pax_global_header00006660000000000000000000000064143335202530014512gustar00rootroot0000000000000052 comment=52a7020178389b95e8aea4f7a8cd5570714f7a14 caja-actions-1.27.0/000077500000000000000000000000001433352025300141355ustar00rootroot00000000000000caja-actions-1.27.0/.build.yml000066400000000000000000000102301433352025300160310ustar00rootroot00000000000000########################################################## # THE FOLLOWING LINES IS USED BY docker-build ########################################################## requires: archlinux: - autoconf-archive - caja - clang - dblatex - gcc - git - libxml2 - libgtop2 - libICE - libSM - libuuid - make - mate-common - yelp-tools debian: # Useful URL: https://github.com/mate-desktop/debian-packages # Useful URL: https://salsa.debian.org/debian-mate-team/caja-actions - autopoint - clang - clang-tools - cppcheck - dblatex - docbook-utils - gcc - git - libcaja-extension-dev - libgtk-3-dev - libgtop2-dev - libsm-dev - libxml2-dev - make - mate-common - uuid-dev - yelp-tools fedora: # Useful URL: https://src.fedoraproject.org/cgit/rpms/caja-actions.git - autoconf-archive - caja-devel - clang - clang-analyzer - cppcheck-htmlreport - dblatex - gcc - git - libxml2-devel - libgtop2-devel - libICE-devel - libSM-devel - libuuid-devel - make - mate-common - gtk3-devel - yelp-tools ubuntu: - autopoint - clang - clang-tools - cppcheck - dblatex - docbook-utils - gcc - git - libcaja-extension-dev - libgtk-3-dev - libgtop2-dev - libsm-dev - libxml2-dev - make - mate-common - uuid-dev - yelp-tools variables: - 'CHECKERS=" -enable-checker deadcode.DeadStores -enable-checker alpha.deadcode.UnreachableCode -enable-checker alpha.core.CastSize -enable-checker alpha.core.CastToStruct -enable-checker alpha.core.IdenticalExpr -enable-checker alpha.core.SizeofPtr -enable-checker alpha.security.ArrayBoundV2 -enable-checker alpha.security.MallocOverflow -enable-checker alpha.security.ReturnPtrRange -enable-checker alpha.unix.SimpleStream -enable-checker alpha.unix.cstring.BufferOverlap -enable-checker alpha.unix.cstring.NotNullTerminated -enable-checker alpha.unix.cstring.OutOfBounds -enable-checker alpha.core.FixedAddr -enable-checker security.insecureAPI.strcpy"' before_scripts: - if [ ${DISTRO_NAME} == "debian" ];then - egrep -lRZ 'G_GNUC_BEGIN_IGNORE_DEPRECATIONS' . | xargs -0 -l sed -i -e 's/G_GNUC_BEGIN_IGNORE_DEPRECATIONS/ /g' - egrep -lRZ 'G_GNUC_END_IGNORE_DEPRECATIONS' . | xargs -0 -l sed -i -e 's/G_GNUC_END_IGNORE_DEPRECATIONS/ /g' - fi build_scripts: - if [ ${DISTRO_NAME} == "debian" ];then - export CFLAGS+=" -Wsign-compare -Wunused-macros" - export CXXFLAGS+=" -Wsign-compare -Wunused-macros -Wunused" - cppcheck --enable=warning,style,performance,portability,information,missingInclude --force -D__cplusplus . - fi - NOCONFIGURE=1 ./autogen.sh - scan-build $CHECKERS ./configure --enable-compile-warnings=maximum --enable-deprecated --enable-html-manuals --enable-pdf-manuals - if [ $CPU_COUNT -gt 1 ]; then - if [ ${DISTRO_NAME} == "debian" ];then - scan-build $CHECKERS --keep-cc --use-cc=clang --use-c++=clang++ -o html-report make -j $CPU_COUNT - make clean - fi - scan-build $CHECKERS --keep-cc -o html-report make -j $CPU_COUNT - else - if [ ${DISTRO_NAME} == "debian" ];then - scan-build $CHECKERS --keep-cc --use-cc=clang --use-c++=clang++ -o html-report make - make clean - fi - scan-build $CHECKERS --keep-cc -o html-report make - fi after_scripts: - if [ ${DISTRO_NAME} == "fedora" ];then - cppcheck --xml --output-file=cppcheck.xml --enable=warning,style,performance,portability,information,missingInclude --force -D__cplusplus . - cppcheck-htmlreport --title=${REPO_NAME} --file=cppcheck.xml --report-dir=cppcheck-htmlreport - ./gen-index -l 20 -i https://raw.githubusercontent.com/${OWNER_NAME}/caja-actions/master/icons/16x16/caja-actions.png - fi - make distcheck releases: draft: false prerelease: false checksum: true file_glob: true files: caja-actions-*.tar.xz github_release: tags: true overwrite: true base_version: 1.20.0 notify_servers: - https://release.mate-desktop.org/release caja-actions-1.27.0/.github/000077500000000000000000000000001433352025300154755ustar00rootroot00000000000000caja-actions-1.27.0/.github/issue_template.md000066400000000000000000000003411433352025300210400ustar00rootroot00000000000000#### Expected behaviour #### Actual behaviour #### Steps to reproduce the behaviour #### MATE general version #### Package version #### Linux Distribution #### Link to bugreport of your Distribution (requirement) caja-actions-1.27.0/.travis.yml000066400000000000000000000041771433352025300162570ustar00rootroot00000000000000dist: focal language: shell os: linux services: - docker addons: apt: packages: - python3-pip - python3-setuptools branches: except: - gh-pages before_install: - curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build - curl -Ls -o gen-index https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/gen-index.sh - chmod +x docker-build gen-index install: - pip3 install PyGithub - ./docker-build --name ${DISTRO} --config .build.yml --install script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts notifications: irc: if: (tag OR branch = master) AND repo = mate-desktop/caja-actions channels: - "irc.libera.chat#mate-dev" template: - "[%{repository_name}] %{author}: %{commit_subject}" - "[%{branch}] %{commit} %{message} %{build_url}" on_success: never on_failure: always deploy: - provider: pages edge: true token: $GITHUB_TOKEN keep_history: false committer_from_gh: true target_branch: gh-pages local_dir: html-report strategy: git on: all_branches: true condition: ${DISTRO} =~ ^fedora.*$ - provider: script edge: true script: ./docker-build --verbose --config .build.yml --release github on: tags: true condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$" after_success: - 'if [[ "$TRAVIS_SECURE_ENV_VARS" == "true" && "$TRAVIS_PULL_REQUEST" != "false" && ${DISTRO} =~ ^fedora.*$ ]]; then REPO_SLUG_ARRAY=(${TRAVIS_REPO_SLUG//\// }); REPO_NAME=${REPO_SLUG_ARRAY[1]}; URL="https://mate-desktop.github.io/${REPO_NAME}"; COMMENT="Code analysis completed"; curl -H "Authorization: token $GITHUB_TOKEN" -X POST -d "{\"state\": \"success\", \"description\": \"$COMMENT\", \"context\":\"scan-build\", \"target_url\": \"$URL\"}" https://api.github.com/repos/${TRAVIS_REPO_SLUG}/statuses/${TRAVIS_PULL_REQUEST_SHA}; fi' env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" # - DISTRO="ubuntu:rolling" caja-actions-1.27.0/.tx/000077500000000000000000000000001433352025300146465ustar00rootroot00000000000000caja-actions-1.27.0/.tx/config000066400000000000000000000006001433352025300160320ustar00rootroot00000000000000[main] host = https://www.transifex.com [o:mate:p:MATE:r:master--caja-actions] file_filter = po/.po source_file = caja-actions.pot source_lang = en type = PO minimum_perc = 2 [o:mate:p:MATE:r:master--caja-actions-user-guide] file_filter = docs/help//.po source_file = caja-actions-config-tool.pot source_lang = en type = PO minimum_perc = 2 caja-actions-1.27.0/.tx/config_20221029001041.bak000077500000000000000000000005241433352025300202250ustar00rootroot00000000000000[main] host = https://www.transifex.com [MATE.master--caja-actions] file_filter = po/.po source_file = caja-actions.pot source_lang = en type = PO minimum_perc = 2 [MATE.master--caja-actions-user-guide] file_filter = docs/help//.po source_file = caja-actions-config-tool.pot source_lang = en type = PO minimum_perc = 2 caja-actions-1.27.0/AUTHORS000066400000000000000000000004001433352025300151770ustar00rootroot00000000000000For MATE: Wolfgang Ulbrich Rodrigo Moya Pierre Wieser based on nautilus-sendto module from Roberto Majadas caja-actions-1.27.0/COPYING000066400000000000000000000432541433352025300152000ustar00rootroot00000000000000 GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. 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 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. caja-actions-1.27.0/COPYING-DOCS000066400000000000000000000546641433352025300157350ustar00rootroot00000000000000 GNU Free Documentation License Version 1.3, 3 November 2008 Copyright (C) 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. 0. PREAMBLE The purpose of this License is to make a manual, textbook, or other functional and useful document "free" in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others. This License is a kind of "copyleft", which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software. We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference. 1. APPLICABILITY AND DEFINITIONS This License applies to any manual or other work, in any medium, that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. Such a notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under the conditions stated herein. The "Document", below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as "you". You accept the license if you copy, modify or distribute the work in a way requiring permission under copyright law. A "Modified Version" of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language. A "Secondary Section" is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document's overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (Thus, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them. The "Invariant Sections" are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. If a section does not fit the above definition of Secondary then it is not allowed to be designated as Invariant. The Document may contain zero Invariant Sections. If the Document does not identify any Invariant Sections then there are none. The "Cover Texts" are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words. A "Transparent" copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, that is suitable for revising the document straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup, or absence of markup, has been arranged to thwart or discourage subsequent modification by readers is not Transparent. An image format is not Transparent if used for any substantial amount of text. A copy that is not "Transparent" is called "Opaque". Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML, PostScript or PDF designed for human modification. Examples of transparent image formats include PNG, XCF and JPG. Opaque formats include proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML, PostScript or PDF produced by some word processors for output purposes only. The "Title Page" means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, "Title Page" means the text near the most prominent appearance of the work's title, preceding the beginning of the body of the text. The "publisher" means any person or entity that distributes copies of the Document to the public. A section "Entitled XYZ" means a named subunit of the Document whose title either is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in another language. (Here XYZ stands for a specific section name mentioned below, such as "Acknowledgements", "Dedications", "Endorsements", or "History".) To "Preserve the Title" of such a section when you modify the Document means that it remains a section "Entitled XYZ" according to this definition. The Document may include Warranty Disclaimers next to the notice which states that this License applies to the Document. These Warranty Disclaimers are considered to be included by reference in this License, but only as regards disclaiming warranties: any other implication that these Warranty Disclaimers may have is void and has no effect on the meaning of this License. 2. VERBATIM COPYING You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3. You may also lend copies, under the same conditions stated above, and you may publicly display copies. 3. COPYING IN QUANTITY If you publish printed copies (or copies in media that commonly have printed covers) of the Document, numbering more than 100, and the Document's license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects. If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages. If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-network location from which the general network-using public has access to download using public-standard network protocols a complete Transparent copy of the Document, free of added material. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public. It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document. 4. MODIFICATIONS You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version: A. Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission. B. List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has fewer than five), unless they release you from this requirement. C. State on the Title page the name of the publisher of the Modified Version, as the publisher. D. Preserve all the copyright notices of the Document. E. Add an appropriate copyright notice for your modifications adjacent to the other copyright notices. F. Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below. G. Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document's license notice. H. Include an unaltered copy of this License. I. Preserve the section Entitled "History", Preserve its Title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section Entitled "History" in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence. J. Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the "History" section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission. K. For any section Entitled "Acknowledgements" or "Dedications", Preserve the Title of the section, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein. L. Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles. M. Delete any section Entitled "Endorsements". Such a section may not be included in the Modified Version. N. Do not retitle any existing section to be Entitled "Endorsements" or to conflict in title with any Invariant Section. O. Preserve any Warranty Disclaimers. If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version's license notice. These titles must be distinct from any other section titles. You may add a section Entitled "Endorsements", provided it contains nothing but endorsements of your Modified Version by various parties--for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard. You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one. The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version. 5. COMBINING DOCUMENTS You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice, and that you preserve all their Warranty Disclaimers. The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work. In the combination, you must combine any sections Entitled "History" in the various original documents, forming one section Entitled "History"; likewise combine any sections Entitled "Acknowledgements", and any sections Entitled "Dedications". You must delete all sections Entitled "Endorsements". 6. COLLECTIONS OF DOCUMENTS You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects. You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document. 7. AGGREGATION WITH INDEPENDENT WORKS A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, is called an "aggregate" if the copyright resulting from the compilation is not used to limit the legal rights of the compilation's users beyond what the individual works permit. When the Document is included in an aggregate, this License does not apply to the other works in the aggregate which are not themselves derivative works of the Document. If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one half of the entire aggregate, the Document's Cover Texts may be placed on covers that bracket the Document within the aggregate, or the electronic equivalent of covers if the Document is in electronic form. Otherwise they must appear on printed covers that bracket the whole aggregate. 8. TRANSLATION Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License, and all the license notices in the Document, and any Warranty Disclaimers, provided that you also include the original English version of this License and the original versions of those notices and disclaimers. In case of a disagreement between the translation and the original version of this License or a notice or disclaimer, the original version will prevail. If a section in the Document is Entitled "Acknowledgements", "Dedications", or "History", the requirement (section 4) to Preserve its Title (section 1) will typically require changing the actual title. 9. TERMINATION You may not copy, modify, sublicense, or distribute the Document except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, or distribute it is void, and will automatically terminate your rights under this License. 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, receipt of a copy of some or all of the same material does not give you any rights to use it. 10. FUTURE REVISIONS OF THIS LICENSE The Free Software Foundation may publish new, revised versions of the GNU Free Documentation 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. See https://www.gnu.org/licenses/. Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License "or any later version" applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation. If the Document specifies that a proxy can decide which future versions of this License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Document. 11. RELICENSING "Massive Multiauthor Collaboration Site" (or "MMC Site") means any World Wide Web server that publishes copyrightable works and also provides prominent facilities for anybody to edit those works. A public wiki that anybody can edit is an example of such a server. A "Massive Multiauthor Collaboration" (or "MMC") contained in the site means any set of copyrightable works thus published on the MMC site. "CC-BY-SA" means the Creative Commons Attribution-Share Alike 3.0 license published by Creative Commons Corporation, a not-for-profit corporation with a principal place of business in San Francisco, California, as well as future copyleft versions of that license published by that same organization. "Incorporate" means to publish or republish a Document, in whole or in part, as part of another Document. An MMC is "eligible for relicensing" if it is licensed under this License, and if all works that were first published under this License somewhere other than this MMC, and subsequently incorporated in whole or in part into the MMC, (1) had no cover texts or invariant sections, and (2) were thus incorporated prior to November 1, 2008. The operator of an MMC Site may republish an MMC contained in the site under CC-BY-SA on the same site at any time before August 1, 2009, provided the MMC is eligible for relicensing. ADDENDUM: How to use this License for your documents To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page: Copyright (c) YEAR YOUR NAME. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the "with...Texts." line with this: with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. If you have Invariant Sections without Cover Texts, or some other combination of the three, merge those two alternatives to suit the situation. If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software. caja-actions-1.27.0/ChangeLog000066400000000000000000000000001433352025300156750ustar00rootroot00000000000000caja-actions-1.27.0/ChangeLog-2008000066400000000000000000001452031433352025300163030ustar00rootroot000000000000002007-09-21 Olav Vitters * MAINTAINERS: correct userid. 2007-09-05 Frederic Ruaudel * libnautilus-actions/nautilus-actions-config-schema-reader.c: Fix a crash when trying to import a config without "Main" profile * libnautilus-actions/nautilus-actions-config-schema-reader.c: Fix problem with the profile parsing check. * libnautilus-actions/nautilus-actions-config-schema-reader.c: Add an error message when trying to import a config file more recent than the current version of n-a can deal with. 2007-09-02 Frederic Ruaudel * libnautilus-actions/nautilus-actions-config-gconf-reader.h: * libnautilus-actions/nautilus-actions-config-gconf-reader.c: * libnautilus-actions/nautilus-actions-config-gconf-writer.c: * libnautilus-actions/nautilus-actions-config-gconf-private.h: * libnautilus-actions/nautilus-actions-config-gconf.h: * libnautilus-actions/nautilus-actions-config-gconf.c: * libnautilus-actions/nautilus-actions-config.c: Fix and cleaned the GConf and internal signal callbacks notification system. * utils/nautilus-actions-check-actions-change.c: * utils/Makefile.am: Add an utility tool to check the functionnality and ease debug of the GConf Reader system used in the Nautilus extension. * libnautilus-actions/nautilus-actions-config-schema-reader.c: * libnautilus-actions/nautilus-actions-config-schema-writer.c: * plugin/nautilus-actions.c: Fix the function to get hash keys from profiles hash table. 2007-08-26 Frederic Ruaudel * nact/nact-import-export.c: Remove the import option for old xml config file format. * nact/nautilus-actions-config.glade: Fix bug when clicking the About button for the first time, both the about and the edit action dialog appears. * nact/nautilus-actions-config.glade: Remove the import option for old xml config file format. * libnautilus-actions/nautilus-actions-config-gconf-private.h: * nact/nautilus-actions-config.glade: * nact/nact-editor.c: * nact/nact.c: Fix grammar and syntax error in translatable string. Make GnomeVFS syntax homogeneous. Remove formating string in glade from translation (space only strings). Add some i18n notes. 2007-05-30 Frederic Ruaudel * libnautilus-actions/nautilus-actions-config-schema-reader.c: * libnautilus-actions/nautilus-actions-config-schema-writer.c: * libnautilus-actions/nautilus-actions-config-gconf-reader.c: * libnautilus-actions/nautilus-actions-config-gconf.c: * libnautilus-actions/nautilus-actions-config.c: * libnautilus-actions/nautilus-actions-config-gconf-writer.c: * libnautilus-actions/nautilus-actions-config.h: * libnautilus-actions/nautilus-actions-config-gconf-private.h: * nact/nact-profile-editor.c: * nact/nact-editor.c: * nact/nact-editor.h: * nact/nact.c: Change the way the profile names are managed to add the existence of a description name for better readability in Nact. It allows the use of UTF8 names in the profiles list. * nact/nact-editor.c: * nact/nact.c: Fix some missing/buggy resources freeing. * libnautilus-actions/nautilus-actions-config-gconf-writer.c: Fix action profile saving in GConf. * nact/nautilus-actions-config.glade: * nact/nact-editor.c: Replace the "duplicate" profile button by a "copy" and a "paste" button, so it is now possible to copy a profile from one action to another. * nact/nact-editor.c: Update the "save action" code 2007-05-25 Frederic Ruaudel * nact/nautilus-actions-config.glade: * nact/nact-profile-editor.c: Fix the problem which make the legend dialog modal (Bug #337542) by changing the Legend button into a toggle button. The Legend dialog can't be closed directly. * nact/nact-editor.c: Implement renaming of a profile * libnautilus-actions/nautilus-actions-config.c: * libnautilus-actions/nautilus-actions-config.h: Add func to rename a profile. * nact/nact-editor.c: implement deletion of a profile * libnautilus-actions/nautilus-actions-config-gconf.c: * libnautilus-actions/nautilus-actions-config.c: * libnautilus-actions/nautilus-actions-config.h: * nact/nact-editor.c: Change the definition of the function nautilus_actions_config_action_add_profile () to manage error when the profile name already exists. * nact/nact-profile-editor.c: Implement duplication of a profile 2007-05-24 Frederic Ruaudel * nact/nautilus-actions-config.glade: Update the callbacks of all the profile editor dialog field. * nact/nact-profile-editor.c: * nact/nact-profile-editor.h: * nact/nact-editor.c: * nact/nact-utils.c: * nact/nact-utils.h: Implement addition and edition of the profile in Nact. * libnautilus-actions/nautilus-actions-config.h: * libnautilus-actions/nautilus-actions-config.c: Add functions to manage profiles more easily. 2007-05-23 Frederic Ruaudel * nact/nact-editor.c: Move profile edition code to the new files nact/nact-profile-editor.[ch]. * nact/nact-profile-editor.c: * nact/nact-profile-editor.h: Create these new files to manage profile edition code. * nact/Makefile.am: Add nact/nact-profile-editor.[ch] to the list of file to compile for nact. 2007-05-22 Frederic Ruaudel * nact/nact-editor.h: * nact/nact-editor.c: Try to set the legend dialog as non-modal (Bug #337542). Start to implement the profile management gui part. Comment obsolete code to make Nact run for the tests. 2007-05-17 Frederic Ruaudel * nact/nautilus-actions-config.glade: Update callback func names of the profiles edition button. * libnautilus-actions/nautilus-actions-config.c: Fix a bug when trying to add a new profile to an uninitialized actions'profiles hash. 2007-05-16 Frederic Ruaudel * nact/nautilus-actions-config.glade: Update About dialog info and refactor the interface to take care of the future "profiles" feature. * nact/nact-utils.h: * nact/nact.c: Add about dialog when compiling with GTK+ >= 2.6 * po/POTFILES.in: Remove obsolete convertion program code file from pot files. * libnautilus-actions/nautilus-actions-config.c: Change the get profile function to get the default one when NULL is passed as parameter to profile_name. * nact/nact-import-export.c: Remove import code to make Nact compile (due to XML format backward compatibility removal). * nact/nact-editor.c: * utils/nautilus-actions-new-config.c: Fix code to deal with the new profile support (only default profile supported) * utils/Makefile.am: * utils/nautilus-actions-convert.c: Remove this useless program since backward compat with 0.x xml config file format is not supported anymore. 2007-05-15 Frederic Ruaudel * libnautilus-actions/nautilus-actions-config-schema-reader.c: Fix bad plural forms by using ngettext to ease i18n (Bug #436375). 2007-04-24 Brian Pepple * icons/Makefile.am (update-icon-cache): fix gtk-update-icon-cache for uninstall-hook (Bug #433078). 2007-04-10 Frederic Ruaudel * po/POTFILES.in: Remove old xml format parser file from pot files (Bug #427301) 2007-04-04 Frederic Ruaudel * plugin/nautilus-actions-test.c: * plugin/nautilus-actions-test.h: * plugin/nautilus-actions.c: Implement the "profile" feature into the nautilus extension part. For each action it checks for the first profile which validate the conditions. 2007-04-03 Frederic Ruaudel * libnautilus-actions/nautilus-actions-config-xml.c: * libnautilus-actions/nautilus-actions-config-xml.h: * libnautilus-actions/Makefile.am: Remove old 0.x n-a XML file format support. * libnautilus-actions/nautilus-actions-config-gconf.c: * libnautilus-actions/nautilus-actions-config-schema-reader.c: * libnautilus-actions/nautilus-actions-config-gconf-writer.c: * libnautilus-actions/nautilus-actions-config-schema-writer.c: * libnautilus-actions/nautilus-actions-config.c: * libnautilus-actions/nautilus-actions-config.h: Fix compilation error following the big "profile feature" rewrite in libnautilus-actions. * libnautilus-actions/nautilus-actions-config-gconf-private.h: Remove infos about a new schema key "profiles" which is not needed anymore. * libnautilus-actions/nautilus-actions-config-schema-writer.c: * libnautilus-actions/nautilus-actions-config-schema-reader.c: * libnautilus-actions/nautilus-actions-config.c: * libnautilus-actions/nautilus-actions-config.h: Continue to implement the profile system in the action config, to be able to handle multiple conditions/parameters for the same item name (eg. Open in terminal, on files, on folders, on desktop). 2007-03-30 Frederic Ruaudel - branch to 2.x * configure.in: Starting V2.x developpement version. Stable version is now in nautilus-actions-1.x-maintenance branch. Update the version numbers. * libnautilus-actions/nautilus-actions-config.h: * libnautilus-actions/nautilus-actions-config.c: * libnautilus-actions/nautilus-actions-config-gconf.c: * libnautilus-actions/nautilus-actions-config-gconf-private.h: * libnautilus-actions/nautilus-actions-config-gconf-reader.c: * libnautilus-actions/nautilus-actions-config-gconf-writer.c: Start to implement the profile system in the action config, to be able to handle multiple conditions/parameters for the same item name (eg. Open in terminal, on files, on folders, on desktop). 2007-03-02 Frederic Ruaudel * configure.in: Fix Bug #413834 by applying patch submited by christopher taylor . Now the new 32x32 pixmap compile correctly. 2006-11-24 Frederic Ruaudel * utils/Makefile.am: Fix Bug #378890 by applying patch submited by Fryderyk Dziarmagowski . Now it's possible to compile n-a with --as-needed passed to LDFLAGS. 2006-11-13 Frederic Ruaudel * icons/16x16/nautilus-actions.svg: * icons/22x22/nautilus-actions.svg: * icons/scalable/nautilus-actions.svg: Icons relicencing from CC-by-SA to GPL for compatibility with n-a license. (thanks to Ulisse Perusin) * icons/Makefile.am: * icons/32x32/Makefile.am: * icons/32x32/Makefile.in: * icons/32x32/nautilus-actions.png: * icons/32x32/nautilus-actions.svg: Adding 32x32 format according to the new Tango and GIT standards (thanks to Ulisse Perusin) 2006-09-12 Frederic Ruaudel * libnautilus-actions/nautilus-actions-config.c: * libnautilus-actions/nautilus-actions-config.h: * nact/nact-import-export.c: Fixed problem with subsequent schema importation which seems to fails with an "already existing config" error (Bug #354623) * nact/nautilus-actions-config.glade: Fix problem with "duplicate" button sensitiveness when running Nact without any action configured. (Bug #355451 - apply patch from Deji Akingunola) 2006-07-18 Frederic Ruaudel 1.4 * plugin/nautilus-actions-utils.c: Change the creation of the %M parameter list by getting the base folder of each file instead of just the one of the first file for each. This is to deal with SavedSearch folder in nautilus >= 2.14 which can have file from different folder gathered in the same nautilus window. (Bug reported by David Winick) 2006-06-29 Frederic Ruaudel * po/POTFILES.in: Add new files containing translatable strings 2006-06-27 Frederic Ruaudel * libnautilus-actions/nautilus-actions-config-gconf-reader.c: * libnautilus-actions/nautilus-actions-config-schema-reader.c: * libnautilus-actions/nautilus-actions-config-schema-reader.h: * libnautilus-actions/nautilus-actions-config-xml.c: * libnautilus-actions/nautilus-actions-config-xml.h: * libnautilus-actions/nautilus-actions-config.c: * libnautilus-actions/nautilus-actions-config.h: * utils/nautilus-actions-convert.c: * utils/nautilus-actions-new-config.c: * nact/nact-editor.c: * nact/nact-import-export.c: * nact/nact.c: Add better error handling in Nact with error dialog and detailed error messages especially when importing new config. 2006-06-26 Frederic Ruaudel * nact/nact-editor.c: * nact/nact-utils.c: Find a better way to fix pango parsing problem for xml special chars with the glib function g_markup_printf_escaped (). * nact/nautilus-actions-config.glade: * nact/nact-editor.c: * nact/nact-import-export.c: * nact/nact-utils.c: * nact/nact-utils.h: * nact/nact.c: * nact/nact.h: Move nautilus_actions_display_error() function in nact-utils.c, change their old call with g_error() as it was used to display Glade parsing error and define it to display a Gtk error dialog to the user. Then add some error handling in the import and icon loading part. * nact/nact-editor.c: Fix the icon preview. When the string was invalid, the icon widget wasn't hidden so it shows the last valid icon rendered. Now the icon is correctly hidden. * utils/nautilus-actions-convert.c: * utils/nautilus-actions-new-config.c: * nact/nact-editor.c: * nact/nact.c: Free GError values after their usage with g_error_free(). * libnautilus-actions/nautilus-actions-config-schema-writer.c: Fix the problem with the "Export" function when one of an action's settings contains a xml special char (&, <, >, ...) (Bug #345143) * nact/nact-utils.c: Fix the problem with pango parsing when trying to render the parameter's example string when it contains an xml special char (&, <, >, ...). 2006-06-23 Frederic Ruaudel * plugin/nautilus-actions.c: * plugin/nautilus-actions.h: Optimize the extension by updating the config list only when they changed and not each time Nautilus ask for the list of items. 2006-06-16 Frederic Ruaudel * configure.in: * plugin/nautilus-actions.c: Fix Bug #325584 which make nautilus updates his popup menus when a config changes in nautilus-actions. This requires a patch applied to Nautilus (see Bug #339273 comitted in Nautilus' CVS Head). 2006-05-24 Frederic Ruaudel * libnautilus-actions/Makefile.am: Fix missing libxml2 library declaration (Bug #342799, patch from christopher taylor ). 2006-04-19 Frederic Ruaudel 1.2 * plugin/nautilus-actions-test.c: * plugin/nautilus-actions-utils.c: Fix problem with crash when selecting a mounted cdrom on the desktop with Nautilus 2.14.1 (Bug #338931) * libnautilus-actions/nautilus-actions-config-schema-reader.c: * utils/nautilus-actions-new-config.c: Fix some missing change concerning the implementation of the management of the mimetype patterns and the case insensitive filename patterns (Bug #325581 and Bug #329260). 2006-04-18 Frederic Ruaudel * nact/nact-editor.c: Fix a SegFault when setting empty patterns in Nact's edit dialog. * libnautilus-actions/nautilus-actions-config.c: * plugin/nautilus-actions-test.c: Finish implementing the management of the mimetype patterns and the case insensitive filename patterns (Bug #325581 and Bug #329260). * libnautilus-actions/nautilus-actions-config-gconf-private.h: Fixed typos in the new strings (Bug #338773) 2006-04-13 Frederic Ruaudel * configure.in: Update the version of n-a and the config file. * libnautilus-actions/nautilus-actions-config-gconf-private.h: * libnautilus-actions/nautilus-actions-config-gconf-reader.c: * libnautilus-actions/nautilus-actions-config-gconf-writer.c: * libnautilus-actions/nautilus-actions-config-gconf.c: * libnautilus-actions/nautilus-actions-config-schema-reader.c: * libnautilus-actions/nautilus-actions-config-schema-writer.c: * libnautilus-actions/nautilus-actions-config-xml.c: * libnautilus-actions/nautilus-actions-config.c: * libnautilus-actions/nautilus-actions-config.h: * nact/nact-editor.c: * nact/nautilus-actions-config.glade: Start to manage the mimetype patterns and the case insensitive filename patterns (Bug #325581 and Bug #329260). * icons: Add new Tango style icons created by Ulisse * AUTHORS: Update Contributors list * configure.in: * Makefile.am: * nact/Makefile.am: * nact/nact.c: * nact/nact.desktop.in: * nact/nautilus-actions-config.glade: Make theme-friendly icons installation to achieve GnomeGoal#2 (see http://live.gnome.org/GnomeGoals/AppIcon for more details) * nact/nautilus-actions-icon.png: * nact/nautilus-actions-icon.xcf: Remove old icons 2006-04-10 Frederic Ruaudel * po/LINGUAS: * configure.in: Move the ALL_LINGUAS list into a separated file named po/LINGUAS to make translators' life easier (see http://live.gnome.org/GnomeGoals/PoLinguas for more details) * configure.in: Remove 'eu' (Basque) to ALL_LINGUAS because there is no corresponding po file (Bug #336215) 2006-03-13 Runa Bhattacharjee * configure.in: Added "bn" (Bengali) to ALL_LINGUAS. 2006-03-02 Inaki Larranaga * configure.in: Added 'eu' (Basque) to ALL_LINGUAS. 2006-02-08 Frederic Ruaudel 1.0 * configure.in: Update the version number to 1.0 * nact/nact.c: The action list in the main dialog of Nact is now alphabetically sorted (Bug #326699) 2006-02-07 Theppitak Karoonboonyanan * configure.in: Added 'th' (Thai) to ALL_LINGUAS. 2006-01-31 Frederic Ruaudel * libnautilus-actions/nautilus-actions-config-gconf-private.h: * nact/nautilus-actions-config.glade: * utils/nautilus-actions-convert.c: * utils/nautilus-actions-new-config.c: Fix bug #327027 (Spelling/grammar fixes) * config/Makefile.in: (removed) * config/config_newaction.schemas.in: (removed) * Makefile.am: * configure.in: Removed the config file that add the config tool in all contextual menu because it doesn't make sense since it is not related with the selected files. * nact/nautilus-actions-config.glade: Remove the possibility to reorder items in main dialog of Nact (Bug #326699) since it is not possible yet to keep track of this state. 2006-01-29 Josep Puigdemont i Casamajó * configure.in: Added 'ca' to ALL_LINGUAS. 2006-01-27 Chao-Hsiung Liao * configure.in: Added "zh_HK" "zh_TW" to ALL_LINGUAS. 2006-01-26 Lukas Novotny * configure.in: Added cs to ALL_LINGUAS. 2006-01-22 Raphael Higino * configure.in: Added pt_BR to ALL_LINGUAS. 2006-01-08 Frederic Ruaudel * nact/nact.c: Fix a bug with the stock icon of the Edit button in Nact with GTK+2.4 (thanks to wwp for the report). 2006-01-06 Frederic Ruaudel * libnautilus-actions/nautilus-actions-config.c: * libnautilus-actions/nautilus-actions-config.h: * nact/nautilus-actions-config.glade: * nact/nact.c: Implement Feature #325524 which allow an action to be duplicated to facilitate the edition of several quite same config. * nact/nact-editor.c: Fix a GTK warning about the function gtk_combo_box_entry_set_text_column() when opening the edit dialog more than once. 2005-12-28 Yair Hershkovitz * configure.in: Added 'he' (Hebrew) to ALL_LINGUAS. 2005-12-26 Ilkka Tuohela * configure.in: Added 'fi' (Finnish) to ALL_LINGUAS. 2005-12-24 Takeshi AIHANA * configure.in: Added 'ja' (Japanese) to ALL_LINGUAS. 2005-12-20 Frederic Ruaudel * configure.in: Added 'vi' to ALL_LINGUAS. * nact/nautilus-actions-config.glade: Apply the new notebook layout to fix the problem with 800x600 screen and fix some strings (Bugzilla bug #324593). * config/config_newaction.schemas.in.in: * libnautilus-actions/nautilus-actions-config-gconf-private.h: * utils/nautilus-actions-convert.c: * utils/nautilus-actions-new-config.c: Fix some typos in strings (Bugzilla bug #324593). 2005-12-19 Ankit Patel * configure.in: Added 'gu' to ALL_LINGUAS. 2005-12-16 Lasse Bang Mikkelsen * configure.in: Added Danish translation to ALL_LINGUAS. 2005-12-09 Ignacio Casal Quinteiro * configure.in: Added 'gl' to ALL_LINGUAS. 2005-12-09 Amanpreet Singh Alam * configure.in: Punjabi (pa) Languague is added 2005-12-08 Kjartan Maraas * configure.in: Added nb + no to ALL_LINGUAS. 2005-12-06 Žygimantas BeruÄka * configure.in: Added Lithuanian to ALL_LINGUAS. 2005-12-03 Adam Weinberger * configure.in: Added en_CA to ALL_LINGUAS. 2005-12-01 Frederic Ruaudel * libnautilus-actions/nautilus-actions-config-gconf-private.h: * libnautilus-actions/nautilus-actions-config-gconf-reader.c: * libnautilus-actions/nautilus-actions-config-gconf-writer.c: * libnautilus-actions/nautilus-actions-config-gconf.c: * libnautilus-actions/nautilus-actions-config-schema-reader.c: * libnautilus-actions/nautilus-actions-config-schema-writer.c: * libnautilus-actions/nautilus-actions-config-xml.c: * libnautilus-actions/nautilus-actions-config.c: * libnautilus-actions/nautilus-actions-config.h: * nact/nact-editor.c: * nact/nact-prefs.c: * nact/nact-prefs.h: * nact/nact-utils.c: * nact/nact.c: * nact/nact.h: * plugin/nautilus-actions-test.c: * plugin/nautilus-actions-utils.c: * plugin/nautilus-actions.c: * utils/nautilus-actions-convert.c: * utils/nautilus-actions-new-config.c: Patch from Tom Parker that removes all compilation warnings (Bug #133). 2005-11-26 Funda Wang * configure.in: Added Simplified Chinese translation. 2005-11-25 Frederic Ruaudel * configure.in: Patch from Tom Parker to add check for presence of libuuid in the configure script (Bug #132). 2005-11-24 Frederic Ruaudel 0.99 * plugin/nautilus-actions.c (get_verified_icon_name) (nautilus_actions_create_menu_item): Fix the test of the icon. Replace empty icon string by NULL to avoid having an ugly icon instead. * plugin/nautilus-actions-test.c (nautilus_actions_test_validate): Fix the test of the '*' pattern that made n-a matches everything when using multiple pattern syntax. * config/config_newaction.xml.in: * config/Makefile.am: Remove the old config file installation * autogen.sh: * configure.in: * config/Makefile.am: Add support for GConf schema installation * config/config_newaction.schemas.in.in: Set the uuid to a non-random string so it can be recognizable. 2005-11-23 Frederic Ruaudel * Makefile.am: * configure.in: Add --enable-commandline-tool option to configure to make nautilus-actions compile on systems with Glib 2.4 like FC3. Glib 2.4 doesn't implement Commandline parser API. 2005-11-18 Frederic Ruaudel * po/POTFILES.in: Add nact-import-export.c * po/nautilus-actions.pot: * po/*.po: Update i18n strings. * nact/Makefile.am: * nact/nact-utils.h: * nact/nact.c: * nact/nact.h: * nact/nautilus-actions-config.glade: * nact/nact-import-export.c: * nact/nact-import-export.h: Implement the import/export of n-a configurations in nact. * nact/nact-prefs.c: * nact/nact-prefs.h: Add preferences for the new import/export dialog in nact. * libnautilus-actions/nautilus-actions-config-schema-reader.c: Fix the bug from the first implementation * libnautilus-actions/nautilus-actions-config.c: Remove some debug messages. 2005-11-17 Frederic Ruaudel * libnautilus-actions/nautilus-actions-config-schema.c: * libnautilus-actions/nautilus-actions-config-schema.h: * libnautilus-actions/nautilus-actions-config-schema-writer.c: * libnautilus-actions/nautilus-actions-config-schema-writer.h: * utils/nautilus-actions-convert.c: * utils/nautilus-actions-new-config.c: Rename NautilusActionsConfigSchema GObject into NautilusActionsConfigSchemaWriter * libnautilus-actions/Makefile.am: * libnautilus-actions/nautilus-actions-config-schema-reader.c: * libnautilus-actions/nautilus-actions-config-schema-reader.h: Create a GObject to read config in GConf schema description file format * libnautilus-actions/nautilus-actions-config-gconf-private.h: Add some #define to describe the GConf XML elements * nact/nautilus-actions-config.glade: Create the Import/Export dialog layout 2005-11-09 Frederic Ruaudel * nact/nact-editor.c (create_stock_icon_model): (sort_stock_ids): Sort the gtk stock item in the dropdown list in nact edit dialog. * plugin/nautilus-actions.c (nautilus_actions_get_background_item): (nautilus_actions_menu_provider_iface_init): Apply patch from palfrey to add support for action in the background of Nautilus's windows (Feature #98). It is applied automatically as if we would have selected the directory the window represents. 2005-11-08 Frederic Ruaudel * nact/nact-editor.c (create_stock_icon_model): Now only display the stock icon that will be accepted by nautilus in the dropdown list. * plugin/nautilus-actions.c (nautilus_actions_create_menu_item): Work around the problem of the ugly nautilus default icon when the image file doesn't exists. 2005-11-07 Frederic Ruaudel * plugin/nautilus-actions.c (nautilus_actions_get_file_items): Add error checking if GObject is not of good type. * libnautilus-actions/nautilus-actions-config-gconf-reader.c (get_action_uuid_from_key): Fix extraction of uuid from GConf key * libnautilus-actions/nautilus-actions-config-gconf-reader.c (actions_changed_cb): Avoid removal of already deleted action 2005-10-31 Frederic Ruaudel * libnautilus-actions/nautilus-actions-config.c: * libnautilus-actions/nautilus-actions-config.h (nautilus_actions_config_action_set_uuid): Add a function to set the uuid and conf_section fields of an action. (nautilus_actions_config_action_new_default): Give the default version number as default value for the version fields of an action * libnautilus-actions/nautilus-actions-config-gconf-reader.c (actions_changed_cb): implement the Gconf notification handler * plugin/nautilus-actions.c: * plugin/nautilus-actions.h: Replace the usage of Gconf object by the usage of the GconfReader object. * nact/nact-editor.c: * nact/nact-editor.h: * nact/nact.c: Replace the usage of the Gconf object by the usage of the GConfWriter object. * libnautilus-actions/nautilus-actions-config-gconf-reader.c: * libnautilus-actions/nautilus-actions-config-gconf-reader.h: * libnautilus-actions/nautilus-actions-config-gconf-writer.c: * libnautilus-actions/nautilus-actions-config-gconf-writer.h: * libnautilus-actions/Makefile.am: Create two new GObject which are derived from nautilus-actions-config-gconf. The reader implement the notification stuff and the writer implement the modification stuff. * libnautilus-actions/nautilus-actions-config-gconf.c: * libnautilus-actions/nautilus-actions-config-gconf.h: Modified to integrate the new derived GObject : GConfReader and GConfWriter. * libnautilus-actions/nautilus-actions-config-gconf.c: * libnautilus-actions/nautilus-actions-config-gconf.h: * libnautilus-actions/nautilus-actions-config.c: * libnautilus-actions/nautilus-actions-config.h: Moved the signals from GConf object to Config object 2005-10-30 Frederic Ruaudel * libnautilus-actions/nautilus-actions-config-gconf.h: Add the GET_CLASS macro. * libnautilus-actions/nautilus-actions-config-gconf.c: (nautilus_actions_config_gconf_class_init): Fix indices in signals initilization stuff 2005-10-28 Frederic Ruaudel * config/config_newaction.schemas.in.in: Update it with the same GConf key description than those set in the code of the GConf schema GObject and rename the action "Manage Action" instead of 'New Action...' * libnautilus-actions/nautilus-actions-config-gconf-private.h: * libnautilus-actions/nautilus-actions-config-schema.c: * nact/nact-prefs.c: * nact/nact-utils.c: * nact/nact.desktop.in: * nact/nautilus-actions-config.glade: * po/POTFILES.in: * po/bg.po: * po/de.po: * po/es.po: * po/fr.po: * po/nautilus-actions.pot: * utils/nautilus-actions-new-config.c: Review all strings for i18n and make them coherent, use standard term from GNOME Documentation word list and start to adapt the code to make translators life easier according to http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html * nact/nact-editor.c: Remove a useless test that test if label are duplicated. Now we have the uuid that make sure of the uniqness of actions 2005-10-27 Frederic Ruaudel * nact/nautilus-actions-config.glade: * nact/nact-editor.c: * nact/nact-utils.c: * nact/nact-utils.h: Implement the example string in nact editor dialog * plugin/nautilus-actions-utils.c (nautilus_actions_utils_parse_parameter): Fix a problem of duplicate string if no token found in the param string 2005-10-26 Frederic Ruaudel * libnautilus-actions/nautilus-actions-config.c (nautilus_actions_config_add_action): Remove a duplicate action_dup. * utils/nautilus-actions-new-config.c (main): Use the new action function with default values set to avoid problem with unset unused values. * nact/nautilus-actions-config.glade (LegendDialog): * plugin/nautilus-actions-utils.c (nautilus_actions_utils_parse_parameter): Remove the %p parameter that was confusing with the %d one. 2005-10-25 Frederic Ruaudel * TODO: Add list of important things to do before next release * libnautilus-actions/nautilus-actions-config.c: (nautilus_actions_config_add_action) : After call to save_action add the new action in the hash table. (nautilus_actions_config_remove_action) : After call to remove_action remove the action from the hash table. * nact/nact.c (delete_button_clicked_cb): add call to fill_actions_list to update the list when removing an action. 2005-10-24 Rodrigo Moya * nact/nact.c (fill_actions_list): new function to reload the actions list. (add_button_clicked_cb, edit_button_clicked_cb): if there were changes in the action editor, reload the actions list. (setup_actions_list): move the actions list fillin to fill_actions_list. 2005-10-23 Frederic Ruaudel * nact/nautilus-actions-config.glade: * po/bg.po: * po/de.po: * po/es.po: * po/fr.po: * po/nautilus-actions.pot: * po/POTFILES.in: Update i18n stuff * nact/nact-editor.c: Fix init of scheme list when add a new action and manage basenames pattern load/save in the edit dialog * libnautilus-actions/nautilus-actions-config.c: Set empty basename and scheme list valid if empty. * nact/nautilus-actions-config.glade: * nact/nact-editor.c: Add a preview icon toward the icon combobox in nact edit dialog. * nact/nact-editor.c: Implement Add/Remove/Edit of schemes in nact list view. * nact/nautilus-actions-config.glade: * nact/nact-editor.c: Put back the tooltip in the edit dialog of nact and add add/remove button to manage scheme list. * nact/nact-editor.c: Finnish implementing the scheme list (save in gconf and prefs) and fix some compilation warnings. 2005-10-22 Frederic Ruaudel * nact/nautilus-actions-config.glade: * nact/nact-editor.c: Start implementing the scheme list in the edit dialog of nact. * nact/nact-editor.c: Fix the add/edit dialog title in relation with the task done. * nact/nact-editor.c: * nact/nact-utils.h: * nact/nautilus-actions-config.glade: * nact/nact.c: Implement the preference API and manage the filechooser dialog for the selection of the icon and command path. * libnautilus-actions/nautilus-actions-config-gconf-private.h: * configure.in: Add a global variable to define the GConf basedir of n-a. * nact/Makefile.am: * nact/nact-prefs.c: * nact/nact-prefs.h: Add GConf managed preferences in nact * nact/nact.c: Fix the segfault when trying to edit/delete an existing config. * nact/nact-editor.c: Fix access to the menu icon entry when saving the dialog content. * utils/nautilus-actions-tools-utils.c: * utils/nautilus-actions-tools-utils.h: * configure.in: * utils/Makefile.am: * utils/nautilus-actions-convert.c: * utils/nautilus-actions-new-config.c: Fix some compatibility problem with glib < 2.8. g_file_set_contents() wasn't recognized. 2005-10-21 Frederic Ruaudel * nact/nact.c: Fix the display of the existing config in nact's main dialog by using uuid instead of label as index. * libnautilus-actions/nautilus-actions-config-schema.c: Fix the schema generation by adding the list_type attribute for list entries. * libnautilus-actions/nautilus-actions-config.c: * libnautilus-actions/nautilus-actions-config.h: Add a function to create a NautilusActionsConfigAction object with correct default values. * libnautilus-actions/nautilus-actions-config-gconf-private.h: * libnautilus-actions/nautilus-actions-config-gconf.c: * libnautilus-actions/nautilus-actions-config-schema.c: * libnautilus-actions/nautilus-actions-config-xml.c: * libnautilus-actions/nautilus-actions-config.c: * libnautilus-actions/nautilus-actions-config.h: * nact/nact-editor.c: * nact/nact.c: * plugin/nautilus-actions.c: * utils/nautilus-actions-new-config.c: Finish support for a icon in the menu item (Feature #28) * nact/nact-editor.c: * nact/nact.c: Remove global variables and replace with the utility functions. Fix some gtk warnings. * nact/nact-utils.c: * nact/nact-utils.h: * nact/Makefile.am: Add some utility function to manage Glade widgets more easily. * nact/nact-editor.c: * nact/nact.c: Refactor the code to take care of the new utilities functions and of the refactored glade file. Start adding support for a menu icon. * nact/nautilus-actions-config.glade: Refactor the glade file to be more HIG compliant and add missing widgets. Transfers signals definition into it. 2005-10-20 Frederic Ruaudel * libnautilus-actions/nautilus-actions-config.c: Fix a bug in the freeing of the NautilusActionsConfigAction object and don't send broken actions in the list returned by nautilus_actions_config_get_actions() 2005-10-19 Frederic Ruaudel * plugin/nautilus-actions-module.c: Add GPL licence header comment * utils/Makefile.am: * utils/nautilus-actions-new-config.c: Create the new config creation tool in command line mode. * libnautilus-actions/nautilus-actions-config.c: Fix the copy of GSList when setting schemes and basenames of an action. * libnautilus-actions/nautilus-actions-config-gconf-private.h: Fix the short description of the scheme entry in the Gconf Schemas 2005-10-17 Frederic Ruaudel * Makefile.am: * configure.in: * utils/Makefile.am: * utils/nautilus-actions-convert.c: Create a utils folder to put the utilities program and code the old config conversion tool to convert old xml file into GConf schemas. * libnautilus-actions/nautilus-actions-config-xml.c: * libnautilus-actions/nautilus-actions-config.c: * libnautilus-actions/nautilus-actions-config.h: Fix several bugs made during the first implementation 2005-10-13 Frederic Ruaudel * libnautilus-actions/Makefile.am: Add new file in the sources files list * libnautilus-actions/nautilus-actions-config-gconf.c: * libnautilus-actions/nautilus-actions-config-gconf-private.h: move Gconf element information in a common private headers. * libnautilus-actions/nautilus-actions-config-schema.c: * libnautilus-actions/nautilus-actions-config-schema.h: Add support for GConf xml schema export 2005-10-06 Rodrigo Moya * nact/Makefile.am: don't link to libuuid here. * libnautilus-actions/Makefile.am: do it here. * libnautilus-actions/nautilus-actions-config.c (nautilus_actions_config_add_action): don't look for NULL uuids, in the hash table, and generate UUID for actions that don't have it. 2005-10-06 Rodrigo Moya * libnautilus-actions/nautilus-actions-config-xml.c (nautilus_actions_config_xml_get_type): * libnautilus-actions/nautilus-actions-config-gconf.c (nautilus_actions_config_gconf_get_type): base the class in NautilusActionsConfig, not GObject. 2005-10-06 Rodrigo Moya * libnautilus-actions/nautilus-actions-config-xml.c (remove_action): return a boolean, rather than NULL. (nautilus_actions_config_xml_get_config_files): use const gchar * for storing the value returned by g_dir_read_name(). (nautilus_actions_config_xml_action_fill_test_basenames, nautilus_actions_config_xml_action_fill_test_scheme): pass const to g_ascii_strncasecmp(). * libnautilus-actions/nautilus-actions-config-gconf.c (save_action, remove_action): return a boolean, rather than NULL. 2005-10-06 Frederic Ruaudel * plugin/nautilus-actions-test.c: Optimize the test function. If the only basename is '*', then skip the pattern matching. * libnautilus-actions/Makefile.am: * libnautilus-actions/nautilus-actions-config-gconf.c: * libnautilus-actions/nautilus-actions-config-gconf.h: * libnautilus-actions/nautilus-actions-config-xml.c: * libnautilus-actions/nautilus-actions-config-xml.h: * libnautilus-actions/nautilus-actions-config.c: * libnautilus-actions/nautilus-actions-config.h: Refactor the code of libnautilus-actions to add support for the old xml config file. It will be used for convert utilities. * nact/nact-editor.c: * nact/nact-editor.h: * nact/nact.c: * plugin/nautilus-actions-test.c: * plugin/nautilus-actions-test.h: * plugin/nautilus-actions-utils.c: * plugin/nautilus-actions-utils.h: * plugin/nautilus-actions.c: * plugin/nautilus-actions.h: Change the rest of the code to use the new libnautilus-actions. * plugin/Makefile.am: Add a link to the libnautilus-actions library * plugin/nautilus-actions-config.h: * plugin/nautilus-actions-config.c: remove these files. They've been replaced by the libnautilus-actions 2005-10-03 Rodrigo Moya * libnautilus-actions/nautilus-actions-config.c (nautilus_config_remove_action): added missing implementation. * nact/nact.c (delete_button_clicked_cb): implemented. 2005-10-02 Rodrigo Moya * configure.in: use 1.0 for the config format version. 2005-09-30 Frederic Ruaudel * libnautilus-actions/nautilus-actions-config.h: * libnautilus-actions/nautilus-actions-config.c: add action duplicate function : nautilus_actions_config_action_dup () 2005-09-30 Rodrigo Moya * configure.in: define NAUTILUS_ACTIONS_CONFIG_VERSION. * libnautilus-actions/nautilus-actions-config.c (save_action): use NAUTILUS_ACTIONS_CONFIG_VERSION rather than the package version. 2005-09-30 Rodrigo Moya * nact/nact-editor.c (open_editor): connect to changes for all widgets, to enable/disable the OK button. (field_changed_cb): renamed from entry_changed_cb, to make it work with all widgets. 2005-09-30 Rodrigo Moya * libnautilus-actions/nautilus-actions-config.c (nautilus_actions_config_init): use PRELOAD_RECURSIVE in gconf_client_add_dir, since we load everything. 2005-09-29 Rodrigo Moya * configure.in: removed generation of nautilus-actions-config script. 2005-09-29 Rodrigo Moya * libnautilus-actions/Makefile.am: * libnautilus-actions/nautilus-actions-config.[ch]: added new dir for common code. * nact/nact.c: * nact/nact-editor.[ch]: new config tool, in C to be able to share code with the plugin. * nact/nautilus-actions-config.glade: removed old windows and added new dialogs. * nact/nautilus-actions-config.in: removed old config tool. * configure.in: * Makefile.am: added libnautilus-actions dir to build. 2005-09-29 Alexander Shopov * configure.in: Added "bg" (Bulgarian) to ALL_LINGUAS 2005-09-21 Frederic Ruaudel * plugin/nautilus-actions-utils.c: * plugin/nautilus-actions.c: Fix the problem with x-nautilus-desktop scheme (Bug #110) and remove last compilation warnings * plugin/nautilus-actions-config.c: * plugin/nautilus-actions-config.h: * plugin/nautilus-actions.c: Fix the problem with GConf list for basenames and schemes list. Add updating of version in the notification func. 2005-09-20 Frederic Ruaudel * plugin/nautilus-actions-config.c: * plugin/nautilus-actions-config.h: * plugin/nautilus-actions-test.c: * plugin/nautilus-actions-utils.c: * plugin/nautilus-actions-utils.h: * plugin/nautilus-actions.h: * plugin/nautilus-actions.c: Add GConf support (Feature #44) and remove unused code. Border side effect : almost no more compilation warnings * config/config_newaction.schemas.in.in: Add version information to manage future config changement and add missing list_type element for basename and scheme key. * plugin/nautilus-actions.c: * plugin/nautilus-actions.h: Initialized NautilusActions GObject and move all data initialization into it. * configure.in: Add prerequisite for GConf 2005-09-19 Frederic Ruaudel * nact/Makefile.am: Remove the suppression of nact.desktop.in as it is no more autogenerated. * po/README_TRANSLATORS: Add some information for translators * po/*.po: * po/nautilus-actions.pot: Update translations strings * configure.in: * config/Makefile.am: * po/POTFILES.in: * config/config_newaction.schemas.in.in: Add the GConf schemas for the new action config and configure it with i18n support. 2005-09-17 Frederic Ruaudel * plugin/nautilus-actions.c: * plugin/nautilus-actions.h: Start migration of extensions data into the NautilusActions GObject. * nact/nautilus-actions-config.glade: * nact/nautilus-actions-config.in: Fix alignment problem in NACT interface (Bug #105). * po/*.po: * po/nautilus-actions.pot: Update translations strings * po/POTFILES.in: Rename nact/nact.desktop.in.in into nact/nact.desktop.in because there is no need anymore for autotool var expansion * configure.in: Remove the generation of nact/nact.desktop.in because there is no need anymore for autotool var expansion * nact/nact.desktop.in.in: * nact/nact.desktop.in: Rename nact/nact.desktop.in.in into nact/nact.desktop.in because there is no need anymore for autotool var expansion * nact/nautilus-actions-icon.png: * nact/nautilus-actions-icon.xcf: Create a new nautilus actions icon * nact/nautilus-launch-icon.png: Remove the old nautilus actions icon * nact/Makefile.am: * nact/nact.desktop.in.in: * nact/nautilus-actions-config.glade: Replace the old icon by the new one * nact/nautilus-actions-config.glade: Update informations of the about dialog (license and project URL) 2005-09-17 Rodrigo Moya * configure.in: define DEFAULT_CONFIG_PATH. * plugin/nautilus-actions-config.h: removed #define for DEFAULT_CONFIG_PATH. * plugin/nautilus-actions-config.c: include "config.h" 2005-09-16 Frederic Ruaudel * plugin/nautilus-actions-module.c: Fix macro name according to the changes made for GObject default macros * plugin/nautilus-actions.h: Add GObject missing default macros. 2005-09-15 Frederic Ruaudel * nact/nact.desktop.in.in: Make it fd.o compliant (Bug #109 and #100) * nact/nautilus-actions-config.in: Fix the problem with nact not starting when $LANG var not set (Bug #108) 2005-09-13 Frederic Ruaudel 0.7 * nact/nautilus-actions-config.in: Fix problem with new config creation * po/*.po: * po/nautilus-actions.pot: * nact/nautilus-actions-config.glade: Fix mistake in tooltip text, add information about Feature #73, add missed string and fix some problem in the GUI. * nact/nautilus-actions-config.in: * plugin/nautilus-actions-config.h: * plugin/nautilus-actions-config.c: * plugin/nautilus-actions-test.c: Add the possibility to add several file patterns (Feature #73). In NACT, add several file patterns separated by semi-colon ';' * configure.in: Update version number * nact/nautilus-actions-config.in: Fix problem with system wide config overwritten by user not read correctly by NACT. * plugin/nautilus-actions-config.c: * nact/nautilus-actions-config.in: Add support for xml:lang in config files. For NACT, it is only for the reader part. If the config is saved with NACT only the text of the current LANG will be saved. * po/*.po: * po/nautilus-actions.pot: * nact/nautilus-actions-config.in: Add missing strings in NACT (description of the schemes) 2005-09-12 Frederic Ruaudel * po/*.po: Fix Bad charset due to bad LANG setting when generated po files with msginit. * configure.in: * fr.po: Add German translation (Gabriel Meier ) 2005-09-10 Frederic Ruaudel * fr.po: Update French translation * configure.in: * nact/nact.desktop.in.in: Fix the problem with the icon path substitution (Bug#100) * nact/nautilus-actions-config.in: * nact/nautilus-actions-config.glade: Use dynamic sizing for label of the config panel with SizeGroup to allow translation label text to display correctly if they are longer than the original ones. * nact/nautilus-actions-config.in: fix compilation error relative to i18n support * configure.in: Add LOCALEDIR in the list of @variable@ with AC_SUBST for the python script * config/Makefile.am: Fix the intltool replacement var in config_DATA 2005-09-09 Frederic Ruaudel * po/es.po: Update strings of Spanish translation * po/fr.po: Start French translation * nact/nautilus-actions-config.in: Add i18n support to nact * po/nautilus-actions.pot: Generate the translation message list file * configure.in: Remove useless dependencies and add French translation in ALL_LINGUAS. * Makefile.am: add intltool tool in EXTRA_DIST options * po/POTFILES.in: Update list of files containing translatable strings. * nact/nautilus-actions-config.glade: Unmark untranslatable string in glade (indent spaces, program name, etc.) * config/Makefile.am: * config/config_newaction.xml : * config/config_newaction.xml.in: replace config/config_newaction.xml by config/config_newaction.xml.in to add i18n support. And modify Makefile.am to add intltool operations. * nact/nact.desktop.in.in: Add i18n support and fix the @autotools_vars@ substitution. Still have problem with @datadir@ expanding in ${prefix}. * MAINTAINERS: Add the list of maintainers * README: Add information about the project 2005-09-07 Frederic Ruaudel 0.6 * plugin/nautilus-actions-utils.c: modify nautilus_actions_utils_parse_parameter () to quote every filenames and folder names and url decode Gnome-vfs URIs. Fix the problem about last characters of the paramters not set if the parameter string don't finish by a %? pattern which cause the quote bug (Bug #32) * nact/nautilus-actions-config.in: Fix display of the example string in ParseParameters() function. The last character was missing if not a %? pattern. * nact/nautilus-actions-config.in: Fix problem with old config file migration and add migration to the new folder (Bug #90) * nact/nautilus-actions-config.in: * plugin/nautilus-actions-config.h: change the default per user config directory from ~/.config/.nautilus-actions to ~/.config/nautilus-actions. * nact/Makefile.am: * nact/nautilus-actions-config.in: Move nact files in nact subdir of system wide config folder * config/config_newaction.xml: * nact/nact.desktop.in.in: Change name of the executable from nact to nautilus-actions-config * README: * INSTALL: Add installation instructions 2005-09-06 Frederic Ruaudel * plugin/nautilus-actions-utils.c: modify nautilus_actions_utils_parse_parameter () to use nautilus_file_info_get_name() instead of gnome_vfs_uri_get_path () to avoid problem with url encoded filenames (Bug #84) * configure.in : add a --with-nautilus-extdir option to the ./configure script. If this option is not used, it tries to use the pkg-config command. If the result is empty, ./configure write an error on the output asking to the user to use the option to determine the path manually and exit. 2005-09-02 Rodrigo Moya * Makefile.am: removed templates dir from build. * nact/nautilus-actions-config.in: fixed paths. * nact/nautilus-actions-config.glade: renamed. * po/es,po: created correct stub file. 2005-09-01 Rodrigo Moya * autogen.sh: * configure.in: * Makefile.am: * config/Makefile.am: * nact/Makefile.am: * plugin/Makefile.am: added auto* setup. * nact/nact.desktop.in: * nact/nautilus-actions-config.in: renamed. * po/*: added basic GETTEXT support. * plugin/*: moved plugin implementation to its own module. * Wed Aug 31 2005 Frederic Ruaudel 0.5 - Fix bug with special characters in new config name in nact #66 - Change the default per user folder config path to the one define by fd.o (~/.config/.nautilus-actions) - In nact, create the per user config folder if it doesn't exist bug #59 and move the old one if it exists to the new one. - In nact fix the problem with Delete Config button that stay greyed after a deletion even after selecting another config. - In NACT, add a confirm dialog with trying to close without saving the changes (bug #60) - In nact, now display system wide config in read only mode and a Preference menu has been added to switch this display on or off - In nact, in normal user mode, if a config is created with the same name as a system-wide one, it is overwritten (it already works for the extension since 0.4) - In nact, fix a bug that prevent creating a new config with the same name as a just deleted one if save wasn't pressed between the two event. * Sun Aug 28 2005 Frederic Ruaudel 0.4 - Add -fPIC option in the Makefile to make nautilus-actions compile on 64bits arch - Apply patch from Ed Catmur that add DESTDIR var in Makefile for gentoo ebuild - Add the desktop file for nact submited by Ed Catmur - Add per user config possibility. Per user config are saved by default in ~/.nautilus-actions - NACT has been updated to manage per user config. If launch as normal user, it edit the user config and if launched as root, it manage system wide config. - add LICENSE file of the GNU GPL License - Update authors and contributors list - Add more user friendly description of schemes in Nact. - Add %M pattern for the parameters field which give the list of the files like %m but with full path - Modify NACT to add the %M option in the legend dialog and to take care of it in the example string - In NACT, replace the buggy FileChooserButton with an Entry and a Browse Button. - Add an action for launching nact from nautilus in the config folder and add it in install part of Makefile - Add installation of nact desktop file in the Makefile - Add some customization to the desktop file to insert value (version, icon) from the Makefile * Fri Aug 19 2005 Frederic Ruaudel 0.3 - Fix a bug in NACT when parsing 'accept-multiple-files' tags - Remove a unused function * Fri Aug 19 2005 Frederic Ruaudel 0.2 - Add NACT the configuration GUI * Thu Aug 12 2005 Frederic Ruaudel 0.1 - First version caja-actions-1.27.0/ChangeLog-2009000066400000000000000000004732271433352025300163160ustar00rootroot000000000000002009-12-22 Pierre Wieser Make the toolbars detacheable. * nautilus-actions/nact/nact-main-menubar.c (GtkActionEntry): Modify menu item and tooltip labels. (toolbar_init): Create GtkHandleBox to host toolbars. * nautilus-actions/nact/nautilus-actions-config-tool.actions: Do not let Export assistant go to the toolbar (no icon). Fix write/delete operations in NAIIODesktopProvider. * nautilus-actions/io-provider-desktop/nadp-read.c (action_from_desktop_path): Set provider data. * nautilus-actions/io-provider-desktop/nadp-write.c (nadp_iio_provider_is_writable, nadp_iio_provider_write_item, nadp_iio_provider_delete_item): Get provider data. Let the I/O provider set specific data into NAObjectItem. * nautilus-actions/api/na-object-api.h (na_object_get_provider_data, na_object_set_provider_data): New aliases. * nautilus-actions/private/na-object-item-fn.h: * nautilus-actions/private/na-object-item-priv.h: * nautilus-actions/private/na-object-item.c (na_object_item_get_provider_data, na_object_item_set_provider_data): New functions. 2009-12-21 Pierre Wieser * nautilus-actions/io-provider-desktop/nadp-xdg-data-dirs.c (nadp_xdg_data_dirs_get_dirs): Remove debug messages. Fix placement of writability icon. * nautilus-actions/runtime/na-utils.c: * nautilus-actions/runtime/na-utils.h (na_utils_get_pixbuf): New function. * nautilus-actions/runtime/Makefile.am: Add PKDGATADIR. * nautilus-actions/nact/nact-iaction-tab.c: Updated accordingly. * nautilus-actions/nact/nact-main-statusbar.c: * nautilus-actions/nact/nact-main-statusbar.h (nact_main_statusbar_initial_load_toplevel): New function. * nautilus-actions/nact/nact-main-window.c (on_base_initial_load_toplevel): Initial statusbar size. * nautilus-actions/private/na-object-item-fn.h: * nautilus-actions/private/na-object-item.c (na_object_item_get_pixbuf): Update prototype, removing GtkWidget. * nautilus-actions/nact/nact-tree-model.c: Updated accordingly. Fix reload of items. * nautilus-actions/nact/nact-main-window.c (reload): Reinitialize the properties for current selection. Fix the display of item's icon. * nautilus-actions/nact/transparent.png: New file. * nautilus-actions/nact/Makefile.am: Updated accordingly. * nautilus-actions/nact/nact-iaction-tab.c (display_icon): Removed function. (nact_iaction_tab_initial_load_toplevel): Set the frame the same height that the row. (on_icon_changed): Displays a transparent image instead of hiding the widget. * nautilus-actions/nact/nact-iactions-list.c (nact_iactions_list_all_widgets_showed): Only select the first item when all widgets have been showed. * nautilus-actions/nact/nact-main-window.c (on_base_all_widgets_showed): Initialize the tree after the tabs. * nautilus-actions/private/na-object-item.c (na_object_item_get_pixbuf): Use GThemedIcon. * nautilus-actions/nact/nact-main-window.c (on_iactions_list_selection_changed): Remove useless properties setup. Provider writability status is also displayed for profiles. * nautilus-actions/nact/nact-iaction-tab.c (on_tab_updatable_provider_changed, display_provider_name): New functions. * nautilus-actions/nact/nact-main-menubar.c (save_item): Notice provider change at save time. * nautilus-actions/nact/nact-main-tab.h: * nautilus-actions/nact/nact-main-window.c: Define new TAB_UPDATABLE_SIGNAL_PROVIDER_CHANGED signal. * nautilus-actions/nact/nact-main-menubar.c (on_update_sensitivities): Add - commented for now - debug message. * nautilus-actions/nact/nact-window.c (nact_window_has_writable_providers): Only unref the object if not null. * nautilus-actions/runtime/na-io-provider.c (na_io_provider_get_writable_provider): Fix writability check. 2009-12-20 Pierre Wieser Some cosmetic changes. * nautilus-actions/nact/nact-iactions-list.c (nact_iactions_list_fill): Report selection of first row at the very end of the function. * nautilus-actions/nact/nact-main-menubar.c (on_iactions_list_selection_changed): Improve debug messages. * nautilus-actions/nact/nautilus-actions-config-tool.ui: Remove size request for ActionLockedFrame. Add a tooltip to the writability status image. * nautilus-actions/nact/nact-main-statusbar.c: * nautilus-actions/nact/nact-main-statusbar.h (nact_main_statusbar_set_locked): Displays a tooltip whether the provider or the item is read-only. * nautilus-actions/nact/nact-main-window.c: Updated accordingly. * po/POTFILES.in: Add nautilus-actions/nact/nact-main-statusbar.c. 2009-12-19 Pierre Wieser Display the writability status in the status bar. * nautilus-actions/nact/locked.png: New file. * nautilus-actions/nact/Makefile.am: Updated accordingly. * nautilus-actions/nact/base-window.c (base_window_get_widget): Add a warning when widget is not found. * nautilus-actions/nact/nact-main-statusbar.c: * nautilus-actions/nact/nact-main-statusbar.h (nact_main_statusbar_set_locked): New function. * nautilus-actions/runtime/na-iabout.c (na_iabout_display): Credit the author of the locked image. * nautilus-actions/nact/nautilus-actions-config-tool.ui: Add an image in the status bar. * nautilus-actions/nact/nact-main-window.c (set_current_object_item): Update the locked image depending of the writability status of the current item. * nautilus-actions/nact/nact-window.c (nact_window_is_writable_provider): Return default writability status when the (new) item doesn't have yet a provider. * nautilus-actions/plugin/nautilus-module.c (nautilus_module_initialize): * nautilus-actions/tracker/na-tracker-plugin.c (nautilus_module_initialize): Homogeneize syslog initialization messages. 2009-12-17 Pierre Wieser * nautilus-actions/test/dbus-introspect.sh: New file. 2009-12-16 Pierre Wieser * configure.ac: Bump version number. * data/nautilus-actions.schemas.in: Add locked key. * NEWS: * README: Updated files. * nautilus-actions/io-provider-desktop/nadp-module.c: Make the desktop I/O provider only loadable in maintainer mode. * po/POTFILES.in: Fix typo. * nautilus-actions/api/na-api.h (na_api_module_get_name): * nautilus-actions/api/na-iio-provider.h (get_name): The na_api_module_get_name() function is moved to NAIIOProvider interface as get_name(). * nautilus-actions/io-provider-desktop/nadp-desktop-provider.c * nautilus-actions/io-provider-gconf/nagp-gconf-provider.c (get_name): New function. * nautilus-actions/io-provider-desktop/nadp-module.c * nautilus-actions/io-provider-gconf/nagp-module.c (na_api_module_get_name): Removed function. * nautilus-actions/nact/nact-tree-model-dnd.c (is_parent_accept_new_childs): New function. Prevent drop inside of a read-only parent. * nautilus-actions/nact/nact-window.c (nact_window_has_writable_providers): Updated to no more use na_pivot_has_writable_providers(). * nautilus-actions/runtime/na-io-provider.c * nautilus-actions/runtime/na-io-provider.h (na_io_provider_get_provider, na_io_provider_get_writable_provider): New functions. * nautilus-actions/runtime/na-module.c * nautilus-actions/runtime/na-module.h (na_module_dump): New function. (na_module_get_name): Removed function. * nautilus-actions/runtime/na-pivot.c: * nautilus-actions/runtime/na-pivot.h (na_pivot_get_module_name, na_pivot_get_provider, na_pivot_release_provider, na_pivot_has_writable_providers): Removed functions. (na_pivot_is_level_zero_writable): New function. * nautilus-actions/runtime/na-utils.c: * nautilus-actions/runtime/na-utils.h (na_utils_remove_suffix): New function. * nautilus-actions/utils/nautilus-actions-new.c (write_to_gconf): Updated to find a writable provider. 2009-12-15 Pierre Wieser Split too big file nact-tree-model.c. * nautilus-actions/nact/nact-tree-model-dnd.c: * nautilus-actions/nact/nact-tree-model-dnd.h: * nautilus-actions/nact/nact-tree-model-priv.h: New files. * nautilus-actions/nact/Makefile.am: * nautilus-actions/nact/nact-tree-model.c: Updated accordingly. Split too big file nact-iactions-list.c. * nautilus-actions/nact/nact-iactions-list-bis.c: * nautilus-actions/nact/nact-iactions-list-priv.c: * nautilus-actions/nact/nact-iactions-list-priv.h: New files. * nautilus-actions/nact/Makefile.am: * nautilus-actions/nact/nact-assistant-export.c: * nautilus-actions/nact/nact-assistant-import.c: * nautilus-actions/nact/nact-iactions-list.c: * nautilus-actions/nact/nact-iactions-list.h: * nautilus-actions/nact/nact-main-menubar.c: * nautilus-actions/nact/nact-main-window.c: * nautilus-actions/nact/nact-tree-model.c: Updated accordingly. * nautilus-actions/nact/nact-iactions-list.c: * nautilus-actions/nact/nact-iactions-list.h (nact_iactions_list_has_focus): Removed unused function. * nautilus-actions/nact/nact-gtk-utils.c: * nautilus-actions/nact/nact-gtk-utils.h: New files. * nautilus-actions/nact/Makefile.am: Updated accordingly. * nautilus-actions/nact/nact-main-tab.h: * nautilus-actions/nact/nact-main-window.c: Define TAB_UPDATABLE_PROP_READONLY_ITEM and TAB_UPDATABLE_PROP_WRITABLE_PROVIDER new properties. * nautilus-actions/nact/nact-iaction-tab.c: * nautilus-actions/nact/nact-iadvanced-tab.c: * nautilus-actions/nact/nact-ibackground-tab.c: * nautilus-actions/nact/nact-icommand-tab.c: * nautilus-actions/nact/nact-iconditions-tab.c: Manage read-only items. 2009-12-13 Pierre Wieser * nautilus-actions/api/na-api.h (na_api_module_get_version): * nautilus-actions/io-provider-desktop/nadp-module.c (na_api_module_get_version): * nautilus-actions/io-provider-gconf/nagp-module.c (na_api_module_get_version): New function. * nautilus-actions/io-provider-desktop/nadp-write.c (nadp_iio_provider_is_willing_to_write): * nautilus-actions/io-provider-gconf/nagp-write.c (nagp_iio_provider_is_willing_to_write): * nautilus-actions/runtime/na-io-provider.c (na_io_provider_is_willing_to_write): Remove too verbose debug traces. * nautilus-actions/runtime/na-pivot.c (na_pivot_has_writable_providers): Add a debug trace. * nautilus-actions/nact/nact-iactions-list.c (display_label): Profile label is editable only if parent action is writable. * nautilus-actions/nact/nact-main-menubar.c (on_update_sensitivities): Enable item insertion only if parent is writable. 2009-12-12 Pierre Wieser * nautilus-actions/nact/nact-window.c: * nautilus-actions/nact/nact-window.h (nact_window_is_lockdown): Removed function. (nact_window_is_writable_provider, nact_window_has_writable_providers): New functions. * nautilus-actions/runtime/na-io-provider.c: * nautilus-actions/runtime/na-io-provider.h (na_io_provider_is_willing_to_write): New function. * nautilus-actions/runtime/na-pivot.c: * nautilus-actions/runtime/na-pivot.h (na_pivot_has_writable_providers): New function. * nautilus-actions/nact/nact-window.c: * nautilus-actions/nact/nact-window.h (nact_window_is_lockdown): Check if the provider of the current item is locked down. * nautilus-actions/nact/nact-main-menubar.c (on_update_sensitivities): * nautilus-actions/nact/nact-iactions-list.c (display_label): Updated accordingly. * nautilus-actions/io-provider-gconf/nagp-gconf-provider.c: * nautilus-actions/io-provider-desktop/nadp-desktop-provider.c (get_id, get_version): New functions. * doc/io-provider-id: New file to handle allocated providers ids. * nautilus-actions/api/na-iio-provider.c: * nautilus-actions/api/na-iio-provider.h (get_id, get_version): New API functions. * nautilus-actions/runtime/na-io-provider.c: * nautilus-actions/runtime/na-io-provider.h (na_io_provider_get_id, na_io_provider_get_version): New functions. * nautilus-actions/nact/nact-iactions-list.c (nact_iactions_list_initial_load_toplevel, display_label): Label column is not editable when read-only or locked down. * nautilus-actions/nact/nact-main-menubar.c (on_update_sensitivities): Do not enable 'cut' if locked down. * nautilus-actions/private/na-object-profile.c (object_are_equal, object_is_valid): Now marked as static. * nautilus-actions/private/na-object-profile.c (na_object_profile_is_candidate, na_object_profile_is_candidate_for_tracked): Profile must be valid in order to be candidate. * nautilus-actions/api/na-dbus.h: New file. * nautilus-actions/api/Makefile.am: Updated accordingly. * nautilus-actions/nact/nact-clipboard.c (nact_clipboard_dump): Fix debug parameters to have pointer of correct size. * nautilus-actions/private/na-gnome-vfs-uri.c: * nautilus-actions/private/na-gnome-vfs-uri.h: Rename uri field to path. * nautilus-actions/private/na-object-profile-class.h: Define NATrackedItem structure. * nautilus-actions/private/na-object-profile-fn.h: * nautilus-actions/private/na-object-profile.c (na_object_profile_is_candidate_for_tracked, na_object_profile_parse_parameters_for_tracked): New functions. * nautilus-actions/test/test-parse-uris.c: Add a new test case. * nautilus-actions/tracker/Makefile.am: * nautilus-actions/utils/Makefile.am: Fix make distcheck. Install XML service definition and cleanup built files. * nautilus-actions/tracker/na-tracker-dbus.c: Take a reference on NautilusFileInfo provided list. * nautilus-actions/tracker/na-tracker.c: * nautilus-actions/tracker/na-tracker.h: Move DBus service name to api/na-dbus.h header. * nautilus-actions/utils/nautilus-actions-run.c: Remove '--parameters' and '--current' useless options. Execute action on candidate profile. 2009-12-10 Pierre Wieser * nautilus-actions/runtime/na-pivot.c: * nautilus-actions/runtime/na-pivot.h (get_item_from_tree): No more require an UUID. Be able to get the current Nautilus selection into an external program via a DBus interface in the new Tracker plugin. * configure.ac: * nautilus-actions/Makefile.am: Define new tracker subdirectory. * m4/na-log-domains.m4: Define new NA-tracker log domain. * nautilus-actions/tracker/Makefile.am: * nautilus-actions/tracker/na-tracker-dbus.c: * nautilus-actions/tracker/na-tracker-dbus.h: * nautilus-actions/tracker/na-tracker-dbus.xml: * nautilus-actions/tracker/na-tracker-plugin.c: * nautilus-actions/tracker/na-tracker.c: * nautilus-actions/tracker/na-tracker.h: New files. * nautilus-actions/utils/nautilus-actions-run.c: New file. * nautilus-actions/utils/Makefile.am: Updated accordingly. 2009-12-08 Pierre Wieser A try to implement a lockdown key in GConf mandatory settings. * nautilus-actions/nact/nact-main-menubar.c (on_update_sensitivities): Disable most of File and Edit menu items if lockdown key is set. * nautilus-actions/nact/nact-window.c: * nautilus-actions/nact/nact-window.h (nact_window_is_lockdown): New function. 2009-12-07 Pierre Wieser * configure.ac: Bump version number. * nautilus-actions/private/na-object-id.c (na_object_id_prepare_for_paste): Reset provider and read-only flag when pasting a new object. * nautilus-actions/nact/nact-main-menubar.c (prepare_for_paste): Recheck status of pasted items. * nautilus-actions/io-provider-desktop/nadp-desktop-file.c (nadp_desktop_file_get_label, nadp_desktop_file_get_tooltip, nadp_desktop_file_get_icon): Return an empty string rather than NULL. * nautilus-actions/nact/nact-main-menubar.c (on_update_sensitivities): Do not paste into a read-only action. * nautilus-actions/io-provider-desktop/nadp-desktop-file.c: * nautilus-actions/io-provider-desktop/nadp-desktop-file.h (nadp_desktop_file_get_icon, nadp_desktop_file_get_enabled, nadp_desktop_file_set_icon, nadp_desktop_file_set_enabled): New functions. * nautilus-actions/io-provider-desktop/nadp-read.c (read_item_properties): Read icon and enabled status. * nautilus-actions/io-provider-desktop/nadp-write.c (write_item): Write icon name or path and enabled status. * nautilus-actions/plugin/nautilus-actions.c (build_nautilus_menus): Emits a warning when finding a disabled or invalid item. * nautilus-actions/nact/nact-clipboard.c (nact_clipboard_dump): Allow dump when clipboard has not been yet used. * nautilus-actions/api/na-object-api.h: All arguments have parenthesis around them. Only load in the Nautilus plugin valid and enabled candidate items. * nautilus-actions/nact/nact-application.c (appli_initialize_application): Explicitely load items. * nautilus-actions/nact/nact-main-window.c (reload): Call na_pivot_load_items() function. * nautilus-actions/plugin/nautilus-actions.c (instance_init): Explicitely load items after having set filtering criteria. * nautilus-actions/private/na-object-item.c (na_object_item_set_items_list): Free previous GList structure. * nautilus-actions/runtime/na-io-provider.c (na_io_provider_read_items): Filter the returned hierarchy. * nautilus-actions/runtime/na-pivot.c: * nautilus-actions/runtime/na-pivot.h (na_pivot_check_status): Removed function. (na_pivot_reload_items): Renamed as na_pivot_load_items(). (na_pivot_set_population, na_pivot_is_disable_loadable, na_pivot_is_invalid_loadable): New functions. 2009-12-03 Pierre Wieser * nautilus-actions/private/na-object-profile.c (object_is_valid): Fix validity check of the profile. Add a maintainer menu option to dump the clipboard. * nautilus-actions/nact/nact-clipboard.c: * nautilus-actions/nact/nact-clipboard.h (nact_clipboard_dump): New function. * nautilus-actions/nact/nact-main-menubar.c: * nautilus-actions/nact/nautilus-actions-maintainer.actions: Define the a new 'Dump the clipboard' option. 2009-12-02 Pierre Wieser * nautilus-actions/nact/nact-iaction-tab.c (on_tab_updatable_selection_changed): * nautilus-actions/nact/nact-iadvanced-tab.c (on_tab_updatable_selection_changed): * nautilus-actions/nact/nact-ibackground-tab.c (on_tab_updatable_selection_changed): * nautilus-actions/nact/nact-icommand-tab.c (on_tab_updatable_selection_changed): * nautilus-actions/nact/nact-iconditions-tab.c (on_tab_updatable_selection_changed): * nautilus-actions/nact/nact-main-menubar.c (on_update_sensitivities): Do not allow edition if item is read-only. 2009-12-01 Pierre Wieser * nautilus-actions/nact/nact-iaction-tab.c (on_tab_updatable_selection_changed): Display I/O provider name. * nautilus-actions/nact/nautilus-actions-config-tool.ui: Display I/O provider name. * nautilus-actions/runtime/na-io-provider.c: * nautilus-actions/runtime/na-io-provider.h (na_io_provider_get_name): New function. * nautilus-actions/runtime/na-module.c: * nautilus-actions/runtime/na-module.h (na_module_get_name_for_object): New function. * nautilus-actions/runtime/na-pivot.c: * nautilus-actions/runtime/na-pivot.h (na_pivot_get_module_name): New function. * nautilus-actions/io-provider-desktop/nadp-write.c (nadp_iio_provider_is_writable): Do not handle menus yet. * nautilus-actions/io-provider-desktop/nadp-read.c (action_from_desktop_path): Have at least one profile for the action. (read_item_properties): Set object id. * nautilus-actions/io-provider-desktop/nadp-desktop-file.c (check_key_file): Fix check of required keys. * nautilus-actions/io-provider-desktop/nadp-desktop-file.c (nadp_desktop_file_set_label, nadp_desktop_file_set_tooltip): Fix locale. * nautilus-actions/io-provider-desktop/nadp-desktop-provider.c: * nautilus-actions/io-provider-desktop/nadp-desktop-provider.h: Fix NadpDesktopProviderPrivate typedef definition. * nautilus-actions/io-provider-desktop/nadp-utils.h: Remove egg-desktop-file.h include. * nautilus-actions/io-provider-desktop/nadp-write.c (nadp_iio_provider_is_willing_to_write): Fix permissions. (nadp_iio_provider_write_item): Create directory if it doesn't exist. * nautilus-actions/private/na-object-item-priv.h: Fix typo. * nautilus-actions/io-provider-desktop/nadp-desktop-provider.h: * nautilus-actions/io-provider-desktop/nadp-desktop-provider.c: Move NadpDesktopProviderPrivate to C source. * nautilus-actions/io-provider-desktop/nadp-write.c: Remove EggDesktopFile class. (nadp_iio_provider_write_item, nadp_iio_provider_delete_item): Check that item is not read-only before trying to write or delete. * nautilus-actions/io-provider-desktop/Makefile.am: Remove EggDesktopFile files. * nautilus-actions/io-provider-desktop/nadp-desktop-file.c: * nautilus-actions/io-provider-desktop/nadp-desktop-file.h: Handle key files. * nautilus-actions/io-provider-desktop/nadp-read.c: Test for writability status of the readen item. 2009-11-30 Pierre Wieser * nautilus-actions/io-provider-desktop/nadp-desktop-file.c: * utilus-actions/io-provider-desktop/nadp-desktop-file.h: * nautilus-actions/io-provider-desktop/nadp-read.c: * nautilus-actions/io-provider-desktop/nadp-read.h: * nautilus-actions/io-provider-desktop/nadp-utils.c: * nautilus-actions/io-provider-desktop/nadp-utils.h: * nautilus-actions/io-provider-desktop/nadp-write.c: * nautilus-actions/io-provider-desktop/nadp-write.h: * nautilus-actions/io-provider-desktop/nadp-xdg-data-dirs.c: * nautilus-actions/io-provider-desktop/nadp-xdg-data-dirs.h: New files. * nautilus-actions/io-provider-desktop/Makefile.am: Updated accordingly. * nautilus-actions/io-provider-desktop/nadp-desktop-provider.h: Define NADP_DESKTOP_PROVIDER_SUBDIRS. 2009-11-25 Pierre Wieser Read-only flag is moved to NAObjectItem: action and menu may be read-only. * nautilus-actions/api/na-object-api.h (na_object_is_readonly, na_object_set_readonly): New functions. * nautilus-actions/private/na-object-action-fn.h: * nautilus-actions/private/na-object-action-priv.h: * nautilus-actions/private/na-object-action.c: * nautilus-actions/private/na-object-item-fn.h: * nautilus-actions/private/na-object-item-priv.h: * nautilus-actions/private/na-object-item.c: "read-only" property is moved from NAObjectAction to NAObjectItem. (na_object_action_is_readonly): Renamed to na_object_item_is_readonly. (na_object_action_set_readonly): Renamed to na_object_item_set_readonly. * nautilus-actions/io-provider-gconf/nagp-read.c (read_object_item_properties): Set the 'read-only' flag for the object. * nautilus-actions/io-provider-gconf/nagp-write.c (nagp_iio_provider_is_writable): Set the writability status of the object. (nagp_iio_provider_is_willing_to_write): Set the writability status of the provider. * nautilus-actions/io-provider-desktop/egg-desktop-file.c: * nautilus-actions/io-provider-desktop/egg-desktop-file.h: New files. * nautilus-actions/io-provider-desktop/Makefile.am: Updated accordingly. 2009-11-24 Pierre Wieser Create NadpDesktopProvider module. * nautilus-actions/io-provider-desktop/Makefile.am: * nautilus-actions/io-provider-desktop/nadp-desktop-provider.c: * nautilus-actions/io-provider-desktop/nadp-desktop-provider.h: * nautilus-actions/io-provider-desktop/nadp-module.c: New files. * configure.ac: * nautilus-actions/Makefile.am: Updated accordingly. * m4/na-log-domains.m4: Define new NA_LOGDOMAIN_DESKTOP_PROVIDER log domain. Have smaller sources in NagpGConfProvider. Remove na-utils dependancy. * nautilus-actions/io-provider-gconf/nagp-read.c: * nautilus-actions/io-provider-gconf/nagp-read.h: * nautilus-actions/io-provider-gconf/nagp-write.c: * nautilus-actions/io-provider-gconf/nagp-write.h: New files. * nautilus-actions/io-provider-gconf/Makefile.am: Updated accordingly. * configure.ac: Remove useless gthread dependancy. * nautilus-actions/io-provider-gconf/Makefile.am: Add nautilus-actions/ to include path (fix make distcheck). * po/POTFILES.in: Add two new files (fix make distcheck). na_pivot_new no more takes an argument. * nautilus-actions/nact/nact-application.c (appli_initialize_application): * nautilus-actions/plugin/nautilus-actions.c (instance_init): * nautilus-actions/runtime/na-pivot.c: * nautilus-actions/runtime/na-pivot.h (na_pivot_new): * nautilus-actions/utils/nautilus-actions-new.c (write_to_gconf): Updated accordingly. * nautilus-actions/runtime/na-utils.c (na_utils_print_version): Displays current GLib and Gtk+ runtime library versions. * nautilus-actions/nact/base-application.c: Gracefully terminates the application on SMClient quit signal. 2009-11-23 Pierre Wieser * nautilus-actions/nact/nautilus-actions-config-tool.ui: Modify labels to make them clearer. Ask the user to confirm on logout. * nautilus-actions/nact/base-application-class.h: * nautilus-actions/nact/base-application.c (initialize_session_manager): New class function. Instantiate and initialize an EggSMClient-derived object. * nautilus-actions/nact/base-window-class.h: * nautilus-actions/nact/base-window.c (is_willing_to_quit): New class function. * nautilus-actions/nact/base-window.h (base_window_is_willing_to_quit): Returns TRUE if application is willing to quit on logout. * nautilus-actions/nact/nact-main-window.c: Ask the user for a confirmation when sessions ends while modifications are pending. * nautilus-actions/nact/nact-main-menubar.c: * nautilus-actions/nact/nact-main-menubar.h (nact_main_menubar_save_items): New public function. * nautilus-actions/nact/egg-desktop-file.c: * nautilus-actions/nact/egg-desktop-file.h: * nautilus-actions/nact/egg-sm-client-private.h: * nautilus-actions/nact/egg-sm-client-xsmp.c: * nautilus-actions/nact/egg-sm-client.c: * nautilus-actions/nact/egg-sm-client.h: * nautilus-actions/nact/nact-confirm-logout.c: * nautilus-actions/nact/nact-confirm-logout.h: New files. * nautilus-actions/nact/Makefile.am: Updated accordingly. * nautilus-actions/nact/nautilus-actions-config-tool.ui (ConfirmLogoutDialog): New dialog. 2009-11-21 Pierre Wieser * nautilus-actions/nact/nact-iaction-tab.c (on_tab_updatable_selection_changed): Display empty label when item not set. * nautilus-actions/nact/nact-xml-reader.c (propagate_default_values): Propagate default values to the newly imported action. Fix list of modified items in NACT. * nautilus-actions/nact/nact-iactions-list.c: * nautilus-actions/nact/nact-iactions-list.h (nact_iactions_list_list_modified_items): New maintainer function. * nautilus-actions/nact/nact-iactions-list.c (remove_rec): Recursively remove no-more modified sub-objects. * nautilus-actions/nact/nact-main-menubar.c: * nautilus-actions/nact/nautilus-actions-maintainer.actions: New maintainer function. * nautilus-actions/private/Makefile.am: Remove useless -DPKGLIBDIR. Allow the user to run multiple instances of NACT. * nautilus-actions/nact/base-application-class.h (manage_options): New virtual function. * nautilus-actions/nact/base-application.c: * nautilus-actions/nact/base-application.h: New entries property. * nautilus-actions/nact/base-application.c: argc and argv are now 'contruct only' properties. Accept now an GOptionEntry list as a 'contruct only property'. Check args if GOptionEntry list is not null. * nautilus-actions/nact/nact-application.c: Define --version option. Define --non-unique command-line option. * nautilus-actions/runtime/na-utils.c: * nautilus-actions/runtime/na-utils.h: * nautilus-actions/utils/console-utils.c: * nautilus-actions/utils/console-utils.h: Move console_print_version() function to na_utils_print_version(). * nautilus-actions/utils/nautilus-actions-new.c: * nautilus-actions/utils/nautilus-actions-schemas.c: Updated accordingly. 2009-11-20 Pierre Wieser Define functions with actual type for arguments. * nautilus-actions/runtime/na-pivot.c: * nautilus-actions/runtime/na-pivot.h (na_pivot_add_item, na_pivot_get_item): Take/return a NAObjectItem. * nautilus-actions/nact/nact-main-menubar.c (save_item): * nautilus-actions/nact/nact-main-window.c (nact_main_window_get_item): Updated accordingly. Get ride of "unsolicitated invocation of g_object_dispose() on GTypeModule" error message. * nautilus-actions/runtime/na-module.c (na_module_release_modules): No more unref the module. Review log handlers. * nautilus-actions/io-provider-gconf/nagp-module.c (na_api_module_init): standardize debug message. * nautilus-actions/nact/nact-main.c: Better name the static variable which holds the default handler. * nautilus-actions/plugin/nautilus-module.c: * nautilus-actions/utils/console-utils.c: Simplify log handler management on NACT model. * src/Makefile.am: Update compilation order as io-provider-gconf plugin depends on runtime. * nautilus-actions/api/na-iio-provider.c: * nautilus-actions/api/na-iio-provider.h (na_iio_provider_config_changed): Advertise interface with id of modified item. * nautilus-actions/io-provider-gconf/nagp-gconf-provider.c: Add a timeout to only trigger NAIIOProvider when all modifications on an item have been made. * nautilus-actions/io-provider-gconf/nagp-module.c (na_api_module_init): Remove log handler management, no more syslog at initialization. * nautilus-actions/nact/nact-main.c: Simplify log management. * nautilus-actions/runtime/na-io-provider.c: * nautilus-actions/runtime/na-io-provider.h (na_io_provider_register_callbacks): New function. * nautilus-actions/runtime/na-module.c (plugin_check): Fix error message. * nautilus-actions/runtime/na-pivot.c: Move static variables to the instance. * nautilus-actions/nact/nact-iaction-tab.c (on_tab_updatable_selection_changed): Fix label display when the widget is disabled. * nautilus-actions/nact/nact-iactions-list.c (on_treeview_selection_changed): Fix typo. * nautilus-actions/nact/nact-main-menubar.c (on_save_activated): Complete comment about status check. * nautilus-actions/nact/nact-main-window.c (nact_main_window_remove_deleted): Setup dialog title is required here when this is the only modification to be saved. 2009-11-19 Pierre Wieser Create GConf IO Provider as a plugin. * nautilus-actions/runtime/na-gconf-provider-keys.h: * nautilus-actions/runtime/na-gconf-provider.c: * nautilus-actions/runtime/na-gconf-provider.h: Moved to io-provider-gconf/, and thus removed from runtime/. * configure.ac: * nautilus-actions/Makefile.am: Maage io-provider-gconf/ new directory. * m4/na-log-domains.m4: Define new NA_LOGDOMAIN_IO_PROVIDER_GCONF log domain. * nautilus-actions/api/na-api.c: * nautilus-actions/api/na-api.h (na_api_module_init): Now returns a boolean. * nautilus-actions/plugin/nautilus-module.c: Set module name. * nautilus-actions/runtime/na-gconf-utils.c: * nautilus-actions/runtime/na-gconf-utils.h (na_gconf_utils_get_subdirs, na_gconf_utils_free_subdirs, na_gconf_utils_have_entry:): Move functions to NagpIOProvider class. * nautilus-actions/runtime/na-gconf-utils.c: * nautilus-actions/runtime/na-gconf-utils.h (na_gconf_utils_have_subdir): Removed function. * nautilus-actions/runtime/na-module.c: Fix dynamic loading of the modules. * nautilus-actions/runtime/na-pivot.c: * nautilus-actions/runtime/na-pivot.h (na_pivot_get_provider, na_pivot_release_provider): New functions. * nautilus-actions/nact/nact-xml-reader.c: * nautilus-actions/runtime/Makefile.am: * nautilus-actions/runtime/na-pivot.c: * nautilus-actions/runtime/na-xml-writer.c: Updated accordingly. * nautilus-actions/utils/nautilus-actions-new.c: Use NAPivot to find an adequate provider instead of directly instantiating a NAGConfProvider object. 2009-11-18 Pierre Wieser Move runtime/na-gconf-monitor.{c,h} to api/. * nautilus-actions/runtime/na-gconf-monitor.c: * nautilus-actions/runtime/na-gconf-monitor.h: Moved to api/, thus removed from runtime/. * nautilus-actions/api/Makefile.am: * nautilus-actions/runtime/Makefile.am: * nautilus-actions/runtime/na-gconf-provider.c: * nautilus-actions/runtime/na-pivot.c: Upated accordingly. Move private/na-object-api.h to private/. * nautilus-actions/private/na-object-api.h: Moved to private/. * nautilus-actions/api/Makefile.am: * nautilus-actions/nact/nact-assistant-export-ask.c: * nautilus-actions/nact/nact-assistant-export.c: * nautilus-actions/nact/nact-assistant-import-ask.c: * nautilus-actions/nact/nact-assistant-import.c: * nautilus-actions/nact/nact-clipboard.c: * nautilus-actions/nact/nact-iaction-tab.c: * nautilus-actions/nact/nact-iactions-list.c: * nautilus-actions/nact/nact-iadvanced-tab.c: * nautilus-actions/nact/nact-ibackground-tab.c: * nautilus-actions/nact/nact-icommand-tab.c: * nautilus-actions/nact/nact-iconditions-tab.c: * nautilus-actions/nact/nact-main-menubar.c: * nautilus-actions/nact/nact-main-window.c: * nautilus-actions/nact/nact-tree-model.c: * nautilus-actions/nact/nact-window.c: * nautilus-actions/nact/nact-xml-reader.c: * nautilus-actions/plugin/nautilus-actions.c: * nautilus-actions/private/Makefile.am: * nautilus-actions/private/na-object-action.c: * nautilus-actions/private/na-object-id.c: * nautilus-actions/private/na-object-item.c: * nautilus-actions/private/na-object-menu.c: * nautilus-actions/private/na-object-profile.c: * nautilus-actions/private/na-object.c: * nautilus-actions/runtime/na-gconf-provider.c: * nautilus-actions/runtime/na-io-provider.c: * nautilus-actions/runtime/na-pivot.c: * nautilus-actions/runtime/na-xml-writer.c: * nautilus-actions/utils/nautilus-actions-new.c: Updated accordingly. Move na-xml-* to runtime library, thus removing common/. * nautilus-actions/common/na-xml-names.h: * nautilus-actions/common/na-xml-writer.c: * nautilus-actions/common/na-xml-writer.h: Moved to runtime/ directory, thus removed from common. * configure.ac: * m4/na-log-domains.m4: * nautilus-actions/Makefile.am: * nautilus-actions/nact/Makefile.am: * nautilus-actions/nact/nact-assistant-export.c: * nautilus-actions/nact/nact-clipboard.c: * nautilus-actions/nact/nact-main.c: * nautilus-actions/nact/nact-tree-model.c: * nautilus-actions/nact/nact-xml-reader.c: * nautilus-actions/runtime/Makefile.am: * nautilus-actions/runtime/README: * nautilus-actions/utils/Makefile.am: * nautilus-actions/utils/console-utils.c: * nautilus-actions/utils/nautilus-actions-new.c: * nautilus-actions/utils/nautilus-actions-schemas.c: * po/POTFILES.in: Updated accordingly. Merge common/na-utils.{c,h} into runtime/na-utils.{c,h}. * nautilus-actions/common/na-utils.c: * nautilus-actions/common/na-utils.h: Merged into runtime/na-utils.{c,h}, thus deleted from common/. * nautilus-actions/common/Makefile.am: * nautilus-actions/common/na-xml-writer.c: * nautilus-actions/nact/base-builder.c: * nautilus-actions/nact/nact-assistant-export.c: * nautilus-actions/nact/nact-assistant-import.c: * nautilus-actions/nact/nact-clipboard.c: * nautilus-actions/nact/nact-iadvanced-tab.c: * nautilus-actions/nact/nact-ibackground-tab.c: * nautilus-actions/nact/nact-icommand-tab.c: * nautilus-actions/nact/nact-iconditions-tab.c: * nautilus-actions/nact/nact-tree-model.c: * nautilus-actions/nact/nact-window.c: * nautilus-actions/nact/nact-xml-reader.c: * nautilus-actions/private/Makefile.am: * nautilus-actions/private/na-object-profile.c: * nautilus-actions/runtime/na-utils.c: * nautilus-actions/runtime/na-utils.h: * nautilus-actions/utils/nautilus-actions-new.c: * nautilus-actions/utils/nautilus-actions-schemas.c: Updated accordingly. Merge common/na-iprefs.{c,h} into runtime/na-iprefs.{c,h}. * nautilus-actions/common/na-iprefs.c: * nautilus-actions/common/na-iprefs.h: Merged into runtime/na-iprefs.{c,h}, thus deleted from common/. * nautilus-actions/runtime/na-gconf-keys.h: Removed file as duplicate from api/. * nautilus-actions/common/Makefile.am: * nautilus-actions/common/na-xml-writer.c: * nautilus-actions/nact/base-iprefs.c: * nautilus-actions/nact/nact-assistant-export-ask.c: * nautilus-actions/nact/nact-assistant-export.c: * nautilus-actions/nact/nact-assistant-import-ask.c: * nautilus-actions/nact/nact-assistant-import.c: * nautilus-actions/nact/nact-clipboard.c: * nautilus-actions/nact/nact-iactions-list.c: * nautilus-actions/nact/nact-ibackground-tab.c: * nautilus-actions/nact/nact-icommand-tab.c: * nautilus-actions/nact/nact-main-menubar.c: * nautilus-actions/nact/nact-main-window.c: * nautilus-actions/nact/nact-preferences-editor.c: * nautilus-actions/nact/nact-tree-model.c: * nautilus-actions/nact/nact-window.c: * nautilus-actions/nact/nact-xml-reader.c: * nautilus-actions/runtime/Makefile.am: * nautilus-actions/runtime/na-gconf-provider-keys.h: * nautilus-actions/runtime/na-iprefs.c: * nautilus-actions/runtime/na-iprefs.h: * nautilus-actions/utils/nautilus-actions-new.c: * nautilus-actions/utils/nautilus-actions-schemas.c: Updated accordingly. Merge common/na-object-* stuff into private/ subdirectory. * nautilus-actions/common/na-object-action-fn.h: * nautilus-actions/common/na-object-action.c: * nautilus-actions/common/na-object-api.h: * nautilus-actions/common/na-object-fn.h: * nautilus-actions/common/na-object-id-fn.h: * nautilus-actions/common/na-object-id.c: * nautilus-actions/common/na-object-item-fn.h: * nautilus-actions/common/na-object-item.c: * nautilus-actions/common/na-object-menu-fn.h: * nautilus-actions/common/na-object-menu.c: * nautilus-actions/common/na-object-profile-fn.h: * nautilus-actions/common/na-object-profile.c: * nautilus-actions/common/na-object.c: Merged into private/ directory, thus deleted from common/ one. * nautilus-actions/Makefile.am: * nautilus-actions/common/Makefile.am: * nautilus-actions/common/na-xml-writer.c: * nautilus-actions/nact/nact-assistant-export-ask.c: * nautilus-actions/nact/nact-assistant-export.c: * nautilus-actions/nact/nact-assistant-import-ask.c: * nautilus-actions/nact/nact-assistant-import.c: * nautilus-actions/nact/nact-clipboard.c: * nautilus-actions/nact/nact-iaction-tab.c: * nautilus-actions/nact/nact-iactions-list.c: * nautilus-actions/nact/nact-iadvanced-tab.c: * nautilus-actions/nact/nact-ibackground-tab.c: * nautilus-actions/nact/nact-icommand-tab.c: * nautilus-actions/nact/nact-iconditions-tab.c: * nautilus-actions/nact/nact-main-menubar.c: * nautilus-actions/nact/nact-main-menubar.h: * nautilus-actions/nact/nact-main-window.c: * nautilus-actions/nact/nact-tree-model.c: * nautilus-actions/nact/nact-window.c: * nautilus-actions/nact/nact-xml-reader.c: * nautilus-actions/private/Makefile.am: * nautilus-actions/private/na-object-action-fn.h: * nautilus-actions/private/na-object-action.c: * nautilus-actions/private/na-object-api.h: * nautilus-actions/private/na-object-fn.h: * nautilus-actions/private/na-object-id-fn.h: * nautilus-actions/private/na-object-id.c: * nautilus-actions/private/na-object-item-fn.h: * nautilus-actions/private/na-object-item.c: * nautilus-actions/private/na-object-profile-fn.h: * nautilus-actions/private/na-object-profile.c: * nautilus-actions/private/na-object.c: * nautilus-actions/utils/nautilus-actions-new.c: * po/POTFILES.in: Updated accordingly. * nautilus-actions/nact/nact-main-menubar.c: * nautilus-actions/nact/nact-main-menubar.h (nact_main_menubar_is_pasted_object_relabeled): New function to avoid moving also NAPivot class to private directory. Move runtime/na-object-* stuff to private/ subdirectory. * nautilus-actions/runtime/na-gnome-vfs-uri.c: * nautilus-actions/runtime/na-gnome-vfs-uri.h: * nautilus-actions/runtime/na-iduplicable.c: * nautilus-actions/runtime/na-iduplicable.h: * nautilus-actions/runtime/na-object-action-class.h: * nautilus-actions/runtime/na-object-action-fn.h: * nautilus-actions/runtime/na-object-action-priv.h: * nautilus-actions/runtime/na-object-action.c: * nautilus-actions/runtime/na-object-api.h: * nautilus-actions/runtime/na-object-class.h: * nautilus-actions/runtime/na-object-fn.h: * nautilus-actions/runtime/na-object-id-class.h: * nautilus-actions/runtime/na-object-id-fn.h: * nautilus-actions/runtime/na-object-id-priv.h: * nautilus-actions/runtime/na-object-id.c: * nautilus-actions/runtime/na-object-item-class.h: * nautilus-actions/runtime/na-object-item-fn.h: * nautilus-actions/runtime/na-object-item-priv.h: * nautilus-actions/runtime/na-object-item.c: * nautilus-actions/runtime/na-object-menu-class.h: * nautilus-actions/runtime/na-object-menu-fn.h: * nautilus-actions/runtime/na-object-menu-priv.h: * nautilus-actions/runtime/na-object-menu.c: * nautilus-actions/runtime/na-object-priv.h: * nautilus-actions/runtime/na-object-profile-class.h: * nautilus-actions/runtime/na-object-profile-fn.h: * nautilus-actions/runtime/na-object-profile-priv.h: * nautilus-actions/runtime/na-object-profile.c: * nautilus-actions/runtime/na-object.c: Moved to private/ * nautilus-actions/api/na-iio-provider.h: * nautilus-actions/common/na-object-action-fn.h: * nautilus-actions/common/na-object-action.c: * nautilus-actions/common/na-object-api.h: * nautilus-actions/common/na-object-fn.h: * nautilus-actions/common/na-object-id-fn.h: * nautilus-actions/common/na-object-id.c: * nautilus-actions/common/na-object-item-fn.h: * nautilus-actions/common/na-object-item.c: * nautilus-actions/common/na-object-menu-fn.h: * nautilus-actions/common/na-object-menu.c: * nautilus-actions/common/na-object-profile-fn.h: * nautilus-actions/common/na-object-profile.c: * nautilus-actions/common/na-object.c: * nautilus-actions/common/na-xml-writer.h: * nautilus-actions/nact/Makefile.am: * nautilus-actions/nact/nact-application.c: * nautilus-actions/nact/nact-assistant-export-ask.h: * nautilus-actions/nact/nact-assistant-export.c: * nautilus-actions/nact/nact-assistant-import-ask.h: * nautilus-actions/nact/nact-iactions-list.c: * nautilus-actions/nact/nact-iactions-list.h: * nautilus-actions/nact/nact-main-window.h: * nautilus-actions/nact/nact-window.h: * nautilus-actions/nact/nact-xml-reader.h: * nautilus-actions/plugin/Makefile.am: * nautilus-actions/plugin/nautilus-actions.c: * nautilus-actions/private/Makefile.am: * nautilus-actions/runtime/Makefile.am: * nautilus-actions/runtime/na-gconf-provider.c: * nautilus-actions/runtime/na-io-provider.c: * nautilus-actions/runtime/na-pivot.c: * nautilus-actions/runtime/na-pivot.h: * nautilus-actions/test/Makefile.am: * nautilus-actions/test/test-parse-uris.c: * nautilus-actions/utils/Makefile.am: * po/POTFILES.in: Updated accordingly. Create private/ directory to host installed though private headers. * configure.ac: * nautilus-actions/Makefile.am: Updated accordingly. * m4/na-log-domains.m4: Define new log domains for API and private libraries. * nautilus-actions/private/Makefile.am: * nautilus-actions/private/README: New files. 2009-11-17 Pierre Wieser Move NAIIOProvider interface to api/. * nautilus-actions/api/na-api.h: * nautilus-actions/api/na-gconf-keys.h: Fix doc typo. * nautilus-actions/nact/nact-assistant-import.c: * nautilus-actions/nact/nact-main-window.c: * nautilus-actions/nact/nact-window.c: * nautilus-actions/nact/nact-window.h: * nautilus-actions/runtime/na-gconf-provider.c: * nautilus-actions/runtime/na-object-item-fn.h: * nautilus-actions/runtime/na-pivot.c: * nautilus-actions/runtime/na-pivot.h: * nautilus-actions/utils/nautilus-actions-new.c: Updated accordingly, modifying path to headers, fixing calls to NAIIOProvider interface. * nautilus-actions/runtime/na-module.c: * nautilus-actions/runtime/na-module.h: Fix typo. * nautilus-actions/api/Makefile.am: * nautilus-actions/common/Makefile.am: * nautilus-actions/nact/Makefile.am: * nautilus-actions/plugin/Makefile.am: * nautilus-actions/runtime/Makefile.am: * nautilus-actions/test/Makefile.am: * nautilus-actions/utils/Makefile.am: Updated accordingly, adding -I $(top_srcdir), adding -L$(top_builddir)/nautilus-actions/api -lna-api. Dynamically loads Nautilus-Actions extensions. * nautilus-actions/runtime/na-module.c: * nautilus-actions/runtime/na-module.h: New files. * nautilus-actions/runtime/na-pivot.c: Load modules. * nautilus-actions/runtime/Makefile.am: Updated accordingly. Make libna-runtime a dynamically loaded library. Initialize the API directory. * nautilus-actions/api: New directory. * nautilus-actions/common/Makefile.am: * nautilus-actions/nact/Makefile.am: * nautilus-actions/plugin/Makefile.am: * nautilus-actions/runtime/Makefile.am: * nautilus-actions/test/Makefile.am: * nautilus-actions/utils/Makefile.am: Updated accordingly. * po/POTFILES.in: Updated to reflect src/ directory renaming. 2009-11-17 Pierre Wieser Rename all src/ tree to nautilus-actions/. This will make easier to have an API installed on a host system, all headers being included with #include . 2009-10-28 Pierre Wieser * src/common/na-object-api.h (na_object_reset_status): New function. * src/common/na-object-fn.h: * src/common/na-object.c (na_object_object_reset_status): New function. * src/nact/base-window.c: * src/nact/base-window.h (base_window_get_parent): New function. * src/nact/nact-assistant-export.c (instance_dispose): Clear the tree model. (assist_initial_load_actions_list): Export current actions list. * src/nact/nact-iactions-list.c (display_label): Only display status in edition mode. * src/nact/nact-tree-model.c (fill_tree_store): Clean up the code to avoid memory leaks. * src/runtime/na-iduplicable.c: * src/runtime/na-iduplicable.h (na_iduplicable_reset_status): New function. * src/common/na-object-api.h (na_object_get_position, na_object_insert_at): New functions. * src/common/na-object-item-fn.h: * src/common/na-object-item.c (na_object_item_get_position, na_object_item_insert_at): New functions. * src/nact/nact-main-menubar.c (save_item): Insert the new origin at the same position that the previous one. * src/nact/nautilus-actions-config-tool.ui: Add a label in front of the internal item id. * src/runtime/na-iduplicable.c (na_iduplicable_duplicate): Duplicated object inherits same attributes that the original. * src/nact/nact-iactions-list.c (do_insert_items): Take a copy before reverting the list, and free the copy at end. * src/common/na-object-item.c (na_object_item_count_items): Recurse into subitems before counting the current level. * src/common/na-xml-writer.c: * src/common/na-xml-writer.h: (na_xml_writer_export): Returns a NULL filename if errors. (na_xml_writer_output_xml): Returns error messages. * src/nact/nact-clipboard.c (export_row_object): Updated accordingly. * src/utils/nautilus-actions-new.c: Specify that the output directory must be specified as an URI. * src/common/na-utils.c: * src/common/na-utils.h: * src/utils/console-utils.c: * src/utils/console-utils.h: Move na_utils_print_version() to console_print_version(). * src/utils/nautilus-actions-new.c: * src/utils/nautilus-actions-schemas.c: Updated accordingly. * src/utils/console-utils.c: * src/utils/console-utils.h: New files. * src/utils/Makefile.am: Updated accordingly. * src/utils/nautilus-actions-new.c: * src/utils/nautilus-actions-schemas.c: Initialize log handler to not emit debug messages when not in maintainer mode. 2009-10-27 Pierre Wieser * src/nact/nact-main-window.c (class_init): Make use of actual marshaller with two arguments. * src/nact/nact-iaction-tab.c (nact_iaction_tab_runtime_init_toplevel): * src/nact/nact-icommand-tab.c (nact_icommand_tab_runtime_init_toplevel): * src/nact/nact-iconditions-tab.c (nact_iconditions_tab_runtime_init_toplevel): Replace g_signal_connect with base_window_signal_connect. * data/nautilus-actions.schemas.in: * src/common/na-iprefs.h: Define two new preferences: quit_on_esc, confirm_when_quit_on_esc. * src/nact/nact-assistant-export.c (on_initial_load_dialog): * src/nact/nact-assistant-import.c (on_initial_load_dialog): Read the user preferences from GConf. * src/nact/nact-preferences-editor.c: Edit the two new user preferences. * src/nact/nautilus-actions-config-tool.ui: Add a frame to edit the two new user preferences. * src/nact/nautilus-actions-config-tool.ui: Remove separator from Preferences dialog. Add plural mark to a label in Runtime tab. Fix a typo in Import tab. * src/utils/nautilus-actions-new.c: Add new action data as arguments (target-selection, target-folders, target-toolbar, toolbar-label, folders). * src/common/na-utils.c: * src/common/na-utils.c (na_utils_print_version): New function. * src/utils/nautilus-actions-new.c: * src/utils/nautilus-actions-schemas.c: Make use of na_utils_print_version() new function. * src/runtime/na-iabout.c: * src/runtime/na-iabout.h (na_iabout_get_copyright): New function. * src/utils/nautilus-actions-new.c: Add --version command-line argument. * src/nact/nact-ibackground-tab.c (insert_new_row): Optimizes because the list is sorted on uris. * src/nact/nact-iadvanced-tab.c: Implements F2, Insert and Del keyboard accelerators. 2009-10-26 Pierre Wieser * src/common/na-object-profile-fn.h: * src/common/na-object-profile.c: * src/runtime/na-object-profile-fn.h: * src/runtime/na-object-profile.c: na_object_profile_replace_folder_uri moved from runtime to common library. * src/nact/nact-ibackground-tab.c: Implements F2, Insert and Del keyboard accelerators. * src/nact/nact-iadvanced-tab.c (runtime_init_connect_signals): * src/nact/nact-ibackground-tab.c (nact_ibackground_tab_runtime_init_toplevel): Replace g_signal_connect with base_window_signal_connect to better handle signal deconnections. * src/nact/nact-ibackground-tab.c (treeview_cell_edited): Only setup previous text if a non null pointer is provided. * src/nact/nact-iaction-tab.c (set_label_label): * src/nact/nact-icommand-tab.c (set_label_label): Only set color foreground for the normal state. * src/nact/nact-main-tab.c: * src/nact/nact-main-tab.h (nact_main_tab_is_page_enabled): New function. * src/nact/nautilus-actions-config-tool.ui: Add mnemonics to target radio button labels. * src/nact/nact-clipboard.c (get_from_primary_clipboard_callback): Provides text content. * src/nact/nact-main-menubar.c (on_paste_activated, on_paste_into_activated): Only inserts if items provided by clipboard are not null. * src/nact/nact-iaction-tab.c (on_toolbar_label_changed): Only setup the label when current item is an action. * src/nact/nact-ibackground-tab.c (setup_folders): Only tries to setup folders when there is a current profile. * src/nact/nact-iadvanced-tab.c (release_schemes_list): Clear the list store on dialog dispose. * src/nact/nact-iaction-tab.c (nact_iaction_tab_initial_load_toplevel): Unref model after having initialized the combobox listview. (release_icon_combobox): Clear the list store in dialog dispose. * src/nact/nact-icommand-tab.c: * src/nact/nact-icommand-tab.h (nact_icommand_tab_has_label): Remove unused function. * configure.ac: Bump version number to 2.29.2. 2009-10-25 Pierre Wieser * NEWS: Updated. * po/POTFILES.in: Update list of translatable files. * src/runtime/na-iabout.c (na_iabout_display): Do not mark authors names and emails for translating (#599520). * src/runtime/na-object-profile.c (is_current_folder_inside): Actually checks if current folder is inside one of specified folders. * src/nact/nact-iactions-list.c (nact_iactions_list_dispose): free list of modified items. (nact_iactions_list_fill): reset level_zero_order_changed flag. * src/nact/nact-main-menubar.c (on_level_zero_order_changed): The message now brings up the flag to be set. * src/nact/nact-tree-model.c (drop_inside): Set the level_zero_order_changed flag to TRUE. * src/nact/nact-preferences-editor.c (on_base_runtime_init_dialog, save_preferences): Let the user edit its preferred export format. * src/nact/nautilus-actions-config-tool.ui: Add Export tab to Preferences dialog. 2009-10-23 Pierre Wieser Populates Nautilus background menus and Nautilus toolbar. Defines required new properties: - target_selection: whether the action is candidate to selection menus - target_background: whether the action is candidate to background menus - target_toolbar: whether the action is candidate to toolbar display - short_label: the toolbar label - use_same_label: whether the toolbar label is the same that those of the action. * data/nautilus-actions.schemas.in: * src/common/na-xml-names.h: Define the new keys. Make sure key descriptions are equal to those in nact-xml-names.h. * src/common/na-xml-writer.c (create_xml_schema, create_xml_dump): Export the new keys. (create_gconf_schema): Export the new schemas. * src/nact/nact-ibackground-tab.c: * src/nact/nact-ibackground-tab.h: * src/nact/nact-main-tab.c: New files * src/nact/Makefile.am: Updated accordingly. * src/nact/nact-assistant-export.c (assistant_apply): Exported action is actually the original one, not those displayed in assistant because it has no profiles. * src/nact/nact-iaction-tab.c: Define three new toggle buttons for the three target properties. * src/nact/nact-iadvanced-tab.c: * src/nact/nact-icommand-tab.c: * src/nact/nact-iconditions-tab.c: Set sensitivity depending on current selection. * src/nact/nact-main-window.c: Define new "enable-tab" signal. Implements new NactIBackgroundTab interface. * src/nact/nact-xml-reader.c (apply_values): Import the new keys. No more assert on not processed entry. * src/nact/nautilus-actions-config-tool.ui: Define three new toggle buttons to select the available targets. Define new Background notebook tab. Define Toolbar frame. * src/plugin/nautilus-actions.c: Implements the two other nautilus API get_background_items and get_toolbar_items, both on current_folder. * src/runtime/na-gconf-provider-keys.h: * src/runtime/na-gconf-provider.c: Read/write the new keys from/to IO Provider. * src/runtime/na-object-api.h: * src/runtime/na-object-item-priv.h: * src/runtime/na-object-item.c: * src/runtime/na-object-item-fn.h: * src/runtime/na-object-action-priv.h: * src/runtime/na-object-action.c: * src/runtime/na-object-action-fn.h: Implements the new properties. 2009-10-20 Pierre Wieser Enable edition actions when the popup menu is open. Do not apply edition actions on ActionsList when the focus is in a tab. * src/nact/nact-iactions-list.c: * src/nact/nact-iactions-list.h (nact_iactions_list_has_focus): New function. * src/nact/nact-main-menubar.c (on_cut_activated, on_copy_activated, on_paste_activated, on_delete_activated): Track the presence of a popup menu. Enhance validity conditions of a profile. * src/common/na-utils.c (na_utils_string_list_to_text): default value is NULL. * src/runtime/na-gconf-provider.c (read_item_action_profile_properties): No more check just path and parameters. * src/runtime/na-object-profile.c (object_is_valid): Check for command, basenames, mimetypes and schemes. * src/runtime/na-utils.c: * src/runtime/na-utils.h (na_utils_get_first_word): New function. * src/common/na-object-item.c (na_object_item_get_pixbuf): Update comment. * src/nact/nact-iaction-tab.c (on_icon_browse): Fix widget name. 2009-10-19 Pierre Wieser * src/nact/nautilus-actions-config-tool.actions: * src/nact/nautilus-actions-maintainer.actions: Add toolbar items in View menu. * src/nact/nact-assistant-import.c (assistant_apply): Also checks the existancy against already imported. (prepare_importdone): Actually states that the import was successfull. * src/nact/nact-tree-model.c (drop_uri_list): Also checks the existancy against already imported. * src/nact/nact-xml-reader.c: * src/nact/nact-xml-reader.h (nact_xml_reader_import): Also checks the existancy against already imported. * src/common/na-utils.c (na_utils_prefix_strings): Fix concatenation of prefixed strings. * src/nact/base-iprefs.c (base_iprefs_position_named_window): Do not resize the window with unset default width and height. * src/nact/nact-xml-reader.c (add_message): Consider messages embedding XML markup. * src/common/na-object-id.c (na_object_id_prepare_for_paste): Recursively manage menu subitems. * src/nact/nact-main-menubar.c: * src/nact/nautilus-actions-maintainer.actions: Add a 'Dump selection' item in maintainer menu. * src/nact/nact-main-menubar.c (on_duplicate_activated): Check duplicate status after having reinitialized the origin object. 2009-10-18 Pierre Wieser Open a popup on right click on the treeview. * src/nact/nact-iactions-list.c (on_button_press_event): Manage right mouse click. (open_popup): New function. (on_key_pressed_event): Only manage acclerators when treeview has the focus. * src/nact/nact-main-menubar.c: * src/nact/nact-main-menubar.h (nact_main_menubar_open_popup): New function. * src/nact/nautilus-actions-config-tool.actions: Define the contextual popup menu. 2009-10-17 Pierre Wieser * src/nact/nact-main-menubar.c (on_iactions_list_count_updated): Display the count of items in the statusbar. * src/nact/nact-iactions-list.c (collapse_to_parent, expand_to_first_child): Make left and right arrows accelerators to collapse/expand trees. * src/nact/nact-iactions-list.c (inline_edition): Make F2 an accelerator to inline edit the label. Creation of a root menu in the Nautilus context menu is now a user preference. * data/nautilus-actions.schemas.in: Define a schema for the preference. * src/nact/nact-preferences-editor.c: Edit the preference. * src/nact/nautilus-actions-config-tool.ui: Define a new checkbox. * src/plugin/nautilus-actions.c: Create a root menu only if users has asked for. * src/runtime/na-ipivot-consumer.c: * src/runtime/na-ipivot-consumer.h: Define new virtual which handle the monitoring of the preference. * src/runtime/na-iprefs.c: * src/runtime/na-iprefs.h: Read/write the preference in GConf. * src/nact/nact-main-window.c (setup_dialog_title): Restore function which had disappeared since v 1.12. * src/nact/nact-iactions-list.c (nact_iactions_list_initial_load_toplevel): Cells are only editable in edition mode. * src/common/na-xml-writer.c: * src/common/na-xml-writer.h (na_xml_writer_export): Now returns messages as a GSList. * src/nact/nact-assistant-export.c (assist_prepare_exportdone): Enhance sumary page. * src/common/na-utils.c: * src/common/na-utils.h (na_utils_prefix_strings): New function. * src/nact/nact-assistant-import.c (prepare_importdone): Enhance the summary page. * src/nact/nact-xml-reader.c: Actually relabel action if required. Return all messages. * src/nact/nact-assistant-export.c (assist_prepare_exportdone): * src/nact/nact-assistant-import.c (prepare_importdone): At end, quit the assistant on Cancel without warning. * src/nact/base-window.c (setup_builder): A window may have its own builder, or its own UI XML definition file, or both. * src/nact/nact-assistant-export-ask.c (nact_assistant_export_ask_user): The dialog uses the common builder. Make clipboard have an access to preferences. Let the user be asked for the export format in drag and drop operations. * src/nact/nact-clipboard.c: * src/nact/nact-clipboard.h (nact_clipboard_new): Now pass the BaseWindow as an argument. * src/nact/nact-clipboard.c (nact_clipboard_dnd_get_text, nact_clipboard_dnd_drag_end): Ask the user if needed. * src/nact/nact-main-window.c: * src/nact/nact-tree-model.c: Updated accordingly. 2009-10-16 Pierre Wieser Let the user be asked when exporting actions. * src/nact/base-window.c (instance_dispose): Fix hiding widgets when toplevel has not been initialized. (base_window_run): Now returns a boolean. * src/nact/nact-assistant-export-ask.c: * src/nact/nact-assistant-export-ask.h: New files. * src/nact/Makefile.am: * src/nact/nact-assistant-export.ui: Updated accordingly. * src/nact/nact-assistant-export.c: Ask the user if needed. Reread the current export format for each action. Record last export format as a preference. * src/common/na-iprefs.c: * src/common/na-iprefs.h (na_iprefs_get_export_format, na_iprefs_set_export_format): New functions. * src/common/na-xml-names.h: Move export format constantes to src/common/na-iprefs.h. * src/common/na-xml-writer.c: * src/nact/nact-assistant-export.c: * src/nact/nact-assistant-export.ui: * src/nact/nact-assistant-import.c: * src/nact/nact-clipboard.c: * src/utils/nautilus-actions-new.c: * src/utils/nautilus-actions-schemas.c: Updated accordingly. * src/nact/nact-iactions-list.c (nact_iactions_list_fill): Only count items in edition mode. * src/nact/nact-tree-model.c (nact_tree_model_fill): Only check status in edition mode. (fill_tree_store): Add a ref when the action is embedded in a menu. * src/runtime/na-object-item.c (object_ref): Fix comment. 2009-10-15 Pierre Wieser * src/runtime/na-object-item.c (object_are_equal): Remove debug trace. * configure.ac: * src/runtime/na-object-action-fn.h: NAUTILUS_ACTIONS_CONFIG_VERSION from configure.ac to na-object-action-fn.h as this is not a configuration information. New 'Ask user' import mode. * data/nautilus-actions.schemas.in: Define new 'import-ask-user' preference schema. Define new 'import-ask-user-last-mode' preference schema. Add 'Ask user' new value for 'import-mode' preference. Fix type and default value of 'import-mode'. * po/POTFILES.in: * src/nact/Makefile.am: Add 'src/nact/nact-assistant-import-ask.c' new file. * src/common/na-iprefs.c: * src/common/na-iprefs.h: * src/nact/nact-assistant-import.c: * src/nact/nact-preferences-editor.c: Define IPREFS_IMPORT_ASK new import mode. na_iprefs_get_import_mode, na_iprefs_set_import_mode now take the preference name as an argument. Define IPREFS_IMPORT_ASK_LAST_MODE new preference. Check status of imported actions. * src/nact/nact-main-window.c (nact_main_window_action_exists): Renamed as nact_main_window_get_item. * src/nact/nautilus-actions-config-tool.ui: * src/nact/nact-assistant-import-ask.c: * src/nact/nact-assistant-import-ask.h: New AssistantImportAsk dialog box. Keep the last users's choice to prevent ask too many times. * src/nact/nact-xml-reader.c (manager_import_mode): Now may ask the user to know what to do. * src/nact/nact-xml-reader.h: No more redefine import modes here ! 2009-10-14 Pierre Wieser * configure.ac: Bump version number to 2.29.1 due to branch for 2.28. * src/nact/nact-iactions-list.c: Maintains a list of modified items, cleared when saving. Define a new "status-changed" signal. * src/nact/nact-main-menubar.c: Update action sensitivities when a status is changed. * src/nact/nact-tree-model.c (drop_inside_adjust_dest): Also used to validate when dropping an uri. (drop_uri_list): Check status of imported actions. (drop_inside_move_dest): Fix when moving a subitem down. (drop_inside): Delete the moved item before preparing to paste. * src/plugin/nautilus-actions.c (instance_init): Check status of loaded items. * src/runtime/na-gconf-provider.c: Manage unknown types. * src/runtime/na-iio-provider.c (na_iio_provider_get_items_tree): No more check here status of loaded items. * src/runtime/na-pivot.c: * src/runtime/na-pivot.h (na_pivot_check_status): New function. 2009-10-13 Pierre Wieser * src/runtime/na-iduplicable.c: * src/runtime/na-iduplicable.h: Only define one signal which is sent when one of the status has changed. * src/common/na-object-api.h (na_object_get_topmost_parent): Removed alias. * src/nact/nact-iaction-tab.c: * src/nact/nact-iadvanced-tab.c: * src/nact/nact-icommand-tab.c: * src/nact/nact-iconditions-tab.c: Force re-display of the item if modified column is displayed in the treeview. * src/nact/nact-iactions-list.c (on_tab_updatable_item_updated): Force re-display of the item if asked for and status not modified. * src/common/na-object-api.h: * src/common/na-object-id-fn.h: * src/common/na-object-id.c (na_object_check_status_up): New function. * src/nact/nact-tree-model.c (nact_tree_model_remove): Simplifies the code by only checking the status of the parent. * src/nact/nact-iactions-list.c: * src/nact/nact-main-menubar.c: * src/nact/nact-tree-model.c: * src/runtime/na-iduplicable.c: * src/runtime/na-iduplicable.h: * src/runtime/na-iio-provider.c: * src/runtime/na-object-api.h: * src/runtime/na-object-fn.h: * src/runtime/na-object-item.c: * src/runtime/na-object.c: Renamed na_object_check_edition_status() to na_object_check_status(). * src/common/na-object-api.h (na_object_get_topmost_parent): New function. * src/common/na-object-id-fn.h: * src/common/na-object-id.c (na_object_id_get_topmost_parent): New function. * src/nact/nact-iactions-list.c (on_tab_updatable_item_updated): Recursively update the display of parents of the updated item. (do_insert_items): Insert childs into the actual insertion path. * src/nact/nact-main-menubar.c (on_update_sensitivities): Only enable new menu and new action when on an action or a menu. Reorganize code. (on_save_activated): only check status of toplevel items. * src/nact/nact-main-tab.h: * src/nact/nact-main-window.c: New SELECTED_ROW property. (on_base_runtime_init_toplevel): Setup the order mode at init time. * src/nact/nact-tree-model.c (sort_actions_list): Do not sort profiles. (nact_tree_model_insert): Returns the actual insertion path. * src/runtime/na-gconf-provider-keys.h: OBJECT_ITEM_TYPE_ENTRY: new key which defines the type of the entry. MENU_ITEMS_ENTRY: renamed to OBJECT_ITEM_LIST_ENTRY. * src/runtime/na-gconf-provider.c (read_item): Only use the item's type to distinguish between action and menu. (read_object_item_properties, write_object_item): actions and menus may have ordered subitems (write_item_action, write_item_menu): Write the item's type. (read_item_action): Keep the order of profiles. * src/runtime/na-iio-provider.c (build_hierarchy): Use na_object_item_get_items_string_list. (sort_tree): Do not sort profiles. * src/runtime/na-object-item-fn.h: * src/runtime/na-object-item-priv.h: * src/runtime/na-object-item.c: List of string id of subitems is moved from NAObjectMenu. * src/runtime/na-object-menu-fn.h: * src/runtime/na-object-menu-priv.h: * src/runtime/na-object-menu.c: List of string id of subitems is moved to NAObjectItem. * src/runtime/na-utils.c: * src/runtime/na-utils.h (na_utils_remove_from_string_list): New function. 2009-10-12 Pierre Wieser * src/common/na-object-api.h (na_object_check_edition_status, na_object_is_valid): Moved to src/runtime/na-object-api.h. * src/common/na-object-fn.h: * src/common/na-object.c (na_object_iduplicable_check_edition_status, na_object_iduplicable_is_valid): Moved to src/runtime/na-object-fn.h, src/runtime/na-object.c. * src/nact/nact-tree-model.c (drop_inside): Adjust the dest when moving items down. * src/plugin/nautilus-actions.c (build_nautilus_menus): Only display valid items. * src/runtime/na-iio-provider.c (na_iio_provider_get_items_tree): Check validity status at load time. * src/runtime/na-object-api.h (na_object_check_edition_status, na_object_is_valid): Moved from src/common/na-object-api.h. * src/runtime/na-object-fn.h: * src/runtime/na-object.c (na_object_iduplicable_check_edition_status, na_object_iduplicable_is_valid): Moved from src/common/na-object-fn.h, src/common/na-object.c. * src/runtime/na-object-menu.c (object_is_valid): A valid menu has at least one valid subitem. 2009-10-11 Pierre Wieser * src/nact/nact-iactions-list.c (do_insert_into_first): Recursively insert subitems. * src/nact/nact-main-menubar.c (on_level_zero_order_changed): Connect to new signal to enable save action. * src/nact/nact-main-window.c: * src/nact/nact-main-window.h: Define new signal "main-window-level-zero-order-changed". * src/nact/nact-tree-model.c (idrag_dest_drag_data_received): Fix drag and drop when reordering items. 2009-10-09 Pierre Wieser * src/nact/nact-iactions-list.c (do_insert_into_first): Fix multi-childs insertion. Remove useless do_insert_into_second() function. * src/nact-main.c (main): Only display traces from runtime library when in maintainer mode. * src/nact/nact-iactions-list.c: * src/nact/nact-iactions-list.h (nact_iactions_list_brief_tree_dump): Briefly dump the tree store content. (nact_iactions_list_runtime_init_toplevel): Grab the focus at start. (on_focus_in, on_focus_out): Track the focus in the treeview. Let the label be edited in place. * src/nact/nact-iaction-tab.c (on_iactions_list_column_edited): * src/nact/nact-icommand-tab.c (on_iactions_list_column_edited): New functions. * src/nact/nact-main-menubar.c (nact_main_menubar_runtime_init): Display a Maintainer menu when in maintainer mode. Add BriefTreeStoreDumpItem new item. Display a first toolbar. (on_save_activated): Also save non-valid items. (on_update_sensitivities): Disable edit actions when the focus is not in the treeview. * src/nact/nact-main-statusbar.c (nact_main_statusbar_display_with_timeout): Actually put a timeout to pop the status message. * src/nact/nact-tree-model.c (nact_tree_model_insert): Add debug traces. (nact_tree_model_fill): Check validity status at load time. * src/nact/nact-window.c (nact_window_save_item): Full dump of the saved item. * src/nact/nautilus-actions-config-tool.actions: Define a placeholder for the Maintainer menu. Define a first toolbar. * src/nact/nautilus-actions-config-tool.ui: Replace the GtkToolbar with a VBox placeholder. * src/nact/nautilus-actions-maintainer.actions: New file. * src/nact/Makefile.am: Updated accordingly. * src/runtime/na-gconf-provider.c (read_item_action_profile_properties): Load all found items, emitting a warning when non valid. * src/runtime/na-object-action.c (object_is_valid): An action is valid if it has at least one valid profile. * src/runtime/na-object-profile.c (object_is_valid): A profile requires rather a command to be valid that a label. 2009-10-08 Pierre Wieser * src/common/na-object-api.h (na_object_remove_item): Moved to runtime library. * src/common/na-object-item-fn.h: * src/common/na-object-item.c (na_object_item_remove_item): Moved to runtime library. * src/nact/nact-iactions-list.c (do_insert_items): Marks the item itself as modified if it has no parent. * src/nact/nact-main-menubar.c (on_update_sensitivities): Enable Paste a profile if an action is selected. Always disable Paste into a profile. * src/nact/nact-main-window.c (actually_delete_item): Delete childs before removing from pivot. (nact_tree_model_insert, nact_tree_model_insert_into): Set parent on newly inserted child. * src/nact/nact-tree-model.c (fill_tree_store): Rewrite duplication code to get reference counts equal to 1 in the store. Install parent pointer in childs. * src/runtime/na-object-api.h (na_object_remove_item): Moved from common library. * src/runtime/na-object-id.c (instance_dispose): Remove itself from parent if any. * src/runtime/na-object-item-fn.h: * src/runtime/na-object-item.c (na_object_item_remove_item): Moved from common library. * src/runtime/na-object.c: Remove useless debug traces. Items loaded from an IO provider but not recorded in the hierarchical tree are yet displayed, at the end of the tree. * src/nact/nact-window.c: * src/nact/nact-window.h: * src/runtime/na-pivot.c: * src/runtime/na-pivot.h: * src/nact/nact-main-menubar.c: nact_window_write_level_zero renamed as na_pivot_write_level_zero. * src/runtime/na-iio-provider.c (na_iio_provider_get_items_tree): Merge left items in the hierarchy, and update the level-zero list. * src/runtime/na-gconf-provider.c: * src/runtime/na-object-menu-fn.h: * src/runtime/na-object-menu.c: na_object_menu_set_items_list renamed as na_object_menu_set_items_string_list. na_object_free_items: Renamed to na_object_free_items_list. * src/nact/nact-assistant-export.c: * src/nact/nact-assistant-import.c: * src/nact/nact-iactions-list.c: * src/nact/nact-main-menubar.c: * src/nact/nact-main-window.c: * src/runtime/na-iio-provider.c: * src/runtime/na-object-api.h: * src/runtime/na-object-class.h: * src/runtime/na-object-fn.h: * src/runtime/na-object-item-fn.h: * src/runtime/na-object-item.c: * src/runtime/na-object.c: * src/runtime/na-pivot.c: Updated accordingly. na_object_get_items: Renamed to na_object_get_items_list, Now returns the list itself instead of a refed new list. na_object_set_items: Renamed to na_object_set_items_list. Now install the provided GList pointer instead of copying the list. * src/common/na-object-api.h: * src/common/na-object.c: * src/common/na-xml-writer.c: * src/nact/nact-iactions-list.c: * src/nact/nact-main-menubar.c: * src/nact/nact-main-window.c: * src/nact/nact-tree-model.c: * src/plugin/nautilus-actions.c: * src/runtime/na-gconf-provider.c: * src/runtime/na-iio-provider.c: * src/runtime/na-object-action.c: * src/runtime/na-object-api.h: * src/runtime/na-object-class.h: * src/runtime/na-object-fn.h: * src/runtime/na-object-item-fn.h: * src/runtime/na-object-item.c: * src/runtime/na-object-menu.c: * src/runtime/na-object.c: * src/runtime/na-pivot.c: * src/utils/nautilus-actions-new.c: Updated accordingly. Move parent pointer from NAObjectProfile to NAObjectId class. * src/common/na-object-action-fn.h: * src/common/na-object-action.c: * src/common/na-object-id-fn.h: * src/common/na-object-id.c: * src/nact/nact-clipboard.c: * src/nact/nact-iactions-list.c: * src/nact/nact-main-menubar.c: * src/nact/nact-main-window.c: * src/nact/nact-tree-model.c: * src/plugin/nautilus-actions.c: * src/runtime/na-object-action-fn.h: * src/runtime/na-object-action-priv.h: * src/runtime/na-object-action.c: * src/runtime/na-object-api.h: * src/runtime/na-object-id-class.h: * src/runtime/na-object-id-fn.h: * src/runtime/na-object-id-priv.h: * src/runtime/na-object-id.c: * src/runtime/na-object-item.c: * src/runtime/na-object-profile-fn.h: * src/runtime/na-object-profile-priv.h: * src/runtime/na-object-profile.c: * src/runtime/na-object.c: * src/runtime/na-pivot.c: Updated accordingly. 2009-10-05 Pierre Wieser Restaure and fix 'Copy of' relabeling of pasted items. * src/common/na-object-api.h: * src/common/na-object-id-fn.h: * src/common/na-object-id.c (na_object_set_for_copy, na_object_id_set_for_copy): Removed functions. (na_object_prepare_for_paste, na_object_id_prepare_for_paste, na_object_id_set_copy_of_label): New functions. * src/nact/base-window.c: * src/nact/base-window.h: Signal connection functions now return the handler_id. * src/nact/nact-clipboard.c: * /src/nact/nact-clipboard.h: Keep the initial copy mode in the clipboard. Remove the relabeling operations from the clipboard. * src/nact/nact-iactions-list.c: Prepare pasted items here when we know the exact target. Replace all data set against GObject instance with a single structure. Block tab-updated signal handler while changing a selection. * src/nact/nact-tree-model.c: Use new na_object_prepare_for_paste() function in drag and drop. * src/nact/nact-main-window.c: * src/nact/nact-main-window.h (nact_main_window_prepare_object_for_copy): Removed function. * src/nact/nautilus-actions-config-tool.ui: Remove not backward compatible 'orientation' properties. 2009-10-04 Pierre Wieser Use some stored indicators to compute the action sensitivities rather that all recomputing each time. Rewrite insertion code in the treeview. * Makefile.am: * configure.ac: No more compile with --enable-iso-c not -pedantic options as GLib-generated marshaling code is not compliant. * po/POTFILES.in: Fix typo in a filename. * src/common/na-object-api.h: * src/common/na-object-item-fn.h: * src/common/na-object-item.c (na_object_insert_item): Now accepts a null object as sibling position. (na_object_item_count_items): New function. * src/nact/nact-marshal.c: * src/nact/nact-marshal.h: New files. * src/nact/Makefile.am: Updated accordingly. * src/nact/nact-iactions-list.c: Now maintains a count of menus, actions and profiles items. Send a signal when the count is changed. Rewrite insertion in the treeview. * src/nact/nact-iactions-list.c: * src/nact/nact-iactions-list.h (nact_iactions_list_has_exportable): Removed function. (nact_iactions_list_insert_into): New function. * src/nact/nact-main-menubar.c: * src/nact/nact-main-menubar.h: Maintains its own counters to compute the actions sensitivities. Define new menu item 'Paste into'. nact_main_menubar_refresh_actions_sensitivity: Removed function. nact_main_menubar_dispose: New function. * src/nact/nact-main-window.c: * src/nact/nact-main-window.h: Connect to the iactions-list-selection-changed signal rather than implement the corresponding virtual function. Define new 'main-window-update-sensitivities' signal. * src/nact/nact-tree-model.c: * src/nact/nact-tree-model.h: Rewrite insertion code in the tree store. nact_tree_model_insert_into, nact_tree_model_object_at_path: New functions. * src/nact/nautilus-actions-config-tool.actions: new 'Paste into' item. 2009-10-02 Pierre Wieser Centralize plugin routines in a dedicated libna-runtime library. * configure.ac: Add src/runtime/Makefile generation. * m4/na-log-domains.m4: Define NA-runtime log domain. * src/Makefile.am: Recurse into runtime subdirectory. * src/common/na-gconf-keys-base.h: * src/common/na-gconf-keys-schemas.h: * src/common/na-gconf-monitor.c: * src/common/na-gconf-monitor.h: * src/common/na-gconf-provider-keys.h: * src/common/na-gconf-provider.c: * src/common/na-gconf-provider.h: * src/common/na-gconf-utils.c: * src/common/na-gconf-utils.h: * src/common/na-gnome-vfs-uri.c: * src/common/na-gnome-vfs-uri.h: * src/common/na-iabout.c: * src/common/na-iabout.h: * src/common/na-iduplicable.c: * src/common/na-iduplicable.h: * src/common/na-iio-provider.c: * src/common/na-iio-provider.h: * src/common/na-ipivot-consumer.c: * src/common/na-ipivot-consumer.h: * src/common/na-object-action-class.h: * src/common/na-object-class.h: * src/common/na-object-id-class.h: * src/common/na-object-item-class.h: * src/common/na-object-profile-class.h: * src/common/na-pivot.c: * src/common/na-pivot.h: Moved to libna-runtime library. * src/common/na-object-action.c: * src/common/na-object-action.h: * src/common/na-object-menu.c: * src/common/na-object-menu.h: * src/common/na-object-profile.c: * src/common/na-object-profile.h: Remove runtime functions. * src/common/Makefile.am: Updated accordingly. * src/runtime/Makefile.am: New file. 2009-10-02 Pierre Wieser * src/nact/base-application.c: * src/nact/base-application.h (base_application_message_dlg): New function. * src/nact/nact-clipboard.c: * src/nact/nact-clipboard.h (nact_clipboard_dnd_set, nact_clipboard_dnd_get_data, nact_clipboard_dnd_get_text, nact_clipboard_dnd_drag_end, nact_clipboard_dnd_clear): New functions. * src/nact/nact-iactions-list.c: * src/nact/nact-iactions-list.h (nact_iactions_list_insert_at_path): New function. * src/nact/nact-main-statusbar.c: * src/nact/nact-main-statusbar.h (nact_main_statusbar_display_with_timeout): New function. * nact/nact-main-window.c: * nact/nact-main-window.h (nact_main_window_prepare_object_for_copy): New function. This is a temporary place, waiting for (another) reorganization of the code. 2009-10-01 Pierre Wieser * src/common/na-utils.c: * src/common/na-utils.h (na_utils_lines_to_string_list): New function to handle uri lists. * src/common/na-iio-provider.c: * src/common/na-pivot.c: * src/common/na-iprefs.c: * src/common/na-iprefs.h: * src/nact/nact-assistant-import.c: * src/nact/nact-preferences-editor.c: All preferences managed here are renamed as IPREFS_xxx. * src/common/na-iprefs.c: * src/common/na-iprefs.h (na_iprefs_get_import_mode, na_iprefs_set_import_mode): New functions. * src/common/na-xml-writer.c: Replace g_assert() with g_return_if_fail(). * src/nact/base-window.c: * src/nact/base-window.h (base_window_signal_connect_after): New function. * src/nact/nact-preferences-editor.c: * src/nact/nautilus-actions-config-tool.ui: Display in Preferences editor import mode preferences. 2009-09-30 Pierre Wieser * data/nautilus-actions.schemas.in: Order mode preference is now a string to let the GConf edition be more user friendly. Import mode: idem. * src/common/na-gconf-utils.c: * src/common/na-gconf-utils.h (na_gconf_utils_read_string): New function. * src/common/na-iprefs.c: Define order_mode_table to convert internal mode to GConf string. * src/common/na-iprefs.c: * src/common/na-iprefs.c (na_iprefs_read_string, na_iprefs_write_string): New functions. * src/common/na-about.c: Renamed as na-iabout.c. * src/common/na-about.h: Renamed as na-iabout.h. Defines the NAIAbout interface to let the implementor provides the actual application name. * src/common/Makefile.am: * src/nact/nact-application.c: * src/nact/nact-main-menubar.c: * src/nact/nact-main-window.c: Updated accordingly. * src/nact/base-iprefs.c: * src/nact/base-iprefs.h (base_iprefs_get_string, base_iprefs_set_string): Removed functions. * src/nact/nact-assistant-export.c: * src/nact/nact-assistant-import.c: * src/nact/nact-icommand-tab.c: Move base_iprefs_xxx_string() to na_iprefs_xxx equivalents. * src/nact/nact-assistant-import.c: Import mode preference is now stored as a string. * src/plugin/nautilus-actions.c: Builds a hierachical menu for Nautilus context menu. 2009-09-28 Pierre Wieser * data/nautilus-actions.schemas.in: Define a schema for the three new preferences. Update the schema with the new semantic of actions sorting. * src/common/na-gconf-utils.c: * src/common/na-gconf-utils.h (na_gconf_utils_read_int, na_gconf_utils_write_int): New functions. * src/common/na-object-api.h: * src/common/na-object-id-fn.h: * src/common/na-object-id.c (na_object_id_set_for_copy): Add a relabel argument. Remove useless debug trace. * src/common/na-iio-provider.c (na_iio_provider_get_items_tree): Dump the hierarchy tree before the alphabetical sort. Implement the new actions sorting semantic when loading the tree. Move the sorting functions to NAPivot class. * src/common/na-ipivot-consumer.c: * src/common/na-ipivot-consumer.h: Add new value to virtual functions arguments lists. * src/common/na-iprefs.c: * src/common/na-iprefs.h (na_iprefs_is_alphabetical_order): Renamed as na_iprefs_get_order_mode(). Move NAIPrefs data to instance object. * src/common/na-pivot.c: * src/common/na-pivot.h (na_pivot_sort_alpha_asc, na_pivot_sort_alpha_desc): New functions. * src/nact/base-iprefs.c: * src/nact/base-iprefs.c (base_iprefs_get_bool, base_iprefs_set_bool): Replace the BaseWindow argument by a BaseIPrefs one. Define three new UI preferences. * src/nact/nact-assistant-export.c: Implements IActionsList::get_treeview_name virtual function. Remove useless NAIPrefs implementation. * src/nact/nact-clipboard.c: * src/nact/nact-main-window.c: Now implements the BaseIPrefs interface. * src/nact/nact-main-window.c (nact_main_window_action_exists): No more check for action existancy in NAPivot. No more forward nact-tab-updatable-item-updated signal. Implements IActionsList::get_treeview_name virtual function. Remove useless NAIPrefs implementation. * src/nact/nact-iactions-list.c: * src/nact/nact-iactions-list.h (nact_iactions_list_collapse_all, nact_iactions_list_expand_all, nact_iactions_list_display_order_change): New functions. Remove useless nact-iactions-list-item-updated signal. Connect instead to nact-tab-updatable-item-updated signal. (get_treeview_name): New pure virtual function. * src/nact/nact-main-menubar.c (on_duplicate_activated): Takes advantage of new UI preferences. Define new Expand all/Collapse all menu items. * src/nact/nact-preferences-editor.c: Edit the new UI preferences. Do not implement BaseIPrefs nor NAIPrefs interfaces. Implement new order mode semantic. Make sure to show the page zero when opening the editor. * src/nact/nact-tree-model.c (sort_actions_list): Implement new order mode semantic. Use new NAPivot sort functions. * src/nact/nautilus-actions-config-tool.actions: Define new View menu. * src/nact/nautilus-actions-config-tool.ui: Edit the user preferences in a notebook. Remove "orientation=vertical" vbox properties. * src/plugin/nautilus-actions.c: Trigger items-updated signal to Nautilus on runtime preferences changes. 2009-09-27 Pierre Wieser * src/common/na-object-api.h (na_object_set_for_copy): New function. * src/common/na-object-id-fn.h: * src/common/na-object-id.c (na_object_id_set_for_copy): New function. (most_derived_new_id): Do not search in NAObjectClass. * src/common/na-object-item.c (na_object_item_remove_item): Release the reference on the removed item. Only release the reference when action or menu, not profile. * src/nact/nact-clipboard.c: * src/nact/nact-clipboard.h (nact_clipboard_primary_set, nact_clipboard_primary_get, nact_clipboard_primary_counts): Now use the NactClipboard convenience object. Uses na_object_id_set_for_copy(). * src/nact/nact-iactions-list.c (on_treeview_selection_changed): Only get selected items when about to send the message. Do not try to select a null path. * src/nact/nact-main-menubar.c: Now use the NactClipboard convenience object. Uses na_object_id_set_for_copy(). (on_paste_activated): Setup the new action when pasting a profile. * src/nact/nact-main-window.c: * src/nact/nact-main-window.h (nact_main_window_get_clipboard): New function. 2009-09-26 Pierre Wieser * src/common/na-iduplicable.c: * src/common/na-iduplicable.c (na_iduplicable_dispose): New function. Rewrite signal logic to avoid having to override class handler. * src/common/na-gconf-monitor.c: * src/common/na-gconf-monitor.h: Embeds its own GConfClient. * src/common/na-gconf-provider.c: No more provide GConfClient from GConf provider. * src/common/na-iio-provider.c: * src/common/na-iio-provider.h: No more define signals for preferences management. Move providers from GSList to GList. * src/common/na-ipivot-consumer.c: * src/common/na-ipivot-consumer.h: Rename IPivotConsumer notification functions. * src/common/na-object.c: Call na_iduplicable_dispose(). * src/common/na-pivot.c: No more define signals for preferences management. Move monitors from GSList to GList. Move providers from GSList to GList. * src/nact/base-builder.c: * src/nact/base-builder.h: New files. * src/nact/Makefile.am: Updated accordingly. * src/nact/base-application.c: * src/nact/base-application.h: Embeds a NactBuilder object. base_application_get_toplevel(), base_application_get_widget(), base_application_search_for_widget(): Removed functions. * src/nact/base-assistant.c: Remove embedded GtkBuilder object. * src/nact/base-window-class.h (get_ui_filename): New virtual function. base_window_get_toplevel_window(): Renamed to base_window_get_toplevel(). * src/nact/base-iprefs.c: * src/nact/nact-main-window.c: * src/nact/nact-preferences-editor.c: Use base_window_get_toplevel(). * src/nact/base-window.c: * src/nact/base-window.h: Two new properties HAS_OWN_BUILDER and XML_UI_FILENAME. * nact/nact-assistant-export.c: * nact/nact-assistant-import.c: Use new properties. * src/nact/nact-iactions-list.c: Define management mode. No longer override NAIDuplicable signal class handlers. 2009-09-25 Pierre Wieser * data/nautilus-actions.schemas.in: Defines a new key for the "import-mode" preference. * src/nact/base-iprefs.c: Reset default size of the window if recorded size and position exceed current screen size. * src/nact/nact-assistant-export.ui: All titles are verbs. * src/nact/nact-assistant-import.c: Let the user define an import mode if the UUID already exists. * src/nact/nact-tree-model.c: Override the object when inserting an already existing UUID. * src/nact/nact-xml-reader.c: * src/nact/nact-xml-reader.h: Manage the import mode, renumbering the imported action if needed. * src/nact/nautilus-actions-config-tool.ui: Add a page to the Import assistant to manage the import mode. 2009-09-24 Pierre Wieser * src/nact/nact-main-menubar.c: * src/nact/nact-main-window.c: * src/nact/nact-main-window.h (nact_main_window_reload): New function. * data/nautilus-actions.schemas.in: Rename preferences keys. Add iprefs-level-zero key. * src/nact/base-application-class.h: * src/nact/base-application.c: * src/nact/base-application.h: * src/nact/base-assistant.c: * src/nact/base-dialog.c: * src/nact/base-iprefs.c: * src/nact/base-window-class.h: * src/nact/base-window.c: * src/nact/base-window.h: * src/nact/nact-application.c: * src/nact/nact-application.h: * src/nact/nact-assistant-export.c: * src/nact/nact-assistant-export.h: * src/nact/nact-assistant-import.c: * src/nact/nact-assistant-import.h: * src/nact/nact-iaction-tab.c: * src/nact/nact-iactions-list.c: * src/nact/nact-iactions-list.h: * src/nact/nact-iadvanced-tab.c: * src/nact/nact-iadvanced-tab.h: * src/nact/nact-icommand-tab.c: * src/nact/nact-icommand-tab.h: * src/nact/nact-iconditions-tab.c: * src/nact/nact-iconditions-tab.h: * src/nact/nact-main-menubar.h: * src/nact/nact-main-statusbar.c: * src/nact/nact-main-statusbar.h: * src/nact/nact-main-tab.h: * src/nact/nact-main-window.c: * src/nact/nact-main-window.h: * src/nact/nact-preferences-editor.c: * src/nact/nact-preferences-editor.h: * src/nact/nact-tree-model.c: * src/nact/nact-tree-model.h: * src/nact/nact-window.c: * src/nact/nact-window.h: * src/nact/nact-xml-reader.h: * src/plugin/nautilus-actions.c: * src/plugin/nautilus-actions.h: Review code, usage of g_assert, test dispose_has_run. 2009-09-23 Pierre Wieser * data/nautilus-actions.schemas.in: Migrate misnamed keys. * src/common/na-gconf-monitor.c: * src/common/na-gconf-monitor.h: * src/common/na-gconf-provider.c: * src/common/na-gconf-utils.c: * src/common/na-iio-provider.c: * src/common/na-ipivot-consumer.c: * src/common/na-iprefs.c: * src/common/na-object-action-class.h: * src/common/na-object-action.c: * src/common/na-object-action.h: * src/common/na-object-class.h: * src/common/na-object-fn.h: * src/common/na-object-id-class.h: * src/common/na-object-id-fn.h: * src/common/na-object-id.c: * src/common/na-object-item-class.h: * src/common/na-object-item-fn.h: * src/common/na-object-item.c: * src/common/na-object-menu.c: * src/common/na-object-menu.h: * src/common/na-object-profile-class.h: * src/common/na-object-profile.c: * src/common/na-object-profile.h: * src/common/na-object.c: * src/common/na-pivot.c: * src/common/na-utils.c: * src/common/na-xml-writer.c: * src/common/na-xml-writer.h: Review code, usage of g_assert, test dispose_has_run. * src/nact/base-iprefs.c: * src/nact/base-iprefs.h (base_iprefs_migrate_key): New function. * src/nact/nact-icommand-tab.c (nact_icommand_tab_initial_load_toplevel): Migrate misnamed keys. 2009-09-22 Pierre Wieser * configure.ac: Add a comment about GtkActivatable. * src/common/na-iduplicable.c: * src/common/na-iduplicable.h: Reorganize the code and add comments about recursivity inside. * src/common/na-iio-provider.c: Replace local dump_hierarchy() with call to na_object_dump_tree(). na_iio_provider_write_item(): Make debug trace more verbose. * src/common/na-object-action.c: * src/common/na-object-action.h: Output debug traces depending on NAIDuplicable flag. Fix equality check if a profile is modified. * src/common/na-object-api.h (na_object_dump_norec, na_object_dump_tree, na_object_reset_origin): New functions. na_object_insert_item(): Add a sibling pointer. * src/common/na-object.c: * src/common/na-object-fn.h: Reorganize the code and add comments about recursivity inside. * src/common/na-object-id.c: * src/common/na-object-menu.c: * src/common/na-object-profile.c: Make debug trace more verbose. * src/common/na-object-item.c: * src/common/na-object-item-fn.h (na_object_item_insert_item): Add a sibling pointer. na_object_item_free_items(): Only unref if object is always valid. object_are_equal(): Position is a factor of equality. Remove g_object_ref() from na_object_item_insert_item() and na_object_item_append_item(). Remove g_object_unref() from na_object_item_remove_item(). * src/common/na-pivot.c: * src/common/na-pivot.h (na_pivot_get_item): New function. na_pivot_remove_item(): The removed object may have been already deleted. * src/nact/nact-application.c (appli_initialize_application): Allocate a fake NAObjectAction to initialize NAIDuplicable interface. * src/nact/nact-assistant-import.c: Actually imports the actions into the tree store before confirming the operation was done. * src/nact/nact-clipboard.c: * src/nact/nact-clipboard.h: Make it a convenience class. * nact/nact-iactions-list.c: * nact/nact-iactions-list.h (nact_iactions_list_get_item): New function. * src/nact/nact-main-menubar.c: Do not use GtkActivatable if version <= 2.16. Rewrite save items process. * src/nact/nact-main-window.c (nact_main_window_action_exists): Restore the function, searching in NAPivot and in tree store. instance_dispose(): Clear the clipboard. * src/nact/nact-tree-model.c: Now inserts the new row before a given sibling object. 2009-09-21 Pierre Wieser * src/common/na-gconf-provider.c (write_item_menu): Fix memory leak. * src/common/na-iduplicable.c: * src/common/na-iduplicable.h: Emits a signal for each modification of one of the status. Do not use NA_xx macros when returning a pointer that may be NULL. Propagate the modification signal to registered consumers. * src/common/na-iio-provider.c (build_hierarchy): Defaults to keep the whole list when there is no level-zero pref. * src/common/na-obj-action.c: Version number is not localized, so compare should be ascii. Action inherits from edition status of its profiles. * src/common/na-object-item.c: Optimizes check of edition status of subitems. * src/common/na-object.c: No more over-checks edition status of item's childs. * src/common/na-obj-action-class.h: Renamed to na-object-action-class.h. * src/common/na-obj-action.c: Renamed to na-object-action.c. * src/common/na-obj-action.h: Renamed to na-object-action.h. * src/common/na-obj-profile-class.h: Renamed to na-object-profile-class.h. * src/common/na-obj-profile.c: Renamed to na-object-profile.c. * src/common/na-obj-profile.h: Renamed to na-object-profile.h. * src/common/na-obj-menu.c: Renamed to na-object-menu.c. * src/common/na-obj-menu.h: Renamed to na-object-menu.h. * src/nact/nact-iactions-list.c: When duplicating an object, try to insert the new one besides the original one. Replace calls to gtk_tree_model_refilter() by nact_tree_model_display(). * src/nact/nact-main-menubar.c (on_new_profile_activated): Setup edition status of new profile. * src/nact/nact-main-menubar.c (save_object_item): Cleanup the code. * src/nact/nact-tree-model.c: * src/nact/nact-tree-model.h (nact_tree_model_insert): Returns the path string of the newly inserted row, as it appears more liable that an iter after child model conversion. nact_tree_model_display(): send signal "row-changed". 2009-09-20 Pierre Wieser * src/common/na-object-item.c (object_id_new_id): Function becomes recursive. src/common/na-object-item.c (na_object_item_append_item, na_object_item_insert_item): Only append/insert child item if not already recorded. * src/nact/nact-clipboard.c (renumber_items): Removes recursivity as it is provided by the class. * src/nact/nact-iactions-list.c: * src/nact/nact-iactions-list.h (nact_iactions_list_delete_selection): No more returns the path to be selected as this can be directly taken into account by the function itself. Check depth of path before trying gtk_tree_path_up. nact_iactions_list_select_row(): no more a public function. Fix row selection code. * src/nact/nact-iactions-list.c (select_row_at_path): Simulate a "selection-changed" signal emission with an empty selection in nothing can be selected. * src/nact/nact-iactions-list.c (do_insert_items): Do not rely on iter after a store_to_filter_model conversion. * src/nact/nact-main-menubar.c: Reorganize code to avoid the need of delete_selection returning a path to be selected. * src/nact/nact-tree-model.c (nact_tree_model_insert): Rewrite the code to make the computing process clearer. 2009-09-19 Pierre Wieser * src/common/na-gconf-provider.c: Use na_object_menu_rebuild_items_list() and fix memory leak. * src/common/na-iio-provider.c: Build the object hierarchy, eventually alphabetically sorted. * src/common/na-object.c b: Add class name in instance_dipose() trace. * src/common/na-obj-action.c (are_equal): Remove trace. * src/common/na-obj-menu.c: * src/common/na-obj-menu.h: Remove traces at instance_dispose() and instance_finalize(). na_object_menu_rebuild_items_list(): New function. * src/common/na-obj-action.c: * src/common/na-obj-menu.c: * src/common/na-object-item-fn.h: * src/common/na-object-item.c: na_object_item_set_new_uuid(): Replace function by na_object_set_new_id(). * src/nact/nact-clipboard.c: * src/nact/nact-clipboard.h: All functions in use for cut/copy/paste functions are renamed as primary_xxx. nact_clipboard_primary_counts() replaces nact_clipboard_is_empty(). * src/nact/nact-iactions-list.c: * src/nact/nact-iactions-list.h: nact_iactions_list_get_modified_items(): Replaced by nact_iactions_list_has_modified_items(). nact_iactions_list_has_exportable(): New function. nact_iactions_list_is_filling_list(): Removed function. toggle_collapse(): Activate shortcuts on menus. nact_iactions_list_select_row(): Fix keyboard focus on new items. * src/nact/nact-iaction-tab.c: * src/nact/nact-icommand-tab.c: * src/nact/nact-iconditions-tab.c: * src/nact/nact-iadvanced-tab.c: Emit "item-updated" signal in response to an update in tabs. All selection_updated() functions renamed to selecion_changed() to keep consistency() with IActionsList message. * src/nact/nact-main-menubar.c: Update conditions of sensitivity of menu items. Use nact_window_save_item() new function name. * src/nact/nact-main-window.c: Emits "item-updated" to IActionsList in response to "item-updated" from notebook's tabs. nact_main_window_get_modified_items_count(): Replaced with nact_main_window_has_modified_items(). Use nact_window_delete_item() new function name. * src/nact/nact-tree-model.c: * src/nact/nact-tree-model.h (nact_tree_model_display): New function. * src/nact/nact-window.c: * src/nact/nact-window.h (nact_window_warn_count_modified): Renamed as nact_window_warn_modified() with string change. nact_window_save_object_item() renamed ad nact_window_save_item(). nact_window_delete_object_item() renamed ad nact_window_delete_item(). * po/POTFILES.in: Update list of files. 2009-09-18 Pierre Wieser * src/common/na-gconf-utils.c: Add validity checks on public functions. sync_gconf: New function. * src/common/na-iduplicable.c: * src/common/na-iduplicable.h: Create new interface API get_childs() to let implementors recurse into childs if any. * src/common/na-object.c: * src/common/na-object-class.h(get_childs): New virtual function. Converts the interface API into a class virtual function. * src/common/na-obj-action.c: * src/common/na-obj-menu.c: * src/common/na-obj-profile.c: * src/common/na-object-id.c: Do not implement get_childs() NAObject virtual function. * src/common/na-object-item.c: Implements get_childs() virtual function. Use na_object_iduplicable_are_equal() instead of obsoleted public na_object_are_equal() API. * src/common/na-obj-action.c (is_valid): Adds a check on profile existance. * src/common/na-object.c: * src/common/na-object-api.h (na_object_set_origin_rec): * src/common/na-object-fn.h (na_object_iduplicable_set_origin_recurse): New API. Let caller recursively set an origin on objects. * src/nact/base-assistant.c: Move GtkBuilder to private data structure to be able to unref it. * src/nact/nact-clipboard.c: Recursively renumber NAObjectItem when needed. * src/nact/nact-clipboard.c: * src/nact/nact-iactions-list.c: * src/nact/nact-tree-model.c: Fix cut/copy/paste functions. nact_tree_model_update_parent(): removed function. * src/nact/nact-iactions-list.c: * src/nact/nact-iactions-list.h: Set selection on last level 1 inserted row. nact_iactions_list_get_items_count: Removed function. * src/nact/nact-main-menubar.c (on_new_profile_activated): Fixed. * src/nact/nact-main-window.c: * src/nact/nact-main-window.h (nact_main_window_get_all_items_count): Removed function. * src/nact/nact-tree-model.c: * src/nact/nact-tree-model.h (nact_tree_model_get_items_count): Removed function. * src/nact/nact-window.c: * src/nact/nact-window.h (nact_window_count_level_zero_items): New function. * src/nact/nact-assistant-export.ui: New file (see #579345). * src/nact/nautilus-actions-config-tool.ui: Renumber items (see #579345). * src/nact/Makefile.am: Updated accordingly. 2009-09-17 Pierre Wieser * src/common/na-iio-provider.c (get_merged_items_list, sort_tree): * src/common/na-iio-provider.h (read_items_list, na_iio_provider_get_items_tree): * src/common/na-gconf-provider.c (iio_provider_read_items_list): Now use a GList instead of a GSList (shorter, more powerful). * src/common/na-object-api.h (na_object_set_new_id): Fix declaration. * src/common/na-object-id.c (new_id): New virtual function. (na_object_id_set_new_id): new corresponding API. Implements a 'most-derived' model. * src/common/na-object-item.c: Subitems are now managed in a GList instead of a GSList. * src/common/na-obj-action.c: * src/common/na-obj-menu.c: * src/common/na-pivot.c: * src/common/na-pivot.h: * src/common/na-xml-writer.c: * src/nact/nact-assistant-export.c: * src/nact/nact-clipboard.c: * src/nact/nact-clipboard.h: * src/nact/nact-iactions-list.c: * src/nact/nact-iactions-list.h: * src/nact/nact-main-menubar.c * src/nact/nact-main-window.c: * src/nact/nact-tree-model.c: * src/plugin/nautilus-actions.c: * src/utils/nautilus-actions-new.c: Updated accordingly. * src/nact/nact-iactions-list.c (filter_selection, filter_selection_iter): Controls the allowed selection so that we are only able to select profiles, or actions/menus. Define new nact_iactions_list_set_filter_selection_mode() api. * src/nact/nact-iactions-list.c (is_removing, set_remove_operation): Doesn't update the selection while removing items. * src/common/na-object.c: * src/common/na-object-fn.h (na_object_get_hierarchy, na_object_free_hierarchy): New functions. * src/nact/nact-main-window.c (nact_main_window_delete_selection): Renamed to nact_main_window_move_to_deleted(). * src/nact/nact-main-tab.c: Removed (unused) file. * src/nact/nact-main-menubar.c: Remove accelerator to let actions be the main selectable items. 2009-09-16 Pierre Wieser * configure.ac: Remove NAUTILUS_ACTIONS_CONFIG_GCONF_BASEDIR (not a configuration variable). * src/common/na-action.c: Renamed as na-obj-action.c. * src/common/na-action.h: Renamed as na-obj-action.h. * src/common/na-action-class.h: Renamed as na-obj-action-class.h. Takes part of renaming NAAction class to NAObjectAction. * src/common/na-action-profile.c: Renamed as na-obj-profile.c. * src/common/na-action-profile.h: Renamed as na-obj-profile.h. * src/common/na-action-profile-class.h: Renamed as na-obj-profile-class.h. Takes part of renaming NAActionProfile class to NAObjectProfile. * src/common/na-action-menu.c: Renamed as na-obj-menu.c. * src/common/na-action-menu.h: Renamed as na-obj-menu.h. Takes part of renaming NAActionMenu class to NAObjectMenu. * src/common/na-gconf.c: Renamed as na-gconf-provider.c. * src/common/na-gconf.h: Renamed as na-gconf-provider.h. Takes part of NAGConf class to NAGConfProvider. This let us clearly identify the rule of the class, distinguishing it from GConf as a preferences repository. * src/common/na-gconf-key.h: Splitted in na-gconf-keys-base.h, na-gconf-keys-schemas.h and na-gconf-provider-keys.h files. * src/common/na-gconf-monitor.c: New file. * src/common/na-gconf-monitor.h: New file. New class NAGConfMonitor. * src/common/na-gconf-utils.c: New file. * src/common/na-gconf-utils.h: New file. Handle some GConf general utilities. * src/common/na-iio-provider.c: Sort each level of the tree if alphabetical order display has been requested. * src/common/na-object.h: Splitted in na-object-fn.h, na-object-class.h and na-object-api.h. All NAObject-derived public functions are now declared in na-object-api.h. * src/common/na-object-id.h: Splitted in na-object-id-fn.h and na-object-id-class.h. * src/common/na-object-item.h: Splitted in na-object-item-fn.h and na-object-item-class.h. * src/common/na-pivot.c: * src/common/na-pivot.h: Remove na_pivot_free_items_tree(), replacing it with na_object_free_items(). * src/nact/base-application-class.c: * src/nact/base-application-class.h: Virtual function are no more prefixed by a class prefix, but local implementations or these virtuals are. Properties are renamed as BASE_APPLICATION_PROP_xxxx. * src/nact/base-window-class.c: * src/nact/base-window-class.h: Remove not used init() and run() virtual functions. Properties are renamed as BASE_WINDOW_PROP_xxxx. * src/nact/egg-tree-multi-dnd.c: Cleanup the code. * src/nact/nact-application.c: Properties are renamed as NACT_APPLICATION_PROP_xxxx. * src/nact/nact-assistant-export.c: * src/nact/nact-assistant-export.h: * src/nact/nact-assistant-import.c: * src/nact/nact-assistant-import.h: Now derived from BaseAssistant class. * src/nact/base-dialog.c: New file. * src/nact/base-dialog.h: New file. Define the BaseDialog class. * src/nact/nact-assistant.c: Renamed as base-assistant.c. * src/nact/nact-assistant.h: Renamed as base-assistant.h. Define the BaseAssistant class. * src/nact/nact-iactions-list.c: * src/nact/nact-iactions-list.h: Replace nact_iactions_list_free_items_list() with na_object_free_items(). * src/nact/nact-imenubar.c: Renamed as nact-main-menubar.c. * src/nact/nact-imenubar.h: Renamed as nact-main-menubar.h. Remove the NactIMenubar interface. * src/nact/nact-iprefs.c: Renamed as base-iprefs.c. * src/nact/nact-iprefs.h: Renamed as base-iprefs.h. Define the BaseIPrefs interface which handles all NACT preferences. * src/nact/nact-main-tab.h: New file. Handles update of the tabs of the notebook. * src/nact/selection.c: Renamed as nact-clipboard.c. * src/nact/selection.h: Renamed as nact-clipboard.h. * src/nact/nact-statusbar.c: Renamed as nact-main-statusbar.c. * src/nact/nact-statusbar.h: Renamed as nact-main-statusbar.h. * src/common/Makefile.am: * src/nact/Makefile.am: * src/test/Makefile.am: Updated accordingly. 2009-08-30 Pierre Wieser * data/nautilus-actions.schemas.in: Remove schema for 'Use submenu' preference. Add schemas for 'Add About' and 'Alphabetical order' preferences. * doc/objects-hierarchy.odg: Update doc to show new NAObjectItem and NAActionMenu classes. * src/common/na-action-class.h: NAAction is now derived from NAObjectItem. * src/common/na-action-profile.c: Remove PROP_NAPROFILE_NAME and PROP_NAPROFILE_LABEL properties. Remove duplicate() virtual function. Add new() and get_clipboard_id() virtual functions. * src/common/na-action.c: Remove PROP_NAACTION_UUID, PROP_NAACTION_LABEL, PROP_NAACTION_TOOLTIP and PROP_NAACTION_ICON properties. Remove duplicate() and check_edited_status() virtual functions. Add new() and get_clipboard_id() virtual functions. * src/common/na-action-menu.c: * src/common/na-action-menu.h: New files. * src/common/na-gconf.c: Now watches for preferences directory to manage display mode in Nautilus. * src/common/na-iduplicable.c: * src/common/na-iduplicable.h: Replace duplicate() virtual function with copy() and new(). All interface is now declared with NAIDuplicable instead of NAObject. * src/common/na-iio-provider.c: * src/common/na-iio-provider.h: Temporarily sort read actions. Define NA_IIO_PROVIDER_SIGNAL_DISPLAY_ORDER_CHANGED and NA_IIO_PROVIDER_SIGNAL_DISPLAY_ABOUT_CHANGED new signals. * src/common/na-ipivot-consumer.c: Take advantage of new signals defined in na-iio-provider.h. Define on_display_about_changed() and on_display_order_changed() new virtual functions. * src/common/na-iprefs.c: * src/common/na-iprefs.h (na_iprefs_get_alphabetical_order, na_iprefs_get_add_about_item): New functions. * src/common/na-object.c: * src/common/na-object.h (new, copy, get_clipboard_id): New virtual functions. * src/common/na-object-item.c: * src/common/na-object-item.h: New files. * src/common/na-pivot.c: Take advantage of new signals defined in na-iio-provider.h. * src/common/na-utils.c: * src/common/na-utils.h (na_utils_remove_last_level_from_path, na_utils_is_writable_dir, na_utils_exist_file): New functions. * src/common/na-xml-writer.c: * src/common/na-xml-writer.h (na_xml_writer_get_output_fname, na_xml_writer_get_xml_buffer, na_xml_writer_output_xml): New functions. * src/nact/egg-tree-multi-dnd.c: * src/nact/egg-tree-multi-dnd.h: New files. * src/nact/nact-application.c: No more display debug message in appli_get_application_name(). * src/nact/nact-assistant-export.c (on_actions_list_selection_changed): Use actual parameters types. (is_writable_dir): Removed function. * src/nact/nact-iaction-tab.c: * src/nact/nact-iaction-tab.h (get_selected): Removed virtual function. (nact_iaction_tab_set_action): Add selected items parameter. * src/nact/nact-iactions-list.c: * src/nact/nact-iactions-list.h: Implements drag from the tree view based on a dedicated NactTreeModel. Remove virtual function on_selection_changed(). nact_iactions_list_get_selected_items(), nact_iactions_list_set_dnd_mode(): New functions. * nact/nact-imenubar.c: * nact/nact-imenubar.h: Add 'New menu' item in the menubar. Define new insert_item() virtual function. * src/nact/nact-main-window.c: * src/nact/nact-main-window.h: Implements NaIPrefs interface. Be kept informed of preferences modifications. * src/nact/nact-preferences-editor.c: Replace 'Display as submenu' by 'Add About' and 'Display in alphabetical order' preferences. * src/nact/nact-selection.c: * src/nact/nact-selection.h: New files. * src/nact/nact-tree-model.c: * src/nact/nact-tree-model.h: New files. * src/plugin/nautilus-actions.c: Creates submenus if asked for. Adds 'About Nautilus Actions' item is asked for. 2009-08-25 Pierre Wieser * configure.ac: Add a comment about bug #589745. Add a comment about nautilus_menu_provider_emit_items_updated_signal(). * src/common/na-object.h: Fix typo. * src/common/na-iio-provider.c: Sort the actions in the same order as they are displayed. * src/nact/nact-assistant.c: * src/nact/nact-assistant.h: Implement a work-around for bug #589745 (apply message). Remove on_escape_key_pressed() virtual function. * nact/nact-assistant-export.c: * src/nact/nact-assistant-import.c: Can now do the operations in the on_assistant_apply() functions. * src/nact/nact-iactions-list.c: Returns selected actions in the same order as they are displayed. 2009-08-24 Pierre Wieser * Makefile.am: make distcheck uses now '--enable-iso-c' option. * configure.ac: Add '-pedantic' as '--enable-iso-c' default option. Add also '-Wno-overlength-strings' to handle long strings in src/common/xml-names.h. * m4/na-compiler-flags.m4: Fix '--enable-iso-c' macro to correctly handle provided values. * src/common/na-about.c: * src/common/na-action-profile.c: * src/common/na-action.c: * src/common/na-gconf.c: * src/common/na-iduplicable.c: * src/common/na-iio-provider.c: * src/common/na-iio-provider.h: * src/common/na-ipivot-consumer.c: * src/common/na-iprefs.c: * src/common/na-object.c: * src/common/na-pivot.c: * src/common/na-utils.c: * src/common/na-xml-writer.c: * src/nact/base-application.c: * src/nact/base-window.c: * src/nact/nact-application.c: * src/nact/nact-assistant-export.c: * src/nact/nact-assistant-import.c: * src/nact/nact-assistant.c: * src/nact/nact-iaction-tab.c: * src/nact/nact-iactions-list.c: * src/nact/nact-iadvanced-tab.c: * src/nact/nact-icommand-tab.c: * src/nact/nact-iconditions-tab.c: * src/nact/nact-imenubar.c: * src/nact/nact-iprefs.c: * src/nact/nact-main-window.c: * src/nact/nact-preferences-editor.c: * src/nact/nact-window.c: * src/nact/nact-xml-reader.c: * src/plugin/nautilus-actions.c: * src/plugin/nautilus-module.c: * src/test/test-parse-uris.c: * src/utils/nautilus-actions-new.c: * src/utils/nautilus-actions-schemas.c: Compile with -pedantic gcc option. * src/common/na-xml-names.h: Long names are rewritten on several lines for more readability. * src/nact/nact-assistant.c: * src/nact/nact-window.c: Remove superfluous calls to g_type_init(). * src/nact/nact-imenubar.c: Do not try to delete an object when the list is empty (as Delete accelerator is always active, even if the Delete menu item is not). 2009-08-23 Pierre Wieser Get rid of unwanted notifications. Use UI Manager. * src/common/na-ipivot-consumer.c: * src/common/na-ipivot-consumer.h (na_ipivot_consumer_delay_notify): New function. * src/common/na-object.c: Accept NULL origin. * src/nact/base-application.c: Fix #592781: use explicit format strings. Fix test of virtual functions which caused double calls. * src/nact/nact-application.c: Remove the UI_XML_FILENAME variable. * src/nact/nact-imenubar.c: Rewrite save function to allow saving all modified actions in one pass. Take advantage of na_ipivot_consumer_delay_notify(). Use UI Manager, thus removing all helper functions. Remove nact_imenubar_on_delete_key_pressed() function. * src/nact/nact-main-window.c: No more call nact_imenubar_on_delete_key_pressed() function. * src/nact/nautilus-actions-config-tool.actions: Add Preferences item in the Edit menu. 2009-08-21 Pierre Wieser Add About Nautilus Actions item in Nautilus context menu. * src/common/na-about.c: * src/common/na-about.h: New files. * po/POTFILES.in: * src/common/Makefile.am: Updated accordingly. * src/nact/nact-application.c: Call na_about_get_icon_name() to get application default icon. * src/nact/nact-imenubar.c: Call na_about_display() to display About dialog box. * src/plugin/nautilus-actions.c: Add About Nautilus Actions item in Nautilus context menu. 2009-08-20 Pierre Wieser Display actions as a submenu. * data/nautilus-actions.schemas.in: Add schemas for Preferences dialog and AsSubmenu option. * src/common/na-iprefs.c: * src/common/na-iprefs.h: New files. Manage preferences which are used by Nautilus-Actions plugin. * src/common/na-gconf.c: Fix typo. * src/common/Makefile.am: Updated accordingly. * src/nact/nact-application.c: Rename GLADEDIR to PKGDATADIR. Rename GLADE_FILENAME to UI_XML_FILENAME. * src/nact/nact-imenubar.c: Add an item in the menubar to run the Preferences dialog. Rename MenuBarVBox to MenubarVBox to be consistent with Statusbar. * src/nact/nact-iprefs.c: * src/nact/nact-iprefs.h: Fix typos. * src/nact/nact-preferences-editor.c: * src/nact/nact-preferences-editor.h: New files. Let the user edit its preferences. * src/nact/nautilus-actions-config-tool.ui: Creates the PreferencesDialog dialog. Enabled and ReadOnly checkboxes no longer expand to all dialog width to minimize focus errors. Rename MenuBarVBox to MenubarVBox to be consistent with Statusbar. * src/nact/Makefile.am: Updated accordingly. Rename GLADEDIR to PKGDATADIR. * src/plugin/nautilus-actions.c: Take into account the DisplayAsSubmenu preference. 2009-08-19 Pierre Wieser * src/nact/nact-statusbar.c: * src/nact/nact-statusbar.h: New files. * src/nact/nact-iaction-tab.c: * src/nact/nact-iaction-tab.h: * src/nact/nact-icommand-tab.c: * src/nact/nact-icommand-tab.h: * src/nact/nact-imenubar.c: * src/nact/nact-imenubar.h: * src/nact/nact-main-window.c: * src/nact/nact-main-window.h: Updated to take advantage of new nact_statusbar_display_status() and nact_statusbar_hide_status() functions. Removed get_status_bar() virtual functions from the interfaces. 2009-08-18 Pierre Wieser * src/nact/base-application-class.h: * src/nact/base-application.c: * src/nact/base-application.h: Rewrite BaseApplication base class, and document all public and virtual functions. Define exit codes when an error occurs. Define some standard error messages. * src/nact/nact-application.c: * src/nact/nact-application.h (appli_initialize_unique_app): Customize error message. (appli_initialize_application): Complete application initialization. * src/nact/nact-xml-reader.c: Add nact-main-window.h header. * src/nact/nact-iaction-tab.c: * src/nact/nact-iaction-tab.h: * src/nact/nact-iadvanced-tab.c: * src/nact/nact-iadvanced-tab.h: * src/nact/nact-icommand-tab.c: * src/nact/nact-icommand-tab.h: * src/nact/nact-iconditions-tab.c: * src/nact/nact-iconditions-tab.h: Remove nact_ixxxx_tab_reset_last_focus function. Remove focus-in-event and switch-page signal connections. * src/nact/nact-main-window.c: No more call nact_ixxxx_tab_reset_last_focus functions. 2009-08-11 Pierre Wieser * src/nact/nact-icommand-tab.c: * src/nact/nautilus-actions-config-tool.ui: Cleanup code. * src/nact/nact-iaction-tab.c: * src/nact/nact-icommand-tab.c: * src/nact/nautilus-actions-config-tool.ui: Set a mnemonic for all entry fields. 2009-08-10 Pierre Wieser * data/nautilus-actions.schemas.in: Add schema description for 'enabled' action property. * src/common/na-action.c: * src/common/na-action.h: Define 'enabled' new action property. * src/common/na-gconf-keys.h: * src/common/na-xml-names.h: Define GConf entry and schema description for 'enabled' property. * src/common/na-gconf.c: Read 'enabled' property from GConf. * src/common/na-xml-writer.c: * src/nact/nact-xml-reader.c: Import and export 'enabled' action property. * src/nact/nact-iaction-tab.c: * src/nact/nautilus-actions-config-tool.ui: Display and update 'enabled' action property. * src/plugin/nautilus-actions.c: Do not display item if action is disabled. * src/utils/nautilus-actions-new.c: Add '--enabled' command-line option. 2009-08-09 Pierre Wieser * src/nact/nact-assistant-export.c: * src/nact/nact-assistant-import.c: Fix #590709: Too much markup in translatable strings (reported by Claude Paroz). * src/nact/nact-iadvanced-tab.c: Fix #590711: String containing pipe char is ambiguous to translate (reported by Claude Paroz). 2009-08-03 Pierre Wieser * data/nautilus-actions.schemas.in: * data/Makefile.am: New files. * configure.ac: * Makefile.am: Updated accordingly. * Makefile.am: * src/nact/Makefile.am: Remove nautilus-actions subdirectories at uninstall time. * src/common/na-xml-writer.c: Fix schemas generation (long description tag). 2009-08-01 Pierre Wieser * configure.ac: Update version number to 1.11.3. * configure.ac: * Makefile.am: * doc/Makefile.am: * doc/objects-hierarchy.odg: Distribute a description of objects hierarchy. Fix #590398 (install doc) 2009-07-30 Pierre Wieser * src/common/na-action-profile.c: * src/common/na-xml-names.h: * src/nact/nact-icommand-tab.c: * src/nact/nautilus-actions-config-tool.ui: Add %p (port number) and %R (list of URIs) parameters. * src/nact/nact-iactions-list.c: * src/nact/nautilus-actions-config-tool.ui: Define mnemonic for the actions list. Report the same feature on export assistant. * src/nact/nautilus-actions-config-tool.ui: Define mnemonic and tooltip for each tab of the notebook. 2009-07-29 Pierre Wieser * exports/nautilus-actions.schema.in: Remove files as it is rebuildable via nautilus-actions-schemas. * m4/na-cmdline-tools.m4: Deleted file. * m4/na-log-domains.m4: Define a new log domain for test programs. * src/common/na-gnome-vfs-uri.c: * src/common/na-gnome-vfs-uri.h: New files. * src/common/na-action-profile.c: Take advantage of new na_gnome_vfs_uri_parse() function. * src/test/test-parse-uris.c: * src/test/test-parse-uris.h: New files. * src/common/na-xml-names.h: * src/nact/nautilus-actions-config-tool.ui: Remove all mentions of GnomeVFS or GVfs. * src/common/na-action-profile.c: * src/common/na-action.c: * src/common/na-action.h: * src/common/na-gconf.c: * src/common/na-iio-provider.c: * src/common/na-xml-writer.c: * src/utils/nautilus-actions-schema.c: Factorize the definition of default labels. * po/POTFILES.in: Update the list of translatable files. 2009-07-28 Pierre Wieser * src/common/na-iio-provider.c: Write action now accepts a NULL NAPivot to deal with command-line utility. * src/common/na-xml-names.h: Define new FORMAT_GCONFSCHEMA format to create a schema. * src/nact/nact-assist-export.{c,h}: Renamed as src/nact/nact-assistant-export.{c,h}. * src/nact/nact-assist-import.{c,h}: Renamed as src/nact/nact-assistant-import.{c,h}. * src/nact/nact-gconf-keys.h: Renamed as src/common/na-xml-names.h. * src/nact/nact-gconf-writer.{c,h}: Renamed as src/common/na-xml-writer.{c,h}. Create a schema on FORMAT_GCONFSCHEMA format. * src/nact/nact-gconf-reader.{c,h}: Renamed as src/nact/nact-xml-reader.{c,h}. * src/nact/nact-import-export-format.h: * src/nact/nact-iprofiles-list.{c,h}: Removed files. * src/nact/nautilus-actions-config.ui: Renamed as src/nact/nautilus-actions-config-tool.ui. * src/utils/nautilus-actions-new-config.c: Renamed as src/utils/nautilus-actions-new.c. * src/utils/nautilus-actions-tools-utils.c: * src/utils/nautilus-actions-tools-utils.h: Removed files. * src/utils/nautilus-actions-schema.c: New file. * configure.ac: * src/common/Makefile.am: * src/nact/Makefile.am: * src/nact/nact-application.c: * src/nact/nact-assist-export.c: * src/nact/nact.desktop.in * src/utils/Makefile.am: Updated accordingly. * m4/na-log-domains.m4: Define a new log domain for utilities. 2009-07-27 Pierre Wieser * m4/na-log-domains.m4: New file. * m4/nact-cmdline-tools.m4: Renamed to m4/na-cmdline-tools.m4. * m4/nact-compiler-flags.m4: Renamed to m4/na-compiler-flags.m4. * m4/nact-maintainer-mode.m4: Renamed to m4/na-maintainer-mode.m4. * m4/nact-nautilus-extdir.m4: Renamed to m4/na-nautilus-extdir.m4. * configure.ac: Updated accordingly. * src/common/na-object.c: * src/common/na-object.h (na_object_check_edited_status): New derivable function. * src/common/na-action.c: Implements check_edited_status for profiles. * src/common/na-utils.c: * src/common/na-utils.h (na_utils_path_to_key): New function moved from na-gconf.c. * src/nact/nact-window.c: * src/nact/nact-window.h (nact_window_set_current_action, nact_window_warn_action_modified, nact_window_warn_profile_modified): Removed functions. * src/nact/nact-gconf-reader.c: Import the two new export formats. Fix check of imported actions. * src/nact/nact-main.c: * src/plugin/nautilus-module.c: Disable output of g_debug messages when not in maintainer mode. * src/nact/nact-main-window.c: Update count_modified_actions. 2009-07-26 Pierre Wieser * src/common/na-action.h: Move export format enumeration to src/nact/nact-assist-export.c. * src/common/na-gconf.c: Fix #325585 by deleting a schema which may be directly attached to the action. * src/nact/nact-iaction-tab.c: * src/nact/nact-iactions-list.c: * src/nact/nact-iadvanced-tab.c: * src/nact/nact-iconditions-tab.c: * src/nact/nact-imenubar.c: * src/nact/nact-main-window.c: Fix selection when removing last action, or entering with no action at all. Sets the modification indicator to be application-wide. * src/nact/base-application-class.h: * src/nact/base-window-class.h: New files. * src/nact/base-application.c: * src/nact/base-application.h (base_application_get_ui_filename): New function. * src/nact/nact-assistant.c: Reload the GtkBuilder XML file each time we run the assistant (see http://bugzilla.gnome.org/show_bug.cgi?id=589746). * src/nact/nact-import-export-format.h: New file. * src/nact/nact-assist-export.c: * src/nact/nact-gconf-writer.c: Introduce two new export formats. 2009-07-25 Pierre Wieser * src/common/na-action-class.h: * src/common/na-action-profile-class.h: New files to properly handle forward declarations. * src/common/na-ipivot-container.c: * src/common/na-ipivot-container.h: Renamed as na-ipivot-consumer.{c,h}. * src/common/na-iduplicable.c: * src/common/na-iduplicable.h: New NAIDuplicable interface implemented by NAObject class. * src/nact/nact-imenubar.c: * src/nact/nact-imenubar.h: New NactIMenubar interface implemented by NactMainWindow class. 2009-07-19 Pierre Wieser * src/nact/nact-action-conditions-editor.c: * src/nact/nact-action-conditions-editor.h: * src/nact/nact-action-profiles-editor.c: * src/nact/nact-action-profiles-editor.h: * src/nact/nact-profile-conditions-editor.c: * src/nact/nact-profile-conditions-editor.h: Removed files. * src/nact/Makefile.am: Updated accordingly. * src/nact/nact-iactions-list.c: * src/nact/nact-iactions-list.h (nact_iactions_list_toggle_collapse, nact_iactions_list_update_selected): New functions. Uses GtkSortable interface. Remove set_sorted_actions API. * src/nact/nact-icommand-tab.c: Disable the example label when there is no current profile. * src/nact/nact-iconditions-tab.c: * src/nact/nact-iconditions-tab.h (nact_iconditions_tab_get_isfiledir, nact_iconditions_tab_get_multiple): New functions. * src/nact/nact-iadvanced-tab.c: * src/nact/nact-iadvanced-tab.h (nact_iadvanced_tab_get_schemes): New function. * src/nact/nact-main-window.c: Update menu tooltips to be dot-terminated. New action is taken from GTK_STOCK_NEW. * src/nact/nautilus-actions-config.ui: Example label now wraps on more than two lines. Scheme lists now is more than four rows. All fields have tooltip. 2009-07-18 Pierre Wieser * src/common/na-action.c: * src/common/na-action.c (na_action_are_equal): Function takes const arguments. * src/nact/base-application.c: * src/nact/nact-iaction-tab.c: Disable debug message. * src/nact/nact-iactions-list.c: * src/nact/nact-iactions-list.h (set_sorted_actions): New virtual function: advertise the implementer of the interface of the new address of the sorted list. Use GtkTreeModelFilter to display actions and profiles. Enable connecting lines in tree view. * src/nact/nact-icommand-tab.c: * src/nact/nact-icommand-tab.h: New files which define NactICommandTab interface. * src/nact/nact-iconditions-tab.c: * src/nact/nact-iconditions-tab.h: New files which define NactIConditionsTab interface. * src/nact/nact-iadvanced-tab.c: * src/nact/nact-iadvanced-tab.h: New files which define NactIAdvancedTab interface. * src/nact/nact-iprofile-item.c: * src/nact/nact-iprofile-item.h: * src/nact/nact-iprofiles-list.c: * src/nact/nact-iprofiles-list.h: Removed files. * src/nact/Makefile.am: Updated accordingly. * src/nact/nact-main-window.c: Setup display of the window title and of the menu depending of the currently selected action and its status. Implements ICommandTab interface. * src/nact/nact-window.c: * src/nact/nact-window.c (nact_window_warn_count_modified): New function. 2009-07-16 Pierre Wieser * configure.ac: Get ride of libglade, libgnome, libgnomeui deprecated libraries. * src/nact/nact-profile-conditions-editor.c: Align widgets. 2009-07-16 Pierre Wieser * src/nact/base-window.c: * src/nact/nact-main-window.c: * src/nact/nact-action-conditions-editor.c: * src/nact/nact-action-profiles-editor.c: * src/nact/nact-profile-conditions-editor.c: Make all dialogs transient for their parent in BaseWindow. 2009-07-16 Pierre Wieser * configure.ac: Get ride of libglade, libgnome, libgnomeui deprecated libraries. * src/nact/nact-profile-conditions-editor.c: Align widgets. 2009-07-16 Pierre Wieser * src/nact/base-window.c: * src/nact/nact-main-window.c: * src/nact/nact-action-conditions-editor.c: * src/nact/nact-action-profiles-editor.c: * src/nact/nact-profile-conditions-editor.c: Make all dialogs transient for their parent in BaseWindow. 2009-07-16 Pierre Wieser * src/common/na-action.c: * src/common/na-action.h (na_action_get_new_profile_name): New function. * src/nact/nact-iprofile-conditions.c: * src/nact/nact-iprofile-conditions.h: Renamed as nact-iconditions.{c,h}. IProfileConditions renamed accordingly. * src/nact/nact-iprofile-item.c: * src/nact/nact-iprofile-item.h: New files. Define IProfileItem interface. * src/nact/nact-action-conditions-editor.c: * src/nact/nact-profile-conditions-editor.c: * src/nact/nact-iprefs.c: * src/nact/Makefile.am: Updated accordingly. 2009-07-15 Pierre Wieser * src/nact/nact-action-conditions-editor.c (on_save_clicked): New function (do not know why it used to work without it!). * src/nact/nact-action-conditions-editor.c (set_current_action): Removed function. * src/nact/nact-action-profiles-editor.c: Begin with the rewriting with the new object hierarchy and the new interfaces. * src/nact/nact-iprofiles-list.c: * src/nact/nact-iprofiles-list.h: New files. * src/nact/nact-iactions-list.c: * src/nact/nact-iactions-list.h: Remove references to NAPivot, rather use interface. Now directly attach the NAAction to each line of the listbox. * src/nact/Makefile.am: Updated accordingly. * src/nact/nact-window.c: * src/nact/nact-window.h (nact_window_get_action, nact_window_get_actions): Removed functions. 2009-07-14 Pierre Wieser * src/common/na-utils.c: Implement na_utils_schema_to_gslist function. * src/nact/nact-assist-import.c: Write the imported action to the I/O provider. 2009-07-14 Pierre Wieser * configure.ac: Bump version number to 1.11.2. 2009-07-14 Pierre Wieser Implement import assistant with new object hierarchy. * src/common/na-action.c: * src/common/na-action.h (na_action_get_profile): Now returns a NAObject. * src/common/na-action.c: * src/common/na-action.h (na_action_set_uuid, na_action_set_version, na_action_add_profile): New functions. * src/common/na-action-profile.c: * src/common/na-action-profile.h (na_action_profile_set_label, na_action_profile_set_isfile, na_action_profile_set_isdir, na_action_profile_set_schemes): New functions. * src/common/na-action-profile.h: Define ACTION_PROFILE_PREFIX as a way of identifying a profile. * src/common/na-utils.c: * src/common/na-utils.h (na_utils_dump_string_list, na_utils_schema_to_gslist, na_utils_schema_to_boolean): New functions. * src/nact/nact-assistant.c: * src/nact/nact-assistant.h: * src/nact/nact-assist-export.c: * src/nact/nact-assist-export.h: * src/nact/nact-assist-import.c: * src/nact/nact-gconf-keys.h: * src/nact/nact-gconf-reader.c: * src/nact/nact-gconf-reader.h: * src/nact/nact-gconf-writer.c: * src/nact/nact-gconf-writer.c: New files. * src/nact/nact-gconf-schema.c: * src/nact/nact-gconf-schema.h: * src/nact/nact-gconf-schema-writer.c: * src/nact/nact-gconf-schema-writer.h: Removed files. * src/nact/Makefile.am: Updated accordingly. * src/nact/base-application.c: * src/nact/base-application.h (base_application_search_for_widget): New function. * src/nact/base-window.c: Call gtk_main/gtk_main_quit when we are running an assistant. 2009-07-08 Pierre Wieser * src/nact/nact-main-window.c: Fix post-export selection mode. 2009-07-03 Pierre Wieser Export actions. * src/common/nautilus-actions-config.c: * src/common/nautilus-actions-config.h: * src/common/nautilus-actions-config-gconf.c: * src/common/nautilus-actions-config-gconf.h: * src/common/nautilus-actions-config-gconf-private.h: * src/common/nautilus-actions-config-gconf-reader.c: * src/common/nautilus-actions-config-gconf-reader.h: * src/common/nautilus-actions-config-gconf-writer.c: * src/common/nautilus-actions-config-gconf-writer.h: * src/common/nautilus-actions-config-schema-writer.c: * src/common/nautilus-actions-config-schema-writer.h: * src/common/nautilus-actions-config-schema-reader.c: * src/common/nautilus-actions-config-schema-reader.h: Removed files. * src/common/Makefile.am: Updated accordingly. * src/common/na-action.h: Define an export format. * src/common/na-utils.c: * src/common/na-utils.h (na_utils_gslist_to_schema, na_utils_boolean_to_schema): New functions. * src/nact/nact-import-export.c: * src/nact/nact-import-export.h: Removed files. * src/nact/nact-gconf-schema.c: * src/nact/nact-gconf-schema.h: * src/nact/nact-gconf-schema-writer.c: * src/nact/nact-gconf-schema-writer.h: New files. * src/nact/Makefile.am: Updated accordingly. * src/nact/base-window.c: * src/nact/base-window.h (base_window_connect): Removed function. * src/nact/nact-window.c: * src/nact/nact-window.h (nact_window_signal_connect_by_name): New function. * src/nact/nact-action-conditions-editor.c (nact_iprofile_conditions_initial_load): Use GtkBuilder size grouping. * src/nact/nact-iactions-list.c: * src/nact/nact-iactions-list.h (nact_iactions_list_get_selected_actions, nact_iactions_list_set_multiple_selection): New functions. * src/nact/nact-iprefs.c: * src/nact/nact-iprefs.h (nact_iprefs_get_export_folder_uri, nact_iprefs_save_export_folder_uri): New functions. * src/nact/nact-main-window.c: Implement export function. 2009-07-02 Pierre Wieser * src/common/na-pivot.c (action_changed_handler): Use a milliseconds timeout to get a better UI reactivity. * src/nact/nact-action-conditions-editor.c (on_cancel_clicked): New function to trigger dialog response. * src/nact/nact-action-conditions-editor.c (on_initial_load_dialog): Make labels and buttons the same size. (on_all_widgets_showed): Call nact_iprofile_conditions_all_widgets_showed function. (on_dialog_response): Advertize parent window of a new action. * src/nact/nact-iactions-list.c: * src/nact/nact-iactions-list.h (nact_iactions_list_set_selection, nact_iactions_list_set_send_selection_changed_on_fill_list, nact_iactions_list_set_is_filling_list, on_key_press_event, on_enter_key_pressed): New functions. * src/nact/nact-imenu-item.c: * src/nact/nact-imenu-item.h (nact_imenu_item_size_labels, nact_imenu_item_size_buttons): New functions. * src/nact/nact-imenu-item.c (on_icon_changed): Forces the display of an empty frame where there is no icon. * nact/nact-iprofile-conditions.c (hide_legend_dialog): Fixes bug which recorded a (0,0) position when the dialog closed. * nact/nact-iprofile-conditions.c: * nact/nact-iprofile-conditions.h (nact_iprofile_conditions_size_labels, nact_iprofile_conditions_size_buttons): New functions. * src/nact/nact-main-window.c: Do not trigger on_selection_changed when filling the Actions list. Edit action when Enter key pressed. * src/nact/nact-window.c: * src/nact/nact-window.h (set_current_action): New virtual function. * src/nact/nautilus-actions-config.ui: Add tooltips to AddAction and EditAction buttons. Encapsulates the IconImage into a IconFrame. 2009-07-01 Pierre Wieser * src/nact/base-application.c: * src/nact/base-application.h (recursive_search_for_child, search_for_child_widget, base_application_get_dialog): New functions. All properties are now prefixed with "base-application-". * src/nact/base-window.c: * src/nact/base-window.h (base_window_get_dialog, do_get_dialog): New functions. PROP_WINDOW_TOPLEVEL_WIDGET is renamed as PROP_WINDOW_TOPLEVEL_DIALOG. do_get_toplevel_widget is renamed as do_get_toplevel_dialog. All properties are now prefixed with "base-window-". * src/nact/nact-main-window.c: * src/nact/nact-action-conditions-editor.c: * src/nact/nact-action-profiles-editor.c: * src/nact/nact-profile-conditions-editor.c: Updated accordingly. * src/nact/nact-iactions-list.c: * src/nact/nact-iactions-list.h (nact_iactions_list_set_focus): New function. * src/nact/nact-iprefs.c: * src/nact/nact-iprefs.h (nact_iprefs_get_iprofile_conditions_folder_uri, nact_iprefs_save_iprofile_conditions_folder_uri): New functions. * src/nact/nact-iprofile-conditions.c: Fix display of icon for new actions. Save state and position of LegendDialog and GtkFileChooser. * src/nact/nact-main-window.c: Reset the focus to the ActionsList after each button click. * src/nact/nautilus-actions-config.ui: Add keyboard shortcuts to ActionsDialog buttons. Import two new dialog boxes. 2009-06-30 Pierre Wieser * src/common/na-action-profile.c: * src/common/na-action-profile.h (na_action_profile_set_matchcase, na_action_profile_set_mimetypes, na_action_profile_set_isfiledir, na_action_profile_set_multiple, na_action_profile_set_scheme): New functions. * src/common/na-utils.c: * src/common/na-utils.h (na_utils_gstring_joinv, na_utils_string_list_to_text, na_utils_text_to_string_list, na_utils_remove_ascii_from_string_list): New functions. * src/nact/nact-action-conditions-editor.c: Call _dispose functions when closing the window. * src/nact/nact-imenu-item.c: * src/nact/nact-imenu-item.h (nact_imenu_item_dispose): New function. * src/nact/nact-iprofile-conditions.c: * src/nact/nact-iprofile-conditions.h (nact_iprofile_conditions_dispose): New function. * src/nact/nact-iprofile-conditions.c: All three tabs are now implemented. * src/nact/nact-utils.c: * src/nact/nact-utils.h: Removed files. * src/nact/nact-prefs.c: * src/nact/nact-prefs.h: Renamed as nact-iprefs.{c,h}. Define NactIPrefs interface, to be implemented by NactWindows which wish use GConf preferences. * src/nact/Makefile.am: Updated accordingly. * src/nact/nautilus-actions-config.ui: Add LegendDialog window. Remove all embedded action handlers (as I don't want pollute my public namespace with these). 2009-06-29 Pierre Wieser * src/common/na-action.c: * src/common/na-action.h (na_action_set_tooltip, na_action_set_icon, na_action_are_equal, na_action_get_profile): New functions. * src/common/na-action.c (na_action_new_with_profile): Provides a default profile name. (na_action_duplicate): Provides a pointer to the duplicated action. (na_action_are_equal): Implements profiles comparison. * src/common/na-action-profile.c: * src/common/na-action-profile.h (na_action_profile_set_path, na_action_profile_set_parameters, na_action_profile_set_basenames, na_action_profile_are_equal): New functions. * src/common/na-action-profile.c (na_action_profile_new): No more accept a NULL profile name. * src/common/na-action-profile.c: * src/common/na-action-profile.h (na_action_profile_duplicate): The duplicated profile points to the duplicated action. * src/common/na-gconf.c: Defines an association table between GConf keys and property names. * src/common/na-iio-provider.c: Fist try to write to initial provider. * src/common/na-utils.c: * src/common/na-utils.h (na_utils_find_in_list, na_utils_string_lists_are_equal): New functions. * src/nact/base-application.c (display_dlg): New mutualized function. * src/nact/base-window.c: * src/nact/base-window.h (dialog_response): Returns a boolean to let the user refuse the closing. * src/nact/nact-action-conditions-editor.c: Update the dialog title if action has been modified. Have Close or Cancel/Save buttons depending on action status. Only save an action which has a not empty label. Implements PathBrowse button. * src/nact/nact-imenu-item.c: * src/nact/nact-imenu-item.h (get_edited_action, update_dialog_title, nact_imenu_item_has_label): New functions. * src/nact/nact-imenu-item.c: Implements IconBrowse button. 2009-06-28 Pierre Wieser * po/POTFILES.in: Replace src/nact/nact.c with src/nact/nact-main-window.c. Replace src/nact/nautilus-actions-config.glade with src/nact/nautilus-actions-config.ui. * src/common/na-action.c: * src/common/na-action.h: UUID is no more a contruction only property. NAAction is now initialized with suitable default values. na_action_new_with_profile, na_action_get_provider: new functions. * src/common/na-action-profile.c: * src/common/na-action-profile.h: Profile's name is no more a construction only property. na_action_profile_copy function is renamed as na_action_profile_duplicate. * src/common/na-gconf.c: Temporarily suspend test of writability status. Record the last provider of an action. * src/common/na-iio-provider.c: delete_action: new function. * src/nact/nact-action-conditions-editor.c: * src/nact/nact-action-conditions-editor.h: * src/nact/nact-action-profiles-editor.c: * src/nact/nact-action-profiles-editor.h: * src/nact/nact-profile-conditions-editor.c: * src/nact/nact-profile-conditions-editor.h: Definitive names for dialog management. * src/nact/nact-imenu-item.c: Connect the signal handler before setting the initial icon. * src/nact/nact-iprofile-conditions.c: * src/nact/nact-iprofile-conditions.h: IActionConditions interface is renamed as IProfileConditions. * src/nact/Makefile.am: Updated accordingly. * src/nact/base-window.c: * src/nact/base-window.h: initial_load_toplevel, runtime_init_toplevel, all_widgets_showed: new functions. * src/nact/nact-imenu-item.c: signal_recorded: new function. * src/nact/nact-main-window.c: Implement initial_load_toplevel and runtime_init_toplevel functions. * src/nact/nact-window.c: nact_window_on_signal_recorded: new function. 2009-06-26 Pierre Wieser Migration to GtkBuilder. IPivotContainer interface definition. IActionConditions and IMenuItem UI interface definitions. * configure.ac: Update Gtk+ dependancy to 2.12 to have gtk_builder functions. Remove libglade dependancy. * src/common/na-action-profile.c: * src/common/na-action.c: * src/common/na-gconf.c: * src/common/na-object.c: * src/common/na-pivot.c (instance_dispose): g_free( self->private ). * src/common/na-gconf.c: Fix typo in comment. * src/common/na-iio-provider.c: Actions list is now automatically sorted by label. * src/common/na-iio-provider.h: Move signal definition here to be usable by providers. * src/common/na-ipivot-container.c: * src/common/na-ipivot-container.h: New files. * src/common/na-pivot.c: na_pivot_get_label_sorted_actions: Removed function. na_pivot_add_notified, free_containers: New functions. Remove PROP_NOTIFIED property. Containers to be notified can be several to many, instead of just only one. Use NAIPivotContainer interface instead of sending a message. * src/common/Makefile.am: Updated accordingly. * src/nact/base-application.c: * src/nact/base-application.h (base_application_get_icon_name, base_application_get_main_window, base_application_run): New functions. * src/nact/nact-application.c: Records the main window to be notified of an action modification. * src/nact/nact-wnd-actions.c: * src/nact/nact-wnd-actions.h: Renamed to nact-main-window.{c,h}. * src/nact/nact-main-window.c: * src/nact/nact-main-window.h: New files. Implement NAIPivotContainer interface. * src/nact/nact-action-profile.c: * src/nact/nact-action-profile.h: New files. Implement NactIMenuItem and NactIActionConditions interfaces. * src/nact/nact-main-window.c: Implements NAIPivotContainer interface. * src/nact/base-window.c: * src/nact/base-window.h: Remove libglade stuff. Create the structure for derived windows/dialogs. * src/nact/iaction-conditions.c: * src/nact/iaction-conditions.h: * src/nact/imenu-item.c: * src/nact/imenu-item.h: New interface files. * src/nact/Makefile.am: Updated accordingly. * src/plugin/nautilus-actions.c: Implements NAIPivotContainer interface. 2009-06-20 Pierre Wieser * src/common/na-gconf.c: Implement loading of old versions. Implement writing an action. * src/common/na-action.c: * src/common/na-action.h: * src/common/na-gconf.c: Add read-only attribute set when GConf key is not writable. * src/common/na-action.c: * src/common/na-action.h: * src/common/na-action-profile.c: * src/common/na-action-profile.h: Object properties are renamed, and moved to include file. Objects are created with suitable default values. Finalize helper functions. * src/common/na-iio-provider.c: Record the provider in each NAAction object. 2009-06-19 Pierre Wieser Getting NA (Nautilus Actions) as common objects prefix. * src/common/na-action.c: * src/common/na-action.h: * src/common/na-action-profile.c: * src/common/na-action-profile.h: * src/common/na-gconf.c: * src/common/na-gconf.h: * src/common/na-gconf-keys.h: * src/common/na-iio-provider.c: * src/common/na-iio-provider.h: * src/common/na-object.c: * src/common/na-object.h: * src/common/na-pivot.c: * src/common/na-pivot.h: * src/common/na-utils.c: * src/common/na-utils.h: Renamed and updated accordingly. * src/common/na-iio-provider.c: * src/common/na-iio-provider.h: * src/common/na-gconf.c: * src/common/na-pivot.c: na_iio_provider_load_actions renamed to na_iio_provider_read_actions. * src/nact/base-window.c: * src/nact/base-window.h: Define and implement new class BaseWindow. * src/nact/nact-iactions-list.c: * src/nact/nact-iactions-list.h: Define and implement new interface NactIActionsList. * src/nact/nact-window.c: * src/nact/nact-window.h: Define and implement new class NactWindow. * src/nact/nact-wnd-actions.c: * src/nact/nact-wnd-actions.h: Define and implement new class NactWndActions. * src/nact/Makefile.am: Updated accordingly. 2009-06-18 Pierre Wieser Begin with porting NACT to new object hierarchy. * src/common/nact-action.c: * src/common/nact-action.h (nact_action_duplicate, nact_action_get_version, nact_action_get_icon, nact_action_set_new_uuid): New functions. * src/common/nact-iio-provider.c: * src/common/nact-iio-provider.h (+nact_iio_provider_write_action): New function. * src/common/nact-pivot.c: * src/common/nact-pivot.h (nact_pivot_get_label_sorted_actions, nact_pivot_get_action, nact_pivot_add_action): New functions. * src/nact/base-application.c: * src/nact/base-application.h: New base class. * src/nact/nact-application.c: * src/nact/nact-application.h: Updated accordingly. 2009-06-14 Pierre Wieser * po/POTFILES.in: Add src/nact-application.c. * src/nact/nact-application.c: Fix error message to not embed markup. 2009-06-12 Pierre Wieser Fix #353198 – Single window mode for Nact. * configure.ac: Add libunique dependancy. Cleanup the code. * src/nact/nact.c: * src/nact/nact.h(nact_init_dialog): Return the newly created GtkWindow. * src/nact/nact-main.c (main): Call gtk_init at the very beginning of the program. * src/nact/nact-application.c: Check for already running instance, and display a message if any. 2009-06-11 Pierre Wieser * src/common/nact-pivot.c: * src/common/nact-pivot.h: Fix comment typo. * src/nact/nact.c: * src/nact/nact.h: Externalize main function in nact-main.c. init_dialog becomes public as nact_init_dialog. * src/nact/nact-application.c: * src/nact/nact-application.h: New NactApplication class. Initialization stuff goes to nact-application.c:startup_appli(). * src/nact/nact-main.c: New file. * src/nact/Makefile.am: Updated accordingly. 2009-06-10 Pierre Wieser * configure.ac: Bump version number. Update required Glib version to make sure to have GIO. * src/common/nact-action-profile.c (nact_action_profile_free): Fix disallocation of the profile by calling g_object_unref. * src/common/nact-action-profile.c: Remove all gnome-vfs code. * src/plugin/nautilus-actions.c: Move gnome_vfs_init call to nact_action_profile_parse_parameters. Remove useless include files. 2009-06-09 Pierre Wieser * configure.ac: Bump version number for 1.11.0 release. * src/common/nact-action.c: * src/common/nact-action.h (nact_action_get_profile_ids, nact_action_free_profile_ids, nact_action_has_profile, nact_action_get_profile, nact_action_free_profile): Remove functions and cleanup the code. * src/common/nact-action-profile.c: * src/common/nact-action-profile.h (nact_action_profile_load): Remove function and cleanup the code. * src/common/nact-gconf.c: * src/common/nact-iio-provider.c: Cleanup the code, adding documentation to public functions. * src/common/nact-object.c: * src/common/nact-object.h (nact_object_empty_property): Remove function and cleanup the code. * src/common/nact-pivot.c: * src/common/nact-pivot.h (nact_pivot_get_action): Remove function and cleanup the code. * src/common/nact-uti.c: * src/common/nact-uti.h (nactuti_free_object_list): Remove function. * src/plugin/nautilus-actions.c: The plugin now uses the new object hierarchy to handle menu items. Fix #580378 (context menu doesn't update) reported by James Campos. Cleanup the code. * src/plugin/nautilus-actions-test.c: * src/plugin/nautilus-actions-test.h: * src/plugin/nautilus-actions-utils.c: * src/plugin/nautilus-actions-utils.h: Removed files as functions are now integrated in NactActionProfile class. * src/utils/nautilus-check-actions-changed.c: * src/utils/Makefile.am: No more build useless nautilus-actions-check-actions-changed program. 2009-06-08 Pierre Wieser * src/common/nact-action-profile.c: * src/common/nact-action-profile.h: * src/common/nact-action.c: * src/common/nact-action.h: * src/common/nact-gconf.c: * src/common/nact-object.c: * src/common/nact-object.h: * src/common/nact-pivot.c: * src/common/nact-pivot.h: * src/plugin/nautilus-actions.c: Reload list of actions instead of trying to update each object. 2009-06-07 Pierre Wieser * src/common/nact-pivot.c: * src/common/nact-pivot.h: * src/common/nact-gconf.c: Update the NactPivotNotify structure to handle profile name. 2009-06-07 Pierre Wieser Install the notification system. * src/common/nautilus-actions.c: Define new message "notify_nautilus_of_action_changed". * src/common/nact-pivot.c: Define new message "notify_pivot_of_action_changed". * src/common/nact-pivot.h: Rename and update nactPivotValue structure to NactPivotNotify. * src/common/gconf.c: Send message to NactPivot on action changed. 2009-06-06 Pierre Wieser Remove NactIIOClient interface. Fix make distcheck. Fix Glade file adressing. * src/common/nact-iio-client.c: * src/common/nact-iio-client.h: * src/common/nact-io-client.c: * src/common/nact-io-client.c: Remove files. * src/common/Makefile.am: * src/common/nact-action-profile.c: * src/common/nact-action-profile.h: * src/common/nact-action.c: * src/common/nact-action.h: * src/common/nact-gconf.c: * src/common/nact-gconf.h: * src/common/nact-iio-provider.c: * src/common/nact-iio-provider.h: * src/common/nact-pivot.c: * src/common/nact-pivot.h: * src/nact/Makefile.am: * src/utils/Makefile.am: Updated accordingly. * src/common/nact-uti-lists.c: * src/common/nact-uti-lists.h: New files after renaming previous uti-lists.{c,h}. 2009-06-05 Pierre Wieser Create pivot data structure NactPivotValue * src/common/nact-gconf.c (value_to_pivot): New function. * src/common/nact-iio-provider.c (nact_iio_provider_load_profile_properties): Fix thisfn typo. * src/common/nact-pivot.c * src/common/nact-pivot.h (nact_pivot_free_pivot_value): New function. 2009-06-04 Pierre Wieser Create a whole new object model, and defines some communication interfaces. * src/plugin/nautilus-actions.c: * src/plugin/nautilus-actions.h: Connect and load list of NactAction actions. * src/common/nact-gconf.c: * src/common/nact-gconf.h (nact_gconf_dispose, nact_gconf_dump): New functions. * src/common/uti-lists.c: * src/common/util-lists.h (nactuti_free_string_list, nactuti_duplicate_string_list): New functions. * src/common/nact-action.c: * src/common/nact-action.h: * src/common/nact-action-profile.c: * src/common/nact-action-profile.h: * src/common/nact-gconf.c: * src/common/nact-gconf.h: Updated accordingly. * src/common/nact-iio-client.c: * src/common/nact-iio-client.h: * src/common/nact-iio-provider.c: * src/common/nact-iio-provider.c: * src/common/nact-io-client.c: * src/common/nact-io-client.h: New files. 2009-06-01 Pierre Wieser * configure.ac: Have a more funny package string. * src/plugin/nautilus-module.c: Syslog at module initialization. * src/plugin/nautilus-actions.c: * src/plugin/nautilus-actions.h: Move NautilusActions object data members to a private area. Add forward declarations of, remove prefix from, static functions. Do nothing on get_background_items callback. * src/common/nact-action.c: * src/common/nact-action.h: * src/common/nact-action-profile.c: * src/common/nact-action-profile.h: * src/common/nact-gconf.c: * src/common/nact-gconf.h: * src/common/nact-gconf-keys.h: * src/common/nact-storage.c: * src/common/nact-storage.h: New files, preparing for a new object hierarchy (with shorter names). * src/common/uti-lists.c: * src/common/uti-lists.h: (nactuti_free_string_list) new function. 2009-05-29 Pierre Wieser Move all sources directories under src/ Remove one directory level when installing Glade file Rename libnautilus-actions/libnautilus-actions to common/libnact * configure.ac: * Makefile.am: Build and install po/ directory after sources. * All sources: Updated accordingly. * src/nact/Makefile.am: Remove one directory level when installing Glade file. 2009-05-29 Pierre Wieser Include a short application description in all source headers * plugin/nautilus-module.c: Renamed from plugin/nautilus-actions-module.c. * plugin/nautilus-actions.c: Move log handler to nautilus-module.c. * plugin/Makefile.am: Updated accordingly. 2009-05-29 Pierre Wieser * configure.ac: Bump version number to 1.11 unstable. 2009-05-29 Pierre Wieser Prepare for the 1.10.1 release 2009-05-28 Pierre Wieser * plugin/nautilus-actions.c (nautilus_actions_get_file_items): Fix iteration through profiles list. Do not search through actions when the Nautilus-provided list is empty. * plugin/nautilus-actions.c (get_hash_keys): Remove no more used function. * nact/nautilus-actions-config.glade: Remove (useless) 'field_changed_cb' handler from the menu icon. * nact/nact-editor.c: * nact/nact-action-editor.c: Restore tooltip display for the icon name depending on Gtk+ version. * nact/nact.c: * nact/nautilus-actions-config.glade: Double-click on an action opens the editor. * nact/nact-profile-editor.c: Enable the OK button as soon as required fields are filled. * m4/nact-maintainer-mode.m4: * plugin/nautilus-actions.c: Only enable syslog'ed debug messages when in maintainer mode. * libnautilus-actions/Makefile.am: Remove trailing whitespace. 2009-05-25 Pierre Wieser * configure.ac: * Makefile.am: Reorganize install order so that plugin be installed last. * icons/Makefile.am: * libnautilus-actions/Makefile.am: * nact/Makefile.am: * plugin/Makefile.am: * utils/Makefile.am: Cleanup Makefile.am. * .gitignore: Update to ignore Glade work files. * plugin/Makefile.am: * libnautilus-actions/Makefile.am: Define G_LOG_DOMAIN variable. * libnautilus-actions/nautilus-actions-config.c: * libnautilus-actions/nautilus-actions-config.h: nautilus_actions_config_action_free_all_profile_names, nautilus_actions_config_action_get_first_profile_name, nautilus_actions_config_action_get_profiles_count, nautilus_actions_config_action_dump: new functions. * nact/nact-action-editor.c: * nact/nact-action-editor.h: New files to be able to edit an action without having to deal with the profile stuff. * nact/nautilus-actions-config.glade: Add EditActionDialogExt dialog. * nact/Makefile.am: * nact/nact-editor.c: * nact/nact-editor.h: * nact/nact-profile-editor.c: * nact/nact-profile-editor.h: * nact/nact-utils.c: * nact/nact-utils.h: * po/POTFILES.in: * po/ChangeLog: Updated accordingly. 2009-05-18 Pierre Wieser Fix Glade regression I introduced myself when ansi-fying C sources ! * *.c, *.h: Almost all sources files impacted. * m4/nact-maintainer-mode.m4: Creation. * plugin/nautilus-actions.c: Add debug mode to syslog. 2009-05-17 Pierre Wieser Releasing 1.10.0 * configure.ac: Update version number. 2009-05-17 Pierre Wieser Make all sources ansi-compliant * configure.ac: Use NACT_GNOME_COMPILE_WARNINGS (see #582860). * m4/nact-compiler-flags: Creation. * *.c, *.h: Update almost all sources to be ansi-compliant. 2009-05-16 Pierre Wieser * configure.ac: Created from configure.in, update all Makefile.am, replacing deprecated INCLUDES with AM_CPPFLAGS. * update po files * Makefile.am: Add DISTCLEANFILES, add DISTCHECK_CONFIGURE_FLAGS to be able to make distcheck successfully. * icons/16x16/Makefile.am: * icons/22x22/Makefile.am: * icons/32x32/Makefile.am: * icons/48x48/Makefile.am: * icons/scalable/Makefile.am: * nact/Makefile.am: * plugin/Makefile.am: * utils/Makefile.am: Add EXTRA_DIST to be able to make distcheck successfully. 2009-05-13 Pierre Wieser * nact/nact-editor.c: * libnautilus-actions/nautilus-actions-config.c: * libnautilus-actions/nautilus-actions-config-schema-reader.c: Fix typos. Fixes #522605 reported by Andre Klapper . * libnautilus-actions/nautilus-actions-config-gconf-private.h: Remove a quote. Fixes #573365 reported by Sergej . 2009-05-12 Pierre Wieser * ChangeLog, ChangeLog-2008: Split enormeous ChangeLog, only keeping recent history. 2009-05-12 Bruce van der Kooij * plugin/nautilus-actions.c: Call gnome_vfs_init at class initialization. Fixes #574919. 2009-05-12 Pierre Wieser * nautilus-actions.doap: Update short description. * MAINTAINERS: Update to point to nautilus-actions.doap. 2009-04-13 Christian Persch * autogen.sh: * configure.in: * po/LINGUAS: Use newer intltool so the recent build break doesn't occur again. 2009-04-12 Christian Persch * po/LINGUAS: Fix the build by removing extra newline. 2009-01-20 Stéphane Raimbault * nact/nautilus-actions-config.glade: Marked 'Duplicate' string for translation. Fixes #568366. caja-actions-1.27.0/ChangeLog-2010000066400000000000000000004470361433352025300163050ustar00rootroot000000000000002010-12-30 Pierre Wieser * NEWS: Update NEWS before release. * src/io-desktop/nadp-desktop-file.c (nadp_desktop_file_write): Use returned data length instead of trying to computer a (false) another. * src/io-desktop/nadp-desktop-file.c (nadp_desktop_file_set_locale_string): Improve the writing of locale strings for other languages. * configure.ac: Check for gtk-doc >= 1.15. * docs/reference/Makefile.am: Handle multiple source directories when gtk-doc >= 1.15. * src/core/na-icontext.c: Fix documentation comment. * src/io-desktop/nadp-desktop-file.c (nadp_desktop_file_set_locale_string): No more write the encoding part of the locale in the .desktop file. * src/nact/nact-main-window.c (setup_dialog_title): Setup item label before application name in window title. * src/core/na-icontext.c (na_icontext_read_done): Convert 'all/allfiles' mimetype to 'all/all' + 'file' scheme. * src/core/na-object-id.c (na_object_id_prepare_for_paste): Set data provider to NULL when duplicating a desktop file item. This fixed the 'unable to save a copied item' bug. 2010-12-29 Pierre Wieser * src/core/na-selected-info.c: * src/core/na-selected-info.h: No more keep GFile location nor NAGnomeVFSURI parsed URI. (na_selected_info_get_location): Removed function. (na_selected_info_get_uri_host, na_selected_info_get_uri_user, na_selected_info_get_uri_port): New functions. * src/core/na-tokens.c (na_tokens_new_from_selection): Make use of new na_selected_info functions. Quote the filename elements. Fix #638278. * src/core/na-tokens.c (build_string_lists): Keep the same order than Nautilus. Fix #638272. * src/core/na-selected-info.c (new_from_nautilus_file_info): * src/plugin-menu/nautilus-actions.c (menu_provider_get_file_items): Add debug messages to trace order and names in the selection. * src/plugin-menu/nautilus-module.c (set_log_handler): Remove obsolete TODO. 2010-12-26 Pierre Wieser * src/core/Makefile.am: Add -fPIC parameter Get ride of 'relocation R_X86_64_32 against .rodata.str1.8' message. 2010-12-22 Pierre Wieser * src/io-desktop/Makefile.am: * src/io-gconf/Makefile.am: * src/io-xml/Makefile.am: Also compile dynamic plugins with needed dependancies (get ride of #637797 when loaded from PcManFm) * src/nact/egg-sm-client-private.h: * src/nact/egg-sm-client-xsmp.c: Apply Mathias Clasen patch to build against Gtk+ 2.91.7. * doc/reference/Makefile.am: include auto created files in content_files, so that they are build before XML generation. * Makefile.am: Enable '-Wl,--as-needed' link option at make distcheck. * configure.ac: * m4/na-compiler-flags.m4: Define --enable-as-needed configure option. * src/core/Makefile.am: Build core library against its dependancies. Fix #637797 - -Wl,--as-needed bug. * run-autogen.sh: No more enable silent rules in development. * tools/release-tarball.sh: Fix remote install of the tarball. 2010-12-20 Pierre Wieser * configure.ac: Post-release bump version. * NEWS: Update before release. * README: Add some words about importer/exporter plugins. * m4/na-check-for-gtk.m4: New file. * configure.ac: Add check for building against Gtk+ 3.0. * m4/na-check-module.m4: * m4/na-nautilus-extdir.m4: * run-autogen.sh: Updated accordingly. * src/nact/base-keysyms.h: New file which holds defines for Gdk keys. * src/nact/Makefile.am: * src/nact/base-assistant.c (on_key_pressed_event): * src/nact/nact-iactions-list.c (on_key_pressed_event): * src/nact/nact-match-list.c (on_key_pressed_event): * src/nact/nact-schemes-list.c (on_key_pressed_event): Updated accordingly. * src/nact/nact-iaction-tab.c (nact_iaction_tab_initial_load_toplevel): Fix arguments when building against Gtk+ 2.0. * src/nact/nact-icommand-tab.c (update_example_label): Replace 'e.g.,' with 'Ex.:'. * src/nact/nautilus-actions-config-tool.ui: Review the widget layout. 2010-12-16 Pierre Wieser * m4/na-check-module.m4: Fix variable substitution. * run-autogen.sh: Re-enable silent rules in Gtk+-3 build. * src/nact/nact-gtk-utils.c: * src/nact/nact-gtk-utils.h (nact_gtk_utils_set_editable): * src/nact/nact-iaction-tab.c (on_tab_updatable_selection_changed): * src/nact/nact-ibasenames-tab.c (on_tab_updatable_selection_changed): * src/nact/nact-icommand-tab.c (on_tab_updatable_selection_changed): * src/nact/nact-ienvironment-tab.c (on_tab_updatable_selection_changed): * src/nact/nact-iexecution-tab.c (on_tab_updatable_selection_changed): * src/nact/nact-ifolders-tab.c (on_tab_updatable_selection_changed): * src/nact/nact-iproperties-tab.c (on_tab_updatable_selection_changed): * src/nact/nact-ischemes-tab.c (on_tab_updatable_selection_changed): * src/nact/nact-match-list.c (nact_match_list_on_selection_changed): * src/nact/nact-schemes-list.c (nact_schemes_list_create_model): Use GObject instead of GtkWidget parameter. * src/nact/nact-iaction-tab.c (nact_iaction_tab_runtime_init_toplevel): Dynamicallu allocates the GtkComboBox or the GtkComboBoxEntry. * configure.ac: Build with Gtk+ 3.0 if first found by pkg-config. * run-autogen.sh: Setup PKG_CONFIG_PATH and LD_LIBRARY_PATH to be able to build against Gtk+ 3.0. * src/core/na-importer-ask.c (na_importer_ask_user): * src/nact/base-window.c (instance_dispose): Replace deprecated gtk_widget_hide_all() with gtk_widget_hide(). * src/nact/base-assistant.c (on_key_pressed_event): * src/nact/nact-iactions-list.c (on_key_pressed_event): * src/nact/nact-match-list.c (on_key_pressed_event): * src/nact/nact-schemes-list.c (on_key_pressed_event): Replace deprecated GDK_xxxx symbols keys with GDK_KEY_xxxx. * src/nact/nact-clipboard.c (nact_clipboard_dnd_get_data,get_from_dnd_clipboard_callback, nact_clipboard_primary_get,get_from_primary_clipboard_callback): * src/nact/nact-tree-model-dnd.c (nact_tree_model_dnd_idrag_dest_drag_data_received, nact_tree_model_dnd_imulti_drag_source_drag_data_get, nact_tree_model_dnd_on_drag_begin,nact_tree_model_dnd_on_drag_end, drop_uri_list,get_xds_atom_value): Use gtk_selection_data_get_xxx accessors, available since Gtk+ 2.14. Use gdk_drag_context_get_xxx accessors, available since Gtk+ 2.22. * src/nact/nact-gtk-utils.c (nact_gtk_utils_set_editable): * src/nact/nact-gtk-utils.h: * src/nact/nact-iaction-tab.c (on_tab_updatable_selection_changed): * src/nact/nact-ibasenames-tab.c (on_tab_updatable_selection_changed): * src/nact/nact-icommand-tab.c (on_tab_updatable_selection_changed): * src/nact/nact-ienvironment-tab.c (on_tab_updatable_selection_changed): * src/nact/nact-iexecution-tab.c (on_tab_updatable_selection_changed): * src/nact/nact-ifolders-tab.c (on_tab_updatable_selection_changed): * src/nact/nact-iproperties-tab.c (on_tab_updatable_selection_changed): * src/nact/nact-ischemes-tab.c (on_tab_updatable_selection_changed): * src/nact/nact-match-list.c (nact_match_list_on_selection_changed): * src/nact/nact-schemes-list.c (nact_schemes_list_create_model): Replace deprecated GtkObject with GtkWidget. Replace deprecated GtkComboboxEntry with GtkCombobox starting with Gtk+ 2.24. * src/nact/nact-gtk-utils.c (nact_gtk_utils_get_pixbuf): Replace deprecated gtk_widget_render_icon() with gtk_widget_render_icon_pixbuf(). * src/nact/nact-main-statusbar.c (nact_main_statusbar_initial_load_toplevel): Replace deprecated gtk_widget_size_request() with gtk_widget_get_preferred_size(). 2010-12-14 Pierre Wieser * configure.ac: - make silent rules available, disabling by default - individualize modules cheks. * run-autogen.sh: Enable silent rules. * src/core/na-pivot.c (na_pivot_write_level_zero): Improve comment. * src/nact/nact-main-menubar-file.c (nact_main_menubar_file_save_items): Improve delete process, restoring items which cannot have been deleted. * src/nact/nact-main-window.c: * src/nact/nact-main-window.h (nact_main_window_remove_deleted): * src/nact/nact-window.c: * src/nact/nact-window.h (nact_window_delete_item): Improve delete process, returning a status and an error message. 2010-12-13 Pierre Wieser * src/nact/nact-main-menubar-file.c (nact_main_menubar_file_save_items): Display a warning summary when items may not have been saved. * src/core/na-pivot.c: * src/core/na-pivot.h (na_pivot_write_level_zero): Let the function returns error messages. * src/core/na-io-provider.c (na_io_provider_get_writable_provider): * src/nact/nact-main-menubar-file.c (nact_main_menubar_file_save_items): Updated accordingly. * src/core/na-iprefs.c: * src/core/na-iprefs.h (na_iprefs_write_string_list): Returns a writing status. * Makefile.am: * run-autogen.sh: Ask for PDF generation of the reference manual. Fix API index reference. * docs/reference/nautilus-actions-docs.xml: * src/api/na-core-utils.h: * src/api/na-extension.h: * src/api/na-gconf-utils.h: * src/api/na-icontext.h: * src/api/na-iduplicable.h: * src/api/na-iexporter.h: * src/api/na-ifactory-object.h: * src/api/na-ifactory-provider.h: * src/api/na-iimporter.h: * src/api/na-iio-provider.h: * src/api/na-object-id.h: * src/api/na-object.h: * src/core/na-core-utils.c: * src/core/na-data-boxed.c: * src/core/na-data-def.c: * src/core/na-data-types.c: * src/core/na-gconf-monitor.c: * src/core/na-gconf-utils.c: * src/core/na-icontext.c: * src/core/na-iduplicable.c: * src/core/na-ifactory-object.c: * src/core/na-ifactory-provider.c: * src/core/na-iimporter.c: * src/core/na-iio-provider.c: * src/core/na-object-action.c: * src/core/na-object-id.c: * src/core/na-object-item.c: * src/core/na-object-menu.c: * src/core/na-object-profile.c: * src/core/na-object.c: Updated accordingly. * docs/nact/C/nact-conditions.xml: Review 'note' vs. 'tip' usage. * docs/reference/Makefile.am: Remove call to GTKDOC_CHECK macro which makes 'make distcheck' fail. 2010-12-11 Pierre Wieser * docs/nact/Makefile.am: Fix user's manual generation. Fic Miscellaneous API documentation. * docs/reference/nautilus-actions-docs.xml: * docs/reference/nautilus-actions-sections.txt: * src/api/na-core-utils.h: * src/api/na-gconf-monitor.h: * src/api/na-gconf-utils.h: * src/core/na-core-utils.c: * src/core/na-gconf-monitor.c: * src/core/na-gconf-utils.c: Updated accordingly. Fix NAObject API documentation. * docs/reference/nautilus-actions-docs.xml: * docs/reference/nautilus-actions-sections.txt: * src/api/na-icontext.h: * src/api/na-object-api.h: * src/core/na-icontext.c: Updated accordingly. Fix NAIDuplicable Interface documentation. * docs/reference/nautilus-actions-docs.xml: * docs/reference/nautilus-actions-sections.txt: * src/api/na-iduplicable.h: * src/api/na-object-menu.h: * src/api/na-object-profile.h: * src/core/na-iduplicable.c: * src/core/na-object-menu.c: * src/core/na-object-profile.c: Updated accordingly. Fix NAObjectAction documentation. * docs/reference/nautilus-actions-docs.xml: * docs/reference/nautilus-actions-sections.txt: * src/api/na-object-action.h: * src/core/na-icontext-factory.c: * src/core/na-object-action.c: Updated accordingly. Fix NAObjectItem documentation. * docs/reference/nautilus-actions-docs.xml: * docs/reference/nautilus-actions-sections.txt: * src/api/na-object-id.h: * src/api/na-object-item.h: * src/core/na-object-item.c: Updated accordingly. Fix NAObjectId documentation. * docs/reference/nautilus-actions-docs.xml: * docs/reference/nautilus-actions-sections.txt: * src/api/na-object-id.h: * src/api/na-object.h: * src/core/na-object-id.c: Updated accordingly. Fix NAObject documentation. * docs/reference/nautilus-actions-docs.xml * docs/reference/nautilus-actions-sections.txt: * src/api/na-data-boxed.h: * src/api/na-data-def.h: * src/api/na-data-types.h: * src/api/na-iexporter.h: * src/api/na-ifactory-object.h: * src/api/na-ifactory-provider.h: * src/api/na-iimporter.h: * src/api/na-iio-provider.h: * src/api/na-object.h: * src/core/na-data-boxed.c: * src/core/na-data-def.c: * src/core/na-data-types.c: * src/core/na-export-format.c: * src/core/na-export-format.h: * src/core/na-exporter.h: * src/core/na-factory-object.h: * src/core/na-factory-provider.c: * src/core/na-factory-provider.h: * src/core/na-gnome-vfs-uri.c: * src/core/na-gnome-vfs-uri.h: * src/core/na-gtk-utils.c: * src/core/na-gtk-utils.h: * src/core/na-iabout.c: * src/core/na-iabout.h: * src/core/na-iexporter.c: * src/core/na-ifactory-object.c: * src/core/na-ifactory-provider.c: * src/core/na-iimporter.c: * src/core/na-iio-provider.c: * src/core/na-importer-ask.c: * src/core/na-importer-ask.h: * src/core/na-importer.h: * src/core/na-io-provider.c: * src/core/na-io-provider.h: * src/core/na-ipivot-consumer.c: * src/core/na-ipivot-consumer.h: * src/core/na-iprefs.c: * src/core/na-iprefs.h: * src/core/na-module.c: * src/core/na-module.h: * src/core/na-object.c: * src/core/na-pivot.c: * src/core/na-pivot.h: * src/core/na-selected-info.c: * src/core/na-selected-info.h: * src/core/na-tokens.c: * src/core/na-tokens.h: * src/core/na-updater.c: * src/core/na-updater.h: Updated accordingly. Fix D-Bus Services documentation. * docs/reference/nautilus-actions-docs.xml: * docs/reference/nautilus-actions-sections.txt: * src/api/na-dbus.h: * src/plugin-tracker/na-tracker-dbus.h: * src/plugin-tracker/na-tracker.c: * src/utils/nautilus-actions-run.c: * tools/dbus-introspect.sh: Updated accordingly. 2010-12-10 Pierre Wieser Fix Data Factory Management System documentation. * docs/reference/nautilus-actions-docs.xml: * docs/reference/nautilus-actions-sections.txt: * src/api/na-extension.h: * src/api/na-iexporter.h: * src/api/na-ifactory-object-data.h: * src/core/na-data-boxed.c: * src/core/na-data-def.c: * src/core/na-data-types.c: * src/core/na-iexporter.c: * src/core/na-ifactory-object.c: * src/core/na-ifactory-provider.c: * src/core/na-iimporter.c: * src/core/na-iio-provider.c: Updated accordingly. 2010-12-09 Pierre Wieser Document NADataBoxed class. * docs/reference/nautilus-actions-docs.xml: * docs/reference/nautilus-actions-sections.txt: * src/api/na-data-boxed.h: * src/api/na-data-types.h: * src/core/na-data-boxed.c: * src/core/na-data-types.c: Updated accordingly. Document NADataDef and NADataGroup structures. * docs/reference/nautilus-actions-docs.xml: * docs/reference/nautilus-actions-sections.txt: * src/api/na-data-def.h: * src/api/na-ifactory-object-data.h: * src/api/na-ifactory-object.h: * src/core/na-data-def.c: * src/core/na-factory-object.c: * src/core/na-factory-object.h: * src/core/na-ifactory-object.c: * src/core/na-ifactory-provider.c: Updated accordingly. Document NAIFactoryObject interface. * docs/reference/nautilus-actions-sections.txt: * src/api/na-ifactory-object.h: * src/core/na-ifactory-object.c: * src/core/na-ifactory-provider.c: Updated accordingly. Document NAIFactoryProvider interface. * docs/reference/nautilus-actions-docs.xml: * docs/reference/nautilus-actions-sections.txt: * src/api/na-ifactory-provider-provider.h: * src/api/na-ifactory-provider.h: * src/core/na-factory-provider.h: * src/core/na-ifactory-provider.c: Updated accordingly. Fix NAIExporter reference manual. * docs/reference/nautilus-actions-sections.txt: * src/api/na-iexporter.h: * src/api/na-iimporter.h: * src/api/na-iio-provider.h: * src/core/na-exporter.c: * src/core/na-exporter.h: * src/core/na-iexporter.c: Updated accordingly. Fix NAIImporter reference manual. * docs/reference/.gitignore: * docs/reference/nautilus-actions-sections.txt: * src/api/na-iimporter.h: * src/api/na-iio-provider.h: * src/core/na-iimporter.c: * src/core/na-iio-provider.c: * src/core/na-importer-ask.c: * src/core/na-importer-ask.h: * src/core/na-importer.c: * src/core/na-importer.h: Updated accordingly. * docs/reference/nautilus-actions-sections.txt: New file. 2010-12-08 Pierre Wieser Update reference manual for extensions. Update reference manual for NAIIOProvider interface. * docs/reference/na-about.xml: New file. 2010-12-06 Pierre Wieser * docs/reference/na-compiling.xml: * docs/reference/na-dist-content.xml: * docs/reference/na-getting.xml: * docs/reference/na-plugin.xml: * docs/reference/na-what-is-it.xml: * docs/reference/version_dir.xml: New files. * data/actions/my-first-na-action.desktop: * data/actions/my-first-na-menu.desktop: * data/actions/open-terminal-here.desktop: * data/actions/show-na-parameters.desktop: - Actually disabled actions and menus as stated in the doc and the README. - Remove character encodings from localizable strings. 2010-12-03 Pierre Wieser * docs/nact/Makefile.am: Automatically build DOC_ENTITIES and DOC_FIGURES lists. Rename doc/ subdirectory to docs/. * Makefile.am: * configure.ac: * docs/nact/Makefile.am: Updated accordingly. * configure.ac: Post release version bump. Releasing 3.0.2 * NEWS: * README: Update before release. 2010-12-02 Pierre Wieser * src/nact/nautilus-actions-config-tool.ui: Do not allow actions list to fully disappeared. * src/nact/nact-gtk-utils.c: * src/nact/nact-gtk-utils.h (nact_gtk_utils_select_file_with_preview): New function. * src/nact/nact-iaction-tab.c (on_icon_browse): Add a preview when selecting an icon. Factorize help description. * po/POTFILES.in: add src/utils/console-utils.c file. * src/utils/console-utils.c: * src/utils/console-utils.h (console_cmdline_get_description): New function. * src/utils/nautilus-actions-new.c (init_options): * src/utils/nautilus-actions-run.c (init_options): * src/utils/nautilus-actions-schemas.c (init_options): Updated to take advantage of new function. * configure.ac: Display a summary of configuration options. * m4/na-enable-manuals.m4: * m4/na-maintainer-mode.m4: * m4/na-nautilus-extdir.m4: Define displayable variables. 2010-12-01 Pierre Wieser * src/nact/nact-assistant-export.c (assist_runtime_init_target_folder, on_folder_selection_changed): Set/get current folder URI. Fix #616532. * src/nact/nact-ifolders-tab.c (on_browse_folder_clicked): Set/get current folder. Fix #616532. * src/api/na-object-item.h: Define new ITEM_TARGET_ANY target. * src/core/na-icontext.c (is_candidate_for_target): Unconditionnally accepts any target. * src/utils/nautilus-actions-run.c (main, get_profile_for_targets): Ask there is no selection on the target. Fix #634056. * configure.ac: call new NA_SET_DEFAULT_IO_PROVIDER macro. * m4/na-default-io-provider.m4: New file. * src/core/na-io-provider.c (na_io_provider_get_providers_list): Used the configured default I/O provider when no preference has been yet registered. * configure.ac: - Pre-release bump version number. - Define NAUTILUS_ACTIONS_DEBUG variable. * src/nact/nact-main.c (log_handler), * src/plugin-menu/nautilus-module.c (log_handler), * src/plugin-tracker/na-tracker-plugin.c (log_handler), * src/utils/console-utils.c (log_handler): Display debug information when NAUTILUS_ACTIONS_DEBUG variable is set. * doc/nact/Makefile.am: Distribute admon-* icons with html docs (workaround for #636175). 2010-11-30 Pierre Wieser * doc/nact/Makefile.am: Only rebuild manuals when needed. * src/plugin-menu/nautilus-actions.c (create_menu_item): Set a unique name per target menu so that icons are displayed even when both toolbar and location context menu are targeted. 2010-11-25 Pierre Wieser Add %o/%O no-op parameters. * doc/nact/C/figures/nact-legend.png: Update legend screenshot. * doc/nact/C/nact-execution.xml: Update parameters description. * src/core/na-object-profile-factory.c: * src/core/na-tokens.h: Update comments. * src/core/na-tokens.c (is_singular_exec, parse_singular): Update with new parameters. * src/nact/nautilus-actions-config-tool.ui: Update legend dialog. 2010-11-24 Pierre Wieser * doc/des-ema/des-ema-0.12: * doc/des-ema/des-ema-0.13: * doc/des-ema/des-ema-0.14: * doc/des-ema/des-ema-0.15: New files. * doc/nact/Makefile.am: Do not distribute non translated figures in xx/ subdirectories. 2010-11-23 Pierre Wieser * doc/nact/C/nact-starting.xml: Work-around in order to be able to build sl pdf. * doc/nact/Makefile.am: Include non-translated figures in translated pdf. 2010-11-22 Pierre Wieser * doc/nact/Makefile.am: Be tolerant about not buildable pdf. * po/POTFILES.in: Fix #635521: translatable sentences of the *.ui files don't appear in .po file. * run-autogen.sh: Clean up aborted make distcheck before running autogen. * doc/nact/C/nact-execution.xml: Fix typo in NACT user's manual. * src/core/na-icontext-factory.c: Fix #632992: add comment about default value translation. 2010-09-23 Pierre Wieser * configure.ac: Pre-release version bump. * doc/api/Makefile.am: Fix the warning when overriding GTKDOC_RUN. * m4/na-enable-manuals.m4: * run-autogen.sh: Update --enable-html-manuals and --enable-pdf-manuals options. * doc/nact/Makefile.am: Do not rebuild pdf files each time make is run. Have figures available when pdf are built. Install figures with html documents. 2010-09-04 Pierre Wieser * doc/nact/Makefile.am: Fix make distcheck. 2010-09-03 Pierre Wieser Declare --with-db2html and --with-gdt options. * Makefile.am: Defaut distribution includes PDF and gnome-doc-tool HTML manuals. * doc/nact/Makefile.am: * m4/na-enable-manuals.m4: Define --with-db2html and --with-gdt options. * doc/nact/Makefile.am: HTML and PDF installations honor --htmldir= and --pdfdir= options. * doc/nact/Makefile.am: Fix make distcheck when distributing tranlations of NACT user's manual. * configure.ac: Revert inversion of AC_CANONICAL_TARGET and AM_INIT_AUTOMAKE. * src/io-desktop/nadp-writer.c (write_done_write_subitems_list): Improve debug messages. * src/nact/nact-icommand-tab.c (on_tab_updatable_selection_changed): Update example label. (parse_parameters): Cleanup code. 2010-09-02 Pierre Wieser * src/io-desktop/nadp-reader.c (nadp_reader_iimporter_import_from_uri): Do not keep the imported desktop file. * src/io-desktop/nadp-desktop-file.c (nadp_desktop_file_write): Do not return TRUE if file has not been written due to dispose state. * configure.ac: Setup the package URL. 2010-08-30 Pierre Wieser * doc/nact/C/nact-starting.xml: Update manual. * doc/nact/C/figures/read-only.png: New file. * doc/nact/Makefile.am: Remove '$(NULL)' expressions. * configure.ac: Bump version number after unstable release. 2010-08-23 Pierre Wieser * NEWS: Update NEWS before unstable release. * src/core/na-selected-info.c (na_selected_info_get_list_from_item, na_selected_info_get_list_from_list): Returns a null list when NASelectedInfo object is null. * src/plugin-menu/nautilus-actions.c (menu_provider_get_background_items, menu_provider_get_file_items, menu_provider_get_toolbar_items): Do not try to build a menu for Nautilus when NASelectedInfo list is empty. * configure.ac: Bump version number after unstable release. * NEWS: Update NEWS before unstable release. * po/POTFILES.in: Add src/core/na-selected-info.c file. * src/core/na-selected-info.c (query_file_attributes): Make the error message translatable. * src/core/na-tokens.c (na_tokens_new_from_selection): Do not get dirname of a null filename. (parse_singular): Take care of possibly null data or over-indexing. * src/core/na-selected-info.c: * src/core/na-selected-info.h (na_selected_info_create_for_uri): Add errmsg parameter to check for incorrect URIs. * src/utils/nautilus-actions-run.c (get_selection_from_strv): Do not try to deal with malformed URIs. * src/utils/nautilus-actions-schemas.c: Include glib-object.h. * src/api/na-data-boxed.h: Revert to glib-object.h. 2010-08-22 Pierre Wieser * src/core/na-icontext.c (is_candidate_for_mimetypes): * src/core/na-selected-info.c (na_selected_info_get_mime_type): Take care of possibly NULL mimetype. 2010-08-21 Pierre Wieser * src/api/na-dbus.h * src/api/na-ifactory-provider-provider.h * src/core/na-importer-ask.h * src/io-desktop/nadp-formats.h * src/io-desktop/nadp-reader.h * src/io-desktop/nadp-utils.h * src/io-desktop/nadp-writer.h * src/io-gconf/nagp-reader.h * src/io-gconf/nagp-writer.h * src/io-xml/naxml-formats.h * src/io-xml/naxml-reader.h * src/io-xml/naxml-writer.h * src/nact/nact-tree-model-priv.h: Fix single inclusion. * src/core/na-icontext.c (is_candidate_for_schemes, is_candidate_for_folders): Address each ocurrence of file instead of just the first one. * doc/nact/Makefile.am: Fix PDF distribution. 2010-08-19 Pierre Wieser * src/nact/nautilus-actions-config-tool.ui: Do not overexpand the example label. * src/core/na-object-profile.c (convert_pre_v3_parameters_str): Fix conversion of '%d/%f' to '%f' when there are other parameters. * src/core/na-icontext.c (is_candidate_for_mimetypes): Improve debug messages. (is_candidate_for_basenames): Take care of matchcase. * src/core/na-icontext.c (is_mimetype_of): Take care of wildcard expressions. (is_candidate_for_folders): Only try to g_pattern_match() if has pattern. * src/plugin-menu/nautilus-actions.c (build_nautilus_menus): Add debug messages. * data/actions/open-terminal-here.desktop: * data/actions/show-na-parameters.desktop: Fix typo. * src/api/na-object-item.h: * src/core/na-object-item.c (na_object_item_deals_with_version): New function. * src/api/na-object-profile.h: * src/core/na-object-profile.c (na_object_profile_convert_v2_to_last): New function. * src/core/na-object-action.c: * src/core/na-object-menu.c (ifactory_object_read_start): Removed (unused) function. * src/io-xml/naxml-reader.c (naxml_reader_read_done): Cleanup code. * src/nact/nact-ibasenames-tab.c (on_tab_updatable_selection_changed): Display matchcase status for the current context. 2010-08-18 Pierre Wieser * src/core/na-object-profile.c (convert_pre_v3_parameters_str): As a special optimization, converts '%d/%f' to '%f'. * src/io-xml/naxml-reader.c (naxml_reader_read_data): Let a node available for a second reading in case of a multiple-defined data (e.g. icon which exists in localized and unlocalized forms). * src/io-desktop/nadp-desktop-file.c (nadp_desktop_file_new_from_uri): Do not warn about malformed .desktop file when importing an URI. Path+parameters are splitted whatever be the I/O importer. * src/io-desktop/nadp-reader.c (read_done_profile_split_exec): Removed function. * src/core/na-object-profile.c (split_path_parameters): New function. * src/core/na-data-boxed.c (uint_set_from_string): Fix default uint value when reading null string. * src/nact/nact-assistant-import.c (assistant_apply): Cleanup code. 2010-08-17 Pierre Wieser * Replace GtkLable with GtkTextView in import and export assistants. * src/nact/nact-assistant-export.c (assist_prepare_exportdone): * src/nact/nact-assistant-import.c (prepare_importdone): * src/nact/nact-assistant-export.ui: * src/nact/nautilus-actions-config-tool.ui: Updated accordingly. * src/core/na-core-utils.c (na_core_utils_str_split_first_word): Accepts null or empty input string or output pointers. * src/io-desktop/nadp-reader.c (read_done_profile_split_exec): Only try to split a non-null command. 2010-08-16 Pierre Wieser * doc/nact/Makefile.am: Fix PDF build. * configure.ac: Bump version number after unstable release. * doc/nact/Makefile.am: Fix manuals cleanup. * src/core/na-icontext.c (is_candidate_for_schemes): Remove wrong variable override. * configure.ac: Bump version number after unstable release. 2010-08-15 Pierre Wieser * data/actions/Makefile.am: * data/actions/my-first-na-action.desktop: * data/actions/my-first-na-menu.desktop: * data/actions/open-terminal-here.desktop: * data/actions/show-na-parameters.desktop: New files. * data/gconf-schemas/Makefile.am: Install GConf schemas in PKGDATADIR/gconf-schemas. * NEWS: Update NEWS before unstable release. Create a new data/actions subdirectory. * configure.ac: * data/Makefile.am: Updated accordingly. * data/actions/Makefile.am: * data/actions/README: New files. Move schemas into a new subdirectory data/gconf-schemas. * configure.ac: * data/Makefile.am: Updated accordingly. Move exports/ subdirectory into data/ tree. * configure.ac: * data/Makefile.am: Updated accordingly. * data/exports/Makefile.am: * data/exports/README: New files. * doc/nact/Makefile.am: Fix PDF installation. * src/core/na-object-profile.c (convert_pre_v3_parameters_str): %f used to be the name of the file (a basename), converts it to %b. 2010-08-13 Pierre Wieser * doc/api/nautilus-actions-sections.txt: * doc/api/nautilus-actions-docs.xml: New files. * src/io-desktop/nadp-desktop-file.c (nadp_desktop_file_set_locale_string): Write all available locales to have a chance another locale can get it. * Makefile.am: Build doc after src so that libraries are available when documenting them. * autogen.sh: * configure.ac: Implement gtk-doc and manuals generation. * doc/api/Makefile.am: Build gtk-doc for public API. * doc/nact/C/nact-conditions.xml: * doc/nact/C/nact-execution.xml: * doc/nact/C/nact-menus.xml: * doc/nact/C/nact-profiles.xml: * doc/nact/C/nact-sorting.xml: * doc/nact/C/nact-starting.xml: * doc/nact/C/nact-where.xml: * doc/nact/C/nautilus-actions-config-tool.xml: Update NACT user's manual. * doc/nact/Makefile.am: Implement manuals generation. * src/api/na-core-utils.h: * src/api/na-data-boxed.h: * src/api/na-data-types.h: * src/api/na-gconf-utils.h: * src/api/na-icontext.h: * src/api/na-iduplicable.h: * src/api/na-iimporter.h: * src/api/na-object-api.h: * src/api/na-object-id.h: * src/api/na-object-item.h: * src/core/na-core-utils.c: * src/core/na-data-boxed.c: * src/core/na-export-format.c: * src/core/na-export-format.h: * src/core/na-exporter.c: * src/core/na-exporter.h: * src/core/na-factory-object.c: * src/core/na-factory-object.h: * src/core/na-gconf-monitor.c: * src/core/na-gconf-utils.c: * src/core/na-iabout.h: * src/core/na-icontext.c: * src/core/na-ifactory-provider.c: * src/core/na-importer-ask.c: * src/core/na-io-provider.c: * src/core/na-iprefs.c: * src/core/na-object-id.c: * src/core/na-object-item.c: * src/core/na-object.c: * src/core/na-selected-info.c: * src/core/na-selected-info.h: Update comments to suits gtk-doc requirements. * COPYING-DOCS: * doc/nact/C/figures/nact-desktop-environment-frame.png: * doc/nact/C/figures/nact-exec-mode-frame.png: * doc/nact/C/figures/nact-execute-as-frame.png: * doc/nact/C/figures/nact-execution-environment-frame.png: * doc/nact/C/figures/nact-selection-count-frame.png: * doc/nact/C/figures/nact-startup-mode-frame.png: * doc/nact/C/figures/nact-target-location.png: * doc/nact/C/figures/nact-working-directory-frame.png: * doc/nact/C/figures/sort-asc.png doc/nact/C/figures/sort-desc.png: * doc/nact/C/figures/sort-manual.png: * m4/na-enable-manuals.m4: New files. 2010-08-10 Pierre Wieser * src/nact/nact-icommand-tab.c: No more check for a non-empty profile name. Allow writing of empty data. * src/api/na-data-boxed.h: * src/core/na-data-boxed.c (na_data_boxed_is_set): Removed function. (na_data_boxed_is_default): New function. * src/io-desktop/nadp-writer.c (nadp_writer_ifactory_provider_write_data): * src/io-gconf/nagp-writer.c (nagp_writer_write_data): * src/io-xml/naxml-writer.c (naxml_writer_write_data): Updated accordingly. * src/core/na-object-item-factory.c: * src/core/na-object-profile-factory.c: Remove useless log description for a fake data. * src/io-desktop/nadp-reader.c (nadp_reader_ifactory_provider_read_data): * src/io-xml/naxml-reader.c (read_data_boxed_from_node): Set NADataBoxed as soon as a value is found. Review pre- and post- write operations in I/O providers. * src/core/na-object-action.c: Cleanup the code. * src/core/na-object-item-factory.c: NAFO_DATA_IVERSION becomes unwritable. * src/io-desktop/nadp-writer.c: * src/io-gconf/nagp-writer.c: * src/io-xml/naxml-writer.c: Cleanup the code. Immediately reacts to a status change in I/O providers. * src/core/na-ipivot-consumer.c: * src/core/na-ipivot-consumer.h (na_ipivot_consumer_notify_of_io_provider_prefs_changed): New function. (on_io_provider_prefs_changed): New interface API. * src/core/na-pivot.c (monitor_runtime_preferences): Add a monitor on io-providers GConf branch. * src/nact/nact-main-window.c (ipivot_consumer_on_io_provider_prefs_changed): New function. Controls are not modifiable for a read-only item. * src/nact/nact-gtk-utils.c: * src/nact/nact-gtk-utils.h (nact_gtk_utils_set_initial_state, nact_gtk_utils_reset_initial_state): New functions. * src/nact/nact-icommand-tab.c (on_tab_updatable_selection_changed): Manage working directory browse button. * src/nact/nact-ienvironment-tab.c (on_tab_updatable_selection_changed): Manage try exec and show if running browse buttons. Manage desktop environment radio buttons. * src/nact/nact-iexecution-tab.c (on_tab_updatable_selection_changed): Manage execution mode radio buttons. * src/nact/nact-iproperties-tab.c (on_tab_updatable_selection_changed): Manage description text view. * src/nact/nact-match-list.c (on_key_pressed_event): Only insert/delete rows if item is editable. (on_must_match_toggled, on_must_not_match_toggled): Manage radio buttons. 2010-08-09 Pierre Wieser Review notification bufferization. * src/core/na-ipivot-consumer.c: * src/core/na-ipivot-consumer.h (na_ipivot_consumer_delay_notify): Removed function. (na_ipivot_consumer_allow_notify): New function. * src/nact/nact-main-menubar-file.c (nact_main_menubar_file_save_items): * src/nact/nact-main-window.c (instance_init): * src/plugin-menu/nautilus-actions.c (instance_init): Updated accordingly. * src/core/na-pivot.c (on_item_changed_timeout): * src/io-desktop/nadp-desktop-provider.c (on_monitor_timeout): * src/io-gconf/nagp-gconf-provider.c (config_path_changed_trigger_interface): Review the code. Fix XML import of localized vs. unlocalized profile label. * src/api/na-ifactory-object-data.h: * src/core/na-object-profile-factory.c: Define new NAFO_DATA_DESCNAME_NOLOC unlocalized profile label. * src/api/na-object-api.h (na_object_get_label_noloc): New macro. * src/io-xml/naxml-reader.c (naxml_reader_read_done): Deals with localized vs. unlocalized profile description name. Fix XML import of localized vs. unlocalized icons. * src/api/na-ifactory-object-data.h: * src/core/na-object-item-factory.c: Define new NAFO_DATA_ICON_NOLOC unlocalized icon name. * src/api/na-object-api.h (na_object_get_icon_noloc): New macro. * src/io-xml/naxml-reader.c (read_data_boxed_from_node): Only allocate a NADataBoxed for a non null value. (naxml_reader_read_done): Deals with localized/unlocalized icon name. * src/io-xml/naxml-reader.c (naxml_reader_read_start): Attach the profile to the action before trying to read it. * src/nact/nact-iexecution-tab.c (execution_mode_toggle): Fix sensitivity of startup fields vs. execution mode. * src/core/na-icontext.c (is_candidate_for_capabilities): Fix incorrect handling of capability conditions. * src/core/na-icontext.c (is_candidate_for_folders): Fix incorrect and optimize handling of folder conditions. * src/core/na-icontext.c (is_candidate_for_schemes): Fix incorrect and optimize handling of scheme conditions. * src/core/na-icontext.c (is_candidate_for_basenames): Fix incorrect handling of basename conditions. * src/core/na-icontext.c (is_candidate_for_mimetypes): Fix incorrect handling of mimetype conditions. * src/nact/nact-iaction-tab.c (on_icon_browse): Fix incorrect setting of GConf preference. * src/nact/nact-gtk-utils.c: * src/nact/nact-gtk-utils.h (nact_gtk_utils_get_pixbuf, nact_gtk_utils_render): Size parameter is actually of GtkIconSize type. 2010-08-07 Pierre Wieser * configure.ac: Bump version number after unstable release. Implement auto-save feature. * src/core/na-ipivot-consumer.c: * src/core/na-ipivot-consumer.h (on_autosave_changed): New interface. * src/core/na-iprefs.c: * src/core/na-iprefs.h (na_iprefs_read_uint): New function. * src/nact/nact-iprefs.c: * src/nact/nact-iprefs.h (nact_iprefs_read_uint): Removed function. * src/core/na-pivot.c (on_preferences_change): Trigger NAIPivotConsumer interface when autosave is changed. * src/nact/nact-main-menubar-file.c: * src/nact/nact-main-menubar-file.h (nact_main_menubar_file_set_autosave): New function. * src/nact/nact-main-window.c (ipivot_consumer_on_autosave_changed): Implement the new on_autosave_changed() NAIPivotConsumer interface. * src/nact/nact-preferences-editor.c (on_base_runtime_init_dialog): Replace nact_iprefs_read_uint() with na_iprefs_read_uint(). Setup auto-save in preferences. * data/nautilus-actions-prefs.schemas.in: Describe new auto-save-on and auto-save-period preference keys. * src/nact/nact-iprefs.c: * src/nact/nact-iprefs.h (nact_iprefs_read_uint, nact_iprefs_write_uint): New functions. IPREFS_AUTOSAVE_ON, IPREFS_AUTOSAVE_PERIOD: New preference keys. * src/nact/nact-preferences-editor.c: Update the new auto-save-on and auto-save-period preference keys. * src/nact/nact-preferences.ui: * src/nact/nautilus-actions-config-tool.ui: New preference frame. 2010-08-05 Pierre Wieser * src/api/na-core-utils.h: * src/core/na-core-utils.c (na_core_utils_str_get_first_word): Removed function. (na_core_utils_str_split_first_word): New function. * src/io-desktop/nadp-reader.c (nadp_reader_ifactory_provider_read_done): Split the Exec content to get Path and Parameters data. * src/core/na-object-profile-factory.c: Review the description of the NAFO_DATA_PARAMETERS data. * src/core/na-tokens.h: Update the comment. * po/POTFILES.in: Add src/core/na-tokens.c file. * src/core/na-tokens.c: * src/core/na-tokens.h (na_tokens_new_for_example): New function. * src/core/na-tokens.c (parse_singular): Implement %m and %M parameters for mimetypes. * src/nact/nact-icommand-tab.c (parse_parameters): Use a fake NATokens object to print an example of the command. * src/nact/nautilus-actions-config-tool.ui: Fix some labels. 2010-08-04 Pierre Wieser * src/core/na-tokens.c (is_singular_exec): Implement DES-EMA draft v 0.13 which defines irrelevant parameters. 2010-08-02 Pierre Wieser * src/nact/nact-gtk-utils.c (nact_gtk_utils_get_pixbuf): * src/nact/nact-iaction-tab.c (on_icon_changed): Fix bad reinitialization of the icon item. * doc/nact/C/figures/nact-basenames-tab.png: * doc/nact/C/figures/nact-capabilities-tab.png: * doc/nact/C/figures/nact-command-tab.png: * doc/nact/C/figures/nact-environment-tab.png: * doc/nact/C/figures/nact-execution-tab.png: * doc/nact/C/figures/nact-folders-tab.png: * doc/nact/C/figures/nact-legend.png: * doc/nact/C/figures/nact-main-empty.png: * doc/nact/C/figures/nact-mimetypes-tab.png: * doc/nact/C/figures/nact-new-capability.png: * doc/nact/C/figures/nact-preferences-export.png: * doc/nact/C/figures/nact-preferences-import.png: * doc/nact/C/figures/nact-preferences-io-providers.png: * doc/nact/C/figures/nact-preferences-runtime.png: * doc/nact/C/figures/nact-preferences-schemes.png: * doc/nact/C/figures/nact-preferences-ui.png: * doc/nact/C/figures/nact-properties-tab.png: * doc/nact/C/figures/nact-schemes-tab.png: Update all screenshots to include window decoration. * doc/nact/nautilus-actions-config-tool.omf.in: Change categorie and type of the NACT user's manual. * src/nact/nact-main-menubar.c: Change help menu item from Gtk default to Gnome (apparent) standard. * src/nact/nact-main-menubar-help.c (nact_main_menubar_help_on_help): Connect to Yelp. * configure.ac: Update comments. * src/nact/nact-add-capability-dialog.c (try_for_send_ok): * src/nact/nact-add-scheme-dialog.c (try_for_send_ok): * src/nact/nact-main-tab.c (nact_main_tab_is_page_enabled): Check that Gtk+ is more recent that 2.18 for gtk_widget_get_sensitive(). Split the NACT manual by chapter. * doc/nact/C/nact-usage.xml: * doc/nact/C/nact-prefs.xml: * doc/nact/C/nact-misc.xml: New files. * doc/nact/C/nautilus-actions-config-tool.xml: * doc/nact/Makefile.am: Updated accordingly. 2010-08-01 Pierre Wieser * nact/nact-iactions-list-bis.c (nact_iactions_list_bis_insert_items): A new NAObjectItem must be inserted before the current NAObjectItem. * doc/README: Define a global documentation plan. * doc/api/Makefile.am: * doc/api/version.xml.in: Define a stub for future public API documentation, targeting Nautilus-Actions plugins developers. * doc/internals/Makefile.am: Define a stub for future internal documentation, targeting Nautilus-Actions core developers. * doc/product/Makefile.am: Define a stub for future global Nautilus-Actions documentation. * configure.ac: * doc/Makefile.am: Updated accordingly. * doc/nact/ChangeLog: * doc/nact/nautilus-actions-config-tool.omf.in: New files. * doc/nact/C/articleinfo.xml: * doc/nact/C/legalnotice.xml: Included as external entities rather than from xi:include because of db2omf complains. * doc/nact/C/appendix-feedback.xml: * doc/nact/C/appendix-gnu-fdl-1.3.xml: Add DOCTYPE declaration. 2010-07-31 Pierre Wieser * src/nact/nautilus-actions-config-tool.ui: Review tooltips. * src/nact/nact-match-list.c (on_must_not_match_clicked): Fix incorrect column id. * src/nact/nact-match-list.c (sort_on_column): Display sort indicator. * src/nact/nact-match-list.c (on_must_match_toggled): Fix crash when defining a positive assertion. * src/core/na-icontext.c (is_candidate_for_capabilities): Implement the function. * src/core/na-selected-info.c: * src/core/na-selected-info.h (na_selected_info_is_executable, na_selected_info_is_owner, na_selected_info_is_readable, na_selected_info_is_writable): New function. * src/core/na-icontext.c (is_candidate_for_folders): Implement the function. * src/core/na-selected-info.c: * src/core/na-selected-info.h (na_selected_info_get_dirname): New function. * src/core/na-icontext.c (is_candidate_for_schemes): Implement the function. * src/core/na-icontext.c (is_candidate_for_selection_count): Implement the function. * src/io-desktop/nadp-reader.c (nadp_reader_ifactory_provider_read_start): Set minimal version number. 2010-07-30 Pierre Wieser * src/core/na-icontext.c (is_candidate_for_basenames): Unref the GPatternSpec after use. * src/core/na-icontext.c (is_candidate_for_basenames): Implement the function. * src/core/na-selected-info.c: * src/core/na-selected-info.h (na_selected_info_get_basename): New function. * configure.ac: Add a dependancy on libgtop. * src/core/na-icontext.c (is_candidate_for_show_if_running): Implement the function. 2010-07-29 Pierre Wieser * src/io-desktop/nadp-formats.c: * src/io-desktop/nadp-formats.h: New files. These should have been added to 2.99.0, but where forgotten. * docs/nact/Makefile.am: New file. * configure.ac: * docs/Makefile.am: Updated accordingly. Create NACT user's manual skeleton. * docs/nact/C/appendix-feedback.xml: * docs/nact/C/appendix-gnu-fdl-1.3.xml: * docs/nact/C/articleinfo.xml: * docs/nact/C/figures/nact-basenames-tab.png: * docs/nact/C/figures/nact-capabilities-tab.png: * docs/nact/C/figures/nact-command-tab.png: * docs/nact/C/figures/nact-environment-tab.png: * docs/nact/C/figures/nact-execution-tab.png: * docs/nact/C/figures/nact-folders-tab.png: * docs/nact/C/figures/nact-legend.png: * docs/nact/C/figures/nact-main-empty.png: * docs/nact/C/figures/nact-mimetypes-tab.png: * docs/nact/C/figures/nact-preferences-export.png: * docs/nact/C/figures/nact-preferences-import.png: * docs/nact/C/figures/nact-preferences-io-providers.png: * docs/nact/C/figures/nact-preferences-runtime.png: * docs/nact/C/figures/nact-preferences-schemes.png: * docs/nact/C/figures/nact-preferences-ui.png: * docs/nact/C/figures/nact-properties-tab.png: * docs/nact/C/figures/nact-schemes-tab.png: * docs/nact/C/figures/nat-new-capability.png: * docs/nact/C/index.xml: * docs/nact/C/legalnotice.xml: New files. Do some cleanup in NAObjectAction and NAObjectProfile code. Implement execution of singular vs. plural command forms. * src/api/na-object-action.h: * src/core/na-object-action.c (na_object_action_is_candidate): Removed function. * src/api/na-object-profile.h: * src/core/na-object-profile.c (na_object_profile_parse_parameters): Removed function. * src/core/na-tokens.c: * src/core/na-tokens.h (na_tokens_execute_action): New function. * src/plugin-menu/nautilus-actions.c (execute_action): Move action execution to NATokens class. * src/utils/nautilus-actions-run.c: Now use NATokens class. * doc/: Renamed as docs/ * configure.ac: * Makefile;am: Updated accordingly. * configure.ac: Bump the version number after release. 2010-07-28 Pierre Wieser * NEWS: Update NEWS before unstable release. * configure.ac: Bump the version number before unstable release. * src/io-desktop/nadp-module.c (na_extension_startup): Remove the #if/#endif macros to let the .desktop provider be released. * src/io-desktop/nadp-desktop-file.c: * src/io-desktop/nadp-desktop-file.h (nadp_desktop_file_new, nadp_desktop_file_get_key_file): New functions. * src/io-desktop/nadp-writer.c (nadp_writer_iexporter_export_to_buffer): Implement the function. Import/export .desktop files. * doc/export-format-id: Declare the new export format. * po/POTFILES.in: Add a file. * src/api/na-core-utils.h: * src/core/na-core-utils.c (na_core_utils_slist_add_message, na_core_utils_file_load_from_uri): New functions. * src/api/na-iimporter.h: * src/core/na-iimporter.c (na_iimporter_manage_import_mode): New function. * src/io-desktop/nadp-formats.c: * src/io-desktop/nadp-formats.h: New files. * src/io-desktop/Makefile.am: Updated accordingly. * src/io-desktop/nadp-desktop-file.c: * src/io-desktop/nadp-desktop-file.h (nadp_desktop_file_new_from_uri): New function. (nadp_desktop_file_get_key_file_path): Renamed as nadp_desktop_file_get_key_file_uri(). * src/io-desktop/nadp-desktop-provider.c: Declare NAIImporterInterface and NAIExporterInterface interfaces. * src/io-desktop/nadp-reader.c: * src/io-desktop/nadp-reader.h (nadp_reader_iimporter_import_from_uri): New function. * src/io-desktop/nadp-utils.c: * src/io-desktop/nadp-utils.h (nadp_utils_is_writable_file): Renamed as nadp_utils_uri_is_writable(). (nadp_utils_uri_delete): New function. * src/io-desktop/nadp-writer.c: * src/io-desktop/nadp-writer.h (nadp_writer_iexporter_export_to_buffer, nadp_writer_iexporter_export_to_file): New functions. * src/nact/nact-add-scheme-dialog.c: Prevent a default scheme to be inserted twice. * src/nact/nact-ischemes-tab.c: Use the current list of rows instead of the current schemes list. * src/nact/nact-match-list.c: Prevent a standard filter to be inserted twice. * src/api/na-core-utils.h: * src/core/na-core-utils.c (na_core_utils_slist_dump): Add a prefix parameter to the function. * src/core/na-data-boxed.c (slist_dump): * src/core/na-io-provider.c (na_io_provider_get_providers_list): * src/io-desktop/nadp-writer.c (nadp_writer_ifactory_provider_write_done): * src/nact/nact-match-list.c (nact_match_list_on_selection_changed): * src/test/test-reader.c (main): Updated accordingly. 2010-07-26 Pierre Wieser * src/api/na-core-utils.h: * src/core/na-core-utils.c (na_core_utils_slist_find): Moved to na_core_utils_slist_count. * src/core/na-icontext.c (is_candidate_for_show_in): * src/io-desktop/nadp-writer.c (nadp_writer_ifactory_provider_write_done): Updated accordingly. * src/nact/nact-match-list.c (on_filter_edited): Add g_return_if_fail checks on data and context. Prevent of inline edition of capabilities. * src/nact/nact-match-list.c: * src/nact/nact-match-list.h (nact_match_list_create_model): Add editable_filter input parameter. * src/nact/nact-match-list.c (nact_match_list_on_selection_changed): Only enable the column if filter and item are both editable. * src/nact/nact-ibasenames-tab.c: * src/nact/nact-icapabilities-tab.c: * src/nact/nact-ifolders-tab.c: * src/nact/nact-imimetypes-tab.c: * src/nact/nact-ischemes-tab.c: Updated accordingly. Prevent a capability to be inserted twice. * src/nact/nact-add-capability-dialog.c (on_button_press_event): On double-clic, check for OK sensitivity. * src/nact/nact-icapabilities-tab.c (on_add_clicked): Provide the dialog with our current content rather than current capabilities. * src/nact/nact-match-list.c: * src/nact/nact-match-list.h (nact_match_list_get_rows): New function. Fix parameters conversion to v3. * src/core/na-object-action.c (icontext_is_candidate): Fix comment and minor typo. * src/core/na-object-profile.c: * src/io-gconf/nagp-reader.c (convert_pre_v3_parameters): Move pre-v3 parameters conversion from GConf provider to profile class. * src/io-desktop/nadp-reader.c (nadp_reader_ifactory_provider_read_start): * src/io-gconf/nagp-reader.c (nagp_reader_read_start): * src/io-gconf/nagp-gconf-provider.c (ifactory_provider_iface_init): * src/io-gconf/nagp-reader.h: Now attach profile to its parent in 'read_start' interface. * src/io-desktop/nadp-reader.c (nadp_reader_ifactory_provider_read_done): * src/io-gconf/nagp-reader.c (nagp_reader_read_done): Homogeneïze the read_done functions. Move the reading of the subitems key for the desktop I/O provider from 'read_done' to 'read_start'. * src/io-desktop/nadp-reader.c: * src/io-desktop/nadp-reader.h (nadp_reader_ifactory_provider_read_start): New function. * src/io-desktop/nadp-desktop-provider.c: Updated accordingly. 2010-07-19 Pierre Wieser * src/api/na-object-item.h: * src/core/na-object-item.c (na_object_item_factory_write_start): Function is renamed as na_object_item_rebuild_children_slist(). * src/core/na-object-action.c: * src/core/na-object-menu.c: Updated accordingly. 2010-07-05 Pierre Wieser * src/nact/nact-icommand-tab.c (nact_icommand_tab_runtime_init_toplevel): Connect to delete-event signal to hide the GtkWindow. 2010-07-03 Pierre Wieser * src/nact/nact-add-capability-dialog.c (on_base_runtime_init_dialog): Doucle-click validates the dialog. * src/nact/nact-add-scheme-dialog.c (on_base_runtime_init_dialog): Doucle-click validates the dialog. * src/nact/nact-schemes-list.c (nact_schemes_list_create_model): Scheme keyword and description are editable in user preferences. 2010-07-02 Pierre Wieser * src/core/na-tokens.c (na_tokens_new_from_selection): Add a trace. * src/core/na-tokens.h: Fix minor typo. * src/plugin-menu/nautilus-actions.c: There should not be any need to keep a reference to our menu. * data/nautilus-actions-prefs.schemas.in: * src/core/na-iprefs.h: * src/core/na-importer-ask.c: * src/core/na-importer-ask.h: Define a new GConf preference 'keep last user choice'. * src/api/na-iimporter.h: * src/core/na-iimporter.c: from_uri() interface is renamed as import_from_uri(). Only define na_iimporter_import_from_uri() public API. * src/core/na-importer.c: * src/core/na-importer.h: Define here na_importer_import_from_list() internal API. * src/io-xml/naxml-provider.c: * src/io-xml/naxml-reader.c: * src/io-xml/naxml-reader.h: * src/nact/nact-assistant-import.c: * src/nact/nact-tree-model-dnd.c: * src/test/test-reader.c: Updated accordingly. * src/core/na-object-id.c (na_object_id_set_new_id): Fix object type test. * src/core/na-object-item.c (object_id_new_id): Fix minor typo. * src/core/na-object-profile.c (object_id_new_id): Fix order of validity test. Only get a new profile name when a new parent is provided. 2010-06-29 Pierre Wieser * src/nact/nact-tree-model-dnd.c (drop_uri_list): Make the code in adequation with the comment. * src/nact/nact-gtk-utils.c (nact_gtk_utils_get_pixbuf): Do not emit a warning when file is just not found. 2010-06-28 Pierre Wieser * src/io-desktop/nadp-writer.c (nadp_writer_ifactory_provider_write_data): Concatenate path and parameters fields to the Exec key. * src/nact/nact-assistant-import.c (has_readable_files): Get ride of warning messages in some usual situations. * src/nact/nact-main-menubar-file.c (nact_main_menubar_file_save_items): Force sensitivities update when new tree store is empty. * src/core/na-iduplicable.c (na_iduplicable_check_status): * src/core/na-object.c (na_object_object_unref): Review debug messages. * src/core/na-pivot.c: * src/core/na-pivot.h (na_pivot_set_new_items): New function. * src/nact/nact-main-menubar-file.c (save_item): Duplicate all current tree store to a new pivot. 2010-06-23 Pierre Wieser * src/nact/nact-ienvironment-tab.c (on_tab_updatable_selection_changed): * src/nact/nact-iexecution-tab.c (on_tab_updatable_selection_changed): Radio buttons are inconsistent if and only if there is no context. * src/nact/nact-tree-model.c (dump_store): Also dumps origin. * src/core/na-updater.c (na_updater_remove_item): Do not unref here removed item. Also remove item from non level zero parent. * src/nact/nact-main-window.c (actually_delete_item): Updated accordingly. * src/core/na-icontext.c (is_candidate_for_try_exec): Do not try to get info for non existing file. 2010-06-21 Pierre Wieser * src/core/na-icontext.c (is_candidate_for_show_in): Implement the check of the environment (though not yet the desktop detection). * src/nact/nact-iaction-tab.c: * src/nact/nact-ibasenames-tab.c: * src/nact/nact-icommand-tab.c: * src/nact/nact-ienvironment-tab.c: * src/nact/nact-iexecution-tab.c: * src/nact/nact-iproperties-tab.c: * src/nact/nact-match-list.c: Reset all fields to an empty value when there is no selection. * src/nact/nact-main-tab.h: * src/nact/nautilus-actions-config-tool.ui: Move the Execution tab just besides the Command one. 2010-06-20 Pierre Wieser * src/core/na-object.c (na_object_object_unref): Fix infinite unref of child items. * src/nact/nact-tree-model.c (nact_tree_model_display): Set debug messages. 2010-06-18 Pierre Wieser * src/core/na-object.c (na_object_object_unref): Fix segfault when unfiltering invalid items. * src/core/na-object-item-factory.c: Numeric version is no more writable by default. * src/io-gconf/nagp-keys.h: * src/io-gconf/nagp-writer.c (nagp_writer_write_start): Explicitely write the numeric version to GConf. * src/core/na-object-item-factory.c: Provider data is no more duplicable by NAIFactoryObject. * src/core/na-object-item.c (object_copy): Explicitely triggers NAIOProvider::duplicate_data method. * src/io-desktop/nadp-desktop-provider.c (iio_provider_iface_init): * src/io-desktop/nadp-writer.c: * src/io-desktop/nadp-writer.h (nadp_iio_provider_duplicate_data): Implement NAIIOProvider::duplicate_data interface. * src/io-gconf/nagp-gconf-provider.c (iio_provider_iface_init): Initialize NAIIOProvider duplicate_data() virtual pointer. * src/api/na-iio-provider.h: * src/core/na-iio-provider.c (duplicate_data): * src/core/na-io-provider.c: * src/core/na-io-provider.h (na_io_provider_duplicate_data): Define new NAIIOProvider interface. 2010-06-17 Pierre Wieser * src/api/na-iio-provider.h: * src/core/na-iio-provider.c (na_iio_provider_item_changed): Remove useless item id parameter. * src/core/na-ipivot-consumer.c (is_notify_allowed): Set a higher delay (1s to 2s) before notifying NAPivot because of the delay of file monitoring. * src/nact/nact-clipboard.c (export_objects): Remove unused dest_folder parameter. * src/nact/nact-tree-model-dnd.c (nact_tree_model_dnd_imulti_drag_source_drag_data_get): Get destination folder as an URI. * src/nact/nact-iaction-tab.c: Fix invalid cast of NAObjectMenu to NAObjectAction. * src/nact/nact-sort-buttons.c: * src/nact/nact-sort-buttons.h (nact_sort_buttons_enable_buttons): New function. * src/nact/nact-main-menubar.c (on_iactions_list_count_updated): Enable/disable sort buttons depending of items list count. * src/api/na-object-api.h (na_object_get_shortcut, na_object_set_shortcut): New macros. * src/nact/nact-iproperties-tab.c: Review NactIPropertiesTab page. * src/api/na-object-api.h (na_object_get_execution_mode, na_object_get_startup_notify, na_object_get_startup_class, na_object_get_execute_as, na_object_set_execution_mode, na_object_set_startup_notify, na_object_set_startup_class, na_object_set_execute_as): New macros. * src/core/na-object-profile-factory.c: Change type of execution mode from uint to string. * src/nact/nact-iexecution-tab.c: Implement NactIExecutionTab page. * src/nact/nact-ienvironment-tab.c: Implement NactIEnvironmentTab page. 2010-06-16 Pierre Wieser * src/nact/nact-gtk-utils.c: * src/nact/nact-gtk-utils.h (nact_gtk_utils_select_file, nact_gtk_utils_select_dir): New functions. * src/nact/nact-icommand-tab.c: Updated accordingly. * src/api/na-core-utils.h: * src/core/na-core-utils.c (na_core_utils_slist_setup_element): New function. * src/api/na-icontext.h: * src/core/na-icontext.c (na_icontext_set_only_desktop, na_icontext_set_not_desktop): New functions. * src/api/na-object-api.h (na_object_set_only_desktop, na_object_set_not_desktop): New macros. * src/nact/nact-ienvironment-tab.c: Implement desktop choice. * src/nact/nact-icapabilities-tab.c: * src/nact/nautilus-actions-config-tool.ui: Review NactICapabilitiesTab page. * src/nact/nact-ischemes-tab.c: Review NactISchemesTab page. * src/nact/nact-ifolders-tab.c: Review NactIFoldersTab page. * src/nact/nact-ibasenames-tab.c: Review NactIBasenamesTab page. * src/nact/nact-match-list.c: * src/nact/nact-match-list.h (nact_match_list_on_enable_tab): Removed function. * src/nact/nact-icommand-tab.c: * src/nact/nact-icommand-tab.h: Review NactICommandTab page. * src/core/na-object-action-factory.c: Fix comment. * src/nact/nact-iaction-tab.c: * src/nact/nact-iaction-tab.h: Homogeneïse the code. 2010-06-15 Pierre Wieser * src/nact/nact-main-tab.c: * src/nact/nact-main-tab.h (nact_main_tab_get_context): New function. * src/nact/nact-iaction-tab.c: * src/nact/nact-ibasenames-tab.c: * src/nact/nact-icapabilities-tab.c: * src/nact/nact-ienvironment-tab.c: * src/nact/nact-ifolders-tab.c: * src/nact/nact-imimetypes-tab.c: * src/nact/nact-ischemes-tab.c: * src/nact/nact-main-tab.h: * src/nact/nact-main-window.c: Remove irrelevant TAB_UPDATABLE_SIGNAL_ENABLE_TAB signal. * src/nact/nact-match-list.c: Do not try to get filters when there is no current context. * src/nact/nact-main-window.c: Do not mark the application as modified when list is empty. * src/nact/nact-iaction-tab.c: * src/nact/nact-ibasenames-tab.c: * src/nact/nact-icapabilities-tab.c: * src/nact/nact-icommand-tab.c: * src/nact/nact-ienvironment-tab.c: * src/nact/nact-ifolders-tab.c: * src/nact/nact-iproperties-tab.c: * src/nact/nact-ischemes-tab.c: * src/nact/nact-main-menubar-edit.c: * src/nact/nact-main-menubar-file.c: * src/nact/nact-main-tab.h: * src/nact/nact-main-window.c: * src/nact/nact-match-list.c: Rename main properties. * src/nact/nact-main-tab.h: * src/nact/nact-main-window.c: Remove unused PROP_SELECTED_ROW property. * po/POTFILES.in: Add src/nact/nact-ienvironment-tab.c file. * src/nact/nact-ienvironment-tab.c: Connect signals. 2010-06-14 Pierre Wieser * src/core/na-icontext-factory.c: Change default capabilities to empty list. * src/nact/nact-add-capability-dialog.c: * src/nact/nact-add-capability-dialog.h: * src/nact/nact-add-capability.ui: New files. * po/POTFILES.in: * src/nact/Makefile.am: Updated accordingly. * src/nact/nact-match-list.c: * src/nact/nact-match-list.h (nact_match_list_create_model): Add match_header parameter. * src/nact/nact-ibasenames-tab.c: * src/nact/nact-icapabilities-tab.c: * src/nact/nact-ifolders-tab.c: * src/nact/nact-imimetypes-tab.c: * src/nact/nact-ischemes-tab.c: Updated accordingly. 2010-06-13 Pierre Wieser * src/nact/nact-match-list.c: * src/nact/nact-match-list.h (nact_match_list_create_model): Add on_add_clicked callback parameter. * src/nact/nact-ibasenames-tab.c: * src/nact/nact-ifolders-tab.c: * src/nact/nact-imimetypes-tab.c: * src/nact/nact-ischemes-tab.c: Updated accordingly. * src/nact/nact-iaction-tab.c: Use gtk_bin_get_child() function instead of GTK_BIN()->child. * po/POTFILES.in: Add src/nact/nact-icapabilities-tab.c, src/nact/nact-ischemes-tab.c. Remove src/nact/nact-iconditions-tab.c. * src/api/na-core-utils.h: * src/core/na-core-utils.c (na_core_utils_selcount_get_ope_int): New function. * src/nact/nact-icapabilities-tab.c: Implement selection count. 2010-06-11 Pierre Wieser * src/api/na-icontext.h: * src/core/na-icontext.c (na_icontext_is_all_mimetypes): New function. * src/api/na-object-api.h: Define new getters/setters. * src/core/na-icontext-factory.c: * src/core/na-object-item-factory.c: Fix comments. * src/io-gconf/nagp-reader.c: Convert pre-v3 is_multiple, is_file and is_dir parameters. 2010-06-10 Pierre Wieser * configure.ac: Bump post-release version number. * Changelog: Update NEWS before release. * configure.ac: Bump pre-release version number. * src/core/na-iabout.c: Update copyright notice. 2010-06-09 Pierre Wieser * src/api/na-core-utils.h: * src/api/na-core-utils.c (na_core_utils_slist_find_negated): New function. * src/nact/nact-add-scheme-dialog.c: * src/nact/nact-add-scheme-dialog.h: New files. * src/nact/Makefile.am: Updated accordingly. * src/nact/nact-main-menubar.c: Update test for Gtk+ version. * src/nact/nact-match-list.c: * src/nact/nact-match-list.h: Remove on_add callback. * src/nact/nact-ibasenames-tab.c: * src/nact/nact-ifolders-tab.c: * src/nact/nact-imimetypes-tab.c: * src/nact/nact-ischemes-tab.c: * src/nact/nact-preferences-editor.c: Updated accordingly. * src/nact/nact-schemes-list.c: * src/nact/nact-schemes-list.h (nact_schemes_list_show_all, nact_schemes_list_get_current_scheme): New functions. 2010-06-07 Pierre Wieser * src/nact/nact-add-scheme.ui: New file. * po/POTFILES.in: * src/nact/Makefile.am: Updated accordingly. 2010-06-04 Pierre Wieser * src/api/na-object-api.h: Reorganization. * src/core/na-icontext-factory.c: Set schemes default to '*'. * src/nact/nact-icommand-tab.c: Get schemes from current object. * src/nact/nact-ischemes-tab.c: * src/nact/nact-ischemes-tab.h: Take advantage of new nact_match_list_xxx functions. * src/api/na-object-api.h: * src/api/na-ifactory-object-data.h: * src/core/na-object-profile-factory.c: Add NAFO_DATA_WORKING_DIR data. * src/core/na-factory-object.c: * src/core/na-factory-object.h (na_factory_object_get_default): New function. * src/nact/nact-icommand-tab.c: Implement working directory. * src/nact/nact-imimetypes-tab.c: Take advantage of new nact_match_list_xxx functions. * src/nact/nact-match-list.c: * src/nact/nact-match-list.h: New files. * src/nact/Makefile.am: Updated accordingly. * src/nact/base-window.c: * src/nact/base-window.h (base_window_signal_connect_with_data): New function. * src/nact/nact-ibasenames-tab.c: Take advantage of new nact_match_list_xxx functions. 2010-06-03 Pierre Wieser * src/nact/nact-ibasenames-tab.c: Implement NactIBasenamesInterface interface. 2010-06-02 Pierre Wieser * src/nact/nautilus-actions-config-tool.ui: * src/nact/nact-ibasenames-tab.c: Define basename new conditions skeleton. * src/nact/nact-icapabilities-tab.c: * src/nact/nact-icapabilities-tab.h: Define NactICapabilitiesInterface interface. * src/nact/Makefile.am: * src/nact/nact-main-tab.h: * src/nact/nact-main-window.c: Updated accordingly. 2010-05-30 Pierre Wieser * src/nact/nact-ibasenames-tab.c: * src/nact/nact-ibasenames-tab.h: Define NactIBasenamesTabInterface interface. * src/nact/nact-icommand-tab.c: No more include removed nact-iconditions-tab.h file. * src/nact/nact-ienvironment-tab.c: * src/nact/nact-ienvironment-tab.h: Define NactIEnvironmentTabInterface interface. * src/nact/nact-iexecution-tab.c: * src/nact/nact-iexecution-tab.h: Define NactIExecutionTabInterface interface. * src/nact/nact-ifolders-tab.c (on_tab_updatable_selection_changed): * src/nact/nact-ischemes-tab.c (on_tab_updatable_selection_changed): tab_set_sensitive() returned value is not used here. * src/nact/nact-imimetypes-tab.c: * src/nact/nact-imimetypes-tab.h: Define NactIMimetypesTabInterface interface. * src/nact/nact-iproperties-tab.c (on_tab_updatable_selection_changed): Set a mnemonic in the tab label. * src/nact/nact-main-tab.h: * src/nact/nact-main-window.c: Add the four new tabs, remove the old one. * src/nact/nautilus-actions-config-tool.ui: Fix some size groups. 2010-05-29 Pierre Wieser * configure.ac: Define GSEAL_ENABLED. * src/nact/nautilus-actions-config-tool.ui: Implement all new fields. 2010-05-26 Pierre Wieser * src/api/na-core-utils.h: * src/core/na-core-utils.c (na_core_utils_dir_split_ext): New function. * src/core/na-tokens.h: * src/core/na-tokens.c: New files. * src/core/Makefile.am: Udated accordingly. * src/plugin-menu/nautilus-actions.c: Expand tokens which may embed parameters. 2010-05-20 Pierre Wieser * src/io-gconf/nagp-reader.c (read_done_profile_attach_profile): Migrate old v2 parameters to v3. * src/core/na-object-action.c (deals_with_version): Setup a version number if not already set. * src/core/na-object-action.c (convert_pre_v2_action): Renamed as convert_v1_to_v2. * src/api/na-data-def.h: Add write_if_default. * src/core/na-icontext-factory.c: * src/core/na-object-action-factory.c: * src/core/na-object-id-factory.c: * src/core/na-object-item-factory.c: * src/core/na-object-profile-factory.c: Update all data structures. * src/io-desktop/nadp-writer.c (nadp_writer_ifactory_provider_write_data): * src/io-gconf/nagp-writer.c (nagp_writer_write_data): * src/io-xml/naxml-writer.c (naxml_writer_write_data): Updated accordingly. * src/io-desktop/nadp-reader.c (nadp_reader_ifactory_provider_read_start): Removed function. 2010-05-17 Pierre Wieser * configure.ac: Fix typo. * src/core/na-core-utils.c (na_core_utils_slist_from_array): Strip the strings extracted from the array. * src/core/na-factory-object.c (na_factory_object_are_equal): Dump the data when different. * src/nact/nact-main-menubar-file.c (nact_main_menubar_file_save_items): Add a debug message. * src/api/na-object-api.h (na_object_set_last_version): * src/api/na-object-action.h: * src/core/na-object-action.c (na_object_action_set_last_version): New functions. * src/core/na-object-action.c (convert_pre_v2_action): Reset action to last version number after conversion from pre-v2. * src/core/na-object-profile.c (na_object_profile_parse_parameters): Do not add extraneous blanks when parsing parameters. * configure.ac: Post release bump version number. * src/io-desktop/nadp-reader.c (read_done_load_profiles): Do not reload already loaded profiles. Just ignore non-referenced profiles. * src/io-gconf/nagp-reader.c (read_done_action_load_profiles_from_list): Do not reload already loaded profiles. * src/utils/nautilus-actions-new.c: Factorize error message to make translation easier. * src/utils/nautilus-actions-run.c: Mark two new strings for translation. * src/core/na-object-action-factory.c: No more set a string version. * src/io-gconf/nagp-reader.c (read_done_profile_attach_profile): Test both string and integer versions. 2010-05-12 Pierre Wieser * src/api/na-icontext.h: * src/core/na-icontext.c (na_icontext_have_all_mimetypes): Removed function. (na_icontext_read_done): New function. * src/core/na-object-action.c: * src/core/na-object-menu.c: * src/core/na-object-profile.c: Updated accordingly. * src/api/na-object-api.h (na_object_get_iversion, na_object_set_iversion): New functions. * src/core/na-icontext-factory.c: * src/core/na-object-item-factory.c: Adjustments on default values. * src/io-gconf/nagp-reader.c (read_done_profile_attach_profile): Convert pre-v3 parameters. * src/plugin-menu/nautilus-actions.c: Adjust NautilusMenuProvider interface. 2010-05-10 Pierre Wieser Monitor .desktop files and directories. * src/io-desktop/nadp-monitor.c: * src/io-desktop/nadp-monitor.h: New files. * src/io-desktop/Makefile.am: Updated accordingly. * src/io-desktop/nadp-desktop-provider.c: * src/io-desktop/nadp-desktop-provider.h (nadp_desktop_provider_add_monitor, nadp_desktop_provider_on_monitor_event, nadp_desktop_provider_release_monitors): New functions. * src/io-desktop/nadp-reader.c (get_list_of_desktop_paths): Installs a monitor for each candidate directory. 2010-05-03 Pierre Wieser * src/api/na-icontext.h: * src/api/na-ifactory-object-data.h: * src/api/na-object-api.h: * src/core/na-icontext-factory.c: * src/core/na-icontext.c: Define new NAFO_DATA_ALL_MIMETYPES data, set to TRUE when the context is to be selected for all mimetypes. * src/core/na-object-action.c: * src/core/na-object-menu.c: * src/core/na-object-profile.c: * src/plugin-menu/nautilus-actions.c: All objects implement NAIContextInterface. * src/nact/nact-iconditions-tab.c (na_object_is_matchcase): Renamed as na_object_get_matchcase(). * src/core/na-object-profile.c (na_object_profile_parse_parameters): Do not add extraneous blanks when parsing parameters. 2010-04-19 Pierre Wieser * src/api/na-ifactory-object-data.h: * src/api/na-object-profile.h: * src/core/na-icontext-factory.c: * src/core/na-object-action-factory.c: * src/core/na-object-item-factory.c: * src/core/na-object-menu-factory.c: * src/core/na-object-profile-factory.c: Define all new data, new parameters, and include context information to actions and menus. * src/api/na-core-utils.h: * src/core/na-core-utils.c (na_core_utils_slist_from_array): Fix leading and trailing spaces management. 2010-04-18 Pierre Wieser * src/api/na-ifactory-object-data.h: * src/core/na-object-item-factory.c: Define new NAFO_DATA_SHORTCUT data. 2010-04-15 Pierre Wieser * src/nact/nact-schemes-list.c (insert_new_row): Rewrite row insertion; do not insert a - non-editable - description. * src/nact/nact-preferences.ui: Fix typo. * src/io-gconf/nagp-keys.h: Remove unused GConf entry keys. * src/io-gconf/nagp-writer.c (nagp_iio_provider_is_willing_to_write): Force GConf sync to get ride of 'foo' entry. 2010-04-14 Pierre Wieser * NEWS: Update before release. * configure.ac: Bump version number before release. * src/core/na-selected-info.h: * src/core/na-selected-info.c (na_selected_info_get_name): Renamed as na_selected_info_get_path. * src/core/na-icontext.c (is_current_folder_inside, is_target_selection_candidate): Updated accordingly. * src/core/na-object-profile.c (na_object_profile_parse_parameters): Do not try to deal with null values. * src/plugin-menu/nautilus-actions.c (create_item_from_profile): Duplicate the candidate profile, set the parent to null. * src/core/na-selected-info.c (na_selected_info_get_location): Increment the reference count of the returned location. * src/core/na-gconf-utils.c (dump_entry): Do not try to dump a null value. * src/core/na-selected-info.c (dump): New function. (na_selected_info_create_for_uri): Accepts a mimetype. * src/plugin-tracker/na-tracker-dbus.c (na_tracker_dbus_get_selected_paths): Also sends the mimetype. 2010-04-13 Pierre Wieser * po/POTFILES.in: Adding src/nact/nact-iconditions-tab.c file. * src/api/na-ifactory-object-data.h: * src/core/na-icontext-factory.c: Adding NAFO_DATA_SELECTION_COUNT data, obsoleting NAFO_DATA_MULTIPLE. * src/nact/nact-iconditions-tab.c: * src/nact/nautilus-actions-config-tool.ui: Adding required entries for SelectionCount data. 2010-04-12 Pierre Wieser * src/plugin-menu/Makefile.am: * src/plugin-tracker/Makefile.am: Fix incorrect log domains. * po/POTFILES.in: Add src/nact/nact-iproperties-tab.c file. * src/nact/nautilus-actions-config-tool.ui: Adjust vertical paddings. "Advanced conditions" tab is renamed as "Schemes". * src/nact/nact-iadvanced-tab.c: Renamed as src/nact/nact-ischemes-tab.c. * src/nact/nact-iadvanced-tab.h: Renamed as src/nact/nact-ischemes-tab.h. * src/nact/Makefile.am: * src/nact/nact-icommand-tab.c: * src/nact/nact-main-tab.h: * src/nact/nact-main-window.c: Updated accordingly. Move item properties to their own tab. * src/nact/nact-iproperties-tab.c: * src/nact/nact-iproperties-tab.h: New files. * src/nact/Makefile.am: * src/nact/nact-iaction-tab.c: * src/nact/nact-main-tab.h: * src/nact/nact-main-window.c: * src/nact/nautilus-actions-config-tool.ui: Updated accordingly. 2010-04-09 Pierre Wieser * NEWS: Updated. * src/nact/nact-sort-buttons.c (set_new_sort_order): Do not rewrite in GConf a just-readen sort order. * src/io-gconf/nagp-writer.c (nagp_iio_provider_delete_item): Also delete the schema names which may be embedded in GConfEntry. * src/api/na-gconf-utils.h: * src/core/na-gconf-utils.c (na_gconf_utils_dump_entries): New function. * src/io-gconf/nagp-reader.c (read_item): Dump content of readen entries. * src/io-gconf/nagp-gconf-provider.c (install_monitors): Also monitors schemas to be triggered when importing a schema. * configure.ac: Bump version number for release. * src/nact/nact-iaction-tab.c (on_icon_browse): Save current position and folder of icon chooser. 2010-04-08 Pierre Wieser * src/core/na-object-profile.c (is_valid_path_parameters): Only check for non-empty path+parameters (fix #614596). * src/nact/nact-sort-buttons.c (on_sort_down_button_toggled, on_sort_manual_button_toggled, on_sort_up_button_toggled): Do not let the user click twice on a sort button. * src/nact/nact-main-window.c (setup_dialog_title): Review/normalize debug entry message. * src/nact/nact-ifolders-tab.c (on_add_folder_clicked): Folders list is definitively a list of paths (not URI). * src/api/na-core-utils.h: * src/core/na-core-utils.c (na_core_utils_str_collate): New function. * src/core/na-data-boxed.c (locale_are_equal): * src/core/na-object-action.c (deals_with_toolbar_label): * src/core/na-object-id.c (na_object_id_sort_alpha_asc): * src/io-desktop/nadp-utils.c (nadp_utils_gslist_remove_from): * src/nact/base-builder.c (already_loaded): Updated accordingly. * src/api/na-gconf-utils.h: * src/core/na-gconf-utils.c (na_gconf_utils_has_entry): Check for an entry in the previously loaded list. * src/io-gconf/nagp-reader.c (read_item): First check for Type default value. (read_item, read_done_item_is_writable, read_done_action_load_profile): Load entries. * src/nact/nact-iaction-tab.c (on_tab_updatable_selection_changed): * src/nact/nact-icommand-tab.c (on_tab_updatable_selection_changed): Protect gtk_ functions against null values. * src/plugin-menu/Makefile.am: Rename plugin to libnautilus-actions-menu. * src/io-desktop/nadp-reader.c (item_from_desktop_path): First check Type for default value. 2010-04-07 Pierre Wieser * src/nact/nact-gtk-utils.c: * src/nact/nact-gtk-utils.h (nact_gtk_utils_get_pixbuf): Render an icon for a given widget. (nact_utils_render): New function. * src/nact/nact-iaction-tab.c (on_icon_changed): * src/nact/nact-main-statusbar.c (nact_main_statusbar_set_locked): * src/nact/nact-tree-model.c (display_item): Updated accordingly. 2010-04-02 Pierre Wieser * configure.ac: * src/nact/nact-main-tab.c (nact_main_tab_is_page_enabled): GTK_WIDGET_IS_SENSITIVE is deprecated starting from gtk 2.20. * src/core/na-core-utils.c (na_core_utils_file_exists): * src/io-xml/naxml-writer.c (output_xml_to_file): Takes an URI as the filename. 2010-04-01 Pierre Wieser * src/api/na-icontextual.h: Renamed as src/api/na-icontext.h. * src/core/na-icontextual.c: Renamed as src/core/na-icontext.c. * src/core/na-icontextual-factory.c: Renamed as src/core/na-icontext-factory.c. * po/POTFILES.in: * src/api/Makefile.am: * src/api/na-icontext.h: * src/api/na-object-api.h: * src/core/Makefile.am: * src/core/na-icontext.c: * src/core/na-object-action.c: * src/core/na-object-profile.c: * src/plugin-menu/nautilus-actions.c: * src/utils/nautilus-actions-run.c: Updated accordingly. * src/api/na-object-api.h (na_object_prepare_for_paste): * src/core/na-object-id.c (na_object_id_prepare_for_paste): Parent is not always an action, may be a menu. * src/io-desktop/nadp-desktop-file.c (nadp_desktop_file_get_file_type): Do not emit a warning if Type is not found in the .desktop file. * src/core/na-core-utils.c (na_core_utils_slist_to_array): Fix built of array. * src/io-desktop/nadp-keys.h: Set back action (resp. menu) Type to Action (resp. Menu). * src/nact/nautilus-actions-config-tool.ui: Insert a scrolled window as text view parent. * src/io-desktop/nadp-desktop-file.c (check_key_file): Only write a debug message if file is hidden. 2010-03-29 Pierre Wieser * src/nact/nact-gtk-utils.c (nact_gtk_utils_set_editable): Take into account new GtktextView widget. * src/io-desktop/nadp-writer.c (nadp_iio_provider_write_item): Remove groups which no longer exist. * src/io-desktop/nadp-reader.c (read_done_load_profiles): Free string lists. * src/io-desktop/nadp-desktop-file.c: * src/io-desktop/nadp-desktop-file.h (nadp_desktop_file_remove_profile): New function. * src/io-desktop/nadp-desktop-file.c (nadp_desktop_file_get_profiles): Fix allocation of profile id. * src/io-desktop/nadp-desktop-file.c: * src/io-desktop/nadp-desktop-file.h (nadp_desktop_file_remove_key): New function. * src/io-desktop/nadp-writer.c (nadp_iio_provider_write_item): Remove key when it is no more set. * src/api/na-object-api.h (na_object_get_description, na_object_set_description): New macros. * src/nact/nact-iaction-tab.c: * src/nact/nautilus-actions-config-tool.ui: Add description entry. * src/io-desktop/nadp-keys.h: Remove unused keys. * src/io-desktop/nadp-reader.c (nadp_reader_ifactory_provider_read_done): Explicitly read subitems string list. * src/io-desktop/nadp-desktop-provider.c (ifactory_provider_iface_init): * src/io-desktop/nadp-writer.c: * src/io-desktop/nadp-writer.h (nadp_writer_ifactory_provider_write_done): New function: explicitly write subitems string list for actions and menus. 2010-03-28 Pierre Wieser * src/api/na-data-boxed.h: * src/core/na-data-boxed.c (na_data_boxed_set_default): Removed function. * src/core/na-factory-object.c (set_defaults_iter): Only set a default value when the box has not been yet allocated. * src/api/na-ifactory-object.h: * src/core/na-ifactory-object.c (na_ifactory_object_get_data_groups): New function. * src/core/na-object-item-factory.c: * src/core/na-object-action.c (instance_init): * src/core/na-object-menu.c (instance_init): No more instantiate 'type' data box. * src/core/na-object-item-factory.c: NAFO_DATA_TYPE is no more automatically readen nor written. * src/io-desktop/nadp-desktop-provider.c (ifactory_provider_iface_init): Implement data writing. * src/io-desktop/nadp-keys.c: * src/io-desktop/nadp-keys.h (nadp_keys_get_group_and_key): Removed function. * src/io-desktop/nadp-reader.c (item_from_desktop_path): Test default value first. (nadp_reader_ifactory_provider_read_data): Use new desktop_entry field. * src/io-desktop/nadp-writer.c: * src/io-desktop/nadp-writer.h (nadp_writer_ifactory_provider_write_start, nadp_writer_ifactory_provider_write_data): New functions. * src/io-gconf/nagp-writer.c (nagp_writer_write_start): Explicitely write item type. * src/io-desktop/nadp-desktop-file.c: * src/io-desktop/nadp-desktop-file.h (nadp_desktop_file_set_boolean, nadp_desktop_file_set_locale_string, nadp_desktop_file_set_string, nadp_desktop_file_set_string_list, nadp_desktop_file_set_uint): New functions. * src/api/na-core-utils.h: * src/core/na-core-utils.c (na_core_utils_slist_to_array): New function. 2010-03-26 Pierre Wieser * src/api/na-data-def.h: * src/core/na-icontextual-factory.c: * src/core/na-object-id-factory.c: * src/core/na-object-item-factory.c: * src/core/na-object-action-factory.c: * src/core/na-object-profile-factory.c: Define the key for .desktop file. * src/io-gconf/nagp-writer.c (nagp_writer_write_data): Remove blank line. * src/io-desktop/nadp-desktop-provider.c: * src/io-desktop/nadp-reader.c: * src/io-desktop/nadp-reader.h (nadp_reader_ifactory_provider_read_start): Removed unused function. * src/io-desktop/nadp-desktop-file.c: * src/io-desktop/nadp-desktop-file.h (check_key_file): Check that we don't have a 'Hidden=true' key. (nadp_desktop_file_get_profiles): New function. * src/io-desktop/nadp-desktop-provider.c: * src/io-desktop/nadp-desktop-provider.h: Move reader functions and structure to nadp-reader.c. * src/io-desktop/nadp-keys.h: Relabel type of items in .desktop file (cf. draft 0.9). * src/io-desktop/nadp-reader.c: * src/io-desktop/nadp-reader.h: Read profiles present in the .desktop file. 2010-03-26 Pierre Wieser * src/io-desktop/nadp-desktop-file.c: * src/io-desktop/nadp-desktop-file.h (check_key_file): Check that we don't have a 'Hidden=true' key. (nadp_desktop_file_get_profiles): New function. * src/io-desktop/nadp-desktop-provider.c: * src/io-desktop/nadp-desktop-provider.h: Move reader functions and structure to nadp-reader.c. * src/io-desktop/nadp-keys.h: Relabel type of items in .desktop file (cf. draft 0.9). * src/io-desktop/nadp-reader.c: * src/io-desktop/nadp-reader.h: Read profiles present in the .desktop file. 2010-03-26 Pierre Wieser * configure.ac: Bump version number for data branch. 2010-03-26 Pierre Wieser Releasing 2.30.0. 2010-03-25 Pierre Wieser * src/nact/nact-main-menubar-edit.c: * src/nact/nact-main-menubar-edit.h: * src/nact/nact-main-menubar-file.c: * src/nact/nact-main-menubar-file.h: * src/nact/nact-main-menubar-view.c: * src/nact/nact-main-menubar-view.h: New files. * po/POTFILES.in: * src/nact/Makefile.am: Updated accordingly. * src/nact/nact-main-window.c (ipivot_consumer_on_mandatory_prefs_changed): Implement NAIPivotConsumer notification. * src/nact/nact-sort-buttons.c: * src/nact/nact-sort-buttons.h (nact_sort_buttons_level_zero_writability_change): Enable/disable the buttons depending of the level zero writability status. 2010-03-24 Pierre Wieser * src/core/na-ipivot-consumer.c (na_ipivot_consumer_notify_of_mandatory_prefs_changed) : New function. (on_mandatory_prefs_changed): New interface API. * src/core/na-pivot.c (monitor_runtime_preferences): Monitor the mandatory preferences set by the admin. * src/nact/nact-main-window.c (ipivot_consumer_iface_init): * src/plugin-menu/nautilus-actions.c (ipivot_consumer_iface_init): For now, only declare NULL implementations. * src/nact/nact-preferences-editor.c (on_base_runtime_init_dialog): * src/nact/nact-sort-buttons.c (nact_sort_buttons_runtime_init): Forbid the modification of order mode is level zero is not writable. * src/core/na-pivot.c (na_pivot_is_level_zero_writable): Writable if not all not GConf are locked by admin. * src/nact/nact-iaction-tab.c (nact_iaction_tab_runtime_init_toplevel): * src/nact/nact-iadvanced-tab.c (runtime_init_connect_signals): * src/nact/nact-icommand-tab.c (nact_icommand_tab_runtime_init_toplevel): * src/nact/nact-iconditions-tab.c (nact_iconditions_tab_runtime_init_toplevel): * src/nact/nact-ifolders-tab.c (nact_ifolders_tab_runtime_init_toplevel): * src/nact/nact-main-tab.h: Signal TAB_UPDATABLE_SIGNAL_SELECTION_CHANGED is renamed as MAIN_WINDOW_SIGNAL_SELECTION_CHANGED. * src/nact/nact-main-menubar.c: * src/nact/nact-main-menubar.h (nact_main_menubar_is_level_zero_order_changed): New function. * src/nact/nact-iactions-list.h: * src/nact/nact-iactions-list-bis.c (nact_iactions_list_bis_delete): Add an argument to select the row at end of the function. * src/nact/nact-main-window.c: Connect to MAIN_WINDOW_SIGNAL_LEVEL_ZERO_ORDER_CHANGED to update dialog title. * src/nact/nact-iactions-list.c: * src/nact/nact-iactions-list.h (selection_changed): Remove the not used API. Remove the connection to the signal and the call to the interface. * src/nact/nact-assistant-export.c (iactions_list_iface_init): Use the IACTIONS_LIST_SIGNAL_SELECTION_CHANGED instead of the interface API. * src/nact/nact-main-window.c (ipivot_consumer_on_display_order_changed): Relay NAIPivotConsumer notification to nact_sort_buttons. * src/nact/nact-sort-buttons.c: * src/nact/nact-sort-buttons.h (nact_sort_buttons_display_order_change): New function. * src/nact/nact-main-menubar.c (save_item): Not only unref old origin, but also remove it from tree. 2010-03-23 Pierre Wieser Add buttons to sort the list. * src/nact/nact-sort-buttons.c: * src/nact/nact-sort-buttons.h: New files. * src/nact/Makefile.am: * src/nact/nact-main-window.c: Updated accordingly. * src/nact/nautilus-actions-config-tool.ui: Define three new buttons to help to sort the list of items. * src/core/Makefile.am: No more give a version number to the core library. Restore the target-location indicator. * src/api/na-ifactory-object-data.h: * src/core/na-object-action-factory.c: Renamed NAFO_DATA_TARGET_BACKGROUND as NAFO_DATA_TARGET_LOCATION. * src/api/na-object-api.h (na_object_is_target_location, na_object_set_target_location): New macros. * src/api/na-object-item.h: * src/plugin-menu/nautilus-actions.c (menu_provider_get_background_items): Renamed ITEM_TARGET_BACKGROUND as ITEM_TARGET_LOCATION. * src/core/na-icontextual-factory.c: * src/core/na-object-action-factory.c: * src/core/na-object-item-factory.c: Update data descriptions. * src/core/na-icontextual.c (is_target_background_candidate): Renamed as is_target_location_candidate(). * src/core/na-object-action.c (na_object_action_is_candidate): Only selects the action if it is candidate for this target. * src/nact/nact-iaction-tab.c (on_tab_updatable_selection_changed): * src/nact/nautilus-actions-config-tool.ui: Display the target-location checkbox. * src/utils/nautilus-actions-new.c: Let the user select the target-location boolean indicator. 2010-03-22 Pierre Wieser * src/core/na-icontextual.c (is_current_folder_inside): Compare path rather that URI. (is_target_selection_candidate): Fix NASelectedInfo addressing. * src/plugin-menu/nautilus-actions.c (get_file_or_background_items): New function. (build_nautilus_menus, get_candidate_profile): Add debug messages. * src/core/na-selected-info.c (query_file_attributes): Fix file_info_get_attribute. * src/core/na-object-action.c (na_object_action_is_candidate): Considere background menu just as a special case of selection menu. * data/.gitignore: Update .gitignore. 2010-03-17 Pierre Wieser * data/Makefile.am: Automatically generate configurations schemas. * data/nautilus-actions.schemas.in: Renamed as data/nautilus-actions-prefs.schemas.in. Remove configurations schemas (now dynamically generated). * po/POTFILES.in: Updated accordingly. * src/core/na-icontextual-factory.c: * src/core/na-object-action-factory.c: Fix typo. * src/utils/nautilus-actions-schemas.c: Output configurations schemas to stdout. * po/POTFILES.skip: New file: do not try to translate dynamically generated schema. * Makefile.am: Build data/ after src/ to bo take advantage of dynamic generation of schemas. * src/core/na-icontextual-factory.c: String lists are now initialized in GConf-style. * src/io-gconf/nagp-writer.c (nagp_writer_write_data): * src/io-xml/naxml-writer.c (write_data_schema_v2, write_data_dump): Do not output empty values. * src/api/na-data-boxed.h: * src/core/na-data-boxed.c (na_data_boxed_is_set): New function. * data/nautilus-actions.schemas.in: Fix typo. Add io-providers/read-at-startup and io-providers/writable keys. * src/nact/nact.desktop.in: Add StartupNotify=true. * src/nact/nact-main-window.c (reload): Free the deleted list before filling the tree. * src/nact/nact-main-menubar.c (on_cut_activated): Do not cut not deletable items. (get_deletables): Add a ref on items to delete. * src/test/init-dispose-diff.sh: Do not take into account some debug messages. 2010-03-16 Pierre Wieser * src/utils/nautilus-actions-new.c (output_to_dir): Output the new action to a file. * src/core/na-core-utils.c (info_dir_is_writable): Do not emit a warning on 'no such file or directory' error. * src/utils/nautilus-actions-new.c (output_to_stdout): Output the new action to stdout. (output_to_gconf): Output the new action to GConf. * src/io-xml/naxml-writer.c (naxml_writer_write_start): Add attribute to list node, thus fixing writing of action. 2010-03-15 Pierre Wieser * src/io-xml/naxml-writer.c (naxml_writer_write_start): No need to explicitely write item type as the data is marked writable. * src/utils/nautilus-actions-new.c: Cleanup old command-line code. Check for incompatibility between boolean arguments. * src/api/na-data-def.h (na_data_def_get_data_def): New function. * src/core/na-data-def.c: New file. * src/core/Makefile.am: Updated accordingly. * src/core/na-icontextual-factory.c: * src/core/na-object-profile-factory.c: Update command-line options to not have duplicates. * src/utils/nautilus-actions-new.c: Use new ArgFromDataDef structure and display suitable help. * src/core/na-icontextual-factory.c: * src/core/na-object-action-factory.c: * src/core/na-object-item-factory.c: * src/core/na-object-profile-factory.c: * src/utils/nautilus-actions-new.c: Update data definitions to handle command-line arguments. 2010-03-10 Pierre Wieser * src/utils/nautilus-actions-new.c: Define a structure to host NADataDef argument definitions. * src/api/na-data-def.h: Add parameters to be able to manage command-line arguments. * src/core/na-icontextual-factory.c: * src/core/na-object-action-factory.c: * src/core/na-object-id-factory.c: * src/core/na-object-item-factory.c: * src/core/na-object-profile-factory.c: Updated accordingly. * src/core/na-io-provider.c (build_hierarchy): Attach the child item to its parent. * src/core/na-object-id.c (instance_dispose): * src/core/na-object-item.c (instance_dispose): * src/core/na-object.c (instance_dispose): Add debug messages. * src/core/na-dbus-tracker.h: Remove no more used file. * src/core/Makefile.am: Updated accordingly. * src/core/na-icontextual.c: * src/core/na-object-profile.c: * src/plugin-tracker/na-tracker-dbus.c: * src/utils/nautilus-actions-run.c: Remove all references to NATrackedItem obsolete class. * src/api/na-ifactory-object-data.h: Rename v1 action data group to NA_FACTORY_ACTION_V1_GROUP. * src/core/na-object-action-factory.c: No more try to read obsolete NAFO_DATA_TARGET_BACKGROUND data. * src/plugin-tracker/na-tracker.c (menu_provider_get_background_items): Implement Nautilus get_background_items() interface. * data/nautilus-actions.schemas.in: Remove 'target-background' entry description. * src/api/na-object-api.h (na_object_is_target_background): Removed macro. * src/api/na-object-profile.h * src/core/na-object-profile.c (na_object_profile_is_target_background): Removed function. 2010-03-09 Pierre Wieser * src/io-gconf/nagp-writer.c (nagp_writer_write_data): Replace gconf_concat_dir_and_key by g_strdup_printf. * src/core/na-ifactory-provider.c (na_ifactory_provider_write_item): Add a debug trace when entering in the function. * src/api/na-icontext-conditions.h: Renamed as na-icontextual.h. * src/core/na-icontext-conditions.c: Renamed as na-icontextual.c. * src/core/na-icontext-conditions-factory.c: Renamed as na-icontextual-factory.c. * po/POTFILES.in: * src/api/Makefile.am: * src/api/na-icontextual.h: * src/api/na-object-api.h: * src/core/Makefile.am: * src/core/na-icontextual.c: * src/core/na-object-action.c: * src/core/na-object-profile.c: * src/plugin-menu/nautilus-actions.c: * src/utils/nautilus-actions-run.c: Updated accordingly. 2010-03-09 Pierre Wieser Refactor NactIBackgroundTab class as NactIFoldersTab. * src/nact/nact-ibackground-tab.c: * src/nact/nact-ibackground-tab.h: Renamed as nact-ifolders-tab.{c,h}. * src/nact/Makefile.am: * src/nact/nact-main-tab.h: * src/nact/nact-main-window.c: Updated accordingly. Remove the 'target background' indicator which was introduced in 2.29.1. * src/core/na-object-action-factory.c: Update properties for NAFO_DATA_TARGET_BACKGROUND. * src/nact/nact-iaction-tab.c (nact_iaction_tab_runtime_init_toplevel): Remove the signal connection. (on_tab_updatable_selection_changed): Remove fields initialization. (on_target_background_toggled): Remove the function. * src/nact/nact-ibackground-tab.c (tab_set_sensitive): Always sensitive for profiles. * src/nact/nautilus-actions-config-tool.ui: Remove the fields. * src/core/na-object-action-factory.c: data_def_action_v1 is now available from outside. * src/core/na-object-action.c (ifactory_object_read_done, ifactory_object_write_done): Rewrite input/output functions. * src/io-gconf/nagp-reader.c (nagp_reader_read_data): Simplify the code. * src/io-gconf/nagp-writer.c (nagp_writer_write_start): No more write type as this is a normal data. (nagp_writer_write_data): Rewrite profile writing. (nagp_writer_write_done): Profile writing is now driven by NAObjectAction. * src/nact/nact-tree-model-dnd.c: Cleanup the code. 2010-03-05 Pierre Wieser * nact/nact-tree-model-dnd.c (drop_inside): Split to three functions to better readibility. Fix drop inside an empty menu. Fix drop into a non writable parent. * src/api/na-iio-provider.h: Add a comment. * src/core/na-io-provider.c: * src/core/na-io-provider.h (na_io_provider_get_return_code_label): New function. * src/nact/nact-window.c (nact_window_save_item): Better error message. * src/nact/nact-export-ask.c (on_base_runtime_init_dialog): Set more clear label, whether the item be a label or an action. * src/nact/nact-tree-model-dnd.c (get_xds_atom_value): Remove debug traces after validation both on 32 and 64 bits systems. * src/api/na-core-utils.h: * src/core/na-core-utils.c (na_core_utils_slist_join_at_end): New function. * src/api/na-iio-provider.h: Fix typo in comment. * src/nact/nact-main-menubar.c (on_delete_activated): Do not delete a tree if at least one item is not writable. * src/nact/nact-tree-model-dnd.c (get_xds_atom_value): Fix 64 bits value. * src/plugin-menu/nautilus-actions.c (create_item_from_menu): Add a trace on weak notify. 2010-03-04 Pierre Wieser * src/core/na-object-action.c (instance_init): * src/core/na-object-menu.c (instance_init): Rather create the 'Type' box here than in read_start(). 2010-03-03 Pierre Wieser * src/core/Makefile.am: * src/nact/Makefile.am: Fix make distcheck. * po/POTFILES.in: Updated. Rename the NAIConditions interface to NAIContextConditions (hopefully, there will be a NAIContextParameters some day :)). * src/core/na-iconditions-factory.c: Renamed as src/core/na-icontext-conditions-factory.c. * src/core/na-iconditions.c: Renamed as src/core/na-icontext-conditions.c. * src/api/na-iconditions.h: Renamed as src/core/na-icontext-conditions.h. * src/api/Makefile.am: * src/core/Makefile.am: Updated accordingly. * src/core/na-object-profile.c: * src/plugin-menu/nautilus-actions.c: Use new na_icontext_conditions_is_candidate() function. Define the NAIConditions interface, to be implemented by actions, profiles and menus (for now, only profiles). * src/api/na-iconditions.h: * src/core/na-iconditions.c: * src/core/na-iconditions-factory.c: New files. * src/api/Makefile.am: * src/core/Makefile.am: Updated accordingly. * src/api/na-ifactory-object-data.h: Define the NA_FACTORY_CONDITIONS_GROUP data group. * src/core/na-object-profile-factory.c: Use new data_def_conditions. * src/core/na-object-profile.c (register_type): Implement the new NAIConditions interface. Review the rationales, replacing serializable+obsoleted by readable+writable flags in NADataDef structure. * src/api/na-data-def.h: * src/core/na-factory-object.c: * src/core/na-object-action-factory.c: * src/core/na-object-action.c: * src/core/na-object-id-factory.c: * src/core/na-object-item-factory.c: * src/core/na-object-profile-factory.c: * src/io-desktop/nadp-desktop-provider.c: Updated accordingly. * src/plugin-tracker/na-tracker-dbus.c (instance_dispose): Release selected items in instance_dispose() rather than in instance_finalize() which caused a FPE in Nautilus terminaison. * src/api/na-ifactory-object.h: * src/core/na-ifactory-object.c: * src/core/na-iio-provider.c: * src/io-desktop/nadp-desktop-file.c: * src/io-desktop/nadp-desktop-file.h: * src/io-xml/naxml-writer.c: * src/io-xml/naxml-writer.h: * src/nact/nact-iadvanced-tab.c: * src/nact/nact-main-menubar.c: * src/utils/nautilus-actions-new.c: Cleanup the code. * src/nact/nact-assistant-export.c (assist_prepare_confirm): Optimize the build of the displayed text. * src/nact/nact-assistant-export.c (on_all_widgets_showed): Select and expand the first row of the list. * src/core/na-module.c (add_module_type): * src/io-desktop/nadp-reader.c (na_ifactory_provider_read_item): * src/io-desktop/nadp-writer.c (nadp_iio_provider_write_item): * src/nact/nact-export-format.c (draw_in_vbox): Add a weak_notify() local function in order to be able to trace the dispose of attached objects. * src/api/na-core-utils.h: * src/core/na-core-utils.c (na_core_utils_str_remove_char): New function. * src/api/na-iexporter.h: Onlu reference one short label in NAIExporterFormat structure. * src/core/na-export-format.c: * src/core/na-export-format.h: * src/io-xml/naxml-formats.c: Updated accordingly. * src/nact/base-window.c (setup_builder): Display a dialog error when unable to load a XML definition. * src/nact/nact-assistant-export.c: * src/nact/nact-assistant-export.ui: * src/nact/nact-assistant-import.c: Adjust the display to be more funny. * src/nact/nact-clipboard.c: Add na-export-format.h include file. * src/nact/nact-export-ask.c: * src/nact/nact-export-format.c: * src/nact/nact-export-format.h: Reference the NAExportFormat object instead of each and every label. * src/nact/nact-iprefs.h: Remove IPREFS_EXPORT_FORMAT_ASK definition. * src/nact/nact-preferences-editor.c: * src/nact/nautilus-actions-config-tool.ui: Use (renamed) nact_export_format_init_display() function. * src/api/na-core-utils.h: * src/core/na-core-utils.c (na_core_utils_file_exists): New function. * src/io-xml/naxml-writer.c: Export to file. * po/POTFILES.in: Updated. * src/api/na-data-types.h (na_data_types_get_gconf_dump_key): New function. * src/core/na-data-types.c: New file. * src/core/Makefile.am: Updated accordingly. * src/api/na-ifactory-object-data.h: * src/core/na-object-item-factory.c: (NAFO_DATA_TYPE): New elementary data. * src/core/na-ifactory-object.c: * src/api/na-ifactory-object.h (na_ifactory_object_get_data_boxed): New function. * src/core/na-core-utils.c (na_core_utils_dir_is_writable_uri): Give a better name to the parameter. * src/core/na-exporter.c: * src/core/na-exporter.h (na_exporter_to_buffer, na_exporter_to_file): Reorder of functions in the files. * src/core/na-factory-object.c: * src/core/na-factory-object.h: Now use the new na_ifactory_object_get_data_boxed() function. * src/core/na-object-action-factory.c: * src/core/na-object-profile-factory.c: * src/io-xml/naxml-keys.h: Move the schema descriptions to data factory. * src/core/na-object-action.c: * src/core/na-object-menu.c: (ifactory_object_read_start): Allocate the 'type' data boxed. * src/io-gconf/nagp-keys.h: Fix the path of the schemas. * src/io-xml/naxml-formats.c: * src/io-xml/naxml-formats.h: New files. * src/io-xml/Makefile.am: Updated accordingly. * src/io-xml/naxml-provider.c: Implement NAXMLWriter calls. * src/io-xml/naxml-writer.c: * src/io-xml/naxml-writer.h: Export to buffer. * src/nact/nact-clipboard.c (nact_clipboard_dnd_drag_end): Fix gtk_selection_data_free() call. (export_row_object): Also exports menus. * src/nact/nact-tree-model-dnd.c (nact_tree_model_dnd_imulti_drag_source_drag_data_get): Fix and parse the returned URI to get the path of the target folder. 2010-03-01 Pierre Wieser * po/POTFILES.in: Add src/core/na-exporter.c file. * src/api/na-iexporter.h: Refactor NAIExporter interface. * src/core/na-export-format.c: * src/core/na-export-format.h (na_export_format_get_exporter): New function. * src/core/na-exporter.c: * src/core/na-exporter.h: * src/core/na-iexporter.c: * src/core/na-importer.c: * src/io-xml/naxml-provider.c: * src/nact/nact-assistant-export.c: * src/nact/nact-clipboard.c: Updated accordingly. * src/api/na-iexporter.h: * src/core/na-export-format.c: * src/core/na-export-format.h: * src/core/na-exporter.c: * src/core/na-iexporter.c: * src/io-xml/naxml-provider.c: * src/nact/nact-export-format.c: NAExporterStr structure is renamed as NAIExporterFormat. * src/api/na-iimporter.h (from_uri): Rename the API function to be consistant with NAIExporter interface. * src/core/na-iimporter.c: * src/io-xml/naxml-provider.c: Updated accordingly. * src/nact/nact-tree-model-dnd.c (nact_tree_model_dnd_imulti_drag_source_drag_data_get): Target folder is an URI. * src/nact/nact-main-menubar-tools.c: * src/nact/nact-main-menubar-tools.h: New files. * src/nact/nact-main-menubar-maintainer.c: * src/nact/nact-main-menubar-maintainer.h: New files. * src/nact/nact-main-menubar.c (on_update_sensitivities): Only paste a NAObjectItem into a menu. * src/nact/nact-main-menubar-help.c: * src/nact/nact-main-menubar-help.h: New files. * src/nact/Makefile.am: * src/nact/nact-main-menubar.c: * src/nact/nact-main-menubar.h: Updated accordingly. * src/core/na-updater.c: * src/core/na-updater.h (na_updater_append_item): New function. * src/nact/nact-main-menubar.c (save_item): Fix save machinery. * src/nact/nact-assistant-import.c (check_for_existance): Directly use the main window. * src/nact/nact-tree-model-dnd.c (drop_uri_list): Adapt to use na_importer_import_from_list() function. Display messages in a dialog box. Split the selection data on a '\r\n' separator. * src/api/na-iimporter.h (NAIImporterListParms): New structure. * src/core/na-importer.c: * src/core/na-importer.h (na_importer_import_from_list): New function. * src/api/na-iimporter.h: * src/core/na-iimporter.c: * src/core/na-importer-ask.c: * src/core/na-importer-ask.h: * src/core/na-importer.c: * src/core/na-importer.h: * src/io-xml/naxml-reader.c: * src/io-xml/naxml-reader.h: * src/nact/nact-assistant-import.c: * src/nact/nact-tree-model-dnd.c: * src/test/test-reader.c: NAIImporterParms structure is renamed as NAIImporterUriParms. 'item' member of this same structure is renamed as imported. * src/io-gconf/nagp-reader.c: * src/io-gconf/nagp-writer.c: * src/io-gconf/nagp-writer.h: Cleanup the code. * src/nact/nact-iaction-tab.c (setup_toolbar_label): Immediately update the toolbar label when it is the same that those of the action. * src/nact/nact-icommand-tab.c (parse_parameters): Fix display of a single '%' char. * src/nact/nautilus-actions-config-tool.ui: ActionIconLabelLabel field renamed as ActionToolbarLabelLabel. * src/io-gconf/nagp-reader.c (read_done_item): Only action needs to setup the parent pointer. * src/io-gconf/nagp-writer.c (nagp_writer_write_data): Only writes non-empty values. * src/core/na-object.c (na_object_object_reset_origin): No more check for the value of object origin before resetting it. * src/core/na-object-item.c (na_object_item_remove_item): Improve debug message. (copy_children): Refuse to copy when target already has children. * src/nact/nact-main-menubar.c (nact_main_menubar_save_items): Do not re-dump all the items hierarchy. (save_item): Remove old children after having created the new ones. * src/core/na-object-action.c (ifactory_object_read_done): Force toolbar label to be the same that action one if flag is set to true. * src/api/na-object-api.h: Fix minor typo. 2010-02-28 Pierre Wieser * src/io-desktop/nadp-desktop-file.c (nadp_desktop_file_get_key_file_path): No more invalidate the function. * src/api/na-ifactory-object.h: * src/core/na-object-item-factory.c: * src/nact/nact-iactions-list-bis.c: * src/nact/nact-iactions-list.h: Fix minor typo. * src/api/na-object-api.h: New na_object_copy macro (evaluates as na_object_object_copy). * src/api/na-object-item.h (na_object_item_copy): Removed function. * src/api/na-object.h: * src/core/na-object.c:. (copy): Add 'recursive' flag. (iduplicable_copy): Use na_object_copy() macro. (na_object_object_copy): New function. * src/core/na-factory-object.c (na_factory_object_copy): No more delete all NADataBoxed, but update those who already exist. (write_data_iter): Fix return code. * src/core/na-iduplicable.c (na_iduplicable_duplicate): Review the rationale, and ensure that the function is recursive. * src/core/na-object-action.c * src/core/na-object-item.c: * src/core/na-object-menu.c: * src/core/na-object-profile.c: (instance_constructed): Removed function. (ifactory_object_copy): Removed function. (object_copy): New function, implementation of NAObject::copy. * src/core/na-pivot.c (instance_dispose): Add debug message. * src/core/na-updater.c (na_updater_remove_item): Only update tree if object has no parent. * src/io-gconf/nagp-gconf-provider.c (ifactory_provider_iface_init): Address nagp_writer_write_start(). * src/io-gconf/nagp-reader.c (nagp_reader_read_data): Comment debug message. * src/io-gconf/nagp-writer.c: * src/io-gconf/nagp-writer.h (nagp_writer_write_start): New function. Write the type of the NAObjectItem. * src/nact/nact-iaction-tab.c (on_tab_updatable_selection_changed): * src/nact/nact-icommand-tab.c (on_tab_updatable_selection_changed): * src/nact/nact-iconditions-tab.c (on_tab_updatable_selection_changed): As objects have defaults, no more test for null string. * src/nact/nact-main-menubar.c (nact_main_menubar_save_items): Dump after check status. (save_item): Use new na_object_copy() macro. * src/nact/nact-window.c (nact_window_save_item): Remove superfluous dumps. 2010-02-27 Pierre Wieser * src/core/na-iduplicable.c (na_iduplicable_check_status): An object without any origin is considered modified. * src/core/na-iduplicable.c (get_duplicable_str): NAIDuplicable object defaults to not modified. * src/core/na-object-item-factory.c: Pointers to list of subitems are not comparable. Rewrite the update of the pivot tree where there is a non null origin. * src/core/na-updater.c: * src/core/na-updater.h (na_updater_add_item): Removed function. (na_updater_insert_item): New function. * src/io-gconf/nagp-writer.c (nagp_writer_write_data): Fix the path of written data. * src/nact/nact-main-menubar.c (on_new_profile_activated): Do not attach the profile as this is done by the tree model. (save_item): Copy the tree item to the pivot one if it exists. * src/core/na-object-item.c (instance_dispose): Set the subitems pointer to NULL before unreffing the children. * src/core/na-object.c (instance_finalize): Add a protection when finalizing NADataBoxed. * src/core/na-object-action.c (instance_constructed): * src/core/na-object-profile.c (instance_constructed): * src/core/na-object-menu.c (instance_constructed): Initialize NAIFactoryObject defaults here, rather than in object_new. * src/api/na-data-def.h: Remove fn_free() function pointer. * src/core/na-data-boxed.c: * src/core/na-object-action-factory.c: * src/core/na-object-id-factory.c: * src/core/na-object-profile-factory.c * src/core/na-object-item-factory.c: Updated accordingly. * src/core/na-iduplicable.c (get_duplicable_str): Initialize modification status to TRUE if origin is NULL. * src/nact/nact-tree-model.c (nact_tree_model_fill): Recheck modification and validity status of newly duplicated object. 2010-02-26 Pierre Wieser Fix references count mistakes in NACT. * src/api/na-object-api.h (na_object_unref_selected_items): New macro, more specifically targeting the tree selections. * src/core/na-factory-object.c: * src/core/na-factory-object.h (na_factory_object_finalize_instance): Renamed as na_factory_object_finalize(). * src/core/na-object-action.c (instance_finalize): * src/core/na-object-item.c (instance_finalize): * src/core/na-object-menu.c (instance_finalize): * src/core/na-object-profile.c (instance_finalize): * src/core/na-object.c (instance_finalize): Move na_object_unref_selected_items() to na_object:na_factory_object_finalize. * src/core/na-pivot.c (instance_dispose, reload_items): Use non-recursive na_object_unref_items() macro. * src/nact/nact-assistant-export.c (assist_prepare_confirm): * src/nact/nact-iactions-list.c (free_items_callback): * src/nact/nact-main-menubar.c (on_update_sensitivities): Use recursive na_object_unref_selected_items() macro. * src/nact/nact-iactions-list.c (filter_selection): Unref the got object immediately (which was the actual bug). * src/test/init-dispose-diff.sh: Fix and optimize. Fix display of modification status in NACT. * src/api/na-iduplicable.h: * src/core/na-iduplicable.c (na_iduplicable_set_modified): New function. * src/api/na-object-api.h: * src/api/na-object-item.h: * src/core/na-object-item.c (na_object_item_unref_items_rec): New function. * src/core/na-data-boxed.c (string_are_equal): * src/core/na-factory-object.c (na_factory_object_are_equal): * src/core/na-object.c (na_object_object_check_status_up): Rewrite equality tests. * src/core/na-object-action-factory.c: * src/core/na-object-item-factory.c: * src/core/na-object-profile-factory.c: * src/core/na-object-action.c: * src/core/na-object-menu.c: * src/core/na-object-profile.c: Review one more time default values and initial allocations. * src/core/na-pivot.c (instance_dispose, na_pivot_load_items: Only unref the first level of items. * src/core/na-updater.c (na_updater_remove_item): Only unref the removed object as it will take care of also unreffing its children if its reference count is correct. * src/nact/nact-iactions-list.c (display_label): Add a commented debug line. * src/test/check-po.sh: Test cpompleteness of po/POTFILES.in. * src/test/time.sh: Bench the elapsed build time. 2010-02-25 Pierre Wieser * po/POTFILES.in: Updated. * src/core/na-object-profile.c: Remove no more used default profile. * src/core/na-object-profile.c: * src/nact/nact-iactions-list.c: No more include gi18n.h. * src/api/na-ifactory-object.h: * src/core/na-ifactory-object.c: Remove get_default() function from the interface. * src/api/na-object-action.h: * src/core/na-object-action.c (na_object_action_new_with_defaults): New function. Remove ifactory_object_get_default() implementation. * src/api/na-object-menu.h: * src/core/na-object-menu.c (na_object_menu_new_with_defaults): New function. Remove ifactory_object_get_default() implementation. * src/api/na-object-profile.h: * src/core/na-object-profile.c (na_object_profile_new_with_defaults): New function. Remove ifactory_object_get_default() implementation. * src/core/na-factory-object.c: * src/core/na-factory-object.h (na_factory_object_set_defaults): New function. (na_factory_object_attach_with_default): Removed function. Cleanup the code. * src/core/na-object-action-factory.c: * src/core/na-object-item-factory.c: * src/core/na-object-profile-factory.c: Review default values. * src/nact/nact-iaction-tab.c: * src/nact/nact-icommand-tab.c: * src/nact/nact-iconditions-tab.c: Fix the display of NULL texts. * src/nact/nact-main-menubar.c: * src/utils/nautilus-actions-new.c: Allocate new objects with defaults. * src/api/na-ifactory-object.h: * src/api/na-ifactory-provider.h: * src/api/na-object-api.h: * src/api/na-object-item.h: * src/core/na-factory-object.c: * src/core/na-factory-object.h: * src/core/na-factory-provider.c: * src/core/na-factory-provider.h: * src/core/na-ifactory-provider.c: * src/core/na-object-action.c: * src/core/na-object-item.c: * src/core/na-object-menu.c: * src/core/na-object-profile.c: * src/core/na-updater.c: * src/io-gconf/nagp-gconf-provider.c: * src/io-gconf/nagp-writer.c: * src/io-gconf/nagp-writer.h: Implement NAIfactoryProvider in GConf I/O provider writer. Fix reference count errors in NACT user interface. * src/core/na-object-id.c (instance_dispose): Remove the disposing child from its parent childs list. * src/core/na-object-item-factory.c (free_items_list): * src/core/na-object-item.c (instance_dispose): * src/core/na-object.c (na_object_object_unref): Fix minor typo. * src/core/na-object-item.c (na_object_item_unref_items): Do not recursively unref objects here as this is done in dispose. * src/nact/nact-tree-model.c (nact_tree_model_dispose): Add a debug message. Make the menus exportable. * src/nact/nact-iactions-list.c: * src/nact/nact-tree-model-priv.h: * src/nact/nact-tree-model.c: * src/nact/nact-tree-model.h: Change the 'only_actions' semantic by a 'are_profiles_displayed' one. Profiles are actually stored, but not displayed. * src/nact/nact-iactions-list.c (nact_iactions_list_initial_load_toplevel): The title of the label column is no more localizable. Fix validity checks. * src/core/na-data-boxed.c (string_is_valid, locale_is_valid, slist_is_valid, pointer_is_valid, uint_is_valid): Fix individual validity checks of elementary data. * src/core/na-factory-object.c (na_factory_object_is_valid): First check for presence of mandatory data, then check present data. * src/core/na-iduplicable.c (na_iduplicable_duplicate): Also duplicate the status of the source object. * src/core/na-io-provider.c (na_io_provider_read_items): Add a comment. * src/core/na-object-item.c (na_object_item_copy): * src/core/na-object.c (na_object_object_check_status): Fix minor typo. * src/nact/nact-tree-model.c (nact_tree_model_fill): No more check status of newly duplicated objects. * src/nact/base-window.c (instance_dispose): Only set dispose after having tested for main window. * src/api/na-object-api.h: Distinguish between profile and item on get_label. * src/core/na-gtk-utils.c: * src/core/na-gtk-utils.h: New files. * src/core/Makefile.am: Updated accordingly. * src/core/na-data-boxed.c: * src/core/na-gconf-monitor.c: * src/core/na-importer-ask.c: * src/io-gconf/nagp-gconf-provider.c: * src/io-gconf/nagp-reader.c: * src/io-gconf/nagp-reader.h: Fix objects reading from GConf. * src/nact/nact-assistant-import.c: * src/nact/nact-iprefs.c: * src/nact/nact-preferences-editor.c: * src/nact/nact-tree-model-dnd.c: * src/utils/nautilus-actions-schemas.c: Move GConfClient to private object data, unref on dispose. 2010-02-24 Pierre Wieser * src/api/na-iimporter.h: * src/core/Makefile.am: * src/core/na-iimporter.c: * src/core/na-importer-ask.c: * src/core/na-importer-ask.h: * src/core/na-iprefs.c: * src/core/na-iprefs.h: * src/io-xml/naxml-reader.c: * src/nact/Makefile.am: * src/nact/nact-assistant-import.c: * src/nact/nact-iprefs.c: * src/nact/nact-iprefs.h: * src/nact/nact-main-window.h: * src/nact/nact-preferences-editor.c: * src/nact/nact-tree-model-dnd.c: * src/nact/nautilus-actions-config-tool.ui: * src/test/test-reader.c: ImporterAsk dialog. * src/io-xml/naxml-keys.c: * src/io-xml/naxml-keys.h: * src/io-xml/naxml-reader.c: Able to import type 3 XML files. * exports/config_1af5a47e-96d9_v1.4.schemas: * src/api/na-data-boxed.h: * src/api/na-ifactory-object-data.h: * src/core/na-data-boxed.c: * src/core/na-factory-object.c: * src/core/na-object-action.c: * src/core/na-object-id-factory.c: * src/core/na-object-item-factory.c: * src/core/na-object-profile-factory.c: * src/io-xml/naxml-provider.c: * src/io-xml/naxml-reader.c: * src/io-xml/naxml-reader.h: Able to import two profiles. * src/api/na-data-boxed.h: * src/api/na-gconf-utils.h: * src/core/na-data-boxed.c: * src/core/na-factory-object.c: * src/core/na-gconf-utils.c: Make the dump more pretty. * exports/action-5c4fa203-b5d0_post_v1.11_type_3.xml: * exports/config-4c4fa203-b5d0_post_v1.11_type_2.schema: * exports/config_1af5a47e-96d9_v1.schemas: * exports/config_2af5a47e-96d9_pre_v1.11.schemas: * exports/config_3c4fa203-b5d0_post_v1.11_type_1.schemas: Refactor export files to better suit test-reader needs. * src/api/Makefile.am: * src/api/na-data-boxed.h: * src/api/na-data-types.h: * src/api/na-gconf-utils.h: * src/api/na-ifactory-object-data.h: * src/api/na-ifactory-object.h: * src/api/na-ifactory-provider.h: * src/api/na-iimporter.h: * src/api/na-object-api.h: * src/api/na-object-profile.h: * src/core/Makefile.am: * src/core/na-data-boxed.c: * src/core/na-factory-object.c: * src/core/na-factory-object.h: * src/core/na-factory-provider.c: * src/core/na-factory-provider.h: * src/core/na-gconf-utils.c: * src/core/na-ifactory-object.c: * src/core/na-ifactory-provider.c: * src/core/na-importer.c: * src/core/na-importer.h: * src/core/na-io-provider.c: * src/core/na-object-action-factory.c: * src/core/na-object-action.c: * src/core/na-object-id-factory.c: * src/core/na-object-item-factory.c: * src/core/na-object-menu-factory.c: * src/core/na-object-menu.c: * src/core/na-object-profile-factory.c: * src/core/na-object-profile.c: * src/io-desktop/nadp-desktop-file.c: * src/io-desktop/nadp-desktop-file.h: * src/io-desktop/nadp-desktop-provider.c: * src/io-desktop/nadp-keys.c: * src/io-desktop/nadp-keys.h: * src/io-desktop/nadp-reader.c: * src/io-gconf/nagp-gconf-provider.c: * src/io-xml/naxml-keys.h: * src/io-xml/naxml-provider.c: * src/io-xml/naxml-reader.c: * src/io-xml/naxml-reader.h: * src/nact/nact-assistant-import.c: * src/nact/nact-tree-model-dnd.c: * src/test/test-include.c: * src/test/test-reader.c: Able to import a pre-v2 action. 2010-02-22 Pierre Wieser * src/api/Makefile.am: * src/api/na-ifactory-object-enum.h: * src/api/na-ifactory-object-str.h: * src/api/na-ifactory-object.h: * src/api/na-ifactory-provider.h: * src/api/na-iio-provider.h: * src/api/na-object-api.h: * src/core/Makefile.am: * src/core/na-data-element.c: * src/core/na-data-element.h: * src/core/na-factory-object.c: * src/core/na-factory-object.h: * src/core/na-ifactory-object.c: * src/core/na-ifactory-provider-priv.h: * src/core/na-ifactory-provider.c: * src/core/na-object-action-enum.c: * src/core/na-object-action.c: * src/core/na-object-id-enum.c: * src/core/na-object-item-enum.c: * src/core/na-object-item.c: * src/core/na-object-menu-enum.c: * src/core/na-object-menu.c: * src/core/na-object-profile-enum.c: * src/core/na-object-profile.c: * src/core/na-object.c: * src/io-desktop/nadp-desktop-provider.c: * src/io-desktop/nadp-desktop-provider.h: * src/io-desktop/nadp-keys.c: * src/io-desktop/nadp-keys.h: * src/io-desktop/nadp-reader.c: * src/io-desktop/nadp-writer.c: * src/io-xml/naxml-keys.h: * src/io-xml/naxml-reader.c: * src/test/test-include.c: Rename NAIDataFactory interface as NAIFactoryObject. * src/api/Makefile.am: * src/api/na-idata-factory-str.h: * src/api/na-idata-factory.h: * src/api/na-ifactory-provider-provider.h: * src/api/na-ifactory-provider.h: * src/api/na-iio-provider.h: * src/core/Makefile.am: * src/core/na-data-factory.c: * src/core/na-data-factory.h: * src/core/na-factory-provider.c: * src/core/na-factory-provider.h: * src/core/na-ifactory-provider-priv.h: * src/core/na-ifactory-provider.c: * src/core/na-object-action.c: * src/core/na-object-menu.c: * src/core/na-object-profile.c: * src/io-desktop/nadp-desktop-provider.c: * src/io-desktop/nadp-reader.c: * src/io-desktop/nadp-writer.c: * src/io-gconf/nagp-gconf-provider.c: * src/io-xml/naxml-provider.c: * src/io-xml/naxml-reader.c: Rename NAIIOFactory interface as NAIFactoryProvider. * src/core/na-io-provider.c: * src/core/na-pivot.c: * src/core/na-pivot.h: * src/nact/nact-application.c: * src/nact/nact-main-window.c: * src/plugin-menu/nautilus-actions.c: * src/utils/nautilus-actions-run.c (na_pivot_set_loadable): New function. (na_pivot_reload_items): Removed function. 2010-02-21 Pierre Wieser * src/core/na-pivot.c: * src/core/na-pivot.h: * src/core/na-updater.c: * src/core/na-updater.h: * src/nact/nact-application.c: * src/nact/nact-main-window.c: * src/plugin-menu/nautilus-actions.c: * src/test/test-reader.c: * src/utils/nautilus-actions-new.c: * src/utils/nautilus-actions-run.c: No more define the loadable set at NAPivot construction time, but deffer this when actually loading items. 2010-02-20 Pierre Wieser * po/POTFILES.in: * src/api/na-idata-factory-str.h: * src/api/na-idata-factory.h: * src/api/na-iimporter.h: * src/api/na-iio-factory.h: * src/api/na-object-api.h: * src/core/Makefile.am: * src/core/na-data-factory.c: * src/core/na-data-factory.h: * src/core/na-idata-factory.c: * src/core/na-iio-factory.c: * src/core/na-importer.c: * src/core/na-importer.h: * src/core/na-io-factory.c: * src/core/na-io-factory.h: * src/core/na-iprefs.h: * src/core/na-module.c: * src/core/na-object-action-enum.c: * src/core/na-object-action.c: * src/core/na-object-id-enum.c: * src/core/na-object-item-enum.c: * src/core/na-object-item.c: * src/core/na-object-menu-enum.c: * src/core/na-object-menu.c: * src/core/na-object-profile-enum.c: * src/core/na-object-profile.c: * src/core/na-pivot.c: * src/io-desktop/Makefile.am: * src/io-gconf/Makefile.am: * src/io-xml/Makefile.am: * src/io-xml/naxml-keys.c: * src/io-xml/naxml-keys.h: * src/io-xml/naxml-provider.c: * src/io-xml/naxml-provider.h: * src/io-xml/naxml-reader.c: * src/io-xml/naxml-reader.h: * src/nact/Makefile.am: * src/nact/nact-assistant-import.c: * src/nact/nact-import-ask.c: * src/nact/nact-iprefs.c: * src/nact/nact-preferences-editor.c: * src/nact/nact-tree-model-dnd.c: * src/plugin-menu/Makefile.am: * src/plugin-tracker/Makefile.am: * src/test/.gitignore: * src/test/Makefile.am: * src/utils/Makefile.am: Implement NAXMLReader. 2010-02-18 Pierre Wieser * src/api/na-core-utils.h: * src/api/na-idata-factory-str.h: * src/core/na-core-utils.c: * src/core/na-data-element.c: * src/core/na-data-element.h: * src/core/na-data-factory.c: * src/core/na-io-provider.c: * src/core/na-io-provider.h: * src/core/na-object-action-enum.c: * src/core/na-object-id-enum.c: * src/core/na-object-item-enum.c: * src/core/na-object-item.c: * src/core/na-object-menu-enum.c: * src/core/na-object-profile-enum.c: * src/core/na-object.c: * src/io-desktop/nadp-writer.c: * src/io-gconf/nagp-reader.c: * src/nact/nact-assistant-export.c: * src/nact/nact-iactions-list-bis.c: * src/nact/nact-main-statusbar.c: * src/nact/nact-tree-model-dnd.c: * src/nact/nact-tree-model.c: Fix non empty string list. Fix under reference in export assistant. Refactor NADataElement class. * src/core/na-exporter.c (na_exporter_get_formats): Fix infinite loop. * src/core/na-iduplicable.c (na_iduplicable_dispose): Test for effective connexion before trying to disconnect. * src/core/na-data-element.c (na_data_element_set): Fix value->type inverted assertion. * src/api/na-core-utils.h: * src/core/na-core-utils.c: * src/io-desktop/nadp-desktop-file.c: * src/io-desktop/nadp-desktop-provider.c: * src/io-desktop/nadp-xdg-dirs.c: Fix reading of localized values in the desktop file. * src/nact/base-iprefs.c: * src/nact/base-iprefs.h: * src/nact/nact-assistant-import.c: * src/nact/nact-icommand-tab.c: * src/nact/nact-import-ask.c: * src/nact/nact-iprefs.c: * src/nact/nact-iprefs.h: * src/nact/nact-main-toolbar.c: * src/nact/nact-preferences-editor.c: Fix bad inheritance of interfaces. * src/api/na-object-api.h: * src/api/na-object.h: * src/core/na-data-factory.c: * src/core/na-io-provider.c: * src/core/na-object-action.c: * src/core/na-object-id.c: * src/core/na-object-menu.c: * src/core/na-object-profile.c: * src/core/na-object.c: Fix validity check of the items. 2010-02-17 Pierre Wieser * po/POTFILES.in: * src/test/test-parse-uris.c: * src/nact/nact-preferences-editor.c: * src/nact/nact-main-statusbar.c: * src/nact/nact-iconditions-tab.c: Update list of translatable files. * src/api/na-core-utils.h: * src/api/na-idata-factory-str.h: * src/api/na-idata-factory.h: * src/api/na-iduplicable.h: * src/core/na-core-utils.c: * src/core/na-data-element.c: * src/core/na-data-element.h: * src/core/na-data-factory.c: * src/core/na-data-factory.h: * src/core/na-idata-factory.c: * src/core/na-iduplicable.c: * src/core/na-io-provider.c: * src/core/na-iprefs.c: * src/core/na-object-action-enum.c: * src/core/na-object-action.c: * src/core/na-object-id-enum.c: * src/core/na-object-item-enum.c: * src/core/na-object-menu.c: * src/core/na-object-profile-enum.c: * src/core/na-object-profile.c: * src/core/na-object.c: * src/io-desktop/nadp-desktop-provider.c: * src/io-gconf/nagp-reader.c: Add is_valid() functions. * src/utils/nautilus-actions-run.c: Restore production loadable set. * src/api/na-idata-factory.h: * src/api/na-iio-factory.h: * src/core/na-data-factory.c: * src/core/na-iio-factory.c: * src/core/na-object-action.c: * src/core/na-object-menu.c: * src/core/na-object-profile.c: * src/io-desktop/nadp-desktop-provider.c: * src/io-gconf/nagp-gconf-provider.c: * src/io-xml/naxml-provider.c: Add read_start() and write_start() to NAIIOFactory and NAIDataFactory interfaces. * po/POTFILES.in: Update list of translatable files. * src/utils/console-utils.c: * src/utils/nautilus-actions-run.c: Update command-line utilities. * src/test/test-include.c: * src/test/test-parse-uris.c: Update test utilities. * src/plugin-tracker/na-tracker-dbus.c: * src/plugin-tracker/na-tracker.c: Update NATracker plugin. * src/core/Makefile.am: * src/core/na-updater.c: * src/core/na-updater.h: * src/nact/nact-window.c: * src/nact/nact-window.h: Update NactWindow class. * src/api/na-object-api.h: * src/api/na-object-item.h: * src/core/na-object-item.c: * src/nact/nact-tree-model-dnd.c: * src/nact/nact-tree-model.c: Update NactTreeModel class. * src/api/na-core-utils.h: * src/api/na-object-api.h: * src/api/na-object-profile.h: * src/core/na-core-utils.c: * src/core/na-object-profile.c: * src/io-gconf/nagp-reader.c: * src/nact/nact-ibackground-tab.c: * src/nact/nact-schemes-list.c: Update schemes list. * src/nact/nact-providers-list.c: Update providers list. * src/core/na-iprefs.c: * src/core/na-iprefs.h: * src/nact/nact-assistant-export.c: * src/nact/nact-export-ask.c: * src/nact/nact-export-format.c: * src/nact/nact-export-format.h: * src/nact/nact-preferences-editor.c: * src/nact/nact-preferences.ui: Update NactPreferencesEditor class. * src/nact/base-iprefs.c: * src/nact/base-iprefs.h: * src/nact/nact-main-window.c: * src/nact/nact-main-window.h: Update NactMainWindow class. * src/core/na-iprefs.c: * src/core/na-iprefs.h: * src/nact/nact-iprefs.c: * src/nact/nact-iprefs.h: * src/nact/nact-main-toolbar.c: Update toolbar. * src/api/na-iio-provider.h: * src/core/na-io-provider.c: * src/core/na-io-provider.h: * src/nact/nact-main-statusbar.c: Update status bar. * src/api/na-object-action.h: * src/api/na-object-api.h: * src/api/na-object-id.h: * src/api/na-object-item.h: * src/api/na-object-profile.h: * src/api/na-object.h: * src/core/na-object-action.c: * src/core/na-object-id.c: * src/core/na-object-item.c: * src/core/na-object-profile.c: * src/core/na-object.c: * src/core/na-pivot.c: * src/core/na-pivot.h: * src/core/na-updater.c: * src/core/na-updater.h: * src/nact/nact-export-format.c: * src/nact/nact-main-menubar.c: Update menu bar. * src/nact/nact-iprefs.c: Update NactIPrefs interface. * src/api/na-core-utils.h: * src/core/na-core-utils.c: * src/nact/nact-iconditions-tab.c: Update NactIConditionsTab interface. * src/api/na-core-utils.h: * src/core/na-core-utils.c: * src/core/na-iprefs.c: * src/core/na-iprefs.h: * src/nact/nact-icommand-tab.c: * src/nact/nact-iprefs.c: * src/nact/nact-iprefs.h: Update NactICommandTab interface. * src/api/na-object-api.h: * src/api/na-object-profile.h: * src/core/na-object-profile.c: * src/nact/nact-iaction-tab.c: * src/nact/nact-iadvanced-tab.c: * src/nact/nact-ibackground-tab.c: Update NactIBackgroundTab interface. * src/api/na-object-api.h: * src/api/na-object-item.h: * src/nact/nact-gtk-utils.c: * src/nact/nact-gtk-utils.h: * src/nact/nact-iaction-tab.c: Update NactIActionTab interface. * core/na-object-action-fn.h: * core/na-object-action-priv.h: * core/na-object-fn.h: * core/na-object-id-fn.h: * core/na-object-id-priv.h: * core/na-object-item-fn.h: * core/na-object-item-priv.h: * core/na-object-menu-fn.h: * core/na-object-menu-priv.h: * core/na-object-profile-fn.h: * core/na-object-profile-priv.h: Remove no more used files. * src/api/na-iduplicable.h: * src/api/na-object-api.h: * src/api/na-object-item.h: * src/api/na-object.h: * src/core/na-iduplicable.c: * src/core/na-object-item.c: * src/core/na-object.c: * src/nact/nact-iactions-list-bis.c: * src/nact/nact-iactions-list.c: * src/nact/nact-window.c: * src/nact/nact-window.h: Update NactIActionsList interface. * src/api/na-iduplicable.h: * src/api/na-object-api.h: * src/api/na-object-item.h: * src/core/na-exporter.c: * src/core/na-exporter.h: * src/core/na-iduplicable.c: * src/core/na-object-item.c: * src/nact/Makefile.am: * src/nact/nact-assistant-export.c: * src/nact/nact-clipboard.c: * src/nact/nact-clipboard.h: * src/nact/nact-confirm-logout.c: * src/nact/nact-export-ask.c: * src/nact/nact-export-format.c: * src/nact/nact-export-format.h: * src/nact/nact-iprefs.h: * src/nact/nact-main-menubar.h: * src/nact/nact-assistant-export.c: * src/nact/nact-assistant-export.h: * src/nact/nact-assistant-export.ui: * src/nact/nact-assistant-import.c: * src/nact/nact-import-ask.c: * src/nact/nact-import-ask.h: * src/nact/nact-iprefs.c: * src/nact/nact-iprefs.h: * src/nact/nact-tree-model.h: Update Nact classes. Refactor: move all XML code to src/io-xml plugin. * src/nact/Makefile.am: * src/nact/base-application-class.h: * src/nact/base-assistant.h: * src/nact/base-assistant.h: * src/nact/base-builder.h: * src/nact/base-dialog.h: * src/nact/base-iprefs.c: * src/nact/base-window-class.h: Update typo in Base class headers. * src/core/na-importer.c: * src/core/na-importer.h: New files. * src/core/Makefile.am: * src/core/na-iimporter.c: * src/core/na-io-provider.c: * src/core/na-iprefs.h: Update core library. * src/nact/nact-export-format.h: * src/nact/nact-export-format.c: * src/core/na-exporter.h: * src/core/na-exporter.c: Update export treatements. * src/api/na-iexporter.h: * src/core/na-iexporter.c: * src/io-xml/naxml-module.c: * src/io-xml/naxml-provider.c: Update NAIExporter interface. Define NAExportFormat new class. * src/core/na-export-format.c: * src/core/na-export-format.h: New files. Rename src/nact/nact-assistant-export-ask.{c,h} to src/nact/nact-export-ask.{c,h} 2010-02-15 Pierre Wieser Now install defined ids in docdir. * doc/export-format-id: New file. * doc/Makefile.am: Updated accordingly. Define NactIPrefs interface. * src/nact/nact-iprefs.c: * src/nact/nact-iprefs.h: New files. Update src/nact/ Remove useless src/private directory. Define NAUpdater class. * src/core/na-updater.c: * src/core/na-updater.h: New files. Update src/core/na-pivot.{c,h} Update src/core/na-module.{c,h} Update src/core/na-iprefs.{c,h} Update src/core/na-ipivot-consumer.{c,h} Update src/core/na-io-factory.{c,h} Update src/core/na-io-provider.{c,h} Update src/core/na-iabout.{c,h} Update src/utils. 2010-02-15 Deji Akingunola * src/test/Makefile.am: Fix typo. 2010-02-15 Pierre Wieser Update src/test. Update src/plugin-tracker. Update src/plugin-menu. Define NAIImporter interface. * src/api/na-iimporter.h: * src/core/na-iimporter.c: New files. Define NAIExporter interface. * src/api/na-iexporter.h: * src/core/na-iexporter.c: New files. * src/core/na-dbus-tracker.h: New file. Remove useless src/api/na-gconf-keys.h Update GConf I/O provider. Create src/io-gconf/nagp-keys.c Rename src/io-gconf/nagp-write.{c,h} to src/io-gconf/nagp-writer.{c,h} Rename src/io-gconf/nagp-read.{c,h} to src/io-gconf/nagp-reader.{c,h} Update I/O desktop provider. * src/io-desktop/nadp-keys.c: * src/io-desktop/nadp-keys.h: New files. Rename src/io-desktop/nadp-xdg-data-dirs.{c,h} to src/io-desktop/nadp-xdg-dirs.{c,h} Rename src/io-desktop/nadp-write.{c,h} to src/io-desktop/nadp-writer.{c,h} Rename src/io-desktop/nadp-read.{c,h} to src/io-desktop/nadp-reader.{c,h} NAObject-derived classes implement NAIDataFactory interface. * src/core/na-object-id-enum.c: * src/core/na-object-item-enum.c: * src/core/na-object-action-enum.c: * src/core/na-object-profile-enum.c: * src/core/na-object-menu-enum.c: New files. Define NADataElement class. * src/core/na-data-element.c: * src/core/na-data-element.h: New files. Define NAIDataFactory interface. * src/api/na-idata-factory.h: * src/api/na-idata-factory-enum.h: * src/api/na-idata-factory-str.h: * src/core/na-idata-factory.c: * src/core/na-data-factory.c: * src/core/na-data-factory.h: New files. Define NAIIOFactory interface. * src/api/na-iio-factory.h: * src/api/na-iio-factory-factory.h: * src/core/na-iio-factory.c: * src/core/na-io-factory.c: * src/core/na-io-factory.h: New files. Rename src/core/na-object-menu-class.h to src/api/na-object-menu.h Rename src/core/na-object-profile-class.h to src/api/na-object-profile.h Rename src/core/na-object-action-class.h to src/api/na-object-action.h Rename src/core/na-object-item-class.h to src/api/na-object-item.h Rename src/core/na-object-id-class.h to src/api/na-object-id.h Rename src/core/na-object-class.h to src/api/na-object.h Rename src/core/na-iduplicable.h to src/api/na-iduplicable.h Rename src/core/na-gconf-utils.h to src/api/na-gconf-utils.h Rename src/api/na-iio-provider.c to src/core/na-iio-provider.c * src/api/na-dbus.h: Update defined name. * m4/na-log-domains.m4: Update log domains with new subdirs. * doc/io-provider-id: Reference na-xml XML provider. Rename src/api/na-gconf-monitor.c to src/core/na-gconf-monitor.c Rename src/core/na-utils.h to src/api/na-core-utils.h Rename src/core/na-utils.c to src/core/na-core-utils.c * src/api/Makefile.am: * src/core/Makefile.am: Updated accordingly. * src/core/na-core-utils.c: * src/core/na-core-utils.h: Normalize functions names. Merge src/private/ and src/runtime to src/core/ Rename src/api/na-api.h to src/api/na-extension.h * src/api/README: * src/io-desktop/nadp-module.c: * src/io-gconf/nagp-module.c: * src/runtime/na-module.c: Updated accordingly. Define XML provider as a dynamic module. * io-xml/Makefile.am: * io-xml/naxml-module.c: * io-xml/naxml-provider.c: * io-xml/naxml-provider.h: New files. Rename source tree from nautilus-actions/ to src/ Rename src/io-provider-desktop/ to src/io-desktop/ Rename src/io-provider-gconf/ to src/io-gconf/ Rename src/plugin to src/plugin-menu/ Rename src/tracker to src/plugin-tracker/ * Makefile.am: * configure.ac: * po/POTFILES.in: Updated accordingly. 2010-01-31 Pierre Wieser * nautilus-actions/io-provider-desktop/nadp-desktop-file.c: * nautilus-actions/io-provider-desktop/nadp-desktop-file.h: * nautilus-actions/io-provider-desktop/nadp-read.c: * nautilus-actions/io-provider-desktop/nadp-utils.c: * nautilus-actions/io-provider-desktop/nadp-utils.h: * nautilus-actions/io-provider-gconf/nagp-read.c: Implements reading of .desktop files. * nautilus-actions/io-provider-gconf/nagp-write.c (write_item_action): Always writes the 'OBJECT_ITEM_TOOLBAR_LABEL_ENTRY' key. 2010-01-30 Pierre Wieser No more record the toolbar_same_label indicator. * nautilus-actions.schemas.in: Remove schema for 'toolbar-same-label' key. * nautilus-actions/io-provider-gconf/nagp-read.c (read_item_action_properties): No more read the 'toolbar-same-label' entry. * nautilus-actions/io-provider-gconf/nagp-write.c (write_item_action): No more write the 'toolbar-same-label' entry. Remove the key if undeeded. * nautilus-actions/nact/nact-iaction-tab.c (on_toolbar_same_label_toggled): Fix toolbar label setup. * nautilus-actions/nact/nact-xml-reader.c (apply_values): No more read OBJECT_ITEM_TOOLBAR_SAME_LABEL_ENTRY node. * nautilus-actions/runtime/na-gconf-utils.c: * nautilus-actions/runtime/na-gconf-utils.h (na_gconf_utils_remove_entry): New function. * nautilus-actions/runtime/na-xml-writer.c (create_schema_entry, create_dump_entry): No more write the 'toolbar-same-label' entry. * nautilus-actions/nact/nact-iaction-tab.c (on_tab_updatable_selection_changed): Update tab label depending on the currently selected item. * nautilus-actions/nact/nautilus-actions-config-tool.ui: No more give a special name to Action tab label. * nautilus-actions/nact/nautilus-actions-config-tool.ui: Fix Action tab layout. A full rewriting of the writability of items vs. providers. * data/nautilus-actions.schemas.in: Describe 'export-format' and 'io-providers-order' keys. Define 'mandatory/all/locked' key to lock all configuration. * doc/io-provider-id: Reserve 'all' special provider_id. * nautilus-actions/api/na-gconf-monitor.c * nautilus-actions/io-provider-desktop/nadp-desktop-file.c * nautilus-actions/io-provider-desktop/nadp-desktop-provider.c * nautilus-actions/nact/base-application.c * nautilus-actions/nact/base-assistant.c * nautilus-actions/nact/base-builder.c * nautilus-actions/nact/base-dialog.c * nautilus-actions/nact/base-window.c * nautilus-actions/nact/nact-application.c * nautilus-actions/nact/nact-assistant-export-ask.c * nautilus-actions/nact/nact-assistant-export.c * nautilus-actions/nact/nact-assistant-import-ask.c * nautilus-actions/nact/nact-assistant-import.c * nautilus-actions/nact/nact-clipboard.c * nautilus-actions/nact/nact-confirm-logout.c * nautilus-actions/nact/nact-window.c * nautilus-actions/runtime/na-module.c (instance_init, instance_dispose): Review debug messages formatting. * nautilus-actions/api/na-iio-provider.c: * nautilus-actions/api/na-iio-provider.h (is_writable): Removed API. (is_able_to_write): New API. Review operations return codes. Add provider status. * nautilus-actions/io-provider-desktop/nadp-desktop-provider.c: * nautilus-actions/io-provider-desktop/nadp-desktop-provider.h: * nautilus-actions/io-provider-desktop/nadp-read.c: * nautilus-actions/io-provider-desktop/nadp-write.c: * nautilus-actions/io-provider-desktop/nadp-write.h: * nautilus-actions/io-provider-gconf/nagp-gconf-provider.c: * nautilus-actions/io-provider-gconf/nagp-write.c: * nautilus-actions/io-provider-gconf/nagp-write.h: Updated to new NAIIOProvider API. * nautilus-actions/nact/nact-iaction-tab.c: * nautilus-actions/nact/nact-iactions-list.c: * nautilus-actions/nact/nact-iactions-list.h: * nautilus-actions/nact/nact-iadvanced-tab.c: * nautilus-actions/nact/nact-ibackground-tab.c: * nautilus-actions/nact/nact-icommand-tab.c: * nautilus-actions/nact/nact-iconditions-tab.c: * nautilus-actions/nact/nact-main-menubar.c: * nautilus-actions/nact/nact-main-tab.h: * nautilus-actions/nact/nact-main-window.c: * nautilus-actions/nact/nact-providers-list.c: * nautilus-actions/nact/nact-tree-model-dnd.c: * nautilus-actions/nact/nact-tree-model.c: * nautilus-actions/nact/nact-window.c: * nautilus-actions/nact/nact-window.h: Take advantage of the new global item writability status. * nautilus-actions/nact/nact-main-statusbar.c: * nautilus-actions/nact/nact-main-statusbar.h (nact_main_statusbar_set_locked): Display the reason. * nautilus-actions/nact/nact-iactions-list-bis.c (nact_iactions_list_bis_list_modified_items): Dump the raw content of the list. * nautilus-actions/plugin/nautilus-actions.c (instance_init): * nautilus-actions/runtime/na-pivot.c: * nautilus-actions/runtime/na-pivot.h(na_pivot_new): * nautilus-actions/utils/nautilus-actions-new.c (write_to_gconf): * nautilus-actions/utils/nautilus-actions-run.c (get_action): New na_pivot_new() signature. * nautilus-actions/private/na-object-item-fn.h: * nautilus-actions/private/na-object-item-priv.h: * nautilus-actions/private/na-object-item.c: The NAObjectItem now embeds a NAIOProvider pointer. * nautilus-actions/runtime/na-io-provider.c: * nautilus-actions/runtime/na-io-provider.h: Load all available and defined I/O providers. * nautilus-actions/test/init-dispose-diff.sh: New file. 2010-01-27 Pierre Wieser * nautilus-actions/nact/nact-preferences.ui: Fix the name of the Down button. Invert buttons so that Up is at the top, and Down at the bottom. * nautilus-actions/nact/nact-providers-list.c: Activate up/down buttons. Save the I/O providers individual preferences. Load and save in order. * nautilus-actions/runtime/na-io-provider.c: Order the I/O providers in write priority. 2010-01-26 Pierre Wieser * nautilus-actions/io-provider-gconf/nagp-read.c (nagp_iio_provider_read_items): Remove path trace. * nautilus-actions/nact/nact-application.c (appli_initialize_application): * nautilus-actions/plugin/nautilus-actions.c (instance_init): * nautilus-actions/utils/nautilus-actions-new.c (write_to_gconf): * nautilus-actions/utils/nautilus-actions-run.c (get_action): Adapt to new na_pivot_new(). * nautilus-actions/nact/nact-iaction-tab.c (display_provider_name): Adapt to the temporary new NAIOProvider API. * nautilus-actions/nact/nact-preferences-editor.c: Fix compilation error by adding nact-providers-list.h include file. * nautilus-actions/nact/nact-providers-list.c: Display list of providers with their initial state. * nautilus-actions/plugin/nautilus-module.c: * nautilus-actions/tracker/na-tracker-plugin.c: (nautilus_module_initialize): Prefix the log message with "[N-A]". * nautilus-actions/runtime/na-gconf-utils.c: * nautilus-actions/runtime/na-gconf-utils.h (na_gconf_utils_get_subdirs, na_gconf_utils_free_subdirs): New functions. * nautilus-actions/runtime/na-io-provider.c: * nautilus-actions/runtime/na-io-provider.h: Refactoring to keep a static list of capable I/O providers. * nautilus-actions/runtime/na-module.c (na_module_load_modules): Only displays the name of the loaded module. (is_a_na_plugin): Add a trace with the full path of the module. * nautilus-actions/runtime/na-pivot.c: * nautilus-actions/runtime/na-pivot.h: Define loadable_set and io_provider_set as construct-only properties. Remove unused action_changed_handler stuff. No more maintain the list of capable I/O providers. 2010-01-25 Pierre Wieser * nautilus-actions/runtime/na-pivot.c: * nautilus-actions/runtime/na-pivot.h: Source reorganization. * nautilus-actions/runtime/na-pivot.c: * nautilus-actions/runtime/na-pivot.h (na_pivot_get_automatic_reload): Remove unused function. * nautilus-actions/runtime/na-pivot.c: * nautilus-actions/runtime/na-pivot.h (na_pivot_set_population): Function is renamed to na_pivot_set_loadable_population(). The enum is named NAPivotLoadable. * nautilus-actions/plugin/nautilus-actions.c (instance_init): * nautilus-actions/utils/nautilus-actions-run.c (get_action): Adjusted accordingly. * nautilus-actions/runtime/na-module.c: Source slight adjustment. 2010-01-23 Pierre Wieser * nautilus-actions/nact/nact-schemes-list.c: Cleanup the source file. * nautilus-actions/nact/nact-preferences.ui: Reset tooltips in all preference pages. * nautilus-actions/nact/nact-providers-list.c: * nautilus-actions/nact/nact-providers-list.h: New files. * nautilus-actions/nact/Makefile.am: Updated accordingly. * nautilus-actions/nact/nact-preferences-editor.c: Updated to handle a sixth tab. 2010-01-23 Pierre Wieser * configure.ac: Bump version number. * All source files: Updated copyright notice. 2010-01-23 Pierre Wieser * NEWS: Updated for release. * po/POTFILES.in: Add nautilus-actions/nact/nact-preferences.ui file. * configure.ac: Add a dependancy on dbus-lib-1 for tracker. * nautilus-actions/nact/base-window.c (search_for_child_widget): Use GtkBuildable interface instead of 'name' field (fix #607704). 2010-01-20 Pierre Wieser * data/nautilus-actions.schemas.in: Add a schema for 'na-desktop/locked' mandatory key. * .gitignore: Ignore eclipse-specific files. * data/nautilus-actions.schemas.in: Fix default value for level zero key. Describe the new 'schemes' preference key. * nautilus-actions/nact/nact-preferences.ui: * nautilus-actions/nact/nact-schemes-list.c: * nautilus-actions/nact/nact-schemes-list.h: New files. * nautilus-actions/nact/nact-iadvanced-tab.c: * nautilus-actions/nact/nact-preferences-editor.c: * nautilus-actions/nact/Makefile.am: Updated accordingly. 2010-01-17 Pierre Wieser * nautilus-actions/nact/nact-assistant-export.ui: * nautilus-actions/nact/nautilus-actions-config-tool.ui: Forces default orientation of vboxes (fix #607218). * nautilus-actions/nact/nact-main-toolbar.c: * nautilus-actions/nact/nact-main-toolbar.h: New files. * nautilus-actions/nact/Makefile.am: * nautilus-actions/nact/nact-main-menubar.c: Updated accordingly. 2010-01-16 Pierre Wieser * nautilus-actions/nact/nact-clipboard.c: Fix primary clipboard management. * nautilus-actions/nact/nact-main-menubar.c (on_update_sensitivities): Fix cut/copy/duplicate/delete sensitivity when selection is multiple. 2010-01-15 Pierre Wieser * nautilus-actions/nact/nact-iactions-list-bis.c: * nautilus-actions/nact/nact-iactions-list.h (nact_iactions_list_bis_clear_selection): New function. * nautilus-actions/nact/nact-iactions-list.c (nact_iactions_list_fill): Clear the selection before filling the tree view. * nautilus-actions/nact/nact-main-menubar.c (on_update_sensitivities): Force the count of selected items to be consistant with the list. * nautilus-actions/nact/nact-tree-model-dnd.c (drop_inside): Dropped new item is set as new. * nautilus-actions/nact/nact-iactions-list.c (filter_selection): Review selection criteria, introducing implicit selection. * nautilus-actions/nact/nact-main-menubar.c (on_update_sensitivities): Review menu items sensitivity, especially when provider is not writable. Enable new item even when selection is multiple. * nautilus-actions/nact/nact-window.c: * nautilus-actions/nact/nact-window.h (nact_window_is_writable_item): New function. 2010-01-05 Pierre Wieser * configure.ac: Bump version number. 2010-01-05 Pierre Wieser * configure.ac: Add -Wformat=2 compilation option. * nautilus-actions/nact/nact-gtk-utils.c (nact_gtk_utils_set_editable): * nautilus-actions/nact/nact-iactions-list.c (nact_iactions_list_runtime_init_toplevel): * nautilus-actions/nact/nact-iadvanced-tab.c (runtime_init_connect_signals): * nautilus-actions/nact/nact-ibackground-tab.c (nact_ibackground_tab_runtime_init_toplevel): Substitute gtk_cell_layout_get_cells to obsoleted gtk_tree_view_column_get_cell_renderers. * nautilus-actions/runtime/na-xml-writer.c (na_xml_writer_output_xml): Use correct printf format. caja-actions-1.27.0/ChangeLog-2011000066400000000000000000003010431433352025300162710ustar00rootroot000000000000002011-12-31 Pierre Wieser * src/core/na-importer.c: * src/core/na-importer.h (na_importer_free_ask_mode): Removed function. 2011-12-30 Pierre Wieser * src/core/na-import-mode.c: * src/core/na-import-mode.h: Implement NAImportMode object class. * src/core/na-importer.c: * src/core/na-importer.h (na_importer_get_modes, na_importer_get_ask_mode): New functions. * src/core/na-ioptions-list.c: * src/core/na-ioptions-list.h (free_options, free_ask_option): Add 'container_parent' as an argument of the methods. * src/nact/nact-assistant-export.c: * src/nact/nact-export-ask.c: Updated accordingly. * src/nact/nact-preferences-editor.c: Implement NAIOptionsList interface for Import mode tab. * src/nact/nact-preferences.ui: Updated accordingly. 2011-12-29 Pierre Wieser * src/core/na-import-mode.c (instance_finalize): Free private structure. * src/nact/nact-preferences-editor.c (on_base_initialize_gtk_toplevel): Remove unused variables. 2011-12-28 Pierre Wieser * src/nact/base-application.c (class_init): Property labels are not translatable. * src/nact/base-application.h: Review comments. * src/nact/main.c (main): Set command-line arguments here. * src/nact/nact-application.c (class_init): Remove "updater" property. * src/nact/nact-application.c: * src/nact/nact-application.h (nact_application_new): Have an empty constructor. 2011-12-27 Pierre Wieser * src/io-desktop/export-desktop.png: New file. * src/io-desktop/nadp-formats.c (nadp_formats_get_formats): Define an icon for desktop export format. * src/io-desktop/Makefile.am: Updated accordingly. * src/io-xml/export-dump.png: * src/io-xml/export-schemas-v1.png: * src/io-xml/export-schemas-v2.png: New files. * src/io-xml/naxml-formats.c (naxml_formats_get_formats): Define icons for XML export formats. * src/io-xml/Makefile.am: Updated accordingly. * src/core/na-import-mode.c: * src/core/na-import-mode.h: * src/core/na-ioption.c: * src/core/na-ioption.h: * src/core/na-ioptions-list.c: * src/core/na-ioptions-list.h: New files. * src/core/Makefile.am: Updated accordingly. * src/core/na-gtk-utils.c: * src/core/na-gtk-utils.h: * src/nact/base-gtk-utils.c: * src/nact/base-gtk-utils.h (base_gtk_utils_set_editable, base_gtk_utils_radio_set_initial_state, base_gtk_utils_radio_reset_initial_state): Move functions to na-gtk-utils. * src/nact/nact-export-ask.c: * src/nact/nact-preferences-editor.c: Updated accordingly. 2011-12-25 Pierre Wieser * src/core/na-gtk-utils.c: * src/core/na-gtk-utils.h (na_gtk_utils_search_for_child_widget): Renamed as na_gtk_utils_find_widget_by_name(). * src/core/na-importer-ask.c: * src/nact/base-window.c: * src/nact/nact-assistant-export.c: * src/nact/nact-assistant-import.c: * src/nact/nact-icon-chooser.c: * src/nact/nact-tree-view.c: Updated accordingly. 2011-12-23 Pierre Wieser * src/core/na-gtk-utils.c: * src/core/na-gtk-utils.h (na_gtk_utils_find_widget_by_type): New function. 2011-12-22 Pierre Wieser * src/core/na-export-format.c: Remove superfluous gdk-pixbuf.h include. * src/core/na-settings.c: * src/core/na-settings.h: New "export-assistant-paned-width" preference. * src/nact/nact-assistant-export.c (instance_dispose, on_base_initialize_base_window): Keep the position of the horizontal pane as a user preference. * src/nact/nact-assistant-export.ui: Give a more kind name to the pane. * src/nact/nact-assistant-export.c: * src/nact/nact-assistant-export.ui: Whole refactoring. * src/nact/nact-export-format.c: * src/nact/nact-export-format.h: Refactor to display in a GtkTreeView. * src/nact/base-assistant.c (do_run): Destroy the assistant when quitting. * src/core/na-export-format.c: * src/core/na-export-format.h (na_export_format_get_exporter): Renamed as na_export_format_get_provider(). (na_export_format_get_pixbuf): New function. * src/core/na-exporter.c (exporter_free_formats): Fix the test. (find_exporter_for_format): Updated accordingly. 2011-12-21 Pierre Wieser NAIExporter interface upgrade. * src/api/na-iexporter.h: Define a new NAIExporterFormatExt structure, which embeds a GdkPixbuf. * src/core/na-export-format.c: * src/core/na-export-format.h (na_export_format_new): Updated to new NAIExporterFormatExt structure. * src/core/na-exporter.c (na_exporter_get_formats): Take into account the new NAIExporter interface version. * src/io-desktop/nadp-desktop-provider.c: Updated to new NAIExporter interface version. * src/io-desktop/nadp-formats.c (nadp_formats_get_formats, nadp_formats_free_formats): New functions. * src/io-xml/naxml-formats.c: Updated to the new NAIExporter interface version. * src/io-xml/naxml-formats.c: * src/io-xml/naxml-formats.h (naxml_formats_get_formats, naxml_formats_free_formats): New functions. 2011-12-20 Pierre Wieser * src/nact/nact-menubar.c: Do not talk about XML files on import/export. * src/nact/nact-assistant-import.c (prepare_confirm, prepare_importdone): Force immediate redraw with Gtk2. (prepare_importdone): Color the URI depending of the status. * src/nact/nact-assistant-import.ui: Display the import mode in only one GtkLabel. 2011-12-19 Pierre Wieser Review import assistant. - File selection: enable to forward if at least one loadable file. - Import mode: replace the radio button group with a list view. - Confirm and Summary pages: fully review the layout. * src/nact/Makefile.am: * src/nact/nact-assistant-import.c: * src/nact/nact-assistant-import.ui: Updated accordingly. * src/nact/base-gtk-utils.c (base_gtk_utils_get_pixbuf, base_gtk_utils_render): Fix typos in a comment. 2011-12-14 Pierre Wieser * src/nact/nact-match-list.c (nact_match_list_on_selection_changed): Fix typo in the comment. * src/nact/nact-export-format.c (draw_in_vbox): Increment spacing. 2011-12-13 Pierre Wieser * docs/reference/Makefile.am: Fix (one more time) the build. * docs/reference/nautilus-actions-sections.txt: Add new functions. Have a distinct interface definition for import assistant. * src/nact/nact-assistant-import.ui: New file. * po/POTFILES.in: * src/nact/Makefile.am: * src/nact/nact-assistant-import.c: * src/nact/nautilus-actions-config-tool.ui: Updated accordingly. * src/nact/nautilus-actions-config-tool.ui: * src/nact/nact-assistant-export.ui: Add a padding to GtkFileChoosers. * src/nact/nautilus-actions-config-tool.ui: Let a page be scrolled. * src/nact/nact-assistant-export.ui: Remove useless placeholder. 2011-12-12 Pierre Wieser * src/nact/nact-preferences.ui: Fix vertical expand in runtime execution tab and auto-save frame. * src/nact/nact-assistant-export.ui: * src/nact/nautilus-actions-config-tool.ui: * src/nact/nact-export-format.c (draw_in_vbox): Make assistant labels wrappable. * src/io-desktop/nadp-formats.c: * src/io-xml/naxml-formats.c: Review the description of the export formats. * configure.ac: * src/core/na-gtk-utils.c: * src/core/na-importer-ask.ui: * src/nact/nact-add-capability-dialog.c: * src/nact/nact-add-capability.ui: * src/nact/nact-add-scheme-dialog.c: * src/nact/nact-add-scheme.ui: * src/nact/nact-assistant-export.ui: * src/nact/nact-clipboard.c: * src/nact/nact-icon-chooser.ui: * src/nact/nact-main-tab.c: * src/nact/nact-menubar.c: * src/nact/nact-preferences.ui: * src/nact/nact-schemes-list.c: * src/nact/nact-tree-model-dnd.c: * src/nact/nautilus-actions-config-tool.ui: Now requires Gtk 2.20. * tools/release-tarball.sh: Automatically installs manuals on the website when releasing a new stable version. 2011-12-09 Pierre Wieser * tools/release-tarball.sh: Take _build builddir into account. * configure.ac: Post release bump version. * NEWS: * TODO: Update before release. * src/core/na-gconf-migration.c (na_gconf_migration_run): Run verbosely. * src/utils/na-gconf2key.sh.in: Fix unset variable. * src/nact/nact-match-list.c (insert_new_row): New rows now default to be 'matched'. * src/core/na-updater.c (na_updater_delete_item): Do not try to remove from the backend an item which has never been written. * src/nact/nact-menubar-file.c: Fix typo in translatable message. (nact_menubar_file_save_items): Reinitialize messages pointer. * src/nact/nact-tree-ieditable.c (add_to_deleted_rec): Only count as deleted items which were read from the backend. Compute level zero status. * src/core/na-importer-ask.c (na_importer_ask_user): * src/core/na-settings.h: Change import default mode and export default format to 'Ask'. * src/io-xml/naxml-writer.c (write_data_schema_v2, write_data_dump): String and uint lists have the GConf format (between square brackets). * src/io-xml/naxml-reader.c (read_done_action_read_profiles): Make sure we have at least one profile attached to the action. * src/io-gconf/nagp-reader.c (read_done_action_read_profiles): Make sure we have at least one profile attached to the action. * src/io-desktop/nadp-desktop-file.c: * src/io-desktop/nadp-desktop-file.h (nadp_desktop_file_has_profile): New function. * src/io-desktop/nadp-reader.c (item_from_desktop_path): Replace the warning with an error message to be returned to the caller. (read_done_action_read_profiles): Attach at least a default profile to the action. (read_done_action_load_profile): Define a default profile if not found in .desktop file. * src/core/na-icontext-factory.c: Fix mimetypes and schemes default values. * src/core/na-icontext.c (is_compatible_scheme): Fix scheme test. 2011-12-06 Pierre Wieser * src/utils/na-gconf2key.sh.in: Fix permissions when creating the configuration directory. * src/core/na-settings.c (settings_new): * src/io-desktop/nadp-writer.c (nadp_iio_provider_is_able_to_write, nadp_iio_provider_write_item): Fix permissions when creating the configuration directory. * src/api/na-core-utils.h: * src/core/na-core-utils.c (na_core_utils_dir_list_perms): New function. * src/nact/nact-tree-model-dnd.c (drop_uri_list): Fix and improve error messages during drop operations. Fix a coredump when trying to import an empty file by DnD. Extend the fix by checking the size and the type of the candidate. * src/api/na-core-utils.h: * src/core/na-core-utils.c (na_core_utils_file_is_loadable): New function. * src/api/na-iimporter.h (IMPORTER_CODE_NOT_LOADABLE): New return code. * src/core/na-importer.c (import_from_uri): Do not try other modules one the first detects that a file is not loadable. * src/io-desktop/nadp-desktop-file.c (nadp_desktop_file_new_from_uri): * src/io-desktop/nadp-reader.c (nadp_reader_iimporter_import_from_uri): * src/io-xml/naxml-reader.c (naxml_reader_import_from_uri): Check whether the file is loadable before trying to import it. * src/nact/nact-main-tab.h: * src/nact/nact-main-window.h: Fix comments. * src/nact/nact-main-window.c: Fix typo. * src/nact/nact-tree-model.c (nact_tree_model_new): No more connect to base-window-initialize-gtk signal. Initialize model without waiting for signal triggering. * src/nact/nact-tree-view.c (instance_constructed): No more connect to base-window-initialize-gtk signal. 2011-12-05 Pierre Wieser * src/core/na-importer-ask.c (import_ask_new): * src/nact/nact-add-capability-dialog.c (on_base_initialize_gtk_toplevel): * src/nact/nact-add-capability.ui: * src/nact/nact-add-scheme-dialog.c (on_base_initialize_gtk_toplevel): * src/nact/nact-add-scheme.ui: * src/nact/nact-export-ask.c (on_base_initialize_gtk_toplevel): * src/nact/nact-icon-chooser.c (on_base_initialize_gtk_toplevel): * src/nact/nact-icon-chooser.ui: * src/nact/nact-preferences-editor.c (on_base_initialize_gtk_toplevel): Remove (deprecated since 2.22) 'has_separator' property from GtkDialog. * src/io-xml/naxml-reader.c (naxml_reader_import_from_uri): Display an synthetic error message if cannot handle the file. * src/io-desktop/nadp-reader.c (nadp_reader_iimporter_import_from_uri): Display an synthetic error message if cannot handle the file. * po/POTFILES.in: Updated accordingly. * src/core/na-importer.c (import_from_uri): Only display error messages of the interface which has eventually successfully imported the item. * src/core/na-importer.c (import_from_uri): Make sure of the population against which we check for existance. * src/core/na-iimporter.h: Improve comment. 2011-12-04 Pierre Wieser * docs/nact/Makefile.am: Work-around against #664768. When a bug is detected in dblatex, we re-run it in debug mode, so that we may be able to get the .pdf from temp directory. * docs/nact/Makefile.am: Fix User's Manual generation. * docs/reference/nautilus-actions-docs.xml: API only changes on minor versions. * run-autogen.sh: Do not automatically make && make install after configure. * run-distcheck.sh: Fix cleanup before making distcheck. 2011-12-03 Pierre Wieser * tools/check-headers.sh: Fix when builddir not equal to srcdir. * run-distcheck.sh: Make sure that the document wil be rebuilt. * m4/na-enable-manuals.m4: Fix the test as possible values are 'gdt', 'db2html' and 'no. * docs/reference/Makefile.am: Fix when builddir not equal to srcdir. 2011-12-02 Pierre Wieser Do not build the documentation at all if not asked for. * m4/na-enable-manuals.m4: new ENABLE_MANUALS conditional. * docs/nact/Makefile.am: Make use of new ENABLE_MANUALS conditional. Also test for conditionals when installing. * run-autogen.sh: Yet improve the build script. 2011-12-01 Pierre Wieser * src/core/na-importer-ask.c (na_importer_ask_user): Save window size and position when quitting, restoring it on next init. 2011-11-30 Pierre Wieser * src/core/na-gtk-utils.c: * src/core/na-gtk-utils.h (na_gtk_utils_restore_position_window, na_gtk_utils_save_window_position): New functions. * src/nact/base-gtk-utils.c (base_gtk_utils_restore_window_position, base_gtk_utils_save_window_position): Updated accordingly. * src/nact/base-gtk-utils.h: Fix a comment. * src/core/na-importer-ask.c: * src/core/na-importer-ask.h: Now derives from GObject. * src/core/na-importer-ask.c (import_ask_new): All one-time initialization is made here, being able to return NULL if failed. * src/core/na-importer-ask.c (on_destroy_toplevel): NAImporterAsk is now attached to its parent, and destroyed with it. * src/nact/nact-assistant-import.c (assistant_apply): Make the assistant the parent of NAImporterAsk (instead of main window). 2011-11-29 Pierre Wieser * src/core/na-object-item-factory.c: Do not let a read or imported item go until the UI with an empty label. * src/io-xml/naxml-reader.c (schema_parse_schema_content): Only search for identifier in schema key. 2011-11-28 Pierre Wieser * src/io-desktop/nadp-desktop-file.c (check_key_file): - Do not even try to read zero byte length files. - Check Type key before trying to import the file. * src/core/na-importer-ask.c: * src/core/na-importer-ask.ui: Make NAImporterAsk normally answer to response codes, and quit on Esc. * nact/nact-export-format.c (draw_in_vbox): Use gtk_misc functions. * run-autogen.sh: * run-distcheck.sh: Review in order to be able to build several guests from a common single source tree. * src/nact/nact-assistant-export.c (assist_initial_load_target_folder): Get ride of the superfluous 'name' entry field when selecting the folder. * src/nact/nact-export-ask.c (nact_export_ask_user): Actually do not export the item if the user cancels the operation. * src/io-desktop/nadp-desktop-file.c (nadp_desktop_file_new_from_uri): Only display debug messages (try to minimize warnings on import). * src/io-xml/naxml-reader.c (publish_undealt_nodes): Removed useless (and buggy) function. (manage_import_mode): Returns all messages to the caller. * src/io-desktop/nadp-reader.c (nadp_reader_iimporter_import_from_uri): Returns all messages to the caller. 2011-11-27 Pierre Wieser * src/nact/base-gtk-utils.c (base_gtk_utils_restore_window_position): Limit the window size, maximizing with the screen size. * nact/nact-tree-view.h: * nact/nact-tree-view.c: Define parent property. * nact/nact-tree-view.c (on_tree_view_realized): Delay all signal connection until the widget be actually realized. * src/nact/nact-sort-buttons.c (on_base_initialize_buttons): Delay the connection to the NactTreeView signal until we are sure the widget is realized. * src/nact/nact-main-window.c (on_base_initialize_gtk_toplevel): Delay the initialization of the NactTreeView until the Gtk toplevel has been loaded from XML Glade file. * src/nact/nact-assistant-export.c: Adapt to gtk3. * src/nact/nact-export-format.c (nact_export_format_init_display): Remove the useless intermediate GtkGrid. * src/nact/nact-assistant-export.ui: Let the format selection be scrolled. * src/core/na-gtk-utils.c (dump_children): Also dump the address of the child widget. Also dump children which do not have a name (dynamically allocated). 2011-11-26 Pierre Wieser * src/nact/nact-tree-ieditable.c (do_insert_before): Re-reverse the list before returning so that the list returns as unchanged to the caller. * src/io-desktop/nadp-desktop-file.c (nadp_desktop_file_new_from_uri): Slightly optimize code. * src/core/na-importer.c (na_importer_import_from_list): Fix comments. * src/io-xml/naxml-reader.c (naxml_reader_import_from_uri): Do not return any error message if we do not identify at least a well-formed document with a known root node. * src/api/na-boxed.h: * src/api/na-timeout.h: * src/core/na-boxed.c: * src/core/na-data-boxed.c: * src/core/na-gconf-migration.c: * src/core/na-gconf-monitor.c: * src/core/na-gconf-utils.c: * src/core/na-icontext.c: * src/core/na-iduplicable.c: * src/core/na-iprefs.c: * src/core/na-object-item.c: * src/core/na-object.c: * src/core/na-settings.c: * src/core/na-updater.c: Only reference minor version in 'Since:' and 'Deprecated' comments. * run-autogen.sh: Change development installation directory to _install. * configure.ac: gtk-doc and gnome-doc-utils are no more mandatory packages. m4_ifdef is not a good way to test if these packages are available, as the m4 files default ot be distributed. * Makefile.am: Explicitely disable scrollkeeper here when making distcheck. 2011-11-25 Pierre Wieser * docs/nact/Makefile.am: Fully review the NACT User's Manual build. * configure.ac: gtk-doc and gnome-doc-utils are no more mandatory packages. * Makefile.am: No more try to rebuild manuals when making distcheck. Move gnome-doc-utils.make and gtk-doc.make to MAINTAINERCLEANFILES target. * run-autogen.sh: Rename 'autogen_target' variable to 'target'. Remove distcheck target as doc is enough to build manuals. * run-distcheck.sh: Update to new 'target' variable and 'doc' target. * docs/reference/Makefile.am: gtk-doc is no more a mandatory package. Requires gtk-doc 1.15 to take advantage of new source option. * docs/reference/nautilus-actions-docs.xml: Bump copyright year. 2011-11-21 Pierre Wieser * src/nact/nautilus-actions-config-tool.ui: Remove empty children from GtkAssistant container. * src/nact/nact-assistant-import.c: Adapt to the new way Gtk+ 3.2 builds the assistant. * src/nact/base-application.c (appli_initialize_gtk): Fix a typo. * src/core/na-gtk-utils.c (na_gtk_utils_dump_children): Increment the level of the first child of the hierarchy. * run-autogen.sh: Be able to run from another directory. 2011-11-16 Pierre Wieser * src/nact/base-window.c: * src/nact/base-window.h (base_window_dump_children): New function. * src/core/na-gtk-utils.c: * src/core/na-gtk-utils.h (na_gtk_utils_dump_children): New function. * docs/nact/C/nact-conditions.xml: * docs/nact/C/nact-edit.xml: * docs/nact/C/nact-execution.xml: * docs/nact/C/nact-profiles.xml: * docs/nact/C/nact-sorting.xml: * src/nact/nact-assistant-import.c: Fix with advices of Christian Kirbach. Fix #660399, reported by Christian Kirbach. 2011-11-15 Pierre Wieser * src/nact/nact-export-format.c: * src/nact/nact-main-toolbar.c: Get ride of deprecated GtkHBox and GtkVBox. 2011-11-05 Pierre Wieser * run-autogen.sh, run-distcheck.sh: Defines a special 'distcheck' mode. 2011-11-02 Pierre Wieser * docs/nact/C/nact-conditions.xml: * docs/nact/C/nact-edit.xml: * docs/nact/C/nact-execution.xml: * docs/nact/C/nact-menus.xml: * docs/nact/C/nact-profiles.xml: Apply patch provided by Christian Kirbach. Fix #661498 reported by Christian Kirbach. * docs/nact/C/nact-conditions.xml: Replace 'regarding' with 'regardless'. From #660399, reported by Gabor Karsay. 2011-11-02 Pierre Wieser * src/io-desktop/nadp-writer.c (nadp_iio_provider_is_able_to_write): * src/nact/base-gtk-utils.c (base_gtk_utils_select_file_with_preview): * src/nact/nact-assistant-import.c (prepare_confirm): * src/nact/nact-clipboard.c (nact_clipboard_dnd_set): * src/nact/nact-main-statusbar.c (nact_main_statusbar_set_locked): * src/nact/nact-preferences-editor.c (desktop_setup): * src/nact/nact-providers-list.c (on_selection_changed): * src/test/test-virtuals-without-test.c (first_instance_dispose): Remove set but unused variables. 2011-07-25 Pierre Wieser * configure.ac: Fix test for nautilus_menu_provider_get_toolbar_items(). Fix #655237 - Toolbar icons are not created. 2011-07-03 Pierre Wieser * configure.ac: Post-release version bump. * NEWS: Update before releasing. * TODO: Update before releasing. * src/utils/na-gconf2key.sh.in: Update comment. * docs/nact/C/nact-conditions.xml: * docs/nact/C/nact-execution.xml: * docs/nact/C/nact-where.xml: Fix #652664 - [doc] couple of spelling and improvement suggestions; patch provided by Christian Kirbach. 2011-06-10 Pierre Wieser * src/core/na-boxed.c (string_to_array): Accepts now both semi-comma-separated list of strings and comma-separated between square brackets (à la GConf) from string lists. * src/io-xml/naxml-reader.c (slist_to_string): Formats string list as a semi-comma-separated list of strings for NABoxed. * src/utils/na-gconf2key.sh.in: No more obsolete the GConf reading, as it may sometimes be needed to re-migrate a newly inserted item. * src/io-gconf/nagp-reader.c (get_boxed_from_path): Only allocate a new box when a non-null value has been read. * src/core/na-settings.c (read_key_value_from_key_file): Also dump the value read from a key file. * src/core/na-gconf-utils.c (dump_entry): Also dump list values. 2011-06-08 Pierre Wieser * src/api/na-object-api.h: * docs/reference/nautilus-actions-sections.txt (na_object_is_file, na_object_is_dir, na_object_is_multiple): Macros are moved from the official API as deprecated. * src/core/na-icontext-factory.c (ISFILE, ISDIR): No more declare properties for deprecated data. (SCHEMES): Declare 'file' as the default. * src/core/na-factory-object.c: * src/core/na-factory-object.h (na_factory_object_is_set): New function. * src/core/na-object-action.c (ifactory_object_read_done): Dump the rough read data. First create a v2 profile before converting it to last version. * src/core/na-object-menu.c (ifactory_object_read_done): Dump the rough read data. * src/core/na-object-profile.c (ifactory_object_read_done): Dump the rough read data. (convert_pre_v3_isfiledir): Test if 'isfile' is set before using it. * src/io-desktop/nadp-reader.c (nadp_iio_provider_read_items): * src/io-gconf/nagp-reader.c (nagp_iio_provider_read_items): * src/io-xml/naxml-reader.c (naxml_reader_import_from_uri): Dump the whole read item, maybe after conversion. 2011-05-22 Pierre Wieser * src/core/na-iimporter.c (na_iimporter_manage_import_mode): Setup default values. * src/io-desktop/nadp-reader.c (nadp_reader_iimporter_import_from_uri): Add trace message before unreffing the imported object. * src/nact/nact-assistant-import.c (assistant_apply): Do not try to import an empty list. * src/nact/nact-tree-ieditable.c (nact_tree_ieditable_insert_items): Check for non empty list. 2011-05-20 Pierre Wieser * tools/release-tarball.sh: Use new Gnome release script ftpadmin. * nautilus-actions.doap: Update download page and mailing list infos. * configure.ac: Post release version bump. 2011-05-19 Pierre Wieser * docs/nact/figures: Update screenshots. * docs/nact/C/nact-properties.xml: New file. 2011-05-18 Pierre Wieser * src/core/na-selected-info.c: Extract filename for a GFile location. * src/utils/na-gconf2keys.sh: Requires ksh. * src/core/na-settings.c: Create the configuration directory if doesn't exist yet. 2011-03-14 Pierre Wieser * src/test/Makefile.am: Do not build test programs in release mode. * docs/nact/C/nact-sorting.xml: * docs/nact/C/nautilus-actions-config-tool.xml: Fix some typos. * docs/nact/C/articleinfo.xml: Convert to *nix-like file. Update manual copyright. * docs/nact/C/figures/nact-desktop-environment-frame.png: * docs/nact/C/figures/nact-execution-environment-frame.png: * docs/nact/C/figures/nact-preferences-export.png: * docs/nact/C/figures/nact-preferences-import.png: * docs/nact/C/figures/nact-preferences-io-providers.png: * docs/nact/C/figures/nact-preferences-runtime.png: * docs/nact/C/figures/nact-preferences-schemes.png: * docs/nact/C/figures/nact-preferences-ui.png: * docs/nact/C/figures/nact-schemes-tab.png: * docs/nact/C/figures/nact-target-location.png: * docs/nact/C/figures/nact-working-directory-frame.png: * docs/nact/C/figures/nact-export-done.png: * docs/nact/C/figures/nact-export-format.png: * docs/nact/C/figures/nact-export-home.png: * docs/nact/C/figures/nact-export-items.png: * docs/nact/C/figures/nact-export-summary.png: * docs/nact/C/figures/nact-export-target.png: * docs/nact/C/figures/nact-import-done.png: * docs/nact/C/figures/nact-import-files.png: * docs/nact/C/figures/nact-import-home.png: * docs/nact/C/figures/nact-import-mode.png: * docs/nact/C/figures/nact-import-resultat.png: * docs/nact/C/figures/nact-import-summary.png: * docs/nact/C/figures/nact-preferences-desktop.png: * docs/nact/C/figures/nact-preferences-execution.png: Updated and new screenshots for version 3.1. 2011-03-13 Pierre Wieser * configure.ac: Post-release version bump. 2011-03-11 Pierre Wieser * NEWS: Pre-release update. * src/core/na-tokens.c (execute_action_command): Only use g_spawn_async_with_pipes when required by execution mode (work-around for #644289). Do not close child pid before the end of the child process. 2011-02-26 Pierre Wieser * configure.ac: Post-release bump version. * NEWS: Pre-release udate. * src/core/na-settings.c: * src/core/na-settings.h: NA_IPREFS_PLUGIN_MENU_LOG user preference renamed. * src/plugin-menu/nautilus-module.c (set_log_handler): Test if log are enabled before installing the log handler. * src/plugin-menu/nautilus-actions.c: * src/plugin-menu/nautilus-actions.h (nautilus_action_is_log_enabled): Removed function. Fix #643359. * configure.ac: Post-release bump version. 2011-02-25 Pierre Wieser * NEWS: * README: * README-GCONF: Update before releasing. * src/api/na-core-utils.h: * src/core/na-core-utils.c (na_core_utils_str_subst): New function. * src/core/na-settings.c: * src/core/na-settings.h: Rename "terminal-prefix" user preference as "terminal-pattern". * src/core/na-tokens.c: * src/core/na-tokens.h (na_tokens_command_from_terminal_prefix): Renamed as na_tokens_command_for_terminal(). * docs/reference/nautilus-actions-sections.txt: * src/nact/nact-preferences-editor.c: * src/nact/nact-preferences.ui: Updated accordingly. * src/nact/nact-iexecution-tab.c (on_main_selection_changed): Disable not implemented frames. * src/nact/nautilus-actions-config-tool.ui: Add a tooltip comment on not yet implemented fields. * src/core/na-icontext.c (is_candidate_for_show_in): First try desktop from user preferences. NASettings is now a private singleton which allocates itself when needed. Preference are so available anywhere without requiring an object. * src/core/na-importer-ask.c (na_importer_ask_user): * src/core/na-importer.c (import_from_uri): * src/core/na-io-provider.c (na_io_provider_is_conf_readable): * src/core/na-iprefs.c: * src/core/na-iprefs.h: * src/core/na-pivot.c (instance_constructed, instance_dispose): * src/core/na-pivot.h (na_pivot_get_settings): * src/core/na-settings.c: * src/core/na-settings.h: * src/core/na-tokens.c: * src/core/na-tokens.h(na_tokens_execute_action): * src/core/na-updater.c (are_preferences_locked): * src/nact/base-gtk-utils.c: * src/nact/nact-assistant-export.c (nact_assistant_export_run): * src/nact/nact-assistant-import.c (nact_assistant_import_run): * src/nact/nact-clipboard.c (export_row_object): * src/nact/nact-export-ask.c (nact_export_ask_user): * src/nact/nact-icon-chooser.c: * src/nact/nact-ifolders-tab.c (on_browse_folder_clicked): * src/nact/nact-main-toolbar.c (nact_main_toolbar_init): * src/nact/nact-main-window.c (on_base_initialize_base_window): * src/nact/nact-menubar-file.c (nact_menubar_file_save_items): * src/nact/nact-preferences-editor.c: * src/nact/nact-providers-list.c (nact_providers_list_save): * src/nact/nact-schemes-list.c (init_view_get_default_list): * src/nact/nact-sort-buttons.c (on_base_initialize_buttons): * src/nact/nact-tree-model-dnd.c (drop_uri_list): * src/nact/nact-tree-model.c (nact_tree_model_new): * src/plugin-menu/nautilus-actions.c: * src/utils/nautilus-actions-run.c: Updated accordingly. Current desktop environment can be a user preference * src/core/na-desktop-environment.c: * src/core/na-desktop-environment.h: New files. * po/POTFILES.in: * src/core/Makefile.am: * src/core/na-icontext.c (is_candidate_for_show_in): * nact/nact-ienvironment-tab.c (nact_ienvironment_tab_runtime_init_toplevel): Updated accordingly. * src/core/na-settings.c: * src/core/na-settings.h: Define new NA_IPREFS_DESKTOP_ENVIRONMENT user preference. (set_key_value): Setting a NULL string actually removes the key. * src/nact/nact-preferences-editor.c: * src/nact/nact-preferences.ui: Let the user choose his desktop. * src/core/na-iabout.c: Renamed as src/core/na-about.c. * src/core/na-iabout.h: Renamed as src/core/na-about.h. NAIAbout is no more an interface, but just a set of functions. * src/core/Makefile.am: * src/core/na-core-utils.c (na_core_utils_print_version): * src/nact/nact-application.c (nact_application_new_with_args): * src/nact/nact-main-window.c: * src/nact/nact-menubar-help.c (nact_menubar_help_on_about): * src/plugin-menu/nautilus-actions.c (execute_about): Updated accordingly. 2011-02-24 Pierre Wieser Improve ExecutionMode implementation by defining a new user preference * src/core/na-settings.c: * src/core/na-settings.h: Define new NA_IPREFS_TERMINAL_PREFIX user preference. * src/core/na-tokens.c: * src/core/na-tokens.h (na_tokens_command_from_terminal_prefix): New function. (na_tokens_execute_action): New NASettings parameter. * src/nact/nact-preferences-editor.c: * src/nact/nact-preferences.ui: Let the user edit the preference. * src/utils/nautilus-actions-run.c: * po/POTFILES.in: Updated accordingly. 2011-02-23 Pierre Wieser * src/core/na-settings.c: * src/core/na-settings.h: Define a new NA_IPREFS_PLUGIN_LOG user preference. * src/plugin-menu/nautilus-actions.c: * src/plugin-menu/nautilus-actions.h (nautilus_action_is_log_enabled): New function. * src/plugin-menu/nautilus-module.c (log_handler): Send debug trace to syslog if the NA_IPREFS_PLUGIN_LOG preference is set. * configure.ac: Bump Nautilus required version to 2.16 for having nautilus_menu_provider_emit_items_updated_signal() function. * configure.ac: * src/plugin-menu/nautilus-actions.c: Check for nautilus_menu_provider_get_toolbar_items() function. * src/core/na-selected-info.c (instance_init, instance_finalize): Improve debug messages. * src/core/na-icontext.c: * src/nact/nact-ienvironment-tab.c: Improve list of desktop environments (see http://standards.freedesktop.org/menu-spec/latest/apb.html). Move Nautilus-Actions configuration files to nautilus-actions/ subdir * src/core/na-settings.c (na_settings_new): * src/utils/na-gconf2key.sh.in: Updated accordingly. Implement execution mode property * m4/na-check-for-gtk.m4: Check for Gio-unix. * src/core/na-object-profile-factory.c: Improve translation comment. * src/core/na-tokens.c (execute_action_command): Display output. 2011-02-21 Pierre Wieser * src/api/na-object.h: * src/core/na-object.c (na_object_get_hierarchy, na_object_free_hierarchy): Deprecated functions. * src/core/na-object-id.c (v_new_id): No more call na_object_get_hierarchy(). Rewrite copy stack to get ride of iteration on class hierarchy * src/api/na-object-api.h (na_object_copy, na_object_get_hierarchy): Removed macros. * src/api/na-icontext.h: * src/core/na-icontext.c (na_icontext_copy): New function. * src/core/na-object.c (object_copy_iter, iter_on_class_hierarchy): * src/core/na-object-item.c (object_copy): * src/core/na-object-action.c (object_copy): * src/core/na-object-profile.c (object_copy): * src/core/na-object-menu.c (object_copy): Updated accordingly. Rewrite validity status check stack * src/api/na-icontext.h: * src/core/na-icontext.c (na_icontext_are_equal): New function. * src/core/na-factory-object.c (na_factory_object_is_valid): * src/core/na-object.c (iduplicable_is_valid): * src/core/na-object-id.c (object_is_valid): * src/core/na-object-id-factory.c: * src/core/na-object-item.c (object_is_valid): * src/core/na-object-action.c (object_is_valid): * src/core/na-object-profile.c (object_is_valid): * src/core/na-object-menu.c (object_is_valid): Updated accordingly. Rewrite modification status check stack * src/api/na-object-item.h: * src/core/na-object-item.c (na_object_item_are_equal): Removed function. * src/api/na-object.h: * src/core/na-factory-object.c: * src/core/na-iduplicable.c: Improve comment. * src/core/na-object.c: * src/core/na-object-id.c: * src/core/na-object-menu.c: * src/core/na-object-action.c: * src/core/na-object-profile.c: Modification is checked from NAObject-virtual method instead of NAIFactoryObject interface. * src/api/na-iduplicable.h: * src/api/na-iduplicable.c (v_are_equal, v_is_valid): Default to TRUE. * src/core/na-icontext.c (is_candidate_for_mimetypes): Fix check. * src/api/na-icontext.h: * src/core/na-icontext.c (na_icontext_is_all_mimetypes): Renamed as na_icontext_check_mimetypes(). * src/api/na-ifactory-object-data.h: * src/api/na-object-api.h: * src/core/na-icontext-factory.c: * src/core/na-object-profile.c: Updated accordingly. * src/core/na-icontext.c (is_valid_isfiledir): Deprecated function. * src/core/na-icontext.c (na_icontext_get_running_environment): Fix value test. * src/core/na-boxed.c (string_list_from_string, string_list_from_value, string_list_from_void): Check for duplicates. * src/utils/nautilus-actions-new.c: Fix default mimetype. * src/core/na-icontext.c (get_running_environment): New function. * src/utils/na-print-schemas.c: Also display menu schemas. * src/core/na-icontext-factory.c (NAFO_DATA_ISFILE, NAFO_DATA_ISDIR): Data are deprecated and not writable. * src/utils/nautilus-actions-new.c: Mimetypes default to */*. 2011-02-20 Pierre Wieser * src/core/na-icontext-factory.c (NAFO_DATA_TRY_EXEC, NAFO_DATA_SHOW_IF_REGISTERED, NAFO_DATA_SHOW_IF_TRUE, NAFO_DATA_SHOW_IF_RUNNING, NAFO_DATA_CAPABILITITES): Fix options definition. * src/utils/nautilus-actions-new.c: Add try-exec, show-if-registered, show-if-true, show-if-running and capability options. * src/core/na-icontext-factory.c (NAFO_DATA_SCHEMES, NAFO_DATA_FOLDERS, NAFO_DATA_SELECTION_COUNT, NAFO_DATA_ONLY_SHOW, NAFO_DATA_NOT_SHOW): * src/core/na-object-action-factory.c (NAFO_DATA_TARGET_SELECTION, NAFO_DATA_TARGET_LOCATION, NAFO_DATA_TARGET_TOOLBAR): * src/core/na-object-item-factory.c (NAFO_DATA_ENABLED): Fix options definition. * src/utils/nautilus-actions-new.c: Add only-show-in and not-show-in options. * src/core/na-icontext-factory.c (NAFO_DATA_SELECTION_COUNT): Fix option definition. * src/utils/nautilus-actions-new.c: Add selection-count option. * src/core/na-data-boxed.c (string_is_default, string_list_is_default, locale_is_default): Fix default value test. 2011-02-19 Pierre Wieser * src/api/na-object-api.h (na_object_set_isfile, na_object_set_isdir, na_object_set_multiple): Deprecated functions. * src/core/na-icontext-factory.c (is_file, is_dir, accept_multiple): Deprecated data. * src/utils/nautilus-actions-new.c: Updated accordingly. * src/nact/nact-providers-list.c: * src/nact/nact-schemes-list.c: Does not recompute if preferences are locked, but use na_updater_are_preferences_locked() function. * src/api/na-iio-provider.h: Define new reason when the level zero is not writable. * src/core/na-updater.c: * src/core/na-updater.h (na_updater_is_item_writable): Renamed as na_updater_check_item_writability_status. * src/nact/nact-main-window.c (setup_writability_status): * src/nact/nact-menubar-edit.c (get_deletables): * src/nact/nact-tree-model-dnd.c (is_parent_accept_new_children): Updated accordingly. * src/nact/base-assistant.c (class_init): Apply patch provided by Christian Kirback. Fix #640920. 2011-02-17 Pierre Wieser * src/core/na-pivot.h: * src/core/na-pivot.c: Define new 'pivot-prop-loadable' property. * src/nact/base-window.h: * src/nact/base-window.c (class_init): Defines a new 'base-window-willing-to-quit' stop-with-accumulator signal. * src/nact/nact-main-window.c: Connect to the signal instead of implementing a virtual method. 2011-02-16 Pierre Wieser * src/core/na-iduplicable.c (interface_base_init): * src/core/na-settings.c (class_init): * src/nact/base-window.c (class_init): Use G_SIGNAL_RUN_CLEANUP signal flag when an object handler is defined. * docs/reference/Makefile.am: * src/nact/Makefile.am: * run-distcheck.sh: Fix make distcheck. * docs/reference/Makefile.am: Do not documente NAGconfMonitor class when deprecated symbols are disabled. * src/api/na-data-boxed.h: * src/api/na-gconf-utils.h: * src/core/na-data-boxed.c: * src/core/na-iduplicable.c: * src/io-gconf/nagp-gconf-provider.c: Do not compile deprecated functions. * configure.ac: * m4/na-maintainer-mode.m4: Add --enable-deprecated configure option. * src/api/na-object-api.h (na_object_set_modified): Deprecated macro. * src/api/na-iduplicable.h: * src/core/na-iduplicable.c (na_iduplicable_set_modified): Deprecated function. * src/core/na-factory-object.c (na_factory_object_are_equal): * src/nact/nact-tree-ieditable.c (on_object_modified_status_changed): Improve debug messages. * src/core/na-icontext-factory.c: * src/core/na-object-action-factory.c: * src/core/na-object-id-factory.c: Set missing default values. * src/core/na-object-action.c (ifactory_object_are_equal): An action is modified as soon as at least one profile is modified. * src/core/na-icontext-factory.c: Fix string list regression * src/core/na-boxed.c: Fix regression when setting values. * src/core/na-selected-info.c (query_file_attributes): Keep selection info even when unable to query attributes. Fix #641464. 2011-02-15 Pierre Wieser Do not compile with GConf library when disabled * src/api/na-gconf-monitor.h: * src/api/na-gconf-utils.h: * src/core/na-gconf-migration.c: * src/core/na-gconf-monitor.c: * src/core/na-gconf-utils.c: * src/io-gconf/Makefile.am: * src/io-xml/naxml-reader.c: * src/utils/Makefile.am: Updated accordingly. 2011-02-14 Pierre Wieser Add --enable-gconf configure argument Define HAVE_GCONF conditional * m4/na-check-for-gconf.m4: New file. * configure.ac: * data/gconf-schemas/Makefile.am: Updated accordingly. Only GConf writing operations are marked deprecated * src/api/na-gconf-monitor.h: * src/api/na-gconf-utils.h: * src/core/na-gconf-monitor.c: * src/core/na-gconf-utils.c: * src/io-gconf/nagp-writer.c: * src/io-gconf/nagp-writer.h: Updated accordingly. No more use deprecated functions * src/core/na-factory-object.c: * src/io-desktop/nadp-reader.c: * src/io-desktop/nadp-writer.c: * src/io-gconf/nagp-reader.c: * src/io-gconf/nagp-writer.c: * src/io-xml/naxml-reader.c: * src/io-xml/naxml-writer.c: Updated accordingly. NADataBoxed class now derives from NABoxed * src/api/na-boxed.h: * src/api/na-data-boxed.h: * src/api/na-data-types.h: * src/core/na-boxed.c: * src/core/na-core-utils.c: * src/core/na-data-boxed.c: * src/core/na-data-types.c: * src/core/na-factory-object.c: * src/core/na-ifactory-object.c: * src/core/na-settings.c: * src/io-desktop/nadp-writer.c: * src/io-gconf/nagp-writer.c: * src/io-xml/naxml-writer.c: Updated accordingly. * src/api/na-boxed.h: * src/core/na-boxed.c: Convert to the NABoxed class. * src/core/na-settings.c: Updated accordingly. * src/api/na-data-boxed.h: * src/core/na-data-boxed.c: NADataBoxed class is no more deprecated. Merge NABoxed and NADataBoxed data type definitions. Data type are remaned as NA_DATA_TYPE. * src/api/na-boxed.h: * src/api/na-data-def.h: * src/api/na-data-types.h: * src/core/na-boxed.c: * src/core/na-data-boxed.c: * src/core/na-data-types.c: * src/core/na-factory-object.c: * src/core/na-icontext-factory.c: * src/core/na-ifactory-object.c: * src/core/na-object-action-factory.c: * src/core/na-object-id-factory.c: * src/core/na-object-item-factory.c: * src/core/na-object-profile-factory.c: * src/core/na-settings.c: * src/io-desktop/nadp-reader.c: * src/io-desktop/nadp-writer.c: * src/io-gconf/nagp-reader.c: * src/io-gconf/nagp-writer.c: * src/io-xml/naxml-reader.c: * src/io-xml/naxml-writer.c: * src/utils/na-print-schemas.c: Updated accordingly. 2011-02-07 Pierre Wieser * src/api/na-iduplicable.h: * src/core/na-iduplicable.c: Deprecate NA_IDUPLICABLE_SIGNAL_STATUS_CHANGED signal. Define new IDUPLICABLE_SIGNAL_MODIFIED_CHANGED and IDUPLICABLE_SIGNAL_VALID_CHANGED. * src/api/na-object-api.h: * src/core/na-object.c: * src/core/na-object-item.c: * src/core/na-object-item.h: Deprecated na_object_check_status_up macro. Merge na_object_item_check_status() and na_object_item_check_status_up(). * src/nact/nact-iaction-tab.c: * src/nact/nact-ibasenames-tab.c: * src/nact/nact-icapabilities-tab.c: * src/nact/nact-icommand-tab.c: * src/nact/nact-ienvironment-tab.c: * src/nact/nact-iexecution-tab.c: * src/nact/nact-ifolders-tab.c: * src/nact/nact-iproperties-tab.c: * src/nact/nact-ischemes-tab.c: * src/nact/nact-main-window.c: * src/nact/nact-main-window.h: * src/nact/nact-match-list.c: Properties are renamed. * src/nact/nact-main-tab.c: * src/nact/nact-main-tab.h (nact_main_tab_get_context): Removed function. 2011-02-03 Pierre Wieser In the process of replacing NactIActionsList interface with: - the NactTreeView class - plus the NactTreeIEditable interface. Almost all NACT files modified. Compilation is OK. 2011-02-02 Pierre Wieser * src/nact/nact-tree-model.c: * src/nact/nact-tree-model.h (nact_tree_model_get_items): * src/nact/nact-tree-view.c: * src/nact/nact-tree-view.h (nact_tree_view_get_items): New functions. Allow an items list to be referenced in a new list. * src/api/na-object-api.h (na_object_ref_items): New macro. * src/api/na-object-item.h: * src/core/na-object-item.c (na_object_item_ref_items): New function. * src/nact/nact-assistant-export.c (instance_dispose, on_tree_view_selection_changed): Updated accordingly. Review NAObject reference management * src/api/na-object-api.h (na_object_unref_items, na_object_unref_items_rec): Removed macros. (na_object_free_items): New macro. * src/api/na-object-item.h: * src/core/na-object-item.c (na_object_item_unref_items, na_object_item_unref_items_rec): Removed functions. (na_object_item_free_items): New function. * src/core/na-io-provider.c (na_io_provider_load_items): * src/core/na-object.c (na_object_object_ref, na_object_object_unref): * src/core/na-pivot.c (instance_dispose, na_pivot_load_items, na_pivot_set_new_items): * src/nact/nact-assistant-import.c (assistant_apply): * src/nact/nact-iactions-list-bis.c (nact_iactions_list_bis_get_items): * src/nact/nact-iactions-list.c (free_items_callback): * src/nact/nact-main-menubar-edit.c (nact_main_menubar_edit_on_cut, nact_main_menubar_edit_on_copy, nact_main_menubar_edit_on_paste, nact_main_menubar_edit_on_paste_into, nact_main_menubar_edit_on_duplicate, nact_main_menubar_edit_on_delete): * src/nact/nact-main-menubar-file.c (nact_main_menubar_file_on_new_menu, nact_main_menubar_file_on_new_action, nact_main_menubar_file_on_new_profile): * src/nact/nact-main-menubar-maintainer.c (nact_main_menubar_maintainer_on_dump_selection): * src/nact/nact-main-menubar.c (on_update_sensitivities): * src/nact/nact-main-window.c (instance_dispose, nact_main_window_remove_deleted, reload): * src/nact/nact-tree-model-dnd.c (drop_uri_list): * src/nact/nact-tree-model.c (fill_tree_store): * src/nact/nact-tree-view.c (on_selection_changed_cleanup_handler): * src/plugin-menu/nautilus-actions.c (get_menus_items): Updated accordingl * src/nact/nact-main-menubar-maintainer.c (nact_main_menubar_maintainer_on_dump_selection): * src/nact/nact-main-menubar.c (on_update_sensitivities): * src/nact/nact-main-window.c (instance_dispose, nact_main_window_remove_deleted, reload): * src/nact/nact-tree-model-dnd.c (drop_uri_list): * src/nact/nact-tree-model.c (fill_tree_store): * src/nact/nact-tree-view.c (on_selection_changed_cleanup_handler): * src/plugin-menu/nautilus-actions.c (get_menus_items): Updated accordingly. New NactTreeView convenience class * src/nact/nact-tree-view.c: * src/nact/nact-tree-view.h: New files. * src/nact/Makefile.am: * src/nact/nact-assistant-export.c: * src/nact/nact-iactions-list-priv.c: * src/nact/nact-iactions-list.h: * src/nact/nact-marshal.list: * src/nact/nact-tree-model.c: Updated accordingly. 2011-02-02 Pierre Wieser Refactoring of menubar files: - nact-main-menubar-*.c are renamed as nact-menubar-*.c. - nact-main-menubar-*.h are removed. * src/nact/Makefile.am: * src/nact/nact-confirm-logout.c: * src/nact/nact-iactions-list.c: Updated accordingly. * src/nact/nact-main-window.c: * src/nact/nact-main-window.h: Remove MAIN_WINDOW_SIGNAL_UPDATE_ACTION_SENSITIVITIES which is replaced by NactMenubar internal MENUBAR_SIGNAL_UPDATE_SENSITIVITIES one. Termination of the main window is managed in NactMainWindow. * src/nact/nact-main-window.c: * src/nact/nact-main-window.h (nact_main_window_quit): New function. * src/nact/nact-main-menubar-file.c: Updated accordingly. Move a NASettings getter to NAUpdater * src/core/na-updater.c: * src/core/na-updater.h (na_updater_should_pasted_be_relabeled): New function. * src/nact/nact-main-menubar-edit.c: * src/nact/nact-main-menubar-edit.h (nact_main_menubar_edit_is_pasted_object_relabeled): Removed function. * src/nact/nact-tree-model-dnd.c (drop_inside): Updated accordingly. * src/nact/base-application.c (class_init): * src/nact/base-assistant.c (class_init): * src/nact/base-window.c (class_init): * src/nact/nact-main-window.c (instance_constructed): Setup construction properties. * src/nact/nact-application.c: * src/nact/nact-application.h (nact_application_get_updater): Set NactApplication as a const argument. Deprecate NAIPivotConsumer interface * src/core/na-ipivot-consumer.c: * src/core/na-ipivot-consumer.h: Removed files. * src/core/Makefile.am: * src/core/na-pivot.c: * src/core/na-pivot.h: * src/nact/nact-application.c: * src/nact/nact-main-menubar-file.c: * src/nact/nact-main-window.c: * src/nact/nact-menubar.c: Updated accordingly. * src/core/na-pivot.c: * src/core/na-pivot.h (na_pivot_set_automatic_reload): Remove unused function. * src/test/test-reader.c: Updated accordingly. * src/nact/nact-main-window.c (instance_constructed): Connect to PIVOT_SIGNAL_ITEMS_CHANGED signal. Rename nact-gtk-utils to base-gtk-utils and merge base-iprefs into it * src/nact/base-iprefs.c: * src/nact/base-iprefs.c: Removed files. * src/nact/Makefile.am: * src/nact/base-gtk-utils.c: * src/nact/base-gtk-utils.h: * src/nact/base-window.c: * src/nact/nact-assistant-export.c: * src/nact/nact-export-ask.c: * src/nact/nact-export-format.c: * src/nact/nact-iaction-tab.c: * src/nact/nact-ibasenames-tab.c: * src/nact/nact-icommand-tab.c: * src/nact/nact-icon-chooser.c: * src/nact/nact-ienvironment-tab.c: * src/nact/nact-iexecution-tab.c: * src/nact/nact-ifolders-tab.c: * src/nact/nact-iproperties-tab.c: * src/nact/nact-ischemes-tab.c: * src/nact/nact-main-statusbar.c: * src/nact/nact-main-window.c: * src/nact/nact-match-list.c: * src/nact/nact-preferences-editor.c: * src/nact/nact-providers-list.c: * src/nact/nact-schemes-list.c: * src/nact/nact-tree-model.c: Updated accordingly. Convert the get_wp_id() BaseIPrefsInterface method to "base-window-wsp-name" BaseWindow property * src/core/na-settings.c: * src/core/na-settings.h: New NA_IPREFS_CONFIRM_LOGOUT_WSP user preference. * src/nact/base-iprefs.c: * src/nact/base-iprefs.h (base_iprefs_position_named_window, base_iprefs_save_named_window_position): Removed functions. (get_wsp_id): Remove interface method. * src/nact/base-window.c: * src/nact/base-window.h: New BASE_PROP_WSP_NAME BaseWindow property. * src/nact/nact-add-capability-dialog.c: * src/nact/nact-add-scheme-dialog.c: * src/nact/nact-assistant-export.c: * src/nact/nact-assistant-import.c: * src/nact/nact-confirm-logout.c: * src/nact/nact-export-ask.c: * src/nact/nact-gtk-utils.c: * src/nact/nact-icommand-tab.c: * src/nact/nact-icon-chooser.c: * src/nact/nact-ifolders-tab.c: * src/nact/nact-main-window.c: * src/nact/nact-preferences-editor.c: Updated accordingly. * src/core/na-updater.c: * src/core/na-updater.h (na_updater_are_preferences_locked): New function. Homogeneize marshalling * src/core/na-marshal: Renamed as src/core/na-marshal.def * src/nact/nact-marshal.list: Renamed as src/nact/nact-marshal.def * src/core/Makefile.am: * src/nact/Makefile.am: * src/nact/nact-iactions-list.c (interface_base_init): * src/nact/nact-main-window.c (class_init): Updated accordingly. 2011-02-01 Pierre Wieser Review menu items sensitivity updates * src/api/na-object-api.h (na_object_is_finally_writable, na_object_set_writability_status): New macros. * src/api/na-object-item.h: * src/core/na-object-item.c (na_object_item_is_finally_writable, na_object_item_set_writability_status): New functions. * src/core/na-updater.c: * src/core/na-updater.h (na_updater_load_items): New function. * src/nact/nact-application.c (appli_main_window_new): * /src/nact/nact-main-window.c (on_base_initialize_base_window): No more load items when instanciating the main window, but when initializing it. * src/nact/nact-iactions-list.c (nact_iactions_list_all_widgets_showed): Send the IACTIONS_LIST_SIGNAL_LIST_COUNT_UPDATED message to update the menubar. * src/nact/nact-main-menubar-edit.c (nact_main_menubar_edit_on_update_sensitivities): * src/nact/nact-main-menubar-file.c (nact_main_menubar_file_on_update_sensitivities): * src/nact/nact-menubar-priv.h: * src/nact/nact-menubar.c (on_iactions_list_selection_changed): Rely on indicators pre-computed on selection changes. * src/nact/nact-window.c: * src/nact/nact-window.h (nact_window_has_writable_providers): Removed function. * src/nact/nact-menubar-priv.h: * src/nact/nact-menubar.c: Updated accordingly. * src/core/na-iprefs.c: * src/core/na-iprefs.h (na_iprefs_is_level_zero_writable): Moved to NAUpdater class. * src/core/na-updater.c: * src/core/na-updater.h (na_updater_is_level_zero_writable): Moved from NAIPrefs. * src/nact/nact-menubar-priv.h: * src/nact/nact-menubar.c (on_base_initialize_window): * src/nact/nact-sort-buttons.c (enable_buttons): * src/nact/nact-tree-model-dnd.c (is_parent_accept_new_childs): Updated accordingly. Review I/O providers writability status management. * src/api/na-iio-provider.h: Review writability reason. * src/core/na-io-provider.c: * src/core/na-io-provider.h (na_io_provider_is_able_to_write, na_io_provider_is_willing_to_write): Removed functions. (na_io_provider_is_finally_writable): New function. * src/core/na-pivot.c: * src/core/na-pivot.h (na_pivot_is_configuration_locked_by_admin): Removed function. * src/core/na-updater.c * src/core/na-updater.h (na_updater_is_item_writable): * src/nact/nact-main-menubar-edit.c (get_deletables): * src/nact/nact-main-window.c: Updated accordingly. 2011-01-31 Pierre Wieser * src/nact/nact-menubar.c (nact_main_menubar_enable_item): Renamed as nact_menubar_enable_item() and moved to private resources. * src/nact/nact-main-menubar-edit.c: * src/nact/nact-main-menubar-file.c: * src/nact/nact-main-menubar-help.c: * src/nact/nact-main-menubar-tools.c: * src/nact/nact-main-menubar-view.c: * src/nact/nact-menubar-priv.h: * src/nact/nact-menubar.h: Updated accordingly. Move MenubarIndicatorsStruct structure to private instance data * src/nact/nact-menubar-priv.h: New file. * src/nact/Makefile.am: * src/nact/nact-main-menubar-edit.c: * src/nact/nact-main-menubar-edit.h: * src/nact/nact-main-menubar-file.c: * src/nact/nact-main-menubar-file.h: * src/nact/nact-main-menubar-help.c: * src/nact/nact-main-menubar-help.h: * src/nact/nact-main-menubar-maintainer.c: * src/nact/nact-main-menubar-maintainer.h: * src/nact/nact-main-menubar-tools.c: * src/nact/nact-main-menubar-tools.h: * src/nact/nact-main-menubar-view.c: * src/nact/nact-main-menubar-view.h: * src/nact/nact-menubar.c: * src/nact/nact-menubar.h: Updated accordingly. Define a new NactMenubar convenience class * src/nact/nact-main-menubar.c: * src/nact/nact-main-menubar.h: Renamed as nact-menubar.{c,h}. * src/nact/Makefile.am: * src/nact/nact-iactions-list.c: * src/nact/nact-main-menubar-edit.h: * src/nact/nact-main-menubar-file.h: * src/nact/nact-main-menubar-help.c: * src/nact/nact-main-menubar-help.h: * src/nact/nact-main-menubar-maintainer.c: * src/nact/nact-main-menubar-maintainer.h: * src/nact/nact-main-menubar-tools.c: * src/nact/nact-main-menubar-tools.h: * src/nact/nact-main-menubar-view.c: * src/nact/nact-main-menubar-view.h: * src/nact/nact-main-window.c: Updated accordingly. * src/api/na-boxed.h: * src/core/na-boxed.c (na_boxed_dump): New function. * src/core/na-settings.c (on_keyfile_changed_timeout): Fix segfault. * src/nact/nact-preferences-editor.c (on_dialog_ok): Spare a function. * src/core/na-marshal: New file. 2011-01-28 Pierre Wieser * src/core/Makefile.am: Generate na_cclosure_masharl functions. * src/core/na-settings.c: * src/core/na-settings.h: No more try to summarize notifications here. * src/plugin-menu/nautilus-actions.c (instance_constructed): Register NASettings callbacks on the runtime keys. * src/nact/nact-main-window.c: (NAIPivotConsumer->on_display_order_changed): Moved to on_settings_order_mode_changed() function. (NAIPivotConsumer->on_autosave_changed): Moved to nact_main_menubar_file_install_autosave() new function. * src/nact/nact-main-menubar-file.c: * src/nact/nact-main-menubar-file.h (nact_main_menubar_file_install_autosave): New function. * src/core/na-iprefs.c: * src/core/na-iprefs.h (na_iprefs_get_order_mode_by_label): New function. * src/core/na-icontext.c (is_candidate_for_basenames): Fix case insenstive comparison (bug reported by Johan Spee). Whole refactoring of BaseWindow / BaseAssistant / BaseDialog * src/nact/base-application.c: * src/nact/base-application.h: Add new exit codes. * src/nact/base-assistant.c: * src/nact/base-assistant.h: Remove 'warn-on-cancel' unused property. (base_assistant_set_cancel_on_esc, base_assistant_set_warn_on_esc): Remove unused functions. Implement run() virtual method. * src/nact/base-dialog.c: * src/nact/base-dialog.h: Implement run() virtual method. Define new cancel() and ok() virtual methods. * src/nact/base-iprefs.c: * src/nact/base-iprefs.h (iprefs_get_window_id): Renamed as get_wsp_id(). * src/nact/base-window.c: * src/nact/base-window.h (dialog_response, delete_event): Remove no more used virtual methods. (run): Define new virtual method. * src/nact/nact-add-capability-dialog.c: * src/nact/nact-add-scheme-dialog.c: * src/nact/nact-assistant-export.c: * src/nact/nact-assistant-import.c: * src/nact/nact-confirm-logout.c: * src/nact/nact-export-ask.c: * src/nact/nact-icon-chooser.c: * src/nact/nact-main-window.c: * src/nact/nact-preferences-editor.c: Updated accordingly. 2011-01-26 Pierre Wieser * src/nact/nact-providers-list.c: * src/nact/nact-providers-list.h (nact_providers_list_create_model): Do not initialize the widgets with the future BaseWindow. * src/nact/nact-preferences-editor.c (preferences_editor_new): Updated accordingly. * src/nact/nact-schemes-list.c: Only ask for preferences once. * src/nact/nact-assistant-import.c (assist_new): Reload the common XML UI file into the private builder. * src/nact/base-dialog.c: * src/nact/base-dialog.h: * src/nact/base-window.h: Do some code and comments cleanup. * src/nact/base-builder.c (base_builder_get_toplevel_by_name): * src/nact/base-iprefs.c (base_iprefs_position_named_window): * src/nact/base-window.c (setup_builder): Add a debug message. 2011-01-24 Pierre Wieser * src/plugin-menu/nautilus-actions.c: * src/plugin-menu/nautilus-actions.h: Takes advantage of the new NASettings signal notification system. * src/core/na-pivot.c: * src/core/na-pivot.h: Review the notification system. * src/core/na-settings.c: * src/core/na-settings.h: Add a signal notification to the existing callback pregistration system. * data/gconf-schemas/nautilus-actions-prefs.schemas.in: * docs/des-ema/des-ema-0.15: * docs/nact/C/nact-conditions.xml: * docs/nact/C/nact-menus.xml: * src/api/na-extension.h: * src/api/na-ifactory-provider.h: * src/api/na-iio-provider.h: * src/api/na-object.h: * src/core/na-core-utils.c: * src/core/na-factory-object.c: * src/core/na-gconf-utils.c: * src/core/na-icontext-factory.c: * src/core/na-icontext.c: * src/core/na-ifactory-provider.c: * src/core/na-io-provider.c: * src/core/na-io-provider.h: * src/core/na-iprefs.c: * src/core/na-object-action.c: * src/core/na-object-id-factory.c: * src/core/na-object-id.c: * src/core/na-object-item-factory.c: * src/core/na-object-item.c: * src/core/na-pivot.h: * src/core/na-settings.c: * src/core/na-settings.h: * src/core/na-tokens.h: * src/io-desktop/nadp-desktop-file.c: * src/io-desktop/nadp-reader.c: * src/io-desktop/nadp-utils.c: * src/io-gconf/nagp-reader.c: * src/io-xml/naxml-reader.c: * src/nact/nact-gtk-utils.c: * src/nact/nautilus-actions-config-tool.ui: * src/plugin-menu/nautilus-actions.c: * src/utils/nautilus-actions-new.c: * src/utils/nautilus-actions-run.c: * tools/check-headers.sh: * tools/init-finalize-diff.sh: Apply patch provided by Christian Kirbach. Fix #640216. * src/nact/nautilus-actions-config-tool.ui: * src/utils/na-delete-xmltree.c: * src/utils/nautilus-actions-print.c: Fix string errors reported by fr translation team. * src/api/na-timeout.h: * src/core/na-timeout.c: New files. * src/api/Makefile.am: * src/core/Makefile.am: Updated accordingly. * src/core/na-pivot.c (on_item_changed_timeout): * src/core/na-settings.c (on_keyfile_changed_timeout): * src/io-desktop/nadp-desktop-provider.c (on_monitor_timeout): * src/plugin-menu/nautilus-actions.c (on_change_event_timeout): Take advantage of new NATimeout convenience structure. * src/api/na-iio-provider.h: * src/core/na-io-provider.c: * src/core/na-io-provider.h: Fix comments. * src/core/na-iio-provider.c (interface_base_init): The 'item-changed' signal actually does not send any argument. * src/core/na-pivot.c: * src/core/na-pivot.h (na_pivot_on_item_changed_handler): Updated accordingly. 2011-01-22 Pierre Wieser * src/nact/base-window.c: Handles the recorded signals in a GList. * src/nact/base-window.h (is_willing_to_quit): Fix the comment. * src/nact/nact-main-window.c (base_is_willing_to_quit, on_base_initialize_gtk_toplevel): Calls the parent class method if willing to quit. * src/nact/nact-window.c: * src/nact/nact-window.h (nact_window_is_item_writable): Remove unused function. * src/nact/base-window.c: * src/nact/base-window.h (runtime_init_toplevel): Renamed as initialize_base_window(). (class_init): Fix cclosure_marshall for signals without argument. * src/nact/base-window.c: * src/nact/base-window.h (get_toplevel_name, get_ui_filename): Removed virtual functions. * src/nact/nact-add-capability-dialog.c: * src/nact/nact-add-scheme-dialog.c: * src/nact/nact-assistant-export.c: * src/nact/nact-assistant-import.c: * src/nact/nact-confirm-logout.c: * src/nact/nact-export-ask.c: * src/nact/nact-icon-chooser.c: * src/nact/nact-main-window.c: * src/nact/nact-preferences-editor.c: Updated accordingly. * src/nact/base-window.c: * src/nact/base-window.h: Revert commits dfb26ec5, 1991b3b7 and 4d0c43bb due to new virtual method handling paradigm. Pass the GtkWindow toplevel as a parameter of 'base-window-initialize-gtk' signal. initial_load_toplevel() virtual method is renamed as initialize_gtk_toplevel(). * src/nact/nact-main-window.c: No more connect to the signal, but implement the virtual method. * src/nact/base-application.c (appli_initialize_manage_options): * src/nact/base-application.h (manage_options): * src/nact/nact-application.c (appli_manage_options): Revert commit 3acf600874. * src/test/test-virtuals.c: Do some more tests on virtual methods. * src/nact/base-window.c (on_initialize_gtk_toplevel_class_handler, on_initialize_base_window_class_handler, on_all_widgets_showed_class_handler, base_window_is_willing_to_quit): Succssively invoke all derived class methods. * src/nact/base-window.h (initial_load_toplevel, runtime_init_toplevel, all_widgets_showed, is_willing_to_quit): Update comments. * src/nact/base-application.c (appli_initialize_manage_options): Successively invoke all derived class methods. * src/nact/base-application.h (manage_options): Update comment. * src/nact/nact-application.c (appli_manage_options): Updated accordingly. * src/nact/base-builder.c: * src/nact/base-builder.h (base_builder_get_toplevel_by_name): Use a const BaseBuilder as argument; * src/nact/base-window.c: * src/nact/base-window.h (base_window_get_widget_from_gtk): Removed function. * src/nact/nact-gtk-utils.c: * src/nact/nact-gtk-utils.h (nact_gtk_utils_get_widget_by_name): New function. * src/nact/nact-icon-chooser.c (on_destroy): Updated accordingly. * src/nact/base-application.c (appli_initialize_unique_app): Fix reverse test. * src/nact/base-builder.c: * src/nact/base-builder.h (base_builder_load_named_toplevel): Renamed as base_builder_get_toplevel_by_name(). * src/nact/base-window.c: Updated accordingly. 2011-01-21 Pierre Wieser * src/nact/base-window.c: * src/nact/base-window.h (base_window_peek_widget): Renamed as base_window_get_widget_from_gtk(). * src/nact/nact-icon-chooser.c: Updated accordingly. * src/nact/base-window.c: * src/nact/base-window.h (base_window_get_named_toplevel): Renamed as base_window_get_gtk_toplevel_by_name(). * src/nact/nact-icommand-tab.c: Updated accordingly. * src/nact/base-window.c: * src/nact/base-window.h (base_window_get_toplevel): Renamed as base_window_get_gtk_toplevel(). * src/nact/base-application.c: * src/nact/base-assistant.c: * src/nact/base-iprefs.c: * src/nact/nact-add-capability-dialog.c: * src/nact/nact-add-scheme-dialog.c: * src/nact/nact-assistant-export.c: * src/nact/nact-assistant-import.c: * src/nact/nact-confirm-logout.c: * src/nact/nact-export-ask.c: * src/nact/nact-gtk-utils.c: * src/nact/nact-icommand-tab.c: * src/nact/nact-icon-chooser.c: * src/nact/nact-ifolders-tab.c: * src/nact/nact-main-menubar.c: * src/nact/nact-main-window.c: * src/nact/nact-match-list.c: * src/nact/nact-preferences-editor.c: * src/nact/nact-tree-model-dnd.c: Updated accordingly. * src/nact/base-window.c: * src/nact/base-window.h: Rename signal defines. * src/nact/base-assistant.c: * src/nact/nact-add-capability-dialog.c: * src/nact/nact-add-scheme-dialog.c: * src/nact/nact-assistant-export.c: * src/nact/nact-assistant-import.c: * src/nact/nact-confirm-logout.c: * src/nact/nact-export-ask.c: * src/nact/nact-icon-chooser.c: * src/nact/nact-main-window.c: * src/nact/nact-preferences-editor.c: Updated accordingly. * src/nact/base-window.c: * src/nact/base-window.h: Remove unused properties. (base_window_error_dlg, base_window_yesno_dlg): Removed functions. * src/nact/base-assistant.c: * src/nact/nact-main-menubar-edit.c: * src/nact/nact-main-menubar-file.c: * src/nact/nact-main-window.c * src/nact/nact-window.c: Updated accordingly. * src/nact/base-window-class.h: Removed file. * src/nact/base-window.h: * src/nact/Makefile.am: Updated accordingly. * src/utils/na-gconf2key.sh.in: Get ride of possible error messages when forcing gconfd-2 synchro. * src/nact/base-application.c: * src/nact/base-application.h (base_application_message_dlg, base_application_error_dlg, base_application_yesno_dlg): Functions are moved to BaseWindow class. * src/nact/base-window.c: * src/nact/base-window.h (base_window_display_yesno_dlg, base_window_display_message_dlg): New functions. * src/nact/base-application.c: * src/nact/base-application.h (base_application_get_ui_filename): Removed function. (get_ui_filename): Removed virtual method. * src/nact/nact-application.c (appli_get_gtkbuilder_filename):Removed function. * src/nact/base-window.c (base_window_init): Rewrite BaseWindow initialization. * src/nact/nact-main-window.c (nact_main_window_new): Initialize the main window with XML UI properties. * src/nact/base-window.c: * src/nact/base-window.h: Rename initialization properties. * src/nact/nact-add-capability-dialog.c: * src/nact/nact-add-scheme-dialog.c: * src/nact/nact-assistant-export.c: * src/nact/nact-assistant-import.c: * src/nact/nact-confirm-logout.c: * src/nact/nact-export-ask.c: * src/nact/nact-icon-chooser.c: * src/nact/nact-main-window.c: * src/nact/nact-preferences-editor.c: Updated accordingly. * src/nact/base-application.c: * src/nact/base-application.h: Define new 'base-application-description' property. Remove unused properties. * src/nact/nact-application.c (nact_application_new): Make use of the new property at instanciation time. 2011-01-20 Pierre Wieser * src/nact/base-window.c: * src/nact/base-window.h (base_window_display_error_dlg): New function. * src/nact/base-application.c: * src/nact/base-application.h (base_application_get_icon_name): Removed function. * src/nact/base-application.c: * src/nact/base-application.h (initialize_i18n, initialize_application_name, get_application_name, initialize_default_icon, get_icon_name, initialize_gtk, initialize_session_manager, get_unique_app_name, initialize_ui, initialize_unique_app, initialize, run, get_main_window, initialize_application): Remove virtual methods. * src/nact/nact-application.c (appli_get_application_name, appli_get_icon_name, appli_get_unique_app_name, appli_initialize_application): Removed functions. * src/nact/nact-application.c (nact_application_new_with_args): Make NactApplication initializes with these new properties. * src/nact/base-application.c: * src/nact/base-application.h: Define new properties. * src/nact/base-application-class.h: Removed file. * src/nact/Makefile.am: * src/nact/base-application.h: * src/nact/base-window-class.h: * src/nact/base-window.h: Updated accordingly. * src/nact/base-application-class.h (main_window_new): * src/nact/base-application.c (application_do_run): * src/nact/nact-application.c * src/nact/nact-main-window.h (appli_main_window_new): Move the creation of the main window to the main_window_new() method. Remove base_application_get_main_window() function. * src/nact/base-application-class.h (manage_options): * src/nact/base-application.c: * src/nact/nact-application.c: Return exit code of the program. * src/nact/nact-tree-model-dnd.c (drop_inside, is_drop_possible, drop_uri_list): * src/nact/base-window.c (is_main): Remove base_application_get_main_window() invocations. * src/nact/nact-main.c: Renamed as main.c * src/nact/Makefile.am: Updated accordingly. * tools/Makefile.am: Generate the check-header.c source if it is missing. * src/plugin-tracker/na-tracker-dbus.c: * src/plugin-tracker/na-tracker-dbus.h: * src/plugin-tracker/na-tracker.c: * src/plugin-tracker/na-tracker.h: Cosmetic changes in src/plugin-tracker headers. * src/plugin-menu/nautilus-actions.c: * src/plugin-menu/nautilus-actions.h: Cosmetic changes in src/plugin-menu headers. * src/nact/base-application.c: * src/nact/base-application-class.h: * src/nact/base-assistant.c: * src/nact/base-assistant.h: * src/nact/base-builder.c: * src/nact/base-builder.h: * src/nact/base-dialog.c: * src/nact/base-dialog.h: * src/nact/base-iprefs.c: * src/nact/base-iprefs.h: * src/nact/base-window.c: * src/nact/base-window-class.h: * src/nact/egg-tree-multi-dnd.h: * src/nact/nact-add-capability-dialog.c: * src/nact/nact-add-capability-dialog.h: * src/nact/nact-add-scheme-dialog.c: * src/nact/nact-add-scheme-dialog.h: * src/nact/nact-application.c: * src/nact/nact-application.h: * src/nact/nact-assistant-export.c: * src/nact/nact-assistant-export.h: * src/nact/nact-assistant-import.c: * src/nact/nact-assistant-import.h: * src/nact/nact-clipboard.c: * src/nact/nact-clipboard.h: * src/nact/nact-confirm-logout.c: * src/nact/nact-confirm-logout.h: * src/nact/nact-export-ask.c: * src/nact/nact-export-ask.h: * src/nact/nact-iactions-list.c: * src/nact/nact-iactions-list.h: * src/nact/nact-iaction-tab.c: * src/nact/nact-iaction-tab.h: * src/nact/nact-ibasenames-tab.c: * src/nact/nact-ibasenames-tab.h: * src/nact/nact-icapabilities-tab.c: * src/nact/nact-icapabilities-tab.h: * src/nact/nact-icommand-tab.c: * src/nact/nact-icommand-tab.h: * src/nact/nact-icon-chooser.h: * src/nact/nact-ienvironment-tab.c: * src/nact/nact-ienvironment-tab.h: * src/nact/nact-iexecution-tab.c: * src/nact/nact-iexecution-tab.h: * src/nact/nact-ifolders-tab.c: * src/nact/nact-ifolders-tab.h: * src/nact/nact-imimetypes-tab.c: * src/nact/nact-imimetypes-tab.h: * src/nact/nact-iproperties-tab.c: * src/nact/nact-iproperties-tab.h: * src/nact/nact-ischemes-tab.c: * src/nact/nact-ischemes-tab.h: * src/nact/nact-main-window.c: * src/nact/nact-main-window.h: * src/nact/nact-preferences-editor.c: * src/nact/nact-preferences-editor.h: * src/nact/nact-tree-model.c: * src/nact/nact-tree-model.h: * src/nact/nact-tree-model-priv.h: * src/nact/nact-window.c: * src/nact/nact-window.h: Cosmetic changes in src/nact headers. * src/io-xml/naxml-provider.c: * src/io-xml/naxml-provider.h: * src/io-xml/naxml-reader.c: * src/io-xml/naxml-reader.h: * src/io-xml/naxml-writer.c: * src/io-xml/naxml-writer.h: Cosmetic changes in src/io-xml headers. * src/io-gconf/nagp-gconf-provider.c: * src/io-gconf/nagp-gconf-provider.h: Cosmetic changes in src/io-gconf headers. * src/io-desktop/nadp-desktop-file.c: * src/io-desktop/nadp-desktop-file.h: * src/io-desktop/nadp-desktop-provider.c: * src/io-desktop/nadp-desktop-provider.h: * src/io-desktop/nadp-monitor.c: * src/io-desktop/nadp-monitor.h: Cosmetic changes in src/io-desktop headers. * src/core/na-export-format.h: * src/core/na-iabout.h: * src/core/na-importer-ask.h: * src/core/na-io-provider.h: * src/core/na-ipivot-consumer.h: * src/core/na-module.h: * src/core/na-pivot.h: * src/core/na-selected-info.h: * src/core/na-settings.h: * src/core/na-tokens.h: * src/core/na-updater.h: Cosmetic changes in src/core headers. * src/api/na-data-boxed.h: * src/api/na-data-types.h: * src/api/na-gconf-monitor.h: * src/api/na-gconf-utils.h: * src/api/na-icontext.h: * src/api/na-iduplicable.h: * src/api/na-iexporter.h: * src/api/na-ifactory-object.h: * src/api/na-ifactory-provider.h: * src/api/na-iio-provider.h: * src/api/na-object-action.h: * src/api/na-object.h: * src/api/na-object-id.h: * src/api/na-object-item.h: * src/api/na-object-menu.h: * src/api/na-object-profile.h: * src/core/na-data-boxed.c: Cosmetic changes in src/api headers. * src/utils/na-gconf2key.sh.in: * tools/check-headers.sh: * tools/check-po.sh: * tools/init-finalize-diff.sh: * tools/release-tarball.sh: Replace basename with a shell substitution. 2011-01-19 Pierre Wieser * tools/release-tarball.sh: Full script rewrite. * README-GCONF: * Makefile.am: Add README-GCONF to the distribution. * tools/check-po.sh: Script rewriting. * NEWS: Update before 3.0.7 release. 2011-01-18 Pierre Wieser * src/core/na-export-format.c (na_export_format_get_description): * src/core/na-importer-ask.c (na_importer_ask_user): * src/core/na-importer.c (import_from_uri): * src/core/na-io-provider.c (na_io_provider_get_name): * src/core/na-iprefs.c: * src/core/na-iprefs.h (na_iprefs_get_import_mode, na_iprefs_get_order_mode, na_iprefs_get_export_format): * src/core/na-settings.c: * src/nact/nact-assistant-export.c (on_initial_load_dialog): * nact/nact-assistant-import.c (runtime_init_duplicates): * src/nact/nact-clipboard.c (export_row_object): * src/nact/nact-export-ask.c: * nact/nact-export-format.c: * src/nact/nact-export-format.h(nact_export_format_init_display): * src/nact/nact-gtk-utils.c: * src/nact/nact-gtk-utils.h (nact_gtk_utils_radio_set_initial_state, nact_gtk_utils_radio_reset_initial_state, nact_gtk_utils_toggle_set_initial_state, nact_gtk_utils_toggle_reset_initial_state): * src/nact/nact-ienvironment-tab.c (on_tab_updatable_selection_changed): * src/nact/nact-iexecution-tab.c (on_tab_updatable_selection_changed): * src/nact/nact-main-window.c (on_base_runtime_init_toplevel): * src/nact/nact-preferences-editor.c: * src/nact/nact-preferences.ui: * src/nact/nact-tree-model-dnd.c (drop_uri_list): * src/nact/nact-tree-model.c (tree_model_new): Manage locked and mandatory preferences. * src/core/na-boxed.c (na_boxed_new_from_string_with_sep): Do not eat last character. * README-GCONF: * src/core/na-settings.h: * src/utils/na-gconf2key.sh.in: Rename 'import-mode-keep-last-choice' as 'import-ask-user-keep-last-choice'. 2011-01-17 Pierre Wieser * src/nact/nact-preferences-editor.c: Reopen the Preferences on the last used tab. * src/core/na-boxed.c (na_boxed_new_from_string_with_sep): Fix handling of last separator. * src/nact/nact-schemes-list.c: Do not allow modification of default schemes list if preferences are locked or property mandatory. * src/core/na-io-provider.c: * src/core/na-io-provider.h (na_io_provider_is_conf_readable, na_io_provider_is_conf_writable): Returns mandatory flag. List I/O providers in write order. * src/core/na-updater.c (na_updater_is_item_writable): Updated accordingly. * src/nact/nact-providers-list.c: Do not allow modification of I/O providers readability/writability/write order properties if preferences are locked or properties mandatory. * src/core/na-module.c (na_module_release_modules): Release the loaded module. 2011-01-16 Pierre Wieser * run-distcheck.sh: New file. Add a script to check completeness of header files. * tools/.gitignore: * tools/Makefile.am: * tools/check-headers.sh: New files. * src/test/test-include.c: Renamed as tools/check-header.c and set it as ignored by git. * src/test/.gitignore: * src/test/Makefile.am: Updated accordingly. * Makefile.am: * configure.ac: configure in tools/. * src/api/na-data-boxed.h: * src/api/na-data-types.h: * src/api/na-gconf-monitor.h: * src/api/na-gconf-utils.h: Test for NA_DISABLE_DEPRECATED deprecation define. * run-distcheck.sh: New file. * tools/check-po.sh: Rewrite to have options and messages management. * src/utils/na-gconf2key.sh.in: Review comment. * src/utils/Makefile.am: Add na-gconf2key.sh.in to the distributed files. * docs/reference/Makefile.am: Set the deprecation flags for gtkdoc-scan. * tools/check-po.sh: Set the count of errors as exit code. * po/POTFILES.in: Updated. * src/api/na-gconf-utils.h: * src/core/na-gconf-utils.c: Is marked deprecated as of 3.1.0. * src/api/na-gconf-monitor.h: * src/core/na-gconf-monitor.c: Is marked deprecated as of 3.1.0. * src/utils/nautilus-actions-new.c: Output to stdout or as .desktop file. * src/utils/na-print-schemas.c: Add a deprecation comment. * src/core/na-io-provider.c: * src/core/na-io-provider.h (na_io_provider_find_io_provider_by_id): New function. * src/utils/nautilus-actions-print.c: Move program summary as a global def. 2011-01-15 Pierre Wieser * tools/init-finalize-diff.sh: Fix the interpretation of debug messages. * src/test/test-module.c: * src/test/test-module-plugin.c: New files. * src/test/.gitignore: * src/test/Makefile.am: Updated accordingly. * src/nact/nact-schemes-list.c: Remove gconf-client.h include. * src/nact/base-iprefs.c (base_iprefs_position_named_window): Do not force a null window size or position. * src/core/na-settings.c (na_settings_get_string_list): Do not allocate an empty string list. * src/core/na-pivot.c (instance_dispose): Release the NASettings object. * src/core/na-object-id.c: * src/core/na-object-item.c: Remove no more used instance_init debug messages. * src/core/na-data-boxed.c: * src/core/na-gconf-monitor.c: * src/core/na-io-provider.c: * src/core/na-tokens.c: * src/core/na-updater.c: * src/io-desktop/nadp-desktop-file.c: * src/io-desktop/nadp-desktop-provider.c: * src/io-desktop/nadp-monitor.c: * src/io-gconf/nagp-gconf-provider.c: * src/io-xml/naxml-provider.c: * src/nact/base-application.c: * src/nact/base-builder.c: * src/nact/base-window.c: * src/nact/nact-application.c: * src/nact/nact-clipboard.c: * src/nact/nact-main-window.c: * src/nact/nact-tree-model.c: * src/nact/nact-window.c: Add instance_finalize debug message. * src/core/na-core-utils.c (na_core_utils_slist_dump): Display string length. * src/core/na-boxed.c (na_boxed_free): Only free a non null structure. (na_boxed_new_from_string_with_sep): Do not try to split an empty string. (na_boxed_get_boolean, na_boxed_get_pointer, na_boxed_get_string, na_boxed_get_string_list, na_boxed_get_uint, na_boxed_get_uint_list): Do not try to return a value for a null structure. * m4/na-maintainer-mode.m4: Define a conditional when in maintainer mode. 2011-01-14 Pierre Wieser * src/utils/na-delete-xmltree.c: * src/utils/nautilus-actions-print.c: Add localization code. * src/utils/nautilus-actions-new.c: * src/utils/nautilus-actions-run.c: * src/utils/nautilus-actions-schemas.c: Add locale.h include. * src/core/na-boxed.c (boxed_new, na_boxed_copy, na_boxed_new_from_string, na_boxed_new_from_string_with_sep, na_boxed_free): Add debug messages when allocating/freeing a NABoxed structure. * src/nact/nact-icommand-tab.c (on_wdir_browse): Remove no more used default value. * src/nact/nact-icon-chooser.c (fillup_icons_by_path, on_path_selection_changed): Store last folder uri. * src/core/na-settings.h: Preference renamed accordingly. * README-GCONF: * src/core/na-settings.h: * src/utils/na-gconf2key.sh.in: '-last-folder-uri' preferences are renamed as '-lfu'. * src/core/na-settings.c: Set default values. * src/nact/nact-gtk-utils.c: * src/nact/nact-gtk-utils.h (nact_gtk_utils_select_file, nact_gtk_utils_select_file_with_preview, nact_gtk_utils_select_dir): Remove no more used default value. * src/nact/nact-icommand-tab.c (on_path_browse, on_wdir_browse): * src/nact/nact-ienvironment-tab.c (on_try_exec_browse, on_show_if_running_browse): Updated accordingly. * src/core/na-boxed.c (string_list_from_array, uint_list_from_array): Do not allocate the empty last element. * src/core/na-io-provider.c (load_items_get_merged_list): * src/core/na-iprefs.c (na_iprefs_get_io_providers): Use the correct list pointer. * src/core/na-iprefs.c: * src/core/na-iprefs.h (na_iprefs_get_export_format, na_iprefs_set_export_format): Functions moved from src/nact/nact-iprefs.c. * src/nact/nact-iprefs.c: * src/nact/nact-iprefs.h: Removed files. * src/nact/Makefile.am: * src/nact/base-window.c: * src/nact/nact-assistant-export.c: * src/nact/nact-assistant-import.c: * src/nact/nact-clipboard.c: * src/nact/nact-export-ask.c: * src/nact/nact-export-format.c: * src/nact/nact-gtk-utils.c: * src/nact/nact-iaction-tab.c: * src/nact/nact-icommand-tab.c: * src/nact/nact-ifolders-tab.c: * src/nact/nact-main-toolbar.c: * src/nact/nact-preferences-editor.c: * src/nact/nact-tree-model-dnd.c: Updated accordingly. * src/nact/nact-iprefs.c: * src/nact/nact-iprefs.h (nact_iprefs_write_bool, nact_iprefs_write_uint, nact_iprefs_write_string): Remove deprecated functions. * src/nact/nact-main-toolbar.c (nact_main_toolbar_activate): Updated accordingly. * src/nact/base-iprefs.c: * src/nact/base-iprefs.h (base_iprefs_get_int, base_iprefs_set_int): Remove deprecated functions. * src/nact/nact-icon-chooser.c (instance_dispose, on_base_runtime_init_dialog): * src/nact/nact-main-window.c (instance_dispose, on_base_initial_load_toplevel): Updated accordingly. * src/nact/nact-iprefs.c: * src/nact/nact-iprefs.h (nact_iprefs_migrate_key): Remove deprecated function. * src/nact/nact-icommand-tab.c (nact_icommand_tab_initial_load_toplevel): Updated accordingly. Global renaming of preferences. * README-GCONF: * src/api/na-iio-provider.h: * src/core/na-export-format.h: * src/core/na-exporter.h: * src/core/na-importer-ask.h: * src/core/na-importer.c: * src/core/na-io-provider.c: * src/core/na-io-provider.h: * src/core/na-iprefs.c: * src/core/na-iprefs.h: * src/core/na-module.c: * src/core/na-pivot.c: * src/core/na-pivot.h: * src/core/na-settings.c: * src/core/na-settings.h: * src/core/na-updater.c: * src/nact/nact-add-capability-dialog.c: * src/nact/nact-add-scheme-dialog.c: * src/nact/nact-assistant-export.c: * src/nact/nact-assistant-import.c: * src/nact/nact-clipboard.c: * src/nact/nact-export-ask.c: * src/nact/nact-gtk-utils.c: * src/nact/nact-iactions-list.c: * src/nact/nact-icommand-tab.c: * src/nact/nact-icon-chooser.c: * src/nact/nact-ienvironment-tab.c: * src/nact/nact-ifolders-tab.c: * src/nact/nact-iprefs.c: * src/nact/nact-iprefs.h: * src/nact/nact-main-menubar-edit.c: * src/nact/nact-main-menubar-file.c: * src/nact/nact-main-menubar.c: * src/nact/nact-main-toolbar.c: * src/nact/nact-main-window.c: * src/nact/nact-preferences-editor.c: * src/nact/nact-providers-list.c: * src/nact/nact-schemes-list.c: * src/nact/nact-sort-buttons.c: * src/nact/nact-tree-model-dnd.c: * src/nact/nact-tree-model.c: * src/nact/nact-window.c: * src/nact/nact-window.h: * src/plugin-menu/nautilus-actions.c: * src/utils/na-gconf2key.sh.in: * src/utils/nautilus-actions-new.c: Rename preferences. >>>>>>> Globally rename preferences 2011-01-13 Pierre Wieser * src/core/na-settings.c: * src/core/na-settings.h: Preference names are defined as '#define' values. * README-GCONF: * src/utils/na-gconf2key.sh.in: Adjust preferences. * src/core/na-iprefs.c: * src/core/na-iprefs.h: NAIPrefs is no more an interface. * src/api/na-iimporter.h: * src/core/na-importer-ask.c: * src/core/na-importer-ask.h: * src/core/na-importer.c: Updated accordingly. 2011-01-12 Pierre Wieser * src/nact/nact-iprefs.c: * src/nact/nact-iprefs.h: Get ride of GConf. * README-GCONF: * src/core/na-settings.c: * src/utils/na-gconf2key.sh.in: Add omitted 'export-ask-user-last-format' key. * src/nact/nact-icommand-tab.c: * src/nact/nact-ienvironment-tab.c: Update to new preferences. * README-GCONF: * src/core/na-settings.c: * src/utils/na-gconf2key.sh.in: 'folder-last-path' key is renamed as 'folder-last-folder-uri'. * src/nact/nact-ifolders-tab.c: Updated accordingly. * README-GCONF: * src/core/na-settings.c: * src/utils/na-gconf2key.sh.in: Add 'export-ask-user-wsp' preference. * src/nact/nact-add-capability-dialog.c (base_get_iprefs_window_id): * src/nact/nact-add-scheme-dialog.c (base_get_iprefs_window_id): * src/nact/nact-assistant-export.c (window_get_iprefs_window_id): * src/nact/nact-assistant-import.c (window_get_iprefs_window_id): * src/nact/nact-export-ask.c (base_get_iprefs_window_id): * src/nact/nact-main-window.c (instance_dispose, base_get_iprefs_window_id): * src/nact/nact-preferences-editor.c (base_get_iprefs_window_id): Update all preference names when saving/restoring window size and position. * src/core/na-settings.c: * src/core/na-settings.h: All getters/setters are implemented. * src/nact/base-iprefs.c: Remove GConf stuff. * src/nact/nact-icon-chooser.c: * src/nact/nact-icon-chooser.ui: Implement all preferences. * src/utils/na-gconf2key.sh.in: Renamed preferences for windows size and position '-wsp'. Also delete from GConf if only preferences have been migrated. Re-sync after tree delete. * src/api/na-boxed.h: * src/core/na-boxed.c (na_boxed_get_string, na_boxed_get_uint, na_boxed_get_uint_list): New functions. * configure.ac: Enable silent rules by default. * run-autogen.sh: Add sysconfdir argument to autogen.sh * src/nact/nact-gtk-utils.c (nact_gtk_utils_get_pixbuf): Search a pixbuf by icon theme if not found as filename or stock. * src/nact/base-window.c: * src/nact/base-window.h (base_window_peek_widget): New function. * src/nact/nact-icon-chooser.c: * src/nact/nact-icon-chooser.h: * src/nact/nact-icon-chooser.ui: New files. * src/nact/Makefile.am: * src/nact/nact-iaction-tab.c: * src/nact/nautilus-actions-config-tool.ui: Updated accordingly. * src/core/na-settings.c (content_load_keys): Do not warn if configuration file does not exist. * src/api/na-boxed.h: * src/api/na-data-boxed.h: * src/api/na-data-types.h: * src/core/na-boxed.c: * src/core/na-data-boxed.c: * src/core/na-data-types.c: Update reference documentation to deprecate NADataBoxed and NADataType in favor of NABoxed. * src/core/na-settings.c: * src/core/na-settings.h: Configuration monitoring. * src/plugin-menu/nautilus-actions.c: Monitor all runtime preferences with only one callback. * src/api/na-boxed.h: * src/core/na-boxed.c (na_boxed_get_pointer): New function. * run-autogen.sh: Add sysconfdir argument to autogen.sh. * src/api/na-data-types.h: * src/core/na-data-types.c (na_data_types_copy, na_data_types_free): Removed functions. * README-GCONF: * src/utils/na-gconf2key.sh.in: Fix two key label conversions. * src/api/na-boxed.h: * src/core/na-boxed.c: New files. * src/api/Makefile.am: * src/core/Makefile.am: Updated accordingly. 2011-01-10 Pierre Wieser * src/api/na-data-types.h: * src/core/na-data-types.c (na_data_types_copy, na_data_types_free, na_data_types_get_label): New functions. * src/core/na-settings.c (monitor_io_provider_read_status, monitor_key): Register monitored keys. * src/core/na-settings.h (na_settings_get_boolean_ex, na_settings_get_string_list): New functions. * src/plugin-menu/nautilus-actions.c: Implement runtime preferences monitoring. No more use deprecated na_pivot_set_automatic_reload(). * src/core/na-pivot.c: * src/core/na-pivot.h: Replace GConf preferences monitoring with NASettings. Define new PIVOT_SIGNAL_ITEMS_CHANGED signal. * src/core/na-settings.c: * src/core/na-settings.h (na_settings_register_key_callback, na_settings_register_global_callback, na_settings_get_boolean): New functions. * src/api/na-iio-provider.h: * src/core/na-io-provider.h: IIO_PROVIDER_SIGNAL_ITEM_CHANGED signal definition is moved (and renamed) from public API to internal one. * src/core/na-iio-provider.c (interface_base_init): * src/core/na-io-provider.c (io_provider_set_provider): * src/core/na-pivot.c (on_item_changed_timeout): Updated accordingly. * src/core/na-iio-provider.c * src/core/na-settings.c (na_settings_new): * src/utils/na-gconf2key.sh.in: Global configuration file goes to /etc/xdg. * src/core/na-pivot.c: * src/core/na-pivot.h (na_pivot_register): * src/core/na-settings.c: * src/core/na-settings.h (na_settings_register): * src/plugin-menu/nautilus-actions.c (instance_constructed): Fix compilation. 2011-01-09 Pierre Wieser * src/nact/base-application.c (display_dlg): Setup parent window. * src/api/na-iimporter.h: * src/core/na-io-provider.c: * src/core/na-object-id.c: * src/core/na-object-item.c: * src/io-desktop/nadp-utils.c: * src/nact/nact-assistant-import.c: * src/nact/nact-iactions-list-bis.c: * src/nact/nact-iactions-list.h: * src/nact/nact-main-window.c: * src/nact/nact-preferences.ui: * src/nact/nact-tree-model.c: Remove all deprecated references to an UUID. * po/POTFILES.in: Add src/io-desktop/nadp-formats.c file. * src/core/na-object-profile-factory.c: Remove %o/%O parameters from description of version 2.0. Add a missing line feed. * tools/check-po.sh: Adapt to glade files. 2011-01-08 Pierre Wieser * src/utils/nautilus-actions-new.c (init_options): * src/utils/nautilus-actions-run.c (init_options): * src/utils/nautilus-actions-schemas.c (init_options): Initialize translation domain for GOptionContext. * src/core/na-data-boxed.c (string_spec, slist_spec, bool_spec, pointer_spec, uint_spec): * src/core/na-export-format.c (na_export_format_get_label, na_export_format_get_description): * src/core/na-iabout.c (na_iabout_display): * src/core/na-object-action.c (na_object_action_new_with_defaults): * src/core/na-object-menu.c (na_object_menu_new_with_defaults): * src/io-xml/naxml-writer.c (write_data_schema_v1_element): * src/nact/nact-add-capability-dialog.c (on_base_runtime_init_dialog): * src/nact/nact-ienvironment-tab.c (nact_ienvironment_tab_runtime_init_toplevel): * src/nact/nact-iproperties-tab.c (on_tab_updatable_selection_changed): * src/nact/nact-main-menubar-file.c (nact_main_menubar_file_save_items): * src/nact/nact-match-list.c (get_must_match_header, insert_new_row): * src/nact/nact-tree-model-dnd.c (is_drop_possible, is_drop_possible_before_iter, is_drop_possible_into_dest, is_parent_accept_new_childs): Use gettext() to display localized static strings. * src/api/na-data-def.h: Complete the description of the fields. * src/core/na-io-provider.c: * src/core/na-object-profile-factory.c: * src/nact/nact-assistant-export.ui: * src/nact/nautilus-actions-config-tool.ui: Fix various mistakes and mispellings reported by Fr translation team. * configure.ac: Post-release bump version number. 2011-01-07 Pierre Wieser * src/core/na-pivot.c (na_pivot_register): New function. * src/plugin-menu/nautilus-actions.c: Replace NAIPivotConsumer interface with na_settings() accessors. * src/core/na-settings.c: * src/core/na-settings.h: New files. * src/utils/na-gconf2key.sh.in: Make sure that GConf is at the end of the list of I/O providers. Make sure that GConf is locked. Migrate all I/O provider preferences. * configure.ac: * src/utils/Makefile.am: * src/utils/na-gconf2key.sh.in: nautilus-actions-gconf2desktop.sh.in is renamed as na-gconf2key.sh.in, and is installed in PKGLIBEXECDIR. * src/core/Makefile.am: * src/core/na-gconf-migration.c: Updated accordingly. * src/utils/Makefile.am: nautilus-actions-delete is renamed as na-delete-xmltree, and is installed in PKGLIBEXECDIR. * src/core/na-core-utils.c (na_core_utils_print_version): Print the compilation version of GLib2 and Gtk+ when in debug mode. * src/utils/Makefile.am: nautilus-actions-schemas is renamed as na-print-schemas, and is installed in PKGLIBEXECDIR. 2011-01-06 Pierre Wieser * src/nact/nact-main-window.c (iabout_get_toplevel): Let the About dialog get the toplevel window. * src/nact/nact-preferences.ui: * src/nact/nautilus-actions-config-tool.ui: Apply patch provided by Christian Kirbach. Fix #638548. Use the same script to migrate items and preferences. * README-GCONF: Document migrated and renamed preferences. * src/utils/nautilus-actions-gconf2desktop.sh.in: Rewrite migrated preferences as keyed files. At last, remove the whole Nautilus-Actions tree from GConf. 2011-01-05 Pierre Wieser * src/utils/console-utils.c (console_cmdline_get_description): Returns the full address of the page to enter a new bug in Bugzilla. * src/core/na-gconf-migration.c: * src/core/na-gconf-migration.h (na_gconf_migration_run): New function. * src/core/Makefile.am: Updated accordingly. * src/nact/nact-main.c (main): * src/plugin-menu/nautilus-module.c (nautilus_module_initialize): * src/utils/nautilus-actions-new.c (main): * src/utils/nautilus-actions-run.c (main): Automatically run the migration tool at startup. * src/utils/nautilus-actions-gconf2desktop.sh.in: * src/utils/nautilus-actions-delete.c: * src/utils/nautilus-actions-print.c: New items migration script and programs. They take care of migrating users and mandatory items to .desktop files. * configure.ac: * src/utils/Makefile.am: * src/utils/.gitignore: Updated accordingly. 2011-01-04 Pierre Wieser * src/core/na-tokens.c (na_tokens_new_from_selection): No more prepare the list string of selection. Directly build the selection list in the correct order. (execute_action_command): Setup the working directory. * src/core/na-tokens.c: * src/core/na-tokens.h (na_tokens_parse_parameters): Renamed as na_tokens_parse_for_display() as filenames are not quoted when displayed as part of an expanded label. * src/nact/nact-icommand-tab.c (parse_parameters): * src/plugin-menu/nautilus-actions.c (expand_tokens_item): Updated accordingly. * configure.ac: Fix "API Reference generation" message. * m4/na-enable-manuals.m4: Better specify that --enable-html-manuals (resp. pdf) are for user's manuals. * src/core/na-selected-info.c (new_from_uri): - Add an excerpt from RFC 2396 about valid characters in URIs. - Prefer the filename from g_filename_from_uri() when possible. * src/core/na-tokens.c (na_tokens_new_from_selection): Also g_shell_quote() the URI to preserve quotes. (build_string_lists_item): Removed function. * src/core/na-iabout.c (na_iabout_display): Fix typo in comment, adding a note to the translators. 2011-01-03 Pierre Wieser * src/core/na-io-provider.c: * src/core/na-io-provider.h (na_io_provider_are_writings_authorized): New function. * configure.ac: Define a conditional if we have both GSettings and GConf. * src/core/na-gsettings-migrate.c: * src/core/na-gsettings-migrate.h: New files. * src/core/Makefile.am: Updated accordingly. * src/core/na-pivot.c (instance_constructed): Call na_gsettings_migrate() if we have both GSettings and GConf. * configure.ac: - Define HAVE_GSETTINGS variable. - Define HAVE_GCONF variable. 2011-01-02 Pierre Wieser * src/nact/egg-desktop-file.c: Get ride of tests for Gtk+ 2.12.0 as this is the minimal required version. * src/nact/base-keysyms.h: * src/nact/egg-sm-client-private.h: * src/nact/egg-sm-client-xsmp.c: * src/nact/nact-add-capability-dialog.c: * src/nact/nact-add-scheme-dialog.c: * src/nact/nact-main-tab.c: * src/nact/nact-clipboard.c: * src/nact/nact-tree-model-dnd.c: * src/nact/nact-gtk-utils.c: * src/nact/nact-iaction-tab.c: * src/nact/nact-main-statusbar.c: * src/nact/nact-main-menubar.c: * src/nact/nact-schemes-list.c: Use GTK_CHECK_VERSION macro. * configure.ac: * m4/na-check-for-gtk.m4: Move back gtk_required variable to improve readibility of configure.ac. 2011-01-01 Pierre Wieser * configure.ac: Post release version bump. * NEWS: Update NEWS before release. * src/plugin-menu/nautilus-actions.c (create_root_menu): Update the root menu label to better reflect the product name. * src/nact/nautilus-actions-config-tool.ui: Use gtk-find instead of gtk-find-and-replace stock icon for browse buttons. * src/nact/nact-iaction-tab.c (nact_iaction_tab_initial_load_toplevel): Display again stock icons in NACT. Fix #638461 - Stock icons are no more displayed in NACT. * Almost all files modified: Update copyright message. Set Nautilus-Actions as being the actual official product name. * src/core/na-selected-info.c (new_from_nautilus_file_info): Fix pathname breakdown for 'x-nautilus-desktop:///' URI. Fix #638450 - Nautilus crashes when opening Trash or Network. caja-actions-1.27.0/ChangeLog-2012000066400000000000000000001426351433352025300163040ustar00rootroot00000000000000caja-actions 2012-11-29 Wolfgang Ulbrich * release 1.6.0 * removal of mateconf usage 2012-11-21 Wolfgang Ulbrich * release 1.5.0 * update to nautilus-acions-3.2.2 2012-09-06 Wolfgang Ulbrich * release 1.4.0 2012-04-01 Wolfgang Ulbrich * initial for Mate Desktop ------------------------------------------------------------------------------ nautilus-actions 2012-03-28 Pierre Wieser * src/api/na-core-utils.h: * src/core/na-core-utils.c (na_core_utils_file_list_perms): New function. * src/core/na-settings.c: * src/core/na-updater.c (na_updater_new): Improve debug messages. 2012-03-22 Pierre Wieser * src/core/na-io-provider.c (io_providers_list_set_module): * src/core/na-updater.c (na_updater_new): * src/nact/nact-menubar-file.c (nact_menubar_file_on_update_sensitivities): * src/nact/nact-menubar.c (on_base_initialize_window): Improve debug messages. 2012-03-20 Pierre Wieser * src/nact/nautilus-actions-config-tool.ui: Fix tooltip typo. 2012-03-12 Pierre Wieser * tools/release-tarball.sh: Fix stable attribute computing. * configure.ac: Post release version bump. 2012-03-04 Pierre Wieser * NEWS: Update before releasing. * src/nact/nact-match-list.c (initialize_pseudo_iface): Fix bad display of the current selection (selection-changed callback has to be connected from window initialization code). * src/core/na-icontext.c (is_candidate_for_folders): Improve code readability. * src/core/na-selected-info.c (dump): Dump file type. * src/plugin-menu/nautilus-actions.c (build_nautilus_menu_rec): Improve debug messages. 2012-03-01 Pierre Wieser * tools/release-tarball.sh: Make sure help and copyright messages display the current version. Make sure the tag set in git is consistent with the released tarball. Fix #671083 reported by Pierre Wieser - Release tool takes bad package version. 2012-02-29 Pierre Wieser * run-distcheck.sh: Exec desktop-file-validate program against nact.desktop (see #671043). * src/nact/nact.desktop.in: Remove deprecated keys and values. Fix #671043 reported by Vincent Untz - Invalid desktop file. * All source files: * All Makefile.am: * All private na-*.m4: Update the license notice according to http://www.gnu.org/licenses/gpl-howto.html. Fix #671044 reported by Vincent Untz - Incorrect FSF address. 2012-02-27 Pierre Wieser Let the example label be expandable. * src/nact/nact-icommand-tab.c: No more insert the 'Ex:' prefix. * src/nact/nautilus-actions-config-tool.ui: Insert a GtkExpander parent. * configure.ac: Post release version bump to 3.2.2. Due to a command mismatch, git repository has been erroneously tagged with a 3.2.1 version number. This version number is wrong and, due to this tagging error, will never be released. 2012-02-24 Pierre Wieser * NEWS: Update before releasing 3.2.0. 2012-02-23 Pierre Wieser * run-autogen.sh: Pass arguments ro run-configure.sh. 2012-02-22 Pierre Wieser * src/core/Makefile.am: * src/nact/Makefile.am: Store UI elements in a dedicated dir. * src/core/na-importer-ask.c: * src/nact/base-gtk-utils.c: * src/nact/nact-add-capability-dialog.c: * src/nact/nact-add-scheme-dialog.c: * src/nact/nact-assistant-export.c: * src/nact/nact-assistant-import.c: * src/nact/nact-export-ask.c: * src/nact/nact-icon-chooser.c: * src/nact/nact-main-statusbar.c: * src/nact/nact-main-window.c: * src/nact/nact-menubar.c: * src/nact/nact-preferences-editor.c: Updated accordingly. * src/core/Makefile.am: Store import mode images in dedicated dir. * src/core/na-importer.c (get_mode_from_struct): * src/nact/Makefile.am: Updated accordingly. * src/core/Makefile.am: Store export-format image in dedicated dir. * src/core/na-exporter.c (na_exporter_get_ask_option): Updated accordingly. * configure.ac: Check for ICE library (fix #670434). * docs/reference/na-compiling.xml: Updated accordingly. * src/core/na-gtk-utils.c: * src/core/na-gtk-utils.h (na_gtk_utils_find_widget_by_type): Remove no more used function. * src/core/na-ioptions-list.c (radio_button_create_group): Directly pack radio buttons inside of the GtkVBox parent container. 2012-02-20 Pierre Wieser * src/plugin-tracker/Makefile.am: * src/utils/Makefile.am: Do not distribute D-Bus auxiliary files. * docs/reference/nautilus-actions-sections.txt: Add undocumented enum. * docs/reference/Makefile.am: Remove useless rules. * run-autogen.sh: * run-distcheck.sh: Replace srcdir with top_srcdir. 2012-02-17 Pierre Wieser * src/core/na-ioption.c (get_ioption_data): * src/nact/base-isession.c (get_isession_data): * src/nact/base-isession.h: * src/nact/base-iunique.c (get_iunique_data): * src/nact/base-iunique.h: Minor cosmetic changes. 2012-02-16 Pierre Wieser * src/nact/nact-menubar.h (nact_menubar_is_level_zero_order_changed): Remove unexisting function. * src/io-desktop/Makefile.am: * src/io-xml/Makefile.am: Do not override uninstall rules. * src/plugin-tracker/Makefile.am: Always build and distribute all flavors of D-Bus sources. 2012-02-15 Pierre Wieser * src/nact/nact-ischemes-tab.c (on_main_selection_changed): * src/nact/nact-imimetypes-tab.c (on_main_selection_changed): * src/nact/nact-ifolders-tab.c (on_main_selection_changed): * src/nact/nact-icapabilities-tab.c (on_main_selection_changed): * src/nact/nact-ibasenames-tab.c (on_main_selection_changed): Enable the tab if a context is available. * src/nact/nact-iproperties-tab.c (on_main_selection_changed): * src/nact/nact-iexecution-tab.c (on_main_selection_changed): * src/nact/nact-ienvironment-tab.c (on_main_selection_changed): * src/nact/nact-icommand-tab.c (on_main_selection_changed): * src/nact/nact-iaction-tab.c (on_main_selection_changed): Slightly review the code layout. * src/nact/nact-main-window.c (setup_current_selection): Setup the context of the current profile if any. * src/nact/nact-menubar-priv.h: * src/nact/nact-menubar.c (instance_dispose): Disconnect signal handler. * src/nact/base-window.c (instance_dispose): Improve debug message. * src/nact/nact-menubar-edit.c (nact_menubar_edit_on_update_sensitivities): Do not evaluate writability if an action is not selected. * src/nact/nact-menubar.c (nact_menubar_new, on_ui_manager_proxy_connect): Review code layout. 2012-02-14 Pierre Wieser * src/nact/nautilus-actions-config-tool.ui: Remove halign property only avaliable since Gtk 3.0. * src/nact/base-gtk-utils.c (base_gtk_utils_table_to_grid): Improve table to grid conversion, adding spacing and expand properties. * src/nact/nautilus-actions-config-tool.ui: Updated accordingly. * src/nact/nact-menubar-edit.c (get_deletables): Check if action is writable when deleting a profile. * src/core/na-object-action.c (ifactory_object_read_done): * src/core/na-object-menu.c (ifactory_object_read_done): * src/core/na-object-profile.c (ifactory_object_read_done): No more dump still incomplete object. * src/core/na-boxed.c (string_list_from_void): Keep the source and the target string lists in the same order. * src/core/na-io-provider.c (na_io_provider_load_items): Fix comment. * src/nact/nact-main-window.h: * src/nact/nact-main-window.c (on_base_initialize_window, on_tree_view_selection_changed): * src/nact/nact-assistant-export.c (on_base_all_widgets_showed): * src/nact/nact-menubar.c (on_base_initialize_window): * src/nact/nact-tree-view.c (class_init, on_selection_changed): * src/nact/nact-tree-view.h: Get rid of TREE_SIGNAL_SELECTION_CHANGED signal, only using MAIN_SIGNAL_SELECTION_CHANGED one, based on the assertion that the NactMainWindow will be the first triggered handler. * src/nact/nact-tree-view.c (get_selected_items): Improve debug message. * src/nact/nact-menubar.c (instance_dispose, on_tree_view_selection_changed): Keeping a recursive ref on the current selection is definitively a bad idea;; only keep a copy of the list. The bad idea is actually: - keep a recursive ref on the current selection, - does someting in the UI, e.g. insert a new item in the selection, - then select the newly inserted item, > thus recursively unreffing the kept previous selection > so unreffing the inserted item which unfortunately was not previously counted -> so ref_count miss. * src/nact/nact-menubar-maintainer.c (nact_menubar_maintainer_on_dump_selection): Incrementing the objects ref_count on dump is useless. * src/nact/nact-menubar-edit.c (nact_menubar_edit_on_copy): Incrementing the objects ref before copying is useless. * src/nact/nact-main-window.c (on_base_initialize_gtk, on_base_initialize_window): Move connections to the signals when initializing window; this is not a big difference as the main window is the only window of its class, but does the right thing in the right place. * src/core/na-object-item.c (na_object_item_copyref_items, na_object_item_free_items): Improve debug messages. 2012-02-08 Pierre Wieser * src/nact/nact-menubar-file.c (nact_menubar_file_on_new_profile): Attach new profile to its parent action. * src/core/na-object-action.c (na_object_action_new_with_profile, na_object_action_new_with_defaults): Rather use the macro na_object_attach_profile(). 2012-02-06 Pierre Wieser * src/nact/nact-tree-view.c (display_label): Simplify the code. * src/nact/base-gtk-utils.c (base_gtk_utils_table_to_grid): Only tries to dump children in maintainer mode. 2012-02-04 Pierre Wieser * src/nact/base-window.c (on_initialize_gtk_toplevel_class_handler): Always dump Gtk hierarchy in maintainer mode. * src/nact/nact-assistant-export.c (format_tree_view_initialize_gtk): * src/nact/nact-main-window.c (on_base_initialize_gtk): * src/nact/nact-tree-view.c (nact_tree_view_new): Updated accordingly. * src/nact/nact-icommand-tab.c (on_base_initialize_gtk): Dynamically converts GtkTable to GtkGrid. * src/nact/base-gtk-utils.c: * src/nact/base-gtk-utils.h (base_gtk_utils_table_to_grid): New function. * src/core/na-gtk-utils.c (na_gtk_utils_find_widget_by_name): Also search inside of unnamed widgets. 2012-02-02 Pierre Wieser * src/io-xml/Makefile.am: * src/io-xml/naxml-formats.c: Data files are installed in a private subdirectory. * src/io-desktop/Makefile.am: * src/io-desktop/nadp-formats.c: Datafiles are installed in a private subdirectory. * src/nact/nact-menubar.c (on_open_context_menu): Manages if event is NULL. * src/nact/nact-tree-view.c: Manages to open the context menu with keyboard. * src/core/na-iprefs.c: Fix enumeration maps as it only works for data greater than zero. * src/nact/nact-main-tab.c: No more try to open a popup menu on the notebook as the standard GtkNotebook already has its own popup. * src/nact/nact-main-window.c (on_base_initialize_gtk): Enable the standard GtkNotebook context menu. * src/nact/nact-menubar-priv.h: * src/nact/nact-menubar.c: Define a new notebook action group. Define new radio action entries. * src/nact/nact-menubar-view.c (nact_menubar_view_on_tabs_pos_changed): New function. * src/nact/nautilus-actions-config-tool.actions: Define menu actions. 2012-02-01 Pierre Wieser * src/nact/nact-main-window.c: * src/nact/nact-main-window.h: New MAIN_SIGNAL_CONTEXT_MENU signal. * src/nact/nact-marshal.def: New closure definition. * src/nact/nact-tree-view.c: * src/nact/nact-tree-view.h: Removed TREE_SIGNAL_CONTEXT_MENU signal. * src/nact/nautilus-actions-config-tool.actions: * src/nact/nact-menubar.c: Updated accordingly. * src/nact/nact-main-tab.c: * src/nact/nact-main-tab.h (nact_main_tab_init): New function. * src/nact/nact-iaction-tab.c (nact_iaction_tab_init): * src/nact/nact-ibasenames-tab.c (nact_ibasenames_tab_init): * src/nact/nact-icapabilities-tab.c (nact_icapabilities_tab_init): * src/nact/nact-icommand-tab.c (nact_icommand_tab_init): * src/nact/nact-ienvironment-tab.c (nact_ienvironment_tab_init): * src/nact/nact-iexecution-tab.c (nact_iexecution_tab_init): * src/nact/nact-ifolders-tab.c (nact_ifolders_tab_init): * src/nact/nact-imimetypes-tab.c (nact_imimetypes_tab_init): * src/nact/nact-iproperties-tab.c (nact_iproperties_tab_init): * src/nact/nact-ischemes-tab.c (nact_ischemes_tab_init): Updated accordingly. * src/nact/nact-main-window.c (instance_dispose): Saves the current tabs position. (on_base_initialize_gtk): Restaures and set the tabs position. * src/core/na-iprefs.c: * src/core/na-iprefs.h (na_iprefs_get_tabs_pos, na_iprefs_set_tabs_pos): New functions. * src/core/na-settings.c: * src/core/na-settings.h: Define new "main-tabs-pos" user preference. * src/core/na-importer-ask.c (on_destroy_toplevel): Reset static variable. * src/io-desktop/nadp-reader.c (item_from_desktop_file): Fix a small memory leak. (nadp_reader_iimporter_import_from_uri): Reset writability status in the case where import source is read-only. * src/plugin-menu/nautilus-actions.c: Only expands candidate items. * src/core/na-tokens.c (execute_action_command): Parse working dir. * src/api/na-iduplicable.h: * src/core/na-iduplicable.c (copy, na_iduplicable_duplicate): * src/api/na-object-api.h (na_object_duplicate): * src/api/na-object.h (copy): * src/core/na-object.c (iduplicable_copy): * src/core/na-object-item.c (object_copy, copy_children): Add a 'mode' argument. * src/nact/nact-clipboard.c (nact_clipboard_primary_set, nact_clipboard_primary_get): * src/nact/nact-menubar-edit.c (nact_menubar_edit_on_duplicate): * src/nact/nact-menubar-file.c (nact_menubar_file_save_items): * src/nact/nact-tree-model-dnd.c (drop_inside): * src/nact/nact-tree-model.c (nact_tree_model_fill): Updated accordingly. 2012-01-30 Pierre Wieser * src/plugin-tracker/na-tracker.c: * src/utils/nautilus-actions-run.c: * tools/dbus-introspect.sh: Instanciate an object below the rooted manager. * docs/reference/nautilus-actions-docs.xml: Add new symbols for 3.2. * src/nact/nact-tree-model.c: Define window, treeview and mode properties. (instance_constructed): Initialize DnD interface. (instance_dispose): Clear the GtkTreeStore. * po/POTFILES.in: Updated accordingly. * src/nact/nact-main-window.c: Instanciate a window, not an application. * src/nact/nact-tree-model-dnd.c: Debug NactTreeModel reference count. * src/nact/nact-tree-model-priv.h: Get rid of WINDOW_DATA_TREE_MODEL data. * src/nact/nact-tree-view.c (instance_dispose): No more clear the store. * src/core/na-data-boxed.c (instance_init, instance_finalize): * src/core/na-object-id.c (instance_dispose): * src/core/na-object.c (instance_init, instance_dispose, instance_finalize): Remove some too verbose debug messages. * src/nact/base-window.c: * src/nact/base-window.h: Define a new BASE_PROP_DESTROY_ON_DISPOSE property. When set, the underlying Gtk toplevel is destroyed when the BaseWindow is unreffed. * src/nact/nact-main-window.c (nact_main_window_new): Set the DestroyOnDispose property. * src/nact/nact-match-list.c (on_instance_finalized): Do not try to clear the NactTreeModel after it has been finalized. * src/nact/nact-tree-model.c (nact_tree_model_new): Improve comment. * src/nact/nact-tree-view.c: * src/nact/nact-tree-view.h(initialize_gtk): no more mimic a signal handler. 2012-01-29 Pierre Wieser * src/nact/nact-tree-model.c (nact_tree_model_new): Unref filter model. * src/nact/nact-tree-view.c (instance_dispose): Debug NactTreeModel ref count. * src/nact/nact-preferences-editor.c (instance_init): Remove signal connections already done in instance_contructed(). * src/core/na-io-provider.c (na_io_provider_write_item): Reset the NAIOProvider after having wrote the item. * src/nact/nact-menubar-file.c (save_item): Warns if an error occurs. * src/core/na-icontext.c (is_candidate_for_show_if_registered): Consider having either GDBus or DBus-GLib. * m4/na-check-for-gdbus.m4: Setup CFLAGS and LIBS flags. 2012-01-28 Pierre Wieser * src/api/na-iexporter.h: * src/api/na-iio-provider.h: Improve interface comments. * src/core/na-factory-object.c (na_factory_object_copy): Only copies non-null provider and provider data items. * src/plugin-tracker/na-tracker-dbus.xml: Renamed as src/plugin-tracker/na-tracker-dbus-glib.xml. * src/plugin-tracker/Makefile.am: * src/utils/Makefile.am: Updated accordingly. * src/plugin-tracker/na-tracker-gdbus.xml: New file. * src/plugin-tracker/Makefile.am: Generate code for GDBus. * src/plugin-tracker/na-tracker-dbus.c: * src/plugin-tracker/na-tracker-dbus.h: Removed files. * src/plugin-tracker/na-tracker-dbus.xml: Updated accordingly. * src/plugin-tracker/na-tracker.c: * src/plugin-tracker/na-tracker.h: Implement GDBus server high-level API. Rename GType macro name. * src/plugin-tracker/na-tracker-plugin.c (nautilus_module_list_types): Updated to new GType macro name. * src/utils/Makefile.am: Generate code for GDBus. * src/utils/nautilus-actions-run.c: Implement GDBus client high-level API. * m4/na-check-for-gdbus.m4: Requires GIO 2.30 (GDBusObjectManagerServer). * docs/reference/nautilus-actions-sections.txt: Update reference manual. 2012-01-27 Pierre Wieser * m4/na-check-for-gdbus.m4: New file. * configure.ac: Updated accordingly. * src/api/na-dbus.h: * src/plugin-tracker/na-tracker-dbus.xml: * src/utils/nautilus-actions-run.c: Tracker DBus interface is renamed as org.nautilus_actions.DBus.Tracker.Properties1 and versioned according to http://0pointer.de/blog/projects/versioning-dbus.html * m4/na-default-io-provider.m4: Talk about items, not just actions. * docs/reference/na-compiling.xml: Slightly improve documentation. * src/core/na-core-utils.c (na_core_utils_str_subst): Fix description. * src/api/na-iexporter.h: Fix NAIExporterFormat description. * src/api/na-iexporter.h: Update interface description, including the list of currently allocated export format identifiers. * docs/export-format-id: Removed file. * docs/Makefile.am: Updated accordingly. * src/core/na-export-format.c: * src/core/na-export-format.h (na_export_format_new): * src/core/na-exporter.c: * src/io-desktop/nadp-formats.c: * src/io-desktop/nadp-writer.c: * src/io-desktop/nadp-writer.h: * src/io-xml/naxml-formats.c: * src/io-xml/naxml-writer.c: * src/io-xml/naxml-writer.h: Rename NAIExporterFormatExt structure as NAIExporterFormatv2. * docs/reference/nautilus-actions-sections.txt: Update sections. * src/api/na-iimporter.h: * src/core/na-iimporter.c: Update interface description. * src/io-desktop/nadp-reader.c: * src/io-desktop/nadp-reader.h (nadp_reader_iimporter_import_from_uri): * src/io-xml/naxml-reader.c: * src/io-xml/naxml-reader.h (naxml_reader_import_from_uri): Updated accordingly. * src/api/na-iio-provider.h: better distinguish own internal comments. * docs/reference/nautilus-actions-overrides.txt: (NAIImporterCheckFn, NAIImporterAskUserFn): Mark the typedefs as deprecated. * docs/reference/nautilus-actions-docs.xml: Fix typo. * src/api/na-iio-provider.h: Update interface description, including the list of currently allocated I/O provider identifiers. * src/core/na-iio-provider.c: (interface_base_init): Update signal description. (na_iio_provider_item_changed): Update function description. * docs/io-provider-id: Deleted file. * docs/Makefile.am: Updated accordingly. * docs/reference/nautilus-actions-docs.xml: Define new nact entity. Update the link to online Reference Manual. Bump copyright year. 2012-01-25 Pierre Wieser * Makefile.am: Also distributes ChangeLog-2011. * configure.ac: Bump version number due to API changes. * Makefile.am: Build Reference Manual when make distcheck. * docs/reference/Makefile.am: Always enable gtk-doc.make inclusion. Fix last part of #668181. Rationale is: gtk-doc shamelessly refuses to dist manuals if GTK_DOC is not enabled, i.e. if the manuals have not just been built. Getting rid of this behavior would be possible (just overriding dist-hook target), but same issue arises when installing from a distribution: as GTK_DOC is not enabled, then install target just aborts :(. So it is easier to just enable GTK_DOC when making distcheck. * src/api/na-iexporter.h: Fix typo. * m4/na-enable-manuals.m4: Remove ENABLE_MANUALS conditional. * docs/nact/Makefile.am: Another rewriting. Install and distribute manuals even if not just built. Fix part of #668181. * run-distcheck.sh: Deletes the remaining part of an aborded build. 2012-01-23 Pierre Wieser * run-autogen.sh: Deletes the remaining part of an aborded build. 2012-01-22 Pierre Wieser * docs/reference/Makefile.am: Reference the na-core library. Fix part of #668181 reported by Vincent Untz. 2012-01-18 Pierre Wieser * docs/nact/C/nact-conditions.xml: Does not embed a tag inside of a one. * src/core/na-desktop-environment.c (na_desktop_environment_detect_running_desktop): Detect XFCE desktop. 2012-01-17 Pierre Wieser * src/core/na-object-item-factory.c: Reset provider as copyable. * src/core/na-factory-object.c (na_factory_object_copy): Takes care of not overriding target provider data. nact_match_list functions connect to base signals (and acts as a pseudo-interface). * src/nact/nact-match-list.c: * src/nact/nact-match-list.h (nact_match_list_create_model): Renamed as nact_match_list_init_with_args(). (nact_match_list_init_view, nact_match_list_on_selection_changed, nact_match_list_dispose): Removed functions. * src/nact/nact-ibasenames-tab.c: * src/nact/nact-icapabilities-tab.c: * src/nact/nact-ifolders-tab.c: * src/nact/nact-imimetypes-tab.c: * src/nact/nact-ischemes-tab.c: * src/nact/nact-main-tab.h: Updated accordingly. * src/core/na-pivot.c: * src/core/na-settings.h: * src/nact/nact-export-ask.c: * src/nact/nact-icommand-tab.c: * src/nact/nact-ifolders-tab.c: * src/nact/nact-main-toolbar.c: * src/nact/nact-main-window.c: * src/nact/nact-menubar-edit.c: * src/nact/nact-providers-list.c: * src/nact/nact-schemes-list.c: Remove useless include. Move public na_iprefs_get_io_providers() function to static one. * src/core/na-iprefs.c: * src/core/na-iprefs.h (na_iprefs_get_io_providers): Removed function. * src/core/na-io-provider.c (io_providers_get_from_prefs): New function. 2012-01-16 Pierre Wieser * src/nact/nact-add-capability-dialog.c: * src/nact/nact-add-scheme-dialog.c: * src/nact/nact-confirm-logout.c: * src/nact/nact-export-ask.c: * src/nact/nact-icon-chooser.c: * src/nact/nact-preferences-editor.c: Connect to base signals from instance_contructed(). * src/nact/base-isession.c (client_quit_requested_cb): Add debug trace. * src/nact/nact-main-window.c (on_base_initialize_window): Connect to quit-requested signal. * src/nact/nact-application.c (appli_init_application): Fix parent class method call. * docs/nact/C/nact-conditions.xml: Embeds literal values between .. tags. * docs/reference/nautilus-actions-sections.txt: Report here the new GType macro names. * docs/nact/C/nact-conditions.xml: Embeds literal values between .. tags. * src/nact/nact-tree-model-dnd.c: Fix comments. * src/nact/nact-export-ask.c (nact_export_ask_user): Micro code-format. * src/nact/nact-clipboard.c (nact_clipboard_dnd_drag_end): Fix micro leak. * src/nact/base-window.c (init_gtk_toplevel): Also returns TRUE if Gtk toplevel was already initialized. * src/core/na-factory-object.c (na_factory_object_copy): Removes target copyable data before copying source copyable data. * src/nact/nact-icommand-tab.c (parse_parameters): Uses internal data. * src/core/na-desktop-environment.c * src/core/na-desktop-environment.h (na_desktop_environment_detect_running_desktop): Fix LXDE detection. (na_desktop_environment_get_label): New function. * src/nact/nact-preferences-editor.c (desktop_setup): Display the desktop label instead of its id. * tools/check-po.sh: Do not match binary files. * src/io-desktop/nadp-writer.c (nadp_writer_iexporter_export_to_buffer): * src/io-xml/naxml-writer.c (naxml_writer_export_to_buffer): Fix find_export_format_fn_from_quark() calls. * src/api/na-iimporter.h: Fix comment. * po/POTFILES.in: Reference two new files. * docs/reference/nautilus-actions-sections.txt: Report here the new GType macro names. * docs/nact/C/nact-conditions.xml: Embeds literal values between .. tags. 2012-01-14 Pierre Wieser * src/nact/nact-add-capability-dialog.c: * src/nact/nact-add-capability-dialog.h: NACT_ADD_CAPABILITY_DIALOG_TYPE GType macro renamed as NACT_TYPE_ADD_CAPABILITY_DIALOG. * src/nact/nact-add-scheme-dialog.c: * src/nact/nact-add-scheme-dialog.h: NACT_ADD_SCHEME_DIALOG_TYPE GType macro renamed as NACT_TYPE_ADD_SCHEME_DIALOG. * src/nact/nact-application.c: * src/nact/nact-application.h: NACT_APPLICATION_TYPE GType macro renamed as NACT_TYPE_APPLICATION. * src/nact/nact-assistant-export.c: * src/nact/nact-assistant-export.h: NACT_ASSISTANT_EXPORT_TYPE GType macro renamed as NACT_TYPE_ASSISTANT_EXPORT. * src/nact/nact-assistant-import.c: * src/nact/nact-assistant-import.h: NACT_ASSISTANT_IMPORT_TYPE GType macro renamed as NACT_TYPE_ASSISTANT_IMPORT. * src/nact/nact-clipboard.c: * src/nact/nact-clipboard.h: NACT_CLIPBOARD_TYPE GType macro renamed as NACT_TYPE_CLIPBOARD. * src/nact/nact-confirm-logout.c: * src/nact/nact-confirm-logout.h: NACT_CONFIRM_LOGOUT_TYPE GType macro renamed as NACT_TYPE_CONFIRM_LOGOUT. * src/nact/nact-icon-chooser.c: * src/nact/nact-icon-chooser.h: NACT_ICON_CHOOSER_TYPE GType macro renamed as NACT_TYPE_ICON_CHOOSER. * src/nact/nact-menubar.c: * src/nact/nact-menubar.h: NACT_MENUBAR_TYPE GType macro renamed as NACT_TYPE_MENUBAR. * src/nact/nact-sort-buttons.c: * src/nact/nact-sort-buttons.h: NACT_SORT_BUTTONS_TYPE GType macro renamed as NACT_TYPE_SORT_BUTTONS. * src/nact/nact-tree-model.c: * src/nact/nact-tree-model.h: * src/nact/nact-tree-ieditable.c: NACT_TREE_MODEL_TYPE GType macro renamed as NACT_TYPE_TREE_MODEL. * src/nact/nact-tree-view.c: * src/nact/nact-tree-view.h: NACT_TREE_VIEW_TYPE GType macro renamed as NACT_TYPE_TREE_VIEW. 2012-01-13 Pierre Wieser * src/io-xml/naxml-provider.h: * src/io-xml/naxml-module.c: NAXML_PROVIDER_TYPE GType macro renamed as NAXML_TYPE_PROVIDER. * src/io-desktop/nadp-desktop-file.c: * src/io-desktop/nadp-desktop-file.h: NADP_DESKTOP_FILE_TYPE GType macro renamed as NADP_TYPE_DESKTOP_FILE. * src/io-desktop/nadp-desktop-provider.h: * src/api/na-extension.h: * src/io-desktop/nadp-module.c: NADP_DESKTOP_PROVIDER_TYPE GType macro renamed as NADP_TYPE_DESKTOP_PROVIDER. * src/io-desktop/nadp-monitor.c: * src/io-desktop/nadp-monitor.h: NADP_MONITOR_TYPE GType macro renamed as NADP_TYPE_MONITOR. * src/io-desktop/nadp-xdg-dirs.h: Fix documentation. * src/core/na-import-mode.c: * src/core/na-import-mode.h: NA_IMPORT_MODE_TYPE GType macro renamed as NA_TYPE_IMPORT_MODE. * src/core/na-importer-ask.c: * src/core/na-importer-ask.h: NA_IMPORTER_ASK_TYPE GType macro renamed as NA_TYPE_IMPORTER_ASK. * src/core/na-module.c: * src/core/na-module.h: * src/test/test-module.c: NA_MODULE_TYPE GType macro renamed as NA_TYPE_MODULE. * src/core/na-pivot.c: * src/core/na-pivot.h: NA_PIVOT_TYPE GType macro renamed as NA_TYPE_PIVOT. * src/core/na-selected-info.c: * src/core/na-selected-info.h: NA_SELECTED_INFO_TYPE GType macro renamed as NA_TYPE_SELECTED_INFO. * src/core/na-tokens.c: * src/core/na-tokens.h: NA_TOKENS_TYPE GType macro renamed as NA_TYPE_TOKENS. * src/core/na-updater.c: * src/core/na-updater.h: NA_UPDATER_TYPE GType macro renamed as NA_TYPE_UPDATER. * src/api/na-boxed.h: * src/core/na-boxed.c: NA_BOXED_TYPE GType macro renamed as NA_TYPE_BOXED. * src/api/na-data-boxed.h: * src/core/na-data-boxed.c: NA_DATA_BOXED_TYPE GType macro renamed as NA_TYPE_DATA_BOXED. * src/api/na-icontext.h: NA_ICONTEXT_TYPE GType macro renamed as NA_TYPE_ICONTEXT. * src/api/na-iduplicable.h: NA_IDUPLICABLE_TYPE GType macro renamed as NA_TYPE_IDUPLICABLE. * src/api/na-iexporter.h: * src/core/na-exporter.c: NA_IEXPORTER_TYPE GType macro renamed as NA_TYPE_IEXPORTER. * src/api/na-ifactory-object.h: NA_IFACTORY_OBJECT_TYPE GType macro renamed as NA_TYPE_IFACTORY_OBJECT. * src/api/na-ifactory-provider.h: NA_IFACTORY_PROVIDER_TYPE GType macro renamed as NA_TYPE_IFACTORY_PROVIDER. * src/api/na-iimporter.h: * src/core/na-importer.c: NA_IIMPORTER_TYPE GType macro renamed as NA_TYPE_IIMPORTER. * src/api/na-iio-provider.h: * src/core/na-iio-provider.c: * src/core/na-io-provider.c: NA_IIO_PROVIDER_TYPE GType macro renamed as NA_TYPE_IIO_PROVIDER. * src/api/na-object-action.h: * src/core/na-object-action.c: NA_OBJECT_ACTION_TYPE GType macro renamed as NA_TYPE_OBJECT_ACTION. * src/api/na-object-id.h: * src/core/na-object-id.c: NA_OBJECT_ID_TYPE GType macro renamed as NA_TYPE_OBJECT_ID. * src/api/na-object-item.h: * src/core/na-object-item.c: NA_OBJECT_ITEM_TYPE GType macro renamed as NA_TYPE_OBJECT_ITEM. * src/api/na-object-menu.h: * src/core/na-object-menu.c: NA_OBJECT_MENU_TYPE GType macro renamed as NA_TYPE_OBJECT_MENU. * src/api/na-object-profile.h: * src/core/na-object-profile.c: NA_OBJECT_PROFILE_TYPE GType macro renamed as NA_TYPE_OBJECT_PROFILE. * src/api/na-object.h: * src/core/na-object.c: NA_OBJECT_TYPE GType macro renamed as NA_TYPE_OBJECT. * src/core/na-pivot.c: * src/api/na-extension.h: * src/io-desktop/nadp-desktop-provider.c: * src/io-gconf/nagp-gconf-provider.c: * src/io-xml/naxml-provider.c: * src/nact/nact-tree-model.c: * src/test/test-module-plugin.c: Updated accordingly. Get ride of GQuark as internal identifier of export format. * src/api/na-iexporter.h: Deprecate _NAIExporterFileParmsv1 and _NAIExporterBufferParmsv1 struct. * src/core/na-export-format.c: * src/core/na-export-format.h: (na_export_format_get_quark): Removed function. NA_EXPORT_FORMAT_TYPE GType macro renamed as NA_TYPE_EXPORT_FORMAT. * src/core/na-exporter.c: * src/core/na-exporter.h (na_exporter_find_for_format): New function. (na_exporter_get_export_format): Removed function. * src/io-desktop/nadp-writer.c (nadp_writer_iexporter_export_to_buffer, nadp_writer_iexporter_export_to_file): * src/io-xml/naxml-writer.c (naxml_writer_export_to_buffer, naxml_writer_export_to_file): * src/nact/nact-assistant-export.c (assistant_apply): * src/nact/nact-clipboard.c (export_row_object): * src/nact/nact-export-ask.c: * src/nact/nact-export-ask.h(nact_export_ask_user): * src/utils/nautilus-actions-new.c (output_to_desktop): * src/utils/nautilus-actions-print.c (main): Updated accordingly. * src/core/na-ioptions-list.c: Fix comments. * src/core/na-ioption.c (get_ioption_data): Set the initialization flag after the weak ref on the instance. * src/core/na-ioption.h: * src/core/na-import-mode.c: * src/core/na-export-format.c: Rename NA_IOPTION_TYPE GType macro to NA_TYPE_IOPTION. * src/nact/nact-assistant-export.ui: Rename widget to ExportAskLabel. * src/nact/nact-export-ask.c: * src/nact/nact-export-ask.h: Rename NACT_EXPORT_ASK_TYPE GType macro to NACT_TYPE_EXPORT_ASK. * src/utils/nautilus-actions-new.c (output_to_stdout): Set default value. * src/core/na-ioptions-list.h: Fix GType macros. * src/core/na-settings.c: * src/core/na-settings.h: Move default values out of the header. * src/core/na-exporter.c (na_exporter_get_export_format): Fix comment. 2012-01-12 Pierre Wieser * src/core/na-ioptions-list.h: Rename NA_IOPTIONS_LIST_TYPE GType macro to NA_TYPE_IOPTIONS_LIST. * src/core/na-importer-ask.c (register_type): * src/nact/nact-assistant-export.c (register_type): * src/nact/nact-assistant-import.c (register_type): * src/nact/nact-preferences-editor.c (register_type): Updated accordingly. * src/nact/nact-preferences-editor.c: * src/nact/nact-preferences-editor.h: * src/nact/nact-preferences.ui: Rename NACT_PREFERENCES_EDITOR_TYPE GType macro to NACT_TYPE_PREFERENCES_EDITOR. Set "Relying on runtime detection" as default in "Runtime execution" tab. Display the detected desktop identifier. * src/nact/nact-ienvironment-tab.c (dispose_selection_count_combobox): Check that we have a GtkComboBox. (dispose_desktop_listview): Check that we have a GtkTreeView. * src/nact/nact-icommand-tab.c (legend_dialog_hide): Check that legend_dialog is a GtkWindow. * src/core/na-desktop-environment.c: * src/core/na-desktop-environment.h: Fix comments. General review of notebook interfaces: - connect to BaseWindow signals instead of calling public functions - define GObject standard GType macro names - host private data in only one structure attached to the instance. * src/nact/nact-iaction-tab.c: * src/nact/nact-iaction-tab.h: * src/nact/nact-ibasenames-tab.c: * src/nact/nact-ibasenames-tab.h: * src/nact/nact-icapabilities-tab.c: * src/nact/nact-icapabilities-tab.h: * src/nact/nact-icommand-tab.c: * src/nact/nact-icommand-tab.h: * src/nact/nact-ienvironment-tab.c: * src/nact/nact-ienvironment-tab.h: * src/nact/nact-iexecution-tab.c: * src/nact/nact-iexecution-tab.h: * src/nact/nact-ifolders-tab.c: * src/nact/nact-ifolders-tab.h: * src/nact/nact-imimetypes-tab.c: * src/nact/nact-imimetypes-tab.h: * src/nact/nact-iproperties-tab.c: * src/nact/nact-iproperties-tab.h: * src/nact/nact-ischemes-tab.c: * src/nact/nact-ischemes-tab.h: * src/nact/nact-main-window.c: * src/nact/nact-main-window.h: Updated accordingly. * src/nact/nact-main-window.c (class_init): Make property labels translatable. 2012-01-11 Pierre Wieser * src/nact/nact-main-window.c (on_base_initialize_base_window): Connect to the application object. * src/nact/base-window.c: * src/nact/base-window.h (all_widgets_showed): Renamed as show_widgets(). * src/nact/base-dialog.c: * src/nact/base-dialog.h: BASE_DIALOG_TYPE GType macro is renamed as BASE_TYPE_DIALOG. * src/nact/nact-add-capability-dialog.c (register_type): * src/nact/nact-add-scheme-dialog.c (register_type): * src/nact/nact-confirm-logout.c (register_type): * src/nact/nact-export-ask.c (register_type): * src/nact/nact-icon-chooser.c (register_type): * src/nact/nact-preferences-editor.c (register_type): Updated accordingly. * src/nact/base-assistant.c: * src/nact/base-assistant.h: BASE_ASSISTANT_TYPE GType macro is renamed as BASE_TYPE_ASSISTANT. Remove the work-around against #589745 (Apply message in GtkAssistant). * src/nact/nact-assistant-export.c (register_type): * src/nact/nact-assistant-import.c (register_type): Updated accordingly. * src/nact/base-dialog.c: * src/nact/base-dialog.h: BASE_WINDOW_TYPE is renamed as BASE_TYPE_WINDOW. Review whole initialization process. * src/nact/base-assistant.c (register_type): * src/nact/nact-iaction-tab.c (register_type): * src/nact/nact-ibasenames-tab.c (register_type): * src/nact/nact-icapabilities-tab.c (register_type): * src/nact/nact-icommand-tab.c (register_type): * src/nact/nact-ienvironment-tab.c (register_type): * src/nact/nact-iexecution-tab.c (register_type): * src/nact/nact-ifolders-tab.c (register_type): * src/nact/nact-imimetypes-tab.c (register_type): * src/nact/nact-iproperties-tab.c (register_type): * src/nact/nact-ischemes-tab.c (register_type): * src/nact/nact-main-window.c (register_type): Updated accordingly. * src/nact/base-builder.c: * src/nact/base-builder.h: BASE_BUILDER_TYPE is renamed as BASE_TYPE_BUILDER. * BASE_SIGNAL_QUIT_REQUESTED, BASE_SIGNAL_QUIT: New signals, defined in BaseISession interface. * src/nact/nact-marshal.def: New file. * src/nact/Makefile.am: Updated accordingly. * src/nact/base-application.c * src/nact/base-application.h (register_type): As BaseISession now only requires G_TYPE_OBJECT, then declare the implementation in register_type(). (base_application_run): Renamed as base_application_run_with_args(). BASE_EXIT_CODE_START_FAIL exit code replaced with BASE_EXIT_CODE_PROGRAM. (base_application_is_willing_to_quit): New function, moved from BaseWindow. BASE_APPLICATION_TYPE macro renamed as BASE_TYPE_APPLICATION. * src/nact/base-assistant.c (do_run): * src/nact/base-dialog.c (do_run): * src/nact/nact-application.c (register_type): * src/nact/nact-main-window.c: * src/nact/nact-menubar-maintainer.c: * src/nact/nact-tree-view.c: Updated accordingly. * src/nact/base-isession.c: * src/nact/base-isession.h: Define ISessionData pseudo-properties. Implement BASE_SIGNAL_QUIT_REQUESTED and BASE_SIGNAL_QUIT class handlers. * src/nact/base-iunique.c: * src/nact/base-iunique.h: Define IUniqueData pseudo-properties. * src/nact/base-window.c: * src/nact/base-window.h: Define BaseGtkData pseudo-properties. Remove BASE_SIGNAL_WILLING_TO_QUIT definition and handlers. (base_window_is_willing_to_quit): Removed function. 2012-01-09 Pierre Wieser * src/nact/base-isession.c: * src/nact/base-isession.h: New BaseISession interface. * src/nact/Makefile.am: * src/nact/base-application.c (init_session_manager): Updated accordingly. * src/nact/base-application.h: Update comments. * src/nact/base-window.c: * src/nact/base-window.h (base_window_init) now holds all the build process. * src/nact/nact-main-window.c (instance_dispose): Quit the main loop. * src/nact/base-window.c: * src/nact/base-window.h (BASE_SIGNAL_ALL_WIDGETS_SHOWED): signal renamed as BASE_SIGNAL_SHOW_WIDGETS. (instance_constructed): Gtk toplevel initialization is moved here. (base_window_init): only deals with runtime initialization and widgets display. (do_initialize_base_window): set transient for parent here. * src/nact/nact-add-capability-dialog.c (instance_init): * src/nact/nact-add-scheme-dialog.c (instance_init): * src/nact/nact-assistant-export.c (instance_constructed): * src/nact/nact-icon-chooser.c (instance_init): * src/nact/nact-preferences-editor.c (instance_init): * src/nact/nact-tree-view.c (instance_constructed): Updated accordingly. * src/nact/nact-main-window.c (instance_init): Connect to BaseWindow signals before running instance_constructed(). (nact_main_window_new): Call base_window_init(). * src/nact/nact-application.h: Review comments. * src/nact/nact-application.c (appli_create_windows): Fix return value. * src/nact/base-application.h: Fix comments. * src/nact/base-application.c (base_application_run): Add a debug message before entering the main loop. 2012-01-08 Pierre Wieser * src/nact/base-application.c: * src/nact/base-application.h (base_application_get_builder): Removed function. Implements BaseIUnique interface. * src/nact/base-window.c: * src/nact/base-window.h: Have a common builder at class level. Gtk toplevel and BaseWindow are initialized when instance is constructed. * src/nact/nact-application.c: Updated accordingly. * src/nact/base-iunique.c: * src/nact/base-iunique.h (base_iunique_init_with_name): Function renamed from base_iunique_init_name(). * src/nact/base-builder.c: * src/nact/base-builder.h: Fix comments. * src/nact/nact-tree-view.c (nact_tree_view_get_type): Register the interface after the type so that the interface is able to require the type. A program to test a class which implements an interface, this same interface itself requiring the class... * src/test/test-iface2.c: New interface test program. * src/test/Makefile.am: Updated accordingly. Rather call parent_class::instance_constructed() method before executing the derived class one. * src/core/na-io-provider.c (instance_constructed): * src/core/na-pivot.c (instance_constructed): * src/nact/nact-assistant-export.c (instance_constructed): * src/nact/nact-main-window.c (instance_constructed): * src/nact/nact-tree-view.c (instance_constructed): * src/plugin-menu/nautilus-actions.c (instance_constructed): Call parent class on the beginning of the function. * src/nact/base-iunique.c: * src/nact/base-iunique.h: New BaseIUnique interface. * src/nact/Makefile.am: Updated accordingly. 2012-01-06 Pierre Wieser * configure.ac: Now requires gtk-doc >= 1.16. * src/nact/base-application.c: * src/nact/base-application.h (base_application_run): Take argc, argv as function arguments. Define 'code' as a property. * src/nact/main.c b/src/nact/main.c (main): * src/nact/nact-application.c (appli_manage_options): Updated accordingly. 2012-01-05 Pierre Wieser * src/nact/nact-tree-ieditable.c: * src/nact/nact-tree-ieditable.h (nact_tree_ieditable_set_items): New function. * src/nact/nact-assistant-import.c (assistant_apply): * src/nact/nact-tree-model-dnd.c (drop_uri_list): Updated accordingly. * src/core/na-importer.c (manage_import_mode): Release the duplicated object which has been cancelled by the user. * src/core/na-icontext-factory.c: * src/core/na-iduplicable.c: * src/core/na-object-action-factory.c: * src/core/na-object-action.c: * src/core/na-object-id-factory.c: * src/core/na-object-item-factory.c: * src/core/na-object-menu-factory.c: Add/fix comments. * src/core/na-export-format.h: Remove IPREFS_EXPORT_ definitions from here. * src/core/na-exporter.c: * src/core/na-exporter.h (na_exporter_get_export_format): New function. * src/core/na-iprefs.c: * src/core/na-iprefs.h (na_iprefs_get_export_format, na_iprefs_set_export_format): Removed functions. * src/nact/nact-assistant-export.c (on_base_initialize_base_window, assist_prepare_confirm, assist_prepare_exportdone): * src/nact/nact-clipboard.c (export_row_object): * src/nact/nact-export-ask.c (nact_export_ask_user, get_export_format): * src/nact/nact-export-ask.h: Updated accordingly. * src/core/na-iprefs.c: * src/core/na-iprefs.h (na_iprefs_set_import_mode): Removed function. 2012-01-04 Pierre Wieser Move 'Ask' export format to NAExporter. * src/core/Makefile.am: * src/nact/Makefile.am: Move export-format-ask.png to src/core. * nact-export-format.c: * nact-export-format.h: Removed files. * po/POTFILES.in: * src/nact/nact-assistant-export.c (ioptions_list_get_ask_option): * src/nact/nact-preferences-editor.c (ioptions_list_get_ask_option): Updated accordingly. * src/api/na-iimporter.h: Deprecate NAIImporterImportMode enum. * src/core/na-importer.h: Define new NAImporterImportMode enum here. * src/core/na-importer.c (ask_user_for_mode): * src/core/na-iprefs.c: * src/core/na-iprefs.h: * src/nact/nact-tree-model-dnd.c: Get ride of na_iprefs_get_import_mode() function. Review interface initialization in implementations. * src/core/na-export-format.c (ioption_iface_init): * src/core/na-import-mode.c (ioption_iface_init): * src/core/na-importer-ask.c (ioptions_list_iface_init): * src/core/na-object-action.c (ifactory_object_iface_init, icontext_iface_init): * src/core/na-object-menu.c (ifactory_object_iface_init, icontext_iface_init): * src/core/na-object-profile.c (ifactory_object_iface_init, icontext_iface_init): * src/core/na-object.c (iduplicable_iface_init): * src/nact/nact-assistant-export.c (ioptions_list_iface_init): * src/nact/nact-assistant-import.c (ioptions_list_iface_init): * src/nact/nact-export-ask.c (ioptions_list_iface_init): * src/nact/nact-main-window.c (iaction_tab_iface_init, icommand_tab_iface_init, ibasenames_tab_iface_init, imimetypes_tab_iface_init, ifolders_tab_iface_init, ischemes_tab_iface_init, icapabilities_tab_iface_init, ienvironment_tab_iface_init, iexecution_tab_iface_init, iproperties_tab_iface_init): * src/nact/nact-preferences-editor.c (ioptions_list_iface_init): * src/nact/nact-tree-model.c (imulti_drag_source_init, idrag_dest_init): * src/nact/nact-tree-view.c (tree_ieditable_iface_init): * src/test/test-iface-base.c (iface_iface_init): Add user_data parameter. * src/nact/nact-tree-ieditable.c: Review NactTreeIEditable interface. * src/nact/nact-ischemes-tab.c: Review NactISchemesTab interface. * src/nact/nact-iproperties-tab.c: Review NactIPropertiesTab interface. * src/nact/nact-imimetypes-tab.c: Review NactIMimetypesTab interface. * src/nact/nact-ifolders-tab.c: Review NactIFoldersTab interface. * src/nact/nact-iexecution-tab.c: Review NactIExecutionTab interface. * src/nact/nact-ienvironment-tab.c: Review NactIEnvironmentTab interface. * src/nact/nact-icommand-tab.c: Review NactICommandTab interface. * src/nact/nact-icapabilities-tab.c: Review NactICapabilitiesTab interface. * src/nact/nact-ibasenames-tab.c: Review NactIBasenamesTab interface. * src/nact/nact-iaction-tab.c: Review NactIActionTab interface. Come back on core interfaces. * src/core/na-icontext.c: * src/core/na-iduplicable.c: * src/core/na-iexporter.c: * src/core/na-ifactory-object.c: * src/core/na-ifactory-provider.c: * src/core/na-iimporter.c: * src/core/na-iio-provider.c: * src/core/na-ioption.c: * src/core/na-ioptions-list.c (interface_init): Renamed back as interface_base_init(). (interface_finalize): Renamed back as interface_base_finalize(). * src/utils/console-utils.h: Re-include 'glib.h' header. 2012-01-03 Pierre Wieser * src/core/na-ioptions-list.c: Review NAIOptionsList interface. * src/core/na-ioption.c: Review NAIOption interface. * src/core/na-iio-provider.c: Review NAIIOProvider interface. * src/core/na-iimporter.c: * src/core/na-importer.c: Review NAIImporterInterface. * src/core/na-factory-provider.c: * src/core/na-ifactory-provider.c: Review NAIFactoryProvider interface. * src/core/na-factory-object.c: * src/core/na-ifactory-object.c: Review NAIFactoryObject interface. * src/core/na-exporter.c: * src/core/na-iexporter.c: Review NAIExporter interface. * src/core/na-iduplicable.c: Review NAIDuplicable interface. * src/core/na-icontext.c: Review NAIContext interface. * src/test/test-iface-iface.c: * src/test/test-iface.c: Do some more tests on the interfaces. * src/utils/na-gconf2key.sh.in: Force GConf I/O provider to be read-only. * src/utils/console-utils.h: Remove superfluous 'glib-object.h' include. * src/utils/na-set-conf.c: New program. * src/core/na-settings.c: * src/core/na-settings.h (na_settings_set_string_ex, na_settings_set_int_ex): New functions. * src/utils/Makefile.am: Updated accordingly. * src/utils/Makefile.am: Factorize library declarations. 2012-01-02 Pierre Wieser * src/utils/na-gconf2key.sh.in: Introduces new '--admin' option for packagers and system administrators. Default for GConf to be only readable. * src/api/na-iimporter.h: * src/core/na-iimporter.c: Introduces version 2 of interface, deprecating NAIImporterCheckFn and NAIImporterAskUserFn definitions. * src/core/na-importer.c: * src/core/na-importer.h (na_importer_import_from_uris): Updated to new NAIImporter v2 interface, moving check and ask code here. * src/io-desktop/nadp-desktop-provider.c (iimporter_get_version): * src/io-desktop/nadp-reader.c (nadp_reader_iimporter_import_from_uri): * src/io-xml/naxml-provider.c (iimporter_get_version): * src/io-xml/naxml-reader.c (naxml_reader_import_from_uri): * src/nact/nact-assistant-import.c (assistant_apply): * src/nact/nact-tree-model-dnd.c (drop_uri_list): * src/test/test-reader.c (main): Updated to new NAIImporter v2 interface. * src/api/na-iexporter.h: Update documentation. * src/core/na-importer.c: * src/core/na-importer.h (na_importer_import_from_list): Renamed as na_importer_import_from_uris. Now returns the count of succesffully imported items. * src/nact/nact-assistant-import.c (assistant_apply): * src/nact/nact-tree-model-dnd.c (drop_uri_list): * src/test/test-reader.c (main): Updated accordingly. * src/api/na-iimporter.h: Update documentation. * m4/na-maintainer-mode.m4: Reverse the sens of deprecation test. * configure.ac: * docs/reference/Makefile.am: * src/api/na-core-utils.h: * src/api/na-data-boxed.h: * src/api/na-gconf-monitor.h: * src/api/na-gconf-utils.h: * src/api/na-iduplicable.h: * src/api/na-iexporter.h: * src/api/na-object-api.h: * src/api/na-object.h: * src/core/na-core-utils.c: * src/core/na-data-boxed.c: * src/core/na-exporter.c: * src/core/na-gconf-monitor.c: * src/core/na-gconf-utils.c: * src/core/na-iduplicable.c: * src/core/na-object.c: * src/io-gconf/nagp-gconf-provider.c: * src/io-gconf/nagp-writer.c: * src/io-gconf/nagp-writer.h: Updated accordingly. * src/core/na-importer.c (na_importer_import_from_list): Fix typo. * src/core/na-about.c: * src/core/na-about.h (na_about_get_icon_name): Returns a const string. * src/plugin-menu/nautilus-actions.c: Updated accordingly. * Allmost all files: Bump copyright year. * ChangeLog-2011: New file. * src/core/na-exporter.c (exporter_get_formats): Fix variable declaration. * src/api/na-core-utils.h: * src/core/na-core-utils.c (na_core_utils_str_add_prefix): Fix function deprecation. 2012-01-01 Pierre Wieser * src/nact/export-format-ask.png: Add omitted image. * src/api/na-core-utils.h: * src/core/na-core-utils.c (na_core_utils_str_add_prefix): Deprecated function. * src/core/na-import-mode.c: * src/core/na-import-mode.h (na_import_mode_get_id): New function. * src/core/na-importer-ask.c (on_destroy_toplevel): Fix handler signature. * src/core/na-importer.c (get_mode_from_struct): Fix GdkPixbuf reference count. * src/core/na-ioption.h: * src/core/na-ioptions-list.c: Fix typo. * src/core/na-importer-ask.c: * src/nact/nact-assistant-import.c: Implement NAIOptionsList interface. caja-actions-1.27.0/MAINTAINERS000066400000000000000000000000261433352025300156300ustar00rootroot00000000000000cf. caja-actions.doap caja-actions-1.27.0/Makefile.am000066400000000000000000000053121433352025300161720ustar00rootroot00000000000000# Caja-Actions # A Caja extension which offers configurable context menu actions. # # Copyright (C) 2005 The GNOME Foundation # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS) # Copyright (C) 2009-2012 Pierre Wieser and others (see AUTHORS) # Copyright (C) 2012-2020 Wolfgang Ulbrich and others (see AUTHORS) # Copyright (C) 2021 MATE Developers # # Caja-Actions is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # Caja-Actions 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 Caja-Actions; see the file COPYING. If not, see # . # # Authors: # Frederic Ruaudel # Rodrigo Moya # Pierre Wieser # ... and many others (see AUTHORS) ACLOCAL_AMFLAGS = -I m4 SUBDIRS = \ m4 \ icons \ src \ po \ data \ docs \ tools \ $(NULL) # - caja-extdir is a foo directory so that make distcheck has a vpath # which is prefixed with a make variable, instead of hardcoded as returned # by pkg-config # - do not try to install schemas when making distcheck # - do not rebuild CACT manuals # - gtk-doc requires to be enabled when making dist DISTCHECK_CONFIGURE_FLAGS = \ --with-caja-extdir='$${libdir}/caja/extensions-2.0-distcheck' \ --enable-silent-rules \ --enable-as-needed \ --enable-deprecated \ --disable-html-manuals \ --disable-pdf-manuals \ CFLAGS='-Wno-deprecated-declarations' \ $(NULL) EXTRA_DIST = \ autogen.sh \ gtk-doc.make \ $(NULL) # Though the Mate doc says to add these files to DISTCLEANFILES, the # Automake manual states that distclean target should not remove any # distributed files (but leave a clean distribution) MAINTAINERCLEANFILES = \ gtk-doc.make \ $(NULL) pkgdocdir = $(datarootdir)/doc/@PACKAGE@ dist_pkgdoc_DATA = \ AUTHORS \ ChangeLog \ ChangeLog-2008 \ ChangeLog-2009 \ ChangeLog-2010 \ ChangeLog-2011 \ ChangeLog-2012 \ COPYING \ COPYING-DOCS \ INSTALL \ MAINTAINERS \ NEWS \ README \ $(NULL) uninstall-hook: -\rm -fr $(DESTDIR)$(pkgdocdir) # Build ChangeLog from GIT history ChangeLog: $(AM_V_GEN) if test -d $(top_srcdir)/.git; then \ GIT_DIR="$(top_srcdir)/.git" git log --stat > $@; \ fi dist: ChangeLog .PHONY: ChangeLog caja-actions-1.27.0/NEWS000066400000000000000000000070151433352025300146370ustar00rootroot00000000000000### caja-actions 1.27.0 * tx: sync with transifex * tx: update resource * tx: migrate config file * cact-tree-model-dnd: remove unused macro * na-selected-info: build warning -Wbad-function-cast * README.md: Remove '--with-gtk=2/3' * build: remove generated file: INSTALL * Remove g_type_init() * Bump glib 2.66 because of g_uri_split * Drop NAMateVFSURI * ci: drop -Wunused-parameter compiler cflag from debian build * na-about: Fix website * na-about: remove unnecessary getters * cact-ienvironment-tab: variable 'state' is uninitialized * 'SIZE_MAX' macro redefined * na-selected-info: fix memory leak * Use a blank line at most ### caja-actions 1.26.0 tx: pull from transifex fix debian: disable korean language for user guide update copyright to 2021 ### caja-actions 1.25.0 tx: pull from transifex cact-menubar: missing initializer for a field of ‘GtkActionEntry’ Remove shadow warnings [-Wshadow] test: remove execution bit from source files caja-actions.pot: use UTF-8 charset COPYING-DOCS: fix urls COPYING: fix typo na-boxed: redundant redeclaration of 'bool_to_string' build: remove m4 files i18n: capture comments that go to catalogs build: remove generated files by GLIB_GENMARSHAL Help: improve selecting of linguas build: migrate intltool to gettext i18: allow translator to be in translator-credits build: Use MATE_COMPILE_WARNINGS from mate-common add makepot script rename cact dir to help Update Copyright fix typo in DISTCHECK_CONFIGURE_FLAGS egg-sm-client: avoid deprecated 'g_type_class_add_private' cact-menubar.c: Fix labels in menus cact-menubar.c: avoid deprecated GtkStock fix typo: 'unknown' instead 'unknwon' disable deprecation warnings for distcheck drop broken gtk-docs generation avoid 'gtk_file_chooser_dialog_new' with stock ids Fix FTCBFS: lintian tag autotools-pkg-config-macro-not-cross-compilation-safe. WidthOfScreen and HeightOfScreen implementation avoid deprecated gdk_screen_get_width/height avoid deprecated gtk_show_uri avoid deprecated gdk_screen_make_display_name avoid deprecated gdk_display_get_screen ### caja-actions 1.8.3 * update configure.ac * drop dbus-glib-1 support * na-importer-ask-ui: avoid deprecations * preferences-ui: avoid deprecations * icon-chooser-dialog-ui: avoid deprecations * assistant-import-ui: avoid deprecations * assistant-export-ui: avoid deprecations * add-sheme-UI: avoid deprecations * capability-dialog-UI: remove deprecations * base-gtk-utils: drop usage of GtkTable * config-tool-UI: clean up deprecations * expand toolbars * egg-tree-multi-dnd: don't use deprecated gtk_drag_begin * base-gtk-utils: don't use deprecated gtk_widget_render_icon_pixbuf * drop gtk+-2 bits * configure: remove gtk+-2 support and bump required versions ### 1.8.2 * update COPYRIGHT * edit README.md * edit README * No version in documentation install path. * Add missing keywords entry to cact.desktop. * Fix various spelling issues in code and printed text (and translation files). * generate changelog from git history * include autogen in tarball * configure: change repo name * drop libunique comments * drop references to libunique on the check for gtk * Port from libunique to GApplication ### 1.8.1 * some UI fixes for gtk3 * fix make distcheck * remove mate-doc-utils remants * Gtk3: fix deprecated gdk_threads_enter/leave * fix GTK3 build ### 1.8.0 * help is working caja-actions-1.27.0/README000066400000000000000000000046731433352025300150270ustar00rootroot00000000000000Description ================== Caja-Actions Caja-actions is an extension for Caja file manager which allows the user to add arbitrary program to be launched through the Caja file manager popup menu of selected files. Caja-Actions components. Caja-Actions has three sort of components: - A user interface, caja-actions-config-tool (CACT), which let you manage your actions. With CACT, you are able to create, modify and delete actions, to define menus and submenus, to order and reorder items. Import/export functions are also managed via CACT. - Caja extensions as dynamically loadable plugins. These extensions are automatically loaded by Caja when it starts. For now, two extensions are provided: . libcaja-actions-menu.so is a plugin which takes care of displaying actions in Caja context menus; . libcaja-actions-tracker.so is a plugin which tracks the current Caja selection, and sends it in response to a DBus request. - Command-line utilities: a) installed in PREFIX/bin: . caja-actions-new lets you create new actions from the command-line; . caja-actions-run lets you execute a predefined action, taking into account the current Caja selection via a DBus call to the libcaja-actions-tracker plugin; b) installed in PKGLIBEXECDIR: . na-print-schemas prints the full MateConf schemas on stdout; . na-delete-xmltree deletes a tree from a XML file; Caja-Actions plugins. I/O Providers. Caja-Actions itself uses plugins to load menus and actions from the storage space. These plugins are installed in PKGLIBDIR, usually something as /usr/lib/caja-actions/. Starting with 1.5.0, the preferred default I/O provider is 'na-desktop', which means that newly created actions and menus will be stored on disk as .desktop files, in accordance with DES-EMA specification [1]. Importers/Exporters. Caja-Actions also relies on plugins to import actions and menus, and to export them, in several formats. For now, Caja-Actions is able to import/export its items as: . XML; . .desktop files. Caja-Actions documentation. Documentation is provided in several formats: - developer documentation is provided as xml and html files, as generated by gtk-doc; - CACT user's manuals and general documentation is provided as xml, pdf and html files, as generated by mate-doc-utils, docbook-utils or dblatex tools. caja-actions-1.27.0/README.md000066400000000000000000000052721433352025300154220ustar00rootroot00000000000000 Mate Installation ================== NOCONFIGURE=1 ./autogen.sh ./configure \ --enable-html-manuals make sudo make install debian installer package from community member: http://static.dbedia.org/files/deb/caja-actions_1.7.1-1_amd64.deb Description ================== Caja-Actions Caja-actions is an extension for Caja file manager which allows the user to add arbitrary program to be launched through the Caja file manager popup menu of selected files. Caja-Actions components. Caja-Actions has three sort of components: - A user interface, caja-actions-config-tool (CACT), which let you manage your actions. With CACT, you are able to create, modify and delete actions, to define menus and submenus, to order and reorder items. Import/export functions are also managed via CACT. - Caja extensions as dynamically loadable plugins. These extensions are automatically loaded by Caja when it starts. For now, two extensions are provided: . libcaja-actions-menu.so is a plugin which takes care of displaying actions in Caja context menus; . libcaja-actions-tracker.so is a plugin which tracks the current Caja selection, and sends it in response to a DBus request. - Command-line utilities: a) installed in PREFIX/bin: . caja-actions-new lets you create new actions from the command-line; . caja-actions-run lets you execute a predefined action, taking into account the current Caja selection via a DBus call to the libcaja-actions-tracker plugin; b) installed in PKGLIBEXECDIR: . na-print-schemas prints the full MateConf schemas on stdout; . na-delete-xmltree deletes a tree from a XML file; Caja-Actions plugins. I/O Providers. Caja-Actions itself uses plugins to load menus and actions from the storage space. These plugins are installed in PKGLIBDIR, usually something as /usr/lib/caja-actions/. Starting with 1.5.0, the preferred default I/O provider is 'na-desktop', which means that newly created actions and menus will be stored on disk as .desktop files, in accordance with DES-EMA specification [1]. Importers/Exporters. Caja-Actions also relies on plugins to import actions and menus, and to export them, in several formats. For now, Caja-Actions is able to import/export its items as: . XML; . .desktop files. Caja-Actions documentation. Documentation is provided in several formats: - developer documentation is provided as xml and html files, as generated by gtk-doc; - CACT user's manuals and general documentation is provided as xml, pdf and html files, as generated by mate-doc-utils, docbook-utils or dblatex tools. caja-actions-1.27.0/autogen.sh000077500000000000000000000011021433352025300161300ustar00rootroot00000000000000#!/bin/sh # Run this to generate all the initial makefiles, etc. srcdir=`dirname $0` test -z "$srcdir" && srcdir=. PKG_NAME="caja-actions" (test -f $srcdir/configure.ac) || { echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" echo " top-level $PKG_NAME directory" exit 1 } which mate-autogen || { echo "You need to install mate-common from the MATE desktop" exit 1 } which yelp-build || { echo "You need to install yelp-tools" exit 1 } REQUIRED_AUTOMAKE_VERSION=1.9 USE_MATE2_MACROS=1 USE_COMMON_DOC_BUILD=yes . mate-autogen caja-actions-1.27.0/caja-actions-config-tool.pot000066400000000000000000004364351433352025300214520ustar00rootroot00000000000000msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "The purpose of this License is to make a manual, textbook, or other functional and useful document “free†in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "This License is a kind of “copyleftâ€, which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "This License applies to any manual or other work, in any medium, that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. Such a notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under the conditions stated herein. The “Documentâ€, below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as “youâ€. You accept the license if you copy, modify or distribute the work in a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "A “Modified Version†of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "A “Secondary Section†is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document’s overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (Thus, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "The “Invariant Sections†are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. If a section does not fit the above definition of Secondary then it is not allowed to be designated as Invariant. The Document may contain zero Invariant Sections. If the Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "The “Cover Texts†are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "A “Transparent†copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, that is suitable for revising the document straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup, or absence of markup, has been arranged to thwart or discourage subsequent modification by readers is not Transparent. An image format is not Transparent if used for any substantial amount of text. A copy that is not “Transparent†is called “Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML, PostScript or PDF designed for human modification. Examples of transparent image formats include PNG, XCF and JPG. Opaque formats include proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML, PostScript or PDF produced by some word processors for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "The “Title Page†means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, “Title Page†means the text near the most prominent appearance of the work’s title, preceding the beginning of the body of the text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "The “publisher†means any person or entity that distributes copies of the Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "A section “Entitled XYZ†means a named subunit of the Document whose title either is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in another language. (Here XYZ stands for a specific section name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, “Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section when you modify the Document means that it remains a section “Entitled XYZ†according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "The Document may include Warranty Disclaimers next to the notice which states that this License applies to the Document. These Warranty Disclaimers are considered to be included by reference in this License, but only as regards disclaiming warranties: any other implication that these Warranty Disclaimers may have is void and has no effect on the meaning of this License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "You may also lend copies, under the same conditions stated above, and you may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "If you publish printed copies (or copies in media that commonly have printed covers) of the Document, numbering more than 100, and the Document’s license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-network location from which the general network-using public has access to download using public-standard network protocols a complete Transparent copy of the Document, free of added material. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has fewer than five), unless they release you from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "State on the Title page the name of the publisher of the Modified Version, as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "Add an appropriate copyright notice for your modifications adjacent to the other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section Entitled “History†in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the “History†section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the Title of the section, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "Delete any section Entitled “Endorsementsâ€. Such a section may not be included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "Do not retitle any existing section to be Entitled “Endorsements†or to conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version’s license notice. These titles must be distinct from any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "You may add a section Entitled “Endorsementsâ€, provided it contains nothing but endorsements of your Modified Version by various parties — for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice, and that you preserve all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "In the combination, you must combine any sections Entitled “History†in the various original documents, forming one section Entitled “Historyâ€; likewise combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, is called an “aggregate†if the copyright resulting from the compilation is not used to limit the legal rights of the compilation’s users beyond what the individual works permit. When the Document is included in an aggregate, this License does not apply to the other works in the aggregate which are not themselves derivative works of the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one half of the entire aggregate, the Document’s Cover Texts may be placed on covers that bracket the Document within the aggregate, or the electronic equivalent of covers if the Document is in electronic form. Otherwise they must appear on printed covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License, and all the license notices in the Document, and any Warranty Disclaimers, provided that you also include the original English version of this License and the original versions of those notices and disclaimers. In case of a disagreement between the translation and the original version of this License or a notice or disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "You may not copy, modify, sublicense, or distribute the Document except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, or distribute it is void, and will automatically terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "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, receipt of a copy of some or all of the same material does not give you any rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "The Free Software Foundation may publish new, revised versions of the GNU Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License “or any later version†applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation. If the Document specifies that a proxy can decide which future versions of this License can be used, that proxy’s public statement of acceptance of a version permanently authorizes you to choose that version for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World Wide Web server that publishes copyrightable works and also provides prominent facilities for anybody to edit those works. A public wiki that anybody can edit is an example of such a server. A “Massive Multiauthor Collaboration†(or “MMCâ€) contained in the site means any set of copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license published by Creative Commons Corporation, a not-for-profit corporation with a principal place of business in San Francisco, California, as well as future copyleft versions of that license published by that same organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "“Incorporate†means to publish or republish a Document, in whole or in part, as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "An MMC is “eligible for relicensing†if it is licensed under this License, and if all works that were first published under this License somewhere other than this MMC, and subsequently incorporated in whole or in part into the MMC, (1) had no cover texts or invariant sections, and (2) were thus incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "The operator of an MMC Site may republish an MMC contained in the site under CC-BY-SA on the same site at any time before August 1, 2009, provided the MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled “GNU Free Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "If you have Invariant Sections without Cover Texts, or some other combination of the three, merge those two alternatives to suit the situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 #: C/articleinfo.xml:25 #: C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 #: C/cact-edit.xml:4 #: C/cact-edit.xml:23 #: C/cact-edit.xml:30 #: C/cact-edit.xml:33 #: C/cact-misc.xml:10 #: C/cact-sorting.xml:8 #: C/cact-starting.xml:2 #: C/cact-starting.xml:4 #: C/cact-starting.xml:10 #: C/cact-starting.xml:17 #: C/cact-starting.xml:48 #: C/cact-starting.xml:51 #: C/cact-starting.xml:59 #: C/cact-starting.xml:74 #: C/cact-starting.xml:82 #: C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 #: C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 #: C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 #: C/cact-bugs.xml:8 #: C/cact-conditions.xml:14 #: C/cact-execution.xml:56 #: C/cact-execution.xml:114 #: C/cact-execution.xml:289 #: C/cact-execution.xml:326 #: C/cact-execution.xml:334 #: C/cact-execution.xml:341 #: C/cact-profiles.xml:30 #: C/cact-profiles.xml:32 #: C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 #: C/cact-profiles.xml:57 #: C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 #: C/cact-bugs.xml:20 #: C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 #: C/cact-bugs.xml:44 #: C/cact-conditions.xml:4 #: C/cact-execution.xml:188 #: C/cact-menus.xml:54 #: C/cact-misc.xml:6 #: C/cact-profiles.xml:67 #: C/cact-starting.xml:269 #: C/cact-starting.xml:301 #: C/cact-starting.xml:313 #: C/cact-starting.xml:325 #: C/cact-starting.xml:337 #: C/cact-starting.xml:349 #: C/cact-starting.xml:361 #: C/cact-starting.xml:647 #: C/cact-starting.xml:651 #: C/cact-starting.xml:658 #: C/cact-starting.xml:665 #: C/cact-where.xml:17 #: C/cact-where.xml:33 #: C/cact-where.xml:38 #: C/cact-where.xml:43 #: C/cact-where.xml:44 #: C/cact-where.xml:57 #: C/cact-where.xml:62 #: C/cact-where.xml:67 #: C/cact-where.xml:68 #: C/cact-where.xml:78 #: C/cact-where.xml:96 msgid "Caja" msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "<_:productname-1/> is a <_:productname-2/> extension whose principal function is to allow the user to add arbitrary actions to the file manager context menus. These actions may be organized in menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "This manual describes the <_:application-1/> user interface, and explains how you may configure your menus and actions, making them be displayed and applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 #: C/articleinfo.xml:96 #: C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 #: C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> <_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> <_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "If you find some new bug in <_:productname-1/>, you are welcome to open it by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 #: C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "As of version 3.0, execution mode may be configured in <_:application-1/> but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "This concern working directory, execution mode, startup notification and execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "As of version 3.0, suggested shortcut, as described in DES-EMA specification, cannot be configured in <_:application-1/>, and is not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "As of version 3.0, menu separators cannot be configured in <_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "One has to note that, for now, <_:productname-1/> file manager does not allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "Whether your action will eventually be displayed in <_:productname-1/> file manager context menus or in its toolbar depends on the conditions you will have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "Conditions may be put against the location the file manager currently points to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "Each time the selection or the location change in the file manager, <_:productname-1/> checks all your actions, comparing the defined conditions against the new location and selection: all defined conditions must be satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 #: C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "You may decide that your action will appear depending on the basenames of the items currently selected in the file-manager: you may define that each item of the selection must meet some sort of basename, and you may simultaneously decide that none of the selected item(s) can have some other sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 #: C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "Click on the <_:guilabel-1/> tab to show the page which will permit you to configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "In fact, basename-based conditions are built as a list of « must match one of » and « must not match any of » patterns. In order for your action to be a candidate regarding these basename-based conditions, each element of the selection must be valid for all the listed conditions: the basename of each element must match at least one of the defined « must match one of » patterns, and must not match any of the defined « must not match any of » patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 #: C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 #: C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "If at least one element of the selection does not match all the defined conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "When targeting the selection context menu, your basename-based conditions will be checked against the currently selected items. When targeting the location context menu or the toolbar, your basename-based conditions will be checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 #: C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 #: C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 #: C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 #: C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 #: C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 #: C/cact-conditions.xml:523 msgid "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 #: C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 #: C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 #: C/cact-conditions.xml:537 #: C/cact-starting.xml:471 msgid "*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 #: C/cact-conditions.xml:416 msgid "?" msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 #: C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 #: C/cact-conditions.xml:570 msgid "Indicates whether this a « must match one of » or a « must not match any of » condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 #: C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 #: C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 #: C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 #: C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 #: C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 #: C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "Depending of your target operating system, make sure that the <_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 #: C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 #: C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "When activated, all filters are considered as case sensitive, which means that <_:filename-1/> filename is considered distinct from <_:filename-2/> one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "When deactivated, filters are considered as case insensitive, which means that <_:filename-1/> and <_:filename-2/> filenames are considered the same name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 #: C/cact-conditions.xml:460 msgid "Windows" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "This is most probably what you want if you target some sort of <_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 #: C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 #: C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "Removing a defined basename-based condition is as simple as selecting it, and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 #: C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "By default, the basename-based condition is just one « <_:literal-1/> » condition. As all basenames always match the « <_:literal-2/> » condition, this just means that basename-based conditions are not considered as relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 #: C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "You may decide that your action will appear depending on the mimetypes of the items currently selected in the file-manager: you may define that each item of the selection must meet some sort of mimetype; and you may simultaneously decide that none of the selected item(s) can have some other sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 #: C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "Click on the <_:guilabel-1/> tab to show the page which will permit you to configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "In fact, mimetype-based conditions are built as a list of « must match one of » and « must not match any of » patterns. In order for your action to be a candidate regarding these mimetype-based conditions, each element of the selection must be valid for all the listed conditions: the mimetype of each element must match at least one of the defined « must match one of » patterns, and must not match any of the defined « must not match any of » patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "When targeting the selection context menu, your mimetype-based conditions will be checked against the currently selected items. When targeting the location context menu or the toolbar, your mimetype-based conditions will be checked against the mimetype of the current location, which happens to be the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 #: C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "The « <_:literal-1/> » expression matches all mimetypes. As a convenient shortcut, the « <_:literal-2/> » literal is also accepted for this same purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "Removing a defined mimetype-based condition is as simple as selecting it, and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "By default, the mimetype-based condition is just one « <_:literal-1/> » condition. As all mimetypes always match the « <_:literal-2/> », this just means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 #: C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "You may decide that your action will appear depending on the directory the items currently selected in the file-manager are located in: you may define that each item of the selection must be located in one hierarchy or in another; and you may simultaneously decide that none of the selected item(s) can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "A folder-based condition must be understood as the specification of the hierarchy in which the currently examined item should (or should not) stay: this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 #: C/cact-starting.xml:320 msgid "Folders" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "Click on the <_:guilabel-1/> tab to show the page which will permit you to configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "In fact, folder-based conditions are built as a list of « must match one of » and « must not match any of » patterns. In order for your action to be a candidate regarding these folder-based conditions, each element of the selection must be valid for all the listed conditions: each element must be located in one of the defined « must match one of » folders, and must not match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "When targeting the selection context menu, your folder-based conditions will be checked against the dirname of each currently selected items. When targeting the location context menu or the toolbar, your folder-based conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 #: C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 #: C/cact-execution.xml:80 #: C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "Removing a defined folder-based condition is as simple as selecting it, and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "By default, the folder-based condition is just one « <_:literal-1/> » condition. As <_:literal-2/> is always the top of an Unix-like file system, then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "If you target a <_:productname-1/> system, then this default value may not be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "You may decide that your action will appear depending on the schemes of the URIs of the items currently selected in the file-manager: you may define that each item of the selection must have some scheme; and you may simultaneously decide that none of the selected item(s) may have some other scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 #: C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "Click on the <_:guilabel-1/> tab to show the page which will permit you to configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "In fact, scheme-based conditions are built as a list of « must match one of » and « must not match any of » patterns. In order for your action to be a candidate regarding these scheme-based conditions, each element of the selection must be valid for all the listed conditions: the scheme of each element must match at least one of the defined « must match one of » patterns, and must not match any of the defined « must not match any of » patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "When targeting the selection context menu, your scheme-based conditions will be checked against the currently selected items. When targeting the location context menu or the toolbar, your scheme-based conditions will be checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 #: C/cact-prefs.xml:3 #: C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 #: C/cact-prefs.xml:3 #: C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "Or click on <_:guibutton-1/> to select a scheme among those predefined in <_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "A new scheme may only be selected here if it is not already defined as a scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 #: C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "To select a new scheme, click <_:guibutton-1/>, or double-click on the desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "Removing a defined scheme-based condition is as simple as selecting it, and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "By default, the scheme-based condition is just one « <_:literal-1/> » condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 #: C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "But except for the <_:literal-1/> capability, all others depend on the user who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 #: C/cact-execution.xml:347 #: C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "You may so decide that your action will appear, or not, depending on the capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 #: C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "Click on the <_:guilabel-1/> tab to show the page which will permit you to configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "In fact, capability-based conditions are built as a list of « must match all of » and « must not match any of » patterns. In order for your action to be a candidate regarding these capability-based conditions, each element of the selection must be valid for all the listed conditions: the capability of each element must match each of the defined « must match all of » capabilities, and must not match any of the defined « must not match any of » ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "When targeting the selection context menu, your capability-based conditions will be checked against the currently selected items. When targeting the location context menu or the toolbar, your capability-based conditions will be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "A new capability may only be selected here if it is not already defined as a capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "To select a new capability, click <_:guibutton-1/>, or double-click on the desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "Indicates whether this a « must match all of » or a « must not match any of » condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "Removing a defined capability-based condition is as simple as selecting it, and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "By default, the capability-based condition list is empty. This means that capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "You may define that your action will only appear if the current selection in the file manager has some precise count, or some precise relation with a given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "If your action consists in displaying the differences between two files, you may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 #: C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 #: C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 #: C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 #: C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "Click on the <_:guilabel-1/> tab to show the page which will permit you to configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "Shows the tab which lets you define environment-based conditions. This includes the selection count configuration, the desktop selection, along with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 #: C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 #: C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "When targeting the selection context menu, the count condition defined here will be checked against the count of currently selected items. When targeting the location context menu or the toolbar, the count condition will be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "Select in the <_:guilabel-1/> drop-down list the operator you want apply to the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "The selection count defaults to « <_:literal-1/> », which means that the action will be a candidate to be displayed as soon as at least one item is selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 #: C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 #: C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "If your action should not always appear, then select the relevant desktop environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "The targeted desktop environment condition defaults to « <_:literal-1/> », which means that the action will be a candidate to be displayed regardless of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "You may define that your action will only appear if some prerequisite package is installed on your system. This is checked here by specifying that a specific file, known or at least supposed to be provided by the package, must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 #: C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 #: C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "To define the relevant file, enter its full filename in the <_:guilabel-1/> entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 #: C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 #: C/cact-conditions.xml:1068 msgid "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "You may embed some parameters in the searched filename. These parameters will be dynamically substituted at runtime with values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "You may define that your action will only appear if some given name is registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 #: C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "Click on the <_:guilabel-1/> tab to show the page which will permit you to configure your environment-based conditions, and focus on <_:guilabel-2/> frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 #: C/cact-conditions.xml:1073 msgid "You may embed some parameters in the searched name. These parameters will be dynamically substituted at runtime with values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 #: C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "You may define that your action will only appear if some given command outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "This lets you define your own customized condition filter, by writing a small script which outputs, or not, the <_:literal-1/> string on stdout when it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "You may embed some parameters in the executed filename or its options. These parameters will be dynamically substituted at runtime with values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "You may define that your action will only appear if some given binary is currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "To define the binary, enter its name in the <_:guilabel-1/> entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "Even if you enter here the full filename of a binary, only its basename will be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "With <_:application-1/>, you may safely cut, copy, paste to and from the clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "Be warned that selecting and deleting all profiles of an action leaves it without any profile, so in an invalid state. The name of the action will be written in red (because it is invalid) and italic (because it has been modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 #: C/cact-save.xml:3 #: C/cact-starting.xml:91 #: C/cact-starting.xml:104 #: C/cact-starting.xml:117 #: C/cact-starting.xml:130 #: C/cact-starting.xml:143 #: C/cact-starting.xml:156 #: C/cact-starting.xml:170 #: C/cact-starting.xml:435 #: C/cact-starting.xml:644 msgid "Ctrl" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 #: C/cact-starting.xml:169 msgid "Shift" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "Multiple selection is possible in <_:application-1/>. You can extend the current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "<_:application-1/> only accepts homogeneous multiple selections. That is, you may select one or more profiles, or one or more actions or menus. A multiple selection containing both profiles and actions or menus is not allowed. This is because <_:application-2/> would not know where to paste such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "Note that selecting any row means also selecting children of this row. These children are said « implicitely selected »: they will be part of next edition operations, but are not considered when verifying if selection is homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "You most probably want that your action eventually ends up in executing something. And, as a matter of fact, having something to execute is one of the few conditions which are required for an action to be considered as valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 #: C/cact-execution.xml:24 #: C/cact-execution.xml:76 #: C/cact-starting.xml:275 #: C/cact-starting.xml:559 msgid "Command" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "As we have already seen, the command to be executed is configured in the <_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "This command may take arguments, which themselves may embed parameters. These parameters will be expanded at runtime, with values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 #: C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "The <_:guibutton-1/> button has a toggling action: click once to display the <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 #: C/cact-execution.xml:62 #: C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "The word « <_:guilabel-1/> » may be misleading as it only refers to the list of selected items internally provided by the file manager to the <_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "In particular, it has <_:emphasis-1/> with the visual selection you may have done in the file manager window. And, in fact, which is the « <_:guilabel-2/> » selected item in a multiple selection is absolutely undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry box, or by clicking on <_:guibutton-3/> to select a folder on the filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 #: C/cact-execution.xml:102 #: C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "The working directory defaults to <_:literal-1/>, which runs the command in the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "In the particular case of the <_:literal-1/> parameter, the « <_:guilabel-2/> » selected item is not very important because it is very likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "Apart from configuring the conditions, the selection must be met in order your action be displayed in file manager menus, <_:productname-1/> allows you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 #: C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "Click on the <_:guilabel-1/> tab to show the page which configures the execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 #: C/cact-execution.xml:207 #: C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 #: C/cact-execution.xml:189 msgid "Terminal" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "Starts the preferred terminal of the desktop environment, and runs the command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "Makes use of a special feature of the file manager which may allow a terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "As <_:productname-1/> does not have this feature, this option is strictly equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "Starts the preferred terminal of the desktop environment, and runs the command in it. At end, standard streams (stdout, stderr) are collected and displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "The execution mode of a command defaults to <_:literal-1/>. That is, the command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "If the execution mode of the command is <_:literal-1/>, and if you know that the application will send a <_:literal-2/> message with the <_:envar-3/> environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 #: C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 #: C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "If the execution mode of the command is <_:literal-1/>, and if you know that the application will map at least one window with a given class name, then enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "If you do not enter anything in this field, then the command will be executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "You may want your command to be executed once, providing it the list of selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "Or you may prefer your command to be repeated for each selected item, providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "Actually, <_:productname-1/> automatically handles these two behaviors, depending of the form and the order of the parameters in the command arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 #: C/cact-execution.xml:301 #: C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 #: C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "Though some parameters are not depending on the count of the selection (<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 #: C/cact-execution.xml:363 #: C/cact-execution.xml:541 #: C/cact-execution.xml:575 #: C/cact-execution.xml:576 #: C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 #: C/cact-execution.xml:370 #: C/cact-execution.xml:556 #: C/cact-execution.xml:593 #: C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "When the selection is empty or contains only one element, and from this topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "if the first relevant parameter is of a singular form, then <_:productname-1/> will consider that the command is only able to deal with one item at a time, and thus that it has to be ran one time for each selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "contrarily, if the first relevant parameter found is of the plural form, then <_:productname-1/> will consider that the command is able to deal with a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "if all found parameters are irrelevant, then <_:productname-1/> defaults to consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 #: C/cact-execution.xml:386 #: C/cact-execution.xml:400 #: C/cact-execution.xml:421 #: C/cact-execution.xml:442 #: C/cact-execution.xml:470 #: C/cact-execution.xml:484 #: C/cact-execution.xml:498 #: C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 #: C/cact-execution.xml:395 #: C/cact-execution.xml:409 #: C/cact-execution.xml:430 #: C/cact-execution.xml:451 #: C/cact-execution.xml:479 #: C/cact-execution.xml:493 #: C/cact-execution.xml:507 #: C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 #: C/cact-execution.xml:415 #: C/cact-execution.xml:436 #: C/cact-execution.xml:457 #: C/cact-execution.xml:464 #: C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "Say the current folder is <_:filename-1/>, and the current selection contains the three files <_:filename-2/>, <_:filename-3/> and <_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 #: C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 #: C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 #: C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and so the command is run once for each selected item, replacing at each occurrence the <_:literal-3/> parameter with the corresponding item. The second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. The command is then run only once, replacing <_:literal-3/> with the space-separated list of basenames. As the command is only run once, the <_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "As your list of actions will grow, you most probably will want to organize them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 #: C/cact-profiles.xml:36 #: C/cact-save.xml:3 #: C/cact-starting.xml:435 #: C/cact-starting.xml:644 #: C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 #: C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "A menu may be created anywhere in the list of your actions, but inside of an action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "As an action, the exact place where a new menu will be inserted depends on the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "The new menu is inserted at the correct place, regarding the default « <_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "This place will be automatically changed, each time you modify the label of the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "As an action, too, a menu requires a label, and may have an icon and a tooltip. Also, you may define some conditions in order your menu be candidate to be displayed in <_:productname-1/> context menu. If the defined conditions are not met at runtime, then your whole menu, including its submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "The new action is also displayed in red color in the items list. Red color is used as an indicator that the item is invalid, that is that the item cannot be candidate to be displayed in a <_:productname-1/> context menu because some of its informations are missing or erroneous. Here, and though this newly inserted action has some suitable defaults, it lacks a command to be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 #: C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 #: C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 #: C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 #: C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 #: C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 #: C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "There are some situations where you will want a given action behave slightly differently depending on the currently selected items or the current runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "You have configured it to open your preferred terminal in the location your file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "But what if you want to select a directory in your file manager, and directly open your terminal in this directory ? If you keep based on the current file manager location, your terminal will open in the parent of the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "One solution is to define a new profile to your action, configuring this profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "At runtime, <_:productname-1/> will successively examine each profile attached to your action. If the first profile targets a file while you have selected a directory, then <_:productname-2/> will just try with your second profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "To create a new profile, first select the action in the items list, then choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "You can now define the conditions which must be met in order this profile be selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "At runtime, <_:productname-1/> will begin with examining the conditions set on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 #: C/cact-profiles.xml:55 msgid "If these conditions (the action-conditions) are met, then <_:productname-1/> will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "If no profile is found valid at runtime, then the action will be itself considered invalid, and will not be displayed in the file manager context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "Profiles of an action are ordered, and they are examined in that order at runtime. The first profile whose conditions are met will be validated, and made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "So, ordering of the profiles may be important for your action: the first valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "Cut the profile to be moved, select the profile before which you want your cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 #: C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "Shows the tab which lets you access both editable and read-only item properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 #: C/cact-starting.xml:105 #: C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 #: C/cact-starting.xml:644 msgid "Save" msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "All your pending modifications will be saved. New items will be created by the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "<_:productname-1/> also has an Auto-save feature which is configurable in <_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 #: C/cact-starting.xml:462 #: C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "Your actions and menus will be displayed in file manager context menus in the same order that they are listed in the <_:guilabel-1/>, on the left pane of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "sort your actions and menus in ascending or descending alphabetical order of their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "or do not sort, and manually organize your actions and menus in your own order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "In these modes, actions and menus are sorted depending of their label, inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 #: C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "When items are manually sorted in the list, new items are usually inserted just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "There is nonetheless the case where an action is selected, and not expanded (or has currently only one profile). Inserting a new profile will not insert it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 #: C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 #: C/cact-starting.xml:38 #: C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 #: C/cact-starting.xml:36 #: C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "Shows <_:application-1/> main window. Contains menubar, toolbar, display area, an empty items list in the left, several disabled properties tabs, and statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "The menus on the menubar contain all of the commands you need to use in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 #: C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 #: C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "Several toolbars may be displayed below the menubar, depending of your choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "The list on the left of the main window contains all items, whether they are actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "Items may be sorted in ascending or descending alphabetical order, or not sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "The right part of the main window displays all is needed to define how, when and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "Define in which <_:productname-1/> menus the item should appear, and how it will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "Define the basename filters the <_:productname-1/> selection must satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "Define the mimetype filters the <_:productname-1/> selection must satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "Define the folder filters the <_:productname-1/> selection must satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "Define the scheme filters the <_:productname-1/> selection must satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "Define the capability filters the <_:productname-1/> selection must satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "Define some environment conditions the <_:productname-1/> selection must satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "The statusbar displays some status informations about the currently selected row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "When no relevant information is to be displayed, the statusbar displays the count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "In this example, we are going to create an action which displays some pretty informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 #: C/cact-starting.xml:417 #: C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "<_:productname-1/> is a program which will allow you to create a graphical user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "You should check that this program is installed on your system, by example by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 #: C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "A new action is inserted in the items list, and its properties are displayed in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "The label of the currently edited action (this one) is added to the application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "As another reminder that there is some pending modifications, an asterisk (« <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "It merely consists of choosing how your action will be displayed in the file manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 #: C/cact-starting.xml:491 #: C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 #: C/cact-starting.xml:505 #: C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "The <_:guilabel-1/> entry box contains the label of the action as you want it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "The label is a mandatory property of your action. If it happens to be empty, then your action will be considered as invalid by <_:productname-1/>: it will be displayed in red in <_:guilabel-2/> and will never be candidate to be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 #: C/cact-starting.xml:512 #: C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "The <_:guilabel-1/> entry box contains the text you want to be displayed as a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 #: C/cact-starting.xml:524 #: C/cact-starting.xml:536 #: C/cact-where.xml:111 #: C/cact-where.xml:153 msgid "Icon" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "The <_:guilabel-1/> selection defines the icon which will be associated with your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "When you will select your action in the file manager context menu, this command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "Click on the <_:guilabel-1/> tab to show the page which will permit you to enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "Shows the Command tab. This tab contains the name of the profile, the command to be executed along with its parameters, and the configuration of the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 #: C/cact-starting.xml:589 #: C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "The <_:guilabel-1/> entry box defines the command which will be executed when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "If the command you enter does not have an absolute path, then it will be searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 #: C/cact-starting.xml:626 #: C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "The <_:guilabel-1/> contains the arguments which will be passed to your command when it will be executed. These arguments may embed parameters which will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will be considered as invalid: it will be displayed in red in <_:guilabel-3/> and will never be candidate to be displayed in the file manager context menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "<_:productname-1/> automatically takes into account your new action, and displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "Cliking of the item in the <_:productname-1/> context menu activates it, and executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "Shows the result of the execution of your first action. This is <_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "<_:productname-1/> file manager may display your action in different places, depending on what you will request here, and if some item is currently selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "Click on the <_:guilabel-1/> tab to show the page which will permit you to configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "When <_:guilabel-1/> is checked, then your action will be a candidate to be displayed in <_:productname-2/>' context menu as soon as at least one item is selected in the file manager. Your action will so deal with currently selected item(s).In order to be actually displayed, all the conditions defined in your candidate action must be met by each item currently selected in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "When an action targets the selection context menu, and is actually displayed in <_:productname-1/>' context menu, then it is also displayed in <_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "When <_:guilabel-1/> checkbox is activated, then your action will be a candidate to be displayed in <_:productname-2/>' context menu when the file manager selection is empty. Your action will so deal with currently displayed location. In order to be actually displayed, all the conditions defined in your candidate action must be met by the location currently displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "When an action targets the location context menu, and is actually displayed in <_:productname-1/>' context menu, then it is also displayed in <_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "When <_:guilabel-1/> checkbox is activated, then your action will be a candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "Actions displayed in the toolbar only deal with the location which is currently displayed in the file-manager, not with the items which may be currently selected (or not). In order to be displayed, all the conditions defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "Whether it is the selection context menu or the location context menu, and both in <_:productname-1/>' context menus and in <_:guimenu-2/> or <_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 #: C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 #: C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 #: C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "Depending of the exact configuration of your desktop environment, the icon may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "You may embed some parameters in the label, the icon name or the tooltip. These parameters will be dynamically substituted at runtime with values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "Depending of the exact configuration of your desktop environment, the toolbar label may or may not be displayed in front of the icon in the toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "The toolbar label defaults to the same label as those used in menus. By unchecking the <_:guilabel-1/> checkbox you can define a label specific to the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "You may embed some parameters in the toolbar label, the icon name or the tooltip. These parameters will be dynamically substituted at runtime with values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "An action may target the selection context menu, the location context menu and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "If no target is defined, <_:abbrev-1/> if the three checkboxes are unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "Caja-Actions is a Caja extension whose principal function is to allow the user to add arbitrary actions to the file manager context menus. These actions may be organized in menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "The Caja-Actions Configuration Tool application is the user interface which lets you precisely configure how, where and when your actions should appear in Caja context menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "Caja-Actions Configuration Tool provides the following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "Caja-Actions also comes with additional features such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "A Caja plugin which exports in real time to D-Bus the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "Associated with the D-Bus interface, this program lets the user run any action from a keyboard shortcut, applying this action to the item(s) currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "All these features are more thoroughly described in the global Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "The first version of Caja-Actions was initially written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo Moya (rodrigo@gnome-db.org). It has been thoroughly improved by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich (mate@raveit.de). It is currently maintained by MATE developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "Artwork is due to courtesy of Ulisse Perusin (uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "To report a bug or make a suggestion regarding Caja-Actions, the Caja-Actions Configuration Tool or this manual, follow the directions in the MATE Feedback Page, or you may prefer, at your convenience, directly open a bug or a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "This manual is part of a collection of MATE manuals distributed under the GFDL. If you want to distribute this manual separately from the collection, you can do so by adding a copy of the license to the manual, as described in section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "Many of the names used by companies to distinguish their products and services are claimed as trademarks. Where those names appear in any MATE documentation, and the members of the MATE Documentation Project are made aware of those trademarks, then the names are in capital letters or initial capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: <_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/caja-actions.pot000066400000000000000000003014761433352025300172300ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR MATE Desktop Environment team # This file is distributed under the same license as the caja-actions package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: caja-actions 1.26.0\n" "Report-Msgid-Bugs-To: https://github.com/mate-desktop/caja-actions/issues\n" "POT-Creation-Date: 2022-10-29 15:29+0200\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" #: src/core/na-exporter.c:53 src/core/na-importer.c:87 msgid "_Ask me" msgstr "" #: src/core/na-exporter.c:54 msgid "" "You will be asked for the format to choose each time an item is about to be " "exported." msgstr "" #. Translators: NAIExporter is an interface name, do not even try to translate #: src/core/na-exporter.c:60 #, c-format msgid "No NAIExporter implementation found for '%s' format." msgstr "" #. Translators: NAIExporter is an interface name, do not even try to translate #: src/core/na-exporter.c:304 #, c-format msgid "%s NAIExporter doesn't implement 'to_buffer' interface." msgstr "" #. Translators: NAIExporter is an interface name, do not even try to translate #: src/core/na-exporter.c:377 #, c-format msgid "%s NAIExporter doesn't implement 'to_file' interface." msgstr "" #: src/core/na-about.c:70 msgid "" "Caja-Actions Configuration Tool is free software; you can redistribute it " "and/or modify it under the terms of the GNU General Public License as " "published by the Free Software Foundation; either version 2 of the License, " "or (at your option) any later version." msgstr "" #: src/core/na-about.c:74 msgid "" "Caja-Actions Configuration Tool 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." msgstr "" #: src/core/na-about.c:78 msgid "" "You should have received a copy of the GNU General Public License along with " "Caja-Actions Configuration Tool ; if not, write to the Free Software " "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, " "USA." msgstr "" #: src/core/na-about.c:92 msgid "A graphical interface to create and edit your Caja actions." msgstr "" #: src/core/na-about.c:93 msgid "" "Copyright © 2009-2012 Pierre Wieser \n" "Copyright © 2013-2020 Wolfgang Ulbrich \n" "Copyright © 2021 The MATE developers" msgstr "" #: src/core/na-about.c:99 msgid "Caja-Actions" msgstr "" #: src/core/na-about.c:100 msgid "translator-credits" msgstr "" #: src/core/na-desktop-environment.c:39 msgid "MATE desktop" msgstr "" #: src/core/na-desktop-environment.c:40 msgid "KDE desktop" msgstr "" #: src/core/na-desktop-environment.c:41 msgid "LXDE desktop" msgstr "" #: src/core/na-desktop-environment.c:42 msgid "ROX desktop" msgstr "" #: src/core/na-desktop-environment.c:43 msgid "XFCE desktop" msgstr "" #: src/core/na-desktop-environment.c:44 msgid "Legacy systems" msgstr "" #: src/core/na-icontext-factory.c:51 msgid "List of patterns to be matched against the selected file(s)/folder(s)" msgstr "" #. Translators: wildcard characters '*' and '?' should be considered as literals, #. * and not be translated #: src/core/na-icontext-factory.c:54 msgid "" "A list of strings with joker '*' or '?' to be matched against the name(s) of " "the selected file(s)/folder(s). Each selected item must match at least one " "of the filename patterns for the action or the menu be candidate to " "display.\n" "This obviously only applies when there is a selection.\n" "Defaults to '*'." msgstr "" #. Translators: wildcard characters '*' and '?' should be considered as literalls, #. * and not be translated #: src/core/na-icontext-factory.c:75 msgid "" "A pattern to be matched against basenames of selected file(s)/folder(s). May " "include wildcards (* or ?). You must set one option for each pattern you need" msgstr "" #. Translators: the "" is just an abbreviation for "an expression", #. * so is tranlatable #. Translators: "" is just an abbreviation for "an expression", so is tranlatable #: src/core/na-icontext-factory.c:80 src/core/na-icontext-factory.c:139 #: src/core/na-icontext-factory.c:358 msgid "" msgstr "" #: src/core/na-icontext-factory.c:86 msgid "Whether the specified basenames are case sensitive (default)" msgstr "" #. Translators: 'true' and 'false' values are taken literally, and should not be translated #: src/core/na-icontext-factory.c:88 msgid "" "Must be set to 'true' if the filename patterns are case sensitive, to " "'false' otherwise. E.g., if you need to match a filename in a case-sensitive " "manner, set this key to 'true'. If you also want, for example '*.jpg' to " "match 'photo.JPG', then set 'false'.\n" "This obviously only applies when there is a selection.\n" "Defaults to 'true'." msgstr "" #: src/core/na-icontext-factory.c:114 msgid "" "List of patterns to be matched against the mimetypes of the selected file(s)/" "folder(s)" msgstr "" #. Translators: wildcard character '*' is taken literally, and should not be translated #: src/core/na-icontext-factory.c:116 msgid "" "A list of strings with joker '*' to be matched against the mimetypes of the " "selected file(s)/folder(s). Each selected item must match at least one of " "the mimetype patterns for the action to appear.\n" "This obviously only applies when there is a selection.\n" "Defaults to '*/*'." msgstr "" #. Translators: wildcard character '*' is taken literally, and should not be translated #: src/core/na-icontext-factory.c:135 msgid "" "A pattern to be matched against mimetypes of selected file(s)/folder(s). May " "include the asterisk wildcard '*'. You must set one option for each pattern " "you need" msgstr "" #: src/core/na-icontext-factory.c:179 msgid "Whether the profile applies to files (deprecated option, see mimetype)" msgstr "" #. Translators: 'true' and 'false' values are taken literally, and should not be translated #: src/core/na-icontext-factory.c:181 msgid "" "Set to 'true' if the selection can have files, to 'false' otherwise.\n" "This setting is tied in with the 'isdir' setting. The valid combinations " "are: \n" "isfile='true' and isdir='false': the selection may hold only files\n" "isfile='false' and isdir='true': the selection may hold only folders\n" "isfile='true' and isdir='true': the selection may hold both files and " "folders\n" "isfile='false' and isdir='false': this is an invalid combination (your " "configuration will never appear).\n" "This obviously only applies when there is a selection.\n" "Defaults to 'true'." msgstr "" #: src/core/na-icontext-factory.c:210 msgid "" "Whether the profile applies to folders (deprecated option, see mimetype)" msgstr "" #. Translators: 'true' and 'false' values are taken literally, and should not be translated #: src/core/na-icontext-factory.c:212 msgid "" "Set to 'true' if the selection can have folders, to 'false' otherwise.\n" "This setting is tied in with the 'isfile' setting. The valid combinations " "are: \n" "isfile='true' and isdir='false': the selection may hold only files\n" "isfile='false' and isdir='true': the selection may hold only folders\n" "isfile='true' and isdir='true': the selection may hold both files and " "folders\n" "isfile='false' and isdir='false': this is an invalid combination (your " "configuration will never appear).\n" "This obviously only applies when there is a selection.\n" "Defaults to 'false'." msgstr "" #: src/core/na-icontext-factory.c:244 msgid "" "Whether the selection may be multiple (deprecated option, see selection " "count)" msgstr "" #. Translators: 'true' and 'false' values are taken literally, and should not be translated #: src/core/na-icontext-factory.c:246 msgid "" "If you need more than one files or folders to be selected, set this key to " "'true'. If you want just one file or folder, set it to 'false'.\n" "This obviously only applies when there is a selection.\n" "Defaults to 'false'." msgstr "" #: src/core/na-icontext-factory.c:270 msgid "" "List of schemes to be matched against those of selected file(s)/folder(s)" msgstr "" #. Translators: schemes (sftp, ssh, ftp, file, etc.) are standard keywords which define #. * the access protocol to an object, they should not be translated #: src/core/na-icontext-factory.c:274 msgid "" "Defines the list of valid schemes to be matched against the selected items. " "The scheme is the protocol used to access the files. The keyword to use is " "the one used in the URI by the file manager.\n" "Examples of valid URI include:\n" "- file:///tmp/foo.txt\n" "- sftp:///root@test.example.net/tmp/foo.txt\n" "The most common schemes are:\n" "'file': local files\n" "'sftp': files accessed via SSH\n" "'ftp': files accessed via FTP\n" "'smb': files accessed via Samba (Windows share)\n" "'dav': files accessed via WebDAV.\n" "All schemes used by your favorite file manager may be used here.\n" "This obviously only applies when there is a selection, or when targeting the " "special 'x-caja-desktop' scheme.\n" "Defaults to 'file'." msgstr "" #: src/core/na-icontext-factory.c:303 msgid "" "A valid GIO scheme where the selected file(s)/folder(s) should be located. " "You must set one option for each scheme you need" msgstr "" #. Translators: "" is just an abbreviation for "a string", so is tranlatable #: src/core/na-icontext-factory.c:306 src/core/na-object-action-factory.c:175 #: src/core/na-object-item-factory.c:112 src/core/na-object-item-factory.c:136 #: src/core/na-object-profile-factory.c:182 src/utils/na-set-conf.c:63 #: src/utils/na-set-conf.c:65 src/utils/na-set-conf.c:68 #: src/utils/na-set-conf.c:70 src/utils/caja-actions-print.c:62 #: src/utils/caja-actions-print.c:65 src/utils/caja-actions-run.c:60 msgid "" msgstr "" #: src/core/na-icontext-factory.c:312 msgid "List of folders" msgstr "" #: src/core/na-icontext-factory.c:313 msgid "" "Defines the list of valid paths to be matched against the current folder.\n" " All folders 'under' the specified path are considered valid.\n" "Defaults to '/'." msgstr "" #: src/core/na-icontext-factory.c:329 msgid "" "The path of a (parent) directory for which the item will be displayed. You " "must set one option for each folder you need" msgstr "" #. Translators: "" is just an abbreviation for "a folder path", so is tranlatable #. Translators: "" is the path to a binary, so may be tranlatable #: src/core/na-icontext-factory.c:332 src/core/na-icontext-factory.c:433 #: src/core/na-icontext-factory.c:486 src/core/na-object-profile-factory.c:117 msgid "" msgstr "" #: src/core/na-icontext-factory.c:338 msgid "Operator of the selection count relation" msgstr "" #: src/core/na-icontext-factory.c:339 msgid "" "Whether this profile may be selected depending of the count of the " "selection.\n" "This is a string of the form \"{'<'|'='|'>'} number\".\n" "Examples of valid strings are: \"=0\", \"> 1\", \"< 10\".\n" "Defaults to \">0\"." msgstr "" #: src/core/na-icontext-factory.c:356 msgid "Selection count relation [>0]" msgstr "" #: src/core/na-icontext-factory.c:364 msgid "Only show in environment" msgstr "" #: src/core/na-icontext-factory.c:365 msgid "Defaults to all." msgstr "" #: src/core/na-icontext-factory.c:379 msgid "" "The name of an only desktop environment where the item must be displayed. " "You must set one option for each environment you want" msgstr "" #. Translators: "" is just a placeholder for "a desktop name", so is tranlatable #: src/core/na-icontext-factory.c:382 src/core/na-icontext-factory.c:406 msgid "" msgstr "" #: src/core/na-icontext-factory.c:388 msgid "Not show in environment" msgstr "" #: src/core/na-icontext-factory.c:389 msgid "Defaults to none." msgstr "" #: src/core/na-icontext-factory.c:403 msgid "" "The name of a desktop environment where the item must not be displayed. You " "must set one option for each environment you want" msgstr "" #: src/core/na-icontext-factory.c:412 msgid "Try exec" msgstr "" #. Translators: TryExec is a keyword of the specification, it is not translatable #: src/core/na-icontext-factory.c:414 msgid "" "Note that, when specified, only the presence and the executability status of " "the specified file are checked.\n" "Parameters may appear in 'TryExec' value, and will be substituted at " "runtime.\n" "Defaults to successful." msgstr "" #: src/core/na-icontext-factory.c:431 msgid "the path to a file whose executability is to be checked" msgstr "" #: src/core/na-icontext-factory.c:439 msgid "Show if registered" msgstr "" #. Translators: ShowIfRegistered is a keyword of the specification, it is not translatable #: src/core/na-icontext-factory.c:441 msgid "" "The well-known name of a DBus service.\n" "The item will be candidate if the named service is registered on session " "DBus at runtime.\n" "Parameters may appear in 'ShowIfRegistered' value, and will be substituted " "at runtime.\n" "Defaults to successful." msgstr "" #: src/core/na-icontext-factory.c:458 msgid "The name of a service which must be registered on session DBus" msgstr "" #: src/core/na-icontext-factory.c:459 src/core/na-icontext-factory.c:512 #: src/core/na-icontext-factory.c:545 msgid "" msgstr "" #: src/core/na-icontext-factory.c:465 msgid "Show if True" msgstr "" #. Translators: ShowIfTrue is a keyword of the specification, it is not translatable #: src/core/na-icontext-factory.c:467 msgid "" "A command which, when executed, should output a string on stdout.\n" "The item will be candidate if the outputed string is equal to \"true\".\n" "Parameters may appear in 'ShowIfTrue' value, and will be substituted at " "runtime.\n" "Defaults to successful." msgstr "" #. Translators: 'true' is to be taken as a literal, must not be translated #: src/core/na-icontext-factory.c:485 msgid "The path to a command which will display the 'true' string" msgstr "" #: src/core/na-icontext-factory.c:492 msgid "Show if running" msgstr "" #. Translators: ShowIfRunning is a keyword of the specification, it is not translatable #: src/core/na-icontext-factory.c:494 msgid "" "The name of a process.\n" "The item will be candidate if the process name is found in memory at " "runtime.\n" "Parameters may appear in 'ShowIfRunning' value, and will be substituted at " "runtime.\n" "Defaults to successful." msgstr "" #: src/core/na-icontext-factory.c:511 msgid "The name of a binary which must be running" msgstr "" #: src/core/na-icontext-factory.c:518 msgid "Capabilities" msgstr "" #. Translators: 'Owner', 'Readable', 'Writable', 'Executable' and 'Local' are all keywords #. * of the specification; they are not translatable #: src/core/na-icontext-factory.c:521 msgid "" "A list of capabilities each item of the selection must satisfy in order for " "the item to be candidate.\n" "Capabilities may be negated.\n" "Capabilities have to be chosen between following predefined ones:\n" "- 'Owner': current user is the owner of selected items\n" "- 'Readable': selected items are readable by user (probably more useful when " "negated)\n" "- 'Writable': selected items are writable by user\n" "- 'Executable': selected items are executable by user\n" "- 'Local': selected items are local.\n" "Defaults to empty list." msgstr "" #: src/core/na-icontext-factory.c:543 msgid "" "The name of a capability the selection must meet. May be 'Owner', " "'Readable', 'Writable', 'Executable' or 'Local'" msgstr "" #: src/core/na-iimporter.c:239 src/core/na-importer.c:293 msgid "" "Item was renumbered because the caller did not provide any check function." msgstr "" #: src/core/na-iimporter.c:254 msgid "" "Item was renumbered because the caller did not provide any ask user function." msgstr "" #: src/core/na-iimporter.c:273 src/core/na-importer.c:326 msgid "Item was renumbered due to user request." msgstr "" #: src/core/na-iimporter.c:279 src/core/na-importer.c:335 msgid "Existing item was overridden due to user request." msgstr "" #: src/core/na-iimporter.c:286 src/core/na-importer.c:344 #, c-format msgid "Item %s already exists." msgstr "" #: src/core/na-iimporter.c:288 src/core/na-importer.c:350 msgid "Import was canceled due to user request." msgstr "" #. Translators: the action has been renumbered during import operation #: src/core/na-iimporter.c:311 src/core/na-importer.c:417 msgid "(renumbered)" msgstr "" #: src/core/na-importer.c:58 msgid "Do _not import the item" msgstr "" #: src/core/na-importer.c:59 msgid "" "This used to be the historical behavior.\n" "The selected file will be marked as \"NOT OK\" in the Summary page.\n" "The existing item will not be modified." msgstr "" #: src/core/na-importer.c:66 msgid "Import the item, _allocating it a new identifier" msgstr "" #: src/core/na-importer.c:67 msgid "" "The selected file will be imported with a slightly modified label indicating " "the renumbering.\n" "The existing item will not be modified." msgstr "" #: src/core/na-importer.c:74 msgid "_Override the existing item" msgstr "" #: src/core/na-importer.c:75 msgid "" "The item found in the selected file will silently override the current one " "which has the same identifier.\n" "Be warned: this mode may be dangerous. You will not be prompted another time." msgstr "" #: src/core/na-importer.c:88 msgid "You will be asked each time an imported ID already exists." msgstr "" #. Translators: '%s' stands for the file URI #: src/core/na-importer.c:101 #, c-format msgid "%s is not loadable (empty or too big or not a regular file)" msgstr "" #: src/core/na-importer-ask.c:270 #, c-format msgid "Unable to load 'ImporterAskDialog' from %s" msgstr "" #: src/core/na-importer-ask.c:398 #, c-format msgid "" "The action \"%s\" imported from \"%s\" has the same identifiant than the " "already existing \"%s\"." msgstr "" #: src/core/na-importer-ask.c:404 #, c-format msgid "" "The menu \"%s\" imported from \"%s\" has the same identifiant than the " "already existing \"%s\"." msgstr "" #: src/core/na-importer-ask.ui:13 msgid "Already existing item" msgstr "" #: src/core/na-importer-ask.ui:98 msgid "What should I do with this ?" msgstr "" #: src/core/na-importer-ask.ui:146 msgid "Re_member my choice in future import operations" msgstr "" #: src/core/na-io-provider.c:69 msgid "" "Please, be kind enough to fill out a bug report on https://bugzilla.gnome." "org/enter_bug.cgi?product=caja-actions." msgstr "" #: src/core/na-io-provider.c:1364 msgid "Unavailable I/O provider." msgstr "" #: src/core/na-io-provider.c:1368 msgid "I/O provider implementation lacks of required API." msgstr "" #: src/core/na-io-provider.c:1372 msgid "I/O provider is not willing to write." msgstr "" #: src/core/na-io-provider.c:1376 msgid "I/O provider announces itself as unable to write." msgstr "" #: src/core/na-io-provider.c:1380 msgid "I/O provider has been locked down by an administrator." msgstr "" #: src/core/na-io-provider.c:1384 msgid "I/O provider has been locked down by the user." msgstr "" #: src/core/na-io-provider.c:1388 msgid "Item is read-only." msgstr "" #: src/core/na-io-provider.c:1392 msgid "No writable I/O provider found." msgstr "" #: src/core/na-io-provider.c:1397 #, c-format msgid "" "Item is not writable for an unknown reason (%d).\n" "%s" msgstr "" #: src/core/na-io-provider.c:1420 msgid "OK." msgstr "" #: src/core/na-io-provider.c:1424 #, c-format msgid "" "Program flow error.\n" "%s" msgstr "" #: src/core/na-io-provider.c:1428 msgid "The I/O provider is not willing to do that." msgstr "" #: src/core/na-io-provider.c:1432 msgid "Write error in I/O provider." msgstr "" #: src/core/na-io-provider.c:1436 msgid "Unable to delete MateConf schemas." msgstr "" #: src/core/na-io-provider.c:1440 msgid "Unable to delete configuration." msgstr "" #: src/core/na-io-provider.c:1444 #, c-format msgid "" "Unknown return code (%d).\n" "%s" msgstr "" #. Translators: default label for a new action #: src/core/na-object-action.c:58 msgid "New Caja action" msgstr "" #: src/core/na-object-action.c:491 msgid "Profile automatically created from pre-v2 action" msgstr "" #: src/core/na-object-action-factory.c:80 msgid "Targets the selection context menu" msgstr "" #: src/core/na-object-action-factory.c:81 msgid "" "Whether the action targets the selection file manager context menus.\n" "This used to be the historical behavior.\n" "Note that menus are always potential candidate to the display in selection " "context menus provided that they contain at least one action.\n" "Defaults to TRUE." msgstr "" #: src/core/na-object-action-factory.c:99 msgid "Targets the selection context menu [true]" msgstr "" #: src/core/na-object-action-factory.c:106 msgid "Targets the location context menu" msgstr "" #: src/core/na-object-action-factory.c:107 msgid "" "Whether the action targets the file manager context menus when there is no " "selection, thus applying to current location.\n" "Note that menus are always potential candidate to the display in selection " "context menus provided that they contain at least one action.\n" "Defaults to FALSE" msgstr "" #: src/core/na-object-action-factory.c:125 msgid "Targets the location context menu [false]" msgstr "" #: src/core/na-object-action-factory.c:132 msgid "Targets the toolbar" msgstr "" #: src/core/na-object-action-factory.c:133 msgid "" "Whether the action is candidate to be displayed in file manager toolbar.\n" "This only applies to current location.\n" "Note that menus are never displayed in the toolbar.\n" "Defaults to FALSE." msgstr "" #: src/core/na-object-action-factory.c:150 msgid "Targets the toolbar [false]" msgstr "" #: src/core/na-object-action-factory.c:157 msgid "Label of the toolbar item" msgstr "" #: src/core/na-object-action-factory.c:158 msgid "" "The label displayed besides of the icon in the file manager toolbar.\n" "Note that actual display may depend of your own Desktop Environment " "preferences.\n" "Defaults to label of the context menu when not set or empty." msgstr "" #. Translators: copied items have a label as 'Copy of original label' #: src/core/na-object-id.c:329 #, c-format msgid "Copy of %s" msgstr "" #: src/core/na-object-item-factory.c:65 msgid "Type of the item" msgstr "" #: src/core/na-object-item-factory.c:66 msgid "" "Defines if the item is an action or a menu. Possible values are :\n" "- 'Action',\n" "- 'Menu'.\n" "The value is case sensitive and must not be localized." msgstr "" #: src/core/na-object-item-factory.c:94 msgid "Label of the context menu item (mandatory)" msgstr "" #: src/core/na-object-item-factory.c:95 msgid "" "The label of the menu item that will appear in the file manager context menu " "when the selection matches the appearance condition settings.\n" "It is also used as a default for the toolbar label of an action." msgstr "" #: src/core/na-object-item-factory.c:99 msgid "Empty label" msgstr "" #: src/core/na-object-item-factory.c:118 msgid "Tooltip of the context menu item" msgstr "" #: src/core/na-object-item-factory.c:119 msgid "" "The tooltip of the menu item that will appear in the file manager statusbar " "when the user points to the file manager context menu item with his/her " "mouse." msgstr "" #: src/core/na-object-item-factory.c:142 msgid "Icon of the context menu item" msgstr "" #: src/core/na-object-item-factory.c:143 msgid "" "The icon of the menu item that will appear next to the label in the file " "manager context menu when the selection matches the appearance conditions " "settings.\n" "May be the localized name of a themed icon, or a full path to any " "appropriate image." msgstr "" #: src/core/na-object-item-factory.c:161 msgid "" msgstr "" #: src/core/na-object-item-factory.c:191 msgid "Description relative to the item" msgstr "" #: src/core/na-object-item-factory.c:192 msgid "" "Some text which explains the goal of the menu or the action.\n" "May be used, e.g. when displaying available items on a web site." msgstr "" #: src/core/na-object-item-factory.c:214 msgid "Suggested shortcut" msgstr "" #: src/core/na-object-item-factory.c:215 msgid "" "A shortcut suggested for the action or the menu.\n" "Please note that this might be only a suggestion as the shortcut may be " "already reserved for another use. Implementation should not override an " "already existing shortcut to define this one.\n" "The format may look like \"a\" or \"F1\".\n" "Defaults to empty." msgstr "" #: src/core/na-object-item-factory.c:268 msgid "List of subitem ids" msgstr "" #: src/core/na-object-item-factory.c:269 msgid "" "Ordered list of the IDs of the subitems. This may be actions or menus if the " "item is a menu, or profiles if the item is an action.\n" "If this list doesn't exist or is empty for an action or a menu, subitems are " "attached in the order of the read operations." msgstr "" #: src/core/na-object-item-factory.c:293 msgid "Whether the action or the menu is enabled" msgstr "" #: src/core/na-object-item-factory.c:294 msgid "" "If the or the menu action is disabled, it will never appear in the file " "manager context menu.\n" "Defaults to TRUE." msgstr "" #: src/core/na-object-item-factory.c:310 msgid "Whether the action or the menu is enabled [enabled]" msgstr "" #: src/core/na-object-item-factory.c:409 msgid "Version of the format" msgstr "" #: src/core/na-object-item-factory.c:410 msgid "" "The version of the configuration format that will be used to manage backward " "compatibility." msgstr "" #. Translators: default label for a new menu #: src/core/na-object-menu.c:57 msgid "New Caja menu" msgstr "" #. Translators: label for the default profile #: src/core/na-object-profile.c:767 msgid "Default profile" msgstr "" #: src/core/na-object-profile-factory.c:49 msgid "Name of the profile" msgstr "" #: src/core/na-object-profile-factory.c:50 msgid "" "May be used as a description for the function of the profile.\n" "If not set, it defaults to an auto-generated name." msgstr "" #: src/core/na-object-profile-factory.c:100 msgid "Path of the command" msgstr "" #: src/core/na-object-profile-factory.c:101 msgid "" "The path of the command to be executed when the user select the menu item in " "the file manager context menu or in the toolbar." msgstr "" #: src/core/na-object-profile-factory.c:127 msgid "Parameters of the command" msgstr "" #: src/core/na-object-profile-factory.c:129 msgid "" "The parameters of the command to be executed when the user selects the menu " "item in the file manager context menu or in the toolbar.\n" "The parameters may contain some special tokens which are replaced by the " "information provided by the file manager before starting the command:\n" "- up to version 2.0:\n" " %d: base folder of the selected file(s)\n" " %f: the name of the selected file or the first one if several are " "selected\n" " %h: hostname of the URI\n" " %m: space-separated list of the basenames of the selected file(s)/" "folder(s)\n" " %M: space-separated list of the selected file(s)/folder(s), with their " "full paths\n" " %p: port number of the first URI\n" " %R: space-separated list of selected URIs\n" " %s: scheme of the URI\n" " %u: URI\n" " %U: username of the URI\n" " %%: a percent sign.\n" "- starting from version 3:\n" " %b: (first) basename\n" " %B: space-separated list of the basenames of the selected file(s)/" "folder(s)\n" " %c: count the selected file(s)/folder(s)\n" " %d: (first) base directory\n" " %D: space-separated list of base directories of the selected file(s)/" "folder(s)\n" " %f: (first) filename\n" " %F: space-separated list of the filenames of the selected file(s)/" "folder(s)\n" " %h: hostname of the (first) URI\n" " %m: (first) mimetype\n" " %M: space-separated list of the mimetypes of the selected file(s)/" "folder(s)\n" " %n: username of the (first) URI\n" " %o: no-op operator which forces the singular form of execution (since " "3.0.2)\n" " %O: no-op operator which forces the plural form of execution (since " "3.0.2)\n" " %p: port number of the (first) URI\n" " %s: scheme of the (first) URI\n" " %u: (first) URI\n" " %U: space-separated list of the URIs of the selected file(s)/folder(s)\n" " %w: (first) basename without the extension\n" " %W: space-separated list of basenames without the extension\n" " %x: (first) extension\n" " %X: space-separated list of the extensions of the selected file(s)/" "folder(s)\n" " %%: a percent sign." msgstr "" #: src/core/na-object-profile-factory.c:188 msgid "Working directory" msgstr "" #: src/core/na-object-profile-factory.c:189 #, c-format msgid "" "The working directory the command will be started in.\n" "Defaults to \"%d\"." msgstr "" #: src/core/na-object-profile-factory.c:211 msgid "Execution mode" msgstr "" #. Translators: 'Normal', 'Terminal', 'Embedded' and 'DisplayOutput' are non-translatable keywords #: src/core/na-object-profile-factory.c:213 msgid "" "Execution mode of the program.\n" "This may be chosen between following values:\n" "- Normal: starts as a standard graphical user interface\n" "- Terminal: starts the preferred terminal of the graphical environment, and " "runs the command in it\n" "- Embedded: makes use of a special feature of the file manager which allows " "a terminal to be ran inside of it; an acceptable fallback is Terminal\n" "- DisplayOutput: the ran terminal may be closed at end of the command, but " "standard streams (stdout, stderr) should be collected and displayed; an " "acceptable fallback is Terminal.\n" "Defaults to \"Normal\"." msgstr "" #: src/core/na-object-profile-factory.c:244 msgid "Startup notify" msgstr "" #: src/core/na-object-profile-factory.c:245 msgid "" "Only relevant when ExecutionMode=Normal.\n" "Defaults to FALSE." msgstr "" #: src/core/na-object-profile-factory.c:267 msgid "Startup WM Class" msgstr "" #: src/core/na-object-profile-factory.c:268 msgid "" "Only relevant when ExecutionMode=Normal.\n" "Defaults to empty." msgstr "" #: src/core/na-object-profile-factory.c:290 msgid "Execute as user" msgstr "" #: src/core/na-object-profile-factory.c:291 msgid "" "The user the command must be ran as. The user may be identified by its " "numeric UID or by its login.\n" "The profile is ignored if defined with a non-existing UID or login.\n" "Defaults to empty: the command will be executed as the current user." msgstr "" #: src/core/na-selected-info.c:872 #, c-format msgid "Error when querying information for %s URI: %s" msgstr "" #: src/core/na-tokens.c:249 msgid "file:///path/to/file1.mid" msgstr "" #: src/core/na-tokens.c:250 msgid "file:///path/to/file2.jpeg" msgstr "" #: src/core/na-tokens.c:251 msgid "audio/x-midi" msgstr "" #: src/core/na-tokens.c:252 msgid "image/jpeg" msgstr "" #: src/core/na-tokens.c:254 msgid "test.example.net" msgstr "" #: src/core/na-tokens.c:255 msgid "user" msgstr "" #: src/core/na-tokens.c:441 msgid "Output of the run command" msgstr "" #: src/core/na-tokens.c:449 msgid "Run command:" msgstr "" #: src/core/na-tokens.c:450 msgid "Standard output:" msgstr "" #: src/core/na-tokens.c:451 msgid "Standard error:" msgstr "" #: src/io-desktop/cadp-desktop-provider.c:259 msgid "Caja-Actions Desktop I/O Provider" msgstr "" #: src/io-desktop/cadp-formats.c:55 msgid "Export as a ._desktop file" msgstr "" #: src/io-desktop/cadp-formats.c:56 msgid "" "This format has been introduced with v 3.0 series. and should be your newly " "preferred format when exporting items.\n" "It let you easily share your actions with the whole world, including with " "users of other desktop environments, as long as their own application " "implements the DES-EMA specification which describes this format.\n" "The exported .desktop file may later be imported via :\n" "- Import assistant of the Caja-Actions Configuration Tool,\n" "- drag-n-drop into the Caja-Actions Configuration Tool,\n" "- or by copying it into a XDG_DATA_DIRS/file-manager/actions directory." msgstr "" #: src/io-desktop/cadp-reader.c:64 msgid "The Desktop I/O Provider is not able to handle the URI" msgstr "" #. Translators: 'type' is the nature of the item: Action or Menu #: src/io-desktop/cadp-reader.c:292 #, c-format msgid "unknown type: %s" msgstr "" #: src/cact/base-application.c:182 msgid "Arguments count" msgstr "" #: src/cact/base-application.c:183 msgid "The count of command-line arguments" msgstr "" #: src/cact/base-application.c:190 msgid "Arguments" msgstr "" #: src/cact/base-application.c:191 msgid "The array of command-line arguments" msgstr "" #: src/cact/base-application.c:198 msgid "Option entries" msgstr "" #: src/cact/base-application.c:199 msgid "The array of command-line option definitions" msgstr "" #: src/cact/base-application.c:205 msgid "Application name" msgstr "" #: src/cact/base-application.c:206 msgid "The name of the application" msgstr "" #: src/cact/base-application.c:213 src/cact/cact-schemes-list.c:167 msgid "Description" msgstr "" #: src/cact/base-application.c:214 msgid "A short description to be displayed in the first line of --help output" msgstr "" #: src/cact/base-application.c:221 msgid "Icon name" msgstr "" #: src/cact/base-application.c:222 msgid "The name of the icon of the application" msgstr "" #: src/cact/base-application.c:229 msgid "UniqueApp name" msgstr "" #: src/cact/base-application.c:230 msgid "The Unique name of the application" msgstr "" #: src/cact/base-application.c:237 msgid "Return code" msgstr "" #: src/cact/base-application.c:238 msgid "The return code of the application" msgstr "" #: src/cact/base-application.c:601 msgid "Unable to interpret command-line arguments" msgstr "" #: src/cact/base-assistant.c:151 msgid "Quit on Escape" msgstr "" #: src/cact/base-assistant.c:152 msgid "Should the assistant 'Quit' when the user hits Escape ?" msgstr "" #: src/cact/base-assistant.c:159 msgid "Warn on Escape" msgstr "" #: src/cact/base-assistant.c:160 msgid "" "Should the user be asked to confirm when exiting the assistant via Escape ?" msgstr "" #: src/cact/base-assistant.c:460 msgid "Are you sure you want to quit this assistant ?" msgstr "" #: src/cact/base-gtk-utils.c:392 msgid "_Cancel" msgstr "" #: src/cact/base-gtk-utils.c:394 msgid "_Open" msgstr "" #: src/cact/base-iunique.c:204 #, c-format msgid "" "Another instance of %s is already running.\n" "Please switch back to it." msgstr "" #: src/cact/base-iunique.c:207 msgid "The application is not unique" msgstr "" #: src/cact/base-window.c:204 msgid "XML UI filename" msgstr "" #: src/cact/base-window.c:205 msgid "The filename which contains the XML UI definition" msgstr "" #: src/cact/base-window.c:212 msgid "Has its own GtkBuilder" msgstr "" #: src/cact/base-window.c:213 msgid "" "Whether this BaseWindow reallocates a new GtkBuilder each time it is opened" msgstr "" #: src/cact/base-window.c:220 msgid "Toplevel name" msgstr "" #: src/cact/base-window.c:221 msgid "The internal GtkBuildable name of the toplevel window" msgstr "" #: src/cact/base-window.c:228 msgid "BaseApplication" msgstr "" #: src/cact/base-window.c:229 msgid "A pointer (not a reference) to the BaseApplication instance" msgstr "" #: src/cact/base-window.c:235 src/cact/cact-tree-model.c:225 msgid "Parent BaseWindow" msgstr "" #: src/cact/base-window.c:236 msgid "A pointer (not a reference) to the BaseWindow parent of this BaseWindow" msgstr "" #: src/cact/base-window.c:242 msgid "WSP name" msgstr "" #: src/cact/base-window.c:243 msgid "" "The string which handles the window size and position in user preferences" msgstr "" #: src/cact/base-window.c:250 msgid "Destroy the Gtk toplevel" msgstr "" #: src/cact/base-window.c:251 msgid "Whether the embedded Gtk Toplevel should be destroyed at dispose time" msgstr "" #: src/cact/base-window.c:735 #, c-format msgid "Unable to load %s UI XML definition: %s" msgstr "" #: src/cact/base-window.c:750 #, c-format msgid "Unable to load %s dialog definition." msgstr "" #: src/cact/egg-desktop-file.c:165 msgid "File is not a valid .desktop file" msgstr "" #: src/cact/egg-desktop-file.c:188 #, c-format msgid "Unrecognized desktop file Version '%s'" msgstr "" #: src/cact/egg-desktop-file.c:957 #, c-format msgid "Starting %s" msgstr "" #: src/cact/egg-desktop-file.c:1098 msgid "Application does not accept documents on command line" msgstr "" #: src/cact/egg-desktop-file.c:1166 #, c-format msgid "Unrecognized launch option: %d" msgstr "" #: src/cact/egg-desktop-file.c:1364 msgid "Can't pass document URIs to a 'Type=Link' desktop entry" msgstr "" #: src/cact/egg-desktop-file.c:1385 msgid "Not a launchable item" msgstr "" #: src/cact/egg-sm-client.c:235 msgid "Disable connection to session manager" msgstr "" #: src/cact/egg-sm-client.c:238 msgid "Specify file containing saved configuration" msgstr "" #: src/cact/egg-sm-client.c:238 msgid "FILE" msgstr "" #: src/cact/egg-sm-client.c:241 msgid "Specify session management ID" msgstr "" #: src/cact/egg-sm-client.c:241 msgid "ID" msgstr "" #: src/cact/egg-sm-client.c:263 msgid "Session management options:" msgstr "" #: src/cact/egg-sm-client.c:264 msgid "Show session management options" msgstr "" #: src/cact/cact-application.c:55 src/cact/cact.desktop.in:5 msgid "Caja-Actions Configuration Tool" msgstr "" #: src/cact/cact-application.c:56 msgid "A user interface to edit your own contextual actions" msgstr "" #: src/cact/cact-application.c:64 msgid "Set it to run multiple instances of the program [unique]" msgstr "" #: src/cact/cact-application.c:66 msgid "Output the version number, and exit gracefully [no]" msgstr "" #: src/cact/cact-add-capability-dialog.c:74 msgid "User is the owner of the item" msgstr "" #: src/cact/cact-add-capability-dialog.c:75 msgid "Item is readable by the user" msgstr "" #: src/cact/cact-add-capability-dialog.c:76 msgid "Item is writable by the user" msgstr "" #: src/cact/cact-add-capability-dialog.c:77 msgid "Item is executable by the user" msgstr "" #: src/cact/cact-add-capability-dialog.c:78 msgid "Item is local" msgstr "" #. Translators: add a comment when a capability is already used by current item #: src/cact/cact-add-capability-dialog.c:525 #, c-format msgid "%s (already inserted)" msgstr "" #: src/cact/cact-add-capability.ui:13 msgid "Adding a new capability" msgstr "" #: src/cact/cact-add-capability.ui:148 msgid "Managed capabilities" msgstr "" #: src/cact/cact-add-scheme.ui:13 msgid "Adding a new scheme" msgstr "" #: src/cact/cact-add-scheme.ui:180 msgid "Scheme" msgstr "" #: src/cact/cact-assistant-export.c:781 msgid "Export canceled due to user action." msgstr "" #. Translators: action as been successfully exported to #: src/cact/cact-assistant-export.c:846 msgid "Successfully exported as" msgstr "" #: src/cact/cact-assistant-export.c:875 msgid "You may not have write permissions on selected folder." msgstr "" #: src/cact/cact-assistant-export.ui:13 msgid "Exporting an action" msgstr "" #: src/cact/cact-assistant-export.ui:96 msgid "Which format should I choose to export it ?" msgstr "" #: src/cact/cact-assistant-export.ui:142 msgid "Re_member my choice in future export operations" msgstr "" #: src/cact/cact-assistant-export.ui:178 msgid "Exporting actions" msgstr "" #: src/cact/cact-assistant-export.ui:185 msgid "This assistant will guide you through the process of exporting actions." msgstr "" #: src/cact/cact-assistant-export.ui:219 msgid "Actions _list :" msgstr "" #: src/cact/cact-assistant-export.ui:267 msgid "" "Please select one or more actions to be exported.\n" "\n" "You may use Ctrl and Shift keys to extend the selection." msgstr "" #: src/cact/cact-assistant-export.ui:295 msgid "Selecting the exported actions" msgstr "" #: src/cact/cact-assistant-export.ui:327 msgid "Selecting the target folder" msgstr "" #: src/cact/cact-assistant-export.ui:353 msgid "Which format should I use when exporting these items ?" msgstr "" #: src/cact/cact-assistant-export.ui:393 msgid "Selecting the export format" msgstr "" #: src/cact/cact-assistant-export.ui:434 msgid "About to export selected items:" msgstr "" #: src/cact/cact-assistant-export.ui:478 msgid "Into the destination folder:" msgstr "" #: src/cact/cact-assistant-export.ui:575 src/cact/cact-assistant-import.ui:259 msgid "Summary" msgstr "" #: src/cact/cact-assistant-export.ui:610 msgid "Selected items have been proceeded:" msgstr "" #: src/cact/cact-assistant-export.ui:637 msgid "Export is done" msgstr "" #. Translators: indicate that the file has been successfully imported #: src/cact/cact-assistant-import.c:764 msgid "Import OK" msgstr "" #. Translators: this is the globally unique identifier and the label of the newly imported action #: src/cact/cact-assistant-import.c:768 #, c-format msgid "Id.: %s\t%s" msgstr "" #. Translators: indicate that the file was not imported #: src/cact/cact-assistant-import.c:778 msgid "Not imported" msgstr "" #: src/cact/cact-assistant-import.ui:12 msgid "Importing actions" msgstr "" #: src/cact/cact-assistant-import.ui:19 msgid "" "This assistant will guide you through the process of importing items, " "actions or menus." msgstr "" #: src/cact/cact-assistant-import.ui:55 msgid "Selecting files to import" msgstr "" #: src/cact/cact-assistant-import.ui:81 msgid "What should I do when importing an item whose ID already exists ?" msgstr "" #: src/cact/cact-assistant-import.ui:122 msgid "Managing duplicates" msgstr "" #: src/cact/cact-assistant-import.ui:163 msgid "About to import selected files:" msgstr "" #: src/cact/cact-assistant-import.ui:207 msgid "When importing an item whose ID already exists:" msgstr "" #: src/cact/cact-assistant-import.ui:294 msgid "Selected files have been proceeded:" msgstr "" #: src/cact/cact-assistant-import.ui:321 msgid "Import is done" msgstr "" #: src/cact/cact.desktop.in:6 msgid "Configure items to be added to the Caja context menus" msgstr "" #. Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! #: src/cact/cact.desktop.in:13 msgid "caja;actions;configuration;tool;settings;MATE;filebrowser;" msgstr "" #. Translators: The action &spraquo;"> ?&spraquo;"> ]>
&articleinfo; &caja; &prodname; Introduction &prodname; is a &caja; extension whose principal function is to allow the user to add arbitrary actions to the file manager context menus. These actions may be organized in menus and submenus, exported and shared with other desktop environments. The &appname; application is the user interface which lets you precisely configure how, where and when your actions should appear in &caja; context menus, and how they will be executed. &appname; provides the following features: Define and configure actions from scratch. Organize actions into menus, submenus and so on. Import and export actions and menus from and to outside world. &prodname; also comes with additional features such as: A &caja; plugin which exports in real time to D-Bus the currently selected files. A command-line program which is able to run any action. Associated with the D-Bus interface, this program lets the user run any action from a keyboard shortcut, applying this action to the item(s) currently selected in the file manager. A command-line program which is able to create a new action. All these features are more thoroughly described in the global &prodname; documentation. Getting Started &starting; Using &appname; &conditions; &where; &execution; &profiles; &menus; &sorting; &edit; &save; &export; &import; &preferences; Miscellaneous informations &misc-infos; Known Bugs and Limitations &bugs; About &appname; The first version of &prodname; was initially written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo Moya (rodrigo@gnome-db.org). It has been thoroughly improved by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich (mate@raveit.de). It is currently maintained by MATE developers. Artwork is due to courtesy of Ulisse Perusin (uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net). To report a bug or make a suggestion regarding &prodname;, the &appname; or this manual, follow the directions in the MATE Feedback Page, or you may prefer, at your convenience, directly open a bug or a request for enhancement in Bugzilla website. &gnu-fdl;
caja-actions-1.27.0/docs/help/C/legalnotice.xml000066400000000000000000000070351433352025300212140ustar00rootroot00000000000000 Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy of the GFDL at this link or in the file COPYING-DOCS distributed with this manual. This manual is part of a collection of MATE manuals distributed under the GFDL. If you want to distribute this manual separately from the collection, you can do so by adding a copy of the license to the manual, as described in section 6 of the license. Many of the names used by companies to distinguish their products and services are claimed as trademarks. Where those names appear in any MATE documentation, and the members of the MATE Documentation Project are made aware of those trademarks, then the names are in capital letters or initial capital letters. DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: DOCUMENT IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. caja-actions-1.27.0/docs/help/ChangeLog000066400000000000000000000000001433352025300175550ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/Makefile.am000066400000000000000000000335261433352025300200620ustar00rootroot00000000000000# Caja-Actions # A Caja extension which offers configurable context menu actions. # # Copyright (C) 2005 The GNOME Foundation # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS) # Copyright (C) 2009-2012 Pierre Wieser and others (see AUTHORS) # Copyright (C) 2012-2020 Wolfgang Ulbrich and others (see AUTHORS) # Copyright (C) 2021 MATE Developers # # Caja-Actions is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # Caja-Actions 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 Caja-Actions; see the file COPYING. If not, see # . # # Authors: # Frederic Ruaudel # Rodrigo Moya # Pierre Wieser # ... and many others (see AUTHORS) # # --enable-html-manuals (resp. --enable-pdf-manuals) are configure options # which produce HTML (resp. PDF) formats. These options are always enabled # when making distcheck, so that all output formats for all known locales # are always included in the distributed tarball. # # Do not use the $(NULL) syntax here as this may prevent Damned-Lies # to correctly generate POT files (cf. mail of Claude Paroz 2010-08-29 # http://mail.gnome.org/archives/mate-i18n/2010-August/msg00229.html). @YELP_HELP_RULES@ HELP_ID = caja-actions-config-tool HELP_FILES = \ appendix-gnu-fdl-1.3.xml \ articleinfo.xml \ cact-bugs.xml \ cact-conditions.xml \ cact-edit.xml \ cact-execution.xml \ cact-export.xml \ cact-import.xml \ cact-menus.xml \ cact-misc.xml \ cact-prefs.xml \ cact-profiles.xml \ cact-properties.xml \ cact-save.xml \ cact-sorting.xml \ cact-starting.xml \ cact-where.xml \ index.docbook \ legalnotice.xml HELP_MEDIA = $(patsubst $(srcdir)/C/%,%,$(shell \ls -1 $(srcdir)/C/figures/*.png)) IGNORE_HELP_LINGUAS = ko HELP_LINGUAS = $(if $(IGNORE_HELP_LINGUAS), \ $(filter-out $(IGNORE_HELP_LINGUAS),$(subst /,,$(dir $(wildcard */*.po)))), \ $(subst /,,$(dir $(wildcard */*.po))) ) # just an empty value to be able to add something for html and pdf manuals MAINTAINERCLEANFILES = pkgdocdir = $(datarootdir)/doc/@PACKAGE@ # set to '-v' to be verbose (much verbose!) opt_verbose = all-local: all-manuals all-html-manuals all-pdf-manuals all-manuals: all-html-manuals all-pdf-manuals install-data-local: install-manuals install-manuals: install-html-manuals install-pdf-manuals uninstall-local: uninstall-manuals uninstall-manuals: uninstall-html-manuals uninstall-pdf-manuals dist-hook: dist-manuals-hook dist-manuals-hook: dist-html-manuals-hook dist-pdf-manuals-hook # Build HTML manuals as $(builddir)//.html # # For generating generating HTML manual, we use # db2html (from docbook-utils package) # # The produced output is very close of what Yelp gives, with in particular # a summary in each chapter while db2html does not produce it. # # When building HTML and PDF formats from XML sources, note that the # .xml documents default to be read from for the C version, # and from for translated ones. MANUALS_HTML = $(MANUALS_XML:%.xml=%.html) MAINTAINERCLEANFILES += $(MANUALS_HTML) if ENABLE_HTML_MANUALS all-html-manuals: $(MANUALS_HTML) else all-html-manuals: endif # The rule here is: only rebuild html/ files if corresponding xml has changed # .xml themselves are distributed, so are not modified when building a # distribution. # # 'bis' (Build In Source) variable is set to 'yes' if builddir = srcdir. $(MANUALS_HTML): %.html: %.xml @ftarget=$@; \ if test "$(opt_verbose)" = ""; then echo " HTML $$ftarget"; fi; \ if test "$(abs_srcdir)" = "$(abs_builddir)"; then bis="yes"; else bis="no"; fi; \ lc=$${ftarget%/*}; \ if test "x$(WITH_DB2HTML)" = "xyes"; then $(call exec_db2html,$$ftarget,$$lc,$$bis); fi; \ if test "$(opt_verbose)" = ""; then echo " HTML $$ftarget done"; fi # execute db2html # 1. make target # 2. locale # 3. "yes" if build in source exec_db2html = \ cddir="$(2)"; \ output="."; \ fxml=$(HELP_ID).xml; \ if test "$(2)" = "C" -a "$(3)" = "no"; then \ cddir="."; \ output="C"; \ fxml=$(srcdir)/C/$$fxml; \ fi; \ cmd="(cd $$cddir && db2html --output $$output --nochunks $$fxml)"; \ if test "$(opt_verbose)" != ""; then echo "$$cmd"; fi; \ eval $$cmd >/dev/null; \ find . -type d -name '*.junk' | xargs rm -fr # install source .xml docs in builddir to be able to build C locale # 1. locale # 2. "yes" if build in source install_xml = \ if test "$(1)" = "C" -a "$(2)" = "no"; then $(MKDIR_P) C; cp $(srcdir)/C/*.xml C/; fi # remove .xml docs from builddir after having built C locale # 1. locale # 2. "yes" if build in source #remove_xml = \ # if test "$(1)" = "C" -a "$(2)" = "no"; then rm -f C/*.xml; fi # Install HTML manuals in //cact/ subdirectory; # where defaults to /html # # Note: we do honor here --htmldir autotools configuration option. # # Manuals may be installed from builddir, if they just have been built, # or from srcdir, if they were not built but come from distribution. install-html-manuals: @if test "x$(htmldir)" = "x$(docdir)"; then \ _instd="$(DESTDIR)$(pkgdocdir)/html"; \ else \ _instd="$(DESTDIR)$(htmldir)"; \ fi; \ echo " Installing in $$_instd ..."; \ for lc in C $(_HELP_REAL_LINGUAS); do \ _instdir="$$_instd/$$lc/cact"; \ if test -f "$(builddir)/$$lc/$(HELP_ID).html"; then \ d="$(builddir)"; \ elif test -f "$(srcdir)/$$lc/$(HELP_ID).html"; then \ d="$(srcdir)"; \ fi; \ if test -f "$$d/$$lc/$(HELP_ID).html"; then \ $(call install_html_doc,$$d,$$lc,$$_instdir); \ $(call install_html_images,$$d,$$lc,$$_instdir,"stylesheet-images"); \ $(call install_html_images,$$d,$$lc,$$_instdir,"admon"); \ $(call install_html_figs,$$d,$$lc,$$_instdir); \ fi; \ done # installing html document # 1: source dir # 2: locale # 3: target dir install_html_doc = \ if test "$(opt_verbose)" = ""; then echo " $(2)/cact/$(HELP_ID).html"; fi; \ $(MKDIR_P) $(3); \ cp -p $(opt_verbose) "$(1)/$(2)/$(HELP_ID).html" $(3)/ # installing html images # 1: source dir # 2: locale # 3: target dir # 4: stylesheet-images or admon install_html_images = \ if grep -lq $(4) "$(1)/$(2)/$(HELP_ID).html"; then \ if test -d "$(1)/$(2)/$(4)"; then \ if test "$(opt_verbose)" = ""; then echo " $(2)/cact/$(4)"; fi; \ cmd="cp -rp $(opt_verbose) \"$(1)/$(2)/$(4)\" $(3)/"; eval $$cmd; \ if test "$(opt_verbose)" != ""; then echo $$cmd; fi; \ fi; \ fi # installing user's manual figures # rebuilding list of figures here because I'm unable to pass it as a parameter # (it comes here as a single string in which I cannot walk through) # 1: source dir # 2: locale # 3: target dir install_html_figs = \ if test "$(opt_verbose)" = ""; then echo " $(2)/cact/figures"; fi; \ figdir="$(3)/figures"; \ if ! test -d "$$figdir"; then $(MKDIR_P) "$$figdir"; fi; \ for fig in $(patsubst C/%,%,$(_HELP_C_MEDIA)); do \ figsrc=$(srcdir)/$(2)/$$fig; \ if test -f $${figsrc} -a ! -h $${figsrc}; then \ cmd="$(INSTALL_DATA) $${figsrc} $${figdir}/"; \ else \ cmd="(cd $${figdir} && $(LN_S) -f ../../../C/cact/$$fig)"; \ fi; \ if test "$(opt_verbose)" != ""; then echo $$cmd; fi; \ eval $$cmd; \ done uninstall-html-manuals: @if test "x$(htmldir)" = "x$(docdir)"; then \ _instdir="$(DESTDIR)$(pkgdocdir)/html"; \ else \ _instdir="$(DESTDIR)$(htmldir)"; \ fi; \ if test -d $$_instdir; then \ chmod -R u+w $$_instdir; \ find $$_instdir -type d -name 'admon' | xargs rm -fr $(opt_verbose); \ find $$_instdir -type d -name 'figures' | xargs rm -fr $(opt_verbose); \ find $$_instdir -type d -name 'stylesheet-images' | xargs rm -fr $(opt_verbose); \ find $$_instdir -type f -name '*.html' | xargs rm -f $(opt_verbose); \ find $$_instdir -type d | sort -r | xargs rmdir $(opt_verbose); \ fi # locale figures (_HELP_LC_FILES) are distributed by mate-doc-utils # when they exist # - distribute admon/ or stylesheet-images/ icons # - distribute *.html manuals dist-html-manuals-hook: @for lc in C $(_HELP_REAL_LINGUAS); do \ if test -f "$(builddir)/$$lc/$(HELP_ID).html"; then d=$(builddir); \ elif test -f "$(srcdir)/$$lc/$(HELP_ID).html"; then d=$(srcdir); fi; \ if test -f "$$d/$$lc/$(HELP_ID).html"; then \ if test "$(opt_verbose)" = ""; then echo " Distributing $$lc/$(HELP_ID).html"; fi; \ cmd="cp $(opt_verbose) $$d/$$lc/$(HELP_ID).html $(distdir)/$$lc/"; eval $$cmd; \ $(call dist_html_images,$$d,$$lc,"stylesheet-images"); \ $(call dist_html_images,$$d,$$lc,"admon"); \ fi; \ done # distribute html images # 1. source dir # 2. locale # 3. image type (stylesheet-images or admon) dist_html_images = \ if grep -lq $(3) "$(1)/$(2)/$(HELP_ID).html"; then \ if test -d "$(1)/$(2)/$(3)"; then \ if test "$(opt_verbose)" = ""; then echo " Distributing $(2)/$(3)"; fi; \ cmd="cp -rp $(opt_verbose) \"$(1)/$(2)/$(3)\" $(distdir)/$(2)/"; eval $$cmd; \ fi; \ fi # Build pdf manuals as $(srcdir)//.pdf # # The rule here is: only rebuild .pdf files if corresponding xml has changed # .xml themselves are distributed, so are not modified when compiling from a # distribution # # We only use dblatex for now MANUALS_PDF = $(MANUALS_XML:%.xml=%.pdf) MAINTAINERCLEANFILES += $(MANUALS_PDF) if ENABLE_PDF_MANUALS all-pdf-manuals: $(MANUALS_PDF) else all-pdf-manuals: endif # _HELP_LC_FILES is the list of the translated (not C) HELP_ID.xml files # we so are sure that they exist and are up to date # (path is .po ->[msgfmt]-> .mo ->[xml2po]-> .xml) # # workaround against l10n bug #664768 # pdflatex cannot generate some localized pdf # # As of dblatex 0.3.3: # - always create the output pdf in the same directory that the # source xml # (but we need to cd $$lc to mkdir figures) # # 'bis' (Build In Source) variable is set to 'yes' if builddir = srcdir. $(MANUALS_PDF): %.pdf: %.xml @ftarget=$@; \ if test "$(opt_verbose)" = ""; then echo " PDF $$ftarget"; fi; \ if test "$(abs_srcdir)" = "$(abs_builddir)"; then bis="yes"; else bis="no"; fi; \ lc=$${ftarget%/*}; \ $(call install_xml,$$lc,$$bis); \ list='$(patsubst C/%,%,$(_HELP_C_MEDIA))'; \ (cd $$lc; \ $(MKDIR_P) figures; \ for fig in $$list; do \ if test -f "$(srcdir)/$$lc/$$fig"; then d=$$lc; else d="C"; fi; \ if ! test -f $$fig; then \ cmd="(cd figures && $(LN_S) -f $(srcdir)/$$d/$$fig)"; eval $$cmd; \ fi; \ done; \ cmd="dblatex $(HELP_ID).xml"; eval $$cmd >/dev/null; \ if ! test -f $(HELP_ID).pdf; then \ echo " PDF $$ftarget recovering from dblatex error..."; \ tmpdir=`dblatex -d $(HELP_ID).xml 2>&1 | grep 'not removed' | awk '{ print $$1 }'`; \ cp $$tmpdir/$(HELP_ID).pdf . || :; \ rm -fr $$tmpdir; \ fi; \ find figures -type l | xargs rm -f; \ rmdir figures 2>/dev/null || :; \ ); \ $(call remove_xml,$$lc,$$bis); \ if test "$(opt_verbose)" = ""; then echo " PDF $$ftarget done"; fi # if --pdfdir has not been specified, then we default to PKGDOCDIR/pdf # in all case, we append the locale as a subdirectory level # # as pdf are monobloc documents, we do not create a per-document subdir install-pdf-manuals: @if test "$(pdfdir)" = "$(docdir)"; then \ _instdir=$(DESTDIR)$(pkgdocdir)/pdf; \ else \ _instdir=$(DESTDIR)$(pdfdir); \ fi; \ echo " Installing in $$_instdir ... "; \ for lc in C $(_HELP_REAL_LINGUAS); do \ if test -f $(srcdir)/$$lc/$(HELP_ID).pdf; then d=$(srcdir); fi; \ if test -f $(builddir)/$$lc/$(HELP_ID).pdf; then d=$(builddir); fi; \ if test -f $$d/$$lc/$(HELP_ID).pdf; then \ if test "$(opt_verbose)" = ""; then echo " $$lc/$(HELP_ID).pdf"; fi; \ if ! test -d $$_instdir/$$lc; then cmd="$(MKDIR_P) $$_instdir/$$lc"; eval $$cmd; fi; \ cmd="$(INSTALL_DATA) \"$$d/$$lc/$(HELP_ID).pdf\" \"$$_instdir/$$lc/\""; eval $$cmd; \ if test "$(opt_verbose)" != ""; then echo $$cmd; fi; \ fi; \ done uninstall-pdf-manuals: @if test "$(pdfdir)" = "$(docdir)"; then \ _instdir=$(DESTDIR)$(pkgdocdir)/pdf; \ else \ _instdir=$(DESTDIR)$(pdfdir); \ fi; \ if test -d $$_instdir; then \ chmod -R u+w $$_instdir; \ find $$_instdir -name '*.pdf' | xargs rm -f $(opt_verbose); \ find $$_instdir -type d | sort -r | xargs rmdir $(opt_verbose); \ fi dist-pdf-manuals-hook: @for lc in C $(HELP_LINGUAS); do \ if test -f $(builddir)/$$lc/$(HELP_ID).pdf; then d=$(builddir); \ elif test -f $(srcdir)/$$lc/$(HELP_ID).pdf; then d=$(srcdir); fi; \ if test -f "$$d/$$lc/$(HELP_ID).pdf"; then \ if test "$(opt_verbose)" = ""; then echo " Distributing $$lc/$(HELP_ID).pdf"; fi; \ cmd="cp $$d/$$lc/$(HELP_ID).pdf $(distdir)/$$lc/"; eval $$cmd; \ if test "$(opt_verbose)" != ""; then echo $$cmd; fi; \ fi; \ done # According to GNU Make manual (§ 13 What Gets Cleaned): # # - mostlyclean deletes files we typically want to rebuild # - clean deletes other files built with make # - distclean deletes files built by configure (none here) ## ## None of these target should delete any distributed file ## # - maintainer-clean should delete other files clean-local: rm -f *~ rm -f *.stamp distclean-local: distclean-html distclean-pdf distclean-html: distclean-pdf: maintainer-clean-local: maintainer-clean-html maintainer-clean-pdf maintainer-clean-html: find $(srcdir) -type d -name 'admon' | xargs rm -fr find $(builddir) -type l -name 'admon' | xargs rm -f find $(srcdir) -type d -name 'stylesheet-images' | xargs rm -fr find $(builddir) -type d -name 'stylesheet-images' | xargs rm -fr maintainer-clean-pdf: .PHONY: \ all-manuals install-manuals uninstall-manuals dist-manuals-hook \ all-html-manuals install-html-manuals uninstall-html-manuals dist-html-manuals-hook \ all-pdf-manuals install-pdf-manuals uninstall-pdf-manuals dist-pdf-manuals-hook caja-actions-1.27.0/docs/help/af/000077500000000000000000000000001433352025300164035ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/af/af.po000066400000000000000000004440141433352025300173400ustar00rootroot00000000000000# # Translators: # nato323 , 2021 # Martin Wimpress , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Afrikaans (https://www.transifex.com/mate/teams/13566/af/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: af\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Werks area" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Gidse" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Blaai" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Algemeen" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Redigeer" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Voorkeure" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Opdrag" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normaal" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Ingebed" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Beskrywing" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Stoor" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Stelsel" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Verskyning en gedrag" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Opdraglyn" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "°C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Skrap" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Bekyk" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Toolbars" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Eienskappe" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Ikoon" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Pad" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "PAD" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Aksie" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Aantekeninge" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Inleiding" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "skakel" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/am/000077500000000000000000000000001433352025300164125ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/am/am.po000066400000000000000000004444151433352025300173630ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # samson , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Amharic (https://www.transifex.com/mate/teams/13566/am/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: am\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "ካጃ" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "ማስገቢያ " #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "መስኮቶች" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "áŽáˆá‹°áˆ®á‰½" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "መቃኛ…" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "የተለመደ" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "ማረሚያ" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "áˆáˆ­áŒ«á‹Žá‰½" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "እሺ" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "እá‹áŠá‰µ " #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "ትእዛá‹" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "መደበኛ" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "ተርሚናáˆ" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Embedded" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "መáŒáˆˆáŒ«" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "á‹á‹­áˆ" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "ማስቀመጫ" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "ስርአት" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "ይመáˆáŠ¨á‰± እና ይዳብሱ" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "የ ትእዛዠመስመር" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "ሴ " #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "ማጥáŠá‹«" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "መመáˆáŠ¨á‰»" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "ቱáˆá‰£áˆ®á‰½" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "ባህሪዎች" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "áˆáˆáŠ­á‰µ " #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "መንገድ" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "መንገድ" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "ተáŒá‰£áˆ­" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "ማስታወሻዎች" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "መáŒá‰¢á‹«" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "አገናáŠ" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/ar/000077500000000000000000000000001433352025300164175ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/ar/ar.po000066400000000000000000004450731433352025300173760ustar00rootroot00000000000000# # Translators: # Mubarak Qahtani , 2021 # alibacha19 , 2021 # Martin Wimpress , 2021 # مهدي السطيÙÙŠ , 2021 # Stefano Karapetsas , 2021 # Mosaab Alzoubi , 2021 # Ahmad Dakhlallah , 2021 # Ahmd go , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Ahmd go , 2021\n" "Language-Team: Arabic (https://www.transifex.com/mate/teams/13566/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "كاجا" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "مشروع دليل GNOME" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "مشروع دليل MATE" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "إدراج" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "ØŸ" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Ø§Ù„Ù†ÙˆØ§ÙØ°" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "مجلّدات" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "تصÙّح" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "\\" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "مشترك" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "تحرير" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "ØªÙØ¶ÙŠÙ„ات" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "صحيح" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "الأمر" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "عادية" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "الطرÙية" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Ù…ÙØ¯Ù…ج" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "الوصÙ" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "ملÙ" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Ø§Ø­ÙØ¸" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "النّظام" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "الشكل Ùˆ المظهر" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "سطر الأوامر" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "س" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "Ùولط" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "حذÙ" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "F5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "عرض" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "أشرطة الأدوات" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "الخصائص" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "أيقونة" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "المسار" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "المسار" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "الإجراء" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "ملاحظات" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "مقدمة" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "وصلة" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/as/000077500000000000000000000000001433352025300164205ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/as/as.po000066400000000000000000004445071433352025300174010ustar00rootroot00000000000000# # Translators: # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Assamese (https://www.transifex.com/mate/teams/13566/as/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: as\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "সংযোগকà§à¦·à§‡à¦¤à§à§°" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "ফোলà§à¦¡à¦¾à§°" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "চৰক" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Common" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "সমà§à¦ªà¦¾à¦¦à¦¨à¦¾" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "পছনà§à¦¦à¦¸à¦®à§‚হ" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "সà¦à¦šà¦¾" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "কমানà§à¦¡" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "সà§à¦¬à¦¾à¦­à¦¾à¦¬à¦¿à¦•" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "টাৰà§à¦®à¦¿à¦¨à§‡à¦²" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "à¦à¦®à¦¬à§‡à¦¡ কৰা" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "বিৱৰণ" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "নথিপতà§à§°" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "সংৰকà§à¦·à¦£" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "বà§à¦¯à§±à¦¸à§à¦¥à¦¾à¦ªà§à§°à¦£à¦¾à¦²à§€" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "চেহেৰা ছবি" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "কমানà§à¦¡-লাইন" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "আà¦à¦¤à§°à¦¾à¦“à¦à¦•" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "পà§à§°à¦¦à§°à§à¦¶à¦¨" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "টà§à¦²à¦¬à¦¾à§°" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "বৈশিষà§à¦Ÿà§à¦¯à¦¾à¦¬à¦²à§€" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "আইকন" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "পথ" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "PATH" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "কাম" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "নোট" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "ভূমিকা" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "লিঙà§à¦•" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/ast/000077500000000000000000000000001433352025300166045ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/ast/ast.po000066400000000000000000004442331433352025300177450ustar00rootroot00000000000000# # Translators: # Iñigo Varela , 2021 # Xuacu Saturio , 2021 # Martin Wimpress , 2021 # Ḷḷumex03, 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Asturian (https://www.transifex.com/mate/teams/13566/ast/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ast\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Inxertar" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Ventanes" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Carpetes" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Restolar" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Común" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Editar" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Preferencies" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "verdaderu" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Comandu" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normal" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Incrustáu" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Descripción" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Ficheru" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Guardar" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistema" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Aspeutu" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Llinia de comandu" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Desaniciar" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Ver" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Barres de ferramientes" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Propiedaes" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Iconu" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Ruta" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "CAMÃN" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Aición" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Notes" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Introducción" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "enllaz" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/az/000077500000000000000000000000001433352025300164275ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/az/az.po000066400000000000000000004440321433352025300174100ustar00rootroot00000000000000# # Translators: # She110ck Finch , 2021 # Martin Wimpress , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Azerbaijani (https://www.transifex.com/mate/teams/13566/az/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: az\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "ÆlavÉ™ et" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "PÉ™ncÉ™rÉ™lÉ™r" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "GÉ™z" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Ümumi" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "DüzÉ™lt" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "QurÄŸular" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Æmr" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "İzahat" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Fayl" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Qeyd Et" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistem" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Æmr SÉ™tiri" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Sil" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "GöstÉ™r" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "LÉ™vazimat çubuqları" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "XassÉ™lÉ™r" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Timsal" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Cığır" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "GediÅŸat" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "QeydlÉ™r" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "körpü" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/be/000077500000000000000000000000001433352025300164035ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/be/be.po000066400000000000000000004446501433352025300173460ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # Mihail Varantsou , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Belarusian (https://www.transifex.com/mate/teams/13566/be/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: be\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "УÑтавіць" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Вокны" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Каталогі" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "ÐглÑд" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "ЗмÑніць" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "ÐаÑтáўленні" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "Ñ–Ñціна" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Загад" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Звычайны" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "ТÑрмінал" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Убудаваны" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "ÐпіÑанне" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Файл" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Захаваць" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "СіÑÑ‚Ñма" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "ВыглÑд Ñ– паводзіны" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Загадны радок" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "Ð’" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Выдаліць" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "ВыглÑд" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "ПанÑлі начыннÑ" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "УлаÑціваÑці" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Значок" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "ШлÑÑ…" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "ШЛЯХ" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "ДзеÑнне" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Заўвагі" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Уводзіны" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "ÑпаÑылка" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/bg/000077500000000000000000000000001433352025300164055ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/bg/bg.po000066400000000000000000004452451433352025300173530ustar00rootroot00000000000000# # Translators: # Georgi Georgiev (Жоро) , 2021 # Замфир Йончев , 2021 # Kiril Kirilov , 2021 # Martin Wimpress , 2021 # Любомир ВаÑилев, 2021 # БориÑлав Георгиев , 2021 # Stefano Karapetsas , 2021 # Wolfgang Ulbrich , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Wolfgang Ulbrich , 2021\n" "Language-Team: Bulgarian (https://www.transifex.com/mate/teams/13566/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Файлов мениджър (Caja)" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "Проектът за Ð´Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚Ð°Ñ†Ð¸Ñ Ð½Ð° MATE" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Вмъкване" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Прозорци" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Папки" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Разглеждане" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "ЧеÑто Ñрещани" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Редактиране" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "ÐаÑтройки" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "Добре" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "иÑтина" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Команда" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Ðормален" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Терминал" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Вградени" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "ОпиÑание" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Файл" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Запазване" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "СиÑтема" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Външен вид" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Команден ред" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "Ц" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Изтриване" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Изглед" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Ленти Ñ Ð¸Ð½Ñтрументи" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "СвойÑтва" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Иконка" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Път" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "ПЪТ" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "ДейÑтвие" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Бележки" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Въведение" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "връзка" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/bn/000077500000000000000000000000001433352025300164145ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/bn/bn.po000066400000000000000000004446711433352025300173730ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Bengali (https://www.transifex.com/mate/teams/13566/bn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: bn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "উইনà§à¦¡à§‹à¦¸à¦®à§‚হ" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "ফোলà§à¦¡à¦¾à¦°" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "বà§à¦°à¦¾à¦‰à¦œ করà§à¦¨" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "সাধারণ" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "সমà§à¦ªà¦¾à¦¦à¦¨à¦¾" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "পছনà§à¦¦à¦¤à¦¾à¦²à¦¿à¦•া" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "true" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "কনà§à¦Ÿà§à¦°à§‹à¦²" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "শিফà§à¦Ÿ" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "কমানà§à¦¡" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "সà§à¦¬à¦¾à¦­à¦¾à¦¬à¦¿à¦•" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "টারà§à¦®à¦¿à¦¨à¦¾à¦²" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "সনà§à¦¨à¦¿à¦¬à§‡à¦¶à¦¿à¦¤" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "বিবরণ" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "ফাইল" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "সংরকà§à¦·à¦£ করà§à¦¨" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "সিসà§à¦Ÿà§‡à¦®" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "দেখà§à¦¨ ও উপভোগ করà§à¦¨" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "কমানà§à¦¡-লাইন" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "মà§à¦›à§‡ ফেলা হবে" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "পà§à¦°à¦¦à¦°à§à¦¶à¦¨" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "টà§à¦²à¦¬à¦¾à¦°à¦¸à¦®à§‚হ" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "বৈশিষà§à¦Ÿà§à¦¯" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "আইকন" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "পাথ" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "PATH" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "কাজ" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "নোট" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "ভূমিকা" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "লিংক" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/bn_IN/000077500000000000000000000000001433352025300170025ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/bn_IN/bn_IN.po000066400000000000000000004446301433352025300203420ustar00rootroot00000000000000# # Translators: # umesh agarwal , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Bengali (India) (https://www.transifex.com/mate/teams/13566/bn_IN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: bn_IN\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "উইনà§à¦¡à§‹" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "ফোলà§à¦¡à¦¾à¦°" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "বà§à¦°à¦¾à¦‰à¦œ করà§à¦¨" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Common" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "সমà§à¦ªà¦¾à¦¦à¦¨à¦¾" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "पà¥à¤°à¤¾à¤¥à¤®à¤¿à¤•ताà¤à¤‚" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "true" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "কমানà§à¦¡" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "সà§à¦¬à¦¾à¦­à¦¾à¦¬à¦¿à¦•" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "টারà§à¦®à¦¿à¦¨à§à¦¯à¦¾à¦²" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "à¦à¦®à¦¬à§‡à¦¡ করা" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "বিবরণ" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "ফাইল" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "সংরকà§à¦·à¦£" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "সিসà§à¦Ÿà§‡à¦®" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "চেহারা ছবি" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "কমানà§à¦¡-লাইন" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "সেনà§à¦Ÿà¦¿à¦—à§à¦°à§‡à¦¡" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "মà§à¦›à§‡ ফেলà§à¦¨" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "পà§à¦°à¦¦à¦°à§à¦¶à¦¨" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "টà§à¦²-বার" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "বিবিধ বৈশিষà§à¦Ÿà§à¦¯" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "আইকন" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "পাথ" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "PATH" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "কাজ" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "নোট" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "ভূমিকা" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "লিংক" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/br/000077500000000000000000000000001433352025300164205ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/br/br.po000066400000000000000000004445261433352025300174020ustar00rootroot00000000000000# # Translators: # Gwenn M , 2021 # Alan Monfort , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Breton (https://www.transifex.com/mate/teams/13566/br/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: br\n" "Plural-Forms: nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Windows" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Teuliadoù" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Merdeiñ" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Boutin" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Embann" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Gwellvezioù" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "gwir" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Arc'had" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Reizh" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Termenell" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Enkorfet" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Deskrivadur" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Restr" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Enrollañ" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Reizhiad" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Neuz ha Feson" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Linenn arc'had" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "°C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Dilemel" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Gwelout" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Barrenn ostilhoù" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Perzhioù" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Arlun" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Treug" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "TREUG" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Gwered" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Notennoù" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "ere" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/bs/000077500000000000000000000000001433352025300164215ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/bs/bs.po000066400000000000000000004441261433352025300174000ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # Sky Lion , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Bosnian (https://www.transifex.com/mate/teams/13566/bs/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: bs\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Unesi" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Windows" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Potraži" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "UobiÄŤajno" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Uredi" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Postavke" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Naredba" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Opis" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Datoteka" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Snimi" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistem" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Izgled i osjećaj" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Komandna linija" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "ObriÅ¡i" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Pogled" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Alatne trake" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Postavke" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Ikona" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Putanja" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Akcija" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "BiljeÅ¡ke" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "link" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/ca/000077500000000000000000000000001433352025300164005ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/ca/ca.po000066400000000000000000004512531433352025300173350ustar00rootroot00000000000000# # Translators: # Francesc Famadas, 2021 # Martin Wimpress , 2021 # Pere Orga , 2021 # Stefano Karapetsas , 2021 # Robert Antoni Buj i Gelonch , 2022 # Santiago Mauleon, 2022 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2021-06-18 17:22+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Santiago Mauleon, 2022\n" "Language-Team: Catalan (https://www.transifex.com/mate/teams/13566/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "2011" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "Projecte de documentació de GNOME" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "Projecte de documentació de MATE" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "Pierre" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Insereix" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Finestres" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "Supr" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Carpetes" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Navega" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Comú" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Edita" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Preferències" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "D'acord" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "cert" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Maj" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Ordre" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normal" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Incrustat" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "Paràmetre" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Descripció" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Fitxer" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Desa" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistema" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Aspecte i comportament" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Línia d'ordres" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "Retorn" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Suprimeix" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "F5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Visualització" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Barres d'eines" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Propietats" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Icona" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Camí" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "CAMÃ" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Acció" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Notes" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Introducció" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "Primers passos" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "enllaç" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Aquest manual forma part d'una col·lecció de manuals de MATE que estan " "distribuïts sota la GFDL. Si voleu distribuir aquest manual per separat de " "la col·lecció, podeu fer-ho afegint una còpia de la llicència al manual, tal" " com es descriu a la secció 6 de la llicència." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "Molts dels noms utilitzats per les empreses per distingir els seus productes" " i serveis es consideren marques comercials. Quan aquests noms apareixen en " "qualsevol documentació de MATE, i els membres del projecte de documentació " "de MATE en són conscients, els noms tenen lletres majúscules o bé comencen " "en majúscules." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "EL DOCUMENT S'OFEREIX «TAL COM ÉS», SENSE CAP TIPUS DE GARANTIA, NI " "EXPLÃCITA NI IMPLÃCITA; AIXÃ’ INCLOU, SENSE LIMITAR-S'HI, LES GARANTIES QUE " "EL DOCUMENT O LA VERSIÓ MODIFICADA DEL DOCUMENT NO TINGUI DEFECTES, SIGUI " "COMERCIALITZABLE, SIGUI ADEQUAT PER A UN ÚS CONCRET O NO INFRINGEIXI CAP " "LLEI. TOT EL RISC PEL QUE FA A LA QUALITAT, EXACTITUD I RENDIMENT DEL " "DOCUMENT O LA VERSIÓ MODIFICADA DEL DOCUMENT ÉS VOSTRE. EN CAS QUE EL " "DOCUMENT RESULTÉS DEFECTUÓS EN QUALSEVOL ASPECTE, VÓS (NO PAS L'ESCRIPTOR " "INICIAL, L'AUTOR O CAP ALTRE COL·LABORADOR) ASSUMIU TOT EL COST DE " "MANTENIMENT, REPARACIÓ O CORRECCIÓ. AQUESTA RENÚNCIA DE GARANTIA CONSTITUEIX" " UNA PART ESSENCIAL D'AQUESTA LLICÈNCIA. NO S'AUTORITZA L'ÚS DE CAP DOCUMENT" " O VERSIÓ MODIFICADA DEL DOCUMENT EXCEPTE SOTA AQUESTA RENÚNCIA DE GARANTIA;" " I" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "EN CAP CAS I SOTA CAP INTERPRETACIÓ LEGAL, JA SIGUI PER AGREUJAMENT " "(INCLOENT-HI LA NEGLIGÈNCIA), CONTRACTE O ALTRE CAS, L'AUTOR, L'ESCRIPTOR " "ORIGINAL, QUALSEVOL DELS COL·LABORADORS O DISTRIBUÃDORS DEL DOCUMENT O UNA " "VERSIÓ MODIFICADA DEL DOCUMENT NI CAP PROVEÃDOR D'AQUESTES PARTS NO SERAN " "RESPONSABLES DAVANT DE NINGÚ PER CAP DANY DIRECTE, INDIRECTE, ESPECIAL, " "ACCIDENTAL O CONSECUTIU DE QUALSEVOL TIPUS; AIXÃ’ INCLOU, SENSE LIMITAR-S'HI," " ELS DANYS PER PÈRDUA DE CLIENTS, INTERRUPCIONS DE LA FEINA, FALLADA O " "MALFUNCIONAMENT DE L'ORDINADOR, O QUALSEVOL ALTRA PÈRDUA O DANY RELACIONAT " "AMB L'ÚS DEL DOCUMENT I LES VERSIONS MODIFICADES DEL DOCUMENT, FINS I TOT SI" " S'HA INFORMAT AQUESTA PART DE LA POSSIBILITAT D'AQUESTS DANYS." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "EL DOCUMENT I LES VERSIONS MODIFICADES DEL DOCUMENT S'OFEREIXEN SOTA ELS " "TERMES DE LA LLICÈNCIA DE DOCUMENTACIÓ LLIURE DE GNU, TENINT EN COMPTE QUE: " "<_:orderedlist-1/>" caja-actions-1.27.0/docs/help/ca@valencia/000077500000000000000000000000001433352025300202035ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/ca@valencia/ca@valencia.po000066400000000000000000004511751433352025300227460ustar00rootroot00000000000000# # Translators: # Empar Montoro , 2021 # Jose Alfredo Murcia Andrés , 2021 # Stefano Karapetsas , 2021 # Pilar Embid , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Pilar Embid , 2021\n" "Language-Team: Catalan (Valencian) (https://www.transifex.com/mate/teams/13566/ca@valencia/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ca@valencia\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "Projecte de documentació de GNOME" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "Projecte de documentació del MATE" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Insereix" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Finestres" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Carpetes" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Navega" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Comú" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Edita" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Preferències" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "D'acord" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "cert" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Maj" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Ordre" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normal" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Incrustat" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Descripció" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Fitxer" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Guarda" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistema" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Aspecte i comportament" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Línia d'ordes" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Suprimeix" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Visualitza" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Barres d'eines" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Propietats" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Icona" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Camí" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "CAMÃ" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Acció" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Notes" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Introducció" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "Com començar" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "enllaç" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Aquest manual forma part d'una col·lecció de manuals del MATE que estan " "distribuïts sota la GFDL. Si voleu distribuir aquest manual per separat de " "la col·lecció, podeu fer-ho afegint una còpia de la llicència al manual, tal" " com es descriu a la secció 6 de la llicència." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "Molts dels noms utilitzats per les empreses per a distingir els seus " "productes i serveis es consideren marques comercials. Quan aquests noms " "apareixen en qualsevol documentació del MATE, i els membres del projecte de " "documentació del MATE en són conscients, els noms tenen lletres majúscules o" " bé comencen amb majúscula." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "EL DOCUMENT S'OFEREIX «TAL COM ÉS», SENSE CAP TIPUS DE GARANTIA, NI " "EXPLÃCITA NI IMPLÃCITA; AIXÃ’ INCLOU, SENSE LIMITACIÓ, LES GARANTIES QUE EL " "DOCUMENT O LA VERSIÓ MODIFICADA DEL DOCUMENT NO TINGA DEFECTES, SIGA " "COMERCIALITZABLE, SIGA ADEQUAT PER A UN ÚS CONCRET O NO INFRINGISCA CAP " "LLEI. TOT EL RISC PEL QUE FA A LA QUALITAT, EXACTITUD I RENDIMENT DEL " "DOCUMENT O LA VERSIÓ MODIFICADA DEL DOCUMENT ÉS VOSTRE. EN CAS QUE EL " "DOCUMENT RESULTARA DEFECTUÓS EN QUALSEVOL ASPECTE, VÓS (NO L'ESCRIPTOR " "INICIAL, L'AUTOR O CAP ALTRE COL·LABORADOR) ASSUMIU TOT EL COST DE " "MANTENIMENT, REPARACIÓ O CORRECCIÓ. AQUESTA RENÚNCIA DE GARANTIA CONSTITUEIX" " UNA PART ESSENCIAL D'AQUESTA LLICÈNCIA. NO S'AUTORITZA L'ÚS DE CAP DOCUMENT" " O VERSIÓ MODIFICADA DEL DOCUMENT EXCEPTE SOTA AQUESTA RENÚNCIA DE GARANTIA;" " I" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "EN CAP CAS I SOTA CAP INTERPRETACIÓ LEGAL, JA SIGA PER AGREUJAMENT " "(INCLOENT-HI LA NEGLIGÈNCIA), CONTRACTE O ALTRE CAS, L'AUTOR, L'ESCRIPTOR " "ORIGINAL, QUALSEVOL DELS COL·LABORADORS O DISTRIBUÃDORS DEL DOCUMENT O UNA " "VERSIÓ MODIFICADA DEL DOCUMENT NI CAP PROVEÃDOR D'AQUESTES PARTS NO SERAN " "RESPONSABLES DAVANT DE NINGÚ PER CAP DANY DIRECTE, INDIRECTE, ESPECIAL, " "ACCIDENTAL O CONSECUTIU DE QUALSEVOL TIPUS; AIXÃ’ INCLOU, SENSE LIMITACIÓ, " "ELS DANYS PER PÈRDUA DE CLIENTS, INTERRUPCIONS DE LA FAENA, FALLADA O MAL " "FUNCIONAMENT DE L'ORDINADOR, O QUALSEVOL ALTRA PÈRDUA O DANY RELACIONAT AMB " "L'ÚS DEL DOCUMENT I LES VERSIONS MODIFICADES DEL DOCUMENT, FINS I TOT SI " "S'HA INFORMAT AQUESTA PART DE LA POSSIBILITAT D'AQUESTS DANYS." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "EL DOCUMENT I LES VERSIONS MODIFICADES DEL DOCUMENT S'OFEREIXEN SOTA ELS " "TERMES DE LA LLICÈNCIA DE DOCUMENTACIÓ LLIURE DE GNU, TENINT EN COMPTE QUE: " "<_:orderedlist-1/>" caja-actions-1.27.0/docs/help/cmn/000077500000000000000000000000001433352025300165725ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/cmn/cmn.po000066400000000000000000004437261433352025300177270ustar00rootroot00000000000000# # Translators: # 趙惟倫 , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: 趙惟倫 , 2021\n" "Language-Team: Chinese (Mandarin) (https://www.transifex.com/mate/teams/13566/cmn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: cmn\n" "Plural-Forms: nplurals=1; plural=0;\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "æ’å…¥" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "×" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Windows" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "資料夾" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "ç€è¦½" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "å…±åŒå­—å…ƒ" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "編輯" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "å好設定" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "ï¼" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "true" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "指令" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "一般" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "終端機" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "內嵌的" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "æè¿°" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "檔案" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "儲存" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "系統" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "外觀與感覺" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "命令列" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "刪除" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "檢視" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "工具列" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "屬性" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "圖示" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "路徑" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "路徑" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "動作" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "備註" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "導覽" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "éˆçµ" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/crh/000077500000000000000000000000001433352025300165715ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/crh/crh.po000066400000000000000000004436771433352025300177320ustar00rootroot00000000000000# # Translators: # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Crimean Turkish (https://www.transifex.com/mate/teams/13566/crh/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: crh\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Pencereler" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Kezin" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Tarir Et" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Tercihler" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "doÄŸru" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Komut" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normal" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Betimleme" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Saqla" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistem" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "KörüniÅŸ ve SeziliÅŸ" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Komut satırı" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Sil" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Körünim" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Hasiyetler" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "İşaretçik" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Yolçıq" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "YOLÇIQ" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Eylem" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Notlar" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "iliÅŸim" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/cs/000077500000000000000000000000001433352025300164225ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/cs/cs.po000066400000000000000000004512441433352025300174010ustar00rootroot00000000000000# # Translators: # OndÅ™ej Kolín , 2021 # clefebvre , 2021 # Radek kohout , 2021 # LiberteCzech , 2021 # Martin Wimpress , 2021 # 1e6459e9b1241af8afa03d508d281c17_dbe0d8b, 2021 # Michal , 2021 # Stefano Karapetsas , 2021 # Wolfgang Ulbrich , 2021 # Roman Horník , 2021 # ToMáš Marný, 2021 # Lukáš Lommer , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Lukáš Lommer , 2021\n" "Language-Team: Czech (https://www.transifex.com/mate/teams/13566/cs/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: cs\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "GNU Free Documentation License" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "Verze 1.3, 3. Prosince 2008" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "Free Software Foundation, Inc." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "KonfiguraÄní nástroj pro Akce-Caja" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "Akce-Caja" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "DokumentaÄní projekt GNOME" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "DokumentaÄní projekt MATE" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "Režim provádÄ›ní" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "DoporuÄená klávesová zkratka" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Vlož" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "Musí se shodovat s jednou z" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "Nesmí se schodovat se žádnou z" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Okna" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "Del" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Složky" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Procházet" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Běžné" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Úpravy" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "PÅ™edvolby" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "Budiž" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "Použitelnost" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "PÅ™idávání nové schopnosti" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "Musí se shodovat se vÅ¡emi z" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "<" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "(rovno)" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr ">" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "(právÄ› vÄ›tší než)" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "pravda" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Příkaz" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "Pracovní složka" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normální" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminál" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Vložené" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "Oznámení spuÅ¡tÄ›ní" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "ProvádÄ›t jako uživatel" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Popis" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "Import akcí" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Soubor" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "Nová nabídka Caja" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "Nový profil" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Uložit" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Systém" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Vzhled a chování" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Příkazový řádek" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "Enter" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Smazat" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "F5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Zobrazit" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Nástrojové liÅ¡ty" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Vlastnosti" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Ikona" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Cesta" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "CESTA" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Akce" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Poznámky" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Úvod" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "ZaÄínáme" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "odkaz" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Tato příruÄka je souÄástí sbírky příruÄek MATE šířených za podmínek licence " "GNU FDL. Pokud chcete tento dokument šířit oddÄ›lenÄ› od sbírky, musíte " "pÅ™iložit kopii licence dle popisu v oddíle 6 dané licence." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "Mnoho užívaných jmen urÄených k zviditelnÄ›ní produktů nebo služeb jsou " "ochranné známky. Na místech, kde jsou tato jména v dokumentaci užita a " "Älenové DokumentaÄního projektu MATE jsou si vÄ›domi skuteÄnosti, že se jedná" " o ochrannou známku, je takové jméno psáno velkými písmeny celé nebo s " "velkým písmenem na zaÄátku." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "DOKUMENT JE POSKYTOVÃN V PODOBÄš \"JAK JE\", BEZ ZÃRUKY JAKÉHOKOLIV DRUHU, " "NEPOSKYTUJà SE ANI ODVOZENÉ ZÃRUKY, ZÃRUKY, ŽE DOKUMENT, NEBO JEHO UPRAVENà " "VERZE, JE BEZCHYBNÃ, NEBO ZÃRUKY PRODEJNOSTI, VHODNOSTI PRO URÄŒITà ÚČEL, " "NEBO NEPORUÅ ENOSTI. RIZIKO NEKVALITY, NEPŘESNOSTI A Å PATNÉHO PROVEDENà " "DOKUMENTU, NEBO JEHO UPRAVENÉ VERZE, NESETE VY. POKUD JE TENTO DOKUMENT NEBO" " JEHO UPRAVENà VERZE VADNà V JAKÉMKOLIV SMYSLU, VY (NIKOLIV PÅ®VODCE, AUTOR " "NEBO JAKÃKOLIV PŘISPÄšVATEL) PŘEBÃRÃTE ODPOVÄšDNOST ZA JAKÉKOLIV NÃKLADY NA " "NUTNÉ ÚPRAVY, OPRAVY ÄŒI SLUŽBY. TOTO PROHLÃÅ ENà O ZÃRUCE PŘEDSTAVUJE " "ZÃKLADNà SOUÄŒÃST TÉTO LICENCE. BEZ TOHOTO PROHLÃÅ ENà NENà PODLE TÉTO DOHODY " "POVOLENO UŽÃVÃNà ANI ÚPRAVY TOHOTO DOKUMENTU; DÃLE" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "DOKUMENT A JEHO UPRAVENÉ VERZE JSOU Å ÃŘENY V SOULADU SE ZNÄšNÃM LICENCE GNU " "FREE DOCUMENTATION LICENSE S NÃSLEDUJÃCÃM USTANOVENÃM: <_:orderedlist-1/>" caja-actions-1.27.0/docs/help/cy/000077500000000000000000000000001433352025300164305ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/cy/cy.po000066400000000000000000004437701433352025300174220ustar00rootroot00000000000000# # Translators: # Stefano Karapetsas , 2021 # ciaran, 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: ciaran, 2021\n" "Language-Team: Welsh (https://www.transifex.com/mate/teams/13566/cy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: cy\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Mewnosod" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Windows" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Plygellau" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Pori" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Cyffredin" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Golygu" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Hoffterau" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Gorchymyn" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Arferol" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terfynell" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Wedi mgorffori" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Disgrifiad" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Ffeil" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Cadw" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "System" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Golwg a naws" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Llinell orchymyn" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Dileu" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Golwg" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Barrau offer" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Priodweddau" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Eicon" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Llwybr" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "LLWYBR" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Gweithred" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Nodiadau" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "dolen" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/da/000077500000000000000000000000001433352025300164015ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/da/da.po000066400000000000000000004607571433352025300173500ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # Aputsiak Niels Janussen , 2021 # Stefano Karapetsas , 2021 # Joe Hansen , 2022 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Joe Hansen , 2022\n" "Language-Team: Danish (https://www.transifex.com/mate/teams/13566/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "GNU Free Documentation License" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "Version 1.3, 3. november 2008" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "Free Software Foundation, Inc." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "Ophavsret 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" "Alle har ret til at kopiere og distribuere uændrede kopier af dette " "licensdokument, men ændring af dokumentet er ikke tilladt." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "0. FORORD" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "Konfigurationsværktøj for Caja-Actions" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "2011" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "Caja-Actions" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "GNOME-dokumentationsprojekt" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "MATE-dokumentationsprojekt" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "Pierre" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "Maj 2011" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "Pierre Wieser <_:email-1/>" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "Brugermanual for Caja-Actions Configuration Tool version 3.2" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "Januar 2012" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "Kendte fejl" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "Kendte begrænsninger" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "Afviklingstilstand" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "ForeslÃ¥et genvej" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" "Hvorvidt handlingen vil blive vist i <_:productname-1/>-filhÃ¥ndteringens " "kontekstmenuer eller i dets værktøjslinje afhænger af betingelserne du har " "defineret for den." #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "Definer det nye betingelsesfilter." #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Indsæt" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" "Tryk pÃ¥ <_:keycap-1/> eller klik pÃ¥ knappen <_:guibutton-2/> for at indsætte" " et nyt betingelsesfilter" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "Skal matche en af" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "Skal ikke matche" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "/min/fil" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "/Min/Fil" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Windows" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "Slet" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "Mimetype-baserede betingelser" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "Mimetyper" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "Definering af en ny mimetype-baseret betingelse involverer to trin." #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" "Rediger det netop indsatte betingelsesfilter til mimjetypen, du ønsker at " "matche." #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "gruppe/undergruppe" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "En mimetype skal være defineret som et <_:literal-1/>-udtryk." #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" "Jokertegnet » <_:literal-1/> « er kun understøttet i nogle situationer:" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "*/*" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "gruppe/*" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "gruppe" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "alle/alle" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "Matcher alle elementer." #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "alle/allefiler" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "Matcher alle normale filer." #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "Mappebaserede betingelser" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Mapper" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" "Rediger det netop indsatte betingelsesfilter til mappen, du ønsker at " "matche." #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Gennemse" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Almen" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Rediger" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Indstillinger" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "O.k." #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "Kapaciteter" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "Tilføjelse af en ny kapacitet" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" "Eller klik pÃ¥ <_:guibutton-1/> for at Ã¥bne dialogboksen <_:guilabel-2/>." #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "HÃ¥ndterede kapaciteter" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "Viser listen over hÃ¥ndterede kapaciteter." #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" "En ny kapacitet kan kun vælges her, hvis den ikke allerede er defineret som " "et kapacitetsfilter." #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" "For at vælge en ny kapacitet, klik pÃ¥ <_:guibutton-1/>, eller dobbeltklik pÃ¥" " den ønskede række." #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "Skal matche alle" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "<" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "(strengt taget mindre end)" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "(lig med)" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr ">" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "(strengt taget større end)" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "Tæl > (strengt taget større end) 0" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "sand" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Skift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" "Bemærk at valg af række ogsÃ¥ betyder valg af underrækker for denne række. " "Disse underrækker er »implicit valgt«: De vil være en del af de næste " "redigeringsoperationer, men medtages ikke under verifikation af om valget er" " homogent. De kan heller ikke vælges eksplicit (eller fravælges)." #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Kommando" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "Indskrift" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "Parameterindskrift" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "Arbejdsmappe" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normal" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Indlejret" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" "Da <_:productname-1/> ikke har denne funktion, sÃ¥ svarer dette tilvalg " "strengt taget til tilvalget <_:literal-2/>." #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "OpstartspÃ¥mindelse" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "Afvikl som bruger" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "Parameter" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Beskrivelse" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "flertal" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "antal valgte elemnter" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "irrelevant" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "(første) basismappe" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "%D" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "mellemrumsadskilt liste med basismapperne for hvert valgt element" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "%f" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "(første) filnavn" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "%F" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "mellemrumsadskilt liste med valgte filnavne" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "%h" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "værtsnavn for den (første) URI" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "%m" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "mimetype for det (første) valgte element" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "%M" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "mellemrumsadskilt liste med mimetyper for de valgte elementer" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "%n" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "brugernavn for den (første) URI" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "%o" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "no-op-operatør der pÃ¥tvinger en en ad gangen form for afvikling" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "%O" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "no-op-operatør der pÃ¥tvinger en flere ad gangen form for afvikling" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "%p" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "portnummer for den (første) URI" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "skema for den (første) URI" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "%u" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "(første) URI" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "%U" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "mellemrumsadskilt liste med valgte URI'er" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "%w" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "(første) basisnavn uden udvidelsen" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "%W" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "mellemrumsadskilt liste over basisnavne uden udvidelsen" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "%x" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "(første) filendelse" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "mellemrumsadskilt liste med filendelser" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "%%" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "» <_:literal-1/> «-tegnet" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "Brug af en <_:abbrev-1/> flere forme" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "/data" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "pierre" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "paul" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "jacques" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" "Lad os sige at den nuværende mappe er <_:filename-1/>, og markeringen " "indeholder tre filer <_:filename-2/>, <_:filename-3/> og <_:filename-4/>." #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "echo %b" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "Hvis vi har anmodet om <_:command-1/>," #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "sÃ¥ vil de følgende kommandoer bliver afviklet i rækkefølge:" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "echo pierre" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "echo paul" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "echo jacques" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "Importhandlinger" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Fil" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "Ny Cajamenu" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "Ny profil" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Gem" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "System" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Udseende og opførsel" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Kommandolinje" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "Retur" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "Genveje er tilgængelige for nogle kommandoer:" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "Opret en ny handling." #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "Gem ændrede handlinger og menuer." #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "Q" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "Afslut programmet." #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Slet" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "F5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Vis" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Værktøjslinjer" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Egenskaber" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Ikon" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Sti" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "STI" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Handling" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Noter" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Indledning" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "Kom godt i gang" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "henvisning" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Denne manual er en del af MATE-manualsamlingen distribueret under GFDL. Hvis" " du vil distribuere denne manual separat fra denne samling, kan du gøre det " "ved at tilføje en kopi af licensen til manualen, som beskrevet i sektion 6 " "af licensen." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "Mange af navnene brugt af firmaer til at skelne deres produkter og tjenester" " er registrerede varemærker. Der hvor disse navne optræder i MATE-" "dokumentationen, og medlemmerne af MATE-dokumentationsprojektet er blevet " "gjort opmærksomme pÃ¥ disse varemærker, er navnene skrevet med store " "bogstaver eller store forbogstaver." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "DETTE DOKUMENT GØRES TILGÆNGELIGT SÃ…DAN SOM DET ER, UDEN NOGEN FORM FOR " "GARANTI, HVERKEN UDTALT ELLER ANTYDET, DERIBLANDT, UDEN BEGRÆNSNINGER, " "GARANTIER OM AT DOKUMENTET ELLER ÆNDREDE VERSIONER AF DOKUMENTET ER FRIT FOR" " DEFEKTER, PASSENDE TIL ET BESTEMT FORMÃ…L ELLER IKKE-KRÆNKENDE. DU HÆFTER " "SELV FOR HELE RISIKOEN VEDRØRENDE KVALITET, KORREKTHED OG YDELSE FOR " "DOKUMENTET ELLER ÆNDREDE VERSIONER AF DOKUMENTET. SKULLE ET DOKUMENT, ELLER " "EN ÆNDRET VERSION AF ET DOKUMENT VISE SIG AT VÆRE DEFEKT PÃ… EN HVILKEN SOM " "HELST MÃ…DE, HÆFTER DU FOR BETALING FOR EVENTUEL NØDVENDIG SERVICE, " "REPARATION ELLER KORREKTION (OG IKKE HVERKEN DEN OPRINDELIGE FORFATTER, " "SKRIBENT ELLER NOGEN ANDEN BIDRAGYDER). DENNE ERKLÆRING OM GARANTIFORBEHOLD " "ER EN ESSENTIEL DEL AF DENNE LICENS. INGEN BRUG AF NOGET DOKUMENT ELLER " "ÆNDRET VERSION AF DOKUMENTET ER AUTORISERET HERUNDER BORTSET FRA DENNE " "FORBEHOLDSERKLÆRING; OG" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "UNDER INGEN OMSTÆNDIGHEDER OG UNDER INGEN JURIDISK TEORI, UANSET OM DET ER " "EN BEVIDST SKADENDE HANDLING (INKLUSIVE UFORSVARLIGHED) ELLER PÃ… HVILKEN SOM" " HELST ANDEN MÃ…DE, KAN FORFATTEREN, SKRIBENT, BIDRAGYDERE, DISTRIBUTØRER " "ELLER FORSYNER AF DETTE DOKUMENT ELLER MODIFICEREDE VERSIONER GØRES " "ANSVARLIG OVERFOR NOGEN PERSON FOR NOGEN DIREKTE, INDIREKTE, SPECIEL, " "TILFÆLDIG ELLER FØLGENDE SKADE PÃ…FØRT NOGEN INKLUSIVE, UDEN BEGRÆNSNING, " "SKADE SOM FØLGE AF TAB AF RYGTE, ARBEJDSSTOP, COMPUTER-FEJL ELLER -SVIGT, " "ELLER ENHVER ANDEN FORM FOR SKADE ELLER TAB SOM ER OPSTÃ…ET I FORBINDELSE MED" " BRUG AF DETTE DOKUMENT ELLER MODIFICEREDE VERSIONER HERAF, SELV HVIS EN " "SÃ…DAN PART HAR VÆRET INFORMERET OM MULIGHEDEN FOR SÃ…DANNE SKADER." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "DETTE DOKUMENT OG MODIFICEREDE VERSIONER GØRES TILGÆNGELIGT UNDER " "BETINGELSERNE I GNU FREE DOCUMENTATION LICENSE UNDER DEN FORUDSÆTNING AT: " "<_:orderedlist-1/>" caja-actions-1.27.0/docs/help/de/000077500000000000000000000000001433352025300164055ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/de/admon/000077500000000000000000000000001433352025300175035ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/de/admon/admon-bug.png000066400000000000000000000056101433352025300220640ustar00rootroot00000000000000‰PNG  IHDR00Wù‡sBIT|dˆ pHYs × ×B(›xtEXtSoftwarewww.inkscape.org›î< IDAThÕ™kl×uÇsgfwvI.—¤ø)QdI¶ž–dQŠ”:vìÆª;i $v¦@^EZ8MA€&(ÚIÑ¢lA‚ˆŽ•4͇ȩ£T~¤²¬H´%ËŽ­*¶BI¤DQ|î.¹³3w·vùX‘Ú¥H©@°ÀâÎ=÷žÿüïýŸsïhJ)þ?›±§m»vÇ€/ ¡} Õwgß~ãdþvúÎg‹‡mÛö5 ¡íÞµ=Ú¾²¡Ñq94:~΂ðìbhK•Ñ{ölqâ£÷í­¸ÆÙÿyÿážÓ'Nœ]Òä·Àö{v?‰E=ôàGÄé·ÞÅ÷Õ¾²M³¢Q×¥¯ÿŠ2 ]Û±}3¿~é¿C™—½õæÉÿ\òÄ,^FK,@ï󤯎;É]w®G:¶fç²dÒ¦iÒ¶|™±b=vOú*@ï»óÂ-``ïÞ½±¼¯ÞÙ´qýjº'ö5#šÐƒ÷ξ!fh[?¾¨ä5Û–Ì€-ý'[Z[ÛkãUúØ¥ –“Dóuð5T ÐtÀP„F€o9Ô·WéÍ-ÍíƒO²ÈäuKÔèµÖb·Dì·auÛZ–¯k!³ˆZ̈ëzäm‡¼ípmpˆ¡ßÒmŽØºýç·À¢—PgGªÑÐõÕ#úãÛwlÔš—7âK7ç"¥Ä÷<ßG4] AÄŠ`DMF†Æ8wöÊsüÿÃð«Ý=]ƒÿ§:;R2týðúkbî\mº9;›Ç÷}B¥P*¤*Y]ø†dF³„a¡]i`ÅcÄ}—®Ê‹ç/;aþIwO×ñŸéDÖÙ‘Úošæ‘<°;±aýj3;œÁÎØ„a03¨.°ª,ú.^ƪŽ!ô™iT¨Èe'¥©©!²½ccÂŒG:;R¿í:;RE­ÈÏ|hoU"';’& B®çPèוœÿ éÈS!é¡4„°mצxÔŠü{gGêÑÛ ³#µÂ0ŒŸ>ðàÞxÔ0™ŸdNäSƒ ëê3éJt]T¡ûu>ãxyÉ–wÆt]ÿqgGªý–èìH†¡ÚqÏÆªªX;“›y8¡ ¤[àÜ€Ù–ËæýµwµÇ…Ð^èìH-XÔQÓ´/55/[¿öŽUFzplº½iÅï¸{ßANý—6úëÇqp]IÌŠLû¬\sŽì€â7¿z”‹ç×Íа¼A¯o®_7ruô/YHlèìHE„ßÚ¹kSU.=‰ g^ùÝûRß²Šú–Uì¸÷§Óíº®#](œ¼ƒÐõégô±_ÐØºšÆÖ5Ü·ÿ…év¥éá4í«[cBˆovv¤¢·ð…Ö¶&«º*Ž—÷Ð]!„@º6mÉ i—ªPOÏõ@)šë¢À0Ye¦a|më¶ ÕNvnÙræõ'¼ÄØàENýôt»¦kxnžUõY\'3Ó¼ö_Ÿ`xàý¼zx®èdÇ&hmoŽOú+YÙ=ÐÙ‘jŽD#mõõµŒ]-¬ýÙJríòÜL¨BÂPM?Å=°ª5ÃïÇÜú{7ðã§¿N*BÂìã%LÓÀŒD–wv¤Z»{ºÊÅX‰?^±¢Ù÷¤?÷7X ª°l[²ª>CÎö*ªÐõæÚ.Ée 5–DºmžeÔ¾ö}î/JéK¿|˜Þî eF$b¢”ZV @YÂ0¬‹ZÑ‚ößÐÖ=7­ýwøàõ§³pmÌɘ‹ëHôÙŠJpÿþhl[CcÛøø‹Ó¦*d]µK ¦® ”Reô»”~¡ œ¼$/Èn}ÌÆudI2+kªä¯Y©{YBhYéÊç·Ÿ-jÿ%Î{bަ \Ç¥!ž UHwJJK_ë‡eøJ/CWzyù—ÏŒ¡i  ÕD%e÷€ÐĸãÊ&¡ (näáË[yégÿ„Rª¨ý¥å´ÐžkS—(0Œ9ø#ö)U@ßùõüðßž"Ta±D)æ!<PéJ* tÿä„]TœÜÔT%šŸµ¤ë ëb#z˜Q'/­âõKYÒó~=xuØ5­¹KñFÁ]à:N@ÇqÊì¹#EâQ&2“^†/–žÊ ¼ÒßUQ³°&ËÎ;SFäm—dÌA)HZylÛ+U¡y\ggÅ£¤G3ðj%•Îgìœd3“DãùÉ™‚®px€SG?ÍÕ¾Ó&óµVjËÅqC@CÓ4”R´¯9ǽû‚W^|„ ¬›¼EàØ“ÀéJÊ2ÐÝÓ†aøSo¼kÇñ‚:íî}ÏOçƒ÷þE¡\‚M…DŒPh@, ½âÉLÁ½ûÑØZÐÿ>\zEZ»,A_Tø÷Ý=]þ’(¥ž½6821:2ŽUm•L¸®GµU:oÂ’xÅdVn#Ç«ã¸yÉøHÚQŠïUŠmAº{º¼ þöÍ7Þ´jb ,œyý3ÓùàÔÑÇ ƒ ÌK1É̪V$-Wzˆb=tôðc _éeøJ/¯¼øš‰ú.ž¿œSJý]wO×/YgÙ‚ÎÄ žK§³ßº60RLÖ01šeèòÿäP¡"T…| tíºÔÅœiGÔÇsdI‰†ÂÐy»ç=Ûóü¿:pò™¾™xnÀ“Ï9®Ÿ<ÿóÓ›7å}<ûÚ1|ݶÏ«R³ÙTí*œn §…jÕc ­f vÉë‡{“¸–@ X­žV¥V« 0 ZµÑj·P̹(æ]´ÛMT+U€­v vÙ”k{‘xc¾V©Dðí jUÑn7aûxpGÃ; m€v§Ihµ›°Ë†\¯Ù×–x#Þ¶¬óãº-µ;m€Ëª å4ah<¸£!•dH%ÜÑ`ê´6ªV,Ñ‚]6äÃêõ$^[àôæM¹àû«åòùIÝ–:í6ˆ–e¡ÓiÁÔ†øøH%>û¨H%m@ín•J ­v UK“kë¼àùßDâµ6ð¥ÒùI½&µ;m"øV§ S¿ D‚R AŸ~”%­O§˲ÀÀÐiwPµ Ù¶Ê7‘¸ò:°7Íó“ãšä8 \*£Óí lŒ.Á AN A«€ÓÿÅOvû+—-8Ž„²e¡í¸‹v·÷h¬*ß»ê:q¥ˆá-ÓŠà‰%³„¶Ó~¼ €D!88¥œ>ýErU6úÂé:(—ÊœNÕ²!WJæk¥Ó߈áˆq~Z·¥n _*¡ÓíÀ2Çà‰ˆˆ8ý×/è?°ï¿;<ø/—DàD"ÜH|ò![Z†+œ^g#Ñq:¨” É2+K|£@ _ÒõÆiÝ–œ®Á4Jè8ÎKà·Qÿ·Ÿ³?ÿ•³'ÏûÍ ¡q¢õO*Ò¯?}Kïón×AÉ,ƒÁévP)éRÙЯ$ñJ ¼¦5Në¶Üs{†aÀéuP)½Ï)…ôä9ßäÓÓçÄHDbÑ5a$‘àôÉ ¯löx×íišk VI—Jºö7%^*pzó¦\ðü‡¦VlœÙ²ëºB@7tt»]TJ“ <‘ ¢PÐ<“Qd›î @' $¢íL0 )‘ 铟ÏfÃå½¾CÆZÂíõ`•4ÉÔ¾Yâ’@ oh…ÆÉa-‚'C7ÐíuQ)ïÂïF BÁÉÔ¶íÍ,bõ¸˜…$Ö'œîßN+F/t]‡ ÃÁí¹(›EÉ(^)qð2x½oœÔm¹?XG^ÓÑuTËS<¸£!™À QçD Šuª^ÄvŠ´+JD¡/¤\"Éé×·Ý©eöB·ß#ÝÐA ô]–©IF!ÿÒub#pvv&màly0@pm?[ÃS”&›¨¯á'"I $£¸£@"Š:'·Ôõ½›±À)‘ÅýÛqÅìý~tÍàº.J†&ëk‰³³3é’@F7ßUdéÆÉ‘-CpΡi\· ۚ㳊”Lpçø6êÁ&ê»b%Mˆ€ïÀG׊í,ÆkE"Šo5dz =Ò5и(é9£È7²Fñ‡—Sˆè§vÙTæs!¡5¸ÃìÊŸ}T TbÓ£‡^ˆú:ÿwÚäIMðxèãšàk¹KQ'â;÷œÒ©¿÷þWC«äƒqŠÅ"HfóôBNüàýxìÍ[ "H Bu¢hK Ö@Dçˆ ˆH úÍéÛGàñðÿp´äQÔ7×®¯ë™ÑðŒ[…Q„@"溸õÙ̱ƒO;ÎÀ“%ì€a4¡˜Óñ¬­âGw&lÄ&Ü>x§§oS($Fœ -ÙŒ D8¶WaÜÿ·Û‹í½'P ˜ˆ:Ój%ðÞ½S½Ù-§óY ‡C$ (ªw0ö(!î^˜ÜßzËÅ—ÏZŽŸËåŒÆ#èEÏÚöã;^bµÚÉ ÅÅT ÄET¨QÏ?=¼^áüàà[dÃÑD@!Ÿ‡ãý™ç=«Ê;?^nRÿÅíôz-ø¼Ë6첡L&Sòù<†Ã«qÿC±H'£fëœ$(Îÿu­€óèÜ‹Ïñh·Ç81]Këíö*nÝý¶Ñì–Óù\Çc0ÆÏçÑŒü¹¿x4VÕK¯c^úy`#‘QËTf“)r¹Fãê• ¿ÿÁÒO'9‰u!ƒ8hSÔñ¦Nl ëB bfQ-­°[wÏŒç]3ÏÙd2c Ù\î`ìÏ/‡¥À®D>£6*%]™N§€L6ƒñd„zuÂ?ùù|žL^Œ:¶ðôOÿ|dÀç¿ÿKO’BE=ž‰¨£áÖÝï˜Ï»f:—)°ét 0 ›É¡?ûóåò•ðjàÅãÉ_,ƪòÎdî=êô~&›0›ÎÏð¬•;øé¿ªjì.NQ^Ç…EˆÚ£ØÝr€Spܺûó™c¤³jžM¦@6“…{øoœg"«* Ë(*³ù “É`<Ó‘= ïßîOwfb“J`œ ĺFøÎ:"(‰Ýºûæ3ÇHgÔ<›Ïf`ŒAͨŒf¾wø+ \PäFI/(soPÓù„êÕQxÿ¶3N&v% )Êu±îóñb„ØÂË96÷æ 2jÃÉüÊðWØ‘x˜‘¥%­ x¾"‚¢¨˜Ï'T·‡ÁÇ·Zã´ŠmÔwWÚè\2vëîwͯÛF:£æ˜çE㨪Á¯V&W„-] U–n˜ÅœâûþZBÁÌ›ÒQuÜ{ÿé0™ä"ê0á&ê]€W•,ó< ( †SÏ÷_þµ^hè…Œ¼ð "ÈŠ Ï›QÝ÷ÞûK?™ Euø§-#­(*[ø£¬ÈN<¯ ¼Á›¹uwúž·X>êf‹´”øžEΰ¯›ÅÔ{÷Nõ xþ«–ž–%•ùžA’¤kÁ×ø‚#ž %jhùŒì/|€Y’á-gt\¬>~ÿO.ÄðФ2áƒA’$Œç‹kÁ_K`WBN%Åœ*/– €I’°XztlV𤩥eIaËE´…‰á—Aøh’ysøk ìJH©d£‘åÕj!Jczé„ÂV« •Na:_ùËðúð{¸(‘häI‚B*™lÿNcæï~oÀV"8häÔµDô ©T Soå¯8ß<ð¾f%2JJ<êB˜ù+ÅÅ^á·ôEwÁó&»¡¤ a/âË}ÃoAˆÞ1)Å⢷q×~·ûIj_Ç[ø¿<þîÿ[å×ÄÎ"Œ}øIEND®B`‚caja-actions-1.27.0/docs/help/de/admon/admon-important.png000066400000000000000000000046261433352025300233320ustar00rootroot00000000000000‰PNG  IHDR00Wù‡sBIT|dˆ pHYs × ×B(›xtEXtSoftwarewww.inkscape.org›î< IDAThíškl×Çÿ÷Þ™ÙÙ]ï.ö:°À@Àæalc(â$Dy´U ˆƒ”G?4ý”†J´ŠRÔ’¤j*5‘5iI#%&&HMÓÒªMâ”Ú€I16À@°ÛØûž¹súÁ°½Þ5kE‘r¥ÑèjvïùýïyÜ3«eD„oòà_7ÀŽo${{iƒMT®fs׎€´ã¥åëéÄDØ™0(\yÚ¼‡´üùh ×_ž(;"àP5[Å„º<§`‹È.Ø"˜P—ªf«&ÂÖ`LeŽW§—©‘Õ P€=p‘ ì(È:É…?ÔØØ°›eÂvFpU%a¥&´<À:™€N€_aæ)Ňü[\Õ_Ɉí] ¾ŠÝÃ…º4{z¥ ³ 8†@!Añ£Èžñ0çB]Z_Åî¹Qû)'qu5³¹d£\YÂ…º‚¤91®ÌZ¶Íáɽ ùWc4pi®¯Fèr-N}ò|¶ILhÍd›uÒ²3ÆþšW¯&kÜT3§ ,„REh·@(Ëìxt¶Põ¸‘]H¾›–¸to×=3¡h“h ø@vŽ„"€ûÀœ«HÈxbÁ³ˆôµPߥς}—šHÆûuÎÕ6€YVüãhŒ:ptåýÔ?ª€†Ýì^.œ‚ÓbËŒOu8³ÂYbáÎ)s¹¼s¡¹ ”d÷öÀî¨A $í;?L1' ü`ÜpÀýs€äeÄCmˆöŸB°»9Ò©1íï2ÀE7çì¨)­×Ê×[{@ùJ‰p¸°¥¼ÎòíÂé[.&y™€íì/@Ñc…vñ+«cÍ.Âv?m×¼ÃT€ûápøápÞoÞZ'x–²‘žý“OüU@j'€=CCh;ãG8^q8s*ç¬zÝÂÄêX× &d4LÄHžH¾®̨€»€ûŸ ›ñÐ¥ÇÍáY²‡ HŒÆ=êÓ\qm/\ý{—¦OÅju=ôÐùPè1<3Zž€î3îB¬ïZj!²ž)]'_Ì;b®fë×Þ˜»ò×.—)(º æ“B'•z„9€]܇S‡^ KÛz¤üAzw8ë¨eôP[¡u߬%?vgå}ŸS´n Ê NÂ1¡“Ì“‰PóÁœ·¡·ý »õZÒº{ÉFª‰3é9ðén6GU´ši…r³žT)V²Z‡ˆ9~“A'Á´"@/CWËKæù3û.›ÒZµtq̃ì³7Y®íÔ>š”ëÌüâí:ÌS ø± ‹HÌõr@‰ŽÆg¢ÝŽœó;cu­)Äõï3:Þsûg/Ÿµì%³{@у¨ýÉDŒ]±¹n1/Î|òt8ØÛZg;­ï.¾—Âc±¥Ô -¾—ŸSì®`ïɪ–·„¤-Àœ·èu$Fmà®›Û ²A°A$0c-l›£ù?O„‚WÎV}km*ðÀ8^hv«?ºc[Ñ­¿5T=ú@&’–C *­CBŠ{@<ÒŽµ[ÃV<ú\Ù™Öaiw£eÌv4únwû[n¶ymw‡y‚ ;ð {G `*z¿ØK2Ý“.ü¸S”Eß"«€un 4äÀ}”vúºöÚ<÷¤bÆ¥x<,i ¨©a I³P÷Öù¡ñ<¢'ÆÈ ³º§$­¢š¦ŒaþÆx:Q¬8ŒצÀ6Ï‚&WEŒÜdv€kÓ 4gÔÓ‰´½0žZæñç+à>Àê=\ÄõyqÝ\öàðåÌQ,›pŠ¢­ñÊ\d]LTŸA±=XÓÁŒ 0£àúОìf²²K\\(k&\€Mö —o`ž¥²L/÷n‚ë†ë÷ns–$*jâ,”ìd¶ÃéŸV¤Ë“VÒÔ¿Ír¸*üª1ˆNÀ:]•)àÆjBgó/­/[ÿk@Þô•jàæÇæŸ ~Š·áZP¼jVò©fÒõt1U¦´<À8–î@”‰ÈüWwžé`î;ÁÝw Øù>Ž}øxèB[í‡0eLYôeGÝMý ¼ð0÷àY÷Üs-œÌ.€ëp{§ÅˆÒ˃´<À¿5ë¦Rd7`Ç00g ˜¾fðÚm÷õ~Ùg“|¬üAúû ¯®mx›­=}ôÍ?zZÿåÍŸÿ¨KõW‚Âõ ð&o‡/w±»¯·c%€¿¦Ê”^(J…Ç¿“yP¦‚û6"]-¿°šjŸ {/ìì É‚að€²‡è·,è¿Òù›ãµÏEºŽÿ܂ȟô8˜v3(Þ—¾P¸¨H)õ^h;ã óxhÑš×t®æ€ÈFèÂ^œ=^²¥ù©³/ßDgRYêÈ[l:Ó”?E¬˜>÷~÷Ù1ýweô4#÷úõ$SY+媟‡ùšê0™z“nöDGó®pÏù %ååé½T×€ÒMÔàÎûÙݧ›ö¾žÕþ±wZQ¥KõÝMŸdÎŽ\^àh*k¥BÌÆr#k²réäó²éÀsá¾Þs¿‹@ÎH~ð(ß@û<†,èë¿ôbÓ';#ǶIÃí2-åjÜ£½cÛÖœ‹:Ä­GK6Ñ©ñ‚¸~›Áåu)åí\ðê’uÖ†T¾—zbö.U•¬3÷Ž›2É(ÙH­ÖÔW±{8X4e¬oÿìñ5o¼€ÿ+^FJ¬TIEND®B`‚caja-actions-1.27.0/docs/help/de/admon/admon-note.png000066400000000000000000000033051433352025300222530ustar00rootroot00000000000000‰PNG  IHDR00Wù‡sBIT|dˆ pHYs × ×B(›xtEXtSoftwarewww.inkscape.org›î<BIDAThí™]lWÇçÞÙýpœÔ®MâBH')­H“TA¢©-}¬šU!HˆŠ@¤R¥RH­*ò/TaúÄG‰­©!¡  MIU§ÍVà:ÙØk{¿fæð0›µãÝuwm¯méêÎÞsfæÿŸsÎ3ZQUþ›aÖšÀrñ¿#`HÄv’ÈR!‹ÕÀK"‘§}jŸÕ7|øñ—UO­Íæh(`H$îÃó݃ƒ_ÛóÄ^zËœL†b6Ëõ·ßæCC³³W¯þ,ß{Tµ¼¼kh(à—"?¹ãÈ‘oì8t(N.GËÎÌ Ö"©¡µ¼ùâ‹Å±K—ŽVýÎð®¡NÀ/DôÞu×kŸ}öYO?øòyÔ÷ +•h”˨ëB?'-”J_8¢zfø×±cÌS;|Ðcl &&Bá¦Áì,Áè(áûïsûÝw'xj-ˆ×ø.\0ªR½½##ÈÌ HB©„Îål–®¾>b=Oe|œr.‡¤Ó§¦Ho±„Wt–½ý&ùm¤ߺ…Põôõ‘‘­}é´”.^¤b ˆ ª„A@hà 01>Ʀ½éÎ’@@ZêŠXàØ»çÎÃÍ›Ñîn*¾_©àW*UlÚ\ùçyv}«uhК€ÇUß ‹Åc^}uVöîÅ¢™ µh&Cl÷nbûöqáÔinûj]wx« ‚†–º¸ǶÿÛ9ýÛ—ŸÛ¶ç3tÝy'‰®. ““\gø'È݈â}Ê=œï$ó ÍR¨¡€çTÃ×./˜kÎQ†ou.ŸüùlÓ—áo©{(~ó§ì¹o?¿;u‚G¼ÕYòа¡¥¡‰á%·¥üO?ùu'œü°¶¾ùÝ[xæ×©±iþ•ëáÃ|½™üÊÅâ(Ö&ñ’m«{¨ `Eµ…¸bÝ-ØÚØ¿}„ç¿ÂÉ¿^À:–ß¿ñ ¦r—™žz'¶DrÄic؆PÍ£:4 ‚gb EËDrð+³Ì懼õ,/<þ …¯œßE¹4uv’ð>Žˆ[}b+9 ÕhC€Á³Ö ¡\»˜ÆÉ†nßðg~ôð1nÛp…«#: >O€*"-1€úxÆqQ­Da¬“Æ:Ñ‹+™d'#|ÿ¡ã(–Ô†îšßÊ`W‰j€Vw!uHXë>ÑS¨GwÏ¡ßO¨“X'Ñ™¥@ JØð:Mà‰u­0'@(³òo.P HoüÖÙXýeˆÞÆmDÁsb®@íUĽ­Ä½­+ÍwqˆA´ñ>´¨cã‚6O¡ÕC5 м”„×DMT‡Š³eX´Ý"FðŒ3HxÓîR.^¦0ù—%héM_ÄÆzª\¢H;LˆgmÜD=ȼHì žØ±â„Gm­Có2$ÄÄœè ¸j@m'‚I‹‰ºÂ/¨ú;}´‹i„æ)$6cl¬ÚÆÎ (MŸ¥8}v)Lë쾟XâS-x.!…0’6&V=mÎÍMß‹›¾·ž+€j µÓ !’4Æ"huXK¤Qþ°H7*")1;EWBëõ5¨tëЬ_]T+H2‹ûm,qCùàa DüzKÜâÄ]ÖG Ë€©,´4pqHâAÒ±qÖ‡‹EZ‹ÀT‰ƒnª{&ú˜^$F¥x #ft¡©á6ê8î“ýŸ<˜V-µÓËü¢Z.LšÜØëß/½¼ÐÔP€†þC]=»EÄØöÎü¨LdÏ” ÿ°ÐÖð?²s¿rþÓªa<ºBÕ`ªM¹Ö"Rw²Êƽê#ó|nÕÖ¤Jâæëßì[µ†:½ï°ßÓ’€zHt§DwÚ5—S½½Ñqæhö6Fó•ÑêïÌœ¯›ŠŽã¹hŽyÑ|-1çËGÇŽ[ãÑœ‡àóêô¬_¬u“³lü_ÀZã?·\\|>CÑ*IEND®B`‚caja-actions-1.27.0/docs/help/de/admon/admon-tip.png000066400000000000000000000046731433352025300221130ustar00rootroot00000000000000‰PNG  IHDR00Wù‡sBIT|dˆ pHYs × ×B(›xtEXtSoftwarewww.inkscape.org›î< 8IDAThÕZ[lÕþΙÛÎz½;¾Ä±C1i°!œ´”¶/Qi”¨)‚'ªÄ©”§Jˆ÷¾EQûÄ1RŸEQŠÔ¦BUP Fà8 qs±MìÄ—ì}gçzþ>ìz³³;³k'’#æ²çœÿÿ¾óßæŒáAnüÿ­À½¶€|¿&ÚsøÄv0¾Ÿ3i˜1ê%AÝž 68K1Έ؜ o $Î|úÖ«_ݹì^|`øÐ©! t„$v`}B>5´QíëLÈ­Q1]A‹®€È6r†¬acn1ëŒ=爐¦Á<:í½96úò…ïÀÞƒ'û ðc­å…}?Ðû;¤¨®`>YÄRÖBÑö`Úжˆ¨"Š„ˆÊÑÓÐÐ3l\ž]öþ5~Ý,˜îY8âõOÞ~寷 `÷Ȩ¢ ~TQøÈ¯~2 íê•f— Ì.Håí5 NDô´éèNhÿú¦ûág×lסã²o|~üsßì|íNMóÎíÜ8ôëŸnÑ–s6&gÓ0,oMŠ×¶ˆ"á‘ 1Äu ÿüÏUóÂÕÅ‹–%=ûÅ_~»tßì:xê EÆû/þ|kû®­=ò§S·‘\#ãAmE6ÊìK`bê–ûÁç×’Ž‹}ão¿ó)÷®˜áë =Ô)/$óƒ×fqÀ‚d®ÀÞƒ'ûd…<÷ô£ÚçW“«¶y"T±YRëÙí]ÐU  «~¹£Œ¡Ò‡ˆ ˆ@¥3¶ëaj>‹½OlŽ0 #{žì[5(üؾ½êí¼ƒt¡q´ñ)QsV$†VÝ¿Èq]†®ð¦¦DDÈäLOnéQ…Ì­ Àð¡SC±ˆòÂέäËsÙ¦ŠW˜äc•ˆ`Úã×Ò¾q_Ng+ºþ± æ™[.` ¿CÖéùáC§†jõ¨ó tä™]ióI³R ø¿»ýQ¥|_¾Y‰*ï}6™EÛúã¸0›Ã—Ó)Ÿ‰U\«jLù D€åxHæ-ly¸32qiþ€ß7@;0л^úïBÁÇvXìF rÇ>»’ÄØ•dýØ °Z „TÎÂÆŽ¸4Áo¨à3¡=‡Ol_Ó¢Q]AÖpVe&D~ç»ã5cïòZ`X.E†®ÉúžÃ'¶‡ãû´GYL›¥îúµŽú9Eí¸¢t5llìZ§ Æ÷‡šg|¸«=¦¤òviI«Ì¤Ö|ªÍ¤¶ODåXSÑÞª¢#®b}LÃúV3|tq9ÔÜ™RÁtoÑ |8zuMÆRÞ- P<PYàŽ‡xéé¾Jܯm¿UåÀʆÈÇÐd Ôë#½ú†ˆºuM†i»ËÛü¸r3¿~|çg2uÊm× Æ#ô7AÇe DÔºž ¶ˆ*Ãt¼;ì4b¾æyÆp0~5‰™¥ïOø\ú& Oˆúâmàx¸¤AÚB”AT¢I™  rŸÎ¸Z·“³Y¿ù4™'(äz^}IãwbÎR9ÃêV$Ó fÃ+Â6Ä|BÀäLzõòç@ѲÁR¡c yÃîV$†b˜ã(^ è±Mq€Ë2åšjµŽ[KGÑrÁ[ð‘^ÃÔ\Îp sÖ$v‡' XDF_GÔà|™ýú9WŸÔÀ²\Ð\(ÄØb2ïD5) TgY MtmŠƒÁßÎOgB£K} NŠœ…‚eÄX(NâÌ•o–옦4gFTºÃêPù–‡«7skb»vNAgÀí\Áá„3¡>}ëÕ¯ E§˜3,DÔúUh»A„ÁÍþðya6 ÏÍë£:‹¨Ä¾aºð\*ÖnIÖ¿Ð:=s+åÅuBøÍ'0áT ÞÔE,âÌÓi_ÿ ŸfDqdò†ËˆNת[€Àß¼|}ÑlÑ$ÈœûoVunÛ¼®Žó×S ² <·»ŠÄɨÌ)ü²€Òót¶`ø›MŒ¾|ÁtÄÙ©ée·½U­a9øXqÆþø;g!](†/=ÓMQØå,¿Z` H¦ Ž œ Ú|'æ®xýòÌ’-sU–V-ìášv+Yaߎ ô´bôS•ø¦þ%Áu29Ãá.½¨kÐÃOÞ~å†ðÄñ‰©y³#®3Va9 D,¢ EóÛÿ`ÿ:üñÕ'ñ‹]ñç3a9"0Ê„ðœÌ±ãa;ס[òo,Þ.\œžO9í­Z);6p¬aãÊÍœo +¡áO›D¦lJ~–ƒsËÊ9“-8¶ã^òXþ0=›n-*ª394°¡S×#,3!€Ðú¨¿«Ï=Õ‹´Ã°¦d‹\O¬©ÀkXuV=ÏŠŽQ´Sž`÷g{}¥í|íNUuÎÅbúc}ÝëtÀ´<¸3ÅṲ́ZqOdsŢ㺗\[¹¿8VÚî‘QEBì(F:Úbʺx‹âQ)Ô ¢P–}€jú0 –c˜–È÷XþÛùÄTÝö<Ù'dvŒ3<ŸhmÑ¢U–e ž PyE¨Iïº–í¸†aYÎrAßþG¾Ú6|èÔƒ8BŒ`€ÞÕY–U.1HœqÁž[Úû·]×6MǨȧ ü»ÿÌÔö>±]0ìg‚s°^u *}èæŒ¥Ø‚ÍcœðýøÐý}hüÿJ<ðþo:Ë“{lÿIEND®B`‚caja-actions-1.27.0/docs/help/de/admon/admon-warning.png000066400000000000000000000056171433352025300227630ustar00rootroot00000000000000‰PNG  IHDR00Wù‡sBIT|dˆ pHYs × ×B(›xtEXtSoftwarewww.inkscape.org›î< IDATh՚˓ÛÖ•‡·ùÀƒO9®Ÿ<ÿóÓ›7å}<ûÚ1|ݶÏ«R³ÙTí*œn §…jÕc ­f vÉë‡{“¸–@ X­žV¥V« 0 ZµÑj·P̹(æ]´ÛMT+U€­v vÙ”k{‘xc¾V©Dðí jUÑn7aûxpGÃ; m€v§Ihµ›°Ë†\¯Ù×–x#Þ¶¬óãº-µ;m€Ëª å4ah<¸£!•dH%ÜÑ`ê´6ªV,Ñ‚]6äÃêõ$^[àôæM¹àû«åòùIÝ–:í6ˆ–e¡ÓiÁÔ†øøH%>û¨H%m@ín•J ­v UK“kë¼àùßDâµ6ð¥ÒùI½&µ;m"øV§ S¿ D‚R AŸ~”%­O§˲ÀÀÐiwPµ Ù¶Ê7‘¸ò:°7Íó“ãšä8 \*£Óí lŒ.Á AN A«€ÓÿÅOvû+—-8Ž„²e¡í¸‹v·÷h¬*ß»ê:q¥ˆá-ÓŠà‰%³„¶Ó~¼ €D!88¥œ>ýErU6úÂé:(—ÊœNÕ²!WJæk¥Ó߈áˆq~Z·¥n _*¡ÓíÀ2Çà‰ˆˆ8ý×/è?°ï¿;<ø/—DàD"ÜH|ò![Z†+œ^g#Ñq:¨” É2+K|£@ _ÒõÆiÝ–œ®Á4Jè8ÎKà·Qÿ·Ÿ³?ÿ•³'ÏûÍ ¡q¢õO*Ò¯?}Kïón×AÉ,ƒÁévP)éRÙЯ$ñJ ¼¦5Në¶Üs{†aÀéuP)½Ï)…ôä9ßäÓÓçÄHDbÑ5a$‘àôÉ ¯löx×íišk VI—Jºö7%^*pzó¦\ðü‡¦VlœÙ²ëºB@7tt»]TJ“ <‘ ¢PÐ<“Qd›î @' $¢íL0 )‘ 铟ÏfÃå½¾CÆZÂíõ`•4ÉÔ¾Yâ’@ oh…ÆÉa-‚'C7ÐíuQ)ïÂïF BÁÉÔ¶íÍ,bõ¸˜…$Ö'œîßN+F/t]‡ ÃÁí¹(›EÉ(^)qð2x½oœÔm¹?XG^ÓÑuTËS<¸£!™À QçD Šuª^ÄvŠ´+JD¡/¤\"Éé×·Ý©eöB·ß#ÝÐA ô]–©IF!ÿÒub#pvv&màly0@pm?[ÃS”&›¨¯á'"I $£¸£@"Š:'·Ôõ½›±À)‘ÅýÛqÅìý~tÍàº.J†&ëk‰³³3é’@F7ßUdéÆÉ‘-CpΡi\· ۚ㳊”Lpçø6êÁ&ê»b%Mˆ€ïÀG׊í,ÆkE"Šo5dz =Ò5и(é9£È7²Fñ‡—Sˆè§vÙTæs!¡5¸ÃìÊŸ}T TbÓ£‡^ˆú:ÿwÚäIMðxèãšàk¹KQ'â;÷œÒ©¿÷þWC«äƒqŠÅ"HfóôBNüàýxìÍ[ "H Bu¢hK Ö@Dçˆ ˆH úÍéÛGàñðÿp´äQÔ7×®¯ë™ÑðŒ[…Q„@"溸õÙ̱ƒO;ÎÀ“%ì€a4¡˜Óñ¬­âGw&lÄ&Ü>x§§oS($Fœ -ÙŒ D8¶WaÜÿ·Û‹í½'P ˜ˆ:Ój%ðÞ½S½Ù-§óY ‡C$ (ªw0ö(!î^˜ÜßzËÅ—ÏZŽŸËåŒÆ#èEÏÚöã;^bµÚÉ ÅÅT ÄET¨QÏ?=¼^áüàà[dÃÑD@!Ÿ‡ãý™ç=«Ê;?^nRÿÅíôz-ø¼Ë6첡L&Sòù<†Ã«qÿC±H'£fëœ$(Îÿu­€óèÜ‹Ïñh·Ç81]Këíö*nÝý¶Ñì–Óù\Çc0ÆÏçÑŒü¹¿x4VÕK¯c^úy`#‘QËTf“)r¹Fãê• ¿ÿÁÒO'9‰u!ƒ8hSÔñ¦Nl ëB bfQ-­°[wÏŒç]3ÏÙd2c Ù\î`ìÏ/‡¥À®D>£6*%]™N§€L6ƒñd„zuÂ?ùù|žL^Œ:¶ðôOÿ|dÀç¿ÿKO’BE=ž‰¨£áÖÝï˜Ï»f:—)°ét 0 ›É¡?ûóåò•ðjàÅãÉ_,ƪòÎdî=êô~&›0›ÎÏð¬•;øé¿ªjì.NQ^Ç…EˆÚ£ØÝr€Spܺûó™c¤³jžM¦@6“…{øoœg"«* Ë(*³ù “É`<Ó‘= ïßîOwfb“J`œ ĺFøÎ:"(‰Ýºûæ3ÇHgÔ<›Ïf`ŒAͨŒf¾wø+ \PäFI/(soPÓù„êÕQxÿ¶3N&v% )Êu±îóñb„ØÂË96÷æ 2jÃÉüÊðWØ‘x˜‘¥%­ x¾"‚¢¨˜Ï'T·‡ÁÇ·Zã´ŠmÔwWÚè\2vëîwͯÛF:£æ˜çE㨪Á¯V&W„-] U–n˜ÅœâûþZBÁÌ›ÒQuÜ{ÿé0™ä"ê0á&ê]€W•,ó< ( †SÏ÷_þµ^hè…Œ¼ð "ÈŠ Ï›QÝ÷ÞûK?™ Euø§-#­(*[ø£¬ÈN<¯ ¼Á›¹uwúž·X>êf‹´”øžEΰ¯›ÅÔ{÷Nõ xþ«–ž–%•ùžA’¤kÁ×ø‚#ž %jhùŒì/|€Y’á-gt\¬>~ÿO.ÄðФ2áƒA’$Œç‹kÁ_K`WBN%Åœ*/– €I’°XztlV𤩥eIaËE´…‰á—Aøh’ysøk ìJH©d£‘åÕj!Jczé„ÂV« •Na:_ùËðúð{¸(‘häI‚B*™lÿNcæï~oÀV"8häÔµDô ©T Soå¯8ß<ð¾f%2JJ<êB˜ù+ÅÅ^á·ôEwÁó&»¡¤ a/âË}ÃoAˆÞ1)Å⢷q×~·ûIj_Ç[ø¿<þîÿ[å×ÄÎ"Œ}øIEND®B`‚caja-actions-1.27.0/docs/help/de/caja-actions-config-tool.html000066400000000000000000005571631433352025300240660ustar00rootroot00000000000000 Benutzerhandbuch für das Caja-Aktionen Konfigurationswerkzeug

Benutzerhandbuch für das Caja-Aktionen Konfigurationswerkzeug

1. Einführung

Caja-Aktionen™ ist eine Erweiterung für Caja™, deren vorrangige Funktion es ist, dem Benutzer das Hinzufügen eigener Aktionen zu den Kontextmenüs des Dateimanagers zu ermöglichen. Diese Aktionen können in Menüs und Untermenüs angeordnet werden, exportiert und mit anderen Arbeitsumgebungen gemeinsam genutzt werden.

Das Caja-Actions Konfigurationswerkzeug ist eine Benutzerschnittstelle, die Sie bestimmen lässt, wie wo und wann Ihre Aktionen in den Kontextmenüs von Caja™ erscheinen sollen und wie sie ausgeführt werden.

Das Caja-Actions Konfigurationswerkzeug verfügt über folgende Funktionsmerkmale:

  • Definieren und Konfigurieren von Aktionen von Null an.
  • Organisieren von Aktionen in Menüs und Untermenüs usw.
  • Importieren und Exportieren von Aktionen aus der und in die Welt außerhalb Ihrer Arbeitsumgebung.

Caja-Actions bringt noch weitere Funktionen mit, wie beispielsweise:

  • Ein Plugin für Caja, welches in Echtzeit die aktuell ausgewählten Dateien zum D-Bus-Dienst exportiert.

  • Ein Befehlszeilenprogramm, das fähig ist, irgendeine Aktion auszuführen.

    Im Zusammenspiel mit der D-Bus-Schnittstelle kann der Benutzer jede Aktion über ein Tastenkürzel ausführen, wodurch die Aktion auf die aktuell im Dateimanager ausgewählten Objekte angewendet wird.

  • Ein Befehlszeilenprogramm, welches in der Lage ist, eine neue Aktion zu starten.

Alle diese Funktionsmerkmale werden eingehend in der globalen Dokumentation des Caja-Actions Konfigurationswerkzeugs beschrieben.

2. Erste Schritte

2.1. Das Caja-Actions Konfigurationswerkzeug starten

Sie können das Caja-Actions Konfigurationswerkzeug auf folgende Arten starten:

Menü System

Wählen Sie Einstellungen ▸ Caja-Aktionen.

Befehlszeile

Um das Caja-Actions Konfigurationswerkzeug in einer Befehlszeile zu starten, geben Sie folgenden Befehl ein:

caja-actions-config-tool

und drücken dann die Eingabetaste.

Um die verfügbaren Befehlszeilenoptionen anzuzeigen, rufen Sie folgendes Argument auf:

caja-actions-config-tool --help-all

und drücken dann die Eingabetaste.

2.2. Der erste Start

Beim Start des Caja-Actions Konfigurationswerkzeugs wird folgendes Fenster angezeigt.

Abbildung 1 Startfenster des Caja-Actions Konfigurationswerkzeugs

Das leere Hauptfenster des Caja-Actions Konfigurationswerkzeugs

Das Hauptfenster des Caja-Actions Konfigurationswerkzeugs enthält die folgenden Elemente:

Menüleiste.

Die Menüs in der Menüleiste enthalten alle Befehle, die Sie im Caja-Actions Konfigurationswerkzeug benötigen.

Für einige Befehle sind Schnellzugriffe verfügbar:

Strg+N

Eine neue Aktion hinzufügen.

Strg+S

Geänderte Aktionen und Menüs speichern

Strg+Q

Die Anwendung beenden.

Strg+X

Die aktuelle Auswahl ausschneiden, jedoch in der Zwischenablage behalten.

Strg+C

Die aktuelle Auswahl in die Zwischenablage kopieren.

Strg+V

Den Inhalt der Zwischenablage vor der aktuellen Position einfügen.

Umschalttaste+Strg+V

Den Inhalt der Zwischenablage als Unterelement(e) des aktuellen Objekts einfügen.

Entf

Die momentane Auswahl löschen.

F5

Aktionen und Menüs neu laden.

F1

Hilfe anzeigen.

Werkzeugleiste.

Verschiedene Werkzeugleisten können unterhalb der Menüleiste angezeigt werden, abhängig von Ihren Einstellungen im Untermenü Ansicht ▸ Werkzeugleisten.

Objektliste.

Die Liste an der linken Seite des Hauptfensters enthält alle Objekte, gleich ob es sich um Aktionen oder Menüs handelt, die aktuell zur Bearbeitung im Caja-Actions Konfigurationswerkzeug zur Verfügung stehen.

Objekte können in alphabetischer oder umgekehrter alphabetischer Reihenfolge sortiert werden. Eine unsortierte Anzeige ist ebenfalls möglich, so dass der Benutzer die Objekte direkt selbts sortieren und verwalten kann.

Ungültige Einträge werden in roter Farbe dargestellt.

Geänderte Objekte werden in kursiver Schrift dargestellt.

Sortierknöpfe

Drei Knöpfe ermöglichen Ihnen das Umschalten zwischen den Sortierungsmodi.

Reiter für Eigenschaften.

Im rechten Teil des Hauptfensters wird alles angezeigt, was zum Definieren benötigt wird, wie, wann und wo Menüs angezeigt werden sollen.

Aktion/Menü

Legen Sie fest, in welchen Caja™-Menüs das Objekt erscheinen soll und auf welche Weise es angezeigt wird.

Befehl

Legen Sie fest, welcher Befehl ausgeführt wird und welche Parameter übergeben werden sollen.

Ausführung

Geben Sie an, wie der Befehl ausgeführt werden soll.

Basisnamen

Legen Sie die Filter für Basisnamen fest, denen die Auswahl in Caja™ entsprechen muss, damit die Aktion oder das Menü für die Anzeige infrage kommt.

MIME-Typen

Legen Sie die Filter für MIME-Typen fest, denen die Auswahl in Caja™ entsprechen muss, damit die Aktion oder das Menü für die Anzeige infrage kommt.

Ordner

Legen Sie die Filter für Ordner fest, denen die Auswahl in Caja™ entsprechen muss, damit die Aktion oder das Menü für die Anzeige infrage kommt.

Schemata

Legen Sie die Schema-Filter fest, denen die Auswahl in Caja™ entsprechen muss, damit die Aktion oder das Menü für die Anzeige infrage kommt.

Fähigkeiten

Legen Sie die Filter für Fähigkeiten fest, denen die Auswahl in Caja™ entsprechen muss, damit die Aktion oder das Menü für die Anzeige infrage kommt.

Umgebung

Legen Sie einige Umgebungsbedingungen fest, denen die Auswahl in Caja™ entsprechen muss, damit die Aktion oder das Menü für die Anzeige infrage kommt.

Eigenschaften

Eigenschaften eines Objekts anzeigen.

Statuszeile.

Die Statuszeile zeigt einige Statusinformationen über die aktuell ausgewählte Zeile in der Objektliste an.

Wenn keine relevanten Informationen zur Anzeige vorhanden sind, dann zeigt die Statuszeile die Anzahl der geladenen Menüs, Aktionen und Profile an.

Das Symbol für »schreibgeschützt« wird im rechten Teil der Statuszeile angezeigt, sofern zutreffend.

2.3. Erstellen Ihrer ersten Aktion

In diesem Beispiel erstellen wir eine Aktion, die einige nützliche Informationen über die aktuelle Auswahl zur Verfügung stellt.

Überprüfen der Voraussetzungen

Diese Aktion benötigt MateDialog™.

MateDialog™ ist ein Programm, das Ihnen die Erstellung grafischer Oberflächen über die Befehlszeile ermöglicht.

Sie sollten sicherstellen, dass dieses Programm auf Ihrem System installiert ist, indem Sie beispielsweise folgenden Befehl in einem Terminal aufrufen:

matedialog

und drücken dann die Eingabetaste.

Erstellen der Aktion

Um eine neue Aktion zu erstellen, wählen Sie Datei ▸ Neue Aktion (Strg+N).

Eine neue Aktion wird in die Objektliste eingefügt und deren Eigenschaften werden in den Reitern im rechten Teilfenster angezeigt.

Die Bezeichnung der aktuell ausgewählten Aktion (dieses) wird zum Anwendungsnamen in der Titelleiste hinzugefügt.

Abbildung 2 Vorgegebenen Eigenschaften einer neuen Aktion

Vorgegebenen Eigenschaften einer neuen Aktion

In der Objektliste wird die neue Aktion in kursiver Schrift dargestellt.

Kursivschrift wird verwendet, um den Benutzer daran zu erinnern, dass das Objekt noch nicht gespeichert wurde.

Eine weitere Erinnerung daran, dass es ungespeicherte Änderungen gebt, ist ein Asterisk (*), der dem Anwendungsnamen in der Titelzeile vorangestellt wird.

Charakterisieren Ihrer neuen Aktion

Im Wesentlichen geht es hierbei darum, wie Ihre Aktion in den Kontextmenüs des Dateimanagers angezeigt wird.

  • Geben Sie Meine erste Aktion im Eingabefeld Bezeichnung des Kontextmenüeintrages ein.

    Das Eingabefeld Bezeichnung des Kontextmenüeintrages enthält die Bezeichnung der Aktion, so wie Sie im Kontextmenü des Dateimanagers erscheinen soll.

    Diese Bezeichnung ist eine obligatorische Eigenschaft. Falls sie leer ist, dann wird Ihre Aktion durch Caja-Actions™ als ungültig erkannt: Sie wird in roter Farbe in der Objektliste angezeigt und nie für die Anzeige in den Kontextmenüs des Dateimanagers in Betracht gezogen.

  • Geben Sie Es wird eine Aktion mit einigen Parametern ausgeführt in das Eingabefeld Minihilfe ein.

    Im Eingabefeld Minihilfe können Sie einen Text eingeben, der als kurze Hilfe zu Ihrer Aktion angezeigt wird.

  • Wählen Sie in der Auswahlliste Symbol.

    Die Symbol-Auswahl legt das Symbol fest, das Ihrer Aktion in den Kontextmenüs des Dateimanagers und in der Werkzeugleiste zugeordnet wird.

    Sie haben zwei Möglichkeiten, Ihrer Aktion ein Symbol zuzuordnen:

    • Klicken Sie in die Auswahlliste Symbol, um ein Symbol auszuwählen.
    • Klicken Sie auf Durchsuchen, um im Dateisystem nach einer Bilddatei zu suchen.
Angeben des auszuführenden Befehls

Wenn Sie Ihre Aktion im Kontextmenü des Dateimanagers auswählen, wird dieser Befehl mit den von Ihnen angegebenen Argumenten ausgeführt.

Klicken Sie auf den Reiter Befehl, um einen Befehl eingeben zu können.

Abbildung 3 Reiter »Befehl«

Reiter »Befehl«

  • Geben Sie matedialog in das Eingabefeld Pfad ein.

    Das Eingabefeld Pfad legt den Befehl fest, der ausgeführt wird, wenn Sie diese Aktion in den Kontextmenüs des Dateimanagers auswählen.

    Es gibt zwei Möglichkeiten, den auszuführenden Befehl festzulegen:

    • Geben Sie ihn in das Eingabefeld Pfad ein.
    • Klicken Sie auf Durchsuchen, um im Dateisystem nach einer ausführbaren Datei zu suchen.

    Falls Sie den Befehl ohne absoluten Pfad eingeben, wird zur Ausführungszeit in der Variable PATH danach gesucht.

  • Geben Sie --info --text='%c selected item(s): %U' in das Eingabefeld Parameter ein.

    Die Parameter enthalten die Argumente, die bei der Ausführung dem Befehl übergeben werden sollen. In diesen Argumente können eingebettete Parameter enthalten sein, die zur Ausführung expandiert werden.

    Wenn sowohl Pfad als auch Parameter leer sind, dann wird Ihre Aktion als ungültig erkannt: Sie wird in roter Farbe in der Objektliste angezeigt und nie für die Anzeige in den Kontextmenüs des Dateimanagers in Betracht gezogen.

Speichern

Um sämtliche ausstehenden Änderungen zu speichern, wählen Sie Datei ▸ Speichern (Strg+S).

Caja™ berücksichtigt Ihre neue Aktion automatisch und zeigt Sie in seinem Kontextmenü an.

Abbildung 4 Ihre erste Aktion im Kontextmenü von Caja™

Ihre erste Aktion im Kontextmenü von Caja™

Durch Anklicken des Objekts im Kontextmenü von Caja™ wird es aktiviert und der zugehörige Befehl ausgeführt.

Abbildung 5 Das Ergebnis der Ausführung Ihrer ersten Aktion

Das Ergebnis der Ausführung Ihrer ersten Aktion

3. Caja-Actions Konfigurationswerkzeug verwenden

3.1. Definieren der Bedingungen

Ob Ihre Aktion tatsächlich in den Kontextmenüs der Dateiverwaltung Caja™ oder in dessen Werkzeugleiste angezeigt wird, hängt von den Bedingungen ab, die Sie dafür definiert haben.

Diese Bedingungen können sich auf den Ort beziehen, an dem der Dateimanager gerade geöffnet ist oder auf die aktuell ausgewählten Objekte an diesem Ort.

Bei jeder Änderung des Ortes oder der ausgewählten Dateien prüft Caja-Actions™ alle Ihre Aktionen und vergleicht sie mit den definierten Bedingungen hinsichtlich des neuen Ortes und der Dateiauswahl. Alle Bedingungen müssen erfüllt sein, damit Ihre Aktion tatsächlich angezeigt wird.

3.1.1. Auf dem Basisnamen basierende Bedingungen

Sie können festlegen, dass Ihre Aktion abhängig von den Basisnamen der aktuell im Dateimanager ausgewählten Objekte angezeigt werden soll. Dazu muss ein gewisser Teil der Basisnamen der Objekte übereinstimmen, wobei Sie außerdem gleichzeitig festlegen können, dass ein weiterer Basisnamenteil nicht in den gewählten Objekten vorkommen darf.

Klicken Sie auf den Reiter Basisnamen, um die auf Basisnamen basierenden Bedingungen zu konfigurieren.

Abbildung 6 Auf dem Basisnamen basierende Bedingungen

Der Reiter für auf Basisnamen basierende Bedingungen

Faktisch werden auf Basisnamen basierende Bedingungen als eine Liste aus Mustern erstellt, die entweder die Form »muss mit einem von … übereinstimmen« oder »darf nicht mit einem von … übereinstimmen« haben. Damit Ihre Aktion auf Basisnamen basierende Bedingungen verarbeiten kann, muss jedes Element der Auswahl für eine der aufgelisteten Bedingungen gültig sein: Der Basisname jedes Elements muss auf mindestens eines der »muss mit einem von … übereinstimmen«-Muster passen und darf nicht auf eines der »darf nicht mit einem von … übereinstimmen«-Muster passen.

Falls mindestens ein Element der Auswahl nicht alle definierten Bedingungen erfüllt, dann wird Ihre Aktion nicht angezeigt.

Wenn Ihre Aktion für das Kontextmenü der Auswahl bestimmt ist, dann werden die auf Basisnamen basierenden Bedingungen auf die aktuell ausgewählten Objekte angewendet. Wenn Ihre Aktion dagegen für das Kontextmenü des Ortes oder für die Werkzeugleiste bestimmt ist, dann werden die auf Basisnamen basierenden Bedingungen auf den Basisnamen des aktuellen Ortes angewendet.

Die Definition einer neuen auf Basisnamen basierenden Bedingung umfasst zwei Schritte.

  1. Definiert die neue Filterbedingung.

    • Drücken Sie Einf oder klicken Sie auf den Knopf , um eine neue Filterbedingung einzufügen.

    • Bearbeiten Sie die neu eingefügte Filterbedingung, so dass sie den gewünschten Basisnamen enthält.

      Eine auf dem Basisnamen beruhende Bedingung darf die Platzhalterzeichen * oder ? enthalten.

  2. Gibt an, ob es sich um eine Bedingung der Form »muss mit einem von … übereinstimmen« oder »darf nicht mit einem von … übereinstimmen« handelt.

    Klicken Sie auf den Radioknopf Muss einem entsprechen von oder Muss allen entsprechen von in der gleichen Zeile, um die jeweilige Bedingung festzulegen.

Abhängig von dem Betriebssystem, auf das Sie abzielen, stellen Sie bitte sicher, dass das Ankreuzfeld Groß-/Kleinschreibung beachten aktiviert ist oder nicht.

  • Wenn aktiviert, wird für alle Filter die Groß- und Kleinschreibung beachtet, was bedeutet, dass /meine/datei und /Meine/Datei unterschiedlich gewertet werden.

    Dies ist das vorgegebene Verhalten auf Unix-ähnlichen Systemen.

  • Wenn deaktiviert, wird für alle Filter die Groß- und Kleinschreibung nicht beachtet, was bedeutet, dass /meine/datei und /Meine/Datei gleich gewertet werden.

    Das ist höchstwahrscheinlich dann der Fall, wenn Sie auf eines der Windows™-Betriebssysteme abzielen.

Drücken Sie Entf oder klicken Sie auf den Knopf , um eine neue Filterbedingung zu entfernen.

Per Voreinstellung ist eine Filterbedingung »muss einem von * entsprechen«. Weil alle Basisnamen immer die Bedingung »*« erfüllen bedeutet dies, dass auf Basisnamen basierende Filterbedingungen als nicht relevant für die Aktion angesehen werden.

3.1.2. Auf dem MIME-Typ basierende Bedingungen

Sie können festlegen, dass Ihre Aktion abhängig von den MIME-Typen der aktuell im Dateimanager ausgewählten Objekte angezeigt werden soll. Dazu muss jedes Objekt der Auswahl einem bestimmten MIME-Typ entsprechen, wobei Sie außerdem gleichzeitig festlegen können, dass keines der ausgewählten Objekte einem anderen anzugebenden MIME-Typ entsprechen darf.

Klicken Sie auf den Reiter MIME-Typen, um auf dem MIME-Typen basierende Bedingungen festzulegen.

Abbildung 7 Auf dem MIME-Typ basierende Bedingungen

Der Reiter für auf dem MIME-Typ basierende Bedingungen

Faktisch werden auf dem MIME-Typ basierende Bedingungen als eine Liste aus Mustern erstellt, die entweder die Form »muss mit einem von … übereinstimmen« oder »darf nicht mit einem von … übereinstimmen« haben. Damit Ihre Aktion auf dem MIME-Typ basierende Bedingungen verarbeiten kann, muss jedes Element der Auswahl für eine der aufgelisteten Bedingungen gültig sein: Der MIME-Typ jedes Elements muss auf mindestens eines der »muss mit einem von … übereinstimmen«-Muster passen und darf nicht auf eines der »darf nicht mit einem von … übereinstimmen«-Muster passen.

Falls mindestens ein Element der Auswahl nicht alle definierten Bedingungen erfüllt, dann wird Ihre Aktion nicht angezeigt.

Wenn Ihre Aktion für das Kontextmenü der Auswahl bestimmt ist, dann werden die auf dem MIME-Typ basierenden Bedingungen auf die aktuell ausgewählten Objekte angewendet. Wenn Ihre Aktion dagegen für das Kontextmenü des Orts oder für die Werkzeugleiste bestimmt ist, dann werden Ihre auf dem MIME-Typ basierenden Bedingungen gegen den MIME-Typ des aktuellen Orts angewendet. Letzter ist der sehr bekannte MIME-Typ »inode/directory«.

Die Definition einer neuen auf dem MIME-Typ basierenden Bedingung umfasst zwei Schritte.

  1. Definiert die neue Filterbedingung.

    • Drücken Sie Einf oder klicken Sie auf den Knopf , um eine neue Filterbedingung einzufügen.

    • Bearbeiten Sie die neu eingefügte Filterbedingung, so dass sie den gewünschten MIME-Typen enthält.

      Ein MIME-Typ muss als Ausdruck der Form gruppe/untergruppe definiert werden.

      Der Platzhalter * wird nur in einigen Situationen unterstützt:

      • Der Ausdruck */* trifft auf alle MIME-Typen zu. Als bequeme Abkürzung wird das Literal * für den gleichen Zweck akzeptiert.
      • Die Zeichenkette »group/*« trifft auf alle Untergruppen des group-MIME-Typen zu.
      • Die Zeichenkette */subgroup wird nicht als gültiger Platzhalter akzeptiert.
  2. Gibt an, ob es sich um eine Bedingung der Form »muss mit einem von … übereinstimmen« oder »darf nicht mit einem von … übereinstimmen« handelt.

    Klicken Sie auf den Radioknopf Muss einem entsprechen von oder Muss allen entsprechen von in der gleichen Zeile, um die jeweilige Bedingung festzulegen.

Drücken Sie Entf oder klicken Sie auf den Knopf , um eine Filterbedingung zu entfernen.

Per Voreinstellung ist eine auf einem MIME-Typ basierende Filterbedingung »muss einem von */* entsprechen«. Weil alle Basisnamen immer die Bedingung »*/*« erfüllen, bedeutet dies, dass MIME-Typen als nicht relevant für die Aktion angesehen werden.

Beispiel 1 Beispiel für übliche MIME-Typen
all/all

Trifft auf alle Objekte zu.

all/allfiles

Bezieht alle regulären Dateien ein.

inode/directory

Bezieht nur Ordner ein.

3.1.3. Auf Ordnern basierende Bedingungen

Sie können festlegen, dass Ihre Aktion abhängig von dem Ordner der aktuell im Dateimanager ausgewählten Objekte angezeigt werden soll. Dazu muss sich jedes Objekt der Auswahl in einer bestimmten Hierarchie befinden, wobei Sie außerdem gleichzeitig festlegen können, dass keines der Objekte in einer anderen Hierarchie liegen darf.

Eine auf Ordnern basierende Bedingung muss als die Spezifikation einer Hierarchie angesehen werden, in welcher das aktuell untersuchte Objekt (nicht) verbleiben soll. Es ist ein Muster des Ordnernamens des Elements.

Klicken Sie auf den Reiter Ordner, um die auf Ordnern basierenden Bedingungen zu konfigurieren.

Abbildung 8 Auf Ordnern basierende Bedingungen

Der Reiter für auf Ordnern basierende Bedingungen

Tatsächlich werden auf Ordnern basierende Bedingungen als eine Liste von »Muss einem entsprechen von« und »Darf keinem entsprechen von« erstellt. Damit Ihre Aktion auf Ordnern basierende Bedingungen verarbeiten kann, muss jedes Element der Auswahl für eine der aufgelisteten Bedingungen gültig sein: Jedes Element muss sich in einem der unter »muss mit einem von … übereinstimmen« aufgeführten Ordner befinden und darf nicht mit einem der unter »darf nicht mit einem von … übereinstimmen« aufgeführten Ordnernamen übereinstimmen.

Falls mindestens ein Element der Auswahl nicht alle definierten Bedingungen erfüllt, dann wird Ihre Aktion nicht angezeigt.

Wenn Ihre Aktion für das Kontextmenü der Auswahl bestimmt ist, dann werden Ihre auf Ordnern basierenden Bedingungen auf den Ordnernamen jedes aktuell ausgewählten Objekts angewendet. Wenn Ihre Aktion dagegen für das Kontextmenü des Orts oder für die Werkzeugleiste bestimmt ist, dann werden Ihre auf Ordnern basierenden Bedingungen auf den aktuellen Ort angewendet.

Die Definition einer neuen auf Ordnern basierenden Bedingung umfasst zwei Schritte.

  1. Definiert die neue Filterbedingung.

    • Drücken Sie Einf oder klicken Sie auf den Knopf , um eine neue Filterbedingung einzufügen.

    • Bearbeiten Sie die neu eingefügte Filterbedingung, so dass sie den gewünschten Ordner enthält.

      Die Zeichen * und ? werden auf jeder Ebene des definierten Ordnerfilters als Platzhalter akzeptiert.

    • Oder klicken Sie auf Durchsuchen, um einen Ordner im Dateisystem auszuwählen.

  2. Gibt an, ob es sich um eine Bedingung der Form »muss mit einem von … übereinstimmen« oder »darf nicht mit einem von … übereinstimmen« handelt.

    Klicken Sie auf den Radioknopf Muss einem entsprechen von oder Muss allen entsprechen von in der gleichen Zeile, um die jeweilige Bedingung festzulegen.

Drücken Sie Entf oder klicken Sie auf den Knopf , um eine definierte Ordner-basierte Filterbedingung zu entfernen.

Per Voreinstellung ist eine auf Ordnern basierende Filterbedingung »muss einem von / entsprechen«. Weil »/« immer die oberste Ebene eines Unix-ähnlichen Dateisystems ist, erfüllen alle gewählten Objekte immer diese Bedingung.

Wenn das Ziel ein Windows™-Betriebssystem ist, dann dürfte dieser Vorgabewert nicht derjenige sein, den Sie tatsächlich benötigen.

3.1.4. Auf Schemata basierende Bedingungen

Sie können festlegen, dass Ihre Aktion abhängig von den Schemata der Adressen der aktuell im Dateimanager ausgewählten Objekte angezeigt werden soll. Dazu muss jedes Objekt ein bestimmtes Schema haben, wobei Sie außerdem gleichzeitig festlegen können, dass keines der Objekte ein anderes Schema haben darf.

Klicken Sie auf den Reiter Schemata, um die auf Schemata basierenden Bedingungen zu konfigurieren.

Abbildung 9 Schemata basierte Bedingungen

Der Reiter für auf Schemata basierende Bedingungen

Faktisch werden auf Schemata basierte Bedingungen als eine Liste aus Mustern erstellt, die entweder die Form »muss mit einem von … übereinstimmen« oder »darf nicht mit einem von … übereinstimmen« haben. Damit Ihre Aktion auf Basisnamen basierende Bedingungen verarbeiten kann, muss jedes Element der Auswahl für eine der aufgelisteten Bedingungen gültig sein: Der Basisname jedes Elements muss auf mindestens eines der »muss mit einem von … übereinstimmen«-Muster passen und darf nicht auf eines der »darf nicht mit einem von … übereinstimmen«-Muster passen.

Falls mindestens ein Element der Auswahl nicht alle definierten Bedingungen erfüllt, dann wird Ihre Aktion nicht angezeigt.

Wenn Ihre Aktion für das Kontextmenü der Auswahl bestimmt ist, dann werden die auf Schemata basierende Bedingungen auf die aktuell ausgewählten Objekte angewendet. Wenn Ihre Aktion dagegen für das Kontextmenü des Orts oder für die Werkzeugleiste bestimmt ist, dann werden die auf Schemata basierenden Bedingungen auf das Schema des aktuellen Orts angewendet.

Die Definition einer neuen auf Schemata basierenden Bedingung umfasst zwei Schritte.

  1. Definiert die neue Filterbedingung.

    • Drücken Sie Einf oder klicken Sie auf den Knopf , um eine neue Filterbedingung einzufügen.

    • Bearbeiten Sie die neu eingefügte Filterbedingung, so dass sie das gewünschte Schema enthält.

      Auf Schemata basierende Bedingungen akzeptieren nur den Platzhalter »*«, welcher »Jedes Schema« bedeutet.

    • Oder klicken Sie auf Allgemein, um eines der unter Bearbeiten ▸ Einstellungen definierten Schemata auszuwählen.

      Abbildung 10 Auswahl eines Schemas aus vordefinierten Schemata

      Auswahl eines Schemas aus vordefinierten Schemata

      Ein neues Schema darf hier nur ausgewählt werden, wenn es nicht bereits als Schema-Filter definiert wurde.

      Um ein neues Schema auszuwählen, klicken Sie auf OK oder doppelklicken Sie auf die gewünschte Zeile.

  2. Gibt an, ob es sich um eine Bedingung der Form »muss mit einem von … übereinstimmen« oder »darf nicht mit einem von … übereinstimmen« handelt.

    Klicken Sie auf den Radioknopf Muss einem entsprechen von oder Muss allen entsprechen von in der gleichen Zeile, um die jeweilige Bedingung festzulegen.

Drücken Sie Entf oder klicken Sie auf den Knopf , um eine auf Schemata basierende Filterbedingung zu entfernen.

Per Voreinstellung entspricht eine auf Schemata basierende Filterbedingung »muss einem von * entsprechen«. Dies bedeutet, dass Schemata für diese Aktion nicht relevant sind.

3.1.5. Auf Fähigkeiten basierende Bedingungen

Als Fähigkeiten werden hier Eigenschaften bezeichnet, die eine Datei dem Benutzer anbietet.

But except for the Local capability, all others depend on the user who executes the command.

Sie können festlegen, ob Ihre Aktion angezeigt werden soll oder nicht, abhängig von den Fähigkeiten der ausgewählten Objekte bzw. dem aktuellen Benutzer.

Klicken Sie auf den Reiter Fähigkeiten, um die auf den zur Verfügung stehenden Fähigkeiten basierenden Bedingungen zu konfigurieren.

Abbildung 11 Auf Fähigkeiten basierende Bedingungen

Der Reiter für auf Fähigkeiten basierende Bedingungen

Faktisch werden auf Fähigkeiten basierende Bedingungen als eine Liste aus Mustern erstellt, die entweder die Form »muss mit einem von … übereinstimmen« oder »darf nicht mit einem von … übereinstimmen« haben. Damit Ihre Aktion auf Fähigkeiten basierende Bedingungen verarbeiten kann, muss jedes Element der Auswahl für eine der aufgelisteten Bedingungen gültig sein: Die Fähigkeit jedes Elements muss auf mindestens eines der »muss mit einem von … übereinstimmen«-Muster passen und darf nicht auf eines der »darf nicht mit einem von … übereinstimmen«-Muster passen.

Falls mindestens ein Element der Auswahl nicht alle definierten Bedingungen erfüllt, dann wird Ihre Aktion nicht angezeigt.

Wenn Ihre Aktion für das Kontextmenü der Auswahl bestimmt ist, dann werden die auf Fähigkeiten basierende Bedingungen auf die aktuell ausgewählten Objekte angewendet. Wenn Ihre Aktion dagegen für das Kontextmenü des Orts oder für die Werkzeugleiste bestimmt ist, dann werden die auf Fähigkeiten basierenden Bedingungen auf jene des aktuellen Orts angewendet.

Die Definition einer neuen auf Fähigkeiten basierenden Bedingung umfasst zwei Schritte.

  1. Definiert die neue Filterbedingung.

    • Drücken Sie Einf zum Einfügen eines neuen auf Fähigkeiten basierenden Filters.

    • Bearbeiten Sie die neu eingefügte Filterbedingung, so dass sie die gewünschte Fähigkeit enthält.

    • Oder klicken Sie auf zum Öffnen des Dialogs Eine neue Fähigkeit hinzufügen.

      Abbildung 12 Verwaltete Fähigkeiten

      Die Liste der verwalteten Fähigkeiten

      Eine neue Fähigkeit darf hier nur ausgewählt werden, wenn es nicht bereits als Fähigkeiten-Filter definiert wurde.

      Um eine neue Fähigkeit auszuwählen, klicken Sie auf OK oder doppelklicken Sie auf die gewünschte Zeile.

  2. Gibt an, ob es sich um eine Bedingung der Form »muss mit allen von … übereinstimmen« oder »darf nicht mit einem von … übereinstimmen« handelt.

    Klicken Sie auf den Radioknopf Muss allen entsprechen von oder Darf keinem entsprechen von in der gleichen Zeile, um die jeweilige Bedingung festzulegen.

Drücken Sie Entf oder klicken Sie auf den Knopf , um einen definierten Fähigkeiten-Filter zu entfernen.

Per Voreinstellung ist die Liste der auf Fähigkeiten basierenden Filter leer. Somit sind auf Fähigkeiten basierende Bedingungen für diese Aktion nicht relevant.

3.1.6. Bedingung zur Anzahl der Auswahl

Sie können festlegen, dass Ihre Auswahl nur dann erscheint, wenn die gegenwärtige Auswahl im Dateimanager einer genauen Anzahl der Objekte entspricht oder eine genaues Verhältnis zu einer gegebenen Anzahl hat.

Beispiel 2 Ein Anwendungsfall der Anzahl der Auswahl

Falls Ihre Aktion aus der Anzeige der Unterschiede zwischen zwei Dateien besteht, können Sie hier beispielsweise Count = (equal to) 2 angeben.

Klicken Sie auf den Reiter Umgebung, um die von der Umgebung abhängigen Bedingungen zu konfigurieren.

Abbildung 13 Auf der Umgebung basierende Bedingungen

Der Reiter für auf der Umgebung basierende Bedingungen

Die Bedingung Auswahlanzahl wird im Feld Erscheint, wenn die Auswahl enthält definiert.

Abbildung 14 Bereich für den Auswahlzähler

Bereich für den Auswahlzähler

Wenn Ihre Aktion für das Kontextmenü der Auswahl bestimmt ist, dann wird die hier definierte Zählbedingung mit der aktuellen Zahl ausgewählter Objekte verglichen. Wenn Ihre Aktion dagegen für das Kontextmenü des Orts oder für die Werkzeugleiste bestimmt ist, dann wird die Zählbedingung mit Null verglichen, weil es in diesem Fall kein ausgewähltes Objekt gibt.

So definieren Sie eine Bedingung für eine Auswahlanzahl:

  • Wählen Sie in der Auswahlliste Anzahl den Operator aus, den Sie auf die Auswahlanzahl anwenden wollen:

    < (definitiv kleiner als)
    = (entspricht)
    > (definitiv größer als)
  • Geben Sie die gewünschte Auswahlanzahl ein.

Die Auswahlanzahl hat als Voreinstellung »Anzahl > (streng größer als) 0«. Dies bedeutet, dass die Aktion als Kandidat zum Anzeigen in Frage kommt, sobald mehr als ein Objekt in der Dateiverwaltung ausgewählt ist.

3.1.7. Auswahl der Arbeitsumgebung

Sie können festlegen, dass Ihre Aktion:

  • immer erscheint,
  • oder nur in bestimmten angegebenen Arbeitsumgebungen erscheint,
  • oder in bestimmten angegebenen Arbeitsumgebungen nicht erscheint.

Innerhalb dieser drei Möglichkeiten ist nur eine Auswahl möglich.

Klicken Sie auf den Reiter Umgebung, um die von der Umgebung abhängigen Bedingungen zu konfigurieren.

Die Auswahl der Arbeitsumgebung wird im Feld Arbeitsumgebung definiert.

Abbildung 15 Feld zur Auswahl der Arbeitsumgebung

Feld zur Auswahl der Arbeitsumgebung

So definieren Sie die Arbeitsumgebung:

  1. Wählen Sie zunächst den Typ des zu verwendenden Filters:

    should your action always appear, regardless of the desktop environment ?
    should your action only appear in some desktop environment(s) ?
    should your action never appear in some desktop environment(s) ?
  2. Sollte Ihre Aktion nicht immer erscheinen, so wählen Sie die entsprechende(n) Arbeitsumgebung(en) in der Auswahlliste auf der rechten Seite.

The targeted desktop environment condition defaults to « Always appear », which means that the action will be a candidate to be displayed regardless of the current desktop environment.

3.1.8. Bedingung für ausführbare Datei

Sie können festlegen, dass Ihre Aktion nur dann erscheinen wird, wenn einige notwendige Pakete auf dem System installiert sind. Für diese Prüfung geben Sie hier eine bestimmte Datei an, die von einem Paket installiert wird. Die Datei muss im Dateisystem vorhanden und ausführbar sein.

Klicken Sie auf den Reiter Umgebung, um die von der Umgebung abhängigen Bedingungen zu konfigurieren.

Die Bedingung »ausführbare Datei vorhanden« ist im Feld Ausführungsumgebung definiert.

Abbildung 16 Feld Ausführungsumgebung

Feld Ausführungsumgebung

Geben Sie zum Festlegen der relevanten Datei deren vollen Dateinamen in das Eingabefeld Erscheint, wenn die Datei ausführbar ist ein, oder klicken Sie auf Durchsuchen und wählen Sie eine Datei im Dateisystem.

Lassen Sie das Feld leer, wenn die Bedingung für Ihre Aktion irrelevant ist.

Sie können einige Parameter in den gesuchten Dateinamen einbetten. Diese Parameter werden dynamisch zur Ausführungszeit mit Werten ersetzt, die von den ausgewählten Objekt(en) abhängen.

3.1.9. Bedingung für eine D-Bus-Registrierung

Sie können festlegen, dass Ihre Aktion nur dann erscheinen soll, wenn ein bestimmter Name zur Ausführungszeit am D-Bus-System registriert ist.

Klicken Sie auf den Reiter Umgebung, um die von der Umgebung abhängigen Bedingungen zu konfigurieren. Wählen Sie anschließend Ausführungsumgebung.

Geben Sie zum Definieren den relevanten Namen in das Eingabefeld Erscheint, wenn der Name bei D-Bus registriert ist ein.

Lassen Sie das Feld leer, wenn die Bedingung für Ihre Aktion irrelevant ist.

Sie können einige Parameter in den gesuchten Namen einbetten. Diese Parameter werden dynamisch zur Ausführungszeit mit Werten ersetzt, die von den ausgewählten Objekt(en) abhängen.

3.1.10. Angepasste Bedingung

Sie können festlegen, dass Ihre Aktion nur dann erscheinen wird, wenn ein bestimmter Befehl die Zeichenkette true auf die Standardausgabe ausgibt.

Klicken Sie auf den Reiter Umgebung, um die von der Umgebung abhängigen Bedingungen zu konfigurieren. Wählen Sie anschließend Ausführungsumgebung.

So können Sie Ihren eigenen angepassten Bedingungsfilter definieren, indem Sie ein kleines Skript schreiben, dass gegebenenfalls die Zeichenkette true auf die Standardausgabe ausgibt.

Geben Sie zum Definieren den Befehl in das Eingabefeld Erscheint, wenn der Befehl »true« ausgibt ein.

Lassen Sie das Feld leer, wenn die Bedingung für Ihre Aktion irrelevant ist.

Sie können einige Parameter in den Dateinamen einbetten, der ausgeführt wird, oder in dessen Optionen. Diese Parameter werden zur Laufzeit dynamisch mit Werten ersetzt, die von den gewählte(n) Objekt(en) abhängen.

3.1.11. Bedingung für laufende Prozesse

Sie können bestimmten, dass Ihre Aktion nur dann erscheinen wird, wenn ein bestimmter Prozess aktuell ausgeführt wird.

Klicken Sie auf den Reiter Umgebung, um die von der Umgebung abhängigen Bedingungen zu konfigurieren. Wählen Sie anschließend Ausführungsumgebung.

Geben Sie zum Festlegen der Binärdatei deren Namen in das Eingabefeld Erscheint, wenn die Binärdatei ausgeführt wird ein, oder klicken Sie auf Durchsuchen und wählen Sie eine Datei im Dateisystem.

Selbst wenn Sie den vollen Dateinamen der Binärdatei angeben, so wird zur Laufzeit nur nach dem Basisnamen in der Prozessliste gesucht.

Lassen Sie das Feld leer, wenn die Bedingung für Ihre Aktion irrelevant ist.

Sie können einige Parameter in den gesuchten Namen einbetten. Diese Parameter werden dynamisch zur Ausführungszeit mit Werten ersetzt, die von den ausgewählten Objekt(en) abhängen.

3.2. Bestimmung des Ortes der Aktion

Abbildung 17 Zielkonfiguration

Zielkonfiguration

Die Dateiverwaltung Caja™ zeigt u.U. Ihre Aktion an verschiedenen Stellen an, je nach dem, was Sie hier angeben und welche Objekte ausgewählt sind.

Klicken Sie auf den Reiter Aktion, um die Orte Ihrer Aktionsziele zu konfigurieren.

3.2.1. Eintrag in das Kontextmenü der Auswahl

Wenn das Ankreuzfeld Objekt im Kontextmenü der Auswahl anzeigen ausgewählt ist, dann ist Ihre Aktion ein potenzieller Kandidat für das Caja™-Kontextmenü, sofern mindestens ein Objekt in der Dateiverwaltung ausgewählt ist. Ihre Aktion arbeitet mit den jeweils aktuell ausgewählten Objekt(en). Damit sie auch tatsächlich angezeigt wird, müssen allen Bedingungen der in Frage kommenden Aktion durch jedes aktuell gewählte Objekt erfüllt werden, das in der Dateiverwaltung Caja™ ausgewählt ist.

Wenn eine Aktion für das Kontextmenü einer Auswahl vorgesehen ist und auch in einem Kontextmenü von Caja™ angezeigt wird, dann wird sie auch im Menü Bearbeiten von Caja™ angezeigt.

Dieses Ziel wird per Voreinstellung ausgewählt.

3.2.2. Eintrag in das Kontextmenü des Orts

Wenn das Ankreuzfeld Objekt im Kontextmenü des Orts anzeigen ausgewählt ist, dann ist Ihre Aktion ein potenzieller Kandidat für das Caja™-Kontextmenü, sofern kein Objekt in der Dateiverwaltung ausgewählt ist. Ihre Aktion arbeitet mit dem jeweils aktuellen Ort. Damit sie auch tatsächlich angezeigt wird, müssen allen Bedingungen der in Frage kommenden Aktion durch den aktuellen Ort erfüllt werden, der in der Dateiverwaltung Caja™ geöffnet ist.

Wenn eine Aktion für das Kontextmenü eines Orts vorgesehen ist und auch tatsächlich in einem Kontextmenü von Caja™ angezeigt wird, dann wird sie auch im Menü Datei von Caja™ angezeigt.

3.2.3. Eintrag in die Werkzeugleiste

Wenn das Ankreuzfeld Objekt in der Werkzeugleiste anzeigen ausgewählt ist, dann ist Ihre Aktion ein potenzieller Kandidat für die Caja™-Werkzeugleiste.

In der Werkzeugleiste angezeigte Aktionen arbeiten nur mit dem aktuell in der Dateiverwaltung angezeigten Ort, nicht aber mit den jeweils aktuell (nicht) ausgewählten Objekten. Damit sie auch tatsächlich angezeigt werden, müssen allen Bedingungen der in Frage kommenden Aktion durch den aktuell geöffneten Ort erfüllt sein.

3.2.4. Notizen

Legt fest, ob Ihre Aktion in einem Kontextmenü angezeigt werden soll

Legt fest, ob es das Kontextmenü der Auswahl oder das Kontextmenüs des Orts ist. Es wird im Caja™-Kontextmenü und in den Menüs Datei und Bearbeiten angezeigt als

  • die Kontext-Beschriftung als Beschriftung,
  • ein Symbol,
  • diese beiden Eigenschaften werden mit einer Minihilfe assoziiert.

Ob die Bezeichnung des Menüs vor dem Symbol in der Werkzeugleiste angezeigt wird, ist von der genauen Konfiguration Ihrer Arbeitsumgebung abhängig.

Sie können bestimmte Parameter in die Beschriftung, den Symbolnamen und die Minihilfe integrieren. Sie werden zur Ausführungszeit dynamisch mit Werten ersetzt, die von den gewählten Objekt(en) abhängen.

Wenn Ihre Aktion in der Werkzeugleiste angezeigt werden soll

Sie wird angezeigt als

  • die Werkzeugleisten-Beschriftung als Beschriftung,
  • ein Symbol,
  • diese beiden Eigenschaften werden mit einer Minihilfe assoziiert.

Abhängig von der genauen Konfiguration Ihrer Arbeitsumgebung wird die Beschriftung der Werkzeugleiste vor dem Symbol in der Werkzeugleiste angezeigt.

Die Beschriftung in der Werkzeugleiste entspricht per Voreinstellung derjenigen in den Menüs. Mit Abwahl des Ankreuzfelds Die gleiche Beschriftung für das Symbol in der Werkzeugleiste verwenden geben Sie eine Beschriftung explizit für die Werkzeugleiste an. Diese ist für gewöhnlich kürzer als jene für die Menüs.

Sie können bestimmte Parameter in die Beschriftung der Werkzeugleiste, den Symbolnamen und die Minihilfe integrieren. Diese werden zur Ausführungszeit dynamisch mit Werten ersetzt, die von den gewählten Objekt(en) abhängen.

Definieren verschiedener Ziele

Eine Aktion kann für das Kontextmenü einer Auswahl, eines Orts, die Werkzeugleiste bzw. für eine beliebige Kombination aller bestimmt sein.

Definieren keines Ziels

Falls überhaupt kein Ziel definiert ist, also wenn alle drei Ankreuzfelder deaktiviert sind, dann wird Ihre Aktion niemals angezeigt.

3.3. Welche Aktion soll ausgeführt werden?

Wahrscheinlich möchten Sie, dass Ihre Aktion letztendlich etwas ausführt. Tatsächlich ist eine der wenigen Voraussetzungen für die Gültigkeit einer Aktion, dass diese etwas ausführen soll.

Wie bereits gesehen wird der auszuführende Befehl auf der Seite Befehl konfiguriert.

Dieser Befehl kann Argumente annehmen, die wiederum eingebettete Parameter enthalten dürfen. Diese werden zur Ausführungszeit mit Werten erweitert, die von den gewählten Objekt(en) abhängen.

3.3.1. Verfügbare Parameter

Klicken Sie auf der Seite Befehl auf den Knopf Legende, um eine Liste aller verfügbaren Parameter zu sehen.

Abbildung 18 Liste der verfügbaren Parameter

Die verfügbaren Parameter

Der Knopf Legende hat eine Doppelfunktion: Klicken Sie einmal darauf, dann erscheint das Dialogfeld Parameterlegende; Klicken Sie erneut, um es zu verbergen.

Das Wort »zuerst« kann verwirrend sein, weil es sich nur auf die interne Liste der gewählten Objekte der Dateiverwaltung bezieht, welche an das Plugin Caja-Aktionen™ übergeben wird.

In particular, it has nothing to do with the visual selection you may have done in the file manager window. And, in fact, which is the « first » selected item in a multiple selection is absolutely undefined and rather unpredictable.

3.3.2. Wo soll die Aktion ausgeführt werden?

Ihre Aktion kann in einem bestimmten Arbeitsordner ausgeführt werden.

Sie geben diesen im Reiter Befehl im Eingabefeld Arbeitsordner an, oder indem Sie auf den Knopf Durchsuchen zum Wählen eines Ordners im Dateisystem klicken.

Abbildung 19 Feld für Arbeitsordner

Feld für Arbeitsordner

Der Arbeitsordner ist per Voreinstellung %d, das heißt, die Befehle werden im Basisordner des (ersten) ausgewählten Objekts ausgeführt.

Im speziellen Fall eines %d-Parameters ist das erste gewählte Objekt nicht von Bedeutung, weil man davon ausgehen kann, dass alle gewählten Objekte im selben Basisordner sind.

3.3.3. Wie soll die Aktion ausgeführt werden?

Apart from configuring the conditions, the selection must be met in order your action be displayed in file manager menus, Caja-Actionsâ„¢ allows you to configure how exactly your command will be executed.

Klicken Sie auf den Reiter Ausführung, um die Ausführung eines Befehls zu konfigurieren.

Abbildung 20 Konfiguration der Ausführungsmodi

Konfiguration der Ausführungsmodi

3.3.3.1. Ausführungsmodus
Abbildung 21 Konfiguration des Ausführungsmodus

Konfiguration des Ausführungsmodus

Der Ausführungsmodus Ihres Befehls kann aus folgenden Werten gewählt werden:

Normal

Startet den Befehl als normale grafische Benutzeroberfläche.

Terminal

Startet das bevorzugte Terminal der Arbeitsumgebung und führt den Befehl darin aus.

Eingebettet

Nutzt ein spezielles Funktionsmerkmal des Dateimanagers, wodurch ein Terminal in diesem ausgeführt wird.

Weil Cajaâ„¢ diese Funktion nicht bietet, ist diese Option identisch zur Terminal-Option.

Ausgabe anzeigen

Startet das bevorzugte Terminal der Arbeitsumgebung und führt den Befehl darin aus. Am Ende werden die Standardkanäle (stdout, stderr) ausgelesen und angezeigt.

Der Standardausführungsmodus eines Befehls ist Normal. Das bedeutet, dass der Befehl ohne besondere davor oder danach auszuführende Aktionen gestartet wird.

3.3.3.2. Start-Rückmeldungen
Abbildung 22 Konfiguration der Startmodi

Konfiguration der Startmodi

Wenn der Ausführungsmodus des Befehls Normal ist und wenn Sie sicher sind, dass die Anwendung eine Entfernen-Nachricht bei gesetzter Umgebungsvariable DESKTOP_STARTUP_ID sendet, dann sollten Sie das Ankreuzfeld Startbenachrichtigung auswählen.

Lesen Sie auch Startup Notification Protocol Specification für weitere Informationen.

3.3.3.3. Fensterklasse

Wenn der Ausführungsmodus des Befehls Normal ist und wenn Sie sicher sind, dass die Anwendung mindestens ein Fenster mit einem Klassennamen abbildet, dann sollten Sie diesen Namen in das Eingabefeld WM-Klasse beim Start eingeben.

Lesen Sie auch Startup Notification Protocol Specification für weitere Informationen.

3.3.3.4. Befehlsausführer
Abbildung 23 Konfiguration des Besitzers der Ausführung

Konfiguration des Besitzers der Ausführung

Geben Sie den Benutzernamen in das Eingabefeld Als Benutzer ausführen oder die UID des Benutzers ein, als welcher der Befehl ausgeführt werden soll.

Falls Sie nichts in diesem Feld eingeben, dann wird der Befehl unter dem Kennzeichen des aktuellen Benutzers ausgeführt.

3.3.3.5. Mehrfache Ausführung

You may want your command to be executed once, providing it the list of selected items as argument.

Or you may prefer your command to be repeated for each selected item, providing a different item as argument for each execution.

Tatsächlich handhabt Caja-Aktionen™ diese beiden Verhalten automatisch, abhängig von Form und Reihenfolge der Parameter in den Argumenten der Befehlszeile.

Though some parameters are not depending on the count of the selection (e.g. « %c », the selection count itself), most have two declensions:

  • a « singular » one, e.g. « %b », the basename of the selected item;
  • a « plural » one, e.g. « %B », the space-separated list of the basenames of selected items.

Falls die Auswahl leer ist oder nur ein Element enthält, dann sind diese zwei Formen genau gleich.

Falls die Auswahl mehr als ein Objekt enthält:

  • if the first relevant parameter is of a singular form, then Caja-Actionsâ„¢ will consider that the command is only able to deal with one item at a time, and thus that it has to be ran one time for each selected item;
  • contrarily, if the first relevant parameter found is of the plural form, then Caja-Actionsâ„¢ will consider that the command is able to deal with a list of items, and thus the command will be executed only once;
  • falls alle gefundenen Parameters irrelevant sind, dann geht Caja-Aktionenâ„¢ davon aus, dass der Befehl nur einmal ausgeführt werden soll.
Tabelle 1 Characterization of the parameters vs. multiple execution
Parameter Beschreibung Repetition
%b (erster) Basisname Singular
%B Durch Leerzeichen getrennte Liste von Basisnamen Plural
%c Anzahl der ausgewählte Objekte irrelevant
%d (erster) Basisordner Singular
%D Durch Leerzeichen getrennte Liste von Ordner-Basisnamen der ausgewählten Objekte Plural
%f (erster) Dateiname Singular
%F Durch Leerzeichen getrennte Liste der gewählten Dateinamen Plural
%h Rechnername der (ersten) Adresse irrelevant
%m MIME-Typ des (ersten) ausgewählten Eintrags Singular
%M Durch Leerzeichen getrennte Liste der MIME-Typen der gewählten Objekte Plural
%n Benutzername der (ersten) Adresse irrelevant
%o no-op operator which forces a singular form of execution Singular
%O no-op operator which forces a plural form of execution Plural
%p Portnummer der (ersten) Adresse irrelevant
%s Schema der (ersten) Adresse irrelevant
%u (erste) Adresse Singular
%U Durch Leerzeichen getrennte Liste der gewählten Adressen Plural
%w (erster) Basisname ohne Erweiterung Singular
%W Durch Leerzeichen getrennte Liste der Basisnamen ohne deren Erweiterung Plural
%x (erste) Erweiterung Singular
%X Durch Leerzeichen getrennte Liste von Erweiterungen Plural
%% Das Zeichen % irrelevant
Beispiel 3 Verwendung von Singular- gegenüber Plural-Formen

Angenommen, der aktuelle Ordner ist /data und die aktuelle Auswahl enthält die drei Dateien pierre, paul und jacques.

Wenn der Befehl echo %b angefordert wird,

dann werden die folgenden Befehle erfolgreich ausgeführt:

echo pierre
echo paul
echo jacques

This is because %b marks a singular parameter. The command is then run once for each of the selected items.

Contrarily, if we have requested echo %B,

dann wird der folgende Befehl ausgeführt:

echo pierre paul jacques

This is because %B marks a plural parameter. The command is then run only once, with the list of selected items as arguments.

Gäbe es die Anfrage echo %b %B,

dann werden die folgenden Befehle erfolgreich ausgeführt:

echo pierre pierre paul jacques
echo paul pierre paul jacques
echo jacques pierre paul jacques

Dies liegt daran, dass der erste relevante Parameter %b ist und damit der Befehl einmal für jedes gewählte Objekt ausgeführt wird, wobei jedes Mal der Parameter %b durch das entsprechende Objekt ersetzt wird. Der zweite Parameter wird berechnet und als Argument an den ausgeführten Befehl angehängt.

und gäbe es die Anfrage echo %B %b,

dann werden die folgenden Befehle ausgeführt:

echo pierre paul jacques pierre

Dies liegt daran, dass in diesem Fall der erste relevante Parameter %B ist. Der Befehl wird nur einmal ausgeführt wird, wobei %B durch eine durch Leerzeichen getrennte Liste von Basisnamen ersetzt wird. Weil der Befehl nur einmal ausgeführt wird, wird %b nur einmal mit dem (ersten) Basisnamen ersetzt.

3.4. Verwendung von Profilen zur Erweiterung Ihrer Aktion

There are some situations where you will want a given action behave slightly differently depending on the currently selected items or the current runtime environment.

Beispiel 4 Hier ein Terminal öffnen

Nehmen wir an, Sie hätten eine Aktion, die am aktuellen Ort ein Terminal öffnet.

Sie haben die Einstellungen so gewählt, dass Ihre bevorzugtes Terminal an dem Ort geöffnet wird, auf den Ihr Dateimanager gerade zeigt.

But what if you want to select a directory in your file manager, and directly open your terminal in this directory ? If you keep based on the current file manager location, your terminal will open in the parent of the targeted directory.

Eine Lösung liegt darin, Ihrer Aktion ein neues Profil zuzuweisen, durch welches das Terminal im Zielordner geöffnet wird.

Zur Laufzeit untersucht Caja-Aktionen™ jedes mit der Aktion verknüpfte Profil nacheinander. Falls das erste Profil auf eine Datei abzielt und ein Ordner gewählt ist, dann wird Caja-Aktionen™ Ihr zweites Profil abarbeiten.

Um ein neues Profil anzulegen, wählen Sie zunächst die Aktion in der Objektliste aus und wählen Sie dann Datei ▸ Neues Profil.

Ein neues Profil wird in Ihrer Aktion erstellt.

You can now define the conditions which must be met in order this profile be selected, and the command which will be executed.

3.4.1. Ordnen der Profile innerhalb einer Aktion

Zur Laufzeit beginnt Caja-Aktionenâ„¢ mit der Untersuchung der Bedingungen, die der Aktion zugeschrieben sind.

Wenn diese Bedingungen (der Aktionen) erfüllt werden, dann arbeitet Caja-Aktionen™ jedes Profil in Reihenfolge ab.

Wenn die Bedingungen eines Profils erfüllt werden, dann wird dieses Profil ausgewertet. Es werden daraufhin keine weiteren ausgewertet.

Wenn zur Laufzeit kein gültiges Profil gefunden wird, so wird die Aktion als ungültig angesehen. Sie wird nicht im Kontextmenü der Dateiverwaltung angezeigt.

Profiles of an action are ordered, and they are examined in that order at runtime. The first profile whose conditions are met will be validated, and made selectable in the Cajaâ„¢ context menu.

So, ordering of the profiles may be important for your action: the first valid profile found is the only one selected.

Profile können innerhalb einer Aktion auf zwei Weisen angeordnet werden.

  1. Cut the profile to be moved, select the profile before which you want your cut profile to be inserted, and paste it.
  2. Click on the profile to be moved, and drag it to its right place.

3.5. Organisieren von Aktionen in Menüs

As your list of actions will grow, you most probably will want to organize them into menus, submenus, and so on.

Wählen Sie Datei ▸ Neues Menü zum Erstellen eines neuen Menüs.

Ein Menü darf beliebig in Ihrer Aktionenliste erstellt werden, aber nur innerhalb einer Aktion (d.h. nicht zwischen zwei Aktionsprofilen).

Bei den Aktionen hängt die Platzierung eines neuen Menüs von der aktuellen Sortierreihenfolge ab:

Manuelle Reihenfolge:

Das neue Menü wird unmittelbar vor die aktuelle Aktion oder das aktuelle Menü eingefügt.

Der Ort wird sich nicht ändern, wenn später die Menübeschriftung verändert wird.

Aufsteigende (respektive absteigende) alphabetische Reihenfolge:

Das neue Menü wird an der passenden Stelle mit der vorgegebenen Beschriftung Neues Caja-Menü eingefügt

Dieser Ort wird jedes mal automatisch geändert, wenn Sie die Bezeichnung des Menüs verändern.

Als Aktion hat auch ein Menü eine Beschriftung und optional ein Symbol und eine Mini-Hilfe. Bei Bedarf können Bedingungen festgelegt werden, damit Ihr Menü ein Kandidat für das Caja™-Kontextmenü wird. Falls die Bedingungen zur Programmlaufzeit nicht erfüllt werden, so wird das gesamte Menü einschließlich aller Untermenüs nicht dargestellt.

3.6. Die Objektliste sortieren

Ihre Aktionen und Menüs werden im Kontextmenü der Dateiverwaltung in derselben Reihenfolge dargestellt, wie in der Objektliste in der linken Seitenleiste des Fensters Einstellungen für Caja-Aktionen .

Sie können:

  • entweder Ihre Aktionen und Menüs in alphabetischer oder umgekehrt alphabetischer Reihenfolge anhand ihrer Bezeichnung sortieren lassen,
  • oder nicht sortieren lassen und Ihre Aktionen und Menüs nach Ihrer eigenen gewünschten Reihenfolge sortieren.

3.6.1. Alphabetische Sortierung Ihrer Aktionen und Menüs

In diesen Modi werden Aktionen und Menüs anhand ihrer Bezeichnung innerhalb ihres übergeordneten Objekts sortiert.

Abbildung 24 Sortierknöpfe im Hauptfenster

Sortierknöpfe im Hauptfenster

Sie können Ihre Aktionen sortieren nach:

  • Klicken Sie auf den Knopf (bzw. ), um Ihre Aktionen in absteigender Reihenfolge (bzw. aufsteigender) zu sortieren.
  • Oder bearbeiten Sie bitte die entsprechende Einstellung.

3.6.2. Manuelles Organisieren Ihrer Aktionen und Menüs

When items are manually sorted in the list, new items are usually inserted just at the current position.

There is nonetheless the case where an action is selected, and not expanded (or has currently only one profile). Inserting a new profile will not insert it before the action, but inside of the action.

So wählen Sie diesen Modus:

  • Klicken Sie auf den -Knopf.
  • Oder bearbeiten Sie bitte die entsprechende Einstellung.

3.7. Bearbeiten

Mit dem Caja-Actions Konfigurationswerkzeug können Sie zuverlässig in die Zwischenablage ausschneiden und kopieren oder von dort einfügen.

3.7.1. Ausschneiden/Löschen

Deletion applies to current selection.

Be warned that selecting and deleting all profiles of an action leaves it without any profile, so in an invalid state. The name of the action will be written in red (because it is invalid) italic (because it has been modified) characters.

3.7.2. Mehrfachauswahlen

Multiple selection is possible in Caja-Actions Configuration Tool. You can extend the current selection by pressing Ctrl or Shift while selecting an item to add to the selection.

Die Einstellungen für Caja-Aktionen akzeptieren nur homogene Mehrfachauswahlen. Das heißt, es dürfen nur ein oder mehrere Profile oder ein oder mehrere Menüs ausgewählt werden. Eine Mehrfachauswahl mit einer Mischung beider ist nicht gestattet. Hintergrund ist, dass die Einstellungen für Caja-Aktionen nicht mit einer solchen Auswahl umgehen können.

Note that selecting any row means also selecting children of this row. These children are said « implicitely selected »: they will be part of next edition operations, but are not considered when verifying if selection is homogeneous. Also, they cannot be explicitely selected (nor unselected).

3.8. Speichern Ihrer Änderungen

Um Ihre Änderungen zu speichern, wählen Sie Datei ▸ Speichern (Strg+S).

Alle Ihre ausstehenden Änderungen werden gespeichert. Neue Einträge werden durch den nächsten freien E/A-Provider erstellt.

Caja-Aktionenâ„¢ besitzt die Funktion zum automatischen Speichern, welche in den Einstellungen konfigurierbar ist.

3.9. Exportieren Ihrer Aktionen

3.10. Importieren von Aktionen

3.11. Festlegen Ihrer persönlichen Einstellungen

Wählen Sie Bearbeiten ▸ Einstellungen, um Ihre Einstellungen bearbeiten zu können.

3.11.1. Laufzeiteinstellungen

Abbildung 25 Laufzeiteinstellungen

Laufzeiteinstellungen

3.11.2. Einstellungen der Ausführungszeit

Abbildung 26 Einstellungen der Ausführungszeit

Einstellungen der Ausführungszeit

Abbildung 27 Auswahl der Arbeitsumgebung

Auswahl der Arbeitsumgebung

3.11.3. Einstellungen der Benutzeroberfläche

Abbildung 28 Einstellungen der grafischen Oberfläche

Einstellungen der grafischen Oberfläche

3.11.4. Importeinstellungen

Abbildung 29 Importeinstellungen

Importeinstellungen

3.11.5. Exporteinstellungen

Abbildung 30 Exporteinstellungen

Exporteinstellungen

3.11.6. Einstellungen für Schemata

Abbildung 31 Einstellungen für Schemata

Einstellungen für Schemata

3.11.7. Einstellungen für Ein-/Ausgabetreiber

Abbildung 32 Einstellungen für Ein-/Ausgabetreiber

Einstellungen für Ein-/Ausgabetreiber

4. Verschiedene Informationen

Die neue Aktion wird rot in der Objektliste dargestellt. Rote Farbe bedeutet, dass das Objekt ungültig ist, was zur Folge hat, dass es nicht für die Anzeige in einem Kontextmenü von Caja™ in Frage kommt. Einige Informationen fehlen oder sind fehlerhaft. In diesem Fall fehlt trotz bereits vorhandener Voreinstellungen ein auszuführender Befehl, der von Einstellungen für Caja-Aktionen als gültig angesehen wird.

5. Bekannte Fehler und Einschränkungen

5.1. Bekannte Fehler

Über bekannte Fehler erfahren Sie in der Bugzilla-Fehlererfassungssystem.

Sollten Sie neue Fehler in Caja-Aktionen finden, so bitten wir diesen per Web-Browser auf der Seite Bugzilla zu melden.

#616532 Ordnerwahl

When you're browsing the folder you want to export to in the Caja-Actions Configuration Tool's export assistant you can't select it as the directory to export to. Instead you have to go to the directory a level up and select the directory you want to export to there.

5.2. Bekannte Einschränkungen

Ausführungsmodus

Ab Version 3.0 ist es möglich, den Ausführungsmodus im Einstellungswerkzeug von Caja-Actions einzustellen, aber er wird noch nicht vom Caja™-Plugin berücksichtigt.

Dies betrifft den Arbeitsordner, Ausführungsmodus, Startbenachrichtigung und die Besitzer-Parameter des Ausführenden.

Vorgeschlagene Tastenkombination

Ab Version 3.0 können vorgeschlagene Tastenkürzel – wie in der DES-EMA Spezifikation beschrieben – nicht im Konfigurationswerkzeug von Caja-Aktionen eingestellt werden. Sie werden auch nicht vom Caja™-Plugin ausgewertet.

Menütrenner

Ab Version 3.0 können Menütrenner nicht im Konfigurationswerkzeug von Caja-Aktionen konfiguriert werden. Sie werden auch nicht vom Caja™-Plugin ausgewertet.

Bedenken Sie, dass derzeit die Dateiverwaltung Caja™ es Plugins nicht erlaubt, Trenner in Kontextmenüs festzulegen.

6. Info zum Caja-Aktionen-Konfigurationswerkzeug

Die erste Version von Caja-Aktionenâ„¢ wurde von Frederic Ruaudel () und Rodrigo Moya () geschrieben. Sie wurde wesentlich verbessert und wird nun von Pierre Wieser () betreut.

Die Grafiken verdanken wir Ulisse Perusin () und DragonArtz (http://www.dragonartz.net).

Weitere Informationen über Caja-Actions™ finden Sie auf der Webseite von Caja-Actions™.

Um Fehler zu melden oder Vorschläge für Caja-Actions™, das Konfigurationswerkzeug für Caja-Actions oder dieses Handbuch einzureichen, folgen Sie bitte den Anweisungen auf der MATE-Seite für Rückmeldungen. Auf Wunsch können Sie auch direkt Fehlermeldungen oder Verbesserungswünsche auf der Bugzilla-Webseite melden.

A. GNU Freie Dokumentationslizenz

Version 1.3, 3. November 2008

Copyright © 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.

Es ist jedermann gestattet, wortwörtliche Kopien dieses Lizenzdokuments anzufertigen und zu verbreiten, Änderungen sind jedoch nicht erlaubt.

Der Zweck dieser Lizenz ist es, ein Handbuch, Lehrbuch oder ein anderes zweckdienliches und nützliches Dokument frei, im Sinne von Freiheit, zu machen; jedermann die Freiheit zu sichern, es zu kopieren und mit oder ohne Änderungen daran sowohl kommerziell als auch nicht kommerziell weiter zu verbreiten. Weiterhin sichert diese Lizenz einem Autor oder Verleger die Möglichkeit, Anerkennung für seine Arbeit zu erhalten, ohne für Änderungen durch Andere verantwortlich gemacht zu werden.

Diese Lizenz ist eine Art “copyleftâ€, das heißt, dass abgeleitete Arbeiten des Dokumentes selbst wieder im gleichen Sinne frei sein müssen. Es ergänzt die GNU General Public License, die eine Copyleft-Lizenz für freie Software darstellt.

Wir haben diese Lizenz gestaltet, um sie für Anleitungen von freier Software zu benutzen, weil freie Software freie Dokumentation benötigt: Ein freies Programm sollte mit Anleitungen kommen, die dieselbe Freiheit wie die Software bieten. Aber diese Lizenz ist nicht auf Software-Anleitungen beschränkt; sie kann für alle textlichen Arbeiten verwendet werden, unabhängig vom Thema, oder ob es als gedrucktes Buch veröffentlicht wird. Wir empfehlen diese Lizenz prinzipiell für Arbeiten, deren Zweck Anleitungen oder Referenzen sind.

‎Diese Lizenz findet Anwendung auf jedes Handbuch oder andere Werk, unabhängig von dem Medium, auf dem es erscheint, das einen vom Rechteinhaber eingefügten Hinweis enthält, der besagt, dass das Werk unter den Bedingungen dieser Lizenz verbreitet werden darf. Ein solcher Hinweis gewährt eine weltweit gültige, tantiemenfreie und zeitlich unbefristete Lizenz, die es gestattet das Werk, unter den hier festgelegten Bedingungen, zu nutzen. Der Begriff Dokument wird im Folgenden für alle solche Handbücher und Werke verwendet. Jede Person kann Lizenznehmer sein und wird im Folgenden mit Sie angesprochen. Sie akzeptieren diese Lizenz, wenn Sie ein Dokument derart kopieren, verändern oder verteilen, dass Sie gemäß den Gesetzen zum Copyright die Erlaubnis benötigen.

Eine “Modifizierte Version†von dem Dokument bezeichnet jegliche Arbeit, die das Dokument oder einen Teil davon enthält, entweder wortwörtlich kopiert oder mit Modifikationen und/oder in eine andere Sprache übersetzt.

Ein »zweitrangiger Abschnitt« ist ein benannter Anhang oder eine Einleitung des Dokumentes, der sich ausschließlich mit dem Verhältnis des Autors oder Verlegers des Dokumentes zu dem eigentlichen Thema des Dokumentes (oder damit zusammenhängender Dinge) beschäftigt, und der nichts enthält, das direkt zu dem eigentlichen Thema gehört. (Wenn das Dokument beispielsweise ein Buch über Mathematik ist, dann darf ein zweitrangiger Abschnitt nichts über Mathematik enthalten). Dies kann eine historische Beziehung zu dem Thema, oder damit zusammenhängender Dinge, oder von gesetzlicher, gesellschaftlicher, philosophischer, ethischer oder politischer Art sein, die das Thema betreffen.

Die »unveränderlichen Abschnitte« sind benannte zweitrangige Abschnitte, deren Titel als unveränderlicher Abschnitt in dem Lizenzhinweis, der das Dokument unter diese Lizenz stellt, aufgeführt sind. Wenn ein Abschnitt nicht in die oben stehende Definition eines zweitrangigen Abschnittes passt, dann ist es nicht erlaubt diesen Bereich als unveränderlichen Bereich zu kennzeichnen.

»Umschlagtexte« sind bestimmte, kurze Textstücke, die als vorderer Umschlagtext oder als hinterer Umschlagtext in der Notiz benannt werden, die besagt, dass das Dokument unter dieser Lizenz freigegeben ist. Ein vorderer Umschlagtext kann bis zu 5 Worte enthalten, ein hinterer Umschlagtext bis zu 25 Worte.

Eine »transparente« Kopie des Dokumentes bezeichnet eine maschinenlesbare Kopie, dargestellt in einem Format, dessen Spezifikationen allgemein verfügbar sind, und das geeignet ist das Dokument auf einfache Weise mit einem allgemeinen Texteditor oder (für Bilder, die aus Pixeln bestehen) mit einem allgemeinen Bildbearbeitungsprogramm oder (für Zeichnungen) mit einem häufig verfügbaren Zeichenprogramm zu überarbeiten, und das geeignet ist es als Eingabe für Textformatierer zu verwenden, oder als Eingabe für automatische Konvertierungsprogramme, die eine Reihe von unterschiedlichen Formaten erzeugen, die ihrerseits als Eingabe für Textformatierer verwendet werden können. Eine Kopie in ein anderes transparentes Dateiformat, dessen Auszeichnung oder das Fehlen der Auszeichnungen derart beschaffen sind, nachfolgende Modifikationen durch die Leser zu verhindern oder zu erschweren, ist nicht transparent. Ein Bildformat ist nicht transparent, wenn es für eine wesentliche Menge von Text verwendet wird. Eine Kopie, die nicht transparent ist, wird als opak bezeichnet.

Beispiele verwendbarer Formate für transparente Kopien schließen einfachen ASCII-Text ohne Auszeichnungen, TeX-info Eingabe, LaTeX-Eingabeformat, SGML oder XML, sofern die verwendete DTD öffentlich verfügbar ist, sowie standardkonformes, einfaches HTML, Postscript oder PDF, die für Veränderungen durch Menschen entworfen sind, ein. Beispiele für transparente Bildformate sind u.a. PNG, XCF und JPG. Opake Formate sind unter anderen solche proprietären Formate, die nur von proprietären Textverarbeitungsprogramm gelesen und bearbeitet werden können, SGML oder XML deren DTD und/oder Verarbeitungswerkzeuge nicht allgemein verfügbar sind, und maschinengeneriertes HTML, PostScript oder PDF, das von manchen Textverarbeitungsprogrammen nur zu Ausgabezwecken erzeugt wird.

Mit »Titelseite« wird in einem gedruckten Buch die eigentliche Titelseite sowie die direkt darauf folgenden Seiten bezeichnet, die all das in lesbarer Form enthalten, was in dieser Lizenz gefordert ist, dass es auf der Titelseite erscheinen muss. Für Werke, die in Formaten vorliegen, die keine Titelseiten haben, gilt als Titelseite der Text, der der auffälligsten Darstellung des Titels des Werkes direkt folgt, aber noch vor dem Inhalt des Werkes steht.

The “publisher†means any person or entity that distributes copies of the Document to the public.

Ein Abschnitt mit dem Titel xyz bezeichnet einen benannten Unterbereich des Dokumentes, dessen Titel entweder genau xyz ist, oder der xyz in Anführungszeichen enthält, der einem Text folgt, der xyz in eine andere Sprache übersetzt. (Hier steht xyz für einen speziellen Abschnittsnamen, der im Folgenden erwähnt wird wie »Danksagung« (Acknowledgements), »Widmung« (Dedications), »Anmerkung« (Endorsement) oder »Historie« (History). Den Titel erhalten eines Abschnittes bedeutet, dass beim Modifizieren des Dokumentes dieser Abschnitt mit dem Titel xyz bleibt, wie es in dieser Definition festgelegt ist.

Das Dokument kann direkt hinter der Notiz, die besagt, dass das Dokument unter dieser Lizenz freigegeben ist, Garantieausschlüsse enthalten. Diese Garantieausschlüsse werden so behandelt, als seien sie als Referenzen in diese Lizenz eingeschlossen, allerdings nur um Garantien auszuschließen: Jede andere Implizierung, die dieser Ausschluss hat, ist ungültig und keine Wirkung im Sinne dieser Lizenz.

Sie dürfen das Dokument auf jedem Medium sowohl kommerziell als auch nicht kommerziell kopieren und verbreiten, vorausgesetzt, dass diese Lizenz, die Copyright-Hinweise sowie der Lizenzhinweis, der besagt, dass diese Lizenz auf das Dokument anzuwenden ist, in allen Kopien reproduziert wird, und dass keine weiteren Bedingungen jeglicher Art zu denen dieser Lizenz hinzugefügt werden. Sie dürfen in den Kopien, die Sie erstellen oder verbreiten, keinerlei technische Maßnahmen treffen, um das Lesen oder das weitere Kopieren zu erschweren oder zu kontrollieren. Dennoch dürfen Sie Gegenleistungen für Kopien akzeptieren. Wenn Sie eine ausreichend große Menge von Kopien verteilen, müssen Sie zusätzlich die Bestimmungen von Ziffer 3 beachten.

Sie dürfen auch Kopien unter den oben genannten Bedingungen verleihen, und Sie dürfen Kopien öffentlich zeigen.

Wenn Sie gedruckte Kopien des Dokumentes (oder Kopien auf Medien, die üblicherweise gedruckte Umschläge haben) in einer Stückzahl von mehr als 100 veröffentlichen, und der Lizenzhinweis des Dokumentes Umschlagtexte verlangt, müssen die Kopien in Hüllen verpackt sein, die alle diese Umschlagtexte klar und lesbar enthalten. Die vorderen Umschlagtexte auf dem vorderen Umschlag, die hinteren Umschlagtexte auf dem hinteren Umschlag. Beide Umschläge müssen Sie außerdem klar und lesbar als den Herausgeber dieser Kopien benennen. Der vordere Umschlag muss den gesamten Titel darstellen, mit allen Worten gleich auffällig und sichtbar. Sie können weiteres Material den Umschlägen hinzufügen.Das Kopieren mit Änderungen, die auf Umschläge begrenzt sind, können, solange der Titel des Dokuments erhalten bleibt, ansonsten als Datenträgerkopien behandelt werden.

Wenn die geforderten Texte für jede Seite zu groß sind, um leserlich darauf zu passen, sollten Sie die erstgenannten (so viele, wie vernünftig darauf passen) auf die aktuelle Seite setzen, und mit dem Rest auf angrenzenden Seiten fortfahren.

Wenn Sie mehr als 100 opake Kopien veröffentlichen oder verbreiten, müssen Sie entweder eine maschinenlesbare, transparente Kopie jeder opaken Kopie beilegen, oder mit bzw. in jeder opaken Kopie eine Computer-Netzwerk-Adresse angeben, von wo die allgemeine, Netzwerk benutzende Öffentlichkeit Zugriff zum Download einer kompletten transparenten Kopie über öffentliche Standardnetzwerkprotokolle hat. Wenn Sie sich für die letztere Möglichkeit entscheiden, müssen Sie mit Beginn der Verbreitung der opaken Kopien in Stückzahlen, zumutbare und vernünftige Schritte unternehmen, um sicherzustellen, dass die transparenten Kopien mindestens ein Jahr nach der Auslieferung der letzten opaken Kopie (direkt oder über einen Agenten oder Händler) dieser Ausgabe an die Öffentlichkeit, an der genannten Adresse verfügbar bleiben.

Es ist erbeten, aber nicht gefordert, dass Sie ausreichend lange vor der Auslieferung einer größeren Menge von Kopien, Kontakt mit den Autoren des Dokumentes aufnehmen, um jenen die Möglichkeit zu geben, Ihnen eine aktualisierte Version des Dokumentes zuzuleiten.

Unter den obigen Bedingungen unter Ziffer 2 und 3 können Sie modifizierte Versionen kopieren und verbreiten, vorausgesetzt, dass Sie die modifizierte Version unter exakt dieser Lizenz herausgeben, wobei die modifizierte Version die Rolle des Dokumentes einnimmt, und dadurch die weitere Modifikation und Verbreitung an jeden lizenzieren, der eine Kopie davon besitzt. Zusätzlich müssen Sie die folgenden Dinge in der modifizierten Version beachten:

  1. Benutzen Sie auf der Titelseite (und auf Umschlägen, sofern vorhanden) einen Titel, der sich von dem Titel des Dokumentes und von früheren Versionen unterscheidet. (Die früheren Versionen sollten, wenn es welche gibt, in dem Abschnitt Historie aufgelistet werden.) Sie können denselben Titel wie den einer Vorgängerversion verwenden, wenn der ursprüngliche Herausgeber damit einverstanden ist.

  2. Geben Sie auf der Titelseite eine oder mehrere Personen oder Einheiten, die als Autoren auftreten können, als für die Modifikationen verantwortliche Autoren der modifizierten Version, zusammen mit mindestens fünf der ursprünglichen Autoren der Ursprungsversion an (alle vorherige Autoren, wenn es weniger als fünf sind), es sei denn, diese befreien Sie von dieser Notwendigkeit.

  3. Geben Sie auf der Titelseite den Namen des Herausgebers als Herausgeber an.

  4. Alle Urheberrechtshinweise des Dokuments bewahren.

  5. Einen passenden Copyright-Hinweis für Ihre Modifikationen angrenzend an die anderen Copyright-Hinweise hinzufügen.

  6. Schließen Sie direkt hinter den Copyright-Vermerken einen Lizenzhinweis ein, der die öffentliche Erlaubnis erteilt, die modifizierte Version unter den Bedingungen dieser Lizenz zu benutzen, wie es im Anhang weiter unten beschrieben ist.

  7. Erhalten Sie im Copyright-Vermerk die komplette Liste der unveränderlichen Abschnitte und obligatorischen Umschlagtexte, die in dem Lizenzvermerk des Dokumentes aufgeführt sind.

  8. Eine unveränderte Kopie dieser Lizenz einfügen.

  9. Erhalten Sie den Abschnitt »Historie«. Erhalten Sie den Titel und fügen Sie einen Punkt hinzu, der mindestens den Titel, das Jahr, die neuen Autoren und Herausgeber, wie sie auf der Titelseite aufgeführt sind, enthält. Sollte es keinen Abschnitt Historie geben, dann erstellen Sie einen, der Titel, Jahr, Autor und Herausgeber des Dokumentes, wie auf der Titelseite angegeben, enthält, und fügen Sie einen Punkt hinzu, der die modifizierte Version wie oben dargestellt beschreibt.

  10. Erhalten Sie die Netzwerkadresse, die angegeben wurde, um Zugang zu einer transparenten Kopie zu gewähren, sowie entsprechend angegebene Adressen früherer Versionen, auf denen das Dokument aufbaute. Diese Angaben können in den Abschnitt Historie verschoben werden. Sie können die Netzwerkadresse weglassen, wenn sie sich auf ein Werk bezieht, das mindestens 4 Jahre vor dem Dokument selbst veröffentlicht wurde, oder wenn der ursprüngliche Herausgeber der Version, auf die sich die Adresse bezieht, seine Erlaubnis erteilt.

  11. Erhalten Sie für alle Abschnitte, die als »Danksagungen« oder »Widmungen« überschrieben sind, den Titel sowie die Substanz und den Ton aller vom Geber gemachten Danksagungen und/oder Widmungen in diesem Abschnitt.

  12. Erhalten Sie alle unveränderlichen Abschnitte unverändert, sowohl im Titel als auch im Text. Abschnittsnummern oder dergleichen gelten hierbei nicht als Teil des Titels.

  13. Löschen Sie alle Abschnitte, die als »Anmerkungen« überschrieben sind. Ein solchen Abschnitt sollte nicht in der modifizierten Version enthalten sein.

  14. Benennen Sie keinen Abschnitt in »Anmerkungen« um, oder in einen Namen, der in Konflikt mit einem unveränderlichen Abschnitt gerät.

  15. Alle Haftungsausschlüsse bewahren.

Wenn die Modifizierte Version neue wichtige Abschnitte enthält oder Anhänge, die Sekundäre Abschnitte darstellen, und kein Material enthalten, das aus dem Dokument kopiert wurde, dürfen Sie nach Ihrer Wahl einige oder alle diese Abschnitte als Unveränderlich bezeichnen. Um dies zu tun, fügen Sie ihre Titel der Liste der Unveränderlichen Abschnitte in dem Lizenzhinweis der Modifizierten Version hinzu. Diese Titel müssen sich von allen anderen Abschnittstiteln unterscheiden.

Sie können einen Abschnitt »Anmerkungen« anfügen, sofern dieser nichts als Bemerkungen, verschiedener Stellen, zu der modifizierten Version enthält. Beispielsweise Publikumsreaktionen oder eine Mitteilung, dass der Text von einer Organisation als maßgebliche Definition eines Standards geprüft wurde.

Sie können einen Teil mit bis zu fünf Worten als vorderen Umschlagtext und einen mit bis zu 25 Worten als hinteren Umschlagtext an das Ende der Liste mit den Umschlagtexten der modifizierten Version hinzufügen. Nur je ein Teil für den vorderen Umschlagtext und den hinteren Umschlagtext können von jeder Einheit hinzugefügt (oder durch entsprechende Anordnung erstellt) werden. Wenn das Dokument bereits einen Umschlagtext für denselben Umschlag enthält, das von Ihnen oder der Einheit, in deren Namen Sie tätig sind, bereits früher eingefügt wurde, dürfen Sie keine neue hinzufügen. Sie können aber den alten ersetzen, wenn sie die ausdrückliche Genehmigung des Herausgebers haben, der den früheren Text eingefügt hat.

Der/die Autor(en) und Herausgeber des Dokumentes geben durch diese Lizenz weder implizit noch explizit die Erlaubnis, ihren Namen für Werbung in den Anmerkungen der modifizierten Version zu benutzen.

Sie können mehrere Dokumente, die unter dieser Lizenz freigegeben sind, unter den Bedingungen unter Ziffer 4 für modifizierte Versionen miteinander kombinieren, vorausgesetzt, dass in der Kombination alle unveränderlichen Abschnitte aller Originaldokumente, enthalten sind, und dass Sie diese alle in der Liste der unveränderlichen Abschnitte der Lizenzanmerkung des kombinierten Dokumentes aufführen, sowie alle Garantieausschlüsse erhalten.

Das kombinierte Werk braucht nur eine Kopie dieser Lizenz zu enthalten, und mehrere identische unveränderliche Abschnitte können durch eine einzelne Kopie ersetzt werden. Wenn es mehrere unveränderliche Abschnitte mit unterschiedlichem Inhalt, aber gleichem Namen gibt, machen Sie den Namen eindeutig, indem Sie am Ende des Titels, in Anführungszeichen, den Namen des Original-Autors oder -Herausgebers, falls bekannt, oder andernfalls eine eindeutige Nummer anhängen. Machen Sie dasselbe mit den Titeln der Abschnitte in der Liste der unveränderlichen Abschnitte im Lizenzhinweis des kombinierten Werkes.

In der Kombination müssen Sie alle Abschnitte mit dem Titel Historie in den unterschiedlichen Dokumenten zu einem einzelnen Abschnitt »Historie« zusammenführen; entsprechend verfahren Sie mit den Abschnitten »Danksagungen« und »Widmungen«. Sie müssen alle Abschnitte mit dem Titel »Anmerkungen« löschen.

Sie können eine Sammlung von Dokumenten erstellen, bestehend aus diesem Dokument und weiteren, unter dieser Lizenz stehenden Dokumenten, wobei Sie die einzelnen Kopien dieser Lizenz in den verschiedenen Dokumenten durch eine einzelne Kopie, die in der Sammlung enthalten ist, ersetzen, vorausgesetzt, Sie befolgen in allen andern Punkten, für jedes der Dokumente, die Regeln für Datenträgerkopien.

Sie dürfen ein einzelnes Dokument aus einer solchen Sammlung heraustrennen, und es individuell unter dieser Lizenz verteilen, vorausgesetzt, Sie fügen eine Kopie dieser Lizenz in das herausgetrennte Dokument ein und folgen der Lizenz in jeglicher Hinsicht bezüglich dem wortwörtlichen Kopieren des Dokuments.

Eine Zusammenstellung des Werkes, oder von Ableitungen davon, mit anderen, separaten und unabhängigen Dokumenten oder Werken, in oder auf demselben Band eines Speicher- oder Verbreitungsmediums, wird dann eine Aggregation genannt, wenn die Copyrights der Zusammenstellung nicht dazu verwendet werden, die Rechte der Benutzer, die für die einzelnen Werke gewährt werden, stärker zu beschränken, als dies durch die Lizenzen der einzelnen Werke geschieht. Wenn das Werk in einer Aggregation vorhanden ist, so gilt diese Lizenz nicht für die anderen Werke dieser Aggregation, die keine Ableitung des Dokumentes sind.

Wenn die Bestimmungen für die Umschlagtexte aus Ziffer 3 Anwendung finden, und wenn das Dokument weniger als die Hälfte der gesamten Aggregation ausmacht, dann können die Umschlagtexte auf Seiten gesetzt werden, die das Dokument innerhalb der Aggregation umschließen, oder auf das elektronische Äquivalent eines Umschlages, wenn das Dokument in elektronischer Form vorliegt. Andernfalls müssen sie auf gedruckten Umschlägen erscheinen, die das gesamte Werk umschließen.

Übersetzungen werden als eine Art von Modifikationen betrachtet. Damit können Sie eine Übersetzung des Dokumentes unter den Bestimmungen von Ziffer 4 verbreiten. Um die unveränderlichen Abschnitte durch eine Übersetzung zu ersetzen, benötigen Sie die spezielle Erlaubnis des Copyright-Inhabers. Sie können allerdings Übersetzungen von einigen oder allen unveränderlichen Abschnitten zu den Original-Versionen der unveränderlichen Abschnitte hinzufügen. Sie können eine Übersetzung dieser Lizenz und allen Lizenzhinweisen im Dokument sowie allen Garantieausschlüssen hinzufügen, vorausgesetzt, dass Sie ebenso die originale englische Version dieser Lizenz und aller Hinweise und Ausschlüsse beifügen. Sollten die Übersetzung und die Originalversion dieser Lizenz oder eines Hinweises oder Ausschlusses voneinander abweichen, so hat die Originalversion Vorrang.

Wenn ein Abschnitt des Dokumentes als »Danksagung«, »Widmungen« oder »Historie« überschrieben ist, so erfordert die Forderung (Ziffer 4), den Titel dieses Abschnittes zu erhalten, die Änderung des aktuellen Titels.

Sie dürfen dieses Dokument nicht kopieren, verändern, unterlizenzieren oder verteilen mit der Ausnahme, dass Sie es ausdrücklich unter dieser Lizenz tun. Jedweder andere Versuch zu kopieren, zu modifizieren, unter zu lizenzieren oder zu verbreiten ist unzulässig und führt automatisch zum Entzug der durch diese Lizenz gewährten Rechte.

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, receipt of a copy of some or all of the same material does not give you any rights to use it.

The Free Software Foundation may publish new, revised versions of the GNU Free Documentation 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. See Copyleft.

Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License “or any later version†applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation. If the Document specifies that a proxy can decide which future versions of this License can be used, that proxy’s public statement of acceptance of a version permanently authorizes you to choose that version for the Document.

“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World Wide Web server that publishes copyrightable works and also provides prominent facilities for anybody to edit those works. A public wiki that anybody can edit is an example of such a server. A “Massive Multiauthor Collaboration†(or “MMCâ€) contained in the site means any set of copyrightable works thus published on the MMC site.

“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license published by Creative Commons Corporation, a not-for-profit corporation with a principal place of business in San Francisco, California, as well as future copyleft versions of that license published by that same organization.

“Incorporate†means to publish or republish a Document, in whole or in part, as part of another Document.

An MMC is “eligible for relicensing†if it is licensed under this License, and if all works that were first published under this License somewhere other than this MMC, and subsequently incorporated in whole or in part into the MMC, (1) had no cover texts or invariant sections, and (2) were thus incorporated prior to November 1, 2008.

The operator of an MMC Site may republish an MMC contained in the site under CC-BY-SA on the same site at any time before August 1, 2009, provided the MMC is eligible for relicensing.

Um diese Lizenz in einem von Ihnen geschriebenen Dokument nutzen zu können, fügen Sie eine Kopie der Lizenz in das Dokument ein und setzen Sie die folgenden Copyright- und Lizenzhinweise gleich hinter die Titelseite:

Copyright © JAHR IHR NAME

Das vorliegende Dokument kann gemäß den Bedingungen der GNU Free Documentation License (GFDL), Version 1.3 oder jeder neueren, von der Free Software Foundation veröffentlichten Version ohne unveränderbare Abschnitte sowie ohne Texte auf dem vorderen und hinteren Buchdeckel kopiert, verteilt und/oder modifiziert werden. Eine Kopie der Lizenz finden Sie im Abschnitt »GNU Free Documentation License«.

Wenn Sie unveränderlichen Abschnitte, vordere und hintere Umschlagtexte haben, ersetzen Sie »ohne unveränderbare Abschnitte sowie ohne Texte auf dem vorderen und hinteren Buchdeckel« durch Folgendes:

mit den unveränderlichen Abschnitten TITEL HIER AUFLISTEN, mit den vorderen Umschlagtexten HIER AUFLISTEN und den hinteren Umschlagtexten HIER AUFLISTEN,

Wenn Sie unveränderliche Abschnitte, aber keine Umschlagtexte oder irgend eine andere Kombination der drei Bereiche haben, mischen Sie die verschiedenen Alternativen, dass sie zu Ihren Anforderungen passen.

Wenn Ihr Dokument nicht-triviale Codebeispiele enthält, empfehlen wir diese Beispiele parallel unter einer freien Softwarelizenz Ihrer Wahl, beispielsweise der GNU General Public License, zu lizenzieren, um ihren Gebrauch in freier Software zu erlauben.

caja-actions-1.27.0/docs/help/de/caja-actions-config-tool.pdf000066400000000000000000063274741433352025300237010ustar00rootroot00000000000000%PDF-1.4 %ÐÔÅØ 5 0 obj << /Length 830 /Filter /FlateDecode >> stream xÚmUËnÛ0¼ë+ØC€äà˜”¬W` $ È¡IE¯ŽD§bÉíCþ¾œÝ•Ó=È.gwgG2yóíe3³íðæfѽV¯î4\ÆÆÍÊï»cpsS Íåàúó“s­k§ÝÓƒz‡fãÎê¶|¬ûî|çÉ}óqiÝÄú?©pï]ÿEAu»u?g[3Ó l»ó‡ß¸Æ”jkmþpã©úeîµÖ>°îÛr8@â)˜K5Ÿ﻾¥—zCçÀ„ªíš³¬è·9øY‘¼ù<Ýá±ßÁr©æ¯~ót?IË]0[7vý»_¿Ü\ŽÇ‡ÖJ«•jÝÞWñó<íNͯú¯ñíçѩֆû7CëNÇ]ãÆ]ÿî‚¥Ö+µ¬ëUàúöŸ=£9åm?qמ«kÿê(_KƒdRÀ”Ä$ˆ| 4Àhí±dÇ52HÀH©²NÀ(Q´âƒe…”ŠRÖ¤™k0j0jfxŒY&Ñy< ÑüÚ2¯ï„4m `L¡Ã2ŽW˜H/ˆcÑWǯ€Æ8åÜ8ã8ñsέ-Ça›.¸/qJŽÀ‡š&â\Ä k(§ÄÑä6Õ7\3\3Ið`]~­éUU_kÊ]ÿÁŸ8õß1ðBø.Bz™ÜÛ€›hƘ!•× _2ò×x;=6Œáo2†¶,bŒúÙ‚ñ˜ü54–0Fý,eLœŒg††Læ§¾ä¯YÀ‹¬` ÍYÉï&«S}šßÄø²š1tæ¬?FßœõÇà笟¾›œõÇГ³þ„rùû ý9ëO‰Ïúâ³þ”ê³þ³ä¬?Å,9ëOñ¾sÖÁÏœõGT“õÌ›³ÿ3Zñ³[ñ?ÿ‰#þ£—ÿñZñ}­ømVü'Žø­ø¹¬øVü‡'VüǼVü§úâ?ô[ñ: ñ} ñüBü¿ÿ¡§ÿ)Wü'¾øO|ñŸøŸ„ÅÌRˆÿ˜¥ÿñ}â?ü,ø?d©&ÿ ª#þƒSq¯>T#<8¦d0ïUµœVt:á ÆÍp=Ò›Ë8úÓž®:Ðq”w½»Þ0Çáˆ,zèjšî9¬žëà7ó€À¯ endstream endobj 6 0 obj << /S /GoTo /D (section.1) >> endobj 9 0 obj (Einf\374hrung) endobj 10 0 obj << /S /GoTo /D (section.2) >> endobj 13 0 obj (Erste Schritte) endobj 14 0 obj << /S /GoTo /D (subsection.2.1) >> endobj 17 0 obj (Das Caja-Actions Konfigurationswerkzeug starten) endobj 18 0 obj << /S /GoTo /D (subsection.2.2) >> endobj 21 0 obj (Der erste Start) endobj 22 0 obj << /S /GoTo /D (subsection.2.3) >> endobj 25 0 obj (Erstellen Ihrer ersten Aktion) endobj 26 0 obj << /S /GoTo /D (section.3) >> endobj 29 0 obj (Caja-Actions Konfigurationswerkzeug verwenden) endobj 30 0 obj << /S /GoTo /D (subsection.3.1) >> endobj 33 0 obj (Definieren der Bedingungen) endobj 34 0 obj << /S /GoTo /D (subsubsection.3.1.1) >> endobj 37 0 obj (Auf dem Basisnamen basierende Bedingungen) endobj 38 0 obj << /S /GoTo /D (subsubsection.3.1.2) >> endobj 41 0 obj (Auf dem MIME-Typ basierende Bedingungen) endobj 42 0 obj << /S /GoTo /D (subsubsection.3.1.3) >> endobj 45 0 obj (Auf Ordnern basierende Bedingungen) endobj 46 0 obj << /S /GoTo /D (subsubsection.3.1.4) >> endobj 49 0 obj (Auf Schemata basierende Bedingungen) endobj 50 0 obj << /S /GoTo /D (subsubsection.3.1.5) >> endobj 53 0 obj (Auf F\344higkeiten basierende Bedingungen) endobj 54 0 obj << /S /GoTo /D (subsubsection.3.1.6) >> endobj 57 0 obj (Bedingung zur Anzahl der Auswahl) endobj 58 0 obj << /S /GoTo /D (subsubsection.3.1.7) >> endobj 61 0 obj (Auswahl der Arbeitsumgebung) endobj 62 0 obj << /S /GoTo /D (subsubsection.3.1.8) >> endobj 65 0 obj (Bedingung f\374r ausfuhrbare Datei) endobj 66 0 obj << /S /GoTo /D (subsubsection.3.1.9) >> endobj 69 0 obj (Bedingung f\374r eine D-Bus-Registrierung) endobj 70 0 obj << /S /GoTo /D (subsubsection.3.1.10) >> endobj 73 0 obj (Angepasste Bedingung) endobj 74 0 obj << /S /GoTo /D (subsubsection.3.1.11) >> endobj 77 0 obj (Bedingung f\374r laufende Prozesse) endobj 78 0 obj << /S /GoTo /D (subsection.3.2) >> endobj 81 0 obj (Bestimmung des Ortes der Aktion) endobj 82 0 obj << /S /GoTo /D (subsubsection.3.2.1) >> endobj 85 0 obj (Eintrag in das Kontextmen\374 der Auswahl) endobj 86 0 obj << /S /GoTo /D (subsubsection.3.2.2) >> endobj 89 0 obj (Eintrag in das Kontextmenudes Orts) endobj 90 0 obj << /S /GoTo /D (subsubsection.3.2.3) >> endobj 93 0 obj (Eintrag in die Werkzeugleiste) endobj 94 0 obj << /S /GoTo /D (subsubsection.3.2.4) >> endobj 97 0 obj (Notizen) endobj 98 0 obj << /S /GoTo /D (subsection.3.3) >> endobj 101 0 obj (Welche Aktion soll ausgef\374hrt werden?) endobj 102 0 obj << /S /GoTo /D (subsubsection.3.3.1) >> endobj 105 0 obj (Verf\374gbare Parameter) endobj 106 0 obj << /S /GoTo /D (subsubsection.3.3.2) >> endobj 109 0 obj (Wo soll die Aktion ausgef\374hrt werden?) endobj 110 0 obj << /S /GoTo /D (subsubsection.3.3.3) >> endobj 113 0 obj (Wie soll die Aktion ausgef\374hrt werden?) endobj 114 0 obj << /S /GoTo /D (paragraph.3.3.3.1) >> endobj 117 0 obj (Ausf\374hrungsmodus) endobj 118 0 obj << /S /GoTo /D (paragraph.3.3.3.2) >> endobj 121 0 obj (Start-R\374ckmeldungen) endobj 122 0 obj << /S /GoTo /D (paragraph.3.3.3.3) >> endobj 125 0 obj (Fensterklasse) endobj 126 0 obj << /S /GoTo /D (paragraph.3.3.3.4) >> endobj 129 0 obj (Befehlsausf\374hrer) endobj 130 0 obj << /S /GoTo /D (paragraph.3.3.3.5) >> endobj 133 0 obj (Mehrfache Ausf\374hrung) endobj 134 0 obj << /S /GoTo /D (subsection.3.4) >> endobj 137 0 obj (Verwendung von Profilen zur Erweiterung Ihrer Aktion) endobj 138 0 obj << /S /GoTo /D (subsubsection.3.4.1) >> endobj 141 0 obj (Ordnen der Profile innerhalb einer Aktion) endobj 142 0 obj << /S /GoTo /D (subsection.3.5) >> endobj 145 0 obj (Organisieren von Aktionen in Men\374s) endobj 146 0 obj << /S /GoTo /D (subsection.3.6) >> endobj 149 0 obj (Die Objektliste sortieren) endobj 150 0 obj << /S /GoTo /D (subsubsection.3.6.1) >> endobj 153 0 obj (Alphabetische Sortierung Ihrer Aktionen und Men\374s) endobj 154 0 obj << /S /GoTo /D (subsubsection.3.6.2) >> endobj 157 0 obj (Manuelles Organisieren Ihrer Aktionen und Men\374s) endobj 158 0 obj << /S /GoTo /D (subsection.3.7) >> endobj 161 0 obj (Bearbeiten) endobj 162 0 obj << /S /GoTo /D (subsubsection.3.7.1) >> endobj 165 0 obj (Ausschneiden/L\366schen) endobj 166 0 obj << /S /GoTo /D (subsubsection.3.7.2) >> endobj 169 0 obj (Mehrfachauswahlen) endobj 170 0 obj << /S /GoTo /D (subsection.3.8) >> endobj 173 0 obj (Speichern Ihrer \304nderungen) endobj 174 0 obj << /S /GoTo /D (subsection.3.9) >> endobj 177 0 obj (Exportieren Ihrer Aktionen) endobj 178 0 obj << /S /GoTo /D (subsection.3.10) >> endobj 181 0 obj (Importieren von Aktionen) endobj 182 0 obj << /S /GoTo /D (subsection.3.11) >> endobj 185 0 obj (Festlegen Ihrer pers\366nlichen Einstellungen) endobj 186 0 obj << /S /GoTo /D (subsubsection.3.11.1) >> endobj 189 0 obj (Laufzeiteinstellungen) endobj 190 0 obj << /S /GoTo /D (subsubsection.3.11.2) >> endobj 193 0 obj (Einstellungen der Ausf\374hrungszeit) endobj 194 0 obj << /S /GoTo /D (subsubsection.3.11.3) >> endobj 197 0 obj (Einstellungen der Benutzeroberfl\344che) endobj 198 0 obj << /S /GoTo /D (subsubsection.3.11.4) >> endobj 201 0 obj (Importeinstellungen) endobj 202 0 obj << /S /GoTo /D (subsubsection.3.11.5) >> endobj 205 0 obj (Exporteinstellungen) endobj 206 0 obj << /S /GoTo /D (subsubsection.3.11.6) >> endobj 209 0 obj (Einstellungen f\374r Schemata) endobj 210 0 obj << /S /GoTo /D (subsubsection.3.11.7) >> endobj 213 0 obj (Einstellungen f\374r Ein-/Ausgabetreiber) endobj 214 0 obj << /S /GoTo /D (section.4) >> endobj 217 0 obj (Verschiedene Informationen) endobj 218 0 obj << /S /GoTo /D (section.5) >> endobj 221 0 obj (Bekannte Fehler und Einschr\344nkungen) endobj 222 0 obj << /S /GoTo /D (subsection.5.1) >> endobj 225 0 obj (Bekannte Fehler) endobj 226 0 obj << /S /GoTo /D (subsection.5.2) >> endobj 229 0 obj (Bekannte Einschr\344nkungen) endobj 230 0 obj << /S /GoTo /D (section.6) >> endobj 233 0 obj (Info zum Caja-Aktionen-Konfigurationswerkzeug) endobj 234 0 obj << /S /GoTo /D (section.a.A) >> endobj 237 0 obj (GNU Freie Dokumentationslizenz) endobj 238 0 obj << /S /GoTo /D [239 0 R /FitH ] >> endobj 241 0 obj << /Length 302 /Filter /FlateDecode >> stream xÚËNÃ0E÷þŠYÆ‹ ¿b/©H !!²k»MúPÛTä¡Jùzì@í¦+_yîÌÜ96 à‰Írv÷hxôVZÈ×`%Ú yTÚA^Â<™Uuß U³-êòƒK‘ô«-O¥Éz¡2ÝLº,Z¾ÌŸÃØ”½1SókÑw»Cߦ÷ûnwª«ú’é…+“œê…rÓ7E4¶çªÙU¿‰þ‘À…ŒVÅŒÚ;$MaÊØ½‹ö³Oÿ‹Ö+È<¡VG6_ (C-ìÆÐçÑyC¥²Aà½1ñMæÿ;‘’@·cI$k@S†Jf?°8DÝÀÓðþ¡ ‘\æ~ÉÉâ2«pƒ‘R©Ñ {'“ŒÐ¦Å¹«÷\Â¥jån¡õ2ÔÖ endstream endobj 239 0 obj << /Type /Page /Contents 241 0 R /Resources 240 0 R /MediaBox [0 0 595.276 841.89] /Parent 248 0 R >> endobj 242 0 obj << /D [239 0 R /XYZ 56.693 815.761 null] >> endobj 245 0 obj << /D [239 0 R /XYZ 56.693 759.068 null] >> endobj 246 0 obj << /D [239 0 R /XYZ 56.693 759.068 null] >> endobj 240 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R >> /ProcSet [ /PDF /Text ] >> endobj 252 0 obj << /Length 2822 /Filter /FlateDecode >> stream xÚ¥]sâHî=¿‚GSE¼þÂÆ{/¡!^ŒÉÚfR›É>à€/`ϳٙ_RK혌§êjï µ¤–Ôúvbôv=£7¿š¤W¿Ì†FÏ×}×r{éKϵt×ëL_·Q/Ýö¾h“¬8×ß³j¿)¶O}ËÐÎÏûþµ54´—GÛs*‚·›SÿÏô7{mšº?Òåhs®óÃùt=~­ó²ÈŠ.¦EßjeñhÖî\mñô–U¯ß³óùÁF³7]mt|W7cÐí ØŽ}S+·ùË7–´W ¶åóù˜5ÎÅ6«¬÷ó‚iÌ\¾\Ðm­‰iVeŒš²@Y„ óç¬8eMx ¨ZŸÞžÏ¦!ºRæöHûÜ7MSË*v`LÝ&€B4‚—õÍ¡ö‡M1þ/D·o~=?òÓ^:ŽO|…ìúÊl@%åKý†^ÝTŒ™¡°<¢^¸·¼ÞT”ôXtõ-H’ Ò³fqÙ³ì@ƒKîYUõõM‰¢ÙØ.¯¤}ÏÐ2¤ÿ]K¾…ÑDÀ$Y€˜lž_?ˆ’ø‹Ë:Ýù|jÀcˆãYVØ,•Ø ÓTnÉ“ 8Éa€ÀX1M™JTÔ8_{ Z\õ¾HžC^¼^ŠÄ›O ç…’•‘p4ìÀ*oVwÑüzººIˆz™ì[b“¡éð%§:34±óæ 7LP…ŽCLÓ òX˜A ´¬¹tà.ƒz Âíåà €ÏÏ„ÎòBFÀ8Ë÷Y[nA‡y´ZŠk)‡ßó>«Š‘¶yFBÏE­ÄlÀηšD¯AkMuÛ¬Ðéò}¬.ɳFø);u9éÃëF–vʾn*ã‘ÝV—D?>Ú®û¼¯3i9 ^QD·Y)àQ)Aõ™xmˆ÷6;’ùl­Áüh º”˜hÈmdKÏæß³â;KSäœm?ž÷E^ׄv»<@¢ KHÁO\¬òì‰^ ˜}^|?Ë•e‡ÞîH¥I–÷¯mb”gÒ[¶ë“t‰Ty€‡Y^Ç÷3s¬1ð 6Ë·çbG¸|_)wU¹=¿b‹Ç[g¬^DOsè°õ!ƒ¤„[Y¡´É¸½a×JS´9*:ncf0LH?åèwÄœ]ž‚á[e° úÝf $uv8Ë\Ù¬9kÀjSÕù.£#[„`οªŠ\U-Óòõr¬4µ*)éÞ¨\UU,ózµ½U²·ÝåСòôµ*ÿ½Öè$dÀ“Œ‰mR]øî:çÅK “jÏÐ¥ÎX¦"žr>’@€ ޼J¿óª|´mO•Ä©Þ< ´ç­2á˜×숻µ#·Þ5.^äˆ+v§â0¹wïéÞÝ%qÔ¡ Û¾§MW‹õRD)ž k£)¡?‹øÑ6œh*â¾kh© ú¬ï9p5YGs±‘MIbÁ÷"žŠMA³3n"¦0HPûü¥1•L‹vf±@+`©€B6ûÐäš‘«ˆ¸ÂàFD‰ ÃÚ…ÀsfàOõ±X‘¤" ûrÒJ©Ë %ÒT, ¸Ø=·""³IÒuWLi ù, î3ìêä×˱‰ß¦ `™´X€©­Ã¡ÛŠ•ç·c§û Æ`pöìû@ú3ÞXÅa À³SX’mÂÏ fN ã€.¯n#¾ù›˜ƒ÷náçâ¾oBrá“nãPI ΰnñA7À·›_@—ù‰;ö:™Æh ºýf‚ûצohÑJAI„ars nFS„A8°5IðcÇÌy)œ”§ D|V=ÃÁÉ7/ßÑ;õ8áóL¿ Ûʼnï1€ÓŠÓt„f Â-WÓ`<­Ê,äMÂIêsÍ´¤ñR<`vŨsÈ!Ãý:‘ñŠxw·¡ˆ#ÚÕe!K,òÅ£L×¥Ár™ªË÷âfAà\@<"‘#x†ÐÄ=ÁXÜÜvz_m9Cm©,}ËqСHdòéDW)—Ð1†Ï› `=€Ç*ˆèw"Ös’£bLVõ;¶Äµ U4ÅHÝÓ/c»åƒdsxLJ÷é}¨lèz— œåÛ³|‡ó 蜘!"Ž&¤Á.µ4ãSætÉÑ’@èDIVܵŸ±²:Lä¹vÆbGbKÏaÄ¿ü±H·ÓQ5Ð7Áu*5åU¥$ˆ±„ÕãñàE4ÂQ†ÞŽgi§Á1ÆDÞÃ:´¼^𤈀ߛÜðHo†uœÜ5]'Rí Ypðð1‹§$Hñï+Àîñ†ì?`.@«]àóâ‹?O´óBF©›P°½Vùyn«¿Jùñl2n¡À2l\Ÿa„]³‰±¸Ã`cžskè`’@é RIc‹—ð<Êï[ù¯ƒ:«Œ»yÑ?å`´†û¨Ý€˜¨+Ó=‹Rù†¸Jƒ9š¦"Y(*e†0xуN„ßÄuwᜑQ£¤ˆ¦4¹)0²}zUˆGîÆ^S…vT!Kæ~ìqv\G?énr¼rE½¿ÍøèÑcu1Û¯›©ÙZˬÎ@­N#/Z<ô²½pÖãõ €¦Eâa"" ’–‰ "¨Z)â§ö;1 JµÏ¶–Ü ¨÷0Tg¬u\â¡OuÚI;¯¥žÐlα–ÑT^€¤á»UlãËuÚ²µŽœF4U&ª u»á|oJ kýI_”óÖP…ˆ ®UkÙñÐ gÛ×ëp= ˆ2Ž'PœÆ eB2ñfµ¼[§<~À[­±ë¼ï ï|8É; œ­a‡¾JóÏkæé• ÂÉU m_^àw‰xÄz´ðHzËåEv0 hptÌAúÜsln´Ÿ^‡ D­Éà¨xÒ¥ËR‹‰áã—òOe9~bv:sÂ$ª;Éd2qèF ü¥»šF©7ŠRõÍú±üˆQ~@¨¯l_Á¶åÊ=…Vc$ÂÊIó.ŠÂÄâëN„U¼T3Wý[ ·‰1DþrÐuý³Î1tÃõÿÉÿêþ ` › endstream endobj 251 0 obj << /Type /Page /Contents 252 0 R /Resources 250 0 R /MediaBox [0 0 595.276 841.89] /Parent 248 0 R /Annots [ 249 0 R ] >> endobj 249 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [351.044 606.691 366.988 616.704] /Subtype/Link/A<> >> endobj 253 0 obj << /D [251 0 R /XYZ 56.693 815.761 null] >> endobj 254 0 obj << /D [251 0 R /XYZ 56.693 469.852 null] >> endobj 255 0 obj << /D [251 0 R /XYZ 56.693 334.361 null] >> endobj 250 0 obj << /Font << /F50 243 0 R /F51 244 0 R >> /ProcSet [ /PDF /Text ] >> endobj 260 0 obj << /Length 1292 /Filter /FlateDecode >> stream xÚÅYËv"7ÝóÚÖH¥wVñÛŒ“@“Yس 6csì1 ˜øÄ_ŸR‹–iÓàu’–n•ªê^©ÔŒÜFÎGYãébÄQ§A“ì+Ñ@µ!–;*¤%Ù ¹lO/ãÙÝèñæ÷°æâú®uŠ5¿^ #gáûÍhÞú’}DØΩS*LîO“‡Åüàðþi2}?V ºh Õœ>^1·‹ÙÈœ?g÷/ãÅ­>rbÑG-¼ÒIÊ5‚ä“'“‰Óhg?ÿe„¥©v‚Ç©f@®¿5.¿0rƒÏÐ8•Î’ç|ä7¢8£ <Ú4~m°ehÞ~¾bkNA1ÊR«Ý[l±ŠÍ8åÂF솔œ©©ájŽ‘ !c° 0Žj«ÐœÈxJ·“}îô/Ú½“vUp€r»õõ „Ú±59†ðé„´@PÆÌ^Ká>‘Bî‘'C³•dp­(ãÞE•“!Y'kÿ\QÇ ©c¶¨ã×%´¡Æ—qÂêb²0Š #U˜‚´ '`Äp$`Äp$`,á­¦\¾‚:¾1;CúóªŠCŠh+£d·8 õÓK‹«æ[éV`£t+p¹tçnk]ˆµd¯bíÍÁn Ö|ö?Ç‹Vïƒí àÕuÁ" KùAí¤NŠ$ ÓVP¥Ò$LŽÒ$,pÏ0I1± 1³ EH•ÃOHRt'(iA¸@€Ã‹¬ó©·^Õ1 5XåþˆƒÏK†{‡ÝŠÝ<æ­³à4•kÕì‰'üa‹£|dÃî6×à€Äp®ìÀ°—µûƒãó~ç4Û|šÙÝüz½HC¥M¤`FLeFÌFF iF¡ŒÖ¦)£P8@¤¥%#¦%#¦%#¦%£)n‰ÜØÕ“‡ÆÑS±F/;¹ßÚýÓ–E¹ 2ì mž ûÇç[IJG¸Å >.«žü2ÏfãàÃçÉxާ’ÍÒYƒ€Ç+MÙ CƒÝ+!åì%üÆa‹ŠîìKE$`‚9—€S“€Cš€Cš€QH!>f ÷–BDV*Œß Á¨ø× ŒtD ‹+’i׸]2HIŽÅÕc€G«ÁYwûÎñyVyyãØÃ‡µH “*)˜5@€¢»“ÿ"O)ÇFè$ tŒ‚Ñe(‡eJ{Ãn·Ý¯Ò—÷muØå¨æ®lø½S«o¸Hì½EÙ#_ÄývçÈ÷ÄÃÞÙº RK<^ÕâÏ/ ¶”c_Ù/Dílv­îA“Tº‰¾tóžá½«lеÕãg°ÝàšH¬$Ë¿çÅ_Œl–\ù*ûf<»üë]Êu¸ñ3pÍÞÞ}çuÊAŽ€;»uª Q\´,-ÿ•Dz©òÅ ž 6ó°Ž r‹åvG“xèá›IX‡uÀÚp(Ûßp ô¶=ì=)¾]4Èe>êç|ØOOvLÁß×wÓ¹0În—“Ã*.ï¾ub¦`VyP"…˜©ž˜;0ï´XÆl!&n°XÌR#Þ¾QZ!RQ+[®÷ãuV…BÈò]a:}(¦Š2Ÿ†˜ÿZŠ5—„ꎂŒ ‚å‚Âf>Õ±vß×hS^ýG/@…?ËÝÖV «ÃŸÈ°þk‚í¾Žu‚¥`vxf’Îá{@¼ÿjrùÚS2$Ûç­ç?nÇf{ endstream endobj 259 0 obj << /Type /Page /Contents 260 0 R /Resources 258 0 R /MediaBox [0 0 595.276 841.89] /Parent 248 0 R /Annots [ 256 0 R 257 0 R ] >> endobj 256 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [318.508 489.823 406.962 500.405] /Subtype/Link/A<> >> endobj 257 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [318.508 405.738 406.962 416.32] /Subtype/Link/A<> >> endobj 261 0 obj << /D [259 0 R /XYZ 56.693 815.761 null] >> endobj 258 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F60 262 0 R >> /ProcSet [ /PDF /Text ] >> endobj 305 0 obj << /Length 1485 /Filter /FlateDecode >> stream xÚí›Ér¤6€ïý›ŠvÐ)eרSNÊ3+s°ç€uC™¦'줟>’Xz1'æÄ&üŸþU:3:G‡ç£_Žtsç|êp ¸ïHBçUÕ~æî÷óßôc=„€`¬ºùSXIZæÞÁu‘,2™u5úÝ%l¼È.!ijR…¦a~+ÕõR–3Ó^¿#rýŽœ˜w¤‚Îý{wrcÚŒŽÎG> ä0¸ Ž/à;“ùèâ;t"}Mw¨œ[Ûrî0&\ï§Î×Ñ#¸!ì BÌôÛ<”rÀ¯:?Éâ0-ò©–®‡àX&Woâ,É«7çtMºú»‰Õ’EæÇGIfE«2³\‡š9ÕÎÙǑà XK 6÷švÍÛ:^sÙÃ>¸¨á¦•²âôu«¤ÐGéfk°xT@@Ò4}  _w ìwé¾>è1a;]‚‰…[݉ݶȋPzÌxXÐ1põGÂÝP!^¤£uw0¹ðå|‹E‹Öâçøq#~Yë¦\Ão$ª? ¿Š<_wóR4Ÿq«a¤Fl;M­ŠèÓXm0¯OW¶×õü€Ÿ‘餷åtS (Ý4Ô¤6Ô÷JüCycœŽT·2‹*Ûý–˜ŽÆþ.›Þ¼ÝºI!+‹.ÍKd‰TÍØŠšw(£$›if®è†Ø3Ž4¿ÛN`¬ÐMc¡áY|X?þ œ6Ôæ5µ0Oò,œ78¯ô±Éª~€þ—%sxGW¬î÷éÉé‘wîpüÏÇ~0XÕ ·ÜɶÜ?«(“ªÏÐf¾í Â&°Wdb(Ðm :åó°{`à"xwúÉ÷Ö¶-ÿãKBiœÌ®m½l=Õ áM" ½U€×Z‰V^–u¬t-Ã8Ý  ÊüÖ²WøJÐÞ²Yb½ÕÂoÕbM̛ԕ֎¼œÏdUç²ÜD:Iáˆ9`WϸÔ-ì5‚€`]­®Åê*Tµû2q=ÅÀqoœ÷DbBø¹«sâçTe’5h¼CøžI±ñ,É ¥“½E?rpE½Ht(–Ü<ߘ=íÖ„y[\C ²ôç $z;'„*J;% Ëé*Vû¢K™çöˆ „ž ·QAi5õC™É|Þò‰dÞ$šE³» 'Úª+ôêI¨a¸OÙ ·e¯£$+TX3K²Õ„åú4TaÏßÅ\fFëvç>ƒCêE掩Ãmql_(uèG)À:Ô0áÚúÕ×Ö47¢ãï\EÓC”ÊÐ]M#;¡&µÓúf Ÿõ¼E*‹Ä{øPN¨·Ö5E¹O‹"YÚ‚g@‡9ßÿK¯Û¹5À•J¥“XnvõÄ"MÛÔy&ë%&EuêVªHf¿º^ Ø€poZ¸G$Òªi#‘?]„6–ÅlU–øbÜ\¨Â¹,lÄ1LŸ¾½;é3i£«g‹m½j=ÛºÚíT6BWÖ‰„ôte¤5¾¹TÇòÑL˜#·‚@tp±VŽTÉÒj=c>_D¥Ž½äVì¡$hoƒU™,Ò,õóÎ ˆÉõ\¦Q;³G{`ý퓵P†À±ÌtŽ£®Ó°ªÔq<„Õ¯ÀfC;hÍæPNeœæakªLÜEÐw=¾‡¾°šÉ©ŒÕÔVÙVù̺+ÑN³±‡à1 |q'§¤uNÙ$)f5i[ê¾13âM8õE-Ì:ÐvÝq»°áHß”õ¼ÝÖŠä&c,xÇ1U°OâHÛÄÑ®dÛ^rÛbhêm™ùK'½Zͬn‹’!ïèÅãž² «Uä³rQ0ž¹:iÏ’|m9ô†š´ÿ> endobj 263 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 706.502 567.925 715.358] /Subtype /Link /A << /S /GoTo /D (section.1) >> >> endobj 264 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 678.633 567.925 687.489] /Subtype /Link /A << /S /GoTo /D (section.2) >> >> endobj 265 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 660.726 567.925 669.473] /Subtype /Link /A << /S /GoTo /D (subsection.2.1) >> >> endobj 266 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 642.82 567.925 651.567] /Subtype /Link /A << /S /GoTo /D (subsection.2.2) >> >> endobj 267 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 624.814 567.925 633.66] /Subtype /Link /A << /S /GoTo /D (subsection.2.3) >> >> endobj 268 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 597.044 567.925 605.901] /Subtype /Link /A << /S /GoTo /D (section.3) >> >> endobj 269 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 579.038 567.925 587.616] /Subtype /Link /A << /S /GoTo /D (subsection.3.1) >> >> endobj 270 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 561.132 567.925 569.709] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.1) >> >> endobj 271 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 543.225 567.925 552.072] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.2) >> >> endobj 272 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 525.319 567.925 534.165] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.3) >> >> endobj 273 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 507.512 567.925 516.259] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.4) >> >> endobj 274 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 489.605 567.925 498.353] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.5) >> >> endobj 275 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 471.599 567.925 480.446] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.6) >> >> endobj 276 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 453.693 567.925 462.54] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.7) >> >> endobj 277 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 435.787 567.925 444.633] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.8) >> >> endobj 278 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 417.88 567.925 426.727] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.9) >> >> endobj 279 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 399.854 567.925 408.82] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.10) >> >> endobj 280 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 381.948 567.925 390.914] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.11) >> >> endobj 281 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 364.161 567.925 373.007] /Subtype /Link /A << /S /GoTo /D (subsection.3.2) >> >> endobj 282 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 346.254 567.925 355.101] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.2.1) >> >> endobj 283 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 328.348 567.925 337.195] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.2.2) >> >> endobj 284 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 310.541 567.925 319.288] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.2.3) >> >> endobj 285 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 292.635 567.925 301.382] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.2.4) >> >> endobj 286 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 274.728 567.925 283.475] /Subtype /Link /A << /S /GoTo /D (subsection.3.3) >> >> endobj 287 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 256.822 567.925 265.569] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.3.1) >> >> endobj 288 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 238.816 567.925 247.662] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.3.2) >> >> endobj 289 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 220.909 567.925 229.756] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.3.3) >> >> endobj 290 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 203.102 567.925 211.849] /Subtype /Link /A << /S /GoTo /D (paragraph.3.3.3.1) >> >> endobj 291 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 185.096 567.925 193.943] /Subtype /Link /A << /S /GoTo /D (paragraph.3.3.3.2) >> >> endobj 292 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 167.19 567.925 176.037] /Subtype /Link /A << /S /GoTo /D (paragraph.3.3.3.3) >> >> endobj 293 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 149.283 567.925 158.13] /Subtype /Link /A << /S /GoTo /D (paragraph.3.3.3.4) >> >> endobj 294 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 131.377 567.925 140.224] /Subtype /Link /A << /S /GoTo /D (paragraph.3.3.3.5) >> >> endobj 295 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 113.471 567.925 122.317] /Subtype /Link /A << /S /GoTo /D (subsection.3.4) >> >> endobj 296 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 95.564 567.925 104.411] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.4.1) >> >> endobj 297 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 77.538 567.925 86.504] /Subtype /Link /A << /S /GoTo /D (subsection.3.5) >> >> endobj 306 0 obj << /D [304 0 R /XYZ 56.693 815.761 null] >> endobj 303 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F64 307 0 R >> /ProcSet [ /PDF /Text ] >> endobj 328 0 obj << /Length 1043 /Filter /FlateDecode >> stream xÚíšËvÛ6†÷z ,Éa€¸KûÄöIséi­vceAIÈŠ‚\^â=}‚”m‰r™¸Im—+A$DŒðaþ`ˆÀ p9:N.Jr0^B.@„%$4ã9¸öΔ®Ê­Ê“Xϧ~ˆ¼j–øAÈ·˜AsמDžÿiü‹yl€1”Œ¹Œ«2ͪ"8]•éF+ÝÕéO˜·Ñ„Âe•Ƕcq«òÕVUKÛߨˆAdläÄÚH%ƒœJó”úןm—Ñùxô÷›k`À8ä’!1ä(³õèússÏŒ ©ŒÀmÝs F0$Ü´3p5úm„ŽÎŒ0Ï"*!FÜ M ÷ŒÌß“*7¿NÿR«2K‹²¹Plò2U¹ùçAÄ#úCèÅP)ÿ»Ñ-ï”Cž/kü~9×Y)^(ôk?AB‰©Y€JBv!6$CóøÓì&‰§ªL‹YÒ ¼r+½tßß&¹j–ýnY×ß*=wJ[ß(ü€‹?ùOšnt8Óa3Ób]©,SEã9¹#oé3/ÖiѸ̷N7cì•,ù^³NP÷¬Ý«\4ju¦â|ªÒÒN$y=¢ô²Tìßàüs¸Ã|'fUadL«t®ôÉû áܪš¡NxýDP2(îdP%ùÂÇÈ‹gI\·u3É,%‰ÃÁ¹žzFz^ݨÔxQ~ž&Q=¯3…:ßÃlÀ÷ |M6àοÜÜ%ãG3 ÆéØ~<<ü8¼]0ÃÈfu†ÕzÞg»ÝèƒÄPˆ!=y.w.ˆ±£x¡Š2S¾Æe‡Þ¨¼°IŠÎR—¦Ø‹ç©6›é,kD•„rÀõd@Ýc›9 óø÷qµØÚÂÞä“!¢=w²é£µçõQÜ.¦UE}D—Ø„¤°8ív \ú ûF) É?iR7S•O"Bi}ÊÄe4ÈØchÇ ŽƒËöôKÒA¿~$&ÖkÜåË€é§câý1ñ£ªv¿úseTl—±EÇJOÄ#úÑ ¹œ˜l >\Ÿª2WéÔÆ$ $%u’8¹àô^e0 F,fë #Ù”©=s0#ýé›ÏìkfIªæJ7%¥·zá‡ÌÛäëø®.Úeˆ±†‚¶ÅÎ=‹@ÐÞwƒ7UÖ ~¦V±Öm%òÂŽ¨’¬ÍFvå»zfIn³½rKèˆ5×Á’à}3öJ¥˜BI÷6¬>“vŇF5ý¿Ê/ FD½b«±±v,©ç¡6¯œì¥Y­Þ— ÞÈF+Nå¶Z»ÆÁ»Á»ºÛñ7º­ Y$ؾvaÝ·åÔ6y—ÿht¢®«ö5‹7›UµVºtcféVém_ íž ®H(‚ˆËïyä+'…&ƒ endstream endobj 327 0 obj << /Type /Page /Contents 328 0 R /Resources 326 0 R /MediaBox [0 0 595.276 841.89] /Parent 248 0 R /Annots [ 298 0 R 299 0 R 300 0 R 301 0 R 302 0 R 308 0 R 309 0 R 310 0 R 311 0 R 312 0 R 313 0 R 314 0 R 315 0 R 316 0 R 317 0 R 318 0 R 319 0 R 320 0 R 321 0 R 322 0 R 323 0 R 324 0 R 325 0 R ] >> endobj 298 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 747.89 567.925 756.857] /Subtype /Link /A << /S /GoTo /D (subsection.3.6) >> >> endobj 299 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 729.958 567.925 738.924] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.6.1) >> >> endobj 300 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 712.144 567.925 720.991] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.6.2) >> >> endobj 301 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 694.212 567.925 703.058] /Subtype /Link /A << /S /GoTo /D (subsection.3.7) >> >> endobj 302 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 676.279 567.925 685.126] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.7.1) >> >> endobj 308 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 658.346 567.925 667.193] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.7.2) >> >> endobj 309 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 640.413 567.925 649.26] /Subtype /Link /A << /S /GoTo /D (subsection.3.8) >> >> endobj 310 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 622.481 567.925 631.327] /Subtype /Link /A << /S /GoTo /D (subsection.3.9) >> >> endobj 311 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 604.548 567.925 613.395] /Subtype /Link /A << /S /GoTo /D (subsection.3.10) >> >> endobj 312 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 586.615 567.925 595.462] /Subtype /Link /A << /S /GoTo /D (subsection.3.11) >> >> endobj 313 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 568.682 567.925 577.529] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.11.1) >> >> endobj 314 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 550.75 567.925 559.596] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.11.2) >> >> endobj 315 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 532.817 567.925 541.664] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.11.3) >> >> endobj 316 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 514.884 567.925 523.731] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.11.4) >> >> endobj 317 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 496.951 567.925 505.798] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.11.5) >> >> endobj 318 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 479.019 567.925 487.865] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.11.6) >> >> endobj 319 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 461.086 567.925 469.933] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.11.7) >> >> endobj 320 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 433.171 567.925 442.147] /Subtype /Link /A << /S /GoTo /D (section.4) >> >> endobj 321 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 405.275 567.925 414.251] /Subtype /Link /A << /S /GoTo /D (section.5) >> >> endobj 322 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 387.362 567.925 396.209] /Subtype /Link /A << /S /GoTo /D (subsection.5.1) >> >> endobj 323 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 369.31 567.925 378.276] /Subtype /Link /A << /S /GoTo /D (subsection.5.2) >> >> endobj 324 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 341.514 567.925 350.491] /Subtype /Link /A << /S /GoTo /D (section.6) >> >> endobj 325 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 313.619 567.925 322.595] /Subtype /Link /A << /S /GoTo /D (section.a.A) >> >> endobj 329 0 obj << /D [327 0 R /XYZ 56.693 815.761 null] >> endobj 326 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F64 307 0 R >> /ProcSet [ /PDF /Text ] >> endobj 365 0 obj << /Length 1288 /Filter /FlateDecode >> stream xÚí›[{Ú6Çïù¾´/pu¶už‘.[»v ëÅB/ ã'`2ÙN:>ý$[&@UÒd­n°‘åïϽ à¥ðÞvzƒÎ›S <r†˜7˜z …,òbÈCLbo0ñ.üžÈ«r%ä,É'£¿Ï‚.¢ÀŸqDd³?IŠàËà7uÙ.„!§´9ù¤*³yUtO.Ël™‹|_§ßLýe>¥•LtÇâFÈË•¨RÝ_=#ôbõŒ ëg$‡ŒÆê*õÙ×™îÓé:ÿt jô( Ç^ÄaÈòÆ‹ÎÅàMÔ1uóðØ»©{.< Aˆ0Sûsï¼ógl™y…BªïÛ^”°BÖÜüd4Êæ“*O‹k!WA_dã@mfyV˜‡ß40$!'Äë"õ{"Ô\ªóbüó2‘åTäE)Z«Š¢Ù¹µã¸6OÓzÈpª Á؃.U—>Ò†p~ä;4 ¸%Ó0–©×ì|zÛñ.º0棭~í¶~Û¢cÜXk âþR0öS@ª>GB¿¢µmûYªHŒgÉ´l›D–·`rQµ­Í›t9…Ïb‹—%ñ Ä 6@>‰lýâQ„{b*fó!¢ªåàû£Rü´ô0Z3²ƒöl&…ÑT£Û¶pô~¶ØÑÊZ_˅ȵiŽ]kçӞЈA—úÓ³cĬäG £_ãUúfHifÜ‘åIUÔN&•Ëkš4Z¹ÁvgTdœ:,Á –“jÚB0é%EVäÉ¢5õH}R䣫ž˜dyªé<†N{1DV¢{1¼?{ßï‚øÿ^Y€ Qü³ú;ÜʣĻ<>ȉŠÊl¤â¼ÿ#証ˇÐJ-¼ÍdÆ3±HÊd“J¹I̸ Óž”]"…k7:]MfóÛ$Ǹý†¢ù’TÅf&'B§y 6ß쯩G˜üÈ\ìH`;pMÂŒh§CLÈ,K/ƒºšPZùù'{6ÄÊÙ@dØ| „*¾m¤2/E;˜íc!äÒÒçJíĆwŶNmþZ¨Œ§.o¶™ÍA½aLÐ,¸Ø%;.=eðlo}yXÞ:¬U-¾¹&H8ròzA~Ôð;óIÃiUÉ;Àv« r¤†Ì¢ÚR‹"‡éÁ˜";Æî`Úªèì ˆ_{Âô?÷Y±¶"íïLÌë8c{ÆGÐUÅ_QìˆÆ†è»l] _Š×ºò-d-Êt”ÈÖï}Ôí‰L¢ž$‰aìH>);ËÄ™ßB7ÃãÒ–uQJÏ ºTàÙAb+_ˆÚ ÈžIôC³Åb9ÉT˜‚¨õ ì¦‡ü6¨âPºfØ!:2"d­¥zK#!\ÎvLvv%„­åÕE¦W‚}cV˜FÐ|˜ŸjK#çKYfB^æCÌØÕTl/œø5©®n׎EØiê(̸¦ÚrÈ»¤š®tY8Ó`æsS<¤˜ºLíeb»‰LÔVJúÛäÄ…š³z†°§!e¹œ3ºo&óp‘ÄÈ ìØ,Ó¯ØB`©Lt8RŒgí¡#!UÖ•ÕªËÅÌ¡z0#˰¾­uœ-®Tð±ãÄ0wNì…1ÚEø¸­tô¿:Œ¯£Ý†÷˜›%ÈÛU8˜3GñøøìæÞ0²Ã§wߨX& ¨ŸŒD)E6ÒþÅŽÔ£íŸik·ûþ:F@Ì?Çþ®è endstream endobj 364 0 obj << /Type /Page /Contents 365 0 R /Resources 363 0 R /MediaBox [0 0 595.276 841.89] /Parent 248 0 R /Annots [ 330 0 R 331 0 R 332 0 R 333 0 R 334 0 R 335 0 R 336 0 R 337 0 R 338 0 R 339 0 R 340 0 R 341 0 R 342 0 R 343 0 R 344 0 R 345 0 R 346 0 R 347 0 R 348 0 R 349 0 R 350 0 R 351 0 R 352 0 R 353 0 R 354 0 R 355 0 R 356 0 R 357 0 R 358 0 R 359 0 R 360 0 R 361 0 R ] >> endobj 330 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 716.548 567.925 725.295] /Subtype /Link /A << /S /GoTo /D (figure.1) >> >> endobj 331 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 698.615 567.925 707.362] /Subtype /Link /A << /S /GoTo /D (figure.2) >> >> endobj 332 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 680.583 567.925 689.429] /Subtype /Link /A << /S /GoTo /D (figure.3) >> >> endobj 333 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 662.65 567.925 671.496] /Subtype /Link /A << /S /GoTo /D (figure.4) >> >> endobj 334 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 644.717 567.925 653.564] /Subtype /Link /A << /S /GoTo /D (figure.5) >> >> endobj 335 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 626.784 567.925 635.362] /Subtype /Link /A << /S /GoTo /D (figure.6) >> >> endobj 336 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 608.732 567.925 617.698] /Subtype /Link /A << /S /GoTo /D (figure.7) >> >> endobj 337 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 591.018 567.925 599.765] /Subtype /Link /A << /S /GoTo /D (figure.8) >> >> endobj 338 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 573.086 567.925 581.833] /Subtype /Link /A << /S /GoTo /D (figure.9) >> >> endobj 339 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 555.053 567.925 563.9] /Subtype /Link /A << /S /GoTo /D (figure.10) >> >> endobj 340 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 537.22 567.925 545.967] /Subtype /Link /A << /S /GoTo /D (figure.11) >> >> endobj 341 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 519.188 567.925 528.034] /Subtype /Link /A << /S /GoTo /D (figure.12) >> >> endobj 342 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 501.255 567.925 510.102] /Subtype /Link /A << /S /GoTo /D (figure.13) >> >> endobj 343 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 483.322 567.925 492.169] /Subtype /Link /A << /S /GoTo /D (figure.14) >> >> endobj 344 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 465.389 567.925 474.236] /Subtype /Link /A << /S /GoTo /D (figure.15) >> >> endobj 345 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 447.457 567.925 456.303] /Subtype /Link /A << /S /GoTo /D (figure.16) >> >> endobj 346 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 429.524 567.925 438.371] /Subtype /Link /A << /S /GoTo /D (figure.17) >> >> endobj 347 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 411.691 567.925 420.438] /Subtype /Link /A << /S /GoTo /D (figure.18) >> >> endobj 348 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 393.658 567.925 402.505] /Subtype /Link /A << /S /GoTo /D (figure.19) >> >> endobj 349 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 375.825 567.925 384.572] /Subtype /Link /A << /S /GoTo /D (figure.20) >> >> endobj 350 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 357.893 567.925 366.64] /Subtype /Link /A << /S /GoTo /D (figure.21) >> >> endobj 351 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 339.86 567.925 348.707] /Subtype /Link /A << /S /GoTo /D (figure.22) >> >> endobj 352 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 321.927 567.925 330.774] /Subtype /Link /A << /S /GoTo /D (figure.23) >> >> endobj 353 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 303.875 567.925 312.841] /Subtype /Link /A << /S /GoTo /D (figure.24) >> >> endobj 354 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 286.062 567.925 294.909] /Subtype /Link /A << /S /GoTo /D (figure.25) >> >> endobj 355 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 268.129 567.925 276.976] /Subtype /Link /A << /S /GoTo /D (figure.26) >> >> endobj 356 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 250.196 567.925 259.043] /Subtype /Link /A << /S /GoTo /D (figure.27) >> >> endobj 357 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 232.264 567.925 241.11] /Subtype /Link /A << /S /GoTo /D (figure.28) >> >> endobj 358 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 214.331 567.925 223.178] /Subtype /Link /A << /S /GoTo /D (figure.29) >> >> endobj 359 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 196.398 567.925 205.245] /Subtype /Link /A << /S /GoTo /D (figure.30) >> >> endobj 360 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 178.465 567.925 187.312] /Subtype /Link /A << /S /GoTo /D (figure.31) >> >> endobj 361 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 160.533 567.925 169.379] /Subtype /Link /A << /S /GoTo /D (figure.32) >> >> endobj 366 0 obj << /D [364 0 R /XYZ 56.693 815.761 null] >> endobj 363 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R >> /ProcSet [ /PDF /Text ] >> endobj 401 0 obj << /Length 837 /Filter /FlateDecode >> stream xÚ½UMoä6 ½ûWè(±Vò‡Æ:&íf-º@Ûé¥ÉEwÛèÃ}Á‰bJ¦’lŸˆL™ÜR(–å%ÙÖäÞ™Æض2õ.N9ömœ¤§OÙ&·^®«!þºý a!˜* ùK5º›†äö0ê£sÍèç8+èÑEä!ÁÒ¡éæÂî½õýÌ}±åލ”ç,ãŽ)ÉJ¥¡&Ô#ÝxM v{q={´¶2nÚýd¡´œ—au{ã¥z/,ÍP«`ùY›Ó4GÐ,nÁ7,éí!Yc£‡¼­o,=Mnu®‚"LÑìˆéuøƒ?¬!?V#è¾2U ¿ HŠ‚í3)›Nï[0,ØkÀ‹.ǘ§ï!œ¹Y·:¬¿œy.édj¯þC³—QaJáhkãÅk¹8Âðq7çmø|´£;z]€ÆŽÕAƒ#6‡›[»Cʇ©oÀÏ]Ó,G ôXX„ËÖ±0¼[¶F$™Ê6>¢9sìýüfœgtþµ w£ß×¼°Áq‡tö˜åù¾ ‡™œ~ÁÜ^)g<¹6ßÑxñá~ÈF†<:ç¾ã λ%þH~Mç|ž%}‰1„éÄgV€• sß<æLí;Ò‘·k]Ø®ÍÂDž;o 'AœøxÝé•Ï;¨µif‚/§ÙµŸZΗêßüÓ¾ØéN endstream endobj 400 0 obj << /Type /Page /Contents 401 0 R /Resources 399 0 R /MediaBox [0 0 595.276 841.89] /Parent 403 0 R /Annots [ 362 0 R ] >> endobj 362 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 716.448 567.925 725.295] /Subtype /Link /A << /S /GoTo /D (table.1) >> >> endobj 402 0 obj << /D [400 0 R /XYZ 56.693 815.761 null] >> endobj 399 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F64 307 0 R >> /ProcSet [ /PDF /Text ] >> endobj 408 0 obj << /Length 1943 /Filter /FlateDecode >> stream xÚ¥XKsÛ6¾ûW°7rÆB¾™›=vÚô•vìLfç@‰0ň„\¬Sÿú.°EÒ´l§i ,ûøöR§t¨óãÉùõÉ›wu2’Å~ì\ß:±OâÄIYF‚0u® ç³{ÎEß=p¹ÍE±ö|êö›­·ò#êÞÞI(‘.òÖûrý3ˆ]1F²(—Ïû®ªûvu¶ëª½àb‰é/ˆÜ½¸¡Ô/{™+ÆöžËÝïKÅ:2'ã@é& ‰³ ¤è·(¤îü #õÆÉåõÉß' X¨Ãœ(þÀI2Fbê;›æäóê°ª0K{ÍÙ8£Äb kçêäÏjE'ó擌±Hic…‡1‰XlUR:Ø—œÏ+F)u/+¡=¶•½°v}^ñÁÊÄÊu+ŸQ·j; hæòJp\º”÷¼ê¸«†À›sŠ[—VÒ?*˜{)sQV¥õ®ú4sD;œ9¼Þà–E…YÎ çO•xèõñ%·B@¸°Œg»ÕI=ü‡e <:î±ÈýÖ5\(ù­Á7ÄEÞñªÉE^rÙ¢- ¶¸ln‚8.ëj³å‚þŠ·É‘ƒá­âƒ:•ùÿmrl/ äþzÉ©JàO¾—…àÝ’©l°ìÔh¦MºÛˮⲋ¢©:+ÐFM)+×ì¶oJŽÙ(J»Uò@Ñæ}T!22ðX2h”,P£ ¼ ÌFˆÛèÄÕ£Ù©94$T”…G»ÙŠªëÚŽ×5?Ž¢RL Ó•Ç\K¯yÛUM£LQ<õM†­†z¼¯ŒÜ{@´GZ;jXÌ…yõýVò%Ç¢< ëËP†©b8­›,¸ÀFe¸Ùm÷`©˜…Rë¯w-‘÷mÉM9xaˆÆgB4Òý‰¡`—˜™æ<ôY]ƒS¡¿ŠÖˆåÊxXoRW¡‰ïHбΡV»·J6ßÖ­±ŠïÜ—Êf©ûBÓ?à‚þ3ªÒx£µA«¤.8WÁó™…Ðf°0E:%Œe 3TÂU~¯\Fî_=ta¨:ô¸„ÝLÂ46~º:$­÷vºØ#ÕR•=½ ™YýÊuÍjÐèCiO•O ½ö1‡£ÄNC%ÁÂÁ¾S\Ân[ôRg€R¦:ÒZ­£na©jFÐ1ãÚ3(û°þÊw& “5D«³ '‹œV6>¯I­WbêÉÜ*¬Y¿æ%Ÿí1Áû°éÁþÛ.7™2ž F)r¦²Xy»Õd2iÞº–éŽl¨¯ÔSâMJCqÛ•YÖÚ+¢¬÷ë¼Fn@ì~ת»UEÎ÷WSµý‹ҡ̓gÑ}È0D£åâÍ#З¶:s˜¶L…ækã•ÅÒî°ÑkÌó·<¸Àý5ó—/yR)ÜZ¸^m”…[ Î'üxôÀ(³—¿ÌN™N–ﶆ-7¯¥AP飇Aðuq"°åkl=q I›0\Ùù`v;*þï`ŠåâÑz&»a EááíÌ}q8Óv4šé ß¿ú¢ÑÌ?û葲Ð~Oø„åÇ?X%B_cðÂ¥=ÆÆ:0 ÀK+懧 X’XŽG|rÌÄK) “pZÏÎù­®SªF31 I’&~TE˜…öÚ-E¶Ÿ‰žž’S4‰äD#ͤ«ì˜@žâj©Ò7ÐÅ@X dAQà oÑ£ {ÅÏH .7aañV `h>löâ¶*‘îöûzøZ–IÄaR.¤‚Ôf‡}Ç¢_Œæg-k³4%aZ¯€Ê|Í;Õ€V!Êø¼`’ΠšÅŽ÷Dúø«Ö¤Î%É2vd6¢hH¢ÌäÐuuw÷ü ý±™5{¸†.šë\ò¡¯.4ÕýÝxzÎÅCoöJ„ ,b­ïñeÃxeÓ«3¦žÉR·¨aYBOB0sbÈk@£#¾Zmy}·ÊëzÁK«ñ ñIÊWˆ$5ÅìÔ5Ë Éx…Žƒh bÿšÆDIië˜C_z¾+óÊ|ëRou³/‚¯oI­ýZ#‹iS2ïÔ•Æ^Õ$ U®œÝb–¾<‡”Ð8ûžÏÿÞ¥H. endstream endobj 407 0 obj << /Type /Page /Contents 408 0 R /Resources 406 0 R /MediaBox [0 0 595.276 841.89] /Parent 403 0 R >> endobj 409 0 obj << /D [407 0 R /XYZ 56.693 815.761 null] >> endobj 7 0 obj << /D [407 0 R /XYZ 56.693 759.068 null] >> endobj 410 0 obj << /D [407 0 R /XYZ 56.693 731.272 null] >> endobj 11 0 obj << /D [407 0 R /XYZ 56.693 390.14 null] >> endobj 411 0 obj << /D [407 0 R /XYZ 56.693 350.987 null] >> endobj 15 0 obj << /D [407 0 R /XYZ 56.693 350.987 null] >> endobj 412 0 obj << /D [407 0 R /XYZ 56.693 323.632 null] >> endobj 19 0 obj << /D [407 0 R /XYZ 56.693 142.896 null] >> endobj 415 0 obj << /D [407 0 R /XYZ 56.693 112.354 null] >> endobj 406 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F64 307 0 R /F14 413 0 R /F71 414 0 R >> /ProcSet [ /PDF /Text ] >> endobj 418 0 obj << /Length 1420 /Filter /FlateDecode >> stream xÚµXIwÛ6¾ëW°7ê½!‚Knvã,]Ò¦vÒ¾Æ9D!†@‡Küž}€–X[–Ýô"ƒáà›}À(¨ƒ(x=;>›=Å£  E§ÁÙ*Hc’fAN Â’<8[ŸÂc¡‡þF´ëR/«y…ÃÅz¾ˆy®ÎY–´ø¼,»ù糟@ì‚RRpŽ/¿+‡^ª¡[]ö²ÑBßÅôóœñ°ÑçQ×C[ÆîZ´—7b¨ ?`¤ASf0&YFÒ¢)öídyøÿnÞ˜œÍ¾Î(°D x ü,È JÒ(.6³OŸ£` {…$E\[ÎMÀiDb–³ Ngïg‘3Ô¡ÿ“žž3sâ×YD2Îf9¶Ÿíf :ÅÜ®Y‘îwž¿ÝÐàePÞß{ØÂ¶Ø:Îz6‹·#âI°-RY°ˆ ’3†ˆŽªJªå k”M_àÿi_¶ÿ(ÿ1$âq°`É61Ñw¶‹eº_Ÿ³$Q½“(Vª…^B¾Øå‰à/&æL“-sBVÅ ¡ûW¡Mv*!/ÙçÎ 3ŸM/-‚,õ:\I$Ë@åvgå#É(SªÞb†e©”Û8+±Vâ®PGuê’ü¿ÃŒ@Ý[,Ge°¤i/¶º˜xЏ+1)ªÆ$céá$eÒ_m•0!µ¬ýd\tR/]^¬µPêf¨[¹šÇ<\9–osÊCÑÚŠXWe»×Q1Ô€56vð´oç4 ëÅ»}žb)¡Iâ=u"µ;\‹Á=a•ÅçµÔ7rÊ߇gáË0o™Òé^H èB=¤×Â3„mÛïòaÐŽ†îÚÈ*×Êm]gBN²gHú"–oÀRûBäBøïk üB—•*}(W³ò?„Àß_³ºç¿ ú¥y¥¹’ЛÞGê[mŒv€u¿™‰¨i'œ^y'í÷¦“·‰ uæéiùaZ_BÝ]¦cQ,ãO×±T.Q?@ jö¢óˆG~è¤NTÿ­ú".û;ÄÛî<ÑýjŸ’qJâÛJ4†á¦1`K}_*Ó9¬Æû9ñ;¾xÅ÷¢0Œ%# ƒ !r‡ª|°9ñ»€èá€ÞHå›W©o„|Ð' 'ËwûÖŸóÔ´=Û‹5²˜P:îç”Rx¬/è hXœ€Ì<Ú•©Í /«´Æe6ìÍ¥DU¸´lØ&“‰Ù+u-ŒŠ=rÀô€õÔîUvÓµ¬‘€íy»nýñÐoÝ|‘À¬NÙîÎR š‰÷°i|Êl’ï;t»/6tÛÄÔ´žzûüàî>;> fã°v‡©šŒÁ¨í‡—Y˜¢êáA1!œò c4qv¦ØIè (©m nãTHÏk †¡mÏÕîmņGIó„XÍ(iøŒÒ¦š¦rï:±Û)Âaƒ”Û4ÔÆÌosÐi”ïNæê+TÿlÒ²\©ÃÅÍÐúѱl+Ðsœ,|(<þ–0‘ìkè( ·¾g¼uæ2|ùvþ˜%v`pšºZ—•è圆¦¶Hn\KÈÁ~µ@/®ÛÞÇ·ÆWòð!ˆ½º ¡kÚšw1ínùéÄkÏæGXŽv¾8G@¨¹N3ÿÊrå›ÓƨW+p»óS׌Ÿ&ºI—óß4&Ý2—¡¶°p¢„ª|shÿUÊÝÛ‹»™¦Ô“¤¼ëÛD‘(-žòiâsT¨' endstream endobj 417 0 obj << /Type /Page /Contents 418 0 R /Resources 416 0 R /MediaBox [0 0 595.276 841.89] /Parent 403 0 R >> endobj 405 0 obj << /Type /XObject /Subtype /Image /Width 903 /Height 530 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 46116 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 903 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|Õ¹÷Ÿ33;ÛûªwK–Ü{/¸7 cŠÉ%= Éå†r¹H ÒÉK¯Á6%WŒqÅ–q·,«×ÝÕö2íœ÷‘Ök5K+Ëæ|ñGÌÌÎée~óœ2c Ç¡†éô! …B¡P(JªB!ãN „,Ëê=¡ÞJs“B¡P( …’ ÓgO „8„ª;EÁ+]H–±4O) …B¡P()HRU•²]Pf»*U%©¢(ò¹t¦4[) …B¡P()¨ÒdIÊ °,Ë1 “¤Rw<üOš‰ …B¡P(”Aä©ûÖp§Ñh4j÷LüÄ1 ƒ1V%©(Š¢(ÞñË7tiewÿ‡4ã( …B¡P(ƒÈƒ¯~wŸüõÝË£ñêu„Òëõ---ªáŽ_¾qç·¿MmQcÁ†­Ü‚eQ‘D, ú´Â¬…ß·—Í¡ÙJ¡P( …2dñ¢²‚{¹c§Õð»rYtð·çžÿÕKu:V«Õjµ<Ïó<ŒFc}}½ ‚ |çÑ×îüö7<P„Hãö¿¹wý¿ÙJæNÈ×[^Ë"Ôà ¾º~»7Jʾù¢Î‘+˃†eiÙS( …B¡ Iڌ۷¹—{FM]ä°“%ææÊí|ºeïî\ª×ëÚ´}^©:‚¯K+Lìlîü£îýÑmv\Sïö¶zGÏm ‘Ñ£F=2}Á}{ŸùÍryò7*Ž>aÎì•ߢÅO¡P( …2ðcøÄg[-¿®,ÏÞí='ë|›?x{Ää…`·è¿`W K+!yý²Z­§NŠÅbßzðï7ß~G$.©·|xâï¾ËÄÄ(˜áÕÇqÛ›T¤²uÅò‘ìÕuÏ>ûç9ß~äÕ77Œ_x{Þð‰´P(BȦ÷@Ia^QAlݹc¼hîôþzU]×…yÙ Âǻڬæ©F'¨Ó „ö—€a¹Å…¹ýÆ ç[u]ScKk,&p,k·™G—s®_ž46»+ÎÔŠ’d·™ã‚‹ÅÎÆ2Ì…(èAÏ–-ŸìS¥ÓÅ)FÛ­æóº½påB¡PR£ÕÞ÷ñûW,¹&Óaêå¶ÏO7ølËÔ+V¤ÛMÉ®vï;Ø‹«aÅ%ݺÊt˜ÞÙ¸CñFÏÉL€†fwùÑŠ‚,ûÊy7ìªJvÍÞÐÞ^ûÕ®5 z½^¯×Ÿ]ƒŸèšÕÞd‹)œÉ5 då´Uÿ9xìÓÜÒ´¦&¯·bßgÿùpÑ·ž»hI°µ!$DÃtß( eHRضsïºÇ×À‹ï?][רòƒ×h8öÆß\8gZ¿DÏ„"3”W5d¥»Ž8¹îñ5Ç«=¿|q7ÇõøW/ï2~TjQõB± [êk›î>Q7¬;aÚS4t·ù¶¿üÈ’)ùÿ}ý ‡1.ÊGϸ_øèxqaaß…ic³;ËBîûÉ ›IwäŒÛeÕg:M«úæì“"LÕ\èlÙºsÿË}EÇwNìýÚ 6‹©WI*^ r¡P()à ™“‚{›ë™î0Ÿ`RU\Âüþ®îÖÉÝ¿Yß“«w6î¸ï« :îÉ?ƘÀ©ÊêŸ~}¡Å¨ýã›»Ó3ó’]%$)±iûü„*Å·š†Ï?|ìø¢²é EÉé| B¯áÎ4†¬F¾²!•5ÍŸo8ªì‰W>ÉuuÑØÙ˜ªR e¨Ò_¹¢ìƒÝï'_Q¼¿üX4Äð¼&/;3?73‰í=pØé°]‰Åöì?ì°['Œ);]]÷Èí×À›[Þ®ojÍrÙßÚvÜíºœv¿¯-!˜‚áh·ÎeY9z²Òa¬hymñ°¼ —#9ªõÍîæÆdÞÄ‚·¶*,ÈO›¿ª¦>‰±,S›UYSßm42Òœ˜V¯º¶>‹s,—™î,)ÊEiçÞr£QoÐëÛÚüZ-?vÔp£Aß{|ÊœüÎÕãgËkö†ßÚzœa˜é£³u“Ĉ?ØÇ NTVïWÚLºÇþõIs[xRi–ÙÈge¥ šú¦ªºF('+½º¶Án5O7²§œqçÞr³É¨Ói=^ߤ±#NVÖÄbñäRë©tú›-‰ÈËÉ\¿ãË¢ü ëÔ‘Ùõ­Á=Ç@TØêS•±¸ð !ÔÉÿ¼ìŒd MŸÊP¥LûÛ¬‚I_nV[nÂUƒèäJ«á :ÎiÑß»öŠ'_Øî];ÏiÑ{ƒ±ºf¿+3/ÙUWUŠ1nÿ¶ÓYUÚ{Ç´[ß|îæYs輇b•;O4DvU…7E ì|\ca­Yg<Òˆ‘…VDZÆúãÑÐ\ÑJ+…2DT© )z­æš9¥/o:’øõÀçÇþÍÙÙ.3ϱmÁ؆§v?£c¥u¯9p²éwo0ó̺Ç×<ÕüóçwüåG+ : ¬{|M³7üÀ_¶^?ÞñjÏÎ#»4ÌY™ÛÒXÛÕùÓo–s,Üqõ¸±ÅéŽõ¢/}x¤¹Õ›Þ!1&~¿oÖØ¹Þ@ôóÓ­ &˶øü¡p8bÓË}NA¦U”•··Ÿ¸ïÆî£ñéK{dYÉ0“Ǿ=/7ÍމÛÖ¼µý8Çàu¯©i4¸ƒSFf»}Ñ'^ÞåpeÕÕ7ôŸP8â4±³Çå#žÝdµ9 u;NYìöø2ÍЗ Üáñï.ÌM·Àÿuv‹’W?:ª(xÒ0ëC·]¥`òŸÝ§ŸþÞœ#gÜ¿ziÃÄuͺ߽q€EʺÇ×T6øZÚÂÓFå<ôí|sNr©½ûég=•N¿²%-#'!L ó²?9ÞŽDÇX§ŽÌ®nò¿¹½‚×hFå[î¹a~«ï8a·[»äÉi.ÉŒ1U¥ÊP±•öU•"¤¶\æÜ‘™»³¾ÓÉÔ®®F”=ùâÇ÷®½ÂiÑÿè«ó€Ã¬÷cO¾øñˆÒ¢N®’,&g¿ÙÔn+ÅÞ„€å…æ©·=üýôÛ«j¼äŸ»}s§Mš¾¨hùá•G‹²HÐ\˜'£©S§î<\½ñ_?½êŽßÓJ@¡ UŽŠN6]=·tÃÎS‰_NÛ'‡ê«š|ÁšE£¿¶r¡ŠjçÐɼe0hÿ¶þà}kgÀïߨ+%mö‘|#éÎF ‚(NŸ=udök›Ž«ñä¥[5¼6© Çiµü¤Ò,£^óá¾ÊC- &ΟXøæÇ•f-yàÛKã’üÒ‡‡£‚lÐõ c"÷ݺØŠÿeÝé£r®™[&+ø½OO@A¦uûÁšwhõÂQ7Ìñ—õŸÏ“Ù)>(ª¨Ý?™ï€ÏO·htu2nA~v8AR´AüýÝ#/}xä‡7M·™t¿{m¬ào^=ÑfÒ€ž‘¾qÕD_(öꦣsÇtʲ.†Åöóâ{}kð 2úäP]U“?©ÔZ%[þõáÉ‘¥Ãn ò²[Ú¾§wWé.Áäɶÿè«óìf=´…bO¾¸½¨ ?ÝåEÅnm¥ªUiÿâhbŒ_”ÎÎv·ÏþŽ[ˆþðW/Ù´ò²ùW8ušÃååÐxBâä¼øž†ðbƒkØpë¸YóxßCÉ)ÊÅU¥ðÚæ£ &^?dâJ0Ìre­œUbÔk4,£Ê”ª&? ÉËrN5+ €‡ë“g|BPÒ1tu ¸}QX0¹0'Ýrº¾mÿçµ…9ÎÑù.Ç¥÷Tÿ`Í8Qíiò†£qiθ¼¿o(_8¿ŒaІ§6lpÙm˜µuÝGC’ä©#³Bïï:½ëx롊–¿ŒX9}TŽ*ê[ƒïì8å´èV/•f3ÊŠÒ)>× +V{-%YscÒÑ•·Ç7gT_ƒP0>Zí 2˜`ççu¡µWŽÀøáðÁîÊGZ*êÚžºg)$,²Â"?úô›{s³²C¡h–+å¬áÉ¥¶½¼vàÙ úmE>A§NÖÕ+QRzò_­ôY@¡ )[©ªÏ{³Úr™.³Ø{qÞÕU(*ÆDÐY›1QNø“pu¶ßÃ8ñe{NíGO—NfUçüG­¬þÛõ%¥euŸï8Ñã'Óú3’+½¸@â-‡O¾õù·Y†¥£6ÊR¥Þ`|ãžÊ³J„BÈܱÙK¦Û¼¿ê­m'®W¶dê0–epÇ\uQ’ÌNsB+!jWÃÝK nkX®¶M|ð¯Û&”fägXo_1~|Iƾ㫎€foxÓ¾3Sʲàþ¯žìž\–‘Šç¾Eºv£z¯´-ð]ãóÛ7” /£Áp²ÖãJ2dá@umƒÀÙ¬¦¾ 0IKš’Û …œcfF6ÅÎ9ßÛÕëô˜àyãrº–B0ðlÁ¤s‡ŸlÀèÛ®t?ûŒÐ| eH é˜XÓûjúS'à IÆÉ®Î¾¬ö¼1~WWnO[kKó½kç9Ìú¶P ØÍú{o›§.~Js9’]%;t¶•v]J¯M+^ï FeS†¹ý¢£°¢9`Ì/X¼x©Ì×½ûaöèÅãW-¦kð)”!¥JY–}sëñ%S‡q£vÇ@$.ñv|I»ôc &%¹ŽI%é+g•$ Ë0QArZô‹¦z‚·;±uë\’•±Åö ôŒ»²Á7©4ÓbÔ~´¿ú½O+€ÓpK&²,³õ³êÝGë Ãaúúª ó'¾¾ùØM‹F_5§4.Ê‘¸h6šºñûŽ7Ý´xôŠ™%Áˆ0}T¨ tºÆSQ”²ÜÎñ‘eYíµ }]ƒôéáºYcó~}÷âåµ ‹¦œüÔ+{÷oìcÏ’8tº–Í(E…9ãóF†žr¾“ ¡ÛRcz(~e‹ú,èRÚÕ¦FÃuëÕyó„> (”¡@òX|/«é7“Fð÷8ÔK\Õ×7Üÿµêò¦'_Üî½mžºøé—ÏoM¨Òn{‰³¶ÒžÞ•ø¬cvU´®\¹¢0WÉ!p¥ÙÁÙ2Ao#„æ×œú´pì†E´P(CG•",oxïÓŠkç„Жµ“J3WÎ>®8½ºÉŸn7§Õ¿ðÁçk¾ãÚI;Õ-NWÅEfFÚÛÛNܶlì]×OÝ¢ñoÖµ Åæìê„#‘5óK2bªk þëýÏ óóÌfœS]‰Dt:Ïó@° ?×é°·´º››[Ã8ìÖV·×b6•€ÛãmljQÅj±äçe>zÂd4”/–$)q Ý:‡#u B\$@t:mnN¶ÙdLDòTEe8-+-6 j—tøÈqLðØÑ£B‘psSk,gÊÈHËÌHï)à÷šš[ãBœc9»Ã–“•)Ër§x†²áŽÇGCK«ÛÛæE‘aÙh*ÈÏe9¶ïAÀÑã'Aœ0~4ƒ˜Äq[›\©ÑT0^5kø´Q9ßpð`U(=ÍÕmÖuÊÞžJmP²¥kýióù«kêìv[QA^·^!„z÷Ÿ¶A e(`5é6¾ûV÷ÿrÕõp|à®ÂQáÈÑcŽÍÌÌ´Z­š›› ²ì3Æ—}z¼%ÙH2ÞûÑkÿ³v®Ùl6™LF£±³*­nòu »¹êPý·œN{K‹‡•Â3¯¸âÚk¯ÞðÞÆ­ïBˆ•e‰ãø«¦5€B¡PºR[WÛ’²™crµÖínÞ_õŸ}µE…ù=Í̤P(”cÐk5óÑ{o厘™ \b×’•×K2ŽÆ„/Ø(˜tR¥\CKçÁ—ŒÂqŠ$Æ#¾éó–TÚtädùµå‡g–Î/¿¸áÔnƒ%N$¢P(”nÉËÍyᣓ¿s&˜×hv{aA!ÐËTT …B ‘h\¯ã-¿nóo×÷|Û¢å× ¢‹‹_¼«néÓ¼ÒÌ’ÉêO™%Óöþð{?x¦Ïœ† É>èD" …B陜œìœœì¤n–JR …rá…iLpX«¾²¦—{IŽtX.¿xW]‡ŒÎo+MF£7͹åW}¼™B¡P( …r±ðúÃCÙB=«ÒfÏ;wÐ"¤P( …B¡|Œ0{ºW¥°îñ5m^P#(…B¡P( å ZIêëþö×mÉך5 …B¡P(”‹×íUj+¥P( …B¡\P›üS[)…B¡P( åâCU)…B¡P( åâCGð) …B¡P(Ÿ~ÛJ ‹†;nü„‰ã'L|úégróòÕ뉃’ìÿ´é3:ýZUUµ`á¢ä1Æ¿{úéþ†rý «_ýõÄi[[Û°â’@ 0X©è 5]#FŽÊÉÍSýëßôÑí Ä­°hØ¢ÅK§÷?ð@zFæ‰'R´/9¡ó39]Mêq ÈÊÎ ±¢P( …ÒwR±•nÜøŸì¬,õxîÜ9‰›Ëšì'?ÕSõïúuïBEùÝïžþþ=÷ô+ˆ57ÞøÚ믯^½Z=}ëí·-\h±XT?/\v—<üñ/~ñè‡nìo¾ RÜȉ'ÊÊÊ$IÚºu[^^!¤'Ÿ{ɾäü…ÎÏsR¤£zœ?¯èh…B¡P(CÎ+½úš¯tº²yË–¥K¯œ7Á²å+Ž=:(±|饗¦Ï˜¹b媗_~¥SÐ>öX<¿öÚëÖ®½­ï®ZµòСCMíÖµ7^ãÆ57&'§k*ž{þù_üâQØðî»™YÙ~¿–.½òäÉ“IÚ›o¾5gÎܹWÌ»ù–[<O/U"‘Èí_ûڢŋ/Yrÿý¤âêV¿ñÆ›°yóæ9sfky^½~û×¾¶té•3g;ãÎ˜œÉ‚ — ôÑǾöõ¯/\´xß¾}]s¾¿Î»ÍdAJ†—þßÏ~Ö¯Òì…^j£«øéw¾{ÇŠ•«öìÙK» …B¡P."©ØJW¬Xɲ,¼üÒ‹É7BZZZ~øçë×½cµZËËËï¾çžÍ›6õ7N ÿKKK_~éÅÚÚÚÇ~ù«m[·¸\®ÿø'$9Äî¿ÿŸÿü×Ûo¿ý1€étº+–¿ùÆ›wß}WEEEcSÓüyó†ØnS1{Ö¬{¾ÿBÈ'Ÿìœ8qâ';wΙ3§¹¥¥´´´¿†7B€Bjkkÿ÷Á·lÙœ•™ùøãOüïƒþéìöb"½›7o6è ›>úHU¨)ØüV¬X¾æ¦›ï¿ÿ'¯¿þÆw¿ûÝ;?Um¥¿}ê)›Í?þñO^}íµÛÖ®MJ ‡Ã‹—,~àû·oÿø‰_ÿúõ×^ë”óýuÞm&BB¡Ðüùó~è¡þ&-Qm0Æç­‰X-Z¼há‚•••7®¹iïžÝª …B¡P†Š*í÷ß{7«c„½ŸìÜéóùnÿÚ×ÕÓH$:pÿ÷ìÝ{Ås].ÜtÓšýŸí””ß´fÍ}?þÉÝwßõúo\ÝuÉr¤ÛT”––¶47ƒÁýûöÝwß}[·mãXnÆŒé‰Ãž½{gÏž•™ ·ÜróŠ•«zº˜`ìØ±?ä?ûÙC3fÎX´pa  †‰&¼ÿþû§++§N’¸þÊ«¯¾÷Þ{§q»Ý¼–ïäJ¯×O›:ÊÊÊêëë»zÛ_ç=UF3Þ¼T›@08jÔè¾ÔÆDXÅÅÅ:­¶ªªª¤¤„v  …B¡\2ª´!“&MüçóÏr,9MûF3X~NŸ>]„ƒ¾õÖÛ/½øB_R1}Æôõ6X¬Ö+®˜ûÄOh8nöìÙ_pnÙ¼éã;þóŸÏ>ûì»6¤àÉ «o¸ãŽ;¿ùÍo$®ìÞ½ûÍ7ß|wý^ÿmÚÎ;›šš!/½üòœÙ³{º˜ˆ[SS“F£Y±|ùÏ~øÈ‘£’$¥½sfϾë{ß»å–[Wü@vv¶N§Ã¿÷þ{‰BH*ßdOH§œOÁyO™ÜkíëSµó•câfEQÞzëmBÈž={$I*,,$ …B¡P.0_­43#ã/þÓ½ÿó#Q1ÆË®¼rôèÑýõdÙòªù >Þ¾-??ÿž{î^}ãš¼Ü\«ÍÚõþµko?¾+-mÝ;ÿîW@«WßðäSO=üðC}LŬٳtßçÌ™ ³fÍ|ùåêaEEÉ®¼¼¼G~þðõ7¬€üüüß?ótO=zì>Ê2 !äüœãR)A–eï¼óŽä+ æÏååWn¹u­ÉdÌÉÉé£?‰œãõ×úë|PªÊƒ°XÌÇŽ[zå²X,ö§?>K'•R( …rA™™™;wîŒD"ûóŸyöOm^‚@³†ry#ÂøñNœ8N³‚B¡P(”/­V õuûë_W]s­Ùl6™LF£‘~q”B¡P( …rñ¡_¥|Iáyþøñc´ªS( …2D ¶R …B¡P( U¥ …B¡P( Á§P( …B¡ ]UZ]UI³†B¡P( …2èŒ5¦ªtöÜù4Ë( …B¡P(ƒŽºi_Ui4¡YF¡P( …Bù «( …B¡P(ºÚ‰B¡P( …rñ¡¶R …B¡P( U¥ …B¡P(JO#ø@Gð) …B¡P(]•RMJ¡P( …Bù"¡#ø …B¡P(”‹Ïàà ¢P]SÕêi‘e€¨Ëù !ÇõF“Él±Z3Ó2†é°É¢AO• -îf†a\Î4V÷Ed$BÌ7 e°ðù}½^ÛsÍ…Ñp833óRL]8†C€;Úƒ¬f‹Ñh¤åN¹(|và³}ŸíU¥¯]Ž›:yÚ¤‰“hÖQ(}U¥ÑVgªÏ8쎉¦0Ì9†XE‘%YE¡©¹±üà›Ã Y³®^Ž`õÓÃU˜ÉH2"‘ˆ(‰‰So›;Í• ë­V;ƒð5](ÉR·½Fû[( §±X,"^_[fF&˲‹ÒÒÒb¸0ª4 Æ¢ÑH8,ÆãÀëtF“Ig0˜/@Ò|þ6o›7.Ä„x\’%Vk³96§Ùl ‡CÇNe9¶dØp›ÕN+ùbßg{¿÷5¾ï-ôéß?5q°U)–C g¦ÅA¹]]4ë ƒc*-Êå¨J;زéÃe+®E!qЇ'–Œ’e‰‚ &„Œ !cI–°X.I›MšcX8©O»×v+øž58L„3afD ’T£ÑhµZŒ1 @¤£Ht²‚Y¬ÊDV‡…B¡„©Õj5ª}TíydYæyÞf³³,«Zn CZzBˆªRÊ@H¡Ý%É)Ñn·¦úúzƒÁØ©9Ȳ‹E‡,KÁ@0µèLT¯ }ŽŽúHƒckyhï«:uY²,>|hϾ] ç/¢í®/ @UU•‚(örN«9rôàÇ›àÚ}·e¸¦vßm#–D—‹P.;UšèŸ–­¸J=MôåÅ€`ŒÛP 0 ±Âû8üЇY¾ÄêºôÎÛ#­ÏzªŸ`¸µYbõý×D‘×j%YN¼—"’ôj?&„`̰l\LýW¥:.1Ü©†$Š¢F£1 11€hy-¡›PF í.¹E@ Ëš-Ÿßg·Ÿ3àÛæ÷9]i€¬`Q’R«¨ Æ@ÁØív·Û’þs9]@!x°Z$If‹E…ƦÖììlWz:Ü£µ ‹Âápm}cvVº†ç¥`p A{Z[ý^¯Ád’eÙçõÚ].›Ó¢7 Æ¢QŸÇ£áy­Áàu» À@„iSs#!0}Ê,Qü~DZ Ãò¼!„1ŽÅb+z½aÖŒ¹b±ßEvºòô¢…KT½«ŠQBÔîðì[!çœÃ0cÇŽÿûsYðeR¥iw¡aÅÃÔn³h·™BÇ3©ÃVšÿƒøŒ4} 3e¥Þj=æoúÀš½’v¡”ËM•&Þ£!Þé ªTn—€ª¡éЇ øDÿ+¶¢—xÓ‚³™Ñ§>$k{§­ê[æáûû÷–Hƒ˜h,Š:VM!„’ei4•%9Ñëõz‚I £'!Õ&ªÑhdYV;ì¦ê Ìñ[gÍbµºq¿û­eÌZÃ()B»;«áD +˜0Øj±ÖÖÕšM&ÕH¢(…è´:Q ƪBI!zc €1v:ÉØ“)¬àÁ£$êPŽekªkzºM¯×µ·zLRZˆÇ½-­£1ŽðZí°²<Ï'Z·FÃ[¬6»ÓÕPS#Äâ<¯mmj6[,Ú”&Bø¾VwËœYób±¨$IZ­ÖðU×TG"¡x\ÈHÏÈÊÊq:œñxcE§Ó€,õ{äW–eŽãâñØwÝ™|ýÏüáÜ•¦$qªmq§(Ê—jç@ÚBèLeÅyl¥:ݘQã:=dާâ79#¯Æ8œQz]ýÑ'­Y+hJ¹ìTi[7´lÅ*AçW¥²Ô±ûŽòvs AN[ó<ǯÄ&;%õ¾Ã&ôÿ‘!‚‰V§E B€:ÙQ´Z­†×L0Vâq¡ýÁÙTšP¢êú7qOèäIÝŸþ0ëö9ÛóïÎßù ­a”H¡Ý%ày,KÏkg[[[zzºú“·­-#=]Q‚q4Kmåutž·Çê a{³"àr¹ c”pTiGƒuØmØŠ{i¡ÐÉÕ߀©«®Öjµ’(òZmaIIÇ´ÀÄ/žç‹†—TUœ–DQËó5••ÃGêz¸°`Øä‰“ ô€ÔŸ¹¡]yýÕ7Õƒoº!´dåÕêéÖÿV|å:õtÃ[o|9ç ¤ÝB%%evŠvƒéÙ<Ô1ob°ó5æ/—…³kVÔ÷¶Åu«"<ó—ëmh/J¹b±;0Æ~¯çèOX÷äÓ ÿõOKš‹¬ŒùË=•OÇ}{“ŸÃÂQ6 ”ִ›]S»ÿvWñ÷©Å”rù¨ÒÛ¶lZ¶|U\ˆ'ú¨JÛõ(RŸUÓ•À¬"YÒq¼ŽÈµQÿ–˜÷ƒs™Þ: 1zIb5¨ÿCŠê°!&no«ÃáÔp×ü»(‹YYÙáp0ôëuÆ”MFðÝn÷áǧL™"Š"ƸæåW‚¼6ó«Åmo·TxýQY>øíïüöwÀ4|øÄ¿þÅ:v”¾’B»K&--­¥µÕårɲ¬ÓéYŽõxÜ6»MÝC’¤h4š™‘úúívP„ÒÒÒ’·¿Qÿªòcl·Û­çjµÔ¶‹êöùM}wªH8„’%Io4ªÃ/EEE§OŸŽÇã§NAt:]aa¡+ƒÉÔæõ², ‡ú›¨¦–¦‰'‹¢È²l]}mA^Aò\ )“¦~´y£?àOÌÏOli’By©ó¨þð̳ߺ£}jésý3˜MÆE… Ëø>mwýkwÀ®owüWo9sVèðáÖQe!ËñóÿçŽíøxËÚÛ®ýpã ,s"8Øü§âIEt§/,šð,–ªR4Ú Àrãøë½µo7ü&ÃY]%ÿmÉ\NWåS.UºlùªNçW¥²¬ÚMˆºKäeH2LÖX¯Ôþ:Pÿ7­!CorþÐzÊC£½ls*-Bí«G!†dfdú~õW›Íf³ÚâB\Á˜Q…ALÊ/©É#øF£qÊ”)ååå………þcÇ÷Ýuׂ[rýÛ=ÈÊÌøñ9û[ùNËï½wÞæÍ´¶QúH í.Fãt8¼^oZZ˲f³Ùï÷ I !>Ÿ/3#£ÓG.RP¥ÇãAHmÙ(##C}UÛÆX’$A¾]T÷ªôìN¥NuP0Öéõª·¦¤¤¤¢¢Bb¨ÕjKJJ4MûNsVŽe£Ñh9NFx^[[W;oμä_×µW_7ˆ5J°©C†v:U9w|Ÿ¶»þݼ9-?Ä„‰â£ÖyÜŸ^½œ˜õáÖâ¢a#oZÓ¼ã“òL¸rù@bõí¯ßw»Þ–ŸV4ÉäC”¶xðCŽÓi´í³qá¤=bIåÈ}9â/o­|¥ùð}¹Sÿe°O¡ý*åV¥‰ÙKa9Üéàüª´}¿cK &ÉŠȦ°·8JË\…ˆŒéY›?>3aòw°BÿgMaYÁ –%‘c4¾6ŸÑ(ȃÉhŠ‚EÃq¡p0F"Q^£ÃŠBV9µéYÉ#ø'N¬««knn.,*P°"ÒôV½&¢@èˆïlWÅ i¸[rå-S |©H¡Ýu¦½ÞínMs¥ù}>»Ýîkóêõ·Çc³Z“Ûx È’¤¶/§Ã‘°•bEAí»° D‘%Û‰„ÛEaE‘e)…pYƲ‚Ïý¢£¬(XQdIêiwª‚“eY‘e,ËŠ¢`EVß§Õ”ª¡«J{gF°,c¥þ¦‹a,Ë1„ lj¢¨åµ®F©2Ô|Ž*EI¶R€.ãûž´Ý—f¢Ìyäç¡£G<­§Â᫯[í|ñUN«ÍŒ„K{ä³CåQê‹åPÍ®³J—ØrfIBKÈýÀF›É LE©E¦È!YtKÁ}€Œ¦´¯Nþ™·æÕš]«‹ _~¢ )z9­ô“·]¹|U$Nœ¿gW`¦=ÔŽˆIk"ì ,ÆØpá…‡Nþuü”T—B±Zm„“Éäö´H’¬`…c5 ÉR$QdÅasrœF«Õ2ˆIy%!I "‘ÈáÇ5 d>|ê~¿÷ëßDzWeŸ>:zè¬0uñcÆßÿZ)}'…v׳Ù,+Jkk«$K„ ‰DM&Sj_=·ÑaÐöðe#µ¥+;]6‹Ùrv»¨T—@uk+Å«®v§êpZNÕÖñh”çy"ËòéÊÓ‚ ¨‰¡âtEIq‰ºÙV,UCÑõg(­†DAÚk2šü~¿ÙÔ½hDaïþ=555.§kÆô™ê¨þ©Œ»¨R¸ëž³EÝuÏ]¿ú¿yê7êé¿ÿÃ/çœø´;„ÇÛf²ÛÓÆï¼jùªkWÛì†aæ¾óΆ¿qõ„qf@­n÷@¦F0œ9wê+åßhkÜïÈmr-cNëdÉX‰V¢ˆË2š— ¤ó5þÛ]¹IŒGr§¾J%)åRá<ªôÊŽŒ+û>‚¯(€1,è2ç,©I2.N@ŒQ>× ’‚*D#¾6_<##ɲd4™€H$"‰Š"ãX´Å`4¸œ.½A?ð|·Û U‘б"ËRÑš5µÛ?®xáÝþÀè5¹M-BÉÏ~Stà ´†QR …v—ÜjëÜîVD!DÃó9­­­,Ëþ†êj„AÈétæ$¶2í¼Nwâĉ$¹˜Ød&à´ï­3°í¢:ö<>÷âØÊd2…„P4Q×ÔWWW qA«Ó–—ÀéÊÓB\¨ªªR?EÂau»{k?—:€^o…‚³E–¥Ñ£ÇmÞòQ^n^·¥ùþïÍž5çš«®«­«Ù´éï\}mj$˜ÌçŒà'O$Mþµ——ÚîÎó@ðˆmßK!„±,+Kr/ö¡¾VûäâùB-½g~ÛT±Ý™;:­p5@LŒìGŒtÖE™Z*žwWïÐè‹Åÿgθ’Î+¥\òª4Ñ…;fñ‡û<_‘ç~¡s¶mS¦íër ¨ï'>ÕïTC€Õf³Bg+‚–7žk3 Iuïõ‹,ËŠ¢˜P¨ fó©¢¢¢™¿~â½{[‚AÛi~Á­#ßùÍ“…×_Ok%Rhw*²$=tH§Ó¹Nu¤" 5T×832"¡°ÒÒ3T‘Å80rÜ8mÿ?æž•‘ÙµUW×dddB\•ˆ,Ãêt:uC¥DSU”TÖëàö½ÏM©‚ ŒÁåì~wª‚Ó >¯—aXOK«ÍáÔê´,Ëéõ†ÂÂB–å`XQqMM Çq„!.xZZ–ÅŠ¢7ú›®œìÜ»v®Z~U8Ls¥¥gd|üÉöY3æ°l²€ Ûvl---+-QUSi4˜ZZ[$Iêï»DGçJ´<ŸÜÃ'O$%äì¯jo×ÑCÚîúˆÓá yÜ–6ߨ–¶_»}Þ?_@¶­½uôÍ7qo›$¤§e ¤O¤MdÊXfÊXj;ó̉ÿ7âŠG èd¡A£AwtÓ7 ®E9SÞÔYÇùŸ—¥P†)ŽàïܱýÊå«ÂáPâ ¦ VR1úôì~Âê (Húº"ÔV*‰’ÕjU‡×_{ƒŽ”¨E )Ë_•Ä|õɤÑh‚¡`( ‡Ã†Œ´yÿë¿/uø 552ërÑjGIÚJ›×«ÓëÍfsKK V”‘‘áöxD!ôùòòó›š%QD c6› F£×íÎÎÍ”E«ÓZ­Öx\ëñz É‚ $oƒ:‚¯ÚAO»S¥œÉb!€€aÙ†šš¢ÒáÉqà8®¸¸X=m¨©éèdÀÜ[i^n^ù¡ƒÍÍ‹% .[²lמ]ïlx{ôÈÑÙ9¹X–½¾¶½û÷+(š=knm]455Z-¶ÔÌÛjüo»õ¿Ú?~×ÍFQð_·}-ùæ/á‚§”ÛJ&BMßüNö×¾>iÔhV˯{ûuDÈĵkÇÏœ…¶Òúüs?ùÑ f«Î:>{â?~ÃSýŽ=wV<´_o[ÙZù¢Áµ({âßi/J¹D¹#øX>ûÜJú$ JÞg€ÀÙÑ5e #ø@!’,©KbÑX41Œzƒ:J²”òî**ª$U-@n·»¥µeÒ¤Iié.“Ù(Š¢¡ _{çŸlÚÌÆ´3¸ŸV/Jj¤<’èimÕë ÍÍÍc&Lày~ÿ®Ý@°’™íu»ã±˜"Ëã§LB>?pÀátyRU¥ÝÊDõõ3=-½—í¢Rkä]ç‚÷qwªþJíÂâa§OœÐiuñX¬ªâtv~¾V«ZQGT@ÄÆÚÚx,ưl<+íÿ‡T¦NžúáGÿ¹qõMÑh¬©¹qÆ´™#ËF8uâÝ÷ßµÙlÙYYko¾Íb±44ÕÇãq†_·þU+®J! žçB„`BÚE!ð»§žN~¹è4!¤Ñð´Ýõ‹qK—lùÍSÙÛ¶eÏ›7úêkÆrGÚÚÐë·liÅV^­ Þ×%Tƒ‹¥à{­‡nu¬¤GHßV }ü+Š¢¨ÖÚ—R.UšÁ;œ_•ÊJ—o«a @DItƒ¤c2Z»*Mõ“ÜêG¤dIRFÃÙÙ9 ¡PûæöYYÙMÍMzƒúi‰`Ü>Q-%X–ÕjµÁ`ð³ŸåååÞxã ùùZ­NQ$YЧ9¿õч¸cÒ­a”H¡Ý%Â"F„x,Ʋ¬¬ÈœFñ¬N§“e‰eؠ߯×ëÄÀƒöµzŒ‚<wwÛEÁ8•廒 àäOs\¸àt:]Zzº×íáµ¼$ U§NÚNƒÑ¨3 F#Ÿ×‹bXFÅôŒ N—Zffdfef½öÆk«V®ÂWV²Ûœ“&Lœ9}†¢`Y–C¡ÀçGÊ zƒN§ã×§MžV—ŸBX¢(fgg÷K£¨#K_¶N,õv×þ₦½ôÿöÜr[^uUڌɦh„ ù<ž>ß ‹Ö¯#Ý=dS{è©£¢(ŠPHجXà¤=çŽHÛ!ÂæˆPÑ(Ïó‰ÁCÚ£R.yUšh.Ÿ~òñ•ËW…BÁÄAßžO톊¤)¥¤ã½ ¤#YQHª› cB0!’,«Î F“†çóòófYVk%$YVNÙXʲ,Ƹ¼¼\oÐÞ|ëv»C§ÕaŒãñXGW.‚<%S¾Ô¤ÖîÀê°‡A£Étòø †3[,ñXÜ•žŽ q¸\þ6ŸÑln¬«%Ùl2‰‚hs8«®*«­Ø•d¼$êÖÅÀý_î¤( òÑX¬ÓÖ.8«Ó)H’ÏãÕëuÏGÂáP(„…°,‹b5E’¢Ñ˜#ÍeOK“…eÙÔ2mÆôYå‡Ê_xá_+V®r:\¡` µµY”DÕÐűœÃ­Ý²uséðÒ)S¦’”z­p8ÜÐР~o™$M"]H\dY6--ã8BÛ]¯´¯çëx¤Y32—nÙthãÆ}‡{¼n„PzZzþ½÷^Í5@ }YÄ;6vHM’J’ Ñh4‹ ú5-•/Ù²7W~×ßÜÖÖf0ôzƒ^¯ã8Ž SÊå JôwDC’¤ÌÌìÃG>7v|[BÅéSiÎ4%¥ž]”$@I’”x¨¸Ýîp8ŒqbVJ<Ï$IR·3%‰OZ‡q^dYF566ˆr|Á¢¹z½žçµDãíÓÙˆ‚q0¤&RÊIy$Ñj³µ65›­§Ó1âB4ÍÈËgZZkSb0Í,+Ër ´8’$iúÓz~Xöi»¨þ½sb,Š¢Áh ø|^'ÙXªÓ=8Bˆ‚1!Äh6Ë ùÚP\Ðð–aàŽZEQ"ÛÓ\›]•)«RA &ÿ~û-«Ý>¼¤$/7ßnsñx$ñx¼»÷¬‹†£'LÌËÍkllÒô½¾_j&??¿®®6''!ÔIz&RÝí•ú†:§Ó)Ërj3Y¿$íÎëmcYF–¥ÌôìÄÅ7ÝÚû›˲^o[vvVªmMµ•ʲ,‰¢ƒ‰šÐ3žªõ± ;î˜ÄH’,Ë+xðf P([•vtO¡` ÓAïMÅëñu†?xé•Y>ÛÝÓù=A¥¹Òòsó[[Zú;Æb<Ž´¶´È’¤ÆY¯Ó)Šbµ$ï͆X–U•%©¹©‰AŒó}îj%I Cu ÕÆh4Õ~ JHu7&$‰ÚPF¿Ú]2z½>'?¿¹±AE1­6;/cŽeB#Ç«9s&HŠÂ±¬ÝåÔjµg”VËó'Žï2AñœSƒ^߯°„´<ïp8mV[§Ž6ŸoЃC–• 1èõ@Ãk¡$qIV·GeÃj4:ƒÁdµ FNË2 Çq©e ¢(¢ ˆñ¸Ýf›?wASsóÉ'wìø$‹2ˆÑpœN«ËÌÈU:J¯ÓÅc1À2H-;ëà c&|ºçÓ?ÙÖ/Â0ŒÑ`5b4Ë0_ž×ì”Ú)*ö»gžT—ùö–e‹ ŠRžH†„8Žã5¬Ó!Žãdöáúc?‘Óe1Ût:^§Óò<DzêŠj(¡\òª4Å*ŒÃé,++6¬¸‘àXWZb˜þ†Ëkµ˜ðû§NžêC@‹Å¢:ì{XœFsËM7¿ýö¿ÛwèU:/]¼”v”‹bWzšÝéeY‡U÷2S5ÇqÅ¥¥²,«¶–eÕ!éA©±™™Yç“BXˆa4 ]¬¹Ùz}O2ëì‡äRHBœFÃi4¼Vk±ZqF†j—JÌGR×;&÷)çò&³Y«ÓÁ[m¶aÆI²Œ•v+—úuc Çñ<Ïó¼N§Ójµªa»ïÚìöysç77·pÛÇ×~Œq8v¹\.— ©z\®8Žbž—›ßß'—c“gð:½^Ãó£QQ%mäoE¬™aÇqêÀ½ZQiñQ.Ušò«•†ãrsrRé Sz#×pœÆd€e¥ý²?Á­Z±rÕŠ•Âg eÐa†MÞ{òÜ É±,—li¼êŠ¾Ø¦ÁœwŽÐ‚SP1½˜$)-ŽÓpœÉh¼pÝ‹Ñ`(V”bühoÖ+ZžÏÎÌüâó–AˆéÔÁB‹rùªÒ<*èn …B¡P(”AQ¥ôõŠB¡P( …rñU)5ûS( …B¡P¾Hèh;…B¡P( …ªR …B¡P( ¥Çy¥tŸB¡P( …òBm¥ …B¡P(”‹O÷¶ÒÊÊ š5 …B¡P(”Agä¨1ýP¥=ÝM¹ B$Q”DIý¼aj0 Ãi4‰/e_*~vå੦·¶¯mö_¬â`&'Ýrýü‘K³hå¤P( åBÃÑ,:’4‹üþ¦¦†p(œ²Ô3 ÙY¹Ù¹y+—ŠŸ]o8p²ñïš5uÜÂyN–a/J‰(7·zÿ¾áàÍ Bs&•Ò*J¡P( U¥_ $Qòû|uµ5Å%íV+JõYÁ` âÔ)“Åìt¦…‚A¿ÏWW[;nüx‡+eSñS„6ûر£ÎOAˆwºá­í''c³;£/V¡X¬öIãǼ¿¯‚ªR …B¡P¨*ýÒ¨RIhnn*^jµÚ9ŽMY•:iLSqêdÖ¼lÕÏqãǧed*Š"Ë©È;–eÓ22G\8?»ªÒO`ô8[(¦\ôrÑ™ì­ÞàÎÛƒÀ%Zµ†1™ÍÃKË âÔÉK4!—G*¾„iʉºt3œ6‡Ë’Ë&ɉ„¤gdRUz©‚1‰F"f‹…e–e6õak»ÃuäðçˆaT?íÎ4Y–¸Û—Íጄ^ ?»©Ó€›«bŒ‡D2vü—+m …r1«–¢x<îûö*Š2uÆÌK4!—G*¾„iʉºt3œ6‡ËS\.IîHÈ>è¯0¥ªtH SŒBˆQIÙžgzc̲Œ,IŒDzÔÏ.?Á#w®ûæÞüã¿kµÚP(xéV-­V[6rTÅÉ—tB.T| Ó8”uéf8m4ÉC>!#+Nž ªô’‡tü\?{"‰¸Ýž´4—Ñh,?@ ´Z-V«5µk"†R52—Áw%¬6[4½Ôry¤âK˜Æ¡œ¨K7Ãis Iâ …BýuEUéÐÓ¤@€ EñûáHzÚƒ 1&£Éf³²½Øù @õ;‰ø|¾œì¬–– ¤´g?UU:¬¨èLU•ÕbI-8€!Ò,¹ËB•"„ÈÉÒ/y*¾„iʉºt3œ6šä¡ŸªJ/}Qšd+õù‹9=#½'±XÌç8ŽÞdÏ’477—eÙœÜÜúúzÐGaÚ»5×b±œ©ª²X,)·*ŽE€†ŠäXD†Œáv ì²HÈeS_¶4åD]ºN›MòåDŸTi^~ÁžÝ»233Ÿ~ú™þð"ÙÙ9 ÉÀ_¸Ð‡–.%gm¥‘p(=Í%ñžôBH§Õ6…ûyüìA’2ɒIJlnNN}}}Ÿ-¦¤[©Õbi·’¦*+90&wã<‰|øŸ÷ÆŸ8¬dx÷1#¤âä‰Ò#ÕÓõÿ~ëêk¯P#¹,l¥‰Ì¡© i¤‰ºœ2œ6šä/*Mè§~ûÛ ­ ß}wÃE }hÈÒ³–HL01Y†j4–eE‘$‰¢Ñð¸[ùv®ŸÝJRÄ0±xÜãñ¸\.N×/‹iïóJƒÁ Å2€y¥l»òíúSMMuVNn]mMIY™¢(ÝêåS'=FQd˜3o>¯ÕvÝ|ª_‘Á—Kqy$ úëË2C9Q—n†Óæ@“ü%U¥<ò‹x<~õÕׯW^yyÓ¦Íýò—¢(êõúßþö©1£G ‚0bä¨o|ãë~ø!ÆäÏþÓ3O?s°¼<''ç•—_Â÷Ž;ëjkBS§M{âñ_uʪUW566D"‘N7w =Y`ñ<¯Ñh.7MªÖH@Àd4!„·øÚ<~_›Íî°;\„sîïá+ù×H$Úa%eâ±xKk‹ÑhliiÉHÏÐét¹9¹õõõ@Àh4ôþ—ðS„6Ÿ²Z-z½‚`QQQUǼÒX,æóµ1 g·ÛzùÄè9õ’À¸Û!ŒºÚê¹óìúdG(ÒëuÐÒÒ|âÈ M™6­¦ºJQ”Û¶0MŸ5û“íÛ®¾ö:‚q}]í©“'½Î0iÊT^«Ueãï‡ÃáX$/!À2LZFffÖø0©Wœ:9fÜø>¾¶w7Ãpˆ`€7iÒ ¿ñ756fç䨧ûvïž:cÆ [>Û»›a9„ìLKÏË/¸ü,%ŸíÝ­ÓéGw”luÕ™Öææ±ã'è †”sµSé\”D%ª_zFVO1éšÀÞëù Ä­¥¹¹¹I¸CNWZn^^·æ’ƒû÷Mž6}HU•AïzJf¢\: z«ÜŽkPz¡ÁíûÓË˰EE«í ˆØŸWýP¥>ø¿Ï=ÿüúõë ¥¥åg=ôÞ»l6ÛÁƒ¿wç÷¶oßÁ`pÊ”)ÿûÓŸ>ýÌ3×_wýG}”ŸŸ·ö¶¯®[·N¯7 †mÛ¶ªR²÷°6mÚÜéæäГ¹ùæ[ÖÞ¶öÆÕ«/QÚ1~Oή{D!a4äyM[›'=#«µ¥Éb³‰’¤åµ‰û{í¿Æb1o›7//1(5·4;N£ÁÀó|SKSfF¦N§ËÉÍ©«« ƒ¡/~zÛÚœN§†×Ô×Õ;£Á`6›ÏT±˜-„H4ÚÖÖ–››‹Å¼^oVß:GŽ‚º±”z=n­Vk±ÚróójªÏŒ=&‰ülÿóÚìŒ1ÆxÔsMUÕ‚ÅK1Æj$y­ÎëqþüТ%ËÌóÑÇŽ9Þ±£­­í«_ý¯„ÁR=ÐjµË®¼&N˜PVV–ŸŸ“&N¬««¿aõ =üÐÿ>øà¬™3-^Ü»ÿãÆëãÍ>öhfFÆåmЖijÏWŽã!,ÇB0& bB¨^ùüþÌÌL†aâÿŸ½; n#KýŸL,™X‰…$@I‰Z(R$µo¥­ÔU]ËíëvÌL8¾1óî;ž7ÏuŒÇ¯ž5îõ“g&Âá±Ãa÷­E]«ªTj©$µqßAp@f¹œ3IB6.¢ªU¬ÿ‹Ž.È<ç?çd&œ\Ë-..§ÃN‡ƒ1¶¸¸‡AhhhXY^®‘•Ó5RÊs|$‰ÅbŒ1¯×ãõz +IÉd²µµ•ã8BÈÎOHX8”_˜07;Û‰2ÆÂM-?|÷mW÷ÉÄêJ0Xïóò¹œ™PÒ圢VL&Áú·Ç“S”P¸yjâŽÕbÕT·X‚õ¹\În$)k±Xó¹\¥`^‰D–åL&óÞo?Bâs³”R—Ë @‰ÕÅù `³Ù::Y¬VJéÓŸ×Ói¬½ãðÒ‚$gm6{gç ¤Æ§ÏOŒ©ªjºÓénïh'„£”>ø©¡¡1—Ï©¹\k[»Ëå€ÕÕÕ¥…«Õâr{¶¾ß°|ÿ6ÍÏÍ~¦K‘•ññ‘ã]ÝV«uzzÊn³757¯§ÓóóqÆ(Gøh{»¹m¬¯§ççæÌɤŽÃ‡yžzq²·r9ejr²ëDw|.F{òÓc5Ÿï}úÿù¿ÿmÉû…ó³<ÏÛ…Í×ÏiºÖÞÖöÝ;wîÜùô³Ïþõÿú¿}þÙ§5ÊßùÂ=ÝÝ)5 a”š¿x¤ëº®ë‚ ŸÁ×u]×t]×§'Çx‹ÅÐuDUÕªY£¡>Íçs’$år¹å¥å@Ào³Z‰D&“u»]ÇãvÇfc¡à”Ò–év»ãsñ¦æ° ˆMMM333¿ßétJ’´–L¶µµQJeYZ˜_¬¯Ö(³˜•ÂJo¨2t}qa>±º21> š¦%VW€1@ ƒ®1e¯Ü1VxÓ\Œme®Ï›oÕu (ã)¿¢üy¥²,9N§Ë=35a~¤ëúòâBlvöÜù‹¡pÓÐàóÕÕ•æ–ˆa†at>âp8âñ‰ñÑ'O†BMQ!µ>mooi‰Z¬–gOÔ¼fìŒ1jǺNØl¶õtzjr"n¬§çãs.^ªo <þQ’²Õjåo2€¯¾¼mÇá#GQhii]Z\t¹\y%wöÜY’Ÿ?ë;}¦¡1”N¥žüô¨«»GÊd¦§¦úúOµD¢”RƒÒ¥Å8imkŸžbŒBš#­Œ±Õ••·ÞS™Qð°©922ø¼b_•7-—SvØŠo¿þR×µ|>nnq8œÉÄjyï¥S)žçoÜzÏbµêº®kÚâB<>+iZNQ*FRq8jŒ ¡éå…//.–ÄX]Þa›["ß~ýE[{ÇÚà‹Ööމ±ÑÂdšš#c#» ¦¹%R¼’»óíWÝ'ûRɵՕ妦–¦–ÈO=~Âápä”ÜîõŸ>“Ídö·Q…ͯ³ó(Çq7ŒÍÃW.W¾«ªZq Ã8r¬Kt8««²,]zçú®bsº\¢(|þÉq8.·ÛïPJ5U-ÙæWW– Ãðùý-‘H:•𙂙ÌFµ~†M¥âÑ)•\«v0)ß|.Wm;÷ùýí‡çdùÇ:uæ¬ù¾©9251VISs$§(å{ýèðàÚrÌWÅcc ˜Ÿè>Ù—\K$« ¡–HôñÇ…ýÅÜHtUûîÎ×gÏ]Øöˆ$ËÒnDZâñ¤x×c”-.ÄwÒdÀK%6›Ý.;‰'ûoñþbµXoú‡}»7˜•Z,3°Z­WßyçŸý³ÿñÉ“'}}}”ÒÁ¡¡m³ÃÅÅE¿ßÿñÇ_½zõx× ]×Íwµ°Y{ñ’?Ü»mmmii9Às¥æ|‹Å²±žZO§€1 ¡póÂü\Ssdaan~nÖíñn{¡IÀL&×tÃætW&“mïhŸžšöx˜Wîô ~ÙÝN‹‹ þ@ðÚMsîœMONÎNOïê|‘Éd¬V ¥e`áyó{sñêuÁÀ‹Áç²,s™› Ö×ÃVùŒmæ°[»=+¦$™ÖuƒÉå”|>_x3N¹=ž¦–ÈÔä8¬®¬ôôöÏÅf9Žkn‰ÌÅfeYEG{ûáé©Iƨ$eëk|Ú ÇÇb£c@@×´ÆP8êïH®%Ç54†f¦'7Ö72™õ:¿?6;íöxBMÓ“ãÞbžÏªø â›7o½oÛú>™Ïçæfgœ.×z:‹Íöö²X­ÓÓSº¦Œ<ò„1fèz}C(>7ëv¹[Û:fg¦Ô|žbºÙ›ªªš·â1ÊTUeŒQJg¦&·í« M›™Þa+®Ý¼eµÙT5÷Ãww&'Æ ]_]Y)é=kfCÊd_< Œ¹=nž·¤’Éò¦MŽVŒ¤¼ÀäZ¢ÆŽ+/<¹–(‰¡âFTl#o±vq=•R¥©©etxˆ1V¸VAUÕÝ3=9^<:‡s}}=ŸË­§×ûOŸM%“„P¸)›Íf3ŒR§Ó5‹ío£Š7¿'–oóñ¹âͦd;¯:‚„„›šc³3Rvc=•ÞCl­Ñv¯Ï·±¾>;5™L$ÚN§“%Û4—ÙñüÒ›´ Ÿ¶µSÃÈ)2øýþ'ûNîíëð§»Ô0!§Ïœ³¸\‘hÛçŸþÁjµ]º|e3uÄîžž»w¾a”ŠÇÙ  ]Y~q]eA–ßí$öÅùŒ¡Åï3<ÏKRVSUŒ1êpºc€1–ÙX7³Þ|>¯ªyÐ4ÕjµÖøTÊfÓéÔÙsê|þ©© Y’ìv;cŒ ”Ê’d>¤Ájµ2V«UÊf5McæÃvufj¢øBLFiVÊð¾jN©¼$c,N›«0Æl[3Dåûxå½¾R·ì×–³y¬ÒÄSW7;3#ˆ‚(ˆÁ††©‰‰—Ëom$»:"ía/«qd«Ö´Šï›ß½@×µù¹Ø¶ñïpÿ-¼Îؽ‘¬t.6k¾øó7ÿâoþÆ|}ãÆ7n”œ¾ŸÞJ®/_¾|ùòeóõ_ÿÓj¾øMõ+D Ï(5_üæÖ­ò…‹k/(¿ÿé@$¥›I’¹ó;Nó >¥Ôn³3Æ(5œ.—aN§KSU‹Õj³Ù«ýRí{¡Ün—Ûí‚]>­¼L§ÓI)Åb‘HDÅö¶vƘ,ËsssÁ]¦¤›YiÙu¨ç.\óX¬Ö÷?øH ¡pS³Í.˜¡ååø‰î>»`^}ûÛ>6ᦖH´Ýf³›YW.§p<ÿÞ™ŸÚìÂõ[¿JO¼*ÏJívÁår½xæt: dž‘J&=uÞ¥¥Åœ’3ÿ˜¹\žB¯š÷]1ÆØË×[EVûÔ¼xÃLONÌLMx½¾B[ÌBˆÃáHÌ®†¾y¬,Lïøà^òS" óóOÝ‘cÇüé‡Ã‡8œ®¥……¥Åysš$ŸË ¢èt8—³Ù,3'Ep7{ïûïT5oµXͯȯ¸µ†Åj­olxüH×užç8žßÕ\éWüÜ ºùÉ¡Î#R6›Ë+—Ï7 Ãåö$“kn'm|þ<ŸËQF=×çcŒµDZŸ=ùIUóÀ m³Ûí wï| À, Çñf˜>¿ÿŸý=5h[GÇf—Z¬ÍÍ͵úª´‡¶oÅ×_ÞÖuQêöz;;¥Rk„’ÞSeeeÙ,"ÜÔ,Š«ÅRÞ4Y’Ë#qºœ™ÌF­á(A›ÍV^xfc£$†juÕ¾º=žl&“N§Jf÷÷LNQJFÇíõªù|´­}fz’1à8n}}}!S5íÐá#ÇQJ÷½Q…ܢʆ±¹VÅíÜÂóµG°|ÐwelueYË«”QžãÛ²Ùl@HÉ6oµZ+ìÛ…ô¦7•ò£S´½ýų§å[oùøÚ{ùŽc.™N¥Í%;wr_¸B bVZ¾×Wì–×ÙrJ\HÅá8ÁéH®%úúO§“IViÙÍi×{YÅãIÅ.ÚÕβ“øw¸ÿGû;v˜•þò'KÍ“ã›CË1†N jpo±Ø4Mw8Ý9E1¯Š,Ûì‚ùŦòQóu3ííÓÓSî*÷;Cõ=£üm—ËÅLÏ̆CKËK .—k/¿„Ë0òVŒIåßv"ÄårzçªÇã%”Òµµ„Ãéjjimh €ªæã±YBàXW·Ùa‡£¾¡Áœfö‚æE¥5>%„ 75·¶µB¨A)£Ô0Š äyþÈñ.óµËånmmóùæÍ³;¿ÿèñ®=½”…OÆF‡[Z"‚(NMŒ×ÕÕ5†Â«u~.v䨱p¸™„l¬§YDñXWw(ÜD°ØÌt]¯ãPg ÌçóæœcÌœÌv{¼º®¦ j÷UqÓvÞ Ã0€1‘õT2YÞ{N—ëdSS(Ü ŒÅ…8¥T„ò¦•G@jGùš—Ä”^ÃÛh·Û1JéêÊ2:ÜéñzÓ©µc]]°·`ŠGgjb\–²¡æfUUE1cèéík‰Dœ.Çqs³3ÕzlÏŽâ¯ò ƒ1f6°Úv^{+ú¶±Y­ÖÃGšZ"6›”ÎÅfu]/ßæ+n´µCzÓ›JÅ£SùÖ[q|ƒjÛùñÝ%[Ba\Ê_TÜë÷wË)?pU;€47·´¶µ»Ýžùù¹BÅûKÅ ¯âio{YÅÀJv½Ýî,ÛÆ¿«ý·¸¨ý»Ý"¡Pè‡~$éïþ¯ÿã_ÿïÿgaNýÌ2?=:}æÇñGÌ{ðSé´Ýn¯ózÍg?m¬§dIªó C7¯©ÚL›,Ö|>§©ù:ÿæ-J÷ïÝýø/??77ðÓ£›·Þ“åªO5Ëd2™LÆívo;£¹ó2762 MMMÏŽÊÜX_/yÿßÿÇÿüßþ“l^¬óg÷ÿþ»ÿpé\ÿØÆž?}ÒÓÛ‡­À6V¤ij|6fµÙ.¾s5»±‘J%)c£#¿ÿ¯ÿÑàó§{à~¹ÕëD¾¿ã‹£ó¶5ùmßçOŸ|ðñïj,0Ÿû»¿ýÛÿò÷n·Ûår9Nœ+};§J7ŸOäq»766¦’Ió¦{ Œj†æñÖÙìv²¹ äsÊúzª¾!\eb©Ö¤ºËå2°·»ëJk–év»ê0­º·~°r„¼%ƒbåÎOŒ†à¿ ‹õÈñãí‡:55ŸJ%Í»:jÌX°ûånT{Ž|ßÇGç­jò/h|_9a"ø6ã8®®®®®î•ç=ÉRv=ҋYmÁ`cíÇüìá^+ äíi Y)¶âWÑÆ|>?2ôâ•0 ãùÓ_ÃÀý ³Ò}_·­É¿”ñŬôíÍA)¥áaP}ƒNÑᬱ›Ð+”™ÍfÈkÏ;¾é2K·K޼E; G0+ÅV`1+ÅȱØdÌJ=))q8rVr{<¯™IÙ¬Ó妔šeJÙ¬sWw2ýìeâ‚ÇkÌJ16ÜT0Eì³Ò·f$¬¶¦¦æ™™©ööÃngÏS…R6;99~¢»GUU³ÌÉÉñC‡:_'‰|ÓeV\ ŸÏ½=£3<øâ`lf£!f8~mm|›õËípܰÉo³Ïþþ¿^sçöx=¬oÀ¬ômg·Û›š#.·{|lD“ö6ƒÈqœÓå:ÑÝÓØ’$é•2³oo™—q{¼ægüÙýã¿úïpûD!„^GN–gf¦^<{Ösòd JbŠYé[„R#¨_k"U®¶ÜY!TUÕBª÷K)ómö–$Ç!„Ð/š?X¼»{ltô⮲ҿÿÏÿ ûýl>þËßc' „B›Ýnw{<ÕçzªÎ•þ£òßc÷¡ŸÁ¿û·ÿ;!„:ð8BÌß«ºöB!„úó§­Ø!„B³R„B!„0+E!„B˜•"„B!„Y)B!„z+àSôÑÂûü“?À‘cÇî€/>ÿ”Röþ‡í¶¨©Éqè8Ô ¹\î›/ÿèó.\º\üúu‚$„üö£¿(©!„úÕ¹Rt0ÍLMÿô”ÛãÝm “ããS6»,KÇáÎŽC‡N—ù)Ïó…×{fFU\B!ô«…s¥èâ-MÓf¦&ÛÚ; oRJïßý>+e)¥‚]ˆ¶w´:”ÙÈÜýî›`}ÃÙó¤læ»o7_ßùú+]×à?ÿÇÿÏápž¿tyjb<6G"ÅU[]×´§O~ZK$(¥‚ íê ‡›*†ZRѵ›ï.--NŒHYÉjµ¶DZ;Ëçóß|ùG·Î!Š««+>àÐáÎÁçÏEŠDÛŽwuãˆ#„¬¡·‘Íf ‡›ÆF†£í‡ oBÂÍÍõ `xðùÈð`h+S´Z­¢Ã)e3`±XD‡³«»{à§ÇpöüE«Õêp8€pœÕj+¯®|õÑáÁ•ååc]Ý ™ ‡Ãi±ZuM+_·¤"UÕž<~ûNYZ\q8Á†FØXO7†B5VWVÒéÔáñÙÙ™©©ŽÃvγ"„¬¡·ÒñÝ3ÓSSc…w(¥Y);óã´®©”2Pr²Ý.T\½¾¡‘B"­Ñ\NÉÉò®jEæfg2™ ¯×‡ÁN*bŒ­%wï|k.H$šš#àöxúOŸ[]Y‰DZ{úNårù™éIMÕDÁA©ƒŽB³R„~V‹ #ÃéT ~ÿ_ý7—q8‘htbl”1@ 63ÅZÛÚ»ººGG‡§''e<Çc TU}¥BÌÿꚦ•s>s‘òÕë/^y'•L­§SC/^$Vgίڞ¢Š£Ðyôx{Çæ,¯Åb12Øn(¥º¡€]t]£†aÖÎq¤øW…ÿÓø÷¸‘ „úùqçñz?njÚ߬”a碷3%}6ð¸§ï”èpcɵ5 PqÉC‡;ã±¥”ãx Œ€ ª¦./,˜Ëˆ¢HI%׿ãs££¯ìK>—›šœ°ð‡ÓQ± A*®ž\[[O§¼>ŸÛí^^ZÔ4UŠ,UÞ ‹*jhMŒÍÅf<^cX^vyÜ¡PxsŸd/÷JF«î¡×n¼‹Û B¡ŸŸÝnÏåóü‰ 5…÷1+Eèm42<ÔÝÛït8.—Åb![•ö ¡µ­czrÜüg¤5º–XY^\t×ydE‹Õzôx×ÄøØ“Ÿ55µ¬­% «w:<>:òøÇû¡žÞþÊûOÕÕÉü|||l”1ær¹{ûO׈³¸¢³.:{nr|짇?rçöx"mmËîöÓji:B!ô¦Õùýg/\x:ð³Rtðm¬§N§Ãå²Z­åŸB>øøwn×<~ìøñÞþ~›Í6›íüÅË¢ÃÁój”Q‹ÅšS”öŽCGu™fê=uÚf³™7ÅGÛÚ9j· „]×?üÝ?p¹Ü†a‚Px W÷ü×nÜDasšÖ0rù\yæ?K*jhhljn±ÛìÏ3Æ(¥ù|®PcSSsk´Mj>âäÉÓçÎ[m¶j³°!„ÐÏL×µÆPÓÆú·{X³Rô C)ÆjOf6Ö ¯ó¹\>·™2Æd©B§ªyUÍo-¯Þ×TU+ºZ´P,£´¸ŠŠ«†.e³; ²¤"]ÓÊoØ/,¯kZFÛ|Ë)¹¢€B¡?/FYᎈݧè£_àÏXâ!„ú%¬!„BaVŠB!„f¥!„B³R„B!„0+E!„B˜•"„B!„Y)B!„¬!„B¡-U ‡aß „B¡Ÿ Ε"„B¡?? vBX>—Ë«ùÚËBÜ/051^mŽãÚ>{>’ÙXÇîB!„Y)BèM™žœxVkÅO5MûòöggÏ_¬øé?ûÄjµŽ#@|çÑc¢ ÀíO?yÿÃvÃn—/Y‘1659qèpçë÷Æž#yýÒJZ±¿‘ì-†7´ Bí ^WŠÐÇ«–’€Õj¥”ÖXýÖû~ü»ß¿ÿÑ_ø|þ÷~0¾pé’ÛãÝU»]ÞT¨hr|Ìf·¿~oì!ò}lWq+ö=’=ÄðæVA¡=À¹R„Ð6$Yb”FZ£ óó‰D¢±±ñþ½{‚†a<x¬È ¨óû»º{ Ãøê‹ÛÍ-]UeE>vü„Ïï/.ê§G?*JN×5oïdo/Çñ“cš¦;~Ò©Ôà‹ç—ß¹ZXÞ¬htdˆRzïûïà̹ó«+Ëc££Œgé>Ùëñx Ãøú‹ÛѶöÕåeFØÉ¾ÓSãëëiQÏœ;Ïñ|IfœÑh»$gIêê9é󽌳¼]P^iq»*~ºº²<6< @HßéÓs±ÙâV˜‘ÀÂüÜÄø! bo_¿Ín¯^yÉN§k‡…lÛ“™Ì£‡÷/]¹j·ÛŸ=E‡aèÅ«º¨v‡W£òxòùܽ»ßßx÷7 e3OŠG!„Y)BUæñz7ÖSÍÍ-àpºâña o¹õÛ8ÂéºN‘¤¬¡ëѶö@°^Îfï~ÿíwߣÔ(”ÐÓÛçñÖ <~¸²¼ ‡#‘èw¿ëéí×T5›ikïp8]²”-¬âpºŽëš›½që=ÃÐYº|õºÓåN%“Þ¿rí†aº®‡šš{zû'ÇÇ=¸é굺:߃{w׉†PˆÝËåpºT5ièz´½Ýë­K$VÆFFÎ]¸h›q®¬,—´k=*¯”n-ŸÏåÊ?•³Ò³§O.¿s-RJ)¥.—»Ð 3‡Óµ²´848xãæ-OoðùӱёžÞ>¨^NÉ•”¼¾žÞa!Ûö¤Ûãîì<:øüY¸©I–¤³ç/RJ‹ÃVdÉ £F‡{ëê*ŽQy<@œ.·”Í!P2ú!ÌJB¨2JÇo^ùãõzdž‡Ÿ=ðx¼õ õ¿šW'ÇÇ:uêšVž½™ ™„ù ‰Äj"±"K’”Í.-.²Øâ‹Ë(N}v¢¼]5*­’ß_ŸH¬f3 Ô0 £¸¾@ ±º¢( Äc±@0¸mxå%ï¼ôäÐàóÆPøÜ…+þôCµ°kwx}}¨Fw³Úlºa¨ª k+«°Ë‘B08WŠªå«/>ßʽïܼi³Ù g®3™õÑ‘a ºNôX,<X,–t:=:2¤ëFÿ™ó!…„&ØŒÏǾ¿ó Gˆ Šyù­¸¹¥eei)ØP/KrÅ0"ÑèíOÿ`µZ/\ºÒwúìÀ£Gº¦1`¡PÏ_¸ær_”·Kìå•®+­ø© '{ûÜÿÁ0 Hÿ™³N—«¸溢è8ÑÝs÷Î7”RÑá8wþ¢9Í\CÅ’w^Híž\˜g2™ëç.ƒ†ÆðèðÐñÝåao¡ ìpŒ!GŽûDQ° æ¤aVŠB•½÷ÁG.·§0'fº$KŒ1óA›õ á¦f» ÈåræZ½ý§4­›ç-„sÏ\žãøS§ÏŠÆ0Øš`K%“ÑŽvJYñ­Q…àxW·],+c4 ]·ÛØ:‰L ã7¿ýÐ\2446š¯;u–<ÒÈ,çùÂòv»pýÝ[ÅËTlW0,©4o…ð*~ZßÐnj² ‚Ù^E‘‹[QX7ÜÔÜm³Ù ”æ¹vxP^òÎ ©Ý“¡P¸%ÒÊóYÊv9b· „#Å«˜W—^±ÃË;¤xŒŠãimm;tøˆÍj£”RFq§C³R„ÐEÑ4­úSôUŽ«u%O6³Qñ}ó· t]׳î˜Îoe¨%Ë€"¿2ª(ò£D‡£5Ú¡UúqÔŠù\.›Å꺮ëÙj¡º®lMªù|µ Ë3ÆJN1WlWÅJ ¥Uü´¼œâVÖÕ4MÓ´jÍ)¯bÉ;/¤vOꚦo•“ÏçÊWÙa‡×£âx4U­x‹B³Ò-xÝ9BBÇáÎ/oVíQùÇu>¼_uO¡í(:®Ý|Wt8)¥ZNÃñB!ÌJBÇ[×ÜÒZíE Ê'_GµéÕj(¥ÛÝwB³R„Ð/c…ÓÄ!„ÐÛ Ÿ …B!„0+E!„B³R„B!„Y)B!„B˜•"„B!ÌJB!„¬!„B½-ðy¥dù\.¯nó„|BˆÛㆿç†B³R„ÐÊJÕü|<>51^mŽãÚ>{>‚ÛG!„Y)Bè šžœxVkÅO5MûòögÕ~’ôŸ}bµZ Ç ¾€¿óè1Qàö§Ÿ¼ÿáG;a·Ë—¬È›šœ8t¸óõ{c‡‘ì9à‚’˜_¿À×á ­‚Bû¯+Eè€cŒUKIÀjµRJk¬~ëý?þÝïßÿè/|>ÿƒ{?˜ _¸tÉíñî*ŒÝ.o*T49>f³Û_¿7vùÞ.Vózl_ì¡ßö««Bh·p®!´ I–¥‘ÖèÂü|"‘hll¼ïÞ‡ aO+²Bêüþ®îÃ0¾úâvsKDWUY‘?áóû‹‹úéÑŠ’ÓuÍ[ç;ÙÛËqüäʦiÇŽŸ€t*5øâùåw®–7+¢”Þûþ;8sîüêÊòØè(cÇYºOöz<Ã0¾þâv´­}uy™v²ïôÔÄøúzZÄ3çÎs<_R g4Ú.ÉYE’ºzNú|þŠm_˜Ÿ›Ÿ Aìíë7ÓµÕ•å±áaBúNŸv:]åí*‰Ù¬·bÛS^Ý Ù¶ß2™Gï_ºrÕn·?{: ŠÃЋW1ض{+ŽHy<ù|îÞÝïo¼û²™'ÅcB˜•"„vÊãõn¬§š›[ÀátÅãÃÞrë·p„Óu"IYC×£mí`½œÍÞýþÛï¾G©Q(¡§·Ïã­#„xüpey%G"Ñî~×ÓÛ¯©j,6ÓÖÞápºd)[XÅát=Ö57;{ãÖ{†¡+²2:EVž=}rùk@RJ)Õ4µ¼]Å1›•;œ®•¥Åò F09%WRÝúzz‡…lÛon»³óèàógá¦&Y’Ξ¿H)-[‘%3ŒÝë­««8"åñpºÜR6„@ÉX#„0+E¡¢”qüæ•?^¯wlxøÙ“Ç[ßPÏóà8.nÊ)2oá ]×8îå•BñØÜÒÒGòù<ˆD£à÷–—–+:cÀ`kÊ-•LF;Ú)eÅ·FV€ã]ÝvA°X¬ŒÑ @(tÝn`ë´25ŒßüöCsÉ@ ÐÐØh¾î8ÔYò#³@žç ËÛíÂõwo•4¼Po¸©¹5Úf³ @)Í)2Ô74„›šì‚`6DQäŠí*޹FÛS^ÝÎ ©Ýo¡P¸%ÒÊóYÊv9b· „#Å«˜W—^±{ƒÁ`)ާµµíÐá#6«RJÅ] !„Y)B¿"„MÓª?E_­q$d3ß7 J×u=[áêüV†Z²<(ò+³¡Š"?zð@t8Z£Z¥G-¬˜Ïåò°Y¬®ëºž­ª¡ëÊÖô¡šÏW+°°¡ø:ªM¯VC)Ýî¾{„B˜•"„~Ñ+œ8F!„Þfød(„B!„Y)B!„B˜•"„B¡·^WŠÐÅSÕ¼¦iÕnÀG!„ö€ã8«Õf³Ùɾþf¥Ø”TV¤äj2›Éf601E!´_)©ËíŽFÛ[ÛÚö÷ f¥Lªª®­®MŽu;êõx ÁËuBíÆèz:=>>êòx÷ñÙ‚˜•"t@³RMÇf:ml co „ÚG‚è°Z­Ã/ž7·Dö1+Åé„èwYJ3™Œ×ëÅ®@!´ïêüõÚ¿YY)Bh¥OÜ#„z8ŽÛ÷;ð/B!„z 2]ìt€üöë/¿ùê‹ï¿ýffjjçë2Æ&'ÆwU]µUnúIõ/>ÿt‡å×(!„¬¡·×“‡šª¾û›÷?þËxó7ï[¬V›Í¾óÕ'ÇÇlvû®j¬¶ŠÛSëúN—Û³Ãòk—ƒBýrá=øèÀÚÈl$×’ýîp'KYÆX¤µ,ÌÏMŒO‚ ööõÛìvÃ0¾úâv4Ú.ÉYE’ºzNú|þÑ‘!Jé½ï¿€3çί®,Ž2fpœ¥ûd¯ÇãÉld=¼éÊU»Ýþìé€(: C/^¥<¤Ÿý¨(9]×¼u¾“½½Ç›ï?x¼¼´hèF÷É^ŸßåÕUl£a„ý½Ø!„¬¡ý”Yßðx¼6›=›Ù0ßaŒ­§RCƒƒ7nÞòÔùŸ?ééíC×£íí^o]"±262rîÂţǺæfgoÜzÏ0tEVF‡‡._½ît¹SÉäã‡÷¯\»áö¸;;>nj’%éìù‹”ÒÂ*Œ"K%!õôöy¼u„p®,¯„ÂaÐu½ÎçëêîYO§ïß»{óÖûŠ,•WG £¼~¼‰F›šZp¸BaVŠÐÛ‹Bé+É\*¹Ö{}~)›m …¦&Æí‚¨g3Ï×74ÊRÖjµKRÆnt=ËcŒÉ’´0WUíñÆA˜®j¢ JR¶¥µuuuyhðŵë7yžÏ)Ja•ŠñÄcsKK?rÉçó ŠB‰¶uäsŠ !†®­­%*VW^àñÝu>?Ïqš¦áp#„¬¡·‘ÛëÙx‘2ʦ !†®3¶ù< ‹Å!Œ1Ã0aŒ)='Îü~ÿ•ë7_渄5Œl6Ëó’S”Úñ$×Öæç®^×.Šã£ÙL¦øÌ»™V2@©X]9Ç º®ãp#„ú¥ÃËÑÐåq{|À“Ç ]7Ó¾©‰ _ X]Qâ±X ¬¶:1óNJÀhH$V‰Y’¤lviqAÊf`hðyc(|î•úÁ¼Ä³°J9]ÓE‡SEE–â³3”0Æb³ÓJ%™A]nO X_±ºŠ™®œÍ2Æp¸BýÒá\):ÈúO™˜¿ûÝÆ(o±´FÛ¼^߉w¾¡”ŠǹókL4F¢ÑÛŸþÁjµ^¸t¥ïôÙGtMcÀC¡:Ÿa>žÉd®Ÿ» ãÃCÇOt¯RRZ°!Ÿ}çŽA¹­çÛ[,–T2524¨ëFß™³!6›­¼ºŠ×•ŽDÛÚ›œÎ}”1B!„Y)Bû†ãù£ÇŽ÷ôöY,VóM͇›š[£m6»”Òœ"ó<ÿ›ß~h.`· ×ß½e¾>ÞÕm‹ÅÊ „B×ívÁ<™®ëZ(n‰´ò¼E–²GŽØíáHñ*…«Kßÿð#à8þÔé³¢Ã@€1 ˜U»ÜMëæy !ÄœÇ ƒ%Õå Ã,§Øù‹—N§¦ª˜•"„¬¡·c,ŸËå!Wü¦¦iå·ߪ_8c^¼®®ëºþÊ-Gº¦é[åäó¹òU 2ëæ E–˃,TýJáeÕ—SPíÎ*„Bè—¯+E!„B˜•"„ÞÜîÍqxf!„Л@)Ý÷ßpÁ¬¡ƒ‰pœÛíÞH§±+Bí»trÍãñîïÜf¥L6«­5Ú>>1–L$(ÃS„Bûƒ2šL$††w÷hšº%ãÝNLv»½µ­Íåö >Ï ¬ã©|„Bû‚ã8·ÇÛúlSsóþÞq[5+ŧr#ô‹ÿ:KiC¨±9Ù÷KBýÊÿ¾hšºïÁ¹R„25ŸWóyì„Bo?œAA!„B˜•"„B!„Y)B!„¬!„B!ÌJB!„f¥!„BaVŠB!„0+E!„B³R„B!„Y)B!„B˜•"„B!ÌJB!„¬!„B½],Ø`ù\.¯æk/Cq{¼ÀvB!ÌJBo&+UóóñøÔÄxµ8Žk?tøìùHfc» !„f¥¡7ezrâ½>²Z­?Õ4íËÛŸ=±â§üì«ÕJ8ŽñüG‰‚·?ýäý?Úy »]¾dEÆØÔäġïß;‰¤¸:Ã0¾þâöo~ûáΫØs´fl{¨!„¼®¡Ž1V-%«ÕJ)­±ú­÷?üøw¿ÿ£¿ðùüîý`.|áÒ%·Ç»«0v»¼©PÑäø˜ÍnýÞØaä%չܞ]Õ²çh ±í¶F„:p®!´ I–¥‘ÖèÂü|"‘hll¼ïÞ‡ aO+²Bêüþ®îÃ0¾úâvsKDWUY‘?áóû‹‹úéÑŠ’ÓuÍ[ç;ÙÛËqüäʦiÇŽŸ€t*5øâùåw®–7+¢”Þûþ;8sîüêÊòØè(cÇYºOöz<s~1ÚÖ¾º¼Ì;Ùwzjb|}=- â™sç9ž/)ÐŒ3m—ä¬"I]='}¾—qW×ú >ÍhºÞÛÊ\²<†Š«Ÿ9w~a~nb|‚±·¯ßÌV+¾YìéÀãå¥EC7ºOöš}XÞuf«[Z[¥¬tæÜyÜPB˜•"„~-<^ïÆzª¹¹NW<>lá-·~ûG8]× !’”5t=ÚÖÖËÙìÝ�ñî{”…zzû<Þ:B¸ÇW–WBáp$ýáîw=½ýšªÆb3mí§K–²…UN×Ñc]s³³7n½gº"+£ÃC—¯^wºÜ©dòñÃûW®Ý0 C×õPSsOoÿäøØ£÷/]½VWç{pïîZ"Ñ ±¢{¹N—ª& ]¶·{½u‰ÄÊØÈȹ  c3ÎâêtÝÐu½Îç;rôØÒâÂÔÄĹ eI*VZ]ÊJCƒƒ7nÞòÔùŸ?ééí“¥ oGhÖØÕݳžNß¿w÷æ­÷)5Ê»Î\2ÒÚó¹nŸ!ÌJB¿"”2Žß¼òÇëõŽ ?{2àñxëêyÞÇ…ÂM9Eæ-<¢ëǽ¼R(›[Zú‘ãH>Ÿ'‘hüþÀòÒ’ÇíN¬¬ž:sNSÕòzcŒ1Y’æãªª=~øÀ0(ÓUMDMUyžon‰(²,8.·;¬—¥¬Ëí’Éb±jZi™Ï×74ÊRÖjµKRÆndY*¯Î0 žç["­Š,‹¢C’²v»0›-A*ʤ «/ÎÏ‚õ^Ÿ_ÊfC¡©‰q» ÎÏÅÊßÌ)rauBH´­#ŸSAà1tp\y׊Âq\¸©Y)Š!„0+E|ëéT´ýPះóë7666æã±é©É —.› 躔Q3O5—O®­-ÌÏ]½þ®]'ÆG³™ŒùQk[ÛäøXc( ‡A”²™šQ0¿ßåúÍ—S°„˜™èºFá8ŽRƒRJ¡”Ž”—ÂÂ3 ƒÆ(®êEö/Kæ€QF8®Z ÕV7t±Í‹w-Kµ7Kh𠀬§’»Îü³·Bè—ïvBmÏ0ŒÉ‰ñœ¬D£QjlæR9%Çóù|'zz7ÖÓ¢Ãif¥³ÓSJ&¥Åwíèš.:œ‚(*²Ÿ¡Ô @Àçó«yur|¬ãP§®i¬ìÉ©f^hÞhå4$«‰ÄŠ,IR6»´¸PÈb‹W,.ìe犫+/¹v %«ûÄꊢ(ÅÁ`µ7_É»‹ÍN@*•du¹=Z•®+ !„~¹p®!TËW_|¾•ŠÞ¹yÓf³NUg2ë£#Ãtè±Xx°X,étztdH×þ3ç9B é]°!Ÿ}çŽA9òò[qsKËÊÒR°¡^–äŠaD¢ÑÛŸþÁjµ^¸t¥ïôÙGtMcÀC¡:Ÿ¿pIè~)TWñ™Y‚`/ÅPí‰îž»w¾¡”Šǹóu]EGù›¯—-–T2524¨ëFß™³!``nn¶b×!„f¥¡ƒï½>r¹=…é8ÃÐ%YbŒ™ü¬oh 75Û@n놛ÞþSšÖÍóBˆ9#h.Ïqü©ÓgE‡€c lMó¥’ÉhG;¥¬øÖ¨ÂŠp¼«Û.‹•1…®Ûíl[§†QxÀg hhl4_wê,¹½Ý,çùÂòv»pýÝ[% /®®â’Á`°$†|QVZ¼z¸©¹5Úf³ @)5¯­øfql.·§¸+v]q+B³R„ÐÛŽ¢iZõ§è«Wkâ-›Ù¨ø¾ù[Pº®ëÙlù§å·„~;J‘_™ Uùу¢ÃÑíÐ*ý8jaÅ|.—‡Íbu]×õlµP ]W¶fÕ|¾Z…åcå³WWqÉŠ1T\]Ó4ó"ÑW{¾Â›å±½ÒW²¼óB!ÌJBo—ŽÃ_Þþ¬Ú£ò9Žë8|x¿êÚÃì(:®Ý|Wt8)¥ZNÃñB!ÌJBÇ[×ÜÒZíE Ê'_Çngï(¥ÛÝwB³R„Ð/c…“Â!„ÐÛ oäD!„B˜•"„B!„Y)B!„¬!„B!ÌJB!„f¥!„B™ª?Šaç „B¡?{VŠúåËçryu›'äBÜ/0ü&ŠB³R„ÐÊJÕü|<>51^mŽãÚ>{>‚ÛG!ôç…ו"tÀMON¼÷ÁGýîTüß­÷?˜žœ¨¸¢ªªŸò‡Â?3™o¾úã[ÛÌÛŸ~Rí#Ã0¾øüÓ=—‹Í|÷í×÷¸»_ñìoë c“[_?vÕäòÕ÷ÛjD!ÌJúuaŒY­ÖjŸZ­VJiÕÝoÑ¿ˆËí~k[új¨¥\nÏÞÊ™›™=ñÒ»ïàpº¶íêÂë —.ÕŽgWvXÚäø˜ÍnßC“+®¾‡žßm!T Ïà#„vÇ0Œ§Y!u~Ww¬®,Ž2fpœ¥ûd¯Ç㩽üO~T”œ®kÞ:ßÉÞ^Žã Ãøú‹ÛѶöÕåeFØÉ¾ÓSãëëiQÏœ;Ïñ|*Š•—l¾ÿtàñòÒ¢¡Ý'{}~í˜ †ŸKRæéãÇuþÀ‘cÇæç&Æ'A{ûúmv»vKk«”•ZZ[C¡°¹âý{÷> 7k ¤ïôi§ÓU±¯¾¸¶KrV‘¤®ž“>Ÿ¿8 ³´Ú‹Ž QJï}ÿôŸ>ƒÏŸÅc3š®÷öŸ2—¬ÑäâÕÏœ;_$T|³Xy'Wh³ÇΜ;;B³R„Э¬,[xË­ß~ÀN×uBÈz:5:·ŽnàñÕå•P8 º®‡šš{zû'ÇÇ=¸é굺:߃{w× o]]*ŠU+¹ÎçëêîYO§ïß»{óÖûŠ,í¤À®=k‰Ä…wÞGf}}hpðÆÍ[ž:ßàó§c£#=½}fá‘Ö¶@0Èq¼¦©º¦™ë:œ®ÕåågOŸ\~çZ ¤”RJ××Ó 1t=ÚÞîõÖ%+c##ç.\4^ Æát©j²ÆbGuÍÍÎÞ¸õžaèºn˜M>rôØÒâÂÔÄĹ e©V“‹W—²Ry²TáÍâéáòN¦Ô¨6fås9Ü¡B˜•"„¶Aª¼ïõzdž‡Ÿ=ðx¼õ õŸïDOïÆzZt8ý†Db5‘X‘%IÊf—¤l¦PNùòº¦‹§ ŠŠ,Ågg(5ÈÖÌlñáâ'¨ÖׇjTQP­dÆXlvR©$3¨Ëí ëwR`1_ X]Qâ±X , µòÓ^ýþúDb5›É¥†a5 yMfZ|ïZITµ‡©xõŠAnyy'k;h„Úü®‹]€ª¦·¯hðÅØÈ0eÔçôõöéºžÉ¬Ž `Ðu¢ÇbáÁÞwúìÀ£Gº¦1`¡PÏ_¸`±|ù`C0>ûþÎ7!‚(rdû¯Ç‚ Ô¨¢ ZÉ‹%•L êºÑwæ,GˆÍfÛIÅDÑq¢»çîo(¥¢ÃqîüÅmgûQ8ÙÛÿàþ†ap@úÏœuº\»-dç"ÑèíOÿ`µZÏž¿X©íµ›\XýÂ¥+åAnÛüòNss³»h„f¥!T)s8Ξ¿ ¢y¦Ø0Œ|N©oh 75ÛÁü]â\.Áÿ¿½;«<ì=þžsf×,’f´ï^â]¶ã ox Ž!rÉm€&MÒ{Óäiÿ¹mYšäÒ¤÷y’6é 7iã”Ü6MJ³³LpÀÈØ’lcÉò&i´Ì¦9Û{ÿ[ÍH–í‘,KßÏ<‡3ç¼ç=ï9žùé}ω”—ot»=âüÀqú|ÜÉ^^Uµ/[áõù„P„”RH!…¦i×߸-³J8.-+ËLϘ9;s¯÷(›BlÝö !Ä(%ûAÃX¨iEQ2~9 Ì”3Ôµ7ø3AVTVÕÖÕ»Ü!„mÛ©äÐj5XNIiiEe¥ÛãÉT)•JŽ^ˆÛíٸ府¥]p±yóº=‡Ã)¥sÉÑÛpèêٕ̹ûÃê6¬‘/x €T L#Š¢†1Ò#K CWÕÑz°lÛξíÆ4M3Ï1ÓŒç,$çò©d2{Éx¬?3a™fê|WœžN_pBˆÁ×S^òëœýš«¡#݆açï²½ðÁr²wôB¤”Ù— –6úbé´eÉÑÛpèê9+™sfvÝÆ~ €T L3fÍ~n×Α•¯ªêŒY³h%©À8 † «ªks^e8Ô`g$¤Rã@Êìñh&! •`2àºR`Ê’RêzÚ0Œ‘nÀਪêtº\.÷^ÕL*ˆ¤R&S‰hg´­íƒx¬Ÿ` ÈW$õuu µõõùýq%•ò’bà*¦ëzwg÷‘–æÙsç„‚!…—=òAJ»¯··¥å°?,-+Ëã³é+¦h*5ômÌž3§¬¬‚Öä‘Çës:ï¿w ªº&©”î`Šþ-kÛ±X, Ñ€¼+,÷÷÷þÎjR)€slÛfà0TUÍû üb`$]šS˜m[»Ÿf÷óÏ<ÿÌÓ»žz"3ÝÚ|xŒ«ïzêI!„eYÏ>ýÔåT#SNNUø(åpµñn'îÀÇTø«KÕ6m¹Áœ9}úÀ;¿»þÆmRÚBC7Òé±”†z{¢B õ}ÓRJeÈcÜÁÐ(ï£{ᣗÀL¥ÀDzyÏî­7mO&™‰üÅR©¤mÛ–e%ñ“í­-­Š"<ïâ%K]n·"çÌ¡ÞÙÿÛ3§OY¦µ°qqQq±âí·ÞL¥LÓ5.^¬ªšeY/<»«º¶6OT×Ö–—¿ù={•‘ ï<{¦ùða)-Uu,l\ sîšeYŠ¢ä÷bsH¥˜¾“hÞ#é0©dò`SÓ¦Í× ‹š¼Ó|øÐ¢ÅK’‰DöL)?00M³°¨hþÂE}½½{_{eóu[mÛZ´xI0T¨(êþßî;{ælyEEfÉšÚúp$¢ªšaè¦a ÝúH« +<•L~ÿàÚk7ø=Ñèo÷í]·a“mYÙ»óÖ›{kêê*+«9…¤R ’É݉qÒíGJBEʼnx¼¬¼ühk‹ÛãíhoËž9J®¥(J]ýŒô@Êãñ¨Šb™†¢ª'ÚÚOŸ~SU•t:­QSWg¥RªªVTV¥’‰´™ã œ«dÞÝÝ¥ëÆo÷½aY¶ÒÔ ¯Ç›Hij œ·`aaQ±¦ªÆGã/¤RàRŒëþ0Š¢X¦™¹ÀTáp8Fš9L&ùI!¤}=Ñ“í×nÜâöz[[Çc±Ì0z濦if¯íîιJvኢ¯Û¸Ù¶­ÁJçÜ—`04Òæ¸ºp9&… Á/ ‡»:ϦR)!ĉ¶¶p$2ÒÌ¡¤”mÇ !zz¢Ò²ý a˜^_ÇëM%'Ž`Û–"”Á…snÚa•ìÂÑ’®®Î®®³ÉD"Ÿ>u2å,3ÚÝŒÇGÚ"WúJ1)Lؾ×ë[°pÑ+{vÛ¶íõùV®ZmšfΙùwâpôD{l2MkÉòª¢„#áööã/ïÙ­*ŠÇëUÇð°úHiäDG[ö*Ù…»\®%ËVìë-Ó0¤eåå…EÅ9¯+mi>TWßPYP÷G@*Åt4Þ#ø‘HIÙÆswÄWTVÕÖÕ»Ü!„mÛ™ëGsÎܺíBMÓ®¿q›?4Œ…šæP%•J©ªöñe+¼>ŸŠR )ä¹%³·ž)g”U†.„ˆD"ååÝnOfìÞ4´eeÊjÕêµ¾‚C×I¥R)0‚o™fÒ˜œ¸Û “ÂË{vû|C'‡ÞªÊÈ>`<ض÷w¸J1)LØ=øÓ‡¢ª@ ¿·—¦ä]o´; å·ïƒ|L ŒàçË骭khi9ìt¹ ÃÅcyJdK»·;zð`ÓÒe+ C'•bª™È§èOn·»¶¾Þl:ÛßÇP> /TU CK—­¨¬ªÊï·¤RL ŒàËŸ³¶]Z^VUS“÷KÓü÷Å0ô¼?†TŠIüq¢§Óz:M;&?zP0)p>¤RàÊc€iŽ|L Œà0ÍÑWŠI|H¥À•Ç>Ó#ø˜Á`𣝓#øJ+|¦9Fð1)0‚©¸ò^Þ³{ëMÛ“ÉDf‚É )¥®§ ðm›Ö䋪ªN§Ëår+ ©S#øãI“©D´3ÚÖöA<ÖO0ä+’úºº†Úúúüþ¸J1)0‚Ÿwº®wwviiž=wN(R."ä”v_ooKËa0XZV¦§Ó¤RL)Œàç?•ú‰¶fÏ™SVVAkòÈãõ9Î÷ß;PU]“ÇTJ÷ &Fðóÿ·¬mÇb±P(DSò®°8Üßß§ªùL’ô•bR`<ضÍÀ=`<¨ªš÷;øÅ¤ÀSô˜æè+ŤpUàÛ¶µg÷óBÛ²MÓt¹]BˆššºY›3–Õw=õäÖmŸR=Ò:sÖì¡391¤R`B]Õ#øªªmÚrƒ?8súôw~wýÛ¤´…†n¤Óc)! õ÷õiiž·`aæ²ñkÖ¬ C±þ>Î ©˜8Sàüx,–J%mÛ¶,+™ˆŸìhomiUáñx/Yêr»…9gf>tжí×^~I±|媽¯½¶-±,ëùgwUUטºžL%çÎ[PT\|HQ”œ3W™3w¾¦i›®»áÚM›½¾!„¯À/„°L³®¾aåšu+W­y÷ýªª ÝÐ[oî=}ú$ç€T äG2™ÈŒÝN\Õz¢ÝáHI¨¨8™H”•—Ÿ=sÚíñæœ9t-)¥”2™H¤†´€ªªå•–ihMŠiCW™·`auMÓéäJ<˜z÷à+Šb™fæS!„Ãáiæè¤”BÓ4…¶´39uðÓ`04ø)¤RàrM±ü¢p¸«ól*•Bœhk G"#Íšb…ÙÏ~“R?vTÑJÛö‚C?vw'ãñLràª6bW ?s˜HSì)ú^¯oÁÂE¯ìÙmÛ¶×ç[¹jµiš9g]«¦®n×S¿q:׬Y÷á?Q‡£··÷𡃦i-]¾JU”¡Éµ¥ùP]}CeAAÞe ÀdI¥ÀDš÷à !"‘’²ç^:_QYU[Wïr{„¶m¤’#Í|.é¼ù ÝÃá”Òú°ÒÅK?n 5Í¡(J¦«uЪÕk}†®“J¤R ¦Ì¾ešI3ž™6 Ã0Œa äœ9ø\ÒôÀ@Z ›™™?Ò“ ÞÑ •y2ÅFðóEÓ´ëoÜF;¦îv¤0õîÁÏ£x¬ÿÿy«*#û€ñ`ÛvÞßáB*Ť0ÅîÁŸ U ý½½4 ïz£ÝÁ`(¿}ŒàcR`?ï\NWm]CKËa§ËU.Vþä-íÞîèÁƒMK—­0 TŠ©fj܃?©¸ÝîÚúz x°é@lCù€¼PU5 -]¶¢²ª*¿wÜ’J1)0‚?.ÎÚviyYUMMÞ/ýLóßÃÐóþR)&FðljžNëé4í˜üèA©`˜ªv>ñë ØÊMÛoÉž)¥Ôõ´aÜbàj§ªªÓér¹ÜŠ’{éùwÁf!•øˆU«×ŽSÉ…E…ý}ý¯¿úrÎ/èd*팶µ}õL\).·ûò³W¿ ºº¶º¦6ç·Yæ¯7ÚÛÑÑëïŸ& {Áf!•È¡8b.W©×›ó#]×»;»´4Ïž;' )<'ÀòÆÞ×¶ÝüÉË)A×ÓѮþ@0RR’}ó¨®ë=Ý=Çm\º´8™&<¹`³JLÓ4ÜnOîo+C?ÑöÁì9s"áUÓ”üŽîÀE_™—¼®ªj‘ÒÒbÑáCïWTVåH¥†~ò䉯%K#%¥–e]ζ®"lR)€‰#m9RÜ”¶‹ÅB¡‘À$ø¶BÊË,£¨¸(ëÏÙ*m;‡Ã–iÊËÞÐÕe”f!•˜,lÛV•H `R„ÒË.DÕ£\=iÛ¶¢j–iL·¶½YH¥Í¥Ñ…9âVâ‰d,K&S©´”Òçõø|Þ€ßï÷plH¥`ZÅÒ+³˲ÚOœJ$’^Ûårù|>EQ¤–i8yÚívVWU:Ä0R)˜&™túJ³¶’H$os»\o___g2a†¢ªn—+*,+‰$S©÷µÔ×Uü~Ž© ÿ,Ë:r샟ÏÐõ“]n§8v9Bˆ´‹Å¢Ñe¥ÇŽ·ÏŸ3›SR)˜â䄌àÛÊñöN‡S×¾¾ÞpI¤0Ò4‡Ëåt¹\RÊd2ÙÝÝÝzôHMuM(ü ­}挎©Lõ\:±w;Åâñþ¾þŸ/ÚDÂÅÅÅ.§Óáp8N‡Ó©*ŠËårhšªi'êëêãñX_o_(äP‘J‰öÌÎ'¯Ý´ÅãñÐ0!±tB·Ò×ÓŽD2év»‹‹‹Ýn·ÓéTUU(ªmÛRQ„.·»¸¨¸¯¯¯»'êr¹zûcÁ‘Sé³;Ÿt8Š¢iWTÕÌ™7ŸT o ü¶´%/ˆ€qO‹ÒW:d+±þ˜ª¨ià ‡‹\N§ÓáÐ2Ï™—¶meQTEq9E……ÝÝ=^·7^Éë·nóx½étz×S¿©«oÚ¯!¥œJ‡&•WFçÙ3Íï¿/„вdÙ²‚ÿÉŽöÖ–VEwñ’¥.·Û²¬çŸÝUW×HÆS‰ÄüEEEÅC ±,KQ”iòæeÈ‹ÖæfUSfÌœ=Æù%™LØRz<MÓTM;EåüËŸ¤ªªš¦ù NŸ:#%•L]¸ØD<•L ) ü~Ë4ŸÛµ³º¦6‘ˆW×ÔZ–u¤µ%óÛѸx©ËínûàƒÔ@jÎÜygNÜÿöo·Ü°Õét½öÊË‹–,ñy}ïî;™J)BÍ_°HÑyölKóai[ªæX¸¨1¼b—J+` •z÷ß­]¿!ŽØ¶mÛv__ïÁ¦¦M›¯ 5x§ùð¡E‹—!,Ó¬kh… »ºÎ6:´òšÕ–e –óÖ›{kêê*+«iRÈ&¥È~¨¢*͇©ŠZ×0ãÃHÚÒ|¤¥yÁ¢FMÓ.öuöC·bÙ–-m¡HEŠ¢d>Œ¤ƒ‹)Š¢(ŠP˲,iþ¶ÒŸÖ–ö@*Õ0s¶ÏWÐ×ÛcšfM]}q8œN <ÿÜ® ›¶5½÷nËáC …Ã'¼ãöxº»º‹ŠŠS©E(éTyyåÑÖÍ¡]·õ&UUMÓT„èíí9üþÁ5×n‚=Ñèo÷í]»~ÃÐR)0Åuww…ÑHIi2ϼ±-ÚÝŽ”„ŠŠñxYyùÑÖ·ÇkÆcª¦•”–%q§ÓHÄÜnO2™,gÞ‚……EÅšª†A«ÀX̘9KUÕCï´,«aæ,!DËáÃÇŽ¶.XÔ8köœÔåîózLÓt:œétöØúS‘J 8Ãнn÷èenÜr½ÇëÕõôžžëhoóùýªªVTV%âñŽŽöp8RTŽÇúKJK¶¶,÷ú¤”RÊžÞž 9}²¸(RލŠâø¿ß{àwo‚ÁHI‰¦9º»» Ãx{ß›¶eI! Ýðú â±~R)0(Šb™æ‡/–23GÊss2O°SEJiY–¢Hi 壃õÁ`Hq±ÖÀ4aZ¦®ëÙó+«ªm[¶~ÿø±cRÃÐ,jl˜1«¿¿ï2·âv»{{úNg_oQa‘ÓéÈ|á.,¥Šb™f´§GÚ2™Lùý¾œ•ª'µm+ uvž­óûUUR&“ Ë4…ºž0 CJ©9º®‡‚¡Žöv‡C-«¨lz¢8\¬ëºÃá\¹zÍÀÀ@G{Û±£G>¾|¥e…E…ë7n±¬J.XŸqÂåhÀGºº:㱘¶-˲ŠÂá®Î³©TJq¢­-‰Œ¥œhww2—RÒ¤pQªkjfÏ™§ú`$M$â—_l(4-CUU[Šh4jÛ¶P9„P!e__2‘t¹\ºžc)Ù²¬¾ž×ãtºÄù»þCEEÝÝ]©”âTGGqq8³paqñÁ¦‘’2UQ4M;}êdyY¥nèé)¥Ïç›3o~¬¿?*,, G»»Ïž=ÓÛÓÓžh;íîBD»» CÏ91~è+®×Û¸xé{_µ,KÊÒå+ üþ ½²g·mÛ^ŸoåªÕcémi>TWßPYP`sG?dËu]é ªêj!„Ë嬟13åe+€¿   ™JyÝžþþ¸¢(‘Hxè=©Ò¶{ûúNœ<ép:R)Ó4C¡Ðè Ï?û´”¶mÉHIÉÌYK&“犒Òíö|lÎÜ×^~ɲ,׳lÅ*]×¥”……E‡ß?XU]£ëz¨°ðÌéSEápoO4kmŠ"¤˜õ±9N§ÓårÍ_Ôøîþ· ]—ÒŽ””† ‹MÓh>thÁ¢Å.—{Ø„Ãá$•SÄ 7}Âëó%ñ’ÒÒŠÊJ·Ç#„"¤L¥’•Uµuõ.·GaÛö@*©iÚõ7nˬèv{6n¹nXi«V¯õºN*€KPU]ít¹ñxËl¨¯{÷@“¡ê‡³§¯?žH¯Ï«*J2™ìïõÇãNÍ!¤4LÃáP››[>ö±oü_¿qsIi™´íÌ]Séô€¡ëë7n\ ¤´¬¦¶¾À_ „°,«¿¯Oáõù¶Üpc8RÒ6̘¹°q±¢˲ÂáHEe•ß®w63dWTT\VVáø…P!ÒétÆ… <^wr eèºešB(ªêB±,+™J¦Ói§C“¶ìé马¬è8ÙÑÕÙE»ÑW ¦()儼Û){+š¦Íž5³·¯¯¯·/žH$’ !„ÇãöüþŸ®ëÇ÷x<†i ¡TVVnnvºœ@`*½«‰T 0)„‚Á€ßoÛRJÛ²¬ÌkS¤”.—«¶¶¶½½]UUË4E©¬¬lz¯iñ’FŸ¯`Ú6#øãâÜÓ „´‡°,Ë4M‡ÃQZZjK©ëéÞž]Oû|¾Îé=ŽO_)˜ª¡PLÀþ([ú¢ÑsCóŠ¢(Šªª‡Ãï÷»\®ÎÎÎT2ÕݵL³¦¶f:?‚šT 0.TU•Rfb¨-¥¦i>Nÿ¼’’’X,FKKK‹ŠŠ¦ss‘JÀÔ4–'CMÀV”Lÿ¨BÓr.àv»#‘ˆbš¿«ëJä¿o€§ú˜JávèË™²¿ñ¦ës£Gk–KC_)€|RT5ô÷öz}>ZÀ•Nyè}L&þ@0çÛŠªøý‰xÜW0ínœ¥Y.}¥À”UXTèt9uB}çrºjëZZ›£]]¶¤ÇÀÕüg¶"R‰Dkkóœ¹ó CÏùW]]ÓÚÚœJ$¦ÏcF/Ø,—Œ¾R`Êêïë/õzÝnÏD>“Ùív×Ö×ûÁƒMbûûÊp¥¸Üî_xörJPUÕ4.^Z^Q‘s˜ÞívW×ÔúÁÇÆc±iòwÁf!•îõW_¾"Ûµm»´¼¬ª¦&ï—ÀÄ¡†>Jö²m;RRRQyý´úÆ»`³J|è¦í·\Á­ëé´žNsL|ãå = •¤RJ‹?eUÕãõÐLBš¦†qi÷~‘Jq• † S©ÔÄ?†\0’:œ®Ó';‚¡ÂKX}”{ð%‹Ihî¼ùo½±wÅ5«ËÊ+"ÀdaFGûñ·ö½¹dɲü¦R`2ª¨¬B¼³ÿíþ>žÐÀ$¢ªj0Z²dYye©Ó%˜f²)˜:¡–&© •€T J@*H¥ •¤RJR)H¥ÀŽ‘>´ & }¥ •¤RJ!F¹Û‰Û0aè+© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •`*pŒô¤m0Qè+© •€T J@*H¥ •¤RJR)H¥©¤R€T R)0œcÄO$€ B_)H¥©¤R€T R)@*Àd1òóJy`)& }¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥˜¦¤”Š¢Jqµýµ¤ªÉd‚v`ʰ-+óO*ÅÕ$ µ}pl` eKIkpU“Rš¦™L¥ñx0i1-…Ihöœ9ï½ûî¼… ƒÁ ­ÀU-3pŸˆÇ¼óÎ¢ÆÆ‹N¥¿|ì'4"®”HIéÂÆÆæÃ‡cý}¶mÓ \ÕTU C‹Ã%¥—JgΞMóa¼ð½œó‹Š‹ŠŠ‹h.Ǽù ¯ŠzæN¥×¬YÏ!˜úz{®âTzµÔk¤Qʱ¿žWîv˜^.gT|üú.I¥ÓËäçy¥ •cO¥ï55mÚ´yùŠ•Ÿ¾ãŽh4:‘U”RÞ|ó-gÏžÍþÈ0Œ¶ÞÇǯڶmÿû3ø¿••UWWý³íØñ³5k×Ý´mÛÞ½oÜö©ÛDz_—³ “Ù%ÜK8;vlÆù]€i—J¿øÅ/Ý{ß½oí{sÅòüå×'²ŠO>ùäܹsKKs•J¥„Ï=÷üæ-×­[íõ7l}¯©)³J]}÷¾õà]wß³aÃÆ7ßÜ'„8{ö쒥ϔÙÒÒ²yËu™é;~vëm· !‰Äçîº{ãÆM›6mþ_öç™Oo½õ“;v츄j !>w×Ý›·\·båª/ùÒºž™ù̳Ï^»aõ6lܸéÈ‘#ßúÖƒ·ÜòÉ;ïü¬bûö›3‹ýûüÇ5«×¬Y»îŽÏ|¦««k¤¿úg6÷gþ_üâ—¶ÞxÓÞ½odfÖ7̸ÿî¼ó³O?ýtv%ï½ï¾–ÖÖ¯üñWo¹å“7ß|˽÷Ý?l£ÙëÒv!»m‡Õ-ç† ; 9Ï¡þ×ã^xΣ3ìàf|ï{ßÿú׿‘™~ë­·ÏÃa²Ûv¤3ê§?ݱ|ùŠ­7Þ´cÇÏFoçœK@*ýЉ'ª««3ÓÉd²··wèýýýË—/iÏžOú÷nÿÔí÷ßÿ¾7ßðûý?þø™3g¾þoüò?ñÊË/ýõw¿ó•ÿù•Ì*ñxü†nø×ùÉ7¿ùï|÷»£lýõ½{—.Y’ù!/ðù^|q÷îÝ/|ý/È|ZZZjZVGGÇ%Tûû7/<ÿܾ7ß?ÿùÏ…§NúêW¿öÿùŸ_Ú³ç™gvUTT<ðÀýç׿~ü±ÇþmpÅãÇÛî»ïþ_ýò?_{õ•%K–Ü{ï}£ìÔøÕ?ßpýõ<òðßÿÝ¿üGdY–"‹mÞ´ù±ÇþmÑ¢ÆìJ~û¡‡ª««}ä‘_ÿúñï|ç;ö8ÒÁº„]ÈnÛ¡u[±bEÎ ed…‘ÎÁoÞ¾ý‚…gœ÷®»>÷Ÿ¿ü¥®ëBˆÿä_þàž{²·;Ò ½×Ç·=øÐCO?½s×Ó;ûúúFiçœK0}äçÉPn·ûÆ­[…K—,™3gNmmâãK—¶·Ÿxéå—£Ñè]wÝY2‘Hd&¼^ïªU+…sçÎmoo©äx #]·:XàX ã)‰DÖ®YóÄ“OnÙ¼ù…^ø?ýݱŸÙ{ýÆ{7n؉D„Ÿýìûöí©†9—€TúÕÕÕ'NœìÇòù|………ÃRifBÓ4·çÜ´ª©†iH)—-[¶ã§ÿš¨Î-¦ªÒ¶ÏMH™™©ëÆ`ɆaH)Ei¨¯iÏž={ö<µsç~øwOï|*³L:=àöx.¶Ú¯½þú¿ÿ¿úé^¯÷‘Gmim½üÖÌÞ©ñ«¿¶mÛ¶UUB˜æ¹óx<Š¢\Zýs¬KØ…‘Úv°n##Éyn ÛÙ ž}tFò…/|áÁ‡ê<Ûyóöí™8>#íµãüv'Fªaö’LÏíÚyëíwÄã±îÇRʬY³À³Ï='„øéOwlÛ¶mì5¸výú×_ýw¿û]&ExoÄ7\Rï~q÷`’¨¯¯ÿàøñL2s¹\Û·oÿöC8p Ó‹iYÖÉ“§fÏš%„øÑÞ¿ÿ«Ýß×WUUåõz¥”¿yâ‰ÌÌõëÖ½òÊ«­­­Bˆ´®'“I‡Ã!„0 cèº×\³ú•W^=uê”bÇÏv\»~ý(9uœêŸY÷¿ø…bïÞ7 Ü1cÆ¥UrôƒuQ»0JÛŽý¬È> 9ÏË?år\!ÄÊ•+býý?øáïÉ5|?RÛæÜëU«®yýõ×Òé´â™]ÏŒRÜK0eÜzû£/0ÖüGyøk_ýÚ_üŽuuu?úÑ?½ååå>òðŸüÉŸ¦uݶím7Ý´há‘"Â}÷Ý{뭷͘9c襄ŸØ¶íÅ_l¸çž÷šš¾ùÍÿ­©ªò¯þêÛ™H±oß[+–/÷x> endobj 367 0 obj << /D [417 0 R /XYZ 56.693 426.538 null] >> endobj 421 0 obj << /D [417 0 R /XYZ 56.693 406.668 null] >> endobj 416 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F64 307 0 R /F14 413 0 R >> /XObject << /Im1 405 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 426 0 obj << /Length 2373 /Filter /FlateDecode >> stream xÚÍYÝsܸ ÷_¡¾ig¼²(êóÞ’±“º×$wµsi|Z‹«e-q]}œ'û×$HJÜUÖM_.—™3’ ˆØÐ«½Ð{ñöþâê]zEP¤QêÝo½4 ÒÌËIÐ8÷î+ï‹ÿ–‰q8°nWŠj³ŠB|Ü­ÖQúÛšÅÒUÙ¯~¿ÿˆ]I‚‹?–ãÀ›±_¿yø^0±4éçMü½xè»RNì_X÷t`c-烎ÄËAÇ”Jã, Ò¢)j5²Ü¿Â?q"W\ÜÜ_üç‚À”Ð#^’Â|êe Ò0òÛ‹/¿‡^c J¹÷¢f¶^B ¢)ÐwwñëEøMCå ËËâ" aŠz|µ´G3ðš¡Mn¸ºdž‡ªÀŠæúo·˜¶á»Iü²Û0cÒnEr¿fýÀšf¬é’ ˆqÏ÷LŠë½èÓæßìi8³ßÓØõ|%þr7³õÝã®ãÛáÛ\½Kã™ÖQaZ/Ò¦¸ÛwÅMÓç-;àz\@@ƒyÝ1ŽJül«OÖµò»nøãÎév' )ÝOŸÛþqW6ƒ8¼ð~Za­¡5EÝ·ûŠŸ?¢V¨}öŒ[Üæqpè ©ÂTΜ({òÛÌïØãµ‡ûUGç ~U¬Gâ¯åø¹|ÃtÂÚ=¾ÓÖúPsK¼YI-z­dŠsFI`]jò~RĤƆSý¯69:Ëù“hMLËž÷Œ&^;B¸ˆkëcDÔ¯ˆýw¼A €i ðg›á˜v‚Sy•‘÷fì1(À×ëLl!—‰¡–©ÑhWÀéä²åñd• 0<(…pÜä´·ö·—‡I§¯ƒÙ!ƒŽ™+uÛ•æãI¥¸¶¾#äjòáöÃÍR}ì}>ÜD!YˆÂFÔ`$ ƒa$i½!$µ!Ž#Nj=âäˆrp¢Q¤p¢NòËÁI2ZIÉBŒXÌ[< Ž€ÑÀ)«þ ¡RŸºJ€*çòb„ùRøÄ‘ *CØðÚ"¦fäëБëtèÌE¸¡#$òï,tàË ØB¢dé¸qÄó­Í¯fâû^Ú„À;ÜAìÏÞ¬¬-‡ò(qÄy²ˆJbP19Cr”ÈõNmöEP’(³ ØòZ»W«[y¶u³ÖÍÜóN"ÂéѨ oË:Ó¼‡Žm¥gm™8©åá"%!d„×dIÓXÝAy¡’Q@UÞ—5Sù7L꪿§Îrÿ°èdfTM7Ü‘aBõ¡©~‚Ü ¨=kMqËûgÎÓÆ›öÄrÊ\s¯»<Šøy²è*ª¨ß™8ÌVÎÅ“èð”Äo+B ;å°ò*ÓØLýÐ…FdªÍþ@)6%Bÿ¹“2¶ì8Á¡ŒzH_=x]žZ˜Äq@²|–Y{ÇPH» ;•ü¾®ÒÄ×yÍÈA5)JӳЉû)/Û@¯»²m/®ÉyÛÕöqµ–‚…2IôSãçØXT&é©!» 6DæQ2oÿÎ:á³³`õKRÕ"Qž«> K?1nw‰l8K¯)iPM›ã—êÆQˆšw÷ähš‹~(›†3Ù§Q , ‰¬*»Â¨µÑqп`3Oò¶ûPǤËL¥/eh&í<¿t-¥½·ÝŽöºQFæ,ˆ âì€àŸºÜza²Íþ•rçG¼mó]Ìüá48òS>½[D]nØPÊË÷t÷9póêÉK±¾LHÉnÈݸ™ÅÆÙ7s> endobj 422 0 obj << /Type /XObject /Subtype /Image /Width 20 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 429 0 R /Length 1042 /Filter /FlateDecode >> stream xÚ…“iLTWÇçC¿Õ¦KTVµÃ:¸Œ 3 `M5›F›HLˆiµMI R¤­P›VÀ¢T´í‡¶.) %²Œ‚ƒ¬Û@Aaæ±@f™·Ì{÷­¼ÞÉ£ÔðAOnnî;¹¿üÏÿžód²Õ᪋Dï+]õ;l·µðÓQ©‘½*¤;a‡7pO¸' Wî¬ö&UѯQýVñå-~Þ}"‚ŸŽö´+æoÆ¿\ÔÕœ wÚ’AÐ,%¹™ÝÜìû®:¥½<öåÒ µ ì|ª`ñ[¼)•!ŒË$ãÖoçû}¸¾Q”±#þ«@NäwuÂŒŠx×úG‚”œÑ«°¦(ÐÆõÊ™îÞ¢ÁË_¤(ªƒ¢Úq)Å [ìU1ކh{o: #'uôœR@|„1_¶? œ†-PúÅÅ¥y¤Ôf<„?ö˜SÉù#ÔÂaÊJº“M%X|àÓqƒ[¡¼;Äݾ¢výŒ)Í3WJ“Õ€,Ä€@­Gl£Û>Ò•äe- 䞆.¯·6îX‘®IÃl Ìt!ðüˆB€Ÿå™œëYQû#ýÏ‹Øv: ²¼ÙŸm Æ}ˆžàÅÖñƒ,Òô9æÜK}ˆŸq`ç8[Sº[&{íÊe@? ìjñƒ–™‡ Áì›èî\.Ût+‘pgÓæ @”ÐD…}ð¯3éëßxýè§a,ñ!éŒãh™í‘s¦M%ú‚ È[|û®ëH¼„=ˆK4^ ˆïYòlýÁo¯Y»vÍܳdÊ©“X~$€íÒ$—,·¿ãñT1£94q ÖLã?ðLÁí‚„¼lusc2j?@Û´^¿ˆwP™GÛ„‰êŸð¥ñu½±N†£M´å_¡ñ‹ÞçÂòy&O'(ô(é>ÄNm†\Kcr¶{3‘ÂŽFxLA’eÌe`,çi²†ÆaŠ~à§)<“ÄÓ)üñI h ^¨ î*UöUtÒý@KöÿÇ:î2æ| OÒ‹y¬ó‰ìw´hžW†´…ÞÉŠ¨>¥îû}ï`ù¾¡êF*…îeÖù¬˜™,aºÓÄ¡dQšÿjÈßT•VŸ³½.[ÕômLû…¸ÎË:ãµÄþ?w ”¿×ó‹VÚ ±Ó])ôókSµU§7^=¨¨ü,RŸ©Ñg©ï¥y˜ÓRÛúcœáB|WÙ®–ŸµWµh³·¿ìãeé¹ÁŒ¿Ò·Õg¨3ÕÒò²ÙêŠ/vÞ9©íü5ÞjÐ8Z¤i§hññ‚íáÒhÁ˜jŽ}p*ªþ¸ºö˨{™ê†ÜÈš\¥¡L3oŒí ÑúÖÊü¯ RËmÆXksèàÍ“ÊYƒb¶-TœUŠÎ7EþÿkpVýõÿt~ý endstream endobj 429 0 obj << /Type /XObject /Subtype /Image /Width 20 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 291 /Filter /FlateDecode >> stream xÚc`ŸDyT0ûÛÿÿ_üP„ÊÿÙ~êÿd±ÿÒvý?ÍŠRýÿW“AçÿeUFˆ»ýÿ¿* òïþ¿ûú­ $ÂÌ*lñÿojÇ£ÿ ðïX¡hØLþ¯ Iì„sÁà3P¡Òwd‘ÿÿþ˜30~ý €šÅߣ‰]b`x&öŸ‘ãªÈ¿ÿþ þ¡©ëf`¸Ž®w ÃZt±Å eèæ10è¢xãÿÛ †«øÿ³Ÿ48¬z ___ä RÁCÿ?¯Ë0daÀ 8¡8 &Æ åƒh.(͉„¹Ä‘õÂÄ`¦*‡ Ø@ñ •±Y¡|˜8+’ùlhj`ncCÃ\P9˜ÿ؆:5§ ÷ endstream endobj 427 0 obj << /D [425 0 R /XYZ 56.693 815.761 null] >> endobj 23 0 obj << /D [425 0 R /XYZ 56.693 354.431 null] >> endobj 428 0 obj << /D [425 0 R /XYZ 56.693 326.046 null] >> endobj 424 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F64 307 0 R /F52 247 0 R /F71 414 0 R /F14 413 0 R >> /XObject << /Im2 422 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 433 0 obj << /Length 1614 /Filter /FlateDecode >> stream xÚµXK“Û6 ¾ûWè(w,F)‰Ê-i6é6“¶™xšC6yE[¬e¹Ñ£nýë ð!K²7ÍtÚb  ð#ðÜÐÛy¡÷fñr½xö:½ŒdI”xë­—D$I=A3¸ðÖ…÷É)ë¾;˦Ìëb³ŒB¿,—A‡þö¥¼1ã"o—Ÿ×?¶¥$‹c³ø§¼ïTÕ·Á‹}§Žµ¬o)½]²Ø?Öaíú&GÅö$›ýYö;Ô©'ÀÇ„¡qúoÖ,!À‰L¸ÑqE„ îà{'u®$!æ¨f$> >T³P¤nµ:8ú„œŠý|#·²*'œ1yêŠ iÏz9p¤k‘v _b!Œ!ÃTá Ôiš^›fbfš¥Ö4ß`´!†ÊƹŽr\­Yùö¾™1€­Œ´=áɬKõEèÆëI7.¾ÞèhnÄ ÒÕPÄÚcU]øÁ²ù÷JAb@`r>= 4iáÀŽŽ›JiL»#d,˜0âQ$FòÝÏ«ª5Ÿ­²š•Ô mv_™Q‘×µ™Ú‚#›i0ü–Ô7ɆÊ}ƒ‡—vïQwqFšW7A‚S!U§tÌ!±ìÁn÷Ü|™{ˆÅPÞ„-©ÂoŽ)_ž HbªQ¸ùYýÓÜà„Ý»væ.]­p%B¦Æ5WFìàIv1Zv ƒ"¸…Ä4RÔP§!ÎGõ|„+ñL O°$d@àÿ)×ܵ†] úšròqT‹ãƒê†i¥ -~ü5ä á–ìwÞ·;©‘-¡#¸¦*†/èÍUÕ³†ãg½ƒ¥ª¶rÎAX(C*¦iuøæö,IêzŒÖÐdZÙz™Â·¹îaR7©«Y‰ÁïúÀ³Ý臋-×sav5×Mä?WÐÍŠD|=>"Q–Õ, ð±äž”}CA9%qh_.ÐÃ?ó$õ$OˆùŠB÷‚1Ïîž-Ã3ÅmŒv¿~‚Rxƒ xð9¥i@ õíiI ²5çþ:lŽ–Vƒ Ÿ‰WÜ ”q«ŒvA92Ô¯ÎhéðC±Q7­44 b;ÏÝí¡lhC"ÓÂi=iO·!hMZk³êsš¦pNÕNÙÚ3­”~,ßä–]%/øœû<6E-çñ4/BCÌ—ùÀçvb:_0Avغí=lÛ]Ü?ÇÒ] CÒxsîµ7õóÙËñª?Ð[òµw&Ž˜ã‘·à£qqžËC@9Á×jö’ºy`¸sr 6MÒ[àЛAxþ‹?Fü > endobj 423 0 obj << /Type /XObject /Subtype /Image /Width 899 /Height 529 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 53285 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 899 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|ÅÝÿg¶\oº¢Þ«%Ù–åÞ»&c &’@èá!@~I B5yÒHxŒ©¶qŒ{ÁE.²eYÝêõî¤ëw[ç÷ÇJ糚¥“ŒÛ¼á%ïÝí´ïÎÌ~ö;e¡ 2™Œè!„`0 ƒÁ`0ƒ!„{RåóùAEQè(Ѝ lG ƒÁ`0Ì €]Aö€‚J¢“¿žb›ƒÁ`0 † •¡T($IJ2” áÁçÿ‹ ‡Á`0 ƒFÞ|j%EQ4MÓ4-ù:¡J¥jjjâ8ŽeY–eüó KÖ}7OÇÆÂ`0 ƒÁ #|y `-{íÑŲ. V«­®®fY–a˜ÿüÅC÷ÿÐÜîð~Wãîÿu—íyVàX‘g”–䘹GdaŠÁ`0 såbwúxAìçŠ$LzÕʬSþùÁ^~h¡B¡ËåÐ`0”––2 óÀ‹Ÿ=tÿOm^€Àx›öþÓzèÿ¦IŸ1&Q©3Ò29 a£Íõéæ½vÊúÙG c<Ïs$’Ä׃Á`0 æÊ‘¡í.ïÙ‚ýœ“3ažQ§••?X(«Ãûý®-/?´P©TR$IJ“D–,€ˆàØK3fOÎyò×wG(øÚ«½ÍžßæF¹99/Lšs¢àè;¯/æÇý´¢äDƘéÓ–þ_r ƒÁ`0˜+—ßæð”ß5oñ-Y ½žSVß±së†ãæ"tÊ8@aÉb†$IyôèÑŸÿî_«îyÐटO>ŸÿÖóhˆ@‚HÈÎ6Äös®áLUÛ’Ås¼±s*jêßÿ§ßÿ§ë¶äͽ'!#_xÌõ€("‚€E¥•ñ1QÚ±ïÀhÐËËÌþ#… ¨HÓèìŒDÛÔb­8WÇr\„A`8¿?0wÆD’ .°¦¾ œv‰Bc`fßᓽv˜Üa7B†JONHIŠì>X Šâ¼“†+ÏÕÿ§ûXa1 5)>-9þòš!TSßÜÔÚæ÷3IF´¹™iM *’°+Ø•P£v(¡Û—ãÇäFèµ {I«4sÅÒÖá)Ø÷ÍÌ7E5ýœvº²¹ôø® 3—DFhBC.8ÙO¨Ô´ô^CE5·í§)rLnF\´ÐØb-,®HЉX:+Ë¡êÐP€»ûèwŸ½üË›;×λ<é@¦1øJcN>ÓÒÜl·Wÿvû¼Ÿ??cÞW[=„ñyðO˜ëD†Ö76×5µ=¾bÂŽcÕG*«s2ÓŽžÙôÊJÀéªÖ×?=6jDzyE寗W@œªû¿ïÊGe§_T%ÄèÐS¿YbÐ(Μ³šõÊh“fÅo×M›<6T+ „º½c¢¦¾iLŠPXÝž !&Ò|¶´lÓ++Kjl/|t|^ΰÊ)°çàQÉPm+:VYWßÔºæw7ÑyûïÖÍ>qèyþóG‡) =ÿ§Ûï²JYýlgñáÒúÔÞÄèc:„À±Â3 Æ'þÏ­s£ŒêËŸ³®ù®$-9yàbt€, ‰Üó¥'Ãn–Ý}üܲî…}æo;¦_Ê^º*Á\É¢Aìoîf¤Q[ ¡¤â‚¡ïþjy¯A}}s_¡6nÛÿÔç¨ÔíE(¯ªùí}sujù_׎ŒN „ã8Š ˆ »~ÖdÌ.:[2/kà|¨r›ÌY¡¤©sMn½ZVÕèöñtËéÝù9Y¯~r >gyʨi"V¢˜ë€su Çŧ'jUt^šå¾eyï®;üutZ”VNTÕ6.šœ¼C#N—T¶YíòGj5ªŽ×É3¥ñ1‘™éÉÁ€¥U5ÿòƒFñÒ‡ZÚ=c3c´jYLL$Ãpßj5j…Bn³wäåfÖ7µ:œnQä2yZjBeMý ÷ÜX·kCcKÛ”ñyçU‚ˆŽžõùý"B2 °µ;ªk<^?IIñ1Uµ ÁšÛbÌë÷”X¾(‹ID¨ÍÖQS×àõ(’ŠŽ4¥§$°,wðh¡Z­T)•íí¹\6*'C­RDQùÑ̬­‡¿ ýFÄž¹õxýGO™Œ†¼ÜL¯ßäX‘1B?fdVh©Cól6E8:Úƒ"Éåñõœç…ⲪP3F™¡Ymh±Þ6=Yz𘕟´~OyrRÜ¥3]ÿù)¹zæköž\=ˤSÚ]þú‡9:!4TßJ´+ÇÆ‰w­û`ÕÔsöSþªƒ¥ÞCÕž’f_R„,@ëH}Ì97";Yo<ÛÔPâsÏP¨õøÂc®y’â>üºðö¹#n›“ñÛ¿ï&äãƒn !X<%ýÃoO-˜0­ÉæŽ5kN—û±[ÇMÏKüŸw¶;]z%áßôÊÊoU~u¤ pâtÉ+¿˜©<û“ó»R|ú]±ÇåÜôÊʪƎÖvÏÄœ¸—×|pù¨Qi‘4EÚ¾·žúû¯—ª4`Ó++[ìžÇßÙ1yÜhé¦[XTúÇŸM‹5keÙîòo9X~¬²N)—”üó÷MOŠÖ³¼°aoéS·_óß}ëìY%5¶ï×áy!J‹^ºV¼Eëñ³{NÖ®ß[Bâ¦WVÖ¶8­®ñÙ±Öß«²DÅ]TŒ{†”rú¦é™ï8üõÄé’n¹=TrNAr›^Yy¢¬ù­õ'´2bÓ++O–·üñ?û»•:˜çƒgÑÄyiÛÚT×3øÛë )<¸|tÐŒk·Ÿii³Gv‰?QDGÇÔQ3ìNßéʶ9ã’Scu·Ç㽦3šcêûÊÛã5iÈi£\^æ×ïïÐŒÀMû+s²Ó¬¶Žh-HV'ÓWqlªþ¹»oDôíáÊ·ž~æœõåµGŒª§éÞúâ …Ð ùÜ¿÷¾ð³é¡Wí«ï÷uu®QÉ ±J=^ߨ$ý„ìØšfǺ½2šÎIÔ=vÛì`T_î/ˆÐ÷°I%E\0¦;1Ìu娅PjÄ…£¾¾¹Û™¡ŽÒž¡Fd¦¼ñѾ'WÏ4锿þñ,€Q«´»üo|´oDfJ·P!ž"BìrÞ…ªÌ”¬p÷ó¿î·÷/«µ£ÿî˜1qì¤y)Ç ‹NT§Ä —69‡&L8XT³íÃßÞøà»øÂc®yªkï]–¯–§*[+êÛŸX5åÝõǤŸXN8pºnÁ„Ô†6—N-ÿb×ÙŸÞ˜P)›”OÏK\49ýß_Ÿúù²1€íG«¢#ã¤æ–œ»vû™'î˜dÐ(Þúì/ˆ?[žoÐ(‚‰¦ÅE4´¹þ½ådNŠeBvìg;ŠÏÖÚ"õ4-ÿçæ“O­ž x÷‹£œˆÒS¤8&“áÀ©†êæÁÊy¹÷.sê­mxöþ…Ž_»½ÈÇð*Å…1„lÀ!ˆ"à¼OÝ5¿Ãøû¦“rânš‘Å â×ßW’¢õ{OÖ6ZÝ+ææÜ6{ćÛ˲3SƒaÝn¯½Ã )*®Ë)T¢{¢¬yùŒÌ-˃AzÉmÅ6©³êæÆR©úÌs艨7_,€aÙIy±˜Q&ؽçj¤ Ëå²±™1j%½½ êTEëœqɳó“×í«ÒÊÑ¥0Ýß7Ÿž62º[~ O®£ÃåÉN4NW¶Ò •4¹6)1ÖãõBÎ7À$þõÕ™¾*˜’à~zc~‡ÛÿéŽâyIÝLÖȺUH†‡NÕW7;B®Z륨QI ±­¶v:=&r™Ì¨&Ÿºkj·¨žnè+~)÷Ø'й}¢b¿£óõ‰.˜u~ÿw{ô*ÒlD"zcÍÞ_ÿxV„V hwûßøhoJRb¤Ùèö±½úDA `Ș=ËŸ1í+ã{âåµ9¿höL“‚.*,TÚæfÇ%Ž4zæ«Ì©úÑSg?ñÔs¡1˜k•ؘè¯×Zííß2¾èœ}þòÔä¬Ò¯[U.ŸžußcJkmçšm•$lÞÒZûÌ1‰k¾==ed|eC{KG *N&µ•Z}¼°:Àð@ž®G®¾a™üfsøÞ^wÔl4ÅGxo™5bθä¸H]eCûéŠæ·_DÀÁ¢†Ìôdƒ^+Å)Š¢ËéŠ1Ç,š®VÒ4IH7û(“† à–ýå;N6š# "bêê[‚1„Άä8~Bv „ð›C•‡JÚNU´þ}ÄÒI9qÒ}½¡Íµq¹I§X17ÇbPL°ðx¼r˜™kx\á¹æèèÈn²æ³ÅsÆ%ß:;;øM¯¹­nv@¡)IR'Ê{Ï3Br z°vøA3;]—gÊMìÌðö#5¿\9PZck¶{|núè„m)œ;;ëR˜Ž„nù9QTŸ’š&ÙSÕÙ"ê22²Ú:¦ç 4 A‹kì½V°¼Œ(ÀÖÃUÏ´VÔ·¿ùØB@Ð[ÑÍt"B$<_!ãcbÝn_Œ9qéԌЫ¶·°nxkT罊?Ÿ†a'ŒOíË }Å/U |ŸÂ\‡>QIÿ]ôd©u=f~÷¼g(·õ³<€ç}€€ŸåƒñCï[Dñ%ÚÍejšýKuÎÒšÞšž™UúC©Î””Eª•ç8sdZ'ÓUžÞýŸ $AâQÌuBLttlLôÿm/´˜rFXBjéð,o›óÍ¡ÊP?RltôæeOÝ5õ—+'©•ôö£ç¢,–Ð&C„¬!z¬ ±:|J…2)!®º®þwÿØ3&3*1JÏ’¼¼ô¨ç?Ø‹:‰`œÍ­Ö£bLHÝy¬zýžÒ›ge-˜J’D¨{ !€‚ Æ@ôæ`ì9oÈíc• ™Ð9.Dt¾ëp{|I Êss-vÏÖÃ;"#-Ý”¨ÝØv¤jÉÔtB)½æVìš ÏrœÖ¤ fl`y†½§Iª®ífÆ‚’¦`†wœŸxæÇç²ÇeE]"ÓÙ3?ùâDVF@­R•ÕÙ£Ó£xæDM]#Ãé6è5ƒº:}U°Î‹‚.p'Ã.ßawË_X!E$Î×óªA†·Fup¯Îï^'µõ>Ó áÑyÌuÝ51¥ÿUð“'äK~JŽCC…8,Å~<©ÝBYmím­-O®žeÔ*ÛÝ~@„Vùäݳ¤L³14T¨á%Ús ¼Ü’dJ›ËgÊŸju°ÆäЧ:1iþü…<¥ÞôÕöØÜùyËæãµó˜ë„@JRBÏC‘Äg»JÏœ³UwÄÁ³ zݱⒶ︬˜Ë8U—•5b°MÆåòdÅGDdÅç¬Uc3£uj9ÐÇp&rÞød»+àvFÝùˆIo€“Ñd^z§*(iºc^îÓ3,ï °Zµº±±9ƒÍÉØƒ] E”4ß1?wÉ”t——™”VŠôT `q"-¦3õ¶›žþ —ËGçv–4´¸$I®Û]²`B*ER—Ôkn;\~ADéñƱé‘K§¦Ó% ¢×<_%{ Îñ¨´îfüîXÍ×ßW(šZ0.™$‰ÝÇk7¢Œšû–™=6ùóg/…éAèyYyž—Œ¦R)ë¹ï‹ê§ŽJxíÑùû ëNÌ÷æ'G Jš~uúªT§*[‹&§¹}Ìô¼Ä ££/ËwwcôvÕˆ>®NØ5*D5w*Lš¦zê¢6Á÷)Ìuä gïg|ðdÔÇè|Á‰Sý$Ñ-TCCã3÷Α–(½ñÑ^€À“wÏ’0ýù?»ƒJ´gK¤úzî Ò¡y¨¢méÒ%ÉñB7h”!( ¡ääÄÚòï“GÍ!Hˆ/<æúT¥!âB…þpy‡Ùl¢çüýN÷Í÷•÷,ÍÛªN¡ÒÀîeÐEUÈãõ­œ=?‡„°¾Íõá7§-fã†=¥w/õÈ­Ž•6½³þTzZ2Àl2î:Q763zéÔŒÑi‘5ÍŽÈ5 Ã^^sðŽ¹«oÅò↽%*4†¿nèÜ €$É^]{hÕ‚Ü~4Îãg7ï/ûr¥¬÷©…Çl6™Í¦nß_h(@ÊT__qó¬’ÝzÍ-%W®ÙzzåüÜo»ÿTý¨´HÉÑQ–^ó|¡:ƒ©gp€ÇëífÆäÄ­V(+¯œ=6°õp¥G)dòce•·ÏË?"ö½õ—Ât žù‰‹ Ú-=-ùý/ Ï59æŽK¾eÖˆ+œ©nóó"$quúª`.†ø÷–“+çç®Z0rç±êÜ Ãñ$A¨µ¦^-J_uL§Ó{„ºPH’ìÕÆç´ZMÿñãy¢˜ëH‰B8¨“EÔËŠ¥¾$l_¡ŽwzYÀí5š£¤ƒ'WÏÒ©å цn¡BŸ;ajjêÆŸ|íóU÷åÉw¿£TFU•æÅ%e ÃŽÉË% <x¡¨¸T£Vef¤IqÖ761¤PÈããbµµÕfojnA¯Ó¥¥&#äyþ\M×ëU(2™Ìét%%Æ›Œ—«¥¹ÍFEY¢£"CcHLˆ MÑáp6·´˜ERFC\L4ÏóÁ8Ž+*.U«UÒPò` ÕØÔÒÚf%8fôȾrÛÚfmiiƒaŒÐ·Yí:­&=-ÐWž¥,óßkð^ÍÌdyE•ÇëËÊLS«TRYt¦DDâ¨Ü·×s)L×~¤<´¶Yíí–e jÕš¤Äx’"uuz­`ííŽÑIš&«KÅeS3&æÄýkËÉ“ÕîH‹¹WÓu3o_WíÕ¨öGMm½Ô¦z BØü¸³Â\?è5Šm_­àõ7,»Õé =”ÇÇœ)>KSdtt´^¯8Ζ––¤˜ˆÉyYß—´††p¼xô»Ï~µzÆJ´¦¹£[z-Õ§N¬7™"Z[m$ç™2sæÍ7/ßòõ¶ÝûAHòÛs%PWßp÷‚¬)#ãå4iuøv«þ¶ .%9±¯™– æjA¥”ÓñÝ×ëãGL YŠÃéi(=´`é­/úüÌ ˆHR¢T·‡ïn£’G ðvLšµ æÔŽ3e…7PXT9;9o~cùa•.O¾Á`úaTNö]ܰ˜Mñq±¸½`®âãÖ|Wö2š6FD$'%HÓz±q0˜«¯/ TÈæ-¾eçÖ }Ÿ6oñ- Ëûì*”‹ÏN'ý>ñHÑö‡ù,`Ò”‰"B1“ž|ƒÁ\ŒÜìý41 ærr À2ƒ¹VĨŸ1êÕË~´²ŸsŽ÷vy(øPÁá—‹øDC¡•šéw¾<À“1 ƒÁ`0— »Ãs%‡ ¾»S‰ŽÐÚ6nÛ/ƒÁ`0 æ`„ÖB}¢›^YÙn·ììÄ`0 ƒÁ\$ohcCý?ÿ±@`‹`0 ƒÁ`. Tϯ°OƒÁ`0 s)€n¡}¢ ƒÁ`0˜ËV¢ ƒÁ`0˜ËÇ`0 ƒÁ\çMNI9jtÞ˜ü¼1ùo¿ýN|B¢ô}ð`ˆ„Æ?qÒän¿VWWÏ™;/4EQßzûíÁ¦rëm+>ÿüóàÇöööÔ´t§Ó9\¥è ©\#²sââ¤ã×^{}€a‡%oÉ)©óæ/~|æÙg#£¢KKKÃHt –¿Ôö -WSS³tìt:cb㮄\a0 ƒ¹(ƒö‰nÛömlLŒtþø“nI¿øÒK@àæ›oY½úîG¸lÙÒS§N55wzѾøü‹ÛWÞZœž¥øà?ÿùÓŸ^lùê«è˜X‡ÃX¸ð†²²²¡mݺõӧϘ1sÖª;ï´Ùlý|)áõzï¹÷ÞyóçÏ_°à™gž #Å·­øâ‹u€;wNŸ>M.“Ißßsï½ Þ0eê´z˜eÙP#3 “–žñâ‹/Ý{ß}sçÍ/((èiùÁïÕÈ Ã¤gdþþÔÕì‡~j£”«gŸýí¿xpÉÒeGŽÅ}ƒÁ`0?<ƒö‰.Y²”$IÀÇk? =!ÔÚÚúüóܼi£^¯/,,|ô±ÇvîØ1Ø ãÏÌÌüxíGuuu/ýùå=»w™Íæ§Ÿþ (4ÅgŸyæ¿ÿýpÆõ`0Ž.…B±dÉâu_¬{ôÑG***šš›gÏšt¸öZŠiS§>öø/BÌÏÏ?pðàôéÓ[Z[333ë`C Buuuÿïw¿ÛµkgLtô+¯¼úÿ~÷»¿ýõ¯½~,ïÎ;UJՎモTi¾½%K¯¼cÕ3ÏüæóÏ¿øÅ/~qðà÷’Oô/o¾i0O?ý›O?ûìîÕ«ƒ‰"„<ÏüóŸ}ö™½{÷½úÚkŸöY7Ë6x¯FF¹ÝîÙ³g?ÿÜsƒ-Z°Úˆ¢xÑÚÌÕ¼ùóæÎ™SUUuûÊ;Ž9,Å€Á`0 ær*Ñþùæë¯bºFÏ»qààÁŽŽŽ{î½OúèõúÂÈP·ø=:sæ ³Ù ¸ãŽ•ÇŽ–bß±råSOÿæÑGùü‹/n½å–P Òk)233[[Z\.×±‚‚§žzj÷ž=IMžmÚ#?|çw¿q8±±± …Bů¿ù:xB®oh$¨›åÃÞ—‘û­}ª6àb×1x² ë×o@9r„ã¸ääd„Á`0 æs }¢ÑQQÿß¿=ù«_³,+Šâ¢nÈÍÍl$‹/‘ÜT€}{÷$&&>öØ£+n_™¯7è{ž¿zõ]³gÏ6[,›6~9¨„V¬¸í7ß|þùçXЩӦýú©§§OŸ˜:uÊÇפ¦¤ Å\ /üñù[o[HLL|÷·ûú2HqñÙ?½ø"I¡?½ðGŠ çò‘$ùÐC†~3göìO>þäλVk4길¸Æ´üŸ6ØàÃRU†˜„N§=[rvá ‹ü~ÿßþú>ž$ŠÁ`0ÌLMMݸqã?ÿ÷¯ï¼ÿ·v» À0 ¶ æÚ†a˜¼¼1¥¥%Ø ƒÁüÈår@cCý?ÿñe7ÝŒßö‰Á`0 ƒ¹<à·}b®Gd2YIÉY\Õ1 ƒ¹¼`Ÿ(ƒÁ`0 +Q ƒÁ`0ÌõÇ`0 ƒÁ\1J´¦º ÛƒÁ`0 3ìd猼ˆ6c66ƒÁ`0 fØ‘ö íO‰ú|^l& ƒÁ`0Ì¥¯XÂ`0 ƒÁ\ðŠ% ƒÁ`0ÌåûD1 ƒÁ`0X‰b0 ƒÁ`®'zxtƒÁ`0 sY”(Ö¡ ƒÁ`0˜<:Á`0 ƒ¹< óè<Ã25µÕm¶Vž@Ò2|„EQj¥Z£ÑêôúhK4A]¾W8ìEªí8óá‰g””æÖQ¿N5Žý!¬áí†Á Ž•R)—+ú:Áíñx=žèè諱tÇåq±«­P¯Õ©Õj|Ý1—…ã'Ž?*Â@ï¸5aÜıùc±é0˜þ”èPôÔ¹šsÆcþ˜ñq·UxŽçY–ini*<¹.#™Ô*xß R9‰PÝ( a§ˆª¨*kï°¿ù¨î¡gܽ¿ñÿÞÛýøò¨ç)ŠB!„,¦È¬Ìl­}7mÞ¸yËæâ¡V«u:\&r;eòÔ… âZ…¹\ð<ïr¹}¾@llL¯'ˆ¢èp:(’òùýJ¥2<-Èñ\¯½Fç“'@4EëtºKQ@{G{tT4I’]‹ÐÚÚªº4JÔãrù}>¯ÇÙB¡Öh*•ö­ÃÑno·?p<§Ë £Ñ`Òjuûli1I‘é©}®äWÇ>þè4-x }ûÝ7ó‡[‰Š¼› ´ør`®%:ß^sKãø±L@Q‰¢(‚ËäiqÖ4‹“õøí;”‘Ïy[^ÒD: |@ŒO†–W•iuÚÜœÑ$A@!„ï}Д9æœlëÁ²Óãò'!Ašj‹KÎäŽÈ¬ݼeóM7Þ\UUåóù˲Ç ‚@Óô¸qcW¯^-Éî@ ðÞûïݰ`!Þs¹ðù¼Æð^§WO¡ÓáˆÐ’øýJ…"Œ$8޵˜-éš›vxî‹€ßá躴/Ï <ÇÒ´ ˆb,Dz µÕ’&)ÚaT(UCL”e˜†šZEQ ¹\¯×#„¿×år¶··A"!%Y&—K]nWm}µ^«ÏLÏ’ËE8Žs:µuÕÅg‹Ž™;k½Ý^\Rò€E±ó¦¤ G2߈žO¢‡”¥ëÍ”¦{¼mïÛj^%¨ä1#•ƒ³°Ùm11±.·ƒ$)ФHŠ¢.,I’  ( ¢àõ¹•*UKkËÈÁ+Q…BÊ”žtY–¥iZ¥RAH@H r™áÍ0C#Œv„aY A’Z®ÃÑqÁ`n»£Ãd¶yAd9.¼Š*ˆ"@E«ÕÚéç ùÏl2#$W+à8N«Ó1,ÓÔÜkŽŒ$ˆ ôuRrŠÇã©khЉ¤e2ÎåJÒ¶¶6‡Ý®Òhxžï°Û#ÌfƒI§T©~ŸÏïóuØl´L&W©ìV+`(b´¹¥ !0iüT–eŽŠ" ‚”ÉäBQý~¿( J¥jêä]qЗ¬²ªrÞÜ’Æ•(BHRžèÎ1jTÞ¿>øûœëI‰¥ÝASÓ2$gˆä°€B ý :FÎ þa¼G8›·*41–äÛÝmgÍ[õ±Kqй”hðy™aÝ Dy©ŸC’C :µ:XÇ'†”µ2Íœó ˜PZrÏäò·ol¯þ¹6ãØ r/Š¢\¦8WSÕ5BÀ ïRÕ5ç\n‡ HS„ä¤TQÃJ¾Oš¦yž—Ž»ü£Ò @””îž:•”+F¿õÝÈ‘¸za Œvw^·±œ(ˆˆõ:}]}V£‘œa–e‘€r˰Hja9ïEQˆ¢h2™Boª]®Qq¸Æ‘(i'@‘dmMm_§)•ŠÎžFDa'ÍöÖ6•ZíóxeryjÖ™LlÝ4-Óé &scm-ãÈdò¶æ­N'k’ƒÃÙÑfm>u–ßïã8N.—;œ5µ5^¯;`¢"£bbâLFS EA¡PxnУº<ÏSøzä¡Ðïß{ç½ W‹¢àGi‹¢(A®«U˜CiwÂsUñ‰*ç ÃgX[ÅëqÙËEÑ•yKCñú˜%¸ Å\J´‹Ý;¿[´dÃ0Áƒ‹+Q^Hãò]Þn¸(y’ßöL=@24¼>ûFJ5&Œ›"A<ÇÇÅÅÑ4-yFCOˆ²DMǦæ&žÂ7”DgP}JÒßà9î²2ÅßÞ›zO:ïõyà³ÀÕ a´» 2Íó„@&“›Œ¦öööÈÈHé'{{{Td¤ H}>¿F£ WŠÒ­Ôj³$Ÿê\²Ìf3èÁ%Ú%uQ/öÓBA7¿Ó`B¨¾¦F.—s,+“Ë“ÓÓ»¦ùÁ.µ@2™,%#½º¢’cY¹LV[U•‘“3Ø©ç¡3%Åóç,dY–ãXŠ¢ Žq{Ü™iɉI.—ëtñé¢â¢ä¤Ôqùc.—À f®gO>ÿttpû·A,].}üvó—€%?ºEú¸eý×çü¢¡´;azzV—o¢Ó1Ú5QØ5'b¸íêwòL«Ö<Õ×±Ag¾K`Þñ; •†1¸Å\;JtÑ’eÝ.®D»îR‰à‚§? B®ŸèØìªB—øN× ºÛ«˜uüƒ‰¢(B‚àyž$) äª =Áåv‘ÁñÇq>¿Oø¡(Ñ  1c†L&+** Þ¿ÿûU«¦,'Ç 2½×-Lx„Ñî‚h4Çaäy^£Ñ8¿ß¯T*½^ŸR¡¤(Êï$áõz¢£cÂËžÔÆ³¹KˆvýÒ0‡M‰¢N-JQ$äÅuk¸w{Ë…D)ȱlbj*„°ººšçù””š¦Ç;wަ锔”¸ÄĪÒRZ&yÞítê †A¥åp:Œ#EQ.—C&“ž>!1sê,éׂãÇÎ_lЂ H2TE>,%ô}·kk¨O&£ƒÇÒ3Lˆà†¸Ý Î/Q*Þ»»1ÀØì6€ÙdNÒ¨óæÎ f)j­|;&óGH°S”!gLöÖÊwÇ€{QÌU¯Dƒ]y èvpñ»” „º1¤!EÂBÑJq@°â äy§\;^¦ÁŽYˆ¢H@‚çùwñ¿?¡¢u³RV…žpÌúåѲOµ´evÔÏ Ÿ‰xikJ4ÔZ]]——7oÞ<§ÓÙ™ÐcǪ­ú¨(ûç­…mö¬¿¾×-aÂ#ŒvªD].W€ Èhš “Ùh³ÚcbcGl\,Ã2€n[®“$ÂGˆ¬6ûyÕÒ%E-–H õ Òâý ¶vü‚úÎéæÝfÖAõ&Cž×Eííía$çóú YŽ5˜Œ´\†b9Öëõ–W”gdd***€F£AÑr™Ádttt@z=^­^?¨Bµ¶¶¤¤¤ O¤Ín³Ùl3¦ÎDç§Eù½Ô9ÏIdyŽ ë’uÎþüç?þjAmˆSüñ'KIèÜ_öÉ_ÿÏ믾Ùí^€ÛÝE”(B—Õzøþ"Ó2æ¼ø‚.Â(Š¢Ãn+þͳ›Þx{î‡ÿÕYÌá2¬ßQh«z;ÐqÔ4î‘)¦å1@h³$¯j:{Sݱ{ÌicÏ(æêV¢AöìÚ±hñ² P‰vjP(ÝŸº¦­€RxNAɈ¯ó9vùí[U¦EJýXH(9Ž¤á ‡ ¥ÑyŽã?9ý‡9“™Tñ_„ö¶ nÿÉâÿ9ÔòÙΓÿ˜ & 1,£óV«µ¨¨hüøñ,ËŠ¢Xûñ'®­ŸMùqZû†Ö »ÃÇó'ïàäý4ùÿø»~ î0%ŒvŠÅbimk3›Í<Ï+J’"m6«! ícÁqœÏ狎 [ûΡÅb ݪFú+IFQ#""ôê³ð¶vêõžö¤¼7„ç8¥Z‚¦¤¤TVVòòrÃ0 …"99YÊ•J£i·ÛI’ôz܃-Tsks~þ8–eI’¬o¨KJH ç3~ì„ïvns8ÁùöÁ­H¸^Ò©÷ÞyÿçvNýàÿ ÐjÔ]* ‚c÷¸Ý ®ÝA8tÿ/ò~|Oö”©î¢¢¶œ,¡®¤tö¯~uvÿ¾]«ï¾yû¶aXª„DWËV[ÅkL››2æ}‘«P åQ‘oÊ[²Ù^·¡ñäÏJoNÿ]ôb¼šsu+ÑE‹—u;¸¸åyÉ?‚ ‚†Ìƒ‡Œ£õËu¯9þ)WE)5&Wã{må6D¨#²v†wS$ ÁsTEŒÇý*æ*S¢ÁÙHÞÓíàâJ´st¾kû "Ä[€¼Ó˜™EˆÕ9êȘûÎ÷ èÁàgAI>Ñ@ nÚ}ô/Îl»+¹uRÖÍÒ¯ÆDú˜g͹Úʺ’öQÞ{ hZöt«ÐÑùüüüúúú–––ä”$AX„š×7Ð^à>Óq¾{" —¡uñüЖ`®+Âhw=ŨJ©´ZÛ,f‹££#""¢£Ý®Tª¬6›A¯mãaÀsœ(¢ ˜ŒÆ OTa×êD$ðœÍjõz=Á­DAày.ŒtžyA¼ðmм ˆ‚Às\_;I…‘ÏóÏ‹QI†&%%y½Þ¢¢"š¦‚ꌌ ï½{ô¾ŸŽ&ɨc+Ϲ‹O£fÙȼg~ƒ«fà„Ñîz¢ÕjyAhkkãx!äp:½^ŸF£ ï ŸÊ ïã CRKDÑd6è´ºó[;…»Œ©WŸ¨ˆDé¯ÉÜÇNRƒON®PHz:àóÉd2Ïó•U• ÃH…e¦¢²"=-]ÚËïóI©(¿‹“œ–1,#MÕÕ¨5‡C«é](0,sôØ‘ÚÚZ³É>ñø×ç÷¡´;¡ÍÞ®‰ˆðŒÍ;xãâe7¯0D ‚˜±qã–/¿X>f´À6«u(ÓJ?ᓦŸ¶73ÆåjÌ‹‚ØzžsDÁ ¤bÔÚ*:š¾´Ví`Þø ŸbйÂéO‰ÞÐ5HqÃÀGç@ ÐcYH3$̘Póz;×É "/ð•U•lhl$ÀgÜáãÎ’´@ ª¤Q¨ŠSTÙ ö¦¥¥Í='99uè£óV«ÕårIÂTžçRV®¬Û»¯bÍÅ1gîÊøæV&ý¯§Üv®^˜0£Ý…6Àƺz«µ "„¢e²¸¤¤¶¶6’$]NGcM „Ah2™â“’‚[ ™BQZZ"ƒ»µŽA8ÎÎ}p†¶µSמÄ~y v’Òh4n§Bèóz¥µð555L€‘+äéié€ÊªJ&ÀTWWK ˜¼´½~Ë•J¥Êívé´:žçrsGïÜõ]B|B¯Wó›­_O›:ý¦o©«¯Ý±cû–߆”ïŽ×^0::14ô×~p»»Èý!‚ !Ù¹¿½´Å5€$Ižã{ú]m"Æ¥Í>ánÝf?÷—抽¦ø\Kò ü¬÷$ä…~„šÖŠÿXköÓÊcÚïµQ7ày¢˜«R‰û O×L|Ï€§ä ¼Á…¯Ý=/HCÞ6ѹži3üà‹˜ÿ¸/ð<‚â¤)'u~·Ú`v4Ñt½¨™Yi›§ðÒ’ÞœA’$˲AUÚØØ¤Õ–§¤¤LyíÕ/Žmu¹ •²9weo|ýä[oÅÕ a´; žãŠOR(f£I‘ð¸Ý5µ¦¨(¯ÛÃùKd”$L~щÙ£GËÿòô˜¨èž-¨¦¦6**Ša’,$ R¡PH›ýp‚NÓ;÷&¾°¤‚ˆE`6õ¾“TÉ)Uª» H[k›Áh’+ä$I)•ªääd’¤©)iµµµE!„˜ckm#HR¥J5ØrÅÅÆåÙgpÝ„GØ£„¶¶6¥RÕÒÒ2rÌ™LvìÐa…èØX»ÕðûžÏ? túÄ £Él W‰ö* ¥GÎHKd?[;…u/[ß p'©ÁÊëä´ÔÊÒR…\ðû«+*cårÉS»²†mª« øýIþÌÁ¿`Ib¸ Û¿ûööwø|þ斦ɧdgå”–—~õÍWƒ!6&fõª»u:]csC  i٦͗-¹1Œ„d2„!¡N!„xëÍ·C(ºM®€Ò´ ·»A1zá‚]¯¿»gOì¬Y¹Ëo•œLQjo‡[·5ìÚÕȲ·-]. ߤÁ=]ÒÃm§î2%-P ¡²½áDdÞ'‚ H#x¸/Å\ÍJ48:ïvu;¸¸å…ï5E@@ ‚]êš\Ö©D‡ð lžçƒÛËW;·êŽÕk?^sºè´ôÍí+Vnør}—urÞ{ç%H’”Ëå.—ëø‰ã ñ·ß~[bR¢\®`Y†eŽçÓÏ¿Û.vMbÃÕ a´» hƒ‘à&à÷“$É S¨Rª å_|>qÜĤ„Ä0ÒbY666vPºD„ÎNõº»Ýu>¬À‰kÿïÈw'ÔT[&Óø¼ w‡Íößÿ4²Ì¼Í›Po7ÙpÍEQ–eYŒÈ¿³,"îAoû)DƱ ø|2™LÁ»>·†Å\ J4ØD¾?°ï†ÅËÜnWð``÷¤N‡DÈQÔõü Ï'Ò• /(Ü ¥érvflDV¶ÙdùùO`º6%öxÜA׈Ëé’FçÃK‹$IQ •*ùª»nˆ0*ä QW÷Í;]Nq6/Æ\ׄ×îzc„ÇéRk4e%¥4Miuº€?`ŽŒ2šÍŽöµVÛT_Ïr¼V£aÖ`4W]DQjÅæ'%’¶A€¿dI‚$}~·%ÿ—.9½ÉÄp\‡Í®T*(™Ìëñ¸ÝnQ$IBIš8Îçó-æ‹…’$Ã3ÚäIS O®Yóá’¥ËLF³Ûålkka9VrhQ$eŒ0ÕÕÕíÚ½33#süø (¬^Ëãñ466 ‚€BçgHõò%I’‹…¢(„Û]¿„¾›¤Š^¸kÇ©mÛ NÙìVa¤%2ñÉ'o½é&€Bçü]2„'C9Ž ŸÏç÷ûåÊÖªµ†˜ù-UûÊUííí*•J©T)• Š¢°Å\­J4È`G+8Ž‹ŽŽ-:szô¨¼ÖþŠÊr‹É"„Õ›[­VQI’ úD=^Ïöï¾-)=|]I’ÁÉ^N§SQ­V«ÅbxB<ÏC›šY>0gÞ ¥R)“É@ 蜞HE—Ë…]¡˜!ö(¡Þ`hknÑêu&“QE&Àøü¾¨„x€Ébikn©Ôj-Iò<ïtºt&#Çq¡ëІà§ÐÖNƒ}ÎdYV¥Ö8;:ì6[¨ST¡T{r!ABj­–DwG; 0´Œ& ìÚH•e9„Ä‹YgˆdAØJ”a˜¤¤d$¢/7¬×GDd¤§'Ä'FŒL àõym6ûá#›|_þ˜ü„ø„¦¦f¥J©R*¥`ëëëâââ!„Ýäf°Ô½~ÓÐXo2™xžofêuÒîìöv’$xž‹ŽŒ ~9玻úÚ!IÒno ·­I>Qžç9–eý Ÿv¿c«ÞìwYƱÇñ±­µu°ãG»ÍFä7[¿vvùD“½^oþ˜üó÷$H¨Õª.%êÚ´y#MÑv›Í2àEǹ\îúÆšÔŒ$š¦%?Ë1€ë®µE„¼^/Âí34ÕîBQ*•q‰‰-M,Ë’ åòØ„Š (’„f]{îœÛéä"ɳI.—C0<#°r™¬´¤¤Ç„à >ª”ÊA¥E@(—ÉŒF“Aoè¶n©½£cØ“ƒÐ$É#¤R*!´Œö¸ÝÃ8^Ú¾”€IÓ •J£×©Uj…BNEQáP–aØ@ Â`˜=cNsKKYiÙþý|~ š¢rEtTtNfŽR¡øý’€ÒÕ¸ö3rÌ÷G¾ßw`Ï t Aj•:gD.I×Ï£uXí¥$¥¾õ΀—$™’”Ò¹;ÙàR%£iQ¡€PÅ“Ï7œý ù²NkP(J…B.“Q$)­ÐÀÎÌU©Dì¶M¦¬¬¬ÔÔ´Áå€"Í $ˆÁ¦k4™’ù4„PAÁ±?<÷ÜEÏ×jµ£sÇ@&ÓÀÓ¢húÎ;VmØðeç.ýÊå…óâF¹\@‚0GZ"LFžç¥1Viß1©QS•–™Éó¼äã'IRn–sÑiÂH M ‡×6V©ìKZ¡[Eƒ¢iЦer¹N¯£¢$ÿSp®‘´f1´ÛzIj´Z¹B¡bu  7RSS9ž…No–ôfaš¢d2™L&S(r¹\r`6WQ ƒÁ`°½fáX®¡¾þxÁÑÜ‘£óFçð¦ïB}^_AÁN›””âózN?6{î¼ä”4’ GÒqWS]µoτĔÔ4à°ÇIRÝ+áú½ecóF"L>À_®‹¢ÓGŒÍùMAV¢ ƒÁ`%zM+QŽ)..9:O­VQöKSu]þøñ‡ÌÈÈô¸ùâ3gæÌ™ŸšžvÆhšÎÈ!qèû±qq4M{œ*JÓí„V›3w´Áí.ûuQh"Ú쮃û÷ºœÎ«´j¡Ñj32³åeWiA®R\‡e¼’ uõ7‡k’k¦ÈÁ‚DFEc%z5!ЍÝÞ®¥¤H’&)‚ HZ¯ÑÙmvH‡Ã‘”š:ôì%%%oÛúÀóE{œ½Ôc ¶Ô‹¢xE4*€Få1›-C¹(—³j ‚Íf=QpT„ “§\¥¹6Jq–ñJ.ÔÕkpÜ®Mp­¹« €ŠQ¬D¯1*B $ A@"üݵH5Bˆ$É¡oKÑ´(Š"B—(Îî?‘à…‡–pEìk»êéÉår·ÛuõV-¹\ž•SQVzUäÚ(ÅuXÆ+¹PW¯ÁqsÀE¾â ’]QVŠ•èU êâ‡I®¬¼ôëo¶,]rcVæˆáŠóð‘CÇŽN?qò¤)áÅ@‡ˆéËM\ ïzÐ >Ÿïj/ȵQŠë°ŒWr¡®^ƒã怋|…Äívðd¬D¯0 Î+Q–eË«Ê9Žë]$Ñt\l\Vz¦L& #¹òò²Ý{vÝqûªÍ_m†fff K) Ž}üÑ'Þ~÷/a+QŠè”äWÂE¡® % !DWŒI¯óR\‡e¼’ uõ7\ä+¿ X‰^¥bkaiEù”)SoOLîçüÚºšC‡¾•“ÛŸºí­6”——íÞ»ë'wߣTª~r÷=®ù/Bh€b´ÿv2aüÄ·ßýË„ñÃnK ¼RôEBtÅ8h‡Z»®‰‚\3—ãz+ã•\¨«×à¸9à"_\\‰&$&9|(::úí·ßyâ‰_^ŠLÄÆÆ555†tCÅK—ú•$CQÐ/ hjnˆO°Ú[y¾÷Œ(ŠŠOhjn™3¨„‚2”¦e.—C¥ÒHb0tÏ褉“'Mœ<¤JIQDHìE‰ÖÔÔŒÈÎ~ýµ×yä‘^Ê¢øÚk¯=ýôÓÒG^?Ĉ׆Oô|Ã¥ÀeÄ…º† Ž›.òu¡Dƒ7ø7ÿò—K­¿újËeLýЍ!£óÇhµµ€®JI’¤Ñ`R*Tþ€¯ÝaDÑlŒä8~Pµ6T†657ìÜùݼy bcâ‡KŒ9zXš'¶¥ÉNSôüiÍG-_~ãšÖ<üÈý†Dá•W_}ê駤;vì@C[ùD“@¼V:…k£ âuÐG_“e¼’ uõ7\äk€®Ñ~á…?åËoZµêNÀŽ;çΛ?}ÆÌ o8S\ `&%5íO/¾8sÖ¬é3fž).¾ÿþ&Lœô£›oñûý^¯÷îÿdöì9sæÌ}êéßô•ʲe7zžÜ-õ ^¯·¯9”WécBˆQ@vÆÈ‘#ÆHÿggŒbŠ×žy')^›1*;cdH@Ô×j§ÐŸÊÊJCeèW_•˜˜üÕ×_557дì'wß³{﮲²RÔƒ¾âlllX³öÃO?û¸ºúÜÿgï¾£¢¸º€ß­ì"Q:DQDŠô.`AATP£XQÓÕØ½ç³·Äž`ï€]D‘*ÄŠŠT¤nŸùþ³Y·QDcÈýœœÝÙ×ß›ñ23;Km¡î½ñÇuêí£ÇwíÞ~ððþçϋ՗ù÷ŸGt‚ þ#$’ýû÷/_¶L(æææRÏž=ëæêææêæîîñàþýŸ~ú‰ÇãõêÕ{ÐÀA$A„„„PÉì?àèèèìì< |@yYI¼úz##£Ÿ~úièÐaîn²J©s¢rx<ÞÒ¥Ëüü||ýCzõÞ¹k7ùixúôih¿0¥)®’$»Úwss÷ôôòöôòèÙâí‘H$›·l•¾íÔ¹Ë{¨ªž^>Þ>~ž^+WýLþË©êcÿ°péÛù ~ÖÁæþýûï3ªr³ótJºü¶lýEU^ŪYç-Õ¶ßc÷úúù­Y»NiF>ŸïÐÝéS[*-~tRÕMé¼È½hÙ½¾Å\ïjñcãrž^Þ!½z§¦¦~œ†½ÿܵð9Ñyó~Ú½gOBB<”••-X¸ðÌéSzzz999ß|ýÍÕ«ÉP]]íêêúÓܹ6nŒ™˜˜hii1rÔèøøx.W³¦frò*|T_×¥KIr‰ek—5|øˆ‘£F2ZW4*;…å/¤o ô ¯®î6hmÞÉ©í¼¾­|óÚ¸iãÏä?yò8éJbÌØ ,»¤¤(þT|pP/»Î]LLLãâ"Â#LM-ÆŒ»û· ÃÆ¦ccʼrõr  ¾AìÞßzÛuîâÚÃmæu®=ÜàÞýü+ÉI#GŒ.*.LLº8fÔ¸F-J4%g2ÓÒÓŒŒ:X[>|ø¾}ûV¬XQRRòå—“;u² …"‘hñâÅ;vì¼pá<üõ(àéÓ§Ó¦O¿~=ËÔÔtñâÅÓ¦Ïøí·=$@MMmhhèâÅ‹“’./YºôôéÓÊ£pËÎwßý ££}öô©6mÚT¾ysøð‘Oä¶’ HUQ²„ø“ÇU&xÏ¿ì%’­[¶~=éKêíáƒÞ¿ ¥½8q숱±qeeeH¯>aýûuíÒåß}PÖG áÁýû¶¶¶b±8%%ÕÜÜŒúc©Ù£*7;ÿH§¹üä>R¿Îß¹H"‘4æ§àäŠ*xøpýºõ§OÅ›˜˜ˆD¢Jë¢6þ³ûþG8:©ê¦ì£^P[Z|¯oÙ—b{¹H>ܱIG¹¸øø)S§ee¦Óh´o¿P hñ#vKF¢²RRS_¿~=zôé‰Iê…††Fß>}ÀÙÉ©sçΖ–àâì\TT5$jᢅ?Í›çí墾üîŽÝ™xÙòeÆíÛ·ª(ô¯S¢Ò¯Þ¼”^×ÖÒ!$"¶Ž1! …B‹M£Ñÿ µÔô”AƒY,öóç…ÇOžèÓ«¯]ç.`×¹ IÇN4ØÔÔ¼oŸÐsçÏ}mómcʬªªâ ø\ŽfÌØ ÛvüJ¤ô>Ñüü»‰I¿œ8‰Åb3 énÓð¢¤ÓHïÝ»wßçŸNä°¡C{ö\²xÉÕä«þ~~¶;’Éb²XLuO­l^’ 3Ò3üýMŒMH‚=jt`Ïž$A’©©©ééáId;»Âg…JïLeÒå‡÷Þ½û×oܸ–‘¦¡¡A’¤ž®î—_L$I2.>aëÖ_htº©©ÉêŸW /ŸQ#£/_¹BÄÚ5«·mÛ‘›—kbb²cÛ¯t:]ͧ\.wÒ×ß”––ÖÖÖvwè¾jår6›-Ü<¼FŒ~üäIQaÑâE ]\œà𑣿nÛnh`àáá¤Ê¿L”n—ûËçÁƒ‚ _|qâØÑ¶mÛNŸ9ËÂÜüûï¾½z5eíúõB¡Ëá.[¶¤‹\IN^½f-ÐiôÖkiiE’’|=~<õÇiñ'Oüü¿Õ|`øˆ‘ššš;wl6|Dþ\P:VJ»Ö¤^E"®§«K’¤âèÕ××O6ýyñs Ñz¸8/\0»¦ª%J§Cý *®´ ìãÀ'NÆÍ˜>íÊ•d/OϬ¬,êžrjT›ÑÙÙqvvª©©™5säܺµpÑâ#‡ºyxEôº²òyñóY3g¸ºöP:bïÓ)¹å§¸0dó*]çJgÐÝÓ{è¨'Ožöïz!1±©m{YñRKK«mÛ¶$I2™Ì®]ºP äÖ¼©© ¬]·>)érm]ÝÚÕÿ£–ŠÒ&}œ¥¢êè¤ê`¢8¿Š)©*–.[þGvv}]ý²¥K¨”ÒÝYÚ j‹ª½þƒ®¥»íú Åbñ´§@^Þ™³gŸ9• Ý_¤‹dÈHߘ#R3æQi9rCÔ¤.Nýqú«W¯‚Bz7ØþÆì¿²CñðÑ£–»‰’$Ù£G}{cå¶khhP/ †çík:ƒ.‹:|öYÊÕ«W¯^={îÜÆM›ÏŸ;«¦üÆ'vèÖ­UÝBHÄb BöÉö]l»1è ¹?— oSwV›vjË­Î"Q€ª2Åb‘ô Oõõõ%¥%Õ5Õ §â{…ô±±±ÉÈLϹuÓÙÉŵ‡kOQÐᣇÃú…Õóxl¶P(hL™þqñ'‡F 37·üb¤­¿nŠ„]ìºäßËOºœøõ¤ïX,vqqaÂé„°þájʔŢ$áÝ]±¾¾>..îòåËëׯ€ÊÊÊK‰‰oÓȦ¤2*nQ–ŒÉdRé4A lçW|žèÝü»;w– )ÅÅÅK–.;s*¾}ûöëÖoX²tÙºµkH’¬©©qrtœ:eò¶í;FwâøQs3³I_söÜùþýBÕ|:xÐÀË—ééêÀü Ÿ8ùù°¡$IÖÕÕõì8íÇ©iéë7lüý·ÝÅÅÅkÖ®;{:ÁÐÐpþ‚…jΑ+¹Ë rÈ0ƒm:îÚ¹ÝÖ¶ã'NŸ9k`DDá³ÂË––•—¯Xµêкº:·ss§OŸy*!®¬¬læ¬9ì³îÐA$‰ÅâÚÚ:iÒÿOûqê¾ýöݨj¬»Öø^ E§ÓŠ‹ŸOúò ccc’$G/9ùª&—›’ZN$I–WT(vMUK”N‡šôõõQ,\± ïcï^½ÆÅŒÿqê”'OމÉÊÊ’»–×ÔÆÈÎΫW¯ ½ûu²µ%I2çVößMݰim—víXLæÕ”‘XÚ§¯š…%[¦MÇ ^ûî1|„…¹Õד¾Ý°iýÓ§OïÝÏÿá»Él6»¨øÙƒBû„vøÌº‘‹•É .E¾“8.>ÞÛÛëø±cÔÛßcc÷8°rÅòYsæ<(x`kk+ÄIMMŠ„Ò¥Béåã=cÖ¬ç%ÏMMMÿý÷€*\…¿j¡bU¥ßmb2@(¾ˆKH’Ûx-+ËÝÝM___(Œˆø|D´P( …¾¾>B¡°‹µu;##¡PhßµkaaaƒŸ>|$1ñ“Å|õòƒÁ  äp8ݺ …ÂϬ¬ŠŸ …ÂkYY^žÚÚÚB¡0bÀ€ì›9rmûûÊ‹²í÷ïmÿ×…*Á¨ÈäääÅK–?zX"‘¤¥¦UV¾™ôÕ×TšÚº:¡P˜–žîæêjnfFea0"‘$ß– ‰H‚ …‰D®^ªÁJÇJ±kïÅï{vµoß¾ªªjÌØ''Go//ÅÑëÔÉvåÏ?/YºÌµG??_¡P¨´kªZ¢t:ÔÌ`Z*©X¸bßG&“iooöì¹GwëfO’¤H$¢R6¯1²³£­­íæÚãÌÙs~¾>)©isçÌ …L&ÓÝÝM(š›™±Ù삇ïÞ¹Û²’]~ §N). Ùe£¸ÎUÍ ‹Å¢ZÞì¶íܱíþƒ7oæ>rôÀC‡îW\ó@CCÃßÏO(:twX³nš&}œ¥¢ôè¤jõ*ίu‡JS2ŒÞ}z …B{û®Ò”²µË¾Pº×+––Z9ªv[ccc##£ÌÌkÎÎNgΞ;väìþ"]$?"5c•–£8DéòðèQ4­m[ÃukV7¦ýÜe‹jñ¹kùs¢cÆŒööñm×ÎèÌéÓ;wlŸûá»ÉÛvüúÃw“Ùl¢¢§±{÷ö íg×Ù®ñ·›PO¶—;C¹ÿÀþ‘ÑÑÒáá3gÎÚ´aýÖ-›£GŽ"‚Édì߻ׯÆfܸq®nîíÚµK¼pžj­•…ÅÏ«VöëŸYYíØ¾MþD©âIS™ÆÈÐv;Ý¿wŸÏçK/È Ý’$I’l‹ÚH§ÓÙlék‘H¤þÓü‘pêô}±gÿƒOž>¥ d1™T2 âíI1Æ_åNT4ã"ðùü¢" 7oªŒ ’ìîà°iãúw³üu;É_dÈ, eK–M&­Mq¬»ÖÔ^èè踻»¥§g°X,ÅÑ377?qìØµk×’._Ùµ{Ïþ}±*º¦¤%dg+53¨´pÅ64©ÂæϜ52z„tôdÏñ4µ1r³3üóaë7nzùòe¯`‡#H‚ ‚º¯F,I~ˆNÉœNS²0d—â:WÕ/ކÆû·­“­m'[ÛÁƒzùø=}öLqÍScN½ ÓhÔRQÕ¤³T”T­^ÅùUuØ‘?P(,žwgJÉ^ÿAWõVédÀ€ð„Ó§ëêëlm;R·[(.’Æ‘š·—)-Ô~ÁCéGÔßÛÒ»l#÷ßw‡¢…箑þî|Qá3SSSXºdÉëYT سgÏää+™éY×2,˜O]šòø•ÅÇÇçè‘#ÔëÉ?ü0sÆŒ^!!i©)W¯&§\½:zÔ(¹*¤Ï¥^(M,[»TBB|kúº 2?²ôîwçu´tI‰XËÔQ±}(Á¯lßµ¯¨êiC+-S’$”~aê–Håÿ9;¹ÄŒïìä¢& õŸú2»téÚ§Oß]{v>a³5¦üð#›­QXødמÝ}úôíÒ¥kƒeÊG¢4ùöKoÿ;•0lØ0é[]=½Ò’ç:ºº}ûöͺ–yãzVfF†µ °bÅò[97/^8O¼¬(§Ò6,çfvÎÍì“'O´52"48œçÅEÔ§íÚ·¿ýç-¹©ÿ¿;okkëìâ¼pÑ’ÚÚZ’$«ªªvíÞãââ|ýúõ²²2’$?ááî.Œ¿çåÝÉUÿiuuµ±q{ ‚ /]’ýL®g§?þÈæóù$I&_½ªìk—*¿©tãò«‚ƒ‚V._6cÖ,çîîöGvv^Þꛕùù÷H’tws½~ã'Ož$)êëëuttx¼úªª*’$ÓÓ3¨vÒéô·§Heܘ±RÑ õ½¨««Ëξiff¦tôÊÊʘLFppЬ™ÓóïÝ‹ÅJ»¦´%šŽwgPiáŠmhBôðp3nðàA²Uÿ¾‰‘›GGÇÚšÚÝ»÷ õö‹´qêô’$³oމŖ––-ß)ª†šuÞà 6¯mEEE·þü“zïèë+®y¥K¥Q‹êƒ-¥G'U«Wq~U¦”HΞ9K’dNÎ-¡Phii)žÊ¾Pº×Е£æÒ·Oïää«ÇŽŸ®jiÚ©‰ó¨´¹!jf—j#÷_Ù¢Z|î>à}¢èƒ] I’öÎ9Qêê¼~[:Ib£Ž¾FÝÛ“ÀÐl×¾KÛ°³ž™=¨þKý‚ȹuóÖŸ·œœ\štb™ö]í ‰dûŽ'L477/..Þ±sÇ€ðö]í›z ‹A{{_Ì'€ÅPò…°5ÿûyÃÆMƒ"‡Ir¹Ü!C¢LMLfΘ>nüD073[¾l‰ª?UÕŸ”~êíåuâÄÉI_}­Ù¦‰±±’,šLMM'N?aâ—&¦&º::M=':løú_7"ÇÇÈ̼Vð°`ÞO{ FpPЊ•«.˜ÿ¿ŸW.X¸H(Ô3°sçNFFF‹-˜oÕŠeÒ¯É*='ªt¯oñ•#wàb1YJ ZZZ.ÎNié+—/Suømü©ó¨êÈ&7DïsAUû¹ÿÊÕâs×H4kk븸¸¿nݸå—ׯ^b8ø¨©®>tp¿——N§ÑéÔéôÌY?|7õiñ#@`jlþho˜MÀ·$ÿ5Ò@£“¤„ €²]söŽb¦JKMIùqƬ—ååGšðåWj¾'ô[ìžÉßO]¿qíØÑ <_)vÏîð¸\Mõeþyûϸø¸ˆâF tìîØ`™ºzúrÛ‰Ÿ8.Z(~ Sóû¾£Þ.­`ݾ•ÓÝÉ{}TcúŒ™aýû€@ ì’‘–Òê'îß»¨Þ§å-;¿8;ŸZ—?…ù½}+'4l€šÏ‹‹vlß1ω~Z—çÿþcÀ¨­ÑÙ×]{¸1L0é1ªäæáÏü¿“Ô”ˆëË“$A’eЩòñUº±¯ÒÛåîé”ãèà¸~ãZGǦ=3Lu™Ý»9HĢؽ¿1²{7‡æ=ŠŒÉxgþYLþÚ'ö¢õ÷±¤¤ä›o¿755íÛ§·ÒS>­{âþƒ¿öÙâó‹³óIuù_4¿€Wç?±@”$I’öWDjeföðÁ½ôŒ4é#“º ^ðÎ.¶rÚÆØhÔ=û’š¢?Šn$]–( ÝHPwuÞ±»#uÚ²IëU}™NŽÎV–Ÿéëë7{`ÑýðÑ…¿;½øôÑÄÄäÄñ£²µ³Y¬´”dŒD[ëRiñùÅÙù¤ºü/š_ŒD?ÉPô¯w ó3ËÏ>³üL&¯ôʃÔ]D]É_q'®cEØO§qŒIUçD[|-6T¦žžÞûTÊdíÓÙCðœ(öûˆ‘(¶ûˆ]ÆH´Õ£Óé$­ÁhÒ“0é)»xwáÒ ú_ƧÑhµµµô÷þ0B"ù eÊ/J:íÚCè4ŒD±ØGŒD±åØGì2F¢­; ¥Gã=¿4.–H Û¶%‚F]]Ýò²íMÞ³yååezzztíC”‰ì£1ŶáRÁ° #QôN‹íààx-3³k×.‡úƒ¦b0™±$/÷vÏà¡PHg0ºtíšu횇§W[£vôfh$òeEùõ¬,‡î,6ûC”©4@Àÿtf'ÿN^ëXf­£#­f:þk}ü”;õïpܰ˟²s§¤¯étº¶Žn§ÎÛµÃHôS¤¡¡Ñ©s-míké¯^½"šõ•s:nhضgpˆMǺº:ƒieeEHˆœœìêªêf—©§§çн›±±±‡K£ÑZ¼L¥i´utkª«>…©‰ƒë!„züúú§Oçݾíн»á»Á(F¢Ÿ ‚XYu°µíD£ÓߣB(ÖÕÕ½]ÛÚÆÆÌÜL"Í=ÛO§ÑXl6†~ 2?eŸH@ŒBý«´5êÒ­Ûƒû÷½ŒDOÇŸÄñBMXÄ „B¨uÓÐÐÐÖÑ©V8¿£üœècŽú¬ùé8!„P«Gý€¤â}}Ê#Ñ–ýÞJ½Ä‘™Ìã|0Á™@!„Bê"Q¢E#Ñ®°¬…W×’¥Àfq„B!¤.mÁ@Tn›´)µõ>_s&X§þvtÇAG!„Bð®Îw¤ï´ršÀ`éæôuiæ®Äzt„B!tU‘h‹à%íh7 LÂy•' Ͷ%³8dIc2Úšj-íÐ͈zËfÒgí29¢Sƒ}º´ý~€íWýl¬Œ4'ô±n0=‹Aó²3l^ïdóh³¿`K¢&Â=!„ú/ûP÷‰jÓŽô=f´Kœ~ Å/èd%&´v™7—@¯ÉØè &»‰§ä5ÏHOƒjI€ƒQu½¨¢J ¾al&ÝßÁhÕ±|‘˜ÐÔ`K+”MO§Ñ³›r;šj¥Ý­hFeóV׋ö]yJ`h…B!ôž‘èûœ¬bCU7Æ: vZ; £«Yœv"Þ56Ç”Þ1ú¬¿n{'³ÇGÌ/øæS… «"åf¼îak@’¤^vgsígeu¯k…ºš¬¯ûÛ.?rtÚ÷:ïO~Zþ†Ú𬠽mhãB:€±>çhZÑËjÁ@OsMƒÉ ùç“7AÝÛ“l&íPJ¡DBñ³HÈ/úÚd濼ýô U»‰Vß&,]ƒÅ8}ýùÂ*ಞæÆ&–û´êö“7²y­µž¿æ•¿áëh²y™ëk³Y ú™%w «` §9Wƒ!!H#]ç¯xq™Å¸ò>±Xl`ØæÏŸ7íÇÀÜÂR T”—5µ¨µëÖÀÔ)SàyII—.]===/^8/ûú}É`0*_¿’«!„ÂHô}#Ñ Æ`}ýö¦vCit6¿:ITÏbs­Ät6ˆÙAXø¶10çæŸi÷zÐU"¶ž4S,ÄÌ€{ñf©¯½Ù·‡ÉÅìR‡vyÏÞTÖ @›Ë¬®ùukw¿¸º¬’Ge©®fݩ׆}æÆs˜2Ðîù«z’$M ¹¥¯y'2ž2´YCìלÈç % :F±„|ò¢îöÓÊ;ÏÞyÎêóWõ[N= L ¸Cü,󞽡Œ épóQåÁ«O  ‡YÇËæõµ7ºþà1½¬Ïg—æUéj|Ý¿ÓâgoHSCîÃÒš Ù¥t:ma´Cµb gO? 7}1q¢ŽŽN³KX»öïQG[{ÊäÉ–V–¢©²!„Bÿ5ªîmþ©’m¥•̧¹çj_æ2¹]è,K‘ BPÿLÀ{Nc´§³¬ªËÒŸÞ:ú¢’™*Ù^G˜)–ÀfÒµ5Yo/«Nôu4YwžU™p‹_òHž”ÕZµÑmÃv³5LÌ)•ÍhjÀ}þªž$A§iqY•5Bh¯Ç9÷G)I‚DáiÞÕB—$A$&IÌ ¹Ï_òäà`¥÷E¨í¤~¶Cü¬„"‚$¡“™ŽXBf濤ÔòIJy .çE%ÏÎ\÷UðnaIBù›I=ÆÚéq’o—“$0h4’±„|ŸnMÿ}\.·¶¶vãÆM²E"‘ŸŸ¿‰©™¾a×®ö›6m€»wóutõGFÀƒttõ ŽG'çêêêêêj]=G'çêššuë×>|D®"UÙ«ªª†}þ¹±‰©aÛnÝOœTù£er@©S^ÞÞ†m:ÚvZ´h1AÏKJttõüGÝ®½ñ Á‘iiénîígÍž‡0„BÿjÊω E’f—ø >;/Üm.¸l_»S÷ñ/]ú´Ñ3òž²Û8¿)¿]t÷Ô¡þÁ·Å’ PR‘E[nék_(.~Y?ÐÛbË©ûÚ\¦@HTÖàaIy[®³µþ™ëÏkêE²M ¸‰9¥B‘ÄX¯MékžP$i§ËyU#xS+ ¬<’gg¡ëi×ÖÃÎð×3l&]‹Ë”žU¥ôèhàð™Þ¶³‘$ÄÙX· [(’˜p•ÖÊ‹lÞvºœÊZa=_ÜNW£øe•¬­®Æë!O ¦>­®¼•ßgx[vË©¯¯×«W¯-[·~õÕ$éFeoß• ˆU?ÿoîO?ö dÐ@§Ëÿ=ö󪕣nj€-[6kki5ðÇœBöcÇŸ;w~ÖÌ™^^ž÷ïßçhpTå•«èÏ?ÿ=zŒ¯ÏáC‹/]Z³v­¡¡á ÁƒàÖ­[ÞÞ^n®®IIIYYYS¦LÞ³{ÏÖ­¿Œ=¦K;\G!„ZU$úþ_j.÷,÷lǸ˜7ËÖ}¨XðšÆ(/¼}äJýÏå7ªUyÍ 5‹_Ö“$ùǃ—Ï_Ö–×9Ù迬£Zõ¨´&ÔµsÉk^vÁ+Ù\ :ÍP[£¬’G’`Ö–K¥7kË}þ²žÊh¤«ñ²Jû¤R$’ôs7#IRO‹ý¦V$×YcîãÒ¾P¬Åeúwkwæús’$kyb‡ÏôhIêh²ªëE²y¥ÕUÖ :èI²˜ô(ˤ[¥TŠ+Þ6ÞÌ[TQßÿÐfΘqðà!êLŠ@ (xXð믿¾©ª …p÷·îT*—½OŸ>, ¢"#àyI‰šº³[ZXÀƒ œœœ<==Tå•«hÅÊ•A¤¥§§gdP ’¯^¥"Q[[Û•+V:t(5-màÀˆéÓ¦=/~¾{Ïž¢¢BŒDBa$ª\™ØµRlUUšÁÕ3|õüÒkq‡2±«š”bÞVóiY-I’…åu…åu²±)”Uò4XŒ£)Oå#H}nÙAT KkH’4kûwÆ^Î&Ö&Ú" ÁJ\yB’äË*^_4{X·Ô¼²Ô¼rªœ¬{ãzw46àÖòÄQTQG’dÖ½ [3í#»ó…’{EU'Ò eóêkkPµÜxðÒÎBw^tw¡H’~§"3¿dÛ`fÈ}TZƒ‘èû(-)¹—çMe% Šª| ™›;vÇŽAP‘â®]»cc÷FG˜:eʆcc÷ŠÅ:‰^¿~-_68Mª²÷êÕëÔ©„+—¯ÜÍÏŸ7~òÕ«'OWÈJ+¢šúõ×_ŒImÑÔäR/ €Éb€Q[#ivÅð=yì.„BN×ÑÕµëbobjú©D¢Ç×öŪFf¯^¼ÎãÏnLÉ{“Ém9u­Hú:ÈÑøêí%¯êåÒUÔ­>v‡z}(ù õ">£Pš`ßåÇrYDbrC\¾|ô\É[y8Wn£@$Ùu¾ Á¼"1¹ûBÜFÙ6ü«a¨Ùaèíœl'®¦&äëW¯ •¦œ>íǽ{c…B¡††EBÐÕÕå ÉÉW©4&&&L&3'''áÔ©íÛ¶Ëf×ÖÖ.--ýý÷X[[[«Ï¬”V¡*{ZZú­œ[¾¾>ŽNŽIII/_¾TÓ#ÙŠBûö]¹rÕ‰'\\\¸nbbb—.vaááM¢€žÁ¸NB}||à¬LÐŒMM>•H´Xì]ÉoÏ-¸SÅ7.{7xBTöúÜ }m_U vž/ÀÓŠÿM÷òïvstn£©©©¥Åd2¯Œÿ½ZÚ·ÿâ‹/6lØH½7vì¥K—¶oß‘r5¥[7ûÂÂB*0]¸`ÁÊU«¦L™:xðà”ÔTiöÉ“X¼xÉwßß§OŸõë×)­BUv:~ðÐÁÇŸH$’Î:-[¶TMd+:zäplìï«V®úòËI,ËÞÞ~pä঑ªÐ!„úÐô Ü<=ÿÌ¹ÕøH”fmm·ã×­·üòúÕK8òZ]·l–>ýa_­ñçkwUq’,Ï6yaƒä6ž;=&¦¦ºJ1}ü‰cþ=ƒµ´´¨Û+B!ôé ÑiL&ëØ¡ƒ£?­®®JNº6žíؾ=,bªßXjÉf½’t¼T·î•ÃPô¾‚’d2™8!„Ч†$H&“©ø5>øÕyÊ ‘óû\—GHvqª¹(B¡‘‰"„B!Ô¨HtûdôÄƒ€BýgÑqB!„F¢!„B#Q„B!„0E!„B‰"„B!„‘(B!„ÂH!„B!ŒDB!„пþ~7B­–€ÏêÓÐh4m]ÀŸUC!„‘(B¨%#Q¡ ûÆÌÌtU  †‡‡WøÀÁ5ÕU8\!„0Eµ¤¬¬Ì‹–q¸\¹í•••ñññŸ¶tñüðƒ•æ561Õ×Óc²Xt:ÝÛÛkîܹæff`Ô®}EyYãÛÐÔôr ‚X»nÝ´|ÿÑhvKÞ¿4¹^´lKš×†”!„šïE¨5#B1 -,, Ÿ;wîÍœ‰D¢&û¥¤K¹·ÿ̺–immÝ»wŸÚÚZ8îìÇiBa$Š‚êêêáÇ?}útîܹÞÞÞÉÂáp¦O›faa~üø èÚêêêFDGûúúùùùO›6ø|¾©™ù´é3bbƇôÊ̼&WΈèhÿ€@g—ã'Lð¿Õ«š7úôÆþ²é©Š.ZÄçóûõï?dè0HLLôôôòꜛ—GÕkna¹xñooO/¯Ü¼¼˜ñœ]z„‡àñxŠRí\¸pQôÈ‘>>¾YYY²iû¥´RYJ?½pá‚····¯¯ßÇåzAµ>ìêæîîá982ª¢¢¢Áæ)–ÜøBÉ»wóí»9”——À¤¯¾Z±r¥\Jƒ®tŽÛSVVfßÍ*óÁƒr³úÀ«óµ~uuumÚ´¡^Ï›7ïéÓ§³gÏþú믛TH=òïåKß^LLÔÔl“––J•Om¬­­íÛ§wHHHAAAÄÀA¹·ÿd0Ò,[6oÖ××€)S¦8xpÜØ±cÇŒñó÷Ÿ?o›ÍÞµ{÷ø˜Åz.X°s箳gÎÀ‹/~š7ïÂùózzz7oÞœôå¤ôô4*¼vss›?Þºõë#"&_¹lii9|Ĉ“'ãFŒ®Xfmmmß¾}z.¸råÊòå+âããÔôKU¥¥Ÿ–””~ýÍ·çϵµµ …b±X¶RÏž=›9kvFzº©©ÉÒ¥ËfΚ½{×NõÍS,¹ñ…48’]»v™2eò¤¯¾þù°'OžlÙ¼™$IÅf«ð  žJ‡KM§B‰"„Z­½{÷nÙ²åèÑ£©©©Ç÷ööþæ›oÞ³X'GÇyóæÏž3ÇÇÛ§W¯j#‹Å [[[‡óèÑ£N:I³ìÛ·?>!Åb–—W°5Ø`ddäãã›pêT¯¤¤Ëk×4p!8%%åõëÊÑÑoÊ¿"`‡Úœíì:[ZZ€‹‹KaQ¡Òr¸\®§§'ØÙu),*Rß/U•ªiRjjŠŸ¯¯­­-°Ùl6›-‹›‘™™éïçgjj£G i°yŠ%7£5š0~|bbâô3ÓRS †Òf«pU%«oB#Q„P«U\\uôèÑE‹±ÙìU«VÑh´¦’=bøéÛ:df¤_IN>söÌú .%^‚ ‚ Óé ‰d³§§g:tèÒ¥D.—»mÛ¶‚‚‡Ôö/&NX¼xIEyÅ€ðpMMMõm IÒÕµÇÁä¶³ÙlêƒÁÐÐàH_‹EÊ)‹E½ ÓiAÈ~¤Ø/U•ªoÒûPÓ¼–*DU³y<Þ“'O¹ÎëÊJsssU…«pU%+¶‡N§“=>LøîjAýwà}¢µr£FZ±bÅóçÏûö훟Ÿ?lØ0kkë&•ÀçóW¯YSTXù÷·ìKJJY,Ö€ððU+WææÞ¦NžI$’#GŽ@fæ5±Hdcc#M_UUefnÎårI’LH8%ÝîááQ]]½~Ãúe—æ€ÉdJãZÿ€ôôŒœœ*ê½›ÛâÃ¥Ø/õ•*ýÔÏÏ?5-­  A}}½l/¤¼½½SRSKJJ 6v¯¿¿ƒÍS,¹ñ…4f$gÌœ¶}Çö &òx<¥ÍV¯ñs¤¯¯___ÿæÍ¸œtwU„þ›ðœ(Bÿ‰`fÏžM£Ñ¾üòËÆg a²X4ÍÇÇûbâE---éGyy¹ó,`Ð$I®ZµŠÉdŠÅb¼;y~þ<o×®]²7‰Å¥enñÎɶèèÇOœ´·ïªªãÆu÷ðl×ÎèÂùó¿íÙýÝwß „B‚ ú÷ï×ÝÁ¡eÇJ±_&&Æj*Uú©©©É–Í›FM$“ÁØ»7ÖÆÆF¶T^KKËU+W„…‡€••Õöm¿6Ø<¥%7¾õ#Ÿp÷nþºók™LfxXØŒ™37mܨØlõÔ—\d<þ¼°°pSÜOúo¢Y[[ÇÅÅíøuëÆ-¿¼~õNÇŸ3‡}±»w„E ’ÛxîtBô˜¥ÏZ?yìH@Ï`CCºÆ¨®®Ú¼qýŠŸ×Ro÷îÝwüøqÙ4³gL]ñóÚy²=ŸÏïhÛ©XÅ­™jŒ;.4´ï°aÃpÊBèߎ«©y ö·AQC•þ«”œt)4l¼O!„Ba$ŠB!„0E!„B#Q„B!„‘(B!„B‰"„B!ŒDB!„j|ž(B­–€Ïxj=FÓÖÑ’ÄáB!„‘(B¨å"Q¡ ûÆÌÌtU  †‡‡WøÀÁø|„B‰"„ZXVVæ‚EË8\®ÒOù<ÞÒÅóUý¨±‰©¾ž“Å¢ÓéÞÞ^sçÎ573£ví+ÊË߆¦¦—ËHÄÚuë¦ýøãûF#[ÒìKɵùý |ÿ6| ,!ôžð>Q„Z3‚ T…¡Àár%‰šì—’.åÞþ3ëZ¦µµuïÞ}jkkàü¹³§ñTEA¬^½¦ ü8Ã.ÛæV¯š6| ,!„‘(BèÃâp8Ó§M³°0?~üô íuuu#¢£}}ýüüü§M›|>ßÔÌ|Úô11ãƒCzef^“+gDt´@ ³Kñ& øßêÕ?Í›G}zãÆ ÿ€@ÙôTE -âóùýú÷2t$&&úzzyõ ÎÍË£ê5·°\¼x‰··§—Wn^^Ìø Î.=ÂÃðx<Å©v.\¸(zäH߬¬,U?|ø°«›»»‡çàÈ¨ŠŠ jã… ¼½}¼½}|}ý>|¨´_rm¦êUZ`ƒQ¬®‘…48nwïæÛws(//€I_}µbåJ¹,”‡WéŒ(¶§¬¬Ì¾›Uæƒäæ!„‘(B©Ó£Gü{ùÒ·55Û¤¥¥¦¦¦,Z´ÚX[[Û·OïÝ»wýúËÖñ&ÈpݲysÊÕ䜛Ù:ÚÚ€±cÆ;vL(À®Ý»ÇÇÄ(Ö»pÁ‡söÌ™£G¿xñâ§yóâã®ef®Yý¿I_N¢ÒTWW»¹¹ed¤6,"bàÂósnfkik<§´/µµµ}ûöÙ¿oßÒ¥K–/_¡4ͳgÏfΚ=ëš‹³óÌY³ ¤¤ôëo¾ýý÷ß22Ò/_N255UÚ/Ù6«/P}c«k|! Ž[×®]¦L™<髯=úäɓӧ+m¶úáU5#a„¼O!Ô>Þ/jiiI?ÊËË¿`ƒÎ IrÕªUL&S,ëèèäÝÉóóàñx»víb0ÒôÁÁA±{cGFiki™[¼sú-:zÄñ'íí»ªjƸqcÝ=<Ûµ3ºpþüo{v÷Ý÷¡ ˆþýûuwpø@}·´´\µrEXx8XYYmßö+˜ššlÙ¼iÔèÑA2Œ½{cUõK¶Íj TO±:›Æ¢~ÜâîÞÍ_w~-“É  ›1s榛­ž‰‰q#g„ÉdΟ?/,,ÜÆÆÆÄÔw.„…fmm·ã×­·üòúÕK8rtÌDôÄîÞ1Hnã¹Ó Ñcb”>kýä±#=ƒ q裺ºjóÆõ+~^«&ÍìSWü¼¶EžlÏçó;Úv*Vqk¦cÇŽ í;lØ0œ2„ú·ãjjˆýmPÔP¥ÿ*%'] Ï‹‹vlß1¯Î#ÔšÑét¹'ɪ¯¯—=mùñº¹{ÔÔÖFFFâd!„Ð^G¨5óôô^¶x¾ªÇ×3 //Ÿ–ª‹Ãá4õ„¨¥¥åëY8M!„‘(B¨µÑÑÕ 8XÕyJ +„B‰"„ZI¶È  !„Ђ÷‰"„B!ŒDB!„F¢!„B}hxŸ(B­I’B¡@$½ç¯Y"„B²èt:‹Åf³5h4ŒDB*ÂÐz^Ý£‚G×®e”—•©zŠB!Ô$ £]ûv^^>ŽNÎ-r¦#Q„Z!¡Pø¨àÑåK‰}BCMLÍét¼!„P H$E…O“’.iëèvêÜùýŸˆ‘(B­1 ³®eô íçæé…£B¨YZYµ5jwöô)ûnï‰â™„Z!’ ÊÊÊŒMÍp(Bµ8›Ž_¼(m‘ n‰"Ô:I$¼(BèC`2Y-õ ü‡ !„Bý30E­ÇŸ3w®CwGûnnî[¶lm|^‚ V¯YÓ¤êTe1j×^U>ŸonaÙÈòÕ”Ó¶¶¶}úô‘¾ýé§ŸÌÌÌîÝ»§>×Áƒ{öìqýúõaÆ5f6nÜØ¼ÊåíС®a„ÂH¡«q1ã^½z•™‘~'/÷ÂùsB‘°iaåê¦G¢MÌòñÝ¿Äbqrr²……Eƒé÷ìÙ³cÇŽøøø.]º,Z´HîS±X¬8›6mjv$*›÷äÉ“¸†B#Q„þ•òîÜIOÏØ°~½––L™<>ìêæîîá982ª¢¢ø|¾©™ùÂ…‹¢GŽôññÍÊÊ€…‹ñùü~ýû: ý=½¼zçæåÀÝ»ùöÝÊËË`ÒW_­X¹R.‹¢ÑÑþÎ.=ÆO˜(ù²áì9s{¹¹{df^£¶(V§T]]H$jü˜DEE?~’’’|||Øl6lܸqÉ’%T‚›7o†††JÓ/X°àÑ£G“'OŽŠŠŠŒŒ\°`;;»… Ž=:..nüøñ½{÷îÓ§Ïܹs`ÅŠ|>?**jôèѲU?>44Ô××÷Ûo¿ ßþI””Ò»wïÇËå4h•ìøñã={ö9räË—/©6tîÜyÅŠ&LèÕ«×ü !„0Eè’{;·[7{‡#»ñÙ³g3gÍNˆ¿žuÍÅÙyæ¬ÙÔöÚÚÚ¾}ûìß·oéÒ%Ë—¯€… p8œ³gÎ=røÅ‹?Í›—w-3sÍêÿMúrtíÚeʔɓ¾úúèÑ£Ož<™1}ºl¥MÚ²ysÊÕ䜛Ù:ÚÚ¤6VWW;9:&_¹¼e󦘘‰D¢´:¥† zâĉÆIhhèùóç ‚8vìØ!CÞÆÇ#FÄÅÅQmllì¨Q£¤é-ZdfföË/¿;vléÒ¥Òí555±±±GSSóâÅ‹.\˜3gÌž=›Ãá;v,66V¶ê5kÖœ;w.--MKKëÈ‘#ðâÅ‹©S§nÛ¶íÒ¥KgΜ166Vš·°°pÁ‚‡¾råJ÷îÝ©h˜š²;wΛ7oõêÕ¸àBè_ Ÿ'ŠþC233ýýüLMM`ôèQAÁ!Ôv.—ëéé vv] ‹Šär¥¤¤¼~]9":úm TWG½˜0~|bbâô3ÓRS †â¥j9ûöíOH`±˜åål öÛ=ÉŒŠŠwww çÑ£G·nÝRZ¢•+W·oÂÍ£šššNNNçÎ{ôè‘««+µ±mÛ¶^^^gÏžíÙ³çÕ«W—/_Þ`9,+ –.]ºpáBOOÏ   5Y>|æÌ‹UQQ¡¡¡ééé^^^666T,Ké^¿~ÝÛÛ󯯠.2777èܹsqq1®m„ÂH¡OˆCw‡ÜÜ<>Ÿ/wZTUhE½ ÓiŠ¿]F’¤«kƒÈmçñxOž<år8¯++ÍÍÍÕW‘žžqèСK—¹\î¶mÛ ªJ©ª:EÝš:,‘‘‘ß|óÍøñãe7Ž;våÊ•¡¡¡ššš Âáph4XYY%&&¦¦¦^¸paëÖ­ JÓ_»víØ±c \.w÷îÝ=j#óí±‹F£µÈÏÍ!„úGàÕyÔ:u³·÷òòúaòäÚÚZxóæÍúõ¼½½SRSKJJ 6v¯¿¿¿ú@‡ºfíïžž‘““AÜÎÍ¥Ò̘93<,lûŽí&Läñx²YUUU™™›s¹\’$NI·‹ÅâcÇŽ@VV–P °±±QU¢´´ô¦žôõõýæ›oFŒ!»ÑÕÕµ¦¦fëÖ­r7w6èÅ‹l6»_¿~‹/¾sçŽX,¦Aîìfuuµ©©)Õ÷³gÏR}||233©¨T(Ö××+Íëáá‘‘‘ñâÅ 8xð ®m„jMðœ(jµbÿmá¢Ež^Þ$I¶iÓ&fÜXKKËU+W„…‡€••Õöm¿ªÉ>nÜXwÏvíŒ.œ?ÿÛžÝß}÷½@($¢ÿ~ÝâîÞÍ_w~-“É  ›1sæ¦e³È•»7vpd”¶––¹Åß'Puttþ¼}{ó–­<oçÎ ÃÄÄX±:¥-\¾bù˜Ñ£óp%)ƒñÕW_)n:thBB‚]“Føîݻ˖-£Óé$I.^¼˜ %£££ŒŒ¤_~ 2¼:К……Err2ŽB¡žE¨ub0‰Ç!„P‹‹E #Q„r4:½}ûöÅ……8!„ZÜ£‡MZä!z‰"Ô ±YlO/ï¤Ë—îåßmð‘û!„P#‰Åâ{ùw>Ò»H$|ÿñ>Q„Z! G'g-m³gN•½x!‘HpLB½?ƒÑÞØxà È®ööõª#Q„þë‚èlg×Í¡;Ž—>Bµä¿/"‘°EÂPŒDjÍ„P Àq@!ôÉ“%!„B#Q„B!„‘(B!„B‰"„B!ŒDB!„ÂH!„Ba$ŠB!„F¢!„B#Q„B!„0E!„B‰"„B!„‘(B!„ÂH!„Bý1qj­|¾@(PŸ†F£iëèIâp!„ÂH!Ôr‘¨P}ãFffºª ÃÃÃ+|ààšê*.„B‰"„ZRVVæ‚EË8\®ÒOù<ÞÒÅóÃVú©±‰©¾ž“Å¢ÓéÞÞ^sçÎ573£ví+ÊË߆¦¦—ËHÄÚuë¦ýøãûFcZ"[ŸÏïhÛ©¸¨°ñU4»µTÛšQ#Bý«á}¢µfA¨ C€ÃåJ$5Ù/%]ʽýgÖµLkkëÞ½ûÔÖÖÀùsg?N㩊‚X½zM Øàˆ½Ou-ØZ„ÂH!„€ÃáLŸ6ÍÂÂüøñÐ7´ÔÕÕˆŽöõõóóóŸ6m:ðù|S3óiÓgÄČ镙yM®œÑÑþÎ.=ÆO˜(à«Wÿ4oõé7üeÓS-\´ˆÏç÷ëßÈÐa˜˜èèéåÕ3(87/ª×ÜÂrñâ%ÞÞ>ž^^¹yy1ã'8»ôÀãñ ¤Ú¹pá¢è‘#}||³²²dÓÈUË–-÷ññíîè$M©ØUÙ>ìêæîîá982ª¢¢‚J£t£¬Ùsæö rs÷Ž¡âÐñù|3s‹ÙsæHÛ‰B‰"„Z­=zäßË—¾½˜˜¨©Ù&--555eÑ¢…ÔÆÚÚÚ¾}zïÞ½ë×_¶ŽŸ0Aî„ë–Í›S®&çÜÌÖÑÖ>pð Œ3æØ±cB¡víÞ=>&F±Þ… p8œ³gÎ=røÅ‹?Í›—w-3sÍêÿMúr•¦ººÚÍÍ-##}ذa.˜Ÿs3[K[ëäÉ8¥}©­­íÛ·Ïþ}û–.]²|ù UÕQ%;::¦§§-\¸€J©ª ŠÙŸ={6sÖì„øøëY×\œgΚ J7ʪ®®vrtL¾ryËæM111Ô*ÔÔÔ„SíD¡)¼O!ÔNŽŽóæÍŸ=gŽ·O¯^!ÔF‹¶¶¶çÑ£G:u’fÙ·o|B‹Å,/¯`k°ÀÈÈÈÇÇ7áÔ©^!!II—×®iàºvJJÊëו#¢£ß”uuÔ ‡Úœíì:[ZZ€‹‹K¡Š.¹\®§§'ØÙu),*RS#‡Ãéß¿xzx.Y²TMeffúûù™ššÀèÑ£‚‚CTm|ç ÌdFEE€»»»Æ_c¨8tÀf³©ÑF!ŒDB­\vvöˆá#¤o;t虑~%9ùÌÙ3ë7l¸”x‚ ‚N§€H$’ÍžžžqèСK—¹\î¶mÛ RÛ¿˜8añâ%åÂÃ555Õ·$IW×ÛÎf¿ Î ††GúZ,+-‡ÅbQ/ètAjjd³Ù4  :•RU>UCÇáp¨¶!„п^G5€Ïç¯^³¦¨°(2òïoÙ—””²X¬áá«V®Ìͽ-‹@"‘9r23¯‰E"iúªª*3ss.—K’dBÂ)évêêêõÖÇ(»4L&S×úû¤§gäääPQïíÜÜ–ÿë\¦:¥Ô·A6»··wJjjII)ÄÆîõ÷÷WµQ–X,>vìdee UC‡B­žE©Âd±h4š÷ÅÄ‹ZZZÒòòrç/XÀ 3H’\µj“É‹Å:::ywòüüx<Þ®]» †4}ppPìÞØÁ‘QÚZZææ²µDG8~⤽}WUÍ7n¬»‡g»vFΟÿmÏîï¾û^ Ñ¿¿î-ÞkiuñqJn3511VßÙÖ®Z¹",<¬¬¬¶oû,--7ÊÒÑÑùóöíÍ[¶òx¼;w2 5C‡Bÿv4kk븸¸¿nݸå—ׯ^Àéø“£c&âР v÷ްˆArÏNˆ£ôYë' èl`hˆC×ÕÕU›7®_ñóZ5ifϘºâçµ-òdûf? sìØq¡¡}‡ Ãï€#„пWSó@ìoƒ¢†*ýW)9éRhØx^\´cûö°ˆAxu¡ÖŒN§Ë=ÉHV}}½ìi˯°°ÐÍÝ£¦¶622' !„þƒðê¼O!„Ba$ŠB!„0E!„B#Q„B!„‘(B!„B‰"„B!ŒDB!„j|ž(B­–€Ïxj=FÓÖÑ’ÄáB!„‘(B¨å"Q¡àyqñ㇪Ðéô6Ý<,ðø!„þxu¡ÖìÉ£‡½Cû÷0Pî¿ ^½Û›š†ô }òè¡ÒŒB¡ðü™SÒ·5Õ5W’.~²Ý¼pöŒª$Iâù³Í.§°ðiJòåkéi-Õž–íI’þú“£I]VÌÞŒ¶5£F„ÂH¡Ö$I‹%·±êÍ›ß÷ì¾xþ\IÉs‚ Ôd×ÖÑ•yGÓÒÖþd{únSåiië4¯œ¢§Ï<¼¼ƒû„j¶Ñjp¨¥¯=½½Õ·§IYÚ£‚l ftYiöfŒ|SkD!À«óý×øüû÷¾ySbeõYÞŸ·š”]"‘ü™“Í«çÑô ºvs€Šò²÷„Ngvë££>ýÍ?®óx|±X¤«§ßÝÑ‘NgH$’ˉ¬>ëPQVFÒÈîN=?,¨ªzÃåp]Ý=è †š*d)–Lmÿ3'»ìE©D,éÖÝQßÀ@}›¥îÞÉ­««ù3;[ÏÀ°“]Éó¢‡i4àp¸ŽNÎl ªÙæ––uµuæ––ÆÆ&TÆký Û¾­%?€FsêÑ£M-¥…$%^°²êPW_Ë««ëêÐ]_ß@¶Tiê“Ý¿w— ˆŒÔpîá wro>‰ÅŽÎ.TJ5]–Íîêî¡ØHPºQ–â «šhjÄ\Ý=pDa$ŠPë' Y,6õúâÅs••¯ƒ‚=½}šQTyy“Á éJ§ÑÅb1F«zSy?ÿ®`-íÊׯ³o\ó èIH$ªÒóù<G']=ž“}£¼¬ÜØÄÄb±±©™ƒ£ó£‚d]óöÐÓÓÏÊH{õò¥®žžš*d©*YO_¿k7‡ª7o®e¤…ôáÕ×5¦À®ö¯^¾ôôóãp4kªªîÞ¹óÿöî;¾Š*qø™™[Ó{ï´PB „TZEQ)ë ØVÝŸ¢ï ìè‚€mWl«¨+Š‹¸*ˆR¥HMDz$¡¤7RoŸöþ1x½›[IH y¾>»ãÜ™sΜ™Ü<™3%sÜ7Ï3§Nœ?W'áíãCÓ Ëš8–•Öurv©«©9yâxJÚXooAAhnn²YÏqá‘‘îîõõµç GIâÿ·1NÎ.&SƒƒÅE)»|9sÂ$žç8Ž—6yà èêªÊ ÅÅ£Ç$é´Ž6Ùru­FkÝHÖÆLËÓÀÖ,¼½Ý!õ˜Ñ`ÀÏ& ‰ôr¿ýv4çàÁ¹óïuw÷¸xñÂéS§ÂÃ#’’®C);óÝÝÝÏŸ={òø177w_?_†‘]¹Ro2±ùGó¼@ˆÈ™XµJ­Õjì-O)/-«®Î£iÊh4R„„†‡óz=Ã0Á!¡zNåääâêêãã«Ój\\]tz­ Šª°d³dŠ¢Â#¢Œ½J¥¢)ŠçXÇm¶$Š¢ ˆ½®¦ºÒÛÇ×ÝÓK«Ñø\(.RªÔœ¦•¦éÀ `½NkäÚæª††:oo_?V#]Ñp¥Þv! ãëç¯Ójär¥VÛªTªt:­uc/&Š¢(Š:­–çy†aBBÃô:Zí¤Õj”JUYéeÇ›l^½ª¢Ìº‘e¥Ö3 zÝŒU'S4msw˜{ ?›€$ Ð'´´4õåóæÝ·ë— ÃdO™FQ”ãUh†E‘ã8é?9Ž•12"''紌̖––ŠòÒ‹JÆ$§"zyy¥fŒÞœJÌåX/ßpåJeEYzÆx¥Z]\tNÓÚJÓ´e¤Š(Š¢iZxA(Š¢‰ƒ*þH~vJ–°,K  ¡(ª=¶MçÅsœ(^½²V&“B¤*Ìes•?.ÆEÛ…P”(Š<ÏS”( „¢m_ÁßÎÅþ§3i" "EÓŽwS{¶ÔæÌ6,;¹¹±ÁæîpÜcÐ×àŽ%€^nĈQYÙSZ[Z>ûôãÚÚšØØ8/oïk®Å0Œ§—÷…â"Š¢DQ,/»ìãë+bÐDQôôôÛÒܤvröòö«¯¯«¯¯ÕiµZ¦ºªR«i5—c½<Çrj'g•Z­×iË/_žúý ¬åh¯åN}}Taf¯dQK/_$„466ˆ¼àâêæíãÛž-yz{××ÕêõzBHyi©·ESm?ÕËË·¾¾NÓÚJžçy…t’=-ï?kÓ*Ç»Éru›¼fË­;™mߎ€>çDúD%„lߺ…¢¨Ñc’Ú¹Vl\|Á™Óç Ï ¢àéåÇq\kkó¹Â³!D$C†ÆÈdŒJ¥Œ™pìèQŽeE"úxxz™/@´^ÞÇϧ¼¢tÿÞ=4E©ÔjšºößÃ*•ÊAföJ–Éd …g8Ž•@S”B¡hO–Ôj§¡ÃbìÝ#‚ÚÉitbÒ5Ïê©Ôªá±ñ‡sò¾îž^ZÆ? àBq‘R¥®(+µžiÐëÌkQe4èU*MQ<ÇR4]^ZV]GÓ”Ñh¤ çõzš¦ƒ‚õ:­‘³1úosë¯\©7™Øü#‡y^ DäL¬Z¥Öj5Ö:ÌÃÓ‹¡iö#¯=4#sw󨫩Ñiµæ“ˆr…ÂÓÓ«¶¶ÆÇÛçJ]]ôà!×.‡¦½}|!®înÅç ÏŸ;ëééåíëë`•ÊŠŠÚšš¢Œ&#ES„†Æ+^^^NÎÎR„ËôoÖÜÔàéå¥T©!AÁ¡Grý¾-Œ‡§'!ÄÙÅUo±³IàúÜÐÑù6(Šâ9Nº`”"“ÉìÍlCJ{"!"!Í •eéã•juqÑ9Mk«”¥¤ÿå8Îzõ†+Wl®b]8EQ^^^©ã77Úæ¶¸¹¹Û«Îž€ ÀÓ§N†……[Î /):ÇMþþ ô'‰JNj§ÄäÔ†+õµµ5—.^LHcû€Æ†êÊŠ„Ä$šaÊJ/kµ]ð÷ý{ŸP¡Dü ܪpï<ô¼n÷ôö®¯«Õëõ„òÒRéĞ͙–DQ,½|QJT"/¸¸º±,§vrV©Õz¶üò%Aà)B™¶Y5ggë½}|ëëëêëkuZ­V£©®ªÔjlßáÞpåŠN£±W£M^Þ>‘‘A!¡–3=<NÊàƒ‘¢dphhÎÁýJ¥rÔè«§H½|}Ê+ÊŽå‘Éd*ÕÕö•*Õa1'OE‘¦¨áq#ÔNNÖëªÕêÑÑùGò!j'õ°˜Xü¼ ‰t¥=:ïããëŸqõNöÀ à°ð…REAºÔæÌ¬)S ! ÃLœ<ÅÅÕe‡1ŒŒ¢(½^OÓ̈‘ j''B("Š"‰xuIëÚ¥r¬Ò¦pBˆO@@†R©’Æå9Ž5ò¼TޥĤ'ggÖdjOÍœ0©ÍœäÔtótSSCp˜¢æe<<=GŒM¡i:cüDsÇúø´½§ÛFçÁšZ­NJMC?@ÀKÐóöïÝãääl9]ð³MÓí¿~ ýAhÿ{UDáf×m÷Î÷M»ºº¶45¡+ Ë55\qssï’󇞇Ñù.§+ÂÂ#‹ŠÎÉ o¯öÜÝpM‚(4]i((8?2eMH¢Ðtç“íû¥RáâêVpæTë±f Ó@— iÚÕÍ=~dBPp°®+ÞT‚$ =£ó7äÏVAð ð íªKy¤ß/,kê’Š$ 7ŒÎß &£Ñd4¢অ“%Ðópï<’(@ÏÀè<@ß„Ñyèyè›pNzFçDzFçú&ŒÎCÏÃè<@ß„s¢Ðó0:€$ Ð30:Ð7atzFçDzÞ;#ˆ¢h2Y–ÅKç  Ñ4-—+ %E!‰B¯€ÑùCuzmIQInî¡ÚšžçÑ'Ðy Ãøùû%%¥ÄÆÅwÉ™$Qèyïr&“©¤¨d÷Î_²²³ƒBhW„@ày¾¬ôÒ®];]ÝÜd2‘Dá–‡Ñù®O¢¬épî¡ÉÙSÆ$¡7  ……‡ûøúmùù§¡Ãb:ŸDq¦zF络(555AÁè èrýú÷¯®®ê’7œ…ž‡Ñùçy ÊÀ “É»êü¢‚ž‡'ÛôMH¢ÐónéÑy£Ñ=xpôàÁ‘Qý¼}|¥éåËW´su_?Bˆ o½ýv›™]Åd29räÈ‘111áááÒôÛo¿m4£££­—ŒŒìLuæÕ­'º «V­êÙ£MnP'HÅZÖeo·ö7î$Q¸ÅètZi\Þ=//ÏA?GGG/Y²dþüù;vì°·Àu5㚻޲Ò7Ú;È ûDEEûDèk>ûäJ}^§Óët扵_|&ŠbKs“õ¿5Ÿ}réB‰Ízüß?nŒ‹‹kin:uò„——WáÙ³-ÍMÏ<ýôÌ™3íÍlinR*•-ÍM WꜜÌEI3kkª !?|ÿ]KsSþÑ#!!! W,kLMMYýÉÇ6S^vyÑß//+³ìí}ûöMž<ÙüŸƒ!((hëÖ­¢(nÚ´iΜ9ÒüˆˆQúé§ Hs4e9çΛ2eŠ(ŠÏ=÷ÜÔ©S7oÞÜÜÜg¹ºÍ IMMMfffSS“(ŠÇŽ›0aÂÕƒaÍš{î¹ç‡~˜1cÇq6«ªª>|xqq±(Š&“I«ÕÖÔÔŒ=Z*¡¨¨HÚ@–eû÷ïï¸:³ÆÆFiâÙgŸýꫯÌ=“——'ŠâÞ½{Í=ã`ë†Y¶ÁÜ —/_:thUU•(Š+W®|ôÑG¯Y]{zÛ².{»Ub½[4iÇŽ¢(¾ÿþû111¥¥¥¢(Þÿýß~û­ã.•Öݽ{·(ŠÅÅÅ Ç9èç={ö8Þ×ÕŒkîzËJäpM‹þö¸Í_Ö,kZóÙ'ö~7­ýâ3)mž<þÛãþuûöí¸wz^/»w>'''=--((2þ¼qã'Ø›yMr¹|ܸq„¨Tª’’’š?]±bE€§®(U*•YYY„„„„•+WZ~³téÒ%K–Œ3FjƒÙÀ«««[[[=úôÓOÿúë¯2™l̘1í¬ôÀ>ø ù,41þüÝ»w¿ôÒKÛ·ogÆæbLJJêׯŸÔ9r¹\£Ñt¬:ËØ›7o–ËåuuuJ¥Rš©V«!ƒ *//¿æ*Ö ³9ò›———œœ@¹ûî»§OŸ~Íê:ÐÛ×µ[í5I©TNœ8‘;pàÀÐÐPBH\\\yyù5»T&“;–Ò¯_?¥RyñâÅþýûÛìg¹\.-ioGt¦ö0Wêà €nƒ$ 7Åè<žlo“ ‚ Hc²ˆÓÉò EQ„š¦Û¼´-<<ü—_~Ù¿ÿöíÛ?üðÃM›6Y~š˜˜¸iÓ&77·´´´7ß|S.—§¤¤´³RQããã?ÿüó6óõzýåË—U*USSSpp°½ÅÚ iZEiÚæµ ŽËÉÍÍýî»ï6mÚ¤V«?ÿüó’’s–’&(ŠjÓ3öVéÔ±ýê:ÐÛÞ­m ‘&†1çBš¦Y–½æ®EÑ|ÜJ‰Ü^§©T*©©öèd3l.`®´ý½7®…ž×ËžlŸœœ¼oÿþÊÊ*BÈ—_~•žžnof› b¤xžÿöÛÿBrrr9–•N¹Yœò9h}º®«TWW+Š)S¦¼öÚkgΜis†/99ùÝwßMIIQ©T®®®[¶liMMMÍÍÍ=qℵϜ9#Íùå—'OžüÞ{ï-X°@¯×Û\,%%%''GŠ)&“I§ÓyxxètºææfBÈÞ½{-ûSj³½ê$---AAAjµZÅ-[Úu£˜ÍU¬fÙËLyèСêêjBȺuëÚÙi×ìm›uµs·v IŽ»T:n¥[©òòòX–ŒŒ¼f?w`GØlFûwý5rè8' =¯—·……­\±|ÚôéÒI—O>þ—½™–î¿ÿ¾Ñ‰cüü|·oÛfžéæævúÌé´ô±z½þ³Ï>cÆr•×—¿~ïüùsæÌ¹[QPP°lÙ2éŒãk¯½f>ig^Ï>û¬”Z’’’.]ºÔþ§ùûûôÑGO?ý´Éd!++kèС›7o.,,ܰaƒL&›`æšýÜa¯íÜõ×<È {PQQQ7n\ý¯W}ðQÕzBÈÏ?n˜ÿÀCèè_~¾zÚíw´ÿþÛu÷Üû@kK³õò¾ûvlæx/oï¾Ð9ƒ¡ÿ€åe¥X·¥¥ùo¿õä¢g‚CBp˜Aw2±±±………è €Þí©'Ÿx뫬Y«œþóåwÌœmówÓ¯»vfO»RQ^¶ú“O¦Ý~Fç¡çá½ó}# çá½ó6©TªŽèAJ¥'D ýpNzÞ;#0 Ãó¸ºDZmn]@…[Fç»EÓþþþå¥8¥ ]¯¤¸8 Ðú©sH¢pKº¥ß;sRÈc’’wíÞYx¶Ï¦€®Âq\áÙ‚oׯ›0)‹eM/׉BÏÃ“í»œR©Œ‹wquÛ²ù§šêjžçÑ'Ðy Ãø̸ã®!C‡ê´]pòIzFçoAEG‹.½ê «~¿°¬©Kb(’(Üpïü b2MF#únZ8YH¢Ð—`t Úúó¦n¨Ezc[¢(šLF–e»äéSX×Ù„CQDNOg:Ä[ÍØ?qÇñœÀ ¢(ö¾¥(Š¡ša( IìHLJ¹A%{xz´4·äÜo3†êôÚ’¢’ÜÜCµ55¸gzŠÎ3®Õ$ïL 4My9¥ª3QÑA*›©‹eMe¥e§Nžhhhè;1ÔÃÃcè°á‘r¹¼ó"‰ôZ^ÞÞ7¢X¹Bá§VÛüÈd2••ìÞùKVvv`PnÛ€ž²ø_{>~éÏ)Áh4Ê/øá—¼ÙÙɵ¥¿kÛ(Êñ\YiÙ‘¼Ã™&†‡GtÕ;‡nrÇ^ºtiïîÝ¢ÀE è/c:F‘D຿†”J•í$Êšçšœ=%zè0WÒ%#7=A©Tf&ÇSÙ“sÒybŠ¿«²Í/œ:ybÜ„ ‘QýúN·ÈdòþýЄ:x 84LæÜÙ$Š3p}DA¤ìDLQjjj‚‚C w?¸òŠÖ`²ñ²:QÃÂ#û`·„…‡777s,ÛÑt!žçišF €žÿ³¹+ QªTîGE± Ê·r… tÍ}ZH¢Ð+£¨Ø=·´Û«%ï\CNAýÉ ÍçÊ[DB»òHì=f°7v’(ük¥e®è€ÎkѲ¯}uâÄù¦!^Þ=<’†Ê‘£È•zýÛë ý”Kîõ²ºðIú(]Ñ‹‡fE&ÿ×É+½½ƒØEô×+ÿ\Ý“äöwóœèøø¯.þÖÔRÍÈþÞ#Gg<”9áLEýí/üòæ_Gâ‡Ý„;–ðm-”™}{é‘yDÄãè wEÑÎÿ»ÍãïîåáË4Ô|¹ñî⸉Ãÿï¡<0eÔ˜¨3EžùûBgñÿ±è½WZ ØK8' Ð×5WmU¹úFÌn­-h®Úê4}½!ˆvËu¢mjyùÓC!JçÖ†êƒÛnŸ<;~ü¸å§,ËŠ=Ià¶}ûöää”ää”ÔÔ´ââbBÈúõëG%Œ8æÎ»fÖÕÕB CPpÈ’%¯Þ3wnJJêáÇÛ¢ÕjÙN¼ßBßt¼ôÈ}úÆÃÞaÓE®R® $|­oÄݺ†ÜÒ#÷ݸ3£‚ ¼÷Þ{=Õó=[;toµñoÅòe+–/mÿüë \gJ*\äJÇõ puuU©U4EQEÓ!EŠ¢J¥‹‹Ë°ÁõÍ5r"/*«iO¨cY–¦i///ƒÁàííýÔSOÝ~ûí?ýôÓ×_=lذáÇO›6­¶¶–òÑGIgO¿ÿþ{…BÑÐÐ@ILL,((Ðh43gÎ5jTBBÂO¶`Íš/:¸{÷®   Ë—/?»ø¹M?þ˜w8wD|ü³‹Ÿ“–Ôh4“'g}½víÒ¥ýõåmÊ™5{ö?üpýßÍBsåæâ_3JóîqõrœùÀ^¢(^®ôgFä*c§lò \–ÿ@ñÞÌæÊͼ›þ믿NII¹ýöÛW¬X1qâDBÈòåË ÃÌ™3çÏŸÿG,ÖëçÍ›g}¶òÁÌÎÎNMM]°`Éd2Ï_²dÉÔ©S322òòò¤9ßÿýرc333çÎ[__O©­­MLL”>-..ÎÎζW;ô)+—/[¹|©ã9Ãs&žã´“\¡T( ÍP4EQ4!%QB(Š’Ëå ¹B.—&ÁdÆÝñãÇ<¸_¿~?üphh(!¤¥¥eÒ¤I?þøc||ü¢E‹¶oß~òäÉ‘#G.Z´ˆ’‘‘±gÏBȯ¿þš°wïÞ¦¦¦ªªª!C†lÛ¶ÍÙÙùèÑ£GŽyýõ× !UUUÏ>ûì¶mÛŽ?¾jÕªûï¿¿ûwîXènû÷ïKKM0`!D¡P(Šœœœô´´  @BÈüùóÆ¿z+¥Z­3f !$:zpiYY›rV¬Xàï]U뎔¹Oíê9ÂÅk˜È7ZvÈd*¹2ðêרñ¯;íæ;Ä+ä?Ú¦ãµ%_Wz:,aMÇž3ZZZúöÛoïÞ½ÛÃÃcÉ’%ÒÌçž{îË/¿üî»ï!F£‘ÒØØxÿý÷ÿéOúÓŸþÔ¦„·ß~ÛÃòxñâo¿ývîܹ„ÖÖÖ˜˜˜%K–äçç?òÈ#‡®¨¨xå•WvîÜðÆo¼òÊ+|ðÍ&YÖ½›Í3šÏ<÷!dåò¥ƒáù—–B–/}õŸï¼õÌs/<óÜ‹rêÕÐÒìæPZ¡‘’§(Š"E‰¢H(BE‰"MÑ%eµž.>µMW"‚\i‡¯GÞµkWHHHCCÃøñãSSSSSS …ô‡ý222‚ƒƒ !<ð@JJ !dðàÁUUUÍÍÍ999K–,Ù±c‡L&KKK#„Œ1bñâÅO=õTZZÚäÉ“ !{öìihh˜9s¦ùô’(üA.—K4M BÛs“Ãcb®«4k½xhVàÀ‰Áɬ±¦µn=M¹2€¦x®•ŠÂs­œ©Žm9B(gßù#_¹rù›‹‡fž|ºo`ÊËËKKK“¢äwÞyðàAëeX–½óÎ;/^œ••eýéúõë7oÞ,—Ëëêê”Ê«ï#‘Éd3fÌ „Œ9R©T^¼xñøñãÉÉÉ„»ï¾{úôé8x€çXŽã¬ç?¹è)žçÞzcÅš/>'„456>õÌâ…‹žfMÆÔÂYÔ7ÈïÞruä©ÓÕú)z¥RÁ0 MÑRÀEBQ¢ z½.ÿT‰RæUÛ\`rX/ËšL&£‹‹szzÚ¶mÛFNP©T,k"„ð<'¼´ºÉdEQšNNNúæ›unnnii©¯¼ò ÃЩ©)&“1$$øðáÜÝ»÷lܸñÍ7ßܽ{DZ£FZ¿þsu¦uBg`t »¥¥¥ï?p ¨¨ˆb4u:]rrò¾ýû++«!_~ùUzzz{Ê9pà`yyùuü´Ë\#“ÿ[{éÐ…#«´WN;yNvòœFËü9¶‰3Õ±Æ*ÖXÅ™ê(Y ³Ï<Ÿ?7Vn(ÜóçʳßD&wã^*—ËGŒ±sçNéú÷5kÖ$'''''ïÙ³'77÷»ï¾[¿~ý÷ßß}÷Ùüâh{iÚ|M}g.¨€[” {·!-|úÙEÏ,njlljl\ôô³ Ÿ~ÖÁ=KŽkÅ?îXJŽªÓ×9)åFmØ–]Å&£ID^DQ” ãye¹ýGÏž-©pPÑ\žßÏá]AW'4ÍÁƒ‡""Â¥¯5ifRRòÞ½û***DQ\³fÍØ±c¥ùiié+W¾‘žž®R©\]]üq“ôQEE…L&»í¶éo¼±òäÉ“,˦§§8p ??_EžçOœ8!•°cÇŽºº:›¸c à–øÁûïÍ›?tâ˜ÌÌqUUUaaa+W,Ÿ6}úˆ‘£òûmåŠåí)çõå¯Û<Ë耓WBôÄS¾—6TVå¼Sy³L9H®Ža5&C¥ÉP)s)S¬)ú÷©®-9ì3ðµèIg:ü Є„„}ûö555BÌ—´Êd2Bˆe¬|ë­·(ŠZ¸p¡ ÷Þ{ï¡C‡:”™™ÙÒÒ¤V«EQܲe‹ÅnãÆ„£GšL¦ÈÈÈÄÄÄC‡UWWBÖ­[' QyxxètºææfBÈÞ½{íÕ½–(б÷oá¢g=½xáSÏ.|j±ƒÅÚq©üá,9®ßˆ¡!Ï2”Kþaáç_ÎFA—þ—ãØýy}½ÓO]R{Ѥ¯›0ÀñêãÆ2dÈðá±ñññóçÏ·L¢aa¡+W®œ2ej\\|~~þÊ•+¤ùééieeecǦ‹¢˜––Æó|TT”(Š'OžJO›””LtòäÉÒ5:fsæÌ™3gŽå•JU^V*MûûûŸ8~¬Mi[6oîH#(Ú=hª{ÐT}Óñºóïî%:}©HTœ±B®ŽEÙ™¹úMˆLÞ¤öˆëäö†‡‡/\¸0;;ÛËË+!!A¥RIóï¹çžŒŒ __ßo¾ù†BQÔÊ•+/^üä“O¾óÎ; ÃH‹edd¬[·nîܹÎÎÎÒ…PWW×Ó§O¯^½Z¯×¿ÿþû Ɔ¾úꫳfÍ"„„……½ûî»Rè\¼xñ¬Y³"##Í«›kß°aŽI€^D‰ã{ß>õŒ´`'k±ŒeËþv{ÖC«\éB§þ{öŽÚ7r„ßàÞ M¿T“û[ѱ‚KL”‰cjô—£ä—^}é…%K_·û[£ºÊzfyy™¹Æ9sfÏ™3Û2B¢¢¢ZZš¥ÿ|þùçžþ9iþ¤I'MšØfáqã2ÇÛßfæ‰Ç¥ië‰.ßMH¢}”Ú#.lô—¥yóë/mô I6´U{L­-Yëê7!lôš®ªeÖ¬YóæÍ#„¼õÖ[ñññÒÌ%K–˜o`*,,4‡Ñ6ë*Šÿûßmf*•Ji•6îºë®»îº«Í̹sçJ79Y²¬zs%×[ïšÄkQ‹»‹úÝçg?±l½×ìÒ¿¬L¬¨¾¼ž;iäš !4§ð— ©ÐTWhÊãýêgŒËújÝ·ÿþô“û|¨Ïî&$Q€>JQ=£ž(?:Û;|*¡Ô¥n(ÿ-dÔwÒ‹@hº ®Þyã7rrr4Mdd¤tª ›’¨(ˆ{]{sèÿæÝÑÃ"¶ükÁ‹ïn<~6Ïñp‘»8Ë=”Ä]Ëjµ¬¶´ùŒI[éÍXñ@NÎì™3>ýüËàñ³(‡7Ñ#‰@¯ùvAà8ŽeY–Ž¢äAúæsžÁÿ§m8AÉCX:J¯×Ëår™LFÓt'¿_~ùet8ôÌw@Úó†¤N£Ú³ötszÿÅ»÷åí?Z|¼°ìxY1!$,À3v˜_ìÀÆú¢÷V­ò ‰(Ò¨e¿¿ûOw¾òÒ‹ž^±qñÒµìH¢ÐËc¨ÉÄ­N§×éXç{j/|á8¡æÂ>Öy~CCƒ““³““Z¥RÉåò·Q€žùº#¢Ø-£óĪ–«70 Hl2™ ƒÞ``M&ƒÁ`2™ŒþïÑÿú×J•ÓqM#“ÍžuÇ þoÍWÿéß@_ÛM¸w /†QQ8ŽãXÖh4èºÖ†ú‹›t-õFf¤ÉÄrËó|·|ƒÜà(z£_°n§Axžg¥Ç¬É¤×ôz½V§kmÕ¨œÔ·Ý~'Ïšê«+ròòëêê¢""¶lÙ"Þ:ºj/áœ(@ß"]*“É”J¥ EÉå2–YV^°ˆyÛÝÍS­V«T*•J%“É(éu·lí‘ZÌa¦iŠ¢e2Çó2#—ËA$jÑ›öV(¾¾¾[·n./½üë¾C:þ¯=ÑO ‰ô9R¥iZ.—»¸¸ð<Ïûù‰9´ÌUúˆa†a0.·vDë·ÓÝ€jlç]Š¢d CSÃ0J¥B©T:©Õ,Ër.00ÈI­FÛrîï‘zA=,f8MãqÅÐcv«ìd ET ™¿»Â×Åî_ôr¹¢ß€~!¡¡Ëö›(Š–+åNj5!]p¦I Êžv[Ön2MF#öô Ñýœ»§"#—9ËÑᆓ€$ H¢H¢Ç+M«Ô*ôÀMˆa–e¯ëŽU$Q¸•¸¹{èõz¹BNÑx:ÀÍCerEue…›ûu¼>÷Îí$zð£‡sÆ$ùâ©é7–e+Ê.=’7Iz§À  Bȉc¿µ4÷•gÜhšvsw‹ˆ$ ½9ŒJynùüŠ.$Q@@$Q$Q@@$Q$Q@@$Q@@$Q$Q@@$Q$Q@@$Q@@$Q$Q@@$Q$Q@@$Q$Q@$Q$Q@@$Q$Q@@$Q$Q@$Q$Q@@$Q$Q@@$Q$Q@$Q$Q@@$Q$Q@@$Q$Q@@$Q@@$Q$Q@@$Q$Q@@$Q@@$Q$Q@@$Q$Q@@$Q@@$Q$Q@@$Q$Q@@$Q$Q@$Q$Q@@$Q$Q@@$Q$Q@$Q$Q@@$Q$Q@@$Q$Q@$Qt ‰’(’(ÜÒDQ¤( In…?hZ§Ó¢z ç¥_ñH¢p³sss/½tÑ`Ð ¢ˆÞ¸¥‰¢ÈqœN¯×j4nnîm>•¡ƒàf3`РÓ'O6ÌÍÍ ½pK“åµÍ©'b†oWýòóÕè8è)>¾~Æ?î\kK³ è€[MÓ®nî1Ç{ûú];‰ö0]ÝælÁi›ó=½<=½<Ñ?1xȰ›¹y6’è˜ä4ì6€^ ¹©ñK¢7y‹ ÃìF¶G—ŸaÅK}HgF¿»ü|%’(@rS~ãy¢€$ H¢mœ>s&3sܨ„ѳfÏnhhèÎö‰¢8}úmµµµÖ±,;)k²F£±·î³‹Ÿçíãksõöáÿø§ù?ƒ‚‚o­ö[[»öëä”Ôì)Srsßqç]íÙ®ÎlÂͬ;·€ÙŋǎÍèÚ%úD}衇Ÿáù£GòF%¼ôò+Ýپ͛7GGGûùùY$—ËgÞu×êÕŸÚ[wÆŒÛÙ±ÝÉÉ©3aåüÃüŸ?ÿüÓ­Ò~ŽãlÎÿôÓO×|ñï­[¶ :äõeKoô&\WÛ:̲ÀöÞfçÀ͘D‹‹‹›››'N˜@™7oîæÍ›-?5‘Qý–.[–>vljZúé3g~ø‘„щ3î¸S¯×BvîÜ5nü„Ô´ô‰“²NŸ9#­ù÷¿/ï}cÇfäå!„ÔÖÖÆÅÊ,**7~‚4½ví×3î˜AÑjµóæß›‘‘™™9î™g›³ÚÚµkíµòÈ_&“4sÇ/¿¤›>vlFFfIIÉßÿ¾Ô`0ÜvÛíwßýgBÈ´iӥžýïÇ$%'§¤Îž3§¾¾ÞÞFݸöKÕ=»ø¹‡z8krvnîaifDdÔ‹/½t÷ÝÞ¶m›u#Ÿá…¢ââÇ<~Ûm·OŸ~Ûó/¼Ø¦XëÕ±M°îÛ6m³Y‘Y›½`óذ,pã?:.ÜæÞi³s%ï¼óW^Y"M=zÔ|¶aÝ·öލ¯¾Z;jTBÖäìµk¿vÜÏ6—èëI´¼¼<$$Dš ÔétMMM– ´´´Œ5jßÞ½³fͼëλ^|ñÅ#y‡]\\~üñÇšššW–,ùáûïìß÷ÆÊ=ú˜´ŠF£™4iÒ—k¾xõÕ%+V®tP{Nnn|\œôËÛÙÉé×_÷ìÙ³û•—_’>õóóãx¾¢¢¢[¾êÝîÞµóHÞaWW×o¾ù†RUUõøãO|þÙgûöîݱc{``àK/½¨R©6múqݺÿ˜W¼|¹ô…^ÜðÃ÷‡ˆ‹‹{þùlÔk¿F£™4qâêÕŸ|ðþ{üõ¯<ÏBZ[[ÇeŽ[·î?11íùú²e!!!Ÿ®^½iÓ+V¬hS ½ÕM°î[˶%$$جHb½ìõ€¹ÀéÓ¦]³pë½csçΟ?ïû~0™L„±æþûî³®×Þ`½Õ—/—.]¶lÛ¶­Û·mmnnvÐÏ6—èõºà)NJ¥rrV!$>.nРAaa¡„ññeeåûöïohh˜?ÿ^iI­V+M¨ÕêÄÄÑ„èèè²²2a‹çyixzxìð%¯.yñ¥—’“’ÆOøãL•ŸŸ_UUUpðu_À÷Ÿuë~úég¹LV[W§P*!ûHMMéß¿?!D¡P( ›C½‡禦¦H iî=s'eeÙÛ¨Ú~¹\ž™™Aéß¿¿R©¼páBXX˜B¡fÚk¤6wVÇ6Áºo¥.•Úfï¨Xï{סš lOáí<ä|||R’“Þ¼yü¸q»wï~ó•í?¬·úðáÜŒ±c}||!þóÝGޱ×B›K ‰’òòróù*'''6ITš`F©º:M34˱¢(Ž9ríW_Z§¨«‹Ñ´(W'DQši2±æ’Y–E‘¢¨Èˆˆ}{÷îÝ»wËÖ­«Þ{ÛÖ-Ò2F£A©R]ïfÊÉùvý·Û¶mU«Õ«WZT\Üù®´Þ¨×~Bˆ ‚ Ð4Mḫ=¦R©(ŠêXûmî¬l‚½¾5·ÍÞQaÍc£ÍÆ^³pë½cσ>¸tÙ²ºÚºéÓ¦µÿ"]{[-û½^ó„½Z/ ÐkìܾuÆ]³5šÖ¶¿å¯¹fÿþý]]]Ù¹“òÕWk§L™ÒþZÓÓÒrrrŽ?.%§S§í¾]ÊÃÃÃ<î¿ç×=æôqéòe)+ŠiÓ¦½¾lÙ©S§¤³•<ÏWVV èߟòñÇŸ;v¬ kinV«Õ¢(þôóÏÒÌ´ÔÔBŒ&“N§“Éd„–e-×3&éÀƒUUU„µ_¯MOKsMoPû¥u¿ûî;BHnîa–墢¢:ÖHÇ;ëº6ÁAß¶ÿ¨°Þ 6Îr6w.!dôè„Ö––Uï½wŸ­¡y{}ks«Çää2„Ûw8h¡Í%zwͶýë¸=+¯^ýÉ?ñÜsχ‡‡üñ¿Ú_k@@À§«?ùÛßž4šL‚ LÉÎŽ6Ì^,xá…çg̸#ª_”å¥S§Lùõ×_#ï»ïô™3¯¾úCÓ"—/]ŠGŽM5J¥RB¾ù曘á1–e.\¸hÇ/¿èõúŒÌqC† ùî¿ßš?Ê7_Ïž3ÇÅÅÅò*ØU«Þ½ïþAɘ/þý﨨¨{’êçç»ù÷xºlÙÒÛgÜA ûèÃôÀ j?!ÄÍÍíLAAæ¸ñz½þ“O>fÆòZ‚ëj¤ãÕþMpзí?*lî›ÇF'9BˆõΕÜ}÷Ý6n2d°Íµlö­Í­{òoOÞqç¡!¡î¿$Øl¡Í%z 볡***jãÆ«ÿõáª>j¸R³µ»¼¼üáGÙò¿7ì›=¶àñ?Í™––ÖÒÒ2oþ½?nÜÐGÚo4£¹x¡äæÙ„ÞôÓòà_þ’••5{Ö,|qt†yP¾Íè|EyÙêO>™vû7û;–BBBxà{U‹•2››ÛMC{AûÛ¿ ½CiiYRrŠF£¹óŽ;ðõÐIæAy{£ó7û9Qèen™s¢pkÙ¹}«‹‹«Í‰6D +YÊwêÞy€v2ß™d=Ñ-=´]á`PÞæè> stream xÚí–[HSqÇU$+L‡¢ÆŒmBxa¸‡…ÅD “teO®žêEÝ$#ìE ÖEBÄéabŠLl>…×6§¢n³6msÓ¹<w_»Ø.ÚO ) g öåpøþç÷ã|þ‡ßïðßß*ª¨¢úßÚum̼»÷ˆ#WÝT±Ôc7" Ûi’-¾§ú¼ú…!2ø"WW kÂ`ÀŽj_¨ÇoEP‡ËzÎû<+.Ó[¿W;Óô÷n×ét±±±­­­ØÒëõâñøS¿= 677‡[屫4’ZYw¢zúÃ9áÙyØU!ªgÑJ9ðôÈ*@PYY™ŸŸ&ä~¿?111Œü]‹F™ëKÕJ®Û¿µ»-.ô¹Ï!ò;û}®—i@?Ǟ뻨ùT ™‡ ÷ööH$’V«ÍÍÍU*•!ò††:N¥R§§§±Ì®®. …B£ÑJKKQ…‚ D"ñ×A­.,,ÓØØW\\\^^~òÙÞ4Å ýúpG[·­¾mÒÜu›<¦Wp9ŒOl†&ûÖTÕPf{S½ßu¡ÂÉÉIƒ¦¥¥…Çãaä111À ^*•fff訔”£ÑA>Ÿ_SSsy¸ßÜmû¬-“t²«æu¾eý±yí¾m£Îfà9‘פݰtgqˆ¨Ó!óp!‡Ãikkc0222ÈãããÁ` d2¨D"QUUÑëõá¬È1™×–F.CÏä÷Ìú:t¥Â¶)ØTræûÓ O߯ۜœ _•x „„±X|rrè™ììl,¨P(þ…“m룬¿½úÀ¨¸²£y4ÛƒƒÈ‘™ÀSVVZvvv²ÙìÃÝ"‘H²²²`@ûg·$­V+x¡Pˆ‘ƒ€Üçó^9ÊX äLõÄ%ðÇ¥•””`„˜€‡ÃAÀ„r¹Ü‚‚É©©©Ð„^:‹ÅÂ&ÔÑÑ‘——W]]]__"‡éÎÉÉa2™§ ·n~XLG¾\›$€¬Àò(C>œ¾> stream xÚíÔ; Â@Fá™øF|6¶–Z >·ÒF°ÄB_«pu.Ã%Ä#sËôiþ—„;aªd™RJ)UdNå”zçÊxoÂs÷û‰þs;ØÅëœýö6âˆ9œ0Á T}xÁWÛ›"Æ+xö"”ì>ÎÖPGÇ3M›-fû~ÙÇØ‰ÝM)¥ŠêÅ?é‰î¸ášK‘Ù endstream endobj 434 0 obj << /D [432 0 R /XYZ 56.693 815.761 null] >> endobj 368 0 obj << /D [432 0 R /XYZ 56.693 425.778 null] >> endobj 435 0 obj << /D [432 0 R /XYZ 56.693 405.907 null] >> endobj 431 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F74 436 0 R /F64 307 0 R /F71 414 0 R >> /XObject << /Im3 423 0 R /Im4 430 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 442 0 obj << /Length 1583 /Filter /FlateDecode >> stream xÚÍXMsÛ6½ëW°‡L¤™H‚žéÁ'iši›ÖN{ˆz L˜bMQ Ö‰~}w±EÒr¦M{èE\‚ `ñðö- î•÷^-.®Ï_Jîe,‹ƒØ»¾õâ€Å‰—ŠŒ…Qê]Þûå…jz}Pí6oŠÍ*àËþf»òÉ—·ë0‰Z²‹¼[ý~ý= ë Á2)©óy¯«ºïüó;]íÕœrz³ år߬9ʾÍѱ»WíÝAõ%úCŒÂK!Æ8Ä£$aq–Á(¦·„’tùœ‘Ä‹׋ .ÜžŒÁ?ô’L°˜ÞÍnñþwîð BaQ–z÷ÆsçIÁYÆ`×ÞÕâç·@ñ1`q4L2 /‰2&xL­ƒ 6Q¸n3Ñ ]øoêêæn%ø°1H^UŠŒ¼¿%ã²oo¶À®šgÔÒïèYÙçe®UÕ}î´² Mî6IU²{tQÕEžôzèéI#3Bz²8_¤, …Ȳ ¶«;oJµÁ`E–, Õ‘‘÷Ý¡7„ض+‘Âj ò‰@·j[wv'Ç@™²$‰¿­R„Ámp@ãõ¶U4‘ˆZqéø´äÑj%äò“Þ©ƒ˜EgðÙåM^ªÖ¼K@,;0î×amkƒ/~¼¯ÚÂQ©ñC›bì»Ð'DÞUÚfƒÛÌ?1aööåõ¶qí9€ˆ(]ã¹A®ìa zpì»RY\5²'a‰ ÿ6†p~Q•Ø`V3#²¥ší¦‰s·ã¸i,w$ËcOÈÍYf† d‘L03?.8,Mf‘ñÛæcœHóf) ¤kþz'½Ë=$ìÔuSùv.4™Iç$12H9” <m$!³dø¥$Çœ‰‘ ðD¢Pîl6ƒ}SÒháÙÃmù ó'ð “,‰1A3Á ?rÒÏ{ïKΗ¯Ž;ˆ1阈QÈ2`"\6TSéÏ'²6LY(‡¤­šc0Æ àÊJ.ó ,¢.¨íí-4/6“ý4`ð‡lb©Í¡K3ŽÃåxð¨)…4½ÉÁˆ nU§Ÿ¹ï-“”"7Ìwëvo-Ê#øj4€Úœ¡]5“‰å#RÔ9/kLµèD9„ø=:f<"$Èá…Eº¬6Vo÷NÔÀœ,A¶¤ @,W4Š‘¦ ZmuzžðˆÛ¡·«ælÆôI•Àè2–Dò+ªßŒ“TÔ¶¶å_Pë±X}šáLþçÕvÉîÑ&oÝt—_,ßÇåöã%îa^×Ý,à“û¾‡e§ßtûºêИM=° ¤rIAÙèχèAíºƒr•qØS·Ì_WBˆeÞVù¦v¢4Þ±0 X$þoϯ¿;!IAÌ".œS‘-⣧¤ðüˆ',™E*þO…Ó÷«æv¿òcèêûZ}Òß>}rCïªÕV½ArîÖ\ò~ĵ=y÷ôÔCÉbñE×l|›ïÔP\ŽÊ$pÄgÒk¨‘ezfxžÓÛ¼&:€Gá\'g–gä;|Ü®¢»fB ÷mGÆÀC°Ñg£hl‹>ô†KAá"v}4/¯auÎyÙ)Ž/Nk ‹~À ˜{ÐÉ©«Ë«Ó)`»›ÊðnR•jmFТ¦B??‡!œS÷«*¦áa ÃqV¢GŽ9n sECk¶ìS+²`ĪÁª‡&¤LCŸ)—±ÎÝh¹ª7šT­)quµ®Jú76EŸÑ›Ñ4Ü€”ûØÒîµ Ä©Ý¨©òåÄŽý´ùCÝéºêÜá1´¥´Pö¥~ã6crEuç öQsA²ÆãUÜxu#!>Þ(Æ#](Ý‚þh'@‡}ùÈõ nWq:½]]}PP»‘ùrÙœ‚(sPºw¶€tx^Øi,ûC9ê¥í¨¼¯CÁ’q~ï줃ž»ãǬdPõ1A‰ñB‚Œ3'.ªoN]õ@"“Áí҅xŸ4/J‡>ºE²—þÕ)}LÃ_(§V碀³Ð1GW&÷¯Í:ƒ;|s×ALz Ñß°IõŽ9îøgÖû]®«Î•š}#F5#Åpeÿ±«+1{Z²Ný¡qÆãìkþÏø †î©¢ endstream endobj 441 0 obj << /Type /Page /Contents 442 0 R /Resources 440 0 R /MediaBox [0 0 595.276 841.89] /Parent 403 0 R >> endobj 438 0 obj << /Type /XObject /Subtype /Image /Width 900 /Height 531 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 52563 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 900 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|ÅÝÿg¶\oº¢Þ«%Ù–e[î½á† ŃI( B  ä—BH ¡—äIƒðÐÁ6ØŒ{ÁE.²eYÝêõŠ®ßmß+Ï*¶t’q›7¼ä½»öÝ™ÙÏ~§,D!„H’„ไ¾ ƒÁ`0L¤Hš3tBAÿJÅ^¥ ƒÁ`0LdHþM‚ zý¥BúT¬G1 ƒÁ`0ÃW¢}¡ „’ÜAE¡!1Šõ(ƒÁ`0 &2%*‰Q²„PR¢‚ ðçÒWbkb0 ƒÁ`"£áJ” ‡ ˆåÂxà™ÿbÛa0 ƒÁ`F—ŸXEQMÓ4MKîN(—ˇ$@Y–eYö?¦°äÜsã l/ ƒÁ`0Ìòöçû‚ÖÊ¿>¼DÖT*•’ eæ?öà}÷Ú~p·ìü_Oå‘gŽyFiI›÷hT–ª ƒÁ`0—/v—ŸÄóœ@‘„I¯úžC™u À¿Þ~çù) ¹\Õjuss3Ã0 ÃÜÿÜ'Þwo‹Í_ëîYüßôq™3Ç%+uFZ&'!l±¹?Þ¸ÛîG9?~_aLäyŽ€A’ø’c0 ƒÁ\>JÔáö.Þ~žsòŠæuêpeù½…²:}ßíØôüƒ‹”Je÷œQi¨’ùÓÌ9SòÿåQ ¾¡Ùjï´çf%vzP~^Þ³“ç+>üú‹Kø ÷V—Ë7cú²Ÿà«ŽÁ`0 s9Ðå؜ފ£;æ/¹)')ªßs*›º¶o^?jÂ<@”Nù=‡(,9 Ã$ õz}UUU øÉoÿ½ú®|AN:ãø3…¯>ó†$ˆ„ìtsPtœ1pͧj;—.™ë‹Ÿ[]ßôÖ[ÿ;ã¾g?^»©`Þ]IY…øÚc®D,­¨IŒ‹1è4@ж=‡Fƒ~BA. dö*ÅD›Ææf &ÚÖvkõ™F–ã¢ Ú ÃÁy3'‘qÁ€õM­€Ô¤øˆKÃ0{7èµEãòGÜtu*35)-%°s±(ŠógN©~ª"1.:;35°¢¶þg?¿Î QüéÝ}íïøì8­ZÍ0ÜwÅ%ZZ¡Ûì]ùÙM­N—G¹Lž‘žTSßôì]7ÖîXßÒÞ9ubÁY¡ ¢#%§ý€ˆLF'ÅÇ&'Ælg]C³× I"%1®¶¡9Cs[gœ9jÝ®r«Óc1‰uÚºê›} ER±Ñ¦Ì´$–åö.Q«•*¥ÒápÊå²1yYj•r0¢*Äfål>øuø7‚ öÍ­×8|¬Ôd4ägûCGJQúq£sÂKžg³)ÊÙåé$·×ßopžÊ*kÃÍc6†gµ¹ÝzËŒTéÙcvaʺ]U©) ÏtçÏOÉ©ÊûWL›Ôn÷®ÛYNÄäüxE8Öçt2‰*°¡¹­®©˜]ߨ¥×ŽÍÈò Ãî?|¶BŽ3ª²¶!†_µ®NÄ5*)!vãÞ*’„É1ú¢ÜøæN÷¡Ó-V ë«jA&„°WüIñ1áÒß§0×%ºïA‚ˆs²Ô:B¡™D¯PršR)(“NùøšY/½·@ðøšÙ&Òî4µ;ͱIá¡Î£Ò˜ÎŠÑžL'ݱöíÕÓfÎUØOj÷W´øÔyËÛü)Q² ­#õqglܨÜT½ñtks¹ß3S¡Öãk¹êIMJx÷«’[çºennz|Ôoþ±“wzü,„`ÉÔÌw¿9±°hz«ÍoÖ\nÏ#7O˜Qü?¯ou¹õJ"°á…U_¨ùòP}Vz àØÉò~:/1ZxêGg÷©øøÛ2¯Ûµá…Uµ-]祿„çßÛÿÀŠ1c2¢iŠ´»üïn>ñ_.S)hÀ†VµÛ½¾¾mÊ„±Ò}·¤´â?žoÖÊ(ÒálÚ_u¤¦Q)—”ü3÷ÌH‰Õ³¼°~wÅ·žÃSÿØyóœÙåõ¶ï>8ÄóBŒýé¾Ù‰­7Àî:Þ°nw9Eˆ^XÕÐîj±º'æÆ[»üùð€%&á‚z4Ôù0œ ”Ó7ÌÈþp۩ЯÇN–÷Êíò3 ’Ûðªc•m¯®;¦•^Xu¼ªýïìíUêPž÷Ÿ:@gÕmGkcß௭-¡HðÀб!3~°õT{§=ºGÿ‰"r:»¦™iwùOÖtΚ¯ërz¼^ßÅ0Ñ×ÔÜ2P~<^ŸICN›äö1¿|k›Þ`„nØ[“—›aµuÅjÁ`’°º˜*˜ ˆãÓõOßy½ ¢oÖ¼ö³§ÎXŸÿàQCõ5Ý«Ÿ#¡^!ŸþÏîg<#üª}ùÝÑ®NÄ5*5)~_y‹×ç“¢/ʯos®Ý]-£é¼dÝ#·Ì EõùÞŠ¨(}›ÔPÄ9#¸Ã\SžÑÁŠQ¥ÖAœ;Öñð‹{î.íjTvÚKïïy|Í,“NùËÎFµJ»;ðÒû{Fe§õ 挺=£b7$We¦TmÑÏüîéßÜ·¼ÁŽþ{°kæ¤ñ“ç§))=V[–‡ÜÚÔ$í/­ßòîo®à |í1W=u -w//Tˉ5ÕMŽÇVO}cÝé'–öl\X”ÞÜéÖ©åŸí8}ïõ…•B±a_ÕŒ‚äÅS2ÿóÕ‰Ÿ,Øz¸66:Ajn©Iñl=õØm“ Å«ŸâñÇ+ E(ÑŒ„¨æN÷6ÏK³åƲ­ìtƒ-)ZOÓòm<þÄši€7>;̉(3-IŠ!`2öh®k났šŸ÷²q'^Ý"0Á§î[äø¶–ú^¥87†°]9Qœï‰;ty‚ÿØplr^ 3sxAüê»@J¬~÷ñ†«gå¼¼[æŒzwkenvz(¬Çã³w94E%ô¸¦BbÔëgU¶­˜™½iU(H?¹­Þ"õW½œY*Õ€y?õç‘0,;¹ þ3ÊäA»ïLC³”a¹\6>;N­¤·מ¨î˜;!uNaêÚ=µZ9º¦ûÇÆ“ÓGÇöÊô Òutº½¹É&ÀÉšZ¡’&Ú¦$Ç{}>Èù™Ä¿¿<5PSܽ×vyo+›YÒËd}܈¨W…dx¸ïDS]›3ìªu\Œ•’ßasÐí4‘ËdF5ùÄÓzEµÿdó@ñK¹ÇžQÌ5èÏ;LAÏèÂÙgçô»ûÐùCE›HD/½·û—?œ¥UžÀKïïNKIŽ6=~¶_Ϩ ݯ ß³ÜÙIâQÓï·2þÇžÿÀ çÏ™eRÐ¥%%*@Û<설à¡ï•9=K?vڜǞx:< sµûåÁ«Ýñ³›&–ž±¯ßS•žš€Uúuóš3rî¹~\EƒíL«³»¹’d³ÍWÑ`Ÿ5.ù½oNNXÓìhï Æ$ȤV£R«–ÔhÀþ“MÂ5×aálNÿkk›¦Ä(ßM³GÍš­«ivœ¬nëòAì/mÎÎL5èµRœ¢(º]î8sܲi™j%M“„t¿1inÚ[µíx‹9Ê "¦±©=CøÌHŽã‹rã „_¨9PÞy¢ºã£–MÎKníÍî/öV™tŠ•óò,u0È„z¯×'ÁYùf€7È•œi‹î¥l>Ù^6wBêÍsrCßô›Ûº6'Þ—’$u¬ªÿ<#„€aÇ op@k—2ã‘“© ¦üäî o=TÿóUõ¶6»×äfŒMú÷¦’ysr.†éxA蕟c¥Mié’=…p©-¢##«­kFÞ`“D±¬ÞÞo+ÈŠl>X»ÿTGu“ãåGB>‹^¦"áÙ ™ïñøãÌÉ˦e…_µÝ%#[£ºoWüÙ¬0 [41½oT,' ¿T%ð} s zF% xÁ“¥ÖAô™~žà}Cyül€å<ë€,Š'êlß"Š”ÔDCw/ß©iÎÏÕyËêÿusfvNÓÉC ¥:U^­VžáÌÑ)œLWZsrç;ëI‚ÄØk„¸ØØø¸ØÿÛZm1岄ÿÔÞå?^Õ6>'îë5áÞ¤øØØû*Ÿ¸cÚÏWMV+é­‡ÏÄX,áM†[DBôYPbuú• eJRB]cÓoÿ¹k\vLrŒþ®¥™1ϼ½! õ¡8Û:¬3ÇÄ/,Jß~¤nÝ®Šgç,,J'I"ÜÉ…@A†b ús3öCäñ³J…Lè ":Ûux¼þ”$åÊyy€v»wóÁmÑÑ–^bÔîn9T»tZ&¡”~s+öLg9NkÒ†26¸<Ã~ƒÓ$Õè`{™±¸¼5”ámÅg&æÄžüáÙí 91ÉtAöÍÏ+ŸËÉʨUªÊF`lf Ï«ol! pº<½fHWg  Ö}QÐ9NeØãAìmùs+¤ˆÄÙcú^5ÁÈÖ¨î×Þï·þg½!õÓí§/†éAè{Yyž—Œ¦R)›Z¸ïJ›¦Iúëà ö–4$œ”;áå—·þê T©NÔtOÉðø™É!wÇ@–ïíÌèïª\ˆkT˜pî™4MõÕm‚ïS˜kÈ36à~žuñ¡“ÑÃôÅÇNœ'‰^¡š›[ž¼{®´bé¥÷w¿s¶´žéÏïì ‰Ñ¾-±÷fýN©éÒ>PݹlÙÒÔD!ë´FÊ ”„PjjrCÕw©cæ$Ä×sm Ó0ý¡B°ªËl6Ñ{ö€N§ûú»š»–ì=ѨPi`ïI3è‚ÂäõùWÍÉŒ]GBØÔé~÷듳qý®Š;yèæ¢#­¯¯;‘™‘ 0›Œ;Ž5ŽÏŽ]6-klFt}›3:J è  çßÛÛÂü5×ayqýîrFÃßÖwo@ƒdùàÀê…ù÷ÿ`‚7ÀnÜ[ùùÞÙo[ /ŽÙl2›M½¾?×P€”©¾ú®úÆÙ£$»õ›[J®|oóÉU ò¸qüÞMc2¢%CÄÆXúÍó¹Zè ¦¾Á!^Ÿ¯—S““´Z  ²ªfÎøTÀæƒ5^A¦ÉTÖÜ:?oâ¨ø7×_ ÓA€úæ'!>.d·ÌŒÔ·>/9Óêœ7!õ¦Ù£‚¬pª®3À‹ÂÕ¨‚¹â?›Ž¯Z¿záèíGêòÓ, Ç“¡Öšúµ|8Õ1N;â5 îH!I²oT_ì;£ÕjÎ?ž3й†Ä(„C:YDý,`HÅŠáx—¼ôþn£9F:x|ÍlZžkè*üÑÆÆÆîß¿ßçó=þ×OWßõ@c‡³WbÍUžº+O©¯®ŒKLÎ3ÊÔ@¦,-«`Y6oTö“¿ûSü¨9ããk¹fõèñ¥2=:oTèK¯×WUs&*Ê–’äõù ÖµhRúü‰i¿ñ-¥2ªú¬=/+¯dv\A>‰Ð±À ¥eµ*;+Cг©¥• ² …Bž˜¯Õ¨­6{k[‡ z.#=%!Ïógê}>ŸB¡Éd.—;%9ÑdŒrºÝím`€0&ÆCrR|xŠN§«­½3È)’Š2âbyžÀq\iY…Z­’Æ”‡j¨–ÖöŽN+AÀqcG”ÛŽNk{{'$c”¾Ój×i5™i€ò,e)”ÿ~ƒ÷kÆP&«ªk½>Nv†Z¥’zÉÒSå"Çäçy|Þ‹aºóçGÊCG§Õîp²,KP«Ö¤$'’9¤«Óos8œcS4­V· ŠË§eMÊKø÷¦ãÇë<Ñs¿¦ëeÞ®ÚEªQŽ.g}C“Ô¦ú Bxþøqg…¹vÐk[¾\7Èíë¯[~³Ë~(¯Ÿ9Uvš¦ÈØØX½^p¹\ííí)qQS r¾+ïàxñð·ŸübÍÌÞb´¾­«W’íu'š­3™¢::l$ç:kÖ7®ØôÕ–{@Hòùßÿ¾»~ý:0w—B¡XºtÉÚÏÖ>üðCÕÕÕ­mmsfϹ]û-ÅôiÓyôç¡}ûöîÛ¿ÆŒíÙÙÙCu³!¡ÆÆÆÿ÷ÛßîØ±=.6ö…þòÿ~ûÛ¿ÿíoý~*ïöíÛUJÕ¶o¿•„i¾¥K—¬ºmõ“OþúÓO?ûéOºÿw’gô•—_6 €_ýê×òÉkÖ„Ey½Þ <õÔ“»wïùË_ÿúé'Ÿô²üPƒ÷kd„Çã™3gÎ3O?=Ô¢…ª(Ь¡\Í_0Þܹµµµ·®ºíð¡ƒR  ƒÁ`.±=?_õe\Ï0z/öíßßÕÕu×Ý÷H}>ÿðã?tøð¬Y3Íf3à¶ÛV9zdDJ~ÛªUOüê×?üЧŸ}vóM7…«~K‘ÝÑÞîv»?ñÄ;wí¢HjÊ”ÉÃÉáǧOŸ ¸ýöÕK—-èËcÆŒùóüý2uÊüyó"HT¥RŽ÷õ×_×ÔÖM }ÿÑÇõÕWE[­V™\Ö+”R©œTTÈÉÉinnîíPƒTUhšž3{öpªËíÎËËLm ¥•‘‘¡Ëëêê233q§€Á`0Ìå.FÏBhüøÂÿ¾óÎç’¢»hz¤âœ}ú÷|ÁRSSwlß¶gïÞo¾ÙòÖ[o}¹iS‘ܲò–xðÇ?¾7ôÍÁƒ×®]ûå¦MJ¥ò?ÿy»¦¶¶¯n“ŠboŸeÁ2²R©ìµîÅ«¢(Š¢H€ãyÜ`0 óýC tˆ^¿†>JÓ§O?pà`II‰´´èÔ©ShˆôM}RQÑÁƒƒÁ BèÛ­ßv/Té9Sòh²,AB+o¹å‰_ýÚh4Ž5j0¥˜>mÚ+¯¼:}Ú4¹\®Ñj¿úúëéÓ§£Ý Mž4iÿþýmmm¡>üpÆôé}Ê[[[MÓK—,ùÃ3Ïœ:UÆq\æ1}úC?ûÙí·ßúÆérÅÇÇ+ Q¿úú«ÐE»¾á‘ ^– ø@F>oíTµºŽ¡“AX·n=BèСCÇ¥¦¦" ƒÁ`0™‹ë‰ùÇÿþýñ_ü’eYQ_w]~~þP#Y¼d©ä¬ìÙ½+99ù‘G^y몤ÄD½Aß÷ü5kî˜3gŽÙbÙðÅçCJhåÊ[^zùågžyz¥˜6}ú/ŸøÕŒÓÓ¦MýðÃúô´´á˜+))éÙ?‘Ë倖æ¦ýóŸËo¸¿ƒÁ`0 sÉÀ¯Å\£Èd²òòÓ¸ªc0 siÁžQ ƒÁ`0 £ ƒÁ`0˜k¯— 2…B­Ñ(T*íE(Z—Óaw؃L€ 9žSÈåƒÑh0iµ:¯×sº¢Œ¤ÈÌô,ƒ> Wòˊ⣇}ø1š– ¾…¾öÆË…#-FEÞCPZ|90W•އ¯­½eâøIA&(Š‚(DQAÈeòŒk†ÅÅúŠömÊè§}íÒD;¡|¡@LŒL‰VÕVjuÚü¼±$A@!„o¾Ýš=îŒlóþÊ“ 'Q!A›[ÊÊOåʪݸiã ×ßX[[ë÷ûƒÁ ˲Ç ‚@Óô„ ã׬Y#)ï`0øæ[o^·pÞ¨s©ðû}Æ(ð>¯·_¡ËéŒÒ’J…"‚$8޵˜-èÚÚ€vdnÁ`Àéìzä/Ï <ÇÒ´ ˆb‚,Ç²Í u’&)ÚeT(UÃL”e˜æúEQ ¹\¯×#„‚Á€Ïív9HJK•Éå#R@·ÇÝÐT§×ê³3särEQŽã\.gCc]ÙéR†cæÍ^hwØËÊ˦Ož>¤È}>ÿ¡â5µ5<Ï>I’Y™Y“‹¦ªÕ*ܦΠ4-kh>C@ÒM¨ûN$!ù.ºŸØ°˜cxžÙa4¿£¸î»•iÓ>S‹ðÁ\Eb´‡Û¶.^z=Ë2¡ƒAܨx!Ïs!‰!$Š!Q9žÙŽÛ®¡O‹L¥Òò¸Êò$Óõ–ʨA”F$F µÕg*Í&sLLÏq ‚ydaw_ìU«•‚("„â’(‚:U^:&oìPÒëõjµZò†JÏó2™Ì`ˆ"IRòÓ¨T*K´BˆÅ(f8DÐîÂTeP«5ÍÍÍ*•º×cÏó€ßh4ò<çv¹#Ë‘螈#ý¨•J%ŠâHYÃÙåP(2­VDÇ+ BÈïó€€ Aà ¹Z«UɲŒÝaOH–„²wvÚ­V¥R)W*EQàXÎëñ„d …\¡P@ ꪪLÑÑæ˜˜a–®¡©Þë÷N(œ,“ÉX– <ÏhZ¦×ë ÇMäy~÷Þjµ†e«µs¨ñ*>`6GÏŸ·PҸݞ볇W—Åó|ié‰CÅæÍ™ÛÝ`€ÖÕÕ2,{žsrEnnþÈç‰Åwƺ¡±øÎQ‹Nˆ—‚`®1ê–/½^ú:Ìc"HÅîû€É|-z?rŠ^R–©7?Pšîòu¾e«ÿ A½/û;©Úà…Ín‹‹‹w{œ$IQ$ERun¡H’„EQŸß£T©Ú;ÚG]Œ*ŠÐ˜¦ô¼Ë²,MÓ*• BB!ËäoG€´» Ë" ’Ôêt]ή¨¨sFuÎ.“Ù ä‘å¸È*ª ŠA­Vk··'ì?³ÉŒ8R­€ã8­NǰLk[g||¼9:š ΑØ)©i^¯·±¹5>.š–É8·{8IÛ:;v»J£áy¾Ën2› &R¥üþ€ßße³Ñ2™\¥²[­€áèѶöV„Àä‰ÓX–q:»(Š$R&“CEQ ¢((•ªiSföhÄ!_²šÚšùóJ2WÒ !I|¢s8û@Ę1ÿ~ûs¯%1:œv!LÏÈ’ü!’ÏBô'ä9«ùGðájÛ¬ÐÄYRoõtžv¶mÖÇ/Ã](æ*£¡§f† ö:„奮InQ€è–gèbÒ>iæžmÄҒ wÀñ…£î'Ú¬#C*€(Šr™âL}mϸϽQÕÕŸq{œ‚ ÍRSÒEQŒ`ˆB(y@išæy^:îñ’J'Q^±sÚ4R®ûê+ºÑ£q ÃD@íî¬tc9Q!êuúƦF­F#¹Ä,Ë")ä –a‘Ô "rá‹¢EÑd2…ßW{¤ âH D"Q’O€"Ɇú†NS*Ý=ˆ"Nš í*µÚïõÉäòôœQ2™,ÔºiZ¦Ó¢Læ–†&”ÉämíZNÑl§««ÓÚ1cÚì@ÀÏqœ\.wººêê}>O0ÈÄDÇÄÅ%˜Œ¦`0(Š‚B¡ð܇wyž§(* <øÐƒáß¿ùú›ç.E¡Ò@EQ‚ \S‹2‡Óî „gj«/àU(ÎúAFΰ¶êrWˆ¢7&û¦æ²—ôqKqйZÄh;·»xér†aB£¼è{¿»'pSò”€ím™z€dx øüö/(Õ¸î‹AðŸ@Ó´ä ?!Æc4Eq [ÛZy^ˆlQÒ!*HCçx*+sÚ]™¼/pèþŸÎÙ¿×0LDÐîBÈd4Ïs™Ln2šGtt´ô“Ýሉމ¢ßÐh4‘ªCQº›Zm6€äùAÝ+˜€Ùl=Cù##F{Ô®1Ê êÅó´PÐËû4Ô„jª¯—ËåËÊäòÔÌÌž)°GpL&KËʬ«®áXV.“5ÔÖfåå u:BèTyÙ‚¹‹X–å8–¢¨â£‡<^OvFVjrŠÛí>Yv²´¬45%}Báx€ÛípC™÷Ù—O?^+ÜzÛ-Â…ËVH¿Ùø9`én’>nZ÷Ùµ9Ñh8í@˜™™ÓãžèvöL…öLŽi»œ%<Ó¡5Oów­×™ï˜×Î¥aîE1W•]¼ty¯ƒ ‹ÑžB"8ç¨ëg»6º›Ó%¿ÞócˆGÝ£S¯N|{¨:QEH<Ï“$”6á'¸=n’"8žã8Îð ?1R¢3gΔÉd¥¥¥¡›|·zõÔe‰¤KàXA¦7âê…‰ŒÚ]Fãõz£¢Œ<Ïk4§Ó”J¥ÏçW*”EA’$|>oll\dÙ“Ú8BÀb6÷hÑžÂ戉QÔ-G)Š€¼°tô†ïu»‘ˆ 9–MNO‡ÖÕÕñ<Ÿ––FÓ4€ã¸3gÎÐ4–––œ\[QAËd"Ï{\.Á0¤´œ.§Ñ`¤(ÊívÊdò’“Ç $fM›-ýZ|ôÈ¢K z@I‰Š¢ÈG$FCðowlÓNP&£CÇÒcL˜æ†¸Ý ήX*Û½³%ÈØì6€ÙdNѨ æ- a5j­y-.ûH°S”!W\îm֚ד'¾{QÌÕ FC½y0ìupá• „;3¤!EÂBÑJq@°â äy—\;Q¦¡^ˆ¢H@‚çùfOÙŽ>¦¢u³ÓV‡ŸpÄúùáʵ´eNÌO¿‰xi>kb4ÜZWWWPP0þ|—ËÕÐ#Æ«­ú˜û§%öœ¿½…—1a"#‚v.FÝnw Êhš “Ùh³ÚãâãœNg|B<Ã2€¯G®“$"¦Gˆ¬6ûYáÒ£F-–h MÍÍÒrþsö{úûî©ç½fÙAõ§Dž×EíGÉù}~H@–c &#-—!€XŽõù|UÕUYYY€êêê`0¨Ñh@´\f0]]€>¯O«×©Píiié‚Ài³Ûl6ÛÌi³ÐÙùQŸ×‹DuOx’†šDžã"ºdÝ3AÿõÏÿ„[Pæô±GÒ’º÷}ü—ÿóâ_^îu/Àíîb¡Ûj=xßýÑYsŸ{VeEÑi·•ýú© /½6ïÝÿê,f„ÀH6à,±Õ¾ì:lšð¶È”Ñò8 tZRW·ž¾¡ñÈ]æŒG±sŋѻvl[¼dy †)F»e(”nQ=S‘€V@i<§ d Ä7ú;öÍ*Ób¥~<$”GÒpÈã†Ò0=ÇñüýÜÉ‹MªÄ¯ŠÃ;\P·þhÉÿhÿdûñN?# 1"ÃôV«µ´´tâĉ,ËŠ¢ØðáGîÍŸLýa†c}GµÝéçùã÷Ýü¾ûš¬¬ÂþC?÷ ˜ÁA» Çb±ttvšÍfžç %I‘6›Õev¶à8Îï÷ÇÆD¾ã}w ‚Ðb±„ï_#ý•T£(ŠQQQús%Zdû=õ{ÛFŒøöR>¯BÈsœR­FAÓÒÒjjj‚Á`UU€a…B‘šš*åJ¥Ñ8ìv’$}^ÏP ÕÖÑVX8eY’$›šS’RÂ'üL_ôíö-N—34÷>´9I×Kš,õæëoýäîi£oÿóZºGHAÐg·»¡µ;îûiÁïÊ:ÍSZÚ™—!Ô•WÌùÅ/NïݳcÍ7nÝ2+—ènßl«~I`­ÑóÒÆ½%rõ ´< ò­K7Ú×·ÿ1AéÍ™ÿ£‹]‚××c®x1ºxÉò^£{ûv\Û0ƒ$‚vMÓ&£Ñn·[,’$µZ­ÓéT©TË"„ºººbcbz½“"1 ´ÙlJ-ÆÄÄHOž’`E‘ã8†a†¿ßSÿbô"l/%ÍgDQ¡TJÑÒ4™™Y]]-M”Ëå™™™4MKYR¨T¢ P$é÷û‡Z(—ÛMQ´ßï“ÉäM³gÌÿÕd4߸⦬QR†5=ê³×G‰sñq»À²íÛ-ÉɣƲÏ=×d³~·b À´­;3ÒÒso[Õ¾w_É–Íã®[2œú»Ž4ߥ4$[ÒÆkŒ£‘ືR”‚–wO¹˜JÁJgÉ3&~ès–tÖ~Ô^úDbÑ»ª¨‰¸_Å\yb443ÉË{{\XŒvÓ÷ìiA„ùLÐ ·³s±"'@·}Ï™q~*=úŒ(É3 sÑ ;¿âʵ»S;&çÜ(ýjL¦xß;ÓPÓXî㻠р¦eO½ ¦/,,ljjjooOMKDE¨m]3ížS]g{(rY*Q—Èoåæš"‚v×Wª”J«µÓb¶8»º¢¢¢ºv¥ReµÙ z}xžãDAÁd4†<£¢ @{+"çlV«Ïç í÷$ Ïs¤+ð¼È ⹯[äAžãÚ^*‚äxžx^äyAD—£¥’J©KBwg†Dž…n†Z.‚€<ÏCH „hŠbYV.“_¼%©Oí9b†yFè3ˆßë^€ÛÝiGÂŒgÿà)+k±uVy½+nZ ÜÿþÇ”\ëófÿéÙ£'J aä†yOÃ[㲦qL‡Çú AZKÀX÷H—Là=Àû‡¤–.ˆ¢ÉlÐiug÷{ŠtUS¿žQ‰Ò_“y€í¥†žœ\¡$uÐï—Éd žçkjk†‘ Ë0LuMufF¦´[VÀï—RQ }k'9-cXFš¶«QkœN§VÓ¿V`Xæð‘C f“yÊä©Òª¦¡v’}Ä(x葳;==ôÈCo¼öæ‹/¿(}|ìÑÇ®ÍùîÃiwB›Ý¡‰ŠòŽ/Øý’å7®4D ‚˜ùÅ›>ÿlŸ±Z;­ÖáÌ (mbÑG­%÷:Zò5æÅA lÏ9¢àˆ‚RqjíB]­Ÿ[k·±A_bÑÇX‰b.s. F¯ë­¸nðÃô‚ € è3Ÿ,¬%fLH¨ùs}Cëg‘øšÚšýû÷7·´`ª+áàQWyFž P[Þ"Ô&(êÆm»322æÍ™›šš>üaz«Õêv»%m*ŠÏsi«V5îÞSýÞ{Š#®üU‰mLæï_L»å\Ã0A» o€-MVk'D!DËd ))$Iº]Ζúz!‚Ðd2%¦¤„¶ 2…¢¢¢"L%†¶p;« ‚p9]Ý›ã o¿§ž½ŠÏýò"l/¥Ñh<.„ÐïóI«ãëëë™ #WÈ3325µ5L©««“Ö3ù¼^iwzýW/”J•ÇãÖiu<ÏåçݾãۤĤ~¯æ×›¿š>mÆ ×ßÔØÔ°mÛÖ¬¸15ß=.¯=g˜>|’hø¯çyÀíî÷#„‚„d÷Ö÷ÒÖ×B’$yŽïë rµ‰š1瘧c‹ýÌ+mÕ»M‰ù–Ô•XßHÈ ý|5ÕïXë÷ÒÊ4cÆï´1×á9£˜+UŒ†º!oÏÄ|ï gè ¼Á¹¯æ=«IÃÞEѽÂiŸüÐkš†þÐ/ð<‚âä©“&w· 0'€Xz^æÌ‰¬´÷SdiIïÕ I’eÙ0miiÕj«ÒÒÒ¦þõ/Ÿ>ÜávjdsïÈýâÅ—Ro¾×0LDÐî$xŽ+;qB¡P˜&i\Âëñ´Ô7˜bb|/`,Ñ1’6 ¥ÇŽåŽ+ú Öãbbû¶ úú†˜˜† JÊ$H…B!íˆòÆ B$MOìÞ³øÜ’ "B@ÙÔÿöR$§T©ºìv‚ m£I®“$¥TªRSSI’¤§e444P…b‚Œ­£“ IQ”*ÕPË•Ÿ¸ÿÀþåK®÷zݳ%:&fϾÝÓ¦Ì ÉpÝ€víÝ™“=ª®¡V­Òttvp7ÔGˆžÎÉe²ð>|’(Bg•z»žáv7HLF³ÇfÕ9ºò:{ï¾kö߃ìZsGþêÛ(›ÝÁ1Ñ–öfH³ 51‹51‹ƒ®Ž3¯WìýݨYÏ! à™Z9 !ªlÛUæù ×*ôàÜw¿b0—C¦ß¿w÷uK–{½žÐÁ 3"èñ‰è‘¥g·ÿ•5°WÏ ü0<£¢È ‚Ãá?n‚F«¥)š¦e4E‡öäxŽãXŽç¼ϱ’£Ç gÄÐjzé†DÓ´Ûãöx<^¯Wc™ýï~¾`‘Ñ™J7ð¤ÙŒk&2"hw»]¡TjµÚŽŽQ€111V›e‚î®®¤ää¶¶VŽe!AhµZ•Zm·Zã‡ßä ¹^¯å6» ÈCža˜ðýžÀˆÓK^Om€í¥"HN£Ó!I¶44¤eg¥¤¤„碨ŒŒ écKCC÷îh‡îMJL*9q¼½½U§Óy}îÅ 8tà‹MëósóãEž·w99œž’6}ÚÌÆ¦:@[[«^gˆÌ™-åÿÎ;~$]ºþvz?ºóîð“¯Á5L·;‰XÛ~|üÝ÷ŒÏË'å² ë?…®YS0uܽ¯ó·S~ýË4«B__øŸÖã÷Ú꿈JœôQ–uÖ¾¯2Ï/ü7îE1Wa˜^äÏÞ®Â^\÷³Ch‚0,1*¼Ëåf†a˜ºº3µgj33²¤íWz>f¦¦¦\.7Çs¢¹•”¨¤t­VkGgÇøñã-ÑfVͲ¬*%Yþàû¶m'ò©O=‰«&2".´uv*•ªöööÑãÆÉd²#(ÄÆÇÛ­Ö` ð|Áĉ¡“ÇŽMf[¤b´_u(=uF[¢Ï³ßSDQ÷³Î ·—ªÂNÍH¯©¨PÈÁ@ ®º&>9Y.—ü…°'+€aØÖÆÆ` @d0Èúë—$Š&mýö›[WÞæ÷ÚÚ[§Lšš›“WQUñå×_ †ø¸¸5«ïÔét-mÍÁ`¦e6~±|éõ$$“É „‰uk!„À«/¿þLÑk–„¦e¸Ý ‰±‹îxñåø]»âgÏÎ_qØÔTŠ¢Ã7oiÞ±£…eoY¶B¹—AHC|º”Ÿuž¸Ã”² @%„JGó±è‚AÆñp_йÂÅhh˜Þãîupa1Ê }^|&Š€€@$„z?Ô3Ѭ[Œã5Ù<χvž¯=sfõmk>øð½“¥'¥on]¹jýçëzĨ‹ãØÈÞM/A’¤\.w»ÝGMJJ¼õÖ[’S’årË2,Ëp<´˜~òíV±gB®a˜ˆ Ý…tˆ„Ç0Á@€$I^à)š¦HR¡Pð7’$C¿\.— ¢(Z­V‹Å2ø„xž‡¶¶¶°|pîü™J¥R&“€6Ø=U Šn·;D1Ã$âáB½ÁÐÙÖ®ÕëL&£(ŠLñü1I‰“ÅÒÙÖR©ÕZ’äyÞårëLFŽã— Ã[3¨ýž†ú¨É²¬J­quuÙm¶pרB©ñäB‚("„ÔZ-/ˆž. 2´Œ& ìÙ`•e9„Ä(‹Ygˆ’”AÄb”a˜””T$¢ÏׯÓGEeef&%&GŒL0èóûl6ûÁCü^á¸Â¤Ä¤ÖÖ6¥J©R*‡$b’““›š!„½g¨Ôý~ÓÜÒd2™xžl–ê5ÒîìvI<ÏÅFLJ¾œ{Ûçà!IÒnwÄÇÇEÚÖ$Ï(Ïó˲PH{^·Õm ¸­Aãx‚ãxžEA¹)Ì%£=½’Çíêupþb·ÙÔ Õ–-›?øè}çÏörçôyg?@-fKrbrgGÇP’v›$ȯ7åêñŒ¦$'û|¾Âq…goKP«U=bÔ½aã4EÛm6Ë qçv{šZêÓ³Rhš–¼,Ç®·Üòù|w˜á1¤vŽR©LHNnomaY–„-—Ç'%QA‘$„0wìØ†3g<.'IF™Mr¹‚‘Š•Ëdåå}&žóQ¥T)-B¹Lf4š zC¯eLŽ®®O@“$J©„Ð2Úëñp äxi[S$M+T*^§V© 9IEEf@AX†aƒÁ(ƒaÎ̹míí••{÷îóü$hŠRȱ1±yÙyJ…"@HJWsðòwÜèqßúnϾ]C’&A¨Uê¼Qù$A\;O×µ;”–’þêë/ ƒ^Š@’dZJZ÷–eC@@HQ”Œ¦E…@QO>Ó|ú×|ôó:­A¡P( ¹LF‘¤´ZûG0Wª°æBh4™rrrÒÓ3†– Š4[, †š®ÑdJå3BÅÅG~ÿôÓ<_«ÕŽÍ!4šLƒO‹¢éÛo[½~ýçÝûœW1/Z°·{Ì¥„9Úe2òJ4ð·47Ÿ*=i³Ù"V¢F£q̘‚ìQ¹¢(„xžknn)++írtE¬õz}nn^Jj EË.Jœ—1Ç*[ÿóå‰iEcçÍ6‘y%V-AÛ;íÿÞt|õ\ÏŒñÙ¸­a0 ‹QL?p,×ÜÔt´øpþè±c aD³y!„~Ÿ¿¸øF§MIIóû|ÍÍÍÇŽ™3o~jZIF¢¥8Ž«¯«Ý³kBbZzpÄã$©Ë·®Û]9¾`´!ÊägüZ»tú¨ñ£¿.®ÆbƒÁ`0XŒbÒgLYYéè±jµŠ¢Èˆßªª3è 'Nü쥤¤nÙüµÀóExœý*ѲS¥Š&™Í–á˜bXWDl6+±w{{}™(ŠWA#S0îštø—ãXñaAЦL½BKq –ñr.Ô•kpÜ®Npµ¹§ Å€AêQ,F/+=*B $ A@"ò]·H„ÄBˆ$ÉáoKÑ´(Š"B)Î^TWVŒÊÍ“Ëåû^¹\N‘àÙ—p5ì¼»úWÿ¾ä&æåÈÉÍ«®¬¸¢Kq –ñr.Ô•kpÜp‘/û‚äVWV`1z¥‚zø~’«¬ªøêëMË–^Ÿ“=j¤â¸ juå‹Q!ºZ.Ç5UÆË¹PW®ÁqsÀE¾ü ‚Åè•«GA¨"VTWM:íÖäÔóœßÐXàÀwcòòÏ'pû«UU•;wïøÑw)•ªÝy×»ïý!4H=zþ¦R4qÒko¼R4qÒpšº<ü‘ ¼J^K‘]^^tµøª¯µ2^Î…ºr Ž›.òÕp{ÌIIÉ)‡ˆ}íµ×{ìç#ññ ­­-á½Eñâ¥~9)QòŽZÛš“¬öžïS!Š¢“ZÛšGçæ )¡¥i™ÛíT©4’ ß?:yҔɓ¦Œ€).‡BQDHì™@ ðû§ŸÞ°aƒ(Š*•êÞ{îyä‘G.‡ ×ÖÖÞ¶zuñáÃý–åêPÕׂ›äª,ãå\¨+×à¸9à"_+b4$_~å•‹-¿ürÓ%Lý²¨‚aÃôÇè°µƒžzI’¤Ñ`R*T ßá´ ¢h6Fs?¤Š®D[Ûš·oÿvþü…ñq‰#¥G>(ÍŽ$/¦H“Ý¥×÷kî¼S¯×Öjµ‡ãí·ßA—Ç"')ýf†&/«ñ覯Ê2^Î…ºr Ž›.òUÀ–l?ûìƒÁàŠ7¬^};`Û¶íóæ/˜1sÖÂE×*+0 “–žñÇçž›5{öŒ™³N••ÝwßýE“&ÿàÆ›€Ïç»ó‡?š3gîܹóžøÕ¯Jeùòë}Oî•zŸÏ7Ð|Ê+ôa¡sô( 7kôèQã¤ÿs³Æ0eœz½€)û 7kLnÖè°€h ÅOá?UVV„+ÑÿÏÞ}‡Eq­ ?3Ûé½W齈Á‚ TÔ ¶˜ä3FÑD¹b¢¢‰KcŒ¨E T4** XD¤ˆô"ewvwÎ÷Ç(wÃÒDLTÞßãÃ3Ìž9sÚŒ/gÊžaÂDw«©©L‘¢££û÷·õóóßµkÂË•Ó433ÚJ[;w//o/oÿ@ÜÓz¶;ðË÷9È×ÂË{€Ï€ž^Þk×}ßqíÕqÄÈQ-¿þwE¤™yß¼N«¶ê¥R-Ãïç_¶µ·­| B†|£eÛ³×Ï?` Ÿ¿À  lsC¡Phïàô¶ •æææU«Vôóàëø`Ò”©S&ŒÞ¯€T¶Ë+žµüª¡®Y˜´ÞnÌÆ{ÇêxÏ­©­ÖÓ1èú”~~þãÄ‹çfNÿÃá>}Zw".hÐ`k+}}ƒ¸øã¡£B Œ§M½ûw‹Õ·¯EWò¼˜t!À/@]C#fïîÀ€ k+7W÷Í[tsuGå<Ⱦx)qʤˆ¢âÂs‰g§MÑÕfh玙#GŽ |äÈÑéÓ"ÚþƒR*ýåç_æ|ò1óëÁØý¯só ›…0ÑzšñÎL{{{Ÿ/»¾  `ÑâÅ7n\700øöÛo-þr÷î]¡ºúzÈÈÈ 6Ž1òʕ˦¦¦&L2eò¯¿nSWWGÍ›7ÿ}ûfΜ‰zþ¼!$$äÛo¿ML¼ðݪU'Ož,((X±"òÖ­›ÚÚÚóæÍÇí¼‰ŠÍj«U1Š;vDOO¯ãfïþß÷=Úí££‡éééÕÔÔ:rÄðþ66ïöi ­:"Œ>x`ii)‘H._¾bddÈü™ÑíVmÕ;ÿJ¥º8üZ}„i!Ü•ZK¥Ò®|Q\«¬r=Úô㦓'âôõõÅbñÃÜÜ6÷Ŭüwoï“ßûgŸÍWQQN8yBQQ±¦¶öàÁC¯YÂöª);ð˜fMõ={â’/OÉ›;1¾ÒYîx\Üç ]¿šBD—Ÿ‰züŒÝÃÁ¨¬ËW®TWWGDLk™ždx<Þ°¡CBÎNNVVV&&Æ!g碢âðñá‘+#—ó·wPppÇù;8:t1ñê5«õtuß«@ôåÄhËʪÚÊ–ËôÊJ*´TÌUÑ£¥bŠ¢8.A]fíJÊå1¡c9nIIá‘cG‡fmeƒ²¶²Á4>|ôȸ1c Œ† 9}æôœ¾s»’g]]P$ðfNÿpûŽ_1[îÍÎÎ:—xöãÙŸp8\6‹Õrät±)Ú\yôØñ˜ÝÑ}2''ç•U?„ÐÅK—Öo؈" rËæMŠDL𢠠ðûŽí?˜”}ÿ.Bèx\ü/¿l#HÒÀ@ý÷ë455E"‘»§÷Ô)“çç}»2ÒÅŹõB£Ö÷Œ2wõþ}ejJª¿ŸŸ¾ž>¦qÄÔˆ€À@LcLc>Ÿ2,ÓØÅÙÙÆÚÚÄØÓØÕÅ¥ðÉ“N?Ùs<.ŽÃf—•—ó¸\&C/O/LckëÂ'…˜Æ©)©ZšZ˜ÆS§L¹~ýºüM®/ë‚Ûûó§åׇs?ü裣‡ÿÔÒÒZüÕc#£yŸÍMJº¼qÓ&Š¢|ÁêÕßÙX[Ë·¼’’Ò¸ñã/_ºˆÊ{üxá‹âŽýþ‡õ=Ø Œ1%$©¦ªŠ1þdΧ¥¥¥ öëÖ®ár¹MMM -.).Aáêâ¹â¿!ùªµWù E"‘§÷€©S&_¸x‘¦éÖoß¾ãî½»úúú;¶ÿ*ä3o³ ]¬cXXèÑcÇ¿\¼èâÅKÞ^^ׯ_gF"ÓªÝ(Œlï8;;=þ|ÉW_"„Ò32"W~{è@¬»§÷¸±cªkjJŠK–|õ¥››k›-ö:•j5üä†ì¶ýùëöß454<==ÐË{ëÛìA/Ÿ ãÃóó F ùëܹW-[eE¥’’’––ƘÍf÷·±a´óú¡?nJL¼ÐÐØ¸qýÌPi³HÿÌPÉÉypãæÍk©É<c¬¦ªúñG³Û<˜q.ß¿ò)™]¬Z½æVZZScÓêUß1)[ç–b0kÚ;êßèÈió°Ý´y‹D"YôÅB„н{÷¿ZºôÔ‰ø–ã¥eŒ?®¹YØ•3R7ú±Í|Z5Ñ+U9À?`á‹«ªªé´ü]9~e›âQ^^ÏöÝ› F1Æ®®®ìiµžÇã1 ,‹Ç±L²H±Dlnfv9)))))áôé-[:s:¡ƒü»žØÞÎM„–J$Ó´ìKïm,íX$«ÕM¡{[8Š:ÊMYÎb±{yJ$â–çŸšššž–>­^"npðо}û¦^MIϸíìäâæê(tðσ#‡ljnæq¹%êJž~ÇãŽMŸhddòчŸüòëVJLÙXÛdçd'^87ç“Ï8nqqaüÉø‘#FugWÅ›7ojjj‡ŽuäèÑ¥K¾*++ûjɲØýô17‹ÅÌyç}û÷ýÓ’ Ƹ¸¸ø»U«OˆÓÕÕýqÓæïV­þqãŒqccc``À¢/&§¤nÚ¼eÏîèV{äˆÀý½0öö™wï ››ù|þß"Ô–Ÿ21+—ËeV²H’Çç¿Xf±ÄbqÇŸ&''ï½pþ¼‚‚¶_ÍÍÍe2d³ÙL2’ hšfVr8f%‡Ín] ™º´q»BãÆOd±H„E_‹¿ÿfiiñÑìÙ‹¿ZZø¤0jõª²òò¨uëì߯ªª’y÷îâÅ_ˆ?.ßò ²mÎüìÙîhol`„>˜<•$‰ââ’O>þHOOcµfµšª*Bè¿+"=öŸ‰.]JRâãŽ1ÇƸ¼¢B¾jí•D>CŒñóçÏ~¾`ûo;"¦Í8zäO#CÃOæ|špúŒ¯ïùÌåËÐõ:øÓþþ~~ççOŸ1óbâùªêêž­TËðÛ¹ã7>Ÿ/?0Z¶-..Þ°ñÇ„“ñšššÿ]ɬl¯úú.[ºäôé3Ý(›‹‹³±±q`P°§‡§»»ëèQ£ø|¾ü˜gÚÜÖ¶ÿ‚ùóN3C¥½"ý3C%+;ËÊʪ%‚lÑæè•ï_‹ÕÞ8·íßÙÒ%ééŸÍ_t1‘™ŠkÙ‹ìB›G}›ÍÒ##‡9qµyØŽ ˜6cáç ‚8vüø˜°0Ùã¥e‡ ïÊ©ýØf>òMÔ•*3Å>}æ´¾¾¾¢¢bWÊß•ãW¶)¤R©“‹[ö]Ï£l6!$‹9ŽßÀK—.ËÈÈprr¢iú~VV§Aaii©††ÆÈ‘#ýüülúÛJ$&ÃWJÌì]6eJjª©‰‰‘‘Ñ{33ÊÌŽ"¹ËôJŠÊ•7~.½¶!D‹›Bÿ‰¾½{¼sD¬dïdѹ[,³±,‹‰måù¿a=8hð¹Äs C‡ ïgi‰1NÏH›ÿÙÂÍ[7ºº¸Z[YsØì¤Ë—ÅIÈÐaŒ-Ù<ûöµ4x_ì¾IL262óÉÜÍ[7ä<ÈžÿÙ.—[Tüdìþ¡!æf}º>^)Š’_yèð‘‘#FP5:ÚÚEÙöï_XX˜|Ëg._†®×‘ÍfÛÚÚ&$œÎ{üØÎÎc,‹[|7 #Û;ÊÊÊîn®§NôpùJò×Ë–RÅf³=<Ü)Š224är¹¹eÝÏêÙJÉ¿ø'ä†ì°ñöòTVV¦(*tôè´Ûéô ‡ÃaJÞí²ý¾cûƒ‡oßN?xèÏýûˆÝ'?æE"Çó8¢({û ?þØA‘þ™¡"‘H1¦å·9zåû·¹y›)Y,Ö¡C(вµíß’Rvï² mõm6KOœö[===mmí«W¯9;;J8}øÐÙã¥etýŒÔ~l3ù&êJ•?˜<• --Í7¬ïJù»xüÊfÕã}÷FfF§M‹ðà«££}êäÉßwü¶`Áç"Š¢izxHH§Áè½û÷W®ü–E’ᨨ5D¢í%–Ý{KÊuk×½W÷Œ¾¼H/K0—é•””K’7[‡|“}ò¿XÚŒb+¨#„Ø8³†ì;¡í÷å=††Ó§N—½%ÅÉÑyÓ–ÎNÎ̯}Ìûô1ïÓù]8øowkY[YK¥Ò˜˜˜ˆ©SÍæ¶`ûŽ_ç¶€ËåÄìÝ; 4(fO̘1c•”•ŒŒ^¤ÿÛ&/~š™˜,ZôÅÈQ£MŒÕÔÕþ—³\]ºrµ‹iê¢"W[[§§§Gcì`o¿uË&¹&ýÛ†²ïjS”lÎ=Õ^ÀRQQñðpOIIåp8ñ'Nîÿ#†ÏçïÛ›_P€1622:zøðµk×/\ܽkß1íT­’ÜJK“ÏcÌåp˜”$IryÜ–e±XÜfæòex¥:Ž5rñWK¦LžÔÒz²3=¯Z˜V½óÁ&nÚ²µ²²rppŸÏ‰D˜¦išfn°‘ˆ%ã7Q)™Iµ6†ì°a½ì—–i¹öêÅçñ^¿lý,-ûYZŽæ=``Á“'mžm¸³@3TÚ+Ò?3T¬­ú=Èy  [.T"„Ú½òý{óÖ­6S¶>QÈ ž¿÷TGý9̯mž@FòdcS£¥¥sß…ü éú©{GY›ù öhó#æOî–Û:-ß¿7E÷]uéiú¢Â'¡Uß}wóÆu& ¼téâÕÔ”ë×®®Xñ_æ}þã†s«aÛÿœ\fNŸåìäÒAæ_ÇyÚØô:tØÎ]Ñ……ù\.ïóù_p¹¼ÂÂü»¢‡fcÓ¿Ó<Û<ÑÈ:{öœ‹³s⹿Ξ9}öÌ鯗.9ïáîvãæ­üü|Œ±H$jjj"IòÅÌœÌqåââ|ãÆ²²2Œñ‘#G==ó¬evvÆX¾åUTTš››êêê0Æ))©LÛölw´·¾eecccZÚmCCÃúúz==]GÓô¹óç™ËÊÊØlVPР%_-ÎÎÉ‘H$mV­Í’´™aë”?xÛÌ\¾ ¯PG„===fÍœ1vìÙ]ÿ/ý+¦Uï8::6.4l¬¦¦&s«ÆØ@_ÿ«/Ϙ5!ddh¸fõw­ÿš”›óxqŸ%‹x9UùÎã°Ú~€iâ“È—7%Ç?zõêµÜG¹ß,ßÅb±‚ ŠZ».rÅø~íŠÈ•”˜¢i<(0ÀʪŸ¶¶¶|ËÏûlîÌY³MLMtutZÚ³»£ƒ9ƒIS"X$I‰©ÿ±cÂ0ÆGûäÿæ((*êëé1[åä<ظi3‹EbŒ—|õ%I’ÚZZòUk³$>ÞÞòv<“×fæòeèâcÌJ‚ ˜÷Hüoßÿû_ê• #ß;¡¡£Ïüõ—……“¡’’ÒƒÇOü@(lþ~í‚ ÞD¥ZÖ·90Z’ÌþpÖ‡³?Ö7ÐWUQé ^²Mѽ²I¤Ò-[~**.F+((D­Y¥¬¬¬¬¬ÜjÌëéêÉ•ÎÕ*~ø~ó–­cÆG ‚ñãÃÛ½òýÛAʬìœ={ÿ ›×E­nyj¶Í™Ñ6ú9­N\6§Íˆ’’’‹³SrJêÚ5«[M´·¤ïú©ýØÞ™­U½Îe„öÊßÅãW6«ï»."ôôôRRRwüúË–Ÿ·UWUBDø¯x^_ vŸ··7I’I2óêWo^ŸÿÙ‚â<‘Hd g”·wd_ÿ¹XXMÐÁâ!‚ÄXŠ%"DS\=·ô½SYA™Ü®\¾üÅ—K*ËË<ðáÇÿ×ÁcC»cv-˜·pÓ–Ó#:yéRÌ®èQ£G  çy'óÎñ¸ã¡£GÇÅLJ…†9:8vš§ªšz«õ§OÆ;89¿ ý’”z{öŒÉ”˜zÆØž?þô÷qy×k‘™‘þ–Œ÷²Ž‹¿üÊßßäˆá!‘ˆ NM¾üÞwÜ»;¨^§ä=Û¿Ð;o[•߆þÍÌH9ºƒ%ÅE;~ûmdè˜}ë®ÓÿïO„´µ´o¥Ýpsug±Ø!}שOo4óûLúü©¤©ÑŒiaŽF¿šÇI¤žo›w ¶º¿³G{ÇM[6:Ú;¾Ú»ÄÚÏÓÁÎ^*ÇìÝ3eÒ;ûn¿¢ìmù:PÖßzäÆfÁ×BÛõôéÓOçÎ3006tH›?ïwÇõ¯íñþ…Þy«ªüõ/‚Ëôo_,Š1ÆÄË ÔÔÐðÑÜ”Ôä–÷(õ=kNøÖÔm‚¢ž "˜[ø¥Ï‹nÝŒÅ.ßµ3aÔÑezGGfòò•†lÇy:9:›š˜©««¿Îað–B¡Wy=êÛŒßMulŸ¾¾þÑ#ÊîËá$_¾Áèû:Tz¼¡wÞª*¿Cý ÁèÛ¾üÅb›™˜™™˜É$ðl.½øðÊNºñéËГ ULiÛÅ_·73Úãñ³<ÕÔÔ^s§oÏÌ(ñ¾ .˜…:B¥ …:B•!!I#Dt:õiý@ÙôßÇ.Éb‘/ß™ODCCùÚ_FK¥o4Ï·7%‰÷çh' F¡ŽP)F¡ŽPeFA{‘(¡¡©!‰ø|Þk>¼-‘J5µ´hš&¤ªªZ^öLWOÿ5‹W^^¦¦¦FÄ›ÈE8ÁÁi‚Q( ˆÌ ÿvOp¸ööŽ×®^íß߆Ïç3ß‚ðªXl¶T"½w730(˜¢(’Ųéßÿúµkž^ÞZÚ:d·&ùhWV”߸~ÝÞÁžÃ徉<ÛL“}ÿÞ[Ò5"‘ð½foO«B-zaßæJ½» ‡Tùmvúd|Ë2I’Ê*ªý¬¬´´u }Kñx¼~V6JÊÊ×RSªªªèn=„N’¤¦¦V`Ppß¾,ÛÔÔ”–ÒééiõuõÝÎSMMÍÞÁNOOÇÑãy¶™fò´™oOï<¯¯{ÆØ[Õ¤zaSSAÁã{™™öšG!}‹Ð´ÔÔÔÜÒ²A’¯‘ MQTccã‹æpûôíkhd(•HèîNû“Áár™Hô åù‡€R! -m;»‡xw%=w š ücF†ŽFÞo<OYE¥^nf¤Ý™ÑÇüÐjàÐG˜¼÷˜¯—”¿Á¯Ý`´gŸäâ£Roɸ«ì#B¤: Fé Fû£Õ:ÆÞýŸ®º…~‚F£=‹ª¢L}ÅRKŸ3ÏO©4eÖ!hw€þ™Ëôäï¦N²8êfNsJ¯î¼Io‚v¡Ž¾Œ±GðñSⶆþ¨æš£š†aZø:?íʆ–J«#ìýí´™_¹lr雡ý:Ýp€Ö¼Ñ–ÿ7¼¯©¶Â‡CûtšžÃ"¼­5»W;Ùm5”¹óF[bðŠà z³7xϨ2Ê· wçÍæcÉ3×ÕÇåst{ìS48W:ý92ï`s} þÓêfm5S{íú&qE¨ã‚qÙ¤Ÿ½öºÃÙb ­ÀcN.”MO„ü憚 ¥ä¬ŠnÔQvÛú&ñ hˆ®^?})+.ª³cýhÌMÖ1vÑ6_Ïá눛¯qù˜º¯m6BU×Éðñ!£Ç³ŠD¾÷è…Rm'¤åV»Zj`ŒÕ¹VFÊOÊ«(UΜ–kÝG±HbÞh«}— Êk…!e·CúÍ6Gé©óÿL.ª¬…y)ðYlIÓøN~í ]Œ—M¸\(•âñ¥RüѰ¾W³+3 j™½÷ÕWæªÏa‘<ëä’û…u!—êe¤§Ág“ÄÝ‚ºÌüZÙmûè)•T7—× U8c¼Ô•¹yêæÓ¬Â:„P˜—‘€Ç’ÒX[•WRÕ|üj1 ¾7A"‘hhj½Ül¶……ÅÒ¥KÆ„…uqó}ûö¯ˆŒ,//÷õPRò4??¿¼ìYUuµM//¯³Þ`tk¬ºº®õ‚ä ëÅM®ÀTBrBbQMc c_E #Aö)ê1ItL6”ÏÄPCpöv©¯­6Bx˜«þÙ´R?{{OjkD!e»¾I<ÐNçAq}YM3³I}#uýA¥š"÷ÔÍ„ÐçaÖ%UMcMAiuóÑÔ6‹X2ÞvÃÑìfJÊ" ‚@)ÎÖ˜YPsÿÉß^ÁZRÕôó‰‡! Áø&÷žÔM6¿W›T€Rä³…Ùm}mµo<¬" 4spŸ3i¥ÙEuÚª¼9#ú}û¤#d )xTúü¯´R’$"'ÛÇ_+–Ò0‡ú¦$ùíÊ•ÏÊžmÛöëŒ3ííì,,,dH¥R‹%¿á¦Í›ËËËc÷ï733KLL¬ªªb³á[Ê€'í~¦W¤ÛÝk¾¥îžÖ6죢çC J,ª ¥BD°Y#’Å«{–Tú(µªIå¦ô·Æ¶"Q‡TVàTÔŠ*ëENæê* œûOê&ú›W6cŒòËL´‹*›Ü-57Ï‘-ª† ÷ésŒ›E( 85Ï)‚@ºjüè³1FR)‰éP/£ÌüÚœâz‰#„ 5§o=mU_{S5ç¾x%–bŒ¬ŒT$R|5»’IÐÐ,‘Ý– Ž*ÿYM³µ‘jÕsŠ™ -¯qÙ$Ac5þïåaŒXiÄì „ñ²$ˆyó>Ceee_¸páÖ­[›þŽŽŽæff §OŸˆ/¯(ŠŠÊÍ}¤¦¦6qâ„È+†… ðàBèƒI“Z²ZºtI«ÌãOœˆŠŠzø0W]]}ê”)ß|³œ|¯o m%–v;Ó*dv†Š6]°mø]õñ6c›¡ŠjÚTsWѹ¶<³(ëD-¥~_4·X:!„P;2Ö”V7 )IqeS˜ñÏ'( Ø"Š®y.B=zúÜHKàÜGýÔ’çMbÙ õ5çÒK)±TOM±´º™KuTùUÏEµ "&ÁÚC÷¬U½¬µ<­5=•Ëe“JvËÜ*ÃÕBÃÞLm{B®H, vÖSUäRb©¾?¯´A¶Yd·ÕQå×4PMB‰Ž*¯¸²‘I¦¥Ê«~N5‹$̧õ.—T5½Nó¾o¸o$×Ç—••ß»w!¤o`À¬¼s玕•UTÔš²ò²éÓgèêêüðÃ÷ §úég.‡ûÍ7ËgÏþ¨¼¼ü·í¿²9œ%K––——·ÊöÎ;Ó| 8xàÛsçÏoظQSSsîÜO¡€F_ÿ1ç"I`‘$P‡u3àÞK Q5Á*/̇`ôu”>}š“}¿¶¦!4&|‚|’$wïÞÅf±ûöíkccý¿qelL¯u[³ùœ9ÿ7eòf‚‚ Ušc‡Aè…H’TQUµ¶±m¹&ùV£¡{ÂZÏÖ™kV=«¾'\Ú•œ÷&æµZsâZQËò G½¤ÌgO«šZ¥)ªh\ø>³|àR>³—ZØ’à [m"–àÍdz[Ð5ÍkÞmµR$–î<“Ûé¶b Žþ+·ÕJÙ2ľ,èv$š™žfïä"PP@WWUihjʇŒa¡¡d2<$dݺïwìØ¡¡¡‘p!4bøð®ì=dذµk×=zÔÅÅEÀœ;wÎÆÆúã?–MãÝ âñxB‘èÖõ«"ô ôߢ`´XâS#ÔäÞ¯êK|:퀮ºàÃa–Uõ¢ßÏäÂäbeç謨   ¤Äf³»7Óéèè¸{÷®¨¨¨E‹«©©}úéœeË–vqؘ=ëÖ®ûøãO8Ž­­íØqc[¥‘Ž€^BMCÃÝËëNzÆÛŒ"„RC³RÖ½f¶Ïª›Ví¿=Ý›Õ×Õ*(**()q8œ64›]_W+¿ÞÐÀ Õú°ÐPùÙÓ;éòË­¶=jÔèQ£ #y‰XWÏ ¾îR×7éà˜z²dUR‹ó?VI- “Àk¢ia ¯ÿÞB˜Æl6›¦éF{ü"ø3±óë\ @vp¾æsHxKüsÁ(] F[0Züb¢³ €^ ¾Æ@0 ‚Qðþƒ—5:‚1¦(‘X,~¥—Æx‘$Éáp¹\^¼h‚Q@G‘hSsc^nÞµk©åeeR©Úz9‹¥£«ãí=ÀÑɹGæ) ´‹¢¨¼Ü¼ çÏ Ñ70"I¸±z;©TZTX˜x^YEµŸ•%A0 xcÁ¨˜º~-uXÈpw/oh SS-m„“'líì_?…y@»0M—••éBSÕ×ÂâÙ³Ò¹bÁ( #R©®Îh…ÍæôÔƒð ø×@0 À[MOß äéÓŽÓ…B#c“.f¨­£û:å±´´tssóöööññùüóÏŸvX¶?þøÃÏÏ/44ô•vannŽ¢izË–-=ÕŒ±±±¡¡¡7nܘ8q¢ìŽ@0 x—œ8qâêÕ«/^477 khhh/eLLLttt\\\7öBÓôÖ­[_u+‰DÒæú]»víØ±#..ÎÆÆfåʕЉÁ( ›&Mžìçàìâ:ëÃÙ"™g—.[8ÈÝÃóêÕkÌšsçÎùùxy{ º{ï^{666ŠÅâW-Ç›7ož¡¡a||#»¾¡¡!((è—_~Ù´iÓܹs™ÛçŸ?cgg·bÅŠƒ^¼xÑÁÁ‰;[JrøðáU«VµÚQ›…ð÷ŒðŽùã}qññ»¼¼‚Ëã¾8’Ùìððp„‡‡ÏÏËËËÈȨ®®™4yò‹®±±½ ×®]«§ûZ7’&''×ÔÔÌš5‹ùµ±­}>>zzz¡>ø`Ô¨Q=RxŒB(%%õÀçÏŸÛ·oÏÍ}Ô^JŒ±››kìþýæé`oßíòdddŒ?cìììÝ^²k×®>|8>>^ DGGçåå!„H’Ä3 º~ŸÆ˜¦iæmS-wˆòù|¢»_Üiá¼Qp™€wI]]¡‘‘@ ÀÇÇŸhY/‘H>Œº~ý:%õíÛ×ÏÏ?%%5==!DÓtæÝ»í噜œR\\üª%‰D[¶l)..=z´¯¯ïµk×îܹÃìëþýû­×××0ÅNHH`Vª©©555ÕÕÕ!„’’’Zÿ¡Ìf£¶H’J¥ÇŽCݸqC,·z"ÞÓÓ355õÙ³g¡ØØØtZ‘N à‚™QÞv,‰ÒÕÕ;û×™˜½1cÇ…++)µ¤QQQ¹“™ùÓÏ¿477ÿþûï,K__o÷®èÏ>›'¢(š¦GŒÞÞ èš¨5Ó""Z^xÔ©Q£Fq8‚ <==ãââ””””””¶mÛ¶xñbŠ¢hš:t¨­­íß«;eÊEEECCÖpsÉ’%ãÇ777×××—ßÑäÉ“´µµ™è“¡¬¬œ••5lØ°æææŸþ™ÅbÉ¬ÆÆÆ+W®?~Ÿ_\T(¿í Aƒ ÔjeEyY«5 §Nu½<¹¹¹m®÷÷÷gîÚ”uùòefËåîÚµK~«)S¦L™2¥ÕÊüü|f!22222R~«VÃóx¼œœœ–_Ç7nܸöJâááqðàÁV;j³ðþp™@0 i5 ‚QÀ{ŽÅbI¥h²$1‹Å‚`ðf$©««[\XM@VÞ£Gzzú4MC0 xƒ¸®—·Oâ…ó9ÙYí}í;€^E"‘ädg:{Z¢¢ªÖõ­àizðŽ±¶éëú5w/o]=}60ð¶‹Å%EOnݼáää Á(xoé „î¤ß®¯«ë‘o!@ IREUÕÉÉUÏ@‚QðžÇ£LH €w>„…&ŒF€`@0 £‚Q ŒÁ(€`FAo%‘H6lÜèêæ®¥­cbj6iòäššš·­………*ªjÃGŒ€þÐ˱¡ À{fÖ¬?nnn¾ðóÏ¥RééÓ§+**ÔÕÕ¡e€·ÌŒ‚÷JZZÚ±ãÇ555/^H\¶lé7ß,OII677GÅÅÇ{y{kji÷µ°\öõ×E•<}ª¢ªæç0uj„Ž®Þ˜±ã’“SÜ=²´´\5uê„PXXèâE‹† ‚***ì4H$Ê}”ûÙgó¦MŸ‘‘‘ʺŸÙÊÊÊêó ¦OŸ†*,*B]¼t !4kæÌfÏ^½jt €àžQð.*}ú4'û~mM BhLøÙÜÜÜB—’’ª««™ÉQš¦¥Ri¹ijj"„ØBH[K»e=MÓ&ع3:&fïäÉ“~þùæ-[bböJ$/öÅÜ¥J²X²Y!„¸<.BˆËåµWžc‡Ax‘$©¢ªjmc«o`Á(xŸ#ÑÌô4{'‚¸ºªJCS³åSWW×°ÐÐãqqƒÆ‡‡K$’3Ù3<$dݺïwìØ¡¡¡‘p!4bøð×/ %¦BªªªB‘èÒ¥¤Žøû#„öïuuuÝ»÷ö’ùA/xñx<¡HtëúUzúŒ‚÷SNv–£³¢‚‚‚’›Í&¢U‚;·w°=°ióf_ßÚÚÚêêê»wŠZ´h±ššÚ§ŸÎY¶liEeåkfÆôéçÏŸÿí·—“.ÛÙÙvØÅÅeÍêÕßÿðôiÓLJ‡·—L6¶Þ-jî^^wÒ3ºŒzzz)));~ýeËÏÛª«*B'ãŽEÌœ þ1Ñ;F†ŽiµòôÉøÉÓf>¯¯“Owô°_`’’‡ÃÖÞ*I°ÙœÃö‡ŽmcÚ¥¾¾îRâù‘£B%ÅE;~ûmdèx€ ¼chšF³Ù0©¼u0Ùl¶ìÂ`¼ƒcù«óxA0 ŒÁ(€`FÀû^ÖÐ}©„–ÒãÞSe‚ X$‹d±zäE‹Œt“XLÝͼS]]Ý{"Q555[;3s³ù6DFºC"•ݼq=0x°©©‹Åêµ–ˆ ’.\À´¤¥›õºñ(£ÝAKé»™w›÷éÛ{jÍfs,,,I„RS’ MØŠ¯ŒÂLÝ1®©©115ï…u715­««“ˆÅ=ÝÂHt|ª¥(‘X,¦iZÐÛ$Éáp¹\^{Oê`Œ{ÉÕùÖ$‡KÓ=óØ£€Ž"Ñ¦æÆ¼Ü¼k×RËËʤR)´  ÷`±X:º:ÞÞœ;þƒ¼½˜ìƃê«Y•™ë×c„ú*;ôQó¶Ñô²Ñ„æ…`Ð9Š¢òró.œ?74$DßÀˆ$áÆ@/"•J‹ Ï+«¨ö³²¢D¢®o[ß(þvï;kûkhöSSóvÐg³°„@U•Íb³ôux‘Ó5”yÐÈŒ: FÅÔõk©ÃB†»{yCkz!SS-m„“'lí컌¦=¨øüçk*êÁúº×3.%çß®­Æbsu5õ]=fß/© ýúÜŸxxõ×F†`Ð.LÓeeez†Ð€^«¯…ųg¥]¿4T× š·9ÉSËèyeIÌÅhC#µAƒt5¼—ÕÝ{|)9áËÏ–ÎäòÅÖäøuÃ5UøŒ@»¤R)\ôêP‰ÍéøŽyŒ±ì=£ÿý=Õˆ§ø¼úYJÖ™Ða]-UTTÕÕT5µ´¥IÞãÇg.ÝZµiåG“±2_¶íʯ_C0 zÀµ{OoÜ)òÑ19—y:|¨ãŽZZÚJJŠ**ªÊÊJ,[[GG]]]IIy÷‘íŸÏøïÍ›ùIéEþÎÆ½¹Ñ`€wŒž¾MkwÏ‹/¶™†¦éõ60ËB¡ÐÈØäm(¹¹¹9S¶-[¶@?ÞK)wžèp9ÅÙ¦†ü! uut454ù|>B„T*%BGG{ˆŸ³‰jÒÍK–šÚWÒ :ÈPUUÕÌ̬OŸ>&&&Ë–-ƒ`ðV8Ÿx>';{Ñ gôq›ï¡izýú o[±;Æ”më֭Љ€÷ ~)í^¡ ›[ßðÌÛÅFKKSMUMAQ‘Ía!•J$ Æ´‚@ASSÃÏÛ©°ô‘Gvï nBèÊ•+yyyiii;wîÌÈÈýT,ã£ôvC‡-//ohh˜4y²Ÿ€³‹ë¬g‹D"„PäÊ•B¡pøˆã'Ld¯^½fÀ_G§ëׯ·Ê§±±Qܵ¯Ðøë¯¿ÂÂÂÂÂÂFmhhøøñc„Ð… BBB‚‚‚FŒ‘••…‰DVVVQQQ~øáàÁƒoݺÅl>fÌ„PTT”P( ˆˆØ²eËwß}Ç|zûöíèVÀ;í~^‰‡GI$&zÊÊÊ|Ÿ$‚ H’@ˆ D$—ÇSRR²³1«¬+ã NnQYWâ:±XL’¤†††P(ÔÔÔ\´hQhhè‰'öíÛgggçàà0räÈòòr„жmÛ˜9Ô#GŽp¹Üêêj„§§gVVVCCCxx¸›››»»û¼yó˜œÏœ9ãéééäääãã“™™ùÏ7£¼«ŽÇÅ*++ÿüÓO—“.¥ßNSQVÞ‹Š\±‚Ïç'œ:õ硃¡úúzGGÇ””äÈÈkÖDµÊgü„ Gíbø{üøñãÇ{yy…‡‡÷éÓ§¼¼|ÕªUHLL\½zõüùó™” ÁÁÁ¿ÿþû7ß|³~ýzÙL–.]Êçó>3iÒ¤ãÇ3¡pLLÌÔ©S¡[ï4©„’J¤\RÃåq¹\É"H‚ H„‚‰E"‚Ãáp9\‡#Q4EaÔQ4dccÓ·oß>úÈØØ˜9«2$..ÎÙÙù‹/¾øë¯¿233]]]¿øâ „P@@s×¥K—ÜÝÝ“’’jkkKKKû÷ïæÌEEÅ[·nݼysÍš5¡ÒÒÒ¯¾úêÌ™3[¶l™1cÆ?ßhðïžáÃG¡««³!ôÇûââã9vyy—Ç•OÏçóGŒŽòòôúî»U­>]»v­ž®n×÷~øðák×®>|!”œœ\SS3kÖ,æ£ÆÆFfA ¸»»#„¬¬¬Š‹‹ÛËJKKËÛÛ;!!!000))‰93À»ËÊX£º¾NEA¯°¤ >1F‚À#!D“™WT®®¤U^[ef L¶÷e£!„ŒŒª««ƒ‚‚|}}}}}¹\îàÁƒ™“p@@€¡¡!BhæÌ™ @ÙØØ”––ÖÕÕ]½z522òìÙ³l6{àÀ!—%K–,Z´hàÀÆ C]¼x±ºº:<<¼e*‚Q@çN0Ë))©8þœ@ ؾ}{nî#ùô\.— „‹EÊ£ƒ½}×w––öã?;vŒËå"„0ÆÎÎÎÑÑÑ­Ï,ìç‚ :þ½éÓ§¯]»¶¢¢"$$DAA:ðΑHĉ„Yv²ÒMJ*߽֘÷¬yx3Çe±X$A23Ÿ#‚À4M777¥ÝÍã±5ÊëÊœõ(ª£×é‹ÅE‰””ýüž9sÆÃÃÏç‹ÅBH*•д”Ùœ¢DcfÙÇÇûÀX•}W¬XÁb‘¾¾(Jdddxýúµ .?~ü‡~¸p!Q"»¹¹þ„l,ØÅ;A““S:˜¼”URR2wîÜíÛ·ëè¼øÊ__ßk׮ݹs!DÓôýû÷;ÿ ˜ÍFµœ¸ÝÜÜž?þË/¿DDD@oÞEÿï&ç>Í <ލÑ$!ñ%¢0¥41ƘƘ–Ji±XråVvvÞ3=UË’ºb_ç¾>$ôb¡¡¡!%%ÕÌÌ”yrˆYéíí“”t¹¤¤c¼gÏfýÀ~ëÖ}ïççÇçó•••ãââ™JJJØlöèÑ£¾ÿ~]ff¦X,öóóKNNNKKÃK¥Ò;wî09œ={¶¢¢¢Íx€ ð7AAƒH’;.|úôFÆF-ëg̘îáé5tذNsXµ&%%¥+ûÚµkWccãòå˙ǘJJJtuu·mÛ¶xñ €€€€ãÇw%ŸÉ“'0Ï3!„&L˜`lllmm ½ xWÃÑ–`Ô©¯‹­Q~M6‹PJ»NŸ<÷P$Ñ4MÓRæ§D"¾r#kÛ¾ó:|ë¼ò|ª¹ÄßݲãgÖ êß¿¿ƒƒ£³³sDD„l0jbb¼nݺáÃG899§¥¥­[·–Yïç7°¨¨Èßßc³Ù’þæÍ›0- x—CQ$™­^:töe2GMÁââEaúÝË®.:6–š,’xXPvívnzV«%a•5?éÃ)XùÍב«Ú½cþÙ³Rù•ÅÅE-{œ8qÂĉdãb„PŸ>}êëë˜_—-[ºlÙRfý!ƒ‡ Ü*ñ Aƒ]iµòÎ fY~¡Ç‚QÀ¿¦¨¨hêÔ©ÆÆÆ¡¡¡Ð€w8• ÑT•›—M˜·ú –¤ÎPÉ¢¨—<{rP’)’Ô!„H W—Ý¿¤áYIC±³NeØ ¡{cíúý·é³f÷Úæƒ`ð¯166¾té´àEÿ>_èag–ðëÜå›gdßPe©)q”9j<¤Ú(nl7ÖݧKÌ5¥B1N¾zuBxØïÑ1†FFAƒ‡>VÁ( 7b±XR©ÚÐkI$b‹Õa0ÚÆÅku…Ÿ–p9-÷Ê­G9EEB&zêŽv:Žýú‰*s·nÙ¢md–Û `ßÎøà?cW|³\M]ÃÑɹåm$Œ"HRWW·¸°ÐÄÔ ZÐ;å=z¤§§ßá[ê0’ F_<Ïä`æncHQ”P(l Å% )Š©Yþßœ¹¿þú3¯ÑPËb³'Œ3oîÿíٻ߲·µ0';«åeLÐKH$’œì¬Ccƒ‡ eÞëÙ~,Úš¦¥R©˜yM¨H$¦¨æfassscSÓóç |ÁèбR1Uù¬äê´ŠŠŠ>ff øÝÑSí 3£€vñx>ZZZ½ä•õãÊÊÊëW¯99;qxFþ¥`”Í237¥iiúí[uµu¾‹ôýA’¤ººº“³“¾¾‚@Á(À¿†Ãáöµìkdl,‹{ϳGArx¡˜ †`à5b)‡­Èvè6xq €`ô>p™ û$R -¥{ÕËê ‚`‘,’Åê‘÷@0 ÐMb1UTXt7óNuuuï‰DÕÔÔlíÌÌÍ8xµÀ¿D"•ݼq=0x°©©‹Åêµ–ˆ ’.\À´¤¥›õºñ(£ÝAKé»™w›÷éÛ{jÍfs,,,I„RS’ M^ÿMð@w`ŒkjjLLÍ{aÝMLMëêê$bqD·0’Ÿj)J$‹{É7‹€,’$9.—ËkïIŒq/¹:ß:‚äpiºgÛ‚`ÐQ$ÚÔÜx'·âdjnþÓh@X¤±®Ê¨ý8õíøòb²kׯ¦^M–J¥]Ý)›íãíëéáÕ‹Ú† =Ee<,ß.kìP-Þù×? ×’ÒÒòŠê}go(+«¸XP"Q72I½š<ÿ³Ï9nÓK$’Í[7B0 !D‰©„kÆ ñõµ„ÖôFVšBΦ{Ú›u/•J¥÷Iñc’ ’$ ‚ HBBèå7¼c„‘¶–®D"éUm Á( ]˜¦ ŸÕiëh@Sz-m-Í'¥5$ùZÏ|ˆÈÏÏQTiø<¾m/laF‘Hi WçÁ¿ÌÐतÚü+X,R"íä†ÑNŸã!¢O_K’ ™¹Ñ3¤ˆùZfF[²éUßçÁ(À›EÄã¼ÜNfFù|»þ½°qà=£¼=}›þÖ66îž/^üÇöKÓôú Þžv07ïè5{üñ‡ŸŸ_hhh·+»eË–7´‰««kËO¡P1uêÔeË–1Ÿ¦§§/X°àk¨×©xAAÁàÁƒÛÜ]7°Œñ¸qãÊËËå?’H$#GŽlhhhoÛŽ[µººÚÄĤ%qNNÓ­º€÷ µ°°²·sttpvrtuqvsuñpsõtwóòpóöp÷öpóv°s"ˆŽ3UUÕâââ¬È=rqq`€wÀùÄó9ÙÙ‹¾X8û£;½°ÒS·¥Ó4½~}WƒÑà^øcÇŽuðiLLLttt\\\·+»uëÖ7½ BèܹsŽŽŽ{÷îÍÏÏ/,,”J¥kÖ¬Y¾|ù¿5´ºW ù~yý|NŸ>ݯ_?ùØlö˜1c¢££ß•VàMÀí{‹¢ÿ=±t?éâ™Ó§÷îݳûÔÉw/%’Á\½'H¢ƒ ;ÞQëbÕ àm1tèÐòòò†††I“'ûù8»¸Îúp¶H$B …BC#ã¥Ë–Ÿ01áôé6›|ûíw>>¼¼½ïÞ»7sÖ‡Î.®£Fnnnfþ;÷óðòöt÷Þ=„PäÊ•B¡pøˆã'Ll3ìNÿüóð¤É“}}è·hÑâV%oll¿öWhŒ3!$‰¬¬¬¢¢¢>üðÃÁƒߺu !´bÅŠ¼¼¼ DEE!„Ž9âïï8eÊ”ÊÊÊ®d% ÃÃÃ#""B.\ 1bDVVB(''ÇÓÓ³¢¢!´`Á‚7¶Ú¤ZZZ-?3Ã×Üܬ  °{÷î‘#G21ƒƒƒƒƒƒ‡ òøñcÙ6œ5kÖ!C†úõ×_3+åË)«ÍO[åßiÅBû÷ï÷ññ5jTlll{ýÒi>"‘ÈÚÚzݺuÁÁÁAAAYYYŸ~ú©¯¯ï„ ˜;zôèöj:jÔ¨´4E«?~:mÕ®t ï:æþÐúŠŠ3¡a¢¸S~þ³fΞ1}Ö@ŸÏ÷Š1êyeId{ïÖoÇ™3g<==œœ|||233™•;wî´¶¶öóó[¾|y˵ù”B¡PCCã믿?~¼««ëÕ«W™”ÑÑÑVVV¾¾¾ü‘ÙÃôôôòòò233?›ó Ƹª²¢ª²bÏÎß0ÿˆ=;cFì¿?vïÄ××ÕÊÿÛ³ó·‚Çym~ô¯üSPPÈÎΪ¯«Ý²e³‘¡a}]í“‚|æ£Y3gnÞ¼©¾®¶¼ìBèØÑ#Ìúö)¨¯«½tñ‚½]}]muU¥‚‚“O› dwºgÏî &0‰KŸ–´ª‚¯ï€¿mo³vÅEOFÌÛ~íaM§ýhff†1 …7nÜÀ'%%Mœ8‘ùtàÀ………ã'OžØÚÚ–––bŒ×­[7gΜ® ±XlaaÁ,—••ÖÖÖbŒÓÓÓƒƒƒ_ ¤={&Ož|ôèѰ°0‰D"» Æ844Ôãï>øàùI¥ÒeË–MŸ>}çÎeee&LJ¥-Ÿ–––:88{û…_ù«tóÆõY3§F}ñ&O•$)ýZÚÕëé‹#ÂN}=7?9ùÖ–~;ûë¥s·¶lÌ9zäØÌéK#³²ïÝ˺+IÒ䩱EU©R¥‹/šÿ÷òåËõë׿qã†^¯OHHð÷÷×ëõçÎóðð¸~ýº^¯1b„üb‘kÞ»wO±ÿ~½^¿uëÖ–-[Ê›»¸¸¤§§ëõúaÆÉkgÖÌé—ÿüE+øG¯×-^8¯¸Ÿ•e‹Ê¿õɧN¼ñ¯mß¾˜€GÕ¡Ã …ÂÕÕeÉ’ÅBˆeË–¯ß°A£Q߸qSkuÿ)ÇZ­6&&F^.rkkëöíÛ !5jT·îóòUt7¾œvùÀ·ûõï/¯™•]¨Å­`þÐÀ€€?üèýÑ£#Â#Z·nUhóÉ“'»¹º>®Þ°±± B<ÿüó–×69r$<<ÜÍÍMÑ·oßN:=hùqqq·oß~å•WÌçáä…îÙ³çÃ?ܾ}»J¥*trîÇ,ÕP‘R+/1bôèÑ;vìXµj•½½}lll|||XXX­Zµ„F£Ñ˜7ôóó›8qâ¸qãBCCå>/®ž%´Â²ü‚­(r“#GŽDEEÉçûôésüøñ‡î@+++ù’Ó€€€çž{ÎËËKxåÊ•¬¬,£Ñhkk[dKeÎÎÎ×®]óðð?~|¡Ñü’{UaqHñ€g†€òqfT(Rwïvöö®ØH›vëæ¡Îí•B„ïØ[«FÍz}z_;wjûÖÀ¶íK_æÞ½{322zôèqÿË?+Kþ;S¥J!Dÿþý÷íÛWÜšB[[Ûððp!Dýúõ/]º$oÞ²eKùoñ Aƒ>ü:‡0 <ª-[6W÷ð—ãã­Zµj×®666_ýõ¹sçÍYSþ‰-n­ö~*U©TVVÖæeƒÞ IRPP“•+VWâV0h5ÅïÝ·oó–ÍŸÍšµk玂«ùûù•²¥‹/þú믅±±±—/_6/·hÑâß)jµ9R<ètöÅ•U°±5²<ÊÍͽté’µµõ;wªW¯^èÝN:ýþûï_©]»öêÕ«‹«I||¼]@@À[o½µuëÖU«V­X±¢„ñbŸ;wÄ –¢£›ÅÇ:yò¤Âd2%§¤˜“‡|­g‘+ôûïW5MçN¦Lžœ’’\èK3..¾”·g¾üòˇ:tèP‹- .—¾BBB:tíÚ5!ÄÊ•+#""JS¾ÜX¹Ú‘‘‘‡NJJ’›šš*oûÑGµk×îóÏ?>|xnnnÁM„7n<þW%$Q½^?sæÌ÷Þ{O’$“ɤÕjííísrr""".\¸ „Ðét999ÿû¹vM«ÕvèÐáã?NMM5 ÅÕSVä»–åÿmÛ6mš˜˜(_y¼k×®bÏ:”¢K:i¡Vûøø\¾|¹È– !ŒFãÕ«Wåsº E>´¸^µ²² Z¾|¹\ŸU«VEFFòM‚òE’Jq“Bqë ;'§ìÆñÚ‡®YãèTÅ©jÕ¨Œ‹‰ÒúW®RõÆÍ›æ‘bŠúËÿFGGÇÅÅ?~\¾&))I’¤Pù<¨$I+W®’‹*rM‹;¢„$I¡¡aññq¹¹¹’$mÙ²U<•˜83 Ä –ÜÝÝ}ûÍoŒÈ×éL&Ó /tÏe<¨iH¨‹‹óömÛŠ\Áìô锯ŽU)Uò•š…N¡MúdÒËöîÝû)ô——×øñã{öì)„ðööž5kV)7ìß¿óæÍ×­[7gΜwÞyG§Ó™L¦¶mÛ6hÐ`óæÍ?ÿüóºuëÔju»ví>úè£iÓ¦Üä*9gΜ¾}ûÚÛÛ !úôéÓ»woƒÁðÅ_¸¹¹Í˜1cذa&“I¥RÍŸ?ßüœ¦3gÎÄÆÆ*•JI’>þøcµZíêêjYOóGùn‘å—Üpooï7Þx£wïÞžžžÝÛ'íÚµ;pàÀ€,[*„8~üx“&M¬­­…3fÌèÛ·o÷îÝKÙ«BˆY³f½ûî» .”¯=?~<ß$(q´tÉÌ$IJ¥J¡ºÿè{…B¡P(…B!ƒ‰—©Y $‰èèf*•JáææºÿþE‹ þF~~¾Édzá…üüü|}}Þ{ïÝÈȨjÕª†……Y[[K’äææf¹¦9Œü¯÷¨Q£:vìäííåèè$žÊã÷nnnñññÙÙÙóç~5ûË9ÜBlZ¿nà¡\x –|3¿c—n…^ܺiCÿ—‡Ü»›i¹þºï×4kѲJÕªtÝSp÷næ«Ó¶}8¼WHGz£"KOOýõ׋»ôväÈ‘={ö,tžûñb&üƒÏÝ™ðÅšM³†Yþ*åçç¯X¶tØ¿_×ë‹}šýWs¿x÷Ñ×nü¾kç®ð &ö·S·lýýpB³EK ±ï¥þÞ}ûÔŽ¾¡Ï?™úS·®/ZYYO™6éÿ^þÐÎÍ͵±±BLš4éÎÌ©S§<¡žùvÁün/vwtr*ôº­íŠ%‹ºõèUäÏʾݻÚwì,„H¿’6Þ¼Ž]ºqfð÷Yðå—_¾qã†å£F ƒ¿¿ÿM¢@™Wª3£n ÅÕ½ê1xHãú TVÚõk×($©ÑK/„…+öÇÝøöŸ÷Þ%ž-¥‰'<—••U«V­¹sç”ý™E £€¿'?²´ˆ_µzÈ!ô*z-EàóoÓzÏô™ûöy4kÖ s?__µZ-ed(¶n¿²gOºN×ã…ÎÆ?ïû|”9a„BÕ#Œ(ÇÔ*¥Ñh¢ðÏbŒÿ £Ñ¤V)K £¥ | ¡hº|Ib¿^¿]tmb—“- éÞí[·}›®Ëo¹a½T®$aÀÓ P*½ÝnÞüCÔ­Bo¨˜nÞúÃÇÝ©ÄgÕI¢˜ì(?ì¼’ƒ«[›=»’¶o?š”rë› …ÂÅÙÅûí·»wé"$!I&s9ùyy懬FT\Z¶cxå;ŽH áâ\E¥TÑ'*£ÉxófÆÚG^ëVÂ-J¢ø3£·nÝR©”ƒÞÍÅÃüb‹>ýKúP£Q¥RݺuËÃÃ0  ¢³²²Š¬eWÙ~Õö—¯Ý10^ "Q«”ÞnޝukÚÐ;Çbö»¿fѢè$I5kÔþlöŒÒ_ï¤R©jÖ¨õxäIPŽ™L¦&u=Bý|•JæÈP¿õz] Iô~ä,&8V©R¥N­:>^>ô¡Z­¶J•*„Q¸O—Ÿ¯Ëϧ ˜,Zì0½V«uwwØb £(‘B¡ÈÉÎRT¼±#Éd|\#f„Q€‡L¢ŽŽ×oÜpuu­hm¿y󦓓“Bñò(aàa¨”ª† ýBÃëU«fžYþÙ&IÒ­[·6 ÔXi£ÿPU«|kø˜LÆ“'ŽeÞÉ,ñY¤Ï¥RéääØ(ÐÝÝÃÖÆ†0ŠgÄÁý{۶“-/Ð!€rA£ÑÖªSËÓËË ×Wœ[Ž ¥ÆJckc#Äc8LE™` $Q@ù¢ViÔ•4ôaå[NNv¡Pðk” ÷ïµµ­TpF§„az*&†éQ&0L@ÅÄ™Q” Ó—YC‡½jïà(ÿñóx::qb¬ƒ£ÓÝ»wO:õÉ'“ÿøãG,Çò­ÌÌÌŽ;UsvéÞ£çC”ü +yý³gÏ6hè—p8ºYsù•?žP¯^ýªÕœÃÃ#’’’¨nŸ|2ÙÞÁ133óqµâرcöŽkÖ¬y¼;hÊÔ©QQÑz½¾ÐëŒÓºMÛ6,¸ïFðAÕjÎùùù¥oõ’%K‡¿ñF‘ Ôcò'Þ¹s§ÈÂFQÎ0L_f>âãã³~ýë×ÿ¸lé’§ó¡Ý»wß¼i“½½ýÚuë¦LúÐÿ>1—cùÖ²e˨QÃwäÈÿȯLœ0!<<ÌÓÓKáããc^377wÀ€®nîU«9·lÕZaÙŸÉÉ)þþ~E¾µcÇŽÈȨªÕœkÕ®3jÔ;%´B1gÎ\ß54ôûqýzë:uêêØ’ûAîöððˆ1-=ª{~ñÅ—-[µvusŸ7¾âã Ã-[äâì,IÒ¯¿þZäUpß9:U øæÛoKnuÁBV­ZÒÔ×××r¡AC¿&AÁ¡aa®nîŸþ…bàÀ—ÝÜ=œªTŠnv%=½P{““SÚ¶kçêvÿ¸5ÅW@EùÃ0}ÙôËÙ³z½~×®].®n.®nIIIîîn¯½úÚüù z÷îÝ»W¯1c>(¸~5zõìQð77·Ó)É3gÎP©TƽzõêKôìÙóLêéôߟ6}FfffZZšÝ×sç8;;oܸI~ÅßßÿÕW‡ÙÙÙuêÔñtJòœ¯¾R(ÉÉÉ;wîüõçž{.;;»fò+þ¹yyYYY!MC¼½½=<ÜŸþù¤ää)S§µlÙ²U«ÿ-û¿×‡»{Tw÷¨~óæÍ‚Ëær,?B£Ñ¤§§y{{¯Y³F¡PŒ~tƒõmll Ãß–\°bkX[¨E–]Tp}—øø¸‚† jÙóÛ¶mkÞ"¦fÍšÛ¶m-8ôܤIㆠ {õµ¦MCnܸQ\úûù[¾µdÉRƒÁ0cú´Zµjµk×®äV¬]»V¥R~ÿýÆ+•J??sŠÜA–%È«ýgäjת-„xå_¯„‡…eggÕ¨Q#åôi“ÉàïoÙ"!DRr²µµuÚµ‹<¢ î;y(ß?À¿„V,dÍšï7n\³fM˹„W† qtt´¯\Y¡Pœýô³/tÌʺçìììáá.„0·7##Cn|P={Ö\€¥pss‹ÏÎΞ?÷«Ù_ÎÉøã–bÓúu‡ ¥wð,ùf~Ç.ÝäëDsr²å…Ö¬ìÿò{w‹xJ˺ï×4kѲJÕªt]…b0¦NöÕœ9'Owvv¦CÊ»&AÁýû÷{ëÍ7 ¾˜››ùê°¡¯¾úêcÿÄ•+W…††Ô¨QÃrAéèè¸yó¦G,œ= !llmW,YÔ­G/Ë·îÞÍÜ·{WûŽ…éWÒæÏ›×±K7ÎŒ¢Là¡÷(Yí:Ï©Tª¹sæDŸ Ç-âÌÆúÄñcOèûöíSÜ‚N§ûù—_† òè…x„Q” Ó£d¿]ü•NÀ¢Õjÿ¸u“~þ)ÜÀ„2»é¨˜83Š2az*&ÎŒ¢Là¡÷eÖßN>.OÆý Ó…—0÷z Ê?²?ƒùêÛ5kÖøÚ;8¾>|xé»Ë²Ûå)é'NŒmÐÐ/!ápt³æüu@Å3‹aú2«äÉÇÍ“q?ètá%̽^„ò¤ìÏ`þ„úÖÆÆö•!C„ 4,}wYvûý)é ½{ÿo^ïœ.Ürîuó÷ÉIÉB?˹Â-ËQ©T’$?~â“O&çæþuþô2?ƒùêÛÌÌ̳gÏ&§¤xyy={V¯×›û¶„Éâ XÜ”ô@ųŒaú²É<}ù´éÓß|sdPPPÛví?ÿâ‹©S&+âózÿÝtá 4hÚÐÏÖ¬Ùvvvç^å_C…ò÷ÎÎÎÉ))ÞÞÞæ¹Â{õîÓªU«O&M²,çÕW‡yzzöëßÿÄÉ“BˆÆ™kþ U’g0wqq1Ï`n¹ Ì`n®UëÖ­ÒÓÓ;¼Ð1.î <ƒyÁN3ÏÏžœœ$þ:ƒùêÛÏ>›Üô×_=~üxHh˜Á`,з÷+s*é”"Àß_N¥æ‡êêâÜ´é?ü þ:%=÷\qcÇ–r®ðo-Z·nV«ˆˆ˜6uÊ£'QQ6f0g¢s aesÓ£R¥J·3þ÷ø÷Ò̾`þ¼óç=µ2ƒ9< \3Š2»é¨˜83Š2az*&ÎŒ¢Lànz*&ÎŒ¢L`˜PNŒ“Ñ$IRÅi²B¡P)UJ•J¡ ŒâYÁ0= <Òëui—ÓR’“222*NuttlÐÐß·†¯F£!ŒâÁÝô€rÇ`4¤]N;z$±E«Ö>>¾*•ªB´Ú ÿí·ßöïÙ#™ 5ëÔV«5FQ&0L(wLFSJrRL«V5jÖª8­V«5µk×Q q(>®º—·ºÒ£†Qn`B™ÀÜô€rG’¤Û·o{ûTÄùÒ¼}|233 zýcH·I( ¦/Ë_µ:]¾^¯7™Lô€ŠF©Tj4Z­Öª¸;u$Iª £ó…¤Fk2=žÛ¶£(¦/³I4'7û¹ ‡ºqýºÑh¤OT*•ÊÅÕ%,," °QÉÿ /.“ù%#áÌ­ä_3¹rWâ¹ê•ýk:†Õ«Z¯*ÝKEÙÂÝôe“N§»pîž];Û¶oïîáùX&€òÂh4¦]þm÷î]•íž{þy]~~é·½›­ÿxiRÒÙ;õ«T}ÎÑ1Ìß]­’ ñÇ­Ü+ϸ»X{9 Je+:™0в‚aú2FõºÄÇڵïFo¨€¼}|ª9»lÙ´±AC¿Ò‡Ñã¿Ü|óËõíZ¹»&žÚwñÄ»×Tj­kU÷&M›mÑ*5ýV—vN{­ih}:™0Š2aú²I2™®_¿îæQ®PaÕª]ûÚµ«¥ÊÌÊ1kH5Ï{·Ò—ìý¦º§cLk×*¡ …¸r=óô/qûâ¶ü÷÷ÿÓøíÏã6LéPÕÞš0 üó¦/³ŒF#£ó*tTRkJ¾b^’¤‚׌~´à§U¥{×âÏlëÒÎ?ªI{{'G‡ªÕœÃ…_ݶïØÄÏÆë÷V›çkŒžspî[Uðæ7esÓž‡Oÿ~$)ÍSk“øÓžm^hѤfÍZ¾¾>^Þ>®®.^ÞÞ¡¡¡}»µ~©GËE?|í[¥Jú•{ûO¦FÞ“¦ÿøã c>üP^ž3g®‹«[~~¾B¯×»º¹_¿~½äÍóòò<½¼ ½èìâúèûõ×_#""±@“É4}ÆŒ§¼›òòò8`À€Ñ£G˯œwëÖ;wF7kÖ"¦eÊéÓòšÛ·oˆŒŒ:þü¸ñãóòò:¼ðBÏ^½ÿ¶--bZšO=z4ºYó‚ËÎÎÖ—n ›¬¬,¹Olmm-ZÔ±cÇjÕª™WX±bExxx§NV®\ÉQ  J½n§±Ò µ½Ý*W®lmc­T( …R©B¡P…B©µ²²³³kXÏ÷VæuМK»^š\§×ë•Je•*UòòòªV­:jÔ¨.]ºlܸqùòå 6ô÷÷ïØ±ã7„sæÌ‘Ï¡þðÃZ­6##CþM>>W®\Ñëõ‡ž9cz\\\tT”‡‡»bàÀ1-ïß̨Õjcbbþüg¨®]ûc?úè…:*ÙÆÆ&44TQ·n½ËiiBˆ„„„fÍš;99 !úôî}ðÀÁ‚ë'$$4oÞÜÙÙYñÒKý9R¨@óç8p #ãv¿þýï§Þìl!ÄÁƒ¢"#ëÔ©#¯©Õj ޼'$$”ÜggçˆˆÈ 7¶nÕj÷î=3ÿz±éäÉ“Ý\KuéªR©Œ•—GŒ1zôè;v¬ZµÊÞÞ>66öÈ‘#QQQò‰Ò>}ú?~œ@Eó¼W•Œ»™ö¶n—Ó³äð)IB¡ …B’$¡B(’¤T(/¤Ýp²«vãξ••ÅM6*„b÷îÝžžž-[¶ŒŒŒŒŒŒÔjµòuùqqqÍ›7¯^½ºbÈ!Bˆzõê]½z5333!!aܸq;vìP«ÕQQQBˆÆ¿÷Þ{£FŠŠŠj×®bïÞ½=zô0Ÿj!ŒSdDĬٳ½¼¼_2Xá×°áÊ•«*W®ìééYÜ&ÖÖÖŠ?¿ÔjMppжíÛ:th¯øë7…F£ù3Ÿ)J9i»Fsÿ¯›úÏm‹ü\I’‚‚š¬\±âÑ›_°-Æþëã'ܼq³s§N¶¶¶Wó÷ó{Ð’ãããíììÞzë­­[·®ZµjÅŠU«VU«ÿl£šï…Á 7Ÿ |Þuÿþ+Õlj¤œ¾–Û!×ÊJ«R©” ¥|æS’„B!™L¦ÜÜœã)¬ÔUnd^ pÓéJzœ¾^¯Óéòíì*EGGmÛ¶­iÓ`kkk½^'„0 &“QÞ\§Ë—$I^[µj¥½½}TT䨱cU*edd„N—ïéY=1ñðž={üñÇiÓ¦íÙ³Û`Э^½Êüq%WæI`˜ϲ°°°'N;v¬qãÆBˆ°ð°™Ÿ~*_0~ààÁß¿*„X²ditt´åæ …â‹Ï?WÅÿ½þúß&ÎÐÐÐ}ûöݾ}[±jõjËšÄÇÊËËBlÛ¶­„r¢£›ÅÇ:yò¤Âd2%§¤!¢¢¢ÆÅ;wN‘ŸŸŸ““#§=ùZÏÒ´%$$äîÝ»ŸÍúlÈ_Çè…qqñW®\)}¯êõú™3g¾÷Þ{’$™L&­VkooŸ““Ó´iÓÄÄDù‘»víâðPAHÒÿn` oTófîM[+M~¶÷–Ýçuù:É$M&I’$É$I&£Ñ¤×ûé§ ×Üê¤g^‰lT«Ä›„î/deeÅÇòõõ‘ï’_ ß¿ÿ@zzº$I‹/nÖ¬™üzTTô”)S£££­­­+W®¼~ýù­ôôtµZݹs§©S§$''ëõúèè踸¸ãÇK’d4“’’ävìØqóæÍ"¸ xuj×öpw—Od†‡‡ÿúë¯áBooï)“?騩Sã&AÇOœ˜2ù“"KP(³f}f¥µzíßÿWòC}}}ß}÷¿ÑÍš7o£P(¬ml ¾ëãã3êí·;wéúÊ¿†Þ¼q³„rÜÝÝ}ûÍoŒnÜ4äûï¿Bxx¸ùÅçlÚ¢EÌÕ«W…ƒjÚ¶]»R¶¥ÿ~ÞÞ> Ô/ôú¤O&ÅÇÇ—¾Wç̙ӷo_{{{…BѧOŸÞ½{/]º´OŸ>ÞÞÞo¼ñFïÞ½‡.ßD%ŽšÃh`­Æ ;”J¥““S`£@ww[Â(À?F£ÑÖªSËÓËË ×Wœ{ ¥ÆJckc#Äc8Lx„,¥Ò¨+i臇ƃ@a Œ€0 F@þéCV©´¶±¦(ƒT*•^¯ ië £(gìsss5ZB© 7(SIT­Ñ^û=ÝÞÁ±ô[ñÐ{”3uëÕ?–x884ÌÕÍ]­æ ¬Ðëõéi—Ž=Ø„0Šg–»‡‡"é䉻™e`Ê¥RiïàØÄÍÃ0Šg<Ê‘”ûK€0 Â(@a Œ€0 F@£ Œ„QFÂ(£a„QFÂ(£a„Q€0 Â(@a Œ€0 F@£ Œ„QF@£ Œ„QFÂ(£a„Q€0 Â(@a Œ€0 Â(@a Œ€0 F@£ Œ„QFÂ(£a„Q€0 Â(£a„Q€0 Â(@a Œ€0 F@£ Œ„QF@£ Œ„QFÂ(£a„Q€0 Â(@a Œ€0 F@a Œ€0 F@£ Œ„QFÂ(£a„Q€0 Â(£a„Q€0 Â(@a Œ€0 F@£ Œ„QFÂ(£ Œ„QFÂ(£a„Q€0 Â(@a Œ€0 F@£ Œ€0 Fðì$I¡PFQNþ‘¤TæädÓ<3LF£üOE9`oïpù·‹yy¹&I¢7(×$I2 9¹¹ÙYYöö…ÞUÓA(ƒê<ÿüéääz ÚÛÛÓ”kòè|vVVJR’Ÿ¿iÃè’oæÓwø§Tsvièïö—_îÝÍ4™LtåšR©¬lïàçï_ÕÙ¥Ta´V:ôžšŸÎœ.òu§*NNUœèE½ú ËrõŠ£¡áQì9€g@æÛå/Œ–ñJà¡7&Yý<+70T,2þØOYF*–25ÎsF@a´8§SS[´ˆ nÚ³W¯ŒŒŒ§YEI’:uê|ãÆ Ë·ôz}›¶í²²²ŠÛöÝ÷Þ÷¬Z͹ÈÍKÃd2}úégæÿõð¨^¾êoiÙ²åá‘í;t8|8±Û‹ÝKÓ®GiBYö;÷!³‹/6kÖüñ® @E £C‡ýÁècGøÑاYÅÍ›7×­[×ÅÅÅò-FÓ£{÷ùó·m×®]vîØnkkû(yeæ§ŸšÿwÓ¦å¥þƒ¡È×,X°xÑ·[·liРþ¤Ø‰Oº T·‡V°ÀÒ^hç€2FÏŸ?Ÿ™™ÙºU+!Ä€/mÞ¼¹à»ùùù5jÖšݬYdTôéÔÔaÃ^ nÒµÛ‹¹¹¹Bˆ]»vÇ´lݺMÛÓ©©ò&>¾5&L˜8ðåAÍš5?rä¨âÆËež;w.¦e+yyÙ²å]»uBdggøróæ-Z´ˆùï»ï™ãÚ²eËŠ«yXh¨««kqïørLËVÁMC^}õµ|N~qÇÎÑÍšE7kÖ¼y‹ .L˜01//¯sç.}ûöBtìØI^mÍwß…†…‡GDöêÝûÖ­[Å5êÉÕ_þ¸wß{èÐamÛµ?|8Q~Ñ·FÍ1~Ø·o¿mÛ¶YVrôœ;þõáotîÜ¥S§Î£?S¨XËõpM°ìÛBu+òƒÌ í…"‚þ¸~}É…¹w í\ÙÌ™ŸŽ;N^>vì˜ù8,IJo‹;¢–.]ܶ]ûeË–—ÜÏE® aT\¹rÅÓÓS^vwwÏÉɹsçNÁîÞ½t`ÿþž={t±û˜1cŽI´³³[¿~ýõë×ÇŽ·ö‡ïã˜:eòëÿ÷º¼IVVV›6m–,^4~ü¸ÉS¦”ðé ‡7 ”¿+ÙÚîÛ·wïÞ=c?úP~×ÅÅÅ`4¦§§?DãgÏúlÏî]G$V®\yÕªUBˆ«W¯¾ñƈo.<°ÿŽÛÝÝÝ?üpŒµµõ† ëW®\aÞðÒ¥Ë|0fÝÚÅÇŽýA zrõÏÊÊjÓºõüùó¾üâóW_{Íh4 !îÝ»Ó"fåÊ~~þ–•œëéé¹`þü ÖOž<¹PÅí¬‡h‚e߬[ppp‘$³Ü Åõ€¹ÀN;þmá–{§È;pà€Ö®ÕétBˆo-¡úËÛ~ÿý÷BˆÃ‡õzCÍš5®’%ï¬jB }[ú£Âr/yl<ú!WäÎB4m|ïîÝÙŸ>¨¨1úâú¶ÈV‡„„&$ÊÏÏBìØ¾£„¹&ÏŒ®Ý{ýs\ÊíçÏŸ7âï¿?ÚÇÇçë¯ç–þƒÝÜÜÌŸ7rä›ù:Édêо½_ÆÅ%ƒ>ݵk·šµj¼Lð…öíÛWcРө©ãǬR*%!}òÉ$9I=z,8(ÈÚÚZ±jÕ*?¿‚e¾õÖÛ;vîÌÍÍmÞ"¦~ýúß·ÆüV‹˜˜¥Ë–÷êÝÛÎήà±³gÏ4xˆÉdR«U‹¾ý¶fÍš/¿<0<"ÒÅÅyóŸ ÃÛÛ+6vb—®Ý„>>Þs¾úª„xBõBØÛÛ§ž9Ó"¦ennî¼y_«Tª‚> endobj 369 0 obj << /D [441 0 R /XYZ 56.693 345.17 null] >> endobj 444 0 obj << /D [441 0 R /XYZ 56.693 325.299 null] >> endobj 440 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F64 307 0 R /F72 420 0 R /F71 414 0 R /F74 436 0 R /F14 413 0 R >> /XObject << /Im5 438 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 448 0 obj << /Length 571 /Filter /FlateDecode >> stream xÚ½TMoÛ0 ½ûWèh¢ê[Ön Ú Ý€ ÅrkzpbÅö’8¨l7C~ýhKn³,ÅŠ Û‰´H‘Ï|"¨@}ˆfóèê½$È`£˜Bó5R +Rj0)šçè>žÙºkÖ•Y/FânU&&I¼^p-œ÷ó¬Iæ¡ì„Rl¤ô—?g][m»f2Ý´Õ¾¶õ¥¤O —ñ¾^ŠÎe}bs°ns´]ÑçFŠRÀ¨xQh•1Pe¸­€Nã+o„ìoD7óè1¢BERA>GÚP¬C«]tÿ@P1€‚…IÑaÈÜ!I f\¿E_£»ˆ„A½Õžuäšc­ú†Á©’R §þ”©ÁrøBŒÇW·;…®÷ãîÕF“ÐiòÒj U³Rí“â’㔇¡ß–Îzê¬kÚàz–¼_í¼ ì@ •ñ÷vgëžv{êõ0^¹žé 8©Áj°”érYmó®.|ñÎÛÿ„p´ IÎ0g†É0aN×õ>­7ÛjµI( sÛxçËò›Ý´Íß¾•ËÇ“ þ:a2~ª¬kýQWç#„°‚Ç®°å‚+åª"Lkf׶܆]SØaeK×â‹#xÍÂ6‚£©Æœ‚U°À$h{ >ë™ ã¨>Q³þ­šÇê““ò—ô̱€ ”ÒÀSfuãšÆ…]ÖUs6¡iׄ<‹­™;QYý“ÌÞ¤dKÅ/*Y%ÿslûåùeþäõû|†|h endstream endobj 447 0 obj << /Type /Page /Contents 448 0 R /Resources 446 0 R /MediaBox [0 0 595.276 841.89] /Parent 452 0 R >> endobj 439 0 obj << /Type /XObject /Subtype /Image /Width 786 /Height 592 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 453 0 R /Length 48501 /Filter /FlateDecode >> stream xÚìX×úÆMõÓ“{“›X’ܘXÀš˜bŒ½Ä{—bïšØ{¥÷ª ‚;‚RD¤÷¾t–Þv)KïÑûÿ–ѽ›ÝeE„ÕÅ÷}~ÏÙ3§ÌœoΜwgøïëQ›¶©µµõÁƒ---ÍÍÍMmjlll€ ‚ ê‰"ŸÃr>äÈ‘bLcþ+$eø%Æ)Õ×××ÕÕÕÔÔTWWWAAõD‘Ï!·Cž‡œã „½“°q¶LŒ_"ÓŘ%j§¢¢¢¬¬¬¤¤¤¸¸¸‚ ‚ ¨g‰ùr;äyÈù0ö‰¼ã„“À21·˜˜ûKT¾²²’ªS;<///Ëår8œœœœl‚ ‚ ž"ò6äpÈçÛ!ÏC·ü¹ òBÌ}'榓À8 î2Ñ&2W䲨‡Üyr>äÈ‘"GD¾ˆ1N‚;N"–©´´”¼™®ÌÌÌi*G^ÈD‘}"ÿC.ˆ¼9"qãôàÁƒ¦¦¦úúzÆ2äääÌØ¨7ÿˆ³KT9À«9ò?äÒÒÒÈ ‘#bŒy$rJÌËádŸjjjÊÊÊÈY1–‰©nå™G3¹±dÙ")6¸È”x*Zöij7S¤@d_ëvx)A.(...55•ù"rGä‘È)1/8‘}ª«««¬¬,**âr¹Œe²tÏe0º£¼Z•ÃÍ©¨¬@Ey^Wuí*C»(A€öаKÝmM~C T€Š½Zä£ã”––F¾ˆÜy$rJ̯Ô56627šòóó333™sgîs6þµ74,¸¼¢¬¸¤èïó ŠKŠý|©˜  €DÈŸì´Š"[¢ï˜ÙÞ“2ÚD¨–}-rMä…"""É‘;bn71o71o4s8œi*G/ø˜ßãX²lQfv:+:,2*T@+$4<00Ø×/ÀËÇÏ#>!†Š ×ôæî¿)Œ’E’ S¸@g<`·ô¤ë®K©d^5Ž]e“KѲO#¿!ÆíPa‘Z"×%Ú«E 2„»äˆÔ"Ž\N$G’’Bîˆ<óvSsss]]]EEÇËÊÊb\“™k޲CnöÃ{·ÿµU"{ìNdÇS1áZ€Ž©KöóT§‹Éÿ®LwA&sµ¤ŸµÁÖÖÅ…%—mÉ8¥tín¿±tœ×’È¢Ù°öÊ“Y*F…EjÑ•„[Ò ÚôÔZ”`ÚΩE0®)<<<11‘Üy$rJÌCºÚÚZæñ\zz:ãšLîf ;”—Ï%wêâçàåéívヒóÝÛwìnÞºJ›’’©˜p-@w£vÎoù1šïó9¬Ô¸Ïd2fæ ©Ç¢ƒv*–‰ÆÎYÆÎ); ݾ5÷€Ý²S®o_`rô®†0hœÝa¡-”8t%욨¼±sÚ.#¥Gìçí·[rÒu×…¤öÔ½læ’N‰ÍÕs8JÜm#çämº®ôqÞA]?-ç,*¦qÚ…Šmº™nâ’¹äÀÍù‡=)SËÚ•2×]MmoLÚÛ1ñNqR NÝHfœÌY\)0N† ‹Ôêˆk’^‹™ûRjŒk Š%wÄ<¤#¿Ä¼ÔTZZš›››’’¸&#þ%ë1d‡ò r×äèíås_×@[G_ó¶ã-;ûkW¯ÛÒ¦ä6®èVNYùítHåV6µ>zÔTß‘Í#“ °%ú>ܪæ‡Yž+Ì£×p¹QPZßÒÚú W¼ô¤«HS:© "ù‚Ö”NÞaXeÕÞ½&CÇÔõ'œ/…æÕòÿ¤IIQÉ¥ËnkÏ&´×à:£ J47Ï?ì*i·£VŸpsŽ/©njmijbǧn9ávØÌùOr*æaxgÞ[e6Õræ°ßâPB™!–N*¦ÞâcÒÞŽ‰wºòtÎ+d€zÛ»Öd6¤¿þÄ8*,R‹1<âÏæ„ýx-jP¢Ý¢Lñ¾Æ5ùûûGEE‘;"DN‰yµ©ººšy©)))‰qMN™®) ÈÇÛ×ý¾‡ëÝ{Žwœìo9\¿vã²í•󴉔@Å„kº•EnV†™Žý÷/æ]²ÿO%ÑiçG_Îv‹Îb>fEß?°Z«k‡.'ñƽûvùÈ?+ù¼.oó©ûÙå=Š4(ãÞÈ ¸&ÁGA"/Ósù¸C‡*~;ðgSŸä.Ysâ¯ØgÐг·Y‹ôh;ýgææÃÐá?w¼—¼ÄÏ{÷vËä2Wñî¶ô£ˆ8;fк{”`ß_Øëµ·YÜ|~Å¿s19û™pK¿÷ö‡¦JÜÄaÛÿ>ò›Aƒ5ó;»ÓC—lÙûƒ±RÚ”˜ÉT/*È84çÛÉ;¬ŠÚr®í_ôýˆá_~þí[Ö•ƒKú~ØŸ~½ûrÔc·i¤2j䈡 C¾ò«¹_² ³[g1t†y¨x›ûæ÷í;@q¨Â/óížÓÆ´×»ÍÖY#‡ì;püøÇÖôy:mï„—xž Ÿœâ» Gº¦¢B^{?A ÊÎ¥‚|&¡=úSuw6%2ÂÏüã_ ¥4õÔöžv–É<¦ðñ"›J„Z/ïQx&.Mí;Zß9lË·ÞÊå=å(rØï~¾Žwæ~5þ÷>+}Ø9¡ÿxÔ³öûÁ¯¥åHÜD‡9Ï2!gç}¢p¤sC7dð€·ÞøÇ^çx)mJ̤êܨµcú,S»-ÈYqÖ—顚¯¿ùÉJ~•´ ÞŽg pâ™DFØÙw>[.¨µØ*°½6?zóµì\þx&fu"jÂ1j·÷'§Ê' GŸ¿Sá’y>(å<>'ÅwÀËL7¹&‰‰¾õº`‰ùô³>^…ù盯³só)ÁËMè*×”²ûÿZD‰{ë \åÔ£(P|÷'oÞgŸG¬°Ô‰íµìó_ÎwÂ5¥ç?vMk~Iíÿë_ÿ;Ìø×Þü¨ÓCsg×ûý×HiSb&UŸ;ðÃõg|…Ì.hÛUçïé7˜‰NÓ~:pоxímA­”'¶P¼ÍMÃ?6SYçô夶x×Ô^ï‚S…œÞówÚÞ /ñ<>'Åw\“H‚¾×Gqò:½Ï2sME…ùc?èm›òÃ{o›=¹!ý(¬¾ÿtÙÝ›~uˆvãÓ/sZôŸIWYÏÚïæ¾ïI‘¼w‘k**ÈêõúÿuÂ5Yløé›Ù‡s $ÄBbš†ÎÄ3¾½¸Hl³° ëî5‹íËùð[•çñ!ü'tü­Š÷øÉ›¯Çsòžµ#ÂãO…óο•Ä{—xÖc?ÞwøAOJïê÷áÏï¿}#9ûY;»½ãÃ/g»²Ò™\¶ Ó£C>^`D þƒ³!‡;=t)þêÿ÷ñ)mJÌdª[lüùëû³òóEb!1Ý·÷wØY”p×™. mdûÆgRN^VÀëoý«!ëHï‚Så“!Gù™Ï×i{'¼Ä3DÚnx¹y!®)7ÝsÅ„¡ÿ4dðÀSVZtb‘<ø:ì'&3+öêoß}1p舛ϊ÷h³ê·¾ß*Œõë³ö•“tùµ^½Æ‰ŽÄ£ÈfŸ£X©”öÜ¥Øûƒ_;— Kj“F 8hȰaÃG»í”ÕãöãoNA}úfäï ™ºÿ ø^Ë)NJ›3Çn¹é—/§íÊÌ˪kòÒVéûiÿaÃGÌß}IŠk´™ÁI?Raˆ¢Âw_£¢æúœ®©½Þ­6M®øÝß½Ë?4^^ÊótÚÞ /ñ ‘²zªkâä: ¹& È]îšzý]ݱֈ«›5ÙtÔ‘~»¤÷uD²ô!²?´N ® ^×TŸðê××ðÂ]S~^.À«C§]Sp À«C§]Ó!‚ ‚^%uÚ5Õ××¼:À5t¯kª«xuè´kª««xu€kx!®©¤¸8—Ëádgu9Y™Ô`qQamm âùsMäaÄÈÏË ±9g©£©ÖUèikœ?w6",´¦ºRb§2 Ó®©¶¶F„Ò’âØ(Öi3c?/VXHTDX—äïwÆÜ83#½¡¡^¼_Ð…®)—›sÑÆ*ÐÏËŠˆ‰êB"ÂB.·niiBÈq*ÊK‹ y…ù Óðòóh ËJKjjª»Ø5Qƒ''+SO[#2486*21.691¡ IJŒ§Æ[ZšÅû^qŠ‹ cX‘—/ž752ÆÜÄÈö¼MDX(y'‰ãÜ…®‰“¥£©Æ ‹a%%ħ&³»jüÁƒ–Wg 0ãÌ+Èçrrºðíz ôUš._ùyôÍ]âªºŠŠ²2vB¼µ•EFZêƒAUssszZªµ•etdjº¦ššj×Íb'Ä¥$%v-Œkï·§BƒœËåøûyëëhíÛýמ;@Ž  —¾®V€ŸOee™ÄUt…¼‚«¶—222`{ºDÙÙ™W.]Ìçr$.ÍtMÕU"üÏ5EE&ÆÇ&³ÄŰÜ=]oÞºzã1WnØ]¹nwå¦ýu'w×  vb¼pq»&±~{*4 ÂBƒÕN  Éåróóò@Žàr8Aþê'³Ù ü畹zË^~ž¹‰î2uá'ÏœÌtñ¡îrב“”/à¾ûݬl¾ùßÁ­­­Õ5U¼Âü¸„˜[ö×ýÈa WæUsM\N¶¡žN+ÿc‚ ¹Pœ»ùù_­x=⎺ 3=-ÕP_·¹¹Þ¦¿eä›Ð"ûRp ÙŒÎÕ¥ñÌÊHëB×T]]%‚×tÝî2E³¼²´¸´°¨„Ç+ÊÏ/ÌÍ+àäó¸ô‘òKJŠëêcb£ìo߈–âšÄûí©ädeîÛýW.—‹K1Aò`™N_ÜÑ?ô¼rŽën“U ;¦KYKKs'.ƒ´4xxyœ¿|ÉÀØ€ }¤Ly¿¼wùqÁ5u‡kÊÎLê릪J®)šžÍNˆpõ†-U$ƒTX\@–©€,ËÍÏáäees3²8éÑq‘Ñ1QT&33ÝþöMÚáê ]“X¿=Ï=;wäçåáj AÐK®ÆÚ2‹õÇ^]c òOã‰VûÇ o¥KY'®Þ‰‰ñÆf&n~ÑÉYù…Å%è#eÒ&ù½¶wÇqÁ5=“k*mS‡\“ØPw¹k  ŠŽ ‰JŒpåú%ªH~IGOS")l/f~EŰíi—„[ àš ‚^NE:iÝ>24ÉfzˆþH5ÕoÒ‚ŸÓ5%%'ž9k›ÊIÌ*¸ê—iå‘~Î#ýª_VlzeÒ&95NÝt\Œk¢µ¾ãšDTRR2ªM”RW–®)*",.šEm ¸|íUÌ/ÌÍçܼNn‡›ŸÍÉËÊáffsÒ³rÒ¼}=˜ùEq÷òñ nè×Ô«W¯.<ÿØ/Hª(×”yuî¼ë™”èÓ§Ow_}IÔ”)Sº»/éǨ¯¯ÿœ‡ .A]utϺ9XÁ¾ÉàØïK2&ÐK"NÜïåù6û¿õ<Þ?àħºk¿½UG¤Ì³º¦’’"sSr®9ç}²îEóîÇÒO§ÈüsžY”I›ŒÍLJŠ‹žé¢ztÑÔ_| ² ”F)ý6d°ÂàÁ¿­Œ-*•’jºá?_~ûÝ—ßl>J+Šè7=¿¼âyŽKYÃ]IÃý9KŠk¢ƒí*¢1èãn9‚M5 ï½ýqF]óðáÃåÈ51–éë6I7N]ª*E`\SXp +"46*2>6Z€í•ó|×Ä÷K|Ë”W“›ŸÃÍËáäfåäfòÒå¤ûù]½~Åêœ%ÇKNNŠQîEÄ^S4¸&ñ~Ÿ :…ž³…îkM|<Å]“ɘAÞ•M²Y1}=4×Ô56Q/÷gº¨Þw¼—ž/rÝv^1`Œ–/%|Ô~°ÂYJæW½ßpãsÝÞø¿¯ù­ý9tSÒ3í€Èq­Ò~|¯`¥Æýç9®*™¸¦·…Ñ|L¹0ñ‹q¶òu¯©´´”œÒêÕ«›ÚD úH™R\“øPwÞ5UVˆ Å5]¼lCÉ/µ÷„N˜3§É/Õ³{µ:ާ„¨kë÷™àÏ—¿ç¦;Í5`°Â o˜íšQÀd–„m˜õã ª0xöʉ6[ýý÷£†)*|§ð›epå\›1†Zª¨8lÄ/Â-Kl¶:]ñóÃû>`ÏÕøŽìª¸kjmâ( ß XÎ|Mÿš;kú#Çjß\¦±4xõ̱'MümÖÚвFAIã³füþó¨ñúù^¦Í›=ýûcô< ˜-µ‰;—Μ6mê¸ óí’*%ö媾~æ´‰£'.ó-nYO%V§­NTeÆ´5ö9Âé§öÕPì»tâ§Í\¯á*è"ûúþ™3gN›2yÜäEö)üZî«ÐÖ)S¦Lû}¾Ä"ÍJì÷ACúá5sÆL˜4eòÄ5:‰Â%œ?ö £-£Gÿ6uÚ”[;>†âñ’¸ÛÂF…I‹¬Ä÷9â;),‰]‹ H{ý¶wš‰ ø>‰øVáSE<:ÐK¨Ð{nÖÇ,Ü/g²´¹±“Bî|œsâÑ£‡’]S‡/Ô®ØF'g÷Jw‹æ©hº«j¹+kòïɬP»¿ì”ÛEŸì ^éü—/>ÿ*0éÃÞw9…ü[GÇÞN–’©ðΛv©ùÉ×ßzG¡˜s÷ë![ŸµkñãbÆçù‹qM´Ö?ø»è`™Dcu–¹¿ 2tø0ʇ")§¦ÀsÎß) Uøãá”ÓããbóOQêãÑ˹ðî¿•Å[¤%6H[U/GR‚eÐûà L&9®grMÅá›&Ь/{ïeQ¢&ÛöëÁK™L‹)Š›øÏ>²œ7+N9-(¹Û9…_2çb¿þC÷¸ò Tg^øzðr¦À¥9#¬ãËù8w ß.±¯®9ü¥Öu›â ‘ÕYbu~—LñôSû¢CØþ¤/AMÅeL¢†ãòíˆÝâVAbáf%ö{yÁȥ߾¨â5¶gHÄ}Hÿ¾YÚüCcÇÇP<^O=.é¾HúVñ–Ä®¥ ˆpº½ÓLüÅ÷AxLÄ· Ÿ*â;½Tzô°± ymJРP§­—4ô,:¦»y«ÿÍß¼¯¼Ÿ`òœ®ÉÀÄ0¿°ØÈ%y…ú}ñ®çsÕr`Scƒç_Þ}ýµÂr~¢²¼àµ×ß•’åà¨Áƒ‡ ùþð•X‹éý b8ÏÚu÷×S]ә߾˜¬ãɤKrø¦Egø?—^eS"éÚÒ×”_w+‰eɧ{4Y¤µÛ³¾üÅ$žï¸x×ÞzwT]Ëߺ0ÿåßFá|UžvùÏV¶»ò^Ÿí”ð^òÍ”9ýÖF6Õ¦¾óÁd%×ôL’™k ˆ ‰Ž f 8ñUÌÍÏỦ6ËÔ–Èy“Éÿ)b™bÎl4ÒM®éŸo¾žQRF‰Š’Ô×ÞüH™Tü·cLw3ñËðACÈêg–âš$6H[ ÊËÛÒ¥½z½Ñ¹{MwŽ2Ê­¬/õ™§­}úôg2‡öïWÚÂÿ–÷°¥¤oÿ!¢%µü=ý¸Ö°/ûMy¢#~Ø×“fKÉw‰¬¡«ÓÖÊ'Y„ÓOíKèJ]”D\S?}ÂÄÉT«O߯ĭ‚ÄÂÍJì—úâµ´J| %œ?ö¿¾nŸímïò–‡Cñx=õ¸žÇ5‰ï¤°$v-e@„ÓO9Í„P|„ÇD|«ð©"¾3ÐKô`®¥4'fB^âä‡Õ¦­UF …»’üUO­RVþq£çõC6w‰kҽÞ{ä®xﳺÐ&Ù»&¹1_N?zWÖ´Y³§Î0pI~áÇõT×ô¯7_Ï©oÞD9 Ím7‘ò_{ócAùªæ63ô ‰–*‘ÖJ“¾ó™ßlW²)@¤‹Oßz}øýûó~my-#Þ{7³®iéç}Òã·T à±Võgÿjº¦²Ò×äï"ÀæÂY¾kzÚ:Ëe¾^¸Æ5‰÷ûLP|ErÈä¤ðŠ(QÂc“Éd& ýÞÛf¾ì¶bI‚F„[¤%6(±¤tD]ÓæqC&´<êÌr&}¤¯üùÍ_žÄú’âš$To¿Ó§ö%Ñ5ý1𫛉%"™ÂÍJ(ð÷f%îd§]Ó£‡ ,'Í] ßßñ1ïEâqõëÓçáã^ê;èš$VÙÉì›[Sw‚SÓ^×ÏéšÄKŠÔßÇD|…kziõðAuNô¸ÂÔ¹%Ç[*õ‹÷•¤üQ–>±0aà-ã¯Zš«Å«0®©ãê —/ŦfßÈÒºLƒ˜wô1”Ö½“l”—š}ÞöÒó¯?ìí”ÅÿOy™·{8AJ¦€­ƒ¿rÎÊõî[Žé¹ùé·ßzwT§‹Ÿç?.Æ5555ÕÕÕ CË$È#¥UT oâû¨ÊjJÔTf‘k)/’~Bõø{ŸÎÈûéý·Ïå‹ûøÍ×RÊ«DªØþø™’óGÿ9YS™ýÙçÊËL½,ÖlwÁ¸&ÁÇ’’bmm­ššjæ#%è#eJ¬Ë¸&ñ¡î×ää,àÜyKªXP˜[P˜Ç#Šò ‰â†¢6D,Ó-5ª$h¤›\Ó …OÚ„S"ÂfÁ' ǘLÃ1ÿžpò“ÎLàÒϾ½ßpNË¥„·þ A#Ÿ¼ùzRA‘HË|~×TÃÑû~±«ôåìÌdÅ­w³ùK¤ËÅɧ;èšlfP:ÿø¡INLºÄ¾vÜãð·ºnWœlñÔêR:}j_“} *Žþºhÿýá¸Ë«™Šýû?¹G!^@¤Y‰;yyáÈe–!Ÿ¶ÿ„NäØ5§”ð ?hÌè÷åðŽ¡xZâq-üõå6cÃqß/ñ`ÅwRBI;),‰]‹ˆÄ~;zš‰íÃ߯DÒ 7"¾3ÐKò`Ž÷;/yV]á¾² ÕÆ’Uœœˆ…‰ƒrYïß;÷Q—¸&O/wgÏ€4nÑi·t‹ûg=2Ïy>†Ò–îé¹E.^îînÏ¿ Ü^üŸ_µ¼ù×võŸ¾Yb/%“!ÑaÕ°íw)Ñ¿÷.™y™Îoôîß¹ãZxü3>‹Žß{Îãzâškkk„¡ƒe¦c?Ÿ¤áʤsÓŠé§šâ'K.ÇR"Övñ'ЧDÊ‹¤íöùäßÞý|µx1½?›¦ïäãüXL"ñê„OFõy"„Ò¾üè×ÞvÊ-o¶›`\“àcn.wĈ**Ê••%è#eJ¬ûb]“•5¹aœRQ1¯¨„W\RX\ZXRZÄ b™ê³£ÎXšv“kúü‰ ßE9yIö¿üf°Âà£f:%s™bEÜൿÿðÕwƒ‡*™½Ç—rüôVõûìËá#F.Ü{E0é.®ßï;…‘ßž‰”èš:îšXûÆo‰,–¾ 7–®š9vâä‰cg® zWDz­–ZöîÓ8yÒÄqÊ{$öårrõŒ©¾Ÿ°DÒÛà¢Õ¥túÔ¾Š}—Lø~â´™kNÝTdÛøqÄÏÓgÌÜ¢ï)Èt=¸ôÇñSfÎZ$±€H³wòACú¡U³?qê”IëôØí¹&‘cÔZ³læ”ÉS§NóÛ~똎¡xZâqå¹ëŽùãôYswyK.Æ5ÑÊ,ЀqM«Ûõ®©¸Ha×àä/ÀüŒ ãšø7š*˜sUÕ•Õ5U䑸ï«×µÑf™jjª¨°‘‰¾p !×$ÖoO…ËÉ6ÔÓ ÂÅ‚ ùUzZª¡¾nsSc×^!#ÂÃ¶íØ¢²JÉÅŹ']ù;w\Œk¢5ô9aª‡Á¸¦ÎÕ}ìšÄ†ºÓ®©¤¸HÆ5ùûxúyùûÒÞ 0?cüèÑ#²LdœÊ/5µ=¤#ïÄ·OOhKWQarMÂ-Œkï·§RXP¬~òxr›âŽk/Aò%ºpÑåKýä16;ÿëW¯ÌÕ[öðòóÌMŒ y¯Îã˜n…F’Æ3+#M|¨»Á5yò]“ŸOp€/ƒ¯—»µezFy¡ŽL4*F…­Î¡Š‚FˆWÍ5ÑWT”ÇD³ õ´÷íþkÏÎ GÐ…‹._±1Q õW Ðe®© ÿòÅó ±ô…žF‰X/Õw?_Çd)~2Gáã=A1”NÚ÷ŸÌ©%±©ÔXOeŧkyˆäyÿm~SÙé nwYÂ[Ï ÿè£mžÒ÷VN15524ÑcÅ„š1ÑÑÑ "狼§¥g¨ããﮣ¯ibb(±â>­sMäšêêÚÃõÈâ~ý¾6|èØÅw™ÏK;çÿ0jøÖñÕ%Q›þøù›Á C‡ü±?DJ;@:µ55Fúf§"cBÏ?kecêkdj o K›¤T¤âÂräšh–-²L"3-¶×koQ"#)°÷›ïD&§de¤*|< àÂøá‡îRþý£ÃûO·©%±)"!èÈ?þ9W$ÿ£7_·N¯ç}zðŸì±ñ•¾«ò Ù$musÃèø³3ÆZÚêù¨€`o}CM-õŒ´‰éX764ÔÕÖ¶ÇÇo¾[RI‰Òì&‡Æs¹m4“6ùõó‰ê®L:/µDJ;à©ÔTWëèž»p6$" (ÌŒ“®ž6eJ¯EÄ… äÈ5Ñ’-Zd™„‡…Ò;Ÿ.`ÒªŸ½³Á‡Å7ùx zR¤å‡ß£Lµo?šq#H¤–ĦˆŒ”è×^G$ßJåÇ7ÿñïߦÎÝ{Ê,.%E°õëÿ{sû%éû)蠟&kh©™šFÆ„ZÙXžµ>êkh¢¯¡q’6µW똞uÛ½¦ÚöØ1òŸ#æ®19oÏ­¬frh<óªj˜ô¿Þ|=½¢JJuÐqêjkLL,Κ“×õ ò:majlbH™ÒkQqá9rMi)Rà¿×4hÐàAß ûe¦¥'‹É´[úŸ!Ûnû3ò¸+}þÑ—I)ñ}ß~Ã>:^PKbS‚tzrÔko¼+žêzMçèÎ) }1î¸`ë‘Ù¾·9>%Yú®Ê;i)Iê'­Î[27+È8©© L)UNX7ñï5Õ´Gmu‘÷í »UÆ~4p-“Cã)ØJ®)­¼RJuÐAjkªMt ´|<,­N[ž5÷ô¹§­§add@›¤T¤âÂräš’Ù R EV<3äö‚÷ûí4ýþÓ½ÞaôQ_ñ“}ö{{0N¤Ö}õ™ƒ$VÝiŠåsøÿœÓ^ Ñ®ä©þ·51z×”þý&nIH¾·rMRb¼¦¶úK3æf…ùMM5Ê”REÃȺ©±}×TS‘UL‰ª’¨×ßúTÜ5™Žý|’†+“ÎK+†ùé´e253ÖÖU÷ðv52ÑÓÒV×ÖÕÔ3Ôv½ï¨©}ÊÈÔPŠq¢âÂräšh]–-²â™ñ,ç7ßüxÄŸ±âã裛֨ý×ç¿‘^Kîª4ôã)§œEòõÎ9°Û!ö‡ßþ`ŒðVv|ø¶ñ}¾š¾;.!^úË)ì„8M-um= Ÿ‹³æ–fž>÷4uÔÔ5NѦöji›ðßkª­©‘HMeÞ¤†*6è›o×êú2™4ž‚•E¬ 3G=pȰ¡ s·×ÎY+KuÍ“ä‘ô µÉ÷VWUÚºZ:zšÎ®Z§ÎZY´W—"ˆ È‘k¢EY ´ÈJÌŸóÉÿ½ß÷O&és„ŠM°ö^‹28xð ƒF®=l!^xÙäÑ_~ýÍÀ¾ünô‰Ë¾"[cCÖÿòÙ·ˆ‹“¾ÏrGb|¬–¶º¦ö)oWCcãÇ?yD×@“buÍ´ìR‰õÍø®©¦¦¼@¶nßDî¨Í2©UUU2™”ÐÑÕ"L›6mÙÐ^]Š .\ G®‰Vdðb10Ð=¥~œ<’žÖÑã‡âc£‰ã'Žjë¨Óš«¦qÂÀ@GbEãÓ6ü{MÕUàrá‚õ¶›õ tª*Ê…ó«++ŒM 6m^om}¶½ºA\¸@Ž\Õ/–Í[ד;ÒÓ×$ËÅdRâĉ£Z:j´iýƵ+šYkª¯©®r E.+× ^,&&[¶m8©v,6:R8?.†¥¡yrÃÆ5FFz+Zœåßk‚÷_(‚¸p€¹¦øØ( §Xƒk’o(‚¸p€¹¦¸˜( §œ·á»&æ—¶€¿k‚ … ‚ ¨«ª²"/—sÍö\AA‘ÛÉÏã ~ ® ‚ ‚ ® ‚ ‚ ® ‚ ‚ ® ‚ ‚ ® ‚ ‚ ® ‚ ‚ ® ® ‚ ‚ ¸&¸&‚ ‚ ¸&‚ ‚ ¸&‚ ‚ ¸¦nUSSS]‡…Ó…P…àš^M×tÉöâJåeʪ+:‚’ÊŠuV§¦¥âäA@!B@!¸¦WÍ5­ß°ÆÊFïÚÓáêõÓF'Ö¬S-++Åùƒ€B(„€BpM¯–kÚ¸&66„ËM‹ îAAnZ‡wíþ³©© § !  Á5½R®))‰ŸvÑÖøÂ%Cé\»q&0È-(Øíàá]ú:=ÂY„€B(„€BpM¯ˆkZ·a +Êÿú ‹³çt:‚•µž—·#}ý9|dÏJååʪ+;Áºõ«Ýî»â D@!E@!¸&¹šÂ«Y,?Û+¦ægÔ:ÎÇ‹ÑÑ,–?Õ&,Ì+,Ì“¾ùù9{zÞvs³s¹{õŽã¥[öÖ×oX^ºlfsÁÈꜞññUkTq" Š€" \“ÜMá ŒŒŒ=C££Z:tõ˜š«›š‰a®nb¦nbªflzÊÈä„¡ñq#☞Á1=ý£zúGtôQRY3…P…àšän Ó—݃ÒÙ·ÛJåekÖª;;–ÈÌŠNψJK‹HI §¹Ïf‡ÄÆù-Y¶g  ! ( õT×”™™ÙS]“¶Î¡Ý{6ìÚ½^œ»×oܬºië:7¾¤$#$ôn—€)Œ€B(Š€B=Õ5ñx¾v2#<ÂS…P…àšän §¤°d<…#Yž˜Â(„€" (×$wS˜Íó÷wðö¹)3X,/šÂ---8 PE@P®I>F ¦†¦p|B°Má2#*Ú›¦pnn.f1 ! ( Á5½ü¢éCÇHS866Ð×ÏÞËû†ÌˆŽñ¥)I‹ó…P…àš^rUWWGGG¯T^àëgçå}]fÄÄúÑöôôÌÈÈÀwB@P‚kzÉUZZBS8’åëãkçéu]fÄÄð§°««+›Ínjj©ˆ€B(Š€BpM/ù¦#¥)áíço/xoP¿ÐÁLá{÷î%%%a # Š€" \ÓË~ø55tDª«Vž¿pÆ?𮀋Œ¼kg~¥Ê2äÖÖVœŠ(„€" (×ô2‹æ‡Ã±9o­¤²|…ÒRY²Re¹†¦ztttyy9ÎCB@P‚kzùU__O³8...ZæJJJ*((À·B@P‚k’577WUU•Ë\µµµ>ÄIˆ€B(Š€BpMAApMpMAÁ5Á5AAÁ5AAÁ5AAÁ5AAÁ5AAÁ5AAÁ5Á5IÔ”)S0$³¹Ó§OŸç,¯¯¯Áïñ—G§ƒ+~?iö"mD‚k‚ nÒƒ0/¹žß5=k <ê›~}kZ1!¸&)ûúþ™3gN›2yÜäEö)•‚‹­«úú™Ó&Žž¸Ì·¸W`9pA é‡×Ì3aÒ”É×è$RNciðê™c'NšøÛ¬µ¡e‚ :QdgL[cŸÓR›¸séÌiӦޛ0ß.©c(ÿ#1(Âj(ö]:ñ‡‰Óf®×pÔ’© £-£Gÿ6uÚ”[…{yÔZkºa¼’–ËýU (gÊ”)Ó~Ÿ/å|ŸéP·†¸¾ÈgÉÑw|þúšþ5wÖôGŽÕ¾ŸG9›ÿ˜ÁDYE#Q€àšd ¦â²ÇƒÆqùvÄnÁÜÜášÃ÷T®Û§XÀ5½üº¼`äR‹`&]Åã_c-¦(nvʤD–ófÅ)§ÿY—L&}iÎëøò¶Ðß0|;ÆPKªÄ ‹ l2õµ$FjHÿ¾YÚ–×ÿ-©­-¼# øË:T|ζ{>ˆÍt¨[Cl>QA<ÄŸ¿{ïeñÏ„lÛ¯/Å•‚k’½J"®©ÎŸ>aâdú¶Ò§ïW‚iXÚÂÿw[Jûõйùòkhÿ~¼–V‘œ'A,éÛˆ ˆ•OžÍ û²ß”'1⌡ –T‰Ai'j¥‚Z#uâ÷¡Ó×í³½í]ÞòPÐ˦‰ƒÝIïWÊù >Ó!Ù‡¸ãó·þ!3[ûôé+3×${ý1𫛉%"S®©»&A!ýûæ7·bè^ì’š}s+c‡NpjÚ[R%FêÑÖ“æ®…ƒÇïôrçøü±ëÍÂ5ÉYˆ;1…/×®IfýuÿЊ&JÄ]^-< wÜãP"Çu»âd<¡“]^8r™e“®*äßá?3YqëÝlþEÛe‹âäÓâA´™=Bé|4“ΉIÇÊ`I•aYLVL=A- ‘zÔœRÂòƒÆŒ~_îÅñÄ‚1kMÚîH(öïWüäNT{çƒøL‡º5ÄfÄC܉ù ×Á5½±mü8âçé3fnÑ÷ž†.'WϘ:áû Kð6¸\èACú¡U³?qê”IëôØ”ÓX¸jæØ‰“'޹&DèÕA•–ZöîÓ8yÒÄqÊ{0†2XR%EX žK&|?qÚÌ5§î ½ .©G­5ËfN™ˆÏt¨[C\Ïó\4®-Ä'úöØéù ×Á5½„W‚0Ó¡.ÔÕÌí¿‚ÀSVÀ@pM¸–B„™IT]‘Íĉ“'OûãÄEŽY5® ‚ ‚ ® ‚ ‚ ® ® ‚ ‚ ¸&¸&‚ ‚ ¸&‚ ‚ ¸&‚ ‚ ¸&‚ ‚ ¸&‚ ‚ ¸&‚ ‚ ¸&¸&‚ ‚àšàš ‚ ‚àš ‚ ‚àš ‚ ‚àš ‚ ‚àš ‚ ‚àš ‚ ‚àšz†kjjjªë°pÚ  ŒÕÐÐX]SÛA0\˜¡×Ô}ºd{q¥ò2eÕAIeź «SÓRqò  l¤¦ZaÌ´¡¿Î芿þ>zò¼èx6Æ 3‚àšºCë7¬±²Ñ»vãtG¸zý´Ñ‰5ëTËÊJqþ   4zòüÉ*;f¬Û×~_·oÜâ ßOœÃ+*ÆÐa†B\S×OákbcC¸Ü´ØØàŽ䦡ux×î?›ššp ! P·»¦)óW±Y«å@?;Â’½¦¿.X3m᪆ÆFŒf(Á5uùNJbÅ'„]´5¾pÉP:×nœ r v;xx—¾Î£Gp! Pw»&•¶JÇ.L[½kÚªÒ™±nÿ⽦Kö™þò‡Ò¦ÝG" ˜¡×Ô¥Z·a +Êÿú ‹³çt:‚•µž—·#}ý9|dÏJååʪ+;Áºõ«Ýî»â D@¡§»¦É󗲚±îÀdåícÇ‚úKöšŽùCEaÌôacgt‚Ñ“ç]¼î€ÁÇ … ¸&±)¼šÅò³½bj~F­ãÜq¼ÀbùS]a¼ÂÂ<éË‘ŸŸ³§çm77;—»Wï8^ºeo}ý†å¥Ëf6Œ¬Îé_µFg  uÀ5Í[~èìô5{&®ØÔqþØ||Åa+²[TW˜eûÏ,Ûzñ^ÓE» ü¥;o»Öœ­jl>1kã‘ëN_½wªê.ò]ã–¬5a3‚àš$Ná ŒŒŒ=C££Z:tõ˜š«›š‰a®nb¦nbªflzÊÈä„¡ñq#☞Á1=ý£zúGtôQRY3…:蚦©î¿dÝS·xí¯ TÆ.Z;aÙævYºiüÒã—n ƒ4n1±î·EÄZbìÂÕÔÎÐ_g`ð1C!®Iâ¦/#:º¥³oÿ¶•ÊËÖ¬Uy~¨%åå8P¨ƒ®i²òޱ VIç‡éKý4Má×YÏ¿1Ó1ø˜¡×$¢µëWGFú™ŸÖTר#…£ÇþTRYîîa—ÈLJ!ÙAñ þññþqñ~Dlœ/KøÄÄzGÇøDÇx‘,H–;ýŒˆtˆ¼Ïàái¿båRœ(Ô!×tðìÄå[ÆÌU’ÂO³– úyúü?µ”ŸS9aC(·V:f¥t”8K¬f(Á5‰MáU‘‘¾†ÇŽß!…õTÎXê×Öòjj ªªr+*¸De%·¼œSV–]R’YTœQX˜VÀKÍÏOÎÍcs¹ 99ñ4fDfVtzFTZZDJj8Í}6;$6ÎoɲE8P¨®iîòƒ–ã¯ûiöR)(þ6kÒÊ?·šÞßbâ¶ÅØu³Ñ]†M†.› 6ê;nп³AÏa½®Ã:[kµo®Õº±Fóú«Äj+«Ô.«žº¤zêb›Ý²Yyôìw?LÆàc†B\“Ä)¬­sh÷ž »v¯gçîõ7«nÚºŽÃ/)É ½Û%` # PÇ]ÓØ«GM?jê<‰ ?kØ„¹kµ®oÔ¿³t¿Q—ׄ ApM§°…¥Ñ ¥¥ë6¨nÚ²Fœ-[שk ½×Ü\ér·KÀF@¡º¦I+w üiªâo³†Ÿ# sÇÌ]³t¿ÉöÓÞËš/ÙgÔ%À5a†B\“¸TW+oÛ±ñ¾ûà—ö ï)å圬¬h)ežLaêˆFŽŸ=|Ò‚ù;4—ì3l¥û6º¬Ö¸"¥Ì³ׄ ApM’¦ðJg—k55¥ih(nh()*N§yìÜU` # PG¤8v札ê[Lܶ›{Id›¹Ç6sÏ ú·»Ð2Á5a†B\“D)¯ZYQÁÍÌŠbEyˆáÉbyF²<Â#ܺpòb # PÇ5dÌï›î®Ö¸ÜöËn"œnÃ|ÙAÓ®µLpM˜¡×$QJ*Ëé«MD¤{`“,ÁF@¡Žhð/Ó·™{,;h¶x¯,k … ¸&La\“P¸&¸&ÌP‚kêô®o(¸è(K0…PèY\“éâ=ú²® 3‚àšÚŸÂnwd ¦0 =£kÒ“%pM˜¡×$q ×Õñd<…ƒðÅ…:êš¶šÞ—µkÚ‹{M˜¡×$y WV憆¹úÜ–xÈŽ€BwM›\—î7^¼GWvà½&ÌP‚kjg —–f‡†ÝõpÁ!ø5Xê¨kÚhà´t¿‘,]þòf(Á5µ7… ÓCB]üüdþ¼? uÜ5mл½t¿á¢Ýºdá.¿£ý¬,Þkðí÷“BÝ •ÊË Rƒ‚||oÉŒÀ çÅKÊøHý]˜ËpM=Å5-ËÏO¡o"~þö2#4Ô‹, uÌ5M[§c¿d¹&§"ä|´øìä³`§&Ÿ¿žÅ{È5MlºA+”–ää$øÜöò¾!3-Y ³c|ЦÖ6‰8(Ìh¸¦àš8vP°³¯Ÿ½Ì sÃ"‹€BtMk5ovÄ5ýÏ/ýÍ)iÌÿ“PŸ¿ƒÏ¼jaá.ý£&ÔCÝ e+¥¤°¼¼o¹Ý¿*3|ýî,X4OG×Ð¦ÆÆÆ¦¦¦ææfa%ðN˜ÔpMòîš²²â‚‚}ýnÉŒðˆûXdP¨ƒ®iµÆµ%ûôíÖ–Âã›K»4òý’Æ‚¿ÔÛœY Só¶ŸœKl;AÌÙz¼#,Ø©ý͈q•P7hɲ±±Aäd\î^”^ÞöóÌ‘ÁÑUUUUWW×ÔÔÔÖÖ2&бO0NpM=É5¥¥E:úøÚÉŒðw,²(ÔAפzêÊâ=úO|‘d<6Km·•þä›%rJs¶øc˱?¶½ùÈìMGfm:gîìî>´¢¢¢ââbZ.KKKËËËiõ$ûD (y'澓À8a^Ã5Éõ"›’Â’ñ"ÉòÄ"‹€BuM'm¥»¦'Ïã4æÿõÄ2µÝVš½ù(9¥™Î\`ƺý3Öíû}íÞŽðÇ–“_“ uƒæ-˜íååtóæÙ«×Ìe†£ÓåY³gÈàè8—ËÍËËãñxä ÊÊʪªªjkkãÄÜqÂí&¸&ywMlv˜¿¿ƒ·ÏM™ÁbyÑ"K_=p" ÐS]“òñ ‹wë.Ü©Ùä—ü¥¾€ÿH®íyÜÖãüûKm~‰ï”Ö왾j×4ÕSUþšªòçå§3cý‘/~¢+^"ÔÕš=g†£ãÕ‹¬môeÆÍ›ç¦Ï˜ÚÝe³ÙIII©©©ééé´bæææ’w*--¥eT`œp» ®I®]SMM -²ñ Áþ´ÈÞQÑÞ´ÈÒœÂ:‹€BÒJ®Ié˜Íâ=OwMü»LÛÛî2m9F–é½håääqªªª¢•´©©éÁƒpMpMrêšh£c¤E666Ð×Ï^–¿ãK‹ldd$ ,ÎC’PrM+œ[´[çñc8IÌo{iÞµ¹ÛOþ±õø¬MGfn8HkÆz¢30--Ãáðx¼²²2ú ÐÐÐÀ¼Ý××$‡_]]½RyitL€¯Ÿ—÷u™ëG‹¬§§gFFîN  ”€úiêŠ#V‹vkñ_ön‡'¯3œ³ÿlnÖÆƒ¿¯Û'⚎;L1æ”Ú 2Ô­®‰VÒôôôÜÜÜââ⪪ªúúzæ!\\“<~iiiHH-²‘,__;O¯ë2#&†¿Èººº²Ù즦&œŠ(Ô^@É5-?dÉå›ÿN2m7šNÍÝv’y67sýé«w‹¸& P@KPÈ=O¼Àu·kŠŠŠJJJ¢Õ“Çã•——×ÖÖ2éàšàšäôšLGJ‹lD„·Ÿ¿½àÍ^üʳÈÞ»w&Y’PrMËžáÿKÁ‹L~‡Ž»‰ŒÓœm'fo>ÊwMköˆ»&/Ÿ[çÎ뜳Ѷ²Örtº(rëI€¾¡.ê×D'p|||FFF^^ó®±±‘yµ ã×$‡_SCG¤ºjåù güïú¸ÈˆÀ»vöçWª,óññ¡AnmmÅ©ˆ€BítèØSU÷/Þc´xa{,Ú­¿p—Þ‚¿tæmל³åÔ¬ G_s@Ü5ݽwÅØì8Óãf§OÙÝ:wùªù•«g®\³pþ¢)îAA]嚣££SSS¹\.-£ÕÕÕpMpMòëšhuãp86ç­•T–¯PZ*KVª,×ÐT§ÙT^^Žó…¤TÏäÌà_¦üiª¾ûqÊw£';zÒ€ï'~3jüFŒýjØ)®iýFU‰w™vüµAºkмxì§!ƒ†:hÐèƒÖ¡ˆ$Ý5ÑŠ™œœLg2ójóB8\\“œŽ@}}=ÌqqqÑ2WRRRAAîK  Ðó”Åb…‡‡‡„„øûû{zzº¸¸0¿÷ÝžkjÏQ¾×”ë¶í£JÉUÍ”n©MSôÑ6·\Ä’âš¼½½éÌd³Ù´€Á5Á5õ€¿rÙÜÜLgr¹ÌU[[‹‰ƒ€B]ÐÒÒRZ’òóóé2Eßëcbb‚ƒƒÅ]““Ë%=ÃÆG_TQQ& Sæì9ƒö\ÓŽ>ï©güïZW•©ù^ŸLºW¯^öûŽ©Ð_aê}^ýã=¯‰Y=eôÈ‘# ùíb\¹ ä}U¿þ4êË/¾;ìÈA|{¶k"–˜˜Hg&³žÂ5Á5É»k‚ HÞEk­D´ÑõŠ®Zt±¢uJÜ5Ýqº@®‰`|‘¯¯·0L3õö\Óo¼VÕú¿_}zÔZõÚþ?{ç×ÄùÿqÜýW[QZQ]Ê”¥¸·¸[gûsRWµ­­µÕj‡­viUpQTTDQ){ÈJd†,ÙÒÿs9ˆ‘„, âçýú¾x=¹<7¸ïÃ}ßÜ].2²rg‘óêJ-kzâ‰qÚGcrI£(óÒëýVÉzn¸Æ ¤‹i×CÓ¹ƒ5X´Ckru³ûcÏw$TœkznkWQuðI•¸s×·è‰owëlRvÿA²ž¥Oè…ÔhhtAî`MÖíК®\?ýË®¯IÐ^tóæµ…‹ç´`ž|Ì_øáò•Kmÿ9¢¸–Í ¯Ðí饳Y…5õéÚ‰[Ñð>7ÒSiÀš¬ Ú5­ß°–H‘,Μ=ꛘJ">!8:6 *& 2Êß?”žnâz}Ù[×*­ˆ¾œ¹FOós/®Ì¬®eË}•–qÝ:Û1Úsþ‰ Û¬ÈTX¬ Ök‚5^kJH !v$!¡^7NݸyZ>C‰_)]Qø™£ô¥Oбãd°¼ÿ¸m[0ÒÔ` ÁtÙÝàUÅñëg™52n¨7oƒ+¬ Ök‚5Ášê“Ä~tÌ3}Ç™ØïNÅ´`|kõ݃ÍÇB7 Üh}{ÝÞ›V»/+ZS|bðMOÕA$*èþ­¯7ojÖïÿ°&X¬ Ђx>à·¬,5ך¯Ý÷ ºNiK_Ê‚šèáéå²ã‡ï½¨1`MÖk‚5Z‡ìG­¤LjZ“Í¡‹–, ±`Ñ|Šߢß]³öӘؤ Àš¬©I,-[ñ *:::u//666Ø ÏÍ1Ïtuü‡ôl®2 ò«cMÀš¬éåÖ„ô½²¨y/ÓsX“šçš€5XSëUÆòÜеs'L6uâ¼õáyå º• ½Mõ禗U“öÅ cФç½wä›ysf1ŸlsGàoûíÂg0gí'DÙm?ù °ývÁ¼Y£Ì&ìóåÓ³\~˜;wîLË铦|5í=±ºŒ¹sÝüqS¦YNŸºnÿÃÛk“y---gÎ^„Ýø($ÇønnYA~áÉ‹q ¬I~Yû‡‹,FA¥(·4!>S¾'mM¤¾—ñ )3.9íÔ©k°&k°¦6³&;K£/oP`ɼù¥‘åqÅž çfÛ²o~ohùkUmݼÛn¦Q;„í8hððゥً2ν«¿ÖÔ~ò»ýUp‹³.¼«¿”žX!Ϋû‹àx5ÝF·›-µ ¥Û…¢r¤¯5¬)Êï!iìñË+Éã«cM^ùÕÑõ³(µ¦;×Â6ZßþÒ6$>6Ö`MÖÔfÖ4|ð Üº‡ýJ6PÚùÄÇfCß!}ê=ïcú»j«žm†5µŸü>®ÿ> Y^$‘—V/š5eêtKKKïÈ€¨ªFéØ-eM¿:P­ OjªÔ±¦’šZÙ,J­iKý:rƒ5X€5½@kʺü•¥”ß8ÅÒéykÍõ¦éºs‹«ªÒ6Ênûɯ|û#Ýw.?”Hsš+?`M/КžÔÖn­ë§¾5ÉîkR|Ê%°&kj½ªzbºÑW^Y”,yn2š®ä Ç·“>ü;4?ÁN×l-íW°¦—Ôš,Þ^PA Nke–˜-³£Û…ÙÔ:£Áƒèï-eMQw½B—^ñÄÍ5ž4þº-–Môί–Ík°&kj?Uµ\¼fî„©Ó§N˜».,·áÝàÂ{»õ§ì(—üà¿æNÜrÖôòZSò…G™Ž™5gî&?ÙÄê2æÏk>;yê ËiŸY'“)Þ?-5Ùrî¼±[ÊšÎ'Pwƒ?*(R¼üÛBqi/§$*š%›øƒ3‹)½<)1ëÉ“jX€5X ã¡øä›ÿ­§ãéËv¿{g—eãÉÖ`M€Ž‡âS.ŸÃš~¸Èå?æ—çç9]Žo{kŠrÜ5Ú@úí½z?9„·øòMLLÔ馡¡¡3Í^þåYé‰ÙãM¤åÐñ³O(])†1¬ Ök´ÉœÂû*ÿžÏךº«R ©ÏÌV•0Vëi~íÃ{!;“Ì4Í×Ndµ¬Ï¨^¬ Ö`M€6Ã;RðR[Ó7:½þb==Öfìí¥óÌ(®îXbaf8Øp†¯è1=±²8n­¥…™™©žÁDÇ„|YOß=kÆ62`ØNNcfÒd7Žçª¾F?7˜Kq®S ¿y@⨕º³+¨…nÐóz^™ /bžùbÔ( 3c=ã©’òUüŽÖk‚5Z댷ð˜gúgã^Fkz³K§ÂšZÙËÚšÂN]zËŒÂʺkyu¥–‰5=ñÄ8í£1¹¤Q”yéõ~«d=7\cPÒÅ´ë¡i©ÂššèV[m5°çQù¹×X&q饳…4—¾?cÁ ÏskÊ3^s´ê³IåÙºQ”áÖ³ÿz¿#€5Áš`M€— RƒH%"õˆ¯ÈQ‹¬Zã3tª­I\÷x7qç®oÑßîÖÙ¤íþƒd=K럳ª¡ÑE…55ÙMùC¯ŸV×>KÙkM{õäTÔ,믓•²EwM¨$~­Îä몭)'ÄᣉæFÆÔÍNº«ø¬ ÖkÀšÙÜð Ýž^:›UEŸ®¸5™É¿Êî’·&uºýdÔ×Ê“+{©t—Çh¯ ÷Ó|ÿo²mÚÖ[ }‹«ÚšÆ¾Ñý\\ýëÈo¬ Ök‚5`MêÀõú²·®UZ}78sžæç^\™QX]£¾w’å¾J˸îê•íí9ÿDÐmVdjkXSQÆñ×4§Ë^*]c–ûô¾#‡ŒØK=M}×;š“Þì~GúLWÖ4¸G— éW–GÛ/ß$ÅßÀš`M°&¬I)ágvŽÒ—>y@wÄŽ“Áò¾á¶mÁHSƒÓewJWǯŸe>ÔÈx¸¡Þ¼ ®­aM»i:²—J×X–ëN:üÅ¥>p·Ë¬Gï©ýv²åÄÛ}9Dû]ó‘Ëw{Êo’âï`M°&XÖÔ,ð©|k‚5Áš°¦oMÏ‚ák°&¬ X€5`M°&k°&€5X€5¬ Àš¬ `MÖk‚5Áš°&`M°&X RV^v÷Þm·‹õáär¹..]vºèrþ‚ó9G'‡ÓgìNØÛ±=¸Ïz/¬ Àš¬©5¨¨¨(U $´=Aþ¢á¿ÿÖ*}皬 ÀšÚ†óWZ-³Z½BXõéŠÏ6®Mg¤cð ¡ -qqs®­­ÍË—HòrĹÙ$r$¢±0[,åø".›—ÉÊd$§%ÅÄG‡„ûùûš¬ ÀšZœ ×:c}Éõ¸:áìrüàáßÖ}¶://ã mÆ%× ä§¼2ýb4,šÇòbØ9‚¹ïÌasSÃÒÓŸZÓÝV±¦(Ç]£ ¤ßC§gñ“Cx‹/ßÄÄDn:Óìå_þ—•Fï06ØT÷¿Ì ;uíS\CÓ«}Rúv·.W«¿aÿâËe`M°¦oMŸ¯‹ãrññ¡êDHˆÏž¿wnݶ¥¢¢C mƒ³ëyò³N™r³9 Çwç_È ¹,¯íÛ¶ôÑßúíV÷ÄdÚšB[Çšx>_kê®J-¬$íªÆj=ͯ}x/do3™¦ùډ̢•Æ–^·Óí‹#Þ^n®µ‡WLØùþﭥϱm®°&XSǶ¦””èĤÇ GÎ?¤:.¹žñ õùiçV›ƒûkkk1ŠPÐ\t‘Z“D”# 5C&²²ÅË{mMßm½&³¦ˆ`ÿ»·[Üš¾Ñéõëé±®0co/odªpuÇ 3ÃÁ†3|E鉕Åqk--ÌÌLõ &:&äËzúîY3~´ùÃvzpSŽ&»qÛ¸.:&ÈÅÕîäéýêÄ)kÿ»!!>;ù~¥Õr«Õ+Ÿ#>Û°ÖÇ×# êZÓ%Gò“¾—I$L1ö}G“€%âSWè8©¡éiÉ©uÖä× Öôf—N…5O½º¶¦°S—Þ2—°rg‘óêJ-kzâ‰qÚGc¨+¿E™—^ï·JÖsÃ5%]L»š–*¬©‰nµÕV{þ%‘ŸKqe—^:[H#péû3 ú,1·¦<ãõ7G+ áŽÌ²Ü+ZÃÊó½úè'í û~š­Î†Y›h­ªÿõe=ÉÄe®ÔƒŒËË´Lö«¿1°&kjßEvmttà…‹¶ÇNü©~\÷pŒ½D效ÿˆ¿àŸÀÀ›~~×||Ü<½œ¯{œ¿rÕÁÅÕþ¼Ó?gÎ>uÚúà‘ÝkÖ­ÆDBš8I­)[zûwÌ¥>tŽ$Ê$Êá“fóøB›+½üÅY“˜:Wóï“*qç®oÑßîÖÙ¤íþƒd=KŸÐ ©ÑÐè¢Âššì&Žü¡×ÀO«kŸÎ¥lµ¦½zr*j–õ×ÉJÙ¢»&T¿Vgòõ Û¨g¶;Žía9öx*y9JëƒÊ'•ïôèò ¸R {«kgÙ¯/ë)71§S×>êo ¬ ÀšÚ‘=wîðá#»šŒC‡ý{ÿt°ùÅöØ_¶ÿ(ı¿Žþó×QÛ?Øþqøèo‡Žì>x˜Ä.냻¬m~µ¶ùe¿õÏý²êÓH(P“ Îç¤ÖD_úJ×4EÀÖ+“0›Ïk`Má­r…nsÃ+t{zélVaM}ºvâJ/B)õ¢•Ý$/'êtûɨ¯•'WöRé/Ñ^î§ùþßdÛ´¬ ¶:û·AŸÜÄõ½ßßmâk>uG“‹E¿ƒq‡^ë3OÍ SÛšÔÚX€5µÿ"{ê´õþ?©Ž?|½ÒjÙºõŸþ÷ ËYeµ# êZÓEêPC4)#ñð°µîÄ”¤Á£CjMòÖÔ皸^_öÖµJ+¢ïg®ÑÓüÜ‹+ó«k¤Ár_¥e\w…ÎvŒöœê>›ÆŠLm k*Ê8þšætÙK¥kÌrŸÞwä{H{×;š“Þì~§ áªËݺ½=¶}‰é4±ÿìþƒçø¨¹aÖÆZ²__6ñ€±ÖŠ+Ljin˵Œ÷«¿1°&kjϬ߰6**ðØñ½íù^Eüºk˪O—ß¾ãö098%5ŒÄÃäĤ ÄÄ „Ä@ñ $ââIÜ‹‹¿w/6ΟDTô¨èÛägdÔíÈ(_:îø]]±r)F  Ôä¼ÓÊš²ù û¯22heeQ?y‚¶°&Bø™£ô¥Oбãd°¼?¸m[0ÒÔ` ÁtÙÝàUÅñëg™52n¨7oƒkkXÁnšŽì¥Ò5–库q©ÜÅí2ëÑ{ªÒ_ͪßë½ßÛG·KEöd–îòÕܰÇ"ßé Í,~åéÝà9þó-† µ0@\Ö¬5XS;.²k¢¢Úµk÷7*bÃÆOOØÛ””ˆŠ‹………¼‚.‰G¸ùùœ¼¼,‰$#GÌÊÎfEéA*ŸÌå&±Ù‰dŸ‘ÈÈŒe²bŒÈ´ô¤:''‡Å'þoÙÇH(PG©5ÕŸ\ªS&HjM"bMì¶±¦ÆÀÇí¬ ÖôJYÓ¾ý?oû~ãÖmã»m>ÿrõ_}Æá&J$¬°p¯ Y$4Ú.8ŸôÉ¥:e¢¬‰+ ­‰ÏÎ’·&ênð;°&õ7^5~°&k’/²vö‡W¬ZúÙÆÕ_lZ§›¾úì¯=;ÃÂoUVæGFÝ ój‘@‘EBúœ;/µ&—>¹D”ég£¡‘Ä•8Ñ™Bîœwfg±SBÓR_”5k‚5½"Ö´z­Õ×ß|î{Û54̳± ÷ÊÏçdfƪèÓÜ@‘EBúœ=š¶&¾ôüRFÊ™w?r$/37¿ßºU¿þÖ-ß¹'$Õ[Sˆÿ=X€5XSkÙ•7=/ ËËs•FY™¸¬L’#f’Êz³¥E Ͱ&ÇSä'_H[÷Úê¡Öqiäe&Ãs;±&Mé³Á¥Ö k°&kj5¬Ö¬,(àfdÆDÇÜQ¿èh¿¨è;"}Z°¼¢È"¡ ¹œ9WoMB—d2t£€js¹ì¨ é:6'%Dz…ŽXS±¦?X€5XS‹³êÓåeeâȨÛÁ!7Ú2Pd‘P >çNJ­‰C"ÒyÞ<§pé­à\©GqeŸ¡KI{—þ ôn€?¬ Àš¬ E ¡¯¢5µ—YÓ¦a&yÚšèÏÐñ/3#‹™šžŸv/Ö`MÖÔ*Eöq™øA¤ïý`¶ Y$¨Ïé3Rkq™ñ‡­q§ŸÔTÿì&>u©Ž—•Éf¥1R’âD…Ý…5X€5µZ‘õ¹|½-E êsêŒÝ¿Ôgèx ×÷]e°hY‘ ¾ÃW@¦sùì,6+™šø0>2*"0èÞ^4°&XS‡´¦ÒRQÙàœš@BAs¬ÉáĿԳÁŸ‘%Ù$ÄBê |6'“ÁLKJNˆŠ~t?çšÎ5XSkÙGxáÞA÷¯µYà6$4‹“§)kj K$rÄ"d _Èåp3™¬ô‡É‰QÑ‘AÁ°&k°¦Ö(²¹¹Yá^A÷ÝÛ,BÃðAu$4ûÓÇÉO9Y’ú’D$¦";;G(ñ8¼,V#99):&ê~p¬ Àš¬©5Šlv63,Ü30ȽÍ_À„‚æYÓ©c”5ÕË’Ô—²©ÈÍ–äæ‰BŸËggd2“SÆÄF‡Àš¬ ÀšZ£È.ÒBÃn]m³÷F‘EBúؤ¬IÑ—¨ÈË!/EÙŸ“™ÅJIMŽ‹ ½k°&kj"Ëá$‡„Þ ¼Úfáƒ"‹„õ9qòòSÑ—róÄ$H;;GÈp3³2RÓ’ãâcBÂaMÖ`M­Qd33BB=¯´Y<ˆôE‘EBA3¬ÉÞ–²&_ÊË— ¬I,yYlbM)ñ ±aa!°&k°¦Ö(² Fìý`{nm"o£È"¡@}ŽÛQÖD+íK¹R_"‘_K^戳…B>›“™–žš k°&kj"›–ÝÆE6*ÚE êsìÄQÚšäO1ååçe"‘—'K²…"‡“•ÎHKHŒk kŠrÜ5Ú@ÏÄd¸žžÅOám¹LLLèÆîÝ»e544žoƒ›µ&)Ï¿ÕICcÊYÆsÌ+[»ìTù_¡¹óš¬é¿Ùä䈠 ÷»÷.·YDGû“"Kþv0‘P ž5!?•)S^Á£<ê"$G”-àpÙ FZbbBxDË[ÏçkMÝU©…•¤]UÂX­§ùµ¯íw…¼ä¨¬þB”R]]+ÿ2öS½¯7ö°ñ?þ:m3#¬ Àšž“"›˜tŸY×6‹˜Ø»¤Èòx<ÔY$¨Ã?Çë­Iî ¢L$òós%¹Äš„\bMÌtbMÂ[Üš¾Ñéõëé±®0co/odüêŽ%f†ƒ gøŠÓ+‹ãÖZZ˜™™êLtLÈ—õôݳfühó!†íôàÈ/?ÃuŠá7HCµR£SwvE ioÐóz^™LnÌŸD&&&f#&ª^šŠ Vg!m¼ëŽG4[èÄ’[ϓ隯Ý)¨X¢õNâÇ*vHc4ª§~½pÜÃMŒþG¦0Ï|1j”…™‰±žñÔ IùJzÞ2ñ½à ‡êŽ^()krŸÃš¬I}ÈÐ%¿#)²ññÁWýﺶYÄÆ"Ev,Æ! šÄöØaÚšêN4<=ÑTð(Ÿ´%¹âlÊš8LbMI‰ZÁšÞìÒ©°æé9–ÚšÂN]zË겕;%Ì«+µL¬é‰'ÆiÉ%¢ÌK¯÷[%ë¹áu%«i×CÓR~ùe—^:[H#péû3 ú,1·¦<ãõ7G7fª—Öä«^Hcoå–Þ`-˜¿¿ñÎvÒHÜ7Ò`S¨ŠÒØÄ ûI,­ïÑí>e>åÙuVEn=û¯WqºÌÚDk™+µ…ŒËË´Lö«³—`MÖ¤&EEE±±±+­–ÆÆÝtó¿ëÒfHŠ,ùƒb±X8;„5¬é¼5MÚ5\7)[œ'NÎ)ÈÿèÝr%¼ž€²&#‰²¦ˆ6¶&qUŸT‰;w}‹žøv·Î&õh÷$ëYú„^H†F—g×PkÚ«'§¢fY¬”-ºkB%ñku&_WmM/­Ö¤¸Æ6>ÿÙksÔiŸ‡X^Ê ŠGþ=z¨¨mt‡46±Aã­®ù•5ò«È qøh¢¹‘1ÙNÝUX™·~9ºöQg/Áš¬IMrssÃÂÂH‘ЏàæçïÒfGYooïää䊊 E$¨æè?ÏX“0óâ{ ] ååpý~Þñ£a_÷ÿàÃâ´ª5mnxÁkO/Í*| O×NÜŠš Q}CÑå1ÚkÂý4ßÿ›,G{ÀÚ`«¡³oqU[“Š¥©Þ`Õ irãiÈvêôè®=xÍÝ:oIÈmqkûF÷sq9ôŒª÷CcÖ¤âW€5X“úE–ü¦¤ÈFFÞ º*»³· >rEÙ[·n¥¤¤ È"¡ IŽØ”·&ïuÃŽ¦p ˆ5ùï$ÖÔÇðÇ?ú²Ø­z…Žëõeo]«´"úæjæ=ÍϽž*Õ5ê| Ë}•–qݵ'Û1Úsþ‰ Û¬ÈTu*x–ûô¾#‡ŒØ›@Ú»ÞÑœôf÷; :kuíœ]ùD¥©Øà&ÒäÆÓðï|¬elûtû¯Í0ébc;¤±‰ ''˜a@· ÔºÁ=ºå•“F´ýÕûေ֊+LÒ`º-×2Þk°¦–üõ‹‹Éo´zÍʳçN{Ý÷l£ör»zvå§ËîÝ»GvrMM †" š²&™5劙¦Ã¾¢ïkÊ'gSWè>”Hxñ\¾ÌšZãnpBø™£ô¥ä×±ãd°|-vÛ¶`¤©Á@ƒé²ûœ«Šã×Ï2jd<ÜPoÞWu*xY®;™ø·ˆ´ãv™õè=U±³û&Ë!ú&£§ªãmp“ irãiþÖëó±?_ö²ºŒñF÷>Yå5JwHc4ª§~5Ì{úF¦&ÃïŠ'Sâí¾¢ý®ùH‹å»=UÿùÃŒŒ†Z .S±Ïe+PlÀš¬I)¤ºq8œ3gV}º|Ū¥m+?]¾gï_±±±ùùù‡H(P ©2‡ÖY‰D·ùó]ãò äŸ< ðºˆ°¶|Êeûÿ|£t‡¼j{ ÖkêxOxüø1©³ ±mNJJŠP(Äy $¨¦¼¼¼  àÐê‚ýE*ßèš±ÄbÙè3Nù±$G$p¸ÔS.ãÃaMmõ‹+k‚5Áš:ðS.+++ óÛœ’’üá ¡@5ÕÕÕ$›Ä„µ®­­%ÊÄN¶Õ]w³Á#ró$bq¶PÄgs²ÒÓSãÂÂÃð*Ö`M€Wʉ‘¦¤¤8œ9•‘Á"⤴©A¤‘zDŽWä¨EV¤NÁš¬ Àš¯²sM÷ïÙŸa »Àš¬éùðþié¨É–sç}ü/u7xò¶³ÆO>mê$«í7¨¢ZS¼l®åô3¦Œ›øƒCœâ, ]Á¿}`‚Ù¨Yó|sø®LäóÕÀ𔿴%ÕeÌŸ×|8vòÔ–Ó>³N&SÊ%ÁkæN˜:}ꄹëÂrËÕ·&Ûc‡äUUUzzz°XLù·RRúøz‘rVP{ôŸCØíÖ`M€‰šOp¹ìü0)NœÍ¯¬¬¸~ÃÍÉ¢§§3Ò¼¼o’‰9"^Rb¬‹ëÅÆVÄò9>wÌpC#ãá†z¦“9Ææ5Ös÷îÝÈ ¬ Ök‚5^Rkâ øŽçÏpØ,!/«¼¼ìŠû2%#ƒåuëfEy™€›IÞ:çxF (]KNènÍ! BØ%ôKI²ß>7vc›¤¡¡¼Àš`M°&Xà%µ&BBb¼“³c&+]Èg>²;yÜñ¹¢ÂG^‹™êät.99©±µlòÆî´Õ‚D·oÌŸD&&&f#&";°&X¬ Öx­‰Àd1N9Ø%ÄǸ¹¹º]q¹zÕ566ò”É,v–еôîÒ© ºVkú皬 Ök¼üÖD((È·?}ÂæÐ~‰$G,Î&³ŽEEEª×B¬©°Ö`M°&X ã[ËÞþzÿþ—ÿïÿ\»usîÖíªý1çKç/8;sÂÖ¹kWg W{÷N;|XéZ¾òÆŸÌGŠÓ;khÔ?¬Ö`M°&Xàe·&þÞˆfÎ,X¸°pÉ’‡ffÄ‘Nÿý‡½Íß»tüòKñ'Ÿ/^œ3{ö-®²óTÙÁ¿h¾·$œWJ¿,`Z_a“Æ Í'3¨c`Æ/d²¤Õµsv%*#¬ Ök‚5^>kº¥«[°woôðáWzõréÑ£èã‰5Uä呸ةyy©kW·^½" D––^| tE OÛÙ£ Œ‡˜MYt!ŽzòçÆ¯Ã 1=Þêo™5¹o²¢ob1z*²k‚5Áš`M€—Ëš\ºu+\¼øòk¯•deAÊ›?ÿê›oÒo]íÝ›¼$K23IÒtÆ^°&k¼šÖäÑ¿άY|àÜ©S°‘QÖÔ©÷&O¦ß ˜6-cÊ”0cãK;éêfÏšuã¿}•¤†È¬ Ök‚5^.kJµ¶¾ûÎ;’?,Z²„3uê mí‚øº¯ñ}ôð¡G¿~ì)S -Ê™=ÛÈôFnÖk‚5:¼5ÕVWÇnÝzíí·;uòÑ×xzÊ¿+º}û¶©©ëk¯Ý80açÎÚšìUk°&À«iMÀš¬ `MÖ`Mk°&kX€5XÀš¬ Ökê¨ÖTV^v÷Þm·‹õáär¹..= —\ëÂùiœwv©‹‹uáHzÞô¾U^^†a†„‚ÖN(IÓçsŽN§Ïذ·=b{pŸõÞÖ¼ßz¯Ò oaX€5©O@¿(Gøï¿µÿq9555Å%E¹ùäïâêÄd¥c¤!¡ UªÎ¹&bG-\Å[Àš¬I7çÚÚÚ¼|‰$/Gœ›M"G"Ê ³ÅQŽ@˜Ãdó"._Äá 9\›ËÏâð2Ù¼ 6—•Åaf²™l++™™ÆÈHed¤°2ÒHµee2®^¿BŽñ†„‚VJ(_Äeó2Iv’Ó’bâ£Cƒýü}•Z“ß=Ÿk°&kj.—\/ŸôY$Œ{Ñõ`ë‘v)Ù9‘XVdyCÿ¯Û'~q w—uÿ¿¡~&Ug¹Y\V&‡*²YéSNffRE6•‘”šž\UUÉÊb\¿éˆñÖJª­††ÆÌKá\Ai(&”••†„¶ÿ„Ö[ó½×º~tÙïÖÅ»ö¬Ôš ò¬ À𬩹8»ž'?éÿa3âœr9Úq¬>7GH“søÂlRdù¤Èêi¾·h³·Ï7ótûè5<;!­³ÄšX™TMg%GÅDÔ<©))-NIOºæq%2*C®½%”¶¦ÉãŽ<µ¦gÊ"â„„¶û„ò…Äš²ˆ5 í=dκ‹çVO}çÍw[ã\ËçøÜ1à Œ‡ê™N^䛇ÔX¬é´¦‹.Òc²D~äsË‘}Mç|8°·þÿÖÕYê¼mM§gý¹Çò¸~}bM6›[Œ27úàÓý·2©Ë:´5%n›iLêlLüò×QQQ! “Ó/_qæò8uí*¡´5]œgšÄ¡¬I1¡º½ß¥O7!¡í9¡|!‡Íͤ­ÉfÊŽmãïÍ÷TŸkò¿{»¹7‡ç„îÖ² „]B¿”$ûísc#5Ökz­é’#uT”Þ)qrŒYfæm½^õVVd¹ÄšöO›ú‡±&Ž ‹ÏáedfFjõ/=;Á˜eI†ÓÕK,Ì Îð=&S÷¾íAݱ—{´×À/‘VX€5½¤8IÉÙbá” ãz÷z׸_Ó‘_ÝHŸ—·&fòé“Ó¨sM‚¬ÛÖ-ÌGŽ3úžC³¸Ô5q½{Θ3øóËÁ¤Î&¥ÄGD…Þ ºsÓÛÃå²sph—ÏtF^ûI(mM\n¼é<'ÒPL(eMlÊšÐöœPyk ²Ùãëß书ç¸`×»K§‚j%Ÿ°6ÑZæJ}²’qy™–É~™5Y¹³Hƒyu¥–‰5iT•Æ÷yÓ¼ô µ„ëóßùèZÒ k°¦—” Îç¤Çd'ÃËà«[·7øffÕWاwkâ 9<›¾BgÑ[3’º,p¯7UdY¤ÎN4™Å Ÿ4p,)µTµÍLc°R’’ãÄøÜIJIðö¹‰×~J[IèÑqIC1¡cû¼•Æf0™¡Hh{N(OΚbâ£CÃÕ<×Ô¬›Ã‰5Ö(±¦·ºvWQEðIUN§®}dÖT?Qܹë[ôDçé×ÜÕ”gi÷|'» uÖ:¸5%$$vLkºHý"ä œ²r¡_‚Éú:NÝy‰ºO©7´¦S«Ç½gõ.ú$‡+ýÄ:‡¥™ÒOc‘`ó2JJ‹ΞÄÀCBAË&”'¨³¦äÔ$ÚšüîÞnòÙàÍ=×”ü‹æ{KÂy¥ôËF õ6i0ÖZq…IL·åZÆrWè®eË}•–±µl!«úõ÷fwÇìRäÖ:°5åææ²ÙìlMŽÒcrý¿®üúÓÒc²´Â*)²ÒG#ÒÏ ŸóÓXH¯õ°8üÌêêªÓgí1ðPв %¹kÒšð|"`xÚÎehhdl<ÜÀlÊ¢ q”e•åøÏ·fdl4lÔÂñÓ»Áݶ-ij0Ð`:}78Múéño¾³ …5aÿ¼ Ö”˜˜Ü1­é‚ùIÿëZw@Φk«´È ¥VVd…¤ÈÒ”¦Ÿ)]Wgƒ]$¸‚,ò—rúŒ Z6¡<>;KÞš"ˆ5ÝQÇšZï¡—Äš”N?=Mç·¸H(¬ û§[Óãlj5q821$$¤CZÓ¹óÒc²ˆKŽÉ\NÔ{ ¯îqü!ƒ/;/!¤*lƒ"+;;¡"8u‘Iæ")§PdÛWBÓã÷uyí8Ru•%”zr¸sÚÎJ—ÅÉ`e¤7ךäÏ2©¶&FPßš* ÌMu‡Mùº ÖkêèÖ”——Çår“““ÃÂÂ:¤5=š>&óEÜôèí“/…Ÿ£—%=#AY¡¼5qyõ—uÔ ®,øÔ©‰“'0ðÚUB­G.ß=|cH’ÒôÑOGBÛyB©sMõÖtv×s33#£ÑêXSsßÖkRÓšx<^JJ ÓšO‘Ÿ¤’Ú0}D_ÓYsöÖûäÓƒuEVîÔĉÃFŒ™½Êƒv'=Í÷~^2kühó/#’È»©áÇÇ›˜7VîÄ­X”e‘Uœ<}¯]%ô€ÑÐøø#zoÒ™â?Äšœç™=䲑ÐöœPÙ¹¦ çÕƒæüp/,ÄÓu·jkR¼9¼Égƒk‚5©iMùùù|>?---22²CZÓ™suÇdÊ‹F›2™·ô>»É§ÏH<­³TÝÑ»ƒÏáq9ôô¡¯u;—Fäß^òó7}íë©Ll–º›gꂬÂþŠl{J¨€¡§»‹/d›ð•lº|kJò·úÔ? mÏ ­»<#ýס½žÜ>ÂÈdô䪭 XhUkÄš¢¢¢:¤59œ;)=&s&Û»×;#‡¿ÝßdĦ Dú°,WFyþG¾a9aÅNwúó;z½ËCbΠ O_>ýÄV]UØ:†×~ʈÝõÆûS¦LÖïóf4‡C§L>¡Äšü$³‘ÐöœPÙgè&k~¢­s) èŽï9X€5eMÄš FlllÇ´&éçÇÉ19“á¡¿ÉëÖ×>¬ Ù'tä*)Ÿ!à …¬~š#DÙ|úšïÑ Q¿ëißHϨ›" ¡\PEöä?xí'¡÷~7ýâA IMðA‹µÁåG'”XùylÜd$´='”/àpx™YÌ)ýt?é?À%𾟯#¬ ÀšÀ ±&’ebMB¡ÉdÆÅÅuHk:}FzLq¯Xp'ÞÚxB}a­«õeTðÉä‰cF ²ñigçˆ5eKt0#Ž36;v4ýRôlUœ°G‘mG Ýý¾f‡CRÈÞ:l­§|*é ÖD~ƸÎBBÛsBùB.——•Éfý¥¯ù׉ï©+tçÚ¬ ¼@k‰D,+>>¾CZÓ)éSwäÎBÈ ëÓIÕM±P>rêBÔHô'«8no‹‡„‚–M(™Î峳جpÍÚc6ø„…Ý…5XxQÖD~kÊÈÈHHHè˜Ö$ýü¸bm•/¬u¥Sò4ÄTd7TùþT‘µ;Ї„‚–M(õ¾›“É`¦]?¸e¬¹¹™‰© k"G¶àzH»Àš@‹[ikJLLìÖtò4uLV¬­ò…õ™’š[’Ü!ëFÏEVqìŠ, Z8¡d _Èåp3™¬ô‡É‰QÑ‘AÁ ¬éÑ£‚„ø:JKKÉ‘­¤¤ä~Pl:éƒ] `M ¥¬‰L!Ó;¤5ÙKŸº#w(ÒµõiaU,©yT俉UÝG6 YÅ?Ç`àµqBü˜÷] >0Ò>5 í¡Ù9BˆÇáe±2ÉÉIÑ1Q÷ƒƒX‘¢²²Ç$ÒÒRƒ‚‚ˆ/åæJJKKH›ËåÒo‘>ØÕÖ`MM“¥ŸÏ®?çÈÕVùªÚ°ŒæKòTé ß_ZdcàµqB3â~˜r9úÂX}¾ 혡d¢PÄçòÙ™Ì䔇1±QÁ!Ê­)?O\QQ^\\ôH i“)d:¬ Àš¬IMìNRÇdå¾$W[–Ñ‚\ùõn~®|² Ûc(²mšÐð#ŸÏÙ×l·ƒzë/]k‹„vÈ¿PòR”-àñ9™Y¬”Ô䨏èÐûYSZjjð³)êX“Û%§Û· 7¸Å噳²ÂJÓ: •Å£§!+¸T‘=b{¯-*`ûn¾sw‹á]® í¨¡äeŽ8[(ä³9™ié© qaá¡êXSaaaQQaqqQqqqIIIi)‰Ò&­©ˆÿÀýZ(mM5ååôÊb¶ûµ0ºÃu§âš'dbuY5}BFþÌëöf~…t–Lw÷ÖÅ+"3U¥_½âW«p)ýÖåpNi±ï{Üz¨¸Ùº¢jn¥ýe«#ïFðŠÉ»Åœ`ÙD¥›JÞàý«ò€5Áš:¶5ÑŸ—\¾y¶¼ÖÖ"H)‹BYÈU[²ŠÃGm0ðÚ2¡Ì«E÷RŽ˜NBB;ð_h^žD,ÉŠNV:#-!1><_ Añ¸ì± k¢ïkò»{_P\I+C¹„ìçåãMɉìTœÛûlAÅ“ZÅ3?.O}æÆ5÷ê!oMÕµÿJß«½ì\wa®Ár*j¨Ô>)ws¹ÜÀ`\¡k¬¿lϼ+7QqSÉ»•u`M°¦WÖš¨Ï+; ×]»‘Ž–×úÚZ\H¢XYÐoÉ\ªÎ¢È"¡ 5J]¤“䈲.›ÁHKLLPËšêO1•>~Lâ19Ö•——©>×ÔàF!7笂ròòIMÙÓ›Žj«%‚¬„ˆÛ×=#­éº‹S©ôL”Ò{Žä­I~¢Rk*¯¡Šo½)_Žêþò‚ôôÝú‰J7÷ŠÃš`M°&ú©;ŠæVXééˆgËkQqIQ ÅõAM¡‚:í_WjéºLVqèˆ5 Z6¡ùù¹’\bMB.±&f:±¦ˆáêXSii‰@  IPˆD¢ŠŠŠ›¼¯IOW'qy5uHdÔw¨),§îª­)tsq“ç)¯?ïļ}å~º„n—ä6¶–ÖôÔmê—“æ}9œCÍ^½ïáܤ5)íÿô ÷eêºy—"›¨tSaM°&X¬‰þüøÓcŸ¹Oø™“t…•+¯ÒÂZZ,½#‚êåÓj[š‚.²ÀÀCBAË&”´%¹âlÊš8LbMI‰Ô³¦ÇR¤§˜Ê+*HTTV6Ïš1#<ݯÝññOä×u¨­ ôõô½åésÓ#:=—–~¤Ÿ§§§Ÿïé[¬ïyy{{úzݸÿ€Ý,k’_NM¹(Ø×׺»;€˜›Ò+tò(íÿìÝàW}ny‡Ä>{7¸Â¦Âš`M°&X“í±C²c²8;ñƒÅž-˜üúóO+lž(ä“qÆcÆ›4o¿|y}ü¸Dz’¿´ôq}©mPgQd‘PÐ: %ú”K¬)GD¬)%áÆ\s=cSSu¬‰L‰¨SLÙÙ"âK•••¤¢5fM£äR›’ËoÏN¨mò¡M­­Ñu7w[]ö¿ÿuSaM°&XSµ&úóãô1™“øÓÔ«ñÇää)Ùó3-¼_\\”Çe>-²õ¶®ÎJË.}Ö¢A‘µ9´ -›Pyk²<`ÆAï"Ô±&é)¦ é)&Ê—ª«IT+µ&·KNмX¬éÕ´&úóãä˜iûåÌ‘Zæsçêm°|Ý1Å{` _ï#Σ.èH¯æ¤¸n××9ROo‡k )¬½müpæhc#úšNƒ›aÈ*¬îÃÀCBAË&´î ]u…N÷ÿºÜŒŠmì ,žãyMÀš`M°¦úc²ì?Y‡±æ\Î=ý/î(½ ¦{'ü¢ú;‡KЦköpáˆ%œK=4§“ªûz·»¢¼G’øe÷£È"¡ 5*_S7 ¸ÄDÅ»Á=* â$ &“¡âÙàl6ûÀš¬I)d ÓŸ'Ç䩲GI›ÚÎT¬³¯wÉÉ•}êJZs‹Š‹ò4:u'UÕ@sˆ¬¶Ê\~ÎYÅ›¿éK -•Ð<¹ÏÐ £Î5ÅD(¸O1Øü­û­÷ªö'‡„†àÔ Z6¡$ûìÙ»ïÏßÿÜõ뮟üyûÖï·Àš¬ ÀšZú® ¡PÈd2“““c[ òÿ2‹Å¢w)nƒABA &4::úÁƒaaaAAAäæéééææk°&kj È.--%ÿÒ’_³ Õ /**züø1.å ¡ eš——'‹‰Y±Ùì´´´øøxbPWxÑÀš`MõyM€—Ü×p® ÀšÖ`MÖ°&k°&€5X¬ ÖÔÁ¬IGGÇpª½ì¥ƒ¥™¢º¿:‹½ý纱“§[ZZ²Ê«ÉÏfÍ /$·¹É…5X€5µÍz‡¹AbiiW=N12ßÑ"Uxè ªkŸo^€|!¹ÍM.¬ Àš¬©mÔ,§…‹3H;ÓuÉ¢‹,Ù¡8Ë凹sçδœ>iúÇWÓɨkkJl7N^õ·')´U%¿[:wæÌ“¦,rK¡º}ùÑÒͲÙe ÅYÀË›¯ÆÖ{ïÈ7óæÌc>ÙæŽÀßöÛ…Îa:ÎÚOˆ$¶FrWî¹QYUU$‰Þ´hÆäÉ“FžisßC`MÖÔòêªÒDóIû§‘†äÿ\ÙºBœW·—8žCM·Éú×T‰~Y2ò[‡pzÊùù¦‰ùÒn×?0Ù¬ø_°bV: xIóÕØz·ÝL£&² þ½7eEçÞÕ_Ž$¶FrésM§çÛ†Pµ))Ä~î X€5XS‹¨ÉÏ“S ¯0¯N=)_+%‘—V/š5e*u»‹ÎÀwdý¿˜ª¿ëzšl ÆCÉNS˜šŽT§ +¼¤ùjl½ŸH/ùÕV=ÛŒ$¶Frik24pòäÉ'N?~¼®®a‹[“††F_CÙË£&ZdŠêþÍ]~ƒ)&&&-¸|k°¦9P‹îo:vèçÁ"ùõGºï\~(¡ÈU¹ò•ôúîE6+¯òƒ *k”.¶±*¬tð’æ«±õª^8hÙäÒÖ¤7P'Eœ×z÷5KÙ¨Ó'¦DzçUi‚–Îç­mM-ÛÀš¬©EÔäPlooŸ[õDþ@mñîàðêËÅœÖ6¨†¿-·þh™ô™MW¥ßeÇ1Õ©ÂJg/i¾T¬ÖÔfÉ-­®!•ÈnŽñÿŽÑÖtûŠwkXSÚÉ “N§“6ãì䉧ÒdÞÂ<óŨQf&ÆzÆS/$åË[MmMñžOôçüäFÆ_eqÜZK 33S=ƒ‰Ž ùMZl iøîY3~´ùÃvzp[>€5XS¨•NI¾ðã(Ó1³æÌÝdã§X oü¾dìj›ÒšÚª’äm+fŸ:}ÚÔIVÛo¨S…•Î^®|ÉP z½°¦¶Iî˜O<*¯,’Ä|õñ4‹ñÆŽõÑZÛÖ°¦ª’˜>:ÔpÓ ¾1%U2«)ϖТ ·žý×Ëú×Tò7O´æh=åÄ8í£1¹T·ÌK¯÷[Õ,kÚpA…L»š–-Àš¬ TÓ6O æ Qßó©çû”·šœ‡&š›˜˜htê.ë¿ÔPsË¥‡²%¼Ý­³I=Úý5ËšJé»ãþ­ÑÐèÒØò¬ Àš ýXßï÷üŸ?_ÞjƾÑý\\µ%UbyÕ¹ôÝÄaï+«¯}ºvâVÔ¨^~cÖ¤tbƒåX€5@û±&âE666béW2Ü£KP^9iDÛ/h :.['}°è/ús”¶c´çüA¿ËŠLýïÖÔ`ùÖ`MÐ~¬Ié”x»/‡h¿k>ÒbùnOEÕqÝ6ù½v—ÔÔVǯŸe>ÔÈx¸¡Þ¼ ®ŠKÓ©g؈_Ô´&ùåc$Àš¬ Úƒ5k‚5Áš°¦GC¤ Ök‚5Áš°&`M°&XÖ¬ Àš°&`MÖ€5Áš¬ ÀšÖ`MÖ°&k°&€5X¬ ÖkÀš€5Áš`MX°&kÀšÔDCCÄ`lôáDû1v;€5Áš`MXScÖD7$QÿŸÖbìvk‚5Áš°&ÕÖTûä±F§×èveqÜZK 33S=ƒ‰Ž ù²ž¾{ÖŒm>dÀ°z"óÌ£FY˜™ëO½ô´ç­?­Fñ®Žþî›\¯=k&Œ1¨ýÁ.OžŠåX€5ÀKaM¬[ßõÔYG·OŒÓ>“KE™—^ï·JÖsÃ5i2ízhZÒ˳%t£(ígÿõ²žë/?¤z²ŽwîúÖgîé¤ý(ýXÍ™*–`MÖíÜšLLL ‡jwêòÆ)Æ#zâÛÝ:›Ô£Ý¬gé“Zi³FC£ =1'ÄᣉæFƤ§F§î {ÖV>Ûî¢bùÖ`MÐέ‰^ÛÍ_Ækÿ‹žØ§k'nEM#=Ÿi}£û¹¸jþ*±l¢Òžòm¥Ë°&k€—Ášþ­­)™Ù§Ç¯ y¤m;F{Î?ôtVdª ÿÜ£KP^9iDÛ/Pßš”.Àš¬ ^ k"ð|Ööþà[Ò¨*Ž_?Ë|¨‘ñpC½y\UøO¼Ý—C´ß5i±|·§úÖ¤tù&&&5¬ Àšà…[°&X¬ kj e`ÏX¬ Ö€5k°&¬ X€5`M°&k°&€5X€5¬ Àš¬ `MÖk‚5Áš°&`M°&Xàe·&^,°&X¬ €sMà\¬ Ö€5k°&¬ X€5`M°&k°&€5X€5¬ Àš¬ `MÖk‚5Áš/©5}k}óÝyû„æ0K¤AÞÅþ°&kÀšheúÃ5íO¹Xºîë $ ;§tö¼¹'k°&¬‰@¤è¤OæûÓ¿Zºü /üßòO†¼?tÚŒiÅ+câAcVÐâ¤t-} md/šh‘)-ø[ìÞ½[n'f7‘BÖN7ÆÏ>ÑÜuµì–X¬ Öè¨Ö´qÓÆˆxfYy9™qÆì[·o+,,Šx5æë«ª­i£NŸ˜’*Ò®*MÐÒù¼eÝ£¹KSì_]] k‚5X´ 5Íš3ËÇ×÷^@@PPïí½휯û]ò¸k0jÚŸ®i*¬)íä„I§ÓI›qvòÄSi2÷(ß[`1Ìp¸¡îèE’22%öWSÓ_béwK…'_ï·†4*‹ãÖZZ˜™™êLtLÈ—_øù“èsGf#&*]  ó! ×i¶Ð‰Å<óŨQf&ÆzÆS/$Õ­âîËÖ553™´Ü_6‹ïž5ãG›0l§CÖ`MX“¢5ýÖó³±Xñ‡§ kª*‰é£C7 êSR%ók­e®R›º¼LËd?i”ç{¿¦9“.÷×ëN°K%ã´Æä’FQæ¥×û­RqþGqª­ÉÊ-n—gKèFQ†[ÏþëévŸ®eÕR+“Ͳáƒ4 ™v=4-1„`MÖ€5)ZÓÏNÉc6_óõÕQ_\²Øè4rÃTã3GÒ˜û­£ k"?õ=Ÿz¾¯ÑAyoy«kgqUŸTåtêÚ‡ž¸}Ègýû¤Ü¬WÏ(éu½·»u6©G»ÿ Ö¤t*¬)¿þÚ\NˆÃGÍ ŒŒ©Ÿ:u§'nñ–ùâÏ휽s«žÈf)}BÏR£¡ÑCÖ`MX“Rkš¿'bîïa³v‡ŽùÆ£A,ýÅMµ5ñý>éù~Ïÿùó›´¦ ×™ï}ì›—øm_#Ù9nEMc¿Å±&Ùıot?—#Q,›^ûäq˜ëë&kê¡8 îq‚5XÖÔ¤5Mú1pÒO÷©ø1pÜw^êX±Zid¾qÀXkÅ&i0Ý–k×]P«.chöj?±?­XÛ1Úsþ‰ Û¬ÈÔË×êÚ9»ò‰ŠªcMƒ{t Ê+'hûuÓk+’rʤۓֹ[?X¬ Àš°&5­é׋)Ÿì@¬iöoaD–&ÿL‚nŸ«þöSmMJ§”åøÏ·fdl4lÔÂñÓ›·FkwîÖ_\]¬ª8~ý,ó¡FÆÃ õæmpm°4÷M–CôM,FOU±À&­)ÞîË!Úïš´X¾Û“ž^[S8c”‰±©©Áº_„5Áš¬ kRÿ\Ó’}ˆ2ÍÚ:ñ‡ú\Ý ?UX°&X¬ ðJYÓ‚]¾?]xøó¹?žÿÑ!‚ŠÓá[íC¿:¸ìW÷±& &X¬ Ök¼DÖ¤ôKèÄÂïÎc—X€5^qkÖ`MX¬ Àš¬ `MÖ`Mk°&kX€5Áš: E…þ£5]ºp®¬ì1¬ kÖÔ±)ÈÏðyÄ|žÛš¼o^OOMçd>* î„@ mäøCGä@ÄãrYLFRbâƒˆðÆ¬©¨¨88$ÔÄbtƒˆ‰‹…¨  ­éÆ {wýÉh$c’ŒL2>É(%c󥋢ÂGùùyB!/ƒ™î}Óã¹­)“Å¸ææššœÄçq|.@´}ð¸lvV‹ÅHINŠ‹ ¹ëï§Ôšâ‰ mØôÕÑ“ÇÅ~Á£¼G…I)ïß·?í@Þ"B…rZÊš\.9{Þô £‘ŒI22Éø$£”ŒU2bñgûÒ…Ïe¤§\¿âJÌç¹­‰Dzj²×ë—.œs>@ Ú>œÎ9œ?sêÜiûSvÇŽÛ>l³ßž?­)&.núì¹ VjDTè–¶MŸ=s¨žž¹ÅˆíöºíMÄ gœ@KYÓÛ·ý¾k'dL’‘IÆ'¥d¬’‹?Û—.ˆçÛa¤&Ëüç9¬)48@ ^lÝ ð¿çÛ÷–×MkW.»8?§hMĈR“Rb™©×½®Y}¶~Ô¸qcÆ]¾zÕ¡ãG®x¸&¥&Ýò»Eº¡âƒ±¦#‡lNÙŸ Fãe22Éø$£”ŒU2bñgûRÇs[S ¼hªªªÊËËKJJòòò‹ÅJHHPjMB!·°0?/_Ìr2³Ñq>þ^N—Ï{ݾáè{õÆåè¸ØÆ¬ICCÃÔÔÔÌÌÌØtâOv~ª+¦ê/žÛ½{7¤âU°¦Û·o‡††’ÑHÆ$™d|’QJÆ*±ø³}©ù/WèâÅF®Dœ“-ðyY™©)Éq±1¡!ÁJ­‰Ãã‰D™¥¥JKŠJK‹JJ s…"N*#Éöäq›#‡:¤ÂšèFe!ó«o-r`<·5áË|_kºæ~õÎm_2ɘ$#“ŒO2JÉX%#¶ `M¢[Óš OŸ9z7(ÁJbsҬ䘄ø=Ø9õ÷ë—¯$ÊtÌîd“ªS·}½ŸUDÇ­µ´033Õ3˜è˜ßP±Þ½1y×ÄÄÄlÄÄÆf°&D¶&ë飤CÝ=ý™N^*®…¼û_6R6»láJ×ÒÚ±cÇöž/ùmø{µÉ½-¿®²ÃÛ[´‡€h®5EDF)Z¹f­Í‘#ׂ ÎÎ_~³eâÔi-Z¢â¦&ykª­)îÔ¹'Ý>1NûhL.õLƒÌK¯÷[Õ ³êwë`MˆWá\SƒzÚªåõÅZS{0‡¶Üùu½¤Ö$Α¼ß²ëEük¢/Ò}½u눱cM,,ŒÌG™401Ó76Õn2nÒÄc'Ž7Úº¼A·ßîÖÙ¤íþƒtVýnc¬ ÑÃí’SeEE«ZÓ•ËG0¤ýþV§¸}®ÿ¸xàÀ†[â.?WÌéñzoSÏ4ðÿX£S÷xai¯×îéÄä)•%Åú•Í X1ÙÌØxø0Ý1ǃ˜d 7ñl¿Þæa<êñb‡ç¿3î/¥Ý¨Ç ûlî¨÷t Œ õçm P* g¥Ïª›Žil9²ˆ:ºÆÜÜÌØÈp˜á„ÁL{Fõ, 6¬Á6È6Rv}®ÙûzzCGÌ»™ÎkruêìmÅu©ØxÅ´6¶I—úßS“!ý‡ípŽwÙ¹|ÌHãýÞÛ~)¡±$6ZŽ›?27Ö¨7åJ2Wõ®vØ<ßÜtø<»ÈÆ:4wKÔòëml¨#^ˆ5yÜòºáã½é»-öŽ_mýfÜä k¾Ø0rŒÅº/??épJMk*½ßjºÝ§k'nEMcU¿ÛXkB´Ã ÊÔÚÖôéù¤ÁŽ´îÑ{rƒ>š];Eò³¥U•'?— ýT¯þIãæ¢w§ÌѱºŸ.D½þƈÆdIÑš¬Gõûûn:ipbN¾þö'ôÄðà úOØí°ªÑ†ìÜF»§=ù÷ëuÏðLâ5všE~¢ÒåÈB˜’F78Ñgzj¯T±gTÏ¢æ†ýnÔwñéÒˆtXÔ×hW“«kîÞnrãÓÚØ&­r¦µ¿sW-+GªCÖƒ}=zOUg¯’Ù—:FR¦tîã¾F¿©ÞÕKÏD¨îð[Òä_ocCñB¬É×ß?%=õëý‰ÉI»÷í]¼léŽZΙ±åÇíç/^PÇšªŠ3¾õö¢3uwƒÛŽÑžóOÝfE¦6è¬ô]­®³+Ÿ¨è`MˆWó OB_žÈÑÐèÒ Ï&S-“WÛœtaf7?’á={&sk÷ Û8t¹7#pEÿñçÕ·¦·ºu6ª§Ÿ¶Žlúo´{þ߯LŠnähöP”ÓäÅ)ù‰­ŽŽ4ï#³ÇëêR÷}uê®bϨžEÍ #ÝÒ¥û37;¥SWM5V×¼½ÝäÆ+¦µ‰MÊ>Ûî¢Î^%³Ô/3•¨Žê]Q¬‰\4gKšòëm|¨#^Œ5¥2Òö²Ng¥;]¾ø¿U+ìÏ™ùáìoÚѤ5Q·pSO˜ðÃñÛ²éUÅñëg™52n¨7oƒ«‚b)y×}“å}²ª©u°&D;¼0×WèTøFž„ë{ùô·+Çõ¶¦ÁrÎŒì·Ü÷jïw!5±Ÿö ïÿ½7Ý5^}k"ÿÚ' sW³ÓæöÓà>ö±Y*º)ÊIg ܺ æ(]©ÒåÈ¢W÷c)t}oLBÔ™å?Z“ŠÕ5ko7¹4Å´6k“äOEªØ«J­©É]ݬ\¨Þ’&€|CñB¬)9-寃ÒYiòÖ´åÇígðˆKkB4va® ®Ð5jM¹‚Têj…˜Þ¹ÛÛ –ç8©é Ó_¨ÇonÜ{ÜÝÝ3ê[Ó¾‘ý,÷ùÒíh¿0ºqzùБß^gÞýí í9tÁUÚíÐxí)Ô}1_æCj §ôîq(:“ºèâÙºúvíœ*«X,öèâÉä“ÆÝƒsÔ´&¥³(n˜ü6ȺýfØ÷ã³ÒKWg÷5Ü¥ÎêÔÙÛJ×¥diÊÒÚ¬M’µUïUêú×ù(ê-ÇOúþ¦æ®nV.ToI“àé¢TuÄ ¸¯éæ˜øø;þþ™ì ښλ:ï³ÙÿωÛ¾ÿ^ÅÚ”7°&\¡kkÊgN172>\÷½Öî½Ó`9Æ9ÒmguR(pûðoNPqÎJQr8«¦¿¯oh 7tæ§§©_Íõ‹Þº«éíʛ͇.;©´[ÝM׳G¾3L¸‘Á‡Û©»Á.nû@{ɈÑKt‘­ëüºÉƒ†™˜ÐØrdd³vP¿!&¦fKv8«iMJgQÜ0ùmxz7xªû3²-ú˜Ï½‘ÆSguêìm¥ëR\šÒ´6k“dmÕ{•t;ûÕ³áºt'ÉîorW7+ª·¤ÉðôœªÊ¡Žhck  %^´ÌjµÃ‡”ô´ø¤„À À€ûûöíûdõ°¦˜¸8”{kB(½0×âWèˆWçɈ—ÑšhïoÜôõ´Ùs‰&‘ ò2"2…Àš*.̵ø:Ö„hÿÖ¬ ÑWè²²²>|kB °&`M¯Ú…9¥Wèüüü"""ˆG’YSaaaNN™’œœ kB °&`M¯Ú…9¥WèîÞ½ûàÁbGÄ‘ˆ)_¢­I,s8œÔÔTX€5kÂ:bDQQQÄŽˆ#S"¾T^^^TT$‘H¸\nzz:¬ @Àš€5ÁšˆÇÆÆ;"ŽDL‰ø±¦âââ¼¼<>ŸÏb±`MÖ¬ ÖDŒ(<<<11‘Øq$bJÄ—***JJJòóóE"QVVmM¤3@´‡Hˆ‹‰ŽŒzr?டÏ-¯kîWxᜲ·sv:OF#“dd’ñIF)«dÄâ϶c1¢˜˜˜””bGÄ‘ˆ)_ª¬¬|üø1}kÇ#}¢ýÄæM_|õÅÆMŸoøü³uë×®^mµrå²¥8×^ø¹¦…ó?üß’Åd4’1IF&Ÿd”’±JF,þl;L$%%1™LbGôMMÄ—ªªªÊÊÊè‹tD¥8ƒÁ ݈_…‡‡ܽ{×ÏÏï´9¾¾¾·nÝòôô¼víš««ë… N:k/ÜšöíÛwôèQ2ɘ$#“ŒO2JÉX%#¶/#Äsˆíç!æCü‡Xq!bDÄ‹ˆÑ—çˆ/UWWWTT”––‰ÊÍÍ …l6›˜UJJJâÿ·w.PMžiGJ§gÛ3[]lílkÏî¶j‰¨ØÎt:Þ¦vºSµÎnµÕÓvºÝééÎΞәéÎ93³ÎN§ÓQ¬-¢â娂‚"w¥®¹È„„¹'³Oxå+Ip©ÿßyÎwÞ¼o>òý¾/1 ­­­---MMM pÓ©««£'±ššzZ+))áóùYYY°&tk"e:r䥑2Iɤ|RJ)«”XüÙ†"ä9d;ää?dAäBdDäEdGäHdJäK.—Ën·“>Fº‰œJ¡PÈd2š/ iaWWWgggÜtÚÛÛÙéŒè4°¬¬ŒNêaM èÖtøðáãÇS)“”LÊ';àRbñgŠçíóùÿ‘ ‘‘‘‘#‘)‘/‘59NNœÈ¦ôz½V«¥™J¥r``@.—Ë&‘ÀMG"‘°Ó·¶¶6:<þ|yy9¬ Ýš222ø|>¥‘2Iɤ|².%¶¡Sr2ò² r!2"ò"N™È—Ün7‰“Ãá`â4>>n6›I« ù•N§£UF Á`hhˆ]ý¦ã‘@ hnn®©©5 [Snnnii)¥‘2Iɤ|²«”XüÙ†(d;ää?dAäBdDäEL™È”È—<'vÅÉf³Ñ­dV4ytt”,ËA‚ž»èIŒý[:0µ··×××Ú@Э©¨¨¨¢¢‚ÒH™¤d²÷ SVÙÑ„(ää?dAäBdDäEì*™ù’gNœv݉¦Y­VË$$¸wÐ)<Ëwww·´´Àš@Э©¸¸¸¦¦†ÒÈ>χòɽšƒ?ÛÐ…iù“%2"¦Fœ2Ñoß3…{×$œA@¡ç.z*cÿñ“B¡‰Dmmm­©_.Û™ð'­Vƒƒ;¸qÖTVVvñâEJ#e’’Éþ» Ê*%¶¡gJL–¸KLÌšž¿Æ ·Ü§£ :ïë묉d‰”‰šäCû¯^œ4“¿µl%³"êÍ=]×s< ›þåõOò&¡qÖ<¹þ¬ãk`MgΜ©¯¯§4R&)™”Oö/ÓÙ†Á×€^„Øn}蹋}¯ÑhT«Õ2™¬³³ÓŸ5qÊd2Ô7ÔîOÞÛÖþeqÉɌ̴ĤÏè&ªS%'g/|öÞ»²ûF'÷g´Ì£5Í9BÔš***)”IJ&å“RJY¥Äâñp‹[§LFãHcc]ZzJIéÉ®.Á訑Êd2*•Š>©8åè¡Ùkÿ."¼Áh›1h7ùöóñqq«VD=•Þnàä§üã·ž||õÃßZö›/älpBUþ|ôCÑqñ›ÿ»`Nk²hÏmˆ_½2zùã›jtüŠaMÀÍ´¦iÊd(;SréR3“%µF5¤ì—K%}â3gO§=¼ï@âì½ÿü鈻üÁ¦íŸ,4»®\Š?ð%‰—‡©•ž¸ûþmœü¼[(¢Æ$N¾káól0¹/¡F\ðÆœÖD“·ä©ån‰äíįÖÜ4kâ”Él6õõ‰‡†”r¹L*•H¥}ëÎ}ÁOM;rà`Í)+/í—Ë|îHÝU—–ô§ «#—¾”ÌFî»3œ7Å’âägÜÍ´Êv\®ux•n‡vNkš6Y³ b~Ű&à¦YÓg‰»e²>±X$õ466ð ùé©É‡ö<¼?#+½äô© µç™V͉Ó*YpÇ7Y¿(bÁ€ÍåO~üˆ¬ ÖkpëZÓ¾‰©i‡©Ž¦§ÏÎàæåä””ž*+/%_bµk÷'ö’]ÙÁ®éÛܵðlpïK^Jjd½¤¹'€5%ÄFn/ìóNão›ÓšvÅF¾ž/¦Fœ·52¯ÐÁš€›jMsw­ÉårÍÞËû›¾ÿèŠh/æÑØï®×²A‡¹íW?»2zÅËïæ°¦ UùsQFÇÅoüeþÜï×T¾¿,&6fÙºÕÚ+ïçñxþkæËš€5°&k`MÖÀ𬠀5X¬ ¬ XX°&·•5ýóF¡‚[°&¡bMYµ*XkBÖ”yA ²Ï]º˜u/mOC¡®­`MBÈš2ΫT%½°æeÚž†B][Áš„5¥W«üUvyiëÉÇÜöþKEÿD}€™(Ôµ¬ @YSÚ¹!U‘ÿ¢Aö±Ç5b}D}€™(Ôµ¬ @YSjÕ Ï:v¦¹þøßº¬mýïÜ6A]æÝ4âo2W´#똉û²Ñ좑9WUô[FÇíz³½ z¶sΧj•Ž^Í´9×^åîP7¨`MBÈšR*gTFyMÿµºÌ{4½?w™³íªÜ–*u÷û$N4N·Î^Âí¨Çêþ¢ÚÛ§žÓZ­c4`>+‡Ç“Yå÷ÖÔ*ß;šón|“×¼5¿kBÖt¸BÉUjyçiþÖÆÜû•­?² î4´«_qª_vj·»Æòí#)ÊÖ¹‹Oó_£™ÓrE;Ê뱩ºÕÔçvY©¡ê Ä6}¿–ÍI«5Ú­c܉ÑNsôf;+6ŸÝU•lBk²Ë:Õ%}ãf‹cxÔ®Réè¦3Z+[2—E·Î^Â툶©cöq·¨a€¡J®±šG޵YŒJµÏU3ú郉ÅýyMÚ–‹Õ<êëÖ+¥rx*Î{wšX"ç&L¸=©%sfÓJÈšÌDÍcÁš„5}~Jê³RùY 'ÞÛ¢z¯þø=4âo2W´#oS,¯íÒ*ž62Y=V÷ÃsöŒÌ÷ª¿î§fN.I,Q¸ÝN6b!É)ž¹÷Q—'¿Ì;ó„`œ[^5ì”w ±>ù¬lÆZnÚE“«÷’‚šôKf‹ÉàCÍcÁš„5í9)õWÙkÕëmšwÕíÏVd¯ 0“+ÚQ€‘´6‹mÂx×Oì—Øt&›~ÌÞÞ1È‹¥£f›Ú`™~?™í¦Q«C3bííUsË?+Q|©²Í6­É&îUÎXËMÛ[®’ŒØ‡M6ÃÈ8©W€o 5kBÖôé}þ*5?¥‰¿Ô1üAÿAê̼Ê:«s ä×?¨¯MÁš„5%ITEöÁéGhxÚœµ§xPm´tÆÏ®ï~P_³‚5!kÚU( Pûò‹kÝIÛÀÓP¨k+X€²¦|qà:˜—5çêÚ Ö „¬é“ ¬‚5!kúS¾… VÁš„5¡PÁ-X€°¦üü|<2 ˆPaM`MÀšÜnÖ”ôæ=¬ ?ì­Åƒ `MnskªËûÝ篇Ï.ò%íåtªÒ1œA%½y7Ukp{Z Ò„qpv1kªßß‘ýN÷É_KÏü¯A\E“ñ¨X€ÛÙš†%µÓË8ØÁ¬I”µYQý )ÓÀÅýi¬ ÀšÀšf[Óp'_yáÓ¡ÆC$N´5´ø³&IÙþ>±2:&veôŠUOoJoÕãÁ°&_?k"Mšý ]íÞõiÄþÇsß8½ïíö¢ß>ù³&MÝŽ…o¸Ø?ƾÔuUü9¯ÿýDN§¿VX,kê.úUñ¿[òÇo´î\ÂÓTM^ÒôT / vUQI²ÛËwëD5>­éWsGïÈìq‹ö܆øeÑ+£—?¾©Fgaƒaaa§?ÚþøÚ5ÿð÷í85Pòñ[ß}bõƒKùŸb7¡àÃÍñqÑK£_(WMpƒ9þxÝÚ¸™»ùË·Ÿ‹[µ"ê©ôv›Põ‡­K—._ÇûÞÖJ#Ö\¿5u¤oîH{µ#ýÕŽ´MþJR™àÓšî½cÁˆ¯K@ ¼È-9BjD¹["y;9ÿy'·““dxÄâã{'…ûîZønÂv¾„qÁ‘¼„¯ó„¬?ð%‰—‡©•ž¸ûþmlpQÄ‘Å9©j#Ö\¿5µ%?Û–üÌÔö™¶ƒ¬ž½²õŽe½?kúåÃßüHl¼zkâ&øìýY7sQÄ‚›kƾ<î‰ú²œ_ÿäé…½çoÀš€ë´¦Þ“¿êNÿQÏ´êžÕÓÖŸ5©k»ð77(ÆÙ—#¢š„ü~jvÅF¾ž/¦Fœ·52vçÕ[ÓöÂ>j$üm‘± ³gî}bÉKI¬—4÷L’­Cã}Îié ¿ó~ß#Ö\·5IËwoemŸVY¯Ò 0ËÛÐM‚”—Å¥¿õ÷É¢â½ë×EGÇÄÆ®ŒŠûþ¦Œ/½Ÿ<`ÑT¾¿,&6fÙºÕZËÕ[SÞ/6¬]õ`ÔsÓß ÎÍt˜ÛÞyqõ£“Ÿrðò»9^Er™^XÇ‹]µ*ê‘åï%6û!x<ž¿ÀšÀš®Æš”ÕîËÝ"ÍÝÒ—»uzãÝæPm‘ælé:¶¡¿ò7áS.§ €5·”5i“z³þ…J8m;ãKÚ*Ï'Àš¬ ÀílM#Ý|}kZÀ:JÛ¡KøU¬ ÀmkM•Gÿ“\è*ëÔÞ7ñ¨X€ÛÓš€5°&k`MÖÀ𬠀5X¬ ¬ X€¯“5\`Mp­ \kkÖÖ¬ ¬ Ö`M¬ Àš€›fMCªÁâÒ¢¼‚¹TùÇs&‹¾<_[­Ö¨ð0XXãdqáˆÑ0cÐî°kµšS¥E]Ýx$¬ ¬‰8‘“áñx†õZµvhH£TªeŠ¡~‘XH÷P]S q°&°&"+û˜Ûã&eT+”CrR¦~EŸT.®k¸@·ºÜ.~Q¾Z£Æã `MnskÊ<žF3UJò%©l@Ò'Id½5*ù'ó‹KN‰$ªê³þöÆóóèÊgŽ^¾¡?ÑŽ;¸žv‰_1¬ ¸™Öt,3•fÊ•ÞëK}ý¢‚ßORøEÁ™Ê²æÖ±D”v숿#YkTwüMä«3nu:=óõãÐ]qû°&àæ[SZF Íì“‹ÅÒ^±´‡|I§ÕØí6¡°—z'º5åè!—ËØš<îñ°ßàs>üñºµq3%í¹ ñË¢WF/|SÎÂM(øps|\ôÒèÊUlÐnþòíçããâV­ˆz*½Ý0ã®Â¾ŮkÅ­yjú~}®ªúÃÖ¥K—¯Šã}ok%’kæÅšŽ¦öZS¿HÜ×#’ö´w\&Y²Y-cæQ&NçPÊ9­©÷äÏîyà-np{žõ ¼È-9Þ^”»%’·ó« | 5â‚7"y lðÀw–$^ö¾Æ7*=q÷ýÛfßÕôkM\ïsÕ¢ˆ"‹“‹Ö‚$Àš€y±¦”£™55_n¤-UGw;É’^ç½âĬ)ùPRkš|_ÓÊøç^;)å S¯Í-Ž×:¼GC·C³ b7ajP±˜ Þwg8oŠ%<4û®|Z“ÏU¬Y¼úÕŸ&/và@ kæÇš§$“±·3~Á—+¤T•••†aÝ4kÚ7çµ&ƒWoM‹" Ø\îÊgïs•Ç=Q_–óëŸ<½ð±÷X0/ÖtðÈ~«ÕJv¤QjµZ¯;*• ½NãpØ?ß­R©ö'ï½fkÚùz¾˜qÞÖÈØi¯ÐöQ#áo‹Œ½ò ÝÞ'–¼”ÔÈzIsÏ컊ŒWÛÝ3Æ}¬òØ:4Þ朖Þð;ïG`MÀ¼XSò¡$·Ç}B£V™G†a-ùÒ°VÍŠ]nÚ›´Çår^›5Y4•¯Ä/‹‰Y¶ncµö«wƒçýbÃÚUQF=ǽÜan{çÅÕÆÄ®Œ^ñò»9³ïŠÿþó?Æ‹ü™éã³Wy\¦ÖñbW­Šzdù{‰ÍH¬ ˜kÚŸ¼×ãqËúûöìù´­µÅf³’)ÙíÞíq²y¯DÑÌã÷†Ï€5ÁšÜ‚Öd2™4 ¡ºººf[SÒÏ=Þ ëvþ~в²2'vÝÉb™ Ÿò3XlMUUUMMM”FÊ$%“ò kpëX“V«•Ëå===¾>åò¨Þ0ìù‹ç/WÊ‹Ùlîìì$Sâ®8‘Yù'þ¿ÖT]]ÝÒÒBi¤LR2aMnkr:V«uttT§Ó …ÂÙÖÔ/—¥g¤~–¸›ÕžÏ&k×§ŸíÚµûÏìßÐqâ„G\¿5ÕÖÖ¶¶¶R)“”LÊ'¥”² ktk2›Íz½^©TJ$’ÙÖÀM¶¦††@@i¤LR2)Ÿ°&ÁÅãñБÈf³ •J%“É`M èÖtùòåîînJ#e’’Iù¤”RVq1@­ÉårÙíö‰‰ öÖ&…B‘@°éèè‹Å”Fö¦&Ê'¥”² k\kbog/ÒÑ©½\.‰DtØ¢óý†††ÚÚÚêêꪪª n ”.Ê%òF©£ìQ)‡”Föò{+8¬ @p­‰½µÉf³ÓIýðððÐÐP?éwww ‚ÖÖÖ–––¦¦¦Fn ”.Ê%òF©£ìQ)‡”FÊ$%“½> stream xÚíÁ! ÿŸÖ ^¸1Bfðo endstream endobj 445 0 obj << /Type /XObject /Subtype /Image /Width 332 /Height 156 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 9723 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 332 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚíy|EúÿŸªîžžÉ9¹/‰$"÷ œ"¬Š°².^ (®úóZ—¯â®+º‚«âµâª(^(ŠQQCA@î+!!!¹¯9»»ê÷G“qœ™ !!@Èó&¯Ðé®§ê©§æ3ÕU3Ï Ñ47ÀóøÍ9AÚ„B¥Ôã·¨ë¹1PçÒ¶îÈÓ4MÿíKä¨s¹ü®‹\ðBÔõ¬þocäòŸÆ¶;ºÂ7æ=ùF AÚ(Ï?M,ÉjÌjͺ­ºÕ‚%YSÆ€/¿ßæ:3¨ÿÕîV¿-ºå7‘3/ÅŠ¢XXVÓ9>´În“e900pÿñ¢*(ªÊˆ@ÊPä^0Î7nÝ éÃViÄС[jr¤ ‹j>k¤äÕ¶[;‡SP5[ÎÑ“%U„°ˆ«R;Pz =ÂNWtêÑ7>à‡m» =1âxQ¥Fºw#§N•ÖrјÔ=¥S˜ì•§~Í®°;UÔÜ¥{rL ¹ùE/Ü=>Zÿqn~ÑèáÒR“—|°ÒR“çŒÙý¸áÝ„6<íjŒ7¥°®z>OÖ~¬–=xÝ‚%Y>Ÿ)\VˆÜË]Y–+š¦¾G׸“\gq„›ÂCäÍ¿0A¦‚ÀŠÜ“[wê“ä¿¿Ï{í¶Ä fÍZ½ykirþ±ýúy˜óà©|<""pÿ¯§¦M02%Üêñcy¯|v,¡O÷ÛÑK.Ù˜ÿèÜ›×ß¿¾J?óÌú¼ÿÞ™(;ê>ÿì'eHŸEWǶúÕŸlÝ[Ù5šŸ†ÏÝ?(:Ä pV\Túñ§»KâSïÝëj×5{»G„ôë†GGº Îf×¦Šœ])ÕºP=ÔëÇjü¨Á –déeÜK.X’5~Ôàšz»»• MÓ(k¸ß`œ{üJƒB‚=^l4P¤¦ÞÞ39²ªªf_vex¸Ù§Iûüñ9´7‡×}¼©À|ýýNçä¦vï¢Ož°äƒí©Ý»:ÚovÆu½¢NïØ÷îϵi½RþyK䯇Ê\5Ìé`ç³kËC\gf…׸>?0ÄüÇ['fJ•+׆†Þ<«oÞ±\ r±®ßrà/ö®Ü˜mNˆ›GÚуùíêM»ûyN7<:‚ÃÍ8wÍ®Ì/»•‹±]?>çd¶Æf ôxjX°$klÆ@ï¶\KMÓD×¼SѼ©Fc€IVêJ¶…Hå¢#Övæ`bÂA}–G\üë³Ã%šp÷Ä$ÉÍÔ:sh×­»ö>8k0lÝ—?¨ÿÕ¿œ8ùIFxæ›ãµ´àöSÍI=u_ýVÃ{¿:âeù7‘/^}¨HîžÔ™ò̧‡ 52ÿÚ$ÉËÔ­v«É:zTŽ!gwCyP'¦übíèÞn×ä¤ÈðPw?së”s¸ñûŽà¸»Ï®uVgS ëAó~ÉÙ¹·Uc…ÝÏ»¬~[?2ö›È}Þ{sýÃ¿Š¡Ñ`u(Ö<'ãXa²\s†Ý‚#}Žt4 „z‡×ýOâ¾YâV*ÇÉD„@NÙ¢†: Pãzi½þ£¹¥ÿùçˆx‰~ôɶÃUιs2â%€»7Ä9[d5æ†ÿŽ´O$ñìŽéŽ]{ýÔÿj}vUTænåv/Íü¬É=¬4íÚ³Ïc®¯Ïû÷í-ÔÝÊ}Ðyc[åd£),®û¬âão[J7«J… q_ý|ñˆç"Ã4ó“*H¥G5##øv·óÜu÷ø3<9yû»?t˜ÞÔàÞ·‚zxÿ±—WŸéžÒùоÓþÅ'É"ŸþôÈãSS¦^Ûg÷Ž}ìñ½L‚^CRLè ?<œÑá7 ²×çÍ\|Ìݰ)nøéH;¿]obaÆ}l¼5öìàßJWxï^éúG%.«ßÍä~ž¡Óœv«&r¦Úˆ@4Í¡iNUåN»U’M¨s¾}zê[Ö}ûôtm_{sÎÝ‹qÎ 1$w‹Ëújû;ØÐÀ°ŽÝ“dÅšX?„Wß÷¯CNF‚#âÙ7«ë5®×Û±þБÛ7îP9P1´OzG€DwÃsºáÑq}v-©¬÷¹I²Î{Nn¶UzZÝ*=­‡~Ÿï~ÆÃêw7ãû÷ïÿÏ­šùçyyÅU×§ÝZWlß68ú;`VMu2Æ‘ן¹ËÖ=0$BñoH{$À$K"ýþëÕR›C}'kU×ÔŸ>º}ì¤?(*³ÚÙ 4Æw~ÿñƒ· ý®µ¡B±=õí=AVU[YYï`1ÒƒÌá øaH»Åbµ›Œ†Ì‰Ó7|óÙ鯋eNœîpª6»óâ[5uMN¨`0…É 8íÆKA”dSd ‚ïxCÚ±ÎmŽðÐÀÉ×ÏðSÆ¡¨–†yõâ[O‘û˜– %Y”äÀpŸõâLŽ´g*ªë/g+×–™©Áåz. ‚ W©Áå¿Íä_<;£²¢ƒ‚ W …§ –¿± (ÆA®lPä‚"GEŽ ŠA9‚ (rAPä‚ ÈEŽ ŠA9‚ (rA®L‘sõÊÑBÛþS–#…Ö¢*§ÍÉZ»Ñ¥wÝ< =9"2ª%•œ¯ù3Ï>Û’ÊGdŒlF=ñô¨^?Tûøv>{Õ†ôÌ¥~ ×>ñ§¾ƒ3FdŒ4UåbCܛҖÿ>6%çÛ…ÂÓËßxcòÔio&/¬t.Í*\±éŒÓ©ŒïtÓàˆÉýÂ3{‡]{MØÍâ§ 0wˆ ;sªŸX•¿þ`ª]øÏœ4rpRt`cW7?wW¯Þƒ2Fœ|×fýŒ³þÀ=ÓÇŽ5jÐÉôü”KŸWUëñ‡g_ÛoȈ#†Ï~úÀÚ?NÑg‰‘™“3±–l˜6´÷Qco}2«±¹½)õDDF}¿dþØÌ̫Ӈ<óíéuÏ/¸vüèô¯+Ô ìzüƒe6ÖÙñO \þønŸ‘¹c ãS3GÈ9"c¤÷Œä?Pš=ïµú‘úC³±cØðü‚‰ãF÷NøÔÚýŒ­lë-c>là¸[,·5±›>qo+"2*kÑœ1£†õzÆ«Ç4ÛXl?[tÛ˜ÌQs>Ëu?>g[>7gåƒcÆŽ™‘1hÄõ®ò_ïÞáºgò͇k¿Þ[Õ-Vì‘dW”ÊZG­Õ¦ªú€JˆÉ(†#‚MåuÎ}y6йãbBLâ÷¤±§ÌäØèu¹E]M¢­ÌfŠ2Àÿ&¦©‹·ü¥OD]Þê×yÍÝÜçÕ·§¤gíó{†@u‘ÍoroΧɲŒ”C~óú”.9YsܶÚÃ7—ù9뉈Œúãò-/M»ªöäÿ’‡<7kùW/NéZ“ýæUã×å|·tK¼ó—ìŒPÙgg5›ºô»ðø ýѶe󦯂æí’O\•”l¿cÚçs·ÿ»ŸŸãˆÈ¨ÙïìxarrmÎÛ©ã¾*ÊY­Gfß_¿~sz×ìÏïœøBÏ›ïmJ7}:ãÑÖMoÿüÚ”.9Ys',M?±ùžsö%"2ê¦7·¿v}Wãs¶åspígÊ1‘P—ûEÚäù‡^ôˆ°ÏîÕžïL~1DþÙΊ=¹õCS "=]Vgw*”Ò É(‰‹Ý©( ÑæÀˆãžœºü õIñÑ¡†‹#ò…™©Û:Lš=eÂÔ©™€”¸˜˜îWéWËÊ«ŽÚçnîój÷ؘMùEñÁgs™l+(Ž’(SÊ¢âz4Eä9–_ZH pgDT‚ÛqÇŠòè}¸äL %>;Ë™%*.½üLî9ƒæí’O\|q]Ïã/ÿôPÇ`?Ç¿9ZDd‚î°[dJ£‡–—œhJ7}:ãÑÖÑâ3zÀc‡—•=g_""£²KJõÕŠûñ9Ûò9¸¥;VÞ÷Ô[¹Õš$C‡OT”zDØg÷jÏWä"´2ÛŽÕíÍ«qUÍ¡ä—ÔS„Ó:…wŒ 5Hi؇«ª·˯,(¯+«±ÖX}:ĺeßœ~lzR+-Ñ=øç÷{vm\÷mÖ²þK×ܾTÎ?ønCYð½<ó{õB™œW=º€~¬5¥³­á³/>²%1Øß±»ó øt¸éÝôáŒW[Íè‹û~„ë¸ym;ù‘[³öÎê­+¿IΧ {w½°Òñå/’j­Ž’ÊzQ¤¢B& êÒ5!Ü ®°áÁÆÁiñÃÒ;È’¨jìdIMj‡àð òö†Â‹²Ýï8RNŒ™öسKëòÖêçéõÀ»g¿Îîäžã>¯>6 êžåg¿'¸ºØá"=ÓðÂO“Ýͯ;yß>îÇÁsÖsN†‡Ê»ëœuÖY÷‹:¢yÁóãOmþ õ鈿ãƸ§»ùïkó ÷ë…aÝ4Ûï¶\7w¿§é}iF[>·XÑ:u€}ï?às|½ 4%\—LäýTž’ °Š«( ¡Æaé ’@ J‰¾§”PJ(!„„È ÞÉÑ’@²ºkºš *í'vGZê̤¡ié= -½ç ‰ïþNã̱ð‡5|Äì?-Z©Ÿœ³ú£Øïî?,cØÐÁ½wÈ£6ŸWoùè³®?=ÕwððŒŒ÷®È€çg—1z̸ë3¹}Õ«%OO2jì»&øqþœõœ“9£Þ;QÝXg«Ž¼3tNó^Oòé^ÉÑ—²ÿm€~¦±ãƸóÓ7,Ëf1|æ+ö·VßÙlg¼Û¿óñÌ‘C¯[|æõU·5¥/ÍnËçà¾ÿÔìùÆŽÊûê™[|ޝw¦„ëÒl¼(±°õÌÐÔÀÜ’jJ©(Ð~ÝbºÄ› !DÿPhàþÉí„Ucë÷œ²8Mãæ ¹Öª/´-šÑ–Q›»lð‚¨C_Ýìóê{Ò,oì˜Û1øÂ6:;5åé}‡eÁÏqkãÑV«¾\×Jýj^µcM¾noe§(±Æâ „ˆ) ”õÙ¢ Û}F.Š48ÀàT%¬Îêì´ûDMa…=!ˆBm !̬ﵩzÚH³ìqÉ^½ñYeÎÁ ­pxïè±s·6W@[-¬¶µn×,³Çš õV%Ð(õLŠ4Ë•QB8 ¼o×iÃd.‰D(!àpj‰‘¦Ç«Q¥-gá¦ýÞ £yôÁ ¶“ ´ö»n.CZKäy¥s°þ©q]º%„Ÿ.«BÎ šê÷í ?”BIeq)" ‚MQ;DÊ{r*P¢ry‰¼Ê¢˜$¢iÜdŒ1Q&ƒ`±)'Šª 9û½êªÆªfwjN…qBÀjWOW‹EA×9çd’*ë*¹¼D^cQ%4ÆÂƒM„ààP4A¤Å•u_lËÙu´äti}y­ÎªÔÛ”êzDZüª·Ö|ñ“=…Q ¢@‘ ”p€@“TUë¸hq½ÃñB%-4;¯À÷†fd‰\Øv/aLüÛ6# 6;¥‰œp`pNBÊkmÕµŽ7Öøf{î“•õv§ÆTÎÆ¬ŠÆÒ!&ÄhßüâÀ¡ÜJQ ¡¥ÎÍhU<ÞÚÙl²–½oR‡–×óÜsK.¸o—ªÝ¦ÄD×sëÅó’óŠyTˆTkÑdY,¯³[íjQ…¥Æâ¬¨µ+Šv×ÔÞ}S£E‘ZjU±Ú5Uc"¥‰1Áã&ńĄPJ5ŠBiµ£Ã…ØZoJJ‰Ï9ÁgJCZsT¼ç+oŸNºã³iÿ96®šËñî ·î1ñ¾êžâ=:çL5ñKÉúiCÎfŒ¸¯ÿ=êlFzŒÏj}º×J´ÖKh) E•Va”Àö#EQ0ˆB·Dó·ÛAÑ4£,Š‚ ” Tc"ã h¤¤Æn±©bƒU•1J4B‚L†-ûóÇõi¹KïÝxsÏÅ[^>›NðØÌ#¯À{3¦ŸÿÚ/ïM)iÌö›kþoý¢.9Ys'ÌxKOi¸méWއŸúËö>5ež«ž/»ß÷ÍzÆ} ¯] c]‹+aÑ͇^ôéÀµï ‘Qç;çx;éŽÏ¦=bŽ÷Ýî›7Üaüë×?éÙ#X®gøì ·î1ñéá÷}[¿¨+¼=%Ýct<âé=.þY~Ãü˜¿}ûù”.9Ys¿òUÀÛÏÉ ¾ß §ÇŒ™µü«µèé1÷ý-ç“ÆM©¶MŠÜhu;”[Ó»«¹Îê ”P Qì’z<¿z`ZœH©(RQ ú&ã\%ôÐÉòô.‘¢ 0”0“,T[œ¥•ÖiÑ-wéß¿–Çüõï@=û,»xWÙ¦ÕCôcs¼©1ÛLH€ÎÿY}×p€{`fZøsÑsøËœÿ€+²žJ 9g¦D3ðî g ~Ÿ©2amÁœOžF3bèí¿GÄ é1„¥yî]^kr 2 I ßy¼,$À@€øÈÀøè`ýÝ/¥¥’$H’ ÔáÔªêl=’")%”@QÊ.¬VuðUÑÄŸ&¦”øÄ3¥¡i -MÉ+ð™®0›öŸc㢩Ù#^>ü.&¾Â莇3ç•jâ3†ó’C›’äÂ#bÍ{Œ5u¼ÚâL7 ‹¿÷õ½Ww 4Š*ã€J%\Ÿ±%AÆxvaõÀq’@*5„¯·|ð†äí¬ÏYýÑÁ9í¿B“¹³Ã€‡?êÛnùè³ÃwÞÛw¥%Ø@:M|åÝG{ú´¿óñÌ%'Ï8c^ÿl)œÍñ¸®L!ªÅæžÐâQÿÑ—²ÿmޝÞjö-ƆDžw÷ À·úÉ_¾û“3V$ħ޽`…~RÏaˆ 6¯ÿnw=Þ&>Æ|âÓ½Öz©«µ?4bÍöÂÝ9ÕÓ†%ÕÙY¤I4£$$*Dƒ(È’EûrkvǸ„È`‡ª @ŽTnÙ“ÿüÜp©ivJÃÅLÃh+´$&-O5ajˆa póCï'y{]Á¡¾x1¾o̧?æWÕÛLçÀëÛlŒÆ8c\QPTMa¼CTã 8Ù{¼dlßø6å‹™ÑbÒòxZË?ÃJÊíµ$néªwÛIÌ[]ä&YÚ#â@nå°žñvEetm3ÆT (!œq(«¶&ÅS ªÂ9çp8·jÁ”ÔË!Fí0¥¡MÐŒq нsÛw¶·@]ŒOVÊè½?»ŒN8ãŒqsMãªÆªæÐ4‡¦9-:,P՘ƹ@ » *ÚlŠ ÅôRi "¿*Ñ œçÖ%AcLÕ˜¦iЦ(Š¢¨ªÓ©:U–$YTÆ8ç„ÀW?åÌ›ŒÃƒ mCä„À¼I)_ý”SgSd‘nSVUuhÌ©(Uu¨Šƒ§ÆÀTJÈÇë$F JÂáA¶!rèŸ9ášø×Wo?zªB“I–EQ¤D(ˆ PƒD%²OW-Y¹YËC7öıA ‚xÑZºapPGaõ{{&½= {bXdhH`€d2ƒêzGYUõÑSÕQ!–{Æü/qIŠcƒ mLäª-¿³øÓû÷ð¼RóžÜ肊ŠÒ@›Ó j¬¹vt·ª‡&”Å™ëOŸ8FÂáÀ HÛyUÞ;1I]( êÚí®äN?sû¿KfŒ—Ÿ:™ƒ mlMD°ÖÖ·2ëÇ\ÉöP8PJ¢;Æ&&Õ~‚ƒ mOäæÄŹ9µ•å„Fjö}K¯8«JK#‡àÀ HÛ»]¯)Z“”Ö+$"‰š®he3MF~v…Ž"GÚ ^ßoÁùô‡¯­Þ¡2œs8Œéßí‰ÛÇ´­P¡ÈĪƖ}òÓSh”5NTŒC­U}úkQärQ&r€Ö˜Çs +;Ç…QJçhÜük¾“‡ döIÔ (ri}‘³ »¾yoîÓ+6¬{áÎ8pÎ…S劊 v§B ጣȤÍäœÃÿ²vnÜmwjzµ„Î9ã 2ШŒh ªkê uî Z| iïXíÊ#¯|³ÿdé³ÝÛ8ãDcàÔ Îbçκ´¤HÛ=+ŸÌì×sØ ¾ýûyò®óæ ùlå%?Lè³pÕœÉäÒÌåEeµ½üMj—„éƒReI€‘óÿëúýÿÉA cûw{töèòšú†¦Nwß´¥5ßmú%%Ô ÔŸ¸wÄð‡âw=7.Ñåa}Á·× ½môË?.¼®ë%¼@‘#mv!Öä»þóíã‡õé‘w¢¸¾wRè+Þ$Rb@–Y¤&Y Š«¦1B€5¬É_º{åÝk³»KŒq! ëâU÷§OüϳǖêW«O¬™4jÁ´7·?0®#»¤Ëx9ÒNYµáÀª nºvXP€)»¨Þ ÂáüƒH$ ’²H$ÈH"tŒ r¢ ,!ÊLÜÞŽòa©å@RˆëÏàN±”¦œyæ[¦täQpMŽ Í¿YoöÏ“om\ûóÉ™×T@Ê+³qB)¡€p ŒƒÆ@c\e\Ó8Î9ˆu(ªÉ(r·¥‚Gµî«ˆÛ&uý`Ù›õŒó{Û• ÎäH›DSMÓšmîp*À(wjLÔ(wj5•)7IÄ(£DõÎ8P0ÊRIE]ǘPÅéÐ+¹1*ðõe÷w Õÿ¬Í}9 j†ëêí¯m±þyà°âæ÷2]ÒÉgr¤m®É90ΛýóøœŒŒ> fm’@íPoÓNWØk,ªÝÉT ~¸ªqMãc’HCMï·oÄÕ]•Ì[zÓk3:^ë`œ;ê²Î\6mé=ú%` ÍëÇÙ»™w¼dg¼%ÞºêÄ™i_÷ë-|SÊͣӺę—~¸uôЫS;Dÿš[•Ù;F@¤D@¤DˆHA `µ«¹ÅU®?`2H“uwµ?fÉÊ3OÝ;~˜Sø¹,ÓÁu•3`ºÅŽ›ŸoØøÊ]—*T(r¤­ª¼å»ëýSã—Ü=vá›?TÕ$ ½ºãðÐóŸz7bŠ‹¹~xêàôD€ß5ÛwÖß¿šõwwŸôƒÓ%giУ«<êa†"G&Ü®sÆYËë‰ ^vÿħWlÍÚX3=óÈzvfãþÖbǸ¨ÆŠå—]V±B‘#mv"¿@/>ÄÜ1òµ¿¾¹z38NÎ9i€RJˆ,îS…¥ºv™½¹EŽ´QCËïcŠ¢hšªªÚ´ÁI1¡ÒÛßÖVVTêW %”R TDQQ’$JÛÞ^5Ši£"g¼e·ëªª*ŠSQTUUô=âLN©ªªdœQBua‹ÒÙ¢(išb0È‚  ÈäâÌä-šÊ !ˆ;”ÒÄè ¦iœSBý^Ý­€@)½„[h(r¤Íä¬E390 ’$1&3ÆÓTUcš¦1sJ© 4üG)ÕoÔ[Ø(ŠAÎc&ghFÕ'hDÉï'¸3ÞV?9EŽ´=€šºZY’ÚOŸN…4ï=ì(r¤a .Âxôda¯îÚO¯åÆE˜$Š"GÚ‘AâèiŸ¬Û¥8µôn‰Ã>Ÿ;ÊÁëɽaü€È üÂC¤*VÛB¦°e硵?Ÿj_x0mÜÀ €øpüÂC¤ Pšg*2щ£*´‡¯.–( ÍS8Ši›“„09! #Ñ$0ŸAPä‚ ÈA‘#‚"GEŽ ŠA9‚´+‘ûüü*A® !(r¹¢§q×ç] ‚"G¤í!Š"ms=‰ Èy‰\t‰¼ðtFA®0 ƒ(Š"Ü{÷< ‚\‘"ÿÿÄ„nB endstream endobj 449 0 obj << /D [447 0 R /XYZ 56.693 815.761 null] >> endobj 370 0 obj << /D [447 0 R /XYZ 56.693 343.772 null] >> endobj 450 0 obj << /D [447 0 R /XYZ 56.693 323.902 null] >> endobj 371 0 obj << /D [447 0 R /XYZ 56.693 129.862 null] >> endobj 451 0 obj << /D [447 0 R /XYZ 56.693 109.991 null] >> endobj 446 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R >> /XObject << /Im6 439 0 R /Im7 445 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 457 0 obj << /Length 1503 /Filter /FlateDecode >> stream xÚ­WKÜ6 ¾Ï¯ðÑvÉoç¶‹MŠ4mƒ6 ôÉÁ³Öx”µ5­-g‹ýõ%EÉãñ8h‘ödŠ¢DŠ4óy?lî6¯Þ¦Ì+Ã2‹2ïáàeQ˜å^ÁË0N ï¡ö>ùwBúEôÇJÕû bþøx ¶QÊüÃ.Γžèº‚Ï?µ[ÎÃ2Méð/Õ¨e;ÛÛ'-OJ¨5¡÷Aœú'µc,jƾBÁáYôO/blPlä^6f1Ú˜äy˜•%ÜbNç`@^ø¯è“¤xbóæaó熃ó¸—f {yÉÃŒEÞc·ùô™y5ì)aRÞ³‘ì¼”³0Š3 [ïãæ× ³Žb‹<…%ç)Zã.O²0å™Ü!ïÓ–3Æf¾x4O$ƒ×ðÔ7à¤^0¢_Eÿ,TMNœ®'ƒX˜§¥ !87çÜÚòUkîªTRôpŸ¹¾=w¢–ªUCê•Á:¢®.ŠjŠ‘Up¬öB…“!yXÆ1r/Å€wdåB0žvq–)Eqfþ`‚€Õx ¢v¢Œ&Ú‹)ŽBÝXIå;GôD˜pt•ªJæQÕÖ–F î†ë „&&¸™ˆSíΜ-‘ödõ¤GѶÎСÛµ,bЭ؆*xи±elrP9s”ÞÞbœlˆ19@\<"ðÍ긲£ï4Òr½dpcVÐ¥‰Ì* ¸p•'YUFþpj1¹}_½ŒÄìFóbà ©ˆ°ª%dXOB ’-í׎}ñÌóŸ™ R˜›{!TŠ–]G¾FÓ0ßO{D\R˜@¾wqœ£ÝµÇT/)fÀž”> &ž?qY\ãÚ.Jc:lG98‰j±à‰ï6ÐÃû¿tÚiØœ½¯¦ëmKÎ?!(@K.Úí ²^&Ñr˜6íÏÌXU¿ÇQÔäž*åú©õ8P8HZòM+g­ñö<Ùþ<•Zé²ä¢•އF´˜3Sw¼2¯1s‘vÍ£×Ù¿ögœ°eå÷üÿ ’L`ö endstream endobj 456 0 obj << /Type /Page /Contents 457 0 R /Resources 455 0 R /MediaBox [0 0 595.276 841.89] /Parent 452 0 R >> endobj 454 0 obj << /Type /XObject /Subtype /Image /Width 902 /Height 529 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 46314 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 902 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|Õ¹÷Ÿ3e{Óîª÷nËEîEî7 cŠIH#PÂå†î››  @BrÓ \0Õ&`ÓlÜ .2¶\d«Z½î®´Ú>õ¼Œ´^«ØÒJÆí|ñGÌîÎiÏœsæ7Ï)ƒdY†aPEõú‹@ \]ÔÕÕ#„oŒóèÌnDQÄ˃1ÆS@ †£G‚A)¢S’$Y–¥>„%)Q¥@ „èô¨"Ié>( “A)zT’$ñ\úªRbS@ B’4R2ç EQa=*Dpß“ÿ"$@ Œ />¶†a–eY–UœžÊ÷ EQ²,+z”çyžçïûŸ4±ù>ü±@ aùå»{CŽòß?¸<<¯|´Zm[[›"F9Ž»ï>¸ÿÞï@KGÄ §iÇÿzË·Ë"/ ¼,rÚØŒÄ…ÇäÏ&6%@¸lquDI>Ï MÙ̺o8”ݤ€¿¿öú³÷/Õh4jµZ­V«T*¤×ë9Žã8îGϼwÿ½ßorú@âüÍ»þîØÿ³&äÌ™¦5YY•šF¨Ééywã.Wçÿà-5E QM“ O pùèÑÿTñ¶óœS0u‘Õ¤Ô—ßX(‡ÛÿÕöMÏÞ¿T«Õ*´{.©2p¯‰Íc8üÛ9óg<ú³»c4b]£ÃÕî›ÒîÅc žš¾àHñ¡Wž_.Nþ~åé#¹fÏZùCrí @ .:=A§ÛWöõöEËoÎOé÷œò†ÎmŸ8jòBˆ1i¿áP ‰Íç8.¼à ™Í把Š`0øÃ_þãŽ{îó‡å¼£ON|éÉ T°$SªS!¹ãŒEhõîúM… ïIÍHjášc¼u÷A°ZÌ“ G@(Äí9X€ããlãGç&’æVGå™z^b,Æ'ƒ¡…s¦ÑuÁ€µ Í‘šuþ#cà8n÷£³qê„1ÏP9©™éɰc_±,Ë‹æL©zv5Bhï±úÿû²bÜèœ Ê…D~ì+,ÍÉ3»Y›`3¬þ¯õ³fLŠ ã^oP«mhži€’š¦èTid ‰qöSeå?·æt­óÙ·M),¸H†zkó‰ÃUõ ÍmoþòF–¡oûåú…³§ ?ÏÿóÖ†ÂÃÏ¿»Ëô8”¬¾·­ô@YCVªô›1Æp¸ää’)iÿqËÂx«>Ä‹¥go~y:;#cðªt, ­Ü÷•~#n–û¿ýëoiT½ ûø_¶€Åd8¯å/^•&®(„ ÁjäóÍË(„üÏú òàó õÑæ=}{NüðÖnYÆPQ]û_ß[hÒ«ÿ¼þ@\Bjd¨0‚ (v¯¸KR¹ç;Þ¨¦ªëš–ÍÈ ßª1ÀñÓUí×Ô‰c]g§çèɲ”ĸ¼œŒpÀ²êÚŸüô:‹AóÛ7ö¶vø&å%õªÄÄ8޾*.1ôÚéê,“×ÐÜæîòʲ¤V©³³R«jžºçfX¿ýæÖö™S ÏfLƇKN‚Ac•ŠMMJHKIg‡»¦®ÑçÒ4•ž’X]׎¡±¥=ѳaçi‡;k“1nwvÖÖ7úƒ!†fâl9™©£¡…Ÿ[s¤¼å¥ GŒ*êãçÖ­hýÍë{z•:œç}'÷³ÔYÛÖ\ß7øËëKî»a|،붜lmwÅõ¨@YÆnwgѸ9®®Àñªö“3²’Ln¯Ï翦³Ú›Ê×ç·èYãS=~îg¯n5[¬ÐÇ{ª Fg;œ FLŽ.n  &Iò¤,ó¯ï¾^’ñª^þÉì“gÏ®;h50}M÷ÒGh$EVÈ_ÿs×S?˜yÕ>ùêë®NÔ5*#5iïé&Ÿ?0.ÝÝbмôÞAQ’pÃD‹AN";9¦±ÝóÏMG 2c§ŽNzoké©:gjœ™eÕßxô±µEðÇ 2ÎÉLUâÄl6ËÞc5-ÁšEc¾»r±—6K\è‰{—†qÝ–NÔiÎ!bÛI–Að?v×âNo诙^|ãœ|Q’?ýª ÒÌ»ŽÖ59¼«Ü:Ô[ÊGçe…Ãz½~W§X†IîqS… å ðGÊ[n˜“·i_E8H?¹­Ü¬tV½[:Ý€yŽ<÷çŽç§&cF•:äòŸ©kT2¬V«&å%êµì–âêc•m &gÌŸ˜±~wµQ/†éþºñø¬± ½òƒ’rÝßè4¯jc5:enzZ’ÏïGB`Iüã““U0-%|ÿú‰Þà»[Kç¦÷2Y—"îU!9í=ÖPÓ⎸jm£F¥§&µ9;º=&j•ʪ§»«¨WTûŽ7¿’{â%%\Ë^Rù¼÷ô’.™wvÒÿ—»ž?TœÝŠeü›»~öíy1F-txƒ/¼µ+3=-Înõø~½¤Ê,w¿P4<®Ï gç’ÇÌú‘ƒ <òì:‹Z\6®MÞ()Ñëôò“SC›|‹uö¬\óø¢ù<öëÈ€µ#IàóýU7ÌÎÿÞõÊêœgšÝÝm•¦þ²:×Ü io~q|æØ”ªÆŽÖÎP|²Ji,:½þë’š'‚öoÀ­½nDLsº/¯?d·ÚRbü7ϵ`rFrœ©ª±ãxeK§7(I2ì;ј—“a1•8eYötyí‰+‹rôZ–¥)å®o3PÚ´§bëÑ&{ŒEÆ\}Ck8†È“‚ NˆúlÕþÓíÇ*Ûþ:jåô‚dåߨîùhO…ͤY½° Ö¢…¸pÃ÷ùüjÍc_H(9Ó’×ËPïm+]09ã–ù£Ãßô›Ûš7`À‘)M3G*úÏ3ÆECßà@£3a3>^Ÿ‘l“Öá-kºf ”Õ:[\¾@H˜=>õ›JÎÏ¿¦%©W~ŽœhÈÌÊVì)E n÷;œ³ ›„$Ë¥µ®~+Xan<|~ zßɶʆŽZ a·E/ÓÉÓèl…LILòz‰ö´•E¹‘WmWIýÈÖ¨î{•x6+ÇO’Õ7*^Š_©äöD¸–½¤Š¼àÉJ3¡úL?O𾡼>È‹€Îz`òb8žp¨³Œ,+æ3J‹ ÷ã½¼©¶ù?Õ¬¬ýû-9yù ÇrŒîäéò8½öŒ`ËNT¦UÇw¼þ!MÑdd„pÍJÒÖÎÀÑŠ–Iù‰Ÿí¯Šô,%%$lÜ[þØ]E?]3]¯e·:ÙR¨ˆ%&TŸå&w@«Ñ¦§&×Ô7üòo;'äŧśïYQX˜ÿäk»0¥@ˆ ÇÙÒæ˜3.iÉÔ¬m‡k6ì,»i^þ’©Y4ME:¼0Œ1¢P8 (èÏåØwJ‘7Àk5*©{¤d|¶Çðúé©ÚÕ  ÕåûüÀÖ¸¸Ø^†ryB›V¯(Ê¡R²Ñonåžùò¼ mÆpÆ—gÔop–fê;ø^f,>ÝÎðÖâ3SòàñoŸãžœ‘LGQtßüüáƒ#ù¹Ù ×éÊë0>'^äŽÔÖ7QÜ]^‹Ù0¤«3Pë¾(ø3êñ&ö¶ü¹RÆò¼ñÉ}¯B0²5*,ˆûu‡÷;ß­ÿIp˜ Ü®EØžÉ+ç_;?cêDÅs)ˆrd¨¦|ßj¯PgG{[ë£kçYÚoĵÞ=OYík·F†Št+(ôö’ö]8¯ŽÍ•Öé Øò§d9ܼ5£²µKŸ–¾xñR‘ÑüÉ–¤1‹ W-&+î ׬$ehê½íe'Ï8NÔt&Y5á3,fÓáÒÓíþÉù‰!^Ü{¬>?ÔP[ŠÇãËO‰‰·¨JÏ8ª›:'å%˜ôjà›I»hJ†ËòzÁ`Ð+Ïš C€?$¨Xº0§[QŸn¾}јëgç…xÑâz}SSK8gç w1 ]|ºåöÅcVÌÌñø¹éÉ ,+é+ ”žD9Š‹µlpÞøó÷@­VÓ]ÒÈâÒ4½~Çé%S³†Rº¤~sÛé J2ÎI±Nʉ[Y”N—¦¨~ó|N–ê7¸ Jã²{›ñËõŸ~U Ë,™œAÓÔŽ¯k”6@¼Õð½UæOÊxÛ©‹a:I’ú^VQ£étÚ†&á« EãRÿàâ=%õ¦žüâ;‡ŠO7þê T©ŽUµÀ²ÙÞ7»0-ìñÈò½üý^5j€«uŠhiÝR“e™~£º MÈí‰p-zI#†àϳv>|2`à¾øÈ±ó$Ñ+TccÓãß] ¬gzá­]€áÑ»ç)«þçõaIÚo“ìö’ôH¦ÓW‘‚Ébëøüþ^fÌHK5 P^Q5R|~ Ê'©4*õáòªÛL•ô§ ÅÃtpßü$'%†í–“ñê¿KÎ4»NθyÞ¨/¬iŠ2¢†puª`Žú禣k¹cÉØm‡kÆdÆr‚HS”Þhë×ò‘ TÇL&ãˆ×(ˆô¥Ð4Ý7ªöž1 çŸÌ%%\‹’¡!,ã~–7 ¤e Å b—Ÿ€ÞÚeµÇ+®gÒ«S,½Bõò’JHHØ·oŸßïô÷ïßqÏ}õmî^I6Vûkv¬^6£¶²<1%m̸qH¥•öDiÏó£òÿïß&šŸ=i©„kM•=vB¥bÇŒ éóù+ªÎÄÄX2ÓS}þÅw-–µhJæ£ü’ÑYu}Ö§—ž.ç8~Bá QácI”N”–ôº¼Ül%Ά¦f.ÄcÀ:%9ÉhÐ;œ®æ–6I’Ì&SvVz8BQÏÔÖûý~F£R©ºº<éi)6kŒÛãimi†BBññ± ñq‘1¤¥&E¦èvwµ´¶‡¸C31VKrb‚(ŠáA8QZ¦×ë”Q桪©¹µ­ÝAQhÂø±å¶­ÝÑÚÚŽ(Êcnw¸LFCNv& ”g%Káü÷¼_3†3YQYíóòó²õ:ÒEž8yZÆò¸1^¿ïb˜îüùQòÐÖîpu¸yž§(dÔÒÓRh†ÒÕé·‚ut¸Ç§šI–WåN+HþǦ£Gk¼q±ö~M×˼]µ‹T£::ݵu J›ê7*„Ðùã'áÄlÐlþdà 7½¿nÕ-]¾ÐðCùÜÉÒS,C'$$˜ÍfèêêjmmMOŒ™Q˜ÿÕé¶ÈP ˆò¡/ßûϵsŒF£Á`è-Ik[:{%ÜZs¬ñÈ›-¦­ÍI ¾™sçÞtÓ ›>ݼc÷~„hQF5cõ“äò½8^zjÝ‹¢ÐG»Ë·|Ý”š’LlB¸¨oh¼{Iþ̱)j–v¸Û×|Q\Ÿ™‘6ÐlLpšӪY†úòÓ )£fFNCÄÝåk,Û¿då-‚(‚Ü7 $GJR¦?£÷G|ÆxIàCþÎéó–ÔÛz²¼ä&€’§òæg.nª8 3Å‘™:B_ÆŒ¾ë7†X»-%9‰4ÂeBjJò›_–ÿq}±ŒeËZcb2ÒS•©¿Ä8ÂÕ?ÒjT‹–ß¼íó>mÑò›9^ †øo>T_5—4!g²òSBδƒ'¶üä§OÀô™ÓdŒs§™©C À˜Ñ£ÎÓ²„KErrRrrRDÏOô(pÕ©Ò g5ëW}kÍyÎáÑßã³üæCõ™¹°—4Vk˜}糃<™@ p©p¹}—s(„¤£ŒÎ6ï!×@ ð 0ÊèìG’ÀÇÏ­ép9¸? @ Å?ÚÔØð÷¿í I»@ .-L¿ß/)@ áb€úÛÉŸxI @ —"I @ —2pO @¸Ä ÙKš‘™5vÜøÂ  'L|ùåWRRÓ”ïÃÃ$2þiÓgôúµ¦¦fÁÂE‘)ʲüÒË/5•[n]ýþûï‡?vttdeçtuuT)B)רÑÉ)©Êñïÿü ÃŽHÞ22³-^þøøOÄÅ'”••E‘è`,±íY®ææ師«+1)ùrÈ@ „A—tóæ/’•ã9sf‡O)ßjdü½âT>*7~üÆX’¤—^zùá‡Rkn»í½÷ß_½zµòqÇ.Z¸Ðd2)q^ôж­[‡š§püyyyo¯{«¾¾þ·ÿóìÎÛívûÏþ ™â?þ¯½ñá‡`(®/F³bÅòõ¬ðÁ*++›[ZæÏ›vÁö[ŠYEE=üSŒñÞ½û&Nœ¸wß¾Ù³g·¶µååå Õå†1`Œq}}ýÿûå/·oß–˜ðÜs¿û¿üå_þüç~¿ —wÛ¶m:­në—_*ò4 oߊË×Ü~Çãÿâý÷?øñ¼oßWŠ—ô/¾h±Xàç?ÿÅ»ï½w÷ÚµáD1Æ>Ÿoñ’ÅO<ñø®]»÷ûß¿ÿÞ{½,?ÔàýcìõzçÏŸÿä¯=Ô¢…«,ˬá\-Z¼há‚ÕÕÕ·­¹ýÐÁJ @ . Iz~>ûô“Äžõ^ìÝ·¯³³óžï~Oùè÷†ÿÁC‡æÎc·ÛàöÛ×þúðˆ”üö5kûù/|ð÷?øà–›oŽÔ"ý–"//¯­µÕãñ..~ì±ÇvìÜÉÐ̌Ӈ“‡ƒ‡Íš5+1!î¼óŽ+W ôe˜qãÆýæ©§õ«_Ϙ9cÑÂ…Q$ªÓé&N˜ðÙgŸUUWO:%üý;ï¾ûé§Ÿ2 ëp8TjU¯PZ­vÚÔ©ŸŸßØØØ7Ú¡¨ª°,;Þ¼áT›.§ `Ì`jc8­ììlZ]SS“““C:@ ® Iz0Æ“&Mü×ë¯p.¶û€eG*ÎéÓ§swôèÑ >\÷Ö›ƒ)ÅôÓ7nÚd2›çÎó»ßýŽe˜Y³f}Ã,##cû¶­»÷ìùâ‹Í¯¾úê'›6EÉ­«o½ï¾ûðƒï‡¿9pàÀúõë?Ù´I«ÕþóŸ¯UUW÷UoÊE!Yîí¿Œ"ø@FÖjµýî {1j£,˲,S‚(’î€@ „K5н| zýþ¨Ìš5kÿþ%%%Ê£“'Oâ!Ò7õiS§8p  aŒ¿Üòe÷2–ž3ï&Ï Q$´úÖ[ûù/¬Vë¨Q£SŠYEEøÃK³ŠŠÔjµÁhüô³ÏfÍš…£ºš>mÚ¾}ûZZZ0ÆëÞ~{ö¬Y}Î[KK ˲+–/ÿÍ“OžŠàù¼µoPÕ.tÃ'K’´aÇム‚‘‘ @ \d¾ /iB|ü_ÿ÷/þçÏxž—eyÙu×3f¨‘,[¾Bq\Àî];ÓÒÒzèÁÕ·­IMI1[Ì}Ï_»ö®ùóçÛcc?þèßCJhõê[_xñÅ'Ÿüõ KQ4kÖÏûùìÙ³ ¨hæÛo×fefÇ\©©©OýæÉ[n] iii|åå¾ SZzêégž¡) cüôS¿a˜h® MÓ÷ß_ä7 æÏçíwî¼k­Á ONNd"Ue˜I˜LÆS§O-½nY0üËŸ_%I @¸T „„„}ûöùýþ¿ÿïŸ_yõ/.'pGLC¸ºá8®°pBYÙib @ ¾IÔj5456üýo[uãMF£Ñ`0Š@ .1ä…¢„k•Juúô)RÕ @¸ ^R@ ‘¤@ „k2pO @¸,%imM51 @ aÄ]0v°’tÖœùÄ^@ „GÙrtP’4ð{@ ¾Èò&@ Â%†,o"@ \bˆ—”@ @$)@ áÚ¦ÿ{ ÷@ „K+I‰ %@ |c{@ Â%fäî9ž«­«iw¶‰¢€•Åûc†aôZ½Á`4™Í ± Eõxcш—Šã¸6G+EQv[¬F­ù& ‰Ð0íF ŒîNV«¸æ{}>¿Ï—p%–Îçóy|^{Ú…ÌF“^¯'×pIøúÈ×Å_’$i°7]†™:yÚ¤‰“ˆé„AIÒá«3µg¬1Ö‰¦PÔ9.XIQäy®¥µ¹äèúÜ Ú¨iGhítJw½L¥§~¿ŸøðGW‡#Öçñu557šÍ1¢0`À R© Cñ¼ñ£›6öQ¡ˆ¢(½^o2™Ô*5 $üÌEK—,%‹p©EÑãñ¡¤¤Ä~OeÙÝåfh& jµÚèD¡ ýöÝ €Y†5™L£€®ÎŽ„øš¦{:©­­Mwq$©Ïã ~Ÿ…@¥Ñè Ng¼Eëtw¸:\!.È…B‚(hÔj‹ÅjµØŒF“Ïç=UVJ3tNV®ÅC*ùeEñׇ~ð–U ¾…¾üÇ'Ž´$•E/ÅÉå \…’t8Þ¾–Ö¦)“¦…¸,K²–eY E©UêìdGvlï/º¶jã~íoý­!ÎÔK$jJÔz”fh›Á ÝÎJÔÞÞ¢Õh‘ øüf“IŪ°Œq(òz¯0Vi4jFƒP(¬©¨°ÅÅÙãã‡Yºº†Z_À7yât•JÅó\(EXVe6›'N˜"Šâ®=ÛõzÏsGûPã?X¼ßn[´p‰¢t»½ØgÝÝ}U¯.KÅ'Ž,Þ¿pþ"ÒîTSSÍñüyÎѨ5£Gù|c¹¾øîÄQ7Öß=jé)@d‰áê’¤áÎiÙŠë•áƒÁ<2`Y–»ïN P ÐÜg²ï·ì£U9fûC µÝãoÕYû;ŠyKøZ;´á ŽçUjµ Šá'R€#þBÝÇcY¦h:Äq†¡KRFåTRâyžeYN‡…Z¥ÆdËÂðˆ¢ÝE¶ ˆ¢i£ÉÔé9gœ·ÃÝi³ÇB¢$ó‚]E•dH²ìp8º=?ÿÙmv ay¤Z F“‰ã¹æ–ö¤¤${\E#´Ó32}>_}csRb«R Ïp’v¶·»].Á Šb§Ëc·[l&­NÁ@ t:¬J¥Öé\Ž*mimƦO)âyÎíîdš¢h•J’e9 ʲ¤ÕêŠfÌéQŠC¾dUÕU‹.QÄ®¢D1VºÃ³Ÿó(Š7®ð¯ýuÁµ$I‡ÓîBYÙ¹êvXt{K¡çžÔã% +ÿ¼Gtµ|®1$ÆfÜæm?ånùÜœ´’t¡„«J’†Ÿ 9.Ôë`’TìÖŠ‹0î‡tòîw,™ëT†g[2¥s°'ØñQG͹‡‡ö|ˆ1…¨@0€z–I!„"5iÀ1Ü kµZ,ã(MBŠ7”eYQ•ã©ruºlGQ­ÖŒé¦±cI #DAíãY’1%›Mæú†z£Á ¸Ç€çy,aZÃs<–eEžD‘=Y–ƒ,Ë6›-òîÚã,À KòH MbeCÓuµu¦Õjº[½Œ£Nš …\mí:½>àó«Ôê¬üQ*•*ܺYVe2[blö¦º:.R©Ôí-­F“IÕüwWg»£mvѼ`0 ‚Z­vwuÖÖÕúýÞPˆ‹‹OLL¶Ym¡PH–%F¢0ä_Q† …‚÷?pä÷zåOç.-ÅáÊ Ã0’$]SK6‡ÓîBgª+/à%ÕhÆŒïu“>ÎÊç“Gß Ë¾ø¼›K_0'® ](áê’¤=ìØö岫8Ž \X’Š`P†ì{Å»)xuzÐùšJ?$Àõ£›0ôû „°ŒÕ5¢Ô˃¢V«Y‹e,ËR(Äuß5‡Ž¢>Ã2T9Pþ†Ïñ–—kþò§¢{rDðà~<ß^RÃQE» £R±¢( *•ÚfµuttÄÅÅ)?¹::âãâ$I²£[êX”ÇØát€ò4ØÝ¬0ØívèÜIÚÓ`­1Ù,Ÿ§…B/OÔP¸¡¶V­V <¯R«3rrz¦†w«TªÌÜœšÊ*çÕ*U]uunAAï CƒHëäéÒÅ –òŸ/&Æ*Š¢Á`p»ÝÁ`P«Õúý­FË0L0¢iÊï÷%$$F—=¥c ±v{"tînn#8—4Üf† /,`£½íû<,cÄ çÓ²²B555¢(fff², ‚ œ9s†eÙÌÌÌä´´ê²2V¥’EÑÛÕe²X†”–»ËmµX†ñxÜ*•ºäø„¨¹Eó”_‹¿>¼tñr‹Ù’$)zT–e1*Iö†¹ýó…T*6|¬<ÌD(oDÚÝ@pv=Sé®M!Îér€ÝfO7è .#@#¬IU/'æ} K.†ÑbÜ•8úvGÕ+iS^#½(áꑤá>= õ:¸ðíJ’"ÊÿÀ ƒU¦bV+c$' ,bì—Å.µqж¡gÈ €„%޵¶·Ð4m2Zpw'Œ1`¯ßãøhš6̲Œe,w{p‡.I#=£555………‹-êêêRN8üÐÃIz‡9>Þõ~[I»+ÿϯ’EN„舢ÝEJRÇâB*–¥hÊf·:®Ä¤D·Û”œÄñ¢×çUkÔ4Máhî1`@Øát•/=š466–d©¡±QYòÎÎPCŸÆÝ=%½×£$¢qz”ESŒÕÕÑErQˆx‹ÍʪU0/ð~¿¿¢²"77*++C¡Á`À€YµÊb³º;;…ü>¿ÑlR¡ÚÚZ33³$I¤(Úér:Î9EsñÙSA¿Ï‡e wOR:-Y„¨.Y÷ Ñ¿ÿퟑ4F¸É~ä¡ÌÔî}jýÙ<ÿ»{Ý H»»€$E€ò8îýQ\vî‚gž2ÅXeYv»œ¥¿xâã^^øÆ¿L±vŒa¤ t—8«_u²M~MæJYu"Hí±w4Ÿº±þð=ö쇉¯”p•HÒ0;·o]¶|Uˆ …)I»Å(RnT=S”À(áLQÐ0* ëîíA×ç:Û2­y¢´‚@³hè#‰Êh¡Œ®v«ÕÆ2¬ÓåˆüùÄÄ$ŸÏÓåqk5ú¨þ{ Ü;Ž'NL™2…çyY–ëÞ~Çóù{3¿Ýña[¥ËÅ£÷þèè½?CnîÄ¿ýÕ<ô„ÁE»‹$66¶­½Ýn·‹¢¨Ñhi†v:–‹²û… @ !>ú}ò»= ÅÆÆFît£üU´£,Ë111æs…Zt;Cõ{óÆ#¾•ßçE‰‚ Õë•—ÌÌ̪ªªP(TQQÇi4šŒŒ %W:ƒ¡Ãå¢iÚïóµP-m-'Næyž¦é†ÆúôÔôÈ)@S&MýrÛfw—;<'?¼I×K™>õ§W^ýá}ÝÓI_ûÛÿ€Ñ ï‘Sú ë“v7´v‡ì¿÷Ç…ß¾gôÌ"ï‰íù!Óé²ùÿùŸ§öìÞ¾öî›¶luMXö´~î¬|AâqÙ 3'¼* µI¬:d±¹pÅFWý‡MG@1f{Θ–“5ø„+F’=z4 ôó²å«z\X’Š¢â1ÁʆL"׉0™5ßÐUÿû®Æ¿«uñZƒÍÓô§ö '¦ô1ùÛ¢iž€ê^+ÊqA„ !>ÁÝåV~µX,³%Ä…$YÆ€%I¢õãiäÀ½^¯Ÿ2eJIIIFF†ûÔéâXpgŠ{—™©??g+«Î2OÉ£ÎÛ¶Ô6 ‰¢ÝE²¬Íju¹\±±±4MF·Û­ÓéžÇwvv&ÄÇ÷z“E’r:)-ÅÇÇ+ÏŸJû’eYŽã†¿3Tÿ’ô"lD¥ÌpdY£Õ*Ѳ,›““SYY©L+T«Õ999,Ëvo*§ÓÉ’ÄÐôyºÐèòx† ü*•º¾¡~Þìy‘¿Ú¬ö›n¸yk”’aCíõQáÜa}Òî†Tºm[lZÚ¨ ùgžip:¾ºa9P´eGvfÖèÛ×´îÙ[²ùó ×-N‡‹ïÑZÒb3'¬c±Ôòla «îž„#qåRà¤)¶Àšò¶ß]Ò^ýNë‰ÇR¦¾¡‹™BúU Iûý6%× ì}\â¶Ýg&Lþ±fúL)Y”dIž¡ØÎŽN½žu:ƒÞ K’,I,Ãx}ž` à÷T¬F–$ŒeI£›’9p?qâƆ†ÖÖÖŒÌtI–xŒ[64²~ ¼';ÏöSru²)EÞºÂ5Eí®¯*ÕiµG{¬=ÖÝÙÓÙáÒju§Ób6G¶ñ(Ai_6«5ì%•% uo¸†cIœ‡ßï ï %K’( Q¤+‰¢,Jò¹/l%I–$QÚˆ*ŠäDQ”DQEI’dIT¦•’*©+Rwg†eQ”¥n†Z.ŠB¢("DaŒY†áy^­R_¼¥hPã9’ExIú ë÷ºvwAZ±4û©ßxKK›œí>ß 7¯F€ö½õ.£V'ø}y¿}êëc%Qô†•EoÝþÛó–X’‹®Íëx¢€U'P(A½Ê%“D¯È;O1 ½!öÛ“åª{·nÿêì…GÈ»—ýÅ\`à~ïî×-_å÷ûÂîÖ% hŠêN²g½aÄ"ˆ ˲ÉX¥Ï8Vþ·Â)Ñ.þÅcl6[0ƃÁálQ’%†f@¿Ï/‰’ÕbcV­VSˆŠzä$¬GÓÓÓý~ÿ‰'X–Œô¹¹SÿôÇCßûþxšŽ¿>©êŒ·ôØYUjW-|ü¤þOí®/F£Q”¤öövA0Æî®.¿?`0¢{‰è¹Nõï.RZº$Ë6»Åd4Ý*Ú5OýzIe,+mö6¢zrjFÖ¡@@¥R`Q«ª«8ŽS Ëq\eUeNv޲¯V0PRÑ }(5«âxN™ÎkÐÜn·ÑпbàxîÐáƒuuuv›}Æô™Êš§¡IYî#Iá‡Îî õÀCüñå?=ÿâóÊÇG~äÚœ?œv‡rº: 11¾I…û®_¾ê¦Õ–+EQs>úhÓ¿?¸aÂx# v‡c83"(Ƙ2õæ’ïw4¶&1Ø—Q#ñ ¢àYò€,“¨7.AHÓÙüoGõV>äO™ú.Ñ£„+‚ HÒëzÆ/®üÀ½$DÑ Ï<³ˆöHÙ1ØQzñ\ÿG’Ôðwvt†BAŒQ‚( zƒ0öûý/I¢ ´éô:»Í®Õi‡?pïp8<¢PeYE!sÍšú]»+ß|Ss¸kÌš”–6.çWÏgÞz+©a„(ˆ¢ÝE6À¦ú‡£aŒ1fUªäôôöövš¦=]î¦ÚZ„FÈf³¥¤§‡·,*¦¬¬,B+†7{;« )Šêrwuo£3¼¡zö6>÷Ë‹°•Á`ðvu!„~¿²‚¾¶¶– qj:';ªª«¸WSS£¬vòû|Êžöæ!®m­VçõzLF“( cƌ߶ýËÔ”Ô~¯ægŸ:«hö×ß\ßP·uë–oÝpSt$Œç ÜGNüõO¬=6.>~÷Þ]E3fÓt¤zÀ;÷ìÈËËÏËUSW­×ÚÚÛAêƒDOçŠÕ*Ud9y㳿*½]OI»$6«Ýët˜:: Ú:ö|÷žyÿz!عö®1wÜÎ8]"ÞGm6‘!~™!~Y¨ëXÇ™WÊöü÷¨¹Ï`Ј\«…1Sºõ:û¢ä)ë5æB8÷í±ÂåC4÷ûöìºnù*ŸÏ>„“F†ÿ(…¨qzvÓ`eÉD¼¼N‡ë%xÁl6+£êá—¹AÏkH”¿’$uuuE­}Â+î•Û˲¯Çëõú|>]|ì¼üíß‹—ZÝlHÛí¤Î¢#Šv§Ðári´Z£ÑØÖÖ&KŠw8<òtv¦¦¥µ´4 <(Êh4êôz—Ñ”’2"½‰Z£6›Í¡Úér"@"9Ž‹Ü Ftà^ñ€"Î6¢Š"9ƒÉ„EÓMuu™y¹ééé‘y`&;;[ùØTW×ÓÉ€qè^ÒÔ”Ô’cG[[›M&“ÏïY¶dÙþƒû?Úôá˜Ñc’’SdQtuv:|(+=sVÑœú†hii6›,Ñ9¶•üß}×wº_o×ÏžPð»¿yò5¸Â)êv§€PË~”ôÝïM*C«Uø>ÂxâÚµ…3‹Ð®½í¯¿–þ‹Ÿ Y5æÂ¤‰ÿl>ú}gíG1)E!ïa­ee{õ[:û¢¤‰ÿ ½(áJä" ÜËâÙ›VÄKOPäfÂΪIøŒ1DAYƒ ¿N§×ê´Ðë£ Qo¤¢ èQÅ÷ãp8ÚÚÛ&Mšg7õ<ÏëÒÓÔ÷ß·wë6:¨žùÄã¤z¢#êDg{»V«kmm;a‚J¥:¼ÿ`YJHJr9¡`PÅÂ)SããGŽXmvg´’´_¨<{ÆÅÆgg¨èyßù߃܈j¨:;#;«ª¬L£Ö„‚ÁšÊª¤´4µZñ¢ž¬ÇñÍõõ¡`¢éP(˜7ôW7)L÷L@떤Ѿn[yM”(J¢€/))¹©©ÉëíÞÁ>11©¥µE«SÞ-`Yîžœ4M«ÕjÇóõ‘¯SSSn»íÖ´ô4µZÃóÏs‚(„bm?ür‹Ü3ÑÔ0BDÑîÂê ¦%p\(¤iZ”D†ešÖh4¢(Ðíq»µZ-…( òˆ½‰^–%ŒœNG;C–åhÞ™Ž±ŒAŽ|ÿÆÅKN£ÑįŹN•Z%ð\MEyŒÍ¦Óë5:„€ßßér!„(šx>.>^£ÑDgÄø„Ä„Ä÷>xoÕÊU²,W×TÄXl“&Lœ9}†$É¢(z½]ÇO–è´:FûÁïO›<-=5-Š´xžOJJ’@QÆ”®µN,úv×ýÔ‚¦­û¿ƒwÞZ[;c²!àÇ€½Nç¿^oâ¹E?ÆýÝd£»é)ã~<ÏóéÄ`WyLò}þŽc˜Næ!•J6$=*áÊ–¤á¶òÕÞÝ×-_åõzƒ»9u»("¦‘âž'rt6‘ždDIÂÑî ,c,c,ˆ¢\§7°*UjZjØA"ŠRxq„ Š–£v“Ò4-ËrII‰V§¾ã®Ûbb¬µF–åP(ØÓ‹]ž.yvC&\ÓD×îÀlñuyôCùé2–eŒ&S(²ÇÅÉ[ívwG§ÞhlnhàÑh0ðo±ZGª®J²¬´b{„Û+[`@úú&I’(šƒ½6 ¸xÉ™m6N:.­VèT~ŸÏëõÊ’„hšFÑ,+ B ´ÆÚcbcEI¢i::£Í˜^Tr¬äÍ7ßX±r•Íj÷zºÚÛ[yW\\ ÍXclõõõÛwlËËÍ›2e*Žª×òù|MMMÊë”qÄŒ)܇ð—4MÇÆÆ2 ƒI»;/Ý øzniæø„¥Û·Û¼¹øØ §ËŠ‹K{ôÑ[n¼0t/e€PÏ6ÑéQAB!.ƒN»¦­z%qqkõîöŽŽŽN§Õê´Z Ã0D•®xIf¨‚ $$$8y|ü¸ÂA6ƒÊªŠX[¬U·Î  „AßQ‡Ïç“åðd¾™ ‚ l[È ‚*báÅE!ÔÜÜÄ‹¡‹æhµZ•J €9>Ô=… K²ìñxˆs”0L¢@4[,í-­F³Éf³Ê²Ì…¸@0Ÿš¶ØØö–ÀX§×iZÅ®.ÉfJ[øN9¨¡†öÀ)Ë<Ïëô†®ÎN—Óé&Õhõ#žÆX’eŒ±Þh%ÙÛÙB«biŠB…z6dåyc9&Ön²Ä(ú jIÊq\zz–ñ¿?Ü`މÉÍÉIMI‹±X¹PÈð;®?ø'LLMImnnÑê´:­vHR&--­¡¡>99!ÔKw†KÝï7M 6›MÅèf¯^#íÎåê iJ…„¸¤ð— n¿ëü=4M»\II‰Ñ¶5ÅK*Š¢Àó|&²ÞWœ5ƒGÈ:‰QeY’Gn’pI%iOßäõtõ:8;q9znóæÏ×½ó–$Šgûºsz¾³B±öØ´”´ö¶¶¡- ! ímm¢ (yÖj4’$™M‘{°!š¦•_EAhmi¡ŇBªA÷³‚ x<Þ†¦Ú¬Üt–eÏ/p ôÝ2Æ~¿“Ž€0<†Ôî"ÑjµÉii­ÍM<ÏÓˆbÕê¤ÔT†¢šF?¾îÌoW— I MÇØmjµÁÈ ÎªUª²Ó§ûLJ<ç£N«RZBj•ÊjµYÌ–^c#ž`iZÄX§Õ"VÅú¼^ãB‚¨lƒJ!ŠfYNg0›ô:½F£¦)Ša˜è (IÏq|(c±ÌŸ³ ¥µµ¼¬|Ïž½`€BË0µ&!>¡ ¯@«Ñ„‚A@SH¹šƒÁÆNøêàW»÷î’@¡(J¯ÓŒCSÔµóŒU»Ã™éY/½ò‚²®w0Ð4™žõü1@!Ä0ŒŠee0 #ÒO6žú…÷¬ÉhÑh4ZF­R14­¬â ^•-I£¬¿Ym¶üüü¬¬ì¡e‚¡í±±ˆ¢†š®J­–1·»«¢¼b ±&“I 8ø´–½óö;>üðßÝ{œW7/]¼”´~Â¥Q”=.6ÆfEQ~U¶-S5Ã0Ùyy¢(*^𦕑話 ‰œEZˆ¢XŠ‚>~Ü$­v uöUqQ !†e–U©Õ&³YŽW»Ýn·Ûa„ªÇÕŠÕj͆ÜÔ”´¡Þ¹¬Ã˜3ƒ(ŠÐhµ¬J¥Óë%I’bAÚD) 1 £Œ×+•\>Â/I£~¨b&%99šÞ9ªgq–aXƒFåç 9É¡$·jÅÊU+V^Œ˜ „‡¦(:rÉs+$CÓL¤mäª+úf›uÁ©AÃHNY1EÇ9Bea†eƒ^ñº½N—•eþHov^Ô*URBÂ7o[ !ªWC¹|„«T’ç>A6ž @ _’’+@ Â%–¤ÄÛO @øÆ ƒì@ "I @ ×6Ì%%÷@ „o â%%@ \bú÷’VWWÓ@ FœÑc+Iû=•p±Á 4fìøÂñQT³|B ¸ø ÁdLOÏ øýG¾><ᢌÌlšŽæ.BmMõî;1–3³²ЈÇI3¤ņ]å“ ÇZblˆW_Mæ˜I…c?+®$’”@ IJ¸D’TàJKOŒ_¨×놎ú½¬&‹iâ”)öïËÍÍóyÅÒ“',Xœ•“uÆX–ÍÍ…µÿ«½IÉÉ,ËŽxœ:ÆÐ÷œö¶ÖÊŠrOW×¥º"EŒÆÜ¼|¸´9! —¢Íé3Þâ JWqW 1Ä´»<ûöìºr«Ü•Rý®Ü¦qÕôN×x¯ú›N\|‘¤W$²Œ;\ÚqZ†¦Yš¡èè%Í“ËéB…1¸Ýîô¬¬ág/==cóçŸI¢È0ìˆÇÙ¯-=ybòÔiv{ìpL1¬+"IN§ãHñ!I’¦Î˜y sB .µg[km©,ËWwo@W8áÊ­rWJõ»r›ÆUÓ;]ãe¼Úo:Å0$UJ$ée¥Je€…( QÑïÏES¾gcŒišþF³ Ëʲ,c|‘âìEeyÙ¨ÑjµÚëõ\Â+¢V«óGT–—]òœ‚(¥`hxêþ•WùÆÉwüüWz•»Rªß•Û4®šÞé/ãU}Ó]Y^F$é• îá›I®¼¢ìÓÏ6­\q}~Þ¨‘ŠóÀÁýŇM2mÆô™ÑÅàõz-ËåðʳŮ‚—G\a#·®bXêj{_Éå\ý®Ü¦qÕôN×x¯â›Ž×ëR"I/?= g%)ÏóÕMM‚ ôëbÙä¤äüœ<•*šuëå;vn¿ý¶;6~²ÊËË‘R>ôðƒ¼üÇ?D-I1Æ€ÐåÐ&Bßä)È:,ªû¡íêN’^ÎÕïÊmWMït—ñê¾éIz¥«RWDzʊ™3‹nKË8Ïùuõµû÷5®`ÌùdnÕ¢¢¢|Ç®íß¹û­V÷»ïyãÍaŒ©JÏß`¦N™öòÿ0uÊ´á4*|99ÃðÕâ™»Ò ÂÐÐÕÿÆc†Føjt_Î…ºr ޝqƒk¡Œ¤Èƒ•¤©iéìOHHxùåWyä§#IIÉÍÍM‘½eùâ¥~9éQö”@sKcJJªÃÕ&ŠýïwÃ0LJJjsKãØÑCJ(¬GYVåñ¸u:ƒ¢J`ø¾ÒéÓfLŸ6cLqY]—«¦‚]ѲŒ±Ü»V›Íb±P%Šâ]wÝõÌÓO_éż*e÷å\¨+×àׂñšò’^³E†!yIeY~ñ¸Ø¢ð“O6]ÂÔ/‹Š1p/"…¨6g+ôÔN𦭛V£ †n—$Ëvkœ ˆCª¾‘z´¹¥qÛ¶/-Z’”˜2Rªôà¡Ê\ÒáSùrjòÕÒ;\éaéî6Ò÷§Ý»w%''»\®qãÆ¯^½º°pü]Lùj¼!]Î…ºr ._ÚE¾öô™|MJÒ!,ë~ê©§C¡Ð 7ÜxÇwÀÖ­Û.Z<{ÎÜ%K¯;YZ Çefe?ýÌ3sçÍ›=gîÉÒÒ{ïýÑÔiÓ¿uÓÍÁ`Ðï÷ßýíïÌŸ¿`Á‚…ýü¥²jÕõÐ÷ä^©‡ñûýͳ¼BŒ0>G•ÀèܱcGMPþÎÇ•®;ùJ!Wºntî¸Ñ¹c#â–FEþT^^©G?ùô“´´ŒO>ý¤¹¥‘eUß¹ûž»¶———á> gSSã›ëÞx÷½·kjÎ(ß(sI‹R>VŸ©úçk{ç½uMMçs £©TÜIsàÀ^={8ppô¨(æ/—2ÙÏ~ž4ñ êϽ‰ o~S]ÂäÉSZ¶ÔK=r¸E‹ÏžíÝ»ï¹õ‡$R•2 í$$'011QïöÆ×oÒpp9@²˜_Õ«w6›}÷îÝ3¾1·° 6nüÅÀÀ¾þzʮݻǎ{âäÉ-tΟÏ€êêjàþýûsçÎKO?ÕªU«‹/Ž?!/ï< ðüyuHHÈâÅ‹ÓÓO/YºôÈ‘#À$¨¬ªòððˆŽŽþþû5¡¡a™™VVVC‡;p0©G`ºpºÌf2E H¸yã†T*ÍÈÈ´°0§JØF{U):ï$9™~J»Ôç¹"2™L“™SUtëÖºµëŽN655•H$7‹Šç’z߇üÛ]T™©˜xÔÕÒä‹pÓ.\t}4L’··0jhòÁýûLLL%'O›>#/7›Åb5¹þb‘¨É?@ßJIúÊ5²Ì̧OŸFE’Ÿª¤6´´´úôî ÎNN;w¶´l.ÎÎ%%¥ƒ‡ Ž^ýÝüù>ÞÞÁ=z¨—ïàè açeË—™´mÛ¬ÊÑ—'IåOž=–_¸×ÓmIÈ$ü–&„L"‹y<>‹ÅÒü¹¶ÌìŒýòxü{÷Š$ìݳmg;°ílGäþƒ hffѧwȱãÇ&Y¥‰ÌÊÊÊzQ½¶@gìèñ›¶l$ R~/éµkWÓÒO~1a"Ççr8òãGCW06L:¿=î󉓮_¿Ñ¹s'8söìêï×›Åþñ‡u{÷í«‰FŒüTGGç×-›†yí¯8”œòóÏ¿°Øl33ÓÕ+WŠD"wOïÏ>üçöí’â’Å‹¢]\œ5Qæúõ¿_¸p>'KKK‹$ÉVúú_|>$IÆ)<½}?û4òô™3A¬ù~õ¦M[ LMM·lÚÈf³ÕìÕÖÖž8éËòòòêêj‡n+b—óù|U:ïÝ÷ÛÆM› [·öôôRåWU^Ul¿y³hüçŸÜÿ[›6mfΞÓÎÂâëÉ_;—±fÝ:±X¬-Ð^¶l‰­-Ý󺺺ƒ† É8{þþçŸéßÌHN:¸rÕê& —Í"I ßK Ç377¯¨¨èݧ·OPPPüŽøCÉÉ<.÷ÁÇZ|>IŽŽNß~ûÝìY³}}}{õêEäÙ3gŸ>}:lè°KYu5I$Aêèèxyz‘igk[|·˜š‘.$H@Ò'„$Hgg;[[Ëv–$Aºº¸ß½Ë(œ®úÌf>¢û÷ïw0éЬ™3Μ9ëíå•——GÝwNyU}²ikkÓƒ¨gg§çÏŸÏ™= ò/_Ž^´xßžDwOïA<­¨¸WzoÎìYnn®@—S[[;}ÆÌ{¥÷€ÅruqŽ^¸ ÑéGO űŒyN×G$yxù 2øöí;¡}CN¤¥5T·Çëêê¶iÓ†$I.—ÛÅÎŽê ”óff¦°fíºôôÓÕ55kV¯¢’–Q¥†F§q^Uµ:©ZLèñ¥÷¤¦Xºlù/ÖÖÔ.[º„ê)?œåjP-ªŽú·š9Œ Ⱥ~”J¥3¾™……Íž;÷èáùñ"O’!CÕÕÕk²"5"ŽŒr”\Ô “§3óÉ“'A=z½VMŽ_EWÜúûï¦Ý»(II’tuuݵ3^©]KK‹Úàp8Z‚Ûl["•thß>ãܹsçÎ¥;öãOëKU#_óÎݺvmV·2©H‚P|U¾MW›£ô ràµ0¾YýЊã,‘¨’)•JäOGÕÖÖ–•—U=¯J9œÜ³GokkëœÜìüË—œ\Ü\ݺK‚öþ¶7¬oXm]Ÿ/‹4‘èx(9ièàa–ŸŸøóƟı­Ýµë×ÒO§Mš8™Çã—–§I W#S“òÂ… ††­Ûµk×/"üÀÁƒsçÌ~ðàÁì9óv}Ò¡ƒD"¡VŸ]»v !I²´´tÉÒeG'·mÛvíº–,]¶vÍ÷$IÖÔÔtï8ã›éYÙ9ë~øqÇö8M”¹zíjçÎå+5…ª)ž?îäè8}ÚÔM›·DsðÀoææ'}™zìxhß5{è³|Y+}}X°0úÀÁ¤áÆ2ê\ZZúýšµ©GR ,ŒVsÖœá €AC†q8lèhÝq믛ml:~>aÂÌÙsú÷ëW|·8fÙÒƬX±'!A_¿å•‚‚™3gN9D÷|uu¢Ï©ÿ›6<6°HèÖQ$iЪU€¿ÿ©ôt>ŸŸ˜xúÔ)_6n,**’ü¤}û¼ÜÜÓgÎ9rdíÚµ§ÓÓI‚pwsÛ»g’(.—KÍÂf±‚’ÌÊΦ ’äóùTO›­%¼Øæp$ £pºô01¾—”èճ瘱㾙>í`RÒ¸±cóòò”.ó©I'??_z£óäÉ“ˆþ§O›ÊãñGŽNE$0 Àß_øÏíۣnj=“~êÉÓ§t9gÏžÓÑÖNIN¢™Æ¥ßÖ-›=1äcóüá£Gt}H’¬®®úùÍ›;çØ±ãÐÍÅŹ]»v݃{xzxº»»F„‡ zÎS>··ï2uÊש©Ç¨¤U¥RC£Ó8¯2®N j1QŠ/‡Ãaìùüùsû.]æÍ“Ÿyò”©çΤS§åä³(n0õŒni’Ì¡.Æd@ÿ~Q£ÆLŸ6•Åb%:4 ÅãEž$¥¥¥ýÖdEjDåÐ]¤‰É”ÚÇŽ355mÑ¢…&úkrü*ºB&“9¹¸5aìÞVIÊår@"‘ðx<¡pîÜy—/_vrr"⯫W_[–——·nÝ:,,Ìßßß®‹½T*¥6¨35»bÏìœ+KK ‹fs–”:S ´ ÷º-ôÿ¾¡üü& $uà0<îÒö!ÎQ‰Ò‘¢´?8ír:c’ùor÷ î™–žVS]Ó»WßN66$Iæ_¾8eòô~ZãêâjÛÙ–ÇåžËÈH¥!½û¨É0E™ÖÖ{õܸ{䈑í,¬&MüꇟÖݹsçúkS&Oåóù%¥wBz‡thÿ‰æY+‹éûö ‹Å}Cú 9uꔬìlw77 ssª?‡Ã¡6‡‹Åâóyyîb±¸¿~ÃGFŠÅb±X,ºuí*‹Û[Y•Þ+eœ”®ŒT*#IB©QÕZZZ~~¾b±ØÎÖÖú“OŒŒÄb±}—.ÅÅůݻwï¾´´S\÷Éã'”iŒ:ŸÏËóöòÔÓÓ‹Åý"".^Ê×ЊÄÝ;Û¾¼Ô@u2xÐÙ³g/Yzà·½2™,+3«¢âÙÄÿM¢úT×ÔˆÅbºç%1I¾ ‘HH‚‹Å2™¬ ÃÁåP—¯™Vp I kjj²srFŠzVùÌÂÜ\[G› ‰ä”;;;Ȳ²²Ö­[GD„Xw´‘H%þþßÌœyñÒ%g‚ (ùòÿ©*õ„W[…Óu ¯„\s¤¸\®½½}j걿ÿù§kW{’$%‰<áÕ§SV&I¢btôôôÜÝ\¦úùfdf};o®X,ær¹îb±ØÂÜœÏçݺuõ¯«t9:ÙÄ®\¹dé27WW¡Ð¯Ñé—rø0=1Ó†žçŒÉ)‹y<¥y£uûu˦7o^º”¿wßo {ö$î¦ç¼H$ÒÒÒò Åbq7‡n߯]«F¥†F§qš3®NÀ¸˜ÐãûI‡Œ=9N¯Þ½Äb±½}yOÅÙ7zF·4Uæ¨Z@LLLŒŒŒrsÏ;;;M=¶ßÅãEž$š¯Hˆ#£º‹41yDäg,«Mõ߯ÖD _EQM»·x–tÔ¨(_?cc££GŽüºeóÔ©ÓDb1A}CB^[’þõ×¢E‹9l6 dLÌr5õ¨ªÎгË{®ˆ]Ѭî%}yÙ^ñ3—ºp¯««w/ëÛù׎, euÀÕ1®V ‰Î=gÝ8¾œm=”¹Î}y/ˆ¹™ùèÏF+Þªâäè¼îÇ5ÎNÎÔŸŸtøä“Ÿ¼þîò•»¸l;ÛÊd²øøø¨Ï>k×®ý”ÉS7mÙ8eòT>_«¤äNüÎ}CúÚv¶mÐ-)ôâµ¾¾>---''7nÛ6¨¬¬ÊÊÊ’ãU¨ÔBýõbüû-™ÇåR,©áwtÛÎn\¿Q__/¿,/¿DЧàóxT#›ÍækñåÛ‰DýÞ ü‘røH®x@°;!ñö;ªt&Ià¼lT:uшë_”«‹KJ´´´ž=«411!HÒ¡[·Ÿ~\Gsé+ßð,‹%7U8¨Wå“AÁÁ6G$÷ é3**Š$Éøñ ÔÕÓmgaAÕ–ó,äpØ$I®\±‚Ëᘚ˜ìؾí«É_‰Db‚ ÂBCºu“ÇRñÿAAt¯öyqãÅ6ŒÂé:“™ª"6söœO#Gʽ§xÖGM:©â+Ñ1|غzüøqÏÁ@$‘AuËT"’d”caaqpÿþóçϧŸ>³5nuŠ¥éǘŠiCÏsUv ´´Þ\·N66llèïí+¼s÷.ãjÃçñ¨ 6‹E%­*•Æiθ:ýqñ"ãbB¯ªeGy¡ %Ï«‘b8êßjæP2. á)GŽÔÔÖØØt¤îÄ '‰æ+RãŽ2F9 ö!Æ];¶m•Wá"‘èµúkxü¾êŠ&Ž]Ó—¤%Åw©¥K–,]²„ÚîÞ½{÷îÝ•®ÚßþçojÛ×××××—Úž:eÊ‹Stªï •¿‹”ÚèÙ£½³âìrè<ý×+RêfRÅ’T~áž”IuÍ\€Ô˜Ø‡õm»ô‘TÞiah¥kæB’óq ¤š×I8;¹8;¹@_9A—ig×EF[·Å=ÆÒ²Ã´)ßH¥ÒââÛqÛ·……†ÛÙuiè+-è¶œ<™æâìüó†õÔŸ&JN™=sÆÊU«o߾ݾ}{êž¶¶6u–Nþµ‡$Iç+W>xðÀØØøÀƒžòUAéB³&ÊØØØ8»8G/Zòí¼9-Z´¨ªªÚà`ïÞ½^?©<š½UUU&&mµ´´‚H;uª£µµ*]œÖoø™ú:{îœÒ§f#JÒå1+‚ƒ‚¼½¼fÍ™³71ÁÃÃ}yLlaá_öö]‚¸y³ÈÖ¶³‡»›’ç[¶lYWW[YYÙ²eËììJO6›Ý„áà²X,º ÷ï—ÓíÚ³'QùÂw¯^½zõRl€      ÅF-à^i µ×¸mÛ+^&øZZtŠ=ý„~~B?j{úôiTºpF4-Iôôô7vLhh_¹»^y>Wu:1Q):ŽŽŽÕÏ«ãâ¶mÚøâ‘[A>r´_Dø¥ü|‰Tjii©Ó¢]ÎÇõõõƒƒƒ<==ºK¥RƇ-^›~Œ‰ñoÚ0å9£]Š®hœn¥¥¥Ož>utp€kׯ@kzγÙlzÒ¾V% £Ó8ÍW§Ú3.&ôøÞ¾s‡¹§L–z45,,ôòå?Åb±¥¥¥š’”ñ¨oBU•¤Œ HŸÞ½6üüKEEEDx¸RÝ,ï¯ùŠÔˆ82Ê¡»¨áßß^¯¿†Ç¯¢¨&Ý»¸—ykîH’d½R’Rî[´a³¹$!5êè§eäЖŽŽq[»|ÃέÌíAuE¥þ] ù—/]þ󲓣U˜j^/ÒeÚw±'d²Í[¶L?Á¢´´t˯["Â#ì»Ø7â.úC))ýûEÈÛƒƒƒV¬Z½pþw‹-œ:}I.gÍ÷«­,-‡ Ô¯ÿ@CCCêfD’$ÍLMgÏš9fܰ07_¾l‰ò7KÚùõÊ|¿jå?þ4`Ð Immí!C¿~ ¦³>jöúx{<˜4ñ“tZ´051aòRg33³ ãÇŸð…©™©~Ë– =K:lÄHöË›•“ÌÍ=_t«hþwÛ8NpPPLìŠè… V­Œ]½H,Ô=°sçNFFFtÏ=ù«±ã&XZY¶56–û³ ÃÁã°TÖq͇¥êXf±XÔ»&þõ׿–êÒɨMzéÑé×/âø‰;v¤êêêÞ¸qsȰõõu+c—³X,F9ׯßX³îêÔïœÙ³Øl¶†·Ç)-&Œ‰!ïÆ˜çŒú(º¢qºIe²\_RZ $©££³|©žžžžžžRΛ´5¡'íkUÒ0:ö*}uRµ˜Ð㫦çÕk×wìÜU__·"f™ü™ZÆ’”ñ¨oòÌQZ¸x\㢫«ëâ씕»|™ªåWó©qTµ²)¹èM.)¨Ò_ÃãWQT“Ç®A°ÊËËkkkkjj¶lüùÇ ¿<}òëÂ÷Âóªª=‰»½½½Ùl6‹Í¦Î´ç^È›2yúÒ¿E"‘™‰Åß;ì¾"럲1‹£,6IÊH©1ßÄ-çgœà½”´ÌŒŒofÍyüðá¾½{Æñ?5mß6õëéë~\3:ê5¯gŠß¡­­£^æŸWþ<”|¨_DDrJJÿ~ý_+S¿•Rû±#)NÎHh®\Îÿp”ùÈ 9—si˜H±DܼWƒ»~ ðqy/SÏœ5; ,´/ˆDâîÁ=r²2š}úýw7Ѽiã‹ÑùÐLþâ{år~HX„š÷JK¶lÞÖo€žžž®®.ž%ýÐN“*|ý0jcôÇÅßÝ\Ý9.˜º~Vvio{ÿɲçeÒÚ‡@HI’`ÉkÝ©âŸsl?Æ{ì”îûT±›ãº×8vslØ»ÇTËtèÚM&•ÄïÜñéÈOºvkô+ÍðEÑ:\Î+Hs…Ëy‘*++ûò«¯ÍÌÌúôîÅx¨y§ßGøƒ¢M_ŒÎeò(¾ÿ.}X~`)I’$ëeijen~ëæõìœ,ù—ºˆî×¥.¶rÚÂÄXÔ þ²ç%”\H$]–€ŠûÏÔ$¥£ƒ#u"“lཤjú;9:[Y¶700x“ƒKR4„ зÛþwÍ|÷‘255=xà7Å<áóxYg±$m®u“Ç£óA™üŠ/–¤vMúò/‡ÛÞ²}{Ëö <ëÊÏÜÌÜJÔ”½,@Yì–V„ýL–À„Tu–´É“òu2[µjõ†“bIІ0,X`}ËÀ{9Kú‘§ßGX’¢h2–¤ˆJ¨‡7Y¯MEÓî„é+ï: ^Í`6‡Ã~ù¦}‹U]]Í~ãçà™ì­ÊÄ’ ÑhÁb ©Ê_oÂôÃCKR,I±$EÞA=ÊjmØZ$ ZoøD±T&3lÓ†  ôõõ>¸ßÖÄô Õ{øðA«V­Ø,ÖÛ‰%)‚| ‘Â’5GÑd,Iÿ ‘àñ»us<Ÿ›Û¥‹@  ~A¡¡p¸\™TVXp¥{p±XÌæpìºtÉ;ÞÓË»‘1»Qg˜‚|üèáïyyݺñøü·!“±Ïµ¿ ?œè|PÊ|䆈DõÂÐlRî¿bÔ×áÍ2U>B›«ÉÇŽ¤È·Ùl¶^KýN;·12Æ’ôƒFKK«Sg;]=½ó9ÙOží%€roé \îz0Å ‚ ‚ •¤D“–¤]`™q;ï.eKÿ€õètAAD£’´ +R}¸b򢆮çøó£Á-k¯T‚úAAѤ$m²š´#ûW+§ñžA{§Iå¹[/ëÐï‚ ‚ ˆu?çØ$È2cÖ¥Ö¦áu Íû·!ód™&Ž´ÿ2¬£üÏ0³eQÝŒõµÔríh0%Âæ‹>ÖVF:c{vxí,d@W£Æ™¦4vQdWiŒAùØy‹÷’êÁíŽìmæ¬Sœ¦Òûl²‚Åâ2 . ,ƒžE²ÑÏ¡Ãk…ék=xVÏa³lÌt+ªÅêó²5ÜyæÎ£J‘“òû=¥Îl6‹ ^ma±ŒO_yИrþÕ±›ŽÝ"°ÀBAiÂ’ôMN_ñ¡²+gm;~–q;£«ycIÝy¾ÀŒÿeÔ>T¿­“ù?û,þW"ò+$¦‹A_•œK·ž:[û£¬“y˿˫?1Ñ’ìî`¬Íç½P–F-ú{›ÿ˜r“êîin¤¯5ÄÏR*#|N­Hºåøß\{þû 7ŸµÔºr白•¾.H¸û°æÐùÒ>.¦<ûó>Öb ±íÔ?ò©£‚;´jÁÓâqJ×þ–U,•‘`Û®eWS IØ}æŽggCű_„tü6þOp¶6vlKð¬F¼/£¸º^Êå°Œèš{íQ}¡?)·ôîÃL¾·T*mmØæEòù:t˜=kæàÁƒÑ3ÅÅÅ]»9øùù¦=z¯¬Ìή‹——×ÉÇ`ÍÚµ0}Ú4PÚ… ‚ ÿÉ’4ˆ3ÐÀ ­™íP›__•.©åñµ­¤l>HD ‚lÝίEk íkGŸ8GÄ×’æŒr î<ß»ã±?î¹Zœ+|ø‰‰.I’y×Oéo{ì2Azu6̽öX®jÊùÒÎæ-wŸ¹]Q-nßV·—³É‹›xœ¥U‡ïU9th%–ë]>M’dêe^¶m6¦)Mý[æÝZ‘ ú´s±nwã±¾oˆŸå/Go>ªqØ,›EK’dk=~„§ùڤ땵’Þ.¦ážæ gï$©Åc_-©¼óG™¹^Og“-Çoaò½=Ølö†õëËÊË–,Yú¿I_†‡‡kii¡[”h©§7mêTK+KêÏ5kþ-I•v!‚ È[ÿìV]’6þ_¦lSy÷NÁ±êÇ\m;6ÏR"z$ª½+ª»Çâ´eó¬ªdß¹üÛý n¦ls aÎ(D¢äQMW«VFú‚;j(­ž×Iÿ)¯îjÕJÀãt²ÐËÿ»BiÔ‹ È—Û2‚¼YZE’Pú¸®}Ûaæö–ú2©4DñŸ›á—a&öµ±6Õ3n% IøÄTïïò矉H¤2R$!”ÆRÛíuo•U?«‘$äÝxbmªGí•H‰Û÷kHî?­7Ð忉{›Ù¿·‹ÅêÓ§wHH—Ëår¹,K"‘…þ¦fæ­ »t±ÿé§õPYY9løpS³Ö†mºvs8˜”)‡{ûø¶1êhÓiÑ¢ÅAÜ++k©ßÊÛÇ'*j”q[W7÷k×®£Lª³@àgŸE·50pPVV¶»‡g[“9sç¾øîD›‚QEŽ?îØÆÈØÜ¢ÝªÕ« 9%ÅËÛÛ°‘uG›yß~+‹Ué ?ÿü‹Uûm:íNHˬzþ|íºu{÷îG'窪ªªªª–ú­œw5h®×‚ ‚ Œ¨±¦¶ÌŸÏçó¥RéàÁƒíí»±båªo¿û.°{àï¿ÿ~ìØñ9³g{{{ݸqC %øóÏ?£¢Fùùúîݳ8íÔ©ï׬1440püõ×Õ¡C‡ÚØØ¬Z½zÕªUqq[Y,]fëÖ­àòåË>>ÞînnéééyyyÓ¦MÝ·íçŸ5J,ѧÐÖÑVÒDÑœ+#FFêèè|÷í·-õ[Êd²Ë—/5ºm[ãU«V¦¦[¿~ŸÇŸðùF=óóóçÌkll'ØÉä—£7èz¾|›¤$È€~ ~m½ôò?Oo”V.åÄbLF lÈ{Òæ³+ªÅ"‰Œàð‰Áý§u$IÞ,­êïma¤¯õðY=—Ãb³Yb‰òX’$o•=àÓ®¥¯²Fìekx³ô¹’Šÿ#o 6›”tðÙ³g³fÍ^ºlYDDxÛ¶m‹nmܸñYe¥X,€«ýeÙ®$$&999yyynÚ¼™ ˆ¬ìììœJÔÙs稒´sçÎÓ¦N-))YµzuqI ˆD"ºL?¡lllbcböìÙ“™•Õ¿¿™3fÜ+½·m[IIñÅK—èS|ñù%MÍIMM•Éd_Nš4uêª%&6– ˆ &Œ3&¨{w‡“'¦¦Re"]Ï3gÏÀ¸±c?Ÿ0ÁÝÍ- °;Ýc½{÷æñx0xÐ ¸WV&ßuìøqÍ碻³AyÏ%)Å©[…Ôª²~§T*ëÙ³çáÃ)gNŸ¹zíÚü Ξ;çéé“&ýïÓÈO)Q::ÚÔ†°9xùû¼[·ÆÑeR €Ëã€Q#¹bA°X,úíÛ·WÒ$éàÆ9‡®'_‹|¾Ê{jY,VCÓ’>Ý¥J†$í߇ Œ ÒŒO µÔ×·µ³753ûàJR(¬ÓæþŠFæOî?-¬Ÿ«¡äé›/(µ,Þý§|ûÝŒÂtQò>·Êª~J®±T6sË/4¹SQx§BiȬ»²î*¶H¤ä¦£7é*Ü®(¸]¡jìÔ¿S¿ßxüûÇŠÝu¨¬GﺌYû&õè•ü‹Ýœ\´ut€$Ÿ>yÒÚО½»w'<{öìäɓСC‡’ÒRÐ×ׯ‰Îž=GuËÊʾœÙÏÏ×ÑÉ1==ýñãÇ!}úÄÆ®8xð ‹‹‹¶@;--ÍÎÎ6,<œQ±DL—ùZ§°·ïª¤É+CBBV¬X¹áçŸuttZ´’H$}CBV¬X¹eË–Ö­[§¦€Ð¾}UÍ ‰®®®;wîRÕMOO¯¼¼|ÇŽx«öVòöÍEw©R‡€îÁ˜Ã‚ Í--­z‘è¼\°LÌL?¸’´TêSQßV»è¯Êz“R©¦§HU`ØRkR¸í“*Ñ7ã¹Æë×®vutn¡£££«K=ºDïCÄÿ&Mb³Ù³gÍòðð°¶¶>uêÔæÍ[2Îetíj_\\L}™KÜ“øÏ?·e2YçN–-[êèè¿cEìŠ/¾˜Èãñìíí¨J“1£GÓe¾Æ)èš¼2ÄÁa×α±±K–.ÕÒÒš6mª££ãöíÛbbbf̘٪U«/¿œ4oÞÜG´úÂÅÅeù²e+W­5jôÕïÚ:uÊâÅK&ýuïÞ½×­[«¨°æs©7èßAæD«Ö­Ý½¼þÌ¿ÜÐ’”U^^^[[[SS³eãÏ?nøåé“Çp$9é|M×&ÔÏ€}«î¸ãÕ[+ˆŽ-D¯…aý(5;’9jìóªJzÿäƒûý»ëêêR÷>"‚ òáÀb³¸\Þþ= ý2œ©ªª<›~*$,î•–lÙ¼9¬ß===]]]5¿ÞÔ”ú=‘uäúÄmÛæêæÞ³WoF6"Ðrn4ºÞ„fæA°$EwÇõk×®_»·ÕÞÞžÚž;wλ™Z*•2n¿¾$]ÍPt?–ªfoÓBÍõ¡¡èC¹†q[ãv§<ñZ~œÐýƒ ‚%)‚|X,[¶Ü××ÏÁÑ)//jIKKóôòöî\PX¨Ôÿĉ>>¾>>¾~~Â[·n=xðÀ¾k7j×Í›7ý ¾¾ÞÜ¢ÝÜyó† –””$ßN=vŒ.¼¾¾ÞÌÜ":zQä§ŸúúúQjD/ZT__ß74tÈÐaг÷ éKßË(Ó¢åâÅK|||½¼½ ÇŽïìâQWW'—¶yË–… £àPr²~+ƒŠŠ ð¼víº|.õŒŒŒôtvq7~‚H$’›3c欱cÇ÷è™›{^U£*W3ÊTô¡’7fÏ™St«hâÿ&EG/’ï¢;°¡€¹óævr÷ð”+L×­¦¦fdd¤ŸŸP(ôŸ1c¦*ÉŒQVe¬úØ©W{ïÞ½nîž^ ~ôè‘*ÿhî|zΫò'‚ –¤ÒHªªª³³³¢£._÷ïßÿnþü”äCçss¿_½jâû—••Oúò«;¶çädŸ>nff¦JòóçÏ{ÿ¶ooxx¸|ÛÃÝQxuuuŸ>½wïÚµtéJè… AêÑ£¿íÛK®¸W•ÂUUUîîî99ÙÆ ëׯôÂù—.êêé&%’Ëñ Ïed@fF¦««kfVVeeåýû÷íìl5tà†õë3ÎÍ¿t±¥ž^Bbâ¿æôî·uã/??^&“16ªÒœQ¦Ü‡ááJ:¬ˆµ°h·}[\tôBF5"ÐÔ'GdzgNoXÿÓØ±c)+èºLKÓÑi‘••™™™±hQ´Éô(«2VMìÔ«}÷îÝÙsæ¦$'ÿžwÞÅÙyöœ¹ªü£¹ósžîOA&„‹.@>6Ahh_ðòôZ²d)ddd<}Z122òEQS£Ø?33Cèçgcc|>ŸÏç?þœQ2ŸÏ RÚV%\[[ÛËË lmíŠKJd‚*™ $¤8;;ÛÚv¶´´—â’bùX[[Ûû÷Ë«ªªòòò¾ýöÛôôt.‡ëëã£ùì»víNNIáñ¸>âkñ©FGÙkcc#þþûoKKKzãåË—5g”©èÏwhàr¹ƒ-àï¿ÿîÔ©]7'GÇùóÌ7Ï×Ç·gÏ 2£±jb§^íÜÜ\¡ÐÌÌ¢¢> îÑд¡ëCÏùúúzº?A°$EÆÃçóY,p8l‚ €$I77×Ä„ %°Ùl’$©m±D¢XQ’·U çñx/¥±(54G•L>ÿE}Ãáp´´òm©ä•ûY}¼}&%éëë.[¶ŒËã ý…N³gÏžS§Ò´µµ7mÚTTôâ’.AA°Ùl¼ô ½‘QsU2ýù^­J·:äædŸ9{öhêÑu?üp*í¤æQVe¬šØ5BmÍÓF•>šøA¤ Á ÷þþÙÙ9ùùùTu¥ @q¯P蟙•UTT"‘¨¶¶ÖÀÀ ¶¶öÙ³gp:ýô›å "—«Xϩ٫¹LF„þ•+W ý…ÚÚ½–z))‡üý5[YYina¡­­M’dJÊay»L&Û·ï7ÈÍ=/•H¬­­5W%³Áß°Õ:P¿I¥Òýû÷@^^žX$²¶¶fÔ­¬¬œÇãE„‡¯ˆ-(¸"•J5H#ŒU/ÜÇÇ'#3³¬¬âãwú«¥æÎ§ç<®‚¼mð,)‚€©©Éömq“'-‹ ‚ íëЭ›|¯™™é†õ?}E$—ÃÙ¹3ÞÚÚzÁ‚ùaaáÖÖÖ¦f¦o"\‰1cF{xz8~\ý^Íe2”&Bá”)Sü@è'¼};žª 5!88(~güÀAƒõtu-ÚYÈÛ[¶lYøW¡Ð? ®®nëÖ­G"‘н¡Jf#»(ùСFÄ¢eË–^¹²~ÃÏuuu¿þú+‡ÃaÔ­°°`ÁÂ…6‡$É+Vp¹\Í£ÜcÕ ·´´\VVV›7mlF}è9onnŽ ‚ oVyyymmmMMÍ–?ÿ¸á—§OÀ‘䤨±Ð;È; >nKX¿JÇŽ¤DŽû¼ª’Þ?iÿ¾€îÁ­ Ñuõõõm:•*ܱªªAiöhëè$Äo0x(}WUUåÙôS!ap¯´dËæÍaýèéééêêâ…{AAä=ƒ%)‚ oŠ@  Ÿ elDA,IAA,IAAKR12nû¶§ bõ÷šþØzܶm®nî={õfNýÔä‡à %£Þ5ôç[uQ#ˆßéáéÕ³WïÜÜóýÝÕ Äø3AKRù@ÄêÕ—¤[ãv§<Ѹáï˨ãÇR?L¾w6oÞ¼kg|ÚÉ]»ÚÇÆÆ6Ú©TÚ<2AKRäc'--Í? ÐËÛ»{PpAaák÷R'–/^âããëåí]PX8vÜxg×ððˆºº:UCÌÌ-¢£E~ú©¯¯_^^D/ZT__ß74tÈÐaŠ3îÝ»×ÍÝÃÃÓkà Á=€ÙsæÝ*šø¿IÑÑ‹äÝè×-[îëëçàèDÉWoZMMÍÈÈH??¡Pè?cÆÌƹNœ8áããëããëç'¼uë–’V}Búª2ŠÑ'r^ëä‘‘‘þÎ.®ãÆO‰Dt‡()¦¹‹=£&:ª QãLy@û†††„ô3gŽâ^%CÓÉÜ¢ÝÜyó† –zìØ;ÎA÷¾—yϼ½÷’Þ¿¿_ÿþ'ŽoÕªÕ¥K—&Oþ:;; ŒŒÛ>zø€qo}}½q[“½{ö„„ôY»nÝO?­?{æ´¥¥åˆ‘#ú«ròÄq//¯3gά[÷Crò!©TjÑÎò~y™¢>wïÞ ìž“mffºté²nߎÛú+¸º¹'<@ý¦¹üô˜|8%?a÷ЃII;¶ïHN>¤Ê´.:tèèÑÔ_·l¦Š°-Z4ÂeeåBÿãÇRmllÄb±T*åóùŠFQcbô‰bIªÆÉ#Gލ¨¨000€iÓ¦;8:Œ=ZÑ!tÅØl¶†.¢{F}t Qï|Å€ææž‰‰III–»KÑ5˜tð@ppð»ÏA&¡qï%Å_oBš-OŸVŒŒŒ¤þ¬®©Ñd¯@  éÎÎζ¶©Ï{—â’bUC´µµ½¼¼ÀÖÖ®¸¤D•>¹¹¹þB¡™™)DE}ÜCCCAhh_ðòôZ²dékMsrtœ?ÁÜyó|}|{öìÑ8Wdffýülll€Ïçóù|ÆëȪŒRï5N€]»v'§¤ðx܇ñµøJcéŠÕ××kè"ºgaˆzg¾y~òùü   ÷’9‚ ï,I‘f I’nn®‰ ÚË翨8Ž––@¾-•HU áñxÔ›Í"¢É áóù, 86%_½i:tÈÍÉ>söìÑÔ£ë~øáTÚÉÆ¹âMPï5NÎÎÎÙ³gÏ©SiÚÚÚ›6m**ºÕ„.¢{¦†4•»TÉ”-ï>sAÞ#x/)Òlñ÷ÈÎÎÉÏÏ‚ ®h¾·_ùªÇå€D"QlôññÉÈÌ,++€øøþþþ ®¹&eeå</"<|EllAÁ©TÚW…þ™YYEEE ‰jkkßÐ( ©¬¬4·°ÐÖÖ&I2%å0Ý!tÅ4wÝ30¤™ÃYÍå¼³ÌAyàYR¤Ùbjj²}[ÜäÉ_‹Äb‚ BCû:të¦áÞFTb̘Ñž^ÆÆF'ާZ,--WÄÆ„…‡€••ÕæMÕÌ%ž|èPC5),,X°p!‡Í!IrÅŠ\.·®033ݰþ§Ï¢¢‚är8;wÆ[[[¿¡Qš¿3~à Ázººí,ý©¤˜¹¹¹†.¢{FÞ_sC‘9ªCC9ï,sAÞ#øxòžy{7!‚ òîiÜãMxáAAyÏ`IŠ ‚ ‚`IŠ ‚ ‚`IŠ ‚ ‚ X’"È[ÁÖÎŽÚ015 ÿ}uÎŒ™³Zê·ºzõš†r‚Xý}üt¸z9Ô/m¾/_ÅmÛæêæÞ³WoE¿5#ã¶ïKUÞ“«Ô´º½ß”x~Ö0…A°$E•\»v$IzzºâÏ0jT7¬n¢ú£)伕zbk\bÂî´“'šYÐK}bßoJ¼%£0…Á’AÞ FmŒäÛÇß³gœ<™àﯥ¥<°ïú⽌7oÞô€ššš‘‘‘~~B¡ÐÆŒ™½hQ}}}ßÐÐ!C‡ÉRg°/^âããëåí]PX8vÜxg×ððˆºº:éèìâ:nü‘HD—sâÄ __??á­[/~¦hٲ徾~ŽNyyyJæìÝ»×ÍÝÃÃÓkà Á=¢t03·ˆŽ^ùé§¾¾~ò!iiiþ^ÞÞ݃‚ _+göœ9E·Š&þoRtô"%¿QÐU¥ ‘ÃèUõîReˆ›·lY¸0%'ë·2¨¨¨ÿ€@êË£÷ú„ôU¢Æ9ªÔ û~S‚2J•¶ÛwìprvéÙ«÷¢E‹}}ý”̧ëÀ(gÕêÕßÍŸO ¹páDÍSAKRù—ÌÌ ùvDDø‘£G ‚HLL1b¸šQ'ÓÒttZdeefff,Z Ñ  ‚Ô£GÛ·W±gUU•»»{NNö°aÃúõë½pAþ¥‹ºzºII‡`ÃúõçÎæ_ºØRO/!1QINYYù¤/¿Ú±c{NNöéÓéfff”@GGÇìì¬èè…Ë—Ç(Îu÷îÝÙsæ¦$'ÿžwÞÅÙyöœ¹T{uuuŸ>½wïÚµtéjÈýû÷¿›??%ùÐùÜÜïW¯šøÅÄ×ÊYkaÑnû¶¸èè…J~ºªª”QzwÑ ¡ã/žËȀ̌LWW×̬¬ÊÊÊû÷ïÛÙÙª÷žõÎaTƒÑØ!%TisætzÚÉuõutÐu`”3zÔ¨ýû÷‹ÅbØ7nìØ¥‚ HCÁ_oB>ttt\\\R.ºUäé驦§“£ãüù æÎ›çëãÛ³g5=AHHpvv¶µíLÝ àââR\R »víNNIáñ¸>âkñéå²ÐÏÏÆÆø|>ŸÏ¯¯¯¡¡}ÀËÓkÉ’¥Šýsssý…B33SˆŠú,(ø…bÚÚÚ^^^`kkW\ROŸVŒŒŒ|QmÔÔh"G}e¯¤j#„¼Ö]tCèØÚÚÞ¿_^UU•——÷í·ß¦§§s9\_¹|UÞ“£Þ9Œj4ÈØw™ª´ 400€áÆefd* aÔ.ÇÈÈÈ××/åðáž=z¤§Ÿ^£pÃk㢠‚%)‚¼`ÄðacÇŸ8ñ y ›Í&I’Ú¿üeð:äædŸ9{öhêÑu?üp*í¤*|þ‹Ot‡£¥%oK%Òììœ={öœ:•¦­­½iÓ¦¢¢[šhÈçóY,p8l‚ 4Âãñ^Ú¢†$éææš˜ð¾üÌèUõîb4„oŸƒIIúúúË–-ãò¸B¡æÞ{­s4TãI‰†j«JF9ŸO¿xñ’GE„‡ëèèà‚ ÈÛýì@ Ó¦N5JÞb``P[[ûìÙ38~šj,++çñxáá+bc ®H¥RêÇÐ% ÕÕk©¬¬4·°ÐÖÖ&I2%åð‹¯€ r„Bÿ̬¬¢¢"‰Dµµµêúøøddf–••@|üNU=ýý²³sòóó€ ˆ+“#‡®ªz!Œ^m¿ü²ñÒ¥K¯(ã/\¹r•Ð_¨­-Ðk©—’r8@4tŽæžÿR‚//¯³gÏRwÙîÙ»WTáééYUUµî‡uc®Ú7.…A^ ž%E>"8Δ)_¿rp¹ Ì ·¶¶653¥ ,\ÈasH’\±bU4Œ3ÚÃÓËØØèÄñãšÌ¿3~à Ázººí,äíŠr6¬ÿ鳨(‚ ¹ÎÎñæææjZZZ®ˆ ++«Í›6ªêijj²}[ÜäÉ_‹Äb‚ BCû:tëÖ9rÌÌL•Tµ¶¶V#„Ñ«#!!ÁÁÁᕚR(œ2ej€ý„·oÇ[[[k.P½säù÷žŒ´oß~öìYþ†††ÞÞ^mmMtPEdäÈ“ìí»4.A4‡U^^^[[[SS³eãÏ?nøåé“Çp$9)jìôòˆÛÖo€Rã±#)‘£Æ>¯ª¤÷OÚ¿/ {pkCCt]³§ªªjäÈÈ#G£+D]]½¶¶–/yVY¹rEl£E=&$¤Ï°aÃЫ‚h޶ŽNBüöƒ‡2-ì•gÓO…„EÀ½Ò’-›7‡õ §§§««‹gIù@iÙ²%Ö£`é²¥™™YÕÕÕÖÖÖ›6þÒ8!ÅÅѱ´´4hºAw–¤‚ ÍŠeK—¾¹KKË ¿ç¡3ygàãM‚ ‚ –¤‚ ‚ –¤Ò,!bõË÷{S¿ôØP ññ;=<½zöê›{>"¢ÕhdÜVIøÛ nÛ6W7÷ž½z7¡9¶vvÔ†‰©™Pøï‹{fÌœÕR¿ÕÕ«×áØ7ŒKSÅ—Nã\Ô䱓û¼¡Pi† ‚%)‚4‹’tõ•>›7oÞµ3>í䉮]íccc-\*•6¸¬Ù—˜°;íä‰&4G êwá%Izz:õ#CïÆ±MeH“;¤ÉJRZìA,I‘—èE‹êëëû††úâ6Ë–-÷õõsptÊË{ñÜFZZš@ —·w÷ à‚ÂBÅá³çÌ)ºU4ñ“ú†††„ô3gŽát9õõõæíæÎ›7dè°ß~Û?22ÒÏO(úϘ1SIϽ{÷º¹{xxz 4øÑ£GŠSGG/j*sÀ¨‘|{øðá{ö쀓'Óüýµ´´àÁƒö]_¼¤óæÍ›þPSS£¤<]Ê^3s‹èèE‘Ÿ~êëë'W‰nªáí,/^âããëåí]PX8vÜxg×ððˆºº:éèìâ:nü‘HD—sâÄ __??á­[·T¹H] £ «V¯þnþ|jÈ… (Ÿh;EŸSÐõ¤ ‘Ãõ¾RA,Iä=•¤  ‚Ô£GÛ·ªªª³³³¢£._÷ïßÿnþü”äCçss¿_½j⇯ˆµ°h·}[\êÑ£«V­R#\•œçÏŸ÷þmß^¶@G§EVVfffÆ¢EÑŠrîÞ½;{ÎÜ”ääßóλ8;Ïž3Wqêèè…MedffÈ·#"Â=JDbbâˆÃÕ¸ñdZš’òJšÈ©®®îÓ§÷î]»–.]B©ÄhªáUUUîîî99ÙÆ ëׯôÂù—.êêé&%€ ë×gœ;›ébK=½„ÄD%9ee哾üjÇŽí99Ù§O§›™™1ºHº@FFµÿ~±X [ãâÆ)üŽ‘&±Sô9ÐõdòZÔûŠn‚ ȇ¾ ùX¡¡}ÀËÓkÉ’¥‘‘ñôiÅÈÈÈåHMMã$«’Ãç󃂂ÀÉÑqþüsçÍóõñíÙ³‡âØÜÜ\¡ÐÌÌ¢¢> îñnÌÑÑÑqqqI9|¸èV‘§§§šžj”WB[[ÛËË lmíŠKJj@  éÎÎζ¶©{ \\\ŠKŠ`×®ÝÉ))<÷áÃG|->½ÚúùÙØØPnçóùõõõt)Â(n‚‘‘‘¯¯_ÊáÃ={ôHO?½FáîÕFÄŽ®gã@½¯èV ‚`IŠ  |>ŸÅb‡Ã&H’tssMLHxCɪäjÆ:äædŸ9{öhêÑu?üp*íä‡`ΈáÃÆŽ?qâò6›M’$µ-~ùëíš+Ïãñ^ÊaQ*5Ô"jƒÃáhi äÛR‰4;;gÏž=§N¥ikkoÚ´©¨èVã\$G•@F>Ÿ0~ñâ%>Š×ÑÑy—IËõ¾zó@ ‚¼ðÂ=Ò|¿oq¹ Qø WÂß? ;;'??‚¸RPÐ8ᯕSVVÎãñ"ÂÃWÄÆ\Q|ÚÉÇÇ'#3³¬¬âãwúûû¿3s¦M:*j”¼ÅÀÀ ¶¶öÙ³gp:ý´*å_«‰zë4.§²²ÒÜÂB[[›$É””Ãt‡…þ™YYEEE ‰jkk!PžžžUUUë~X7Váª}ƒb'‡®§z!Œi§Nzüø1. ‚|¸ŸÚè¤3fÌhO/cc£äC‡è{MMM¶o‹›<ùk‘XLDhh_‡nÝ!üÄñãêå,X¸Ãæ$¹bÅ ª–¢°´´\VVV›7m|gæp8œ)S¾Vªz,˜nmmmjfªFyEÛÕL¡Ê: ‡Ë Šß?pÐ`=]]‹vŒ!ذþ§Ï¢¢‚är8;wÆ›››7B *"#G8˜doßEëÔ`ffª¤§µµµ!Œiß̘¹~ýOB??\ù0a•——×ÖÖÖÔÔlÙøó~yúä1INŠ;½ƒ¼âã¶„õ ÔxìHJ䨱ϫ*éý“öï èÜÚÐ]‡¼3FÒgذaè A×¢­£“¿}Àà¡ô]UU•gÓO…„EÀ½Ò’-›7‡õ §§§««‹îATR\\ìîáù¼ºzРAè A·^¸GQ‰¥¥å…ßñÕž‚ oÒOÀŠŠ K«oC¸¥•Õ±Ô£R‰¤É*] ÒÌHtAqñBž—P"£+ЙùU¥Mu½^¹‚äñ ¢)ŸšÂ’iþG#:ý‰ÎD0&ù–¤‡ú‰@ä=ƒ¯ÊGšÿ§â?ccãN:ÛÚÚuìh3þ|¥½ì¿Ûw¸ººçä䄆†Q­[I2Ùª•«Þ…Lþ¤\êãã+ÿó›éß´h¡{õ¯¿4ÛTú«—S_Wgjjö¾Â·õ×­NNÎÁAÁ¸3›},4þÃÿ½X’"ȇþC átú©kWÿ:Ÿ›³}ûŽ?ÿü“ü/°qÓ¦„Ý»NJëjo¿rEì [H’”Éd«V­zCùË–/_¶l¹ú>Œþ¤\ W¯^%IR,§:eei©ùÔM¢¿&r•7üºuëÞ=‰§N¥}àÎlö±Ð<òŸã ?+ãRÿòûr¯çÄD¿/÷Æ¥þ…%)‚¼õ’”|qB„‹Ål6ÛÀ 5I’ÃGŒ ýœÇŽW__O’duuõð#}|}}ýü¦ó 5ôÄÉ“B¡¿‡§W@`÷+W H’¬««315[°pሑ‘Þ>>çÏŸ§zÒÖÕÕ™™[D/ZäåííáéuåJÁ˜1cœCÃÂjjk…Ë™5kvQQÑç_LìÒ·wŸ>³fÏVü\_¸0º®¾¾OHßAƒ‡¨RÒÔÌ|Μ¹T:Ë—Ç,_³<&fÙòå(II€áÇ%$&’$yâĉ€¾–I’÷ïßïÒÅžêrãÆ ¡ÐŸÑ±JúS¼Ö]t+É9~ü¸—··—··¯oQQ¥ÿ’¥K½}|ºvsGJNâž=.®nnî |øð¡šàª‰£yø,\ø¾œÉh]Õ$Œ‡Ý„•+W}ûíwÔßÿòI“AšQIªÉð­G §ðøn´Ï€î¶[ÿùæ“bIŠ ¯;K Ò·¯“³Kû®ãÆŽ577#IrÃúŸÎ;›颞žÞìÐÑÑÉÊÌÌÌÈXM’dyyùwß}—œ|è|nÎ÷«W}ñÅ”Àêêê>½{ïÞµsé’%òt$IVUU¹»¹çdg64¢_¿… ä_º¨««›t0I•pŠØØ ‹íÛâRYµrðjIº@ ¤=òÛ¾½ªä<þ<88è·}{êј˜å1111±Ë—Ç4ø,)@Dxø‘#Ge2YBBâˆáÃ_^¥¾(~`p¬¢þŠbÕ¸‹ÑÊrîÝ+ûߤ/wlßž“}:=ÝÔÔ”èèà˜•½Pé”ð;wfÏž“’œü{ÞyggçY³ç¨ ®úH1Ê‘‡/ZƒJè-9“n£ªB,T>tFŠúmÿo"‘ˆ:ý9vìØ& ‚|lgI¥2‚Å‚ 7He„X,}/Ÿ×øxòÑ‘šzÔÜ̬¢¢¢oh¨w÷îÝwíÚœ’Âãq>|Ä×–£ãüù æÎ›çëãÛ³gÈÈÈxú´bdd$%¤º¦†ÚÐÖÖöòò[[»â’ª‘.AHHpvv¶µílii ...Å%Ū„7Urø|~PP½LllLLì´©SçÏÿ–.] sçÎiм:::...)‡Ý*òôôTÓ“îXU¨q—*ËÉÌÌúùÙØØP¶óùüúúz@Ú¼<½–,YªØ?77×_(433€¨¨Ï‚‚{¨ ®úH©’óÞI7¤Aª¾ËX¨H7ÁÈÈÈ××/åðáž=z¤§Ÿ^óý÷Mù¨ d²ºziUµˆ$!Ã’Aš±Xùƒ±X,·hÑÂ×Ç÷dZ›ÍNHL<~,U[[{˯¿ÞºuK,›››Ÿ;{æÜ¹ŒÃ‡¯]·öXjªD"uqqÞ¯(Y"‘ðxÿn»»¹UUUýôÓúÑ£F5m ¤Ù_¸ÿõH¡ï¤=ŸïvŸ°Óm|¼®VM½¤ªºîyXG‹çøéf‡ÈMÝFntútãÏû/àYRy+_ Cúöe³9b±¸w¯^‘‘‘@’»wï6|„®n ss ê°ðÿíÝw`uþÿñÏ”ÝÍÆ$$ „@ H HB¯‚ÈQrzzúýžRN‚òýÞ÷ìz‚…½w0D8QŠ NÑ„´m3¿?݄֘Øì>à8;å3ïÙ°/æ=;9tøoÏ<£(Š®ësE‰ŽŽžÿÆ?ûËãv›MÓµôôôÛn»ÍýéXöÏž={xnðwˈߦ….„.¼n¼Âh]æ Œ‰qcÇvKî^§N•+–W>Ȳžxâñ+š_É?µu]—eyÊC]Z@º®(ÊSSŸ:lx||“˜z1¢‚Âêº^vüe÷RQ¹¼V¸\^xáù{'NÒ5MQÕ·ßz³AƒžgÊ=þØØØ9sž:l¸"..îÕW^.Ê.ýYù™òº²§ïÆóÒŸ õ†Ÿ‹Ëÿøü~•»GúlùòæÍ›_ö„^é‰Û[« J¾5Ĭ?.M|óÓ™üB›Íîê“t«Å¬ß¾P\úúGYèx†$åää-øçk/½úúÙ_Ï!V-ÿtÜÄû9a¸Þ{{Á€ÁCËÍ\»jŘñ/ä{.ÿéG¦ôìuó-·\vË+>ýxÌø‰¹¿üL‘}âÈßuNJþõL¥ ˜þã&÷éÓgĈ᜹ëÖ ZþÁf³}°xÑŸþü˜qwVY&½×?ùÖíû³5]躮隦 I’$IH’$SBº¹VÈ·‡~øî“G½îôµ—_:lxdTT¹ùÖÐÐÞ[8tÄHÏU ò·mÞÔwÀ !Ä©“Ù æÏ0xhxxxXXWIà¸þA=)f@ÊÎξgÌ6l8xð k¬$'Íétwx—%Iú¿Ȫ*IB! ©Ôî*¶;o²˜BCTI’„’$ÙNYÒívÛu'‘|êƒzRÌš'66vÇöm>©$'þW—7ùøôï¬:ètºt]×u-ÔbÔçö݇NG†[¿;üÃ…¢¡kº®+²4yxÇëó3B$ìÿ–Ï”“ú·šØï·[á;Lx;<Ôb 1}õþd÷K’$Ißü RŸˆoÚŒs)&'¨Ÿƒå? 5MÓ4Íétº¿ð§¹4“Iµ„˜-“®i%%%F•$IUUY–e¹ÚŸÑD$‘€Àþ$,Iív{II‰ÓéÔ.r©&SHˆÉb¶!Î;gÄPUU­V«Ùl6î.%’DR®6þþ£ÐýPA—KÓ4Wqq±, ›ÝU'ò¦ÒR»¢ÈEEE¡¡¡º.¥º~£=‘ÁåÃQ@pGÒòWgŒv¼qùÓáp8Žê½òÖ —KSy@§z&“ÉjµšL&EQTU½>·“IÈÎÕîA/,gc%¡T”‹¤B(²,›LºªšTU×´qé·èÞXÓ4Y–CCo  µZE1n'•Œ`K$®šF×ätï÷°¹Ófhh¨ªªNg¤®ëÆT³Ù¬(Šû+M|ã¸æC)€DZñÇ¡‘AßH\6ª^·g?I4LDLŠs“VË¢›Ý¥I%Né¼MúµDvjÔ†RÁœI/ÿå$÷Ó²+]çaIà?†!HÔÕ›DØ~üáðwÇ~8wVTíº±hß&§X-´K”ˆRÁúQX3> ‰¤deï%•$¡ë"µuí-ÏÓuBµØ [Ö®¬]wø]#Æ5Bœ8q|Ëæ-û¶ü+eð„ìóR^BQj ØH’T\T(UÃîuÍåÛççIàÿ4tûCý°Úá&³*ý¡~Xý(ËÖC¿RŸÀ`Rô¦‘öÍ«WÞÑùŽÞw¦¹ç'$4KHh¶aýÚ]«¥zðü÷N;}eJ Y­ùKnntt´Ï7ž——%I>K¥DR²²WI¿=y!>:ôö¦Ñv§¾ñë<Š0ê‡iG¿?\'ºNï;ÓìvûªU«fÍš%„8pàôéÓû¤õ=vìø±Ãû7hûÝÉBÊå«R{¾J©£ÈJ«Vm²23;'%Õ®]ÛW¿I×õ3gÎdeîIl—h²˜ˆ¤@•~lÜÓ-bÃB-ê7Ù¾9Yسõ-[œ¡>¡Vˆþñ##î!„X¹råÎ;ýõW!ÄÂ… …©©©Ë—¯èݺӷÙ(—¯Jí¥ü+’ªJã&4͵ÿË}ùçó5Í7í Y–£¢¢Û%ÆÄÔµZ‰¤@U"éoÓßd !’[Þ’W’WBq†EçÏ1njœ3gNnn®û¥5kÖddd4Œk”—›S;ÜÌ Ä>,µW”ð7&“¹i³¦± :~ÉI’d“Åjµ á³o4IÈlvg¹9›¾ú…²»Kºüß²’¤È^Þ Ô@ÀS“z“©Œ“S…ÆC ‚A¡MÔŠª}âÄñ„„fýúõ3úõ†~ýú !N?]7&¿ØÁûÁ‡¥öº¥@$¼àŠƒ3Eâ–˜„-›7'$4›>}ºbåÊ•âÒ×›„[·lnÙæöy%¼|Xj¯ PjDRÀ .ÕƒÓôq-íúxýúµii}322222ܯnX·¶   mûN‹¶eó~ðm©Ë½J©I"iðr8Åñ|©Kß±û6.=öÓ±^½z]|~ûñã[7o*¸paÔØû¶xàë³gÏú0FFFÞÖªMã&M&~{P4îAËérfŸÈÞûEVÏÞw6jÔXQßlÖé8vìØö-[tÍß,AU|“J‰¤dsÇ·¡€€÷þ»ûöÖêý“šY-ª® ]×5]èB×5]B×t¡ëšš¦–Ø_ÿ(‹H ßsØ¥vç¦}Ç]º›$I’„’$ I’„,&Åaw^Ÿ!I–Óép:ËÇJIÒ÷~Ÿj5K’¤ ! I¡KBèFº.„œ.§,év»H €«g´æËÍŸÞâUNã"©vé&Òò÷•*²4yxÇëóí(")@@‡RL9©«‰ýn«ÊÊ’$Ip´üURMÓ4Ms:Æ|¯‰Ó}W©ªª²,Ërµ?ÉžH СÔ#’Úíö’’w*õÊÈ£V«Õl6 •H €« ¤¿ÏîïØkš®ëZÅ‘TÖË ’àª#iùÖ¼ûò§Å¢U~•T–eUU¯Ïí¤DR€@¥¢\$B‘eÙdªÊÊŸUJ$Àµ%Ò ¿ÀT¥ ð{\s"ÕýœDR€Î¤5#’Êœ)øƒÛ·††ÞTvø"‘ ½zøvœ\%…_Hë; Ü¸F’$JÕð {]sùöùùDRø…ââ¢ràóh­ÈÈ_rs£££}¾ñ¼¼¼¨¨(IòY*¥q¿@ãßRd¥U«6Y™™¹¹¹š¦ùª_¯iZnnîžÌ=Í[´0YL¾-WIáhÜàãHª*›4Ò4×þ/÷åŸÏ×4Í'›•e9***±]bLLýP«•HŠ€BãŸ3™ÌM›5mØÐépøð I’$›,¦P«UÉWÛ$’Â/ìܾ5­ï€ââ"c‚‚à›¨§˜Ô›Lþ?Nî%…_ q@PGgJ@ã€`ÆURø¾q‘¸ÁhÜÌhÜÃ/и ˜q•~Æ=DRà£q@0£q¿@ã€`ÆURø÷IŒÆ=ÁŒÆ=ü{‚WIáhÜ@$n0÷3÷ð 4îf\%…_ q‘¸ÁhÜÌhÜÃ/и ˜q•~Æ=DRà£q@0£q¿@ã€`ÆURø÷IŒÆ=ÁŒÆ=ü{‚WIáhÜ@$n0÷3÷ð 4îf\%…_ q‘¸ÁhÜÌhÜÃ/и ˜q•~Æ=DRà£q@0£q¿@ã€`ÆURø÷IŒÆ=ÁŒÆ=ü{‚WIáhÜ@$n0÷3÷ð 4îf\%…_ q‘¸ÁhÜÌhÜÃ/и ˜q•DRI")ˆ¤‘DR€H ")@$‘ ’€H I@$ˆ¤ ’DRI")ˆ¤‘DR€H ")@$‘ ’€H I@$ˆ¤ ’DRI")ˆ¤‘DR€H ")@$‘ ’€H I@$ˆ¤ ’DRI")ˆ¤‘DR€H ")@$‘ ’€H I@$ˆ¤ ’€HJ @$‘ ’€H I@$ˆ¤ ’DRI")ˆ¤‘DR€H ")@$‘ ’€H I@$ˆ¤ ’DRI")ˆ¤‘DR€H ")@$‘ ’€H I@$ˆ¤ ’DRI")ˆ¤‘DR€H ")@$‘ ’€H I@$ˆ¤ ’DRI")ˆ¤‘DR€H ")ˆ¤‘ÁL¥`ï¿û6E€H Ü0ƒ†§Ô4î@$‘ ’€H I@$ˆ¤ ’DRI")ˆ¤Àu¢R6[i©Ín«|I’Â#j ]§\Ijˆ¤vÛ¿÷îÍÌÜ]ÑŠ¢têÔeàa ò)DR ZdeeΜbµ–›îܹåË—ß=jÔœ¿==pÈ0¯ëÖ‹©ß,!açÎÆÿ>ñ_ÿ=þü=™™-[¶ð\XÓ´<ÿü?îuS¥¥¥ Íþp2ûg€r¸—OÓ4Ï:~Üx÷œüüü±±V«U×õ+V^üžª !‡"9¹ûÎ]»Ž9"„°ÙlÅÅÅ•ïÂsy¯»8}:Çd2 8pÞsÏû¬qãÆU\åçœÓåæü{ß^cbé’%žË?;wî³sçÓéééééée_u?”4::úë¯ö—[×syÏ]ôéÓ§OŸ>åf¦¦¦¦¦¦r~DRÀɲ\RRbµZTš––VöÕââbEQ¨DR uñ·§+z¾¢(]ºt¥JIêQ+ràaý¾P7»ÍF­ ’ÕC×/äSü‘DR€H ")@$‘ ’—}ËÊrˆ5„:à‡Eq8²|Å “HŠ&¢VdII‰Él’d‰jàWyT5™>}*¢Vä•®ËooB Ó¼EË}Y{:vî]/FUyà/Ç©ìãûö~‘˜ØžHŠS¿¾âëý_äçkšFAð²,GÔª•˜Ø¾^ý")‚"•ÁHœ¥ ’€H IÀt]—$‰HŠõO%Y...¢ Íå2>≤¨1""j8öSii‰¦ëT€M×u§ÓY\RRTXQËë2< þ¨Ù­·:p E«VT€Íè×üúëÖmÚ\Y$}ïíT7Jí:u[µióÃ÷ß_(àyøÔx²,‡GÔjݦÍ-uê^A$mÚ¬µÃuóí7‡¼Îº9*êæ(êÀµhѲ•ÿÒ{$휔ÌùùçÏÕÔHZ#†€«PQ²*ªéš+_o.×Ò¯¦ —DR€àâ‡ýpžK ")ˆ¤Uqèðáž=S;t¼ã®‘#Ïž={=‡¨ëúÀƒrss=_r8}ÒÒ +Z÷¯O>Õ¦mâ-µëx]½*4M{þùÜÿ[¿~ƒš5~O‹¿ŸÔµ[ß~ýöìÉ:lxUŽëZÁŸ]ÅɽŠ7€ÛO?ý”’Ò÷K\‘ôþû˜:mê¾½_tìÐqÆÓ3¯çW¯^ݼyóºu½|Á‚7+ZwÈÁ7¬ ½–ÔòçŸwÿïªU+kÊøN§×ùo¾ùæ» ßY»fÍm·µœ›1§ºáŠÆvÕÊn°ê/wr€_GÒ£GæççßÙ»·bìØ?®^½ºì«6›­I|Ó9ÝSRº%w?tøðLîxG§!C‡•””!6mڜګw·äîwöI;tø°±J£ÆMžyfθñRRz|ñÅ^!Dnnnb»Ûm9r$µWoczñâ÷‡ "„(**;n|={öLýï¿>ém‹/®hä]:wŽŽŽ®èÕ±ãÆ§öêÝñŽN“'?h³Û™6nìž’Ò=%¥GžÿùÏžyfNiié AƒG¾G1`À@c±—-ëÜ%)©k·‘£F9s¦¢ƒª¾ñ»ûë“OÝÿié}÷ìÉ2f6n?}ƌѣïY·nç §N›väèÑ)zxРÁš:mz¹Ízž¬«;ÏÚ–›×¹•; ^ße7øÙòå•oÜëÙ)wr ÿøÇó3gÎ2¦÷íÛç~–ãYÛŠÞQ‹-îСcZzßŋ߯¼Î^—€HzÑÉ“'ccc阘˜âââóçÏ—]    C‡;¶o¿ë®Ç Ÿ>}úÞ/²Â–/_þË/¿Ìœ5ë“?ÚµsÇÿÌ{nÊCSŒU ûôéóÞ» gÏžõܼy•ì=sÏžv‰‰Æ§øM¡¡Û¶mݺuȨ̈g¯Ö­[×ér:uê*þ¥_زyÓÞ/²ÂÃ×.]*„ÈÉÉyøáGÞ~ë­Û·oذ>&&fÆŒé!!!+V,_²ä÷ŠÇŸ˜6mú§Ÿ|üùî]‰‰‰S§N«ä ªoü………}î¼sÁ‚ù¯¾òòät¹\Bˆ .¤öL]²äƒÖ­ÛxrnFFllì› ¬X±ü¹çž+·ÁŠNÖU‚gmËŽ­cÇŽ^wdð< UÀ½Á\vãžgÇëÉ7nìÇŸ|b·Û…ï,|÷Þ <÷[ÑÀó¨?1'#cݺµë×­ÍÏϯ¤Î^— Høæ!P‹%=-MÑ.1ñÖ[o‹k(„¸½]»ìì“;vî<{öì¸qã%‹ŠŠŒ «ÕÚ©ÓBˆæÍ›gggW’º\.—ѹnӶͬٳ¦Ï˜‘Ô¥K¯Þ¿]»ª[·nNNNƒW|“ßK–¬\¹Ê¤ª¹yyf‹Y±s×®nݺ&$$!Ìf³ÙlöÚÎÊÚÓ­[W#*ýqÌû¤¥UtPÕ:~“ÉÔ³g!DBB‚ÅbùñÇãââÌf³1³¢AVÂëɺºCð¬­QRcl½+ žg¡¢{UÝ¬ÊÆ«ø–«]»vפ¤U«W÷JMݲeËÿþϼª¿<:+kO””Úµk !î¹gôÞ½{+¡×% ’þ&66öäÉ“î+X¡¡¡‘‘‘å"©1¡(Š%ä⴬ȧC×õöíÛ/^ôžgœº¸˜,ëšvqB×™v»Ã½e‡Ã¡ëº$IM7Þ±}ûöíÛ׬]ûÒ˯¬[»ÆXÆf+µ„„\鑞™ùá¿>\·n­Õj]°àÍ#G^{5=ªúÆ/„Ð4MÓ4Y–…NçÅŠ…„„H’tuã÷z²®â*ª­{l½+*âõ½Qî`/»qϳS‘I“&ÍÉÈÈËÍ8`@Õoä­è¨ÕKûuOT4BÏ%›Ö¯2|daáïŸõUÙDBBBxxøÆM›„‹-îׯ_Õwß=9933󫯾2"ÔÁCþ«ÈÈH÷-[·muLjÆ;~ÜHÃf³yÀ€s32>þêYùɺ¢C¨¤¶UWxž¯ïkËy=¹Bˆ;îèx¡ à¥—_žà­k_Qm½u§N33?·ÙlBˆ ë7T2B¯K0† YÉ«UmÜ/X0ÿ‘‡yê©©5zãV}÷õêÕ{sÁüG}Ìf·kšÖ¯oßÖ­ZU”¦M›:dÈÐø¦ñeoì߯߶mÛšL˜pèðáÙ³ÿ¦È².ôgŸk䉽{÷uìÐ!$$D±téÒÖmZ—Ýæ_þòø†KJJzôLmÙ²åGË>t¿Ô35uÑâ÷GŽVöNÙ—^zq½5MSUeá;ïÄÇÇ?.©k·ºu묾”3ââfdÌ> endobj 27 0 obj << /D [456 0 R /XYZ 56.693 759.068 null] >> endobj 459 0 obj << /D [456 0 R /XYZ 56.693 731.272 null] >> endobj 31 0 obj << /D [456 0 R /XYZ 56.693 731.272 null] >> endobj 460 0 obj << /D [456 0 R /XYZ 56.693 703.918 null] >> endobj 35 0 obj << /D [456 0 R /XYZ 56.693 590.389 null] >> endobj 461 0 obj << /D [456 0 R /XYZ 56.693 564.594 null] >> endobj 372 0 obj << /D [456 0 R /XYZ 56.693 161.005 null] >> endobj 462 0 obj << /D [456 0 R /XYZ 56.693 141.135 null] >> endobj 455 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im8 454 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 468 0 obj << /Length 2546 /Filter /FlateDecode >> stream xÚµYKs9¾ûWôQÚ’ÚÝd?O[q9IeSÙyÄ»SµñZ%1nµ¼ýˆgôë @öCí$;S›C ²A@àx{/ðÞ^ÝÜ]]¿‰/÷óD$ÞÝÎK„Ÿ¤^澌2ïnë}ZܨªkϪ>Õv³Á¢{8,×"»{™F5ÑÛ¢Yþz÷»C?cZüÏ¢kuÙ5ëW­>Uªšcz¿”ñâTÝØwuŒÍ³ªϪÛ#?èzè˜HÔ1JS?ÉsbVg @š-®éO㊫×wWÿ½ %ðB/N€_ziúI ¼‡ãÕ§_o ß@?Ê3ïÙp½8 |! KïãÕOWÁ‹†²2£Üƒ„4¹U` )Äâ¦htSGEÃÏj«"_—ꨪ–GÇ®aªèv<¥+d­ªø›Ò•]¾µ;Ü‹Tö«ºíYD~AW*øËuNêÿD)ÈïmT kšVA­{Ëõ‡®ií.OEÓ(ÑUÛ9ßm‹zGPé‡CK¤9 ¬º Å‘‚ªÏ®2§°«ŽDºSˆ‘úöAðSà2:…ï´Oý\JÒþÍ2ŒEY6V4>Yž!‚Ý69É«®y^†pÜCyi‚²T–»Òªn‹»Q[]í»jo'TmîRY¶+{*þô¬ë-Qï5‹¤Ët¹'<+½ogÏúË2ƒŒØ,¶Â€r€v7h¼Ñ@Döz¶ õ[‹&.fRÌ=¶Ll”ñGK#ݘ“±V¸â[ÅôV³6:°«»C̱1¸¹rK†Fœ LI ·I]<¶*KtxÏöj)@—{E‡’<ß~Ø|V­Y%Œ] îÆ5sÂˆÍ ÌΜ¸u±7F#?ÃGg_ó±¡Éí‹LŠ™~€èihîDFŸŠÓ¬)V?®ç¬‚)µTà LM2½—pD^’.þ²^2³Ú, 9]a$¼dä ½$§¡.mn0ÂËD%Kd%oÙy2Áœ«'þ™ þ[ÍWç–oc0Ûð…®Tgo¤Ka£8œžpt™iØwæ4 ßÊó³ÒD}|8Ôºm•ÑÐÕ/~KXü<`}à ϧuôÊC*á4a…šõFC׫ÔÜ^ì%TD´×½ñìn5†×Ã#Çö#lh*r QCàËLÚ‚üZW;.ÛÊ)?M„e:¹,úXêË=Æ>p¶~_žv¶ÀÛò.2Ø$L½8—°–w(ý~ÿ2âÐô1ñcúb ˜¾~w̽ÛýŸœäµ½îe_B$~fvs¼• †>ƾá(Çxî̵ÞsÉê½²"ò3ØÊŸŸGá×½w£ ®Û «cÆmºW´i;¯§99°Ç²qRí>.Ÿ¦QÕ@ir×dr œ0é–íø˜öïÁ噟‰@Wæ'Y>Epr€à¢$öc!‚#w‰|´²Á †¸wúéihNÒÌkr"€L L ¶§1:Œ7Ýλf æ¸×BJ3ÇeÑžšþŒÅ@Am§êvý&&!—¡ŸF|ÿ6s‚ÌRoÀcnÝ¥8¸š‘ŒìÕüûK‚ø;zuäøœu””_ÒÿÅQ/Cí v”6~l¡¶˜Íoõcž@IÀÍ¡®nhÂOøÛhÓ½eîfÛ» 3CÁ2p”xª4ÝCohe1ÌуV\‚Ö(™­¬0o› 2Œ,λÜËÍëÃxý“Ø™ø±ÛSå ˜RÎûQÆNRÎ-IÂf¶öÓÏÅVŸMÚ6ãd9ൃI숞je‚ÝLôªÃ€-KìâÔÀëjvq2^¬+«PMŸž÷?J—jE_ºãlƒc3ÜgƺÔ{5[úw¦Î]i!Ù0”õt\Þ_mLî«ö–Ê0tk00Y‰ÕÖZmšæwlÇM€B6Hó›O›³V`æ„EŒžz&0A˜-Q/£`±r"›‰ðWÕc­ºóN•[šx[Ÿî¥L××ïK À4JÓ»@µŸ3àFƒ2˜N£¿ô F[¤Ôcì“+ŒMøRÝëqy˜O¶[ÑuTHYül8MÆÕ>¢÷‘°§¦6Ƙ³ùÀ§v{&´ß¶ªë¿£Ïäø fàÓõ/Ìõ¶hN^¢«T@ÇÌܬO$ÜɤKã׌@ Ò(>d”±çn_ØK _¦y¿X L Õ¶ÔöiÈr€ìì\ê#øN°Ê*¡7“x ɽÔË0[؆j£,¢ú÷2„¨Ä÷©²½@ïÿªôokÓÛU¥½ö†Ì…ºDXPæÄWpVoœ‰8‚+;4Ȥ®wOe‘{.Ҍ͓}¤á´‰4$f# ùÝ@4 :º C¶AÐ™íæƒ.€–{(ð­ ‹|g_ºu”AØ [›’QðÝ~E°p¡O)û»‹Ž«˜ÆäÞ$y84-¿X`ô‚:}ôö¯/.#Ù—¢•Ý´z±[™{ôú“¬®¶'£}³gv+Ó7Ÿ…ƒ¡¤:Ëw·d1;Œ]KVµ³-YèËðÿёũäžÈs?NÿJG—-É^„_BF@N~œ‡Nƒ¿Ô“;×±ìT]õ…óižñC{èGcDHH–DIË€+¨Ã$>PbÊ"€ºÜ&þÍ%ñ4ñeâ²8!Ñ$p¯¦H~9Ñ“t¯I]v gùÁüE] `õ4vYQ¢OJRÔ%8³!röCxh@—lJtÝÀy×\" ºŒs›"‘/™B¤¦ƒ0Ç“ã&hôTïçiæ ˜å‚`÷îJxP¸,IŸAÕfÅ$µ¼‰°WŽÏˆkÝË}Ÿx•Ø$‰ÙÄ s5\{S<ð¿¢âYW4€™¬“î}EÔ âò¾q†‹ŠÍ á„ãj>È“®–MZc€X2ô³”H?ôÅ´ô…pq¯–îÑ´þðîÃëõÝ2 ¿?q<´È¸¦ìré¬Àf™°Ò„Zaé#æìª2h†µÐ^уW è5)k-¤‹膉t›c0ÁÇÈðÊ}¬Y†}@Æ>Ò_SÅŽEUì[×\¾+ãû®üÂ+¦y½Î íß]nNeéy[`:‚þßþxsö÷% I>Ѥ4£·y\j&‚oöØn5<=Í 2ÊUCa§ >k¢4òÌÔ{ÜI%Ã2GlÑB¦c/Ò”óóŠÆ|ïð‹©H\[¥íèd:olüÐ?âÃÀ¶›¸²¶LEuî œÜÚ™± ÌÚQ‹i´ªwãwf1×½tþŒ¯s\rÇA7©Tƒ¥Ç9öéÃô ?2͵§óÏmüãføA’ÿ™ßKÿΗ5 endstream endobj 467 0 obj << /Type /Page /Contents 468 0 R /Resources 466 0 R /MediaBox [0 0 595.276 841.89] /Parent 452 0 R >> endobj 463 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 473 0 R /Length 488 /Filter /FlateDecode >> stream xÚ”YoÚ@FÿsÕ¦Í[VÔQv’—4U³U †¼§` ¤¼ðÌx¯ðmè%ÓZ(v¥˜«ó`¿{flË7 |Ë2~>ôz÷T@‹©ëïQÛ*r²,ºŽóz $qXÌgmËÕ£"/—˧”-ÐØí½nœO4~çðDpñk£r(mÞñ‘áwúŠ ŽC·ÀdöÞn½!„$hd t±XÄ#®vÍÂýÇ`3}6Ä !•B‰ÛŽ ö|>_kD*RAhqõj.ŸÚÂj Àh=iÛVdX7fö¡¨Õ9QV¹ë£ãJå¸ ¼ß~·ž¤ÿÎ`šÆlÎfSFæãa±T(UŠW«Öoj•£Rù™Û[Q ÿ5zÓiÈI–WðüíçÓ“Ó/' þ–­(ŠÅxÃÌ`èZøq$I<;ÿzquÏ’@h º®yžëûÞ Dqpqyvõír0èÇïêdÌ šF\׉#ŠÃÝý½ƒ~ÿ‡—˜ŒG­•¡«ìPÛuè `1"~f Áoƒ"-#EfŒTË46@‘%0°ùg€oš hyèÝ·[M¸€)×í´¥á ÐR.ät„¾BVÍ»éõÀî©0iÿ¡Áe endstream endobj 473 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 71 /Filter /FlateDecode >> stream xÚíQ Cû)+ïÞÒ˜0¢„ƘS\+ùr&…sž—|ÞÑE(õ> stream xÚ”ËNÂ@†ßÚ [ñ%ÄÒ‚`t!—= HK‰:åÒé}fz£+Pðà`Ó… Ú?_šIsÎ×Ó4=Iù¾û1SÕ©\hñ'ŽBJ|Q¨#´»ˆ¶˜7î‰ïj©£ãñx(hFE~Wœ‡RÆ·AÞ_¥Â( ™á»x2c´Ü 43PºßïK7Ð_C‰’Èn·ËîcŒ lpNÇ|Lœ¯$ÄÏ ysµvÛéµ;Ý×n¯ýüòÔlI­Ç3•ë«|%ý›ÁóÜ4MÒtË©ÝU¢Ð¸ŠRClžš"\+7WY`YæÙà:Io· éBÿ£/QV˜&æ×±ã8*Ænp; ƒ( ‹blÖÜ`ÛV°lÖ«ñÉ Ø–É( -Êz¥sƒebøÍaQe¥#n0±á{n t¤ï7˜¾i! e¦N'ã`Ë)òD›Z$¡îØV… „e5öa¤Ë§[Ø€MûRëÊ endstream endobj 474 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 136 /Filter /FlateDecode >> stream xÚûÿ w ›óIQœßvúµËNm¦‰ï.ýùm$$$ôÇ¿\ëåæŽ'½¾{ttxœªîo鑽«¬ø¿´ËF••@ÀKÅ :˜ €BMè¹Q:ÅùÅFü¤+ªø—`š*®tjeÝz^ó]J§ü7Õ3Œª1£u endstream endobj 469 0 obj << /D [467 0 R /XYZ 56.693 815.761 null] >> endobj 470 0 obj << /D [467 0 R /XYZ 56.693 635.367 null] >> endobj 471 0 obj << /D [467 0 R /XYZ 56.693 528.446 null] >> endobj 39 0 obj << /D [467 0 R /XYZ 56.693 243.696 null] >> endobj 472 0 obj << /D [467 0 R /XYZ 56.693 215.844 null] >> endobj 466 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F64 307 0 R /F52 247 0 R /F74 436 0 R >> /XObject << /Im9 463 0 R /Im10 464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 477 0 obj << /Length 1567 /Filter /FlateDecode >> stream xÚ­ËrÛ6ð®¯àQš1a_¹Ùc§“&i&gzˆs LHbLAuã¯ï» HZN›N}Ñr±Ø÷klü²¸¼Yœ¿Žy³<‘Ip³ É’4ÈDÎ"•7eðyy©Mß=éfW˜r½’|ÙßíV¡Œùrs¥ªA¸,ÚÕ—›_m(Ëã/ÿVô]U÷mxqßU£Í)¢·«(^Ì-çrÛ7…%lusÿ¤û­¥EŽIduTiÊ’<.îv ¤ÙòTlo,®oßHx ‚8ú(HsÁ.ƒ»ýâó”pª0•gÁ££Ü±àLF ÀuðiñqÁÉQÿöw&QÅàÇ,µ¿-8Kc%G1†Ýa’&,vŸQ> Ïßì…® ÈÇE…$+ sqMå(®lϳŠr¦‰ž»Ò¼ßuÕyxÔ¢ßPtõ÷oÞ_‡7«Œ/¿? f]´•n´)5~_ê²2ÛÞl1Öƒ¾³DãLÈ8eβ(Bu.Öëª.á&2J_áïÅÿ¨„ÿ…ü‹b¦d„‘d\Q"¾^‰xY@¦¶.Å“h iX£7@E˜)˜‰"ð=VjY¬Ä²nÖ•!²wUÛi/¥%æ=à’­ø¨ëîŒ4¨ˆZ›îQ—.vc´3äК·2ö}{²@÷U· £(rÊìüÓVùÁصd«P€G?*Ž#k°³2mWí÷ÚÜÊ8Â˧½iÅ–E³A¼©îv$ê¹L5–ý¤LµÜkmÞ½*ˆ½Z¾Ù5‘Ø}va´€ ã ̳KβK΂ PÜ­›¢YÛB2Hu_s† s¾ƒ¾B°¼®5Ñ! !`/úöq% ôv5"Žõ(}ÂDôÂZ³ÕµMŸAð,ùçöm-ú« Ì"-[`úÊ‚ûÅM]`Ho{Hz·x€¦Y<ú•Ûð‚§Ú]:³Šˆé7‡¬¤K¢}NðqþyNÄ/äDˆ•3±=AÛжE7Á3¥] uÊÑIë#Õ±Q_> endobj 465 0 obj << /Type /XObject /Subtype /Image /Width 902 /Height 528 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 45222 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 902 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|Õ¹÷Ÿ3e{Óîª÷nK¶å^ä^ÁŘbÒH ”p¹À}S!¡HHn„ ¦CÀ¦Ä¸7\dl¹ÈVµzÝ]iµ}êyÿi½V±¥•ŒÛù☙ÓËüæ9e,ËÀ0 ê…¢¨>B@ @ D Æc,ËrŸ¿ !$Š¢ru0”[IV@ ¢ l÷ !¤ˆNI’dY–ú)`I†@ ¢Ð£Š$¥û¡(L!¤èQI’Ä3é¯JIž@ ¢¤‘z”9`(Š ëQ!‚»ÿÉA@ Â(òÂÃk†aY–eYÅè©\g(Š’eYÑ£<Ïó<÷ïß×Äæß÷Àƒ$×@ £È/ÞÙrT<{ßòð8¼riµÚöövEŒrw÷ïß¿ç®ï@kgÄ §yÛÿz+¶Ê"/ ¼,rÚØŒÄEÄäÏ!yJ pÑâꈒ|–š²™uß°+»Iõµ§îY¦ÑhÔjµZ­V©TH¯×755qÇqÜž|÷ž»¾ßìô€Äù[vüݱ÷ÿfOÌ™;1Mk²²*5P³ÓóÎú®ÎÿÁ›kŠ( ¢(š&O pñèÑNÿDÉ–³ÜS0m±Õ¤Ô—ߘ+‡ÛÿÕÖ OݳL«Õ*´g.©2p¯‰Íc8ø»¹ f<ô³;b4b}“ÃÕá››ÒáÅ…OÌXx¨äÀËÏ-§|¿êä¡Ü‰sf¯ü!){@ „‹.OÐéö•½uñòòSc¼§¢±kË™²bLÚoØhbó9Ž /xBf³¹²²2 þðÿ¸õλý!A¹ïðã“^|ü^,É”êDSHîp·sßa‹Ù8mbáù˨œŒÔÌôdض§D–åÅsgŒVœG+þ]ÝÞƒ¥e•ž’‘ra³c\רÚÒÞ r MÇXŒ…yÙ Ë Ë“¨+ØÅP£¶î.‘$©ÏÅ© cÌÆsº=¯Uš@¸øéèò•ìü|ÞÒ묆³Üv´ºµüë­Óæ­ˆ‹1DºÚWrø,®²²st•`5|¼qËÐ s“b ¹ÍQZV•ž³rþ¤ {k#]@›Ë{`Ó»OýôzN§ÕjO¯¸w‚ÊÊ` JŒÁž"G3êøÚÿ>ñUJ^lk«ËUUòõ¾\üÃÇç.^êéhDqÙ"Šp…éQؾçÀ'O¯€£5íϽspü˜œÊªêŸZÚ}¤áÿ6UŽ›sN¹hÂÿ|…Å 9~Êa7kl†ÕÿóÁ왓#EƒòM‹>Ïþ‰™F(­mŽN•Fúg?Q^ñÉÓkNÖ9ŸzëÀÔ¢‚ó”Qonú—-`1ΪGùóW¥ „K !H°$ùló;ã¬Ær !EÅ…]ÀÿûÚÜ÷ÜúÁ\}¼q×Ãß^¨Ó0Ï¿¹S–1TÖÔýÏ÷™ôê?°/.!5ÒUA”G{V܇%©Ü{Ÿ!wÁ±'çÏ!€«7ªº«´,sªÅkÖ«jš½‘m;ºmRAþ3oïN)¸6sül™HRÂ&IÃLÈŽ7ª©šúæ«gf…ÕàèÉê‡kÚ¤qFƒ®«ËsøxyJb\^NFØayMÝO~z•Å ùÝë»Û:}“ózUbbÇ _•” zFítuæ5¶´»»½²,©Uêì¬ÔêºÆ'î¼>ØúQs[Ǭ©E§#&ュ'Á Œ±JŦ&%¤¥$€³Ó][ßäóišJOI¬©o ûÐÔÚ‘hùpûI‡;k“1îpvÕ54ùƒ!†fâl9™©ùœª4œQœ iÕìusòÞÚ|<üë¡£'ûÄvïÉSZøäé5‡*Z_üðQE}òôšÃ•m¿ymWŸT‡ã¼çø^–:­qÛ[ú;éƒR††»¯ÎÆu_oëpÅõª@YÆnwWñø¹®îÀÑꎅS2²’L]n¯Ïç?Ygµ'665¯Ïo3г'¤züÜÏ^Ùl¶X OvUŒÍv8»Œ0” ÝÜ`L’äÉYæ_ßq$ãÿì«~é'sŽŸr<µn¿ÕÀôϺß?D#)²BþúŸ;žøÁœÈRûô«¯+¨kTFjÒî“Í>`|ºyÚØ¤ºV÷;ªT,[fºÿ¦a¯þ½«<&ÆÜ/Oª™+°,IJ¸B­¤C•¤)Í„:sä¾çÖ÷¹3ÒtÚßÕ˜¼ÌçßÜùÐÚy6“ögßž¬F­Ë|þÍcò2û¸Š°MôÐc%•{íºa骲e§Ýñø/ý?w­ªwáíëš;}òŒÅ™Kª)ËLÄcFªˆ¦M›¶çXÝÆ×ÿçš»ÿHjá ”¤¼ í>Ú°tZVS‡Ç¤W¿¿õÄ÷¯™:æ“Ý•sŠÒ®ž™óÏÏŽüpÕDøò@MB\²ÒÊ2R“Ö}yüÁ[fX šßÝ/Jò®d1hÂAd'Ç4uxþ¹ápAfì´±Iïn.;QïL3³¬úïë?¼¶þøþAÆ9™©ŠŸƒÍfÙ}¤©¶µ !X³¸ð»+'yq£Ä…»kYH×}y,À‰:Í™>DlÛ!É2þ‡o_Òå ýõ“C3 ’¯››/Jòg_U@z‚yÇáúf‡wõ¢‚›ŒyýËŠ±yYa·^¯ßÕå–a’{ÍTáŒòøC­×ÎÍÛ°§2ìd€ØVmT:«>†-nÐ8GÞˆ²ÎÇó3Š’ÎÈF•:äòŸªoR"¬V«&ç%êµì—%5GªÚNÉX0)ãƒ5F5>Y÷×õGgKè”rt{|cÓlp´ºÕè” ¸éiI>¿ !ñOVÁ´”ðýk&uyƒïl.›[”Þ'Ëú™qŸ ɉh÷‘ÆÚVwD©µŸ•žšÔîì豘¨U*«ž~øöâ>^í9Ú4˜ÿJ쉕”p%[Iå³ÜŸÓJºtþéIÿ›vì?»«8»Ëøù7vüìÛócŒZèôŸsGfzZœÝê ðZI•ÝIeYîù hx\ŸNÏ%™ý#xð©uµxõ‚y6 {¬´T¬ÓËOI íoö-ÑÙ³rÍŠ<øð¯#WŽ$€/öV_;'ÿ{×L,¯wžjq÷´UšnrúËë]ó&¦½ñŸ£³Æ¥T7u¶u…â“UJcÑéõ_—Ö†8 °çh#FhíUã!b‚œÓxéƒv«-%ÆÃü1 §d$Ç™ª›:Vµvyƒ’$ÀžcMy9³QñS–eO·'Ñž¸²8G¯eYšRžúñ6E¡ »*7n¶ÇXdÌ54¶…}ˆœ1)â´±‰¡Ï÷Vï=Ùq¤ªý¯cVÎ(HVðMžwUÚLšÕ‹ b-úPˆ 7|ŸÏ¯†Ð¼B;øBBé©Ö„„¸>õî–²…S2n\06|eÀØÖ¶ºŽìHiš9T9pœ1Æ(âú; ]gãÁ£ ɶ´ž¹¿î§k¦@y³Õå „„9Rÿ±¡tÑ‚üó‘u¢$õ‰Ï¡c™YÙJ~J‘‚[ƽ™Œή9C B’å²:×€¬(7¾ØW³çx{Ucç ÷/€°Ù¢OÖÉÓèt…LILòz‰ö´•Ź‘¥¶£´atkTϳJ<Žã§MÍêï/Hƒù¯T òx"\ÉVREžóf¥™Pý¦‰ŸÅyWÞäE@§­0y1ìOØÕéNF–• ó¥Å†ûñ>ÖTÛ‚Ÿê VÖýýÆœ¼üÆ£û9FwüdEœ^{J°Çe§ *Ó±ê£Û^ûˆ¦h22B¸b%i[WàpeëäüÄÏ÷VGZ–’Öï®xøö⟮™¡×²_8ÙR¨ˆ%&T¿å&w@«Ñ¦§&×64þâoÛ'æÅ§Å›ï\QT”ÿø«;0¥@ˆ ûÙÚî˜;>ié´¬-k?Ü^~ýüü¥Ó²hšŠ4xa cD¡°P0ɱÿ”"o€×jTRÏH ÈøtáõÒSµ«@›Ë÷žÍqq±}2Êå mÜ_³¢8‡BH‰Æ€±•{çËó‚`´ÃZœÑ€ÎYšièäûdcÉÉ–p„7—œššŸ~ûô÷”üøó”uE÷ÏÞ?”Ÿ› z®¢Á râEîP]C3…ÀÝíµ˜ Ã*Á*XO¡à3 ̨ךØ7çϬ2–çOHî_jÁèÖ¨° Ð>à|·'Áa2pO¸a{'¯œ}íüÌi“Ë¥ Ê‘®"L˜òYl«}\9œím­o5j;½AcÔ>tÇ|eµS¬Ýé*Ò¬ Ð×JÚá¼:6TZ§'`ËŸšåpóÖŒª¶n}Zú’%ËDFÿɧ_&.)Zµ„¬¸'\±’”¡©w·–?å8VÛ•dÕ„ï°˜MËNvtù§ä'†xq÷‘†üü1Ãm)/?%&Þ¢*;å¨iîšœ—`Ò«P€l&íâ©.OÈëƒA¯¼k2 þ b颜EUr²å–Å…×ÌÉ ñ¢?ÄõúææÖ°ÎnÎîbºädë-K WÌÊñø¹É ,+é/ ”žD9Š‹µot^÷È» V«'ö¤42¹4M°íäÒiY C)]Ò€±íò%ç¤X'çÄ­,Î ‡KSÔ€q>#J è\¥ñÙ}³qÓÁºÏ¾ª†e–NÉ ijÛ×uûÊš ÞjøÞª‰ &g¼·åÄùÈ:I’ú«(ŠJ¦étÚÆfá«cÅãSŸ½oɮҊFÓÇNyáí%'[†^:ƒUª#ÕípõÌlo€›S”¶x –ó}ì–5HéD]£"ZZÔdYf@¯Î™'äñD¸­¤CðgY;¾2p_rèÈY‚è㪩©ùÑï.TÖ3=ÿæÀðÐó•ÕN¿m[X’Ø${¬¤ƒ½’†é2Û[Õ±r劌)ÃUF+cI­cœ‘‘V_ùUÆø…H \™’!„4æ}•]v»dßé!€Édúü«ê;Wí:Ò ÑPß94øœòöùkä$,) jìð¼þùÑX»õ£íåw\=þÞ§,oyùÃ#9Ù`·Y·j˜œ—°²8wBv\]«;.F]AüÔ{nYZ¸öªñ¼(´ã¤Á ‹ôáÏ}Ý£)ŠÃªgÖí½uiá¾5Åä×ïªø÷®jÕ h‹LŽÝn³Ûm}®Ÿ™Q@«tŸ}Uuýü1J¾ [F­}ã‹£k–Þ}ýä]GÇgÇ)‘;`œÏT¤`²Øú;G>¿¿O6f¤¥¨¨¬^09¾ØWí“T•ú`EõÍ‹ ¦ŽIúÓ‡%ç#ëàþñINJ ç[NvÆ+ÿ.=Õâ^4%ã†ùcB¼t¼¶#(ʈFé VÁ<õÏ ‡×,)¼ué¸-k 3c9A¤)Jo´ ˜ó‘ VÇL&ã¨×(ˆ´¥Ð4Ýß«wŸ2 g÷ŸÌ%%\‰’¡aÝ,ã–7 ¦esÅ b·Ÿ€çßÜaµÇ+­oÒ«S,}\õ±’JHHسgßïèÙ÷n½óî†vwŸ ›*KüµÛV_=³®ª"1%­püx¤ÒƒJ{¬¬œçù‚1yþòwIcdO¾šÔ•¦J9¦R±ã Æ„/ú|þÊêS11–ÌôTŸ?@ñÝ˦g-žšùÐ71:«®ßúô²“ÇO,*¤>–DéXY¹A¯ËËÍVüllnáB<¬Ñ¨S’“Œ½Ãéjim—$Él2eg¥‡=EñT]ƒßï×h4*•ª»Û“ž–b³Æ¸=ž¶ÖŽ`(D!›éCZjRdˆnwwk[Gˆ 14cµ$'&ˆ¢¾A„ceåz½NenF5·´µw8( Mœ0n°Ø¶w8ÚÚ:EYcÌ—ÉhÈÉ΀Áâ¬D)ÿ˜áHVVÕøüü¼l½N§t‘ÇŽŸ”±<¾°Àë÷¬;{|”8´w8\nžç) õ†ô´š¡‡U:V°ÎN÷„tC‹Ã#ÉòªâÜéÉÿØpøp­7.Ö>`ÖõÉÞÁJí<Õ¨Î.w]}£Ò¦ô !tvÿIgE¸14?ýpˆ›Þ_µêÆn_hä®|îxÙ –¡Ìf3tww·µµ¥'ÆÌ,Êÿêd{¤+DùÀ¦wÿ{í\£Ñh0úJÒºÖ®>·Õi:ô¡ÍÓÞî¤߬yó®¿þÚ Ÿmܶs/B´( £š¹úqRüBŽ–X÷ËoQúxgÅ—_7§¦$“3fM—1NÌd¦0…cÇœ¥eŠää¤ä䤈žŸèQá²S¥AÎjÖ¯úÖš³Üà ¢¿×fùÍ»ê32sn+i$¬Ö0ç¶§†x3@ áBárû.fW "IÇoÜEÊ@ ð 0Æè@’À'O¯ét9˜? @ çÅ>ÚÜÔø÷¿m_¤H¾@ .,Ì€W‰•”@ p>@íäO¬¤@ „ ‘¤@ „ ¸'@ \`†m%ÍÈÌ7~BÑÄIE'½ôÒË)©iÊõðÁ‰ôúŒ™}~­­­]¸hqdˆ²,¿øÒKÃ åÆ›V¿÷Þ{áÓÎÎάìœîîîÑJÅ`(é3¶ 9%U9~öÙç†èvTâ–‘™µxÉÒðé£=ŸP^^E CÉùóŸ‘éjiiUŽ»»»“’/†X@"ÑXI7nüORb¢røàÃ9sæÎ7ÿÖÛns:g¹¨à÷ûïüîw/Y²déÒG},ŠWß´úý÷?€-[¶Ì™3[­R)×ïüîw—-»jVñì»ïù Ïó‘™Ìq\vNî“Oþî»ßûÞ¢ÅKJJJúçüp˜ÉÇåäæýòW¿Viž…³ÔF%V=ö??úñÝ+V®Ú¿ÿé@¸PDc%]±b%MÓðÖº7#oÆ···?þøoÖò±Ùl.--½ïþû·lÞ<Ü8…ýÏËË{kÝ› ¿ûýSÛ·mµÛí<òsâc>ú¯½þÑGÂpL_fÅŠå¼ÿÁ}÷Ý[UUÕÒÚº`þü° vÀTÌ..¾ÿŸbŒwïÞ3iÒ¤Ý{öÌ™3§­½=//o¸&7Œ`Œþß/~±uë–Ä„„§Ÿ~æÿýâùóŸ¼Nï–-[tZÝæM›y…µoÅŠåkn¹õÑGþÞ{ïÿøÇ?Þ³ç+ÅJú‡^°X,ðÈ#?çÝwïX»6(ÆØçó-Yºä±Çݱcç3Ï>ûÞ»ïöÉùá:0“1Æ^¯wÁ‚ÿú×ÃMZ¸ÚȲ|ÎÚŽÕâ%‹-\XSSsóš[ìß§ø@ ᢤgçóÏ>MìXïÃî={ºººîüî÷”S¿?0rÿ÷80oÞ\»Ý·Ü²æà×G%å·¬Yóð#?¿ï¾{ß{ÿýo¸!R‹ ˜Š¼¼¼ö¶6Çs°¤äá‡Þ¶};C33gÎIö80{öìÄ„¸í¶[W¬\5ØÅ0ãÇÿÍ¿ýÕ¯~=sÖÌÅ‹E¨N§›4qâçŸ^]S3mÚÔðõ·ßyç³Ï>cÖáp¨Ôª>®´ZíôiÓ ??¿©©©¿·Ãu>XUaYvÁüù#©6ÝOAAáPjc8¬ììlZ][[›““C:@ . Iz0Æ“'Oú×k¯r,¶ç€eGËÏ3fpwøðá?ühÝ›o %3fÎX¿aƒÉlž7oî3Ï<Ã2ÌìÙ³¿áËÈÈØºeóÎ]»þ󟯼òʧ6DáÉM«oºûî{~ðƒï‡¯ìÛ·ïƒ>øtíVûϾZ]SÓ_½)…d¹¯ý2 çƒe²V«pÝóQeY–e™¢(D‘t@ \(¨ÁžåƒÑç×ð©r0{öì½{÷•––* Ž?އIÿЧO›¶oß¾P(„1Þô妞e,½w*ÖMž¢hõM7=üÈÏ­Vë˜1c†’ŠÙÅÅøÃ‹³‹‹ÕjµÁhüìóÏgÏž£zš1}úž={Z[[1ÆëÞzkÎìÙƒ] Ç­µµ•eÙË—ÿæñÇ/!Šì3{ö½?ùÉm·Ý¾âîîNJJÒh4²,öùgáBˆ(ßHOpŸœÂù`™|ÖÚ7¤jç*ÇðÍ’$}øáGãýû÷ ‚‘‘ @ œg¾ +iB|ü_ÿ÷/ý÷Ïxž—eùê«®*,,®'W/_¡®`çŽíiii÷ßßê›×¤¦¤˜-æþ÷¯]{û‚ ì±±Ÿ|üïa´zõMÏ¿ðÂãÿzˆ©(ž=ûg?2gÎl(.žõÖ[uY™™#É®ÔÔÔ'~óø7­€´´´?¾üÒ`Ô•øí“OÒ…1þí¿a˜hJ¦é{î¹;òÊ Þ~ëíÛn_k0è“““‡èO8çßïÝá:•ª2 L&㉓'–]uu0üËŸ_!I @¸P „„„={öøýþ¿ÿïŸ_~å/.'pG²†pyÃq\QÑÄòò“$+@ø&Q«ÕÐÜÔø÷¿ýmÕu×FƒÁ@>(J @¸ÀŠ®PT*ÕÉ“'HU'áb€XI @ D’@ ®lÈÀ=@ ᢔ¤uµ5$k@ £ÎØ‚qC•¤³ç. ùE @u”-G‡$I?É/@ Â7YÞD @¸ÀåM@ „ ±’@ ˆ$%@ \Ù ŸßçKHH¸Sçóù<>/ȽmBf£I¯×“r'\¾>ôuÉ×$IêC—a¦M™>yÒd’uÂ$éH„Õ©ºSÖ뤉S)ê ¬$‰‚(ò<×ÚÖRzøƒÜ Ú¨i‡hí JwL¥Ž$~¿Ÿøð©«Ókóøº›[šÌæ Q0`P©Tƒ! ÿ?Yÿñú ëû©PDQ”^¯7™Lj•~ÖÌâeK—‘ŠE¸Pˆ¢èñxPRRâ€7Ȳìîv34µZmt¢P…{žWPÀ,ÚL¦ó‘@WWgB|MÓ½‹ÔÞÞ®;?’Ôçñ¿ÏLJB ÒhôƒF§3ž‡¤u¹;]®äB!A4jµÅbµZlF£Éçóž(/£:'+×bŽ!•ü¢¢äëÜ÷ ˪†ÞB_úã “F[’Ê¢—bŒ¤8—¡$‰µ¯µ­yêäé!.$Ë’¬€eY–EQj•:;Ù‘ÛÍûK‚®ÍÚ¸_ûÛ~gˆs#õR‰šµ¥Úf°B±ut´j5Aä>¿ÙdR±*,c …¼Ñ8ìv»~Ãú뮹¾¦¦&„B!žçA$‰eÙ)S&¯]»VÑß¡PèO¯ü骥ËÈÆ®„ E à·ÆX8Ž÷û|Ú»Ýî³…¢©P0¨ÕD3† |¬=öý@k+Gç Ýî.©W‹¼$ <Ëê ˜ ñÏ7Õ×*R˜fXkŒU£Õ0Pžãšêê0Ã0µÚl6cŒC¡ ßãéîìì@Tjf†J­•z¼žúÆZ³Ñœ—“¯Vk†Aº»Ýõ µe'Žq·hþRW§«ìdÙ쳇Ù=ö—ì­®©Eqè®hšÎÍÉ1m–^¯#mêìH’IJªú¦S¢EQ!D¡ FÏ{†X{¼(Š£;¤è,©ýjufñû:ë4R"„ËN’ö²uó—W¯¸†ç¹ðÁW"BHŒ±ŒeŒ1–eŒ±,Ë‚(È|© l1°'d®Bû.ö^šëzEg5`Æ Sc¢Ð£,˪ÕjY–½=@¸¿%™–¨Qk ¯×…*5›Íz½^±Œ*ÝŽ(Š*•Êb‰¡iZ±ÙètºØ¸X„‘¤„‘E»‹ÐR|LŒE¯7455étú>ÍAÅ`0`µZEQðt{¢‹–±âôLÍQþîE§Óɲ¯0Vi4jFƒP(¬­¬´ÅÅÙããG˜ºúÆ:_À7eÒ •JÅó\(EXVe6›'Mœ*ŠâŽ][õzÏsGÇpýß_²×n[¼h©¢t{¬Ø§Í=}UŸ.KÅcÇŽì/Ù»hÁbÒî†T[[ÃñüYîѨ5cÇŽ~¼±ÜPrGâ˜ëJî³ì ²D„pyIÒpçtõŠk”ÓðÁP^°,Ë=O'P(hîsÙ÷¶[öѪ³ý~ÐÚîôw¼â¬{†bÞT'þ…Öo8ƒãy•Z-ˆbøàˆ€PÏ1ÆX–)šqœaø’T£Ñ„G9•xžgYV§Ó!D!DB V©1Ù²€02¢hw‘-¢hÚh2u¹»bbÎçítwÙì±€(ɼ DWQ%YÆ’,;ŽËOÄv›HX­V ‚Ñdâx®¥µ#))ÉGQgíôŒLŸÏ×ÐÔ’”ǪT‚Ç3’ n—Kg0ˆ¢ØårÅØí›I«Ó@0]N'«R©u:—ÃF¢J[ÛZ0†S‹yžs»»†¦(Z¥R#„dYƒ²,iµºâ™s{•â°‹¬º¦zñ¢¥ŠØU”(ÆJwxúã3N€¢¨ñã‹þñê_^I’t$í!”•K¡ƒEµzŸI½VÒ°òÅgDwëCblÆÍÞŽîÖ/ÌI+IJ¸¬$iø šãB}† IÅý§˜Hã^qHAï~Û’¹NeXxº%SÚØÂã€=ÁÎ;khÌ=8¼÷CŒ)D‚Ô»L !©Iþ€(ˆá^X«ÕbG1h‚R¬¡,ËŠ¢¨÷ZL•¨“åÛŠ‹iµf‹0Gj! ¢hw§/È’Œ)Ùl2746 Å<<Ïc kÔžã±,+ò$Šèɲ dY¶Ùl‘O×^c)Y’Gkh+ƒ𮝫ì6­VÓÓêeuÐ\(äjïÐéõŸ_¥VgåQ©TáÖͲ*“Ùc³7××sÁJ¥îhm3šLê¨æ?¸»»:ísŠçƒAÔjµ»»«®¾Îï÷†B\|\|bb²Íj …B²,i4…aøŠ¢È0L(¼çÞ{"¯ÿéå?¹´‡O•A-†a$Iº¢–lޤÝ!„NÕTÃJªÑŒ+˜Ðç!;rœUÏ%½V–}ñy74•=oN\AºPÂå%I{Ù¶eÓÕ+Vq>8·$%À  Ù÷¾Š÷R(ð0êô óU•~ :ÒHþ€ëcF7qøÏ+@a«5jD!¨E­V³*ËX–¥PˆëyjE}†e¨r ü ßã­¨ÐüåOÅwæˆþàþýxÁžÝ¤†¢ ŠvF¥bEQ@T*µÍjëì쌋‹S~ruvÆÇÅI’„e9F·Ô°2(±Ãéåm°§Ya°ÛíÐ;¸?:’´·ÁZc,²Y>K …>–¨á„qc]Z­x^¥VgääôN ¿îV©T™¹9µUÕÏ«UªúššÜ‚‚¾††Öñ“eK.ãy^x†aJ¾Þïõyó²s3ÒÒ=ÏѲ£ÇÊŽe¤gM™4<7ÙÚŸ÷Þù@9¸ù–›BKW^«œþgý¿`Å·nPN7|øþ•9õh$íÊÉÉï5Rô˜JOÝ¡Þ飯Aw©ÈµíÅ®LöÛ%îå »Tk™HzQÂe(I¯^±ªÏÁ¹%iïã cÎxD€4jóÜP×zOユ´—{ ìí¬}@âêô)¯wÆ`ŒÃ$}Ú¼(Š!ËXÆ’$E«H{$iXÎ;W¥R;v,ü(’‚Á¯n½uÖʺ[xIe¶’êEˆŽ(Ú]ƒÁàóùbb¬¢( ·Û µZ­ßÐj´ Ã!š¦ü~_BBbtÑSÚ8Æk·÷*R@gîæ6ŠsIÃm–ahúÜ6ÚǾÏãÁ2F x>-+ !T[[+Šbff&˲ ©S§X–ÍÌÌLNK«)/gU*Y½ÝÝ&‹eXa¹»ÝV‹•aÇ­R©KBˆšW<_ùµäëƒË–,·˜- I’¢GeY£’¤akø¦­_D((¤R±ácåe&By#ÒÓë™ÊvlkqN—ì6{ºA_´h ÀeMê¨~)1ï[Xr1Œãîı·8ª_N›ú*éE —$ ÷é¡P¨ÏÁ¹W’iØPþ¬2˰Z 9`ã`¿,v«S%° w8C$,q|¨­£•¦i“Ñ‚{:aŒ{ýÀGÓ´É`–e,c¹Ç‚;|Ii­­­-**Z¼xqww·rÃÁûHÒ;Ìññ®÷ÚK;\ù~…,r"DGí.R’z<žR±,ES6»Õép%&%ºÝî¤ä$Žç…¼>¯Z£¦i G;p§ë´|éÕ¤±±q°$KMMÊ’ÿ3v†þ4îž)é}^%Ò£œ(šb¬®ÎÎ(‚ øˆB¼À[lVV­Â€y÷ûý•U•¹¹¹PUU … ̪U›ÕÝÕ…(ä÷ùfó°ÕÞÞ–™™%I"EÑN—ÓétÎ-ž‡OϘ ú}>,K¸g ”ÒiÉ¢ DUd=3Dÿþ·Fæ 1ÂLþÀƒ÷g¦öìSûÐÏþë¹g^èó, íî’BÈãpì»ëGqÙ¹ Ÿ|Âc•eÙír–ýü±OžiÑëÿ2ÅÚ1†ÑÊØ »ÔYóR¨ë€mÊ«2WƪAêˆÍ¸µåÄu ï´g?@l¥„ËD’†Ù¾uóÕËW…¸Pø`ˆ’´GŒ"åAÕ;E ŒÎ £Ò`±!àÞt}¡³]­5OF”Vh $Q-”±ÃÕaµÚX†uº‘¿ó"Ÿ˜˜äóyº=n­FõËŸ{‡ÃqìØ±©S§ò±kçÖµw\ÿåÆQXׄeOÛΪç%Þ—½(sâ+²P‡Äªã@[ŠV¬w5|Ô|øc¶çü—)a9YƒO¸L$éÕËWõ98·$EÅb‚• ™0D®;a k¾¶»áÙ«uñZƒÍÓü§ŽJ'¦ô1ù[¢iž€êY+ÊqA„ !>ÁÝíV~µX,³%Ä…$YÆ€%I¢õëiäÀ½^¯Ÿ:ujiiiFF†ûÄÉ’{ï]x[Š{‡™©™œ±•UW¹§ô¡‡æoÙBjaˆDÑî"aYÖfµº\®ØØXš¦F£ÛíÖétÏcŒ»ººâãû|É" IŠ9N„”–âãã•÷O¥}ɲ,Çq#ßj`Iz6¢Rf8H²¬ÑjoY–ÍÉÉ©ªªR¦ªÕꜜ–e{6•ÓédIbh: 7QÝð€_¥R746ÌŸ3?òW›Õ~ýµ7ŒbR"lèÕ }NÎÖ'ínx @e[¶Ä¦¥™8‰òÉF§ã«k—SÅ_nËÎÌ{Ëš¶]»K7~1ñªå#‰a ë`SÉZKZlædƒu–:Cž/Fê{&áH\…8nŠ-°¦¼åw—vÔ¼Ývìá”i¯ëb¦’~•p©JÒðŒ%ŸèëspnIÚ3pß»ûa?d‘èÛ¬yù”\‹°ôq‰[vžš8åǘaø3¥dQ’%Yx†b»:»ôzNÔé zƒ,I²$± ãõy‚€ßP±Y’0–%IŒnJVäÀý¤I“ÛÚÚ22Ó%Yâ1ný°‰õKà=ÞuºŸ¢«“M)âÈÖ%®(¢hwýU©N«u8:bí±î®®˜˜˜®N—V«s8³9²G(Jû²Y­a+©,I¨gÃ5 K¢àt8ü~_xg(Y’DQˆ"\IeQ’Ïü`£(I²$‰‚0ØFTQ'Š¢$в(J’$K¢ò2­¤T ]9z:3,‹¢,õ0ÜtQE! cÌ2 Ïój•úüÕ(EƒϤ(ÂJ ÐoX¿Ï³€´»sÒ†¥9OüÆ[VÖìì¨ôù®½a5´çÍwµ:ÁïËûÝ_)„¢ÏXYôÖï½91o©%¹XàÚ½Žw) Xu…$Ñ«™$zEÞ!xJé ±ßΘò+Wý;õ{Wg/:D¾íD¸¨p(æVÒÝ;·_µ|•ßï œ»[—$ )ª'ÈÞõ†‹ b$X"Ën$w`•>ãHÅߊ¦F»øcŒ±ÙlÁ ‡³]DI–šAü>¿$JV‹aXµZM!*ê‘“°MOO÷ûýÇŽcY0ÒçæNûÓ|ïûh:þš¤êSÞ²#§U©]5®èÑŸ“úG:Q´»þFQ’:::QÀ»»»ýþ€Á`ˆî#¢g6:Ôƒ|»Hié’,Ûì“Ñtzg¨h×< h%•±¬üµÙÙˆjøÁ©5EX‡•J€EQ¬®©æ8NI,ÇqUÕU9Ù9ʾZÁ@@ E3üM Ô¬Šã9e:¯Aop»ÝFÃÀŠã¹÷×××Ûmö™3f)kž†'ed¹Ÿ$…{ï?½'Ô½÷ßûÇ—þôÜ Ï)§>ðà•9~$í!ätubb|“‹ö\³|Õõ«-1VŠ¢æ~üñ†¿íÄ F@ÇHfDPŒ1eÚÛ-¥ßïl9hM.4د¦(FâEÁ ²äY &Qo\Ц«åߎšÍ|ÈŸ2í¢G —ç¤WõŽ_\5ô{Iˆ¢@¿yf푲c°¢ôâ™ö($©?àïêì …‚¢Qô`ì÷û^’D9h×éuv›]«ÓŽ|àÞápx<E¡Ê²$ŠBæš5 ;vV½ñ†æ`wáš”Öv.çWÏeÞt©a„(ˆ¢ÝE6Àæ†F‡£aŒ1fUªäôôŽŽš¦=Ýîæº:„FÈf³¥¤§‡·,*¦¼¼óây؈Ê`0x»»B¿_YA_WWÇ…8µF“Õ5Õ\ˆ«­­UV;ù}>eO{ó0×6€V«óz=&£I… [¶nJMI°4?ÿâ³ÙÅs®»æ††ÆúÍ›¿üÖµ×G×I€ÁxÆÀ}ääÑÈ_Ïò&@ÚÝ9Ô?ÆE#ºgÃ|„B DÓ´(ˆƒY††Qmb¦d/8ämßè:õ‡Öª¶”ÂØŒÕAÞQjИ#dh¯zÍQ·‹ÕfZ³iŒ¿ŠÌ%%\Ú’4Üùz§íû†<_%g~â¡3¶gSÌ¥=«p1(»ë‡?ñ4ìÞ€Ùb1C_ûZ¥?ÓZ€± 8Úmb”orÐ4Íó|Xž67·•™™™³ž}æýÚ=Kµjáíc?~îùŒo$5ŒQ´;QÊŽÑh4v«M£ðy½Íuõ¶øx¿×'¹Ø¸xE¡„‚Ác‡0A=üµ'Æ'ôoAuuõñññRô!MÑFÙ;)ÜT%)š:rÏÇg¦T’1Y»mਢN«Óu¹\E;Û;,V›Z£¦iF«ÕeddÐ4Y™Ùõõõ Ã`Œ¹çlï hZ–$­N7Üt%'¥ìÙ»gÕòk|>O¬=6.>~çîÅ3çÐt¤zÀÛwmËËËÏËS[_£×Ú;ÚAî‹DoçŠÕ*Ud9yãÓ¿*½]oI»"6«Ýët˜:» Ú;w}÷Îùÿz!ؾööÂ[oaœ®N‹‹Gß#ˆ6šÈµ!þêP÷‘ÎS/—ïúå˜yObЈ\3«ƒ1S¶ù:ûâä©hÌEpæ×c „‹‡hî÷ìÚqÕòU>Ÿ7|0# ½öQ Q½âôô¦ÁÊ’'ˆøx$ŽÔJ*ð‚ÙlVFÕÃsƒÞÏ(%IêîîŽZû*„WÜ+%–e=^×ëõù|ºøØùÿøÛ¿—,³º3Øz‘¶ÛI#DGíN¡ÓåÒhµF£±½½]–$ïp:y.äéêJMKkmmxQ”ÑhÔéõ.‡#)%eTzµFm6›C!µÓåD€D$r¹3ŒêÀ½bEœƒlDEp“ Ц›ëë3órÓÓÓ#ãÀ0Lvv¶rÚ\_ßÛÉ€qøVÒÔ”ÔÒ#‡ÛÚZL&“Ïï¹zéÕ{÷ïýxÃG…c “’SdQtuu8x +=svñ܆ÆZhmm1›,Ѷ•øßqûwz>o7ÀžPð;¾yó¸Â)êv§€Pë~”ôÝïM.(¤ÕªO>za#ƒaÜÙ‰¾ØØ´uk3Ïß´òZiô>!¡X[Lé?é8r»-}% -BÚΦCqEoK’¤˜fH_J¸,$ixàÞëéspnI*Jý>&Ë@!„¥pˆ{' õHÒh?·­|&J%Ð@À—””ÜÜÜìõöì`Ÿ˜˜ÔÚÖªÕ)_ˆ°,÷LN‹ š¦ÕjµÇãùúÐש©)7ß|SZzšZ­áyŽç9AB±¶núRîèFj! ¢hwaõ†Óˆ8. Ò4-J"ò Mk4QhŠö¸ÝZ­–ByÔ¾D/ËFN§c ¡Ër4ßLÇXÆ G~ãü§Ñhbãâ\§J­x®¶²"ÆfÓéõB@Àïïr¹BM <¯Ñh¢ËÄø„Ä„ÄwßwÕÊU²,×ÔVÆXl“'Nš5c¦$É¢(z½ÝG—ê´:FûþûïMŸ2==5-аxžOJJ–@QÆ”®´N,úv×óÖ‚¦¯û¿ý·Ý‘ZW;sŠ!àÇ€½]Nç¿^kæ¹Åë?Á=d£{è)ã~<ÏóéÄ`wELòÝþÎ#˜Næ!•J6$=*áÒ–¤á¶òÕîW-_åõzÂC{8õ˜("¦‘âÞ7rt:Þ`DIÂÑî ,c,c,ˆ¢â\§7°*UjZjØ@"ŠRxq„ Š–£6“Ò4-Ërii©V§¾õö›cb¬µF–åP(ØÛ‹ÝžnyvC&\ÑD×îÀlñu{ôCÅÉr–eŒ&S(²ÇÅÉ[ívwg—ÞhliläÑh0ðo±ZG«®J²¬´b{„Ù+[`@þú&I’(šƒ}6 8Á™m6Nºœ.­VèT~ŸÏëõÊ’„hšFÑ,+ B ´ÆÚcbcEI¢i:ºL›9£¸ôHéo¼¾bå*›Õîõtwt´ñ¯˜¸𱯨¶nÛ’—›7uê4U¯åóùš››•Ï)ãˆS¸á‹4MÇÆÆ2 ƒI»;+= øziæø„e[7Ù¸±äÈ1§ËŠ‹K{衯»0ô,e€Pï6ÑéQAB!.ƒN»¦½f%qI[ÍÎöÖÎÎNN§Õê´Z Ã0D•.yIf¸‚ $$$;~tÂø¢!6ƒªêÊX[¬U·Î  „A?Q‡Ïç“åðd~˜ ‚ l[È ‚*báÅ9E!ÔÒÒÌ‹¡…‹çjµZ•J €9>Ô3… K²ìñxˆq”0B¢@4[,­mF³Éf³Ê²Ì…¸@0Ÿš¶ØØŽÖVÀX§×iZÅînÉfN[üI9¤¡†÷Â)Ë<Ïëô†î®.—Ói&Õhõ£ÆX’eŒ±Þh%ÙÛÕ‰B«biŠB…z7dåyc9&Ön²Ä(ú jIÊq\zz–ñ¿?úГ›““š’c±r¡?àw:]ûöð&Mœ”š’ÚÒÒªÕiuZí°¤LZZZccCrr B¨î §zÀ+MÍ6›MÅèf¯^!íÎåê¤iJ…„¸¤ðÅ…·Ü~öך¦]®Î¤¤ÄhÛšb%EQày>“XïËÎÚõA#dL ‚(в,É£7I€@¸ ’´·oòzºûœ½¸œN½F·qãëÞ~SÅÓ}Ý=ßé„P¬=6-%­£½}¸CKÀ‡BCG{»(Jœµ$IfSälˆ¦iåWQÚZ[)Dñ¡jÈý¬ ·±¹.+7eYÅrÀ }E·Œ±ßïǤ# ŒŒaµ»H´ZmrZZ[K3Ïó4¢Xµ:)5•¡(†¦Bc'L¨?uÊÛÝ-HCÓ1v›Z­F0:ƒ³j•ªüäÉ~“Ï8ÕiµÃ ‹BH­RY­6‹ÙÒgl£³«kÔƒC,M‹ë´ZÀªXŸ×+p\H•mP)DÑ,«Ñé f“^§×hÔ4E1 ]J’Äs ÅX, æ.lmk«(¯Øµkw  Å2ŒF­IˆO(È+Ðj4¡`ÐRJsè"x⸉_íÿjçîíÃ(Eéuú‚1…4E]9ïØQµ;œ™žõâËÏ+ëz‡MÓ™é™QÏCB èXVÖhÃ0"ýxÓ‰Ÿ‹qO™ŒF£ÕhÔ*CÓÊ*b%!\Ú’4Êú‹ÕfËÏÏÏÊÊ^$Ú‹(j¸áªÔjcp»»++*‡k2™‡C‹aÙÛn¹õ£þݳwÀYuó²%ËHë'\(EÙãbclVQ•áWeÛ2¥Q3 “—'Š¢bõ§iZ‰•›xÎ1Q„…(Š¥(ègÇMÒjÓX§?EÒbX–aY•Zm2›åøxÅ"ž†¤,pŒì¢Î=Ц F£Z£Ñqœ>2[,YYY‚(ÊR}Kùx1Ë0*•J¥Ri4µZ­˜´‡¨%&fþÜmmí Cñ_–eŸÏg·Ûív;ŒRõ¸\±Z­Ù›š’6Ü'—usfEÑ­–U©tz½$IRìbHÛ†h#E!†a”ñz¥¢’â#\ò’4ê—*–aR’“£é£zg†5`L~Þ°ƒNp«V¬\µbåùð™@uhŠ¢#÷˜<³B24ÍDÚØF¯º¢o¶iPçœ4‚à”SÔYŒ‘£”–aX†1èõç¯{ÑëtÙY™QÆôfgE­R%%$|óyK!DõiÈ`"ÅG¸L%éHždã @ ÂÈ%)y±"@ \`IJ¬ý@ „o 2ÈN @ ’”@ pe3È\R2pO @ø¦ VR@ Âf`+iMMÉ@ ¨3¶`ÜP%逷Î7cç^P¾^E1,{ú+ØK’,KÁÖ^!Цhš9~„^W¶~¸ýdC›û2H MQÉq¦Œ”—HJ–@ œ"."= š›šŽ;êt:£Ö£V«uüø¢¼1ceYŒEQhjj.+;ÖÕÙµv4›ÍcǤg¤3¬ê¼øI z9TÑòÏOO›°h¾¦èK=9’,·u¸þ±áð­ ½s&ç‘ò%D’^ì¼ÐÔØøuÉÂqŠ&LBQÍòEü’’ý“1==3à÷755úúà‚E‹32³i:šÇ› uµ5;·oÇXÎÌÊ@£î'ÍzH ôðᎊÉEã,1¶‡ÄË E&sÌä¢qŸ—TIJ ˆ$½$©À••7¡H¯×1 õwYMÓ¤©S÷íÝ“››çóŠeÇ/\¸$+'7ꈱ,››7!jïW»“’“Y–u?uŒ¡ÿ=ímU•žîî U"EŒÆÜ¼|¸°1! ¹œŠãœilwº 'X¼AérJšÆÓáòìÙµã¢*¸K·R]9ÍáòNãeÿЉ‹O ’ô’D–q§«S;^ËÐ4K3ý€Ù`r9]ˆ¢0·Ûž•5ò襧glüâsI†u?Ô£eÇM™6ÝnIVŒ¨D$Éét*9 IÒ´™³.`LHB.§â8g©][ÚêÊdY¾ÌRG_4ñ¢*¸K·R]9ÍáòNãåþÐ)€a©R"I/*U*#„(DQˆŠ~.š‚ðó cLÓôÈ7šeXV–eãóägª*ÊÇŒ-P«Õ^¯ç–ˆZ­Î[PUQ~ÁcBr9ÇÙÓÈÐðÄ=+.·Í¡o}äaÁ]º•ê i—}/ë‡ÎتŠr"I/mp/ßLp•åŸ}¾aåŠkòóÆŒ–Ÿûöï-9x`ÚÔé3g̊ί×k±X.†O6˜-–@ p|<âòHÈeSgx¥¼ÌÒuqÜ¥[©®„æp%¤ñ2~èx½Þa9!’ôâÓ£pZ’ò<_YSÙÔÜ,ÂÀ½<Ë&'%ççä©TѬ[¯¬¬Ø¶}ë-7ߺþÓõP^^þ¨¤¢äàî{ð¥?þ!jIŠ1„.†6‰ú&ßHB®â8[§Lõ¼˜^~éº8uéVª+¡9\ i¼¼:D’^êªÂÕ±¼ªrÖ¬â›Ó2Îr}CÝÞ½_/(<›Ì¨ZTVVlÛ±õ;wÜ©Õê¾sǯ¿ñ/ŒñUéÙÌ´©Ó_úã¦M>’F…/&C¾\¬V—GBðåhD<Ý)ÓÐeøUg†FsÁ]º•êònWNI’‡*ISÓÒ÷ïÛ›ðÒK/?øàOÏG<’’’[Zš#ú Ëòù ýbÒ£8l)€–Ö¦””T‡«]Þ †a˜””Ô–Ö¦qc †PX²¬ÊãqëtE•ÀÈm¥3¦Ïœ1}æ(dÅEU.—M#©¸È;e dc¹o­6[nnîþ}û”ÓŸ>øà_þò—C_]XXh2›£[œ+Ëò³Ï>ûÈ#|3麘 îÒ­TW‚ñв’^±I†aYIeY~á8ߢðÓO7\ÀÐ/ŠŠ1p/"…¨vgôÖN𦭛V£ †n—$Ëvkœ ˆÃª¾‘z´¥µiË–M‹/MJL-UºÿÀ>e.éH„©|15Hùré.„È—÷\Rº§°{(;QVPP ¦M›ÒÓÓ1` xóæÍÑ}JM’¥§ŸyæáGþfÒu1Ü¥[©ä+@»ÈWž>“¯HI:ŒeÝO<ñÛP(tíµ×Ýzëm°yó–E‹—Ì™;o鲫ޗ•Çq™YÙ¿}òÉyóçÏ™;ïxYÙ]wýhÚôߺþ†`0è÷ûïøöw,X¸pᢇùù`¡¬Zu ô¿¹Oèaü~ÿ`ó,/Ñ#ŒÏP¥06wܸ1•csÇse뎿\Ä•­›;~lx°¥Q‘?UT”GêÑO?û4--ãÓÏ>mimbYÕwî¸sÛŽ­å¸ƒùÙÜÜôƺ×ßy÷­ÚÚSÊe.iÉÁÊiÍ©ê¾ú··ß]×ÜÜtv?‹s$ ™Y9¯¾úÚ`7H’ô§Wþ>ÍË‹GÆ€‘ ƒ¿ýí“sçÍŸ=gÞ’¥ËþñÏWñÅA]]Ýò«†ž‚ÂqӦϜ9«xæ¬âùóŽz|¾™â((7sÖìâÙsgÌœõÔÓÏàK†eÜïÜvë­ë֭òüÅ_,˜?_­VaŒ±,/Y²ËòÿgïÌãjJßþÞµ[Z¥´)$J´ïu‹B¥Å¾F†ŸcKÌP–”Ýì–Bv©H$Ú[F-3(²KWË]Ïùýq¸sÝ{îí–¤Éóýôñ9Þó¾ÏûlçÜç¾g¹ ]õ»®X±ÂÙÉÙÑÁñÏ?ÿ èׯ@@@}]Žaî^^ì?ÿüǰ~ø¡±±qðà!#†ˆ‹ŠŠ"æ*).vw÷hlhÐÓÓ›?oþäÉáÞÞ>ùùÄ^Y9o9œ1cƺ¸¸ºººÍ›;'ÓŸX%U~¿þö»<ŸÈ¦‚•¦­­]ZZúõì¯sr²BÇÉÉé‡ï¿ÿñ§ŸF•™™ijÚmÒäð””UUµNjjÙÙ‰:Rñ\çÏgIu–œ]’ &Nš|¤ÜúƒcB¸yRØ?÷ïWUV­Zãà`¯Œ2·oß¹tùrqa¾ŠŠ ŽãÚZZ3¿šã8é®îž“'…]¸xð͛6nß¾³¬¼ÌÐÐpçömT*UÁ^UUÕY³¿~òäI]]M›uñk™L¦<9ºmûÝÎ]]].÷+Š<¯J¶ß½[1ý«¯N;Ú¥K—EK¢º™˜|;盜œÜÍ[·òù|U–jlìj+KKYÏ«««3&7û"BèïþYðÝ”äë7lüÔá´‚/P¨Tm--Çe½×Ðа`á¢Ç# ÅÑÁ>&zBHÖ4yš†Cqe…“êðÁI™JÁq${/)BHMUÍÁÁñäÉ”»wﺺ¸݈žÄ‹Å Ä1ÜÁÞÞÊÒÒ´›)ŽáŽ•f_Ì~ýúõ¸±ãÞ´ëê$Ç"„ºèvñòò:y2eÈàÁ™™ç7oÚŒc8ƒÁðè‹c¸E¯^,•{÷JKKeåØÚÚ}ÿýK/ñôô2d©òt*E™ô“M É “æ9i]Ü<ÆŽ}ÿþƒ ¡g338œ4©^¾x©®®Þ¥KÇétz_++¢ƒTÎ"„6oÙš•u¡®¾~óÆ DªªÔê©Ò¬³“¼“ɨ‘#^×Ô<~ô8jÉb''GÒ<'¦X»öÊÕ« õ ±kV=Ň³X ¢EÞQßZ6’féa»õÇŸ„BáÂï „ÊËÿZ²téé´TBÉ$3fTc#W™3R âH*GÊEÍ2y€Ï€ß-zõê•ï !Mê/_ÅÇ˽¿ÿnÝØµEIŠã¸££ãþ}‰Rí***ÄFSa½Û¦Ò¨¡ G÷î¹99999égÎüôó/gÒÈW¾sÿ~ý:Ôí#˜H(D8†I¾*ßÊ¢J“ú…*ÿÙ†ÑIÿnÝs3š½@à#O¦P(?ÕÐÐPý¤šó–“š–2x¿¹¹yaQAéõkövNŽN¾‡ÜÐØ¨ÂdòùzT™z*58(DLeÈË—/ëêvîÖ­Û°Ðã'N,ZòìÙ³%QË&íïÙ£‡@ Î>û$ØŸ(‚ãø£GV¯‰=–Òµk×-[\½&vËæM8Ž×××8`áw ò ·þøÓÞ= Ê(sóÖÍ>}úˆÏÔò¦xûö­­í‚ùó¶ïØ1õÄñ£&ÆÆ³f~&#hh ‚½#G [«­¥…ZsüDòøqcIu~ôèѦÍ[ÒO¥êêꮈŽQ°jNrB£ÆŒ£Ñ¨¡^æ½vý±Ã¢×W3f,Z5|ذʇ•q±kž=·nÝ¡¤$--Íee‹-IK=)ëùººzIŸÿ¶A8+&„M¦R)=ž5ó+Çe½—£¦ªšš’L 8Ž?ñBÖ4yš†CA½¼tHJ ’˜kæW_Ŭ\ùüÙ³a¡¡ÔÔ¸\.†a˜HD¥PBá8©œžÝ»—]¸xñÔ©S[¶l¹•%5Ò÷’J¦ß®;X,–lbˆƒNšçò"XWWÇöòZ¶4êÌ™ Å'M*ûnݺ ôäêâêììÂb±dsžHkë¾óæ~›ž~†Hy*µzª(v’—½õõõ||¼½ÙÿÜ¿?ejäŬó4M^ž[÷í»liTiéõ9sçå\Ì"–åijHnõ¤ni™¤'.ÒÃvÄðaáSÌŸG¡P’Ož1|¸äeqq’UIJ§Ó‰³ƒÁðf³—.]výúu;;; Ãþºy³ÉÒðÉ“';wööö¶êk- ÍêLÌ.Ù³ °ÐÌÔÔÄĤì’+¥HæÂ½z'——~}R¼!„ B6ã®íc~P¸/Œ—y…Ö}$­×82™ÿ&÷`¿Á™Y™õuõþC†ö¶°Àq¼ôúÕ¹süøófGGË>– :='7W ú(È0I™ææ½ù>pðÀÄ »™˜ÍžõÍ?o}ðàÁí;·æÎ™Çd2«=L:˜èØ£{Oå³–ÏçË69v<8(ˆÏç ?1lÞ¼¹ùÎNN&ÆÆDFlHçóùÅ%%..Î:::|>ø°aã'†ñù|>ŸÏb±ú÷ëÇçó»›™=züˆtRYe„BŽcRò¦PQQñòòäóùV––æ={êëéñù|ë¾}+++›Ü{øð‘ÌÌótýÕËW„i¤:—”¸»¹jhhðùüa¡¡W¯•*iÁÁûº¾¿Ô@t3zTvvöªÕkŽ=,‰òóòkjÞÌúßl¢O]}=ŸÏ—õ¼@ÀÇñwŽá|>_$}êpìݽ«k×®µµµS"íìl=ÜÝe½×»·Eüúõ«×Ä:9:²Ù^|>ŸÔ4yš†CAóópYá²:\à–óxŽpŸ> Ì7v,Ѩ(¥6ÞÿûA‹·÷w‹]½vÍÁÁðòòr†â øÄyÕÕÕ…ÃálÙºõdò B H$:tøpXØÄ¢¢"PØÓ¼§º†º¬œêêêÎ;‡†† àcÞËB ÈžÞé´¦Ó/5-M61$ÓF6ÏåEÁ`¸¸8+ãpyIõÇÎíwîÞ½v­ôð‘£II‡< ›ó<OEEÅ›ÍæóùýmúoÚ²EJ­ž*ÊŸäe/N'¼dblÌd2+îÝëÙ£iO6ÄŸÏ·¶î+î)9»äéQOê–GGöÄEzØèééÛÛÛN?sìÈ!ñ„d’(FjAIåȺH“'„M¦P(]ºènÙ´Qýeã{󯛊—VÝ'\%ˆ÷ðôÒ××;}êÔ;wÌ›7ŸÇçc640°É’´ü¯¿V®\E£Rq„ÇÅ­UPÊë,9»¸çºøuê^Ò÷—í%?ˆ ÷êêó´ \~ëÔ \Ôˆ¢«é „è*Žõ¼øNÆZªùXò:÷ý½ ÆFÆS&O‘¼UÅÎÖ~ëO›ííì‰ÿöìѳgžM߃p—eK‘H”˜˜>yr·nÝçΙ·}ç¶¹sæ1™*UU÷í8Ô²e³nI‘-^¹\nfffaaQÂîÝ¡ÚZN~~¾ø¯Ô@©–÷ IŸÙ8Žã8ƒN')„a¸’ßÑ-ûô¾sû—Ë_@É›‚É`T*•©Âo Å{/_¹’šv*i"‹Å:tðþƒòtÆqD{ß(µtÑ‚ë_„«+«ªTTTÞ¼©500ÀpܦÿŸÚ*ãÒJ¾áYÀçKJþ¤á´BSSÓÅŹ  Á`ÈzÏÄÄäıcÅÅÅY.îJØ}`¢ÓH4¹rõ*i8DT¸¬2¸"]%Eá8J÷í·’ G²Þß[*ÞF¸¡ÁÞ=»¿™ó ÇÇ0,8(Ȧ„ÐÔ©Sœ]ôõõ3Ïf „&…M$=Û0 bƒJ¡©"O¥VOåÏNò²Ç0 È[ª„!Âqy§é…Ì¡ýa¤HŽúV´‘ôÄ%ï’zêT}C½…E/âN Ù$QþŒÔ‚8Ê“ƒ>Bº‹øâ-¾Q¡IýeãÛäñÒê±kJ=q_UùÐÈÈ!´fõêË—JˆŠpàÀÙÙ‹ JŠ‹¢£WWíïÿó71ÄÓÓóè‘#Äö¼¹s—,^,TÜîçç»nÃÆèå?¬Z=oÁBÃhtÚæMÍLMÇŒ5løH]]]â@Ç —,^4uÚ „‰±ñÚØÕÒß,eÖ?+³iÃúúyĨ1ÇUUUÇŒÝôd«> öz¸»Ÿ8‘<ë³Õ:u240 ò^g##£Ó§MŸ1ÓÐÈPKS³¹«¤ã&L¤¾¿Y9å䉢¢âŠ{ËØM£Ñü|}ãâ×ÅD¯Ø°>>:f%_ÀÇ0Üwà€>}zëééÉzþÛ9ßDN›ajfÚU__ìÏ6Bhâ¤p•ÊðøøŒ1ÇqYïݾ}gó։ż¨%‹©Tª^—.²¦‘jÒt8d"H*\V)s4Êû¥Í6¥²²räèÑf¦¦£GŽú÷1þÖÓ„Akúñ&ÒÄw#Íó&#ؤÃI“J(ýôÓ/U!WSS‹[»FCCCCCC*ç ºȦJÓIÕJ©¢üÙI^öª««ß¹sw̸ \nãúøµ EAÏ›·nïÝ·ŸËm\+~¦–t•”ô¨o]eO\ :ƒô¢®®î`o—_P¿6VÞéWù3R â(ïÌ&墿. +£¿l|›Ô°Õc×,(õõõ;·ýöÓ¯¿¿~õêÂÏÂ[çÐÁîîîT*•B¥+íE—KæÎYðàÑß<ÏÈÀäï}Áæ>ßàÜ׌O¡© ÇE¸‡0>ÓÀ©tßdšßaBZ^nîw‹£^>~äð¡é3ÿ§à¡¢=‰»ç}»`ëO›§„7ñz¦ÄÝ !¡¡ªªjŠeþyãÏ“)'‡…†¦¤¦6ÜÖÆ¶I™ZÚ:RígN¥ÚØÙ·“Ðܸ^Ú~”C:L8ä‘SxmÆÔ0¾€ßÁìÚ»ÿ¨‡$UûÑœÇãôT˜Ÿ ‡|‡4¹=Ä÷ÆõÒÀàP?ªÚ¹cGð°êêê°JÚÞ–I%¾þ ¤×EïÊÕKNŽÎ4!dè8¹úÚáîÞsDo«… Ï&ÄqŒ‚pFçÞ5ÿäP ¼äݦà&NÛþ¶[ÚlÛß¶yï“/Ó¦_‘P¸o契“lúõoñ+ÍàEÁRè´NÉ.øAÑv¥¹Ô"òÌäÿP|ÿ=K@ØÎ*RÇqÊûÒÔÌØøÞÝÛ…ùâ7.õå=mL_eæ4¶“¢7ø‹ÞV]©º|wXMú1†#Eîmml‰…Ìf%®b™v¶öf¦Ýutt>æ`€’ ù2?ŸT„šóßÿ]P’¶+Í™ F~n6”¤ÕäÿP|¡$mß5éûÿÑhôî¦Ý»›v—èàÚøäâݼ]X}õû”BÕ4ìQX¸¼UÒVOʦdjkkä¤P’‚!_æç†(Ô.(IAs°L†’ô¿•JÅ¢4™Š†1Ã’ ؇L¥Ñ¨ïß´O¡Pêêê¨ýSc˜HôIeBI †ÀÉúÝI™Jé¨vAI šƒ`2”¤ÿ‰z”ÒY·3Çc±T>òW¡H¤Û¥ †a ÒÒÒzþìiWÃTïùógÚÚÚT åSÈ„’ “5|Ê‚np8À!%)Ð>"Á`öïo[\TÔ·¯‹Å"~A¡¹Ðèt‘PT^vc ß >ŸO¥Ñ¬úö-).vusOmÑê †á/_<¿TRÒߦ?ƒÉü2IûÜú«¼ýD§])†t˜pȃÇãvH»Úsàþ»IÕá‡/ÄÆŽjò™S©âm*•ª¡©Õ»OŸ.zúP’¶kTTTz÷±R×Ð(.,xõêÖ¢Õ©Tª®n—~ƒÌÍ{Õ××Óht333L„•–^åÔrZ,S[[»¿M?–*…Biu™¤}Â""!+€/–·œÚfÑð…ÃmhxðàŸò7úÛØè’U¥P’¶#0LdfÖâ7…Jý!ŸÏ¯¯¯`³§¹¹±‰±H(ÄZz!€J¡0˜L¢ýD2¿Oe€"€/–Î]ô¬úõ»{玻ò%é©”dpÐfN€ŽŠŠŠ†¦&GÎT¹«¤ÿ°<Áw@Г[N€ñÓ”ònù“[’¶îÓ^,ôÄ]8ªˆ~œ‹ !$€R%)Öª%i_«ßͽoõš+èp: TIÚŠ©ºaØé‰…GÆÛÓ~š 7j‘ øP¦$mµš´õ3»é4†Nw»ÙOŠv]ƶ‚ß1Š~αU`áÕú”k CkNèï‚—°ðjeFO´þ:¸—ø¿Á.F±áýõµTrì¥37Ôbf€¹™žZäàM΂îÓO¯e¦I]ÖZâF¾t>ὤè~/êncÊùvsqáS*^C¡ð{:ÌG×FV£Á¢)oQ&…èi©<{Ã¥Q)Fê5u| áŠs³ÔÝwñÁ‹Zž ƒ–zé±Tg*•‚a¶P(lô/ÜxÖ’rþñÛÏÜàÀhÅ’ôc–¯˜¨¶mK7f¾~7½,}Ac1“e„óÿÒë¤ÕÕÎøŸ#&ÿL«ây•c øHKžœk÷^ۛ뜹RÝÛXóï'u= ÔŽ´ÑWeÒN_®F™êuînüSê]¢ˆ«±ž–Ê/S¡c1i <áÎŒ¿é4êò Ö—ï¾ÖÓT¹ñ൙–Ž:áèáóú“Å 4êWæ|¶ûü?â©Ãýzhwb¨0h^6ͯŠp„e7ÍGC„Ž£¸öÑ•;3°×÷‰"„ìÍuül»b8zSÏ?’[YÇÒiÔúÝzÑE‹¥«ÁL.zôðy=$ß§@(vÖí‚òñöNKKEUVVÚØÚa6jäÈÝ»WW[Yõuss;w6£Å³lÞ²!´`þüÿ–s*++ûõ·ñòòL?}ZÊ’µŠ‹à󗤾´‘::],ÇR¨L.'KÐÀ`ªš ©L„€wÃðÎݼ:u6Q½uZÿõˆ,±7&•SöàÍtÿ^g®­¡ç‰vÔcƤBB<Võ¢¾Ÿ™¶žëÁ³zB«·ÂžÔõ3Óf1h½M4Jÿ®‘õnGøûm†ß}ÄÁqôèec÷®‚]Œ­MµD"\jˆäŸ“…î×Á½g µ07ÔÐ×fá8êi¨ñ÷“·Ïßðp E8O€I%¶»ë«ß«®{S/ÀqTr畹¡±W Äî?­Çqôô5WGù1îí`Ÿ‚Î;kkkïücÇKÜ·ÏÜÜ\¼‹óöí–­[>‚z\]­©¥íí3`òäpý®#FŽÊÏ/pvqíj`µté»ï9iiîº]ôzYô^¹r†a¶vö‡ÃáhjiÛÚÙO©©¥}ýúu„ÐÅìlM-íï¾[HHv÷𘦧ßÕÕÍíFY™<µµµãÆ704ê¬Û¥_›ÉÒ¿–‘‘áí3 ‹ž¾±I· 7"„RRSÝÜÝu»è™÷²Xöý÷|>_”Dê)‹$w5k®& yÈ]%å D-ú uÏà'˜ð.X×ý¡õÏïݬü;iëñ0;Ù¿y~£êfÚ¾Î_¼o‰|B‰èPrçe¸_Ïܲç|Çqã D9eÏ‚]ŒU™´?ÿ©©k|XI¿ë#Špç D8†ó…O B=yÕä¯>ÆšÖݵ|úëoI¾M¥Rd57Ô°7×Ùš|›/ļûéëk³ø‘P„a.ÙSvì»nø»n!†Ð;„ïÇòÔtoGƒÙú"Y,•‘#G&&îëÓ§÷«W¯-\(.1e¹~ýº‡‡»³“SVVVIIÉüùóv'ìþí·ß#Â#ø|^xx„—§çáC«2ÏŸß´y³®®îúuñáSB¿þú‹†ºº®®îñ'vÿôÓÇŽCEL‰ $ß¼ykÆŒþCü¿;wêÔÈ«W.ÿù矲UÕTϜɈZ²ÄÝÝíÎ;,–¤z7ÊÊ&L SSSûáûï5µ4E"Ñõë×#"¦tíª¿aÃúôô3¿üò+“ÁœñÕ „Ð_Ý;v¬……ņ7lذ«´´4jéR}}ýÅ‹)¼õœ¸:OìúçÉ[“æggÿ×sÙÇ·%Æ#©FM5†Pˆ]ÿçõ‰üJc]5 ‰D•ò½ªLjMŸ'!·é©C ¿ûˆÓËHCOKÇq1話D·{Õo-Œ44Õ8Ž»YêÞ}ôVZ±·O”ÙÓ§M{ûöí²eß»ººö·é¯ §……E|\ÜäÉ“BÇ[´pá!CBUU•égÎ`–_P0fì¸;v"„²srüýý ƒÁ=j”¿¿¿“““‹‹ËÑcÇ^½z•ššfoooÓÿÝtÖ}ûFNnÝ·oEEEUU©@ÓnÝBI&&îãñønn®’ꥧ§‹D¢¯gÏž7onäÔ©3¦O?“‘aØŒ3"§Nݸa=Bètz:ѹOŸ>óçÍ›2%!TYUE,Ü"„¦EF~5cFìš5¤²HrW³æRl´d•´µj…gB§¡Yí“BUmÝWÏ¿öx&tBH9á8.°ó¥O¤ e„Pñí޽t¿lWL¿¿pÿo ˆ2ÖUæÞ ÃpDAÇòŠDB¨àæóeãûq[“o½[ܪ|ãfÕeVPož@Tó–GT¶oêxIïOóïE¡ †ïʸ÷‚Ï•‹ãø+÷xþÃ9¡}B¯8¼}YÿHé ®¶!ùZÌ“êêÛ·þzSSƒ1z,iŸž={úùù?~ÆôiŠ¥éêê"„è BH¯‹ž¸Ã0 …‚š=û“Â&jjª! …"Á¯¿ž1å«™³jkk§¼_"Eñø|© RÝ»wOKK½xáâÍ[·–¯X‘““|âxË<£££ƒ¢ÒhèÃfª0BL¦Š¼Rµl®Áƒ+6$ùØÈ^€Ž¼ÒI¥jjiYZYµ»’!TÎÚåéºzƯž¾.ç.URò‚—¥ZVøóß‚Ã@=·ü™¬(qŸ{ÕœŸS8!¾P´hç•wš<¨)P#5äxþÃãù%[B|û黲*•ݯ)»_#oì¼m—ˆKw^^ºóR²›¤µõü˜ý×!k?¦½Qzµ¿ƒªšÂñׯ^uÖÕ%í½‚Íö>|xÉ¥K-›+0 >~݉'TYª™™™VV–3gÎÔÐÐxòäÉÞ½‰î¡!!ݺuËÌÌTSS3z´xxEEÅŠèh ¢TTTôêÕ«[·n¤­­û]/½îååikg›••õòåɸnÝú_ûMMMM[G[  \·nýÎ;;w~!4t¨<øø „’’:::îÛ·_^7I‹Ìº›‰Û›5W~~CB>ý :0***\ïJIQ Œ Û]IúHèQÃíªZñW-×à‘ÐCÙ%R9èjªÌ±|Åá]¹ûÖ¿@nߺÙÏÖ¾“šššº:N'ÖI±µ±±µù¨_¯µµµMLÜ».~ÝÌ™³ †µµõÈQ#BóæÍ]µjõœo¿õ÷÷÷ðp§Ñh3¿úê‡åËG¥.q/¦½½ýãÇÕ©©©–––;wl—'J¥½{ÇÆ®‘²bÿ¾}ñññ«×¬QQQ™?ž­­íž=»ãââ.\¤­­ýõ׳—-[úB¦þ#pppX»~ƈˆ)’å²’mݺEÒÊϥ؄¼/@‡A»sgg7·?K¯7·$¥Ô××ïÜöÛO¿þþúÕK„Щ”äâú~­¨Ÿõ^€ú´Œº]5X/ˆ ‰[§òàa#¤ÏœJ ‹ˆ|Ë©•íŸrâ˜÷@?uuuƒÑNL¸téÒî={HÊɾhooàÕžÀ— …J¡ÓÇ% I²ÂáÔfg E=~TµsÇŽàa#444ÔÕÕüzSkê÷JÔë|ý–W"¨GÃ0„ãt:½ý¨4rÔh‘H´4*ЍGà‹Çp:.ù<ƒ’´Å…{‚§û¼dâäTp½¾íyTU)ÕbldÄ©}‘€vW’@óJÒó<Á;@˜pœ_8Tp%)%)@I @I P’P’@GÂÒÊÊÒʪGOsÝ.zÄv\\<—Ë5éfÚ>Æ0lã¦M²ízú]ìm]ˆ¹H7Ú b}vïvtr<ÄŸÔŸ"Ð-vEÛÄŽÔ'C{>X€’þ3ܾuëö­[ »¬­­‰í¥K£Úfj¡PHºÝtᲑ¤pÉ8“®`oëBÌÕÞô¡XÄ] “dž;Û¤?»sÚ&v¤>€’Ú/±±k==½llíJJJˆ–ÌÌLoŸnîî}ýÊÊË¥úŸ={ÖÃÃÓÃÃÓË‹}ïÞ½gÏžY÷ëOìº{÷®·Ï„—Ë56é¶tÙ²1cÇ%''‹·ÓÏœ‘ÎårŒMbbV†MšäééE¨³r%—Ë4fì8ÉÙ‡Êî%•iÒÍtÕªÕžnîîeåå‘Ó¦Û;8†„„666Š¥íØ¹3::!t2%EK[§¦¦!äí3àÖ­Ûâ¹31,ÌÛg€½ƒã´é3x<žØœ…‹GFNó4¸¨¨X^£šå(1‡vrvqqu9jô‹/äùDy‡Ëæ¹<@I ­‡Ã±µµ-(ȉ‰^»6!ôôéÓ–/OM9Y\T´iã†Y3gIö¯®~2ûëoöîÝSXXpáB–‘‘‘<Éoß¾äçwôÈáñ¶‹³3©ðººº€ÿû÷¯Y³šP#&:šÅb¥Ÿ>}ôÈaYá’{å)Ìápœ Æ7lØð˜è¥×®ªk¨''ŸËñf³srsBy¹yŽŽŽyùùµµµOŸ>µ²²TÒ¿þòKnNv鵫šIþkŽÿ„„]Û~ÿmÚôé"‘ˆ´Qžæ¤2Å> ‘Òa]|¼‰I·=»bb¢I]Ô‚@+é@ÅÝH§TlJDıcÇø|>BhWB´ÈÈf9ŠàáÇK¢–¦¦¤\*)v°·_µTžO”w8ižËúàA_,+(h(BÈÍÕmõê5¡ÜÜÜׯk&†…½«®êë%ûçåå²½¼,,,BL&“Éd¾}û–T2“Éôõõ•Ú–'\UUÕÍÍ !diiUYUÕ,äÉd±X!{{{KË>¦¦¦!‡ÊªJñXKK˧OŸp8œ’’’ï¿ÿ>++‹N£{zx(?ûþýRRS úóç/˜*L¢‘Á`öZXX°X¬¿ÿþÛÔÔT¶ñúõ뤚“Ê”ôgZI*îÖäzzzžž^©iiƒ Êʺ°yÓ&RïÉsAQQ‘7›mddˆ Ÿìë7¨¹©"ëpÙ<çr¹²>€’Z&“I¡PB4Ã0„ŽãNNŽ“’””@¥Rq'¶ùd¥BH–Ü–'œÁ`¼—F!ÔPy2™ÌwÅFSQa‰·…‚îgõp÷8‘œ¬¥¥5`À€ØØX:ƒÎöf+9uAAá¡C‡ÎŸÏTUUݾ}{EŻ˻†aF¥RB‚÷>‘m$Õ\žLI¶M •t ‚nÊäÒW3¦¯ZµúÅó¡!!jjj\.WIGµ€f9\|"àÂ= ooŸ‚‚ÂÒÒR¢ŠºQV&¹—ÍöÎËϯ¨¨@ñx¼†††††7oÞ „.d]øá|A¤Ó%ë9{•—I Û›½~ý¶7[U•¥¡©‘ššæãí­äØÚÚZcUUUÇSSÓÄí"‘èÈ‘£¡¢¢b¡@`nnNÚHª¹<™Íþ†­Ðï·ç’”b®®®gë[###åyO±ª¹yyÕÕOB‰‰û¼å‡Oy‡Ëæ9œhK`•¡¡ÁžÝ sæ|Ëãó1 jÓ¿¿x¯‘‘᯿ü<9<Ãp:¶o_¢¹¹ùŠ˃ƒCÌÍÍ ?F¸S§NqquÓ××;›‘¡x¯ò2IÊ6{îÜy>Þ>!¶ûþýD¢‚T??ßÄ}‰#GÖPW7éf"n×ÔÔ,ÿ«œííÓØØ¸k×.&dI½!Of »(åäÉŒEëæ’TdÃÂ&?‘lmÝWž÷«jjjº.>.8$!dff¶cû¶féCêpÙ<766†“mÅÀÀ    ¾¾~ç¶ß~úõ÷ׯ^"„N¥$‡GÎïm@bÂÎàa#¤ÏœJ ‹ˆ|Ë©•íŸ|ìˆÏ@¿Îººàºö—ËíeÑûч7\’6S¦L 7n8 €Ž‡ªšZR➣ÇÊîâpj³³Î‡"„?ªÚ¹cGð°êêêpá í¨¬¬tvq}[W7jÔ(ð€¸pÀÇÂb±dùHSSÓË—JÀQRÀ*)%)%)|QèéwýÔS`¶q“²¿iž°{·£“óà!þ¤Ã‰Ÿ¯l®2ª ܨ¤??©‹Z@bâ>W·ÁCü‹ŠŠCC‡Iº«Y‰Ñž3JRø€aØÆJ—¤»&È#ð^Rà3óéÞKúôéÓaÇŸÍÈÐÖÖ¾víÚœ9ßä#„ôô»¾xþŒt/—ËÕïjpøÐ¡ÀÀ€-[·þüó/Ù/˜ššN˜81$8Ä×w ¼!çÎf¸¹¹]¼xqëÖSRN …B“n¦OŸTKêóðáCŸ ŒŒ ׬‰ýçþý„] „œ“O'~']¼<&NÈO:p 88èDròÞ={SRNÊ3í‹Nž<}:ý;ˆ"¬S§N-pEuõ¶·wÆ™t >Ÿ/ ™L¦¤QÄXR£H}"Y’*pòĉjjjtttBóç/°±µ™:eФCd£R©JºHÖ3Š£CjˆbçK´¨¨8...55Eì.ICd`ò‰ã~~~mŸ9­BËÞK /:,¹¹¹¯_×L #þ[W_¯Ì^‹€²···´ìC|Þ;88TVUÊ¢ªªêææ†²´´ª¬ª’§OQQ‘7›mddˆ Ÿìë7HICX,VPÐP„›«ÛêÕkš4ÍÎÖvùòK—-óôð?™L¦¯¯ïgɀϔ¤@‡Çq''ǃIIÍÚËd¾«h4šŠ K¼-å a0Ä•JÁ0¬Õ a2™ !D£Q ùŠMëÑ£GQaÁÅììÓé§·þøãùÌs-sÅÇ Ø' œ\PPxèСóç3UUU·oß^Qq¯]$ë™ÒZî’'‡Åb¶´}æ|Fà^R ÃâííSPPXZZŠÂ0ìFY™ò{[ ðƒ¯zt:BH H6zxxäæåUW?A%&îóöönÖpå5©®~Â`0BCBÖÅÇ—•Ý …-p›í—Ÿ_QQâñx i”’ÔÖÖ›˜¨ªªâ8žšš&ëYÅ”w‘¬gZ`H 2‡4²ÊËi³ÌøŒÀ*)Ða144س;aΜoy|>†aAACmú÷Wro J1uêW7}}½³D‹©©éºø¸à„™™ÙŽíÛÌ%žròds5)//[M£Òp_·nNo+ŒŒ ýåçÉáá†Ói´}ûÍÍÍ?Ò(eðóóMÜ—8rÔh uu“n&¤þ”RÌØØXIÉzFÜ_yCZ9òCI9m–9Ÿx¼ øÌ|ºÇ›h{Zöx\¸>3P’P’P’”¤ðI°´²"6 Øì_³pÑbM-í›7o))ð›Zá§ÃË!~iósù*a÷nG'çÁCü%ýÖ\ôô»~.ýåyO¬RëêöySâ3úYÉ€’ärëÖm„@ ÈÊÊ’üF¥ê†­T´†œOROìJ8˜t óÜÙôŒ3éŸBìçM‰Od¤P’À'A¯‹žx{üøñ‡B;—éãí­¢¢‚zöì™u¿wïe¼{÷®·Ï„P}}ýİ0//6›í½pá"„PÌÊ•\.whPИ±ãĉ¬U«V{xxº¹»—•—GN›nïàÚØØˆšæí3ÀÞÁqÚô<OVÎÙ³g=<<=<<½¼Ø÷î½û™¢ØØµžž^6¶v%%%Ræ>|ØÉÙÅÅÕmä¨Ñ/^¼ t026‰‰Y6i’§§—xHff¦·Ï7w÷¾~eååMÊYUq¯bÖÿfÇĬ”ò¬ª²BÄzU±»ä"ÅŽ;££cB'SR´´ujjjBÞ>ˆ/¤Þ *%Dsä©!kìçM Â(yÚîÙ»×ÎÞaðÿ•+WyzzI™/«©œ 7þ°|91äòåËD•O!(Ià_òòrÅÛ¡¡!§NŸÆ0ìàÁƒ&ŒW0ê\f¦šZ§üü¼¼¼Ü•+cB1ÑÑ,+ýôé£GKöäp8ÎÎÎ……ãÆ6lxLôŠÒkWÕ5Ô““O"„~ýå—ÜœìÒkW554’”’S]ýdö×ßìÝ»§°°àÂ…,###B ­­mAA~LLôÚµq’s=|øpIÔÒÔ””K%ÅööK¢–íuuuþöï_³f51äéÓ§?,_žšr²¸¨hÓÆ ³fÎjRκøx“n{v'ÄÄDKù !$«ª}jee©Ø{b;‡T RcÛCJÈÓ6..îâ…¬Ìsg¹²ÕTΔˆˆcÇŽñù|„Ю„„i‘‘ÍJ!€æ¿Þ|)¨©©988¤¦¥UÜ«puuUÐÓÎÖvùòK—-óôð>>óçÍ‹·èèè444¼yó!t!ëÑX]ý„Á`„†„¬‹/+»! ‰CHTWMR[[klb¢ªªŠãxjjÚ»¯€rØlï¼üüŠŠ „ÇkhhP,ÐÃÃ#7/¯ºú B(1qŸ···¼žÞÞ>…¥¥¥! Ãn”•µLŽYU !õjËøý÷m×®]û@oöúõØÞlUU–†¦Fjjš&(éå=ßR‚77·ììlâ.ÛC‡+£ƒ<\]]9ÎÖ·FJ\µoY 4 ¬’_4mîÜo?8èô+–‡˜››ååe+¢£iTŽãëÖ­#І©S§¸¸ºéëëÍÈPf.??ßÄ}‰#GÖPW7éf"n—”óë/?OÇ0œN£íÛ—hll¬@ ©©éºø¸à„™™ÙŽíÛäõ444س;aΜoy|>†aAACmú÷o1FF†Rªš››+BêÕ–‘””dccóAMÉfÏ;ÏÇÛ!Äöbß¿Ÿhnn®¼@ÅÎi–ç?{JÒ½{÷%K{û ÐÕÕuwwc©ª*£ƒ<ÂÂ&?‘lmÝ·e© <ƒ‚‚‚úúúÛ~ûé×ß_¿z‰:•’9¼´‰ ;ƒ‡jý:ëê‚ë:<gâİS§ÒÀÍ¢±‘«ªÊB­]÷¦¶výºø‹š2ej``À¸qãÀ«(ªšZR➣ǒØk³³Î‡"„?ªÚ¹cGð°êêê°J @;ESSêѰ&vM^^~]]¹¹ùöm¿·LHeeå¨ÑcLMMG.  €’ C»fÍÇ 155½|©œ @›7P’P’@‡ðïßïMüÒcs%$&îsqu<Ä¿¨¨84tѨ§ßUJø§ a÷nG'çÁCü[ÑK++bÃÀЈÍþ÷Å= -ÖÔÒ¾yóV û‘qi­øÊÒ2µzìÄ>o.Dš@I ¢$ÝøQ¥ÏŽ;öïKÌÜÜÝúú••—K_Uq¯bÖÿf ¥@¸¬.—klÒmé²ecÆŽ;zôØÄ°0//6›í½pá")=>ìäìââê6rÔè/^HN³²µÌAéuÑo?þСC¡sç2}¼½UTTBÏž=³î÷î%wïÞõö€ª¯¯—R^VÂ^#c“˜˜•a“&yzz‰U’µNÞp“n¦«V­öððtsw/+/œ6ÝÞÁ1$$´±±!41,ÌÛg€½ƒã´é3x<ž¬œ³gÏzxxzxxzy±ïÝ»'ÏEbd’š°aãÆ–/'†\¾|™ð‰ò±“ô9¬ž²BÄFD±¯äJRøL%it4‹ÅJ?}úè‘Ã!‡ckk[P½vmBèéÓ§?,_žšr²¸¨hÓÆ ³fÎ’¾.>ÞÄ¤ÛžÝ é§OoذApyrÞ¾};ÈÏïè‘Ã,U–šZ§üü¼¼¼Ü•+c$å<|øpIÔÒÔ””K%ÅööK¢–JNÝZæ „òòrÅÛ¡¡!§NŸÆ0ìàÁƒ&ŒWàÆs™™RÊKi"¦®®. ÀÿÀþýkÖ¬&T"µNÞp‡ãìì\XX0nܸaÆÇD¯(½vU]C=9ù$Bè×_~ÉÍÉ.½vUSC#éàA)9ÕÕOfýÍÞ½{ .\È222"u‘$²IM˜qìØ1>ŸÚ•0MâwŒ”‰¤ÏB²z’ iž’µ ý/¾X,VPÐP„›«ÛêÕkB¹¹¹¯_×L {WŽÔ×·L²<9L&Ó××!dgk»|ùŠ¥Ë–yzxkÖLq •JÅqœØæ¿ÿõvå•g0ïåP•šk±A£ÑTTXâm¡@XPPxèСóç3UUU·oß^Qq¯e.#O © _͘¾jÕêÏ_„†„¨©©µeÒ’FD±¯>>Ÿ¸ptÜï[t:BH ñA.…··OAAaii)Bðee-Þ¤œêê' #4$d]||Y٠ɧ<<>>óçÍ‹·èèè444¼yó!t!ë‚<å›ÔD±uÊS[[klb¢ªªŠãxjjš¬CØlï¼üüŠŠ „Çkhhh@y¸ººr8œ­?n”¸j߬؉‘ÕS±Òˆ´ŒóçÏ¿|ùN ´ßOmpЙ:uŠ‹«›¾¾^ÊÉ“²{ öìN˜3ç[ŸaXPÐP›þý[ ülF†b9ååe+¢£iTŽãëÖ­#j)SSÓuñqÁ!!!33³Û·µ™94mîÜo¥ªÞ+–‡˜››*P^ÒvSȳNÉábüü|÷%Ž5ZC]ݤ› i~ýåçÉáá†Ói´}û[ PaaŸH¶¶î«Œu 022”ÒÓÜÜ\Òˆ´Œï.úå—ŸÙ^^pZ }B100(((¨¯¯ß¹í·Ÿ~ýýõ«—¡S)Éá‘3À;@˜°3xØ©Æ3§RÃ""ßrjeû';â3Я³®.¸h3¦L™0nÜ8p@“¨ª©%%î1z¬ì.§6;ë|`p(Bèñ£ª;v¡¡¡¡®®îäRYYéìâú¶®nÔ¨Qà €O\¸‹©©éåKðjO€O¬’P’P’”¤”¤%)%)@I @I P’_ðƒ¢@‡%5ù88øB1Š´](b" ÇñVœ‹B¡Ð¨4*F¡@I J N:<ö&¶ üªÊª²¾~ýºëQmmmë~6Ý{tg0P’€RðùlKw5)‡Tù¶á]»:xþ|f;wf‡…ò€ÿ:ùY™þ—×ׇ]gôúúpBú_P’À'/Iq„Æ—tð ŽãgÏžõññfª¨{üýpoll426‰Y¹ÒÍÝÝÅÕíÆ²©S#mí샂ƒëp?{î›ííâêæ3`àe8ŽGGÇ4r¹CG³~ý†ï¿ÿxéÒ%6Û»±±ÑÀÐè»ïN™:u ¯_aaá» XFŽ˜Å‹—TTT|5sV@àPÿ€€ÅK–H~®KNG*§±±ÑÐÈ8*j)ÑA–µkãÖ®[»vm JRy>|úôiß¾ÖD—;wî°ÙÞ8Ž×ÕÕŸ0ÑÃÓÓÓËkÁwßÉêOФÛÇO˜Èf{ÛÚÙGFNãr¹²r222ÜÜÝÝÜÝ=<=+**ýW¯Yãîáѯ¿Mqq±”rptrrv1bäóçÏ  VDGO˜æîá!¢ R¤rÄá[ý¹œIjˆ¬ªí$²IM=¸Z3ÐqKRe†ï:]>‚ËS¦¦¦!‡ÊªÊÜÜÜׯk&†…=ëêë¥Æêééyzz¥¦¥ 4(+ëÂæM›B Ã××!daaÁb±þþûïëׯ+–£$òôa2™ÄŒRÄÅÇÇÅÅÏŸ7oùòBkÖÄÆÅÇ#„–.j]б³µ]¾|ÅÒeË<=<¤ §·#„öï?’šÊ`П?ÁTaJÍËËe{yYXX¶3™L.—Ëb±‚‚†"„Ü\ÝV¯^#Ù¿¨¨È›Í622D…‡Oöõ{§˜ªªª››BÈÒÒª²ªJ‡ËùìΔ5¤Yª¶e,ä ”5ôàjÅ@À— &5r…œ:&ÂpL%)´>|¾ô ùÁèQ£fΚ9cÆ >Ÿã¸@ 6ø|¾@ `2™Ä(ØŒwÛGBP :8ØïKL””/ %'š:uJlìÚ'Ož ¥Óé<Ã0.—K§ÓB>_ Ê‘ZÜå |>_ `8öN—šŽTŽ@ `±X™×¯ß°aýú ‹-Z¼x†a¡eË–Òô¸øx‘H´xñ"%(χ"‘ˆÐ!D\áåóùÆÆÆ9ÙsrrÓÒÒ¶lÝr&=]Ê]ŠÝž“““tð`Æ™tUUÕüqïÞ=)?…" Ã$e '`˜H$Iî•ìÏÄ¡g0D£H$$†(Ž©Éð}.gÊBªj{ˆEQQ‘¬@Rd.±œV tì †M”¤Æå jëù8Žc"Ñgy+\¸:þq(}iÇÙl¯9sæL {w5}ð†Ä(ôïÅS„ã÷òò,**.--%é(++¿…˜(&pwvrâp8?ÿüË”ˆñÃGÃq¼¸¸X öèуTެžï§ý@1ÉéäÉArž¤Y´há¢E %-\¸xÑ"5ïÂ=©µ´´êëkjjp¿xñ"1¶ººšÁ` ]³fuYY¹@ rÙ0Ònó¦ÖØØˆÅbavêÔ)Â!’r<==ò ˆÛy<^}}½”¤ qssÍÏϯ®®Æq|ÿþýl¶—l7b[q¤ÈAíÅ™ï¶IUm± (oˆìÁÕZ€/íÂý§Ê=grùê€óŒ}NÓuÔUê¹N]ãÛz¾š ÃvÒ›°íý'n³›´í·c—a•>ÉWCÇ©Tê׳g¿ßûî3Pª$%*ƒ%àá¨k×®;¶o›¿à;>‡áX@@€µµ5ú{w_U}ç üwîY+²ÈŽ0.EÄ*.("ˆ¢Äelë2ÚjŸé´O;3¯g¦ŠS;’N;Ïë5íØÅV¬ÚŠ­Ó±µ(ˆ ¢T- }ù•Û¶niýø{ïùŤɧ}ìÀ?tÍ÷ÝûËO_~eÕÛÿ³÷7êꫯ9ãŒ3.¸`V¡®®nÌ‘c_}ååýn×¼úÊN˜0ñM¥ŠY:š¿¹ìhòȃœ3³åû¢®®îgóîü»ÿý•ÂÉZÍ{ÕO?9ñХϮ‹“$IœÄq¢(Š¢EQª°¢õêöûU¯üáW_.ú¢?øîÎ<Vï>}ZÜ^^Qñ³ŸÞ1ó‚‹Z?eëÖ-?ºø¬ç„ÞZ¿nî-·Ì8wf=ºwïn–”Nn/O‡¬[·îSŸþÌ!CÎ=÷œ¶¦…ÐÑH‡¼¹ìh|¾¡pÂwsQ”ü¿Wªúôªˆ¢BˆB´£¾q{}þ€²lE·LE!„(ŠêóùT”Ô××í…qФiðàÁ¿Yúxó—Îår/ÿá÷")ŠÙáo.;ÚwÀ9æ/?óðÛ¼˜Ï7&I’$qEYÙ9g|â©UêÝ£ü«_ÙVS’8I’t*ºfÖø½ó–I:÷¯Ã-3åUŸsåô?Ÿì·õ¨ÈuëÖ­¬[vkuÍsw]ÓtWE")tÌQvÍÈCFï“3q;:ôç`Ë…qÇqœÏç›>ÿ7ÆÙl¦¬[®¬,›Äqmmm!ŒFQ”ÉdR©T*µÇ¯Ñ$’"’@çþIØ2’Ö×××ÖÖæóùø}™l¶[·lY®,„°yóæB Íd2ååå¹\®pv©H ")ìj ýË…M×llŒã¸qûöí©(ÔÕ7Ôû€;êÓéTMMMEEE’„tzO}£½HJ×ò‹ŸÝ©tíHÚrv¦ÐŽ/L644444Ì8~À÷~|_ccœN§f? ›Í–——g³Ùt:ÉdöÎé¤")Ùæ¾§*^÷ ì$”†‘4„t*•Êf“L&›É$q|Ù™¿à”áq§R©ŠŠztï^Q^žN§ §“F…`+’Â.‹uíèâ’âç°5¥ÍŠŠŠL&“Ï÷N’¤0šËåÒétÓGš|âvûm(‘ ‘¶ýã°A _PÜ<ªîµk?‰¤t q,“vfÙt2ð€¸WY’K'qT›Þ«‹Þ©MåcµQj )“~ø‡“šfL›?i/S$¥“¿ ¡³ê[‘ŒèY÷ú+«ÿðæ+›7o !ôêÓ·ßà¿>rì†í™êúH‰”m|{S IéÌšŸKE!I”#û.yqSa9„0nDÏ(Šž{cKë»(eUă»m[²èþ~ýûͺð‚!C‡…Ö®]³äÑ%+—üפs¯X÷^´qk½B)5tqQm¯©ŽöÀ…±c¯Ÿ/’ÒÉ5lòWwïÛ#›ËDup÷ƒû”=¶êÂÈþ¾ðÎèEî¢deÓÉ!½ë]xÿq'7õôiM·5zÔ¨Ñ?´èÉ…wžyñçß{9_¯¯¬Ôеóh¯Þ½ß®ªêß¿‡¯|ãÆ}úô‰¢K¥")YóYÒ߯ß6²Å'é_ŸOy~c!—I•çÒïV׿[]ßâ.JÙÁÝã×^^}Pÿƒ¦ž>­¾¾~Á‚7ÜpCáì³Ïž={öÓÎzóÍ5o®^9|ÐQX_­\UêÖ÷*5”¸t*=fÌØË–0aBß¾};ꘒ$Ù´iÓŠeËÇ=.[–I¡]o›¦åÃw¯(˼´nÛKë«'yà’6 ïWþFÕö$IZߥt¥¬W·ä•7_½à B÷ßÿO<ñÎ;ï„î¸ãŽBeeå”)SæÏ¿oê‘Çÿ~Ý6åê¨R¥ÔPÒ‘4“>bX7>û»•[ÞÛÇÓÍH¥R}úôwô¸®(/I¡=‘ôÏË/­«!L<âÀuk×m¬ !Òÿ€çßÜ’$E•¥Â{›7Njœ3gNUUUÓ]<ð@eeå¡Ã6VmèÛ#ç´à,uQJ %.›Í2úÁC†ä:ðCNQ”Ê–e+ÊËCè°8Фtfuõù·,~îíÞN¡ŸÜëË«›Þ¡MwQâê£ÿo5ŠÒ©"J ]M&ÍÝÆiWщíä7¡}+Þzg‡ —îªëB¯>}×®]3jÔèéÓ§úõÓ§O!¬]³¦¿[¶7¸ X–ºè”IáÃíä EGÜýå·¶ùÆÑýѦšpàÀQK}tԨѳgÏ!Üÿýáƒ7…[òèc?±vc­ýÛ¥.ú¥DRøp;™¹5ð€¥«ªLíìþ´-9|諞üåC-š6í¬ÊÊÊÊÊʦ{~pÑÖ­[:æø;_gÿvl©[ܫԀH »I¿¿ð5õÙO5äÚ-щg]ºò‘»ß|ãÍÓN;íýë·¯Y󨣋·nÛvñ¥Ÿ]ò⦚ÎnTj@$… ™ØYmÞž¼º±qòùŸ]÷òïæÿú¾Mÿ'„ÐoÀÀ#Ž<ú¨cNxô…/¿åšDJ ˆ¤P_(ÓymxgÇâ­õ‡ þø)çŽÿX\6“ªÙ‘_[µý¶ÅkjëÕG©‚|c>nŒ;öìš(ŠÒ©t*Ž:ìP");’š%íÔvÔ7>÷úæç^߬J ÕÐP¿níº_xþÝwßíÀ<Ú»wï;|ÄðlÖ·7A;hÜÐeåóëÖ®{æé“§ž>lØðt:Ý1«Í7¼ùæ›K—,IâüÈÑ£2éŽI¥")Ù7.«tzwýdeëãÆøÅžŸ2uꈑ‡tàke2ÙQ£F§BøíSO2´£®ÃŸ²:Ÿ$I6oÞä\R€N+Iç’€H @ÉÓ¸èÌö‹Æ½H еܺ`Õí¬jÈ7&Iœ$ïÿ %I¿¿N…«Ï;æo//’ÐÁ~¼ð…ON]^–I’$Iœ„$$IœÄ!$q’$!Ž“êÚú›ïY!’Ðñêó;êó‹W®iLš„(Š¢(„EQˆ¢(„¨,›n¨Ïï!‰¤V>ßÏ·Œ•Q”<órUEy.Š¢$„(D!„$ !)äÑ$!„(ߘOEI}}H À®+´æ[Üxù™‡ß¾àÅ|¾0IpiËóJÓ©èšYã÷Χ£DR€NJ[eÊ«>9æÊéoÏ“£(IØÍ@Úr–4Žã8Žóù|áö¢‰³é¬ÒL&“J¥R©=~%{‘ S‡ÒV‘´¾¾¾¶¶¶)•UÈ£ååå¹\®PERv5þeîlúŒ}'I·ISI3")»I[¶æ›¦?ËÊâÏ’¦R©L&³wN'I:s( -"iéT*•ͶçÉï_«T$`÷i›`j× |â€ÝN¤IéS$èÄ™tÿˆ¤){ŠRðÄÒÇ**h¾tD" ɞѱã4KJI˜vÖŒ ÀnŠ¢h{Mu´.tŸÄ{ý|‘”’°}{M‹`7óh¯Þ½ß®ªêß¿‡¯|ãÆ}úô‰¢K¥÷”{èXéTz̘±+–-«ªªŠã¸£úõqWUU-_¶ü°ÃÏ–e;j´fI) ÷ÐÁ‘4“>bX7>û»•[ÞÛÇq‡¬6•JõéÓgÜÑã<¸¢¼\$¥SѸ€—Íæ}Èà!Cò ø¤(Je˲åå!DµN‘”’ðÄÒǦ5cûöšÂ‚‚@ÇD½t6s@¶ôÇé\RJ‚Æ=té謔{èÊÌ’R|âDRØÇ4î +Ó¸§$hÜ@Wf–”’ q")ìc÷ЕiÜS4î +3KJIи‘ö1{èÊ4î) ÷Е™%¥$hÜ€H û˜Æ=te÷”{èÊÌ’R4î@$…}Lãº2{J‚Æ=tefI) ÷ ’Â>¦q]™Æ=%Aãº2³¤”{IaÓ¸€®Lãž’ q]™YRJ‚Æ=ˆ¤°iÜ@W¦qOIи€®Ì,)%AãDRØÇ4î +Ó¸§$hÜ@Wf–”’ q")ìc÷ЕiÜS4î +3KJIи‘ö1{èÊ4î) ÷Е™%¥$hÜ€H û˜Æ=te÷”{èÊÌ’R4î@$…}Lãº2{J‚Æ=tefIII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRDR%@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRIII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$`–Q:±»~r›"€H ûÌ93g)ì4îII@$…v²©T·ònê%(N744¤R9aФìgzöê][[›Íe£T¤PRy4“ÍýÏŸÞêÙ«÷G}®OܳŸ9ìð#V®X>þ„û˜É8€ T444¼µnÍÊgž7î‘”NnàÁ‡žöw[·l‰ãXA D¤R©ž½zwÌ€ƒФt‰TZ¦@'‰³J€H €H ")X’$Q‰¤ìW¿*¥R۷רtqccáG¼HÊ~£gÏ^kß|cÇŽÚ8ITökI’äóùíµµ5ÕÕ={ö*ú¢>ôÐU/¼pø˜1={öT دúõ5ÕÕ/>ÿü‘cÇ~´HúÓÛæª ûJ߃ú;ö•—_Þ¶Õõð`¿—J¥zôìu䨱Ôï#DÒCFV;öšß¿´ªèí}>Ö§ÏÇú¨ìŽÃSúƒ,IO˜0Ñþè¶¼·y¤ûÅÐØmõ'Ûc͹úx@ײ;ýð=4q)’t-%Øw]RDRDÒöXµzõäÉSŽÜ…]ôî»ïîÍ!&IröÙçTUUµ¾«¡¡áŒigVWW·õÜú篎=jÜ}*úôöˆãøÛßþNÓ?>xÐþ5þÖæÍ»kÂI'Ÿ5}úòå+fž?«=Ûµ;›PÊvaçîÂÐä7Þ˜4éÔŽ}$t­Hú¹Ï]}íu×®|æéñÇŽ¿þ_¾¶7‡¸páÂÃ;¬_¿"VÍf³Ìš5wî­m=÷¼óÎ}äá‡***v'µüÇ·¿ÝôÏ îß_ÆŸÏç‹Þ~ë­·þäŽÛ=ðÀÇ?~Ä7*çìéMøHcÛeÍWØþ•·Ø¹@IGÒ×^{mË–-§OB¸ôÒÏ,\¸°ù½uuu#F2§²ò”I“Nžxʪի¯¾úšñÇÞÌókkkC‹?:å´©'O<åô3¦­Z½ºð”aÃGÜxãœË.¿bÒ¤SŸ~ú™BUUÕ¸£?QX端¾:å´©…åyóî:oæy!„šššK/»üÔS'Ož<åÿüÓ?7…¶yóæµ5òO8¡ÿþmÝ{ée—O9mêøãŽ¿æšÏ×Õ×n|ø‘GN™4é”I“N=uòÿøÇoœ³cÇŽsÎ9÷’K>B˜1ãìÂÃ~ñßÿ}‰&œtòE_¼iÓ¦¶6jÏ¿ðrÿôÏ_ýÜ箞væYË—¯(Ü8|ÄÈÙ×_É%ŸzðÁ[òÚë®{õµ×¾ðw_<çœsÏ>ûœk¯›Ýbµ­wÖ®mBëÚ¶[ÑjÒb/=6š¯ð×óçï|åE÷N‹[ðÿñí¯}í†ÂòÊ•+›ŽÃZ×¶­#êÎ;ç{ìøigž5oÞ];¯sÑG€Hú¾õë×<¸°ÿùÆÆÆ¶mÛ¦LžòóŸÿìÈ#Ƕä7*+|ëܹ÷Ý7ÿ›ßüf‹¶µ³vaZ×¶ùØÆ_ô… Zï…¶*д³gÌøÐ•·Þ;Ewîe—]úË_ýª¾¾>„pû?ù›+®hýºm­·zÍšµs*+|pÑC.Ú²eËNê\ô‘ÐEtÌE ÊÊÊΜ6-„pô¸q‡zèСCBŸ8úèuëÖÿæ‰'Þ}÷ÝË.»¼ðÈšššÂByyùñÇB8ì°ÃÖ­[·“ÔÕØØXè\=jì _¿aöõ×O8ñÄÓ¦þyîª_¿~6l4è#Ÿä÷³Ÿÿüþûd3™ªse¹ÂO>yòÉ'5*„Ëår¹\Ñ.ðŠËO>ù¤BTú̧?sÆ´immÔ6›<ùÔ¨Q£ÊÊÊ^ýõ¡C‡ær¹Âm r'Šî¬]Û„Öµ-”´0¶¶ŽŠ‚Ö{¡­sU›VØž•·óëÛ·ïI&,X¸ð´)S–,Yòÿý[í?ZoõŠËO4©oß¾!„O}ê’gžy¦­}$ˆ¤6xðàõë×7Í`UTTôîÝ»E$-,¤Óé²nï/§Ò©†|C’$Çs̼;Ú:N½ÿ°T*‰ã÷’¤pc}}CÓš’$‰¢hÄðá¿YºtéÒ¥,ZtÓw¿÷ࢠ©«ÛQÖ­ÛGÝòß.[ö‹ÿúŃ.*//Ÿ;÷ÖW_{m÷«Ùz£öÜøCqÇqœJ¥BùüûëÖ­[E»6þ¢;k6¡­Ú6­­£¢-Eû¡+o½wÚrÕUWÍ©¬ÜXµñì3Ú"o[[ùàu›ÚaëG@§±ø¡Eçͺ¨ºz[ñŸõíYŨQ£zôèñÈâÅ!„;ïœ7}úôö¿ü)'.[¶ì¹çž+D¨WµùV½{÷n:%à±ÇkŠÇsÍšBÎår3fÌøFeå‹/¾X˜¿lllüÓŸ6Œ5*„ð£Ýòì³Ï¶s`[·l4hPyyy’$÷/XP¸qâÉ'?ùäS¯½öZ¡®¾~ûöí™L&„ÐÐÐÐü¹'œpâ“O>µaƼ»æ2qâNBêá¹÷ÜsOaùò ù‘#GîÚ w¾³>Ò&줶í?*Zï…¢ÇÆîrEwná¸ãÆoÛºõ¦ï~÷Šb]û¶j[t«?þ„eË~[WWBxø¡‡w2¢€Nã¼YíäÞö6îçνåK_üÒW¿zí°aÃ~ô£¶ÿå pëÜ[¾üå¯ÔÕ×Çq<ý¬³Ž3¦­|pÝuמwÞÌ‘‡Œl~úà'§OüñÇG\qŪի¿þõM§RIHþíß¾QÈÏ<³rü±ÇvëÖ-„p÷Ýw9öÈæëüû¿ÿ‡‡y¤¶¶öÔÉSŽ8âˆ{þûMwMž2åÎyw]tñÅÝ»wo~¦ìM7ýçseÇ™LúŽÛo9räå—_6ᤓûõ;há9cèÐ!••sÎ=ofaذ¡7ÿà;©À¡gÏž«_ziò”Ójkko¹åGétºùii;ßYí߄ԶýGEѽPôØØÍC.„Ðzç\rÉ%÷þúÞ#Ž8¼è³ŠÖ¶èV6ô+_þÊÌóÏ2xH¯z EGXô‘Ði´5?Z 0à©§žª©©™ûÃÜôý›ß}gS©mÀúõ믾æšþòcþM¾ðw_üë‹/š8qâÖ­[/½ìòù¿¾·‹Œ¿®®î°Ãxãõ?–Î&t¦·ÍUŸýì´iÓ.ºðBÿƒÀîhê×·hÜ¿µ~ÝÜ[n™qîÌ=ztïÞ}?øö¦Áƒ_yå•m]§}ÜQGÂPÏž=K0v‚ñ·:‡µk×8á¤êêêógÎôÿ즦~ýÎ÷ûÁ,)Ìþ7K ÀþeñC‹ºwïQt¡(‘€Öº_ß1Ÿ¸€vjúSë…¢R!„(ŠvùâêP°“~}ÑÆ}ô÷¿G$`7í¤__´qŸJ¥ ‘4“$I*•*|)%ì²ôë‹6îSM ß].’°—e2™t:J¥Rq§R©t:­(ìåHZH¥™$IÒétS$}ký:Õ`/ÈårïGÒÆÆÆt:ÉdB_úÂÿRöZ$Íf³™L&êÑ£Ço¼Q______WWWWWWXÎçóù|>Žã8Ž ŸÊ€]SøðR*•*4ës¹\.—++++++Ëår™8Ž3™Lò(ŠÒét6›Íçó…<*’°›‘´J ýùL&“mæÿÀcq— endstream endobj 478 0 obj << /D [476 0 R /XYZ 56.693 815.761 null] >> endobj 373 0 obj << /D [476 0 R /XYZ 56.693 427.342 null] >> endobj 479 0 obj << /D [476 0 R /XYZ 56.693 407.472 null] >> endobj 480 0 obj << /D [476 0 R /XYZ 56.693 227.98 null] >> endobj 475 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F64 307 0 R /F74 436 0 R >> /XObject << /Im11 465 0 R /Im9 463 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 484 0 obj << /Length 2132 /Filter /FlateDecode >> stream xÚµXÝsÛÆ×_G¨#ž8àôÍË©›ºNbµ‰•Ð<‘g‚ ƒk¿¾»·{ @BŠ“i=#soïko? ¬|wõúþêöm*ƒB:ÖÁýc c¡³ ¡’<¸_ŸÂצi6e½Z^Ç2ì?o®q*ÃÇ•% Ñ«²½þåþïpì"ŠD‘¦´ùŸeßÙªo¯¶Ýצž[ôýµJÃ}ý e¼î›¶O¦ÙM¿Æõ cä £V(c’Å"‹œâvG$Èòð–~’·\ÝÝ_ýzÁDAª….T‘Ð2>ï®>ý"ƒÌ,")òàÉ­Üi$E¬4ÐUðñêÇ+Éš:ÿ=]ä"‹ KáWçg«ÑÙ‰NE«álÒ~Ú®/ÙÔŽÑ× KÛ¡«tÇî¯Î8^‹·oõX¼EÊOQ>àŬ€‡8Ög›&ºíÞX*|u­@ÐvÃ(E¿ÝÎh<#‘Š4¢F RQd¤fßìürù¥ã|¼¹#9ìãcGò•ý#UeJÂ÷ïÞß-î¯#ô·iO…Ç^ðƒª–ˆ¥ùµ7;Þój¹u1xìë5M{[)‘Žø‡EoÕՌÀF"/üÃo¢ïòò®+c?oh”„??áµæ¤ý`¡´™ÖS÷-·ÇkP9t ˜È°/: ü$ý3~b yçÏ$î%4]ÇÜxÊŒª²D¤ÙpƺÙ÷ò •Bìÿ~\|*ñ2§Šn8Hþ #ie¯>|­L;#o¤¤ÈÒd"ðŒXq!ò<÷«3~˜;?|É qž ÿ“Ìä±B¤yv©oÏû¶í—Ͻb’­¼Èqp½7]®Ñ׫ÒÜLž¥¥Ï¹ð¤q‚×I""™þ‘b!Ÿ/Ù…ˆ Zè8EÎÏŽ§Ö >-R)ÃïìVè°¬o€ª»$†ié·µ®¸ÕïhdwCœ×feë5e®ÜÓaÅ[|ø¾Ùcg×·|ÞÎv§cxÅW´ì¾¦@W–£Ÿ$3@ÛKÓÀž¶³»©9PP`¾–.Z•Í#¼Õ.ïD¿ˆb‘@ L’ÎIŒÉý^ Ð×sbÀ C¦"»b žÇºÿ¾²Ÿ·.ïáÙ:ƒ’ˆ Ôšc8+?õS¹²ûm½?ðÄ{R¬õú¦©»öÐN«À8IVlñ›3—3êÙÍzºÙÖ^ †ˆQþ†µŠ•¹¡™~7ÝVîm /æ:NÃ'ØAB¬±¿ Z4mwì!™·\ Õ-âDBY)Í(4¨ù‘a7*Ñ…ð$ï¤ J”ú¾«»GŽóq€Ä‘P‘_Ãê‚·;ñŽ ;!¨õSß;q8û`ŽSÈyE&”C•èB¿œVŒhšÔ"¥OûöÝ.’Á›=ÄøÃÑ >{1:ü2ò!DZDƒî7$± _øåðê­ÅlµœåØó2Piê“Y@ļ@¤“‰BqÅÿU§Ò"ü7T‡BÞE†©*wœÒ2´mG+èZ¤œ2qŽ=y\br¬0ÄY–-äMAE‹/„ÅEÏ”e+‘¨Ì[˜’–ÃH~ÝS瑳ÿ<ÞË¿ï#þ8Ð.}²y–- æVt*¡™Ñg©é?¨%,-Å€Šð5h©­ËUå"ĤÔIˆkFΞÕY”'Ðèeÿ à;~æ…=Âh`ÄÌtC°®é;Ó hykKÔØQü£¹(§B]„©\þùŠÿ•5sOu¤jDÙËAù::âõÚ´fã#úÐGÅlO™±ˆò‹ž2+²g{JÈú¬ qgåPÂã̷ݶ=XS‘JDsê–B'„™î7ç®U˜Øi|¦Ög߆­Øó˜ò{ý²{ke¸0%^TkÎYàá·ðwŽÇO…§N™þ¿4öÍíó8ks¼õaùÅl;ãSÝ9„ȵà&Í' öe°}Iº¬±T'C­ÙtçÒ4TúúêA%IãìMÙë±^’/šÀl[CQ»]YH>ݾùí%9‹LD*•³îÙY>4«Ú×È yfÝ} (þŒ›\~á3¸^Ì9|_¨s<Aiå.Ÿ¥ "”{–qMÁñ(3RÕ¿ (é‰Ò¬Ù¹A—­u]{\„Pf27Äã¤Héݦámœkü-7h÷zm×@ ÁôŽˆAûZŸPY¹íz(³Äµ¼Ò9ή¬Ëµ__öíš`Þ´ ʧŸâWA‚;»î&xŽžÒ,”YØî« ¿>Èîr@˜ íqšZ ¾˜•a&ÝD4‰»_õ­ûPn*š±|è†È¥q»ó—ÿ LW6Ÿ7În?‚-¾áPwâ~i,Íô ËþA© Ÿ±#AZx1´osvbL††ÞÜ7ÃÇÍ–g`±[›™TcOáìç±_b~ò8Wvz?¶5§Öb„ÀîVÉ„aä05 &0J¦c—Çi2žÛ^1áê" PÇÛ’œ™ü$Ç2»Nuo"ǹ¡9ËÛŸL5‡pߣÜNöæ[ÐÇÂêú$ƒs“©t5ˆˆX_]ÏÝ,ÁÄK¯<ï¶@Þ±•,eƒpìÛΛfåɪD|ÕžMÝUf‡oj•x®ã{¹“øÉØábŽõDžƒöÕÅþÁÊ88Y¹>ë´<ÃÃz'ÕðeÝmú†|.…¼ü’ý-_Éÿ îÂ,+ endstream endobj 483 0 obj << /Type /Page /Contents 484 0 R /Resources 482 0 R /MediaBox [0 0 595.276 841.89] /Parent 452 0 R >> endobj 485 0 obj << /D [483 0 R /XYZ 56.693 815.761 null] >> endobj 486 0 obj << /D [483 0 R /XYZ 56.693 638.925 null] >> endobj 487 0 obj << /D [483 0 R /XYZ 56.693 412.491 null] >> endobj 43 0 obj << /D [483 0 R /XYZ 56.693 396.163 null] >> endobj 488 0 obj << /D [483 0 R /XYZ 56.693 368.211 null] >> endobj 482 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F74 436 0 R /F64 307 0 R /F71 414 0 R >> /XObject << /Im10 464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 491 0 obj << /Length 1913 /Filter /FlateDecode >> stream xÚ¥ÙrÛ6ð]_ÁG¹c!¸’}é$㤓¤mšÄ3iÜÊ„$Fäò¨[}}X€‡D7i«-€ÅÞØƒ4ÚF4ú~ñâvñìUL£ŒdŠ«èv)NT¥,#B¦Ñm}Z¾Ð¦kOºÞå¦X_qºìîwW+ÓåæN$²F¸È›«ßnßÙc$‹c¼üSÞµeÕ5«çû¶<mæÞ^‰xy4w”òmWç±yÔõþ¤»­ÅY”‚ŒJXeÂIÂPq· ’tù ÿdl¯,^Þ.~_0À¡‹bET&¢$cDQÝŸ~£Qg ‘Y=:ÌC3J¸PWÑÇÅûõ–úÚÿ3Ž2ÓÆÂrü}AIK®Æv‡*Q$vK‘Å„ÇáäÙëãÑÍdyÿ$·•g·ñs¾MøÈ·œ¦„*II å ZïF{~Ðeà±cónƒÀ»º0º6¸XçM©km ëº(Ͷ3[ôp/áYxQ¸ŒV<#©(Àóõº¬ ¸‰„Òoñÿùÿbþ!ÎbNO®ò¼½JA±¶¹RÞïªÒtF—t…¶¬ÒÌëÈά±!¯<ѥѸõCÙ´üþŸ£çpÇñc×4xdñ4móPëû]Å_»ã±@ŒÎX7y½A¼ý „fžÙ„¬|JÖnè$­ª–Ø¥XÞ䇲œ׻Z#„œìfo#»ÛÈ®'6B¾,^y½¶1ç7÷¹1×HöàŒb7?ëB{ðe¥ . ˆÔ ŸwÍ£5A¾«¬AøÈ{‡¤n_±e0¨°Õ•õP‹Ö>“×nl-•ª-·¸l€Ò·¾Aù,¡^>»8d .€J3Èq@°Ð^ŠÎàÛƒ=ëÑáºsÀÙ­D3Ç1xßT# ýRš¦-Ð]Ÿ3ŠpvÚÕè šy"¼Ö61›"œ¹Ø³7‹¼Z\гE š™-Xj^S{ÅjZ¸Øµ_ п{óRÍ8©¹š3Ó=(îÛTñQ¶ÉaãÌxÚž8$léÊ+ÑyåÞ>\:”`.)ã׺ôÔ† ±%3¤ÛiØÆ½1”U¥ºó<­^Úi¤ZFµSžðu(ËÆ=–u¾eÇØ¿åsž@ð¤Ëm;«ë/6yjG6‰±DÄ`wÓ¹›© œ%õi*ñ2˜Ÿ¢£í¯Ù&ÂÑò¤M°ëŸ-Ø B‘T2â„'ìŒPK‡4?œ¡}ìÔ¾@~­3[<†ÇûÞZ°×W‚‰ŠX`k¨ °òA´©[ÃÞsB2¨ÏŠû$2ñSgÁ>ýY0ß·¤f»°ôš­¾â ¦SËÑf Š«H¿Ö8»ªíÙ®?ë}øOÙêc ݹVÞõ.gÖw[ç­m ëc€sARhI¾.àOAL¤Ê¾> š`Ý ã1”È I2åý¡ðF_4$¼ŸÒª*2oìI+í+: ŒB °|(ÉþáÁ^J²z2´U"…’¤g¡$Îû‹ñ½ž¦Œ°5áÜ“ã§ì{¿ÒçŸZ†l`3¯ÏNFw!½|©zG,Lý¤H¯Ú—S¤ ŠH–þN½ë C€}ÁQ=â©sOrë‹ï¨»ç\’­˜„¨ÎþÙ{/ôÐqN¬:Ž™ž©ï ¶í¼p^æØ¿¾Ö7=ÕÀÇ?CKÍ4Pd§½†ghÚFª–Ì2“q6KIʳˆ+˜ç㬳RÅ$æ¢gÑU|4LZPYîóÂmùð03wÓišÄì÷¯ºt3…»‘Œ_A ÒÀ ¹‚g,ý¸÷Í á”È$áØó’Kˆ”ix-ß=EÇŸ»ÊØñ4”îÔÕÔÁ—km¼X% t•tÙ†ûè,{fÃÀ#ã°ÀÏUÞžvyÕÒùþ䆜‡¶§D.¿KãÇ’°$ý7ޤO~ÁIáÉELÀ”_ÈfïþM¹éêû]ÓYGϼ䙈.ýñMÞB¹ü æ!lNÝ£ ö]uù¢C:f)‰…G>›ú¿/×6çg¶g±"eÐ,¬qÃ9þýð0ÂT®&E –h Àp­ü±>àöhƒNcžŒÇFzX\&R]ŽaŽCÎ÷Œp²«ÐŒ_òt­^°Ñ¨‰Ĉçæ#JŸ0ì§=]z„˜péÿv*ñ±¡” Ø)Âч¼({W‘ÜÚÝÜ`0Øœ~Ý€AtXx‹À•p9q3™½¬¦—Kª°­Ú€ ‰ªÒ×xÒM?‘øœÖW‚Ͼu*«r«g»š 4~§® =ï4Dç¾>Ú¯nжþ‡ k£Ø endstream endobj 490 0 obj << /Type /Page /Contents 491 0 R /Resources 489 0 R /MediaBox [0 0 595.276 841.89] /Parent 452 0 R >> endobj 481 0 obj << /Type /XObject /Subtype /Image /Width 902 /Height 527 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 47041 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 902 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|Õ¹÷Ÿ3e{Óîª÷nK¶å^ä^qÄbL1 i$árC÷M!„@ ¹i.˜16ÍàŠm\dl¹ÈVµzÝ]iµ}êyÿi½V±¥•ŒÛù†3;šÓž9çÌožSI’¤R©¨ÁA!„€@ @>cŒ±<8cÄ0L $I–e©ÊE Ä @ „az¡(Šî‡r!Ä „õ)žMUJlJ @ˆB’FêQæl€¦i†¦iE Üý迉 @ £È³­c†eY–e§gøO EQŠåyžçù»ÿŽ&6ÿÞû V#@ Œ"¿xsOÈQñ‡{W„Çá•ó!d4kkkyžç8îîß¿sÏ]ß€ÖΈAOóŽÿõVl—E^xYä´±‰‹îÉŸClJ pÉâꈒ|Ž š²™u_s(»Iÿxéå'îY¦ÑhÔjµZ­V©T*• Y,–òòrŽã~ðø[÷ÜõÝf§$Îß²ëŽ}ÿ7{bÎ܉iZ“•U©i„šž77írpþ÷^ÓXSDQ EÑ4¹ñ@ —ŽíôøO–l;Ç5Ó[MúH}ùµ…r¸ý_nßüÄ=Ë´ZmX˜24M+÷šØ|1€C¿›»`fÁƒ?½#F#Ö79\®±¹)^\XPðØŒ…‡K>ÿô qÊw«NÎ8göªï“{O p)Ðå :ݾò¯¶/^qC~jÌ€×T4vmûäý1S@ŒIû5‡Ml>Çqg-xR$éÝþûÖ;ï®o÷*×QXºaù|ŒR32N6…Nœ¬±MÞ±rÅÂüÂ…?ù©ýÅÿ÷ž»{óÝÍõ‡Ss'‘@¸ªÀoýâX-æ)Ec âv(Àñq¶ cs‡IK›£êt/1cˆ‚ÁТ¹ÓiŠ:oÀºÆÈHMŠ:ÿ‘1p÷Åþ#³qÚÄ g¨œŒÔÌôdر·D–åÅsgŒVžG+ÿ]ÝÞC¥e•ž’‘rqM‡1®klmiï9†¦c,ÆÂ¼l†e†IÔìR¨QÛ÷”H’ÔçäÔ‰…1fãyÃ^Ð*M \úp‚XþÕöyK¯³™´ÎîÐ€×ØLÚ1S•µ}Ú¼•²Œ#CíÞwh÷¾A#,”ͤýçÛŸ³ =±079!šÛ¥eUé‰1«æOj>;TŒQ[˜Ÿõÿ^x뉟\¯,º—$©gÅ}¸TTKPb ö,9šQÇ×~zää—)y±­­.WUÉWŸ~¶øûÎ]¼ÔÓшâ>²Eá*Ó£°sïÁž\ÇjÚŸ~óÐø19•UÕŸX‹Ús´áÿ>¯?6ç¼r!Ñ„úùJ‹Asâ´ÃnÖ&Ø kÿçÝÙ3'GŠŒqŸoUÔ5¶LÌ4@imstª42†Ä8ûÉòŠž\wªÎùÄë§\ C½¶åø¡ê†Æ–öWqËÐ7ÿâÝEs¦<Ï¿m?Cá‘çßÝí zJVßÚV¶¿¼1k Uúõ˜c8TzbéÔ´ÿºqQ¼UâŲӎW??•‘1tU:Ä …Vîÿñ”Q7ËŽ½‡^ÿõ74ª¾…}ø¯ÛÀb2œSò®J—B`5Hò¹æwÆYåBŠŠ ‡€?ÿ÷šƒÜûô¦ÁBmܲû¡o.Ôi˜g^ûBÑ•5uÿóE&½ú/ïîKH F„ðÆ£ EQaI*÷^gÈ]püä©Åù3@àê-ªî*-Ëœnñšõªšfo@dÛŽí˜TÿÔ{R ÖdŽŸ-IJ¸Ê$i˜ ÙñF5USß¼|fVøQŽªîp¸¦Mg4躺Tz2 Ê«TljRBZJ8;ݵõM>¦©ô”Äšú¦p M­‰ö˜÷vžr¸ñ±6ãgW]C“?bh&!Ζ“™ÊóÂÞƒ¥z½V§ÕvvºÕjÕø‚\½N;,C}c^þ'û?Ž<#IrÿÜúüÁƒ‡Û¬–¢Â<0xàÐqkŒyâ¸üÈRGæÙn‹qwu†Õ’Ç0¸(Je5‘fŒ·[#³ÚÔæ¸iNÈ2ž?)ý½•éÉÎtçÎO鉊¬)š=!µÍå{oÇ)Š¢f&i*(ð~·gˆI VÁP}Skmc ”œW×Ðc6Nš0v0Ës¿÷à™ 9yü˜Ššú`0y×»;QרÔä„M»+i¥Å›§Mjêð8Ù ¼D×UÖC\8*„PŸøS“â#4y<®FIJõ<Œ$åb¥™„C 1‰>¡Ô,£Ó06“öÁõóžyu xpý|›IëòÛÜö„ÔÈPý%©,ËgKÒÞ¬[§ßþîK·Ï]¨q Öì-oöï«õj ¤Ç¨B¬‰6'žv cÆf˜­'[šN¼s5z3©„«P’zÞWýáºÜ¬t8|ìÔ“?\”g€G¾uf ‹7?/óyº?xr]MsW{§ozAò¯î½{ÍøñÙq,C»º¯|rôo?]¥Ó°ðÁ“ëÚ\¾ûŸß:sÊåé[z¼ü7ß›d7ªºÓܼ·òPuƒV­²hÅG¿3'=ÁÌ‹Òû»Êºù¬ùÛŽÌ?UçürÃQ”âøwwÍO‰5ú‚üÎ#õïí:ÅPòO®«oënvx¦ŽMrtžz}_l|òyUiØPœ iÕìusò^ßz"ü×ÃÇNõÉí¾S§5´ðÁ“ëW´þé½ÃFõÁ“ëŽT¶ýæåÝ}JÎóÞûXêŒÆmoièü¹wKî^3!lÆ ŸhëpÅõª@YÆnwWñø¹®îÀ±êŽ…S2²’L]n¯Ï翦³Ú›šË×ç·èÙR=~î§/n5[¬Ð»« Æf;œ] FJŽnn° &Iòä,ó¯ï¸V’ñ§û«ŸûÑœ§Ol8`50ýM÷§wÓHЬ¿þ׮Ǿ7'ò®}øåWƒÝ¨kTFjÒžSÍ>`|ºyÚØ¤ºV÷»»ªT,[fºï¦á¨þ³»<&ÆÜÏ&ÕL„X–‰$%\¥^Ò¡JR„”fB=rïÓ›ú\é:íjL^æ3¯}ñàúy6“ö§ßœ¬F­Ë|æµ/Æäeö á›8óa&†¢(¹×¯–®*[†qÚþò×ÿs×êzþ÷þ®¹Ó'ÏXœy¨ôøáš²ÌDì1f¤ŠhÚ´i{×my宽ûϤ®BIÊ Òžc K§e5uxLzõ;ÛO~÷ÚI Óh>ØS9§(mùÌœ}tôû«'Àgkâ’•V–‘š´á³Ü2ÃbÐüé­¢$oÍ$‹AN";9¦©Ãó¯ÍG 2c§MzkkÙÉzgjœ™eÕÿØtä¡õÅðçw 2ÎÉLUâÄl6Ëž£Mµ­]ÁºÅ…ß^5ñ蟶H\è‘»–…qÃgÇœ¨ÓœCĶ’,ƒàèö%]ÞÐß>8<£ ùº¹ù¢$ôe5¤'˜w©ovx×.*¸iÁ˜W>«›—ëõú]]n`&¹×M6”/À®h]37oóÞÊpr[µEé¬ú8¶tºAóy!È; ÏÏ(J:ËŒ*uÈå?]ߤdX­VMÎKÔkÙÏJjŽVµ/œ’±`RÆ»_ÔÕøB˜îo›ŽÍ—Ð'?( )÷ÑíñM³À±êvV£S&ধ%ùü~$†˜Ä??<1XÓRÂw¯Ôå ¾¹µlnQz“õs)â>’Ñž£µ­îˆ»Ö~!jTzjR»³ Çc¢V©¬zú¡Û‹ûDµ÷XÓ`ñ+¹'^RÂÕì%•Ï9p^/éÒùg&ý¾ëÀ¹CÅÙ­XÆÏ¼ºë§ßœcÔ@§7øÌk»2ÓÓâìVo€ÐKªˆQEŒëó™¹ä1³àà<±Á¢—/˜gÓ°ÇKKuÀ:½ü”ÔÐfß=+×<¡xÁý:2 põHRød_õš9ùß¹vby½ót‹»§­Òt“Ó_^ïš71íÕOÍ—RÝÔÙÖŠOV)E§×UZâD0ÀÞc¡õ׌‡ˆ rNwà¹wÚ­¶”ÿ óÇ,œ’‘gªnêÞW½ïTÇѪö¿Y5£ YyÀ7ux6î®´™4kÄZô¡nø>Ÿ_ ¡y…vð…„ÒÓ­ q} õÖ¶²…S2n\06|fÀÜÖ¶ºŽìHiš9\9pž1Æ(âú ]›ñб†Œd[aZO†?;P÷“uS ¼ÎÙêòBœ ©ÿÜ\ºhAþ…0(I}òsøxcfV¶bO)Rp˸×ÈØáìšS0Ô$$Y.«s XÁŠrãà“ý5{O´W5v>{ß2»-ú˜NƘFg*dJb’×H´§­*μk»JF·Fõ<«Ä3Yá8~ÚÔ¬þQñ‚4XüJ• 'ÂÕì%U„ày/Vš Õošø9‚÷å ðA^tÆ;€CÃñ„Cédd9üáú³$ioªmÁOô«êþqcN^~ã±£;qª"N¯=-Øã²Ó•éxõ±/¿OS4!\µ’´­+p¤²ur~âÇûª#=KI ›öT†ryB[Ô¬,ΡR²1`nåÞùò¼ mÆpƆ–g4`p–f:ù>f,9ÕÎðÖ’ÓSóàáožãž’LGQtÿüüñÃù¹Ù ×é*œ0!'^ä×54SÜÝ^‹Ù0¬»3Xë¹)ø,3êõ&öµüÙRÆòü ÉýïB0º5*,ˆt‡8ßmàIp˜ Ü®FØÞÉ+ûKŽœã²™Ó&)žKA”#CE¸0åsøVû„r8;;ÚÛ\?ßjÔvzƒ ƨ}ðŽùÊj§X»52T¤[!ÌY’´ÿÂyul¨´NOÀ–?5Ëáæ­UmÝú´ô%K–‰Œþƒ?K*\R´z YqO¸j%)CSom/?qÚq¼¶+ɪ _a1›•êèòOÉO ñ➣ ùùc†ÛR<_~JL¼EUvÚQÓÜ59/Á¤W 'ØLÚÅS3\ž× ƒ^y×d ü!AÅÒE9=ŠªäTË-‹ ¯“âEˆ7êõÍÍ­áœÝœ+ÜÅ0tÉ©Ö[–®œ•ãñs3 ’@YVÒ_(=‰rk;Ñè¼îgo€Z­žPØSÒÈâÒ4ýîŽSK§e1 ¥tIæ¶Ë”dœ“bœ·ª8'œ.MQæù¬,!4`pA”Æg÷5ãç‡ê>ú² –Y:%ƒ¦©_Õí/k€x«á;«'.˜œñö¶“Ât’$õ¿­¢(*FÓé´Í—NjǧþáÞ%»K(M;åÙ7–œjúݬR­n€å3³½nNQZØã1˜åûø3¼kÔ w'êÑÒz¤&Ë2Fu^›Çájô’F ÁŸcí|øb<ÈÀ}Éá£çH¢O¨¦¦æ‡¿½PYÏôÌk»ÃƒwÌWV;ýþåaI:`“쑤ƒ½’†é2ÛWÕ±jÕÊŒ)Ã5F+cI­cœ‘‘V_ùeÆø…H \’!„4æý•]v»dß™!€ÉdúøËê;Wí>Ú ÑPß94ø¼òöùëä$,) jìð¼òñ±X»õýåw,ÿã§*oyþ½£9Ù`·Y·n˜œ—°ª8wBv\]«;.F]AüÄ«{oYZ¸þšñ¼(¿¿ë”Á ‹Œá/ïÕ£)ŠÃª§6ì»uiá¾1Åä7í®øÏîjÕ h‹,ŽÝn³Ûm}Οm( Uº¾¬º~þÅnæ–Qk_ýäØº%…w_?y÷ÑÆñÙqŠ!âcÌóÙŠL[ÿàÀç÷÷1cFZªÑh€ŠÊê“3à“ýÕ>I¥Q©UTß¼¸`꘤Þ+¹¦C€ûç'9)1l·œìŒÿSzºÅ½hJÆ óÇ„xéDmGP”5Œ»3XópÔ¿6Y·¤ð֥㶪-̌呦(½Ñ6 å#¬Ž™LÆQ¯QéK¡iºT÷œ6 玟Ì%%\’¡a],ã–7 ¦e Å b·Ÿ€g^ÛeµÇ+®ŸoÒ«S,}Bõ£=}cVVÖÆüÃÛ·ÞywC»»O’M•%þÚk—Ϭ«ªHLI+?©ô Ò/+çy¾`LÞÿü]Ò˜Ù“—“@¸ÚTé‘£ÇU*v\Á˜ðIŸÏ_Y}:&Æ’™žêó(¾{Ùô¬ÅS3üóçŒÎªë·>½ìTÇñ‹ )D…%Q:^VnÐëòr³•8›[¸k4ê”ä$£AïpºZZÛ%I2›LÙYéáEQ<]×à÷û5J¥êîö¤§¥Ø¬1n§­µ# QÅÇÇ&ÄÇEÆ–š™¢ÛÝÝÚÖâB ÍÄX-ɉ ¢(†/áxY¹^¯SF™‡k¨æ–¶öE¡‰Æ –ÛöG[[¢(kŒ¹Ãá2 9Ù™0Xž•,…ó?`ðÍÎdeUÏÈÏËÖëtJyüÄ)Ëã ¼~ß…0ݹó£ä¡½Ãáêtóÿè½”1³"§¡Gâîö5•ï[ºêFA”Aîk’ŒûHR¦Ï{yŸXâ3&Hòw͘¿´îèÖ¥×”?•· £hIså~)ŽÌÔ!ú3¾`ìí¿Ùbí¶”ä$ÒL—©)ɯ~^ñçwKd,«XÖ“‘žªLý%Æ!® üV£Z¼â†mŸ¼ß4øe‹WÜÀñb0Äý¡äüsIr¦(JÈ™~àøg?úÉ#0cÖtãÄÜ@fêƒP8vÌ9Zp±HNNJNNŠèù‰%®8Uä¬fýêo¬;Ç5œ ú{}–_¨þ#3çñ’FÂj sn{bˆ@ ..·ïR…Ð ’tŒÑ¹qËnrÿ@ _cŒÎ$)|ðäºN—ˆû“@ paPü£ÍMÿøûÎÈó1 @ áâÂô?E¼¤@ „ d'â%%@ \dˆ$%@ \dÈÀ=@ á"3¡¼¼<ŠD‡bù mÏÈrµ´´*ÇÝÝ݉IÉ—B®@ a{I·lù4)1Q9ž;wNøâÑò­FÆß'Nå§òï¦6bŒ%IúÓŸž»ÿ¾û†•ĺ›o~ëí·×®]«ü|ïý÷/Zd2™”8/œ­K€/¾øâ·¿}ü³Ï¶ ×n£”7\^^žŸŸ/ÂŽ;SSS1ƃÅ|ƒ ÅòÚžg• poõ8¿­È8@ —#šKºæºoô9³mûöeË®™¿`áò+ËÊÊF%‹6l˜1sÖÊU«_ý>I?þ»ß…B¡ë¯¿aýú;†áêÕ«Ž=ÚÒÚãW{çíwn^wsdqú—⥗_þío€Í~˜˜äv»`Ù²k***FR´wß}oΜ¹sçÍ¿õ¶ÛœNç9N*øýþ;¿ýíÅK–,Yºôᇉ"ŵ7­}çw`Û¶msæÌV«TÊù;¿ýíeË®™U<ûî{~Äó|¤‘9ŽËÎÉ}üñß}û;ßY´xIIIIË7ø€Fæ8.'7ï—¿úÕ°îæ98GmTrõÈ#ÿóƒÞ½rÕê’¾€@ „‹È°½¤+W®¢i^ßðZäÅãöööGýͦ6šÍæÒÒÒ{ï»oÛÖ­ÃÍP8þ¼¼¼×7¼ÖÐÐð»ß?±sÇv»Ýþ³ŸýG¦øÈÃÿû߯¼ÿþ{0×—F£Y¹rÅ»ï¼{ï½?®ªªjim]0~Ø;`)fßwÿO0Æ{öì4iÒž½{çÌ™ÓÖÞž——7\—Æ€0Æ ÿï¿Ø¾}[bB“O>õÿ~ñ‹¿þå/ž —wÛ¶m:­nëçŸ+ò4 oßÊ•+ÖÝrëÃÿüí·ßùá¸wï—Š—ôÏ>k±Xàg?ûù›o½uÇúõáD1Æ>ŸoÉÒ%<òð®]_<õ‡?¼ýÖ[},?Üàcìõz,Xðè¯=Ü¢…«,Ëç­á\-^²xÑÂ…5557¯»åàýJ @ . Izn>þèÃÄÞõ>ìÙ»·««ëÎoGùé÷¢ÈPŸø<8oÞ\»Ý·Ü²îÐW‡F¥Ø·¬[÷ÐÏ~~ï½?~ûwn¼á†H-2`)òòòÚÛÚ<Ï¡’’‡zhÇÎ ÍÌœ9c$y8pðàìÙ³à¶Ûn]¹jõ`'ÃŒ?þ7ýöW¿úõÌY3/ZE¢:nÒĉüquMÍ´iSÃçßxóÍ>úˆaX‡Ã¡R«ú„ÒjµÓ§M€üüü¦¦¦þÑ7ø`U…eÙóç¤Út{<…C©á´²³³5jummmNNé@¸<$é9ÀOž<éß/¿<ÊYdØž–­8g̘ÁqÜ‘#GÞ{ïý ¯½:”R̘9cÓæÍ&³yÞ¼¹O=õË0³gÏþšïVFFÆöm[¿Ø½ûÓO·¼øâ‹nÞE$7­½éî»ïùÞ÷¾>³ÿþwß}÷ÃÍ›µZí¿þõRuMMõ¦P’å¾þË(‚fd­V;غ£^eY–e™¢(D‘ô@ \D¨ŸåƒÑç¯áŸÊÁìÙ³÷íÛ_ZZª,<:qâ&ýSŸ>mÚþýûC¡ÆøóÏ>ïYÆÒ{¥âÝäy!Š„ÖÞtÓC?û¹Õj3fÌPJ1»¸øüÓìâbµZm0?úøãÙ³gã(€ž„fLŸ¾wïÞÖÖVŒñ†×_Ÿ3{ö`'ÃykmmeYv势yôÑ'ÊAˆÂ¼sfÏþñ~tÛm·…ϸ»»“’’4,Ë}üQø&DÜßÈHpËG|0#Ÿ³ö ©ÚÀùîcøbI’Þ{ï}ŒñAÈÈÈÀ@ .0_‡—4!>þoÿû×ÿû§<Ï˲¼üšk ‡Éò+Ç|±kgZZÚ}÷Ý»öæu©))f‹¹ÿõë×ß¾`Á{lìÿ3¬„Ö®½é™gŸ}ôÑ_±ųgÿô¡ŸÍ™3Š‹g½þz]VfæHÌ•ššúØo½ñ¦µ––öççŸìd˜²²“¿}üqš¢0Æ¿}ì7 Íí£iúž{îŽ<³pÁ‚7^ã¶Û× úäää!ƶü;o¿5Üà£RUF˜„Éd(J¸Q©T§N$U@ „Kâ%%@ IJ @¸º!÷@ „KO’ÖÕÖ»@ F±ã†*IgÏ]@ìE @u”-G‡$I?±@ ákƒ,o"@ \dÈò&@ ÂE†xI @ D’@ ®n¸2pO @¸¸’”R@ Â× ¸'@ \dFyàžã¹ºúÚg»(JXY¼1fF¯Õ F“Ùœ›@QT¯7z‘8Žkw´Qe·ÅjÔš¯ÃŠÐnÂhÑåîÒiµêÁk¾×çóû| —cé|>ŸÇç¹·­QÈl4éõzrß …¯UòÕAI’†úÄe˜iS¦Ož4™˜Ž@’$‰°:]wÚc4q*Eå•$QEžçZÛZJ¼››A5Mbà0­A鮕©Ô‘”Áï÷óþéêtÄÚã<¾îæ–&³9†B T*•Á`ˆ"þ6mÜ´yS?Š(ŠÒëõ&“I­RB‚ÀÏšY¼lé2R« Q=o JJJðY–ÝÝn†fÁ V«N ¢0`¯Ñó ˜eX“Ét! èêêLˆO iº·c‘ÚÛÛuF’ú<ž` à÷ùøPTÞ`ÐètÆ P´.w§«Óâ‚\($ˆ‚F­¶X¬V‹Íh4ù|Þ“åe4CçdåZÌ1¤’_R”|uðþ{`YÕÐ[ès~vÒhKRYôRŒ‘ÜÂ(IGâíkmkž:yzˆ ɲ$+`Y–%À@Q”Z¥ÎNvdÇvóþ’ k«6î×þ¶ßâÜH½T¢¦F­Gi†¶¬Ðã¬D­ZF¹€Ïo6™T¬ ˇB!¯Çc4»ÝnÚ¼éºk¯¯©© ¡PˆçyA$IbYvÊ”ÉëׯWôw(záÅ®YºŒlìJ¸X~kŒ…ãx¿Ï7 ï°ÛíŽ1[(š ƒZM4c‚ÀÇÚcÏÓ´¶‚qt¡PÐíî’zE°ÈK¢À³¬€¹/ð|S}­"…i†µÆX5ZÝå9®©®3 £Q«Íf3Æ8 ú=žîÎÎD¥ff¨ÔêQ) Çë©o¬5Íy9ùjµ†a¡»Û]ßP[vò8'p‹æ/uuºÊN•Íž1{˜Ýcà@ɾêšjQ‡ЦéÜœÜÓféõ:Ò¦Î$I,«ªo:M! Q…BŠ@ñ`ô¼·aˆµÇ‹¢8ºCjÎ’Ú/×f¿£³N#w„pÅIÒ^¶oýlùÊkyž  áq%"„DQÀËXÆcYÆ˲,ˆ‚Ì— Â6{Ræ*´±êb @s]/ê¬ÌdjLz”eYµZ-Ë2 @¸·÷¢$Ó²¢5j äõz£P¥f³Y¯×+žQ¥ÛEQ¥RY,14M+>N‹"’”0¢hwZЉ±èõ†¦¦&Nß§9ˆ¢ ¬V«( žnOtÙÃ2V¢‚ž©9Ê?€{Ñét²,–5Ü]Fe4J’ìõú$‰Ãü €°$‰”Zo4ê)ŠæyÎÕéJN‘rut¸­V«ÖjeYxÁçõÆ*F­Ñh ƒµ••¶¸8{|üKWßXç ø¦Lš¡R©xž …‚¢(˪Ìfó¤‰SEQܵ{»^oàyÎáènüJöÙíq‹-U”nûŒÛ¡§¯êÓe‰¢xüøÑ%û-XLÚÝP@€jkk8ž?Ç5µfìØÂÑÏ7–JîHs]CÉc–DÖ‡®,I¯¼Vù>Ê+#–e¹çéÊÍ},ûÞpË>Z•c¶ßZÛþŽuOQÌkêÄ¿ÒÚá gp<¯R«Q ¿‘"ñ ÔsŒ1–eЦCg¾$Õh4áQN%%žçY–ÕétQQ€¨UjL¶, ŒŒ(Ú]d‹À€(š6šL]˜³Æy;Ý]6{, $J2/ÑUTI–1€$ˇ£Çóñ?»ÍŽ$,V+Áh2q<×ÒÚ‘””d‹£¨³„vzF¦ÏçkhjIJŒcU*ÁãIÒÎŽ·Ë¥3DQìr¹bìv‹Í¤Õé .§“U©Ô:ËáÀ#Q¥­m-ÃŒ©Å<ϹÝ] CS­R©B²,ƒAY–´Z]ñ̹½JqØ·¬º¦zñ¢¥ŠØU”(ÆJwxæã³~EQãÇýó¥¿-¼š$éHÚB(+;—B=‹o)ô>“z½¤aå?ŠÏˆîÖO4†ÄØŒ›½'Ý­Ÿ˜“V‘.”pEIÒð4Ç…ú A’Š=úOq‘ƽâ‚.Þý†%sƒÊ°ðLK¦´±…'{‚;k¿oÌ=4¼÷CŒ)D‚Ô»L !©Iþ€(ˆá^X«ÕbG1h‚R¼¡,ËŠ¢¨÷zL• ¨Så;Š‹iµfŸþh7ŽT/BDÑîÎ8^%S²Ùdnhl0 Š{ xžÇÖ¨5<ÇcYVäIÙ“e0Ȳl³Ù"Ÿ®½ÎR ²$ÖÐ$V9004]_W?ØeZ­¦§ÕË8ꤹPÈÕÞ¡Óë>¿J­ÎÊ£R©Â­›eU&³%Æfo®¯ç‚!•JÝÑÚf4™ÔQÍpwwu8ÚçÏ‚ ¨ÕjwwW]}ßï …¸ø¸øÄÄd›Õ …dYÒh4 ÃðE‘a˜P(xÏï‰<ÿÂó/œ½´‡*ƒZ ÃH’tU-ÙI»C®©:—T£W0¡ÏCvä8«žN»F–}ñy74•=cN\IºP•%I{Ù±íóå+Ws>8¿$%À  Ù÷¾Š÷8R(ð0êô ó%•~ :2Hþ€k#£›8üç „°ŒÕ5¢Ôǃ¢V«Y‹e,ËR(Äõ<5‡¢>Ã2T9Pþ _ã­¨Ðüõ…â;sDðÀ~¸`ïR½QE» £R±¢( *•ÚfµuvvÆÅÅ)ruvÆÇÅI’„e9F·Ô°2(±Ãéåm°§Ya°ÛíÐ;¸?:’´·ÁZc,²Y>G …>ž¨á&„qc]Z­x^¥VgääôN ¿îV©T™¹9µUÕÏ«UªúššÜ‚‚¾††Ö‰SeK.ãy^x†aJ¾:àõyó²s3ÒÒ=ϱ²cÇËŽg¤gM™4<7ÙÚŸ·ß|W9¸ù–›BKW­Q~~ºé?°ò7(?7¿÷ÎÕ9õh$íÊÉÉïuRô¸JÏ Ý¡Þé£m× »TäÚöâ@×û&ûí÷|Ð]ªµL$½(á ”¤ËW®îsp~IÚû¸ÂX†³Þ Ú<7ÔµÉÓø€)íùÞ?†@övÖÞ/quú”—†; c 0Æá’>m^E„Œe,cI’¢U¤=’4¬GçΫR©Ž?~IÁà—·Þ:kU Ý- ¼¤2[IÝ"DGí.ŒÁ`ðù|11VQ ƒÛíƒZ­Öïh5Z†a‚ÁMS~¿/!!1ºì)mcˆµÛ{) ³wsʤá6Ë04}~ícßçñ`# <Ÿ–•…ª­­E133“eYáôéÓ,Ëfff&§¥Õ”—³*•,ŠÞîn“Å2¬´ÜÝn«ÅÊ0ŒÇãV©Ô¥Ç#DÍ+ž¯üµä«CË–¬°˜- I’¢GeY£’¤aoøçÛ?‰PPH¥bÃÇÊËL„òF¤Ý gÖ3•íÚÑâœ.'Ømötƒ¾hÑ@€14ÊšÔQý\bÞ7°äb-ÆÝ‰coqT?Ÿ6õ%Ò‹®IîÓC¡PŸƒó?®$)Ò±¡ü?Bd°ÊT,Ãje,€ä€EŒC€ý²Ø­6N•À6Üá d°Äñ¡¶ŽVš¦MF îé„1ìõ{üMÓ&ƒY–±Œåîð%i¤g´¶¶¶¨¨hñâÅÝÝÝʇî»?Iï0ÇÇ»Þn/ípåÿåE²È‰Q´»HIêñxB\HŲMÙìV§Ã•˜”èv»“’“8žCòú¼jš¦)íÀ= ;œ®3ò¥W“ÆÆÆaÀ’,565)KþÏÚjøÓ¸{¦¤÷y•D4Hr¢hбº:;£H.à ño±YYµ æÞï÷WVUæææ@UUU(2 0«VYlVwW¢ßç7šÍÃ*T{{[ff–$‰E;]N§Ó9·x>3c*è÷ù°,áž)PJ§%‹‚Õ-ë™!ú¿ÿ+Ò‚Æ7ùýÜ—™Ú³Oíƒ?ý¯§Ÿz¶Ï³€´»óHR!ñÿ®Äeç.|ü1SŒU–e·ËYöóG>xæ¹E¯üÛkÇF˰Aw©³æ¹P×AÛ”—d®ŒU'‚Ô›qkËÉëÝiϾŸøJ Wˆ$ ³sûÖå+V‡¸Pø`ˆ’´GŒ"åAÕ;E ŒÎ £Ò`±!àÞt}¢³-ך'#J+4‹†?’¨ŒÊØáê°Zm,Ã:]ŽÈ¿ó"Ÿ˜˜äóyº=n­FõËŸ{‡Ãqüøñ©S§òykÖ7³;ßo¯r¹¢x䮹ë`ÈÍô÷¿™'’Þ0T¢hw‘ÄÆÆ¶wtØívQ5-ÍÐN§ÃcQv¿!$ÄG¿O~¡ØØØÈn”í(ËrLLŒùl¡ÝÎP>¼1À¨oDå÷yB¢ hõzeà%33³ºº: UVVÇq&##CÉ•Î`èt¹hšöû¼Ã-Tk{ë¤ISxž§iº±©!=5=r ÐÔÉÓ>ß¶ÅÝíÏÉo`ÅýR¦O½ðü‹ß¿»g:éKÿ_0ô½r A¿a}Òî†×î€}wý°è›wŽUì=~¼£ !d:U¾à¿ÿûäî/¶¯¿ãú϶ŒÂº&,{Ú>qV=#ñޏìE™_”…:„$V²ØR´r“«áýæ#ߣ³=ç¿L +È|Â"I—¯XÝçàü’T V6d¹îH„)¬yMwú›þ¡ÖÅk 6Oó •NLécò·EÓ<#Ô³V”ã‚AB|‚»Û­üÕb±XÌ–’d–$‰BTÔ¯§‘÷z½~êÔ©¥¥¥î“§J~üã…·¥¸w9‘™šù³³¶²ê*÷”>øàümÛHU# ‘(Ú]$,ËÚ¬V—ËKÓ´Ñht»Ý:NàyŒqWWWB||Ÿ/YD!I §Ó‰Ò²Q||¼òþ©´/Y–Aà8nä;C ,I/ÀFTÊ I–5Z­-˲999UUUÊ´BµZ““òlϦr:,I MáªÛãa6ð«Tê†Æ†ùsæGþÕfµ_¿æ†Q¬QJ† ½´ÏO…³‡õI»PÙ¶m±iic&Nâ¼ÑéørÍ  ø³Ù™YcoY×¶{Oé–O&^³b$9 tj*¹SkI‹Íœl°ŽÃRgÈóÃhXuÏ$‰«'L±Ö”×ýîÒŽš7ÚŽ?”2í]ÌTÒ¯.WIž±ä}}Î/I{î{w¿ "ü'€,}›5/Ÿ’kv€>.qÛ§'Nù¡fþL)Y”dIž¡Ø®Î.½žu:ƒÞ K’,I,Ãx}ž` à÷T¬F–$ŒeI£›’9p?iÒ¤ÆÆÆ¶¶¶ŒÌtI–xŒ[ßkbýxOté§($äêdSŠ8²u „«Š(Ú]UªÓjŽŽX{¬»«+&&¦«Ó¥ÕêN§ÅlŽlãQ ‚Ò¾lVkØK*KêÙp Æ’(8¿ßÞJ–$Q¢HWEY”ä³?Ø(J’,I¢ ¶Uɉ¢(‰¢,Š’$É’¨¼L+%URW¤žÎ Ë¢(K= ·\…DQDˆÂ³ Ãó¼Z¥¾p5JѠƳ$)Šð’ôÖïó, íî¼´aiÎc¿ñ–•5;;*}¾57¬E€ö¾ö&£V'ø}y¿{ì«£¥“Pô†•Eoý¾›ó–Z’‹®Ýëx‹¢€U'P(A½Ê-“D¯È;O ½!ö›S~媳~ßÚìE‡É·—ƒ ÅœËKºç‹×¬Xí÷ûÂçïÖ% hŠêI²w½aÄ"ˆ –ȲÉX¥Ï8Zñ÷¢©Ñ.þÅcl6[0ƃÁálQ’%†f@¿Ï/‰’ÕbcV­VSˆŠzä$¬GÓÓÓý~ÿñãÇY–Œô¹¹Ó^øóÁï|wMÇ_›T}Ú[vôŒ*µ«Æ=üsRÿC'Šv×£Ñ(JRGG‡ cww·ß0 Ñ}DôìF'€zo)-]’e›Ýb2šÎì íš§½¤2–•möA6¢~rjFÖ¡@@¥R`Q«kª9ŽS Ëq\UuUNv޲¯V0PRÑ (5«âxN™ÎkÐÜn·Ñ0°bàxîà¡õõõv›}æŒYÊš§áIYî'IáÇ÷ÙêÇ÷ýøÏϽðô³O+?¸ÿ«süHÚBÈéê4ÄÄø&í½vÅêë×Zb¬EÍݸqóÞY3q‚P‡Ã1’cL™öFKéw;[Y“ öåÅH|£(¸@–ü KÄ$êKÒtµüÇQ³•ùS¦½Iô(árá\’ôšÞñ‹k†>p/I€Q4è7Ï,¢=Rv 6@”^<Ûÿ…$õü]]¡Pc@” Š‚Þ`Œý~¿ÀK’(í:½În³kuÚ‘Ü;Ç£(TY–DQÈ\·®a×U¯¾ª9Ô]¸.¥µËùÕÓ™7ÝDª! ¢hw‘ °¹¡Ñáè@cŒY•*9=½££ƒ¦iO·»¹®!„²Ùl)ééá-K‡…J£)//ЊáÍÞÎ(HŠ¢ºÝÝ=ÛèŒlg¨Þ½Ï>y6¢2 Þîn„PÀïWVÐ×ÕÕq!N­Qçdç@uM5âjkk•ÕN~ŸOÙÓÞ<̵M Õê¼^ÉhE¡°p¶ퟧ¦¤x7?þä£ÙÅs®»ö††Æú­[?ûÆšë£ë$À`ròhä_Ïñ&@ÚÝyÔ?ÆE#ºgÃ|„B DÓ´(ˆçð µÚÄLÉ^pØÛ¾Åuú­U»l)…±k‚¼ÿ¢Ô 1/FÈÐ^õ²£n7«Í´fÿÒ ™KJ¸¼%i¸3òõNÛ÷ yþ¾$JÎþÄ/BgmϦ¸K{VábPv×âiؽ-(.³Åb†¾þµJ¶·cp´ÛÄ(ßä išçù°oø`Nzý£¢zÅé™Mƒ•%Oññ:I©—Tà³Ù¬Œª‡?潟!Qþ•$©»»;jí«^q¯<–X–õx=^¯×çóéâcçÿóïÿY²ÌêÎ`ëEÚn'uŽQ´;…N—K£ÕÆöövY’P||¼Ãéä¹§«+5-­µµEàyDQF£Q§×»ޤ””QéMÔµÙl…ÔN—‘Èq\äÎP0ª÷Š!p²UÉL& (šn®¯ÏÌËMOOÌÃ0ÙÙÙÊÏæúúÞNŒÃ÷’¦¦¤–=ÒÖÖb2™|~Ïò¥Ë÷Ø·qóû…c “’SdQtuuo7ÀžPð­;¾yñU¸Â)êv§€Pë÷~ôíïL.(¤ÕªÞakl~Ayeù‡h±X’×ßz‡Édjnm …B,«ú`ÓÆÕ+¯"!•J…ÂXƸGa zö¹È7‹>ó.B,«"ínXLX¶tûÓÏ&íÜ™4~ášëÆgd0 ƒ;;Ñ'[š¶ooæù›V­‘FŔþ£Ž£·ÛÒWÒ"¤íl:Wô†$IŠk†ô¥„+B’†>ç—¤¢ÔïÓi² @X ÷¸wZ$ösÛÊg¢DAP |IIÉÍÍÍ^oÏö‰‰I­m­Zò…hËrÏä´¨ iZ­V{<ž¯•ššróÍ7¥¥§©ÕžçxžD!kûþçŸÉ½ÝHõ"DAí.¬Þ`QÇ…‚Aš¦EIdX–¡iF#ŠMÑ·[«ÕRˆÀ Ú—èeYÀÀét ´3`YŽæ›éËäÈïo\¸ä4Ml\œËáT©UÏÕVVÄØl:½^£Ó@(øý].Bˆ¢)çãâã5Mt6LˆOHLH|ë·V¯Z-ËrMmeŒÅ6yâ¤Y3fJ’,Š¢×Û}ìD©N«Óh´ï¼óöô)ÓÓSÓ¢H‹çù¤¤¤a eLéjëÄ¢ow=o-hú†ÿ;pÛ©uµ±3§~ ØÛåtþûåfž[¼é<ÐC6º‡ž2îÇó<˜N vWÄ$ßíï<Šéd2 P©TáaCÒ£.oIn+_îùâš«½^Oø`h§EÄ4RÜûFŽÎ$Ò›Œ(I8Ú„eŒeŒQT‚ëôV¥JMK ;HDQ /ŽDQÂrÔnRš¦eY.--ÕêÔ·Þ~sLŒU£ÖȲ {ûq±ÛÓ-ÂnÈ„«šèÚ˜­1¾nÞ`¨8UβŒÑd Cö¸8c«ÝîîìÒ-¼  žã-VëhÕUI–•Vlp[be‹bŒÈÃ_ß$IEÓ`°ÏF.9³ÍÆ B—Ó¥Õj•Êïóy½^Y’0MÓ!še%A‚ÖX{Ll¬(I4MGg´™3ŠK–¾úê++W­¶Yí^OwGG/ðŠ‹‹¡kŒ­¡¡aûŽmy¹yS§NÃQõZ>Ÿ¯¹¹Yùœ2Ž˜1…û>IÓtll,Ã0˜´»sÒ³€¯÷‘fŽOX¶}ëÑ-[JŽwº¡¸Ø¸´¼ñºëCÏRõnã!â@0à´ëÚk6X—´Õ|ÒÞÚÙÙ©Óé´ZV«a†¨RÂe/Ià w C„„„¤ã'ŽM_4ÄfPU]k‹•¢êÖyA„ á'ŠÃáðù|²ž €Â3A”m yAPE,¼8/¢("„ZZšy1´pñ\­V«R©0LJz¦°`I–=qŽFHÔˆf‹¥£µÍh6ÙlVY–¹âSSÀÛÑÚ ëôz#M‹¢ØÝí1Ù¬‚ °Ãi ƒ?)‡´3Ôð^8e™çyÞÐÝÕår:#ݤ­~Ô“ÃK²Œ1Ö¢${»:QˆcU,MQˆ¢P¹ð–ÛÏýÚCÓ´ËÕ™””m[S¼¤¢( <Ïaë}ÞY»)èq„¬“)AEQ–%yô& U’ööM^OwŸƒs·—Ó©×è¶lùdïI¢x¦¯;«ç;ó!kMKIëhoîÐð¡ÂÐÑÞ. ‚’g­F#I’Ù¹¢iZù«(m­­¢øPH5ä~VÇÛØ\—•›Î²¬â9à„¾¢[ÆØï÷cÒFưÚ]$Z­69-­­¥™çyQ¬Z”šÊPCÓ¡±&ÔŸ>ííî$‰¡é»M­V#ÁYµJU~êT¿I‰gýÔiµÃJ‹BH­RY­6‹ÙÒgl£³«kÔ“C,M‹ë´ZÀªXŸ×+p\H•mP)DÑ,«Ñé f“^§×hÔ4E1 %Iâ9Ž…b,–s¶¶µU”WìÞ½' PˆbF£Ö$Ä'äh5šP0ˆh )wsè"x⸉_øò‹=;‡%P(ŠÒëôc iŠºzÞ±£jw83=ëOÏ?£¬ë 4Mg¦gF= P1 £bYY£A Èô£M'.Æ=a2Z4V£Q«T M+«8ˆ—„pyKÒ(ë/BV›-???++{x9`h{l,¢¨á¦«R«eŒÀí¨BB¬ÉdR=-†eo»åÖ÷ßÿOÏÞçÔÍË–,#­Ÿp±@e‹±YEQT†_•mË”FÍ0Lv^ž(ŠŠ×Ÿ¦ie$zTjlBBâygÄD‘¢(–¢ Ÿ7I«LcùT\ECˆaY†eUjµÉl–ããTx’²À1²ˆÚzMŒFµF£ã8}(d¶X²²²Q”¥ÿ–òñb–aT*•J¥Òh4jµZqi=QKLÌü¹ ÚÚÚ†â;¿,Ë>ŸÏn·Ûív¥êq¥bµZ³!75%m¸O.ëæÌ Š¢4Z-«RéôzI’¤ØÅ¶ÑFŠB Ã(ãõJE%·pÙKÒ¨_ªX†IINަwŽê]œeÖ`€1ùyÃNr8É­^¹jõÊU"faÔ¡)ŠŽÜcòì ÉÐ4éc½êŠ¾Þ¦AwjÐ’SVLQçpFŽRYX†aÆ ×_¸îE¯ÓegeF™?Ò›µJ•”ðõÛ–BˆêÓÁDná •¤#yN'@ #—¤äÅŠ@ p‘%)ñö@ ¾NÈ8;@ HR@ ÂÕÍ@sIÉÀ=@ ák„xI @ ™¼¤55UÄ.@ „QglÁ¸¡JÒÁ.%\P0ÆÏ ¼ |½0:(ŠbXöÌW°1–$Y–$<‚­½BMÑ4sã$W4G*[ßÛyª¡Í}éd‰¦¨ä8Ó ÆNÊK$7ˆ@¸ šàRÑ£Á` ¹©éÄñcN§3j=jµZÇ/Ê3V–%ÀX…¦¦æ²²ã]]QkG³ÙÞ¼jåµùycF+Îýö•:8mêô™3fEƒ×ëµX,—Â'ÌK ¸>qe䊹W[Ùˆ÷äK3{—£ÁIs E¾Ä âõz‡ŠHÒKLÂIÊó|eMeSs³ ÷¤,›œ”œŸ“§RE³n½²²bÇÎí·Ü|ë¦7!@yyù£RŠ’Cï¿÷çþüǨ%)ƺÚ$Bèë|C ¹JnÇÕVF†êyÛ¾d³w9œ4RäK¿ D’^îªÂÕ±¼ªrÖ¬â›Ó2Îq}}Cݾ}_Ž/(<—̨ZTVVìØµý[wÜ©Õê¾uǯ¼úoŒñUé¹Ì´©ÓŸûó§M>’F…/%Ÿ ¾„Ȳ|áR¿”ô({J ¥µ)%%ÕájÅ·Ma&%%µ¥µiÜØ‚a%Ö£,«òxÜ:AQ¥0r_éŒé3gLŸ9 ¦¸¤îËSÁH)H¿þÇ ²Œ±Ü·PV›Í`0({ÉÝýÃ>ôÐC7™Í}V×ÔÔÜrë­%ŽVö._ƒ“æ@Š|uIÒ°(|ö¼Ð¢ðÃ7_ÄÔ/‰Š1p/"…¨vgôÖN𦭛V£ †n—$Ëvkœ ˆÃª¾‘z´¥µiÛ¶Ï/^š”˜2ZªôÀÁýÊ\Ò‘SùRjò•Ò;\‘¯‚Îú +#K÷tnýÿôå—{“““ýß9:Æþ?‡ò9Q™óí|ÌÒ—±ÁIs E¾’êÊîÇûm(Z³æº[o½ ¶nݶhñ’9sç-]v͉²2à8.3+û·?>oþü9sç(+»ë®L›>ã×ß ý~ÿßüÖ‚ .\ôÐÏ~>X*«W_ ý/î“z¿ß?Ø<ËËôÅã³T)ŒÍ7nÌD忱¹ã¹² 'ž/âÊ6ŒÍ?6w\D@<ØÒ¨È?UT”GêÑ?ú0--ãÃ>limbYÕ·î¸sÇ®í布ÅÙÜÜôê†WÞ|ëõÚÚÓÊe.iÉ¡ƒÊÏšÓÕÿzéïo¼µ¡¹¹éÜq–çH3³r^zéåÁ.$é…ÿþ™—?Œ3 ûÛÇçΛ?{μ%K—ýó_/áKƒººº+W½ …ã¦MŸ9sVñÌYÅóç/õü|=·£ pÜÌY³‹gÏ1sÖO>…/s+ãªÕ׆þòW¿ÎÈÌ®¨¨‰UûÜ CÈ2î÷ô9óú†×‹ŠŠ&Mš´æÚ5íí}.{饗 çÍ›ÿòË/ÆÊÉO?ýtÖ¬â)“§Ì™3÷èÑ£øÿ³wÞQQ]Ÿ­,DŽŠ(XèH/‚b¯(*jâgb4‰=Q° ØMbKDE5*EQ:bñal v¤l}óýñt³î¾]–¦ïïp<ã¼™;·Ì›½;¯,AÔ×Õ,X°pÄðŽ3¶o_WWW·ysça*5È]R)öÆíóñõóöñõõó߸i3¥]\.·­}[›*-¾:É3S<ñ¤ -{Ö·øÂÕüU¨ÅFåW97wþæää|Åš»ÖÚ%]¶ìÇØÝ»SR’BÏž=‹ˆŒ=|ê ‹]QQ–|<9À€u##ã䔤aÁÌͦLž»çƒaiÙM™ç³Îùùøévè·oO?¿ë6ÎN.?ý²ÙÙÉ!tëöÍó™“&†••?JÏ83eò4eÝ çNš£GÐÿèÑcS§„Q¹‰~ûõ·Ù³¾$ÿ{(!¾ù7åÈJ˜3g®––fê‰ãêêê•oÞ:t¸Üúƒ !,OŠzŒ’*v{Ó¿ë”p ŒŽ9lhhXYYÙÀ  À¡=mlþÛË•£;·o[YY …ÂììSS2£j²W¥¢ÓŠãÓ¨·4}ýú‘îUU9ó,¸x±ÐØØxåÊ•ó,ܳg·ØúDDD^¾|I__ÿ›oæb„0BOŸ>]²diFÆY+W®Ì˜1³°ðF¨ºúí€ý×®9v옺ºÚ… ¡šš,O½Xz÷î–Í[NO622wJK)=,N—ÛÔTiñÕIž™’,5-~Ö·ìÂ%«H$b|Ü7€6xê)Xå’’“¿ýn~aAFkqýù<^‹¯Ø­’’J’“óúõë°°)â­J² ¢¢2xÐ „ƒ½}=ÌÍÍBŽeeå£ÇŒŽ\ùã²eîîýû+–okg«dã¨5Q†:µ«tôý&©¸òÕ›—â ÷šZ„HÀÖ2$D>ŸÏb±i4šòϵåäe6’Åb?~üèhâ±A[÷°AY÷°Á>rìè¨#M’v*m¶å×ÊȬªªâò¸ªµð©3¶ï܆ ,¾—ôæÍég¾œ9‹Åb3 ñù£¤+(+%&Åí‰ýbÖì[·n÷èÑ!t>3sÃÆM!:þóO[>Ìåñ&Lœ¤¦¦öÇÎíã&L¼ùw1B()9å·ß~§Ñ鯯FÖ­ÕÓÓãñx.®î“'…Þ»¿ìQÙÊ‘ŽŽÊ(sëÖí‹—.]ÈÏUQQÁëhkùÅLŒ1å®îž“'…ž;ž ˆM7lß¾³¸¤ØÈÈhçömt:]ÁQUUÕY³¿zòäIMMmÛµ1kØl¶<þsÛöz:¸ºöEXîWy^•¬¿s§tÆ_;ògÇŽ,ZlfjúÍœ¯³²²7mÙÂçóU9ªQQ«l¬­e=¯¡¡1j̘ìÌó¡îÝûîûùɉÇÖ­ßÐÚá´‚/ÐètmmŒ±¬÷êêê¾›¿àqùcD£99:DF,GÉš&OÊp(Ž ¬pJ”´qøðaÇ“.˜þ|¦»›[aa!yß9éÕ&(#û·oß.^´!TtíZ䊕‡&¸¸º9âueåãòÇ‹-tvv¢ôXƒF1é4Œ‘콤¡óçΉ/Ü'$$øúøa‡Móë×OÜ8?/¿_¿~õ:bOž4©°°8ó|æëׯÇ÷î覘Ífû÷óǶ³³ÿá‡-\äéé9pà@J˜té%ôå‹—;vÄ3™Ìž66d©9oll„Ú´yKFƹšÚÚMÖ“S…rR}œ©"ou’·˜ÈÆW¶%9Äê¨5—¯\©«­‹Z½Šl)>Åj5òÎú–=¤.ÊÓvËO? …Âù߇*)ù{Ñ’%'§ˆÏ—¾ncÇŒ¾ÿÁ˜1£êë¹Ê¬HMˆ#¥)5Êd?_¿ï¾_ðêÕ+ÿþÔ_™óWÒwÿù§ec÷1RRŒ±““Óþ}qRõ***dÁ`¨pÞ•é º@(èÒ¹svVVVVVjZÚÏ¿l=•–ª@¾òûôîÝ®n!DB!Â!ùª|«Þ :Cê B¨ä[–ºÁšç ÀWžL¡P ~:ª®®®âIEõÛê”ãÉú²´´Ì/È+ºvÕÁÞÑÙɹŸÀÿП‡‚†ÕÕ׫°Ù|>O™~>~IɉcG355ÿbƬ߶ýÂðm¬mnÞº™q.}ö¬9,»¼üQʉ” À`2•9!/]º¤§×ÁÌÌlXHðÑcÇ–,^ôìÙ³E‹—&ÄïïÚ¥‹@ WŸýâì Á———¯Zuòxr§N6oùiÕê¨Í›6bŒkkkûõó›ÿýw¹yù[~úyïžXe”¹qóF=Ä+5‰¼!Þ¾}kog÷Ý·ó¶ïØ6eÚ±£šš˜ÌšýUjÚ©À¡C9bxôš(mm„ÐòˆÈ£ÇÇK©syyùÆM›SO¤èéé-ˆT°kNqB£ÆŒc0è¡n–Ývý±ÃʪÛ3g.X´xø°a>ŠŽZýìùóèµkÆÇkkk]/.^°`Ññ”$YÏ×ÔÔJúœü÷#„ƒ´bBèd:V^þxÖ—_bŒe½—™™¥¦ªš’œHž ãç/^Èš&OÊp(ˆ ——§¬pY”·qà€Ó§ÿݷǧ‡‡J]æk¬2’ÑyõêUÈð‘ß};ÅbÅÇ'Lœ0žôƒŸ¯¯÷½û÷§N ?ŸqöÕë×M0ŠEG4Œ‘¬±d¥¸ž,H6“<„1‹Å"kXäí¡c‚pqv>tð ”L‡CCaܵsç‚‚sçÏŸ8qbóæÍç22d½-û^RGG33³~ý]ûºº¸8…s8Ù9Oú¼W¯žóæ~“ššFNy“êãLÊÕIÞì•/ƒÁ7Ï{õì¹tÉ⢢ksæÎË:ŸAnˉG‘,Pžõ”niÎé µpQž¶#† ›2í»oçÑh´Ä¤¤ÇKž/555Þ^^K—,.//>r´2+RâH)GÖEʘLªv*ÍÈÈH]]]ý•9%]!‰ì[0v­•’’wˆ ‹åãí½dÉÒk×®ÙÛÛñ÷ ¦†Ož<éСCPPMÏ^Šo9—ט]²e^~¾…¹¹©©i»Ù%%wJ‘Ì…{ uÍ—}ra;BˆÔ#„lÇÇ^Ý3Æ!,A¸/”—~™Ñy$£Û8*™ÿNîÒ3Òkkj ÚÝÊ c\tíÊÜ9ßýôË&'G'ëÖ,&3+;[ 4XÁ “”iiÙ­¿ÿ€ &N˜hfj1{Ö×?ý²åÁƒ·nßœ;g›Í.+Ÿ?dÐ.»*?kù|¾låá#Gƒù|þÐ!ƒÇO 7onn^ž‹³³©‰ ÙžÁ`Éî|>ÿBaaß¾.ººº|>ø°aã'†òù|>ŸÏápúôîÍçó;[X”?.§TV¡P„1!U)o//O>ŸocmmÙµ«¾>ŸÏïÕ³ç£G_Öóãw&0ŸÏ‰D­’½»wuêÔ©ªªjÊÔp{{;wwYïuïn³nݪÕQÎNNÞÞ^|>ŸÒ4yšP†CAss°¬pY”·‘ÉdöêÕ+55íŸ{÷z÷î…1â ße$££©©éâìt25ÍÛË3;'÷‡¥Kø|>“ÉìÛ×…Ï盚˜°ÙìÒ»woü}£ F1ä}T½‹ëÝ==.^ü¸â±±±ñÞ½{}}}ć0Ânî«£¢ê¹õ'õTYéãëóý‚W®^utt ¢¤¤ÄÖÖVòá§ŠŠŠ:„„ûùùZv³²=L…Ãÿعýö;W¯:üg|üÁƒ dç<ÇSQQññöæóù}lûlܼYÁ¤ú8S…ru’7{eãÛµKÊ– cà |>¿W¯žâ–’£K(ÏzJ·4çtZ¸(O[CCC}}ý‚‚ ö'SÓŽ>(y¾°X,Ò|åW¤&Ä‘Rެ‹”1yBèdÖ±£Þæ”Ñ_ÉóWRT‹Ç®wI§L óðô20Ð?yâÄ;wÌ›÷-Ï'bè! ¦¤%ÿ½bÅJŽŽŽ^£øHÊÆ’£‹[®YÛ®î%}Ù^ré&/Ükhh>ÎýÉzȲ›'–cQ=Bˆ©¦‹bª¨#Lô°ðö©5t˱Ôyîû{ALŒM¦Nž*y«Š½Ã–Ÿ79Ø;ÿíÚ¥k×.]¾;p·¢uk‘H6y²™Yç¹sæmß¹mîœyl¶JYÙƒ¸}û†jÝúQ·¤È&¯\.7===?¿ v÷n„PUUunn®ø¯TG©š÷›/ÿ~P‘_7YL&YI£!‚ÀJ~G·îÑýö­Û\.W|Y@bGz6‹EVÒét¶ [\Š^º|9åø‰øýqç@|ÂýäéŒ1b¼¯”ÚºhÂõ/ÒÕÊÊTTTÞ¼©244$0¶íÓç—Ÿ·È¸ôƒŽ’oxðù’’[5’Vhiiõíë’——Ïb±d½gjjzìÈ‘ .dœ;¿+v÷ýqrL£Ðäò•+”áPAJá²:4ÊÆà ‹O (öžä®Oc•‘ŠÎ„ñã¶üüËË—/ôàp8<Aä-7BaÜ4£ÈWå#Ê€J|·03[·6fh`B¨³…ÅÎÛ%wI;››ÏŸÿ}Ppˆ¹™™Ž®i½‘¡áÞ=»¿žó5Ç'"(0жOÉÝÖâââeË# :ÆxÝÚµLCV y/êneÕÝÊjäˆáîžÞ>¤\mØ,Y ÓhäT‘çê3U(W'y³W6¾ò–é…BfòH(ÏúÖ8¤† \@BB‚SNœ¨­«µ²êFÞ‰!îËQQiìŠÔ´³ŒRRøå!ò‹·øF…õWòüýÐ-»ÆÒð÷e#„V¯Zuéb!™öë×/3ó|A~^á…‚ˆˆåäUûû÷þ!»xzzþyø0Yž7w ô“••™•6y²Ôâw‘’ÊÆ’£‹IIInOÏ6a$ñóM>q¯¥¡EB cG„!¨5ì5„àVvê9XPõ@]ÏBÃØc‚ò17ŒÈ{«¨ÿìçNw°wTІüS,ÓÆ¦ç AƒwíŽ}ôè>›­òíÜïÙl•GîïÚ;hÐ`›ž ʤ\n$9s&ÝÑÁ!#ýô™SigN¥ý°dqRrJ_ç‹—.ß¿cÌãñêêêètú»]:‰³ËÑÑáâŋϞ=Ã=z̵o_±§?äHYoeeåàè¹bUMM ƸªªjWìn¥†À2ÃÉ?Z]]mhØIEE… ˆô³g%I qt°¿|ù —ËÅgfeÉ{]¥”•k¢×øûǬ‰Z¸xq}}}ß¾.—¯\))ù›|óæÍ[cYÏkiiÕ××UUUaŒóòòI=?B8$+kkk¯\¹jbbBé½gÏž1™Œ€ÿÅ‹ܼuK(RšF©‰Ráø0‚”Âeuh„»ºö>mäÈ’CÿÛ¾‘ÊHEÇÎήæmMlìî±cF¿{ü– ŽŸ8‰1¾rõª@(477ošQL:B4~÷ŒÖ¿OŸ>161–¬7n\ÑÕ+EW¯$&먯OV¾|ñœ,L™2%ýÌé]»þظaC~^Yéï›{ùÒÅ«W.¯\¹#¤Âá<./#8°ðBA~^^A~þÔ©SduÀïSRIÊÊÊ®ýõY¾yëB¨ƒ®®ìœ§œ*JMªV›*”«“¼Ù+_¹-E¢Ô“©㢢k|>ßÜÜ\*O•,Pžõ-:PÕÊ6cæ—FÆFÚZZÝ%7a"ýýÍÊÉIÇ .”Þ-]öãnƒàï³62bùúu1‘+ø>A`ÿ~~=zt×××—õü7s¾Ÿ>Óܼ“ØŸ!¡‰“Ât:_À÷óõ9b8ÆXÖ{·nÝÞ´å'rÃlñ¢…t:]¿cGYÓ(5i82¤.«ƒ’w’‘•4|×Ä¿cÿûYÕhed£3lXȩӧ»uëF ÔÐи}ûΘq¸Üúu1kh4ZÓŒb1hï6DÛ$,†ôãMB‘è矷–•—#ŒÕÔԢ׬ÖÔÔÔÔÔ”šó† e§JÓª•§Šìê$oöÊÆWAË7oíÝ·ŸË­_%~¦–r—”ò¬oñÓAjáb1Y” ˆ†††£ƒ}n^~Ìš(y˯ò+Râ(oe“rQc7†•Ñ_ÉóWRT‹Ç®±Ðºvíš””´sÛo?ÿúûëW/!/ü$¼­®>˜pÀÝÝN§Óètr§½àRáÜ9ß=(ÿ‡Çãšþ³/ÈÒ÷kÌ}M#ø4† ¢Ñ1a!|¶¡sѾɌ€C¤´œììï.~ùüùáCg|ù?í‰Û=ï›ï¶ü¼ijX¯gŠÛ¢ªª¦Xæ_×ÿJJN’œ’2|Øp;[»ejëèJÕ§H±µwh#¡¹~­¨í(†´›p´M,\äëë8!ÄãñûôÏÏÍn¾Ø¬ü«3§…òü¶éð½ûÿôõpüܦJ ÆNù6hr[ˆïõkEC‚B4x\^¶sÇŽ a#455544ÔÕÕa—´m]¹ÿ÷ëBúõ/_¹èìäÂ`0BFN“+®êì3Gô¶BX÷BŒ ¬Ý+ïeÑ ½äܪ…ÜÄi×ÇnËÏ›ìúØ5îÝcòeÚöî# âöí4q’mï>M~¥ü (ÒîÃѦl¬¨¨øêëoŒH¹ Ô˜ŒV¶¶“ñ9þ h ÆNù6hò(¾œŒ¶¥ŒcŒiïSS “»wnååçŠß¸Ô“÷´>u¥…óXuCGD#d½-»\v);®¢\ñ1RtáÞÎÖŽÜÈlÔÄU,ÓÞÎÁ¼³®®nsNHIÁHI?&FFFÇŽþ)9:›ÅÊÍÎlMXt„óZâ ë³üûŒ/œòmÐäÿP|!%mÛ9éûÿ1ÌÎæ;›w–hàZÿäüœ]DmÅû”Fײ z- q ±¼]ÒŸ” ÉÔÑÑiæ ’‚!’¶˜ DkÛê}†))Ø&CJ È…N§c„h NE£~„Q?É âÃLg0èïß´O£ÑjjjèÍþ©1B$jU™’‚!°X·ç””NkãêAJ 6‚É’â|”ÖA¯ÇãpTšù`ªP$ÒëØ‘  ikk?ö´“¡Q3Õ{þü™ŽŽFk ™’‚!°XÃ8¦ œ°@JÚ6ÂÀb÷écw¡  gO‡Cþ‚Bca0™"¡¨¤øz¿€þ|>ŸÎ`ØôìYxá‚«›{G}z“6*¿|ñübaaÛ>,6»5dR¶¹ùwIÛ‰N›R i7áø¬läñ¸àpÐlüÜLN;‘".ÓétM-íî=ztÔ7€”´M£¢¢Ò½‡†¦æ…ü¼W¯^MzPN§ëéuìÐßÒ²[mm-ƒÁ´°° DDQÑ•êªê&ËÔÑÑécÛÛÐÐP…£J£ÑZ\&e›Ð)á0+ =ñ¶ºªm*« |¸uuÜ+¹~½­­žœ¬RÒ¶Aˆ,,ºXYu§ÑéÍBðùüÚÚÚwÑe±»ZZš˜šˆ„B¢©è4‹Í&óÑV’ùßúreK‡Žú6½{ß¹}Û]ù”ôDr"8øh N€öŠŠŠ¦–Vµü/Ô»¤÷8žà;à#Е›N€vùÓ” nù£NI[öi/zâ.UÀ<ÊEF@©””hÑ”´'Š20sïY±ú2Ú ”JI[0#ÕF×ÔŸXyœz{2@«îz²§ʤ¤-–“v£ÿaa?ƒÁÒíl?ûIÁ®KÄp: ]^JÚ"pp…íj£àúÊcz&Ã;âB®P¦cÄÄ^_uÿ7¨¯qTXmŽœºéÎ ±úr°¥…¾Zø€. Ž‚öí­ß4Ó¤ú®í¦¸ Õî%ÕD÷»Ñw›ÐÎv±Ÿ‹…O鸒Fãwuü]Y”Ц¾E]¢¯­òì —A§YkTÖð „+æf­·ïüƒU<#åâc©Æt: >¬¡Ñül Î]Ö”\þþÛÓî`´`JÚœí+6ªêÍØlÆÎ50sÔï²Å1Ô_`sŒ1ÿoýÎÚìMî6½7½ŒçUB|ÇGÚòä\½ûÚÁR7írEw­žÔt5Ô@÷³5Pe3N^ª@™ë«w7ù9åÙ>ØÕD_[eŒ—¹PDpØŒ:žp穘 ú² ½.Ýy­¯¥rýÁ›^Úºl„ÑÃçµIÊ;±ô/[òÄî³÷ÄC‡tÑQg©°å/ëþÌ}$a„µ™Ö`'#„ÆèÀù®=ô$û~9¤Ûq!„,uì:½©åÎ~TÃ2ôåzÜ|ÑQ›£§ÉN,(ø¼f^k  ;èu”¬Ù¼yÓôpŠŸfy\QacÓÓÍÍíÌéS’õ=êÝÇÖËË3õäÉ6eš¤bRÊoÚ¼!ôÝ·ß*° >»”ÔŸ1RW·“±õXÍ­ÎԱتB:!$à]!ÜÁÌK½ƒ©êÍ“¯GdquØ„RNñƒ73uK»üØÉR7«äyWC Œqá­—s‡[§]®Ø­‡^ÁÍ—bUS.”÷0Ñ:pþ~e ¿s'†ïn`1n—W\mÛE‡/ ¶$ÝB±YtŒqêå 7ëŽÛRK¥†þ3çaO„éaæhÙ¡ðöKm5Ö/óßOÞyQÅcÐi :M¶/Ƹƒ&;ÄÕdsâ­ª:Á G£`W“øÌcýFYÕƒËV&š wžº 3¯õ ÑhóæÎ%Ëv¶­û8H$b0Ù@-MÍoçÍ3·0'ÿ»iÓ¿)©Ô!ø¯ ï^Ò¦ÿ制?©d>(N«yYÌTµ¡³Ì¼¼º‡¼úÇ4F':Ë¢úYÞƒk>­dæˆvÔ&”BB<Qö¢¶·…޾6çÁ³ZR«·õÂ{Ojz[èpXŒî¦šEÿTJõzWÀ¿/‹|§¼cTþ²¾s'õ ¾&½ÌµE",ÕEòÏÙJ﫠ZYièp0F]4ÿyòöùÆH(Â<!Õ—,w6и[Qó¦V€1*¼ýÊÒH“<*÷ŸÖbŒž¾æêj°›ãÞvö×*sšN_±"’üsvvF%§¤¸¹»ëuÔ·ìfµô‡ø|¾T—ß~ûÝ¢s—nVÝÄÇKÖ§?îîá¡×Q¿›U÷+Vñ¸¢BK[ÇÛÇ7,lJG}ƒôôôqãÇwÐëØ»í±Dé_>;uꔯ_G}S³õ6P*CÊt÷ð ›bÐÉÐÉÙåæÍ[ «~ûvó–-‡FÙÙ;TWWWWWkiëØÙ;HjÔXUUUŠ €V…z—”/5Yâ+Ôù?Ö”w®WÍÚ÷~7³¤®£Ï¯ÀVwxóüzÙãoøºó¾.ù“ÛLòäð¢ÂÛ/úf?ç Dcà DYÅÏ‚úš¨²Ý«¬©|˜I¿k#Š0Æ|˜/$xBèÉ«º˜Ã÷0ÑêÕYÛ·ÁæÄ[t:MÖXK#MKÝ-‰·øB§·‡/ EA`É–²}ß5Ãïš „Bït¾ïËЛéÞö»åEŠD"-m²œ•yžF£M™2µS'ƒõë×¥¦¦mÝú+›ÅžùÅLqû¢¢¢ÅK–,\¸ ))I\ÿ×_……Mñòô}]1¾S^=ÜÝT_[åù.“A£Ói|t_ŒñÝŠ·#<Ì´ÔXUµ|7k½;åo¥tüh%h4Úüï¿'ˆ†F{öî!bæÌ™áÓ¦ù÷ëg{æÌÉÔTÉ”ô|f&Bhzxø3gº8;ûúõ#ëSÓÒ‚ÈÍËËËÏ'k2³²È”ÔÔÄdçŽí4-==}Ë–ŸâJKKíííÝÜ\%5IMM‰D_Íž=oÞ» ¢cbä)Ó£GoçÍ+++[¿aã²2ŠI2hÐ ‹…=jBèqE…øPÚ©SÊenf†’güWSR’gBçJ¡EÕ“|U½WϾvy&tn •PBDg‹žH¥›¡ ·^8uÓ{ü²ŽRó÷©tJj¢§:ÌÝŒ 0¢¡#¹E"!”wãùÒñ½«ë[o’n”òƢŋKï–ÎúßìÈÈâC²ll Å:tÈÙ¥o_W·‘£F¿xñ‚rPª-¥ƒØŸ²)ç€b(­VÞ¥”&Pz RRhuª««íììòòr###Ö¬‰F=}úôÇeËR’“.lܰ~Ö—³$ÛWT<™ýÕ×{÷îÉÏÏ;w.ÃØØXžä·oßöøóð¡àà`q¹¯‹ ¥ðšššÁƒØ¿õêU¤‘'õäÉ?’.yTžÂÕÕÕ...ùùyãÆ6lxdÄò¢«W445“Är|¼½³²³B9Ù9NNN9¹¹UUUOŸ>µ±±VÒ¿nÝš•YtõŠ–¦f|B¿æ »kÛï¿MŸ1C$QVÊÓœR¦Ø‡!ÁÁR:¬‰155Û³;622‚ÒEM´˜‡.Z¼$%9ùbáG‡E‹—È›²jS‘R åPÜ…Òjå]Ji‚¬—>LpðYÁáp‡"„Ü\ÝV­ZÊÎÎ~ýºrbhè»D¡¶V²}NN¶·——••BˆÍf³Ùì·oßRJf³ÙþþþReyÂUUUÝÜÜBÖÖ6ÊÊe‚<™gÈÁ!këæææ!GGÇGeÄ}­­­Ÿ>}R]]]XXøÃ?ddd0LOåGß¿ÿ@rJ ‹Å|þü[…MV²X,Ò^+++‡óÏ?ÿ˜››ËV^»vRsJ™’þüSPPàãímll„ ›ìПrÈS[IŠç€¼.ÊOYÝdMàr¹²^€”>l6›F£!„ :A!Œ±³³SB|¼’èt:Ƙ,óɈ”,Y–'œÅb½—F#ÕPy2É< !Ä`0TT8â²PðÁý¬îǵµµýüü¢¢¢˜,¦··’Cçååâ£ÆÆF¿nýerXA`&ƒ±o_œ¥¥åòåË‚‚‚---Œš#\ŠiÓ¦öuu30Ð?}ê”â£ÊˤHb¼½çÎçëã‹òöò¾?ŽÌ •! À?n_ÜÈQ£554LÍLÅõZZZ%—xûøÖ××ïÚµ‹Á`ÙJJoÈ“ÙÄ.JNJjr,ÌÍÍׯD#„,,,vlßF9 ä©-DJŠQ¾‹ò.•5ÁÄÄNÚ´®]»&%%íÜöÛÏ¿þþúÕK„Љäİð™àà#»3hةʴ)¡SÂßVWɶO‚V²íïÝ»çééõÉ ù„3 RRhC±aƒÒ)鮨„øégN7­û§2êTZj“E5§oË" ›¬UÛ±â?:£ %>ÒÓÓ}|ýÜÜÝûù—”4x”Ü@Z¹r•‡‡§›»{qIIøôŽNÁÁ!õõõòº›˜FF®4ÉÓÓ«°°!¹b—Ë8fì8É:äìÒ·¯«ÛÈQ£_¼xZ´xqéÝÒYÿ›¹BÜL¶{TÔOO/[;{R¾bÓjkk'††zyy{{ûÌŸ¿ i®@>}ÚÃÃÓÃÃÓËËûîÝ»RZ 2TžQ”>‘„ìK©§_É«Ø4J9&¦fK–.3v\jZš”V”£Pª*öÀÞ½qvöýÄÅíSru­1£>ð^RàSÒzï%}úôé°áÃOŸ:¥££sõêÕ9s¾ÉËËEétzñüåQ.—kÐÉðÐÁƒC† Þ¼eË/¿lÍ<ÎÜÜ|ÂĉÁAÁþþýäu9sú”››Ûùóç·lù)99I(šš™?}R!©ÏÇ}ýúåçå­^uïþýØ] „œœ]%žD²;)?þÀ  Àc‰‰{÷ìMNN’gÚ;%%<™úÇÎd.¥®®ÞWTT<ñöñ9•–jeeÅçó…B!›Í–4ŠìKi¥O$]Aö•ÕS±¯(Å*v…9‰ÇŽÈjE9 ¥ªbøô¿P¯¯¯ÿí·ß]¼x1//·ÉZ5ߺ֘Q¢Éï%…_oÚ'ÙÙÙ¯_WN %ÿ[S[«ÌQ‡3dÈ`„ƒƒƒµuòsÝÑÑñQÙ#y]TUUÝÜÜBÖÖ6ÊÊäéSPPàãímll„ ›ìÐ_IC8N`àP„›«ÛªU«4ÍÞÎnÙ²åK–.õôð0 Ó\‘““ííåeee…b³Ùl6[òwƒF)ãY=› V±iòä°Ùl¹‹©Ì(ŠUõóóÓ××GMšzñâÅ&kÕRÖµøŒø8@J ´O0ÆÎÎN ññ:Êf³ÉƒÁPQáˆËBP^‹EètA-n›Í¦Ñh!ƒNÊWlZ—.] òóÎgfžL=¹å§ŸÎ¦Ÿiš+šƒ2>‘Õ³ b›¦<‡Ã!]ªä(ŠUe±Þ­¢Ì÷›¦UKY×â3 àã÷’íß¼¼ü¢¢"„A׋‹•?Ú|Ïc2B@²ÒÃÃ#;'§¢â B(.nŸO£º+¯IEÅ‹¼6&¦¸øºP(l‚+¼½}rrsKKKB<¯®®®™FÉ"«gÄ*6­9ê)©ª»»{^^>—ËEzÿ£ö-¥UKÉiæŒø8À.)Ð>122ܳ;vΜox|>ACmûôQòhJ1mÚÔ¾®nú§ß§)ææækc¢ƒ‚ƒB;¶oS0–¸{rRRc5)))^Á 30Æk×®e2™Mp…±±Ñ¯[™F˜É`ìÛgiiÙL£¤ÕS|Hy±ŠMkŽzJªjaa1ÿûïC† 733ÓÕÑiY­ZкæÌ(€<Þ|JZïñ&>>M~¼ .ÜŸHIHIHIRRød±aã»_'S´ù2cwïvrv0pP ŽbmcC Œ½½ÿ}ãÏü µ´unܸÙ{[Êo²´”'›ï±ß‹¾A§O¥¿<ï‰UjYÝ(CÙ¨~B_))´£”tÃÆ–•»+6!þ@ú™Ó­7ÊÍ›·B ##Cò×#?š½­á·ÖóûàTZjÛ<ZI1 %€ÿ<\.רÄtþ‚…ááÓú((¸@ÖO õñõsptš>c&ÇCE®XÁår‡Ž;ŽlµÆÓÓËÖξ°°!T[[;14ÔËËÛÛÛgþüR:tÈÙ¥o_W·‘£F¿xñ!´hñâÒ»¥³þ7;2r…¸Yƒ£ „ÒÓÓ}|ýÜÜÝûù—”H ¤ßQ_\?~üÁƒBgΤûúø¨¨¨ „ž={Ö«÷»×IÞ¹sÇÇ×RyYMÐû-±•+Wyxxº¹»—”„OŸáàèR__¯ŒßNŸ>íááéááéåå}÷î]y6*ð²ÈÈ¡“&yzz)é–ý/é7YUe…ˆ¡ôªbwÉ3DŠ;wFDD"„’’“µut+++B>¾~ä— Jï 2TJˆçÈSCÖXÊ)A²déR¿~þ.}]Åg判bòFܳw¯½ƒã€ƒV¬Xééé«’Ÿ555ƒ ŒÝµí÷ߦϘ!‰B¿nÝš•YtõŠ–¦f|BB(2"‚Ãᤞ<ùçáC¡êêj;;»¼¼ÜÈȈ5k¢BgÒÓÕÔÔsssrr²W¬ˆ”âáÇ‹/IIN¾XxÁÑÁaÑâ%¡µ11¦¦f{vÇFFFü›’64ÊÓ§O\¶,%9éBAÁÆ ëg}9KÊœœœlq9$$øÄÉ“A$$$L˜0^d•—ÒDLuuµ‹‹K~~Þ¸qㆠ±¼èê MÄĤýVQñdöW_ïÝ»'??ïܹ cccJûí]È:°ÿêÕ«”q‹2þ—ôBHVUyÊ(F±»d ‘ÅÇÛ;+;!”“ãä䔓›[UUõôéSkÅÞÓàœ‘UƒÒXSÂÞÎ.óü¹_·þ.‰š6bttôùségN×sëa]@ðëM@»…Åbùûû#„¬¬¬8Î?ÿüÓ½{÷ýû$§¤°XÌçÏ_°Uز½8N`àP„›«ÛªU«BövvË–-_²t©§‡ç€ý%øx{!„ÂÂ&ûôWR7ÙQ²³³_¿®œú¶VAw555GGÇ”ãÇKï–ººº*h©@yY•† Œrpp°¶îAÞ àèèø¨ìBH±ßrr²½½¼¬¬¬Bl6›Ífs¹\Yô›ªªª››BÈÚÚæQYYƒni‚ÿeUmZ»KÖY¬­­Ÿ>}R]]]XXøÃ?ddd0LOy3D–猬2–ÉdŽ=!Ô·o_çŸþ¹víZFôõõÓÕÕE7.';–& %>/‚ ‚N§£÷?ð——ðàÁ³gÓUUU·oß^ZzW¶›Í¦Ñh!ƒNB¨K—.ùyç33O¦žÜòÓOgÓÏ4_7ÙQ0ÆÎÎN ññJJ˜0~\øô³f})®¡Óéc²ÌÿƒæÊ+Ïf¿K4 †Š G\ „ÊøM•ùñÞZÓÜÒâPzU±»( ¡ÄÃÝãXb¢¶¶¶ŸŸ_TT“ÅôöñVÞ{ :GI5”çãÀç\¸Ú-"‘èðá?B„¥¥eUU•‰©©ªª*Æ8%åø»¯eL¦8g¥¤¢â ‹Å ^S\|](þ›RxxdçäTT9¹¹¥¥¥!WWW§X ò~Sìå刑UU±J¯6ßßvõêÕ”ññ^·n½··ª*GSK3%帯&4yÎÈó˜¼)! 9‚*,,äóx–––MÑÍÍ-33“¼Söà¡C°. ÷ƒ\´W´´´Jþ.ñöñ­¯¯ßµkƒÁðÛ7rÔhM S3SqËiÓ¦öuu30ÐONJ’•SRR¼<"‚Ag`Œ×®]K~~“˜››¯‰ FYXXìØ¾M>ŠG122ܳ;vΜox|>ACmûôQ Á`ÌûTÖ»|ù²  `KKK#c#Ê‹59}ê”2žlÐo§Oúuë/“ÃÂ3Œ}ûâLLLTÞoŠÝÒ(ÿ“I©jii©@¥W›F||¼­­í9¥·÷ܹó|}|BÞ^Þ÷ïÇYZZ*/°±sFÇ(§„––Ö_ׯoýõ·úúú?þøƒÁ`4aÄÎ;/Z´ÐÇ×OOOÏÝÝ£ª K”кvíš””´sÛo?ÿúûëW/B'’ÃÂg‚k€@\ìΠa#¤*ÓN¤„N []%Û>ñÈaß~ôô”Ìår»Yu//{NÚÕÕÕ'†ž8qü3´½¾ž«ªÊA­Yý¦ªjÝژЎQUS‹Û3bôXª•°*3ãì „Ðãò²;v ¡©©©¡¡¡®®»¤­Ž––Öç™"„VG­ÎÉÉ­©©±´´Ü¾íw˜ P))Ð>áp8°E m¨Õ«Á 4<Þ@J @J @‹ oЩ™íïÝ»×~q1v÷n'g—‰k‚ذñÝÏ “?§ÙX™Ö66dÁÐÈØÛûßWÍ_°PK[çÆ›JʑԤ 4³»’r𿢨ç­=“ %€OŒäkJO¥¥6ªocÛ¼´fWlBüô3§?ÈÀ6llÁ!È_räO5"Üм”tC ¥¤-êÖ‹¤¤ð)9tè³Kß¾®n#G~ñâBˆË囘FF®4ÉÓÓ«°°l™žžîãëçæîÞÏ? ¸¤D9&¦fK–.3v\jZš¸åà!CåR[[;14ÔËËÛÛÛgþü’íB{÷ÆÙÙ;ô·O,­ Zµˆu‹/.½[:ë³##Wˆ›E®XÁår‡Ž;ެ‰ŠZãééekg¯ä@úõÅåñãÇQ>v’>'‘ÕSVˆʈ(ö•¼@@J |¦<|øpÑâ%)ÉÉ /8:8,Z¼„¬¯©©qò$A &ŒWGY¿Ii¢Àç”ÖÉë^]]íââ’ŸŸ7nܸaÆGF,/ºzECS#11 !ôëÖ­ÙY™EW¯hijÆ'$HÉ©¨x2û«¯÷îÝ“ŸŸwî\†±±1¥‹$‘HiÂÔ)SŽ9ÂçóB»bc§‡‡7*v’>GÉê)o")F±¯d­Px Ð>)((ðñö666B……MöèOÖ«ªªº¹¹!„¬­m••!„²³³_¿®œú.-¨­UF›Íö÷÷—7ºì(övvË–-_²t©§‡ç€ý¥†ðóóÓ××GMšzñâÅ&kÕRÖ5‡Ã Šrsu[µjuƒI¡¦¦æèè˜rüxéÝRWWW-ø­AŸ7Ê:‡3dÈ`„ƒƒƒµuò^GGÇGeBû÷HNIa±˜ÏŸ¿`«°e³mo//+++rb°Ùl.—+ë"I(Êš ¯¯ïéé•rüø€þý32Îm’¸{µ ±“Õ³i@±¯d­€”¤a±XdN§Â;;;%ÄÇ7J‡Ã¡ÑhÊÒ¥K—‚ü¼ó™™'SOnùé§³ég>lÿîLd¾ïØ4­Zʺa³Ù¤ù ½iM?.|úŒY³¾×ÐétŒ1Yæ¿ÿ½uÅ~Sl{c-" CE…#. ¼¼üƒž=›®ªªº}ûöÒÒ»Ms‘y)Møb挕+W½xþ"$8XMMícž,”Qì«æ€Ï¸p´O<<<²sr**ž „ââöùøøÈkéãã›——_TT„"âzqqÓä(¦¢â ‹Å ^S\|]ò¡(ww÷¼¼|.—‹:õþÆ[J«–’Ãd2B‰¼¤QÉâëëûí¼yS¦ˆktuuëêêÞ¼yƒ:—qNžßÔD±uÊwSUUebjªªªŠ1NI9.ëooŸœÜÜÒÒR„Ç«««k‚@y¸ººVWWoùiK¸ÄUû¦ÍLY= ¡ŒHÓ8{öìË—/a]@°K ´OÌÍÍׯD#„,,,vlß&¯¥‘‘ážÝ±sæ|Ããó ‚ jÛ§Oä(¦¤¤xyDƒÎÀ¯]»–LhH,,,æÿ}Ȱáfffº::-«U Z7mÚÔ¾®núÉIIHƒ1wî7RYïòåË‚‚‚---ŒøM¬Éé÷|£æ€’ÝÅøÇí‹9j´¦††©™©¬CNŸ:õëÖ_&‡…f2ûöÅ™˜˜4A ªjjñq{FŒ+{¨ºº*3ãì „Ðãò²;v ¡©©©¡¡¡®®îÚ(=réëú¶¦fÔ¨Qà Ú7pá bnn~é"¼Ú€ÏØ% % %HIHIRRRR€”€” %>/àEöIJâQpÐR„ŒEY/ 1þ|\A£ÑtÁ Ñ %%NšÏ½±”õ¿ìQYñõ¿^¿~ýùä£:::½zÛvîÒ™ÅbAJ JÁçóÀ @k  Ë•]ºXدÿ ‹Î ã³°Z(xðàAÖ¹s˜vµêÆd´XV ))Юùœ®¤BD_ÿË¿ÿ.]-?«™LV·nVt„òórMÌ̙ꒀR)¤¤@k}ÄTVVš[tù m7·°HK=)Z2Ù…)´çõâ³÷À•K…nÞ&8­‘•~&×ë¥ÓG› Zø¡.HIv¾X€ÀàLÀlü¤¹à– ð΄@ðiWåíüSKòÏÀÀ kWK+«îVVÝ7¬ß uTüסƒžTÍ?ÿüãææ.¯½¼¿½{ö:99øäççI 'D¢õëÖ7V`Sþ¨ü@ºÂÃÃSüßï¿û^]]ãÆß+)¶¥ôW,‡[_oddü1¼Dõ·ë]ööþmÜ™í>Êþà¯Õ×RvI eöQ0ÊÎÊ411ip—E¦#VrWF(2™ïN«mÛ·ÇØß½{÷·oß®[#îŽ1‰DëׯŸ?ÿûæX·&:a´té’¦ì'a„ºqã†@ H?{ÖÂÜc¬äÎS‹èß ¬´Û[ƒ?ví:t0¡{÷îR ´5g¶ûX4"ðy›úwìɈ`1èá½Ã‡ö‚]Rø¤¤ðncå_ttrvvé;bÄÈçÏŸ‹Ó²°gÏž>¶výüöìÝ+vúÌooŸ¾®n¾~ý®_/Æ×××›,^¼dÔè1'O¦’Í.\TZZúÅ—³:hðà…‹I ˆˆ¬çr:jô˜eb*Ö¬‰^³&zMttÔš5X>Ô~À#4~ü¸ø„ŒñéÓ§}}}Ø**ã§OŸöìÙ‹lrûömooŒqMMÍø =<==½¼¾ûþ{YýIêëëML#W¬pswïëêvýzñ´iávöAAµuuãñ&z{ûØÙ;„‡Oçr¹²rN:åæîîæîîáéYZZJê¿jõjwÞ}l/\¸ e„løêëë Œ—GDL˜êîá!î"ëaÅrÄá[ñ©œIiˆ¬ªm$²)MX·ný?üHv¹xñ"é“ ´ø i}v,ùvBß§zŒèg½óø_mÐ'’@+B(  g¯Þ={õ¾yóæƒ-Zœ’œ|±ð‚ƒƒÃÂE‹%³Æ¬X¹êlú™Œ³éUoªFã'OžüøãÉÉI ò7nXÿå—_’]Þ¾}àÿçáCÁÁAdMLL´©©éžÝ±©'O¬_·½O…ß§¤Ë9NêÉ>Ô LŠ|4:zMt´®®®®®nttÌš5ÑMIB!ÁÁ'Nœ‰Dññ ÆGâ|]²=Bd>§¦¦–›“““½"2RJI±ÕÕÕ.Î.ùyyãÆ 6,"byÑÕ+‰Ç1Æ¿ný%++³èêMMÍññRr?®øßì¯öîÙ“Ÿ—w.#ÃÈȈhgk——›õAò-/|555ƒ :°ßêU«È.ò<¬@Ž8|‘JdB­äLYC(Um ± Hi”)aù“ÇãaŒÿص+<<¼ÿ¡ô«9E†.Ý~&|¾°Ý|dÃ…{àóâlÆYcc²|ðàAoocc#„PXØdÿ€þ’- üüüôõõB“&…^¼x!”ýúuåÄÐP²MMm-Y`³ÙþþþMS©±2£cb¢£c¾7oÙ²B«WGEÇÄ „–,YܨqÕÔÔSŽ/½[êêꪠ¥½Ý²eË—,]êéá9`@-9Î!ƒBÖÖ=ÌÍÍBŽŽŽÊ!„öï?œ’Âb1Ÿ?ÁVaKõÍÉÉööò²²²"mg³Ù\.—ÃáE¹¹º­ZµZ*@”áSUUussCY[Û<*+SàaÅr>¹3e i”ª3òÊš ¯¯ïéé•rüø€þý32ÎmÚ¸±eŸ„HTÏV×𠤤ð€Ï—~s¡€ÏW …"‚ ÈÿòŒ1Y& B¡ˆÁ ‹óù|@èèè°/.Nr@Àáp2o Æó>Ÿ/ L|(\(V¯Q2×­_¿nÝú… ,\¸€ „ÐÒ¥K˜,ftLŒH$Z¸p’~ M=jÔ—³¾œ9s&ŸÏÇ ‘H$öy…—Ï盘˜dežÏÊÊ>~üøæ-›ÓRS%õÿ×·›Í~g&A°YïÊ#¡@˜••Ÿp*-UUUuçܽ{WÊ’áH: D"‘Hò(eø‹Å"+E"!Ù…ÒÊåH†ïS9SÖJUÛB, dRš€š6mjTÔš'Ože2™JJ> y• .OPUËÇ"Q»¹¯.Üí|™ºò"ù_77×ÜÜÜŠŠ Œñþýû½½½$›¹ºöÍÏ/ ïŠ;}ú YéååYPp¡¨¨ˆ|D©¸¸˜Rò¿zÈÆRîÉW+“¹Kãdb´`Áü æKV.˜?á‚5îÂ=ÂØÛÛkΜ9“BCß ‡°¶¶v]mmee%ÆøüùódßŠŠ ‹8tõêUÅÅ%@R9Fÿ^³F#üæM•‰‰1‡Ã!âĉ¤C$åxzzäæå‘·-òx¼ÚÚZ)'4*|’eynPj+Î|W¦Tµ-Ä‚R ¼..ÎÎÕÕÕ¿ü²uê”)-h¯îÿ8Qâ9û`ß/¸ÌÜç<#NWC¥–+¨®©[ËWSaÙMÚaº½ÏÄmö“¶ýväì’Àã›+y‡Y655]½zÕˆ‘£Bæææ¿nýEòÓÎÌÌlÞ¼¹#G635ÕÖÑ&+;uê´cû¶o¿ûžÏ㘃ɌÝõùn„ÄJB>ÙÆò¢¦XŽdø>½3ßÿ+OÕO J”&íÇ—”œlmmÝ`@h—ì:y=Ä»‡Í g¾ˆ@7ªáñø¢=TØ òáÝ·uÜßÎíò5“Öµkפ¤¤Û~ûù×ß_¿z‰:‘œ>fðˆ‹Ý4l„TeÚ‰”Ð)áo««dÛ'9ìÛ/ ƒž^ƒ’S†N þìégîáÒ;·Ü<¼_½|“ œÙvøâ‹/8zô(ð_!ýTjÈéËãñâ÷ïûzî·ämT­‡óô¸@ïYEeFch4†h4,!ZmÎÍ’;·ŽÍû8>ùí—ŸFŒ¥£«+U¯ª¦·gÄè±²]ª««23Î A=./Û¹cGаšššêêê°K ´g`üÎlS”••M dff6lXH3= ÚBáÿÛ»óø(êƒñãß¹v³KNBBBR1!\’áPTÄÇþ*^õèãñk«/Ä‚O‰Øþzh[¼zT[‘SîŽDn9$„H swvæ÷Ç`ÉaÈA²ÙÏû]6›Ù™ï,ɇùÎ캭S±Û$™¹ß…9%I!$!U»<•.½›]sú©’$ !$Iréº,™.W—Ž$I êqƒy™DGG–µ©MF’Nó3¡Ý_·Oê÷æò½ºî1MÓ4 §Ý~ýÄk>ß÷]p€ãëýßœ¯¨¦aš¦"K÷Ý”â½5HR€Öüû¨}+ðî~DÓ;ÞpÚüüüì~ZYyÅ®%÷Õ~I’$’è¤?'||âû&rB-ƒÉŽÚóMûþ®1 Ã0 ]×k¯ó3<†¦©v?›Ý®™†QUUeŨ$IªªÊ²,Ë^ù~J$)HRZó«¦}“ÔårUUUéºn\àQ5ÍÏO³ÛìBˆ³gÏZªªªÃá°ÙlÖÙ¥$)@’|)HÛówMí{ z<†ax*++eIÔ¸<=‚»UW»E®¨¨p:¦)¥“~*I _÷Á?1€vNÒö=üaMÇ[‡?Ýn·Ûíž:¬ç__ÿÄã1Ež:¬§¦i‡CÓ4EQTUõÞÓIIRtYgÃÆ0€Öó/\ÛD”ŠvMR!Y–5ÍTUMUMØ5éªiq†aȲìtv ð÷w:Š¢X§“JV&“¤@ça0khoæå8I¬¶6N§ªªºlš¦uÕf³)ŠR{IWÜï§E ¸Ez™~ßX j}qÝTõê÷~"IÑõMê4ÅŒìfÙM›bz ©J—ÎÕHgªdÝ`ljÀ+šôr_NT{Ä´î*t$IÑ•J0\˜ÓìXsô›ý_ûæìÙÓBˆ °ðèŸÄÅ'Vªå.‰!b¨Nÿ»†_7$)Фúç’&÷ ”$içÑR§3èá4¢ýÎoXµ,<"ü¦›gôމB?ž·aý†œ ïžvGþ9©¸ÌÅ@1Ô@§%IReE¹äoMߪ7>¸í1±±¥¥¥ºÛ݆Ë$IZX¥>2_U³F_ÔÅÄ=@«Â´Áû·,É>pzÏÑÒƒ'ÊL!~<¢_èð~¡ I оÊ*Üÿ³h÷îoÎõïú“ààI‘ªbê’8sºêÿ½{ 2Ü>ïöÝì I Ð.rÿúo[CÆGFlÛµiË·_ž+;©¨¶ˆÐÈÁCÇÜ3vüþ‚ÓÓžZûûû‡ïÎp‘¤m¬´¼æá¿d ‹>ºàoDE§OHŠè>\’ĉS¥ûnÙ´eåc=ùÓ¯yäÅ-Ÿ,˜èÇ ‘¤­bšfÝsIûÚÑönçKN~~`õ´II©ƒƒB‚ƒBÃzxtýÈÑ£«7åÌÿó3÷þì7¯è3û¥Í/?6ž1$IÚÌÖ}ßmß?2^xØ_säîË3'„ؼyó‘#Grss_ýõ]»vÕýªÛí6;I Ðí?Rà¯Ù]ºžÓ3 ÀÏá'K’$I², !I’$Ùf·ûûûèwºô”&´Cù§šSwn·[–åîÝ»WWW‡††>úè£Ó¦M[¶lÙ’%K ””4uêÔ¢¢"!ÄK/½dOýè£l6[II‰bذa(//Ÿ1cÆ!CRRR~øakÉ«W¯6lXrròÈ‘#÷ìÙӣǹ¤mÀ£»<ºÇ&;5›Ýf³)²"É’$ÉBIÂB˜’$išfÓlš¦ÕÔ¸ —˦$¤Æ–9nÜ8Y–óòò{ì±Þ½{WWW—••Mœ8ñøÃ±cdžž››5wîÜGydÑ¢EcÆŒ¹ë®»„›6mJIIÉÊÊ;vlaaaÿþý?üðÃnݺåää!ÊËË…………?þø¦M›BBBrrrî¼óÎÜÜ\’À‹]Ñ»{IYi ³çñ‚rë ¨i I’$™¦)$!„$™¦,ÉGò‹BüÊΉë KRË\¿~}tttIIɸqãF5jÔ(›Í6aÂ!Ä–-[ÆŒ%„¸ë®»®½öZ!D¿~ý KKK³³³çÍ›·fÍUUSSS…×\sÍO<ñ裦¦¦Nš4I±qãÆ’’’3fXÏeu*I àetÝ­ëºu;ùŠˆ¬¬aŽ>{÷¬šRe·ÛE‘%Ùš™7M!I¦aUU•¹{ØÕîE¥§’öt¹jšX¾Ûír¹jüý»¥¥¥®^½zèÐ???·Û%„ðxtÃðXßîrÕ˜¦iÝ9rÄ{xš:jîܹŠ"u­ËUµmÛÖ 6~üñÇ¿ÿýï7lX¯ëî!C†¼ÿþ{µO×ôÊ´+Î%h!ÓüÏåM#ÅW;íZMEÌÊõ‡]5.Ó0=†aš¦i¦ix<†Û­oÎùê«#'{%”ž5¨o“—]¸Q^^þùç_ÄÅÅZ×YwŽ12+볂‚Ó4ß~ûíÑ£G[÷§¦¦-Xð|ZZšŸŸ_@@ÀÒ¥ŸX_*((PUõúë¯{þù{öìq»Ýiii[¶lÉÍÍ5MÓãñìÞ½ÛZš5kŠ‹‹¼ÁåM2Jk“4¹ï5WE{ö+EòÏÝf,_ûMMMa†á±þ«ëîÍÛ¼´d]¸ß•GоuUŒNIlúºöôôqýû÷OJ8hРY³fÕMÒ˜˜Þ ,˜2å§ÉɃrss,xκ?--5??ôè4Ó4SSS=O||¼iš{öìMK=bÄȉ3ž~¢(={ö|ë­·|ð¡Áƒ‡ <äƒþi-á7¿yäÀ Þh¿$eâ ÅA*êöY毦eÜóB€üu°3aãÆê{?|Mx¿ÄPE–¾9vjë—‡v8¬Ä»tåTU^¼vì™§Ÿš7ÿÙÆ~òdaý;OœÈ¯}Æ[n™yË-3ëÖ±">>¾¬¬ÔúãìÙOΞý¤uÿĉ&NœpуÓÓǦ§o¾èÎÝ»wY·ëßh¿‘$IZ¥uB-Èßñ—Ù3Î|?L/òOÈÏ7 N潯ï©ÑK…²n‹Pû”Ÿ,(?1(üôôôŒEï~ðæk¯Þq÷=Œ#÷­Ò: nåËÆÄÛ÷žÙ~ª,ï|Y…ÝhÆ(®ÐÊyÏ™ý…%{úW»-ÙÙ3gL_ôÎ;k?]e\8åÔk´ùHr” ÅIÚÀtvH ó¯sný,÷ÐæœÃ»¾Îß•XÓ3dà€ð?ùIÍéC/¾ðBè¸CåõË]·þ×sŸžÒ}`ò UõÝ0#IZ¥¢^’^¸Ú)).¥_”Ë媮®®ª®v»\ÕÕÕ.—«&8ñ—ÿýàË/ÿÍîçÜU~NQÕ™7ßððƒ¿|{Ñ?}v™¸hM‘6À0 Çã¶ÞV´¦ÆírUUUWUUUTVž?_îçt\?íFÛuúdAööÜâââø¸¸•+W2q€éÅw~_m²,K’¬ªªîñ¨ª¢iša˜Âa†Ê¡6›­G«V­8qd(I’ª(²$)Šb·Ûìv»Óáp»ÝºÇc†õ-’$eddìÝ»{ËæÏ&OùiÊÐa$)Б6gm̘<µ²²ÂºÁ€¼§H}·NI’EQÅf³9ÎÆ–5yò”Ú¾%IS›¡ô(À‹H’TYQ.É>weŽixä¶Þj’¯²²â¢tþ >UTákÛ^\\"ImY¥\qŽ·9k£ÓÙ­î :9EV HÚ–]TTäuotßb†amÍÞze¿~š]kÃñä():÷ïKRU‰ëkž_攞+5 öZ–åäAÉ‘‘½œIŠ.…‰{€7Ò4[ßľѽ{ën·ï\™$I²fל‡IŠ.…+î^JU4µ›Æ8´ç’¢ã1q€¯Ç=C€ÇÄ=>Ž£¤èx\qI t0&îðqLÜ£ã1q€ã():÷¤@câÇÄ=:÷ø8Ž’¢ã1qI t0&îðqLÜ£ã1qI t0>ãà¥tnx Ó4}g“%IRdEVI"Iѵ0qðFn·+ÿxþÞ=»KJJ|§Gƒƒƒ¯×'NÓ4’] ÷¯£{ôüãù;¶o;~Bllœ¢(>±ÕºûرcY6˜†Ÿ˜ *mV¥\Þ„ŽÇ÷¯cxŒ½{v§ß×GzT¡ªZBBâØôôÔT»ÚpÉ$):÷¯cšæÙ³gcbûøà¶ÇÄÆ–––ênw[Æ./)t8&î^Z¥¾s|ôù¨Ù £/êâ():÷¯SÔæÃH’¢ã1q€câ‰{|GIÑñ˜¸ÀÇq”‰{€—j§+IR 0q€câ‰{|GIÑñ˜¸x/&îIRtLÜИזï{så>·î1MÃ4/üGXÿ3MÓ¸pC‘ŽÓÿ÷Œ’h¡ÍY3&O­¬¬°n0 Ôz}ÅžŸŽLtØUÓ¦i¦0…i¦!„i˜Â4 ! Ã,¯r½ôá6’h9&îhŒÛ¥W»ôu9yž:Ÿ$I’$ !$I’$ !Ù5ÅíÒ½w3IRt<&î^J×ݺ޾!(I掃EN‡M’$SIHBS´zT˜¦BÒ=º,™.W I ´÷/eM¦·ëSÜ>©ß›Ë÷êºuÔøþ$Ò‹Ï+Udé¾›R¼÷Z+’‰{€Gi;WàÝ?p×”«šóHI’HR å˜¸xm¶ïQRÃ0 ÃÐuÝz–Ÿ«ö¬RUUeY–e¯|×y’‰{€Gi;'©Ë媪ªª­ÒY=êp8l6›U¨$)pɘ¸xq¶g’Ö^co¦i'©lÖA’-ÁÄ=Àk“´}'îkÚíFÓGIeYVUÕ{O'%IÑñ˜¸xo”ŠvMR!Y–5­™ý*Y™L’-ÀÄ=À›‹´Ý°ù§‡rÅ=ÐrLܼ¹HMÆ¡õd†nsÖF§³[ÝxI“ú¨6HŽ’¢ã1qðÚ"%%IÑE0qðF’$UV”K²ÏÍ9›†§Íߟ$hIŸ**Šˆˆðµm/.. ‘¤¶¬R’à’)²2`@Ò¶ììá#G†……yég&]*Ó4OŸ>½-{kò dÍ®µá’IR€KORU‰ëkž_攞+5 öZ–åäAÉ‘‘½œI ÐÁ4ÍÖ7±otïÞºÛí;9I’¬Ù5§Ã!D[&IZRЦvÓ‡Öã}I@’€$HR¤I ’ I@’$)HR€$I ¤ I’$)@’€$HR¤I ’ I@’$)HR€$I ¤ I’$)@’€$HR¤I ’ I@’$)HR€$I ¤ I’$)@’€$HR¤I ’ I@’$)HR€$I ¤ I’$)HR†$)HR€$I ¤ I’$)@’€$HR¤I ’ I@’$)HR€$I ¤ I’$)@’€$HR¤I ’ I@’$)HR€$I ¤ I’$)@’€$HR¤I ’ I@’$)HR€$I ¤ I’$)@’€$HR¤I ’ I@’€$HR¤I ’ I@’$)HR€$I ¤ I’$)@’€$HR¤I ’ I@’$)HR€$I ¤ I€6¡2誖¼ýƒI t˜ëo¸‰AÀ[0q’$)@’Í{½Ê²ŸÃq RÅívËrKò’$…7 ®ªªÒlš$KŒªGUÍvò»‚À à|;WÜÛ\Ù¯ζ­)ÃGDôŒTU^½tn·» ?/gÇöääÁ$)º¸È^½„»w~YVZj@'!Ër`PPròàž½"IRøD•Za ºNÑ2 I@’$)º*Ó4%I"IáUÿN’åÊÊ Æ€.Ãðx¬_ñ$)¼F``ÐñcßVWW¦ÉhàÕLÓÔu½²ªª¢¼<00¨±‡ñ&Pèt¯¸bßž=ý  d4ðjÖ|}EyùÞÝ»¯NJº´$}ç…Œ :JXðIIß}º±j¿õ·žîñ'ž¼çž{3&MÞºu›ug\Ÿø9O?}ë­?[½zuý•œýÔS‡~àÁ‡®¿~Úu×]?û©9-¶þÎjÙ&ÔÛ‹Ö­Á'ªuÑ^hðµQw/]ÚôÂÜ;í\Ëÿø§¹sçY·srrj_‡©?¶½¢-Zúâó-ÉÉɳg?ÕÄFµßú———Oœ0aáÂWÿö×ï»ÿ~Ç#„8þ|úØôwßýÇÕW'Õ_Ég33£££_[¸ð“O–>÷Üs-°±Õ‚M¨?¶u×-%%¥Á'²Ôß @í¯›:õG^ï4¸sgͺí£ýËår !Þ|ëí;︣þó6ö¨¿ÕyyÇçgf®^½êÓÕ«JKK›ç €ïhƒ7²Ûí“22„ƒ’“¯¸âŠ˜˜ÞBˆk ÊÏ?ñÙæÍ%%%³fÝn=²¢¢Âºáp8† *„¸òÊ+óóó›¨.ÇcÍ\' Lš÷̼9O?=rĈqãÿsì*<<¼°°0*ê’OòûÇ»ï.[¶\SÕ¢âb›Ý&„ؼe˨Q×&$$!l6›ÍfkpxÛ¶­£F]k¥ÒÏÿÏÏ'fd4¶Qíºþš¦;F‘`·Û=c³Ù¬;[É&4¸³Z¶ õÇÖRkÝ{UXêï…ÆÎU­]`sÞÌ—\XXص#G._±b\zú† ~ÿü‚æ¿êoõ¶m[ÇŒ&„øÙÏnݱcGckØà# Iÿ#::úĉµG°œNgppðEIjÝPÅîwᶬÈnÝmšæàÁƒ/z§~N]x˜,›†qá†iZwº\îÚ%»ÝnÓ4%Iê÷YVVVVÖÊU«^xñ¯«W­´SSSm÷ó»ÔÍþ";ûƒ÷?X½z•ÃáX¸ðµC‡·~(ëoTû­¿Â0 Ã0dYBèú…óóó“$©eëßàÎjÁ&46¶µëÖØ«¢1 ¾6.ÚØ]xý½Ó˜»ï¾{~ffqQñuS§6ÿDÞÆ¶Zýþyko4¶†õ @—±îÓUÓošY^~¾Ñ_÷?ºˆ„„„€€€µëÖ !-Z?|ø°¢Æåª¬¬TUUáv»ë~ïðá#¶lù¼°°P±xÉâ´ÔÔ&"µÖßúÞ?üP±uë6·[oÙJ6½³.išÛæ¿*êï…_­É5¸s…C‡¦œ/+{áÅïhhÖ¾±±mp«‡ žýEMMbͧkšXà @—1ý¦™M? Y÷ ¾úðC?ùäìØØØW^y¹ùOß³gÏ×¾ú«_ýºÆå2 cÊäÉWÐX<õÔìéÓoˆï_÷ôÁŸN™²iÓ¦>wܱoÿþgžùE–Maþïÿ>kõÄŽ9)C†øùù !Þ{ォ“®®»Ìßüæ‘5k×VUU›Þ¿ÿÿùAí—Æ¦§/Z¼dæ-·øûû×=Sö…þrÇw†¡ªÊ[o¾ûí³F^;*<¼ÇŠï;#&¦wfæüiÓoBÄÆÆ¼ô÷¿71í´þBˆÀÀÀýŒMWUUõꫯ(ŠR÷4ƒKZɦwVó7¡‰±mþ«¢Á½Ðàk£•/9!Dýk¹õÖ[ÿýñ¿û÷ï×àw58¶ null̯õën¼±wtï ïç\à @—ÑÄñQ‹ÿñÇ/|ùï/üí¥’3§;Ûœ8qâÞûî[ùÃËük=ðàCÿuËÌÔÔÔ²²²ÛfݾôãûÈú×ÔÔ\Ù¯ÿ·GtžMèJmîþÅ/222fÞ|3?AhÚùú‹&î Nä/|õÕ©Ónð÷÷ïÖ­[gÿô¦èèè»îº«±÷iO8Њ¡ÀÀÀNØ£]`ý›¿ ]Ãñãù#F^[^^~ã 7ðs€Vª¯ÿщûÎ~”]Œ÷%€wY÷é*ÿ€o4†$@[ª?_ß6WÜÍT{Sý‘­wAgìÐMÌ×78q/Õ![fÐMÌ×78q/˲գBµöC)€kb¾¾Á‰{¹.Ó4IR\fªª*Šb+• ÃP…AÀeNÒÚ*U=Om’œÈgtpØl6+IEQ=ªªBˆ‡ø%C€Ë–¤š¦YU*…††îÝ»×årÕÔÔÔÔÔ¸\.—˥뺮ë†a†aš&C€“$ɺŠÉš¬·Ùl6›Ín·Ûív붪뺦i¦iZoPª(Цiº®{<«GIR´2I­*UŪR­UUÿ?Ms2 endstream endobj 492 0 obj << /D [490 0 R /XYZ 56.693 815.761 null] >> endobj 374 0 obj << /D [490 0 R /XYZ 56.693 427.908 null] >> endobj 493 0 obj << /D [490 0 R /XYZ 56.693 408.038 null] >> endobj 494 0 obj << /D [490 0 R /XYZ 56.693 250.94 null] >> endobj 495 0 obj << /D [490 0 R /XYZ 56.693 130.996 null] >> endobj 489 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F64 307 0 R /F52 247 0 R /F74 436 0 R >> /XObject << /Im12 481 0 R /Im9 463 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 499 0 obj << /Length 1721 /Filter /FlateDecode >> stream xÚ­XKsÛ6¾ëWðHÍ„0ð™›=v:iÚ¦©Ýd¦q” IŒH(å#ný뻋(R’›I§9„‹]<öùíÊ¡·ñBï‡ÅÕÝââUz9Ë‘xwk/,I½ŒçLF™wWzý+¥‡þIµÛB—«¥ýáa» Dúë{™F-ÑeÑ-?Ýýל³<Žéð/ÅÐWõЗ»¾Úk¥Ïmz³”±¿×÷a(6C[àÆîQµ»'5lp?èȽ tL$ꥂ¥\Â-æ4 Ašùô‰b<²¸¹[ü¹à°'ô¸',É¥—æœ%¡ðšÅÇO¡W‚ taQžyfgãÅEh œ¾è;ŒáÃSˆxl÷2I‚sm­‡k ;ÎG*†^+¾'Póf4 ˜mF‰@(¶“Œ³h–7ÞÇ€Pû—AÐ/oÐA[Õ}AœÁúê?ÔDN ,F†œž6.“‘ðwèð#÷¡&á?äJ­ºjB zA<È’ŽÎ¼Þ¶Šx43·XmÑ÷zSmHøƒë¤&XȽ}p–»µ7•­ê:¥ØÅ®ª‰[5Ä4˜ÐºØÐ6x{èNJøL¼Ç‚æyâz£žTµéi ãŒÑén_× ÉÞÂfƒL‚k¤>«RY’n$ÚÔ +ðÀEï6‘Étß’=jžÄ¸4Vv[å4î¥LQŸ†›ZA>ƒ²=ú9³ÍLµ]âªÍ[vú³øIƒÆxÇ)dw’e­Ûë,AÚXâ.o×lÔbÒ{ß|Ç`ó˜çTqIr4A”'§Ù„«C]è#xv 79¥ÆÖ:àÏ}'×-m&P_ÍW!KžEfÇ”6Â$ÉYJSWAƒš `Ò `Ç/Ž™}/˜ÿ^ÿ×FЄ”ƒéSÀ"ahç‚^z…ÕøQuØ ä¤Äe“¥r,NƒGÀ>¼Œ²Yú˜SuGš‘õSÕ¹í€BÄûy^«íÖÖL›Ø!qYV³ö wаÎHì•Fó}Ûg7”5UÙì)¢ì»"Ê}D1páá#q„€Ã@fæ`k´ìà°ýMÑ ‹uM|×A€Þÿõ¦Fg¯‹ñzê2H¹.ƒ(Cy‘êtÑœGúyÆæÇ@ƒÆàcÕ0ºW4ðÁ¬°ƒéåÉÉãHY´Gò¦Vð^O òœº:ƒäŶ&É¡¢òñGÏd?˜°Q5¦Mï´9QoƒWÔîq‰SÏËsvšŠ–BÜAK«4’Vi»²™$„­dÁˆ›¹êX™mH–î…IšCýakCä¡áÃâ$ ¢TœÏ‚€Ê…Ž})ìô Ës­Ífe|§Èu®³Mry~Š’-!yÈå™úÎ ˜ÎþÝ > endobj 496 0 obj << /Type /XObject /Subtype /Image /Width 893 /Height 587 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 504 0 R /Length 40956 /Filter /FlateDecode >> stream xÚì\SçúÇ­µ··ãÖN;ÿÖ­µ{ß¶·½·í½·ÃÚm«vØå¨Š¸·ˆ¢8ÀŠ"*ÊÞd²FHÈ" I€„½éÿIŽæ¦Y„ô9Ÿïçðæ=ïû¼ïó®ó;ç$‹Åb2™t:J¥’Éd¯ÏY‰ ‚ ‚ D$•••æÔjµ …âß߇¾·"õlI‚ ‚ ‚™ 5u:¡9‰Èè °;U<ÿ—_ÿ=õçûá•û¿{ñ®ßÞ{nËÎãÄQAAdh²9¹b}b™ ÁÅÏ•Â0*•ŠÐœ{³ÔÀ®Ô²à… ç>w[ì¼çäÑë~4¥Ì¯?µ@óÍò·ÆþðÚCÛS­ÉÒd»Ó«ˆ,‚ ‚ ÈP`cRù¢ýv^€ì’ä’ÉdijõÝ™*à«gn;üÛËu§öfüªˆùTùQwÆB]Ò‚^Jx¯à({ÿ/_<~Ó¬¹ Ÿúû+Ÿý¼‚È‚ ‚ ‚\r@à-ˆ.±vZæéa7‚ _ü\¯ÏYy(_»+]IðÍ3·4f®êÍ^Ò›µ¨;g™ðÐ~ø»Ê-O¤Í½¯7eNý7aÝ7/ÞuøÈ7ß±tÇi{FÖ¼»4xoyÆÎ4[LZÕ—ËO‘>ZX•ûáò$Hÿá~¿2Ú™Eå‘«5ÿjåG3~ÁH‰Þ] ;ÛORkŸEI†`Æg·éìûË’Þ Júd]Ú£R?Œ ||©AHØqÂo;¸"— «âÅ ó6'W€´ó!!±S.·3ËŽ§\`HàX„=Æ)!;w¦)~|õACÚº^öÞ^úŽ?Ø{ Ñ3²¾¹½6dòþ·®3…LÊúîÎ.Ö¾Ø5_ì _óæ»ïý¶ùˆ=#‚ _`jüaÛ:Zôï/K‹<+ŸœÄoí&"áhŸVGå¬ÍSÕ¶vAúze‘§Œ;ÎVy²0?ŠtûÕn:©²®±£»»«K§3=”½ðhE¿Œø8>û‹—ñ<¨me·ã´õ×ìE˜r‘YsLtÝþ\@+B2Hì” æ‚ÊØê8Ôg.öcœr²sǹ*‚ß¿ÿ*oë§TfýQzª÷ìæÐ)Å?ÜÅúí¾füz﩯ïÓøD´ú³¯Í Ž´çBaãY,mçéïcòæDIÏe‹Ö„ýÊS2H¼õX.„gEŠ-¼³$±¥§ïK¤mŒ9vŒbÆe‘Ù,Kš½W‘*ßSøé*«Á÷‚O~¶!éDz×Jn+œµúÔ{A‰ïød}fp¢”ˆßžZ¶`[ÖGÖ{³I¯Mód *ãX«ˆÔÒŸCÓ J3–œ³µpsªÜžÑZÛ]9'Í\~úר2?š±»»}ÁŠdÇ:x©¿£¿Na/.8÷dÄmS;±"$e­° Luöôv´èÞ Nß~Ö{ Ãh³·sÛzz»»ZR³8ÛI4¨ˆòånq¿ ò2>·¥ð¿\›2cYò·‘/}ávÏ^zv¡Ý@a7ëɦÛx§Q„ —ëJ )¸/[íB Bb§\¾ÈN﹈ùë%!;aé Øt ï‡no¥G÷¦ýÔ²}}þ!oÜøå##W¿ü×#Ÿÿß±Ÿž)yß@=ôÓ7Θýãæã\{F¾ØÏ>´æ®½dF|M{{³úÂ))ápu[ooÏú5IKç|±K‘U…9³v‰ìŸ%©;zÜÞ{±[ËWY:zä9ÙŸ†ä,‘XÛs¤~FZºŸùó¶ì/v‹ÂRúQÐûžÇgx2oöúB޾µ³³šOö½yíãyVXŽ÷ž¤A¸ì p4=Ùì³,§é† × ‰e„ôþPB Bb§\„bt}¼î( ]sA·z"]Ë"dgø™% ýë®ÆäïD+§þðìMñ¿¾\¸õ˰YO,xîÚÈ™÷í ú¸ªøðá½[¿÷ã+oþÇ1#‚ SìgŸ’ô½½½‘Û˜=½½Ü¤´ó§¤%‰ŸG”B@IÉý`ʼnHe+HÐÕkN,?)%²/?È^{”êx×Åõ<[+•îH`ìJ Ï\šhîêél5îJ E¦pÓ¹ºC3—`9Ý·Çn>B]ÇMeïJ)‰Í.kêîmm¿·"wÉæ”6±d(«Øqœ~œ¦ùm{¶[kŽgØß7¦DÉZ ,)âì/2X«'c}¸‘nO£*F¥Wß:x/8ݱ&[’Ë>_{ŠÂn›ñ÷‚úî®ÖyËÿW¢§ú{’7}ºàKøƒ 7MíTÿMGrçØ®#TԜϬ½¬ã~¹8 붆ŽM:3(±±Ûz—ò‹ „M§*‰È°S²~4cYª§ñ¹`íɃÕm.-æ ™|o^ûx^¸‡ä¶guº9«Ž=ã±Yú,‹ÈŽ —›N”RpWºÂ „„ÄN¹ì Ó1±“ìtÍå˜ÌQsº-‹éÈ‚y?|óä¿¿pÝé 7IkÞÞ=ëÑݳžš=õª£ÝþËìÿV²Ïçâ˜/¿ù§Œ2±Ÿ}fŸ1‚ héîîjþ*8É~Jú28‰ÔØÕÕa™|N¬ 5‚÷V»µàé4½heÒ¼=´…Å_¯ïj{7èÅXž­¥ôöK«§çõ¤»Cï-O¯ïê‘ççØ“yªÿŸÚjI‚£Yï.x ;qÛÔNõÿmMr”Úª»£2ænI¯éìéêlødYÊûK/FÃz và"¥É&;ç,K\—TNDnJªèoAžšËnç‹eÇað÷Ù¤®ãÙSÏê t;ïà£'›}–åÉ>‚ ;¶Ø4ž«®s’mqÉå¨0'š£ìÜâ¡,WÙé¶,BvnL*wbåγŸ?rèàoóŸ˜óü7Oݺè™ë×½7iý²y¥‚â¨}»ÞÿìóWÿó–kFvØÏ>ï,MXÁj°þ(†UàxJZ¹7cîÑj‹ jaŸ¿÷Ì×Dn-x9Å)×~°òÜÖdnr±´¢¥»³­vƲÔ?YX’°(šãTµÖóf ÊÊè"l=w/M¬·©£yÁ‰?í¦ý–é\Ÿ ÖÜ‹ „A§ÏŸ…—&{¯9Á’ýìUÑ…öÐŒ‰ÁdKwg³Ý‚§ú¿»4¡»×*«>\šðÞ²Tǽ»ðç°{#n›Ú±þ‹£©ï/O#¾ôè¸eí:=ã¢4¬§Á`ç‡Uç²çìOýdkѽ´yaYs"yý-ȣ켠®¿X–0cÙ™>›ÔuTxêÙA„nç|ôdÓ—²pD.¶¦HíÒ „„Ä®¹Ÿ!±ÌŽ“ìtÍeOãú}ƒíuñ޹ÙéhßÎì'GnŸËÜóó™uŸ‡ÌŸõí'ÿ]µd^qÞi¡¤äõ·ßù2(rÝq‰ÛŒ2¼p”ßo)ŒÍà¯Üò§ç¿ëDŸRÚ¾ ×ÕnùxÙéµ î-x9ÅŸŸV[ryüÊý)̰ãŒ|SGwWË»A'!þàÄÛ);>™¾õyѾGûŸ,KRÙJO9Ã8P éµIëͺ);ÊÎ? Þž@;F©äÖšcM~]2JÖJX™E<&,xªÿçÞpöy/©Ö±Dï.8†=ñÔÔöú¯Ü›ö]¼Îz•ÁàlŒ%oŒ#…&UÚ~ë͘|â"4¬§ÚY}ˆôù^»õ'EÍg2K˜ÇÉ*a!ùãÉý*ÈSøç5É5m6;\LJ잚ÔuTxêÙÁ„®ó>z²éKY¸ "—a§+}ÿq$v›Ëûw;=åòþ“"{.Bv®K(uå­¾¸ù§wéûøgw³Swó DÜBQOXÊýߘùÉêxÛŒ2¼p<û¬‰gÍÛQ´8^ü§§$”þ¼%eQ^½õ+g´Ü¶²½Xðø [Ê9ëS•uæÖ®ÞÞž†zó©™s£8¿d{Ö²,e}›õ\ßÖ¤xoy–£ýà=ù?k›»º;Û™$¦À& ÀæÚcü/VŸKdéj[ºzz¬¿|ùpõY·Öþäã1ÞìÕ駆ƎîÎŽv‰ |Þê´àcï5ïW3.Ú’²ŠÙ`ÿè©þË÷æÏé›»:Û[©Å,ǽ»àödÄSSÛùnʼn“uÖ{‰‡6üjmÁúA'´Ðߟø|Õ 7lŸ5‚¢²¾ÚÍ TÖ7Y+51ÅÌüq»_y ¯9Âü|]!WßÚÕÙA/d@dOwç»KOxjR×Qá©g/Î tJàɦ/eá2ˆ\l;#ó]vBâÀæ‚Àªxñ*Û ÔS.Bv®=.qbîšØO¿øâTÂÞˆõ EÙ¹" 4çñ“ ±ÇãX\ú?ß~gÎâm®d8Bœã Nštbv(å3[2"~M<ïû´‚­/·ÿpuªkŽ5YÏývÓÙ™A‰`ð³M¹ËâžԼ_͸(ä”ãGOõÞ›o‹Oþ"”ìT¢wþd܃OMm”'{¡C‰? ‚ô'‚ãŧaû¬!°b?å‹õgfZ+–ôáªÔ÷ñý(ÈmxõÚ¯{¸ûHËöäï-Ѓ3«yï¯)òÒ¤®£ÂSÏ^œAè”À“M_ÊBË€íg徿ø$×ò8!‘vì1N¹Ù¹:^ìÄ÷Žýwæû³¿ýöwfüû߯­ß¼4çæð×ß™ñúŒ™¯½õÎëï¾ïš A.Kˆ»"]mE™ù³ÂéØ ÈåÁŠÃ¤Ù[Jum]=½mmBAùo«Ï-ŽbË È0%$¥r[ªU Î />Ès ²Þ~L•C⋟‹«ŽŠ\ùvõáÏ~€ÀìÅñÈNØCb¾YóKXªÛ\rYb½p Jž³M\N,?LúÈúnÿ„Ë’gmÌY+À6AaÍæä â?¡{@²K’‹+޽°xõå7ÿCaï‰AAKŶTyT†Ê àRå"dçò8‚ ‚ ‚ ¿þô£÷o"‚ ‚ ÈÀÙùÇÔÕš€Z“AAAHM”‚ ‚ ÈE–&£AAAÊNAAe'‚ ‚ rYÊN£¡AAAŽï²sĈS.lŸ%raoHMí?þÜ×n{Ñ‹ÿ½¿¥¬ó[ ûG¢ø†¿ÜÌVií6‰­¯>M¸fwóéW·øÞ2i^ßmªOAA<ÉNCÞ Eúß_ú´ãšÀ¢y‰oß<.Øþ‘¾ëÅ;ŸÛúÊÍAja'#ÞmªOAAìø-;íí,çÓ—:mê¸ ÏlÏ“D\)Ç_špÏ„iÓÿóÓ§ãÞx–¸s8uÚc¾—¢×ˆï¾öÚ´JññÛ»oø._ìÝ fô ¿M‡€8óý#®¦)4þúÎë÷Š«"ÿ”âä7{xÒä‰?öæÉ ¦ÜFÚ³œ\2ãÞ{ÇN6å¹÷’%;ÝöšcSÇüøæ£SÇß;áåç ‚ ‚ ’5z'‚³øh'[žºcC–2ÖÞënŸéÅTŸöŸ{ã0¹jò-3£) ìáZ¢=Ð/âÞ¸ï‰uPˆc®¹~šJׇ ñÞîú§Þ}à…ÿÞóQ–H«`\wÃT}ÿ‹v,håרûfÜ:y¹—H{–ÑW_E®R[«$’¤y‰gý^zͱ…gÆXëC‹†ú¬¨ñËeAA _²ÓíG{à¶kFÚUÍcîö[9rÛ¨‘bu5tjA d§”¾ôº[g@ óÇI¾<ãƒÚGn¼ž­ÔÌ3†AúáÁ÷R$ù³Æ<¹¯f`²Óѵ«FÝì%ÒžåÇé·Në‹-»â$¶4i^ï½æØÂê#9êVœ/‚ ‚ Ùyó¨«8Jß5éKv %;kôÕÿ}ínùsûËÎ · ½{±ÿé1ŸœKýKuñcfœýôá—2';…îd§ÐUvêµò´c{ûì…Ñã¾”ìtë/ÊNAA[vêuZO€qûÑØðįn¶-¤¸¸Û ¹Âq’ ~ÃdÓ+e===No¤ïîîjkokh´”UHŠ c´Uuëëe3´››-¢”芡FϦÓmµ& ý蓜øøÓ?ýìão¿ûzáïó—/]¶<è÷% O¦œ¬/Ò/êêjÅbè1O ,si©D*­0jü+„ŸJ­tFeE©T e•V[=HJ$¢ÚZ“Ù\Oa‰D7?3¿(W­Qâj€æìììðýŸ³tuuò x5Ìuì d8ªœdgƒÅoRÓRz{{[ÛZ›[š›, æzK]m½±¶ÎXo®miiêj)î2‡7k>®ßÖbÜeÜÕ¢_ÚRŸ7B ‘ŠE\¶ˆÃ¦“ŠbDf||üºuë‚‚‚æÏŸ?oÞ¼¹sç~ýõ×ßÿ}tô¾––æ¶¶VN‚6®@_¤_h4jVSU%qè6J©Ðë´Fƒþ¡R)Z[š½#—UÊ#¨ª´¼´L"([áó¸5zpÍl;j†0ÄHD|¼òR±¡F7ðBM†>‹Éc1Å\ŽT"VÉeJYe¹X(,ast“ å`uµŠB+‹ùÍÍM IqÒÙÙi2K8̬촳é§àhûŒì´þ‡¾>}æ$èßoÇ ¥ —ÞÃBæ‚þRjäêj…F§ÒêÕºšj½A[cÔLzcm ƒ£©C–ÀÖ¡F‘K?v3ì±;á‚'Ùy&åD[k«c O’O%‚œ sC=hκz“©Îfb­!ÏRÜm˜Ñ$ŸÔbØ )[Œ{ÌSÛMë›ër'?+³²T$`3ó2ÒAöDvž;w.<<|ýúõÁÁÁ .üé§Ÿ@sþòË/IIIíím]]@GGû¾˜½M8¢àǼ³#—ÉÌõµ ³X,‚½ÓÑúºÚ²2 \AšJi…ÕS*ª@Xa(Âb©·˜ëÌõu`VZ“ŽúmÜi™D­”×è4Zª¼LÂ)aé´Õ ˆì{ˆ)/•h5J=¤PÈÊ$¢–XU)eÓ¨WV^&-K@×2è\:MÌãVˆE BA|²(dy |Šxt¥½½®Öa%ijj4Ccšë@gvvvôôôtttääeÂRY__{äØáþÚõH¦À,qilÛZ€ [3±5ýy3›ÍÅÅ…ç²S¥©*&çåägxD)€Saàe§¥ž™t§’ó%ì!Œë'2egœMlÀÔ}’˜|ì?z- f³¥¾Þ\Wg6ÕÖáBd§Á 4«Õ—Þ]+þ›YúxoO3”ØÛÓjOÕ²ÿ¦ãN¨¯)ð¥ˆ>ÉĘ̈(Ò‹‹r3ÒÍæúÙ™››»{÷nBy._¾|Ñ¢E 9A‚…óB·mëìì<{Vø€x\±ø1ïì”––Ö××Á T«UJ¥Âé¨L^i2á(ì%±Õ“Ëe W`fI¥@…´¼¢¢¼¼‚ø²e)X†£ð1P­!ñõ:J)£Ói*•²¶Ö̈O­G•2V-pRœ¼RÊaÐK…Û³uЬ¢\«Qƒ¢ !’ÏfGAy¤¬rX§D|BpB¯56Z@Bë,„$ý ‡@²óP\L‹Ûbýö~Éd2F£Á`¨1ô55z½^§ÓiµÚêêj lj1¶ïIÀaPž¡á[pÞõ !;/ÜêÔ÷9µ5 0áÜWWo‚“`¹Ö†©¶ÞDÈÎV[]vL˜ñxK]º(óiãú‰ œe§Åì7ÇãzÿèµiÎZ˜qµõF˜}0Avš <ƒð7ßwémh­Ó°ö£ÄZ“Q©¬R)€ZeÝçedTˆ…´ÂÂÜôt¹¬’@V)•UVÀ9Ñ"@væååíÛ·oûöí[¶lY½zõ’%KæÏŸÿûï¿§§§wvZegOUvÆ-M65íÉ'Õdò@šAüC(àךL¶û±HzÃ~Èh¨±ý’¨±®¶ÂÛíP?¨¬”‚*ª³)1ÛÎó@¹0MF#-+•Ê#±€§¯¶ÞÆd³˜¤âbOÀQH£«V y¿Ë2èu, YÌã•P©Bœ‚ær"á›J°Ùpm Yü+K©ª*&€æi±˜a¯Õi¨trN^ÆÙ´ÓLM­Q‡@p û˜{ú[ (œ¶¶VœN_MïSy655YÕÎ)ZÎ`­²ï»Ô8-ž—«7õ1Cåš&S’Q¾…›ú8ö2,ð$;‰g Ž>9R¸²ƒË:¸Ö³iNƒÑTScÒÕŠÍÏY³ÿèívú½Ñ]:Sù{zñ~T–I8ÓÕ×ÕÁy– /3³\, äƒì„‹{Ûõ} ,¦rl•þÉ΂‚‚˜˜˜;wnݺuíڵ˖-[¸páÒ¥K333í²³N$JºéúÚߦ×|;5uêWˆø1ï씕•Öèu¶÷Q4ê´ÕRi…ýPyY(‹Ùv¥¦°^©ùW=iE¹UvÖš*ÊËl”Û°Ýí,+ñ GýÖ´®ˆ\BvÊ++*+Ê<G Ù)à–øWè»Ïfó˜L– „Îlnj²sA|6@Î¥ÓYT dô£¬´Ì³íííK}ssc)ÿ\Æéò ‰V«.-'&;p8:¯ ×l®³ß×ݽoç@d§}Á…°ÑX3ý©gåiÿH(Ï+Pvú7ïÎËÎ ·:mßç4ÔÖá$Xo©37Ô[Ì–F³ußPo¶ÔVvê•…¬ä{ZÍÙµU?´7ØÉwC .¡Èð•çŸ58úäð‘VÙiû>'íV'ÈN}‘ÙZ³¤¾lbƒêW‡ûœmtë¤Õk¬çõ·æ&£A­R‚æ¬Ñéd2‹J­ª¬ÌËÈ( Èyy9ééå ¹ €V\\QVWòe¥âÚþßð„Uº¨¨èÀQQQaaa6lHOOÏÍ͈ˆÈÊÊ"dggsÓ¹iÓÔ³&˜¿œªŸ5)ã…çq\!þáǼ³£Ñ¨e•uµµ 0A8•J¬?±x  3A/ÁUÌq‰Xè÷sò²R– /mËÅù{ž0íÀQ‘P°û·|ŽÎ&;}A«Qó9lÿ ‚*¡Q…%%,2¹ÎdÕíB€Ëá@Kšœ’ˆ´Þó4™ T&™¤é¿€‡‹`:ƒÚÓÓª²¥¥™J'“ þ§RS@˜^xH÷…ï#£"ü­­­F£UvÚo»A„èS/¼H@Üó´´ÝòT]²Ó¿yGÈÎjõ—DÄãõÂ”Äøcq;vn @N=ÙØd- ?+;E¹3Ôüy-µÇ-êm–sÑQî{¸„"ÃNv•¸ßÀ:ÈNâÙºâç{ÄCvce³1´Qö˜Eùãݦ?zLtë{»½bSéfÅ\K½º¿ÅÁe¹Éd„E•F&q™t‡U“••v®TÄ/ÎÍÎN;—Ÿ•É/aÒŠ I…p/—ÉUòþ–«4‰D:|øðž={@jnÚ´ ô'™LOÈNÚ7ßpž½³aÁôª{î<5j”$&z ͈ ~RS«­]ÑÐ`1ô±d!DZ,f.&Û­N™Lê·}‰DÜÜܦ¬¯Í¬¬ßí¬–Km˜Íõp”Ïç‰Å"…¢ ¨ª’ò*™F­ò£8¯Ä&™+ÿ„²JáÊÀŠ“–J8tz hºÆÆ†’vqq“ɨ¯¯ 9œâ ŒE¥°(”r±¨¿N1Ôƒ–(H¥Vž9{ úÈ~4ñıêj Hͺ:´³ÑD|S»mûÖþd“-CÓCv¯¾ñ&ÈN§£vÙ‰³É—†S§V¯Ö´R‰àÈ‹Ïe}1G«Q65Ã(±À¥PÆ'}ù%­BÞÔÜâ“/W¯(æÎ`¸«ÕœÙ\ÞbØÚVw°£™ÅLº âá(v 2”ñ$;‰g Ž>‰>°ç¼ì¬5Øox÷2©¤Âœ¬üœl°ü |?d'…B‰‹‹‹ŽŽÞ±cÇ–-[Ö¬Y”Åbåååµ··UÆÆfÝ}CCÐtÅø;³¯½6~Ä;§ÇWâ €ô?æ#FCX$ª©Ñ×ÕÕZ·RfU†:­!\ iµš²R±£Èé/"‘„%("ë×;ëëÀ¬Åú{vó…á(—ËáG*+ýѺ|.ÛUv‚Èt2îJ‹ã1™\&Ãz÷R¥$d'8HHMƒ"áõušjƒȚQKèô~wqêIМD=)4ŸÏq<*—KÅؾ3<"2lÛöÐðˆ­aÛB¶†o Ûä‡(jiiÁKß»ï¿OR°„£NàÕjõ(;ý›wçegõ {Ü‹Ïó£÷u…µçäJi•ª­lVIDøÑ_hni-:PÙY_«.=Ê9ó(;ù^%gvsí©fã^М–X Ýr¦£™­•,+95–“ú¤„ô¸¢"ÃHvÏ}²gßNûCvâuÖ½õæ§5\WWÕ¨Û¬aÜ¢¦Ý`àm”=­çܯ ]_E¹Ãlö·Ú5zJi}r…´BV)ÍNO+Êɦ“Š%n¹DÈc3@|2Ȥ¢Ü8$ ¥Ò 8eøü½ÖÙyôèÑýû÷ïܹ3Զ按‰ÉÉÉ©árßx£þû‰ªçîQ>uwÃêGQ~üЙÇÇ1†øŽóÎùNˆN+‹Ad‚Ôj«%¶[&“õ[ΠHM?€ê |›ì¬5k½ÃYY¸Ød{}-)a+•Š:â‡F¶ç éý(ŽÇa¹ÊΪ*9$ä.èÞzÛ X­¨ˆËbÒŠ‹ } M(OBpâÓ®9(‹VTXB£’óóûëT\üaX'-–úÖÖ–ãIñÕZÍà݋٩×ë@[~öÅâWíö„ìt|¯Ñ\‰²Ó¿yGÈN]MuÞñ#³>ig2›>ù„÷Ï×vG†í ¼õßæ_~i¡Óf¾G9u”ç@d§NžÍLºG”ýœFø¹:¢^µ²¶êG‹z]vB Q·±Ùt´½‘Q§ÞWVø_fÒÝ UdˆËÎZ“ÑovíÞn»Ûiý »íݵõÄ7« ¬ß©V¶Ô§´Õ†·›V=»³Ï-2ê+ý(«¢¼ Î/°¢Êå²êjM¥´"73#/3ƒI!‹x%<6“E¥äg[Ÿ¹‹„™ÌzªRX/V‚íWA„ì<~üøÁƒ‰×(åç秤¤¬_¿>'7[[ÂŽ½áîm7ˆþúW'Ä×_Ç{ô¶Sÿû@šAü J.“ˆEV)ò¬ª’ÁL …j•j€–AR‚è‚©¤—ýž'qÛ“xeƒAc³Yb‰J‹…P4DÂG?Šc3i*%xSîHJ0(-•’R1HëGÊËcÓ¨¤ü<ÈNÚjôØza›“Ó_§Ž‹íìì„J¶´4'§$V)äƒ4 Ù©ÓiÁ©~ú‘Àh¬Gì ½ÓCvFCÈNœG¾´0!;ãVÊ*L©§øÿ|5éÙ§5eµF•ôô“’÷gÖegJËD ‰G[Z› ÙéGAF½œ?ZÉþÈ¢ÛnR,Sóž­B¤¡â³–ú¬¶Ffµh!-þ&È‹=… )<ÉÎ3'“ÚZZ}²}g8ÈNBdZê-æ†FKƒõ Õ Vš¬ßo}£ªÙÂk¶p{{êC÷Ôèuý­³ÉhàrJà§V«à¤T*@|B ¨ tf ƒÎe2r2Òós²E"aYY©õÕ‚åep†‚å—F¥BöþÊÎÄÄÄØØØ½{÷&''Ÿ={víÚµ›6mÊÉɱ4X$‡¾ê*ΨQÕ3ï/zô–Ý#FØI|úéòô4cˆïø1ïÜ"«¬€ÁÏãYŸwʪœ}ØlfŸïd£Ñ(•2©õ5úš¡E"űTWÙYV^jýæªU>Y±½‹²f€Å1)&™D)ÈWÈe ¥0Ž‚“Ÿð"‰£P)r~­¸ˆN"õש¤äcMÖ'ìÍÍM™Yi<^‰§”Z­æÔ™äí‘áGãã IýE Ẕç⥿¸~ÕÚÍ~”xŸÒ(;ý›w„ìÔ´;vn«­3*5òÝ;BU*ESs#ˆLVGõ]䮈ֶ¿e' ‘f0OÜÍM}PYòv­rM½zƒIö½Qú HM‹z!³fmsíÉ–º´jñ¼Ô±Ì¤;!.ªÈp‘0õˆÙgôIøö­½ôZ­¿Ú S¯¹¥ € ØÒÚ“î<­-¶ë¥ßæ­ý*¥N£ ;‰ ﺲR*‘ˆ©rúÙÔôÔ3äâ"¡PR)¬¥2Y%hTXr ºRQÕ_Ùyâĉ#GŽDGGïÙ³'$$dýúõ°ÏÊʬ­3;™_}•xõÕ’ÿmZ<5á®ëÙ{÷à¸BüÃygÇP£ç²˜ÙiiÙiç¬?©Ë΂«-.—#ðh2 GÙtº“Ž@(ä3™ &“N|ã‘Á Ñé4J@(4ˆ))aK$"â$¨ÐP?Šc2(*¥ÜIv––ŠÏÿ`J"²!¶1 â$>TL-,„°7íRÓ.A‰Gí$J),óûí×Ùs§uz­í{õjúpìO½s`/8 ×òJ•bÿh?dgcc#ÈHX×nXMàúeNˆ±%d'äºÒd§óÎQvk j­rÏ®pFg=8ÓéuÚèÝÛµp-T ²³­½u ²ÓбF!Šåœy”žpcéY³f›Y³ÑPþˆO ÑÓd<.£ý—‘ð7ÎééÒ㊊ }Ù «ßl ÛLüsLBp‚°„©s­½£­££½£è°ÒÑÞn}e]$Þ°y-ÌÍþ$ð5jœ:‰7:m5,ÓÄ‹bDB8çpUrmµÒTkÔD2@Yåe<.Ç÷²Ù™œœàÀ]»v…††nܸö„­N§³˜Œû§L)¸ï>í{×üþäÞ±cÒŒâ0Ðs3ÒA qè4®í†?)/· +“ÏãÒ)äâ܈x8 â*'= fÁDs‚ÅdÀü’V”I+Ê+¥  +aê9&h°˜û5éì0h$ÛK;Ë‹`¦6ÌxÐfFÁ€Š“K¥d™E…¤ÜhɺZ#§„Í Óˆ÷ `Bë•°á$€dÐÔÅy¹²ŠŠþ:Åå–$Ÿ:ÑÖÖVS£…}zVZÊ©d°ÿçd5‰'Ž“ »»»åŠÊƒ~ãæu°¾õ« Û?ÄiÐh4 $·lÝH@ütÝñËœc?j“Õ òâœò¥… Ùy4>N^.6ÑÈE+—ÿ׫ЊÐYÇ_}…³·¾\R.â&$#NyiXMeŽ ë-Ú±ÌÕ;jÊ?ÕŠ^2ʾk¨9D‹¿^õ6Å®A†2žd癓I­--Ž>ٲ욳µõ‚àììèìêìêî"^«Þ twuuuvvv@âµëWõWvÂi…B&UÉepŽm €ª´ñöQ àœ'Y8Úþ]‘´¸¨ŒôWv&$$:th÷îÝ[·nÝÛŽíYYYR©ÔÒ`–Ò([¯¿žÿ¿K>|nÿ3Ïà¸BüÃyG  È…‚6Hʬ³©É€0ˆ§ìsg%|^~V&D椣Q‹ ~é@·Àeñ+?‰X(‹J%b+¥â2ÄËrA°ùa™N-v•pÕiý§B5:[Y)κªØd'ìÙTJ­ÉË÷p €œ— )AØû¾’8rðpŒB!·þÛÊZ¬Šyoôn¹H.¯ÝÎ`Ð"£¶§¥¥ÂZY¥¨ÙÉãsvEEú!Š@@ªÕjF Êô$ñÀÝé!;ñêNBv66^q²Ó¿yg—¹ÇŽPþþbÛÁƒÇ‘7¬Ý³3boä6ÆÁým¥’öèhÒsÏÒΜlïh”ì67?»¾¾.ÏUei™¨RV±fÝÊ’¦²³­­Íö/U6ñ©±‹OЗv©é¨9‰CëJ“þÍ;»ì4˜ô ?V5gNûõpÖ`¶¾1I£j‰‘}òIÂÃI0€²Îkp•§(Ë`&ÞR¯ S–õ„±ZÝé(;P¢§N ç/…\VQVÊHž¢ÏmÐïÑI~€0Ä@<…4;š8ÉNû÷£ˆg Ž>Y·a5,q ;¾ÞÙÚÖ ú³­½í­°ÀPèÒàÅz˜ >·£Q«Š‹Šä2…Lðùb‘ˆÏã±Y,&“ j“N£1Œ64§P àp84*µ ??/7 6È®V)},ާNÙ´vÝê¬Ütf ] â‰K…’2PÌ ^äö›oâ;~Ì;>§„RP@/.Î>wÖz׎D"çç ¸mµFÀãÚÞöC±GiEEÔÂÂ#Pu†Ùg1› 5†+Y£í_gžÿ™æúzØÃQ:Ú_³°2ÐiäR±P!¯tdðŠƒe¡„É}ÂÒúÿvá.i¡¹ŠŠ À¤P UAyZu;ƒA|½| í–““µyËzXIªµ¹\*–@jò%WR*„‹Y¹®å?âŸýÐð-Z­¶´´T$ …°Âz ‹¥uãr¹°6–”ÀJ Íi]<­ë'ú‚ÂG…B¶-çw`´8Þí´¾›ºÞTìÈŽÛ"wE$$ÆSSNvY¿TÖÕÙÙaÿn§ïg'`Â(µ}ºÜúmµ(}=7ubK]"÷ìdCŒ€Ïƒ£P¤´}óUdÈáIvÏÞ³[tÌ^ŸÛÛÛëãeµ´²"<|+¬Þýª0,õ,&”d~^ž[ HÅÅ JApÂÂN‰Ù,¦ïZwæ3¨TjTÔ®ˆaY9iÅä|:“Â,¡±8t¶† :ƒMýù×ypÄ… „þÎ;; ¹ äÈÎ ô9??;í\¥´&fµF›‘Ê“I&ÃQ‰âS$à;ýðÇo`>‚ÒóLÅþNs¥¢J(àÑ)Åä¢RQ¾Á(Žø6œÐËJ%L: ”g~f&)/ô'ÈN$}1\ºfd䦧±™ âÌ>„ìåeÙY™kܾ֭s[ZFª@ÈS(ååå—•_˜»)dÊ•ËNžL‚Ëiи¿r%ñÄq¸·=[¯¶=j·n*•JyaSØ6뿽°Él‰\|(öñ;Mœw/ôxÜÐðÍ]¶o‹ù~'® £ß²::¬T"†«…¢¢ÂŒôs”øÛU%ŸÁ>3#­¸¨.$` ÃÜAÙ‰ Ù µÿô:!Ÿ4.dëæÅA‹-ž¿ðwà·‹~,üå7`ÁÏ¿Î~úå7`°nÃêØÃ9l6ñDÀw ½Z©PVÉý2 *ìKAZúŸ¯¿–xâXFöÙÜ‚ÌBRn9¿˜þ ÄõÍþµ‚ ˜¡ ?+3355çÜ٢ܖU²Jb¨ÃH¦礧Y¦§±è4iy™TS Šæó¹ :A§Òi ƒö³A¢Iœ¶UƒJRT9Ma§d0г~k¤™RQ^*á–°I…И ä³Îrl/¤¢ò¹œJМJÅ@Z– y¥:ˆÅ ä'ß´lñ¯ ~ž¿ð×ß/Á¹kçŽÓ§R23Ò‹ $†,Ñ÷RÊËJÅîß¶9$t“ï@ú¨=‘…ùù>.’W,0’““@yúÞ¶ 9! dÈ4‡I#A,–°YT2©8+Šw#ìi2ŒÛR±®@a$÷÷¬Š  'Ù ×Gþ¡Q«X,¦mýïÄ«Wü+®üü£_¥8óñ§~2ë£O?ûø³ÙŸzáðáƒ~·‚âbJEÌGâv‡#Új ñ21âÝb,7°“îÒ١鈟"B[ïÊ ÞÀÍëÚª~å²J±XÄå”0tŠõÉLˆLð"á$€dØ"ªä2b™e³Y¾`{”'ðÁSœMÞ!Áãr údñû”G@ Îó¿’­”V”—•KØðÂ0VaÐBß|Æ!Hq–0\ýÎj~0AAáBe'‚ ‚ ‚ø(;ý~r ‚ ‚ ^p–:-‚ ‚ ‚”‚ ‚ ÊNAAä²”þýAAA¼ƒ²AA¹ø²“B*DAA€ã$;‘Àrþ¿Æøõ<…\FüO™Z“ÑnÓdûo4~_hèª5¶ÿ´¢l›‚ C\špÞæ¤·~‹F¼³ ê 5ÇîC.?Pvj•’N#ïÞ²i½„nÙx z/ƒF1›kÏ B§-a1㈌÷];"â`ҨĽîA²‰ 2 –”}¶âHd ïE“BÓ ¶;SøŸÇe2±”HŸ€–ã°™Q;# rsØ4J “î&½¸  jçviEYccƒÉP#ðöïÛSYQÖÙÙÙë×ÖÑÞ^Q&1\Âb€ÁÁ°‰½ Èá§Í'ÂNðâ Ô±ùªaÔ|Þ¦$ìDe'Ò'*eÕ¡˜}ÅùlÇf ¸%~C§RíîèhÓëªãcWVJ{¼É*¥GªV)æÛ)•ˆÎž:{ðRq,îÐÙÓ'¡—¼&èÑåÝ/W”›CÙ/¢n3Æì<'JW G æPœèõÐ÷eç%G!—…nÙȤ‘¹l¦ˆÇ•~#ðÀTgg‡®Z³kG„ß÷$îO‚)…L:6][£²¢<%)AQ%kjjlii¾$@ÑP”¤ãÉ ñ—¶&èÑåÝ/W”›CÙ/¢n,Š^¾ëlpä™a Ôçz=ä}I€³<ÊÎK‹²J²i=‹NåqØb!¿L"`ª««S¯­ŽŒ×ˆ LÉ++ækkÀ]©X¨Ój.9PÓ'“†BMУ˻_®(7‡²_Ÿ,‰îÎÔçz=ô}9{ú$ÊΡ";KX":e ø.;KË$¡á[`ï‹D¬’I}±I¡’·Gnƒ½6][ãXÜ!Z©­V_r P™¡Pôèòî—+ÊÍ¡ì×ì èîîî®a»Aýq^ ×ÔCAv2in SÄçJD€Ça%%ŇGl Ýä8”Ɉôv|”¥¥’¨=;5ì!(Ù šFìý–ñ±«5ª!ª zt÷Ëåæõë«àè®ÎÎÎŽŽa Ôçz=,|AÙ9Dd'‡Íò8b!8ž¯PVýáuƒŒHoÇQv‚ºëv·š³¹¹ ÀžPžÝž7GÙéÉ&±Ùïvv÷µy‘•bˆ0¤*ƒ]ÆýrE¹9dýš»2ÏÎŽöa Ôçz=,| ˆì1bX²dñà)4{)S§Nõ”fP+0x²“A%sX ·D$àá[»{ºµ5ºšj·À!HɈôvú”vÍÙÑÑa6×Á¾Oåé»ìô}ó";Õʪ!ª zt÷ËåæõëÇÕ1°¶··9¡Ê|aâØ©<2e¤Ù[9® àôäéÐÅêó½¾VvÚƒ*;˜fhÊÎ&Ïa ù\ $tSoo¯¨œ/*ã”J…5FmC£ö†C’éíx—ŽšS¡”8¸ö}*Ï‹|·S©†TeУ˸_®(7‡¬_¿®³ÊÎ6—í•Ñ×è­¡3›©kó°Á©§í’nPœèõ°ð%€²óè›ÏA`êÔ©ÓyÜú"teÁ¬—›öÈ´ñžÝYXaOybŬ§~ÿ]ÿ~”üé³O>r÷˜‡ã N½wï½c§=2õù÷Oö)n;U`ÉN:…ÄfÒx%,²³»§Ûñ©ºª0”ºñ~ØC²“HoÇQv:}=^";jÎQ;²s2a墨$~ÙáDZä~ lO£½¿,Ü¢³µ¥Å‰[G̯®wŠl4q~xûÙ±“áü6å¥4ˆjœY;û…§û¿;^šXF$³ÔÐæ¼úÄôéL˜ôü^ºšˆ$R>óøcÜ=~YRyòêÏŸúÑ{ÆŒ N®ð’+}å‡÷Ý7núôi/~tε’Ôÿ¢­WnÛÜ>]ÇdW€€/b_‘cì×ãœøìÖ3¬‹V·÷ààÝí }zÌæ<ë š”Üý×ßñ=ÁçûIÖ÷U²BFŽºmöa:„å´Í׎þ‘`ôÕWÑ5zT—©û,Å5±Û»^ÊÙYÌbиl&Ÿ[²SWS­ÕkÚÚ[Ékǘñ°‡0"d'‘ÞŽ'Ù)•VDîŠ8¯9²í‘á"±âaaˆ!”'¤)//óQvŽ;¨PÈ- fÈEX#SH 9aOX†øúú:·ÿ`´ï²âÝ’¶`ÊCŸ}~ý˜=% ÷½í/n+ÃJúeôýÿ>Mœÿ˜qxÉ΂<µƒ[Ûh—ª_ìE”2ã®þËÝC­Gèæ'wŽNH \!L½åÎÕ¶a |ºMæcÞò²rï –lŽioÙÙìÄÉŸ_uý½¯¿÷ùúÈxCc¹óÅ»^Ý”N„«¥FØC5¾>·€^¸ãÚ›ÿAÚñì˜0ІÒ8X»ˆHHùeË–2bä¨Û¿:Æ…°–víͯyÉuóÕWñj-¨S˜\+ @ý/Úzå½Í]pt]„E¬Ï¡rñ×Iï^3~¹ö– ž`*°=8x²óökFN½°¹ón{µÑh ›´_}þ?”=zÛ£ï|ºç˜Toè³×ÄÃô!;\Ì¢S9,Ã\²765¯º¥E‘û†F‹©Î}±5l3‘ÞŽ'ÙyàPŒF£mYUU" ì‡ 1K®´²òÈ´)Ç?0î©T†—Ê‹©û_w׸ÉÓ^Ÿ»Óî»/¹&’"oÿÛ”4¡oßÿôoÇ!PÆ;ýÁ Ó&Ož4öá'ì5qê'kDøâô‹Ý,/gû_þö¬—Ö;:ÿ¿wßýàäÉŸ~û0ãÖ5·5ñÒ^:Ñ­}×jøèfÎú'žÞ” á¼gž\ŸiwÜ1Ðßú8öQÆÒGÆÏI R Š–ßpç,ÂæÎo^›6ùá»Ç½pˆÊ ¿|œP^F»§~Œœûæ#Ó&ÿ3$Û{Ý‚Cö·µ¶675¹"gåì [óÖ£·Þ÷ú"æöQ#+ê,Ži  CC£-lÓÙùd׌œvasç=Î)ëþö–ë×Ço{lÆ·1'”õ n+ õ÷}½ò4’]{Ù÷”n‡¢—`PÇÛ)|öçÉçž$ŽŠ(ë®»m¦SmíCÅ÷ÕÉ¿éïjÊ©•ú嵬‚7âªk|÷Âǹl75bÄíÁÁ“7ºJ¨­ñòÝK·áZ£:+qÿ‚Ù/ŽÿUŸ¥¸&¦²“\T@£3idƒ ¸}Èn•U9°§nºŸµã)êÆû·Ì ÒÛq”íö°3j“E—”Š6‡l(á° ¦¨¸p{ä6ØCb ^$âCš½ûv;ýsGÙéhS àA.¹¼´eSSÔ™° {C ÄÃQ«e±À­M·².­\áåÍ¿ñî¯!¹üÑqŸ'"×?uÇ Kc‰p ‰{è}{{xÉÄ›ßÙ‘Üíÿ½eâ"ûÑ£¬‘¼Üµ¹éy·…º­Ìß®¾Š[Zæï©”¶Ÿµ•²jä¨[>Ú• aN抿Üô¢ $TêùÈ¿îö™^*¿ôBr¶ÿ×±úôˆXOž~m7™¹áÍ;žü¹ êÓ›'Í.­°Æ¬}üö•§èàD\wÛÛýê‚‹Ð/„'ºYÆ;yó³ <û®›OóD®ì_}ìÙËø©£oÏ/³ò=¯ÞóZTqôHkkäíxë–‰‹Ã/û ,I¼ /£Ý“_ïnO÷¥n«C÷··µµ45y¢ÁÄ¿êê¿aÒ:‹ãQ(È5|˨«*j-Nvܦì3Wsƒ± %vñ/Ý<á[·Õƒúû¾^yÉ®½ì{J·CÑË 0HãǾˆ¹Na ;úÚ¿=#µ=þáƒO®Mwª¤}¨ø¾:ù=ÝÜšr벯‰@öžÏoó¡ï^ø8—M¶+;o5R¢;ãqË“cþ’I„ÙÙ Ÿd§©š\¦€AMyÍí}ÈNw‰+0¬dg>•\Ä ’˜t àø½¡Ñ"ÏÛDÙx?ΦŠTë^n½çÙX™U¼ú6Òú{©G~!rY3:ÈÎöööææ&‚²2É®Ý;B¶næò8DŒý{˜ÄGÐQ»##vlƒ”ö\޲ÓÑ&Àb1×mX#“KmʳqæuÉ'OÀÂñpÒ8´Ût+;ݾ?ê÷<’>ãð_¯ŸÌY#o5²€÷§ìÃÀp C221¯ðªQ7Ù–¶0oĈ«Ýê¶2°Œ3×ø>Jqþ¾ÚÇä£kÿñÄä‡ÇŸ8a\Ïz©¼cÛ¡O<%þýé;®ÿë½Gh%ÄÇ[G„:Ü~û{¡¾tÁEè»ÙüCso¼ïs/­÷ÕÔ[¦¼þñªÍ»¨¶Ò=¹æ¶&}t‡‡Ntkßµ¾»¹øáÑ!g7~x‘ÛFö¯>Ž}öüoÊq2n¿î’­zpÔÞYpn$¿|™P^F»'¿h|/u[¿m»õng£‡Ï2šl-âÚ›ÿADF¾x׫Óˆ°¦Â{(ÈžÅ{zÌëáùDXPÀu:Ú\&f•Nv®• þ¾¯WžF²k/ûžÒíPô² êøñ4…çÞ{㯙ÔR!{Òõ×%±8N•´ßW'¿§›[SžþŒ'¯­f'ŽŸþüöfÑ}÷Âǹìh*°=XÙyäÛÜóðDâ=5Ê‚Ï_}dì¤)“'Ž{ã‹C¾ÈÎZƒü•ǧN™:uüCµ)Ë»ìt›Ø±Ã軤Â|*©N)fÐÈ€ãCö†& ií#s—Uj–&¾MÏ}«š {##’¼öN"—5££ìlkmjlðDaQ>hNØ{ICð'Ùéb“Á ®Z½B&« ”gxDèyÍ)«€x8êŦ[Ùéô|@Ä-¼ë/×Üv×ÝÄv㨑³OA<Ì©|.×1% ×0$#qy„˜z^R:á¶2_Ý}Ã/çÈ®ñý*Åî3Áã7\³>)0ë=—cúå‘ÛÄ`äÕ1ãèL*sÓ¨«ò8\W¯º`äˆ"[@,`ø^á÷Ëÿ ˜Wü«—Ö ˜Çölýîý§ozè#/® °;Ãní»VÃw7ó£ÿuý׿ãv,ùWÇ”ÌÌßozp^úú§ïkŸý¨½³àT5H~ù>¡ÜŽö>ýò^·ÍÛ­Ù]«¹oÿ}Ü„ÉÓ¦M7åï;²+‰Hs ë»ÿ<õÐÄ)ÖŸ‘! ²g±‡ëµä9ÿ|ôáÉS§Lÿï¯8õ=W£Yýê“Ó¦N›6aì¸o¶º_´¡þ¾¯WžF²k/ûžÒËP¼8ó—)œþ½ÿÜMMù|ô¸E^*éûê4ðéæÖT@¼öä…syðV6|]üÐyR\D§’§‡ìÅ«nmÕPAdZ+?kQä•'Ìj-ÙñˆOÒš;ˆ\ÖŒ²³µµµ¡Á2pe§[›*eÙò¥••å 6{zz`aˆxï6ÝÊN§àyѯß<~©ýcÎΗîxbV?yÇó‹ö‘Ô\ìa–r¸D L "°hüÍoGœƒ@ƶÿŒ÷›ÓQ§°#n+StxîM÷¾ž˜G?_njÌ¢°Œþ–b÷™à®k®>LbB qå+Þsý>þæwlHÿO¿<ÜŽö>ú±¯º…Fº—è¿ïë•§‘ìÚ˾§ô2Ý®ƒ:~< ~;môuÿ·ê‰ÛߌÉö2q|_ü›nnS:ÍÁ{íÉ ŸæòŸM¶QvÙY\G.. ’ i”bÀñ!{[{y͘UqiÜ;m:¶…°Ý 4ó¶éX²äÏ[U$D.kÆ?É΋Å쉂¼í‘Û`ï% ÁŸe§{›drñâ%‹¤ÒòÖÖfØCbú´éVv:½XðÐM¯GgÙ?òY©7\sS&«„ÇHùô•Gî;nâ„qÿü>íøô¹;;qÒTÃÔ Ò³ öýcêýãÆ?üÀÔWÒ‰HûQ§°#n+œÛ¹ôÅiãÆO˜0þá‡&=õÚæ¤Âþ–b÷™àÄòîºížÉS¦üç‡Þs±ò¢ž;æáISþùUX¿<‚Ä.l“§<1¹QŸß4ö6ÏzôÀ·Ó|g3¸´Ä™ÏOºÿáñã~ðåȼ®]½}îwÜ=eÚô·Úi¯ÆEè— ^Œÿ¿§/ÍóÔzB.é¹i ïú¿>Zz„HæÖµv‡cØÕ¾Ûjøè¦§˜ÔÇ©€ôMOÜxÏŽyÃç¼2eâCwŽ}foí"øå}x¸íÞû±Ïºm:`• –a Ôß÷õÊÓHvíeßSzŠnW€ÀާEÌËDØôØí#GÝ^TÂñ2q|_ü›nnS:ÍA?f^ø2—L¶Qv Ù™K.ʧRÉE@xÄÖ®®®JE¹¸\Po©cïz¾^x¬Žµ«ž±ÍÌŽ2—ì©g画‡×Q77ÉsHkï$r޲³¥¥Ål®÷„ý»^Ò8ÊN/6‹Š æ/ü­°(ööŦ[ÙéôüKȪ zt÷ËtsÝscþ½;ÃþN4—}÷íÚc• èÿ[ €½ŒÓÈz}É{eçP‘ù¹äÂ( 5ú" âãb²ÊÁ°éVvrØÌ!ª zt÷Ëåæõë28/Ðëaá ÊÎK‹^«å”0#·‡åd¦çç‚òôRa^a^NÔÎíÒŠ²ÆÆcM ÃÞ¿o€ÇÕj45z@FÈ~ f_ ›©Õ¨æ[Ù‰ rI¾š“2Ü9wèÜ™”òR1ÊÎÁ£Öd¬¯¯“ˆ…÷ï ݲ1dÓz?€ŒŒ´¶¶6õÚj:•wøÀ®‘á~ÆbÐÈJ¹llº•à†n¸]¢møÊNì;Ü.ƒ­µ¥¥T,LIJ ¾†‡²sð°ýCɶÎÎŽ®®N?€ŒŒ8Ú4Ôè4*…B&…î«’Iû äRÈ¥ÕÎAµé*;‡õ=AAüÃP£//§¥žv’qcd€ ìDAÄŽÅ\¯Q+År•kŽIÄoPv"‚ âDµFEüòÈIv®ŽÍGs bo‚}`Í"C”‚ ‚ø(;WÓG^ç¿qúÈË5‹ YPv"‚ â£ì\qD(BcžœØÙ¦`$…p-#C”‚ ‚ø(;—Ç EÊ‘Wkd¡=Ý–šÊ°SG^  edÈ‚²AAegp¬ ¬‹Í"ÇßÔÙZÞl:ÔÕ&#¹b|É•i®×Ù?ž«ë‚˜>sYêÌ­ººÖˆ£ØûRPOï·wŽy},î e'‚ ‚ >ÊΠÃü²áð©Ä¸wÉq×W‹ƒ;‹ZÛºÛK«Å+!&éÈ 8ê=;T†Ñܵó¨5|´¼¹Ù1}ÚÞÓ»6ÖãÑå±î òÛÇä½¼AÙ‰ ‚ ˆ²sé!žß¬8X”û.õømRÊ¿,Ú=-u'› ! Gº“;›éͦ“ræGÔã·&~Rz2• £6É)¥%5VQK!Âìf½DJ¤Y•TÝÖl´gáZ ¶®•€HO˜:&¨W›ZÄäÒn}}S›¶¶U.“Á¡XUÓù,µÍŽ¥o%›ÔÆæêºVS}Ó‰3B"rY\)EÙdª·ñÊòÚ‹[~¼RllÓ×µŒæèã|{”ÔVZê[ÚòòÄiÞaAÀe§Šqè'¾îš‘£®½ñ Ó>!ö’x„m»\笣wNž. ®œ¦@A.Ù¹ä ×o boå¥N6HçeókÊ>0U~ÚPÔjŠª—™ÕAÝNCå"nêÄ‚Ø[V<çÖˆõFb\ys³”¦®È8k „ƒâJ[:ZW²¦‰UµKòÄN¹\Ãà–á–žÞÐXk øÏ5‹àãB"°*YÑÑRK„SôR–”¯Này*.½®‹[ ÀÖ‚ºæ:­ý(#Ϲꄺ³½a Í;,øÿöήªºqÜ€ë}Í nM@Y—å^¥Ö[®|+MSË‘½Z©Ùr”š––[Â=¢¸·-Ss@Deo¸lPÔ,ÿÿ/=¿Û]\®Œçù<>_Î=÷Üs¾çÚ}º¸¥žo5ø·È§á3oZ¿ê« #†® $;…žžB=®¶""b9ÌÎ)›.—Øï6íþe³ãŽ/D]|9=fVFÌ´ôȱY±ŸfÅ}™›ücNòš¸ w.înñËf±¦®ˆ_g>ض;úvf‚¼D¸5þþ¥Ÿ¯Mõ ÉùóÞ·Zî¥6ƒo¯vRùg|”rïɈÙZî"ûíáØä;)ïdÞyøðoiaÞßçyýpb5i¯¦z\ýûïò­3¯ùðáÃ'™Þ a©gç¿L ‚ÊëÄ•ì.ÏJ 1òµfæÏ˜U«Ù®‹j}m›9¬ésµj×}aªïUiyvú­ïÆhÕàÙjÕj6kÛùïóªë{ñ¦EšÏ5²éë?wTïºÿ®ñ\c›oö„ê¿ï)·lšÕ331ý×sõzkî¹Ö=ÌL˜øf·zÏÔ¬ùL½®o|˜œ®º'_nüì?ö<5âÀ+vjü»î›_øèz·ÓäŸh®PÜ-òÐK%;'¯ xBoXô³·õßz1AÃÓ£?M½ñFVü·±WÆœÝV_,·ê¿»Øñõ›Ãw³þ :,/NÝw'+qÞ‰œÔ›7µÞKm¬ºpòÚKn?E ͹“™ªíÖGFÞÿ{Ûî‚ýt}¼BÞ_¿Y_ôÉÕf®&îû÷_ô¬Y‰-õ윪¨'ÕQ-ó¦/ÿë$iùºW›‹…-þ3n݆u³>zCµ£lÞùzùwà ïÒSZ¾i@Kñm×w'/Z´`ì«MMLªÿx=áÿÖ2uù¼a…CSëA_.Ÿ7¢ð¾/ë¿oÃf5Ÿë¼rýÆ5î >ÖWsϵîáòÅÂÎ,ü¤«4îá®Ïpª/­¿`bg]Uééé!}«ú§ê Å}Ð" ±T²ó“5þ¥â¼u«Ooy6åæ W^T†O8³å±Ä;Š_'¯ :x!~ƺÿ["yþö_Ñ÷ÿöñº¤õ^jc•…ó½ÄàÓ WÿþëOiaî_g®SôŒ¿.÷(XsÉ©Lùî;ÆÓ6¨ÝW^í@ÚŸþ¿^ƒï~K»¯gÇ*±¥žY©Á ?¿»³Uõ·=ë4!§‘ø60%]ó2tPjFnVráÐLZnQ¸²*í8/¯)%='+Qû¼˜ifÀ}‡6¯cZݼϛïLš2gßùhÍ=׺‡õ«, OÏÌN¿Uð5èßó5¯ŸvSÏÏvj^dW]RÜ-òÐK%;'­ö+-y)nž´‹ îv²­x/±3z–|{4'?'Qÿ½äñÿ-\s),åvBÚíä¬üÓgB¤…®def݉Wæ©ngá©”ŒÛwãRóünÊwŸ¼þÊ©¨\eÆø´;Aþ×Ôî+¯ö¹gØ•”üÄ´;©)™+<ýõìX%¶Ùy3,ôàÞÝâŽBÍ[“2³ Bö¾YK5ê.iËNÍq£Â•goÝuðÀÉã—ãô¬oÈ}3“®x-_ðùıíÍkÕ¨ãª+;/';õc™e§–‹òEšt²%}<7Ú»[¼ 7;'®ºXZþ°vÙùíÉ¡ÿ9»½—Ê6·ÆÞ 8t¹wK×âfgTÄ­Ý;¶Þ ‰ŽŠ‰Šª­ðL3—ñS¿[·q㢩ƒD=ÓèÑ»k_iVx {üºë¿ùø¿ú;ÊûVbܨۻ+Öo\ýãüÞ|ñ¥åf§®ûþgȸEî«=6­Öú9³šM4MëJ×»»LZ°HÛõnÍñ÷…?c Ö_¨û"»°e­jâÛY+ÖùøÕu‘Ýð-òФ3…ˆˆ(™”±{‡¯xY/VvNXy¡ýÉKqù@㟼ž|S“ׇ&¤ç§&$M.Õ=ÄÒµ¸ÙyhÿÞ[7Ââb¢ÒÓÓr²³4Wøðþ¶-Õ¬fZ­fÛN¶Æ>ºø®¼:mÄ+MÌk›š©ÿJ‘æ8;#jÁǃ¬?ofbZûù†®/ö_z2ÒÀìÔußþ/º4|î_&&fu›ÛMZyVËhÛÃÌä€ ot­ûï5þmÞå¿©ývæ8åÖž^6Õk=ßgÂ:=ÙùÛ¬·-ž­%–Ôn0Dë¯ëA‹<4DDD5óóïˆWsñ²^¬ìüxÅùRôëU›O{U_Kw³Xn-nvúxnŒŽëð±âš—›}÷n¾xY/Vv~¸ü|é:{ÕªRß&–[‹›bý˜¨H­ïs"""bòÁƒ?µþš†žìï~±Ä–,;ù§ŠˆˆX³sÜgK,Ù‰ˆˆHv˜ÿà ;ÉN²ÈNDDD$;ìDDDD²€ìDDDD²ÈNDDD$;ì$;ÉN²ÈNDDD$;ì”]öJgE!&&&Ò ó+Ks ?L¼ÜþüjútÍ…bÏõÜZêʧúñëåj–ä=ô÷J˶öí{LÔ5‡e´çOwB´µ‘Çh3`œç<"’@v–Ö»j/‘FxÅLOÏÔ:~ÂWs#×N¹ÊN­ÓXÛÌ4>3KÏ,UÊìÔzÔ•5;Ëóÿ$""Ù d§!Ù¹wöˆ®œ[4²œâ{õQÕ$œ~·—«£“c›.«ÏD©m!3Ùoü€N–¶ »×§œÖÕ6bàùéÛ¹8ö[¨:ÖºqÍÝØÞ¯›ôƬ£S;ÍýW»UÏ6;º8·jb=mÛµ³FtéàÔÔ¢õô!ª öêaûá11ˆ<1ÄĤÚå”t1×ø™M‘ÉZkSó¥?håûí\]ì,m»­>ýî=©¿«£MsÛ^{o&éY¨uçumSžFµ ÜÑEš>Ÿ”oR›¥œëC35onåè¤è6ø€ž³oàf‹<#úw&5âPÿvÖvvÖíúŽHÖuÔÅšRGÿ–å§D)µáÿ"‘ì¨@Ù9zKAÃĹÕ2ïùèŠ|'‹E' 6›xÕ³vÃ!j[ø±[ã^sIã˜ëIz²s¨§ŸæXëÆµî†Ö÷v´æŸ®mŽô:_¸Í%fÕëò ãXÿ…µÌ{ÿ#f"=ë4ùH ~~ë…ÿÛ|ØÉˆ¬Ô+µë8æèx8ͽRÞ —ñ›j[ŒWâ]pDAÞƒë9|§g¡Ö×µMy |VíÔ÷\›W3½TØá©…™§ëì¸Ù"ψþùΡž4{—½Õs˜£ç¨ ŸR§ÈgZ©µáÿ"‘ì¨@Ù™œ%]£Ì01©&-lPÃLñ‹FMÕ¶P¿ºYXZF‘WrÅ &#Ks¬uãZwÃðì,b›ÙÊŽ«ýs›YÎÏ>¢ÌܨQ°ÿDËÁ?EŸÙ¨£W®ÁÙydeß®N6v?:kZS^-²ðRxvz¸ˆ = µî¼®mÊÓX²ì,äRßå±ËÖïˆ~|Y_ëÙ7p³Ež‘"Ÿxgï–ius=Gmø”x8E>ÓJý¨ ÿˆd'@EüÙNy\·ºéue†®-h¾R›™˜dr²µVêXëÆu…«Ùiø6µnÖ§s£G÷›·š™eÑhðïïY÷ÚzÕðììülÍU§nH1©ºšÙ©uçum³¸?tZä$è?×9YÉÇöx~9ª‡yÛ±ÅúŸŽ’‘"ŸxòìéÏNçÔÀÃ1ð™VŠGmø¿D$;*tv.î`ñê’£~"îø%µ-¸woÜ{ÞaiVpíµ·y­•Áq+ûŽ.2;µn\ëÊ" n¥eêÚÕ[ ߦÖ×îkÛzÕuiá2ëŒÝòùîÏÕÜbxv6¯Yí—ÂõOüØOuµw¶ìÏÐzsõ,Ôºóº¶YÜìT¥bŸëìÔ )Ò@šÕh ëì¾Ù"ψþ'Þ\‡zCÍÞºöú.²>¥ŽÏÞRÛQOÔiÞý̲1Í-Z:»¸¼=}»êjÒo5µyIóWŠTjÝy]Û,nvªÎRqÏuNflïv …¢mkë± é:û†o¶È3¢ÿ‰—~ Ÿ«•ƒ•k¿ÃÖTëQ>¥ŽÏÞRÉ¥¾Ëc—­ßž©g}ùQ´Þjà‡eë:(Í}ÖrDÙÊŽ­ydeß®N6vbLLkj>ºÖ}3p–4'§ÈTÜù7Ú‰VÛÎ<ÛºÖ×µ›«ã³“䱿$èÚ=㜩§x ÉN¨ìÙ^¬Ñ×­nz]™¡ër²’íñürTó¶cõ¬¯kÅÏNí¥y€E]çgk®:uCÚ¦Ö|2pß´—æä~‚ œ£hµõÃöÿ·ŽU7ö‡ªnÁÌÄ$ûÑ'Ê 5'¡d»WZgê)žDD²*evÎu¨7tKPÁOÄù ©k¯ïŸxѼ•–©ç5wq‹W—}ôóuÇ/ýãîÙ©"R¤«3«Ñ@Ïúú·æÞ½qïy‡¥qlX²®½*ò JÍkVû%ºàNüØOµoåG×Ü7CgIÛä~‚ š£h)ÍN»ùí·s sKÞBoóZ+ƒ >ì>È÷ñïi›Õ=1þ™zЧ‘ì„Êù+Eáú¹ZÙ9ØY¹ö;¬÷gê|Çõnfe«öË;ªãŒ„3#_v²´s°·mÓgŒÏ?ÞÍËŒíÝNá P´mm=vá1=ëëßšh’qý:´¶±wTØœvF×^yP%ÈÎ3ËÆ4·héìâòöôíòBÕG×Ü7gIëä~‚ ™£hý¿./ ñbÕ¸¥KûNïÌØ)-Ô: ª{bü3õO""Ù Uç(!"""Ù d'Ù‰ˆˆHv’@v""""Ù d'"""’d'"""’Pųó©ÿ¾­ÖP(e´{_MŸnœMé?®r¥÷¸WZ¶µoßc¢®£{Âp¯k;O^¾HQ¯¸[{ÂSötÏ8""Ù dg9Ïβ۽RÜ ‘÷¼ì¬mfŸ™¥gÿŸ0;G71?•˜&ÆIgê5]Ü­=áLrÆ‘ì(ëìÌLö? “¥­ƒÂÁîõ)§s >ûPÿvÖvvÖíúkþuA­™!{gèèâܪ‰õ´m×vÌÑ¥ƒSS‹ÖÓw„¨®Ðµƒs‹F–S|¯jÝ“`¯¶üÁÆÈCLLª].üxîqŸÙ™¬k š{•žpúÝ^®ŽNŽmlº¬>¥ùН¹ÍãÝÞ¯›XS¡PhþÅHý‡´òýv®®Nv–¶ÝVŸŽÒÜ”æly\š·&ߨÕÓ¦™­S»7>óÑlÍ}к ßµ³Dº5ñÚ‚:MÿñéHšs2¸£‹t }>;)¯¦vtZ÷Vÿiذ¡¼‡—Ü»t[Qðë—×ôèâî¯ÿ)whÆ æÍ­Ý(ò”•ÿ3^º§ÉN€ò™?vkÜkî!is=I|ýΡÞïÀ‚W¯Aõæ˜#½Î‹A|гêõGùÄC¬ÿÂZæ½ÿャ-…+¸Õ2ï©uOR#=ë4ùH ~~ë…ÿÛ|ØÉˆ¬Ô+µë8æèÞ‚æ^-ëd±èdÁ±'^õ¬ÝpˆfvjnDÿñªÝ]ÿa*o…KƒøÀMµ-FhnJs¶‹<.Í[¿µ«;lká‡Ýl¢¹ŸºöAm;Igë>kŸXøî¥oß}·\QÝH±æDÿôê?#ª÷ÍHD$;Êgvj~>µÊ'GßÒüäh]Ù™œUxù5[ùÏq5õr2ä…f9?ûLˆ2cp£FÁþ-ÿ}nd£Ž^z¶ ¹W j˜)cѨ©fEhnDÿñj¿»ŽÃŒ<²²oW';ñè&¦557¥õÓÀõ—ÖŽzüÑÞšû©k4·ãÑ»ÙÐÃaY©ÁÏ´ŒHÏ4ü9 ';5EÿQÛÎ<ÛºÖ×µ[äSn’K}—7Æ.[¿#:=Ó SV¾Ïxéž>D$;*`v†k¾(›™˜dr²õ‡A‘å ©OçF#Žî7o53;#Ê¢Ñàßß³îµõª!›•u«›^WfòcuªŸÖ­çx ù9FyÜùÙš«NÝP Â"#ÄãRÛáhÝÙYä>Èã„+ß›[uyÕ‹–C÷k>+JkNôŸµõÃöÿ·ŽU7ö‡ù”ËÉJ>¶ÇóËQ=ÌÛŽ-îî•Ã3^º§ÉN€ò™îÝ÷žwXdž\¯œëPoè–Âk¸>CêÚ«_‚ìm^kep\Á­¾£Ÿ0;­­­ÕvæÚ¶^u]Z¸Ì*ø˜ì¯[>ßý¹š;¢SŠ•g‹;X¼ºä裓;~ÉŠÐz¼¢n¥e7Bš×¬öKáŸø±ŸjäțҜídçÛºïn/¸¨¼u˜f·hÝ]{>²qöÏÖÜž¤¶ýϵ@•Në£è?#jëg§ÝüöÛ9á…M¨ï)—z!"EúÉI³ Š{ÊÊá/ÝÓ‡ˆd'@¹ý•¢qý:´¶±wTØœVÐ{©áú¹ZÙ9ØY¹öÓü•¢ß)V[º´ïôÎŒO’™ÉÿU·¿ú¶Åì·Î )hŒ3Ók>Û±¸ï f$œù²“¥ƒ½m›>c| ©­Çë;®w3+[Í_0Ñ?>³lLs‹–Î..oOß./TÝ”æl— ;“¯o±MS['××'­7­ö¼Ú1jÝ]{´¡Ûs­>Ñòs¶zŸªªÖGÑFô˜ž§\Nflïv …¢mkë± ÷”•Ã3^º§ÉN€ ý”JÝèóïö\u‰ÿž”ÀìŒhé¢óõ“žk5ùI6µºWÓÁ{C˜Ò *§‘ì$;ìÄ25éÆ"…£Â¾M+û½.Ç–l#i±ìZ[v§ÌbJ+žœ>D²“ì²ÉN ;‘ì ;‘섪–Þã^iÙÖ¾}‰¹OðÒ|ö4"""Ù d§~k›™Ægf=a=’ˆˆˆd'²©‡ú·³¶s°³n×_ú†ƒ;ºˆbT(}>;)¾mذ¡Ú]2“ýÆèdië p°{}Êi­É5àó4÷ÎÑÑŹUëiÛ®í˜5¢K§¦­§ïQ]¡kç,§ø^å¿<ˆˆHv’P¡³ó;‡zC¼Åà²× zs y£òÇn{Í=$c®'¹]Ù9Òë¼Ä-1«^”O€Çú/¬eÞ[^aô–ÀÂÜj™÷ä¿<ˆˆHv’P¡³Såó©oéÿ|jÕ»èþw-Ñ•ÉY…×ñ³•ÿWS_!'C^ˆˆˆHv’Pñ³3¼4²SËFÌLL¤OÕÉÉJ|ÂqGDD$;ÉN¨ Ù9סÞÐ-Abä3¤®½AÙÝ»7î=ï°4Ž K.r#½Ík­ .ø˜õ ßÑd'"""Ù UôWŠÂôsµ²s°³rí§ùÛ@ZÍLöׯCk{G…ýÀigŠÜHˆï«Æ-]ÚwzgÆÎ'ÌN…BÁ‚‘ì$;¡Òü%DDD$;ì$;ÉN²ÈNDDD$;ìDDDD²€ìDDDD²ÈNDDD$;ì$;ÉN²ÈNDDD$;ìDDDD²€ìDDD$;ÉN ;‘ì²ÉN²ÉN¨"Ù)6‚ˆˆXÖêzÊÌLOW¦¦Ua•©)bÄ4ädg‘P鳓é€2EWvŠâ  ôñöXʺÒÝm³§G€ŸŸHP²ªBvÞ¿±ŒÔšY™×CB6®_~óÁƒ«*÷ïß¿u󆘇àÀKbNÈN¨üÙyï.""b©5;Ó”©¾›½##ÂÂÇQ‘[½½’“ÈN¨ôÙyïn¾0-=kË¡ 7ý6ã¯U\1 b*Ä„H3ƒˆˆO¢ÖìT¦¦¬tw«Êïsª½ç)f#.6†ì„JŸwïæ ·ýtñè…°Ä´œ”Œ¼*®˜„£çöÿâ'ÍŒðìéýõ—ü->¡Ì'ç«”ºÞí\î¶”à”³EvB¥ÏÎüü;Â…›~‹Wf%¥ç PL…˜if„ÒK³ü->¡Ì'ç«”ú³óo(DÌF\L4Ù •>;ïܹ-œ¿ñ×DeÊŠ ‘fF(½4ËßâÊ|r.°JIv’@vþ_vÞΊÊJPf ƒ/ëØ¦µ­½ÂÆÚæíï.H 5511ÑuSéê1a@Ë6övöŠ“±éâ«Ú£>ez=nAvÎŒðÑKóãoeÅnÔ³ý^þv±¢žX¢¹š¿þú«b­_âMwÇJQŸñÿiicßáÅOÊÿ|VúÓaø¹@,EÉN²ÈN9;oçå Eeŧd »=WËýlLÁ8)ùèñhi¡¦âuS×M¥km3Ók ºýÉwã‹)_}öå4ÍåbB¤™J/Íò·²âÑÇ4©{&9CŒ³RÎÕo2F,Ñ\MÅ]¿Ä›*Å*®â &fç¨.)·óYéO‡áç±-ŸÙ¹áЕ.úv·U|c²À8Ù™—›#•—œ!4¯n¶7,IËFE^Ý·c«¶övv¶}>=!–ˆ×MŸ¯†wlçÜÌÂr’g°´ZDø‰!/ºÚ+Vm:/9.-”ÖlçäÜ¢±õd¯+Ó‡uhçÔ¸aëO7_Õs/Éí]ÄÝíì$ÅXÞ¦øºéµ®Ò­ö W=¾jÂ@''Gµ#’ü|Êt“B>ûbªÚMbB¤™J/Íò·²âŽî]º­¼$Æ—×öèâ –È7©®& ÏÔ¼¹•£“¢ÛÛÄ·;úu7) G§vj›Ý7ûÝN®.­šXOÛ²cÖˆ.œ›Z´ž¾3TZ!hÕûíÚ¹:9ØYÙv[}&ZsSY)þãt²´uP8ؽ>õ´¼Í®\Z4²œ²íšÚ(#õoomç`צ}ÿŸ"STwCí.‰§ßëåêè䨯¦Ëê³ÑEngpGiÇú~vòéΧÚhîjù9šÔz—‹sÛÙ~ø»tkRÈ‚:MÇ–â¹@,Eõd§È­¿ž?ôÝu*âÀ¹¨Å;/wçó×Ó†ì„*’ÒXTVLbºÐãÝ«ÿ»iÏæ/ð ‰K“þйQ÷Yû¥qp@œø*^¿†môƒ«g—Özþ%é¦yí-fÿzS B.nüwƒÁÒB±æÐµg ×\dV½þ;.Šñ•“ók=ßKϽdÅÝ5Çš=þÆšójÛ”üìËiâÖçÍÍ…bðéçSUo"O”ôÒ¬9â^‰'ê6ý@ŒÇ7«{21M,‘oR]M˜W3½”’.©Éš«©®?Òë¼Ä-36Ê'@ŒcýÖ2ïýèÜ —ñ›j[ŒÐÜÔÝ÷š{HÇ\O’n½%°p›nµÌ{ª=âwõ†xÜzÙkP=‡9ò5ﲬ“Å¢“Ϯīžµ1p;j«>5ÄÀ]}*§C×Õî’‘t¶î³ö‰™¨çÛ·Eß-WJñ\ –¢å3;;ŒÛºûtÄLÏ ó·]rãEv9;£Ó%ýÿøiѼ™ÿQÔkÚ{©´¤^u³óÑ©ò Ñ…9ŸV8N51©&-¬_ÃÌÖÞA²Eõ5’þ9Öw/ÕÒkô M~4q²øvòçSå ÌNñužmÝ ëëÚÎU}YךI“\껼1vÙúÑé™ú;'9«ðÃy³•ÿW“Vˆ<²²oW';…BabZSsSõ«›…¥ehßfN†¼Õõ# w);ý–ius=wiPÃLñ‹FM ÜŽáÙY¶ó©r îêS9º6¨yÞ͆ËJ ¶x¦eÄãI(•sXé³³ÝØÍ>¿ßødÅɯ7žsµ‰ì0Nv¦§)…¢²nD%©vδZi\·ºÙÉñª·Š×/ÍñóÕMO„Å«mGëšEÞKÿ]4†<ºì¤O¿Ë'NþBÏB1!ÒÌ¥—fù[Y±¾øzu×ëÏX>3pW°¼Dhfb¢,¤¥FË ÓRcݾá³w»?ßf´ê´nVϸSšîǯ‰2)T^¨º¦HŽ«‰É†lS^?,)EÚ H=w1¯nz%!YsŸ ÜNù™Owõ©œŽ"7(£/}û¼ÕÔ‹Ë{X¾½«tÏb)ª';ÅÓïÁSÂeŒ×†Ã×F-ø}ÒòŽï®ð´!;¡Šd§ø·/•™(\êsüzáàÂO j>×CZøm§F]¿Ú%/ž‹_Åë—ô­êx†KÃç’Æ¿í=£vk±î¥ÿ.ò@ôðé°x]Væ„O>׿\Lˆ43Bé¥YþVVl\|MM¸6kÖÌÄdy‰°çóµ~ô?ï÷-L;+É1gÌj4Vm’¬u³zÆÍjV;x£`S¿/~M^¨º©¥]õœ³W‡_‰Ñ³MÉÙöõÞöò+Ø[ÏAuífêyèùí¾²àiì÷ëùân§ü̧Ö]-'§CëuÝeD£gÚÕ©¹:$ºtÏb)ZN²s;Ëÿçãú¾·ËOçѽ&úþ¸ûò›3Žž¤ÓûöזּºÊvÈJû¡+Ü·#;ì,£ìT¦¦Ee…F$‡½Úµ••­M«¶]gï’^¹vbø+®-¬mmlmÿ3éˆXRp¹¼ð&Õqpð‘A/*Z¶±mcmÕsص[‹u/ýw‘Ëß{©ñ mmì] yôb)&Dš¡ôÒ,++6®kI ÷g–Z8µë0dÚViajÒ­ž®ö‚6/Xž÷‹´š×ØžM-Û:(\tmVëøøÂ‘Í¶ptv~ëKy¡ê¦’¢O¿ÿZ»VmmìmûqLÏ6%cCvõq±´µ³±tymoH´ž‡NŒ<6¢—ck[;;ëWGn*îvÊÏ|jÝÕrr:´nP×]üVwy¶åÍÉ|ÂsXŠ–“ìlÿ÷ÜÍo.Úæ?«ÿ¸Å¿÷þtW¿©û¾Ùtî{Ÿ‹ó|.Ц®=i3Èì²³Œ²35%Y(*+$<eÅ„H3#”^šåoñ e>KÑ_jòæ¶Kœ ,Ï–“ìtå1cãÙî¶wýx{—¶uúpk‡q[;Ž÷íô¡o綉…Ý&ìè6açë_´¸„ì²³Œ²3%9I(*ëÚÍX”"ÍŒPzi–¿Å'”ù,coì´³y¡u—÷c9X®Õ“÷ïß3Ú‡%9ÚØgê>Q•gøß‡^›²¿ÇäÝ}¦x뛟ÍþY8xÎ/g²¸ÈøŸåDvBÉÎä¤DáÂM¿…F] ‹A¡˜ 1!ÒÌ¥—fù[|B™OÎV)õdç½{÷nßÎ3ŽnÛÎ:ŽXûøg8W¸¾»î[Ÿ€W§|gÞïNהּ¸ÄòõE­,´z}áb¯ãFÛ+Y²ªTvnÞvÿÑKA¡‘W¢«¸bö½äsð,/ͤ籌³ón^^®qÌÍÍÉÉÉ–mó–Û²=WÎ>2jɉ֯/R½I¬i´½’%;¡ŠdgRb‚0<"Êcïé…›~›¿ñ×*®˜Ͻ§#"£¥™ADÄ'QOvÞ½›/Ïfggeff(•©))ÉÉÉIB«ÿ.]q0ôíù'Æ­8ûBÿÒBq«XG¬)Ö7ÎŽÉ’PE²31!±ŒÔ“ùùùªo3–¢$EUFGG…‡ßºyóÆõë¡­__´æ—[ï¹´.@d§X"–‹[Å:bM±¾qvL–ì„*’ ñqˆˆˆe¤Þ켓e32Ò“’£¢"oÜ ¹t)Àòõ…?ûÜ3èã5~b,–ˆåâV±ŽXS¬oœ“%;¡*dçN_DDIJSOvÞ¹s'++Ófff¤¥)EOÆÇÇEGG]¹:{+3Ãl#>}õdg^^®è=’P²sÆæ«XÑ]} äÄ…Ÿ­»ÌŸ?}Ê羟¿ÖsçÎ߯-ÚÉü0ÛˆOY}Ù™›+(ÍÙ •>;¿ö¾¢fäÛš ±Üºjȧ¾Ÿ;wýºµ‘‘÷ ‰Œ_·vÍwßÎ=â¹âÐMf‰ÙF|ŠjÍNejÊJw·ä¤DùJwUṼ˜Øè(²*wvN÷ –Ý{3ã·Sá";WLº|3Aõ&,ŸÎÚ|âBè‚ùóÿ8~Ló™süø±…‹–œ Iås…¹b¶Ÿ–ºÞíÜâírU4††^Ûæ³9.6†ì„ÊÓ<ƒTõ¾’+6}5Jm9–O7¾ê»c¿··—8k÷ïßß³g¢¯¿þ:??_,ôòôØûó›qBKy¶µÂl#jUkvfef\ Ú¸~íÕ+Á‰ )ÉIUSqìb<6¬ ¾¨LI&;¡rgçT˲»ÃÒ;y3âöí•'/…ũބåÓC„,\° :*R<vïÞýé§Ÿ6}Œ(O±0*2réÒ‚·à˜«Òm­0ÛˆZÕš¹ÙYiÊTÿ‹|¼=Vº»-w[Z5Ǿu³W€ß…„¸8­¯Ôd'T¦ìœ²é²š";5bùôعÐéS>¿ÿ¾x28;;7UA|+Þ»wïËÏ>‰JÎc®Jw¶µÂl#jU{vš™‘ž”˜]-8ðØ‚¿*:œì„JŸ“×`ÅõçS!†dgœò6sUº³­';™mD5õd')Ù •);?Yã×­¿ÿðã˾_ýµjvJÙ###Ü–- ¼•Î\•îlk…ÙFÔþo‡ì$;ì,ÌÎI«ý°âºdûåµ^{<½<Å“!??_¤¦Ú¯yzl:vòì¶QÌUéζV˜mD­’d'RvN\u+®“W_ðù9ø»y??¦åOú;ö»Û²eq©y_®`®˜mħ%ÙIvÙ)eç„•°B;ËÃïЙßÿÚի#ÂoIÀ\ Ö®^µxјĴ5‡Ã˜%fñ)Jv’@vJÙùñŠóXÑý~[ð±ÀxßÝ?/^²dúÔ/¾šúŲeKùíhtrÎêC×™fñéJv’@vJÙùáòóX œ´úâšÃ7Ž%…Æd…'äøßHÛr,âÓµ~Ì ³øÔÕ÷”2ÓÓ«öG±+SSÄ ˆiÈá(AÈÎñîçËN]Ù)Š380ÐÇÛ£Êþ­xéÏÅoöôðó JvB¥ÏÎq?žEDD,;u}8æõë׆‡ß|ðàÁêÊýû÷oݼ!æ!8𒘲*wv2½P¦hÍÎ4eªïfïȈð‡ððaTdÄVo¯ä¤²ÈN€ÒÍNejÊJw·ªü>§Ú{žb6âbcÈN ;J7;Ó”©ËÝ–œ2b6b££ÈN ;Ê(;ÿÖÁùPå²Ý×G/ºÐå“#?92ráù%»®Ÿ½–úw%EÌF\L4Ù d'€Ñ²3+÷Þç«ýzOþmâ·ó—ßX¿)ÖÃ+f½wÌk®¿5ãÄÄåÒ²óÉN²ÈN€'ÉNÿë)Ý&ìõÕÉù ƒßæîÜid+ÛW-º¾ô¿IS·þúkê’!]'8{5‰ì$;ì(Yvfæäw¿ãÓ™çÆ~¸Ë¦ó¨—OþbÖÒ…ËV/r[=ù«½ßüHÑuÄ–í!;÷Æw·K™u‡ì$;ì0$;Ený¥ÂÄ¥GrxìÇ{Ûöxê쥇:uêÔÕ+Á ±11'Nœ˜6{qÛNo/[~ᛥüðë_•²ÈNãdçÙฎ#=?›rܾç„óÜO:“••%ÒëáÇùùùÁÁÁs¯U¼8ÚÓ+ªïÇ»ŽD“d'ÅÊÎ…Þ§|°½ï°UýF|qêÔ©ˆˆð4¥òv^ÞÝ»wƒ×/[½/55Eæ½{÷¤73wç}Ñ™k7ï}yÐ̱~mœ»!WÀÕ²³a 3§Ç4jÜLsåÄSëtwµsp+˜˜Ö,nv~Ö®A»AãWzHοOvÙIv@yÈN’wîÜ–œ½|ÏKƒÜ¿{pÌÇëcb¢²³3ss³oçåÞ¾'ÌËËÍËËÉÉÉNJLøß”%ý†.ð®ÇÔÅ;ä»k*RP§ÞZVÛb¸4®[ÝôffŽž•»<[s͹1ÈËŽ–—›™˜änç¥Ê 5…+¤ý±ó”Ñ/šÛüOÏî©IvÙ PvÙyïÞ=©*…GN9ôŸ5êƒ_‡úuõ¦ßSSRÄj¢3sssDŠ ##mçÁ£ÝßúrìøÃ.¯Ï=tÌ_¾»¦"¥AVRð‡íê\}YúvIG‹W——ÆWN\V[Yؼfµ_cÓÄà”{yyoóZ«®%Üeûy¡7;¾w{…ƒBÑÖÒzì¢?¤[ÅnèÈ’@v”]vÞ½›_øfæ#ã“íúÝÿíM#F|oì‘O¦ïòÚqÒïrÈ¥àÐmþøä›u=5ðõ¯õ²íóe¿¾¯}1y‚êÝ+´d'e—ùùù9…WÒeœ ²í÷U÷7–¾óÞÁ7†ï|kÔæ¾#Vô:ïåw¾eТ·ßÙÒuÀ’–=?}cÈ»^kÝz¿Øy¹Ûµ-TPÉN ;Ê2;ïdgg©›0üóUöýfv°øÕ·Ö¾9tË›C}Ä@g›W¦·êòÞK†÷ysø£†¬[±°½³bÏ®íYY™šÛ©X’@v”]vÞ¹sG£¦™™û¿øÅü-/šÿÂË_¶êýÅK#¾ÿhÖúu[-ÿq™uëV]_ìùÒú~8fز…sìÛZ;z$-M©uSE²ÈN€²ÌÎÛY™jff¤‹—9ejJB|\tTäõÐË—/^¸pêä‰ßùéð¡eK–X[¶R8ØwîÒeÂÿÞûnÖ{K¿‹š›ª@’@v”avÞΑ©¦x·&%&ÄDGÝ»tY4çÉüöë/öïß¾ÍwõêU_|ñ¹][k«Z¸:ÙMúpô€×z÷ílÍMU ÉN ;Ê.;oçåi¾À¥§)•©)";cc¢oݼríê¥ÿ³gN;vô—ŸÚ¿ߎíÛ7nذpÁüž/vå©°kcÙªùO‡hnªIvÙ PvÙ™——+"SSq«(ϔ䤄xÑbÑá·n††„\  ¼àïïïç'ƒ Ë>›½Æ}0fÿÞ=©)ÉZ7UQ$;ì(ÃìÌÍ”fƒì² Ô³S™š²ÒÝ-9)Q P̃˜Øè(²ÈN€ÒÍÎ4eêo¯Ð«¢¹04ôÚ6ŸÍq±1d'¥›Y™Wƒƒ6®_{õJpbBBJrRÕT»˜ ë‚/*S’ÉN ;J7;s³³Ò”©þ/øx{¬tw[î¶´j*Ž}ëf¯¿ qqZ_©ÉN ;ž(; ÍÌHOJLˆ‹‰ŽŠ‹‰®‚xlLJr’èp²ÈN€2ÊN,R²ÈN²“첓첓ì ;€ìD²ÈN²“첓첓ì$;ì ;ÉN ;ÉN ;ÉN²ÈN$;ì ;ÉN ;ÉN ;ÉN²ÈN ;©G²ÈN²žbvff¦§+SÓª°ÊÔ1br²³ÈN ;Ê";Eqúx{,w[Ze]éî¶ÙÓ#ÀÏO$(Ù d'@©ggVfÆõë׆‡ß|ðàÁêÊýû÷oݼ!æ!8𒘲ÈN€ÒÍÎ4eªïfïȈð‡ððaTdÄVo¯ä¤²ÈN€ÒÍNejÊJw·ªü>§Ú{žb6âbcÈN ;J7;Ó”©ËÝ–œ2b6b££ÈN ;Ê(;ÿ†BÄlÄÅD“@vd'd'd'Ù d'd'Ù d'Ù O1;Ený…@vd'd'd'Ù d'€þì¹õ !;ì¨Ù¹fßåŽÿóq}ßÛeŒ§óh§‘›ßÛèøîzňuÃ×Ú¿³Únè*Û!+퇮pßvŽì„*žöî¼›G@vNû¼çxž_èë¿`«ÿü-~ßûøÍó¹8×û·ÞÄò9ç¾ñ87sãÙOWüa3Èì„*ž"5¥ì”d'†ã<ÊcúºÓÝ'lïòñ¶ÎùvúpkÇñ[;}è+Æ?Ú&v°½ë„½>Ým5p Ù U<;¹È•,;ïß¿wçÎmãèÓ ¾¾6õàË_쵸Èh{%KvB¹ÊN.²@%ËÎ{÷îݾgݶu!ÿ ç ›ÁËÛroó–›õ›Ë¬þ»ÔràË×µ°Ðêõ…‹½Žm¯dÉN(WÙÉEv¨tÙy7//×8æææääd¢XÓh{%KvB¹ÊN.²@%ËλwóEãÁìì¬ÌÌ ¥25%%Y˜œœ¤©t“XG¬)Ö7ÎŽÉ’P®²“‹ìPɲ3??ßÀw ŸPQ’",£££ÂÃoݺuS—âV±ŽXS¬oœ“%;¡\e'Ù Òeçìì,#˜‘‘ž””yóæ°°ëº·ŠuÄšb}ãì˜,Ù å*;¹È•,;ïܹ“••i333ÒÒ”¢'âãããt)nëˆ5ÅúÆÙ1Y²ÊUvr‘*]vÞÎg33Ò5ßÃѪXÓh{%KvB¹ÊN.²@eËÎÛy¢ñPHvB¹ÊN.²@%ËÎÛyy¾Yé%;¡\e'Ù ’eg^^nzš…d'”«ìä";T¶ìÌÍ”fƒì„ò“\d€J“ÊÔ”•înÉI‰b€bÄlÄFG‘PN²“‹ìPi²3M™ºÅÛ+4äªh. ½¶Ígs\l Ù å$;¹È•&;³23®m\¿öê•àÄ„„”䤪©8v1Ö_T¦$“PN²“‹ìPi²37;+M™êñ‚·ÇJw·ånK«¦âØ·nö ð»§õ•šì„§’\d€Ê“…ff¤'%&ÄÅÆÄFGÅÅDWA <6&%9It8Ù å';¹È•,;±HÉNx*ÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ì ;ÉN ;ÉN ;ÉN²ÈN$;ì ;ÉN ;ÉN ;ÉN²ÈN²“첓첓ì ;€ìD²ÈN²“첓첓ì ;€ìD²ÈN²“첓첓ì$;ì ;ÉN ;ÉN ;ÉN²ÈN$;ì ;ÉN ;ÉN ;ÉN²ÈN ;©G²ÈN²ÈN²€ì²“ì$;ì ;ÉN ;ÉN ;ÉN²ÈN$;ì ;ÉN ;ÉN ;ÉN²ÈN²“첓첓ì ;€ìD²ÈN²“첓첓ì$;ì²ÉN ;™^ ;ÉN²ÈN²“ì²€ì$;ì$;€ì$;ÈN ;‘ì²€ì$;ì$;€ì$;ÉN ;ÈN²ÈN²ÈN²€ì²ÉN ;ÈN²ÈN²ÈN²“ì²ÈN$;ì ;ÉN²ÈN²“ì²€ì$;ì$;€ì$;ÈN ;‘ì²€ì$;ì$;€ì$;ÉN ;ÈN²ÈN²ÈN²€ì²ÉN ;ÈN²ÈN²ÈN²“§@v"Ù d'ÙIv@v’d'd'Ù d'Ù d'Ù @vÙ‰d'd'Ù d'Ù d'ÙIvÙ @v’@v’@v’d'HvÙ @v’@v’@v’d'HvÙ @v’@v’@v’d'd'Ù d'Ù d'Ù @vÙ‰d'd'Ù d'Ù d'ÙIvÙ @v’@v’@v’d'HvÙ @v’@v’@v’d'HvÙ @v’@v’@v’d'd'Ù d'Ù d'Ù @vÙ‰d'd'Ù d'Ù d'ÙIvÙ @v’@v’@v’d'HvÙ @v’@v’@v’d'HvÙ @v’@v’@v’d'd'Ù d'Ù d'Ù @vÙ‰d'd'Ù d'Ù d'ÙIvÙ d'õHvÙIvÙIv@v’d'd'Ù d'Ù d'Ù @vÙ‰d'd'Ù d'Ù d'ÙIvÙ @v’@v’@v’d'HvÙ @v’@v’@v’d'@v"Ù d'Ó d'Ù @vÙIv’@vd'd'd'Ù d'’@vd'd'd'Ù d'ÙIvÙIvÙIv@v"Ù d'ÙIvÙIvÙIv’@vÙ‰d'd'Ù @vÙIv’@vd'd'd'Ù d'’@vd'd'd'Ù d'ÙIvÙIvÙIv@v"Ù d'ÙIvÙIvÙIvò”²ÈN$;ì ;ÉN²ÈN²“ì²€ì$;ì$;€ì$;ÈN ;‘ì²€ì$;ì$;€ì$;ÉN ;ÈN²ÈN²ÈN²€ì²ÉN ;ÈN²ÈN²ÈN²€ì²ÉN ;ÈN²ÈN²ÈN²“ì²€ì$;ì$;€ì$;ÈN ;‘ì²€ì$;ì$;€ì$;ÉN ;ÈN²ÈN²ÈN²€ì²ÉN ;ÈN²ÈN²ÈN²€ì²ÉN ;ÈN²ÈN²ÈN²“ì²€ì$;ì$;€ì$;ÈN ;‘ì²€ì$;ì$;€ì$;ÉN ;ÈN²ÈN²ÈN²€ì²ÉN ;ÈN²ÈN²ÈN²€ì²ÉN ;ÈN²ÈN²ÈN²“ì²€ì$;ì$;€ì$;ÈN ;‘ì²€ì$;ì$;€ì$;ÉN ;€ì¤ÉN ;ÉN ;ÉN²ÈN²“ì²€ì$;ì$;€ì¬šÙ‰ø„’@v’Ef'bYXZÙ‰ˆˆXÖRd'’ˆˆˆHv"’ˆˆˆdgq³3ðRÀ’…óç?·HGÍöÅŠh ~\ÓçÃ’EóÅ“‡ìDDD$; ÉÎkW¯¬\þãÉ?þÈÏÏÿ[/"3¤a…Sdçå¿â*N·þçC^^Þ±#¿‰'x ‘ˆˆˆUÐ?ÿ¼_¬ìÜ´aýÍ7þúë¯?‹BtÈ>?¥Ï©d¬@ŠS&²óÚ• â*N·!ÏŠ›aaâ)T¬ìôñܘ’”È?UDDÄ íí¼Üüü;âeÝðì\8ÿûüüü{ :dϥ׉$¬@ŠS&²ózÈÕâ*N÷ƒŠ|VÜÎËO¡beç¡ý{cc¢Ä5/—³ˆˆˆ³9oçÝ¿/:*B¼¬ž¢.þ¼ÿn~¾ªùwî\8{::2Bu¡Xs×ùã X§¬ÄÙ©úÄØ¾}û˜1cîܾ­öT‘žÅÊΨˆ[»wøŠ'êÝ»ùü‰ˆˆˆË?ÿ…p'*âæî[ÅËz±²óþ½{"'doçå;sê·ŸÔ§Êr±æŽ³ÉŽÆWûŽ_¢kPi§¬ÄÙ©úĈ‹svv9rd^n®ê³Bzb+;…7ÃBíÛí㹑¿´ˆˆX/ââ¥üVX¨®×z]Ùyïî]Ñ’¹99çNŸüéÀÞÂk ¹ªŠ5·IZw$®Ò("S× Ò(NY‰³Sõ‰!Œ‰±´´ùÞ{9ÙÙjOŒâf'"""VnueçÝü|y°«;}}‚òDOüóîbMï?âÝGUEdêTÅ)+qvª>1$'Nœ`bb²níµ'Ù‰ˆˆˆ†d§Ì4eª¤25åüÙÓ?Ü—’’$/”kz‹s;Yi‘©kPi§¬ÄÙ©úÄÞºyã…V­†žš’¬öÄ ;Ñì7‰MIN:_ø³‰ qªËÅš›ŽÆ-ÙQi‘©kPi§¬ÄÙ©úĸvÝÑÑqø°aÉI‰ªÏ é‰Av"""¢!Ù™%ZBÕ¤ÄQžÑQ‘ª ÅšŽÄ,Ú{ +┕8;UŸ›6Ž><1!^í©"=1ÈNDDD”ÍÉÎÒõw;ããb’â5MW*U¿u±î×èù»obRœ²’ggV¦Ö'†ª ±1Zÿn§ïfÏü;wøw‡ˆˆXÍÌHOˆ1 ù)EÁ—âb‹TtÈš_¢¾ßy+┕8;³22Š|Vˆ'ÖO)úéà¾×CSS’E»ò¯±ê¼Ï™‘‘ž˜qëÆO÷kýLöƒû÷F†ßŠ‹‰Ö£èÕ¿Da…³ÄÙ™‘ž®çù ž0âi£ë3Ù#Ãoîݹ]l'>.&!>«ˆ‰ñ±7o„îÛµ]Ä€Zv /,Y4_dF‘Š€ÁŠh þ ¬!Ïñ´ ÐlNÉ×CØç»Ùs«·"""VÅK¿€›×C¤PÍγ§O """b%P×{AOQÕìü *å<;±²úÔß;%;«‚Oý½S²¹ÈŽˆˆˆˆd'""""b©d§2Áÿݶ¶ö¶¶=F&¤÷¾rnº'"^sybøŽ&Î_é¹ãŒA¯X5~ÎÄÄäI}êÔ)òØÁÁ¡Âí¿š[&ökÕÆNÈ…ødùpŠ|ˆB9Wõä2ÏOx. ¿{éžtDDÄŠ’û‡[v™wT ŽÍël=b¿‘÷-&pn£NËuÝêÖÞâûËQºnýyÏ¡Àë1FK…rµÿÉÉ©Z—?cf‘’Z¬c|’C(Ö¾•XÕ kãªNv""">õììý|­Q bµ¿–ùËš¯»fïàìÔ²±Õ—[‚¶~=¬s{Ç&­§ø?Ê€˜?†¿ä¢pT´iÛyʼn›ª÷êÒÞ©y£ÖŸû\ÖÓ{ú·|ó—GÖ~ßô7›5³T8:t´GZzh`«×w—ìÜß}´«‹‹£½­¥M—<Ú±Ô¸sôëØÚÆÞÁÞ¶ÿléÓEÜÝÁÁAá誺©„°}ý\­lím­]ûî‹ÓsPe·ÿb¹Ç„¾.жÍlzî ‰•nœ4ÐÕYÑw…ŸæN¾ÕÁY: yËò@ëÉ*Á!h[Õ}Óú@²jgA×sCuƒEn\óìh=¹gæ¸ÚüïçG½ô}&c´ž ­O­G²ã%›¦mûOòÔ?ÏZ×DDD¬RÙùŒ™i‚²p¬Œ35{F3~ÞÝxZ ¢ýšU¯ÿž×1Žiq5V×^Ͷ¯7xSÁþûm|³žý,=Uvû/–ö(x8ÿMoÕ³Ÿ-/|{Ã9ý;©µßôœ¬‚Ö¹UÝ7­$kàYPÝ`‘7ð)—{Ò¼Ž]LªRŒ}^kÞÇû’Ös¡unµõœÇk^Üð¦þyÖº&"""Ù©úB§,xÎHKü縚´BƒfòÛkš¨ß+=E^SkZÔ13´fÚçúÎÇ,^ã{ëñ…ÔteŒiµ:%˶?»÷éâØÖÖ¾à}?ÓšÒÂúÕÍ®%¥yV¬v£pÒ’CM«›ë9¨²Û±üñ>\Á//ŒHQêßI=Ù©õd•à´Î­ê¾i} YÏ‚ê‹Ü¸áO¹ ½š9pM™`ñL‹°^²×ÿÐõŒ’×Ô?ÏZ×DDDä"{‘?'Í«›^ML1ä^f&&iKF5;ׂX÷ÛŽŸ½×ýù6cž<Û:Õ©¹üxˆ”mª9QÌì¼®¿èÊnÿue§j¼¸“úOV Aëܪ>´ÖÒ“ZŸºž{†?å´.Œ üîy«i~Ë{X¾½[×F´Î­®g”¼¦þyÖº&""b%p§¯Ïý{÷ ÉÎ}C-»|Lú•"«aûŠ› Ú[¼²ðWip䢞5{>_ËýRÁ/§øŒT½È¾OºÂ›–p&,^úÁ?³ 4¯ðZ[Y+ÛšÕ¬vèVÁ.í#¯³¬[£žß=úµ©ÈkqR „&¥ªmjŽ}½!Þþ»ê5¸®Ý,ý?$PFû/–}´o׳Ÿ£¹²á;©ÿd~úçVõ¡µ>¬æYÐúÜÐõÜ3ü)§õä ßmôL»:5×\Õu.´Î­Ö£þÖ¾žtšü=éŸg­k"""VEs˜©ñ‡u·±µ·µé>Ì¿ðçúŠ•)1¼ÛÛÑÒÖÞÎÆúµQžzÖ öùܪQ çv‡Nß&/ÜÕ·Å?¼ƒ”žÙÓÕÁÞÁ¡Mk«1?üöè÷Y~úo«» Cèì¿êöUÛ·ÕÛ6nÜXlJ|mÛy•Ú­'jfÑÒÉÙyÐÔ­òÃü2KŸö/´µS8Ø ˜RðË,>ôjje£þ+E×÷ôuÇdkåÒGõWŠ4ªìö_þ•¢&m_Tý•"yÃwRÿÉ2ðŠœ[Õ‡Öú@ÿø•¢ž­Ï ]Ï=ßrZOnA ®íòlˉzþ@ëÜj=ê‚_jÛÄÆÑe€Ê/ iÝC­k"""V©‹ìO×è€9ÜuÝêÞÁâ‡Â¿Þsëôð—–_¬Rûo´21ð*“+z6ykg0ÿe@DD,•kë†_dêNun¢ýo•Gìlâ<½üÏyí¿1ß«è§Àp“"÷ÚÛ¶¶ìöA¢’ÿ\ ""–εuÃ/²#""""Vú‹ìˆˆˆˆX¡¯­W ‹ìˆˆˆˆXq¯­s‘¹ÈŽˆˆˆˆ•ãÚ:ÙÑ×ֹȎˆˆˆˆ\dGDDDD²±ÄÙy5ø2""""bÙ)²±¬ýÿØb endstream endobj 504 0 obj << /Type /XObject /Subtype /Image /Width 893 /Height 587 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 1040 /Filter /FlateDecode >> stream xÚíÁ  þŸ®Úç¼"6ê endstream endobj 500 0 obj << /D [498 0 R /XYZ 56.693 815.761 null] >> endobj 47 0 obj << /D [498 0 R /XYZ 56.693 637.924 null] >> endobj 501 0 obj << /D [498 0 R /XYZ 56.693 610.989 null] >> endobj 375 0 obj << /D [498 0 R /XYZ 56.693 174.3 null] >> endobj 502 0 obj << /D [498 0 R /XYZ 56.693 154.429 null] >> endobj 497 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F64 307 0 R /F74 436 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im10 464 0 R /Im13 496 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 508 0 obj << /Length 1924 /Filter /FlateDecode >> stream xÚµXYsÛ6~÷¯`ߤŽã @²oö8ɤ™ÖIã¶3ó@Y„ˆ¢\qG¿¾‹‹%Êvz¼HÀX,öü8ZE8zsvu{vñšã(C™ "º]F‚"‘D)É‹Óèv}š\ɲmö²Zçåb>¥xÒÞ¯§3ÊñdyÇ’¸²ãE^O?ßþlg„ Œs»ùç¼mTÑÖ³ËM£v¥,ǽ›2>Ù•wÓU[åzaý(«Í^¶+½d$Q 2 ¦eŒŠ€‹ÙMH¤“ ûs½åìÕíÙŸgÖàˆD\ ‘±(ɘF÷Û³OŸq´€o г4z4+·'Q&`\DÏ>œá“šò<ã ,¬(¯§„Oò¢¨­N¶ª\Ⱥ‘¥›KUÚÁ«BneÙ8ÍI§Â˶~œ<É×…%”ê~íSé—k=•JVÀØ’®äB•«¶\y‚¬ŒiŠ¢9÷Ö)ݧGU-ìèíºr,­mŽÏ†{©V ꌖ Œ1{×ß§)dØbá™Á¨cãekv¦‘¦qê,~ü=Ó€\ÙmÚ—ÌÀ9F#µ^ÿj@g–aÂMxDá—0v)£Ñ,øf¬E(s°ŽÚn;SµQN¼º€n¸n¼PîŠy»´ƒ÷k¹Í›ÜqËk°Š›ÛùÐ,ý¾Äp2ÂΑ tù¦ie¡EŒì©WrJùÄJn¶‰1š¾ôúëÂ: 0»™‘›F‹ÇƼ†±–llVV…%Ϊ@ï¬ ÔE¾2Yy¶ÎÌ” +6vŽÇí÷v6ŒjËंp}±™·›ª©í;kz-¢OUúX%ÃËÚ4f%–ÚéÛÊNžú¾È›ý:׺·„;š0+]ÆÍ(Â…3‚’ØEò÷#·?IÒ(Xe…[Ö¦ÌÊîœõ£´ù¶»¥Þàî ŸÚÆ%ØQq@+qò-&: :I‰ˆôdÏ9úÍ·$“Ë¢X"UåH€Ö(µ-? ‚É(™ Œ!â©ðÉí»‘ô™—$"È‘P‹"¨#XwXyíÛG5ëâ03<÷¤Kˆ ƒS3œ¢„Ò%Ò%ïÓ%͸K“”ÑAÂ%¸Œyx`—Aýq³à> endobj 505 0 obj << /Type /XObject /Subtype /Image /Width 394 /Height 310 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 13108 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 394 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚíÝw|ÕÞðßÌζ´MïH ôÐQÄFQPá Òôª\Á{õEÅ.ŠŠ¢¢¢RTPE@º@h!Ò{6e³efÎûdže I=„çûÉG'g眙9»ûpfvr–³X,Œ1I’dY–.#Ë2»ˆn(î"žç—¬Ù$I’øO—'ºnF<Ùg“`Ï–M;Ó^]ŽŽ€[éƒÆ‚ T*•J¥uTÄUUUY#Él6›Íæioý¨ñŠœ4º7: n¥¯þËX˜òÞ¬aª‹¸òòrk0™L¦ioý8}Êd"Ê-1‘X­ÏúãóÊ”²h-fY4k½Bý<íÕ] p·)ÖDIn`AÁ{讹–§‹†ˆ¾üzÙÛÓk4µZÍ•––šL&“É4õ5Ó§LÎ.ª""ÑT•óç’Â}+zdž÷é¬uqWªÔ ŽË.*_µþÏâjõ¯ï4îA¢hæ9žWxæš}6•”W%ú½uÚtèîâhŸP×P«°¬j￾=}°V«lž4^‘D$3FD‡ßèݯ{ôì&ºiÄŒ¬Ââ‚âÖá,ºM›×»Å>x`Ñ{Ã,&ŸM>Ѿw¯‘Sðä4c¥åÕEe•ɇÿ8ìþÈ ·:×IÉ,ýý·uQ‘›‹öšk‘Æ+Òd2) .??¿ººúÉ—¿÷ø´*£ÅúðÑWc?|u¦o$&ɼ*)Ë(—œsµdL+>,®Ê?îlzæ'Ÿ|Ögêë«úµý€ÇƒÂcñ6L¬ÎÚq0‹ˆœ‚cz„9^¾Âöû‰hP¿î ”×·Nsu·o“UPZyh׿¾ƒFí?t´ÕZ´l•|ø.}‡{»9Ù×òuwúeën"ºoÈ¥ëB¶’㩹öµˆ(¯¸âàö5oÿ{tÍ'wÖRÛÝ*G]µ$8y¶ ѤÔ>ç·MÚá•›[\|öÐá-Û>ùjßøÁå™DœÑPÛ®”MÙÒ\Ö¿3†ˆÎý¾í¥ä€¡ÿH¨„]¬Žš³&¾o·:ˉ¨Îuš«úún=žãˆÈ×݉ˆ;·Îuf-ØàíîœLÄsœ5lµ~ÙºÛZkÖ‚ ÷ êED¿nßc+éÞ%Ö¾–Åb¬wcZ—/>ìÞÿÄ©Ó#»‘ÅÀR·ªôgµJá\N…ÎQ•–]a•yÇw͉|gåî èQ-bzˈ§†ÏÛÓò[oOD™öˆ©ú=Q ‰âˆ$³þø‰seÕ²}÷ÉŒÕYÕrÁÊ}Ö™±?v$¢¶Áîg²K%NÕÒSMD’¹üø‰´²jÙ30¬03•ˆôéZkŒ%‰©ÅF³(¯utnÑÒDZöÄúÚg²åBZzvq¹É"«ƒÃB¼´•'^0øuìØÚß³ço‹Â½V†¼¤ýg+½ÚuˆÑ©ì[.ÏÍHÊ,6˜D^!88:vmIDL6e¤fd—›%¦upìѱm}FlמƒW܇Kûäq&§Dâ5!á\qFFA94¡‘!nªêBCñÄsWµ²5.¯µhö½³l¨3ãlµê§‹o÷®þøõØž}ã4ÅǪÓö$gWí;_y:×â¦2*]:¿sE–¨Ö¡®IÙ™§ }4Ž:<…õa²”RÊE9Xª f9½îwŸóÞã1PQ™xZÿüÔaÑîüÁ݇. µLeu–ŸJN³&lËïnOÿlR“lذvçî‚–¡.¦ÄÓeÏNãÎÜ}¨×Ìšõû÷êr)›J3²(ð½g»{»¨LÎÍ)XóÓá<ÿHo‡K õçžCu¶æÎŸNLé=¤ãœO-_RT²yÛßœ4¹vì»~†û¶~^\ .}ý!'cæÃ¯ èÒoý;^{?_¿”E¶u©I¨Š¼ ¥~ï<Ô#@§«™ùeóVë’”˜:`x§ÿµõrSs…%Ï,¹tàÝt›Ú7¸á}Ø•Xt.ɺÏo'¤ñdÚTñ󺽖ž^‰õQTW®ýq÷Ñ’VA.\uÛú9â…zÅÑ“ý@éòܱ_Ùš$¶ZCâzÌZ°ÁºŽýš³l×C_i´¯e#I/˲,˶·­?jÏP—®_}y^eµå\1[¾¿40²ããNphs$­ (7'©T¨¹.]ºx:ÓÖoþg«ˆŸËŒÚÀX_%ŸsøØ±YD4d¨{vzeÖÉsqOtïà«=»ÿT²*Êö¬ÔW^§±îkþÌÔ8:ß÷P笴óY§Òâ&uïè«=w ɾ®ýþ¯và »N,Yô»?R]ü¦ÿ+:ùä…¬SOûù)IQx¬G`qrê²MÇ•8N|dpIÊ;œCDQÝTNaî Nå䯣º;3ÆÖ嘂¶–ŸËÿ¿Qá~šÊÏÖìÿü·ä”2rQSÞéÓ1cŒïêÏ.œÿ䇿wœ7ûê.eåÏÊ+îClÑÛúãÝ+W%\ptq}ä±a•%ß%d:êtcÇwLO©·n¶QÄ µŸËÇAƒúu³ýÔ9²¯%Ëò ~Ýj…Ú¬õëf [-ÛËO’$ÁþVÌÉVÙ­×ÔSÕ¿ßþÞM- íß×C£<‘˜è@Ê¢ s§ ãìÊxÏáºv=û?ûÂ+ö¡–ü´²n“ý‰hÿ1ÑÁœV,¶òŽîÈÖüqÄW|UDôöo)å\æä>£¬ë_¨®»¼No¬KÊ“3†…*5Þ²XqA"kÝ·6'—qluíŸ £Á\å¬×&ØEY3¾s ‘-›-ÁWl?­”æF9Q›Î­mg_ƒÛ9$ìIÑKm<ÛzdyVë“‹"ï÷T·öR™ Ù©’K7™™åšpø“UR/'§®­ýrŠÊÿÞyÀÙ;â\Ò‰ÿ†k‰hÞŠD>(èlÎÉ€é¹G¯j¶ÿUn]~kí©I1cDÇqoÿ””-qÓ‡‡*µ¾²¸»¾º¯dT{øâ¯±£'"ª0˜XÙúz³Õªoeûr[­Kÿ¦Êò?â©Öàʳÿ³N­GœÿòV‘™Ç˜‡“§S¼µç,žÞ-C,*—©Çÿøz­‚çkU».6fY´o¨‰hÌŒacjŠuOøÑ—¹5¿pÄ×ùÙB}åöòD"’ˆˆãøšë4ÌúŽ˜ýn\ú%ù|ÁÂù}ý•üê÷$•šŸz¢Ÿ¿RAÄê|kµÏXM«ß|³3Õ$sDŒ8“ÅÙKYµ¶D|Ü£Uç>rÑÉÄŸÃÂÆÅG{«ø¼ä³*'Oû–[FG~ôþÖíÂ|œÛ÷ˆÑ+ð¡WÿR\lVæˆgÄþ¹ÃÜ¢šxʹ¸>eKŒˆ]±nˆ‹¯á(¾V‰Tÿ–<ÏYDÙ¾–$ɇŽ«u½ÉzªKÇö o_ëÒUÆxûxb—Q{‡s*‡¢rƒGdç­ZDô¢ë/†Çõ‹, Žë7nsêÚ» êa.ËòhÓÑç²ycÅ_o¬Ø½àÇT"êv¯1~]¾…ˆæ ¿gX/Û³â§VÔYÞ~Zź<3ÍyÏð^öÏ´ýÌ"#"R©„V­ü®Îuêìªú*É@D#{zë4^^®=»·™l®tލàyå㾪ä§÷Vxµ '¢3»ôŽÞjû–S2 ^z Ê•³œ¿PœixÁÉ–@åŠÔj"zõÑö-Ý©g÷¶Ù™ç¯vÓ?õÕͬ°àµÚ€ËOî9fû¹<žjղϦY 6ØÎò;×VÝVËþå÷Ïkêü®Ôµí¾³#F  ” qv\}IëÊ Î8³7$¦?qJü S÷™]–aÈsDô[Âù4¿NAIGóïkáë&dn_¶¿ã¿ºF÷l[µÿ(‘—µŠG« „ºÊóeðËöÇ>Ù-¦gtÅÞD"OY2ñöÏlËÏ7:ý£"G ïpxÿ±FÿvZE}Ï~-®¡á)k–êc‡¶ šþp ‹Ñ˜™]üG¶èæîZp<‹FzðÄ~.Kª/pœcòOyfß6 û–9‹ÁäèþÀ°Pš¯Ô—ÿºþ€wP˜»»âȪ«ïé8(ºå3‘­Š J~Ùf¹Ú}hLÿÔW×UËãÓçÆŸÜÕwoÁ¥KãŒÕyJ8kÁ†öíÚZj5b«eÿo*—––VUUõü{?Œ{|Ú…ü²ZÍe¥ª<ÿÇÃÃz¤ŸMñ ŽŽ‰áTŽ¤Òž8•l6›ÛDE¼øoúGõoÙq(žÂúdŸ:•o‘ƒ¢£½”Öó/ùäñSfâÛÆ´¤ÊÔÔÌJ3Óyøë‹²ˆ¨c‡"’-u–I<Ñð²,êKªÔ1®†ó¥æàÈ6Óø–^8ú¯eí"<íwÉTš›šUl–9g¹4»RbÖvìÕ·-bRAvvaY¥I”x…B£uððôrdsabRµi×V)•;•CD­ÛµÕ^öoZjj•Á(ÊLPªÝ}‚=µDÄdsnVv±¾Ê"1•FÛ6ªÕ5ìÃû§ºx¡6@ç¤Ùºqm#oË2òë‡q¶Z•ÓÉSIDÔ6úÒý"¶ƒÑl_‹ˆ,¢|pûšÙöùG<¥ç–Ö¾ôpþXÖ‘µîînE¼¥¢gß~£Gßû릭;vî#ž—DQ¡Pöxø5<MåR—Xšž£ž?5&ÐUÍ̦ä”ô%ëRµ-C´ ×ÌA«V üöMk£z¸êœê\§L_™•¼oЈ,¢l¨6]s-"’df'¡ÖhªVeŸÐv’Å\]UÚ­ÿ óǶŸLNM”x<É'²_XûAÙ)ût>¸e¼éà®!~esn4šEŽœu-‚5<‡ç®G•Á¨Õ¨»ÿ÷ßÖeÕ¿ÚÀa÷›ÌbµÑ|=µì]ùÚ“o«NÖ‡|[u;xbûŒÿ—ˆºöì&3æѽ‘×,àÖQèÂ#tW|Z®.¡ªMî:Ç‘÷i`“E¬º8ºžZD\ñÔð¿±*­Sïño7rehfŠË*oM-ŽûgÙ…]£êZm\ÿ3^ 7eìÃq:]«¨(__¿kkáÚ㩸¨èÔ‰ãÑmcˆ¨¢¼ÜÙÅÅ~…6±ƒÆŽÕ1Ü_v 9z×ä×¼>¾3ÿÈypòËsï¸åÙ×—6°•7‡Mþ5cÉç>Ò‡7ݽ5µß{¿´tnÌ6¦n¿¸xÜ ‚ ˜ÌÆÃ‡)¥‡§ç-§ÓI§bÚupppÐhµ …ÂöÕT6ãzùíúáóïr‹D^Ùuؽn-øÛ矟ýýæïg&¬ˆˆ}¶Á­Üûå¶×çÍYöËÆç¦¯Ô¸xEÆt×έ‘{ؘºµ"n Ww·®ÝzK<Ú»o¿k]óµ§M~éÛ ÖÁAx Îó;­ƒöÇU+GÜ{_ãkÙ®=]û'wŒ1"¦Pà¾s¨7%AyÍß(~½árù9À ± žO€x@<â  )nÁ6ðwmÍÒåi{çÅ%dºã¹hNâƒJšÃ艈ztï‚§ YÉÞÚLâéZoj€»×-Š'YF>@=!ž iŽžê§gF†}´ñü Ü–w”ÿ`¡ø»“&"r ôØNõÙæ ""îÉá!붦KÝgF†êMŒˆ#9ý‚~oFµí!…R;c°Oöñìµ™–Îý‚½“²7Ö´Ë)”O öû~ë…ò‹3 ·ˆòîë#˜eúmOΰ^þ+wçÜŒ@<]ÛèéÚ½ZeŒÎ=Ø ù„ªRÊ©ƒš;hdJ‹ÒRU$^Ýn|¿+‡ˆxAèÛÄœ»ÑtDîan¥éÞ‘.ìBñéSբ؟zëC:_sY‰Þ.‡´tXº)ÝÄ.5x3ñtFO‚Z;ª‡—£,–êmº{ Qó<§$ùà‘ü¤ Ù;2`0~—b&"Aã2­¯jѶ+O˜W]UÆ©ƒÔTRÍ(V+ýzÄ2Â_ØŸfvòu¨*.•ãU|O/%§Tȇ矺8ÈiåÕÅKåÀ‹ ûòk²äâ¾ÉËîƒeOõÕÉ…Öò^¡Ê¿gÇø‡F*‹O[‚|e¹"Q‡(õ™ù¶CÞÛ_Åqôñ¯ÜéÔl8gßxûá58Xm43seÉGªñJÄÓÍ=ý#ž:t÷®JÎþ)×âêïqñÑò¼’•2©œ¦öq?µµ°(­Ä-Þ%ç‘O¤K~J^£®a1ñ„‰:i¸}¢ÖÙ¨¯,]ÛjXª) D™ÌÄ‹éæ[x"s«^V98=ÕÇãäÖ‚šS°Ò’ï“,®þÞ㺻|ögY­=7Wëu(cD¤vtóõéfV™f¡J:aü½Pê$¬>gTN1Jó"½dÛÑM»³£FµüöÏ,ë¯ÏjikÓºPçþŒˆpZµé\©L‚ŠÃ•;@<ݺ“»ÎÎüò\ cTšSLäl}Tåà4¸³³«Š“)Õ*Æ E³á¨èÓUË0PaûqK#ß§ÉyâÀ@!±Ü¥4½H4[ÊTAÓwqä7ê%ƨ»›¢*Ö?Ú:ÄÛÚÜyq—4‚+«cÏYͯÑιI9ŒQÉù×ÁüñìÌÃû¸²´BÏp×Ò E"k¨lËÖ…:÷ç¤^ÑÉóxŽáL¶Á‚tÄÓÍc2ÿã’#2™E#â˜íѱ=<Žî8w¼L"Nñ¿‡ZY «ßZu(ÉÁÙPœQ-6rsyg º^÷jeò~“É,¨äÛ98;ˆU鑈x¢5ÛÓËå:vòâ.1ÛÛ”ZW‹¹Âd‰S ðVð.þÿjMD$ñB/-Û^Z˜Ã‡·æóÛ‡(÷n®2™Y=P«ñ:÷gÛö´@_§V®“"4l)À+O·èän¹4Ð_Øeq ð²=êÌs¥Uc̯…­°,;_Ó90JÃ¥Íhü9NuE‰RÜ]ɾ7HŒ(ç¬yBŒ›¡¸æÜpW‰4¬…zõY#¹¹«JKÌÖZ¶]2–—Ô:ÿâeÿžçN\`Œ9ûx …l-µ®àøX¬Ã¶å gÍcºø«Eýq£ÜpÔj¼®ýá¼Ô,3·<«ÀØct0cùx¥âéf©uiüÀŸ9cã‚§´Kò‹‰tÖGW-34¬Ú å9×TM z~„;û ßr·vЦ“>R,21FDú¼rçî¾);ŒÖ6ýyÁ«—ß´œÈqú¢ÕÅ&k¥3Þ“Ú¨œxñç¹¶þ×àPÆϱ³çr~H3QL¬cúáKW¾KsòUÝC]8}~J¡ÓèÀŒCyuÞEa_h[®w8.¾OˆO¼À9–)ãÚÜ•®ý‹¤6®ÿ¹_ÜÀÆ|OÜÆõ?Ÿ×öB_4'aÕ{3c‹N·rÅò«šÛàÆ|‰ù5ŸÜ4Ñ“;€¦OLFW@ÓŒ'Œž iÆÓ…ógÐ×ÍIDPs‰§óÀÓ Ðœ¬øúË›½ |S 4Qˆ'@< žñt¶ÎŸÔ£ßÀøøøT£o- ¸QíßÀ¦êlífï?Ð-ûä®–™K¶:Ÿé*pD”pÇõÚ¾ÿˆ§ºM»g˜AfdýõôéÓÙÙÙö+X*O¾0ù…S¥£Ùiæâe·q½þ‹öL›8'ݨµ-Þ]ñi ‰ÕgçÍx~ǹJ ¼èë9mϯš3ãÛ¢ÙddnOúÕƒQ®7jÿÿZ8ýÙ•'\ÝÔέæ­[ܯ<€¦OŸýúÛ†€Û ãòs¢•ã~ý…íÜ+2~޽÷å‡-ºþ.;U3kýŽQ-Ïm˜v'fѪGNôÉÞ¯{‘>×HDþ_Ø<΃ˆ*2~í8jþƒ‰ïߨýŸ²pÃÆ3é-4‚±Èˆ—@Ó=¹kØûÇŠ½Ÿ{x59qe7¤ÍÅgô;†‡Qè°×Êfö#šADïþ]´mMwë :? •§o=õ›Œ2QPp†¢T¢÷oÔþ?ÜÆmÚÌÿ>2|ÈÈ{â4xÝÜ¡ñ$2öÍæ­*Å­ßô¤ ÿ}tí¡1m½dKQPhû¸ÿó6<üç¶m÷úhÛéïà•pEMñÆ‚çÛyÎùî˜u9ýèÙÒæ´pݼ­D”±ežkø ká ]<Ÿ]zÀº¬Ï3QžYp!¢«ÿs#÷Ÿ™SйÎF½ðæ;•é[ð²¸SGOWŸ4å¹^ߊj²t~þÛØðkh¤cÇŽÖï1m™3iõgO=6!n¡Ò¢[²f²õ¡qßýpzÚ³=VU9)¹!‹¾úOôòWÇ?×ÏÍϽåÀg‰¶Ý¨ýg²é•ÇFZ8©Ê8þååxÙ4Ýx²ÿ¨Ë¶l[P:E¿¿rëjßJãÕgùæ¿j¼6üÍåíK¢'¾}pbÍòâÙÙõµvµûÏ)œWoÆýwþÉâ Oˆ'@< žñ€x@<â àF¹=Ô²þÅñoîÍóò¼ñ§¹ ,˜={öm?  uëÖÖåö/}Ûî˧¾Í¯"¢Ó§O[Ë}&¬ÿþ±‹«IղǬ…Kƶw·odëüI¯$d8*¹Ï7nyjäPëO—ÿ 4Ÿxzî»]‰é™Î Žˆ.\xÃã‰jͱÛýcc«ÖÜ»Ö_ .èñÈ cO~eÿfì¸ëâiÚ=ÃŒ2=dÜœ}…ˆâããyÁyÛ–Ÿ–Lþé®ÔB‹Ï»k–ÅykoÍ.yužn,kSk'1c/À]Oÿœ wýsD³5ö›_ =¿iæ=ã—ŸL˜vÍ[±}Êç·´Ò\á0Ó¶¿áày_ý;‰{îš“»üßà`" üŠ~ZѵÇS#OÇâãã‰d•{Ä'¿¼wUícÆ^€».žn±k¾¨„{n¶Ûc›‚/°È¶__ÛžID¶½ª ŸÞ”;3ö4ÿÑÓ;ô?ØÓÉu󦟈hСW†-<_`ñ^ôûM¹ã0c/@óŒ'ûOÁF¼µf„ÝC÷Ì[vÏ m¿ò†ï`ÂŒ½wûÉÀO¸!0zÄâ Oˆ'@< žO€xºNë_߭߀‘¾MD ,¸ÎÖ ®¸¯ïññq}û?³$¥ÂZ9]>¯ÓÖù“zôŸjmsH]¾ÜpMeB•;½ïô‰óßzü¾g’§“M ^¦ô¸»FO-œÞ¥KŸAƒã›ì¦÷øÆñ­ßODñññƒ‡Ž¶ŽS6½þäðÁq]âÆî(¨ndûI1ÈMMDÄkZ·Ñ5PØ0Û”¾ññññññ—š,•'Ÿ3|ðàA}ûþ!©¬Î£€;iôTkÒÛ>½ï‡uݱG¯~½zöúÄøaN ®¾B²›ö÷r˜Ò஋§«šôö¦÷4íßÚ±gß–ï^X±µèÐwë+¬uÊvµ•0¥/@s‹§[0é­wd—1‘]xäÞÐð!D(¼˜Òàæ¹מ®4éíõOïûËîdFDD©;•Ž(¼N˜Ò Yž®8éíõOï{`ùÿÞû_‰VEÕÌ}þ·_4Px0¥/@³Š§:'½½±Óû¾µtm# ¯8½/¦ô¸›NîšA-¦oú-ª"}y›¾CÇ|öË/[–§-k?òùÿœ^UsNÔ¸Y}y¥Ï#žÜg9U³wæxOñîà>o?M‰:ø]zÛwÃ/_s«§×?Ý¢âüŠvߟ;t -?Ë{öÆ5#BÏoš¹ùâjËÆNÕÌZ¿cTËs¦Ý;féÉ„>½'d¿ú3Í=ûùá>ƒ%"ǨÊUYfiÅ~Ó»/?ðEZYê‡.mg6pŒñþ±âÕÏ=?zò§Nܾël ñtuæm>øÆø^Y-îÿ¢­Ð爈8å?—¥kh¿Å].¬Ýyâ‹3Çøєય“–jûÅ:)/_¹f[¤¸úmq³"œØó§ö‰À°§+v®Lýâ`ëí8ÆÆ°Nœ˜ø÷u¶€xº×:Ýmãgõu ›QóÅg)Üc>ŽDÔ~R‹ÏÞZìÑñ‰Fnhz¸Î¶­K׌Âuó¶fQÆ–y®á3¬…¦Elivȸ¼ÒóÕ–w¶fOéäu=ÇH˜ à6^{ºæén?«¯ i1ÊÕ°ÍáßÖ‘‘Oßû Ÿ™¿¦u#7ôøªE=|܇>a½§­³NZýÙSMˆ[¨´¨Ã–¬™l-ôîñXÙ”)S¾ "¢a-^êÒO§ºžc$L `;=IKK«ªªúòóÅúYIqQãkn\ÿs¿¸Î..Ysâ¤'Ñ×ÍÉŠ¯¿9jôWsÑéV®XÞ˜5m²³2¿\²dä¨Ñ¸kš(Ä žO€x@<â ñ€xÄâ Oˆ'Ä žO€x@<â ñ€xÄâ Oˆ'Ä žO€x@<â ñ€xÄâ Oˆ'Ä žO€x@<â ]ˆ'Ä žO€x@< žñ€xÄâ ñˆ'Ä žO€x@< žñ€xÄâ ñˆ'Ä žO€x@< žñ€xÄâ ñˆ'Ä žO€x@< žñ€xÄâ ñˆ'€@¸5›Yñõ—èkhrñ4rÔht4àäOˆ'¸C1ÆnC¹ƒ;˜XUuäßÏdÿôcP°gˆ®ÝÈ.Zw¥ªº¼ ¤äÀö“¿ü”²àÝ+W;††¢¯®huÂñÖìe™cŒ1"Ò-âͧßY‚x‚Û¯`×®½ãÆz8)úŽèª”Œ|u9œ£Œ ¥ÆÁÃÑŽ•GËØˆóGS~kÓáÝ÷Z=õz¬¡ —ä÷WýõúÔxGZbœ(“Ì¨Ü ¾¹t3â àꔟ9³käˆö1Á^¡¾ìÂf(%S(8Ž'2éYµ^–˜,hÃ"£¼ü=ÿ~å%…£cØ„ è·ZÎf·ôwçyÎzæ¨sÔìL¼`–9“H&‰Ø!ˆèÎûº\\‡›‹5H–¤}cnæíîå,žú›«,åyŽWp¼À J^Pò ão®–“Žh,U:„™5ÓÍš°ëékóûßiÏÿ‘ã.^ÕbLfd‘É,2‹Ä,"3š-<Ç5ÍA\³Çh–jÞÒÇ“‰2I2‰2'ÉT¦¯¸ñ·d2˜7/*"@ÊÉ$‹™ˆ?Xå°d+¹{_ZÉÍ[ýÅïšwVÖT9&42¸üxbÁ®]µZKݲxd¯íÚÇvhÝiÀß)¾)WCšÒm£åé…ÿ>“÷Ü„øK¥1"™q’Lf‰*ªŒÌ\Zû{z}óJϘèŽ;DGwÿßÒ}— !wG?ÏV%áÚ4ó“»:*;~\ãä qÐJ™)‚’cŒñž¾BL~ÑfÓ3#$}!¹{ 7ò!râ^bÄ1ƒ •î.Åxõéck*ï«Ý§ûå÷ݽBˆ¨ðT²¤rë~“Žè&uÈUÉ*ÐÏZ¸)2,`ÔÀ(µRAD'-¶EÔ³ 7‘BÁ ê>w€"}¥ýžgnyzØ;ú]{´Ö©,•g¦vï5ËÿÈÇCƒl{Xyá·A]ôÅÞ×î ¿·A žà¶)=|ØÙA- L&ë~Ö×e¿)Â"Õm2¾$BJO©záQYfÌúSQéâ¨*Úµ“f϶5õÁ„fnJ³fyEÇ¿MDtöëé¿<"šÍÕÌ}Î7?Lˆq'"¥R¹ñµ‰oüz";«rü¢ßæ !"Ñpú¹ S¶­tXèÈek_‹5Wþà´c%bµÉé?ß®{¬½{Ó麃IY/~¾}HïmZúÍ­lªûtîÃO‚‚S)H­T¨^«V:9¨9ŽŠõI’ío¹û6¿ê\˜‹íW—ÐiUù-‰jâ©{Çqÿ|vîÀÀÛ~¤ˆ'¸mª³²Ü Ùd!™8‰8Ž8ŽÄü¼òç'¸®ÞÍ©ÔÌlª˜=AÊË—e’E&‹L–˜l4 N Óe’ðu}n®OÛ0vìçÊD¥‚«ÊO&ª‰§÷G…‘.ü_¦²g¬%óöçÚÚ·æzW –ˆ^;\è7eÈr""ræKšH§½øùö3Ùåãîí_i’Ó «TÇóÏY/91I&žc"G¼DŒcœ àMQ«iì›ý©{Ã?ü`Éâ^uä9Ä4g’$Š¢XçC®=zT|—âîèÌ$fÍ&âˆ÷ôu^ð­5›8•ÚéÝoË*åçË“$&KŒ)Õ•ú ]d¸Ùl²5õ¸¿ÓG)s/@ÝÏÓ“¶&Ohï-[ ]ÃlU”¢Ù|qm…³ÉL—&ýûáÏÝAêšÛjöÛ½±ÒF³…ÉD‰™%Yxf–ôU"GLà™VÉi”œFÉ[˜Ìˆ'Z™W\êëjÛóñÞŽŸ)œÓRWâç>vôk{ô©¥{ªÆwî0Zø{Íímýð ŸÜÁÍÅX½wú¸uî\%sL©–%&KLsõv[±Eh)¦¥?Ð[LKZDê–ma®Þ’Èd‘I#¥V_VåÚ£§}SOõÔ¢QÓ÷gVZ-9³káÚtÆXŽY pfŒ]>ƒì.KÛß’c]x¹»÷ÔÅÕTÏ60Æþë5ëë¿­%©‡’/¯{­÷=]×­OoO0¸sÐê *I öp¨¬–²Šú*Ñh–E‰.þ0Qb’Ä$YV ¼ÎQ»rÛ±ø.-l<óñ˜x>YobŒ™+Îþçþø™KHÊg¿Û7^þ¦ûÄMòí¼ï £'¸ùUÏ TÛ¡¢L/xÈ$(2F¾‹W*[FZRS Ç –‹ó Æ öZµMÙ2Òýórïé#KL–ˆ”ƒTÚ­›}³Þ=_þãÏ_x¤–A¡àD…{øŒ·?aŒ­yûñ±]:»x„™C´ÙVž®uyâÚ_O>1­í7UÎ*.tÄ’•/µ›¼~Ýñ 3Ú/ÕÌÔíÅŸ:E\^÷ÆvH#=64&<ÐíõovÇõŒ ôN<_:°½  ç” xNPpO ž Fñ|néê„NZÕè>Q¶í]¸¶àµ)ý»›TJ“I5bæêùCÿÑ9œvîê}ÆÑ]z=©:øåmû+"ÄÜüpªçݨñósnÕ*/§ÀÇÓGÊËbŒÄ¢"㑃“”‹ò‰#ÊÍË{p׫¤â"ÉÂd™q:ª ƒ¾ÒàÙ¿­f[ ›ºnØÔZ›Ž™üÁ©É5¿~ý_½µJy¹ÞV×¶¬ÐF¼¿úwûº‚Ş?歹böuox‡4^è€ÏžöÜ' ¥ú^±á2£ÿ|ðÓå›òÐi¸V®vðòŽ /×:º ïôÊúÓ¯ÜÖùOp+Nîê{´ãŠov÷é«sÒ*œ¥ªŠìGäxâyޏšÙS¤œ¼¬‘qŒ1Y&R(y']ZF~Û÷ÞSyyÙšÕé\ël\¯/»ã:¤ñ‚¼]–½8ò¥/wþúÇߣv"¢‹&6‰—­õtWì1Äܶ“;"rlÕ*|îœô?lååJÄKzŽ#™göÓÕŒ64 O﬜"mL»ÀñãìÛ,++½â{òNé«â¨Q¾?sàg?^ºn'™ÍfÆwÏóuβT_w5ÁC<Ám,„Íœ™óÛ–”¤¤P£ÆÛO.."‹™8f½O‡#^Á»{ÈJõ¹œâJ^ýæ¢(*®~^ýæ4z’eÙb±ˆ¢(ŠÒ¸þ-üÝT‹7”Yåyžçy…BÁó AP‚ T*yþÎû ñ7ýýØÀwºY,–ü‚‡ùóó¾ÿ>iåJ_­·›·BàÉbff3§Tòj5“©´¼ò|iqeûöÊ'žH/-5¤¦úùù9;;7¿i QÍf³EE‹Åb±XD±}°ãÜ¢KKKeYæy^P(k&Yÿ£TJ¢¨V«ï¸LG<Á-8•©÷Ýh6›MF£Ñd4õé]äåUùÝw9ç/p*•£ èÁ U—™Í²Åbrp8;x°:¶ƒ,UWWFŽãîÔ)q¯ûÒxÍÉqöçq¡¾N’$1^Áq¤P(¬gv¶5­%w\!žàvžËhµÚ€€A …J­. š›Q\lNMU^ÈÔæåUº¸||Ä @GO/oW›«›‡§GhHˆ¯¯¯J¥ºCãéúOî8ŽS«Õ*ëW Ȳ$I¢(Zc …¢æ¼N¡°¦’õ´îNì.ÄÜü3™ßJ¥200000Ðl6WUU †j£Ñd4šÍfŽãA©Ñ¨Õjµ³³³ƒƒƒJ¥² Ašk‡4ž5zAP7ø¼wn_!žàV¼³¢R©tuuuuum–ï´kè@<ÁÍ;‹a<ÏWV–+wÑËLÅú®ò COÐTp<§Óé ‹Š}¼½ïž£..)vssç9rÅA<Ám£à…˜víìÝÓµ[wOO/… hÞÇ+‰RQQá¡C;ÄÆªêº„A^ÆÏsJ•Z£Ñ¢CÓ!ˆ'¸ÍA)Jô:äZÆ_è@< žñ€xÄâ ñwZ<ÕL§ДpÇ[ÿ‡¾€¦5t²A_@“‹'ë<êè hRA¨ù>,ô4µx¬_ç`ý=;+MJ¥ … DôôŒièh:ñÄ™Íf³Ùl2™L&“uYEë7gɲŒo•€›ÊzÜú¥X‚ ¨T*•J¥V«ÿ6CÈ endstream endobj 509 0 obj << /D [507 0 R /XYZ 56.693 815.761 null] >> endobj 510 0 obj << /D [507 0 R /XYZ 56.693 677.21 null] >> endobj 376 0 obj << /D [507 0 R /XYZ 56.693 286.706 null] >> endobj 511 0 obj << /D [507 0 R /XYZ 56.693 266.835 null] >> endobj 512 0 obj << /D [507 0 R /XYZ 56.693 220.843 null] >> endobj 506 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F64 307 0 R /F52 247 0 R /F74 436 0 R /F14 413 0 R /F72 420 0 R >> /XObject << /Im9 463 0 R /Im14 505 0 R /Im10 464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 517 0 obj << /Length 1698 /Filter /FlateDecode >> stream xÚ­XKsÛ6¾ëWðHÍX0 ˜›3v:iÒvÚxÚCœ%AcrH0jýë»À|Ètm.°ûøöÒ hðÓâåíâòUBƒŒd‚‰àvFD¬£ŒðxÜî‚÷áK©:ý(›C®v›%£a·=,W,¡áþާqƒã]Þ.?Üþ lWQD²$Áÿæ.«®]]Ýëò¨¤šÛôfÉ“ð¨î(eE×äfc{’Íý£ì ³dŒ‚5È(¸‘1NI#\ìé( Òux‰qbŽ,nnŸì¡A$‚ˆŒiAY°­ï?Ð`k ‰³up²;ë ‰(a\À¸ Þ-~_Pg):±Iãylj¨@‘8‰ŠáÏïW¥4¼Zr0àE}uÇãøP÷²Ô`KÛäm)©vç/å®TE§Š%0Ñ~g>k²˜pá¬yUµè’žýÒœtWL»óã\†£›²ªÝò}¿q#e¹=(©/œ“K‰Y*7ºÎµ,ݪ¬qàƒ³\mJ©¥&½ëS’qîÀÕiÇq%áß[ùàæû£;®uNã‘ÎiL-oÛ¼š± g„§k¿k›?䛲*õ?K‘„N¥¼ªpp„‹šÖkòpt5Èa]ë5;ŽcáÍÜvZ¶g'¶Çº†àA€ákg†¢½CÊðþŽ ¡z@„{ÙêÊrç\ í¸ÁÿׇÆJBŒ-¤æª0^+4N_‹°=¢®Àb‡*ˆPµcœo1ª( $|6Ñî÷læa•„=ϼk ¹dIx²;+íOþ¶ù(ﵜK›Ç“q 9CR~¯;YU=°³uNoªr‹rÁ ¾hX¾N@¨=Rv~é#{ƒ«OuºÀM]íN!áù$ŸÇ®ÁÁŸË(ŠBÙØ´ˆ!k6¶ZL<»ísæ3ô!ðžë#¸hÎr–OŸ<- 2I=_û‡Ly–'9þQdòä§%i’à†ÑÐ.‰4ŠóLxúåë:J‚ë#dϧùÓß´rW­FwÙÜš²Qü2‘(c7 ¯]r½öáçx^Ь‹¾”'9ÖÂj°ôØrgÙdÙDøËÈÚîjeg}m8EÑ \ý(ú²ŠbF"nLÆc¼ÿ•É %ek‹2Œ>âÓÌYb\iÆRÀ†g«MÏÁXqHoK@4!Ò‘öK´Æ•0H£‚Ö¦XâaèJŸ$f‰1Ùªplj$ß±”×]ën­K=‡y#LYg’£ }D`Ëá/¦Ih±%KÕê²®¥ºc ŸæÁÄ^»Ë›ý(+â‚‘ÀÒ~Ô‡|c"Ô2ºÎ{öÏds„Ñ\‚šØÅ…ÆTÙ™;ðÙÖ¨&o6‚†÷¹ÂÚ’…Îò0úžrÛJ‚'h1aÞžŒ0ù¡Â•!³¾?íU Yìh/Íñ âÒX²°6/æüm±?5 R½ìqìeoqÁ©»r`I%X „RÜíAÑãdŒÉØ#Âm­‘6 "Nž"‚gÏ b…qƒÇò¶µ†Öí>Œ “3è:Jw^t[@].㚎O9àÑ×tŒk:‡kú5-`#j1-Îlœ«*ßžN,‚¸NtÀÛH“3¼M”¦Òo7…PAè¡i˜ Œú í2”}»(ß—kû|<ÒQ> endobj 513 0 obj << /Type /XObject /Subtype /Image /Width 901 /Height 528 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 45095 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 901 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|Õ¹÷Ÿ3e{Óîª÷nËEîEî7 cŠIIH @’Ë î›BHè’›áÒk°M‰Á½à"cËE¶ªÕëîJ«íSÏûÇH뵊-­d\t¾áãÌŽæôö›ç”A²,Ã0¨Š¢zý‹@ !Z0ÆcY–{ý‹1F!Q•[¡Q«@ —.®®€(Éçx€¡)›Y÷ »²›4ð÷W^}òžåF­V«Õj¤×ë9Žã8î‡O¼{Ï]ßkrú@âüÍ;ÿîØ÷s&åÌ›”¦5YY•šF¨ÉéygãNWçÿ 5E QM“R'@¸tÄh‡Ç²xë9ž)˜¾ÄjÒGŠËoÌ•ÃíÿjÛ¦'ïY®Õj5M÷úQeñ¨&6dŒàÐïæ-œUðÀÏoшuW»klnJ»+(x|æ¢ÃÅ_zv¥8õ{•§çNš;gõHÁ@ \ tz‚N·¯ìëmKV^ŸŸÓï3å [?ÿhÌÔÅcÒ~î@›Ïqœ²½ ™Í把Š`0øƒ_þã–;îö‡å¡#M~á±{ T°$Sª“!¹ã´Ehp·kÿ‹Ù8}Ò¸ —Q9©™éɰ}o±,ËKæÍ©8Tü;»¼‡JJ +=%;#åâfƸ¶¡¥¹­=䚎±Çåe3,3$O¢®`—BÚ¶§X’¤^7§Mc6ž×í­ÒÂ¥O{§¯x×gó—]›`5œã±cU-e_o›>U\Œ!ÒÕþâ#çp••Ó¯««áãÍ»Y†ž4.79!šZ%¥•é‰1«LÞ´¯&Ò´º¼¿|÷ÉŸ^§ÓéÎì¯÷€Ê…Ê` JŒÁž"G3êøšÿ9ùUJ^lK‹ËUYüõ¾XòƒÇæ-Yæio@q9 Š0ÊÄ(ìØ{pÃSëàXuÛ³ïš0&§¢²êã'×"„ö­ÿ¿/+&ŒÍ9¯VH4á±ÊbМ8í°›µ 6ÃÚÿù`ά)‘ŠAùpE¯R¦Jj𢓤‘>$ÆÙO–•oxjÝ©Zç“oœVXp2êÍÇUÕ74·½þËkY†¾é—,ž;cøqþýû ?þî.oÐãP¢úîÖÒýe YýIÒo&ë0†C%'–MKû¯Ç[õ!^,=íxýËSÙƒ—¤ƒ¬`Qå¾íñlÙ¾÷Ð[~K£ê؇ÿ²,&Ã9Å(áª4pY@! Vƒ$ŸkMgœÕX@!¤¨¸°+øã_Ó¯“ûžÝ8«7ï~ðÛ‹tæ¹7vÉ2€ŠêÚÿ¹s±I¯þóûãR#]…AE†¢(å|å®Üó!wáñ“§–äÏ!€«6«º*µ,sºÙkÖ«ª›¼‘m=¶}rAþÓoïI)¸&s™èQÂ(Ó£a&fÇÕTu]ÓŠYYáq;UÕîpMŸ<ÞhÐuvzŽœ(KIŒËËÉ;,«®ýñO¯²4¿{mOk‡oJ^¢Q¯JLŒã8á«â£A¯Ñ¨®ÎÂqy Ímî.¯,Kj•:;+µª¶áñ;®€¶}ÔÔÚ>{Zá™ˆÉøPÉÉ@0(c¬R±©I i) àìp×Ô5úüAš¦ÒS«ëÃ>4¶´'Úc>ÜqÊáÄÇÚdŒÛµõþ`ˆ¡™„8[Nf*Ï {–èõZVÛÑáV«U rõ:í2ê[óó?ßÿYäI’ûÆÖç<|ÜfµŽËóƒ·Æ˜'ÏLudœí¶wgGX*y|~‹¢TZ^™ñvkdT[7ÎÍYÆ &§¸£"#=ùÂeݹãSr¢ü‡×Ι˜Úêò}¸ýEQ3Ç%i*(ð~·gA TÁP]cKMC3”œW[ßc6Nž8v œç8~ïÁ3rÊ„1åÕuÁ`(²Ô*¨kTjrÂÆÝ4ÒâÍÓÇ&5¶{œl^¢k+ªƒ!.ìB¨—ÿ©Iñ‘ê™ O„ѨG©îÁH’ñ`VšIØÕ ƒèåJÍ2: c3iX?ÿ¹×w‚Ö/°™´.O°¡ÕmOHtÕ[*ßg:£G{âmqÛ¯ÜR4o‘Æu4X½·¬É¿¯Æwª%£ ±&ÚœxÚ)Œ›a¶žln<ðÎÓèͤø £PzÛWõÉÚܬt8|ìÔS?Zœg€G¾sæÀŠw¾,õyº6<µ®º©³­Ã7£ ùÉ×÷Þ}Í„ Ùq,C»º¯}~ô¯?_­Ó°°á©u­.ßO^Ú2kêDeè-9^ö›ïÏI²U Ýá nÚ[q¨ª^«VY´âcwÎMO0ó¢ôÑβo:ˇGþºý†… NÕ:¿zó€(JñFü»»¤Ä}A~Ç‘ºwžb(yÃSëêZ»šžic“§ßÚŸ|^IÎ(N´jöÚ¹yom9þëác§zÅvß©ÓZØðÔºÃå-/|xب¢6<µîHEëo^ÝÝ+Õá8ï=±¥Îܶæú¾Î_ü „¡áîk&†³ñÍ/N´¶»âz$ ,c·»³hÂ:X=ŠÒL¨³§>î{vc¯'#¦}]ÉË|î]¬Ÿo3iþíÀjÔº<ÁçÞØ5&/³—«Ä$IR·}Tî1ç†E«Ê–aœ~ûc¿zôîZSçÂÿÚß9oÆ”™K2•?\]š™ˆ=ÆŒTMŸ>}ïñÚͯýÏÕwÿ‘?aêQ^ö«_6=«±ÝcÒ«ßßvò{WOF³aOÅÜ´³rþùéѬ™_¬NˆKVZYFjÒ›_œøÙÍ3-Í ï%ùû×L¶4á ²“cÛ=ÿÜt¤ 3vúؤw·”ž¬s¦Æ™YVý÷G\_|ÿ  ãœÌTÅOŒÁf³ì9ÚXÓÒ‰¬[2'}a³Ä…¹kyHßüâx€uš³}ˆ8¡C’eüÞ¶´Óúë†Ã3 ’¯—/Jò§_U@z‚y瑺&‡wí₎yí‹ò±yYa·^¯ßÕé–a’{ TáŒòøÃå-×ÌËÛ´·"줟ØVnVzª^&-nÀ8G>ˆû³ËÇó3 “ÎÊF•:äòŸ®kT"¬V«¦ä%êµìÅÕG+ÛMÍX89ãƒ]ÕF5¾Y÷×ÇæŒOè”rt{|cÓlp¬ªÕè”E·éiI>¿ AñON TÁ´”ð½«'wzƒïl)W˜Þ+Ëúq¯ ɉhÏцšwD©µ]ˆ•žšÔæìè6—¨U*«ž~ð¶¢^^í=Ö8ÿJì‰}”0ší£ò9çëÏk]¶àÌBÿ/w8·«8»Ëø¹×wþüÛ bŒZèðŸ{cgfzZœÝê ðýÚG•ï€v/4<—Ï gÇÌù¡ƒ üìÉ7-jqÅÂù6 {¼¤D¬ÓËOM hò-ÕÙ³rÍ‹þìÁG#£GÀçûª®™›çÕ“Êꜧ›ÝÝ •¦þ²:×üIi¯ÿçØìñ)U­¡ød•ÒXtzý×%5!Nì=Ö€ZÕˆXçt^üà ÝjK‰ñ_¿`Ì¢©Éq¦ªÆŽc•-Þ $ɰ÷xc^N†ÅlTü”eÙÓåI´'®.ÊÑkY–¦”!?Þf (´iwÅ–#Mö‹Œ¹ú†Ö°‘«$Aœ>6!ôÙ¾ª}§ÚV¶ýuÌê™ÉÊèÞØîùxw…ͤY»¸ Ö¢…¸pÃ÷ùüjÍg_H(9Ý’×+£ÞÝZºhjÆ Ç†ïôÛš7`À‘½(M3‡+ú3ÆE\C_ç@£3ál#Ù6.­;Â_¨ýéºiPVëlqù!aîÄÔl*Y¼0ÿBd(I½âsøxCfV¶’ŸR¤Ú–qO&c‡³snÁ`ƒd¹´ÖÕo+Ì€Ï÷Wï=ÑVÙÐñüýË l°è•u2Æ4:S!S“¼Þ@¢=muQnd©í,©ÙÕ=P‰g¢ÂqüôiY}½âi ÿ•*A†'Âh¶**ð¼+Í„ê³4üÎûºòø /:c@€!È‹a®Ît2²,Ë2£4×p'Þˈj[øS}ÁêÚ¿ß“—ßpìÇèNœ*ÓkO ö¸ìtAe:^ulû«ÑM&D£V¶vŽT´LÉOül_U¤M))!aãžòo+ú麙z-ûÅÁÓñ±±‘-…ŠØSBõÙ_âp´mzjrM}Ã/ÿ¶cR^|Z¼ùŽU……9ñ½²cPz„¨°Ÿ-mŽy’–MÏÚz¨æÃe×-È_6=‹¦©HSÆ€1F û@ýû.#òx­F%uOЀŒÏô^_ =U»vq´º|ŸïßÛ+£\žÐæÕ«Šr(„”hô[¹gË´Œz숽sþì )cyÁÄä¾¥†Œl «á~ áý®qëá&óõ„ÑÛ³fåÜ;ågMŸ¬Ø,QŽta¼”ÏaUíåÊáìhok}`ý«QÛá "€£öÛ(Û›bíÖHW‘6ŒqoûhßmòêØPiž€-Z–ÃÍ[3*[»ôiéK—.ý†O¾H·´pÍR²¿ž0jõ(CSïn+;qÚq¼¦3ɪ ?a1›•žjïôOÍO ñ➣õùùc†ÚR<_~JL¼EUzÚQÝÔ9%/Á¤W 'ØLÚ%Ó2\ž× ƒ^yËd ü!AÅÒ…9ÝrªøTóÍKÆ]=7/Ä‹þoÔ뛚ZÂ>8»8W¸aèâS-7/·jvŽÇÏÍ,HeI_M t#ÊU\¬íDƒóÚ‡ÞµZ=q\wJ#“KÓôÛO-›žÅ0”ÒõÛNOP’qNŠuJNÜꢜp¸4Eõç³¢„P¿ÎQšÝ;¿X|ªyð¥3P¥:ZÕ+fe{ÜÜ´°­c œïeÉè·Ô¨J'êÑÒºu&Ë2ýzuÞü0`¾¾øðÑsÑËUccÓÃß]¤l`zî€áÛ(Û›~ÿêö°í·Iö>J£ßu6æñû*ÛW¯^•‘"%c¸Êhe,  µ`Œ32Òê*¾Ê˜°ˆ¢)~ÂèÔ£!¤1ï¯è´Ûí ûÎŒ‚&“鳯ªîX]¸ûh½Fg@½×Íàój Øç¬[˜“°´€F¨¡ÝóÚgÇbíÖv”ݾb½7L?TÖüÒ‡Gs²3Àn³n;\?%/auQîÄì¸Úw\Œ:ƒøÉ×÷Þ¼lÜú«&ð¢üÑÎSƒ.Ò‡?ôu·d¤(«ž~sß-ËÆýð[S}A~ãîòï®R ð ¶ÈäØí6»ÝÖëþÙ´J÷éW•×-£ä[¿±eÔÚ×??¶n鸻¯›²ûhÄì8%#âcûóÙrL[_çÀç÷÷ÊÆŒ´T£ÑåU §dÀçû«|’J£R*¯ºiIÁ´1Iú°øBdÜ7>ÉI‰á|ËÉÎxùß%§›Ý‹§f\¿`Lˆ—NÔ´EQC(*˜‡£þ¹éȺ¥ãnY6~롚q™±œ Ò¥7ÚúÍùHªc&“qÄkDZQhšîëÕÇ{N†sûOÖF£EhH˸ŸýL Ù\q‚Øåçà¹7vZíñÊÅë˜ôêÔK/W½ì£(!!aïÞ½~¿ÿg޻去ëÛܽÂk¬(ö×l_»bVmeybJÚ¸ J*íñÒ2žç Æä=ü«ß%Y˜=e)~Âh“¤GŽW©ØñcÂ7}>EÕé˜KfzªÏ ø®å3²–LË|à_2:«®ÏnôÒSåÇO*G!*|-‰ÒñÒ2ƒ^——›­øÙÐÔÌ…x X£Q§$' z‡ÓÕÜÒ&I’ÙdÊÎJ{(ŠâéÚz¿ß¯ÑhT*UW—'=-Åfq{<­-íÁPˆB(>>6!>.Ò‡´Ô¤ÈÝî®–Ööbh&ÆjINLE1ü€ ÇKËôz2¹<ÔŒjjnmkwPš4qü@±mkw´¶¶#Š²Æ˜Û.“Ñ“ ÅY‰R8þý:ï7Ѭ¨¬öùùyÙzNéŸ8%cy¸¯ßw!²îÜñQâÐÖîpu¸yž§(dÔÒÓRh†Réô[Á::ÜÓ Í$ËkŠrg$ÿcÓ‘#5Þ¸X{¿Y×+{*µ T£::ݵu J›ê×+„йý'ab6h6òá O¶¿jÍ ]¾Ðð]ù܉ғ,C'$$˜ÍfèêêjmmMOŒ™U˜ÿÕ©¶HW ˆòÁ/ßýïõóŒFco=ZÛÒÙ+ÔÖš£‡?´ÙbÚÚœ´à›=þu×]³éÓÍÛwíCˆEaT³Ö>FÊž@èűғoþê[…>ÞUþÅ×M©)É$O—õ ·/ËŸ=>EÍÒw`롚ÿ×gf¤ ´“@ \vè´j–¡¾üôÔ1³#—žGâîò5–í[¶úA”Aîv’ŒÃz”écÉè=¯Ÿ1Qø¿sæ‚eµG·œ(/¹ äø©„¼……K›*öëLqduЗ coûÍÇ€!ÖnKIN"Í„p‰š’üú—åü XƲŠe­11é©Êr_’9•?ÒjTKV^¿õó~lÉÊë9^ †øoÞU/µ~4!gªò§„œŽñãŸ>3gÏ1NÌ du0ãÆŽ9GË".ÉÉIÉÉI=?£Â'IƒœÕ¬_ó­uçx†Dµò›w9's~ûh$¬Ö0÷Ö'ù0@ ábárû.eWõ§GÇoÞM @ ð 0Æèì­G`ÃSë:\N †O@ Â…A±Œ656üýo;”;É@ ÂE„é÷.±@ .¨ÏqýÄ>J @¸˜=J @¸˜ùz@ ÂÅdÈöь̬ñ&Nš\8iò‹/¾”’š¦Ü_ “HÿgÌœÕë¯555‹/‰ Q–å^|q¨¡ÜpãÚ÷Þ{/ü³££#+;§««k¤R1JºÆŒ-HNIU®ŸyæÙAº‘¸edf-Yº,üóáG‰‹O(++‹"ÐÁäü…ÎÏÈt57·(×]]]‰IÉ—B¬@ †h죛7ÿ')1Q¹ž7onøá‘²ªFúßËOå§òïÆ cŒ%Izá…rÿýC bÝM7½ûÞ{k×®U~~øÑGK/6™LŠŸ.»KŽ€]»výö·O|ñÅæ¡æÛÅ —••åçç ‚°}ûŽÔÔTŒñ@>Ÿ#C“ó:?ÏJàžêqþ¼"3@ \: wýè5×~«×­Û¶-_~Õ‚…‹V¬\UZZ:"±|óÍ7gΚ½jõš·Þz»WÐOüîw¡Pèºë®_¿þöÁ{¸fÍê£G6·t[ÔÞïý›ÖÝ™œ¾©xåÕWûÛ'`Ó'Ÿ$$&¹ÝnX¾üªòòòá$íƒ>œ;wÞ¼ù n¹õV§ÓyŽ› ~¿ÿŽï~wÉÒ¥K—-{øáG¢qíkßÿغuëܹsÔ*•rÿŽï~wùò«f͹ûžó<™ÉÇeçä>ñÄï¾{ç‹—,-..î›óCuÞo&s—“›÷«_ÿzH¥yÎQ•X=òÈÿüðGw¯Z½æÀƒ¤; á¢}tÕªÕ4MÀ[o¾ù0Ƹ­­í±Ç~³qÃÇf³¹¤¤ä¾ûïߺeËPãö?//ï­7ߨ¯¯ÿÝïŸÜ±}›Ýnè¡_àÈyøáýëµ>ú†bôÒh4«V­üàýî»ïÞÊÊÊæ––… „¯ý¦bNQÑý?ù)ÆxÏž½“'OÞ³wïܹs[ÛÚòòò†jlÃ0Ƹ¾¾þÿýò—Û¶mMLHxê©§ÿß/ù—?ÿ¹ß›áônݺU§ÕmùòKE›Faç[µj庛oyøá_¼÷Þû?úÑöîýJ±þáùç- <ôÐ/Þy÷ÝÛׯŠ1öù|K—-}䑇wîÜõô3ϼ÷r~¨ÎûÍdŒ±×ë]¸pác>:Ô¤…«,Ëç­áX-Yºdñ¢EÕÕÕ7­»ùàýŠ@ .¾=7Ÿ}úIbÏ|z/öìÝÛÙÙyÇwïT~úýáûààÁùóçÙív¸ùæu‡¾>4")¿yݺúÅ}÷ÝûÞûïßpýõ‘B¤ßTäååµµ¶z<žCÅÅ>øàö;š™5kæpâpààÁ9sæ$&$À­·Þ²jõšn†™0aÂoÿí¯ýè¬Ù³–,^E :nò¤IŸ}öYUuõôéÓÂ÷ß~çO?ý”aX‡Ã¡R«z¹Òjµ3¦O€üüüÆÆÆ¾ÞÕù@U…eÙ…  §Úty<ãSÃaeggkÔêšššœœÒ)pèÑs€1ž2eò¿^}u„cɰÝ,;R~Μ9“ã¸#GŽ|øáGo¾ñú`R1sÖÌ›6™Ìæùóç=ýôÓ,ÃÌ™3ç.°ŒŒŒm[·ìÚ½û?ÿÙüòË/²iSžÜ¸öÆ»ï¾çûßÿ^øÎþýû?øàƒO6mÒjµÿüç+UÕÕ}¥›rAQH–{[.£p>P&kµÚ¾Çä^ Ú(˲,ËE€ Ф; á¢@ 4D¯¿†*sæÌÙ·oII‰²Óèĉxˆô }Æôéû÷ï…Bã/¿ø²{ßJÏ“Š]“ç…(Z{ã>ô «Õ:f̘Á¤bNQÑþðœ¢"µZm0?ýì³9sæà(€î€fΘ±wïÞ––Œñ›o½5wΜn†ãÖÒÒ²쪕+óØc'N” ‚EöÎ3çÞÿøÖ[o ßqwu%%%i4Y–?ýìÓp!D”o¤'¸WÎGá| L>gíTµó•cøaI’>üð#ŒñAÈÈÈÀ@ .0Ü>šÿ×ÿýËÿýsžçeY^qÕUãÆª'+V®RLV°k玴´´ûï¿oíMëRSRÌsßçׯ¿máÂ…öØØ ÿ{H­]{ãsÏ?ÿØc2EsæüüÁ‡æÎEE³ßz«6+3s8Ù•ššúøo»áƵ––öÇ—^èf˜ÒÒ“¿}â š¢0Æ¿}ü7 M Ò4}Ï=wGÞY´páÛo½}ëmë }rrò ý çüûï½;Tç#RU†„Éd_BBÂå˜:ŸÏçñyAîik2Mz½ž”;á¢ðõᯋ¿>(IÒ`]†™>uÆ”ÉSHÖç×£ÃQU§kO[c¬“'M£¨³Œ¯’$ ¢Èó\KksÉ‘r3h£¦Q ¦µ3)ÝÕ2•:œdøý~^àÃ?]ŽX{œÇ×ÕÔÜh6ÇPˆÂ€ƒJ¥2 Qø¿aãÇ7mì#AEQz½Þd2©Uj@HøÙ³Š–/[N*áb!Š¢Çã BII‰ý> ˲»ËÍÐL ÔjµÑ)BAúí5ºß?³ k2™.D] ñ 4M÷t,R[[›îÂèQŸÇ ü> €J£Ñ Îx’Öéîpu¸B\ …QШÕ‹Õj±&ŸÏ{²¬”f蜬\‹9†TòKŠâ¯þ侟±¬jð-ôÅ?>?y¤õ¨,z)ÆHŠƒp¥éÑáØùZZ›¦M™âB²,É X–e 0P¥V©³“Ù±]¼¿8èÚ¢{Ôßú;Cœ©—IÔ´¨Å(ÍÐ6ƒºÍ”¨½½E«Ñ"ðùÍ&“ŠU`ãP(äõxŒÆ!7Ú›6^{õuÕÕÕ@  ñGE•Je±ÄÐ4­Xkt:]l\,BˆèQÂpˆ¢ÝE)>&Æ¢×u:}¯æ Šb0°Z­¢(xº<ÑEËXñ ºWä(ÿîA§Óɲ¯0Vi4jFƒP(¬©¨°ÅÅÙã㇙ºº†Z_À7uòL•JÅó\(EXVe6›'Oš&ŠâÎÝÛôzÏsGûPý?P¼Ïn[²x™"s»í×glÝ}U¯.KÅãÇ(Þ·xáÒîTSSÍñü9žÑ¨5cÇŽùxc¹¾øöÄ1×Öß>fùI@d[á Ò£ážiŪ«•Ÿá‹Á¼,`Y–»‡&P.(hî3Ù÷¶[öѪ³ý~ÐÚîð·¿ì¬}šbÞP'þ…Ömƒãy•Z-ˆbø]àˆÿ¡îkŒ±,S4â8ÃÐõ¨F£ On*!ñ<ϲ¬N§CˆBˆ„@­Rcr@axDÑî"[DÑ´ÑdêtwÆÄœ5½Ûáî´Ùc!Q’yAˆ®¢J²Œ$Yv8Ý6ŸˆÿÙmv ay¤Z F“‰ã¹æ–ö¤¤${\E¥²Ó32}>_}csRb«R Ïp‚v¶·»].Á Šb§Ëc·[l&­NÁ@ t:¬J¥Öé\Ž$mimÆfN+âyÎíîdš¢h•J’e9 ʲ¤ÕêŠfÍ둉C.²ªêª%‹—)JW‘¡+Ýá™÷ŒÏú EM˜PøWþºh4éÑá´;„PVv.…º­ÝvRè“zì£aÙ?‚cDWËçCblÆMÞö“î–ÏÍI«IJ¸rôhøÝ™ãB½.¡GÅnñ§GãeHA'ï~Û’ù¦Ê°èL3¦´±ãNö;>î¨ù1÷ÐÐÞ 1¦PϾ(„P¤ ø¢ †»`­V‹eÅ\ BH±ƒ²,+Š¢rÝc+U N•m/*¢Õš‰/üÁ4~<©a„(ˆ¢ÝQo¼ K2¦d³É\ßPo4Ãð<%¬QkxŽÇ²¬h“(¢'Ë2`eÙf³E­=fR ²$ÔŒ$V¦7004]W[7ÐcZ­¦»ÕË8ê ¹PÈÕÖ®Óë>¿J­ÎÊ£R©Â­›eU&³%Æfoª«ã‚!•JÝÞÒj4™ÔQ-{pwu¶;Úæ-‚ ¨ÕjwWgm]­ßï …¸ø¸øÄÄd›Õ …dYÒh4 CžçE‘a˜P(xϽ÷DÞÿÓK:{/)ÿT¦³†‘$iTíÑN»C®®<}T£_0±× ;|œ•Ï&½F–}ñy×7–>gN\EºP¤G{ؾõË«Öp¾8¿%À ÌÔ÷¼„w›P(ð0êô ó•~> :ÒHþ€ëcF7ièƒ „°ŒÕ5¢ÔËv¢V«Y‹e,ËR(Äu™CG‘ža ª\(ÿ†Ÿñ–—kþò§¢;rDðÀ´pïRÃQE» £R±¢( *•ÚfµuttÄÅÅ)rutÄÇÅI’„e9F··°2±ÃéåU°»Ya°ÛíÐ3§?2z´§ÁZc,²Y>G …^6¨¡„qCm­Z­x^¥Vgääô,ÿ ¿ëV©T™¹95•UÏ«UªºêêÜ‚‚Þë„Ö‰S¥K-çy^x†aŠ¿>àõyó²s3ÒÒ=ϱÒcÇKg¤gM<<7CYÚ—÷Þù@¹¸éæBËV_£üüÏÆÀªo]¯üÜôáû£sÅÑpÚ ”““ßc¡è6’ž™´C=«$F:_ƒî‘k3Ú‹™ì·IÜKAw‰Ö2‰ô¢„+M®Xµ¦×ÅùõhÏX…± g½ "@µy^¨s£§ág¦´—zþÙÛQó‰«Õ§¼2ÔEgc@€1Ï‹ôjð¢("„d,cK’­íÖ£a1:oÞ<•Juüøñð8$ƒ_ÝrËìÕ)t—$ð’Êl%Õ‹Q´»0ƒÁçóÅÄXEQ4 n·; jµZ¿? Õh† C4Mùý¾„„Ä袧´qŒ!Önï‘£€Î>¸m׆Û,ÃÐôùÕk´c¾ÏãÁ2F x>-+ !TSS#Šbff&˲ ÂéÓ§Y–ÍÌÌLNK«.+cU*Y½]]&‹eHa¹»ÜV‹•aÇ­R©KŽFˆš_´@ùkñׇ–/]i1[@’$EŒÊ²,F¥GÃvð/·}!ŸJņ¯•7™ÙH»Îl`*ݹ½)Ä9]N°Ûìé}á⥀ch„©£êÅļoaÉÅ0ZŒ»ÇÞì¨z)mÚ+¤%\!z4Ü¡‡B¡^ç«$)Ò¤¡ü?Bd°ÊT,Ãje,€ä€EŒC€ý²Ø¥6N“À6ÔY d°Äñ¡Ööš¦MF îî1ìõ{üMÓ&ƒY–±ŒånÛíÐõh¤M´¦¦¦°°pÉ’%]]]ʇîÿI’ÞaŽw½×VÒîÊÿóËdW!:¢hw‘zÔãñ„¸Še)š²Ù­N‡+1)Ñív'%'q<‡(äõyÕ5MS8Úùz v8]g´K À%YjhlT6øŸuÔЗnw/Cïõ‰hÜŸåDÑcuutD\À@âÞb³²jÌ ¼ßﯨ¬ÈÍÍ€ÊÊÊP(d00`V­²Ø¬îÎND!¿Ïo4›‡”¨¶¶ÖÌÌ,I)ŠvºœN§s^Ñ||f¡TÐïóaYÂÝ+Ÿ”NK!ª"ë^ú÷¿ý32òŸüìþÌÔîóhøù=ûôó½ÆÒîΣG „<Çþ»~—»è‰ÇM1VY–Ý.gé/ÙðÜ‹‹_û—)ÖŽ1ŒTÆÝ%ÎêCmS_‘¹RVR{lÆ-Í'¯­?t‡=û'ÄJJ¸ôh˜Û¶¬X¹&ąƒԣÝJ)£Tϲ$0J8S4ŒJƒÅú€{[Ðõ¹Î¶Bkž‚(­ Ð,ú¢2I(c‡«Ýjµ± ët9"ÿ΋|bb’Ïçéò¸µ}Ô¯ý½æëÇñãǧM›Æó¼,Ëuo½íùüÝÙßÎîø¨­Òåˆâ‘»~x䮀!7wòßþjžDºÂ`‰¢ÝEÛÖÞn·ÛEQÔh´4C;KŒE9ëB„@ ýaøÝ¶O„bcc#µQþU„£,Ë111æ³UZt‡@õ;rc€?sÊïó"„DAÐêõÊ”KfffUUU(ª¨¨Žã4MFF†+ÁÐárÑ4í÷y‡š¨–¶–É“§ò®$ŠòRVMý饗pw÷ÒWþö¿`4è{´‚>³ù¤Ý ­Ý!ûîúQá·ï;»È{üx{A>BÈtªláÿ÷ÉÝ»¶­¿ýº/6ÀF&,{Z?wV>'ñޏìÅ™“^–…Z„$V²Ø\¸j£«þ£¦#ß§³=ç¿L +ÉŽ{• GW¬\ÓëâüzT[ VÎ^¹ÑH„©¬ùš®úgºÿ®ÖÅk 6OÓŸÚ+œ˜ÒÇäo¦mF¨{g(Ç‚„øw—[ù«Åb±˜-!.$É2,I…¨¨_L#çëõzý´iÓJJJ222Ü'Oß{ï¢[SÜ;ÈLÍzè¬S«:Ë<%<°`ëVRÛƒ$Šv ˲6«ÕårÅÆÆÒ4m4Ýn·N§xcÜÙÙ™ßësQèQÈét"¤´l¯¼|*íK–eA8Žþ!PýëÑ p攲°A’eV«x˲lNNNee¥²”P­Vçää°,Û}~œN'KCÓ@`¨‰êòx† ü*•º¾¡~ÁÜ‘µYí×]sýÖ(%†Úë§ÂÙ³ù¤Ý ¨tëÖØ´´1“&óO<Ñàt|uÍJ  è‹íÙ™Yco^׺{OÉæÏ']µr81 tj,¾CkI‹Íœb°ŽÇRGÈóÃhXu÷Ú‰+—'L±Ö”·üî’öê·[?˜2ý5]Ì4Ò¯.K=^¥ä}½.ίG»çë{º ",'€,}«5/Ÿ’kv€>.që®Ó“¦þH3 }u”,J²$‹ÏPlgG§^ω:Ao%I–$–a¼>O0ðû*V#KƲ$‰Ñ-Êœ¯Ÿ]’€¦¨îðzvFìzˆ‘`©,»‘Ü€UúŒ£å+œíV_Œ1Æf³cl0Î6A%YbhQðûü’(Y-6†aÕj5…¨¨'LÂb4==Ýï÷?~œeYÀHŸ›;ýO*cYù×fàÌ©¡§ÖhU T*E±ªºŠã8%±ÇUVUædç(Gh%ÍÐÏ{R³*Žç”%¼½Áív ýËŽç:PWWg·ÙgÍœ­lršŽ‘å>zî½ÿÌñO÷Þï_üÓ³Ï?«üüÙO~6:×¾§Ý!„œ®CLŒoJáÞ«W®¹n­%ÆJQÔ¼?Þôï÷¯™4ѨÝáÎBŠ1¦L»¹ä{͇¬Éã öÅH|ƒ(¸@–ü KÄ$êËÒt6ÿÛQ½…ùS¦¿CÄ(áÒçóW¥·ëé¡1iwƒÄfµ{SGgA[ÇîïÞ±à_¯#;Öß6î–›§«CàâbãQÄG¢&2į0įuí8ýRÙî_™ÿÈ5±Ú13¥[¾¯³/IžöÆ\g–@¸tò|ýÞÝ;¯Z¹Æçó†/až‘¡Ç2J!ªG™ž9XÙãߦ“ÄáÚG^0›ÍÊdzø[mÐó¡å_I’ººº¢¾ áýõʘIJ¬Çëñz½>ŸO»àû÷ÒåVw['Òv;©p„舢Ý)t¸\­Öh4¶µµÉ’€âããN'Ï…<©ii--ÍÏ#Š2:½Þåp$¥¤ŒHW¢Ö¨Ífs(¤vºœˆDŽã"‚¯WlŸs€3§¢Î`2a@@ÑtS]]f^nzzzd†ÉÎÎV~6ÕÕõt2`º}45%µäè‘ÖÖf“Éäó{V,[±ïÀ¾7}4n츤äY]ÌJÏœS4¯¾¡ZZšÍ&Kt&m%þ·ßöîØõsü|çöïF>< ·4EÝîjùþ“¾{甂q´Zµá£÷Ɠׯ/œ]„vîiõ•ô_ü|³Uc.LšüÏæ#ßsÖ~“RòÒZV·W¿¡³/IšüÒ‹.;.À|½,ž±">k‚"O Àpf.MÎ|=`Œ± ʦƒ` øu:½V§€^?QˆúÌEŒ*V‡ÃÑÖÞ6eÊ”Ø8»Á¨çy^—ž¦¾çî=[¶ÒAõìG&Õ‹QÏ:ÛÛµZ]kkëøI“T*Õ¡}ûËRBR’Ëგ(N›;|Øj³;£Õ£ý DåÅ3.6î‡@E×Èû®ùä™SCÙÙYUeeµ& ÖTV%¥¥©ÕŠÕõD8Žo®¯ƒM‡BÁ¼¡œIaúÔé_|ùŸ›ÖÞ[Z›g͘=6¿ ¬¢ì“Ï>±X,I‰‰ëo¹Ýd25µ4†B!–UmØøñšUWGJ¥Ba,cÜ-‡0†ž1òµ¢×r „˪H»—/ÛöìóI;v$-X0îšk'dd0 ƒ;:Ðç›·mkâùW_#Üw"S‹)ýÇíGo³¥¯¤EHÛÑx8®ðmI’» éK —¿ Ï×{=½.ίGE©Ï—Ñd(€°îqÏ¢³n=í§´•A‰‚ ø’’’›šš¼Þîcê“ZZ[´:åëÏ–åîiQAÓ´Z­öx<_þ:55妛nLKOS«5<Ïñ<'ˆB(Ööƒ/¿{·‘Fˆ‚(Ú]Xº!À4¢Ž ƒ4M‹’Ȱ,CÓFš¢=n·V«¥€A±¯Ì˲€€Óéèï(À²Í÷Ð1–1ȑٸpÁi4šØ¸8—éR«ž«©(±Ùtz½F§€P ðû;].„ESÏÇÅÇk4šèò0!>!1!ñÝ÷ß]³z,ËÕ51Û”I“gÏœ%I²(Š^o×±%:­N£Ñ¾ÿþ{3¦ÎHOM‹",žç“’’†¤N”Ù¤ÑÖ‰Eßîº_YÐŒ7ÿïÀ­·§ÖÖÄΚjø1`o§Óù¯W›xnÉÆ ¸¿A6ºAO™ñãyž‡ L'»Êc’ïöwÅt2¨Tªð„!éQ —± 7”¯öìºjå¯×¾ÜÈÔmœˆX:Š{ÞÅÑ™@z‚% G{L°Œ±Œ± ŠŠsÞÀªT©i©aÓˆ(JáÝ‚(JXŽÚ@JÓ´,Ë%%%Zú–ÛnЉ±jÔY–C¡`O'.vyºä8ò˜0ª‰®Ý€Ùãëòè †òSe,ËM¦P0d‹“1¶ÚíîŽN½ÑØÜÐÀ ¢Ñ`à9ÞbµŽT]•dYiÅöƒ%VŽ"À0€<ô M’$Q4{ pá‚3Ûlœ t:]Z­†Q©ü>Ÿ×ë•% Ð4¢YV„@ hµÇÄÆŠ’DÓtt™6kfQÉÑ’×_mÕê56«Ýëéjooå^1n14c±Õ××oÛ¾5/7oÚ´é8ª^Ëçó555)_KÆ ¥pÂ7išŽe“vwN"¿q›ã–oÛrtóæâ£Ç.B(.6.ín¸öZÀн}B=‡6D'FA…¸@  8íº¶ê7-‰K[«w…´·tttèt:­V§Õj†!’”pyëÑ0C¿!!!éø‰c'² TVUÄÚb¥¨út^!$Bx8q8>ŸO–ÃkPx$A9žUÄN‹ó"Š"B¨¹¹‰C‹–ÌÓjµ*•s|¨{Ù–dÙãñ³(a˜D=oh¶XÚ[Zf“Íf•e™ q` >5l±±í--€±N¯7Ò´(Š]]“Í*;”¶0ð09¨C †ö¶)Ë<Ïëô†®ÎN—Ói Õhõ#ÆX’eŒ±Þh%ÙÛÙB«biŠB…z^åyc9&Ön²Ä(â j=Êq\zz–ñ¿?úГ›““š’c±r¡?àw:]ûlø“'MNMImnnÑê´:­vH:&--­¡¡>99!ÔKt†SÝïÆ¦›Í&Šbt+VGI»s¹:hšE!!.)|sÑÍ·û‡¦i—«#))1Ú¶¦ØGEQxžÂdÖû’³fcÐãY§P‚ Š¢,KòÈ­ .ží阼ž®^çn$.§S¯ÑmÞüù›o¿!‰â™Žî¬nïÌ„P¬=6-%­½­m¨3JÀ‡BC{[›(Jœµ$IfSäYkˆ¦i寢 ´¶´PˆâC!Õ ;YA<oCSmVn:˲ŠÍ€8z+nc¿ßI/@Cjw‘hµÚä´´Öæ&žçiD±juRj*CQ M#„ÆNœXwú´·«K$†¦cì6µZ`dædÕ*UÙ©S}"žõS§Õ), !µJeµÚ,fK¯YŽÎΰ4-b¬Ój«b}^¯Àq!ATŽ;¥E³¬F§3˜Mz^£QÓÅ0Lt(IÏq|(c±,œ·¨¥µµ¼¬|÷î=`€BË0µ&!>¡ ¯@«Ñ„‚A@SH)ÍÁ+àIã'}uà«]{v IP¥×é ÆŒ£)jô¼`GÕîpfzÖ /=§lä 4Mg¦gF½l P1 £bYY£A Èôc'!Æ=i2Z4V£Q«T M+;7ˆ‰„pëÑ(+/BV›-???++{h‘`h{l,¢¨¡†«R«eŒÀíîª(¯D@¬ÉdR>,†eo½ù–>úw÷IçÍË—.'MŸp±@e‹±YEQTf]•Ê”FÍ0Lv^ž(ŠŠ½Ÿ¦iezDjlBBâyÂD¢(–¢ 7I«H`ù\ICˆaY†eUjµÉl–ãã[Txõ‘²£1²ˆ:÷(š6jFÇqúPÈl±dee ¢(KÝ–-åÛÄ,èT*•J¥ÑhÔjµbÌ| –˜˜ó¶¶¶1 =È~Y–}>ŸÝn·Ûí0BÕãJÅjµfCnjJÚPG.ë0–Ê Š¢4Z-«RéôzI’¤Ø%¶ÑFŠB Ã(ÓôJE%ÅG¸¼õhÔ¯S,ä$'GÓ5GõÎ2 k0À˜ü¼!9”àÖ¬Z½fÕê á30âÐEGž%yv…dhš‰´®\uEßlӠλ"hÁ)[¤¨s˜!G(-,ð cÐë/\÷¢×é²³2£ŒéÍΉZ¥JJHøæó–BˆêÕÁDŠp%êÑá äŒ @ Â0õ(y¥"@ \L=JŒü@ „o2·N @ z”@ 0Z`ý(™¯'@ |#û(@ ábÒ¿}´ºº’d @ aÄ[0~Pz´ïs„oŒ±Àó/('ŒŠ¢–=ó…kŒ%I–% ã/„ES4Í\@? 0DŽT´|¸ãT}«ûÊKMQÉq¦Žœ—H z4@ÔÀ%$FƒÁ@Scã‰ãÇœNgÔbÔjµN˜P˜7f¬,K€±( M¥¥Ç;;:£Žf³yìØ‚ôŒt†U]? 0D—7ÿó“£EÓ'.^`£)ú K$Ë­í®l:rË"ïÜ)y¤¸‰%|C¼ÐØÐðuñÁqã'NœŒ¢ZÙ‹ øÅÅ &czzfÀïoll<üõ¡…‹—ddfÓt4– µ5Õ»vìÀXÎÌÊ@#î'ÍzH CãÃåS Ç[blˆW^Mæ˜)…ã?+®$z”èQÂ7¨G®´ôøø‰…z½Žaè¨?»j²˜&O›¶ßÞÜÜ<ŸW,=qbÑ¢¥Y9¹QGŒeÙܼ1Qû¾Ú“”œÌ²ìˆû©c }Ÿiok­¬(÷tu]¬¡(Ê`4ææåÀÅ IÈ•T£-—r¢.ß WbÞæt›hñ¥+xdÔbÚ]ž½»w^‘MþŠtâ∽üeÜáêÐNÐ24ÍÒ EG?ùb6˜\N¢(ŒÁív§ge ?zéé›?ÿLE†aGÜÏ~Åhé‰ãS§Ï°Ûc‡“Ã*Ir:‡‹J’4}Öì‹’+©8F[/åD]¾®ÄœÚ½µµ¶T–e¸¢¡O(œtE6ù+}Ð)€ÁKR¢G/)I*#„(DQˆŠþ(.š‚p…1¦izøÊ2,+˲Œñò³•åecƨÕj¯×sKD­Vç-¨,/»è1! ¹’Šc´¥ñRNÔå›ájµš¡áñ{V\áç…ßòÐ?®à&E:c+Ëˈ½ŒÁ=|3Á•W”}úÙ¦Õ«®ÎÏ3R~î?°¯øÐÁéÓfÌš9;:¼^¯Åb¹¾Ë`¶XÀð…ˆ+#!WLqŒ¶4^ʉº|3œ0=\Á°ÔèúFÏ•4èx½ÞÁ?Oôè¥'FáŒåy¾¢º¢±©I„þ*Ë&'%ççä©TÑìR¯¨(ß¾cÛÍ7ݲñ“P^^þˆ¤¢øÐÁŸÜ÷³ÿø‡¨õ(ƺ$Bè›|= %Å1ÚÒx)'êòÍp†ê6`\ÙÃ"3Êôè6è=zYKR×Ųʊٳ‹nJË8Çóuõµûö}5¡`ܹ4nu¢¢¢|ûÎmß¹ý­V÷ÛïxíõaŒ)IÏÝZ¦O›ñâÿ0}ÚŒá´(|)½÷ã+Åqe$›Ð™ÆK9Q—c†34tåk5†F£¡ÉÂ^.=šš–~`ÿ¾„„„_|ég?ûé…ˆGRRrssSäE/dY¾p¡_Jb‡m¤ÐÜÒ˜’’êpµ‰bÿgy0 “’’ÚÜÒ8~lÁ ‹Q–Uyô`ßÇ¢K¦<úÄÙ(Lò6q?þøoC¡Ð5×\{Ë-·À–-[/Y:wÞüe˯:QZ Çefeÿö‰'æ/X0wÞü¥¥wÝõÃé3f~ëºëƒÁ ßï¿ýÛßY¸pÑ¢E‹|è…²fÍÕÐ÷á^¡‡ñûý­­¼L_‰0>K’ÀØÜñãÇLRþ›;+}óÄK…\é›cs'ŒÍá´*òOååe‘bô“O?IKËøäÓOš[YVõÛïØ¾s[yyîÃ@~655¾þækï¼ûVMÍi厲~´øÐAågõ骾ò··ß}³©©ñÜ~çHêë2³r^yåÕ$éO/ÿ9ü3/,ýF& þö·OÌ›¿`ÎÜùK—-ÿÇ?_Á—µµµ+W­|B ÆŸ>cÖ¬ÙE³f-X°hÄãóÍGÁ¸ñ³fÏ)š3oæ¬ÙO>õ4¾Ì(«×\þù«_?š‘™]^^>œ\íU:%Qáê÷òŸÿ2Û¾ l¨\ËËË׬]wúdºžžÞ‚Ø8%ëårî»@hÐa4!ÔŢˮÛ--»|3qâÌÙsúGF–þSº|é’/_.?˜”¤­­u»¨hæÌÙ'ÒËz¾ººFÒçäßÏ0¤#¢FS©”òò§“¾ýÆÐÐc,ë½K—.««©¥§¥’ûÆøå«W²¦)ÒDît(™Aoo/Yá²:¨ncïààq1ãš1ýXjêø˜˜‚‚©«{ UFrvÞ¼yÑàŒéÓ FRRòÈÃI?øûùùúúüýøñØq1³Î¿yû¶y‡ß®ÛÙl¶l`ˆûÊsE3X]]íãí=oîœ3g2¡›££C‡‚z¹¹º¹¸8E„‡³ÙlÙ˜'}ncÓ}ÚÔOŸ>C†Š"•š=TTDÁ}ZoÛ³çí¢"n]›ÍWææå%%'_8^]]ý÷­[KJJÈ´• B$¢R(!@€0ÎÍÍ•ÛRœéJf½ âÉMRŠaŒ ÂÅÙ9åàAÉÊÎ;äç_¸xñäÉ“ëÖ­»•%;5rŸ?*{à’»Ûè=fÜŒéÓ(Jêñãú÷—Ü_ÄAR^^Þà`UŽH˜G¹rdŒªì,¤Úg2εiÓFýUÙ%]!‰ì¥ŽØrCZ޾EòQ:N†,ƒÁðõñ™;wÞ­[·ìíí ‚¸s÷n½yá³gÏÚ¶mæëëkÝÝF(’Ô˜]²eÞ•+æff¦¦¦­f}”\#E2×ë5Úh¾¾¶åÙÕm!BP‡²žpsχèdá¾(^æ´Ži]†É“ùÿÈ ÎÌʬ©®éÓ»_WKKŒqá­S§Ìذi­“£“U7+~9;[ †ôé«$¼$eZXté| ùÀÈ#;˜šOžôÆM럟ß?2røÈ(>ŸÏçóÙlvÏ=ø|~Gsóò§år•UF(aLHU*‚Åby{{ñù|k++‹Î ôõù|¾M÷¥õnMI9”™yžÎ ¿yý†4M®ÎW <ÜÝ455ù|~dDÄ›…*B’|`_ûÈCºtéÒ¢ÅKŽN‰D¹9¹••ï&}7™lS]SÃçóe=/ð1þ A `óù|‘HÔÒÓA²w÷®öíÛWUUcooçéá!ë½®]-W¬\¹xÉRg''o>Ÿ/×4EšÈ%3˜›ƒe…Ëê ºt:ÝÆÆæôé3ýýw6c@ øF(#9;ššš.ÎN§NŸññöÊÎÉýeÞ\>ŸO§Ó]]]ø|¾©‰ “É,yôèî»Ík”dø¥Ÿ8!’a#çŠfÁ`š7Z·;¶=xøðæÍ”C‡“’L> ó<Åbùúøðùüž¶=׬[§D¥f:¼‰ã“ƒªMO)S\»f††Æ»wïvïÙÓµkWS5u5iééÖÖÖdÂ(‰¦¤DEÌÏÏ…-:?|T"·¥P(Z|çÎÂ…‹hT*FxùòeJ’QE%G·Œ_ߪîýxµ^òC^¯×ÐÐ|š»Á*dþ½“ °¨!DW×EÑYm&ºÏz±Œj1T~’ûñþc“±£ÇJÞžboç°~ãZ{òßÎ:wîÔ¹þ;rð'wnYu³‰D‰‰‰Ñ£GwèÐqê”iÛvl:e“É*+{’¸o_¿~VݬtŠlæÊår333¯\ÉOؽ!TUÅÉÍÍוê(Uóñ›üÿ äMNVR(ˆ °Šk'Vݺ>¸ÿ€ËåŠ/ˆWd‡`2d%•Je²˜â²@ P¾õú¤Ÿ8™´?‘ÍfHJ~üä‰"1F´•nêjÂõzÒÕ¥ee,ëÝ»*CCCcÛž=7m\/ãÒO:J>ÆYÀçKJnÑé´BKKËÕÕ%/ï ƒÁõž©©é±#G®^½šuá⮄Ýö'*0MŽ&ܸ!w:”Ì \á²:4ÈÆˆð°™³çŒŠ)öžäzOC•‘šǭ߸éõë×Á½‚Øl6ÇÃAy§P D·„Qâz¹!6²q®È.6‹ÕtݺZZvµ´8 ¿‡—Ï“þ‘{´a2dJ¡¡¢H¥fòyøHFóÄĽqq ÝÜÜ1ÆêmÚŒ×+00qoâ€545:˜š’ƒ0ÖÒÒ*..ööö©­«Û½k'JUÒòÏ?ÿܼysm]]ÂÎ4*UÙú(BãÆsvq500È<›AVîݳû‡)?ðx|‚ ÂBCm{ö,**š¿ –F£bŒWÆÇÓi4Ys=ïIêÀ¥èž~òdMm¥eò Ù QýˆÔ¸½L®¤ô‡r7‘ߺÅ÷'Ô«¿Šûï§®sÄnÊ^ßÌùhYé?daÉâÅK/&ËRëÿýYöòòòòò"ËÓ¦Ný°8§øNPñ3GÉBp¯^²%G#û §ÿz:JÞ@*™Š¯×c‘PÃØ!Dj mBneûî}UOÚè™k;bLÈßiVòä{G{GÔÀ§KÈÊ´¶î."ˆ]»bÆŽ33ë4}êOB¡°´ôqžÝa¡áÖÖÝúô Y[ÎËttpømËfòßcÇR§¥ÏžùóÊU«?~ܱcGò»šš¹>'þ΃1vttˆ_¹òÅ‹Gssu¤®/«¢Œ¥¥¥ƒ£CÜÂſ̛ӦM‡säè±>}z×?–NÉV‡chØžÅb‘yþ| E:;:ØoÞò™_º|Yê”Ùˆ|tÙòø À@w÷Ysæ¤$'¹ºº,[¾¢¸øŽMw‚ >,±²êæêâ,åy--­ººÚªª*--­¼¼+¤žT*µ¥§CÒŠÚÚÚ7n4P®÷^¾|©­­èææê$ åš&W•¦ãÓ”+\V¹?DP´/»¹¹ŽÚO<ô'¿Æm 2R³cggWý¾:!a÷¶­~`+"ˆ'OEF„ß,,…fffêmÚ4³Qá'70þ6òâ¼ÞlœnåååoÞ¾µ³µEÝ»!ÔVWW6æ©Tªl¨¨TÍ*t*BЬOÕÔÔâãWÄǯ¬»žvë7®µëi×°gŒ)–iÛ£§H(HÜ·wÔÈQ¶=z6úÑeð¾P0¤ÕOÇecEEÅ÷?ühllÜ·Oo¹Ë?­{âþ“ï ¥}r¾h­Ðið¾ÐÆeø¿Ø~ié(ÆS>æ¥æ&&ÞÏ»’+~¸RwÞóºÓ‹Ì‡¶1tDòŽ~Ñû²?Ê®'cÇÅHÁ=gJ"ÒÎÖŽ\ÂÄ ¼TI{{;s³ŽºººMÙ C ýœ;zXrt&ƒ‘›} òÑ/¡†<Ôù? Þ_ß(š}ÿ…|ô«LH?þG£Ñ;šuìhÖQ¢[ݳ‹sv5³O UËœ°™IabEë£Í‘õÉÔÑÑiâ ‚!‚Q ›²ó7 µþlÖG¿ ý‚ ªI©7£Ožl@|¾Túñqú ¥ººšÚä7‰"Q‹Ê„| #5䣠[ÃÎßÔ¯!Uø~&8@> ´P2Ji«×–Çã±Ù¬&þâQ(éµkG…‚´µµ_¾xÞÞШ‰ê½|ùBGG‡J¡´„LÈGÁ8RC> º0;_ÀL0˜={Ú]ÍÏïÞÝšÍf“ïHh(4:]$ÝêÅçó©4šu÷îW¯º¹{´Ó7 6êË4Aàׯ^^+(èiÛ“Ád¶„L¹mîÝ)þrfç‹R i5ÓñµÙø%õu8ÇýÎ_Ã.ßZM>s2]\¦R©šZÚ]»uk§oùè— ‹ÅêÚÍZCSóꕼ7oÞúY:•JÕÓkÔË¢KMM F777'DDaá N§Ñ2uttzÚö044d±Õ(J³Ë”Û&jL D€rÞsªZ·p.h5pkkŸ<ù»øöíž¶¶z2))ä£_!27ïdiÙ•¢ø®J„|>¿¦¦æÃ3˜-,LLMDB!ÑØõ*…Â`2Éd´…d~ÇYà+O¸¿*Ú¶Ó·îÑãáƒ*æ£'ÓRÁkÀg#,r8Z7,KSK‹#ï;†ÂõÑ¿Ù^à8à3Й›N€VùòI¹wú)ÌG›÷·]lôÌC8(Ÿ~”‹Œ`>€úóQ¢YóÑîh©AîKþ@›Áé@ýùh3¦£Úè¶Q›g–žïOiÕÞ®B¶àw Þ|´ÙÒ.Ôæöh ÝŽö“ŸåïºN¬¿$ÊÞÖØ,°q…åf[£ðºÊcz&ýÛá6®P¥cìH›ïúˆÿ s5^ÝÓ@›¥¼—SÝ©–ßöµ0×W îTï(a¿ú3Mªï¨hŒøªiÁûG5Ñã.ÔÝ&”óì§bás*®¤Pø§£›+Pp‰hì{Ô©^!úÚ¬ï¸4*ÅÒX£²šO ¬\1w+½}Ÿ¼ªâ±´ôkO¥S©‚ø´†Bñ·5¸pûEcrùOûn;óˆ€ì  ¡9•¢ MYñbàwÔØö'‹ºžA«uŒœuWé,}Ì¿£ß1Ô!$Ñ¥+€=Þ²€ß)Y6»ùè­ƒ….Ƹ«‰æ_Ϫ…"Œ0°5èçlD¶éÐN}J¸¥äª¾6kˆ·Ù7}-¾ ±w5ÆÓ¨”¸¨¡.Æcƒ:ÙwÒØñLj®?†wt3Á÷u4dШßôµôÉbêèÀŽSÂ-h5Ü׌Fýàn¦šS#»NìúcDW=M¦TßoC>¬æÚwÖùi@·éý» îÔ†E#uXÕ³¯£á¨€ŽS#ºšé«Ã²hË­ …Â5k×:9»´Ó703ï82*ª²²²ébŸVThiëôîÓWI½¢2Bhíºuk×­S.êóSZZª¥­Ó/4ô¿¢0Ð*i‘ûGiuuÛ[ ¥P™\N– –ÁT3R™!ïAà¶¼Û´5U»wÊàí€ËDb-6‘+§èÉ» }ºœùã©“…îåâ— 50Æ÷_Oíouæ Ý»éåß{-V5ýjy7­WVó;¶×èí`øážíA9çÄSŽm'¾€Xü>BˆÉ bŒOÿQánÕnëé©¡çüSË!„zvp´h[ð൶:cˆ·Ùï§¾ªâѨ•"ÛcÜV“áf².õ~U­ £Q¸›IÒ¥'cƒz·¬êÉ–&šÁ†;2AðµãÇOH=~¼S§N3¦O‰DgΜyõê•®®n §¥©9}Ú43s3åõk×®C͘>]I——ÿœÂ@«AÉúhã?9¢mÏ*éOŠÎT¿.¢«YSfÞ+^í?¼º§Z{*Üó"ïÉ­ÃÏ+é9¢í5„‰\!!ž€({UÓÃ\G_›ýäE ©Õû:áßϪ{˜ë°´®¦š…UJõúPÀ,‹ü°œƒ1*]×±}›0W3m‘Ku‘ü8[ê}ÖuR?K #M6ƨ³‘æ_ÏÞ¿|Çà E˜' ¤ú’åŽ*ªßÕ0FÞXi’[BâñóŒÑó·\] fSÜÛÊ>ÍË7R×ÓÓ»x!kÞ¼¹óçÿš——Û©S'@àããkdl¢ÛV¯{w›M›6‹—ý<<=GFEé´wsw¿]T„’Û˜„ÇãMüæ[ƒö†âÆœ÷ï×­_Ÿ’rHJÉz;{‡Ãáp´´uì줺¤Ÿ8ááé©×N¿‹e×… QUU5løpC#ã¶zízô´=–*ý¾´ŒŒ _?ÿvú&¦V­^JKOw÷ðÐk§oÑÅrÞ/¿ðù|±uÑÑc Ú:9»Ü»wŸìþÛo¿›wìÔŲ뤤F(¬úXõÊÖGùQ£…¾A3ø ¦¼ 6Õ;µÿþ½ƒuŸ6:úüº'Ì6ï^Þ.»{â_÷ï‡rQ B!‘ ¼Žêœ]ô’/aŒB‚/].zæj¢Æ¤ýùweuàÓ4úCP„1æ D˜À|!ÁˆBÏÞÔ®8t§›‰–MGm¿žëRïS©Yc-Œ4,t×§Þç ß:l¾@$%[ÊöýÐ h&}ÐAø±/_@m¢{[ÌæöÇ „üýüÚ¶mKÖP(ƒ! lcÓ ˆø•«~ùõWÿ²ÍÝ»÷&NœØ§wŸ§N7.æÆ×)Š¢Æ………þ~~“¿ûníºudcU´Z¿"zÌX„Ж-›554$7ýùçŸÑÑc¼½¼R.Ê<~ÍÚµzzzjêjgÎdÌ™=ÛÃÃýÁƒl[²Ëí¢¢#£ÔÕÕýå-m-‘HtëÖ­1cƶoo°jÕÊÓ§ÏlÞ¼…É`Nüf"BèλC‡µ´´\µzõªU«vΙ;×ÀÀ`Ö¬™Ço¨Â ëÈÑ£J €zòÑ¦ßØW& (Юûϱt*ä½¥Ð^–Þ>t±våK‘ 9ˆ²þaŒ”qÎ>û£ä ©yýýïgïÙLZ½áï§Èêùñ¶DLJwDi·aÖr…·þ~û ¼jÉ{ ‰DˆJA"‰ß9©1©•Õ|ž@DAȶ³îó·uã‡åœþ¦úÚ¬—ï¸t…J¥ðÒ}1Æ*Þð젥Ψªá»[é=,/¥ƒä_à³ÁãñJ•lݺõ]UŸÏGݽsÇÛÇ!dÓ½{̸q¡mÛ¶ß¹SVVÖ¶m[E»uë¶paBèô™3÷ïß/++£ÒhõŽÞ§Oƒ“Ê5BWï¿rê¢÷ôu­\Í?¦£Òù¨‰žZ¤G‚Àˆ‚Žäþ#¡¼»/ç ïÁ©¬O½GJ¸[úÎݺݤЮ<¨ò=LkßUó’.>ß§ …‚DÞ•ñèŸ+Õcü†Ã=šûÏ”ˆn¡7Þ¾¬¿åä£òÑ&ñ¬¢âþ½;ï*+B•ÜäììL¦toß¾%W4 ‚‰D»v%$&9cúô 7&&î ?,Qóø|©‚’ÆÞA(ŠÜ. !4yòw£¢F‘5êêj;vQ ¾¬|´\èYÉm¯Vr§ŠkX.ôTuqTzZ¬ÉáVo8¼?¾†UƯû÷îö°sh£®®®¡A§ÓÉõEIvíÚÙÓ¶gròÁõ6¨««{{{éëë;öüùóÛ·ïȾœÝ£‡Mii©¸½ƒƒÃÓ§éééVVV;¶oC)o\þô©dc™6mê¢E‹§üøcŸ>}Ö¯_'®·³³KLÜ¿"þÛo'1 ›ƒR©ÔäƒÉÿýX$uëÚuéÒ%’¢ìlm÷ïÛ·bÅŠÅK–°X¬éÓ§ÙÙÙíÙ³{ùòå?ÿ @> ÿ]¬¬­­¬­;u¶Ðk§O–—/_ÁårM;˜}™ ±zÍÙz}ƒöJ¶6/äXr _b}vïvrv îݧYÄ6.0>ƒs4ï²>‘ìþ%?@ëäþ½{÷ïÝKHØeccC–çÎóy† …rËõg«ådgN+ÙÚ¼c}iHúP¬a®„䤙çζî0nмËúäó„ ä£Ð`–.]æååmkg_PP@Ödffúúù»{xKµ?{ö¬§§—§§—··Ï£G^¼xaÓ£'¹éáǾ~þ!.—kbÚaî¼yC†KMM—OŸ9#+œË囘ÆÅ-Œ5ÊËË›T#náB.—Û/4tÈÐa’£÷ é'»U®LÓf‹-öôôr÷ð(*.Ž?ÁÁÑ)<<¢®®N,mûޱ±q¡ãiiÚ:º•••!_?ÿ{÷î‹ÇRÎȨ(_?G§ñ&òx<±9?Ïœ3>¨Wp~þUE•Š\-W¦¤¥¼1{Μ’G%“¾›·PR7…ËΩ¢ÀP.YÉÖz§£‰Q‘’’âìâêêæ>pÐàW¯^)ò‰l÷†?ä£Ðüp8;;»¼¼Ü¸¸ØeË–#„ž?þëüùéiǯæç¯Y½jÒ·“$ÛWT<›üý{÷î¹r%ïÂ…,cccE’ß¿ß+(èð¡”ððpqÙÕÅE®ðêêê¾}ûØ¿ɒŤq±±l6ûô©S‡¥È —ܪHa‡ãââråJÞ°aÃ"#ûÇÅ.(¼yCCS#5õ¸XޝÏåìl„PNvŽ““SNnnUUÕóçÏ­­­Ttà–Í›³/_*¼yCKS3)9ùÿæôé°kë￟0A$É­T¤¹\™bF„‡Ké¿b…©i‡=»ââbÅ•ª —;§²Q¯då[•L‡¢.*FÅ?ÿü3{ÎÜô´´kWfÏ™«È'RÝüŸ:¸øÚ`³Ù¡¡ýBînî‹/Aegg¿}[92*êCNPS#Ù>''ÛÇÛÛÒÒ!Äd2™Læû÷ïåJf2™ReEÂÕÔÔÜÝÝBVVÖ¥ee 2A‘L6›Ò!äàà`eÕÍÌÌ !äèèXZV*îkeeõüù3‡SPPðË/¿deeÑit/OOÕGß¿ÿ@Zz:ƒAùò“Å$+ i¯¥¥%›Íþ믿ÌÌÌd+oݺ%Ws¹2%ýÙ·È —S.—+õJnôt41*òóó}}|ŒBÑÑ£ƒzµPð@> -“ɤP(!JBcìì씜”¤¢*•Š1&Ë|@òdOJ–,+Î`0>J£j¨Ž"™Læ‡LŽF£±XlqY(øäVOÏc©©ÚÚÚþþþK—.¥3è>¾>*—wåàÁƒçÏgª©©mÛ¶­¤äÕn‚ ‚ R©!ÁGŸÈVÊÕ\‘LI6Ú-Š„«õ:¼ÑÓÑQñy‚ %€ëõ€|}ýòò®’)Ôí¢"É­>>¾9¹¹%%%!W[[«««[[[ûîÝ;„Ð…¬ MþÉ·C:]2™S²Uu™rññõY¹r•¯š[SK3=ý„Ÿ¯¯Š}«ªªLLMÕÔÔ0Æéé'Äõ"‘èСáüü«BÀÂÂBn¥\ÍÉl–y”+\vN›2‰˜Ž&F…§§gvNNEÅ3„Pbâ>_ÅÓ§<¨šKͬ222ܳ;aÊ”y|>A¡¡ýl{öo566Ú²yÓèèh‚Àtmß¾D ‹ 懅…[XX5E¸ãÆuus70Ð?›‘¡|«ê2å¤ >>S§NóóõCùxû<~œH¦ª˜¸/qà Áš¦LÅõZZZÅwŠ}|ýêêêvíÚE£Ñl¥\o(’Ù,ó(W¸ìœš˜˜4z4ÅÍfffñ+–‡…‡#„ÌÍÍ·oÛªd,q÷´ãÇ›¨ @ A144ÌËË«©©Ù±õ·[~ûæ5BèdZjtÌDððHLØ9@ªòÌÉô¨11ï9U²íSò j«§®ûràr¹],»–KÜ¥ª¨hõ¨©«'%î0x¨ì&§êRÖù°„ÐÓò²Û·‡EÐÔÔ„ëõÀ¿ ä£46›-»*·  ÈG@Œ¾A{Õ±zÍšÆõm"RCKA¾ ²¥]ÔÒö*²BV²Ð¢Ó‘°{·“³Kpï>r§ q·²¶& †FÆ>>ÿNÓÏ3giiëܽ{¯Y‚á?T@Îß«ÿþÎ8súßú«BÖÏdM‹NG®„䤙çζÜÜ»w!$²²²È8}æ`øšƒ ÈG Å©©©åííãããûóÏ3ÉÊÌÌL_?w€À ¢âb©.r·ž={ÖÓÓËÓÓËÛÛçÑ£Gq r¹Ü~¡¡C†Cõ éG6KIIqvquus8hð«W¯B\.רÄ4.naÔ¨Q^^Þ’c‘+O‹-öôôr÷ð(*.Ž?ÁÁÑ)<<¢®®!42*Ê×ÏßÁÑiü„‰<!$5´”b¤Ø¥K—yyyÛÚÙ‹‡“5J®gÄÈŽ«Y5d%®øy欘˜ñA½‚óó¯*kî¼yþ.®nâ–b?‹!kMGC­–¾Ùsæ”<*™ôÝ丸…âfRéèpIôÛé‹ËÇ?xð BèܹL?__‹…zñâ…MO}øð¡¯Ÿ¿\åe5ùœAмÀóG™–{þhêñã§NÞ¹c;y:oÓ¦ÍóçÏ#û÷?›‘¡££sóæÍ)S~ÌËËEé´õò…Ü­Ï||}3Μ¶´´äóùB¡Édšv0{þ¬âCzaÐþÕËÿüóŸÀ•¼ÞÞ–––!&“Éd2…B¡ìXùùù¾>>ÆÆF¡èèÑA½>ì“jjîîî!++ëÒ²2©^l6;$¤/BÈÁÁÁʪ™÷8::––•"„öï?–žÎ`Ð_¾|Åd1¥úÊ*ÆårÙlvhh?„»›ûâÅK%ëI”[¯Š$0ŒÀÀ@„¥¥%›Íþ믿ºví*·%N}r‡«wh%øùùMŸ6mLôq®®nmmí»wïB².( æz5i¹ hv`}hµ-ˆ¥Qiãøøx:ndd¸gw”)?òø|‚ BCûÙöì)n/w«±±Ñ–Í›FGG¦Óhûö%ZXXŒ7ÖÕÍÝÀ@ÿlFÙ×ÌÌ,~Åò°ðp„¹¹ùöm[›¨|PP`â¾Äƒkjh˜v0×K-¥˜‰‰‰¬¹FÉz¦Þq!ëE´´´ŠïûøúÕÕÕíÚµ‹F£)iùçíÛ›·üVWW·sçN¦\Ùéh¨Õ š>ñpiÇ«èp%Òh4ÚÔ©?J¥¼ Ì ·°°026RÌr ÿ |åè´—*('a÷n'g—àÞ}BVÖÖMôóC¾C²é~P‚ V¯YÓÒrê5ªu úÜ‘…&:_2Ô €/ˆ„] ÉI2Ïmeveœ9Ýb ‚X½zÍ¿%§…Œúò玬i¢ó[k¨ù(ü›ŒŒŠòõówpt?a"Ç«·}JJг‹««›ûÀAƒ_½z…š=gNÉ£’IßMŽ‹[ˆÒo§/ÕåìÙ³žž^žž^ÞÞ>=’+DÌ‹/lz|xåÇ}ýüÑÇ5°E‹{zz¹{xÇŒŸààèQWWÇårMLãâFååå]PP Wóí;vÄÆÆ!„ާ¥iëèVVV"„|ýüïÝ»O6Xºt™——·­½XBß~RB233}ýüÝ=<ƒŠŠ‹%7)RCÖØ¸… ¹\n¿ÐÐ!C‡IvWb£Ü™’’#ëg%F)ÒvÏÞ½öŽÁ½û,\¸ÈËË»Þh‘+gÕêտΟOv¹~ý:9‰JâA‘ØŸgΊ‰Ô+8?ÿªòp;ož@ ‹«›¸¥ìÜ‘5’NS®g½¡ù(4[6oξ|©ðæ -MͤädåÿùçŸÙs榧¥]+¸êèà0{Î\„PüЦ¦öìNˆ‹‹EåädKv©¨x6ùûöîÝsåJÞ… YÆÆÆr…Ô ‡Ãqqq¹r%oذa‘‘ýãbÞ¼¡¡©‘šz!T]]Ý·oŸû÷/Y²xÙ²år%øúø\ÎÎFådç899åäæVUU=þÜÚÚŠ”ogg———«HÂóçÏ??=íøÕüü5«WMúv’TY5äËf³OŸ:uøPŠê6ÊΔ¤Y?×k”\m—/_~ñBVæ¹³uÜ:£EVÎØ1cŽ9ÂçóB»ÆÇÄ(‰ebûôNHصõ÷߯O˜ ‰µäp8övv—.^زySLL ÙR’NS¢§*¡ð9÷3­™ýû¤¥§3ô—/_1YLåóóó}}|ŒBÑÑ£ƒzÕ+?''ÛÇÛÛÒÒ!Äd2™Lf#„ „ØlvHH_„ƒƒƒ•U7333„££ciY)BHMMÍÝÝ!dee]ZV&W‚••ÕóçÏ8NAAÁ/¿ü’••E§Ñ½<=ÅòCCû!„ÜÝÜ/^"WBvvöÛ·•#£¢>$L55R dÕh±ÊmT>S²~ær¹Ê’«­ŸŸ¿®®.Bhø°a9Ù9ªD‹¬}}}//ïô'‚{õÊʺ°Vâ~MY=‰e0!KKK6›ý×_uíÚUnK:>xð`„««+ëcKU‚J‰ž‹RÈG Áäå]9xðàùó™jjjÛ¶m+)yô¯«D¥R1Æd™/ñæq2qAÑh4‹-. B2wùØB„"ážžÇRSµµµýýý—.]JgÐ}|}Äò) BˆF£*’€1vvvJNJR$_E5¡ÄÆÆÍ”r£ª­"äÊùfâ„E‹¿zù*"<\]]½b ‚ ‚J¥¢ïŽo‰pU]O€ùü.Z+UUU&¦¦jjjãôôõ¶÷ôôÌÎÉ©¨x†JLÜçëë[oßœÜÜ’’„Ç«­­U.DWW·¶¶öÝ»w¡ YšbÝï¿o½yóæ'Êøú¬\¹ÊÇ×GM­©¥™ž~ÂOÄøúúåå]),,$³¥ÛEEóùjuD¶Ý¸™’”#ëçFxÌÝÝýÒ¥KäµSRš-nnngý†õ1Áåê©H¬H$:tè0B(?ÿªP °°°PÔR(9r!TPPÀçñ,,,”-0|ê|Ez6"ÔZXZ-AA‰û¬©¡aÚÁ´Þöfffñ+–‡…‡#„ÌÍÍ·oÛZocc£-›7ŽŽ&L§ÑöíK´°°P"„N§/X0?,,ÜÂÂÂÈØ¨)Ö%%%ÙÚÚ~’PúøL:ÍÏ×!äãíóøq¢òÜE ##Ã=»¦Lù‘ÇçÚ϶gÏÆylܸ±®nîúg32š2S’r¤ülbbÒPuìØqöìY¾~þzzzîl5µ¦DKTÔÈ£ÇRmlº+Ebµ´´ŠïûøúÕÕÕíÚµ‹F£)iùçíÛ›·üVWW·sçN¦\1)çËÕ³¡ТP óòòjjjvlýmã–ßß¾y:™–3¼|v„Eª°> @> @> ­ ‚ V|8ù¾Ê†J°²¶& †FÆ>>ÿ&ÎÏ3giiëܽ{¯š4Ñærˆ,sQ³°{·“³Kpï>’>o(úí!æ €//]½¦’ï‚YYYäë…>&ÍeH³;¤ÙòÑ] ÉI2Ï… €|Zq r¹Ü~¡¡C†~xØÍҥ˼¼¼míì >üÎ#33Ó×ÏßÝÃ# 0¨¨¸XJ‚~;}qyøðáD;—éçëËb±B/^¼°éñá!>ôõóGÕÔÔŒŒŠòööñññýùç™r5Aq¹\cÓ¸¸…Q£Fyyy‹UJIIqvquus8hð«W¯”t7í`¶hÑbOO/w¢ââ˜ñÂÃ#êêêB#£¢|ýüÆO˜Èãñdåœ={ÖÓÓËÓÓËÛÛçÑ£GŠ\$FV \V­^ýëüùd—ëׯ“>#kÝì9sJ•Lúnr\ÜB)Ÿ“Èê)+DŒÜQî+E@> MÎGccÙlöéS§JAq8;;»¼¼Ü¸¸ØeË–#„ž?þëüùéiǯæç¯Y½jÒ·“¤$ääd‹Ëá'O""99yĈáJÆ=—™©®Þ&77'''{áÂ8YMÄTWW÷íÛçÀþýK–,&UúçŸfÏ™›ž–v­àª£ƒÃì9s•tçp8...W®ä 6,2²\ì‚›7445RS#„¶lÞœ}ùRáÍZššIÉÉRr**žMþþ‡½{÷\¹’wáB–±±±\I"+P® cÇŒ9räŸÏGíJH/ñf ¹ÖůXajÚaÏ¸X)Ÿ#„dõ”+¤^”ûJÖ àsÏ{¾Ølvhh?„»›ûâÅKBÙÙÙoßVŽŒŠúZÕÔ(é®®®îèè˜~âDÉ£777%-ííìæÏ_0wÞ>ÆÆF¡èèÑA½”[Ò!äàà`eÕ¼…ÀÑѱ´¬!´ÿ´ôtƒþòå+&‹)›jûx{[ZZ"„˜L&“Éär¹².’D®@Yôõõ½¼¼ÓOœîÕ++ëÂZ‰;Vd"=!¤^_ÉZ@> Í“ɤP(!JBcìì씜”¤¢„ÇŌŸ0iÒ·â*•Š1&Ëü/ ïÔ©Sþ•¼‹—.:}jý† ç3Ï)È`0>Ê¡*5Ô"²@£ÑX,¶¸,óò®Ç)\´bÆëêæn` Ÿvü¸ìV##Ã=»¦Lù‘ÇçÚ϶gO%Òh4ÚÔ©?J¥¼ Ì ·°°026"+‹‹‹ÄÆÒ¨4Œq||<™Š59›‘¡d33³øËÃÂÃBæææÛ·m•2Dyw1AA‰û¬©¡aÚÁTÖ!g32¶lÞ4::š 0FÛ·/ÑÄĤ5òè±T›îªX§cc#)=-,,”‘;#ã§ŸgnÞ¼ÉÇÛö#€–†bhh˜——WSS³cëo·üþöÍk„ÐÉ´Ô蘉àà3˜°#,r€T噓éQcbÞsªdÛ§9äÔVO\÷%3v츾Æ W|m¨©«'%î0x¨ì&§êRÖù°„ÐÓò²Û·‡EÐÔÔ„ëõ4'¥¥¥.®nï«« ÞT®×М˜™™]¿ð¬ä£ä£ù(ù(@> @> ­ x_(ÐjIO= N¾" ’[/ 1nƱ( J£Òh ä£PQcbÀ @«çÀÞ¹õ¿¬´¬èöŸoß¾mÆdTGGǦ‡mÇN ä£P?|>œ|…E²Ҳë× z››w¤ÑhÍ#V(xòäÉå 0!ìlÙ…Nk†”òQ µÓ¬W(à¿!"ŠnÿØ«W§ÎÍ(–NgtébIEèJ^®I3zÈG þt#„ªªë2® iLŸ÷ì­ýtDþ¤ cŒ1®««‹[0ÏÝÉÖÕ¡‡Ÿ—ëöß·à¦ÁåÖu³è [ßÑÄ@nA$mX·ZÉIûý½Ý"úõ.¸š?t`Dã„4‚ÿ;M|"ÿûñc``àéé%þ÷§?µi£q÷ÎÙ–r?„H´jå*7Z·®ÎÈȸ¡2Û¶Õ“*(ÿìÚ¹ËÞÞ!(0è wÚ—ìófù¨>ðOëü@> _øêˆx‰” ð¤‰ãÞ¾ysöBnþ·¦æñyd}>H,\òs4íYo%k„BѦõkT‘¼{×öm»SOdXYu[¼\RšêB”|Ö¬\±zårÙz±ÓÄ KrrVŒBwïÞÅóùüÌóçÍÍÌTOyE"ѪU«šž:×+G®òõ¦ã ê»s×®”ƒÉçÏg~áNû’}Þ,¨>Ð*iâ¹2áôïïSÜ&%{Ÿ’púä£ÐRù(Æøîâ‚ü+ËW®kÓ¦ ÆXGG÷»ï§bŒ'ŒÕ¯w€¯§ó”Éy<.ƘËåZwé0Þ¬ï' ¾VOÊ‘mI _¸`^XßÀ7qËA‘¡R§g²fÅÒ…\.wÈ€°1£†m\¿zÉÂùäÖ\ï×;@|d‰?÷¯G%3~ünÈ€°ÁýCcçÏ•”&)c|!+³_ï€^þžá!AwŠ‹>èoi¶pÁ<²,kW¯X»zźÕñkW­P’O(<£#4|ø°¤ädŒñÙ³gýü|™,ÆøùóçÝ»ÛMb¤§———·÷ŒŸ~ÂÇÆÆÕq¹}Cú é”}é¢e«°ŒÎõ ÉËË®¬|ûML4YY[[Cöb0˜¤þRlX³rýšøIßOýyö<„К•ËׯY‰šöÓìùS]]ÝÑÑ1ýĉ’G%nnnJZÚÛÙÍŸ¿`î¼y^ž^ÁÁ½”´d³Ù!!}BVVÝÌÌÌBŽŽŽ¥e¥¡ýû¤¥§3ô—/_1YL©¾99Ù>ÞÞ–––!&“Éd2¹\.›Í í‡rws_¼x‰Tå¥ÈÏÏ÷õñ166BEG êÕˆ l §©©©¹»»#„¬¬¬KËʪê—àsYôõõ½¼¼ÓOœîÕ++ëÂÚ5kšw"‚‰ê¸BN5˜A> Í Ÿÿáéƒ<¿K×n÷îs8ïY,–¸ÁõkWN9xô[MmÿÞ]ÿþ‹Çãóx|L\.—F£#„Ÿ/ÈÍÉ–ÛaÄãñɼaŒø|ÇGóxäПDÿkïÞã¬*ëý?û67.rd%}¦ˆ ^DÐÀ ¢ˆiÞÐ4µcš]ÎïWyùUGéX甥f*j¥x9ešÔÔR¼ŠçØI03Êc $šÌ0̾¬õûcÃ8gnŽ0ÀfæýöòZ¬YûÙÏzÖ‚ýáù®µv!‡°iMøôé³®ù÷«ÿ¾rå'§“J¥×çuŠMesù(n³‘\.?j¿OüèæŸ4¾°Ø«ŠŠŠl¶ùcНÿá÷®ÿÁ¿_tÉW.úâ?ç Qá’¯|5•Nÿð{ß-ä }ñŸ› Z«¿Ü¸2—;iæÌ >wÁyç—Ífã8Îår…B¡xqd¡XðÍf³C† ™ÿôSóç?óÐC]óƒk}ä‘|>ß²Ù\.WVVV\GQYfãrˆC>—Ÿ?þ]wßýØ£TVVι喥K—f³Ù¦íäó…(Šš¶Yl0—Ë…¢¨P(šþtÁ‚-Ü4ìÿkaãäA“ö³¹ÜÿÚ,—k9DÛlÐ2™Lqe¡/îc«]-Ù1ouBŸùÌÙ³g{åÊ•Ç{L:nl§StÃRá‡äÑ(ÚÐ[S—ã8*¶ýƒ)Ôëéú¿ 7Ý31ò€1c¿qé?×Õ® q´öýÕ·Üxýº5ï<¸¢¢<Ž ?6/Äqˆ£G…Bá¡ûâè?-ÌçrÆ k{Ëü¼ï qôò¾˜Ë6 6,ÄQñ[.¤’ÉB>—-®ÜÿÔ®[{ËM?úôignܬñ߯ÆQã{µläàƒÇ-zqÁâ?¼â(*äÿ¸ä•M[ÆÍŒ£Ç]òå‹.ùrÓ•}áK]ò•¶ïX½>Äñ„ ã/¾øâ3N?}cu;Ľ{÷^_W·zõê8ŽŸzê©âkW¬X‘ÉdŽ=ö˜«®ºò•Wçr¹bv/²6.] ”°C‡øý÷× ²KEEEE?üpˆ?xÈs±C÷ÜóÏ/alhh¨««ky-lÓ÷jµÁvêõ|ÐsÏ=·bÅŠ8ŽçÎ;aÂø¦CѲj¶=mãr«]Ý!ƼéòØ1cÖ®]{Ýuן}ÖY{ @½>„pË˽ðžÏ¿sìywŒùìí}{–×mÈ­­­_W—­*ÏìwÆÍ£N¿ißÓn}Æ7Ü»Èü(tÚ_ ‹wŽÿÚ¯ùÞÕÓ>2ŽãÊʪSN=cÜø‰¿ø»?{öé=zôãęÇï>xÐàbX¼xÉ¿\ye*•Šãxö쫊 ³Î}jÏž=† ©ÙtÕehÚÎ~pÍgÎ97Ž¢T:}Û­· 2¤y³Mv¤­›nÖtûššš«®ºrƉ3CC‡ýÑõ×múiëÛaÐ6ý¿­®–昷º «§œò«9rd§àÖy˜>aDEY±²¢ðêﮩmhȦŒQ^–ŠCˆã°ný†ßûÂ…'ÝÚýI 4èù矯««›sã ×þèÇïýãÝÂÃÜ?ëœó-¶Ûo›3íøÍV>úðƒ§ŸuκµkZnÿ½?Ÿ8éˆúõûЖ¼ÿ—§ŸuΪ·ÿB¸õ¡ßO?üãïUCCÃÄC>±ð¿¶Å3/¾rÉ…“&9íøKäˆ<øô’s]\þó믘ëú(_ÚX-ߪV¼µüŸÎ›µË]:fz•â µúK6c ùH–-[vÚégìºë®Ç?} GÒ€|>W¼ò»©D"þÏ×Wõí]•H„B"$6d ë³ù噪Št"‘!$‰l>ŸLÄÙlÃÖGévî[õÆòw‡×ôKv8’vC…(þëòwíÔÓPt­¿ 7”ç»Ï9Ç|pÛ˜³o«®*«¨¨(¯È¬­­ûý4þ(‘HȣР¿ CãGÕ<û‡·ûÝkæJÚ‘H„AýzºïÆ?z†lÏâ¸tœAs  Ä>›ÏFQEQ>Ÿÿà+c Q&“.¯(+/ÏÄQT___L¢‰D"N'“Édrë>‘I¥[äÑ•™£ÚÍh|¤A «ü¡ÞmTHg2™ò²òÂêÕ«‹4NWVV–••¯(•GA´€ÍJ£-î (*¢(*¬_¿>™ Ù€>=6lȦRɺººªªª8©ÔVù¶zy”îåçwÝaèÞy´ùÔL± _œøÌår¹\nÚAƒ®¿õÁB!J¥’Ó”Éd*++3™L*•J§ÓÛàRy”®ìäÓÎ4tywþì¶vih–GCH%“ÉL&N§3étE³ŽúøI‡íEQ2™¬ªêQݳgUee*•*^Bš(¦Zy€Í·~éZcÔ¬ªªJ§Óù|Ÿ8Ž‹S§eee©Tªñ&÷×°…q´Í@Y  Å/%nšS·ÍcžäQ€îH?ün¤Æ¹Ò¦/Ú–}”GºpÝ5#tM‰Db}]mb+<Í>Ž ø|y k†ÑÞ}ú¼½jÕÎ;ïÜé¿óÎ;}ûöM$:'’&-€®'•Lí³Ï¨,XµjUEq'‰¢hÕªU ,¹×^™òL§tÕü(@WÌ£éÔn»‹¢ÂËÿõÒš÷×DQÔ)Í&“ɾ}ûŽÞôàÁ»TUVÊ£´)“)ûØž«Ùu×|.׉w5%ÉLy¦ª²2„Îù^{y ËJ§2é™ï¤ëGGG@@€mÅýõ]SÇÙlC.—묇%“ÉL¦¬¬¬<Ñ9{’Gºh]__÷þ{ï¿õÖ²uk×vbíѳGMÍК]‡vVÌ•Gº l6»ú«ß|㯣öß§~ý“Éd'5ÛðÞ»ÿX²ä•žÕ½úmhGh-8æ²+V,5zÿþ …|>ß)Í&“©þ~<ìû§×þ8x—!ò(­‹£¨®¶v§~ý ù|'~YhQßúÖ®[ÛYs®ò(@×EQ"™*äsÞr2•îÄ{¤äQ€.,=9ÚéäQ€®HK< Ð¥ÓhÉÏú~&¶'ó£]V¬^ÀvN¤îg`»ÒR'tá4j~€óöªwÞ^õn¼)ª6ýö¦âr⇃íøgc"Ý4!‡8'¸ ú#t]­]?:pà€t´­_²—GºYFݤý͛ȣlnô ­äÎB¡EQhwî³C“Éd*•ÚÚL:NÝ1ª¶;?oçè›èÒ©³E²L$Éd²ƒõz×ÐɶÍU¡§^Àöd~ ËjõûBKùQäQº½gç?UUÕ£é°åâ6ÚÉäQºš©GOk¶liÎK&××Õm¥ ›LvZŒtý(%aýúºf À–H$“=zö¬«­­êÑù…Çõuu=«{ªß ¹ÙÑ¢¨×@ç*Ë”ÕÔìºtéëõuuøp§D"Ô×Õ-]úúˆ‘{årÙNiÓü(%A½:WyyyÍ®C{V÷úÓk¯Ö®[×is™ÉdÏêêQûí?hðàκ@¥$¨×@§‹¢¨ÿ€ƒwùd'^ëYl6—Ëvâ•©ò(%áÙùOM=zÚúõuÅ"ÛÐmh(ñNº~”’ ^Ý–ùQJ‚z=t[æG) î¯y¶'õzè¶Ôë) êõÐm™¥$¨×€< Û“z=t[êõ”õzè¶ÌRÔë@…íI½º-õzJ‚z=t[æG) êõ Âö¤^Ý–z=%A½º-ó£”õzGa{R¯€nK½ž’ ^Ý–ùQJ‚z=È£°=©×@·¥^OIP¯€nËü(%A½äQØžÔë ÛR¯§$¨×@·e~”’ ^ò(lOêõÐm©×SÔë Û2?JIP¯y¶'õzè¶Ôë) êõÐm™¥$¨×€< Û“z=t[êõ”õzè¶ÌRÔë@…íI½º-õzJ‚z=t[æG) êõ Âö¤^Ý–z=%A½º-ó£”õzGa{R¯€nK½ž’ ^Ý–ùQäQäQGG@@yyäQäQGG@@yyäQäQGG@@yyäQäQäQGG@@yyäQäQGG@@yyäQäQGG@@yyäQäQäQGG@@yyäQäQGG@@yyäQäQGG@@yyäQäQGGG@@yyäQäQGG@@yyäQäQGG@@yyäQäQGGG@@yyäQäQGG@@yyäQäQGG@@yyäQäQGG@@@yyäQäQGG@@yyäQäQGG@@yyäQäQGG@@@yyäQäQGG@ +Jº°;v›Ay¶é3f(}êõȣȣ ‡²ÉdEe…q€”J¥r¹\2ùѦ<ʦWï>õõõ™²L"™0PRa4)ûûŠ·zõîó‘^èþzv0#÷Úû¥Ž=ø N§ÀP*r¹Ü[ËÞ|iÑ‹£G Ò• Þe—¿ü_k׬‰¢È€@‰H&“½z÷=ú€A» –Géú‘´˜J€®d ò(ò(È£t=q' y”çïIÉäúõuƺŒ¨P(~ÄË£ìzõêý·ÿycÆú(ŽìÐâ8Îçóëëëëjk{õêÝrÏ{¢í9bÄâ?üa¯}öéÕ«—Ñ€Z±L_W[ûÊÿ÷¾£F}„昅 _˜qâÌŽì×–ìB)ÛŒƒ»'@£7ÞxcâÄÃ;wKèFyô¼óοô²K_ZôâØ1c¯øߨ–]œ7oÞÈ‘#låé©™L椙3ç̹¥­×žpÂñO<þ몪ª-‰,ß¿æšÆ_>üðC;Jÿóù|«ëo¹å–Ÿýô'>òÈÇ?¾÷·g_µµwá#õm³5m°ã7;¸@éæÑ¥K—®Y³æ“GB8óÌ3æÍ›×ô§ »ÿØU³g6qâø ‡-^²äüó/{àA'Ì8±¾¾>„ðä“¿™|Ä‘ã'öÉ)S/YR|ɰÝv¿òÊ«fuöĉ‡¿øâ¢ªU«Fïÿ‰b›þóŸ'qdqyîÜ;O˜qB¡®®îÌYg~ø¤I“&ÿ߯~­1±Í;·­žrðÁ;ï¼s[?=sÖY“8rì]pÁç²ÙâÊÇŸxâ°‰›8ñðÃ'ýå/¹òÊ«6lØ0}úñ§žzZaڴ㊛ýü¿8øqãò)§¼ûî»míÔÖëñí¾úµ¯ŸwÞùS:záŠ+wÛ}øåW\qê©§=öØc-;yée—ýyéÒÏ_tñôéÇwÜôK/»¼Y³-ÖæíB˱mÖ·VߨQ³£Ðê¹Ñ´Á_=ð@û·ztšÜ¢ïÿšo|ã›Åå—^z©ñuÒÌg^~ùå‹^|¡gÏž<ðÀÛo¿ýo~ó¾_ÞûܳÏ|÷;WþÂÏ_R[[;eÊ”ÛöÓo}ë›Wç;í¼û‚… ÷=ºøÞ£ªêé§Ÿzê©ß~ãÿ]QüéÀó…Â[o½µ;íðÛß<¹èŪ««ï¹çžÂÊ•+/¾ø ·Ýzë3óç?þø¯|Å—WTT<øàwß}Wã ß|óo—]vùý÷ýòwÏ?7zôèK/½¬Úzý¯­­òÉOΙsó®¿î‚Ï}®P(„Ö­[7yÒä»ï¾kß}Gµìä·gÏ®©©¹eΜ|àꫯnÖ`[k3v¡åØ6íÛØ±c[}£¢–G¡­hlð¸iÓ>´ñ–G§Õƒ;kÖ™¿¼ï¾l6BøÉOö™³Ïnù¾m-÷úÍ7ÿvÕìÙ=öè¯{tÍš5íŒs«[@wÐ9Ï{*//?jêÔÂþ£G1bèÐ]CŸØÿeË–?óì³ï½÷Þ¬Yg·¬««+.TVVtÐ!„‘#G.[¶¬ÈU(ŠëQûúæ·¾yùWŒ;ä#Žü`ÖjàÀ+W®2ä#_Øw×Ýw?ôÐÙtzÕ;—…ž}î¹ñãÝc=Beeeeee­_xaáøñ‡sÒ§Ÿ1eêÔ¶vj«ö?“ÉLštxa=ö(//ÿë_ÿ:tèв²²âʶ:ÙŽVÖæíB˱-i±omE-B[×§66Ø‘Æ;xÊõïßÿÐqãž7ïˆÉ“ûÛßþÛw¿Óñ å^¿ðÂÂÃ'Nìß¿á´ÓN]´hQ[=luKG7ª©©Y¾|yãÜUUUUŸ>}šåÑâB*•*¯Ø¸œL%sù\ÇpÀÜ;no™¥6n–LÆQ´q!Ž‹+³Ù\c˹\.ŽãD"±ûn»=3þüùóyôÑk¯»þ±G)nÓа¡¼¢â£îùï,øùüü±Ç­¬¬œ3ç–?/]ºå£Ùr§¶^ÿCQEQ”L&CùüÆ«¨¨H$›×ÿVÖfìB[cÛØ·¶Îж´zn4ÛÙm¼åÑi˹çž{ÕìÙï¬zç¸iÓ:~ñn[{Þô¾ mõ°å–Ðe<ùëGO˜yrmíºV>è;òú=öØ£ººú‰'Ÿ !ÜqÇÜcŽ9¦ãï}Ø„ ,øýï_ÌO¯,nóû©úôéÓx%ÀSO?Õ˜!vÛm·ÿyóÍb.++›6mÚ·gÏ~å•WŠ3—…BaÅŠ•{î±Gᦛn~ùå—;رµkÖ 2¤²²2Žã‡~¸¸rÂøñÏ=÷üÒ¥KC ÙìúõëÓét!—Ë5}íÁòÜsϯ\¹2„0÷ι‡M˜ÐNBÝJý/¾öÞ{ï !,\øB.—>|øæu²ýƒõ‘v¡±íøYÑò(´znlù)×êÁ !xàØuk×^{Ýug·V¬okl[Ýëƒ:xÁ‚ß544„ÿõãíô°Õ- Ë8aæÉm~"w°‰9snþÂÅ_øú×/6lØM7ÝØñ÷4hÐ-snþâ¿ÔÍFQtÌÑGï»Ï>m…ƒË.»ô„f ÿØð¦— {Ì1O?ýôîgŸ½xÉ’o}ë_RÉdâý×oÃÄ¢E/3¦¢¢"„pÏ=÷ì;jߦm~ùË_yü‰'êëëŸ4yï½÷¾÷?oüѤɓï˜{çɧœÒ³gϦWÇ^{íÏþÌ9Q¥Ó©Ÿþä'Ç?ë¬Yã?pà€y›BÆÐ¡»Îž}Õñ'Ì! 6ôÇ7ÜÐÎl¥þ‡zõêµäÕW'M>¢¾¾þæ›oJ¥RM¯.øHlÿ`u|ÚÛŽŸ­…VÏ-<åB-nÑ©§žzÿ¯îß{ï½Z}U«cÛê^6ôK_üÒŒOܵf×Þ›ª ­ö°Õ- Ëhuf´(1hР矾®®nÎ7\û£¿÷wK­÷Ë—/?ÿ‚ ùß7õ7úüEú”“'L˜°víÚ3gõÀ¯îï&ýohh¹×Þoüõ/¥³ ]é÷̹ŸýìÔ©SOþÔ§üñ[¢±L߬^ÿÖòesn¾yÚñ3ª««w€ïgª©©9çœsÚzûèýö+&¡^½z•`íýïø.t ûÛ²CÆZ[[{âŒþ€-ÔX¦o§^¿ÌÐÅì`ó£ìXžüõ£={V·ºÐ’< @'kY¦ï„ûë ƒï[j¹ÐR2„H$6û êPÔN™¾Õz}1…nüÚy€-ÔN™¾Õz}2™L$é8Ž“Édñ;'`³µS¦oý›B‹ŠßK.°¥ÓéT*•Œ¢(™L¦R)#À6Σét:Çq*•jÌ£o-_fhØÊÊÊÒétºP(¤R©t:BøÂçÿɸ°Íòh&“ITWW¿ñÆÙl6›Í644444—óù|>Ÿ¢(Š¢â=ø°yŠ7,%“Éb‰¾¬¬¬¬¬¬¼¼¼¼¼<EQ±j_”H$R©T&“Éçó…B¡FåQ¶0#i±2ŸN§3›üöɉ: endstream endobj 518 0 obj << /D [516 0 R /XYZ 56.693 815.761 null] >> endobj 51 0 obj << /D [516 0 R /XYZ 56.693 759.068 null] >> endobj 519 0 obj << /D [516 0 R /XYZ 56.693 739.087 null] >> endobj 377 0 obj << /D [516 0 R /XYZ 56.693 299.866 null] >> endobj 520 0 obj << /D [516 0 R /XYZ 56.693 279.996 null] >> endobj 521 0 obj << /D [516 0 R /XYZ 56.693 112.462 null] >> endobj 515 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F74 436 0 R /F72 420 0 R /F64 307 0 R >> /XObject << /Im15 513 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 525 0 obj << /Length 1802 /Filter /FlateDecode >> stream xÚ¥XKsÛ6¾ëWð(ÍX|¡3=8u’I“6MâôÐ(Ê‚$ÄäðÏè×w(RGm|0AÜ]ì~ûíB4ZE4z5z~;zö2¡‘$2åit»ŒRNÒ,Ê™$"ΣÛEôyü\™¶Ù©j]˜Å|Â鸽[O¦<¡ãåLdq…ãEQO¾Üþb§Œ™$øñŸEÛè²­§×÷ÞeNmz3Éxkf”òU[vcý¨ªûjWv?ØÈ¢lL…µ1Î8ɘ)îk–€Y>~†8±ŸŒ^ÜŽ¾ì¡‹’”¤RD™d$¥<ºÛŒ>¡ÑÖÀËŠ>OJÁ‘E5Wº'8—}ÔÊû. Œjq ´Y)çÞUã×^ê²Qðý–Z³ºÂÙzÛ¹¿ö3GRWj“ñ£•fê»u'p&âx­W÷f6^³iÖv¡lÈð 3.H?}Æw åq_ê;}xÜ¢]†…±,&ÜŒ'$NS ¡ð—ãŽÞS’àJÀô³×Ýl!lï;ÉS/zÚ“}D&áhœw¸3îÚ <<]Z.M8ÌBywßè¢Ü®üË mö‘|ÒÍkmv-X™¡§ôì»-e$´&œü¤w_ì|%(%™÷VžÞ÷KƒÃÕìè•L{Zœ3Þó $ Éx%4%,õÔqBþV×v@¾OX2VÕ£õKØîòâÐcHa¡›6€àK’ʺžÏu¹€,AŒÿ‚ƒ¿'Œ±¡Î‹Tv Ÿ²8 ‘ .µÕ]öEQ-‚L[…¼¨}ª:óS²ˆ%–'=äÙÖYÄã ˜RÐ<9cmo­OÌÿ(]ªö )x98 ÏýWœœâàWzn]5µp°ÅuŽOxÖÚÕp9޳+=%_Ñ!0xióu[ùý3ž‰M[{y4–å„¡³àí»m¶þ…L¦ N·ˆÔ;‡ ý†¸å²¦nôf£ lþ©Ö8ŸjðÀÞ·Ów34Ò)ã2…¼ÃþäÈò¼ìà íBòS†[.€ÎJù‚ës›= dÿð͆y€a`˜CœüÒ‡b¡·÷fûàäøŒ’Ý[–a”ùú¡Rwë0±¼„,ÈÇ7ž°ò±ONtÛi Lv´ VyA«Réý^ñ+Oô„]V}Ŭ‚ôÊOõjÛPU7»¶TŸ¡š‚Ûc")¸Q×óa=ªZϪ„Ægs3±ñï­€ëI¡ÚW!¨~1ïZÒ¦YúƵ_ª8^ {¶vJžoýÒ׃î‰'š$J¤H~¢{bô¨}ò²§=áÇí¤I$ë,pôäÛöˆßUó5Povm×.UeöA†äÒ²bŠ}”ÿr_eÌ–{ÄœSe‰ˆÉøºÜ(ƒ™·h {x[ ˜9Ñ ¸ óúíJ™E˜è¬†J£Ä1Ÿ]ú¸Eú•Z›Å@;£÷4à¾üw)ß´îdZÕIxý:*þ•*]z}·ÿ sÐóC”yïÞš#y†Š‹Ïaùa”Ó.d;×ßÀàÚìŠu‰cïa˜œÀHms÷Ñ®g u¹,R+—‚òñýL¤©q ²¯–:¸Â9¼ÙÑëuå?»nkl*¬)vÂõ_‚ Øm¼,UA9Ô4^6PNbо ªmܪƑÓIùzƒÏ›¢QzS˜b¥*¯R¢ âLÑž¾wnë7Ïïæ_Õ}hŠ÷QÝS˾ÛBõ°ö7=£ëƒ4CÃ|SãÎ9W]úö Z3§îÛà‚”Ñ¿ng2;{ÝvÔ2 Ö îT&á ]?håM„Ÿ@MBá®*;BÖíK{3¨—x8tìIo÷czö°@AYœžV\ðãÂ1¡™4'¾vݘ[#VžE—Ùv -³‡rÀGyhv³büÉ4âZ-üÒîQ×XžñMi9Іé9¤˜ZcRˆaþ‰}^âÍ÷cœjWûª™õƒÛ›‚ìÊæoÛÖ„Sà_‘߯ABÌhBÕ·¶(qk³… †ãSH€û? 'è(ŒÃòèNÅ“INbùŸây6Ž,YTžìåž,÷l!ð ü´ËÝïoݯ?¡¶vÍR¯‹ëÁ·ÿ¥×4w©oVzTõëÊ€ œ­Ý¯s®ýØ{1ôO©ü?¿´ý Æë0 endstream endobj 524 0 obj << /Type /Page /Contents 525 0 R /Resources 523 0 R /MediaBox [0 0 595.276 841.89] /Parent 503 0 R >> endobj 514 0 obj << /Type /XObject /Subtype /Image /Width 401 /Height 251 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 14313 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 401 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚíwxU‡Ï”ÝÍnzï½B ½…„Ž Š (]Aš~ T(HDD té-´@BBéu“m3s¿?6,K²†dÎûì³wÎmgf~{ïÉŠçyBˆ`B!A Š¢(Š¢ ÁjU‰çyAøè4 e A†,­f15`µ‚Åó<÷05e ]‰ HC²è”>:ÁÒè1eþ¯è8AoÞÁ²¬H$‰DÚñUQQ¡Õ)µZ­V«§|ñ»™cð„¡]ÑY‚4:kvþ«ÌOújFñ}¨²²2­Z©Tª)_ü>uÒD¸WT œ¢4óðOò¤#§â4jSK}\{½iÒ ]‰ –Vr¼P‹ËÐöÖ²'Îå`e«Ö¬]4µ™™™D"¡Š‹‹U*•J¥šüÙÖ©“&fT§ªÈ>º2ÿôú®‘ÝZ{I­ìDb CQYe›w-T×~3³óä85MÑ4Ãâ‘CgS°ŠÊ*ΪŦeTŒ•¹¾l=A®ü’ŠS‡ÿZ4µT*eu‹YfŽÁ ?ëÚ£cèìwÇØšqw3ó ó [z䕓Ж-vˆ¾xîì÷_õ×´x;ñRP«®]Mƒ‡ ÏÅeŠ‚yâÅÃ1ý_ö´5h“”Q|hß!m{€­•ô‰s€™c°J¥b†ÊÍÍU(¯Ïûeä¸)Jv÷åù‘ËæO· •@x'd*…¢;6šÌë)yúGW¸EßNËøá‡Ý&/ܲý¯V½ÆyFâ!¬ §ÈXkÒ¥\M¾§Ÿ r ËÏܺèC«îjSu4ˆÍ­ aH°²Î¦XíZ<î:ða¢{'Ÿ‡d+îøYíÞ!s¶Ævï`0 Ú OìÆj.MIËèd go¥ûû l=4E€‹|?{°A›Kv;ÙY&Ð¥U ]®?÷ŸÐæš±d÷s½»À_OêR:FEêçÒ¡ÑhXí£¤ÚïÂýÝæ=¯Ý¸Ü4•$y¿¸ô¶TÄÞÉ.·6§d•Wr¢œ«G"[/ÞtÂ3tˆ_xW5«æT?%·Å€V ˆG§ðŠCñ¼wÀ«K¯^»S¢ô]&b0=4ÄɦÓÚ Ã'Î@˜—Ý­¬bž{†ø;H€W—]½–R¢<|ó3’ W·öÕÚ£,ºŸ\¨TsÐRsK¿ góê ‘ÆÊ'‚&=%-«°L¥Ä2s/_oG©üîõsé•®mÚ´Ñ'O^Ð0v=;Tæ$œ¹-wŒhn-Ö/™ª»Éw3 ËÔ<‘ÊÌ;µiYK“´Íu·IºWJ›Y¶ ²Óî!GOœ£¥Uöú®»‘˜bÌ¥©éÙ˦u€-q[SÓ³{ukŸ~éRrѱƒˆV•&Ÿ¼ZdáÚÞÇOéêšESe¬U‰š¹¾Ÿ=xÆ’Ý…O—˸fÝ¿^ìÚ¿úûš—;w6+¼¢H9™˜Uq:U~ó^¥·­X)²b¬]ïhBZøØØ'deܬ,ïffn‡ðáK”O*&߇È4м¥™ïº>oyêj%çÁÈão–¾=¹¨}îÄùƒ2U‰Áô‰)ºAnû˃i+&xZ•»w;‘çïc¥Š¿Y2srÿp;ú܉ó]¦WÙ÷ìõ@°Šïf‚ÇW3;:Y‰"ÜËÎÛºýbŽ[°“ìÁ5ôäyƒåûÚÑ7㓺öm3'ÜÙAJý}àÂáë*›6ÝwM³;ðÍÎåyÜê…/Y(3†/<ïÕc×bÇS?íZM‚ìÄ:ÁJˆOî5 ía޶*?¯è­•ç[ûÈ 6)áòem3–ËüuŠ«¦0Ù/ç Z´É3 ÚëÚß©_—©]ݸ¢*{}×éƒ.Õ|múæóKÜÄ çoÏö±ÉUíZìsçÐ\£¼Q¶ Œ³ô‡T5ÅHßX+/º\}£;ÍX²[k£o9cÉî¾ÑJåJý\:xž§µT¨ûµ×~$>VíÇÌŸ÷±\¡¹SH~=SìÜfÜ«£-Ý[^JÉ+¸—PÌVpTTT”ƒ%ì_÷.#~´eù]©G¤‹ˆÎ¾xåÊžLèÛÏ.+MžyýNôøŽ­]¤·ÏÜH‡èŽ„±tƒ¼lW¾õh†™¹åó/µËLIͼ‘=¡cé³ úyõÛ´DFUÆ¿¶r×åß'Û¸»N}-4ñzúC6FÊÏMJÖkl'ÂÄäµ{¯ž/2óJŸ(žÏ¹˜ !-ľv %6÷tc¸Ž–„?²Už2FWrÎÍ›á#zjïFÒSØváHªÚÅš5Ö$]3PyÛÎÛ¹¸¼=Þãæõ¼GÚfó?«g_B‚ü´c.X²éô’M§½lâ¶¥R=¦·]ÊíÒvƒ\Ö/ów3óºÚ§æˆ©wºÁ“~.Az÷èPMéf,ÙÝ»G"éréÎOžçYý¿ËQkx]fÛ.“óTÿ[´ÑVÂ÷ëÙÝÞLt->^¢‚ru[OåÙ,y¬ÌÁ/Ð:¢sÏ™ï~¢Ÿ€Ü”’ÝàÌN¦N)äœBÛ­‡ÓûÄE ‹ö%•Q» ÑÚ§+ §ä³?rxfZ‘™“À•§ó ÍûÅ߉%Tº.¯þAQVª+,­{E·ô²U},¼ÍµÆë‘å§ÃÜ´l×¢å}›>²¸“I¥|K‡–ö™ŠÒÄBYð ’ŽbueV2oÕA j¡ªwJ5ïJàãõñ´§çíìëîÞ~ÊÂlƒMÒ5Cç çÅe¥ÃcÙ×å0ÙX[Ÿ8yö¨NpâJz€¿ƒ³_Á¥ø墢D{s“”ç\Iç(Bð$¯}œå•êZŒµÔå2f¬Ÿ®Ëõà—XÒ¬jÃ0‡ž3-Z L]õb@PpÆÕ³*Vvýf’“¹ôŽÆÁÉß[#¶º–|õðš MWËøŒ#ÊLô w Œ˜Ö¿jîÖã]aÕ½ª/Ðo\K×'‡(Š  ÍA€¢ßŒ_Só–.èî&¢·ü~2¡XýÆøn"€¸_~‰ÚÎçvN©¹—wllŽ5ßµç€[hl«A±xßPuI¦}Ë62šÊ<{i]R%‘H]g¿Ða°ëªŸ2þÈÕŒw“ÌéxŠzp—ÊUÂL¯ ®Ræõ³9ý‚OÓž_„z÷1 €XÌzx¹²”±#^/ñ/ •ïFX êâ±ébˆÍüÝ=ï^ÿ¬Œ½|¶| ûq.äЦò›÷ʇÀ­ã¥æNú%{X‰Ö'+Þ 1Ÿÿj«MWŠœ<ÃNž¹n¬I:t®¨ÈMb%N Êy,{NyïÑËŽ„ˆ)ÈÓN"zD{Ÿ,Een1±±ñ,½zî®zHX´=§.ù9„¶á^—5øó—®ÔbL^ƒ×,ý5x­luŒŠÔÏ¥ÏCwŽ Þþ+¶ ;};oàÀ>¼;¾–v¬ Hm!>>^woòï ”჉afeßYö°/.5ÅÚÍš» —sŸ÷sôŠ´e3®=Óæµö¡Ã*Î\pÔf±ðŒ3”^ü½¯=ùz‡ðΡå§â^ @ëMo‡Ï·ßühHð­/ž¹rMé!eŒñê(ŸÀ¤q«K#ûExNî§Q*3² gq¶v6yW3a= dgW¤H§(GB„í9j—–Œ~Év¾þ—6Ùò\›Þ¡þoäýy@h¤I:öNS»Úçæ|·ö®O€¿DÎ=–}òõGk–@ˆ³õ²#ïöðxeXG¥úÜ-¤§›~xõɺq#W#x††:Š´Ó7áúÕj ÃÂ[²¼<99C®&Öön¥™Ð¦u8šrƒé—â¯Õ¾-p¥E’p›ÊÔbµWpË)½\ŠÓ/¿¶¶<"ÈA¿Iªâ{É™…j²´wгä<Ñ–£±º€ðyYYù%rÇÓ c&•Ù»y8ÊXAŸ-#ÂD|Ñ•ÙÐ""LZã˜ê{™Y…¥žˆÍ¤a!Æšt)þšî¾CQ´Xæàc%¢ké‚¶©¾Ž–ér}ûGºNÛ6yNúÜRŽÍZ·ó’WT0šò®ídžÊ>_°£À¯…MIÖfû÷ì¨ã3¥}½¨½¨Ë%¯T]¿‘a¡ºeRÐ¥T*Õú¹@à çnýj·‡4+í^qõ¥Ô+™—vØÙÙæåКòÎÝ{ :ø¯½û; 4ÍsÈ: ÿ_c.ŸqÅiÙ’“Ã=l$D­JLJ[ùG²Ôß[Ê4É+-þêufµŽk¬pjåÉç~¾! t±ÄsÌ 2©DÄÒ÷îðédcmaЦ¤Tž™xº÷À5œP©P=q.à¢Õ,¶Ú¸«ZfgŸ^£VTwèÙ;õÊÁë‰ñCâ¯&8÷ðmÕ;+é´ÌÚ§ú ÅØx»–ÌYºG©æ(š•YZ»ûy™Zh´ Õ>QÕ*<´QºPÕŠ±vò p6ÇÓÛ•J©™8¦ÿ ‡öý‘iÜ,¦ÿ *5§PªÿK®‡NxýqVJVa-MTU–ŸÛ¹P»Ý~è‡þþ È³Žµ¹DT[d•†+*­¨\TÆYúˆ¥]G-ª£1‚ Ï…%ò†ÉEÝ_¼¯Ò¬Ëí_T#‚˜&!– ÿ¬Ã®Å#Š Ð/‚˜ Y™«V¼‰‹ HS5 AÔ,AÔ,AÔ,AP³AP³AP³AÍBAÍBAÍB5 A5 A5 AÔ,°wp´wptóQ£ H4Cý<´‰¦ÓÿFi±JõÓmÀ¢Å‹-^Üè½@F}Ú¨J¿)ï«¶Nyß?^¦Bת•+ë’þÕWK`îœ9̈ 8ÎzlÙKw¾ù¬óO©ý ý]YqïulÝÒÍÅÙÑÕ»Cï—·'–èv.šæëáµpoFíöŠücú†ºx[¸GÄ!hò¾=62Ä×ÉÙ=¢ó oÿºUeŸwô….Zû¿Œ5›WgõÖȰGÏ6ÝÕ¥ÁÛ?íïáֲ˰£yŠÚíµìþt|€çCö¯Ošôú¤I5£Ÿnpð¥o`¬×WÖ}Ø)"ØÑÁÉÃ?´× xê#¨Y†ùxA‡â¤EonZt«¤Ã‚yú»D~¯L›³xñófË»zxÖ‹íýò®ÿ;3U¥-ŸñVíök†O>’˜1zfÅú%ü1¡ß§¿þí;vÁ‚úxg|:¡çúl9¬ñƱ¤¼È±³:(–köïc,ÚG·ùý÷_¿Ú͹. ^-t™=¶UnÒ±I#ÖÖÅ~…ºÃÛc²¬±Øª•+ ¯ŒõzÄÜU©¥Þ_/_ñåGoµ÷fñÔGš(UïÝYõÓòï~\Q¿±•µ£€üìk­}[çIiAá|5õb¨›3ä@òŽÏÆ|´*)÷þÛ5(Qa~¶.ãùÌ{¾b•ƒ“]X[‹}‹s!'\ÏÎu†J¢(k+ë€×'+áÉ5«° àƵ«¡aáææP^VfieeвÂ¥ó/¶Ó¾zÝ€J!O8öÇ%÷è¶±³…í¼«…ãüòÿÐU÷y?ωÝ]ù󞹯t£+ó/ŸØŸÜã«?ý-gÛ|r£hü‚_“ÝF§´Ý\¦Î6qÞÜÚÜ‹ÿgæÂÕl°®@›àéué`Mû:â!a2Uü’ Û‚ìýhWm¯±^z{el爰¶Q9w^ËÌ®Ylè¼¢§ ˲*µòâùó"VdïàРšu3áFxDk™Lf&•2 £{ûXMÄ–§OëX3}ã·Ó†Ï]¹â“bÇÎïjuðßGÝU4f?~ëOqÏO;¹úK»‰Ÿ\ ˜ª—Å^u`áÇsÖþ¹gÖÔMfVŽÁámGFØÀÄ­Ë}óÔêÅÖã>8k°®áö¤¾={ãß§Ç­wŠœY‡O¢ÿµê¢S`·¶N€'²¯#+þ÷Üøö~1sšÌáÅšše¬×’œ K?ÙX רºN^d`!ÏØO‚Ô/6v¶í;tº¹k÷ ºžµw÷ŸÝ{ÆHe2–e׊¢=Ñ-Ý­’-›ýí1ÇÈù‰§6dj.0!RËôP*“þ¾yÓÀÁÏ7èz!€0Lã?IO¸²u_,¼•‘O˺ ~}ñ÷¯ãi & !„eEOü"úÿzÏ»–)aƒ!suâÒ¨Flް¤ÁÀ¿7D5 A5 A5 AÔ,AÔ,A†øû~üC6yv0ö§ÇMI³ .Ã%‚4{b=‹šÃ8 :uŒÂÉ ÍŸ¬ýÍD³ê5Ú ‚ Ï. ¤Y‚€¢… HSg¡f!R4г!úŸ}^îêªý¼ÔÑ®ÚÞzùDX×n0c OùÑåzd¥uÿ¼ÜÕõi¸Å¤Üø¸ÞÖoÌ“)ü<íOsgUOÙx<û©ÖØ1ØöÌ­’'Xe{2·ksÕ¥Ò:ò´ýc"n|,oWkL£ŒÝ) gŸ‘õ¬ǹZŠÈÌ|BOëí³ yoçÙ¢<[’’fűQŽ"JÄç/æÞ(€bD=Û8úXPÊròw'©g öûf÷m9Úmÿ(WÕÝaãñ{6^öý½%4M‰@8w)7¡¼*À¼ˆc”£XFsq§sÓTD¿a«®½ƒÕ*5X¬Á~;Ë;:‹efÔk9y–6QÎ+}ýJöé\^¿@]§¼‚ûxI”j¢–m»¤xh\£Š&çÆjyÜú‹ 7$¨@$µžÜ•ýá`a•åïû.K3*áZΩî‘ÕÕì A÷;p{oËÛ8ˆ*Rswgr(ÏâzÖ«=ܵêÊ’­çäj…ü÷óaím¶ÞeºšWüt^AÂ;¸ä_ËØ_*ˆeot³¿¾?":¸Úåæ­9§‰¥-Y¿|BHò¹lâ¿áh¦6¥,§hÓ]Ä2‹ÉÝìnì¯ wåW\´1Acãæ4²£ÕŠ£%úM5Xuí¬V©±ä%›’Ôbsëi½Ü¯_ÈÚrK#±°~£›ã©}÷ :m`Åæ½wŠ`ÅT57Ö¬¢É¹±ZÞÂ;ù}™Y€W˜UƵl]“ª5ÊK¶Ü҈ͭ¦tw8¹ï^]ª«ÖAƒî5VˆOIѦ JƳ£YÕSÖɬ–R–{ÑÝ{tkòÇþt^;Õ²e*"ÝBµÒ´¶ÎvÌú“ í¶RAj–¯ÛÖmˆe}ÚYÚˆ)€H"&¤êb;vOCgšµõ$¤ä¡Yž¡ªëÒA݆±gª €J^JÓG²5@Y^ʈìkV¡M¹^* lëp5»òVV¥æaƒU4-7VËËsêÃÅlŒ³¿˜Šu„uç¸jYô¿j½§’—1"‡:VW³ƒ5Ýk¬#Ùœ>Cš¥RsLŠq1§JJ ‚J-hol=˜Vm>AÔN%<4/»_¥_²nãåNö—ܹZÂÅ|ðR€¾ŠP€TËe°êºtP·a¬¹^ÇuÛEsу).6‚̾ù'¯Ú U4)7ÖÌ{óBq¯®ÒD©*+§XUÛiSÓ{µWg°ƒ5Ýk¬RN M‚ºoH¦f !¤e;Oó´¬ G ûör‘!„/âûûI´{mlEÚcÜ ©v[b„4 ‰4§!6nŽº’+"£ªJ¶¤©â žââë¬3€7V›KYVT­a«6†ÁJ – ßqcÛ§€ƒ˜dÜ+;z)GbnYÍÆ`MÈó*Ë “Ŷϵ–þ_YÍ^¿1½W{u†:hÀ½‘•\Þ½B[m]{S*Æ÷ñ©Ðð«ãÒ·\.ÑÏWQÉdXêsËÞiBK±ÍíVˆzxWØãÎ ñp"„™OŒqkÊ~ÊRヘÖÜA œ'jùOûn£Æ×," «iBš…ã,Ašf¥§ÞB_#H³'ȳ¹hÖú_ÄÉ ÍžõkV=í*ð½;‚4%P³AÍBAÍBiÍrww7ÙÒþK–,YR_eÆÆÆ6LÇÝ{‚ã¬FcéÒ¥õUT\\úALW³”'ÇèÝ+ºÛÀ‰§ •ÚDNqûƒ ƒ;÷ì=añuHݽ»÷º-¡D7¨9¼ìÍýûulÓcɬ¸ïþ÷ü ¾m[wþê`¶±áÏ¿K§FEuëÝ'ö…©'š±÷¤Ž°&ÒŽµ/O6›±ëÈÿ;»§ ±úzÜ4ØüÊðäÞ?œZÓJï)À-æÝ¿GÚ@ùÝ¿Ú Y0,þkÓqeß_ÿwwÝøhÓ¨WC^aW~wgäàyï|¯Mßë7uï¾ò´_[vï7bÅŸîñ/KYÛjÐÛïÜÜl°ØIKw﹕ægÆ* ”ÍØ{ÒÄ4kù­Ò#|À§ÿ§%Ó{L€//ØÚQk`íjeiûgO^w·„cª² Àt¯º¯¯:;,¨ƒšƒ‚ÀÒûÿàÓþ~`å÷ªºìccå oi;eúû¯ è;è¹h³gÆ{bêšUG&Œ~ÿÕçG„9 šOŸV¦ÜTŽuïw3ÕÒe4@‰Þæ•óñßç.=p`Ïò.߸ylñ3â=1†©¬gM ´þxÿ]¸ûÏÇ6Ó´‰ïF9Ì\}V»]𣀵àån×¶¼c‚Þ´eè·û¥séûi2šµböïolø<ÐR"s¿…¦ü>{ÜÝõbô¼ËP?ÝÝÃ'CÍÀ{‘ûŠ•ÚŸÜ#ßýoÈÀ¾í#».ú'S[”±Æ»¾> ŸIÞmDçÖ ‹\÷Ö>2¶rµPÎPGç訑ù©ú¿fuSžë¯Èо½Ç|vµû¥u]ý†ºFLˆ”””«W¯Î˜ú!¤° ¿îŸu«W¦ÝI©£%y˜ O÷2NÐ}¸2wÏ`Bˆ¢`g`äŸì¬Å>ºoY:%`Š~ž DoÝ©¯`¾µÇVÖ…06AïUË+’….lUðþ¹ü¯#•ï„«X¿xü½±8ROÁ|k­¬ aÜ$¼×ûËqŽÝœ>í¤¬ï—N¢ÚÖ%7ž2 ÐD¨¬Åu¦‰iÒëYtïÙ›ZÜ^öeB1‰~›£¼Ü­àÚ–wtÙ¦Zz0ÒÌ×%´¥uàÔjÕ×{¼Ýúæ[klåGö¥q½W3¯¥ÏŒ˜’ßšwîEÕ⺺wPG+ñÆ»å~p~-®ÃË8Îú¯PŒù×?<ßëµeïžšo0úí¯óGîaëjç3à€6׸ÍßþBô2gß®SþÐ&´€Þç?é¿45Oãôý¶/«Õ^ïñvë=˜oí±•Ù—ÆõžÁ¼ÿ{·Å€ï"‡;Éjq]Ý;¨cɲ)/?ó››kp웿A=ŶFLŒ­Œ4(_js|Ê_?÷Â'°š' [™E/# ƒºüÔs/Ì©°ê× i²sCäÙAlÙyÿÁèä?‚oˆ j‚ j‚ j‚ ¨Y‚ ¨Y‚ ¨Y‚ f!‚4ͺ²0¦ç{—´Û©Û‡zxµ”óˆPá함àªÙë¢ ?2rqÃDR®¥ ÓŒ­Ü0Ä`ÊH³Õ,ŸQ]²TEȼôKÊàôšÜ ¨ÈýµÂj@ˆô¡Gó9Žè¢ ›BøÝÚi¬ØÊµ`²Ä`ÊH“Ñ,KÏi\þúB@~δ{ï½ÖÿìÉ€¬¿÷:u­ûáÕ…»ÕþW ¿Ûè‘”kÒÀ±•ïîz1zÞe(ˆŸîîá“¡æà½ÈÀ}ÅÊÆr SF‚F‰­üadà‚´2Eá_¡Ñ•Å[t_KYß³åkçrk†»5¹¸#)›HleEÁÎÀÈy„S“;Ž×öí„BN™æ4 ±ˆÁ”‘æ[yH¬Ëû¿ß¶ÁwÌB‰M OagðÊiå?µ°ÕÙÔîÖÔ")×äiÇV6³â-'Sýñú3ª/· zeyJÉ뛬¦7¢1˜2Ò4ŽfùJŸpìÚÉ[–»À$¯Š5 kó¥="-D:›ÚÃÝšZ$åºWW±•©AæK®<*ÿ£ïÈòcŸ% çZL›mRÄ`ÊHsXÏ+ßiŠìŸW$QcÍ Õ¿_,·o3¾ö\úáwM!’rí-l€ØÊ­§üp¶÷ÈZäðŠøŸÅû³&µulDb0e¤Ù޳X3¿!6•dÿÓþº:w!ÿ­¹±[[ÔžK?ü®)DR®½… [Ù©ÓØ’I“&ýâ ý‡y._mÕÃZ܈Ä`ÊH€±•‘§ S~¦ÀØÊHƒ)#Ígnˆ< `0eäi€oˆ j‚ j‚ j‚ ¨Y‚ ¨Y‚ ¨Y‚ f!‚ f!‚ f!‚š… ‚š… ‚š… j‚ j‚ j‚ ¨Y‚ ¨Y‚ ¨Y‚ f!‚ f!‚ f!‚š… ‚š… ‚š… j‚ j‚ j‚ ¨Y‚ O¶aªY¿fúA¦¡Yƒ† EG#‚sCAP³AP³AtBA³(Šb½ ÈcÁ0¬F£¡(ª¡5ËÚÆ–ã53É× È³˲fRé½ìlkÛ',á‰ënÑ2ôüÙ3íÚ·wusgY A9%Ôh4é©—/^lÙ¶¡5ËÞÁ!4<âj|ü¿ÇŽý—Ù)‚ ÏEYY[‡…GØ;84´f€‹‹«‹‹+A ¼oˆ j‚ j‚ j‚ ¨Y‚ ¨Y‚ ¨Y‚ f!‚ f!‚ f!‚š… ‚š… ‚AûF@àyŽçáB¡hš¦)†ak‰4‡AÍBLµZ•™yãÆµ’â’æ?‘¡i+K«-¼¼½Å :¤.AÍBLk„•ŸŸwùÒÅžÑÑÞ¾þ,ÛÌÏ@Z–šrüø1†e¼½}h†A‡ÔîÔ,Ä´àxîêåøž1±þþÏBEbq`p †þ÷_gg©¹:¤v‡Õ~›ì|©Þ7Dš\EÅ¥ÿ½•µýwO/ogëˆAQR;kM…¢,¯¨èìÁënOZòe§M[Ì}|ÐWdKÜÕo·žâ!èÛ!èó7ú4­Ž f!&JÞñã§F¾loÁtØ^Ä+iEäÝ»å"3™½¹•]€½dPêå¤}á­¿ü*à7Ðcµ©?/|½ùß…“cÍÍ$<¡8e•Üç«ÿFÍBz ì֭ヶ ÷rôq!é·He1°ÃP  *%ŠR'+õ qts¸ðɇŒ¹¹ïèÑè·jÜÎ,ôw³£iJ;ñ´67;Ÿ®(*žŠií Ðô^¨ŒkðH#@jEàùÓ#†ø:Ù9Zr7.Pòbš¦h†¢YŠѬˆfXŠf(Z­.™i*Z·ö½4czeV1aþ‹CžŒCRÆ-ø¢î¯”"Р戆'Ž(Õš¢LÓ!¨YHS"qÉ’›íîçÆ¥$Q‚@Q@Ñ@Ó@3À°T•`ÑEP@2ï˜[H¼ÜmÏŽÁq–NaùŽ³Ë¶žTªùªëœ¢!N^N xJJË›bïP³Ó‚W©®}üqH;Ÿ5˜³Y¶r?Ø9=0²u’ü|Èlñ¦ª,©·|‚½Ê®Æç?^­´ä–êÒ:¢UdëˆÐ¶½^\w©ð©¬°˜Ò“ •JÍ›K÷\¸•3ktìƒT €@(^5åJ¢.õ©þ&çóë>éÚ¦MëÐÐŽ¬>]³ƒ•÷Žôpsxws®g!ÏâÜÐà®’«WÍ,df2)Ÿ‘ÄŠ(Bíà†GÑßÿ­zk _švNìÒ=´w ¤²*åvV²Â³g»uÓ•{j~Ç©Wþ؈Of f!¦EñÅ‹–2‰PYIÐ~JgŒ°Y»ñ –|»W9oŒÙÂõ´wŸ–Tñî«‚@ˆöS.·2?³gëŠúfô·Ó÷¦h Ccß ¸½fê˜U—8µZAìæ¬Û6:ÜD"ÑžOÇ|ö×µ¬Lù¨ï÷-â \åÍY£'¸-7g‰Ï µ;>T—_ž:lÊ•"N¡²xgÃc[Ù™ŽëÎ%d¾÷ÓÁ¾][·ôw½}OÞÊÇúǹÃYX†3 1––JD2 EAai%Ï úH}=yÃÌCi-¬Å ²ZºëmŸ^_ww™voYòŸÑ¦¾´áÜÜ~ÞÛMÔ,Ä´È?qÂ\Dóòrˆ ÅŸŸS:±¿õê}Œo°tõ1J,áÓ’ä“úóyy‚‚¤B.³°K½xQ¿¨ÕYòÛ65«ð0ÿôG(KùÝ«çÜÑ+µé;Cæ/¨ôöÏî'-²Ö ì›4h]âŽh(ÎTÀšϵZÿK[‡²;›=»Í›µÎDüöÛþ+þ¹2|@W ™49[.f!!½TÌR"D,HXJÄPD,x9Û± u;#ßÝцһo¸!·âޝ•î«•Ï”Š\€*ÍêØfäð·çÆx4zOQ³ÓB‘™iË0‚JP{4Ÿ“+ pDàˆÀA©f-UX.´¡[ù¥)»_~ùç;%œˆ¡*rª4ëë!`øšªä-mÊÇgrÏïï^µ†æ!€O/æ»Nêû+XÒE&â´÷~:x+«läàžr•–¯‰)Ц)šÐ.c^š"4!ËÐ* '5««¼18pÙ7+߉žoNS¨YÈ3ÏsÇÜeÓ©SùoIvæ–„'ZÁ hË%´‚E‰%_n(×ÏÍxÂóDà Iä¥åÖÁjµJWÔ87‹o“òæÖj½ðÜ›ö'Žnå$hò-m|uYDœZ}¿ºDZ¥†ñR8B¶=á)©JÑ™é×[¿© Jµž¨yåi¢æK+8 K©ˆ2Qf"Z»A4˜ID9…å>.6º–r2ÿîVþë*e¿ó¹Ó˺½o¬>Y1ª]ë¡ì…­s¤zëï"!FŸH²m×®B ˆH"ðDà Ïbãd»þÖ/˜KI*|±+—’Äú[¯ý‡Ø8ñ8ÂóDÒÒ’ ›Nõ‹zó—7¾2õL†\ûµèÖñ¥;Ò!ÙjÞÛÝ’rù×i ·þ­ÿèvc^G§ÉËÿ­ÊžUIy?ÒqÆš Ú”äó‰5ó>éóYÿé­E“{õiç¹e÷Qp^ö2¹‚Ï,T–VpJµÀñpÿC8žð<áAÄÒÖæÒM®ÄFùé yë»ß¾øvb©Š¢.¿ýÎ‹ß ÿî­ÑÌßNÖu³L%4æóY8ÎBIµŒœµÖ‘­ËKJw{Xà8BÀeù&‘°&9)d¡07odÇÍDþÁv?m»÷\7' 2«äå>:èëÔyÞáÅ?½ûJÏÌJ†¡8Æ.pÚ¢![{9ª»}`ß9ë²èçÕnÙñ×õñSÂÖUXŠ)Ÿ+7}1q×WGOkµš“µg‡÷¶· ª™·~RGÆö ô°]¸îDtçȧøÔâ˜VÎ,,M‰`iŠe(–††J%—z¯xKÜ5 ©xh·]½ý–îÈûtRÏŽ*±H¥œ¾eA?‡œCIçn9­Õåuñ¹UöÇR¨YH#)–‘KÔÌÕÕ2 ';ÏÙÁ™ÏÉ$¸‚å¥sy† ¹@ÜËÉÖÛñçÍ|a¯!‚@(kûŠòÊRy¥CÏžÕŠ è?ùþ“«U>ñ›«¾®y¿T›¥¬¬T—W·ÍHƒ¾ÞrH?/kþãÎãÕ¤M?o½;¤ît u_ñvÿY?Ä—zw‰ ¼óÍöšUÙ[KݬGôjÙ­•W5±m?zÞ‘Ñóªõî¡ÒŸìºùI£F¡@ÍBmnhlo›õëNtënm!É,ùŠò¬W‡Q4Ð4TUà>;'sP4!Dmar77ì«¯ÄŽŽºb­­m ^ZZÒäRw<¬Ö¾7èÃUÇþ:|ahL[8öý˜Z„òÁðÖˆ»LÐc¨YˆiÍ À< peËmh¾¼”¢@ ‰~¸¥ªq‰™ŒqpÊÌ.†GxŒ©_fIIñ#/Ô¦âÇÂÜLôõô˜;/®þã¨ÕjBuš¦ F­2æ.ôjbŠÃ ßéÓ³÷ý“”àcmnæä*€F Ñ>OD€ÍÐvö‚Hr'»PN3¡ŸÆqóø/DhNã,A4 ÇqÇìéçf+^¾»¬  @»—¦i𦆡i†e–eE"M7½»p¨YHã\¤µ¼ËO£ÑäæåÉ,ÈÙ¸1aÓ&™ÔÉÖ‰aiШ‰ZM‰D´DB(.“§Ê[µŸV\\™œìêêjiiÙüR8ŽS«ÕŽã4F£á¸V^æs_ -..¦i–aX­Piÿ‰xŽ“H$MNèQ³Æš ½DÕjµJ©Tª”ªn] å¿ý–šN‰Åæ,kͲ•¼¢D­4•Lv»OIdkgW(J¥’¢¨¦¡ø?¯ÁWÍý€ÒŸú¸XðE1 #‰8Žãy^+X¨Y‚4ŠfieK;dYV$‰D¢ÿÜu¼B endstream endobj 526 0 obj << /D [524 0 R /XYZ 56.693 815.761 null] >> endobj 378 0 obj << /D [524 0 R /XYZ 56.693 498.034 null] >> endobj 527 0 obj << /D [524 0 R /XYZ 56.693 478.164 null] >> endobj 528 0 obj << /D [524 0 R /XYZ 56.693 432.171 null] >> endobj 55 0 obj << /D [524 0 R /XYZ 56.693 301.01 null] >> endobj 529 0 obj << /D [524 0 R /XYZ 56.693 273.158 null] >> endobj 530 0 obj << /D [524 0 R /XYZ 169.091 208.8 null] >> endobj 523 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F64 307 0 R /F52 247 0 R /F74 436 0 R >> /XObject << /Im9 463 0 R /Im16 514 0 R /Im10 464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 534 0 obj << /Length 940 /Filter /FlateDecode >> stream xÚ­VÛŽÛ6}×WðQb.¯ºìÛ.6)Ò ÒuQ »yW\™µ$7’\ûõÞdÙÖ)’s<rgEP…ú%º]EWï$A9Ζ Õ3JNR”Ñs‘¡U‰â[Õî‡Õmж\/‰÷O›Å’I??òTtÎ.‹~ñeõ+l»¤çRºÅŠý ë}¿¼Ùzתv.è·—ñ®}$„Uû®0ýAuÛµ¯L<`¤(Œ 7EÊpJ9ìbWÓ¤Y|å!Í’èí*úQˆ!ˆ"™à$ç(Í)NCOMôð… æ y†6²A’Ìxvî£Oñ•úÞñ,£&43¿F§’ n#¦¶LÒ3iÿó< &L]½ohŠîvæÓ«é–>ßr’Ð67e“æÒ\b8¾àÁ¶zwÊ7ðw¥‡`O[ìŸ}‡ÃìM¥ÚÊyÖE¯U§ÚR¹ÿ·ªÔmÓ®ß#Ü3²-æICŽ3îñܬ׺.Ç)¿vÆÍO„F`!—€êÇ&ÂÓñNŸ¯úÂBE6uѾÀ¯stW:K7n|§jïyÛõO¥ÛáUmë’LvuÕ›G.D=„›‹ÑÂÉ<{Œ×F¸gtd‚â,Ésžt<ÚvR  u«Y2åböÝ\œd»ä"9$ˆ1ÁƒÔtJϪ‹j/ªõbŠ´©ߢ'˜ZŽ¥8Må<ÇÄuè÷§ŸP ¤4Ëå)µþ\d¦Áf7¼÷›Î€‹Ø©£óމÁ6ªj¼DjAeüïШÖDù {#Ì.'T‚™µêÝ4ƒû§{KC,‹Á“×ø,!ÁµÑ*d?2Ïãü콞\ ˆkôp†¤Ø{U×órÿÙâã,mé+µ`ÃíkÈL|\ÿ¥¶&)gYü93ÌÐ,®jèj1Lp2©¦ sÕ4«C5]•­™Ñëåu“½[ûZymê=¨nðÖ® @»e®‚Æép¹÷«VPv5W†IsŒvôA#|sN”eT‹™€×5ŒûÚ«ÈeÑF ÒAhzŸú(I½ f–a³­a• q—]ó¹®9»Òk'WöØ)è‹¿ã÷»sY —ë>2Í+ðôNƒ.tùúäJ džxŒÉÓ€‡¥$À&¡ÏÑŒå Ï$_m›ë¼“'aÔ‹+øžÙOiÿæ,`Ìr|fµúæsS´óŠ˜ˆ¹i§‡žûü'Çÿ÷ëç?ì!’\ endstream endobj 533 0 obj << /Type /Page /Contents 534 0 R /Resources 532 0 R /MediaBox [0 0 595.276 841.89] /Parent 503 0 R >> endobj 522 0 obj << /Type /XObject /Subtype /Image /Width 903 /Height 531 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 69315 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 903 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|Õ¹÷Ÿ3e{Óîª÷nËEîEî\€PŒ)&!$¹Ü@à¾)„Ð$$7 Â¥ƒMÀ¦Äà^p‘±å"«[½î®´Ú>õ¼Œ´^«ØÒJÆÆ:_ü³»sÚ3çœùÍsÊ Œ1ƆA½PÕç/B@ „hQd§,Ë}þ* „$Iá“#,^ @ „áv}£èVEwJ’$˲ÔHKlJ @ˆB’*ª”îGϸ=BH‘›ŠÏ¥¿0%f%@ D¡J#%)s.=ª4ìEQˆàîGÿEŒH @Ež{p=Ã0,˲,«ø={”+Ã0>ŸO’$E‰ò<ÏóüÝ¿O›ÿëçÃ@ F‘—ÿ½/ä¨xú¾UªX–E,Ëvww‹¢¨èQŽãîþý{÷Üõ]hí €ô4ïü_oÅYä%—EN›‘¸ôÇ1ùD³@ \¾¸º¢$Ÿç†¦lfÝWÊnÒÀß_~å‰{Vj4µZ­V«U*R«Õ.—KŽã8ŽûÁãïÜs×w›~8Ëî¿;üß¼)9 ¦¤iMVV¥¦jvzÞÞ¼ÛÀùß{]cMEBEÓäÚ@ \>’´Óã?]¼ý<çÌ\f5é#%æWÊáö±cË÷¬ÔjµŠ6=;¯T™Tª‰Íc8ò»‹ç<ð³;b4b}“ÃÕ៛ÒáÅ ›½ähñáŸY%NÿnUÙÑÜ)óç­ù>¹ü@ —]ž Óí+ÿrDzU7ä§Æ xNEc×öOß7})Ę´_q(ÐÄæs^ÿ„t:]KK ÇqÁ`ðû¿øÇ­wÞí Ê©Çúü£÷¨`I¦T§›Brç‹Ðtª¦cõª%þ¤%Uu/½ô¿óïzìí[ —Þ™š;•T˜c¼mÏ!°ZÌÓ Ç@(Äí=T€ããl“Çç%’–6GÕ™^b,Æ'ƒ¡¥ fÑuÁ€u-‘šuþ#cà8nÏÁc³qæ” ÏP9©™éɰs±,ËËÌ­|r}Yó‰7Ï(,¸H†z}ëÉ#Õ -í¯ýâ:–¡oþÅÆ¥óg<Ï¿ý Cá‘çßÝí zJVßÙ^z°¼1k aúÕ˜c8RrjÅŒ´ÿºqi¼UâÅÒ3Ž×>/ËÎȺ0b‹B.÷áߨ›eçþ#oþúUßÂ>ü—í`1Î+Iù‹W¥ „¯B`5HòùæzÆYåBŠŠ ‡€?þ÷µ¹ï™Íƒ…ú`ëÞ¿¹D§až}},c¨¬©ûŸï,5éÕÞx0.!52TA”ÝH{T©"L•ßäÞS ¹‹Ož.[–?„®Þªê®Ò²Ì™¯Y¯ªiöD¶íÄΩùO½µ/¥àÚÌIód¢J cL•†™œoTS5õÍWÏÉ ß­1À‰²ê‡kæÔ‰Fƒ®«ËsìTyJb\^NF8`yMÝ~r•Å ùÝ«ûÚ:}ÓòzUbbÇ _— zFítuNÈkliww{eYR«ÔÙY©ÕuÝylÜñ~s[ÇÜ…g3&ã#%§Á Œ±JŦ&%¤¥$€³Ó][ßäóišJOI¬©o ÇÐÔÚ‘hÙ´«ÌáÄÇÚdŒ;œ]u Mþ`ˆ¡™„8[Nf*Ï û—èõZVÛÙéV«U“ rõ:í° õ…ùŸü$òI’ûçÖç>zÒfµNÈ󃇎œ´Æ˜§LÌ,udží¶wWgX0y|ƒ‹¢TZQiÆx»52«MmŽ›æg€,ãESÓ7íªÌHO¾x¦;~JNUüàÚÂy“SÛ\¾M;Ë(Šš=!IÃPA÷»=CLb° €ê›Zk[ äĸº†æ³qêäñƒYžãøý‡ÏVÈi“ÆUÔÔƒ¡È«6ØÕ‰ºF¥&'lÞ[IÓ(-ÞO÷‡O®¯iîjïôÍ*H~âµýw_;iRvËЮîÀ«ŸÿëÏÖè4,|øäú6—ïÇ/n›3}²r.9Yþ›ïÍK²U Ýé nÙ_y¤ºA«VY´â£ß™Ÿž`æEéýÝåÞ|N üuç‹•Õ9¿xã(JñFü»»¥Ä}A~×±úM»ËJþðÉõõmÝÍÏŒñIŽ®ÀSoˆO¾ 0 Š$­š½n~Þ›ÛN…=z¢¬On”ÑЇO®?ZÑúü¦£Fõá“ëU¶ý敽}JÎóþSXê¬Ìmoièü…% w_;9lÆ7>;ÕÖáŠë‚²ŒÝI \ÝÕK¦gd%™ºÜ^ŸÏ1Lgµ'665–¯Ïo3Ðó&§züÜÏ^Úf¶X ÷VŒÏv8»Œ0”$ÝÜ`L’äiYæ_ßq$ãÿ¬~áGóOq<ñÆ!«éoºçß;J#)²BþúŸ»ûÞüÈ«öÑ_vu¢®Q©IûÊš}þÀ¤tóÌñIu­î»«T,[fºÿ¦Åá¨þ½·<&ÆÜÏ&ÕL„/X–‰*%ŒQ_éPU)BJ3¡Î¹ï™Í}ÎŒt ö5./óÙ×÷<°a¡Í¤ýÙ7a«QëòŸ}}ϸ¼Ì>¡"Ü=œõ•ʽÞ°€UÙ2Œ3ïxô—¿þŸ»ÖÖ»ð¿v-˜5mö²Ì#%'Ö”f&b1#UD3gÎܲnë«ÿsÍÝ$•€0U)/HûN4¬˜™ÕÔá1éÕïí8ýÝk¦€N£ùp_åü´«çäüóããß_;>;\“—¬´²ŒÔ¤7>;õÓ[f[ šçß9$Jò÷®j1hÂId'Ç4uxþ¹åXAfìÌñIïl+=]ïL3³¬úï›=¸¡þøÞaAÆ9™©JœƒÍfÙw¼©¶µ !X¿l·×L9þüV‰ =r×Ê ¾ñÙÉ'ê4çÆ±—‡$Ë ø¼}y—7ô×Î.H¾nA¾(ÉQ é æÝÇê›ÞuK nZ<îÕÏ*Æçe…Ãz½~W—X†IîuV… å ðG+Z¯]·ee8ȹ­ÚªôW}Ü[:Ý yŽ<䣎çg&cF•:äòŸ©oR2¬V«¦å%êµìgÅ5ǫڗLÏX<5c㞣_ Óýuó‰yúä$å:º=¾ñi68QÝÎjtÊdÜô´$Ÿß„À“øÇG§«`ZJøî5S»¼Á··•.(Lïc²~ŽEܧBr"Úw¼±¶ÕqÕÚ/FJOMjwvô8MÔ*•UO?x{QŸ¨öŸh,~%÷ÄWJ˾Rù¼#øô•®XtvÀç»?TœÝŠeüìk»öÍE1F-tzƒÏ¾¾;3=-Înõø}¥Ê;DeY>ûÆÑð?/œZ3ï.ðÓ'Þ°¨Å«/´iØ“%%:`^~zjèP³o¹Îž•kž\´ø§þ:2 0vT)|z úÚùùß¹fJy½óL‹»§¹Òt“Ó_^ïZ8%íµÿœ˜;1¥º©³­+Ÿ¬R‹N¯ÿ²¤6ĉ`€ý'1B®š“åœîÀ Û­¶”ÿ ‹Æ-™ž‘gªnê9P} ¬ãxUû_Ç­™]¬Üã›:<ì­´™4ë–ÄZô¡nø>Ÿ_ ¡…ìà %gZâúêí¥K¦gܸx|ø›s[Ûê 8²/¥iæhåÀyÆ ˆcè(pt lÆ#'2’mÒz2üÙ¡ºŸ¬ŸåuÎV—/æONýÇ–’¥‹ó/†éDIꓟ£'3³²{J‘š[ƽFÆg×ü‚¡&!ÉrikÀ V˜Ÿ¬Ùª½ª±ó¹ûW@ØyÑÇt2Æ4:[!S“¼Þ@¢=mMQnäUÛ]Ò0º5ªçv%žÍ Çñ3gdõФÁâWª¹=Ʋ¯TÑ‚nUÛâŸè ÖÔýýÆœ¼üƇ8Fwª¬"N¯=#Øã²Ó•édõ‰¯¼OS4"!ŒYUÚÖ8VÙ:-?ñ“Õ‘þ¥¤„„Íû*¼½è'ëgëµìg‡ÏÄÇÆF¶*bÅ Õoõ‰ÃÐj´é©Éµ ¿øÛ®)yñiñæ;WæÄ?úònŒAé¢Âq¶¶;LJZ13kû‘ÚM»Ê¯_”¿bfMS‘n/ŒcŒ(Ž r<öŸ^ä ðZJ겟í1¼¾@zªvÝÒhsù>=¸-..¶¡\žÐÖC5«‹r(„”l ˜[¹wúž–?·BÊX^49¹ÿUCF·F…5ñ€Nñç¾ ^¯5ÈÕ‰ºFE´´µÉ²Ì€Q]Ð&äöD‹¾Òˆ±øó¬¦ŸŒÁ/>züRQ}ó²‚ã’þ´©øb˜ä¤Ä°Ýr²3^úwÉ™÷Òé7,â¥SµAQFÔ0®Î`ÌÃQÿÜrlýò ·®˜¸ýHí„ÌXNiŠÒmZ>’Áê˜Édõ‘š¦ûGõÁ¾3F£áüñ“y¥„±¨JÖÉ2`µÓ`rv°Pœ vûyxöõÝV{¼rðÀ†E&½:5ÁÒ'T_) ‹ÅRVVü~ÿO¿{ëw7´»û¤ÚTYì¯Ý¹îê9uU‰)i&MB*=¨´'KËyž/—÷ð/—4nqö´«I% Œ5azìøI•ŠX0.ü¥Ï篬>cÉLOõùß½rVÖ²™üñsFgÕõ[±^ZVÁqü” ¢ÂÇ’(,-7èuy¹ÙJœÍ-\ˆÇ€5uJr’Ñ w8]-­í’$™M¦ì¬ôp„¢(ž©kðûýF¥Ruw{ÒÓRlÖ·ÇÓÖÚ …(„âãcâã"cHKMŠLÑíînmëq!†fb¬–äÄQÃ'‚p²´\¯×)ÃÍÃ5TsK[{‡ƒ¢Ð”ÉËm{‡£­­Q”5ÆÜáp™Œ†œìL,ÏJ–Âù0ø€f g²²ªÆçäçeëu:¥—œ(=ýÆ/¿AQèƒ=Ÿ}Ùœš’LlB¸hhlºcEþ܉)j–v¸ÛÔþ§¸!3#m°™™ák‡N«fêó7¥Œ›9%=w·¯©üÀŠ57 ¢r_q(d©J™¼}G:â3&KòwÍ^´¢îø¶S%×”œ,KÈ[œQ¸¼¹ò ÎGfíý™T0þöß|bí¶”ä$ÒL— ©)ɯ}^ñÇÅ2–U,k‰ÉHOU¦ãWþ@H«Q-[uÃöOßoü´e«nàx1â¿úPýê¼Ò„œéÊO 9³üìG?yfÏ%cœ˜;Ȭa&Œwž–E \*’““’““"z~"I „+N˜9«Y¿öëÏs'ˆþ^ÏåWªÏøÌ|¥‘°ZÃüÛžâÉ@ „K…Ëí»œC!4¸*gt~°u/¹„@ „¯€qFçÀª>|r}§Ë Ä J @¸8(^Òæ¦Æ¿ÿmWøKŠØ…@ pÉaûøJ @ 4Ð&ÿÄWJ @¸ôUJ @¸ô|@ Â¥'_iFfÖÄI“ §L-œ2õ…^LIMS¾ŒÈøgÍžÓç×ÚÚÚ%K—E¦(Ëòó/¼0ÜTn¼iÝ»ï¾þØÙÙ™•ÓÝÝ=Z¥ ¥\ãÆ$§¤*ÇO?ýÌÃŽJÞ22³–-_þøð#ÄÅ'”——G‘èP,±íY®––V帻»;1)ùrÈ@ „!¥¯tëÖÿ$%&*Ç ÌŸJHLr»Ý°råU#)ÚÆ›æÏ_°`á¢[o»ÍétžçK¿ßç·¿½lùòå+V<üð#Q¤¸î¦uï½·¶oß>þ<µJ¥|ç·¿½råUs‹æÝ}Ïxž42ÇqÙ9¹?þ»oç;K—-/..îoùáÐÈÇåäæýòW¿ÖÕ<ç©J®yä~ðûW¯Y{èÐaÒ#p©ˆÒWºzõš¦àÍ7^<cÜÞÞþ裿Ùüáf³¹¤¤ä¾ûïß¾mÛp³Ž?//ïÍ7^ohhøÝïŸØµs‡Ýn衟àÈyøáýëÕ÷ßßÃq€i4šÕ«Wm|oã}÷Ý[UUÕÒÚºxÑ¢°#vÀRÌ+*ºÿÇ?ÁïÛ·êÔ©ûöïŸ?~[{{^^ÞpoÀ744ü¿_übÇŽí‰ O>ùÔÿûÅ/þòç?øe¸¼Û·o×iuÛ>ÿ\Q¨QøüV¯^µþ–[~øçï¾ûÞøÃýû¿P|¥xî9‹Å=ôó·ßyçŽ ‰bŒ}>ßòËyäáÝ»÷<õôÓï¾óNË7ø€FÆ{½ÞÅ‹?úë_·háj#Ëòkc8WË–/[ºdIMMÍÍëo9|è @ „ËE•žŸO>þ(±w„½ûöïïêêºóÛßQ>úý‘Çèðá… Øív¸å–õG¾<2*…¿eýúúù}÷Ýûî{ïÝxà ‘rdÀRäååµ·µy<ž#ÅÅ>øàÎ]»š™3göHòpèðáyóæ%&$Àm·ÝºzÍÚÁ¾ 3iÒ¤ß<öÛ_ýê×sæÎY¶ti‰êtº©S¦|òÉ'Õ553gÎÿÖÛoüñÇ Ã:•ZÕ'”V«5s&äçç755õv¸Á«*,Ë.^´h$Õ¦Ûã)(˜0”ÚN+;;[£V×ÖÖæää~@ „¯*=ãiÓ¦þë•WF9£ ÛsÀ²£çìÙ³9Ž;vìØ¦Mï¿ñúkC)Åì9³7oÙb2›.\ðÔSO± 3oÞ¼¯øšeddìØ¾mÏÞ½ÿùÏÖ—^zé£-[¢ˆä¦u7Ý}÷=ßûÞwÃßNž¢HhÝM7=øÐÏ­Vë¸qã†RŠyEEøÃóóŠŠÔjµÁhüø“OæÍ›‡£zš=kÖþýû[[[1Æo¼ùæüyóû2œ·ÖÖV–eW¯Zõ›G=uªT„(Ì;Þ¼{ô£Ûn»-ü»»;))I£ÑȲüñ'‡/BÄõŒ÷±|Á3òykߪ \è:†O–$iÓ¦÷1Ƈ!##@¸È|E¾Ò„øø¿þï_øïŸñö›Go¼i¤¥¥ýñÅû2Liééß>þ8MQãß>ö†‰æ"Ò4}Ï=wG~³dñâ·Þ|ë¶Û7 úäää!ƶü{ï¾3Üà£RUF˜„Éd<]vzåUWƒÁ¿üù%2©”@ „K²X,eee@Àï÷ÿýÿüâKét9€ã8b• Çq……SÊËˈ)@ø*Q«ÕÐÜÔø÷¿ýmíu×FƒÁ@Þ8J @¸ô7ŽÆ.*•ª¬ì4©ê@ \_)@ ¨R@ Œà@ .kUZW[C¬C @uÆL†*·`11@ aÔQö!ª* üÄd@ „¯²Ú‰@ pé!«@ —â+%@ UJ @ œgÈ>@ á’«R¢I @ _dŸ@ pé¹(#øÏÕÕ×v8ÛEQÀÊr~Œ1Ã0z­Þ`0šÌæ„ØŠ¢z}²hÔ Æq\»£¢(»-V£Ö|¶Dh„v#F‹.w—N«U^ó½>ŸßçKHHø:–Îçóy|^{Û…ÌF“^¯'×pIøòè—Å_–$i¨÷]†™9}Ö´©Óˆé„¡ªÒ‘h«3ug¬1Ö©SfPÔ9¾XIQäy®µ­¥äØÆÜ Ú¨iGiílJwL¥Ž¤$~¿ŸøðGW§#Öçñu7·4™Í1¢0`À R© Cñ¸ùƒÍ[6÷¢ˆ¢(½^o2™Ô*5 $üÜ9E+W¬$u‹p©EÑãñ¡¤¤ÄOeÙÝífh& jµÚèt¡ ö=O¡€Y†5™L£€®®Î„øš¦{;©½½]wqT©Ïã ~Ÿ…@¥Ñè Ng¼Eërwº:]!.È…B‚(hÔj‹ÅjµØŒF“Ïç=]^J3tNV®ÅC*ùeEñ—‡|ßOYV5ôúŸ›:ÚªT½c$—ƒpeªÒ‘øüZÛšgL›âB²,É X–e 0P¥V©³“ٱݼ¿8èÚ¦ûµ¿íw†87R¯¨QKRš¡m+ô¸,QGG«V£D.àó›M&«À2Æ¡PÈëñÃnº›·l¾îšëkjj@(ây^I’X–>}Ú†   …þôÒŸ®Z±’løJ¸T~kŒ…ãx¿Ï7 ±ÛíŽ1[(š ƒZM4# ‚ÀÇÚc/д¶‚qtî‘¡PÐíî’zu°ÈK¢À³¬€¹/ð|S}­¢†i†µÆX5ZÝå9®©®3 £Q«Íf3Æ8 ú=žîÎÎD¥ff¨ÔêQ) Çë©o¬5Íy9ùjµ†a¡»Û]ßP[zú$'pK­puºJËJçÍž7Ìî1p¨ø@uMµ(ŠCEÓtnNîì™sõziSçG’$–UÕ7¡…(ŠB! E 81zÝ0ÄÚãEQݵ@gqíë2‹ÞÓYg’+B¸Ui/;¶}võêkxž  áŽ%"„DQÀËXÆcYÆ˲,ˆ‚Ì—Âv{Zæ*´±èbï ¹®—tVf 25. Iʲ¬Z­–e ÜÛ „» Q’iY‘‰µòz½QS³Ù¬×ëÿ¨Ò󈢨R©,–š¦ÏN§‹‹EUJ Q´»9ÅÇÄXôzCSS“N§ïÓDQ V«UO·'ºìa+QAÏåà^t:,Ë£e wW§F£Q’${½>Iâ0Æ ,I"¥ÖzŠ¢yžsuº’“G¤¥\.‡C«ÕªµZY–^ðy½€±J£Qk4„BÁ`me¥-.Î?ÂÒÕ7Öù¾éSg«T*žçB¡ ( À²*³Ùëyèé«útY¢(žʃ#–e¹çÊÍ}"ûÞrË>Z•c¶ßZÛþŽ—œuOQÌëêÄ¿ÐÚákp<¯R«Q ?—"ñê9ÆË2EÓ!Ž3 _•j4šðp§’Ïó,Ëêt:„(„(@Ô*5&›FFí.²E`@MM¦.wWLÌ9¾î.›=%™„è*ª$Ë@’e‡ÃÑãÿ‰øÏn³c Ë£Õ A0šLϵ´v$%%Ùãâ(ê­ž‘éóùšZ’ãX•JðxF’´³£Ãíré Q»\®»Ýb3iu:Á@ ËédU*µNçr80ÀH„ik[ Æ0{FÏsnwÃÐE«Tj„,ËÁ`P–%­VW4gA¯Xö%«®©^¶t…¢w1бÒž}ŠÀøœ@QÔ¤I…ÿxù¯KÆ’*I»CeeçR¨ÇgÑã3…Þ{R¯¯4,þGñÑÝú©Æ›q³·ã´»õSsÒÒ…®4U~Žæ¸PŸƒ!¨R±G*ŽRÀ¸WRÐŻ߲d¾¡2,9Û˜)mì„S€=ÁÎ:k¿oÌ=2¼§DŒ)D‚Ô»j !)Kþ€(ˆáŽX«ÕbG1z‚R|¢,ËŠ¢¨÷úM•¨²òEE´Z3ùù?˜&N$•ŒQ´»³ŽdIÆ”l6™Œƒâ$žç±„5j ÏñX–…EödY ²,Ûl¶Èl¯Ëƒ,É£5F‰•¡ M××ÕvšV«éiõ2Ž:i.rµwèôú€Ï¯R«³òÇ©TªpëfY•Él‰±Ù›ëë¹`H¥Rw´¶M&uT!ÜÝ]ŽöùE‹‚Á€ jµÚÝÝUW_ç÷{C!.>.>11Ùfµ…B!Y–4 ˆÂ°G~EQd& Þsï=‘ßÿéÅ?»Ò‡?*C[ ÃH’4¦VpޤÝ!„ÎÔT]ÀWªÑL,˜Üç&;rœUÏ$¿V–}ñy74•>kN\MºP§J{Ù¹ýó«W¯å8.|paU*J€A»ï} ïq§PàaÔéAçË*ýB@td ü׌nÊðoY€Â2VkÔˆBP?ŠZ­fU,–±,K¡×sã>Š +Qå@ù>Ç[Q¡ùËŸŠîÌýÁC?øáâýûH%#DAí.ŒJÅŠ¢€¨Tj›ÕÖÙÙ§üäê쌋“$ Ër Œnå`etc‡Ó ÊaO³Â`·Û¡w”tTioƒµÆXd³|ž }üQÃMãÆº:µZ-ð¼J­ÎÈÉé~â¬R©2ssj«ªžW«Tõ55¹}g !­Se¥Ë—¬äy^x†aŠ¿<äõyó²s3ÒÒ=ωÒ'KOf¤gMŸ: <7ÙÚŸwßÞ¨Ü|ËM¡k®U>þgó¿`õ7nP>nÙôÞØœƒ4’våää÷ú)z¦gðP)ѶkÐ]"ríF{Q ë}“ýv‰{1è.ÑZ¦^”peªÒ«W¯íspaUÚ{ÇÂX†sž  Ú¼ ÔµÙÓøSSÚ‹½?†@övÖþXâêô)/w2Æ`ŒÃ#%}š½(Š!ËXÆ’$E+J{TiX’.X°@¥R-+ !T[[+Šbff&˲ ™3gX–ÍÌÌLNK«)/gU*Y½ÝÝ&‹eXi¹»ÝV‹•aÇ­R©KNEˆZX´HùµøË#+—¯²˜- I’"IeY£R¥aŸøç;>QH¥bÃÇÊóL„øF¤Ý g—7•îÞÙâœ.'Ømötƒ¾pér@€14ʲÔQýBbÞ7°äb-ÆÝ‰ãoqT¿˜6ãeÒ‹®(UîÖC¡PŸƒ ß±$)Ò½¡ü! 2Xe*–aµ2@rÀ"Æ!À~YìVgH` 2HXâøP[G+MÓ&£÷ôÃöú=þ€¦i“Á,ËXÆrwøª4Ò?Z[[[XX¸lÙ²îînå„#÷ÿ8Iï0ÇÇ»Þm/épåÿù%²æ‰Q´»HUêñxB\HŲMÙìV§Ã•˜”èv»“’“8žCòú¼jš¦)í> ;œ®³ ¦W–ÆÆÆaÀ’,565)›œ³]Ôð§t÷LOïó4‰h<$åDÑcuuvF‘\À@âÞb³²jÌ ¼ßﯬªÌÍÍ€ªªªP(d00`V­²Ø¬î®.D!¿Ïo4›‡U¨öö¶ÌÌ,I)ŠvºœN§sAÑB|vêTÐïóaYÂ=s¡”NK!ªKÖ3[ôïûg¤ÎòÿôþÌÔžýkøÙ=óÔs}î¤Ý]@•"@yŽƒwý .;wÉã™b¬²,»]ÎÒŸ?òá³/,}õ_¦X;Æ0Z† ºKœ5/„ºÛ¦¿,s¥¬:¤ŽØŒ[[N_×päN{ö‰Ç”på¨Ò0»vl»zÕÚ  Q•öèQ¤Ü«z§+Q™¢ aT,6Ü;‚®Ou¶«µæiˆÒ Í¢á)*Æ2v¸:¬V˰N—#òw^ä“|>O·Ç­Õè£vôÁw8'Ožœ1cÏó²,׿ù–çÓwæ~3»óýö*—; ŠÇîúÁ±»~†ÜÜ©û«y é C%ŠvIlll{G‡ÝnEQ£ÑÒ ít:,1e? A@B|ô[è÷øAŠÜþFù«ÈGY–cbbÌçjµè¶‹ðþF}w*¿Ï‹A«×+Ã/™™™ÕÕÕ¡P¨²²8ŽÓh4J®tC§ËEÓ´ßçn¡ZÛ[§NÎóV¥¢¨øM°²K†ÈeH"LgÍ×v7<ÝÝôwµ.^k°yšÿÔQéÄ”>&{4-0B=«G9.ˆ$Ä'¸»Ýʯ‹Åb¶„¸$˰$I¢¢~HÁ×ëõ3fÌ())ÉÈÈpŸ.+¾÷Þ%·¥¸w;‘™šóÐ9û[u•{Jx`Ñöí¤Â†Hí.–emV«Ë劥iÚh4ºÝnN'ð<Ƹ««+!>¾ÏK.¢P¥ÓéDHiÙ(>>^yUÚ—,Ë‚ p7òí¢V¥aw*eªƒ$Ë­V‰–eÙœœœªª*eŠ¡Z­ÎÉÉaY¶g§9N–$†¦Àp Õíñ0 øU*uCcâù‹"µYí×_{Ã(Ö(%Æ^Úç£Â¹ãû¤Ý ¨tûöØ´´qS¦ò?Þèt|qí*  è³Ù™YãoYß¶w_ÉÖO§\µj$9 ti*¾SkI‹Íœf°NÄRgÈóÃhXuÏl‰«§L±Ö”7ýî’Žš·ÚN>˜2óU]Ì Ò¯¾Æª4<{É'úú\X•öŒà÷n‰AExQY$ú6k^>%×"ì}\âö=g¦Lÿ¡fþ¬)Y”dIž¡Ø®Î.½žu:ƒÞ K’,I,Ãx}ž` à÷T¬F–$ŒeI£›ž9‚?uêÔÆÆÆ¶¶¶ŒÌtI–xŒ[75±~ ¼§ºÎvUru²)EÙ2˜"Šv×_˜ê´Z‡£#Öëîꊉ‰éêtiµ:‡Ói1›#Ûxˆ‚ ´/›Õö•Ê’„zvaÀ±$ N‡Ãï÷…·‹’%I…(Ò•DQ%ùÜ7:Š’$K’(ƒíNEr¢(J¢(‹¢$I²$*ÏÓJI•Ô•©§3ò(ÊRÃ-E!Q¢0Æ,Ãð<¯V©/^Rd¨ñUŠ"|¥ýÆ÷ûÜ H»» mXšÿØo¼¥¥ÍÎŽJŸïÚÖ!@û_›Q«ü¾¼ß=öåñ’©(zÃÊ¢·þÀ͉y+,ÉE×îu¼CQÀª(” ‰^å’I¢Wä‚§ÞûÍŒé¿rÕ¿]`]öÒ£äÍO„ËŠd.ì+Ý·g×U«Öúý¾ðÁ…{vIš¢zRí]±&"F‚å²ìFr'Vé3ŽWü­pF´Ë1ƛ͌±Á`p8ÛA”d‰¡YDÁïóK¢dµØ†U«Õ¢¢B KÒôôt¿ßòäI–e#}nîÌ?ýñðw¾;™¦ã¯Iª>ã-=~V˜ÚU þ9©‚„¡E»ëÑh%©££CŒ±»»Ûï †èÞ2zn£“@=È›”–.ɲÍn1Mg·‹Šv Ô€¾RËÊ_›}Ý©†ŸœZ£Q´u(P©TXÅêšjŽã”ÂrWU]•“£l¶ ”T4ÃßJͪ8žS¦öô·Ûm4 ,8ž;|äP}}½ÝfŸ3{®²jxjF–û©R¸÷þ³EÝ{ÿ½|áOÏ<÷Œòñ§?þéØœ?’v‡rº: 11¾i…û¯Yµöúu–+EQ >ø`˿߻vÊd# ‡c$S#(Ƙ2ó­–’ïv¶±&O0د¦(FâEÁ ²äY &Qo\¦«åߎšm|ÈŸ2óm"I _ .¬J¯êȸjè#ø’E#€~sÎ"š$eÇ`DéÅs½ Q¨RÀßÕÙ 1D ¢(è ÀØï÷ ¼$‰r0ЮÓëì6»V§ù¾Ãáðx<ŠH•eI…Ìõëvï©zí5Í‘î ëSZÛ¹œ_=“yÓM¤’¢ ŠvÙ›Ž„1ƘU©’ÓÓ;::hšöt»›ëêB!›Í–’žÞÊtX¨4šòòò¹Þ¤(ªÛÝݳ·Îȶ‹êÝóøÜ//ÂîTƒÁÛÝ øýÊšúºº:.Ä©5êœì¨®©æB\mm­²øÉïó)ÛÝ›‡¹Ô ´Z×ë1M¢(L˜0yûŽÏSSR¼šŸ|úñ¼¢ù×]sCCcý¶mŸ}ãÚë£ë$À`þƒgžÍ¸ñFRÉQE»S¡ôøqFc·Ú”‘ Ÿ×Û\Wo‹÷{}B‹‹WDJ(MG ¼kïμ¼ü¼¼qµõ5z¡½£]„á>Kôv®X­REöð‘I1>û«ÒÛõöИ´»!b³Ú½N‡©³« ½sï·ï\ô¯×‚]nŸpë-ŒÓÕ)pq±ñ(âUÑfâ¯6Ä_ê>ÞyæÅò½¿·ðq ‘kfµã0fJ·}Og_–3/7===2 Ãdgg+›ëë{;0ßWšš’ZrüX[[‹Édòù=W¯¸úÀ¡lyÂø IÉ)²(ºº:9œ•ž9¯hACc-´¶¶˜M–èÜÛJþï¸ý[=/¿`£(øÖߎ\ô™€bYiwÃbòÊ;žy.i×®¤E‹&\{ݤŒ †apg'útkÓŽÍ<Óšk¥Ñ{»„âp1¥ÿ¨ãøí¶ô5€´i;›ŽÆ¾%I’â!})áJQ¥á|¯§ÏÁ…U©(õ{·š,…–ÂÝ îŒÖ£J£}%·ò)Q”D_RRrss³×Û³¹}bbRk[«V§¼EZÀ²Ü3Q-*hšV«ÕçË£_¦¦¦Ü|óMiéijµ†ç9žçQÅÚ¾ÿùgrï¤7RÉQE» 8˜F”Àq¡`¦iQ–ehZ£Ñˆ¢@S´ÇíÖjµ¢0È£ö¶zY–0p:mX–£y¯:Æ29òÕ/9Fçr8Uj•Àsµ•16›N¯×èt ~—Ë…¢hJàù¸øxF âßyïµkÖʲ\S[c±M›2uîì9’$‹¢èõvŸ8U¢Óê4í{ï½;kú¬ôÔ´(Òây>))iXEYkXôí®çÁÍzãÿÝvGj]mìœé†€öv9ÿz¥™ç–mþt“Œþñ<ÏC¦ƒÝ1Éwû;c:™‡ T*Uxðô¨„¯½* 7—/öí¹jÕZ¯×>Úý©ÇQ1¥÷>—£³‰ô&#JŽvsaccA•à:½U©RÓRÃnQ”Âk%Q”°µ³”¦iY–KJJ´:õ­·ßcÕ¨5²,‡BÁÞ®\ìötË£°Q2aL]»³5Æ×íÑ eå,ËM¦P0d‹“1¶ÚíîÎ.½ÑØÒØÈ ¢Ñ`à9ÞbµŽV]•dYiÅöç%V¶.À0€<üåN’$Q4ûlpñ’3Ûlœ t9]Z­†Q©ü>Ÿ×ë•% Ð4¢YV„@ hµÇÄÆŠ’DÓttF›3»¨äxÉk¯½ºzÍZ›Õîõtwt´ñ¯8º𱯨vìÜž—›7cÆLU¯åóùš››•÷-㈩S¸á/išŽe“vw^zÖóõÞÒÌñ +wl;¾ukññ“N—!—öÀ7^w`èYÖ¡Þ¢“¤‚ „B\ œv}{Í–Äåm5{BÚ[;;;u:V«Ój5 ÃaJ¸Ti˜áŽh‚tòԉɓ ‡Øªª+cm±RT=;/€!|Sq8>ŸO–óPø~&‚²!/ªˆuDE„PKK3/†–,[ ÕjU*5æøPÏt6,ɲÇã!.R‰z$Ñl±t´¶Í&›Í*Ë2âÁ@|j Øbc;Z[c^o¤iQ»»=&›Uv8mað›å¶‹Þ3§,ó<¯Óº»º\Ng¤³T£ÕzrcI–1Æz£Q”doW' q¬Š¥) Qêݨ•çŒå˜X»É£H„¨U)ÇqééXÆÿ~“9&&7''5%-ÆbåB!Àïtºú0à L255%µ¥¥U«Óê´Úa©™´´´ÆÆ†ää„Pé.õ€ß457Úl6Q£›É:FÚËÕIÓ”( qIá/—ÜrûùŸ|hšv¹:“’£mkНTEçù Le½/:k7=Žu%¢(ʲ$ÞláR«ÒÞîÉëéîspþ¦âr:õÝÖ­Ÿ¾ñÖë’(žíîÎéüÎ~@ÅÚcÓRÒ:ÚÛ‡;Æ|(„0t´·‹‚ äY«ÑH’d6Eî͆hšV~¡­µ•B ©†ÜÕ ‚àñx›ë²rÓY–Uü¼ÀÐWwËûý~LúÂÈV»‹D«Õ&§¥µµ4ó#]]£ž`iZÄX§Õ"VÅú¼^ãB‚¨lJ!ŠfYNg0›ô:½F£¦)Ša˜è (IÏq|(c±,^°¤µ­­¢¼bïÞ}`€BË0µ&!>¡ ¯@«Ñ„‚A@SH¹šC×ÁS&NùâÐ{öí–F¡(J¯ÓŒ›@SÔØyÌŽªÝáÌô¬ç_|VYæ;hšÎLÏŒz" bFŲ²Fƒ†éG›Nÿ\Œ{Âd´h4­F£V©šVVtG ák¯J£¬ÂYm¶üüü¬¬ìáåƒ¡í±±ˆ¢†›®J­–1·»»²¢r ±&“I 8ô´–½í–[ßÿß=» œW:¯\¾’t„K¢({\lŒÍ*Š¢2«ìe¦4j†a²óòDQT|ÿ4M+CÒ£Rc/85&Š´E±ý¼¹IZí`2ëì‹ä¢(B Ë2,«R«Mf³¯ø¥Âó‘”õŽ‘ý@ÔÖ£hÚ`4ª5ÇéC!³Å’••%ˆ¢,õx¹”·³ £R©T*•F£Q«ÕŠc{è‰Zbb-XÜÖÖÎ0ôûeYöù|v»Ýn·Ã(U+«Õ𠹩)iýsYG0yQ  ÑjY•J§×K’$Å.ƒ´ˆ6RbF¸W**¹|„+A•FýhÅ2LJrr4tTOä,ðŒËÏv’ÃIníê5kW¯¹1£MQtäÞ“çVH†¦™HOÛèUWôÕ6 ê‚s„Fœ²€Š:Kr”ÊÂ2 Ë0½þâu/z.;+3Êü‘Þ켨Uª¤„„¯Þ¶BTŸ† &rùW®*É­‚ìFA @UJ¯@ —^•·?@ á+ƒ µ@ ˆ*%@ Î7¯”Œà@ ¾*ˆ¯”@ péÔWZSSE¬C @uÆL†*ðlÂÅc,ð¼À Êë £ƒ¢(†eϾ)cI’eIÂ#Øï !DÑM31N@ úq¬²uÓ®²†6÷_Rš¢’ãL7.?5/ql^k"./I š›šN<át:£–¤V«uҤ¼qãeYŒEQhjj.-=ÙÕÙµ|4›ÍãǤg¤3¬ê¢ÄI B?ŽV´üó£ãE3'/]d£)úÊ.¬$Ëm®l9vëïüiycðrUz!ðBScã—Ň'Lœ\8y*ŠjÒ/B(à2˜Œé陿¿©©éè—G/]–‘™MÓÑ4iAêjköìÚ…±œ™• €F=Nš!U‘@ }Ù´»bZáDKŒ-ÀañŠ/¯É3­pâ'ÅUD•.µ*¸ÒÒ“'êõ:†¡£~q«Ébš:cÆÁûssó|^±ôÔ©%K–gåäF1–esóÆ!Døb_Rr2˲£§Ž1ô?§£½­ª²ÂÓÝ}©®EQ£17/.mNHA®¤Ë1ÖÊx9êëkð±ÓÚî “-Þ 4vÄ€ÆÓáòìß»û ¸éÄÅ'UúuE–q§«S;IËÐ4K3ýP…Ù`r9]ˆ¢0·Ûž•5ò쥧glýôI†õ8”¤¥§NNŸ9Ën‰)FtE$Éét->,IÒÌ9s/aNHA®¤Ë1ÖÊx9êëkð±Ó¨½ÛÛêJeY†±xRᔯÿM§†%L‰*½Ü„©Œ¢E!*ú}»h ÂmcLÓôÈ7 eXV–eã‹gª*ÊÇ/P«Õ^¯ç^µZ?¾ ª¢ü’ç„äJºc­Œ—s¡¾¾#Í¡á±{ÖŒ­=Ôo}èWÄMg|UE9Q¥_{p/_Mr•å²eÍêkòóÆVœ(>rxæŒYsfÏ.¯×k±X.‡·9˜-–@ p¼WâÊ(Ès9ÆZ/çB}} >šád;°\7¯×;¬ D•^–’ΪRžç+k*›š›A¸î²lrRr~NžJÍJöÊÊŠ»vÜró­›?ÚŒåååJ)Šþñ}?}áˆZ•bŒ¡Ë¡Y"„¾Ê‡R1r9ÆZ/çB}} >šCõ¸jÆ”`®UІ'ªôò¦îhÊ«*çÎ-º9-ã<ç×7Ô8ðŤ‚ çSºÕŒÊÊŠ»w|ëŽ;µZÝ·î¸óÕ×þ…1¢0=W8sƬþø‡™3f¤]áËéù_)ëWFAðð\‘e¼œ õõ5ø•ÝsoAgh„Çž‡xª45-ýÐÁ /¼ðâOú“‹‘•¤¤ä––æÈƒ>Ȳ|ñR¿œ$)ûK ¥µ)%%ÕájÅwÄ`&%%µ¥µiâø‚a%–¤,«òxÜ:A¦0réìYsfÏš3 ¦¸¬®ËSÁH)HI¡® ƒ_ñ¾RYÆXî[F«Íf0”­ 5MÙéÓCÓd6_òåí²,?ýôÓ=ôÐ`¥kB|xª4lÄçþð‡‹­ ?úhË%Lý²èb"FðA¤ÕîlƒÞ JÓ´ÕbÓjtÁP Óí’dÙnqX58R’¶´6mßþù²e+’SFK˜:|P™W:m*_NmR¾R:ˆ+£ ò误È2^Î…úúüÊn,Ýs[ìÿÓ_ìONNß7‡ç¶mÛúœ/Š"óÕn›-ÉÒ“O=õàCVjyLªÒá­ò~ì±ß†B¡k¯½îÖ[o€mÛ¶/]¶|þ‚…+V^uª´8ŽËÌÊþíã/\´hþ‚…§JKïºë3gÍþÆõ7ƒA¿ßÇ7¿µxñ’%K–>øÐÏKeíÚk ÿÉ}Rã÷û›sù5}êÅøa ãs'N7Eù7>wWúÆ© ¹Ò7ÆçNŸ;1" l¥TäOå‘’ô£?JKËøèãZZ›XVõ­;îܹ{GEE9îÇ`q677½öÆ«o¿ófmíåe^iñ‘ÃÊÇš3Õÿ|ùoo½óFssÓùã,Ï‘444ffå¼üò+ƒ IÒŸ^úsøc^þx<2ÌL0üío_°pѼù —¯Xù¾Œ/êêêV­^;ô‚L˜8sÖœ9s‹æÌ-Z´hɨç竹&Ι;¯hÞ‚Ùsæ>ñäSøkÎ`e\³öšðÇ_þê×™Ù#±jŸ«sI ®~/ýù/ƒ…í_ÀóÔóÑÊÛ«ÿ÷ÚÂE‹,\´hñÒgŸûÀC¡Ð¤ÉS.·ª2ê½Ó`Å _—ÿÏÞy‡EutqxîvúÒ;¨ˆô.RTPÑ Š"Ö(Š=1c‰Ý¨ØÁclDE, X@{AAQ±Ò¬ôºíÎ÷ÇÕýÖm""¶ó><lÄöÿ¡ÓéVV­bótÆ©N~´utbvýÛ¹S€­][Ï?ÿZÛÖÃ!t÷^îéô´¡C óSÓN 6²¡aPpUÍÁƒèÖõàÁøÃÃ寈DÿÞ8~ÜÏÔ˸Ø=ެ…‰'ijj;rXMM­¬¼<.nßr&I„°"gä”c”˜pÐÈÈHyØ¿Ó,é@ÅØgddTVVÖµ[`pÏövv_÷Û€¼1"Œîß»gmm- Ïœ9kffJ}†5:ªRÙù,ƒjàô“Ú¥|ž¿³(%5ä'è¤Lå=x°níº#‡Áý¼<¹}‰åÑ5UšüÝIÑ0%'µA•4áQÏ #LÈ_õïԙʬ­­í¡C ¡ªªê   E‹¥¥Z¼dÉ‘#G† Ò³gpDDA»÷Ä Ãÿ?˜PeeU·n]£¢"Ÿ¡k׀ٳ礥är¹×®]3fì¥KåÚY´hQtô?ǧ yO½bЕ½ËJLœ2uÚ¥ ™A|Ð$o|¯Éß±?•*•äÌÙ³¥¥¥ááÃÅ –Ô›Íîˆrsuµ±±±°0G¹»¹öÐ?baÄóæùúøtíªÜ¾³‹s+/]¶ÔÈÐð›R¤o—JÅ…%å¯Ågð5Ô5I‘€¥iDŠ|>ŸÉdÑð;ÝÎfž éËd²ŠŠò&Ävënkc‡²µ±Ã$>°_h_³îAÉ)Éã­~mˆÍŠŠŠz^½ GuÔˆ1[¢7c‹¯+Íͽ“švâç±ã˜LƒNB …ÜÂø„C1ÿnÿiÜø»wïÙØ´ANO_µz BˆFÐÖÿ¹.nß¾zo𡪪ªÿDo4xHîíl„СĤ74š‰‰ñªQººº<ÏÓËgØÐ°Gä,ZáîîÖgîÞ½wùÊ•‹çϱÙlŒ1WKëçŸÆbŒåváåÓ~ØÐ°S§O“$¹fõª-[¢³s²£·l¦ÑhJöª¨¨Œ?áÙ³gÕÕÕÎNÎQ‘ËX,–"Ÿãöíß¼e«®ŽŽ—W;„~KQUÉòû÷óÆüôSüýzzzÓgÎ273ûmâ¯gÖ¬[ÇçóU8*K—.¶³µ•¼ººz¿ΤŸF=|ôhêïÓâW¬\õ©Ó!9 ¾@@Ðh\--Œ±lôjkk§N›^TX„ÂÃÝ-bÁ|„ìÐy"7Ê3(k\® cŸ>!ñ ‡fLŸvútº·÷¥K—¨kЩ¨6ÂÉ츹¹VUUÍš9!t#++bá¢}{c=½|úõ --++*,š5sFÛ¶r#ö1ƒ’š~²C²­Üy.7ƒí¼}èÿøñ“ž=‚ާ¦~¨o¯_½VWW×ÓÓÃ3 {;;ª‚Ôœ711F­Y».-íTuMÍšU+©©"×¥æ™*ŠÞ½™ÈæW¶&ÕÅ’¥Ë®^»V[S»tÉbª¦øp»A•(:ê1FÀÉ^WŠ:}êÔÿÏà““XUUÕÛË“ØÎÖ6ÿi>&qË-ŒÎËôöò:xð`æ¹s”)ª>‹ÅêÒ¹ &ñùÌóþ~~ÆFƘÄáÃÂ;uî¬È &1‡Ã ê„IìîæfgkkanIìáîžÿôiúéôÒÒÒA½‘FÕÕJìPnÈg4BÉÁÒÉ¿ÓÔß§—””téú5É èWWW/÷µ!ǯäñòàáæÊ]³ªRŒ±‡‡Ç»b¤ÊÙl6µA§ÓÙœ7Û4:M ´lÑâLFFFFƱääõmHI>¦Ä~Ã+;9:~KU¤H(D˜$%Ÿ¢ogíH§Ñ¥¾º"„rþrfªܯ~iIwüÙ ⛥jkk‹ŸWVU&NìÖ5ÐÊÊêü…ÌY×Ý\ÝÛz´í,è·?.¸Gpm]›Åâóy ±ÙɯӡĄý™™Yü4fÜÆÍñ|;[»Ü»¹i§RÇ›Èd² ó“Ž$÷ì¥ÄfC>À®\¹¢««cnnÒ»×ÁøøÙ³f¾xñbæ¬9±{þkÕ²¥@  …Ó~Ÿúßî=»ÿ‹Á.^²ôèáDCCõëþ\¼déÚ5«1Æ555;wšöûÔs™ç×ý¹~ç¿ÛâÌÜ;666â7k E]TUU¹º¸L2yËÖèðá#ãî7357~±䔞=‚”ìíÚgù²¥\--„Ðüã~4P®Ï………«×¬=v$IWWwþ‚%kçr®Ä@¨ß€At: !ÔÚªõ¶¶Z[·þiìØé3gõ Éš¿|é’/_.ŠÚ»g––æ­ììéÓgN:$ùêêɘSÿ›!Ô(‡ £ÑˆÂ¢q?ÿddd„1–^zz†ªŠJRbu,`Œ_¾z%;4EžÈM‡’ vèÐ^Ö¸¬ ãݺ5ú÷©SâFuéÒ%©Ó¸êŒdvJJJz÷é;uÊd&“¹gOìÁ?Rqèäïïç×ñÑãÇ#FŽ:v²¤´´i%ž~Û¢·r8Ù‰!n+wž+Ê`uuuÇæÌž•œœÒßÜÝÝÌÍÍ;tõjçåééÑ»W/‡#;穘;8ØOžôÛ±cÉÔTQäRóL¹ïNŠf¯l~étº¢yî`o?gö¬7²&Nšœq:Zœ÷"¹!÷¨—–÷Ž‘ICÆHvìT¡d9Æ ƒ*¡I’Ôö!CöÆÆÖTU988¾i‚1˜ÃábSÔÆ»öåĘÅbQ…tÍá¼Ù¦Ó&I϶mãöîmˆ$w\oG-÷`¡óä”dccc555ñ$/,,ìÓ·¿ÜwÔ†¿’Ç‹H$ruoÛ$¹û䪔ºX 0™L¿ŽgÏž“••åêêJ’äí;wÞ«Ÿ={¦££ìççggï üâbE•©Þ%kfž?oiaafföͬ•Rë¥Hæ ¾ºšÆëË?»¸!D êBÎ?n¿þï·ðXá®0^êUz‹¾ôÖƒäÙüÿüîÐ-5-µ¦º&ð‡m¬­1Æ7²®Mš8õÏ¿Öx¸{ØÚØ2ŒŒ3gBaP`w%“LÒ¦•Uë®]ºíŽÝ=dðs3Ëñã~ýó¯uOž<¹{/wÒÄÉ,« ðéžØ=AA-[´jøÄåóù²…û îÙ“Ïç÷êþã°É“'ËÌôlÛÖÌÔ”ªO§Ó© Éæ|>ÿâ¥KíÚyjkkóùü>!!? ãóù|>ŸÃá89:òùü––…E…r;•uF(aLJ*ê‚ÍfwèОÏçÛÙÚZµje ¯Ïçóìíóóóß»7.n_jêI“Qòº„š\Ÿ/^ºäãí¥¡¡ÁçóCz÷¾výFB»{—áÛT…ýû¥§§/Z¼äàþ8‘Htîì¹²²òq¿Œ§êT×Ôðù|ÙÈ |ŒßX˜Ä|>_$}êtPìܱÍÐа¢¢bøˆQ®®.¾>>²ÑkÓÆ:rÅŠÅK–¶õðèØ±ŸÏ—;4EžÈM‡’ ž;‹eËúÐð12 ‡cÇ’>zäèè€1â ßg$³£¡¡áÙÖãè±äŽÚŸ9{nîœÙ|>ŸÁ`´kçÉçóÍLMY,VÞƒwnßiÚAIN¿¤Ã‡e'†ä´‘çŠ2Èd2)ÏíÛ?Ñ[îÝ¿ýú¸}û÷ìÙ»7v·ìœçñxl6Û¯cG>Ÿïäì´zíZ%.5ÏT‘ûî¤höÊæ·UË–rkÒéôàóùöâš’½KnÈ=êå†å½cdЩ³íò–,§¶ÅÿÅ­úõë»tÙ²’’’!ƒ‹ë‹ÛRÿ}ÚûΘ5«¨¸ÈÄÄdçÎþþ~RÄ¥ Ñ»%~þ~¿OŸ~íúuww7’$srrœåÚ¡3è!¾€/%iÄ£–›îÁaÂÐÓÓ]»z•ä$WôŽÚÀãWÒTæ®9ÖJ‡÷mßÁÀ@ÿè‘#ÿDoÕ!„ªÚ![ aÒ¦ÛŒ{)ËhVåKÝ·×…˜š˜Ž6Bò2 W·uë׸¹ºQ/[µlÕªe«÷^ã%i!dkc+‰bbb‡ 37o1iâä-Ñ›'MœÌb± žÄìÚÕ#¨‡­í]ž"«_ëëëSSSÏŸ¿°}Ç„PEEå¹sçÄëDR ¥JÞ~–xwÀcÌd0¨B‚@$‰¸akÓæÞÝ{õõõâ“â¯Ù²]°˜LªF£±Ø,ñ¶@ P¾÷ÊÕ«I‡ìù/†ÃáìÞûøÉE>cŒèo ¥0q • u~A›Í./¯022"1vvrúký:™¾ÓPò™Þ>_Òò'M‡ä(455ÛµóÌÌ<Ïd2e£gffàÀÅ‹ÓNÞ¶}Çîÿb MŽ'W¯]“›%”k\Ö‡cï^ÁÓgÎ6D=ɵÒuF*;ƒ´ný_¯_¿îÖ5€Ãáðx‘’ÙT‘ûî¤höÊæWaM‘èØÑcã7²ø|¾………”T•Ü{Ô7nŒ BÅ ðíßóçÏäÝ¿w7—úS×Ð`s8E…Ô^CÃ[7³Ä•wÅÄ<V¬¢¢B½|ýê%FH²>FhРA7®_»qýZBB¼ž¾¾T±AÉÂ;$$ÄSÛS§N™={6F¨K—.™çÎ]½rùúµ«‹-Td#´|ù²¬×OO‘Ü{ðåAoK8 <~%M5aî>ù=ø@³œÁGcL¼³VJÁ×Ñ֣јê·îÀÖw6Ĉ®j`hו¥kÃ5u@2ßo”¬„Ir#ëzÖÍ,WW7W÷ZÈ”µé`ï@ŠD[££ÇŽkffVXXýOtï^½ì1;e›JJêÒ[\Ð%jåªóþX´pÁä©Ó0IÒô5«WYZX èß/¤O_]]]êr@Œ±‰±ñÌÓGŽ‹235]¶t±ô÷K™Uåά^¹âÏõ…ö€0VQQ0 ÿû»·ö£d¯¯O||¸_Æ«ª©ÉiòÖg“±cFû³±‰±–¦æ‡®•<„ööÂåÄCñ.\Ì{7ït:= K—å‘Q æ¯\¹ b!_À'IÜ¥s'›6úúú²‘ÿm⯣Fµ°´040dzÒ24œN£ñüNþþ}Cû`Œe£w÷î½5ëþ¤ÓiãY3gÐh4}==Ù¡ÉõäýéÉ \ã²>(:låA=}âÿ}ÿÿãꃑÍNHHï”ãÇ[·nMTWW¿wïþ€AƒëëëVD.#âS J\.wbˆ«ÉçïÍ`ã|ŠDë×o((,D«ªª._¶DCCCCCCjÎÉN•÷OªOäñx&Ffw[ùÿŠëK ’OÐÙˆ a,ÂB"ù,£¶7v £ÄQÖΞ9óûŒY¯_¾Ü·wÌÏ¿(¹Çèߘ“›ºnýšáïyfSÌŽí½z÷VQQUnóæ­›‡…ôÔ'¤‹³Ë{mjqµ¥Ê“$9»º}!©¹•uãËqòͤãËãô3ýýýƒ{ö@ñxüÎ]ÏŸ;óÍ'îëTãyÓæ÷‘qþúØ‘a|}Oìüo¿¿¯ûGùò{+ëFPpo%Š ¢·n  ÕÐÐPWW‡µÒ/p±TâKBúzúW¯]nëáI§3BÆʯǵð›(ª*Ö¾D¤c’@˜©Ó¦ìQͨƒüú°²§ú¹8¹¬[¿ÆÅÉåÞI¦Ø¦³£“H(ˆÙµsè¡ÎŽN~Ôüâ( ä›OÇ5Æâââ ¿þfbbÒ=ð¹Kzßvâ¾Ã_mòü~ ôw>¿ô&ÈËW‘_éƒüòD)ÆoÕ©¥©éƒûw3ÏŸ?†Éž÷¼îØ"˶ÕŒÜA]ï/ª*¸Zp%»/–{èb¤ì ¾‹³ µœùAsW¹MW7K‹ÚÚÚs<€*…€*mNŒãî—ìÅdž;“ªô[*MžßO“†Ð‡<èúÛ€Ik‚ ùUäTéW"Kß¾¢Ó-,Z´°h!QÁ«îÙéûg·‘5Åo5(AÓ´$¦#¬h­´Éçåûlr¹ÜìT) T) |ûÎ}wš´‰ÖJ¿Êƒü¢ Ñh!⽳Ѹ3iÜY²€|÷½‰F§ÓÞ>„Ÿ ˆêêjÚGÿ)}R› Ja ð1 ª|ƒ©"-Shß¡(UøÛN J攤„Ž®ÇãpØyáP$ÒÕÓ#I’ ––ÖËÏ Œ?Ò½—/_p¹\A| › Ja ð1 ª|ƒ©|çiUú%%ƒÉrrr¹xႽ½‡Ã¡~_áC¡3"¡('ûV瀮|>ŸF§ÛÙÛ_ºxÑËÛGO߀֨/$‰_¿zyùÒ%'g'&‹õ)lÊ­“{;çËÉÎå ä›IÇ÷6Æ/yP_oÀ¿ùÃÇ«ÿ%Á7“Öä#Iâm¦¡©ÕÆÆFOßTé—›Íncc§®¡qñ|fII Ù¨[×i4š®®^瀮VV­kjjèt†¥¥%)"oܸVYQÙh›\.×ÉÙÑÈȈÍQ!¢ÉmÊ­6|Ì  ª²â»ï·úñW_[ûäÉ£œ[·œœuå SP¥_$)²´lim݆ Ñ>ÂÉçókjjÞä˜Éjeeejf* ÉÆž “Å¢$é'² ïDðmöéèéÛ9:Þ¿wÏçƒTé‘Ę@³ A€o6›­¡©Y©@v+[+}ÄiášVõ™øæ¡~¸RѵÊTiÓÞÿÅAÏ|„ý.0Ö#cÈ ÐPUJ6©*µGK Ì}ì‹—\E î@CUiŠR-tËX홵oJÕÑÍÚ[ÈB4P•6™,mMûÇÒu ©ÝÂuü³ Û®ë ô€šrUÚ$pp±q]ǸW]Y¼®i=|‰ƒ‹ÒpÁ‡ Á­Å/ƒÛ™, w2Ðb+oåÑZ{Ro럻[Y꫎êÖò½½ „ýõ74©¶ Ã1И0ð½ói¯+Õ@[Óv˜'[ºNÂÂç4\FüVîSÐõ¾Å¨[žhDjù^#úZìåõtam¢^VÍ'V­î®ÓO^UðØLzÒå"©Ê4A’ï–D'gƒS·^4FÔ¿ÛvKò4@ÓªÒYÄb¡ GúZsÖ9swý–«˜AÝEÇóoë·è©eèjúhŸÙ£Ñ¼9äT>ÒRdçúƒR7+íä«ÅmL5>«ne¤Ž0îìl Â¢½RŒ²ÐWëãcº>é>U¿——©¾{@ ¡ˆä°èµwÐ’«Æd3é…¯k÷ŸËŠ0BÈÖ\³»‡1Bc´ûô/]ɶ?µžs!äf¥àbHbT^Ãßw&¿º^È Óæv¼ûJO‹£«ÁJ¸Pøôe Ì¿OGfæù =B3g̘;wΗãXQq±½··÷‰ã)¡˜˜] -zõêU‡í=ú‘ÖÈšµkBS§Li´…&GÒ¥&)ªu¡÷ÕÖ64±HÐXõ•i‚Z&KÅRHc!„¼k$‰uÌ;¨é˜©ä5( Í cj±©\;ÙOÊǶN¾Zäa¥‘󲕑:ÆøÒÝדúØ&_-‘ØÛF÷Bîk±«I mL5wŸ~\VÍoa¨þƒ›Ñ›«˜ô{…•‡‹*[rùrÝ¡»!“†1>vµØÛVoó±<©®÷Ÿ}ZË!„úúš»[é\º÷ZK•9 ƒÅ¦£÷_Uðè4‚N#dÛbŒu4X½½L×&Ü­¨º÷ò2Ý“þcÌfÒîT<¹ZlmªÑÍÍ(:åÌ¿OÇÞ¸½!:·o_3«R‘HD§ÓíÕÔИ2y²…¥õríºu¯^½:x`¿‰‰ióIÀ5ÿ—€Rþ|6Uºæ=ªô ñøt(¿®´ñgE[ž•1žd'W¿Îf¨ØÑ˜Þ+^íS^]A7¤1-+_d>ÉÚÿ¼ŒqV´µ†4•k!įj-¹úZœ'/j(¯ªê„žU;Zr9Lz3ˤZ½ÙÀ¿Ý‘ø~a%ƨðu] Cµàv¦Z"–j"ù×ÖZwBp›q=¬­Œ5 ¸ŒQ+c‡Ïª^–ó0FBæ H©¶Ôv õÅÕå5ŒÑ¥{%VÆÔ^|ü¼cô¼´^[õ1áýÆþšwèP¢©‰ÉÀž¾¾ºzú­­Û,\¸ˆ$I@б£Ÿ±‰©¶Ž®½½Ã_m[èèç>\Oß 55uÐ?›èèê9:9Ç'¼ó3i•UUk×­‹‹Û‡òóïôðáC„P¿þ¢££%«UTTÈ‘õGjàr+¤¤¤øùwÒÓ7053_¹j•‹«[eeeee¥¦×ÅÕMÒ„PbR’·®ž¾Ukë9sçòù|q|ÂÇy´õÌͽ+s©^>È””Krƒ,é§";rƒ| k¥|¨ÑvKP‹þv3Þ)‡ê´m2· Tãêóëž°ÔÜÊ_Þ*¸s¸œ¯}›÷k¡¨ µº¤Ä‡K÷^‡´:“ý’/aŒB’/ed¿ngªÂ¢ß|TV]'Zâ¥ê„"Œ1_ Â$æ Iž@„zVR¹ï¶©¦C -'ƒµ wi4Bv°VÆnVÚëîò…¤Ÿ£—È„"’$±dMÙ¶oªá7ÕB¡7>ß¶å hÞo VÛKNI©¨¨><¼Kçα±{ãâöy{{S»îÜÉ;vlà¿Mš4rä¨kW¯(*¿yófxøðíÛÇí]”zòäê5ktuuÇû¹ÿþö$IF­X9÷?:u£ƒºyó¦ÍòåËÎ_¸œœ2kæLï{÷îqØE~F,˜?zÌØ’’’íÛ·Yµj%¹ëÀÁƒRFäúÚ÷ÿ¿Ô*·‚Ÿ¿ßà!aªªªÌ«©¥)‰VDE†úûï êê’fee >ÂÐÐ`åÊÇŽ%oØð7‹ÉûÓX„ÐíÛwhmm½rÕª•+Wnß¾M²á­ìl©^>È””KA( ²$²vdƒÇÀ7¢J?þæèaçagú•N9³¬Û òJ úËü[ûN×®x)ò¤:QÖ#Œñ½‚Ê“7ž]Í+¡ü¡ÎÈ?zVÅaÑ\6½'ëçÛ[»1eAÜ!¤¥Æª­f=*½WX±d¸+A ‘ˆDÑ$’¸ J…E+«æó"!çVÚÏKë0Æ÷ +ûø˜ék±_–×3èFðÒm1ÆŠ«B}Í5U™5|o[Ýû…UR>Hþ>qqq!o/ï–-[jjjÆ'$DEER»ìíG‰Ú²eKÎíÛ4:]nù±äd’$Ïeffž?OµMÏÈ9rDÞƒ¼Í›7—WTðù|„ÐÛ·;tìˆ235Þº… ˆÔÔÔuëþÜ›——çêêêíí¥ÈÏ.]º¨ªª–””ôï×Oj—…¹9BHÒÈ–­[eý‘T¥r®®©‰DÆŸtúikk#„(¯è÷‹?Æ”¤KJ‚¬ÜÎ{#Ÿp`;Ÿ¦©¥ekç`lbò%ªR„PNýH½çQ-õMKž—æÔÏn å©[¯H•,Ú}S¼ÝÊHýLÎ YSâ:Š+ÿJ¬Dñ…¢éÑWßxò¤,çI™T“ƒçž<÷T²D Ä[ŽÞ—u)ûqYöã2Em'o¾Lm\¾÷úò½×’Õ$}¨¨áGü—÷c$é­ל\ÝUTUÆ¥%%:ººÿÏH|¼@ <øÇ^Á½BOž<™3wîÞ½{)Uš——7Áyyy­[·677§ e˃ºwŒŒŠwwwWᨤ¦¦ÚÙÙò|„––V=—žž!×½sç2³nduèÐÞÅÕ%--íõë×£¬¹þ÷ê%n"·BPPPTÔŠ¿7nTUUåjsÁØ1c444ž={¶sgŒµµµe K±…AAQQ+¢££uttŽKFõìÑ£!ÞÊöò¡¦$]jHyÿÎpø|RØlv=wõÒF&Æ_¢*-ú–ÕªäÝ®¨7*ú6t¡Tºšìñ½lK*yWᅥÇﻹw]ÜÔTUUÕÕ µF(fïÞ8„Иѣ===B"‘hÅÊ•ÇOœ˜3gBÈÍÍ­¨¨8))ÉÖÖ6zëq+Ùr—˜˜Q‘Q?ÿ<ŽÉd:88ôí××ÁÞþäÉ“[·FŸÉ8ãè蟟/÷kbìÞØG‹D"›6m–.]Ò¸ïšRFäú#ÙDngçÿv튌Œ\¼d ›Íž2e2BhòäI‹-žøÛoëÖ­•´ðï¿;–/_>mÚt.—;aÂø9sf¿j€ª–íåCMIº´yÓÆ÷¹A“ª ùíøDput<½½oÞÈúPUJp¹ÜÜÜÜÚÚÚšššèÍ×ÿ½©´ä5BèHbÂÅÇ&tQ›ö »úè”êmedkH ‰·ZNpH¨Taò‘¤°á£ª*+dë'Æðë ®®N]ŒØ@=ð„ MA# æ½{Búö—Ý[YY‘žv2(¸7B¨¨° zëÖàP uuuå¿íÔ”.–ˆZŸ¬Y["I |,$I"Œ „¾40‰ F#nBh¦3øÏnyîÄ“SêÄý{151©¬(ox9ÍI³ªRø`Uºur{Ð Äl¿A€ï„U  JP¥€”ßí@S1.,å•T‹Bx:Ú× A &ÐU£›è°éð½T)|]’4·¸®¼¼:ãRNQi I‚.ýŠ¡ÑU¿vUõšv¦ªøØ\T)|>ŠJyeåÕ_ ídïãnÏf³ &_/<ïüµ;O\îèU¤J7ÓaËýÂçóA#~Úäã3Éd±XlÐÊ€*@%U¢ŒKÙ};Ûû{»B4¾vØlvg_7‚@—o÷èâ%«J1Ƶu5ó^¼xþå‹"‘¨y£Óé†>>í]\ÝšY €*€¯>‰ŠKk½Ýì!ß ÞnvûNÝÈœ|>ÿaÞÃS'Sƒ‚ŒMÌh´fºøT$ä?IK;©¡©ÕÆÆ†ÏãAšU À;`ŒH³X,¸¢ôKãæÕsÞ¾ëøœ‹-"åÿ*3_À¿tñ|÷ žÞ>Í< KK=}ƒcG;8:*T) Õ)‚ûï¿ÜÔ4-’|ñâ…‘‰ég‰UëÖÏŸ?k¶ZP¥šø„𴬬!¤­­Ó8ƒ"‘èséBƒÙlW²€*€¯SúXþ_à H”$ éÕ!”xøX£…)ð¡ÀYà§®®~ÎܹNÎ.ŽNží¼þþ{ãG$IrÕêÕ‘>ñ'  ì{ýú5Ù]Õ5Õ›6n-ððw;w¹Ö$›uRªP$èÇ쎕kM²IÖk.®®#5E"aÃ+Ëõö½f¥v÷ðh´·!¡¡;wl“Ñ–o^–——öéÕÃÉÙùZVε¬'gç>½z”——~¤.?~üÌ™3333=<<.\G%€\à >ð-“sûvfæù¼û÷8BHGGgÊäÉ¡¸¸¸•«VÓh433³-›7éëë¿xñ¢K@×Û9Ù¡û÷ïûÓ™ŒôúúúVV­;6ïAÞ“ÇOÖ¬Yíåå±pa}}}ž=ÕÔÔ÷ï‹÷USSÃb±˜L¦BMŠ‘Ô=øC `³9ƒéÜKUUMQÃ;·s'%f^¼J’øpâ¡Õ«" DÔÖÕmŽÞÎb2ùi ‹ÅêÙ½Û˜±ã23Ï–––ðêëitº¡¡‘³³‹••uyyù¬éSoßÎáóù½Cúô í'Ù$ëÆ W·üüüîÝ:çä>@ñùü.þí·ÿ»«-å@Qaá¯ã*--13³¿Løµs—®3¦M÷µjÍúÓ&?zø ºªúçñ~úy¬¨¨èÒ¥ BhÈ!:u‚T)ðÝ‘}+ÛÑÑ’¤bž>}:sÖìó™™&&ÆK–,9köömÿ(²P]]ݽ{`„÷‚Ó§O/[¶<1ñPÄ‚ÿü³íØÑ£R5 8<<|РA wïð±ׯ]Ý·7vù’E^Þ>ìçßYR-Q¬[³jü„‰L&“Çã͘>åâ•,---êwƒØl¶·oHh?J‡mÚø—ƒ£ÓêíëBÝ»u6cj Õµ®žžd„ÐíœlGggŒ·ïåË—Ü<ÑÑÕ¥Óé<^½‡‡ç¥‹ç÷Æþ7}ælƒ!nríêGGêåͬëN..R}]¿vuä豓¦ü.év\ìîøƒûwÄìVWWßðçºçÏŸñxõ’]Ëmuïî±YEëëPÑÈʺnckÇãÕŠ?(Û×£‡LLLÙl6WŸuýº½e3õDr;ooÁ»—‹»«««‹ùwûØŸ¡Îà“$½eSøˆQ***ž„¦¦¦EEEÔöóçÏUUUa¡@þg1„ø†qtpðññ™4yruu5B¨¼¼|ݺ?}}}Ïœ=[\ü !³ËÏÏ!¤­­][[[^^Ž:•vJÙ79ƒ’˜RåçÎe*ócL"É¿È%‹}=Ý÷ï pæü•…‹—ÛÛ;IÕ D***Ôöã‡tV·‚FŒSQQIT_`ddLí;uËÁÑI¼íèäŒI¤£­{3ë†P Â$zñü¥t“¬›ÎήԶg;ï¸Ø=å½CúJ: ©¡•{ç&QeEUä²%NN.R}éêèžN;Y_ÇÃ$*+-+*,Â$º{玧§—šªúëW¯·oÛêèè,ÕµÜV’fÅR;89KŒÑEQ_Ù·n‰kædgS51‰vnß6t¸Øø›Ì¼}É«ãÅØ?mÊ$_(à §M™`?¯Ž'å’dÛ÷bee¥¡¡qêÔ)„О={áÀÿ !¾mbvþ±p¡·/ÆXMMmÔÈQ‘˃{õBYZZnݲ™ÒšóçÏ îeeeelb¬ÜæÈ‘#ÚyyèOI.[¾Lùu¥$FøÝsÅÎnn㛬®®þFÉ;“lbfZZVJíúkýšË—.²ÙMMÍ•kþÄ[XZhkëtñ÷>rtaaƒ£#U3;ûµÝoà sç2|<]ÕÔÕýü;G,^*Ù¤¨¨ÐÑÙ…jÒªuëêêꥑ+¤Üè7``Rb|Ÿ¶6¶vt:ÝÃÓ#,¶ê?hðÅ‹|½Ü¸\m 5nÀ÷øã„qcîÝËÕÕÕSSSspr’òvÐà0ÙV’fÅH;ìäDUÈɾåÙÎKQ_ÙÙ·Ä5oßÎnçå>“‘Îçó‚zKu!~©ÉÕŠÝ?x@ßö^îc]ÝØýñš\-üq'ù7nÜ8uêÔyóæYXXlذŽJ¹\.777·¶¶¶¦¦&zóÆõo*-y:’˜>j,há¸=:8$Tª0ùHRØðQU•²õìóï £«ûµ ðòÚ¦­šÒ[v…µ!üœ˜€ÒÓ×ß´u;AÐ>'Ÿ”Û99K–E™š™Ëú/U¢©Éýoï~jã+,ÀרRh&0Âd£~q´u›6µ!?Ù¯•¶he•|2ý>“éå—_ûEâéHäWû£©žíù/[¨©Åýª ªŪcL’‡/15M:. ?ËX„BÁWz‰¨Rh6éƒIP¥_$M›‚F344,ÌÏ·°lÑücyøà‘‘1Ì4@• O¦ˆF#ªª«™ 8â¾, ÍÛ<.xш†¡€N#BÎ.“åíã›–vRGO¯µuFs%](>È»¿ßÞ>¡ý¤È ª„bѱŽÊ­{OÝí[B4¾ ²ïçëª2ä=ñ™Íf»¸º©kh;zøÅóç"‘¨y\¢Óé†FF}BûÙ;8ÔÖÔ@ŽU €4:ê ÿvŽO\"r´6g0ಿ¯¡P”“WpâÊãþÞºj„Ü:$IÚØÚ::9S¿Õl$)ðA’ªù˜ê²«xšý½3.ß>zé)Ççñ \ Jà ‚F ;Õ"z.^‚Ç }ÕbЮa®§"ÿÂRT)|ÉRÆL‡m¦Ã†P€\hT)€*@•@cf-ÆQá@à „N§ ‚F<T)ðõ¡©Å­««c²˜ /K’2˜¬çÅEšZÜm ÷à_¶vöW/]ôôö142fÀoxÀƒ@ (*xzõÊeWWP¥À·±‰ Bèæë•$IB@à F£iji¹ºz™ƒ*¾aJiS¾E !@•¨RT)€*@•¨RT)€*@•¨RT)|2„B¡¦WS‹ËÕÖ1·° èÚ-6vïY(*.ÖÔâþØ]ª|ÍÚµkÖ®ýìTäÞgç ‰ð•€ß$ALúí·ç/ž'%þyܸGÍ;çcUךµ¡©S¦|Þ¡ijhL™<ÙÂÒBv—H$¢ÓéŸM•~ñ¾R`­øFg6¶paÄ–Í›O¡Ñhk×­+--E%>ìãë««§ßÚºÍÂ…‹H’¬¨¨ôãFÆ&:ºzŽNÎñ ’vfΚ¥©Å1s–³‹keeeee¥¦×ÅÕ !”˜”äí㣫§oÕÚzÎܹ|>ŸZÅôñõ¦o`èåí}+;[Ö7YÄ ÃÇy´õÌͽ‹5j´¦÷Æ¡óç/hjq?¾²ªjíºuqqûÐÛuÓŽ~þááÃõô ._¾¢Ä+)ãT¹Ÿ§aàBûö;w.Ó³—¡‘Ѭٳ?ÔUW7©ø¨Rø?ÎNNövv|>ÿæÍ›7oÞ ®«£·7¶_¿¾«×¬Ù¸qÓƒ““S~›8ñàý¿NÏasÄmçþñǦM›§N™²"*råŠ(•íÛ·­ˆŠÌÊÊ>|DYYÙÊ•+ÜÜÜ6lø{Ù²åT«;wr»víºjåÊ»wï9Jʹ>P»nß¾ãæî6ñ×_óòòV®\‰6l(Bhßþý¡ýû÷#„† &;Æ›7o²ØìåË—½xùB‘W²Æ)²²²LÍL=Û¶MKK8hÐÀtut7nÜ”›{÷ƒ\])˜x¨RPȱäd’$Ïef8hëÖh„PzF†…¹9BhOllLÌ.ïííEU¾víÚ_m˜0a|DÄ„P`` “Éd2™ýûõ LNI!IrìØ±£FŽ\µrBèè±cTC{ûQ#Gî`oŸ——WPPð^¨]666S&O1b8B(¿ !äïïoffÏãñ%&ZYYùúúÈŽËÌÔ4zë–±cÆäææ*òJÖ8…µµuäòå”üíÓ'dú´i?üðB¨  ÿƒ\•ŠL6àCëJ¯’gÅÅwso——•!„BûTR3++ëNn.“Étvv¾tù2Bhüø_†† ¥öªªª´hÑâðá¤Ó§NßÉÍ7~zFƆ !„¸\nEEÅñã'¦Lžl``€"cü^ßx|¾Ô†$AÈú@mhkk#„ht:Bˆ$I„FµpÑ¢’’’_ ·G3ssʬdSèêê"„L&BH_O_\N’乪<> öÁ¤ø ÑhšZZ¶vÆ&& JïB’ÞºqÍÉÕ]EUa\ZR¢£«+U‡$ÉÅ‹—<{þ,!áI’Ó§MÓÕÕ êÞ=22*>>ÞÝÝ]…£’ššjggëàà˜u#«C‡ö.®.iii¯_¿¦,XYYýò˸‘#G…ôé“|ì—ËÕÐÐxöìÙÎ1ÖÖÖ=‚‚¢¢VDGGëèè;–ŒêÙ£Õ0//oþ‚"òòòZ·nmnn.é˜\‚{õR4Ø¡CâV¬øûït:}Èà!Ê#£Ä«Fð¡®JÆGjM׿sÌ[€ï6›]Ïã]½t@„‘‰1¨RàçnîG75UUUuuƒ!w™c¼zÍ555›1£G†rqq‰‰ÙõóÏã˜L¦ƒƒCß~}i4ZìÞØG‹D"›6m–.]"6Ú§OIIÉÔ©¿‡öíw8)qòäI‹-žøÛoû÷ÅýûïŽåË—O›6ËåN˜0~Μٯ^¿F¹¹¹'%%ÙÚÚFoÝ"å˜\” Ö¯cÇŒ3gŒ”GÆÅÅE‘WàC]•Œ”*•ýÚ|«put<½½oÞÈúPUJp¹ÜÜÜÜÚÚÚšššèÍ×ÿ½©´ä5BèHbBø¨±Y ˆÙ*U˜|$)lø¨ªÊ Ùú‰ñü:¨««3™Ì/j EÅÅvvöÞÞÞ'ާ@Z€ï‚F0Ì{÷„ôí/»·²²"=ídPpo„PQaAôÖ­Á!¡êêêp·ðõA’$˜Á€•~øâÀ$f0’÷04ø\¾Îñ{ïïi~LML*+Ê!;Ð`­U  JP¥ªU  JP¥ªøN026)*.&IrÕêÕ EBH(~!ž¤$kbUºm{ìžÝ©'Ž™yÿ¼ÎÈF»ùg†€*±pa}}}ž= „JMMõóïäíãÓ¹K@vNz»²µhÑb_ßöÞ>>Ù99£Fqs÷èÕ«w]]ØÎ{« óóïäæî1zÌX‡Z¹jÕóæQͯ\¹âçßIÒ1Ùúõõõ&¦fÓ¦Ï5jt@×n.\TT(w Šlšš™Ïž3gÀÀAÇ’“ŽïÜãâêе[LÌ.q¡Üà4°wªfDİ¡CÛ·ïpéÒ%%uꡤɿ;wºº¹wû!páÂE²‹”qqqm=ÛµóòîÛ¯ÿ«W¯B3gÍÊ{7î—ñ å!´té²öí;8»¸Š;’à QMMͰ°:vìè7mÚtI uuuý \¹j•”3²CPç÷¦F*zË–-_¸pÕ$++Ë×·½d´%g‚"¤ ¾wÚ7Ð1Ùt€*¾?Uº`‡Ã9vôèþ}qÏŸ?ÿcÞ¼¤ÄC/\X½j帟ÇQu*++===ÏŸÏ4hPHHŸˆóo\¿¦®¡žpHÒ”òjoØp&#ýÆõkš{bcB#†?pàŸÏGmÛ¾}ô¨Q’Ödë#„ª««»þ°}û¶Í›6Ž3F$É-T4¹6«ªªºìß×»W/ªäéÓ§‹/>™z"ídjEEU¨ÈfÃ{¯®®îÞ=p÷ÿ-Y²xÙ²åŠ:’Dn“åË—Ÿ>•–zâx]}Tý§OŸÎœ5;)1ñò¥‹înn3gÍFEEFš™™ÿ»c{DĹy§rçââ’™y."bÕ‘¢Q|hˆN¤¦ªªª;wöìÙ3 Fˆ-”––†ô éÝ{ú´i’ÎÈ‚¢Ô¿?5ïFoðà÷8€1FÅîÝ;xð`ÉA‰g‚‹³³BÞ5¨|Ú7Ü1©tHÁ€ßgΜ)--öæ³³¦†Úàp8AAÝBnnn¶¶6!ww÷ü‚|ÉæÊ«ý÷ßîĤ$&“ñòå+›…Ò××oß¾CÒáÃݺvMK;µæÝëêdë#„˜Lf—.]BÖÖÖçáDz…YYYr"×&‹Å¢š‹¹páB§NôõõBC‡†]¾|YIpÞ»ŠŠŠ··7BÈÖÖ.¿ @QG’ÈmâïßI[[!ôã AgÏœ•òܯcGc„Pxø°.]˜z‡Ó³g„·—÷âÅK”Œ÷CCäêâ2oÞüÙsæ´÷mß­Û~÷  æÏ§:mÈdãܦMåóV6z-[¶466>þ‚—W»„„Cg2Ò%»ÏE>ÈT>íî¨RxŒqÛ¶±{öH•³XoNg³9âm¡@ØÀj™™ç÷îÝ{òdªŠŠÊ–-[òòP{;fѢů^¾êÝ«—ªªªØ”¢ú$I’$I£ÑB@Q¡Ü(²Éáp‚2“ùæ€Ád*N{§tµA£$I*êè½M>,‹ N£:R4Š QË–-/œÏ<ž~ôØÑuþy2õBˆÁ`zz¶M9žÒ£Glðå"7õÊS#7zƒÿWSSmooodd$%Í•;#× ’iÿAŽ(ÎàßÇ×/Cü1ïç矙yþÆ”¸•ÝT½TTT˜š™©¨¨`Œ“’‹Ë½¼¼*++×ý¹nÔ»§ïÕ‰DûöíG]¸pQ(XYYÉ-”;E6eñññÉÌ<___JII¡ §½7¼#åx{{§§§—••!„öÆIŸíõõõ=sölqñ3„PLÌ.??¿†ä].ÊGÑð?c2™½{õŠŠŒÌξEÝHDĆ¿þ"1~Â’$%Q4¹©oˆ«RôëÛ79%egLÌÁ?*ªÓð0*§áŽI¥ãäÉ“¯_¿†w'þÿ.!¾FŽÑÎËÛÀ@ÿxJÊ¿;¶OœøÏ'I²gÏÎNNMÒE@@—˜]1}ûõ×PW737“Ü6ä`|‚ƒƒ}CêkjjæÜÎéèç_WW·mÛ6:.d d¢Ä),--§ýþ{ï>æææÚ\.U(צ\—Õl`GÊiÑ¢ÅÌ™3üü;éêêúøxsTT$÷ZXXDE.îÕ‹2¾uËæ†ä=ñÐ!Ù½ÊGÑðåädÏ_°€N£cŒ£¢¢ †X˜þùçº)S¦Žûeü¦KNB¹Cs]•BKKËÇÛ;õäÉ¢£Õù 0*დŒÀïÓ¦oØðWÇàÝ ‚ËåæææÖÖÖÖÔÔDoÞ¸þïM¥%¯BGÂG…Í@ÌöèàP©Âä#IaÃGUUʹ9&áÀ>ÿÎ:ºº_ÑGŒÔ}Р÷ßz\__ßÚºMỳÊ-l6>Kïuuõ**„вeËË+*VDE~óÂçÍ2@¢¢ªº'æßÐþewUVV¤§ î**,ˆÞº58$TCCC]]ÖJàÓ’ŸŸß¯ÿ ‹~ýúA4Î’¥KΞ=W]]meeµeó&À7¨Rø´XXX\¹|©áõ9Žìj™ÜÂfã³ô¾tÉ’ïmª|Þ,|vàn'T)€*¾àºR€o„¤„ƒšŸÞ¡Ms;/¨R€oêa+ÍFò‘¤¦2gð€Ï¨Ràógðï’$yuõ|€a‚@ Ád²9l‚ 8À·ÇÝ;·äÝWRF£µjmmkg±T)4|¯¢¼*÷N΃‡÷KJ^#„ôtõ­ÛØ89»¨©©3˜tðñðáƒÀÁL&SQ@šr T) J ùàÕó^<{‘rüˆž¾~¯P3s „PaAþ™ŒÓ¹q·CBú™˜¤HQó§OŸ:»¸F._þË/ã¨}ÃW/_@`/L’J$)BˆÉd’$©¤A**ª,6 !!,à jkk0ÆÚ:ºB¡°ª²!D4®¶vYi U_UUÉb"„H’¬­© …!m]R$ª¨(§Ìªª©s8œŠò2‘H¤­£‹1~ë1.//“ë NWW×[x/Apµu(¯Ä¨¨¨ÖÕÕÂÄ€/¸®øö!I²²¢*%刻GÛá#Ç´²jÍb±X,V+«Ö#Fuus?r4‰F§)9¿'668¸çž={¾ùXQ(ÔÕ5QQ^^^VZQ^.‰h4šX&2d$¯ºº"PyyyyYY]m­†¦&N—T–jøÿ_++ÊËËJËËJIÒ¦‚£¢9P¥ð9áÕÕß¾“­g ß9 []]ÝܹsçÎ[WW×¥ë\.÷ÚÕ+t†üSãØØ½K/æ ø·oߑܵ5:zÁ‚„СÄD-®vYYBÈÏ¿Snî]„а0?ÿNnî£ÇŒåñx¡•«Vý1oÕöÊ•+~þjjj†„…uèбcG¿iÓ¦Ku-k¡¾¾ÞÄÔlÚô£FèÚíÂ…‹Š B©©©~þ¼}|:w ÈÎÉQbÓÔÌ|öœ9Ú¿ÿ€€ï :Á`2kjj¨µLŒq}}HôFMÖÕÖªª¨ÊÖ¯­©A#„ÇãpÞAÇfsB,K(ˆ—G•Ãfs¸\mM-.Õö­¨eijqµ¸ÚšZ\ê°%B]CSK‹«¥ÅUUS—´@„††¦ŠŠªªªAššZš!›­ÅÕÖâjkü½ûŽ¢Ìþ™Ù¾ÙM6½‡B'$¤S:ˆ€''XQî<OíNE xêý,§¨¨T滑$ô„$Ô$@zHÝ^¦þþX×ìf àó~ñÇðÌ3Ï<óÌf÷3Ï3ÏŒ§§jáíã«ôP©TjO/X,ÁÏB•"tƒQ4s¡¦*;g4¼ù曋%//¯££ãË/¿|óÍ7 +{TyY©c§Ž£ââÿ¨¨¨Ù³g¯Yû³îÒœììý@áÂ#F<¨ÓéZZZ}øáýûJO÷T«×¬] >òÈwß}GQ¬\µêñyóv(•X¼øõn»v.ŒFãÄ ãW­ZùïO>~ü‰'„(Á9±¥¥åÕ… ·lþþPIÉ»+–?ùÇ'Ý”i0òrs7nX/WÈÝÔÝUÄbË0ÐCüHQ„ãB~Þ!?C3ö‹=вI¤RÊäÂå§—Fãí£ñöQ{zþì÷‰)”J½^§×iíC$I*=< zNÛe6U*!Nž×é´:Öb6ý,$õô¤(Êb1 ÷èõ:ƒAO’"•PÃ0J¥‡=?MQF£Ád4¨Ôjü ô[í` ;Çrí½¤Û·o5j”}ÕöíÛßzë­°ðˆ––f’t•~»æÛÙ³ï€ûï¿?77÷Å‹íñë AƒZZšõzýáÇ_yå•={öˆEâÌŒ aí7ß|»yˉDÜÚÚ&•IÀßß?33kËÖ­ãòòöìùñŸï¾{ùòå… _{yÁ‚ÌŒÌqãòºíÚ¹H$cÇŽ€ØØX¹\^SSáœXVVÖÙÙ5gîÜ+±¬Éä¦L©T*lžï¦>è®%‘J…¾F‹Ùd)-f³BéaÐë{SÏË0R©L$1 í¸J¯Óº¼½U"34-¬²Ù¬b± ĉÐýi#€a¥D©ôð`hš¢iÇx×b6 ×ÝJ¦iêJÉV›§——}MSÀ²,Ïó"‘ÈÞ7Œ¨¡ Ûý¢7nìE®+,ËæÍ[öþ¸÷ƒþ]]Ú={öŒ?Þž!#=ã›6yyy=ú­·ÞKÄÙ9ÙPTT¼nݺݻ  ŧŸ~ZUU-äÿÃü'ÞxcI[kÛ=Ó¦)•ʨ¨¨’⢽ûömÛ¾íý>Ø]°Ë^rO%pÇqœ0æH_ývNäy>9yÄÚŸß ÛS™r¹\øuwSt·aXV)AÏÓ¥£(•Jíø‡BÓ”‚WH¥W®m†Uzˆ ‚°w—Š%bÖáNe›ÍªR{Z-–Þ×wZ†aŒýϯ%5rÕ…³eËfÇÿj4𦯰?¬4&&Æ>\¸`ÁË ¼lïqY·v­Ëú:tø‰Çç ËãÇw¼àgÕ·êï&qìØ±ÂÝ¢îË”ËåBG²ûú »Ïóf“Él2uKw|¨ðÔR{~“ÉݳC·ç† ÑgO«ÙlVç¾Uš¦»=¸T¸Á [Íí%›LW‚N³ÉW+GÙlÔÏ']9äAaTŠÐÍA„J¥ž>}æ¶í[êëë²sF;>Eßh4<ôÐc,Có½|VͯPWW7ë¾ßEDDÌš5 Ï ºéŸ|’¤)Jrõ¾OgEÙŸ?ŠB•"ô›|Ð%¢ ù|êØÑ#;wl»|¹‚‚‚ãSRÓX†þmn Œˆˆ8zäð¯)Á±_Ó}"B1ýc vîpóö&’$£û÷dž8v¯"„0*Eè&â8–ç¹ä”Ô‘ié$I<ϳ,CÙ¬¿A/)B¿½Aƒ‡à;îB•"Ôñ<Ïдã|[„BõxGB!„ºõ°¯!„îö¹í!tÛÁ¾R„B!„Q)B!„B8‚BwªK/Ô×¹{dAaáá‘QÑØV!ŒJBÝ,õõõé™Yn^Ë0Ì¡â"ŒJB•"„º™xÞMH b±ØýÃzO=2<>A"•Ò4uîìY??ÿ ààGb1I„ÚS&•ʄ̤HLAÆ%$¸,ÓfµVWŸ:,®—Áq\Ù‰ãIÉ)‡Å·47‡„àF£R„nWÇÙ,VЦ9–'‹Eb‰D&—Â)BÈIXx¿æ¦†³g·Ä'% o½Ÿ0qŠT.g¦êüÙógÏO¢Û “¦È àyàx¾¡î’Ë2 BÃ#¯å…dý¢bj/Ö\Ùœ š¦íêÄ„F¥Ý~(›M§5œ9]Y]s¾££ü|ýc ïá¡KDØD93™Œ§NU„„EÄ'$ê´Z!*€æÆz†aT*•L®`XN"¾òÔÔPçòý½mmm͉XåéeOÔjµ <Ï‘$­ôPrw¡ºÊf£µª_dÔOW•,[]]¥V«†áx¾ìÄqв 8¨££­©±‰JeÑ11b‰„ã¸ÒÇýüüX†±ÙláýTj5žJ„ú>œƒî 6«­¥éò¦MÚ;Û¦MŸñê¢%¯.Z2uú½—[[6¬_ÓÙÑN’=F¥f³ù¹çž6ì¸Õò+^]¸PX>zôhΨюkçÌ›3jtb҈ǟ˜o³Ù@(í…¿ý}Þ¼ÇsóÆ•”ê) rFNKO36·¢²ÒM™¡aá//Xð»ûgoÜøÝœ¹s³²²³³s^xáoÝŽqâ¤ÉöÝõtD&“ɹ—5±s¹vçΙ™YYÙÕÕÕ¯/^lµZ'O™ò»ûg÷´ÉW_­ŽOHÌÍ·zõ×Î'Èy—òöÛï,^ü†°IYYYFF¦ãÛjûŽëׯONIM™6sÖ}mmm=hµZÃÂ#ÞxcIFFfZzzEeå¼ÇŸHL1mÚ=‹¥÷sl—|Ë OTyzV”ŸìiZ”ÉdT©~on¬¯¯½X_{Ñ’^鑈-3˲@,Ǽ—F3jlÞ˜ÜñcòÆŸ4… H™LŸ˜l6›ÏŸ;'\(áëçOÙl:m—Á ïV‘Hd±XX†Žç ¥Îó¼ÅlBžç$)~"„Q)B·E3jª²sF÷”!+{TyY©0ð×MEyÅðáÊŸ†ÿRSSO–—€Ñhœ8q·ß|óæ›KÞ~ûÇ­}ä‘ï¾ûŽ¢(X¹jÕãóæ9®ýèÃìßWz⸧Z½fíÚ+IFãÄ ãW­ZùïO>~ü‰'X–u™ØÒÒòêÂ…[6¨¤äÝËŸüã“nÊ4 y¹¹7¬—+äJ¥ÇÁƒ………/~½§vpsD» º•ÐSM.×655?õç¿|õÕ—ÅÅE?þ¸'$$äõE‹ärùömÛ6nXïr“ÚÚÚ7–,Ù]°kÏî®ûðqOup>øýÆï¾BœµëÖ=ðÀŽåØ*>.îÅ—^Þ²yó‘Ç’_|ée7-£×ëSRRŠ‹‹fÏž=}ú½¯/z­ôÄq•ZµiÓ÷½¯˜c 87rªôð¸tñB·¸”ã¸æ¦&ÊFõ‹Œ>í=Q©=µ]]Bà¨ëêà@í©Ñi;/·477545Ö×TŸk¨»DQÃ0ÀsÑÑ1&£1(8T(aDÊH–c««ÎÛ48ŽJîêì´Z,ÐÞÖê奱‡¤u—.a48žW©<ñ›¡¾GðÑc¹ŽŽö°ðˆž2„…G´´4»¼µÔÍss EZZ 4¸®¾Þq•¿¿ffÖ–­[ÇååíÙóã?~ãà7ß|»yˉDÜÚÚ&•]é¿‘H$cÇŽ€ØØX¹\^SSáœXVVÖÙÙ5gîÜ+QŽÉä¦L©T*lž¿pák//X™‘9n\Þu‘s pY˵……²³²bcc…ºI¥RÇi1.7)))=z´¿¿?<øàÜ#GŽüâ^\HTTTpppqqÉÈ‘©›6}`ÿ>Çrì URR’“ ?üÐØÜ<7-#—Ë'Mš‰‰‰ƒ Œˆˆ€¤¤¤ºúºÞWÌ}#÷AAAMMMµ/FFEÀžÝ;9ŽžW{zŽÌÈ+”ím°{W>ÇsÂüaqñö+=™L~ìÈa^$‘$ R‰$fÀÀÊò“”ÕÊçíí£ñöÑiµ u™F$14sMsÓÈ·üo')%U¡TBê$‰F¤’ý"£YîJôiµZšë9ŽKJIŒŠáx®^Ë5Ô×ÚÓ×Ç'22J%Ì gY!Q­R$úøø˜M&Êf  õöõúS;ÚÛ‚‘’*ä òó ’ _¥‡Ë2¡ñö†fÚZ[®üñ&$FEG+J‚$Ú.·à7!B}Žà£»àÚK,òóóoèùሠõuÁAAœ«nÑaC‡¦¦¦¾ð·¿ 7kî?p`íÚuúÓ“¿¸Ó‘#Gêõú÷?xÞχïu:]hX˜B¡ày~Ë–­öt–e7lØ%%‡šŽ‰‰q™˜“3ª¨¨¸´´TˆYË+*Ü”i×ÔÔ,‘Hî™6mÙÒ¥å.Üãžs .kbçrmvvNáÁƒUUU`³ÙÌf³0µH¸]n’žž^TTlµZ ??¿[­Üס›Y3gîÈÏÿjõê9ü¾§< ›šš`õê¯srr®ï#×ûŠ9¶À¯?MΗZÌÕ+—hšùŇõ^ºXc¯I[kKKs#Ïó—.ÖÔ×^¬¯»T_w©­õ²=Ã¥‹5u—.ÔÕ^þu‹¼ z]scCÛå–Žö6ûÃJ-fscC]C}mC]mgG;˜Í¦ÆúÚÆúºÆú:aÖ?Ïóö‡•¶·µ qggG[CÝ¥æÆ0 uµ uµ-ÍìÕ:;Úêêj­V ~"tü^c ;ÿS.‘ÄÆ<°otŒë‰ó…öÅ%& .ξ^ýÕ+¯¼:"9… ˆ   õëÖÆÆÆ q’{sçÎùïÿ6 :Ä117wìê¯WÏœuŸZ¥ ³§{zzVžªÌÎe±XV®\)‰hšvN úò‹UO?ýWEq7eÊä¸áÃ{*Ó®²²âµE‹D¤ˆçùeË–]Ç4sç\ÖÄžßåÚà>ü=ü0Çñb‘èë¯WÇÄÄ<öØ£©#Óüwæç;oÒ¯_¿žþžé÷†‡‡{k4Ýjå¾Ýxyy¥§¥ìÞýŸÏ?ï)ODDIJ¥ïL6 úõë÷Ù§ÿ¾¾Ü5UÌÞÏ?÷ܯúD¸Zýaó¦‡çÍÇB¿Õ«>Ÿ:}F·Ä?l™ûÈ<çç#À¦ï6Œ“ëãëÛËòyž×iu7¬OHÌ7¡ÛÚ=»w>UñÇ?=MÙ¬îß¾x­}ô±I“&Ξ=ûsZ­Öþ±ºõæºLDÈ-›þ›‘•í€ú-,¼gƬn‰ ¥rÍê/gÜw¿s~½^·oÏîISï€Æ†úÏ?ûlêôjµZ¥Ra_)º ®½B¥ROŸ>sÛö-õõuÙ9£…™O õuöï5 =ôËÐ70$­««›ußï"""fÍš…íBõF¥èîø KDA!!óÿøÔ±£GvîØvùr Ç%$¦¤¦± }îásqôÈáÞç—ËåÎ}¢.B!ŒJº½qËó\rJêÈ´t’$žçY–¹á÷ÝB^ol„F¥õu<Ï34í~V2B!„n |2B!„ºõ°¯!„îLgOŸª®:ï&I’Ñýc ‚m…¨!„ÐÍRSS=aòT‰Ó;±ìhš.ÈߎQ)B£R„B7ÏqnBRH$Î/>u´w÷.áE¯"‘xà Á¾~~À²lÕ¹³ím@€L&8H¡T..JJNñðPÀ©ò“ etL¬s³¹¼ìÄÈŒ¬^Çqöî;âùÚ‹#££ñü"tçÁûJBõhÜ„ÉÓîŸpúT…D"€Š²RŽçó&LšrÏŒ¸„¤òÒ<ÇÅTuö,I’mm­£~Øð…RéºD‚ðòÒ\S¼}~öÊŒ‹ª %ž„î<ØWŠBȽN+“ËmV«L&ëììÐj»&O»— ­V+•JƒCC›cb´¶47Ô×^¨©IJI•H%:­Ö^BcCCí…‰LêíýS|ÙÞÖVS]ÅóIЦV«Y–­,?iµXOooÇ[ 8–-/+Õx{Ó4ÍqÜ¡âƒ<Ç%ŒHnnn¼Xs @.—/‘J9ŽÛ¿wOpH(CQ«%vÀ 7>- !ŒJBÝZ/·(•J©Lf4Ôž^2¹\ÛÕ <jµWC}ÝÐáŠ 3ôöm-fKuÕ¹Ñcò¼4šãÇŽ”ÍV}þ\Zf¶§——¶«ëøÑCi™Ù—[ZÄbQî„I"’d†Ê¡l¶dž†† 4„¦éƆú1yãš6çÏžÍ5ÆÛÇ÷teyMuÕaÃ9Žc&*:ÆÛÇ×l4È5–e<‰aTŠPÂqœÍb¥hšcy‚±X$–HdrAØ8¹´§ Ÿ¡–eÒ³rX–Ž#‚eÇwOð®âd©J¥òõ÷‘"áÏvïž]Q1ýcúÇÚ¬6«ÕÂó<Ïóz½®¥©ÑÇÇ××Ï_§íòñõ»P]¥T¦éõ:’$ƒ‚CŒ@àk2¨¡¾„²ÙtZÙӕÕ5ç;:ÚÀÏ×?vÀÀáqñ*±D„M„³ÜqerùÙÓ•ÕçÏ©Õj•§—þì–e :u]ž^^f³ébMufÎ芓eõõÞ>>?û¥‹šæ8Hòêü*ÞÛÇ'{ôXîjQA(Êôì‹ÙÔP__{éRòÈ4 IÒ×Ï_¯ÕZ-Š¢ºU I𦮔ÉóÂÜ,!b¦i 8žãy^$9Ö!Ô7ál'ÔWîß«Tz8.Ü@6«­¥éò¦MÚ;Û¦MŸñê¢%¯.Z2uú½—[[6¬_ÓÙÑN’=F¥AÁ!Óï!,wtt‡Ü%gÄ? ðV•ÆqÜŠwßíeæ .dffõÙ¿>×Ô7›A¯ ±XÌÚ®.µZ­Ñx—Ÿ,"¿®ÎŽæ¦¦þ±Jމõñõ8hÈéÊò+}”à¥ñélogX:Z[…D¿ÎŽö¶¶V½^§ÓiëµÚ.›Õ <¯R©jÐëÔjO!srjÇóå'yžF6„0ÔËÛ§£½Íj±@Sc½·¯ŸŸçùÚ‹@ÛÕÅq¼ÚÓ¿`¨¡k0aÒÔn 7ð^¯3äçÿ4"ù‘ÇžˆŽé/•J¥RitLÿGçÍOHLúaÛRDºǯªª***¾Gí8ÐùÛs¿÷üÛoeL¶â–ÅdÎþÛŸ¦[Û΂ˆŽ‰=UQ.‘H†'$% ‹ ÷×T‘’j4(›mÐСV‹Y®‡GDž9]I’W~_JEdLì¡¢•'m%ü¡Éd²á ‰'O?TTXRTx¹¹Y$Œ†#‡Š–<0pбø§Ñ¼ØE¤èÜÙ3<χ†‡ïܾõØ‘C …bÐà!Eö—Ðëtñ‰IÂû„Åb±V«=z¸øô©ÊøÄd‚ ±£¡ÛŽà£¾Âl6u[¸Qlë©Ó~þcžzh76o|}}ÝñcGG$§?iÎ^zñÅ7ßzsÇöŸ+KÞ|‹¢l …ò_ÿú`ø°ao¿ýMÓ‹½eeeO=õçââ"çlV«5¦ìÃ?T]]óÐCÞ3mšPàœ¹s CRRÒÇ}(“ɬVktLÿ9sætvtÔÖÕ½¹dIzzšËD—õé©LûÞgΘ±õ‡­uµuAŒ9rÅŠåŽ8qÒä¶ÖËÂîþ0~UuÕ¥‹—þùÏwGŽiÏc2™æÿáÝJpY7í;wî\¼ø IòË/¿øò«¯¬Vëä)S<>¾™AJ¥ÐåççªTzÏf³‰$É1yã…üý ððPA 8Xéá!‘Hyž€ð~‘ƒ¢8Ž5BæøÄ$›mˆX,!Âh4à,B•"t ÷ï0iªÙln`ÉÍ\¨©š6}FO²²Gíܱ-udZOQé”)“W}ñÅ?þ/¤´´´¼ºpáÎü|Fsâĉ'ÿødQÑÁøý´{¦¿öÚB‚ Ö®[÷À¸Ìƒ!/7÷·ßvÜËG~èíí Ï>ûÜšµk{ôQ0'ŒÏËË«ªªš~ò“.ÛÚÚ\îÈe™ö½oúþ{¥ÒãàÁB!¾ì©}ŒFãĉ^O[´wïÞ·ß~góæïí«vt+¡§CvÓnMMÍOýù/ù;¶ÇÆÆRÅ0Ìë‹ýç?+·oÛÖÓ&µµµo,Yr¨¤ØßßÿÙgŸëVážêà| Χ̱{CÕÖÖŽ=¦¸¨($$øÍ7ßzñ¥—W­üOO-£×ëSRR^{má{ï¿?}ú½ûöþñÀœ9›6}?vì˜^V̱zyš\tp’$MQ©´Ç? в÷hö¤«³Ã¾LÓ”NKÏó&“LŽÝÉ`³ÙìÿFÕvqh³ÚlÖn‰4MëtÚŸ¥P”îç7ò~áÂ×^^° 3#sܸ¼žŽ]¡P¤¥¥À AƒëêëW9—ÐÓ!»i·ÂÂÙYY±±±BݤR©ãˆ¹ËMJJJFíïï>8÷È‘#¿¸—â|Ê˱7TIIINvvHH0<üðCcsóÜ´Œ\.Ÿ4i"$&&40""’’’êêëz_1÷ÜK1ýc vîpóö&’$£û÷¿Ã¾I»WB•"t=nÞ~ïžûô ¹rss—¯X±}û{ÿMròˆµkÖtËöÀ¿_¿~½Éd2dHPPPOÙäry·ÛX‹ŠŠ×­[·{wB¡øôÓO«ªª¯„ÔÇqœÐ¡E_íÊuNt¹£žÊ´ï=**ª¤¸hï¾}Û¶o{ÿƒvìryìö·V’$Ñ-Äq.¡§Cvßnnô´‰DråëKìôRÍž7qq ÝN™ûÓÔ›¥Wû&E"‘L&·/34sMsÓȽlºAƒ‡Üï¸wì^EÝNW•ب¸ysðÅb‘ŸŸC}]Oê낃‚8þjøê+¯.]¶LXÎÉUTT\ZZ*ĈåBú¬™3wäçµzõœ~ï&›3N¦P(xžß²e«=eÙ 6@IÉ!†¦cbb\&ºÜQOeÚ555K$’{¦M[¶tiEEùuÌéq.Áý!»\›Sxð`UUØl6³Ù,Lsn—›¤§§ w1æççw«Uï›Ýù”¹”‘‘q °°©©V¯þ:''çú>н¯˜c üúÓ„B·ì+E}ÅÍÁK$±±ìßãz°²ðÀ¾¸Ä¤_|ûKVVfÿþý;:: 88èË/V=ýô_mÅqÜ”)“ã†//¯ô´´‚Ý»ÿóùçn²9ËÍ»úëÕ3gݧV©ÂÂÃìéžžž•§*³sFY,–•+WŠD"š¦]2í*++^[´HDŠxž_¶l™ã”ç^r.Áý!»\üчÿæ8^,}ýõꘘ˜Ç{4udZ@€ÿÎü|çMúõë÷ÂóÏß3ýÞððpoM÷—ª÷¾ÙO™KË–¾3uÚ4èׯßgŸþûú>Š×T1{ <ÿÜs¿ò4!„ÐmÐh4gΜ1›Í&“éóü¯>^¼ñÃæMÏ› „~«W}>Õi*ÒŽ¶Ì}džA¯sÎ¿é» £Æäúøúö²|žçuZÝÆ kãsÇMè¶vÏî]§OUüñOOS6+Ï÷­wÀº»õòºLD¶lúoFV6¶Bè·T|°ðž³º%*”Ê5«¿œqßýÎùõzݾ=»'M½ê?ÿ쳩Óg¨Õj•J…#ø¨¯¸y#øA¨TêéÓgž:UñåªÏkª«l6›Íf«©®úbåg§OU<ôÐc,C÷µ!„º«àHê+nÞ>ˆ%¢ ù|êØÑ#;wl»|¹‚‚‚ãSRÓX†î›÷êÉårç>Q—‰!„F¥Ý7o¾€ãXžç’SRG¦¥“$ @ð<ϲL¸G膸tñB}» ‚ ÂÂÃ#£¢±­B•"ô“›÷};žçšîéQùÝaêëëÓ3³ÜÌŽbæPqF¥!ŒJú™›:‚Ð݈çÝOØ‹Ån †>UQ1`ð`…\jªåryHh؉£GH‘Xxk@`PpHÇq õõÚ®N@DþAÁŽÙ‚ŒKHp¹›ÕZ]}~è°¸^Çqe'Ž'%§8^m¶47‡„à G£R„nŒ›=‚º¶Ÿ±$¢_dsCã€ÁƒÛÛZÍfSJZDz0aÒ™B<z½îèá±Hœ=jŒ§—†¢¨‹j¼4šnÙ8žo¨»ärG¡á×r·t¿¨˜Ú‹5W6'ˆæÆ†ÁC‡i»:ñ¬!„Q)B7Ào0‚º&Þ>>]]µ—. ‹‹“ËåM W^ˆÚÔP'Ì4›ÍƒaüÄ) uÇ©Ô*¢[¶nÚÚÚš%±ÊÓËž¨Õjxž#I222Zé¡ä8îBu•ÍFjU¿È({fŽe«««Ôj5Ã0Ï—8NQ¶ut´556R©,:&F,‘pWz⸟ŸË06›-<¢ŸJ­Æ“‹F¥õGðêƒÂÂÃËO–…÷‹ŠŒêßÚÒ,ŒøïÙ½“eY0pÙlöðPy¨Tu—.k9–Õi»³)ŠØƒìeÚl¶†úºôŒ,¿€ÀÒãGMFÐÝPW—˜œâ¨íê*;qtØðø––&‘Hßí„ú ÁG¨¯©½x14<"88$<<âì™S2™Ü9R©T«=+ËËxކaš›šÜ«R{j»º„ÀQ×ÕÀ€ÚS£Óv^ninnjhj¬¯©>×Pw‰¢(†a€ç¢£cLFcPp¨Pˆ”‘,ÇVW·wÐr'”ÜÕÙiµX ½­ÕËKcIë.]$Âh0p<¯RyâÉE¨¾RÔWà>B}JG{òÃââµÚ.±Dtéâ…°ðpçœÑ11]§*+YŽ‘d@`—ÆvïÊçxN˜ƒ?,.^$ ùe2YHXø±#‡x‘HD’$H%’˜+ËORV+œ··ÆÛG§Õ64ÔðÑ/R&—Ä•yTAAÁ—›[š›š‚CBüüwîø€ÀÐL[k‹9.!1*:Z¡P$Ñv¹Ï/B•"Ô#ÁGè#†¦ÅIOëiš±w=ºd4Œƒý¿ÂÌz¸tõY¡v<Ïw´·u´·9&:gsdÐë z]·D‹ÙÜhþÙƒKÍfS·ñžçí+mok:;Ú:;Ú\VÛ®³£?aTŠÐ/Ã|„n¬ðððC%ÅnÞÞD„Ëù; I’öîU„F¥ý2ÁGèÆŠŒŠÆwÜ »WB}÷›õ8‚BÝͰ¯õ8‚BaTŠÐ­‡#øýzÂ#™Bèv„#ø¨¯À|„Bèn†}¥¨¯À|„B£R„n=ÁGèÆ:{úTuÕy7H’Œî+¼\!„0*Eè ÁGèÆª©©ž0yªÄÝSôé‚üí•"„ú¼¯õö7¸8¿Ê!txŽs’€D"±¿Ô¥½»wÙ¬ÖÛéyþÒ… xꨡ_¥pÿ^¥ÒÃq!tËyi¼Iòvú¥¸x¡Z¡Pâ‰Cèv„#ø¨¯À|„ú¾ö¶¶šê*žçHR4xè0µZ õ—.^I¥ߎ¶Ö‘Yp²ô„ÕjeÚËK3døp’  ½½­æü9 †'$´¶´Ð4;pè´Ú³gNLÏvIJleùI«ÅBxz{<äÒ…šn™“SGvËS}þÇq‡Šò—0"Ù¹¶ÇØ»',"¢£­:<¾öBN¯“ˉI#x€nâG£Rt7Â9øõq”ÍV}þ\Zf¶§——¶«ëøÑCi™ÙF½áBuÕ¨Ü<µÚëdéq‚$½¼4:vȰaÞ>~$I–8ÖÙÞá`³XNU”§gfûpDZœL*+)>8<>Ñjµ44ÔGDFzziô:­þŠÅ¢Ü “D$É0 ~øP±cf“ÉÔ-OÿêÇäghÚb±8×–£(†aBÃ"†Ç'^¬©);~ldf¦·ï‘CÅ:ަ©nšMF<ïaTŠî:8¡>®£³ƒ¢¨²ÇX–hŠVy¨ëj}üü==5:m—¯¯o[k‹¹©±±ìÄ ’ l” BÃÛ›|}|ƒ z˲ –H4Þ>mm­ ¹¼£­-)9Õ~«Ú˳úü¹Š“¥*•Ê×ß_DŠ$Ri·Ìf“QÛ¥uÌ<Ïó<¯×ëš››œkÛEu’$n0è¥R©J­ ÒétJ¥Òl6W;×­@„F¥è®ƒ#øõy¼·Oöè±Ë ÿ'H’ išçyà8ºº:[š³FQ(=jªÎF‘HI2 Í^Ýœçù°ðˆšªsÁAA …B§íV)Êôì‹ÙÔP__{éRòÈ4è–™²Yóô¢¶$Ïó4EA$˲Ç˪Tžn DÝ\8Û õ8¡>ÎÇǯ³£½­­U¯×étÚÆÆz­¶ËËÛ§½­¢lÐÜÜ$ädiF¡ôP*= z]]í%–aoߎŽv£ÁÏ ±©F£¡lÔ…êóÑ1±4E ¡-جVày•J=xÈPƒ^§V{:g¶Z,Ýòq§ð`—µuhu¬V‹óNB¿ì+E}Žà#ÔíÞ¹CˆÛdRYjzÆð„Ä“'Ž34Åñ|@@ ÆÛG¡PÄô=°wH$Òx{‹Åbðñ÷kjn<¸/ —+H‘drùÐaÃ.a† ˆ¸ÄJ¥’çùàÐö¶VÿÀ@ƒ^o߯Áh¨>Ž x8hˆP,8fv™'4<|çö­b±895͹¶E¹9X½^wª¢Üy§!ŒJÑÝGðêkÆä÷öñµ÷_ }™AJ¥Ðef˜ à¨˜þ …¢²¼\,ó$AÆ%$©Tj‚nô¡_?ÿ Ð«~ã˲ZmgDd$DZ,ËØwíçç,ääy ~šé˜Ùež+=<$)Ï»¨-Ë0còÆ Eyûø Ë‘Q1r…‚ _?ç"„0*EwœƒÐE$MQ©´§ Eýâ³H»:;º¥Ð4­ÓiSjªÎwuv2 £T*“G¦1 ÀóFƒÞ¹@š¢tW;,-KÙñc ¥""2Êêô¸~Çœ=eî–çÊwˆÉ`ê©¶<ÏÛЦiš¦…e«Å",èÜö§"„0*Ew>ÁGèÆŠé[°s‡›·7‘$Ý¿ÿ¯ßQìÀAJ¥‡X"!‚cY£ÑÐË  EfÎhµ§'DZ”Ív3#„0*Eèúá>B7Ö ÁC~³çÀ_÷DZ:W“~}f„F¥ýÚ_5ÁG!„îBød(ÔWîß+̰/ „B£R„~k8‚BÝÍpõ8‚BÝͰ¯!„BaTŠB!„F¥!„B£R„B!„Ä/^t~ÏB¡ÛÑŽ¶`# „nר›!„î ÷̘…€º}á>B!„¨!„B!ŒJB!„F¥]×§–$å 9¶B!Ô‰D"š¦IòšƒLŒJÑíÇÓKc±X$R AØ!„PŸ IÅiKS£§—æZ·Å9øèö3hðc‡¥¤¥‹ÅøF!„ú š¦ëk=’0£Rtç  €“¥'ô:ÇqØ !„PA’¤§—WBˆ `ŒJÑݘ ±)B!„!„BaTŠB!„F¥!„B£R„B!„0*E!„B•"„B!„Q)B!„¨!„B!ŒJB!„F¥!„BaTŠB!„0*Eè¦aÆÓKãøoåªU7i_ÿ|ï½¾÷ž°ÜØÔäé¥?aâ­=ü>R ÷m…B9c ;AÏüßÿ Ëñqq7+Òúç{ðܳÏ€§Zýì3ÏDô‹¸µî¦,ËŠD¢[•:´B!ä ûJÑúÉ&ÉÅ‹_þ%''ûíO/ÍóÏ¿sæÎõÒxïÝ»¶lÝšž‘áëçß?vÀâÅopùùù9£Fûù„†…/_±âôé3ž^š™³î€óçÏ{zifÌœñ ‰z½^¯×{ziâõÃ{ï¿¿~ý¡›·lIKO÷õóé»à•W(Šz1Ó32~ø‘€À É)gΜu®¹s•zÚpÞ¼Ç=½4¥¥¥P\\âé¥ùÓSO9VCØ0;gÔÃ?âçpäÈÑÞ×JHÏ5ú¡‡ š1sÖÁƒE)©#ƒ‚^zùåk­j·¶ÂÏ'B!ŒJÑÝ‚eYû~iiéܹsfÍœùŸ•+Ÿ}ö¹~Øö׿>=f̘“'O>üð#¾>¾ë×­5kæ»ÿüçÇR^QñÀœ¹555¯¾òÊ’%oh4{˜ÛmÿX¶T¡P(ŠU«VþcÙRÇUeee<òhWW×òåÿHLLüðÃÞ~ûaÕ©S§“ŸþË_ªªª–/_Þ­L—UêiÇz6lÜ7n€‡|ȹ)Nž<)•ÉÞyçíË­—¯µVeee¡a¡)ÉÉ{öì¹öìûïÿ¯ïÇræÌÙkªª›¶B!„8‚îLA¼ðüóÂrPP0¼ÿþ{‡Y¹jU||ük Àö;8Ž;XTTT\,äÜ·¿ÑddYöÏO=õÌ3Wn8}úŒP`·]L˜0A"‘À}³f@cS“}ÕŽü|ŽãæÏŸ?ï±ÇÆŽ·k×¶íÛçÿa> 8ðÙgž©¯¯_¾bE]}}·2]ViÆÌ.75jTXXØÿþ÷¿×-ú~óæ˜˜˜ŒŒtÇjÂBC?ÿìS‚ ÞYºôZk»ôwÖ­[Wxðà½÷NÿÛ /464®úâ‹úúºã'Nô¾ªÝÚ !„¨Ý!š›šÎž9¥íê€÷Ýïœ$É… _uL1™Ìf³´Z­Õj•H$B ùÔSzpîƒB¥R±nýz§¢`Y:;;»Å¾<Ï_Sͽ½½€‰@¸a [ÎUêiC’$œ;wé²e‹ßx£££ã/ù³Ë=†…‡;‡Ô½¬•¯¯/ˆ%ð÷ó·§swMUußV›¾Û€i„º3$ééå5hðÐàŒJÑ]’–—ž¤P*ç;;:||}»åá8nÉ’7…å¬ì¬Q99óçÏ7 ¯½¶ð7–üß3Ï®ZùŸI'.]ºìÿû_RR’B®(((>þË/¿xçw^xáoæÏ~jÁ‚—ÛÚÛñÐâãã«ä&DDDNvöþrssƒƒƒ~±ðë«Õ ©ªc[u‹J/*Bݾ4>>)ii'KË®5*%ººº¬V«Ùl6™LŸÿûã}ôIgG;ü°yÓÃóæcË¢ßÀêUŸO>£[⎶Ì}džA¯sοùßåŒÉU©T­Š!„ê;’‹%ß­[3}æ}Îkõzݾ=»'M½ê?ÿ쳩Óg¨Õj•J…sðÑí‡ã8ày±{úB¡>‡çx±Xì$5[L5U5‡·^¾Ì²,¶ ê#D"Q@`@zzf|B¢ûK¦ž‚³#ç:KN·—_ÐkÐóBÕqÑšôÁ¾iƒ}±y1*E!Ô·PUSUóãî‚ “&‡„‘$Þ]†ú –eëë.íÙ³[íé5`à@Êfëý¶zýÆ×'Ož×ññ Ñ¤Ç‹Eùw_¨Œ@ °°ê‹/F$§Œ?Á¾Šã¸ï¾+,[­Ö°ðˆk-|õê¯SG¦?¡¤äÐ=÷Lï¶Ç^Vìrl—zj–¾Py„úŽ¢“µRÅÙ†3ýBåã³BCC|}|år9Á²,Aþãs#B¼öÝëë_XzÉM^^^‘‘‘ÑÑÑ ,À¨!„®Óšµk§N²fÍšßfw øY›¿cû•¨t媵k¾-صóg1ÙŠwÍ®?ûì³o¾^]°kç°aC—.]zMÛÚ+v‹£Ò_×ÝÍø«ŽWÖyŠ¥zcKzÒ`??_—Féá!–ˆ ‚`Y†ažç” ¥¯¯ONzB]sµJ¢8^YË÷ kjjŽ?¾råʲ²2ǵ4Mó·F¥¡ÛékzíÚuo.YBÑÔ©S§Àjµ†„†½ð·¿Ï›÷xnÞ¸’’C=%@AAAΨÑiéécÆæVTV ‰sæÎÍ5:1iÄãOÌ·ÙlÂæ¡aá//Xð»ûgoÜøÝœ¹s³²²³³s^xáoÝê3qÒdxñ¥—ªª«žüÓS¯¿¾Ø¾êõÅ‹­Vëä)S~wÿl!å­·ÞÎÌÌŠ‹O8|ø°›úìeNž2eÒ¤É/½ôR·]»ÙÖ^1“Éä¦òÎ%œ>}fè°á­­­ðäŸþôÎÒ¥=íhçΙ™YYÙÕÕÕ—/_:l¸°êüùó9£F;·€s; ^^°`ô˜±)©#í§©—Çh2™è÷„ú¬S5*‰Œb˜þAjµZ®“AIAAR™L¥R Ù®»,IUýåÞx4M“$éããcµZ}}}_xá…éÓ§oݺõÛo¿6lX\\ÜÔ©S…/„O>ùDèUýïÿ+•J;;;`äÈ‘§OŸ6÷Ýw_rrrJJÊ_ÿú×+Æùù#GŽLHHÈÈÈ(//¿UM‡÷•"„n¢ââÿ¨¨¨Ù³g¯Y»æ­7ߣÑ8qÂø¼¼¼ªªªé÷Ψ(?é2±­­íÕ… wæçk4š'N<ùÇ'‹ŠÀG~èíí Ï>ûÜšµk{ôQ0 y¹¹ï¼ýö¦ï¿W*=, —µZ¶téîÝ{¾übUDÄOãѯ/ZôŸÿ¬Ü¾m›æêõúøøøW^Yð¿M›Þ~ûÍ›¿oiiqYç2KJ½óÎ;Ž{t¿­Ý®‚‚ž*ﲄ!C?ûì3Oþé©~?ûâÅ‹}ø¡ËlMMÍOýù/ù;¶ÇÆÆRÅ0ŒÁ`pÞ»c ôÔÎz½>!>þ·ß>räÈ#eÊdH™¶dÉ›pàÀ—õé^në¦ò=•ðÄãüíï/,< ‰\f+,<•+4”T*u•vã²Åbñ}÷Ý©©©2¹¼¦¦fÀ€½<Æ¥K—â¨èÎ70ܧS¯óTÕ5…®Qž‚‚ xž‚çI‚¬©oõVùµj;"CÔ$A¸)sÏž=aaa¹¹¹YYYYYYR©tܸqpðàÁÑ£G‡††À¼yó233`ðàÁÍÍÍ:®¤¤äõ×_ßµk—X,ÎÎ΀¤¤¤—^zé…^ÈÎΞ8q"ìÝ»·³³SøÓ¶‡ª•"„î(‹eóæ-{ÜûÁÿ€®.íž={rrr8Žã8Nx }H×9‘çùääk~CjQQñºuëvï.P(Ÿ~úiUUµ=ˆ$¢¢¢JŠ‹öîÛ·mû¶÷?ø`wÁ®ë«¼T* ‰Há5ƒ.ëÓK½ÜÖMå{*Áb±\¼xI!—wvu………õrG$IÚo£\ª÷Ôοæã†Ç? t§bÚ~S{ÂÀÀýûüQ•-–É™L*‰H‚ä¯ü¥AðÇY,æã52±O«îrB|E¹{>?MSeS©ßÔÔ45õ3«ªªŠÃáŒóʼn……… …B$egg_¾|™¦i•JuíÚ5f §OŸ®­­Õ9ñŒîv±RxV’“Sâã§hþ;fL̼ùóÅb±™™Yñõâ Q°D"Ù¶mEQ …B»ÑÎÎvçŽí3fÌ”Éåjµzôè(ÃÂB“v'M˜8ÉÔÄDè(ÔÞhqqѢŋ)6EÓtbb"“´Zé7¦ ækmm•zø°ö\ýiåš[¹¬Îë\Cê‘#7nÜü*í?'&:ú“¹s¿Y·Nûeöövë¿ý浩SÕjšCQ»w'¹ºº.Z´0::ÆÕÕÕÎÞN»GRSuÖÙÌÌìZaá·ë¿“H$[·nÕ\TÚš1®X¹וBgÎ¥E4/×Aý…¿—Þt1z¹ ‘oôkÌÈÞ\9EÏ$¿¬‹77ìͰæ÷)½ó»\Rìãn áÑ4 £(¶L&ŒŒœ:uªæ!ÄÉÉ1111*j4!ÄÅÅyóæÍL»H4sæÌà`MÓAAAIII½zõ¢iº°°hÑ¢EEÑ4ýʼnEÙÚÚîܹó£fÈd2µZ=zôèB>þxöúõßiO<£"²êêê¤RiSSSccã–ß­[¿áÞÿîBŽ¥š:ým¼Ëà9HÚ¾%zìø'‰}úƒz±öë<<<¬»¥%J×I¥R7÷—++ÊÙ]G}½ø«5«gÍþÄA(D5 }š3kæê¯ÖiÿV’ÉdÉ{v¿óþ‡ÌùtÆýMo¯ëiìjnìFqåæ=ăY÷u·¤Ø¬_ÿ¨Éÿ¹äÊ?Ì)šæÝ÷b÷qwKX¶¢#–eÇÖ-ã'L4·°hÑ.06NNÚ9~R¬ÎÏû¹ÌŒÈè1„ªÊŠ-›7Gojjjbb‚c¥Oè§³»™Ö.ˆ¹|¥ØÁÄ­¢‚®ª.Û¯,”)Å„¶’gÃéWÕP]ÕPém}w\hÄî”;¶nžöfW?ˆëJà¹âóùÚÇDu6t¤LúOC¸œØø‘S/£¢ÿ]¬©/{Pßh¤07£(¹e“Œ]ø¿ë·ïö4­•*ÔÙyy±“ÆíNJJ?uRýðòÓãé–ÇJàÅ£(J¥R¢Ð>)•ŠæWQëJ¥D;¢Y˜ûÙ+.—dýtëê/W+nBœl-<X{¾ü²ìnÉ7ëÖY ]JœŸ¯¾ò¯ ‹~fnÑÝÓËû±.ˆïLJàc±Ù666•ååNÎ.¨´C¥·nÙÚÚ1÷éË¥D+•>¼%ßÃŧ¯ƒ\.—J¥©T!—K¥R¹\.3wÿƒ6n\oÄ7¾ÚpŸâpb'ŸùÑû»v'»¹¹wÍ:ã >¼`<.Ï×Ï?óLÆ/7o´þa^ÏR©üåæûSÂGF4¿ŸIW(ÕA­V«T*ó¸Q™L!—K$R‰DÒØÔôàAßX0fì•B~·º*ïâåÚÚÚ^..'NœÀ|€ÃÈÈÈÓËÛÄÔìÄñ£5ÕÕ*• 5v‚¢([Ûqã'öëß¿Iÿ7ºÑDGDÓ76›Íb±9ŽR¥âp(.—«VÓD@[²-y<ž••ÕÉ“Ç+ËËÎ]Èmj’¼÷á̧žö: ¤RxñÔjuï>} ô`¾ß  ]½9 y“á/ÖsàÅbq(ŠÍbQedÄ3222 …R¥¢Õjf‹QTt-;ëBdÔhŸ¡ÃJ^$¹L&—ÉPèˆtÞí¤ ¦EQÅãñŒõ­A(tˆŒŒÒD\¤Rx<,«©±ÕõóÓjÕÓ=¹T ÐöHÚÍܼæÎ›®6öÚÚZ ë©S¤R€6¢ØÔ€yy¾þþ=zô`1ßvßÙÑ4}÷îÝ‚¼|/o/®©àE§RåÒÓY­V]ùù'ñ}±Ágšvl6ÛÂÂÂËÛËÎÎÞX @*xñ¸\ž«»«ÐÑQ©Pt•X,6׈k,òÔ#•ÿ|©¿€¯Ÿ_Qqñô7ßò48&fŒD"1¼Íõ ³y5Nœ<©sm;wíòò4bdÄ’%ŸkŽ\ê[s‹Êh¯°5[ܵ+ÉÓË;,|DRÒní÷Éþýû‡ø :ÌwÂÄIµµµê©Ïçÿ{ÎGGá?ü¨ï5 …‚ÍfwïÞ½¦¦¦ÿ€L㯿þ* 1\Lf®B¡ÀgôÁ“¡:†ÜÜ<++«ž={ÆÅÅ%§$/_¶ŒÒÐÐ0*bdxxxIIÉØqã‹ ¯él¬­­ýláÂSiiæææ?ÿüó{ï¾—““MYÿí·„Y³>NNIycÚ4BȃÂÃÂV®Xqèðacã—²³³˜<¡³W‰«VeddîܱÝÉéïÓô ‹oݺíÄñãL$ª¯¯÷ôôüôÓ?:´bÅÊÔÔÃÕÕÕ:û£ÑÐÐ0jTD‚ïâ³gÏ2‹èëm}}½Ï¢E ¿úúë±cÇ;{ÆÉÉé•)S::ÜðV§ÓÓ SSêêê±ãƵX[YYÙÊ•+óóò,,,æÍŸÿÈ57¯Œ¾"r‹\îßۜ¿ªôHÚõ4àòåËS^™²eëÖo¿]OY³úËðð¿ó¥……EP(óÌ™Ð4Í4Êÿzï²ÇÀø,€¸® HMMõóó»yóÆõâ¢ëÅE«¿ü299…¢R©øž’——¯T(\]]u6ŠDÁ99¹W®\a2+s«ŠX,v MÓGŽÕÞèŸÞær¹cbbW­***lýÍ7§yJÖ¦³?†=²·mÞJ+‡©sm¾¾¾çΫ««#„ìÛ¿ÿ‘kn^™GvOç üüürrr¥R)!$--­Å"þþþ²²þüó6!$)i·H$z¬·™T*]½fMEyÅĉÞ~ë­kW¯\»z¥y$%„466æåæ:;;[XX455Ý¿Ÿr&óLkŠ™SYY‰3èýõ´ÉÉ)ññS4ÿ3&fÞüùb±ØÌ̬øzq(X"‘lÛ¶¢(…B¡Ýhgg»sÇö3fÊärµZ=zt”ÇÀaa¡I»“&Lœdjb"tjo´¸¸hÑâÅ›¢i:11‘IT­ôÆÓ†óµ¶¶J=¬ãFý1¼ÂGö¶Í[iå0u®ÍÅÅeîÜODÁ!–––~~¾|à‘kÖTæTZšáîéÜ¢³³óœÙ³ÇŒçèèhanÞ¢“NNN‰«VFÇÄBœ7ojíCÄÂÃÂ9\.‹Å ð?~ÚÄÄDçkØ%—Ë#Gz}êT‡³hÑÂèèWWW;{»ÖsÅʸ® `ÕÕÕI¥Ò¦¦¦ÆÆÆ-¿[·~ýÿÝ%„K=4uúÛ(<IÛ·Dߢñä±#ñ¯OP/Ö~ý¡ƒ‚‡‡u·´ìâu“J¥nî/WV”?²ž‰D*ð !+V¬¼/‘¸ 5iƒúzñWkVÏšý‰ƒPˆj@û4gÖÌÕ_­Óù[ ´ Œ““vŽŸ«óó~.3#2z !¤ª²bËæÍÑcÇ›ššš˜˜àX)@Û-[¾,++»¡¡ÁÕÕuÓÆ (@›!•tT|>_û˜¨ÎFxv˜GtÀ“ÃÝNðâQ¥R)QhŸ”JEQ¨R)tr,6ÛÆÆ¦²‡ù¡*½uËÖÖî‘V¤RèØx\ž¯Ÿ晌_nÞhý3Èž¥RùËÍö§„ŒP(ä(È3…ëJà322òôò615;qühMuµJ¥BM  (ÊÆÖvÜø‰ýú÷oÒóq€T ‡Z­îݧπÌ×’´«7§B!G$E*€®B.“Ée2Ô ËŸ¤€T €3øÐÐ4-—Ë ¾í ›Íæry<ž‹…b •@g¤M’ÆÒ’ÒüüÜ;55¸ÚŠ¢¬m¬ýü<½¼ñ'R)trr¹¼´¤ôLFzDd¤½·áCû¡R©*ÊÿÈÌÌ05ëörïÞ¸!©:u*UÈ òsGEFùøú¡ÐÞ89;÷°²>qìhÿ‘JŸ)ü= /­V×ÔÔØÚ; Ð>¹º¹UW߯Q|¤RèüT*~åC»Åápq¹3R) •@gQVVÖÍÜbÆí¡3VÖ6ÌÄö;ñ12B3K­V¯^³†™–J¥BG§ÎQÿß~û- °mË6¯É³XªOß¾šÛ¶-+@*€HNI‰Žœœü|6§T* ÌM;yâa*ݶ=%yoúéSÿÈR«×`µÌ—«×¼Ø¥ ïP¤Rhš¦SRö-[ºT®_¿~ƒ"•Jí„sþýÉôéo†…ÈËË××HIOO‡øúù  +*.f§ÄÇ‹‚C¼ ~ó­·e2³¸ƒÐqþ‚“cã¾ÿþà”øøÀÀ   Ñœ9ÿnÑŸQ‘Q„¹óæ•Ü*yïý–hf%,Y"•J£FžÇ´,_¾" ÐÃÓ«  À@4N:åïàïtëÖ-BÈþýû‡ø :ÌwÂÄIµµµä¯£°Ÿ¾Ôß?À×ϯ¨¸xú›oy3F"‘ž«oìö„„%ñ¯¾¨éê®]Iž^Þaá#’’vkïíŽÕÔÔô0™ûë¯¿Š‚CZÔDç>zäRv‡U+Í¿-¶¥Ù¡;vîÔÞ„¾}Ñ|…Í566* |© ëÊÍͳ²²êÙ³g\\\rÊÃÃ¥ £"Fnß¾mã†ïÞ|ë-æB~íÆêêêÏ.<’z8?/oÍê/ß{÷=fñõß~{áü¹+?_635MNIaŸ_ZZêää¤ÝxõêÕ{÷ê¦ÄÇ?Ì^ÌÄž={Sár9wîÔòŒxL#Çc÷òô\¸pÑü üFŒosÏù|þèÑQ„ßa¾K—.#„\¸pAg4y((0ÐÝÝé ÇËËËÙÛÛB¦N}-4,\³æÈÈQ„ooï>}z;99B T^Qþȹ:Ç.|}} !}úô-¯¨ „äåå…„„XYYB^}5þâŋͻª¯c¤½ºuëfx‘6ïÍÕÉð¾Ð¶jÕ*[|© ‹’H$©©GΞ9»ví:BH]ÝýÌÌL‘H¤V«Õj5ó,ÍyUíF𦇠œòÏ Rsrr÷íÛ—‘‘.6mÚTRrKõX,!¤gÏžy¹9gÏ;~âø×k×f¤Ÿn[çy<³BŠb3ßõ§³?m[33AQ”‘_3­T( ÏÕ7v.—ËL°Ù,Í×r¹Ærþšk›Í¦iš™–ë9Ù­½¹T›w‡f‡êÜÄãî ñyC?Q€Î-55ÕÏÏïæÍ׋‹®­þòËääBˆJ¥:pà{BH^^¾R¡puuÕÙ(çää^¹r…ÉC…EE„±Xì  š¦9ª½Ñ?ÿ¼ÍårÇÄÄ$®ZUTTØú{e8Nó”¬Mg4‚‚DYÙÙ%%%„™LÖÔÔäïï!+ëÏ?oB’’v‹D¢'¬ç#Ç®áçç—““+•J !iii-æê옅…ESSÓýû÷ !g2Ï謉ö>zäR­ßúê¯s†÷…¶ììœÊÊJ|$@ï ” sKNN‰Ÿ¢ùï˜11óæÏ‹ÅfffÅ׋ƒDÁ‰dÛ¶mE) íF;;Û;¶Ï˜1S&—«ÕêÑ££< MÚ4aâ$S¡£P{£ÅÅE‹/¦ØMÓ‰‰‰LÖi¥7Þ˜6t˜¯µµUêáÃÚsuöG3×ÞÞný·ß¼6uªZMs(j÷î$WW×ÄU+£cb!ÎÎΛ7=é³±9v ggç9³g;ÎÑÑÑÂܼÅ\'''íŽq8œE‹FGǸººÚÙÛ鬉ö>"„^jöÇ·~w謿ΎÞÚV¬\ñúÔ©qqqøT€N¬ºº:©TÚÔÔÔØØ¸eãwëÖo¸÷¿»„c©‡¦N‚ç iû–è±ã[4žqìhÿ[ŸJ/ÿ·vÖú|73‹p;›‚«ç²ÿù~}5ÅáÙXÚ òöððëUwÇ~šþå{C}ûY£ÈH¥Ð.ÐjuMM­½Jí“«›[uõíÖÅ7Èf®=?¬‡ðÁݪ¤³Û„æ¡#™1ÿÿ…šýMö‘Ä(K3>ŠŒT í‚J¥Â‰{h¿i‰Ã5|¹3MÓͯ+]´5WhôÒƒ{Õ97ÒÆŽòìnfÖͼ›e+•RYúÛoiç~Zöõ’w¦|<²wϲ6~Ž"#•ýͰðyyùú !ééé¢à_?¿á¡aEÅÅLã”øxQpˆ÷ Áo¾õ¶L&cw:Î_°`rlÜ÷ßœ$š3çß-ú3*2Š2wÞ¼’[%ï½ÿABÂͬ„%K¤RiÔèÑ“c㘖åËWzxzèOsó,ê3t˜fÌ™&$,‰õÕ€€@Í exhØg 2¯¼té’(8D{,úÆÛ|U;vîì?` Óþ믿2«ÒÙ+}]5<»vyy12bÉ’Ï[”¥±±Qñô¾ Ýº^ZeÂ5’+•nN¶¦¦¦|ŸÍb±X,6›E‹Å",›gddbb2 ¯Ë]q —pK*jZð ›ÍîÞ½»T*µ´´œ3gÎØ±c=ºwïÞxxxDGGß¹s‡²aÃæ¨ê?üÀãñîÝ»G6lØ7&Mš4dÈŸ™3g>üƒ3-mذa^^^þþþ………/ªtH¥ðÌåææYYYõìÙ3...9åááÒ†††Q#·oß¶qÃwo¾õs'vcuuõg I=œŸ—·fõ—ï½û³øúo¿½pþÜ•Ÿ/›™š&§¤0< ûþÀ~¾€olüRvvVVÖ…%Ktö*qÕ*¡ÐqçŽí ‹ÿN¥‹óùüÇ`?!¤¾¾ÞÓÓ3'';!añŠ+ !úú£Q__ïåéyîì™õß~3}úôwH444Œ±wÏžeË–2+|äX~üáàÁƒår9!dÛöíoNŸ®=–Óé鯫YÕ˜˜¥ÐÙ+)++[¹råÙ3™é§OI¤í­LŽýñÇñq€NO¥”«”*Û˜Ë3âñx›b±Y,›‹ ¥„°X,.—Ëãò¸\®L&WËå41KÃÂÂúöíëêêúÎ;ï8::2?jFŽ™ššêíí={öìS§Nþajld&öìÙ›zä—˹s§–gÄcy<³¸—§çÂ…‹æ/Xà0bDÛonåóù£GGB|‡ù.]ºŒráÂýùû§*‡3iÒ$BÈСCøüÒÒÒ—_~Y3W øúúBúôé[^QÑš±XYY9ztDxxfæ™ÿ¬ÑqáñjV¥Î^él4°H^^^ppˆ……!ä_qqY²Z,²jÕ*[\– _oÇî÷êÅfƶåU L ¥iÂb‹EÓ4aBX,šf³Ø¥w,Lzܹÿ?{S¶¾ï3%„’™™) ïÝ»ÈãñFŒAÉÎÎ qpp „LŸ>= €Ò·oßÛ·o‹Åâ¼¼¼„„„Ó§Os8œ   BÈ AƒæÍ›7gΜ   Q£FBΞ={ïÞ=æó7'R)tN‰$5õÈÙ3g×®]G©«»Ÿ™™)‰ÔjµZ­f¤9±«ÝHÓô!ƒSþyAjNNî¾}û22ÒÁ¦M›JJniB$‹Å"„ôìÙ3/7çì¹sÇOÿzíÚŒôÓmë<ÇcVHQlæËuö§õ¸\.3Áf³˜>r,„wÞ~ëóÏ—ÖÞ©cll¬½ZÃãÕ¬ŠÍfk®“7;™®Ý+}†1Ìcà@| ³R*šë¶½zÛœ?_ÙCг¨¸Z%12âQÅf±™ÏM‹V«ÕIÓå¢R#N÷;â/O[¹ÜÐóù ¹\.31yI$ JKK:Ô‡Ïç+rBˆJ¥T«UÌâr¹Œ¦ifÚßßoß¾33³  ÀÅ‹S;00@.— …ùgΜ=|øð—_~yæL¦R©2dÈþýû4›3Ü™ggðàÙJMMõóó»yóÆõâ¢ëÅE«¿ü299…¢R©øž’——¯T(\]]u6ŠDÁ99¹W®\a2kaQ!D,;…€¦é#GŽjoôÏ?os¹Ü111‰«V¶þ.‡Ó<%kÓÙŸþrRî†ït ëׯŸ‡‡§··÷Ô©S›§R''ÇÄÄĨ¨Ñ^^Þ—/_NL\Å´‹DAÁÁ"š¦ƒ‚‚T*U¯^½hš.,,‰‚ýüüGŽŒøâ‹DŠ¢lmmwîÜùÑG32xð¾gÖðñdzoܸ¡sâ¥RV]]T*mjjjllܲñ»uë7Üûß]BȱÔCS§¿w<IÛ·Dߢñä±#ñ¯OP/Ö~ý¡ƒ‚‡‡u·´Dé:.©TêæþreEù#1mÚ‘‘£âââÚs'%©@À'„¬X±ò¾XüEâªV.X_/þjÍêY³?q ±¯¡}š3kæê¯ÖiÿV’ÉdÉ{v¿óþ‡ÌùtÆýMo¯ëiìjnìFqåæ=ăY÷u·¤Ø¬_ÿ¨Éÿ¹äÊ?Ì)šæÝ÷b÷qwKX¶¢#–eÇÖ-ã'L4·°hÑ.06NNÚ9~R¬ÎÏû¹ÌŒÈè1„ªÊŠ-›7Gojjjbb‚ëJÚµòòò‰“&;99Mœ8±wuÙòeYYÙ ®®®›6nÀ¾ƒ®ä»™Ö.ˆ¹|¥ØÁÄ­¢‚®ª.Û¯,”)Å„¶’gÃéWÕP]ÕPém}w\hÄî”;¶nžöfW?ˆT /ŸÏ×>&ª³œœœ.],è]]¾lötÝLúÏÓÙC¸œØøÑgk_½y±enÂ5y‰knDº5*åâëòƪž–*©‚ÎÎË‹4nëö$¡0lDËàÍøH¥ÏEQ*•u€öI©T¾Fœ¹Û©E£…™ñ·Ÿ½rárIÖO·®þRqµâ!ÄÉÖÂs€µçË/Ëî–|³n•Ð¥¤AÀùùê+ÿš°xágæÝ=½¼ëRx¤R€§†ÅfÛØØT–—;9» Ð•Þºekkgð!h4ÑJ¥o~òpñéë —Ë¥R©D*UÈåR©T.—ËÌÝßÿà£×ñ¯6ܧ8œØÉãg~ôþ®ÝÉnnî]³Î¸^0—çëçŸy&ã—›7Zÿ/€ç@©TþróÆý)á##šßϤ+”ê V«U*•‚yܨL¦Ë%©D"iljzð o,3v‚J!¿[]•wñrmmm/—'NÐÇÓ­6Ž•À fddäéåmbjvâøÑšêê_Ó ðQeck;nüÄ~ýû7i}—[‹PÚ²ñ¯àÆf³Y,6‡ÃQªTÅårÕjšhK¶%dz²²:yòxeyÙ¹ ¹MM’÷>œùÔÓ^GT /žZ­îݧπÌ7{´«7§B!7I5 T»™Åbq(ŠÍbQedÄ3222 …R¥¢Õjf‹QTt-;ëBdÔhŸ¡ÃJ^$¹L&—ÉPèˆtÞí¤ ¦EQÅãñt~c0C(tˆŒŒÒD\¤Rx<,«©±ÕõóÓjÕÓ=¹T ÐöHÚÍܼæÎ›®6öÚÚZ ë©S¤R€6¢ØÔ€yy¾þþ=zôè"ÏÀ§iúîÝ»yù^Þ^\#.R)À‹N¥Ê¥§³Z­ºòóOâûbƒÏ4í<Øl¶………—·—½±@€T ðâq¹}ûýTïãëgckÇáà= Ð^(ŠªŠ²Ÿ.]ôòŒT Ÿ½=!äÚ•ŸëÅ]åyÅ›Í6ëÖÍËk°­½R)t•`ÊdSè$‰%¤R¤R@*€.‚¦i‹…T í&6»©©uè4Ô*ó+©:3³nåü.•JÔ4jth4M+•Ê&‰¤±¡Á̬›Î×àÉPÐN¹÷î]\XØwÀ333T CcNÜ764]»6ÐÃã±SiÒö-("¼(=¬¬xxüúßÿ>¨Ç£ò:<6›mjÖm ‡‡¥•õã¥RWww”ž››7Šu¶[t·°ènú<‰¾ý´ÿNêM¥¾þAØ…€ø~]N¥¢÷ÐúÎR¶Æ3:òŠ»ºœ'9+þŒŽ]"•t9íð¬8žW H¥•J‹¯_>ÖÖ:ž¹Êår'Mœ¸eËV}ËŽ76ýô)ccã' .ÿùê+Í;ÚQú¯T*u¶oݺu×Î'Oœè߿ߊåËžõ«omÖ|…­_y‹ í=•ÞºuK,'„¼öÚ«Ço>W&“õìåºlùrQpp`¨øúõwÞy×gè°qã'H$BHFFfhXx`hÄȈâë×™Eœ]z.]ºlêëÓ‚ƒC.^¼D¹s玗÷ f%%%¡aáÌôž={ÇGill|mêë!!Çýdîdihh9rdÒ®K–$¬JL4°õ¼ü|o//æùKÆÆçÎ={öÌâE ™¹ÖÖÖJ•ªªªª ã_·öë3™—.˜ššîÛ·rûöí3fnß¶íÂùó§OŸ²³³[¸ð3>ŸäHjJJ²fÁ²²òO?ýìÐ?äæd{yy-Xð©A=»þ744Œ1bË–Íë¿ýæÝ÷ÞS©T„„MII8ÐC»“+–/ …[·l9r$uÕªU-V¨ogµaÚµmÞ7bhï}Ь0&:ú‘+×Þ;:wîÔ©¯ýðãr¹œ²cç®7¦MÓÞ®¾7€ö¨ËÊÊ—-_ž–vòTÚI±Xl Î:_ ÐE<µ'CŠˆ „x{yõîÝÛÉÉ‘2ÈÛ»¢¢òBVÖ½{÷¦N}yecc#3!† JéÓ§OEE…à¥R©˜SØž K>[¸ÐßÏ/,üï#XÖÖÖ·oßvpxì þ’SRŽ=ÆåpîÔÖòŒx„¬ììÀÀ777BÇãñx:Oä0iéÕøWGFDèÔ3í?—Ë><„âææfddôÛo¿999ñx<¦Q_' й³Ú6íÚ2%eú¦ï]ÁÐÞ ú®[Õ¬°5+oå[®GþþÇŽ =sæÌ—_$¶þ  =ê‚‚üàà=zB¦LyåÒ¥Kúz¨ó•H¥ÿ  +++5DZŒÍÍÍ[¤Rf‚¢(#þÃi6ÅV(4MÿqŸ›—w`ÿ´´“`Ë–­%·n=yAµõìúOQ«ÕjµšÍfB”ʇãóù,«mý×¹³Ú0}µÕôMß»Bïƒ}äʵ÷Ž>o¾ùæ²åËkïÔÆDG·þ¢^}£æüµ]Í„¾j¿ ÓÈ8urÜÄØ††º×·r-nnn¦¦¦é„Ý»÷DEEµ¾¢  ¼¼¼«W¯2)ª¨Xï7\™››k® 8{î¬&I¸¸¸üQVÆb½bùò¢¢"æ(¦J¥úóÏÛînn„M›6_¹r¥•«‹MÓGcƒ³³snݺE‘ÉåMMM‡¢P(š/ëëë—sûömBÈž½{DAArê3ê?³ìÁƒ !ùù …²W¯^më¤áõXC0PÛÖ¿+´÷‚Î÷Æ“¿åtî\BÈС>êë×}óÍ4]§ïõÕV稇 óÍËË•Éd„Ó§Nè¡ÎWtã&Ƙûgð·lÙýtÁ¸qã{¹öj~)á訨sçÎõœ6­øúõ%K>§ØlšÐ+W®`"Å¥K?ù Âçó !ûöíè1°ù:?þxöéôt‰D2<´_¿~¿? ™5<4t÷ž½±qq&&&ͯš]·ní´7¦«Õj‡Ú¹cG¯^½^}ª@ µµÕñ¿¢†““ãòåËÆŽOqvvÚðÝw*ðŒúO133»~ãÆðÐ0‰D²yó&Š¢š_oðX4¼³Z?µmý»Bç^ÐùÞx·!D{ç2^yå•C‡õë×WçR:k«sÔÎÎN³þoÖø …ŽÝþ:ೇ:_ Ðiè;JÊ`ÕÕÕI¥Ò¦¦¦ÆÆÆ-¿[·~ýÿÝmoc¨¬¬|çÝwOüóÆ?šñ¯¸Ø   úúúצ¾žzøPé¿L&ëÓ·ßï¿•¶Ÿ!t¦OΛo½;y2~ˆ< ͉ûgð«*+¶lÞ=v¼©©©‰‰IÇøn'¡P8}út}p÷òôdò™™Y;Œ¤ ÿ­BçP^^áçÐÐÐ0aüxü(xBš÷†ÏàwŒc¥ÐÉtÈc¥Ð±dœ:ibbªsB'¤Rxú´OÜ?µ{ðZIsW“ö„N•²X¬6?w€aàĽÎ3ø¬¿°5y©ž÷:Ïà³Ùã(‡É£l6›ùÖJ€63pâ^ç|¶ÆßGM‘Jàùâp8E=L¥L<¥( u€çœJ™`Êa”R¥I¥U•(<<ïa*eŽ’RÅáp!3?|Õ€ç–J¹\.‡Ãa555)•Jù_d2™L&c¦•J¥R©T«Õjµš¦iT ÚLsá(sÖžÇãñx<######ÇÑÌ£ÿœÐçr¹J¥R¥R1‘©ž0•2Á”9KÏáp¸Íp4ó˜ÜÉDR‡Ã%U©Tš´ŠRÀ¦R&mjŽ˜2Ù”Ãápš?Jó:‡£9JªV« !H¥ð„©”üõØ|Í­MLòüÇ=øä¯“ýLÕœ¸ÇRxZÁ´ùÃò™lÊLü*/r endstream endobj 531 0 obj << /Type /XObject /Subtype /Image /Width 725 /Height 168 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 538 0 R /Length 16043 /Filter /FlateDecode >> stream xÚí\ÇÇAT»b¡ISÑ(j5ÆØ½ÄÄtkl±D{ÀŠXbT¤ŠŠн÷Ò{owÀGï`þñÿŽÕus»·ÇÝqpo>_ý¼›yofvæw{{‡Š &L˜0a„ Sí©¨°À~À„ &L˜0ÉS{ Á„ &L˜0É'ä }‚ &L ˜öîÿ“¾b㢩ÉÈœÌMx ±¤u¥`‡Ü{x‹`μY\.§¤¤D«ÉôviYÉ»wïDÉ&,îJÊ,?ïXçòsj¥ñ†&fì좘ÑKëÙsnçΟ=ïé‘’–Lä(ˆÏMl.Õ?ä ÂårA~ÀxIÖ«8RìÉÝùTYy)õŠâúVÊÛ rÖñfDŒjØõ¶I.ÝM,Iq\ä0вž9â\z2׈¯÷ÅŠ²2ªÑXGI°´&&Ç'§$¦qR¸é¡ÅVaûßbð'J(<²²2×o\Ožž^#?Љñ’ó &Ó·ŠpÕ:¼¿¼¢LLùQ'‡Arä%ÿ€ÁOü17å·œÄÉþ£¥¾ØŠãO[·å¶4)Îb(ÅÚêTO^.?<4xÕò¥,•+ˆêh\óYÿArªƒ4$ ù¼††G×.W._²w8ø×‰£§ÌõPUõlÙÒSSS¡ÁZJeÿA;Qw?Ħ™c™é ?NŸ95wþlóî;vm“édpð ½ÊsÔJO»³~3Öžm(­òƒÇË„` 22¤¸¸Xœ»U²¸ ¥¸ÈtÑìÜ¢¢Båu•Âäd Õœÿ}FÄ(^Ô 7e}NâºèG¦~ç[ùZ¦D¸ByyvZ®ØkkhÀíL΂SÌsA{Ðå?'›N=Ãg¬SZÔÚ–œ§™Lƒ%Ãñnß>zèÐÜ©Só§OÏÿòKccŸn]œùvñsƒ¼/¿„ü¼éÓc­­}tu9ÁA,ý þˆC>,¤°œFÅ„ÇÄEÅ'Ä÷=èw?Ä¡bÏžyæõGì?5rý†µ“§Lªçdè=eﯠ¡KÏ-±½½ÿœ¿Õ¢có7ºK}¾AŸq¹PB7=¨{€ü u#!?à,êxIÖ· {EÔѨ“Ûâ|VU›æîâXQYÎxEHìð+–™Ñ 9!ÖiÆáãx1ß¾ôhvg 7ážü;Mêý¯ã®;B}ê—VÖ3¢ZÏ¢ËY÷Œb®9 U•¯÷Åò²2ª!&Ï—|>dHÚÆ^ÚÚçš5;¯©Y<{¶‡ªªëê•**e;vøöéùµ´B­¬b† {<}:Ýóº†I®½°œÆÅÇœ;ö‚ç9Ï‹ç/z] þ÷ò¾ÈËÊ_~•ÉÉÎù‘Åˈ‰ ÷ faApP@ú<3#=)1Áßï5)?ŽŸ8 òãÁÃû ?Àù±å÷Í„üع{È5k×HöI Ñ¢þd»c>ÁëŽ?žºùÊw{ïÚžõ›°ú¬É—¥»¦ n,,äpÒ@p¹\Р.¡‡=233ˆ£tù¡ ÛSƒ‹–³ˆK€åÜÊÐÒ+ž˜˜¼<õwEe…TäIø)1L¹áã^hqÃÆF>èÚCþ¦à#+Y¢P³TŠ.Õ'RöS„ä‡üR›·u=$¡:HCL®öì™9q"¨ nd¼áQ4s&üŸ”¡E‹üiÓ<[µâÆÆdÄÆ\jÝ:kÊo]]iÅK¬½IÉ )iInJz'“—AüŸÍãó³E-¶µj^f!?¢#â#B£"BAZÐçÌɲø9YÈ.'-*2òö­[ (þúû8È3ΧEÉõÖÎ7gÕš_ °›«ëógOâëz ®÷d»¿.‡üzì­ûëßN=_´ë&H‘•ö÷§®;7v¹“´Ö4èóòòr8q„! 6HáAÑ‚ÿ+**¤¸9’½Ñ(.^⺫k‡—@6Ÿ'jÔJ׬I=ê¢iÿªÊ )ÊâÆ]JÌ-?Ïv9 ‹3"¬sâø]h 9G•dÉU5¢^5öN¦Ê>¬ç’"Ü-õ¨ ‡+]»ò&Mòi§“úêeêË—´´øS¦xéêFGFútë–ùùç—;tˆ¾v•ä­Ý&kêÔKmÛJ«ibíMå$_òòôò¾äsÙ‹ ‡Ÿ•›Ç/(È{¿Ø²NúÑl^f:'íÙã™\ž–ÊII (*(ÈÊÌˆŽŠŽŽ‹yOÍ)Ù¹99pÊÔÉÿäÄ„ðÐ+>> (Îz¸òãí[…äÇŸ¶» ù±tÙO³çÍÜ*9yòÑÃñ±1uí1ý‰v›?°˜}ÈtöÁy›Îïtz¾ôÐýïöÞYb{{þŽó¶_ŸýǵÉ/×ó"‚>/))ù÷ßßÕ%Aù‚‚ÆñBØ/ü<†}*%,ä¹…ù#ÃNZUuÕÇ_êÑbÌ ¸@R’aþû{›¥‡L*L[Ê þlÈ|8 e $PÓ¦Él²Tùo'9C|æB5Ääá_Ä ÷É'ZµòÖÕ²¶<øþܹðÞüñO? ?r¤O‡Z¶Œ¶²J¶¶¾1dˆ´|&ÖÞô /+–E~nN~AñaQAII±ØÒO$×gÆjáí—“úôñ’ À€B<àý?'‡ø¿æá%>…2uòº(22âÆë =jÜg¶v{Nž:ñ×ßÇoܺîètŠ”?/ûqëï[@„|ýíГ¦Í8çáñòÅs8½NÍñ23ô'ý9`®ýÍûÏ_¿~½ÿ¤Ï¨oŽNXqfÞ¯ïloýtàÞ¢]7glñû‹ç€EN?°ûØå¨ÈȤĄt.§N í?h—‘‘R“‚ƒƒƒ‚‚ÞÔ$???ðþONN†sñóLMI&.¬œÌœÜì¼|~nîGrÐ~ŸËé÷ÚV”—WWWW n¼—p¢dNÂ$‚Y”–šòúÕË'7wùö®àÿä«6ä@>夥BÉšÛƒ¸º"Šʆ…¸÷K5ÄÄßÛë’¶vòÈ‘ùS§ò'M 0ÀSGçåÛ°Ä¥ÅÆxuìbiÉŸ81Ú´”Q£¼Ú¶½{üìhR”ì‰Q~ÔºÆÂÛ;XcÁÏØ˜hØ‚#ÂÃùÁN]åÑ„ßëW>ÞÞß|÷ýH›1³æÏÿ}ûö½ûlAŠØí³Ý±sûöÛV®ùåçå˾˜6Ýz”ÍÌ9óöîÛ÷øÑC𩮪vÃiû/]{þ³§OïݽsýÚÕÃ'ÎN^zÄxú¾>“íLgì;uoŸ)v_þrÂýâuØJB‚ƒ êº[¹¸ž™QóÔ‡àë´œš”–––ú!¥Ô$IRbbbBBH8/@1/@Ðp ÖÞÕ18´N”X~À¥#WÈÇ'OߺyýÅ9½ä—càÿÛ·n<}ò*'æ ʤQʘ´H#!91áÑñc^½z×Ô<¯¥uqذçÎEGFG£Ÿ?»úÙ¸ mÚÀQÏ®]¯îÚð†—‘.•¦>¼'ôÅ[:GŽ’ æl^fVfF—Ã…=39)%9)&*2(ð ;°Yש¢‰Äø¸€7þ (ì;|µdÉç“§ec1ø’!#FŽ7~Îü…vvv>ð{õ´GZJ2q»NA]¼þ26:*,$ø¿ß‹gÏ=¸÷öíׯ]ó½rùò·sÞ—¯\{pïîÓ'¡•àÀGNj œX§†àýïÉÓ'ö°­ut¨@y8+"<¯)1Ké⥠uêg(|ÉËN”¸Qâ“—¤„x˜„PÏËçÏžÞ9þâ¬6üÿêÅsb΀ª†‰]×ù‰ …У§ ›‘F¼‡÷²ÉI‰ð›~” ëUb€¥«qÅïöxGBH¥~âNK|œàF FbBSöþzòåFÇ×›_n9ýè?ó@~Qé?"‹üথ( å FÔ„ÇE©ÂTä¸uŸ+ÃuñÃï§ß‚þ¨ªT6 ð¦´H]~¬=ñbÒ–ë6«½ÿè±öØc“/%”œÔdA¡œÁˆšð¸(U˜ŠW£îse¸.–n;]UUUYY!lRæ’ÕðoéX€SêT^vlݺEÔ!¼)­R—¿&kòcåá‡ËÔ”$A¡œÁˆšð¸(U˜ŠW£îse¸.VíÈ Z‚MªBz©¤¤¼¢!KxSZ$“¢ûù±âÈS£×xüXzð¾ñŒýy…%¢¤a‘)ɉŒÄŸQUQºï¾¨À/¿¬"mccc–’â Ê™ÇÎ;lô1ùdükõlHê¾+-vDPØøC²¯ÓÄ5Û¥åÛ›‹;÷Ó7266ìÓoæÖÛu½èvÂÈh½b –œô9)­`íîÓ >ÊËÊ„€3}·/6زGç~=c çå&s‹/‰£üÄ£­ôQÏÃmÍ «SÃóRnNÔÏÄÔÄ`ðÔ;©¹¢*$2/ÿ±`ðÀ½ºm¹ë½}‘õË®z}~óŠ# f½Zß72]R\Ãe!?~>ü¤F~î~|¿ï®Äòò¹¶Ü¸ÏWs[éÍU \•ŒÎ¼¹¸R»ë¸‹OBˆ—·]6}$ÅF¥‚¨~`ŒHºÖPãB6åçܬyE)†9¿SÛ«aQ`Ç…_m×iž´úVÓ þ“±˜˜çÆÇÆIæ›u›æƒv|ø­ë ÞŠ°^±K?*­ÎÙ`{º²äG©ÄÆM0|¢;™ùíù0xa‡5ulÀÈçz·Ð[ZsôÞ×ÖD1²ü÷`ÂþÓ¬ýlWæ6«½Ù.Q™ß¸½d†Û«©wXrNpVfÈ!M±D‡¡z^¤‚‘éÜJo{UôÐ p–~öó\Ù¢Ýx &¼˜@URœÞR‘ço“_r1˜¶ïÇC&þö^~|ýç-ÓY‡È£“V:å–Š)?’☈±ÖÖt Œ˜Ð®ÅA¿P"3.üÖâÏöêkhld0~ù•“cרA£þ¦Vp”ø¹ ÊÏí3s}Ã~½-?;çFdÂQçµ_²ìßUOù‰GŒ2:ócW­UwÞÐóEµâ´fš¥™i÷N}V|ì¸öK+Ëþ;ô\yꉘÚη°0ëo¼Œ†¸áÏâ|äKÇáý:˜˜Møñ»8Ñ ‡?;ÒAÛüvxØ{&tòËy0bB®ÌnÖßĸO_«ý×ü‡@¨6–ϸՆܵoÞf(Kï]=¹K—Þ&&FC¦¸9Œ¡1z"j8Ø‘±~ºb†yo× !{nƒýÀnÈàÝ·ÉÀ©F]ý¡ŽÑÍ æ†ß]"J†=Ý¢ÕiQçñ>77é×¥ßpç—¡²ˆKÌ Še¶‹Ç#?L°03àžd¾é¨«yEe2Î|ú„å’Ü&Œ¨õJÔL¦²ø%§"Ë A˜¿íu¬(//-)êdÌÌ.*®± UTš™«{´Ù‘QZÄ·h­õ”—O= NQ¾¤ƒºZJ~‘à§²ò“TÕÛ±Tø1³8ï¿öû4ÔÌ>$½NÝØ«¢GA³\5‰q!*ªô /ê"óZ&«RQÑ“ÖU2ùQUUIý³}.?ùúÄ’½÷¿;øhîî; ?lÖø€üø|÷¢Ý7ï¹5v¹ëð%¥óøB?€Æ"?ãcéß[ÙºÛw`ÜXoÚoáy"s×àŽÃ7ºvгPø\%O!íMÆ:“ßãþáIíŒ×“Gçd†ÜÛÞ\Ûš±QFgÚ4S ŠŽ¡ç‹jeÎák‚Vîÿ¡¦ÞnÎ1Aà;¿7×!f¨—¯#äÁáVg±8L?vŒG§Pû¡ÖˆˆyE0xÌa"óöî zC×<<<[Çø«è8AÎŽ~¿üZÐèÃ-ÛO­ÓÈa\ˆ(Œ õ5šµüå –Þk«®z?<ŒÈסDchŒžˆöAd¬Ÿî†˜aÆ„x·Õ›ö¢Î:¾!ôN–Ìòô˜Ð+m[÷Lòc»=þ€8JήvÆd9 ïÖœ.jz°ÌvQqMw¸]ßN-¢Þ²ÓÈϦýºóhhL Ȩ̈OQ.ÉmˆZ¯DÍdú(‹_’q*²¬„¹m¿ceEEYI‰P'{&iG¸ŒÕŸ~™óz¹®É¡CÔò„ü£¤F~°TȘIµÛ©«ÆæŠãc8ãUCwO,jÕñKú„u‰y-S«’ÖU2ùQYYYZZBeÍ~ß¡KN.²½;uëù!¸û1ä'[|Ǭp¼èh 7Kè€E~DG†Ó96ªË°}7Á}uºy+“ÐAf;uµG!!Ôbà*݆bÏCBÁˆ y¬ª®M «±C@|26Êè \ÎþaaôüZZ‰ú¯ÝLÌÏÜ·Û 2éÛÏÀÈÐô-‹óT¨ýPkD¢ ¯Ò±U‹n—ºêjàA‡ÈFÅ9Œ Yí#—Ÿ[w[ÀÒ{ßôog2nö¶½Ç_Ö´.*4FOjƒÈX?Ý ñÃÜЯ­íµ=mû­gìdÉü¡ŽÑ¾¡z3\FÝêвëÓ÷à(9X°cÊ(.q.(–Ù.*®W¡aõñ xêë¶ç·UcMtºŒÜÊ2ó首©%û #j½5“é£,~IƩȲHæ®CŽ•‚»ÅBÔÜ7`Ë$íœ`­>Ö¾¼#tˆZ~·©î÷0BÝf·7ÝÉR!c&Õ>0Doü‡„ö8€¥d{uµ¤¼Bz ÎxÕÔô^?³¡ŽÝzEŸð¢."1¯ejUÒAb¢J(?*ÊKŠ‹¨Îßä1ü{Ç{îLÞrÝf­@~LÞtÙfÅYËy‡c¹Bå XäGTD˜Áõšk´ïÜ…HZêj_y?|èÛ‡ÁÁÔ’à*݆bÏ‚CjêyCÀRRFg–tÑZyã9=¿N­v­,µ4ö\zDtûY×)"ÆÂPɽ6­Ûî½ý’ÈÑVW}LZhÔTT"jŒÈ0?±–¸|,毢¦ÉÒ{à˜Ç‰}ßϰÒî=›%´zÕf¬Ÿî†øa><=¾e÷–NßcœK’ùC-éwóíÞ+níþ¤Çä¿É£äì‚%KFq‰A1ÎöZã’Ì7’°ÀëªÍ´DÍ|ɺZÖFÔz%j&ÓGYü’,SQZaÚ|øBßP Nò‹Öd&µi·ÒSÓ蔜W tˆZ&'ÑwÒ ¾&¦&ý¬&ßLÊb©PT+¤Ÿñ|ñ8K¨«¿±Á„oœYJzü`ÓÃÐlÕ§ô!p1—nj¦¨‹HÌkYvU2ùQ^^^TT(D6?wüÒÓÃ<3gç­1k}&¬÷¶Yîn>Ç>4&…^˜€E~D†‡ ñàäg:É—wìGtô'Û¬:Z¯s$2_Þ÷ƒÿuÔÕž9à6a¬3Йtð*7|¡c°Zè¨M…Ñ™'.?hwçqïõûv¯YðV][!íZ tnÞÌå™?ž¿Û°ŸµÞ@gªýu0nšT§ˆ oñýéçÖ´îhó´¦K7›·¹Ù8zëÜe u›æÛn>ãö‘ÙdÍr²ðË+›4Û~*²÷ÂÞ\~,ð3ôÍ5u]¢chõªÍP?“â‡ôhýºµÄ¸ÐÝÄŸÿŽ0E·Õ€Ö{½&Ï%g—ŽÁÅE…}z0ÎöZÆQRßöŸöЍ1^\ú­y›a¢f¾ø]-Ï #j½5“é£,~I–©È¸Hæþ#Ìò£É‹¹tS3E]Db]Ëÿ­JZ#HLTIåGYaaT.ï“ÅdžÿäóG›wïÝ×Ȱ߸Ÿ<áýÜOºô645 6¸M”xtÒÆ´g?ƒ¾½Ìlœ¿&2É£B6Fg€ëG7Ž0ëÓ·¯A¿ÞƃÇüéù¸®­v­¼¶ÎîÒ¾«Iÿþv`?ë̓ãCûèõ5î?æëýuŠ ~HÆ&!çþñEÚ}f„Žž^bª?ÕŒàWž_Z÷„¨ûê:ÓîýXІà®Ã½:v11³œ²ü(醯…Œ¢§¾Å×¢z/<øÙ03C#Ã>=zÍÙx–(ÆZ=‡ƒjÓëgtCÌ0EåÔÇ¡1®m³lÝõ+ê¹îoÔ»SŸOþ~ðJq±OÆÙÎ>Žû6o¬UOý>††}{Xms{(jæ‹ßÕòœ0¢Ö+Q3™>Êâ—d™ŠŒ+€a>~F ?Š ©¨0%¡2\œ«F(SÔE$ε,T•´F˜¨’ɲ²²‚‚|F"ãSÍçØZ|Òdæ¡'obD#`‘àƒ‚ PÎ`DMx\0ÌíC:~~ì&ùe¾F=µêï¼GYF;!ÅEEÊ.­>lðQ®“ü ¤Â{ùQZ’Ÿ—+Š—1¦³Þ~ÆR†@H~¼)Û±£zèÐjMÍw**‚ ‚4=`—‡½v|Ø÷ë$?JKJu ‡›Á^€€”àx‚#‚ ‚ Ê%E†%EH­ò£¤¤8—ŸSˆ:‹°ÿADi%À(?x™Çì“â2Ó¹`ðx99Ùõ„¨3ëèìvAA"$?²³x‘an®)‰ ¼Ìtw§ðð0Ȭ'P§ïþýt*çÍ{ºbYÄÕ+Á¯^ø78®NŠàFÔäÇE©ÂTä¸uŸ+Ãu1VVT*Mcpag‡ývyØëé öúUªü >súd`€—““•àxòdfp¹Y¼L €‰:K,-…„GApñÍAaD µ!?š¾÷sÆØPe@é€TùqÖÕÙïÕóÔ¤D¹ü^Fúë—ÏÝ\Îs°?bPàD¨3ä’§ö ~ñö&L˜0aÂ$")¡ühzƒX^Vž:jU ì\´€”)IñéÜ4¤<ÈÎÊ䦥¤$Æ'%HòÇ|á,¨³pëj‹Ä}ªüPN}‹ ‚ JBv/ñþ]ª¸b=Œ”nN§eAV¿~Œ·>P~ ‚ ˆ2PXÏå¤&NêÄÎIùqò.GT·hõñyWg”‚ ¢l¤sÓž®Xöñv„º:)?NÜI“¢>yAù ‚ Ê#?®ØG•dúëvš, ¶•—™òAA”P~œ?sŠQ~»™* þ#?hrå‚ ‚(ƒülúLòÒÑ)Rå‚ ‚ ü`‘ד¥ÊAAùÁ"?_K–:(?Aå‹ü8t5IêÈN~pC·n›ÿúT‘ûœp’|éúÓ¸¶-šAŽwj–«­›7m¤U›, {(‹~@AA~ôM”:²“ÞS{‚ÏÍUU4uÆ5Dgæåä‹SÌÙÙ _¶RS|Îåx&žŸßPòƒ~®“ЦÙÄï^A¤qÉWeŒäGQ~š¾f³æmG¸Útç÷Dp©ÛÖ™U“ÚµÐèdlã›ÀcÏ/ÌßùÝä^Ú4kÖ¼»Ñ°îþD~´÷Ï=:jª«©i´ê7hü¿Tj=Nk¦wh¥nñÛ3Èyæ°Ì¨›®šŠjK½ÖãØwRªØ£—d¬J”‡ÔJD•)àGmYüyW-5õú¦Öt„#ì|^À²éÖºZÍ›kéZO_ÄË¥–qÙ8·«¶f+]ý_=Âé!0¶X× =dö k#A¤¡äÇž‹±²@Fò#áþBðÙø§û©/£Ï,_ê4t¹­Ý²!`´·ØÃžf²àʰ…«öí³ûþón*ªG£Ó!?ñÎÞÝûs8¸kËʶÍTµ:-¤ÖÓÅæ‡“ŽŸ¼95Ô4Z:zÊñ„ƒÝÏ ¾`—ð>xÉø†±*QR«Uæäøîßý³ŸNž>ùDztH7¨µ)ø-Ü¡+ììV û©µŒÑ¼ßŽì˜†fÛQô[¬k…Œ²{…µŽ‚ Ò òc·gŒŒ‘ü82°#¸½áÁëðP¿.ÍÕÔ[ò È (Ÿ_ÈCM£uc¢çëi¨ ½×¶²}ùÁNë;µþ˜«ªA­çiŸôdf-Uu/fÌ]±~›÷‹”Z?G`ùX±*QRëU¦cM~`Vn­mPsÚ« ÎJÈ…¾Š£÷aHvnQAF©Æ¨ è-JP!ÝCöa¯°Ö1BAä/?v^ˆ–˸˜¨«>^Äß­:”Ÿغæ júþiâG™Aîtêíÿ#?hùj¶Ëç¼®úú< æ@~Ÿ‚Ÿ£ßxÜr[Ô¶˜—ìä`»fé’:š­ÔG~0V%ÊCj=¢Êb Xªòƒ= Æ%¨^¿8#"Ê®uŒdô÷A”wgÇk>^°q×I~ì8%;$“ɉñ^ž±Q‘i)É©ÉIõh¨óp»ß’ýçÏœÿZ/;[Ÿ$7a+íö®ü1_]³]Ô͈žï:½—àÜO;åø×aÛïg|:êHäµlp¿8a·f*û¶ûÙœ÷9üåtæÄ¼ÞÚjë#?«å!µQeþ× ò{Nøù”ã©m˧“ õÐ|õfëÑ“îçîÓ½rÑ™ÚWG:ˆ/?[” Bº‡âŒˆ(»Ö1"æ‚ "™éÜä¤D/Ïs°}‹)?¶Ÿ‹”)’ÉkW|âcc8©É¹¹ü¢Â¡£«{jÃβ?6ý}N¯§f3UuèœÒÈÉÉ΂q„Á”à—gAP~à‡/ò”GhP»«ÓûƒH£æ˜ƒ½›³S€¿?H\OAä#?ðÑS (ÈÏ‹ŽŒt<õwBBÜÛ·oÿÅÔ˜SUUU|\,ŒfhP Œ¬¨Açó³3Ó9pMÉ .'ZÌÉÎÂÛ2‚à7_P~v¢œìsn®I‰ ¸w7™”œ”èáêÂËLgqÈþôÉÁ}vÖ­^¿f•|€¶î·{ñìIII.t‚4ù¿û!1ð†ô˜ƒ=Þ÷hb÷@`L9i© ´ñ³ß¼y½{Ç6ÿׯ8iié\®|HKM}ñì)´]QQŽk‚ M@~àÏŽÕóîÇûƒ°gý“‚¥ÏÿóÏ?’ cš–’LîŒtŽýÁ}Aï"%ÄÇ>´‚µAÆ.?ðG×Q~ ü`”œÔúps9©֭椥5ˆü€p u˜l¸Ö!‚òåÊÆ%?ø5I2ù×Ñú5«Ò¹Üw ” uQׂ Hc‘²](•I~À†õ&K„üJ999k,ç¢ü@AùÁBˆ÷ñƒû›˜ö7601ùï§ÉõïÆÍ›6ÉU~T—ncä›Çp¤æÊ(§”æøjuþAnÛ½(oÅ?«ÆáŸ$v h·ÕÜ«É,òƒÐú5‰]ˆ/?ÞV$¯™ec3ÆÆfÖš”Ê·(?AùÑä?|I¼»I§Ç¤»áï¿ ™ìwe‡kxý»º¥þò#¥°BÌMóκÁ£÷ú3Ê[×¾ÿiú†ÍRõ”ŒW3{L¸SOI!~Yfok«VÈáž“îJìlIÖŶ½·Š’|>$Ç’%K*kð2ë)?žÿ2bÆéP0‚OLñË ”‚ ühòòã—m60|;2;ñÚ¤}û÷³š|3‰G¤ †Ï ‡ZYôèÜ÷×séraâpÈ433³`-¾ü€ ëí“I×.cç,u»áWVý–%¤º´i?±°JP(òüŽ¡,Ì úI+,äüeб…Vc ‹¯/'=šÛwÀö­ÆŒ4ð{°¿¸— §T–Äoþj¼©¹e£¾ã~z*tÊ‹¥&£/Æ—å>lÞÆšh®º²`F—Ž^Ü"ÒÞÓ…£ÍMÌýüç£ýu×ÅåB&µ­ò‚à3G 4Шw¿¿ ÎÊ Ü3rø°AÍ{÷ì¿Õ' r„šf<‹Z-‘CwØ|óïÓ¾cÖC×ú«¢Ú‚tšþ»=_NüOÉ·o«t›·.®zßã„ü #-**:pà@UUÕû¢UUð2ÇE|ù1ßXÿeqUEÏõ ü@åG“—m›©¦å1üän3ÝYÎ`»ÌÔ5ÛÁ.?¾9(øFCð!MÑ,w?@ÔI~¼­.}uÝe霱Ýz˜÷ë¾§™ŒÛÜÙ1Ý&œ«¹zm SK+kìüœ Áê;ªë¢@QrS6_ýURõÞvL/z[]±|@‡å.~Dnb¡Ð)ûz·=ZÆíæ/òËÀx³w”Åêû'Ëê·ûóž`OÏôû .®øO[Õeß›[\ Éì×eœþ­µ3Ê”fqªÞË'W­Î?•}lZÄYÔÈ$äð€å.åÕo«*x4šåUV‹jkm·Ö–+\…JBê­Ù,¦¤’Q~Ô)‰/?úuïVñ?ñïÿ*ºuï‡òA”Ê ?¸ù ò£½ºZRn>…¹ñªê:ìòƒW@Ô§¢ÒLâ_X¶¹ŠÂÔ³»¿n¡¦2þH¸ð±ª’ÎÍ›GÕìøÕUÅ6][Oøv½Ë•'EÞ¿/ìØê.¿´Æ¬ìªÙ2¢¦$ØÝZê@™¬àåºf{…ª¤œRݯUëìã9¬óÿÌÒÜÇÝu­9e·ÿ¬àeþEØå~šmǵŠü©yÛÞRÏÎ]j„Dõ•Ãë>d9f&´{njZÄYÔD:œL°Šì–-z™ mUWtÒÔ¢•|[YšØL½]ù‡ÛM(?AP~ÈB~¬êÑfkpš˜òCME¥°Æ(*È ÊFMRWùQYYYZZ"DqAê5—ƒóÆ[õì?rÝŸsr… äq/kêŒ%_–ro_t\:Ã´Ã Í‚Ó Ó´Zõ#å¦y¶ê¸ˆ´µ:}Æëm,6¿øO‹”SòÒ¯¶ê¸°ÃÝFÿððÀè.ßúÄPËSkà¬î`î(Ô¼ÿÛ1—fvþô÷ø¬° é;ÿ®PÓŒgQ«é°ÞW„o«Ýs›¨¶ø©ô’@òã¯Úî"+'äù2''ÛÎζ¸¸è}ÓÅEð2éHôáË }ãù(?AùÑäåGÂí_uô§>ˆÊ ^¦ÝØ]óèé.SÝ9®A‚ïŸÎÒ5}ÿáËM‡PV =ÿ-»üÐUWKàç×Q~T””SYýÕÄžúÌúqó•§B‡Hø©°#Ï'ìøç¡E5FêóÝmº/#'Ådq4éÉŒn6>¤Ýý³+`Dœ£7Ô–8‹/tJÊóÙ]G{vVâ1õ–Fºë…sÙyøa0 s£´¸ó•P[ãtÍ7dÏ‹z˜ž Æãå&æ ª¹a©¥1áf¬PÓŒgQ«%røc»ç?5X|OT[I§ÓKÛLu¿¾GVNÈò%‡“fii¹xñWùð2‡F|ùñlåð™gÂÁ==}øªg(?AùÑäå‡àéϽŸ 26615íod1rò©g‚/Þf'øNØ×ÄÔ¤ï É7ß?zy~CßÎ=,­†ÎÛr‘]~œý~tC³AV#ÅöCðg8Š‹¨8¸ßÈ((Ê¢¨€Û¾!aï›6\¿¯¡™…¹ùÐ)ža\ÁÑüÔ™ƒz˜šÍ<øh™É§P¢¤ÀvØ…yÉ+§ éÖÇÈÜÜlô‚‹B§<^ÑŸ<¥0?U³Y+÷ž9a3­zu1ðÙ‹V˜è¬yFÔÿáD¨pý¬]zXXXüd¬wj6df%^Ü«ƒ‰Õ'“mÛ¡Õé$žPÓŒgQ«ýØ"¾úy‰wbEµE­Š,™òì÷vÆ?R*'äµ¹ÔÔT=zôèÞ½;ðRÔÐÔå‹· «fÚØŒµ=sUb~ñA”J!?B~”——H€Ã`½cqé’+>÷vŒ°Xv•žŸ›Æ%Œø‡uë6•_P kOdDANÌ„îf×’yÔLB~•LMI¶UdaK…ø³c‚ (?Dý:cjùQVVFÜÒ¯+œp§Ã·b%;WxIç,ÌŒŒFýÂÏ£}¼Ú¦·¡±™©‘åè¹×bÓe熬Ixpôôó$¡LB~Ð '''ì¢ü@‘üÀ]—žü(ÍÏÏC B~Hv.ÊA”Š/?JKJ„bDB~Hv.û_¼MKMÅ¿x‹ "™üùZ©Lò£¤¤8—Ÿƒ(„üì\Qò##cpßë—/D~$ÄÇ>´_ð<-.w‚ üPnù‘“uÌÁ>‹— :iÀh˜¦¥0üùBP&oÞøíÞ±-:*d€<ï{@‹ÐnlL´àkV¸Ü!‚òCéï~œuu‰Š ‡M iDEEœwwã¤1ü9¡¢Â‚Òââ°`ûû6¬[½~Í*ùmA‹á¡!o««q¡CåÊ‚ü<ØOýš‘žoœ‘Æ Œ Œ£Óé“¡ÁA9YËYN°ËL]³,o«…î~ÐbŒB‚.j§®œ•[£+>îãü¨ŸGv[¸÷ÝQ!Ðû¹ÖÙ+TNêÅ:c kŽÞ^Üo˜½¿Po“3A”ô^ªuæ‹?ðî‚ üPBùÑACÍìCÒëÔ,@ȃâœÿÚÍèu²—L¼sô k #S¨_Eµ9‘é8ºëÂ[±ÙazZ=ró©2–‡š“jŠæ&ÀRÏ’Éލ:Si7ÛÛ««‘u’½$ª‹Älýc·å‘ÝÂØÕó&ÏãUÕuÄ—ô†£ ‹V ho9u‰½ãÅ”C åg·]zæ£3¢B ÷³¸³—Ô/=ÚlãdY´ÖzœÁêmr&ˆò^a­3_|ßP~ Ê%”ð5*'OÌÇØ?»g´‡´i~âY¼ÐnÅ ÙÖÎpkȉQ}æ\ª±¼øòƒ1QuÒ»ˆqoÕEb¶ÎØ-µÊ1O©¿ü ÛŒQHÐEE™÷½Ö~5BÇð[²‰3Ë­ûNßž] ù!~‡‡:ÑŸîúrY;“Ý,½]k7²Q­ÝXkU‚ ühÂòCW]-ÿþ éþÁzã÷ßÿŒÄ#©ËîšÍn¥dñäð$j¹[¢Ýüïø ¡ Ë nŸ xè>W×tK&c8¢ê¤wÑnS]²N²€¨.³uÆnalˆ}kÛnÜŽ~ É.SÝ9®A‚£®³tMÙ>|¡Ž>cCŒQÔ¹‹ ³_'>sÉÏz£¦Ñ‘Ú„ÓŠá}¦lͪ¹ @uFTô~&¿Ãó³u´ú¶îô¥oKo×ÚâËñ}£v‚ (?šÞÏŽ‘ËÝÙïG÷04d5Rð$FúóÅc-ú˜˜ö76øü'©ËößõÐëi9`àìM¨‚Ž Õî$cy0\WNhnÔÕhõÑSz&c8¢ê¤·žç=Ú¨«±ÅÀÉ«\É¢ºHÌÖ»…±!ö­}áSƒšSVœRm¦-üèi‚ïÄ}MLMúš|ƒò¬=Fêè36ÄE]»¨(?mÌ 3Sss£Þý¾ÛûP¨ ç•#ô¿Ø”™_@uFTô~&©Óì=f¥§¦Ñ))7Ÿ¥·kíFñ凸¾Q;Aq¾Œ ˆ¢É™*åùÙ±££º|éQŸo&6ì-kù·^˜—B<<í»R»×*%¹Hñƒ AP~ÈA(ƒüàs®[š÷ë;òGò”â»×ÄÄÔÔ¸o“‘NAi(?A”P~ÈHà®#‚ Êù! ‚òAAP~°Ë©+”¢°I1½R@ß‘©ü®Aù .?|—g_‹p¤D©ä‡´DʤqmÇŠì!\8$à*õ¥]ìõ¬­>M³'™: ­(äÙ{Jö­| ®0a!ÁgNým»g#{m÷œ9}ÊÈG~°‹q Óåû[!ùïƒðyC½éVÀ)G^ÂäuD×öâ#i}ªªgÓµ&¹5ZŸªäÙMì[Æi&çëREyyIq1,>……霴 €ãGÇDGгœJE~Ð¥…ø…©òCœž ¾4–;À]ž‰?÷äÜœÔJ%ä%,•娡6P :_Îͱ´.™$•HëtJ“ßv£L’úL“xþós²³³x¼ÌŒÌt.(W¯Øk'­uµÑ%üZ”ŸŠ#¥êäTÆ]a'ž;ŸÒZñd•Šê³L’Ï-9XÏžQLi'OWe1Ùê9îTù‘”o»g—rjQkxaA>q(-)%-9%ƒÃággC¦˜BI i ¤ºFQÏÐ$–Cõéy—¾Ò<ŒOM¸9…»³£ßËçu]ޤµ I} Tdá!¦“ uWG1Özb#’vÒü xcP*ƒNÊNj )?T0)¼4’é^&ªZyî³uªDyn¾ÉúFJ­ëOvV&(Y,žŠ0ŠæO­½§7Òe£ÂÞ\’çg" r¿NžS…”¸Ñ£€ið}VÁoV4T§ÉS㱯?µ>ûÍ’þ©*!Ïz÷îbîõŠ™ê¹ (¾ö«ÿÝ 9ßkÀÏ ë#M_bÂÔ(Ôv…ø DZË!?$v¯4?—*?p¼$)nUØ« òH†¢Í L˜0‰¿Éb'ÈyeÆÞÀ¤„ DZ÷Oð"„ &L˜0Õ*$°CQú?> stream xÚí]|EŸÙÝ«9Ò zÒIAº@èEš@!!R6@º‚©"EQ± "|A ‚¤÷®@@ôòÍÖÛ½Û«)$ÇüïwmwgæÍ{ÿyófvv Œª ±0\ ê€5Ö†+AÕvóæv˜Õ®Þ³xRê[ù­û•›ÕhŒr4½3´*a : „A€–] ©ÔÑGb‘¡xK,OPêÊB3ƒBè\|ä”@ŒõËÆô²Y‡˜ÕÄš|4‘0¥•F¸¥Á–D™ºÉéÈŠ=ùRbV‹ö…!G †¢DµÓ~BÁpÞ:ïRê«y]rE_‰ŽÇGb‘оºÝK¦/µ³d².Ü"­ [K‹”NÜrxKbˆ"Ú]tÀçÇ‹ Š‹˜ºAkíZ·§ÐBPM`9²Õ?a~4 )4”› ¼£´î'Yðž€õNóYqy"¯LÖ tÖEÅ¢øÈ.ÿK·A$ ¬¥CÄ+(™Úã'ìíÿ™¬ Es´•m±Ì¾¢b$L!'´ÎÙmv,tW\©—š¶c!ks{Ê´â‚DëÄp¶ã†lßl;-ï'ÍuA{êVs•cyfÑO²GÑ (â<ë EÞ:bùv[Žß.â•ɔɉÇÄGb"aTŒW4Št_[±Ú’7C<‘éCŒT²¨¨íèY~²´2*Z ­©ê9aè}´0œ4bÐ:g¶™8q(°Ð-µÄÎ>¼è¢vlÌÚÌž‚S†c AiÚ©Íl jvF;9@nÖInÞœhjcSO» ¡Bb]p ™V-ç‹*Ç4ÖOZˆ­9ö”ˆÕ&ò.æ4…ÈM#!KŒÚd²â²6õj¢–ô ëÄ¡W+Î+å1ÆVêv´¶L»sÁ=‹M_(PI.Q³Ýð‹ ÞXuF‰‚<Ŭ6E´5U}'ŒA"´Î™mÒH‰q1‡M]ë1§yûpñÁïŠ`ùlr|[Œ¨Ý³i ¯/‰XBLìd¹¡¨1ÓBpµ3%¶Ñ“ˆD1×…Pi¾;ò5ØvÌì’É?ªÄBÓO”vfu7ž±|‰E<(ÚÒ¥‹¸O`Y‡RC ¶!™g$ ƒQuî δ·)±ˆmO•$ý¿Ð0¢ˆ)µ±ê!Lc‰ShB[–4Wj¡™0¢¦.4øQÌ5#¶ƒb]«\ð!ÍŽ–#´—°Wœµ)ØbÄ¿½Pâá¥ÍN°“9¹Mé,Ð"q ç$69EïI4©•Å”[¡ZlwÂ9¦rF‰]£±ç”W¨éI:óº „çšO‰µü¤rÕMB ¶!%šed( ÆŽØ Ž+ŽÛ¤ý?× ¥ð„”øYcžleJSÚ²y4á”j°¦X3µpm9 „ï Ä‘»¹£–ÊQôÀîbS)2S­‰‡—6;±%äùVe-d= Îò}qA—.2tì„Ôø@Ü„Šû=\h0É·©yýä)a«î<á Šm*Ö ÛrD…,…„øÃ\[™•ÞÆ¼…"öXÆ&bô³¢<åjN[F¢‘v(Õ­¹fT"‰qLb`y 9PŒ¼t;[¡˜Ü¢1«2#-äÒq½«ÑÓ²X±“TP–#Â_#©E®Ñ4à³W)–…–§¢ÝÙÚ6Š?(0ŒÕ·Ï®âFh¢5¡‰ˆü¬Ü4Ÿu‚Ò¢¶l0‰q˜ÐÌga¿„e”A0\ŽÔ8øÀp5`Gáz¤Æ«™00©10*øq³ÃÅŠí¶0¯1\ˆÔ@¸¥ñëÃeH  : $¹k¬ —!5¢5âu">¯ˆáJ¤¦y­Á'a0\ŒÔxQ5&5?00*”Ôx ˆáj¤¦§ªñ”†+‘š=©ˆuá:¤¦/}Á”Æp%RãÕ.Gj|é †«‘;j Lj ~``Tø@ŸÇp=Rã«10©100©100©100©10$¤Æ³.Fj©ˆ=5Få&5¤e„UáB¤ÆÅp5R3OQÄŠÀp!RÀ-÷q<áR¤ÆcD W>ï‚áz¤ÆëN1°§ÆÀÀ15F“»j —#5À§1\ŽÔ8Áp=Rã«É1\Ô8ªÆp5RãøÃõH/ÀÀ¤ÆÀÀá(b`”ŽÔxM†Ë‘ÏSc¸©ñ8ÃÅHlj®FjÙŒ»†B–Ôf 5%çÒ%0ÉŒc4ïËy!9 2f1›¾²è„àm¼Ò^Jä ¦’Þ$òˆÓÎL™q¬•lÐ6g[8M:“i ¾ñ‹ *e iÁD©ôNSü_Öò\äÍ3Å8ibÒÚùÖÈšƒ/MðùF…ËG¥FÔ ™˜¢,Y+À#ÀHfÈ;Aȃ]Lˆø iõ̓Vg²±Dñ–(Ã]žÔ& µ'V÷™äR Ìþ3ºQ¦ò‚ºBr4JlcKîÕ$ÛÌùFa쥌>P ï;Ѧã·Âoi§¶øìMƒUOÅPSv°ÁÚ\ ôÑZ\+2Q7aÇ´1(ÖŒ‰Mù=æ*”ÿ8×-níÜ0ž÷çâ.@bQÞÄ×¥”æÕv_Ô ™袊Še;g-ŽÎ&`Ó&Ù.[w–‰÷E•×™Üãž8e›y×Â`ÌgJÅ](×ÿÉØ |~ØèFÙÖ da!n1ºC—Á;4.-×(„^ÊèÙŽÍ`ôô¦å‰"_`¡WaÃ?Ë/— ¾Ð •Mb¯¡o—å4?aÇ Ê\#µvÖÇ„˜8QçÀG4â…¢à]ÔQ|¶YÔ ™è¢ ŠÅ‘ñÞZ°ñç‡7·UÉ1€Kk‰!ReªQgï!.Kꀉ ’.”ïñdŠWBˆÄÒVÁ7:®®‹<¶È¡É5 ‰®Ú1žÙè;Ѧújs_ uÕ\ø';))5« ba^ÂT6FžXK×ñ°HȲƒPOi•å4fjQñ¿qð.¶°Dd¾(ï$I`pá·—×·,¨# •–ióf£ÎDm‰íeÁ/sä{‘øD¦ÅrO Ø:à^XÇÅ3€Ó«à±-RÃ]–'J[”oHÅÒ±\€‡Ì¤$]¸Ô¬À8.°èlã9‹‚KCåÇ ¹ˆÆ$x7î´Á;I°ùÖÿd=µ3 •–I,±-±½ŒÑ5þüx±ñŠ´²‰u(Ð!B‹—‘Šu€a/æ:0ûK–råù+NöW5¹Ö­”í‡~7›ýÔÁ¹ü·íîßRk`ÆTe ÂcH 'q¦‹«¹®¾&0ãÄBŸ‘"ô3%ܯ‰šø*0¶ÚY¦çûÏÚ`QA}¬¿ÛgÞ›ÜãÝ7xÇ ‰þ"\}ÏZÑãMáüóWL¬”U}ñ€l,éß¶’>¯ l4Ÿ‹&éèëàùð>6xõóúÜs´çÕ¯(uoÃ<ôœVã7bW}NKVZ&‹ÒÌôvn½š/*ÿºàî;œÞÙõjÏ•2 aF Ýñ5b.ŽÓ"_ «ìØçE×°ÆŸš¥‚ êèÊ*×}•t4ÇßZT˜¼“Þ,`V™=B^z—à©k‰U“ñ…ÿ0sÊW+@¶-L=¹ž«¶Ra÷œç'2±ö«ó?9¢- Éû—>f¨$>¨»Cëï{¼m±¿=æek½Z~õo=“¾j¯W3^0ÐýqÊÑ×€/Ä(Ô{LgŸî¨*‹þÓ`TeŒÇ§10œE9øÿ£„«+íC™³Êaü8Kñšªò×àÙ2½#¬4kX2Õ·ÔcÇ`’Kö ×íˆUB%5¿/™ï´6&ÖhËCâÏ·ÎAòOuÚzµ„ZÜt0®Ó£qIó’y ,ÍõÜ"ý;œÂÙùñS¥dü—ÌgCÜ#º8J\Â3^w™ûu„ «u™YæT%ÕŽÊBóeÁãd¶­4‹Ú¶1R}V²5s:;ö˜cmM©cÝÆÚªÙnYäÅ:­ùñbdï‹LkÏgT¹™¨ÞºãY´ÇбþíYJ_T|Õ^ž}ñ)¥þýµ¸ `8Ì ŒJ„öêŠ.q·…þõïÇ:æ^ÉŵUÊY##Õ£~ãT®ÅÛ4®>7U¸ »6qíâ]¬Š*Ž-ê'µæT¹Ä·]^ŸÃûò̸ÁÀÀÀÀpÁ>¿µ‡x²5¾±Œb£Ï%ù )׈«ŽÙj¿ÿPôñ£PfºÊ§Ì­ºÑ’,vÕÔß$:*9[¶O4³‚ /W«?/Ä‹?0’üäûŸ…ù£ßdÏìùZ­÷ ‹ÑàX.·yLúhæ÷(“£SÉævÏeõ.%ÓâªðyË18æÆp\æÖžÝƒ¯¢_Ûhc3Í5‰—X!´µí¢E)å>Uiâ‡ï9O« +s¿0]äeY¥Ÿ6ñ›K¸ÿ*h®e¹™ßþÈŽ’uV½ýÔ³Š~OÜÕ\mðõk¥ÂY§NPŸ=69(.*ÎÃö¬²xÍEfªÇaViœÁ«9ÆšÁOì¸ì7OvÕM4)—9?o§lð³Í?]Ažxècòøë¸±Ói 3-#Êy5ÑhYû$ª!6ì³óèóسˠ«£Òã¶Ó#¬öY£¬ì5˜Í-üÉĪý$~dmy•N–ó\¹­Ø›«®eG< åF:þNÆg,l@ùyUØø·PéY¦eCÖï†V¼¹ÜFè;…œÿâd¸¤RX)m9wÔ+œN–UÑÑW}Nÿ͹º$C…š,t /¬ç”?jkR¯¨l{ìãLû•MýŸ´Ê–ºISÀ¤¨#)7ÑDŠ¢2;ˆfv.–’-Í„öý»™Þ©*uÎð§÷õ²ú÷/ãºt–p µè÷^Á"ûêÑÏZáÏÂ'öY5õŸð••G*°W$ëßjâ;]”+Ú•1Ã몱N-c±Ù–|+G¯5+ÌÿœcúáeÖÞ'"ÉÕÌøe¤"KÝÒÉ~0ÎÉú_Eå Qý`GL—ÊÕ8K¨ùL¡ÿLRê©]hû_(·7êU=EzVªàüœ¸'K˜ÏFøºŽR¡ŠÒʹŒ›œ_øÉB¿÷Iõ‡Ÿ åL´3E<ó¹Ã†Ç/BÞ+WÖƒeÉnýÚJ~z—vzÍ9&úmQ#®¸'pÕêªrô5ï¹°Þ¶—éi\)g|ÿ0±bs›)j1)VVøLóç•l¾ñO?­’g²“Kôxˆ«·2Y‰O:˜ËN®ô¶0†¾eƒ;]Ë )åß>¦¸é §£.åÖjn8Å„“ð@bßF2èTœÝ½g;¡×Õð^Í¿¯³ÑþÝ<ú=zg¡÷ ¤ý{V,ÐS–wÿHþÕCï;ñão&×lõÔdÕQéO;äMÞd,—ʤO)çëŠã«OJÓû”ÙüÑPÆÚ—kÜ`~}QikÞ®’ÍÕ~Âæ±æàvË`J¹Ùý!z¡&Ù§¿àDD¿OdÅÚvôt;íÎY#x¦NÆaVã—5Ìg@i±ݹ‹zÀOÍ¢’ ‚Ç9$Kw.ÝL³’GqåÝt0~ó—ü+–Ÿž2ÉóžýÀ`ÙÆ°×[{ ñr¹ˆ;Zaa(ã1”2~#ÝjïMLš@!¥Ÿ¶†“ë ZXk´ÔÎô–²Ô¼Ãë•"hof/½C5ÔÙˆ÷ß×l`ê™Bú™Ô÷¨*…±º71 }ïD^¿:ó‹¤ü­š#hÏ»šÔߨ“Q!è˜pôý+:j¿¦©öÇ?êŒjOij+UÜV¬¹NÕA-AË´†©¨zÉ´¿4»£þ?­Ž¢ßÞ" Ïâ41ÓŠFî•R[*ñªºo$ZWÎãÞ+k$ãE-æ¡m€À×vb8ˆ‘ŒŸ©…>ï£vp—aÝ=§s»WuT0ú¸¸Æ”S¾/Tð<ÆxŽ (÷s9?Šz¡kv”–kƒe;Kquy†LûŒj¨Õ赺h¯Ö‰¹Ðçdåkq¬p².[-詾£œ9eЋ¯t Þ*[£ÂVâ~„c•Jˆ.ä—þsiÝ¥=–™ñq¼ÇrÑë6{<÷7Ìdj9‹ñ‰uÁ0ÚZÏs¢¥þRNÞw˜²¿²žSLœËÕ ۃ®1éÏ:ªK„ãî _?•ºí6Ñâ4»µú·Ì‘ÇLþŸ/coš$Šæ;aË~xþƒíµOÓ¬ŒøùÒë…šþó=ïWéúœsЃ¾fÖCm°jû&ê‹(Å@åEÕ2Åe]å].}O4«R^â:©ëóz"Ö<4¯ý%é?·‘Þ×FŸ{Ò¤}ï6ѪWiùµršç±”~e–]þ­Ñc¹õÖcfx¾ãÂlüì *ˆ¤ šÿ?"3"ýÌê(5^2Ç:œùç]iîBºä1Gª£ËÌn)¥l·÷íèX)£±Ì>C÷)ã͘vÂêñÇCŸö?ŽõåÇ e°Ž{ºŒþu&ñ`“Jç·<*἞O•k´)ãü-eß»«ÌfÏ‹ì´Dh[w‘GoEƶöýÀ}¯—±Ì²rÑäDÍ8»Ž›`%~(°#}±]1Ît8ÓîX¨I™µÅŸxßN ÒͶ|gbÕ‡¤(vèè?ðÀ ƒÁm†¯ Êèìñ… ›CèáPÿù FÉï({Y,åR¹éåWîûÜc‰„2À,Tî‹QÐ*ã›ÚeeVHôÞ°\õ¼éë¶L=Ü+à~q¬ìÛb¶¥E)õ°Mh+z“‘à¹J8Y_ø5ÒŽˆ‘Ù(é–]uÚlqÏ?vqû/;ŽŠÄ]ÆcÂ#|íx•ÅI+~/Ƥ/&Ó7Ì`Ò‡ =]Ìö¶Á«‘4â¾_£§íî”Yùw-ƯÛÕrs„ôÕ˸Oµ2[ü@ÒÛN)—æ?ÆÈ£y–+ý›òÈÝÊøn>ÿÏa+öC6ЊãèüAS«©OÛÉ4÷*¹–=ŠùL©‚:,ü:nÔŸ{8\×þLŠëVÓ}ü$>©”`µ¤u|UÊ ý¬îM.–.¬â×tùT¢™‡4'e£O"ðSë00J_lìÿz y¤z’yè×Y#üŸÄÿò4õãD#Êiyà9& Œ'ž.ïâþÃ…ÑÏ9c````” žÅÀÀÀÀÀÀ0ÁŒ2º>¦&3[ó­S¹ý‡ïŽQÉð;^™‚QAØÛë‹êó¬Hjo`/±¹î¿0©(ÎóÅ£ƒn÷UŽÿtëõ¢ð¸ ßÍoy}ý¾{aÁ ¤¥_Ä/Lªõè^ý?Gýñ»2ha­œVõ²ÝSÜ=:õyMýO“­Ã: ºÐ>á×êo­>ÝÍ·×3‹ÕËy󽳜zäæÌZG2æ|“ÔÜwvqïe»võnÛö¯þ¹¿†Ï}éŽþ^Húwkk\zf뮆sþ[}íÅ‚m¸O:ºqBøåÍŠ·ïlz1`ú€G›"^ý¯}^Q­¯?íÑêùµäbÐaÊsíà)”þû^¾üO¾³üg5Zz:àRàþ ^ê§{÷¼{ûµÕÞ[Íf¸Ç}Ñ~¡÷¾‰Ä„×o¾ßÛëÎ’þ¼úþ‚ÚMc¢kt¦6,tËl¼þ›=~«Zòw+·¦=†mÏ3çæpñðGWÞjs*{áÁ¸xý¢‹¿%hñ¿Óžä÷ßLÊÿ9þvþº™Ï÷®;ôúªgî¼Þ°çºz^Ç~á÷NŸØpü™oK6o,ÌPÞtªñ‰è/Âj_ìJ<ýFôÍ;'>>º5|÷Š ‚ ?íï=Ý«óóþo¿¢¼º»vÓßéµêSÏvNíÐ).ïÐÿv|šÓ0wPËîñ™S6¤Ýz¡è^ïºëŠÎ¼>@Ƶù^ {LÈs?â¾,1¼cëéä²¹‡~Ø«l5yÞÑÎ[ˆ”ÜQSφî%ëç¬|=·Õñ ÏhÝuy Žº0âþɤ壾;ߨzB€ç¬HOâûi…¹Ýlœ›Ö|ã½s¾úðU÷Sk|›½3äu-z^hµûǼËÅVõq[óË… ¯ I£Ö?:~Á¶âe¿.xeî±ßÿûÙßÇmL#·utOk¯ÿ÷ÖÁ~ïøÐorã}áÍúO]úõUÕɘi6Lîþ´:t.ø~ÑÑ¡þß}(xTÛ¨çþ½î¾}e’nÖØ»ãf¬=æ>yÀÑ¿³Kþ8{.T•q%äëçÁÎc{zLI*Y÷MÓ ”ÁÿÎOˆÞw0tSÚåùi‘=ÆE}¸^“s$棧c_VsÉ'Kkê y‹¶}4ä…ŒW[yû÷Mºvó¿ÓošúÓ•qß4°Ï„ØA3ºæÌ›p·}ã)9½ëûÏ]ª|åh,˜çñèøG{ô‡:k~k?fÒª»n×z~«Vò—Ÿ$/ÑŽ{Øßu¿Ý”ðÝoc› º,èòÜ‚sÅßå v{ûZ›zÞQûCnßíÕ`ZxîÃÎw«t£VNóçí=üÊÌu;š¾üÞCó.h< ÏXvmÛ¢fÉ…sç¿ò`å¯÷N-¹úü¾ì)£¿þçbN¿¯Tÿ ˜óάߦn˜¹òÑ¿^Tõf»KН]jk­E×ó$ÿƒeŽÑ™ü†D¡÷ I²}‘ðk&ha¡¼ö(ÝG¥©kÈn÷”Ï ½ÛÁ¯`/Ñ‹üïEp8úl F_0²uȰpyVi.0yñÝ«8-{_R ˆ"ÜeÒ‰Ÿ2<Œq”ÏX¨oš»¢O ’ëDœÎú•Íü´´Ì©Ì¯Ÿýg_ô9‹« mív ]²%üjMB¸[(UÙ»6–¹jzªÉ¶çÀ ´…µ!%–ùL"krÿ¿aÒx€ëBÚëàiô¹“ûG_=˜—IЃzß$ƒD0ˆÙÖ_¶þ,{[šl%¹ké;[v3¹6ôMb0Úz Ûß4Á×x z{ú‰Xlc¬_ø{Ç.è“‹ùbD-Å—¤‘cÉæ -²ÈC Vò™ ZÂ. µ‚ÖÁdJ ‚ŒažgŽ4YWíÜ9#ß.|ÍÊl£h§HCßc}Ç$&—2wïºCsí}™üÎU¾¡b”b‘[Â^Hk½ÍñKCdz\FÛ®Ãn¢ÚNíM®•ŽñâÚËPM™²—¨"•1¿´0M9Õ&SÙôTÖ)ª3GÿFø€«$Ë ús§2I÷59ˆªb•Æz6¥j Œ©eR§ |«"è+Ã&Pk©¶HæиĵªÉ+íHÊÌþÕTÔS‘4¹Üÿ5dWæ{8øU‘H¼Gùºä”ãH³t­  …„kIÌöĮÐÛJß+µãMÏ2G¿ÎK¦!=ù©#„+âZ´Ç]…~=Íê•+'‘þ Øýµ`M†¡,OkƒStKSÒš ‡4‹#ÁV¾cŽXŒŽ÷&B={3e?[ñ‚Ü8}¾¤žŽRp q‹ú´WéÇšý/ Ïc¢÷OÈ›þV UŒt¾J; Îs´ãˆŸÁ8b?óÝæ@ƒö*QíbÕ£QŠ5ª5Ô6äžë2*)Ö,@{¹ U3›s!¯©ÀžÈÿöd¼øAÁŒS…Žé$égôÒLˆiÕ4 ¾’©:ö5±í æ³/è>çCº¼ˆ¤HflGûü›ÄV$Á«Ì³ÓÒ•´×:†¢-yÊgÁzʼ;€FÖ•¨ŒGëgëk«<íH[ÛT¬Öèw=ð¡¶'z£Á8|ÁÛˆñqô{;âY úþÎÍ ÜAßíQÿ‚Æ7‹Ë žâ"ÝÊßµê}°‹iÍ©ðXàÀ@°šëš–r)êª[¹·F=Sk"œé>Ø}›æù4Ïed•>:þJ^€‡Q­Ö¢m£¨ZTGÅÎKÎû@Ó­ígøÈäšîaÚF®¹‰ÿ½-jñg˜>‡qN»@bü¹s_u2D½„¹ãlŽÙÃ䟉ÞÏ˪ѭùöôéq‹ÏïÚ2ÙÚÀɰå<¥ÃUÕ;Ö4„#ƒÞΔ›ì ~á~á~á~á~Y~¬üÂ/üÂ/üÂ/üÂ/üÂ/üÂ/üÂ/—áÓðÝA&Ì·q†ó`:Ø*Ù2&„"Hð' ÂW596î­ü%ü @Я|-]zû®ÒÓÎ}(þžäñ®Ý%GõCy°ùäké|òµôoëèda»|^Æ—¥m–Ž”+ãéIS&Éå)9'¯•æ'wŒ?öáVAHJäOÄEÛ¡>9Ž®ðó—Ù6‰Ël®銇kÈ­ê$¤ÑØ\aäo&‹œ«'°zR4Øý"Ÿ÷ž†|^þã¥Úæ%Ï×òL˜Â~ï~QþÈÊ ìYm#ZÛ‘‡­§qË­‹Š`ÎÓX+ú4¢3÷Lè©Â•,[œ¬wiÖ«™¯z“ûžÎ­RâÑU²®Iùõ,­ F†óÃ!+™í¸ÕBÜ9wæóeH¯Øh"A/áW_ÙúާÙÏý®Íûð{ln…”à™‡‚[ܯ÷á{иFBšó{p;³2+t³åê º™®¨ÙŒÂä @ØÅ¤+bö¼*”ÿ¹èøŽÌû™ßY’r«qß?ÃñŠæwTƒxaë&®>/£ïº°>.üŽ`~EÂÐêѯѠ³¥ŒµàXŸ¢ø›KŸOø›õg¾hß Â—Œ‚±ÔRð½B„hH±kʾ”Ü ¿)ÙW† ¹ \r}¥Èìj¢,P,È 5÷ÛÉù¹ 3«:›Ýo2iÊ.ærÿSA[…X³Cá7LÉjŠ_œ±JXæ…Ê{•Ú?QÐ ¢Ÿ—L¿ß%ÐÔ³Ï ƒ±:XCÌ4éëV½Tù‚ÕÙ@w5 ˜g9ë,§K&êH-Öºif( ÌÞEBNßj?b¶ø*h_¬§ ky ¶Ëbe'ìÖ¶zEñ0ô%ðf*8^DÇ=Dï6Ê»ªqL®+µÆUºßs«ô“ÀEȳèÒÖ""—”®$}CÝŒ&¼Y¯F­U»3ºzz55Œs3jø®_  û‡b­ô2âÂ;üGô¨öµv1G«nÄËÕþãì5ÉÀVô®-ßÄji"]³ëÇê^æÖó­"ßDyœVkLú´Їí9QM¶‘ô*Ô8ô¹©ß ¢¾¬·@x%EQô¿šÂ÷øµ}ÔsQ_á Gï̯ùª8‚^ÏÚ^ó x‰[Cº…áÀ êyÉÚ^s¤€êH’Þü:ixØZ´N,R=Wñ;Jej’é\Ü®rÚJ!—‚#êËÌï’í•cˆq(ÔmNDSY\È›å1”¬è¦püBѲðiÜwcç‘YßTЫ ÷Á:ÌÑ”n0Ì„…ð˜ÆyØ›4Ó<û*ø¨ ÛKšOé´ÄA”ÇqR¢Ý~!ž% mˈš¢:žã¸dlµ«TîO¾&è¾s$c ôù z¿C×E VÎê%NÅöÅÁH®x¡EïDyvD’Vø/[†« u@KÏ6Ä(fË>â uPâŸÂ=ÌÖ–û4t;Ð(_cdÞ ^©nðJR…i~Ò-ÍÃGBicÁ³ÊjÔÇ`eõyÊ6(v 3Òª[ŽÆ¤c6V“]¼HºXøÅ‹ÚÅ×}à^äMçþVÇ2 8»Y ù·æŒÖð¿,dž À¥tKQÆ!y4ˆù¤ÉêjÔ?ÔA²,Sy }@îQÞ¢ò4B:Kè€âviùÆ4ÁÂs û ½Z_ð¾Zª«¯Ä} «EÅræ #r:š²ýø3ÈMÿ%åô(õL>²úU"Íz˜H¤´ÎjØ“ó ´¦Ghy]‹u<̦Ž-éY*c3POÍ“t2üõ1a²N`´´¤Mâ¸L6…ÑÑVíP~#CÖr¶Ú9|lì÷ÍÖµÂ1©mÍA[Yj[o;e&¶4Ç +r™ÚÖýmêf²ý–¬ÞZ³¸ãS÷·ÓÒRM“H:R†‡¥c¡ ´%—% ÃRÅûjíמÜQûRÅó;¤l*sLe•Óš4õA¥k»oYcdËSHšÃ2Õ5µ©\¤C,«‹zÓrI`oùu t挛“ÐNØEÊ® I–šÉ&WbJ tÓÔ:î-½QŸãXYδ\i_áL™æåö±XÛL-ß ;^ÖÁvôó°_°ZiþoÙ‘;ÍŒ$í?ÙgpKsyÝ.MœQÒÑ«  G.×0Oáê Q4ÿÛ8š«¥ý~&¹kÐ/w(×Ò|ì’ÝVäÖÔ¬6b\m@5t‡b/-'¿4m]'´ŠçÇ«Öü¸Z4CLf̌ϳàànÀ|ëuÀÎ|Žcf±ÙÙgãt WË0ІÙö=4J÷÷û,4ž Ô°×&ÊÖYzuxCp~ 2$³wƉ³’c‡ˆF 3Ì`R½Ú‰Ú|‚ÑŸfŒ„¡Øçʵ’¹yYC¹ïÝ@/Ùcî€Ú$ön”IÎ7™‹äÿÏ'ŒYC°ÌšGÐïLæ›F²Q‡ÌÌÇXnþã9ŠŸIoÂ^‘MŒJ%*ý}¾ †ݹùº¡?oß üÍåÇ_íÚ@Qõ:0Pá[x*TSÔ¶¼ÉΠ;QÇl;“2“âæu¶5À›Dua1‰ø}ߣgHÉ@në“¡|FÃW’íR³4ö̺”ü¼MYÔy²æñkÜØ'Ä^‡Ý—Ùª)äÎXµY®…Ú™º½ùZk6«¡•?Ìì8Z^ç-œª¯åsš¤mWšZh5r0Ÿ#’“ÝÃFª^Âx¥­Ír–²tl’–·/híå°åújdí£1I/^ÔTÛÏq©¹3KÜþý5&¢_mM44æ-ðGìõ-—.'iW›³¥뛣-=ÿ¢ÕYá^˜¬e|eæ„5²kšè3㤕¶4PkŸÔÍÀ.Å+Z>ž­\›÷­q˜…ùné]_¢…úÊk­•µß]ƒ,GûÎÓÒµ¯a‘¾6Ò‡Y°¦õ´>Àñ›$6@Ñ¢Æ*Göר¨qq[«rЭaEIÒÁ†$ŽÈ¡ãŒºX•"J[±óÝíÔÉ%åã—Gts^ÙÀሦ¬µrFi¹×- &i•„ÖHIºy{ýž¦:ÏÚŠæècMgîl¥É•ƒw6z$Á¿€€e›Ÿ96ªäò³=ûúPôo–›|ò–‹wø•Òôö§~\åäkÛhmGš¼6 ¨²Â§l;ÏWNsjÌ'%¿²´7/h5zµœþr»5ìmEãÑ>ëÇÒßÖŽ°×jòG²ãOXJÞYË¥ZÇs2ž}ýÑË–6Ï‹ÎTZÒm‰-#ŽP,ç`9B±•ÆZ„b+­£ŠsùYŽP¤ù9¡˜æ!o Þ¯ã­xkÙnuHصâu¹r\ÏfæÚàS‡XÖR»¾6r¬ªÎ`¬ ¬ Üóáž÷|¸çþkk£<{>ñ]‹ÄéùíÒk)Ø;™ßÝÈüXãu\ò3µ$ø4È“[ùÛš°'­ñNŠZ<Éÿ¾=%«[O¦’Z;k Á,µé ç—PœM.:_ñ‘‘r¥°8ª2-Ív9ì/K¥}ÈlÿJR¦ùÙwºÜçÔ¶Îø˜¬óçe©-s·®¢¶¬$â´¦Zh¤´Ñ[-'ÏKZ_3‰ŒóÄ–$ãõU›ŸQM.•l—ênaÿuAž²òPõÙsR‰ôZ£4–gpk›±ÏÈVù«4ú¨Û:\–y)ùÚd›ëî|ʰVùÚº «H{'‚ø3nÖJ°eE9­mįºpœ¿r,`K?9Îy€ç,¶T£Ž¤i'ZñÕÔëÇHó³æ j­ éñ,¶i_’”q¹†%].~QÎÏ’ñžžD$OHïlµn`R;ÓÖ—‚ìõ½š>Z5Ðåϯ²v&Oúz¤‚œ´žjù«ûؗΛά›¾ÌmN¿ZùÈm—ߪoh¾M>W[gˆVY9' çMÎ(ï0Ñü^îû v¢}'á8¶÷ e©¤k–›¬]´ü/D½CVîó¨ä娔¾`xhX.ÙOåè9e•Õ+Dâäü·(ÅÑçl­>gñƒU¹–Ú¹îRºšË:Ž »Z[ƒjŽu‚Ý!‚ôú Ü ’àrŠt>Ö#h[¬„Ò;·ÝOg„Ä}‹%ŽÁY-^MýŸZήr«®¥kow©Ì­gaMŸ4Ÿ{ª+ëlÖÈI ¿þû-ѶôŸ%«ùu`‡FªaZ¿rw4•–<&AZËÁõ:›©ÍZ•15¯©áÕÅz C&[°Z×úršãAus>ͪOßcºŒ>èmwÜŒ:È×Ú§_6„Ä3D°Y­õ 4ÓYh¹?#/®–o ÒmÖôfz„ß4;dÛ5ë¸60I—¯­GL!rËëo:¡#åd³v=s¿kü[e÷ X}CΊ¬ò» ¿M\#þŽ€âÈ0>–ïYåüˆøiÈMüXO­wk„õ ´NNÊÞ9ƒg* Pž­ô(ÃZÿv¬™­Þ/Ø.×ÁÛz.£D=ŠF¾ë.¬²¼b9 ì’Û.ÝÊ[0Ïîå·Ñ-„ßÓ/Æ_¢ë~1F]»‰4BêhňsŠY‚Íb ù>ø‰@âÁÞUï4ákJœSRCc^‹¸ w¯êÓ,ÞA¥¹L.öÅDòÇÊo-ôÖc2Èï•ßίåìŽÈõ´ýJK±4Îp<Ťù{-(Á ÙtÖîÄâx ÞÇ q2%‹Ò¥¦á—âá—¨íÐ_Û¼sl„_BxB\Tœ_ÿÑ~qQáqñ~-"£cZøõå74°ƒ>3/w’>{Lræ¨AQy#Ç…EÅFŽNŠŽÉ&G%ç ëß „EF†'ÄÆ’½’órSÓórÂÚÍMÍÊÔgzuŠŽ ÌÊLŠˆˆJÉËN†9ùú챓ôy)DúµqÑ0&>*<>2‘1 ¾E`s2&j;õ׎×F"i#ýbãÂã¢ýâ"Ãã"¢üFfh‡‹ð@xLB ¿|"Ã/62"<*:¤ûõÓöÕFPÚ(µ"&!<2"ŽŒ '~CÃ"#""ÛEƒÑdç¤è˜˜1©)cõ©¹€‘œ“ªÏÖgŽÒ“ô£R3Sò2S‚@ ©Q1áÑqTûôR)F)ƲSjŠ>3gä˜äÑÊúIúÔ‘c2õ¹¡TªžÔ§fR“sõ©”>ƒTÉ™#Rõ¹úÜpe|xBt4•—KEÆN©G΢rÇèÉøu|L8PôÈ™œîßB12y\òˆÔôÔÜ‚âb©äôt2 dç(Æ*SEäå(òÇdi ~d^®>G72+#Ù=.<ºEö#ãÇ&EÇÅef¢_£õ9¹é%³F]Çd±$*¦ä’ª¸Àœ,ŒBGe‚\*yĘ™’šBN€ eõØ@er^NŠ>(*60ŸHÏUô‘¦›«÷1)†ë’ÇææéÓÓÊXèÙ==u$ ¢[ =·ˆEš¥xf“¡d^EÆ)bU“ò²ÉA‘‘‘úl‚„9¹ú1ò‚ªLR©ò"”D¸¶>ÐEGƒÈH8^8¤&âPwMD'Ä)šw͈Œõë˜<aT˜šˆRGED†G&DùEÃTG…¢Q[K¨4º0Â[(Ú£Ù’lßI £Â#bbÈΤ¢0KŸ@¡Þ®¦’èA÷èdÏ Ý¢4é -I©Ô:-Ð+ 2¹J¡ ˆLEj6¥ˆP»)¼µ€…œáh²ETxˆhA…:ÕŠÊ%sïâ£t SS1:0BOP TAF«`*EÅT‡àF‘±ñ ÚL@B* D"Ò—Rˆ%˜Nª” ꘢ ©(×$A‘àÝ„„ÙÈ&P‘£"‰0„GÆëRÒõ¡”›Zè£LÓg*s¼)JãÙQÑ‘RA*SŸçÞœÊMääP“òýFŽÉNÍÍÕ»ùEF…ÇÄ‚¨Øð„*2¼Zl„ è …4Hy¡¸!Jë UD*§‰‹ÊN©™£=£@œrR^†"“Ôgº·$sÜСq ‘%åŽmëÃå±½þ¥Æ#âÒïZ7©Ù#})$=tÞ>ÞméÞ0óŽFã]××÷ÎÍ3í£BCBC›úŒ˜µ-lAw6ýÖ^§~Úvñ¾’ˆÛ7N‘¿–îÞ03aI»:ý>),ùŠ/dÈÅc³CBÃBƒ›4 n½ê×3Ñ×Î|äßè)ýÕ[%ŸÚ%çÕú§4 Žn5ö¯Æ­uµyiHlDó†µ&¬?üÁ”!-bÂëÔôÏÿ P“Ó¼~­F¹ë~rÞújˆ÷€ÕûÁ¯«žñyÙ~KßvS¿ Oÿ~±Ï°U?sæTõçÖüÎüy¢ÈPb0üyòÄÚÕ«.]< {P|\»~ëý/vÏZ¾eƲÍô%À$“(ÁÉ„ ~¨gÏœF‡£C×µç»ÝG/\»sùÆßÿ‚ï~:ºá›½$øñ‡‚ÿýWYB[òª¸D ΜBùóþý{e|îê­‹×ï”°' ¸ãêþWB€³§O¡£îÝ» PÙ®ÞA GÐR¨îþ Àù«·Á/_mâÚ, YÿWw“ôÃ|º¯HëÞ IpPpèŽ3×n|n~HJ¡ÞÓ•sB½‡ï /L Ž ë²ftÇÍ‚cZg¬ú³YII¦éÜýû/Î]¾Zº«üx^¼ôÝöS(gŸî¨™>çmvîÄq9˜ûá+•àùÚ^;/Ý·.ïª^ûy”uX\—0páöÍ[Lž‹ÞýâP‹”u1úµ€¶ïÈ¿ÿºÀY”À“">9z‘Tþyr÷ð.± ›&f°fâàØ¨æuk6J_yO¦z½ûËR¯À©ïôˆê½G¼¾ôƒS×oÖå|4yòÛE]›¡Ž/@¥GuŠ8zíFuäº5'‰Û×CÊÓ·†‚UÔ¬U' ÙP5ª‡ÇŠöu~yôÖ•ƒ5ÝœPt@ :jÄ{k¶ËX¸ã…e»š?·œn ׯ]àØŸ5…GwARGzQÄŽcç4È,8zNçÝ ®‡¿2=+ŒÍÌöåø ~ÛØÃ­‘[Ï•õW‰kWN)¯]9³yûã†>åÑd¸ÆÛ7N§\°ý0¸zñˆR~»pÉ_yôâeøzRðÐùK3²(Oí{Å£qÞž7[5꿱;öG¹H½ï~yø¹™[Óß,ºôÍ6z¹ÕÉ `Þší¿»¿š©toE¾W+aâFrÏ®HÓšI>­_þ‚ÜòÉN]p]%øáè¹%HË_——øÊùÃS¦L.¼pI Úz¨æÿ|ì]D]9ûý‘3àÒé„¢ Ï_òö­«$??·Îé¬ÔÌK¨ÕöåOÈ¢C§}É—‚½û¯Ú W>ã4ÙwF´ÏÓ3¿!÷nþ)l¦÷toŸ!µÜ¢tÊ%…§è:LkÓ¯±£ÖD&¯Žx~eóá+Ú]7ÿ£_ûLþ|øŒoã’WZ4pqà€EÁ.X¿‹î˜NæÈ‰óàÙN 7kجaÓ„—>8@:\0øéÈúÍ;¦ ¡9xðÛgZ‡6hØ$ qÛgߥkûfR_¿¦Í‚#üƒ¹Úúì_=®Q­úáQ1&¬%¯\<Þ624ñk<|Ú7äªmë4jáã½}Ö°º>õÚ7F©¹xê‡äÎQ ›†vËÞæKž)ܘÑ(0¨Y£ˆÎŸžò½prÛvaþAAÍ: [ÎV}ï’Õ¤y´¢+=rõÔ÷öÌÙ𠘽þçkÖÏÙÚ>kc×¼M/.ß5}Ížikö€¼·w4{æ ºÒW._ °è¬±ké2¿Mí>ë÷•”,Þü¹“–ýøTÚ†„Ô -ƬKY‹`ìèuq)ëâǬ-Ó>h™öa>oÜs.×åK8üÇc^Îû0¨™Ÿ‹äÓJJÞý?êjªQ endstream endobj 535 0 obj << /D [533 0 R /XYZ 56.693 815.761 null] >> endobj 379 0 obj << /D [533 0 R /XYZ 56.693 425.973 null] >> endobj 536 0 obj << /D [533 0 R /XYZ 56.693 406.103 null] >> endobj 380 0 obj << /D [533 0 R /XYZ 56.693 211.881 null] >> endobj 537 0 obj << /D [533 0 R /XYZ 56.693 192.011 null] >> endobj 532 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R >> /XObject << /Im17 522 0 R /Im18 531 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 542 0 obj << /Length 1500 /Filter /FlateDecode >> stream xÚµXQ“›6~÷¯àÏœI d2m:—I“I;m'Û>œó€¨±¸€ˆçüë»BŽ$—Ìuææ’Ø]}»ûíÊØË<ì½Y¼Ü,ž½fØ‹QÑÈÛÜzE÷Ö$FA¸ö6©w㿲UgQç‰LwKŠývŸ/W”aÿvð°6ã4i–6¿€Ø!(fÌ|ü{Òª¢l›ÕõA•rnӯˀù•ÜbL³¶NôÆæ$êÃY´™Þ6o 6F¶1äq€”îkÂÁ¾öŸ™GÈô'‹Ÿ7‹ {°G<¡(<aêí‹›ØKa lAa¼öNÝΣÇF4ˆ`\zïïxˆHq‚H{œaÄ!?X[‡x®Q­¥[Ìp*ô1e¡Š%eþ'Þ¡…ɤl`#1ÂF*WFÚ»£THÕÜÕÅ>W‘™_|÷q²zDÑ6øÌ™zH½¥(&!hŽm´m)eãm7+†±ÿFì x:aï acÎ 2¡µŸt8ÊNi§¯Ûæ´$ =/y†ÿf°F. )C”[ÿ½ÒâÍ}§§óDéÓ§13/ ýª‰eÙÊÌ,l)f`&_×If½sÐWÇ£6B¿7Õ.)S3>Šü9½×ÌàÝ¿â ÆbSh¯%l(æ‹Úø±Tg:ymÓGKæ¥Ô(4 ;•8B% ˆqjÎ ‚ø4L \/`ÈFk?™ˆN2æÁàºÞ‰B5í¬ÄáS™Í¸Qgˆ³ÁÙýA„”Ø[ѨRhu€õUÏÅ´·yír¡óçó±Í.¢/ç^q<:|E ù®§M%As¿,©ê%ÛzìÂ)w°DföXønò‚_[z2ËžÊ ©ùvbÛ˜w,ìoÁ›P]Ë]Ïj³%j1£ß´Û³dvyJûÔjÔR]L0 M¬^Lo áˆS—˰bäO¹6io]ªÙ¥?µ Vã_ƒóÛ t<Гô'½^Mvø¥Õ´ËujÊìÂ/EZÈl€í¹rˆë Ä9>W8 öY@zCfC!¶%°É«Ö}_9´“½iLéÖ¸ðï­ÒäîN$õ2ľ¥‰Úp꺌:-…+\•e•‹Þ샪ìÀHð©¨+y„ÞÖLþ4wµøº••,ïG¶Š@Sa@×µ™®ì¡%Ñc-‘bиü& #ÚytÐzÓÙp{_•e×PGÔµ0rí¡ÃøÅ’ø¦ÞEAß0À¢+}¦9‰¦2ÏÓ ŒáÕ„1 L΀siðµÔ)ư´ÇÑê擹ç\¶Vpê,A 5S˜ÈÖiŽ=5(uµ R}©p §ëž©2ºC‹1—ó Yî+ðYC¿ DjfãsAÌý}Í´ Ý8Þv&·¥j¬Ðʇ†<‘΂> endobj 539 0 obj << /Type /XObject /Subtype /Image /Width 727 /Height 257 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 548 0 R /Length 23139 /Filter /FlateDecode >> stream xÚì|SUÿÿÀúGQÀbe´ð¨ .PñB‘¡¢(T–ÈDq<ÊEeÏÝéÞ-Ý‹Rº÷nÚtþßæà}brÒÒ‘–Ï}½ÅÓ“³î¹É=ï{ϹÉÿý6lذa{R¶ò²Rô6lØžðÓ Î„Ø°µËçŸ>lذ=›û½lEÐ-ذµ¥{ÀC°aÃönï»® t6lm&ðlذµÙVUSO4)±,-Û àHq[–0ƒ@?`kmý€„`k—ÍÅÅ% 22]ÑéÝCý¾U á‘¢fÞXvlÛ,‹Žnr¼Öüb[Ï@ !ØÚxÛ¼é+HHlÅeÕíx™¯Î ßTÔ¬ëqó$ßHÉ •¡×ךSZÛ Óª›Ú¾Ã}+í”fÞÛi_‘ÖÞëÐö~ï ‘f£Ç|wQ.÷{Ùï»^)®¯¨®“¥•öT®d¹J[Ū[µüÇ©¥½W4eÓiÆ¤ÍÆÇǑےö²ŽÖ8”-n-Û{šp[é¸w s]QaAç–Ç|“´Ôìo ¡¡°VŽGéDówZu7ý|<ëëë›z\4Á=š§"‚zÌ3p›ä;–{<榽ZÒ¼š‘«Å¯±]§þ%p'˜S#iq iß ´f¼ÇZÖº•¥dR!®+¯®U„§¾dÊÒ«N TÃ$D1>#;—P}˜”ú,a†êÅZgkÕzÍ8u·Á™¿óéGË h)ŸiÙ#ø˜evŽ™µW/µ¸„4õ¬È%»vé¦3fì8ÞÒd³P²±ãÆ7»aMEYkÕÏE 7^·Ù ønßç.^áþd"› Mj Ã^~™ ýÉ[{¿Ñ‘U<ÜŠóþûïO›6mÕªUÅÅÅ­í!T;ýÛîùõÇôC‡ö޵âè1/Û™„ðvBS%ä‘jѤK3żB-TvYGéÓSSÔ<¸óæ}°rå Qv…ÓÓRúéÀcÇâ¢ÂÞ½{7)ËßBƒW,Ù¹r1ÊØ¾cç~æ}ÉÎÑeÎÜä"‹Êª„9ù!a‘Ìréêõ•«?V³¼P]ê'æmí#‹•kð'k>kvkƒî†M›>ƒûóo yøgzV£|üéšÂÒJ‚÷C²rx‹¢cª¦„¼õÖ[8vìØÖ­[5DBÚ÷N5O ‡t”)¿)\VBä:¡IÒ7UHï%'!$ Àÿ™gžÉÏË•‹¿pþܨQ£tttfÏž’œD1I‰ C† a¯Þ ¹3qâD PÆ>}ú|³}ûÂ… tÇwsu¡È-[6wíÚuÆŒésæÌ‘-3G”MÍV!!tù\\.–eúŒ™ïÎz.̳r å^’Å/0dÄÈQyEå¾fd¬7¶‰#Göðö÷ ¸£¥5ä•W´©¨+×n®ÛðÕ‡Ëôç/X¸pÑb þq†²¤fæ,ÿhå¸ñº”eÇÎÝrY6oÝ~ðÈ±ÈØÄÁ/½ÄªË-,;n|PH×€¨Ø¤·Þ~GWOïƒy f¿7ÇÒÚŽ"eëJHÉ\´äCJ0|ø+TËecïüú¤Éãuõ^~y¸Ñ-3Š‘«š7—l±,F±Á«Vòλ³_ÒÒúbý—ÊêbE-Óÿhåªé%.eQYuŸ>} J*ö­TB¸=ÍÎ+úõ·C…¥UìO ПÉ{\Ô”äädz;±pNNÎèÑ£5GBm6Ü?i»,'!r'I5%¤mf±)!r¨/!çΞ>}š\dTdDÿþýããâ(¼kçÎeË–©êWg ÛX[½óöÛ*î„–Û4IBwOß _n¢¡ó£«hpçGYh$=~ò4r J_80M˜Karú“½Ê »“§Lýü‹õ\ØÓ7ÆÜ©oLcÙ‰ÄT¡\–7ßzÛÉõ6HBbR)°ÿÇŸi çj§xâÄ› l(LÿR‡$§gËÖE ¨w/ gŠò_xñEæT$?T;¼ý‚Éš¸}aU+Ë%» ²= ÛàÕŸ¬¡Ž¢ôO?݇¹o]TIò‹+úöíÇRýú=“ž•Ë+!MBM ñööž?>÷n§·Yii)$H$Dµ„´ÙRº6–óçÎ.^´ˆ…££"_xáÒ«W/™¯­­­BBüü|““UHHI¥¤ˆ®ÄùÈ/©¼rýÖóи©ø  É"Ö1rùG+oš˜ç•³£Fë„EÇS  ´Š†×¤ôl~öÙgE¥¦–Ö3ßz[®L. ñÜsÏ s )ðá2ý«FƱ‰¯hÈÌ)àS ïÏù€…cÓ´´†ÈÕebaE 1}ÆLeÏÊ+¢ø“§ÿš>óÍiÓgèM˜ðÆ´érUóæ’-VYƒŸþyÖ¢ü’I©XõÌ3ϤeQ?‰i©7XÊT!ÓÞô*û“Iˆ²ã¢H´’„´åzþÖ“€ÿ~ýúÉMÇðJHJr’––—‹“ÊÎ"ÉR†þ8kBH!D%rÐpÃÄœ`ذ—×møÊÍÓG.APhøÐ¡Ã¸?Ó³s¯ÝšóÁ¼wÞE¦dŠžýÿ½ä2vÜx.þô3–ò–™àõI“…¹E\áLBd«‹NH!ñ 9¤N£ý©ìШ/!QQQï½÷Þ´iÓV¬XQXX @Bž ÑJHa©0§ Ì›¿ÀÁÙ­yyÕgçîï¾Üh Ÿ”&d +Û±ãÆ¥gå¶vKZ‰¸¤4½ ‚Ce#™„È¥ŒŠKÔÕ%!Õ£€ŠÕ—6Þ !€Ž+!mÎ|B$D”_š‘ß ÜnûšZX5/¯:xúè茙ýÞœ¤´,ÅWwíÙ7fÌXbæ›oyû·^3Z +;[¹H&!Љ#bÕBBÒQ$$;¿$-+hLBš—Ž"!Ë2s€FÁ$¤yyUHÈ®Û2ÒÓÚÅ@èƒOµCBHˆ¬„sŠ’Ó³FÁ$¤yy•IHv¶ðØáßý}¼ÛEBâãb9ÔÐЀs  !<²?Ýo›”‘”– :±IéköÑ‘U<Üùyþ¾Þ?ØSWW׆÷@ê¨Fª72"¼¦FŒs  !|#²wŸ°0±÷IL‚ΩƒÏž“–ÞÙ¼G¼²¢<"<ìØ‘ƒ»vlÛ±msÛ@uQd õõu8ðˆ.$„“’çèÿÅ×Lí}bÒR2AÇ…Ž G:šN ÑÉ"e½¦FÜÐÐÐÆ%ª÷@Hˆ,´ÅŠhÌÚsRðé~£÷]—5ûöœ°¤£•UVZ‚S @B42‘Ø´<ŸÈl°l÷{ CGÐ;";:YH:„t¦°$@B !€„4UBŒ®\ÌÍÉÆ!4ªÊŠêê*¬;¥„Ø,ÒR“Å⪊Š2k@£ D"‘¤&'Ò`Ýl iKiª„$ÄÅšßHOK‹«ëêj !TWW‘˜ßHŒ‹ë”Â<ÄF`ntå"倆@C3 ÐÊ ¤£Hˆÿºµ–.m:ô~÷î¨1è8ÐðMƒxíþS}æ¯$!œ®2‡èp*¢É"^· è|H¾Ü ÉOÇÀ@€Îí!šùÛ1œVlmíÊ•ÕׯUDF”äã¹' PO7 ß4ˆ+ŽìÅÇ©m¾1 ‘[’2}Úƒ´4J ãB6"§"uZZÊ$äA{l$!r·Aj>úHõ#ºè(Èyˆÿºµ%!’ d›Wr/tšû!²£|Æë¯i”„ÈÎÅÔ|ôÑ#¿¬ ôfHÅóÏi”„È~#Yù•Ë 3Q}ý7Ð×wë¦Q"7 :ñŒŒF=󆉲!!@§¢ _ i—ï QlX³%¤¸¨íE×®]Ÿyæ™I“&;{¶I%ÄÅÅRö©S§ÊÅ8ð#ÑîÇQYóÚ éš‰šÒö_ÛÞâÒ¥K—íÛ¶­\¹âé§Ÿ¦?wïÚõø£|?éÖî1;KH»vâÄqÅ—JŠ‹Ú±aÒ?:„´™Š´†„tëÖýéççÛµk×=z¤§¥ÒŸ7n7¶{÷î/¼ðÂŽo¾¡a[˜™ñÁs{÷îý¯ýkèСW¯^‘•¿¢ðW_}õòË/s}2|øpzÉÈèúرc¨¨|ýµAaA>ËHå/X0ÿ©§ž3F‡jWl¡b¸Œ‹-êÙ³çÈ‘#ƒƒ‚(å²¥K)ÞÛË“ÂÎNN^½z•lóXx„ ”‘öÑÅÙYE«ä gñ'N\ôŸÿPü¬Y³FÝ«WÏM›66µ©Ô'rý<¦„´Š´ª„ãÇ£k+_o’7gÎXZ0»øí¿ÿ=qâ8öìÞM :hblÌò›7Mo¶o§BÌÍL{I·Ë—/QØÇÛ‹Š4hàÉ“'Þÿ}–ŒeìÒ¥ Ež64¤ÑrÍãmËHÛO?Øùí· ý ÄÔ$ l¢ðk×R˜TDQBh[¾|ù±cG¯_¿¦¬UŠ…sñ¤3gÌ @Ÿ>}öïÿ^륗(LjѤ¦Êõ>kZJBZÕCÚLB¾ûn[+ÒMºQ˜FjK s :té‡þòóÏéi©lœ¥ËN§XQ?ü°ŸÂ‘á=z4ËHÕÉÖ%Û<Þ6°ŒT% ôž†@Bš'!­ç!m ![¶lîÚµëŒÓÙ¼ZZ˜Oœ8qìØ1¯½öš¿¿7d|»cÇøqã(ž"—-[¦­­ýÖ›oæåæÈ,*’-X0ŸJ¦}}ý‚ü<ŠÙ¿ÿ{ªe÷pw£We›§˜žªèӧφ –-]:iÒ$gge‘¼;¢¬Ì¾}ûl¢Ý¿qÈ«ý´¡áðáéÀo¶oçFXÞÎQ³v–’J[¸pèæê¢¢"vm®,‹¡á©W^yeÊ”);¾ùFqô¿pþܨQ£tttfÏž’œD17~Õ«WÏ×_Šâ’ÉwvìvïÚE¥½üòË\E¼}ØÔ.ÊeS·“MÐÓÛ°~½¬„Ðãý÷ßgoÙ7¡â.(ëg5;|ÏîÝÔi,‹·½We{[ö ¬ r>òm¯fÃäz yB$Dö,1!~ÌÌŒt {yÞf# 3iMM¿þ§Ÿ<ÿüóÑQ‘ž?ÞÙ3gd%Du²Œô4–ò‹µkO:I:·<¨° ŸÂ«V­¤AM¶yŠéYËÆ_@½¢¥¥UR\ÄÉ»#*Ê´XÊV1`À6ôPJ–]Eç¨S;KéêÒ8zÚX[½óöÛÊ*’y³ 4íȦMå$„^íß¿|\…wíÜI"‹9r$;Êî„PE·nÞ¤ðÕ«WXEÊú°©]tíÚÕåË—³\$$ÜÀž–:uêÔ?ÿøC®1¼»ÀÛÏ\cÔïðˆð°¡C‡²_x$7ûﯿÊõ6{'¨hƒ\ªßöê7 wB€„@B.^8ÿâ‹/Ò僮sÙ9³gÏž,­­ ų0]ÀîÝû¬„¨NF'üÉ“'OŸ>D:ÿ³Wõõõ/_¾$ÌÌ zssD²ÍSLOUtïÞ½´¤˜%1bÄÝ;¼‘¼;¢¬Ì=zÈýîðùsg©aܽz6v(ë5k§”½zõbÉâãébYYE²Ã"o–+Vp×òrn@¯.^´ˆ…i4|á…Ô”:v¬häe)ëæv÷ 6‘äpwŸzõê©££c|ë–bcxw·Ÿ¹Æ¨ßáÄ”)Sœ©Æ’$Èö6÷NPÖÅU¿íÕo$H$äÂùst§bßÁÁ~Ö¬Y,|àÀßíÙ£f2:íÓ8ÅnP9|ˆÝ–'Ü\]fΘqèàÁõëÖÉVÊ›žªèÖ­7_?lØ0&!Š‘¼;¢¬LÅå4­Zµ’…}}}Ø«¬sÔ¬]¶¢¤Ä6ñV$;,òfi Q¬ˆw/šÑEDv–ðÆ £Õ«W‘rŸ|òñš5Ÿ²A_ QìgÙ(5;œ­ÑýlÍ s³wß}WYo+kƒbªßöê7 $äÉ” bÙuÙ³Ï>ëíåÉ–ëûùù¶”„˜Ï;—þ¤A‡¬ƒ“b‚žÞ AdÛÆ›žÝÇf“;.ÎÎ/ ÌMÇÈEò2%$*2‚†9z‰Âûöíe#¬²ÎQ³vÞ¡‡·"ÕN—ðʦchÄTs:Fö¸óVÄ»Íè"j K–%ÌìÕ«'¶¬:: $d&ìþ×Þ]àíg®1êw8Án»-\¸àâ…óÊz[Yš*!MjׄÀÒ"5%çj !þé lÒÖÖ~ã©¶¶èéêŽ=š†­mÛ¶¶”„äçÍ›÷ÁìÙ³—,^¼rå Y 9|è ì££ Þô¬Š¯¿6˜0a¨Q£œœ”Eò2;ç´¡áÔ©Sõõõ)7Ð+ëujW6ôðV¤BBˆ'Ž“¼úê«tà&Mš¤¸0u„t£CÀÖl(“î¸+«Hq/šÑEæfcÇŽ¡ãÇ34<%»_ä!k?ÿ|ÅŠd²oBÅ]PÖÏêw8±xÑ¢§Ÿ~š[V­ØÛ*ÚÐ$ iRÃd{€"©4œ«€„tb Ñ>\²„NøÍ{´óñ/}LÚ¥ö¼Ü\س{÷W_}õ$|fÛ÷(€ÆJ¾1µÙе9]!¾÷Þ{j~-$„±yó×'N¤‹ô9s椧¥BB @›I~ÀH „ O ´=}jØÇÚ H€„@B€„ !9JKŠóD"aFFFjzfZºH(ÌÏÍ•ûmY:„øûxчEFW.úûzã €„´¶„æç¥$&Û[[Ÿ6lX¶té¤I“\œ•E–æ”}ìØ1¯½öš¿¿ŸŠ2ûöík`°iΜ9çΞUÑðDIHiIIã¨-5 ÅѼ²¢¢Nz3„“–¾X&½X\]#³ô$0âêj “íS$yˆ:Bµ4Ô“}ÔQ^NBÊËÊ(¦^_*½ÙBI$ú›Kkä$„¤FÕUUbé‡ÚL66£¢¼^ºÑ߬, e'‘¢’éòƒ í.!Zkm fdž}ÚÈ‘#7nüŠEêëë_¾|‰\åÅ_ÌÍE„‡ :ÔÀ`Ó­›7Ù} YK aèÞ½;!Y‚#FÜ ¹ÃyñÂyªbÆŒéŒáÇ«(³Gì)!ÕíO¬„”——IçP(’“vGBM ¡d4ÖS Suî„PœZüÏ7*Ê©Tƒ-#)it†z±¸º¢¼¬HFB¨–Æ…é˜Æ’%5²ªÃI—˜k!ò8’™ö ,³ÉHÈîz> ÉËÍéÛ·ïKƒ‘n={ö´07“•eK—žš9cF^n.©È¦MOž<ÁîŸèŽOÙ)|äð!njÃÍÕ…:xpýºu,&;Kxã†ÑêÕ«È äîÀ(–@ÂЭ[7n寰aØ„(F^8nþüyŠwuxËìׯ—FY{À7S*?CJPYYÁIH*+*Ô™Ž‘JK)ØêP5%¤æo )•‘‰D»¤q¢§FÌ´‡IýÙ¸F¥Y­Z@BGBDBá©ãG¸éY á¦cþ2÷ç§O¸d‰¬„œ:uRKKkïÞï(<}ú4 ‡Ý ¥°‰±ñܹsÙ’²Ùõôô È–—ÄÇÅ‘P K˜Ù«WOÙu¡¼%°©“³gÎPØÅÙ™ìˆ›Ž‘‹LˆöÙg½½<ÙÒ\??_er¢¢=à _˜ÊfRä$¤¬¬”Fðÿ-L­•[˜zŸ3 –¾ªª’)‡:"Õƒ‡3/¤.Üt eáž»akB(RvF6@Äyˆ:Ó1ìV}h0@»Kȃ6ÙZ[Bòssíl¯P-J¦ÒK~¾ÞtÕ¦˜÷í·ÞºpþÜÿnªd¤÷éÓG˜™ÁI)u[ ºg÷îÁƒ=|(8?oÞ¼fÏž½dñâ•+WÈJÈáC§L™ÂÂæfcÇŽÑ?~ü¸q††§þñX1_ L¾þÚ`„ £FrvrRIX[ ôtuG=räÈmÛ¶ª.ó‘íOè#ºböˆnãNÐÙÀÍI…Tyìðþ½»ˆSÇŽ8ÚÙ’“aü^ ÉÏͱ˜…Ü ª­•äçq²‘™žJaÒGû¤Ä„ôÔdÙxE‚ý­-ÌlÞžœ„Ü»{ÇÎZ`keao#ˆŽgÊáêhggeioeééî"+!äBζþ>žÞ·ÝÌnÝvs¡?)AH°?9¹³½mb\ Ëbnr“²»;;P‘a¡&€„´£„äåE‡G=ôÛÕËR’“$ÒW.?vø÷ä„„ÊŠ eyssDë¾øbèСÆ ›:uêmw=õÔSnäjÙ67©´Ò’â~دfâð°{ºãÇkìŽ7&õ@»Hˆ•¹ih£ÔäåÊÞádÃËÃ-$8ü„âI'¬,L ©üïîGL”¥™±(KHå8ÚY“„$ÄÆØ ,„™555¹99dY™wïz¸8UUVHjjª*+ËJK˜„ˆ««l­îúWUUÒùbèü@‘T¯¥é-aF:9RĽ»~Þži)”ÅôæuQveÏËQ«²…™)€„´‹„Ðy>%1ùèÁßn»»*Öîáæròø‘êê*e?"3gΜO>ù˜Îu¶µµyî¹çî…ÞíX¢úG{=o{´×ÈN ëÝ»w{IˆâŽ7û×çШßí"!A~>îι¢l¹9Y ð£áž›¦a[uU%—%$ÈßÃÕ¹¾¾ž !*üž“TBB‚f&ONâhkmciN‘q1‘¸äœ’ŸžšÜx[Ãø†“½MXhˆX\Í\ÈÂäÆ}é •ìæâØ@%§§’êX››Ðõe1»etÿþýQ¥±˜—a¤Ò.’'ÙZ[]½|AYè%_/òżþýúõËËÍåb 6­_·.?/·OŸ>ßlß¾páÝ\]d‡àýû¿ß²e3‹ñpw›8q¢l™ ̧mmm}}}æ6¬´ 6,[ºtÒ¤I.ÎÎÊ" K sÊ>vì˜×^{ÍßßOE™}ûö¥Ö’D;{–èéêNÐÓÛ°~=¯6(Û#FŽ([±Þ–pÂûª¹™éøqã*Š\Žz©k×®3fL§F*ËrÚÐpøðáÔÔ6E QÌ»#{vïÞñÍ7,‹·5@vÇ¹ŽºqÃèÂùs£FÒÑÑ™={vJr’²)’ÞßîØAEQíTõ²e˨ÿßzóͼÜõ&Û¼¬ kB‚|ÝœS’ø%ÄÁÖ*:2‚“ÞéRoOwÒ GE†ÙÛ%$ø¡™ˆ««l ‰GzZª¯·'‰GZJ»r'( 8À/7ç¡ ÉJÈmw—ÊŠ v¿E`fL2 á–‘X[˜IS0^ is fdž.nÀ€´/Kt òssD²÷x³DEFP&´kr›…wG"ÂÆÊ!oÜøÕýUnÇYGQuýû÷§vRx×ÎäÊ d‘¦&&þé§Ï?ÿ|tT$…çÏŸwöÌõ&ÛªS;Jy…¿¯7 CÊ?#i¬÷÷ñ²27­(/cÓ1Ê$„ôÀF`^ZRLa?ïÛö6kBâãbf·²³„ì—èȰÆc£é*;[˜Éfa¸5!~Þ~>ž”’IH}]7ÑS˜ŸOa_/'&!¦7¯§¥$“ÃD†… ÌMj%Hx:¦]$$#5}ÿÞ]‰DYjjj(A]]b^P”IH¯^½XLB|<]ËÝÐ×׿|ù’03ãÅ_¤ÑV¶©*väÈ‘4 ²á©{÷îtŠf FŒq7äoäÅ ç©@ºpf >\E™=zô`Ã.‚ébÿÖÍ›ì> ¯„ðîC±e-a¥ñ¾záü¹—,Q6Á›åü¹³Ô“Ü쉜„ðfQ¶#S¦Lqrt¤H’ »ã\GQu‹-béI*^xáeRdÏž=Y¤­­ ÕÎÂû÷¿wïwê7L¶T¦ö•ú}½=o»¹¤&'°µÖ–fÖ¦®N¢l!}vØÂTKóÆ5!Ò§t“âþq3äN»‹“»‹£'ýggŦF„‡º8ÚÛ ,lf>žîYÂŒ°Æ¥ªXYÜ ô¿ÿ>UÍ=èëãçÝè!^n¶V¶ÖìhkmkÙ¸05/'‡MÇP–°Ð»TÉO\ttÔX¶—Ì4u$dw=Ÿ„°é>d§cÖ}ñ»Ïb’ä†`ÂÍÕe指\¿nl4ÒHÊîØ9|ˆÝu§ÒºuëÆ-H6l“ÅHÇéZ[®‘ÊÊäZHÐõæF«W¯"WQ&!¼{¤¬Þ–p¥ñ¾ªZBx³¬Zµ’…}}}ä$„7‹²9yòÄgkÖX˜›½ûî»Êv\™„((éà`?kÖ,>pàÇïöìQ¿arkBT¦v‘â~Cws£¢¼¼ºª*-%‰"—}ÔÖåe\ŠçÑ­—š‰lQdVbqµt x ÷ˆnŽ(KRSS+‘ÔÖJØ­’\Q¶tåx ÁžÇ¡¹¹ÊLÍ @iIImm-Háü¼ÊNPóØÂTæ-T`cᵑô~ Òö" O?¢z:æ/ÃtBãÍ>{öìO?ý„]™ÚÙÙöïß?ônÈ#%„˜ §7hÐÀÀ€ÙÒLŒçÎK:“¥pÂ@}~öÌ »8;¿4x07#IWÐÏ>û¬·—'[pëçç«¢L®…ñqqÌ£²„™½zõ”[~©Ž„(–ÀÛ®4ÞWe§c¨?Ù "‚ép+ËAöŪ޷o¯œ„ðfQ¶#ì®ÔÂ… .^8¯lÇI~Ü8CÃS͸Â[‚bKd{€÷U3S*GGG‡Ê »Êî,ikk¿ñÆTeYNN:U__ŸöKqaªb;²xÑ¢§Ÿ~šÝ2âÝqvwe„t#¯à¦6UBšÔ0®T¦æýv 9Æ“ùÛ1²7Ov”²Ò’Ìôôc‡wwuV¬ÝÝÍÅðäQ‰D¢ìÝfóá’%4¢©¥IÿUD€_Ñ@B:Ö—•%'$œ:qäÊ¥óÉI‰5Ò—/ž#))*ª®ªlÁ± :*’.ß{ï=5ï¨CB$ éÄ¿SYQQ]]åãíù§á‰öí&þ:}ÒÏ×["‘´¬ @Bð=!rT”—‘‡H$5Ô9Ò¥ýKë[|€v”öñ€6€„:“„´™‡@B€„ !:„øûx©x>—0ºrÑß×§P$@ËJÈõ+ssD*Nô*yN¡H$€–•ú¤<òì¡:…ÉÍÆßˆ±4³³$ÆÇ±Èü¼\/[¹­•¹‹£]jJRNN6¥ÉÌHc |n»‡ð˜•™áhk¥þÉ*³4½%Cõ‡Þ ÆiH$€N/!U•• i©¤åeeéáâäëíY]Eñõ9¢lk SQ¶0&:’âKŠ‹âãblâjÚªø%Äκ¾®®Irÿþ}Y ¡VUWUáÌ@§—¶ñHš,!¤¹9"Ó›×%55éi©dä55⢢BJèz'¨´¤ØÓÝ%*âžÀ\(̨¯ÿ‡fD†‡Ù ,œlƒü9 Iˆ‹u´³q°µr²·¥bÙ=–Ûn.޶ÖN¶Öl± '!y¹$9TQ¿¯Ù-#JFR‚è¨p;k½ÀÝÅ1W”ͲX˜Þ¢ìÞnTcJR"Æ !:®„ЉÂÎÊ‚>’ÑQ®NdÅR!b££(¦F,Îf’„544”•–ÈÜýȘ›6Ô×ß p¶·! ÉÉÎr°±**,¬««+ÈÏ'[(--¡¢|<Ý% % icBaG»èˆ°Z‰„ÚC1Ô’ºÚÚÒâb*™ÒÔ××S ý}¼¨©ô'ù’(;‹²ØY[––”`˜ ƒJHxH›I]¬å‰DÂŒŒŒÔôÌ´t‘P˜Ÿ›KgK ^¢LBl­,f&æÆ7²„™4Ö“ ¸9;’piÈ\íÉ%"ÂB­-ͼ<ÜÄâjÙBb"ý==ÈLÈÒR’È7È1Hf¬ÌM=\]ì]íí¬,)R(̰Xܽ]PW,½9BU;ÙÛÄÇÅÐ9­²¢‚Mǰ *™ª£0•Lͳ¶0•ÔÔ°,É&ì%¤Ãö•Âü¼”Äd{kë“Çïß»‹8u숣-9IqaÆ/ Qv'¤Ñ=¤Ã=;›Ž©‹¹4þ>þ¾ee¥ä$·Ý\’ä$Äß׋ô€Âii)l:&:ª±@2òFC}}ãdJA~fFZ€Ÿ‰M‘TB¨º;Awý+Ê˸5!œ„ÞH$%7Jˆ¹ HYÌnqËHl­ÌÉAà!@BÔ”º˜WW·¬„äåE‡G=ôÛÕËR’“$ÒW.?vø÷䄺ÂR–·wïÞï¼ó §¥¦ÐŸOȈÆ~é¾]J£!ã‡ö«™8<ìžîøñ»ãÍ£I=ÐÓ14ô;ÙÛdHWnx¸8‘P …“ãÙ„EdØ=r€l¡ÐV`^\X(;cgeQ%]Jz78Iˆ(;K`fœ››Ã¼"=-…¢,!EµQTumm-·&$(ÀÌ„UJ/ÕK…ăjgS?w‚ü½o»3 1½y=-%™"S’é|R__ ¢¦„´¬„Ðù'%1ùèÁßn»»*Öîáæròø‘êê*e?"CÖ¡¥¥åäèØ¢æÏ춪k÷¼íÑ^#;5Lý~nq QÜñ¶?LMê6‡ëHm­Ùï;ß °³²´µ²pq°ÍHO¥ßÕѾ¶VRUYA)Ãå\9Q‘®NÞžîþ¾ÞNÒ5!™”ïâhï`#°³¶ ð£jB|¬ƒ­•£•£­UTxXãzT™§c‚ü);yH ¿%sq´“NER«ì­,Ý]é“Φc(KXè]g;kAZj*™ † !í5“'ÙZ[]½|AYè%_/òeòÇéÓÓ§O““K ó‰'Ž;æµ×^ó÷÷£˜=»wïøæöª·×øqãx“Ñ9¼oß¾›æÌ™sã†WÑ‚ó)¥¶¶¶¾¾>HYÊ>}úlذaÙÒ¥“&MrqvVÉ[‘²2¹ÚÏ=K ôtu'èémX¿žWXußlß¾páëÝ\]dÓ䈲Kàm '!¼¯š›™RwTԽл[¶lîÚµëŒÓ©‘ʲœ64>|8õµMQBx»]qGx·ã²‡éÂùs£FÒÑÑ™={vJr’²)²_¿~ßîØAEQíTõ²e˨ÿßzóͼÜõ&Û¼Ü6B°,\^VÆnA#ՈŠõjÈô++Ê)À媪ªd³$•”€$A,sèR›)\/ÝèÒ£1¦¼± id]¥Ti¨.nn…2×H§uÄâjiªÆ+*ÊY dAla*óJS'-¼¬¬Ãx:¦½¦c„™'¦CY’“ÿ4:*’ÂóçÏ;{æŒú “íÕ‡éߘ*}jUTZçûÆTů@BÚq:}ÿÞ]‰DYèÚŠÐE“ ¡Áˆ.]9 ¹xáü‹/¾Hª º$g‰§L™âäèH#ÈÀiÄáMFƒN=ŸÊ¡pòäÉÓ§O9r$ ˆ,e÷îÝKKŠY‚#FÜ ¹Ã©¬=¼erµ³!˜.öoݼÉî“ðJH¯^½XLB|<]Ô˦Q,AYKXi¼¯^8îÃ%K”MFðf9¾>7{"'!ʺwGä™ìŽsEÕ-^´ˆ¥'©xá…”H‘={öd‘¶¶6T; ïßÿý޽ߩß0ÙP}˜TývŒ¯79Æ£~;Æ«óeožð©í;“™¦Ž„ì®W)!˜6í?ÿøƒ 4nÒµ­bâ“'O|¶f…¹Ù»ï¾«,»c/Iã ¤ìŽý‘ÇØ]wJÙ­[7nA°aØ„(FòV¤¬LÙÚ³³„7n­^½Š\E™„pé“8©PV‚²ža¥ñ¾ªZBx³¬Zµ’…}}}ä$ä‘Ý.»#r‡ŒwÇ•Iˆb²‘ö³fÍbá~ünÏõ&·&DÅa¯è !š<# O?¢z:æ/õµµª%ÄÑÁaÈ!lh +ÖgŸ}ÖÛË“-|õóó}8õ“™A—º . k^eÉx%ÄÄØxîܹ Kï™3fpÂ@Gáì™3vqv~ið`n:F.’·"eerµÇÇÅÑŸÈföêÕSnù¥:¢X‚²ža¥ñ¾*;Óø¥™9"ÖílÍo–¨È²/Võ¾}{å$ä‘Ý.»#r‡ŒwÇIéçë-‘H4Ó@€„žX é4OÇpT”—‘‡H$5Ô9uô_m­X\­³0´ˆ„ÜvsVñ|.qýòJƒS(ÒªÓ1<ríò…ÄøX§z•<§P$¤µ§cxâ$äÒùGž=T¤IŒ±27‰‰Ž`º»8úyߦ€…ñ ™ ½DøûxQLrb¼—‡›µ…©•…©­¥y Ÿ·\2k 3eµÄEGÚY[¨º£º,LnÊÆ¤$%°f !š<$D} !Bï¹;;ff¤Ý»lke^VÖøk´dU᥮®¸¨ÐÅÑÎÃÅ©¨ ¿®¶¶ª²2:2¢¨0_.Ymm­2 ±·¶”Hjš$! ²‘T5cLÇÐi$¤ñˆ³cDX¨•…iRb©BZJ³‹ÌôT– :2ÜÂôVyYYEyYzj2Ť§¥4þï?“Éèomaæ`#ðöôà$äÞÝ;vÖ[+ {AtD8SWG;;+K{+KOwY INˆsv°õ÷ñô¾ífvËè¶› ýI B‚ýmæ¶sg{Ûĸ–ÅÜä&ewwv #ÃB1j€§c0€æKH|L ñþ~uuuÙÂLvÛ<ÁJ:ùq'(ÀÉÞ–¬€üDîî—ÌEªÿ»ûeif,ÊÖÖÖ’8ÚY“„$ÄÆØ ,„™555¹99dY™wïz¸8UUVHjjª*+ËJK˜„Ð)ÂÁÖêN UUe£ð˜Ü¤ÓE²_¯f¤×ÖJ"îÝõóöÌHK¡,¦7¯‹²³({^ŽˆZÅv Át š,!Aþ¾d^n¥%Åœ]TUTÔý½…Þ vq´#Ë(—¬ºª’{)$ÈßÃÕ¹¾¾ž !*üž“TBB‚f&ONâhkmciN‘q1‘¸äœ’ŸžšÜx[Ãø†“½MXhˆX\]—ÛX—ÉûÒ *ÙÍűJNO%Õ±67©¨(§,äQ÷ïßÏeQ[yIq !˜Ž@“%$>6ÊÊÌX˜™An+k²Ó1–¦·*+*x%„w:†TÁÛÓô€ÂQ‘aö6‚F ~h&ì^(Á–‘x¤§¥úz{’x¤¥$±;!w‚‚ürs²Ö%#!·Ý]XcHBfÆT “n‰µ…iqQ4ÃLÇ ©ââ`{'п¾®.1.ÖF`ÎMÇÈÙ…«£}¿oJb<{ì—=«¢BBH¨4vkÅÏû¶½Mãšø¸Ù­ì,!{à%:2LjAÑôéUÍfa¸5!~Þ~>ž”’I5’›è)Ìϧ°¯—‡‡‹“Ó›×ÓR’Éa"ÃBæ&µ $,LÅt +!!Aþ¶VÕU•…ùl^†ì"#-EÑ.’âîùÛ W€Ø Ì)%[˜jciÞ¸&Dú”nRBÜ? ¿äîâäîâèIÿÙY±…©á¡.Žöv ™§{–0#¬q©ªE#V¤C÷ïß'ëàžŽ ôõñónô/7jªƒ­uã=!Á޶ֶ– SórrØt e ½K‘üÄEG×I Át {'$?/G,þßb:c°™Žû r·8ÒR’ÊJK~±D¼…’qèìÙŽ‚ü¼Æ¯,® †—pèæˆ²$55TBm­„Ý*ÉeK·‚²°º¸¹é7!7Në”–”°ï@fͦìDuU[˜Ê¼… l,¼V"’Þoh¸„´‡`:€ÖúÆTé3ªÊHˆ{"¾1•÷«ELÇЪ¿CŽßŽ‘»y€„`:üŠ.‚é ! Át $¤Í<Ó1´”„°Ï5´LB0$ Át xr$Ó1´ˆ„øûx©x>—0ºrÑß×§P$Ó1´¬„\¿r17G¤âÔA¯’‡à €„`:€–•ú¤<òì¡:…ÉMQ–° òCïcP‚é:„TUV–u ¡6WWUa\‚é:™„$ÄÅ:ÚÙ8ØZ9ÙÛ¦§¥r§[+ Ûà@G[+yÛÍ…RR¼÷m÷‚‚¼‡Ùãc)kafzè ö“»Djr¥ç*ÊÏËm,ÁÖÚÉÖš-\QL¬˜†˜Ý2¢H'ÞÖR¹–¦·‚ýu׊"½=ܨ‘®Ny¹Š0 @$$';ËÁ†£°®®® ?ßÙÁ¶´´$+3ÓÚ´¤¤¨¾¾>4$ØÉÞ¦¾®Nºà¤ñ×o)eHp É!Ê ÌMrDÙõõuµµ’±8?7ÇF`NUPz¯ÛÑQuÒ¼Dlt”§;•@¥QJÚrEÙr‰ÓRSäÒ¼cЩƒ*(/+Sl-IˆéÍëYÂÌêꪘ¨Hk ³jgM¯×íÆô‹‘¯ã í(!ÚdÃt BBhÜ·27õpuvu²wu´·³²¤Á:&2œ” ¡¡¡¸¨0=5ÙÙá¡„Ü»{ÇÙÁ®1™µ%yHeeEtT¸·‡¥,¥¥Òÿ¼==ÒÓRórDTr%mì%¡0ÃV`q÷NP|ltAA¥¤H¹Äùy¹riØtÌýû÷•µ–$ÄÜøFã¹¥¼,)!ÞÝÅñ~CCIqqè :æçå(V x¢$Ó1hª„„{I-¢®¶–ÑP_OâçãYSSC HBí¬i¬ONJp´µ’žˆêh@§a],®¦ì>žIl)ÉI®NQá¾ÞÌd¸— ò33Òü|\틤ñЉåÒüSBxZ˦cX‚äÄRŠoœë  ©®ªR¬ðDI¦cÐL eg ÌŒsssØÐô´ d 3­-ÍÊËË(èïÃ$$!6ÆÓÝ•ä ®NöÁ~b±X”%´²0ý[0òòórYØÉÎÆÆÒ,W$ª‘™þ Ä$ ”j§fÔJUA.1o Ô××+k­¢„ÔÖJ˜„„…†K£(V Àt $€¶—KsúHNÒU£I‰ñ.Žö6;kKR‹ÒÒŠŒŠ³·8ÙÛ„r4Îzäyz¸z¹»zy¸úxz„²õ‰ñ±Î¶”ÝÑÖŠì…Ý÷½ëîì(¦)ùß ØøX[+G»ÆU¬QáaLäó¦¡6P¤‹£okUK‰ o¥<  %„ ¸áï­¥ŠH3ê¥}TÙí…ÊÊŠ††úˆ°{!Á—J$â%’Ú¸Ežååeõ·:¶8„D…ä„NYrU?LÙXW•Ï"å󦋫¥qµ¼­¥*9» W™„UU•ÕÕU¼ðt $€&cª([Å©#G”Ý"ߘäïëdgcgeéáâTVZB fÆ,a¦½µÀÃÕ‰$¥¢¢¼ !˜Ž =;Æ×›ãQ¿ãÕ"g!úÌÖIo8ÔJ$Mz¨¤¤¸¸1×ß·#Z01‚éð+ºH¦c€„žŽÁt $_V$4JB´Õ†é !H$H´¯„~L%„¯[§ØZt$_nÈfh¦„ÀC€Nl åe¥M’¶ù]NBؼŒÜút\†­>ó›¬Ñp aø¯[û`éRj¶ì÷˜ C@Ã7 âµÿù§HBT<¢›k~Ë(>6&#=-#-5=5…waêÎo¿eØØX—–Ïœ1£{÷î?ü°Ÿ^]¶l¥ôõñîÚµëàÁƒ._¾d|ëÖÚÏ??rø¯¯O·nÝúöíûóO?ž:vì¨03ã_ÿú×sÏ=wã†Ñ›3gRöY³f±º´´´(ñiCCg''ÙÇRXɃ ^îé¹'ešÔ*Ùxj …·oÛFaj…ÍLMšÚTÙ¾’Ûk:‚:9ÙYi©)æÆ7ãâxñŽ.!6‹¸˜haz%++-yä#ºä!û÷Oú—|þÙg>{æ …É+tÇ'9éÝ»÷¤I“ìíí(’†Ô zzÙ§O–å×_~¡ð€¾üòKY 9zôH¿~ý(fΜ9r#þõëׯŒÑ!{yþùç 6ä«#!¼MRñ­7ߤ’ ÅGt×U¿U”¦6U¶¯°t:1bquzZ2 ÖRBŒ®\Ì4 qß RQFBƒu§”JŸ‘–ªxš@]]- ÖUBäÖ  !@B !$H$€„@B !ò M6H€MqqaaA~A~Þ“íoIQQY)$h7Š óÃï…]½|êøÑ'ÃÇ®_¹¢ìÛË_B´Õ Ðqï\8ûWrrR]]Ýý'c«­•$&&\8{ænp`qqA‹Kȃ6Ü !:(…ùFW/§$'Þò¶äÄ„ëW.刲[VB´í ÐA)ÈÏ3­££Ceº8;¿ýÖ[r5ªÙ°vD¶xQÖ-ßxH¶Î$!‡®ù.Xg2wÅóVïðööNNN*,(¨¬¨ ÷` jjjD¢ìàààù+¶®ÙtyË~¯ç=U ôO?ý´––ÖСC¼k×®'ABðµí ¥øî»= .˜ §×6ÕªxÕó¶ èéêÞ ¹#—±wïÞ#!\™ÙY ÀÀ& Ð\ÃÚÙ€„`ÃÖT ©û{[¾ó檯Ó|ÿ˱‹11Ñd ÕÕÕ55br‰„þ©‹«KKJHNºòÎ’½{^¸åjò$$--999Ï=÷ÜÝ»we_%·©k¿ 4üû^~ùåˆð°1ctØ@Ö§OŸ 6,[ºtÒ¤I.ÎÎÊ" K ó‰'Ž;æµ×^ó÷÷c‘ ̧Hmmm}}}úø³ì}ûö50Ø4gΜsgÏRòÒž ë×ó—7~Õ«WÏ×_ý›íÛ¹—¶lÙܵk×3¦S!l´Ý½k—îøñÔ~7WíapeR T»ây¹d9¢lW,TgÈ!ÉI‰^µj%ùž²ŠÌÍLÇGPá÷Bï&%&PFö‰¥—ëeýLÝBýüꫯŽ=š;Ljî#í²ßº‚„`ëL2îÃÃ6;¼>w±¹}ffFeeiéGm­Dº5ziInnŽƒ«§î»_üøó=%‡jk-!™™™ HMM­¨¨ ãÖ­[çÍ›gffvõêUúHŽ3†>¼ÙÙÙ”ÒÐÐpçÎ011éÒ¥K^^…é“QRR²hÑ¢ &ЧuãÆ¬ ;;;zuܸqt Õ Á¯è‚ÇÇÉÑ‘ÞÒ8pàÇÍ›¿f½µ–½¢¥¥UR\Ä™˜Oê’)ýB`/ÏÛä¬ÌŒ¿ßð_¬]{êÔI®L+eãÛãÚÕåË—s£ž²kö‘#GFGEª¸BÞºy“ÂW¯^yçí·) ¬=\™ŠÓ1ÌË’©h¼²Ž?6{öìK/¼ñÆTeG'.êØréï\äæˆx%DîNˆ²~¾pþ…ÝÝ\_<˜jTIoX^H¶Î-!:ÿùõ‹¶ÓæýlaãF¦!®®–Èß›TCÄbqQQ¡›§ÿ«s¾Ú³/hÔü_$Ê-„$ä•W^1bD÷îÝ÷íÛG1$!ôatpp pRRÒsÏ=—žžNá½{÷®X±‚4 Ó5¾úê«É“'“¨ 4ˆbŒW­ZÅJ&!an3vìØüü| êééAB !ƒ?^}ôè ÄÆÆ 4ù}ŽJKŠYúXÑ ÈyñÂù_|‘F.ÆðáÃÙ«ÿýõWúLMŸ>ý¿bƒc=ÊJK(6tèPºZ'…`×ïÍ“ž={²i×ÖÖ¦€²ö¨#!ÌË’©h¼Š>ø`nÿþýcc¢•%£¡ÿÃ%KdKSGBxûù_ÿú‚ΊlúIÍ}ôóóe7m !Ø:·„,2økÉ'Fs—?þ—U^^.ùFMM£„ÐK[ˆ„,¤¤¸øìu«YK¿_kàðþú“êLÇäåå?ÞÉɉ$„Nz¬Ì+W®,]º”¥LNN¦! ¿ôÒK………&L°²²Ú¸q£@  kŠOHH6lØÖ­[-,,*++)æÚµk|óï>Ú"!mã!ÎJ^nNß¾}ézyˆt£aÝÂÜŒ²nݺq+7è³À$D1’†Îùóç)ÞZ¡Kl*™ÂGbsrk²³„7n­^½ŠÆÐfKW ×ÜP®Ø5%ä‘y¹†)k¼²¨+ttt¨“iˆW–LQBR’“´´´X8 À_QB”õ³ yä>bM¶N,!¤UU•Œ -ß^zjÙǶŸo:ŸžžVZZ\QQVUYQ)…¶ÊÊòòòRQvÖúGç}t|ÁÇ—w1á²+B’˜˜À›6m$(**¤s‹¹xñÂ’%‹Y˜.÷^xáÖ×_öǧgΜYXX §§÷õ׆†§ØK¹¹9·nÝúøã§L™B^ºtqÁ‚* HÐXΟ;ûþûïË>û¬·—'{pƒ ²&ÆÆsçÎe«MfΘ¡(!ñqqô§ô}žÙ«WO¹uª*$„ !˜-Zà•Þö¨)!ÌË’©h¼²Ö¬ùtç·ß:8Ø“Š3ð&“Ž¡fnŽˆJîß¿?›:ùõ—_˜„Èö€²~æ¦cÜ\]´^zIv:æ‘ûèèàÀn×@B°u> ©©©©ü[3\|ÃÆÍûþÓ/œV­qþë’ûP———UT”“P ¬¬”,ÂÔÆmƇ߮Ý`÷ï…?Ûº‡pÙyúéÞ ñÈËË0a‰ÇÉ+èÅ^‰‰¡3Y …wïÞ¥¯¯Ïâ éêoß¾}ž>}:…#"Â)L));D¢ì^½zÑÇ5))‘>¼>>Þ•ÒÈ¡ V‚••€$Š7ÀÑÚÒ é¬Ð@,»€†¼>}úИNŸrrú(5ÊÙɉôå" k+ž®îèÑ£i|ß¶m+û¼Ï›÷ÁìÙ³—,^¼rå E ±07;v ]Å7Ž´_ý;!„Á&mmí7Þ˜Ê+!¼íQSB™—%SÝxÅŒŒ®Oš4‰¹ © ‰²ŠÌLM¨d*9ì^({H™’Q7Ò…'!\¨ègÅäæ>bM¶N-!b©c<ä“gg~xü“Ïü¾Øàrù†¥¡±¾¬¬‘ÒÒ⢢k'Ÿ·—ïþpÕÅ·Ž›ý%i‰lv9èêॗ^:tÈ‹/¾øÙgŸ‘ÀäÓ‡‘KpáÂ…ÒmöìY©©),2<<ŒFpWW ïÙ³gðàÁ,ÞÂÂbìØ±ººgšÓ§ Y¤µµµžžÞßÞm,’N}ŽŽ¼Ž6ÖöHÈïcžÍ{$àËʰaÓ ‹Åååe™Ù9cæ}7oÙÅUŸz}ò…ëæÝæWM½ƒïEß ¹e}{Ëçf.ûnáGç,¿¢3gǼæ|³Å@6{Ò²°ýÅ  WBÚå‡8±=ñR]VV*‹«_˜Î{f,>öÑÇ6‹W™}¸æú«O¿ûѯÄ쥇—}dôÆü#CßÚºHõ•3Çß}sê©ãGäJè¨/!Šj¡¾„´ê‡Zs$„ÛY  CÐiÞ«-(!íòµÏØ:î¦þ0§ZBª««JKKäHÍÈZõÍc?Ø÷Æ‚#ï-9³x¹Ñâå×)0mÁÑQ³÷¼üÆ'o-X5gñÊ/>Õ?kxðõ‰ºfÆ%%ÅŠåh2#!lSSBZïC­!¼ŸÍlUë5²]v™ýŠnFz$ÛãxÂ㔬ºüGþŠnUUùƒ"ÅÅEÖnA;~¿1kÍï/¿»ƒxsÕ¯÷Ÿ?kd{êıǽ1ó­7gÏýò³Çþ8n´¶»›KAA>oQš‰šò-´uJ ÑÌA§Å‡ª'jrJÝoÒ;ÿñ«k ÷hÙÛæSÀ[Ev¶ðØáßý}¼5v´â ‡´—~´ø¨Ô¤ããb9ÔÐРâ-]R\$GqQ! gùy¹ÙY´Ԕ¸Øÿß¾õ¼´DáýCZ*þ*±RðTE¡/ý„R ¥1Ò“ŠzQÞôRbêALðW«=DQ“º‰‚´½´^4ÙØS-Tˆ-„PÍîìÌìsv÷ûx×|ûæÍ›÷¾7»96̓ý½Ý­ÍäÇõ•å¥ñX¬¡®¦ùAÓ£ÖÖ—]Ãý}M÷kÓ©½ëTÚ±qÜq2BSÉ5“–éßàžAìq·²·êšÓsùuU{+Ó;Û[#C¬J‹E¯§ZhÉÚ·—F0ós²„diÉ’óè0{yùÛ>¥™ê¨´¿ÿb±rg§'ß¿}ýò9›1™ÙL&?¼_K$âs³³““ÑÞÞHc}]ÍÝ–‡‘W/ž=íx2<4ø†æX1*Eˆòj,Ÿ3•$<"D¾¶““”×,·ÕX½îìZi½%X£«P+JíŸòëâça63{í‰ö¼°ÉŨlyhÝþDÞU·ns¦Š*—ä=Wëª+Z–,-™¹º**<¡k««‰øâüüÜÔÔÛ±ÑÑö¶ÇL‡4GjïÝYYJ\ï‰úgÑ(‹Cc8ŠUÞÓ–AÙy@#ÀÁºxxؘY*•”ÏÎáòƒ˜Ú÷ 4åÚæYÄ·jwDùD¹oéÔþ§t*cšïf¦»»žÇ¬|îÇyAØ*ÉexÉíó?¢«&B<}_¯¶eÐ4&#pLø?¼ Þ–܉ “Ë/_ÿØê·i„çK‰Ñ“bòÃ>ÿ}Qp6ìÍ%¡OóÇwÁÕWî8>e¬¼¤yGŽÝA7DðÐ6JÌцè÷HúŒCÍ+Ÿã4W„l0 ,ÂöÇ„l"@ð`#Ÿ;«fN ,¢³A@ —"ˆ éýFq endstream endobj 548 0 obj << /Type /XObject /Subtype /Image /Width 727 /Height 257 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 42560 /Filter /FlateDecode >> stream xÚì]|GŸÙÝÓ„‚㈠łw)%r„@"´Xq EJ)E‹ÚB[ܾ ¥¸)RÜ­P…&߬ÞÞÝžÄëüïw¶»coþóæÍ›ÙY0þ«€X ïQeáÚ²BNJ%Ä{º²pmYnûJÈ-ÙÙ[cI½¬nŒ* ×–…î µýÈ-9¹yyÏ·xàží-Õ‚±M³: UVÉÖÖûmâ0¶RÔˆÔùùùyÙÞÐÛí{ÐYz(¡~¥ÐF4Éê|º¶r"•%TP&CoCÌf‡ V'XÛƒVÔùŒ ÎøØ­iŠ¼Ûƒ:º³Ü¼9±˜[)ÈȈÔQKôØÂ°:??W¬®é¶ÀEQ ¤Fj¬„³‰f­Ík7ørÐ ¨Ò‚’hÌØ,§%Ú‘«Pú0„~«‰1CK²k–, [> ó±±jLw–¹9["}X°a^:ÄYÏ\ll•ª"sòŒª‹i §Ù(ØëŠDj”ƒçYlC³Z̧éf%™*æª 2@ÞnÈäà# ¨ÒT ¹+#³rJ·½TͰX$tÉ&l¶ †yù4­¬7m†ß „.Ž„ YvtœþY,MC©Aee%£š³˜Î±8›E_)y¹Y•:õÍÕwdV®P]YïY&rQ0×ʽ@Î&lC3*›i1Óôl)Œ"®êÇ'Á‡½nÏ‚²EõOò%”R%ŒE¯ÔþUÆŒÇÁÓR¨_±Ð ZÛ„} ÁT Ïw¡ú ¡‡”(«Q±Šf©‰!ÈVÐ'ç@Š‹‡]ÿÒÒÔWßJ¨ûùM$«šyá󩙬Húæê[\i<ïoáGyüur7ê¼ È®Ó8©ó¹†&¶„h)TVš³>±¹¶Í÷<Muò㛿К٢ç‰!Z|’+¡-ø¸‹ZO]gEŠ:oåqqˆ:Zl¼&„®×Рׄ³ Á4OP5=Në¢d#áºg#-P`V盲¹õjÌœVƒü G—Þˆc3(ø“YpÒÄÆI/!ÍüÇ9"Õ, F|Ï Y/ð^¿×Õã‘Xéé¤h`ðÚKp1–®-F.ð*òbÖ›mjÙ" WGSþ]ó—(—~aŒNŠb@dÊ™Œ†©7+CÜäñ׉·¸q½«aÛÓË¢Ž×,=tQÒ‘Ôt¬ÉuÏùf‰­OE=n â–¸˜±¹u†Î2ÒE§¯”¹*U k?ðµIW>ëOC$6Nj| æ›®LýZµÌ{“tÐSzlÆ9ˆU:¯½$T]ß6™¶xáqVc¥ÑMgå똒•+™qáQó/„š`*(Ë|\â†.ª ýq×åHè ïòÅóíŸçéEIGÒO)bëÙÞâñ‰¾Ë@ÏÒB’yz¶)¯ÕøèÓW¤”*&R/ƒY¨!²þä<}ÑëÑEWÂübBžmC×y3åãH§gΛ֘zmQ§ŒtfKVn¾T‘ÍÐÑ]E!6*ª±e²‰ºñQ+$*Åw³¼V c{]”y¹Ws󤚦H;C‘í­?>ñÐVlé°ÆhÍöÌ9=Û4ï„b+/`"R6[B”¿Ø,“Z³À4,0åkÙR À°¸yb{ÞCg¶X(²u†EQ ”•û&Dju¦Ï‹N«êGbª÷â-BÞ6Ói“l‘g ºhÅ–?{!m›òF†ªqÖcÖ(’ìv¤ì=ÔóßyÐå+¸šÔ+./BSfËÛ(Ð;&dÚó }²ó¬nš"‹P°ÍtÚDç‹ôñm/ô‚Êp&i›ÒĦgYO‚¼ü÷Eæ¡NÜyyy¶P bêÑTºùk-DcËßÈC@óñE¾ŽÖº.Á £@§Þ‘Š{ç‹%^3бàRµ X½óúöûû©0Þ/^¿Ë˜²ß10Þ_˨ÀÊãÝVÖ6Ikïl¬¬1lŽÖ>˜Ö˜ÖØÁÀÀCF Œâ 5vðaØ"­¡ÏLk ›£56®1lÖØ¸Æ°=ZcãÃik ›¤56®1lÖẍaƒ´ÆcF Û£53bØ"­ñ˜Ã&ik ¬­10°mñæi­·ÿ!†MгÃöhYa{Às1¶Hkk ¬­10ÞZ×øùB.&6†m(<"·ä`bcØ­ùGÃbQ`Ø­Ybcç5†Ñš{þ)†mÑZ÷X$ ¢5ó»X¶Ek ¬Ùþ"Ö×6Fk¨ÂË®1lÎÁÞ 2bß5†­ÑzlyŽ- [£5^ñ„aƒ´ÆëS10­100­100­100­10LÐ{B0lÖx_ Û£5Þ‡ÃiÕ5† ÒoZ†a‹´Æf†-ÒoÞŽa“´Æ>> ¬­10°mñæi=|6Hk¬¬1lÖXYcØ ­±²Æ°=Zcea‹´Æ S1lÖx.ÓÓÓÓÓÓÓã¢5^las´ÆKB0lÖxI†-Ò/ Á°AZcÓÃöhMk Û£56­1lÖXYcØ­±²Æ°AZcea{´ÆÊÃiÖ6Hk¼Ì ÓÓÓÓÓã¿CkìàðAZãé Û£5ž<ǰEZã›0l’ÖØ¸ÆÀÚÛÖožÖØ‚a‹´Æ~k ¤51b`Zc``Zc``Û£xh=!¶Gkì·Æ°EZcuaƒ´ÆêÃi…`Ø$­±/Ãöh]|6Hk PÇ­7‹Üœl„œÜ<­‹×É—›Õ²åûã3Ì+p=°j!÷jn^ QþÝ yyÑìzm27+Ò!r "v^^ñ?—1/7«±JU´f’Ç£˜{gq¤\ L#Ï34Ï,ѹÙÙ[úm1U}æ)Ï¥aædN¤y¾M%å­)1ìŠ4Î{I«pD:%DPzDnA•$̘'FÁ¨˜›³¥±²HÍD '>}™Ò‡ŠR#|ðil‰äÚ¸ñE&”ÂÇÇñ&ª>&úb¢E€(ÿÂŒjC±˜Ñh¹[< éþ3B¡Ûµ•Í×dÚtñêHe÷¼¸È*ŠÖJŽÈJT9™!"ZIf^Z:šx(Íi ²dçˆÃŠOD0$Ó–-·ðºB–j„¯> %ÛÆ™Òë]$U´2bB 6fòÇ+üózºBJ›ñ¦ OU£SÿBŸŸ'Ùü¸Ä¨åéxL ‡>ÄòRl­IZ\puKZÿ"½‚T›^þ8…ÒÅÀÆç¡ÔG‹@MOO3ä mžTÑfdÆé ¡­ št»f5Åi½6ÎwŠºÂ÷:ðõÈ÷SŒáY*käê:§ô*ÊŒ)ÅðfƇ|ö™Nà¹HYóZPcž•Ë÷[çYmÆÉ.ϰ¾ ”µ Êu}þƒQ×üŒ"{(˜—’`j-Ë n‰‘,½ÁE:mÄj@cVs¹ÑeSûÏØÍ$Ä"a‚ê)î´n  ×ê<~¾ðø-3N ¤á;4‘€óÄíòÕÉ’ëu-„S ¹[jÖd+2ϰŸ3†oU[ôÄcÔÐaEEšs³OS§ÙÌð©46JÙ¸‚$ÔÛ(¹~KWmr‡…Q¢8¢?_È•RåBŸÏuRyújÈõ ‰œI_*²ìظ+­ +©ÁEЂðŒbÐýóZÜ6ØŒê÷û"+‘9Íwb†m^áù +3öε0^säé´‘É¢rÔZ«±èÆv»Æ5l˜(\B™Ô'B:Fæ׆ØÓþ cºI¥løv'4qÑaÝ(Q …‡NeJ>¼'&ÛP „FÃk©ÂG$Ò€E‰GൾÆ„#),tš5Ü9¾H°²™ ]¢Èr±Ø&…Âj¬³} ²ðÿe5Ö7«*ô‹Ðx‹‘­£-Ôµk1 éf­Â“’ó¸®OŠ’º!‘)ÃGd"{(a1’ZÔh¶D1n±,J<ÂxÜÐZã„ t¸yˆJz§ÍtbÐ !œ.œÊ`ÙÏ5 êwOsƒš’çRÙ"ñŠh+´k1ŠUš­iã€ëbLö_b[«øå%4¸ª‚óz 7ê•‚0~Ì5ÐEÊ¿Y#ÀE¦ ûÝ¢tSÖé ±wKß&Úµo·&9k>²…bQ`à?7-,Új3ç©*FeT°oBŒz#^Š­]—\Uz(ß½|½½fÍêóœ\³žªÿ€x „ïI^1¡­ènÞÜX‰a[ ‹6$±0l¯'Æ2xŸÐ–ü¯KÀÎþ¼Œä‰Þå›Ô”“µa_0Ÿõ)ús Q,õáhxÄÓÙôÕUպߓœ¨ šÚ5UqJòŠýL§w¯~«-_#çòí-+ZZ$Òj⌵ †Ê2£AõÆdÛÑ¡8òÔô=`kÊðHó¹ê=äÀiáד×dQ+µg´Û*¦gäˆÛ4H¡ýxQÞîfÏ>±Óýv(¶þr‹º¤ärØÈFÙ$ü¨³0{Qg8Y^S—/ZªqÛ0‡`lß`¼¬s²Õ’­°+ãÐȨÏé ÂŒmxË‘¾ñé‘õäŒ.š¦ ã= ³ÛìzôìyU²¢ÏO)5¯ÐòíÊå½–f©5xfW´ð° ‡ñVqÊÆGÞö¸Ž100000þk8Œ×rB°ã½BwÜÿ¿tf.aþä'ò3ú•â\¡V!¾’ÓŸ{¨ä„k㿎¿Ja``````b¶ß;W“ÀuŒñ.ÂÏ©`¼aŒùŒ]æ<õáxÇ!NŸä®ûÓùø7®­ÜcëÍk5»Õ‰µ§ç4üæéèéßý¼eô¤[¯ïmoâ"ÿÜcÞ‘ô›7fï=jû«‡Î®gÏ}íì~j§J'ä\Ìtnîœ{Ö£EÄ–ç!«3®e•ù¥[\§[“Ûf´™òïÐÅu{̉ÎZññO!ׂ⿬’5ú¼k5ÏþGF¾qjͲ„gþŽp[&%éôºÃ£_νÓvý¦öÏ~»éqwoÏ óÿp qI.ÒbÌ&ÿëe†¸ŒžópОÝÄÿž/žyàYí©‹C§Î°#FüY¿ìRO‡úUJ—‰¾û`ÆÔŽçÛD—JˆˆÞñ¼ý¥cßîW¶šÔ7*óQ¹Ge‡M*ã¨h9dlK§ßDÿ:½Z£{M¶¶“Û Wô:2Øû™¿v锚ڼÚäKË|V¦ìÁå }køïiáÝ£ÅåöªU¿íÚòÌÅ3ûö˜ñE¥ùŽ}Fæù%³b³“!ÊGæg¶ÜéºÂ³VµÓ?OÜ襽–ê3áçü÷݇Ջ~dÝïX©€¥§…’·_µ.çæ% ê–>!¿…ŸZh콚Îé•¿óÔU¢ìÑQ«V=mvž^åøi]Õô×È'OwÑþ~èˆo‚—cÿ¾µê·H¨\¬ûñ±òXîžúA+§¯ù¬ìòËû;Þ-¯Ð掹|.5'÷ãe¾ó[<²vç“ÞK×ññX×»åûm#w~Ó㚬îÌÏÆ·ý¥Ü°¥-ƒC*\L±áÏÃë=n­ßӰϹVýw¦žpê±ÿÛ&Y¡g4^]Nyí¾óÜ‘?g\ʺºä·˜.å¬s©™àérsê…?w]WoxâéÈ6n7W”Îö Ræ:„)šÔtŸ4dà±Jîc_µUÉgDÕ%ûh1¨ÑüIdû€›»ÿÜöÇä&Áœ€{Ç_é2ÿè–NЏIÊõ»Wü¡?Çá|¯“ßu>úïnÇ÷•ݰyøƒ”¥Oo=ýù¨.«{ëã!õël^ê¥l-XÕ®fDÙÔ=Y¾«ïV®™“yOåJT¯ŒŸšõþáÌIí㸰WfÀáE‡ÜW¿“óU†ïýäÝ :ö>ÜûøÀéëkÊú{yCÎz—Ø¡ÃÉÖ¯²fS{·­â·¤Ý·MV_™ÔeÞáŸb®wØŸÜ{Íï+m,ÕýZŸqOsÜÓꟘý¬öÎÛ•úbÅ™ ‡Óº¿§JÝæHý`kå”I÷*©á¯á {„-yÞ³qfÓþõã˶ožØsõO‘™u*uõ¼FrÍ\™»®ÁÒäùiu‚œjµÍ¨SµœÛ¾Æ{~Èñ¯”1Õwüw<&TYÝ'óùó–1ºÉJÝ®¨°pÛÜ3›+x%:V>á"«0íÚqÄÄÇõB ·»½YRûÈ×wwíþ³mó‚26¾Ø6w®ï£ÈMÓ§4îR¹jtãs篽¿´æÉ~u¾ˆ9±åuÕZ¥j\žv"óôïƒGô™«=×12{ci¿”K«ì÷b߬+ÿhqÙo×2ŸQ+ÃÇL^pü´û´+gÆûÛ·=6Ú)5ÞùñÆl¯ß~Ú°ÿäݪ7go½µ©L÷Áw}Ë;E¨‚»|uàl|¹Ï{¦o´ëïòñWß7œ8¡þÇÆÖï”ä1mþ<Ï 3¦üôíÂ}Õ~Ž\ŸKE?rivnêÙš”ójœ¸¹¶íÃæÿ$Æþœ|oÛ­Ïêj†]½õI ÒO§× •­(HOà({÷z'WÕûÒ6,æøœ VaW1qÝOïØlf¼âm¥¼šùŒ•6üœbæÚ!½øú¼¹œ+@ šÝ§ëÇ7\w늸kؾbÓ_ÕÓ\¡m=£b&LœÛÃ}¯”¨™%"ÉaªÁV]7”2}.ËŠð¹”5©Œ‡)ks^³ØZÈ=øÜÊ$ÙnP«~ÊEn®þE1µªå¦ áKsoÆ[üB¯·Y.Íx‹–G)ò*—ú¦’ˆÝÌøn1¾C…Ã6¬‡, >ÇÑ_LèƒZfCÿi%ÓÞË=aØýsãÞCY³®QÔŸ;¸¬]™÷͆ûAþlXKôZdž"Fènölt‰°tÖ{¾ÖÑõò< ,d^ÈÀxa Œ"à°…óÿR_"TIÏ=Õ8ÂÿLnüÇîµ?õã¯D#ÊqoÄ2rÄ>& ŒÿœlÜÞÏÆý9† £ ö9c````” öb```X€áãZzüo`E5-œ÷’8æ–s¿–‹>uhÁÝó9V8 ®ó(d¹+izÿ½­7Ô}Ja2zÿ:ŠÎ¯Ñ;K"L½ØZCÄÚTôÙÔGÇÒ%Óû½ÃÑû¸´'t1ÊéPáW’0w][*WD;îWÁ:$>AïL˜› œÞµŸˆ~Ëѹ”êDÑÌø.ô¿÷;LKÇz ¸¥ÜÙèHyáWœAy"ÐÿÞèûO†]…³­€h]Лތp9ÔrÇW W| ®€­åv;I:= þD>~(üfè¤3?] öæâ%ÊËô[7ñ³ýëÇý 8I2ª± ªŒÚ]¼ µ©"ù`âúvdþi])YdÝÐi”Þj„g¢ß«˜3³¸úìÈxÚöÃ…B¼ ‰¿ÑogæO½ºHfj}š,˜;jOž€ôšˆ¤7’›CëËœëKN…akðw´5z¯æBíEßA<Ðݯw¼$]Acø¬¾_ #ƒe߀aTºòü˜Q gQÍÐm¹E}¹L\]A™z1ití䄬' ¦Šr|„¬ú‚Λ8ˆ¬ˆ>ǃÆxüŒPR+dìš’ŸÉz` sÍ&¶†z뢘ԚQõ˜ê—GŸ92g8‚|rñ‡sÛ4ûze ýíh‡ñÎ-úV›7Z~wùZ{N?i¿x£Ó?{Ç6i’~ò»Ö¥VMëQ¯MhÒÈU Ïù»CÅ9W¦Ïè–xo†ó¬¶CÓÎ8,ˆÔ4k0ž\0õ䞃òú#¦k±…ˆK‹{Õ÷ Y9uÑô´ú†vV;اß3àFÌóKQßÄn¿^½t¸‡Ó$'b÷¸ì´ÖÇ×LXwÍß1S6¬ãpy™[í¯>ú|EX»õ÷ÿš~;×qÕâŽv˃ßðÚ˜»rwÿЙ;r›9zêùÕß>ý|òî5ÉÍFh_?:ñÝÙf/ÝGÔ8¢©Ýuìüw—‚ƽZ5¢MS¥ïT°{ö¹¾Õvo<éÛ(àøµ×÷v.вŸ4èÙà ËÏ;ŒèvîiJþïW¯ù*ïølì ö>$;ÐvdTþŠMµ¼âz¾žxä„ïÚ·g ôo;8`õJUê™ ï›Oï]vîóO‚{Êé³wözõÑðÄ™w|—ôøìZûÆ3¶k׎ýíÎà­¹ßwï84¸Ç„V©Ó†>‹¨12µýmשóå£Ïƒiޝ.|@{²…êTÄ€ÌÅÿx¶Ú©véÿe¹èõ?FÏU™×ûiÅ­k÷ŸT»Çóó^·§f]ËÝžÚÓnÞ½†•\Žú<~Ö¾Ê8MÚË®·®ìc 3¦<=zâ ]µ>]züä´*Çã}ÜÛ1»vtöÔŸú¼Xôûôñù7}ûIÙã?7S»lP<Ý#›òÕ¤…[ãWM\ôêµ3UºöþüÜ{·™kÑ…o €´?:Jïølá×Df"=znà{“¹©ËH—v&E wc¸¶ù¼ùß³aÚg ú7Ð ²eH4q{–—‰ÜÜ`âR‰|c<Ø}IU €zÌß+Q~z3в³‰ñUóLôIÏ%„X&âpæïlæï ¥óÏü:D{û úœÄ•„¿·v'Ðwè¿îRU@vׯžókc Ž} ¢#e¯) Ö·E–åþobÂ8‚ûBØû )úÜËý£ïÎîÉçIí‰}Hö‘ s¬«dùYöÖ38JržJzgËÖ÷†~AôDG|@áøW‚$øÏ€™£}ü;˜ÚÏüìjh‰>ù·˜/:”“­'u;AÖP¼$éy·ÈxP¶ d´ FPJà-ód*¦/sµ§×µ°ü\ƒ‹Ð.ÜŒÒl(k,£çGzÇ(&–]»w=¡9ŠÎ~Jî†SåßB(‹•õ Âz°=’Z{Fr¼‡|Ëetì>l-*íxap¯t ˆ£i-CÕbÒž«ð—ÿÅüRÃò ¨4Iò& ¼øKVš¹úá î’,ƒèϽòH”»dª–ëÊY‹*'0¦œA™øÙÔg}gØPj9Õå¹-Ôyú+ ’Ü0ÓŽè9˜ á_YYy0å&û¿Œdçøú€c²Hb)å+’ÝPŒÇ!ÍÒå‚,dz\‹bŽg2K Ö@þA¡ô^©¥mz•¹z:ŸC0ÉÉ]é'ÜWŸ 5îbô«)+W.Húƒ`Ï—ƒe†²<-.Ó-MNKViûƒmÀlg®˜ƒ®w!|9»0ië>ÃÈP!ß*Ø }~¢BpñˆÚ"ö²óÍþáèó¼èýÒ¦¿…HÔ? ™/VgÂÉ`Šz0q &Ž2³u •£Ò+û£Ë˨H=WdD’«š‰ÎÌ$Ó@¼j2§B>S‡íþmÇhñB5Ž:¦KžkíÆ0! ,¥¡¥Pž‘¨ƒ`'ƒºeWRtbæ¾g@º¼‰r 9ÿØFÒ3Iôœa‚œÖZטËtù‡`%å–Â&À‡Éë"”Æ+‚Õ³•Õ¥@ºúW$­ Vjô»X­n‡Þô|÷ØüÂ\[Ñqô{'â™'úÞnç ž ïTâ¿ îÍâ6¨$»I·rÙ& T| ö1­9>3è–p]Ó|.DEe}‡¨gj@$z:ìP]&›ò\FµÒÑž€ÇÈð4ɮÊQÍd«8-9™ní(ÇH&ÖGÃ6rÏNüož¨Å_aZøF9í^²qp³s_iÒG9—ÙqÖöG×`âOBèÖü»#ûFòt¼(<æ<:2Õu—‡½(æ‘Ìó ]_AZÒÆ ½“I7ÚüÂ/üÂ/üÂ/üÂ/ü2ýXø…_ø…_ø…_ø…_ø…_ø…_ø…_61§á Ú€$˜aa†ë`<ئwd€EàÐÌ‚cT©öV^ÿ‚Yô+CM§ÑJÚ¹#ÅÿO×{¼k½«º 8Øx2Ôt<jú·y47q\:.ÝËÔ1SWJ¥Ñ4sd¦Tœzsòjýø¤®ã׎Ü*½ù‰¸@+¤Ñ1µ +üªIˤÄy6–þЇÕe¤Ö5¨,®0ªf”©,É`If Ø?Šû@U>®jãõ¥Íç?…ôŠî9h/üê$YÞ!4û¹ßüË¿2w¶ë46·BJÐ̽À#î×·p)Ô­‘Ðy)ÜÉ@|G3½òDe´¢f3dw5 W‚D}L¸æÌ!ýŸE×7c®8ÊüNÖK·÷}Šw ¸Âü• T8º–+ϧè»"¬ |E×k„ß~Ì/"˜ýúƒ&Ì‘&0Ø„bý€à)>ƒ¨fÔŸ¹¡s 72SóÁvz…Q•b×”­×»Ë¼ÙI‚ i ÜbmJæpz5Q2w<#uBÉývCùüž\ ¼™U=öÛA² €©ÜÿxÐH&–l/¸‰IYIñ‹3 kÃè;ÌÇPûà2šAô=éô{ȇ†zœ}nàÊ:2¿ìôjýƒS)•°Æo±ž?`vþŸÅýkM ja-Êó|Ñj¶O„ßô¢n𳞈iÜ™¦~Néçx¡”v9Я 5¸NU_1+©úÉQÉèÜüD²úIlš"ü¯é¥-u•:&dÛ°:êSFFH.èìMb=!¥o€ïÁB0ˆtˆï˜v¶ðwÓŸG9X¢¤­§þð¤ÓØ ì©Pæ†(X†7$é7½7½ÿþV”à)ßÚWB_N[ßÒ»UÝ|K1먘ÖÇðf! Ù»åÙÏ/…Ý(ð×Z7Ž%ʨ»£PÝIöŒ¥Á2b¢A_·„h¯Èj]ôL5“YqÖ«o蔉JRsÔvª ò<æìl!¦­êï™#n2Z×{«ËèRž‡ …Æ2GÞ\à{´‘Š^QÜ}' ¼ ®€Q躗èÝPþL1˜‰u‘Z·Jw7·J1 Ü„<‹!iÍ&ÒHý•¤Ÿ+«ƒþ»¿Éfj¹Ò‘Õèª)Y«a°N›¸~N슭¥O© ‚œb„·'ø—h[j£zG«Öħ¥þåê«Ê[Ðgvtþ†•(’5»~ì¥ý§Üz¾Åä(Ž?•*ƒ>-º²='*É’^…BÒûe0½?QYRÛu#œ¢(z_Yáá[üÚ¾nÊ©¨Œ£¹„4èÝ–ù5CBÐëY#T™Iè5¤[,¤úê­í5F(Mêö•©â ˆÖ‰ù+§ÊÎÂ^T’*šŽÅî.'­8r>8£¼ÍüÎ"Ù^9ˆŒLݺD •Ì™¼É޽¨ž²6`$×ÁÏ- Ç}‡0õüªÖ/dô*È#°s5eß&ÁløŒã4ìCšiNd¼UÐØîÕ::,qÅq´v‡‰ zŸDYQ¯q\ÒµÚÅ Ž' ºïdw†pEŸ£Ñû+ò‚½jå¬\Bl_ìò*´è½½_ ªwY5à,Q—>Â*h{ &€SC‚ÝÕáq‡:¡§ŸO@vg¶.¨èv ’Æäy]:Ï9JQGõ›*‹`wPy%¤6|(/Eý•ž&oˆâhÌ0c`iÓÖ˜þ˜•dKFÏÖ_,üâ³ÚÙ×áA¤MgÀNfÇ228»™· ù·æôWñ¿LÛ†UÀ.¹þ‘–È¢ AùQ!æ“««]QÿPåeÂóRˆr¥§™Bd·ë§¯ ã-<ǰ«Ð«uß*õeµå¸#d¥ho2iˆœ¶¦,?þ rcÓפ”õ5“«¤|åH²Ž9²¤ÎJØ‰Ó ´¤cÔ¼¬Å2îmQƦ䬟ÇÚ ’’'ÙKð×Õ€Éö£õSZ+¶Ë$Cèj#Ðl=”ÜÈ­9KíÀ®λ€ºU+šá˜~݃®eýºu±2/Р.ÑÃL¾ ëÖ]-Êf„…ó¦j½4Wã˜z5+kZ_Ò$Ê)Áâ±Ðµ ´”/S9¬/>×]m½ô¤®:/öï’¡H4Î1Ì«”ÔôCÿêU´¶û¥Y#›žL¯9,PÜSæ‹,Ë*¢žÆ0]X›~¨ï9ã|*²õ¢Ï®*ÀåÌÌ7Ê›TŠqeHÐZÝ]]pmé‚úœ‚¥U˜–«ßW&Mãt;š,m’šï… žÖ¡îèça7[ýø¿´"všQ꺳ÏàÖeºU’¸"§­…1 +ÕÜ.c¢`¨€Fúñ?V‘  ±š:ïn» ýr€R-ÍÕª¼[²Üj•FŒ»UH „P¬¥¥ò¯¶b!¤Šýãï—\)ò™b/1 ~nŒ=XÓí~ÉzŸu>è|®”u@CæØn¨ËÝïÜï«P7A¨bïM”,³þÝáUÁc¸$êyït޳™z×~$-LJ0 õ9h,jhìîºÊk@¯\­ç‘Ϋ/÷½hAwà,yÍPžäïÓÞâ#ɾHþÿ BW#Ë–YÓúÄ|ÓˆÖÉñ| âüS¼'½&{G6ÑOH%V”ûû1üô"Úpþº^ï·ožrññw»V‘•E½†=è.«j˜x*T-Ô¶\È  QÁèëI™Hxq~DðQZEdß¡ï¿i)éÉbÇ#”îîw”È£>|ÆPåEWŠ÷&}ĹៃÌ^ÝÖFï†èÍ·ž HQΠ¤å_}³Úb®ˆ «™Ù&Ð|…FÃŒf…ôýô !ýürj!üˆÒPc`Y0F˜WjACÚCOÑ£ŽÙLÞ÷Rô>ôÎÏÝ‘Œ=Á&Ø ½ù|¬£rÑg_ê:£¤ÏQ½IÚK=Œ•Í!k‚¯$f“cЙ[2z¶Æx$Ñž8I~ªÂáòÁL - JËý8™@dn£`¯ïÏ=S<™’_•× ªÓþ!òo/8gÈò”æí-¶ß¯O(™Ñð›KÉrªÉ*k¼.Eï·)Ž2P½}‰WÖeâ …ËžKœ÷U÷bçG¬­³4¥3T{3Ôæê¬ŒZ*ûuŒ®£ó[øŽWQó1eª'[¦ŒšµŒ}DRyw´ª½0^id1„TM™º6JÍ×ÃÕÖrØtyU’õ£2/^ÔTÞ½à¹æf–¸óGË C¿†Y¸š¨ª‹šàXë›N]*§­,zŠ6Ö7F#Úÿ¢¶7ý:’5ã&áVI®i¢gÆI3m©»Úº\׸£Õ*+u<[:©6ï(Yâ:&üÝú»¾ å•–Z}+K¿¿ Y‚õ;MM—¾ŒIþ¹Y_ÇDmšë ¾Ibd-ªÌräh™75.nd6´®ú¦rÒÄBN ’RHë ¥Ù\¨ß¬¿¢•2¹%ûùÑ"Ù\—W)°ESÜR¹"7Ýë™ê‚æ„–H½pÓTÖê=Ud öZ²æèk =w–¤Iúà k=’à5 `ñÆgŒ5 ©ø,{__ŠþM²“ŽCº&¤ì~%~xëC¿­t2Ô Õ–-M^šT˜áSŠ•ó•ã 5æÓ'¿² ´6.hÖz5þv™ge¬mECÐ9ó×Òßæ®°¶Ö¤¯dÇŸ°ˆ¼3KIzAŒïÐÏma½!nV¥<É¢è)Ú Ö£ùÔ´UMIµðsÔ¬oÙº96ëR-¾iéô çš½-„073L ßæ+¥âËÌùö”ÔTU¬ŠX1³gmLƱuT<&Ýìë¯Î–¤y]4SiJ>–slú±…b:ÓŠ¥0æ,Ka j¡.>ÓŠ~|…³P ã® ^¯ã£øhñµKضìu©tl¯ÎŒ¥Á‡î±4Ì…¶}i¤Xï;ƒ±4°4ÞõžÏÏ=ÎÝÏ=Rݤ«ºn‹`?÷pMxH@ˆ{×þî!šP÷0ÿpM`P˜{×X÷^žM´Iéi™Ú”ÑI±1^~žéýxÕ öóì”BÆF§zõîÚÔñ÷ׄ“í£ÓÓâÒSëD J‹ONÒ&9·ñ öLNŠòó ˆKO‰†©Ú”A™Úô8üÝÃ@H ЄúÂ?„†yÖ%ƒ‚¡ºyWõµ?ðs÷wÑ„„º‡†ûkBüÜû%ª{õös@æžA$ºûûiC@‚{u'µŸ*4Hê¯ñ w öÓ„’õ)U˜&($Låì«…Iñiñ^ÁžCÉA Úø$- üIuRÝ š6)-upJ|¿iÕBȆ!q)Q!!Q¡Nr÷:špÿ ®ñ §¢‚ízÕ öóóŒÔÆ¢K¼–’ÅiaLJTDzj†—?”‰†9Y@°& ”jƒCœá€è4 Éî^þážÉ) 5M›žGF„:ù‡†k‚ÂdThHÂÔ´-„vPFø9ÁÀ€Py@p †TŒ6V›ž¦MóE¿cåíÛô÷·ñ±f¦'RI™Úø8Y<Õ"%:Ž“!LMމNˆ%µr²CÌ@í 4»XY³è4-åì©M!Ò"=U4 A–š¦Qƒ%ôׇMh)?áRa=z‹H‰ÑƧ¥¦' %“âœ`Æ?˜’‚II²þÚÔ´-¾rªÕ€QÏNR1>1Q¦¥WZ–¡þ¡“åIé)v1h`,‹NŠ£€L!—µhžíí¨V$ÄÈSe±€lãä©iöÐ’ËýC5¡2@–ŠNï/£:Cª›’’ɇÂäR**fLŠS4ÑÆÆ'Å)3ÓU²x-° RºÈÈŒø ‰C++‹²`_Ø„jüüƒáµŸ&*"8þá@^·U¢¸{³dÐÉAV‡ª£$” <<ÄhüÂÂIE¦ÌÇ^U'ÐOãhHÅÄÄ'ÄÊýƒë•j¬ðþ†È’K•s²÷ÐÚùkœ{™éI°ß™¼«W˜ŸçðÁ²T;™6)– â@*áîa°&ÈJœ.ž,‹îG’NE¬Nñ òó¤RH/› •%Si´òAiÉCãS’“ÙȹjrRÂpµ:59Ñ Cj&i•T2e€K—ä„剾—Áß3ÞËß“ ” R“É %»à\ ’`°_IE<+S& Z…AvÊ”A†û…Úu%C=Ó€HÓÆ’ÊPçPÏ~É(ÒþDzBZ*•LB§e A:¡*V„ú’âÉP$C´—iIˆOH c¨hŠB´ƒöiÉ2Yêà„èáÚXŸ~é))òòvÎA~¿pÜóážÏT:â]‹Äáùãú÷R°;ïnd|­î>.iO- Öy9q+Ö„ÕÍáÄ)Å>Hþ÷#褷ڹÑ”0Ì©¹Yc&) =œë¡8þ²\üt¼â+¿'¥RaqNa˜šåtØ_¦R[Íß —¦ñì;îÇJK³®ëüù¼”—حˇ(/™qXC)TWÒè ”ÊÏ'j7£éüĦrÆË«ýxþVÜÑ«Í*©H¯ÿþRtl— ù'KJ~Ø¥Ò—0-_©MõSž£ -eo“rÌ”f¹Bš—TŸÒb¹xƒ^“½MÔZ«ÊR’ãEic>MªLï‹1^Bô±'v:d¨­“õU!Ñ™ð6*µ¶j•Úö&Zî!¤å5Jé¶ _¢ÍªLpJµ ål§j×F Üe¨+#‰TÂôú›æèJ©¼™»Ÿ¹K9~Ške!÷ XmU®Šjå%· L\"~G@±eÌ÷¬RzDü4äšî,ƒÇ‹Ö»‹%ÂjZ&—$wÎà™Jc”f+=Ê0׿¯m©÷ó¶JÇ5q1ˉQ¢’îÇÚk L¯XNG¤Žëåk0ÏîåÑ-„?Ó%¨šž¬»édm'’iOËØ+H»WÐ2àmdkH÷Áÿ‹zìkå^¾V Ä1EUÕÅõƒèÛipp.=Îä*u%b±Î&’¾VúhI„7o“‘@ú¬ôq~-gWtEš“eëW?S㌂‡È ’ÞkAzH†3·KÁCð:î£B†dQ´Ð4Þåù– â™o¡üÔJYP¸Æß/„™% eî½êøûùùyÒSýÉQAAâãiãÓ¯MÑ&ÅjIÖMŸžçŸV›QÏ­ñØ_È?ÏÞ¬âÚ{ñoàÚñ©Uúãe‡Á•C“Nò>ß%>W85ÒE ¼PQUÎÉõÖ#âñ];²Ô“rá\VN½ê|ò膮0Æú¸tÿö88¾¬›³wõ™¸EŒ[O^9w«J„“bö x|EáÒg9?µò¯J]ÿ•£ *§¶UPµÚÞHäí†î­’½"­†[¿À™«ë#yÁ~{7Hx³:{»>|xÿþÝ;÷^ܽs€'åçÿÁQÈœ8ztÙ’…_|>íù왟/]´ððÁƒ(Ü•—/_°—tuyôðÁÙììóçåäüþêÕ«¼¿_¾|yá÷ó(ätåå¹ü…÷îÞY±tÉ¥‹9yùyy\º¸|Éâ[7¯£Ä^ä>÷î?úö—ý“¾Ù2aÁfú`’ î‚ò„~i®^ù]š‹.]¹áÀöýçnÜ{rûÁÓ×`ûoçVm:H‚_÷d½~ýZžO×ä]W”á|9¸räçÏÿ(âkwݼÿ$Ÿ4஫øo>®þy]õ÷ßÏJûÆÝ'( î :ŠgO¸~÷18¾~zpÍjžÞ¾µ=jw³Ÿ¤wsm³p`›*5½½¼}w]¹쇤et… dràâ9^>Å×8º >Ì;¤NËeý›U©íÔ qñµóó[2MçÙÓ¿¸vû¨ç ˜ùëŸðæ­í;/£˜]Û fvúú×F)içeö×ËAßòÎ{o=nï+]¾/ŠºNHË:àÆã'ª/™8gýËɰ¸AÚ倮ß~OÿzÀUÀ‰"~ŽÍ«6ó0«Èõ™+UªQGã[¯ëOà»VõheQG`¿ö“^!þ~´ZX•ͨ…º´ZX}†<>': À_ƒÚ™g½¹{/;>º}H§QÒ÷ÈÃühµ±ò´ýÝK¿´¤õPÍÀÖ.ÝVÙ?¸±'ª±MšµÃæþz¹ ÒMdËÁ»FØ;Ntt906À3ny3{¢}…T-ÝÀë´Ð¸kv_üißSV Ö.{= µüyã>Xû¥ªÐ¨Í‡g_½G~Zëȇ¯ðႃàÔ¯ÓŽ Éqe?Ùü;È>°@U¦ ºÏÛKLFJªÇ×ÀÉ]ŽÝäÀÑѭ׿ٓ¨^£“ÉCÒU@ŽªýÁ,ç ý@ÿŠÎ»nÜ£¥åDÂ#·ïƒ;o9ª8•t ºC^;úºìGŽ:ÝHòZОўUžrÇé!e'ï‚7N-R»vó°OvôHqµpóWçRÞ7Â-+·üö$-…Ùˆ<ßï¹8bÑþ +øõ]Œh”pùÆ}òÐÿ6L7¢™¯K…ˆi¤ EüvùŽü2qæÚ=âjSdiá‰Q¦lùR×oÚ•W¡2¿rÏþ²,n`bΕÛ`À $4$]îÆy:}x¾³çX•K‚_i¿1ÓçwùþÊœŽ&/mÝ2\SÛ u|¾ÊKSĹ{J#Õ­ºD<¾RNned„¯¬l¹ µ{)Q9FTì¾þÜ£;'ÊÚU¹(k‚t@ÌÒeÛÎ'ÎÚ5|Á¾ºC7†û÷îpþ›ªìsû iO:SÄ®ó×T¨:(˜uîš½K•ŠŽÕä É©`PRŠÇ_pjM[»êvíÖœÔ[Ü%îݹ,¿wçÊæU_îõcÍ>*·{ù̧ÁÝ›gä*pêÆ­jòs7o“À͉‚'¯ßrô˜è‘RE~ùÈhÇ龨_½ëš6 Û^¥!ñ~½þôÇ·%|‘U§×üW4ÛèåV—n€iËvž%öo˜(w¨OŽ)>l y`ßE$iU¦ŸkƒO!·ü¸×Þ»¢ì9wÍC&©ÈçøÎõÓ#GŽÈ¾qK9*fº.‰¢î\Ý}æ ¸õç^BV†Ù×o¹¸U”“?Ÿ‡Û¦´«¦…—kôédÎÉ?ÝÈO¼]º.>uvöá6!еéÄMäÁͿՙè2ÞÅõ£rvöò¹Ù—é2Œÿrí±àØeþÑKüú.ªÛgaãA+f|¬ãˆŸûLؽлÇ\¯îs<»Íöî>kæÊ}t7Àt2g.^6¯Z£vmÏÚUk…òÝqòä鬞Mý+{xÖöôl–°@BuâÄÖÎ |«Ôô¬éQ£Ñ‡_Ó¥ý"ª¡›{­ÚÞ~Õ¼¹Òº]2¸z¹Êš€ nC—“wn^häï jº×è3n¹8¦Q…êµ||ý\]vNê]ѵrºu;¥.“«n^ÞÝ" j-OoÏÖ);ÜÈ+Ùk"ýª{zÕ®î×âÇìËn7.íø¨qjž^^µ=š÷þ†-úÁ¹a¥ª t¬O<°ß’±KLYuL^yhÂòCÚ)Û"’×´J_;ê›}ã—·ìHŸ·«vçÏéBß¹} €ìœ«º®¥åŒ†å;®<’Ÿ?|Ýf.øõƒ«ÂãW… X·5Ààþ+BâV„X ê ü®ÞÀÕm‡ÿ\£ÝT:®Û·npú÷+º¸š\9¿Ú«¶{µ°è?oäç½°I;6œ ¦Ÿ_I?Û´÷[aag§w tÇý°O^½„Þ3€î)¬|Ù†¡wÐRž8ÜKÃ5‘VÈ!¿d”/úm˜·ëÜê¤nÀðù£âU£Æåfâ¼Ä½kˆd¤°P^S2È“dŽNL=y|É >Ÿ uZP¼0àÍ À>G°8âð˺ó¹t&¡÷¨¾ý^,_²ð/N¦—¸ò(‹3ÀPž(^þ5¸7,®ø­Ü ΨìEãK #3Ã6/æ¦'Q^ù²Óõe‰“Rú´’A¸Ä§!Š›ÿ`Ÿði¸—oe—~}i¢M–×PJµwú?ÿüÁftšÉuë¢4`ÚúK+â²–ót\|½‰¹]Øú|WûÖ\û½nÆfP[šC>£Dml—þK3í¯’ý—%nõhªokßIïž$pù?ÀáCÁÝ{÷ óõR\ïA€2eÊ€ààP­zu©t'‰uCôLÑ=2¡D#,„0¿ a—-ZÚvèdÔÑ—.ãjê蕊¬ûa hÑô¥KéÒ‚0xÃ@"l˜HÐ 30LÇ ãÈ’"3Rê&”J ‘rTX‘sõ™_ÈpE1¦/™K˜r{aÆ7ì$¤ä UW°˜Êbªã¢ßã–Ê+ À e¸Š¸ E2&1°f k;“´µàòɃ®Cú¡Us i(šShÅ·¡1ø¢UÛöôÃæè´xýòàþ=%w«XaÓ¢ã9 ؇ԕÒ[( ÈÅ=‡KKY@Y;€2¥/è8ö–½°0Yu™A+©—LÒÍ'[kda¶o1([˜•†Ø }@qצô¤a›6,¯©AÅõBöwÀÌÀÅ’QgÎ04Œ‹æSYNÏZÃya°ˆêõ…®‡.ÉCŽ.þUʰÛ Åå„x!ÕŸKÉÖ ýIõ_ʤ)Ô¦Ò*rŸ?W¾~ý:,??ïÓ¼üü°gý¥¸wï.Ü÷믠ióæ bÅJù†2ú¿©>QÜ÷ýõ×°kç€úæÿë×À‚¯¿Ta3+2šéÙÐKÇ V s ø…„Í* Ë p˜‰QyAFî×MxdM)2A šÈ+_¶ë£¿!òaª#µdÜYc°ÃÂÓåãe?‰Sn´'ò`F‡Rr0¬«ÂŽÖÍyÙÍu\&å[Pc•»ž—Q‚ÁÀ ˜ãRÓ(Äq ¼¾ÕQE+å%:Y#…f"nXÄŽBèÐ tLQ=¯°tz¨óá;E¼9/,"–¼³††Çõ¢Ô2;ËåZé•t,%Of¾@2¿dmß"º†'ÖU¦ ±VzEpf˜õ¢”ǰ¼†Þ5I!\^*„øÍͲåK ¤&™ñBŠã¢g¿·’ó/Í}Åо u…Ø©RƵɾU¢Œ|_7ðÌ* éD“䛹v#:Ç·› >˜K»Ø j*µúŽ»wäååAïaAÔpu-[ÉÝÝ]±á—õ/ãâãõ8IÛ‡Eí?߇%%)o÷òT[m؈FEÖ¾æ:RsÞLK»%cÝcÚ°Ltc›ÆÅ9¹£Ck<ÕR ÙZ®I/»ÈЃœåsîûº¨A¾,F~B å-—Þ@[ 33H•â0ìd¥šAÜÖ˜òMÔñ_Öý8¦UÛöÅåÍÊ/ŒXäµT&ÉAG<Õ– Âx«é4*¤eÉ;j•·ømÃ`f¡¡Ä ÎÜTµÔŒ#(„'Û(¢zñKBæ\b/¥¡§ùº5Oƒ¸\ à©¶X®"x«_ÓËÿjHð¿¨xaª?²²Œæt±¹å”’ú¦0|‘àC% z©Ø j1îܾ¥DFu¥ü¼¼è{ÈË—/+®^ýÝ„Ä$A¾– j«Îà? ƒilHèÀÉÙ…!Ò•K—é]kE‘@®P™\èu9–F/†qÕø1•×7à©¶d¬[eL”…ïˆAAÉ,%ƒWQ¯ÀeáÒ 7Õ^Ã}?Eïh…€Â\{} éR ù4˜û=Ó…&ŠÛš“)¾3ƒdT›\K¼tá×´¬é}1WsßFK „ VmOP³¶§”÷u’µ×ù™+“‘g¯ ©å%hPk %•2¬¥@ k ‘a!Õ.¬ñd—¸±QBòây-ö4x E˯8yRÈåWR3¼§º,×LE_R’oPçV{‰ÍÔ¥{ ¤f\ ¥o¬Ì‹¥´åø­›7 2ª´qÞŠåË¿}‰ŒêÙ.بƃ«Œ0 »Ec½0„äÓ, ±^Ë"ò´Ïæ:Ûã|§Wœžj[⟠>‚ð§&S33/-ï\§ËÏBxx ˜ð¯_¿z¹uÓFЦ}GIïk! _Se²Ú³÷ŽW%î}K†"mÐK‘nXk˜àXòd¿1c£„êÞÈÓü.p@b­¼¹›ÁMÎqK¹ø¾`º„¾( ï“–ÇVfVÞcPÉ€Ï%¢o Ö[¿‘4³´«W í8EF5ÈùI±sÕ%f¬¿^¡Ê"Z’Ð °Ï);P\SGÿ%>r0fiÀT¤5î¢å †ÆŽ`Doøy}Su±y__¿|ª|òô…P&—ÒeÀÃ÷ß‹%ÿHx‹lXðd¿qc£$dö.r×Ì샡±èµ5£/ dçƒûdJ²ÎM¹oD߼ɴ·lTc`Î0TòžlP¿[¦¢öL;B§ÃÕÅÚ<{x¾Ìc£ãŒj€éwÖ¸.VCÀŒWs d kS3š%²bpd EÚùæ]ãóبÆÀ(‚q÷.{ë1Š×ØÁ†Íµo³7ƒp-s¡í)¬[0ÞˆïØåŽ‹¥XÿiÅ¡là›.§Ù½*!„ü^’ü#ï.1÷ÄsOÈÀº§ä˜‹ÇR#1÷Ä™w­½I‚¾+å³¥²Á"(sû_Â7X'}ÊŠ”uK0%% þÎ>z]\WPôí1ôžX$šä÷ž½Áý/¶Íì‹¡ì†û+qÁÄ~³Añ<…ÊZÝÍ»äù'm ±‚“æt޹}i‹ë)aoSÏÂ"Äñ¾ëg1·KäÉlÿá~ÕÔC(¬µéŠ#­‚ 0ö^AžðXp£š3¬™M©M׿nÍ6µ?¢¥§ä`ýã.Ím!sXÿ¨Ì·Ñ(¬©8ø7ú¢ ˆÞECÜÜÀÖ͆0õˆÁ‚n`_Ѽ)ÚÜSV.óûç@Õ7%5ïÿGßÁM?e©8¶Çø˜xj•Áföos`oöQ€ÖLirå)êcWÍÒ&÷¶äøxÉ'Íu„–ö¥5z¼á;nTYzª’©A0ÑÞ »6¨8» ‹‘Û߃ú,ª±YÒ6ƒ¥§aIÙtÊbÐQÖ>ð jïä …7ª-×foÍ柚`iï"SñðJo0¿ÙùK3a­i`¹[3rÌ·bÀ€B9PãýÆ„bê»ËªèÏ­…Ší_<ãñŽá¬ ËãÍà`û_JO›¹0*"}ðÔýj³¢rBœFëñ¸“¹øÃ¹mšý ½²†þv´Ãxç}«Í-¿»¿|­=§Ÿ´_¼ÎÑ韽c›4I?ù¿]ëR«¦õ¨×&4i䪆çüݡ⊜+ÓgtK¼7ÃyVÛ¡égDjš5O.˜zrÏAyýÓεØBĥŎ½ê{¬œºhzZý C;«ìÓ¿ïp#æù¥¨ob·_¯^:ÜÃi’¿±{\vZëãk¦¬»æï˜)Vq¸¼Ì­öW}¾"¬ÝúûM¿ë¸jqG»åA‡oxmÌ‹Š]¹»è̹ ŽÍ=õüêoŸ~>ywÈšäŽf#´¯øîl³—î#jÑÔî:vþÆ»ŠKAã^­Ѧ©Òw*Ø=ûÜ ßj»7žôŽmpüÚëû;EÙOôlð„åçFt;÷4%ÿ÷«×|‰w|6ö{ ’h;2*ŦZ^q=_ω îí˜];:{êŒO}^,ú}z‡øü›¾}¤Œì¿ñŸ›©]6(žî‘MùjÒ­ñ«&.zõÚ™*]{~î½[̵èJÌ#…uð–¸ÆÞà¿7 ÒÛèGéŸ-üšÈÌJ!²Ïá‘FXFò¸“t\èÝn€íE“†üïÙ°ú¬ú7Ð ²eHjÉx¼Läæß½ŠÃVì™ÂA"Ü+Q~z3в³‰ñUóLô €† ±LÄáj™Õϧ¹o:Ïñ̯Cè=ºzª-Éîš@¦6@øÕ€„p¿ªýZ€¾{JLéŽ58ö1XˆŽ°uÈO£3ŸQdYîÿ&&Œ#¸/„½š¢Ï½Ü¿?Ññž|ž98£÷C²'ˆ=˜c]%Ëϲ·žÁQ’›ž‹bn­ÿÄDðÑñ„ã_ ’àK<½];W¿ƒ©ýlôY“9Z¢Oþ-æ‹ådëIÇNuA#T#/Iz6ý2Ôƒ-A-ƒ”xË<™ŠéË\í©_I °cò˜<ñíÂÍ(͆²Æ²è{ ®ÅIJ‹4–Øš£èì§än8Uþ-„²XYb ¬Û#©µg$Ç/Âr»[‹J;DÈõc ñb4­e¨ZLÚsþò¿˜_j8P>•&IÞ´“WÉJ3WŸ"\Á]’eý¹W‰r·‘ìAUÁr]9kQ寔3(ÓP¾Uôr¿¡ÔrªÊs[¨[ôTÐÝ#%J3CøWVVŒE¹Iãþ/#[1ß}À1Y$±”rƒÉn(ÆãférA2=®E1Ç3!­GÖ@;î(ýðëRŒ6½Ê\=Ï!‡ää®ô‡¹#õ Zã.F¿š²råÒ‰¤?ö|9X–a(ËÓòà2ÝÒä´d5f±?Ø<ÀvæŠ9èz‡‘³ “¶î3Œ ò­‚ôŽÝŸ(Ç£\F<¢¶ƒ…½ì :ç¾usš_Ó9S¬ïmrlì%¶UC*W2O¬o+ ePžŽ„#äeгdÖHp7Ÿ7kÑ<ÑШùF ÔXl·'½æxÌ_°Üô¿´ ßÒâ¨ù=Ã!Ý2Öç!(Õ^cÀü> r ¹¾›¬ùÉQŸ•¡ª Ì.|Dî{¤ù- JÍ õmhnöiÅ"Xhxn?*Оù©ß.Â~H4§™¾7iˆÀ‹NÙf‡cFj!ÝœpC6È·r¡¶Pcd‹6Qø#ovµ¾û©xn@–€P³VG¿™LEòs‚õh¢µ§ìh«9eWM9cI®n˜—š¦Ù mÔš8Èt’²éþ¼ƒòËñYfŸóš0ÈÃüææP‚ê?HÐèsuü–8P°©ÂÿØú¯½ftn)lRqžg§Í6#÷ݤCÔ zmÖ'2×Fë—POUxÀÐ@sJ°Eh‹ÜÔTŸš5©†é<Ôœ™°ù±È'GgiB3sÿ‡C&Õ–º®yœÔ¾EFå˜i¤ÒEýzÞ ;“‡·À°ŒFÊ‚GðZs=[ÆÚôTT –ºšzO# ;)¦¿ŠÜx ‡7FLw¢ICλ×B•ð©­¶¯†Â¬ÒúŽÃ©]^`TƬGe®}f¾Y„$@ÍÍÿ-¿sA»Üðaàl’8ìcè­ÆêD™ýËå0“¯­[ wv™˜[ê  z£Y㬷µtšR†«H3ÛধuoÍ_gåBúΰÁìã§5ÉúPý8­)—ç Æ¹•e¶®U.X|›èMÅÕgF.ßàà˜®†{¥Þu/\Æ™¡.6äiéþhÕÒS9 ܆l\ôD¥Ö,8qÔ$•]«°·EªiVº–5Ó ƒ¼A«¥×0Î-Â[­í‚)±¿4–RÊQyÏæ†æÞÁào¸c™¯ ³­lÕÎ)ó·µ¼«8X2úÂ̈́ߤ2£ìhmÑ{åžcÕç[‚ÌTa\uÕçkÓ†B¾––SÍÉvĤ…¯þ1ç¯\Õ©´ë{F£1éø•/c#™M·¯—« æµ&¡ÞÍoŠKÙÅí¾•Z©È<ð‹ë]óûNÄÒ*ÇÂãÔ®n]8F“aíòfx ÐôÓvÓ¬ üÇvjá„õo.çÏÔb©5iA*™CkÜûAéÐiè ¬ö±‰Ó<»im½‚¦n3ôŸ›âÂ'Tçwãvî ›Ž\—·Ëã +/åÕÚ%.e­|ò5lj;‡™KÃWýEÕûSä¼{¤ZË-t‰w±´Å¡*^ ¹5z· ³¥ŠÙUmðrR–urµ ÝžááfŸ#ð=Í ù|:`þo)Ë#zS=Ðë(3ÎÛZî­W’K¸~Ÿ~'\˜øðunj£A_]Íg`q9Q×X…ÑÔÌ£ÊÞs³Y(ÙÖ,ƒg9êç¾ÙPm«ö¯»BUiª@ÝŠËh!Ñ:v+ºgh±Yu¾Á½í­ð¾¡?Ø¥sôi«ö(ãU|ô*ç#ù´«}Õö¡’ŠËõ[$Ð9ÁÂÛ.=}n¼Â\sµßî˜~^œPåj£kdnq…«#­¶¨w…,Tt/41wDnêM6d›¾AœÑÑQ2ù:¥¯N¥¬G>ŒÜs©n¡°§U2˜(=Ô`£µ=KãÂèìˆcmPÅÕ6Nrw¿¾ù8Ù=—£SÚdß/s#¯4bŠ,‡ßÈÐRrÅÕƒ‚η˜ïÞ n@å"x̱l :S);–­w qò•eA×§¼ò—mA׳XÚL-æ{a¥Þ *ªÄ‘÷.Û –´#¥;Ä þ3.ôý,¯Â0 O³ÿÖÛPrê9 u$Í~~q QÇ9ùquF5ÇØ{BþYÝ[ä£%=­CuXàòÀ5?^È{qYeµ¥ÉŸ.Jš~%ÈqæÌ:'¡G> \¹ËÔP1‹ó àæ,ÅT´7ô6¼¿´ôVÛœ÷KëCj®c[ñ!iL·k¡¹M7ØZá÷OëZnÙ5v1¨ŠrŽðç–º‰3’ õV{´.ù¡H%¢Ä5©·€Yîà®OÁïç*©£GøOõx_¨…}Ì]¯¾•…œÕ4ßá^\Ï­VÜØ»ûþp…ÊBöRÚþŽq+UKçÇÿoÍ»ÚÍ|3fyÎ~–Øâlp7PpK–™ÏqæYlËìsÞô;k.ÃAc³ßPv¿Z߯Cy „zËÞD§yvÜžBŸƒ±³wygF‡°ýíF p´9– šÚU4¶Ìèy=aÈ^æÍ•æFœãf}î) 7ðr樈ØöiïWá!ˆ’o.Òö_óJd9lá,6Ýéæ§É%çÑÐ<ó1Ú:ÿ1Hc›I¯iÙ‘ ËMe¸]z–÷§Pw°Î× €móöÁs+<ÛnWmyµÕp½µA º¶9¥Ö-o¤5èW*ðÍ2“ÂÀ!Öy°˜ —ËELתϗ¦R$ØêËçƒñDMw©õ=ÉnF}¦©hr‚Ýû `ÍRÈ~¶3T[½«·­öÄB ™èßP}Z¤Å;NXg^Ýiù‚OÕѰY²B¦ýô‹ †*N54‹ þš •XîºRkMdš¡JÓ˜F³Ì¸ï֘Πèdêùª4[¡vêmÃãsÍêïÍM³>«ˆ˜f©G\;© >U)1 1™K¸£µ˜MÈ?’è ŸDdMÖ3×Ðò œ.ÒJ³*3wp±„RÍoÖ!ùu]u¸ši~y ÞåN*Ú·®E÷·,펽~¿g4üŸK©øT3ôÿG¶y›Ež§êÿû%Câ`1Á~wò=Ì0,ºmÄú¾e–]Hîò‹=ÅPT™ùœ¡^ œ ß/á4Ãxƒ ÒW¢8>¨ÈžCÁ9"g¸{«sîx¥I±1œ•Taa“ ¶R‚ÀdCIy¸ðüê–>_|{¥¦ŠïµueÉúý¨Ï$õmR1¡á€>)*mnêüß»Gó¯¦Ê5]á­î?qS ‰"þñD}IåžþÐÀ~.°¸Þœ)lþ™»ââd;ƒÿÐÞ#Þú×Â+èÖ»8ƒWü쫽µ2ÖÍ9 ç%ᬿcÓ$pŒ_òØÿ­t&ŠïiÚ¨ C.EðSf ×+‰ó92’MÒ*),¨ÈÞkáñïú¼ð)i-¯~+:¬éYTˆ’–šó–ñ'ôù®((ÿÎY‚{±ýÐÙ¿¥·¸ŸŠÄk^ õ.µ¹Šv¿¨åZ”jA·*·Ü!Ð_¥ëFh7H‚‚4•æ4T6•ÅbÈñä¶qvçéˆÿ^hŠ#¡ÐB¹Ú^›úoWgåêLëÚQ÷v¯KÁR‹/D§ÏÎK—{¥óÞÎõ¿çÚùí*„þN)¿ ìÒ;RØD_g'š:¦,BI‰Ê¡…Ò•3çf¥K^l¥—³§K(ËÉ¡…”Z»ªÎ(cïþ,WŸØª¦s1H'ô0ù=sË£ÁDCÉh`s› ¸;Z ×)þµÝ ©¹‡T)áê¼.8æè}s‹ð³~—ŠÙý*k˜ªb7ÑPžgÁ…ëß´RC:í¨ýÌ=b‹âOûRYd5›Àu»Rye=‚ÄægŸ#Û‰€ö=Ä8[ËêLŽØ[C®há`ÒNßÝž"©`¢É%§'gØ8ÕäÖ@ιÕ4Ê(ª};W»¸Ö/´D2®¹wÑPNDÛµ(zçíX‡\¨Â5–3ÀÑhgþ޾¶RfÛ½6?S ±}éä@ë±y´v³£ân¢qH¬=ôØå ´@_ÃyüCà Áæ»îÎǯ•4ö’ò`}fgp;ڼʅž R× ”’õ‰œ‡uîûïˆ_tŸ ο:÷·éröTCd{ßûuL¥°qÆûǘëü¬èã4^Q'±¼ ›Œëÿ1-îŸÅ6¹ÈÀÔÀÈÀ6†æ= u[ÇE&F$ÆGÇöŸX/*1"&¶^`Ïá‚›§¤OÈž’’929}øÐèÈà ÃF†„GÇEHŠIˆÍD†'g… ìÙ„GEE$ÆÅ!“'d§™ÞltvZFzJºW‡˜¸àŒô¤ÈÈèÔ ™ÉPÖÄ”ÌÑSR&¤B *°ˆb¢#¢b ê×Ebã C«ž†ñ†(Û¨À¸øˆøÄ˜À„ĨˆøÈèÀac F "6±^àDxl`\TdDtL<ØÃÐÍ©‰4D»jc#¢"㑘ˆ¨D8 <*222¸YH ´NЉ™–::%-ÀC“³ÒR2SÒ‡§ ÍS†§¥§NHO Áˆ;ˆŽˆ‰×4“…èB õ#Ò*-5%=kØÈ亡)SRÒ†LOÉÓ¤¥ )iéš–ÉÙ)iš”±ˆINš–’’¡KˆHŒ‰ÑLÈÖ„DÅO–2N3"C“=2IˆuMˆÚŽÃ’ÇxÆDGÄ$ÔÓK—<4mLZöäø¸`Mò˜1HÈÌÒŽštxB–vâÈ =”2lBvJ–û°Œ±cÕrˆ©§‰Fz ñÁ£“bâãÓÓÕ·)YÙc`†d EÚ̄ォT(5q‰ÎÊ@Àp5T:ÈÖ$ ¥§¦¥"AZ]¹¸`]ò„¬Ô”è¸à‰ð˜lm—¡£RFg§x 2ŠpO=!eÌ­.òì0&mbê©t®§Rv¸¶;”‰x„!ÆjxmœË” ™H﨨¨à”L²²SFB/È%ѹxÁ:8ÂP¸ÇÄ€¨(h¼!2"Aå!W8^m®á˜ÄxmÝvc£â[fm¸&ÜNˆvŽŒŠˆJŒŒêiZjµeàŠØEïâãAbD=m³¡`8 EEÕGšµÒ…GÅFGDÅ@Ñ‘±±Hk¤©Ý,]B¢FmíÊë` M-:ÒiÈÔ•¥gOLAôpFæX$):!fì„,ÍØ´l/h,bQÀ%62. ÒÒ³²ÓÆŽMIOŠŽ‹q‹ƒ‡'gŽpE ¸ÕÈä¡Ü2Yçƒx4n‰îà#839s¨6>2xtr:’¬£€¦Õ˜ ñju€’GŽA\u® 5e ”­-› ÉVÃeú^-áXD«ÍB4±“ët ¤Q+ˆ>V«‹¸ÄÆyÄ$ú„#ȸä,5g`òÔ¹ja>R¯‰t‰ÔGzEVˆ[´~ŒÖ€h\\Ý E ©EîbˆÔjàtmZ¦Féê¦õîRÒhTa8© "#"ëi@¤Ö5SÍ•&ÉHB|DdtB Hˆvõ@¸«&Ö M5 L‹Ä¸@iMl9HÜ4H\ˆqCU$u°Ê‰p”ŸF ´ †¡ìÄ5Q—蚥jM4_3Q›è—S2Õ2´‰±.Ž€ˆ¨÷Ô1)X4n®º`_ݨ”t]–·F£÷l©m©q4é)ÊÖÕŒgei¦LÔö623-;;Å-0*:"6DÇE$Fj¢"ÊÄEºwH£RPã¥ö¢uÑqÞ™ œ¦‰×ÇG]«´ôžÑ ^7eÂXm:’’^¶>’å¦OŒzWêJ]©+u¥®ÔýÛÝvPJƒRWêJ]©+u¥îÞíè9qNïyçÌšF5+GDu3B<ܽ}ϯ_6`¬g%½Þ»²Ÿß³ÇךE‡Õ «Tc(»=ÜØÁ[ç+û4™}ä]äÓGW3_Œ)ž8§i¥O¿ÛbK¤ÿís\°ð°Ðš¡–»óàÚ—uB‚ª5H¹ÿäÝç%ÂóÑÒ”þµBcŽþ­^žoe Ýxü¤ažîÞůÚGשR#º=Ò#.„……µ· øúúº?¾spD‡øjÁuÂê„tÌþÉû·À3úÇEÖ ¨Xã£Õ§ÖNë_/6¢Rù ‰kOëcëV­P-{ÕϹ·au¼{-= Ž-éî]''H©ï×ÿ ¹zæ¶¿ïÀ%ûÀã¬)7hùapíëâÙL7xÅQXvñl’Àõ|e}Oß;Oà§÷Ý2Ïér¿í¼Ð̤õ†<{r+/3[ð:Þ½WÇ—÷ò ­flà׌،\;{Ç¿™§Ë¬ÐñUƒsƒ¾¸ðE»¨êj®«GµóðVó™Ò.6¨v¨JòNíö?½*»ºŸdL|Ÿ)ëªôȶïÿ &¼iíuô}üøáÃû÷üyÿÞ]ž=}òîÝe+ ù‚G._ºh¦,þ>Ë(/[¼èðÁƒj¼k¯^ýi ÒÓûÉãGgNŸ^0ï“ ~}ýúõÛ—¯^½:ÿë95æ5ä•?ÿ°|pÿÞªeK/]¼ðöÝÛ·—/]\¹tÉÛ7ÕÄþüãwðàá“_íg~K/øÆ´1GJôVqR~å®_»ªýC ºzËï÷Ÿ½õàÙÝGÏ߀ï÷]³õ öü´óÍ›7ºw¦’¼ï«"üN®]Q3rù÷ß_ðûOn?|öβh` Wùïw0¸~õŠêåË@MûÖýgjļ&,\^<àæý§àøf)®fPphXíµ{bûÓÉa¾êà_34$4l×µ‡À}|öÄž 4Zð&u|˜7ðð›ÓÏ5Ü5ÿ«“õRWŦ¬¦òöü·g\W#xjàgo#ºË—önP+4$$¸MÆN–Oê]·rùjcŸ@.^ØÙ«QThXXõš Â÷$:¢nU¿éKN.šØ76:ÂÏ7(cÙÏ~H§˜HZ:°°u"å7{T§ˆˆpwD%€ÇeNp·"|ÔX¯þ¬#àØ' ëÙ<¥{•*ÕÃ#Âê÷ü¬mWß$,Â#¢Ý7Íi kN›ÅB]“XX÷ r|vrttT„ZÏ‚ëÏÙ}ÅãÉÝCyeÂOºÄØH“ØX}Êýþ¥¯ÚǘäP͘ö[.ÝÕ»?ºõSRÓ¨ðˆðšµëÍÙsÅ_•MHÛq»¦º{0ÞðèàÔmÈíÓŒ{¥¡ji´õo²RW­ÿñâ{/óëŽÅ¥,3]­)¸zë!X4¼F_©I‡¾™%§¯?@¨„ ¦}Žœ8|€¾ ‚Ÿ÷ˆ."¦üŒo~§,Ðûô@@ïOvÜ*¤úÌ?Nî¢]<šú逇‡_—¹ûܵ\‡§'ã'èN-öG·vzUFTöÚuë‰ZžtäîCpïâ½Uä<§9¹qt¡¡|<وؤ »YzBá©óâËs» [?/6øöªážáQ#Ó×ýÑí=^eBo=†Vµ­ÚvÅIf©Ì³á§‹Sï§W‰²De£1Wn=Dý°…#¦¶ ó®ÔLD¼5ð¾+÷tWà_n<€ï©u )§…ƒUŽð)_±ÌÍÛnõj_{à~E›:jì…kwÁÈÑé }ü] @{Í?<Ï+×{‰,Ùe¨4o핇+[e4ré»Ym#j‡¨ _€tå4ðÙÊ©¢[ ~úð<¤ñôóÑÂaÚò*Õ¨=ÀU͇Ǣf•{o>ûäÞ‰ònþµÍÕ =tÙòmçÆ~¼kò‚½u-4U†‡îpîòmýé³{!ÄñÒÀ»ÎÝЫšvž½áîí_Ù#H7&# ŒNÏô³ò/øy}G·jn֟еµ¸?¸wE÷àÞµoÖÌ7 GÍÁzo¿xwqÇ)pÿö/:=øùÖ ÝÙÛwàç©NÞ¼ãQƒ©‘鯻rõ¨>áÀ̆Õz®ï`æ¶×Ù*yço>5ˆÙ6fæÎðó^›¸Í¤nué—ï8ïßÂèÊ6DÐø ‰“Ö#ö^T)­ŸéÛ(ç+äÛ»ÝC+ëÀOgoÔÐQcÇW¶a|ïæ©iÓ¦ž¾uGšx¸(‡.‚ƒK“4÷®ÿøË5pçênX냀Ó7ïxûUÖ!_žƒ¶ñ­uz1±B“œÈ…“Wý¡Þ=—„w÷ ™êGÇø¶`¶"¿ÙÎx“Þ¾ý+¸E»ë朾bÊ9wÓ±¸áË£’—FY\w𢦣W)Žuúå`ú»øäE¡}æ„ôžÜkVhï«÷ššs#óËÅ› o«Ä€êµkר•8cíqää©ýZDU­\;8¸å˜ïëOœø®{£0ÿšÁ5kToÒw¾)·3“ûÖªjÍ­ïÑ¥ãªU¨Û룕ȽÛç›D…‚šÕ[‘%C›TªV«NX¤¯÷v`eߪáuëvËZ®Óß¾òSrëè€ZÁuBƒÛgn÷C®^ß&²ZpHíj‘­7ž¾âwëÒöþMÂCBj×h5p¡%ëçÔ+ã?Ê£¡)ã1ÖâËðknõ!zå¡~[³Œõí&lš¾p/¹ü±ü˜ðÉ®ÚÝeS¦ïݽÀé ×óš–¶JãŠ]Wy÷nYwТ) ö4µ&1mM½‘«ãSWª0nĪøÔU #Wƒú£ÖÖµ®ãä/«wL°îÞ¹ À©_¯åÁj~íܺÚAõ’¯Þz÷n~©ííÒ«ô*½J¯ÿæeÓÍëÒ¡âtûnlsÔ"®£pŒC˜¾(MQ³¶(ô´²ßÖ¬]¾S±4¶ÿü ×®î¡ÂØ Ù[c/Þ M«Büò×`rîWXHgi´˜2mŠ3˜ö®±!¿V}ÑgGí±/Ñ)ÚΈŽ)5ºf½¯n¾³Ó•§h÷ôAEîXçãL¯¶Unœ’k™‰ÁÒ),öO·Á>à¨}í òïF´`>Ñ`ã”Þ©–çþéÎCþ¿ëJí®‹\о‘Z‡ ›}Z{7Óú$­vžsuðv\h¡ëÿ†¹vZì¹x0dÁ,Ï5öÖ-¶ƒs Ó•Þù0è\@sÜÑ7q¿mÏžM.€-½Ä¶8¯\É<Àl—ÜäV@ËrC^Êw6Þ2hdÙÇêhÙ©’š· ùuö!‹­¤êöšã]0ÁrÓÿÒ.|Ksˆ£ýl‡tmV×A©vþëè£ Wë»Éš“ÅÚÊPUf>"÷=Òü¥‚fPŠú647û4‡â ¬ 4<·ShÏüÔoa?$ŠÓÌß«ÿªÀšú–ÖMc²ÒÍ 7dƒ,p+j e7ÊD³¦ú¹xC°íÔ[?Ä´óx 5 é§ÉÏT$?w Xÿ§&Z{Ê€¶šSvÕ¸åîT³íÂ0Ù¶Ç4{¡Z™lý˜îOÀ;(¿Ÿeö9¯ ƒ<Ìon%¨þƒ%¬iCà 6#Uø[ÿµ×ŒÎ-…M*Îóì £ÌÈ}Ÿ¬B轆m;HHë—POÓ9Å]Ì)Á–í{\ দø2 èa:5g&l¾@,ò)ß^\óož5³pÈd_ª®k'µoc‘Q9f©tQ¿Þ†7ÃÎäá-°,£‘²à¼Ö\ÏV±¶*K]M½§ÐÈ”ÆwÀ]Ó_En¼‹…Ã#¦Û´CóîµPeg;t­ÏÕP˜UZßqØ3å6@e€ÎJß/Í|³I€š[v_X÷JµË f¶[îpØÇÐ[Õ‰2û—Ëa&_[·îì21·ÔÛ˜ß^èæÍ½­¥³Ð”2\@šÙ7=­{kþ:+Òw† f?­IÖ‡êÇiM¹<5έ,³u­ryÀâÛDoÚà0P}fäò ®éj¸WêÝX÷ÂeœêâÜtnA?Z¤¬Öd­ò6dã"“ÝóYp¶N´µ4e×j`lÙšòf¥kY3­0ȹåÛ_ç¶ZÛSbi,¥”£É³64÷ÃË|m˜me«öpN™¿­å5±YzáfÂoR™Qv´¶˜¶}åžcÝê²™©Â¸êš/ÜPȲ»¦†š“íˆÙÒ²ú{Äœ¿>pU§Ò®ìtÊ> |Él_]5¨5¡`³¯¸Äæ}ÃÍôÝÍ;WG›vG›y`‘fHn½wîRA9ÄbçÞ¼ëÅ#jd·_1ÊUОhÒõ&«t®n÷­ÔJEæ_\ïšßw"–V9§vuëÂ1š k—7Ãc€¦Ÿ¶˜fmà?¶3üg³Îo.çÏÔb©’|;8U2‡Ö¸÷ƒÒ¡ÓÐ#@X%ìc§yvÓÚzMÝfè?7Å…O¨0Î#î Æí0Ü>®ú-€ËÛåñ†•—òjí—²V>ù6µÃÌ¥á«þ¢êý)rÞ=R­åºÄ»XÚâP¯„ܽ[…ÙRÅìª6x9)Ë:VŽ4q‚žááfŸ#ð=Í ù|:`þo)Ë#zS=Ðë(3ÎÛZî­W’K¸~Ÿ~'\˜øðunj£A_]Íg`q9Qg²ÊØÔÌ£ÊÞs³õ´î77ÉàY_òzPî®ô‰†®ÐAP¸­ô¼ÞWɬUÛFl¶Ý(Îíž»çÛ•µKçèÓVíQZ,˜ÏÈé—;‚¶·Y¬mz};­{ä X.Ï‹ ²\mtÌí#®pu¤Õ;Ûã…[çʳBnêMºí¼ø7ˆ3:ê‹Ø×ìž»¯i—Ú2;ßÁk³ïéfÛäÚ»òËg#¾8FgGkƒ*®¶q’»þÍo#Þ=—£SÚdß/s£0KðùËáß72,ÜúzÑη˜ïÞ n@åb-ÀÙÊÖÙH¾²õ.!.P¾²t¶#νXÅíÛïY,m¦ó½°RïUâïo¥(¨„%íHi“ízÄ þ3.ôý,¯Â0 O³ÿf±òþá¶ޤgëÞ”¶”WgTsŒý¯³¶Px~´ÕaË×üx!ïÅe•Zn/iú•œžPR”•‡’J£÷±Y¯ö Ͷ zÞ_ZæÙ¯/iZàÚC·X»ß4 ¦ÛµÐÜÚìiê> ­< ]L#ª¢œ#ü¹%€nâŒ$Ã_½Õ­K~(R‰(qMgê-``g–;¸ëS0Æû¹Jê¨ÀþS=ÞjaßóA··¨áÓ·D¸×s«U 7öî¾AÎðwŒ[ù¨Z:?þk~ÜÕn† ä›1Ësö³Äg€»‚3X°Ì|Ž3Ïb[fŸóæ ßYs›ý~„ò°ûÕú~Ê[ ÔÖ>¨3çéð/<…>cfïò&ÎŒaûÛà hs,4µ«h l™Ñ'òz½Ì›+78Ì8Ç5ÌúÜR@oóx¾ {*ªî¼5œ+@%ß\¤í¿ç•ÈrØÂY"lºÓÍO“KΣ¡yæc´uþcÆ6“^ÓœxXn*ÃíÒ³¼?…rÀ¸ƒu¾nl›·ï ž[ái­~þÚòj«ázkƒ@um!rJ­[ÞHkЮTà›e&…C¬ó:;`0.—;Š˜¯UŸ/M3¤H°Õ—Ï㉚îRë{’ÝŒ:úLSÑ.ä»÷À›¥ý«ˆ˜f©G\;© >U)1 ÁÔ/w´¦Õš‚#‰ÎðIDÐdÝ8s -Êé"­4;¡2sKø Õü–a’_×U‡«™æ‡—à]î„ ¢}ëZtë?e‰î?—Rñ©–Ä–ü¿Âý+íüMÕÿ÷)TB»Í‹ ö»“ïa†a¹Ð ·¿X´+ÌZn~±§y²S[àá™ðýðN3ج-C`Š+QŸ|V‹›ýñvŠ»G1±:çŽWš£xû¦y.É`+%L6””‡ ϯÞiùèóÅ·WjªøþX[W–rmŒORß&ȃÂ?öR¿ðÔaÚî=Nxú±~Ag²wîfp/‚÷–ŒŸ“9a}!ã—iºw mˆ×#­1Pƒ¾„2Þ’;guÞÃiŽÃ ™ïv<_1&7¿Î©Ö°„¹ßÿÞVíß'¼h0åÞ§Pþ+ξkx!¥Yt\_ðÞðW{‹ú"yä¨Ïj\ܤ óíþS˜4/¡­û’8=ÿ½ƒ¶EbmøÏÎWt(!Mîèþûø˜¬ÝßÔù¿wæ_M•kºÂ[Ýâ¦ÞEüâ‰ú’Ê=ý? ý\`q½9gÖu‹‹S”uÝ÷ï=m]÷Ãàt6ëºùÏ}/–3ëºÏŽÿÿ«mç­5 ¹ÁO™%\¯$>hÌçÈH6MH¨¤° "{¯…Ç¿ë󧤵h¼ú­è°¦gQ!JZjÎCZÆŸÐ?仢 ü;gA îpÄöCgCüJ”òh•ÿ¨/ꎖA+¡•Ñ*hUÔ @Ñ ´t?ºÝ®DW¡ÛÐïÑèAôz=†GO 'Ñ3èYôú+z½€þŒžB GÑ«è5ô4ú z½‚ÞDo¡ÑKè}ôú}„>FŸ OÑgèmôz½ÞEï¡/ЗèïèèŸè+ô7ô9 0ƒ1Ó`Zì/ô5úý}‹¾Cu˜ æŠé1w¬ VóÀ|0_¬X_¬Ö낵Ç:`]±nX6„ Ɔ`ÉXl6KÃFa£±1ØXl(6 Ž¥`#°T,ËÀÆaã±llö6›†MÇf`9ŠaØ$l2æ`…MÁ¦b$Æa<&`8F`Fl&ö16 ›ÍÁæbŸ`"&a™X&c 6[€-Äa‹±%اØöû{…ý…½ÆÞ`co±wØ ì%ö{†ýŽýÁ8‚kp-®Ã]p€CxYÜ÷Ľpo¼îŠëqãepÜ/WÀ+á•ñ*xU¼^¯×Äkáµq<߃íÅöauð@<Åëâ‘xŒ‡àñx^OÄëã ð†x#<ÁýðŠx,‡7Å›áÍñxK¼Þo‚wÄ;áñ.xW¼Þoƒ·ÅÛá½ñ>x{¼Þï…÷ÇàÝñø<ŠÇã)ø<OÂâ}ñ~ø |0> ÁÇâéx>OÃ?Â'â“ðÉø|*>gâYx6>Ÿ†OÇgà98Ž8‰S8 ¸ˆK¸Œ+83xŽGà³pçðñOðOñy¸Ÿ‰/Æ—àKñeør|¾_…ÏÇà(Žá ñEøZ|¾߀†oÄWãkð-ø×øVüü[ü;|þ9þþ%¾oêþ©¦œºß…oÆ·áßãðƒø!ü0~?ŠïÁ÷â³ñ9ø\ü$¾ߟÀÁÏàgñcøqü"~ ¿Œ_Á¯â×ðëø üþ+þ¾?_Àoâ·ðÛøü>þˆ?Âßã/ð—øïøøcü ~¿‡¿ÁÿÆŸâÏð¿ð×8 âOü®#\WBO7Â(CÀB¼ÅßáBKx^„7QŽð!|‰²„Q…¨JøD D”'*~DE¢Q™¨FT'j5‰`"„%ê‘DMıDF„?ã§ðÓx"AÔ%êˆÆD"žH Z­ˆÖD¢-ÑŽhOt š͈ZDm¢9Ñ‚èLt!º݈îD¢#щèO ’ˆÄ b0Ñ“èEô&úÉ¢/ÑJ #FiÄ"™H'2ˆqÄx"“È"²‰ Ä(b41‚H%Æc‰IÄdb 1•˜FL'>"&$A4Á,Á3ˆ%0'‚'B$$ÂHÌ$>&fŸóˆùÄb!±ˆ˜MÌ!ê ˆ†Ä2b.ñ ±”XE¬&Ö‹‰%ÄgÄFbñ9ññ%ñ±™XK¬#dB!Öˆ­Ä7Ä·ÄwÄ6â{b ñ5ñ±›ØCì%öû‰íÄâb'±‹ø‘8@$‡‰cÄqâq’8Cœ%Î¿ç‰ ÄÏÄ)b9±‚XI\!N¿—‰ÄMâq‘¸DÜ'‰GÄcâ ñ”xFÜ&îGˆ£Ä]âñ‚xIüNüAüI¼"~#ž€„H˜DH ©%ÿ"^oˆ¿ éF¾%Þ®¤ž,Kz:Ò…ô!}ÉòdÒ¬HV"+“ž¤éN–!½Ér¤?@’Ad5²:Y…¬J†’uÈ02œŒ ë’5Èšd-²6L†‘dMÆñdYL$“MȦd3²9Ù‚¬O6 ¯׈ëD²!ÙˆlMv ;’È–d+²;ÙƒìIö"{“}Ⱦd?²3Ù…Œ%ãÈ®d72‰H"“CÈd²?9€I¦‘£ÈÑär,9”F'SÈL2‹A¦’ãÈñäGäD2Ì §‘ÓÉd‰’‰“9‰œLf“È)äT’&’%9’'’$)òcr9›œCÎ%?!ER"eR!äLòSr9Ÿ\@.&—KÉeäjr ¹–\G®'7ËÉd[²Ùžüœ\I®"7‘›É-ä×ägäFrù=¹ÜAþ@î$w‘?’[ÉoÈ…ä"ò[ò;r¹—ÜGî'ÉŸÈÝä ò$ù3yŠ$Ÿ‘¿‘ÏÉûäòOòùùš|CþM¾%ß‘/È—äyòù;ù S¥¡´”Žr¡Qe)Ê“ò¢¼©r”+¥§ ”åGU¤Ü©2TyªU…ªJùP¾T5ª:UƒªIÕ¢jSÁTåOP•¨ÊT D…QáTU—Ф¢¨PªUJ¤êS ¨†T#*šŠ¡b©8*žJ SM¨¦T3ª%ÕŠjMµ¡:R¨ÎTª+ÕjKµ£“Oȧd/ª=ÕêIõ£úS¨îTj•L ¥†Qéj•J%Q©æT j5˜E¦ÆPc©t*ƒI¥QQ©IÔdj 5•G§2©, ¥0*›š@Í r(’¢¨iÔtЧJ¤$J¦ÊHͤhŠ¡pŠ XŠ£fSs¨¹Ô'Ô§Ô<êcjµ”ZF-§VP+©UÔ|jµZD-¦–P«©5ÔZjõµ‘ÚD}Nm¡¾¦¶RßPßRßQ_P_R½©>T_jõµ™ÚNýHýDí¦¶QßS¨ƒÔ!ê0u„:J£ŽS{¨½ÔzjµÚOýL¢NS¿Pg¨³Ô ê$u™ºB]¥®QשÔ9êWêõ€zH=¢~£žS/¨—ÔïÔÔcê õµ“ÚE½¦žRϨ¿¨w !úOꥣ]hWZOh7Ú.CÃ4BߥîQZK{Ò^´7]Žö¡}é²´]…®JûÓt D—§+Ð~tEº]›®DW¦kÐ5éPº]®NGÒQt4CÇÒqt<@‡Ñát0BGÐuéútº!݈nL7¡ëщtkº Ý–nG·§;ÐMéftsºÝ’nEw¤;Ñé.twºÝ“îE÷§ÐIô@z=˜îM÷¡ßPSo©at_º=”N¥GÒiô:™N§3èqôx:“΢³é ô(z4Ý•îF¡ÇÒ“èÉôz*=žNDO¤Iš¢iš¡Yš£gÐ94Jc´L+4N´HKôÇô,š§úSz=Ÿ^@/¤ѳé9ôÚœu9ësfÒséOè¥ô2ÚH¯¢WÓkèÅôzý9ýý%ý½™^K¯£×ÓèÏèôúkz+ý ½þžÞNï ¢wÓ{è½ô>z?ý½“þ–þŽ>B¥wÑ?Ò‡èÃô ú$}€>HŸ¡ÏÒçè_éóôú"}‰þ™>E£Ó§é_è«ô5ú:}ƒ¾Iߢ/ÓWè‡ô#ú1ý„~J?£oÓwè»ô=z8BoÏÞ‘ýýšA¿¤ïÓèßèç4Ì Œ†Ñ2:Æ…yA¿£§ÿ Ý™2ÌŸô+ú ý7íÍ”cÞÒnŒ'ãÅø0¾L%¦2S…©Êø3L ÄTcª3,j¼’ö`ü˜ŠLy¦ÊÔaj05™H&Љfb˜X&މg˜zL"Æ„3L]¦>Ó€iÈ4b3M˜¦L3¦5Ó†iË´cÚ3˜ŽL'¦9Ó‚)Ë„0µ²kg¯ÈîÍôaú2ý˜þÌ&‰È b3C˜df(3ŒÎÌÍîÂLÊNaÒ˜QÌhf 3‚Ie:3ŒeÄûIPëöãŽe&1“™)Lpß2ÕM¾-™VÌ8f<ƒ3C2C3 Ã2Ó•éÆtgz0=™^ÌTæcf3›™ÃÌe>a>eæ1ó™ÌBf³˜YÂ,e–1Ë™ÌJf³šYìe|2ôL ?n  ®c¾`¾d¾bÒᙯ‘‘#3“ÙÌlgv0?0[˜o˜3ÖMV1™Ìæ sˆ9ÌaŽ2ǘãÌ f3]Íáä0(ƒ1[™™óÌæ"s‰¹Ì\a®2טëÌ f$s’¹ÃÜeî1÷ïìï˜mÌ÷Ìæ)óŒùyμ`^2¿302¯˜¿˜×Ìæoæ-óŽìzfS·­y§ ±®¬ž5°n¬;[†-Ëz°žì.æs“)Ç€5 GÖcæ ãÅVa«²þ¬7ëËþÄìVñƒÚ_MÚϰÁlÊiµ¿Êæ,S‰­ÌÖa£Ù6–cãÙ¶›ÈÖgG´ú¦eã€KC|Ø ¶)ÛŒmζ`[²­ØÖl¶-ÛŽ½Í4`;±Ù.lW¶ÛíÁöd{±½Y0Єç°ìH6ŠíÃb³CØdv(;ŒΦ°#ØTv$ ³«aµ¬ŽuaÓØqìx6“Íb³Ù ìGìDvÈv`Û³SÙòlÖ­È&±ÙÉ,ÉR,ÍNa§³ÕØêl×VP6ÃʬÂÙ¿ÚP‹­ÍÎd粟°Ÿ²al8ÁÖeq–`ç±KÙeìrv»’]Å®f×°kY1©‰ßù~sØuì&ö©ù™&ì4–c·°_³[ÙoØoÙïØmì÷ì±VÍÒš§-a?gbw³{ؽì>v?{€=Èb³GØ£ì1¶/ÛíÏ`MPÈìqöû+{ž½À^d/±—Ù+ìU–ew°Ùkì-ö6{‡½ËÞcï³؇ì#ö1û„}Ê>ccŸ³/Øžãz;ÔñxæìKö5û†ý›}˾cq0‡pî:{ƒÝκp3Øe1sš[[mdµœ7WŽóá|¹ò\ΫÈUâ*sU¸ªœ?Àrë{Ùf•±‹Ù¿Ø .”«Ã…qá\W—‹ä¢¸hn=»ýŒõâb¸z\"WŸkÀ5äq¹&\SNÇé9W®×’kŵæÚpm¹v\{®בëÄuæºp7Ùf\®'—Ôo}Ë;©gÙ^\n—Ä äqƒ¹!\27”Æ çN°'ÙŸÙSl0Â¥pc¸±\:·¸½³î\7ûˆ›ÈMâ&sS¸©Ü4n:7ƒËáPãpŽàHîê€2¦íZàa«WìhŽâ$NæÎÈÍä>æfq³¹9Ü\®9×Ëæ>áp ¹EÜbnRÖä¬)Yó8çÆ¹se¸²œçÉ%pK¸Ï¸Ü&îsî îKî+n3·…ûšÛÊ}Ã}Ë}Çmã¾ç¶s;¸¸Ü.îcv–Jëš\-®6wŽù•™ÏýÈæŽpG¹cÜqîw’û™;Åæ~áÎpg¹sܯÜy.Ó\^èÊ­à®r׸ëÜ î&w‹»ÍÝáîr÷¸›æœlèÕsàà¸ß¸çÜ n„ùôÏ4n'r/¹7ÜßÜ[Î`>ú#‹;Ľ㴼Žwá]y=oàÝxw¾ _–÷à=y/Þ›/Çûð~íµKiô)÷€;–)p¯9_>€äƒøj|u¾_“¯Å׿ƒùJ|e€˜Q¸[ÎÕáWr«¸ÕÜn-·Ž O# Â7àòøÆ|¾)ߌoηà[ò­øÖ|¾-ߎoÏwà;òøÎ|¾+/ñßÇíçp¹û\ß—ïÇ÷çðIü@~?˜Â'óCùaü·Ì#æ/ΟïÆâGócøõIK2Û Ëç3ù,>›ŸÀÄOä'ñ“ù)üT~?ŸÁçð(ñ8/Z·ónkY•Oã ^àE^âe^áüLþc~?›åSø0>œàëò‘ü'|4ÃÇòq|<ŸÀ×ãùúü~ ¿–_ǯç7ðŸñùMüçüü—üWüf~ ÿ5¿•ïÎ÷à{ò½øÞ|~8¿ˆÿßÉïâäâwó{ø½ü>~??‚O5o×äxžÿ†?ÁŸäæçòùÕü)þ,Žÿ•?Ï_à/ò—øËüþ*¿Îßàoò·øÛüþ.¿Ï?àò¿³°ÛzÿÂWáñÇùGüKþwþþOþÿÿšÃÿÍ¿åOóÏøOùyü|~¿‡„Åü~)¿Œ_ίàWò«ø3ü;ÞKðÊ >‚¯P^¨ ø …JBe¡ŠPUð„@!H¨&Tj5…Z·üwü6þ{~;¿ƒ?À»B]!Rˆ¢…!Vˆâ…áØn;*Â{ µ…BK¡•ÐZh#´Z·4ù—ßNè,tº W3®eðÜsþßMè#ôú ý…B’0P$ †@H`4‚VÐ ÃWA/7Á](#¬ç6pÉB¦%d „„‰Â$a²0E˜*L¦ 3„0(~âvs{¸½\¨PGÂ…zBš`f  ³„ÙÂa®ð‰ð©0O¨/4Fò½FX*,– €‡x˜o&4Vë„õÂá3ŒJUÔa£ð•°YØ"<æŸð²½„/…¯…ï…íÂáa§°KøQøIØ-ì† „ùÂ~a”0Z#ŒÒ… aœ0^Ø+ü,œN ¿g„³Â9áWá¼pA¸(\. W„«B5®:WƒQYP„ÂAá¾ð@x(< O„§Â3á7á¹ðBx)¬® ¯„¿„ס¯ùèÃ7Ãÿ`5¢VÔ‰.¢«¨ â>ááOÁMô=E/Ñ[üaøÎáø@bà¶WN¬$V«ˆUE1@ ƒÄj¢»XFü]¨) G„£Âba›P]Œƒ…¡¬à!”ëŠqb¼˜ Öß ï Bb¢ØXl"6›‰ÍÅbK±•ØZW»]¤EFüBüRüJÜ,n¿·Šßˆ™€tftX'þ îw‰?Š?‰»Å=â^qŸ¸_< ‰‡Å#âQñ˜x\“6J›¤Ï¥/¤/¥¯¤ÍÒéki«ôô­ô´MúÞ oeÀïââJi•4Šͺ2û¥ÒAétX:"•ŽIÇ¥ÒIégé”tZúE:#• Ìn©µ4VÚ.í.KW¤«Ò5éºtCº)Ý’nKw¤»Ò=é¾ô@z(=2§á]€‹Ò%é±ôDú]úCúSz%ý%½–ÞHKo¥w!–ù©ôLúMz.½^JY+»Ëeä²²‡ì){ÉÞr9ÙGö•ËËd?¹¢<\8“´»Ý®’\Y”ƒäjru¹†\S®%×–ƒå9T®#‡ÉáòOÒÉ »Ér]9VŽ“ã幞œ(×—È åFrc¹‰ÜTn&7—[È‘r”¼GÚ+­“ÚËäŽr'¹³ÜEî*w“»Ë=äžr/¹·ÜGî+÷“ûËä$y W¾P¾T¾R6+[”¯•­Ê7Ê·ÊwÊ6å{e»²CùAÙ©ìR–·o1p]¯•½Ê>e¿r@9¨R+G”£Ê1å¸rB9©ü¬œRN+åù•Ù?ú¯Q~QÎ+”‹Ê%å²rE¹ªŒP{Õ›•W®)·•;Ê]åžr_y > endobj 59 0 obj << /D [541 0 R /XYZ 56.693 654.454 null] >> endobj 544 0 obj << /D [541 0 R /XYZ 56.693 628.868 null] >> endobj 381 0 obj << /D [541 0 R /XYZ 56.693 260.97 null] >> endobj 545 0 obj << /D [541 0 R /XYZ 56.693 241.099 null] >> endobj 546 0 obj << /D [541 0 R /XYZ 56.693 200.031 null] >> endobj 547 0 obj << /D [541 0 R /XYZ 56.693 139.572 null] >> endobj 540 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F74 436 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im19 539 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 552 0 obj << /Length 1599 /Filter /FlateDecode >> stream xÚÝXK“Û6 ¾ûWè(ÏÄ ¢½%³ÙLÚNÚ&ÛÉ!ÎÁ^Ѷº–6Õ£;ñ¯/H€²$+Ùn&§žL H‚¾ÏâÁ>àÁëÅË›Åók̓Œe±Œƒ›]K'A*2¦¢4¸ÉƒáKSuíÉÔ‡M•o—’‡Ýía¹’š‡»µJ¢Çù¦Y~ºùÜ®„`™Ö¸øí¦k‹c׬^ܵÅ}eª9£_–J‡÷Õšs¹ïê5lL}w2ÝÞÚÃEÂceÏ%’%B·Z¤p‚$ ŸãO¤í’Å«›Åß 6<ŽYœ© É‹¹ nËÅÇO<ÈAgaQ–β ´àLªÆÇàýâ§HñQÄäà4Þw”1Ác<’b‚¥î~]ðq%8ç̼¨ö]µÇÃö„ñ¦kv  K¥Ó =Âbìt+ÁdÛŸ^w¨·›Ú “«Mk ŠÙð]!Þ1¬È‚•Œ˜Šéœï »LDáÝd•}˜ªpgšöh–B‡{S=CxàGon7°ÃGEiÕÕÞ°"7¦nn¦ ·QøPÔ9y{0 A_ìÉ_uß‚"§yþn°¹[ š–d›n‡Æ¹)QòþKÓúqQ5íæx,LÝ¢UST9›Kºkú\¦±îcز¶ò¾¨öfëŽCŒ à­íåP¶…eÙÒßÁ 7.‚`œûõÿØ*º'¯ÖE‰ÃÑuqÍø>`ccÈhbºY–{%å@Ù`ˆf€gqÅíî ¥ÜU9lFÚh¸CQÇ=‡3a™RTÃÇâON^0ZÎËŽZ„W½3EkÈáŸ%DØu•jÿŒö/ÉÞ{8ÇËy™YI;mkEÕˆ¬ûzó‚S‡¿î¬}Ïøšù{]ùC +¦k™¨sÅfÐERH&9-XÎR%¡îκ¾`Á»þšô°^¡¸hZP\®Í‘èEÿ@p®¦»Hnìý*›=lÔŽû…î9éQÊY%¶wþ½àŸ4RÎb8vJ)–h\dLj¯zþ¦”<¸º‡¶zÙXýv+Úo5ØÐ5]Þ¹I­¢ Š9K¤ Šþ/qFaÚ#gZãJfðdôþ/¶Ûâ˜÷ñOOx„¹CzÅ)-+%Ý%Ü>¯©ÏÈŒ*GÙ\-Qr=ìǨÃ2]m@#µÍhUë |bIn³¥˜cÇ£ßËYU›Òë ’[8w‚WôKp¼5;¼1(_Q_oŸ¡ 5s»Ì}°û¸‹Ì´ >ÁÁ%µ€û¾Êïï+W]}{h€•\4°ÛÇ‹¥Ô¶ÇåçËkÐ0g;¯„1^£¼8¸CÄCºiØ×&-eH§cmzyŒµG¬§¯Ý·ˆùú± X³HGÒÀ‚t¯—"1§­ÿ“­RÀ·¹D/‹YÚ»Üî ‡ÀӃؒiO®¦`†I÷Ò÷d“{c(*–ìS¼÷òÛö/s×®¹æ€!\ 2÷ÈH(7Ÿœû½¿ÇL 6¼PêµR‰©EñÙ˜y¸bÀÉ׫žv™jB}gÑäo©ki‚à!¤\@°• !xŒ.91¹ìhë!Î%Ï·3¤Èÿ%ö -™ÈÒ‚}°/I³§cŸNGاÓ3öÁx™@\)eR6Â>÷ ”Žaæö¾î|{v“ìÁa#Ø›Á> endobj 549 0 obj << /Type /XObject /Subtype /Image /Width 725 /Height 239 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 558 0 R /Length 17536 /Filter /FlateDecode >> stream xÚí\×Úÿ¯11š7+*¾‰½ßH¬$Vì‰F#b!’Ø5Æxc¡¨˜«X±E°P-AT@é]`eÙ]`iRâÿ‘s³ïÞm Âº,¿çóý$Ç33gÎÌìÌó9³Ë?þ¨;Š‹ ż}#ØŸ@ ê)oì Ò@ šh¤¥&3°+T/_¾Ô÷x]yhFÉNî6ªÿ–Ju¢2ñŒógNæç =®97i÷¨¿<4H#D“:å%Á©s½ÍŽ’Û”*w{clB=·±ž+Uñ‡ðu __ßDGG«Ò=ÄúQ^VFˆ MÑ=ê)¯Õ‚:kÉën{CmÈ[ ›šk^ý7Mv?\:w¦‰fUHHÃ&Óú7õÆ-×gÙÆîÿoã›í†ú¬6àÁU“ç[^yÖ­Y­ýx)/˜~ÈnMRŸQO÷xƒ”¡¤…wûxäu{¥¤Ÿ µúèIõž·é˜Ü9é¬QtùR“‹[Ãf@uÛ •í¢ú¯îµòrƒ4[Ïõ6FÏŠF}¥²Ïc´¯¨Mºò(¹„Ê^©²³8â£#Ÿ¨@?^*ñà {úÁ býxç7ª¯%o–5ä.Ûà©V›Ü »èmz¥‚‡WïpïÕÙ>ÓÉ+ \r©Ïµ¥þ×"Õ$V5Q”FM n ›‚Ö ÔÓ=cdçu·ëu†Ã0_kL?d/¡t©‘{¥"ý_¬ÔA?¤_¤ô£¿]Ò°ÙêuÛWMBoÔ±¡wb oܬÊú©âý¦\?Oçòr”\4hêEÇÓ¯uÉRólòÎÝÔs5ÆþQ«ô­ÝnŒGvê¹Ûß¾Û’ú!¦ªê…šèÇKÅ¡|ðEš?#íÙ<Ä~˧j’ñÕ­?j•Ù›Rú!÷Ì’Bù<®WþÌÉÎj¤{ÆÆ O(ˆxü¨)¦ ž^¤O¢Þ­Ô§)uЗoõ|Q®à-3¾ÚÜãëÇóÒRQA~SI¤Ôç²çÏU6‚€êÇ­ÔmüëÝêÇË·ˆú¾@?šA?ÔS?’â½n^÷¼áî}ëFFzšørÃÝÕ×óƣЯî¬òÞm_š“êïÝ ùÿY<1žf¨Å#+3#âñÇ!÷Ù¤´Ôš_¼"?÷U 7<¼ox„ܤٙe硜/_¤Ê»¾Þr{Kí^»zùQh0õê©2ðîmꤟ·§Ÿ+Û ÍG–Þ¸UêÇË·|x,T ÎÿŽÈü¼o=z\^^ž“åîzõoµà ø¹¬ì}óúõkι99ƒ43©-Nk§n¼¨•©™åÎC…êêjE½•Õ/*™~<+¨}éDv¥€w¥/30ø€ÚêÇõk.tJ޵$'úzÝò¼îvÓãIEa¡ˆ*c¢žÞºîæ}ë:éÉÆ«1!ßÿ®_À¿€»~AþwÃ…²÷(’ã}^µƒ2¢ÿ{Ç51Þó†»×ÍWï©ÆD>e 5³Üy¨TéëuSno•ë)ŠÜ•4X?0ø€ºéA)¸æï`ï…ÒŠH0ªkƒ³”ÓKKKjjª£ž> {ôà?¯æçUVVRr¯¬¬ ¿ÆY\\TýŸ¨b/¢–ÐÅJjÕÿ™óÕºª¨}V)5³ÜyÊËËjë^Èí-­Rì4•éñüyiYÙs¹ 4X?0ø@ÃÿêiWÉEƒ—íÿ¯ž*áaÈ}ï›×oº_»ëë]T(¢ì_ϳ³2oy¸Ýõó&=)))nÀ™Ð ¾ðNô#ä~ Ù…¢?ûBÐÔû rý¡s¶ªö!ËÊÊ×úˆ¨ àÕR?‚hÀ™Ð ¾ zýè_€~ êöÅ[ ¾ý@?T¬|ú€~àgÇ€~ôúôý€~ý@? @?_¼…~ý@? hª~€ê~àý@SÔ—ÐúýÀ;Ô—¯«Oçò¸8¸€ò¼´¤¬ì9%k Óën®éi©ååÏKJŠp”µrÊÊÊ´ÔdJÖ¦I ñ.N—2ÒŸ•——UU½€šPVöœÜÃÙéRrBÂëÇK•Äëê3ën.OÓ²P(5S‚VäM]?ЩS?^ª*êǹs/¾úª¦W¯¿ZµzIý@r7epÊãeÇ5ý(ùãhÉ'qì €© ‰Çž_=|ø­­ ÓÉ“'K釋óU­Ú8{ö •%ó~P`µÜ­[Wj¤ú?þÈf øõ×Ý?ÿôȤ:/·KŠ$ƒ¢²…Å*³í" ‘ÕŠùóçÓ†\¸p¾þ½דlŒ;– íÚµ#ÓîуÊ$¯ÕU©}…s ©d”þI‰‰TŸ•ÉÑÖÖfO¨}ªÙºu ý“rhËÚ`ޱmÛV*lÙ¼YÜ Ó)S¦Hé‡Ô€‚dÞg-ïÚµ“ÊÑQ‘TÖÕÕe3P*ãbc¨<|øp©ÎËí’¢ E´E¤B¿cÇŽ:::RÝ`e†¢BÑëöŠÕ0€Ê'O8PyéÒ%T^ñí·Tvuq~­®bð@=õCeòú‘”ÝÍ…$ê3øB$&$tèÐ&õîÝ››E5Ì4Ö®µ Á`PR–ÕÇŠ_ü|}$õãþç^W?$Å`èСR”Û%% R?Ùüôß_~Ù%W?ÄãA¯Õ+Éú³gÏPùGKK±~8_½òº]•ÜWR°ã@¸èxš4¥é·ÑÕÈëêm”Ë勉ñqœŒtNzZFÚ3åO?®_÷(Œ;¶U«V”|_Ì›'éèÞ½¥W§Ë—)±ZùÄÂbø%Oåú!·KÊœ0~¼øÕåúñZ½ªS?^·«’û O @ƒ)//ËHO¥d­aúqÑñ4§Ö=pˆu£¤¤ˆ „’µ†éÍÏIO“}îu ªê…ìË™ Rï{úý šôÅ[è ©ú¡¶?;ý4R?ÔùOÎA?èôo©/UÐúýêOAA^žP ð›´½¢üü¢BèðÈÏD>‰¸xîì;›f‚ý!Û Žg"ÂÂý9ôhÔçä§Ž¥¦¦TUUýÕ<âÅ‹Êää¤SÇÃ…¡€*É .ž;û,5ù¯æ©ÉIÏðr¸Ð@•|ûC¶Íç¹Ç=©¬8zØ.‹“ÑPú/ÞTLQ¡H(ÈÍáfegqP+ècIŽ¡èKštÄÎæ¯æ´í™é ¨øÕS€*݃ÇË ´9¸o“•¥•å:Ôú@Úü=ä~`iI±rý¨Q¡ñB;ׄåŽZï7r½ß7Bm\Bb5Ð@“~|Mî±g׎G¡!™ºßÌ@MàddìÙ½3:*²¢¢üµôCT\ñã¿}¾Áwí¯á¿Ix‰@¨e$&ÄÛY l[ýxŸ;ÆÂcÙÖÀß÷GÎ\xxȈoúèMÖ14=ñûu›þôöæÛœŽmq=$†ýÕÕô€fNvg“•e&‡ƒ4‡PÏ dJQ¹YI®~•üáê†í!+~p4rÙ¤y6î°9`wìà¡cë·ìû|¶¹áè%b¯^˹ÊE zý€~Þ‰~XY®ËÎÊBšC¨mÐGT‰~P"®–ˆµ¶wæ­¿µÂüšî¸›vÛÞ¼y#000:*’Ëå’fûûûoþÅZw„™í‘Ð]¶áßýîSÝd£ñôCýúý@hŒ~GfÿÆÑò§»-¶ï=ÇádˆD¢êê*j¤¼¼<22ò7kÃñËÏ:¦M[ãr7,úý KLtT‹-ì߯ùàƒXáðáC 1b„xR¡¨`×®¬,àç~ôÑG¯ÛøG4ˆÚôõñ™8a‚ÔëÙ±wˆä‹¢Ýòö‡~ 4I?œ¿oúÝ•© ÿ˜¾Ä*00055%O(,-)!ë`3TTTääp=z4cá†ekήß°û¤¿’ÿá‡jkk÷êÕ«{÷î›6m‚~@?@}غuË—_š©fuùyJ¦úß»Ë F††áa¥lÛ¶íÛ臸MnvÖÃÐÐ×JÍ⎽C$÷ôx]ý¨ú;æÿüçâÕn£Mwüf{:..–Ü£¬¬¬¢¢œ¬£²’þSQ^^V(‘–8âøÏÙÛ¶íyôåúsUŠƒô#== <¯cÇŽááá’SÉjªÞ]@?€ÚþžCŸ>}¢"Ÿêé }ð€¥°víÚ­ZµjÞܹÆ óõñQTI\su2dˆ¾¾ÞgŸ}Ì*MMgP¥ŽŽŽ™™ølñöíÛ[X¬™2eÊ šL€„gÕ÷ßËM”ææ«µ´Ú :tã?Š'­_¿î½÷Þ;v 5ÂòìæM› ¦þßöóUÒ†¸MjÖ.ûôCɲâÙx9\%—m$§gÏž©)ÉT^¼x™ž¢¹8_l`@PãO"ÂS’“hA6‰”‰æ—ÚŠö3íÚÏŸ~ú©®®®ø0Õsiëýu*èB“ôÃ`ÎÁUë<‡NÝâär+3“SZZBÂAâñâEem¼2’Ü\ž§Ÿ¿áç+ÙódÐì/^Ô­™™™:uJKK+))¡“qÆ Ó§Owvv>wî’zzztòr¹\šÓÞÞþ矦•+WZ´hÁçó©LgnTT”H$š9s¦±±1­æææl7oÞ¤©tŽˆˆ€~@?š:Þ^^ôa¦ÂîÝ¿¬[·–¥0úP¹]s¥rDx˜¶¶¶¨ _nerR"IKfíÏùøß#`mrþþ¨¯\±âÈ‘Ãâ6ÝÝ®½úxœ?7þ|q¾StŸ>`À€Ø˜h%O?¨ÁËþIåsçÿ9q"õGŒ¸MÙÁ—:—e³)é¼¢ììlMLLΜ>5jÔHE;-1!.Y´c‹kÿ>E./G®~H=ýP´ŸO²zËö‡güV©Ø?H?úõë׿ÿV­Zmß¾jH?èdôôô¤rJJJÇŽ322¨¼mÛ¶… RR9Ý QaõêÕÇ'E …ݺu£''§Å‹³–IE˜Õèëë *‡††A? M¥K—ØØXS!>>®[·®Ì4è *°è„¢ô'·òô©“]ºt¡œÅèÛ·/›ú¯½{él3f4¥{sóÕ,-¶nݺ¨PDå¨È§½zõ¢;t’vÏþfúѦMÖ ån*(êO}ô£ÎeÙlJ:¯¤…iÓ¦vèÐ!>.VÑl”ôçÌž-ÙZ}ôCî~~ÿý÷™rt=dƒMõÜÆààûìA ô¡Ùú1ÓâØì¯/NwÒî˜;ŸŸK¦QQñJ?hÒßþQIþ!*(p¸à>i“¿?\ŸÁ>Ÿ?xð`oooÒºè±6çÎËæLMM¥Ó•{ôè‘——gllìîînnnîææFw7TŸ””Ô»wï 6¸ºº–––RÍùóç»ví:þï SúýhÒðsyíÛ·§{äžµA ÝÕÅ™RXË–-ÅohÐYÀôC¶’’æŒÓe§Ðm5µLeëƒØ…Ô; Üì¬K—..Y²˜²ç뇸AÊÔâ$.ÛŸzêGËŠ;¦¨óŠZ ]1hÐ ÚÉ”ÜÍ&«ÏRS´µµYùÁƒYýP´Ÿ•èGÛˆw?¬$ÏŸ—2~±¿6qî‘yKo|»ædFFzaaAIIÑóÒ’ÒZ(JK‹‹‹ s¸Ùßÿl3}éÒ³›¬¯ˆ—…ô#99‰•׬1'sÈÏÏ£k«9}úÔìÙ³X™nô:wîÌÊffóþøãè¸qãòò„FFFk×ZØÛa“rsy—/_^ºtéˆ#èŸgΜ655UÒ%@?€rò„ÃäÉ“%¿BI=Àw8~œ¥iö_neRbâÇàϾ”ÁÒë'§©S§²·JÆ+«‰ ôÏÚŒ–©¥ÕFêMT%úAPòe/'ÈÕ¹ý©§~Ô¹,›MIçµ°lÙ7?ÿô“§ç-’²¹³I¾Ð¥2——C-wèÐ ”ìýí7¦’{@Ñ~¾ÜöóÕîÑCrð¥Îmôòôdh ÍÓŠŠŠÒ¿Ã÷þSƒé;¾Yé½x™Ï±3·ÙI]\\TRRLB…¢¢Bò‡«×oóÓŠU7ÿ÷Ë=7—åÃÛ&%%RÏÏ566>tÈŽŒ‚®Qlj\\Îä'TÞ¼y“™™«···§û¾íÛ·Sy̘1TŽŠŠ¤2ÍI‹S!'‡«¥¥E§kJJ2¼AA¥µ؆nIX îîn¤Or b @ ¡,9ÖOÉ®]»v”Íé¬!§“hàÀ>ÞÞât/UIx¸»êêêRf·´ÜÀÎôéÓ§™˜˜Ìž5kÑ¢…²úáê⬯¯Gwîƒ Hõëÿôƒ°°X£££3jÔH¹ú!·?õÔ:—e³)ï¼l /^6l³’RE+r¾z…Z&E¡–Ÿ>‰`_=¦Ùh7ÒÍ”X?Ä{@É~–=LõÜF¼ûÐhý(¯µ‹ÿðõÏãæØ}½/‡›‘ž–”˜ùô ¹G€¿¿·—‡‡»ÓåËÿþ÷V7ê ì¯Ó§çÿé­ýa™é”ÏݽK¶)µúhÒ”–GE>µµÞ¿ÉÊÒÊrj} écIîQ]]¥Hž)—––°|*IžP àçæäp39ÉII±1ÑááaÁ÷ƒîÞ¹íåééáîvåŠÓ©S'÷ïÛ7aüX2ÁzúõÖ¾uÃC¶)µ¥1ôCen ýtkYSSƒÛm„º},å>÷ø/ý()&Ù…¦’äòr¸ÙYœŒô”䤸¸X2íˆ2‘ÇaTxúäɅ󎫾ûÖÝÍ•ŸË“Û”zýÞÉÐ!¥à’âb*4C0ø¼ý°?dËçåø¹Í >{ô°ôP1yBÁyÇ3ÑQ‘ü\^s#6:òÒyÇ,ú¨Q~~DXØ)‡ã1ÑQ¼n./§9@[JÛ{ú„Cøã‡¹¹9øÙ1@Åäç Â=¼pîÌÑÃvGìlš´¥—Î;’{p³2‹‹DÐ@õy9Ü,NFfFz3!‹Ã©}î!’»C P1o¯*0èý€~úý@³)* ¹9ܬì,j},…~Q!ÎSèôMs/;8(Ðæà>üÍ nóÅæàï!÷KKŠqªB? htkIî±g׎G¡!™ºßÌ@Màdd(ù‹·ß|4Q¸Ü,Ûƒû‡>À_7C¨g$&ÄÛY¨©©ÁÙªýÀ¯žT@vg“•e&‡ƒ4‡PÏ dJQEY @?MT?¬,×ege!Í!Ô6è# ý€~@?€~ ÐèôCÄDGµhÑâÀþýêЙ>ø€>4`À€#Fˆ'Š víÚÉÊ~îG}¤žûS¼ *kYrϼ=‘OŸüöí´mÛ¶G÷î½{÷îÛ·ï’%‹ãããÍ£­­Ý­[×--¡è€~4¶nÝòå—¦ÆFFªY]A~ž’©þ÷‘¡axØc©)[©¿~ˆ7áí÷F=[–Ü3o¿ÆÔ„„xv°vîÜAŽ‘ÃÍV4OzÚ³:߇~  úÑL~¡OŸ>Q‘Oõô…>xÀ’E»víV­Z5oîÜaÆùúø(ª$®¹º 2D__ï³Ï> f•¦¦3¨RGGÇÌÌL(à³ÅÛ·ooa±fÊ”)'h² žUß/÷ßÜ|µ–V›¡C‡nüñGñ¤õë×½÷Þ{cÇŽ¡F˜~lÞ´‰%õÿ¶Ÿ¯’þˆ…6$×¢¥Ä‹Èí-5þ“•Õ`jŠÚ™7oÍ0aüx~.OùZÄ›ÀËá*ÚLɽqéÒE¹­ÙÛéׯ߈#¬6nË€¢–%÷ŒÜîÕgGííûöíK—v‘¬~œ:ybàÀƒ 211y–š¢dʪcÔ¨‘´ Eó$'%~òÉ'ññq)ÉI={ödSÉ?©ŸÊw&›J§6ôý€~@?šÞ^^”q¨°{÷/ëÖ­ei…Ž‘Û5W*G„‡ÑM«¨ _n%¥ ’–LNUøßç,NF:+¬\±âÈ‘Ãâ6ÝÝ®½ÚÏçÏÍŸ?_œ8/ 0 6&ZÉÓjðòŸRùÜ9ÇNœÈR˜ÜþH.âçûJœ®{¸³E”ôöê•+Tþõ×Ý”YOf̘îpü¸òµˆ7AÉfJî ¹­ÅDGuëÖ•ulÍs)ýmYrÏÈm°>kìÔ©ó ÚRES;tè˜@åM?ÿL2¦d*Òµk-h[dç!ç!µkÕªÉ$ÕÈÕåŸò.²#èúý€~4!–.]bccMºñ¤”ÇLƒrA¡¨€ÍпÊr+OŸ:Ù¥Kºø3(°©ÿÚ»wøðácÆŒ&…07_ÍRUëÖ­‹ _ýå¨È§½zõ¢;q’ö´áÍô£M›6¬AJ‹”¿¨ ¨?âE´´´X9)1‘-¢¨·Ô8›zãÆujŠ•wîܱmÛVåko‚’Í”Ür[;yÂaáÂ…læ À)ýmYrÏÈm°>k433ñHéM5s&+ÓAéܹ³’ýùºúÁæ!×20Ð'‘«Ê?3ÁÁ÷SS’¡èôC¹~¨ì˜B?ꄟËkß¾}îÝ{Öå\WgJ+-[¶¿!лwo¦²•tË9cÆtÙÇ)”¼Ø …õÁìQ¹Ô«Üì¬K—..Y²˜òþ뇸AJX,‡ÊídÒ—]¤ÎÞzzÞš4i+ïÞýËÖ-[”¯Erm¦dûr[S®²-Kî¹ Ög‹/båû÷ƒê©²û³ÎÁ[[›¾µÁž¤Iγzõêõë×=KMÑÖÖf5„0ýPþ™Á»èôúÑ´ ´2yòdñ?ÿ8ztÎìÙ졺ÃñãTãëãCr"|‘ª¤{Þ?þ80ÀŸ}ù‚½7xÅÉiêÔ©ì­’qcÇÊ&ôÄ„úgmjÈÔÒj#õ&¤ý`ÙŠòËÍ}rû£\?êì­¬~(_‹x”l¦dûr[‹ŽŠìÚUáà‹Ü–Å{Fnƒu®1&:Š”’5»}û6)ý !wð¥žúAsîÚµS»G%¯žòr¸ÆFF$'´9´.66´÷·ß˜~(ÿÌxyzÆÇÅB?Ðèô£©0qÂÉAsºæ·k׎R ¥•µk-Œèãí-Î5R•„‡»›‘¡¡®®.Ù‚¥å†âÚ¿²1}ú4“Ù³f-Z´P6¡»º8ëëëQ‚l``o¤þO? ‹5:::t­(÷ÉöG¹~ÔÙ[YýP¾ñ&(ÙL©gAr[;tÈŽ|àÓO?¥Mf/ç(oY¼gä6XŸ5µ·9r¤™™í¹¯žö¯ ÚâWOëÔöÅÛ>}ú(ÿâmÏž=»té²|Ù²<¡€}皺GG„Ô‹é‡òÏ Þý@@? uê‡*)ôãÍûVuþ¢«†Ž‹å²Â–Í›W¯^‚/Þ" úýͺukéÆ¿ÿþS¦LÉHOÃ~  ú€~ Ðèô W?6YYr2Ò‘ãêø‹·Ðèš—›e{p_HP ÒB=#1!ÞÎú@MM ÎVè.ƒPÀ¹¸g÷΄ø¸ªª*$;„:=÷¨¢%}8££"+*Êq¶B?ppÐ$JKŠ£"ŸÚZïßdeie¹5>ô±$÷¨®®Ây ý€~ yЭeMM n·êô±ÄsèôÐTýÀ¯ž@õú¿x Õë‡j ú(* ¹9ܬì,j},…~Q!ÎS•ê‡ ú܃ÇË ´9¸ß|êöÍ›ƒ¿‡Ü,-)Æ©ªbýhl~ÐÌ¡[Kr=»v< ÉäÐýfj'##8(¿ûñ®ô£Q ú@3‡ýêéãÐøŽ'¿z ýP™@?hæ°¿ù’Éá Í!Ôõ·Oñ7_ Ð4P?ðojø‹·ÐèÐúw? êOLtT‹-ì߯ùàƒXáðáC 1b„xR¡¨`×®¬,àç~ôÑGš±ÿ#Ÿ>1<øÍ–•Ü'±T÷îÝÄÿ}³u)iú€~@? Í™­[·|ù¥©±‘‘jVWŸ§dªÿ½»¬`dhöXjÁ¶mÛB?í“ÆXJÒ-¥ü€B?Ѐ/Þ¹?ªÐ§OŸ¨È§zzƒB<`™½]»v«V­š7wî°aÃ|}|U×\]† ¢¯¯÷ÙgŸ…„³JSÓT©££cff&ðÙâíÛ··°X3eÊ”4Ù ϪᅲûôÃÜ|µ–V›¡C‡nüñGñ¤õë×½÷Þ{cÇŽ¡F˜~lÞ´‰7õÿ¶Ÿ¯’þˆqq¾:ØÀ€ µ?‰§šS'O 8pРA&&&ÏRSÄbó“•ÍFíP#óæÍ£m™0~‘=Fu.ÅËá*9LJÙ¥Ö%> ¶¶6²«Pt,$”„ºA§6ôý€~àgÇš Þ^^”ª¨°{÷/ëÖ­eé’Ž¬Û5W*G„‡ikk‹ òåV&'%’´dr2¨2Àÿž8‡r2ÒYaåŠGŽ·éîvíÕ1:nþüù⤣hðeÀ€±1ÑJž~Pƒ—ÿü“ÊçÎ9þsâD*(ê#1!¡S§NÔy*ç ¹¼œ˜è¨:P=Õlúùg qËW¯\¡ò¯¿îþä“OX7f̘îpü¸ò©J¶ÝÏ÷• \÷pg]¥USg˜WМR]•Û1¹"!»O¤ŽQK)?Ê÷?; rW¡üXÈBVCÆý@@? øÑõfÂÒ¥Kll¬©×­[Wf­Zµ*°ú÷ïO9EnåéS'»téB‰ƒA÷òlê¿öî>|ø˜1£I!ÌÍW³lÕºuë¢B•£"ŸöêÕ‹nœIØó7Ó6mÚ°)MëèèPAQÄÏæÌž-Ysò„ì™3Y™ÖÕ¹sgqˬòÆëÔ+ïܹcÛ¶­Ê§*Úv---6[Rb"ë*­ÚÌÌL<Þ$•åv¬>ú!{Œê\JùáP²ÿÅTî*” Y‚ƒï§¦$C?Ðèþä\s€ŸËkß¾}îÝ{Ö%VWgÊ,-[¶è÷îÝ›é‡l%%tºë—}œBÉ”DX<ÀžçK½ªÁÍκtéâ’%‹)S¿±~ˆ¤ôDz›Üþ¼~ˆ[öô¼5iÒ$VÞ½û—­[¶(ŸZç¶‹»J«^¼x«¼?¨>úñ,5E[[›U>x"W?dQK)?õÙÿrW¡üXà›/èôúÑœ¡47yòdñ?ÿ8z”4{®Î†|}|HNă/R•t/ÿñÇø³¯EÐ ,®89M:•½U2nìXÙœ˜@ÿ¬M+™ZZm¤^\T¢¥?ö†€Üœ.·?r_è6?——CíË|ycý¨sÛÅ]‰Ž"=`ûaûömRú!·c´£¨’ gìýí7ñ+’ûDöÕ¹”òÃQŸý/wÊ…,^žžñq±Ðôú¡\?TvL¡ÊÄ $Ü)ƒ´k׎R$e–µk-Œèãí-N7R•„‡»›‘¡¡®®.Ù‚¥å–Ù§OŸfbb2{Ö¬E‹ʦ`Wg}}=J¸ƒ ìíÔÿéaa±FGGgÔ¨‘rsºÜþHâ|õ ­zРA´ê§O"ØMzÿÚ ‘|õôÍô£Îm—ìêQ{û‘#Gš™™Ñlr_=•êû22m5¾f¹X$¤ö‰ì1R¾”òÃQŸý¯hÊÞý@@? Ð ‰Üï´jÒ]›ÕÃÏŽ!Ðèôú Ðôúý@?èôúÒMV–œŒtä8„zþâ-ôú€æÁåfÙ܈4‡PÏHLˆ·³>PSSƒ³úƒ €Æ ðCîîÙ½3!>®ªª É¡NÏ=ªècIÎè¨ÈŠŠrœ­Ð\4‰Ò’â¨È§¶Öû7YYZY®@M $},É=ª««pžª@?Té–ÐA·–555¸ÝF¨[ÐÇÏ= ÐúýôÐè ¦  /O( øÍÚ^Q~~QaCꇊßê~hºäç "ŸD\Ï=þëHeÅÑÃvYœ è ‰RT( rs¸YÙYÔ úX’c(zÇ’&±³ù«¹m{fF:ôÐD݃ÇË ´9¸?ºÔíG×mþr?°´¤X¹~Ô(ˆÐx¡kÂòƒG­÷¹Þ6. !±‚ˆ†Õ|ñ âÇ×ä{víx’É¡ûÍ,ÔNFFpP€’?9§D?DÅ?þûÑç|×þþû‘ħ9g3NœËøýxœíGB……eÐüÉ9À»‚ËͲ=¸ïqèüy„zFbB¼õʶõ×Çñ¹c,<–m ü}äÌ…‡‡Œø¦ÞdCÓÑ¿_·éOoo¾Íé¸Ñ×CbxÐ)ýP™@?hædgq6YYfr8Hsõ J¦ô•›•äêGAQÙÈ®nزâçA#—Mš·aã›vÇ:¶~˾Ïg›Ž^rÑ)ö구‘«\¢çÐ)ýP@?€~XY®ËÎÊBšC¨mÐGT‰~P"®–ˆµ¶wæ­¿µÂüšî¸›vÛÞ¼y#000:*’Ëå’fûûûoþÅZw„™í‘Ð]¶áßýîSÝd£ñôCýúý@hŒ~GfÿÆÑò§»-¶ï=ÇádˆD¢êê*j¤¼¼<22ò7kÃñËÏ:¦M[ãr7,ú!W?ÕC ͘è¨-ZØ¿_:óÁ°ÂáÇ 0bÄñ¤BQÁ®];YYÀÏýè£^«eE‹ˆ×ØxÛ¢â]ý@@?éÇó÷M¿»2uáÓ—X¦¦¦ä …¥%%dl†ŠŠŠœî£Gf,ܰlÍÙõ;vŸôW’â?üðCmmí^½zuïÞ}Ó¦MÐè¨?[·nùòKSc##Õ¬® ?OÉTÿ{wYÁÈÐ0<ì±Ô‚mÛ¶mpý¯±ñ¶å훪o³!ЄfëGÕß1ÿç?¯vmºã7ÛÓqq±äeeeåd••ôŸŠòò²B‘ˆ´äÀÇÎÞ¶mÏ£/ן«R¤éééTàñx;v —œJVSõîúÔüWúôéùTOoPèƒ,M·k×nÕªUóæÎ6l˜¯¢Jâš«Ë!Côõõ>ûì³`Vij:ƒ*uttÌÌÌèôg‹·oßÞÂbÍ”)SN88Ð d$<«¾ÿ^î-¼¹ùj-­6C‡ÝøãâIëׯ{ï½÷ÆŽC0—ؼi“áàÁÔÿÛ~¾Jú#©Ô‡O?ýTWWW¼ lliudbÔ¦¸AåÛbllL½bsÞ½s›æ”Ý^WÑöJ6ekkÓ³gOVOÞÅš’Û+E]U¾!ööGúõë7bÄ«©^j·S'ýu*èB“ôÃ`ÎÁUë<‡NÝâär+3“SZZBÂAâñâEem¼2’Ü\ž§Ÿ¿áç+ÙódÐì/^Ô­™™™:uJKK+))¡K͆ ¦OŸîìì|îÜ9ºàèééÑiÎåriN{{ûŸþ™ W®\iÑ¢ŸÏ§2]—¢¢¢D"ÑÌ™3éÂBWsss¶Š›7oÒTºöFDD@? š·—}¤©°{÷/ëÖ­eù‹>Nn×\©¦­­-*È—[™œ”HÒ’Yû£¾þ÷ÄIó÷~åŠGŽ·éîvíÕ‡äü¹ùó狳ž¢„ÄÆD+yúA ^þóO*Ÿ;çøÏ‰© ¨?’‹œ:y‚ÊwnûõèÞ6A2kÓT?ßWNrÝÃ5Xç¶íÕ«Ýò“<°ç o¦mÚ´a &&$èèèPAQÄ‹¼ÿþûL9ºb°ÁqÖÖÒÒb“’Yƒun affvö왬L­:——#»-J¶W²)Eú!Û+E]U²!'O8ÐuUÈêGpðýÔ”dèBãõc¦Å±Ù__œ:ï¤Ý1w>?—L£¢â•~Ф¿ý£’üCTPàpÁ}ÒÜ+,<'¸>ƒ/|>ðàÁÞÞÞ¤t^³6çÎËæLMM¥«+÷èÑ#//ÏØØØÝÝÝÜÜÜÍÍnR¨>))©wïÞ6lpuu---¥šóçÏwíÚuüßA.èôCàçòÚ·oߣ{÷žµA ÝÕÅ™òWË–-ů"йÀôC¶’î—g̘.û8…²µLeëƒØpƒÔ{Üì¬K—..Y²˜2û뇸AJÜÌ4äö§þú!Û`}¶å¶Ÿï¸±cìßÿýwß)ÚEÛ+ÙÔ³ÔmmmV~ð D¬²½’[©|CêÔ¼ûÐ`ý ¡xþ¼”ñ‹ýµ‰sÌ[zãÛ5'32Ò JJŠž—–”ÖBQZZ\\\˜ÃÍþþg›é ìL—žÝd}E¼¸,¤ÉÉI¬¼f9™C~~ƒ¬æôéS³gÏbeºÅëܹ3+›™Íûã£ãÆËË­]kao„MÊÍå]¾|yéÒ¥#FŒ ž9sÚÔÔTI” ýh¤c ýÐl(+MžÉ-ˆQ~4Þ1…~h6'Lñ§Ü×®];ÊYtîÓ©4pà@ooqR“ª$<ÜÝŒ uuuÉ,-7°ó}úôi&&&³gÍZ´h¡lÊvuqÖ××£ 8ØÀ€„¿þO? ‹5:::£FT”‚eû#•ëe7AIÖ®s[ì—ü‚°Ô¶(Ù^©¦>D§u‘!4¬~tUìÝ»÷§Ÿ~Jû½íƒw?ÍF?Êkíâ?|ý³Ã¸9v_/^¹Ê÷ì¥ š‡²|QÑ+ é> _èá4qþæ9‹OO˜eo`ò ‰äâRÐ=Q=zõêÙ¥K—åË—“º…:Å3œ:uªm˜˜LJK{Æ*##Ÿ¾zGËÏ—Ê[¶léÞ½;«wuuÕ××74|uÁ8zÔžUzxxý}Y³d•tj{yyÊ-ˆ~€¦…Ü/¨¾Á]›sfÏV”»Õi -—¶lÞ¼zõj ¾ š~”——‰Éäòô¦o>ïôâo¾^é·n³Ë¹«žÄ†GÆ]ö¸·~׉qó¶~¹à„é|ÇAS¬¦O›²q½…äâMüê)€~h*±1ÑtKòÅ_¼ý¯v46ëÖ­2dÝ‚M™2%#= úhNúQVTT(‰_ðÓAÓ¶Œe»`éõY‹ç,»0mÉÑÏì%L朷àâ¨Ö½&l˜i¶Äñ¸ÝçãG±³–j¡IýàG׈w¥eeÏ ER¤q²oüCÚöQ¦Ö_Ì>>kþÅYó/Pa´©Í@“-}F}=Átñ”Y‹V~cæ`¿èCWg'‘¨@¶u¦Qõ£±)ôèÇ&+KNF:rB=£Î¿xûüùs2Y ò=n?´ÚwiÒ²}}>·"Æ/Þk¾ó¤ÃÅGÙöïÛ{Ô¸ ãM¦þ°|¡íþ_ tuîÜö r›RO €¦ —›e{p_HP ÒB=#1!ÞÎú@MMbý(äKQŸGéLÀÏåfg¥§=Kˆ{ò$âÑÃÐÀÿÛ~¾·nÞ°µ¶ Óg°þˆ‘#×|·ô×?éëö {üP¶)µúhºÐ:ä~àžÝ;éú\UU…d‡P§çUô±¤gtTdEE¹Bý(-%Ù¢ö*|^7#=-)1!òéro/w§Ë—ÿýï?¬6nÔØ_§OÏÿ5Ò[ûÃ2Ó)Ÿÿº{—lSjKãé‡ .ôPZRùÔÖzÿ&+K+Ëu¨ ô¤%¹Guu•"y¦\ZZÂò©$yB€Ÿ›“ÃÍäd$'%ÅÆD‡‡‡ßº{ç¶—§§‡»Û•+N§NÜ¿oß„ñcÉ@ë è×[ûÖ Ù¦Ôè ©C·–555¸ÝF¨[ÐÇRîsÿÒ’b’ Yh*H./‡›ÅÉHOINŠ‹%ÓŽˆ yöøA…§Ož\8ï¸ê»oÝÝ\ù¹<¹M©'Ðà R .).¦B3¤‘ôC5b ýÐtõÃþ-Ÿ—#àç67ø<îÑÃvÐ@Åä çÏDGEòsyÍØèÈKç³8œ†Õ• «A?4QDùùaa§ŽÇDGñr¸¹¼œæm)mïéáæææ@?“Ÿ'{ôð¹3GÛ±³iЖ^:ïHîÁÍÊ,.A?ÕSP äåp³8™éÍ„,§ö¹‡Hî~@Å@?ý€~Ð|ñÐåúqÑñt.‹ƒ ¨!ÏKKÊÊžS²~cýPÏ]¿îæšž–Z^þ¼¤¤GP+÷¨¬¬LKM¦dý6ú¡y]ýHJˆwqº”‘þ¬¼¼¬ªêÔ„²²çäÎN—’ÞR?[B^W?˜\ws¹èxš–€š@©™´¬{h†~ iñú¡Vƒ/€~@?аúñ^=ÍáB?ÍA(Pý=‰€~CIt”zþîÇ_­Z‰{UìxöòÇçÏKq¼  ìÂyq–¯nÙR}ô£ºgOqÇ*,¸åá–#àó E8j@“¦rÑ"q–Þ¹“úèG¥©©äc™gwü®]uŠ‹ÉÎâ éÂ{,™â‹¿ø¢NýPͯ”PJþ8*Ù·Š ’ânz¸]¾àxéÜ4Qž-™â)ãשÁAþ*£¼kÉîñ§N »ê¤Ê K÷ªGô$¢bÁÉä^ݳ§xªý¨VaÔœ=+ÙCFÍ×_W_½ZšZ]VV@ âõC¥Ö‘Ã%ë(v<+%R>êüâ­*û\þÝw²]€@Y^2é«~À@€æàê¦ì5TÉïá éB9]rÌ¥žúñN „IH¥©)õYòÉ þPî¦ Ny\®x¨³~@ƒ©S?ò„‚Ñ£F%ÄÇÉ.›ËËùì³Ï8éMqÃ…þŽíÛÅÿü uë:©Ï<Š{<ØÀ aç4R?h†óçW|û­¢Å÷ýþ»d¯ü\^Ãn‚dƒõoœælÛ¶-ôP+ý`3|abrãÆu*dr2¦OŸn8x°‘¡áÊ•+ÙÔ„ø¸>½{KµI³÷ë×oÞܹ99\ªÉáf·oßÞÜ|õä/¾ Ÿ¹zå Í §§÷é§ŸH-îätÙÀ@Ÿ u=~ôVÑóï*yú€”jðÄ åÓÌíÚµ³Ü°aÆŒ”Ù½½¼¨r­…Å{ï½7fôèɵ?ËÔbû¶mTÏÖåëãÍÖ%«Ç0`€®®î¤IŸ'%&(Újâð¡C}ûô:t(­],r7_îœ@óÔJÜY™*œ=sÆlÞùäÑÃP*ór¸´jEú!n°ÎÆÙ ^žžT¾æê2aÂEO?È%ºuëÆ«•‡… ’ÈêÇ“ˆˆ:P?©leµqîœ9жšæ¤ma~B•¬3r{(wN ¹é݉ÓTNFº––ÖÂÃzõêin¾úâ…óâ»{‚ná}}¼%Ûܳç×aÆ5ªÿþ?ü°Š @ëÖ­ó„*;8ïܹó˜Ñ£lEbŽ?6kÖLÉEú!n°ÎÆiñVÄÅÆôë×OÉà˼¹sO:™ö,•ÚaÞ%5Ïñcÿþê«/YÍÓ'O:uê¤h«iNjM½íçˤBnåÎ 47ý¿\úþûï³ÌNd¤§?ç¸hÑBʳâ ôþï'åoÞ¼AÙ3;+“Êû÷ícÃ4$}ô‘X0¦M›¦¨?²ú‘”˜ ­­ÍÊAbý7Xgã’3̰Œ¯H?¼½¼ÆŒóû¿þµrÅ ¹ï~ÈÕ¹[Ms.\¸ÍéïI…ÜÊЮþy¡²¢¢Nýݡ‡‡±aÊãTHO{Ö¦Mö’§€Ÿûÿþßÿãfg‰üóÒÅ)“'S&R—ոؘ?þøîÛìë'’ê"5ø’S;øB+êС­øõ×ÝÊõCnãrõƒ ý ¿’}­ÔÈаk×®÷ƒ‚äê)‡ìà‹Ü­~Ñ»w/¶Ó¶nÙ¤BnåÎ h äõÑõëÖ±6¬_occM…+Wœôôô(3è:dǦzÞºÅ^Ýü¿G 9Ü©S§NšôùÌ™_-X°@V?WgÃÁƒHn#^‘˜Ë—ÿ¤éêêÒŠÂ?¢[[šŸ\½úåú!·qEúan¾º_¿~#GŽÒ}¿ÿ>|ø0%ß|9~ü˜Nm|þù?Ù r·š½P:bÄðysçRX*än¾Ü9€f8øBDE>¥´¨hñ… z¸»iØ>™5k& >@C¹ÔsðErÙ'ýìØþ}û4i/=}òdàÀ&&“üÇI€æ<æRÏÁì1¼«Á€·syƒÁ€·sÁà 0øÍs‘;øâççý@ƒ¹È|¹sçÎÇccceÿä@c ¾Ü»wïñãÇñññШF?‚‚‚"""ÿñßý€FÒDEE¥¤¤HéMhpH?ÂÃÃãââÒÒÒþ!4 Á‰ŽŽNNNÎÌÌ”Õ_@ ˆ· ??¿;wîÜ»w/((èÁƒáááäIII999Rîñ@ â­#44ôáÇ?ŽˆˆˆŠŠŠ‹‹KNNNOOçr¹B¡PúÝ@ ˆ·Ž˜˜˜ØØX²ŽÄÄD´´´ÌÌÌœœr‘H$¥Ï@ Þ:Òj###ƒÃádee‘xðùü¼¼¼ÂÂÂ’’)ýà!@4Däææ’r¡P˜ŸŸ/‰Š‹‹KKKËÊÊþ?xjN endstream endobj 558 0 obj << /Type /XObject /Subtype /Image /Width 725 /Height 239 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 32332 /Filter /FlateDecode >> stream xÚì]\×ïF‘%(Ž"(*Ä$†÷Þ{ÔŠUeˆ¢­Vmµj«Õjë¶ÖQm«muÖUWëGŽ÷h­£Zø¿»\Â%¹ –Õø¾ù\r¹»·~ïû~ï÷~ïÝe ˆ |``¼Ž€’€àà‰Ðá ¦õLŒÿT©•(mI@«õ¹¹ë›±ZŒ[ß*@Œ+÷õ¦„ÅŒí?UjPò–[ ’Æëóžäç?^` øñô“ü'§ €o.±ÊVSAh% ®„Æa-æÂnØ<6è 1ÊJ©Ù,Ò´s[q‡ÅàôÖ'ùùy­¤üÐ’VyÜa‰ «ÛJ³_Áº-¡L#²J‡m²2ÕTlBIp}¤¾BÍóÏ/6õY××wù†ØôÁ%ho<¥'F ”š é3ù³Û N?ÈÓgÜÑömšõO¶¶â‰¬×Âjp½ð‰ÛPh-W4k&záu–]Ÿ]JBžè ‡f¤§™ÉPlZCÛm ¢zËÍJ‚ë#óØ 5ç,OXLq- GF lÖ™ãë† ±¸±Á‘4‘’P9b”ZQKMÖ‚äú’Û–]ÀúÇùùúŒs-²êÈÈiDßM£*0þ×›†jÎ7é¥Íh¥/¿~ÜÆg³Qø[•Iî InÈ· sFR³cžEÆM‰ ¯´\Œ¦U+^›6SÖ¦µú4/g¢äò“IãH‚«Iƒ8Íâ50i“d»™³|å“4 Õ¨” Sáïä›Uy!ã ‘ìL®OÉ5t"Âmˆ—žj7ѦìÓ§©OÅP6ûuVØÝXVh®!¼BZð^0°5 ˜ ÅÏ©TþŸ+Þƒ<… l.¬R^7W˜ûœ‚YµÂYé=µÌ° Z­/ÌF>Ï´Ê{bÑŽ9ùðÔœ…üŒ±²™Ÿ×±¦ž zߊ4y"0‘gøYä‹—qžTm'’ŸoYd¼>„•M¡Fjë¼@…™Yϳ øZÜ}ÆFf,„`öͺÁ X/´­ÀVBäu éhB]^‰o}bž¼1–‰ª w5‚9·eh©k-ˆ`¨4 Óʺ|¬Å*Èš§yœúq T‰ ha; ö˜5›_„ªs rÍ5’cÌàF…‡Õ æç›ðÃzKPŽ"~Êpã©poÁKGªÔ`8Ö[˜kh£b¿V.Éw\Í9 N7.2SÔÿ9ŠÖ`øVÁ+UŒb7^‰Š—aàâ¸,Ì} EàÏ«HÎ Ho}Rð:£ :Ž×µDB6#¤6ú^!rƒ§×œÓ%0ø³,Î#ƒ'yy˜Óo.8R×ÉÍw²¶«ö'up.f&56?00^*©-g*00^oR¿rS%&5 >ŽIál¤ÆF5&56?00ð@£¤Æ.= ç#5ž|Áp:Rc“ÃÙHMj g#56©1œŽÔXQc8©±¢Æp>RãéD g#5¶>0œÔØúÀp:RcEál¤ÆŠÃùH‡‰ÎFjl}`8©±õá|¤Æ ô0œŽÔؤÆÀ¤ÆÀÀ¤ÆÀÀ¤ÆÀÀ¤ÆÀÀ¤ÆpnRc—†Ó‘O¾`8©ñ49†ó‘ÕÎGjl`8©¤1~ç †“‘[ÕÎGjüÐ1 '$5*b`Rc``ó10J@jìÒÃp6RcNc8©ñ„"†Ó‘Ôά¨1œÔø §#5žxÁÀ¤ÆÀÀæ(b`”xîÃùHÕÎGjl€`8©±‚á|¤Æ†ó‘ NGj¬ª1œÔø~. '$5žVÄÀ¤ÆÀÀ¤ÆÀÀ¤ÆÀÀ¤ÆÀ0!5ö~`8©±ŸÃÙHg1œÔøî §#56©1œÔؤÆp6Rc“ÃùH½ÔÎFjl}`8©±õIÍ Rãûn1œŽÔØ÷IIIQBRã© '#5žzÁp6Rc75†ó‘›ÔÎFjl}`8©±õá|¤Æ“äNGjlRc`Rc``Rc``Rc``Rc`˜{?0œŽÔØOál¤Æ·Ýb8©YVc éHX½>+k §"5´Â&†s‘@)^ª‡ád¤Æ> ç#5^Uá|¤Æwßb`Mmj Œ—Kj¬¨1œÔxªÃÙH9ál¤ÆœÆp6RãA"†Ó‘1œÔXQc8©ñý\NGj|ç-&5&5&5F Ib8©±›ÃÙHÝÔÎGjì¦Æp:Rãq"†ó‘1œŒÔxœˆálÀãD ç#5'b8©ñ8“›x ˆQ"à÷`8©õïÈǼÆp"R3ïXŸ‹ßáL¤PŒßáT¤F´†ø)MNFjüH g$5^­‡á„¤Æ³0˜ÔØüÀÀÀE Œ»ô0œÔx]†Ó‘ÎFj¬¨1œŽÔXQc8©±¢Æp>R㉠g#5¶>0œÔØúÀp>RcëÃÙH­ g#5¶>0œŽÔXQc8©±¢Æp>Rãa8©±ï“›x ˆQ"Rc—†ó‘üxëj §"5àÇCb8©~<$†Ó‘ÛÕ˜Ô¯<©±[ÃéH5†Ó ±¢Æp6RcEál¤ÆŠÃùH—4a8©ñâS Lj l~``à"F‰H]zÎGjlTc8©±ýál¤Æö†ó‘¿kj ŒWœÔøn. g#5'b8©±ñál¤ÆŠÃùH—~`8©ñ|"&5&5&5&5&5&5&5ÆIj<ù‚át¤ÆÓäÎFj¼  ÃùHU5†Ó‘«j ç#5VÕNGj¬ª10©10°ùñ²I§_0œŽÔx¢“ãU(Ú@U7»—€·!(">.00Ê_‰˜ï®è;QÀ8–u]`qc‹÷À}¹èìþrÒiI0ß·Há³3Øãá¤õðÉdtÖ•œHúAdò’ñÚ™„aï&»÷¹O+ñm-÷zÕÓ;ç³åå†ý~¢²ÎÍPÏÂýŠâÂý ráëUEb™õˆmdü#ƒiëWgÓÿ¹ÜÕ¨„ím?³8þ¯´4äR™ëuðñïîÍ/ÉÇQ‡¶´¸þ²k³ôªÈ‹«“`¼Q"Ø2Õk‹Å„Á6yö¯SJPúŸZê9œÆYÃæ"¾Ì¬Y¥Òßz Ä¢±86€wd¸äMh…ÄÏÝ3¹–Xl³8Ь5®¬ëÄ dA­–5p1ê}Î’n~³g÷RµÔßåÕÒw´‡/í²)ɤÞSÌò¿È¬Ÿ=Çþ_Œ$¸½²·ç6‡ËwÞLguGƒäCéæF]êi&ƒõ¿7Ȥƒ©ñ¤SMŒ{1ŒâbËžTÑaÏžt)Xoàø0×ç~ýŸ¤þ³kéÄXb+f“MݵƒÓØ]ѯØÌJù«Îiø6ž›Mζ£ßí5`寱R 1íÊÕxe>ù~c§ö™õ?ûÜÏ{–,ÇKŠT/*cþ%9ýÇ›u° ½²Ã‘J”Cìî[¢Ñ¯Ž'ã]ð‰‰5ņ´G™äí Cõ²½„zöO€ÁC4b¡—|O ý?“±-ú’Ñó?jÉõ þ¿Jlß¿Ÿ°~ýFö\&ÙŠ³¾A¿nèØ)²«E¨Ñ¼#ýʨ|SŒñ~øŸØ¬z½ lâ#/ûÔßãIõ#úÆ.6ô»ÿ‰ÏøŒàÑH+e™TB½´Ü2þbã\G3ŸBÏj¯‚ò¼¯2ì.0[;×L5m„ÿqa±1ýîo„½-ŒS®¯KN÷”²ÎZhÆß2Éõ 'š]Z^ÂðA¥Ìµ­¨g–¡-ÐÈåk”ã¿yz,€Ï4Ær½Š®x_°\—¹œe¹^E1ìæbËý¾Ícs/¾"ë¿^cSB½ÜŠSŠó¬ß´] åäïVÖìú *ÌìƒF½ÜÀóg“ü'í…<˜9Œ€ç5þ­„ü{ÎÉà‡æ…Ò,l¥± [Ùï6uCìK×Ý`YÅ\ ÕRSÏ‹ã3Ìj\ÉÛj#7I¬lžØLs·Yøòvm¾6o”'—~cW[Ve-ã•Å,ÿ÷f'Õ¦f%e¥—ïwÈ¢\ýÀaïç`¼pe9Uî ·ØF_BkZX¤^­½Ki¤™ F ý¿Â½k‘Ë·–•ß^/Ôì¥y2ªþ‡­]d§¿üŽ~)¹“{›ß¸¾õ¹«˜ÕïM;­¤²]ÆLcú•ÍÎ{ÈÈÙÞ¢p3yA´ÌI^þÇYp÷ kã­J»ŠÑÿpÙFK‰³zn¢Cœûꎕ֤²82Šçù䥵ÁÿaOñ+g¥jç޳ɟIøž–×IÉJ«-w®6ÌŽ={±ß;õÜo‚¡GÈß Éö€ídÕ¹ýV~⣗ûi Sîâ€Çw¬C-WiìÓ;þgž¾4ä—Ї])Oq.Wã±­ãn Ë4ϬþŽóòÿ.ÖÊo<”öØ´&;˜Êü×€‘Ë-Æqjö{ÙKÎÇÁRˆã˜qï´Õk"X tG@7ñÈ÷|b<Þi–ÚÑ‹­Óo=Ç{ÎgõÜ(Ä(´õ±Ðló=]Ùc¡ìw<|3ZàhÎúÙÏ–º_ù~%ôù9|å’Rê«Óèê¥0¦ûZ°¾ÇZļ®TzàOMØ×¹’èiœ ª[†vGÛ"²!ö ëÓ§b£ømY6ÆœAâ`æsE9'wD#¾Dã5C=:³z*ݨ óŒ{/Lôõ_ž“¹¹è,‹y)UœüO´3^ö#V<Ÿ(‡™Œñf >72ê„ïèÁÀÀÀÀÀÀÀÀ0â3ìÅÀÀÀÀÀÀ0C¬q[^KAäV …ãѸ¾¨³(l3ׯ«€xN㥡=û~+•F¿l:oÿæ¼ù/Ï{Ý<ô«¼Ú"ß-5WÿÑþtÇÓµòöùÜþî‘ugFÿúWÕm=ú§€à?tµ–ÍoOøµ~9ti{à Ûoïú}ή¿’Œ¬ýqòØ9}ÝÛU¨Ý¤Žzé¢ðõûÆN¹Ø®[ÖÝ}¹ã;ÌHûbÚø³wc7L›=~ÓÚ¶‹*ïy¶´÷ûŸU:³r\ÿY'Ö?½»4yÒ€“ß½{fí®÷´+¢¿î7³íø'Çggl¸ëMŠoû÷²ÕgÏÞY©ÅÔ•hùÔœV³é~gñà1å\î´øî´]ßÎÙuÞFÔwÿàÓÞs—ûí£&më~ßµ§Sý½MÄ ±]fŠÜþ$_s¡ý ŸÝ{.ü{i ½¬õÃ.¿^¹~.ûsÕöõ§ÅYrÏçý¾†ÔŒºî¾ó7û®Ý³ó±Ç¸‡K“‡Îs™â.m·Ä•:&m°£rÜÌàíñ^y ÞÍþæç9§Nÿ¶C²lâúúŸS}·wÌŒÉ_N¼9÷¾Ë¦öÍ/ž­?ã=ß/W N˜ý8qfÓñ#º5hV~ØQ«4W]ä;[µH:~üÜÕ#—êtnKý~îò´snôðJoi“~wöõË:?¦ú²á^ùº)?lè#ó=3~Žnüî A]þÌowìŸ!]4w¯ ivQnÝ£ç´Û˜\íŸï¥?Þpê§u¾õ‹û7ÞþÔ­Ùä r× ¾ßß½Úy݇S½µõ:¿½\¤bLÿ¹Ïÿ.8UgcíU'Z|¼óHÖOö0`o┸½½fÎQÓ½ÂÕÆôŸ0pÇè„!»îÞ“.9Ó#Ú5¥åéÄõT³.äžãÃbguí¾sÏ¥ :¾«|çà3®×–°É{/.¨ÙüTÖŒA“×ÝwnDԞ߇ÏêÝæ©nÉÞ-ŽûzNøîyÎ_cºßzï»÷}ðtö³}Ÿ5“W\š<뛌]·èúVëZå£Cß>صæW÷nü¥ÿö)£6åÏ~äõû_­O|§r瘕>ó½Ñ¢ ñà•K7IZëîü[gNƒ”ÜO}Ÿx/úæ¼.¿õ®Zs]vþ– î »Œ‹Úö­ ™‰1óâÛZ•“¿ôóúë7Ž_—óÇÛÿ >¦9uXÓWrnü6ßWš²Èobt»Å 'æ×R©eìéÞ Ä;—Û|ÿ(¿îº¼K_>ñð~ةӰq¦6ËÙT~jhpͳ5Ï4\µüÐÞÉuZýÚ%½Á=ßìTƒ¾©k¬=à›èÛãv¹‘q´Ñ­®²äË{¾>ÿ{ïsŽÞv™Ö'*{L¯©Ú Þ¬ùßfU`¿.ýÒ|UN“±iµ÷~x¾~Òþ5 nß^síèç¿üvß÷~p¯¾ïH=#&üqž«ëžIKr×í¹zý÷äÃÊ„ÿíXÆUôU½ûõæ¨Êë›ýÚl£'têd­Pmëe’©9Ã'¯mõݲUgžðìß¾½ºu«Žn“Y_Ûdж1£=~ôº6Ÿîû“ïývÚO?]¿íŒ×‚F‡¯Ý—\þzëÝskTz0ší~I´8äºüã·ýãÚwì|ýýçN%¤ý›ùùþéɧO š[~ÿ¨Ôñ#Ïêù¤Ê•~Ûú‰Úár¬[«¡ugN½ÜpÕÕ)•×²ï ¦ßuÛÏš×T¡÷iñ¦3÷¤ã·ë~jZR§•KûÔ† Ÿ}?}Ä€À:’™wºm~ògÞãº'Wn¸6Ú?ÆEýdoëÀÈ>õã~l»`šÏ”£q³Þ^TçК¨uB—¾³öÌп=ó[oÑ:{Ò©ÜØÚ}ç–ßõÖÒ9Óâ¾Ô ­·d}Û¶‹Ö÷œt5¡Õ//¾;×%&¸ùÄäVÍ&&_/÷¨çŸÑ÷'Ë*? øìÅæÏì<"íû»töÜ”ZÑc;|¼Õg܆;·’”áã*§µü`væÇi]#gÔôZ²«BrÍ ½†ß¸¶ü­Ç+ü0wË“ÃÝ"u½Ü¿ýÙ3ÜøIËܲ¬ÕëVçHj8÷ù–­{Ú/ŒðÞ\©ó­µ]?^îÛâá__ï·m_ù“ßÎ:kPÓ÷ŽT¾’¶<9iÌÿÅ1˜QÎØd…o´jÃÄÛþkú9l±xoAÍÇÒÐY{VóñCÝ6«— XбթeÇÂoæ:«qÌÔ m׈ §>‘~þi¬Û5ßÇ¿ÜI:ÞÙîë&ªqjÎöú Ý;n›rjû”_ë?iT©ÑŒæAÇ~ü·»g»–y>Ÿµø‹Ÿ©^1äðßÉ›ŸVõ²ûò¿´ü×w¤/Ï¥X¯+ÎÚ¸8Üìnä¾÷=ĆFgZ[œmˆŸ}ÅÂ𼛩©Ä‡ïú{Zjé?²únÁ¿j¹Æðå©Ò•L’pÓgÁŽ,—¦Pÿ]Ý—#/q©¯+‹Øm<pÄ-OXÙA}Ž£?Yѵl†¾à Ó\e¯£lôÏ»Ix 9äÈón, þÜ­ÈeíΆ¸c3Üwoâ;· š´Ž5%ŒÐÏæÙØ2aé4âõ®oêÕÉË bæ%ñÍ\+(ÅÆïvÎÿKÍD©ªÉsÎ?Ñkãÿnü—Íê ‘¨ÎQŽ})–‘ö1a````¼pwr{?÷çN _ìsÆÀÀÀÀ(3@ìÅÀÀÀ°óǦ÷2ûßÀ8jÚ9$pL s{‹yß…h ²¿cŒGô‡0³ëŠYîª`²Éÿ:Ȧ,üÂÇhûtæ_arþº@˜&±µ……ë2ÐwGPËLï´E£í°'AàæC{:ãÜum¡\¸½LBïxmSØ0×@E“kßçí‹Ð¹”êxÞÌø6ô¿·e ËÄzX>(¦«Å‘Jƽ³ò4Aÿû¢ß ,;º϶î ôDó8üÅPË_j¼b&¸6”Û l!™ô(øù(QøØ _Hv~º*ìËÅñ//kÐ~áÄÏ|ôowöCà.ȨzÄ:(µhwIF©MâÉo/×lØ™ý§ K©G6Ñ]‘I›¬FxÄÛ_Æž™Æå©:­¯³tâsjr7} f¡ïά§mœgŒwñ7Ú÷`ÿ÷6©‹4¶Ö'Ó< ™5Io$7‡ÖŸ=ןœ×¶`7w´-Ú–s¡v¢ß} íýÁÅ{<#½Acø?XÌŸ¡#ƒé¹`•®<ßeU T3L[îC1Fß6®î ŠÌ}Ø4ºÁ"‚îM¶“x9ÞOVýA çML&« ïq 5?$$ÔZ¿¦äG²Ä^3‡­¡É:…6µæT=¶ú£éSè;ö€ƒß ·Ì<¢~ÅÑ7”ø°y~›’€õ’ufëOùÿ?¤™õ±rîÍÃ= =¤U,jë •ŽjÉmCÀôÿ ”¦Øè)½h\aÔz #’`-áyR?—}aܯÇóÐ踚™J´\¢¯õ 2Šo ~%I“L|²Ÿ±¥Xr°A”ÊÓ¿ãÙZaöÞè ŒôÈ:\Š$§ÿΡ«–²Gž"z>1æ‡4î¥ÂÂÜEJ6‰‡Á÷¬jÉÚ('ÝQ¥»å_ÇÕãÏܱ_ÁÐÔ$Ü™7Ã*ùR㑹€æ$ùX')ˆö&êc”LG‰£p„ j ÆöÒ…½Ý¢“DªÉäÀÔñõ€I%y <Í“è_ïÄdpá†6)'[€µH]0½àNj‡À(Й¼!¯Á´?6mæ])ÌjôÓD6ºf¼b]Bô!ŸŠŠqûºb5—«¬Ì”œ,<Áèÿ.cŽ;¸”'¢Q3ZmÌg6_']âP^ôjY«ÂFÑòöÄñr±ouQrj-ž sÛ ±À…ß{3-sØMhxÿ%(å<ˆÂ¶GÛ6Ñ6g#¥MÌ<ü¡ÆçCÕ"ÿ$ÂMTj˜;¶á000000°?áõò'¨!3ÞŠ19>·?™MÑÁlü=h ù1W³êŸø2ïÓ­jrL Lÿ·àí‡ÃSp04ÜéÁÇ7ìw$ïˆ`î¬r³+§à"4,_Ö@pVàÕj+›ìéÈýzs«ý;ó<3p¬EŠ^;l^kõaÿ®ž,d3–i;à mŒ_Æm‹ a4¶¸;¢ïà,›f,ô*L€Œ9Ü2yh̰Yë=A3´çîƒppñ®9Ô[Щƴ—Boö—Ö€b8œ%o€ßIƒeá c æ14«@'^­ÿÊ]±±^[2¡)þ¸± û{r–õh¶ý4Jt­a´kâg!`0i£|2)f,Šõol$ ëü'”nK‹uü?òÆ|ÃȪèk°^“ #‰BW‚¯ ³}Éî{°ÇÿNC‚¹_QÒõÍÆ†ÿ~ÿ†qÔl@CÞ¾åø¹Ý›.=gÑ à!;÷"%} óQ…Û[ ‰¦«Á 3`?ãƒg»’8‘M«’Ñw„ž›Séª@LVå› Ø«üAo‚û#*€x6–#WýXN3µÄxizsÇÿdeqŠÖë¶t$ØÞGµ4–ºHt$Š÷Éø#øùž)ÙŽþ»±Çþ~¦G‘ýHí‰þKÅ]K|ýˆYc &Œ>EyjKøs횆ïbй+.Ö¢6I ½ó=€öd[Ï&©/ÚªEŒÆØ$mÉÆ¼I:m5Ñæ¶´1Ì}@ïE1é=¤ÝL=±[W‰?Ò”™l6¥ç²•bF«®£˜µóÝDcÅ^è÷]Q=q_6Ç—E ˆê„¿ø…ÙýrÌÃ1ý¯á[f‹ýŒJÉü÷Aš qE䎶¾hÓ¢Í mR´=12úWä+y$ t æ½oÛ°ìQÛÃÔäÜ8[\ÄSLÜןz.YW+(¡÷‹)Ñaû‡¬tcÊ UûÁêåK¥Çÿm¦ù¤o…ßÏ:nK®fMßÒçù;ÃS§ÞjðîÁ‰•òÆS6iWŽÙ}sð†'ßöìjRcdFÇϵÝ'Í>©“ÝžŸþv¯öHKéÑ&‰9 þ l³Eæ9pfÅØÕßÇÎ ù¢ï_U6¬ŒÞt4¹v¯Ç§‚nLÚzùɦŒÞ._ÜnXÕS} øÁ£Ž¾c™Ïþ¹Ò¶2ÇϦLÞwlôø%ÛjúêБÉW¥n‡ú¥Î¹½yzíØÜISF?ÿÇ'’ ®…ôߟ>ràÚ®et[#þk=ñË ó6$-?ÿù ª|í=On_oôòí#Këˆ?7ð­ÕÜT†^‚Ç…IM˜^®y}¬a:d,‚z`Ò¾} ¾ ©VnÏ ²’›«Ð0#bðàËõjBèu÷ÏyùéKÏžèKÔÈdVà‘±'" ¾L¬Ù@–8Æ›ÅIb÷~clkÈ´ß \I ÷Ön¦v¡5Ù€„p1U1Ú›c1³ Ç³cï‚yÐ`Ùܺzßb i°'×A½íuÇökqíäþ1wgzIµQLc¿GöF–h/B?“ ={ë™%¹^t¬Æ1ñн Fu2ÿÒ( C‰gpÖ)c£lfk?×8ŠŒî6l|¾¢"½š,äØa².h„jäÉÌ»ýC&z°5h@32,©:t [1ýõ=¡™Uå,Ó*F‹ÙÐ.|,ÒlH7¦‹1™µFbØX¶‘–{ÈpEn‡“D_CHÇÓ½ˆA°숤֑*‘!+LÏetìlË+í8ÐÄL÷‡ñxÁX±U©ZlÚ3Ä*ÑŸìž }„J£5D•ÁŸ´þ±G op‹ô2ŽvŠZ¡Ü­%{QUFTXÎZTE#c*š•É0›úˆ`î J-¦¡<·‡…žþʨ$Wm´#f&»p6„®„Ƨ^ÈÖÐcÙ†s¤[_Q>° ÙÅx2,]l”mµöx»j4t»;ÐVŽÕ¦—Ø«?1ÎÌŒErò“(wÄÕ'»í5ÓË•K‡›úóѨm3{t3;þ:Ï´4#YdX¬Bcdi²sKŒ]K³rödÓ.üŽ" ÇRÈØ$ïKÆ¡\Dܧ6&b9ÍØf`8ú>ÅÛv#mºÌC¢þÉ|,~ &Ê¿ÁÄvÖ¢.²‘•‰J§‘ D!‰Q›‘z®ÂŠä‰t*:3•ÌIÒ9ò¡äì€ôoV‹6VãcÇt2s­=X&D‚Aå¤ ²ʳŒ±’ºŽ]»°çÈô€×+zp:ÿ±‘df’˜qTŠˆÑZ—ÙË,ÑÛ`)åŽÆ@MA0›×ù(ç„^Ͼ%+²d¿"imë¥ÆlU‘íØmÌ|÷MØüÄ„Çl[ÏÑï&ðý6A%þnzÜUékL+§× ²ãw±­9 ÞSݘñêB®kšÅ…¨"©ïÚõL ˆr¼ko×ÍÒód3—Q­t–ð y#õþ˜xª"Õœ^ÆiÉÁ~0ˆíÖ°|hÅÆšbáB¸mb9~ÁkñÙ>Ñ]?š ¢ÇÂ`=Ú/OKf m„,s8]³—Ð{Ð8‡˜SŽi͸é7$O·3F[ï:2Õu>—‡(æ‘åX®Š¿„Œ¤!ŒC z ›n¬'øƒ?øƒ?øƒ?øƒ?øcý° ðððððððœb„¯_Ùè`¶'0\ãÀF“#‰ÁA‚s` ˜?fØy¶òjø'Ü IÀ|²eLêMÚ˜N;w¦ ÿ³|ùÇÛ™\Õ Å¡'[ÆÄ“-cöm£…•ãÂq~¬³v¥PÍrFæÅi2'/3Oè>~åÒªMR4LÄ…9 ÎE]/í/p,‡âçÙR¦+–{ ­ja #µ»ÂÈß"/B9X˜Àœ0°ç=CÜ{«âòço*mCγe¦ôLÐÿîyOøJ¼žß™Öó[®úŒû4&ÇÛ˜¬k¢¡a=K}ãÝá|÷ƒúœ¢±ÉŠfýʧQY±ÓÓ,ÍV›cÃ~Þzzý ß5¯±¹RFÍÜÜçö¾†_ÁÂ5¦1·°G ÙÚìʨlæ+j~†ú§0+AbÀ.6\{æcú?òWÕ²WЯ‡5I·÷ûä?5à"»?J@¤ñèJ®<£Ðoøá]¯0î+Ù=LMØç MÙ#M¡ÆŠbýÀ_\ølÂߢ?cÖ»Ÿ!|H5ÔP³À&f…QÒ¯)[m²»ÙE€ ™ \5ÆÚŒì=àÌj¢4î.xVê„„Û÷Aùü–\ê°«:z[¬qAš³ €IÜÿ$ЈæK¶\Ǧ,¡ ‹3׆1kö? vÁïi†Aƒ¹•õ_€h®Ç§³GNS!ÐÝs1©AôN¢¤Æ5~ L$ø?öÉÿÓ¸m©dc-¬DyžÅ[Íö¾qŸYCÔ>g×±­‘;Ó 2ïé ó/”¡_ô«X®P•Á—ìJª"7T2&7?zýd }šnü ™¥-u%…LȶÑë¨QÜ} ƒÑÙkÄjBH^ß‚y ™tw‰oØv¶ÄxgÈ)”ƒ…Æz¯C& @N½ƒ27D¬gxC’Ù˜gƒ0Oâ0lßÀ*<­d¼Û$„ÓÖ×MnU÷ßÂrì:*¶õ±¼™GFBýÝòúï™Æ§Q.ŒnCxÉz2÷¹*öxy°ˆoÖ×-$:гµ®_ôH:•]qÖ“«¹LÊDU©Ïe.ÒDùìÙéÆ˜6ȾeøÐŒ®¯#L3¥<Ëç¢Fè6’2+Šû¢ß4#oÆ€‹à=tÝ3´5=fc/+\¥»[¥‡˜®A‹î#iM'2IÓ•¤ŸJªƒ„~øÏÔb‰++« 'ð—è­†Á.…^Çõ Lbÿp÷ꌢ*ågÜÁ¿DûrkeŸs´jKŒ*÷/W_ýPô}äÂäoX9þ½<úõcÏ䣸õ| ÈÏP$R³>-Ž»ë(•d3ɬB ™çe°½?ñ– ¶ëA¸EQÌ¿ Æ—oÖöõLBeÍ%¤@w·‡8‚`Ö³6‘veŸH¬!]Ïr`Õßdm¯%@y²ð¹2¾n‘°o˜J2‰>ûP:)sׇÄå'­r8.¹¡¿g‹Ô÷ÊáÄ`dêÖ%¨4ÎäMsëCõ¦Û‘\?·,ÜpY[Ïß¡jýŒfVA٫)yo¨ƒ¹ð.ËiØ{ ÓܻЫ ±ËûÒULXâ0Šã4)a.¿oÌS|æxe¼L˜ß³´@ìÊñd-Áôú'Cx£ïÑhû’<-W¢V®—K„Xß×AùŠ4¶èó¼Tï´?ð¨Ë`ã*h9À½!¡ªÃ~â&uØD?†ú'Óèër¿”iRч„þγÑåó=bÄ¡ÒÝÒ­„þž²çÆÔ’ÁÛ¢rÔw`~ùÉ¢†(ŽÆ,3ÙxŸºé˜M/ÉÖ¬žnºظgÈjkd_w†û6»ØËÐp27v³mFlÜšo0Pjسnú‚m"Ó#­‘Eò#EÌ'ÍVW{£þ¡2Ê˱:§B/ˆòä¥'5†³†¦Èn7M¿0Lã{ »{µ.àk‰©¬Ö w†z)Ê­¦3Ù8"g¬)û¯?ƒÜØô)$GSÍä-(_’¬›YŽäF©ë%ìÎiFÒq2ƒ¬ù2îkWÆÖälšÇÚ ªÄ0N’ ð×ÛŒÉr#£MSZÉ·ËCÖF˜Íz(»‘¡¾æìµKxÛ9ï êV«bƒc¦uk ¦–MëÖÓÁ¼@³º´D/ù2¯[Kt·+›vÎ[«õÐV“E®[kÚTÒ$Ê)ÀÃ’±Ð» ´—/k9 MâŸë)s\zBWíOâûwHÁP$ç˜çUHj¦¡ *YÛiÓǨO6isÄ·%æù"‹Ä²*¨§1O—ަ_šzÎ8Ÿ„”,F½˜²Ë œ)Á,‹¼ ¥˜àE‚¶²ž²¢kKOÔç-­â´\Ó¾¢8iZ¦ÛÙjiu2C/\ô´.ëŽyöp›%1¦±3̈‘ýÓSÿnÓX>qHEŒµðØš!7¼,C •ѨÀ4þR5VkçýÌb—¢=W(ÔҼʻ=Ë­–Eiø¸åK t…|--”Ó°UŠ!Uì½ü㞇 ˜yÌ aùÃÜEàùŸÀ{ú¥Þû\èƒ.àJ ²Ç¶ÃÂÜýÁí_‚…„Rý½‰‚e6½;¼xWTï]¡ãlªÉµïðF ã|Ćú4æ54ýÓuóž`ã ù°ÐW.3ñç5„ûÝ´ 'ð¼æ!¨DîÓÞƒâ#É)f¾HÃÿ)Da,"ôÌšL0›Žýe[(CÖó‘Ìù?Þ¥ žôšú;²‰ÆTâyéé÷ÀQ ÑŽó×õ! ~ûŽà/.>ÃÝ®¾tÔkÈAOÚÔ°òV¨Z¨my’-A;¢²Å9½'e<Äùu¶^à3¢¼q‘C0O9ú›ñ’ÜщfqÜGé.äöcxõñàmðU‰w%ÿÙ¤?7†÷ ë¯îk£­!Ú ­'R”èù×G¿zm1ƒÇ„åììNSè ¾D£aV³Bæ~úyyy5¾C)¨`ðq^©%¥Œ‡*‰bFÓټ落ç0O~îI0ÏFYÛ ÍUÔôÝŸºÂ*é“T_’ñRcèÏÉšàK$‰éäèÌuš™­±It$ŽŸ‚jp¸h0ÛB+€ò"%'³ÃˆÌíÄúërïOã†ä—D5ˆêŒˆü‚Sè|‰m{Kßïð×'”Íhøå¥d?Õ4©#^—’Ãà·)2þ÷÷ŽebŸË œ‘ 0Æn±µÎ2­”Î\íM‘Ùª3/™PöC-®cò[üN’ ‘bÊ‘}ìP/´i9Xúˆ„ònïésã•FvCÕ”µkcd†Z‚`¸ÌQ[/¯T°~¤fáù‹š*ù=×ÜÌwþ€×0´7ÌÎÕDµÂø þðµ¾õÔ…rÚÆ®W dc}K4bü/2¹ î… ÖŒ€OX*¸¦‰™'m´¥ž2Çr]$r!Fˤêx}é„Ú¼›`‰C­ø»MŸúf,¯°Ôê;Xú=^dÖïdSz/«üó±>ÔJmÚë ŠþúN_d-Jmrä€×Ë7²™ÚV{Y9ij''Eɇ )¦uÐÚf.Ô²—ë¯hç L®‹þûüh‘l®ˆ|‹lÑ”¶T.Ь÷º%Aެ¨9a$âkn²ÔQ½'- ø¾@{Ös­¹çÎ^˜LA|q­G¼,Ýø,±B,Ÿ}ïë3Þ¿ .Âqׄ½cXI`ÞñÐÿU:Ù²†2û–¦AšÛàSºƒó•c‹5æ3%’a%¤t4.hÓzµþ†×#/G[ÑtÎöµÌ¯­+­5á+õãOXBÞÙŠ¥,½ –÷˜æ¶¸Þ‡RNF²(yŠr£õh;5m5kR-þµÞ·l‰Â96ÇR-½iáôÌçšëØ akf˜4þV±˜¯Šk ;çÛ[PSù:p`fÏј,cë,+zL…³¯¿zØ“æÞL¥5ùØÏ±õkøŠõ¬[(öÂØ²Pì…-ª…R¼ø¬[(¦ñÏB1C¸& zÅGK÷¨óXÂÎe¯ ¥ã|uf) Cè~KÃVhç—F¥ñº3KKãUïù”~ ~J¿V²¦Ýeu[j”~ÑŠèu„_÷~jED¤_”*Zå×=Þ¯O`S­.+3G›ž«‹ R+³$…ª5ÊÀ1a‘áéd|lFPßîmA¨J¥ˆÖhÈŽ±Y™I)Y¡M’3“ÒtZG» 0M`š.F©T'd¥ÇÂŒlmzrŽ6+•_ˆƒá‘jE¤* ªHX— ×@Y‹î²!2Pú©ü4Šˆè0¿Èh•"B©ö*ëÓWé€"<:Ê/›HõÓ¨” uXHñë&ë"SJ#Ã%‘*…*,Ú/R£TD’õ)i”"<"ŠŽQj”ñZ¨KÊL Rk‡’É)Ú$–ŠMÉ*RJÊøku™ƒÓ“$fúG #ÒcÂ""bÂÂ"ÝE~¡jµ"Z¢Êh*F­Ö¸ô Õ(•­´q€è–¤¥è-̆º @5ÉÊÈRÄ”X]æ(hµF¡Ž¤šÃ0M„LŒÍ„Hö R©£ÓÒAF¦6%%K—@ƨ#ÃÜU‘Ñ MT8Ý„Š I˜‘™®…ÐÒ„Ò†©#EjM˜‚Tœ6^›•©Í Aûñ"‚ñmªTraNV*¥ËÑ&%ÐITËôØ*¦¥¦B˜‘›O¦jÅ"²SÜ mr¦K<Ý<6SK©4Út2%“ ²2Dáá‰)tF¦BÔ¦Rh"Õd˜B¥ˆ,§R‚&Aa f3£·&éqڤ̌¬T´¤.Á†+TJ” u:z 6#3E Aˆˆj“˜Nõ\èˆ*I©©´–YiYDª"«¤‰tYé.qh`LÇê(@‹EtË:(w¡Ú'Ê ãÙ&¤ˆ22åЕ‰T‘ŠH5 Èr±Yiª+¤zH(Z4¦•“Rq‰P— nªOÒ%Hr²¤t’¸„KHÃþ}èn²Ú¹ÑŒ0Ï©­Yc&HÌ=œ«!?þ \üL¼ü+¿%…RÑã¤Ø<5ûéè÷¬¥¶œ=¾Æ$MËÙw&Ýw%öf ¼ÍÖùòRIài]ÁD%ÁœðÚK¡ºX‘F'‰P~Þ—ùXä¨ÐOl-gyU"„=ªƒú™æl—øwnaÿc~Ú æ‡zK?7aš#­¬07Ö=¸•,ØWÈVá»4:K9-ËT²e±v×Ýy—b©²eU@žôÎfÜl¥`¯…¤VXG†UEç¯KXßMˆsnà]«-µPF¦a‡ÙÐå$KMã³¥ * ÓëõØ,{ß$^Ödùù{Bx‚€öt'TD$az}k`¯u³Ò™·¾T_Û%ÌÕâžî(~ÃJ![3y¦ŸçbÈåÖ]"|wŸþ#÷$3ëæË:g>õ½…Ž ÕV³<&«½¢6椣…ô¡ÙŒò63Éïã~`':w&ÂɰøZÏ•éÚ£¹fk­ÿ –lÌ÷”ò\”JÐ<³°¬§ì'.êœ²Øæ"Bú›âä»öVŸë±Ãf¾f9¸îÒt5—m¯²?!ªtü ”R¦–ÐáÑ •2‚G´_ŸP•R©Ì0“·‹@lVÆÀ,B…ƦQj3d¦bªR¨Ã# (1=.6]K2#í$JŠj<Ú/T®‹ º%AUx`r {°@ý 9 Æ´:4°Ï Û$€$Ñ0™ÖQÚôŒ‰(‚ð@4–§²µ: $%Pº´Lv†±ÉA*e 6“B#c2^›Jvž‘I'é22cSR’´é™dF’.^áÑ’ŽIÚ Ò™÷Ò%hãP"  áf@côLŠ$b O£A5SIé ‚J*˜šE +$¤;I KOBH@©ˆFᔤ$ <¢»j“2µTT@èB¨TŠîhx®K”ˆÎÉ" ЖoNKã÷Gƒ(ŸZ¡ŽT—S¢QµˆÑUD02)#“B#÷ª‰dd¹2>¨¡!|x”RÉ áATx;„SDjÈÈh…ZC£q¼ZÉŒãÝØa<ÄjF¡ ÷ P*"Õ*Ê_ZŽƇª£Õ„ÆGÔ ôQÌá05A´¢ÔÑTCK)ê¿Òµ@­@—IÓ ’dJ MèbSé$ -@ˆÓ"‰¶ 2CH Òw ÒDÉÕšg¥HÌ®Ù01Å•r¡%ží+)KÑf\OIåRt9L/'*/‹Ð(Â5á~a ‰(&Š(@»ÑaÑÑ=ið`w9é)Ñ?ÒŠTE¨š´0“–‘qÚÌLHRÞ‘ÙDº(~8HÊ @NÕ$ÐhÈz™ß)fH=JšÁ«l…—‘}DÌ£@fª` Ù’éó“’‘Eˆ¸Ø d‰huñZRï¦GöS$å@o5IÉ EA¨_CI‹$d !³'v (N›£M¨Óf†PIZR›¤£ô2th2V—¤ÍÔf*DzK$+“bì¨a´ƒ©¬»œd&†Â€nŸ6 6Å=L­‹Œ¢ÄŽEÝ~Ræð M … %2 ¤gЃ¥Ytvbšjdej3äÒRSQ½G(¢(5ÙŒ@–[XD„N‡öXÛ!dZ²ÚÒ M ‰2•2IqD`Fê¨ÑU:€¬3v–") iQyM  ZfJ*›Hɤõ°Ö#.'*ä±É™YZddˆ4нc^°($ç( ’l<ݦ“n!dV*EFÐqNV:3«¤RjÓ fêH›)(Ö‘"±!"X£), ¨Tì¬G$℈ˆÔ",:‚1—Tž¹©–¨•*ÔÁªýÂ`Õœ¦Ë•d„X*ȆUDÑMâ@<Uªzd“¢PU8êŽÃ š1±È–µ?D‘Ñêí*ˆ@öIL êÒ)€¸€ N]f¶–”ié©ìäWjV… Æè* Wj!²I‘ ‹ìR­.F­ sÑñ±é%$2¸cã Ñ>ï]l¢  ©å7asèÔvúð;žßݧÑçû ”îž'OüâZM=£qånßç¬1$òεS‡„†Ô©Y­Nƒ/†Ý¾øcpõÿioÝ/XåP>ï.Ô6ó­U'¬~òŸQ…G«ÈxùÞýú…GD7ÏüÔV nKvÓ(AHHH«ÁÛ€···üÞõ}ÛET  jŸ¹ÃóO¿ïßG£¬[­RÀХǾùNT¸¢rÿìor¥ÑáuߪX=sÉQcÌ?öì±ð8¸ «gð(ÿ)õ|ù‰¼p⚯wß»ÁåC“ªü»‹~› vo"ê÷õâS±{£Â$§«H+º{_¿O<¸åB–{xWd<·5¯ ³ê|xÿjaaÖŒ öìùõ!phQ:Õ§þÏ§ÉØÕäÅ“×}›¸‹§†‡–ô3^ú(ï‡6ª¨Ô5Tmܾʰˆ^9Ëë#yƒí~5Hx…³:ûzß»wçέ›·ŸÞºy€‡îœã(ä 8°há¼Ï>üxúÔO¿š?ï÷}ûP¸‹Ïž=Õ_ÒÝóþ½»'rsçÌú"/ïçÏŸçÿýìÙ³ÓœB!÷£+Ï?}b¸ðö­›K¾ZxöL^~A~þ¹³g/\pýÚ”ØÓ'Áí;÷¿þiÏ„¹ë?šó3s 0ÉŠöDyB ?“ƒK/ KŸ K—®Ù»iÏÉ«·Þ¸û× °i÷Éeëö‘à×[_¼x!*`jò–7Êp\< rîñ㿊øò­û×î<,ÐOp×Uù·€—.œGWýý÷#€Ò¾zë! Xx“ ñ£¿¸rë8´úMMÿÀ:!µjwÿ`É<9̻ݼAí|kÖ ª²íâ ’™Ý€¢EÀ3pœhbˆ'pó>|XˆÐÖ‹6÷­]'¼Aê‚sµ Z³MçÑ_pùÆ}PÏU<õ× ðÚõM[Σ˜½Û¡fvìÊ]ïFé™Ãg eŸ‡/þ•U«U ÔÎëÍØyÞíþß 5JÖQt¸’QKÉoý©m£‡j†µ]sö†T~÷ꎘƪPEhÍÚQ3~=ï‹tÙzð¶r·ñnž{Ǩ6’×rÇË+Ç¡Úhí^dF&,Y±ýÌ»ÎM\~P£]ôâ=ÔRHpáê0/þ”´r£vog_{é6ùadÅÿ\EþýoÏÙŽþ:YìÖVáýŸÿ¹{çH½º‘ ç;‰‘’ê5{/8²í#±[cpsóé4s·œDõ ÜÜÝH’%"Tíw¯nõ¨< ¬â±íêmFZî$Üã¸y溛”Sy PáQ§óÈËæÊ*¼ãV¨Iƒ”³Úê•§È퓈 oƒWΗy÷§¹¤{Ëï^ûÕ£\«÷à’Öoµþú#…éˆ<ßî83bþž–îWö_€h”rþêò·_Ö|^4BW¨X9 v *‡Û¼&Uz®>yÿæá .¾g覨A«ã¾Z´ñTê´mÃçìªûî\¦1ܹ} €Sç®IsOœô ˆm§.KQuPpëÉËrOß*nþ¢”´ ¬K÷áø Ž®hïRݥÊÃ"€z‹[Äí›çE·o^üyÙìÁ}þçV³ŸÔÓ'B.šºå¸uí¸H Ž^½î/:yí |Ü)xäÊu·€ñé¾¢óûG»ÕÈÚûYýêÝW´cÙö<‰wöêcïŽß˜òÙÖÐ>³ž3lc–[½ &/Úr‚سf¼Èµ>9:¢bô°äÞ]g¤¥9Jï£~"׿S^§Šì8y9@¥©bÈñÍ+ÇFŽ‘{õº4rOùí Ø·0†ºyiûñ‹àú…íE‚Ü+×=}ªˆÈOÁ[Ф“£+6õ=™wä‚ù~Ïî öÁù]=‚Fø|æÝlü:rßÏ»CÇ{Žóô~§¢‹Z.š‘{ž)ø™+jâ©b*ûϯÛo^ãä%S¾=ØyÄý>Ú;¯N¯A=?ì1½NÏiS—îbº¶“9~æ x»EtµµkÖ®V+úýo‘GŽmíÝLõV@`íÀÀæ)$¤‡oèÚ Ä·f`Í€ޞ͔ö³˜†>~µj×Qú×áJë}`áàêßR¨Ã{ ]LÞ¼vº‘ª¨éW£ßØu䂸F•«× Qz{n™Ð·Š÷[¡uëvÉX$’^;¿#¶¥ºZ­Àà:mÓ7ûsW´RV ª]]ÙòûÜó>WÏn~§q¨`PPí€}çꋾoFT9ßAnõ™‚‡ X8櫽—ý>^úÛG‹ÓNÜØ$mE›¬•ïÍÝ5nÑÞ±‹ö‚¬/¶Õîú)Sè›7®›w©°ki=¥a¥ÎK÷ÌW÷Ýy9s~ýß eÑIË¢—F$,F P3pIDÂ’ÈÄ¥ Þ oê ZÞ~ø5:LbâºqýÇþ¸XWÓ‹§–Õöóнpµ `öB ´ûhó™`æý•Ì»Mkpûb;Ovz•ÀtÜÏ€þÍ«gÑ6¾…ÕP¶ah‹¦oÊã‡{f¾&Ò9”Œ xûæycö¿E[`þþQþªQËòqžå¶<‰í”ךÌ@ò$‡«›;›ÆŸœ5‹ÃO±:-*žšñæ*пG°4â6â§UßpéL@ÛÞ˜þž.^8ïON¦g¹òHJ3À\ž(ƒükp,­ø|œEÙK Çg<.GfæmžÏM N¢¼ÊÎÔ—=N éÓªfmà¬! ^܆ø÷ýF{Ex_iè×gVÚ´yyÍõ§P{gþÞÿ1؆N³ºn—,B[æ@\Žrž‰ËPo|n·>_Õ¾u/×~¯Ø°$¥–æ)^›À¥ÿÌFû«ê@ÿeÆz´Ö·uìbrO8îøý·}àÖíÛæùzƯw‚ €——Ðh"€õêBéNàë†"è™’7zd8BF`l°‚¢„]4hß©‹EG_ÞËÛ"ÔÑKÌXõÝ Ð¨I³gžåË…a0 ÂFñ-¶aðót0Žì)2 ¥nE©Ôà)G±ù°UŸÅ Wcú¬¹D™)·§6ŒpóNBHBuK©,Ö:.æømn©¼¸¼B†+›'£a+`Ãq´ã±j@; .Ÿ0uȼ´êóbжZiÄmn >mÓ¾#ó²ù&-ƒ~¹{ç¶„»U¬¸i1ñœú—ÔÒ[( ÈÅý9—–¤ˆ2rteM_0qì0/{qa&³êf2ƒ RÏZ3¤‹š7N¶ŽÈÂfßbV¶( ±§vú€Ò0®­éIó6m^^kƒŠ+Åì=£Î–ahç œžu„óÆÁ"ª×§v¸Zº¤à%9ºÌûV!Öo3”–â©P.$[³ö'ÔIŠ¦Ñ ¶–VQðäñcÉ‹/¢ òGåD=úóOñíÛ·à®_ÍZ´UªT-01ÿ­õ‰ü¾ïÏ?‚m[6ÔŸ°ÿ¯^¹ æÌž ¨âf–g43³¡gŽ9,¶*ðSšCÖ ÀaVFåE¹_±â‘µ¦ÈŒJÐJ^ e»b6úb'Ö:R{Æ#;,Ž1-P>ƒì'pÊñDî+ÂèPHæuUÜѺ-/»­ŽËª|‹j¬r×d”b6°6¸ä¯)ÊëS^UqPîP “µPhVâ†%ì(Œº™Ž)©çÕî–Iu>†Î_\oÎS;†ˆ=יּáq¥¤µ™ÌNpy„zG %É“°O‘ÌÏ:Ú·ð®aÂñu•5C쩃ÞCq œ6½hfå1/¯¹wMP_ñ—g‹!~[³l© 6¼ü¸˜™Àoäü3[F_)´os]Áwª”…qmµo(£¡Î¯˜yfÅÅt¢ òÍV»á3´›>ØJ»Ô jR™ìéí[7÷æç瀶aAÔðö®PÕÏÏO¼æ§ÕÏ’’L8ÉØ‡%í?_‡%e!o÷KòT;lØðFE޾¶:R[ÞL{»=cÝcÚ¼LLc›ÌÅùqF‡Žxª…²£\«^vž¡9/ʧÜï^ƒ|VŠü„vÊ[$.½„¶ec*Ä'`ÞÉ )4³¸0X©ã½?­úþƒ6í;––7« 8^`žÔ^™%ðTÛ3<Šã­fÒxË,-{ÞQ‡¼Åÿ5Ìf êlMU Í8‚bx²-Ò(©¿,dÎ¥Á÷Rš{š¯8âñ4‹Ë»žj»å*·ú)°¾ü¯†ÿKЧÖú#ËhKÛZN)¨oŠÃ>Tµ£—JÝ æãæëdTW-Èϯ~‡<{ö¬Êòåß\MIÕåkÏ vØá Þ`˜Mc„Ü=%_RR`Vç{‰mÔ½{ „f\‹¥oÌ‹½´2åøõkW!2ªÅŒq6ñâÅ_?CFu‘llTãA‚CF˜ƒÝ®±^BÒ, ±^‘ËÂó´Oç:ÛC†N¯4=ÕÎÄ?+|EáOLÖffžÙ3Þ¹N×0 dæbÿxñüÙ†ukA»Ž½¯Å0|­•ÉaÏÞ+j\•¹wô?2£€YŠtÕQCÀÊÇž'û¥eT÷žæWkåmÝ nu–ˆ[Êeè >ÐEù}2Æå1Å•™ƒ÷T5ãs™è³õÖ/eͦíÒEÈ8N‘Q rF¾_êœÄF5F™ë¯W¬²ð–$ôAÛàÀZ,ŒÒP90`*ÑwÞrscÇhD¯ùqsSu©y__<ûKòð¯§Æ2y–÷÷îÞy-–H¼)ð:—ذãÉ~éÆFYÈìUä®Ùsb×kkC_ÉÎf÷É”e[1r_оy™3hÿ°QQ<ÃPbðÄ`ƒúÕ0•t°gÅØ1v:œQ]ªÁ£{wà³|}tœQ °1ýÊ×¥jØð*b”­amm¦ H³D Žì¡DO¾yÕøü¦Õ%0î^eo=Fé;¸ÓÁÀpºömófð"®e.¶=…u Æëþ»††#Áb)¼ÄAZi(ø²ËióY•Bó$ sŒw‰­7þØzC޽%ÇV<ö‰­7μj ìeôU)Ÿ3• –@)Øzþ%|‰uRÔ·¬Yw° óXV²0ÜÙǬ‹ëJþx “7ñ¦ Ïž½Êý/µ‡Ù—BÙÍŸ¯hÁ+Ï›=Jç-TŽênƒKÞð¦­!pҖαõ\ÚÒzKØ©ga âxÝõ3ŸÛeòf¶7¸_µö GmºÒH«((޽W”7<ݨæ kö¡ÔVŒk[·f[{>¢½·äàøë.m=Bæ püU™ÿE£p¤âàkÜèK2 z q[vÄh6‡µW õöEÍ[3 m½eå °ýÂÒ¨šó¦¬Áüçÿ1wp3oY*Çcü¬¼µÊìaöÿåÀÞæ«™ÒäÊSÒ×®Ú2¤­>Û’ããY;œ´ÕÚ{.­Åë _q£ÊÞ[•¬ *€•ö^ܵA¥ùÚ]XŠÜ>óÔgIͲ¶ì½ KȦ“”‚Žrô…ÖPT{¯(ox,¾QmǸ¶yk6°ýÖ{Ï.²Aé ¶vþÌFXGXQF 0 P®ÀÀÀx½ñQ)õݤÌ÷†bÅö/žñÆÀÀÀÀÀÀÀÀÀÀÀÀÀÀxÅpBŠe€ñr°¯ãOå'OÓ$_ÿâ©;þÓbò"Üß;ÙëAQœbÕÆ;yŠˆ £„ôhV¿MçöŠ™µ6 rZLÅç¿u.þ¢ i3êWMwMpukÑùCÉ?57ömÑë~@“èƒåg.<ÖÖ§c×ÏTÍøì«û^êsüÞøŠÇS'®‹©ëóñ“NsvMkã٨џÝ3*&½ÿPûwpʦÅ^×»nÜUmâ¿ o¿·uó®9'W UÜø™þâáÊ÷Æõx¾RùÁ¿M²ò*®]Õ¾~ÿÅädi¤O‹ß·¾×ë徸÷È«"ÿÓnÜ­óOå.ü'TŸu!àzà Ž’f:Qý“O¶\O$dƹ²|+cþ'™õOí*s•g}Û[}5îñÙ˜¹ñ›®T/à>AåNl››ÙöЊIƒê®ø;nâšå¸ž_äSûËw>]Õájý=¿fÝxâ¶lAg—Åá¿_ Z›¿tûÀÈ©›ŸÌ98uô¤SË¿þëÓ·G¬Dnnî:¨‰öÅýÃßœhþÌoDýŠÚÝÇÌZ{K|6|ìóe#Ú5“„LÛ§Ÿ|â¿}í‘:ñÔ‡.¿¸ãºe~Œ|Bò£Á->å:¢ÇÉ¿Ò þ¸t9Dœz3xm°ón2½·ýȘ‚%ëj%ô~1%:lÿᕃnL¤j?X½|©4ãxø·Í4Ÿô­0ãûYGÀmÉÕ¬é[ú<gxêÔ[ ¾Ñ=8±RÞxÊ&íÊ1»oÞðäÛž‡jz}Ô&còÐGMjŒÌèø¹¶û¤Y¢Ñ'5`²ÛóÓßîÕi)=Ú$1gÁ?m¶È<ά»úûز!_ôý«Ê†•Ñ›Ž&×îõøTÐI[/?Ù”ÑÛå‹Û «zª?xÔÑw¬"óÙ?WÚVòøùÃÀ”ÉûŽ¿$`[­Q_:2ùªÔíP@¿Ô9·7O¯›;iʨà§óÿø¤SRÁµþûÓG\ûϵŒnkÄí '~9aÞ†¤eãç?áA•¯½§àÉíëlµèªì+… QGà¹Ùÿ:5d£cr|ºqo<;O(„&PÿaT†^‚ÇÝ…ãB[c¸väMö§Ã~è»|@¨/C* Æd%7WÙ¸ Ý+?¬/ПQ®ážóòÓ—U”]­”ÈP5xß(’àË„®–Mý|ŒûeòœÄîý†¶1Ð0Síú’œæ®Ùh“°jã^Â=ÆTÅhoúí-0¥;ÆìØ»`:¢¯CÃ4Іýþ{OE±tu÷ÌìÎfÃ&!@$ç&$ËÉ&AîC¹E —˜Àæ"$£AAŽ*( x "ˆ€×óħOÄPTûE}<þžkwvwvPßû¿íùæê鮪®ª®î驞MšÈ÷oŠyLpÖ“÷,ô¤ÇòÝ!?B¡ÉÇhºŸ'#àF.Æ Õ,¿¤½ýb‰üqø ¹ŸïЉ° 1íá&OüãN(%~„î1 }«_'J7=¶Ÿ9¡=*»Z_¼¡)»†xulé]©D.ákú¿I tD} 3+ð`2£‡4Ö, æv1µÙWH" Ò¤Ô‹øœ]Ønl)=OaqåÑ"” $c¥O§’÷Ðî„Øñìp\Š:¢A”kƒDÎ)ÎB“$]¦qgQ?UigBwΪC¥÷ V†i+â~Dg㾯 ¨”›EKSÁõ€\søŽm,¦þÇÁi"ipÜÈÝH©ûÎ\Yœ·œm™¦iêW¦;”Z…w¿;˜•LWJóäuzj޽s`´‚žâ¬õÜ5a›ÁtJ[¾_AúŠç±ð1{#~š‰G d…¸ ZºÒà ÖG×F‹ñuH°#/ 9VXü:R´¦ßˆ©T(„”OÉz+|$Çt‚Å]F¯zJ|•ñÜ(°ô¼)j"j¨¤§Íà PÓ8³$h± ÖBkxGL±ˆ¦ÁíE>Lj¸½Ç’í¡›G»§ègÒ­À˜w »ÎÈîÅ‚ößE{UûÔš~K)«ÿNy¾ÌP‡î‡ ñ‡0ïWaë<}ÊÑÒeé iŽºÌ:jžD–üÄϧOæ7”ð÷Ë&äoúh µ¿E+¾Ë#Æéž†é†„5ÞMȆÒH²#)͔ՙèf?Ù7ÃMô8 -àqJE¾(;ÁæŸÇk‰à`¶W¨9œ`µŽÀ(SÃÝ «™(xõ€ö"­OQ?cÉζ0DBaåÖ:Ä5a¿ž7 ¤;M§Ðx]LÛR´qÂþ.Õ33=¿ é¹;-ñwÈ»Ká$\Çj9û&èuÏÀf±6— s0ßËå¦i±œ#Aß©QgÚ2uÆedv£ÖñIOE—©T1ú˜CŸÑR­¤q㙦L/öYÙJÞÛ¡TlÖvˆúp£µÌä_GÎD¨ïSÕøÃb @4N›!•Þ‡ÒëÆ¤½þq©÷Ö¨¦Ù*¯ û­xI¤P›¿4I;å§i´o/y€Êú7™†òÝ‘¢®êG§* ú]o~Œ°Nnx oá-¼…·ðÞÂ[x ¶A˜á-¼…·ðÞÂ[x oá-¼…·ðÞÂÛ_â _qÐ*P­!´‡×Q˜ k}bŠÛ3˜À×P£i|5 ú­G„­Ö `ïÞ×÷³ó`F¹¯ITÇ÷÷I5„ÂàÔ8µá:tè$^–w ,¥Žžuw×iÁôù&oð…§•F6 –½ |0*â àÆàê«õðKш«cÔ4òÀ×ãáùX-ߡޞ<|½F)´hQ°¼`y¶Ü£ÀÞš¤ÀJ‘5Þ—Û åµESòФó–{´Sþß FͯÚÞй0ÚÔó\Ë/Ê*~1ÂJÕÑn€.Ò·yOŒNS[[_c¹¿Z ÏÐùêäëfŠ]€7ÚbËRË< .ÈWÏ §‘×GÂòÓè]1‰ Fñ³’ç àQóM4¤µÛGÃf1ß>ñÉ4þ×Té{‰)vˆ×•>x#åó‡¨Hí1 ^—"=d{b_–Ë3•žP HW¥·x®­â• Awä¢W…ÐCŒé²‚Öë€ïåüµ8% =‹§ÏöãxbGYÌbxGðÁIŒäS¶Æç7#mÉÍÚà†j8æÚ“æ¨É›¨~òа^¾Ž§t¾H–AšèÕ1"àG&“‰¿vÌ‘ïK +«æì(ô¦ˆYÏ(ÎË<¾aÑß4f3z‰4Hø“²°?W¿_(Æ|Ť#“xá#Az‡æ0¼ÇÇo™¯‡b ÿaù®3Á#…—)Í‹UÞlS<ׂÑ0ô³èO$ÖFùIO4”ŒÆèDLXrÚ¤3ÀQ¦9<.zRãL´d5¯É>ù© ­òÜg Áµ¥ƒÞ«‰@û6’š*òˆò…>=Ž×`-{x ^„¥04‚sø9±ž­‚rÅO…R°\/ôž Ñ $àxŒÌHJÜ$¤á]ˆ°ç ²Ø»?‡4ôT©í«Qºl­Oøüµ+^D‘¢•XûD½YJ²Qñ^:> }=éÓálãtkÈ£¹òˆMŒo +ðl¿¶n9¤«õH]òºÄÏ=Îòdé<)`Æ×b"øYÜoâÓ…Ho^câYÁÖ§ñY¡”{QOeYÄõöè€Û•<ŠÇÐs¥Go¦Ãa¸‡¦»L÷.Ü%ÝDêS¯—î{²—Õ$8Ž-º@¹µ»‰¯'éCú–Pˆc$«Æ¬Ô7y5 Å@Š^ê5LŒðrøM¹]ý›‘¤4•êž <»~Å"ÿaX$«U?<5òWY^c) RA/EôÝYªâµä?vÙ8Uöç[FP‡ô¼_›V€â¤–“–d¼Pô¸],ßpÜBÓÚ Ã&à†|üšD*,S|û†éçÐ2Þ+#²Ð}€x5OçÄ‚?kwþ˜"ûþSÔ¥Ìí>¾½¡SJnRü¤MÙ¨³ÊO̦ŸÃ~F1|¾%â´Ì­"²>ן¯×©UÎÄiW·v0•r—·Ò4ŠÁö‡»åþa•[ø ùìåüw*Ö¬à¹5S3ƨíFç`†laÏ šu3«ô ºELá_òâ]ÆWÄŽˆð­Xø}äÜDUÆ#².ykí2]#YOþ…¶sœ(8z¼—ŒVZË%¾8uR[œFéÊöÔèf/JÙ!6¢5dÙÞãm†¨.x¼³ŸbvùØç]h«x/Ér;/Ôžû›HóZ¸·ñoÑ£uüüzÜ=üÙƒmÜÊE2‡§ÏåºPÝDÍ(m¼7æûÎ&q²hƒúú{®RûÐþõ`´ZÓyèæï2,š+¿»…î*ol²Ï7òÊUð¾a"là|cúÐ¥“ÒÃSÍ'~ÞÕq´}hNiY¢3ÑgVà4¨ˆQáã=ù‚…´ßî‹ß›' ªõ _­ž>â3z_^½A)Œ$.ƒâ™ëy#zSõÿ› É樂->úZ¦8Mþr”³&?ŠŒ®KŽ’-ƒÀéƒÂk5ÇÔËã`|ö¥±\§WÞ“Œúç§ÉFFûbzYÝ/ÓÌᕆ#¤þ¼7CIrõÕƒÀWÏóè”BÇ|e)ûÊ6¦´ ?Y†á!èò—m`Z/o&×ó<˜Ô¢P'W-Û”JÚ—Ó„RG4ôð÷iaÜ5h`}t£0£Dý,ÏÐpîi¥Ú^¢ß!š¹}Ïñ§U‹k¾¹7¥þ¾ºûhÈ1F ëS–èÎèýé"W¥e ´¥ñÇK ¡ø›#ß‘3yL‚'× _íJ„Ö”2+, M cQ,~†<ÃÕ[ËÚæ\®k©¹¾mŵà Ä;8hi+ J+|õ¸{d×E'¼Q… ¾ðmtA3FþG{´:(6ˆ‡9¡·0 ÖWádl`Ž« Íé[/üoyW 5Øód?è<½j„´jZ\ƒh¯¯çÖ6 4êp:‘€5Bj+­E¿oÞ„kàjx|üÿ×ø¸^5B~#fÞ %–‚ò#X‚4ò9QÅ–FŸ½cÐWäRf@1î=ä¥îKùúäý@ÈKs5Ëì;;< ¾E¯@¹Ïèwàl¾OÚ‘ª·…Ù ‡Yb®‡ ›ª¢ÍÃÒˆþ oO©- w¬Üà36¢Mkº|Þ.ȃhÍ4¡Qæio¡ð™ç7©ÜÏÃ^‰¬À’fÍÅÂ^!ž…ïå¡8ò1Aÿ¸QFÒÛH3²ñ8–ñ*|Òõ·h*ŒÂýåñºQX·ßËð”Ù®‰lÚj!MVl;EëV ¹úãæϤ‘”Ù8U×yÇÂÜØóQ‡Ÿ£ç„Rb–cðƒqâ]._V¨Ï†[aÓL•²Fu} ÔÔ,GêqØA¨Ý»Ð]©=™ˆa¢a,øß‰ž%kñˆJž¿îô@qð8}-+æÓ/E(M­™¥h$ca¦¡&0Íó]é& #T%ŒðÖ±P¤}##ü'` Ðó¥<6Û¨/Ý:^a~¢ÇÛ™£¢‘ÞÃŒ!Â(u)Lg‘6ð8åÄB",—p‚•–Mð“„?!Aº‹›(ÖÐ&И³Ê<ÛE•¹¿NJ_EâU¥üJþ × ·ƇÈpÅ3 8ýMº¿%µ;jÿ„?çmø?‡©~¬•üf‰#eÜæ(ódþ¿ÏñhÛêIö£ÆótÃ8tåõjeæR:³7ÏJf±-ò3Ò ô^»„K “ ¤:Ãý Êk@!{cDZ´›êÉ5Èó¾ÒµÞZ’ –v´A‘‚» Õáàåå5åÃûåW;55K¾zªå/Kòó±wÒ«;ëI“¼ðPýQ[ýàØµ(í[ï¨Àï{× ]…ñƒ1„îehJ&^cL˜×ôi¾Œ“u)ÏÐ0ªÛA±œã^ß@/•N«Î›4Kœd¼Û÷¯/Oyµ¹Ö©¥ßKþDùÎ5¥ ªñõäÏ"ÍÐyãàê’˜H{‹|HÙûŸz/î’€~Iÿ)JzÔCÉÕÐÁäkìô I…ÝðŸ¯èß@žœàþûô¸(oŽr‰WÝ£ù£¹r˜ ÞêþžPg¸ZJŽ$úä›Ë7Ôîñ¿ƒê±ÀúzsBZÿ‘»úò¸5Ç௵÷HàÀè…^ÐiÁ«ôU½ZÙ}Ú0´%¡ÕßQ< |ó7<÷ O­¡‹¡þž¦ÂMŒt!ô©ªß+g\Ó;Ÿ¯")ž±¨¡°PÈÞkðü'c/Å6´M¢ÏB§ΡR4TjÚ)¥÷Oô;õ.”?s$pŽ€/µ×:ß Ì(/~?F£§÷›+)W¯ýµ4¶¼ß؆õû"­Ïÿ[sZ=9B}&žsBÀ÷J-XÓÅo¾#4-Ubƒ @¾ì5R ´Á†«‡äýúº)º>nU}© ÆŸú)žFÝC !x¥¾<¡z(õå½ÚʵÁ ÞCñ…wm=Ú’Pìz86ûÇÆþuz­þºž¿žÌ¹¡ä‹ÂÜ•û¯ÏjæÆÿw s#ÌpËnùÂ-_¸å Ûú07ÂÜø3[>õ_‹Ôù•xß¹ÒŸˆÿn˜Ö;K{¤–À+©Q²çogܼÞo8Ezõ¤r}Eùx;wÆ=±?¥¡¾#¸Oï?¹©á7‘á pÕ)_$ZX¤°Gç­~<ÒU0lÏ‹ñoøà üú.à½M_ßׂ8??…–fëj›iR¢ÎëÏ…–z›ôZôL1ÄPä'F™Â¯fX{Dµt¬/e›uÉŽýg=ô Ф‡i!}›ð¥ÈeðR|·Y€öyµU{–Æ`}׫ƈ¥Ö_¯ß]ÜXªZCôUqoªòÅ-†ú¤¨Å5¯Œ¯‹«×_--øç-3ÁmAkª—G¾yï a "õ«‹}á…²Mpgì›^ ë S|pœŒ ÆËE÷hYàû4¬g¶ál웾ÔW»Á¯tþµ¯ˆÊë=½Z—Eá+žB¡¾äùn?ëLm”^{vŸ´cˆç˺ÿ(sa맯ëJ ŒÓ†Zߢe!¾IçjÙC¿/Êü8¿M>ï„q°‘>;€ŠÑ\Ô~@Á©òõ=zÒÏw1ø]{ýMºRÌOR,7øРŽ9Ywµß”u!gˆ8µì·*ÇžÛêó>—Âû!éZÜ@¿K_o®Ðás*×P>¨a•GîFR¾¾„6Âhô$”PžÏB×aAO!ß?·MTýOg.BøÇ ‹QZP­V{Sÿª×’«–×µ¯ïíf] ÔœA|ú|áü ;å#·x- ´ý¿UÅmÂÿJMί‚ ¼/‡þjýÑÔó\4 \N Ê×ûÅÒ¬Ôys+œÛXÍ—4åÑä´ RëÛB‹3êð¯Æút_ á¿35ø!Ä]Œðò ÖÐ0(aM·ഀR»’ÛƒÔÜ©•·èµë‚o‰Þâo[„Où ”²wùUr˜L©«5\‡ïÆÕ8¸ÿMošR‹¶Pó™‡d†ÒOµT–Ê Áº’¾QIå²ü %N]"å€êžav–Ò²jÙõjÈm’% ž©òwWsD² Ohþ9CÑT!<‹´µUxËÕ¾ímW_ë—Ö ×#&4”]vU‹Âk·cý=>PÁ=–+a‡]+Þ7V‘:ˆk÷*qB Qž ÉLñáõL/¯#T!FÇ©™jè©™+ - ¯¡ÝÿÏàcÁžÐoôÓ׿ŒÒè$/¬¿«Üv£ ÝxFÐ?¨tЀҰ>‘vZíØ?#è>í§ÚñŠ/çPšÂUï×K°÷Œ«ÏQ—©ý¯†kæ õ'–«Ï¡Ø¸‘טS ¿/·¬ÉEÉÖä =†:ÜeMεä:íÎä¡…ÉN»Å™œc˵82s’‡ŽOeî᪨q×¹ªŠó+ƤڭæšqÅ©ö,«¹p´#;³ŠŒÏ¯N3´dØl–ܬ,2(¿Æ]RVSÑ}‚»¤²ÂUÝ?Õ‘e®¬mµÚ‹jªòQu­«jB«¦-9œ”™m·dÛ€m™cî@2³¡÷PÃ$ƒRkKÎrZœ¹Žäì\›Åiµ'+7ŒcM`ÉÌÍI®ÅåÉY6«ÅîpBYòÃÍ+c5Øõlf®Åfu‡Åf!lò¨ ›Õj5wOu@!¹a´#3³¸¤h‚«Ä ¸ ¿ºÄUåªï"=\ãK*Šj*ŠRÁLŒ`Ï´8œL÷²jÂ¥"`<[ ¤wI‘«¢z\q~!Wàªs•Œ+®p¹Ó™q•T0½òÝ®ÆUNX’_QPâr»Ü.Û’ëp05n&Õ–e¾sœk"SXɸ‹]$;SŸiv@å¸ü²(‡ÝâÈÎaÇåOÌ/()+qß•êÌ23ùee¤ªªÙ‰ÀTèpM5[[\É#׸·«Ú8®²¼œÊÝiqä0v2„8ÍF;œÎŠ zUèªv—aH'•¤oqÎ2JT*rÓ\]I`±„±#g›\67>Ûbu´!¨ŠÊ±¹™:‚3XlÙÆ¢2ƒ9`"ôœ9Ž+uUpÕ1 ÃGõb{1:ÄT¸ju`Ê qu5SWËW\Uâv»"’mvKfس,¹VÆf‰Ì²êÀˆÊA&šöìœ=+¦ ép ãäVàz—TFÙÁÉÕÕ”³ÄUѨ#©Ž I¹¶+ááázXa„C8„C8„C8üåûCkŸåx“õÄÏvnÓÜl± ([ŒˆÉ·ó‰Ž’Ê£šó|LB|üÅó‡»ÛÓÛ§§·Mi]pߺŒùý¥ükü`T×EÛ¯X¿=w|ñjY£¤ŠÜGº5òÒî+o(HFß{ûôŒô´6Ii—}|ØqæðkíSSZ^ï:}áÊ+ ¢óÜrWÏĶiŽN¾ËñÆ&0:rþB'o wjÿëýì­SÛ§¶¶÷#C²¬žž~ãÄ g<b[agKsûôö©ÜïÇ|—üÒ”‘YÖIÍZß±ú³çiiÞ$¥ö¹Ý|nf‡M[ºW}ê¼vZû˜aËwÀÇËn‰i?5e^ÇønÓ_'‡¾8ž7fÙpdçÌ4¾mÅGpøÃûtQݹ±ÏìÀ颺zè¿Jà›FŸ€¿=A"/žã<ÏÖïë.x½‘‹Žy óÆôö1yÏì„+†E§µœ}|÷kÈá='»GéîB;Wõ$½´ïÕ¾¶V´Ô­l}M1´œ®¾™)íÒ(ËÞ±1q÷*w«øD«Ã9¼îùN”žlüßP£r¯sLÜùógÏž>uæ_§O¸øí…+W¾–U(víØ±bùÒÍýqáü‡ž~jéGÛ¶Ñ|‡/_þ—”dhÌ…óç¾Ø½{ÉâÇöíûòçŸþí‡Ë—/õå^šs;Myð_?) Ïœ>µêéåöïûíÊo¿}}`ÿÊåËN?J‘ýë§áÌ٠ϼ¾å¾'ÿ9kÉ[Â`"fÊ¡4QÄ—ðÍáC4éO4éê7¶¾³eϱ3Ožûþxçƒ=Ͼ¹À¦÷×ÿòË/ÜA’§ã(ÁW88|äëü(à#§/?{ñŠôÑ@N—ðë ß:HSýðÃ% ¸¾H3zSTè.}pôô·°s̓YmRÌiéíZ·:m þ×iiÿÄ6i©iéŸã$wíP„a9ˆ1ÏäHSü]wÝ™æÌè³¢°Wb»´ÌÎå˾nwåJ±ê\úþ;€#'/@ÇFºù›¡ã'Þy÷ …ןV³ÏŽž‹ëZå¾sbõâÿð9no½ñÄ9¸prsãf·SÐÎ>pìÛ‹ü£"Ì…O¼þINѪL×Jä;îûï.|C3D1ø¥=Ç ÷õ-cûd%µMKM5ßX¹`Å#²ìš´,{jÙ¿oý°Î¶´ôôVm²ç¼³»¥C‹øÖË>YZ{k¦Ý—Rùô§ñd Ã ©ií pðä ¹$-Ý¿¨t Å’a$”€'VÕe‚wÌÏé¸p;|üX§œùÇ“5u·\w]« KzÇ¡¯Âs}; Æ"Ãb7¾—›iÌÆêÏŒ§¼ÞÏ!Ø¡6Ž~o8ÉÏ{t7[†%£M»œG6L¤¶‰ô™¸a²Ñ4Û³uºÝ\´–ß=ÛØ¼€J£O<üâÎ.ZõÂ{û_ÝüõÏœåZñË=´¦8tì,,=Ã7ïÚÿÖÚÙËvs†ü-»éõw¿Bv}ô À­K¶Á§›æêL]È G“)o} »·.ác‡È{l#¾Ÿ©áOl…O6ÌÒ™ºÅs`2ÅßôèFBå ¦¨(€ÊI5 ¢7;#p+Š í'Ï©ý'L¼lòÀkð˜¯ö‘#;ž44iòÚF¢XA£h=‘d<9ÓƒÎ&÷o@Ç>}Ê7¬µ±ÒÔº*Îxîø¦èÈ´cçѪ>-ú<ó‰À……Ty^|ÿä§¶ÌZ½Ýzû2ªFe%þÏ÷ϘÜ+=¦y÷¹$†Á<ÅÄŸ9ƒOÑ:E³ØL5"¶I³È£Ç#šñ´Œ;Ÿ1d‹JË÷> Å* bR ×f˜£Ÿøhq´y:Sfml½©àÁÅÏ<{>A¶ÑäÀÛ ûäZÚ¥Ò†/gjÌà=gÎ5¦¦›?€¿=ûb¢âcYœÎ6iÚ¼u»QzZÓÒî ykö\8µ«IDâ~¶­Ðö‚§W¬Ý[þð†»–lîpÛ“Be8{æ4ÀÞ¯ó»÷lFÄH¢¼aƒAë÷1Æ$&˜R¸²Êj˜PQ/ë/|ú€ˆ–_ØÅm-Nã3§rgN~ëÙ'&ŽºÞÔf,ï4róßý NÿœãáÓc'R¸=ÇOˆbÐ'GO˜ZÏn]•ÈÜ~¯©UÍÖZ}¡¿¨m?»){ŸXóÙm³×–-XŸ1jñÏ‚¶ îVŽÁÜï~·¼1›kÔ‰Üëlš{ç dëæý”Ó|5®óÔ×É?_ÚhLKààý=GZsPZ>)A¡øÔÑÏî¾{òîc'8èjÒÍûp?l[>š9õÍ{Ÿ†‡6b6–Àî£'bâ8òÚ^´ö8~nnÓ®S_"û>9O¦¤Å ]¶ =uKtêäøYޏž³ß$ÛÞú cvÌ̘¸‘M#ìFî‘Ý…2Ì|ô峯¯°å/·ÞþT‡±K»MX5ïÅO~m쬷ùKÓ†?’š·È6‹ùö‰O¦yð¿¦JßKL±CòÏöÁ«¬ºþ!*RÅK«£—"=d{b_–Ë#¬X›€Z@º*½Åsm¯l¨º#½*„bL”İ^Ï|¯ü§§´gñôÙ~Oì(‹Y ïлëpÓQjÝuʶäf mpC5ó@íÉH³QjEOõŸ¼Š)ü‡å»~Ì^¦4/V-Œ2Ås}…0 ýŒ•$3å'=ÑPðŸâ1:–¦OlÒà(ÓG‚Ç™hÉj^%’}ò›‹+½«™e a}©z¯&íÛH6jªÈ#Êúô8^ƒµìá1x–ÂÒÎáçÄz¶ Ê•™”‚åz¡÷TˆN ÇÛ`dFRâ&é$ ïB„]˜!8{÷çP‚Ö ]ù¼¥ËÖú„Ïœ©hxE'ó÷5Qo–’lÔCš}!Ï•êëIŸ.®[n„é8ÖGså›ßVàÙ~mÝr]èô¶áE1&žl}?‘J¹uñT–E\oH±]ya‚Ãz®ôèÍt8 ÷Ðt—éÞ…»¤›(B}ʃçzO²²¬°Zåq¤h‘°îùBì–áØei>¤o …Xššò³RßHäÕ4)ú¿ùuÑð¦Ü.ÈþÍHRšÊxW +ðìføˆü‡a‘¬VýðÔÈ_ey%ÊŠ@—"úîŒ,UñZZÚö²qª<ÕeY@aÒûÏ…+@ÒìšÖ´$눸Ò2=nË7·Ð´vð 8†¡º M"–e+Oõshï•Y@Y3~žÎ‰…yÃÝù[Ä™«„ÙÑ¢,en÷Ô{íP‰´Î½8ëÅ”:«æ+ÚôsØ/Ð(¦‚V¥ÓGœ–¹UDÃçú“âõz"µÊ™x"íêvÀ¦RîòVšF1#Øþp·ÜÀ?¬ZøOYÏ)ÊùïT¬ (Ë×ÁvÔ\LÍG  ´ƒ²…=/hZÔͬÒ+è1…EÈ‹wQ_#8">·â4n n¢*ãY—¼µv™®‘¬'ÿÀBÛ9N”F=ÞK÷ÇÉWF+­å_œ:©-N£te{jôF ³¥ì›Ñ²l/k¤   Q]ðx1f;>Åìò±Ï»ÐVñ^’åvþ‚îú6+L endstream endobj 553 0 obj << /D [551 0 R /XYZ 56.693 815.761 null] >> endobj 63 0 obj << /D [551 0 R /XYZ 56.693 759.068 null] >> endobj 554 0 obj << /D [551 0 R /XYZ 56.693 739.087 null] >> endobj 382 0 obj << /D [551 0 R /XYZ 56.693 448.602 null] >> endobj 555 0 obj << /D [551 0 R /XYZ 56.693 428.732 null] >> endobj 67 0 obj << /D [551 0 R /XYZ 56.693 289.505 null] >> endobj 556 0 obj << /D [551 0 R /XYZ 56.693 261.553 null] >> endobj 550 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im20 549 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 562 0 obj << /Length 1568 /Filter /FlateDecode >> stream xÚíXYÛ6~÷¯Ð£ ¬I$u<îb“ m¤Ý-tyEÛ¬ez«£Füë;Ã!eùèæ|* ,°Ãápf8œã“Ã`„ÁëÑÍýèÅ+9Ë“8 îA³$ ²(g\dÁ}<Œo”éÚ½ªW…)ç“8w«É4–áx1㩨‰.‹fòñþgP;"–KI‡ß]««®™^¯[½5Ê\úeÂåxkfa/»º@Áf§êõ^uK”£ Ž>Š4fiÄA‹=åàAš_Ð?!ñÈèåýè¯Q2a2aI΃4XÆÁãfôð1 JØ_˜È³`g%7ŒBóè*¸ý: ]¤Â£ˆÅo¼n‘³(LÈ%Î"XX?üÁàa…a8¾6Ë PcõT4M«ÈçUj³ìŒ¿íðE V±`±æ`To6­ªiãF-Ôªr:­£ÀüCiPiÖTß•íS1¸£’ÅIä_´­;u!qÂò\z¡¢[ aRME³X&ǹu×BÚuYtÍr"ÇÅ\Q¾âZÏ[ÖçcÊrÎ]>Vú‘ÜÅ{æ© zž9£À)ýÖoJÓõa÷÷ÍRQ…˜åmw'ï5üû[ãµÔD O:KóÕŒ a–zéMõYâûŽd­¯}ýhU+ÃhçêXUÃ{\¨¿ÂÀ£WZÍ8O•))@×]cë{UƒÅ¦8x1fw[Hë\ Ó2Ê%Eù˜†H…Wò‹®C¥àNô·lð>• . – ׯÞîŠXÚ”jsbÇæ¦u¤Â4nhq·®õSK¢p×Zéy¯…ª©¥«Ÿ9º·À Uu±­ÙçÄ(}Ar'“QüùÜat”Û¶«z;_”ÆÓ\°#=LLº^ãuœ¯mi‰Äí ¨Î¢'|-#­Í¡É[â%<¹±P•K˜—®u´W´¦~A:ës³8åŒY,ùÑ]hŠ.æÙx­³ûô~½ê½©áøÜèÐtφµK[®]Ú(Ôµ‚K,b¸¼q®ê†â6,ŽfP"™"yÎ2!NgÌ ˜G,ƒµŸAç3ÇëÊR&¸ ÀÜë§§ Ãò$q©“‰ìh|À UIô{Œ[QÛüß(ênÀÖN´ôgn‹ŽÈAÇÜÖ@4¶Hä®Á‰Ô¾­rýd2ý-ñóÈmyn‰ÞéwO„)¾ÕªQ¤úÜÝ »³ZSvÃÄÝãèCâ ÔÚËú8qÊOp'ÝXËç˜pTAÞ{=0/U»·)Gµè6A¶N¦7 †º£žÜBéÉš¶Œh÷ÝüOµn‘©Ü~(ª‡ËI%c–A#ùФú, ‘€Ó!ž‰.â™a»}]a³S´tay_Ûé·'û Þ&,VÙ aqÙCsÕ÷€æ¹êµ`‡}+‚Û$(û…Ò§ž÷õv¯¼ÍbÝvªªÌ'{{Pý?ÖøAXÃ4º¹ÏÄFr^ 0±èê t£ : c´…&¥4qKš~(ùÖu3 mÂÝ¢!Æé̳¼ÁÌCa‘¥‡¿rhÓ<É”Âü ´]] ܶŸ¢ëaÊÍÁ7Üvõãªéš£ó¡Þ^éè(–;KŽÚɶ°šOÒ6_>éD”1å?dÒ‰0*‡h®Í>_KÏ;UÍ 1nØ÷%®º€ ž]U~}4Þ¬`MÄé‹riQ,!Jh¶Î"=*PvÜ qb5óÝ-ÎB¦Ù·`´³²¨JòoùëBg:ª endstream endobj 561 0 obj << /Type /Page /Contents 562 0 R /Resources 560 0 R /MediaBox [0 0 595.276 841.89] /Parent 557 0 R >> endobj 563 0 obj << /D [561 0 R /XYZ 56.693 815.761 null] >> endobj 71 0 obj << /D [561 0 R /XYZ 56.693 759.068 null] >> endobj 564 0 obj << /D [561 0 R /XYZ 56.693 739.087 null] >> endobj 75 0 obj << /D [561 0 R /XYZ 56.693 537.693 null] >> endobj 565 0 obj << /D [561 0 R /XYZ 56.693 509.741 null] >> endobj 560 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F74 436 0 R >> /ProcSet [ /PDF /Text ] >> endobj 568 0 obj << /Length 1663 /Filter /FlateDecode >> stream xÚ­XKSÜF¾ï¯Ðq·ŠÏCÏÜ °SN*q%&qUŒ »I=¼)~}º§{„vƸ¸ O3==­~}½È`ÈàçÅÉÙâÍ»H™ÈbgWA¬Eœ©Ê„ Óà¬>/Ol3ô÷¶ÝæMq±Òr9\nWkÉåÕ¹I–p‘w«/g¿€ÚµR"‹":ü{>ôe5të㛾¼ml3'ôëÊDËÛæ\J½Ú»moîí°Ay°Q)Ø´1L´H”-î´–`A’.ßÐ#ŒðÈâíÙâß…¨ ŠEœ™ É”ˆ¥.ëÅç/2(`la–;'Y‘’B›p|\ü±ì)¹ç1€XeÎe^y˜ %c²Éí¬ðÇ‚Ïk%¥_v}Y×΋͆ .lGàºR.{ÿ^Ø–ùnOásOø|ÿñ©©LƒH§Â¨?#Àð„“˜`·Ƽ~áÅ7ïk­‚Ó[ðÈcŸø‹Ö|Ózr•óW¢'¦“Xd™" B¹ëŸÒV7+%’`ï‹um¤Pªk‰ÔÒs|qQVyrR%?øýc¨Ö*ÕF»+Â4$Õ§¥]§§yoË•Ž–_W*ZÚv‡zóª§[AÀ§<½ÝÛrÓ#Œ—ƒøKÐâûmËÚ8´çüdÅÝå¶´…ÅšqË{[Uôƒì­^³¢&wU ¨°5ï‘ilÈGú€x Z[áÆ^xõCSð)[]ní\~¸¸¶7½%ŸæC·±è‡Ý¹ ÃmÕÓrW6…'BA±P‘W奋»$É §éŠ{ˆßúÓ–½åÆB:¢—¡fIöCëíAŸîéî!ê¼y?Ðs? À¶‡Y¦'­Fº$H¢p,k¡f ûmÙômŽÚ¹ªË†‹8çjæ&æBtÿëkÛ`÷<¬ô•ìPd—o+n~Ó¼‹´QÊ!ù´JÑ£p™ICºÌ¤fyÜÜ´v¸¿²UA;:ÂeMBOYä4¡EއŽÒ¬q yƒ)mÒ1“?ò&5, k´DÙï”sö#¶%ËÝÝö¶ÁØU`Ã[•EŽù&Õ&_YgþHª»½²mC¸†´…ÞlÖà¬Aà‡Ø¯Q¸|»€À\‘ ¢®„¸;k/°ú¹Ï¯Kt£Œ¨Z\Ó ¶¬0úšÃM?€ûh÷‘ þ}Ù¹Œ$xEFJÐáÓ|¼¡Ã*#Ø\õyß¡žË-”󖯃6ÂmEve[¬ÑÛ]çoÌ©á™[”Íüä÷(á”û#ê»6ß £2Å5\C,©_dßeІÖuBX¾¶Ä­G—àË?hq 4è°­K«ÊÅ ö`»Žè…²,ãtÈ|:dÏ¥èPC6—3áv©2ÇS{N‰š”‘Fd2:pÌdÀaG¤ŽØiÀñÍCÏc]`!LFlÅYyw73‰Øú »—kF:3XB–ÐCxÌC½f¡÷$v¢PR™‚‚iod5-ëáîwèaדpã+zñ¶ÝØÎn-_äÚ "6¸Ž²ØíML¬Ÿ7Ôó™i 律6æÿLü¸ˆ &\$äJ ‡ÌQÓó·)CœXî ¬áÁ$x™˜„š¦&‰Çð/Ì­iš¼–æz{TŒd¤b—ÒÜK|¾ ߦâhŠámcÏM_á«Æú¢z õ* ?kãäU¨W©PDQòcÔkâ©Ñ8aË+ö¿<Å{^ ‹a ]s¯‡„‹k4ßp„‹€ÇF@ÆF”Ÿ[?oÌÈxø2Fo.“ö(yäÛW aJªWâßx Ì^’/>ýý_+”BÆÙü[ëð¨6P endstream endobj 567 0 obj << /Type /Page /Contents 568 0 R /Resources 566 0 R /MediaBox [0 0 595.276 841.89] /Parent 557 0 R >> endobj 559 0 obj << /Type /XObject /Subtype /Image /Width 616 /Height 264 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 574 0 R /Length 19883 /Filter /FlateDecode >> stream xÚí½|TUþþ¿_–eù»Š:¡÷ÕEŠ( Hoº º¨ Þ”"" ¸ô^¤$$$$¤@¨)$¡H! ¤W …$$„ÀïIŽÞÿuî›I™d2y>¯^gÎ=÷ôsÞó9s3ó—¿Ðh4­T-!.Vˆ]A£™ÅÇÅÆsQÓhÆYY:b·ÐJiúÅÆè¨¼7Á}RØÌ5r00“ò;´r±XÌl×*ñv•ë-±6¨ ;™ ì:ïÉwí10cdÂݾ­b“Ý œ…M`‚~‰TÌð%l¤Þ(~ÎÊ˰9&¾í*·¢Í SëϬg‰ôC‰ôg9šÆÅ_Ú¥ÙLÃK)©A/μ-ÙwYÚÅy70©·úÆÛBK§+J$óâÔ¿°»Séo8q1Ѫdó,TÑÆ¨^éw á•,‘N0j&&…Ë"wxYÍ®Ò\%²² ïC’•B…1[ŠÙ ãí*Å,ÔHù—át5…­¾ôÇ¢|ѳ4×µI©°õ/Ãn/Ýk~*Íþ7¶ƒP »S™¿‹(×ëË[½Ç…³Å—±ó7RÝ ¬d)4Ä4»®8õ/渔£¶Sf9?Km+µ]Ú<¶£ö³öà~Rž’ãããcbŒÁôß‹¸ŸtÚËÒÊ#¦m-iTÌtdú54¤þÅir9m8U^&g‘'˜Q'ªA»´Ñʪ˜s È–# ‰À?ß}{v®_·¶hÚðóO{wíðõöBVª#rÊóÆìÛ`{ÝÚ3ÊÖ;¶Ldí½ÑÕØkïæÉmÄœö4Š2ƒ·µ¥ÃMbqlû–M>^‰ñqð4¯øùlßò¿;A999ÏŠdÙÙÙÁARžÊÚ~µòèšÃW÷Ú{&²lµæð•‰+sþP”yY˜ÙZsMA¨LlLTy×-ÿëvÖ‡Ù ¶‘2›çr(e•›ž^¿lX‡ÿ‹ÌÍOæm}j2†ÊÄDG–wEE†Ü»‹­`Ù(³ép.‡2‘‘¸ h>þÿ™›Ÿ-Øú4''çÉS*a:°g'[Á6²QæÔá\e¢¹)¹]rnyšäoèÊéãæßn{úÈÊ6¡2Q÷Ì@˜~lÛÈF™S‡s9”•Jœ›†›>n~µxÛ++K©à  ÿû¿ÿûiíZÕ«ÐãÌÌeß}'½|饗ô¥4P¨Ldø]3¦[Á6²QæÔá\e%]ÎÒô7§~—ÇM0P©o¿ývÈÁ;vP½ ¥§?úë_ÿ*½¼xñ¢¾” • ¿fÂôc+ØF6Êœ:œË¡ ¥ÍÍœ|Óáfξ{ïÎ÷…„Ü1Òç›âeð ­Û6í?¸)sþlú¸9ãûmyÔÌÌÐQfFzãÆoߺٺU+??_ik{¬]Û¶Pûöíýo\Ÿ>ýëJ•*uïÞýÃ~ýpþ¦H¶kçÎ-š·jÕòƒ>}"#“üðÁßþVcöìYƒnß®ÝÙ3îÊ!TæÞÝPÜúâóñõë׫[·nÓ¦–ß~û2M™èÜY÷V­Z©^ÂôSFV¯^íÕW_}ýõ× † ”x}ÂBï ‡¥—/¾øb13Ô׊×_ÝÂÂâµ×jõÕD‹oc›6­¥—ãÆÅÚtu9Yœ^Õ2i”4ýæÌ™­ï^e5æyIÕí»ï–6hPk¼aÆS§NQ½1(ðößþö7S›*%¾;ék¦4.:’]õ%¾q*7÷ìÛuï^XJjò†_¾yË1žMü0bÿðáƒþ×vìÚf 7ç¬Ü–• PþYnn®;wF`Ù²e_= ÐÐôÞõë×NIINJJLKK…¿)Ýnâÿ€€Û/¿ü2#<þ¼?þÔ ­sw?ð‰'Þÿ=e‰*ƒJê¨w¯^Ç ½yãÂW.ûÎ3[™¦LtÖýÞ¨^ÂôSFV¯VÍËã‚ñêˆ"¤—vÇlŠ™¡v+®øùüµj9ž°7‘á(Ù6¶iÝÚÕÙ á;A5ªW¯®ËIÇâôªÎè”I£ ™~Øè ŸçÊ6¡nxC‚‰äyñ<ÂÁ·O8W½1ðöMÅÔ¦J‰ïNúš)M}z·mÛ1ƒ ÂÔ¢u_MœðÁ}Zµli}ä°(zåŠå 4øgÇŽ¸„xŠ aú)#1ý°9ÈcœëÖµðñöDxøða_O›ŠÀ®ÛQT²Cûö¨§H¹cûVÔ‚ûÚÍõ’—'n—Ü\‘/¿øîÿ[;¿×³'^b}iô•jÓ Õ o/¼Aò¸pNµ÷°“ µmݺõØOƈ{•MÓWÕáÐAeæªu0°ß,\0q—oݼiÔþÓ¤qc –Ô«E¨Œ|tfÎ˜Ž—¢,ë#H)úaÜØO€©uäÐoúz¬8Ò™~ʉ!Ÿ6ªó\ukÔ¨1þ¿Ÿ¡]k׬.BÝîßW¿^=S'^g΋>Ÿb5•k*MÕ*•ÎTÑ·;éÛL”ã«ož£?Û·o‡}RJ)‹N@ߪ7êÌQ]¶S§XMúj¢H`og‹Î—¯i’lúßFw$qÔà¦ø¶97á JߢpãÆµV/ =z´úÇ•—¯ø!ÿ#ŒÄã*ÒܼuCçôqsñšíÙgéxBêÕ"TF>:˜?¯½ö†ax++W|/2Ä^‡ ´…E}“¡8’¦|gÕ‰!Ÿ6Êy®1‚»wî(rÝÐïté‚&cß@Wmªs^´yÓ¯ˆÙðËÏbªhT©¦Šêî¤1{uÆW#åO?®AøÀ‰”b\”ÕUo¼™#6.Õe{æ´[½ºuáN"üÙ§ãÌŸ§³^Ä$1|GÒG nÂa„äÜ„3("…üü|–-_v'iËW.³9fÿF âqiä·ÈóTrsÙOÛ³?N”&×ömÛúöý@zù¿ÿý:|øð;ÁA¯¾ú굫Wƒâ7“>ÉÀMüûö-LT$FxÞܹ}4ûI‰à¦HÒ¸qc…P¼Ç뇕+þõ¯7u"Wý°oKDø”« Ö×®ø¡"ó³Ó¿þ%Âpâ°½k_EãÒ±C”Õ¸Q#¼â ƒHvîŒ{Æ DÑô‘x+Ø¢E º aú)#1ýκŸRÆ¿×ó]L$÷Syï¨×¬úá•W^Aõ„𾑫W­ì×·¯ü– çÎXXXˆ0ÞL¶iÝì-(BJƒ«ÑWʦ¶Þž›7k§@µ÷\°Ê>7«õúÕËúš¦¯&ªÃ¡1‚ª™+ë`x=/^€“ò˺Ÿš6µD ª·ÐR¯¡2:£ƒY´öÇ5R^ñóA†x"F ¼-Á°–x£äÓOubȧržëÁ*Uª`‹+NÝ ;[›Eß~Ó¡Cû¶mÚ ”s^ô¹(èì™Óbªè«RéLÕÝIßìUޝ¾”•+W¾ùGJ¼G)Ÿ(ª«Þ¨3GcÙ•޷g7ªRœ?ë._/Ò$1|GÒG n>JK…þÄÍÇE¤¤K—¼/ù644X síº5¿C34ñ¸ª“^ž§’›+Þž•™™ž–*WÏžïîØ¾Mz/;&*Òúèøø-[¶„ƒsãÚU\šbeeiiÙ¥K„󸙟÷6Í·Þ½zÝ EÌýÄ„3ú¿Ÿ}ªÚ{·×úŸ× 2;ƒ¾¦©Ö¤ÀáPŽ jæÊ:ÞF ç·oÝ‚÷3Øiƒmí¸Ý1©W‹PÑ9¸o§Nÿš?oî¨ÿü[dX¹R%¤Wñ¾ÝÑáx‰7J>ýT'†|Ú(çy#XäºIû'H¡œóªS¥À*uª¨îNúf¯r|õ¦¬\Ù?ß¿†ò¸ép\e@uÕuæhl K/9rÄæM¿¾óNy}äé ß‘tÆQ4SSS„äÜ|ü8SŠ—äéå±à›y!!AÀenn.þG1ˆW&–ç©äæšõÛ•h.+¡2xK¦£=º4ïÌöò¸0sÆtW—“µjýC‰˜‰¾ìÿá‡`úîâ–Ý;wÀÓáé_OÃbѾºqÃ/ï¾Û/±p±›a+ÓÉðÜ™ÓJòß³ÕÅ%„±£¶hÑ\YaÓO‰é§R'rÄðá¾üU=/û^:ã~ o0ð—°"°e!€–Â…ÇòAsÉÏÇû z½˜Ù3gàÍŒTRˆ0fl^… ê+©i…m…ï%¯V-[~ûÍBÕÞC‰¢—.yyà *¬Ú4Õš8ÊÔ×o:u0¼/œC>³fÎ@ΈiÔ¨"©W‹PÑÐ{µ_}{¯È;ÀŠåy§”ûöîÆû(ÜXâ’O?Õ‰ñÿOµy^à­n.'Ø'¿Ünbb+ç¼êT)°JÆž*ÊÝIßìUޝFÊU+W䕸oïë¯¿Ž”Ò¸¨”«Þ¨3Gcñö¼?·W¯÷ny}äé ß‘”ã¨ÊÍ””d!97ÅëJ]¼x~ÎÜYwîÁYÄÿ#F5¥.Ê€êª/Ù™£³qil ôé]½zut‹¼’òô†ïHÊqTåfròC!97322¤x;vú̯ϞsÇÿëK&ÏSÉÍ›ò¸™––j BeðîÈ „éÇV°ÚêûAŸ•+–‹°ŸÏ%laàÊï¤*NÍKv|+ìè¨róáƒûBâfzº¯”»»Û?‡ÿ5ÒÈóTrsóÖ|n¦¦˜‚P¼ 3aú±l£>9;hÒ¸q·®]á­‹_oì«aàÊï¤*NÍKv|+ìè¨rSb™œ›éé”°“+4äŽvyžÊøÛwdee™7Q™ëW/›0ýØ ¶‘2§çr(s©ró~R¢ÐŸ¸™ÿGÅ—>nîÙµ#Ûd¸‰Ê\»âgÂôc+ØF6Êœ:œË¡l¥ïyÚÄÄ(>.vã/ë77üü^ŠøâHÊSÉMt”ép•¹zÙ× d 1›á¨hm4åF•ßçr([éã&ðù߸¶Ï®ð°øØè½»òž“ñÅ‘”§ésóŠŸÈ<b6ÃQÑÚhÊ*¿ÎåP†ÒøÒƒØ˜ÿë×vlÝâã푘ç{Ékû–MˆÄ%øŒENžªÜ4h nREQ”\ÜÜøË:x…>Þ÷Âî'%æ}—]\Ì%O½»wàÒúuk‹ ežJn>þÜD¸ùœF£Ñh4™iÿÊÝÐ;áa!ð å€KŒ‹Š¸‡ø"ÿ4Œ2O“å&EQEÉ¥Íͽ;·[ä&EQeЄ-9xÛ¨"7)Š¢(sâæâ·Œ*r“¢(Š2h¾ÝÓ¨"7)Š¢(sâæ7ûnUä&EQe6Є-ÜëoT‘›EQ”9qsÁžF¹IQE™7çí¾nT‘›EQ”9q6w×5ã©d¹ùðÁýß^¼HÄÔ¬Yó¥—^*BVK—.D800y¾ýöÛ:á¢IT²råÊÊ‚(Š¢(3à&lÎΫF’‘¸Y«V­è¨Èâp³f¾‰pLtÔŒéÓþy1¸)/ˆ¢(Š2tÎÞqÕH27«U«ö /Ì3GÎMdÛ¡}û¿þõ¯V½ºuW,_ŽÈKÞÞHß»wo„/ûåý(L¯^½nܸ±Ôv„õù›únŠŒøðÃ~Õ«WG54h°gÏn}ÜÔ)1ìoÓ¦u•*Uj×®=kæÌ”䇢Ď;<¸jÕª(⤓S‹-ªU«:yò$NcŠ¢(Sãæ´Í~Æ“1¸iaQçÓOÇ‘÷î†IÜÄ¥ï—-³=fcc}´S§NHæéé!À÷Áè€Ïúè‘jù¶k×N„µ¹©¼ž)Âóçͳ?n·fõªÃ‡éã¦NA/œ¯T©RîÝQÏI“¾B²•+Vˆa d÷nݨQ£Æ¢Eß‚þû\ºÄ™LQeRÜœºÉ×x27nßzñŧN"q3.6fܸ±u-,ÀSxsH¶}ÛV¾¾}ûê€OçøT››ÊÛÙX# OsÄðá€uø½»žÓ.X0—€ÎÊù& ,JlÖ¬lÛºáO>ƒðøÿþa¼ àL¦(Š2)tNùŸñTnØÛZ‹ï„×ÇM„'L˜PµjUÐSpsù÷ßãÒ˜1£¯\ö@Þ¼i“¯Ï%é ÕÍÕEÎÍ¿ÿýïrSãö'fΘѯ_?y¤*7å-\¸ ¯Ã§XÈBþ7®ËK„[ŠðŒéÓ%n=rX§Já«ø)Š¢*¬ „¦Õ¯—ŒªÂrдþmPÀíˆð{÷î†ß ÓÇÍ;ÁÕªUÅKÁÍÅ‹‰£NOOx‚‚›Q‘/¼ðÂ?þñö÷èÞ]θzõêm7lpqvÖÇM}·ŸtrgÂ{÷îoÛ¡C nÊ ç´¨?øxè·ß@Æ׬.,7Ñ'EQ”‘T 7'oô6ª ËM{[›ÀÛ·¢Âï!YjJ²†¿ }ýõ4‰›÷óN`®m›6ýû(¸)üÐ5j¼úê«'N”ssíÚáŠcX¿CQ½lݺ¼]@Å9:žÐ় ñ\P»¶mqcõêÕ;uê„{ ËMŠ¢(ª j'mð2ª ËÍý»wDäCÓlú?só¦'ƒç6hð¬J•çù EQe",@,C,F,Ir*7'®÷2ª ËM¤¸wWéi–Sbbr¿¢(S&éI~ñ4ªŠÀMÏ4Ë©²'NàîDQ¦,,RÒ*7¿üÙ誘Ü$4)Šè¤Ì’›Ïo›™›7)—ç“Q£2÷í}ä#-)‘’¢JUI‰XzX€X†ÊµÉ[ŠÜ,sé|¦‰¥š‡KÎCŠ2a1êÐ –ÝB‘›¦ãlb…rúQ”©It9)r³,×ãàÁòõHO“¢LÓëüÓûÛÁƒÙ'”‰@³rS~HKg“¢Ê…ËÉ£ZÊÀ'iÉMcHþå™ûörR”‰~¤²o¯ü+Ø!”!ßx@nC<¤¥¨òxTË¡Ò ø%rÓØÜ䟜P”)ÿq ¹I šäfip“S‘¢¸Z)s&¹i+1)!>:*B[1Ñ‘ii©\EnRä&W"°hok3Î }úfþl»c¿NQä&¹I‘›Š› çÍzœ™©ìù‡îÞ½—€N}½]½zõº 6lܸñ˜1£n‹xñ“¦†«°éunLI~¸xñ¢é"פø¹é´¢dkR´:ér“"7ÉÍrÍM8•ÊnˆˆèÚµ«………§§§H ›$&Ä/Zôm½zõbc¢ñòì÷Ò¡•(èáƒû¨I‰tHak^‚íÒiEÉÖ¤hu0Ò-ä&Ua¹Éï 2Wn¦¦¦¾óÎ;uëÖýßÿþ‡—†pS¨K—·7nØ ñ".6fàÀíÛµëоý„/¿x­Q£Æ„ FŽÑ©S'W¾ }ÇŽ---?ú裤ÄÄÇÓ¦MWÝOŸÂU%˜ R¥JݺuíÛ·/^³±F²Ö­[½ù曞ž¢Üš5kΞ5«m›6ˆGäÈ‘#QÊ»=z$ÄÇ)3õœ9cÆ AÛµm{ÊÍUžFÙ.ÕBåíR½j}ôê!««W.ë´Bºwû¶­Í›7oÙ²eïÞ½ÃBC ¬ž2gÃ3)°'/y{ׯ_?4ä£GZ°`¾Î-Bv¸ê)ër'ʼn¹Iäfr3==]êóiÓ¦ÁÓܸq£xi87§L±š.VÇq÷Þô¿ñòË/#1ÂsçÌ} ¬ž2gÃ3)°'¡uë~|wîØŽ·I>US»Ã5ÆH§>ä&Et’›¦ÉÍ}ûö½õÖ[‘‘‘èÕ .ÀÓÄÖúìÙ³bróÆõk 4°²šüÛÁƒÂyÄÞX¥J•”ä‡"}Ó¦M±ʹ¹bùòÎ;wíúN³fÍ&MúJDÂ÷ܵkgTdÄk¯½ hssÇömH÷G¨qãÆ¢ÜªU«Šöˆa8³ .PåfµjÕDLpP%ye»T •rS½ pø°ažâÞm[· 2DÄ=µk×.°zÊœ ϤÀžúðÃ~qÀí[úÎiµ;\ß)ëCnRD'¹i²Ü+¬ˆˆˆ^½za “† Èç´PLtÔûÇŒÌÅÞX¹reì´âjÆ åÜt>y®‡8ÇûqÍjéô”›k÷nÝV¯Zõå_¨~€(ߺA 85Êm¼fÍš"ìääˆ6ŠðÒ¥KÌŸ¯ÊM)=¶n92TÛ¥Z¨”›êÕbrS£z†sS™I= a€Z¶lY×ÂÂÃã¢75:¼À1’êR¯^=éååInRf†N#Ñ“Ü,sZÎV­ZYXXÌŸ?_>>´xñ¢zuëŠç‚ÄžˆøüR"«U«Š VœÅ‰£QWì½òsÚÇõë×Ô”d€Râ&Ô¡}û:u^÷öòÒ÷à j‚‰!\•Zµj?wV<ê)öö’妲]ª…J¹©^•Ÿ¦Âi~´Ô é^`NõˆU»z:9*íž„>ýtܜٳѠ§x“#¯¶!Ü,pŒäGÍʼnîòï¿'7)zä¦I=$Ð »wïžá܇ҨQ#åß¡ØXmݺ\ȶmÚlذ^Ú§L±êСCóæÍ]œåé±É÷ïÿaïÞ½‡ :jÔäÜ\³zÕ[o½¥ñÀª•ÕdKKK8¼·³mß®]‹-š5k6}ú×%ÎMe»T •WOõêÑ#‡‘èƒ|®]½¢Ó ùsAMó Õ–éÑv‡•9ž‰vOîß¿¯S§NâÄôCun1ÐÁ×#y}~ùåg¤Ä”˜\g4¸YXÉ÷ÆBiø°aØù¹)r“â_t’›¦ð½™²ï=HHH÷FF†Æ÷”7oÝô‡WÒ§OéSQŠ"7)óà&Ÿ *§Üt°;2j|Ïž£½¿g¢ÈMª¹É¿C)Ç+1-ÕQÈÎÊâ* (r“*tò{¸)ŠÜdoPr“߳ǕHQä&W+e 7ù½î\‰EnrµRróyi¹IQW+UÞ¹ù¼ܤ(Š«•¢³Inr%R¹Iñ“Mr“+‘¢ÈMŠÐ$7¹)Šâj¥ŠFL>df+1)!>:*B[1Ñ‘ii©\EnRÅá&ÿÅ{ƽt¸) zøà>jR"b`Í‹9:¶ÇJDEè·ìjr“"7ÉÍŠÌM¡.]ÞÞ¸aƒ„•¸Ø˜´o×®CûöâG¨×5jL˜0aäˆ:uruqÑÁÒwìØÑÒÒò£>JJL@ pgDM01„óR«V­óçΊ‡?Åno$n‚JÚç´ð²á ëk—Tgí µ+£,®P™h÷ôé§ãæÌžN=úåÕ6„›Žˆœã¨¹8Ñ]þý÷ä&e–è$7ÉMñw(5RþŠõÑÖ­[ÁÕjۦ͆ ë¥ÝrÊ«:4oÞÜÅÙYžÛ~ÿþöîÝ{ØÐ¡£FýGÎÍ5«W½õÖ[ϵZYM¶´´„Ëðq;ÛöíÚµhÑ¢Y³fÓ§mr„´TsêÕc‡Pr‘›¥©'ƒ—ÎQ- íqáüÚ5?Ì5}Öô©E¨åÿýT¾No4µdŸPr‘›¥zø³y“|=ÏåLJL4—-þÖÇÛ32o¢(Š2Pé#GÊ×éÃuëØ'”¤2ÿéêŠÆM£ZNcx11Q?­ùÁ×Ûë9F3ÜîÝ{þ韜Íç±Whr#7ËÜå”虹oo@KèS¢£"æÎšO““œF+è‹?²ópic£KL¡={ØC4r³Ì•=q‚Êò¤(ÊÔ4u*1A#7‰NŠ¢M¹©ª„øø)S¬6lX¿~ý-Zü°r¥á\KI~¸xñ¢B¡Pß-Òo/*lŸÖ¯Ï݉¢LNñx–V1¹Ù¿ÿ‡£Fý'6&áð{w¿ûn©á|øà~õêÕ ÅM}·èãfZþoM¬ZõÉàÁ¹ È¿¢¨ÒÖ‹/æárÄ“VLt–_nzyyþýï˜tâ·oÛÚ¼yó–-[öîÝ;,4DÀ«F3gÌ4h`»¶mO¹¹"rÚ´©•*UêÖ­kß¾}ñò˜uÇŽ[·nõæ›ozzz æ’·7ÜØÐ;=jÁ‚ù:·(¹9pàdbiiùÑG%%&¤ýñƒ•VV“ßxã xÄ®.."¥²8UþÆÅÆ »ô=4kúÔè¨(©«›6mºmÛ¶+V ìââ2wîÜîÝ»®_¿~Ù²e"Í•+Wúõë'ݲxñâ&Mš 0`Ĉ}úôùøã™••…ª.Y²dìØ±ÖÖÖãÇÇ¥>ø`áÂ…¸Š¬êÕ«‡ô¸*h$CÎ]»vµ²²ÊÎΑ§OŸî•oÈ!,,LçÞF<ÇhccÓ£Gž={Ž3&))IÔƒ¸råÊÏ?ÿãèççÇ…L£ÑÈÍbrsë–-]»¾£yÓÿÆË/¿ˆðÜ9sFŽ)à…–º¹æ1Ëþ¸Ý{={ê8w‚ƒZµjŽð¹³gÀV¿nÝOØ´wîØÞ¥ËÛÉèoF„ßÏÇ_¿þ©h áÓ§ÜêZX }Å)¹ F‹{ äfTTX™››ûÅ_€5‚› ¨ýäɤùúë¯<( ¤‰ŒŒDÀÇÇG⦅…ÅÙ³g>qâÄ”)SDÊôôtüŸ““ƒ‚”œœ,óæÍÛ¿?qqqíÛ· E¥gddèÜ+¸ѦM$FxõêÕ“'O–êàëë‹ðùóçÿýïs!Óh4A§™qsÛÖ-C‡ á[7ýk×®-àU­Z5P‡›;¶o{íµ×)¡ÆK~øa?€8àö-CÎiW,_Þ¹sgÔªY³f“&}%Š~á…ÀJ‘ÎÝe?_}Å)¹éáqQ8¼róÁƒS§Nutt|ï½÷ÁMà?~<55N.øU 76løìÙ3„ÃÃÃßzë-øžÎÎ΋ÔÇÍ-[¶ 4høðáÈn¬ð"'Nœ(O£ÊM¸´_~ù¥ˆAM:tè ê€a‘ñññpc¹Ši4š) ³Ê5ê9mÍš5uÎiõq)EdÈ`Á)9áÓ Ð_í¹£¸–-[ÂI¿ ä¦óÉ“ðq Â?®Y=áË/õqS_qŸ“ÎÍsçÎÁ}[·nœ›ð=GŒ±}ûö è *7[´h!%HKKsrrš>}:°¨›ÞÞÞpÌ333Þ¹s§8Ñ-&7¥:$$$téÒ…K˜F£™:Ë57¡¾}ûJÏEF„/ûî;°RõœVÉMŸ ­U«ÖùsgÅC³‚’ЧŸŽ›3{¶““#è)€(Ý¢äÝáC‡úõë'¾9¶{·n7¥sÚSn®õêÖCõ§äæI''áêÎͧOŸnÚ´ >šœ›°>øàŸÿü§ôÒ@nÆÅÅᥠ' ð‰‚D@2WW×qãÆ!/€Ü”ŸÓÂW~®ü^ÁM”®zNKnÒh4Dgyç&X6iÒW 4¨_¿>жfõ*á<6Í·^½zIÏ©rÓÊj²¥¥e—.o#|Üζ}»vØ«›5k6}ú׈ٿ_§Nàc" z‚¡:·èp3)1¡ÿáv :4—¸‰¢§L±‚Õ¼ysggq‹²¸ù|ÜÔa¢Ê;v 3fÌ„ ¦M›&¸ ;uênïÙ³'n¿{÷®Î½ò為åÛèÑ£¥ç‚ÈMFnV¨ï=0¶”ÜÔ¶‰'O\4Vdt–Nqäf™sîä»ï¾ûÉ'Ÿè®Òh4Ü$7i4FnRú~%"ü§4F£‘›fƸÌÍ›øU{ÅïÙ£•kh’›¥FLŸ±¦(ŠßëN#7ÉMþ”E•;]ìÐ~Öô©¥-r“Ф(Š?ÁI+š¿É¿ß4êñ¬r…>5*sßÞGþ7Ò’ù\E•ž’±î°ú°• «•]Dé“ù}ÏžÉJç3M¬Ö<\rRTY +Q‡žX­ìŠÜ4)g‹”s¢LJ:è¤ËIÎÍrý;b¦»$–/Izše‚^çŸÞÜÌ>¡ÈM9¤¥³IQ¦ïrò¨–"7ËVò/7ÈÜ·—¢Lñó”}{¥uŠ5Ë¡ÈÍ2i)ªÜÕ²C(rÓD¸É?9¡(“ýãr“"7M‘›œxÅ¥JñïPÈM.FŠ"7© ‰Nr“‹‘¢ÈM.UŠÜäb¤(ŠK•*Ð$79ë(ŠK•"7ÉM.FŠ"7)r“Ü,‹1)!>:*B[1Ñ‘ii©œÿEnR¦ÿ0-¹iì²€E{[›ùsfèÓ7óg;ØÓ×ÛEn’›¹YѸ¹pެǙ™úú—€N}½]½zõº 6lܸñ˜1£n‹ø—^z©PÕ(lzS’.^¼¨D:ĚȋKLˆ¯Y³f¡Š(rmEÝŠP"EnR¦MrÓl¸ §R{D}Ü ›ù¢EßÖ«W/6&/Ïžq/nŠ‚>¸š”H‡RsyqE X‘kKn’›¹Inš 7…ºty{ㆠÒ3pà€öíÚuhß~—_Š=¿F&L9bD§N\]\t¸‰ô;v´´´ü裒O›6U\u?} W•(A‚J•*uëÖµoß¾xyÌÆÉZ·nõæ›ozzzH¬™=kVÛ6mÈ‘#G¢”w{ôHˆSeê9sÆŒAƒ¶kÛö”›«<¼8‘ó¼¹s‘¬Q£FRJeToÇËíÛ¶6oÞ¼eË–½{÷ iT#åÜ´²šüÆo´hÑBêCe×!åßþö7¤Qä&En’›¦ÆÍ)S¬&Ož$íð{÷îùøãÅ%0Tìä˜9¶Çl¾rÙþiòÃrnF„ßÏÇ_¿þ@ ‹:÷ó¿§wôèQ‚Ë:˜“{pw‚ƒZµjŽð¹³g€3©Ü#‡#üÝwK_yå•[7ý0 ÿ–Í›U¹‰ôn®yH²?n÷^Ïžþ&Rþvð Â{öì)Uë zûMÿ/¿ürP` ÂsçÌÍõEêÔ `Eøô)·º¢•]'RÚÙãFnRä&¹Y.¸yãúµ ÀßV$¨J•*)ÉEú¦M›^öó•ssÅòå;wîÚõfÍšMšô•ˆ„µk×ΨȈ×^{->.V››;¶oC2xsB7åV­ZU$pp°G¼Ù]¸p*7«U«&b‚ƒ‚àÄip9§¦$# Ò‰”ªuP½}ÛÖ-C‡ a ¼víÚú"åu{á…+¡&Mšˆ>TvR¾øâ‹¢n¹I™7ù}Aä¦ö9-uàÀþ1cFcK;yåÊ•qµaÆrn:Ÿ< ×Lœþ¸fµ8Ú…N¹¹vïÖmõªU_~ñ…êG~rÁƒ©“Lþ™ ““c¯^½DxéÒ% æÏ×þ 1äN°øTSªÖÁ¨ÜTí:~JnRä&¹iÊÏ-^¼¨^ݺ⹠±ÃÃÿB|~)‘ÕªU/ÄÉ¡8uuq‘ÎEúÇõë׸H¥ÄM¨Cûöuê¼îíå¥ï"ÔC¸‡µjÕ:î¬xrÕÃãb‰sS^œjJÕ:¨Þ,*dU#UÏiñŽ}Ž>Tí:r“ܤL›ü1rSüJ£F”‡bc}´uëVðƒÚ¶i³aÃzi'Ÿ2ŪC‡Í›7wqv–§OJLèßÿÃÞ½{:tÔ¨ÿȹ¹fõª·ÞzKãA\+«É–––px>ngÛ¾]»-Z4kÖlúô¯ÁM©8})•uP½]8§Mó µ’?¤Œ”×M§U»ŽÜ$7©Šér’›¦ÌͪÈ;ùðaćEQä&Et’›eËÍ…ófeêÿÞƒŒŒ ï=(n޺鯭OŸ>Ò§¢EnRä&¹Y†Üt°;2j|Ïž£½¿g¢ÈMŠÜäbÌSZª!£•ÅùOQä&Enr1RÅ¥J‘›ä&EQ\ª¹InRÅ¥J™4ÉM.FŠ"7Ù”‰8›ä&'Eq©Rt6ÉÍB,Æüß¡(Êä””HnRä¦ ró‘ÿ N?Š2Aam’›T InCϪT‘cæ¾½œe‚ÂÚ”Ö)Ö,;„2œ›|.¨Ä•Û ´ŸŒeÔ²’⣣"´™––Ê…@QramJëk–BMr³ä×ãàÁ¥vT ,úx{Ú¿GŸŽÜç{ɋ߳GQ‡´X³ìŠÜ,ËóŸÍ›þ´$ér‚›‡ì¿©£„øØ3în¸tªööý¤Ä£¿í—^ÆDEÙÛ5Ù^µ>tPߥ䇎ù­ÈùܺyÝÑÞÖí¤cIÕ§d[' ½vůMVÞ^„º¡Äòâlæ}ž²yaAŠ›FEgä¦ÎQ­@§‘¼NpN¥2>*"|ÍËçÏ™qÓÿ:hpSº”ÏMëgÏrM–›úæŒØÒŸ={V´|œOØ'%Æçææ>}ú´@ôÈzø^ zñ†ä†ÒmÌÊz\Ø&+o/BÏ¡D“õ4u ÉCZŠÜ4A—S¢gæ¾½y-¹?NQåfRBüê•ß/˜;ÓÍÙ / ËMìçÜÝ@—ö—ÈäÂYw$8ír2åáí"ä¼Ó—3œ)''{»ˆ{w5ê¬ÃÍK^m8íìtÙç^Üt´·sr°sws¹Ÿ˜ eîãíqæ”ëà@y}2Òý^ŠÃñ<°‹Ö—‰Í‘ßü.yŸ;sÊùÄñˆð»ÊÖ!7íd¾—<1^¨$juóÆu$s°³‘Rjô¡üvÕJê‹”sSÙÉú†Cô˜éüÉ ÖVŸ1élRä¦I){âå ¥(ʤ„uJLPä&ÑIQ¡I‘›å÷ÀVç³NŠ¢Ê\X•<ž¥ŠMr³èùdð`,UùW"PUšÂêÃÄJ$1)S†&¹ilÉŸ :wöô‚¹3!çIô=”÷·*q±gO»°;fok}áÜ™ŒŒôììì°à“'Ž;ŸÈ{Ö%à¦ÿóçyPÞ u=éèdoçhoëç㕞ÿHŒô,ŠNú”äçΜ:ç~ê™ÓçÏ\öñ~’- óÞݰ3§\srr¾~ÕïÆµËÙYYEHO§hä|íÊe'G{»Èˆðg¹¹úê¬|žWÓÒRqáàÀÛ'Ž;·uwsy”šúäÉ}Ï‘Jù„…ÜÉ{TÆÁÍAÚ™$%Æ£ÃsssµŸYUMæãí‚Üœõ¥ÔîCévÕ–ê‹üósAê䚢̚ä¦ÙpS sÓ¯¿è¤Ñà&„õiNNn¾aŸ|”ÿÍB™é¹¹OsŸæéñãÌß½fD"&ß²³³þäP«¥ÏÉy2æ Ó'ÙØNE¤´‚Ñ‚›PVÖcpS»Hj…¾œqËÓüÛ3ÒÓ5ê¬ì \Ü„gfˆô(áÑß³¤J)Ÿß›Ÿÿ§,"íL£DynÚÉЊürrô¥ÔîCùíª•T”×MÙÉÚMQä&¹ijÜÔùރؘhy‚÷õ}ïEQEnV@nú^ò5¾gÏχ߳GQEnRùJK5dÄ)(EQEnREQ”Ùüñ&¹IQE™:ÉMŠ¢(Š2ä&EQEŽNr³œ*5%9)1>6&*:*‚¢(Š*Y• 4ÉM£B3..ú¶¿¿³£ƒõ¡Gî£(Š¢JP䦙))1á–ÿ ûcÖ·ýc¢"b££(Š¢¨¹ifЉ‰rq´¸å¯ì^Š¢(ªø"7Í¬€§É¹MQEn‹†póÈÁ}±ÑQœÛEQ¥ÉM>OKnREQ†C³\s3%ù½íQÈÎú°õ¡"|ÕÏÇÀÛ­Äÿâ狃0‘ª •¹F>†pÓæðAg‡ãÒKÏ‹ç‘ âÞ]í¹qóú5G{[W'‡°;§\œ œK÷“¯øúmêÜkýÛ®MŠ¢Ê4ÍÀß|ö,7.6ÆÍÙ y" ø5æÊ .ÔŸèä£ÁM3×ÈÇpnF„ç2)1ÁÁÎÆÁÖº@nžt8q„ø8ebNƒ‚ŠÌMù½÷ÂB¸<)Š*wÐ,n?vôqf¦(ñsÚ»a!.N'ž>}ŠpPÀMG{;';w7—û‰ "jäŸÈÞÏÅÉÁÉÞìWϹ»9;:œ8~ì¹3pl%úx{œ9åz'8PÉ;}·(3 FÊ“'ìPíè¨H}ÜÄíøg87¯]öóñò@8(à–çùs¨ J¼â{é’çE‘ænhÈÉöÒ-^çá§»8:¸t@…¿ æ¢ÎÞžÜ]où_Gcq D†‹«Èêèoû‘Wå3-/Ù {Àúü™ÓII "28(ः]¾ŽGE†ëÜ+ù›·n^?qÜnïiדñ±1¢6èj/Ï3§Ýp{X( KQ”©@ÓØèÜ+7EÀxÜLˆ‹µµ>œüà~nn®ÿõ«^Ï?JKU”sºw74;;+1!;ú#\ÏûÅ眜'ÈÓÏÇûNP  Xªb¢‘2'''33C‡wúnÑÉ®X€‹H™”˜¤¦§?Rå&@xËpnÆDE‚•pëΞvk7A"¼]‰@÷¿~M>IàF@:§EJäŒú#pëæ…3§EJÔ_Ãߌ‹ùý|øÂ9t2¨º=*"\ä‰ÛuîÜŒŽŒD2ÑßKžçÝOIu@• <år’Ë™¢(Óf)pÓØÏIÜ º}óüY÷gÏž=JKKˆ=nsäÉ“'ª‘rn ÂÕÇùt<~,5ßÅ»qõŠëIG ~ÐeïÇ3‘ÞnÉÌHW=_U½E™9œÁã6GÏœròÛËÍ÷”•ÜÔǺ@nÆÅÆ^8ãxë&|[ÁDqô ðö-¼°³>"ð§ÍM4S\ŠŠp°µ†ï‰: /R7¯^öÅÀ—D†pc… \ãœVpó¶ÿõ³$CMì¬ÿ^‡?Râ ÞopESe"Ä,n–Ú9- —*'‹‘`–j¤’›"+lûð#Ãï:Ÿ8žñèQ^ž·/û^‚Ã(]•5ù Úª·(3¼ '‘OŸæÁÖ÷ùfz¾÷k87ïÀ}µåÜ„ïéæìxýÊe¯ çuf‹*7ÑL)AB|\`^º£‡õq34$tR>‘¯_½,Nt‹ÉM©q±Ñ'lÉMŠ¢Lˆ›¥ðùféÓÆçɦ¥ææŠï¥‹çòÜLÕHsÚð{y…F„ßu8f|‘sî§à‚Y§]œ|/y>ÉÎÖ÷È'48XõeæÀ‡íÑC‰‰ñâù"Pßç›èŠÄø8ÃÏiÁMd~õ²|497!g‡ãxÃqï^¡¸‰üÅ/è 'T<&„‚D¤¤à€ÛgÜ\D€ÜüÓ9mR‚ðså÷þ~N¥~NKnRUÍÒ?§EÞÜI‡ãŽÇmÝÝ\¥¦Š#YÕÈ??tÙÅÉÁÑÞ.2"üYnnJòƒsgNƒp =ΟûV 75nÑÉ<¿Â¡®'ìíímý|¼4>ß„ÿˆ‹†sS‡‰7álº:9(ÇB››ÁAN¿?Øc'>µ„¼=/8ØÙ¸ž§Ñh4ZQÍ4¹ÉsZŠ¢(Ê4ešÜä9-EQU®¹YÊŸoòœ–¢(Š*×èäó´EQe FKóóVžÓREQå¥ÏMžÓREQå¥ü|/Ïi)Š¢¨rÎ2á&Ïi)Š¢¨rŠÎ2á&Ïi)Š¢(r“ç´EQÑÉsÚò¢Ô”ä¤ÄøØ˜¨è¨Š¢(ÊHâó´f͸¸h ç×®ùaî¬é³¦O¥(Š¢Œ!~ïy()1Ð\¶ø[oÏȼ#Š¢(Š¢Œ!~?­y(&&ê§5?øz{ñ· h4­t~0…ç´åZÑQsgM‡§É)M£ÑhæÇMžÓƒ›³¦OŽŠâ”¦Ñh´R€&ÏiÉMF£™,7Ëõ9mRb‚…EèÿøG•*UDxÁüùÞþÒK/áÿ”䇋/Ò‰,)nfgg¿‘omÛ¶mР¯]»6++«E‹ÊAiÔ¨QqÆTº](5ËÍÍ]¿~}Ù®&:©D¶ò²ô k1SzZÅ„&Ïi‹ {ûã;v,ì]‘ܯ^½ºyöŒ»1üÍ .ôë×Oz©oƒ½víZqÆTº½ ¹™““Ó´iÓ²]P:u(f¯j÷¶¼¬rÊM4¡ô‡¾¤ ¥š<§->7·oÛÚ¼yó–-[öîÝ;,4D#RpsÚ´©•*UêÖ­kß¾}¥ÈÄ„ø5jL˜0aäˆ:uruqÑ)1.6VLn®Y³õéÒ¥‹ŸŸŸséééãÇïÓ§Ï|°páBy>»wï^±bŽŽŽuëÖMNNF9èoº»»#ýûï¿ß¿ÿÛ·o#&00°sçΉ‰‰ýõ×?ýô“j2ØéÓ§{åꖀťÑÀeË–Õ«WoĈcÇŽÕ—dh&®víÚÕÊÊ ¾¹èŒÔÊ•+?ÿüstŽÔ3·(+¦S©lllzôèѳgÏ1cÆ$%%Xœ!½-/Kß° SVÕ*!“U«V¡9è7tÚäÉ“ÑÞ>ú(33S»KEs¾ùæ›I“& 8ÐÇÇG£ŸQÊ’%KPm'''} U‡^^¨µµµ¾IN£š<§-7oúßxùå—ƒž;gÎÈ‘#õEêó7%nb lÙ |å²vƒä‡ä%‚³`qq¸iaaáì쌰ƒƒÃ¿ÿýo9æNœ81eÊi³•çŒ]  0;^jj*Únà9-H÷Þ{磻¤w Ûûï“aï^ìÛ¶¶¶C‡}úô©j²¸¸¸öíÛ‡††"üäÉ“ŒŒ UnÊ}ÅI&H›7oÞþýû¥žñõõEøüùóRÏhÜ¢¬˜Žã#:!""¢M›6HŒðêÕ«A‹3¤·uüMÕa¦V*¹¹¹!ü믿¶k×.22áÿþ÷¿GÕîRqï™3gF‡à-FS£ŸÏž=«=…ªFC//Tc’Óh……f©¡Ó,Ïi·mÝ2tÈyë¦íÚµõEÈÍ*Uª¤$?‘Ø .ûùÊKôð¸r§8Ülܸñ³gÏĶ·ñò­8<<ü­·ÞÂÛrìÀ’K%Ùo¼‘––†7êØÓðFÝÕÕõ«¯¾2›ÇŽCGøÃàI—>ýôSìáÑÑÑú’Á3š8q¢…µ¹©Qœ°-[¶ 4høðáÝ»w_¼x±èKKKq5>>^ê[”Så&œ/¿üRÄ:t0¤¸{[‡›ªÃ*L9¬úª„LDäÅ‹Ño"¼~ýúuëÖiw)îmРAnn®xÙ­[7Œ‹¾~nذ¡¨ª¾…­FC//T{’Óh……firÓÌÎiK›•+WÆ%‰Å®ÃÍü|ô‘v? sØ«áÝLŸ>»™ÎÀMš4éÀØ‹?~Œý;p á&A9233{öìùæ›oÞºuK_2%ž’’’àшp@@€’›úŠæíí 7DúíܹSÖéë[ŠÉMâ ém}Ÿoªæ¦3¬VÉËËkôèÑ"¼qãÆµk×jw)î­_¿¾ôÑáÛo¿ nØÏ&0°½Îç¿“œF+7KfyN ,*dU#å΂›Ò‡•òsÚ-›7#ìêâR×ÂBçœö¤“SÀí[Fâ&\$K“&Mtž À¾ Zá=?Âp¾{÷®Ü„KÕªU«ëׯ?ÏúQP6{öìU«Va{=±ª&“‡ÂAÇ¡pQÅYÜæÍ›¥bóuÖWœ0ønãÆCÀd7UoQVL^©&ÕCQmÒÒÛRYÚ¹)‡µÀ*)¥Ý¥â ôèÑ£ûøøàÐÓ§O ìç^ í¡—ç©=Éi´"@³Ði®ÏÓnß¶µi¾õêÕKþ\2R⦕ÕdKKË.]Þ–s³fÍšS¦XÁhÞ¼¹‹³³N‰Åÿ|Sƒ›îîîï¿ÿ>\ÔÎŽÎÀa߯Þ(ùøñÇßxã Çê¹æsAç΃ßôî»ïvïÞ}ùòåÏóz8p Ø¸@O0T5ìÔ©S¨ØŠŠ |+H6aÂ8bRîÚµëСCõå# Œûì³ÏÆŒƒÛ§M›f7UoQ­˜¼ò為å( Gƒ›†ô¶T–vnªÃª]%%°´»TÜ»téÒ¾}ûöèÑãÒ¥K†ôs ¯†öÐËóÔžä4Z‘¹iTtò{4$¸Éï= •/«à@J#7MO~?-¹I#7i4så¦1ÐÉï§å÷ìÑh4šs³ÄéÉsZ£þJDø=ÎsF+sn– =yNkÔßßô¼pžóœF£ÑÌ›<§5Æ·Í{^<¿lé¢À€Û|ºžF£ÑÌŒ›<§5†Ò¥Ý¸~í§WÍ5}Öô©EQTqô—bÏiM_YY¥¯;£Ñh4Z:›<§¥(Š¢*”Lšä&EQeöè,Y·—ܤ(Š¢Ì’›F:.&7¤#÷•‚T‹NMINJŒ‰ŠŽŠ (Š*+¾SL¹_‹¹p#æfh\rr¡Ñi¼YÉMãqe$¥$?ˆ ¿§ÊM@3..ÚãÂùµk~às¼E•¡&}·ó“oöGãíŸÿ󱓞A>ñ©)…@§QO"7ÊM#eþøqfVV¦*7“Íe‹¿õñöŒŒÀ[¾(Š¢¨2À—‘õ´8z˜šáxÆï‹¥ûÜ|BC¢“ 䦱ë%7Ë#7=J}ò$[•›â{Š|½½ÒÒÒž?{Æ×i4ZYYñ¹)ätÖoÁ/¶ž· áf)´‹Ü,Ü„rrž¨rS|/.X ÿ“›4Íl¸ùèqNZæ“â«°Üäßoš?7Sú}=üʧøar“F£™ 73sÒ2ž_Eà&¿/ȼ¹xÐÿä?38Ýtî„0¹I£Ñ̃›@^jzvñ%¸i _NkÊÜ”š\¸yÕ០!K%I ûáªÃä&F3n¦fz¤m›6Pûví®^¹Œ˜íÛ¶6oÞ\™çÌ3 Ø®mÛSn®:¹ÅÅÆà-GÜÔh  33Ù9=~mFÂêÇvf§ûú­ƒxm¯³8ÜÌÉÉiÚ´iÉrÓð=A^zin§Å¿±h{©í¨†ä_ú›|ùEŒ‰ü’rùí‡i%Í[ðí¼ßÈc„þRvVâí5g%e†”b7ƒ_}õÕ+—ýs?)1>.ö¦ÿ í¢í۽׳§Nnݺum5¸ixÓÍ'){ ¬”ãÙé~± .Û6¹êðϼDŽþxÂÖö*¹yàÀwÞygðàÁ?üðCïÞ½³lÙ²zõê1bìØ±333?ùä¥'8~üø~ýúuíÚÕÊÊ*;;[âæ’%Kú÷ï¯Ý¨„„„Î;‹|BBBNéÅ\Å\ÔÆÞÆúŽ×xÞ\éïðe‚˜Éßûs9‚¯16ypS©¡ß á&`7|ذ²ÞÒÒR'7‹¡!wJп7дØåéIû³Ò.=ˆÜx¶¿ïQ‹éNpSéo>|øpÈ!‡R.ääd˜7oÞþýûÅ-666†ªä¦¶¿Y‚;Fr0å‰]?ÚØu(‰J™%•¹Ø Ë1i&‹NUnVÀ.’s³I“&={ötqqÑXÇïÞ½ûâÅ‹ »d ÅÍÙ8ÿÚ%{œ^Ê•)Í÷c¦ЊÐpZ‰ SyN[Á7XáoΜ9söìÙÏž=3Þš Ðæ&'mù݇ˊnå÷íVŽÐ)=tôÈáÖ­[±—„˜sæÌ1ê´yófÁM¸ zr_2z²h´Šãx²gJÙ–,Y"qá®]»:”ФÑh4S(;Á<ÏÒh4Vt²+h4Z‰Øÿ6Œ§j endstream endobj 574 0 obj << /Type /XObject /Subtype /Image /Width 616 /Height 264 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 28738 /Filter /FlateDecode >> stream xÚì]|åûß»ËlJŲ è Iº‘½ÊA¶ÌBC)t@‡…‚ ‚‚‚€‚((‚(ˆ?ùC,AA†"‘½D‘áhÿïÍ\.—Õ&aø~ó¹ärwïzÞç}ÖûÞ „˜¡#¦ê¨#b"Ôð¡:U=ÒC’£êDFÉá‡eW½ꈴÒC¥ijG÷dçW%?“ÒC=•*É@Ž&Ë[ÈÞRbÚ¦Mi’ÃôV=(2×>qYQ$Àîô$T·)-»]~»¬´Ú~—±ãÔÈŸeѧ„бÏÔ•”¼ÖU£‡ÎazôpRÆ]6kCg Cš˜¼¹ìÅ%–ݾ]Æ—*dsèãè™ñäÚµ¾BÒg‚Ì•Í^’v&+ŠhbX0×.*B”öÛåå··É2Ûe¥i11NxÄN¹\ØsBÑÝ–t&œä…²ÒG_ìÐA@£'-–‘2î±ÊaMhÃlÞlöÜy®DDF®T–Ht6ÿ–¥©Ýf2v§‰Å?ú,ûrýÃ'Ks¹ ²Ò¬,b`Aæ[D€|áånó‹§Q~ûôíÃ1”“K"ñdCò[¼˜“ãNñXC|s¤Ü~Æ1iÛìÊ+·écÏß•©Â Hs³÷Eêº\f,;NVv»òUf-&Ëív÷#ÊYæ`<ËR‡S{v;P¤ÄÔò‚’˸ t¯°#%eÄ™½*–Š›µ°#³\JV¥ÎrѰ»,0‚°?àíP‡Q{êÆ=ìu oû8ÒHååž—è¶Ñ*‡âì>Ñ+Ua½¥îåe=bc{”•»Ý¡Œ÷Ç‘«’=RiF³ñìXˆ¾ÅZöÞ©„]êØ´£q½Ïhe¥‘c0Ÿ=À²×yªò{"Õ/D…å†×EÚ1«yggöFemN«ygGþ&F•œh±@³ÂÃÀ¨¢@;±#€á[ʼnù Êó†×g4Äö†×ùìˆÈ@Ãþ&† 4?Ãð…†ç0|a a7ÃÆñY æ3 ïáÎéÛXžax]š»ýŽÄ>Ã|†áy>ë7ö´ÄßÄ|†áy½YvüŽänÌg^hå’ùMÌg^žÞÄð…HÃË50|-Î0ŸaøBœa>Ãð…8Ã|†á q†ù Ãâ ó†/Äæ3 ¯ð™x)-^†á->;,å3¼žÃò ¸ñ´F ŒÊÚgøF _ø›˜Ï0°†ñÐ(NØÀð…âÄjÊ«M _(N§Åð…âÄæ†/æ3 _4üX* ¯yÑø±T>õ8±»‰á>Ãî&†ô&6Ï0|á`ó Ã[l&z '6Ï0|ÀfØ<Ãð›á(-†/Ø ó†/Ø ó†7€9bø„ÏlîÞÄ|†á>;ŒïƸòŒ‰ŸaVÃð®}Fß%|ëöi«Åðª¿I3Ú¦Ò |G:†×-""°3žäÄð6£Aˆm`ø€ÑptÃŒfó„ Ìg¾p:±ÞÄð…@Ë1¼!Ð$³x±#†÷'T7îņ—§:"­´ì¦ †7§pÓºMiÙm,Í0¼k ÑAÆ\†áey†ŸµáE6»ÅÙgØÑÄð—Ý.+åfžð*G oáNYiZ„¯¦Åð®4;Þ£±â-†—ùÌjå6ö0¼åjZÍ9aFÃðŸá)t èM¼$ÃK|†_Žá Ð˶ñë0|Àhi*Ìg^g´cG@Ìg¾´Ñ0ŸaxO¢YÖ9â©' ï 4Ë:G<õ„áE>‹ÁvÇð¥<Æ/ì3¬81|áobʼná q†g81|"ΰ<ÃðŸY-ÙÀö†·¼M+>ÃZ /ñY4^°ás7ó†÷ÝÌg>p0ŸaøÂ À|†ù ëM ì`ÜsฆïžFÇð…@ÃÓèÞh|†÷šåVa<ŽáEFnÆæ†/|lžaøÀÀæ†w» ›g>á3¥Åð…ÞÄ|†á?ó†WùŒ[´í3 ˜gØßÄð…y†ãg¾0ϰ†á ó +N ïšgÂÚm¬81|Ágx"Ã7|† 4 ÌgXob`¸èob?Ë|f‰Ÿá¸†÷ Ì`ó Ã|†Õ&†ô&V›¾ð7ñº lža<4î&æ3 ï‹3Ìg¾g˜Ï0¼ÈgGðì&†½MìobøˆÏpü Ã|†ç0|aŸa†á  4 ïáö¶6j,Ð0¼Ïh¢'!c†á=OÀò N¼pÃ'Õb`>Ãxxô&æ3 ïûØ>Ãð–8Ã4 _‹3?Ãð8Ã+60| Î0ŸaøBœa½‰á q†ý _ˆ3?ÃðŸ‰VŸaʼná5>;lÍgXqbø„Ïð„†oø h^à³hÌg^‡$¬õ&†WØLtoö0|Æf8®áyãL¤Åœ^á3I»Þq61Ÿa`y†ñðÚg˜Ï0¼âoâ0-†--¯ Âð>£••Z…Ððt†wl4ëX-žÀð–HÃ÷ÕaøB¢‰{€§0¼Ægø1.>æ3,Ï0|¡7±}†á?û›Þb3«¸ŽŸaxEiJ–:b ÃÂL2€ 4 ¯èLÉô&6Ð0¼cšÙ.@Ægm3ÛågXžax^œIïÝÄö†ÄžxÂð4ŸÙÞ€Õ&†çùÌön'¬61|ÂgXœaø€ÏÔm¶aq†ám>Ãl†á>ÃÆæ3Œ‡Gob/Ã|†ç61¼ÀgG°<ÃðŸIç°}†á Hçѱ8Ãð’@Ó@XœaxU mK‹Aà–Ôbq†á-F+;ŒÀÞ"€Å†÷T' ö–'|§†/ÌgÞwÔXobøF a?ÃÛ~” h^ç3z /?ÃðŸa͉Ὁ×k`øÂÀ7obxYœq+70Ÿaø@œa>Ãð¦4µ‡ù Ã{ÂÌò¨=<õ„á56=jGj1¼çhðÓ¶1¼ÎgV7=!v 3†÷\MáÉ¥eXubxAmZßó¤ŽHÛv‹4 ó™Í=œi˜Ó0¼gž " +O ¯ói´òÄÄÁð.Ÿ1Ê3†×ù GÒ0<ÌgÑò|†—¢axr¯ªÀSêžgr¯ªÀ|†ái>;bÇ<ÃzÃò j°€ámû Ð0¼.Ð ÄhÖ¯G§gbÒð'†—5§ºMéaÌež×œV‘Zz¾©s†øLÚÀ7`øBžáž0|aŸay†á“±Ï<,0±½‡a{€‡oD)¿]&ò_1ÏÝ]Î@ؽ^€èFKù6u)UÔQKÊéÛe¥i±BÔ—á¹ÊLJq¯’»’¶Üy8R`Ì£üËè.¦w}Ã’™w¢oDá*"S—r¶žÂyÛæZ®@;¥ijaëö6Äsvõ²#â1Y–y&ââ¸ø»À²ùð+w‘Ê¥e;ˆy+9b¹W“¤•ÒïH‹ñPL¾\ŽÔ&?%ÀVDTŠ¥L=…ó¢Þç“¿bÓ¦´Äe¬–1…+¬§³}ÜڹDžy˜ ›ÇÒ’¾føE]k+[e$ˆˆTBWB¹õ(,ëðCCð»-Ì'”Í1+/ DE ôPDËP´’‹lmÝÁ &ë;3xn‘ð¢¨\ª½øÑ$QŠå¢'CIVç +Ù0 ß4Ñ0‘2žµì±Ór¤ÓbÑ—}6“Q¥b’¬ïà%ŸååwrD¨,Á[i.¶åúN´˜ä°TrÚŽ£r+c†g6¼„µavF‰Jb¥E9obBQÙœÌ㥨h9úˆ‡âa‹\䥴EwðOm²<ã„·¥,5µŽBqõ›Ò¼­#ŒZNp[XÙ.´a¾i–a"ÕÂØ´'©FWሇŸ]cçf*kêYsm߉UºD¶Š$;ycF`ëH¡:’Ü-Íw™uÙsÀ¦l»mÕ™ã:q§['æb¹`KµáE¼Íâ(5¥[G¼ÐCpU°§Ò,ÃDª?JÓìÈQÅæSX=–Ȇz’aåX¥ÛGÌ ¼Å3¶ìaÍì·e ÙDÀù€rj†Õ±¯<ÒJý~LPr‚ˆ—Q{SÚ†0¬~pÎŽëÎ!ÕjxÏxÈ55Ìj%Nœ·Q{ž“éA(² dØCÄì·åíTè5*:É™'oŠä…“œšÒv,–ª2„u Îä÷}ÄhŒÀù½ÌZx¶+Ù|ˆ¥üö¶6êûŒ>P]W ]–àUbꇌÀy³JâÜ;eöm·½$P«^y€á)S÷ëwÚx9ä-ŠÇ¬Øxñ¢@ÅÀpàÏcܯèçÀ5Ý`z¦?ýIP—”¿z¶€NÁöòZX¹:<`Ùÿ åþºÒY “Urýã æû6`@ý\-»˜kéP¢ò4L öUo©v_òñßCŒõ‚¥‰#"ŸÿÑïq/Óp(—ÿé ùóQ.J°aˆBU¦såÌ ^ÇQåÚ¨àºAöS$3߃¸tOÛ‘P9²£q´ìÑ›B;þÏ_zîG7ú¢V%%€Ñ’£™ƒ<ÞS<œcé_¯hœy:úûmfÿ,åÍú×Ray(ÃÉN¯xËn¿ßÖù¢†NîäTý…QuDßS«ñÈ=o°H|à«R§Ü£Å€@Ìñ÷õ©û¡ù÷°ìKU¤ÀVOÕd1§ò=bQwÓŸîÌY‘þÞ§ù$‘ï²ÁGþÃ/YWÛï‘+×O6®±>p‹^à£Véû3ÖPo”v µ³™j¢4ß»DñùKo“C#0›ãÃÅNrùYhçqaïfH¯*sñ zþÀ’“œ>úÿ+ŠOeêEžu™ï2é¿@[”æ{'ýç§‘;ú—°wÕ«úýÆ-¾/ãr}>äPð§L rª[\0¹ú;!J·æ? ÷{`lû•¤§ršËŒ“íBoï ™„ö7Ù‰c'Þóy¢f÷ý»Š4aÀ5ÃtïØøŽ™!ë« à8e–àõ¯­vÙ[`#¡ºküö(ÿEy x.` ú E(n_/’‘-lôäÁ‡"rYÝj½˜?W=ÑHl¢íï—m¥8q Œú^tå² ×J¿)ÊåêÑßEœ;@&²ÒÇÎnè!™Ô›iÃL«3¹³‚ù)£Æºåôc¨¦G¼´Ü†f³üãÚ!q ‡Ñvʽ ++çsíšä ~µË-)Ûmõ$´oâ4‡sÀx`Qx·’ºf´D~ÇŒƒ+!_KFÔ$#@Qþ>)3¡CK”1i`uþÈÝ«nÚ™iœ´ëiÇ ­ôÅ:»Š)÷F¥gaçô×p%þÀŒ¨MN$ÇÖJÛ˜3deûwÜos›¿Ò­ÜÏ9‘ëý‹‘Äú%ð®Ý- ƒ–3mz‹šÎP`:wÅ(+ý“¹æÇÀ#AAjIÚns2èàŠÏQ ¤’ƒcý6¾ƒúåsöà‡sÿ`eÅ 'ÿy=ä Õtd{ã]atͨ’L(nH¤ÇuôVr¥ÅOç×KÚ3ÉÍúŸ”±X²Ú^§vsýý;Â8ÜX)Z^wk´ý^†«§ÊÖ¶B$;zÔÿä`t?÷_ûgAaðµå_£­’ß2\÷D¥çV?Â\ä[ôãäÄ2$½·j½WÎÿÉäĬÑnîÒJíÎÜUJ¿‰LNåVù½!xSW´qVùí~HÆäx™cŸXÙeŒN~…ÓÇ4•+g¤KÒ|…ˆªû™r§”Ee¾®ž"£›TQG4ràôª„'³É&4Ç#ó_Oqt‰¨dz½­}Krü/;ô؊ʯ.#Cg¹Iÿ%•²+ç+Æ  '†m8ÿ,Ãis‚ÆUjÄç8Œ*ýûPR°'/'ß“è<'±þõò|]?ÆKR ¾Rw7½&3sýd!U;´wIñQ>d"û'Ý¢jÖ;7ð„î×ÒÚ`»ÍÙûhyþÿ“h™7+½žÿeNóödê_“úÓ3Ç$e4µ†ªâ8|‚iÏ„JÇé&£¾(©ß4ÖIŸJøL³Dm܇Ê+ÔD {º“ßJxñÿá&Þµ+üÁ¡·ö³æá¡ÀKŒÞª+²w¶Ü“Õ#7<47Þ‰ÔžÅØ‰Í¿eа7ˆ$ Hr×·ƒ‘L/«3Bj1òn‰z£qF©¿';¢²Ï û³±:EL] œ°éñ,&·87ýº§Èƒ&ÈÖsŠ^Øè@G„ ê_wÒ{%*6 êì®3<¬f õ÷w)N?LRþ·¢@ïØPkZm’wÝÔÑ%Ô]ë Õ»=l/u‚ÉUˆ…,ôÿA, "t?púùÙJsäa¦¤k¨á¡™×WOzy]äEI}'+XÄHåmÁ¤³™½&xvðM&§é²iò‚¯·:ó¬—<úoîq¤ ËÎ{Û'3hKÄñÿr¥÷qÙ£Ï܃¶¼ÀiÌÏ\Ó›¹¦X zªÌh­çÀæš%i×D‘¯Ñ×j¶6’±³ÏI®oì n "M‚ÿ0’”šÖôŸïa¸îRHª•ÝW¯’¹­t(½>D«Ö0ß‹*íóÏóðúÛ¨&ú.õŸãîuh!¬¯_l®ý†2õøë>¼Ï' µçE{MoGN}ÉýÆÊÍâ"Éž/j·¢ŠÏUêËõþz—ì¨<ºm›©xPð?::YÃÔŒ©ÿ»µïãåçKôbÊÿõÈÓmîU³âKƒ‹9Í`rºíðš'Eœµí?yÏm¾‹÷Õ¬ƒö{zó­ŠêÃpÆmñÃxŸ­ÖZæVIG=^¯T†b/#y3–“!ïPKa¶ɼÝë–Ï•Àv^ÓÏ 1RK2Nž™Œää¯A뜶¯»UÊ¿9?£¹ ½ ïsd•G9écKdêG¥®o%8&À]sÇidîo™c\k·ÚÔ&Õ-:Ô·‘ö 9Ö’ò™›¶ëÓnò}(*ùs7{q€PÛWmh|×cÖägvûüKmÜëÂUF€á-¼àЪ;ŒŸ¯üÀbd`#$ç¶"}ÝQw9ËçâfaLª’À¡\š–èO´iÐö§›v”19•ü÷èÛÙQ …ßÏ9+ÓE+iWbÍW‘(}}+‹ë¸ì}’Ú¤ù¹WÞ´*z{Q.·ñpð|¹?œæ7ÓªÅ)UŒ§¥¹M˜Ê•±%¨¥¼…gÐø¼nzKåÿ03\³NàUŠ{ òHÜù‚9òSEÆÿ´ÑQ&v4=€±ý^‹é¾jÃa×Ýšÿ‰‘D•^vó>7Ͷ®im•Fú[Åõ¶a00ª„½à'ãþ"†Ö èŠÿj #EGƒDA¯e´Öæ{.Ò¹]Æhþáèÿ«Œ±†ó3?•¹ï,ËÏýÚÿ†Wžb````ü‡p‰ó¹Ò±ŒñÀae0¦†·p [‡RwUéN¨"ä͆ÅUÁÚ脟?ƒqß Ï©`ø0Ž Ïý¾:©çñNŸ_ûðÀøM/ÖÝß~ÿñåõî=¾q“ñ}çþ[ˆ.-?‹šòô§ïMšñTÐÎÒÒåÇ·lùÁ”§·î²û— ;öütúÛ-•‹w¨«Êìßv]Ç7©5ßÌÐúeºU³Ç³ãoÞÞxâücã?>˜Ÿ:8·ÿغ{ÎÙÜåËEã^.~¿Yæ¶gŽýß g7lþϤV7͉…Wμñùg9ÙñMo^ù¦ÃÞ²óƒ»n­y¬ŽbËÒœ¼ß®~ÔvâG½QGÃjo0vßÐy!Œûmâám_ÑŸ<ÐhÎï»O_ýéôÉ爚5W‡¿ØñÍÅá{ÎZYMeÇ…f¦ÈáÙAé‹”6¨zù•vo„ <øŸçÿµù‚±î3‚Íß™‡N|]Óxäú=ê«ë~ßõìþ±WRÞzzàßÍþöy>;íòÓ'ô“*†]îæ>~ªàñ;“+®¯©¾¦ûôÎï}¹Zݺ^FÛký>cÁëÃ7ÕÜùœrjGòµ±<{hÐï»G.»3û‡É‡Jò_ý£ÿЦ5W-±¸ZCM»š›¯,;Ø/9¦qÀ+ïÍ.Êy·çüµc—¾p8ì`Áäñ½ú)&ÖÈ¢që ;õþ¹ú‡hòH§-1_&Dyo¥bÈü÷Þ›˜·÷Õ¹‹†õ~òØS3KþXûÞ ¶Ûßk±õDYþ¡Fs^›~§ÛÓçì=–²¡Ú…2vœ8·qÃs;–Œß[Ò ¾7ƒ§ÿôÁÐOV4)î«YýQâµ—³²w§ýõÌÍ“ƒ¦žÚ9tŸí{ÿ5hHîÕÁK§”–nLÞÚxÙùö›>¾8óÄfÍW9Gå÷Oz., i»¶÷|¹ÿ¹•³§m ŒØþÞ¥'Í:ùסE[ÏílW¯ùŠ×ÞÕeê­öW®¶]ö[ÝK¿5¸üÙÄÖ Zk¶m š9pUÓ:}ÑyŸرoòû;ç§›9sm^»÷ùÙ)Æœo¢:ß®°âÊØ²á·[¬»ùê´y¿öÌx-/&wÊ¡ÏT³7õú¦ÁÝ ]¿gÜâ.í?Ý÷ÇoxªtÛú¾m­ÞüKócíx6áíŽê¹3çT¯ï7qzTNíƒÆŠß^ü_ëMcµc7tøéÚ‚[66Þ{âÄ­_í;ü«:ƒ@À«çÞmr„TÁ&ÃȰ™å!ó:¯Ý²u}NûÒç7<÷sví~Y×ö—º3~Ø«LÞòÈ3Û¿¼|Åÿ™Qj= ëmöñ׿ýv+|gÎê'ò߸ÎðWð’¯kýÌߣo¿¬){ú§Ís"&tìÔõÀ©C“?{û«èFuüsâÉ·ßÚ·ðENOú2§Zǧ̃ê­û¾lÈ…¼}k¦žZ2há·ÊÎÞŽ<þ݈¹¼%éäòwL;·]3,#ä¤ù@­ç(j7àó_Ò^ûeï´Ö£Çë.~ôA·÷¿ÙáwkxØ´-s/>·>öLáîÉÍ3ö¯$/.íÙ>éµ:ñ§žZcÚÕ{٣ΠK¾Ü)ÃԼθ}Û§¥§½;÷hÖöëä·í÷2¼A÷NÙ;N,NŽ¡îÑ¿4[^Û©yü€v‹´Ÿ°¯ýÖQoߎxjEÏ'?ûlV^FbÜ•S¿©§_LÿqÁ¸31%×7ž8ú]nܰ³Çü‰†I¥s×½úX÷uË’§þcq–ÎÿÜ糓ÎWtÿ§´Ö,m­&ŠÁg»ê`í™ûzúcSTû7ü¦Ywꋈ ‹_Ÿ±dU“v}õѼfû>ÈZòY‹þ«²¿þääí³GÕYؼQ‹â ÓÍ”…þuíÕƒ5;ø?{àÔèø¹9ó.Ÿ^Yýƒa/­èU2.½ozôŠØiY©]ïÌü>5ìÊ­º^4ìÜUz{ôêk£J'ðe‡°Õ«›F™Y³öÌöß.<8>3{ÀG—ò•?¼UÇt¼ðÈõ/6fÞÜ~îñÇ Ã; î±íúg}û nQôýÁgŸy¡¥ñho}S¿–“ö~ñš§1õÌŸÏÞÛëxAêˆ%¦)ÆãŽG |vO§‘»†6ø©õ‘ ½Få~ÝvÈܯ‚®· Õ“ÁåÑï~±à­'jŠþy肬ާ߯*X”³ó#M»îß«×L¹f*hþîhíÍÎßß¹üFðvMÇG¿˜ù÷­Èc+WÌKßã÷ÖBXï•mÛMxâ©'—\hµè| 1©Ïœ—2ÞñÚÁãÝ&þ’ßÉU§GÏ{ñTÎÈýÕvjÚû;ÿZQ¢ù3Ú¿õØ3gû®î¿¦g‡^7F{zþšG¾OI'ëí¹µ­:h±cÒPÿÙéµý†Ô.øpæŒÙcN’ãfÌ~fW§6óvvZ¸,lPë¼}»'Ü1uÊÓ/¸9ñlYÿðô®kûŸ>IMß7ô•f­þ­÷ï°˜…ívþ4ïŸAW¦>àú³w§Òz;o¢iâ0õ/.Þ_Mû Ò†½=SõàÕÜ•û×mÒ(p»­}˜¿:L·î¿øM€åV£cC3 wx6Ý+\úÊþ&´Pêþ©Ë˜JÖe´ü¡•Æ^'çÿ¥!‰TÇê9 /±Gø_­}*fdý†›¿E«¡¦ûÄ2 Ðà¾ÄÀÀÀÀxøøÛû‡±>ÇxˆQO…i€á-@ÅÀÀÀpécPûKþ·t!ÆNÎGÉ3€w¹½wEßt­˜ßg…#¬ã/¹.¢’í®æXýv6ÑÐò-‡жô_kuþ‚Lš–V¹u…Š= ÐwÐ+’-ïI´¥¢m¿|$ô¶©éSÂ^®0wÝT®VÄcÜ^!Á$¦ m“æc<>G¨©• vMÉÇds0†¹æ &·VVë3¥u š3ÝŸª8оËAðð äù–žGdW­¦ASç””ª7Jž þÿœ‚~¿“Ôeþõ#X>ŠÐÔ¶é­ïQª|Ôˆ6hn£ÿ¯¡2UB¤ô”°Âh B5žAdÁ…ZI]¨}MØo.ŠÐär=³µˆ~OÝë5´“ß+(ýø¶z,˜m“}™iÅZTƒÍÊîûÎÆ@j­ä½ 5hê‘Ñ\‰$'ÿ~FW­bŽÜAìy[¨)ìå@Kí’Õ[TàÓv¥dST“>¨†£ênFõÏåúqwìk°´³Jw\Js•n•päM à(9 lÔ,Ò¼ˆö^dsT/‰ƒp’ŸøÝÕ½˜ç’?®Ö‚úZ°|ýÎädT×+—ªÙ—wÐÜE MÈŽàÿ¸ µàHŽjûÁTГ¼¨kD?¦l jEÊøQŒ®Y ¯ \W}uãÉ;ÊQÊÜàÞ®ø„«Õ§ Í -‚ÁÇèÿ¡Æù…©h}"Ô³/S¯ýF ºèŸhG0"l™ªëNñÿƒy6»k\š+ˆ üÄÚ›™ïD¢è¿•\"QÚîhÛ®œÄÔl²¦­$Â'Œ¸0ª yƒH°©ñ÷á»Ù100000p<ÇÅLö·[_ ÚŸ‰|fk<&ñ‚?í 8çúvãÏ¡3°ŽÕ1°þßQ´ŸÂq¿ÓCŒÕÌw²èHu´-ƒÎ_ÄÛœ‚üòå\ ŽÀ¢^MsÈ==¸ßPnµOQ„€7§Û”X·#oóÚëâ»zŠmL[¦Ýx mt\& m+ ïm~@ÏxôÀœ`ÊŒ‡–¨Â,H›Ãí ]‡647"k½höüÀ5 ¾ëY :G({ e~i°TÁ9àyì%ùÊ+D5˜Nз•õú×ÜŸ"®×ÃNtjJì7öb¾GÀ~œeý 3~Úº–÷v­â,„Œ#ye(¤h_þ(ßø”´ôùzTn'›uü‹|¾ dô¿3ø ^³!M K<(ŒkÁÛÞ^göƒ˜ct|§ê‡yÈkn¥h!ñøÿá||Cðšy´íÛúÏýï¹HÑîwr/ÂA2 *a„PÚÜÞ'XÅ`žà£@°ÎðœÌJâÑLYÍÖ,oÎWÔ*²ŽÈonE´d®j´ï÷3Qd0¹d ¼Îðä~ÝKt”f wüC‹£ V¶}«H[ÀÔKÓ©SDo@¢|Ï“to¥›ité‡NÌþÇ¢H|7îl p¬ì…d}ø×a+þ5ûE -R·&’ä¡6WÃêŽìÒÚe,’!Œ"ìõf3FAÜkD׿/IÛÙêß“p!Á·d8xŸËmó=ˆÿ!Ê€Õ.ÜÇ7€û} Iá?ÑKõËC[¥Œ±ÊÔ‚$¬*R<BÏPÄr‘P6¢¿ˆÔ <ò3§ôfô“Å ¡‘$¶É$£¼ˆ†jz>"3ÆâÈs\3àxÄ‘/3ÑùV¶Ã@ª!dkMól æw>*‹·`]ÎJP®ÌQˆºc)º¹˜>SÆOVµ ~`þï@ßß‘ç¨ÁÏ¢·R\fΞcìG÷¨;Ä+b«òZ—· rœôi-°…³œƒWP[_fCÒˆ¹€µw1µî”ÄH‘uƒ,¼PN A›N¤IX|FÇØ^9‹“ùã˜D×먠1ÙEˆœj)zcÇ7èRÁÖ˜i½ž¤[Àk½rt¬.§Ù[ÃzÈ6NÝñ\Z÷?jÙ ¡´’QµŸ¤gxÒ¨ T# ß³xzÖd;•`Õ¢HägŒgæ©{ ¡ï(ÈÛ§û ÕŒžÛ¬ÍÔP«`9r°Ê„@ˆdÈ%ØÕ ˆ~¡ü^Rg3#†æ¨aj#:×%®Ábµò”å_)±âè3§ÔW™ó?©N©¿Wߤºƒ –æyáš5ëÐ÷çÔK\Úö$Mñe¨–1ؾȜyl ê(Ò Õc&FÀ…TMA¶Š‘ò( øI™vuÀ;Œ2 Ù-_£+ÿ!~ƒ€Ü«‘~(“Pe(*m$êÃ¥ ¹’hÈðPuªâ;´ueøÏßïXÊuS,1Wù³OÏ-E!’?ENÐh‘åG\%švØi°L½IF¾ƒŽ¿£ÒÓãQRc=#ÐjúÓž¥­¯xÝg5•ñyˆû¿QRÕSuAQ˜ÕC5ì 5MÅ}ªƒšÆèû¬ÿ"0„|JΑ:ÐJuîS­Ÿ«bÉ:Õ÷ª÷©š¡+u`”öqõªZŒUŸƒ(±«ªÿSD€3ÈbüZ¥ÔZ@ÁÇÁ!us°KU ôWÑs›o€Íª¸¡Ý&Æß|ñUj/lCÑû—à;ªð*å‡ö£åÿŽj6A÷Gx]÷ª*ˆxUEÛqWÁQ? ˜­êBÍV"ºS㈠ô ­š¤—Üo_rC™ &IV;óÿ'¡šðÓaˆ«¢upG™†tú.Ôþ]T¯ª~AåŽWi@2²ä’µÔôý‡7”þàsØ•X §zNÕ—xå§fZi ¦G­¦Ó nÈ<‚Þ¶*è À¿ pý¶E¬uZ6OŸ§ùH±¨‘¿ƒ‘GYð*˜@ëŸåÇ-æRÔV·¨Öé–D69³ÚÀjŸiN’íyé‚ÚÒSG@$Íá!’µ¯2¨G¨Š÷¸^~ìc*}KX$X¶Mን‚}MÄ­§˜1ùb ëME)¦Ã/A)Ú!cÔ¯ZVDÀQèšÝm@ZœxÃÿ+zü°’ǃøüŽ¢#/"Q\ÎÕá+”ódFÕ«^‡´>ƒp¢ñV¦Üô`ðððððÇþ`àþàþàþàþàþàþàþ<>»¢È…ÅNžÀpÌŸZC$øŒ¯Àiš'k2>7à6HúS¬¥KoÛÅzDOŠÿ_TO|¼›ÕU½Ql>ÅZ:Ÿb-½ïí—ÏËò±wÌÞ•re´/™\"—§ÕzG­u~r׈ñ5·ÖdU"?ï5z¸»þ©Ì±J\g[X/'\S]n­TG!ÆéŠª6u‘«Áò–—ă]Oóyï®ÏçÕ€ãxkjó5/ÖòœÒ/“ýÝõ´ü•x}Þô>¯Í•/s¿3@¢Õñ.Vk/_3ÞB¸;\ÌÅà [3 ÚX­hfWÒO…ô:â~’ô¬þ–‚^YV"ZOÏ®ðÝÅ›E ™kÜÞ;ðmáÊ’õ$oíÌ(Y›] µíI-èµOrkóƒLº2æÌ4¡üÅ«j™+¾e×ÃZ•Ë¿þ(~jÀ)f Tƒdáèÿ¸öLE¿µa]+º^/ì³+0´ež'0 ´cŽ´ƒ‰vë£p鋉6úŒ^ï~œ#M0‘Z ¶ uˆúTsV»Y­]jBö’á†BPÎ ¹¶§sx1M î.x†ê¿ö/ Õó}rˆV°ëø¤õ™DJ¹ €ÙÜÿ,ÐZ!¦ì ¸‘)YMñ‹3–1wDðkö§Q;à šƒÆq+ë_P*ÇÙ{ǨXÀìùYõ úgSn=!*ÁŠ‚2Oþç×ÿu¥Æ ½ð?TçÅ¢{¦ûQ}áß¿nrw¦=¤ßÓAÀ!*¦$‚]BF¯.:KÕ¯3“© @-£kî3H¨ÇªÐ|ᤗ¶4S[8 Û†•QS¹ûÆ¡³ç‰O9yx¼–‚±d5p•XÍŒ³•ÂzÆ£¨ËÕ´õ4 ^€t›ŽzUn¼ŠåðV$½Ñ+¯è'qðÛjX[†Ok w›ÄrÒú‚Õª¥ ð>ôJ޾3|³”L†ìÝòì÷"áiôjÖ3-Ÿ%ªkûÑ÷¹ìÚ¨°‚˜)Ñuˉªb¡×Ù@75ó™Mý¸Þy“.™¨ µPë§y^YΜ] ä´Yû>s$LAËúhÍ8ÝÊ£°•0X*; <Àm­¡ï¸‚~ó¾yœO£ë•ò¦j“ë[B9ç »·:?œ‡<]CÔZ@rù˜¸Þœ«nF사MÔ»êj ­¦Á`Ð@ÍZ ãü,ÞÈ麰¿¸õ¶S©ZF[$ø—èîÿÚ…[u%¦úÿËõ½šŒmèM?º~üÇX­C¤qW7•[•ºŒ|åñ‹Z#Ñi#¸ÕÛ¨%Ÿ¡ë$z½&ɮĬ++íú@IQ}·U ždüô¾êÙ¨Ïpé™5×Ìݪ$‚^AÙVóóD’±h+ex`)5\÷òÈ!¤å¹2õ’aKÑ:1£z¶â8ˆÊÕÐw}¨ý.sÔÊ$ƒ#ê‹ì=[$«•ˆqÈÔmFÄSyœÉ›0ˆ¨è&s þÑ3øûË’˜~^‡ºõeDòÏÀ>X‹¹šÒ „¹ð0¼ ¦sö7šÓ{)x« ß͇tZâÊã©ñ~{‰ýŸ7ˆ¢6ž!¤÷,-ãÖjÁÿ´îdŸ оŸAÛëä1r–.I*VG£z% #ú+‚^Ñú]ÑÉôe Ç‘4'h ØŠ`Ÿê°¸D°’Ï ûd¶/÷ièq Q>G°wž=R4X§Ù©ÙF°÷”ý-”6 PúSëÀ[!s”­PmÎãàý¨Ö>[nm²Ar¯¤ØúƒÂ æbmO¸IÓy°—C_Fçp¾›cË÷ØØ$¥á÷ìÛ†õÀv¥Nr¿B4’ñHNR† t¬…êò†*3¹D‹ÊÓHî=°E;d·[—oI Ô<] ‚øŽÚšVP{B–Š:»åÌÁƒwÀýdžßñ¢§_²ÑgK º‚kehÅûZj÷·Z&5kƒÊÁúQƒõÁïðCc½³Îæ[]û¤È[˜ Ôày&Õ\ÐF4ÐØ§ë¶=Á&Š% %V®µŠÈ×5–ûÝÌ ’½æ:¨Iòï@Þ…ò#Éy’X$ÿaé‘ËYszËe~i¤[hÈD>Ærñ¡IoÌ´'€)”’!*ÝÿNƒˆn\¼nÁÇí{€?¸üøûÈë)j ­¡ý @#;o…j‚ÆV0Ù t#jÙœc#)3‰(.®³•¨^&B/¢„ Ÿrô'!%ù»»_”äq •»œÛ,ЍÏÀ4ª¦èJñ³Ioqmø÷ ³W÷€MÑÖ müèI€†1wÖ·@¿¬´xUÄ k˜Ùv0¼Ž¼aF²¢nã‰6OÒÜ{Š7®Ub“ËnɜՎrç=Vwû¬ÐNë¤božÖQŸU×ÊU?Îæ:º¾•ïá,íx-ŸS‰ö—ÒT×B‡–ƒmŒH®îΞ>×CðWZ;M!×Sö®¬å{ ‚‰ZWyØ~{5²ý£‘¤/jªî~­¹™%îü·Õ' ½ N®&ê[òƒvøG,õí—.WÓ.N£UóõmÑšŽ¿hux/N¶gÂdbÂÙ5MôÌ8é`,õÓºVë¦`4—â­ÆE϶NnÌȶ8ÎN¼;Ìêh¼Ð^yªµp±õ»ª“^ìß9ZºõÕíò_˜“ôqvzÓqÚPàþë;ë!kQãG¾­î+¿¸µÃzе¾¯jÒÎIMÜ©‡Œ¯¤uÐÙa-LZ߯+º¹H“ Ê{_3¢ÍYe=·-OSå”Ò¾Ö­ J´îÖ„¦H=«ts4®Ê=Mh Ž:³æèk¥‘;gi ecð•µIð  gó³ÅZ•\~Σ¯wEÿfùÉç!ßrö¿’À:½ë©ïU9ÅÚVZç–&OMªðS¾‹ó•Ó+åóY3¿²:t5/èÐzµŸþbõ›Õ]EãÑ9Ç×Ò¿Ž®pµ×ä¯dýOXE¾s”‹7£ ¶÷X×¶²Ñ0—J‹hQõu‚õè¸4s}{T­ü5[¶…eŽÍµR=7#-_žt®9ÚI G3äð[Ûf¾R.¯g™9ß²’ªžK9fö\ÍÉ6·žZ÷s²Ì¾~䌚gE3•öèã¼Æö¯[(ös°o¡8KãÈBq–Ö] ¥rùÙ·P¬ó«œ…"ÍC¾'x¹Žâ£ž=úðX—½.WÎÃ×g¶ÔàSƒ˜ŽR?üÔ( 05tÆÔÀÔ¸ß5Ÿ!<3Üž¦m×GÛ¬S¢!5<9Ñ O&[Pš}BRŠb°!Ña†¹Y…YQ¦ÄÈ§È±Ùæ¬\3•ž]Œ¤6ŽÔ¶l`Î-,—Ÿ5rtaƒ$²URfþàø¤¤ÁññÉÊð8“IŸjL©zC*5ØdJô—h0D¦™G¢w–™Rdša1Ì-TÛ¢‚â(#ž[‚ܽ”¨7%S`|bR^!Ù/ÊhJÌË…æìì¢ÜLr°)9>ИœªOLIP´¥’@+æ›!ôƒ ÂãMÉJSb¼žÔs†¹¨Ð\‹ö3”Û4u +Â’¢*·Äœ•©È¢:å§gRca^N„y#Ò³3Èóh•’||ÄóØB¿ E‡ôB3eLŒ4ç“Ù…QT LH­((ÔkI âúÄd¯7ê“ýÐ6*ÀbÚ{k›?œUXP”€™ÌÍ „ zc"¥ ss£Ì…Ùfb•T—Ñù ¢¹Ÿ"©vVNŽÂL¯´ôÉÆäÚyÊÜ¢|¿È1V¤çfR@¡R*:uÌ…:?ª Ù#”Š @>3³”…:XR*Éúd“þéE£Ôꫦʧ`ž¿†1æfªÚ™3²r3Õ%EE–ø%¨ƒ•dqV>…ÈaVÔ@UÐÕ:Sj¼Þ`L„ãµ}*H$4Db ©@Ù¬KŽ15¼CèUMGÅ©I“ÚRS“ÂÞ’JªJ1:M\¼AoDl˜O‘•¡4&6÷o£2#€I&Ežÿ#:£IŸïgÔõ'«•å‘£Ê>Q)†È‰ã~ snAeeƒ"Üâa¢>Á@ŒÎ+RLÌS¤$IHN¤ÒÇ3§çG%"©|2 ägd›yTáh³rlaÀSYùy¹9€lT?/7{¢V[—NIsÍê^…ÚÜ;/;›@u¢ïe0FfE#ɤx%P  ,V³ ÎÍ &r)@ª²¨ …:õ*LðSç+ ’0ÕìׇLŽ,ÆPhÎ ÕÉAÉ‘#óP¦£ˆ¢ìÂ*„&ÙÅA¢.V%ÇÇ’Å£³Èdž«@l¯0“*•MŽ Ò) ±Ôæ)ã²Ó'š3bFåç+kú%ô†¤T#Ö|XóÙ+GüÔ"qzþ¸õ½쓈lŸnd{­å>.ùH- >Œ äVþ¶$\Ik™ÃÉT‹cüþ5hµÚ¹%ÑžÖÔѬ1³ÔÒç'Pœ .:_ñ•ï“r¥°øQ%-Íy9ìž½ÒØ·¦m°*Óvö.w¨ÚÙlA¨d?_—š2OëŠ!jÊÖDœVJ…†j`‡«åê3EfS#KœØ^ÍxzÕ$ä#ªc†Y×l‡j/·°ÿW¡>ÝeëCÕeç&¬kdÖZjc?‚[Ó†û,Ü*—FOuk·Ë²-¥X›îtÝ]¨[U¬­ ºˆ¨w<ŠŸqsT‚³^”£š¥øUîó¯—PÚ[ŽçÀP»#ÕB#ë´ÈõªÑÖù9’5ˆ–„õõ,>ÓN±*ãbu{´\ø´œž%#= #‘LX_ß8Ý@Ò:éèËDýõ…š¾ZÕ/åϯr4“gýù[¹Úªåïîc?º`R˜Y—~lûœþ´•;.Ô\ßö˜|®Îfˆ–9˜“N•“‡’åíÊïá~÷ƒ‘à+tî çÀÖàOh¿VÖkÞ”¬]´ÿ/F½]¶ÞgQÉo¢Rz!à®`¿äp•»sÊ*‡wˆ$ÉÉoQЇ:[}ÎâK‡õZìâºKëÕ\ŽqÜÏñ„ÏÄ(ƒÖ¤V$¤ê†$Æ N!áƒâŒƒÐn&í·+AzQÁ¨"ˆ|ÓSb8í2SƒgÔ›’ rtþˆô|3I{ÚY”õxjxœ)AŸDõ΂Ƅȱƒé7XÆG²NsrÆ3͹ȱ/ »Œ&I"7Y‘K™ó FŽF$D"_6ƒ*6çR +“ÊÍ+è`O˜>6Êhˆ4RÈ3&3Ì9dЬ܂Âôìì,s~!Y•›¡ê¤HYæ˜òé÷ÒešG BÀh€ÜÍùè…I¤ Cœj æZÒ@=•埙SD +Ôd I (7ƒ„ €*YŸŠá쬑$J<ŠRÒŠ4&‘¨›2ͰP¡%G˜ !I…&GùÊŒ‰ «€%ETÛ( @.?Ò2%åd’ý!¤²¹°„îx"yû˜”J6&DÇÉ€!ÑH)¨C‚>)>%ªž)šT©qŒkž0gHé ”&ÞdÔ@ÿx“‰‚$ª>¾5° È¢”T@–&] $ÒsH2H òIJW+>5™JM!a†BuˆyJ2Ÿô#ü BLôW)Ós cnæÜzÁ M‰¢ƒÒœ« =¨DJS jü$¡ j+MzcjJ;#ê©ÍS´‰)*²(*U ”)~@ñˆÒá m ‘££ºdBŠ>1 &¥¦VƒÊöFC"0Vã‚ ä\´{T´R<ر´<`i¼ë&¬²¿b9|k’;n}´·ðÜâcG&æÏôNhV‚àW`0œ²Ðÿçab2Q@œ€~"ýGêÃ[ Ê굺Q +U¤¶†¼þÞˆ”Œž~(‘DŠVeF‘*K6©MÉIúÔTS8Ö©ä“YælZûë´º8^£Ñ¡i’Uj$0&7'(㌩鴄”²C–Æ"a&C¢˜€b˜ž]HIϤÈ"}_=2Bò)ŠH§(dd™‘ú%zÓ3dˆ%ÇP¹´©`ΡHª7™ ò‘:¡@–eÎFæJ«SÌ$²èéÚÍY"ÊdTS È–Y d,Y„,†ÇóP[P(d*øs®Þߤ6ɉ J½1¸cVn!êP*+—Ž$#ÿµ0Çœ ýÙɉôÑÙÈÌ2ÅëS¨þQ)È´B ŽO‰l›;6ß\T2ÊŒHB’Y9d(aÛ¢¤Ós¡9— $ c‘­…Œ.‚‚ÈØ—WˆòͦµJF:4UˆŸ•!±dAÞ(s~.IO}äRR~ zg,(Ô“PÂü°éZhH$áÒœ• `la «)H^Áê‘E¨,@J¦À‘£ÁhÔÕ¶îbÉXP H'!;™AÇê³ü˜Ù˜j¤r™ªNEùcF‚:dƒšó‰lÚW%ÉT*U‘Z¨Sƒ‰ Æ¢ñ†x}ª!‘µ(R¡BD£X‹¢?$L©ñÐLª– € h(Ôç étdægš ̣ͨh€êœú$Òý$)2©~ÒVâcšvfŠR5Ôè %%¹™†2Ńxe˜ŒS0^u²Zœ©Dö2­ŽS“µµ\­ 0Θ¬ÕM ©2)”€5ˆ*¿R…¢®Q #S‰ÌU ©TÄLTCz†‚PC¤ùM0 †Â Tqúž~d–tå4”9W‰ºQ›þ¤*€šPi d¸)€¿quÑ „J‚R(k'j‘QLÏü‚£rÍÈx2¤ävFc‚>119>>)BUR&)@¨‚‚ áò¤Ë«m”P¤U¶!;$ƒ„Ô(o_PD®"+ŸRÔ~Š`š)y•`™‚L^€.I¡€A¡Î'!A’…€D£Û`JF’Ĥ) NM%èqIP VAÆ«è–&„@ ð£ÈÄdïG¢Ž£” ¡h CmR€D‚€ˆÕ©JÄ+0Í“#ÆKÖâ“q²:ST$G½1Y—™:™¬~jed¨r "YA0²N;(:P*Håš‹ª5£rFTI±¢÷ÈÑùY……f¿pfž ƈÃ(£Þ?Ñ :46‡%Ж¥)18ªU˜¤I2%¼£M•%E9Š\Òœ[­9Yà‡.EtªÀÀÀÀÀÀð:>˜=¶ö)~O© 0\øá½–kEêݳC2@ºIójõski4ÁµÃ®ÿvª­)6&6¶Iƒˆ³>‹›ßMÿi“;µ^¸¯ÂðûÕ“äeW«Ÿ›új›Z½?8\±/äÉóG_ˆ‰‹n\?ºå²ïNÅ_9õqLTƒ†š/_«øÐ¥z^]nn_¯It|‹±7R,Gkk xæ·k-,G”—ޝïjŠˆŠ‰Š0u%{'@lllÚ¸í 44T÷Û…=£º%5ŒŒ‰‰ê^øeðð¦<™hhV¿fÄS«­žüdJ‚¾VÅ«kRšÕ}¤aáʃBΟN‹ î»ü[ðݲ'‚c¦6˜×<¬Í³ëÉ_~8_/tȲàÌþÙ2tÅ^pê›YªÀ¶Êaï|KÌU¶¶d >V[óH`è…kÄï—ýHÿëW•¹meméUoäõkç,ÙðlLp¿wöƒý+úE7œÿhXÛ韧~¼P¯m jÁ¸å0áÒ›eu16B­ndìŒÚiî’Рi4"ùcO}UïðÊÂFaõ ñIýKÖ´@ô’í¼?˜ð,gu ýí·_½|éÊË—.pý÷k?s, |ûíŠåK_ž;çÖ‚ùsß~kéÞ={PºSwïÞa/é|í·«?>üÆâ×ÊÊ~úûï¿Ëÿ¼{÷î±ŸŽ¢”ûЕ'ïÜæ/¼rùÒÊ·—Ÿ8^V^Q^þó‰ãï._váüYTØÛ·À•_¯½³~׬7KŸc} 0É$J FuBßÕÓ§~A—ÞF—®Ú°{Ë®Ï]¹~ñêÿ€-;|oã|ýå¶þùGYA÷äåPTá %8u5äç[·þ(ã3—¯ÿõz;iÀ]Wûß œþå$ºêÏ?oTö¹Ë×QBËt-T7ÿàìåßÁþO^JlÜ 2:¶iDÓ>Óv‘ô“ÃB»-Ó­^ãè¨èØí§~ºñ…Å} (…GÎP¾ Â&Nœ×yŨõšF'´ÌYösÓŠŠÎÌйùÇ Î\¼šWSÍÿúxþ–­'QΡÝÐ0;töjhëü 㠞bž‡¯T‚á5ƒ¾ºp\»¸#¤æp”u\Rç8pî÷ëšELž –¬ÿ>%se‚ù]@÷ïÈ?n\à4JHüxžTþ|bװΉõ›DGEE¦åm`Å„‰¦fµk4Ì~ëy¼l[ß–ÆèØØF“go)#I“¾YݰˆÜeß/-`Ò‡…6È{û`ùX¼DEÇ@ Þì”JFÇÃŽyL¯Ó‘ˆ€—_¤ã*üíü”æ öï^k‘2/PjÈOJž¨S§Qœ>¶yŸÀê.Íia§7éþ7eP’Ñ@‹…÷3b¡-Ö!÷/L7™Œz4Î"›¿úÕÉ€k¿±H”¢/•© Zl¬:¤»|b}×xZ5ŽïºáÄEîê¹/·1Æéã7Myõë“õl";Û>I03 x÷³¦ÈÌOÉó‡gêj@½Ñ9 üS˜œ¹ríÇ?Úñó‹k¾K4¯øçi4RHð˹_ÁÒŒG)M­ÖÝÏ\vøôò¹äGü!y`ïi¼±üzŽ* 9=¾Æ”M?ûßÐTïM‚~¯}E¼€„Tÿ%»Á÷ÛŸW´ S‚€€°ÇíÔ‘¨_A@` yã‹4@‰ºýê¹mAµF‚Qµƒ¶Ÿ»BS+„û.þ .¿ áD°<êXyæÛ7µ5ž °ÈF’—‚:FzBVx*^JªñÂvxîà[Úоº¼€ˆüPÝÕó_ùGŸû ®ì\·ó;ßÓTX€˜çý/Ozk×ó«ö†/Cl”}òܯä7Ÿoxaú¤±ÁµÚÎ!ƒ)bçÉKʓđ3WˆKhL‘! "qDõ5ýÏž÷«©AmÜêŠî¤"sLNÙ©‹`ôØ\;¾H¦G-Ù»8(òYMp¶!Äðøˆ—¯>ùëoµ9MžØ¼ sª¾iR|±*B(âÇ+WCèÖœ ~ÿõ¤ê+ˆXEGjE4¤FíXÚ¶v¿O~¼vé@ ¿zÇíЀ6x{ŧGs^Ù>ñ͆¾I†_¯\àèÏç5‡ÜID۞Ѡî à¶Ïè‚ëÕh ÌÎ+csóÃ8þ×v÷kè÷ØÚô ¸L\¹tRyåÒ©Mï-7èÑ€ÆÃ4ÁaI:åü­‡ÀåóG”pðÜ…ÊÏ_$AX ¿?{! bfD~=åÉ}Ï4*Úýr‹†}Övc¸íïBDÞ%Ÿ:óÓì—·Å Zü7Ímôr«çÀœ[ vm˜©¬Ö‚|&é‘Ô kÉÝ;Ž#JkJ ¡-§®'K?øJ][ ¾üñL„ŒÉ_›¯ñ¥³‡&OžtøÜ%h š÷Íq°gù`êÒé/Žœ~ùŠPT'Á᳂Ãj+ÉÂO_ì¤ÔÌI}¤õÔȲï #§D÷Y¶¾õDPÔ¤°çãCÛÏÜHîÙ´3nfðŒàÐ'ñ3锯>I·aÆ¢ÿ}—˜±Â˜¾Ü0ü­fÖ¶»rÞûßõœôñ°ç7'¥/îÿjT¿…‘}D÷{eþª´`”Ì‘ãgÁ€Ž©õ5mÙ´~“Ô)«÷“ßÚ6°½±nDdÓÈÈÙ›$4l~¢el½Æ‘#µ°„ní˃[……7imh͵6ôÛåã>RWoJèûÔ»ä¥óÇZ£AãðFæo$—h]«a“˜XChðÖYCj‡ÖkÖ¬WÁ ¥æüÉ/Ó;™ê7‰Œ‰ŽìšÿYyêðÚ4CÃȨ¦ >8|2ì܉Ϟl× 2*ªiDÇ!o²Mßójн1-è†Ç\þìÛ»_|o/xaÕ7Ï¿ûùÅOÛæ­íRô¿§ßÜ1cÅîé+vƒ¢×¶7}b.ÝèK/p¸ì´Eµtž×ªfÏUû**Ïh6tiÉ_?:æ½Ô¬÷RF¯JÊ| ÀÄQ+“2W&^šYÝ|Ìšî?nôØl:¯‹Îpè§S–¼Ú:º&ªixƒ”ô_ÎUT,YØI>#5§ß_I¿Û´·¯ròd§û ´â¾ Ø7¯ž@Û<`y +ß¶ hKÖoʧ»+]é*¼@£ Ѿ´nôþûhë ¤ï¯µm?pç nk$¢‘ÊI{íÑ ¸Q'Ù<ª2eܸþû I|=UNúÔ]Ü‘ðÍ9À¾GÐy Xÿá\9³Ð¶{ðð‘wÞ]¾ôGÓ\{Ôà ¥'*‡§#nƒžÊßÅ'ÁÙ´½ t¼+â…ÊÐL:æÅ¼iÓ¨®|ÛéþrÆ“rò´Žd œàËåÍç¿°o˜êïU¸ñ4>OÈ×»vÆ´´½Rù)7Þéÿüû?Æ9iv×­‹Ê€nŒõ».äå*ÏÓyñý&æíÊöçýª[wsã÷¬›Aí±2Ç?G‰ÆØ,®ü»Æ_ô—3ÞúÑžnëÑËêž$pòçŸÁÞoö€ËW®HëuWÜïA€êÕ«ƒÄÄ$РaC¹rg‰eƒr¦êƒŽPfBXáNÚo½º?ÞËFчTµÉ)zµDP€×­­Û¶¿"ƒ7 dÒ¦ˆ­r`ði9.GΙP·#T‰„£Ê…z8êÏŠJ¦«Š1}Â]R$ÂíŽ#\ª$äè ×WÐCm±§¸èãW¸¥ò*7øÈ®"Þ„"Mq¬€CÄUÅc×€v\=yÐ}H¿´ja% EGÍyKÁ;]º÷ _6ŸM—ÅË—«¿^Qs·ŠU¶,:Ÿû’ºää*ry/äÊR»I#W({ò‚ÎãKiÛ+ ÍJh]pROØ3¤Ý­G[WháP·HÚ–â¢!vljð„qmONJÇ´´½öœŠ³•ÔwÀãą̂sdJó¢ù©'g]áyÁYDýzÇ ¯zB–Tø(Ð%Õ­r†­ØfðT⎜>—£­düÉé/µe µ½²ÜÁí[·ÔÿüóOJEEùÔòŠŠ”›7n¨®\¹ w|ý5hß±#¨]»N…Ô!£ÿÛÓ‰bÝwãÆu°}ëgéæÿ¹³gÀK–ª²•Íôlè ™ãn§ÑÀC ¾#AsÉ@àÒòœ`Ç+wÇs?k'"kO BÐN]ù¶•xãÔÞ"ufܹb°ÃÊÓ2íãi?‹nt$rÞ¡¤}UYoÝQ”Ý‘â²K_wUîzžFÙÇ 8ॉ*·Ê¨Äy ºÞõQmée”¬@³“7¬¢¢ºDÆT5òêÔ¥ËCʇWþ*7¢9wœ"΢³RÃãlU j Í~àê]ŒŽÊªR'iï šŸpU·ˆ®¡Ó‰e•=C쎋ÑCU‚£h’öHÛ+®ÉÊ+‘sy¢äw4ËV!ãHÍr…çEϾï"Ïßudôy`|Ke…8¨â ãÚ®n•i#ßçg%‘YU%ƒh²üæh܈Îñã&[†•íqƒš†F«½såò¥ÝåååÓÐ6 ˆF¡¡5ꄇ‡«6¬ÿänfV–OÒöaUõç°¤àz¬Ê ¹ÊE»}©vÙ°yE®¾Ž©£h¦3ƒÝ™±îŠ1-m=Øæpy¾à†wèJ¤Zn »Áµez‹¢Ìå~ÏŠä]ò'tÒ^·xÉ›ÍþLΧŽUgÓ¡@“äíªÃTa§w¯ÿðƒi]º÷ðT4«¢2Q`QÔY›dŽ*Dª•‰VÓeÔ•”å,:êR´ø^C2³ÐJÆ©s4U-7ã*ɶ)£ªQ|oМ+C¥”FšÏºñ”äêF¤Úi»ª­¾ì/ÿk$ÃÿUÅ{úÈÅ6:’ÅŽ–SÊÊ›Êð‹ ?Ôq"—ˆT;3Ö]2¦%má1p—™åè 1xUnxn·…+ƒ~¨öZî÷´­£JsÆayLeiæâ=u$üìy#Yoí“4‡´Ó§ 8EF5(™<Åã<‰j ¯ë€W©¶ˆ–$ BÛJàÂZ, Ï8T.8LUZã.ZÎ 5v#zÃÇÒ7U{,úúÏÝ?Ô×ÿ¸#´)8¤:øíê¯Ä‰ÿ d¢ÎU6œD²}nlxƒf÷#ï:˜}ʧQ[òÂ-;Hî“ñfŸÛ1r}"o|9ƒv¯€j ŒÊ†j>ƒ êûËaªª³gÇØ”gT{TÜüíWx·œÍŽ3ª6¦ï[ãÚ£†€ƒ¨"æïÖöf Üš%rÁ9r†*=ùæ~ãçÿ:°QQãî~ŽÖcxÖØÁJã¡ßows-s¥í),[0ˆïØåŽ“Å#¨ð¡“æ a}ÝN‡Ïª„òÏ’äçùp‰£7þ8zC®½%ÇQ>Ή£7ÎÜoÌ— z¿´ïaj¬‚PpôüKèÃ>q÷-+rÖôb½E þÎ>z]\PõÇcX½±H4-È?{ö÷ßc³÷@Û¥ÏW´á;Ï›=<ó*We7’çß´5Þžt$s=—ÖSo »—rV!]>‹yÛ+ofûëU{/¡pÕ¦óDYî 2öž;oxtߨæ kæ¡ÔvŒkG·fÛ{>¢³·äàúë.=Bæ,pýU™÷bP¸ÒqðôUqˆîGCÜÑ€]1š¥°÷ŠAw`ïŽ7oÏ€vô–•ãÀñs=é¨JùÆ[N°øùôÜô[–<ñxŒ¿€·VIf/{‡¯teJ“kOU_»êȶûlKŽO8áIGŠÐÙsim^oxŸUÎÞªdÏ©vÆ{e×yòµ»Ðƒ¼}üèϪ›Þ¶œ½ KΦS{@F¹ú {p×Þsç •7ª×oÍŽßšàìÙEöòá…Þàøaçw¤ue€¹ã¹»â9V¸à0 TÕ(€ñ`ãyéîú{s¥rûÏxc``````````ü{O_Ó±þ7眻œ“›D6B4i*µF,!)/Bìk,¤!ž¥–&ŠD*(Bm !±þ<;U´üÿmimOUJmµw³+j)êåÍÌYî9÷ž»$Z}¯¿;ó›sæÌ™ùæ›ïûæ›í»÷xœÇyœÇý—¹¼‡÷|ܾÄ f.JMx"~xêFxQêÙ˜2cN&ßîlìµa˳Q1ÕŽ2üÑìÎ/n939uÁƈآÔrî¿ð]¿Ó'ŒÕŠÊeÆUî3ÐÇ·E§·Í_ÞÒ³Eò­ˆ„_Ì]z<ºmpb—ÙG*fÎZÖmjèùÇoN.w|ð´M©µ‚§>è¸pOQÿÆîšõUTþ[wú߯ñÆÖ•WºlÙ6í·¥×ÇìØvÚ'÷äÚQW?6Ì»³~LÄÄnÖ×ÿ[BöÙr7´ë½²*[ÀǷ؟ѶÁ¾ÉǸ2+SF_2†,ºúSõ‡:O ŸòÒ‚"®T=X-Ñܬc‡{·ß^ê¼ÊŽœäóAB‘ÿ7™Óo®èèwgÎÃïîD®˜Y¾r½èò;Zr«‹¼†TzgÓ¢öG£ÓžÞóªÜ¾çö¡¯O»9.[÷ãÜøï‡މí_|ùhjßWþõCvç¦Üœý±·sVMîÝ1¤Ç%c&ïºÖaUE¿3ûGžh±¡Ûê3]6?ýxí׃ ÇÖ_é›èj–¿Ü†i6#úæoÞ;¹%jï¢j;F|~°ãD¿–½Ãç3^Û[¾ògÇî$.Ùà[æá®¼¦-b²üëÓ ™aYÉ ÛŽ:ýÖȳ÷;†¬:{nza·Á× ýŠÚÈö9î³°UTóFÙ…ùG>ÛgŒUp²å'ÌÀ¬~yç#÷±/d.žžwfDÁÇ’½.¥î¥¾¿|›úÏ~[/¾Ð ¢Ì”:e˜¾Îj{hm~z­µ÷ûNûhÍxŸï—W™ß}ƪW:\ŠÛ»;ûêßÕK:y­¬÷å¥jŸ¤ö{gç€Ø™Û,üjæ¸üSkVÜ1ugÌÚtv[sŸô„þo~÷Dó__Ué@T•®y 6^3}[o£գÚ53GæÃÎâ“ÿŽ ß¹ñHõ~ëºðø†ÏöÅ©–)ƒîeLZyÊgT·“w‡?=}þB¤ið56ö†]? 2|Ñ~têÓU›*W˜ò¸°AôÑëÓ¯¦×iŸQwÍ;|æñzëšÕŸÞ³ìœ÷ëæKÙÅÛ{<ê>rðÌkÞrûÄzK“­ý×ç}þcÆæë’:¨Ÿ<©MfÁˆ{ •Fg&Îîß5qÜÉúPàûè̺/úiÉMx=wÉêm¶ þæ–ëóáû}æÃæõ¼²y}ƒ­GUIþåTµ«ù;.<Øš™â5ïz|Eÿºkܾ—:!*ëׇÛVK¿ÅoBaÁ¾cã&¯Šø´òØe‡Ž\â}Eô¼ðú¶â*}¾Î/[ãß‹OOï˜öôrdïÃGØøðræß?2ÝýÌ0mþ”E›ÓVO^üè±PeïÓׯ4vÖ£+ÒO []u<›çê ."£ŸªI/Vb“é9¡žK@âwxô]¨›^FMÐG(Quh(Ç‹Q/|m¯A0ô@bƒ  §šl.QXòðª. ⛺ŒN¹G*|zREÙÅA‹dÖÜS]¢–QÓD]®²Sý|LºœÓhl?y(ÈQ»Ø’3Rží`Д­«Ä±íUj5áØB|OÑ9ÒͳIû,Â)"åc”úôšÊ–•ž7Ñ2¾pC){šáë.é霞"ã¤ÐÁ‡›l ´‚dšÖU·ý¢ô6´Ie¥Ãá9r[ía“‚Sj@G%}¾B ¹Åspðñ¬~åþ×øú2}­ñUjy±ºr†Y«ŒfkAcÌ‘_YršþMƒ†¨542ŒâÌPÝP•2¦7Í]UË$/ŠPœä~lWg¼¡‰!ßù¸r*…ò)kO±;DFñÛ±ìN”o\¡Ÿ!™IG Q"¦Z"¥œl,4L”eœvµUµv"$µP£Ur1Žh®2­{Ž©ŽñgPºqnÍcSè`¬?hî£L\cE "×]ÆV»l2Wê­í¬Ì•S$¦œM›FȽŠ!æ~#¸•\cŒs{d5zªÀX£ç̸Î婬¡<äal²¤çålzï_Z1˸`ÂvÃ!"¥+Z4²–JÓsÑ#k‘—”J>~íMµéyš{ºŒ!LÀtzÑ\¾”Râ¢q—àX3‘®R=­È…ß—Ce©„ŠrZ¾'=ÍH(…ˆ×-[iŽÙ8¿?SƒÒÙŸÖm½¾ÂÆ*xóˆüc÷[扸ƒ–3·¸­`²N1DúGâë)UøkÓÏa&õ{˜æK„\4¦ Ì~È`Ò¯°Õ¿5âÖÕ7À%–›–sÛ°z¡$yÀÏÄof²YÆO•TÈÛæC¨Ö¿¨?¬°1O˜¾EÝùÆ‘„XH÷æ!ÖãŒI]u¶ám2½v†ŽøZˆÈxcчòŽèü›Ì–˜"=ÇH´ÖèS²¯Â;\X†šB Šëb\Ç#FÔ³/Þ-ìÆÔÚf©FBEX#tÀg„Q |@ó¾Du Û±œUÅ÷­^~pßp‹FÖ º«PÑp™ôrÃ&0›VÀÚ›ÓÐO0Ó –JCÓ©Dˆ9Χ™1o°“}R|¶ñß³ÍdYÆ\édaÐWì%t ·j%NëÇ•ãšVKZr*€t:¬¤òЊB}Ã×¶\÷R?ÍSõøs´‡O£ÊiT3L@ŸÁ'8ÀÖ0Ï¡Ÿz@pž/(ü!8¼Ê,ô&½ù´¯0=}¿ñ“áÂ)Ó0¯ŸH8ìÂG{SY5ÍG„ÒõÅ z;­·?ùN®Ç{¼Ç{¼Ç{¼Ç{¼Ç;òà¡Ç{¼Ç{¼Ç{¼Ç{¼Ç{¼Ç{¼Ç{ü_b…O\´ƒ!(Gpnáu&ÂMÊë58†…ï`¡ñ|&ã¼ü‡èg´±@|Ž@jOh£=vîÄÉÏÙ¡êôvš\Ç0D89“#¸s×ÂAº>,«w”æ(§^ÍrGçêÁÔœÉ ZxzyÔnw'É BS£|í5:e–ÔÂ/\'-—SãlO­ÅÚ@=Û¡JÞ¥…Q¸.z,ÍXš {ÇȰ¿“a…K¯¥¶ŒyŽ KJÒ@ñ¾wŒ~Îÿ^gÑ=Õ¶ºFnÀxÙÅ{=»¨Úôʸ•ª«Õµ„xñl^I1éJkD)Ûý,öjö6C³¤ûDÉJIvm4vM$Û³Ä!^Gæ{!3«k"Y Igîô:‹$ •XgÝö’ÿùÈ•âåe½!µÆ–,¤ÍÜnI±h²ÚHh!/CÛi ¢ ú³¢å ogQó1ÎÔÄo·§ÂZî,}3^©ÿÿUù›Ói|¨¦^oé¾ T[ Ðx:2C¬’º^jÏX|A/@¤*”¯McuÐ@H@ýql4¥)MQ}ŠõoÀ]©|n7žãwß0Ál]TŸ[[‰…Ɖ6ejþf¤2ÛYG² .)P›áCA´& ¼c–âÁÏuì¨N­:RìþÈdk+]ùÒs46¨)Ûm¢5›9Ù8c‰bæ‡ëÏíAR&aÇ+6~K4ü¼ŽáIOm¹A Öcœ¨¬ÙÞRâƨzDí‰ho”Þ4C]±ò`PO­‰Ív›¸ÈU€ùÔ’ê5£/nÁæÿXQ?i8„Wžk"bÚRËl•DÀsQG¥4ÂtÁo/32zúð¬ƒE0ˆõŸ˜wi?[ƒe;ŒÁR3™= @W©c3X¸î¹a&QÂãY YÆÞE!:r*÷öwP¤¤­¯hþµËÖ!ojGE{•›El,jJŸÅë\h£ä„ ÑyL „K%±uhz,g&ÛŒuK™DSŽÂuÑè?“Zœ%IÜù'©™©ˆ›-xñ“ŒOèÛbÒfaM 6]_Ï0VžBñJg™ml¡È€˜Ú˜'Å=ñ}¨"7ypÆà|¿âo¼gÊ P V+Ý’•–$¸Œd)º…©UÌd±ZKÒæ—`ã/j5n¥Ù‡Òj<ò‡p³8kÈð²Rx“4.Êr"—ÆbÙ“]_%T…ߘöÞ…Ù’XµeÆzÿ&ñ«ÆAlè=/‚ß›Þé*Z‹öc¿ZÆJö|KØYÆfÞfLë‹‚Ä‘·dK¬Pcðõm_2ó‚®¶ëÆø‚‘ã8bãWÖ[&™lÛ×ÍœÛ8Nª( ‡ö4VhŠaˆ=kßÞ’lH?¡2°ˆë­±íµw!cÒQ¶“öETvbuÌù†¨7„ïC x]“¨5]ÇÍWi|+ŽÊõ˜ <Õ­ÅDsC¥)ïPß\Š¡Œ–ø"•YøéCùüfë,±‚<€*ÐÜœ% A_£Ÿ`‚¤aoI+ÓÙ Ï šx½Åo e™ÃÆÖÑ^_2¯2äï#2eUm¼ É’µ×.1ùHr²‘!cçk”Aø:‡ùìKmÜËEºÄ˜Ä±¸:Æ+VéÑ»0Ìæ³ áà§ÃËŠ´ÊÄ3ýhÊæGî°F?F_Ðg‘—xÒxãÛç-0.à‰_ª©&ÿ9¿ƒiD)µ ‚WÞÜ{°8 Àa4¡’‘àx6¦]³‰”lMup±ÖX‰É¨¶ÆóëNhÖ¦…¨³ÓµŒHk7ç3CyÅ&Ù|Ã^Ž9ž†Â§FmJk<£ŒÁøðXòYëê <>TÀ¸,4ùâwµÁ¨ƒ…¿ª>^)çÈ5ÅóvmýÖ2Õ!Ó,Óµ¶2G\aÖÒê#Œq'$RÑâ°žeENfS®ÿ› IkÓǬµš)H—¾FLY_Œ, ÕE —‘4¡t_A¦µšÆ=]ÒØµ8VŠfydÑ‘ß I¶(­­i½z^¦[ÂÊh§|øãV†"ç\õ{äâ½?Ô q"cZÞÚ;Âe-oýÝÄÙðÒÞ%;ÁË–·ö®«KÚŒrñÞ×; ggKÌÛp79­¥4‹±cuäðÙ¤0¨è /GÖLS¿Kܧž^®iêýV·‹×9¶¸êQM[zwµgë»sî1Šõ4Ýa¡éºÙ/¶DR‚GÛzYp·þ H»s&íIðl)ø¢•®PˆÀ˜Õ†v¸éÕ80…¶B’PrméÇœ’ÕUšž«+JS§}½¶vˆ Â%¯ëœÂ»xYQ9sZøsÝ€N$#Ux˜„g´&[(ÓÝ¢Ä9#™-Œ‡™¸h_¢d®^háßæY()TGï_´Îã˜ÒëiAnáîjæVÙ®5jw-”3òAj-­‡¿¶lH)¨êÙÿßÚ7«vÈÀfÇÌêԻĢ“à^`¿ƒ5ÄÏ º‹-î>[÷ ŸJ­¬ ñ4m'²bwZŠŸGÖB^üm¢n›µ¿ƒÛh ÖìÞY7ÎfjòvW­&ƒ&ÑR3 ‰ª£2âŽþëL©5 u¯\Ðìèã)Ý÷BH?ÝÙ!e«J©Ól`ÜÂõ.•⩪õÉð*ŒçÊ«rf«â÷@ÍR¤Þ‡MDUpˆÇAî=õÇùA/Dè‡ï¢¶˜£’„5ôt§) ‚ùx5L5+"¿§_„â0NÜ"Ô‹âÆ£²0^9WjÉÕGd‡*#«ŽbŠû.ŽüO@2óÅ4® ›Pd<6pðµ7w‘*é“\O–ìR§Cža6û2ÌÇ”(fÉç®ÄÏ&Ø®$™#ì C#´‡–…cm‰f‡±0·3‰ùÀ@*-ÉÏ+1/‘ý!ö>ï«Ûâšö»µÿú­´WŸjqn¶~o ûò·@ ­t(Á.Ê×tÀMçeƒ ä’Šg‹¼S9ø¼ÖÅâÐ6ìyaÒÔ&%Áƒ‡a¥œ´vŠE]áùîW´s“&WŒ>>ý1m.CK<£ù½©rÎèxÔ}—+”B‘PM¹Þ]½Ç? Ô{®fs$¯íΫ2Yº{ð¥=²ðôû³wkMzð\ᆰ¿V6ÅK†>'ôæ;²%¶¼û¥ÿ¬zr„xÁõLS¦&ƒLNäi¸›ç•JµæÓ ’l ˆÜ……œÎ^—¿x/ÐÝ^4 ¿sž—Üåp—kú9Åõ'zF¹såܱÿ€ÛÒUó L‹g¯Ñ¢Ì×Ö?ÌUKF-î-Û;ë›{µþ~'ÒúõÙž5WwQÂÙÉ0«ÜCìÎ+õ`åÑ3ß]MêpãdÏ]HöÐ: %‡d=}Ýí犚U'•ŽèãcÇyÔ3ÇÏP\•q6CqU¶¤3”ÒÁs'd½îIõ¤þ¾©™ð_k¾®WÏ_göÔK÷Bj8+ý×§F&ã¡Æÿº{¨á¡ÆŸ=òýŸq­ endstream endobj 569 0 obj << /D [567 0 R /XYZ 56.693 815.761 null] >> endobj 79 0 obj << /D [567 0 R /XYZ 56.693 759.068 null] >> endobj 570 0 obj << /D [567 0 R /XYZ 56.693 738.489 null] >> endobj 383 0 obj << /D [567 0 R /XYZ 56.693 496.27 null] >> endobj 571 0 obj << /D [567 0 R /XYZ 56.693 476.4 null] >> endobj 83 0 obj << /D [567 0 R /XYZ 56.693 403.207 null] >> endobj 572 0 obj << /D [567 0 R /XYZ 56.693 378.193 null] >> endobj 87 0 obj << /D [567 0 R /XYZ 56.693 216.372 null] >> endobj 573 0 obj << /D [567 0 R /XYZ 56.693 191.357 null] >> endobj 566 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im21 559 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 577 0 obj << /Length 2200 /Filter /FlateDecode >> stream xÚÕYÝsã6Ï_¡Gy&VI}PÒc2ÉÞìm·ÛN2íÌmú nj͵,çôÑ´þë  ,Ùrv÷&½' üH oå ï_×÷?¼K„—¹ •wÿä©0P©—É<ˆâÌ»_zŸýk]uí^×ë¢Z.f¡ð»Çõl&ÂzˆÒ¸&zY4³ßïÿ bçRy’óOEך²kæW›Öì*]M ú0‹W=®ººÀÍ‹®7{Ý­p<è(½ tTê§aʤXîP‚iæÿ@Ÿ8A–‹Ûû‹ÿ^H#<é%*Py䥹 ”½ÇíÅçß…·„ Kç™÷bGn½DŠ ŒÐ¥wwñË…`O‰‘ÇÂ6NvœR(R)  ²j8>ïó\ !ü[Sµu1“Â_‘º¦¢ïÒh"~Cg ñ3àðÁ¥6M«Ùõ/†L*iÒßfŒ¯P^’Ùõ°ÄUµ©u·Òå’:>-¾èMK´=Iý¥®©ƒ„ëybÛ_T{mVš…]³Ò³0ñ_¢8^—NZÓ^ºÙÐGÄûuͲ(ˆÖNƒç]««½ÑeéTùñf–³s¬MDyB°µS#‚žVKåÄø§V¯Òiã¿Òh¾k÷±Lë…6-µR¿êjêÞšÖ‰ßÒ¯bÓv`õšñä™S´Ú Oÿ˜I € ’¢l»jÅì½Ìú©¶îª2ë–G-ô@)wÑ"æþZAmʆ:úAãA$ŠBòÿãUw’(¢tPó¦`Û…ßÐÚ /%Üo‹¶AþÇui\_o5a—ÔØâÂ7›«€aòZ/Mµÿ¸ôå„ÅbÂW+• :w·ÝêŠÝ!Q ɬ«]Žëÿ¼›W?DJ=¡3ž*ݺ1°"DèÚÆkYr»8F á(‹€Ê‘„’‡O&Ÿv­áÔPQNPñùœð£¶>MAMM›ÈÝ¿ wäL¤ÞÞ~  Ak¼@~@[wU«ÿlÁkhõ—.MxéH~³w¦­H„A˜÷éûGñþŠšº¡6e4«JDª ã‘:´Ðœ®¡´.Yœ‹Ž¹S`¼-(_Š3Ò M¿ÒLAšˆºåžS/ùßö(3Uu•㪎BïãHJc–k=ÈB¬Ã …i¤…Iœ’ía˜[±ÖgÖ#µç׺y\׿‰“ÏÀš~]žL*3H¿òõYµ³ÿî¯íbWžòUÍÖÜÒ;òKèW<õžêhJ[‰UA3®ùh*³6åK+šf·7F×íx;»ïv¨$ˆ“ØK"U¹:†Ñv 2h;Øq 3œ¬ðJÊìªÚBµÂ58IG9ðÓ‚2-©ÂuÚÛ:9¸Â}ÂeÆ…¸E´þ°û¿vc¶DÐMM¸Š&É`&„d•øšmXW9JI‹ Ü;—,¯i‡SK‡•,:ͽf±8 H»ï9›ÁÏ÷ë™ôëéÚpe·MÓmWš°mŸ¬X¬ ËGA†°^"Ï\Ð%‚2‰ôæƒþjeVÁ)øä•‹³$ÈRù=Qp\§2S0E%oYq’IÂûêÞŠ vImå–ý_ ¨i,ŽH$|O»œBY:uÝèvO•op8D>öºÁÂÄ„¥Ö#lƒ}K˜mÆé$…q~&Œsƺz%ŒÃ8È¡p|oÈP Ÿ™b‡­,tÇ•¸ã‹b“#lv¨Žœ¡‰ñøÈrR‡‰þ 2ü¤iLî\ù;ô¯ÕÕ¹a˫ʿ±¾ž<ªB•ÿGE6‚¸Taü&©0’€¾EöíE–SÁÕb›ë’ËÁþÍ%,‡Êó• ~â™Ù2…g ŒáàÌ]Ì'鑯æ^ïÚ±m‰è‹}n“÷äÙ²>Jr“3¤Ù¸ôŸÏ6a Û Ó[ÍPEÀð6‘&2ˆ³ø{Šæ ®RGS«Ácóþ¶¾ÄŽW}‰#uÕ6Ï,ÈÞ`ç³cÿsË®†Ý eÉóXù_tEw:ãy™èñÈ hÌGÓqµxÁn{¸"¦†Ôâ '«v¹œ¼$'„ÊGC×¶‘LzƸkF¤í1 ŒÈgUÇŸšG½î2`œïXøÁÞÒ,ëÎiˆiЍcõÀTÖPã|>—fo„:wÖlˆ‘ Š'Á£aGgžaWŒ, Ü1ga#GNï­€ˆNЩ»†K³ÃíH(µ®ø6º7vIæ‘Tz€€Ñ§‚zÀ2Ž™³»Z†ß Ë\B¾ –)T?ñmPX °B,£!Ææ cs c·áÑK’Oíûß1¼àиtÃYî8c‡΃£càŒJ{à÷O±óô†v¡6ÂÒÐ&, ÄKÿãa3Ur°ÿ54,ã(Èó·AÃ]"FÃ7A·0Øb'L[Öµà£Á.‚OÊÿÑåÔŒdeÊáÙ[›Éဧ•¿á«z5xÎQî:L¿lKRX4Ìö¤E:¼q»$^L,ï˸—Q¯:óÖ üÅþ!}0ÒŠ*lÐ(ô4›…(´4zaV£[«íÂTÅáøP¸ÑïÍ£+ÚÓUûh]˜(¢ûdgnÚi&VbAˆØ-È;[CK›[AºÀw¶î¹%1N,ýG¡D-{%Zêà—`L½£¾:L…63cm¯aÜàYÈúÃJ- .ìÄArcª%‹æGM˜(ûªc׆MâÁ¹ ´Ýö'˜þ5øSv1^‹çÿË›Ýߤ4a endstream endobj 576 0 obj << /Type /Page /Contents 577 0 R /Resources 575 0 R /MediaBox [0 0 595.276 841.89] /Parent 557 0 R >> endobj 578 0 obj << /D [576 0 R /XYZ 56.693 815.761 null] >> endobj 91 0 obj << /D [576 0 R /XYZ 56.693 759.068 null] >> endobj 579 0 obj << /D [576 0 R /XYZ 56.693 739.087 null] >> endobj 95 0 obj << /D [576 0 R /XYZ 56.693 657.921 null] >> endobj 580 0 obj << /D [576 0 R /XYZ 56.693 633.391 null] >> endobj 575 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F64 307 0 R >> /ProcSet [ /PDF /Text ] >> endobj 584 0 obj << /Length 1125 /Filter /FlateDecode >> stream xÚVKoã6¾ûWð(1CRÔk{(¤]lw±Mc÷ïA¶hIµ,§zÄ€}gøeÇE›^lr8óÍ{FŒ„‘³ûÅìöב”¦‘ˆÈbC"A£˜$<¥LÈ"'ÏÞ½j†þ¨Ú2kò•/˜7¬K.Bæm–A,[sγÎÿ±ø `çœÓ4 ð×lè«zèæwÛ¾Ú7ª¹ÆôÙBoß,ÅÐfÈØT»=ª¡@~°‘“lŒ´QÆ‚Æ<--X'Þ­ù“!ŠÌ~YÌþšqàa„“0¢Q8å4b‚¬w³çŒäð¶P™&ä 9w$䌊 ‚sMžf̘;‹˜ À‡©™—)å,264ÐV81ò<çŒ1ï;zªêµÏ™W*c°‰Œ9wûº6§lè „<¥£\b˜™×›G&"WÍÏ6>ÓBt…¤Admùî'ÌËʶ[—ªjêÊeo·–uÙ«ÆÜŸ*u'™b.;CûT¶ÊœF+á\«þbù Kõt)ë o­î©aXh#únH¹.O‚U×[„ª±šreKê šªÐÖä7Ÿ‹ÔÛ·Ýú¡)œÝ¶ ¯ÔU^YÈÈR÷U±E+U5ÑÙNÝ»kÙúzë"\O.:;0wt4#¦i¸HpÔ¬T ú-H襓?Tm~PrF5¹…¸WUÖŽcs!óðWµçcU 33µU[Ða@ äIÏÛ¬iÌé®õyâÃN5¨Ið¦J¸ßà•›°#ýP)0kØ™D»P+Õ÷ÊÉ=ú<ô²6ÛÅêÐ2«uMâ5׹ݨ†è“ ®Úܱ+~ç²2?«Û -TMwÓ¿sÝ!— Õ0ˆm3V9¼b×¹.È{¡|z,í²A~_ý©¶ý’…LAÔCnóµ*‘«—žM=UN3,8MâqœP~u |óµ½Úéb•µv¦<ú;EöŸG„ÀЦ5N³àõ5a´Ÿ›ý‹¥}Q˜éK؆‹â¼í¿À(pJëÚi{EÁ©ü¢ttlbK÷ßþaY¸US††a@‡ ‡wì ±f¡a™œõcIj®AËc|¹ý´‚<ìa‹¼Ý#NÝÜé›Oê%‹I¾D˜PÆÂÓ€J‘޽úž ]TÛ´æ’ÑP 0"¥‰«UUçÐ2Œ'Þ$*_šþKJÎövR !áj•—{;˜ìmØá4»ÛÛnOŸ:Êaa[¥Ò¸¸¨^^®|`\¬‘ôRòÔU´XÑ…ÈH/³ÞPM5#éaÿò¢êÍÐè½òÁ÷Ð…Ÿ®~‘]ZŠCÅ 8˜¬{ô„Šng|éÌ¿îEøÅɨZXzãÀ»–à4¦"‰Þ“_W.o¾ñ ’Y”þŸO¼¿^†ÑÁ endstream endobj 583 0 obj << /Type /Page /Contents 584 0 R /Resources 582 0 R /MediaBox [0 0 595.276 841.89] /Parent 557 0 R >> endobj 581 0 obj << /Type /XObject /Subtype /Image /Width 486 /Height 507 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 28618 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 486 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìyXTeÛÀï3êÈ" à‚"*(¸+"Ãê¾oi*¾inõ™¥¯¥•’¥Ù[f–f*jfeZ)š–KJæšû‚+î²8àÂÎ sÎ÷ÇÁãqÎ2Ï 3¬÷ïòò†g¹Ï}ž¹yæ0œEÓ4Ã0 ÃÐÒ° A±>EQ¥Æ-Ö Ãèõzš¦õ¸’UA¤bê5[²•lØZÌVçÒVmÌ&‚ HÅl±Ÿ—i>Üκ´´TÇãÈ?I˜;AJ¤}Ç®666¶¶¶¶¶¶ìÖ™*..Öëõl™ÖjµZ­6ùào/¯Èè^˜/AJä`â_5šö»Ø=ƒ*,,,--e‹uIIIJÒѯÄ@AA”åŸÞ¿íÞ•“¥:m©®T¯×ºªvè9ºéKí1›‚Ôr òKKKeØØØÔ©ëdv/Ç:ŽðÛ/›ƒÚutpp°··§òóóu:]IIIIIIòÁ£FÍËÏt%E§.$ÿÔÊ'¨…—}]g[;€æiAâ?§‹JaП¸¸{éJu J¡T*ñä!R«((È/**8}ê”L›;::֭˫ڦö¢(xüøÑ‘ÃÿµëèèèXv-›½ííå ÍÀúy¯¶kÓlÚØÞÎvúŒ¬ÇOr7kâù¸ü|}ý;^¹tqãǯ»wzúBjçNF çAZµ¿.(È?sæô ÁÃê:9‰×ôüü¿'´o߆Ý5›× ¼½¼JJJ”J¥rΜ9ìUìRöî70??aæä¾Í£÷t²¥¨ºõœ—ØçdÞ³yríì‰ãM]ôuù4ó;y`GÄÐ1Çÿ=­òpWyx0øÿá?üWþétºãÇŽô0¨ž³‹TY·³³S©TGjÒÔ×ÖÖÆÜ^àèèèX§ÎÙÓ'Ý=TÏ?1Ï?mïX§¸”ªãÞôZ¥Ò®þý®\?ãå[ÿaVΓÛçSýÓuÄÿµëÔ%?;]¯§óò ð#€2Äǯ×Öý_V7侜2e²y£:u:vì`0>;`9ç(É=½qË)ðh?lXg÷ò„d•÷¤Y7޼p?ë±–¦ê¹y´êÕ¾Q]S¹ÿïßÉ©w JJëxõ-ÌÚcÕ€+ Wì8˜1¬µÏ]fhW7†aò‰hƒ÷?øÀÝ݃fh¶¶Šözÿƒ¸öÜ3½¸ÚªÓélØ¿o|V²fh`ðy©Ó´´®¾m¡´ˆ¹ûmî-;u/3×É^q7#·PKe_9ÖÚ¯Ùº?Ov‰éÒ©=ÃÐx %O-MÀ“«û5!c=lì—fgìßÿ€ÚqÏDFFr–spެcWišVRÔ£Ôãt§>T9B²8ÅÙ6ÿ~œ¦:tö¬góäáý{YEí:š:Î_gnhi¦GddÝ:.¥Å– ˜Ö3 %U)¹bÇ€ÄÄDˆŽŽ6oXK-¡{ ™Ë˜|3.Ÿ½-\8oþ|öh/(PÏK6û×\ÉfhvÛAáýü­àì_)¾sòfFÁ™»yiš¢†.¶Å Ge=Õ½GZ?¿†uë]»qãz·ÎñÊ¿ê(‹e½êýì%Á@þ½#{þ¹õ4¿ˆ¥³GƒŽá‘-ëÛÀêÕñ0mÚÑǰjÕîÉýû÷@óæSx¯7Ff‡—Ž<“ö´ Xaçàâæ1rH_Á"+9t'Wa£Šò.Üw÷ÎÙ§%íœí€.-8søÐå[…Z¦®›ÇØ‘ƒˆBÒ=9–tèú]lUMZª#º¸Ù*¸Ž1[½p§DáÞ¿K³z$áÿë”¶TߪߠîMœZø34Ã0ŒIý²~}q©R¹‘Ù€u…þú3)ý©¾i[õÍ3Éœþã˜öÍ\¼íéXVPLc¸¶ï÷ãwrë5mÖ\U˜}—0¤+»w}PÐ ¸‡uóðÙ³» Ç |‰ks2×¥C»¦ÉÇ®;˜Ü©i’ðÎçÓ4Ó¹aþ·š1i¢nááþõZ°€ëòá‚Ü•®Ew*ôz½ÁýCJuZîq§Þ£KŠ >YµÝ‘*íÔYU×áZZš«ÃM-x;2géí\ú·Vµïññ§_ÙâçühšÖ–ëKJå U›M©k›vgvì?‘É~YªÓ@áÓ¼+§/?.Ô•ýèοZª Ằmø}›ø°_ú6ñm@ò¸ƒ2­ðqÚÍ;..nBØ'ùÜ,ªA=»Ãýõ´TÇ>ÏþàÖêi¯çµçFã'œÿ ÿ±Ô aC6ºq÷qîÓ—N^¸˜6qü –ZéÓ£ ô4sjÇÖgŸ}tôaa˜§#MëõzZOÓú϶|HÏ{­×ë ç‡ê¤=Céõzxö¼|xÐÊQy&·äxz¾úÙ¯š¡”©Iå‡fh=C“ä“}\_Iq:­Ï•(SH)?¾¢å±Q(Ë6Â옞][æŸZ¯W(•4CS¥4mÐ .ZÄïòÑGÍŸ7ø½E=û$Ã0ÏwÙl¡¦†»œÍâÞЗ²µ}œWäÖ¬CÚƒº­ºÜÎ|¬roÚ½]·ôb寄}Qáê áê¬Üâr\ ØG 0ÀP@±ÿs¡PÀ6à~‹J=»®Ä¶b€y6ï,x]Ž¢φ§(Š–¢€¦iªTëáâľ°™—;;١iUÇ6©»ŠŸ} ÃÐ SZZòèþ'¥ìY¼m¨ûZúè•[nÎÓ¼öìë6WÏœº|ÍÕÞÙÏד?¾Ác©Aö:ߨËÝÅÍ=ßöÆÃüƒhso.ÒÓn­C:7®ú’û‰‡®Þ9r·Ç –8$Ý+ؽÿXÇæ…š»íB¢HBꨲOÉ(GaãÕÜéÏ«O¹#1=÷¹tþØ ŸÖ]¼•÷ÒµzöùaºtùÈá&/u`è,þð`ßçîü›œdãØ¢YS|ƒÇRƒPùY§o_-ÖÑöN.!ѦžxÈд;¿¦uí˜F'_Ë{xô©Î¯yt¿§ÿ¾zçJÒ=ÆÉULRËž½'¾zéxØz7}©Gx a¨üÇòဃ{àÈ~vGO]ºzúØEšrr©ßº›=Ã0¦N$õ¸U/õí?S2/² èÊÐY”ÂV>ŸŒà÷uR§Õâ¹’øˆÂ ¤Æ$™ ‘¬ØÏ>¢×ëš6Ø/sm[†¡)nm¿Ø Þï=¶Ü¿7gÎâO?éÅ»pÍ0 •‘‘QXXXPPpú䱑£Æd““S”w&ôiqÿþ}öíûû𱓠¥rgÉ.g»¡½£Ù{¼²XØÔ³êË>.» CÓ@Q Ã(žÖü§šÑgÈûZþ‡®höç' ~¦µz—l}Ñ¥Ï<Í+[Ǿ!êÖxBt:mÿƒ~ÙüSxDTýúâköèQNrÒß Ñé´ì2£ÃÃPÜu^þ¸=ø ïëƒ Ÿ>Íí3mê{÷Ÿ½t±_?8w!5<¤[ŸžÑGŽ÷pWÑ4Í/Ùb—}ÊJöóORÏkzû@+׫3J‡VÃ_n%<³ÂQ\Tdoo߯ÿ ?vý.ÓlÀÀÁ¥:]II‰Ù½øå6(Ùee›­êü'»thÏ^éÒyOâß³Þýºuî Ò¥ ¼¸Q—,Ä Ã|×ÒË*÷Úw¹ŠÝfãšF^µ‹‹ëÔuÈ>¿”}2ýÀG1a]üš6öððjê št_økªI‘œÛúe¯®Þ^ÚEŽÞs/ŸpÙ›Ãý7hÐ}á/—ðE‚ 5ðÂ2-xü«/…tÏ»páa@+Š¢œ/_‰˜=;õPÊßãb‡þµ½>B¼ Õ];´ lš±Oäß¿l£j5 Kd[úÁåäÝ «†Þozy÷k\¾ïmüòð¹·ÛG¿½yȈMÒöþ~øÀÄðJYw؈¡þiû~?üçÄÁ_ß<þ\X>rüÇ)m_yupîÕ}›–¼qn¾÷½ì[øøµeï xÈt“™1O|4ðãŸ/:¸¿Ü?()®¿I‘ôšùóð—x¹þ±ûTâC¿¼u2Ž/¸hóEGÏ£´9ôñ|‘ HÕÊÈÈ(,,,((8yâèˣǚjX_û]üœwÞÏÈzú÷ßÚ]F½=K÷å—7²5GõUtÿë`óf~ÔèQ—.uÓ®wߺuœ>[²xòÄ)Rò¯e³ïF-Mùö?­Ø*~>igÒÉKš'¥z]üÚ [•&#•ëõßÄ+ï»ó«¾|û_ŸÑÊUWpÁ»i,8rýMW}É=ÏF(¥SvÖ-è×èH®Öøøw{†.\»n“SÇŒÛ{ùÑ\z–é"§áá ¯eËŒÙÛ·ÑÉ|íòó·Æ6tÊðSÓà™ÜF#™—rmf€[iá¯&aÜ!³®¼x{´wÝ‚Ì_š´™xyA* ¾a½‘¯¥ÆÍdô=~œwéÒƒì‡×òó Iuø§-6ööÞùþ‹ž:w¶=ñO‚)S&S”¢nýFÝ{‹ òbŸÜþ†zÒ¯W^¸X {¡ŽÌl[Ÿÿ¥ÑöÓü]À¶n٧ŧ¶t¥½€Ö—]%8‘§€kÛ~¸ö¬—6ÿ´|ðF»ÄI‚̘góµ0²85 0“<’ÿ{É lêø³×Cøóª u½†LÇ— ‚Ô¨ #Eeç9kÛUø!ù\LÁyoßhƒŽ ʤöveÍ/~ ü¦tr²;–§õû…oC½Ùgî¥>}þ€(eÀ†"í"Œ“™1;8ÙÈ×îԎ𬓟¹ À„H 2Àìdw*_›U0Ú»nAÖ|‘ HM+Ùe•Ža %¥,ûƒŠ¢(J¥T*Ku¥le/Ïøì>-ùü“E‡ÛÜû—ÅÛ‹òÉÿuˆþß±­#{é^îãy—N¤Ü´[v5©ûÝÎö)¹%}'ÎèÔÀ‰ûI#ß…„ž½zs[Æ~ûmls™1?ߪï·fF8Ö?àìÎmäÁKñÑ+-¬M5ìßm/ü±_$Ru°ØÍWÝë{äekïÜ Èzth«O?}òèñÁ±cml²sr³zª¼((WÉŽOXÖºá•ýÛ¶í?7à»-Þ^”v³w|7b@Cýï?}¿yûß…îÁÓÞhÉ}÷›U³Û5ó<ÿÇæøøµì¯"v!á4ÔŒBù1;¸sÞ+á¶ONÿ¶ópø‡Ûù§Õ¼Hº-Ú5÷å¶OÏýö{J×9ÛñE‚ UËüú1óaúʼnޫÖtœ0Qçèp.íúgŠaÚ;9‡t§ýsbÃw6sßéÐw€½½ü¯“ßÜè²h/öÊLÞ½ï|Ûϱwî‘~K-‚Ô¬õëÇ ^=ÿþâˆII Ãà nëëkcc÷o©ºut*,`€É{œýý†Ú’è¿ã-¡¬u ëµTü¾á«C…¥Ê~m^Ÿùöǯ·Å´ –lCŠ‹‹ŸïÞqñòîõ÷sûöý{îBvކ¢(O•g“ÿþwøàÁÀÃÐðì&#ÅÅŘ}‹àè>ð¤˜Á’m„G)Ti©ÎÛ³!÷däè±2]ôz½B¡xôèQÆ 1û‚ W²À¯Y‹e_AÓ¤—= …_³æ˜wAŠ.Ùõë×oÕ²•o_“zÙÛÛׯ_S R¡%ÛÁÁ¯o ‚T L‚ –lAK6‚ –lAK6‚ bÌÿÄÈåÔ‹˜>A³y) MÅ•ìnÝÃ0ã‚ fóôÉãŠ+ÙfL† ‚”¼– ‚%AÁ’ ‚%AÁ’ ‚`ÉFÁ’ ‚`ÉFA°d#‚`ÉFA°d#‚ U§dïüh¢“†>þã¶\eŸIž8x¿»‡ÊÝCeÒ°K¢ƒ>)€ÝŽï¢V‡G\+*U‡GôýßgŸ±Š'¶‰^*l`j0‚ 5¡d?>0aÅ.õÌųúÛ¯š5\Ë@~zBìͺ'–gؼ;«6ØÏ‰tu€i«ö&JJINòw´IIN2h©ÕÑ"å~Éì·èwl¾[u7Ï=‚ X²A¯Í€njµ:¤1­{T¤×-þn§¸_Bœí…w-z­¥OÀЗ“³‹ä‡=9]È‚h˜Ô'¦€fGG©Ã#ÔáÜîØÝC•°`bLtä„ßn'/™Ü5<2bÀ”dØ=v ¨Ã#Â#{@ï»®;%œbG\ltDhPèˆÄÌBö™´ŸfÇÄôŒP‡u¸éü£²w /Úü Ó‡õ ŒìÖ}À¦ ¸x—Íèß;:8°Ë¢Ý÷dd[öŽŽnߦÛâ=÷÷,}³_ï¨6]>Ý÷@f|Aj!TFFFaaaAAÁÉG_=¶¤¸ˆaŠ¢Ì’ѽÝöÇó98r冈½Q‹í®žYí ¹ÑyÚÇC¾ÿíq÷ ¯ýý:¿:<‚¿ƒ×ÒgÊÉj{¶oN¶†‡}ìî¡xÍ0ðóòÜ{;ÝßѦHSä¨r4èRò4Ù¯ów®m4ˆgøúãñƒýÒvLéóeÛë)o@q–ÆÁK¹7¼—ºBtðõ}K?M™ÚÎ=ïÞ{ï]^Íûýñ¯øåÞü¾uÏ]éiÛ¤t÷P]›²|èK¹7×7ï¾dÌÚ?¾Øâɵµ}ÿJOûMj|AjlAÖ<Ì:räp#_+”l`J.ž<]äР_A÷Ö½§¼äùÛ{o>¬³«?bîšù#ü¹’šž¥¢²U ¶*MFªÌM==/gfÕQP2%ûFæC7 æG·>ÜdàØ¾=‡ q·UtaèUƒ6ÙY· Jö•Œ,•­‚Öi¼|Â4™W@s|Ó[ ×ßz¢·UR—R¯çhˆÞª——ÿKì8šìG—/g¼ûða] w÷h”“)5àó–ŒÖ]Õˆ÷¸ ÛKt|Ajaɶ±Ê$”}›Î!°y|jÐê±®/ýíû‹·;Ýx;häÙÃR¹7 ˜ñÐ5`ë5|¼ÿÌÉ¿÷íýãÛÎËöß<ºÄìã?êݱ¿ŸìEë4ªRƒ—2Ìæ¿Ù+ º×U°ñ(ô2>oIÙ½ø¸¬—Ôø‚Ô6¬ø!¿œs_ÍLvùui_†)€í›·þ²-•¡µ4¯öNX¸vÝ¢IàÖúMùÑÂ\ìOæi ÷ø—s¨Î1CÞ[üyÞí?Ê6Ñ6ŠLmÙ¯%µy'í]ÔÂ~qûîÀí½q®þÓÙghõÍ|\à즙2ƒÏ VÍüñ ûøæ©4™ÐD$€||Aj66V—Ñç½9úË‘«û:(ÁaÔדv,X:wŸ½×„ÅÛží=¦Ú™¹æ¤§¿úÛ_^5ÁàZö„®ªWž„wõ2>5]2oÌ t…ÅãüÄ>¹ì?êžaêúuê$üëñå¼B';ö>ýÅÍ,­×ꄲOþ´h측î ÜZôz`ŸÔà¶m¹8á­Îßëí­O×÷7wl.›p@DÇ7È‚ µë\˶¹·¾éúºÛå½cË?Ô} âMkRO?‚ UƒkÙÕæ¯›Mÿî3öOiÊCñ“¿?ÓMÀz ^±.s-ðI ר‹‰Qx⩎à=FA°d#‚ X²A°d#‚ X²A,Ù‚ X²A,Ù‚ H,Ùä"1w•ÊÛ'8´ÿ²?o×ò3Á©ÎHjϸgdÌjäSì˜3ª]ˆºçà8©îfx×j¼ªÍI³Rn˹ØDM~FcàD€Ý~i¿ ê÷Ó ©”=p“²AUÁò÷)~| QËW†~°$ðîºÅ¿cÞzÇæY÷ŽÕ†Ò¬ÕÑv¶ ÑuÆÝÑ›äUdИ¤;ù>žž—2²œ•”Tw“¢5»KõÂI³Rn˹ؚxzžKÏt³Q™wgU××]RwýîÆÞ…k½þì6Ë»¶h½÷b/7Ñ””ðè´:º$} yT•…Õï1b’H,<\ e}ùa…ú.w¡ú«´ðÚ»±ý:…†«Õa±‹/š‹ÜFßs&l` :«03qhhpHdLì‚]${"y›G‘æÐ¸žÝBÕa]{ƦhŠ`RŸ˜BšùÊGçžo¬Ý…š4£Y­^ª6aŸ4ÂT¹ï²6×SÞ"Ù¼ˆjÒä³ZíTmÂ0*>iä©`gý®pý[j±‰.<Ñù"@áAñÝ~Y'¦ Ù:éèç &’ϹhÀR¹â^‰äQU]¶HÉ.-)±up(ß$¤"±„m[]Û6é½Í.Íÿïæñ2CŠºÁÕ_þÞ^IwÓÚ=·ºUs‘ÛÂcà{Τp«St.o¯Ã÷2T¶ Z÷PÕ ÐhÉ–·©qð‡õô ÍμNX}„š4ù¬V;U›0ŒŠOy*ØY¤VŽÁú·Ôb]x¢òE€Âƒâ»ýþtyùáwšÔ3˜H>ç¢KåŠ{%’GUuJ¶ánš°±·+÷ÞT$΄ušôÞæ§7×È•lB7˜”©Ë¡š+íç©Ö\õÆ‹|Émaä1pž3£A›‹è7 ¦ÛÔLû†P“f†ð¬*«ÚÈhݤ™ºÍ8Yl$2$‰eJ_rNò©WŽ…J„{%’FU•\˦(Z¯·ÈÐ$"±„„í–þ8¸ªå·íB}ª¿Þ¾ö(ûøIFˆ©¹šY“’œ”’œ´È×Ù$[a |DðUg¢s½éïÊÎuk÷<’7:ò65Žéþ®óËa¾kËérWÉźó1*<«Nª6‰%W¡I3=¢ß® /6‚ž‹ÅŠsûåÝ]‘8ÇN¬&Ëç\4`£Ë†0ª*…È5k…Ò7Ñ&‰Mž2…RÚ7m«þï²å#ð¯e‹ê»€Lýã¶$¤NžÑqS¡“-4í»ò‡¹måÕ_&ÙÂcà#Ú€¯:ëµ_¿;lp÷¥^-Âg$É¿1›ÚóS°5~ҘѡŸÛéìš~—0EfLÑî|Œ Õª‘ªMjÉUdÒÌH…èw…ëß²‹äˆ8 èAqn¿++BÞÛ.:¬|ÎE6ºl£‚ªäí«6"1ÑFTú‡Æjü×Ä"È‹9·_lëV‹Ï¥ú˜ra§¢ªRײÂoãòBIJȈùn¿¯\­°zMU•Bd—­Ó–ØÚÙã"C©tŒÿ)­¦ A¤ ‚·…BÁ’ ‚`ÉFÁ’ ‚`ÉFA°d#‚`ÉFAjYÉ&q‰U.å´jRÁ†'ÎêdÒ8RT;Ç‚Ôx¬rB—XåRN«–Åg1£½LãòßüÄ$ó‚ VÂê"1 v‰éµéKÞz¥m _•W£àäÇÊÀDÅBü'÷Xhœ*§U ª¤á‰;d’qŒºµª£c Ap—mÞÏ"—Ø–ÑíþïÀƒÆÑ¯½7¢Ãƒ3ûþ»x½Á{|þÝ…2$£2'¾/C(p*§U«ŠžŒŽcÔ­U-KRÛvÙV»ù*K¬u/Ž>v/£¥£ñ;t eHFeNüú%8•ÓªUÅ OFÇ1êÖªŽ%©m%ÛÆZó»Ä,q³×ç?`4€€¡ ø-„'ò1E©F†'#. ·TCÇ‚Ôx¬û!?y—؇aÞ0òÕù[¶þöåå‡ÊDÅBa.ö›nçÀ­½óå,—U«ÊžŒŽc”êèXBõ†6ê{ùÇ?nýwö¦=?O?øC#ÿö³^ìnp-[(C }½âáýÃ74ònÕs&À2á•ǪUõ OFÇ1Jut,!H§‹Ä«R-KR㩈ù!5€êèXB¼0‚Ô^æ&ž}ÞÁ5êbbæA*Üe#‚`ÉFA°d#‚`ÉFA°d#‚ X²A°d#‚ X²A*X²Mµˆ¹{¨H„[œ×j÷‡ã;„¨Õá׊J9u–<œXKJ‚eªñË<¸YÖ?Aj–¿Çˆ1¶É‹¯ø^«&žžçÒ3ÝlÄÞhu´­B87¾¨«üæ-Â’-5‹hئbö˜‚TM¬~B‹X‘&yD@oÿ ‹v‘ Ëy­&õ‰) ™ÁÑQêðuxß–°`bLtä„ßnˆ¯ ÄZR¬q±Ñ¡A¡#3 ÙgÒ~šÓ3BÖ9tà¦óe .Sb¢ê/ѰÍIÙÔØ1»†ùwŸ{¢ìgÞ½5MÛ¾ƒ/Á]¶Á"‹ØÊÈÖqrº¼¾h윷ê„p—mxóUž×JJ=3"þðšaþ &¾âw•`¹{¨†¯??Ø/mÇ”>_¶½žò&gi¼T{#!pÐÁ{©+€X!Æ!ªþ Û Ù˜”ùŒSWp©uàëgÓ’ë)©?Ç´ß4fÇÏšâ¢Gê»Ë¶’ûѸE¬U¯lš‘¥b4ª†mŒ^á{­¤Jö̇n6ââ+~Q –»‡êJF–ÊVAë4^>ašÌ+ 9¾é­…ëo=ÑÛ*©K©×s4€X!Æ!ªþ Û Ù˜”ùŒsÛˆàýoï[Ù©¸M«aÉ7Nzâu©Î%Û:wò#°ˆ1¦ ÄŒö`‹XN|5~Ô»c?=.Ø‹ÖiT ¤'–„Qòa›!“œ³×Ò©ï¼üã­Gœú~‰õAª;V| Ë[Äf´r€ ×Å/œH2Ús¯Á_(¾â‹µ¤$Xqe ±8Wÿ2…Ø­¾™ œÝ4SfpyS¡ú Ì’5ŸÕkúÆ€ü•¯pböÇ]p¹#HuÇZ÷Ë6j›øë·‰CgYÿ™Ë„ONG0¸–Íy­ŒO-&¾â‹µø,>½OÄEq3Këµ:¡ìS€?-;®G¨{·½ÞØf)ÄÕ_`–lŒÄ|öö‚¶QŸvåY_RÝ©6"1y¯•IÔ6 Ö¦áAߨ³.º.w©vTȵl+àÜlútAŸ tu(Ï8¬ëbí¨×%OSbúÏ.®ßïP$ÖkÁ #‹”×Ê$j•ËÞE}蟸ʤƀ!@Á’ ‚`ÉFÁ’ ‚`ÉFA°d#‚`ÉFA°d#‚ U­d“XÄXs˜»§wÓ1C_Û|8Ï„Iz0¡öŒDQF>ÅŽ9£Ú…¨{Ž“ên†w­¦ªÚÊ3QÅdÞJ'¨œ+VTh4Î&h€P˜öË ~?ÝJ©Ñ7)äQ• ßc„Ð"ƦcmüêGwÎ~»tíÛ¸ýgÞjçQJ³”ÜË$“™°1Iwò)|<=/ed9+)©îfx×PÕVY™·Ò *çŠÕÊÉ· 1.ïÚ¢õÞ‹½ÜDSjtR£Óêè’ô5äQ™uEb„1–aÆOš¹p϶W)^6qµüÈB}—»‡ŠPýeàâcê/ ¶…‘ÇÀ† èÁDç’ÉìämjBÙ¤>1…43 *ò•Î=ß º'.›Ñ¿wtp`—E»ïɤè…-dSµMøí67‘èàÂc©øÌ›šO3²dꊕÒÊÇÀÙEŠ/Ô—Üÿ&7¼—›ƒAJEϦüB’zás €<*Ë‘‘‘––vþüùïÖ­ÉÏÏÏÉÖdkædkÌü§I rgG¹òÄÊN†?xhØŒmÀ>Öd\JébÐ&00ÿ¥‹’:z/#'[sÿò]náëçdkN¬Z? Ž}òÁ¥TöÁ­ckêxŽfâ¥^À>¾qþNN¶æóΞ‹\ÉÉÖÜ>½¶Žj¸ð@„Ó‰v!FÄ–oÀÍ.:ׇõ‡¯;ž“­9?„ߨ ;÷@4cÂ#{6ìñµCêÌ“iÉb¿?ž“­¹ub‰½‹Z&l~Â\&Ÿû'šþ.ó¢ã—ÿH¥òÃÉ5\x,ŸyòÅlv–ʳbEW¯è€}ݶ§Ý—:¨ô´­õû±Sw÷Ÿ¸G8‘|ÎE–Ê·È£2ï[¯¤^ünÝš}ûöYÃýhÜ"ÆWª³ÂJé’uCfTQ7¡úKèâ’W±-Œ<¾ÜKª÷ÃLÊ(&’ ßÇqämjR*2ù·Šîª»ÖUPzwF9Ù™F³ZSUm\cÑÁ…ÇRñ™'_Ì2"Ÿ¥ò¬XÑÕ+: ß&(<(¾ ð!A——~§I=³É6 X*WÜ Ê"F¬p'?‹Ÿ¬ãÿ§†ãåG%tƒ‰ª¿„•]i?O°æ*¨7î\äë\[˜d œÜËhÆæ"újºMÍ´ŸÓ¬ª@  ' ›4WÕKÕ&ÖÈ΂u3oj>ÍÈ’EV,É€ Ib™’Å—œ“|ê•cµSF#á/ÆüÉXëC~ò1–„„më–Íë3jPöo¯C~ç.Ôw¡úKÌÅ%Tv5³&%9)%9i‘¯³I¶0Âøˆ6àëÁDç"’IeŒ?‡Q™h„¢È Õ †ªÚä—X·šyÓóiF–,°b bxn;(N˜wwEnà;±š,ŸsÑ€®j¨,…Uî—mÔ"Æ2yêuÝ›wêóÎìEã:~\„o½Õw™ú Ä\\òê/“la„1ðmÀ׃‰ÎE.$›Úó³@ "“éÎG>«PsUmRƒK­ÛŠÌ¼ù4#Kå_±$GÄÙEŠ^Y‘òÞvÑaås.°ÑUMäˆf^Ũ."±ÊúÐXÕAj ò6ANÛºÕâs©>f^þ²VT–º–ýˆ HõÀ¹Ùôÿè>ÿ£•'¦›ÀVƯ\­°zM•¥¨Æ»lAî²Aª+X²A°d#‚ X²A°d#‚ X²A,Ù‚ X²AÚW²IŒb°ëýÑ~½Ý=T»rŠääl=¢ "y8é‘”ÚÇ<­‚ HEb­¿~$4Š@OÏšYºzM¯Aƒùwã5€ïUqˆºø7Uû˜¡5B±6ôׄF1wUÍÀ§M•©×ÀsI)ˆøjy‡–PícžÖÈÝC%T:IYÄ—ÍèݾM·Å{îïYúf¿ÞQmº|ºïÌø‚ ´ËF÷vtÛÏç@àÈ•"öF-¶»zfµÃ‹?#¶Ož2ÖÆÇ6”ÿ-ƒŽké3åä µ‹=Hû,FÄ^3Ìü¼<÷ÞN÷w´)Ò9ª º”R2!¡ÒIJVÖ’²{ñ±ù .Aj!Vÿ‰QŒ„ç¶‚ݽ¼CË µQ™‡Q‹X9ÇGK¶Õ¶ôeF±|”uT£¾ž“²tî’F1Q >½ÇÚzˆ&¥KæéÑ#|¼C‹ýõ#_íCÈ„m[¼÷½Û¹GxÐ6¥Ê´üiÑØ×{„FFǬʊ-çø„Ÿ_D¤öPmò¶“(¿ÚA¤b¨®Š[IXCíƒ R1ØT£Xç&Zàs®Q£ðÄ#RÁ{Œ ‚`ÉFA°d#‚`ÉFA°d#‚ X²A°d#‚ X²AªY²I,bî*þ¿ˆÏ/Ôæ3Á©ÎHJ¸gdîLB>ÅŽ9£Ú…¨{Ž“ên†b­¨Ú¬‘³Ï¸U—“y'‹Sý ´÷¥ý2¨ßO7¤RjôÀMÊyTÕ«Üc„Ð"Ææ}m|<û¥ëKQQ/¹ÔøÒ,ê9¥eÂÆ$Ýɧðñô¼”‘嬤¤º›¡X«ª6k¤Åì3nÁöÂÆfœ,¾êOˆ½oy×­÷^ìåæ šR£“VG—¤¯!ªjR÷!´ˆ±„‡«Ù›:ÉŒiàcOÛŽ¸ØèˆÐ Ð‰™…e?½Å<^¥…×Þí×)4\­‹]|Ä]Âé¤\b„1ð=gª3ѹ 3‡†‡DÆÄ.ØE²c’·©qiëÙ-TÖµglЦ&õ‰)¤™Q‘¯|tîù¶KÐ](Q“ÉjÕTµ Ïr§…|¥É'Ê`…—s9™w²8ÕŸèAñí}ú’ûßä†÷rs0H©0ç|D–Z6Ük<ªZ½Ë&´ˆ,…¶ïþôn[îK‘˜¨løúãñƒýÒvLéóeÛë)o‚„ÇkÃÀ6;{¯Ú>= §º5¬cTÜ%œNÊ%Fßs&Õ€Û8ˆÎµ\Ýêâ¬=ñCü®'Lî6e‡Ô.›{ oSãøZÝêÒ¬=ñCünlŸÜwY›ë)o‘lmD%jòY­‚ª6aŠ*>-ä+M&QÂn©åD~²øª?áAñí}Y'¦ Ù:éèç &’ϹhÀR¹â^käQU—]¶õÜÆ-blÉNض•íQ¯iǾ’mQ7Ø•Œ,•­‚Öi¼|Â4™W@Âãåïí•t7¯6*îN'å#Œï9“jÀ­]ѹü½½ßËPÙ*hÝCUƒ@£%[Þ¦ÆÁÖÓ'4;ó:amJÔä³ZUmÂU|ZÈWšL¢„+ÜRˉüdñUƒâÛûþtyùáwšÔ3˜H>ç¢KåŠ{­‘GU]J¶ÕîäGl 'Ð &åñ2@(îJûyê„5W@½qç"_gátä®/©8쪄 ÍEY0c¦Ë!”¨•G‡V)ª6²Y7-¦®43’l‘åD2 C’X¦dñ%ç$ŸzåXŠ”ÑH¸×iTÕë~ÈÏR1Q7Äí»·÷ƹúOgŸõx½ßE5}íQöñ“Œ"w5³&%9)%9i‘¯³ètR®/Âøˆ6à«ÎDçzÓß•ëÖîyæeŒ?Çt×ùe‡0ßµåt¹«äbÝù”G‡V ª6‰EU¡i1e¥É|W¸Â-¼œbx®ú;(ÎÞ—wwEnà;±š,ŸsÑ€.¨ªV¼_ö3‹Øa_%8ŒúzÒŽKçî³÷"±ˆ\Ëfè’yci´ +,æÜ`ÐûD\ô7³´^«Ê>¬óÓ¢±ãz„º7pkÑë€}ì“ã¶$¤NžÑqS¡“-4í»ò‡¹m'lÛrqÂ[¿×Û3ZŸ®ïoîØü…ÈŦ“êBѬê¬~:Éÿëµ_¿;lp÷¥^-Âg$I¾Ø!ð§àZNÞ?iÌèÐÏítvM¿K˜"3¦hw>òY•‡¼¯ÑôŽ/µ¨*2-&­4™ï W¸e—ɱª¿ð®^¢ÅÙû®¬Hyo»è°ò9 Øè²!ŒJøË³ZöëÇ ¡*|>¬z}F A¬‡¼ê³÷Ŷnµø\ªYWϬU5º–ýˆ ˆQýñí}?^¹Zaõš<ªjD5Þe#‚Ôxp— R]Á’ ‚%AÁ’ ‚%AÁ’ ‚`ÉFÁ’ ‚Ô¦’Mn#³<Š&“¤JVÅJ&*N•$ê"LN9½Jlº2x†ûÒÝC¥P«Ã:…Üx:»ü‹Aª–ÿëG“,båq™ô‚¯"w±†‰Š/põ?qˆ:Ìø3–Ç«TÁ¦+ƒg„÷tÎ9»"øåÓ÷¯m¼ R±ú_?šdûó‹ÿkÓ¬±OËΟ<³.É T4‰š‡äZÖvSqT˜‰ŠS%IùŸø^%ùäˆz•ª éŠ„úA¯=>€/xwÙF(˜`ó9gZÀíYýbï¢f­K÷BU4‰š‡äZÖvSqT˜‰Š¯J’’‰p^%ùäˆz•ª¾éJt—}ë@\Ä̼;–á.©I»l+¹I-bÿÞÏô³Óº{6PädgÉ¿5*šDÍCò-k»©8*ÌDÅW%I•lΫ$ŸQ¯RÕ7]l```iÑÃkwо:znœŸ3–l¤&•lë(ˆ-b~JV“JU¨hâOÉ=2ª ²ª›J4&%Ï A—QÇçU2Ã¥T5MW*[Ž={O}É=…­'÷­”ä$z遼fN·{6¾æ‘š„?äg1‹˜4"æ!b‹¹©äc“zQ>A×sUÁ»ùäˆx•ªªéjv°Çœ-eï6Îm™ë<Ë`a÷~wKÀµ¯žËÁ9R“°–H¬œ1 óúÍCä->–rSÉÇ&E9]œ*ÉøI1–¾WI¦KU0]ߺåâ¤ÿvYSd ZGŸ-¿ÅîÌ•NËW øùüSŸ™´¨¤*ƒŠƒj¼*É$ª…W Aj¨8¨iȨ’L¢šz•/Œ ÕŒ¹‰çË?ˆƒkÔÅÄ(L&‚Tep— ‚%AÁ’ ‚%AÁ’ ‚`ÉFÁ’ ‚`ÉFAªHÉ&‘‡•“ÊÕeNd4A³±Ì=Fåa塊è²ÌoÙŒ ˆXå#„ò0VÑ»cÑk/5mäØã‹Ý×—¿=²¹OCßÀÐ/¤ËOam]–Qm"ScüRWôê>÷DÙÏ¡{kš¶}‡sG\ltDhPèˆÄÌB©qÁ]¶%îäg’TÇ겈 KæéÑ#|¼.‹ýõ£P—eY&lÛâ½ïÝÎ=Â{„†|°)U¼½ íõú“GyÖázõ>:èÓ¬Õ¿N”§œŸ5D¤ZSmDb5L—µixÐÁ7ö¬‹nT¶Ç""ºµÖµl+ãÜlútAŸ tu(Ï8¬.ëbåÕë’§)1ýg×ïw(².GAL¢:‰Äj†.ËÞE}èŸOâAð#‚ X²A,Ù‚ X²A,Ù‚ –lA,Ù‚ –lA¤ê”l—k9hØ|¸Ž½O£êט}²–Ÿ “LcÂtqÏÈÜ„„|ŠsFµ Q÷'ÕÝ竚ªÚ*%Wæ\Î5&*ð3çÿ3@¨ôKûeP¿ŸnH¥Ôè›” ò¨ª»Ç¡KŒKëÄ}—–tô|xò—ú|Ï>SKþPÔs&ÞfDؘ¤;ù>žž—2²œ•”T÷*xS”Ê ©seêÈå\c¢?ù1ùþ?!J¿å][´Þ{±—›ƒhJNJxtZ]’¾†<ªJÇ*"1 v‰±ô«ï°}ÆOðÃŒõû‘Œoà ùVÚO³cbzF¨Ã:‡Üt¾L¾UZxíÝØ~BÃÕê°ØÅ€ÀÑ%œN´ y |Ï™°êLt®ÂÌÄ¡¡Á!‘1± v‘lŽämjEšCãzv U‡u훢)€I}b if@Tä+{¾ÃtO\6£ïèàÀ.‹vß“I?°j¡jžúŠÏáò{^†Ä¾k°ì˹Ƥ~ò1pþ?уâ+ýô%÷¿É ïåæ`RaÎùˆ,õRå^€äQUE222ÒÒÒΟ?ÿݺ5ùùù9ÙšlÍÜlÉÿ4é±Aîì˜#WžX9ЩÑð ›± N¬ –úšÿæ8·Ëæÿ ä颤ŽÞËÈÉÖÜ¿|—jøúã9Ùšë†ÖˆcŸ|p)•}pëØš:ž£ÙÇ_„x©$°oœ¿““­ù¼³çâWr²5·O¯­£.<át¢]Èc€ñ‡åp³‹Îõa@ýáëŽçdkŽÅ¦‹{†{ š1á‘Æ=öøÚ!õæÉ´ä? ±ßÏÉÖÜ:±ÄÞE-6¿Ëص)9Ùš['þ§°q·áhN¶&íÈb{—á!È·”:ìƒÌ;I®N/ÝÎz˜“­ù¡WãÞߟ”:S¢ãóVñ¹"_~2ß.{K­1Ñõ&:`_7‡íi÷¥*=m«Cý~ìãÔÝÃý'îN$ŸsÑ€¥rŽɣª ÿØ‚|%õâwëÖìÛ·Ï¢7_%v‰=L?ßη½¦Ž‚.T»}ºMCo£FDÝ`Bù–æø¦·®¿õDo«¤.¥^ÏÑ<o¯¤»é ížë]Œ:º„ÓIéÁcà{ΤpËßÛëð½ •­‚Ö=T5”º0Â=·©qð‡õô ÍμNòÆó¹M ôîd jüîÕBÕ&Ì[ÅçŠ|ù±³H-ƒeo©5&ºÞDäûÿ„ÅWúý1$èòòÃï4©g0‘|ÎE–Ê÷$ª ^±èüˆ]bJ»ߌðösZ‹1ß4°#eºÁÆzwìï§Ç{Ñ:ªA€T3¡£+íç©Ö\õÆ‹|…Ó‘k½¤bà9nKBêä7:ÙBÓ¾+˜Ûv¶-'¼Õù{½=£õéúþæŽÍ_8 ±é¤ºÆÀG´k«_§NòÁ¿Dçzí×oÇÜ}©W‹ð FN„Ø!ð§àZNÞ?iÌèÐÏítvM¿K˜"3¦hw>òYµ ¢„÷ö‚¶QŸv4Tµ½x¦„ãH­´ŠÌ•IËOæ»ÂeoÙ5FrD¬ÿ/¼«—èAqJ¿++BÞÛ.:¬|ÎE6º £2¨BU„j#+ÿ'œjj ˆ(¨j« Èûÿ8¥_lëV‹Ï¥ú˜ra§¢ªײ¤ €ª¶ªƒŒÿ¯ôûñÊÕ*UÕ¤ï²Aj<ÖúSAÄÚ`ÉFÁ’ ‚`ÉFÁ’ ‚`ÉFA°d#‚`ÉFAjSÉ&1ŠÕN¬$â¬H¢ª'y¸ÙË©Pª`©•Á3|=‚:&â¬HRª'þáËÛÅDJUPjEBý ×ŠÀ<‚»l£?toG·ýñ|Ž\¹!boÔb»«gV;(DJ°ÿÈ9ÓnÏúè{uzÚ6~ƒÛŠnEý¼<÷ÞN÷w´)Ò9ª`}ßÀÒOS¦¶sÏ»»# ÷Þ{—W³íGÄ^3¬L‹ûýñ¯øåÞü¾uÏ]ì¤ÅY/äÞHtð^ê ¶åØµ)ˇ¾”{s}óîKƬýãë-ž\[Ð÷¯ô´ß¤æâøZÝêÒ¬=ñCünlŸÜwY›ë)o™ÁDžüDãZúL9yCíbÒÞîð…ãw)yšì×ù»×6òÇ'O2;Žèw7 l³³÷ªíÓÃàqz¡[Ã:üyE»,W·º8kOü¿ë “»MÙaê.ûÖ¸ˆ™yw.,Ã]6R“vÙÖ¹-±Qìßû™~vZwÏ&Šœì,·Æ2®,£!Q«“”ÙË G…I§øV$©’;¼]LT¡Tõ¥VXZôðÚ¢¯ŽžççŒ%©I%Û:7_%6Šù9(€–R@(º€{’Ü·Äw ­NRf¯rꬸt˜”<3]Œ±1¹Ã7C›T5¥V*[Ž={‡e}É=…­'÷­”ä$z遼fN·{6¾æ‘š„Gh#$ÌÅ~Óí<¸µw>·—7Õ·$…Qõ—(òsU˜ ë¹‰àݼ]LD¡TU¥V³ƒ=æl){·qnË\àY »÷»[®}µð\¾È‘š„µäF1) ®e½âáýÃ74ònÕs&À`–oI £ê/Qäçª0AgE2~RŒÙÅø %™.UAj5~ë–‹“þÛeM‘-h}B¶ük¸3W:-_=,tâçóO}&µ¨¤ÚŠƒj¼É$ªšB ATÔ4œ›Mÿî3öOiÊ«PÂz µñÂR‘ÌM<_þA\£.&Fa2¤*ƒ»lA,Ù‚ –lA,Ù‚ –lAK6‚ –lAK6‚ RK6ŠÄd0I E‚¨%KÆ"&oÕUUíhæ%MžŠÌLeþâ´TªËR»Db‰”´ŒüÞÍ„Ú3˼DUgå ¯jB˜4þ1VdfÈ窔´ IU‰•Þ˜7q`˦4mÕ¼녥F“а%”u ÚÀÝCµ#.6:"4(tDbf¡Ù]ŒJË„~2–Ô\Üì3·¶éþÞ)М™æîá}£¨Þ ôÝš]ÖE˜ni`ð’jÏb :3žppÑœUd¢ 7aG¾Mx™†vîÙëÕvñ[Êl®¥r§ÀÔ̵Ðɬ7Qáœhnóì|É/êb6Oé2àóc@&rM‹ÁâäH¬Ô*BªÙ.›P$¶qp›Y‡³º¼¾h0µëƒo{‡.½ôûxƒ·À"1¡aKTÖÅGÊæ5|ýñøÁ~i;¦ôù²íõ”7ÍëbTZ&å'ã62Rsq#”½f²w´Ž8qçââ&u^Rªkôö­ |[½z÷ÎAJ"3Ü,¢/a{Ñ}–Ñð„ƒ‹æD¨"{þžL,E2Ú3Ñ£øª‡ÿµ÷ö}Û¿YÚÎi]&n3P‹˜oLêœS3cÔBgt½ w»¢¹½úÃkCõß=-;f‰MjÒ§v”9"7aZø¥"”YEˆõvÙ•&ó÷öÊ)¥S3²T­j¨°õÐd\–ße [¢².>R6¯+Y*[­Óxù„i2¯˜×Ũ´LÊOƽ*¤æâFàéÛ쇫iuú`ûð‘_ôÙ÷Ö¯aÿLÝ;X*3Ü,¢/a{ÑÂd4<áà¢9ªÈ8DSÄ!£=“ZGîexØ*X»IÉ–:G‚S`ZfŒZ茮7aÉ–òÉ-Üæ‹Óö[.éîbf‰ÜäK¶T„2«±^É®d‘˜I [ü)ËÞçþ-$š¾Š Pi"±ºª`ÂÂukNÏ.ï™1…PÖÕ|Ìš”䤔ä$¶^KÙ¼âÊžŒsõŸntL©.F¥e¢~2¾@‹\6ÖîÍ—öÍé;¶—¦þ»ÄE»îM ñ$I‘ÐàUžô\$'b*2ùqïÕd:Šòzs—ïÀ¿pOŠ(è(Gf¬1”èzÛ>sàÃQßÿ¾ýí9ýÞÐèh ¹‰¦EÔigÁƒEÊO¥‰ÄÆnÞqíÿÞÞ²aÁ‡P·ë€É_;Æ`ç“QY—TƒÞ'⢿¸™¥õZ°Ôì.F¥e¢~2¾@‹\6æÙmÊãsc§ml }F5Y¶Ú¡o}’!4x‘ŸD£á æDTE&Ÿ¢²%$ÛQ”)¿­3l`÷ϼš‡M¡”{Ë. t„”'3L2‡0·öÏ{çt÷Kÿ„9*Â6¾²kÀÛÛ¯N(rM‹¨ÓŽÿBІ†°Ú»Ë&Tˆ5óòÌÕ3×2²XÏ­ËQ5hM)³³Ò ÞÚ£H¬ì¥U[Eb¢i—W¨˜”3 aHåî²-}óU…[²¯gfÕ·Q]úHåÝJX²…[*‰Õ6‘˜hÚ–lòü›qÈhC*·d[úN~ ±ñ ê~s?yêãAîðøò7P·A¬Ñ±Q$VÛDbòH©°ÌÊ¿ ‡Œ†0¤±Ê¯äbÿ·fª ÀšÁ#¾üîç;9x €ÍÔÕ¯›1ŠÄŒREbÆÎ”¼! Ì’„¡! ©âXþ~ÙFbž]çÝ¢zoÉú¯>˜YŽÍÛ†}öÎâIݼ ÆA‘ŸZ(3z¦ä a`–$ a¢ !¬ê€"1kuA*åL!H ÊòCA¬Jm,Ù(«Ág A°d#‚ X²A,Ù‚ X²A,Ù‚ –lA,Ù‚ –lA¤‚K6¡N¬°¸µË€rJ­DuMñļI—D|R »?ß!D­¸VTJè”âf/~œØ&zi…¥Ë¤Ó'Üà¾A¡V‡u ¸ñt¶õN%‚XËßc„P'Vhutƒ^Vý :3n‚aTF%êš½ß19ywVu}Ý%u÷hâéy.=ÓÍFAƽ ×{½I½ H—Iíåo„ b7Î9»"øåÓ÷¯m¼Ÿ RU±ú=Fubî*wÕ¶ã›7núrrv‘ѤÐ)%¯}jР-ðüIü¡dÌ[Û1£Ö(3c\_B×” ÄL`¢“rœœ¿.dA4;~Í ŽŽR‡G¨Ã#Dý[Þ/ƒÙ{ØumÜ)ƒñ…ª0ùxHœXóŠv)ÌL»`—kµ~ÐkE`Q@jõ.›P'Æ‹ÎÓ>ªøóýo»}|íïn™-‰ R$Ú'áÖIÞ¼e°“·F™'ã wM„'Œ_tRŽq-}¦œ¼¡v±ÿ–ÐûÅïRò4Ù¯ów®mä/ì"•v3œX¢]–«[]œµ'~ˆßõ„Éݦì0u—}ë@\Ä̼;–á.©.»lëÜ|•@'Æ–ìÔô,•­j¨°Ui2RåwÙB§‰öI´üɘ· ^ÛòÖ(ócä®)ƒð„ñKɨXšzz^Î̪£ €À¿%ô~ñ»0tªA›ì¬[üñ…]¤’ÀŽc†Kª —@Uƒ@ò’XZôðÚ¢¯ŽžççŒ%©.%ÛÆ*“èÄžµ† ¬œSò¿1]±UIRú%Ó­QÆcFã7Š0~£–)£ùå“ñ~I!ì"¡Ë”." TÙ*î•è}ì• /¹§°}îñIIN ÷~:hæôøq»gc]@ª VüŸ¼NŒeµëM·ÖoPè”2jBõ'‰bÔJE•QÁ¹ÉÉèÈOæb2OKøIèýâÏ®Í;iï¢6ÚE>B'^Ñ.oú»²ù¿µ{žðPf{ÌÙRönãÜ–¹Á³ ïw·\ûjá¹,HuÁÆJãÕ‰±Lµ92sÍIOõ·¿¼j0‚Ð]$tJ5!‰ú“D1j¥’ Á¹ÉÉèÈO:¡«jã•'á]½ŒŸ81ïöÇ—ð `´‹‘xÈœXüyE»¼öë·c‡ î¾Ô«Eø €ƒc¿uËÅIÿí²¦È´Ž>![~3TBSJ§å«‡…Nü|þ©Ïd‚T*M$Æ^Ë.ÏG¸rro}Óõu·Ë{Ç–¨ûÄ›fÖ‡ü1yû‹"±Zˆs³éÿÑ}Æþ)My(~ò÷gº X¯¤¦]1Š©[fÜb—“¹‰çË?ˆƒkÔÅÄ(L&‚T¸ËFÁ’ ‚`ÉFÁ’ ‚`ÉFA°d#‚`ÉFA°d#‚ U³dWŠK¬r]P(=j3G‚Ha•{ŒT–K¬rïC‚0óÚ£ Ad¨ˆ{ŒºÄÎnx?$¨•ÊóQ³Öê¾#åǪª ¼Sì“„†-£†0y ÀP† 5g—MèkÝÀë©C§Ï?›¨,Ê9w<ù³o7ñ¿kpL¡ªJÔ;EhØ2j“÷r¡ `R)»l«Ý|•À%65Øw[–mÏþ=[4o9d|T€›ÌxBU•¨wŠÐ°eÔ&ïåB  A*£d[íN~.±•G’ûlÛ{áú”ï–¬]óGæý2ãÚ­È [ò†0bÓ ÀŒ€0± ÖýŸ¼Kì•Y«2õÛuôw³Óë2å÷ìBU•Ð;% ¹Ö‹¼ À`RXñ~ÙF]bö™'—-ؤÉÓº5òŸöùjƒîükÙ¢ª*¡wJ4 r­y/€¡ A*…J‰!$  Aj9(«N  A º0‚X€!»lA,Ù‚ –lA,Ù‚ –lAK6‚ –lAK6‚ RK¶•,bVUj¡¼ AÚX²‹˜°b—zæâYýíWÍ®e ?=!vƒfÝË3lÞUìçDº:À´U{%¥$'ù;Úï¤Õ‰Ü9oÉ’/ØnÑïØ|·ênùÔ)ÉI))‡ö­ìõÁèwpÅ R£J6¡EÌÝCÅßÉÝ·Z[©e”W!RéXþ#u=GÇ}2§wW¹2{ÛÔ-…1W'š:ŽÁ½4×}8e…+¬Û{`»‡Šû¿Öï š{`«Ôúóc@¿M»€×Å-ð?YG¾ˆ0)žÛÿÏÉ{®AjTÉÊö«Äs“ž[ÄfÍ?xé¯ÏÞ0°ˆ‘\ŽàyèiI|=;ù.ÿÔ’}0¶Mýio¼Çú±Íìêu*yúªI?<8y®AjÔ…€2‹Xç¶¾[_e-b–þöá_Gö~Õbù›CŠèçÑ /y@8ªIJ­ÏƆ¦ù¶³zá଼Š},”W9qñ§·?™+AW²À˜E¬‡³=,Øüç†'Œf]¥Ê«©Í%û™Eì_eÕ¨¯'Ť,»dgg[þÍMÝ7¾ÿnŠ"VêrÿKV©E45]2oLŸ°ðˆáã ”Z쯅J-¿u‹çž9]º‡…vïúîn•”¼jýÄÏe‚D±*ÕF$†J-Aj!ÕU$†J-Aê$C¥‚ µ¼Ç‚ –lAK6‚ –lAK6‚ ‚%AK6‚ ‚%A©j%›Ä"fà4 QÔx8Õ ÂtqÏÈÜö„|ŠsFµ Q÷'ÕÝŒóU1ª6kDnöI±êÕé³ñ ì¥ý2¨ßO7¤RjôÀMÊyTˆ…ï1Rüø@£–¯ ý`IàÝu‹yòàÁEmFB@ç¸_.Ÿâ[iØÓ™“­ý²f£ÕÑv¶ Ñ%Nžac’îäSøxz^ÊÈrVRRÝMŠV´ ÷%÷ çìŠà—Oß¿¶Á¼ñ­¹Ù'ł텛xzžKÏt³Q™wgU××]RwýîÆÞ…k½þì^Ë»¶h½÷b/7Ñ””ðè´:º$} yTµëÞc„Ð"fn0vM숋Ž ‘˜YX¶5øivLLÏuXçЛÎ?bŸ,-¼önl¿N¡ájuXìâ  Í¿0}XÏðÈÈnÝlºðˆd:Ñ.ä1ð=gª3ѹ 3‡†‡DÆÄ.ØE²“·©qiëÙ-TÖµglЦ&õ‰)¤™Q‘¯ü{çU™ÿñïÌpÓ5F4ÑеÍ+²€ŠŠ–^ú¹ úËÔ¼my)£Úeí¢fiÞ3S³\S 1/ëe×\]ÍÕ¯H^@JWdfÿ÷xvÎsžó 8£Ÿ÷?΋yÎó|Ï÷<ó‡ãáy¿uOé <<{Á¤gb¢;…tKÛv‘“"q˜ª6å…¨ûÈ'ý2Äz×fÖðŠ«éôø1H6>æIÉ{U·/}t=ª/›”*s.‡°ÚGú8ˆG¿Ê&Kå”èëŽýLD!Ï-^ÝkGŸ9§Ž,óÒ3Ê •m# 2ùIn°zÆzÖ£†­:°"6(/3iÀûÎìM!¢[Å%^&#]?›ò쮋¹‹ˆhõàÐ-1K3’#ˆèjay“fõW ¹óöÞñOúܸÙ>fÇÅËlÎC9óñ||ÃWì[>4˜Ó@Ês¬…‘ms¦m_t&=±GR¦Ú*[zÁ̘ráóadÛãÓ¶¯ˆ :›‘8pA虽“EÖM>¾ÆQŸø`PÐõsŸ¶ë—U˜·Y-lñUvþw©½¦Þ8ÿãþYÔ}äâ“Á: ó]å$tÔg&“ÙaÂãI‡ÎF6òdžÔíï êúIÁé5DT|pBܦqûßëb3?çÌ€Õr%}Ä£Â*»y@`-l¾j¹sÏ"3~×q¿/gÙXĪqcäõèvûZ ¶ºÁ|ÜõÖ£N^.6ºëÍ•%¦€ˆ’¢“DTr`ýä?­Ê¿VånÐÏ=ósI75í¾PØÌà õÖÖßd ~Âúº¤ô—ÇiǬ£¨]>›Iè¨+μúÌ[úù(*®¯×1OÊb.3ú‡–çÑÖ¸Ž'î{¥EC›ø9g¬–+éã Jvó€ÀÚp?z†v #¢/F?eµˆ=6ÿËOs~êrvJÇçâ^š[OO­¼ ù·ªÿZѹGå¯GˆÈÍ«¿×?~{äÐ_wîØº¤ë‚oÏퟫÖlôˆéñ_ýÐÉd®,1ú·WkvÇbùâ›ìæž÷>?yŸ³üE®Ù’è­Nyˆ½1Hž3Í µÆúB̘½ÝJXUD¢*‘°­ª¶O±TmDæo?;5yE¶—í?‹ÚÜÞÉ >U{ÅE:´ˆ$Ör{ÎqïÝ k0[tš‘HѨÕÞC~|‹Xjts"9lâ;sßø DÔ¼_*å®tƒQêÎóDôÓŽÔÆÁÉÖŸTTµ hDDÿZ?Ujöj7còÊýÖ××.ß$¢ŒS×±þäÜá<"j=rùÞ=»÷îÙèÍNyˆ]1Èa6«Î˜c¥7¶Ž•¿m¶Èï:|›šDrpã×ïžÂëOæÝ%g.G-EVª£jS¹îu¹=“ó®r:øŠ ÄpÏÆÇ:)I°wã¢ë!3?åé˜>¡í»½½³€Ó¿•üŒ¸ž³QÉ‘ >¾MÏÞ¼CDÓC7•Þ”¼"&-¦ ÊF©L*6²š›º”ïþZ°å‰ >9e•DôER·AïýCļÅÌ9SAÇ?ke'<€«l‹ØKóŸ|'xÌöïþp¬EèL"Úw¡ðÇÁ'-É:WÐÓÛCþÛ«|£E¹mHÍÇ!©‰ø-¦šH\ &®•R «Ôbñ+÷.òÄõs«Z÷œ;råÖ·¹vzeûßæ}I\ÍÕÍÒÌv½žÏ™ó÷q]çÞ©l>å»EíÊÛ¾páü.KV¢˜¦”‹Ù•Ú*Û^SóÝSkÇÙ¼mBiß¹n¹»ßöÐi»Ö˜Cs&ƒÚY+;ÀIVÙw?jXÄ,æ²'šÝô˜ýÚ¡è´N-o¬Ýr4çÙNyî‘g7p:–Û†ÔJ‰¤&â;´˜j"q%˜¸VJ)¬RSˆÝmi©ð16—½n! ¹²ôlµöTÞ[Ou|-cØsó으1â½swÄ’zÉV¦)岫dÛkêR{walè¼<7ä|ßSñU-žsÎdP;ke'8IÉv´â@Û"öȔ޳ó?ýv‰§ÿ7’¦§½·° ¬2 ÿxíеHj"G鈘Æ/q­”RX¥¦»ÛRçñ¿¯E4Wº©íyçØßþê9vEÐ eûfžõ:Ö6eÿ¼”É;”^é‰ÌDz"‹¹Ì®¼Ùkêb¾k®,=˜w³…[Å¥kÔÈSäæÐÕP‘qóÀý¤Vòã[Äzkm1—¥æþÒõÅ §[ì\FDRÚóû¼gXéóZjj"!%˜ýZ)9šŽ1&üþŸLybçÌ©ñýõnŽñÈN˺˜æg» Ö2i1Q<×ÿtƒˆòw¼Î惘Ž1æ»S_ñéWSf<ýRI¥™Ì[‚“Ö83މiZÄšF³›IŸÒº‘¿ï0¢D4µÃ£6ýØÜË–lCÚh9´äj"9"J°jh¥äh:Ƙðû÷ë‘tõhü„5-‰hÀˆ –y |Ô˦M“Sõᢗ†=µºyÓ¶ý¦­ãtUCǘòÝ‚og¿òCÏ㨧Xó|Ö )Ó4o NþY3 8 .£8àÛ†ìj"€«àªŠŽmÈ. &àÆH]03ûXÍ;ñjÜ''».<ÀÁ#€’ %P² d@É”l(Ùœ¤dk*ÄöOèæãkŒßWDDeÅk}|Fÿö7ÍDDû'vóñ5Ž=|åa¾vY²”².é'K–ø™3F<Ù/6UíðjØÂHU›ÈÛøi5Ä1{Œˆ(Ä®÷DÌW-n>².2?#¶Kâ÷DôNN~bÓ¯„~R\¶=¿ [C>ãLÏÙiÉR69\|ˆ?¿ã—‹½ :µÃ«áôzØ4`·‡P+{Œˆ(Ä·@D¥ÿü‚ˆŽ¯<Û yН»>s÷señú+e Ãøõš©ƒTÝ)?=}ÔÓ]£"##FÍù‘´¼Vd-L0¹çLÙ@Ä’U^”=$¼SXï¾£ÞÌYÌòmjJ™Ö¸}ËÍ–A}z?ÿÖQ©YÍmaäjª6eV oƒ¼ÍåWÙ" 1"ôØÞëw_*˜Ü¾åÏ Yÿ¾¬É¼ƒ+µêú‘©ë'¹ÛÛü&%ßî’©ƒT­º%fiFr]-,oÒ¬>ßkEöØÂc{ÎÔð-Y #ÛæLÛ¾".èLzb¤LµU¶ô‚oS“ÐTˆ©-ëìµ…¹œªMÆÝ¢yäm÷o•í¸ÍWµbDôõàÐÑû‹¾ùü³þ#_ØwzÔÆ!>öønRUÔÛÇz.?˜5¬§{¦JPýÜÔ´ûBa3{¾×Šì±… Æ ÷œ©5à[²äÖ+£ˆfÉæÛÔ$4bj5Â^[˜Ë©Ú”aHsò6ÈÛîWÉvÜN~Ú 1 ÿ8í/þæO¯éßÒûÑç{T~¸ê•õˆhX¸¿{A7˜š©Ë¥†*ïóñc–Ÿ"¢È5[Ò½Åmaâ1Hž3Í µÆúBµß¦fß÷´½¶0ñ\9‰ªM=·i y[íáà‡üø 1c÷ßÑ•¿å×ó ò24 ø½ÑöÒ›zw¿çMð—ðL”ú‹èÕnÆä•û­¯¯]¾I, Uë‘Ë÷îÙ½wÏî´@o»la‚1Èa6дd¥7¶Ž•¿m¶È/=|›š„¸L«†¶0r-U×@yäm÷ Gî—­©«ï;¬¥çäó·«Œ]â‰Èà0ÜXCIyƒæ<+<ù½l5”ˆú‹ˆ6¤ç&Nê¼¾¼;µ¸xíÌ| •]¶0Áä0hZ²Æn\?4¶ç|S›¨IDé×B˦&µ—iÕÐF.¥jãÈ oƒ¼ÍÅÿûñ~à á(@]ÞËÆ_?€ËàÂ%Û–·XbP² dJ6”l(Ù€’ %J6 dkzŪÁÜèN»®Ý"¢moŒ~*,22ª×é›wE’éÖÕìÐèùÕŽ^%À}¤VöñŠÙËóK»Ol”»m$µðó;ZXÔÄý}Ã4uÉ7YR¾ò[4¬FØTP—ÔÅ#"^±s›S||=¦~MDK†wôñ5½ÿO^)<ôúÇaoFѸ}ËÌ–Øè>‘Q½"£zI‚"¹©‹ïЊy£ûÊÔö…^%ÀùÊôŠ}œð›; Çθ*íë'_úKöûØÜ:o½˜ðx@Ò¡³‘ S†ÜÜ!™ºø­ÛÿÞÔõ“‚ÓkäÃÁ«pþUv­m¾*ૺu>¶}øþë·þîøÁ…ÿÕR°iéçw¢¨¸¾^Ç)Ù’©‹ïв˜ËŒþ¡¥ÅùòþáU8Év«­q¼bU•¥¥•UDTùïK¿TšÑPY´Æ”L]ö;´àU¸µûÏ+f¹“ö¶ç›Ko]ýûवü®"yºQ!¸Àç;´*nòlis¼JçÇ­öºæ{Å}ðÜâ£?‡¿¶#å¹ÎíÝ5î‹éÉ›{}$“¬ÛÜËÓݸæäµ¨î&íqµZWO¬5…±9 ^%€óã2"±ëùuŸØäÄŽøšwµn@HÙŠL¨ÖC~P—¸ªHÌ»UòÿW¾kýSššpëÚ_ß­ƒz À‘Úefö±šwâÕ¸ONv\x€+‚=F%J6 d@É€’ (ÙP²8aÉÖ´ˆ]Ø:ÙÇר¶ßëæ|ß§Åøø{LÞú0_ »e’!AùŽ¢L|ˆÌ#ž ‹ì›ªv¸2€û’u j»Y²·çÎ.¦ºO3ÉügƒRæ—÷—gŸþì¬ZJ5OÜ®lˆGåœ8~A‹ØÂØÐ·öÇ->ðAƒíº¦X†>‘éïñà¯ú™ž3²SQ¦l,r¸ø~~Ç/{tj‡×žPÍ…Tm.”¥Î.¦ºß§Üü§ÄFæ·°{›v;rú7ñb¦TsPÁ³«¨4ß.\.•“Pë{ŒˆXĈhâúu^†¬iC_4ó–Y7mã*~½fº¸2SGE÷ ï><»¨üî×õg/÷íÛ¯WdD×ðÁëÝ•{Ý)?=}ÔÓ]£"##FÍù‘T`üáÔ´a‚1È=gÊ"вò¢ì!áÂz÷õf–ȉoS“PšÌÆ è[n¶ êÓûù·ŽÞ[g)WªÎøYu~U›²“ºÏ’àÄãdU9ák8»ÔÔ}ü$óó¤ä2¿ªÛ—>ºÕ¿‰—MJ™N‚°Ú„‘>zâQ=D«lA‹ý”1±sâ&"jõÜÊCK㔿ØÊ÷eº¸†­:°"6(/3iÀûÎìM!¢[Å%^&#]?›ò쮋¹‹ˆhõàÐ-1K3’#ˆèjay“fõ™09ÊáÔ´a‚1È=gj øŠ²…‘ms¦m_t&=±GR¦Ú*[zÁ·©I¨™Ìøk¦êŒŸUçWµ);©û,‰O<ë(Ìw•ÞQ³‹9Ó˜ÊÍÊ“’ËüŠNˆÛ4nÿ{]lâ眰Z®¤žxTN»Ê®%÷£¶EŒˆŽ,ŒëûÇ}Dd {-7k ¿K¦‹ëäåb£»Þ\Yb ˆ():ID%ÖOþÓªükUîÝñÜ3?—QpSÓî …Í<îécÔ´aœáÔ´a‚1È=gj øŠ2¹rÌè¢Y²ù65 5“™f1RªÎøYu~U›²“ºÏ’øÄ³Ž¢6Ul&¼£fs¦1;”›ÿ”'%—ùmëxbá¾WZ4´ˆŸsfÀj¹’>zâQ9mÉ®ü,beEYCþü½Gƒ§Æµ>¿dÿŸ_ʲ$®%§KA7ØèÓã¿ú!¡“É\Ybôo¯ÖLéËû|ü˜å§ˆ(rÍ–´@oåpjÚ0ñ$Ï™fZc }¡ÚoS³ï{Z©:ã‡íüª¶jtâð,Ù;ñħ¥cg—H‡‘©h¹=ç¸÷5˜™:ÍH¤žhTNL-þw×"V1;vÊ*ËÄõkg§¯næaØ”<ü‡_+9Ëv¦‹+õ®‚+µqð]WAEU«€FDô¯õS¥f¯v3&¯Üo}}íòMb9ÀZ\¾wÏî½{v§z3‡SÓ† Æ ‡Ù@SQ–ÜØ:Vþ¶Ù"¿èðmjâ&3æárøf5gWµ9È÷V£,Ù3ñ8ï*'¼ƒg—@ ÷̬“’d~7.,º2ÃU“ù9g¬9a£rfjk¿l¾Eìèâç׿]oñ̇©á&"SÆûƒº'5*~éñ¯&1ïe«¹¸b¦FÏ;W\aZ–~÷éœÏÒâ~îãߤMÿWˆvZ˜°!=7qRçõå Ü©åÀÅkgvà;À˜Ã©"ƒfMEÙØKâ‡Æöœoj5‰(]#ÿZ65©¥¸ÉŒy¸~V\Õæ(ß[M²d×Ä㼫œðŽ]"g$™ÿ˜'%ÉüN.J›•Áì–ŸsfÀšF0*rboŸËˆÄ˜FÜ÷§Á\è‰4ê¾ùO’ùj×vÎÑÜ{nìÔATÎ|/ýp<óŸ\æ·îä©:«×âQ93.¼Ê€¬²ÀUAÉ”l(Ù€’ %J6 dxÐK¶¦n]ýnÌ¢¬È©s¦=ã¹tÚ° ýZ˜>juÉÇë^´«M]RQi®ÉásçÎiæœ;Ëê’-"Œ©Á´sI0…^šV!AÁ˜R:¥&åâè¬ÊоÒ³SÏÞý_x+Kú!Sgj8hy˜°`Lº¥ _¢2å[ò’­ziZ…cLs?ŽÎêƒßŸžµsÉ3­ò¶LèöâfÉë¡ìîÎÚ‰‰ÈÃÄcL˜ò-yÉV ½4­B‚‚1¦ŠY²ù:«ï/^öu×[M4RÉVö j%ÛqŠy˜P arD¬B‚‡(uPLøj"樂=9ü!?ž<Ìž6J4í\J¡—¦UHD0¦ÃÅ5QMlÝèì‹Dtþ›71íÕÑ"1¾âüÎÜMÿ¶'P°Ç d@É”l(ÙP²%J6”l@É€’ %P²8MÉÖét.·A6> endobj 99 0 obj << /D [583 0 R /XYZ 56.693 759.068 null] >> endobj 586 0 obj << /D [583 0 R /XYZ 56.693 738.489 null] >> endobj 103 0 obj << /D [583 0 R /XYZ 56.693 648.87 null] >> endobj 587 0 obj << /D [583 0 R /XYZ 56.693 623.075 null] >> endobj 384 0 obj << /D [583 0 R /XYZ 56.693 181.31 null] >> endobj 588 0 obj << /D [583 0 R /XYZ 56.693 161.439 null] >> endobj 582 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im22 581 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 593 0 obj << /Length 1619 /Filter /FlateDecode >> stream xÚµWKoã6¾ûWèR@l†={)dS¤[ìn»A÷°Ùƒl1‰Êê±®óë;䶬¸¶@/öpf8çñ‰ ~^\Ý-.nbä$OxÜ= 'Id,'"Ê‚»2ø^I=/²« ]n–œ†ã¶Z®yLÇ{‘FÒeÑ/¿Üýf׌‘<Žqó»bT=öë˧AµZêsJo—"[}O)»Â(ö;Ù=½ÈñÑèƒ,ÈÀÇD£”“” °bws¤YxQl¶,ÞÜ-¾.èЀqB’\iÎHBy°mŸ¿Ð øB¢< vV³ bF  ÐuðqñÛ‚ºHÍÿ¶“˜Dq¤qF²$ŸÛÛpÉ`ímcôùäfÞVþƯw©ŨÏEÂÇ1AÕkxƒµÈ£ðÓRаíÌ"uÏSñ2Ê®îy,÷Thm(~[ò8”ÝNuÔ%J{©ô Å»%£¡T5 dÜ^™D0mäc‡ìb|@n©$r”¤M“PKýªúÁ KÙ!ïQšäÚÝ‹(ªêA:ÏÞoþ”OƒÛvн.€ÅBåý^²8,êÁEiž_ù¢d5¬0Að2õ¶’¸.4þ› ¶Ä‡z|TŽù:-Û$þFvrã9º’œ;üÖ*äás¾G4Ôv¬†šq©5*,¡‹›„NÞ8I’Å>Ùu;T ni7 ­ó¼=“qD–ø};5TnÞ;¿©~,j´ÐËZnÍQ´7/ÑŽ¸h “M{ï£aØýáÚTzv‚)èZz+ºx„'³‰ëÒà6<Ûn™Ð óR—«S[æìb{x»ÊæœÕÀ~³fªŒ²Ó þq1Ù-Î@ö{v*¦7—¥ Ù8ʽkÍðzPϵ<²Ì¸ƒú›¾­ÇAÖ{\º”æhí(´#:c²O;¯ùÜÉRm‡ÂvY8¢C^73×$’,#¯¥Ú <™Ë=¸­Ë![î†ÀRq·{HVSpvXTæ®4t¯=ÞÜ´”ú'—ÀÓQuÄ#"çÎmÕI5û@c 3”rÿе칑ý šÆö»±ÛH5ômWj鯖ñÏ»6 ¼޵œ’\pô᣽bÎC_ø@µ{O«ÿ‡cì ÐÀ®äƒ¬êSùSÂб6 «KäÍVaú¯!ÚÒ³ j¤3âœq ׺âýx«ÛgÇ»»mÕÃÈö²—Ñíÿ„v6’]´M{ŒÇ{ë‘[(ZÓ€U¿ïë§ZmŸlgÅÐýãäœÿCnÏÆt” C†Cf]P’GQέƔ¶Â8¢¸)=ÿâ¶á"¸n!ã_pÖÚ¶žœfë"å“äIBò<ˆbAžchnðÉføçôù¦˜¥õúŒ@R_k—›ªËÑ6v0Æò‘øÞ³•ºfלÐ(røÀŽO–ÎsM°ú×€²g¯ôÇ’ñP¤Ž[`Q"mrÐh^½šÜLJgòžÆÔ@ ˜2fȳ•næÖ Â3ˆ0ü4I3BÆÃI“8Ûnmð°6°ÐF]cÓáá b“WRÜ”ÖëHæ äpú\°¦»¢‘ƒ+P†ïhNB8›‰k±–áÍ€L¸¿™ËOnŸ† ëÈoh4s%K9„µBáÎâA#i ítàà¸Ë†®ò±0Ýz…pχœfçù釀¹nÿúÑlSò°pÚ”`$o¼ÂIrX!´N2/L~ ¦#YÊŽãOœ~Ðýÿ³ÏEãÀ£)ÏL„]Û µ=|1Y@hXö8Y©ìwÔj&™À³lÆÞÞ8H&$”S ÚrßZŸqÉ6üÎRõÏu±7@gºß£@kÜ @o­Kðï_¿í1nö@N´6Üzo*Ãÿ1".1*ÔwÀÀTË_ฅf¸¿ó›q™™ÿ ‹•Ú‹wš¹hWž¶÷öö8qÎg‹1Ü7²ðiæcïÒÃ×M—Ð¥7q¢tÄ9.Ø)ÝâÅÅúrLÙÍó¹/äˆÚî÷>ÿwž9ó endstream endobj 592 0 obj << /Type /Page /Contents 593 0 R /Resources 591 0 R /MediaBox [0 0 595.276 841.89] /Parent 557 0 R >> endobj 589 0 obj << /Type /XObject /Subtype /Image /Width 720 /Height 157 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 598 0 R /Length 12186 /Filter /FlateDecode >> stream xÚíXTÇþþÓ4–›ÜÜøKblѨPÐhì%ŠbWì%z­˜˜Ø[Lb,ˆ‚ Ä‚ jÔØ¢(¬€…¦ÂKï ¨Xþ¯ÌÍþ7ÛXpvÙ÷û|žaΜ93sΙï;3gÏyã F£Ñh4}™ý”I'Nœ`;Ðh4FÓ“Þ¤Þ Ñh4¦?KMI¦Þ Ñh4¦W±¡W½ñRÉØæÅ³¬Ì mxœõQlžqšq;«×ìäµ÷la“2ï-žzÕ/ÕØVÏ&¥JFiU~¼¦bѦÇ`ÇR¤™fhgÊÐN–LKñR£æ•p1$µÏ÷› óB}^`FtgÅÆHô¤7^fÐ8¨öÞé£>0ö‰VŽ®9%.ŒžîúèaèÂŒº)ŒÈYh/‰_Ó!–d#`ûkÓb/µ3ƒÒŠb÷+áéè Ц÷~V`%ÐæÏþiEJ_–ôÆK­Mè 6ÞVè ]ëKEl£l:EBè Ük/‹nÆë›J±C.­Réü¾.Éšcê^]‘^êÈJëBÒ“×Ö‰B+™–Ômþ²dòzC¹÷vqvzþüù3õ¶tùo:¼*4H‡»èÏêJoãr’×ʪCÙCoèU„TªT©z5ا 48ä{°xR¡b##=mÁ‚ù†£7j×®­îvÆßíÛ··oß¾wïÞÅîL\\\txÃÊ—¡iӦ⯮úÍiÔ5”JC'&*®}o©¡ì&^¼xÑ¿ÿÄÄDådùùù={öÌÎÎV—O^^ÞÈ‘#GŒ1{ölsóæMGGÇ’Ñ”–•®ØÐþ‚,ÞUQŠçBWEñô† 9)QK½'‘ÆÇÄ'JŽ’ž™–‘™ž‘•þêofZzFš†:V®\9**ªHúáÙkXhh¨•••õ‰NôF±O´²Þ(ŒÊ3«C½¡»×&ôFHÈ=6mtÿøã33Ò5«…´Ô”â•A9ZË ª;¨õÆ­[·4líÚµkDDD±ovx´zõêé¤oWÞW¦7ð÷ðáÃNNNz½ì‹¤7 ­¸¼EFFvéÒ¥H¾F{;zôè¬Y³ÔmõððР‹D«"0dȉD‚.kàÀÉÉÉbkjjjSºšÃ×Éü€>¦q ätè{æM~«6z#_½ ½—›—”’pvÿnï[W»®\8´/+;dfe@x 1vÁŽòåYAoàNÏ×hÊ{Û„ÞпJ‡¥×õ”×9ˆ 7´|ªAeÃÊôF´$ ‘ÒØ›ž É’Þ{ï=;»)ݺuóöÞŽMš4©[·î Aƒp­Šï¿ÿþÓ§+âëâ‘`ÿ>ìbaaÞ¬Y³‹ýãà`ÿÖ[oµk×yªL Pw77ÔÊÒ²±•Õ„ñãê'E›ëd~ãñãÇ_|ñÅ’%KÆßwíÚ5D.X°àóÏ?Çñøwß¾}:tèØ±ãðáÃeNG³-^¼¸F À0ÿž9s¦{÷îÖÖÖ=zô¸{÷.bBBBZ´h‘””TŒyõo¾ùFö÷Ô©S‹-B OŸ>(Üè–-[TæõàÁY&999cÇŽE$ò™3gŽˆT.§¼ÞP¹õôéÓ Lä_hÅa;vìhݺµ šWYoˆÃ!QluùàÄ5hÐ`éÒ¥84â9eÊ”¶mÛâÍÍÍE‚#F\ºtI]MQYS G’/ƒÊV•m…Þ¨Y³¦ì_œJ¡ýÄI1R¥Q<Éñ’fH'KçzCŸ( ¿´­m«?G”ÆDeçdA`H"ïl»½C{iäƒìœL¨™ÞP6e½qäÈÜ2 6lÞ¼ù7äõîÊ™3gʃrÊììl¸‰3fôíÛÉΟ?/Rº»»£ÓnÙ²%6)ë eÉ¡Ü,ùùOõ¡7^óŽÞÐ^–Èÿ+Ó®®.5ªWG@)'..«…ëGøàýb‘Œ;V>ÁžÝ»åU Â={öpÛ°!<,ÔÜÜ z1çÎþeÙ¨‘Âü†Êòݺu‹­­­L](Ô¢eÓFw]éjÕª]½za??¿Áƒ‹­íÛ·ŽŽFÃ[\íñññ/[¶ N­¨Ã|¸¶N:eddˆI™‡Ýºu+Ìpã`­03O×âŸ6tèP•ëð¡cÆŒñôôÄÐhˆQèˆîß¿˜§OŸ>zôH¶#nä©S§Ê®†rІR¹Í‚[[>ÿB+ŽöÄ.B¶¡cQ§7 ÍGœ¸“'O"¼víZKKKq¾¾û{÷")ê«\SaèÁ¤R)PG”Ú´j¡zCÞP¼²ª7èè ð”)DêFo$¼ZLÙÚ¶u »Û“àà”cGD…?”D {íêug§ímÛä<ʆÑ^oà>µ°°ÀP áË—/ mû÷Â"ReJè T}5ÂÇÇpCìþñÇãvFx„ *õ†ÌP÷è¿=š‚Þ€³V9–§Þ(6púuêÔlݺÕ_gN#æ·_…;kÛ¶Mýúõ'Ož$\ùòå33ÒÅ.*T¨PAl=|ø€ÏŸ?oΜÙ›6~òÉ'ˆàp zCeùƒÞªU«–Ý”;vˆyüý/Üוި[·®ˆIHHÀYAoøøøŒ?^D"¦qãÆEÕû÷ïoҤɀ¿M6¬†=b&66¶¨+*ÍÞÞ>00÷ ²E8++ ntâĉ*GEEa,°páB¤ò䉆rІR¹U9ÿB+Žö´³³“-ii£7T惇ËF$¸páâEØÅÅÅÙÙ’ì´*×TX=0bBàÎ;b¢IËVMKKSÐÍš5+3zC‡KZ´R4踄ØÓ;·:øq@@öàÁ·:[¯sY±ÁeEPÏ9S§>ò¿ðG¿¾þöBrh¯70ΪZµj‡¿ ž‘^^^#FŒ „`P™·6üˆH‰Á z ±;†c"òÒ¥K¯¯7”ÝJñôÆëŸÇ2 7Äü†àø±c–‰EË—‰Å ±\¢e‚£Gÿ€ÈáE‹Ξ5kÓF÷ž={hx~Ceù<46ÆÛ{ûðáà uŠýüÆ–-[ZØ_ý%–× 4Pžc×Ro¨Ë_Þ]Â)cЭ|!åæævìØ® þNYoØØØ4ý§a”­á²ô÷÷7Z[[ëâVussÓ 7^]®YYG6mZ¯^½4”S4”Ê­šõ†Ê]ÐžŽŽŽ"|ûömmô†Ê|äOz˜aƉðš5kœœœ°;ôê‹/TÖT.ZÑòEmUºzõê²É"t_ýuÖôÝeRoÏÐü[p¢£+V¬ ðøè±£Gïݽ£«ù Íz‹±žÂ[L›˜››cŒ,&êe>îÇ\ºt)|%T‡xä@¶KQíéÓ§ýû÷ÏÌÌ„‡Enˆ9xð †ùòëp—òë)Ø„º _,êÊ)JåV•ùk®8†$­Zµ‡^µj•:½Qh>šõ†8ƒQQQ*kŠð³gÏ,,,òòòÄîbŠIËV«]7nåùþûïçÎ[–ôÍônŠœœlu½Ÿ(]íº2%5)*æÁºÕË%’Èìœ,¨‹8iŒûZglOŒsY㜛÷Hè •YU®\),,TöoDD8:ÿóçýÎÊÊ„<@CªU«ÆÄD#lggÁ .eJJ2Ü„ÈêÁƒûuêÔA}BíÚŸaÂóæÍ»«ƒz£õ®½=¾E·ß¯oß¡C‡(ˉB(ë |°²´„G¨_¿þ´iŽb«Ý”ºuë¶nÝJeù<÷ùìµ°0·lÔ¨QÆ®®.z}~C³Þãëv§¦åó¢°… ¶mÛ¶oß¾Ÿ;w®k×®#Û_ý1üñ¤»ð}PÐ »É\\\|||Dp[[[8ʸ¸¸—>blw‰sôðáCÙ.gΜA¿Qh«BÉ <¸eË–-Z´@E d¨7hƦ7ò²³³Ô!¯7’R£¥Që×8ÅÄHreC]ÄÇIÝ×­JJIˆ‹…ÞÈ{œ+ô†Ê¬àq>ùä“jÖ´é—ˆñõõÅ8åïΚH¶zõªÏ>û¬Y³¦S§Ú5oÞ\D*§LNN‚›[ï߀Þáµk×` ck;h„ ЪV2zCWçÑØõFÙæuÞ÷E+K U£n«£££¿¿¿^ @½A3d½‘———••©™ÞØî½õAèäKÎÍ›³³K'illœ4vg§¯ý7nH ½zûæ®Ý; ]„ÞÐa¡$&&ˆÀ¬Y3'Mšô:YiFOzCa-’zƒzƒfRvàÀuïûòôôÔ÷Ñ©7h†­7r333Ô!Ó§vlóo×6ÏÓ3kçŽ ¿,Zïê¼ÁeåÏMy÷î>vw?ߪå%ß}Ÿ<zCC†…bo?µI“&õêÕëÖ­[däÃ×ÉJ3úÐò-¯ÛGž¨7¨7h4ê šQëÜÜGéêéÄäø]_6y8räc´ [™é¯~#y¼qãýÁƒw5ýnZ¦74dh8è\oèõ¬½ñèÑ£ôô4uÈôFRrƒ{Á»š4öoß.ìÎ-i|ll|LHð mZïþªiRlôS9½¡!CÃA·zCßç‘zÑJcì—íõ=·F£™¬ù^wX¾ïùóçêõFNzZªJâãäç7RR“RÓ’ÿÚåí½cÛjו.kœwíö¾¸_þ«—æ?}úDöüvT—§á@½Atn¥nšï}ðBøÅД+áé„b: ßƒØ@x)ð”€Z½‘““–š¢’;·ƒW¬üþW{·øìÙ³+—bGuyÔD‡ädg] |`¿Ì§Ï÷›z:¸Bˆé€~½ÄƳgùêeð¹99ÙÊŽLp;8hÿHŽ¥ËÓˆ ì‚Õåi8PoÝU/ÿÁ F3Cï§rfãz#;+%9I%ÒØ˜à Àë×® ì‚Õåi8PoB!%³è Ÿ›•…€ B½A!„”ŒÞp]µ21>.)1ÁÔHŒ—®YíÌßÃB!ú&%9i«—gpP`bB¼©q'8Ð{«WŒDB½A!„è•ôÔÔ×®mrÛp;8(>Nšg  ¦¨¯‡»Ûõ«W⸞B!„è›Ô”¤kW¶mñ\³ÚÙÅÙÉ@M½·zAlHc¢³2ÓKoøîß›—›+ PoB1ÒÒ’1ä‘DEGEš1IÁÌFºÊ1d½!ô†PoB!F ×S!„bÊzƒë)„Bõ×S!„ÂõB!„Pop=ÅH¥¼ÉÛ{;ÄŒDÕK’•ÏÝ¥KÑnÚ×:-5¥^½zÁAÊ¢¶ŽX£F •™³ß Ô\O!EçƒÇ.]ºˆ·å£{ ­X±zÝ ÎWªT ã\ùôÍš5ûꫯäcn½!gwïÜÞ¹c‡……9²µlÔèÆõkHWkff†}+T¨°`Á|ccÓsÖÌ™²;uê„¿ðËØÚ´iSss³ô´ÔBË/òQ>„pXÂ0x÷òÚ\·n]ÉÊÒòò¥K…f+_°eK—*ÔH¹‰Ò«°»»¹…‡…nÙâ%Â`—¾ÿ^“˜ß§wïŠ+âpÍ›7GŒÊöìÕËFå¦}>{QGÄ|ôÑGÆ×P $Fä‡~ˆÜ:wîŒÉ7¸ò R™’5jØÍþ¯ýkÉo¿¡À(¹“Ó lêÚµk‡öíUÖèä‰?‘áٿΨ¼¢äϰÁƒk®µ|&ë×­>|˜Êr¨_¿>öEa~ûõWÄôíÓgðí·ßnܸñ½{wê+j׺u+4ޏneYB½ÁõR$0x”ïØýÎEä÷Ó¦U®\¹ZµO¿3F!ýÀ—/û‡?MNJ¼s;ØÙy%:m8¸Ó§Nbx¸pႈð0ø²!C†ÀÕ"g¸1ÆÿòË/EÌœ9³#>€Ÿ‚A¡!!ónöôØ¿Ï[ìß';DJrR|œ@ɇeù("Z…‘iǯ¿FÎGþœàÜÿýïË/¯¨ËY¾`‡R¨‘rɧÉä ûªl|øÊ:uêÀ£É¯ìÞµ uÙèîr%WמsçÎQÞtîì_ï¼ó·nÞØ»g·æZ:ä‹| š ÇÊ—/—-¯Ž”Or"Yc+«?þ8‚@êÕQàÿû¿ÿëÔ±#vDb\Ê5B N.b.^ôWyEÉŸ»¾R&P2j-ŸIZj E୛ʑƒµµ5ò/ÐW33ÒùD¼ïÁØ´r¥“|}¡*‰³uT½Z5\T²¬ØobÈßOázŠa/€ àçŸ9}  GE$ºtD~üñÇÚÌ0ŒÜ1Ø„{BxÌèÑØ÷½÷Þ{ÿý÷1*9r\ bĸb@ÿþ"fÏîÝQ"ðë/¿ˆ|ÌÌÌ  Z´hw Ÿ¿­­­¸Pábäò|”Ùñãôéˆ=z”l†¼jÕª:u*4gù‚)×H¹‰äÓËÁ±Ê#Qn4è䉚*<|‚£Ãlj#zymVמ¨µò¦±ß}‡Ùá4×͉(&µ*T¨ ¯-Už u%Ù¼ÙZh´6¡'ˆ‹) 5B Râˆ8´ÊËIþÜ ­=£¡ÖòûºmØ &C”"‡ÞÞ÷ëÛ·R¥JgíÚµÅIüÏþ£\ßÿÕÎÓá>ú•,+B¿×FŠŠƒƒ=.WWŒvá#„¯Ä@µeË–ˆß¹cÒœ:y¢gÏW® F@añ3¼ÃO?þˆ㤱p9Þ¼q]¹Ïg/ŒKÿ]¬³ˆÎ|ñÏ?‹¤ÇèRŒ+ÅR>< FÇp‚W®È‡†çÓïòaY>ʇ3öÛ¶mE²qcÇBo`¯eK—*<©.gù‚)×H¹‰äÓC?¼ÿO›?žB³¯X¾ Ejß®ÝñcÇPTùM8ÈßßÿB•*U0lWמH£¼ ˆMÛ·o»v5àò¥KškÄï¼óFñ«V9#þÊÊ ò©+Éíà xjŽ9,–‡\\V#ì…!¦qãÆƒ >]ùŠ’?wsçÎOlj¨µ,¨úõë߸~M9 «2D¥ TPý¯¾úªnݺ)ÉI&LÀ&¨&ùúÊj'SS²¬!†¬7¸žb˜X[[Ë.ƒO?­ŠnÖÌÌ ~pÛ¶mÌÍÍ0ø=ûÕSúèØà%âãäŸ{÷Ýwe9`xë&ºq82Œ@‘OrRâ°aC?üðC1¢GxÄÀõ =y­Zµ9uªþݰ~=ÂkYxY>ʇpZ±1õ}çvp‹-P¤5j(LÝ«C¾` 5  Un"ùôÚÌoÀsÉ­fÍšò›z÷ê%uÀA¡»T¶§¨µò&Y Z ¡H P½Z5È!Œñes «9$ûÏþóêw³ÿ÷;\bUîúµ«ˆ'NjtðÀ~\3Âq+_Q@þÜõéÝ[´†ZË2Ùèî&ôŒr@ä€ÒÚØôÄÑ{õ²6F±+T¨€kÃÂÂü£>R¨¯¬vâ¢:tˆ,+BH±õ†^%×Sˆ6@ºÌš9îïÁý¶FšjÑ¢… ‘‰ õêÕ[±|™>ŽèîæxKeX6j}òú™B \op=…hCrŒ1Åò!º%%9©\¹r'NdSRæõ×S!„>¿ÁõB!„ð÷)„B¡ÞàzŠ‘Rè2Ä#ŠúI ßÑðÑ“"aø_ÙÐSÛzlÚX»vmlUxû„f”›]|6ñ ïZ'„}è ~?ÅÄÑü Ù#ŠúI ßÑðÑ“"aø_ÙÐSÛîðöþeñbuïNW‡r³‹Ï¦x{o§Þ „”½ÁõÃDáƒÊߌ(Æ'-Êß{Á™f©úž…r>N+–‹o|têØ±B… â ¨YÆð• ½¶-$‡xÅ–Â ÕðAÙ·f>›ùPå·]!Äõ†6ë)¹Ö?íÝ;»J•åʽDÁ!„bÀ/?¯U >žÚ¨×SP~T„'”B1p௟yzãzÊ“‰xú!„#â^çNÆõûŠ B!Ä7–÷}ånX¯\þˆ6­“Ö­ËÊJNâ39¥ˆ>>-©Q½ºxXT›ïY?vìÁýãË/¿lРAFzšëUŠ_ÙàÇ8!FCr>Öÿ¼ŸÓòßgLŸ6}š=!„˜è÷œ–/¹xÁ/';K³Þx®Æ.ßKvÞ2fù•Ö'[9œµì²“OÈÅ;IÏË„éPo¼Ô¿q=ÅÀ§ !6/˜pùb´R?†BLIT”ÿùs‹Í |ü8¯Hz#=ëñ÷ë¬OLýùú—Pw‰§W”û–¨%BúÏ=gçr99#—zCè—%b\O1d¤Ò˜•Ë¿zùÒKF3U ¹ç¼bÜ«özã꽄¶v¾£gû-YØgÈê&-GÕ6ÿ¦®¥M›Žãígì8~<ÑÉãn»CoÇSo”°ÞàzŠa‚ cÆôiÑ ;f²-õFZfn«‰{ç^;q¯Y«Ñ:þ0Ïi™óúå«Ö;ÌúݺßdË6÷ﺳgL« >Ié¨7JRop=Å`õÆôiö±11ìph4š)zB zž÷™œM]yz Ãc'ïoÐ~ìŒE+9ìçç(•J1|;{öìÌ…+´´Òåò‚•×ÿ»äÏgFk\O!Ô4V*zÃ?0ºÅ(¯i?žiØÑnî¯.~~çîÞ½+‘D¥§§?{–LòòòYáfÙaÌf¯‡ßNñ9s-ÒÄõFI>/ªõ”§Owp°áeK—V¨PFÁ»g“+V¬¦y÷¤Ä„÷ß_!òÝwß}}'xë¦e£F¯™aFzÚ‚óKXoà69räˆ#fÏž-bnÞ¼éèè¨|Z###»téÂ>ŠF£™šÞX¶õ‚Íww²¶Çðé~~~÷ïG¤$'çdg£ÿ ?~' è9Äqô”ÍóÏ-ÚxVƒO¯\¹r5jÕªU­Zµ3f”U½Qb¿‡ÕÇzŠïÁÍš5á>½{7mÚôÏãÇ>súTݺu Ý=>Nª¬7ÎþuF·zC9ôÔ­^¢›šR©R%m߸«]ž…êÇ;99!0dȉD‚‹màÀÉÉÉÔ4ÍÄõFþßfûÓŽa“´±™÷ËJ»wï@läææ>~œ™ñä þ<ÎËËÍHO‡YæâÕ©ßœ9‹z9lÉWoÐèQˆ¯R¥Êõë×å·BÆä—žéVo”ÌûEõ±žÁP¡B…„ø8„ëÕ«·aýúùóç!¼øçŸG…À¦î_|ñ…™™<ãƒûbNã½÷Þ³³›Ò­[7OMBo$&ÄóÍ7b_1dÿú׿~øþû^½l NpàFˆˆ ûì³Ï÷íÛ—““ƒ˜­[·V­ZµÃßmSêzCOªC¯zcïžÝmÛ¶ Kú÷_»fMÍš55øhÙ3b=bäÈ£G’ym™<%‹’ P½1lØP¾pá¼²Þeiѳg…ŠOoÈ?‚h߮ݲ¥KÇÿ÷¿¯ÿûñȨµµ5î\®nnnвgGoß¾M½A£ÑLDo@A%%ÙÊÊjêT; ½Å¦„„ø;wŽ1¢eË–ø×ÓÓÃÆÆFC4@½!ÃùŠ+Ö«WO<Ÿàä´ÊmèÐ!Â/«\ƒ×CiŒ=zøðaéišõFpP $¢†õHJìˆðܹs4è°ÐÐ>øÀïÜYñ#ÿ ë)¸¼Åô†¨W¡u4¶²úôÓª—/]Rh¥cGÞ»{G{½QÝ¿ÿÌÌÌ/^tìØ1ÐÏÎÎΉ¤U«VPòˆYµjõF3½~/çoEqâ­†=æw|Øè?×{žÝ~VVfvv„™™ {j×ÿDZŽ|ÙkñáÓ×d»+S¹r¥°°P7n¼j•3$ºw±õîÝ»èÿ!Hž9sÆ AƒD¼««+×sçÎE¸mÛ¶"Œ”ظ8)ü#ÜLDD8œÎùó~9‰¹té¢ÈáàÁÐK*2¨7ä±²´ìо½£Q…µkÖÈ& êXçÎeÏX*è ñͲ±ß}7dÈô´T zà2€¨hÚ´©Ý”æÍ›+?/ wŒ‹aÂøñô†øe ŠÝ AƒúõëO›æ(›«±°0733kÔ°á­›7ƒ£Ô­[·uëV…ÖE°|ÙR¨Yå&Òþù a...>>>"ìææfkk ù÷²àyÑ>}úØÙÙÍ™3‡zƒF£™ŒÞÈ+ÿcäOníû;ã?n‰ÍÞç‘n=3ói©©É¾ÇÏw´Ù˜Ç×}]v™"¿»ZV¯^½V­šŸ|òɘ1c U’““нËlÚ´Iôÿ]ºt~øðˆ ¼õê9Ó'ž5kVµjÕDü¾}û,,,,-á…­Yã*"}}}­¬¬þv:ÓD$\Û±cGUdèOoèã$–¥÷‹&&$ˆÀ¬™3'MšdhÅë߯Ÿ:]Á÷}Ñh4Z±õF^^^VV¦Œhi¼yÙ=z un专ö3}¶ìñ ¸yçzàݾ9,po?pv¯Áî6¶^fݦ÷ø¶Ûvò»Ô¥…½ýÔ&Mš@dvëÖ-*ò¡áìÎí`×®]»õEÔ4¦…ÞÈÍÌÌç¤ÿ-³ogµë»rðˆC}‡íí?zÛ·Ã×Xþt°|ààí­{®¨õµcŸAý68[whåâ¼B!£€¿O!|Ÿ9F£•˜ÞÈÍ}”‘‘®ÀCIì°ÖZ|;·µÍŠ®ý6ôµÝÞ×vmlœ¾è2«vë‘_Û ëÖwè¸QƒÜ\—~ÕÄrßÞ]ééiÊù2Æøþ ê Cþ>¬$*’½ F3Y+ôû°=‚TP&--Õ÷Ô•é¿{wý{mëé Ã°_'Ïßè¶ý°Ëª•õê|Öºý׺tŸ8fÈÊ¥ 6¨{úÔ‰ää$•Y&ÔDWH¥1+—ÿ~ñ¼;f²rÏyŲçÏŸ«×9éi© ¤¥¦À%%&Hcc">¹w÷æÍW.û;{êä‰?Ž^¹bEýºµ5´hÙªÕ”ÿŽøyÞ >¿võŠrV õѸU.^ð[¼h>î”üü|v;4ÍÄf6òÑû¡  |ü8O­ÞÈɺP àw$‰ñqҨȇa¡!·nBlœ;{öÏãÇ|}îÚ¹sݺµÓøÁü‹zuk×üÒÊ|êÄÑ6ݬ^´@9+ƒ…zƒèœì¬ À[+W,1}Úôiö„b: ßCï±ñìY¾ºA|nNN¶²#KINJJLˆ‹“FK¢ÂÃÂîܾ~ýšÿ…ógNŸ:vô¨ïÁ»wïÚ´iãÒßÿºC;HŽFæõ?ÿ¬Æ‡}•³2X¨7ˆnª—ÿN F£™Ž¡÷S9³ñ½‘u¡ ¶Br$ÄÇIáe£"#ÂÃîݽƒÜW¯] ܺysÛV¯ ÿýîà}‰ ñ*³2LŒñû°Ô„BŒqÑ>7;+ „zƒB)½áºjeb|\Rb‚©‘/]³Ú™zƒBÑ7)ÉI[½<ƒƒâM;ÁÞ[½b$ê B!D¯¤§¦Þ¸vm“Û†ÛÁAñqÒ„ø8S5E}=ÜÝ®_½’G½A!„è›Ô”¤kW¶mñ\³ÚÙÅÙÉ@M½·zAlHc¢³2ÓË”ÞHN¢Þ „b˜¤¥%cÈ#‰ŠŽŠ4b$’‚™t• ’ÿ(ÇHõFvpõ!„bäG„“Þ(_^VÔÜm[©7!„£àÙžÝ2þ¢\9C×µkËJûtèPê B!Ä(x>r¤Ìƒ?¯UK{½Q:ï0@å’ õ!„b°À_˻什{IoèOr¨Õ[¶ü£ÀOqPoB! üµ¼ûÎݰÞÐõÆË—ÏkÕRPMÔ„BˆaÎl(ˆ …Å-õ†ž$‡½Q$_lAD›ÖIëÖ½Z^‘û‘,!„BJä$xäÜm[”†ÊÉ ƒÕ(Ø“‰”ËO!„\YŸh©7ô!94ë JB!ÄèxÐã[•ó!†¬7@î†õ ÏrB!ÄyZ½zÀ¤ á!!ƨ7dªãiïÞ/Ê•ã %„B „go¿]¥JT³¦Ç}wè€:±aÈÏoB!¤Ì@½A!„CÐ%ÿþ žB!ĤôF)¼ÏœzƒB1%½Q:ßk£Þ „BLFo¼Ô³QoB!&®7^êߨ7!„SÖ/KĨ7!„ê ê B!„PoB!„zƒzƒB!|^”B!Ô„B)Ãzƒïß „BH è ¾_”B!% 7øýB!„”€Þà÷a !„RzCO’ƒzƒB¡Þзä Þ „B¨7ô-9¨7!„ê ê B!„PoB!„ÏoPoB!„zƒB!†£7ø{XB!„èUoð}_„BÑ«ÞàûÌ !„B½A!„ê ê B!„zƒzƒB!Ô„B¡Þ Þ „Bõ!„B¨7¨7!„ê ê B!„PoB!ÄxõßgN!„ê B!„”½ÁïÃB!„zC¯¼¡ÊxåB!:ך%Gñô‰áë7´°R)¯[¢“Ë©v!†ÓƒW™yúŠê•LAo¼QD3½¡}J«$¼õÊ^b˜“u¼ü §2عY]å_¤Òê©RÅëöKàÖ0¨ñ¯^õ†JÉñF±ÌõÆÅ5™cÑmHR2WW1ñ:¥¢>Ñ÷u¢ßô:§L‡çºHž]OWÚº°Rì4 vÞ¬HzCAr¼æéÐ^o”@cÚf€×Øëßï¦æzÞЃ•îÑ5—Gß·Œáw§5³Zb—œn»£R¼eôQÃé:tUì×ɰ¨zCHÝVM¥Þ(UÉŸ©RŸf)Éžª´æ‹ ¡5®®À¬dÖ€ŠÝz+PKÝiê¶ÑJýª+áËÛènÌ×ϰ¨zÃ`;(cé?õ}ǽæÍxÛP ¥COgàý€ažnÑ]z} Çx¦þÚ­T®=Þ°%`Fª7N¢1ÜJ÷ò3 ½]­WŒÊä C™Q)¥x)–âífø—ïš0ãÕexøfâD*ËɳI+­q‡á¯¹ÓhÔ4£@l2<´¤éUr°eh´¢Jê úJV$ÉÁ6¡ÑŠaÔ4¦½ä`kÐhÅ6ê FÓFr°h´×·ÿxêÆ endstream endobj 598 0 obj << /Type /XObject /Subtype /Image /Width 720 /Height 157 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 18423 /Filter /FlateDecode >> stream xÚí]|Õ72›6m¡P(£@‘ÎѦ ³ P6 ( 8ZÚB›B…ÂDÜ  ÈFd.–PAÙŠ ¥ŠR†ì=U†£ý¿»\.—ä²»ï˧´¹¼ùû}ã½w¹€€à+À0$Ÿ8" Ágèœ\RФ€à3tÞv¯Üa2B¡úRøÞuXùÉ«C Àª—ÞÒ¹¢Âa2!®äÉð7‡{c;å £Þµ·€¸±«rÕÖ†ìJ¡ªm€VD„ˆËHà‘ä¼6Qé\a·a*(I±¡wÆx©ùšB÷Æ $…!µ‰ê)%G¨`üg_‹“¤¸­h—U+öÚ"<™U-£BJ’Ř;š0Ú€ýÓ½Y±]ò‘Ày Y{ Æ•jÑ[‚§”•Ûá3íS`2q¯Œ+B'ö!ŠHY˜b#_ŠÍeto î•IM•¤©ß…Ia{¦.² ‡–yóeU,/hyê^06êpEæZA›,žRȽm¬è®L$æŠÙÐ9hùe)bZ-F0$°mcc¸õÔ°ˆuFý` /)ª:œ>­ÔÍ›ÍÒÆÜ²EÆ=WØ!3E¡ ŒÙ.)ÅÄØ$Žʾ‰µXwìÖ1£|-„ùZÁCjª'#Õé”±=Ó†Ó– GiÍ;'#â}›{ݨZºaÌ<]pt†Ñ-åh8qÙ•¹Ž MFmTˆYT'¶fœ#H5LFb² vDÆöRÓj©0“ &Æš‘¦¨jG«P'ÿÑC…×hÒCª²³áóì´°ÊîÝeÕhlÜd‹Ný§>³d.7Ìä™.ÞÓ*9°ÒçOnÐÆbJË+Œò5»Zè<0úiÕÍ=/ÒŒn)7ê€æ/70þTÝÖô1f¬FF1ª­ Uicc…0:ƒoS-1rdŽY\<^‡î›m€+hÖ¨­„@ØÆKh“I™¦`ìßìFyf4£:Ø9——õM±P Ó‚E˜ÌDUÓˆÌZ5²Ë¨éXšôe÷ØÙÐÂ3{v6™¢§- 3;9“-ZÊž×eñæ¢k2W˜=cJ‰‰G`fÃèÉ:¹µÚLŸYŒÉ°*ø)m9¶SÎÈÒͼã„b7,-MÕYÓ·z‡‘_ʶ{UZÁX†î¨F!&Ytï^Rj!GKqYxNßl\A[µ¹­ ³öm“ʤÌS¨0Å;šÇÉF3<3Ž(YÌ1ኊûel€¶hÁ"d ÏNÍ0E-ÉHzólhᱞÝÜ–±ê˜\¹µûd@ÆŸ°óŽùÙ†Ï0ë9fMf³S(ã}Ë4£žLÁ‘In1Nж ®1‹¡Þ²oYy…ç(¿wæ'Ž˜¼—%æP‰qRu“dön~‡©ÆQg¹ Œeè.h•° 1½M·d×F¹^ÇœN˜•nY·ÜnS&íÛ$‹F“²a$ã—¶ÝcõYΘ „8ü¯àí³Ü*´U†1Hr}”uCŒðXÏnÝÝDzlÄÏ$€LÌA+ _â3‚å¾³D©3‚Ïð¤ >#  |­Üà3Ú¯C@|F@@|F@@|F@@|F@|F@@|F@¨=|FûϾÄgt>ˆàC|F÷o øŸQàS|F ‚ñ%>ÅgæQÐÈ?#  ü¡ÊøŒö7|ˆÏ(Ý@ð!>£tÁ§øŒîß@ð%>£ôùg”?# T1ŸÑþ‚Oñ9h_â3rÐ>Ågä |‰ÏÈA#øŸÑ £¾Åg´€øŒ€€ò ´D@p‘Ïâdô]Ç>ÃgDgâ3:MAð%>£äÁ‡øŒ² Ê6|ŠÏèÓ)ˆÏ(ß@@@ëA×ùLº¼%¾ÁgHè’ÒÒ²ûH>Ág Žˆ‰í{yhßà3À0Ý1Šà3|Fwô#øŸ‘Fð>£›’|ˆÏèTÁ—øŒÜ3‚ñ"øŸQ¶àS|F÷Ø!øŸÑæ3‚Oñm>#øŸÑî‚ñ-|ŠÏh9ˆàK|FËAÄgÄgÄgÄg„G“ÏhÁ—øŒöŸ|ˆÏèvQŸâ3:ðFð)>£ŒÁ—øŒ4‚Oñ9h_â3rÐ>ÅgtK?òÏ(F@¨b>#÷ŒàC|FîÁ‡øŒI{Fð>‹#RÐý¾ÂgqrI¢3‚ð™þz+$ßZ "øŸÑ‡SŸP¾€PåëA´÷ŒàC|FÁ—øŒ> ‹àS|F„Fð)>#B#øŸ¡|ŠÏˆÐ>ÅgDhŸâ3Ú†Fð)>£x# ÿŒ€P+ùŒN |j=ˆÜ3‚ïðmo øŸ|ˆÏ(yFð)>£Ï¨ øŸÑ¶! ># ># ># ># ># <ì|Fûu¾Äç*9O)7‰¡šù̽©²HX~¯¬”BÙ=×Zó æ—;½PÃãóB¹nÕ,÷xpÞòÀênQ# )z×ö½²’” )%¥ÎŸ.]N±¿¬ö>¶×IÀ"÷ÎXLÁx¡¼öp—U®s¥êZÔt$zÞ–r*AÆÿ•–z÷0rËÛEïmKaHèMÛP‘ÛR"ÄqDLгL锤Ħ””¹£ýêÉfèN]:èÑX¦dX‰IåÆZðG„Õ™€•óp—U.+g;œçÑ:]7…}ð½ÉñÏæÞ¶tL‚sâ¯hÆÄ‘âÂóÈí Òâvþ{Û’Å íµíT%FEÂvLŸÀœ|=È~qíË]ÌNLúªª|¥œe2äiŠÙÄmmŽ¡.,!oi$‹‘ÝpVrÚš¹#f Ãý|Ëuk(7…Ç”³@ËËR$Fåå\n—ó¶_?b¬K1I¹i¾±”HŒ³±)h"Ip&Å?+†1FÐt)烥/·(dÅgÚA—St6‘Тm Í•Úw9¬j#Ä€£ìg&ÔT¨N)_^b?¨™GÏðÇdoåfwá Oâ ¯ÛdÉgì… 5&·ÌŸ8Ô¥ÔŒd1Ö£®ÐÖLq€±É0,ì‚?Ï`­‡äJÀ¤Ù!6q—õ©¥1Fc”3;»Ž·axksûpùÏ1F %3ì4: f6Véé½’Ì £àÅQn9ÇcX2†‘¡ X‘}9·YšæÏ[ÝS¤ÙÌÇT…¢GÎìì¸Þ†)cChÖXvbF‘Я9é) ´ a&r•˪ƒž•cÌùذbÌ"¸…ÌÒd‰›¼ %†Îc6k3}åŠ)ç1ÍÇJµÖvaªiÙ›3Ž£Ô}6+1ÁÜ ,½ysJŒÉ]Ęó$þl‘GY¸Ím'Õ×D>ž©˜¢±M.uÍú³œ»%ã¹vAϓɷÌ_dÃΕeŠÉ¬˜Æ¦öœ×63¾Ä8YKšqFiŽðl€6Nt(ƬØÉiÇœžR´ºk¶2'mV‡QжBæV˜AZ½eŒYêÅüÃ`ÇkÖœQ¦l›j­¦Rb!z“ìmK&›ì‡Òr˾ÇË)—iN°,å)Ž0uË_²)ke-#Blñ¾Ñ¯sܦ™(ÐIáö¦Á ˆL›À)x 3Ï“É·Ø Æ ÖÌÖ,m¤7‚'d5\z²ÇÖÙ¥áÍš›9:[×s2A­6oN;(iœ4GÀu°a…ßËЂá\r:^K1ÏselŒ}™“>Ùs‚ó&}]fK±ÝÁñ5aÊZÍ–a­AʯsÜ&ë’Ì«‡S‰±3x7ÀÎÓ2ˆq`kÁæ³Ó.7‚ò†Gãd#DÎ&d™ÄZDG•­!v>iEç€fFÁx¨ Jb·c‘¼ØIM¬ì‡Þz¹g?†Ù“µr,ÃzVý3.é®s:;–«»Úá´ƒYù Þ:¦³s®Æ ö´åŒA6É*:¸1§j=Áx£ jq’™™RæÇlý€Ã fs•vIŽÃe•Ã?Á8h‹…4p =c†¹ŸÔhÁÔ€ÊܱÖ#޹¯Ì…pYâqÅÑ96@°ÌÝò‡`œ¢êäØCà‹`¦דˆåó 2ƇÂð#²Ò[ gEµV01H¥Þ"‘çCz{P,ôõþM"-W=:³R.'¥yûI}oNÏ<²áÿr•h³±ÔWåÕƒ=>¯Q?{^‚|0BÍ!Y àîûsÇ­ä~ËøwËÚ>±Yw¯¤uáan“UÉÙB“³’ôx2Õ¯‘Ý´w*Ý“%z û;‘ǯÆf°’‡˜ÕÚ*^[ŸO*ªPR±³PVÃiy)è‘<g_à”Iû8,Þê1 °ŸÝäâiñh©†¾²ÜªÄvIKÁHØ~SXô¬—¹}LJxmð‘ÝwRœÎêCÿ5žÖn<½“°íˆFµ «Á³:~4†¬ü\ÀW vÇÍ]M £?r#6'y9qã´Z|ÌPf Š*^$ÑQ`ž•vÚrz=éÅö9‘Õ¯LÛ{Dž´¾ÝaD©½#~IälÒº5X7|¤ x Æââ É…Ú½fúý顆qºl@Î+ ã¥Hžá?É0éò‚Gy@b dͼҴÀªöpéõâÚtpÁ&¥•¸çwŠ•`±G÷œD³óá‘\ö{¹ïu½Šiw\#k(c]É{5Ðî8Ï!„€À‹á‚šÔGt—ð´—Yçg^úßÚý‘ ë€ï*ɳ^IVðC­\rkµ“i¯ìÁYv7Ï¿-?Ñz â7ŽmK{ä_«x7`5ïaÿ÷ðzUýnZµŸé`v¹Å…¹Ç1;Ê‘\ª±¨ØÂk‡ÃWZºv]a”tFµñ/»RÛ¹åD—ÃìÄ™FzÃî¿f1¿Ÿ…¥Ç°zz€Í±ýž*^•EŠ;1=´³¡ NZhËØooôîà$îÏaïQ¿Z«NL$Õ>‘—YK€‡õ;0úñÌxÒ#õ ‚Ú‡ ߟc1/Ç®»°Ç‘Îmf—o±ð®¤/ãMoIÚý$«8¼þ¶ äYÈØÏ+vö;YÄઠ?ø˜îy=Ï3ðÿ8Fv9Òg¤+é~ÄŽæ #Óã nÊFUKNYò˜Fò0æ5ÒîËÌj¥&±#É—tÝU*§G’îáiíF¹1r›Ä;Úg­Z%™RûYi·Éß[‹:2v¯½ƒ²`™ø]¯yÖÛ%É®÷;™ñ ÷rœ%.õ?ÀBíyJ<áæ.Š£ÑÌZº¯þ"Úï¯AU£ôÓy<ØZé?µ^ÿÇÑçm8èïãözÆ+?ß&Ú9(½´çÕž¶¾§Dcƒ<ß%¨+}޻尖?̾¬â²åô|J]ЖŽg^Ã$³Dpü„°3äs:ü ­Ö;™ÅG$‘_yd‘+@2ð"¸ÊQÅ}Lf45˜ÇZTÛùI2–õOc™ßÚ—w³¥,Þïjã•á¼–ñ® ñ^íiÑÞ ©œu#7èáÆzø#Ψõ•p×ó0¯ÛHrÙw?á!GæVrt(©ÂhórEN±·JäßÚi‰n4ÿ {¦| äØòýj—ÇϵJB”G# ø8&aäÕ`ÿ£¼|ŽÏ9;‘:Ã…Žó®«?€#êèõ.k”›ûž­™±dWç›;ÙOh_{¶cxú,«„,ëi6kT­w]-ex[èå¹Í‹Lk—wU´mdùsÂ¥‘¥±=®ƒ#YÏh¾˜+Ò3\áÉüüLã]«ÚO¸Èî:â·=¶ƒ¯èšo0=ßrsüߟ\øÓʼn&3zûËÂSümQ¦üùÅùBN×—ÖóØ:Â-®‚cü¢ŠÏskáÊQà†÷þ®FŸ­¾£Ò¤÷*Íú¤ »ùI:j¾N­_×EûïN«Ð76 8B 'Ÿ‘)Hwùå9É=«wÇAüº!j"s;&Èx6’ð@Äž‡õ+Á‡¯õÒ &ZåÖmìZÅBÆNåÌï54kÿ @zD¨ ¼[ÐYYõ¿•¼&¤gxHn¹GrŒ™uWâ¢ÅžÍÍZùä‚•ª£Y³( ’¹ÒM¾Ì¿ž¿T‚ûä‰Üa®2Æ”Íì' zò¬lû:¨[Ëò H4؆žÅYƒ<˜O([§5ì}\t]ðè¤o1ö1“Üu»ncVCûnô>Çßòõl7Ÿ{%¥ë7E!Ñðƒ|òÚ®¦;X ©ÆÓíÅö5¡–dÌc¼¾Ãé Ö眭´MžÁþµ“—Ñ5cŠiÞÔe³F £¿O°qne"+é©‚ýè^7Y±ùg—sÆs<£žê`&?øv¼×»ÌŸónÊa­UË“‰néþ‹ÁîÊcü'Þ©¯üqñ"(‰×‹Ò3„žá“¬ ´þ¡Ñíbº€Ç¼”Rï‡@ÊK|øÞÄ$/åßY ‚P#þ Ô"|"«î;1;'j¸òÉáéý5²3±†ÉÄ[Ë?•ÕŒ&š¡§º! €›r$ƒ‡Y ¶ª’üö Ÿ•çÌÌV×øis=çìò*úæîù5ü õµHo[Ñ.‚ Ü_çįtæ=ÿïã£û[¹6ží0#ŸçØÕzûjõÄ Ì*}ž—»õÅL\üš}Ïv˦Të·´v…³ÙÅʯ«x²SY,v)~²*ÿ‡Õù÷ÛÒD;§Ö½\ºgâ’UíFlûïÛéô*ÛÅùU†k$ÿ2ŒK÷Ÿ µøïHÒ8üxƒÃâ¾õ{Éɧ†7Hÿ€½u#4ô«Ï­>ãuáÔAîBØë¥ÕL­áü§±zþÈî;‰N÷àûZ[è÷ªù UÒno1½‚]â¿É¯üë+ ÎÁÖÌò€§Sd]¾“-ÉGôð•¨È´p”ú¶¢JÝ…ÏáDÿè¿ «LmÓ{6Ô×/Ö´É.|Þw>ÁGüöÓçì¬$ã®0Iÿ£’ßÙÛ­Y_©$ýLózÿàúh¯Wp,a–ÿ/„¨†v1Lß°O÷0º/Fgh5 ƒÜ;U¯ö£ÇÊ* ¤Çû0ãýmÉð?)) È#?ú»¨úÇ;Ыõo •͇­=Fïu$¸Ün÷JÜóû˜Í†fz–M±±ûŠKëò©V›â¶ÞëVš×ZçÖ“rö0ý±ÈV’é}› j°á•n–oŽî|D@`°ÌÂBwÕ‚Ìçkô¤u0ÁËç¿•zÙÿj‹ÇîJ÷üKœ®D•äÙ[TÚºû‡ZÀ‹2dµéÈó´M®¿@ð?;™ð&VôxÝ1ÓÆ£‡UÐﯭ¦s½ÕöóQ¥ìÜÁ'Ñ+9~û޼ƒud'f·÷.ÓÿH;ÿŠ“µègqc”Â)ºÆ9ø×ŒjãßáÛÌ_Oø¬„½Ëàè7:9»þÖ"Û:ľú„Y1žr¸Ÿ¾„.õ—l7ìédk7žÜM!ÍuûTôª[ÏéžÍ²OO§‰ ‹—»x.ΩyA6ˆ©Uæ'dòÁn¼ÒHL²k7 Üšû€JÙ1mãq+í½Ì:Þv‰µ¤]Nuððùì/Óòÿƒ8Ï3~}7q !›²AòCt ͱ¹±ð1«²¯Ó~0Æ…µÀ4Q'ßô¼²’‰Xûýæ¯ r8í'TÁ‰ÜÇŒßV¸4çõnDû-NG›D÷i Ëí„Ë0Ș¡ÌH®ùµwàA_fÆ=†)½Š3þ^.¬á‹x÷ú³þI^ {[8ã<ËŒÿ ,eÅ1¿PÈʽ¼RÐ1ußäñq]¾ës6;R±ü¿ÄŒ$–n%‰,'ú½Cë/Œ#¯/]°û±Ì_a~_²3f‰“¹¬fæßGJGä›íhQÂÚçß Kÿà”ìæÿ ›MÞäÿM¶þ6qk 'Æéü¾¬¢ü=Ÿ‘q3ÿB}ÃËt½²Ï8¿Øëò=ãévþt’ó¬³ÐG{Îß×i=kKä³&t#ºí?”ÓòAîET{¹ï§±£ç2ô/p¡Îƒ‡àIÇ3j<ÿº_wÅîàñ5ç:tÞS¥X[ÉgÍ0ŒQ?bßLøµKñ㲕=ñïãÀo~ê òÐb»Ñ}u·™Åóéq¤ÿ,ØÞ~fn)ò3vòÞ¸€˜*ñq$õý¯púœð•Ýhx†¶€ó§æci9ü.þÐÿ”çDê•“H¾×®®vøÆZd€~íŠÜ`ÂVt¿_­Âôì70ÞŽíu…¹ÃÒjÊóúz™ÿ†ÐŸ[¹ëÆÊ9ŸõÎ_ÑõçÊO “[¾*ÛãE‰FËgâÿYŽç…3—wýÓxÏBx½Ò<}6s#—ÛåÂÊ©¤NVÂ]ìÇ´ñ†K|:ÍHuK•ûÕO+é{Ñ~ ×áÅ•¼kcü¶ÌªÁþ>£õr¹wøæ<ôì«­–…>w‡P ˆ«5÷}ÕyÄs§iL„ú F†FÕ¾Ëu˜éq:yÙ'¿Kìp-Y)»ÄòkB€ðÈBê‚^G Að„Ç^ñ7/VYñ[m1Š—,^ ®âh4ÚËö?ö`ï?ÞÕΰJ½wû=7Ç5މKç«áÓäO9‰“«`ms¯Š²Ë¦^¶[â!ÿ>dìï.§ÿÍœ¶4îÏ÷…õ.ÐÜ™$ s!ÆìáeíuØB˜K»F¥ìø[B«8ĬFZÀŸ•´•s²šäc‡À½^ïȽ¼¿w3…)4µðtñ´ÆfB½®xA0Êuºƒ1”0úO²˜éßà¡¡kým¨øŒ¨ëD å<üë)/Ï xŸ–¬Çrxk[¸òˆ'º‹7}ä™™Í)˶ÀÀ­Pó¿z˜_4v(•ï+SÙnå/ªlo"“žé?ðÿ~¢šÔßõj»gE-ë}“ÞF¢²9ï@7™ô{“eAL™ß˜øÓ[ö?;ùÓs.äU)¾]ô‘çP<€? üßs9¿˜Í)ÙfÃa§¹àŽÛAÛ×YÙí[V²¼hM^±(ñƒ“ÝÈwÙÒÏZhõ»³le‡×ËèÿµnÚõ6­ÉÜÌßDp†·XK¿Íi¯»ÕXÁ̦!3˘ӢK¬?½I¿#õ»l7Gë%}É­ØÝÌÎõ¥n´r–-{׋ó­ôD«êòúÇÌʺÒìM °È7—ï9ˆäýè²Qôÿ,ìy›CŸý›¸%]§Û×ã‰nÞo˜ÂXÒïvì÷†Ûÿ)7r÷Ù æ%¶Ÿ?ÝêQa3îË.Æ­©-s/#ùµl©.´ù œû Úw/vâ->—€óLß–¯²*yÐ;=ƒ‰òaŒ$Úñp'[ÞR _)ß!_'Y#»pÖ9#_FËó¢¼G òàŽì@ÀbùYl‡”sI®_¹™‡çÕðºf/ož—´üMÇZÃf _ú£‹§}7œæL aw]Þ–‘Z.Íh(‘6ðõ5ù=7θµëõo¥Ë±¾Å^ÓiéU7óà ,oÚpfrÃå˜yˆíK•¬1UÛ}Øo£ç·=¸D3~—ɪ ëê ÿ²[úŒ“ ¯º²šñsµI|„ÝœsµÝ}ÿ‘l´ûAÔ;à”ÿ@øúKÚócÞ™ Ç0?ð¿ß“ã Øž–¹YEûl¯WóÝ«œö×Jøœk€DíæÎm¨•„$~·œÆÂO8‘þt‡ÆþÞn±ì›þ{8È®z°Sý޽}/wÃ62±0ÂÃú›ìÈ)Ùåh¾ÊÿcNo.ó®Vá_3–XæA–Û!àeŸ¼ƒÁfÑŒÿÚ*®Kü»m•ë êépUð_%Ž{p­{ÞíY·|ÏÙJ:5x…ñ8)¯Ðqàå*º_î]z¼—EE#XÉŸdæàGsèyÑNæ5Á“%&Ó¾å)ÙXXû.ü)eÇÐõÊ>cê ¢[n)ëL_ÿ›¾º_âvö,ã[Ûòzækì,›a`{Žc.Ýÿt7³ªÓ6=`·lÇjX¹^µŠT¿Ë'É dW=º'z9-‹}ï ½ÂêgÛ˜ä¿Ýb, Üw㬮EòøLü½ x€¯+)šÎ{d2È.6»fSjäŽ^¯ÿ?¢½–ÐE¯ÝÁb–aïSO7fwìfß3 KdÆû%ë‹ðPèÝÞâD˜kjvV'>5¤W}ß@]|Ê#ãV×^’]³ˆmho¶7O»Éšå6ëÍoXKW¹¡‰ÙþÏÐã.tsÏù}~¥g½hg,Av®Ï‚£9e»Ïɾæraµíïu+WëWIѶÛNÚ#©¤=Å_2#™â ÅU.—–ÒçÜ’ÈŸnçO»¤lê|pfè\ŒŸó¥wIÑ1~gÌ%Õ½£‡*yߥ›óÔ œ=òn´/°È—.òhv‰ÕµN<9â?zÛð7ØË¨±™’ ­9B÷oE?r`?_³ÜûzðÐ*É~';Èqt.ØÝ'FÕ›Õ^€ÝY6vi&Ä…R*'ïN3eúôÿ#‚p ;Vx¹C¯uX¿ únJG'«t/fŽG­ëyj}¯%‘;˜wFÃßQÒ<&> …¯r2ü¿É#ø½ÆÍ9Ïu9c¼_ #«ge¹ûyö»ûõ²›Á}eµ~Ç«ì“âss!3ùÆÎIÓ—5ð ö÷˜ñÎc4îÏ£ù8/ý²Òç½T#±þt\‹p½’8ðX¥´¢z(ó5ýÿªê=Þ‹Õóö¯cvË<Ãx¥l¼k$ŒÝìì&T°Q<®ßõmO2ŒS²Ì›"è ß_OöÔ쯔êV3d—~^Ê Üå’ç<ðÄS¼Üýèèfýµ6ü:^C»E÷¬v‰ÿe2¡°Jæì ¯v£¯ºáÏwûÀZ¿ZY"T†>ôŸoøÀ"~—îb_ïÍø°ÏücàÿÁXÑ–Žý`½þ´^ÌÊDëà®”¥²ëôš+Üf…UÂñí§è|á–÷v$2c>ÒO èŽžÀ†€€P%ø=¢ÖaÚGC@@@@@@@@°AÚE@@@@@@°ÂUöÔäŠÏE˜)Ý@ß ÿ…g0WH0t÷9Â#·ü‘ j ï:C¨f¨Vo±.Z¬ûã¬6ð›]êŸ,Ìž&o?>*8}Àò!× [;Ý[ûÛ”lUPØkß_Y÷ÙWÛž›¹é“Á¦äÖwG Ojpñök˜ÿÄ燞ˆSÒž‹è76øx{RÒªGÃôØVÍ¿y«ú~£ç{´h½þcés†9 §Ý4ø³q½wNÿN·Æ?él½íøøð£o¾ÓîíÑlMk4°ýÝ«ûWuúbð•üž¹s› ù_¿¨I¶îˆ¼Ûö·ö_ï»ýã¥)3b÷mßÛ%´é‡³gÍ–¬M+ÊÇš,vìäIOfoŠ=y<îEè¥Ã/ Fw~w(™u°{çqksê-Ùvx)Ùà~çeíüÆ<½A’ÖMR_r¸ðÖèÛe/oé~ bƦYïw]wùènë#–”Õ«S6*໯ç ûóÁ¹á'Ÿ&Ë÷àŸ­ïþèP×{U~9vÊû>¼u¤ÿáµ×hÞhfá¡·ÕßÖôƸؙ÷fæDMr'iö‰¾…‹J[ö¿úOéî­-?ü``‚4}ÆñççuQ6Ê97lúµ´ ɆÕy³›,ï3ë‰^uÿ[ó÷·’^¿5»ùäüsÇN¼¹æJ§6‡Næ–Ïî7¥lÌá¯/íî|þ¿ç×'Å^ù¶kÖâÂ,KOøDÙé–ú¯Mï–(âËÈ6íš^Ö``ñ˜—£. .ŽÙ2vj« ¯«‹~ú]Û®Ì0ïðÌð?úÏýxÀù…kiãÇnýþŸ·OÜ0_óæú#Kåå£U¿Å &ß?&zeâÜ“¤¿%}ÿõÈÉ“Þ:p«ø‰C_´«³þ‡’)/øæÓ½~?tÆ–Ù2¯ÏˆÜآͰõ _ÛÏÿ®ÎôcžM-{üùDÍшwc[´K;udÔ¥eK´MކÏJz,¶ðD—ÀN%íOÞôëðyƒuùµ›·¿}ɧû› ¹1m{ÿÑ›ïþô€Qcžxá³ø‚ÏAû“Ç7Îþ»ÕÜíGž$ wµh|ñ`ÎÏ=%ˆþIæ§™Wqø‹kaø—ïü·tþž»Á[וuOø3gЈË{æÜ>´Uî÷>ãí/¾;tÔŸ§?ü:íàã/ÜOÞñÅø~ +&MvMrxûgç¦|reÀƒ°;¯Ó†ÜëÜEÄÓ©ÞìØO–ŽX®9³p´ÿÑ-gþûqYÆÞ­M¶æü¼sßÝõs¼^1uÑí»ÏmìSwü›{Ç_}gHdýÁG^zjÛMQÓ««ç,ÉÎØ}ø¿³çVkÉ¿¾´>ãó?÷¾{»Ñär¼]þsMû7ìóÙÎðÎovxðß'¯N?:oÑ÷Òe£G¾ÚsÍøf?¥¾òvøСÞÛC^|²yNÞáÌçC¾žëÝ3ãÎâ=¥É%難ïÛðžáÂ/’@óªòßøšÎØžEuwö˜•TjÈ ¹µv’v-y¸ÛsÃŽœ>íŸ6«á þ“Ïþåj÷ ’s£þnx¦S‹,éõ¿ÿ^²ÚgwÖ)O¿‚:4}áppñÁe0ý¥/ ÿ˜=àÎÚQÇf¿‘ûÕŽyÏ4ÛØWݺ÷DéJA‹g¿ûl¿…M'M<ü_ņC]Ïoÿ0êPï©òçÊ¿h?Aõlræ3õî&=»úZQéˆÇæm¯·!{ÏÉ'“Ý‹˜=`rø1œÈ;5xæ’ÑÄwÚöÿëPáºÄäŒ-§>Ly|irî§“å½nÝ|a[Ãë*ÃÝä¾µõçEÖí¬P5W¨¢K‹¶o¸ÿ…ßK^^²í°ÂÑóæUHßxïØ‹æ7ýR9hñ&poÑÝ»I`týƒo¨šO\_¿ñ­ÉY†ÝüiçÑz ÏÜÃ+G/+Ø¥SþuâÌnÁî¿ózýv@ôÇ—­Ï½zìÆ½¦fVéFqÀòƒ7¦[‹C-®jèÿC€åÇæ‡ µ³¸¾¶Y$Åèó¿"){ëºû1wÊ¿)íË×µ{šê¤~hܯk-WÐL‡µìI‰ÂºÕõ°ÛŽÇ@ϦÕ5’ÎNFâÎ8$`´‡§šÝŽB-­Þ‡÷rQ&…5?=”Í9¡ýçHH«G*§-dQTi½KÝ %‘&õÞ”¸ê÷$^È€ò-˜#Þp-…b,3IË•:>+p­.ß\ÿ8V¹íÙbˆ¯=Âi[8¯^õãoƒ_ÆkÜ«¦W–×Ü©]SýI;ð–äÖ8&rÀ§<©kq~ŠÔXI̼¬‹¹Ú–½‡08«©îŸu]µ¢Ñð=Çe©ßŽJ¸ª5þ’¹LüðœwŽZ©ºdìÍÒƒYŽÖÓÇh„ºÔóH( ï{”±Ù£ãÞôMíI•p1Žðƒ/]˜Ãú1×zÝå&õGXÍ$ÚIs©"`KJ0Ïa[/Ãü»§ôY^OÕÄ¥œkÈõ–l[{Bê~K§Yùì r&MJ–Îäã|ÄöËp3û-ØÏPœÕq”¡8«ën†âY{ö3Ëö<ËP¬Ûàׄɯ£«èjå^õLØ·òu¾~|Og¶Ò0Õ~CÒpTÛ÷¥‘#i<ì FÒ@Ò¨í‘Ož® O‘v(mÝ-A®Sè´jmøÀááZµB›ž¤Ò)4ñIáÓÇDvÖ Šõy™©†ô´(µ2²pXfTœ:A9|¨&1>HOÍzn`O§R)t DßÔ‚¬ìÂü¸N# ²r zCP¯(MBd®a¨R©Î(ÌKÅò‹ôy#‹õ…P…'­‹OT+U€«AbRdk">“v(-Ue¸*PÒ8BÚ¾™ÞP?*/kXfA3-ÑA›‘7T£ÕÕh…áqjµB§Š:…RGU«ü†Ä%(•‘)ú4€ÈÒ“‚ =V„òÙ©0¿(J2³S Åp™£¨êD² ¦IÐa™©XF<¥Rë"só@~>;»ÐA U'jU‰:EBR¼ ©,¿ Oa~˜Wbu¢P Q€LÓ§ë ô±ðït!NímªT2•ŽaÅ…9¤¡XŸ•!È"»å¥f#±Üœ ËÏMKÍN'rô™"!Ñ/m„~d_º KjžT%Dêóˆì/ÌÆÇgf ò R J‘¨&4 •"Ñ_¥¢4 +¢VoòÒôYù…9è CF ¯P%‘˜Á ®Ï/ÈÖc VHöÈÌàmüÚ°¬œ>®ýA¢*1,Wh(ÌóKƒ cAª!ƒ‘PЭ«“ù‘=ÈNæ ÒÑËÈ8æȰR(T%*Õ@ø§ý1ò)1)ŽÁrý%dZ&fÈuÖ§g2ÄÅ…A–øÅ‹ƒ…DQV šԃC52µN£Pª°ÑR¥Bp ž•[÷ÈQé»ä‚'qdœ˜P‹Õ@§Ó†…2IGˆŠ12IœF©PA&i4dZZVvºP•ÐÆ?Y¤*€iÕ‚\ÿú2•ZŸ ñS)‚Å…lX¦@80*I9n” ßO 7¤ãdV6ÈÇÃU@ƒ%(â•d~fn¡`\® uA`Ä82uÔ(}j^T¼2’Ì#¢@^z¶^Kdê…# rIÆdåårÑ1¨i®!{œTšŸ›ŽrmKƒ^ü¤D VÈÍÎÆá˜€Ú]dV”*’Ðj„@@€ü\¢HLoŠz`À”“¢,2] ΆZÅâýÄyL€˜N™è7HŒ,ª$P O'ĉA‰‘Ãra£ÃñÂì‚|2—ÀÕdá8U,JÔÄE™YD"H5 ízB²²³‰42•$!í0YA®@?*;uœ>=fXa^ž°_P¼R¡ÔêT(ò¡Èg¯‚Ýɳ¬oºnümú×Ajœ…åUÓ”åµ"©£Z|È|kG{Ü•ºæ3œ 1wÒô÷M,Ðâ[@ÚããÖ#utjŒWÅÖ;œ0nûõ˜ö©v¹%?&øz1â¨Èº7çýÿ²×ÛjúúF‹>mOß©~Ÿ;;-ѯ?˜`¼µÏ÷©Äà xG‡µš‹iôóg¢4ÔjDgŸ˜’RÜ/êÑããkuÄ –#Û-2}ßÍ5v<½yÇC66žMXŽH/5Æþnö™ÙÁ[ã qG·û²í¥Hš*uvFR‰³*’†é2¸9êÁ™ù¤f֑鮋›>ì·ƒóiĈ’|œ“ƒçíZªYF–uÇ:ðþâ•™–í9òõðö¸ey#¾’N´èãR]{²œý?>ü*÷ ÄUx"nY¾;pfÝÀjvÖÖ—õõ­˜*-z:¶oºSÈÑIžå¿D3Ú@±ÙCÚþ“ìɺõ?[SÿÚ…ð]翪oj{¿Ug'DKœIëøü¡Õ‰òv+ÉÇü>†ð½X&ö&Öü…Ù•å½G ­î]´ÿ*F¼wÜç`Ï a/O‚çÀ›,À~Ïá"wÏ”EŸ†®åóßœGŸ·W3ØâÕ‡ãšçâ}—–ws9ÆÏ 6ï'$UÎ~©”ªÅ‚xB¥ÔÒ«à$\>$N¥T*µÌ¤ÖíBZ˜?¼WÁµi’:!œZ2“C§R¨ãµ˜03/-5OOP+í,R5® SÇ+4Zr@¦Š9®½€&Ò¸hŽ‚‹ñ ½.ìó‰™8 ¸LH}^þ°LØ@|$\˦“Ez ²2HCnH‡ŸÀRGF©”‘ú®Œ‰t}1`\~ Ë_š¥Ï+ ò³ 銠n-ÈÒçcZ‡ '@†> v2\n¦¸F/ <鸨&±BJøLAfùÇGæâ°„8Ÿ$pÒ Ã‰| JTèàB8;k+'ýõYzò©€2bÉR Âáò|¨&>ÞH¡ ¸À…@_§‹@¨}‘$%„«êDµ¿®ªÕ@W¨Bhˆ¬ü®Ü³ÉNB_@íá` )\ÂÇ')ÚøDj ’â5ô^£HL u u‚®ãÕJj/§—ñ8©Êøøðx­R‘¨V‘Í$þô2>N­d'f¯m´IÔeÇSHµŽÔ@1t“Àø•§ê  ŽDv¶7¤æ²H ï ¢@šJ´+YK˜@ì(d®pdÓ.…yÃ2óA@–™@ú ÄÁ½A!ÍÖj]OJdXËóÖ‘jñ ñáš õ׈" äÇf(#ýʼnƢÒPMz¬@ %ÒôA†$FáyÂôq +Å…d§( €K~eŠ1”“U@ Â0Ê!ë Š)Åã¹pµ€Z(4î Qûd@™ "de¼B«IŠj¢NÄÔ"]‰Åuýõ#eJR¢Q«$˜¿F­&1‡ÿK°|E ɾ€(&Ô²b OÍ!ˆ !È#HYC.‘Ô%Xº@€É yB"ðÃý0)†aÁø ‘ 0Õµç¦74 HŠ]„zƒ,ô%HI&ñXšþ¤JP+Tº¤Î*hêºÖ IÒ„$Y$©“a’Ô—bÔö†4Ï‘‘=p">I‘ Å´:]&|\¥Lªf³ÁŸ‹vrîvì-«9EÂÇz±÷@Ù¿c9Pó]·¼: ÞôW)çÚÏ0›Þß ¬Ÿb;ÁPl<È‚¯§að x>~óãÄ?B6» ¢â¹­GÅ/ƒR±Î5øcð7)ÜëÛÁ|ñN«l !ÉmihSs[Ÿ åÜ=ƒmAu¦`ö²°Ö<­¸–ñ—å¿Zõçdà—ÿºé^ΰDA óìײ{ë ÷kÇñ¬æjq¾ VV^¾t¸9iP›S†ü`aL„ñ9Ÿè‡)# éú<‚€áL£Y’2) ‰¢OаÔìêô ÓF*žRÀ$$$ñT’„ùG–†_|ubAhA,1‚4P©‚>‡$È„6äÁp”&€™©Ï†éJ1¦è ˜!QÇ#T™Íd"ÂD8R& 0—àd D,Q3†~yLš_ H˜*ø½Aá¯+ñÄ„x¡BÜ5ËPJf¨d¸~-ÈÑ0ãáDjf6L³ÔEB9(* ¦Vpš$Md'ÃÈ<}añp= Adå!8†u*̇A0Õ€é D ž_ s-˜tá$“­Q¹°Ýl*ª¤§bJ•òYX'–ÈÏ®Ï3ÔчÄaðPwqaù ‚B,/ +€±S&ØBŸ•)ÁÈ‚B@S€UÀŒP˜ƒ&VZ Ë™PÕ•ÝÅ9X~¾ •ÀŒ‡Ô^}–}šƒéTd tb(ÌÃÁ=&ƒ9¨>Ϧ֪±¡#u]c ÖâAtF4JB§L0f8!A¡‘ÆŒb†«uLOˆ`/Àâ•Pç Æt˜æeèóõ™z8Ohà¸8§)c?c$a€¡Ǩ,±¤³ž$E@ŒIrHJJl-!Õ æã`”€>ðPA€8u7 æËT8Ö%Ël9 ?0NŸ¨Ð€ºêx S !ÀA=<ŸÌ+ E!P5˜d aº*!RM6§N(p1#¿‹ÂB° 8pê;¼`Z‚Sƒ“’zƒªJ›þ„1.’â0qLâC#Ä„8)†%HaRLüÕf¥®:¥aýUä š1µ¬ÈÔC‹ÉÏ…fOYrˆÔã™^}7dÕBfõzÕëö.´ÑÒÉû|·š+Áræ¯åœÿÍè:ïU6ïp>ÍjF„‡ónÞtš»ZË&æÈC¶:”þ1nê¿&bÔwôö†¯ÖÒ×N1åühFH±îð7õ=}Sí2Äø8½:{5o:¿™›/7µÝý5îLsoœJÔÃé¿ë›vomvTZ1»~aì•Æ£zŽg§v¾Å«Dk1Ç«Òa/Ú´Ñ ?Àþm|T¾ìÀ%+Žíx}ð·ÜjKË™Ú5Zø+½ÇïÏ7¨ó61;g¡¥ëœ¶/ãºh Å,‹>“Ø¿À}›ž:sþ>MËðu̬õ¾8ea0ºP#~’¾–~$ŒöaÄL‚›¾,`3ØŒñ¯º(N0Ζ(À›ƒQÌ7=§[+„WO`×q)x ”ãFmÿMÿÿ†‘©àWÌhg,f§Wg@[¶…ù ÆÃŸaìþ µ™¾†×Þ† 2AØÞ²%iùÎhøúž`ÙÌâ9Ã}9¥&qälÄ äl~tÁoCÜ ¯~Š&âàÒñýjvNp…­ñ-þ†°;' ŸÁþ5Rø"äÄNRJól¹ ³þRíޤΎ½m. hvÏï‚8íO…?g™¿ÀÄíëq¨MÍ ¨éo-ä@YâNb=Iù.£}-¢mæ%„±-l½+ÔàhÁàUï@óEd¬L› f‰ X7(ó@øó.ͺ!ØdŽ”³9|,h‹µ‰Áq|gõ ~ŒÇ›Ù˜ü@[°ãÿ„Öü[Q6ü “C`¡´l¦â޼WF1H¶av–\ ¥‘.1Õd[-Â~ôa÷¥³ÁæÝ Ö3Rw¤g“Íô»‘/7¦uûáé9Lwãá ÉdÒßó-(Ö\ßg_Zq(\~øƒ÷œ£™ý»h‹01]…= ”õv…(¦‰S@š¸/û‘¯½¢%ÙŽRÈÎw®Ø@«áËBø*€áÌ¢'=Ò]p~=迆pσaû°à¬‘'Ê–Ô½ö¾Èè¹ÒD~̾”È’þÛ|rî’X‚E (; ÁÞ-hNÎ5§'VN6“W T9¾X´J(‘+/þ²ª}ˆ‘ Uïìy!—‡šß& iN`C‰$8,4ôöÓÔ±1±±5‹H{õ«¸™½Œõ·ô=µgHÇÙ?T(o]?Eü²6; ©A÷^rß–Vl4u2øÂ¯¯ÅÄÆÅF·lÝ~ÉÁÓš«§×ÅD5kÞVåfÅç.óúRýãM‹Ö´y'É|5LŠcgoÜlg¾"¼||}OuDTLT„º'1 A bccSFm!!!²¿ÞKÛ<2&6&ªwÁŽà;áŸNœ lÝ´AĘ•G>š08)^Ѱ^³¢J%ºøÖë7/XñÛò–É1ÁO-=.é3©ÙŒ6¡É/¯'~ÿåB“ç–ìg½“už_¶œþþUQ`'á Àßv47 >&©rñ&~ëŠáûº}o[Y'ê®7âöÍóæÉl|9&øéCËž Šn>³mh§)ˆÓG/6é(šu;´â¶èŸek{¨ZÀY·PõÃyê{Ä7k EÞgÌÎ&¥+ Z„6Qj´ƒŠW·ƒò`«í©$<Œ¿Ÿ ¹qãÚµ+—¯Þ¿rù·oݬ¨8ÉP(>p`ÙÒEï¼ýæÝY3ßþ`ñ¢ýß}ë~ðྱÈÀà›7®ÿRZº`Þܲ²ßþùçŸò¿*¯PÆ øÀ̤6³~ç¶Kš¹%ĆâþµˆS͏|Ô£ å,âjÙg‡hUJÊ-¬*¥ÝBkÊ-¬þ™84;U­V) E¶yoç)ùÍKß›=Já¡.^I¹•GdWN¬ï©¡üPKMÏ'.Id×ÏŠSĵl•ôÞ®SM o"ºÚ>^&Ÿ.Þ÷²:2c q¡tº¬aÔF÷PðoAbÆŠ5ß_»ûäë«&è—ýû?h)øýü5°(½-)iر×3EÓ—”ž¹J¼’X¿í„ωÃûÏðÌ‚ïÀO»ÞÉ;S4õ&nþ ”î[ ©;€OÏ݉¿Ô ùûÀÛ§‰äÉ¡B —‡ö›³GF@½y LsGJà¢C®ŸßÔp´ýüUJZöÃ¥kàòñ‹r ãò€Ùá‘Çʈ³Jë –›}#aò‚2Ú{bFç)”¿¥­÷ÚvìüO‹¥!OEÈråy!²ëvùGŸ¿­èÞ¸û‡?RR˜ÉóñŽããï¶òå‹K ²O¿F|ÿÍÆ×¦ŒïܰӛD0‰ï9uYx ÿùìUü2´)¢Ž„Œ¨[¯ÿ¹ ~ $pއN_•dŒÈ);} dŽ4ÃèBa˜4ÿ¼ È—%ÁÙÊ:Ê~ioÍûèÔµaŒ&N|9«»NÑ* ¾X€ åuHüèÕëu ë–œÀo];†‘¡ux¬ ^ý†­†ˆá<ä‹:…=½áè͡ëù59.è ZöÁ²-¿æ¼»}܂ݭŸ_Hõ«WøõäIéÑÝ!#‚H|û¯g%P$¶íèYYp“0y3avn>iÈ eø ~ZÓÛ¯¹_Ÿ5‡©p¿zù”ðêåÓ›WÍ5¤­¼å ’àP­L8óë#àÊ…Ÿ…ðÓù‹Í„G/\"@h ‰ýxIËÈ–-:>3Ÿší;C;„†?Ö*ZÙ,š™mÈ¥£š×o¬PÇ?5f9qùÂ±ŽªhÐ2¼Å S6KÒ:6lþXL¬2$øëWŸ i׺õ“ùË„’ §v¤vS7},2&:²gÞW¡ÄéÒ5)Êæ‘Q­š+»}Zz*ôü‰¯'Ç5‹ŒŠjÑõ¹…Æ©÷^’“òvÔÄ5Ö¾üÁ¾×Wí¯­ü~Úòïõ¯oé”»¦Gágÿ[¸{ê²}S–í…s··êÿ65éË—.PZvÆZºÏèÐà‰•?TTÌ›ÚúùEÅ vµ±J—µ*)s¥6c94À„á+´+3W‚6#>j3buïqëZôyƒjëÒÅ ùí´¹­Î§]Õ*¼YRêïç+*æ/Æ­ŠÀ—l÷åM¯Û‹œ<Ù©6 Üè;&8Áì ž³šÛXfOXl§Þë{"]CEȨ‚ó·õب¿?†?OÓ^¤-ÎñÌ8hóóÓ‚##‘“ùÚ“pcL¼müËrbR endstream endobj 594 0 obj << /D [592 0 R /XYZ 56.693 815.761 null] >> endobj 107 0 obj << /D [592 0 R /XYZ 56.693 673.108 null] >> endobj 595 0 obj << /D [592 0 R /XYZ 56.693 645.156 null] >> endobj 385 0 obj << /D [592 0 R /XYZ 56.693 443.567 null] >> endobj 596 0 obj << /D [592 0 R /XYZ 56.693 423.697 null] >> endobj 111 0 obj << /D [592 0 R /XYZ 56.693 335.871 null] >> endobj 597 0 obj << /D [592 0 R /XYZ 56.693 310.076 null] >> endobj 591 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F60 262 0 R /F72 420 0 R /F74 436 0 R >> /XObject << /Im23 589 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 602 0 obj << /Length 608 /Filter /FlateDecode >> stream xÚ¥TKo›@¾ó+öÖû~ä–(m•VŠÅRN8¬Á …‡,å×w€%%ÈN¢Vv–y|ßÎ|‚2DÐàj¬¾K‚,¶Š)´Þ!ŰÒÈP‹¹0h¢MxåÊ®}uuž”é6b$ìžò(f’„»®E=ÚiÒDëŸP6¦[)ÇäÛ¤k÷E×Ä—Ïí¾*]y*èWÄeX•„°¬«“>°9ºúùÕuY)2ÀQñž£Ð kÊ¡ÊÍ0Ð&\‡}Jðm¼b¢H*¬,GÚR¬CO‡`óHP >à‚…5è8D¤3®À.Ð}pß©¯ž D¡ œ6=âK@°–\ð!bnN¥5fr¸s+'\«›èº2wgábχáj6.ã3b‘sÉÏ6ßOÔùÑ^vÍ0é¼îʬ9Té~èðÄa¡ ˜LAC1³Øpr¹Ýî‹ÒÇŠŒ\ŒÆƒ/O ÃfR‰©d d ¬&Ll8î?ú®ÚÄ”À‹8(|Ù5‚.OÐÞBÔ¸žt`™N£þÚƒSú Õ¿Ó€ü²f`§4 ±1 Qe`<ìS 4gưhÉI¨E@?ÁÑ߆Sa‡9Çœa"ü~¹>+¦ÎÜäõ„uåv./üå9)=—d ÝUEæÊÔùÿ¿#CBW·Ó=s“áñ ‘íøvÄ_,¦Ä¬a°™Ä–øVÝVõ!)>ê0×X1;íÀû6 íÔ¶rþÏzR9”vžmômožr7¥ŒË¾Úº<¼8ñ;*§v+¬¢ì¿¬Ö?‘†”G endstream endobj 601 0 obj << /Type /Page /Contents 602 0 R /Resources 600 0 R /MediaBox [0 0 595.276 841.89] /Parent 607 0 R >> endobj 590 0 obj << /Type /XObject /Subtype /Image /Width 903 /Height 527 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 46307 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 903 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|Õ¹÷Ÿ3e{Óîª÷nËEnr‘{Å Řb’%\n pßÜ„¹ô ÉMƒpé5`Ó î[.²U­^wWZmŸzÞ?FZ¯Uli%ãv¾áãÌŽæ´gÎ9ó›ç”A²,cŒU*58!„@ ÃcŒ1–cŒ(Šâ8c,I’,ËR?”ëˆM @ ÃõBQÝå$BˆA)’T’$ñtú SbV@ Bª4R’2§4M3E…%©Áþ‹‘@ 0Š<ÿàZ†aX–eYVñ{†ÿÄP%˲"IyžçyþÎÿy_›Ï}÷Ã@ F‘_¿³+ä¨xæžáÑxåÞ¸“eèIãr“b ¹ÍQZV•ž³jþä {j#C@›Ë»ÿëwŸüÅ5:N«ÕjµÚSkðÃý r 2X‚c°gÈÑŒ:¾öËCÇ¿IÉ‹mmu¹ªJ¾ýò«Å?ytî⥞ŽF„ð‘}£—™$…m»÷òÔZ8RÓþì;&ŒÉ©¬ªþøÉ5¡]‡þïëÊ csΪMøÁ_­´4ÇN:ìfm‚Ͱæ¿>˜=sJ¤nÀ÷ùŒE]cˤL#”Ö6G'L#cHŒ³/¯øä©µ'êœO¾µZaÁ92Ô¨nhliý×W³ }ï?X4gúÈóü?oìe(<òü»»½ACÉê»›Ëö–7f $L¿Óa J-–ö×-Š·êC¼XvÒñú×'²32†.L‡XÁ¢Ëý¿«2êfÙºûÀ[¿ýžFÕ·°ÿe3XL†3JRþÜUiᢀB¬I>Ó\Ï8«±€BHQqáPðÇÿ¼jÀ ÷<»~°PoÜùà÷ê4Ìsoìe •5uÿõ£E&½úÏìKH F„ðn¤=kðêTî½Ô»àèñ‹óg€ÀÕUÝUZ–9Ùâ5ëU5ÍހȶÙ:¹ ÿé·w¥\•9a¶LT)á2S¥a&fÇÕTM}óò™Yá§58r¢ºÃá*š<ÞhÐuuy+OIŒËËÉ,¯©ûù/®°4¿mW[§oJ^¢Q¯JLŒã8á›’R£A¯Ñ¨®®Âqy-íîn¯,Kj•:;+µº®ñ±Û®€¶|ÔÜÖ1kZá©ŒÉø@éñ@0(c¬R±©I i) àìt×Ö7ùüAš¦ÒSkê›Â14µv$Úc>ÜvÂáÄÇÚdŒ;œ]u Mþ`ˆ¡™„8[Nf*Ï »÷—êõZVÛÙéV«U rõ:í° õ½yù_ìý<òŒ$Éýsëó÷w¦;s~JUüôªÂÙSÛ\¾·ž (jƸ$ CÞïö 1‰Á*ªoj­mlA€’ãêšcÌÆÉÇfyŽãwï?U!§LSQS †"ïÚ`w'ꕚœ°~g%M£´xsÑØ¤¦ϾãÍÀKt]eM0Ä…£Bõ‰?5)>RC“ÇárT¥TÏÃH’ñP.VšI8Ô“èJÍ2: c3iX7ï¹×·‚ÖÍ·™´.O°±ÍmOH Õ_•Ê²Ì „NS¥½¹·N¿åƒWn*ž»Pã:¬Ù]ÞìßSë;ÑHQ…XmN<éÆŒÍ0[·4xçjôfR —¡*õx„`Ŭœ×¾<¼´hv‹Ó›d7@·Ç{ïuSç¦ýÇK_u{ÌZ*øÉSk?ßSý龺ܬt8xäÄS?[”g€G~pjS‹w¾.óyº?yjmMsW{§ozAò“¯ï¾óª ²ãX†vu^ûâð_¹J§aà“§Ö¶¹|÷½´iæÔ‰Ê¸ôhùïnŸd7ªºÓܰ»ò@uƒV­²hÅG4'=ÁÌ‹ÒGÛ˼á´ùëÖëÌ?QçüæÍ}¢(Åñïkôùm‡ê?Ü~‚¡äOžZ[ßÖÝìðL›äè <ýÖžØøä³ Ó°¡8AÒªÙ«çä½µéXø¯œè“Û='Njhá“§Ö¬h}áÃFõÉSkU¶ýîÕ}JÎóîc{Xê”ÌmoièüÅJî¼jbØŒo~u¬­Ã×+e»Ý]Å溺Gª;NÍÈJ2u¹½>Ÿÿ\˜ÎjOllj,?^Ÿßf gOLõø¹_¾¼Él±"@Ÿì¬.›ípv%a(I8º¹Á*˜$ÉS²Ì¿½õJIÆ_î­~ñçsŽt<ùæ>«éoºÞ?H#)²BþöŸÛ»}Nä]ûô›o»;QרŒÔ¤]'š}þÀ„tsÑØ¤ºV÷Û«T,[fº÷úá¨þ½³<&ÆÜÏ&ÕL„/X–‰*%\¦¾Ò¡ªR„”fB> rϳëû\é@íjL^æsoìx`Ý<›IûËïÏÇV£Öå >÷ÆŽ1y™}BE¸'N}³©ÇW*÷:xÃVeË0Ýúèÿö¿îX]ïÂÿÚÛ5wú”‹3”=XS–™ˆ=ÆŒTí>Z·ñµÿºòÎ?’J@¸ U)/H»Ž4,-Êjêð˜ôê÷·ÿñ•“@§Ñ|²«rNaÚò™9ÿüìðOVO€¯ö×$Ä%+­,#5éͯŽÝã ‹Aó»ûDI¾ýªÉƒ&œDvrLS‡çŸdÆMzwSÙñzgjœ™eÕ_èÁuÅðÇ÷÷ 2ÎÉLUâÄl6Ë®ÃMµ­]ÁÚÅã~¸jÒá6J\è‘;–…ñͯŽ8Q§9=†ˆ½<$YÁÿà-Kº¼¡¿~rpFAòÕsóEIþì›jHO0o?Tßìð®YTpý‚1¯}U16/+Öëõ»ºÜÀ2Lr¯³*l(_€?XÑzÕܼ »+ÃAÈmÕF¥¿êãÞÒéÍsä…x -p¡O~P@Rî£Ûã›f€#Õí¬F§LÆMOKòùýH 1‰|zl° ¦¥„_9¹Ë|gSÙÜÂô>&ëçXÄ}*$'¢]‡k[Ýw­ý\Ô¨ôÔ¤vg'@ÓD­RYõôƒ·÷‰j÷‘¦ÁâWrO|¥„ËÙW*Ÿqÿ¬¾Ò¥óO-øzû¾3‡Š³[±ŒŸ{}û/¿??ƨ€Noð¹7¶g¦§ÅÙ­Þ? ¯TÑ£ =_ ñó©©å1³êà÷?ù¦E-._0Ϧa––ê€uzù©©¡};%:{V®ybñ‚ûümd@áòQ¥ðÅžê«æäÿèÊIåõΓ-îžæJÓMNy½kÞ¤´×¿<2k|JuSg[W(>Y¥4^ÿmimˆÁ»4b„Ö]1"&Ë9Ý?Øo·ÚRbü×γpjFrœ©º©óHUk—7(I2ì>Ú”—“a1•8eYöt{퉫ŠsôZ–¥)åÁo3PÚ°³rÓ¡f{ŒEÆ\Cc[8†ÈÙ“‚ MD}¾§zωŽÃUí³jFA²òŒoêð|¼³ÒfÒ¬YTkчB\¸áû|~5„æ³€/$”žlMHˆëc¨w7—-œšqÝ‚±á3æ¶¶Õ pd_JÓÌÁÊóŒ1@ÇÐ?8Pàè @ØŒŽ4d$ÛÆ¥õdø«}u¿X; Ê뜭._ $Ì™˜ú ¥‹äŸ Ó‰’Ô'?6ffe+ö”"5·Œ{Œή9CMB’å²:×€¬07¾Ø[³ûX{Ucçó÷.€°ó¢édŒitªB¦$&y½D{ÚªâÜÈ»¶½´atkTÏãJ<•Žã‹¦eõФÁâWªy<.g_©¢Ïz±ÒL¨~SÆÏ¼(o€ò" S‚¼Ž'êT'#Ëá/Û3J£ wå}ܪ¶¿Ð¬ªûûu9yùGöqŒî؉Š8½ö¤`ËNT¦£ÕG¶¾úMÑdˆ„pÙªÒ¶®À¡ÊÖ)ù‰Ÿï©Žô/%%$¬ßUñà-Å¿X;C¯e¿Ú2>66²¥P+N¨~«Oî€V£MOM®mhüõß¶MÊ‹O‹7ß¶²°0'þÑW¶c J?€޳µÝ1wBÒÒ¢¬Íj?ÜV~Íüü¥EY4MEº½0Œ1¢P8 (ÈñØz‘7Àk5*©gÈd|ªÇðúé©Ú5‹  Íåûb隸¸Ø>†ryB÷Õ¬,ΡR²1`nåÞéó¼ mÆpƆ–g4`p–f:ù>f,9ÑÎ𦒓ÓòàáïŸìžšŽLGQtÿüüáýƒù¹Ù ×é*œ01'^äÖ54SÜÝ^‹Ù0¬»3Xë¹)ø473êõ)öµüéRÆòü‰ÉýïB0º5*¬‰tŠ8÷mà q˜Œà.GØÞY,g^M?³h²â¿D92T„#S>ƒ‡µO(‡³³£½íuó­Fm§7ˆbŒÚn¯,~е[#CEzÂôõ•ö_J¯ŽÍ•Öé Øò§e9ܼ5£ª­[Ÿ–¾dÉ2‘ÑòéWIã–®^BÖà.[UÊÐÔ»[Êt­íJ²jÂWX̦e':ºüSóC¼¸ëpC~þ˜á¶Ç—ŸoQ•tÔ4wMÉK0éÕ(À 6“vñ´ —'äõ‚Á WÞ8†HP±taN¨*9ÑrãâqWÎÉ ñ¢?ÄõúææÖp ÎnÎîeºäDëKÆ­œ•ãñs3 ’@YeÒ_(‰rk;Öè¼ú¡w@­VO×SÒÈâÒ4ýÁÖK‹²†Rz¥sÛå J2ÎI±Nɉ[UœN—¦¨ó|Z–0¸ J²ûšñëuŸ}S Ë,šAÓÔÖoëö–5@¼Õð£Õ“LÉxoóñsa:I’úßVQ£étÚÆfᛣÅRŸ¹gÉÎÒŠFÓÇN}þíý%'Z†~w«T‡«Û`ùÌlo€›S˜ö{ fù>^ï5È݉ºFE´´µÉ²Ì€QÕ&äñD¸}¥cñgXM¾2‚_rðð’誩©ùá.T–7=÷ÆvÀðÀ­ó•ÅOÿóêÖ°*°Ižò•öb¦Ë<~OUǪU+3R¤d W­Œ%´ŒqFFZ}å7R4"•€pyªR„Ò˜÷VvÙív}§ž…&“éóoªo[U¸ópƒFg@}çÓà³* Øç¬]“°¤€F¨±ÃóÚçGbíÖ¶•ߺ|ÂÝ×(oyéÃÃ9Ù`·Y·l˜’—°ª8wbv\]«;.F]Aüäë»o\:nÝxQþhû ƒAß?ú¶G8R‡UO¿¹ç¦¥ã~ú½©¾ ¿~gÅ¿wV«ù|[dqìv›ÝnësþtC­Ò}öMÕ5óÇ(v0·ŒZûúGÖ.wç5Svnœ§"!>vÀ<Ÿ.JÁd±õŽ|~3f¤¥¨¨¬^0%¾Ø[í“T•ú@Eõ ‹ ¦IúÓ‡%çÂtpÿü$'%†í–“ñò¿KO¶¸M͸vþ˜/«íŠ2¢†qw«`Žúç†Ck—Œ»iéøÍjÇeÆr‚HS”ÞhÐò‘ VÇL&ã¨×(ˆô¨Ð4Ý?ªw4 gŽŸÌ+%\Žª¡a],ãV; &g Å b·Ÿ€çÞØnµÇ+¬›oÒ«S,}BõÑ£=}cBBÂîÝ»ý~ÿϼwÓmw6´»û¤ÚTYâ¯Ýºfù̺ªŠÄ”´q& •TÚ£eå<ÏŒÉ{ø¿Ÿ4fAö”å¤.7azèðQ•Š_0&|ÒçóWVŸŒ‰±d¦§úüŠï^6=kñ´Ìþø5£³êú­X/;QÁqü¤Âq¢ÂÇ’(-+7èuy¹ÙJœÍ-\ˆÇ€5uJr’Ñ w8]-­í’$™M¦ì¬ôp„¢(ž¬kðûýF¥Ruw{ÒÓRlÖ·ÇÓÖÚ …(„âãcâã"cHKMŠLÑíînmëq!†fb¬–äÄQÂp´¬\¯×)ÃÍÃ5TsK[{‡ƒ¢Ð¤‰ãËm{‡£­­Q”5ÆÜáp™Œ†œìL,ÏJ–Âù0ø€f g²²ªÆçäçeëu:¥—Û¸uÇ„hQF5sÍ£¤}8RvüÍÿþE¡wT|õmsjJ2± áB ¡±éÖ¥ù³Æ§¨YÚál>PûeICfFÚ`33 ÂE‡N«fêëÏ>L3+rJz$în_Sùž¥«®D9ä¾ãP ɸ*eúy5úŽtÄgL”>äïš1iÝáMÇ*J¯(=z"!oAFá’æÊ½:S™µC ôgBÁØ[~÷1`ˆµÛR’“H3!\ ¤¦$¿þuÅ?(‘±¬bYkLLFzª2 ˜‡@¸4ðBZjñŠk7ñQÓà—-^q-Ç‹Áÿ݇!Í+MÈ™ªü)!gú¾£_ýüÀŒYÓeŒsg™µC ¸±cÎв„óErrRrrRDÏO$)pÉ Ó g5ëWoí®áÑßë¹üîCõŸ9»¯4Vk˜só“C¼˜@ p¾p¹}r(„W¥cŒÎ7î$·@ ð0ÆèX•À'O­ít98A @ çÅKÚÜÔø÷¿m‹þø°áÓO“Ün7,[vEEEÅHŠöÁΙ3wî¼ù7Ý|³Óé<ÃI¿ßÛ¸xÉ’%K—>üð#Q¤¸æú5ï¿ÿlÞ¼yΜÙj•J9Û¸lÙ³Šgßy×Ïyž42ÇqÙ9¹O<ñûþèG‹/)))éoùáÐÈÇåäæý÷o~3¬»yÎP•\=òÈýôgw®\µzß¾ý¤; á<¯tåÊU4MÀ[o¾y1Ƹ½½ýÑG·þ“Ífsiié=÷Þ»yÓ¦áæ)^^Þ[o¾ÑÐÐðûÿyrÛÖ-v»ý¡‡~€#S|äá‡ÿõ¯×>úèCŽL£Ñ¬\¹âƒ÷?¸çž»«ªªZZ[ÌŸvÄXŠÙÅÅ÷Þ÷ Œñ®]»'Ož¼k÷î9sæ´µ·çåå ×ñ†1`ŒqCCÃÿûõ¯·lÙœ˜ðÔSOÿ¿_ÿú/þó€'Ãåݼy³N«Ûôõ׊BÂç·r劵7Þôðÿzï½÷ö³ŸíÞýâ+ýÃóÏ[,xè¡_½óî»·®[Ncìóù–,]òÈ#oß¾ãégžyïÝwûX~¸Á42ÆØëõ.X°àÑßþv¸E WY–ÏZùZ¼dñ¢… kjjnX{ãþ}{•@ \(ªôÌ|þÙ§‰½#ì}ص{wWW×m?ü‘òÓïŒ<þ}û÷Ï›7×n·À7®=ðíQ)ùk×>øÐ¯î¹çî÷Þÿºk¯”#–"//¯½­Íãñ()yðÁ·nÛÆÐÌÌ™3F’‡}û÷Ïž=;1!n¾ù¦•«Vv2Ì„ ~÷Øã¿ùÍogΚ¹xÑ¢(Õét“'MúüóÏ«kjŠŠ¦…Ï¿ýÎ;Ÿ}öð‡C¥Võ ¥Õj§@~~~SSSÿh‡|°ªÂ²ì‚ùóGRmº=ž‚‚qC©á´²³³5jummmNNé@¸hTéÀO™2ù_¯¾:ʹdØž–­8g̘ÁqÜ¡C‡>üð£7ßx}(¥˜1sÆú Lfó¼ysŸ~úi–afÏžýß°ŒŒŒ-›7íØ¹óË/7¾üòËŸnØE$ׯ¹þÎ;ïºýö‡ÏìÝ»÷ƒ>øtíVûϾR]SÓ_À)…d¹¯3ŠàƒY«Õ¶¹î¨×FY–eY¦( Q$Ý@ çj°Çù`ôùkø§r0{öì={ö–––*ëŽ;†‡IÿÔ§íÝ»7 aŒ¿þêëžU-½W*>Nž¢HhÍõ×?øÐ¯¬Vë˜1c†RŠÙÅÅøÃ ³‹‹ÕjµÁhüìóÏgÏž£zš1}úîÝ»[[[1Æo¾õ֜ٳ;Î[kk+˲+W¬øÝ£;V&Bæ3{öÝ?ÿùÍ7ß>ãîîNJJÒh4²,öùgá›q##Á},EðÁŒ|ÆÚ7¤jg»á‹%IúðÃ0Æûöí!##@8Ç|G¾Ò„øø¿þï_øÏ_òúÛ!–¢xöì_>øÐœ9³ ¸xÖ[oÕeefŽÄ\©©©ýîÑë®_iii|éÅÁN†)+;þøOÐ…1~ü±ß1L4w¦é»îº3òÌ Þ~ëí›oYg0è“““‡OØòï¿÷îpƒJUa&“ñø‰ãË®X ÿòç—ɤR@ Î#(!!a÷îÝ~¿ÿïÿûç—^þK§Ë ÇÓ.m8Ž+,œT^~‚˜‚@ „ïµZ ÍMÿÛßV_}Ñh4 z½ž|q”@ pþ!_%\¦¨Tª'Ž“ªN Âñ•@ ˆ*%@ È>@ áÂU¥uµ5Ä4@ „QglÁøa¨ÒÙs“@ FeÒ¡ªÒ@ÀOLF @øÎ «@ ç²Ú‰@ pþ!¾R@ Q¥@ Â`#ø@Fð @ ç]•MJ @ø.!#ø@ „óÏèàs €J£Ñ ÎxŠÖåîtuºB\ …QШÕ‹Õj±&ŸÏ{¼¼Œf蜬\‹9†Tò Š’o÷ßwÏý,«z }ñÏOmU*‹^Š1’ÛA¸4UéH|~­mÍÓ¦Lq!Y–d,˲(ŠR«ÔÙÉŽìØnÞ_tmÒÆýÖßö{Cœ©—JÔ´¨%)ÍÐ6ƒz\–¨££U«Ñ"ðùÍ&“ŠU`ãP(äõxŒÆa7ÝõÖ_}å5555@  ñ]–(ŠGÞW²gÑ‚Å¤Ý ¨¶¶†ãù3\£QkÆŽ7úùÆrCÉ­‰c®n(¹u̲ã€ÈrÂ%§JÃýÓò•W*?ÃCyqÀ²,÷< @9 @ ¹ÏeßÛnÙG«rÌö{@k»Íßñ²³îiŠyCøZ;¼q ŽçUjµ Šá÷R€#þ„zŽ1ƲLÑtˆã ÃW¥&<Ü©¤Äó<˲:! ! µJÉ&„‘E»‹lEÓF“©ËÝsÚ€o§»Ëf„DIæ!ºŠ*É2dÙápôø"þg·Ù1€„åÑj‚ M&ŽçZZ;’’’ìqqušÖNÏÈôù| M-I‰q¬J%x<#IÚÙÑáv¹tƒ(Š].WŒÝn±™´:` Ðåt²*•Z§s9`$´µ­c˜1­˜ç9·»‹ahŠ¢U*5BH–å`0(Ë’V«+ž9·W,û–U×T/^´TÑ»ŠÅXéO½E`|ÚO (j„¼ò×…—“*I»CeeçR¨ÇgÑã3…ÞgR¯¯4,þGñÑÝú…Æ›qƒ·ã¸»õ sÒ*Ò….5U~æ¸PŸƒ!¨R±G*ŽRÀ¸WRÐŻ߶d¾©2,<Õ˜)mì¸c€=ÁÎ;kbÌ=0¼·DŒ)D‚Ô»j !)Kþ€(ˆáŽX«ÕbG1z‚R|¢,ËŠ¢¨÷úM• ¨å[‹‹iµfâ 0Oj! ¢hw§4/È’Œ)Ùl2746 ÅI<Ïc kÔžã±,+ %Šìɲ dY¶Ùl‘Ø^—)Y’GkŒ+C𮝫ì2­VÓÓêeuÒ\(äjïÐéõŸ_¥VgåQ©TáÖͲ*“Ùc³7××sÁJ¥îhm3šLê¨&B¸»»:ísŠçƒAÔjµ»»«®¾Îï÷†B\|\|bb²Íj …B²,i4…aüŠ¢È0L(¼ëî»"Ïÿé¥?¾Ò‡*C[ ÃH’tY­àI»C¬©:‹¯T£_0±ÏCvä8«žM{•,ûâó®m*{Μ¸’t¡„KN•ö²uó×ËW®æ8.|pvU*J€A»ï}!ïq§PàaÔéAç+*ý<@td ü×ÇŒnÒðY€Â2VkÔˆBP?ŠZ­fU,–±,K¡×óà>Š +Qå@ù7|·¢Bó—?ß–#úƒû~ú³»w‘Fˆ‚(Ú]•ŠE!P©Ô6«­³³3..Nù“«³3>.N’$,Ë@0º•€•ÑyŒN'(/„=Í ƒÝn‡ÞQþÑQ¥½ Öc‘ÍòZ(ôñG 7!ŒëêÔjµÀó*µ:#'§wZ`ø°J¥ÊÌÍ©­ªx^­RÕ×Ôäô94„´Ž([²pÏó‚À3 Sòí>¯Ï›—›‘–îñxŽ”9Zv4#=kêä)àñ¸@ÎÜÐþ¼÷ÎÊÁ 7^Zºê*åç—ëÿ +¿w­òsÇï_žsFÒœü^?EÃôÔê71Úv ºKE®Ýh/t}d²ß"q/Ý¥ZË$Ò‹.MUº|åê>gW¥½O,Œe8í­Ò¨ÍsC]ë=÷›Ò^êýcdogí}W§Oye¸“Ñ0Æ€c)éÓìEQDÉXÆ2–$)ZQÚ£JÃ’tîܹ*•êèѣ᧑ ~sÓM³V¥ÐÝ’ÀK*³•T/BtDÑî ŸÏcEÑ`0¸Ýî`0¨Õjýþ€V£e& Ñ4å÷û£ËžÒÆ1†X»½W”:}‹·QœWn³ CÐg×°Ñ>ù}–1bÀóiYY¡ÚÚZQ333Y–ANž<ɲlfffrZZMy9«RÉ¢èíî6Y,ÃJËÝí¶Z¬ Ãxo“ˆÆIRNM1VWggÉüD!^à-6+«VaÀ¼ÀûýþʪÊÜÜ\¨ªª …BƒfÕ*‹ÍêîêBòûüF³yX…jooËÌÌ’$‘¢h§Ëét:çÏç¦Ný>–%Ü3Jé´dQ¢ºe=³Eÿþ·FZÐá,¿ïþ{3S{ö¯}à—ÿñìÓÏ÷yvwUŠ!äq8öÞñÓ¸ìÜ…OO·Ç­Õè£vôÁw8G6mÏó²,׿õ¶ç‹wg}?»ó£ö*—; Їîøé¡;~ †ÜÜÉû«yé C%ŠvIlll{G‡ÝnEQ£ÑÒ ít:,1e? A@B|ô[è÷øAŠÜþFùW‘²,ÇÄĘO×jÑm5àóŒúîT~Ÿ!$ ‚V¯W†_233«««C¡Pee%p§Ñh222”\é †N—‹¦i¿Ï;ÜBµ¶·Nž<•çyš¦›ÒSÓ#çM›Rôõæînwx~~xK“(î—2êO/½ü“;{¦–¾ò·ÿ£Aß«¨ôß'ínxí!ØsÇÏ ¿ÛØYÅÞ£G; òB¦å þó?ïܱeÝ­×|µq–9aÙÓö…³ê9‰wÄe/Êœô²,Ô!$±êxŖ•ë] 5ºbÌöœÿ0%¬ «ò —Ž*]¾buŸƒ³«RQTü&XÙ¥ Cä2$¦²æ«ºžénú»Z¯5Ø<Íê¨tbJ“¿9š ¡žÕ£DâÜÝn寋Åb¶„¸$˰$I¢¢~IÁ×ëõÓ¦M+--ÍÈÈp?Qr÷Ý oNqow"35ó¡Óö·ê*÷”>ðÀüÍ›Im# ‘(Ú]$,ËÚ¬V—ËKÓ´Ñht»Ý:NàyŒqWWWB||Ÿ\D¡J §Ó‰Ò²Q||¼ò ª´/Y–Aà8näÛE ¬JÏÁîTÊTI–5Z­-˲999UUUÊCµZ““òlÏNs:,I MáªÛãa6ð«Tê†Æ†ùsæGþÕfµ_sÕµ£X£” zehŸŸ §ï“v7< ²Í›cÓÒÆLšÌ?ñD£ÓñÍU+(€â¯¶fgf½qmÛÎ]¥¿˜tÅŠ‘ä0Ðu ©ä6­%-6sŠÁ:K!ÏW £aÕ=³q$®B 3ÅXSÞò»K;jÞn;ú`JÑkº˜i¤_%\Ī4<{É'úúœ]•öŒà÷n‰AExQY$úfk^>%×"ì}\âæ''Mý™fþ¬)Y”dIž¡Ø®Î.½žu:ƒÞ K’,I,Ãx}ž` à÷T¬F–$ŒeI£›ž9‚?yòäÆÆÆ¶¶¶ŒÌtI–xŒ[?lbýxuêª($äêdSŠ8²e „ËŠ(Ú]aªÓjŽŽX{¬»«+&&¦«Ó¥ÕêN§ÅlŽlãQ ‚Ò¾lVkØW*KêÙ… Æ’(8¿ßÞ.J–$Q¢HWEY”äÓ¿è(J’,I¢ ¶;Uɉ¢(‰¢,Š’$É’¨¼O+%URW¤žÎ Ë¢(K= ·\…DQDˆÂ³ Ãó¼Z¥>w5J‘¡ÆÓT)Šð•ôßïó, íaiÎc¿ó–•5;;*}¾«®]ƒí~ãF­Nðûò~ÿØ·‡K'£è +‹Þú=7$æ-µ$ \»×ñ.E«N P‚$z•[&‰^‘wž@zCì÷3¦þÆUÿNýž5Ù‹’/?.(9‹¯t׎mW¬Xí÷ûÂgïÙ% hŠêIµwbÄšˆ –ȲÉX¥Ï8\ñ·ÂiÑ.Æcl6[0ƃÁálQ’%†f@¿Ï/‰’ÕbcV­VSˆŠz%,IÓÓÓý~ÿÑ£GY–Œô¹¹Eúãþýx"MÇ_™T}Ò[vø”0µ«Æ>ü+R C'Šv×£Ñ(JRGG‡ cww·ß0 Ñ}eôôF'€z/)-]’e›Ýb2šNmí¨}¥2–•möAv§~rjFÑÖ¡@@¥R`Q«kª9ŽS Ëq\UuUNv޲ÙV0PRÑ g(5«âxN™ÚkÐÜn·Ñ0°hàxnÿ}õõõv›}æŒYʨá©Yî§Jáî{Omu÷½wÿñÅ?=ûü³ÊÏûï»ÿòœ?’v‡rº: 11¾)…»¯\±úš5–+EQs?þxÿ߿jÒD# ‡c$S#(ƘRôvKé;[X“ÇìË)Š‘øFQp€,ù@–ˆIÔ—"¤éjù·£fò§½C$)ábá,ªôŠÞŒ+†>‚/I€Q4è7ç,¢IRv 6@”^<Ý …*õü]]¡Pc@” Š‚Þ`Œý~¿ÀK’(í:½În³kuÚ‘à;Ç£ˆTY–DQÈ\»¶aûŽª×_×è·6¥µËùͳ™×_Oj! ¢hw‘ °¹¡Ñáè@cŒY•*9=½££ƒ¦iO·»¹®!„²Ùl)ééá­L‡…J£)//‹áàN‰HŠ¢ºÝÝ={ëŒl»¨Þ=O?yv§2 Þîn„PÀïWÖÔ×ÕÕq!N­Qçdç@uM5âjkk•ÅO~ŸOÙîÞ<Ì¥N Õê¼^ÉhEaܸ‰›·|š’:àÝüü‹ÏfϹúÊkë7múê{W]]' ãi#ø‘I#ÿz†—ÒîÎò€1EшîÙK!„Ñ4- âüCC­61S³ô¶otüCkÕv[ʸ،5AÞQjИ#dh¯zÕQ·“ÕfZ³ÿÛ™WJ¸èUi¸?òõÎâ÷ y:¿$JNÿ 0B§mÛ¦8M{ÖåbP6ÞjØ.(޳Åb†¾^µJºÏcp´{Ç(_ì išçù°Bmnn1+333g=óôûû÷·{<–jÕÂ[Æ~üìs×]Gj! ¢hw ¢ ”>¬ÑhìV›2Ráóz›ëêmññ~¯Or±qñŠH ƒG;q¢zøsOŒOèß‚êêêããã9.¤HDš¢5²¡R¸©JR4ëuäž½O/©$c ² vÛÀ»SE‘œV§ër¹(Šv¶wX¬6µFMÓŒV«ËÈÈ i²2³ëëë†Ás!ÎÙÞAÑ´,IZn¸åJNJÙ½g÷êWú|žX{l\|üŽ]Û‹gΡéH·íÜš——Ÿ—7¦¶¾F¯3´w´ ‚0Üw‰ÞΫUªÈ>r")Ƨþªôv½=4&ínˆØ¬v¯Óaêì*hïÜùÃÛæÿëu„`Ûº[ÆÝt#ãtu \\l<ŠøTA´ÙD†øå†øå¡îÃ'_*ßùßcæ=A#rͬv ÆLÙ¦ÛuöÅÉÓ>И áôÏËQŽàïÞ¹ýŠ«}>oø`®z½¤¢zõé©ý„•Pñu;I©¯Tà³Ù¬ ¯‡¿ö½)Qþ•$©»»;jù«^ƒ¯<™X–õx=^¯×çóéâcçÿãoÿ^²ÌêÎ`ëEÚn'ÕŽQ´;…N—K£ÕÆöövY’P||¼Ãéä¹§«+5-­µµEàyDQF£Q§×»ޤ””QéPÔµÙl…ÔN—‘Èq\ävQ0ª#øŠ!p²;UÉL& (šn®¯ÏÌËMOOÌÃ0ÙÙÙÊÏæúúÞNŒÃ÷•¦¦¤–>ÔÖÖb2™|~Ïò¥Ë÷ìÛóñ†Æ—”œ"‹¢««sÿýY陳‹ç64Ö@kk‹Ùd‰Î½­äÿÖ[~Ðóñ»6Š‚ÜúÃÈ‹/ÃOQ·;…„ZoÿiÒ4¥`­V}òÑ{ãÉëÖÎ*FÛwu¼úJú¯~9ŠfÕ˜ “&ÿ³åÐuǤ‡¼´–U5oèì‹“&ÿƒô¢„‹”s0‚/‹§ž[ŸDA‘û `85º&d0ÆXeIB0 ü:^«Ó@ŸŸ‚(D½»Š‚"IÃáhïhŸ2eJlœÝ`Ôó<¯KOSßuç®M›é zÖ#“êEˆŽ¨GZ­®­­mü¤I*•êÀž½€e)!)Éåp„‚AI §MŒiÛ¶¤ùóÇ]uõ„Œ †apg'úbcÓ–-Í<ýª«¤Ñûº„âp1¥ÿ¼ãð-¶ôU€´i;›Æ¾-I’â!})áRQ¥á|¯§ÏÁÙU©(õû¶š,…–ÂÝ îŒÖ£J£ý$·ò)Q”D_RRrss³×Û³¹}bbRk[«V§|EZÀ²Ü3Q-*hšV«Õçۃߦ¦¦ÜpÃõiéijµ†ç9žçQÅÚ~òõWrï¤7RÃQE» 8˜F”Àq¡`¦iQ–ehZ£Ñˆ¢@S´ÇíÖjµ¢0È£öµzY–0p:mX–£ù®:Æ29òÓç.9Fçr8Uj•Àsµ•16›N¯×èt ~—Ë…¢hJàù¸øxF âß}ÿÝÕ«V˲\S[c±M™4yÖŒ™’$‹¢èõv9VªÓê4íûï¿7}êôôÔ´(Òây>))iXEYºÜ:±èÛ]Ï‹ šþæÿí»ùÖÔºÚØ™S ?ìír:ÿõj3Ï-^ÿ è!ÝCOýãyž‡ L'»+b’ïôwÆt2¨Tªðà!éQ ½* 7—oví¸bÅj¯×>Úó©ÇQ1¥÷¾—£S‰ô&#JŽvsaccA•à:½U©RÓRÃnQ”Âk%Q”°µ³”¦iY–KKKµ:õM·ÜcÕ¨5²,‡BÁÞ®\ìötË£°Q2á²&ºvfkŒ¯Û£7*N”³,c4™BÁ=.NÆØj·»;»ôFcKc#/ˆFƒçx‹Õ:ZuU’e¥Û#œ—XÙº#Àòð—;I’DÑt ì³uÀ¹KÎl³q‚ÐåtiµF¥òû|^¯W–$ @Ó4BˆfYI 5Ö+JMÓÑmæŒâÒÃ¥¯¿þÚÊU«mV»×ÓÝÑÑÆ ¼âèbhÆckhhزus^nÞ´iE8ª^Ëçó577+ß[ÆS§p?Â'išŽe“vwFzÖóõ>ÒÌñ ˶l:¼qcÉá£N—!—öÀ×]}5`èYÖ¡Þ¢“¤‚ „B\ œvm{Í›–Ä%m5;BÚ›:;;u:V«Ój5 ÃaJ¸Ti˜áŽh‚tôØ‘‰ ‡Øªª+cm±RT=;/€!üPq8>ŸO–óPøy&‚²!/ªˆugEE„PKK3/†.ž«ÕjU*5æøPÏt6,ɲÇã!.R‰z$Ñl±t´¶Í&›Í*Ë2âÁ@|j Øbc;Z[c^o¤iQ»»=&›Uv8mað‡å¶‹Þ;§,ó<¯Óº»º\Ng¤³T£ÕzrcI–1Æz£Q”doW' q¬Š¥) Qêݨ•çŒå˜X»É£H„¨U)ÇqééXÆÿþèCsLLnNNjJZŒÅÊ…Bþ€ßétíÝ÷IÀ˜Ò3\êÏ457Úl6Q£›Éz™´;—«“¦)Qâ’Â'ÞxË™ß|hšv¹:“’£mkНTEçù Lf½/9k×=Žu %¢(ʲ$Þlá|«ÒÞîÉëéîspæ¦âr:õÝÆ_¼ùö’(žêîNëüNý@ÅÚcÓRÒ:ÚÛ‡;Æ|(„0t´·‹‚ äY«ÑH’d6Eî͆hšVþ* B[k+…(>R ¹«Áãñ66×e妳,«øx¡¯î–1öûý˜ô„‘1¬v‰V«MNKkkiæyžF«V'¥¦2ÅÐ4Bhìĉõ'Oz»»Ibh:ÆnS«ÕFg”V­R•Ÿ8Ño‚âi?uZí°Ò¢R«TV«Íb¶ôáèìêõäKÓ"Æ:­°*Öçõ De{T Q4Ëjt:ƒÙ¤×é55MQ ÃDg@I’xŽãC¡‹eÁÜ…­mmå;wî ¢X†Ñ¨5 ñ yZ& "šBÊݺž4~Ò7û¾Ù±kÛ°4 EQz¾`Ì8š¢.Ÿ×ì¨ÚÎLÏzá¥ç”e¾C¦éÌǫ̂'’! !†aT,+k4€a‘~´éø¯Ä¸'MF‹F£Ñj4j•Š¡ieEq”.zUeFÈj³åççgee/ mE5ÜtUjµŒ1¸ÝÝ••CHˆ5™LJÀ¡§Å°ìÍ7ÞôÑGÿîÙMàŒÒyÙ’e¤ œ/EÙãbclVQ•qXe/3¥Q3 “—'Š¢âû§iZ’•›xÖ©1Q¤…(Š¥(èçÍMÒj“Y§>$EÑbX–aY•Zm2›åøxÅ/ž¤¬wŒì¢¶EÓ£Q­Ñè8N ™-–¬¬,Ae©ÇË¥|ݘe•J¥R©4Z­VÛCOÔ3î‚¶¶v†¡‡øÚ/˲Ïç³Ûív»F©z\ªX­ÖlÈMMIî“Ë:‚É3ˆ¢hV˪T:½^’$)v1¤mE´‘¢Ã0ÊÀ½RQÉí#\ ª4êW+–aR’“£é £z#g†5`L~Þ°“Nr«W®Z½rÕ¹ˆ™@uhŠ¢#÷ž<½B24ÍDzÚF¯º¢ï¶iPg#4‚ä”TÔ\’£T–aX†1èõç®{ÑëtÙY™QæôfgD­R%%$|÷¶¥¢ú4d0‘ÛG¸tUéHd7 @ ¨¨RòzE @8ÿª”¸ý @ ß%d´@ @T)@ 0è¼R2‚O @ø!¾R@ Âùg`_iMM1 @ aÔ[0~ªt°« 猱Àó/(Ÿ7ŒŠ¢–=õ¥lŒ%I–% `¿/„ES4ÍœÃ8 çžC•­n;ÑÐæ¾3OSTrœéºc'ç%’[I —$D\@’4 475;zÄétF-I­Vë„ …ycÆÊ²‹¢ÐÔÔ\Vv´«³+jùh6›ÇŽ-HÏHgXÕ9‰“pî9XÑòÏOM\4ßFSôE—I–Û:\ÿØp覅Þ9SòÈ %¢J ç š¿-Ù?nüĉ“QT3~B ¤dŸÁdLOÏ øýMMM¿=°`ÑâŒÌlšŽF‹‚PW[³cÛ6Œå̬l4êqÒ ©‡çœ·WL)o‰±8 ^ŒE0™c¦Žÿ¼¤Š¨R@ ª”p.U©À••?±P¯×1 õ‡[MÓäiÓöîÙ››çóŠeÇŽ-\¸$+'7ꌱ,››7!jÏ7»’’“Y–õ8uŒ¡ÿ5ímU•žîîóuG(Š2¹yùp~s2*iwºÇM´xƒÒEÝL4†˜—g÷Îíïí¸ªÜÅR¨‹×à—dU¹ Ëxi?tróòãâˆ*½X‘eÜéêÔNÐ24ÍÒ EG?Æj6˜\N¢(ŒÁív§ge<{éé¿ø\E†aG=Î%iÙ±£S‹¦Ûí±#1ňîˆ$9Žƒ%û%I*š9ë<ædT BíÜÜVW&ËòÅÞR(À ']¼·ãr¨rK¡.^ƒ_’Uå2,ã¥ýÐ9XRæD•^PÂTFQˆ¢ý¦]4añ1¦izäÐ2,+˲Œñ9гUåcƨÕj¯×sïˆZ­Î[PUQ~Þs2ò‚04 䤤¶´6[0¬„Â’”eU[§3(ÂFî11}æŒé3GÁÔ}¹Ø›:²Œ±Ü· V›Í`0(;|i4šÇnº²,?óÌ3=ôòÓd6paé%ï+½dªÜÅU¨‹×à¤9"_vª4ütyþ8׺ðÓO7œÇÔ/ˆº1‚/"…¨vgôVP𦭛V£ †n—$Ëvkœ ˆÃªÁ‘’´¥µióæ¯/^š”˜2ZÂtßþ½Ê¼Ò‘hSùBj“ò%0¯”î©]ýÿôÍ7»“““ÃÕotÓ•dé©§Ÿ~ð¡•Ÿ›6ma,})ÜŽË¡Ê]\…ºx Nš)ò¥Ä0z?öØã¡P誫®¾é¦›`Ӧ͋/™3wÞÒeW++Žã2³²â‰yóçÏ™;ïXYÙwü´húŒï]sm0ôûý·~ÿ ,\¸pуýj°TV¯¾ú_Ü'õ0~¿°9—éëƧ S›;~ü˜IÊcs'peo{©+{sl¹ã#âÁVJEþ©¢¢çs>çóùœÓû~ÎrfúôéíÛwèÙ£'e˜°°06ÁÖ-[ÝÜÜ<<<º‡wœŸO¦¢¼ÜÌÌlúôé}ûöóñöI=uŠj+0;VZIs—¾~mÛ´õoíë·hñô#§µË5wiѵ[¸êÏfÎjØÈáÆoÓÉ+,d§¼}|}ýÚøúµùmÕïU­«¹ƒUõóZ,ÛÆèMAþA!Ë–¯Ðº¢D"iéê^׺J­ŸªÚMU»Tš¨Ý“ð+{N``ðkeøöÿÞ^õ‡^U»ìë×ÖׯMXû'Nœx?{û¶{‡c¥3fL_¿aClì>BH~~þÌY³Øollœ‘‘ñÕ˜¯’’ŽBŠ‹‹½¼¼¦ÿýO?ÿÜ+²WBB‚½½ÝÀAƒ÷íÛ§££«§«{üø16”¬~[G&VJ¬¾uu_|Ñà }ûô!ŸVdªÞœŸä©þ¬_Ï$+ii‹žË¯ìoî÷ßgÏ -Í­k>ÚïÞÝÄc QCGÂÜÜì}û÷…†´wjælee½/voDx„µµÝAC×ÿõ'ÇsphR“<%ýT¯~ýèM…:5söjåýÓ/+¼ZyB2o\?v{ö,¬}Çn]»4wvþ¸OÚö‘PróÆ GGG…B‘œ|ÂÖÖ†Ô߸“W:X>ÈNíÛ³ËÒÒ²ú£^sQUý\Ëh½RY“¯ «”Õ­Û·W®Xy`ÿ>+++¹\~óÖ-­ÛR}®«S]¥ÖÏNUí¦zÇc'Ø9µ~~›ž£I³<5ì$µ9úªC¯š³ÜÞ}ûÆŸ˜–šÂápj½ü2©´Öÿ¾«¨T]ò‰………ƒQ X²"‘¨SÇŽ„w÷fÍšÙÛÛB<=<²³sz÷é=kö¬é3f´ñó «>W7×&ž¿`¾¥…Å'‘¾*UÍ,xþTuß@ßQÊ…†–ŒR.“É!‡Ã©ù“n'R’{FD ‡³víÙݱ}'§f΄§fΔ¡;wïêÕ3ÒÚÚ¶SÇ·âqøoMò,**’H%:bݨ¡#V¯ýƒ2Tu_éõë׌9Z òy<Õ!TêÐ:s÷ž½Ñ­ÿrô˜ÌÌÍš5%„;~|é²å„.‡ûóO+wÄÄH¤Ò/úÔÕÕýsíê~_ô¿~õ2!dï¾ØU«~çp¹ÖÖVK\lbb"•J½[û 8àî½{ÙYÙsfÏòôô¨Ia23oœIO?}ê¤H$¢”úr$¥Të&Zûµ4pÀ?ÇŽ1 ³|ÙÒÕ«×^¾rÙÊÊjíê?¸\n5KuttFùêÑ£G¥¥¥®-]/Z  «*󎘿ÿX½Æ¤~ýÖ­}ÕR{|.‡R¢y_)!äØ?ÿüï >C !#†8|øÈ„ N¥¤p9ÜãÇŽöëÛïÅñ^ZJšt<)Àßß±IÊP_ à JŠKT9°=–¾¼“U}»”¡§RNXYZQ†48(8˜M©««ëÛÚ—2ÔÙÉ)ëA–ÖÒò¹œªú¥T&—s¸\c##J©fí•——Ÿ8éaÎCÂá´òô˜5óBHRRòò•+e2™ŽXgþü¹ÎNNUU²Ö樾53×Z†öÿ="vïÙ;yÒÄcÇŽûùú¦¥¥±÷ ³ü óã’¥ªƒÅÃý¤¤dÊw“ !.Ìš='fû6ïÖ~½"{>{ö0çá”ï&{yµÒZco³S•>„kDêëjíçZ[ÐÇ·Mß>½ïݻߵKçà ¯[¶§Ožêë뛚šRJù|~sgg6A¥³µµ!dùŠ•‰‰ÿ”–•-_º„í*Z‹ô~ºJUg§ªN&ší«™’Ýļù Ξ;W^V>Þ\6¥êìª*;G½_©Ÿ„ßiÏÑzØ®üég…B1qÂxBÈ•+W¿›:õàþXÕñ¢ê$}úôª¨ÔäÄ´£Ö|*UÑkírP`Ðø “ BÂ:¼²ü59~Õ«âö;µÛvï)*¥”¶jÕjó¦èJóE";ÁãñDâÓ\W®7jØ09)))))îСŸù5þP\5ùש[I¥BA(è¿Eßٱ˫ô1ŠråWžùÍÒÇ xry`Uy*rÕÃRååå¹r‹KŠc÷ïkÖÑÁÁáTjJÆ…óîž^­¼‚å!;þÞÑ­K·òŠ ‘P(“Ik’gP@ÐÞ}{úöîgkkÿåˆÑ«þøE&—9;9_ϼžøO˜Ñ_ œœ¬Ø±Ýº†W“gMŽÉôôt“úvvvÝÃwíÞ=uÊwùùùßM™¶mëæÆÉårö´yËÖ-›£U™PJsrræÎ›pÿ> ‹+š;oþŠåË(¥eeeÁÁA'Œ?™rjåO?oük}M síúµfÍš©NÖ¬ª6QRRâîæ6~ÜØÕkÖ2l÷®¿mmlFù*îP|×.«YÙ³ÇÂóŒ!?Ìœµk÷žÿô뫵Ì999Ë–¯ˆ;kbbòÃÌYZkOÀ%J‰f­²3ÿ=¿¼¼üîÝ»:::Ï ílm)Ãx{yíØ¾½òZ/£ÏG:ûéˆ}©™Tú¯ÌÕó×¶.;“Ïç³3¹Ã0D[Ðú¾RJÈq¹œœœ‡£G}iiiI)Õ¬½ãÇ“tutb÷ía÷‘RúøÉ“…‹oߺÕÈÈðÒåË“&}·?voUCksTÓ‚íÚµÕÌ\³ 5ìÿ”íÛ‹>aü¸Ý{ö ŠJKK«t½ïu £~°tï9~ÜX@°uë¶þ_ü‡­‡ ÀÀ€ÿ»÷î u,ñhAaaíîT¯>ýx<.!dÝÚ5b±Xó R­«µŸWÕ‚¥¥¥þíÚM›:åСø7(›§§‡]phXkŸÖÞÞ­º‡‡‹Åbͳ [ç..ÍÇ~ûM\Ü!¶«TU¤÷ÓU´žªê½šíËãñªêç.Í›O›:%#ãÂ×ߎM:–ÈΩ¶¢>¡õ$¬µZj¥ç4qh²îÏ5ZÛž="6~ÜX‡³gïÞž=z¨/ªN’““Ó#²wMþA¼A;jÍG³Šj²Ël±Å²²²ÒÓÓ«IùkrüªW…R©t÷ôªÅ¶{‡Q)ŸÏ'„Èår@àï?uê´ .¸»»3 sõÚµWF‡=ª_¿~·nÝœ›»( 6Ã×JÌn]=eÊ©S ìímmm?™±Rv¼”h\Á××3xzæ·G§WBy!Äõ?ëÏÿÕÇcð6ŦÒ„³¼†‘¼&ý´åù¿þÝ>´}BbBYiYÇ]š::RJ3.œûöëñ?ý²¼•g+§fN>?)9Y®PtîØ©šN¦ž§ƒC“°ö[¶méÿE;ÛcFÿ÷§_VÞ¿?óÆõo¿+ ³slݶµsÇÎ6®yÇ•Édš3cvîêÖµ«L&ëÒ¹Óú;öÛ“))Þ^^¶66lzÇN¨¯.“ÉN§¥ùøx׫WO&“õˆˆøOÿ2™L&“‰Åâ–-ZÈd²† ä<ÌѺQÍÂ(JJ™J3«Ú„H$j×®­L&svrrhÜØÜÌL&“¹4ož••õÊ¥;vÄ$$å øO Ø]ÓZæÓii~¾­ d2YD÷îçÎghîŸÇ^Övú#´ÒüI“'w6|xrRR@`À„I“Î?ïééÁ0Ì•+W\]]ýü§L›vóÖMGGG©TªP*ë—••={þÌØØøhb"ÛMx|!D&—©Ž\J¨_Û6“§Ly˜ûÐÚÚzãÆª2¨~WUZ>O{ߨ¸a……EQQÑ¡Qîînmüü4k¯iSÇE?þ8wÞ|¯V­üýÛÉd²“'N>{ö|ôÿa3)-+«¦chmŽjZðä ª™¹fjÞÿù|¾‹‹K\Ü¡;wï¶háB)•Ëåªÿ…Q*•ªmx{µ:wÈ¿]Ûä'¿Ÿ6U&“ñù|o™Lfkc# oݾ}íêµÚÝ©m[6Y¼¼Þ»¿æA¤~köóªZP °%ã²ý¹võ›7ÏŸÏØó÷Ö­Û·oÛ¢y¶‘J¥"‘(Àß_&“µtm¹lÅŠjŠô~ºŠÖ³SU½W³}7j¤5%ÇëбƒL&sqi®J©¾uõ õ~¥š©µZj«çTuØZZZ𙙥¦žöðp?whgÌvõãEÕIjþâ ÚQk>šUT“]þbÀ ‡cjj²bÙÒš”¿†Ç¯zVµÞvïv¬tÈÁmÚ¶377;xàÀŸk׌;N*“1 Ó¥sçWF¥W®^={Ë¥„.\¸ š´ªÄê[W¥\¼hñ'u_éËë÷êÿŽÙ+øúúOþäÔyÆõ?Pe!„¯[ÂéÊ4k?ùFü®C_í¡îËûBl¬m†ª~ÛŠ»›ÇÊŸ—{¸{°6nÔ¸q£Æ¯¾S‡þëŽ.§fNJ¥2::zð Avv ¿ýzìêµ|ûõX¡P”}?zÓ¦.»85sz­ÛS4ãW‰D’pêTêú !EEÅ'OžT}î­´b¥9/ÇæÔâJ)¥>ŸÉᆡ5ü¤îÔ¬é̉Duq@5ð§¹ ¡@ÀÎär¹B‘P5-—Ë«_š~ölìþ[7G‹Åâ-[·Ý»¿ª2SJx/gVÀP»ðMˆÖ±RBƒT÷$K?óÏ?Ç®]»¶rÅr>Ÿß=¼ÛäÉ“ýåçmøï×ÿ•Je ÃtëÚÕµeKk+«U¿ý:`à †aø|Þ–M›fþðC—®]¬­¬ÉËWÆ óòö177O8ÏÖQ;»/êÒµ!¤aƒk׬®<€ª9˜ª¶#Õ\Û244ôññNI9%4kÏÖÖv÷ΧOŸNüçØºõ¶lŽf(umÙò—ŸWVÊG³’Ïž;§µ9ªiA­™k–áµ.Yvï6é»)ôWõ4õ±Ÿ×-L¥ƒå‹ÿô[ùó/OŸ>m*‹¥R)e†aØ{or¡ô]ì”Ú0›–ƒHý(ÖìçUí—X$zû²5utlêèÙ³‡_[ÿûh=Ûv‚Ëá°]¥ª"½Ÿ®¢õìTUïÕlߪN;•¯˜ktž·”–“ð;í9ìŸZÏçÝ»‡Ç8PV^æèØ„½%C³“ÔüÄ›eZó!Õ>¢uûÙ[uÇÂ+Ë_Ãã÷ßUQËm÷ºjô ~vÖkkkBȼ¹sÓϤ±AappðñãÇRO¥¤N9óöòý½»wØUÚ¶mûwL ;=öÛo¿›<¹}XØÉÉIIÇ““’Tiªw”²Z«o]%6vß§ô¨%j_îôïgð õ¨R¡oíIaäe–.É3‹æäE÷õLè[{RÊh}𾸻Oû‡»gÔÐáîžÕ¤aªÏÓÙ¹yÇŽÖmXŸ•uO(ûv‚P(Êʺ·nÃúŽ;9;7ežZÏ8êŽIðôðHL8|$þБøCßO²w_¬·×™ô³÷îÝ£”J¥Òòòr.—Ë««`žžgΜÉÏϧ”îÚµ»µª¦ªìQë|GGGOY³ç–––RJ‹ŠŠÖ­ßP£MPÍU½´¸¸ØÒÒB$1 “pô¨ú²J™xz¸Ÿ={N"‘PJ'%iÝ>—‡¾xfæ?yynߺy#ó:û£o`Ð=¢{bâQŸO ™1cÆ/¿üL I9yòlú™óçÎΙ3›]·S§Ni§SÓϤ¥ž:ÕØÁ5,åäÉè-Z˜œœÄ&[¸pÁ…ŒóGÇSBž>yÌÎìׯ_ÆùsçÏíÙ³ÛÔÌŒ"‹æd³KÍ-,.]¼ YZú2*­ªÊÊÊÎ;occ£µöòóóù|^hhÈ”ï&]ÏÌT(>>ÞgÏ»rå*ûðéõë™UUršãß-¨5sÍ2Ôð \ö¸kÝÚgxÔ°ÈÈžê›þ_ú×,L¥ƒÅÍÍ­´¤týú }ûô~ñ@.Ãì?pRzîüy¹Baoo_û;¥¦ªƒ¨š~þÊ|³²egg_¸x‘¾ž™I©_¯žæÙFkW©Q§zg]EëÙ©ªÞ«Ù¾U¦T*ãÆQJ32.Èd2{{ûJ¡ªú„Ö“ð;í9ÕœÏ;uìpüxÒÎ]»»‡‡Wu¼¼Þ?ˆ×lG­ùTª¢7ÜåW•¿†Ç¯zVµÞvïé¾RxgWð ¡”rþ5VÊ^Á¯_Ï”ËåSFaÖ¤ÈÌÕ‚ž®¹…s˜Ð¤™± ©úƒWõ#ãÂù /¸»¹{¸{¾Ö@¦fž.Í]¥rÍÚµ#GŒ´µµÍÉÉYûçÚîáÝ]š»¼AïÔ\eollˆîªù¡¡!‹—,9cúœÙ3ÇŽŸH†Çç-_¶´½}ŸÞ½"zDš˜˜°·RJ­­¬¾›`—›4ù»ÀÀÀn]»B¤RYphØ©“ÉŸüqôñãoSòÚm_´N]ÛåºÐ¾—.dtîÖ½šs²×®YÓ-¢§¾¾¾žžÆJëÚ`©Ú‡ BÌLÍΞ;ãÕÊ›ÇãB¬Z Ê=¿£aÀ×Ê’\EùcÂ((e8„ ê7}v7‰kÙNë}x•î­Ä­¥ÛÊŸ—»µt{½w’U§k‹–J…ï_]ë£Þ|Åâ»››ûÕ¿±¶¶îÔ±ƒÖ¡ Oû8ú ¿q´ÖÛ­S§vù#jßáÖ± ”RJ9/£Ó66·of¦œ:©z Ssi^EÜœ^}õ,= ‡½ß_Y’}6;}õœ«5æ ¤º+øn®nìpækõÝêótwóh`ß°^½zos< *­].!¯ó¾Øº¼#ˆJß++«Ý»þVߺP 8™|Qé§ÚUj½}Ñ:uj—?¢öETZçÃÒ—ñxü†ö Ú7TKкâѱ›'Ö1e¹/cP×°ã2‰#¶¤U•Öz¿|UžÆÆÆo¹QD¥µ|¨óç“8D0VŠB…n¢ÒÏ¢Ò:„ËåRB8¯ìVÁŒU°ú æß˜Ëãq_¾„ŸÃá”––rßú»È¥ò扨ôêÜO#(­ò»ð? ;…¨‡vQ)ÔVHÊ©oR_*•ŠÅ¢·|RZ¡Tš˜š2 Ãá##£Çùy–VoY¼Çó¹λÈQ) 9•¢lè*8㟢Ò:ÓaË–n§SS›7w‹Åì÷+¼.Ÿ¯T(¯\¾&“ɸ<žsóæi§O·öõ353ç¾ÑhÃЧOŸIKkéÚR ¾‹<µ¦¹~õJÝi:U˜7&•J>ƒåÓhŽÏpëòN}¼ŽÃ»\—:«šær¹†FM›5353GTZ׉D¢¦Íœõ NŸJ)((`ÞèÑu.—kbbæàФ¬¬ŒÇã7hЀQ2犋Šß8Occã–®-,--Eb‡SëyjM3`HzE­+).úØwàc$)/¿ÿî•K—ZººšT˜"*­CFÙ A#GǦ.÷-2ad2YYYÙ‹;8ØØÚ( æM¯p9PȆ¤ï(ÏO5„ÖÀªojæÜ¢ÅÍ7ü^+*=°oêÞ›n=Q Ÿ6‘Hd`hX\õàB•c¥wÅmQ}ð4–¤ >yìWVsï_•Qií>ÿ%&ü½Rù»$Ä ­5J™ZJ›“ùæv~Ísç%¿¢Ò ¦Qi-¥Fä’•Þ#Ç6ñ%C Ë/WÔ;Ô0*­µ°´ ÷Ïî#x‚z ÝÇÖó·47U¿V«&õ¾íî8ª“C3ݨö^¹Bh` ³7ÛµJëÎЂ›T#À»¼¯Ô€ÜkÂÝ`Ã9ÚÈý[ªÈãÒgެ±ç8r>2—´¿¥ZB½23#Qþs Ëq´ÖV*c­¾`¾N&›ŽÝR$ x±gVJÌåræßs8œ Wó.å¿IDÿïuWºÍ ƨݨôm±„¤¨o…𤹧Y£¥±¹¼â´PlMeWÍv5²p·¹c{wx¶´Ýf¼ŒU•ÏùÛ…õÍmjcxçQicK}Bi°«¹Žw0=—bo¦×ÃÏæçØ›lúðÖ6fF¢>íìJF,ä•KkãïðyÜ_¸¤ß,43]ºÿÜ¥Q=}!¡äÁã²½§s:yZ xÜ/;9Èä̆£wU›ÚÈXO ðrž–ÿ}2K¡¤„';ÃN­¬!”’-Çî·nf¢¾î¨ÎM¾¾Hñp¨êfÁPò¼L“œU*Qðyܾh‘zý‰©‘ØÄ@¸'5çÁã2t¾wA¡PÔ71UŸ³bÅòáQïäÛ€–¯XA?n!äan®³ss__ß#‡ã?àîgeeµhéÚ®]Û¸ƒÑQ) áEÖ«gaíÔ—ÃJŠåå¡NWH‘KÏ1 ­o×N¯¾­Îõƒæ…=“˜èrj£5ŸË÷ŸèØäÐÙ‡­ê%]yÜØRŸRš–ùôÛN‡Îæ*êÛÌ$õúSUQcOç4³1ÜrìÞ³RYC ý–/î"ðnäïXìÚÈX&gVîÍ$„\JiÜÙ\_'Ó?ânUÚôß'”K•„È6vžõÓn<5ÒôigÿûÁ›OФ<.‡Çåh®K)­o ìÞÚfŞ̢ryGO«ðÖ6[ß§”ŠÜkÙE÷Ïæ:Ú´÷°\ïÝáp8c¿ý–vs}WO×-_þ¿¨ÔÐÀ`ÜØ±ö ìQùo¦šûJßüç„rõ£güû—•>½Ì×qæ ìåÒ'ÒòÒŠ‡žWР8?åþ…¿óžñO(×”16Z3!„HåLö“² ŒÍŒÄ÷óËØR•T(î>*mÑÀX,à5µ5ȸó¬ÒZ/&(¡/§• ½™SL)ÉyZÑÐB¯›‹½‘RI+­¢þãåhòU·¦£»8:X˜‹)%­ î<*yü\J)Q(©TÎTZ—nh®;·ôy™œR’v£ÀÁÊ€]*W0÷òÊ(%y…’zú·©ÞOìçtk.wöìYì——×–-[ Œ'L˜Hé?`€‘q½cÇŽBb÷ï÷kÓÆÄÔ¬‰cÓÙ³ç°ïõ 253·±µ[²téµk× Œ#{õ&„ܼyÓÐȸgd/Bˆ›»Gqqqqq±¡‘±›»GqIÉŠ•+wìˆa °/6Ö×ÏÏÄÔÌ¡‰ã´ï¿—Édss ŒýÚ´yò¤½{÷ªòѺƒÿýïWèqð‘E¥oÿpt¶"8[lÎKº2Åѧ¯BZÈá=κs¬üÇÇJov#Õ­O ¥ôFvñÑŒGgo°åa¯Èß}T"òBÝ-?xC³œ/í¦lª !FzÂr‰âÂÝÂ9Eó†¸s8D©d%\Qª=¥#ä>+•IåJ!®ëåVPJoæ÷ð³53=~.áó8\.G&¯¼.¥ôvnIÏ6v†º‚¢2™¯“ÉÍœ’JePÿ ï‡Ã™8a;miiEY¹rEÚ™3ëÖ¯wssûaÆ BHÜ¡C ÜLII9uŠMy<)©´¬T©T~5fÌØ±/n¸ví:›a¥MtìØQ Bz÷êEy˜›«Zt(>ža˜‘#GF ìzäÈÁ¸86*mÖ¬Ù¸±c³³³—,]š•­µðŽŽŽ‹.ܾ}û‰“'{ôˆ˜4qâ܇ë7lÈÎÎ:wþ¼fΆF†„áQQ_ŽéíåÌæ£u•À畲ò^Ï ŠÒ16)xx´PÑ(_áõŠxT­J†9šñ¨RÄI9ù¤U“‡O˵–üePZ9*µ1щð³cJ8dçÉJ%CI¹öxÚZ—ËWî¹þ"Ézîël:ºkS©\ù¬DÊ·ÏK¥[ÝÞ± ‡C” ]û‰LRi]JiA±d×É_woF)(–nJ¼«%*¥ˆJßÊ£ÜÜÌëWŸ?{FéÙ»¯f.—;cÆtõ9eeåååå„çÏŸK$@ÀšcÆüßÀÙ4ºº:ÛwìÐÈŠCaM +ž¯ÛŽõêÕ#„py222ùÄ U¶cÇ~;gÎܯ¿ù¦cÇŽ+W®PÍwssûë¯ .œ8q’±±ñW_™6mê“§Oß~ßµæ, ÌŸÿã’%C† íÓ»·zbͬ”¡f@ð6Œë×÷öõ½˜qá ¢RŽ¥¥eJJJYYÙÚ?VýüÛï…O !öí9]Ö¢‹X{»“þðøÒuϘ&h0Pç«w¥[DÏJ3ˆ0$ª¤¸H3ý¾Ý;‚CõõõÙÛ: îàp9|¾`çö­‘½5—O<Ú¹[wBÈÜìµkÖt‹èi`` ¯¯¯§§WÍw;Õf ”MŽ–­(P"$…·Å0 ¡”Ïç£*êÊP>Ÿÿfï"|WðYyr·¼v êœZ/ÜÀÇëýE¥¯•®ÛµïAôúk¨ࢠQ)¢R@T €¨•Bªy3T¥¸LšxöN^A ü×W;s¹+ƒPo]Z•|îþ9{ÇÂÄ(ħ—û^¯8)zõvnbúÍÑ €¨àÄ0Œ´B"“Ë%åpŸÏã "±Hë×Û>*( ònÆápßó·àq9œæÖÛo=D{¢R€OL*-z^rýÚ•Ûwn<%„˜š˜96mÖÒÕMOOŸ/ài„°”ÃåPò¾™™Ë%ïù¶D¥ïƒT"Í”ø€©™YxDO[;{BHNvVrÒ±ë;®FDDZZ[3Œ²ÒZì(©ScÛVÞ>[vì&„´ñr˼›óŽÊÙÄÞêvÖ#´|ªð >|Ö†).*‰?àÙÊkȰš…B¡PØØ¡ÉШ‘îžÆry\Íëø”¾Lïܾ}:õ”êOv¢ú¹\Q“d•~Ô7 €¨à“"­\½vÙÔÜ,8´}EEÅ÷ßïêêêêêúý÷ßWTT„„u066>w6Ç×¼²D ¡„±ã'-[¼@õ';±g׎ÿÖa~Cú÷)xú„*•J\š6˜;óûaƒþs0vO‹f —,šÛ)Ô¿CpÛëW/3fdP[¯/úDTT”B¿6°[Çà ¶^ß|õ¥L&©”9Z •|jdrÅÝ;·ü‚!óæÍ«¨¨ +((øë¯¿æÍ›GiçxéBWùÖRÕ°eXÇÎIEòñcªá̬fÏø~KÌž„ã§Zº¹Ïš1M\ZR²>z[Ç.á%ÅÅîž^‡Ž&÷èÕ§¿^“¦L?v2]OOÿ`ì>JÉâå?ïÿçØÉt}}ƒ¿wlÇX) *øÄ1J¦ à){/i\\Ã0 ð‹âââ!¶vöyy¸\¨TmÐrüäiK\ šŸ~&Í·m; K+JHß/žJIf ÂvÁì´H$ m߉ÒÒÍñi3;{Jˆ«»gNN6%$fûÖÈðN}#ÃSSNܺy#¥ð9ÀÓNðY«t¿èßÿ]ƒT„ÿ=Ï0´]@ð¯?-;ˆý“¡”Ð T¿†ŠÅbJ ¥”a¨P(bq9\‘jšË•Ëå§SOíÙ¹ãï}ñ:::ÑÖÞ½sûå¶(ž¾€OÆJàóþhÎ癚šådgBºt颾ˆý3';ËÊÒ’Ñrá\}à’Ž›4õ—•KÙioßÔS'óór ¡1Û7ûµõ׸1´Òô¿~Š‹ž[YÛèèˆ)eâãü{[-€O÷„Œ*€Ïú$(8:6KN:ÖØ¡ÉôéÓ !û÷ï'„„‡‡³žH>îêá©T**ǤôeH ¥Ä§u›F (%6¶v3fÍз'!ÄÖÎ~éÊUê7†jþ¦ês(ñ ‰Ù¶eØÀ~zúúÖ6¶ê÷’â¦R@T ði‰E-Zº^¹š˜p8´}ÇùóçÏŸ?_µ4ñè‘’’bo_™T¢•RBÈ¥Ìûªé [bTÓÝ{öîÞ³·zb¡Pxþêmv©ú´oß6ìô¨1ß°éÿX­¹­«·s(ÂR@T ðIâp8úú‘ãb³³³ü‚Ôߢ_ZZ2hÐ0¥BŽpQ)À;> x–ÖÖ#G9›~æð¡ƒùùy„KK+Wwo_¥B®PT¾|ÏårJ†Çå¼ÿÒ*ÊýÛ@T ðÎ1Œ’RÆËÛ§µ¯—Ë%„C)U*2©Dë(©e}ƒ›÷ó›6´xÏ¢’¡·îç[›¢ÉQ)À§‰RªËryM‡ù8=s'öøÅ÷üª&.—cebêí€öD¥@ tE=ƒš£jóƒ7ª• *D¥ˆJQ)!o†`1 #­ÈärFI9ÂçóøH,âpðEJˆJÞ ™TZô¼äúµ+·ïÜ,(xJ151slÚ¬¥«›žž>_ÀC¼k¸‚Ÿ;©Dš—›¿gOÌÓÂ'á=§Ïœ;}æÜn=òçÅìØZXð”Ë­2*µ´²~˜›û6[gfé²eµµ/fæïaD¥µŒa˜â¢’øøž­¼† ÑØ¡‰P( …š éîáyà`,—Ç}w×ñ†Yº´¦Q©B¡¨>Aü¡8´) *øøH+$W¯]657 m¯¹4$¬ƒ±±ñ¹³é<~u÷;I$kÛY³f8°mÛviii•ô0 0ÈóÕð#¥R©ú¢Y³gK$’.]»öéÛ’äëçzùÊ6s[»©Ó¦õéÛoÏž=¶vösæÌmÓ¦­¯Ÿßå+W¢†ððlÞ½¢¢‚Ò©s—jÊSM1•|H2¹âî[þAU%hçxéB÷Š[KKKK;uê¸eóæyóæ.X°°ÒÒß~ý59éxÆùs†[·mûWT:s¦X,Ž;xðï˜yyyÓg̈ݷ÷tjê²¥KFͦ))) ý;fGxxxqq±··÷©S)ýúõ‹ˆè1kæçÏéèïÙ³÷•婦žv€Ï£d žÚÚÙW•ÀÖÎ>/ïQ5·–²ttt|}} !NNÎYÙÙ•–nÞ¼e_l¬@Àüø‰P$¬*“äääÂÂgý xY–•±B¡0$$„‹Å;w"„xxx895³··'„xzzfeg½²<5,¢R€÷­f÷‹¾:•@ `'¸\Ã0ê‹RRNmß¾ýèÑÕ«Wߺu»ªL(¥^^­¶mÝZi¾X,VÝØ*¾ˆ&y<žH$VM+äŠêËSób|¸‚Ÿ÷Gs>ÏÔÔ,çßêr²³¬,-JßxEEE6¶¶:::”ÒØØýàBär9!$ 0%åTFF!„a˜K—/×âžV_ €BFÀg}›%'kìÐDk‚ÉÇ]=<•JÅo"44$zStd¯Þúú¶v¶š † êÓÚ×ÜÜìp|ü_Öýõ7R™Œa˜®]»¸¶lY[{úÊb *ø`DbQ‹–®×c®&&mß±ÒÒÄ£GJJн}|eR‰ÖÕó½xY©j´ÕÂÂââ…ŒmB$Ú^í£E ,X¸`;¢º…”%‹U™«Oû·kçß®;=~Ü8vâÉãüJÉT婪ì*ˆJ>$‡£¯oy0.6;;Ë? ˆ}ò)';+9éXiiÉ AÔ 9}‹+ø€¨ çAÏÒÚzä¨1gÓÏ>t0??biiåêîáíã«TÈ_ùîz@T P FI)ãåíÓÚ×Ëå¡”*• ™T‚QRD¥ï¥T!—+ärTÀ7C¢RD¥€¨Q) *@T uÞW @! ÃH+$2¹œQR‡ðù<¾@ ‹8*Q)Àû “J‹ž—\¿våö›O !¦&fŽM›µtuÓÓÓç x¨"€w Wðàs'•Hóró÷ì‰yZø$<¢çô™s§ÏœÛ-¢Gþ㼘[ žr¹UF¥–VÖŽM›99;;9;»¹{¼r[‰ÄÖÎþuKx÷îݶmÛÕdfÍW¨k0V Ÿ5†aŠ‹Jâãxzy‡¶WÍoìФ±C“Ž9p0öËÑc(e(¥Zs8~ü˜µ5jà-a¬>kÒ ÉÕk—MÍÍÔCR•°ÆÆÆçΦóø5ý ÏŽ†Î™3·M›¶¾~~—¯\‰>ÂóUxx÷ŠŠ 6ÍÔiÓ‚‚C¼}Z§¦žfç$$$ùúù‡„^¾r…¹qc´›»GhXûèèMªüµÎ¬ùêˆJê"™\q÷Î-ÿ€ ª´ó¼t!ƒÇ«ò"~Xh˜K‹–.-Zöê݇S\\ìíí}êTJ¿~ý""zÌšùCÆùsúú{öìe—º»¹?öÏo¿þ¥T*óòò¦Ï˜»oïéÔÔeK—Œ5šòàÁƒ9sçM8’x4¡¨¨ˆÍYëÌš¯P—á >|Ö%SPð´š{=míìóòUskéÑÄ£•®à‹ÅâÎ;B<<<œœšÙÛÛB<==³²³!|>¿wïÞ„‘X|çÎ .>ë?`»ziY!$555((ÈÌÌŒ2pà€3gÎT5399¹†« *¨£jöÞ§×{;”P(d'x<žH$VM+ä ­é)¥^^­¶mÝZi¾@ðâͪ™ùZ«ÔY¸‚Ÿ÷Gs>ÏÔÔ,';«ª9ÙYV––L:½…B±sçNBHZZšL*uppLI9•‘‘AaæÒåË„??¿””S‰„Ï®«ufÍW¨Ó'dT|Ö'AÀѱYrÒ±ÆM´&8‘|ÜÕÃS©TT•CPP0÷â~ú™3‚W L^¼té×ßVUTTüùçŸ<ÏÊÊò¯ ë¿þú©LÆ0L×®]\[¶lРÁÄ ºGô°³³«glÌ®«ufÍW@T PG‰Ä¢-]¯Ç\ML8Ú¾c¥¥‰G””{ûøÊ¤­«ç=ÊÕœ©yõo×ο݋…Ž7®ÒRu!!!!!!•f2xÈÁ5™YóÕ•ÔEG_ß ""ò`\lvv–@ûäSNvVrÒ±ÒÒ’Aƒ†)rZ{WðQ)€¶ó €gim=rÔ˜³ég:˜ŸŸG±´´ru÷ðöñU*ä …µ€¨àc%¥Œ—·Ok_?.—K‡RªT*dR FI•¼?”R…\®ËQÞ ˆJ•¢RD¥€¨Q)Ôx_)!„0 #­ÈärFI9ÂçóøH,âp8¨D¥ïƒL*-z^rýÚ•Ûwn<%„˜š˜96mÖÒÕMOOŸ/ࡊÞ5\Á€ÏT"ÍËÍß³'æiá“ðˆžÓgÎ>sn·ˆùóbvl-,xÊåV•ZZY;;7oéêææîñcÆä<|ÈÎ73·x­2¼nú×Å0ÌÒeËÞÏZˆJÞ$\+.*‰?àÙÊkȰš…B¡PØØ¡ÉШ‘îžÆryÜj®ãMw6ÇÅýNb±xÒĉvv¶»ví&„têÜ…RVVÖÀ€víüýý&NœD‘H$Ö6¶'MŽŠÖ>5õt¥|úäáÙjøˆ‘R©”²déÒé3f°KÓÓÓƒÔÓïØ±ÃËÛǧµod¯ÞOž/ïQ5·–VÃÝÍíôéÓS§M;pà ÿåh«@  !„8::ŠÅâ;w²yó–°ö:wé’|âDff&!ÄÌ̬mÛv±û÷%&þÓ§OoUâÔÔÔkk+BÈàÁƒ’““kX°êË€¨à}«Ù{Ÿjúv¨sçÎ9;9«þlÔ¨Qê©??¿ƒq»v 3 Ã0ì´\.W_=%åÔöíÛ÷Çî;÷åÈJÅ‹!Ì/GŽØ°~ÃÖ­Ûº‡‡ëêê¾â´ÎåRJÙiÙ¿óÿ_,®Q†š¬€¨à]áóy¦¦f9ÙYU%ÈÉβ²´d^FlU‘H$K—-ËÎÊîÕ+R537÷‘@ è¾xѢ˗/) BˆR©Œ‰ù›’šzZ!—;88¨ÒÙØÚêèèPJcc÷«æ·nݺ¸¸xåO+£Ô.ßBÚ´i“|âDnî#BHtô¦€€BH½zõÊËËŸ?Nù'ñŸ—»ÉW‚5ËP“µÞí UŸõIP ptl–œt¬±C­ N$wõðT*UåÆ8NÛ¶mŽ$Ñ××W-ºråò3gò¸!¤C‡:tÐ\º`þ|­éE"ÑömÛ´fxútÚˆáQšóûõëׯ_å䣆 ‹6¬ÒÌ… ,\°€"‘H´–¡úµ•¼CG_ß ""ò`\lvv–@ûäSNvVrÒ±ÒÒ’Aƒ†)rúª+øïNVVV¯Þ}ìíí{õê…öD¥ŸîyPÀ³´¶9jÌÙô3‡ÌÏÏ#„XZZ¹º{xûø*rö~ÐZ!‹«¹‡U+{{ûô3iµ¸¿oPD¥ïÃ()e¼¼}Zûúq¹\B8”R¥R!“J>à()¢R€Ï¥T!—+ð¼9À‚7C¢RD¥€¨Q) *@T ˆJÞ¬Ër¹b1ê âñxr¹œË}“Q)|d Œ+**B‡ËAmÔ©”/æå>442~ƒÕñÝNð‘qrn~6í´·¯Ÿ…¥Ÿ PWÈåò‡ÙΦŸqwo…¨>}VÖÖ„‹ç‹‹Š†A…Ô\.×ÐÈÈݽ•¥µ¢Rø\S66€O'¨E¢RD¥€¨Q) *@T ˆJ•¢RD¥€¨àÙëåíS¯¾‰¥•uÛ¶íŽ?ÎÎ_¾bÅò+^+«7XåÉÊÊ242îÒµ+Ú>U|T|JžþüåË—·lÞܱcG@@éÝ«!¤¬¬ìÖí[üñÇó¢"vTòÚÕ«íüý !¶66k׬æp8„9sç©V¹ví:!„¯É¥yó¨aÃ!«W¯¾rõjvv¶]¥4ŽŽŽ‹.ܾ}û‰“'{ôˆ˜4qâ܇ë7lÈÎÎ:wþ<Ã0#GŽŒ6,$8ØõÈ‘ƒqq†F†„áQQ_ŽéíåÌæwèÃ0'SRRNbçOJúï¿Bë¢R€÷êQnnæõ«ÏŸ=#„ôìÝW}QE…ÄÀÀ`â„ 'L¸ÿ¾«›{zúYv‡Ã¡”²ÓëÖ­ŽÞ4`@ÿñãÆýôóÏÑÑ› %»ÈÖÎNzª¯Âår!J¥’RXXX©HR™¬Ò„&B_ „˜™š©æWý](B„B‘j[¼1cþoà€ì]]JkíÙƒ~ï—Ë542rrv±²¶FT ŸEHz)ã\KwO]]BiaAA}ÕÒ{÷îu ïܹ“½½ýÅ‹ !ÎÎÎì"ƒGmÜíèè(“Ë!FFF©ôøñ¤ª¶¥¾Š‹Ks>ŸŸ‘‘»ÿšÕk*¥¼uëÖ3grçÖ­[Mš4Ñ(­^—Î/þqíÚµõë׋;DéÚ¥KP` !dëÖm­ZµÚ´i³*qçN-Z¼{÷nOOO±NBB‚³³Ó¨Q£Ô3 EW€÷L$I¤Ò³i©±´¶BT Ÿ¸Ìë×Z¸yèéêêêëóùüJ—Ô-,̃‚‚Ž;ž——'‰Â–/[Ê.;öÛ9sæ~ýÍ7;vüã÷UG]³fmrRr‹.YYYZ·¥¾Êß1;fÍœ¹hñâqãÆGFF&«ÝèIñððxø0766ÖÉÉiíšÕ¯»SnnnýµaáÂ…'N266þê«1Ó¦M … æÏÿqÉ’!C†öéÝ[=qtôÆÅ‹5Z ¸¸¸DöЬ”¡z¤ðÞׯïíë{1ãÂD¥KKË”””²²²µ¬úù·ß žBìÛ38j$jÞƒèõk»Eô¬4óÐØC¢JŠ‹4ÓïÛ½3 8T__Ÿ½Oôƒ{˜›ëìÜÜ××÷Èáx´&|æ8\Ÿ/ع}kDdoÍ¥ÅÅEÇvîÖò0'{íš5Ý"zèëëëééá|øÈ0 C(åó1ÌPçP†òùü7{e!þµÃGØã)­êYø÷ÏÆÚº¸è9à-a¬• *D¥ˆJQ)¢R@T €¨•ü¾q>kR‰D*“VŸ†ÃáJQ]ˆJáw"éXÇÎÝÊËËØ T¼¿¨T&=—žžššRU׺µ_xÈ’â"T¢RøÄ©"Q„¤ðþ¥¥¥Îœ=_¬££u©¤¢bÞœÂ{Dj]ºfíÚ_ýRÊãñúôîýý÷Ó†Y¾bÅÄ j²é×Jü6*mÈÌÜâÉã|BÈú ~ûmUýúõŽFO€ ÷•BP^^V^^¦>ðÞ0 SUHJëè(•J­‹233,Xwðò¥‹gÒNw ïÆæ¶té²nZ&“Õ<ñ[î£ú†âűë×­ß¶u BR@T ð‰¤cººzêußã'O ,ÌÍ !B¡ÐÍÕ•2köl‰DÒ¥k×>}ûBúäáÙjøˆ‘R©”"‘Hllí¦N›Ö§o?ŸÖ¾ªÄùùù.-Z²9ß¼y3 0ˆMlmc;qÒ䨨á¡aíSSO«€]:kÖì¶mÛ.--¿cÇ/oŸÖ¾‘½z?yòD³T:w!„|7eÊ­Û·FÿߘY³f/YºtúŒìêéééìÖ•ÂgWðácäÛºu£† ÝÜ=F½qctE…„2kæL±Xwðàß1;!¿ýúkrÒñŒóç ¶nÛÆ®XRRúwÌŽóçΪ'Öª´´´SÇëׯûã÷UÃGŒ¨4p[ZZÚ©SÇ-›7Ï›7wÁ‚…„|7ejì¾}gÒN{zx|7eªf©X‹-²µµûkÃúY³f2dçÎ2™Œ²nýúáQQh_@T Ÿ#\Á‡‘P(ŒÝ³ÃËË+zÓ¦N;3 S)ÍæÍ[ÂÚwèÜ¥Kò‰™™™ªCBBj¸@À&vtt‹ÅwîÜQ_ª££ãëëKqrrÎÊÎ&„¤¦¦øû[[[B”œœ\“­˜™™µmÛ.vÿþ¢¢¢ÄÄúôéöD¥ð9Â|øxµpq9bDÜÁ™™™•BÆ””SÛ·oß»ïP\Ü—#G(/†9Åb1‡Ã©|:æréË—OÉärÕ|†aTÁ®\m¾*f}¹:G3&~-_ޱaý†­[·u×ÕÕEË¢Røá >|Œîß¿ŸžžÎN_¾|™bffÆçóUácQQ‘­­ŽŽ¥46v¿fê‰ëÕ«W^^þüùsBÈ?‰ÿ¨Ò(•ʘ˜¿ !©©§r¹ƒƒCõ¥jÓ¦Mò‰¹¹!ÑÑ›*m¨*­[·...^ùÓÊ(\¾€o†‚:AuÕ—ïá#¢T*çÌ™{ïþ}J©¾¾ÞÚµkŒ !Æ õiíknn»o_ô¦èÈ^½ ôõmílµf¢J|8>þ‡ftëîàà`em¥J`hhxåêÿ€ÀŠŠŠuëÖñx¼êKeoo¿xÑÂnáá„ ¬Yý‡æ†ªZwÀ€þ»vïqqiŽÆD¥ð™Â[ôácäàà°¬æü… ,\°€Þþò '±Xœ“¥5qÔ°aQÆif¸`þ|­PÏÊÂÂââ… vº_¿~ýúõ«¦TìËJ !çΦ«§9}:mÄp ”À‡+øP'à >|Èó —[QQQÕÒòòòWO~²²²¼}Z—”–öêÕ ]>Œ•B€+øðùú¶™?燪^•ÏãñüüÚ~¨²UX}wìííÓϤ¡3¢RøÜá >|(†FÆá="«úBQ™TŠº@T Ÿ>\Á‡†Ò’â"T¢RBpೇ§ NÀ[ô•|x¸‚ð™Ã|¨pà3‡±R¨pQ)À‡‡+øŸ9\Á‡:Wðრ”ÊdR¹\Î0 j †¸\®@  E¢Røäà-úðABÒòв;·îœ>}êÿÛ»ó¸¨ÊÅã³±Èf*›¸k¢(à–ì ¨¨á¾¥.åÕÛªåÍRq_°,ËV!-ÑD­ôŠ ¸±‰z3së†f*¹Õ5AYf†™ùýq¼sçÇ ˆŠúy¿üãxæ9Ïóœçœ/ç9gæÚÕ«•}·À”\.wqu òõëT³Ò“JQ+0ƒ‡O£ÑœÍ?»'=-ªo_wO™Œ;šàÎt:ÝÅ ¿fd¤;8:=Ù¶m ~õ©µ3øø R©V“w0§Oß~Ýü ¨¾¦Íš5lä²cÛVïk0•rmµÏàãá3èõW¯^uóhÌPÀÝjÕºõ•+—kv–‰TŠZ|ü%t:÷p eßŽÏ >jfðxÌq‘µÂšÁOHLôñõëèãëשóÂ…‹„z½~é{ïUsó»*lnÞ¼ù3ãâ¤åÏ>ûÜÅÕM­V !´Z­«›ûÕ«W…\\«SÕ/¿ü|Ÿ£áæîjüïÔ¼éèä|êÔéZx>TsX¤R †=ˆüŸ~úiÑ¢Å;vl?þã±Cy£ûGßšK«45Mõ › ÊÎΑ–srrÚ·oÿ¯}/„øá‡<<<\]]…©;w<ä¡>}ú')gdd4mÚô¯:âåååœöR)j’’biîÞ¸pÿ®ýþ»ƒƒƒ«‹‹B¥Rùúø!æÌ[VVÖï駇)„Þ©s—ç_˜ ]È,++kìÙäíéÓ‡ùTwcá«W¯zwè(ÕüóÏ?‡†…K…={NýÇ›ãÇ?Ù³WnîAÓtïÞýäÉ“%%%Bˆ“§NMxá…ìœl!DvvNppT¦Oß~ÆzæÌ™óì³AAÁyyyÒ««W'ùúuŠìÙ+)i±Ú 6tíöÔSÝý‡ öûï¿ !gÏž#„øç–-NÎõÿüóO!DhX¸@M=óÌ3ëׯBìÞjmm-­·8»d^RñÕêÕ~:÷ê5wî<ã5Ý´´´Ð°pÿ€€‘ÇOœ¨0¶;vî4öj×®]AAÁÁ!gΜ1í°ysÅÅÅ£cb‚ƒCBBB§Ný‡Å5¦Š‹‹µZ-o1 •Õò fðý»woѼ¹¯_§‰“&­^TZZ&„˜3{¶ÍŽíÛ¿Ù¸AñÉÇØ¿ïè÷ÿrtpX—œ,mxóæÍž‘‘ßlÜðý¿Ž˜¶èÖ­[}¢z¯ZµòóÏ>}þ…Loý®W¯ž··w^^^~~~Ë–-—Nsrsƒ-ÔÓ'êëµk,˜¿hÑb!ÄùóççÍŸŸž¶;#=­°°P*vþüùio½²eË¡¼ƒ;ušöÖÛBˆÐý!2dvéÒ%3+«°°ðÊ•+íÚyUheÀ€þÛ¶o×ëõÉÉÉ£F=c\oqÌ»d±äùóç/^¼wOFÚî]¥e¥R±+W®ÌŒ‹KÙòσ¹¹ï-}wÒÄIÆv@ÿþÒšK—.¿øÒË«W•““½gO†‡‡‡i‡Í›Û–fgW/++33óÀܹs,®15|ĈM›6ñ€Ú§P+<ˆ|•J•’²åÄÉ“¹¹¹IkÖ¬úò˽{2*”Y»öë-))J¥âÚµßUÖ*ã†ÕlE©TJ…Û´icccsöìÙ'Ÿ|ÒøjPP`vvŽgÏ  ÀfÍšhµÚƒ¾ÿÞÒ õØÚÚúûû !¼¼Ú]¸xQ‘››Þ¨Q#!Ä³ÏÆ:tHZâáá.„ˆ}."²§ÂËËëÊ•ËEEEyyy3fÌÈÈÈPÈæÁWagg×¹sç”­[óÏäwïÞ½êq0ï’Å’¹¹¹aaáõë×B<3rdæL!Ä®_ÿstLÌí€[\\ÙØff nÓ¦ôªJ¥ªúùùúÆÅÍz{úô À ^½zZ\c*>>ÞÍ•»T€T Tσ{¿ƒ·woïØçžkÚ¬ùÙ³g[´ha|);;gýúõééi¶¶¶+V¬ÈÏ¿=wlccceö;2™Ì`0HË“a½^¯×ë¥O2Ÿ) úpùò&Mš>?~œ¢c‡ÉÉë<==ÍÓí²2~›Ryûªøï«• Ü´y³““SxxøÂ… JEHhˆÅ’£ž9þù&MšxÇq0ïRe%Í †®]»$¯[Wa½Å±­ŒÅæZ´h‘›“½wß¾í;¶ðá‡éi»ÍטVâÓ±#ï/¨˜ÁG­ð fðýõ×ÇKËÇB4jÔH¡PãcaaacOO[[[ƒÁ’²ÕÂm&…ëׯ_RRrãÆ !ÄžŒ=Æ2:nãÆo„¹¹˵ÚV­Z™Öðý÷G9Ò¹sg!D@`ÀûË–o*­Z@@@vvNYY™"55õvú <™yéÒe!DRÒšÐÐÛÏÔ‡„†¼óλ!¡!¶¶6Ž))[ÃBC-V6eòä1±cŒkî8U—ô÷÷ß·oŸt3ëú ·ou ËÎÎ9zô¨Ü<~¼²:CBB3³²òóó…jµZº ·Šæ.]º¬T*ôï¿$>þøñËËËÍט֟••]PPÀ[ j?®•¢Vx3ø:nÞ¼ùç~ýÕ`0ØÛ×KLLpvvBŒ7ö©îþ..R¶lIZ“4dè0{{Ï&ž+1Þ•š:kV\ttÿV­Z¹{¸ 8::ž8y"$4¬´´tåÊ•r¹Üts''§6­[;;;K×§NýÇëS¦T§ÿÍš5›úÆjÒ¤I}ggieÓ¦M—Ä/Žîß_*°âóÛ)0$äµ×&‡…† !B‚CÎKªärùk¯½jº&22âŽãPEÉæÍ›O›öfhXxƒ ümlm…îîn_}¹ê•W^Uk4z½þé§ûUvÍÒÃÃý“?z.6V¯7(äò5kþ×s‹Í8q|ÖìÙr™Ü`0,Y²D¡P˜¯1­ÑâEcbcGŽÉ» j9+77·ìììâââÄÏ?]þÉg×ÿó‡bۖͱã'0:x’V%F\aåÎm)1cÆß,*4/¿ùÛa="ŸhР6t¾¬¬¬u›' .^xÌbii™­­bÑ¢Å7 ßY_'º]TT¸ì½¥SÞx³±§'ïD¸[S§¼ºtÙró_Ö¶vvë’¾Ž „†…wîÒõè?¼5íMp˜ÁG­ð fð.” !.XÀ H¥x<¸gð*ÈårŽo™€»V^®­ð(Åýcµ3øxø¬d2WWׂ \퀻vöÌ77wãG’Jñ訣3ø¨ÓTJ•@`ÆžôŸNŸªðyR€Ê”——ÿtúÔÆ É={Giµš¬™|Ô Ìàãá³¶¶öõëdïà¸cûÖ«W®˜~[, 2r¹ÜÕÍmÐà¡í½½KŠkò·6©µBæþ½Q}£KJŠ¥‡^¯oëåÕ¡£ôí\€jþðÔj55II¥¨-˜ÁÇ_E£VkÔjÆþr¤RÔ Ìàð˜cÒ µÏà@*þzÌàð˜cµBõgðe2™­ #@-$—˵Zí½=BʵRÔ1ŽNÎ¥¥¥J•ÒJfÅhP«"©B©ºré7G'ç{Øœk¥¨c¼Úµ?’w°›€«›»BÁ @m¡Õj»xþÈáC~~]H¥xô¹{x!Žý¾¨°°f¿è Ü™Læèääç×ÅÍÃTŠÇ%˜JÙ<:¡–!© •€T J@*H¥ •¤RJR)H¥ÀƒQ^^îèälúoåªU¨­÷—-{Ù2Æ€¡`ðè±²²šüÚkÒ²¯ÏƒJ¥ï/B¼>eJN'—Ë97µ×Jñ(žÖ2Ùܹs¤]»výúëuŽNÎo¼1U1:&ÆÉ¹þÞ½{…)[·6hبu›'çΧ×ë…©©©¡aá ¹4ölòîÒ¥§Nvtr2t˜âçŸvtrúXQXX8ò™gÜÜ=žhаCGŸM›7›nRYÓ·2oý·K—œCBÃbcÇ4lärèÐaN @mƵR<‚t:£“³´¼ßÞ˜˜Ñééé_¬\©×ë·mÛþÚk¯öèÑãØ±c±±c‚ƒ‚6¬Ÿ—–žþÞûï7hÐ 4,tÔè;;»™3f8:9êt:cÌ­ÐÄ;KâcÇŒB|òÉÇöök{ù嗌孬¬† æíÝ^¯×/yçÝ3g†÷?tèÐΩoM›àÿïÿÛÆÚÆb®°æÛᆱ°•ÅÖ,„8vìXÛ¶m/^äááΉ ••••ÕÔ7Þ–ÝÜÜ…|°,ïС•«VùúúΊ‹BìØ¹S¯×geggçäH%÷íß«ø–N§{éÅ'O¾}À©S§¥ +4¥T*…ÆB,Ž7¯Í4•ªÕêü3ùŸþùÂBF#„8uòdÓ&M„ë’“óóóýüüüý»[Ü— kÌ·Z‘`Þº”J=7NLXa^ ¤Rà~]¾té§Ó'oüù§bð°æd2Y\ÜLÓ5ÅÅ%%%%Bˆ7n”••)•J)¨½øâߟyV*cgg»~󪬄ÒEÓëׯWÈ‹ƒÁ4;V¨Í´ðÊ•«’’ÖÄÄŒ~}Ê”—/OJZS^®ëÕ«×Ö­){÷ì=uútܬYûöïß¼é»;6m¾U÷îOUÖºg“&#éæo7r"j–L&stròjçíîáA*ÅcI<ú¯Ž~míì„Ápý?ÿy¢Aƒ eôzýüù ¤åàà°ÐÐ &ܼysÖ¬¸yóæ¿6yʪ•_ôíÓ'>~ɦM›:wîlkc›––Ö®Wß¾}—,yç“O?µ³³s®ï¬ÕjG ®P(Ž=š²ukŠÓV._¾¼zuR›6m,Ö6qâDcaV#„prr*S«÷íÛ/­ÌÊÊþáèÁÁA¾~¾üñ‡iýîîî›6ßÊbëÑýûW1Œa="9—5ËÚÚºL­>’—k%¬ÜîþÎ1R)ꘟNŸêàÛ©ž½½B¡°x!Ð`0¼»t©ñ¿GŽÉÌÊŠ‹›9õ7.^¸øåW_õŒŒ=zTRÒê%ñK&Nœ¤T*½½½‡ âëã³vÍšøøøù X[[O™2ÙÉÉiÎìÙñK–L™òú!Cdf«<ùµyóæ¿òê«QQQßlÜ`^›i—Æ›žžžx`ÿ¼/\¸ ýM™¼>ù—_Îétº¶O>¹páÓM*kÚ|+__ߪ[7gå¸ÎO<ÑÍßÿØÑî!•Z¹¹¹egg'~þéòO>»þŸ?„Û¶lŽ?‘ÅC´*1zàà +wnK‰3þfQ¡yù-›¾ íioo/ÝÖ j+™•B¡üvýºC†™¿ZTT¸/#½oô!Äo¢vpp°··¯W¯Ÿ …:F¯× ƒA¡à2?µŽAoP(>±šH¥¨ƒg¼ÁÀCåýÓéÓÇ~8ú@RéÒZJËËË9€T  Ö9uê´w‡Ž×®]BLúûßÇÇ !ÒÒÒBÃÂýzDD?qB*¹k×®ÀÀ ÀÀ àà3gÎ\½zÕ»CG饟þ94,\1gîܲ²²~O?=|ÄÈÊê1Þ©s—ç_˜ V«…ÅÅÅ£cb‚ƒCBBB§Ný‡ia‹ÍY,oÞhYYYcÏ&oOŸ>|ÄÈ;wë,..ÖjµœPûñÉPÀ#¨gdO™\.„ðòòúîÛoÚ·o7eÊäIqÔ3#Ï;÷ÉÇ_¹ref\Ü®ÔTggçï¿ÿ~ÒÄIÙÙY—.]~ñ¥—SwîhÓ¦F£)//¿yó¦yåsfÏþâ‹•;¶oBX¬Ç´ð'\¿~}!Ä”)¯¯KN7vìî´4;»zYY™Rd¼ã¾˜—¯¬Ñ›7oöŒŒ\¼h‘éæÃGŒ;räHÎ •xØÒ3Ò{x˜®yáùçÓÒÒþñæ´¬Ìr¹üÀׯÿ9:&FzõVq±"3ó@Hpp›6m„*•J¥RYL¥¦,ÖcjíÚ¯·¤¤(•Šk×~WY«„~¾¾qq³Þž>=(0¨W¯žwÜóò•5ªR©"""*lïæêÊ)¤RµBiié¹s¿ÚÚØ\ÿóOOOOƒÁеk—äuëªÞJ&“ iYci¼êz²³sÖ¯_Ÿžžfkk»bÅŠüü3Bˆ-ZäædïÝ·oûŽí|øazÚ3/_Y£666Vf_ÉìÓ±#Gêî+ oN›Ö?::!1á…&”––†††egç=zT¡×ë<~\𙕕ŸŸ/„P«Õ%%%õë×/))¹qã†bOÆžÛË*BéfM‹õ6öô´µµ5 ))[¥•—.]V*•ú÷_üø¦O&Ylμ|ÕV••]PPÀ µ×JGPxx¹üößœ‡Ú³wï©S§—¥¾¯P(úGG¿9mÚGË—õåªW^yU­Ñèõú§ŸîçÓ±£‡‡û'ô\l¬^oPÈåkÖ$µjÕjÖ¬¸èèþ­Zµr÷p7Ö?nÜØ§ºû»¸4Ú•šj^±XddDÒš¤!C‡9ØÛ{6ñ”Vž8q|ÖìÙr™Ü`0,Y²DʸƼkÞœyyww·*­`ÑâEÜW ¤R+—/UX3pÀ€HËqq3¥…ˆˆó»0ûôéÓ§OÓ5ãÇ?n\…b‹-2>Td±‰µµõúää +{÷îÝ»wïÊ:oÞœÅòæÚØØ\¼`^¡ôT öc¤R€T àq&—Ëu:¾ îZy¹V.—“J XÉd®®®.0p·Îž9ãææ®×ëI¥p¿TJ•@`ÆžôŸNŸ2ý€*@ÊËË:}jã†äž½£´ZM ÖÌ3øSÖÖÖ¾~ìwlßzõÊNǘÀÉårW7·Aƒ‡¶÷ö.©ÆG“JàÎôz}[/¯}d2&Žà.~xjµšš¤¤R;Z­Q«øËqy¤R€T R)p÷§¬LfckÃ8P Éår­V{o’JQÇ8:9—––*UJ+™£@­Š¤ ¥êʥߜïasžÁGãÕ®ý‘¼ƒÝü\ÝÜ N`j ­VûÛÅóGòóëB*Å£ÏÝÃCqìè÷E……5ûEgà~Èd2G''?¿.nî¤R<.ÁTʦàÑ µ H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥@M3 VVV¤RÔµ¿–d²’’bÆ€G†^§“~Å“JQ—8::]øõ\YY©Þ``4¨Ó CyyyIiiñ­[ŽŽN•S0R¨…Ú´m{âÇÛuèàèèÈhP§I÷Å·n?v¬£Ï]§Ò¤U‰ "þ* ¹tðñùùßÿ¾YT¨×ëê4™LæàèÔÑǧA#—»K¥­Ú´aøðМ>uÂâúúOÔ¯ÿD}Æ€ûÑ®}‡:ÑOË©Ô?0„Cð(¼ñgN¥u¥÷¸[•ÍRVǃ»òÊÓN—û™p×.I¥—Ú9+Îç•€T T?•ž8y²Gˆ®Ýž>bÄõë×f Cÿþ®]»fþ’V«íÕçÖ­[•m;í­·}|ý4ldqóêÐëõË–}`ü¯‡GãºÕsk×~Ü·_¿ƒóZýºŸ]¨ÍîáàÞà `tîܹ°°ðš- Àc—J'LøÛôÓ>Ô­k·¸Y³f·oßîåååâbá3W•Jå°¡C¿¨lÛAƒ¦íÞeggw?ÁåýeËŒÿݶmk]éyy¹Åõ_|ñÅ꯾ܹc‡·wûE <è]¸«¾Ý3Ó «_y…ƒ j{*=sæLaaa¯ž=…Ï=÷ìöíÛM_U«Õ-Z¶Z°pahXXpH艓'ÿö·‰Ýžê>hðÒÒR!DzzFDdÏàÐ^½£Nœ<)mÒ¬y‹ùóÄŽ~èÐa!ĵk×ü:u–êÌÏψì)-¯]ûõ Áƒ„ÅÅÅÏÅŽ ïÑ£GÄ›ÓÞ2æ¶µk×VÖóWW×Ê^}.vLDdÏnOuŸ8q’Z£‘VîNK ïqöìÙùó”•• 0pÔ¨ÑBˆèèþR±ß|ãcf…jÍÖ½í‚ùØVè›Å†Œ*‹ç†i…ÿܲ¥êÊ- WòþûËfÏž#-9rÄxV`>¶•QkÖ¬íÚµ[TŸ¾k×~]õ8[, ©ô <==¥eww÷’’’7n˜(**êÚµëýû‡6tÈЙ3g>”goo¿eË–«W¯Îž3gÓwßfexgIüK/¾$mrëÖ­Þ½{'­þjîÜ9ñK–TÑzîÁƒüü¤_äõììöíÛ»wïžÙ³â¤W]\\Êuºß~ûív~ù‡ìÉH?|(ÏÁÁaýúõBˆË—/¿òÊ««V®<°ÿîÝ»ÜÝÝãâfÚØØ¤¤lIN^gÜðüù 3fÌܼ黜ì,??¿éÓgT±S®ÿ·nÝêÝ«WbbÂ'4qÒ$N'„¸yófDˆääu;ú˜wrÑÂ…žžž_$&¦¤l‰¯PaeëvÁ|lMûÖ­[7‹ IÌBe#`¬°tô+7?:nlìsßmÚ¤Ñh„_~µzÜØ±æíVv˜ïõùó,\˜šºsWêÎÂÂÂ*ÆÙbI5óÉPÖÖÖ}¢¢„üüÚ¶mÛ´i!DçN.^,8™yýúõØØ1RÉââbiÁÖÖ¶{÷§„^^^/^¬"xét:i ÛÇ×gÎÜ93ãâ"{þï –‹‹ËåË—7¾ëþÖ%'oݺM©P\ûýw•µJ‘™•Ôºuk!„J¥R©T§ƒóòIiéÙ˜g{GEU¶S´ÿJ¥²Gp!DëÖ­­­­ùå—¦M›ªT*iee¬‚Ńuo»`>¶ÒJ}«ì¬˜…Êî[5VXÊ«yÊ5lØ0(0pÛöí‘{öìy÷%Õ?Ì÷:/ï`xXXÆ …£G:|øpe=´XRéÿãééYPP`¼Žeggçìì\!•J r¹ÜÚæö²L.Ó–k C—.]Ö®I2OT·‹Éd½þö‚Á ­Ôh´ÆšµZ­Á`°²²jѼùýû÷ïß¿cçÎå}œºs‡TF­.³¶±¹Û=ÏÉÍݸacjêN[[ÛÄÄ/òÏœ¹ÿÑ4ß©×!„^¯×ëõ2™LQ^~{Älll¬¬¬î­ÿÖ=ìBeckì[egEe,žvöŽ•›Ê<ÿüó .üýÚïý££«Soe{­øo»Æ…Êzh^€GFú®ƒ†Ž¸uëf¥¿î«SKëÖ­ÒÒÓ…kÖ¬íׯ_õ{’››ûÃ?H)êø‰J¿áÊÙÙÙxoÀÞ}{I¢yóæ¿ž?/b•J½háÂãÇKW1u:Ý¥K—Û´n-„X±"áèÑ£ÕìXQaaãÆmmm ÃÖmÛ¤•!ÁÁYYÙgΜB¨5š’’…B!„Ðjµ¦Ûúûdee_¾|Y±ö뵡!!UäÔÔiÛo¿ýVqð`žV[Þ²eË{ëdÕë®v¡Š±­þYa~,ž÷ÊY<¸Bˆ§žêv³¨hùGµ4}_ÙØZÜëîÝýsssÔjµb÷®ÝUôÐbIƒ†Ž¨º@ugð^}åÕ·ßžÞ¬Y³+>¯~ÜÜܾHL˜»þŸ?jÛ>ümâÄÿÿÁ£—^~噑#BBBŠŠŠž‹³åŸ›“þ«Õj¯víÏýr¶öì£ôÎyþ…¢¢¢F Îî‡qâ¾Â þo¢vpp°··¯W¯^øn'OOÏñãÇWöî~¾¾Rrtt¬…‘ôèõwáÑpáÂÅ€À [·n <˜%Ü'ãÄýgðëÀµR> stream xÚí\çÃÇQªTETU«"K"*hݳÓÙÖ…vØö_kmÕ¶Žjm­¶– Šƒ "Ü».p ‚l $BI°o}ŸpšÆ,BÈ„ßóùÂçá¹çž{ÖÝ}¹»\,,Ì&ˆ„¥j°@@@@@@@@hx().’EóœêAÇ" e6½îJfz8Ò :Ù&‚&¡°°àÇ?t¸û›àqIõNĪ®¬lžÎƒ£«)ˆ‰_4hª6¢´íºÕïRr<$H#fTÿÍÞšö!bÌØÑ?._6uÚ”Ÿ–ÿè>ôµü<^‘ ÐdçŽÇçåñòóóÖ­ÿ•‚Ï/˜ã5ëéó@â$Eº”äÔÕîoš‡¦z×’Ûe×RS,éjÒ™ÍÁFLêÐÚTeɸ=ßø­~DŠ‹@WÛÒIÓŒÛFÙ/êÝ´´zÔù~VzVö}zÎC‹Îb3¨ß.›—Ç%KISh”vaú»S—¯ü1 Ðì¸1”“¬\µ‚8ɽÄ6›UÈ/0ªÊö0éó²²2K´„2FBAA>ñ¿¯œ£ œDº”8 ÉLÖÒɾoÜæk^«Æd¨]@PÌ 6Í9¬¿C´Nê£ï™ÑѦ1-jd?4¦'9 T†G%Å„ôÔäï-45!1ð¾cà=TM!'bUUVÊF³Åý-Z„/Y¼ß¢rݺýúEµlyÈÆF'J¦x@ΦgEˆŒ>uðÐCG¢©ßGbñ ”:‰Î³èðªÅºõ¿^¾répÌÁíÁÛˆ“¬þeå$¿oXGœdé²¥ÄI.^8Ÿ’œÄÉeý §êD)‰¸\ÑG]0!‘…X µ”rj¼¹ƒÔ[I­}XW’ßÈPÑI®øyÇÚämD.a˜F5¦Âº#ž[u+ߺt‘NbŽBÒx»3¤ÿà u$”F´Û"±‘²™3Éof=ú¥—JgÌ8ض-ïaVþìÃ/¿\8mZŒ®šL™¬6‡Éå±óò¹ü|ê·@À/.hâ$õöÞƒŒÔû©ÉI‰e"!•RÈ/ò‹|ê7’â¢B²”äÑârþÜ9¢;vnŸ;oö_¡{T9ÉË—ÍõšóÝÒïIæ}áá7®Ç1rè ú¾S7í8–¢I­2äó°3}óòòµ—ªª*â$$p¹\ꂉÔLˆ‚HmDFH$¿«««5/c]Õߎ¬Å(ë$EÅüC®.¬)S*W­ªÎz`\!û…IýëWï0æ4Ôø­4s¥±„D±(Ùô†:I19æ›?†iˆáûPº‰Üø[¹·n¶±)ž6íˆÝƒÌÌ£¯¼RðÖ[Ç:w~pê$79)¦}»ÂéÓwè «MSä\.ëð‘ƒGb=v„¢¨¸°äQ±Pøè™“4°X¿ ˹~írKÈãärÙ¬ä{‰eBaaAþÃ÷>xõŒºU%EEd)ÉSï@È#'=5åøÑ£D3"÷GPN²ö·5rNòçÆ ”“,üæ³½¼Hæ=»v]½r™þ0«¡ãÞgò¦UÛ/»ÏöSS«©+ŽM\rxØ—fúí=|]»q)//ÿ÷ߟ6$üB¡P‹ñjÎH¤ø‘€ý03ÚÉñ–§'çAfY™¨¬LÈNK¹á>0ÚÙ©ˆË©©­ÑÁ¥AaQ!Ÿìda3dþß¡å¥Lqò’ß!q’BÒÉR’‡ä4äѵ‘g܃tX¾YŸTs݇Òê$äÿPÐPÚ{ÔcÙˆ†\y笡C³_{-ºmÛ;»û#G¦ziî\ò_üµÿ}•äáA3æhçÎÑmÚ<ðôdyfØ0]µ‘: çåsù…ùäXY\RT*|Dý• ËËË('ih±…|b"œÌôÔ¸k—¥$ÝK'áóÉrB‘€Øuõ»î‘ªb²”äQ5 JÇ‚tQffÆ™3§?˜ÿɸ×ߨ¸é]»ƒwìÜ~æÜé½»¥Nòõ7_­ùe51“O>ÿŒÉ”ïEíßëæ ²ºªm)m¿ ¿Ï”?Ïõ?{éÆíÛ·•îkï­>1éûƒƒ?Úéô®Ï† c÷33™Œœ<·Aèí»)??ÿþýûéééiii©©©)u!999))éÞ½{‰‰‰ uáîÝ»wîÜ!õ!¿Y,Y·yî°Z쀹lµ ••—”þöÞº{‡¯ÿf_ÿ-a{‚¯lÞX]UU[[+®WWW5æX²E2‰È,âä²éÙÓRSnÇߊ=»>éDßêâ_’Nô!q’BÒÉR.'—䬻hè#žv§CžzpjkÌÈêc rŒˆa ®ËF4änÌ‘Ãí۳ƌ)>½xÊ”ÔÁƒÚÚÞºpž09³Žté’2hPñäÉ¥3f°Ç;Ò¡ÃÅíAä4§C'Q´p’º³w9ð’z>Ìz@ÎËéi”“¨GÑIÔCmâÎíø£11Ÿ.øbÌ„‰³æÍûå·ß6oÙHüdÓ–ë~ÿí·u¿.^úý׋¾ygÆ»#ÇM˜9Çkó–-×®^!uj¨*Ó„Ó ïçc‰\‹ûûâ…Ó§Nn ޤv´~S7¹Íôu˜¾¹ß´Mïqè49¿¤$'‘ CÙ  ……ÿEÜ£îI’<ò›[8NîóÀ® Ä@˜ÏƒÁÈÉÉ!~BÖŨáHÄŽ(ÜÓ¿Ídņڈì®AFŽìÄ)cc¯;{úf”=ëÖDòûü¹3q±±¤pjÎØI”z…Ö«ãŒ`Öÿbë×IȬ& ‹‘su{БW_=`m}ÀÆæÐˆ—£¢dfRKܸ~ò×£Ûµ#Köèqrýï÷øùy:Ùô•+K?¸¡ŠÀm~Z”,àäçó¸ô5)ÃFÿú›sæ}¸iÓ¦kW.߉¿E„„ÃfQ—ÇÔ¨C§o=|p?-%9áî›×¯_½|éâùógNŸ:uâø±cÇ÷EÅ;~êòßãb¯‘­$ßK$ãÈÍe“´!òŸò®=Á[|6Ö;:²üd­ŒôTìSBv¥C‡£ÔÏ$óá#ÉŠrEi~¦nÜ0sèd’rnݸwaûÍÈöäwüÍÔœ!ªM&vCç§®À‰4”9 1m`úÿÙɽ,&ƒü3®¸”GbŒ’ÏÌ«]äÿBùŠÈ¡“ò©k2ôlÉ%‰0r褻¨ß¬:#"Ke ?$…ôgc¶.{ˆœYR‰KÝK$?Ä%ÈŸ$‘,"ãØ˜Á"å§§¥’bîjÉIò“µ°+i™‰‰ wnÇ7² Y±1Û%(?Ø:›LE2KÉÄ|x?‘š·ìºÉIfŽNö CÜ„Ìm='€Ù9‰Òkæ§aNR à$€“4ÔIøùyzN3r’›×¯è ¤ W÷ %ÅEÔ*„âº×Pj­CJËãR|ú7Mý~·92}éRyÒŒ#41Ô;I ¿oP€ÿ¾½Ý¿%½´Btâ^ÂÝ}a‘¥Ú¡X&0·îe}¸&"ðhÊ᛼£ñùf©ö¶£©ó~ÞwñÚ]Œ&4'ù·.ÔˆÅÙY÷CvßK¸S,($¤§¥„ì ÎÉΪ­­ýW« W&FÁ,ÚxØçpʾ«Üð+ó…4á›?a4 Y9 9ôȰÐ<›_·?<,'‡þo£ƒ´L¥{p?ãÔ±˜ýá{EÔ¾ÐSÇcH5Œ^ݶèýe{¶fn?Ë6kHHCšÆ¸4“égúí2ë>oª¦y6³ ·ZÚ–F:IXàÏfÐ òx$¢õ¥e*Ö*'ûáÑCÑl£¼üqee…Q ›&8zèÀ‘èýÆ­‰n[4ë‡Ý«ƒNýxÂÜ! iãÒL¦Ÿé·Ë¬û¼©N˜æÙÌ&Üêçm‰&gù†:Éÿ½ý}™9Ùüü<!FñºT™Šµ"*ø 3½ ŸgtH5ŽÇ2…šè ¯å»ÿ¯IÒ¦4.Ídú™~»ÌºÏ›ê„ižÍl­&m9u<¦ñNÂbÐuî$,e×I¢ö…ò¸¹ùy\£CªA*c 5ѯÜýÏ?ÿ<1ÿ@Ҕƥ™L?Óo—Y÷yS0ͳ™M¸ÕT[ä$ªüA½“8LßÜgÊ&9„+ê$ûÃ÷æñ8&‚IU¦ñ|öóî'µµµ55æiHS—f2ýÌ¢]fÝçMuÂ4Ïf6áV“¶4ÈIþQ²NBtâe¡ß´Í?íºµ"äöª[«÷Ü ˜éSZVñŠ ÆIx¶‰`R•i<_þ²ç ‘’±¹CҔƥ™L?³h—Y÷yS0ͳ™M¸Õs’eÁ7§¬>=aIÌЯö/ ºæú¾–NÂÍe™&U™Æ³ð×=555bqµdÐ>ž£>WÌÐxÖ¬Y-“­4²4Ò¦4.Ídú™E»ÌºÏ›ê„ižÍl­n“¨ñ‡zäûí×%N²Tâ$‹·^ÑÚIrÙLÁ¤*Óx¾û]â$Õ Œ{µžƒn7AҔƥ™L?³h—Y÷yS0ͳ™M¸Õ r¥Ê:‰ª‡$‰“|GœdüÒ#ÄIú^ryÏû‘¨\ÕcŠjœ„Íb(åaò_-,,†o¹¤*áûï¿“Æ]\\ÔäÔU•¹ºnÂ`'G'ggÇ~®¯½és*±‘Ò9d(—mØCŒ¤ª²R’Y.¥({W[Ï{Åe$ô^ŸÑk.‘ˆ¨0~þDAî\Fí¾Ã£r>.NúzÚð~.ni¦­ˆ—+Šž2Zr)†F4x”l†Gì³S=ú»º¹:~!·DºÊ‰ß>1tP¯nýWÌR¬-4Di“]êBŸÞ. }ϛڈèjú‘fÚ:®’þù«KGéX7rÂËî;Fi—Ëó07üFƒ&¶ÒDÖ-áÐïCû÷qvqqê׿šó ª›Ñ'ŒžŽWJ+ŠsR‡Gæzçûй *°ñg ]¡fTÛjÇ>Î÷œH0XÝ?‚:ÉðO¶ó‹EZ;É×[cëœDrä‹-µv’®”S‹\ú}<·­ý\U¤j–6¥•I8´¸}×ŦP&ž[¾íª7ª”öÃò{Äbâ$rPÂ@1jr•˜´ýýnã~ÍØ÷©m¡¨B’0ÜÞçf.‰f†¶µ÷¢²mÝmâŸg©x>½˜*M¶d¹ˆlüOZ§ÙáÉ$’¶oV'ÚzéÒϤ?m«µíÅÚHCÔ4ùþЖ­»›Úˆèjú‘fÎëÚádÚ}ÏN?Ù±«—®æ¼n÷-Ú¥u%5\—þ0[»ºl×:àJ²$NO?w:Ñèh Ç+õU\ªÃÎiÌüÑM¦ŠÁŽÛš´úÎÁÅ/u|S­ Eév5q’›/¼ñmĸ/v•Ë5t’ç’¥±qœ±å+¿«“~æ$ŸüyÎm–Ÿté”Å{KE: 3'[Y#Û[‡ßËx»ãK¾wR©Äìôsóßòªƒ“‹³ã›‹Žïš4´Î¸y’¥$Ne»gßû8:õï;註iT"Yºì}AzØ÷Y|UéF•Væ«6ß]HPLWµ•½Kg ¢¹õìÚï»]×B–½ï9h@·Î½ïŽÕ0ÕóÜÝiÈ¿hÎÃ}ÎÜUSùÌ[!£úwst¥½ýU ´í²ü¼9¤ºªª¢¼\’Y1‘°al7›6¯^à•PvneI{컾ò,ÑÊ2û‘HUiÒ¸ÒD².»´Lò&Rf «ŽÒ¥‚²Çuq‘…EK¥# Ql´É)ý[·®¦÷"—LíÞ½¯««ó°iaTJVÊñY£h\]ú9xzŸR×ɪ†Cý *-_±šL?²­¿×{ ûã<‰_Þ4lè†óÒ†ËFZÙ}çìòN S9ÓâVÛtý€*sû—o tíß½ÿ¨Ð[©úh—†;”šÙ®j¿|Ûæú¦ÏßÚÕÍÖÊòHR†\¢ÜÁGÕ„QU%ƒMUÇ+U3Yq”5Ï©t*ÊÍ.Ù¥z?JGää"×EǨ¥7oÓé}¹ÚJ§Šæg íFS±(¹^jP«Ù)-ZiÞ ÷eiQöºAMœÄaÚ¦~S%þ0í»½E%¥²¯_“u’š±ì¢-aW^û$ø³Í—ø^»áq’ K'y뇘6œÿǹI‹ÂG}¶#_,÷J75N ?T$ùïÅ/¿²€DÎüèÖÿÃTâú¡]F­§âI×SÉoÒé*ÒøJÛ©[ϓȥ­S:ºü(]:w»$1åïßZ·©t£J+Ó®e‹¤YŠéª¶2gë)ÉV.­µ´ê8'H’!ùÂ/­ÛÖ0Ãý[ñT$åòÖ¶]f©©<©À»AIäò¶i²ý åWïquuey¹$³bby){j÷nííþÊȧR:ZµxX"’ËF¼‚þè…DK ‹òºHEY¡´dÙMH㔓ÔmKâ$jrÊA¢Ø:j—qvêÓªe›ï£oªé½V-.¥g’HæíT*eÝο»-ÉvÅ·M§éj:YÕp¨D¥å+VC“éG¶••ÓÁ~‰ÔÍöDJ†t¬e#ZÔGºzVêñ/H(™äÁ“^™´ý2µT:»:º,×G»ÈðQ\¬[]Õ¥f¶«j×»çS·Ýó‡Yµé:æ?ý¾-5+KÍÁGq¨ª’Á&Œªã•ª™¬8ÊšçT:å"²q=ÍŸ¡·ªÚ…ï'ì²n?š^·ôÀì>žëÎÊUR:U4?kh½»)-Ji“Õ´šŠ\ þ¨m—÷5o…†û²lQºÁzÄù=oN¾àQ©âqù㊊r)²N"‹e–zŸþÙ®6^œ¾æL“H®“ ûßþ÷VŸ˜øí¾¡mcó åV‘–©ÔId¦+4®ûˆ-gI$5~Oë¶®©’ÄŽV–WSRd³‘¶(ÆI¶)©$’™r­…U{éÒ{éiuñòÿ¸Ò*­ ÙÇ殮)¦×³•Œ¤ã-5Ìp=â· ®ýœˆ «©¼ldûAÊz¿±ä:Éc9ê.\È'†}ä8ì‡Ó¹qÚw›Â.‘Ÿaöoú\¡–¦]K¤"£»Müã çe ÈÖi<I?¸@Zr'+K¦ärÊ ›Ûàf7'"…DR÷Íîäö»be”VŒ@¢Ø:i“¯†}ýò+¨é½Ott}}ö¯›·ßªë.‚•%É@ѹsW5\Ïp¨D¥å+VC“éG5syÿOýÑ¡ÿ² —hQÙ9³e¸ý{áW2’ÎunÓ#®®zd©tv‘¯žÚ¥É¥f¶«jW|jZcêFˆ;±ïŸ¿›äjÛ}Ìi>Цž©¥ÿ £êx¥j&+޲æ9•NE5Gf½ÎU#òyw›¥â¤'º´ms(!I®’Ò©¢ùYCëÝMiQJ›¬¦ÕuÅö§ ;è\¼æ­Ðp_–-J·#X¯“8½»%Ÿ/(\¦”œ¤ºJn©H$š·rÿ¨/B>øãÂÔÕ§',“8ÉÔ•Ç&|9ÈkëCOM™Jä~FšÉ×ì[·êÔ­;l¬,?މ%é¤Ã¯$'Ëæ$mQŒ“lדSêʹJÆEMN9”Væ³î6‹ÏÜPLoÐV¤ñz3 ²iõÇá«T'¨_K¦×”¶hãVɽű ™¥7eÜ$)Y1‹l?+I–žZâáøÁ_$Ršcþëƒ\ݸ8¾ýi(µ®°0á«ÉCû8¹¤ ˜¾òI¹½¼·^ƒ<‡Ï[}˜”LeÛÿå„^N4Ï±Ôæ¨Ä"Ɖ)¤<×þžSÏ2 ¥•‘­˜ÒÉC¢Øºÿšœv×ÂÒZMïe¦ÝÙ¼å‹÷<Û÷M¥´·jq9)YeZ ‡l\iùŠÕÐdúQe^Ùóf›žmÞÞó·Ò¹¤]}dsÞ9û}û¾ßžÛðZ¯©;¥K¥³‹ÇôÔ.Íw(¥³½ÞviW7)i÷N·hi#­€&ͧ–ž&Œªã•ª™¬8ÊšçT3 ³_hÒÏç½Gö|3øÖÑ:ôÿAM%5?ž7~wSZ”NZ­ªîËú›¨š8 ¯@PV&RЬ“TUU)f—¼¹pϨ¯þšóû¹‰Ë޾ýcÌ„Eçø§f±Õ—©ÔI2ÓS帼ë [ÇÒ?/øîâñ'‰üêÙeä!Tâ­KwÈo[+ËØ¤d*…´‹Šüàh;Å÷$‰œõyÇÖq‰ÜR¹¸,J+öeûW^ßÿ÷ígÛ=õ×¾çºi¼Þ ÝZ· »~—Dþ2AýZ?:ÚN÷?M"çü¦(m‘w r'1;HC['mò­ã+­;ŒUÙ{i Ç®I¦JjÂqK+;*ÛªÆ¬Š â碎éd8dãJÊWV M¦UfzÒÕXW7Õ«¡M}^ÜwÓìÚ~¹ÕWoKוÎ.[Ç¥zj—,êw(¥³½žqÔ¶nÞ{ŽdÔEnþ¹u»T¢âÁGó®6ä„Qu¼R5“GYóœj¦¢Ò#³^窾MM8Ù¾MïµßÞsQÍŽ£ùñ\»ÝMiN¹}°ñ­VÕ öå‹Òíjæ$…"‘P)/:I¥Ò<¹<þkóƒFý/tÆê“㾉t›í7-GUÒ2•:IFZŠKú´s÷éŸ)wOØ´j>á^Ê£óÆìÙ×ÁÙ©ÿëÿ;HùÏ}­{_'7ÚP'í¢ò'^Ý5Á­wG‡Wiö^»M%J—ÊÅeQZÂém+FÓú988:öïë2t⟯5t+Òx½ެ™Ý½S×& ~­„ËÛ‡÷³wp0ño¥-Úºý/‰“”‰êEñMzš¬e0HC['™Æu¡w÷Õá—Uõ^zòõ4'Gg§~½^³"’Ê–ðý‘.½É€:ô;s“N†C6®X¾Òjh2ýGV±ZÔGnß!œúuÐË=>–]×wþøÎ}»ö{mçåx´Ký¥t¶«G­ëæ5ɳwŸ~NN½=ÝwåÙQHáà£yWr¨:^©šÉŠ£¬yN5SQé‘Y·óÇéypq¢¾Ÿ×Ñ:YZu޽—¤fÇÑüx®Ýî¦4§Ü>¨Å^£a+4Ù—åŠÒíÖë$Ž3¶póùBa©Rd¤²²RU¶LzîÀ9þów¹Îô‹MÈR•M¶L¥NB*f"˜TeOP°ÄI—•™;¤!Mi\Lsúý6¬Ë[Ag¥’£DsØ­Ìz—o|åu8Ê#“mµÑGY'é3e‡—_ú¨D)/8IE¹ªl„[÷²ÜfùžKS“G¶L¥N’–’$‡Ò//V̦s+c¡" 2gçn‰“”‰Dæiˆ‰Ì™~ºmlâõ].N¯¾ê9÷nÒ ›6d»L¼ÏÍeÂ4³ØkÌzŒô=¸šô€Ñ;G'QšAЬ“T”—«ÏÌåå«Ï [¦R'IM¾g"˜TeÏ_!Ôu‘¹CҔƥ™L?³h—Y÷yS0ͳ™M¸Õ¾Ÿ¤¤¸H²NR^þXMNÍQå$·¾\ œ4IܽûÿYY=µ°@SâßV­þéÕ«fÚ´òíAªœ¤¨H ~A~P€?3'» G"|~¾ªœš#-SÖFHÝH%1X@3œ÷)3Qü¾A!_‘ÌŒ´ýûÂÙŒ~A^DØÞôô4¥Ù„´L©Tù%†h†Pú½À…ü)ù<^ZJò_{vÝK¼›Ïã¦$%†ì &‰d‘lNÍ‘+B€âyóDò;þ¾Aþ‘á¡wâoä2ÄJŠ‹øùy·oÝØöY$ÍÖ äʤnÙ(©Þ§Ÿ>‰yÊf?­©yŠ ÓОqÅ " ˜e çtrf‰yòÑGЧþÈI•~ŠŠúBafN6›IÏãqˆHo² x6»n©_R¬X¦Ü3$ÌÑ£H…›Àyª(NH½;CVJÚµSõºƒ}{÷¹‹$b/¯ýá{›ÆÿòP…HXÊãæJ.DÈh€ª°ë"Wß'©™6M¶2Âä$8 ÐÈãqŽûlÑÄI‚/pô qÙ7b//êip 98‰ä¤¯“ì8ÏÑ7ÄIþmÕJZ“Ça¡pN"‚Îæêâ$r7nà$œD.l;ÃÖ7rNò¨ NÀIäBÀi–¾‘w’çßÁ'à$TØzŠeà$œD“ød;‰\Cܾ®ïþ\µr%A±¦3â¦V@C'ñ=Á0zr’ÐнÇns Ƨ6 'é$>ÇCONÂf1)¸üG)}HR\¿ˆ&K×ëfaa¹öR‰‹Jè¿/˜újçv-[¶îé<â÷ˆ»T Ââû«ç¿ÕÃÖÆÒê¥>n#OëŠqiPÌPÊOüæÝ‘v6­[ÛØ|÷›$~‰lž°s{´·nk×ç§ýéªÚ±|v×—[·ïêºö`⟽ѱm«öÝ\Öx ¾|AÎñ‰.][µéøî²õQÕjÀäC †aîÝøNéETäëߦ’”!‹R9ÿšÚ›ü9âÃï¶lÙôÅ[¯X´hµíAIßõfO’ÞóÿíÚ³kí7ï©w’Ðн²Wf3Ž!d1üÛM›¾N"ÝÇÈæqöú9pݱî0NU[œç,Ü0¯.ڂĨü¶¯«/ÿO÷N’ôE7}3L¶>ªZ ˜ “l8˜e0ôä$'Oœ ¸šÊ“\ú¤ê`MÒÛ÷ù/R9í[YÊ5Üscr$ñÏö¥Ižö|ÄÚôÍL‡n,-Z´í`ï1vª_¬Äp„Eé+>|½[‡6-,[÷rA›õS_»¶­lºLÿ6PN!ίžÙÙ¦IiÛyŽÒg\ÎѱM«VmlGÌX(÷ŒkãDUù…Ù1ãì­¬;¼ýÍΞqUÑj@TUU’³69}kí$$¬ÝŸaê$¡!6›äÁ(¦OùcQuu9}7ÆIHø%"Cß4ÔIHþ\Sé˜ OžÔ*}´AN"yLb_º^ÑÎI0¾@ss~OÓpN¢¡“<Õg€“p8 ÌÈIôª%pN‚ë$€“ÀI8‰æNòTÏNÀIêu’§úpN¢ÞIž$ÀI8 œp8 0DÂRŸÏËÍå0Ù;ŸË-H"zŒî$O à$Àè r²é§O ðó^»z!ÐÏûìé“\v.¾à$p`0!ÉHIóݲ1<4„ÍbÖÔ“¶wŸÏ&^QþXÕºdOé>Î_öO½VUßåœNŒxˆ™Ãð󎋽ª89ã®]ÙP]U¥FÆÙ¾ä—Êm3”>ÂIp8 ²ø…Ï‰ŽŠ$󭪪ê矦Õ!’ĨÈ} wã«*+TIBæÁ¹]sãÔ”!.\ú{N=ËäK—†.™á9xàÔÝÉ$³ÆËsð W»;­ŠÎ8¼öÃCÝ{Ø÷]y0“Êœô¹§Çwš›£Û˜Ýñl8 N'M'7p«o.›Eæñeu¡G] ’D6› ®®VyáBTâÕÃfÙ5†¬3l ÙÍ M$‘ä°™v´uÒÌ^á‰Òøü°xIR|,­:}!IçÞó¶¶He(¢3ží­©a6]?†“à$pдá0ÙkW¯¨©©!ómРAKêå$äO’(‹W-_ö¤¶VÍÍæÕ%/÷˜W*úÏ:YY2K$ŸÙ•Ð[XÙJ3ç>¿kCâ|a]\Tôb¼%•qaÛ;#Ý]Ýh4šE‹Öp@³u’§ p`L'a½à$=d Nòä‰ú<~píèu0£^'QúdˆÒø°v­ƒ¯ÓëJÈ‘&ÂIp8 hªäs¹²÷ndäÙ½sçŽm55bõN’—êó’í8éŸëÝìæ„'I Ÿeç¶N 'éiÝò»Db·N“š­“<5l€“#R"\ºx>:*Bõ3®á‰ w««*ëý Œÿ¸îÿ=ãšsbòW7W©g|-œä¦ÿ‚^ö½ 2{e4œ'“€&O™HÈãpý}â®]Qœœ±W/o¬Uñ0 8 œè2ßtz€¿OhÈn&#‡zg‰ì Ù¸ÕW$Vªþ °Ò€.Éeç’Ùˆþ8 œFH2RÒ|·l  a³˜Ôw𱘌°½{ü|61èôŠòǪÖÕÉ7î­Z¹R‡Í¡Ñh ]ß0e'Á÷Ý€æsˆ™Ãð󎋽ª89ã®]ÙP]U¥×³¹æ…”>ê£à$“u’§† p`Dü‹çÎDGEªšŸQ‘ûîÆW©øv`éÙœDŽ®ýp¸§{¯n?E¥ËeK úÜÓcˆ;ÍÍÑmÌîx¶ì¢èɣȺ4Í}ðHògIÞõ& qwèè?,^²¡K«NŸDHÒ¹÷¼­m'jR%¥5“à$p`t8LöÚÕ+jjjTÍO±X¼jù²'µµõ: _HÝXydaÑR.ã¶wFº;»ºÑh4‹­Õ8IçV–´çÁ¾ë+Ò ¹ÏïÚü·!QÑ‹ñ–šTIiMà$t’§Æp`L'aiæ$OžÔë$jÏÖ®uðuºäñ•’Å¥²)­ZÜ/z¤&C½qõURZ8 N'F'ŸË­çÞ ‹¹sǶšqcœ¤§uËsìB‰Ý:Eq©•eNñ³¡xµÓûÒ³g?®ÞÕ¹“(­ œ'“£S"\ºx>:*Bõ3®á‰ w««*ã$7ýô²ï=hðÙ+£—F~1¾—ÍÃs ‰?Ê»1’{?W·.Žo}ºWçN¢´&pœNŒN™HÈãpý}â®]Qœœ±W/o¬Uñ0 <ã ':„Ì7àï²›ÉȡޙF"{Cvnõ‰„•*>¬d?†±ÀIà$ ™SQþ¸²¢âzܵAԻ僷Þ¼'‹õ*$'Á;ÓP¤ª²B\]][[SK~jĪž!`0'Á»å`"N‚ïàœNÀIà$€“ÀI8 œp8 '“À4ï'Í ‘°TÀçórs9L6‡ÅÎçr‹’ˆž8 œŒâ"AN6ýô‰c~ÞÔ»åý¼Ïž>Éeç’Ùˆþ8 œFH2RÒ|·l  a³˜Ôw𱘌°½{ü|61èôŠòǪÖ%; íyðñ‰†[Ôîëö”®¥yQøŽ?œNLü– 3‡àç{UqrÆ]»²#( ºªÊv'ÀIà$ 9#à^dÆÒ}Òm)MÔ|u€“ÀI€ ÂãänõÍe³TÍO6› ®®®÷ÞÍÈw¤‰óÃâ%…§øXZuú$"‘Ĺ÷¼­m'J3xE$“Hʾ9v´õT¢ßkö[b%;/5¤m—¹TâšÝÜç9¥R¡4QóÕÀ¼œŸÍ“½võŠššUóS,¯Z¾ìImmƒ®“ð…BI\Tôb¼¥4³Dò‰QI‘*±s+K©ÞØw}…Jìde)Í)Ý–ÒDÍW8 œ˜¢“°4s’'O´{ÆCi\©“t´jq¿è‘\Qš;‰æ«€Ù9‰Á´NŒH>—[ϽsçŽm55bÝ:‰WdŠä–JÄ\;·g÷n¼‡Ú¿é}‰Š§\½ûìæ‹›4ç÷n”%j¾:ÀIà$À).]<¡ú×ðÄ„»ÕU•õ>Oâ>x¤æN¾xÊÎ=œÇIŸq}”wcþ$÷~®n\ßút¯ô!ÕñÎ=\܇Lý.\öWÅDÍWstÃh œ‘2‘ÇáúûÄ]»¢89c¯^ÞX«âap8 Ð!d¾1èôŸÐÝLFõÎ4Ù²+p«¯H$¬TýA`Å€þ=9‰´NŒNEùãÊŠŠëq×vPï–ÞxóFœX,V%$à$p 'ª*+ÄÕÕµµ5µä§F¬êp8 '“N'ð¹8 Œë$xgŒå$O à$œDÎIž#ÀI8‰¬“<5R€“p’ÿ0^€“S@$,ðù¼Ü\“Ía±ó¹Üb€$¢gN'£¸H“M?}âX€Ÿ7õnù@?ï³§OrÙ¹d6¢÷nà$À0B’‘’æ»ecxh›Å¤¾ƒÅd„íÝã糉A§W”?Vµ.Ùqèî>ÐmàÈüKÓi4Zƒê`€/ï[µr¥ÁÖ<ã €·l˜9Œ?ï¸Ø«Š“3îÚ•AÕUUõºD 7é«Á¦m»§]5 à$Úmßt 0–“ài ¹!à^ ÔÉÊòyiôV¶š;‰š:ÀI&è$xž4}'aiæ$OžÔï&˧m—äÒË„—bö.ûx´­ÓçšøÀ°v­ƒ¯Ó©¥ÒD^ʯÖ¤ë7ç˜\”:‰¥……èÙÖó5w’z×8 œè|.·ž{7,æÎÛjjÄêäQ^Ê×§Ý{!]$¸#¹eSZ˜`ÙªË÷M"S$÷M"æÚ¹Éß7éiÝò»Db·N‘õ¹]^~­}ëô|¹ ¬w³›ž$)-|–Û³{7m­R9$’zàsi!vV–9Å¥jêPïZ`,'Áçn@s D ¸tñ|tT„êg\ÃîVWUªrÉ# ’ÏXê{TÎUÊJ9=hn:÷í¿`óé¢ðÅS† tîᓴ¦ۇÒE½¬[’”5ÛvED]¢RœÛX‘”ï}‚7-.û°¨ÒGWßÁš¤,ܱßïÛ¡Š«X¼ió·#HÄŽ¶^ý³©ªâ£»É–ÓmL•¾f'›.Íþî«’lcçíÙ±uãï˜(·]ªÓPÇc1GF‘Ó·šw¦™©“œ:~”þ0‹›Ë*)). 3|í5Ź·½µ•eËÖ/» Ÿº?™#]t~õÌÎ6­HÓÚvžC¥¤„.ëgצåK¶ï|³}l`¨qÅÕ3£~êk×¶•M—éß*zEø’©¶ÖVöNãŽfhç$¥üÄ…3FtlÓªUÛ3&ñK¨ôÂì˜ñNöVÖÞþf§l~Ñ#Ö¦of:të`iÑ¢m{±Sýb™xÆ€©ªª$gmrúnzNÂa³ISî|>xö’Ç¢êê*rúnŒ“FKê$$.‹©ô œ0Až<©%§ï¦ê$_ ù8‰iÞ»“ÍÊIŒòÎ48 '1îwðÁI8‰œ“<5l€“p8 à$pN¢ÊIž<ÀI8 œp8 '“N'&BqQ!Ùêp8 Ð+d_8{úĪåËT±zågÏœü÷ßÑW'“½: ±±X¬j~Š««IU³‘qÁo„³ÃÍÕÑùƒ?oS‰«V®Ô¼ ÊÜd7D£Ñ¨Hè“z; :öÌœNŒî$«–/S?E© JW×Ázo*WòãoæR‰d?Òp륄šgn$J7ÔÆ²¯Tˆi0M'Á;ÓœDs'éhey™#M‰ž<ŠìD4Í}ðHògJÐçžCÜinŽncvdz¥zºd†çàÝd3Ëjƒ4N"K¦{¸»ôt™p4»@Ñ4Ž®ýp¸§{¯n?E¥S‰Æ©)C\¸ô÷œz–ÉW¬Uø¬aƒ©Ä·—ÆÆ¯ó°ø2µz~榗{,ÀÜÀIà$ÀŒœäÐ×£­Úö˜4Íë·­‘ùÏ/8ȪEñlC©a6]?–fð OT̬ÊI¼"’%z³oŽm½¢“|yDxÉ~Ö¶ã©Ä 4»Y¡’ò“ÃfÚÑÖ©/œŠ<*¸Ñ±½;_(iBÔäÞïD¦anLÁIð½ÀN¢¡“rî\ö^;e]Ï7üÏþŒ ÛÞéîìêF£Ñ,Z´–fÈ}$ÔÜI˜%¥$"*ɱ´ê¤è$”H<.{daÑ’Jìdeù|z +[Mœ„2¾Ç‡ç iö6½sêVSpCj œ˜µ“<{2DÜ¢e;Åý°v­ƒ¯Ó)£Pj²qK Q]¤L˜¯¹“(Ƶs^ʯÖ¤ë7ç&N'æå${OÜ*«‹äÞðµ¶H%ÚYYæ?»ÎÐÓºå9v!‰Än¢Ôd3O´µH•¼ %õÀç/Ü»‰L‘Ü»‰˜kç¶^'Yïf7'&N'æå$_NÓÏÑ…Fsíç6&ðï*1ò‹ñ½œhžcHü¦ÿ‚^ö½ 2{e´RÍœy`¹C·^ƒ<‡{­>$›9|ñ”!{8SúŒ«b\sbòW7W©g|Å ©r’¤Àáí{/¬ÀIà$À|ïÝèƒ}X˜°m\÷÷d`VðŒ+œÅI$ïL«®Vóδ5«~R:-”3u’bîéAû;ŒùJ ĬÀIà$À8NröÌIbªÞ-O;{ï–8 œèâê§(É W££ÀðN‚w¦N'à$pày8 '“ÀïL€‰8‰Á´NÀIÔ;‰aÌ„r’GUWUJ#p`Š‹y\²GÐ7—K‹…e"¡^DߊB9 ñÊI¨œ~A^fZÚùÓ'ˆ<@;ÈQôü™“÷ÓÓÊËË é$:WÜ»1 †üf7Ó¤¤Xð0+óä±#÷3Óó¸œ|€vð8¹™i©§Ž)ÈãUWWËIäÌD WiV÷nôúem ­€Ñ+c\òó¸Ξzø SQ‰Ð-Jw:t‹º¢ÝüÔº(=ûâ¹Óÿüó'Q<ûèÜIsEÅ”ïÝèöÄ­ èuëõ3r¼†Ö™ÇÍ=| 2ËiÏfx¾S?oÍ¥žÍüÔ©Ãæ£“õÑiZ”Y\$ ÇU¥_ZªÊIƒaœD•¥˜ò½ž£5?õëVt>j¦páH'õ$f~(*"ŸÇ5ð®­Ûã@3<k1iõ´E×Ó|G­¡­Ð«7¾{›ƒÛèoN’ãªÒÓ7å$&tuïFççMž—õچߢÁôLßMÓ‰“è£oMíCÍ‹•Ë ƒž¾;¶‘l° `ÑÒIQšFVÉôÒ`½× Dë{7êOmŒ ~#œÐh®ŽÎüy›J\µr¥aþ]âæüÅ%‹¦4¿ÁÔxç1X£Œk#õVF‡Í1ÌéUçýo:Ê'W¦iv—^ï%éÖÙ ³ß~:éI`L¡÷ê$ærjÓîÞ&'µq¬÷¦r%+ ùñ7s5üȉ®®p’Z ˜Þþe¬¨žTÊþe6ýnÔù H‹¢Laܵ¸Ž§Ãédħ¦ 6ÙT9‰yí; ºw£y±­,/s²«GOEÒi4šûà‘äÏ” Ï==†¸ÓÜÝÆìŽgë°ßÌnš™˜¯MaMa šÌ¶Œ2]õú(ˆÑ5[•“˜ã´×ðÞMC‹µjÛcÒ4¯ß¶Fæ— å®“àPƒÐ Ï,P)×<Þ/3|Ó¤ Œ”*'Ñ®Ì`ïµSÙõ|ÃOÖI°S ˜‹·@Ët(Z¥‚ä-Ûáò‚Ùi º¢©J:Á”ÃÿjÑeî endstream endobj 608 0 obj << /Type /XObject /Subtype /Image /Width 732 /Height 238 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 45742 /Filter /FlateDecode >> stream xÚì]`Õ72»ËÞж´ Ùi˜‚,- m¡M!I©‚Š‚þEAÀLQÜE¥‚ "‚ A©¢”!{/ÃÑþ¿I.éeu0âûÁ×$—»7¾÷ûÆ{w¹C¨† Ü@×2¼YLò¤TIrÌî}A؇`ʼn*¦ÖY–Ên笲reYIr¬n VÛÄù‚p4Åâu€/×ë†ûÞ}%M?tÅ$ÉjT‡Ç! ÁRÙÅbyfYyÅ…J*Ê2káºk«ÓºŽš¶¥šð‰e°‰ó ©PË䪖ã:×@—¿©uÐôïðÜT]™ƒ»/D5‚bV¯l_#w ‚/X*³,f¨½>U¹Qya]u׊p„pÆÈ+3bŽç†»öŽGЖڹƒ¬²íŒ ¼˜Íù‚óeI!6üsˆ@µŒG÷Â6­‘å~VØ-°Cïñöc|âšuÅ¢ÚjžO ožÎˆŽ(«é¬²gV{Ôè1rfø6ˆ×¨\,ÎT(€ÚUÞàI/’Ž{OŒ¼jÙ1ª¶—ï—ªÍZ½:ËÛñøW³õs rµ%SžEø¸Ð („'áb6§ÀŠ,¹ˆòEr˜¤²ó•BÕœG¹PÁ4°_¿2ÞßpÕÜWgùŒ7 °ÜÏþÕªa7·T?n×ßXºO¸Òè››wáá;§éŠ ç=äÙε›©©>­]w¡²*.¬ëׯµ9ÒË…ªp wYVjªø¤“§¯ZfŒ|÷øtOÒÏp™ÛÀ©¶â;ÜÇ“åS“0†‹©ß]°;Ïò_B,ÍäYÕÜ«ŽÝ®ï=úË”»‡ŽkŽwìá«PdUT T˧vNY\U|E™òpœ¦—1VøŽ÷…²$Ò§¿üþ¾&Ïonå¼Û­ }uî5}ã"‡+ Ð@à.ÜÆëv¼.áa;× aÎÌÀÇY\¨ F¯â¤g5ì s®áÏ+~ºê¶Ž ï½HÅ…J¿*cÚYý{¶ñ.Ç6M{ÄÆ»Š+'¿qÙ¿xòíc˪ºXáí£Ý#%p—¾ÖçÒ<ëàÜ9)g×|ã¸æ²j~ú&9ªÛ7éð„2wCª‘ˆk€ÛC‡é¶«kxtYy€aà8—$ÕL5‡ç)§š“w9UÕÍ߯*Ü.Þe`.M{Ÿ(äI8ø¨Äæ†ÞH?P)n|•n6Tpì÷ ;b㤾¿bSK¢ýd!¢ÎÁ¹<î™IWOÎ)êZ8ò9)o×®|!M˜ƒ†6Œ‚ùîi×:1¾ÂWñn-TBÇòÊZp›éÄþ Á9Wæaý9¼ªÚ5F@>ïUΩ»4í? .îs¹aU]¢R4zÕ´¿nË%„ÙòºÐ­Ñ+íöÊ<Øt¥ƒÜ“s`a™O$äŒVÜ„Ö;öp×£K3.¬Ëu·XÈíÔòÚŽ[()M(Ä­©BVTy0M3û >¨¸PuUÃe¹žùFfÚ [ ãæ6.ƵÏm¼X‚±ÜÆ‹%Ëm|ƒŒÈå6>;‰¹¹¹ç’aqŸ¼ÁˆPnËðIwŒÈä6ÑþݘÚÉmüÓŒHå6^$ÁÀ~ãÚâ6¾ #B¹¯ĈXncÇ©ÜÆ·àƈXncrcD,·1¹1"–Ûx>‰±ÜÆ'p0"–Ûx­#B¹âFïÇúÀˆL¿ýöÛx.‰qíp¯bD(·1µ1"”Ûx‘#b¹·1"”Ûx"‰¡ÜÆ) FÄrÿ¨ #R¹Óm Ìm ŒkŒÛøn€‘Ém¼L‚¡ÜÆË$‘Êmì¶1"”ÛØmcD,·ñê6öÛ8߯À¸¸ Žû<&7F$rÉ3Ë*.`vcD ·‘<)«¬â"VFäqòƒwaÏܯה`D.·ñb F„rÿÐ#Róm|þ#B¹3Œå6ÎH0"”Û8#ÁˆTnãŒ#B¹3Œå6¦6F„r'Û‘ÊmœlcD(·±ÛƈXnã_Kb`nc`àœÏ%10êÛØqcD*·ñ¹Œˆå6&7FÄr§ÜËmü;`ŒÈå6^ãÆÀÜÆÀÀÜÆÀÀù6F}q¯“`D(·ñ™IŒˆå6¾#R¹§’˜Û8'ÁÀÀsI Œzã6^ĈXncÇ©ÜÆŽ#b¹7F¤r;nŒˆå6vÜ‘Êmì¸1"–Ûø2WŒÈå6>7‰ý6η10®8·ñ: F„r›P`·yÜ&Bž”…qÜ–'¥¦f•U`jcD·å™eååpB‚i€9äùJÖFÄq»ý»ÛË±ãÆˆÄœDé6›p_ÄÊÀˆ°¹$Á@Það.ì¹1"ŒÛø”;æ6ƵÈm|9 F„r_N‚©ÜÆn#B¹Ý6FÄrÿè#B¹SŒå6NI0"–ÛøÅ‘ÊmœncD,·ñIIŒÈä6žJbD(·ñT#b¹§’‘Êm<•ÄÀÜÆÀÀ9 žKb`Ô·ñ FÄrŸ»ÁÀÜÆÀÀ9 žKb`Ô·ñ F¤rŸ»ÁÀÜÆÀ¸Æ¸—I0"“Ûx™#B¹—I00·10pN‚q•Ì%ñ: F„r'%Êm$ÏÄONňLnãŒ#b¹3nŒˆå6θ1"”Û8)ÁˆXnãKJ0"—Û8áÆˆPnãŸ'`D*·ñd#B¹'“Ëm<™ÄˆÔœs#2¹-o×ç$Èmyæ¢Ñøj)Œä6‘´úì~LmŒHävjy%NH0"‘Ûxý#B¹ÏÛ`D,·ñùvŒHå6¾N sssÏ%10Âå6^ĈPnãs7Ëmì¸1"•ÛøžiËmœ•`D,·ñ¯n00·10pN‚qp/”`D,·ñYwŒå6NI0"”Û8%ÁˆXnã‹¥0°ßÆÀÀù6ÆÕÀm"éÝ*+ñMJ0"ŽÛH–”UV^^^qµFM¹yRjjª‹à ›ê™ãaQeå…ýpP I¥WDM—©ÚPºçµr߀ÀØ}¡‚wâ•õÓi(Ÿ7"Á¾âeÀ®e£Ë\A¥¦-ªåÀû=¸ÎùTéF˜Ç1*uÅÞz!–_ÏSqB>_iÄhåfЇÛ‚g•m/ËJcx­ÎwZlÖeñFäNqcb¶—e¥&Å%ñA%”Uÿ¶R0ðáñ«ÒgøÄ b±¡`y`¶Tg?§§T>öŠ´´v¦Ì ?Ï“å ùua¥~¨ÄõÏMѽÖe¹TÀ4U㾓äœwïW~rÁÕ”µ®Ú±+Ê2åœ1£À§Ð˜„]–M!+¨[T)Þšê!Á­N3AuîáW9ß>×ðù ž‹PPìÅXRYém9>Mð4T VúóÐî^r€Ñ¯&¶¥•!›°?§TéùÌ Oµß¯¸<Üò]»ðÞJ ÄÚ…†J\ÿ8Òø9°"KáN?@ H ð=ïÄÝû‰—çb’8µ3ÙNgúZZeÅàrÞˆ˜d‡S`L<ý¸†í "hW­@¼>˲¼¬»²Ò£¾BoÏXÍÉóÖï&˜`øC­¬ªF(y‡Á•"YŠW¼f›Ç¥{>M¨>‚‚Ñ—¥Í÷Òí/+õªƒ5q¿1Ó7Dp#â•W¸GÁÛhÄb÷C¡¨þ“JO@b]sµFº+ré™'8£*ﬞ¥¦¦ú!¶pø2ó¯ aœ…T³ aHõ&Cä·}ì0y,ϳ=“·oaÊ篹.qéžw\ã^ùc*!ÖÍ$æ™-PUÖ¢,?@hÅÂNriV™'D¸*p;m^üç]ãå6àJ—-POVÅ¿œ—'¼­T˜J\X&î'¯¨"ø.ûT“äé ‡uyÓ°á{îÒå@x×ìa>? B WÏzQÛ¨ ‚›p^ àµ×Ø´/Š»ùGn›x¹¼}ó‰·“W¼æ»äÛ/A é©ÕYê±__O)oå·½QÝŽÝi–°ý\|¨)Ëô¶Õ«ÝãŰH²(tÜïnà݉uxf(¸Õ'$lèòrÕº,¯tÙÇm‡°Ú󕾿þRáf>ŸÅy‡Á ãÂÌWàyˆ-„h!>$ Bܽº¡e­;ïöq(ÔºãþoyGÂï~ ]W^iVµ øPãåäI‚ L2 YdO¦&Éý†þ273øi˜gBâCOþko–‰öGh35f–«5žì¾Z¦å‰É¢=d›Òªî¨}u†KàãÂ>¶¬|û»í‰`̬#@ø‹Gՙ䛒…⬇|0*Ëòø^!=ùe†L9’îª{Ó0ÉäZ;õÍîÝQ¤Ò“ý÷@ /ö±0ê²+kœ!Oí Ì‹ž¼÷½Þ¬âãK¨º uß±Ó“®‰¸ufΞ)Gÿ]ÔÆ¯Ö•W¾¦Ôåê3¿.P}Ö_›©EkÄÒ5—[_”•ô_¦6Fmb^°Yüå²6?n½•œÀ£„Q‹u«¸}xˆ00®þ”Dvÿ6Ð‘Ñ A¾§(p¦ÔåjM+AM9!hØVËQ8þ@ Êž#8æw_(²&mûÝ}Ô "UʽKB§C.ësþë§/“¤õ7–½bð‘1jÝä™ù"E@[þ+¶ÎqŽ×øƒR¬‹kÙQ<ÉÆœh}”ùH[ìô迉i5ЦS÷±L¼P§qh•7ºKsŸ†÷ƒ°ÿj­ÙVý{ÃÌQöøÔ÷I-³ôÍŽ+hÛ¶%ŒðñJˆ¼y?È~Géÿ®‹¯é™xæÌžÖÜ#`ÖÝMîþÏðg™ füK=ãŦwƒ[dô>ôáf“0G›1xÄOÔßàø!”=ó²ÆB/Ow ãê@œ¹c\u˜!ÍVâÕ¥« ;$X×>þ ¯\ÝÃBˆ?3¯°Ý©6¯ØU§åWÕAÿ> ºGš[Ó¹>V»3Hý‹ä"s®Ÿ1í€M,d_3¾´{•ô+Ëž"¾´®aiú±ƒ´:õÚUݺ—Ɇ0æ-üö­Ë¬òª´ó§ù°1Hë.ù]cÛà¨çëxeÎÀ·r|H{Ÿ`ùëê¬MóÜYýÌüä•taµm7ú|nÖºÀ…€ßîõiã/‚÷/ás×ÒëlÍ(õ “¥D­ýÃà>½J3¨oë±]Ceÿè§žõ:K/bÿ.®1w¬½TÑØ® ºÌëÁ|lø;À>ê|}b€û]sŸo>f9±©N-æ‘Z––VÿçUËÆ„Äíý~k'†„°WëjûÐØîþÃ8ËrîKÞ>þ­×u¾Ûð™. ì|‰hçþ<Žþ(äˆu±ÎZñœß:oºì–;+äYéR/Ÿ5£Žêò²ÏŠ×òÚßWç‚ÆbÏ‹qp]Ào 1»wM²µ ÛêW®Á–ow¿Û‰)|…±âί”„Þ[Ë(  ¼ÆPëQ2ºÏ$ýá*ÖÌ^ŸL§ê<p'Îo00j…oпbŽ“N…¿§¼üX,ûi©;–l½‚g9Ⳙÿ!ÌŒð9W þ}F p^ÅÀÀÀÀÀÀðÁuu”tdËù_€Ðãs*— ÿïûÙܺŸš1?kafü§¿§ž—Ë~ú{ÊÁg’‹ž¾õ ¿786ãÍÏ”ÒGf¦ÚQ:­C‡//¿µåÄgî»ïw÷7H×{Ûì_ǶzóÓ¥}ø¿”÷÷´ýbå_ÞôøGšüÅËÝ{èë·()Y2ÿ˜)'éä’ß’ÇÌ}x­ìí>ÝvüÐ{ö‰¥7™^n82eóÁŠ—Æ]è³cã³[O}ÚñÎû:±ÑzÛÓq¯|óyÝWZÖüuéÇ’ÛÛĵLÑ­¿ùÜ’·Eûú…¯çl¡5Û®õÄÌ9Üx¶¨ÕÇtÃùò~ßLËÚ9ôMù CfÞó{¿›”Ý}èãьޭç¼Dëß^¯ÞöÀø&ñ{_{gITï–-2uÛ? så3£Î¶Í±Å ^ac/s¤^ß`Ô ©G׺Ҽ}9³›lE3÷5µPh¬Ïy*žv|µÕ´wHù¥ïEsìãÓ_¿i~lÊѳ³_Xö\ƒ=oЮúy|œý£Ý§oøÃæÿÍ5kÓÔ醨>3ô±×r—åF½I_7pvaÆé½¿sãüøõg$ßÿà/Æ6©‡lÛÓKVÞ´iÙç= $ƒ_Œ­Ü9}Ø_Q?J×mŸöÏ{Ò1÷¼bP½«UÞl½§ëÉa1†¼M+ó¿êŸðêì>™=š|Öäû½3šËžiÙ¼(»Ý?S>êžúòwÔ®ƒ>\rh¢ºÓ?‡,)ÝžÍUî¾¥Ïá¯Ë/U­kC¯«·ws$ÌÛwîÁ¨§šœº7±ÙƻӚ¿¼ñÍì• 6>sñÖÝ·þÙ6¥ûqÍŽÛ´]N­ÿÛD(O•h¯l¸uꤡ–ù—-þ£¨x‰Ý¼bÖ7Ÿî\Ó¼ëÇSeçºt|ebê› —Ÿ\÷æO=J•òü+U2Ÿ¹¿ÞÛ˜Wá6 q{†r´ïž¥Êî!×SýèËÕÊ˧ ×ÑwXŽŽ|m8H¬kÁXXW{äÓ¨òTU–²×pe§¾FÊ¢¶˜t&Õð1*“Nm2«2´µÞ¡ž«™ÜËj+qN²Úó³m¹9):MrÉèü”tQ“n’µ$@ZU2é ƒY§6kõˆÔš‘9#¹e0Ê>Õ”Z¤QiUF“Údѫ̭ڤѩF)GÞ©Qå"¤6X2T¥d‘ʨըuz*T SÞ¬Ô(̹Y«Öê-*³Q£6S]iE†Ú`ÊŒÒ5¹VÂVà,HÑ“'Rã ­6+]è@ZJ™N)»µµÚœŽñö‚Ñùζ&ª»)Ï>Jo2ÒëÍñRUºN§¶h È¢ÖXèQ:1jdºQ£Iβæ rX•–äY‰RÂæ@tÏGiŠåfÛ&! ©%:£Zg¦{z£)ÈÏvF‚º5E«³$Û‘Ãi-,,±åQ£tf}¼ÖlQ3 ’ž´ u§‡Ón%ˆ(BBjâ ½Î,Õõj Ñ9Ö\k‰ÓêLƒ÷¹RRF ¤ÕF£‚\‚˜TRDÛ&Y ò$t_{v=Ž(.*"GqNva.UdÍ—I©!9c­ãœQ¹’ÞÙN+­5&[íT¡“$KRƒ!¿Pâpª•H'Gz­ÚhÖQzµVmŽÑjPÏ=r¥t«§=ÇZàt”!d¥lyñ„A­5ÒÒq„Í&cu8 ­J“Òýóí²s”ÄÔ¢ ¨HbµÃ¼&™µæÅR[‰=*!§$Û–G#‰L*éÛÇFDGÑý*Ì‘:$¹ˆDä"IÎh"––JµfµY'ATLvÉ =” o‘ÓéD¢8FAçä¶©D!)°¢(ƒZ«SŒú(­:a;©ÄFŒÎ—H‡§dh’ï/qDI¬¶\’.(DR¥Ez¨6hhG~q‰ä¾bIöhŠ"¨ûèìñã­Ùöƒ&™¶S)Èž[h•ÓÎ|«tœ³˜Fhb½ØV„¨ mŠm…÷)•Žâ"IÅ™:جò›¹.qXqa! mB°»ä‚m2eÒK‘„BŽbªTŽ˜Á¤¬ÈF56šˆ£dt®D^£J¢äv !!(¢1G §ÌÉN¤Í@Nk.%7'˜“GC¡cÈ’B§ƒ.¦ˆx"$…¥$IÅÃËÌú4ª4¿€2£l›h/±R2TPXHåÐÙ4 ´#¢Å‰c|aö}ÖÜÔÑ%v»´YT‚A£Ö˜,ZùpäóWKY‘ã]Û¹W׿îJ®Þ[¹ÏÞ[™2ª¯ËPîW ½“Ïÿ~¾ʱžµ<¹§מ:CÄ{ý¿yéÛRâ¥èQ¹w[)´Š–ߘ/Ÿ)W¸ç”X-vÈ|k ^÷Î_m¯±Ûß÷ªÓY­GL½wÉÅt/D#ÔÑëó ÷sëeÍDîlJ6m‰°¾Zh'G~´1D.Öž)ʦ>-rí¥àµÔÌï=³í+uìÝÞ-ûBö ×MtÒÝž¢í¡[1-ðm‘UéiÿÛ(4«Æ>[“D¸IÞ#캪×RªÌVúq׸×]¯J•-Pöv¥p¯MÖlÅ´æ£IJqþRÊO%ÅF„CÙ01ÎÅ¡»üZªGGÞÇÞÀÄÈ_Î÷./'hLv#½÷çð±rŠWGúÓåüÄ<ð£"Þ3žÔ’fÒ{ÿ~(˜u#ŸÞùZ_Œ×grfoÙ­ñP>·Õ©ôÏ.ßZþ–|kãåYý_t"×Bä_õ1gþum$¶]|«µMõm⥊[ –z}jêõÉ"æù×hþu½æ¿â_·¢Ñèsøn7‘OÌ"z ? ÿ­Rx•°ÈëSëŸRåëEÛ}j^µÜŒîD—ªeþkVÉÂ=«#“úÖ$æ¿Gì¸Ëß‘‰^Ÿ6lׂZÚÃëÓ€ {ÿˆ®æõ„ŒºYO 5J\b°¨µ; Î %ª‘éZFƒ˜i&3o—¢ìǘR sÓ QÅL™éQˆLתu!Í·çdÛ­3Ó. 0âUºÎ Ö›èa„Ö™›4§Àd<Ïjƒ‰½ƒêŸO"Š‚i²ÄF[íŽÑùP€!æ²¹t©ÕF£‚<ÚVìD¹°ñ&"{\ŠV“luÒ03¦r­EÔ°ûNIÍáÌ.,,°Ú”£À–«Nè+1¡«ƒ0!;1†ByÖ¨å#˜næ ˜£;iŠÌ&Q®&Õ4QD)©(D¨é‚CrQ {ÈT:ßbK‰üÂX:J"Oˆb)e¡1ózZ­€Ý {Œ´ÒdTŒ•ÞˆŒ¦½©3$N¢·äð‚ñãã£is”YnæBŠÖDÁ0åY §DIåXN‚¢™“KI»4÷>Tà Ѥºg ’À”¢Ì$%8©Á8d«s3ðd1Í<§P'•rkBÌ:Òµ´„n 1¨MúŒ”Ö:3¡“YÒi"½jÍC­¡zVAÄèu:š  ù$üU ( ¥ô`DM¢tÑ“2»ˆ¢¤ÈNÑÑÍõ3mÉ ˆ\‰„ˆòH¤”Š"£%A‰ä™$>Û†³æfµµN”(&IzK­¶èD4˜6ÒŠXB%¡ˆ ÙBúƒÖ¨Sk-½´`ê–NÆ ¥1C†PM[”Hš…$M”³¼¡Œ'‹¢éþ$eÈPM„Éb‰%¤7h5F¤åø¹ŽòQz%ö–Ût‚ˆ¢cT4† QŒ¶èĶ{ofp½+lû"±ë›a†¶hz‹ø"&£ø<ƒhIÞO:ÈÝD” þQÑ£ˆó(Å ,=Ű´â›kˆÇàO³„Û×£çåŸûdÍiaI£ÚxÊzs”g/'±%4˜NøËÂ:‰”ZN$¾¯øÖú8>pNF!ñoÅ·s˜ {8ãƒg¿Þµø›g„Ä$C©Èlî*ÎtšºËTÈl´ž¤AçIN°!>;¨!„&Ù)ɵÚ) ™¢Y†&CeÔe¨õZ2j„H9i0шfB™VÊÌ:¹ÎlR[,:8k uGµ‰þÑÊètWDc–¦).¨QHkîLµ•¦k-bš!Ã@õ.°"Äf$ìÉö @)‘]褄bÎ8 Sr‰ú5$!vš&³iò+„_rsÆ‚2¡4j,mcRkMÑÃ(S2²C8Ê‘@f@[ !]IàbŠ•‚ ‰9=Â$ù…|&"5CK)H —d TUû„P:&!R…(dµ©ctr i6¤jmbŸ›”.°1+É0uYmD wr";¿Ò,^mÌ G¤d@jÖgè“{ÚÆÙ­%“ÆXA%UPD5" ¢g‰‚`¶°Ú¨xÒáLƒ\ ’.’& Ù_ì„r ™¨’›Mh´2à³´Aå(cµÛ(æÔ‡&!øI(Ô%§š¢‘”°çNˆµ„ÆHc)kA!¡Aãœ%ˆŠ•P®«†ŒPꀠI8³bt>ʇ¡&˜ì.*"I6Ep'3˜µú‚(ölaÑÒEˆ²È-¨ÄN¢±Vh 9¨ÕN2sÕ4вЉ¥’[âÉ6£@z^mѹŒ‚¤$2PÍe#RgÑVJY˜AB4RÐ0æ¨b:$ö<«Ãšo…~‚“ò¢6Ä~Š$âiÊ¡Ÿ$˜,q¢—•¦eHN(Ôq”‘auz¤—:H /aOx! ilº®/ù2Ž-fä-Ç:âÓµ³Zê R )"QcÒAÛ´¬ ’L)¤« J/Ñktt;æ )' ò눢‘ g~ i É4NO[mRÐ6…b()!ArR¦$!q“ ˜hHâZR’–H[•3gþ®f¥«?¥wû«ä˜13­È·‚Å8ŠÁìKNAÉV2ÿ ?-<¢}>ðùÜ-„2‚=M;Ed›½Ä¿{Ið׃¾ü3ò¬pWûì—TÃ~·D³‚殾ºé9ò¨€¥Žb…[Ô‹‡wSæáÓJvÛ^~¿(–J¢¼2÷~Ø/CbØ¿ ÖêY Tí·0_nS}õ—[™äro’IÔUìû&®ÕÛj+*×ó«~-Ü[ZyµêN‘•Úç½>™QšWË|ö¾Ž¸§ZmÉ-î÷ñì_9Ú@*¼fëÉ&èé½Ô…Õ3³ ÚÖ³Þ*2îê)îüs~Ƙô¥S‚²#n^´†a–WîwF‘'õ¼ßÇêð„gÔ“Œ]´€è´øfv[úžâìƒÃ*BAÆóïW£Õ„ø¬‹aàý\oa'ÙçïI0†-­¶î&N‘Jôª$¹Ñþ‹ýû8ÇTô3ÁY ÷3ùô°u6ØruÄ»ßMí^dÓ_µ·1’|ÔÊÛBwð¹_Âø|ArÝÖëÞ—ƒ{Mè™ÃÝô*â~ò4êMž¡(•:Ín}‹œ@1ÏŠ=É~šA”wñù¸´Ÿ Ÿí~7NzpâsZÉòìCz#åSÛ@ÚâÇÞVK—¡…,»ŸAsÑ·‚ò9À¿¿‰Û·Ça5ó`¤?óÒc‰ŸSïÑŒïâìk1k3Ó$ Þ~LPzÁ ’ÇÑ£"Þ勌;:“9o&™'³}Açñ sYÖ$h¹PÀ§;$]ˆÎ29ÚE¾"XAÝOî±ðvЗè‚VÕW•üF~&cžûÌ<5Õ†š²ºy8às>Z ã‘bA;`Ï• \wª¦Ðgö‹d{]º½Î›çöÁ¼Vå=ØÞòõ®çõ+Œi}åQä¶ÓåÜj<ô×L>»ñ5õ¼¤=Ã:T,Sˆ´û1d’7…éG zšŠ†>zØ¿‘µÏ)¦PÃp%7nÇ©2iŽ< åÈ»[³YCu ›A+¥îþ>+·±í*áù²>ÅòœIÝȶt#ô¯?ûn¤ð|0”ñ%1m…#ì²BECDà5ˆçdœçÊ‘EñëòÂʼnçåã•®g•:P+¹‰õ®ÑÄÛ&Ž,…ô•Õð™LKœ–|@MÏ“1Þ·Ù u=@ y™S•”‘cÒ¤±PB7åRŸqe”£‹IP6@ä—ûÅ0OM]-ã÷¸õïƒØxÐõ!²)®‚CìË}òäñc'.?v¡sgÏTUíá)ÔmÛ²eù²ÅO=9ëü¼9O¾°dñ7_}Çí»té"·ËðÄ3§OýT^¾pÁ³¿üý÷ß•^ºtiç/?Ñßž{/^píxâø±/,Û½«¢²ª²rÏî]/-[zäðA¨ìâ…óèÄÉ3/¾·ùÑEe3®þ‡Y3c²$B› âKÑhÿ¾_a× °ëËï¹vóŽC'Î=õû?hí¦¯|ø…6nX÷Ï?ÿH«˜‘<Þ ©Î¾½Ð‘=çÏÿ‰ àÇÏ>y®Š;iÀï×âß*íÿu/ìõçŸ ¨ûÐñsp g¦²?~‡ùéñ³hëª'ŒÚ&wL»>éúán¦˜Ô¡Ñ€Åc´îÐ1¥cÚú}'Qôgép‚D´DŠ“–þ/-Å5½ï¾{;šÒû-Ó»õõ ÝŠ–î¹¾ªªk:üþLUŽžAces6þJ>²ö“½Pr£`fÛžjÔÃî¼w¼cbÛ()º§YÂçGN¡3G¿hÐì(:ÝÔ/:{Nñ [æ¼çßû>#o…ÁúbÆwôᅢyO“oí8LI÷ìÞ|w?c›ë:¦¤$g¯ƒäëÞÛºN-·+\²ÚU±î–nÚŽiií;˜_[AQ:u§VM“lK¿_\z›A§nÚ¨mñ ?4¥é5(¥c*…¤hQ_ Õ1MÛtþØAjuz4 @äx{I4ßà-s2:Ïû}÷l׌9ß ©‚Z5ihË–íÓÕi‡¯D¯öïÌ8‹tµ.úí)#MZ ã^)gÝB'Æ-¼ö#µu~¶N§Uƒ%w~úó½qgŽ~íñ(%¤ƒ†q/o>¾û½õŒê ¿ñýÝGѧm•©MW§w¸>ãé{[ƒo¢ú_?9:nf\â—é’óÖP‡ËgF7ÏÑè×ýã4ç­xý³]+¿Øó¿×¾3Z—ÿóX …~=t-ÎíB+š÷p[éÌ¥åûOP˜›t¹ÿjÛ7ûºmáW至dqÝ©éúÆSVÿ‚Ê¿\¨h8ŒB·>û9ù8©Ï‰¾_?C—ÙTŠââšyfS4ãŠââ!.žP¢€IG:uh]BóÑhL‹„õ‡N0ÚŠ§ˆožDÇv‰Sð.y½³‚:°e‘²ñqßH¹¼`4ë= ÎyJãž05~l=qè‡%ÊF·$EÇ%ÙEŸ:¼1!¦ã¡ÓÄŠ~­ú½ø=£…y@ž76ìš¼d󌗿ÕܳhT¸÷ÐIêëOßlúäÞi‰Í{΢irÓÞcÒ½äNÇÀ¦¨2Ѱq³˜ƒ‡£š) [÷ˆÞ+ɱï(ÊgC¶ %Ò$4=9áùo$$?¤H,Ô4Ð ÉybÁ«{OžnÁûhj÷GóúYÔ×§@àKC„4®Mî8qª¸nÅnòìÉß´¡„L“4nÒ<éú‘rèGÜâž-n]µã̱m£Zï’ôƒÖå¼°|ÍÏEs×ß·ð‹Nw-bŒáä‰ãý¼ç°¢|ÇM%ÐäúŸ(`8hbÝŽщ­[ĵ•;Ð8›½)Ï_ôÃë£ÚE z}s'OÛ+=qlßêWž?²K\‡»‰MMÑÒ9ŸlGÇÿ(U i+Ýqø(…šÆÓÄ÷Ä%ÍL²·–îývZ\û’/ŸêÚnøëX¶ýíõ>¿jû]3×>µ.}ä‚¿¶1—[í>„f-ÿä'róû3¥±]©i¦&–{_§¾übhZ1IÓ¨ÛÔ÷¨²·>îØBŠ6ì8$Ec‹&´pµøØÁí÷ß?¹üÐ)ê'›ýõ.ôÕ²Qô±ýŸý¸ùõsRÒBå$6m!¥Þý™Xó¿¾RÅ,K“Sߢ*¾ÿµ)5¥câð¥_K†&¤LnZW¹ÆëëW|}ÝÎ]=Îþµ£À+KÞ+Q‚5hž`¯Ah<³Šˆv³+»ƒœy€øö¨à÷:.ºwñ0ê%X©êíµjeõ¹Vp¨{ê$gÛ”êÞÿkx÷Œ`ï'Ù¿Ì×ý½Jϯ¶9Ù×(ç~RΗrÚèz?ÞqŠñ\%I2RľV»b•ྟI4 $ðÊÉô…»ßG½4pÐ Ø'ÛµB(r¶±cŸZ­®¦V‰ÅÏk|K3kËZ¶Z"Q°2™Jx‡×U¡ü~Ó™³ ó$Çõì3™•¯·¹k3ÜûëÑ)w©ÌjÖ—¬îG£$ÃøÕ´‘ð}ÓV#ÕÌš‘ëuŽs7«K×+Ƶ„ßÎ%ÁšÀÀÀ¨/L›ÂÄŸÆ}Ž‹gV9/‚ïÙ˜Ÿ˜Á´Œ=Y‹Ð½ˆ;õ,ü•Ö%Á>³ù÷bpíwI¸‘¯+lø´±®±›â.8˜€\vp`úÁ\Äñ%´Ã÷¡pÛä[—KÇ^¿· ú‚ ˜õ/ùÂN0ІmUu¥¾¬‹/,~~·HöÈ@3ŠbÚû ßéö¼düq®ï¾ô%Mõ‡Ú†:Cc™ èOKA;ô*‘¶ä ‹-_„p51WÙ÷ú[Hpwü¾»@öð+ZO"îú;BÐÞüþ3í W¿(ÀØÖÄ™r¦Šž`Lql·ˆ¾Â­_hHdüús¢!ö÷ÝÌþ?ñcZU_¶ág¬]¶_èc+øW'6\ýð1ìrì',swöéeg"ºó«Bßs1ŠŸ­ækƒøúPø)l£XrÑ2€EA’w[Ãå‚À‡Šéñ>p‡`üê…—>íðgCÁ!—…ýq•H¯HÄï_ªO»óéÝ!øVar5žßþK«.ƒ¿ s†;ꣽõ¤__¶[lÒ€“Uµ¨K4†¼ŠI4Q—‰s œ:y«]«ß¼;1]„ª輜'”Ë 0§Ú3|× Ó GÐU/箳÷›4ÕezØa|ߘӭ¯ñ¯Ÿ`2ÄuðÁã@M“ü0ô‹êAÓšõr~5i— ¸œü±¤9Pùú!ô!^‰S}ŽU l% ÿþKÅ>ƒøF_¿êw"BYÅeœø6178šÏ·‡°àjã£"É…?ÿÊB@øŽ6»›÷—®° …Ä“| ¤W1ý^¶>×$^t„j³U6ñ¾NÌÔW__Z¶XÞà`ÖÇ:x ýÂçŸ'¹EôiH'péJ‘¼ 7TgVÒT×ÄDp~ÿö|ìÁÏð˜1úŒ_ Ù}­:Aò)\!8ˆB<­VÛ~ûتéøû釫\¦œ¯®†äùJ9Øk=ð„™° 9öE=õÇ×T[QBžUc÷*»oýø×z³Ïplö .ÜÔjɧŒPW ¯™ä¯>_°¯»º 4 t{>î ´<âh1rE©ÂuöWsÿ}V‘Z\ Y®[®óqª 'ïg5Ixúòš+Œks"È*´ëìˆ{Õ9ÄÕSârÙçÕš˜]î Nþ0®Vœ:y‚õ1@χº=$Ðý_èx¤c¨×ç^#ýw]?û#â®‹Ž˜„¬6×¶^M6 Ò×uh]ãgv0jÌ)/N\A_sIÀG&¡—û$Ïîk²ëàºr·p¿0þ{úf‘ONc`§tµ´1óÃg$&d‘4|úáNžpPľç*ð®·1«áfþ«ˆ9“…qåРa£ªS'O¸| ƒ–øv‚WS vÏðp°»v’'œ—UÜgó i/P®ûBTææòb€cC¹«?…!ö¥Š’‡IšpWÄXÝŸCÉøÜüZè ês…Dô¶"mÞh]Vƒ àO‡D Ýü‰¯ÓÓ¯¿±­¬…“«ëú«ê°UA‚5 0.¾Ç»É¸Ø=`åaö׷΀7Öç¯1ú ynpèFõÅê”!ô…î‘èvOnÝÎC&_8º •³D-¹T“6Õ'Äg7ïöMxÛ‡ÐWÙÜô\Ì?· ÁîZ†ÑŽ` n¨›†¿DúʃJüÙï._"¦ŸPý<ág|\ãzŽ—PàÏljµ½} bn(*¹H!ä1¡Ïÿüu|“}¤P½žÏìÓ3½Ê—»’¿iÅ1ßÃ(e6ÙãuüMMö²Ÿïiò+û볿„/Kõ;÷Êì´é7Ï6×{öàxx…b®c÷™+Eê#2?"¼ú¾gDÁK(ïýms}V >‹‰Œÿ^¬bíTøaýÊ m¥ÈqÂm¾w‰PÂöúÓ­° ?z ¤û(‘>+ýèA@üé@@§þtèoß`mQ9F ŒPÛ¨ ¡JŸú”~¾ ÔÖÚJ ½ˆsŽ`¹ ñ±}¯2?ŸýÙ /]¼–@ ªªÂûF Aš‚4i)Ö>¢â¥-H»Ò$É\mñ•dIéDRAÒˆZD4"¢Ñ Ä "&˜A2D¤³tH7î>Ò$“—ž ½x¹¤·@úòÒO `,ò2dÈM¹d(Èp¹dÈm>2d”@î¹G 9¼ä‚ŒÉçe,È8B^l Å ãy±ƒ8}d"Ƚ “Aîçå) Ó@yäGyydÈ“ s@æ‚< vðÈó K@–¼ò/¯òò:È› äeÈ e | ²dÈFM _|òÈ ;@~©Ù ²ä È£ Ç@Nüräo‚"HžD/7"Ðc­ÔI^+enG×–v„(äÉ„ä"qÕåß$~„æ…¼w‰p?oÿ™>¯ ¼ªAºÃ¶~ ÃAÆÁ¾3@^yÊø„$h ¢b%(4 d/H#’B© 3@¶‘$ÒS$úä]šD””@+äz’ÅÓÑáío{¦û^û\ïtZ&蟫Ÿ)’~RoJðN GJA[ÈEiÔ ¶¨á¸ž # ¢Ì9 ûåÀëc ÌYÿ3÷Uü9¤ÅŠŠ}O̾¥èÄ섹'–Äþ»0KÝ»ÛFÄå½0L¨o™7-÷³Nás™‚ßòÆíºCËøío*÷¸RZä¼qëëëùí\®KA„èÒê¨Ü—?kÉ/x #c¼OÖÏK:H*HcD~âß#þІFü÷M@š‚Dƒ4‰á'%LÎÞZÛŠän“Ó¤9H3¦ M@ƒ4iÒ$$$žät¯± @i°g¨ƒŸ%ÍÐl Ú"‘‚H@€ (Hæ~X«àØJAþùä/K7ã¸.€P çAþùäw‚ýßàõóä„3 Ó §@N‚œ9r ä(Èà ‡fÁ¡ ûAöü "ÙËÌI@ö€ìÙR²ä ?Ühþ¯?CËáu;È 1 ߃lÙJpóšï˜c@” [ŽéßÂë7 _ƒ|E0W  ´dÈ A>ÙòÈzu Ÿœ¯Q ƒ¬ùd H 2~n•¯«A>ùä}XU ïÏÞ%8ž­dÊyäm·@t ¿™ý@¬ ïáõu† ¯‚¼òH"ÈË jØç%x]ò"Èr-oÁñðþ¥ K@–ÜÜq1¼jàÕ²Þ7ydÈBç@žiÈpà8ý ¼ÎydÈ\ l ^õ̼Î1Áû'áÕ¯Ãë,'î6tÿƒ×Ç@ ˆ»½%³(1>? 2ƒà-ׇA¦ÜBÜCðú È4;³˜Apvn=2d2Èý ÉüÌf¼¿ä>R'H ÈD¦‚³É$J~Ñ€±Õư½€YT`ê)±Œ)"¸ùr¦M cAÆ1<…mi )Œ¯))€íy ù c˜1É ’ ’ ’ûƒäƒÜ Ÿï¹äQL}¼aüÏðùvÛ@FÜ2a{.H6È­ðù&[@†ƒ r3HS‚ó_C˜6Àë@xÄÔr#Èþ ý@3í†}úÂk¼6ƒ×Þ ½@né Ò‡Ñ'ï?ËA:òþ¯+lïÒ¤Ó>‚ó…“@Lð¾ Hg † o~0eÂ÷ø/=Ã}†Ï Ž0é’Îô öY2dH7F÷Lÿ˜öÃûqüik¶ LüéÀø|ÄýŽg È6~ÑèS’áØŽ ׃´aúr¤ÈqÞ—ïåON0'KN1±Œ)öO¹¤%H;~±nÈõ|LØ rd0ÈRa ;AŽñ±Y¤jÏŒ¼.Y¬(íàñ‚t™Ì/âMé²€¿Šî$ÈYv÷À¡Å|LZ ²…Cý LlìÊ/ Ïdøò:È{ «ù‹Ì%¬A¾ãÐÚ2ãÏô^ÁkW@V|Èǻϙõ&Í ÛA&‚ÜǬ-ÜÂã > î YòÈÆ2üY²ä oøËF§€´!¸‡)1‹®Ï2ël AV€¼ 2”_íò0âèFÆW1>ä}ÓLÜâSïg|È\fm qþ‹ñAŒobüã³ßÄø3Æ3~TÃs±G5÷Óy»wåy½Çó¾€± Ɔ’y½]Ïç×ñ9BÏÍ&|¾Ãû#WnÒœÏEšñû»fëñü12¾^)_—„¯¿ŸõD ²5&®'“~Nÿ’-!¤¤ŒyKAÑä„„¤HB"¥hJ&‘+ÐÐ"¸÷¢|>{Þº_Iþ…ô|&™O®?ìGŠùDÒÌ;µb?ì'Š+‚âö£à ìHö?A3Ÿ%̰±Ÿi„Ýù ïá?Ms›$4-•0Ÿ$ðfÞÁR‰Œù+…7R€L.•ä ¹\©ˆbóiæßøüzv&¿Þ=bŸß?Fyf ø¿Ü¿ï_• öì´^{yÆyp-ïôÞˆ1]´J9úQ×B=ú˜=þÙ¸=Ò Þ@ODoŠ t,wûÞµü„ì@Œç›G}™³˜š%ÚbQû] Î¶ñ¡÷lcçûZŠhjOübeW€2‰Oûx­®¡ê›woÕÑE×ß²†3)ºn[׉ 0è…Ë`o³ãr,¦îJ|Fr­ÇžGc;Ýg<¾Á.F ýªyÒIƒ¸ÿöHÌà#³îÓ2ör×¾¯q&},6µ»º:Ú‘ËOJ±gúïB‚žÂ Á¨5¨{Å_j1ãxÕ‡ß:¯VLóútG=G£ µ,ÿ¬†ý+:ÛU—ýz:ÌvÝÇÇ¥C—áη‰ÖÃÜæB=e—mjYnY ù÷"oçõ¯”¥WÖ¬ÜÁpÜa–;S-Bˆ1›DY{ JhÒªQ¹»ýÀ*¶ò³æ¼Éˬ•ì 2›Oic÷øÍµ^ˆ«å*÷:¾êZhãåé ìˆÍq]{·äYÐëÌm(ãÇ?맡Ôž=ê'æêô6Õ0È(TŠðïÆ¸2ù3±Ï±úO«±n%šC ǯùÕ˜úŬ˜ÈèÁòDéf[|üZùŸk˜_´ ¨•¯ë€S…aå/«êmm"Ÿíéßðwˆà«Ïf_îôþ”òrÕ¤‹î ¾ÉZM£¸GäP€±Ég¿{0:ßç>þ Œ~ÀOþtgyU–€oG¢#Ã"™k šÅ<r~1_°ç– ۂ悇£Ølßâc·OøèòHµhòˆ×ßYœëÞûv¯Q½Ío/¯÷Ãëåì_S˜v}SµÒ¢ÃÌßdÐónK?'(¯ŸO[Z‚ hÎ÷òoþlÑQ·?=Ã~£Œ:æ×Q PN +v·õ³}Y¥pï{¾ç·²äãòxýßNð±„>,{ñ±^ùæ2êé‘|»o ûw‹—=¯ 賑w`à®ë†xs|˜ã-éW?ö{:ìˆK¹Îsî fš»ž?ªQ]­ÝÇBŒ[´ÌͼæWº÷ZB™@ßg³¾{IoñNÜèg¦ü\Ü+>{~³žíÁ”¸Ñ¼&ºŠp§0®C\lÜËqâÞU¼}8v ³?n9«Ï#qýãåÀƒß¢·Ä.‰ÝÊ¡ãv†¤×ÃÌÃíWx^3^”·Íã)ºÅÿ"Iw[Ãj/_ú}ˆgûNÍ™˜+ÖOÅuáµV ­™é ŸOÆ]ãœâö°V½þ©s=6ñZkÚ§<f¼Ê͛΂žœ9fnu׿¦^æ-ã/#ŸŒ¼£&8Ê2~£Ëª€u¥úÝ{ oPÖèåÅ—Mãcý术ù]÷çŽvßÊÆîŸ?b=ïhþ›‡á5•)æl ó)5”gâ·%×Ó:Ûÿ.óÕ¯­ïzéuÐ×X….̕ۦ>RD  ßDúØú¶ŒýÃbÙSÕêï [8Qƒ•ê§ü­3Ôr5ì}>&Õðøýè)3ähþJÌ!,! ¼B~Â[bE ²Üî±EäD0eü'>q]Ó*l«|üÐgÿÖa»ïˆºÚ4y ,ßs Žnˆùïq²âaãÀCõt½Ü\¶½ÇdSdcÝšßÃ÷!ŠåÐ]²ÏùÏ”H–˜Éú–[¢ï…£Ïƒ”Á¾ÙãšG¿Í7‚-¹Ct/vû_ìÖo"äWK·ó¾µ‹¨g>éîekªû+Çú³lý3Ã̪öUÑ-~÷íqf®'|"Õ¯qS£Ñ'jtMôK¬.¾¬ñºÐ#î±#ÝeLYïÕ–…aè;E„ñFŸmÉ"¾†-C5À'uMüg2ÈÞÕVͦ_‘+Bv×zþÿ*뵤!zíî^½lµOç=Ý0È<~ó›}|Í3ÌÌ·÷#·,%›‚w{BaNÆêܽÚýáSsvÖ÷)ŒÅ[":Üá³mZôI¯Ð%ÈèÍ÷áæ¾0YóRµùæ§nK׆¡ÉÝõïgÛ]æšósüJ3Á|9ÞO[ülŸ­9ºý2Ⱥæ‚ZúÇëŸe™7œ@ÿqÜ,ð&$Ì]…«ãÏô‰ ¬éºFëËšq­óYéŸêõYÂÇô=nrÎÇ·|Hv…#æñGIØ×Áî2Ú_ÆßFÏW^Ùqë"b_+Ø(yH$þUË«¾ò‰o÷ êh-ò~—È6b½= Ûó¬ ûZ¶OQtȵ| È–ÕQü]+hq'Ÿ1í€exïš¹â\­ô<ÄrVï×Ö!-¿bw!P]áß…¿VmËŰ츸ŽÎÛŸæãÿ¿$w'N„zÔËO*/úDÌ¿üô ½`¿=üû^q¿±ï~ä??®üX°×œ˜æ^e¯ !6/«‘þƱñamµcŸ®÷«§†ÄW3ÛŽ`“ý½ÚØR0/.Ot¥é©è (J þéÅGæn{'Ákìå÷8[KþQlK‹}96&„¨×²Ú>rwýëB¨­<@4~³šfŸ‹æc‹†1›YZËxü¨ˆ>ƒm7°íìÂö{uÜòjyû‡ìqî¤ PÇgÕüî…°Ú8MÀ WÝ™Ô+ƒþë ½EýPÏæ‹Cð‘‹.Ûøæ°rµ!um»ºËéÍz$­òFùG|K¦¨cI½ë¥ƒòΰ4òGØùÓFåýÕŽy1ö8doÄZBŒŸÏ+ã5‘ÀÆøm.»¦®ÝZÇë.ƒÜ9OƒøgÀ#ÿFù¯|éˆÈÈ.õÙÖS$Gü;@ qÕø›X˨±Ú%›ûr„­ËàE_ `?Ÿ¸¹ÇÜ5½i½d¿Èq,!ØÝ›Z5Ð=z±~{Ù*¤5šF!ì¥ òý;,S6â_ÿÿG ò²cu-WèMoõ]רrÇ U½®Å·ñ^éîjÞ5bwK?« Uî(žË?ÄíÛnæ§q3oº¤|;>?ó_³¿– ÕMnMÌŽ>&‰ª¥T!ïy°žxz-W?z„yüÊjüÚu…V‹.ø¬ÿÃgB-꘳#jµ}" þEÌõÛã™%ÆeÀ¨kþ÷ /xÅïÉÊîÏß v|ØÛ1Ì3Òþ„XÑ…Cม¬^âÖ‰)ÀU)Ë¢O±s.UµV™À·ïeó…³5¸¶ÃÌ·]úŸ¾E?|6 ŒzÁ_øþW–ãu4 ŒjHÂë£>8á>kr¼÷E˜£\Å^ ÿA-ÎÁ§"ðÕçÿy<ƒu€q5à~ÖÆe†öîëÒ%–ߘâ?ý{ÄÑ¡™ÒÂqÝ&§$æ{iäIÛÚžVþ2½P›ÐⱯ¿ûöï'ºœóá›e’3;?&£eì‘sIg1Sîµ;]mËi~0iȽ‰»ºÑŠëû7ÏM»¾Ý×­Õ]lyWÿn±Þ{Cy§í™E3|xÇÛ÷ ü|æä§ú¶úÁú}§u»þ%Çì˜õT×''ü¾6§åðnçO|óJÏî8øÙv±#’2µåÚ Éç»üÒí“/Ï}túì´/×oîÝ´Í‹óçÍW¬Ì)u­_ºýÞ§Þ\øaÚž]韪›Ý6M2¡×ÜQtÁwýzÝ·²¨ñÒuÛ–ÑÍ.öZÞ5jâ­«9}MÛJÎN8WñК~[ªf8ï¹Þ¾4¡ï{IK+7¨ûÕ=§ŠFÿqéà˜=·Ò•›ÈwJ_k!ÿâÕ­}6lÖöüqܽÓ?øòųۇn[yêÛv-ç”lvN÷õÛmNß—6çÂðü¢ä„)#˘¿{pÉâò7N~íåk;¼øÂp£2wö®»ôÖ´,:8zæÉœû3m¯%Ùç·~iм›4ü÷õ¿>S ø¥í™›Ÿ?¸s÷ãɯïÙyëžâÊùC¦WLÜö‰zÚ½ý{×{iÇ?ëS°äî—–çßÔô<«ûóùejCåÂè7Μtÿð'/užš^‘TÙwâlûKüš¹‹ºüóSǃûħY†–åß|pÆób_#ŒÓ^x|áÃ÷d<ÑîÝ)é2\i+0G¿õûÇÝæµ˜Ð;ñ™‹t1·5ØÓ%nÝkSÒÆ¾¿í›;l[$7¿oîôý“eùÊyƒ&Ÿy1!ûç÷íl6|ÒćRŽÞ1)uͽ_¿ê1tbñ¿šºVØl›£ú}è³o wødÎä{×~}xÑ맬C¾>ë½íËâ*'hI—|—y~òÄŽ/›Ÿ]1UùKÆ×ŸŒ{pê[ÎNºië]¼÷mÙô¿~úÖæž?M5{ÍüÃù§f'¿ß¾óè÷Ð.ï\ÚõÕТ™&Þž![~Ã]fýޤ¹ií»æìÝ>þhÿŠ¥¦Ö;Tó2®K+ÙÝ;¾gY·=g¢º¿ÓlEÃQ]|Ó­ì­oÚŽ<=cýÐ «[Mîwë°ño~ømƒóÔmÏ®÷çÿuý³ë·ßL—llß.ñÈwE?öoi”ý9:J?ß^µíƒ“-ÈžúwÙó›Î'®}·¢Ÿñ¢cmzæÜÖµ&UÔÇäì'?X4wÔø?ö½øIÎw7Ü}1sÓ‡¼!­š:sôIŶõoœþæña—Z Û°í]“ê·,¦nÍþë¶;XµlìKúý‹&ÄìX³ÿß{ߨÈÛ¼¶õÚ¢?ÿòü{Ï~ªêáÅMsï|PÃɳ6O>ñÔÈä&wlŸv˺3²6'^¹£hiaÞÛþ=ppQÕ ¶­›œó•‰7̸aÌÔ;oš›uówomšÿᆌåeZ§<Ñ­jÿ‡ûÚ•ÙÚ¸;nüÔŸv¶úpÉ¢1'Úš×ò`ÿ^¿u}4§gâ’Ñù¶³_¹xäK/Ï­ø³ù_¨Y’F™Cï÷ìÂ'^ÿæ{ÓDͦßÚ׿˜²uàÃqwV¨>èv¿ööÌü۟ϸýµ“¥åc¯[°¾ñªÂM{šíÉô».iþ°U;Iʾ÷Ž9K'P_ÅšþùnèŸ[KÞ5gæ­Ùûbæ¸]Ë2‹ßz0nÀÙ3w¯k~Jk;Ÿ9ø}S“]“Š:Æ7–}^¥m§Öv,/]¿~ø7wÿZöȘ²u¿·X(°`A•òñ§w>Þªôù6IòG,ù]X|þ|šÐ仼ǵ­w™ßkÒê샇GŸùáóÑ g·­0OXîÜhQÇÿœ²{ÿ’/þ²Løe‹ì÷:|tçé mºÏ©’"× ŒÒ‘÷o\—7õÚªgÿ6BÞ{n‚ÔÕkûR(³TI°âùWªDhsÃpæÎþ³”=`ÿ†~Ïf5 r|:j‹Â?ÖW+¡ 5š GùÓƒ- /×Ín{lB7¶¹\-é¤%á´C&Ôð¬f¿€­Ð)/ïMˆ„¨“#Ò+ß+èæ Ôÿ}¤ÊË£•}^º(­³Z')Ãm £‘Ö^ÇÍR„ê÷µÐã[b‰@¼Z …äD,áÒV(Ç8bVÚ±b}ý‘DÝ–W¯ËÄÊ£‚–uIðéÑ(ñ2ÄG‚Û&Üêúä½-œ£¯T=¥Êî¢{ŠGk’à“]ZœŸ®¬ ¼‰$ç?6$B-ËßM‚´á Cµ¢ ð]à}™×@{„:jâ{+rñ£æ¼ TJýE ®6oæÝÚšÞF£iH5]Ô¾Æhwö¸6kZ¥BŒ#âKžqû±ÐjݘR»‘ VåÓ“ŽAŽ8¨ ‚êB-P”¤A –õäß7*oõT­C*!ø…^RõÒnR†_Ò>·~6&Ó&£Ë`ú Þbÿû3ÿ%øÏP‚(C vl¸JÍÊóŸ¡x—W³ Å· ñ‘pùu¼o­Û­‘“ GV¾.VOäYum¸Ž¾›ÀÚttäkÃAbm\ë ÆÚÀÚ¸Ú#ŸF•§Ò¨²”½†+;õ5jTµÅ¤3©†Q™tj“Y•¡µ¨õ† Õð\ÕÈä^V[‰s’ÕžŸmËÍIÑi’KF秤댚ä1£ôfƒÊÍv¤Ü9üF”®Õª-F#58»ÄYPXâHï9ÎYPl³Ú¤èÉŶQ.¯ÄžM8J­öq“¬%yÒª2IOÌ:µY«G¤ÖŒÌÉ(ƒ‘Pö®œ Ô"J«2šÔ&‹^e¶hÕ&N5ºH9òN*!µÁ’¡*%‹TF­F­Ó›P¡j˜òf¥Fa6ÈÍZµVoQ™µ™êJ+2ÔS†d”ƨɵ¶gAŠÎ˜<‘Wh-°YéìBÒRÊtJÙ­­ÕætŒ·ŒÎw¶5QÝMyöQz“i”^oŽ—ªÒu:µEk@µÆBÒéŒQ#ÓMr–5‘à ¬´$ÏJ”6¢{–8JS´(¿0Û6 ¦9j‰Î¨Ö™éÞ„ÞhJ ò³„‘ nMÑê,ÉÅväpZ KlyÔ(Y¯5[ÔÆ ƒ¤'mBÝ)Âá´[ "ŠšxB¯3KuF½šBtŽ5×Zâ´:Óà}®”dÖ6µÚhTK“JŠhÛ$kAž¤€îkÏΣÇÅEEá(ÎÉ.Ì¥Š¬ù2)5$g¬uœ3*WÒ;Ûi¥µÆd«*t’d‰Cj0äJNµéäH¯UÍ:J¯ÖªÍ1Z ꙢG¢”™½õ´çX œŽ’"„¬”-/ž0¨µFZ:ްÙ$c¬Žÿ³÷–áQ$]h÷ôÌĉ@ ¸C’ÜÝÝ!!Cˆ@—v÷îÁÝÝÝÝÝÝÝ]»= ¾ìîûÝû½÷ù~lå™LwMÕ©S§N­™ÎNµ@ÕÜ89Óbªâf‰.š’–f±e¡S4Úž“é–`8Æ–øô$3`q²ZÔOÝÝÌ 5ÁšeI æ`R*`¬YÙî`>³Õn øœ>sÐÜÞÙl±3<\Ì É`z’S[bJz’óÐKŠ p‹tö±zAƒR2Í9l–‚ îÅ÷ð¸ˆÐ°(p€khHer1EEPX`­Ü8-,®T½  u>K°9Ø wââ¢K!¡±qÓPK%w—àˆÐ0ƒ c#"Ì )©‰Ö°¨*µœÂ€0Œ·dxòr ‰ŒŠp ñîåš“öN¶XÛĆúéoÉr³ØÒMæ”T ËT* ˆ£B"CÍYÉ9–!–øÞBCÌñýûÛâ3"CýÍ™P™˜j³d˜³“mÖ~Ùf˜’™‘ž@5½Kf¤§quÍÊH+e‚<£Ë§Ûœ[»XœÃ}Úf¤¦š œ‹±ïüSÂü¡è+`€¬ hsnP²é`Thºô„œR̉çTcUÁH7çL h!0.4Æ­㟠„ÅÙ¶DÈ9Æ;Æ¿w†´)'5;Ëœ^áhId2A^Æ;ÅDAƒ’S  >Ýb°½Å9)©©P‚9Þl6ØtÏΰX²ú§Æ±%Vê“™i-ìæö¯æûWóýÕ8зHÞÏý¿Öç½ý«áš7‹Ÿk¿Æ ~®äúw‘ZXàõå©ÕMÿIßï9œ$çc_¯Ÿ€^?=¤º©®éWLÿ.k ´ó¯Îàð ~ï€ûcËÐïFÉ+gœ~íŸÇÉ»ú«ÑæåÖ¯üiÌ?gßãöpþ§l/øÓý´áyçQ ÿæy*•L…‹Éóø• eœ¿ FKçßá3ÒÕâÄ*6ý_ÌÅïwPûöü³]N_Ÿwóð>Í~‹¹x^nâgŒl®ß±ùëná?qßwn-÷Û­œkþÇúó(ƒ\ã]ÿ)Gáû¿8«A®EÆ?PïbÀ׌ÛßðO«ø;ª}_£¯§.|ÿ4Æ_ïdú݊䕵mÇsž@¿Ü©ßiôsßÁ# <œg'ÿ ïï$AASuÓÏíóÊFב?q·À_ÑRñ; LÿFzz™ÂL1¦ŸÛ7þiw¿Ìî×Ý—d¬×6gGk§^ü¯'…þ.“÷óß{'ð ¶^Îß%äŸÿÜ} o™õ_ÿþ¼æŽ¿j¾¿«ÿ}­­äŸë~õŸ2DSþ&'÷;yøKFyë/”ß÷åýÐØa|v Ly°&ð ük¬~>{4ñ—³‹}WÉyëoñ¾iŒ<Ñ¥5Ðx÷'+à¯G.åô?Í);ýí¯¡GÿN~ÿÐãL¿êéóÓÝö¿ÅkÜxîòçÓ\_Nÿ—ã ±ÿ;ñs¨k¸³%2.$,4:× Ž5YJu  n¦Ão·ñ9Y}rLa†oUÊá2›»¦à°ðÈhКœ™ŸiƒžvŠÙÅXñ¸RÁá‘!Ñæ¶)`X¤¿n†ïDøç9͆3ždK7û,¨q² € ÃM¶¤›m™Y½“ ‘þ†/›hdK7)IæôŒl ѨlÆ÷  õ·e› ÏJ´¥Am‡de[RÒ³²ãSSSl™ÙPVJzbˆwK4bË£L°$ÙŒA€dÀp7ÃGÏ6C¦xh1œj3˜¹BnbNñˆôOË1-œ³ /ÈdrÒ!4AY€SLHœá§¦ô†ŒÎ}Ì–6¶”l›¹}`JO 2§™-N&/Ã=˜­–¡9É Øò׳¸Ž¸‡SU*<$<&Ü#ÔðªÃ'ÃCµš(%+Ûlxî©æÚV +'Ÿ#††¸.|dlhHtdŒÃ…b##r]øˆ˜((&.$<Êbøñá¡?Þ3×7NáQQ!¡‘‘¥"£CCbÂÃÌ¥]È5Õ8üz³‹»‹ÑÌô°æwŽ ‰ŒŠ,DE{D8!±€ÅÓg2µKéßßËÝãã“§R¢!c™’l`¶ÅJ°egƒÙ7Æ)Óš8HÉ2Cs̵‹áòZf(x§¥dCAÐ!mÙC oÊ0¼}·ZóbBŽ8f¶˜ó‡F†DGÄ”Ãâ‚Í`p - Íî¡f—ˆð0Ð#"<Ü Bú&ã¿ ˜b¶š[ÐP(Ü}(hŠOƒ o+ ™Ý‹DÄŘãb!0ÑbÝ æ±X¡LÈÍ亂 ècêèdñŠOGÌÍ–^ÂÇâ2ÔRÏjKw÷Z˜£Ì.ù@7 &XLE­ÇâÂCÂâbë„[=®rT¬kT¬à ¤˜Íq®€5Ö °rá W/S𻹱 ŠŒ ‰Š£ãâòÖºa¡Q@X¾/Á†¿‘scþpRÜçï¥åÑð4ŠËïõXÓog þúÄrp(üwõ?×¶üzuò‡ºS†&þúIÛÈÒÀ,`¸èRŒ{,fnÊ2]Ý~Ð{7ð5ù#ô€ÈéU~µ5~¯ƒ77ü±~+0ÞyÇ/Ö@óº•üka·NÏ€[ïüøWVXåß@ùÏl¢ß·ý}í£ÿßÛdðûO_ÿõ,g;£E¶×?[¿?òW~Æÿ¼ÇÐÈA¿ñæþÛ á¡ÿ{öB) &*ÎôÝhÿn2de ÖЉ†~΂Z‚¡þÙ–D[&êÌbh³ØÐØRQá±!a†’ q< ÖmÌUöƒ*‹ w‰‰‹ /eë8¨KŠ-Õ¡ýÝ]݃¿j4GhÊSjS*m ‹  ÕK±@®E’› ÈÍ ãS³!À9²Ù`´NHûÃÉ4›Mñf³a¤Ø õkjëÈX@Ñ@Ôלî0lifÈÜŠö2 u”`1,³-Õ0W¼ótŠ 2,$GzÄa$§~±D¬1¦a4¶ÄVåCËL èš50¦‚`Kñw5ÅDEZCÂ|ꧤg jNIwD’ ÿ5;Í–zä%'â“S 3+<"$*ÖÜ1 Ö0­Œ GÄFø×Nï—iËÚÇf‚RÒ _ÖÎÉ2”`|:hK‡¼LYÙA†­e]&3h[ý3² ¸©­’††9ülÍeeô±e¦CŽÔGºÙd(?‹ã§7˜•™+˜™fº ‚À¾-% úeçP> ôUÁ†¡5ËPš`v|vØ;H6–tXwAP˜•e‰‡À¼d†#VŸâ–›ÍãÂÌiçädš€¾6!ÐݰAm™¦T‡¯Aqæ8K\qÀ9ÎÛËäkQ¡!q¡Qy… ²8D3çYASx\hƒœ +,ÒF†B€‹ÙXs`¡Ó #03É–eK¶ó46¸É9­$dè~Èz™¡tCõ›@‡•ØÜ¥ŽÍlvœA—O SÙÅDX³Lsý-¹ /ÀX k¾àð a/;Ôq\ 𳵜/Ë+8,2&$(g6L +` š²Ì™Ùf'_ci,†‘i5ÌUÈâe‰ 7—qd(LΠ¡ùÃÁÐô6w<ÃË0KLä\¼Ì¶t«±4µ!À²‚ÀÙääj2 7 àánqÅMZMf‹µh”«a;2ÿ—åUøO^E|“WþAc;ÜŠd›±c²2ŒmïØÉ€¿Í”üÿéÙÿÝâþË}Ç_î«ÿ0ÊÿÃç¿;j Ìür5ó‡ÿßK FÞYåïѾÍú½”û9ïbÿ¶ë¯´ 4län µ[î+/¨çe\ÏèmfÜ-Í­»ò¥[.G¸‚ŒwÇsúð¿ä¼ŸÓËÿ·£~þóæíå’ŽþæE&ólo“ÃP/•{]èkôöO•Š_¢~E¿Õÿ «î¿‰ÔŽÿé.úiŽki]ìõ'¥M‡¾]çýT¾3°Ýäò“DZÕTxgú9T5—ÎŽ0è÷o oüͺGBJ^~ÑŸùf˜Ýüi•ýû6ç­wpÖOcÆ~»ŠÞþi¤:?\_Ë¥! ~_õ&Ǿ(jhÆ­së€cPÞþÈ++@Óׇ¬Ö€¿÷º8ÿ·û­%(aÀ;d.oþù“ÆýËséŸ~g¸Å­Fý@ç¼ÒÓ¼nz Ô3=\€JÐãÜÚE¦P°á:>̽#Á›–ûßzl3qÖF?áÒ·«~Ö^Oì0»æòÙjóNðׇj73ÇýÅ~[c LÈåîÑ€ ü>n¼n|¹~gno¾IGP3ÉXém?ÑÁ±w@ËÍÙ•·¿&åîØâòeÿDÐë+8ÀÂôo¤C.¿8åõ®åÈ›Y4§t°As/ã¥ær]WùÊ©?ðSKU°Š“3pÑ4ç‡êuÓùßìð2ÆL¾ÊªÀ,ð÷ßÐznÚæ”j¼Æ!øåÒ7ýô* :8pÙ‚à£åRƒ‰.y©šÔ_œ°s–æßâÒ©Àü/Ÿ&}“Á_¨ê\3w6©_ÆÝú…¾?ê´În¦;¹sÀœó¢ñÆ ¿P&97±o)ëà: Ãéwßýe€hg?Ãýðì»1ÇïÜ¿3wG|O1=0Fhçš·n÷¡µÖç†@‚s‹o_ùÚãâ•76°´~›ïçô\¼r¾ðËDã.ßžé 5ÉÅt§1¿Æ¹W]Ì0ö‚}#FL§T—Rë”'¹œÜ¾Äå N$¸äIy/×"_j²€âÎѹÒÕ\lqè‘)†ùšK+À6§0ð±eh7rµ›5'‡ô-n*T5ZŽ30hþÓvúlu¼îY?Xߪî:å—uu'ÜÃÛ5?ðÆ9—Œ[Xãüõ¾:çÊ÷æ¹ú ,PŒ‡ò¸•û¦¹Ôªü²>÷œkV×îÆ«…£¾©@t¾$`¸µ€A5÷\ù:ÝÕpvs|@Gî1(ìb൘àRë[ng¬‹cë.2êÏ#äm£ y®!è LuJ4Z”ó,jðÝ¡Ü%MÝ ×c̺ÏÝuv-Ž}è ò@Ù\žçT&wbŸÌ¥=?ÿ[þ-ÿ–˽lj7hŽÕÅ3ôÎé9ÕËñ k–:„<Ý}|Œ¯’¯dšWŸ¢~~Ï_«T)(¨Bér ôÆ`¹i^ÿõ-®ìîZS?ø9ôé£+Ð饩ùJ¦ÇÙki»èäç•_érû,S)(8(°|ÉÀêS_‹xpmY¥€ÒeªÚî?ù¼ä?ÂóÑT[Ý#ªõ{û½¶¨« ¼ñøIµï5Ö{—7 /P) \x¨mT(Ô°ÿVÀ×××ýñ}}šF—ñ¯T) YövŸç¥ìZ¹dárgŸ˜;¼KldH‘‚¥Í=éY¹x¡2Ù³Žƒ¼©äÓ~ê!àð”6>•F•–ªøÕB—CWOß.áÛ}ÊnàÆÎdÎßcúàÚ~ÚÉ«¶µçŒC&ÑÉ«æwÎ狺òò½óÄôô¾äñì‘õÛg[.Ôvœzƒž=¹õ}2+ÑJ>fŽLoïXF®êW[];s§Dm/'í(xdVÏoM_^XÚ8¬¬1ë²a=}ŒyÚG–®h¼ùÀ%NÎÊ.ëW"4"ºãÐyÕ z|ë¶ûÿÞòÞ»û>~üðáý{ÞÞ¿wž=}òùóå/,ä =thúÔIŠÈ¿ÖdqÚäIöí3ú]{÷îm^“v>O?:}òä„qc.\8÷þýûO¯Þ½{wþÜY£çA£å•·o¾6|pÿÞ¬iS/]¼ðéó§O—/]œ9uÊÛ7ÁÞ¾y 0 0h뵇€û€ìAí@`¶XÜÊùž~C† Œn4½O½#«§M¹\ñóçF¹[çå‹ç†«r÷ P%Ÿ“¼ó*xûΆMW ȾMmvâæ#ßš™Ùƒûg ôÌEÊ ô*ì½ãÎ#àÉÝ]ù ÷2@G7 n=}æ2:¦6~ù±Ø¤Y‘¶™€c}{¿xþÌð#Œ^fÓ¢3·!ëåK{z6Š*Y!0 À¿aÆÃøÜ9*¼rÑ‚eR'….^ØÒ¾zX`PPÙò1܆ R¹¸_¹ô)Ç& êâç[:cÚq?¨yD(X ¬ÀÄqP`P˜ŸÞ·yHH°;d0õÏÌqÿ‚ð!9¶Šv8<¦Z¬|°º@+†¶)V¬lpHP•vK¹«8„EpH¸ûâ‘]£ÃBbaÎÉ\±PÙ!悎èñááa!Æ>ó¯bßqÅóÉÝýß%JÎvk\d¨ClÌ>á~ÿÒò&9T>¢ÉÊKw]ÜÝÚÞ­VXpHpùбöWJ² jÔë0wOÊÓg/º}’r/’`¬F#?àCvLÒ¬ùÛ..Ýu™w8Ê6ýÃc§@ÀÕ[I‰UÍ.Ej6í4ˆšròúˆˆ)TuøèèëÐiÂ>àøNÞɳ„E¹æprï—m! Ã˜&ÆRÇïŽm%%Šz–¶¦fdýÒ3ý¾ð/p|~3·2nÍçud€û¦÷®XÜ»¶fÎøþ]«z–ïéâãín•7îß>euŽßºSÚzæö]ðó2ƒÇnÞñ,G•Ë,a½rö,›³W©V¦Ýü¦¹Üö>Û ïø'zPëS•-Á]ǽwp›ã¸Õ¥[?}ÓiÓž•”5_5Ž.7x>´w×EƒÒ.CC}«Z­]´Ã=°¨Ø~æF9+Ð7m@ѯß»ybøða'oݱ5=¤ý}S»™ï]ßvêpçê“¥œ¼yÇǯ¨Zv\Ï6°ºðq…jŽZ]8vÕèÓnÊ>prï€a~d„o]j5´oÍî`Ê÷ñíRÈ-ÜÝj?yÅ1|ôâÃQ‰ÓÃ⧆öš\¹ç¤ZýfI ·¶¬'¹.:~R`G{@Ý¿½ØA•gïr¨\%sêâM Sý¸’e+Vô¯X²BÜȹG c'¶t®V¼œEÿz©ëÐärôèº6ÕƒJ”÷/_®lÍNã³UºÕð+U¡b`héÀ/³õ=4µ™BÅCÂ#Ûœ Ý»}¾fX P¾TÙžØjhJBÍ"e*T õõÙDw/ê[<¸råÖYÓ­.·¯lo^²‚¥@ÿ&™ý k'ç7 -ãP±LhƒE'¯øÝº´±K­àÒþËÕï>1oêûì±%úzVsL<¢÷TtÚ^v΀™½Ÿœ¹ßÆ®¯1¿qÎâwáÓ÷bÓ÷9c¶Vl#:&}ïî8yáúwÕÒHªQ¸Õ샟?Ã+÷˜4tÂΪ}çĥ̉Mž4ÓØ€Q}fE'ÍŠIž Té;·Jßy͆,+ÛœsÀº{ç6œ8wí;¬:×ÎÎ ¨XªtlüÕ[Ÿ?Ÿ ä…*¼à?Çå`@®ßžwíô¿ìô©8÷»Ü“péKñæ/sü%&ìüýÞýz&ò? Ãçÿ>ÿpý+nŽëÆ«=ð5ùçró7óþæ¥/¯²?ÐÈéæûW4þ8ýF>àßòoù·ü[þ-ÿ–Ë¿åÿçRÎë_ü[þ-ÿ–ÿnÙ67/Kýyƒ° †`3l­°ì »À®°ì{Àù`OØ ö†}àüpØ.‚ýàÂp¸(\ .—€KÂ¥àÒp¸,\.W€+ÂþpW‚ƒà`8® ‡Âap8GÂQp4ÇÂqp¸*\ ®×€kµàÚp¸.\®7€ÂàÆp¸)Ü n·€[­àÖp¸-Ünw€;ÂàÎp¸+Ü î÷€{½àx8î 'Â6¸œ'Ã)p_¸œ §ÁépÜgÂYp6œ„Áƒá!ðPx<„GÁ0ŒÀ(ŒÁ8LÀ$LÁ4ÌÀ,ÌÁ<,À",Á2¬À*¬Á:l‡GÃcà±ð8x<<žO‚'ÃSà©ð4x:<ž Ï‚gÃsà¹ð¼^/‚ÃKà¥ð2x9¼^ ¯‚WÃkàµð:x=¼Þo‚7Ã[à­ð6x;¼Þ ï‚wÃ{à½ð>x?|>‚ÃGà£ð1ø8|> Ÿ‚OÃgà³ð9ø<|¾_‚/ÃWà«ð5ø:|¾ ß‚oÃwà»ð=ø>ü~?‚ÃOà§ð3ø9ü~ ¿‚_Ãoà·ð;øø=üþ‚?Ã"&B̈±"Nˆ3₸"nˆ;âäC</ÄñAò#_¤ RñC #E¢H1¤8R)‰”BJ#e²H9¤Òiˆ4B#M¦H3¤9Òi‰´BZ#m¶H;¤=ÒéˆtB:#]®H7¤;Òé‰ôB⑤7’ˆØ>H’Œ¤ }‘~H*’†¤#Hd’‰d!ÙH2„ F† C‘aÈpd2…À‚ †à…Ѓ°‡ðˆ€ˆˆ„Ȉ‚¨ˆ†èˆŒAÆ"ãñÈd"2 ™ŒLA¦"ÓéÈ d&2 ™ÌAæ"óùÈd!²YŒ,A–"ËåÈ d%² Y¬AÖ"ëõÈd#² ÙŒlA¶"ÛíÈd'² ÙìAö"ûýÈä r9ŒAŽ"ÇãÈ ä$r 9œAÎ"çóÈä"r ¹Œ\A®"×ëÈ ä&r ¹ÜAî"÷ûÈä!òyŒCŸ£/Зè+ô5ú}‹¾Cÿ@ߣÐè'ô3 ` f ̌Y0+æ„9c.˜+憹cX>Ìó¼1,?VóÅ b…0?¬0V+ŠÊc%°’X)¬4V+‹•ÃÊc°Š˜?€b•° , Á*c¡XŽE`‘XÅ`±XV«ŠUêc5°šX-¬6V«‹ÕÃêc °†X#¬1ÖkŠ5Úc-°–X+¬5Ök‹µÃÚc°ŽX'¬3ÖëŠuúc=°žX/,KÀzc‰˜ ëƒ%aÉX Ö뇥biX:–õÇ`™X–å`±AØ`l6† ÇF`#±QŒ!ŠaމQ1‹q ˜ˆI˜Œ)˜Ši˜ŽÙ±ÑØl,6MÀ&b“°ÉØl*6 ›ŽÍÀfb³°ÙØl.6›-Àb‹°ÅØl)¶ [Ž­ÀVb«°ÕØl-¶[mÀ6b¢ ¬Ý¸¾›°íØl'¶ ÛÍ=º[½ýì v;ŒÁŽbÇ°ãØ ì$v ;ÁÎbç°óØì"v »Œ]Á®b×°ëØ ì&v »ÝÁîb÷°ûØì!ö{Œ=ÁžbÏ°çØ ì%ö {½ÁÞbï°?°÷Øì#ö ûŒ8ˆ›ðjMòì‚õ•?¶ƒpW<¤> ؆¹á^¸7îƒçÇ à¾xA¼î‡Æ‹àEñbxq¼^/…—ÆËàeñrxy¼^÷Çð@¼„ã!xe<ÃÃñ<£ñ<ëàUñjxu¼^¯…ׯëàuñzx}¼¾s`Ѹ/·žR“­!Þ o·ÁÛâíðöx¼#Þ ïŒwÁ»âÝðîx¼'Þ ÇðÞx"nÃûàIx2ž‚÷Åûá©xžŽgàýñx&ž…gã9ø@|>‚ŇáÃñøH|ãŽâŽãNâNã ÎâÎã.â.ã ®â®ãv|4>‹ÃÇãð‰ø$|2>ŸŠOçã3ð™ø,|6>Ÿ‹ÏÃçã ð…ø"|1¾_Š/×ã+ð•ø*|5¾_‹¯Ã×ãðø&|3¾ߊo÷ã;ðø.|7¾ß‹ïÃ÷ãðƒø!ü0~?ŠÃã'ð“ø)ü4~?‹ŸÃÏãð‹ø%ü2~¿Š_ïã7ð›ø-ü6~¿‹ßÃïãð‡ø#ü1þŠ?ßã/ð—ø+ü5þ‹¿ÃÿÀßãðø'ü3 a" ÂLX+áD8.„+áF¸D>“ð"¼ "?Q€ð% …?¢0Q„(J#Š%ˆ’D)¢4Q†(K”#ÊˆŠ„?@•ˆ "˜!*¡DND‘DMıDQ…¨JT#ª5ˆšD-¢6Q‡¨KÔ#ê ˆ†D#¢1Ñ„hJ4#š-ˆ–D+¢5цhK´#ÚˆŽD'¢3Ñ…èJt#º=ˆžD/"žH z‰„èC$ÉD Ñ—èG¤iD:‘Aô'™D‘Mä‰AÄ`b1”F 'F#‰QL J`NIPM0KpO„HH„L(„Jh„N؉ÑÄb,1ŽOL &“ˆÉÄb*1˜NÌ f³ˆÙÄb.1˜O, ‹ˆÅÄb)±ŒXN¬ V«ˆÕÄb-±ŽXOl 6›ˆÍÄb+±ØNì v»ˆÝÄb/±ØO ‡ˆÃÄâ(qŒ8Nœ N§ˆÓÄâ,qŽ8O\ .—ˆËÄâ*q¸NÜ n·ˆÛÄâ.q¸O< ˆÇÄâ)ñŒxN¼ ^¯ˆ×Äâ-ñŽøƒxO| >ŸˆÏ@‚¤‰„H3i!­¤éLº®¤éNzùHOÒ‹ô&}ÈüdÒ—,H"ýÈÂd²(YŒ,N– K’¥ÈÒd²,YŽ,OV +’þdHV"ƒÈ`2„¬L†’ad8AF’Qd4CÆ’qd²*Y¬NÖ k’µÈÚd².Y¬O6 ’ÈÆd²)ÙŒlN¶ [’­ÈÖd²-ÙŽlOv ;’ÈÎd²+ÙìNö {’½Èx2ìM&’6²™D&“)d_²™J¦‘édÙŸ@f’Yd6™C$‘ƒÉ!äPr9œAŽ$G‘0‰(‰‘8I$I‘4É,É‘<)")‘2©*©‘:i'G“cȱä8r<9œHN"'“SÈ©ä4r:9ƒœIÎ"g“sȹ乀\H."“KÈ¥ä2r9¹‚\I®"W“kȵä:r=¹ÜHn"7“[È­ä6r;¹ƒÜIî"w“{Ƚä>r?y€ù€|H>"“Oȧä3ò9ù‚|I¾"_“oÈ·ä;òò=ùüH~"?“R& ¢Ì”…²RN”3åB¹Rn”;åAå£<)/Ê›ò¡òS(_ª Uˆò£ SE¨¢T1ª8U‚*I•¢JSe¨²T9ªÕ€jH5¢SM¨¦T3ª9Õ‚jIµ¢ZSm¨¶T;ª=ÕêHu¢:S]¨®T7ª;ÕƒêIõ¢â©ª7•HÙ¨>T•L¥P}©~T*•F¥STj•IeQÙT5D ¦†PC©aÔpj5’EÁB¡FáA‘EÑC±Gñ”@‰”DÉ”B©”Fé”M¡ÆRã¨ñÔj"5‰šLM¡¦RÓ¨éÔ j&5‹šMÍ¡æRó¨ùÔj!µˆZL-¡–R˨åÔ j%µŠZM­¡ÖRë¨õÔj#µ‰ÚLm¡¶RÛ¨íÔj'µ‹ÚMí¡öRû¨ýÔê uˆ:L¡ŽRǨãÔ ê$uŠ:M¡ÎRç¨óÔê"u‰ºL]¡®RרëÔ ê&u‹ºMÝ¡îR÷¨ûÔê!õˆzL=¡žRϨçÔ ê%õŠzM½¡ÞRï¨?¨÷Ôê#õ‰úL4H›hˆ6ÓÚJ;Ñδ íJ»Ñî´ö¤½hoÚ‡ÎO }é‚t!Ú.L¡‹ÒÅèât º$]Š.M—¡ËÒåèòtº"íOÐt%:ˆ¦CèÊt(F‡Ót$EGÓ1t,GW¡«ÒÕèêt º&]‹®MסëÒõèútº!݈nL7¡›ÒÍèæt º%ÝŠnM·¡ÛÒíèötº#݉îLw¡»ÒÝèîtº'Ý‹Ž§èÞt"m£ûÐIt2B÷¥ûÑ©tNgÐýét&EgÓ9ô@z=˜B¥‡ÑÃéôHz ÓÒÓMÒMÓ ÍÒÍÓ-Ò-Ó ­Ò­Óvz4=†K£ÇÓè‰ô$z2=…žJO£§Ó3è™ô,z6=‡žKÏ£çÓ è…ô"z1½„^J/£—Ó+è•ô*z5½†^K¯£×Óèô&z3½…ÞJo£·Ó;èô.z7½‡ÞKï£÷Óèƒô!ú0}„>J£Ó'è“ô)ú4}†>KŸ£ÏÓè‹ô%ú2}…¾J_£¯Ó7è›ô-ú6}‡¾KߣïÓè‡ô#ú1ý„~J?£ŸÓ/è—ô+ú5ý†~K¿£ÿ ßÓèô'ú3 0 cb ÆÌX+ãÄ83.Œ+ãÆ¸3L>Æ“ñb¼&?S€ñe 2…?¦0S„)ÊcŠ3%˜’L)¦4S†)Ë”cÊ3˜ŠŒ?À2•˜ &˜ a*3¡LÎD0‘LÍÄ0±LS…©ÊTcª35˜šL-¦6S‡©ËÔcê3 ˜†L#¦1Ó„iÊ4cš3-˜–L+¦5Ó†iË´cÚ3˜ŽL'¦3Ó…éÊtcº3=˜žL/&žI`z3‰ŒéÃ$1ÉL Ó—éǤ2iL:“Áôg0™L“Íä0™AÌ`f3”Æ gF0#™Q Ì Ê` Î ÉP Í0 Ëp ÏŒÈHŒÌ(ŒÊhŒÎØ™ÑÌf,3ŽÏL`&2“˜ÉÌf*3™ÎÌ`f2³˜ÙÌf.3™Ï,`2‹˜ÅÌf)³ŒYά`V2«˜ÕÌf-³ŽYÏl`62›˜ÍÌf+³ÙÎì`v2»˜ÝÌf/³ÙÏ`2‡˜ÃÌæ(sŒ9Μ`N2§˜ÓÌæ,sŽ9Ï\`.2—˜ËÌæ*s¹ÎÜ`n2·˜ÛÌæ.s¹Ï<`2˜ÇÌæ)óŒyμ`^2¯˜×Ìæ-óŽùƒyÏ|`>2Ÿ˜Ï À‚¬‰…X3ka­¬ë̺°®¬ëÎz°ùXOÖ‹õf}ØülÖ—-ÈbýØÂl¶([Œ-Ζ`K²¥ØÒl¶,[Ž-ÏV`+²þlÈVbƒØ`6„­Ì†²al8ÁF²Ql4ÃÆ²ql¶*[­ÎÖ`k²µØÚl¶.[­Ï6`²ØÆl¶)ÛŒmζ`[²­ØÖl¶-ÛŽmÏv`kU€fݱ¾Ùnlw¶Û“íÅÆ³ lo6‘µ±}Ø$6™Maû²ýØT6Mg3Øþì6“Íb³Ùv ;ˆÌa‡²ÃØáìv$;Š…Y„EYŒÅY‚%YŠ¥Y†eYŽåYY‰•Y…UYÕY;;šÃŽeDZãÙ ìDv;™ÂNe§±ÓÙìLv;›ÃÎeç±óÙìBv»˜]Â.e—±ËÙìJv»š]îe×±ëÙ ìFv»™ÝÂne·±ÛÙìNv»›ÝÃîe÷±ûÙìAö{˜=Âe±ÇÙìIö{š=ÞeϱçÙ ìEö{™½Â^e¯±×ÙìMö{›½ÃÞeï±÷ÙìCöû˜}Â>eŸ±ÏÙìKöûš}þeß±°ïÙìGöû™83qgæ,œ•sâœ9ΕsãÜ9.çÉyqÞœ—Ÿ+Àùr¹BœW˜+ÂåŠqŹ\I®Wš+ÕåÊqå¹ \EΟ à¹J\Ì…p•¹P.Œ ç"¸H.Š‹æb¸X.Ž«ÂUåªqÕ¹\M®W›«ÃÕåêqõ¹\C®טkÂ5åšq͹\K®ךkõåÚqí¹\G®×™ëÂuåºqݹ\O®Ï%p½¹DÎÆõá’¸d.…ëËõãR¹4.Ëàús¸L.‹Ëær¸Ü n07„Ê ã†s#¸‘Ü(æå0çŽä(ŽæŽå8ŽçNä$NæNå4NçìÜhn 7–Çç&p¹IÜdn 7•›ÆMçfp3¹YÜln7—›ÇÍçp ¹EÜbn ·”[Æ-çVp+¹UÜjn ·–[Ç­ç6p¹MÜfn ·•ÛÆmçvp;¹]Ünn·—ÛÇíçp¹CÜaîw”;ÆçNp'¹SÜiî w–;Çç.p¹KÜeî w•»Æ]çnp7¹[Ümîw—»ÇÝçp¹GÜcî ÷”{Æ=ç^p/¹WÜkî ÷–{ÇýÁ½ç>p¹OÜgàAÞÄC¼™·ðVÞ‰wæ]xWÞwç=ø|¼'ïÅ{ó>|~¾ïËä ñ~|a¾_”/ÆçKð%ùR|i¾ _–/Ç—ç+ðy>€ä+ñA|0ÂWæCù0>œà#ù(>šácù8¾ _•¯ÆWçkð5ùZ|m¾_—¯Ç×çð ùF|c¾ ß”oÆ7ç[ð-ùV|k¾ ß–oÇ·ç;ðùN|g¾ ß•ïÆwç{ð=ù^|<ŸÀ÷æy߇Oâ“ù¾/ßOåÓøt>ƒïÏà3ù,>›ÏáòƒøÁü~(?ŒÎàGò£x˜Gx”Çxœ'x’§xšgx–çxžx‘—x™Wx•×x·ó£ù1üX~?žŸÀOä'ñ“ù)üT~?ŸÁÏägñ³ù9ü\~?Ÿ_À/äñ‹ù%üR~¿œ_Á¯äWñ«ù5üZ~¿žßÀoä7ñ›ù-üV~¿ßÁïäwñ»ù=ü^~¿Ÿ?Àäñ‡ù#üQþœ?ÁŸäOñ§ù3üYþž¿À_ä/ñ—ù+üUþ¿Áßäoñ·ù;ü]þŸÀ?äñù'üSþÿœÁ¿ä_ñ¯ù7ü[þÿÿžÿÀä?ñŸy@“ fÁ"X'ÁYp\7Á]ðò ž‚—à-øù…‚¯PP($ø ……"BQ¡˜P\(!”J ¥…2BY¡œP^¨ Tü…!P¨$ ÁBˆPY„p!Bˆ¢„h!Fˆâ„*BU¡šP]¨!Ôj µ…:B]¡žP_h 4 …&BS¡™Ð\h!´Z ­…6B[¡Ð^è t: ….BW¡›Ð]è!ôz ñB‚Ð[HlB!IHR„¾B?!UHÒ… ¡¿0@Ȳ„l!G(  C„¡Â0a¸0B)Œ`PpHhXxADAdATAtÁ.ŒÆc…qÂxa‚0Q˜$L¦S…iÂta†0S˜%Ìæs…yÂ|a°PX$,–K…eÂra…°RX%¬Ök…uÂzaƒ°QØ$l¶[…mÂva‡°SØ%ìö{…}Â~á€pP8$ŽG…cÂqá„pR8%œÎg…sÂyá‚pQ¸$\®W…kÂuá†pS¸%Üîw…{Â}áðPx$<žO…gÂsá…ðRx%¼Þo…wÂÂ{áƒðQø$|M"$šE‹hDgÑEtÝDwÑCÌ'zŠ^¢·è#æ ˆ¾bA±è'‹ˆEÅbbq±„XR,%–ˈeÅrby±‚XQôÄ@±’$‹!be1T ÃÅ1RŒ£Å1VŒ«ˆUÅjbu±†XS¬%ÖëˆuÅzb}±ØPl$6›ˆMÅfbs±…ØRl%¶ÛˆmÅvb{±ƒØQì$v»ˆ]Ånbw±‡ØSì%Æ‹ bo1Q´‰}Ä$1YLûŠýÄT1ML3Äþâ1S̳Åq 8H,‡ŠÃÄáâq¤8J„EDDELÄEB$EJ¤EFdENäEAEI”EETEMÔE»8Z#ŽljãÅ âDq’8Yœ"N§‰ÓÅâLq–8[œ#Îç‰óÅâBq‘¸X\".—‰ËÅâJq•¸Z\#®׉ëÅ âFq“¸YÜ"n·‰ÛÅâNq—¸[Ü#î÷‰ûÅâAñxX<"‰ÇÅâIñ”xZ<#žωçÅ âEñ’xY¼"^¯‰×ÅâMñ–x[¼#Þï‰÷ÅâCñ‘øX|">Ÿ‰ÏÅâKñ•øZ|#¾߉ˆïÅâGñ“øY$P2Id–,’Ur’œ%ÉUr“Ü%)Ÿä)yIÞ’”_* ùJ¥B’ŸTX*"•ŠIÅ¥RI©”TZ*#••ÊIå¥ REÉ_ ¥JR,…H•¥P)L —"¤H)JŠ–b¤X)Nª"U•ªIÕ¥RM©–T[ª#Õ•êIõ¥RC©‘ÔXj"5•šIÍ¥RK©•ÔZj#µ•ÚIí¥RG©“ÔYê"u•ºIÝ¥RO©—/%H½¥DÉ&õ‘’¤d)Eê+õ“R¥4)]ÊúK¤L)KÊ–r¤Ò i°4D* “†K#¤‘Ò( – •0 —‰”(‰–‰•8‰—I”$I–I•4I—ìÒhiŒ4V'—&H¥IÒdiŠ4Uš&M—fH3¥YÒliŽ4Wš'Í—H ¥EÒbi‰´TZ&-—VH+¥UÒji´VZ'­—6H¥MÒfi‹´UÚ&m—vH;¥]Òni´WÚ'í—H¥CÒaéˆtT:&—NH'¥SÒiéŒtV:'—.H¥KÒeéŠtUº&]—nH7¥[ÒméŽtWº'Ý—H¥GÒcé‰ôTz&=—^H/¥WÒkéôVz'ý!½—>H¥OÒg AÙ$C²Y¶ÈVÙIv–]dWÙMv—=ä|²§ì%{Ë>r~¹€ì+” É~ra¹ˆ\T.&—KÈ%åRri¹Œ\V.'——+Èe9@”+ÉAr°"W–Cå09\Ž#å(9ZŽ‘cå8¹Š\U®&W—kÈ5åZrm¹Ž\W®'×—È åFrc¹‰ÜTn&7—[È-åVrk¹ÜVn'·—;ÈåNrg¹‹ÜUî&w—{È=å^r¼œ ÷–e›ÜGN’“幯ÜON•Óät9Cî/3å,9[ΑʃäÁòy¨ ”ɇå#òQù˜|\>!Ÿ”Oɧå3òYùœ|^¾ _”/É—å+òUùš|]¾!ß”oÉ·å;ò]ùž|_~ ?”Éå'òSù™ü\~!¿”_ɯå7ò[ùü‡ü^þ ”?ÉŸe@“)fÅ¢X'ÅYqQ\7Å]ñPò)žŠ—â­ø(ù•НRP)¤ø)…•"JQ¥˜R\)¡”TJ)¥•2JY¥œR^© TTü•%P©¤)ÁJˆRY U”p%B‰T¢”h%F‰Uâ”*JU¥šR]©¡ÔTj)µ•:J]¥žR_i 4T)•&JS¥™Ò\i¡´TZ)­•6J[¥Ò^é tT:)•.JW¥›Ò]é¡ôTz)ñJ‚Ò[ITlJ%IIVR”¾J?%UISÒ• ¥¿2@ÉT²”l%G¨ R+C”¡Ê0e¸2B©ŒR`QPSp…PH…Rh…QX…SxEPDERdEQTEStÅ®ŒVÆ(c•qÊxe‚2Q™¤LV¦(S•iÊte†2S™¥ÌVæ(s•yÊ|e²PY¤,V–(K•eÊre…²RY¥¬VÖ(k•uÊzeƒ²QÙ¤lV¶([•mÊve‡²SÙ¥ìVö({•}Ê~å€rP9¤VŽ(G•cÊqå„rR9¥œVÎ(g•sÊyå‚rQ¹¤\V®(W•kÊuå†rS¹¥ÜVî(w•{Ê}åòPy¤UŸ©ÏÕêKõ•úZ}£¾Uß©¨ïÕêGõ“úY4P3ifÖ,šUsÒœ5ÍUsÓÜ5-Ÿæ©yiÞš–_+ ùjµBšŸVX+¢ÕŠiŵZI­”VZ+£•ÕÊiåµ ZEÍ_ еJZ¬…h•µP-L ×"´H-J‹Öb´X-N«¢UÕªiÕµZM­–V[«£ÕÕêiõµZC­‘ÖXk¢5Õši͵ZK­•ÖZk£µÕÚiíµZG­“ÖYë¢uÕºiݵZO­—¯%h½µDͦõÑ’´d-Eë«õÓRµ4-]ËÐúk´L-KËÖr´Ú m°6Dª Ó†k#´‘Ú( Ö Õ0 ×Ô(ÖÕ8×MÔ$MÖMÕ4M×ìÚhmŒ6V§×&hµIÚdmŠ6U›¦M×fh3µYÚlmŽ6W›§Í×h µEÚbm‰¶T[¦-×Vh+µUÚjm¶V[§­×6hµMÚfm‹¶UÛ¦m×vh;µ]Únm¶WÛ§í×hµCÚaíˆvT;¦×Nh'µSÚiíŒvV;§×.hµKÚeíŠvU»¦]×nh7µ[ÚmíŽvW»§Ý×hµGÚcí‰öT{¦=×^h/µWÚkíöV{§ý¡½×>hµOÚg ÐAݤCºY·èVÝIwÖ]tWÝMw×=ô|º§î¥{ë>z~½€î«Ô é~za½ˆ^T/¦×Kè%õRzi½Œ^V/§—×+èu=@Ô+éAz°¢WÖCõ0=\Ð#õ(=ZÑcõ8½Š^U¯¦W×kè5õZzm½Ž^W¯§××è õFzc½‰ÞTo¦7×[è-õVzk½ÞVo§·×;èõNzg½‹ÞUï¦w×{è=õ^z¼ž ÷Öu›ÞGOÒ“õ½¯ÞOOÕÓôt=Cï¯Ð3õ,=[ÏÑêƒôÁú}¨>L®ÐGê£tXGtTÇt\'tR§tZgtVçt^tQ—tYWtU×t]·ë£õ1úX}œ>^Ÿ OÔ'é“õ)úT}š>]Ÿ¡ÏÔgé³õ9ú\}ž>__ /Ôé‹õ%úR}™¾\_¡¯ÔWé«õ5úZ}¾^ß oÔ7é›õ-úV}›¾]ß¡ïÔwé»õ=ú^}Ÿ¾_? Ôé‡õ#úQý˜~\?¡ŸÔOé§õ3úYýœ~^¿ _Ô/é—õ+úUýš~]¿¡ßÔoé·õ;ú]ýž~_ ?Ôéõ'úS½^ õöÄŸé¯õ7ú[ýþ‡þ^ÿ Ô?éŸuÀÚMvÈn¶[ìV»“ÝÙîbwµ»ÙÝíö|vO»—ÝÛîcÏo/`÷µ´²û٠ۋ؋ڋًÛKØKÚKÙKÛËØËÚËÙËÛ+Ø+Úýíö@{%{=Øb¯lµ‡ÙÃíöH{”=ÚcµÇ٫ثګ٫ÛkØkÚkÙkÛëØëÚëÙëÛØÚÙۛ؛ڛٛÛ[Ø[Ú[Ù[ÛÛØÛÚÛÙÛÛ;Ø;Ú;Ù;ۻػڻٻÛ{Ø{Ú{Ùãí öÞöD»ÍÞÇždO¶§ØûÚûÙSíiöt{†½¿}€=óÿ)î*£¬H’õÅÝÆ§ÆÝ‡Æ½qww·Æ]2 *Ý wwwwwww^Ãî™fÎβóÎÖŸº••ùeDdDdÆ­ª ÔõA}Q?Ô @Ñ 4 ACÑ04@#Ñ(4…¢1h,‡Æ£ h"š„&£)h*š†¦£h&š…f#„9hš‹ÂÐ<4¹#‚(bˆ#$RH#ƒ,òд-B‹Ñ´-CËÑ ´­B«Ñ´­CëÑ´mB›Ñ´mCÛÑ´íB»Ñ´íCûÑtB‡ÑtCÇÑ tB§ÑtCçÑt]B—Ñt]C×Ñ tÝB·ÑtÝC÷Ñô=BÑô=CÏÑ ô½B¯Ñô½CïÑô}BŸÑôù D„H¢@TˆÑ!Ä„Xâ@\ˆñ!$„D’@RHÉ!¤?H©! ¤…tàé!d„L²@VÈr@N„\ò@^Èù¡„BPŠ@Q(Å¡”„RPÊ@”…rP*@E¨•¡ T…`¨Õ¡Ô„ZPê@]¨õ¡4„F¡ 4…fÐZ@Kh­¡ ´…vÐ:@Gè¡ t…nÐz@O轡ô…~ÐÀ@ƒa …a0FÀH£!ÆÀXãaL„I0¦ÀT˜ÓaÌ„Y080æB̃ùàp AKÀ_­Ù:‚Ï—-ýϽ›³ÖV¿júÿí·+þ”f~,Ûè÷¯×AMÿ¸-.ûg¨ñçüÕþ{ø9ºsæý³;:ýÝ’îVíßêBÀß×[Éd—·ÊÏ!õù©JÝ?«Û¹êKw»¹5[ÿÿhúlçÏîÔòûopóÖý¹vK'×t¢íÿÜFzb“ÿ´Û¿óF¯çþ<Ÿ¹C|¾{¿Ù0÷¥£ç\ýI¼žÈk‰ß”ýªãÕiúoz åÿÖo|ü _jvþŽRówÚÑ#ì?áôâ¿Ðø'Þ>Ý–Ÿç_ÚUý/7 Iö÷ØPöÒ9¼Ýïè þõ¼æ»Ô6÷ùŠÿflmû7£’,(<ÒiüstEléóM ùqèÿ¡…æ÷£y?/£a¾ÿÁÑþÅËŠù|±¿{tõ·Ðñ"£ï|çÏïÄù±lØŸŒÝÆÚŽöoóUÈ‘\?Ö þÁæºßgrå_Ï;ü}¾5~ý]æ?ötxþ_¯;°'©ù÷ËsTµ=-ÿ{”3óGü Eþâʬ¢û÷sõö›\ §ûÑÿøòÍ:^ýŽâç?ä3Ëúi]Þÿÿ¡]­î6w»»ÃmÖ´z+Ÿ¯W¥vºûÝîA÷{Ø=âu¹ÇÝ.š?;õàž'ݳî9÷¼{Áî†4¾è^u¯¹×ÝîM÷–{Û½ãÞuﹿäÛÒò¾ûØ}â†~‹sN»gܧîk÷ûÖ}ç¾w?¸ÝOîg÷‹»,Õfw‹ûÕ„#ã(8*ކ£ã;ázÔ«\ ÇÅñp|œ'ĉpbœ'ÅøÛ†å{Ãgjœ§Åá¼wʈ3áÌ8 Ί³áœ§ÃþáåÝÂz„ã-¯µ¢Ö>7.„ ã"¸(.†‹ã¸$.…Kã28—Ååpy\WÄ•pe\WÅÁ¸®Žkàš¸®ëຸ®à†¸ÁqÜ7ÃÍq ܷ³çûႸ5n;àŽ¸ஸîŽ{àž¸îûྸîàxŒ‡à¡xŽGà‘xCñ<Ããñ<O“ñ<?ûžø"%nÎK‡¹+‚òài8 ÏÃó±‹1&˜b†9Xb…56Øb/À ñ"¼/Á—ÜËîw)^‰WáÕx ^‹×áõxÞˆ7áÍx ÞŠ·áíxÞ‰wáÝxÞ‹÷áýø>ˆáÃøÞåî—õàÔuÚŧñ|ŸÃçñ|_—ñ|_Ã×ñ |ß·ñ|ßÃ÷ñ¼ /Ç+ðCü?ÃÏñ ü¿Â¯ñü¿ÃïñüŸñüûH‘D"‘É3÷¹ûÂ}é¾r£X$6‰Câ’x$>I@’D$1IB’’d$9IAR?’Ф&iHZ’Žø“ô$ÉH2‘Ì$ ÉJ²‘’ä 9I ÉEr“<$/ÉGò“¤ )D “š!G¿o*ƒÜ C8Î…Óã 8—%åHy’çÄUHULª‘ꤩIj‘ ¤"Éçâ"¤!iDBȳoé` àv¸1iIZ‘Ö¤ iKÚ‘ö¤éH:‘Τ éJº‘î¤éIz‘Þ¤éKú‘þdH‘ÁdJ†‘ádIF‘Ñ$”Œ!cÉ82žL É$2™L!SÉ42Ì 3É,2› Ä!sÈ\Fæ‘ùÄ%˜B #œ"‰"šb‰G…dYL–¥dYNV•dYMÖµdYO6dÙL¶­dÙNvd laà2$ˆÔ#•HeR—$‡ÈaR›Ô!'ÈIrŠœ&gÈYrŽœ'GÈQRŸ4 »É5rÜ 7É-õ[:Z§¹M’Gä1yBž’gä9yA^’Wä5yCÞ’wä=ù@>’Oä3ùB¾@#ÒH42B£Òh4:AcÒX46CãÒx4>M@ÒD41MB“Òd49MASR?šŠ¦¦ihZšŽúÓô4ÍH3ÑÌ4 ÍJ³Ñšæ 9i ÍEsÓ<4/ÍGóÓ´ -D Ó"´(-F‹Ó´$-EKÓ24ˆ–¥åhyZV¤•heZ…V¥Á´­NÓ„¯O ‡í'ÈerŒ'—H=ZŸ6 ÈEÒ„6¥ÍhsÚ‚¶¤­hkÚ6¢WÈURƒv¢iÚ•v£mpú€t§½iÚ—ö£ýé:¢ƒé:”£Ãé:’Ž¢£i(CÇÒqt<@'ÒIt2B§Òit:AgÒYt6E¨Cçй4ŒžrK}Kùœ·vG:r*¨¤Šjj¨¥]@ÒEt1]B—Òet9]AWÒUt5]C×Òut=Ý@7ÒMt3ÝB·Òmt;ÝAwÒ]t7ÝC÷Ò}t?=@ÒCô0=BÒcô8=AOÒStlçÜáÑ[OZ—¶§!´1mG/ÒKô2mCÛÒô&½EoÓ;ô.½GïÓ+ô*í@=MŸÑçôó}VëE_Ò÷ôýH?ÑÏô ýJ},‹È"±È, ‹Ê¢±è,‹Éb±Ø,‹Ëâ±ø,KȱÄ, KÊ’±ä,KÉüX*–š¥aiY:æÏÒ³ ,#ËÄ2³,,+ËÆXv–ƒåd,ËÍò°¼,ËÏ °‚¬+ÌŠ°¢¬+ÎJ°’¬+Íʰ V–•cåYV‘Ub•YV•³j¬:«Áj²Z¬6«Ãê²z¬>kÀ²F,„5fMXSÖŒ5g-XKÖŠåø6—Ÿ§ècz^§hGÖ‰ufèCÚƒõd½XoÖ‡õeýXÖ…ueOèSÚš cÃÙ6’b=h{öŽŽfãØx6Mdë” _÷Eo1‰Mg3ØL6‹ÍfˆsØ6—…±yl>sf„QÆg‚I¦˜f†Yæ±l![ij%l)[Æ–³l%[ÅV³5l-[ÇÖ³ l#ÛÄ6³-l+ÛÆ¶³l'ÛÅv³=l/ÛÇö³ì ;ij#ì(;ÆŽ³ì$;ÅN³3ì,;Çγ ì"»Ä.³+ì*»Æ®³ì&»Ån³;ì.»Çî³ì!{ij'ì){Æž³¬ kËÚ±1¬̺±îl{Ï>°lÈ|<È#ñÈ< Ê£ñOì3†²—,.Oòm½Dÿ1Û«§à)¹OÅSó4<-OÇýyzžgä™xfž…gåÙxÏÎsðœ<ÿÒfŽÃsñü¼/È ñ¼/Ê‹ñâ¼/ÉKñÒ¼ âey9^žWày%^™WáUy0¯Æ«ó¼&¯Åkó:¼.¯Çëó¼!oÄCxcÞ„7åÍxsÞ‚·ä­xkÞ†·åíx{ÞwäxgÞ…wåÝxwÞƒ÷ä½xoÞ‡÷åýx>€¿b¯Ùö–½c±øö•ÅäÃù>’Gç1øX>ŽçøD>‰OæSø(>šÇæùø@>›#|IxÌ­Å4æðùÜå˜N9㜠.y7gŸÉgqÅð…|_Ì—ð¥|_ÎWð•|_Í×ðµ|_Ï7ð|ßÌ·ð­|ßÎwð|ßÍ÷ð½|ßÏðƒü?Ìð£ü?ÎOð“ü?ÍÏð³ü?Ï/ð‹ü¿Ì¯ð«ü¿Îoð›ü¿Íïð»ü¿Ïð‡üÌŸð_2•®âñ§üÍßð·üÏ?ðüÿÌ¿ð¯Ü'"ˆˆḃð¡|7<”áÓy SÄSù4_$ E"‘X$IE2[Ä–¿ä‘D‘V¤ñyž' ëbá>ñ9ÁS ‘Cä"—È-òˆ¼b:¾µ|L’OEDQQL%DIQJ”eD(+ʉò¢‚¨(*‰Ê¢Š¨*‚E5Q]Ô5E-Q[ÔuE=Q_4 E#"BY4áó¹´h,ZŠV¢µh#ÚŠv¢½è :ŠN¢³è"ºŠn¢»è!zŠ^¢·è#úŠ~¢¿ ŠAb°""‹("ªh*¢ ?WÄ)Åh*ƈä"…˜(&‰ÉbŠ˜*¦‰éb†+ƉT"»*æˆù´¹(MFŠØÄx1AÌHp!ÄL1KXá‰b¡X$‹%b©B Ž˜+ÖˆµbX/6ˆb“Ø,¶ˆ­b›Ø.vˆb—óÄ|áþ7rŒSx·8&Ž‹Bó•B #VˆÓâŒ8+–‰åâ’¸,®ˆ«âš¸.nˆ›âœ8/V‰Õâ¤x ŠGâ±x"žŠgâ¹x!^ŠWâµx#ÞŠw"7ÿ,{/¾ ŸŒ #ÊH2²Œ"£Êh2ºŒ!cÊX2¶Œ#ãÊS⮸ .Š;"L(É[â¶H.SÈ”ÒO¦’©e™V&–Iä=q_Ä“™e™Uf“2»Ì!sÊ@™Kæ–yd^™Oæ—dAYH–EdQYL—%dIYJ––ed,+ËÉò²‚l"ö‡óŸ6’åùT>“1«‘oÿ¢­‘kå¹S¾‘oå6¹]~’ŸåùUúTQERïä{¹Kîǹ-G‰hêƒü(£ª8*®Š§"«(*±J¢’ªd*¹J¡R*?_%P¿à&T‰T•V¥Sþ*½Ê R©Ô*@eW9TN¨r©Œ*“ʬ²¨¬*›Ê­ò¨¼*Ÿ*¨ ©Âªˆ*©J©ÒªŒ ReUQULEW1TlUQW%TUU«jªœ*¯j«:ª®ª§ê«ª¡j¤ª«*¿* jªZª‰jªš©æª…j©BTcÕAuTTgÕEuU­TkÕFµU½ToÕNµW=TOÕOõWÝTw5D UÃÔp5BT£Ôh5@ T}T_5H VcÕ85^MPÕ$ªÆ¨™j–š­å¨ÉjŠšª¦©éj†š£æª05OaEULie”UžZ *®„ª¤*«*j©’J©%j¥Z¥V«Ej±Ú 6ªMj³Ú¢¶ªmj»Z£ÖªùÊUëÔzµKíV{Ô^µOíW;ÔNuLW'ÔIuJVÔAuHVÔEuDUçÔyuE]UgÔYuKÝVwÔ]uOÝW×Ôuõ«ö]V7ÔMõH=V—ÔsõB½TÔCõA}TŸÔgõE}U¯ÔkÕGö•ÏeTMG×1tLKÇÖqt\OÇ×·d,µG&ÐItRL'×Mª}OÚYC¦Ðé´¿N¯[ÈHúz¯"êL:³Î¢}:‚Ρsê@KçÖyt^OgÕÙô/­ÒW‰¢3è⺄.©KéÒºŒÒeu9]^WÐu%]YWÑ u"XWÕ5tM]K×Öut]]O×× tCÝH‡èƺ‰nª›é'ßžô¼U:».¨ é6º­Î¯ èNº³î¢»ênº»î¡{êvº½Ž¬‹éæz€¨éÁzˆª‡éáz„©GéÑ:TÑcõ8=^OÐõ$=YOÑSõ4=]ÏÐ3õ,=[‡öÖi5Òsu˜ž§çkWcM4ÕLs;ø`¸ß𣅶ÚÓ ô¯òa¢ƒî¨ûè¾z™^®{iG¯Ñkõ:½^oÐõ&½Y¯Ð+u?Ý_/Ô»ôn½GïÕûô~}@Ô‡ôa}DÕÇôq}BŸÔ§4è­ÚèÓú¼¾ /êKú²¾¢¯êkúº¾¡oê[ú¶¾£ïê{ú¾~ êG:£Þ®WéÕz›~ªŸéçz‹>«ßè·ú~¯?èú“þ¬_è—z‡Þ©ëÈ&Љj¢™è&†‰ib™ØfÃož¶çt“Ô$3ÉÍÁ¼Ò¯µÏø™T&µù¢¿êô&ƒÉh2™Ì&‹Éj²™4&­‰h"™&·Écòš|&¿)` šB¦°)BÂדþÆç#"±IbŠ˜ SÖ”3)MN“Δ09LESÉT6&»©nj˜š¦–©m꘺¦ž©bªš@“ËœÑ L}ÓÔ”4¥LiSÆ”7mL[ÓÎT0L°©fšŽ¦“él𙿦‡éiz™Þ¦ékú™þ¦‹éjÞ¨Öº›én™Áfˆj†™áf€hÆšqf¼™`&šIf„iF™Ñfº™aBÍ3ÕL3³ 2“Ífæ™ùÆ5ØÆ13Í,#2sÌ\Ã0Úcg¨af™YnV˜•f•Ym˜…æ[”^®…hbÖš5f«YgÖ›%f©Ùavš]f·Ùf¶›æ 9d›#æ¨9fŽ›=f¯Yd›}f¿9eN›3æ¬9gΛ椹f®›榹en› 梹d.›桹b®š{æ¾ybžš;æ®ye^›7æ­ygÞ›æ£yfž› f£Ùd6›-æ³ùd¢Ø/æ«ya^šè6†icÙ¨6šoØ„6‘Ml“ؤ6™mãØÓØ´7ilZ›ÎúÛô6ƒÍh3ÙÌ6‹Íj³Ù›Ýæ°9m ÍesÛ<6¯ÍgóÛ¶ -d Û"¶¨-f‹Û¶¤-eKÛ26È–µåly[ÁV´•le[ÅVµÁ¶š­nkØš¶–­mëØº¶ž­o؆¶‘ ±mÛÔ6³Ím ÛÒ¶²­mÛÖ¶³ímÛÑv²mÛÕv³ÝmÛÓö²½mÛÁøÙ¸6žMiûÛT6µík‡Ùáv„iGÙÑ6ÔŽ±cí±7ÜŽÛv MnSØ©všngØ™v–d'ÙÉvŠmmÆÙyv¾u-¶ÄRË,·ÂJ«¬¶ÆZëÙv¡]dÛ%v©]f—Ûv¥]eWÛ5v­]g×Û v£Ýd7Û-v«Ýf·Ûv§ÝewÛ=v¯Ýg÷Ûö =dÛ#ö~ŒŸà£ö¤=eOÛ3ö¬=gÏÛ ö¢½d/Û+öª½f¯Ûö¦½eoÛ;ö®½gïÛö¡}dÛ'¶Ÿuì;ׂ}nµäǦb˜Ï7Ѿ¶/ìK;Û"ëó"x½H^d/Š÷Ê~¶_ìWfŸÚ8^\/žßKà%ôy‰½$^R/™—ÜKá¥ôü¼T^j/—ÖKçù{é½ ^F/“—ÙËâeõ²y^v/‡—Ó ôry¹½<^^/Ÿ—ß+àô y…½"^Qχ#àˆ¸˜WÊ+í•ñ‚¼¨$9’¥¬÷$ïFÊ endstream endobj 603 0 obj << /D [601 0 R /XYZ 56.693 815.761 null] >> endobj 386 0 obj << /D [601 0 R /XYZ 56.693 428.234 null] >> endobj 604 0 obj << /D [601 0 R /XYZ 56.693 408.363 null] >> endobj 115 0 obj << /D [601 0 R /XYZ 56.693 394.426 null] >> endobj 605 0 obj << /D [601 0 R /XYZ 56.693 368.618 null] >> endobj 387 0 obj << /D [601 0 R /XYZ 56.693 156.712 null] >> endobj 606 0 obj << /D [601 0 R /XYZ 56.693 136.842 null] >> endobj 600 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F52 247 0 R /F64 307 0 R >> /XObject << /Im24 590 0 R /Im25 599 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 615 0 obj << /Length 1486 /Filter /FlateDecode >> stream xÚíWKoÛ8¾ûWèhCñ!Š{s‘tÑÍn›­]ôÐ…l1¶`‹Nõ¨ÿú¾dù‘èy‘CF29~ó}3#­"ý9z;ݼã8’H¦$æOQJP*¢,‘ˆ²,šÑ×ñ[¥»ö êu®‹Å„àq·\ObÂñøé‘ V;»È›É·ù_à6N$9w›?ä][n»&žnÚr§•¾¶è~Bùx§1&«®ÎÍÂf¯êÍAu+³bL¢ bL©‰‘ ‚DBÁ‹ÝM8D ²ñûǸÙ2º›~ŒXƒ£$â)J%„LPŠI´¬F_¿á¨€ß ÄdííÊ*â F„¦`o£ÙèßöHá!b) |3‰œºæIƪ®Jom4aûÚŒ"™ðp‘Y›×­jxZc¡&„àwõ¡[µÊ½ŸOîÏp[”ÏÅ´^¨²mºj¥\ÂôÊýÐéb¹u΂´Xã­zRëà-¯Kÿ:ïtvbh#‰Çà®Ôp¼jÍ^€S \ øLóA©pzó¬¥Ún•ä]§-—š (R/ï¾Í[UV¹ÎWªnÞ¸wûIè]˜Û;¿D1üR”ªQUÀJb¶/ë‚Å$CB$p{Ž$s÷ø2ÉÌ!ÞeÁÀñéUÜ“.—kï}Q*ÀÍG_6íÅÎÏÇ}%ä¯-›p·CW;шaŽH&Èó3Ï )PFºØòzê)—Hásï=²5«|áÃÍõA•+§þ—˜aÄAÄ ‚Ä biLƒÄKbA âD "ˆA Ä ŽbN Îs厺ӅŠV¿’åèÁ9J³Ó‚—Óà²Øäú‘2¶õ(=bŽ›¶Øu!óð ê^'‚‚^{=ç 5ƒp(ÉÄ”ÄÔzk¡”ö§ƒ7uÀ¤©@[êPÖdÿÞñ ³0Aœ%½„wuu•[”£,í‹rþosï{¡ Õ9ΛGȸ a‡|{·Ö*ìkv€­üêÜäØįí=P@%!š!õú$/€È¡ó˜(ŸU(§¡uÙ§•j†uº¯CZ“A·‚^GĶ'PdþÈɆèkœ`Œ-åÁ)·ñ'ÃÒÜbS©ma9 %ìL@¿ú=ð¬2ÆK2ÓŒ0’”qaW mû#g©ÛÊâáõÍû ry»ƒÆxÙÃQ±?+fÛ¦ CÖ€,8…ˆ€¢LÒ³ÖfËPµ|­’Ä£$5ô—(£Þ÷t±(=’Æ!8ãwÏì³'i= .L ÂŒ;€_TJOb0¦W5gWx#(îRh‰0•±_ n}Ô£íƱ-ÆØ÷aÍJåŒZO±)uñÆåTh¬°rªa»ƒÑ<šRq­&€Ø%íÅ~§Û'UûéïrRö=Ç×LœÂD!ÏgÉåºv=’’ ”_:©`l°ñÃãçA¥o~š~Å;_lÕUHM÷êã¼½›ÝÏ?>|ŸÍ§ŸæŸ¾¿¿½p#b–öihL¡°e Ά £Õì¶ÛVù‡³ý½qÆTojÕž@Ü~‰!ÙB™å1 Ò4Ä3 ìýËUOc¨X{ÓBÖ[åµ­€ïiÿ÷±[Ø(Ü&WGF®F´›(X÷F§ééA†ÙIWîžýX³kK#›å@4õ„œÚÝr營ٳZ—½¢Û{Âúùcøy±‡n‹¼yx¯Ÿ ÷]U~µøÆ†ˆJÙe ¦Wkð;¥8h³æ«+Ét I’ •ãÄ«Œë*·+¼ñšÊ b)ýµÊ³! ÊÁ±S9û>,Ç>0z•[Û©ÜåTn¬°r¨rx„¹ ":ûuv|6†‡ËˆJí(8 lUçù0Nß[tµÎ«@ÍÜç~âu2²PÑ í ¬ÃpÝ{éG÷ðíd¾A& ÿ…rB3ï¾ü»óÃçUY Ê|«ùvù_Qnˆ¸øfáTþÎwôŸaMÔ endstream endobj 614 0 obj << /Type /Page /Contents 615 0 R /Resources 613 0 R /MediaBox [0 0 595.276 841.89] /Parent 607 0 R /Annots [ 610 0 R 611 0 R ] >> endobj 609 0 obj << /Type /XObject /Subtype /Image /Width 728 /Height 206 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 621 0 R /Length 9276 /Filter /FlateDecode >> stream xÚíÝ \UuþÿqvR\Ñ€LT@.ÈR¹oÕ̤fþ&3þ9ÍLšM™ù³Ílœ_e:i.¨¥ˆ¡9äžåüª·,5A öd½à¦?ù/o·»Àî ¯Ïãéãqürî9ç~ï¹çûæœs/66EQ”¥×ÕªJ5ô eQû$Buò·ÀhhQÝbÀžÑºp:ŸêÀû¼þÕ R­ý)eú½…4ÞbݸqÃ;¢EuK3 §ç) ÜçºO6´»ÔX^V*á5åWW³ökªopxoÏhØÎ³Þž7Y·tŒ(b¼ ¶ØžéxÇáöì“âGùy9ŸÅFK£ÿù³‰ó_|Ád!Dª­ÑŸ(㇒Ø$ñ#Ó¿:z¾Ç­t·iÛs1ãÓof]ú¿RÍom«–cí‡ ­OÁ;Íz_cïH&ÛWMü7È+kúwqÛ–i 3Ò{¡ ›¤·ß¼Y¯ë±mË! †«æsˆ)>­=ºZÔQ±Å­jÕ³0êÓo[?·“·Á¼ƒšYºÚx 4ãPkÞ£‡ÉŽQ­Íœ¦<ÕÎ÷©1ŽÛmîCîÛÿ]Òx'ÙZÕç"‡ˆá^ëcÛC Zzæ£vŒwPµËÄ£¼E%3>_“Ûï0i–Hÿ¬eâ_aÔf¶–]½/´iöjÓävs½IM¡Û°URÑú£ÖæCW«rˆ æÏÎÌп·ñ±EE#ý¾`™¿G[o81ê…ðš£y·ÍªS·Wg¥XsþÚ™rc:jé¿#pÀbD³ÆQ’né<ýl-/z§:ÛÙyÒ¸‰7ƒbùQÄ*v$Xò+à윹ŽotN§½Jé9„1 ¼ °Þ4BŸ€ˆÇ@!‡ÀzUÊ+Š‹Šò²³s2²r2³ rsK‹‹E#=–“CŒPä˜]iIqZJê½»#W¯|kñºÕ+Ø—›•-öFúÈ!ä/„üœtnÕŠÄÆDeefÔ5VfFú–èOV°<=5õúµ«Íœ  ùêš=Êv™LÖÚ³ÜÆ~šo.Zd²G9ÐórLFZzäê•Gÿ[sç<òŸï>ÚYS]Ýb~(Ë=ó\H¯G×ÿÔæ«í&¸ o™€¢gi0N‘C`FÅEWþõÕ—;â·éÚ?ã·m=uòDõ¿ºÛÌ0]xñý®}"ÔÚ÷/žîå5((X6jú^åâL ö÷òŸ°+¥Pmþ¤ ³ÂÃBƒeƒÇl>‘%ZN, úÒ·ÒO ’—wë?ûWÛŸ¾r¨¯ÿPÿAáSfin•4½cÒ(1!“É‚CF¶¸ ºfÌ! F+rÌ(/'{ÝÚUÙY™ºöϬ¬Ì"kkjZÌ!Uy¶v.jín¶‰WÊÃ/!!".Q9¶Îp—-U›¿$5½éyv‹Kß§ÅDyá1·ÁEr¹˜ŽŸäóȶsª°Læ>=æ´˜HÜò¸»l‰®D¡ÙØÌ6èz˜+‡4³È!0£œŒ¬·¿QWW§kÿ¬­­}sá+7ëëõÊ!öÝÕÚç…ô6õ™5Q;³Ê*”?Êhœ®,K³sè¥6ú¡õŒ ö ”Éd6¶NRcÔøþ3¿º,/>çáâ“Vö«ðôr°»³´T[WýsH3Û@`Q9¤ÁÈE9sH¦~9äæÍ–¯Ë\ú kŸ§ÔÚ«ä…ß|ýÊÓ£]‡ÌÒ'ÜßÝiãÑTé§ÊƼ¤·Ý†ü-iã¸3v«m€ÖbgcSÙ´öýsH‹Óçã9fT›ÛÂu™ÌŒM­¯««m>‡”ç'=ÖûÑ ?ýª½²ø‡4Å嘊+§ìûürMd[’âšHÜ“îê×D¼œí¿Êº"&¯¬šžìÓíN›R Ô6`i ûŒØ3Š¥ÅNwlº.3ÑÕ9òlŽ˜8»}–r!îvi¥ÍlC‹r9†UV\üÍ¿¾Þ§û>ÕØÓ§NÖTßЕC·q*>·;âåU»ÔòIUEÎÄ0Y`Pß½ƒf¿ÿòG±/M òëï7NóÑãkf{{ø }bÑÕrfÝð>/j¹Ï6mï¤P߀Àß°)_Þ¹%yûB_OïaáÃ#ïT.d۳㽇ÈÂÂÇèÚ†&Î! &)r̨ªRž—“³nÍGþóæÎyøßßnüp]½Ž›CÚ¦mW:Öë÷û„ŸÍ» @!‡ÀàÄþ–žš¹æƒ˜¨ÍéiÒ÷˜‰‰è¨×­]UY)¿¡ûC»mûÓÉ­Ú¼ÒÜÂùŽy®X^I@!‡ ã¹~íêë×ùÏG"¥ïußøáºãÇŽÔÖÖê !î ¨úÆõÚššúúºzñ¯®V×=!r¯)>‡ðý!€B€BäÐásçCÈ!CŒ”C®}¸¡îÑGoy{ßvtl+‘èÿÏǧþ±Çª7m´„"ˆˆ¼.t67½¼¾Ÿ3ÛŒ9äâCyèÌjæÌ1ÏçeæÏ§ó€ˆ"¦Î!±±š›QquKÌžV4ÔÕéºÝ%åÒ…ý»âb¢¶F,–¬ÅzéBÓ ^Zríü¹ê¸­õO=¥™r—¾kÒ¿/3`€Z‘'žiñó2 D-Ôõï§šCŒB~}2D„=?· :ŒëOLWÍÛœh¢2ýWëUž !‡Ðy8®š’Þkš¯sW½(£v2„@'‘Ÿ—“1z”2”uïn¢âä¤\éÕ-1ä:g92oî/_'bgg¢¢û¢ 9€Î“C’UI¦Ï!å…ä:gÙþéf3çÖü;БrˆbÐ×È!F"äÈ!ä@!‡@1M!‡@i6‡1Š-‡äüó»°A]휻ù ž÷ÏdåÞ\´Hhs_µóáF"½LìÉ€™CŒEŒ–CïÝÅÞÙç5EmŠ|mÎŒ'>:ÓÎ!»¼¤Â’G|r cç£D£å»ìlœ]'=Ÿ¥u¼V–Ôxñ‹ç{÷qv°³sì:(ì7Ÿþ˜­:sôËÓzwuþëQ]o~úÓù“Ýîrìë?aoZ‘®ü·ð‰¾Ýœzô xëóÓæa·®Ž=<ý—ì½(ÍSQtzî´‘î.NN.î#§Í=ST&µ§í™èß×±‹Û´WãT×[Y–úîì)÷ôînoïäå7âݸ“ìárˆ)sÈ_CzIÛÜÍãÞßE¼ømzSˆ‰‰–ÚÅ„ 5¦zÙʵ"W-]üRO{[—¾3UCB¿ s>ŽÚôñ]o>‡ ñËçÞ/&zÿ]Wñ›±pݲÿ×8i+¦#—ÌSήIó¬ã©XμåËç WlÏØH©ý½à^ªËW®÷Ó)>bzÄÌù+V,ö·wÛØ:®¿˜ÏN ‡˜,‡ÈK’W¿ñܸ°!N¶Š-ïîý§f.a$F¿æß·Û/ÏÓÖQuÎ#¥Í_i>‡¤•VT–^v޽u埮”UÉ ”ÓW+K'í¤yz9(¾f?­L,'Eu9Míw–¯\¯‡£Ú þìärˆsHÊ¥ ûv%lþDÐüia…¼i"yOc´¸«™ 1ð.ÑòƇqûö›¹éB³QõK+áGKQæ‡^Íßסkº…r§]9߯òn|‚x:’ïsÕÖ+õ&µW‚¸Û™C EÚšC2ÓS>ÿìò…䜬ÌìÌ Am—»Cþ²ðÝ£¢V,|\l¶‹çLå¼íEËßÖÿÔâ×E‘=þûƒË_žª+ 4óðñ=EË }¶zÞ}šñÒò÷çî²¥mË!‘£=U—ã9¦éºÌ2™»j»rþØi÷(fûÇ ›£>Zûgÿkì¸u§ÕÖ+u&P˜Ÿ—™‘žðy¼¾;FÙ¿gWêåK¹Ù™ee¥U•rÍž˜ìçãáì`gïÔÍø”Ïs”?úzñã½]ÅséÚ{†Ô’óÊ@÷.öw¹>2÷ñ¡¢™¢ùðäø×ïuïêèÒgê¼ušY"vÁWg!ãv¥¶-‡T~á±n]»¸Žxìå}ªWR¾?ÄÃÁ¹çïænúÕ}ªå™Ëç>îëÙÓÎÆ¶kO°±SVÎà¤ÀŒª«oˆQ[ ß#‡ÄÅDåde‰y,¹Ïù,-’kW+kjªÅðÝ1rÈÖèO²33´ž !‡`nÞ¬×zKg«rˆ£Hûr¯)är ‡€œC,êþ^SÈ!ä`ìb9ß§J Såc9r9Xji0R‘C ‡4›CŒWäÈ!ä`y9¤Á¨E(-¹"Þ-¢£€BÁ‰ýÿà½o.|E—Å‹^;øå¾Û·oÓW`ÊÒ`ì"‡À2rˆHµµµºöÓÚš1ƒ®½1ýÐê~¾Ce²€Á~O½÷ƒÔøæ¢Eúo@«fnÕÉd2i"æÙ}† ½oì«ì È!ä˜%‡¼¹ð•æwUi­×Ó9úl®bZ^tâx¶Ô(Þ>z®½¢\®ÿÌí¤uE]ìló*äìÈ!äXcqs°û6§XµeǤQâí#“É‚CFŠÿ&m˜, 8fó‰,e$ˆYðXxH§ê̪QA9-&âL ö÷òŸ°+¥P3]ìzkæðð`oOß×ãÏKÅéû'‡úúõ>å`F‘æVI Ÿ~ˆÔø»—ŸX6ô¥o¥‡$/ïÖ6ûr9žCv>?Ú¡kÿxgí¶‚;'TãDIjzÓŠÎnqéû´r†ˆØÓš3ëÊ!q‰ŠH³u†»l©fùó¶ŸÄD^âjg×ñRã2™ûôÅò·<î.[ÒüÂ¥‰òÂcn=‚‹äЧ?Éç‘mçØ7CÈ!°ð"¤ýxhãÊ·&s÷zxµæˆŸ~hý##ƒýe2™­“r†ìr¹þ9$£¬BLT–¥Ù9ôÒÌ!Rx¸ZUncc/5ör°»óT[W}rˆ5¾ÿ̯.Ë‹Ïy¸ø¤5>È!äXxiºÓ£8ÑÖ¾»æà~w§GS¥¡uôW¶³±©lœ¨’èŸC4§Û–Cò’Þvò·¤ãÎØÍŽ€Båçè½ßW5Nd[åì:Qjtw°K+m:ŸàålÿUÖ1qxíd­£¿êÌ]#Ï*¾«äìöY¿º.³-Iq]&îI÷À¥úä¥î3bÏ(;Ý=p‰æŠ´n‰ðdŸnôpÚ”ZÀŽ€Båç9Ž8Ø_& 8fÝÿ¦IÛžï=D>FL_3ÛÛÃgXHè‹vhýUgNÞ¾Ð×Ó{XøðˆÅ;UgŽ}irh_¿qZïSÕœ.NÛ;)Ô7 0À7lÊ—éEš+Ò•CάÞÃçEö –Cø3Cô¿.c<&û`¯°~\¿ß'üÌ^€BÉrˆâ{Ìjjšù³¿½ùºÖ½ÑF[Yi)Í=0,hï˜çŠåìÈ!ä˜.‡ürŸHº¾×]ü諃ø^w ‡C` "c4¿«Šjkkè( ‡Càó2ä@är ‡r9C9¤™²w×ΚêÊ rL£´´¸0?W¼ m–—›-Ž¥%ÅWª*åVšCDörˆ4A æ'Ÿ;÷õ}ÿܾmg| mÄQôë/÷]8îÚµ*®Ëú(+-¾|)yßî„ Éçóss òrm“—“|îìþÝ …ùy55Õ\—ZTŸ{èàþË“5c0  ÒSSþõÕ[·nq]hQ^nö?·oËÏÍáÐQZR,Ž«Zÿ0(_ÐÜówÆÇäårèCÇU­Ã·åç®Ë€äså#]—I?´z„ŸïP™,`°ßSïý 5¾¹h‘þ£U«fVsxA ß³ßHÓI´up-¨P| ©J^ÐÛÑþÇ¢21-“Éô\šxEÚ9òŠ%¸ù/Sþw…̽ýË4l9,<‡7Š˜äºÌ¸žÎÑgsÓò¢dz[;ÆU”ËÛ3 æœy¡[ÿùÒtTHï'†¹¿u!Oq‡äÅw»ôú½é‡f±„gú¹)(Óå…ÇÜû=cÆ"ú–ä É!Fº.ãæ`÷mN±jËŽI£Äó’ÉdÁ!#§)6Ì  –³ùD–rŒYðXxH§ê̪ƒ£rZLÄ-˜ìïå?aWJ¡êº*K/Ýåà’YVqµJìî÷óîß„¿wB´Ÿ\>`ê~Íåìzkæðð`oOß×ãÏKWR¾˜à·pèc/oUÎYœ¾r¨¯ÿPÿAáSf‰–³1cüŸÿVLdüg†­ÓÏ%åbzާK|V‘ÚàþSäˆQëN‹éÄGŒ<¥\¦®~ÐÜ$­s]þçx?õí,Ë?ú‡ ¡ÁÁAƒýFn:®Þ·S6'þ’IŠNþeÊý†Ê¦¼~Tµ[´®nÿâé^^ƒ‚‚e£¦ïÕÕBrˆÙ¯Ëì|~´C×þ>ñÎÚmÒ5µ8Q’šÞÔg·¸ô}Z9CDìiÍ™uåˆ8Åš´u†»l©Ú<߯ۂ³9Å™±îC×—dî6äѸÖßmÚ¿R4—óçm?)>Ç‘¸ÚÙu¼Ô¸Læþä…+çÓc³Ä–ÇÝeKÉ$ãÓný^?`âä»ÿô}†¼8©kpÍ“ å‡ÝúÍV¤”»ÝŽ”*—©«47IëœKÜ4·sõ+g4Îյϓš}«´v”ç„¥MÁ,çb‘j·h]›ƒm╲ÆHV¤«EIו/rCLðy™´m\ùÖäaî^¯ÖŒé‡Ö?22Ø/ PŒV6¶NʲËåúç ÅÊʲ4;‡^jkÿæ™ÁÁ‹Žþ?þþU'ÅÃÝï-“—ø8Ûÿ;¿Ds9Eri¥å66öRc/;å•sª4¦Ú:¸66ʃº¹$—”OïÛïüÉÍ<”ylf¿ÑŸi½Øñ^€Ûǧ6ºü]uíºúAs“´Î©u;{;ÚÉî”Gß»5ûVI<üRi¹Öë2ZW7/¤×°©Ï¬‰Ú™Õ¸R­-œrˆå|^¦¢8ÑÖ¾»fœ¸¿»ÓÆ£©j¨®ìagcSÙ8Q%/Ð3‡d}ÿtÏK>é¹ì¢âÎèÐ>ï}ï.×ßjÍ3šzçÊ-÷yÌüf뀷Ŝž3E |8ág­9äÒÞi.\~¿÷‚êŠôï­sjÝN7Û %åúÜøÑLѺº*yá7_D¿òôh×!³tµC€böë2Ñ{¿¯jœÈ>¶ÊÙu¢Ôèî`—VÚô[³—³ýWYWŸmY;Yëø«:óDWçȳ9Šû1¶ÏúÕu™mIŠKqOºª_—©¸ò“£cïû]ûI'’6ìûP_¯‡ôÌ!ËÝ• W6. tŸ{FÑ;Ý=p‰Ôx>nœ[ˆwÈÛÇÄô"Ÿž£z8íÉ.֚Āþ÷eˤؠ\f‹ýÐüœïø»inçÊû<~³òÎÇ…þ}²™9Úsâ²M×e.µ°ºÊâÒŠûö”cí-ä ‡XÀu™9Ž8Ø_& 8fÝÿ¦IÛžï=D>FL_3ÛÛÃgXHè‹vhUgNÞ¾Ð×Ó{XøðˆÅ;UgŽ}irh_¿qj÷©J"útí9à¦û9SÖˆùÙwAÏr%å‹ñ~ýýƒC§Ìýå>Õ´½“B}|æ|yçvˆâÌ81Ãÿ$+>tì çžcôùв¥Å~h~΢‹;ÆnÜÎy›mí{HåùÇþø`ðÀ€À¡þƒûçèfrHEÑÉç&Ý7`H@lèÔ7Ž5¿ºªŠœ‰a²À  ¿{Í~ÿ;­-ÜäNò=fû¦TYž%]±º¸÷¥÷Ìç{Ì€ÂurˆÉ^~? 0Ðß×;`Lô™œÖv Z‘C€Âß—ßëè$9„¿/³ü½Ý¼œlŽ`Vý÷v­÷º ¬TA~û/&ŸçБžšò¯¯ܺu‹ë2@‹ÊJK._º°wBêå‹"Ãs€öœ ÇÒ}» óójjª ’CŒ]\—YUUʯ_½š›•uèànß¶3>Ð6â(*Ž¥¹ÙY7ëëµr-?‡p]fQ[[sëÖ­Û·o7PEQm-qÇÒÚš][ËÏ!\— £âº °¢Âçe€sHøû2ÀìêëëÚ–CŒEÚz]&.&ª ?׫pýÚÕêêbøn[1Viëu™ý{vådgŠgtí*/.–B®_«««ÍÊLÃw›sˆQÒH[¯Ëd¦§&|/žQMMõÍ›õÀ2Õ××ÕTßÈLOIøü31|[rÑÿºŒÒø5˜q1Q[£?K ÖŠo®¾tAטn!9Dÿë2 Ã°ºë2 ³åËù¼ ‡p]tŒÂuÈ!\—+‡p]€Î™C¶ºÙ¼Ÿ—‘'žáº 3‡ìù`…>9ÄÀQÄÉI¹Æ«[b¸.@çÌ!GæÍUF‚›vv6-•arȀʕÖFDp]€Î™C2FRF‚²îÝmLsJdúôf.ÍCè ŠNWÍIï5Q‰U]o΄q\— ³¹þįÎKl{p¢ÉnUU¹4#ÜúÃä‰gÚ]Fm›ƒÿzÔØ}øæ¢Eûú»vþ\ýSO©&ºþýæ¿ø‚érȯO‰(ﹺ%Fqël]]{rHLL´d÷9ÆîIiÖ»'”—Tðv˜Bi‰ˆÕq[Õˆ$wé»ÍäcÔüùš›:›š9sΟMÔ•CŒVšHçÐÉCHyY©®Ò`ÌÚýɵ7ÜòöæU ³¹éåõýœÙÒ§eµæ#—È!ÒÚE©{ôQHn;:òºÐQ‰þÿ||ê{¬zÓFéïËXBÑóûC2ÓS>ÿìò…䜬ÌìÌ ¡åûT+Ëæ‡ô²µsYö‰âÙ ˜)Í;íñ_ϱܰ9ꣵÿxö¿ÆŽ[wZ´ozènÑîó»ç7Gm~ûÅiÒÌã{:‹Æ>úlõ¼ûÔnLõv¶ÿýÛúãâ¿i~ɪüº8ˆyþûƒË_žªºÀ‡g<·"ò£èO7FÜÛÃαfèÚ­Ôµ%Íß[+u,íT˜Ÿ—™‘žðy¼¾u}Y39¤ÁøÕڲϮÔË—r³3ËÊJ«*åú|n÷»wÆŠ‰1o+~ºåƒÅô3[ωéÊòÌås÷õìigcÛµ§GØØ)«+R¼äü3òìÙÅÖÎÉ;`„´Øäø×ïuïêèÒgê¼ujƒø×‹ïíâ(Zºöž!µèZ²ª¤˜Wºw±¿Ëõ‘¹ŽmŒRûä±!}zÜekkïî0/RˇŽum‰ÖêÚkÿŒÀZTWߣ¶¾[›CLR­Í!q1Q9YYb^Y¬à{B®VÖÔT‹á»U9¤ÁTÕÚ"æÏÎÌÐz&X ›7ëÅðÝ‘r¯)är ‡r9C9„9„È!äXˆÒÒâÂü\ñ.´Y^n¶8––_Ñõí^ä@SQaþ±#‡W­X¾ðÕ¯½<Ð6â(ºjåòãG_»VEôQVZ|êÔË–¼}ò‡¹9"ÏçÚ&';ûøÑ#âˆzùÒÅššjƒä‹ýû2äDA~îšU+Îütº¢(Š2D¥¥¦¬]½òÖ­[ä Ey¹Ù _]›“ტ(Ê %ˆ8®Þ¾}ÛP9Ä4Q„³{þk/ÏÏÏËãÐAQe¨ÇU­Ã79 ‡PEY]1A!‡œxÕdw*lÄŸŒ±Š7-"‡PEQähÍ!`íQQ.'‡PE‘CÈ!’C /lõp ;YT&¦×M»gÔ_¿V|p5ÿè&„ ö¹éxVÓ^tò/Sè7T0åõ£jK“¦wL%r ©k9JIf…‡…ËŽÙ|¢é§ûO÷ò,5}o3¯œÖœ_ëJÅü1   š²9‘BQÕ1rˆ±£9Ĩ×eF>²Ej<µnšçØÿIÚòG7Ùóe•Š–Õx¬8¬èÉü³Q]û<)Ͷv”ç„¥û¥éœ‹Eº‚j£Öå(•¤¦7íig·¸ô}Zšvs°M¼¢EÅéEúäÍùµ®TÌ{Zm¢È!EQärˆÙ¯Ë,ëéÒÅçëœb鿽í”qÅ£ïÝRc/»K¥å-ÕF­ËQJ?´þ‘‘Á~â§6¶NRã¼^æ>³&jgVY…>9Ds~­+ógëqE†BQE!‡˜8‡T–¥Oî×sh·¨s¹Ê“ JÊÕfÓÌ!v66•Uò­9Dër”îïî´ñhjã¤)U%/üæ‹èWží:d–ÚüZW§9¿Ö•¶ê®rEQ9„b²=sð}¯ìÏ:¼´‡çäŒÆ³ +ïóøÍÊošîâø÷Ii"r´çÄeš®Ë\R\™èêy6GLœÝ>K¹dw»´Ò¦SZ—£äålÿUÖ1qxí䦇Wÿ¦XrÅ•SvŽ}Ôæ×²:mók])9„¢(ŠB±¨ûC¤[I/&Ìuõ{¦X®øé¾aƒžŠåùÇþø`ðÀ€À¡þƒûçhå}ªÏMºoÀ€ ÙЩo-ÉÛúzz ±x§r ßöìxï!²°ð1º–£t|ÍloŸa!¡O,Ú!=¼ª"gb˜,0(ÈïÞA³ßÿNm~ÍÕi_ëJµæî¡(Š"‡CÀ÷‡PE‘CÈ!°ð39šE¡(ŠêÌ9ÄØÛLçC(Š¢È!ät¿·›“Íqƒ¢(Ê ÅßÛôWŸ»fÕŠ¾?Ρƒ¢(Ê •–š²võJ‘F •CL³Ùä˜EYiÉ©S?.[òöÅ Éâ]Ä¢(ª=gBıTQ/_ºXSSmb²'‡À,ª*åׯ^=—”¸æƒ _]ðÚËóm#Ž¢âXzþlÒÍúz­‡\r Ummˆñ·oßæ×Š¢¨6—8ŠŠcimM®ƒmksˆ)7ž@ÇFV‘CL|2‡9„Œ¡¾¾®Ã丘¨‚ü<^S¬ÂõkW««oˆá»cäý{vådgŠgtí*/.–B®_«««ÍÊLÃwǸO53=5áóxñŒjjªoÞ¬–©¾¾®¦úFfzJÂ矉á»cä!åÒ…ý»âb¢Äc€Åƒµ²S/]Ð5¦[Ý÷˜€Ãêþ¾ è 9Ä2ÿÞ.è$9ÄQ„9DW1v!‡@!‡r9rˆi¢9r9CÈ!CÈ!Àrˆñ¢9èä¤# ý‹Ú!Ù'É!FÊ!ºž{Ì5tvÈPŸ'Å;‘8g‚=°™jñQt#9Äô;'ûÚ° |‡ìð]ÄÛÐdG³ÎÖÕ6­/#½µ­½ÇL™­7‡´¡ëÚ–;Õnci¿˜fíz>Yƒï6&ÞMójÚ¨8ç`¼¾í.Ýb9¿˜·viVšCÚÖ{V½ã™ìc »¥)Oèùd Þó¦<š½3= ˜àÙ™w ³1Sü­dú£9Äà¢ÁûÓsHÛž²åì{ÏN†zY¬A6Ò\ƒ—ÇÍö¬«= ë"Í›ÉM¹‘VÑ™æz½,|²Ì[ÅÚ¨1l—š>‡¨-¶µ9¤mÏÚ }e #ñÞSí\”aÇSK{¾–vÄ6l—v°øa¼}Õ,ïP«8†˜eô·Š(ÛΧ`E—öL“CÚEÚ¿åæê±Ž}”kÿÍ]V7$Y]W[Ëéw«Øóm(Cï-;Fü,‡ñ:ÁZÞ¶íÌ!m‹"¼mù…‹Þ¶Š®nþÞ]^PÊì¿ZxD7ÁmÛ• Õ«Ê¢ÿÈü.CQÕ™}ëg)Êôo+º‚¢(ÊQ„N£(Š¢(ÊxQ„ßïŒWÿÈÚ§0 endstream endobj 621 0 obj << /Type /XObject /Subtype /Image /Width 728 /Height 206 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 23999 /Filter /FlateDecode >> stream xÚì]`Õÿ·²:Ùl†Ì¦‘YÊ’¨ ØÒÐÚÒ–*(Cð/"C‚e*TP@–ëÇPP„Ê  J¥ý¿¹^’KrIÓAxø6w—»7¾ïó¾ßï{wyB¨cÂu»ç8$™…yOSÄ´…ˆQ„b‹2u“Zµ2-UƒÎ´`˜¢‰¢‚óð¦}¨~¬â÷Ø¸Š˜äÂc…]CØŠ®…lÕ0 ]ŸVlƒ²­Ji{ÏÆ&–†©KòrѶ VžëЕeV²x.å3\âžx ¿.*.(ÞUb{/ æ¿; ŽStÝUÌTM Y±Â°]Ÿîß…Ée[ Ç™¶—XÌ å³EÉ…GZLr¢ü9\…u)º*l[GùÜó(OÓ»ÕšNˬ"1ÃRfFì3lâ%7 cDRÀb o””2(=ARp¦ˆñÐïy;H; ¹oÿïÃyÕ[Ã3ug«Väh?GaÚŠt}º•m1§Û>YµI·åü£Ÿ-&(>klxK#СX¢N½‰nŠ2­Ó¤†u)$Å—2Ù)@BYA~ŽTDezM«ýRÖ°8§À† ´Šà6Ûg¸Ä‹’Ej H.âh Oèߊ%’°ïy ΄…Ttݶ­¬ ø‹µe㜣›Êº0ý2ÿ/êÀ0'—ê‘,?J(#GYÝK½Út;ænÕKE””m1§Û¾èKmI^׿¿Gr¾@tw„¤ãôÃ[¤˜swJÞ¶-¹-¯u†Ô¥NI9@Ç}!=”Å„ü`{›Ÿ#Uލ,«Ìb K²Sópa­bžÛ¢=GÈ)aŸpô7{ÌœÈ[47‹Xß+ì{0 ±àLÒfñÏ›2sÅësî”õ+šm&dÐ%ó5¦“£uÈpW<7JHæÊ…1šãëÆvZ>è*)qrYeç9ÁAñ–Úî9ceN˜/´ô%~8y¦W°}¿¬Q ã8Ã[P]v§¢bÖåpW”1Ë‘T_ÊR!ãjæ²Ï‡²Ém…üàzŽ£û; OkçÌjÞHðvôÜÒ’2n»û#ÖñœrÔ›mEAÓòÄrÉ(!­™Ìé „}/¹ðäU·9œÇ|˜›¸ÀdöêÅëй_a5ñmƲV Ò ´u4 k:Ýü1"7J(bËÅÒLP7ºÓ¶Ԧͱ’R_àãžTe±7×9‹ŠÝ.ñb ]£Q:dû¾ÐÖ”qƵm…vQ‡Ëq­Ÿ”kÕXÆ kæ2AÆû3Nû~8zŽSnìi.¬æ„ƒÃÉBÞ•8Â?+ Y;¾ß:êíÒ²b ŒdÚ.×¶ 3ö=º€®ÍãP¦£0 J'Î6ŽãbWBê+ Ÿ—ƒ°RQ1ÎÅækÌ5 §gÌ*^ $ºS‰TMpLÀ°¶xÍ…ïg|ìÍwN÷K<YÜæV¹x^ ìêÒæ®LÀÝ.zíšîd/c¼°fÎdVâÄ/9yùŠMB¬peþ8.ÛGÊøÈ2ÁåZ†XœËfˆy®X´ö®ÛŒ«r™AöfûXÌÉòy2 Ãæ¢ºR£ ]‹]Râ¢E'ì µkË‹5·SnþóšÏYàóKÜ ªóÇÚbâók!yÌ5Bòý !y¢„Pä5ŠBB×È\#„$¯ÑCO¡Èkt¯Ùk_# T¯Ñ|BHòØ!Ékˆ „ ¯Ñ}t„ä5"6BHò!$yæDB’×è‡`!ÉktÓ!yæúB×(ÀFI^£!$yl„Pä5 °B×(ÀFI^£Ùk_# T¯‘¹FA^£úB×( AE^£(!y¢„ä5ŠBB‘×( AA^#sмFæ!yÌ5BHò=yмFËó! ^# ^# ^#  q#‚7^£y>„ä5º/ƒ’¼F¿ØEM^£Ùk_# T ¯Ñ|BHòÍ_#„"¯Ñ°ññññññáîç5š¿FE^£û!Èkô|BHòØ!Ékˆ „ ¯Q ‚’¼F?,@M^£ññññÁ¯Ñ|BèñÍ_#„ ¯ÑýF„ä5zP!yÂk„ä5 ¯B×(¼FI^£ðñÅ!U6n캫Yl„Pã5$va2Ù¡Æk ˆIÞ…ˆj¼‹ e „¯ÑÍ„Ðä5º™Ž€x€€â„*â5º9ƒ’¼F7ÓB‘×è§»È^# ܼn¹é$ °B×@Žn¥#„ ¯é[é»o"} „¯ˆ}é!ÔxÅ|Œ„ã5ºãˆŠñ5ºãˆ‚¼Fæ!y~X€‚¼F´FA^#Z#„ ¯Ñ˜!yÆŒ!Èk… „ ¯­B×(¸FI^£Ÿ „"¯ÑOÀ¯¯¯¯¯¯î~^£ùk„Pä5ºßˆ‚¼FOó!„$¯‘ÁFE^#ƒ’¼F!y 6BHòMa#„$¯Q ‚‚¼FBHò½½!4ylÄkÄk_# ‹×h>!yæ¯B‘×È\#„ ¯Ñ}!ÈkDk„ä5 ®B‘×(¸FA^#sмFæ!Ì5BHò­Šƒ€x€€â4nD@¯‘ÁFE^£Ûè!ÉkDl„ä5"6BHò!$y&EB’×è÷è!Ék4Ù‡‚¼FHU ¤$„«VÅ•ÁZ@¤ÄP$Zª%L¦¤¤¸¨¨¸$:Q‰Ü‘â¢cÇŠŠ«¯ËûøÓMX•ÙVAnOD£› ~Sîz±ÉðIöêUX)OŽ©[‰„ÁJ»ØÑò|ã&·m›Ä96eù`»dTRÔ¿][É·•o…ûÕ¾Ït®l q¢Ý„ÍÔ.¹Ð‡ò]²â]t24½J˜–Q(b`ã—¢)ÿ( G× Ö Œ„Áè¨l÷Ln˃©¬gŒÔÁ m¥mqÇ °¹œøôŠ cpŒÓVåé÷ >{†“êÚ%x壎äh¦qDsMº¨+¬m€<’·D`‹=Òº+ ì eLËCs¢èêÖ“|ZS®j%¾M/GišxtÝÚ&oÛ–\FÁc|*^ Œ×¸î‰ñ «w´Ö3¨kãÁŽÂ•™oœ²º{p|  Û‘Ó?™¶OVð)I¸Ëãjí…ýž5ibmÄœáâøÊ9÷gÖøsj×ôv%ó¹q6F´ð°Ë2ÍDs🢳‰.fMºç.IçÐUÁh'†aæ°'1lw¶Ó1ÏÁ)këéªsòþ¢•ä4Æ©AL išŠ™n¡)qµ_®d»gèdcÒçŽ%ø_Fs\™¹ÆÆ>eŽÏ¯ÅK!Ú[ùœèþI×™k{G[ñÜpg“3 ˺\Y¿gL÷•s1g}7Ÿ×'¸Êq4´œ{ëÁôº*¹Áº:˜F¾Ä¥®<Û:RäÚœko¶YexrE…Žd0–e3àDR¶*Â:ºžõ+mÛ ½¿3ÅËŒƒÒ|fNÛŽTX};w.ÙÂdO¶¦„Õ pŸŸ/^sõñáUÙl„Ì*))+"×kEì‘W^—ð®_hJMÍ6æ ¹. jøb—l ]®Låe¦D`9{ „¾»ÌÈs}ÂQmަe-çìx¦†Ï­­Ãưº²SPW¦Í¸Ù6çÂe¦›sÊpc¸RÆ(€8“”­Š°Ž.¤gýŠ‚’Ë\Š£T^ 4ÝN]”O6FábkʈQ˜ì¹J^x]Â^¹©°S‰E“ÎÙ0F 0Yû¸S_¼æƒg«çÔØÆÜ¶1ÆÙÅl:YÌ\Ý®LѬ­q¢aŒ°ËwS³Ĺ8ßMŽ :W»ŒDέïè-ΦÆÅ€¡Gp¢µ E®ÍYk_(èækÏ6?BÄ0Ì'½œÚIPGWÒ{K@àR »*€D`¼¯¥ÒI1.¶†oÊÂä½Fœ×Œ©ã©£pt*AtÁÏq¬Æ\€xÎbÃ"÷‰>Þç9ZÄÉêÁ¡‡K?¥Ã6¹sòfˆÂ›S4gk„,rérnMå(ª+»XßÍ"¶/F!N"¾·¸WÁåDÆZ–”ÅÊç°ö.…K‹®ñ#D¿!¨£é½›`®¹bþe;Òâ“›b0ÏÜ4¥/V{˜:f愘Ñ+"9BK>ºàçŒD;g-À(á­•™ØÂNÁ¯°Eœ¬žHÜsâ†(BEû0ZžŠZ"f4+$T»¬·Äøl.ê–bó\3äL8ãçVHià->ñœÎæÂÿŽDwx¹„>#©«ŠMssB®T ûðQ>ºàçŒüTŒŽòÑšsä"~=%*U_ÎC”ôÌ÷6Q£`‚R«À7` †Ö—*š(/d9ëXG’`…¥7%?uìšù9!L¬—åÍÏùY{¹h\+Œv±ÊV©GÝteæC« çr耿°Z¨0¸Þ_£TR6÷à20ó0":äñÏQaRŽV5±cóÅÕÂ(ñ@2h ¥ˆwd„»ŠØe+§@án7JXÙÜCõ)×÷”ck ¥Ž*û†Šö/¥ç"|ñž‡ã‘þåôjý7F䪙ü±>‘ãUš ÕÜõÈO8Ýue´¶ ±_:ëå~ì2ǖчV¡Lnf¯Ôþ÷džŠýnu—^ŽIåÓDÿȪåðÌ ÏÒ€Jñ®Ço–Èʶg…‰ñ&á-层øFUõ>Æñoîbœ”'_Â鿉¿DR퉨GþŸj2´0/“ÒSXÍõ!\öcä)œ’X®Är–»µ¼º´Ä®G 0D.‰\,«˜\fS‰LІó&eÕÔvw@3Ú«·ø!ª›rH£+©»¥w®òáwƒ°»Ù¶ÄMEQAQxÕ”£5×#òã#æAžçDžVG ŒñU`SæPHïÁBÛh¯ø\ÚIçl‘‡E?PcÊ/¹ñÒºãÎÒ ï^“<š›ÉûüœèŠ(ID@qé9žÅ—$ñù²‹6S‚æ7×使õ;ÿöA¿¤Hš!|Gôhñyïh€€€PMñ=ÚõêÁ¯¬â±ë±r^ÿ¬`ž¨U•Œú4A²ìw‚4îÆ™ÈáUÌ·¢®i*7#Fh3¦‹Fz©¢Þkn‘y<Œa{Pj.¿Ä”hTDÅÖ<Ÿ«woѧvù苽|ŒÃfûð§õ¸ôaÒÙÇ]9¼^>‹|ÃãÕÏsöþïrΖœuÚ›âT›ðJ¼'Æç?ÒÂï4"øöo¯ý êÝâuîëkFSºÈüÈÑÍáµé‚–Z*àÒ+FÒ?å~é¢ÈŽ\^Ç=ð0× ÿŽ ¾Kvâÿ§ÜÞÿùèÇýªÍ]3w¬‹ªÌܲ8ýÿà¼L/ÎÎòsþMæ…éWÑìaÉ=3‡­âzÙjΖ aø?X‚ýýÃCO9Âéî¦' ôâ ô«¿{´)±åŒÙ›ñ)?ÈÕò¶×Úžá´÷$wÖ® Í¿W©ý ˆwúž¯É7¶w–dË™‹¢v FÏÑ\$rÛä3¥=²Ì9ærÞ)`û}ë…w³<êOË÷ϾÜõ¸ ÿµ‘ïsÑÉvl} Ž/óå š¨EeD€j ‚«IQ޷ܪŸrvä5?úO'ÁöŸ| béŸ@÷{*W8Ïeô0VÏñÓþFFÝíùÌ듯•ËNÖpÑò!YCŽß[Eô¶·Ÿ‰þæ'rôâmƒ0ê«ñ8 #TjaÚC$¦ZÛcßçG¹ºGþ>/ì/Ø’}¸«zøˆÓvjõåòa‘#~ ÿ‰ ¾_q|·£&c'þ=Éæ˸>y¾,ö%ÿ'‡dA[’SÁñc ®¯ô±/ãüð§˜s)¦ô5ˆy~çê=1²us/ž “™™O½qãɨ¤MÔäˆÚ¦mü¹3`ëüŸ“ö{ùQ¯f,ß‘¶M § ^ÒØ(¹M×Á3_ñhIŸ‹¬^}é •gŸSÌÒ—IõõJ(¢åoın‹jÖŽ.^]B9±\ßTÑ8ÛŽî1  ë¡Í=+à|Ý Ÿ=8S­žw_Ç”œE:P%¿¨ý®Êu Xäqlm¨Ï! T=ì®*qëïrÆÍSåG7$Ô±|oú5ž.‰|›Ë³Kˆ.æÖTRDÙú®Õlá¢Ä&¢õz?@V>$øí×9VûùtÈ•pºIÒøl>ø­G`Ù?–üêT·’u‰°F_öЃ4’Ø=K1›{×Ï™<“ÏaSŸa~Žd>áayܘ~ üœçÁ>} Ú·ö)s¨~å‰zKõiˆz˜H‰ü)+<^Óˆü]ñl¿ÿ„„jcA›=Áð^dzÍÌlm0µn6>ÃYøíÜ=BËS+|¼xÑEP’#•>;±©’îY5‹œQ µÙ+*ÙÅ‚üþeŸÚ®ÙÙåj`ƒÛ'`ç$·Ú{ðŠƒ²ÊÔ÷~‘Yžì ±ìaF·èè4ü ‘îÆûQðÌN~ú»Þw4ìñu5.ò;ò½nG¢ŒTv4FÊký ÷ØG` ÛJŽ‚Jj³ÿùÔë_¤Ž«ÑoÌgKxÅVèE•.W¾À|û.ÕÓÛo^,ÅyE—8ê/g•ûŽ“¬—†Õø"‡+úz5®û§~s3à¹æ+.lÑ0鎌6¹Ä›§½ôӉ̹£ÇºsÍkï6(ú1WÚ¹¼žˆýx€w ”®«ë÷oà,g«·tºþ9ƒä¼Ô£=«Ü¾[ñ§ñ$·þ¶ŸiaPs =Ú»«ªºøö°“øÅÈúŒåŒ‚ú†±eK¢vï1¥ø$JÁØâÛ¼oXÌ×p@”žs:²iT)v?ÔØw𜵌æçeã£ÛÃôÞ\)¿ :#Ù¶-ª;¤ùFhu\øv<¨3IÑgi0‡¡Ñk˜èVÓ«Åî)Ñû¾ïİýWê(ë¹x¿ºpŸ—¾{ÅS‘h‡þóò]ÿ Äo¯P¼ö¥énu«ï¡¶*ÿýþL©=öŒL ‘„2} “B’‹µÑ)ßpbä<®\TÑsØûÑó÷†2þò ŽÃÖ x­ùô$k%ãl¥=µÅ§þÏ« þ^ÿ¬ —ŠIÚ%/)Ï© œ_+ùi .ûÝt5EŽ3u‹¿= Éå»^ÎÙÚŸ˜H£‡W™\úõߢ-v]ö}¾|¸[Äþhä|o;Æ%j‹\sI´þ}½ú±ãÊy8¬£˜uyÛƒýK¯@o~FtÄÓSrœ»ïž|¦¦µH<×ôž]ÇéOÞž/¨€ûÉwîr-íò+ºY_)æW&ca>¨öñ×h?cË‘÷Bÿ{ÚðK°í^‹ kvƒ).í˜äÓF?Äèi™Ä¥ó"ÞáÁ ÜGù=| d"ásNí}¾†˜ºuu«!!ðk‘.–ù²ê ¿=ZªÞ¿ÎPô¡žðk^í,wö/}g„Ÿ,üÁUßniÇmœý+¬ÿÛ~z®‚óû»Í³]¯„ß&J€P 0ŒñRQAŠ|Ò"q¼ÅiÉÕùá*ùõè¡ ¥_îJ_¯6ÿŠfl„ÖñWþêO,ãé{‚M—¹1싊ç6È£‰²ÑNz“»ÎœØ–ê£õN¹øŸH/ç¿îç’¹üù³=ŽNIš£xÕcí…=3Ë9RiÇ\?ˆ~ZФWÏåXJ9ûz_Áõ–rö¼~AŸ±¦¸­i|áY·øtA@³BH—•‹"£–o`ÿ}"èï Ž…rN9Lj?ø}½ÅÇÿq¾RÅ‘ê 7²Š‰€â9OsÎéûs~Ž–ÆúỺø¹ŸÏà ”0Ïõ‡äy©DK>Â¥þ¢NñÛénWÔu;²C²þÆøM4àüïN/çüéÿá¼ë‹N­¼: ›;”ïéóù²?äÒ¦­¡”€ƒwMÌ38hó¼#;ø¨ _š˜Zq9îE6‚ö?w‰…WØk«#®:YáÞA¿§×jéⱚ‹Œ[{‹´ºŸÚ¿K…i„»y¾-‚ÒðÛ‡*l&¥ˆÉé>Î÷?ÏG«ýâÞé ú•G!勒z§>XW§D|ìA?{¸Ï¯™Ú4pâ~}˜v1Ï‘£ä¿,È7ÿ9k³ñ “„ÖšèæUÏð5úÝ©$°ì‚>¢ï¡?¬òXö!’ãçmŒnyùŒgêøl‘¥L<;&b‚Óù1°Öÿº´È2‰÷ULk»Ö؉£ói͆çŸ@ÎþÅRKw•ñØn¶|‚¨}èÈ÷ã·yëRÊõ¡¹ðŠ •vÿùK¿lÄu¾\ö Ùî3|ZÏy9Ôa7ñÆE>ÿµ"gEPüÝï•òÛÃ~°¬;yÙ+VŸcÏ·>gκ´Ú76¦‹ØèeN|ÚRMŸnÐû1:Ÿç³­ïg´ùf€­y-`ßù¯—ï^/W<ÙJ$ºúoËg\ZõœH+?UÎy§/Ê_ð1+0Ÿ)ó`žó<úîq^¼ú9£§î’îtôxÖxžu:·ïØûmˆ¿MÁ똾ùR¥´{ôn»Õ2Ÿ^Næ“EZU//ç4‚ß]‡¹üw>4 Ž7[pÛaa?*”ëÜt·rþåmÉ=úÞ;_æ¼Ä·¥“¤žkŒª­°JÊ7Õãèz89¢\ÏͦŠÞ×yä.¸/y–kñ³"QÀ­&ûi¯‡#Ë‹ Š L__¤gÕ[{ý6Kâ½µ‡+­s‚tç;7©gþ®¹ 9p”ß:éñœiœÞ6zaÊKðœ"–i/ü¦€IåÎI¹çŸ9¢ä T öGüXÎ_õ©½~ÛW0^,˜1˜V®–Kûwãj÷«ò.<>ë5æ¼!hFò¢µ9-)Æ8êÕsñ¤èLÇ{èi<¯èƒâ„ðŠj:gq¾ÿyñ9)Ú¿uÃlûµDÑú‹µ¼/y>ê?Æ&‹Ì¶ÖåïŒÜ`|ÌîœL~¼VÖ§V®z3½4bD¿£E@@@@@@@@pC_4?Š€€€€P…¸ÝǬ–ØËÝ÷o¶¾\¿E9Ä´ï-´ 8BH@î© T0íà÷²ÚU)+JŒÞùïð_3ˆ:\kþ“s_Êûæ mùý}¤ösYº­O¼ÐÿŸw±ÒÛMv¦Ýz©ö¯O½ô@O½¥ñ”ëÏZ6þ Eã;–Išþä|âÂ^ïļxqÀ >Û¼Ñî¥9›Û-«÷Íñk#ÞÞqcõïùë_Ø?ó§ ÛFHÝsíæo/©ê°ã‹å_n»5ê§„þ5c,Ë»\xl„mGë×l'íkïÜúë”n·ž\ÓL×zÝúC÷ŒÙðûÁ¤ü¶[š¦ö{#<µßÚç_R>Û½Ûg/œ~0±»zóµÿý¼ð„~ûòùSæÖ|xÆ›1çâú´zqf¿ÿ×ûÃ÷{ŽÚuöÝi?ªëîK«{åÊWmÎ){Î|牜7Oüúc½Î6Ok¤®û´áùš+¶/¸X«÷÷Ö÷Y™“mLù·Áɹ-^½:þ¥G–ÿ`ìü'ýzë™ó§6ü©àŸ×G|ôÕ§«?bÑáý>þîæìícß¹çï¯îù-uÁÇùM=ûáÃç?˜4øÒOñú–Þÿgü‰/ÖR¤N_?£åóŸÿ´þØøOÆ|ññéÓ†¨GÖUßý®'­?éúû‘oŸ´-–_xlMüÒeªØÁMÚÿ9uçÁÃúøÐð÷lg þíÿZç±&¯uØÕ]÷ßàEï µ»ÏÊÔ­í/íy¶æþ˜ºÅŒŸ~ÛÃ;|3'e^¯Öø×1ÃaeÜÀž{¶ÿÐä¯I¿Ç-í}6÷OªÓÊú›Mëž>»÷à?I‹Û®)YúÊ‚”}ó“"÷©Ÿ­¿/,5º^f¿õ÷õMN ?×=¼Åœ¤ð}êy©ÑýÃåþ¢é³ÑÏ>>¹Ó/«M3Æ7ŠýrÁ¾µñEûŽ5™4.úõE7ÖÌ0OÍßýÖÚ®Í^~ø}ZS²ôLô5ÕmÒŠVŸÎ,ÈÏ_}Ë÷c¾Æ~ôô ÷Õ~3Æô÷ÒØ7ÏçmŠí´ð@æSϾ¼¥Þ}™²Náš~Ê=s£:L“Úg@ªöá¦ôáO¶ŒýcpÆóÑÚÅ›F…EØž9ö敦6Å×=ðCqÊÁ>?Ï•=:@±).ÿÚùÏC3Þßh/eÇŒo:.<áƒÖÓ~hueÿ”5E÷ û÷·?í zðNŸï·bO÷æ‡Ó¿üyûÄN †/u?Q{íY¯í=ÿKÒÛ9S–MÁöw•õݰ^ÿ~þ“O—Ÿ>Ü¥óÓ«®YuqU³»v}Zs<Þ2uÉÌŒ~¯o´†š¥zsåw—·=tK>{ËO'š3ö»&¯u=5åùæ'º½Šÿ¬SkÜg¿|çëaF¿ûðä£Ý¾ñsÃV~@Mû3³´xÓˆbOµN%÷\ßóÃå±÷\óÛoò¤Y'zÿãµ;o×·åòŸ»£þ™9}ÅÉÓö_f¯:±åÑÈ¥Ÿ¾QDÊ&ï¹}kôͧ6Ínj{á“§žÜ°*¼ø±aS>ºy`Öœú}NX#Þ>îj‡·%fl¡.®kû¥WbÕYÚþrKÛÿÇyZ×õ੺¿L9—¯ß\kà‚o”Ó¯¨ßß;þôäß’‹¯^IÛ™Ôzuésön†?wþWkÇõ½¿ {$â«§›­»5ñÖ¨A¶9…7Œ©vhÉ¡‚¿§"φ€P}ð×µ«-H…iSØÅ¢§±û‘QÑ¥ðã&´=ô ¯.öÅW-¡< %ŠpeÑ[‚sæsÛbpœwKxËËo¸”1Ø8Í ]ÏÆ€}avcÁ÷t=æ@ù–ã¦Ëµþ–É5/‡ŽÖ¯ð¹d†a7KKK¿à»D++ –F¸´n¾¾rÙi‘‚ûll‘†¦E—w:Wé–œäÜuŽï¾p%„ü¥–!( I ÒY&êÓXPNo½T¤ì¸ŽÅ¤/B¸@:Œ#í']ˆ-$8Ÿ'w.ý–“3Pâ Ìì q˜ ¼ç¹óçxi3OåòW¿ÀKÛÒét¦Šu‚¾¬þrA`CÅô 8x\Ð~ÂK—rxêC¾!—…õq¤áM¯@ÄîߪÈ~çS§%ØVap5ž;þ<çKK+ÁÞùò¹¤úŽŠ(oéÀÕ–4xádi9òõ’gQ`3pö†+—/9•kÛ‡›ÁˆQ©àú_×$+V^ÁÊaAùÙWÇwÌ0U9|Îz¹½Ç )˜õèÝkY„yrukØWvµáxYÊ7—sç òýÐ/¨]$ :žÜۨߛñ ¤\.}ÀaäˆÍÞÒ÷R¡ q œ*²­è+^ùw/AJÿôa]íªÇ _2‹/¥¸2u²ˆ+æe"ÁQÆ9"Á…'û*e" (¶ÃKŸ=ÍÙÀ[U܇$ñÄ ß¼éUL¿•Vç@ü…@G <QЧCÞÖ‰ÙŠªë[«W*z÷ëÏØ˜Ÿ/œo¹|Ù2¬ß€A ¤oCŠ[UEò ì¸R½_AS°‰íàÜù-9Ø…áÑmô7rún5‚àS8CpH¼­VÞz»ôhû{¨‡#]:/«Cð\Uönw<~¬BNù=AQAõqµn3J lÖ˜Ÿew­¯ûZaýÓŸ>[…7åšDrICê ô]üUÄä ²uÕ 0€Æ`Ý’  »ÀZò´¹B‰Tþûê\—Y¤FÕ1 ⠯蠷S0Œ¼‡Ù$áíË»¾­îÎ ³ÐŽ»#ü¬³ÄÙS¬²úgu Ì*{‡‚?„êŠ+—™÷÷uô"@·„4FÞ ÕÎ(õùÜ»¤þŽçg¿ìsÑ!•çÙÖj×WÈ wÙï$!V>¾9¦o9&ËÐtf>Ÿå°A¾Á弘ëÝÌuÚo#A7m`œ gb=6Òé›—=æ36§øâK—3b®¯zÊ%©Ïo¥1õŸë!^ÙÄoÀímgö²ÀR§ôûsŸõø#ŸcÃQ3óŽU’Ký±ó·Ì·L€ßÑ[cñÅpoŠHî5¸ëú1©´„ï€f^Û 6÷Ù™»r;þè‰5t:c¾3ò5®ãV÷~ë îÓ †Šx| Ê^.ÿ8÷™ˆíä¶îg÷¡ìæÒ<Å}c" ¹cVø¹ ‰ûl,“þ¿.¥øû†ùX6Þç2*þ›·A<×!ŸcÀiß]…׌㮠>"»€°f‚·á^#iK4DD¿­Exr‹0`®$6G`>YD*<ûe>ÝÅü^>”š\JS þµ™=5¼ª9h ÿÒ‹SX}ð<þ¨Ó[z÷roØ)8z†(O°GgþG¿0º¯o °²~—ÈüÆä§¡JXs¼è·ê’­‰|ý6R¯`lé²}  vÈmÿ.¥ ì—]æÞœyOe>ébé\ôs&Ø› å€`ÿC|/™D()Ç]æ¶p‘¹®Ђ4á¶;ðG=ïlo•7’ì}Ùl`fRIÀë1š[Þä4§TÉê‘ëà^§¯”×l™6û`½¹-%È;yí“]s.1ÔF?n{?NÛˆ<¢¼ÆNdrí¶Ì$n€DgÙ# ž¤ÏYʧ ÀdÙ›‚ôƒY„г£]@2Ú’µÉ+LZWœÞµ\¢Ä¸[Jy2#³~õ`¸ß{Si §ÉÛËBø×¬Ø è%ªgÎÕÊ>å×¼‚픽+ÉÞo¢m“Ãl¨‘8rù4H…ºt~½sÈÀÔ\íœqšh ¬Œ¶_'Y YC?™­ÏñÍ0¥8v­•„⬞­‘Í& ƒåÝ@|Äè€Îï]¸Uƒ#ù¦¶Ç9}˜ Öú°ÀoÝáoÁÝ áÑ̺ÝÓ£`*ûä?SŽ>ý¾„zæö<Ìûkr&ÜšÉë*“Õ*m—±Ç1ÚѸH°•PèÖ¿(h)z{~ZRú{ºí§àôáPC¡[û"Vn‡ñXÐ%L Úc›ðµ00Õ&F[GÂÀ²>γp9<º’úK•LàÊdâ3\ ¿},¬'ØÖ1b&­†ß™„Ã7L£˜ÊýB½> LôPôvZ­¼WThèòà “þáHwèB(Íf†Ê Î¥üÀÍÝ»¨mÏÙÇÛh/c @BâNBÕ¡Ví:¥W._rØfZGjA¨FŽØ1 }9»»'xBÁ3B5á¢ð‡¬Ÿq‚‚g„`ÑCߎÖ2E@@@@žÕ§qÏÁDöØ fŽ`±D·Å»«ExZCT,MÇ”ùÀþDÇZ€ÞÖGÀó¶äË!„ð)ÂõCEÚ@‡bõÖSlÑt×::Vy ß8¯Ðáé‡XÊLß.Ý ¼ÿÂÚ• bkŒº–½eí$¥ÜÞô'eÝi±µ–åÐ_1‰¼tå¸<€2ùÌËã'èu.! Ø’‡rùõÍèÅåÅ*¯•²«'…cû–E)ü$?Š+õÑYù})Ÿ—ů…¢"gHD—µ)›p¡uyNÀ“±;º'xjW£%¦_Om[!°F.Øù—±¥>œ5ðÒ.®×øZd\l X…ŸõuÍÓëÂúÜ3F²®½-TA,AB[èmToË=y[ºËŸ—Lxk?t+•³X9¹H™*b³§Å»]Þ–êâHû¦—EÏÅìsc ý®±åðàJ}Ù„/Ü©¯”•xê¿§\l‰˜~¤ÚyÌCû8Úõ'RàÉÆ‰•½e>WÊ‹JnyÓŸ„8FÊKÊ )¶LlPçËFš—Ï·/ A?ÛO¿}éŒ#Èò<ó¸/…souÊ’0j–âè€#à›^»¯$ÙÙò<ŒËÄX|IËZˆ¼š,'Pê%0ÅüUz‚”7 ùz;ð1{!µ*‚ÔFþ¾}I.±-|ºþÖÃñæ_AŸÇ<=ý8C‚ói,aÐY*ÁŽøìÇÌ1­:]­U'«º UµïiÒª-K‚>A=tŒ:A¯I0«uÁ˜¨š¦ÛÍjËÏ›dµg¤ØÒRãôÚØüÑqñz“6vÌHƒÙh'ÒRrãÚÄët‹ÉDôOÉÏËÌÊÏO——™c³Újô3˜bsl#µZ}z¾=Ë-°ÚÇM²æ§c@§N ÌhÖkÌ:ÀõF`NŒmOM˜ªÇPÕ•–V§6%h,µÙ¢Ó$hõêÑÙªiÕihŒ–Duž­6é´½!d©‡¨©´d«pcL › ÒjÌ&ƒÑ€+ñ³Y£7ዉí{gëêî9`PÝx2^›õ ½Á¢Ñk-j£Q«1˜ uI+™”Ÿ‹gØómé¹Ù9i™8oÐjt ^oÑ$ȤÔÔ̬4@èµ÷#€^¯3é5Z½™0h0J="^§Õ‚8ÏÏmÂu‰‰ÀLYô@Èq©3'jT¦ÖŠ&Mbb‚Z—ôMsk‡×Lh¤k#‹×-x¼A¯ÑÉîuóÉÞvª›uŒ5#‹—b#S¨19YéV[š•—¨µÚó¨tkœÞ[0Ò`4fdåÜž`T½IcÑ’ýsìÙ)Y fM‚ÞB ÉKy”MIR6ÜJÒ 3:ÃJ9©V;0`@£ª´ €·¥¿%u¹/Io¨ñÐK™¸Æ7=¼¥«¼At©z:âo§·:Äô#%Ð ®J…v¤oúñ6¹&ö&Fo>WŠï³ÑÅ1"o3 ö ´¯æx{»æi?Ë$ibÆk-˜…¦ƒ«PÞwYÞ‚gÉÓcì«Q¥Œš%Íêx™ÍÁ$ŒP¤v ¿mA´§×Èù3S/5hòº˜rÚÓm5 2;ãzkª‰Èu®Aþ?g =µ‰«~]ßN|Ì^Hé€å¹•)å6°ÔüÅfØý™Ý”ZR.xÎôCÆ;¯æÀóë9[Ï·¯Oû²#~–MÔúùêH±€@ªmñ6Èð6Àë7Â~æÊovøac¥*¾Âå™í .ü}%´Ç×AK±¥^C9ÕCŸ•œùZÒÍ‹=ô6qã‘'®é¹¼ºÔÛÛÊuClI4_}OÂà\J %\• ®õûmQþØŠ»ÙE_ºFe>—q?_ï,.ToÙ>óöL§ôŽào`V¹)…­ÔµÞ§ëÖû‘Ù¢ÞOÌg¤ËùŽE^Ô×ÙOú¤•sl3GÃO¬l5`÷ÙTd."÷ Á§ë6-JN¤l{:æØW öÅDÎ}/VF±r*=ˆ0•²‰‰Jä:á1oß;D¨?ay=éVX?¥=yÓ}˜HUô ò"žt ò¢SO:ôt®¯²(}\£ð’†Ô2ª$”Qå’ŸÊÃwÞÊZ^ñ¦qÎaì:n.}ßÓ§Üþ§>èÊG¯)X‚ÒÒÚp»”ºPêCi¥±@šºˆš“æPZx‘–PbÃØ‚wA¡WS¥{ð§ð3 Ê'Pv@ùc×[n¥[Ñë!oƒ²ÊGP>„ e ”ÍË3zÅfšgét¡l€²ÊôJÓ4¿éó0zÅaÈ{øùÍ(ïBYe-Æ®ÍûÆ®K¯Zü6”7¡¼±«ÛÒ=8n¿e”× ¬ÆØ±ãJŒ^‰@_ À ¸]‹^íÊ«P–CyÊRŒ]U7c9½~.¸‚¡,„bÇ_ÂØÕ¹çÃÏPàö<øi‚Ÿ/`ìªÕ/bì2tÿ?Ÿ‡bìò–ô¤½.ë(³0vÒò9ø9Ê Œˆ{~NÇØÕ€íôdÆöCzEèg L2ÊÓ»J3ÍN‚ÛObìŠÚPò äC™Hç±}’^A¼„›4 ûj]Œ]+u”(ô Þã¡dcìx¹]&z5l(ãhžÂcí»Òy!`×L΄ÇÓ¡d@ƒ±+IÓk,†’%J2³“uôšð÷q>á0”_»úú*À®Ö}Êoœo '©ZÒm?WCy =£tœ›Äÿ°+HOæ&ñf@¡WÁ~•{Šî2”«Pè±é­ä|ÒF(»&ü9À®yÞ‘›žMóÊ{P6zåmöÆ"ýë>(‡¸ ´ætûÓõ‡Ÿ+àg-(k l²•ów{»NöçPŽB™å)zn c'gAé¥/`ל~ÊkPÖöôêÌô:çۡ쀲Ê×Üc£ôZóÍ0öeJô¤+½õ2(Ë»†ñ;Ps“ ô;fr7Žúж °oøÊ´ßâ&SŸ¦m W؆}°ö‹¶A´m¢ím³hÛDÛ3ÚÓvTËqîÎïÇsýÞ´áôÍÙºOÐ}(–ÓÛ}\К‹¢8nÖãâ…Î9b“†\,Ò€;ß1Z殑sùʸ¼(.ÿZ\Ô&ˆÖh¿‹{¸ý‹$…Ép9½‰cFŒ;1 'pŒ’$!§JpÖ“þ,Âe¿l“ÿĹ¼l§÷˜]‚ÞÃIz s'˜=ŒÙ#Ø$ö<nÀóàœù‘ô>E7³ObP˜Óè¿pþ'IVà!Š$e½GÁ$½7È(9ýW7dr…L¡P**eOÓÿÆçæ³»róÝÃÏz\ø1Ìé6Æýeÿ}ó®LpfHëÕ‘•ÓÎýËùª¤:̺ã¯ÂTn„K¿*—_ýæú¥Qgd‰\½~ ÊÛµìò½;¸Ùùˆ²ožÔeaÄJbV˜h‰Eûï«^òl-½fû$Üïk,¢©3AøÅÊ)/i¼ ‰Og9­n'*šwé¡ëÿ1gRxpKמyÂë•ÐÿÖ3íò[DðR\BÝí¾gNd{ŸçŒG ì"ñÕæUµ¢îí–˜Åy(zÞ§qdeç~„Ëq6ù[d(j÷Q=ÊQSË/Ëeºw¡’Я † ”DÀVñD9Fïºð[ïTŠiN{V°7šPÎô×0vGt´3:,˜õZìg¹žâüÒÏ•°rÄ0>pzŒmŠ+(ºlVÎt äß›\ÿ»!È› -ƒ*°tûÃë.2Ü™ªl$ÁÇeí˜B#I³FÇøò·‚½â07¡ï›¼Ãô’“>Fó±"eìýy¹ç¢Ê9˽‹+Æ‹š9Y:#Ób `»¾9ŠZ õ:ÛK ¹öOtªémp‘00W}O?]Öµ}´B‰ÿúD*–D¾Âè¿]ÀzxkáxW'‚'Ìz°/—Vñl‹ŽÞ[þ‡ã‹&^µòU8•åWü²¥Âæ&2˜šþ ÿ)?=Ï O7ke„•L²§Z3óró³Ó­„-È·¥)2ìÀ™¨{&™’Ÿ« WÅ“ñÀ¢'{dÚ€5«o2@ØV*w¼uR¦5+ËJöÌ·á¹Ù [NvOɳff§ØRÒ­öÜvDAœ¤åÛ)Y•–i͵fËÒ­a™ö4\¯OÔ˜Í:`ÒXŒÄð¸DŒ¤a„-st™šidfn^ä€ñòL—™KMÊ·f¥>ÑL UD˜5‰z*žhd0Y4f½™$“â°Üô”T2Å6Éš™NÔIÔjLr…™2×6G&Pæ:pKEa–› "›èaK# &“&!1 Ø@Ú¸½bD9RkÒææ¥åäSÀj·P²€åQFE ô@k ºcƒAH+œK+n$I,Z«×˜Œ:YŽ=»¦Á¤ILiˆî)dª5ÍšO`€L£(,'Ãu–ìV2#Il_¨1˜”OZI@áéÖ\¥L©WƒNpƒÓsKhhq Í‹ŒÆÆe[³ÒpÞ„&QÇ®òa1Mf\‰›Œ „ɨ1Qí{gƒî9 ŠâøPØrÀh1Ô ÇAff)Œ_ɃÄôúû “,ž^„0kn˜”6`°XHT'©(Ù ŒÍ€Çp¬@6$ÓJä*7Ó–ÖŽ$0*É «,Y[Þ«Œ2[,2R›,£3ì„AŸ2¡¾†)r'b %5ËZ“uï1¤ïÐG š4xè°£zwÖ¨À\úùI‘›“••g% <—H²³[ó'$–jÅH½ Ç3Óe ËȲ¸ýä8A¨0lœšê‹%„%jªüñdN^&6Z1Ðgy9£sÈ!ã­£•õu@o”) Žõ¶Áˆ†ñ˜Djö´ÚrÁ¸,`†Í­×Eju$¨…“ ôc‚¡Y¢’(@†¬6ã‘I¶'0àŠìL9Õ·ÙR²©\Fà” ·Ñ÷÷±8j%°áÆTf¶B†•‘F­Fdygïâ/z0öÜéo®&{ñä˜s㘿¬ô.¯6û„¢sM_>¯¢ÍÑþYâd.2ùÉÃøë¿=þ0?bWøfŸÏß~å¨q+÷oýÖL¯wž?ç4¿‘?ëm i>ë>Ÿ»½æc¼°!ê ¬gWŵ¨5.gŠØÍÔ`JÔhNE¸“Õ**2ê¨=Q›”ï…_Œ<¯9õ£Ï_¢zG+ þ ?ùZÔˆðF02ê¤$½~âgn¯âqÍxQÞ6ŒþYÙ)úÏ÷†mNó9ßH¼Û÷‡Ï˜‰~býJTNk9°4 Fî‡û—£Šý¸§xÔ¯Y¯ÿ‚®ÇzNsMgU—üŒƒ·ð¼¹_P“?$šóùo¯1FãèÊbä¼p€pÏâW†ñû½ ²®®ìgŸó1Ëü`Òhåâ»JÓøX«8¬õ8ï?Ž÷vÿ“÷‹ü1b(Üÿ˜±¼£¹ofÂ϶Üö­ˆ«ôo¤40½îXlͳý_%?-±Æg~÷ÉZúF*õ~ÎÜÖwÑ2ìªO_ø¾ÀÓ?ÃäwÄ«ïïçË^rË¿·—háR3Õ/y8¾°œ³ar¾0&Àë·zÐSWÉÞ|MÄ: Sˆ¿‰ŽÖàŸr=±(€(·sä³!ù‚7¼Ì0þS¿®Œhâw¯ÜíP¯£‚;A,÷£aÕM“çý²=烴 æsœÅIŽ~ŽñÏVÐór ™òþ&Ÿ"Ëkþ W‡0†CË÷rû„H”Ø•±-ß„W߀RÏÈ\×0|=wÝp&åVáݘ㷙£_‡È¯–álkQË|™¯eS¢ó+ÇŠÂR&ÿÙ~FUgÝZô Çs»TÂÈõ’‹§ú)jjx^ø¥€ž‰~‹ÑÅÏ =Ç·Χ15b·SY–û¡ï8Æ›\ŽÅŠØLñ• €OƒäM_½g"Èîn³f3ªä‰Óåÿ¿ËX-™D«ÝÙ©–M`î38K7FyŒ>¾âfæÊû1o ðúк½(ð0—#õ|­Nß#|jÈŒúv¶ø@D‡Ç]ŽM ¿ìä:øh½E.Ü<ë'kÞroîä{ºNB„¦àó?Ç”;ßÏ9çW¼Ø•‚ñr´‡²ÔðpüeXš P·_ø˜×|µœöñ>/×׌®Zæ ÅÂ=ŽAk²‡¢Wz> Æ_õj j*‘¦ƒ¦•qír™éŸê´Oq>ý oQ®¹Ø–­xGxÅËÜUóÙŸO£e%þ6z‘ªjÛ­ƒHÿz›ñ’?‹øÿ/ËùÔ—.þí)A ¢ïFÞŸ9¦Uîö §?ý¶<Ûýþ=ÍN.9—ñÏê ùß‚·wiÓVÈPJÀæ»æIˆkA›éy–á¬Á…/M%^­¨²UÔUü»ðµnGnúÕs‚tßþÎÿßÁÙ•8èR!?A(Q¾éâ1o{¨AKÁyg¸ínQ1[ßqû/¨>œµ ¢¡SÚ%øæÕéoãv¸]»¸ÂŸ œ*‰¯f¦³`ŸìíTÆÆ‚ñûæ¨tÑ™¦—Â÷€0A4øéÕö.C«ñ#wÆÕrò`Jú|ä;‘¼^c·s|þ»$ävÌ‹7~ßM³¯„ qé‹süͬ*§?ž#¢ç᱘rv`ê½-ê ·¸}+s]"^òøÌÍîûUÆi5ªvwR«ÿÝó ÝEíP’„1ÀJ 6rE¥ÍîW¬6 HÞ¶#ŸNwÆ"éT}s%™á%×*\/­Tù¥‘¿ýŽŸö©žv»æÍÈßa´±.Ò"Ñ.SýÅi¢ãã· Ê\xW=;z8Èó.ò1O­è%Ð"ßñ#}Ê)^úE¤eW¹K‰ÿõ’C”k–Óklã½dCWŽ0y¼è»^úϧ<÷èUÓëWHô;ÝKŒc‘ÐïÞ÷Rª~|ëEz¬eIs4u$œ¥óñý†)ûЯÿï¨ú±¦œ3ô ^¯oôl”ò~B]¡s1KJÝ*rÕ»ðX"¹‡ûfüŒSÙ9ÿ4îätø·)Yµ}öÁŠ\ß¡…`{©äˆñf%Ô»®KÏýZdþ±WX_Ü'.ãw¼ÂV«ZÙZBd²Óæ•Ï©Å\y_åZòË'®dþûÖ…1g"Kà Ö6Rì÷p=Ÿë’¾÷䌾xóêÑÁG6^ù_‹Æ ò¹¦ÿj}³?žj· xhFvl)#þJ\tºþÊc­úL^û·jÿŽVo¾>Ô¤J›êñW»kg_=ûrêÓ]mkc싚¾õàËûÖ¾óÞíÏ”}O4ÿsв 'O¿ûÞïI÷>“S²hÀŒ¢‰G>ÕLÛßíç;oNl÷ûg=2_ÕèÖi¦÷µIWõÿl]X¨1–,ߺoö¤§‡Î»uÿÔø¢˜’žçÛÏ[¢·/\Ñá¿ïÛ\8›‹íL66>6ñýé³–Mˆ\‹™Ú´{ý…å3ûŸI|±÷ÂýOäwª²ešÃ?¸þI§—Mè^sÉÍg:˜†Újéµkí”vc?<òõ£¶ƒÔ Íí¿™W˜¡zùÁɾY#å‡;gO6:iâ³q¿>:©íö'gÞ·åypiå·?%t,²½zdúúà¥ë†Œˆºx9uò“;¾º¸â»ÝS¶ŒÁß›»ùèꨒ ºñÔ¡®7&OlóŽyéÛSU'¿útÜô©/¼:iàá:ÖÚü¿Â·—ïüàó¤ï'œ¿}ÑÅŒ+óc?lyÿèÍ`@‡ ·N}98{öž‰$Êßxàq³áxÌÂv-;¦þxtü¯½‹V%4=®~9±u»üÓÝ£“ ;ù3¬ó†o×>ÖñÕ¯;~ðuóÌÚ=x¶&“{=4düć‡^\oÌÛ:9õá¢Û÷-Ý}t™¿¯e‹š¿Êþ®wc“üß®£Ã ‹ì¥G>ºÜÿø¥;«—¸QsǦ¢^¦¿³‡ýíÀ’k‡w$¨Ã>ÁçÏûhÅ‘ãÿ>ûæ§©‡u³ëž&X'+:{ôeå‘Ýë/Ìxÿ÷!· ÙsdS‚z]ß W¥ÜÞÐüä·[V}ËpnÅ„ˆãÛÏÝyr]Qúç;šîÈþnï76/ýæJéÌ•>öჵ'Ïý|ò¥—FÄÖ{ôè´a»þ”7»´æÑìUYéûÜ9aEé¶Ãò©j>0ë1S¸0yС,Úº'ñÂ:Mã^ìTznëÙ…¶æçGEŸúýÉ&[_[1æR‹Ÿ_n|¡w·¿:ÎIMªùÚè ÛÕ/ÇÜüåï[ï`¯¼ýOÃÛuˆ¹T®ƒG[ºüÅ÷¾þ&a¢öÀ_Í^ºyfKäâíc4&Ž×Zq$Ö~s÷¼Kå>¸‘¼}|Úæô ¾ðZãä[xÇÜÇš©{5|pý^u·¹=¦úoàkkÓŽ¿ºò+ÕÁ¢ ãæôyoróoSž›§ :×7â‰A-²íG2¯óé²SX¿>é½vàX×&ÊWôc¾Ø²Øvñ{å`˜£ýÏØÛÐ ;°²öÞÞ/'Õ·e×¹ºqjÂFòHÏÇF={6"õå†ÃO?µèûK½.*/Œ¿ÝdúÈ©ßÙñÆK3ÚœõgFÿn‰µ–??nÓ’³ñiý w½úõÛªYÊK_äÔ•es[õµ4œùQ·³‡Î%µÌT]™Ÿ÷ÓO…_ÏZÿ×&íéIÏáãÏ^1ürë70{ÚǶÒÛßd ùkãø“‹žˆÉùdOoûÃÍ?ì¯oßoŠêªå#_Í;?`E³©SŽÜ)Ýr¸Çùš»ßŒ;ÜofÔcEê:=­{¤kÆÃuo$>²örÁ±±­_Ý]wKÖ3 Î$R½ZÇ,2]}'ì?>º`ÕâËÈ„ÿ þçpþ&s×ôí?¾ÙuÜ©Õ]s>˜Õ÷꟣v5¼¢³ÝèÚÿÄz§&åÔh]W¾·T×B£ks¬`÷î¡_ú©ð¹1…»®7Z.›ðê«¥ªŸ|¡IÁ²fSÃ_Û ŠWÞ¸‘&Ô;”þ‚®é)óæzM®Nϼ8úÏo÷¯ \zämó„7òöY4Ñ?Ä>·ŸÚÛޯƉƒòë·¿0çäÅÍ:/(•ÇFñÀù‡7ŽG‹ë;50ëçËAêèt|ýn{ÆHÙ¿Ÿ×ö÷g>þœ?WÕž_Ûãݬú>®Íÿ׺jE š‚Ùð*OZ¢q°ve-vÛÅk9èÓ¬²JÒÍGIü)‡Lð®f/¯¥Ð«*wâ¾uò‹¬êËc…º¹ ó¼Žtžªr´rÖIAËu’Êß’ÐiêtÝ\¥T»§,‡hÛ‰yã°§@EbmI¹&O)Ö ¤]+V×ÿŽ7=w¼'Kð™Ö-ÁÞœ0ñ4Ä[‚=&<êØs>æÏÕU•Oª³è™âÞÇä^ødWIóó3T0À™H n·6&5-O‹0øºþ×Ú×–Ú‹&À?Kz;Cj«‰Ÿ™£ÀÁÀyç-•Šó@lnÎ̹´.£Q_RÎã .ÊŸc8=zÏÍÚÌ“V ‰~DbáÂÞŽIËu_\ùZÒW~„KMÚø¸â‚’ð©410%-xÕkZÏÂø»êQKÕTR ¾[HzJî© TùŸÒY^?ûjøÒ&­K_úñ]bÏç#Ï)xŽP|]ã-Bñu­¿J`éyŽPœÓ ,BqMC¼%vEGƒ{4t"áЊ×Åò ½6s׆ãêQÒ†·«C_¹8ÒÆÝÎ`¤ ¤êîù´êtµV¬ê6TÕ¾§I«¶h, úõÐ1ê½&Á¬NÔY4c¢zhšzDl7«-?o’Õž‘bKKÓkcóGgÄÅëMÚØ1# f£HKÉ{lh¯Ói,&Ñ?%?/3+?7>i\^fŽÍj«Ñ7Î`ŠÍ±Ôjõéùö,·Àj7ÉšŸŽ:$0£Y¯1ë ×™91¶=a4aªCUT: UëÔ¦M‚Å 6[tš­^=:[5â1­: Ñ’¨.À³Õ&V£7$€,õÕ •Vi6*Ì:Î`Q›MZ™èH*5Æ„Dj¤Ö¤M³b¶Ì¼Ì8½)v"1.Ëši³’)Y¹@G¨â U§æV[^îx{æèŒ¼æ Dç„tûHCBÂHƒÁ-SÇëõ‹Î,­…©×›ÂFÄ›´ÚØdk*À‡dZI*ÝŠ`¶\@&åçÄé@FVŠmæh(½I£7“Ý1ƒ)¡–‘’‡™0â¡8Þ›c¹yÖ¬¬|[:1Ro6DëÌ)ÑH%‘  3åæÙ­†Q¸63èÍ2½É !™jM³æçYóÚÁí4NÏmêtá 3 Ã&åg“¶IÖÌt*“ìiOI'Ça9ÙÙ–›“š’•Fd[3ä2b@êX븼°4ª{Jž•Ô™b­v"+ÇóseFcF•›§Q½t“YO4:9B§Iq‹У·${ª53/7?+aKÆŒ‰”Ãl6jŒ57/ËŠv2²w†Âï£efgSV;F³ÎÜ(GfË·‡¥Â1•bK'%—Q={ذð0²7Y©²\* béY²Ü¼p,’”ÉtfYO""% EÆÈa ’’MÄr"”djfK—w³¦eÚÒ“ò•T¦„5eÑDA¦„ê°Rua›€p½Å ÑêLØ•Vc&\‰›Œ€ÐY€¬}ïlEÝ= ФâÉx¡WèÅ’ m¢…O¢Ú†+ã ZÒ0Ñ` SS3³Òd:Óý]å: X‚žÊ‰¨®ÓkŒ&C˜NSc89)߆ΠdCãµ±O§rÃ(«- '3³@.®ÖfÒµdnFN>õT•2š 0â)2eüxkŠ=Ψ%íD°§eY©2/Ã*——C01ÓžcËD—ÍrlYO©T¹9ÙjœˆJhe³*))…¾æœ¬,– P°ßÅfÆéb‰ƒ PÈÍ! ̤a6̤µ‘X!Ï$Ó(ElU̦°S…˜EkJ˜có€.äYÓ…¹†9vtLt žŸ•—KæX´`TVŽѰ‰åfC;¢ #“0ƒiOY 9ÈÌÊ"RÉ’„´ÃÂór(*w|VÊSÖ´¶£óívYƒ°F­F›`Ñ!χ<Ÿ§|~&ÏùzÇqöÓñ¯³Š­…óQǔ󱕷™Zlˆ‹æÞÚÑ —rmÙ=œt…pÒ±ý'íôNø¸kI½Ý5ÆÀ…ë çL˜~].}:]á™ë±\X—»ææ;vËSnk™ã:åé~÷Î÷q…¯»u@§ýןfŸGm ò>•¶xÑ’ë᪅ àAb噢ªïR"B0OLk©î‰u™ò‰¥:v”sÉöËﻹ̗§ŸhyÈ&ì½ çYUe¥ñ<ƒÛÀ}el½b ¢‹ßy¹çR JQùºGQ'ˆµ*P5½Ú;ç¸ãæ-_­(¦µ²6rŸÅ'ª)NyüZÛ“.=#fçˆXÏh\‡›qçó{_½¸Ôε÷¥ÃöúLAŸ-(¦ïxRÈÛ<çÿÊ1®´ÑŠ2 éþ/¼&ÁßYwýçÞæô¿ŽuÄŽ‹µ6s?&žª¯;D«¼Ü“¶ˆÙC—;Ê»]4ÿ%÷yŒ{áw§± l.Öüƒy.•ó³G+\ž]ô¼×V±[´Ü`Î+`.ƒÀcà–[à9gµÜß{Êr¯«¡'ˆÙoÁÇ÷teM§½=^ËõªÄç.ŸæòŽï@užOH Î|©Ué”Ñ¢Ñi˜Qp"N©GÄë´Z- ‡™ô¸]RòsÇäã:86MÔ›Ôô™ ðxFoLÀdöÔ»• GÚ™¤¶¸E¯7j äLLgŒ7޽€!–4ÇÁÁxºÕö¹Dï &S6ÒjÏ0ÆÂ±lY`µ‘ 3´åä4xp –2.N§µæ‘pdL¤Y³‰!OåæQ™¶Ü¼”¬¬L«=ÈÍ´¥ijô¤@¦5Kvl Ò­©0àp3À1zIà)8H£à šÄ² 0 ™aŒÍÎÇáŠ\"šÀqoK#0 'rܬ±ÀpVæh^<†¤[3ó¬ä°l€ÛÒÛ‘Ù$%Ç£áð|¤Áh´¥RFMÊ'p°ÖêN)=ï!·€D“Z¯Ñ›õZ8ªÖ9¡ÊH` 2sóH8rÏ"“d 7?’žÃÁ4*8„7&j5 F3=„‰F3„7hÌ&ÂlÑèMÇëµô8>ŠÆã@®7™4Z£QmLÐjÌzÙ\Á ããõ@&qÃø„ûck€„Dú°AãɤÞB z*¡ÿ²[Þ„[E4Œ ²²(Ü–’Me’ÞÄT+Ôh2¯Ab”",ZÈÙ¸fÝóí£3rAd–‘I†QŠšý@$¡Ê²z\O*ÕðtÌ!«¥J0iŒ&£Ú`¦„ƒhE,8>4süøèpÒfV˜Y—¢K `3¥[±ÿ*±\IÊÈþ€˜DèÃ'axJ6AÔ;A†74X̤%‘ÀÒ( ‡ä¡d„ÃÃ0†a5ñár*:Å=çfµ5­I)'QÝeV[xMП4‘ÊHLFX*…7’}«3é5:Kb7ìê–ö¦D•)Qj€L’´¨€,1 PõT=½¡ŠÆ³ÃÉÞ8aLÔ˜°‹%“= Óš€.’›lðbçÚx‰GOŠ×ôn-èE)îÇúòÏ@y~b9Ô‹w>:ÄèØ:&8öôÄŽo†›ƒ·ÁØ^0› 2áþ,¬1þ4ž‹ŸÆÂþ‰ÝqFaêqÆ7 V\c q¼3Yx|7X¦Øë 4$…)lV–Öû#OÏ`»AZ30OQX{‘T¤ÅDâ犭ˆë½ÇdÿVü¸ãYΡðŒ¼hßѯs.žÆþ_1ÉX 2š«Æñ‚^¼xA Ì& ^4èËB†Ü<è`¡O„þ9—€icó¨4«  ;£ 7KÔ&ªMúDAŒ†~A-nL I»2À•™õ ½9Ac±èÕÐX[ˆG3­Y´÷W…Ç;<=5M°N:óýDsY¼Î O3&‰î™V˜ˆ„¹ÇÜ(ÀR²ò@ô݃<,!6_3Lƒ;Iâ)$ ãL+t¿øúŽ‘ÚÿßÜô6 CqÏÏv’n-)P.hBâ´I]–&-mŽC‚âÀaç<Ú.ɦ8Ò>=· Á#_ rüÿö‹”n\£E‘wçÔ!Žn d ] ®Œ™âB í‘€MýK"v‰‘ ÐKü¡™ÊbøÜø'Ò Â ¹6q®–‹¹ÍfÏ?lÛÕÛ6œ$cÿÚ7®åá±9±ÞÔ`VQf‹•¾¹XV¸árUž_·÷Û?Ý9L‰È¶‘‰b¾Þ{„àºe×Jª|?…µ€.¥Øz|èqÝ:¤Ê·5ç³ϳ}1ÿpçºVBë£Õ ágÂWœcö}&š,w·Ü#k9_ïÄmkÎé¾ß“ŒŒüØ "´¡Éýº÷üuC”šƒî¦Ò°÷f-|lf„³úíÉ¡›ÃÕL7$U\ѾS´sŸÂ ®SuØ«NE*]™êŒâjœªñATæeVå‹£(”˜“¦¢¸aUT%;‰ °¹áy.”hÔœ~ ÓÀî»ónãpŸxÁUܼd¿(Nµ´ˆ~ÅA‰Ÿ’÷NëˆbN²g†V«åU¢‹’Jëz4‡†¡@vtY|dx9Äqµ¤¿µ<òéål¾ÌJzYÌ+ RXRôJyÝõ:š 4È´àj"&5e^è·¡C¡bFò|Ácàá^`‰ ƒKRíZ‹Ò`¶…†bÙP¬¢Ü O¸3¼„l•6öõb‡Îßÿ¼^ÿ°^ý›Õ˜ endstream endobj 610 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [118.501 318.739 290.245 329.523] /Subtype/Link/A<> >> endobj 611 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [118.501 234.759 290.245 245.544] /Subtype/Link/A<> >> endobj 616 0 obj << /D [614 0 R /XYZ 56.693 815.761 null] >> endobj 119 0 obj << /D [614 0 R /XYZ 56.693 627.408 null] >> endobj 617 0 obj << /D [614 0 R /XYZ 56.693 603.757 null] >> endobj 388 0 obj << /D [614 0 R /XYZ 56.693 413.373 null] >> endobj 618 0 obj << /D [614 0 R /XYZ 56.693 393.503 null] >> endobj 123 0 obj << /D [614 0 R /XYZ 56.693 305.797 null] >> endobj 620 0 obj << /D [614 0 R /XYZ 56.693 282.027 null] >> endobj 613 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F64 307 0 R /F74 436 0 R /F52 247 0 R /F72 420 0 R /F76 619 0 R >> /XObject << /Im26 609 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 624 0 obj << /Length 1713 /Filter /FlateDecode >> stream xÚµXYoÜ6~ß_¡—ZÀ«PÔ>9È4hÓ6n"΃Vâ®ØP’£Ã®ýë;ä µÚ]9I¬áß|-sös^­ž]­ž¼Œ˜“yYÌcçjçÄÜ‹'õ3/SçªtÞ»ÏD3¢«ò¦Ü®9sÇ¢ZoxÄÜÝu„ÊeÞ¯?\ýj7¾ïeQ„›ÉÇAª±ß\~dÛˆfiÑ›u¹msÍß]®öw¢ûø ƽ^6úN 6ƶ1L¸—øh1»y $©ûa¤·¬^\­>­|XÃ߉b/Î'É|/fÜ)êÕûÌ)alñÂ,uîÌÊÚ‰|æñ Y9ïV¿­EŠEŒÏ¬±ºÃÌóYŒ&žþ !v§ó~ã3Æ œ»µÏ\Q©>{ªÝÑÚ/=Á¹×bA”ÀµO+æe>7óÉLDQæE¸‘g^Ù™'¯kž8Ï[pøÜe{Ò†ŽÚÌÎ2áHø @œ^–ÅN”fãñ£ &Ôˆ…g¢—d½'X]N!›ýQŒN€» ˜çt7àXxîåv+U©we»µŸºûªfXÒ[Qã‡|ò“i‹ ë‡Y’^ÂZã%#/áÙ‰‘£90»kiÈÍ}ÈŽì…ÚÞµï^àÛi`yŽRî4ÀÀaÂn·âšžž3O=ÿ8 @j‹1¹Z§ o诃0,*%Ín»ú~¯òí€oç·6Õ†âVÈÒÿ `ò]Ý#¨ÁŽ‚¶ní‹ê‚F¶•>´ÙKˆËÇnuGÑÒS÷mWãÛhÂïBBÝíZµ§£±tAøÕE´9àzÊ@KØú¼œòPËGLÐC¡+±»ª÷:^qìU ”n¬:YqÑDÓ(”†2¯Æ_x"öA(ÚÑä6ðÏçUÒî¹fÞÞ£7XëI8«õ€C§“f¶Eú¡Xà?ô¢$±K®y\|îäð`d…¹˜âÓžºíiªÊuFo IŸá”ÖÄs±Çãø8K¥(€@{Ý÷==¦Ñ4Š„gß„þ&/ĦºP&gÏùþ,hýï¬RShn6K¼ØE”¶‹€o9{é+a à`ÒÄ ½…å’J ëÑf0¤¦†³V0XÎzf…ÈβÐ\¦Ûx¯t«ñ5­ÑãNÕÐ%Ð-iO¼Ýþ->ž9°Pz‘—Á÷Òg!'urË wuWÝ™8Âh)Ó·Û­þ‡mE2#L|•=îlIUŽY Ã$ÜwõÅtTƒÒá–2<ÕãèT 70&K{ÎPåѱÁì‡Ւö·º'K¶Š¼2Í@¢™<ÇV7õÂ8%#ÀÝÉ¡š ìRÊÅ›Jtµ­ÁC[U½•ìrÛ&U¶ç9í½º¼99S«¦ôÖb7·ßì_&ëØWÐ „wèòNB¸âÈt:)"µÕ Â)[ŒÎ‘j»ñî×Úz|¶§Z'f3ë8ß ´€”Yl¤lŽtŠøü„6ÐŽÓ¬ÛÄÈ,5#ôµa‘?Fz†Æ>‡±Ð€“_Ñ‚«ûC3þ™6¿Yí@§’@ ¾n WDŸwd´Zv Y‡qM(k…Õ€ª–ZP³ Û7jsÆ~ÒÓÓ¡˜YP3}ÞÁ ’¹nUeSçjÚ=ûJ}¬¶—¾[ç?ÈœýÚ2ÅÙ·üØô/û endstream endobj 623 0 obj << /Type /Page /Contents 624 0 R /Resources 622 0 R /MediaBox [0 0 595.276 841.89] /Parent 607 0 R >> endobj 612 0 obj << /Type /XObject /Subtype /Image /Width 746 /Height 173 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 629 0 R /Length 6824 /Filter /FlateDecode >> stream xÚíÝy|uþÇñ¶´ ¡­PÊÑŠ\miZ õâ†Eý!ˆ¬¢òu]凮.»¢ÂºËå±[[°P+ȱ*ûCý! j9ìAﻥgZÐJ·Ýo;³É¤¤iŽ™äõy<ÿ†ÉdòÍÌ÷ûÎÌ$õð (в´ÎÕÕ %)Ëi Š¢(Šjï*¡5ÖæÕ¥‡ý»G•iµb:ñŽ)[OÑ,EQeyh1‡V²kËÇNè;û“3ÚòS¾!YU548EQnRÍEkP¶.d{7~щ%þCÿtbýø÷í¢µmÛ¶4… ;ÚÄê–¤®]l`Øo­n4—Œ.ì6ïÍ öþ^ÝnêÞyCf ­m§›Û&ƒJ»2…lÇf¹Å&F<\vx7îù¹9NÙýøœ¢„袺080dxôˆ{½ï¬?²OªoFÃVýþ›»‡ü^E­mïÝÃêÕv|îøÎß®‡·wý8*ÕÕ (¹s‡Ï€Ív(ë¶dÛ–¸¶Ó‹mß;ž—kNé`z±íë²ù™C…¼.Ó¯í§~s|Ÿ»“~Pò.d“fìÈ»ÓÁàaE–°n3,¸ýÐ1ﵪ;1¼F‡õ¬ö†v™¼à÷+!º´wÑÅòôb×Êû˜>Hª±Óîø(¯¸H/ÿsÏŸ^|îÅ矑%þK»ÿv8æ‰T1‚(mSü¾;eWwJ¿¡´]Ίר¨í¹t©Á’Ñ¿]é¥Ùþeynioz±÷Á«äÓ¹›¡ŠqÄ’æjjjj{ï \¸ SÑHê°vvù]ݹ§>ܳÏqð3ºÃ›¨œô"†osm.ýö¦—f‡T»¢K{Ó‹=Îu@½,{‚cššÖpÃãVÓ`§ôbª¸¨ ½é¥Ù±%ûŒâåE+Ò‹Ï’Qn›^\5À¸ó9^('½4+£l•^@i.iÀ¶é¥Y1EzàªI†6H/¤Üæ ¸mziVR‘^p@z!½€[Ýã ^œ’^vïÜ¡«ÿI?AzcTV–—Šc`µ¢Â|Ñ—V”Ÿ­«ÕºUz‰EJ/ÒéPVZœrêÔ§ûö|ðÞÖ‰ ëˆ^ôÓîI=}êüù:;¥—f…WŽàU•ågÒSöìJJM9]\XPRT°NQA~Ê©“{w%•étõî“^¸r+).ÜÿñÞ3i)¦á`…ìÌŒ}²¯±±Ñ¶é¥Y‘Å•#8EQaþïm-., Ã›¨¬(ýjSS“­ÒK³‚‹+Gp q¼ìHL()*¤Ã[ýªìðmEziVvqå¤ ½¦—fÅ—]¯eï_}Kè aMøÐ^ûZšùâ¢E–qíZØÈÁ…¡¦OlåéíWRÓòU²:mIOŸNß”U‰iFcùHtüg(üÖéÿ¹B ØŸ¤pÀ†‘^@™é¥Y e×+Gã{t‰;YØ2­-;z$¿½#cMµ¶#ÃhÁ÷wë»@šŽîyïð€—R‹ZîM{õêkïvü€.Ö0§ß—%•bººôp@Ÿ9NL/¢mI/@zQuz±Ó•#o¯Ï Ê ç¼Çh12j4š¨èQ-§DÞz$fäˆ(MĈ±›Žæé‡Îø…wÅDGzx.l8¤ê§ÅDÂÂé#£Âú‡MÜ™Qjø\µ•éWyûæVÕœ«ÓF„þ°ë¶˜×ŽŠùÇVÄ ˜¾×t=;_š}sLTpРçOK3Ïf|81¬_XÔˆ»ž~W¿dyöÞ©#… 3íãœ21çdüذùŸ‰‰œÿ¿ÏóóÕbz^ob^™Q$ønÝ-£ßøVL'¿=fÔºãúuškÓM’]²ìÌB·³ªøÐƒGDEE µáˆqÛNÛ”üK’);ö»i7 ¦‰ŸöÜ!Ãf‘}º½‹göï?82J3zænssH/@zQé•£óÇxwíû«;g½¼v«tÕÆ(„Tdf_n½“›}{?¤_`Ö–oM6—^f%´ Ä'Þ½/@³Ôhæ÷é¶ðdAyî–€aoVäo÷ú71sm˜ÿŒe˜®ç·[¿kù.Lòê.~¤™Ë4÷ÿ¼rý’bæÌøÖ²ùžÍ+-y&çn}ß=`ÒÔ~¿ù*G[~¢k÷ÓÕ%ýûÌmÉ6ýü¿,©Ô¯Ó\;˜n’ì’¯„û›nçê›WÌi]2¶k¯ûMÛVoíè ‰K/ǹ‚´2Ãf‘}:oÏä³U­A®ÌÜ=s׿H/À}/ŠýÎQÖ7ûׯ|iêð€þ·®6 !Ùûßœ2**4c¶É^Žy-Üãñõþá1|vsí`ºI²KÊngO/ÍÏØ»ŸiÛꉇ§WVË^9’}º'£¯>}ΚØy­O*;‡s/@zQûwŽjÊ“=;]cBn¼¦óúC™Fî¹ÄâåáQÛ:Q§-±0½ä}õP¯l´,­åŽ—¸½^;ôÚU~·Ë¦ Ó™§—ÚÍ7Î>ð‘߀%bÉÀ Ùûg ¼5éÙô’¾{†ïß»w§>‘åí »¤ìvú{{¦VT[rCKéEöéê´¥>Œ{æ¡1~C17‡ô¤•^9ŠÛýU]ëDþáU]ü&I3¼½²*/BïߥÓ'yg[¾´vªì¨m¸ð$¿.ëN´ÜgòÞ#ÿuåh뉖‹& ÷D_9ª9ûOÏýúH'1NlÕ{rïþ·&Y˜^–EèW®Ÿ¹4"à¾-ß·ÌÜ23 âiæé„ñþÑÁÑK‹éE!=FwïüQ~¹lr1à/Ë–IaC¿Î+¶CÛK¾æoº+o¼måÏ_¹úâXéeݘ IËö]¾r”^v…§«-ÿ:«¬µm{ùô’ŸCz~ïEµWŽæÝ9và0&|`ÄØ7þ/Kš¹õÑ ÁC5#cÆŠé#kæ† qï¢÷eGmÃ…SÞ{~PPðð˜›g-Þa¸ð–§¦Žˆ í:Þè®]ɬ^]{ xùòÝ­kÄòSö¤Z˜^Îf|8!´oXÔˆi ¶ür×nÖî;F 4rÚ?¾Í£<7A,ðç”–/X~!²K±–|‘G?çŠíÐö’eiïÒºOnòìÔ]šY]|øá_E 6äö߯µ‘^jÊŽ=vÇ ††Gj†MápÛOWWS0i¤&"22ôúÁs_ÿ\v÷½é…_«sîw{•¯¶:Oº¦–¶û©î×-à×ê€ôâéE½çˆô"”žy=<<""lPpøØ¸ï ÚÛ€FEzÒ‹›ç ½é…+Gp™¿1]TOo6aÿ1íæß9Ì)).ÜÿñÞ´”Ót8`Ù™ÿúd_cc#¿VGzTUVœIOÝ»+)óLšø¼@·9ë"úÒ=»’J‹‹tºz~­Žô;©«Õþxî\a^Þþ÷}ðÞÖ‰ ëˆ^Tô¥…ùy—d»\®‘^`C.蛚šš)Š¢(kKô¢¢/½ Ó™ël¹rDz@]¸rDz€ô¢À+G_Í›ÛáÝó§O«¬ÐßÞ“›™´=1/7[§«¿t©(SCÃE]ýO¹ÙIÛ·‰á[ŒæbL#»ßM}‘T—^~êÕËð%äŒÝœ—gîÖåŒÖŸHMˆŠ%ë–_5OO5ÊEŒ1Ê0ÁÁêú+F'^|°oL×`` —¾ª¢ôrñÎ; 7^›ü=é—wþô)ÃP;y²ŠÒ‹áW¤ &Žoû×ê€ËøñÞ™ú p±o¥ߤ»˜˜HzÀMTmÚðËÏ¿x{ëÓ‹ÂŒH/F—Úþ;GÀe”=bTš^ölçÜ î¢8'ËÒ‹ôwŽH/¸Ez)*pô"ýV0é7O/J0FéEúƒG¤H/Š 0\9€ôb.½(3ÀpåÒ‹ªÓ WŽ ½(<ÀØüÊ‘Ñëúã!{·ü‹‹ ì¸gzéø•#éeÆÇÇIv}]`ï–—žQ½{NuE ‡€ôâÄ+GÒËÌËÍ‘–UŸxg¶˜þèûâ—Žòððzé@–˜®­Ê|uî´ëz^Ó©Sçþ¡·¼špLZƒ¶2uñ÷÷õóõò¾j@Ä(Óˆb:­/i¦¹5Jûpþà^]¼½¼|ºyÛ;ßäKó­{"´_€—‡çÕ~Ñ£&·– §ehnK¤Æ==£gWoœž€+Gí½r´jj°-ó_ž&æŒxj§´ä;ÓBÄ?o™½`ÅŠåÞÞÏÃÓçÍ´b1ãmýÅüþ·þnã?6¾ôįÛÎ ññq†g{Ú^³¡ìý¯/[¹ö­u«–.~ªG'OßÞ³¥ù½|¼|º|sSìúuËç?0Åòô"û@s["=°ÏÄyc7lÜ—Ááà®]§_9Ú³{·ä‹“E-§SÊOîÑEÌï>`v™V+-èãeÔ>1=*Å1ýÝÙ*K2ƒì•#sk6”÷lXïn¿,áé#Í¿§¯§·ß”_ßÿä³K><’gyz‘} ¹-‘¦¿,©äÀ^^2ÒS÷ìL,¼ ¥ªè³!W{‹ùWùO«¨–fönÙ_MLÒGÏ“ õé%ù¿Ó‹*kkµ)WL/æÖlhàU-ÛóÂÛ â¥éËw¡'Ç­ûëÓωöëâÓ-ÚôšÛÙšÛ’¶ïÕ‘Ú€JˆÝ»3I Ünž^r³3“¶o;“šR—›Ÿ›#\ù®ÝÚªÑ×zzù.ûGK› ˜±NZrËŒëÄ?ƒÆ=ü֦ؿ¯ý룿7þoÅü “û‰ù!ÿ3Sì¦%¿Ÿ!-<¡õÔÍãß¶úÉŒ†þà.Ä?ÿôæÆ„Äm¯ÙPhkšúß¿­_þôtÃÞzßc+Öý=îõ³®ïîåÓË´Ìm‰ìÍmIÛéEjX:¨´¸(7';i{¢¾Ý9½ìýhgæ™ôÂüܪªÊºZ­%÷½|þò811vÉgâ7?8DLÏy÷T˭չ˟¸gPP/Ï®=GŽ›¶ú`KÒVœ~aöä W{zu¿EZmJâs×tõñí5ýÉ7Œ†þOßÓÓ×GÌéÚó¾Ë÷ÊšY³¡ñÏ ¸ºÓU~Sžx{\k ‘æOÝ«ûUžžú‡?¹Næ~Zs["û@s[¢öïIÔ¢¾þ'1j‹áÛÓKB|lA^žX†ýå;®V§«÷uéÅ5þÆ´X>?7Gö¬ P K—doUu·ôžé…ôH/¤`uziVj‘^ ½^é…ôH/¤H/¤ ]*+ËK‹ ű°ZQa¾èK+ÊÏšû56Ò é¶RVZ|øËƒ«V,þ Ÿ}zÀ:¢]µrù‘CÏŸ¯#½^`?U•åǽì•%Ǿ>ZX >;¬SŸäЗ¢G=“ž¦ÓÕÛ*½4+¸H/pŠ’âÂ5«V|ÿÝ·ÍEQ”-*+3cíꕤÒ ì¤¨0ÿù?,,,( Ã¡(вI‰Ü"úÕ¦¦&Ò év"Ž—gŸ^P\TD‡CQe«ýªìðmEzQø+%½€ôBQEz!½¸9ñ¦k~®‘·üÆOñâ¢E¤Š¢(ŠôBz±azq§èˆšj-é…¢(ŠôBzQuz)M}7Ðoä±²*1ýÆŒëFÿñÓ–¯ zp∨¨È!¡£6É»<î—ûÝ´›†ÓD„O{îÑÚ¤é÷ï-Þ‰Šen=z'Þz$fäˆ(MĈ±›Ž^þß½‹göï?82J3zæî66^?mº¼ì“ŠåãÞ9mS2é…¢(ŠôBzQé•£QS6K3¿1#hÜŸOl~Ø_3¿ª¶eÎê›WliÉ⓱]{Ý/-¶vtÐÄ¥{¥é‚´2sqÂp¦ìzô*2³/ïŸ'7ûö~Hšö÷öL>ۥʳË,I/¦ËË>©X~Ö–oV(ôBQEz!½¨ôÊÑÒqA¾W‡|ZP.ý³§—>äöî'ͼÖÛ+½²úŠqÂp¦ìzô²÷¿9eTThx„ø_ÏÎÒÌ'£¯>}ΚØyU5–¤ÓåeŸT,ŸoÁ5#Ò EQé…ô¢ŠôR[•=µOaÝýcOêOh¤VT-fš^¼<É;+&®zùáµå_gµ¬¹æìq/Ÿ^FËË<Üò²OJz¡(Š"½^\à¾éÆÚ´¤'üBç”k[þwÏ‘ƒˆÕŇþUÔÀðˆaaCnÿmœþ®ÝÇî¸aÀÐðHͰé/sRÞ{~PPðð˜›g-Þ¡[™¬®ôbtúE"^W}»âž«¬à@Ý*+Ę.Fv£Ü"IÀ(½(üÓÒ/ÔéæÍ3}-Àå‰ ’€izQò¯ÕIé…€:sëd)ȦÅþ¥}z‘.!Ý\Ò¿CBjÖ¬Þ¶%®íô¢Ì¿Òh˜^$_Í›Û> stream xÚí]@×72Ùàª+*ˆ „m«‚‹:ê^u$ÊP†[k[gë®ÖV;´Ö­µÖEuV­­{TÅ=ë¬ÖVPÿÂÿÝÝËå.É%Pó>ýHr¹{ã{¿o¼ï.ï€©ä‰ ,L¥5¢ìêVúøû(ñ `*¨A¬• Üaݱ9'r¢1Ô±E, ¨<™ëϽ´kÎ9™›W·£4¡^šãE¥ ¢¤¡bÚû–R?m¯A­ /÷$÷R#”Ñ;`Ý………¥ u6Z*"±’¤‚ÃߦàŒÐ“ôžU+ASE0P9iÂû²q˜XMuÊÖ6øØj Ÿœ',Ô ¸'Œ°¢„è…ååøÀvœÝ‚o<²XƒÍOq‘y°a¹¦Bjcû‰ˆ ,r˜DCä3V‹íÐÈPécÂ Šø½“F¡lÊû²Òãì•ÐT 2¬ˆ¹0™ï“^úlí:ñrµ€æ[hÂ8¡°ÖX§úKdŒx¡a‘` tSP'x44{Èp2_é´Z¯¶‰ óð\N¦ãBw"4ê„pPD37:Ñ1æåi8<Æ1‡ôB=Ø äÀL&:¨ËÚ­¼sët ‘õB‡Dá¸qóC§Y 3E<˜«›4ÁÐèì§N4rÕ›Dƒ`€1éy\MG  1tW®ÈôɈøÖœô7²Åæ’Ç]jÂ>é¥Ï6”s ºƒ± :8A :ªB§ú¼¡‹WB€I! ‹PÕ )W`öÁàè¾ÒJ¼ÍÔ{"N0yW :n b‚vêúÀg])\XP ¿8V/Oãá1ˆÉ`è|Ngžx ä€B £Ø ž‡Œ¯‘YüGÐÖzsÀŸU k":é+Cÿm04¼ý4@{P¶'YÝZ•.8‚úB°qªª»Z ŒÌà½Ð$Å™¬©Áº¦ ¦ÿ’i(r è`.‹Žý`øèNª>oèrõbàÔ?Vè@ U¼'¼9儤7{lõºÁÉÍ-§Ph39O¤k2û­I¨ßqÖéŽÊp~Áé¹ Õ5Ò^,>7ßA†Eqc‡‘]5ÒHÞ9“5ÕG+ú™]Î}hà¿ }{A¡%*@º§·*ï¼c¸þA»Wó=IÉ@ç@}Pb$sˆÁ™"ï†n”…¶ÆÀ„¡Á0®Åð,¡rNšÁ¤8,^=ŒŒ y<š®b½[ÊÍ3i,ÚÕVê$_`dËŒt§hØe#†¡‘²v»óæä 3æåCøŸ*·»Â(H¨“†6ÆÐì44…¢ºÇÕ'ÒÞ‚‚‚"24CTua¡t ³”™f ®.úuív¹6öE|0$•ÆŠAš­"…uúÈĨzIzà ¹Àr“ó9Ú‘gYwr󬃅áì£(H Í qùXV—¬/5ƒ¡½-,&Y«(…†‘›0ƒc±-PKú瘉™¯õn³ø=+Þ9ëÄ€—cN=¬©]r“‘IÑkëFsVÒOCôùh‚šoЗZèŽäx¥HXµ©¼³©ºšg.(a¾.|Hg²ËFø%S2—›RH³éä#A<œ/}%F¼Ð“.>Ͳæë— ëedfJ :O  ¡$»ek`Y¬¢ì‘^ïäë6ðŽG/¸‰©T»åH$y ƒéÕ°ëL´®´./àXH/¾»Ãô’@]Ê\Òq‘ŽÝÝë­¿2³Ä2@:6é¯S´Ž‡ÒÒ Ëw0azå‘N˜¿Í… Óëtæžx.:¦×éÜãFX˜^sâŸ=Ä„éõF:¾7ŠÉQl:ŽÑ19DœŽ3é˜éÅ|’¦Wé8|ÁäHÇá &A:~^“£ ꘰MÇ„ Çé˜0½BHǹL‚tü8&Ç@:žbÂHÇ„ #&ŒtL˜0Ò1aÂHÇ„ #&ŒtL˜,#ß9ÂäHÇO`r¤ã'¼09ÒñS»˜é8PÇäHÇ:&‡@:Ô19Òq ŽÉAŽuLŽt¨cr¤¼÷ &Ç@:†:&A:N¿`r¤ãP“c uL‚tœSÇ„‘Ž Ž^0aÂ3RL˜^>¤ã09ÒñϦ19Òñ„“# OH19Òñ„“ƒ OH19Òq˜ŽÉ!ŽÃtLt¦cr¤ã0“c ß7„‘Ž F:&L¯Òq’“# '19Òq’“ƒ ‡é˜é8xÁäHÇÁ &A:¾CŠÉ1ŽÃtLé˜0a¤c„ãtL˜^>¤ãÜ &‡@:Χcr¤ã¼09 Òq Ž #&ŒtL˜0Ò1aÂHÇ„©lŽs/˜é8ŸŽÉ!Žï‘br¤ãç^09Òñ„¶é˜0á8¦W é8÷‚ÉAŽóé˜é8PÇ„‘Ž Ókƒtœ|ÁäHÇÉLtœ|Áä HÇ:&A:_09Òqø‚ÉAŽ:&Ç@:PFïÀPÇäHÇñ &Ç@:¡ÂHÇä3RŸX½`zý‘®ŒÎÉÅ@ÇôÚ#ðÉy‚CL€tü„&Ç@:~F:&L8zÁ„éU›‘âÌ &@:~“ƒ C“ƒ C“ƒ ?á…ÉAŽW7Âä(HÇ™FLé˜0a¤c„‘Ž F:&Le‚tüì &Ç@:~ö“C ß:Âä HÇ·Ž09 Òq Ž #&½`„g¤˜0½dHÇYFL‚t|ç“c ‡é˜é8LÇäHÇa:&Ç@:6é˜éxiLt tLt¤cÂHÇ„éuŠ^ð|“C Ýð9Æ‚ {L¯)ÒáKA^îÉÜ<ÇÃ:Vo‘¼VB᳌ç9±õcsëy¹¶v¹ x€(x‰Er²Dm^ië‘n­]Ü,Î}”„ÒÇf¬‹ {AAAéšëëËÛñÎ;»lT8ƒ‡“6ïqYwµì’æÅ”·#Öß?¶ä¶ï̇±C~é#Ù{7çäIçL8cÖ Uaí€Y,Ø€A)¢bj˜ ¸ ­©/oG´Šír¾Å6ÎâÁ?vGžMª -K‚É[%mÌ‹© 7VEÒ¶d.àÉŠÑ=ß®~;‰É%YU)ÿ›#¥¿?‡s`ë↛‘\k² X AZãxHqúc4 B¥*ŠžX¾>‰RÏU2]®ÝÎ|Š©“/\§"J":‡×p«œÍ³xW”%ëb¤ §üIñì6ê¹D»Ê ɤÃNA‚ëE¤‰üµÁq ª°*ãÏ9>x ‚ ’¿¯ŒÚ0Sy •Jß ;¿„êã…P`Öìœô'¸™ùºsy&½×&]ál{˜Î!—¨Ópéž°€ÁßÔúg 8\ò  Ð–pQ7.\ÜZÄò=ÓÏáLû%Δ©¨/ÔC˜Aº>»-hn>[^¬YWW ·«¬ŒÃ H/BÒ¡ùë2 0 S‚»8÷!/1„†9–Ã?Ý|@jߪ„)¶ :¥âÑÎÉ2'Zç—à—:!èñ# d¿Pè”ÛCH´\››ˆp¾@g&8 GˆÎHÕ`yœhøAï2üý…ýi2×#6yPÄüðᢙ¡ õÙÀ꿪XÄè- ¯6â’®c:ÃèÅGÉln.ð_œmW–§2u‹G7”:»Ê IF˜ w0uª‘Íäüµ¿GB \»@/1„nÍ„ºòôž†0L„¢&†,?A}:!èñ#!`‘r# å #hºÛöâ‰NCMå à #œÐ¨ðÑU½C5=jôýÓ¹ÖAdÃöˆM›?ÞÆrÃ#Ò ‘Læh:ß›#6N t83h «®„Ñ©E}Ï}Çxçç®óaëâý+´s븨Éà—A|Ë t±°Þ®¢qö÷74zú®ë:Ì!IJ™Ø"X`@x±²š²HyúÁ-êkõzc\–ÞÓ GIhN‘,[ øŠàc8§ü #åæ0Ôî|9Fm‚‘Ήœh¥ ëÀAG8¡QËaC8„pè3í•\£u3ƒè. §ŸF"4œ£q [\ÝÖ6Ĩ±ÑEâLÖÏE~°\p²ž¢ÈúqBPþÚSïauŠEˆ3ahôêó]çƒm x×lh382}©©/øøP`úPð%Z¯äÆ@Z~Sºj<ÿÐyPNÅ‘‹\@L•zä•«ð1ƒ±¸€Û¼YoÔ˜=aŒÃt€¸k᩺ *Áðèpi0K/*Bƒþ‰tVçꢕ†m3IB¨s&Ø ¯Èd°Qè¿„Bà‚ƒÒ¯"Še¨(S®ï9óH$§* bye>5“£¾DëGO,ˆÝ:BV·sFAˆÁ˜°É6“1/.à„Ö…pf fFú¢ƒ€œkNTéuD8Kbƒu2n‹¨ Ó»k6UI;Ãsl^¢¨GžÊ)DnJÆõÜM-b¨þ‚}ÊŒu‹æMŸAðeévº.ZÐٹ͛ŋdÍJž -°²«„t±­|½1¡#z0Õ_‰’$]Ýôò¤ÑKœSó·`ž™Ùª.Záûa}‹Ñ5v¹õ†ÂG)M’làV` sÑ?u7„@Y?±S}¥ Kici¦¿ö#>sn]-ÂÔ°[j.Ô—–¢•Wˆ¤«ƒ;>1g`¢W(kÍßË.óÒq×úé¥mÃ.ä91¸+e/ó÷ºa~Žmg3øºAݧÔUÜQE]Šá&Œ;Lö%üƒLzÂËsb¸ƄéÁµK@Ähñ´Ü%É3MûŸÇë/L¾¿x“I¿î±ó7 Âë{—Òlo”AUFðÞB[[Þ™Á(‡«¥^™âUã5[µÖ>ÔŠ|ùÚtÑ¢Å)tã^ÿvÇ#ˆ©ìèv hÏBçÒkÿïeæÛï{2[ðž«ïÑÞ¤^4¤«=K»cEÃK-|­íUÇuô­¡äÛ°M2Ï—UþílÂm/ ±Šó\)ïšÐÀùf®n§8貪x×÷,–EšÈ÷¢|o±¬*ÈL0Áv›[щOò?±êºcðº7l¬³™è˜×“l‹k°}¯]â+Aì¸þã&þí3Qå_¬Nle}Ô0„þw¬QeÉöz Eñè+Þæ”·C,¶—µ/©ßjÂÇäZÌ=Èl¬EùÅÛI‡X Ž1(íKO‹ú·ÈŒ]Ï5Ó¶÷Ñwý<ß-æüsƒ[ñ®_í:»XqÇÅÌZ•/ùƒ«×2 èðåÜšÁ"#MZ-?——¥>ñcçÿÒFÚŽAƒ¼° $DMŔү€”£^Ë‘kÈZËñÅ”ÿL¬%˜ŠAc1~0az‰(§ÔŒ¸îM{@[ð• êëRýÿõ¿9jÉ ,«"ñF*ÇÅŽÆÝì_n–„œëB„–Z*¬Ã¯>­p%øqt¢©çO^«g«Z²Oåx9l”—)©ç»­Ìù7xmåù7òµgÏ«ÍQ”EK®z¦‚(ð(›Ñ^(1¯ý Î[b² ½‹‘„©Œh–ÑÓÄn,øƒ›¢OX)ÉS?Ì™²qïûFµEIö¡N¥!Ï"ýz€´õŠ 9µµY›Ý­ÊŒ)æÏÇ ÚFÌ#)×Í%8 ùÎ¥%ò·?¢WoX;YŒ(ï¡@Ú7`¾."ý+&bÎ ów'A,ð9+¯,UGÏõF™£¾†9jg×ÞbÜh3£<Ý‚îEÑgé Ïæ¬ÎF°Rë`õS4ºüMãê5—ÕÐî¬ ¾ç$×4À ì/³òYßaèü „ׯ°×\^Œkp´€É´ÝN8:Æ>{öXÖÖù=ò’jhMTbûIÖïÙ|KÎYѦ(çWKÞý mŸ)òÛ­Ú²phɇ@«vݳY‰>ÉF í¼íäs4ž3J%ÿpÐešQ=C%d²ý<+™¹_ó±¬åO:šWp¸Û—: 4!ÚùG0±ŒžH¾Æñ]øZÍ ¦²£w°My¥©ƒÕsé±h>8Îኈr »wç0<;¡#½Ùü…4̱£¼Žó¾—°)/±—Ÿ9Œ”4‡È)v–‹v-ÛüÑD?;•ðºKE˜œ;¤á'1abl¬ÓßF3]Ò*Y"sƒ<2¶P×bÚٓŬ‰KYK ³,û"»Í»Ÿ°³—?ÊT*¹X50½ô´Øå¨ZwÏæû·Dr ûqø3vÎq¼„íZªñwëù“¶O;Ö³íhdЊ!Ú¤BþºþçŠÉoe Ÿ@°ëDg¦±|Q¡ éþ„ý—Ù_D/aÏšÌþ]&ˆÛ(+½à¥býnà.YÅùlov‰ÞV¢Þ´ÁGŠ@v?ˆâx”…hðô¨ŒžEì@ºU–!ä;W¹•M½SY¹ ôè ¢1÷k›ÕfJ0ÙR¡¶½áéæúê´8C ë%èâ·höyÐè\šÕúaFV°ºˆUl+¸òk½ÚÈ¢áÕct+‹x®w+çá"¸²^ <법yœmÍ·°*ÃyµÁ½e‘ë?C™.™À~‘à‹B{qž—ÀGÁ÷ó<ºº›ÙœëYÔîkè5ø•}¨·‘´n£~§yj<>5‰ÄŸ½=P¬ÙbM8ÞÕ±Ir ‹É†ŸFhÌâå‘@þ‰‚kòMŒËSdo¯¡($S`«;Z±¦¯«î¹MIU5Ùö®<Úž!9N´³±Wº…ÜÒç^¿£ëFºï4‹‚'Q+y](¡»è3Ps“•ÃÁÑ Iϯh$vš@ZžÄçj¿±Aÿ ÞWæýï^ï¿“­ôØ-¨¿ºn+²I©¥°FôŸfÚ:Òʹ•«`² 5/Í»-¢ÑÎ|¿§DéM¤[ãí4JEv= ë É æP¡Ì×ëÖK`=ÏmƒQ{´2 &!+ßÒÈGo´a7Á²°íˆ†ÚvÓ#—#«ãµÊ©Õ™õ?@Œ¹HôoÇìr¿ùù¹l5Ò ¿uÛ`þ}\¡òÚËJ¸¡W²:Ü-Ð#דLÿ̽ “ô Tr1Ö_xËàÚEH‚îÅÇFeøÜ–ܦ™ˆókµü•Y»áß—,ïö½`æ1 Z³¥%<¯½ŽbäÓ¬ý ŠÌ{–KÌáüÌÊq ÛÚ 6<;7œ·$ö8‚ýÛž=»¢2Û„ýi{TUt6+j#fâµT+b¹%Ì›rDrÎîv°\®fÊhlUž6ÉŽ«ê„Ì„i;ÇÅM-”wÇ‚ž+Ì|¿¨ôþ±EûÿåK½ÓѼַS&ý),±Å쉌E¨‹ˆ•j]*5 ¯ÛŽÉ~ó+hÅ6 ,Q2ïIŸ•ðý©Ë¬_˜PFwñ® 2dSù÷Kû—zV¿’~ök:ÿϲ‹t*A³é%‰»³_’_˜å°ú=JåþÍ&L¥J 鲨õ¾Q„úƒ·[U*OOlFF&_÷›fæ|-Lz„s6HðŒ6Ü·_„^›¸|fW¯sÏÊùt$šGV,… ¢“…<ÉÈð‘ÍJè~Ô¾­1¥zÇ«)Âí-‘x-ÒLô8Ál~¦ûm›Å=/Òûefæ± ©eKìlt§»Œej²­éUÎ*{¶ üê¾ ÊD¥`&"ê%ªCÏØ¿¾HîUÁuÕûPy×@×ê¹Þ!Ü=×ÁÞøyµ`kïkƒ=¸ˆ®ùÊö<Žê^bJµÛ¯½ÿdǹ¶Þ컟l,í…l¢;ÕÜ>ʵ4SÒ3*–p¶ë¹Ûú;(Á¡¯¨¶ ´2k ôX[$nšäù9oo}LÞGsfÇíª'ðÚ­˜íd*òùò<ønÛŽ ž>V¶§‰W 3þ­_Úìô5Ø£/d¾fí¿“àÛºð½\Þ™µÇ$â0TiL†×ÿ,ГîPƒkE{Š”pÞd¬Oõ-‚‚{Ä`ƒ–ݽzµ VÒ„­øŽýÛ§Øy¶Ñ¼ÿ‡ŸÃ!Ï”ôäqX Í6{±K¬,á?³Vç˜KVâo»|ÌÛ»ú²vîÛd×Ü Ð‘5EdšÂgŒÂ<óøÉ£Ç1 Ïo\Ö¹}ÂÚßáW]ê¹ìóœëÕÅk„{#¯'e»ä)ë“÷ºW;‹|ÚŒæ]eñ§öº-)¢¡Xÿjpn¦â„b'ﺵU¹±5F¶ãS„Ä<‰L>ÛïS°‡½àU<qO£¾ò¬Êñ…èy‹­³|‰Ý…ó2Ó—s¨ÖnìâsNÃà™§ùrª9è~i~‘S36¾ò“,Œ^Œ‘~¿mt~ ÕR®`•ŘÄûÃ_lŠ–[XíŸò‰²;eîof|úÓn<-‘žöÇ;É84ÕÀϾô­¨å~QB¿is¹} Ý51³™oÆ'T.¡¨ªKß©:Qä÷±' Æµw–—z^Tû ¬ø5¨H¾ÿ|‰ÕÕÑFË÷‹™ï:±e*Šd6jl·’βqÞÆëÿš8»œ…¨pA)­.ñ¶ª¬G`û·ýK³šÆéögû¨¶FYá–ElÔhh¥IÑÜq5¯ö¸] }¿H`ÑYÜðûuk;6ZºdrÔ"-z_ÒFä­´`ïÞ7ðp¹Î?šÏÓ27Þa7z=)rí>»®.鶘‘ó\-)sÐÎÈn¹=ã¯Û!áúÅœT·úúÎ^U%9* ´PÓ%Vn¼– ä6€Z笲-yf¿]gtæ0^è•&¥ÝîŠ~È"{oQ⊕÷©ÿ’Î%íÔ®ËEòÓ<äÈ#hÍXÂ6%–M9Œ^ãÕ{¬Êá²:£ZŽõÊ?QŸ °·Âó¢[Må:ÏýðØå ö›ö‚ï]y¯çåÑ ÿE¹Š­×Ë¿Q¬+²c´ÈcŠUØN´AÆØA{ºÛýŽé¨‰^P^ýÌbµ©ù6ýÿsáüY Ijº‘¿¤ÞV$Fó³ê9ò6ü»ÊFßÄJЕÎÅŒfB¬”âÞ*¶C’H³ª„q’ΞfÒ+'K²_q&ϪÅÓO¢ç¿Qæ3,L¥G·Je´â½ìN÷¢ù|rGw,•W´dW8ß|¾{_ë;_ Ý$Gsùèõn1ïû›ÉPÄKÒÜŸìƒòí÷:‹þ³)òÐÍ=꽄V梄˜¦%:gª•ss£²û‰ÌàFcË‹I”|슌:ö™ ½h­Q$bzŸÕÛeeÔž3Řžàß3yÎ;f ñê#&È"¿.;þ¤˜òö6ûmP‰<ï}©žU&ÏmÌ/ã|ùM3ó³©ÿ¨¾à€On¥ãø& aÒ:üš±r7Iôîg—!è^uky’À->÷ÁÛ)’=V‰ŸÍµa=Ît~÷—™ X Íy=ÕfÔöúžxŒ1a„ ÓëOO_óßéTÀÏ c„ &L˜0Ù@ƒq~&L˜0aÂdDiü3£±ÅZÀÍÖ”³)Ú¨ÌÞ¹)ç @o¼ö&L˜0a„ &L˜0a„饠øž ¦R¦`-·ësY•™çÃÝÇ^ê·hÙsçª'¿nuàÃФái¾yøãnW8Óaöâ=?¼¸ûÖuççúDµò*'_í1ãJÕK£«d>qÍì»æ›>k¾Ù6õ‹ÏF¼÷Gÿ[oí=ÿ©WÝÿB(;ßZ™uqë‘æ!®nß­úgéù¢2÷×3}øÞó²gޝvP{qm“Þ/è¿ü­í8~Á¿íY¹îRï±Ur'H>¶ ÛýçÔÌC•.ÍèóCÅ'þ{žï½o{_·ðgíÔáû>ÜÜ6g^>‘¼u„sŸÏéqßo^Ý·÷šÆkF÷ØSõÒ”ø‡Éº¿n0à¼ßSÏÝþð‹sMy´»~öƒ?ž›2úæ#où{QwÛ±¦R‹Oªµ˜zdõº-{þxüÞÔ:²o œ¦ÕºìñØk!û¼¿ÚºñHïŽ+×åµ{¥×…cç4Úõ³×Ÿñò 1svnlïSÛ8â±â·¶Í;Þl‘3+±¯çÙ/ë®ôMä‘^ƒóÏkGŸ8ý܇5WÞÉwŽþJÑ÷ó_ÛÍPýڣŪ:''WŸøÝ¼Ê Û«Õíѧ]ÍÊ ^tœÚnÜVÕ·¨¬ˆË=*ÓÃÜêßuŰÊÚ·‡²»0îÈœ[Ójø|ãVé}¾͸ÿÍ=££ls~X§¤šò5¡ñmVÿ6è-ŸÛ+î¬?¶æ•mޝÛeÊgóV6é6.=¤wXÎÏ÷{O™T÷Aµßž˜¼Ðkµçq¿„̘g÷‚‡5-_~à'ZÕö®|t[—3ïè;Ó’»ß©|AþsúÜ–Ž™2ïì¶í½Ÿ_^Ñ©ÜçJÊiõW~(_òî—å¶/ï8vÊ,B5õÒÝÉýz ˜ôôë{?ûjö‹–Õìr×íî‚°½…º‘Ó+.{ç·&®‹;œ~äã剷<¶#޾塌¹<*Y“83iVÌØ ]7ÿîtè͹ÑÇ·öV¼ÿ\Ú¾ízùüµóû½ z>_¸°Ú±Ã w,ËOÚ8¢ÙÙ-鱟´<0w[Åg=› Ø”üì««cß~’~­Y³_g—£#?/ü3ò¼ï_é'‡5¯ùqãc¡ŸTŸx©Üø‚: ö.­¸¥CÄ#O ê'½¨ø7µº蜔N·Ùv¦ÅœMŸŽ«îš5ê¶œêòûÇ÷ª¦m'&ܘ]±µ»ËÝc‚¾_:q}7*¨Çá‘åÊÕx0þûþéhõÞKs‡¯ÍZõ(lͱkíN­}4 ¹bûêÛ.4þ&êÇ#gÍÛ•w<±fÝì Ïß+«†ew¿ðeäî$…߉͹k &¥¶ÐÔj;zn£)­ºNŸñžËŸóÃþû5«ËÇǯ|®yûÔµ¿¾î¢Ž(T§Í¨Ãn왵n׽ݓNÍ~²yÚ–ºm6}²Ms(ú»/ßÞß-â¿Ý‘µ+×Úyá·EóÕ÷@§ƒä¯ ZgÍܸfW³^]§mŸ{/#·N×M·¢îoß²-*ªóª¥nÿžŽØ|é^¿:Uïžé~Ôeü°¿þi×4çꬆ~Ä›O9ï&Üýz‘ôÔÃĬ[=øóÜÈÑ›–õ¬; ä®G•ÈK 7Œ›6ç½”ïS¦OËú$ÿã©ð£ÓO¬ÎQuïúaòZÿnŒó˜Õ¤åȉûO¢×÷YÅ~Ç>Zõ¼YHAµ/Ãw¼ç~?z™bv´ê—4ïîd•æßÖ–°¡çP§÷& ywfE_ÏA•'œ·òóžÖ—«âœ10sߨã'N,úâ½!c.îòžýsZWmç[Ï5zÞzÌêMó~éu«É¯^œ+§™ñëÙÍÿ;óoì´1a„ &L˜0a„ÉÁɯS‰©”¨=û7ÿ-7!%xÓûŸ¶ûo9Qø¬Ú/ Og•ûkĬf-5QUÇ>R«êš7«¾ˆùV Û®EÎ~g©Ï´›í;¶îPï»ú³&ÿT~Åc>êµdë“…w²øô×ñ—‡lîÝ>~÷£üÛ³ÔÝÞÚz`Áo›Ÿö»ÞÎÓ'jØ‚&×ûôJÛZç›´sËæþ²é¯±MŸ_V#¸ÎªÚ=`íC1Ùþë«Ç·ýÎ9¾íŠ)³T5oºëÓ ïF6÷þéÑ´çûsÎj¶,˜1vªgû\õk]{Úø¶>iµauË~;®,wÉ»ÂÞ„ ÷ï¬wUÕrüÒ÷ÓŸýë’Ç“w®ÔŒ÷«â]atÈϯ¶Ì¼éÕjßÊZž÷üsSßüòáàYï-øsÍÀÃ{ö_TgüŒ*_öߢ^nÿ¶=ýàÈà^sŽüº¡ïòŸR· \Ò{÷¿_½?óçìj‡?ÚÐãÚš‘î^XÛ¦°áß•³†NóRÆ0£RR­)û/ÿpr𶇦õýp\gïÞ¼óAÛÇ1+|¼Úuɹ´¹Šë}–Ì›¯öíT­Áßür¨W×n?î¾2íbΰç­È¿Ê÷©öEî[;šÿ¯Óœ•»ºílýuü¦wwäù«O³¦>ƒGM÷ÉÌË×üöGÍ‹Z÷];Ýîzþ³ÀyƒþÓ±ÞÎC±ýÂïÿzxÆ‘ýcj__°`ðæfÝß:69nú;uȉ#*¿-wo9Sퟑwüæ½ã~%óoY£¯+ý¶jô•=‡þ‹™ë¿¬`Þ3ãöΈqÝëýQ¥½Nñî“Û~\io›x÷ç«Íßœã¼×{z¼{;çÙ7¦o91Áú¤ÛŽj³oüµ+ªõú)æ¸üÓ™ëÏfi6ýçÛ(~ú‚Mg²k>~¸ðNå¾u©ê¹ÔwT£[ Ã>\Å÷·™{g–#çì=Ymä ÷Esž,û8âƒì߯ˆ®1­¸ÓátBuºð¢û#õú ˜¯jo?,;{n¯9‹ëßÿ´ZFAzæß£©OE^{ gÆBeܤѕFm>]ïÞ ¡ã>Xó¿;篟ñÚ»ö~£rÊG×v­9¿¦ü¿g> ÆXôø ßo»ú.[”}vÙܳ·¬¥šõü,fóG}c½è½›êvH(8ðÛÄ¿}õþÔ€»üªo~T×kÏñóñW¤ÆE9Õ¾×6zÇ3·FWSš}m4'ˆ¦Íž3$®»sêóZ‰+r¾qõʇž«3Flýxßð³•÷t\×Ä¿zÕ¹K½›W?rÂäqßµ=^QñáúÓ~';l½föÞr‹}Âþç»øb^Ö:ßF³÷yÔü òÚ°#÷ÖW¬›,oäØVµ{ªÛ[ãäýº´n´´{Xb÷áµ|tJšâ4w]?'—´1'߯¾o]@…}gòâµ¾1UÞ³½r_ö£}Š]’Vÿ˜±2nëÇÇÞžßiÈš:ãÎÔ¾ÿëØe¹u»>¿ýwpïô¤Ñþ?Û~µ»yÍ#‰¿ÝØ2´ÑìÙÎsú5¤Ê­x?åÇG{®ÝŠY’>vþXâ×·ú¥œêúλyw®mÛ¾à‘&G{hÙ·7¿­ñËŽÛ=“µâ?’œÔvÑZ§ÃÕ‹¿>uoSn·§ŠIë_l²¯KúÀSÕ¾‰>?vJͳM¿$o{Ýâ|ïÅï]Û÷_ÞcÔ‰¦§{ݨ¼ñë5²q'æ­ëuÆ÷|î²Ø–?´Ü°À·G^Ëe·o+b&žmÕýÁ7/z¬Ô¦Ö‚Ñ¡nÿÿð«s2nMúöìúž®ó¶—KËGí~ö´þˆu“ª§}ºmÄðµß:çõé:vcþ¾‰“+µ>«uYÚ}Ð÷–T‰LZ/»¹Êÿ7E–Šn5Ûiîµ½«ªN½[o³ÿ¶Góªâý^l<¸¾¦Ó×w­ëUéyãúûœÛ+wÅyúF—4(ÒåÃÇÿ¬~SÑðyöÐÑá'ýîUarëû¾‘Þ)]«ßzÔîR¯¬‡WE:_áÖØ«ÙšŸ¼:Ì<¦úð¾÷ê=ƒ/Œº›÷ð~Â/1uNÈhò÷/ÿóÚúxÏ­®ï¹]cÕÓ¡OûuL›œ“?s@¥+] û÷ìÙ0azyèŸG †±$0aÂTR4n,·¥û8›{!|ɇ¶ç|½™y­y8äHÈ«Ÿ Ιދ‘ƒ¨.«É¨ö¦ ˆ™~V…<½êˆéÇdÈ`;ò®µ¶MÆuédl°¦§ÅM< ‚È/,,<€ »Ë+´—DPYù‹¾žA¤á[d A1íýuº€]§ûî€1h$Ô/µ v!"Ê2DПª‚všsè…"m¿Ž‹-_p¶(Œ®ìáFÀœ¯Ëì~²äé€Ûa…´÷:²™13Õ.kå ÌŒ­- È”ó˜â ÆÄÆ.ˆÈËÚú…:DÆÿº)#*±ÆífÎ?Æ´°¤tÃÄXët?ÅHWÌáÏ.:l~ ðhu¹fΖyA‚~虈lÅìªÐöäK°±Rìl[kÁÖKÁ§°bÁEU3öXNø¶Z‹ “/@6ðOÁø•.ÚaJ‡,*B, û£+Ü\ˆÝZ’zgS$ØVap5Ÿ‚|ia)Ø;K>÷ºTßQí-!Û² b“3˜,,F]¢>PrÑ„=gstÿžá>s›7üzõ‹ÿy$Y°óJ(¨ù†%Å×e˜Ê³^FÆÇZco2h²gr7Ûa¨oõ ¯@¯ 0àf"çqÍÖ ß ù‚E¤@ñæfý挟-í2Ò‘Ÿ)4›+ßL?„6Ä p*ɱ²AWÌâÏ‘HŠ~Z°ÆvÕd‚¤dñ¥ŒjSÈsP{3‰]'‹¦ì«”D€]l‡½€làÓ2Ö!I81ƒ7sr“o©õÙ!(N"ªtúµ·ubö£¤úúý¯•­Ú¶cmÌë×j-˜?ŸhÛ¾#x­oCЧeòT\©ÆÞª ÉÞÀ6pt~-ä› 3F»P&äÂkdŒ—îìnô¹‘„2j[øÞOäXø^g õÔ4f_?âpæ8Äè<û]L5ø\O‚lêA`hæÎDoƒãŸ±I6çÓÐèšö&Á׌ÿ¦>DØ˾Ÿ ê¹Fgz5xCð9Jð¾r‘rÇ` |Ä¢Õ­%ÆÂ®CWˆpö ý¶¥Zø¹èÿÖBíô!~”²¾?‹Þ7(«!x½SÁPë/ƒþ77hÇuþ“Ö ¦Ý€'èö-ôbu°À~"Òþjè5¸‚¤µŒý#8‹Y°6´]ø#@¢àûÖìßÎà8y˜]S?2 Žqö]  mXßÇöü¹Ýã|~8¼ºlË!y÷– ñ @¶n” æ:)+˜OéÊ…V‡GÝpJwí(°•bŽúÁqŽ€%6S|Dס2ò"þ ÔðèmöÜ·ùQ bßýÂâBÍZÞ5ì‘Y¼íaÊ{ ¶øáBYüÔÕ{†h^UA7R'Y7‹^ïQú¿wØ>×b p7@h-Áû‘—@^DVEº¨+½ û÷8láD²èKèPÄÒ.EGb`ÿóaM邚–22‡ß´¡v®Ä[t ¡×'†æÐŸÑ͉pп… ļoNèÞŸæKûSqŽ®®ÁÏ—ÙÏU:‰ cPÃ^q–!‡ï|Õ~j£!EÚëGÝeað¸»|)Å`ãœ<þm©dx¯ê¦ü?Oý(ë"á§¶¨ “dØ×SìçAÊñðºï•z´­QÞ§'Âïƒé îŒ*ªSŒn*ë(ÀnA+vQEA.™°”¯a{ÂQ-Ý`ïX»vQÎhywض`™²üPš¬î쥪‡ì޲ƒX4-•/‡%Tàë–™Ýhù2¾KÿFóÇ>aÿž.°–ƒp¬î V;ßOámDµ„œH &£–§º£PC [¾ÿW9ɽÀ"Øàmðê nCè³ î'‹„ŸðŒÃP‹<Øz<È ì»ð?E;díºst¨Jz³5UeÏÓÿÍ âáëdhn8û 2ÍÙ“dlï~Z _?tÚ>f‡hšÓbƒû0úŽJÍ–tÑy5lEM¶·³Ul»ž•@M('.ëÈi>Vûƒ8e¤zûùÖZœ#bÁ%—òàl•Zh‘–ºž§r\gy¤츛Z"ûïe‘eýíeÈf–P†ÀRÚî“{dØMd“„·/_ù±Âôj&(,d¡ó³Î³§DiégIéì«’9, ùbÂd Ý¿w—µ17®_›³`þüZmÛw$hGèøëªŒRŸÏ}Eú¯{~–™¥²â<ÛúÒΟsdMþœù+–A£é0L3ˆ/~3:£ƒAΕ¡„q~TG lÿ§šˆWÖ±ÇuÙ®-ì§0Ï üv‚ìÊC&ãÊ„£ìÌŸ&ô™ZŽ.Ëä*˜wɹðÓX‘Ú=ÐumÙRjÁ¿/@ ³cPN7·GWn!û€–„á‚ý.”ïqù"}/àß@¯ZÐȨ÷Àï|怾è5’ø½ãît0™ð¨ÌóºìñˆŽiáë|rŸ©ñeËnÔŠÿÇØÌM*ÞZÃ6Rjþ›%Àž«ãý0ø\”{¢,›%é&` QCAD3–¨³ˆ|ëˆàäá"@ÀdREýH…õ¤PñðìÏørçòŸ˜ü­'*i,ÄÏsÀ厽áU5AuŠÉè0ÙÀJ` ÙÓ ³¿e³z ŽÞ‡!ÊûÜQÁ™ÿ’nà‚ÑõÍ`&¡×;î>—ug²H׉šd}о«@סÞäû÷£ì ‚k#Ó¶ÓD{ÙV¹nì—Ë”ôŸ°?Èïɹ#gIîÓ¬`#ù<&» >‡¼Oðy¹‡Ž¡”€VFOÁ"OP½ -ˆîÎÎ[üQæýÁi«¢Š‚»ÓÑ"ØRÂÉŠ¬äfƒÅHr*e®¼"½ ~jmâò’ÕK³5Ñ ½S,ð /£½òG†-†Òh‹ÞÿÊf³¨7á5T2·ÏáÁdê ˜I5–¿hæœy|ÙŒ’/”7L¤ÔÈŽ6±„ð§ËÑ÷Ù²îSÚ ÒÝÉ’‡²w ˜{mQ¶ÏIòÅÔ2þPîL†ö{n|;‡¡3ñ‹|¹${¿Ž±Il “æ®Âfz4ˆ§¹;zrI„7ÞGÔѪ{O€E4g!=ð•}·Ÿü –Ô ¡k…¢7Tˆ1D<;P>„9lïZj#+¦¾åðùçloÿDòˆ 8ëÃQ{þÝ þP]že³®ã”ý`){7d:þù¹l ¬m ¬ûwz<|7ž—U2'UÆ.} î¾7)î¯ 23ú7#żŸHÞ„–ô&ÅýX’9Ãò\ÈÌhߤÜ@Õp„ôMœT ±Ž\ëpR¯c¥uÔ©=lk_… ˜Œ¼ìu,Eªb©]¤ ~ÛÇ©%Øêô¶ËxF&,¾“)oú±»%[ ¶9w¢Z([¹ Çå·×s’À´™ÌG²Ð¡ë¯S6óu™ÄõƒŸàŒ‘ãÒË0öÈ~è~ÜÆx™Á䵸“… ¦²#¯rå ïß»«³1lZ…ÄbÁô9b]úvv¯Nð„ƒgL/ …?dÝ…Ϙ0a²W­³1Ì=€îx-SL˜0aÂôÚàY}†®ãà&Lö¤ÔIì*ö$ÝAæïÖ­aj Q±2u)sæw‹Æ†P· ¹õ‘0ý£-…ÄvIøƒáú¡¢ mÛ C±þ û)¶hºqu+o0ËöU†+t˜Zšˆ°C›™Û¥;ù5>± ¶Æ¨qÛkÙ0NRÚmN~RÖ[kYQúJHÄ¥1Æ6´Éb]&8Á¬s I7€µ€þÞë›1‹Ë‹u^+eVS'$öS3‚RZ kWhAYùÏR">3‹_ DIfH„‹)›[zÆè _àÚÜBõ×Åê”!´…æÖH5%/sXÌq6ŽŸ5²•ŠY¢˜X²¥M%Ib³©Å»ÞZú¢+;ßÌ¢çbö¹ª½«jE;,¸R7›°DÏDú+e£Sú{ÞÈ–ˆÉGª'LŒn\!–B¦lœXÛkÙàs¥lTòÔœü$Ä1R6(.I±eb“:K6ÒÖº,î¾$ól?³ûÒE]e"xæpKG»:¥H˜5KqtÀŠp¾ÇnI$;[[ž‡1ÚHl‚A”€Á—´¬…ÈÖd¶8B3)aå¬ÒIÙYÈÒîDÀBöBª*í4FÖ8–]kû¡Û9ÅRÐg²NS?Îà|ªJ˜tJ°#õ˜=äèä«nÚEÝ eXwT`T¸&Ü»ËïpM`x„wdpT`Hh¤w—ï^¾MµiÙY#µIqi ñ~š ßìþI~š° ß½C"B3¨„¸L¿>]Zƒ€ààÀ¨°0ª]\vVrJvf@Ì ¬äô4mšG¿0ßô´ÞAAšÄìŒ8"s˜6cÐHmv"‚½#Ax¡ Œ¤&DDú6 BÃu‹.ê!ê`ØÚ`ï°ðÀð¨àÀð wÿTu¯>AÞ †FEz#S½Ã‚ƒ5!á Å»³º£:ˆ®í‹"†¨ƒ#ÂBBCH¨ #C¢Âd A«TM¨wótбB $#4JMHT &(Ê;44(0$,¤­¥c²3ɤŒì´ÄÌÔô„dRæ 4Q‘!tL||rJ 4A ©Æ.@£ Ó€(¤‰ B‰`µw¯€à  àœ³3+»çàÈH!‹ÒDJA†ÑÁ‘ê°:J°ÀÈÈpïàðH ©žYÎÙ3¼Jp y@ph¢ ¥›WȦ[%eÈšjh“RèAqitœl@zJ¢6-AKw÷‹ òÕfdɵ~š0ßa½CBC“R²(:‡‡*&,0*ˆn—ž‘—òFHD`¸&JÖ9+dÉÒT´,ÔÒÌÀôOÒʨôxm!@ Ú…G[xkYð[R—û’´C…€^JâF䛨¥«¸At¡…~êâs§¹:Ää#%Ð ® …v¤;ý˜K®‰íÄhÎçJñb6Ú¦8Fd7C{g -m˜cnwÍ V¶IRbÆl-ÈB3ÁU/È«uA–¹àYrzŒÛUʬYRVÇL6‡0C‘ª@V;[‚hSÛÈY“©—4d%nûY(Á HÙöÏøÖT5‘댃üëVf M‰±|w'²R°8·2¥Ü–Z¿X†Ýšì¦Ô~¢à9S ‡&·¶æÀôöœµ€éÛ×,Ù+Û&ê­Ü:R, j[ÌM2ÌM0ÄôF¨gÆø7gW6Vj bi"\œl§Xpaí–Ð&·ƒ–bKMlCù •œYZÒÍŒ=4—¸1‰ãòŒ¶.5·c[±îbˆ-‰fI÷$LÎ¥ZbÁU¡àZ«w‹²ÆVxìä}‰vȾÎG?\ñ )¯þ3»{¦AùJ]ð7°«ÜÂQŠ®xÑàú/±Ÿß¯x™}u5:_·È‹÷cî•9iß?úcº÷ìÅî€ÝkA·Æ7à>s¥ÈXa‚•‚Wã÷ «Kyoê˜î³ZðYŒè{±6еSe‚…õ«-´MŒÕ"× ™û^ÇBù ÛkJ¶Âþ©LÈÉœìDú¬6!µ6%µ™š’¡©s-µEeᥙ2¤¶Q-¡j£úÔ&¾3×Öâ²9¹ˆcŽàÖq3Ò}S¯ ŸMé 1u¸–Á–ƒïËC®¹äÊ« ¸º{#® ùM3\ ² ®Ûb̾"칞ö‡\ß ŠpCÖ8T„Ã9R„ñÛn¹±78rSÄÍ 7pKÄï¸ ˶ˆß…Ürw„Ü r#î ¹;äFÜ ro÷…ü¾€ã'@9 ñ@ȃ § Nƒœy0â ÈYF<òpÈ£ F<òXÈã y<ä '#þòTÈÓ!Ï„<ò<¨_@žùÈ !/‚ü=âåˆWB^ y-䯇¼räŸ!ÿy'äÝ÷BÞù7ȇ!‡| òŸÏ@Î…| òÈ×!ß‚üäÛïC~ 9òsÈ!*Èî+B®¹&dÈõ Ð@Ž‚¹%ä¶;@î¹äþBN‡< òG?<ò2Èk!o¼ òïA> ù.äÿ «Hxräû’4 y6ä¥wC> ù!d'Š5!w€œ y*äe/C~“†×A>CS RFŸC"§À')(ð•’îj|îD‚.$¨åN‚¥å 0¥„@«å7»bæÛU3 €>RŠøU}“™`1%x¯cáy†öÓÚ¼ð5rcxìÈ] ‚çN„ü=äu°Œ_!“ œ!k w¬%(0ò%ÈåI øCžù(I‚ŠÿB^G“€’`‰’Ëa°ø`(¸ybÕíÏ_ʘmN+ýÓõƒB‘"i"ô¦ïäðJ9”– Æ¢4x „×Å@î=Ê ÈÌVñðu dæ®ÿß#rÿk_eIî•i3º¦Þá1»íÐl×S® b›7Ú ¸¸h™C&ŽKØÕ€Y§5G…ŽC^õžæÆBt|µú¢.¤Y­¬Ü‰Žs±.¸‹¦V{',ÝU%¼„žÑÝ(êtGÌìÜæ¸€<Ñ1t;\qO4”Gß3ë{2+ö²»¥fMInRÂÄìÕak«‘Ü29U W†ü³SäŠ+@.¹d/ÈÌn;Ìž=î$'7øê Bš]×Í Ì³Â¬ ²²²² 2Í¬Ü ™d®AÃZ¯- ˜• ™µk»ží3ÈO nÆ‘ÿäÜŠ¿O ÿù_È nôÿ¯ 3;'üö‚zù>ä{ïB¾ù6df½[oB¾A0 k®A¾J0ûöp²ò%fNù"ä ÏCÎ…|òYÈÌ>]Ühž†¯§¡'áë ‚ÛKËò1ÈG!!¸yÍa‚[ÓX ùÚÙY{õwÈ!ÿƬ~Lp+ñîƒü+ä½÷@ÞÍìIGp+ï€Ì¬¦Êhðvøêyä­&¸õ–«Üžz ~˜õ7CÞy#ä ·ç³£ÞO‡3fÅfgÌŽsÌÞZk n:fç2 ƒo‚Û}‹Ù_p|]É`òrÈË ¯ ¸µy™Â˜õq™U‹—@^ ù;‚[Ý–Ñ`wø~äo™]û /$¸¹#³7V|Mƒü|ïŬv ùKÈ n7¼y·ª®3Áaúsø:‡@+CžMp;:Î"¸Õ¹gÀי̞[ðýt‚Û+ëS‚[µzÁ-C÷ ÁìúÆí†–…’̺¬“™ýÐ.i9¾Ž‡ü1Á%â>‚¯ÜjÀL2ƒàôYz Áì^À(È£ n•f&š ß'¸µ‡A΂œ y(SÁé$³‚xJ0ºZàÖJBp»¦CfVð 9•àæË™61«aCÄà0»`r+çnÍädx<rä·’4³ÆrÈ ã ÇÂóÒ·‹³‡³NjÈïCîÍÔ‡l czÂÏïAî¹Á­ ˜5ÁaY€Ù]ÛC®+ä.;Ìú¸t$¸½÷ûÅìæÉ¬}ܾ¾ËÔO0ëІ`öÕcöF ÓnxNKøê_ß@{Æ5%¸=?c ·`ä‰ìçIÀ­žÎØ?f7>f5ï&1í#8[Èìƒß¿¹!Á¬Â qÀà†ÁÁíÔ˜‡^!h•õ@¿·ö7³·³¯YÓ7xÎÀíºxp+Ô×gúGp;ˆ B RfŸÄš°þ‡Y¡žY!y'䢤Ñ]äS|™5 n…÷º™uË[B~¸.ï [~ Ýœ`n–Üg|S6Áì-Ê­¶]•`V}æ’uÌšðu‘O8ùàV_ÿp«uŸƒ|ù&IÅìSʬܼòw™ŒÒŸ(‰Ïì ɬ = %ñ>†Ì¬‚ý%zŠî䇙±™ ‡¾F>‰ÙòàÖ„¿ ¸5ÏßFIáI€Û›r%䟳ò6wc‘y„u/äÃ(V“¦ÿðõ+Àío¹ òzÈ›¿Û¸u²÷C>y(äLn‰à·?&³»³æ4³Ãê7WnÇfuffó-·Bþòïè±Qf­ù·™“teV žyàÖ0föAì„’ ÌžãÑ#f7ÔÏ·³ÀÈ¿…’©£Û˜¶¹0£ blc·›ÅØ&Æž1v˜±£A Œ>"¿€ô^ÔCrwG¶€Ñ F‡|‘Üê¢8 ŠÜ6+¢xÁÙ#]lRÅ"o óu³uwtÕ+GuÉPý^(êqDkŒ_÷%MÜþ%)ZFÈIó–$(‚¢ w2’" ™œ¢)…L©@°ÿ„âÏ¢Œ>ëßò¯$z!õŸIæ“îû‘b>‘4óŽÐ§ØOû‰âŠ ¸ó(øžÿì‚f>˘ac?Ódö4æ/|ÿÓ4ÇðŒ¦å2æ“ þ£™wð Kr™‚ù+‡oäJ¹’R¥TªUNl<Íüü'ÊgG£|w÷+&~t2¸Í@ ¿Ü¿cËå‚3[@X/t-qnWÌ­’ʳëŽ Kyâ,ýªL~5ömìõóÜ.Ê#‘‚ÞuÞçfîZnùÞ­hBvÍEÿÍA_f»|MMtm±¨þ~i¦ÎšîÒ{¶WÂý¾ª"’ºh‡_¬œ7SƧ’ðtIu UÒ¸[c§‡®ÿ`g¤³}[×€ÝaQ‘ã/óó©ávz>5H­QÊB£ƒƒÂ™'ECI÷¨hàä«MJÉŒc>Õf¨«çp&`že Ö 2,,*0ŒÒDF„ɘ'Y#˜'YÝdü“¬šÀ¨¨pï°È¨À MxZ›I5Õf&™2:Fž–¨Ö=È "CB(î9V‚Ô„4¤:Ê‚C"˜¯¸§NcµñZ"(·s²–´,-.U– í~‹d毠MI bR2(e•ž K "|»¶jNk¡×&§Õ§eô)ý“¨p_9œ$jé,  ™é))òˆÀ(YK¿`’BS -¹R,KÖfjS©–3Ÿ©/K£‡%g$8ÓdvZ–,AÖ†y¸U›–6R ´.qƒ²²µ))2¡ tQàÀÈU˜ç»Ú¤Œqý‰$-Ã.SK8ÉÝÞr €ªÃbMÀà/kªÉ×_O‘»¹fV§@(I…{&È%KÑÊò4™VÖ"EKiYdJ–+HPR#‡i“a€‘èÄ¢fÅTˆYyûøÚA®îaQ r2!‹Ðø$œ×C *BI%gRét {j}y¥ 3©aÉ))T‡ +).K¢É)#èøšŒ â¨ÈÀÐðH¢3+I®€±MVrªL‘” ã™$™KF\š3A§Ëâd5dÞ +#.#„‡‘‘t¤ ("ƒ<€*Ær°Z9 ˜Ò(÷È Yd*R®RP.2JIÒ²¸òäZwÚ;e„"’„>WK1¬q¢“3ÜQVIY”IɈìLy&ÍdG)"9-5.E®,ï¡r ,úøöD䡘¼OU×ÒŽw¢'Ñ·K½îRéõr´ÃÓMÊY÷ä“Ã’Z‚ÞÇÁTl¢l¶Šg‹1ãXn„oA+Æ|êYÂÞhH1Ë_eC6ì…‹ØÑþNöì×\+Û5ù¥¥°rDW >ðÃØ<$Ï­dúR£˜åæØˆ¿ÅHÿžêß,(+Dmc> ^w“ÅΪ*|Ì>QÔÞ‡%T‘”5:É·¿6ÔŠ#(ƒÅÜ7YÊjÉ9™ùë}EÚØØ}¿¬¸ãêVÌ,÷Ô‚@3R¨a`éBÙ› Çu‰k?Ù<(×IfÚƒÆ?Ò §ÏÀM*„½ê4ótø*ga Dð×Ú-Gù¹ë¬üëÛ,‡nDeÝ^˜LÑT—ףܿÒjmîî[áÈŸ±1¾¨fV*퀩«â—õn%%·$¶§Ïáßö‚G¬vÍ(íðþ¾º´jÒ8·„¶I[D¢ÿò#rÃÌØ$±ß}è¬Û7÷,ò?mǘˆŸúHˆ«bx»å\r}™óçaöÊŸ«ÂCùz¿(¯6#59-.…”9‡†F‡1Ëddi³d<»$ÂP"=cdvb–ž$§´tLF¼69+3;5QK¥%RÙi ʤ  ÙdqÉt\vf ³:€QºErÐf•ÂB ?lh­,s°vd²6%EK·ÌN#3SAª‚n—¥MNK‹KÔfdÖ§†ùƒ„ì ™ÜM–Àf¶å‰Z'&¥Mzh"#"‚AX`T(ÕÝ/’ eJ'ŠIƒÓñÉZ@'gf¹¶¬HYÉ™²‘ÙT„J!ë¢t‰ŒÔȨ*!aQššŽñ#2ãâ鸴‘ÚäDª|dP`˜B!‹(á.‹(ß©!+#•JµHK ™laXX`x¤H ƒâÒ˜,t Í$3³Ò³e@›‘‚•@&D–,40*h@PÕœ ‘ÀgR@K†Ò4ᤠ–§g¤z†„F†Ë©æqt¼6A›M€NɈô¤4(³t¡¥ãš–Ãñ¥B"CŒÌ¦µ4‘‰ÚL•\¥Q2É|@†´„F ‚|³:ý‰A©Ú”8WΡ¡a¡ÁÜ*Q!¡a¤Š §ÂBÙ#@x[DàÈШ Î$H~ƒ½Nð+yЄFÓ “0‹pöîG˜* „DEÑ Æ“d× ´PI “wNÖR™@–™œ–PŸ¦YL ÂD…È[¤e ÐfÐnQQr:(D¹ôOÊ B4‘ Ê  «2s(ââS´ž„¼y‹Îmº´ïЯs—˜N]ºvèת¹{0€ÌdžŸL£˜[%YZš"3©˜´AÚì‘MÄk ZE8“ɉr0ŒHJÑRd Û*HŠRÄ oY"Ü)2(T=˜NÏJ&ú+;dø…‚¬ôþétçÁÚþªJÁ@*W $Ñ*mAU ‚€[ˆgKmZ&”´îp¸5Á®AÁ4ð"é74¡á!5"UÌí›ar ÈIŠ€Ýf=2MÂñ!¤25Y!kC¦1w‰âH9EÊÔdsŸðñZŠèþn%KNUʉBJ«¬Í^Ó†¯«™{„»u–8E&—MÌ¿Xíñ»Zë|ÁG0ãøzþµªÆÀ"í¾-Ño7{çy?’üüYK$”9ö};wûÆÂ|a­Û!ØÏhå#·eFgvÙÉö`¬[$‰·E°“âVÛÍÕm©Ûn·uª•Î7]Ák®º}ÇÊó–[+w%ÄÁ?·\¿qëå\–C»“$×mVÆáe<¯,ŠÛÊî7TÜÏÊxmØlÏ9&ñi—c&æ‰õûno!©¥ÃÖ i?ßs˳♚Ve½þgw9V4È5]Qßµ2^Ï㦡 '$Ïšðõo)‘9FU÷ÒBätg€Éaé/ñ{uZQWAþŸÉ³¯ZÈ2¿ë†%ZºtªÔ$>Ðä*+LæýñÞîE[×K.]àçŸYËÛ}3¾ú£÷O]º0¿‘ „å…£c¾%”gû¤”Ÿ–Xf±¾ºò:°¯®*•™ÛJFR9=´è W <ý¶¾£f}[«P6«Hý­ÌD wmÈTÏ2q|v1³a/ô±ñúM&ä-Ù›/sY%!…x[t.°ŒÜŽ41׆(·±ëG¯åD˜ÌÑg,â·ùu•K5«µr´C­ÍÎ ^رÝ=^6I^³Êö\³Ó‚˜ʼnuŸÀúJèy¹Ùl{o+Æ*ò’¿ˆúàÄb¨¯búL‰D‰Ñ¬méê<^ýr> endobj 127 0 obj << /D [623 0 R /XYZ 56.693 759.068 null] >> endobj 626 0 obj << /D [623 0 R /XYZ 56.693 741.231 null] >> endobj 389 0 obj << /D [623 0 R /XYZ 56.693 576.906 null] >> endobj 627 0 obj << /D [623 0 R /XYZ 56.693 557.036 null] >> endobj 131 0 obj << /D [623 0 R /XYZ 56.693 481.166 null] >> endobj 628 0 obj << /D [623 0 R /XYZ 56.693 457.515 null] >> endobj 622 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R /F74 436 0 R >> /XObject << /Im27 612 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 632 0 obj << /Length 2435 /Filter /FlateDecode >> stream xÚ­œ]wÛ6†ïý+x“sä £ÄAî]ܤ=û‘&mܳ{¶é#3–62奤¸õ¯/(q2‚ƒSÇ¢Þ™ð`Ä<»ËòìNj뛋ï~yV‘ª`Evó)+)TVÒŠpQf7·Ùo‹ë¦=쟚nU··/Y¾8,W—WLæ‹O¸Ýéõm½»üýæZöŠRRIyúðOõa¿ÞvW/?ï×Û¶im7ýó’ËŶýçìîÐÕý»Ç¦ûüÔîúûµ4+µï}ŠE¹V9~š)í*ß.Bö¹x}sñÿ ªïÉ3šÉ‚ÏTEI‘³lyñÛïyv«ßÓ¾Q•ÙãñÎûLÒœ0^è×›ìýÅÏùÐRÏ]¿Ú((E™Éª \_¿±ÁÇ6òœ¥46&E¯Q B©piè»Éuž$ŽYˆqGVD*¥¥úñÝ%ÍuWß7û¦;o#Êt«Š"‰qÊto16¶~Ýì–«î’–‹f}Eíݹ\•D1šÄ !JÂr:vâ—æ¡Ù¯ûñe#ýˆ¦ÏÇ@ÉIE¥K¢¿S–!ÐwC%dˆ“’TÊ6Žúf¬XˆÕ·0.cQõ¡Vs{B{¢,c•–’ÇvìŠC0Îæd"3CplôC.ó¦Ûéñ¯_ÑÓÄu]ïÖ»VSá üá#ZoêÏûu{wØÔ¯ˆªªÓ£­ç™²Ÿ0@B¨P”” ¯„Ÿ‰/rÝQç }ŸTU‰‘yÿN‘.‹œä¹HÂeÁuz¤—×.ãlÚ¹}uè ¦øWÓtOÍz¹Ò¥Âñw;kÚvß ï¯wðòKŸF¶í7·Žgûo¡a€LÐŽR—hRÏí“v|·ÑåÓÆ‘ÛÎŲ"eŽÌm~ ?ÇA~x@Fh’€²Pºw’,µ"‡ »teÒòØæËö©^m†A3, êÃdrñø ±Ú¿o?þ¯ù¼wåݹ^ZpÅ*t€â8ZF®»®ÙƒúÒÿ©Û½…:À=> n¼p«[¯„ŸÚ/<ÐÆKfã%Y.I™ˆY—,!ûÞ:˜³i‡vlôÙªxÛݶ¶¥¢á3G¦.{PÏ6má£`"4€L-QTÈÂØ¯ág3Èœ C'Bðìw—JOÃúű—NF‰Õ@ç+Q&íp2E$+’•ÆoOëÿ\M«äo÷á» MÙs›Á‚v¼„!ߦ¾o}ï:LZA•È<í×ðOA~x&„†™ Ãd *íO’ªs½Ö¢P^z~2ˆ3iŸ Æ6m™úU½oÖîý«î˜4=vÇŸ¦g[>g#1`‰°ìGQé—ðBä…›I„ ‰"UArZ%HÏ¢”ºjä‘?8ˆŒ2i%RT:#¨+“hϲ¬%+À;[³Ã³ /aPÅ72¤ÝIÇúÒ.Âuà[é2žáøöJøùñÂÃw¼„á;^ø.t[Iö¦E¡H!au¼rgÓNøØè/Ír¥Ëçc†Âk²qû5¿¼íšÝΕ‹gûiA5A¬°«5‰uή&.BÈÕªÀÌ~vƒüðÀ‹Ð0ô"4_=4ôT™‚^Ýj²‚‚ùÞAo”I;¼c›oþþæõÕÍe™/þ|zwÏÓûìº÷õºÝwõÝÎÁ5>¨±'ÔØs-[XFHÊñ@²VP²WÂÏqˆŒã% Åñ1SÚ™$56WºÞ…ûâ(“vˆ'R¤©±Çs|ìö´­ým©¹é5;p Äñb|ó›ê{ÜåÞê;Þu Ÿõ'´PàûüÜøàÁ>ZÁP­ÐS¥HSxë¡Pp(¼[õq6íØÂ¹Ód•÷lG-˜&ÖTÞã`gUÞˆ@ ´  –ö'Ù•·_ÃOnv†^„ð›sR&9k)r=ƒ+¨¼·|£LÚéÛl·WÛ¡äÞ>4]½ßì>®Öæüø¶[B9^Ÿ.;(wá†ûAãÓéÚ\R¹ø£ÿÓ,öƒ¼†w|d¦"GP‘ϵla!ˆÇKáýf…Ü+áç;Ä Þñ†îx‰n^QRò$gFx¥Wˆ ’óÛç鎴iÅ{b4ï‡S-‰‡{~`ç˜b4€Ó U÷¤}U7Æùï^¢?Іá;@à x˜nÂ1€8FWzh•I/¹î$HàÄ£LÚ Û|·íöíáþjn\ñ=ÛK ®ø@¡ôž:§ôF„aÀ—nÕ騊[¿†ŸÛ ?<Ü"4 · à¶Pz˜¦ÉÍJ·=…ܼs€gÓNîØèû媹¯“P;ÛE ¶ Â4܎ÜÅ-".BÈ-N'ûPäú5üäùá!¡aÈEh¹:ÖB%WV„K5€{p€eÒÎíØ¦At¡x_`‘;ñÅ¿ÈmÙB%B Œ—&µ‚@~ï ág2È“ Ã$B˜ý!Á4ÙT(Âs6@ù«Ê8›v*ÇFSŸðsíZàÎŽÇ‚(BÃ0š ]ÍwÜ®Þ.Ây@[KŠL·~ ?ÚA~xÐFh´€6?~L6—„ È·´ãlÚÑu?à´5µj‡W¯»Çf­ou>·"…«&] ÈdzM[`Çh· àVKð™’ý~nƒüðp‹Ð0Ü"4€Û¼?æ—à4§Š0*jÿí 6Æ¢Y}­Ò¤ãÑ ¾òmÿ)”9ûþÌh-üF+zÑ-nõ¸“½‰:ÚqÀ] è>w¿†÷ ?<¸#4 îwÖ•æ÷ɬª+¡ÿãyà#mZ‘Ÿµ¬‹ƒ˜Lá$ã‰Cþd<ßô9Î(MŒÆ@g/Á‘?OÐðÒ懛NŒЉÑ:ËÓéÆt–z¦fPDÿÇAgœM;c£ ~ <¢Ùµ$ž‚L„†3ASB¦4¥/Óbœšµ¸\ á§9ÈÍ C3Bhî¿”p?Ì+˜f% Uk_8h޳i§ylôU=ØøïÀñññ›_%;ž ž¾ùÂÁël'-¼&¾=š:çÛ#L †]„°«%ô|1çÑ¢ù³z¥ªÐ½Ï3vܾR;ž’¯?6›Í0MÓ¿®ß¯ê®^ê)zýt|<ëôÜÎ~5ÜþÑ—9½¸?löëPµŸóyî«¶'¹Šœäç§±Bäú…”¾ endstream endobj 631 0 obj << /Type /Page /Contents 632 0 R /Resources 630 0 R /MediaBox [0 0 595.276 841.89] /Parent 607 0 R >> endobj 633 0 obj << /D [631 0 R /XYZ 56.693 815.761 null] >> endobj 404 0 obj << /D [631 0 R /XYZ 56.693 261.125 null] >> endobj 634 0 obj << /D [631 0 R /XYZ 56.693 241.254 null] >> endobj 630 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F64 307 0 R /F74 436 0 R >> /ProcSet [ /PDF /Text ] >> endobj 637 0 obj << /Length 3106 /Filter /FlateDecode >> stream xÚÅZY“ÛÆ~ß_Á<¤Š¬Ú…138ó’ÒF²s8–ËvÅ–@b–„×8¼Ñþúô5HbÉªÊ 9˜£§§§ûëÛE¸øêâúíÅ_Æá"òD'‹·7‹DIºÈT˜([¼-?-¯­ë»{Ûì W®W:\ö›ÝêJÇáòæI£†ÛeÑ®~~ûw {¥TÇ1/þ¦è»ªîÛ«ï»êଛ›ô•‰—÷. õ¶o œØÞÙæý½í·8xT‹ xL ò¥:H•*´ZgÀAš-¿à¿(Æ%¯Þ^üz¡`N¸P‹8 ’Ü,Ò\I¨›ýÅO?‡‹Æ€— ʳÅÍÜ/bÚ$Юß^üë"IÓŠ3”Ô ©4O$EÂN¢‰°=©("{iWímek–ª Œ`zIq$QîÏÿýJ)µ´Íueï¶¼ð7¼¨ƒã‡o+·íë¢Á¾+îÚÚ•Šá×á®­\â›Ä__}‰c‡fÏ·5/Ê(Â$9=¿y†(Ï•ÎÓ4I 4ê…Þ{`áXÓɲ$u¼,Þw½­kËݯ›ÒñH²¬ÚŽ…•N…¬b„iì¥õEYtÅŒL1K³zWʶ•ÛöEßÞ­T¸,v5wX×íÞ™(ª»“uec+îzYt¶b‘ž²˜§Aj"¿9\ÓØ9ã K/g(E@gPŒÛ¢¯g¨hòÑAgJ•k?ç—bókoÛR‘ ²h0Ä€g©øUÂÙ¢X >á™?¬’D&êYzõ»¶7v'šo7»·þ¸æÿTâf¥Q3aEÇwUS^Îp¦ÀÔU¤W7˜ãèwëæõçÕÍ[ðèÿа3UŸY9AW5½ôwØíNÔ²Fïv¤±3Š*gôÿt1Ûœh÷€›,Ðé1º|…nlíÁ¯=AÊî¦)¶ö!Œ~@W!ÀɳäÿÆQ„aþ 0~¾B?ÙŸ@èAhÿýV6ñ/+¤ht êÄ`Ç%¨2FZFgÉË$lØ€iÆr”† 8KýÅ6+sk¢ü[áºÙ&25„oÈÒ¼ÍÄ306Ü ÅVCìDV‚,SÇGÛWœÌŸÇC ­rûBÚ>¡Áö/¶ôÂ}À¾CÃØÕp*"özý‹}/›i!Ý+D|)ð¥õ„£•+5„ÿÚ‚Ã(ò»áÈ?‘ìcü†ž§¤„ö¥Âô)omòäʾ! â%Ál‡(qÛ€Š«€1FnZÛÝwÂ=$àæKæ2ZÞßÙª³sKx"¤°‹³BKBPû‰?-j±€,óá ÷rn ŽÑc )HwÛnOl±÷è½ý$D¼öÈ8‹ˆIDäS÷$AôÕ9xT  .yÔ;˜ÃÒ ƒÌ€:NÆBL1X”ŠÇ?ÞãϹEñ›´É§Ø„›´ñØ„½•“QXf÷Üþ’ýv-#¤yÐ@ôZ©å,€aõqø•A|ú|üÒA¢²§B3¼€_sýÒ³?¨0œ_Œz]ïO'ø…íc¢.9Ø çœQ­CðŽÉ£œ^E9„ ™:6Q%F#+¨ÆL;¿¶¶¹G‡Mê c[Û5ûTàxÕúæX´€i×E[µ®Øó2=Áxðøó~Xe`wUÍréf"5íee&²Òç²Ò£¬ zæ>E!í¼˜˜„Ï´É31ˆí¹ñ.ŒCò¶ZJì}* ‚HaCUe®Hé $Áѧiô†Ó8ŸVi¢MFÂvpÏG\,~ºRa.¿_ŸcI*ÍàvÜ.<¼¡bÔK~µ•¾{4^5äJšaéßv•1®#ΈÐ[ˆ-”O(ÀË€w†»,¸-ÛÃ^ºÚªë¹ÎÈ#wã쇞w" R©‘ãÎm%YV2ddC¼Q{m1Í e‚ì_WÛ]‡ñ>Î(+ªfÜÀÎN:Ñçß‚Ì*<8ÎñÔ( ÀñMߌÓ͘ÌÄ’“ŒÀ§½C6!d†\¤«öÞƒ¹U\WÍÁ¡¯ ¬FÊP€ó9* Qh€ït¾=YýkeGã’Ínˆ)c°p±fUW¼3ö½ª U]÷X°å±öÀCÇaó%wJvÓШ¹omÙ”šû~ÛY™rÌ-N-œAÀÄ)tDÞíè$<*ˆN+û¿Ô pUf![‡0®™t¾z®l{"&¹Ùë7ð»ÛÒÂÊþ3¦àЈ$ðÔøŸ­˜Ûÿ•ÄÈÝ¡ù „Ü@¨á#'·=ë`¸—B…²ŸN-d·öŒP7Êw²QGõ˜NþÌ;=Ù{*gÙÛ9ù­‹Ö—)ü+‰y$ò‡"ß(‡âêÇaSLôž¹':GºÌMûÜz¨Nw¼-Æ ÏªMìPXÏŸÄËYûx5çר‚íðfÈÒ+²¦ò'ðm°è;uvˆ¤ß4ì&Eÿúû¼ck P‹’‡¬v|!÷€ÉW‚?Êü ”xÆ„|=qöØ?’)³üL ÌXiH›àNÚ~³ëxôü Móé5ÌàüœŸÃ  v²mÞÓ›ªÛJ¿aÊ(œä 88ЕC5»}B ‘Hp1×3¨ï˜ƒ„’PvæÐ‚µë{ŸHiH‡|}$Ø)úš`çop¦v;#5QQŠf5¤XÍGÝÓ¢ u&êcÜ݃nN§&H3É-¿CS©ˆ^¡¡9až wß×þmä%÷‰¤¬¬e¯ûÞáÈfGµPè(ýÈ`DÐö[r. .cÔ’h(ª×pƒ¯í‘ån Å7O¡ˆ:J "8~2Ä"˜Kñ0brÆoÎ%ÁöuÅYG˜8¤Ió]ž€„Qk*÷8º4äª'îk²ÏV ÓÃóŸx¹¡ò 4ÜT0:Åm9É‹4qòBV‰¦ñùnÇõYX±ï骠s-“÷V:*Ù^çñlö:Øy+'´Ç‹}¼{Éó¹À~ÌŠ/»Oùˆ½g0Ñ@ŠTî¿.›H %?ã' +£‚0͆´'P³‰ÏkÊkJçsšÒç-G wUÎáWõšr>2ÉùÑ»Á‚ùÕ ™ÐïE“Iú)t¾óà=ø°ÉËYLK(Ì;>Ë9eƒ8ζ›]Sٵ߯­\9«{œÃ»±îÕÚ³MÇüød»iªlÊèk²\N;ÃYÈÇ¥ãK²göæ­ìß¶ÚYGÅ9¼‚=qBªISôL…èÉù ~GJ Ug¿iëkðãÑðy8¹`0MÚSZ“r5™µm: ú©÷U;%<¾èov•ç ž‰Yúü7=g{<~í:’ô_Oã ìö{òÓ–dÐU[º=õß4loz)”j3ÔstD9 þ Vjã¿ÐˆF¥…6×›a®Äï$#pG­Ý¡S¥gö² w¹Š‚lR„ƒòeSÇ`Óíù{›9y JÍ~f(-4œ2ÔÝ`‘ÈÉI2‘©—É'ÕᦊËåðìkÔn,3ªb7á'4°j Àª¢å! ´€g1%…É0T ÍŽ’ÚYp×I—T~âw¥0Œ 7­Ì™"?<Þí­L;r3#ûZ\Jªåç;|…ñ`UâCbI•8á(>(Ö>9K!FûwpŽ endstream endobj 636 0 obj << /Type /Page /Contents 637 0 R /Resources 635 0 R /MediaBox [0 0 595.276 841.89] /Parent 607 0 R >> endobj 638 0 obj << /D [636 0 R /XYZ 56.693 815.761 null] >> endobj 639 0 obj << /D [636 0 R /XYZ 252.038 511.074 null] >> endobj 135 0 obj << /D [636 0 R /XYZ 56.693 481.246 null] >> endobj 640 0 obj << /D [636 0 R /XYZ 56.693 451.257 null] >> endobj 641 0 obj << /D [636 0 R /XYZ 457.645 319.065 null] >> endobj 139 0 obj << /D [636 0 R /XYZ 56.693 223.168 null] >> endobj 642 0 obj << /D [636 0 R /XYZ 56.693 197.927 null] >> endobj 635 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F64 307 0 R /F74 436 0 R /F76 619 0 R /F52 247 0 R /F14 413 0 R >> /ProcSet [ /PDF /Text ] >> endobj 648 0 obj << /Length 2056 /Filter /FlateDecode >> stream xÚ¥XKwÛ¶ÞûWðî¤s,†/Pdvv“´¹=iÚØ=]Ä]€"D¡&A•èÆ¿þ0R²sÒn$ƒ™o¾ ð*/ð~¼º½¿zõŽ^îçi”z÷{/ütëeaîÇIæÝ—ÞçÕ-ãðĺe±Ž‚Õ¸;¬7 Vû‡x›tØ.i¿þóþ¿ v†~N.þ…ޝÇ~só8ðV0qiÒÏ똬ZñQ5vTNìO¬{|bc%烎¡—Ži,uL¶‘¿ c¢VG9h°ÍV¯ð/!rÉÕÛû«¿¯B˜x¡GR?Íco›‡~DÞ®¹úügà•ð tñ“<óNjfã‘0ð£8…víÝ]ývoH¬~‡çü¢ÇÛ¹Wšv0+ü°òÚµËËr ÔíÓ›ðgê±u(7,}¼3 ~C/.zÖ V%jüz¤ý`¦ HBH%±¢ËªùîÑáßÛÊ*Vv´2zÍ—óAc±ãÕÁœ¾¦;6×b1ò T·$WÁ¸1^åÿÏûdy¨0€S}ì¤V¼ç¬SàÞø²Žõ)¡cÙJõ¸þÿÀ„d¼^s’Ë`Î(öãL›ó¦_ú²æ&, `ë‰'^רªºVÆíi’Õõ(MÛOˆ(ha¢tZ=‡’±*ÐG˜­ª5ÐàOÌz²1ø1àúÞ {,Ü®u^o„Š‹\ðÇCœ$‡ÚÄì×Û½¡ĵ²\˜8–2ÒÌù.Ø|n·fÆ/l4´©ý¡icÔ§y Èj«€¤=_ÀR1[Úã6Yâ' ÑÁ}ÞJ¯ÇA2í";%íöØ*XÍYÁ+Ù#+3ùý¡“ä&›CÒó ‡ª6`éë;´Àud%F-ÀáMµys퇀¥ðõb`-þéÄûÝ Ó“¬jo.¥a£ jHÆ$¼èß[ÃÎ¥±¥,Ð;Hÿ‹J#°4îÿµ¦Ã„Ûh’âË~±lbžÒd ú8ŒŽƒï S‚àŽq8ì¾­+½#-^/8#M뤈T(¡¸ö “(.ÍáH >ßPçTpzâ¤Q4|<´sÛ-,gŽ{ž2[k’Òl:Ÿ<Û ^1U²Uƒ†ý–øY’€ À?×ú™»a©qos—Æ™ª9¤¿Aqm²²ÐúõGùm`Ëiµ øìø~°˜ÀtщÎþþK®ÜD‰ŸÛyF»YKï!àxÅ@š)H ÈõG¦”tùEþXÐØ2ô`}<@|*ž¾ Qúa-’X€×O‰57p‚Àíf"ú:„’CèØ#«»Áx;Y5˜LíüÄ ~1âa4õ£Ì"F&DV0Å·®o%o]‹ç™ŸåÙ‚’SÈ­¶Þ7Gº@çÀ&AJÌb–ZÇÜ ¥þ–œõ/ ó/VNÅtm*Ê¡m¨òšN­Ì"ë «6OY”Þ²'(å"ïôA«³¢Å¤"}?¸©åš8Ÿ¢Ú:`ƒâÅ ZŒëo0p”aëv90‚µ|Þ>JÉÊ® »¯MÑÖîÜ™À\ðÍO¼ÞC¥wà¦)O¶Ýº?ï@…Ë·º=ë‡ ªc…-yÄ4œRžì” MH›Ø˜ Ô?CñÁKª'Ûk§’ÑcC‚CbOß'µõÿ†Æ•‰d¢šïägZ×Z:î¹ÔÀÓ¨wƒ{NÕѦ©á²r1…b†3‚dÒXåýéÚr=¯¦&([.¯XO›á*@ýñÇÛÚ’2œÅ„Èïpú®™áÔÑ\ª B†åÈ˵u°¬ªÓ‹Uõe>¨’?³êªGô*¥AÁ‰Õö7‹gYCI0·²HRƒqâÆ £9ñ oðÿYÀ|dG˜„idn)Öε*˜)ñ$ì"¸éfŸO³bC~Ÿ[ô§¸>‹½ÑHs i’0–S…ù¢ô©¹xTÙʰà *L6-±$õŽ ìtªY¥™Aõâõæü™F Ï @ýÆÁ—·ü×g7K—ó¢ˆ\º[21œ,ÏÏóÜõyn¸*Ï]ŸCëϳ̬EµVèØT ÍuPã™sgÊIâ@; zÙt‚´Kæ'pq™Åµ¨±_Mû^Fúìø³Î)Vž3ÒTá9Ñ{qSRjÑö<«Îí„yÔpˆ¾À ËTSA¶‘·R¹FrÏ`Æ?-Ën«ÝV™Þð$©`‡Ä’Š^¤•›ÉaÒ“Í)w§`¼Â Ñýì§þ®ü{aËkÝmÉ] ÿ[HɨžL|Vc,ÞÊäÔÞ”Ù²bÖ,ƒ¯`fO$“~fÿ©ëÿí½},â§ñBpP @Ý5ò%ÕgNqÚêc7ôˆà· ‚Äa>½zßD™÷¦½úÍyJ5ÿf¿Ùpãì¨Þ[·‘[E“âªGÈL&lôÕïQH*:îíã)þÿDÇã°G|©>—H SYªå~›ëCQðº´~‰’×³Ûæ÷nyÁÞgÏÓIuqþO^§ÿ95Vh endstream endobj 647 0 obj << /Type /Page /Contents 648 0 R /Resources 646 0 R /MediaBox [0 0 595.276 841.89] /Parent 607 0 R >> endobj 643 0 obj << /Type /XObject /Subtype /Image /Width 283 /Height 137 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 656 0 R /Length 9121 /Filter /FlateDecode >> stream xÚíXSWßÀÃÒºqáÞ²—«ZG­ÖjÕ¶Zmmµ¶úµ¾Ö.kkûÚ·Ë=G]€"nÅq  {†@ ìBdd9¿¸6½$7áf1Ïy~OžÃ½çüïIÎùqÎͽI(”¦S¹P€=bPH§À7†LÚUØ9'ìºzPP2kRw‡:óQ@êLT©5›%ð>¶ÖŒR.–Ç£«¼šû_» ˜9µë€ðU°Ìö ýgïÅòIwbt´Ð“úŸkïwOÅC&ñäÛ}\·6jŸÅ`B†[km×OûYë Âç0~ýå—lÿ”õ7 ÿê¾òC:Ûü•S™{{æácjdȼȺZ®«µk5ù¤Ô{—ù'ªŽî·´ëÿŒèbƒÆ›þ~ÑU·ÙFú þkf ëæ=~šþFj? vn…2õ`¼vG”…¯|Íc”³«‹Ó˜9Ç6²rN›è¾Ætc1®Ìó†ƒ;÷fp_EÀÍŸ9ÎÍÕÝÍqäèÕÛn'ᖈݫ‡ô¦gìiWÁ¿òXuO/ïw¾ $)á‹lÐ8lR(õ!`‹ö! sjý¸rå‘#‡¾Ûüí§Ÿ~ ž9rÄÇîj< „Âæ=:Ñ$\nÙž};õ¼5Q©T–ž¬PH+•r¹\*‘TétªT*&Y$àˆR)xEEùé ±W®\ܲåû7®>Œ@(³h’îë¿E^(L%a9—UZ$‘”7P÷ï‡ýõWpDD¸““ aBn\«­©ÁgÈÓäýJ¥‚ ©éÉ2¹T,©”sKJ‹Ä’ò4:U"“¬NB¡€ÜÜìÙ³gi eÞ£#: €Ï„äÝæJ…\…\VXŸÅÈT“š–,“IÅâ [Â.‹ËÓÒ©™™êE…PK;”A,r¨K¨uëÖví5Ø­×7{`Ü[ƒUB™v8 Œ μJÙ¬J¥xXU„BI%b±H¤T(6‹ÉãrMl°¿]翾ÚÂã• 5Ì£÷p¯¾Àï¾ÞŠ„B¶ÒÃgÌ+”¶S%ÌbQEdRiÉ œCᄪ€%Ÿz¯\&+ KJŠM|¦gmìRºt»øöy¹YÚB×oôÄþc&:Œ™4àå¥#Pãx±ÒÃeÌî¬ÖðäçåÂ|¤PÈ™%…é©pê$•IàQ$.ç ˘ìB.¿ò"‘öæIA5±jiÄ1êùĉÅ]»{yFJB&ÔêÕ«ø|9NäcQ¡$bQ^nne%%‡y 3Ò s±I „bqŠ+DÂÜü,z&­¢BX^®B.—åæä@]„êÒí¹»ûsoï€Jð8hÐs›çŽŽJ›À¾ü}‚MØ’ÏkÞð ‹FMZŸ pVUXÏã–aAÈ ÊÙù…òD Øø|ĈGÊ…n=.;… 5yéèi+§à<}¥óœÿ¸€Pä…@˜ƒœb•09œR‰D*ÁBfð…Ãa'SÀ&‘¸N¬ Ïf³¸\ìøee˜ªX¬6«Ä0¡† á%ЍIc`/l êÒ–˜B½²|쌕.3?r}m•ÛÜ/ÜPã ¾Z[]ÏXH(¬paaP(€¹‰Ç+ƒ¹ ¦* ¼\Àb1SRŠl*))†] ”ûJKÙ ÈUTXh˜P=z0)”"ž[YÁ u©k·ób3Ôô•Ž3W»ÌúÄýõµîo~厄BH„y¤Î‡“”xæÌ&U‹*Ô023àüÈbdpJÙ,äDB©DÌf3“’ãX¬b,ab‚} ³#“ EØ–ÅÈćÒJ(;»çݺá©l° V}¹Ø½Ç¥£'Õo›¿ºÆqö:—7Ö»ÏûÂcáfŠü±Óáçå÷í›7eŠdñb2*aÐÓÓä2)ȶ€5¥ìÌš`𿩿 @@™TB§§ T^—¬mð\§Xa“€B9ßÃ>4è"v {Û|Ö:Ç9ë]æmt_ðµç[[P#•^Mu5>C’øOÖd½ü2gË–ë={’´I%= Ô0âz™J¨ô4ò̓s3—‹ç¬]…´²êÓ?2äVBB,ÌM i@€ßŠËgæ³³S÷‹Üï4¨mè,ü5_$T+¡Ñzš‚j[: ßwÐ&HB>¯µï!›Õ [ˆ †ÍjÔwíôi¶m¡Ð(mS ¡â¢[øNi…ÍCtð¾kòã„R‰¸Uï”f8œ€Ï㔲KY%ÆÁ.aBu>+‹Ô1Å Ÿ¸4ú €Ç…êåKÇlë}×R´-§š³SÊ8¥ÉIñ~§ŽïÙ¹Í8öíÞáêDJR‚\.Áb¸MK¥ž;ëØç€qõõ9àOMJ, e9¡Z•VÍÖ)0JÓiÔcG|¢"ÂiI iÔd#H§&ÇFE;r¨¨0¿²R óH#ÃïäñâÂüG=3*Õ×Õæç‚æi©)ØGoÌ Õ Bµ§š­S8¥¬3§OÆFEÒR’2hT=Íh’Îøª¯¯ xÏ=391‹‹ÎŸ=Ãã°-“ðÉËÍý+øB`€ÑàûΈêÏ ý;šazK,MrªÙ„‚ÓX°Q“âé4jv=7‹a49Œ õèQ=œªÀâÊèyDcNPlf‘%bj¿Å…7®^f³˜UU•ÕÕßwFT‡CCn\½týò[bi(†¤"T)«N‚R“3Òi9Y™ù¹Ù¦¡?~g(pÂC÷©9„*).´DLíWf„¼œ,Ÿk ø¾3:4ãïà«&¶¤@Bé*-5›‘ýh  ¥¬ª!9øYÌ"³ Å"š¡`¹Å-+åóÊLßwFf@cLlI3€–|„BQ“èiÔìLzn6ÈHO½zõŸ½{öí$v]¾rŠaåÕŠQÈ÷xï`=5…AOƒÙ € èÉÓ'"I¹ œGì‚P +¯†ŒPbYÕ”½ûÓµMÇbWÿqÓý½ƒ9ÅÓ…ÚtÞ¶âç`¯‡˜eb…úúXœJ¨oUB}y(Òh¡JÙ%&‚ï;S☥1…¤Pçß|2îîîžÞS:ˆPÉ q4jRFZ*œ>˜P0á×xœè}‰;†Ã#äa&V^ ^(·§ºúGm½4{Ùõ‡¢ÿ|{Ö¦à—?¿ðñλK~¸:~åaŽ@ú˜(á…ÒŽ‰%jãáXêµo¯ƒPÿ9áòÎ>©¢ê±Ž¤G(6‹IHÝߊB™²7BWà믿‚G|ßé)Ü$º}æ÷Y㜜G»Nž»?”fÊQLD¿M¼ü2=3(Ö~…ŠMMI¢Ó¨™ô4 –v|!£¶®&þw9ãçc'||ÝþŸùD¿¿ý^ƒP7`ð¿¹9~k÷Ü{ccÐÌu'%ò*’B]ºKW¿¡ç¸dïg£ &&Ìzî˪÷.ü2@¦xHR¨’âB"ò§ö옖ýfï—¤db ³î®~cüˆ1N.ÎŽs¿øûäë“`ظ¸8ãûŠå¦œ{Ãs¤£ÓØQÞo\¤2°ºPò̦w'x» vùÅñ(ƒ6æ³Áݾº—ª½]×Q¾]âíá>tÀè¯NFûmzw¢·ÛÀ~ÿ<C²@䮼¼<Ü\œF;OÙ›ªÝxýBõr\Ó1…ЉJJˆ¥&ŧ¦$„K>•P¬pxLÜ9<Õw,ÿ®ì~+¯/T}}ú’ú¥»4Ø£îóÖnç·÷}ºïzð¯üã¶ç{‡`ûèEªÁÿÖW"‰ 9/>&°÷l$HúÉžˆµ¢Và$÷]0Ìz«wÜ}ý‹ÀiŸüÉŠ5.ñëŠYT  =üËîCÖBæöf÷±^Â6n›ÔÚ–@,Ÿ— 0làßwðç.ö‹…A&âÐÂÞ.›±òPrÅ1ÕÆŒðß:õœJxPÂÆô°±JÏË×Þ®ë(Ë…ªŽñ‹µmïåGUè÷þשçt’r“°LƃC]û/#l<™7%úØZç *:’P‘‰ñ1)‰qÔä¿äƒù¨äÁ΄ÃA¥ªÂ›ªÇÕ«¥ªˆª¶¦ªR© µjWxƒPª7Þýù¦ÓÛ{ù ÂÂ@#¡´b*Š~¼0mßÊ÷m½5k“J¨E?þ5kãyï÷0¹zb ¥q©ȦG;t²ë;p–ºÙZ¯ Ží0†#ét|I?ðˆï;¬X=£!N u|Ií<ÂÆ|2¨Û—·ãµ·tu¾ÉÞÝìv\‹Â^=µÐ…]-¡$ÄE%ÅÇ$'ÆK¾Ø_úÔpA# ðʇp&Upy¥2û|šï8Ð*î·þX-UEœP555J¥BêƒË3Õà_üÓß WPAXÀ E³B,™ûŸÓÓ>ó_þÇÝÙ›nÀIÙ¬/‚<—ûdæ³õÇ$JãR5ðàäöŽ[ÔÞó™ÞÂNÈü:±ÿÔïü°‰)ðhok“NÇ÷lüÎÑ~᛹³¾½ã7XyJÃ.í<ÂÆÄœý¿žCæ\O~qÜPÿÍîzu¾É;Ùœ£BæÊÿf鯅n= õ >6 &)8“ðK¾ÚºÚøßª9±yç× hŠÌ€ºŠ,yf@­ •yý£N…ÕRUl$TµB!ׄZþG˜J¨†‹°ó¿¿Ñ T9aa ±PÄ1K¹ÂÉ«NûüÌ’­7gn8ïþž•Q¬+ :&¡P—ªoFöœ{êžúÏ jH7»ža©i)7>xÍsè¨1ÎNcç|~vù¬˜«à…ª®®–ËeÚ€PK»ûÞa‹·ÞœûÝuÀqÉÞ2¾°0€JWL §¨f¥ «Oº.=“š¯«>&¡P—ªßw¦Ä1Kcšt·¹¦P‘ñ°ê‹QMR@เä”DPû/éxNà’‡¬%ãœ4y¿4q·$a§4aGeÞ5NøÏñ'–bµ€FB=¬’I%ÚÞÈÊáò „Ò#1-ß}Ù°X†ž2ø˜„Bi\ª‡‡v15ø¾ÓS¬I´£k¬šrÓiŸàhf¡b"Ãá4*>&©( úÁý  ÿ>{Ô·—‡nŸL;öª(åh5;²º4xÈŽÆíMØ9:>ì"V À õ°ªÊ,-Ä ÕdÌ2.Ÿ|LB¡4.U¾ïL‰c–ÆXš¶òÃæêA8¬úTNÅDý îÒÖø}ãâ~s€“& öW‡„“ânžÀà UUU)‹L/”yc ¥q©Úð}gJ³4ÆrP Oç#ð0%Á$…9e40Cá?/òE¢  øª¤¸Ð1 …¢§¥š¾ïL‰c–ÆX$”ž/i¹÷vLä §Œ&.:Jõ%-uª/i :•Å0ý§ñr²Î²™Å–ˆI(T:j"ø¾3%ŽYc!Ú–MÍú5b|~zõð¡ýáa·c##À)#€é)úA¸úkÄDåå°$ð;yœ‘Açs¹ÆýðT„êþ§O¦Ñ¨|n™%b e:&~ëQ› ¥ 8¡É¤¹9Y~'`Áfô]BuRSSÅ„SžäÄøsgýaqeô—Rž<“’_Z´PLB¡ž›žð?¶ÛNJ?p²___ §??2¨Õ!>fE¹€Ëa³™Ep¶bÄç »¤ˆÇåà¿6Ù1µ…ªT*Lßw&†jµ!Ô¹€Ó-¾SZ¶%í$Ts uò~Y ‚ï”–mI{ ÕÌB¿ÇiA u«¸eÓ.±”PbQGʧþ ã´ øN LhÙÆ´K,$TU ¥ŽÞ)mYžØþû£Õw·žhñö´?,$TMÐ9üV·c¡ rêÈmvË¢tòï§>ç,kñö´?,$Ô£•+Õ÷tøp$–|o±ôZüPQY'RԻÂÇ&ËÉ22Å0ЦÍot˃Lõ.’‡CèÇBi¬÷-YÒ¾…"ïÔ¡P–~êŸ=;~Kç^_¢]ÐSM†Usï›ý®®YC¾.‚ – ?=5'Ž#¡þ½•[+*æ¼Y —Ô×(°>¢Qï¬\%bäcGÁŠËêÅÊz©¬êjK݆yJž¬NYSŸLåà…Àc^¡`nÒ°‰k×ù·|³]ýÛuåŸ~ü ÐrNÕ<ªõ aa†1©¥òð²kç!““ÊÁò5OŸ„ª2¾wK´«¨9ÆÂ2GÂËëk•X>Bü¸4‡÷ë}&)ì; f¿û<8øô©Ÿëy±Š'ù4Õáh•Õ ‰ú( ªjã‘Ñãújí#"0Ì ”XÕÓP ãÊkfýšÐ B9h—Áo'¬®Q ÙÞñ;p³ôáãG†0÷ÿý/ð²kç!sôŸb©²'å|E8Mp,„ Šš?cEÅâZ±R5Ó={ö ÛXýôÙ‰†Zé ?Öî)Dë§~ýç0Ì”29<æ¯wÖ¿³­µµ]×±æú§”â¡ÿW {¿d7ÀeVH±Û®¿|з‹{wiTžÌ ¥1¤µ ($E¬]4¢_›NC_ù#ˆŠmóÝà<¤5Ū‹½Ã¸©s´U’‹s·®žgð}}¥e;®à;´óø;®ÆòJªk”2¢½/à>zz¿X•¿V¬.ððé³Ã×_H¿ ϶h“æ½=Û÷:ê{`ÛÖ/{ÙXuð!~gßÙ®û8]BÑÉ õû¥ÜPᣜ˜"È Ú†¾)Áb]¿r¡ 7‡Ãf•²JìØí]¬­l:Ýøû¿ÓÇÿ»á½×Þ”pâëýÇw»X{À¿òåî=U?ŸÔÇc¶ÝÐò$…ÖYõÉ?9t1B»@àÛ# ?ðÕÕGOùýyh׺w^y˜ÛßXþÙ^ß?ü¿?ª§µ]í—åÄœ!Pqø›ëuIôÛÅŒmר|i¸\²ýŸ-ˆö„¡B…þ}£¨ ¿¬”%‘ˆá\œ°LAØñ%3<{½d ^ s™ükÃÛæg6îÓÅæ%ûùŽ½Ú«³Æ€üf‘}g[§™7 ØvCË“*lëÒ~Ýì`K×~Ë Þ”²voX:f`/kŠU×^^]t0Fõcá«ãú÷|ÉÊʦÏP×¾qoJˆ²¶|8g`¯.„6ýr!ÑA0T¨ 3~6ÊXúmðvsy÷AÙˆŽƒ¡BAyXæéš›PÚéçsYˆŽƒqBµû[‰Ì(ÔˆŽÊÒB=G©#%$ %$TÛºç 3$ …ªu~$ 3$ʼÜ@# …„2ãÇ ÐHCB!¡P(µ¡ΙâÑ`8a™)s`ïժ¡ñéx h¹ž½H(”šy†Òþ¸„¥½Iå„yC›J~/ ¥êÆ/N™è5là˜ï/fa%¼¸f÷òòttžzBë|2!õóE“G;»y¸».ú>N#&þÆò3ß,™8ÎsÑ):>O\»—LÃ&S¯qSµÛ¯±W#& ¥jÍù4Èpé;Û¿öb}8ÙaoÃ%x™~]û¯ÐˆphÚÀYÛB±<'O¨G¨÷iÚyÂà„ÍÐõ}JÚ{5b"›PjA¡„rl&¥Pl°ýì¬=þI†hDèkk/–ꊉð¥ÿ,ððyÂà„Í /”vL$J-~¥Î÷¶µÊIuEÐÊšBQ`Ÿ¯—ó <>O\—’$…ÒÙ„„j Bí›ä0wߋϤgDQ5"øN8{û­K¾|Õ’o¶}gßLd2/}Ú¤P„Á ÷±µ.Ëtµ¿WWL$ª5%åů~Ýk´«»›‹ã¼5ÚoJ|¶`ÒH'WO·Å[âaK봮 æ=qÊû[¯6)apÂÂç×½6ÌÉcÂÄ„ ÆïÕ …„Bv-tµ1$ÊŒN¡1†„BB¡I %$ %$ %$”ٞѷ°ªï\mÙh /Z¡÷úPmB¨–½_Ì ´è‚ÊB…n]6tèXO/iËBôÜ«¢„{5îŒÕ¸IU]·‚ºpü7—±Ý)ê¹?øƒ~â8~ºœ}í—_™ä5ØaÔWr^\±=úéÄ ã½<ÜÝgœJbkß"Kx×.º¯ e!¡zÛZÑË% £]¨ÿ>U={I޻ݣϲ3ª»aég—öñø]ϰøº«Ïª~­†›±ßÚ¶ïÇAªêeiû:ÛÏÆ ˆŠ˜X†—y¶Û€UÚ3¾mý8xH(#„Ú8®¯÷âO|ü®²%2ý÷©êÙKòÎX(VÒp…¤ÈÊÖ^ϰ·é*Dó6ÿüèÛ‘ùS½œ]ÝU“´ê¤}t¬mc~H(ƒ„RÊÁ›VM·wú”Ì}ª„{MJϹ®½êüË=:+jˆY¬}ƒÅ䄆Ê¡É ?€++OUÿ¦’þûT ÷jß‹¿IU]w›{Ÿå骊Ëú¸ÿn¡†v¶¹Ë.‡LÌ¡…fô9…„2B(¥Œ3{‚‡»§§ó¨±k÷D’¹O•p¯ö±ø›Tÿ}S¢8dÁø1®î®c&,ºÍšE¨ŸµÃ†{ÿÞ—)Kh"¡Ð÷!§PBBµN›Ú¨Yè_y¡ð]ÜÁ…¢´Pjý*¡¶É—Ejq¡H¶°ØD8VÉ^‹ÚÚâÿÈÔè¦ô¤Lì_³ EF ãÜסMØd„[vn%P#ž¯qÏÈŒªk쑼®†ù£´9›tutë n¨)}^f| Í܆6úŸ¿m%‹öoó¨ÚdÉÖùï«¥š¿¹Ëõ5zÐKÝîÓÿ¥ú[ endstream endobj 656 0 obj << /Type /XObject /Subtype /Image /Width 283 /Height 137 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 26555 /Filter /FlateDecode >> stream xÚì½”ÛÈÒ6l1£Å– ò„™™9Ù03333333333m˜™aæOqœÉÌ&³wï=ï÷ýï®ëœ[­êîê§«ª«A²Ëõƒ°`â æŠE¿Hú¿ON¥‰ÿ?¨öï$ʱþô†üQXLóop’þ}1±`ì,ÿ¡JO­6Lÿ“ ýg]åØöæó›Krb1°ºø5)$æ?/Ñ©>ÿ†€~ÕoÿƒBByJ?­6Lß@úŸè?íêàú7_¾|ùüfC«¯I!1ÿYÓÂÊwéMÐÄ!XœëoMý¥*„ì'Ló¥P¥_« Ó7~tOLþÅ|KýYÀ ü˜ï]ýÝ60óŸ´(ÿ¥o"]*€G#ó%Lߌmo¿ô !@?ôt–ÏŸÃM© QXLû Ó¥PÞ¿P4@ßÉÿMŠ À û½?BÀ„»ú{¾ü“ÿ7„x»=dR1‘‰ðÍ¥•ßu*FÿÅò ùcúùsì¦ÆP…oà|3Úô%NŠFöR þoÊVÌXþPØïýñ]C¶ÎwñÙ¥8ú;%>ý=ã7“úf_?É÷]§bö÷¥˜¾áÒ›/ÿˆ¾uÝW$?ùÇô+¬Š¿+fLc(ìçÏqç‹¡Cÿšo&ã:&…uÊ«¿c)Ä?oç×6üS$ÿ¯_ø/eùçÇøK„¢ Êi¾£6Ñ®ç¯ô&ŒÍw'ýv—/¿ýw”àËÿŠVµXþ"Ú< üÀâR±$ù·ÇÕo¶ø‹O‰E·Z¶¼õåÿ‡ôMÍbø‹_CóöÒß)úwgøë»ÿŽÖü~V,GL5ù{Eÿ{;þ_b#ÿ!Nü&n{ó%B_¾œ‰ Í·01ËÏÐ|…#¨„èr,?\ÿ:ÌÏqÛ_‚½}ysŒŠ@‹b†6hâ mbL"[mbÆÁŠ­6Qµ‰+"ލMl­ÙcŒJqÄ1Ù‘ ÿåZM™XÈD,*æL¡`웈#ŽkêQ›¸æ—µ‰#ª‰¨MœQMDmþ…Ea9·¿À²¨X+6_ ˜T˜Þü´« ‰ãò6qnWþ·{,÷våõøÙm‰Ë¢"»-qMâ:óæ§ãWúͯ_ýW»áïË|‘½–¸ïH<§ÒD?ÿÌå9#JóKdvŒ‡GV̉L.ˆlxÿÒŒœø8Íßι#Ðüròqà –såȢð/ Ê…Gˆ,˜G»áØËÂÙLˆ¦¿. G°‰Ã¢"ØÄmQ‘M¨ôóS?‘}Ý8Õ†­}3Ë/1–#âl~õEVÎãš`FVÎÿfôެôÅ MdŠ×Qš8G(sʳ"¿¶¨ˆÖÄmQ‘P8ΩBäˆc,µ‰uÌ12óŽI±9FfÞqÏ0#î&˜è=ù 2?ö¼#&õd~ìyGžßˆðÄÿî}P‘%‰8ß"™%DŽáÿL}º0bO MÄž"ÐD ùtÃh~5}Š@ƒ~Þ׌ÝqªMdìŽSm"ÐÄ©6‘}q« U`cœÚüô<9Ÿ€wÀ‰,Ù„èôÏ!qd5+®8ö˘#ƒTäÍ¿¶(,X4bN?Ï¿¿ý~GdìþnP?ˆ¿þþLÌ_툸a<æ}Žó {Џß8¡‰,ÕÄ­5‘Yw\ÐD‚à¸ÇîÈûÃâ»#™˜/ÕXT\ÈD,*V¼W0rÿ_ûàÈsbqÍ"ZóW_{±&Ç Ø‹5hⲨȮn,‹Š¹Ùq5±èÍl"J'6¥ù›ß~8â„Æ&üƒï­ù™Â?ø™]ÆÞDf—qÎ¥"õ‹èæÛzVäÜÑ_q¹|æûãb‘sG±ÙX IãÜQœï S ‘CY?ãâ(LäPV¸üü”ÂùS»owŒ —ÿò§vC£ÆË·—l8sùí¬—ßþ?Pú3ÿWjùË˯°‰JR`ãTù×ïÿÚ ÷‘9Îàß0:ëßbú¯‘q|1ŽShŒÂþE¡ÇÿÙ »ç¿—»ª˜U|sßè«3 ø7}*1\@(DùNј~«3fÿ™˜è8…F‹ð×*Îü¢l ô¢Õe‘ßJú.årÃ)_¥ŽYñ÷ø¾ ƒ=V}ßq Ëø-D Ó7LŸGú+KªˆL4:Ž<ßÕ ¤1«HWÙßPýI ¢/ö;ÛÑÃ)_¥ŽQq\î1&{  DZ?dŒ¢„0æ±|“uã?Gæ[1À÷í^.HÄ®"¢P b¢þ]ªP¥—ø~׊oÇ`‹!ú·”Ô1^ôg‡þ`6°ï¸Ç”ñgL­h¤£Œú·‰9h]zþ«GæÃe;ôWÔ¨Ö7ÍÈ…׊1ß×ð³è±B_þ»ý‹}SÁÝç?•®ÿŒ¾ê`NüïÆ´_£Oøî׫«{BÊïŸåø®B®ÿ·ôUÿÞò€¿½SOþíŠÃü¿ægüo¨øEÖ!þ×SäõBú¯Ñt òþµýwhzdã1Bÿš ^"ô_¡é‘à%Bÿ%š9‡¡ÿM„éŠhz„"ÑôEè€JÖ%\ÿ»)—+·++ï/î@¿HKàJèJäJüË.ç*ïªàªèªäªìªâªêªæªîªáªéªåªíªãªëªçªƒ;.¤ÚºÚÅq§³«‹óŸtQ1Ò„èoŠKýEžî®)®®A®Á®!ÑiEcqwýî:á:}½Øµäåìuþü‡˜? ýïöóNà¡ËÇ6± üjGtØ…8ßï¸îºî¹î»’xìúÃõÄõÔõÌõÜõ§ë…ë¥ëÕ_gsYÎÿÏ®/¡-x€@Èà£&R@z  * :`À,À ø?P° Äâ ¾>~äÂ]£\Ë¢ós.ÞµÖ%ºÜ.É%»6¹6;iY€¬@6 ;È äúK«¸ö»¸º¹’¸’þÔÞ³®b®â®Ñ×e]W]×\K]íå.ÚŸXW +Ð èôz½€Þ@ ï_jhìsÆã qnȯˆ¾3˜Ìæ…¯3»²8ÿG‡¾_®Wk¿,ãp;œþx<ÿ… ¿}tŠNûÍõø|¾DóNŽ‘°]ôŽ®N®%ÀRàºë†ë¦ë–ë¶+H¤öÕ´`F èôAÀ``0ô/2 E€ß€¢@1 8P( ¤Ke€²@¹0'ð@ *P LVkµ€Ú@ .P¨4€Æ@ °)Ð h´Z­€„@" 1H 4“)ÔÕh Øàrà°X¬ÖkuÀz`°Øl¶[Ì`0+˜ Ìæs‚±¥Ü‡¢eÇ£ïÇ}›ˆ±rð .—E§µ. §¬׃ËÁà´yÖ€kÁ=à^p¸?FY‰ÀÄà2 {8¥3Ðì öûƒÀà p08ü¹ß;€û€)àTp8ý/w/€ÁKàe°Øìöo€7Á[àmðx¼ÞÄâo6_€/ÁWàkð ø6ƽßÁàIð¸2œ¶Œ‚âAÀà&p3¸Ü n·ƒ;Àà.0)” JŇüäÈÓ†?—€Y ¬P6(;—%ü…ŠAÅ¡„P"(1”Ê UªB) ”±rÔ…êAÕ ê¡´ÑÒ&‚.€@‚®€WÁkàu‡ˆ„(ˆ†ˆ…8ˆ‡Fó7êy ² o¨Äé14· Ôêu‡`Pƒú@}¡~Ph4 ††@B É €4M€&B“ Éá;s ¹ÐÔê õ‚zCK ¥Ð2h9´Z ­‚VCk -!¾Q!þ=ÀVh´Úí„vAS¢Kß íƒöC ƒÐh!´Z ƒŽC¿C' “Ð)è4t:æjáè*t ºÝ€nB· ä‡íp<„A¡? CÐaètúz½„^A¯¡7Ð[èôú—Þa†aFa þk-˜…9˜‡Ÿ@O¡gÐsH†X…5X‡ Ø›°Ÿ‹UÞW|8œN'†“„Êë ¥ƒÓÃàŒp #Ð àlpv8œÎç†óÀyá|1êé”–;Ôž®^®Þ®>®¾ßt.—„KÁ¥Ã¼iCµ– ý¿4‡Ü Ê`I×*p5x <€ƒàÁ÷¤èþ. F£àÑð˜5žqM…§ÁÓáÑióáðBx\JçšÎŽÖ¨P70r®‡…x+CËáðJxU,Ü@åá pE¸œ Î g³ÂÕápM¸\®w„ëÁõa/<Ì‘ümtž4`1¸8Ü î w»:¥• ¥öƒûÃ{à½ð>x?|ÀIí¤mw>;A/áWðkø üׄjAµ¡:€€„ÀH¾èRç€g¶†¿8C:‰P0ÈXx<žO„'9%e‚DG ă˜ÈLød)ÐÈÂ6‡+§+>’Iˆ$BV;9r…R×;ß ¸(ŽågŽÃ¿Ã'à“pe¸ \®ŸƒÏÃà‹ð%ø2|¾ _ƒÀ­¢±úâ”TÒ©©*ÒnÁGðcøø‰“2 ž ÏçÂóà HF$’i N…¦AÓ¡NÞ–ÑuÏ†Š ¿!]]eÁpW=¤>Òi ·ƒû¹ú»ÆÍæH ¤%Ò i´AÚ"íöH¤#Ò éŒtAî@w¡{Ð}è<ˆ B#C¡È0d82‰ŒBÚÃàŠÈ8d<2™ˆLB&#S©È4d:2™‰ÌBf;-H'‡SÀ)áTpj8 œ^„,FŠ"ÅSðiø |.”AÊ"åòHd=R ©ŒTAÆÒ™ÈJdòãz²Ù„l¥œÏ„Zº ÙìAö:io·È;ä=òùˆ|Š‘+[è{ä8ò;r9‰°»áRÈ9äôz¬6pB4šM‚&E“¡±î  ¡0Š YœÒ¿€©Ñ4hZ4êseF³ YÑlhv4šÍ…æFׯò)Eá"èohQ´Z-Êóx<þ^/WN+ª£5Кh-4=š͈fBë£ Ð†h#´1ÚmŠ6C›£-ÐuÐzèV­?ÁhG´Úí‚vEoCs‘Ø~oxtËÊÂR­ˆVB+;5¿BJ@ýxÈztºÝ–~¨Ò»(8í@w¢»ÐÝègä âBË£GÑcèqô÷çV´¬"ëÐ3èYôz>”ÖÄ©é*z ½ŽÞ@o¢w€»á>ÙŽÞG ÑG(‹p!éFÀ¢/Зè+4qXÚtHzäúý„~F‡eA0Ã0»€^D/¡ÛÐç(ƒ±‡ñØÏ£ñTÁTLÃtìD¬þ*@¢ƒÐÁhq¤RQÐèHt:ƒŽEÇ¡ãÑ èuä~4fLHæ–pnìòY¬AF#c±Èlt:‡Æ ¬BW;÷ö@Sà(,K€% IIc °†X#¬1ö~ïà#c-°–X+¬uènU'Ï&x³“~8 äƒòC_P kuÀ:b°ÎØ-´+Ò éôAú†$<Œ }0 bƒ°ÁØl(ÖÛŠlC¶#;ÈTl6›-÷úB$%– K¥Á† CÑaèp4#– ËŒeÁ²bÙ°ìX,'–'ܪB¡<[±ÂèLtZ+ƒ•ÅÊaOágðsøOø|-Àb‹°6ØAø|ØáŸ‚ÅÎaç± ‚ …wÀ+Ð÷èuìv»…½Fß É‘ˆˆ¸ ‘Éb°‡Ø#ì1f!^ćø‘b#“áúØì-ö{UA³"šÉäDr!¹‘Ÿ€OÄQCq”@I”Ài”AY´1ÞoŠ7Ãk£*£^¼5Þo‹·ÃÛãðŽx'¼3îG¨Ñ(4M€ÂcCð¡ø0|8ž]‚et¥BãKð¥ø2¼9Þo‰·ÂWãkðµø:|=¾߈oÂ7ã;±¼h>4?Z-ˆBb{ð½ø>|?~?ˆ—DK¡¥Ñ2hY´:Ÿ†OÇgà3q ï†UCáÇñßñør¼Z­‡žÅÏáçñ øEü~¿‚_Å'¢-ÑVhk´ Úm‡¶Gïá÷ñøCüþŸïh¬êVÅp?S…|ìrìþÿ„ÆOâ§ðÓø'¤† „@ ŒÀ ‚ Šø}„>9Ü;¿Îp‰ …P Ð ƒ¨ˆ/D¡‹Ñ%èRtº½‡­Dkcu°5èZô ö…¿Æßà›Ñ‘¸+…—ÆËe‰rDybº݇îG ÑCèaôV•¨FT'j“ðÉøüÞˆhL4!š&b•ˆËè´4ÑŠhM´!ÚðÛèô.Ú™èBt%ºÝ û#d‘5}íKô#úˆÄ â ú4”^NŒ F£ˆ‹Ø%‡§"áÌ‚±IÄdb 1•hG´':•‰*Äb.1˜^<: žwÃK‰eÄrb1š 1 kŽ­'6‰M„y0³0/æÃüØ$l2ÖØNì v»ˆfD",1–KêÔÕ’8J#Ž¿o}-ã:Gœ'.‰KÄe§ž~¨(Ž—ˆ~Âb!XÊÁzžKÅ' ‰D„7q _…''R)‰TDj" ‘–HG¤'ºà}b=›ÑGÉ4xZ¼V[‹dÄA2'‘‹ÈMä ·¨TÞ)u´` q¸AÜ$n3â׈ EÆ#ã“·1Á±É$dR2™œt¹f†m¬£ó ‚iÈ´d:2=™L@æÀsâ¹ðÜx<™›ÌCæ%c)Дè2¸ùY”,F'ãK±eX<â%ñŠxM¼!Iˆ¤D2â#ñ‰øL|!\$@Ê$DÂä5üºÓžá@]ò[}wñìDB!UR#uòwìv;…Æú¥É2dY²9h‹}€?Ÿ`éDô${‘½É>d_2™’LE¦&s’ÃÈáär$ùö{Š=Þcb/°—Ø`r9”ON '’“ÈØGìöû‚¹ð …Œ#ç‘óÉäB2™IŠ$C¦’ÓÈ”H*$5’I‹@Ølb5¹†\K®#o8>'q §qgqçqq7.á2®àUȪd5²:ù–xG¼'>uÈ–d=²>Ù€lH6"“MH„dÉ<±ÆèTøC’#y²!ÒiŒ4Aš"ÈŽd'²3™ÏO ’…ÈÂär/¹ÜOVÀ á…ñ"øoxQüqŸx@”Ä«œ°¥0 §Ф(ЦŠ¥8ЧJ¤Ü”DÉ”B©”FéT>¢^¯‚O$âQñ©TBª^¯ƒ×Åëáõñx"²~ž¼@.A–"íÈåÈ ò%ùŠH‘,•ÄJaÈä'ò3ù…tQRS)¨”T**5•ˆJL%¡’RɨäTª,UŽ*OU  ÊC™”Ey)å§”M©(ªUªAÕ¤jQ©JTeª U•jF5§ZP-©4TZ*•žÊ@e¤2Q™©,TV*•ÊAå¤rQ¹©T_ªu‘¼DÖ k’µÈÚäuòy“¼EÞ&{ä}òÙï†wÇ{à=ñ^8C¦†PC©GÈcää òM¡ÆRã(—«6Ʊ†ãÔ ӫ{KB ŸhÈ6שOÔgê‹ÃÕÕá/²øÅàn§Ûi:¼žE—}~ TZ£š¥9úv+JÜÇ´Mé(‡sCÈö&:Ú¸?A¤NQ§©/¸‹¸@]¤.Q—©+ÔUêuºA5 [j¾päZHµ'ÿ¤^P/©WŽ,ËÃR'wJÞG¬$a¡QºW´®§¡ÓÒéèôt:#}†:K£ÎSÙèìt:'‹ÎMç¡óÒùh:Ærþ$0\œ.A—¤KÑ¥é2á¶U§kÐ6q‡é‚D!¢0Q„øHH÷GÐ éFtc:½_‰_#[Ð-éVtkº Ý–nG·§;ÐùÃq_LW žt/º7݇îK÷£á%È’äQ|=žž@O¤›ÐMéftsz=žAϤgѳé9ô\zŸ~c6<ZN¯ WÒ«èÕôGÂæÄb-AÒ‰é$tR:™“BÀ$Ü€8B\¡¯Ò×èët<Ú¤¿ç¾LߥïÑ:mÐ:>€C'¢ŸÓÒ÷éÏbr ¹”\F.'\¡ßÓèô'ºã­Â8?ƒ3ãråw''O…]E\ïh‘q3#3?¸ßS~ÚËø?pR10‡Ó£=°žá²H/ù³½‘JÄ$f^Ð/騱ü3:;“ƒIÂ$uJ8H"“GÈ£ä1RctÆ`N’§ÈÓä.ø<¸‘ÞD÷iD‹ðï˜SRwçï!õˆzL £†S¨‚T!ê4}†>KŸsîL'.cW°#ðQX`ö„µ)SO^¨/ÖÛÒŒÉ@S¨Ô•énW‰bâ1ñ™LBf3”éÎôÝážéÂŒg&0ØáNÊkú ý–¶˜ÌLf"3ÉI@¤уé!ôPz=œA¤GÑ£éùÌXº*SÙLo¡'Ñ“é)ôTz'½‹ÞMï¡÷Òûèýôú }ˆnF6'[D#VŒ>IŸ¢[1­™6L[f-½Ž^Oo ·0[™mÌvf+½ÞNï ÷0{™}Ì~æs9ÄfŽ0G™cÌ g$¬àèÔhÐMœeÎ1ç™ ÌEæÓ%ºô]änr!³ˆYÌ,aBh‹¾JŒsBYŒÅÌvÚÒ‘xJ<‹¶œ‰v;“œE¾Â²1˳8K°.W&/“ÉÏ` 2…› ²+²n62F/'c“³)Ø(6Û“iÏt`:†ðœKfa³²ÙØìì׫yÌ&f“Ÿ-À¦dS±?òž"²2¶8[‚-Èb—2˘åÌ f%³ŠYͬaÖ2ë˜õÌf#S”-ÆVf«°UÙjl6'›‹ÍÍ^ÅîÐÍØælI¶”Sâlœs1XOté™ÙlG¶ÛÒI¹IߢoÓ4|¹ÁTgj0B2>!PÃ6fš0M™fLs¦Ó’ùÀ|d>1Ÿž Ã±`Ùþì^jµŸÊè |—XC­¥ÖQ‰GÄcââ !;5ôc—°KÙeìrö¹ÆñùØmìvv»“EÎef“sȽì>v?{€=Èîb‹3%˜’L)¦4S†)Ë”cÊ3˜ŠL¥TGÙcìqöwö{’]D~¡i423Ó™Ûìö.{=Åîf×ÂëBþ©,”žÉÃj_#Ø‘ìMæs™¼B^%w3÷™ÌCæó˜ùƒyÂ×€ëGö'ÉAäö&;šÃåÆqã¹\\n.——+ÅÍàfr³¸ÙÜdr ¹™ÜBN'g^ÖÇNå¦qÓ¹…Ü"n1·„»Ï>`²ØÇìì ²*½€ÛÀmä6q›¹—ìiö {–=ÇžiæW3®97ÊùàIñ;”‡s¹…cu*dÁ“ÁAÜ`n7” ïN…>Or§¸ÓÜh6f 256_ã®s7¸›Ü-î6w‡»ËÝ ñ_cÏgÉsäî)ׂkÉaÎɵãÚs¸Ž\'®3×…ëÊuãn†}çäðÚÅJå4NçÒáé¹f²³Xð ñã© \E®W™«Âíåöq¸Ü6ª½‚ZI­¢VS«Ù5ìZv=µÚÃ¥ç3ðùL|f~;µƒÚIí¢ž²ùù|A¾€:H¢SG¨£Ô1* —•+Á—äKñ¥ùÂ|>+ŸÏÎçàsò¹øÜ|>/_Ÿ&yЧy†oŵæÚpm9‘wó/ó ¯ò¯óïáoQ·© Ü]êuŸ òQ|_¼Þà´!1Ÿ„OÊ'ã“ó)ø×Ôj÷ŽªÌWá«òÑk‘4HÏçªÑµØÚ,Fã4Aoe'ðùIüd‡g8'ÐõX7-Ñ2]œŸÏ/å{E/áiÖKûèñüj~ ¿_.o=·•߯oçwð‹ù¹Ü~l8ý°—ßÇïç8×£y8“ŸÅ×a°+ø•ü*þ’?ÅŸæò‡Ùߨ&lSö¿Áßt¸Ó°iÙTô¥ß=4æ›ðMùf|s¾¿ƒÉLg¡³Òmùv|{¾ß‘ïÄwæ»ð]ùîÜ.l7¶Kàä/JŸap¹aüp~?’/K×âËÓèŠ4ÉT¦«Ð»¹üyþ_“®EצëÐuéŠì+þ5ÿ†Ë¿ã[ò­øÖ|þ3ÿ…w € ˆ€ ¿F,ä×TGwÞp=hNàA· ýélMÖ'ø…‹|]v_ŸmÀ6d±Ù»üf&¡HH,$Þó;™]ŒÀ§R ©…4BZ!^È dæ‡Zëùq†DÈ-äò ù„üÂe¦W›»Æ”Ê „ŠBR!™\H!Tª 5„šB-¡¶PG¨+Ô0áOæó’yByùéh®¹ÐBh)´Z m„óôú"=D¸=ü}þÿä`U„½Ã—îñÓ„é a¦àrmå¶qÛ¹ÜNî {•Ÿ/,ÖòëÎÖl¶-ÛŽMÀ­Ö …Eác!^bž°UØ&lvyŠ¡†a™©Ì4f•°OØ/:œ‡¸ÃÜî(wŒ»À^d/±—Ù+ìUå+3óø“Â)á´pÆáÚ l6 ˜ÎÌ áŽpW¸'ܽ˜ÞL¦/ÓéÏ `2ƒ¾ŽêB'¡³ÐE¨$TªU…žB/¡·ÐGè+ôú „B†è1ÿãih±-9J-ŒÆ ã„ñB[¡Ð^è |\" ‚bW¡›Ð]è!`".")R¢*2"+rb·>³NdOFÇýøx||Þà.r3Ø!üPÞ#š¢%zÅaœÃÈ‚,ÄÂ,Â>ž‡1:, }ËÇ—K‰ßÒŠˆ¿‰EÅbbq±„XY¬"–ˈ±}úr'i²»Ž›*Ôë‹UÅjGòhÏß×ã ñ…Jb{±ƒØ@l(6wó«‰IBjºØWì'öˆ<½±›Àà-ðNCÜÚ‰#ÅQbG±“ø×ÕèÂ&¶­8Uœ&NG‹cIJâü>›žÍÀfd3±·…eârq…¸ÒÉùPx$<ò°yÙ¥âfq‹8Cœé¤vÏ#ÊsåB¥?ö‰ûÅ­â6çê6?G˜+ìN‹gÄâAq–¸DX*,– +„•Â)ñŠxU<+žs8w »…=ÂeñøP¼&^wR~Ë‹G…cÂqáwá¾ø§øB|$>vÒÏ ç… ÂEá’pY¸"\® ×…ÂMá–°Iü,~]nÀ½]Ü!îw‰O„O޹Šî—â+'¯âVÝš{³0œ ŠQb<1¾‰°ˆˆ¨˜DL*&“‹)Ä”b*1µ˜F¬ïô_1£˜IÌ,f³ŠÙ]4Äüb± XHô‰¸«Œ-Æw'p't'r'ЉÄÄbrw wJw*wjwwZw:wzwZ1˜^ÌäÎìÎâÎêÎæÎîÎ&fsˆ9Å\bn1˜WÌ'ævçqçuçs»\Oħâ3ñ¹hº«ñÕùüqñøV|'¾?ˆE»»½»ƒ»£Ã™–B?¥yw/woww_÷î‚ÓÂãüïü`÷÷P÷0wÌ~^#>凉7Xëš¾3Æ=Ö=Î=Þ½…›-ÎçŠóÄùâq¡¸H\,.÷Š Ü Ý‹Ü‹ÝÜ«Åiîµâ:q½¸Á©cŠr…ÝEÜIœ¸© Øl¶sº‹sœëd`r0˜L¦s¸¹«ƒÜÀŒ`&p8ŽGo}Îè.èÌ´j"wàÇ!+‹€¿EÁb`q°X¼ä. –PåÀòà+¦"X ¬ VYáû¢’j‚µÀÚ`°.X¬6‚*¤‰ˆÔl6[€õùV`Mþû°ûˆû¨ã®»ww»€]Á-pQw±hl(©<À‡ýFwEw%÷Pðšûºû†û¦û–û¶ûN˜“hG’ºãMÝÍÜÍÝ-œôÀ"ºT…ÙçÞï>à>èÖ%CòH¦dI^É'ýbç)´V°Ù½Å½Õ} 8 œVsñ¤óÀà"p Øà>ç:ïºàpŒ [é$q²8E\ïn.µZJ­Â%¾&ˆÅ¡«q®ñá²×¹;K]¤®R7©{˜¯»­{„4R%vRêðõ¤úR9¶<[-í´¤ÑDj*5“&J“¤ÉÒ”Ò^'H‹¤ÅÒii(5 ÔÆuœîê$íuÿ&•~sGI¤âîî’îRîÒî2î²îrîòî”R*)µ$qe$…{ÇY!ܺ†Æ¸÷d)¯”OÊ/Àg‹ˆºRwv4B,ÌXާõ9œE‰îJ÷¤ûÒƒ¿àöLz.ý)=”9éÝÃÜsjªk«´MšñõDÿAú(½^†òõ†oKw¤§Ò{‰’iù“ô9FiŠ¬Êš¬Ë~w $Û¾§Û'ûeFfeN~%¼Þo…ƒÜ+6JØÂr'’ËÙ–Kïœ+ƒœQN"'•]®—¡Ñ!“š m¤>Xa¡ˆ ÈmÄaÒp)»œCÎ$g–³ÈßêDeLÞ.•KÊ¥äÒr'µk(ÂÍ*wÇúH}¥ë@!¹°\DþM.*ç‘e¹ª\MÎ)ç’_ý…¡Ä0¢¥ÜJ®.׫‹‡ Îòáürp=n¹‡¸Ù)¹‹ÜUî&w—{È­å6òfDX{†Êë‰.Jcä±rO¹—“³£TY®"Ï–çÈsåyÎõBâ–Ô\n!/–—Èãäñò÷ÚgBÃäáòy¤(’KG¤£Ò1éªü»tBJ#eU²)Ù•JN%—’[‰¶ßP;aùš|]¾!ß”'7ÅÂ`*0 ¨ÍÏf eYQUÑ”ù@A©TX*"%Q’*»¥ŽÊ^iŸ´_: uSº+=”žJ/¥·ÒGé«ôSú+Û€íÀ`'° H‰/£›)¹Üã• ÊDeR¸îiÒjé¹zØ_ ”…8;¸)}-J¤¸T@ÕSr2µ„zV>'Ÿ—/ÈåÑJ#wcww[µÚ^íàÈ2A¨T©»å=N;ÛK3Ô®¡uàd®ëê 5•–Z ¯U¨ÔZJ-«–MK£¥ ¥>µ{†ÓWBßæKoØU\f-‹–O˯e×r8\¯¯ UÔ hµ¤\±$—’4QkŦeÒ1³Õ9jF&“9é#Z ­¦VK«­íS7ðùMüfþÜVk§UÒ*;¥-—VH+W‘Wë®õÐÚk´Yx-9 W_k 5Ô Êäñb}¹üD~Ëçã»iµAZO­—ÈïÔ÷êõ£úIý¬~Q] ¤ÁZm–6[¬ ÑΩÃÕ=lym¶V[§­×:jå‘îQî“êm«6G›ëÈrO½¯>Pª{µ}Ú6m»VG«B…ÖÕ8×Fj£4·&i²¦h}Ù£Ú1í¸¶_;àpõSû«A·î6Ü«µ[Úmíwí„¶AƒB>bñD{ª=Óžk;´ÚZ®œ¶Y{£½ÕîhwµÞZ­¯¦U—èï´÷NYm ¶P;¨=äD§L½P,qîôÐêƒôÁú½‹^WÎ&ÕÇéãõ ú-W¨E=ØQzôZºCŸ©ÏÒgësô¹NŽòNy‘~[¿£ßÕïéB’N‘?k«ô?õúKý•¾^ß oÔ7é›õ-úGý“þYÿ¢÷urΑ–jË´åÚ m¥¶J»¨£fàa,×Wè+õNX.Š¡¤ñF…OZ35Ó° ¯á3îëô‡ú#ý±þ‡>OŸ¯/ÐêÏõøF#¡‘ÈŸ83ÒŒŒ¡«zC=«‘ÍÈnä0\`€FK½•ž×Ègä7 „ù;éõÅañ—KÏ­çÑóêùôüz½ ^H/¬Ñãë ô„zq½„^R/êe!½?.ßÒÓééõ zFýµ¾@^({Œ6F[£ÑÞðã­üN> w1ºÝŒîÆÙ¥ ¨@ ¬$Pºëcô¾F?£¿1ÀØ©ïÒwë{ô½ú>}¿ÞÇeŒ6Æc£ú1ý¸þ»~B?©ŸÒOëˆ1͘nÌ0f+£WOy«ºMÝ®îPÝÆbc‰±ÔXf4 … È€EÆ&c³±ÅØjô0(ƒ6ƒ58ƒ7C46{Œ½Æ>c¿Ñ^¿¯Å“ãËŒÆIã”qÚ8ct0Þèoõwú{½³qÙ¸b\5®š¡†qǸkÜ3îŒFO£—ÑÛ˜j<1žÏŒçFµŸŸx" 3†#Œ‘Æã­ñÎxo\7¶[‰<ä=ˆõüi¼0^¯Œ×å¡=Œ‡õp¡ÅµUl!µß_Ç&׻Х„cr+£µ3Q“=ŠGõ$6’IdFr#…‘ÒHe¤6Ò8½xQí—$J9õÊF£ªQͨnÔ0jµŒÚF£®QϨo40ŒÆF‡¿°VD[¥®VÝžøžž„žDžê¡ñã¬vÎуQ€.­Í”gÉ¥<¥=eæšÈMåÙü~.zjzjyj{êx{:iKùjN Œ‹Æ%£…§¥§•§µ'§è¨ÞO[%-4v]<]=Ý<Ý=ÕMêu‹ºÖXgt2þ0ú{xzyÊÏÔbžÇÆ(ÏhÏÏXÏ8ޡت?C‹gLñLõLóL÷(`ÏPì<@š`L4&9­éì™ïYàYèYäɤޫgJÓBq^ ­“gg­gg½gƒ§§†XS¬%ÖëˆuÅ}žýžžƒž³ÆÄpŒÑZÌÌÍõÌóœðœôœòœöò´õtÖöŠçªçšçºç†ç­:_[ -Ôiã=K´ÃÆã¨qÌ8nünìõÜóÜ÷<ð<ô< YÖíç½çƒçc¨_§J³BòlƒƒGÀ£`_O?`‚&dÂæIÍï9­Ñ*z*yÎk´‹Ú%í²vE»ª]Ó®k7´æÁM·)™g<çŒÚCm·¸GÌäÉìÉâÉêÉæÉîÉáÉéÉåÉíÉãÉëÉçÉï)à)è)ä)ì)ª{œ´ËàÍ¢FÌÑõeÈâ³è³¤ÇžxfA³Þ•æ8¥·xÈØ²ïì_G¥¬YÎ,o6‹8<¯<\]M\M]Í\¡®–®V®¡žažážžö®ÏÊmc²§žY߬`Vt¸G2£˜ÑÌæ²ç®§«ÙÍl`6tRû»¸Ë˜uÍæ@s9Øì-Ô.ŠœYÀiŽ2»›=ž!ž¶f;³½ÙÁéébN2'›£Í1Nú­±ÜÈÓØÓL~î™’˜I7½B2\,é™gÎ7§˜Sî%ž¥žežåžž•žUžÕž·ž­æ6s¹0ÜZ»è™à™èiì\ßÐ×pãÍ f1¢8Q‚ÈàÉè™k6˜GÍcÎÝÜÆ9~©¹Ì¬¦_âG8‘Ó"¶¿yÓ¼eÞ6ï˜cÍ[žÛž;žgæsóOs»¹Ã\%®0«›ÓÝÅ´Íæó½ùÁ|a¾tJÙeî6÷˜{Í}æ~ó€yÐ5¿Z@-¨šžÂj[¥ŒZV-§–W+¨ÕJjeµŠZU­¦VWk¨5ÕbzmµŽZW¼ òÂ^Ä‹z£ŸÚ §_¸´V:+½•á; æ¹ð7C¨dU¶ªX«¬:ÞºÞzÞúNÞ™žYžÙž9žýÖ«©·™·¹·…“zÌ:nýn°NZ§¬ÓÖë¬ÕÁÛÑÛÉÛÙ[Œ¹ËM1z˜Í&žæVYm·g§¯·Ÿ·¿w€w SF[«ÕÞê`u´:Y»¸kêJ«‰w’w²wŠwªs7™–\kà­…ÞEÞÅÞ%Nʦ§[cÎôΊnÓ3¾«µÊ»Ú»Æ»ÖûNâÉ­­ð®ôîöîñîõîs¸¦›‹­%ÖRk™5Ç\à=â=ê=æ=î¤?2{ÏyÏ{/x/z/y÷{Ç™ÍÖfëº÷†÷¦÷–Ñ€MÈ&b³IB#Ô±ZuØûÀûÐûÈûØ;È«Y°ã“Ú{ß{?x?z?yoÐ%­RVik²ù`âC}Ó¼Ó½3¼›½[¼³½s¼s½ó¼ó½×¼´ñ±>ηԻ̻Ü{ÈûÎëñ™>ËçõÝöµ†Yí–á‹òÅóÅ÷%ð¹\™¬ÌV+«•Íú,Ü·X+”ì¡öÿNwUòxózóyó{ x z y {‹x382ÝÆ?±ÅÃíSÒx(U¼U½Õ¼ÕCiïñL¾Ì¾,¾¬¾ÞœÞ\ÞÜÞ\¾Ü¾<¾¼¾|¾ü¾¾‚¾B¾AÎì ¹•]Ê!å3?s9…Ò¾2¾²¾r¾ò¾ ¾ŽjÐjímãmëmç}É})|)}©|]¼]½Ý¼Ý½=¼=½½¼½š’úîYU|U} ­ç\•÷Î>›v®ãNj%Æ«þØltµ÷uðuôuòýæ)êiä½êMæëå;o]°.Z3<­¼]}Ý|Ý}=|=}Ë}+|+}«|G­þ¾¾¾A¾Á¾!¾¡¾>Þ‰ÞM¾Í¾-¾­¾qÖxk‚5ÑšdQ¾¾ƒ¾C¾Ã¾^ÖïRß2ßIß)ßißßzkƒµÑêíéã¹ç½ï½è»ä»ì»âì9á=é=å=í=ã=ë½à»ã»ë»ç»ï«h}1]`½ñׯ‡PÌ¡ðôòö™Þ¶¾$Ö4ßtß ßLß,ßlßß\ß<ß|ßßB_øt•Óò²æ´·ˆñ›ñÜwÖ‰bF†[¾I{æ3ý–ßë÷ù¿£ÑÊjmµ±:8–ÏßI]/Oï„êÝíÛ*3Ê úRûÓøø:÷yà=9ü9ý¹ü¹ýyü~-¢¢¯Msf_5¤?|O|¸LÈ}…ü…ýEü¿ùSø«†¬´•xÜó»§¢¿’?­?]tí;½»¼uüuý•ýUœ´aÚp­ ¿™¿¹¿…¿¥sÝU-)D™MýíüíýüýÕýç|ç}Qþîþþžþ^þlÞ‰Zk w×{ËwÛ×ß?À_Ï_ßÉ—Ïo½­(£‚”´ P¨¾¾¾]¾Ìþ,þ½¾ÉÆo[ÿÿTÿ4ÿt+kÿ"ÿbÿÿRÿ²¯’èÃõúH=…ç¨t°|¬í÷­ö¯ññuîöž7Iß ß.ÿnÿZÿ:^ÿx~ÿ*ÿaÿÿQÿ1Q1m¢Q—˜cðôòŸöŸñŸõŸóWõWó÷ö×ð×ô×ò×ößðßôßòßößñõ7:z&xwúûÿðïñïõwaWøWúOù_ûßøŸøŸú—›'ý#½£¼£Ãö†ÐH>°Í‘+…ùÅçòþ‡Ö#ë±õ‡õÄzjÁþçÖŸŽ×­î«á‹/%p´aµ+«PϷε޵ÁµÑÕØ×ÄwR²ˆßä­w~:ÕßÅú9?ïü¤EÊbåSX¿ä€PZ@OÀ ¤ x¾@y©‚TQª$U–ªHU¥F-«¶õLî-ÓÆkCœRëY+,Ý×ÏÿÙ¿NZ/mÖóüÃý#ü#ýuuõõ=¤í¾^Rå@•@Õ€æï/ÍñÏõÏóÏ÷/ð/ôò7 4 4´¸\}B}YßJãºd=E^u¸ž^ÞF|Cï_߀@ã@“ÀðÀˆÀÈÀ¨ÀFé¡ï‘ﱯŒ¿¬ÿ©O ä äTóv ¦¯–¯¶¯Ž¯®/a ¾¯¯¡¯‘/Y y E h UàŒôÅN:/].J—¤ËRæ@–@Ö@¶@3¯ÙÊ—ßœ˜øÓ÷Â÷ÒWÎSÔ,fêV ³¤Yʼi 7»ùŽŽŽ†jüýp€ P1^ÈiA¿@/ðœ\\ \ \̰fZ³¬ÙÖk®5Ïšo-°Z‹¬™YÙåVÍ@­@íÀÃÀ£ÀãÀYÆPs˜y.ð Ø  Ù°]-Ð0Ð(0!p(@Ú”MÛŒý•*fU³šùÆWìiÖrpÂ}Õ<Õ=5kñõLâ&sÃüŸ´lvv;‡}˾mß±ïÚSìD¾Ä¾$¾qöjû™ýÜþÓ~a ü!]³®[7¬³[Ž-uõß´ßÛìö'ûIàiàYàyàÏÀ‹ÀËÀ«ÀëÀ›ÀÛÀ~û€}Ð>d¶Ø«ìw6$‚d –á{™½Í>f_sƒo²ßôA;¸Í×*0Ë?Ûß1Ð)Ð9Ð%°Ï÷ÔNLLL<ëëèë÷333³hɳ=´k=&¤e˹ÜJ®…5ËÎÌÌÌül_y‘³ú9Çï_7;Û]ì®v7»»ÝÃîi÷²{Û}ì¾v?»¿=Àh²ÛCì¡ö0{¸=Âi²ÏÙ…‚cí·vŽ ia~cŠ2 }Síiv»D°S°s°K°kð3½À^h/²ÛKì¥ö2{¹½Â^i[ÁŽÁÞÁ>ŽŒ­ þ1±q޵% & Ž Ž ö ö öó¥¦ ¦ ¦¦ ¦ ¦ z½OÍiÁéÁÁ™ÁYÁÞóöû¢}ɾl_±¯Ú×ìëö  . .®® ò¾ûöû¡ýÈ~lÿa?±3··ww»_Ù¯í7v‡àèàáà‘à¸àxGŠçþc¾ã¾ß}×ýg‚gƒGƒÇ‚ǃ݃=‚ÓívSƒKƒ×‚׃7‚7ƒ³ƒs‚sƒó‚óƒ ‚ ƒ‹‚郇‚‚ƒŸ?{¿x]>ĺ‹[ZÉüÉýÏü»ƒ{‚;áë,TµÏ¾ÓÁwÁ÷ÁÁNwƒ‚ƒ\%D‰Q»‚Xµ7¸/¸?8*ÈF©QZ”eDÝ þlç)æD^'¡çˆƒÙƒvT0**ê\ð¼SJ)£´QÆPýmƒƒ“‚“ƒÙý½‚©£ÒDÅ‹Šå‰2£v[Pzì¡ò#U5X-X=X#X3X+X;X'˜ÌjîKa¥´RY©­4V“`Ó`³`óà|ösðKÐDQP…D¡Qù£¬("ŠŒ¢¢è(&ªXTñ¨Q%£JE•Ž*U6ªn°^°~°A°a°Q°q°jTµ¨êQ5¢Z[[[Û³Dµ ¶ž ¦Š*¬Ú=(ÍÖ¶vØÃ£FD…Þ?aþ8Hu*p:p&P0 ··'DMŒõÚ»Ëp©†oà»YÍâràèž=g“Œg&¸Kqww)E[ÜŠ»Cq÷‡ânEŠC¡¸»w7+§p?÷óñýöœëöD'›ÙÌdØüãós+y”¼J>e„R@)¨eŒò›²HY¬,Q¾‹béôtý›ü›ýuÂß[o‘¥dQÖ)ë•éÊ ENxêæîáéåíãëß§ìW6(•MÊ$¯+Óñt+@âùxŸRAY«œRþVþT(þ¨ þ‹þKþ‡Ñ»|'•ëÊ å´rFéÕ ºaô°˜”GÊcå‰Â¢î(w•{ÊeÿÿKå•rS¹¥¼Š¿å¿íïï/¢|V¾(¯•7#ظí‹öÇøcýõ“¯).խʪGÝï™´$írÿ^%“šYµ¨V5p‡˜<6pf·([•mÊve‡²SÙ¥,KT’ãÕ5JÍ¢fUÿô½N;Îÿ‡r×oíHåv„Œ*Su•«"°_bR¢CuªÕBªWMTo+ï”÷Êå£òI)©–R «EKÝ Ü¡ß÷5‹oÿ«RY­¢VU«¦~Žû×Ì[O­¯–VË~ckg±&ôõˆ­ëŠM~ë½–t=éF’+)ô^÷Éz4y‹WU5µfÌŠ,”ÎJ¥«ÒMé®ôPj*µ”ÚJ¥®RO©¯ôW(•AJÙŒ“w$ïLž¢4S«ú«ù«ûÓÄdOÌ‘˜31WbîÄQ-•VÊ„èeñËã;ªÔÔIkýs}¡1+”•J ´Úo²êO¦êduŠ:U¦®R³©ÙÕÁyó•1c ÅtP:*}Õ~ju€:P¤V{*?+½”ÞJ¥¯ÒO­ŽQǪãÔR)‡•#ÊQå˜r\9¡ôÙ%NݨÎHú!tÇÉqq ·Õ;á}oSý¾ê#õ±zW½§J™jFÕŠª•NM¯fP_ª¯Ô×êõ­úNý’ü9vht ÕªIÚõi`íQ¾Ñ¾De‚Z.P#vú(–J³ivÍ¡=W¯ø®ú*©ÑZŒ«ÅiKõYúçÁ^ã­¤jJ¦Kl’–¬¥ÖÒhÏT§æÒÜš¬eÓ²k~MÑ| D£Úoê"µspùG©_Æ ìK‰óiùµZ-g`»\Y£X´ ZE­ VHSµžZ£˜Æ1uÕZM­–V[»¯¦ÓÒk´ŒÚDu’ÚHk¬UÒ*k¹´úZ­¡ÖZk£5Ñš¶”&KÚ,1Éé³dÈ’18ÎY]ë¨uÒ:k]óndžê/¢åÓúiýµ¶Z»À”ÍÉWÔ«ê¸À«·‰m}´áÚm€60ðû<ßEõ’zY«ý¢]S¯«}’†i“µ)ÚTmš•鎯mðhæ%/Ô~Õ~ÓFj£ëœ÷UòUöUñUõUó}R?«5}µ|·ÔßµÕÚ"m±¯åÖòhyµUÚ.m·ö‡¶'°ÆÏ¾^>§’vP;¤­ÑÖjw£Ë©Ï}/|ýíÒý©Pª‡ÔÃêõ¨:DªS‡«#Ô‘ê(õ´zF=«žSÛÅ^Iºšt@;©mR7«[ÔÄ, ÕIÑóÔùêÃøßÕ2ÎPgª³Ô IQZ-«ö\{¡½Ô^i[ÕÍ«%jå5'p7#yA¬Å’-&{Ì3-H2€Œ Kò&ßfßßVß¶”»®Z4ˆ± ăþªZ5­¯†PWW¢ Õ 0@6ä©ýiüiýéüéýüý™üÖÄZ>ÁðØõÚíGõ'µ½ZTûN+¦׺Jü—V”eA9 Óº«zh„@½¤]ÖJ%•N*“T6©\Rù¤kZŤJI/^&¼Jxð&ám»„÷ mæí>'|I°x+x+z+&VöVñVõŽÉ26XJîPªîGÒ{3x3z3y3{£¼Y¼Y½ÑÞ Ö罪%xS[—¥n˜)É›ìõ{ïDÐÌЋ¼ØK¼Ô˼º—{…×ðfóÎ9¼9½¹¼¹½y¼y½b[‚V 5hV‚vàGÐü zÞ è úþ`XVý` Ì«„û«,­ò &€‰`˜ ¦€©`˜f€™`˜ æJ0 ÀBð+ø ,‹Á°,ËÁ pü žÕ` X ^€õ`Ø6Í` Ø ¶í`Ø vÁÁs3,XÇÍú:Z£ÕÆê÷xm‚6Q›¨ßSã§ǸÍQëÙñsâÏ(ÃÓtkB3‚ŸéŒ³’Ds zU|Y°:~MüÚøuñ9A.äyy~ÿ{À^°¼ÏA!x‡AY¥œrIMÒ‚P[ý78 ΀³à8.€‹à¸ ®€«à¸n€›à(฀‡àð<OÀSІ­àKð ¼mà[ð¼ÀGð |_€Z¡mp7Èóð ü ¶†ýaQø¼ ^TKÂMþÅüT—‡`EøDz*5±V‡5`MX Ö†u`]XÖ‡aCØ6†M`SØ 6‡ßÃðØ΂àØ¶ƒ»Õ¡p7+[”Ùê6e<¤vƒÝaØþ {ÁÞ°ì ûÁ p)ü‚ƒaùÀ¤bàÚu2تŸV¼p  ÇÁ_àx8N„“àd8N…Óàt8΄{ál8Î…óà|¸.„¿Âßà"¸^…{àC¸®€o¿jKÍÖÝ¢>‚á&¸n[á6¸î€;á.¸¾ƒÿ@Ú÷à$(JƒÚL-Z£€Á“ðüž†gàYxž‡àEx ^†W  ]ƒ×á xÞ‚·áxÞƒ÷ᘄœˆ¡Çð \ WÁßá^uŸº_5¯[½‡àGø ~†_ Y‘„lÈŽò!•Dn$£a Ž#AZXÖU 3¢L(3ŠBYPVbP,ŠCñ(yQ"ò¡Ò(ù‘‚T¸Ü ˆª"Œ¢¨*…~B(ÊŽr œ(Êò ¼¨Ê  ‚¨*ŒŠ ¢è;T G%P/Ô CePYT ÓÔéj7ÔÍR×ÁêZuTÕDµPmTÕEõP}Ô5DPcÔ5E#Psô=j~@-Q+ÔµAmQ;ô#ú G«QGÔ uF]PWô z žèg´õF}P_ÔõGÐ@4 FCÐP´­A‡ÐH4 Ñ&tY5Û¡Q° ÿ¯<ÍÇøf¢Yh6šƒæ¢yh>Z€¢#è7´-FKÐR´ -G+ÐJ´ ýŽî¡Ãè%Z‡Ö£ákt€¡>OO%=è¥ìB»ÑhÚ‹ìÐÐÝ0«jÙÓÀJ(L3ÀŒ0Ì £ hƒ5 hPCÖÆ³rÅJ”'ØW^¤!‚æ ´aØ—æ€9a.˜æyá~ô':€¢÷è*ˆ? cèOø„‡`e­Šf¶“P2>‡Î£ è"º„.£+è*º†®£è&º…n£;è.*Œï£è!ú=BÑô=CÏÑ TÂ-ñô½C­q\ BŸÑdÁV,a¶cvbvc{p*œËÐSÁÔ0Έ3áÌ8 gÁYq4ŽÁS´öxš6]K‹Ò¡YÚl-*‡ýXÁ*Ö0À#Œ1Á3ÜAê(1‹náa1,Ù,Fb¶ÄPñr ½ µ€_4 ° ÜÑVã5x-^‡%¿-Ðþ9üN¿ËoÞI_ÔÔ`›¸ ‡ÚÄ-x+Þ†·ãÚ‰uë&ÖK4G¢&6J̲áì8ΉsáÜ8΋óáü¸þ·ÂwðO¸(ö T(5JƒÊ–åA94—ÇpE\ WÆUpU\ WÇ5pM\ ׯup]\ßà pCÜ7ÆMpSÜ 7Çßãøì wqÒ·Åíp&rÅpGÜ wÆ]pWÜ wÇ=pOü3Þ‡nà›ø¾³’Œ“hò¿ÀåQT£ÁP&á—ø~ßà·ø~?àøþŒ¿` ±‰ØˆPâ$.â&2ñT$5ICÒ’t$=)C©A2“(’…Ô"ŒÄXGâIñ’Dâ#I$™ø‰BzáÞ¸î‹ûáþxˆáÁxЇááx‰GáÑØê›«šý ÕÐû©BΠ_’/Ù7•L#æÈ¶9z|ñ%|_ÁWñ5|kH©Gj’U¤>ÑÉh4ÇÀqpüN‚S`ÉKò‘ü¤)H ‘¤)J¾#ÅHqR‚”$¥Hi²š”%åHyRT$•He2€T%ÕHurŒüN.Ú¤©K.‘5¤iH‘Ƥ iJš‘æä{Ò‚ü@Z•,#ËÉ ²’\#É r¬%ëHqXþ…JÁÒ° , ËÁídÙIv‘Ý䲇ì%ûÈ~ò'9@’Cä09BŽ’Wä89Aþ"'É)ò79Mγä9O2Ò—.Ïer…\%>úšÜ 7É-r›Ü!wÉ=rŸ< É?äyLž§äyNšHsS•¾!ÇÑ ôô%#àHx $V*Qíí(…-–cðz’L=4MMÓд4MO3м4ÍL£hš•FÓKãh…ÏàsøÚé+ø¾oá"úmO;ÐŽ´íL»Ð®´íN{еô7º“ö¦}èCü~„ãñxN&ãat8AGÒQt4CÇÒqô:žN é$:™N¡Sén:Π3é,:›Î¡sé<:Ÿ.  éeº‹Þ§‹éÚ‚þ@[ÒÍh ÚŠ¶¡íè!]G×Ó t#ÝD7Ó-t+ÝF·Óô5}@%öÝC9Ä ÙH'RUA·i1z„¥Çèqz‚þEOÒSôozšž¡gé9zž^ é%jgWèUz^§7èMz‹¦ewè]z&1cìúˆ>¦OèSúŒ>§/èKúŠrö†¾¥ïè{ú~¤Ÿègú…Z˜•åc:+ÉÌÉÞ’õd,‡r²\ljKËâô,ËÈ2±Ì,ŠeaYY4‹a±,ŽÅ³æe‰ÌÇJ³dæg S™Æƒ 1Ì£ì{VŠu`‚,ËÎr°J¬2ËÍò°¼¬ËÏ °‚¬+ÌŠ°¢ì;VŒg%XÖ‘`eXYV€vcÝÙIt ý¾£éXðÛ(Ñ¡g+ªÁú¬kȱƬ kÊš±ælkÁ~`-Y+ÖšµamY;ö#û‰µg‹ØH¶–uf]˜Ÿ®g£Y? (¤ˆbJ(¥ýX6€ dƒX+Òš´!mI;’§ÅépzÜ‘¤bIÒ•t#ÝIÒ“Äâ8°'bÎM¦K• o[-–ªì EF“1d,ÑÃaØ É¯ä7²ˆ,&KÈR2„ eÃØp¶™­cÙ6†õ¥[Y:€–ĵYi\Wc×ÙT6Mg3ØL6‹ÍfsØ\6Íg ØBö+û}f‹Ù¶”-cËÙ ¶’­b¿³Õl ‹Õ?n6°lƒú&éÛØv¶ƒíd»ØnöÛÃö²}l?û“`Ù!v˜ýH~"íIr‚ýÅN²SìovšÝcgÙ96ëú8ü >@Ò‰x>L=ú v“Ýb·Ùv—•Ñï³ì!û‡}ó}¡äcø8>ÿ·‚#ì{ïÁþð¼Í¸¥ÞJo­·Ñ#Kï Ü{¯ÑºêÝôîz½ÄWÛ1GÀûëôú =KpÔj´>F« ®»Ì¿Ü¿"eô¶‹>QŸ¤OÖ§èƒõ!úÐðÖçë ô…ú¯zÛðïËõúJ}•þŸÏ/mÕ·¥Lkkù,}‘îd2ð3öœ½`/Ù+öš½aoÙ;öž}\Ê€~FgºEßK÷ÑýôOú?ÅÏðsìb5ôTzj=žVO§§×3èõLzf=JÏ¢gÕ£õýœ§Çë ºWOÔ}z’ž¬ûuEWõ—úÙ@·éX'ºÄÏët® ÝгéÙõzN=—ž[Ï£çÕóéùõzA½^X/¢Õ¿Ó‹éÅõzI½”^Z¯¯—ÕËéæh¸9B=Õ?ÍYïÅ&³[zM½–^[¯£×Õëé~Þ@o¨7ÒëæXôt}†>SŸ¥ÏÖçèsu8¬ÑêÇôãú ý/ý¤~Jÿ[?­;¹•Wæ.~A¿©»™Ì<,;ÉAr’\äãü¶~G¿«ßÓïëô‡ú?ú#ý±þDª?ÓŸë/ôªü•þZ£¿ÕßéïõúGý“þYÿ¢ÿÈ«ðžÜÆíÜÁ{ñjÜÍeîá©xjž†§åéxzžg䙸`VžWày%ÞÿÌ'ðþ¼:/Çʳ d#ÙD6“-d+ÙFòF¼1o›òf¼9ÿž·à?ð–¼oÍÛ𶼟ÄâíyÞ‘wâyÞ•wãÝy¾šOäÛyoÞ‡÷å;ùd>€äƒø`>„åÃøp>‚䣸h>†åãø/|<ßÃwð3|/ŸÂ§òwä=ù…}$ŸÈgò…Xè<>Ÿ/à ù¯ü7¾ˆ/æKøR¾Œ/ç+øJ¾ŠÿÎÏñ5|-_Ç×ó |#ßÄ7ó-|+߯_ò³Në.¾›ÿÁ%qžïãûùŸü?ÈñÃü?Êñãüÿ‹Ÿä§øßü4w «ˆ.qeãØÞŠ¡Eé$¦ó[ü6¿Ã DÏ5Ÿkåù?üÌŸð§üÎ_ð8ñŠ¿æoø[þŽ¿çøGþ‰æ_x.+¾6a]Y¢ð‰$Ñš¶¡9y;Z\ôeéDz‘Ad™Df%²ˆ¬"ZTÅD=/„Uw ›n×ÒAt0­Ë†RMXAºàBCdÙE‘S4¹E‘WäùEQP…EQTôõÅ`QB”Ké2ºœ® +é*ú;]M×С¢²¨"ªŠj¢º¨!jŠZ¢¶¨#êŠ bˆ˜#ŠFâ¢~)ÐѸ¢WÖ«è‡hu½•h-Úˆ¶¢øQü$Ú‹¢£è$:‹.¢«è&º‹y¢§øYô½EÑWôýÅ1P ÛÄ\q@ ÃE)QZ”=XOö3c¼7;$&ŠIb²˜"¦Šibº˜!fŠYb¶8-Šëb¾X j𚼯ͽ<5KÃö U,+ÄJ±Jü.V‹5b­X'Ö‹ b£Ø$6‹-b«¸)¶‹b§Ø%v‹?ÄñHìûş⋸!R‡ÅqTÇÅ ñ—8)N‰¿EãŒ8+Ήó₸(.‰Ë⊸*®‰h#µ¡·Ämq‘OãXE–ÉÈlTa„¬?OÅ3ñ\¼/Å+ñZ¼oÅ;ñ^|Å'ñYh†Å°’a3ì†Ãp.ÃmÈ†ÇøÎPŠFZ#‘ÞÈ`d4˜¡QF#«QÙˆ1b8#ÞH0¼F¢á3’ŒdÃoÔ3*?À€†WT7jãÙ6‘)ÂbÜb)70œDTå5òùFA£QØ(b5ZÅŒâF £¤QÊ(m”1ÊåŒòFc°Ñ񿁬bT5b‚ÑÚh"dá©Dj‘F¤ Œ†F#£±ÑÄÈÌ£xž•Gó#ì(;ÆŽ³þ@$rOâÉ<W¸Êϳ ì"»Ä.³+ìj åêlŸsñÏËD¢nè#Inž‡çåùø£`«ö”•à%y)^š—áey9ÞÌhn|o´0¦ã ÆT£ÑXL3šŠf¡;u—î´$;.FW£›ÑÝèaô4~6z½>F_£ŸÑß` 4—Œ!ÆPc˜1ÜaŒ4F£1ÆXcœñθh8²M4&“ W¶ËÆ5cº1ØiÌ2fsŒ¹ÆI…¥O¶¢RHâX¹·<JÿH¤Ã¡ûöo\3%Z²¶}±Yìæñ¬°Õbÿ¦a6mÓ’FI¿K;a»ÍL&®m{˜¢…ÜþÆPYo3óûÿ•CòÚCŠJ»)gT¶‡ü”òööšvÓ߈æ‘öˆ0òÝ7Ó3Ù3ÛÿÓSéo÷–ÉaÍ™ò¹ˆûêR%l\ÙË\’" Îõp0½‰Ð«ÔöÛYï²eÝÌÜhßdßl7Óó·Ù·ÛwØí>{RÊRjðÕj«fmmocÿo×’URûb{$¥ex™{‘ÆaJ!=ä_×KßK©Ãˆ™_h7朗‰`‡™ªüï¶CzÕ { Ë}ûû Ë.ûn{.knkHŸŠ(_f è±À~ŸÙmöß\qSٯٯÛoØoKUÝ23p[b*.Ëì3l3mÉöÒÌÑÜñ½£EÊ~¯XÙÛ9BFHV‡iOM–">HûÖ=Ö½V3 ÚLXiN¸àø×Ðiox!ÿ–ä®õ^àùªÞOJDL›¤•Æ–8L'd¹Ã”a‚ýFGWÇš ž°Þ±<èâü»~²ä—¶9BbAÈ%1……ÅŽCS70³óç;ÆÚÆÙ~± ttµO´M²m «gãì!óæ†ã¦ÃÌÍÿÙÑØ4aB½E)äŠ]q8ÂGPßþÀJ!¾ã0ýšð³;N›éxLµëÁåî9î;ÌìüTÎÔÎ )¹‘±SŽLÁüü,Î2)ïÀ·nH(Eÿ²ã]PWéa×f^¸áô¿ç›1lxäs>vD¶|DZk7eƒB’Õ^ÅQÕqÂ^L*.•îH¥¤ÒRÉÔT8:þKïß!Q$Ð[u¸Ë|v˜Éù¦òïr¦®e&ñ›vBŠõ¶LYÆ´\*çìüÚ²rî·ÔtÖrš:H¸E"þBçç@ç ç`ççP§ijX,¥“)ç5£õkS£¥¥O¸>³Žt„Ì’5r9 3¤ßäw,¶]w„|‘½Îá¥ÝaaÄ4<ä@)/[ï‡ß÷¦ÎfÎæAiÄÔ@–J¯½¥­NÓÙå¼ã¼F‚ß4snük&ê?s†Œ‘o³ù ½”s†s¦³ìÑ×~ן®iAy ˜18ï¿Ùûºþvvp L›ùͲ„ë”ëª+"Ür™²\7ç\)’‹²@v‡#•+µ+«œs³‚3«+dqŹL]."$–,îîéD%ì%í¥ì¥íeìeí7ºk’åHpKO%O C‘B\n·Ûgb]©Ý!ç"’”_¹^»B¢Íg»©Ÿ˜òIÄ"…2úͼKSˆ Ù"¡äûðùp6L©1W\¦3RÛ]Ç],8·­³ƒ+’gÌHù$^ ¯óƒµœË@L»ã3䘂ÄSg$©ý•ÓZÞ:ß9MÇd¸{„{¤{”Ûâ¢.æJrs—)Ǹ\ÃR¬‘[ÖLŽ;VÓz,æŒrïuMpÏw/p/tÿêné.înf55–Un3›|{©ËÔ9ßÑ®NŸ{¼{eŠÒÊY+PkA÷¯Ô‡߸mÃ’È!÷6÷øðèFeÚ4ÔmÚ4;í³ÃÇÝϱz9;C¢GeÇS7sWs„\Ála× —;·;;ïW{ßíþýÇ]Î~ÅmÚ ×Ý7‚óLI$䓯°Ž¹Žìr›NI°…üÊ%yä~ì~â¶ÉÏÜÏÝ/Ü/Ýsœsƒ–Î;÷{wÄ& ¥Ï/w œ³†–Ã}Ï’W^ïL#§•ÓÉfr]'g5KÇ´E–ÉËå­a¥dµ¼F^+¯“C¹bgåvòòOr{¹CŠžbš·äÛò÷@÷ w ë¦àU¢”Å̹gKÛ€ÛTF°;íÿp£ôð¹Ïžcj.µå:rÝÀº¡ü33sü™ü\6MŽc¥Ë¡4édOOù_±z{ˆ'°^t™c6OHi&Ÿw]påõ˜¹ï œ(]ØsÖZßÝÀmz>Á‡‡ƒÏ˜šSÄ žÁÁ2µuí’Í|é:žºž\áÜRÓ! |¦äPž}Èdhî9./Š/×åöžžŽžNž;rHÏx ?¦ ñÝs™]J=p÷r÷v‡,Ž^žIòd¹•Ýâ°:ÚÚ»÷oš•<¦PÕsÒ¦yJzÆ{&x&z&yê5(I>Éê‘<6OÄqÉ-ç‘«Ëùäür¹ RsÞºM·¥¸\B.)—’CªÁq»ã›Gֲ͙ÝvS¨ëˆX)µy™gPxž®®)ׯ2tê&K=w<å<‡]~÷Ñ`é# Ü¿?Û‚ë›zÜä –bJ"/äöòÚóÆsN¾<'=ÿxy{žxžzžyB‰‡JpοÒȲp½‰I5!üê®k˜ç¾ËôH"NH¢lºɲ_VdUŽ(85&¤àD앞MžÍž-ÁÔîížžSŒ1Õ›ˆrÀ ¾>ªè`¹ê¦ª!_ñ\ ú±žzò_òIù”lª"¡¥Ìg6[È?ÈùƒRH¸LI3äEž©F ‘A®Ê`º3SRMM5-ÕôT¿¸²;Z{"BH×:÷Bi,Iµ4(~X,¦@Ø'UĨ\)™J ÷>÷â`Ö¶™BÇõ£+>ÕÿtŒx& endstream endobj 649 0 obj << /D [647 0 R /XYZ 56.693 815.761 null] >> endobj 650 0 obj << /D [647 0 R /XYZ 56.693 722.492 null] >> endobj 651 0 obj << /D [647 0 R /XYZ 56.693 703.549 null] >> endobj 143 0 obj << /D [647 0 R /XYZ 56.693 674.586 null] >> endobj 652 0 obj << /D [647 0 R /XYZ 56.693 647.183 null] >> endobj 147 0 obj << /D [647 0 R /XYZ 56.693 424.322 null] >> endobj 653 0 obj << /D [647 0 R /XYZ 56.693 396.919 null] >> endobj 151 0 obj << /D [647 0 R /XYZ 56.693 285.722 null] >> endobj 654 0 obj << /D [647 0 R /XYZ 56.693 260.909 null] >> endobj 390 0 obj << /D [647 0 R /XYZ 56.693 98.624 null] >> endobj 655 0 obj << /D [647 0 R /XYZ 56.693 78.753 null] >> endobj 646 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F14 413 0 R /F64 307 0 R /F74 436 0 R /F72 420 0 R >> /XObject << /Im28 643 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 661 0 obj << /Length 2135 /Filter /FlateDecode >> stream xÚÍXKs㸾ûW07ªÊ‚I‚ϽyÖ³ÉdâÙlìT*ï"!1Ej rû×§ P¤DÏdó¨Š.£ÑÝèÇ× zÎÎñœß^½{¼ºù!òœŒeq;['Xœ8©Ÿ1¦Îcé|v߉fè_EWåM¹Yž;ÕjDž»}âIØÑ¸ÌÕêçÇßÛµï³,Šèð§|èe=¨õís/ÛF4KDWìƒÌ¹kÁr?¼×–ùzÂýÒ ~Æ!èø¨]Ø‹¼ÍëqG.;×9@Â,ø/è̽ -ó¯ëðyÙ¥Îþ5ÙzØ=¤ùÏ7ªr'šR˜|ú“•h¶m½3g–°®=B¡´ü:œ›G ¸#a!üÁ5‚oÄÕ£>‘w!û‹ÛȾ7ÃÒ®‰¦W‡NªFKïeÊÖõÐìæú€EƒIrSÀ§‰Ém³à\1œêÞç Æû,…¢Ìÿ±[ù‘»Ë©lRÁ*š¾£áÄö0š’÷¢A Sj¦þmˆÝØä÷_ªÑq½Ø+ãëÚ}Þ y]¿œÌ/ʹ›ûÊÖRõ&D± "÷ø6ÛAM¸‚ʼnïßÕêþLB1t`³zh•Ä«³}–qN—z¬„•rW¢ì4p°pË*Ú ¶°SäÊÐí±ÀÍZÊ 2g¥€K _mt-¢§NûÇ6„ÙÂHo;Ú­r£¹¶д 8ŒŒ‡®Å R LF›´¹d³3Òlcò…R42!Ãe]7µýÔÖ]69¶­u×貆ñ2Î ió¢Ý.›{*0å¥5Z=ñ0¬ê‹T„üSvñ¾-õ?-&ç$ŒY…0‚ÂãÑ‚Æþe1Ì×î 63/Uз\ëzw‹ÿ†‚Ð{$Qf‡s–ÆÜâ`²ˆ‚ïNú¼ ^æv÷­<@çíipjÎtÌ)Z=ïÆV¾;kÈ4ѤÁÁ©¶^‡/˜Ï¢«1F•’†^ÂÒþí(Z&ßÔ9–8îg^ Ö!KËWc´–‡ñØ×§yk¹]ô3­5þ)[›ªB6º]Ý×ÃoÔŸ„ù‹–¿]q„fU bFç›? UÌÒ¿â’;G™˜]‡C-…ÿ¾]ÀqÓ·€üOØ|,ÆS´èê;漆C˜E©õ—5æÁ`CEd«ô9óoñöj‘£áÉûŠö¥{”}ÕjðB¬Û‘ûr&áÚ(Ø‘læ’`j×F 4Z«>ï#‚ÇÊ\¾É÷fDÚÆY~T~ó ü&ôY—ÖÙº«{1Q@¼Šy!j<1Õ÷ÔœÉæÅ7¸PÑÓÚXöm)ÑRb«¨òn!:õ+#úŽJTÝ6§àÐKÇ\W™oöE÷CÝ˃.šitŠRœ†¦ˆ° Qrc‰´MáÿƒðÌ÷ó× ‘>®RÈì¶f4ýëÊGLhV䆊ú ð]IsÓº„“L:×1r7/FÇZL}å8œ\9L}Ƴľ:¿ï»zÁ0õÕÒ@sÉ* D!OæÑøPÉm¿Ä*Z2>u•´É4•;&}é@ò²œ/ŒÆš¬¬YËq§‹Ϧ•KÇ$OOÏؾ|çëåJÆa|â™f0ªvß'Ã]Çž†­c cѱ;xLÈ'ÎÝ<Ô&uK­ÊÖŠ¥iäšúK{Q­—*HGílÈÝ?Nz@˜š£0"na8Yn§ƒãCBÏà;j4©]ëiêhI÷‚ Xu<»h#E# ¬ä{¬Ÿƒö?Ì6X€ÌŽTFT#‹Ê wÑr½„½è̓òw²4Yù©»ëèu¤!;TÊ\©³ç<*Î> -EöÒF/Ä5yªÏ¶‚«¶.ƇÖíÌúI½ãîØ†,ÄO-öd<öM äq0ÍÜ«îu­yŠáÎ^äº#B¢ëÒÂéò±Ô±›XpH˜4-Cz³ó˜cRâò°OÏ=-"Çú†KOAÄiMî¡3( ·ëÚ²¯*K˜ð[_hÁѦÊ%>U¹žL¹n`EKøo |Ò¾(¥iÿhÞ„ù> endobj 644 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 669 0 R /Length 744 /Filter /FlateDecode >> stream xÚ•TYOQþ>êƒoÆD*$`¢•|ˆ.ѤãJI|p ꆕ¤bAQ0´µ P—†(K]ŠµÐ…H¤™N÷•2ÕCG&˜'_&wîýÎw¿sîÌe Cù—½·ÓãÚÜÎy—sqÁKù}†fhêÛ×iÕHÜd w#I`:erÒaw=ù}¾?» ¿o™ÄÐüõ$Ìäv‰³¶( \Áëê–à8.—ƒ·ú¿€“Aÿkæt†Wà6F>•{Òÿ)M‚Á¼Þ†ø§ðÓêY¯bó9®­÷ÃQyO¥âe2•Émq²V…+d³YaÆúQ[‰¬ûVçhÍ}¤®EO¤òóÛ(ðãñïÉEumÛ[i#Zݤ/½Þ×ôÌœNgxq‰‚tv%0?fq©í:§4U4 IHìuù]¼XÖÓ¨ÒóñL8±¿µÚÜËe7zëÚßËTO>0J¨DÞ_y·¿+½Öwó!¸Í ÜNø3™t<£VÞª=XÝqèŒJrA]£4S Eõ'Þ8Ý^pö±äüÓÄ—D"ät:Ÿ"¯ 'pxÅ¢€•t"—M¥“ñ}U­# PX?P,ë5Y¹lŠ[I%1ž #Gíë Éd" °,(œj>^(ºÜƒ˜-bl˜ €±p8$€f{ËU•ÍÃÒä°¼¿àR7bž…‚bØ 0„W q œƒ¬Š¦÷”µ•ÝÁŽß,¹újU§fxJLD#aÐh$Â4M7«Ê.“²kèáó¡µiÚêáPGt‚ÂZí -F8ƒ Л¡ ‹!Z»Í 7ªÓ0pSPþ]R0NsiÁ‹£:ÇÜ, “4µCÙé˜ó.ÇŒ-SˆvÕjv(aòó8ÜTkm£üÞyÜ6`Én›ælƒ<Óå°û–Cú_J˜®" endstream endobj 669 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 74 /Filter /FlateDecode >> stream xÚíŽk ƒ÷§|tÿóö€  ú@ælJ½^h »*{§÷4Wö84ö•ùL%ÔU…^’ûgVx/r17¾å}n ¾êã§ endstream endobj 645 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 670 0 R /Length 742 /Filter /FlateDecode >> stream xÚ•”ÛOÓ`Æÿ¯L4$„ôŠI¢2ñ$(‘áyj¢â†Yˆš``j®‡udM ‚ c'¶A;tí6¶uçéË*Mðä¹X¿¾ï¯Ïûµûh/E¹]«+v›Õl³ìÍVó²Å¼â°»]N/å¡<îÙÓ†hHbHCîÑZR…+g¦&¡ž®Vá.§ó×>år®“8æ°Y!VMÂJzŸ‚h\ÒÏÃP .“¥RÉOL§SÉí‚Å!zqþ'ì GH 'š»u2ÅX«b\¦oêÖíîdj›þæl[Sùl$v äÙµöÑÚ¶‘ëmÃÇëêÏ »3h5¤H$„èá òJ™®èZ(é+}0 ù¢ü‹À ‡ÎË/·èФèQIÿ)iGŠÛIž;‡á3뜞í¨hB¡¤ÿÄ­Þ±I#¿©ñŒàu \_ Tû͹ؑSö<¿òeyÓ' Ôö•ÜïÏ:×–[.?r©óz:™Éæ3XÍð5ÆbÑP(aC³ÇÉ=Õ²ÑêöqqƒV$ÅòkÞ‹Õ-âº7’Fe"ÆB%8À§ÈÔ*.ƒÁ p2Îê& U¯ÎÔ“â†!‘Í»Ú[,Er«ºn¶`›í™2p„ “fØ"°l8ðs޲AÝ·ÅìòÎÒzRt+¾‹äU½~(×Ð ³±U†*œ'àápÈï÷ñöùdx&»â…ø±êXÍÛ+O\JX†*å$ƒA†¡…˜Æ®Ye§o+\ßÏì(€<ư@€öRB34Åx©Öž‘•Õ5¿Þqì÷1ªä 0œ»M{7ý×[>†ÆQÄ Ÿƒ7¦¤à¤p»öehÁ•¼ÍU‡À”&ã’=î=ŠÍ¦%o1á÷Ì÷Iù€!ƒû2Œ05ñN*˜ öe œ6É Ÿ‡Íù3•“Á¹¾í¿> stream xÚûÿ wÀ@EàÀe°B¨®E”Nq~±?é*À*ÎPyL³@Å•N­¬[Ïk¾K锿âf z†Q@öùòÕ endstream endobj 657 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 671 0 R /Length 831 /Filter /FlateDecode >> stream xÚ•TMOQ]¸2qíÂ?À¸r¥ £ÿÀ…1nTŒÑ­cÔš¸3DlËL;¡E¾RJ -ma:3)í´óýfÚiG ½t !n€›³xçž9÷½7W×TU–òë<ÇÒs4°t–¡×s¼,‰šª¨Š¼[ôbn’ðŽ’Ä |¸Ç]C:|ÝïÃ%Qü{ÌÄc9Ž??+;Ç HÄµÔ ®`Úh4¶··mÛ–$±XþG©ˆ „Æ~@Ê(éO¯Äád'=‹üžM'þChjrfnšç9‡ ±§LpûU€¬(–€Yµ-dh4¤jº¢#Õ,£Í­ÍÏý½Óñ ‰ƒ õz]( ÁÐDvI®-RT¼(æ CÎØx:œ®îŽC&&ÇÛz3`‘%ÅÞ]bƒõÝ“ÛShíBbKö·¶¶ B<ð…l:“J¥6ýòL…ò%†îèönáÝ]›L¸Žƒ {„‚ã¡.š>g_­Ðdè٩臫 ¯Ï½O›Ì]“;-, ¯qss£Zµ8> Ç®¨R^àÕ|b±óbðÉI39œ¸ëºTå§‚OD»¯2ä?ð¿Ï S˪d9dMļ˜ôq‡Ó/NË=4v?ÙÍb‘7ç©á›23ä?vðb«û ¶]+—M–¥'ƒ¿¬jÅ0‘œ¬ÿzÿxÙ.ÌÉ!m©Œçƒ=è9 ƒ ÞRÀkµªi K‡¦‚…R.E%„ô~ô‘éDáv#Ú¢ïõp;м¥\·K™Y ƒ >â(^ܲ,„tx½c?Gs9N–å|6é»!/ö˜ñ/F´ E:ŒÈ[=ö)íº§ Wʦk)`•rY×T´‰ññ1’ôùäÌØÀò×»ÔÐÍŒ» @¹ÚRƒ7¸ð7]Ó€iÈ;âi)@]Ð+ x˺¤ù"5_HO9(e—4EvhÒñ÷j*7æq©Ð)déX€Üã†ÛÌçx/æÉPk ,*òd:³æ™ ãh$<âþ޹]Ç”°0? *>Ë@·K«©8œCÐd2™U±T„ô'NÀ< endstream endobj 671 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 69 /Filter /FlateDecode >> stream xÚûÿŒÊ”Á ¡>L¸Q:ÅùÅFü¤« ª8CåM0ÍW:µ²n=¯ù.¥SþŠ›êFÍR„ endstream endobj 662 0 obj << /D [660 0 R /XYZ 56.693 815.761 null] >> endobj 155 0 obj << /D [660 0 R /XYZ 56.693 681.542 null] >> endobj 663 0 obj << /D [660 0 R /XYZ 56.693 655.746 null] >> endobj 159 0 obj << /D [660 0 R /XYZ 56.693 526.015 null] >> endobj 664 0 obj << /D [660 0 R /XYZ 56.693 497.63 null] >> endobj 163 0 obj << /D [660 0 R /XYZ 56.693 455.832 null] >> endobj 665 0 obj << /D [660 0 R /XYZ 56.693 430.037 null] >> endobj 167 0 obj << /D [660 0 R /XYZ 56.693 370.082 null] >> endobj 666 0 obj << /D [660 0 R /XYZ 56.693 343.914 null] >> endobj 171 0 obj << /D [660 0 R /XYZ 56.693 217.832 null] >> endobj 667 0 obj << /D [660 0 R /XYZ 56.693 189.446 null] >> endobj 659 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F64 307 0 R /F14 413 0 R >> /XObject << /Im29 644 0 R /Im30 645 0 R /Im31 657 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 676 0 obj << /Length 588 /Filter /FlateDecode >> stream xÚTMoÛ0 ½ûWh7˜YêÓÖn-–݆Cìô4jbÄq:Ç^‡üúÑR¼$‡a»X”L>>>‘B¶dÈ>D7ãèêV#³`0lüÄŒ“±œ[*gã›Ä7®j›½«W³j1OÆíã*I…Æøi*3U{1Û%ã›rVëüeÖ6EÙîÒëuSl+W 9}J¤Ž·ÕQ,ÛzÖ9î^\½Þ»vÙùGÎrâhdÇQe2. ÅGKN ²<¾ ‹Ò]H4Gß#N>È8ÓŒ•,³ ö¸‰&Èô¸€²9{ñž¦9‚†ì’ÝG_#<(…gŠ Fn™¶^²\YàhœÀz}›¤ãÑÏçm'ÆMájRÃS¾[Õ®æ©LÇhÒK:ïÑ9Âßm†à$IÞKÀܺ]SºeB»x€ý3\Ç»©4¦*‹Ç„ÜV½ß¨¨v+˶úîö´ÿ:" ¤9tÆ·©TjUzj²ûÂãÆÍê¹+šƒ« +!WYßo²p<3½Ç 1W½ ÚMX»â‚uæŽæG~¿oúöõ“Èp&¢oœc“PH–JyÆÒðøŸgíÓ>HG9Õ¼è×?­4ýpäÄÂ&Q€•ºŽãàt_ 4í·’+ºÿsu·‘‚½ßÒ¨\K’R¤'9ü eâäR„ÉÁУ#r ˆ6Èák>/÷U¥¯®–r7†ÚÈB.e@¹žÏ‹rá¥êîGèwÁø;ú€nÏŠBªÎþÏ«ò mÜXK endstream endobj 675 0 obj << /Type /Page /Contents 676 0 R /Resources 674 0 R /MediaBox [0 0 595.276 841.89] /Parent 668 0 R >> endobj 658 0 obj << /Type /XObject /Subtype /Image /Width 602 /Height 419 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 25987 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 602 /BitsPerComponent 8 /Predictor 10 >> >> stream x^ìÝwXW×ð³•*,Mi*DQT°‚"hŒÑˆŠ]cŒ±Ån4 Ö$ÆNâûY{Cì c‹EÅ.ˆ A)R¶Í| ŽëÎÌ. šM<¿'Ož»wιsïÅÃì²ÀS©TA$I5T ÔQ „BÿN¼7ø|¾€AHÕ9ªò)ßŬˆºÎ…Bé)f-ª£ï•J¥BÍèïÿO×È!„пÒò)Ÿ …B‘H$‰¨[>^ee¥J¥¢J \.—Ëå£vÚxÆÇ´×5B!ô¯´aï¹Ê¼ûKÆu¿Á“J¥J¥’*„2™ltÂÎ1#†@N¡”ÅÏO­-»šPÊ” 9¡”Ù8ÙuüÚÒ+X×¹B¡Z*(–*U„–¡€oen¬ÑYý,k3CHÚð¿Ä1] xeee …B&“Éd²‘ ¶14;¿”²ò©ëó.njßÒ=Ø·‘‘™¥Hl àñ²óK¶îO-¨ ½†m1´l¨TÊù<>_ Ôrz„B¨ú Š¥…%åw®œÔãݦ“¥™‰zE¬EV^Qù…SÇt522ªzïzãÐÐÆ’€« Ú‡´m:iJœ…¡òÉó¼‚WMÜ_•’M½½»zùÒ/Kº)Z}xïšG‹öAQ#´œ!„ª¦×%ùEe÷®žêÔ-Ö³¡kÌýg¯OÞãÕº#X˜Õ: mìáãg+W® ùö]ZtÜн%ëéÑ'åø™¿ÀØÖ+ÈSB?ìÒVG‡Œ¬gàæÜîQð=W§¬x~úòs0mäÓÎÙD{°öYÕ9jpàñø&f^.V†í)L/3îÞÉ)Vм1_W8Bÿ¤W¯Ë®üy¨C—è¿®¤i squ»wõT›Ýë[˜ªgÙZšî;zz…¿}Sî¹™‘£ž¹¥—oOü&æíO–RèOSˆMÌ+TBSkPÊBƒYGÒî\pô°ÉÉ)(xxåê‘c†ß¡s×’WÏx•ÒRü:ñç¥ý‹>€ç—OO<«ª|õz=u{纲5e>~àa—>¶–¦ðˤž¬1ã–&×·¬w€ÏãQÕ‡ÎÚwô,•5nir.Apàøyº§m›–êY4…B!$‚ªˆTñ&ÂÄ=4ýöÝNž ’GÅÅDÂG/JÍMę٥R¥(÷æé–Þž‹þ8Û°i´‹O{Ë!zîu }òGj=IÊ Ÿ\Ï|]!“À72©çâáÚÀD§Î^€ŽÁþí¬§/~ ÛNlÏzú¢c°S/×¥\€¦^®·ïeªÎ5HiΓÛÏ ¤2%_ 466ö÷õ†‚Ì—Mº·A:¶ó)?™¦jÜ„@²'O² JdJÒÐØ$°µ·ÎY$I•™÷å–+A`faÕÄ«‘1ŸGÏÊ»¡eÆ‹×*žØÑÃËÕÊ š3€%¿_°°wÖxêÈÊ?? ño\5 ƒÅÜ"£ÆÞ­ìy |šù8» D¦ ÄF&œlŒ =»xÛWvF|Þêm‹[ @¥’³FVL®å°nI(X©æÚѧ¦F߇ñù<ªú0³~™ÔsÜÒd`«©tM¡PI’|§U–þ_îÜÐ/°C˜aÁŠÌó÷²Ë/f•ÝÍ‘6¶WŠÌævò^Mœ$Vw²ŸÝ•–š˜BPHˆ¾‰°üú@ÝSQðø8&Œó·• Èyñjû®«¹öžwÒÒXoøè6k'Õ¦:{™5¦µký"ûEŸµs0++e/^¾ž¹åº_sO¹¢ê±HDªû¯É_¼Œ•y˲Œ¿kbkv!Mªh$VݹžÑ±{ëéÍl, øy…ãÖ]ª”–kŸ••…ñ­ëO¢cÛtô´2åƒûWí¹ïàëqùâßTÌÒ“O&s4VI÷ï>s.ÏÕF‘Ë:C`øóúSþÍÃÂú[¸©d7N}Y5à©§ßr,8sbÖ}ãügíÃ[Mñi`cÄ/Ì/5Ô}*iêÔËŸÇ£ÊÖnÜÒd*F=rÜÒäð°vÅe•êY4•JUuwHU?™JLk'3ÿ¸ïgÍ™1²Ç“òÿþzìß* “óß×Ó¯eÞv¶#Kê95TòÚ´i#»™ut㌣„`ѹâEÁí¿}“|cRšzáN©’WÏÔ¤w'Ï1Úö_¬~ù/—¥\œÔ¿P÷^^.÷pƳºùèÕ¯ñ!&Š‚5Û3±¡›³­™O&—ߺ}— hÖ´ QñÜȱ¥­ˆÿôÊõô ŽÐ¤I×nV”‰‰Ç>Ÿ‡÷obòêÞƒ•i…õmÍÅ†Ž ´Ï*çö=¿½\v‡…xÎ7)µíí·}%%[O=ÛÝ9¦ß¶®å¥Ì²¾Ðbnj ±w…,Ÿ/4%”¥Tÿ†²ÿÛsEfõвÜûtÔÌôö•»)9•žúw-IØ{ÃÙI}Î^./ïßñêÓ…yô͹tŽIGj,Ǩ^%sÓ¸Nw¢X¹¡zkGŸæ}^—·oC?sI#Xãî ˆ.!tE¤Œ[šÜ%$€®tÌ»C•J%Ôø}¤r…Š>l4ò•¬ü›Äß- T¡¬ Eéׯƒ(¿TÞºaå¥ì²ÎÆÖ.îæÍC'L™«žˆ>q™'.–GLêdI÷TJååõÌÃB¼™‹¨Ò´1¡øû4µg§ÄÜüì•4êñ³7žº¹:Y[VïåµAÌDü륪ffþMl_ä—^N½dÖÀãâ•ôÝRôÔíNF‚€¡öp1Mi¬Ìz©ð´ñnÅßv"“PLw7€9›® 6|xñ¶C#gÐ>«¬RÅ,'CH¡*µ³ÌõKiËœP©*÷í¼bëÔøEƪ7¥UØ7440Ë/S$x@Ó6Mš¾Éêìc|î‰áÙ÷è9·mÓòêÃGß±E=WRÍ1ßF¾»œGÅÀÜ´«§±žîÄÅÒj®}j4î T*g>G=mè,®`õ~:‹F„ÔË¡Æý£uèÓ&‘YI½Ý<<ŸÝ¼$ߺ{¿¾‰Ñ#…u}ׯ ±YzÆÍSv ø|Dô)S)K—üU:?8î¹›õò§ùìEüm;Ïß~-=$Ä^$ HI x<1JÁÛϽót"I‘Ö'û ÎÞ^+—½ÜÂÁ¥¾ióvM#ƒ>ûþ¼§»ëìõ©T€‡kÃGO^'8Àçc»UI0âÀ_ó ¨óñ¨/#HÍ hÇxó%­’£$TÀãñc†mZ²¼`8;)•P(r^ómÝœ¬Ä/ÞôgÈI+KxBVgóÆ3d€žLQ¯±™èŽÚ8A’‘%Õ“ŽÔX=²ú¦qÎÃîškGŸ‘PóG½TÜŸ¬çóy %jY*qåÚ ÷ ©÷Û´j!ðÕ³h$Iò5îIƒúî<±q~‰ÔÊÓÏÅÍÅ#(¼Ø9TéÒ¹«Rh²?åX½†þ¡3ѧ†~bñ€|pô/)ÿmeâóxJ@,:¹»Û «JE=ÿV%q~Žá݃ԟšb¼TÐ×ß©‘´ðupàäÁ“—3ûxYò³ ŸKU|¡I*Ìê™VòL¨ÿ ‰×VÞ­Œù¼ç—®-ØxnÁ¦³Kvd€;ð7eTÀܸ–î–ÔÎçÅÓ,³r0ny,€©Ý<"»@Ñ“["S;àÀ:CÖ-½‘ñRn`åàáÝØÒP½Þ|Í6’ˆ½#€Èà† Ì ml$m½ãÉŸ•*4‚¹"«?&pp417kkGŸ,æ‹¥W®Ý ÿÓ8Äçó4²ÔkḥÉô[¿LêI§ÓY¤ÚW“æo“a}íþµ¤ÙŇ¯"#»;9ªH¯g)”Ø‚‘„$I'§FO\hì <3}ªxMÊ—\-çoF=vid½p×ÝÙÑžÑÝ}¯þu#½Ò®¹‘7²^¹ãîü>^=[_¹t ÀŠŠ'HÒÙVòÓ©gSBôi[Yöø‹„û\'ã„§ÊL,ûts27ä—•$ïý«~Cg‚$MëU}Þèù­ÇáßZÀñ“YföïÙ´1.¶Ž-ëÃÓ+œÞÞ£uç¦._{¸æ¿*Ü{LÑ@׬,]]ÿÚtÚ¡·_§v-ƒòÎÍû+w¿ôðt¾}ã9°áš!k°©‰°}…R='÷û»OüVÜ2¢¹ãè¾ÎŠJÙ³ìüÓÙJ #~é»Á\‘Õ8X:»^Ûzz{Ô;›ÖÌ‹}1YYýµ£OŠÆ‹¥\Ÿµ ðyoÞ;d¼Ä:nir‹æÍ¨†Æ t$I^NNŽT*-//Ÿ¸dǃG?}Yïz~ÿJYÖ©¾ÝÚ=~xßαQSžØÄFé·ïÉåro/i³Ú{…º¶ŠôÉ»v=Zùú@ÉÓû…rú¡ìuNÆó9Á«geO¼Î.S‘UýŹOóåßÜʶ(?›Ž€²Ü§Yy% Éšû6k¤1¾z›kÌŒŒri¥’ "+Û†ŽVFξ}û¥‚pðnZõQ<’¼}ó¶Œä5mî-EÎóì‚b©BEˆ šy¹UgV$!{þäya‰”¾‰™E£Æv†|ž–™ëœ¡z°Ž~Rõ*;;¯¨L¦TñBC##+{Gc!K0GdõÇäZIÈY6ckGŸ&sSã)»«ù1üð¨ÞÔ‹ÒYeRÙ­Ûw YSo:˜î‘VÊÕ³@¡$.ß>éË`Írø8çµÆ)s³n<¿¶ÛÒÒâÕ«|¾¢4°CHLLÏž>sø|•R)ˆÚõ!„Ð{362 ùÇîvôj'17e)*.{~ïb—ÈÞ %!­Õ: TI•CÍKIÆ‹ œš«òŠòס]²n¿uïz Àõ›wx†8·è’}ÿ¢±yfB!T åÒJ#Cq§n±'ïa›:u‹•É••ò÷ÉRW­÷mÝZS‡lÝ.§ûÍtð HÒΣ-WB!T å2Ks“¨^Ÿ7™BYþæR»,ú‡Àuߪ™¶ïŸXÍ`„B¨v Š8˜\‹ZdñxŒrèU/Ÿúß!„Чë^>hÜî_ôyaA>G>ŸçXß<6´I+ο„Bè=Õ Þ{œÿ¿ƒ×Zù„u°ðñ¶ò#QDî˂ߤ]+ü|\t…#„ª”Ãߥ·lá#±°’ÊοMŒêœ™Ä¢uËæû.<ÀrˆBH ÊaN^‘—Yi…JW ª{Ff¹ùÅçÿôñõµ¶©ÏÇWªëAùy¯®]¹L„_@[ÜXп=Ñ«ùèÕdjê_=ùZ{³ê+"¡ÈÒÊJWxMÊ¡PóÇDêŠBJÿï~500(ý4¾­û8 š4mvÿÞ]ÜXš¾í‰^ÍG¯&SSÿêÉךA“¦MïÞ¹¢+¶&åPÄ’$©?êT&•¥þý 'ïSÙÓÇ[kó°6&FTµÿÚ³PMÕ33“–—ãÆªÓ·=Ñ«ùèÕdjê_=ùZ«gfVZR¢+  FåPÈ’ ¨­<{í¡…y ¯û§pÇý âÁã—g¯e„·kBõ±~<þ&QômOôj>z5™šúWO¾Ö¨U늨Y9ð€@’ýªÈ¿¹+Ï#¡Z§A5ÅãóÜêï=ñ Þì°PÀÃ7n?ÜX&}Û½š^M¦¦þÕ“ÿ jRù@UßY$ð‚[«zÞM›©’ª,Æ®ü}`+k½kIâ‚ÉßÍ Ú;´;õçEíñNò”˜ù¾°®ßépòB]±$xó} Þ~8¸±Lú¶'z5½šLMý«'ÿAÕ ŠU…€PÛÒg.@áõýúŽðàwf®Ë–$NœZUOœ¹H|ø+%WbËk¼ãÿw2-§ØLÀÓ9®>zÃE‚·¥Õ-ÜX&}Û½š^M¦¦þÕ“ÿ jðoº@$AP÷Ú$£-i6¼òõ1ªmo] ÛöÖõN-Õ+<¸w‹Ä”Ç$A;´ëÂŒŒêЬ境OŽ.Þ¾u“æ‹?¥d%ißÄvèØeëÍ|ú\tzò¬Ï#Büü‚zœÊ)£;÷Íù²[§ á;2™é£"‚+26,pàÜ«\ãku$A(ÊîNØ)0¨mçþñ Ò¸?»x_ ßΡíb†Ÿ¤¢¾ÏÂ7?ʤÎÉÙ5¢[dDDDH×~\Ïgh·üÇŸèvD·H-‘ÕW5¥n‘Ý"£ûÎÑ^u;möe}¨ÑO¾]oDhDÿí7 ÈêI™=8¨s·è~ tþ3ª³'uNý²jàšÏ‡{¦Õt2¯.oéÓ9,¼[d×Náßþú€@ùÐ{¨“Î+ûh÷}¶gRíë»~êÕµkD·ÈÎ]c—íºÁšX‹'?ëWqîgU{W î… y@¿•¥~ªýøÔ&¶}é~ftûvÏx×’¬ -ÿšÒm×M‡ äØést ™Òxlò1ï’¬¤fíC>_wdï÷¢k[G}5éÁ^ø£oŸ¦ /.oaUötOËnS>¿ï:Òjþ¡¹®Yû‡öì»>=u<ÕyÜgúÁÙž°1ÒC#}õÁÔdµ™p¯e*@cðG¿ž]ןû¿ðú…”kðËöîÏÌs3VäU¼{ýªÚBû‹þ‡R’ ðVRû!³ú]YÉ ÐbÅŠ_¾ùzÕ>”’Ì:~-PS¢ÔÕ˜êê|Ú¬#htÒ™ÁÔz_]Y2dúgWV«âz!aòïç.Þ½gV÷ƒ?æKꪳ'uH® Ô/+“–'¿–€Ú©ÅdÆ[ðÅî 1.f@ÈîݯÔ2™:œgíh¿²GW޵ˎ$ˆg¾[]¶gÏ~—zbEÙ£ïbúζJù¾ƒæçÙkñägâú*®Î^Uÿ,:Õ`!ŸG¾¹µo1 KXPǶîÁ7ÍÝ3îT s#œI’¬ç'+>§=òû^$IÖkG( ævs%IÒÜmˆ¬øO*`ùümßôì3h™)ÿ<ù.˜áD’d£n ÅWÐó¢Üµ¤«Ï„+@çÌ.ùûÕòaT[bgĕ۷™å¸¯¦lÜqDj.~3 ÞÞ“B>d ç,i2 ²è Õvqó è¶‹›GêêïúöŽiß®ËÒcÏI’<6¢?têÙ£73²w¯˜AáËŽg_9õ³Þ½Ûv^~ò +½=9.6²GÏÎáývÜ.$ߥ¾”²‡ý[öºS.'Ir×7?_ñ7× iÆœQŸ‡EDuŒ¹ü6ɶ®iWä_Ù)vÔ…ü :EcÕLÌ 3;ÕŸ™\‘Ö­†ÊÔ.ÁÄqѽ¢ÇîÂ\é¸>±Ù/ºçÐEé$ÇVhäXsYsÏÿòMPp×È=>ÿFók‡¢}Ot>C\Ü€ €@åêÁF| PÑêCiFòÄï¶«²”$ù¿Ãgì ÌèòM?}Ô\ÈÓžN7¸tŽÀµ@õ²æÎ<œ~íôáWvXq,ýì2:˜Þp®ÏROþüÙ¤~O:@=’nq±m”Sé“m½g|Ûù×n¯”äýt y¸áà{ƹ8ss»Ïg|ó÷o°=~x“Y5³({~¨Ýg?ô¹¸ÞÙ£'Õ¨gÿõÖµŒmÃ7O9¿fû‚….,kE’$ë Ûãev\rru[(ʭИÕæšöÿ o4zÛáîNY¿í;hã•#¨U-Ë|È ¦z2O.5±‰¦žlúõÞ)®°åóö+ýyÇ®ƒjKàÚO-#PÌ¥17uð±+ïLKw5VTrýc¡}O´?Càx‹)û¾sz|hâgñ[®Üˆ^¦Û»—•ëÔêªóLƒ2™Åüúwiס]@`è—}»š xÀñ|f»jìO€Z|¾ç•-H_f1˜jïÉ—žu0¡ƒMíHó;‘ätÖD®'ÿºŸkì³ëàow\¬š²‰þÓÿ¼Ç­Rÿ*Þ?Ùê«m›º;=:øíñ7:¿@Z5ѽêê¨A9 ¨Ù½ùGAí6–jwüv»×ÿ<Ý2ÅÇ*ÐÜ`{Vq¿Æõ™®Ì̲ò_V*ë‹ùÌHõö„æ6ßm¾º1Þ_Ëpjåïš4ë§îÎOŽÌ0wÇ“+½èö$¿ú“Îý>:Šs*ÌíŒXrIÙ½²UX¯æm½×xõ ‰%oQ{±T.—CdTOeeþ£lÙ¼ÇèõHº=¥ƒ\.7°‹–—Ì×9µSc¹\n`Û‹PΟb/—Ëcå%‰TÀŠôB›ïí^sV{víÔ³qÌ’¸äNQ“ÄkOí…\Î1È× v'µ ÚÆ–ªÁ:Cf篙%É!¶r¹Ü.trÑäh¹|0u”uÕXû5:YOM‰Œê <ÒÀÒmé¦ÙôÑïµoÝà Ð9siÌ dÍõ’L˜8¯wXpD·`~­öDû3¦t°•Ëå¶!“Š'ÅÊåqÀ}èeÇIµªÎ3 >ÊdÚOþõd̵³—®žÚ6ç÷ãy'×öŽç3óªq]ßZ|¾ç•½¼ürÄüéê; T}CN*嬹ڟüÌ}æµh6ñ—Ì‚Ñây‡^~?ŖФþŸô&Þ>t2À!íûCŸ¥:«®Žš”C>ß#Wµù&‹~‰ ž8ùââÄåcö ÞloëÞiÀ&-Y _vèÖÞÂØøÐ±ã }|µö€­ÛYi@Êüglhé ïêtyfÔòGyŠ?m_Æ“+½èvß-{Mj*‚†]W¯›ìÃÌ%U•óãzäËA!­übæï¬kçú ÅžÝ;ˆÓ+‡Ì™þ{ìæ‘@Ýš“$€$*ÔG0âQm긶}~)|·]•¥rÕÖmvâ7w·ŒY1{Eáµ'•Bù‹bYO¤e’$ÕÓ¹ÖÂ:m’|›­}Õ˜ýVB~¶Li/€Jþ‚/´b=5eÏî·ÿ(ÓGÍ }»èW€Î¸.¨ú Ys'ýqäÆùÔÔ›º%ýy1y&°aÝ+Ʃٟ!Àq-X;éeÇIµbv2Ÿið±&cíÚ2ƵeÞ]}ú‘ägt¤F0óªéº¾5ø2|¯+KÊWܯ·Û®êް§•ÑïÙ¥#Ö£J³·YE1sµ?ùmŸûLh>téõ~c.äØnf$¤:µÄëü©Îª«£Fï¾ó|ó_Vv>ݶëøËÍ‹‹I‡ˆé§®¥H9¼|BW:@=’nw]°ë¹óWïdTo M}ýqêô©?œþë·E=èê?ˆœ³%ùø…‹©{;40fŽÃš^·t[`ä1ïÿŽžI={ðøÙµ“}XsA`¶ùà™ÃÇÏœ8é‡a­Õ¢¾ÿ$ÕÉ µÚãѯ?Ý.$I2 žxϳR’$Ÿž^ü&€Ž|§m!ä¿’«4:Y#ÕÛcšXÎÝu‹j?¹ñ˜|—z íðÜ!=–møu肸ùrÉ1ȸV3·\¥ÚÔ‹K¬kaög³Å©ÏI’|vz±™Ó`£$ÇĸúGy[ü°ÿÕ¾³?ÁÂ{W0kºz'ëJë6€n37%—=(„íÃÇNVöìÉFû¢t>C`IÕµXbæ<ˆêÔyÔ/«›Lc>Ó>Îd^|H$I’¥YEÆÍ¨Næå¨þ”ÎM®ó+[ú|C™çhá›ãCfEþotâ£29I’ò²¬c6EÍÄš¨¥“uŸíB¦—]H<²àhÛ)á)ñÎfÔÅzzj±¶•ªŸ¥z«®ŽÜЍ»fzèjüÌÏ?IϧW}o6\$`ÿUCU|£y 1×|}hÚÜyq#}¶½K‡a{è,õtª=§¿Ø>#£]Û·¨0#ÕÛ}×­º?qn÷*Pص»Ê§¼+¶O_ª!Jvl]—{vé·ZŸÜÝÆßæÇž'Í=rà‡n¬ƒÄ¬Zû`ê܈}&Bp ýá§±ž¬kaöë'ÛkH!v\–ô…ε¨cö÷^»òÞ”"·TŠ@a`×jõšÖ¹zÔ;¹¶«è6s™¹¤ªrñ¸arPVÈzûsõ÷D½Sû3BÒ–ö]÷´@a“°~f5/ÆeÕÀ:Ÿê<Óà£Læê¶„U E"’©¿,âºÀ¶]Õ¿¾Ú³ÞóÊfüïH«1ë飶¦¯)X9m@_¹P¤PŠ:Yùupƒš>ùY÷™/v˜âY1ë&œje­±óŸ¯ùa܈¡Ñë­Ú8\ý©æª«ƒ—““#•JËË˓֮^±jMaA>Wè;öÜ_¡PÀïG®unë¿°ôƒ"âÄ_wD´¢nü}gH`+í)¨n^OkîÛRWÔ§å=÷¤¹o«›×¯éŠª÷™^Mæ§eòß„uœrô¸ý›×$ÿKn^OëÕ“ëhöógIë×GEÇÔàîPXõ[iH°³ª÷$» ‘½%VÄ„ ˆ§9…öÖfô7;Bû7bèýáÆ2½çž¼g:Óû ø>¹¬ê|À‰kò?ž:©åè§ åú¤#õI‹¶>ÎßxròÒËOxë>,ê[š5oL´ÿÀÓ‡ƒËô>{rýÚßï“ΪÖêÕdôÁ¿zòT Ê¡PôÇ Å]ܵǣº…w‡n,“¾í‰^ÍG¯&SSÿêÉP5)‡| õ[itE¡ÚÀeÒ·=Ñ«ùèÕdjê_=ùªåýãðyüàÆ2éÛžèÕ|ôj25õ¯žüU³r(—Ët… èîí[ºBPmàÆ2éÛžèÕ|ôj25õ¯ž|ðx<3sswO-?Vª®få°ž™yiI±®(ôA ¯+!„P• ©ôqVæíôtßV"‰…¥®ð–CôÂoDB¨F¬¬mšúøÜ½s§]P{]±5ù%m!„пˆ‰©iqÑk]XBýWñù|¯º?“å!„ÂrˆBa9D!„Ë!B!XB!ÀrˆBÁG+‡fæ3s ýpá„… ´Äë9WSí²Bý³þ™ßJ“¸hLŸ>MWàÇ£”Bñ{}s@°aÃoºBé÷*µCß<©ßHŠW?NàãÚв~“6áKöÞQÙóý`7‡úŽm¥<øi\Lc[GÏ€%dz©˜´ß¾kãí"1·¨ßÐ5°K óŒJéÃiƒº;Ù×·¶w ›öPªT|çœA.vÖ¡Ëo@E^jL[O+[ç¸ï“ÕGÐ>=õâã‡ÆÇ}ç輡Ž l|ç§<¥ú«ÎÒÀiÀœd¼›D!}ð”CúþiÆßèö®Açl8h>dáÂïÃ?›?¸ÃoÙetJÂ3÷ScK^Þ[0 `SY«¹Ó?+ɽ¿xØ8êhŸ©ë³JÝ^·~ù¼IA.À°ù³«ö]püý¼xÏ‹û×D~¶EýèÌ4«ù?ý26°ü;ôäÝ—­â§ÈV©ÇhŸžúL‹Ÿ{L›+}ýxÅØª Sgi?%Pö k B¡Œ—““#•JËË˓֮^±jMaA>Wèá”äƒâk÷‹¤© ’â"Ö‡àfmùJA¨§´^páôWÞTäß¹ùî2s ¸œ“ïeÌ—˜[À/).€aMwæ »F…»»yuŒܹ©¼ËÙʲ@I<Ì/´|‰µ_d]”Ÿo¦‘š×ÊTDEºX[æ+ˆ‡ù…6džÄÆÞLRûôÔGP_ÕN{Yà*–›YØÁ› SóyWX^JlšÀ»[B¨®””§ž<¡åoðÃ×£Œ­?£Êa¯ §fNúuoÊ7#ÿ04·ölÞf@ Ý­‘"ν²töæ¼¹…£ç˜eIÌ€;ÜõõÖßfÏ“¶=G­Z÷%3†2lÏú=ÆœKJ4ºàÝÿ>Ócºû×ãQ#Ï&%ZL¸ÂÔcÆhÿ~!„EbiжÝõ´´ÐŽïuQ7å°èu¡¡‰©©HÄþ²¡Æ{c“͘üN_h96qÃØDРžÈÕÞ–’ Z Ý7fŒÍòŽqƒÎÉ—T=HèG÷WgzÌ®6ð‹"'þ8ÅÁìî±¥¬|ÞÝ „BÕ¦R*lؽ.Ô¨CÝ”C’$I’ ëf´ÿX[Y»yxú4kaRÏ„ëÏe „BïIn¹d2Ynvîþ}» ¢czÏœ3æœù=zžzõrç®­¯ _k¿A”¥JÌ%Ý7gh‰©+fæªÔ^{dMÑ#×⨺êG.\˜@·kºœêŸ…Õ{¦#„PÒ—rHDIqéÉSGÛ´4d˜“³‹X,‹ÅÎ.®ƒã‡ûùù=zH Ðv/{ýl—øái?ü¢%¦Î]8NWˆ¾K\´ˆnèåÈ„®„úgèK9”UÊ3Þk`k×!$Œy´ChG‰Ä"=ý:÷ŸT$æ¬z0{~wåŽmyRª+uQ¼wÓÖAÁí#âS©¥ôþ¤þ]}‚ÛõŸä¥7GG‡·öØ|³ê¯Gš™KŽ/Þ)¤©G«y)O©NiMÛ‡öŸLŸ•¾¿aM)Ï9Öÿ©pÇs’™wB™›&„††µlçÐ}ó Í?\if.Ù3£Hûï€^Çs¥t?ó,\ã0Ó™‹=د;µ îjËan”öÙÒ*òþìæØ®UXÿ3yT§™¹d×ì¸ÐàÛ³X·‘ë*PY,§A¡º¦/ïÊå•÷îß‹îËØ>øpJróæ-”Ì£ÅYË.›ÝkaØhbÓ¸„›ý–·€¸E{Odçy +Þü»¼±wôƒˆõ×ÿè…ÙRØÛ§ùâ‹kZZ•>ÙãÞiêÀŒ$*2Ù}âÑ“®Å6¸…›µÖÇŽ°ùîxrŒëÃÝñ)̰¥¬‹i7ëÔΙû†ïgÄ;„OO³€âŒ]žÝf|¸Z#à ßü3 \3÷í›ôøÂxª“y®q˜éÌÅFn;ææM!s£tΖ²6z°Éäã—b\3öÄwŽ^ûøÂªÿH‹©ó<à§À.Ìmäº tB}húR %™Ÿ÷ÊÎÞ+ÀÎÎþéÓ'€õèùi›[ÏÙ®_Î{ÚdªlÙ|éc9lä”Ý»Æöîj?\~un•bé` iù¶_EoSþÛ›žÄ(0w$+šLõü|¿èr”3¸öLØ Ì”__‰h Α vjÄ—f‰””U¤ xÒ¼š&1Êœ£‹†µÿ¦Só,\ã0Ó¹ËÄÜ(³¥¬x³K.=_÷¨*‡‹£=¨ë6rMŒÎB¡M_Ê!ðtPx,q„"â©\EztÓy"Yö¬[‹}¬œ¾uåäáÃÉ+[.;öôÊrf"¨HrÇ©3ŽšUÖ„OH b$±Ï•5E˲ú÷™80åfœ¯-¡È“X»s¾ƒy–êõØê¨þYÞxgé–BæN¼íáš[B}úòÞ¡P(°¶©Ÿó"›+ çEvc'g‚`'È97±Âm^ÆíôÛ·ÒoßJ¿°¹Ë¾)'€”Ý)àùw‰±hYIVÕÛT³êY{j¿~QÓ|mÆo¼Fõdþ­í§R¿ñ”L?ü²R¦i S÷•›ùÌãÏàñ‘YÌ£Ù2•K# ¤mþšyªNwh†ÄsåLðâ…ôC‡°„ò¸ŽYÒ®Óûöx%EyåàùÛ¨Cq»öߎÛb‹ÔTNÝ×ý>Ãgè¾Ýéqc}7¨ Iyö³vú¹1ǧ ß³þóž‘þK¸‡MØÅ¦nÔžÕ}£»ù'4pë0Š'8¬qtkÂÀ/ü­ì-Ýçh€n—f„,Î|)o”üó(kf:ëbW khib|þì):—¹Q:gK¹oÃà¾}År±Ó¦äQÌÖm¬þU@¡„—““#•JËË˓֮^±jMaA>Wèá”äƒâKKŠ™‡öîÚÖÉÒÊŠy¨šH’,).Ù³{‡oËVB;j=súä;·‡]Yñög,õ¡| B >ÀóÓ3ÛŽç?¿9OWÆ[fæ’’â"]Q!„ÀÈØøMÿÓ§/óPIIqêÉÝ¢z2Q²Ÿ?KZ¿>*:F_îy<ž±‰qdTtJÊþÌŒŒ°ŽŽ ÀógOSOŸ,++4d¨B!×5Œ~‘æíèÒg ¨,ÛŸ÷nÑŽBè£/åD"‘­íð£¯^½räðÁÜœ`gïм…¯_›•J©R²|ÄBŸ™Ú¼x~¤®(vxkˆB“•C €ðókãïß–/àðH’ T*¹¬RW*B!T{úU)J¥’õ³ö!„Т/´@!„þAXB!,‡!„–C„B°"„B€å!„,‡!„èáç ‚UÊä2¡"B¡@l` ‹ø|¬Ü!„>ý*‡2™¬èuñ½»·233 òÀÚÊÚÍÃÓ§Y “z&"‘H×!„PmèÑ-—L&ËÍÎÝ¿oWAaAtLï™sæÏœ3¿G¯ØW¯^îܵõuák-7ˆfæ’ öÁíÛ· Š˜t’+ìC33—PÀ öÚ#kйGÕU?ráº]ÓåTÿ,¬Þ3!„jA_Ê!A%Å¥'OmÐvÐaNÎ.b±X,;»¸Žîççôè!@Û½ìùsgÏ;{öðªŠßGôßøÿ Ù çÏé Ñw‰‹Ñí½¹Bóï#„ÐG¦/åPV)Ïxx¯­]‡0æÑ¡%‹ôôëB¡ŽWwEf®s~Ÿrjþ꡼ôæèè° ààÖþ›oR©‹â½›¶ nŸJõ(¥÷'õïêØ®ÿü›\‰fæ’ãËÆ„w iêÑj^ÊSªSš{¢g@Ó6Á¡ýg'ÓÓ ïoXSÊsŽõðoêÜqàœdæPæ¦ ¡¡aíÛùtß|£P㨙¹dÏŒþ!í¼zÏ}û×™gᇙÎ\ìÁ~Ý 0¨}PpGP[s£´Ï–V‘÷g¿0¿€Àv­ÂúŸÉ« :ÍÌ%»fÇ…†ܞź\WÊb9 BÕ–¾¼w(—WÞ»/ºW,W@`ûàÃ)ÉÍ›·ÔùÛ½MlûW̧Úcû4_|qMK«Ò'{Ü;M˜‘q‹öžÈÎó0V¼ùwycïèë¯ÿÑ ³¥\‰ì>ñèI×âGÜÂÆÍŽÚëcGØ|w<9ÆõáîøælØRÖÅŒ´›uê@çÌ}Ã÷3â§§ÆÙ@qÆ.Ïn3>\­pÐoþ™®™{‡vŠMz|a<ÕÉ< ×8Ìtæb#·s ó¦¹Q:gKY=ØdòñK1®{â;G¯}|aդŌÔyžðS`æ6r]: !„ꊾ”CBIæç½²³wà °³³úô‰@ à `•–oûUôf0åWÝ^|éc9lä”Ý»Æöîj?\~unuÔÒÁ˜+£\ÀÜe¬h2Õóóý¢ËQÎàÚ3`00S~yX|%¢18G.Ø©_šu$nPRV‘J$àIóh˜Ä(gpŽJ,Ö`ü›NͳpÃLçZ,s£tΖ²âÍ.¹ôH|=Ü ª.Žö ¬ÛÈ51: !„ꊾ”Càé  ðtÇ•çn5²Š¢Ú*’ÜqꌣÁ;EtÁé[WN>œ¼²å²cO¯,gƒ=LøÔ*FûÜXS´,£Ÿ‰SnÆùÚŠ<‰µ;wà;˜g©þ8\‹­ŽêŸåw–n)dîÄÛ®‰±e!„Ð{Ñ—÷…BµMýœÙ\9/²;9³½CQòèû‹:ΞD=œæk3~ã5ªùw)»SÀóï;cѲ’¬ª·©fÔ³öÕ~ý¢‚=‘Ã7ž’釟@VÊ4-aê¾r3Ÿyü<>2‹y4[¦ri$€´Í_3@ÕéÍxŽg  pÃLg]¬•Ÿ+×ü æFéœ-e¼§dZÕy§KWèá”äƒâKKŠ™‡öîÚÖÉÒÊŠy¨šH’,).Ù³{‡oËVB;j=súä;·‡]Yñög)ÿ½åkZ𞟞Ùv<ÿùÍyº2Þ23—”éŠB¡Oˆ‘±ñ›þ/¦O_æ¡’’âÔ“'ºEõd¢d?–´~}TtŒ¾ÜòxYVV6hÈP…B®k˜iÞŽ.}¶ðˆÊR°ýyï]á!„>8})‡ ‰líl‡}õê•#‡ææ¼;{‡æ-|ýÚ¨TJ•RÇG,þ-LíF^Vn„BŠ~•C™LVôºøÞÝ[™™ù`meíæáéÓ¬…I=‘H¤k„B¨6ô¨Êd²ÜìÜ£ÇZÛØDÇô¶wp€ìçÏΤžÚ¹kktto[;[‚Ðü |3s‰…×ü'—ÆQ×¹L½Uøá~½ç{þY‰÷LG!TçôåH‚ JŠKOž:Ú& í !Üœ]Äb±X,vvq?ÜÏÏÿèÑC¶âݳxYZ™åé‹ zh‰üøä ö*ŽBHOèK9”UÊ3Þk`k×!$¬¢¢búôé>>>>>>Ó§O¯¨¨èÚQ"±HO¿.rVÄqS½¦í~ OöMó˜:–îÏÜ4!44¬}`;߀î›oRfæ’ãËÆ„w iêÑj^ÊSº“΢۬éLyö ó l×*¬ÿ™¼ z]³ãBC‚nÏ’æžèдMphÿÙÉt–¼ôæèè° ààÖþ›o¾•År„B†¾”C¹¼òÞý{íƒ`þüù•••]ºt),,ܸqãüùó °}ðß—/óù®œ?K¸›¸Ö.¸ø™3Ýï>=5õô¹ Ïü?¹ÏLº?Ù}âÑ“g.ùê—±ãX†Ó•®amô`“¯·_ºpqÇ8ÃAÑkéþ#-f¤ž9»ýK×õ±#l¾K¾r6õûûè£cû4Ÿ»ëüÙ³©;GLŽª‘!„>}yïP’ùy¯ììàСC¡¡¡ô¡C‡-\¸ÐÎÎþéÓ'g9™¶üÖ,vÛÿõ&,5}ûC7¥YGâ%e©Dž4ïÀjª?1ÊÌ]ÉŠ&³¨5]ÊûE—£œÀ¥Gâëáþ¨þÅÑTãç7®=öP iù¶_EoSþÛ[O: !„ÐÇ¡/åxï<Ú¹s'GØ»qïê“ܦßÄNK/©wöï3q`ÊÍ8_[B‘'±v§ûMøÔPÕà ø$Q®3Û;3´2'ü¶GE’;Nq4ЬñlY!„> }y±T(XÛÔÏy‘ Ý»wW?D=Ìy‘ÝØÉ™ Tìù`×~ɤ—Û©wfËT.$¶ùk޼*!ƒÍY%ðèÐtº³šéã=%Ó?€¬CÓ%ã™ßxJ¦S)ÓèÎi¾6ã7^£Ú™g0³B}úrw(60ðönzñ¹ÆNγfÍ€@=¨‡Οõk@¨´•C¾¸Á·&htnMøE€¿•½¥{øT€Ã¬‰”_V‹Žhÿ›ƒ­gøD€5J¹oÃà¾}År±Ó¦äQÌ€á{ÖÞ3ÒI÷° »¨Î¡ûv§ÇõÝ 2$å ÛÎÚéçÆLD!ôðrrr¤RiyyyÒÚÕ+V­),Èç =œ’<`P|iI1óÐÞ];BÂ:YZY1UI’%Å%{vïðmÙªChG£gNŸ¼sçö°£++¤¬é!„>YFÆÆlú¿˜>}™‡JJŠSOžèÕ“yˆ’ýüYÒúõQÑ1úrwÈãñŒMŒ#£¢SRögfd„„utlØž?{šzúdYYÙ !C ¹®aB¡ÚЗr"‘ÈÖÎvøˆÑW¯^9rø`nÎ °³whÞÂׯM€J¥T)•ºÆ@!„jCÊ!@øùµñ÷oËðx$I*•\V©+!„ª=ý*‡¥R €7‚!„>}ù B!ôÂrˆBa9D!„°"„B€å!„,‡!„`9D!ôoG’¤®Ýê¦òx>—ÿºèç`kg/Ö͘!„$Iª”ÊìgO®þ}¥µŸ¿®pê¦tYÛÔoÞÂ7ýzÚÙÔÓuò.B!¤Ç“H$-Z´´¶©¯+V‡º)‡`gï`gï + !„ÒGuóÞ!B!ô¯†å!„ÂrˆBa9D!„Ë!B!XB!ÀrˆB–C„B°"„B€å!„,‡!„`9D!„Ë!B!­š™KÌÌ%­ÇV¨=E‹… .LPïQð=ÿg}ÌÉ3·!„>Yuöžª#óø‰Z˜ˆtê¸hLŸ>îÙ°á7îpÄŽ¹!ôÉúHw‡{AÉðï/ktfŸø.À×»µ¥ÄÚ¾UØg;îQý\7|¬ññCãã‡× i¿}ׯÛEbnQ¿¡k`—®Ä=ßvs¨ïèÑvQʃŸÆÅ4¶µqô Xr<›Š!¯~œ0Àǵ¡…eý&m—콣ž»sÞPǶN¾óSž2'P»@Öù¹½«™¹å‘וðòòh3sI»Ù×@)}8mPw'ûúÖö.áqÓJ•Ô 5ÚF„úd}Ôr¸q´÷ƒ ñ÷ßüKM7þbÔ¤ÅKÏŸwãÄøèé\éúFpÆßj}SØgêú¬R÷Ÿ×­_>oR‹WXÂ3÷ScK^Þ[0 `SY«¹Ó?+ɽ¿xØ8êè®Açl8h>dáÂïÃ?›?¸ÃoÙetîâçÓ&ÅJ_?^1vÇð:°îÌÀµ_³Þ€ãÓNð˜Ð6ÖcÕ¾ ŸïyqÿšÈ϶h¼N¶!„þ3x999R©´¼¼½ýQ¥Šî678S,›ý{Šûíåƒ42<•©oÜæaåÚ+ª pã¤ïø•]‚|›µôË9´+-;—+]»EÝÞÿdÝêý3… ¤y×Î~¶<ÅÕŒ+^ËŠXqíL㫽ŒÝÏÿtUh쵬-Õ9»mýñçrÎ]ÃK€ú3©þZocHX'@!ý&‹+e²«W.‰D"k›úºÂµ©›rx+=½…okCCcÓz"¡ÇãqEŠL›ÿï ×^›3èž­+Çõž´vÕ¬]†ül~âl±Œê_µz\ÔW«6Lý6bð €kꃬŸ÷ó¾elý™örÈ5ˆ8÷ÊÒÙ›óJ䎞c–%iA‹^N'ÌœôëÞ”oFþahníټ̀–Z⵬ˆ×Îð„kFy…-¿åÚïÇz‚ª­¸óÀýQ_oýmöL0iÛsÔªu_RýµÞF®ohBH¯H,-Ú¶»ž–Úñ½¾‰¯›÷÷íÞÖÙ´ž©Hô¾¢@:]¼xþòšÑ³’_l}ô<ÒÒPW8Bý—ñx ‰wný½WïϘG?ö{‡$I’$!ÖÍhH»ðˆH¡‘Õg3÷b-D!’¡PH’¤®@ê²€iyÕ!üYP„ªsõs‡!„~ÂrˆBa9D!„°"„B€å!„,‡!„`9D!„Ë!B!XB!ÀrˆBAÝþ’¶÷!“UÊd2]Q`ff®+!„ª1ý)‡²×ÓÎþy†+€ÏçwèÖ½GYi W B!T;úRàü¹³sç'°•UVΛ;³{$çéÈ<ž4%qcv%TV­<Ç,üe€¯¶¿>¨ÅÂ… Ó§OÓõ¡°žÝÌ\Býæn3s‰]‡å÷ÄkôWŸúøAí/œ?µG¬(µAã^+ÿ>4Ð+†õ¼ïã=çŒBêôè½C‚ ¸j!ÁuôÕ_ '›¶ùØ_çÏ^ºô÷¾¥Ã^f•©Èœ¹L‰‹é ©™º=»ûÍéIYµ¿EVÿýkåþúÙ.ñÃÓ~øEK̇8/BÕ=*‡ïcŰգw¯ð³7¦Úx‡}ÓÌÌ%»fÇ…†Üž%/½9::,(8¸µÄæ›…Tdæ¦ ¡¡aíÛùtß|£öëA탂;k™®Nýìyö ó l×*¬ÿ™¼ *€Ù©qvš Ý^½¶ç_üïb‰™¹„ Úã«p¥@ê¢x玲ƒ‚ÛGħ bΪ ³çwWîØ–'¥º”Òû“úwõ  l×þM®ó²n‹™¹äø²1áBšz´š—ò”êdÎA}OÔ;…„øxùýpðÙ¡%cºvêàåÞrÁáçTëÕd=ë> „þÃôèÅÒ÷±ñEYº“ë¡#-f¤Îó€¤.Í_\ÓÒªôÉ÷NSf$€CøôÔ8(ÎØåÙmæÀ‡«#·s }û²1¶3‹ÆLç:û]L&¿ãš±'¾sôÚÇ&ÀÚèÁg§ef<¤Û"Vwý¶ñœkc¾oeMwêœ …k|íâí=‘ça$¬xS±Ôg-»l:t¯…a£‰Mãnö[Þ6öŽ~±þú 0[jéÀ~^æPýÉîžt-~´Á-lÜì¨ýÀ6õ=¡ísþêäïâGIÛ„~¹áȱÉî¯ï¯õè:nÆ“½À}5™§C}jþ#å¸þöðâhª‘–oûUôf0åWÝ”f‰””U¤ xÒ¼šU„5‹¦3>ûŠûE—£œÀ¥Gâëáþ¸:uã nÖbÀÌYwÖÒ}:gò>¾ô±6rÊÀî]c{w5b=?msë9ûÀõËyO›L•-;cÀƒ.¿:·?ˆ °t0f$UáÚÄ(0w$+šLõhŸmq¯&`î<ˆPN^Ôà ,<âeE3¨£\W“y:„Чæ?RãìM×d•|çÆò1 KaUT‘äŽSg êGû÷™80åfœ¯-¡È“X»3ÓY³h:Ó鳫a­ÛÅœƒMëïG˜;>òŒîa €àD9ÇHšXSœ¾uåäáÃÉ+[.;öôÊòÌ-î¹![.pTL<•«Hn:@$Ëžu«`±×øÜÞÙ>õP ¢z4æÀH7‘'~·]5×Õdž®[‡úWû¼wøõú‘kz}5§ê«Âþ´÷©FÌ4_›ñ¯QíÌ¿3¨F¶LåÒHi›¿¦#­„ü\9¡%‹ÆšÎj¼§dÚá'uhºÄc¼–Nõ³kñíÖéûG¥²Î$Db°9«šNwjŸ%…”Ý)àùw‰±hYIV2¸~ùë…óç.œ?—àlžsnb…Û¼ŒÛé·o¥ß¾•~as—}SNÀ¬€úcÖ^ xý¢8Î˺,s¨íWSëÖ!„þÃþ#w‡ gžL\;¥çr¨dB+¯VhÄ Ý·;=n¬ï•!)oØvÖN?7Øš0ð‹+{K÷𩇩ÈCBÂÚZšŸ?{Š5‹ÆšÎjä¾ ƒûö HËÅN›’GiéT?;÷x`æ<|aóåßþYõu&¿¬Ñþ7[Ïð‰©Níã3SH¢rzßÈWrP”Wž¿M#~û”3Á‹ÒÂÊã:>®ì·kÿíø±-¶HMEàÔ}Ýï3|XÏ˺LÚçP}Ú¯¦:Ö­Cý‡ñrrr¤RiyyyÒÚÕ+V­),Èç =œ’<`P|iI1óÐÞ];BÂ:YZÕâ%²*%%Å+Wü”°˜óE0˜6åÛ„ÅËY'€þ¿½ûޝ¢Êÿ?þ™rïM$„.]@zï ‚4Q¾ ?D\uUÅUV¤,JSÔïu­,(«â¢»"(k[¥¨H‘ÞAÊŠ„Drï™óûã†KÈmIÈJÊëùà¡“3gΜ9î›iw ÜŠOHXøæë7 :+33cÅòeƒ†D|fýè‘ÃóæÎ2ô†t²T×uoNN¤¹ÞœÃ€‹T‚N–öèyÕŒiSlÛ;×0Œ={)¥ÂÎàb””8LJJ4øº(ßÁ&"J)Ÿ/ö×|PX%%E„ïæ\*%èÚ!— qqq€‡q€‡HÉyîÐëÍñzc?bŸ”æN\¤’‡Þ6müú«•‘*èºÞ£çUƒ_ÇÓú€bW‚N–®^õõÔ³f=ýL¾?Lz´IóÖN¹ú믴Hï¼ñž^‘’œ2xAø—Ø%%§°°°ò6Ú‡‹\ÅOÌ -LJNirÝü¼?†Ö‰.o³Ý{\˜(B;yEÿ€°ë½¡}6v芦€]Í»Æ" fÉÜ­ES„Á/Â"@ñ*Aqè8ŽÇãÉWxèС!C†LžzùíwnœùB”:ÿmÅÞ‡'Ÿz*lyãÍ“æ(úQrÞf׬^¥fÁdÛÿëÍ'Øl¤¡+‚võâ×XwkÑa(аP¼JP†ÊÈÈ9rä¦L™Ò½{÷¨uÇ^Ú=ëу­¾“ž(Ê>¶ìú.-:õì}Ë£çߟ¶0hß›öîÝçÊîÝÚv¼à‡_…IÉ)ŸÏ¾w@ß^-®h?ýÃCù©Zµê¹É0}‘Å“oéue—æ]þçóc¹…gÓ¿Ù§c—îÝÚ÷¹eeúÙ@aÞŦ?9XDº÷¸²GÏ«åB/Ϲ~æÍÏå+ŒÔù`…°Í†=„.""+žº½y‹=z^9ðöF˜m·²wýé–þm»ôèÞ½Û-36GZo¤ÑóÐ>ä| .(!Ûèûuó=CûôèÙ³Cç 6_°[ûöêÕªiÇ™þøïíß÷ª¦Û=þÉ‘°mJ„^„î¬Ðša»‘W‰Ú­ùvŸxOÅü3G>hT÷ª-Y~ùûí>¹6Ò¯zÌ}eÏæüÂn>Ê¡’rí0(+++1110=sæÌüqâĉ£GG|Oz@ÆÙßU¸cI¥¸ºãZŒšµyä3]EdîwUðùÒîyïöÏÕ [TkÀ¤£ªŠHÆÞEMý9mÏËò¥Çý{yÃŒýóõ¹ÿÑ!ä]dßÞ=‰°}‘:ÎXùxÃ}Kîè{㼃k‘9CŸøðçßÞÐpïâÛû sp̓εï|,É)aÿ™_wàËýª÷؆{§µ¯,ŒÔù|¢4Ũ§–,;š~E¼yöÜç`^a·ýaCwœ»iáU"òËÑìÔZá×i4BÇ<´ÁÁÏ'ß6¾qãðÖO¯}¥]å_\ܸï#i{çÊßopßò•Í3öϫש÷ïæúÙÃOíšsEÿû'ÿ¸$l³ù7!tTCkFêFP‰Ú­ùvŸxOÅü µ‡~8}ñuÃþßg÷¦OÚÙÏ«ÝÜZÄÎGßG‘†4Ê_ؼ¢ÿV£¼Ñ~úé§ìì쬬¬ys^~þ¥W~9y"RÕO>\úo½=ìËè—,úg¯>}S+WU@™™/>ÿ\óVí^|ñÅE‹Õ©SgíڵÇïÕ«×Â… u&ŽhÖÓÏ„íÀÇ#[Ϲñý¥#.÷e®©Ólâ¡#+=š4¨œúݱU]ºã?žRåŠÌŒÓ"á ƒÒ¿Y0fê¼§m—¡mݶ;óôqIJNùéÔ©D]±“’«efœ í@¤>$%§ì;ñKU—îøÓSkt=}r_¾>TªÑ9ãäÁÀZ‚ Nç- ¦¯¬Íï~>´}NjJnHÞlhaع“z5\UohÚàþ7ë_Ù•ÿ¤B¤ñ_õSz-÷ù—6‡m9Òh„Žyô>äk6ïº.¯’Z£IóÀôñô_öîÞ~Á*”/)¥ZžéšùvqÞ6£ü&äۺКa»‘oñ’³[Cw_Á÷TÌÁ‘ç†4}ê{÷¢ëz¤xò-sÅØ³ºTÍG韰ðÍ×o>"tVffÆŠåË ‰øöÀ£GÏ›;wÈÐJÜÑá‘#G† ¶hÑ¢©S§z<žY³b_`wü'Æ}qÌ¿eh‹é"".ïÑ)[O>Ý*o6‡½'Lá-ÃÇ¥}¸yTÛŽ?=¥Jã`y¢¨lˆ„;qúÖù>è"Žˆ.¢œ¬( Uí0í®ä÷|z8X¶ó…mV",òø—[×-ÿä“¥/¶›ýÙ¡uÏì{ëi¯ì‘^o}ôxm‘¶=Ô{$tÌóõ!dñˆl¥þùÅÊÚžóŸì¹«ÐÜN‡ßÅ,ù7!JÍHÝÈëÒîÖ(‹_(ÆžÊ+ìV;þßì=[Ïå=rÚ+)ùïÈ+ú>бgót©X7eSÉúQZZÚ“O>yôèÑnݺmݺuäÈ‘õêÕ‹µü´jÜÙFÓ÷nÛ²më–m[·¬YpÍû㗉ț¤LúäG9ðáÄ`å°…AG½öåuSDdケ¡s£ˆÔÉ]ÝÇ“Sš<(y IÊÄÜÂI)WäöJñ,8)"û?žl¶²©óE¼è¡·'}0zLðǰ/B³aQÞí'µÎ×Ü8ù©Ù™–ŠHÃß½ºfõª5«WÍjiÛ§t©vïœ5Nýç¬DXoØÑ#¤Ñå]×ĶUxcC`zß÷Ñî}½ÑGU ÜK¸[ó Ý}ÝSü÷Æ:>rÁGKÇýiÀèt¿#±:I‡T ¿ù(‡JÜÑaZZšˆL˜0ADb^2 øÇø•=Ÿ~"øc­>³²F]}0gø‹çÞtýµÿ·zã>Š, Ì [ôö¬´›»t®|Yjãˆ|"©"2èÛɽžÞ÷³¯ú¼¥ÏæÞýþüßÞåI·Ï]ÿÍ¥¹ÛøÂK÷xåkµj40Nä@áó·õêÓµ{jbÂ꯿I î|¢õ3}•ûcØÎ¡ÙÐE”“3iĵÇ}âÏÊùýŒwòÕ´í£}°íö1mÞÊ®à’úƒÿú÷ɭ®7ìh„ŠÞ‡Py×uÇûïm5¦í|;NùêtònÇF±–.Šè£*"ìF Ù­¡»¯€{Jb þ‘Ï&Ž[ßc×7WÅëW½uËîoÜÿsôÂ*àJá7åPɺv8ëéÜó ,X²dÉâÅ‹óÖ‰ríPn•µk‡º®{srV]‘BÅaJ¥Ô­ZíÙ½;3ãt¡NÈðÓ4-)9¥EËV)•RcÕ)TŠHÕjÕ«V««¥L!®PVâèpÇö­±ªPâ4kÞ2V•ÂÄa×î=cU ÄÉ8}*V•ÂÄaAš 4âÚ!Ä!Ä!B Ä!B …zÐJ8Ƕ-Û–rð¥ÊJ)M×u]3 3Ê;‚#”>Ÿïè‘#Û¶m9}êt¬º¥ž®ëI“š6kV·^=·Ç¶R(Ä!€²À±íôôã7¬ïݧO½ M³Œ¸ù}¾ƒö}õÕJÃ4êÕ«¯F¾ H¬%ò+ã œ°lkóÆM½ûökذQ¬ºeËínܤ™aºÖ®ZU£zõøÄ ù*0 ±–È[i”ÊQ§NŸªW¯~¬ŠeJ:uOgœöûý¡³Â"”š¦9ŽSæO æãr»ÇqÂÝ)ÀVù)ež*ÒGa©ýFJ¤€ˆCåŽRjëöÍÇÓ…[£zÍæM[í#µ¼ygÙæ¿ücå8¢”R¢D‰È€.W<1º¬EKâ@ù¢”Ú¶c³išýú <¥Ô¶[·íØÜ¢Yk1:Ëvf¿½jæÝýã<¶Ò,G%™ÙÖ¯}L@‰¦”Ú¶c‹a˜Í›¶ÈÊ:cYùï¹0M³yÓ–ÛwmݶcK‹f#†±çÈɆ—¥êº8 ›œ·rÓ!Ÿ£y-ñÚZß¶uDJ堇ʥT”KeJ©í;Ïg᾿ÎÝúðø ¾±EÓZ>õäå£G7oÒrÇÎ-[·ÿPÚ£H|±~ÿ£ó>_5çîÜf•r”øñYÊo‹ß’Ÿ_×´â]éoƒ8P.(¥¶ïÜjF ÷Ï{uÿ´é½4pëºmY?Y^ï¶iÓ•R ï¹§YÓVÛvlÙ¼ucë–íJu"¥ä•Åß~úíîŸ( Äž£ÄrÄvÄr4Û‘Ó¿Fo§ÄâA åÂŽ[ CoÞ´eVÖ™ý¯¾¶÷±©SSÝšæØ¶rœÀQ”Ç0šÆÞiÓ÷½òò™3™-šµÑÖoü.lƒ{?}yHömÛwhÓºy‡«‡½±ádØj©„<)‘ãûì‡ßï>öPZ¿ó¥š(Gi¶#>[~ÍÊQ¾_[Ô¯¶…uoNëѺeûöí[µî>õÍuÁòàf]Ö³F•‰ïî »øo D 4‹(çÿ©_ŸYYgÌŸ¿wÊ£m+V4ElËRJ9J)ÇqiZ#‘=S§Û¶Ó`ô]­[¶Yüþ»ÚuÎ×ÚÏk¦u»ã£/¾îT+ADŽo]öúŽLÕ.5Üš/ÖÅœx,–“¥GŽgÜÿìGMÔÚ·©ÇeˆHÇÛ_>7S{ðÙ¥"bÚ5OH»úDÆ éóáOÇz2sÕÚõM’Üþ_wÝÕõÊû«m|~@íÀ\¥Ô™?îÛùöAó¾zýåßá¢!”š&–åßüLJ:U©âÒ4Û²$8´mÇq”㸔j`Y;'ÿ¹æ­i+$ùÂ}ÅÉ3iûÉþ@ŠHµ–ýÆ·Ù3ÿÞ´¹l_Î»Òø×ÝÖ®²ˆ¸\®gÜ:ë_[ʼåÅOg ­'"VöއÒîúloV¢á4ò·EÓÛù~Ýxïð{6ýbåxǽ¹ø¶¶•C×ûÛûnû‘‰s>peÛæ kîùéL›úÉ/MaêbšÛËð˜z¼ÇU!Á£ir2#Û¶ÐS˳ï^ðàòƒM’Ü"âªØäÙþØ ßìç>˜›¹gIïncF.ün|ÿºù—ü ‡Ê‹Ü£¥L¥lË <­8~ Æa€©”(eÙ¶í8a¿ñëµ£gö^žZ^gðÔon¯&"»ß©{õøÛ޼(_Òä‘gì[«Û]3†þ[Dæ_;`×7v¾×GD~9’-"ó_׿¹M¯v¨òëÁÖîñàmGß mÿ7öÖ¿Xðé#_Y!!~ïθMÙ~(Ãmj.]\¦xLÍehC\¦Ô­žjÚžÃ鵪¦h!w–.ø9kƒ¤àÉõÇdk$’‡];ÜrÓ’½ãûÖ’KŠ8P^(¥G‰ˆmÛŽãnQçóð‚cD±m˱m¿Ï¶µ°·×dîÿpäÈ9ûO[.CË>¾S$7gm$"Éîðž(y웟×ýûªÀtj홾>½æ]^‘ŠúåJd¡Lœóù7_ßûŒ×9˜~6Á­iº®éšHà’¡²Ñ5ei¢Û¢D)¥™†îõ[ñq…K–»¯oô—gþú§>ÓõKyËRá: %™m[–eEš«”c;–ˆØ–•{³¨¦ËÃ<ˆ¶í8ŽˆX¶mÙ–Ïï÷ù¼ùšúýežÛy|bã”|åÆÜ?êÓí·¶­áøÓ+¦4.貂¡j ý>¯Oο‡ÈRêÝ_×öä–«…®½à¢Ht9>¿(qDü¶òÙŽiëÊggdYš(SWñ.-ΥŹôÀ„r”èçq;ùký)ùú|KµÄö¤?w<±ïùÄj7ëÜóÚ꬛;¶½ÁüþÄ_ºû;/Ýš ¸)L·ü,ËrǶl±,Ë <\á÷Ÿ²°-˱í`ŠH Ðï÷‡¶6öÕÑ/ýÏ}ßÿ'+ðãÉ+žyï Rêˆ×nP;Y)µáõ1’çN–à‚Áé)]«ÝýòªÀô/G³•R“ÚU½ïoßJö~·;tÙ°"Ž…ˆD˜ž¼ûêþë¼³t…K¬º•ΜµœÌÉȲr|Že˹?ʲ•m+Ûq\¦žœ¿ð³úuº<_S<Ós7þiW¦O)åËÜ5nØó#_x 0KD”¸úûÚ›ü¯wõœ×Éߊ> Qpt ,‰øèóùDZlK4í¬ßïÑÏ ä~Žž{ÜBD|"¢i¶mù-Ëïó‡¶Y­û”åOÍ?²Ï¼†Ø^³r“ûžzA)õΓ£FvêX¹VjãD>.˜·…Àô¨÷þµõ¶{Z½™]Á%õ¯»ðÏ­ïø`ñæ´1m^µ<ÊW·Û£ïvlºlá]TBÜ:°UãÚ•f¾ñuŸîíšÖ®¶éÀ©¾mª›†˜ºæ2ÄÔ5ÓÐL] ]²s¬?zgÙ– ñîz6Í·ÒÚŸ}ïøô;{wõºÜ>¿çú?.~l@­ GK˜üîZïu{ÜéþnÞèp}ù¯#”QŽü~Ÿßï×4­Ñ¬™§Í¬ãõz",å9WkÂÚnx}ÞÀÑahƒݽxÐÝyK”R­ÿðÜö?äþ8RF`ÁÌÌŒ` Ái#þŠÙï,Ï»¬Y¡ÕKK¾Ê[’oÙ"ˆ2 Ô­E­WÆ zèÅe§2êõhרQòð3‹Bj©ÊÉñµª$ßtuóžmê†MðÎiS¾L›r~½âôvM¿Øø/:â@Ù87vVµªÕ×­ÿ¶]›öÕo¾Ù¶C3¯s6ÇR-…U~°Êðããã¿\±¼I“üÇ:¥H”)¸:Õ’þ6qÈŸç­ü×ßßзƒˆ¬|aT¤Ê¿ºK…k‡ÊIë–mÛYûÝÚ„ø„j7¨9qÂḸ¼÷ŒªsYXùÁ±©Ã‡{<ñ_~ù…Çåéwõ5-"ŽÄ¹Í*‰q®Ù÷õm^»âk‹WŠˆÏçóz½>ŸÏï÷.ÊÆjà·k@"âè@Ùý`¨}»Žß®[»fíêN;U1ÜvìÓfªso‹U"º®W~`LêˆaçË_$&TèÍ@)ÍG<tè8N ó,˾¹÷å—Ur¿¼4óĉ¹º®ëºn†®¦i˜¦ér¹t½Th‡Ê%‘?ý5‘.»®^³êëU_uéܵòð+^?D© Žl Ã4]î/¿ü"1¡ÂàƒO&Fj°4ˆ6 1Y–åóùü–eùý~¿ßoYmê&NÖâÔ©SŽãèºn†ÈÀÀ\.Û²<aœ€¤´ ”!±N—ùýþ–-Z­ývõʯWtëÚÝã‰sÇQŽr”RŽmÛ–e-_¶ÜãñôêÙËï÷»\®(­•±$:-àÜÿ5MÓu½~ ¶m+ÝÐ41 C×õó³E ”\ÌJ/â@ÙýÜ`VVVvvöÙ³gëÖ®¿yÛæ·ß^h;޲[åf¢íØÊQ5«×èÜ¡óéÓ§½^oBBBbbb¤K¾‹> endobj 175 0 obj << /D [675 0 R /XYZ 56.693 759.068 null] >> endobj 678 0 obj << /D [675 0 R /XYZ 56.693 738.489 null] >> endobj 179 0 obj << /D [675 0 R /XYZ 56.693 738.489 null] >> endobj 679 0 obj << /D [675 0 R /XYZ 56.693 712.131 null] >> endobj 183 0 obj << /D [675 0 R /XYZ 56.693 712.131 null] >> endobj 680 0 obj << /D [675 0 R /XYZ 56.693 685.773 null] >> endobj 187 0 obj << /D [675 0 R /XYZ 56.693 655.93 null] >> endobj 681 0 obj << /D [675 0 R /XYZ 56.693 630.135 null] >> endobj 391 0 obj << /D [675 0 R /XYZ 56.693 270.89 null] >> endobj 682 0 obj << /D [675 0 R /XYZ 56.693 251.019 null] >> endobj 674 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F14 413 0 R /F72 420 0 R >> /XObject << /Im32 658 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 685 0 obj << /Length 427 /Filter /FlateDecode >> stream xÚ¥’MkÛ@†ïús”Ï~¯rsHZÚB¡Ô7';RlY¦ú à_ßÑJ9 ÚÓŽ´ï̼ûð€àkt»‰V_ A†™•6Ï`%Z^d¨´‡MÛø¶¨ûîR4Ç]ïIqÿtLRi(~~PN7cïÚäqóǦB`fÌØüs×weÕ·éú¥+ÏuQ$ú‘(Ÿë"yè›Ý l_‹æåRô‡AÏxöhÕàQ;‰N(žº•dÎÇ«ñÐfh‰î7ÑŸH°†@€±h3.hIÂÓ)Ú>ä|Ç^Pg^ƒòFJe¹®àwô+¢‰]“ 7ól¡ ;YB~ž >æFئ‚ˆâû²n»¢ªúú😉ÛyÑŒÅ:QŒ¸ l ËÚË(,»«Ÿ `~¾WHƃ&‡Ê‹áùŒÙ ³ŠE.µqh§™oVßNJÁÝ™Á¼G3oK§uéb_Àæä"hRsÒ´òµ™¸-à.C®Š)`ëk&oq¼Éqª'9•zöƯ÷û²Êùa¢´7cñk? þ.všlö/©û C•ÝQ endstream endobj 684 0 obj << /Type /Page /Contents 685 0 R /Resources 683 0 R /MediaBox [0 0 595.276 841.89] /Parent 668 0 R >> endobj 672 0 obj << /Type /XObject /Subtype /Image /Width 610 /Height 425 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 20656 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 610 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìÝwTWðw¶Q…¥JSz°Q¬ˆ±c71±›Ø¢ÑÄ^£Æ®)ÆnôKÔ${רc‹6 Xé}ÛÌ÷Ç⺲ÐUžßáp†Ù;wîÜ)ÏÞÝ…aY–S£üSý7Çqð¡c†a§þ[ JG]”Pu2²2 ˲ êcMt"|À©ŒIþ«ÊŒT(òWi&%ú>ì¡äËtTQe¤LÍп¢×  ú~\O@  …B!˲L~~¾2¥R©T*:w‹±ï€ÎÑSP­Ûqºèù­…#ÚˆD"‘HÄäää(R"‘ »e؉èqFÉ ³SŽ­Ì»uœ•Kä2)+—šØ¹96ií×ýïDzv\Áê) àól,Mßx)[ c"Z³îó†µ266f233%‰D"<{ó°/¦¦å‘\’ÿèÄêççÖ7®ãݤvM k¡ÈˆÏ0©i9î:‘^Èù Úhl]C.—ò/Àn€·“‘9ù ±Gõ” mama¦ž”o°Ôó¬ü³ÇöÌÖJ º1ilçKD,ÇÑÅÙ##ÇŒëce,¿Ÿò<ýYº¿·Ë³\.0 à»ð¨‹Îÿ¼°¬ÞÀ;7/ù„4nÔþ ì9¨l™9…iYy7/kѦ‹o +­en=Ì}ZXXøùÔ_>é74¿H¦|,nFg|iÎ+"NÁòD )ElÆ]±,åZÒ³¶m¢ò¢îÜ{¸téŠ&ƒ¿Û´uOHó~5¼ë`ÿA ‡OþKD¦~|Ū??ŠŒx³Ú“‘—{õ++,gåêä…)Ç/¤‘yÍ îfåiU%u)1 ÏÌÂÊÇÏÃÆ˜ÿº• ®[–¤Ô_'À[Ãc"r°6'¢ŸÇtÔZfÄ¢ÝöÖÕnñF™Mª¥v:¥\jÄ¢Ý>jDD{ŸQ͉­£¾”Š@ù­Å'ËÇ̼›]½~£…o8É ¸ÄC¢ì;&BÁÝG¹–f¢¤ÔܹðÉ•ãu|çÿqªF`ŒGPc1 :8Ökè´{Ï]õk.ÇI2îÇ'eJ¤,ñL̪yøxV7ѱSˆ¨y“°ÓÉý8¼ m:²9ùÁ£æMÂý<ýqŽˆý<¯ßLR¯\W%¹ï_˜^ ‘óøSSÓ°Ú~š­MOzêß6„ˆd,çÒ (ÿhœÂÕŸ!âXÉýÄû©é99gljÖ°^@©­b9Že‹’nÝ}’‘/'¾…•¿_MS£jU@ ëÄG™ FäâãçicTÆÑÂßÏZ9y Šr?¸¨÷O#Ã\‹+t¶ºó8ËÄ5 ®“)CòI÷RÓs$2VdbæìêæfgJDWS³7}éhÂc–o:—åâjÍ'…BªµdÙëÔµ9Z;ceZ+)ã¶CUÉ×yºÆã1ÊlÒ\êç1G,Ú­5kUKéˆI¶ø1ë°Ï¶¬û¸aÓ(ãôË…Ign¦æŸKλñ¸ÀÕJT$´à[:ÞM“ùù»‰mRÞ(Èmblf‰ýZe°ÂQ­­Gîy®šS˜~ï!¹Ìæ 6ûøÑ³Í[/>qòMˆ‹Ó:@TMk©œV9vê‚Ö2õ<í³ìœæwoàl)’I=Íœ²1¾~°¯TV|£A$r¬âV&÷³Ÿ©¬èùâdÓ þŽ],ÎÆÈjŠ ñ‰ÍÛÖ›TËÎÚˆ—þôÛäCÆþ­æŸÎžß¤ó—G3Ç32å NœMÈ•3ÕÌͺ¶ð6(°×‚»ºjðóñXôǹ1½‘r¬æçãqóöÝ×jÆ•»Ï~i&K_±9‘{¹;X1©ôÚõʵýÙ—:BÞƒØø«g]Èß¿U›}óDì½ žÑ½ü͞ݼ½4.ÃÞÍÅÁRdìR]«_¿Y¿wëNž¦ '/%—A‘¾³Ìr†lzùt¡‡8çÏc†·uïÜ­þ¦ï.=fs5[¨õuKs#±“É$i<9+ÏUÎï_CòëöX>YTËJöîÖªo-óë±7ö>.röñý´W«œ¹;.»»©·ÙÏÇãé­¿ni–<ôb]¥ÖyHÇæ˜T+Òì4]«;’-_W¶mŒ&KÌù(òåÝÃ'ÏëM²,ûQd¸*)UùQd¸*µŒ&Õ¿ˆN*S¨°j4ø™$Լ߭Œ­›5µ1^7%aZ®´^¢ó©y-Mm=¼-ƒ6=î[õÔ%9—Ó¤õ˜Öª9EÒüj–Q‘5-…ÅÁiîÊÊþ{e1µÃTliy*6Nyq?uù—§›­uÙ^½P«ÄBÈ‹ÏU4µ°ówx”–{áÄy‹ê>çb/«FW1ã7»™ðÃ:ѹ8¹©<ù©Ì×. .oÓ‘$V6ÉÛ„ˆ¦¯çרqçÜuçšîD¤¿Uɹ²©nÆD4oÿ­æþ ÈÎb× iî^U9Ûo_µ”ö˜,1Ò´m6ÚÜ¿]òš®^>¾¯œ—L¯Ý¸eofrWfkïé*Y\M¼rlÝ6>WbA…ëÔŒ!žæ€Œ«Yþ‹¹3Ã,”{Ô´³õÆ´ߘ¶µ/þ{ùj‘c° Ÿˆ\kÚ.ýëÆ¬n~­;Ö‹=ÈFuXº;ˆ<öp\¤Ë§Ý"Šòî}2÷–®•骄‘H̬»µq³4æåfåìÞñ¯} w–ãÌ«@*åÚ½è¯mˆèðÑäD '1Ÿy˜÷¨³‡ƒK{zûÇñÍêµ ôéã™ö,cÇ߲ꥵÊÚÓóßõÇ»ÖoÑ ¤É®ÜZºí©¯ûõË)Ú»IG µ673ÑzÂ*çˆÝ¼om;²6»Në`—¡=ÜeE’‡©iÇSåV&¼ÜW ë*Yö:uíkwÏKßÜþ•N«å§½WTöm¼èª>Ô_˜å8­/ÕŽX´;$¸–r¢D%ª¥^ž›IIIùùùß,üë“~C<Í*QWʭؼäc=Ú4¸wç–£KÍÀ  FdF"“«×oJ¥Ò?Ÿ‰Óæ8ù5ó¬ÛûJ¸•ˆêÖ"¢œ·3¤ª?%™SÒ¥,SÍÆ‰ÍLÍSpÅó³Ÿ$>H“²_Ø ÇLì<¨l¦&FBïð¾m.~ Ä–æZËdeç¥Ü<÷Q»®29[P(y㥈HÁro~åEWÍ/Ó©î¬I ó3Û}”|ùðµ›ñ‰â¯$T÷tù(õÖ9SËêø x ò ŠLŒE-Út9z`{Šîb-Út‘Hå…EÒò,¥Rú½I¯zʇ¼Â/\=<|Ô$" kÎrœ£O„®¥*>) %Ö–fí;õÔSF"“ç¿–g)å{ÔKMª™˜7î5¯Œ…*CzVÞÛYŠaÔbÒ¯Zšò[Ò@Ž/G“»æ÷ÌHOC§QjÊÃ5«Oà¿Í脘@L &“ˆI€wJ€.x/\ºýxû‰žd¡+*æé!q±·ìÒÌ¿®#z“ï·›÷Òþ·/>¼nPTS[>/TË>yš¾vOÛª°~:“ï±ßÿ¾Z'$HleS a‰XtH…°[Õ«¼óìmÄ$TLL>}ú$ñÖ­œœlôÚ[Ã0L5 ‹Çϳü‚,r èŠedbñ$-ûÌ?'qT«6/_"2„3Ý ÚchSu_þ­®^Ýá-ÅdFzúk×ꆆÚÚÙóðºßÛ²lÚóg¼SGŸÜ»Î±GV<ÃÕ®£Zu°]нÀ²lýðˆwÞ'ÕCëœªÓørou¬P ´¶±y1yãú5ÿÀ@##£\<ï~Ë###Ÿf k‡®¨ ½&ü‚£Zý`ó¬uëæ éƒj¡uNÕi|ù¶:ðFµFM"ßFLæææT³°À?Ïz'„<â8_y}‹~P©faQŸo8}bPí1´Î©:/ÏVçæä”³’²Æ$Çq Ãà‚òNxı,:¿²ú«FyšNŸT{ ­sªNã˹Õo)&‰÷ÆÞÙ¥œÏC„«yåô-lÃ?Ù ª=ïõƒ£½’c—éw7âaY-OM‚‚‚ˆSä+¬¾YýçÀP»×ªvÖ¬YS§NUN‡††ÅÆ^(S‹›DDDF–Nù¡Â{£b›Ñä{q²T{ÞëG{åÆ$‹þ}G„|åñ­å¡ .QÚ¥ï}:ŽòçkU;{öœ)S¦ªê©¨Ý«lÒ‹s²â{£b›-äãÀ~NvƒjÏ{}Ààh¯ñ¶`N7wÏÖmÚµnÝ:²ÕÇħq¯éû~TM·nÓŽ{wöNëרe›˜gs†GÀ#bYNãGù DzÖÁ_fTN›˜˜¨ ¨¦MLLÍÿ¼EÓ>nµ¦ïºÇ±ìž®-‰(,44<¼±fÉȆ ü<‚g쾿wî æM#<]gî} , ÉŽû¢m£ðð°:Í®«IªŸÜÛÜ".çJ8–]ß7°åw§uU"ËKÕ½Y`ÝаÐz=¦ÇiÝ]Í.xr¬[ãàz¡õ‚w;þ$_×Vkþx¤õ¨Öúg‰ù/ÿ6­›µîµùrúp°)G¥öI…S¿”±=­Û´SþÄô˜þnóìÂÆn-£¢Û´kÕ"úë_nëZ¶²û°ü{öî¶OºmNRNÇoý±S«V­Û´kÙªËâ­—uï‚×;ø5i½òW`_½Ý]u¼¨½ïn"ʸ¶¦qÿ©Ç.}­Õ/Yòó¨‘#Tõ¼…×Í¥2V$Ôòä`ìï§ÏݸiQ†;Uºj¨Ä!?Ÿ8†ˆ´îoŽˆ’Ì4wüX­W¢íòsd¬WvÒ/nM‡~Ûaoû-‡ÈÌüüùÕÊ—Üá>òÄé€ì¤ÕÎu÷ùíï£ã}2o®ðh1tjên"ú5¦Sðâ «êØæÞßæÞlLßäu%®œ°¨9åð–öæ.öÏÞÖ®Óü£_>Ÿ˜ÐêîºDœÖJ~íÔîvÛµ×6GQFjA‰V)§u5{y‡>fãŽþ×ÕëÎÖ¾Í;,{xþ­[­½oµíñ3UjVÿÏb—DöŸÔ=vùû~°é9Ù+ïô”ÊXõKAW­ìù oÛ4æ«A³?Ùv¶³‡±’›·Šô4æßÔ¿g-½9d«#DzNÎè³,<¢E…æÌiÍ&{áÐævÊ™¾}×çÿ/làá?|'àtV2óü³•C)§ÅŽ&zZ¨9ó§›™óÛ»³,çÞaAÆÍõlu‰)õI·êOͳ@5Ƕî@‰ÚñÿþlºÆª™¥žžZOÀ´s_t‰Žn×®E—!gÓ Kl¦ŸõKÁkµG%ïѰ:ò¥ÇmÕ²ç’ÿÞZcnÊkXqÇ1"_? ]»ƒˆ4÷šžýûº×ÀrîY¹$uMnÃ(KÇq«'í¸fª»¹ã8™û´5ý·Oüåu~Í~¾öCL›yW”%óŸü>^ýÊ_ðôäg­›¶êÐe𼃪ÊK=AʲÕoq4©c}Êù÷ÿùÉ̾£ªŒzaÕôA/6 q˽¿)¼ëä¯[þ¯åÊäã·w÷.UUÉ5úmÙî“{ÿ÷zmºtýáÍÃܳ“64è9yÔk‰hó€Ïý§î™_Ë*/eƒîßu;·¨D“‡ŒÛ9ÁíÞþoºØ»græÑÀ‘;ÆyÑÆžK,þÓ_[÷©µDWýzjкD´y@ߤæ . ¢¬'…º*¾ôÀ–¸«žÆ‚¢ô"Í~òˆaF[çŸ?wŽˆÝ?+zøýOP>ñᔿÙ|"R-eÎSNò‰ª™êu–,Ɉ^.^JÁqÛNœv1âë:N4ÛÉÊÒþM,tJS²$ŒØHO%Ì«‹ëÚFÇê"†˜R·ºDßj=°KÌÔz`«ÏI:ºÈÌ.Fõèû{°é9ÙËxzj=íû•ÉÐMÚº%ïûºGßßb÷|Qb3½^½”¥=í:tTNTsùçÊ¦ÑÆíï3`Åæþés›ž]\W¹Ô[hÌ‚Oë÷jòQƒ¦ Â6û¬G+s>£uwèØkÚ€7¸–sϦ_]lݺŸrz{ZÁ)g3Uas§O ÒZpܤ×:øWuèY¢Ÿ=ûº×|bÜzÑÕÿ0b™ú•ý€±6_nZßÖí¿˜Yê R׿ô­~{1)•JµÎo×¾£¼(ínªdæž¿UeÔ «¦Ç5u”J¥FŽ1ÒœYúKŽoá*•J:±òYã#¤R©‰KiÎ=~зµm"ÅF¿%g÷s·HÚ?áERŸPMÛ x¥ ¯DÍ’êÓ“êØ}ùëŃC‰()6Ñ3ÔK[“^±uD«gŸlÜ×éJÈGŸ·HøÃNÈÓZÉÔpûÁ+Nïùª)e>*´r2Ѻ-Z›ý•¯xÂäµ=îîŸ`åóU©Û¢Þ·Zì3µ®ªãŸÎÈÚkÑúie?T ö`Ós²—ñôÔzþ’”³;ÒA*•:6›56F*íWb3õ\at=´}ë–\;/ì³»Eû1¢•Çv‘¬x™·Ð˜Æc9ÚùÒ©ómšþûáçGWöк;´î5]û÷ ®åܳ¾¿ÐzÖ$õò‹Ÿ[rréüšý̘4èmñÍÏIéCE3÷?1ÎAYRù{Í‹òNÍÆí×ß?ªµ”e«ßýhrû¶-Dìñ¥ý§Oú½Ë†ÁÊA€‚ãxD[¨¾  £œV>®oÜù¢¤àÕéâ¥äÄ-ûs“£ˆ¯ç ¾j´­zÔ’OúWMè*Pj º6P½…Z—óÇÁËgNœ8²¾ÍšÎížRr'ñˆÓÿÄ–g¶lM·ðÞ³§_Y¼tùˆ˜V qvð‹Cô«ž~^2 22,ÂÚÌôìéãºLšÓwn»Òç˵r#NZ³ÁÔ-õ=K4)¢ACå_h{úä®”¿'Žþ¯ÑíóMMxMÿtg«á[/­ê®µ’>Ûv_ë?,hC¹ÜÚ­úcr°ÖmÑÚìÁ»ÖõëÑ5tŽHfä¶~ÏR·å•¾Õ˜o#à¥JäN">)¤x=£ÉíÛ¶h®âý=ØÊ2šÔzê:õŸ•¤÷³ eÕ±²ŒK÷‹œÒGÙ®šðm6ÆÖ³NgÏ:º¶ªþ1Çu׺;´îµÒöïk\˵g9é’[Õ¶9 ;Ú˜üžš;¸F5eÜÔ?MlÚ¿îÁ¯µŸ»¸(þãag; ­e"(ñ:¢fùRO²lµÜ›d"‡,÷¹ûË×38Ž ¯&Úþ0—ã¸Çh½¯£š¶ðžIzîiæoýíÖkÊéû—ïi6i቎ã_háÞW³­‹WlÕôˆ›)/*§•/¼hY–•ÜΠÆÑÃÇOÌ{xDû;]µQÿnF—VËS¯,&¢ší§ÆÝ¾zêøá5¢UÔKª¦;,Úy3î¼2lô—TŸV ^¾ãŸøógÏ_øoËO1šM:wöŒòçôÉ]DäÒjîÃØŸLxDD‘Ó\ZÕ]W%Sßï7½{îìÙsLÖµ-Z›mbµùÄ¥ çþ;±)ÒÎDÿ¶hÆd C¬¾Û• œNØ5×*à‹RïMêšùÞl¥nT©§§Ö°¿»Å‚â™ ,Üúi.®~)x³{“Çø¶z‡Åë~8»Ïä4©â­5fß¹;,Çq—›|NhZK×î(ûÕìM®åÛ³¹)ëò|‡ ^<Þj»ÿ w7OÊqœ4/yö°õí§õ}Ýý¢µŸ#'åwpö¡ˆqÑ%àn¡ÜYŽ-(kÿ”m« åÞ$ñLfÎmÝù›#÷OüvfŸ/úvß\ÝÎ£é ¢ízžÚOïöq—nb“­›7–}@ÓcÕ²[ß|Ûö/…Éë _T³D“"ãõXõ ]f7wõÍ:u-^TÓ—­¼=þÛÖ; ÍäÒ컇ûj.Ë)ŠŒ”.%y¡¤ë×?i¹7©|éxªB¾–ï²êºréÍqßµÛX$$™‘cÝå+:—zoR×Ì÷î`+ËFé?=µž€Ÿ¬š7vÄðN+„2‘Ëâ5ŸhVUâRP–ötéÖ£øu ø¯?W=9µè»kõŽn 5æ…þÐñHßoîù®ÍÛiÌÅMs—ÍÍ2’„ÿy¾®ÝñZW³×½–sÏ&þï`Ýa«U:4´"}éÄO{HB™\زÿÒ‘Mª¿îÁ¯µŸy"çq¾…S¯Ð±º¶%z¾çŠïF|10fµ­[D¢eéŸ2nu91IIIùùùkV._²lEFzš®röî®]罸ð×®{%þÒ‡t)?yöÒ ~½d2R­Âýöû–ȆuÑê®ÄÇ•çd¯ð°<í1¨ÆòžÕ|Ü¡ÃN"þy<·ißñÍ–MMy¸fõêóËê>°/dð?À2œ¾EÇVøTá]Zž ª1»g8vW‰ïàˆ¿ôß¶³•ŸÕþ‰(wßâÒP±'{eœ€o\¡A5CÄ$T∇AHb4Y…/¦øês41 zwY‰}‹1‰˜Ä$lÄ$í•“7®_C½+R©PIp`~ŸT{Þë¦jíÔ¾%_‰a KKo_;ûꓟö€ËÇ;¤ëòP8ªª Â‚‚{ÉIׯ^­]W(¶²®°˜Ä•ðä> 6¶vAA74j¬¿$U‘‘‘™¹yvVf©%“Påðx<†)ÓÝ“ˆIÄ$b1 €˜¨º1ia)Vÿi<ïJe¯qΜ¹sæÌÕlCEmË[hpeìƒÚd€÷‚à­­iݺµÊ ±¿ke¯kÞüùD4iÒD͵WÔVTvƒËB.e"Þ;l6F“&ªY3åO}7ó¤-Ã,,ÅõGî%¢¥,,­^xND¬ìÙ£? ò¬aemï½pG‚rY…4uÞ—=ü]ÅÖö­5G9%¦5g0pÀ€ÅéRpgbß¶nNö¶NÑ}&Þ)«—ß2s Ku·Ú³ö>ÐÜ õzÊR>õÈ„ðÚÕm­Å¶Nu£ºÿu#KëpM³Áºº¢x¥Óûz8Ú6ûþšjÎöý¼œí]|"æï½ýãˆÎ®v.¾á §–½Ùei*b²²¸{x*Ú/¹îÙ}ù¢¶5nÿÖgÌ÷ŸM:þ¨Î—[ƆÙÑÖ¾-§¯ÛçÝΜÑ®gõkº65ˆ6÷Šž³áo^ý^ËW,éY½Œ#§uëÖjEmèÞaÙγÞýfÌà{n׊vÝ7ª?º Ågâ˜.™÷– Q–íÒ_^hêúÉ1 .øvì€ç—|3©Œ ÖÕJSâlfýøóð†/»bîCïÉã»ä<½9ûÓðõyu¿Ô=çÉ­ƒF”½Ùei*@UÃ$%%åçç¯Y¹|ɲéiºÊØ»ûÓ¾Þì{¢•#¤];w*ÿ¬æV¯¾{5EÑýv>ag³%n½nÅ-3ã1DäekýLƪ/[oöÙã_xÚZ?—±Ÿ¤y›JT›“UbZóÏsÜm¬Óåì´ ;JÛúð„¶Yi‰ª2qOÓ=ER +G"^Nv†ÖmQ_©þò‰[gõš¼úæ“Üý-ÌÉz®«‹Ô¬«+”%O¤>¯k.T_ö¿'iÞFK+g"ºð8ÍÏ”'¶´f_4©,ÍÖÕTͶ|rr²O=Ò¦}G]RS®Y½ºbîM>~”z3!!++“ˆ:w롵LTT3õ?ÒçÏ¥ "’f?L—±fF|"bˆˆhÚÆ¿ê™‹”ÅÌkº¨á4Â,Q!K"YJvœ§1ŸÈ„ˆˆØò—ï6üÇ»EŠq?¯oTÃbôÇ]ïÉÊúüEoW¨2RÅÇD ºÓìg*xѶìÍ~ݦîØúN30ÜQ È-žŽNÎå©§b2íù³+—ã‚‚j›˜šr—‘žnmc£Ylë¶mÊ ±Ë–þf3:ôL”ÍZ=hê+ÛüõÚÆD4¿m~»î¯Z¾krßfü‚ç—N¸õý^O‹™M‡MíüÙ¤É=ë¥^Ú7vÞz"jbit2[2í÷½Þ׿/±®šFüÅ‚ß6ùØxvjZâÑiö_~ÒûÛU™ÝDd>¥òö“ˆÇQQQîõã›ï)tÓl°®®xçMU‰Œjó –H$*’H.Æž …¶vöï2&¯]½R»ž±±‘©y5¡@À0ŒÖbª·OüÇòàäŸãÓO;òUÏú.'öÿý›¡[›¯èæÞiÝñ¹SÆü²cï¨Á[Úú‡~bMDÿy yÔè û7=ö«‹oݱDD´lùˆö_.[7þëÖý&]R_×ê±ûü´ç»‘CLm»kÆdï-{n ùçÚiSÈ,¢ãe«>«¼ýôçÒ]Ǭ\6uòGý¿kbyäT¶Dk1ÍëêŠwÞT­O† ‡ØÚ:<¢A|\\³æoþ´¾îMîܶ%2ª¥y5s¡Pˆ½‚aH mùó÷N]»k>ZÆ{“ðNWŽã8ŽØ%`88ŽAYþ©¤ö]¯µ¼¿ð®ˆIÄ$b1 €˜0Lø°#‰T"“HØò}Î ªŽãø<ž@(222ª¤Ï%"&Á€äççÅßy¶ï\bò£Lô”ŠÏcj:ˆÛ7ôjTÇ“c+åé5b …T*¹ý0c󱄘¡öv¶|>î@) ųç雎ÆV·µñs·“I¥ˆIø`I$’í'oukÝ ]„zÊÊÏF$ü¶/vÑèN•“x†‚eÙäG™VbKt¼±ØònjW)‰†˜CÁ0Œ‚åø|¾òOgggô ”ŸÏW°\%½…1 €˜¬LI‡×tmÑ8¢Q“ððúÚ~ú{|†¡µÐÂRüÆËΙ3Wë4bJ÷ìß¹ÍÇœž¸áïÏœ:þ¿‹=MÎû6pÞüùZ§õ“ÊX€˜Z2hùÐmKê;™*ÿ´ ˆúºsM"*|þÏÇQõÃ6¨ÕëäóBÕ¨îðâa-"#ƒüê·ïáþ…ÃZµhêç]gö”2HZ?ºY³¨Æ Ôo»ár†úRÑ-"}êÎÜû@9³àÉ‘Žá¡Mšõš¶[ëørûä^‘ÃÂ;~R «ò}·%¢†7jÒ\}šˆ¤¹W†ÆD5jÒ¤^Xë W^¶dë´>Í"›ôÞœ¬µUï| ¤¼~{”wÕÍBsþʘ~fcŸï외}@˘•÷ÎŽVÎßéþåÑ“Ùw׸†6ûlÝÁ¿ÇzgÞZéÓjÄäû;ÊRÀ9zÒ‰>vD”¸Õ·Í”Þw–+—ÚíýÍ¡£žÙw×yE˜Ö~­îò…݄û;{ÞÙ6`¯¶–ï«?ëälϤ[tYsïìWZ+o·i?YŠÏž9]¼ŒÚôo]º/8·¢ŽMîýíÞ-Æ÷N\£œ0dò‰™¾Dd1\K«T6jü²ZÄäL뻫–ÜʺÐÞˆ<:ÌËü<Œ¨8&tò'"K÷¾¬|ìü^Ddå3@’5Yµ þ¹Éûô]“œ¥ò™‚ç·‰Šcr^{"²ôè+É«œóÓ‹xvœG´]³…óÚ»‘{ûyYƒ"ˆ¾ÒS¹VsãÒ¾ŒÙ@DDæ¼—·cÄø¨­¢d«T‘€˜¬ú8™¯HΙà¥çÓ~¯¤¨!"bD¯N+ÊX W·ozï½Ò§¶+{.¶õ.¹ñÕ«ÒÚ=tU®•‚ãþ:vÒň_b¾µ€)[«Þ¸7Y^#W^ÑuäÅÇÅ·÷2nÿóãŽDô•¯xâûD”¼’Øç«ŠZ]ªDáQSLDqFê/9ÊWÃk¯SsÒS·Ô÷z­ Á½I@LV^m†loS2Mì›m>q±ÄÌœì,ýÓ¥ôc â™ë&é[ÊÔ¡åž Åsgfi6»Ëì?º¼:Gkåíèð¢€ú´°Zвÿ¼îª #ཀ]“ {؈I0tÇñyŒBQüžØÔÔTô ”…B¡à󎫔ˌ˜ƒyÊÆã¹;Yeee£+àµdee{8[³l¥|G&Þ†ÂÈȸK¤ßÿöŸ“Êåö¶6ªÿ¨ gù,-}ç‘ØQ=›ÈdÒÊXb …P(¬çï*™l>ïQ†‚åÐ' ŸÇ¸9YîQË˱°°1 2†aXŽ­çïäÆãñ*é?¬À‡„ã8–eå2Y%e$b ŽT"‘J$è0x b1 €˜@L &”¶ñ³°+ìÝ>~ƒ.Ïkbaiu¯HQá… jÂBÀ€ìJÌ1±‰¹tjñ–oPC®T#qS7c~…Œ&Þ%ŽÍß™Vh,néììììììXÝ\–{ÑÝÆ:bâ¹ì»[½m­;Ìú[½|?Çšu—”¨ä÷Ô|ó½XYÚ¸^Õ¨n+¶qnÜWו…Ñó€Ñ$¼ Óvå³\þÝ1Žã‰hnüþÕëý14 Íª~O·ÿdÉž©­ÔËÏ9}‘ob«>GQtÿT¶$¤S@Ö½‰+÷ÅŽûuï'Õ®Çkÿ.uUaô<`4 =DÔú¯gΜ>sæôgöfDÐÿ3VúøŠÜïø’ÏJ”wrrªn%RŸ“ÿl=GÔÞ¥šÓÈvõÜõkߨýçñÆnªc‚míìíì«_É—© £ç1 ï‡[îQ¤ƒ¥±‘‘±‘‘€!IVl׿ӛµ“å_™|î)qŠìÔÔÔ,9ÇÉ3SSSs¯|=ú³Ógˆ¨·“ÙÕ-7¾Yºíâé5óîþºø²ª@ØÏ»ÏŸÿ÷üù ÁfBUaô< &á=pñø"šØ¤ž@`pèNJ¤¾;'{õ¿°}ã7>â }'È8JÜØÓ? ðb®ôúÏý‚“‹äê5ÜÝô@`âa!Ú¿siçæau#?–úD}ÿ[¤ª€uM7OwWõÂèyÐ÷&ÁP ‰»?äÕ9›®¥('¦ÇÞ›NDDÞ}æ(ß‘3úDÎè’5´ÚADDSvþ3¥´Õ© `4 €˜@L &“ˆI€·Œã¸w“ Ãcg€a y<¹\Î0Ì;ŽI±•µD*…åk @Åe$Ÿ/‰ž>y,¶².O=ðõµ‚‚.ü{®~X¸ƒ£“@€ï+€wŒã8…\žúðþÅÿbëÕ{Ç1ikgRûj|Ü©ÇËÿ*0@ù1 #‹CBêØÚÙ¿ã˜$"G'gG'gìøÀஈIÄ$b1 €˜@L &“ˆIÄ$ &“ïILZXŠ-,ÅV6N®¾Í:öûýtjyêÑœ?gÎÜ9sæT·êjªA1À~04oï¿(¯ûeeú½¸e V mðÙñk£ëØVTÍóæÏ'¢I“&N·®[·Vë|¹”ˆ eo€ýPG“Jݺvü͜ûW´¸ï2åLVöì‡ÑŸyÖ°²¶÷^¸#A9?ní„б¥•} φu.QU⎩¶b±GËѤ¬jЦ>€“ܙط­›“½­“GtŸ‰w äêe¶LûÔµºwx—i…šíÔÕ¤âegôq©îàV{ÖÞDôW KñêGyD”}o±…¥8°ç>"0`à€_Ypz_GÛfß_+½y¯®B5ûŒ~^Îö.>ó÷ÞþqDgW;ßð…‡Sß ÙÊùïÑÀàÃI%»zˆ(7eòÏ­}[N_·Ï)ºÿœ93¢]Îê×tmju¿:9×û§U«¿Ÿ9¦‘‡‘z w÷ÎjØÿg›ÆÃb,vñTã¶uëÖª¦7tï°lçYï~3fð=·kE»îÕkX%k8áóúOoëßef u5IiAŠÏÄ1] 2ï->‚ˆZ.ìID«æ]%¢‹ßn ¢ókÝð)q6³~üyxÃê¥6¯Ä*Tæ>ôž<¾KÎÓ›³? _ŸW÷ÛIÝsžÜZ0hÄ4[}¼«ÞoP“”””ŸŸ¿fåò%ËVd¤§é*w`ïîOûÈÍÉ~ƒu(+9ÙYDÄÊž‹m½¾evÆ}"ò²µ~&cÕ ×›}öø—ƒ]¶<´jííå×¼K¿–VªzLyŒ‘ÿ+§æXòÍú•Üm¬Óåì´ ;JÛúð„¶Yi‰ª’wžgØ1ÊùvYiwJ´VW“”ËÆ=M÷I-¬‰x9ÙÄÉÛº:ŸW>y°·¡sÍûÆ=½÷'ój“”Ó'RŸ×5–¥y%WñbþOÒ¼$–VÎDtáqšŸ)Oli;(ózÍÖÑoUGNNö‰£Gڴ飼@jÊÃ5«WW̽ÉÇRo&$deeQçn=ô”|zn6UsîWœÒDD4mã_õÌEÊ9æ5]ˆhå…3m¶ì¿rûÎ?¿Ì[µrwzêqU ¢‹··ï¼6¶oˆõ›>7 "ŽHõ[ãAmMRò4æ™KDÄæöi²àҘݣoÊëMžÊèX§*#KUr/ø˜T÷’ýL/fߤÙe°cë_8‹à=2ŒØRìàèä\žz* &Óž?»r9.(¨¶‰©)ÇqééÖ66šÅ¶nÛ’~ïÒ’ùˆ1úú×â—þæ·­Ño×ýUËwMîÛŒ_ðüÒÉw¢¾ßëiÑã«¥5ª]«NýÇû·Æ¥>Q¯g×™_›Öï=ªUTµ3ÿtñ²$¢šFüÅ‚ß6ùØxvjJDÓ"ì¿:ý¤÷·«:3»‰È>|Šz ½¿]Õ…·‡ˆ¬üGi¶SW“tm¾ßðïx b~ø1¢…ý¼ÊÒcú›÷f^·ÙZûM]dT œfðþ‰DEÉÅØóB¡ÐÖÎþ]Æäµ«WCj×36625¯&Fû€jÀÀÁf–6^¡mƛۧ^ñÛ\;­;>wʘ_vì5øcK[ßàÐOC¬‰Hô$vÑ´ Ïs¤V.¾Ã¯Q¯Çܥ͑#?„6ûêó¦­Í/iåb¶zlç>?íùnäSÛîÊË}ï-{n ùçÚiSÈ,¢ãe«>S¯a¨àôW+.ØûF®Ú6@³ºš¤‹‘8r²xÖí,›à™õ«‰ÊÒcú›÷f^·ÙD¤Ùoê´>×xˆ­­Ã#ÄÇÅ5kþæÏû+àÞäÎm["£ZšW3 …Þe¸Pu0 „¢-þÞ©kwÍGËxo²ÞéÊqDZ» Ç‘@ à8®<•TX¶éz­Õ ` ¯ßé €˜@L &“ˆIÄ;‚a‘+ä¬\Á¡#  8Žã1 Çç ø•ô¹DÄ$©Lšrÿá•«ñ™™è (dz°° ¬åæîfdd„˜„™B¡xöäYìš5oîææÁçóÑ' ŸL&»/ùä‰ãBßÕݽ2®ˆI0r¹<îâÍ[´t÷ðDo@Y…B/o@pöÔ©êŽffæ?`E/ƒà8.#3£¦«º^‹³K̬L™L^•c4 †‚a–eù|~9¿§ÞSçÎüѰɼG °,˱le´ £Iø@žj#& ÊÉÈÈÈÈÈxWkÇ‹®`X8ŽÃ‹®Uü"P"#£££‰èСCÖÖÖo¿=ï~4ia)nبqÆ j‡·ýßÅ´ ©³a£ÆÕ¶r–Ÿ3gî»êØŠê„ò{‡ïû82:::333333::úŒ) âE׳gNŸ={îèÊè ÝFWT…²çÍŸÿ{µÄ©Œ­jï/e4†„„ܼyóæÍ›!!!ÊȬŠ1©dòyaæaÍa™jÚÂR|xñ°è‘>ugî} ¦žGóÿÝ!,0¬IóÞÓwkŽÿ žéÚ¤Y¯i»_Lî•¡1Qš4©ÖzÕâ§3'æ¬×¨IãÖN¼òŠ"waß°ÎÓ¶îù¸­rTרIs"*|þÏÇQõÃ6¨ÕëäóBU ·OîÙ8< ¼Óá'%ƒMÛz57êòì& ¦^z±uÿsðV¢¶NëÓ,²IïÍɺڠ«c[DFùÕÿnßÃý ‡µjÑÔÏ»Îì)¯Õ¶}¯vBY^o€ª©ÄE@$õêÕkÕªU|>ŸÏç¯ZµªW¯^"‘Hϲ•Á€îM&mîØC™ÝÞß:ê™}wWÔˆiíw险g‘U;N=¶§ƒ{ÒÎÏwi¬bu—/ì&ÞÝÙóζ{_Ìü­K·àçVԱɽ¿Ý»ÅøÞ‰kˆ¨ÏüGRŸû˜ _ä )¤©:·Êi»rÇð&DÝÈR¬Õ­Œég6öðùΞ‰Û´ŒYyïlñÐy_ýY'g{&íآ˚{g¿RoŒÖõjn”ï°©I!ÓØY{yDñ³—Oü½ÄF ™|b¦/ýÐð#­mÐÚ‡;Ý¿W¾Ìñˆ86_½¤Où±>‘BÿLý–íÃ5/K)8î¯c']Œ^ù¶ÀÙǯÅ=p`÷Ò:‹ÿ~û½rfÛæs÷þ]Ø-ЄW¦šõÓº^­ÕoFhÇ©>Ÿpìa õÌ…%_Ð0úÛ ¯cѫӊ×mÛk‘Ëår¹ g&@•%‘)' Ö®];|øpGD,Ë.[¶làÀ¦¦¦o³=†so’×zâÖZ·¾ŸŸND‘b£ É9Dtwÿ¤ _Ó—^–S?$¢{§j>:ÊW<éÀ}"JÞ;Q5sbm»¯~+¾ù—ô_"'IHgÂ>ê2yþâœä—w1{ÌÝ?¹ÆÑ½°ÙxO¤ÅoœùÊW|ø¦M›‹ŠŠªî½I†o¾ô—®}çN¿¼èçe#bZ7^ëìàý Ño»¢!Û—÷ˆi6·ºWÓ! ÿ@‰G?ß¾ºgÇva «{G&ÚZüRêÎmWû ¯½NaÌIkDLÝRß‹c‹&õh÷LJ²ü¢~³6©×Ðmö^þ´ŽŸÈÏþ1aIÿȨˆ†Öf¦gN¼s]¿ÝÂ牤"·õ»‡¨Ê·9?9rAÒSiõ5»,ÑÍõêÚ(¾±Û¼ ‚¡ÿÑÆŽz¶]WÞ@ÙÛ¦Þ ê¯´k}ÝŸ›¨âTW±X¼k×®˜˜˜ààŽãlllvíÚ%‹ßò%‚IJJÊÏÏ_³rù’e+2Òu~lñÀÞÝŸö›“­ùÐŽ­EFµ°¶±y_ö+Ï$(åø”ˆ¯x)Wf¾ÃÆXXŠs²³pb‘D"ùcã†Ï‡ •I¥è €*èê•øˆ†MòórÕgfffÆÄt"¢]»vZYYéZö×uk;wé*Ö(`bjúÇú_;wÓòþМœìG´ißQW©)׬^]¿…§àù_uÛȰE¹äðÓŽ84 ì‰$±MTa%®–bñŽ;”ïäâPcÒÜqð¹3ƒ ¤1Jj JÄ$@Õ¾”˜#‹µÎGLB•{æLxD[>ÿ3JG²ééi±çÿ­W?ÔØÈ1 2>çèäR;>îbvV6‹7ò@ix<ž••UpHˆ­­±‰ b>h cddäåííR£†\.çX–aô èÁqÃã‰D"ÓÊÉHÄ$@`nnŽ~C°¢ “ˆIÄ$b1 €˜x›ÊÿE¯“ Ãcg€a y<¹\^Î/*©€˜[YK¤Pˆ¯LCÉH>_(=}òXle]žz*à[xj]ø÷\ý°pG'_ëïÇq ¹<õáý‹ÿÅÖ«öŽcÒÖÎ>8¤öÕø¸S'Žãê€!`F,‡„Ô±µ³Ç1IDŽNÎŽNÎØ+ðÁ;]“ˆIÄ$b1 €˜@L &“ˆI@L &“ˆIÄ$b1 €˜@L &1 €˜@L &“ˆIÄ$b1 €˜Ä$b1 €˜@L &“ˆIÄ$b1 ˆIÄ$b1 €˜@L &“ˆIÄ$ &“ˆIÄ$b1 €˜@L &“€˜@L &“ˆIÄ$b1 €˜@L &1 €˜@L &“ˆIÄ$b1 €˜Ä$b1 €˜@L &“ˆIÄ$b“ˆIÄ$b1 €˜@L &“ˆIÄ$ &“ˆIÄ$b1 €˜@L &“€˜@L &“ˆIÄ$b1 €˜@Lb1 €˜@L &“ˆIÄ$b1 €˜Ä$b1 €˜@L &“ˆIÄ$b“ˆIÄ$b1 €˜@L &“ˆI@L@ÕÄq\Ç$Ã0…èYø( "†a˜ ‹IK±øÁý{………,Ë¢àýGÊäò¢‚¢ÂK±U©åe¬×? 0þÒ%ÿÀÀje‰_ÃÄååç]¿r%¤NÝ ‹I±•u`PÐÛ·s²³Êþ’.€ÁÅ$ÃXXŠk‰­¬+,&‰Èξº}uô/Tx§+@¹G“7®¡³àãP«bb2¢aô&|`²³2+&&K­àÃ{“ˆIÄ$b1 €˜0LtT¬B!W(¨ |%5Çq Çã1|¾@Ϫ@‡ &ŠI¥ÒÔ””ëׯfef}ðËãñ,ªYøùû×tu¡CÊÒ!ˆI¨ÒãÈçÏŸÅ]ºØ,*ÊÕÝS øÀ¯{2©ô^rÒ?ÿœä ø®®n<>¢¿C“P¥Éò+qñÍZ´ôôôª Û+‰¼}ýùá¹Ó§ªW713G‡èïR£8…àÃÆ±\fV¦««[•Úê5jfegÉd2tH©‚˜€*a–e?ø—5‡P,˲ÚÞ¡ƒy-xѪ̰² ¼«S3Ñ!eïÄ$@éQz-áʳçO´>êPÝ1À/è .µUЦ#W~Ú|VβÄqGqDî3gH«÷kC“/3òú+ eTkÍ(ä8îúk×o\ ôFRê'W°‹ÿ<ýÝà–fÆF Ž‘³Är”S Ÿ³v?bàýÍÈ«|¾ À/0??O./ù^@àW+áÖµë7®úcL©Å”tO'kQ¾œkif|2þ”e$r’(˜µk½†˜€ª’‚znÅq—póeF&­Z}mì¸W¾¡†ajÍŸç1dH€o­7¯^K¸ü¾)õwÈ8vñî´5‡O¯\\-DZÉX’Ê9™‚dr*’Êx óÞÝEL”K¸yÏç+3òîš_îΘÙÌÝ]Äã)äråO¾Dr}ÆLŽã<‡õ÷ º~ãê•kqÁµê`LIDG+¶Ÿ?xþv‘T¡œ£ŒC–#9K –ä,£`)+;÷}Ü:| ªº7¯ñù¼¿ZùùywY›8ýÛúÖÖ"†a Že•£.#>ßÏOœ13iÅò¼¼œ@ÿZDÌŸ Z+L<¸¼}£ºµëÖ ¨×¼ëo—Ò+e”cŸè((’üaï·Ÿ|Ý»¥Úà›8"–c,I”›_ÄIsÝlµÖ»~F£àZuëÖ nøíúXÍ ÌO=ÒÄÁvâ–›MTâQ×Ë}Ož=nÕ:??/yݺĩÓjW«& RÈåDZJDZ¬a¼ˆî|;S¡`݇|\+dûÎ-õê„•¨íéÙ FÞØwìT¨³)=»vä×9\ëJÚ¨Êè²Ky–=â‡}¾îÎ1-üŒ„|"ª?`¹**Gÿ°›ˆø|æ£Pï ½›§eçi¶ùáÁ‘mæåœ>wÑ×B$˽õEDãöqK¢]TÌ»¿¿EØ€6kÎÛÑã¼`‹˜ †!¹\veÔס¶¶B†QÈåÅA¢ŒI…‚eYŽe…ç.—ßœ<űoïjæRm_éò}ïŸF¸«ÌH"²¯Õr\-"¢;ë†õ^}I!-ÊSXûukÿ:6D$ ÷Îê;wÏÕ‡rz-=8+Æ•ˆä7¾îýÅ߉ùf|Ö½ýÿ¶Î¬#ÍÖmh|†¼HböÍúíýkÛB§]HH™¸òptãÚžŽwç…¸Y.›ÐCÀ#ŸñÉHÈ7ðLŒ„æ¦F CéÙ «ùõâÁF½çk!""a5ßvro¹xɽ”æÜÙѬÁðÿ¸0®UÍwµ™ˆI€oÖá8Ç)ärå§Ð•ã-UL* 8Ž8N®P(XVë7Ÿ­MÍKô°Ôœ_£í·ÿ°'¢ìÛ›j6×?e­rþßñ'&xg'®vnðŬ˜CD´®]ô­ö¿ÝÜED)D´®m‡ã©g›{ï/—F£û§®ç=¶ñÐå /÷hÛØÜÔ$ñQžH@ ²EFÈ#¡€ŒŒÏñI( šÕ­|æÎÃçÎvbF㮞æÿ¿½»­ª¼ãþ¼sî½½ØÒ–Rla€e¡@¥@Á0TÀ16^ÔÜ¢ æ œÌ@X¦€ ¦cS'[2da`¦Û² E^:^4Œmœ‚àm-íhË9ÏÛþ8í¥ô¢dÐÞï'M{î¹÷9·ç—æ~ó;/}Nõ»-ñ0µï¢ÚOòiˆÉ¢ÍyóÃåsnâž"&ˆµÖKÑZc s앜¼ª§$„h­ŒÖ2ÚêM[ª9õÛ¹s7Ÿº¨Në.œ ¤!&×}5’š÷ˆqI¸æ¹¿üçÈ¿.§çÆ!kÞ-ïõÍI[!„tc•7½\+7ÿùƒó5ÅÓî½ä›3åõ1—RÆ(£„„§$­6„Q«(ašXb­¥‚3_ªhäúBgÁ´¼®ÿÉÓãW§°›v©b’‚ÖJ)ÕvLm!D+Õpñ*¥9Ù¤¡ÔÚCQZ+­)ƒÀo¶©¯ßßpâÂÊiÍÖÏœú­ùxÿááÙF–wKë—è¨DØêÄJø¹2ß“²v{é¾\¯aMâe-ßýF¤}—I,1„Hmm„f6ÐÕµŠ+˜:4âЈÃÂk,a$â9ŸTþ·ovZ³ßù¡¬”Mÿ,_ÞØWÿkcJVqâ5 _;P[\8|º8ú«ïDoÒ%§¸Ò’¤_L¤^sJ)cŒVš¢”RáM R&îÑJ­¦©VJJÙrkK^}ü¥¯->úqmø°òDéúg¬µç|Ý/7ÕZûÞ–E¤É4‰‰åUEY ^Þ.z¾ÎZûLAů ×|xøƒ–c[õ™ rMÏ/˜ð@aïmo•:DõɈ]ª×ç*/WתËQš4~Y¥­ÖVã–šÝú§¿Þ7²³M-Ý8gÃŒ§OÖÖÚ æäS37ÎÝ´ôÊ÷É_–Í‘[ŠæoðýœÐM´› m|P4Æ(­¥õRzŒ]5&< Ûø9B(ÕZI¥d [n3kìªÝ/l^>wüÇ>'Ú¿°ÉZ»íùùsGf䤘´‚ß'6ÝB¸<ÇÛÿÆÂü_ÔÅÒ÷Ë?ÝúìÐG~³óø¼EÃ^Už úŒùÞö¼–co`A:âáÉùr»¯ýù¾ñc åf;]5qXOÁ‰`ÔáD0*8ŒpFê.«Óÿ®Ú¶ëoñ¨;}Ü foš;ùÅÖ)+f®ªª2Æ0Æç"ÌÆð›ãh¥<Ïãœ#&nÅî©ýæIJ9dp~Ù¡{÷•Ž)ëycŒ±Æk­ÑZ+¥vïÚíyÞ=ãî‘R:ŽÓµ Ò>jüI)eŒõÍŽk­-ã”Î9cìÊÓ„†k0‘À­ íc¬­­­«««¯¯ï“Û÷ø?Ž¿ñÆVmŒÕFÛ†¬ÔF[c{õÌ5bÔÅ‹}ßÅb)))]µ ‰IÏó\×müEºáöS­­µœó†ã­œ‡éníŒÇ¨“1Ùîm‚±XÌu]Ïó\×+YH)ƒ@)m¬!„0Ê„àŽëºŽãy‘X,F…¶3tµäÆLËF Âó¼ö{×NZ(Ä$$QN¶ó<ç<Çãñwc¶k“ùh-cìÒ¥ΓèO+ÕÖ‰@1 pe455µ¼¢²gVVòìuå§•Ý»§3ÊPk1 I3‘?t衃F.ÊÌìÁïÚû«•®¨(?räðð‚·µó…(bà ÆYvv¯!ùùÇŽ½WS]“˜å£Ëî/ciiiC† ÎLψD£(È5 ‚˜€¤F)u=¯ÿwäææ*)µ”Ò.¼¿ÖZƨãz‘HéHA“DGu@A®»E “ˆIÄ$b1 €˜@Lt•˜l˜VZí&“­Çd…h%&)¥ˆI€6»IÎ9 Ð’àœ'bòü¹P€«bRAY²h!ÊЭ¨¨‚ ß÷}ß—•RJ)cŒ1ÆZ‹2@×ODJÃËZ…B×u]×BÛˆRÊ9wG)¥µ31 I“aR†ÇY…Žãüˆ™ÿ˜ endstream endobj 686 0 obj << /D [684 0 R /XYZ 56.693 815.761 null] >> endobj 191 0 obj << /D [684 0 R /XYZ 56.693 759.068 null] >> endobj 687 0 obj << /D [684 0 R /XYZ 56.693 739.087 null] >> endobj 392 0 obj << /D [684 0 R /XYZ 56.693 375.336 null] >> endobj 688 0 obj << /D [684 0 R /XYZ 56.693 355.466 null] >> endobj 683 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im33 672 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 692 0 obj << /Length 364 /Filter /FlateDecode >> stream xÚRËn‚@Ýów Æ;o¦;Mi›41e§.@‰€)HLüú[clÒv3wçžsrÏ d€ðäÌBgò( 1Š)7 Qj„ ,ÜYZµ‡SZo£*‰=†n»Þz>“èn–\‹zØ'Qã­ÂKëSJŒ”Có[Ôò¢müéîï«´ºzõ¸t÷Õ‘emuÀæ˜Ö»SÚfÞz¤XŠw…fDSnYúnέ¸“¡Ùµ8¡óáP‹A  Q†ƒ6”(d°.Å !±oÖ &€c,AR$Œ+»/àÝ™;8Nê·õ¬ AÅ@j«é¿Ýtk!'²?rœ¯'Ï%p¿·âóéý‘ß¿èÃÔì"L& Ñ(@0J¨ø¦msô(ºÑ¶“Kǧuœæ‡¦-³tȹê§ÿ%~õU|Ž„*>3$à|dã¼HºÎž’黑ûߪ×õV°ÏCøk®Ÿ‚â³Ê endstream endobj 691 0 obj << /Type /Page /Contents 692 0 R /Resources 690 0 R /MediaBox [0 0 595.276 841.89] /Parent 668 0 R >> endobj 673 0 obj << /Type /XObject /Subtype /Image /Width 618 /Height 424 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 695 0 R /Length 25357 /Filter /FlateDecode >> stream xÚìXG‡QcA°Æ‚ôª‚Ý5&FÅ»&~ÆÄ^b¯Øb7vcG$*EÀ.6ì"pôÞ›½H/~ÿ»…õ¼æ!”ßïyŸdnnvnvoo^fo…ׯy)ç§ŒŸÒÒÒ’’’ââ⢢¢B~ òA¤„”Ǹ$H*$!’?2®|]V¬7cæåå½zõ*''';;; AAjAHy$>ÒI1© CY ª“ñ&™—‘&u’‘‘‘–––’’Âår“Aä«ÉŽ”Gâ#ý‘’‡ ”Q'³ädÖ›Ô833“¶¥N’’’âããccccbb¢£££Aä+ iŽdGÊ#ñ‘þH‚¤B"i‘Y‡2‹PF ìª“êɰ¤ZjLþMHH N"##ƒƒüAä+ iŽdGÊ#ñ‘þH‚¤B"i‘äHŠdʬ@…Ô™ššJÂ%óFDD ž¶¨…LI£¤B"i‘ä($PZ„Òš”Qgbb"-]‡ü¹kÔÚ+W=Ó€ZITH %-’’.IšÌ×ùùù999´2%½2êd¶=~'ž8r%`õ¢ù †èÏû¡ó¬þßþѧåÂQ=·¼À< |z¶] Ýl,jP­ÝS ¢OHHÉ‘I¢$]’4™›li)š™™™œœLëSFGoŇ®¯þ믙=U¬æôŒ<>>Éfvªã¢ §Åþ'f¬ÖiÖÀŽû.<ã5»qäF³ ð±ùÛ.dÉI/–¨5«æVäSF ´%E’(I—$Mæßu2 Ï„„„ˆˆæ‚íçXbzw•3 ¿Kwú«üæ‚èýŒ+½ùW’Ýâò§{Ê}ÿ{qrþ¯]šNšù—ißþ“ç­e6>*d·ÅÇ=Ij»/EHºîJOQjF«³Ù“´øüùsR$‰’Y~2ÿD%++‹ËåÆÄÄ ž¶ÎÒ%ñІݕsœ×—ß^^~kIéU~–‹}öŒˆÙÞõú̶åŽÓrÝ,½m6ÍèÓòŒõ©ŸFŒ\±ÿ»!,#VØ÷ú>|ïÞ~BˆöÿA:dŸÃS¦·É‡«9ªtH‰‘+í'o½»Ñ1ò=:YwÀyÌ*^'ë.Eá,_ëÏã¶] e? ba\I…¶"Í1 ¨ÀÂÖmE¬µö'9zyy“(I—Ì·Ÿ´ÍÈÈHJJŠŒŒdìyðz4Ãì¸×7•¿8Zî¶ÿõ‹£Üã#oÍPMÛ¡{rXƒÔ:·þP/ñ8fµá׃{6ü4bÔÂmÖì†0ÐÙÈü>«øç÷ÇïñbRá=z[tøñ…;þ„úgÎüêt.ÈÞ‹O'ìðcz‹¼w{Òá€÷ÕÇ;¤”Ò’â舘õ[¯npŒj¶ÿj””NÖpÞþ$1·¸Œ:Ù¾ñâZ§HY^ZzŸ|26œ$Á1Ê‹MÉ =E¢¤fÔXÒVT8y7ž¬ÚŠ÷yáÛÓÝÝ–Ÿ$JÒ%I“Ô™››Ë\¶ cì¹ÿZÃÒ?§ßÛ9ñuø­×ANåWgeîÒ{4«¥Ç¶ö㛹/hãô¿¶ñ§&øÚYL9pæêìV°°S}iiáâµµBÏî<û`’…Ó¨•¶#VÚOØì¼Ú6ŒÝŠi Zt%Õ¬¶|±û¼+A¡Î%u²åă‰ëèá¨Õ“·Ü;ìµ;7úåRWÅeåEyI#VßØÇ¯ßw%xñ?·Æ­±±ÂnüÆë²ŒŠî½4o×õ±«ìF®r˜¶óÁ¶+‘‚£ZuèÎ/«íF¯¹´À*X–²/·ëܳ“÷_RáUZÈèõÞtxà6½ÖÔ£þ{¯Dî»ú×ÞÛã×^¹Ân܆ë‹-ØNòËx¿jìˆëÊS;¥¶”½O±»#ö IêD–w€M6A²Û“KÙŠ9o¥lÅ›øö|òä ‡Ã!Q2oI999©©©qqq´&eìI†­§îÍê­šïv¼üúܼ}n‹Úïø±ño† ß}c=¥Ýù¹ÝíÃ}f9wÆ/#§ÎÞvÁ›ÝvªO).‹yâ"(šíV÷çZ…Ťæ–”•–”ÄÇ&îùçê*›PIËIÁ5—ôRÊ›ŽßÿË)$6³°´¼¼0¿ *:‰¦hç‡*ÿs)ì—•/‹ËŠ R¶½¢ ­¶;,² ýçRÐﮞž˜’Çû§^Ü—)ã7^{ç¨ö\ œ¾áæ%_nvaiqaa€oÈœ 7ÿ¾Á¶Ù}/&½ ´àUŽíÙkó-ƒ$Pô_f3bÅEÞ/Û,+%1½éÐ%6«¨,òÎíɇ¼gn¸båÿ2—7à”ä”ÿÎ9ÿИéá?—B¤·”½O¡Ý{Ð$½Ü;÷†-ü;yXŠ^³ô 5Úêˆs¬XíR%=%´ÁØóáÇžžž$JÒ%I“ù ðÌ—žŒ=÷\Ž`Y¾xÉÊZæ\üÃþ¬MÏ-øîÁÎßvO꺸gý£Û]9>êÑ™3Gwþ>gvÿŸ~Ü‚T—ÞÏ(-ÉŸ³æV¶Y?[vÖÇêÊ‹CŽžV·ƒsKËó³#G­½+I|+NyÐj®bŠæ¯ì¨¦ªö»Ò6³¤¬8?åëGïÞI³w9o¿»3yw’|ŒÛáµ|›ã~¾L¹Á¡û/¸]p_¸ïö;GµôoÇÃyT|èuò!— i¿üíÆ¶‰õô;|#Š Ey/G­¾!v„b)vÞ Þåå¢üäQkn°õiaaûmÜÙ¸ÍÚâ¸ÇŸ·‚ð:yÅûfp^yyÙ‘­u3 xÅ'±-eïSÒîˆ?h^nôŠwì; [íC„ìyèF4‹=©±ÐV‚ÍÕÉÔ mE0ötqqñðð Q2_}2<%999::: €±'m+Èâ9³ftk¼´wƒK+z¼aø‘IÆG&™NÕ—ÿoœêü©CÃ_\{tÏÉË÷ùw?ý,´!ì¤JÓ{FIY¤ËV+ÇÌ9›Uüæoý¼½†â‰o¹ÍÛ^|kYºä¸»PIJ@'ÿ[gÿ £¸¬´ð¹OÔ¥{¾ö^Zq6Pp-Få….Ž+ ²íá›3·ßH..+)Ξ°Êq n§úÙ«íæýë:ïŸ[Bû(vTcVÚf•ò¶š¶âÂÈ•Nü/+ F¬|s{Ö;zÈÿ{ e’F(öV^/°;{mö‰7«¿%ëìæüëú×éqÀ‚ ½zsÒ!ÁRŸ’ZÊÞ§¤Ýa~:h’:½ÚNú¾À°/8A{ }Fí¹]d+ÁfB×l·"{Þ½{×ÝÝDIº$i2… QQQþþþŒ=ÿ¶ bÝÁ«S ëúŸ^xsQ½ÓzÍ0m¾¤{ÃM£t6¯šäûèð±Cc&Oðó0Ñ A-‡TÍWØ®~’UZüŠ´Ç­´MäßµbcÿtÝñûL™/>›Rþ_ÿùe…ͨUWØö‚½‘—÷z«FØžâ;Ù|Áoìºk;/z_|šWZ\6rÕ•å'_¬?þ€aÙñgcÖ\Ï++šÛoº4rEÅœ?gµíÜ#®sw; í£ØQ±öüu¥ÍÈ•—*ì¹â¢¤‘‹¡ØCºþăµGḭ̂¸8ó_ŽÐ‹2-I÷éü[[=¤#¼þøýuÇ,?üd•À LcI-eïSÒîŒwÐ$u²ò Gú¾À°Ó1LÈž[lƒY„ìI…¶bÛˆ^¹ÝÂÿm ‚[Œ=ïÜ¹ãææF¢$]2öÌÌÌ|ùòedd¤ŸŸcOÁa°LíÖìÁ¾™ÏÿwyÓ”‹&ý>aèúåsÝ»äè9x¸ùo+lº(vCP›˜HmÆ®»•SZÎΫVÙÅñ¦PÇËî§îÇ3/ꧬ¶óÉ/¥òUû'G§±í©·_VÚ&ó%{î¢ÛNë'KŽyJš´%u2uû]ŽOøIÇç»/¸»¤•–äXé@=/?áÁ°îèõ?Î%ñnv÷úÛêÉßgï² §‡1î#WÛ﮸¹ÏÆõüÓrÁ;Gµ`³Ãáˆ|æÊ퉊+·/Æn~*iä’F(îÚ.?åµþ\ h=S³x›ÓN_ÞÒôÈÈC¶®¼oúrý¯ºL9ì#ÔXRKÙû”´; ÿv=h’:½ñ–ô}€a÷¥pÙ¿÷¤Æb·’~×»!hO%é’¤™É=7Ù‰2lPŸmsGøÞ8æsõÈ‹+G8÷mü½øsü‚¼ÿ˜?ïÇÑ,ÎùŠÝÔfÞºª¹Ýqýólöáê]fH|URZ\øüñs_¾ì¨~ÍQ—™Vþ/_•æ?{äñ憛 åûn­º“QÀkY=jÍ-I“¶¤N¦m¾âžž™_R^^–‘édï<ó°—à€ÿXkï^D-·:L?äºø_·±+íi]\VZôÇjû)ë¯Ùz$¥å•ÐcîË”_,®¾sTÎs¦ZܸäËÍ)*-.* ô ™cq}õù@I#çߺ JjýÆ þ3,.z“UD+ñ‚ü‚°ðøãGoÏ?í'ÔXRKÙû”´;Ïûüj!|Ð$u2aÃeéûÃ?—#d¿ç–KÚŠ ëÏ¢ÿb…ÝŠ`ìyûömWWWéöÜx!Pˆ™¬&þú«“Íѽ›ÛXîõ{q×ßוÔyÁÁÆêÂYo·AÃͧ-ûGtC˜é”)/Ùá$øpõ‘{ãVÛ\i?u×ÓÉ«íÞÔuá×_üu×ÁöIJ½Îcù-G­qíÿ­Î%tBz³Š×Ãèµ—fò0 ”žcå_Qs>`ÜJjo¿ú\À†sœ?w\»š×à‹+2ŽjÃ9ïß·^½²â—¬: }äï¡Ð1‘VÞoî.çqk.2ÿdâæóNùŠo,¡¥ì}JÚñMB'ïÜwˆ}W#eÿm ÔXh«5gý˜T`ak„¶"d·§Å¹!þÜr~èè1SÿýGó‘C† ܼm©sÛžƒÍG9zà0óÁ#ƈn|pv8†ÿs…§Â™{Ÿ,;Í =Å[B^‰¤ÆÕÙŠÝžëÿóåw‹3“—î¥ÂÔe{Çÿú+Ù“þKeª™±îÄüÝWÄn|ph ÉüNZ)PjVý­d·çZk?),;ö컟~f ²ôÆÀÇ€Vˆ‡oÆJáÞ/:ø [ÉjÏ5g}@ÈbÏsgKÿ¨mßiOÞ?ÂJKáçã {°'{°'{°'ì Àž_7w]ýæl³¶ð8ø ˜/>AÇ“Ž*N-ìùµòÌ3xòZëŽû§ñŽ®‰ úБ<èè3qõÙÛžãÀž_%s·Ùï¶çœ½gå > tTçlµÃ ø¨ö ô¿êäpÎê4ødœ?kyõ’Ãè¿N¼yøF4ø°ÐQ¥c‹³Zðd£y ù¤×¨ñÔ´ƒS{_ý½þìö  q´³‰ŽŠÈÍÍÉË{> t´é˜]r|Í¡««\:¶8«O6G» mÎÕ„cR£ÆSÓNí|µ÷Ú†äõyíI?±ø%%ƃOÏ„åÇË:¶8Á¡ù%;Œç‹88µgðÕÙkZ~^{Ò*8>.&1!|z¦®<^ZZZ‚|„бŠ&}ÌéÃŽñ|§ö ¾š{ýyíyÎêtB|,ø,L_}¼¤¸¸¸¨|pèØâ¢¦}ØkÔx¾è™°vNã´×ŸÝžñ±Ñà³0s݉ÒgQ!øàбŠ&DMû°×¨ñ|Ñ3aíœÆk‚=ãb¢Àga¶Å‰¢¢¢ÂÂ!äää )ztûy'Ú@:k×®aËÔMU7KÅø1í;ûƒôùQ‡MÇ'˜5íÃ^£ÆóEÏ„µs¯ öŒ‰ŽŸ…›xö, ©Š)Ä?ÛÚ@eTAÃnþó1úü¨/AÇ'˜5íÃ^£ÆóEÏ„µs¯ öŒŽŠ…¦2жf{M³m—ž‹m#…… °eꦪ›@Oë×FC˸njÏ8Iüµå¹3?/O:øL!/7UNþ¡JÁ2.oœÚṲ̂ºÆ Û`ª±Ú‡·N4002ê&Ú²{“ö­4WÙ…\´˜ÒË̸µZ§ÕC™YÉ®Ót522ÔÒéuÔ-NÒXRBÏ©73vOÉ¢òññú¬½+©“œT¯YÃ{tÒ5 Õ´ù W±û"iØéÑ7†uÓÔ3ÐÓì6ìftš¤½…Ž­Ø³ZìC¡ú7翎fí;/{|'!öÃ.ºïÁ©@ÆñèTÆØlê猇Ý&Soµut´:u³ÖYÒ¶ûVÿ½¿§»éŽ;Lùòî&štx;k/Øí$ù-¨ÚÉ/ŠØ™ÿ«š`Ϩˆ0Qh™‚çååß(ÿ(¶ØÍ?!Á!bë(Èû„†V§‡Çòm' Éž¯„ໃW¸´ qëéB•‚e*üï‚^úí¯¯ô½ô–¿õà·Ü« ¨:ý¼7•½v×WÈ4ØßCm÷Ó*pƒÎ6T/:$RCŸ¡¶L¥×áÑ-{¯¼0³¹Áì¬W;9ا倭7˜rBXŠ”ŠVn1PoÍÛAß³cU 6IÙk!èØ¾ó´dŠž®l»ÍüúÊ?|'!öÃþQ?ª´›RúÿÄãyÁôjRïŸ;ž¼r˜ÿÍk/jÎtWÕ#¹²CÓSžþTxzzJÓŽ#ïq¨êsktǦÓ,“ÿêA–W© öŒ …ö‘)D„úÈÉת,SÁrÉScýÖ-ÚÏý÷>ÕhÊÿéE[W×P´eý¶êç}p|ñènÆz-U¿ü!Ó ˜silo]]N]w\qÒÁ t5Zuîmù̇­<0ó'CÝA;n‹n>ÌĀɀ?%õ/½±;H„úÝœöC—öµhy>xî%Iÿ·hh«VtuµÍ†Ÿ=È«wœ,ÈÏ•›+½¢ŽF ù:MŽø$°•‚ Ø7;‡_Î’“«#SËœô·Ë[©ÖU0¨ŒšzkÑ!‰Ž“ØÒ¯e£íoŧIéDUQ!4=KRo‚#­¤m£3²yÿ@:#R^QYÊ^ AÇVÊY-zK>ÿ9ròu¿‚“ûa—ýã)öè~ö£ŽšÚšžs÷ÚM9¹‚SA•ÆÃâ÷ø€j½ë¾TÞ5ü[³…>Ù`”ì=ý…*E߱÷·ªs`5ßÙ°ÀÍU†0å_ÕýuÏ“mù·¨‘ú¯U=ùEóÕyºÚ3˜–þO75P-ØOÀ³“½;·ì¬k0xæA¶òYöú³Û“ r¯&õ6Ý|J…›ûǰ Ø‚`™×/o¡J±-Ë« Uú®¶fÊ7Ï]’ùÞk¼§þª¤¹X´±›ØlÙ¢[‹^KN2ågwÝÅoëëáôà9|ž;Ñ\ô ï: Þž úб=àkTú[œcʶß©­}‹%Õ|é'!öÃ.ûÇSìp‰¦ÒðŠÊŸ›u^(º¹àTP¥ñ¼õIÑÁè÷Ol—4iñý#~oŸf0»N8øó O/®©×¤‡¤·CöÙì}æÀê½³î7ç¨wßÃVÞ=4®Iûá×Ü^P™ãvÙ¼}“ñ‡oUõä{œ}_\oÖ Ýú®ª?¸-´ÉRM%æÍº±çgYl{ýÙíéïË…ö‚-ß=2¢q›ñT¸½ofû­ô Œ†Ï=È6lÉ–÷Oì©Þ¾“¶Ž¾`¥Ø–‚eoWÛѽt¾ÕÐÔÔèðÝ/»E‡´gZ=íŽêº½ç*ÚØÍ?l¶ÌqwœØß°m§ÎÚZýi+v[?ïÇ= ´4µ´:¶k?n…µèAÞwøÏžÙYàƒCÇVô€{»ÚŒí«ß¾“FçNßê÷e÷ÌCô-–Tó¥Ÿl„Ø»ìO±À÷}¯ÿmgMöúýO=pÝ\p*qôôÚÄãÞáÔ4tôMß-ãñ‘q¯?»=©Ÿ/:°_ÊPeäп<{ædgƒÛ¯ìl©>Õü°ð`uÆS£S“ßÙÊJ·<^|­çóg·§/Çë‹€>/_ÊPeäèqž=³³²À‡ŽíWv¶TŸj~Ø?ø°:ã©QƒùÒßÙ/w¯?»=}¼=ÁgáÔIfí™>8tlq‚ QÓ>ì5j<_ôLX;§ñš`OŽ× ðY°² °çGµ'N0Ñó ãùRNí|uöú³Û|F ¹gO@mãüYËk—C‚>=_#Ÿ50ÝÇç‚ÔÂäçåø9ÚÙD†‡~{b²ðÀM~IkÏëW.Áž€ŒdefÄÇÅœ?k {²“+ýž"Ø€=Ø€=Øö{ž`ÏnO¹·c´úñÇ>&«V®$DÇPýž?T?ïð‡¥:ÃþH» °§,Ó¯¥åi'·Ø}LD'|楫ßó‡êçƒ*#5ã öÀžŸÑžÑQ‘ q/Ó9§&SÖoçèÙmZËÉ)¬¿N嬴°M3†µWmR§N½6Z=Ö[¹2=d¦®™öc¥F uêµÓí):«‹–Ùˆ6ÈxùbÞ¨ÞÍիרy¯‘s¼^¦ ¶9½tlË&õ*wX~ÞOºJdiì8[·cëuê6ìÜuð)÷˜w®Í™JI‡¢âETm¨È¬â™«%£Ô×kª®³ö¼Çæ_(7¨Û´¥öz‡@Ù‡-i¨°'ö¬9Wn÷ mGÒüsÃpªé2ß‘iyjØ·ô°×”…;wnŸ1˜¬ª¸/(ê nKõí~øã؉cëf”nOZd ®vEèÛ’Ê=æmß± ZöÝ/ØF{Âê›&Q¡¾RYì)½}„óöÍ;÷Ú¿góšùÍêÈ7RŸ,va(:`I‡‚iÙªÿŒ£'Ž¿úfã–Ø2‘_”ï²mÑ0)‹8ÑK:Ïž’†*iØÌ{ 5“¤„ø¨Èˆ‹¶çIR5ÓžW/9†…ÇÅD¥¥¥fgeÊò½§Ë†~Tèkqž=3E“ÊSNsx·Ê¤GmŸ3F£e39ù†ÍZté7tÏCž‹3SüVLÔJ©¡¼Â›»†Î/ë Ü n#5óy„fø[ë~QkÂskCÕqbïš;²mZ·Rϳ…îú°öäXþÕ©yƒ:ß( ™s¸_÷b¡è€%ŠgOICÅ•[ÀJ~~¹‰$U3íI«ãØèhjƒw @Í!7'«  Ÿ$U3íyöô Z#‹]uŸ‘’’b±7äÔ{â={ž`OØì {°'{°'ì ö„=A $5•›”Gg5¼“ø¸š1R¸É’~çì j/“ž~˜›› {‚ÚIZ*×ÃÃmËF‹çn®q±ôSe<H'6&æéãG4o„äÞ ’˜·wÏN/ϯAª’ð°Ð}ÿì*--…=A-$>.fù’E´êÄT€ H•BÞ¤Ù£¼¼öµ:“—.^©Aª†f±’‚=ì‰ {~Mpv65Ð30ÔÕélØgØÑGQ5m„ÕùóÖ«V®[†==aÏ÷&âöJå#ï'1#Ý.m´òûšì)¸­ìý¤¥eÀž‚Àž°§$¶k²Æ+V´žquh×κúº»½ñ’µ£Åd3ãö­:¯¸ào»nrOS£ÖjWÚÈØ€sè]»t1Ò×í¤ÓûÈã(Á­z™·Sï´ì|…»“C¾×i£md2|‘µ¨õ¨ÆjþÐ.†Úmu¾w M’Ô¹ÍϽ©¥¡QWÁ2Ï §|ßÅÐÈPS»ç‘'oFb¹hDWßx‰ì‰ ì {ÍêÈÇ¥‹ù›ô›³ò¢‚÷™1Íõ7°r™vÆ•w)g·‚¢Ê¯Ö/¨ë±£¾Ò¤„…WÜ¡êuª¡Údv«ßþóâoµ·¾R¦rså¼,Ljµ'ó,ÇjlsýMÒ;»öü§»Ú·¼÷=Ñϲa‹qlƒñ–Ï¥ŒŠ…, {"{Öf{Ægˆ±§Š¢B$ÿêeVZ˜¼¢+:ô¼rVÊÛå:26ˆ¼}hH/#m]}²œ|=á­²ÓÙ–‚kÏÊgÃIÓÒ;kOÕº •QSoÍ6ˆ©üYB쨰öDö„=‰®Ü È+\ОҿO|gƒMê~Ât+}+ÁÈhOÙ;'”åƒRÒeü’T–/LaOA`ÏÚC¸ó2å#„T|uóâêfþ]C›õ›ÿû4j=NYoDzgÛzunF'SáÁ¾Ÿ¥oµE¿ùfV¿ˆµgųÖã›ëo–Ò9Y8,5C´¼ËTmðî»_˜ºxž‚Àž°g•ð¶ÝñCW==C=]-£¾ÃOðo¡á†_þ¹‹†®¾®F—Ÿïª¦=Ÿü3½­Ú·Æ&&¿¬´‘¾Ur¨CíÖ:F]Ì¥Þ5ÔZû;ö®!±Ÿÿc@ æN!Árz“i:éêëéhþ4ݺªöÄ÷ž‚Àžøm _Õù7,ø÷ž‚Àž°'ì {"{ž¿©AØöµêo¬ÄÆÄ`@¤JÁßXøûžnÏžb*@¤JÁß÷µ™´Ô÷--‚èS€ AYV4cмTP{‚ZHvV櫜_Ž÷ÞÝ;—/Y´tñÍ4cøùpJŠ‹ÅN,°'¨%Гåååø¡Aw†æ š1 $M)°'PU`Oö`O¼G`OØì {€=aOðõaß»¥\e¾Qò=qb_Žm €=aOö`Oö„=Àž°'Øö{ž€ŒÕX{Z[žLNJÄ{ Fñ*7'??$U3íyõ’clL07o€š¡ÎW¹EE…ÑQ$©šiϨˆ°‹¶çi„ù%%ÅÀ祸¸¨ ?/*"ô¢í9’TÍ´'xÕé"­ŽÏž>|vHI$¦°à@Iæª ö¾,`O𥓕)HVfT¡™öµÁ›ÌÉŸ™‘Nd¤§RÎF„™4˜ DȤ°'øZÕÉH“5fZjJj 7…›ÌM~I$¿LI0Í4oÐì!hRÖ¡°'øŠÕÉH“ÑeRbBbB|B|\|\l\,H„f š+hÆ yƒ‘)£QY {‚/ÔžŒ:™õ&ó/“é#@‡˜˜èè¨È¨ÈˆÈˆðˆð°ð°P…æš%h® ƒæ š=h¡™„æfÊ ö_Ó“]uÒ©žÄg }èóààïççë ’ Y‚æ š1hÞ ÙƒæšIh>aʬ@%-?aOðå.¡Y…æšahž=Á×dOæOúá01!>&:Š~b¤3ÿ5‚ Èû†æo/Ï?šOhV¡¹…fæÛOØ|Mö¤•gòË$ú12"<(0öD¤šöts}Æñö¢ù„fš[h†a.Þž૱'sÙ6)1!&&š~Pôóõ…=©¦==|èñÜæÞò3&šfæâ-ì ¾˜/=S¸ÉÌeÛà @ÇöD¤šö¼w÷Žë³§4ŸÐ¬Â\¼¥y†ùêö_“=âã¢"#ü½<_Àž‚TÓž·œo>~ôˆæšUhn¡æ‹¶§…:•Ô»öuôF`uú­_µr%Q£ì i¨5ŠÏxܘ ·Üä—Ì—žþ~/<žÃž‚TӞׯ]{ðà>Í'4«0_}27}Ñö´´<¹Ûbn‡oêÈɳéaÄTR T•¥åiB´>#5вgDx˜Ÿ¯ïsw7Iö¤AQ õ5ôúž"å³C-kÎÙ‚-Óð?xÿÒwVðÕkÈ€äØóê•+÷]îÑ|B³ Í-_‡=™røí?¨Ü´ý_³hZئÃÚ«6©S§^­ë­\™úG{gk·i®@¢mªbÐ}€P?ÞV êÉË©šý/$5CîíTHêå‹y£z7oT¯^£æ½FÎñz™&ØÃéEÔ¿©«®3ðjäK1»„!Ul»tlË&õ*wX~Þ*O}׊*÷'P9Þw=•Û 9/´Ë.©ÚPÑhõãwïí—`ë­–ŒRk\¯©ºÎÚó› Ü nÓ–ÚëßcØo.¼}Ü>½=ãbcÃÃBékâÁ~|Î/ýF^®U¿¹ÑiÌ*¯rmûf¹w oKªé1oû޽¨Ð²ï~ÁºÏݺ“_¯b¼Ut´’†Äl«=aõM“¨P_©?UÆ<_LeÍßœ©|yt*oð‰kÏVýg=qôøµÐwOè%ÞÔ[~`ËD~Q¾ó˜¥¶Læ·øÖtÜj¸=ËËòèç© ‘åxOdjlb¬­Ûç4'M°¥ßN3½ùϘšœ˜}ÛÌì-Ÿë2ÂLKßP_Ël„ 7ŸÝÐyëô¾=º~Û²óšK1¢°Y>Ö´›‰¹e˜ bØ²èæ—Íû1Kfc3Ñ–=»uíÐZkÝåØ+[~ëÓ£KuõWã¤ì›¼$çAzmuMºZîÀö)º‰Ð«‹í³$/hÞÈ^z†´¨µÖ[Ò€ßãp!ìùqì.hOµº B‹ n[y‹¦ñmË+*ý4jÂüeœ\£ûi¨ ¯¬?'>#SÊHE^·ái´"ã}ãZWU°ex*[ßBt´’†Ä”9ÜôœÌ—Ì÷¸¼öYi}›Õ¯Û¸kzF’vÅo”ÎS~˜˜*ãð„_¢²Þ39-;3‘){ð–« mª6ìså¶JöŒ¸¹¤q›™LùH/õýž©¼s2Ú¶¡ÚdÁ–ů|•›ä”–SÙiø·Ã£{Ûa¨2É.Œ ¡¶T ·³ÎtäUf…­¯4Ht“m‚Dh‚NÝ\R˶þü–‡Uw¡rFÐúJƒ¥ì›•ƒ±™Àö)åPHip´_«A»\˜rz|ž¤¿ÇáBØSv{†^q¼xöô Bº=C¯Mç]¹ývóP?ç[œ³¿rù2ƒ‹wïÚf’ï™Ûÿš7£›¹©‹`?fJõêªzõþöäÕ‡ Ö "iH¢BdÊOVRùV¼Ù¬Ûß®9ì)ûðÞ¯\Õa¿ÓžÌ»ù‘8sòØéãÿžÞ^>ïsÖgh}W3íyõ’cXHp\LTZZªØßçPq%Q^¡‘R ã¾Ã_õs/=jûœ1-›)ÈÉ7lÖ¢K¿¡{òä;´ŸI‹¦ßвL¹­îüCO…&ÿ˜g‡èÇéºtéá­u¿¨5©Ï»¨«:޽khîÈ^Ê êÖm ÔsÄl¡ÛrÎ.¦T_QM»ÿ¥ð$1% IІÖk)ñ]¼Cì²NÔžÒ‡÷~å÷¶èq«éß{–æV®¿Ú‹wò@õ!‡Ü˜úp÷PÑ™|F«ÆÝ›Ô³Nνø9Å1‚·•ÃäæÛ«jÏ”êŸŒÌæm~ééN$ï$•UÕžb÷‹Í.C•©üÁ‡ÙO’¾‰à«‹mpì»V?ì¾Ï”3ò% ø=‚Ôœ+·II‰a!ANíj¦=­-OÆFGS›šÿô¿ˆ†YK~[Â{Ø“wszÓŽsy_næpfüØ¥³¾¡žö°?D[†ÿׯi‡e¢½å'ß57ÕÔ7Ô×45¼ FF{Æ\Z«Ùª}×nº.݉Nó·ÕÔ½kHº=Å$çºmôLLG Ü5$vÁWÛ $/h®yNºÆF£×s$ ø=‚Ô{ÆÇÅfd¤[ž8Z3íyöô‰˜¨HI¼öÕ´çûåôm&8Ça>AÚlOšarr²Oÿ·&ÛF5Äž…™÷ õ5:7¯  Ó ‚Àž°'€=A`O{ž‚Àž€==aO{"{žöDö„=ì‰ {‚ZmÏa @u€=Aí´ç¹ÇÉð~Àž ÖÚÓúÑKx?`OPkíyöa¼°'¨µö´zïì j­=-ï'Àû{‚ZkÏÓ.‰ð~Àž ÖÚóÔ½±Øs2c3‹ÒsŠÒs‹³r }CS™z:'_¥g²Íè![¾˜ÍÍ-NË)ÊÈ-ô ä ¶)ÈÍbºå”²[QÚ3p3r% Fè…dA´½Wdv•z¼ØÔZ{ž¸/Ê/² òò.=N`žyÌ}—É”éœL(.{ú4}ÈÎ{ç¾zewŸW>yÿeè«2ï$¶MPA©ó”KrAA.»[x'²·”Ô¾ª=ÞIm³§œœœE_·“Nï÷#>ÈäLý}¨¿¦]Íö«V®ü\†úP¡úˆIö<~'^Ÿü2' bŸ¢sò<çUAN6û)ø¼µÉ™'ÙE9l» Â¤À—T¶ (H zÉnÅÄrúaj|nIFvQTTÛ’üœV˜šÍ[á>tKd*¯EäåäSeRRÊÛ='x¼,Ž‹J¿Í-`Ö¹©Ù…TêaJtVqzNqfVþµ‡ ì&w£óS²‹sr nΊ·‰—åöÙº«í|ÈÛÇD?ˆ-Æ1•Juä=“ÓøZ|£¡ÌÔÀY}ÛLÚvMtG6Uöì}fLsý l¦’c5¶¹þ&¡Áˆ}]ÑJ‰±ÿ¦Yß,þ³ÎÓ:÷Üû\è Œ·|.} bá´3®üÊÝ Š*¿Z¿ r¬ÇŽúJª46IkO}}}Q{î¿%Šg^Ù3—hÁ:… Ù¥A±ìCNþ[›üë’Q”Ÿ%¸É)÷ܢܲ0÷X±½‰…Dyü:¿|=†mYPV~ê†hãh[wîó˜ü‚œl¶gçÈüŒÄôC"» Ô3Ù“mÀV–UV¤P;¿÷ÔéÔB¾N“ÜXéö¤qóËérru¤WJyVEQ!Š 3+-\tb§g#+ž cŸU­«`P5õÖLå|“‘3þ9n]yE”ÚÑi6ëä3±-{–WTbTV†“¤„#öuÅîÔ_í›®õ‰ÍÉL6jÜèAbªÐAˆIÏ”>i6+åírªŽMö+·û®FŠrâYFÁ«\›;Q5×¢éTdÊláȽԒ¢<öá©çY¹9V7xå7âsK}ÜcÞÚäZÌ“ ôã×Þê„-ˆåqVi G,μÈa[>H/‰òK`ʖ㘂õ-ÞP÷߈+++ìùFx~fRú!~ óÄµŠžŸdñÔÏëáEN~v:»I [™•&e`†Úºö̰[ÞS­Çj¦RAN.«ârn¢ Ä*UJ¥ØgÉ Ñ2ÙóͳʊòA)éB-³3_Þs°\úk_%­ìKœšÛ[cän¦t{†ËhO±¯+v§|­µ7¿ól޲î)AÒd<°‚eÙÇ&»=÷^‰Ë÷´¨ŒÂÔìÂäÌ‚¤ô<ÿd¦žÎI¶Í½”Á‡6œŒ¤œ¢”¬Â´œwN[/ØF¨† Ôž!9#O¨ÙÁ[I±9%©™aaÉì&ûoÄûq 3² S²‹"£™QEÇdðzHË-òñOz‰kay™/Ó]‰$æäq3 ˜ž#2ŠR³ 32^]tŽb7¹þêeVQNNžÓ­(IGÀR{¿÷ÌH¨Té#^W”êò‰ã]Ï<ÿÛ·çå)6¾¼kÅç&ŠNì[ô›Oø]×êöÙ]¦jƒwßeÊOþ*Œë‘L…Œ—Ïêª ¾„åü¾†¯Mæ/ÁÈVa©ì5áñLÏÖã”õÞ\5­x9ëñÍõ7 FÌëJØ©L®r£Žûz©¾(å HÃ{ØSö± éöÜs90ÐÇ €*QkíI9LnÚa&Î/Óhù­I·îÖØ}p{¾ ²é§ÙZǨËðùÇåë4½k¨¿6ïYs»†ÒžLhÔIW_OGó§éÖ|×Çèj o` Õ±óŒ÷„^âì¢ï: Y™”‘yþm4t*î ¿üs ]}].?‹Þ5ÔZû;Ñ»†D_WŠ×Ž÷TW¨«)pY´¤1¼‡=e›àAþ½çîKá€>n8T ü¶„þOõÓ£™ËÂA—ç7m¿ðËúG1_÷oKØåïìù±I Ù©o`h §Ù^¯ßïXسæØs‡c¼°'¨µöÜîïì j­=·] €÷öµÖžÛ‡Àû{‚ZkO¨°'¨…ö´·· ò¾¡9ö°'‚ ì ì‰ ì {ØAØö°'‚ °'ì `OA`OØÀž‚ °'€=e´§œœSx•p§—ªÒ »`¦ÒØØØÄØØÀ¨ÏŠÃ·UƬß<)4¶[#ÚÞÂÂó‚Àž°'¨Éö̹ޭ¹ÊúË‘B.+Λoª:êdhUX}{VµA`OØ|J{f‡96k±ýV¬XsåÆl¨6U£å%9Òk«kÒmÔr¶eQŽ÷ôA¦´ŽÕÖísš“ÆTÞÛ4¡];Mc£~ï ö\^šó÷/:?.¿àdÞY盘Q}>×e„™–¾¡¾–Ùn>»‰Ý’ÝŒuÛéýàœ”‡É A`OØ|J{j6P´¸› iÝGF“Wh,zå¶Ÿùe¡®vªL² £BˆÍ¶‡#½Ô÷{¦òNïhÛ†j“™J¥:òÁù%|-¾QaiQüüþmÝ{_t ;*{µ b¸m0ÉžWf7QÅp'&7=aOð)í¹w¢N»ŸÖ¾*+—ÅžR>\ªŠ Üâ2*”'³-[ÔU`…«Þ² S¹¤›j×±³X_Kå·gz¯§´àœŸØ1ö,¯¨Ì6¨¬ä*(ªbrCOoÏìì¬kOkË“ÉI‰0øˆß{–nÕ©£ù–ü2±Wn5T›VE{rÙ–ÊŠòq…¥B-ËËò]oÚ®þý{%ÙlÏç÷Ó»]ì{†=¤†Ø3!>.==ÍòÄÑšiÏ«—cc¢òóórsàð±î*/{µnÈ·šãv•¿e®âìpÞ]C§dºkh—¡ÊTÇÞ¥TûIlË=Ô‡rcÊáîü~Ê ý¸ôÿ’¼ …º-{¶YÒ_cÔ–<þ*˜Œ™TTÆ^žÂï9Üarsƒ7Wn§VTNQ1Ü…É A>¥=###¸Üäà §‹v5ÓžQamÏGGEä—”ðNŠŠ éÇ­œœìÔÔ”øø¸°°P‡óαR^š½üûVúS–”W|¿i,õ_¬té6H¨«¼$çºmôLLG Ü5TœÃ™ñc—Îú†zÚÃþtà¿PÖfF†FF:Z³ö» Ã~ùÀŽÃ-rKËæ n«©Wq×Pò]sSM}C}MSsÑ»†ÚèÄ]Cò ìéì|óéÓ'4Ÿ„††DGEùx¿8gmX3íIÐØ®:]´¶ž%Ú,7þ`Cµ©²-/Éy^[]“n£–;°-‹r¼§2¥u¬¶nŸÓœ4¦òÞ¦ íÚi›õ›xW°çòÒœ¿Ñùqù'ó~Ì:×ØÄŒêó¹.#Ì´ô õµÌF¸póÙMì–Œèf¬ÛNïçÊå3‚ °'ŸÆž…YëÉËé-º#¶M^¡±è•Û~æ—…úÙi¨2É.Œ !6ØŽôRßï™Ê;á£mªMf*•êÈç—ðµøF…¥Eñóû·ýuï}Ñ1ì¨ì9Ôv‚Šáv¶Á${^e˜ÝDØîöàSÚ3ôÌØÆ-ÌÖËbO)7UEnqÊŠ“Ù–-ê*°ÂUoÙ†©\ÒMµëØÙG¬¯¥òÛ3=×SZpÎOì{–WTfTVrU1Ý!ì À'³gQö³öMÚ=ÌÈ[j¤2Õ.RÜ•ÛC Õ¦UÑž\¶¥²¢|\a©PËò²|×›¶«ÿ^Ig6ÛóùÅý4ÇnÏ/“nO.ì‰ °'ŸÝž[û¶4?Ä»ˆšr]­‰¶Ï«â×oÝ5λkè”Lw í2T™êÁ»”j?‰my ‡úCnL9ÜßOy¡·à5ïŽß …º-{¶YÒ_cÔ–<þKd̤¢2öšð~Ïá“›¼¹r;µ¢rŠŠá.Lw{ðñìÙº2ZݶD;þOYo»2ôÞ=°ÝÐÙï7¥þ‹•.Ý už—ääSw廳Ð[ðšwpBÝ‚®´YÒ_cÔ–<þ½Ld̤¢2öšð~Ïá“›¼¹r;µ¢rŠŠá.Lw{ð1ìíø?e½ì:Ð{÷ÀvCÿ•äÄЫ~230026Ð×1é?Úš#ü/Vºt$´I^’ó@Ý6z&¦£î*ÎáÌø±Kg}C=ía:ðäYšõƒ™‘¡‘‘ކ֬ýîB+Mûå;·È--wš7¸­¦^Å]CÉwÍM5õ õ5MÍEïj£;w !ì ~[‚,Á?iAØØöDØö°'‚ °'ì `OA`OØÀž‚ °'€=aOA`O`OA`OØÀž‚Àž°'€==aO{"‚ÀžöD=€==1íØAØö°'‚ °'ì `OA`OØÀž_âß%±°°ÀT† °'ì `Ï*‰ A`OØÔ4{åxOdjlb¬­Ûç4'©|•xc n[=³±+ØMÂNÍ25551Ôï¬×ï´wEË’¼ y#{ièêZëí·ÓLoþ3橜˜}ÛÌ|­{›&´k§ilbÔoâ]z(¶±P›ËæýhFFFÆ&f’FK œ·NïÙ­k‡ÖZë.Ç^Ùò[Ÿ]Ú¨k¬¿'öu=¨¦=ôRßï™Ê;!£mªMf*·ë7ŸæÁ3æÅÉì&/¹L!+ôBCõߘòÑ~­íraÊéñyů|•›ä”–ÓC§áßwŒ|-¥:òÁù%TÈçæÓÅ6j#4f±£¥3lýy ?¬ ¨ú»C•3‚ÔW,öu=¨¦=[ÔU0ªŒzË6L¥ª¢BJqÊŠ¹ì&ܧ§†÷í¢«oH-åäë±-ã‹J;¼0¸í”û‰¥‘êÚ'ó;a³¤›j×±³X_K­¬m,ÚFpÌbGK ^•ñüº¼èírI¯‹ ì `ÏêØSYQ>®°T¨’œ˜*bÏÞMêòJªµgvÔ%­¡§tžrG¨Ûò²|×›¶«ÿ^Ig¶¤Æ¢mÇ,v´‚ Ä–EûDö°guìy ‡úCnL9Ü=”)lÓk>ý ï:j„Ó4v“võê{’>S¸É ñqQ‘þ^ž/`OAªiÏ[Î7?zDó Í*4·Ð Có Í6°'øÊ왘ÈáxÞ‚TÓž÷îÞq}ö”æšUhn¡ö_ÙÌ¥ÛnRbBLLtXhˆŸ¯/ì‰ H5íùèáCçî4ŸÐ¬Bs Í04ÏÐlCsì ¾{2úL~™Ä|õ` R½¸¹>ãx{Ñ|Â|éI3 Í34ÛÀžàk²'sãsñ–~P ð÷óöò¤“Ÿ~z¼w÷Î-ç›×¯]»zåÊåË—@šh– ¹‚f š7hö 9„fÞ“Ù–¹eö_“=™¯>SS¸/“éGÄè¨ÈÐ`??ú¹Ñ㹻볧=zðàþ}—{.÷î€(4?Ð,AsÍ4oÐìAsÍ$4ŸÐ¬Bs sÙ–fØ|Mö¬øî3™Îñ„¸Xž@é'Æ À?__úxy¾ Ãsw7w7W…æš%h® ƒæ š=h¡™„æšUhna.Ûžàk²'sñ–üÉ ”~VŒ¡ó>"œÎÿà ÀÀÿú9Ò×$A³Í4cмA³Í!4“°ê¤†¹l {‚¯oùIg#P2(_¡±11ÑdQò(}È¥dS…æš%h® ƒæ š=h¡™„Q'󧤅'ì ¾èå'#PfJ ¥sž–¡ôs#}H¤¤Rú8€$h– ¹‚f š7hö 9„fvÕɨö_·@ fJ'?­EéSÀÈ$ÁL4c0Ò¤9„™LÞ©NØ|eÊhTФ ¬1i²Þ”¢NØ|M4)T ¡™ä3ì TØ€=Ø€=Øö{žì Àžì Àž°'Øö`Oö`Oö„=Àž°'Øö`Oö`Oö„=Àž°'{°'{°'ì ö„=Ø€=Ø€=q´Àž°'Øö`Oö`Oö„=Àž°'{°'{°'ì ö„=Ø€=€JvVæ§±çù³–ùyy8àÿoïΣš¼ó=ŽD+VD­Šv³‹µf:½wÚ9g:wæÌt¦¹çÞsîí™;Z§3çÔ™ö´SmÕVoµj§nTD¬¨¬‚‚ÔŠ ÈÒ°†@Ižì!û’@²©½_Ì‘rIX—FøüÎëà“'¿<òüþÈ›` c€ËÙj4è)mw»žEg e±Íjis»°ìpÿî:ÎV“I¯RȊΞ¾ÛõlQÊ òNJ¡A¯¥Ý.À}ÊdÐÉeâÂS')mw»žD&aÎ)¤}nvF*À}ŠBF9“K˜àÕ»Sõ?PO€¤žÕ•cÌÝ®çU Œ17ð[üÜõ@=POÔõ@=PO€{Æa³ZÌ&‹É8智S›ÕÜê°cAF¿ ¨'ÀôæÙÈ­ÏL?–˜°wÌKÚŸ™z¬¾¶†Âå‚ žþ›,¡€ôð!¥\ÚÛÛ{}¬žîn¹T|4åP#—C÷ŽqAPO€@û,cvFºR©¸>ž†J©8žžfÔi° #.ê àÏl4$íO›¬!.ºkJqAPO€[-“11aïõñ7è®[”r,Ȉ ‚z‰Åµq6è®Õ¶ZXÔàÎÖóêիͦ’²  >M@=G3rŠùÏÿ9yåI+WX±êÀòU‰dCòEÔ`ŒÕ“Ê(51!MþöÛ¡è"±€&Ü/ýëÙÓÛGݼP'eóÕåMš’FÍ¥Í)¶’ŠzŒ¥zÞH'ÿF:¯y½·Û9„×ÛNÓD èý±½÷õ”éì}}ý+ÓÝÓKõ¬j>ËboͨÜt¬òý”ªóõÚå« ž÷Q=}}nôõõÝÜuR:Û›÷îÉf±²Ã¾Ãb5ïÞåñô”77 yô’«¡=‚×3ø‚|QR¯xá/ɾãþz®>P%ÐlË`tŒ½>…ýNreA•råê¤\Ôà{ÄâF:i×)ð¥S°¯0*ÊøÔSö ,Oi~üqÃ#hcbZfÍM›–?e ×?ÛÛÝt1¿Ã­ xAYÑ_ÿ$nIܲű —ýì÷©\ÛÝhAXXX(ÔÓÓѵv÷™UÛ Jù†ïêÙ×·|Ub_KÏ|É~soÉÚ}ç9Œ>`=ëÒ¶ü$ö¹¸¸¸E±ÏoN«ó¿ÁvÝ¥™5ýƒ“ ê pëéÛc%e®_¿îõz„‰_LÚ2ožyþ|Ëüù”Îþç¼yê9sT3gÊ¢£ùS¦œŠŒlül§ÓåèëëÍËÏñ¿š‘½yÆSÿQ«m÷=4ñ/î<¡ì» ƒâ|BðzYÑ©õwë3×%—^â«Ëòþß­*~MÒÆC—Ú¼]*£ƒê9ä êsk§/ü#ãì¤ã+.æN_[¤|ƒnÕÙ•3ú¸@~ûŸ-ê pgëùí·×Ýng6‹%Ÿ=[ÿðôß$t ›;WCé|è!ÅôéÒ¨(&2²aâDšf2é{{{ŽŸÈð¿ÚûG}"vøŸ—¤ü5>>~ùÒÅ b_<µ¢hûêŸ>¿òñ¹ 6~¥òìj®}í…§c—Æ-]üûMýßîtqW¿¿lù²gýë‘kˆÔ³F ùÙÚ#;s¸§9†¤"Y%c©‘XëeVžÒ&RÛ†VÅewy¯t÷võôímr-þ¡õüûÃS·I[:¤[§>òöÀ :%§–FÏÞy¾åŽ|½zÜñ½g=ÃÂZfÍ¢\jbb´11t ž=Û—NÙ´iâ>ð?"‚¦éôš®î®´Ì£þW‹žÀrtõúŸ÷L¾ƒVññ)1«ñæ)IÿIiòÓ_öL~qÞËŸ—øŽmšþ=lÒ 1  ¸”9Sæ¼ õL/j|ùíÔƒç$eš=…Ò᥇/ÈÒJäÇKå¹ßÈOW+Šê”—¹Êoš”j“Sou•5ÈeZÛÞ88ä:Ó&°Z»¿[®Þ.kBôÀ >±ù’öNíÖQO€;[Ïk×®9­”EŌʙ3©˜„è¡<:šv”NÑäÉÍ'6…‡Ó4µFÙÙÙ‘r49`=ç``˜Ø)¿ýéŠE‹—ÆÅÅ…±& ¢­Ç7¹;,l‚ï䬈pMg÷à×ΞwsÄÌ}ä¯çú¤ ¯mÌ=ZÒòÅ9åÖ\ÉîBé"yÊ%EZ‰"«Tq¢BþU¥âlâ"GQÖ h1õoBÙMJÒôÒ[‡o©ž{ÿë¹Ç~µé桞÷ºž==ÝÔ»€¨žT»ÃJY¤PÒ6³_t4}¤‡’©S™)Sh×éKgãÀ¢PÉÚ=mI‡öû_íÝÇ¢67ýÏ¿5éPмmê‚ïäÀÁàcª§ÂÝ>øµ3"XrWû ~m@ÁëdAFôö¾³¯mÈM)iÙ}FñQ³#_²«P²=O¸#Oðy~sâAÊyaf sªBüuµDepP=ëÅÚbŽìO[s‡\ê­yS?™š…[¦Î{ë»ìpn{õÉ'^ÙÒêíøÞŸíˆ ‚z ‹îîîŽo@Š¿îíí±XL”EQd$µR|I[NÁ¤I;túê)•1.WkBâÿ«µ0ã‰?°•6ßC=¯h{CNšpQç öþW¨ ¾g'¾8÷ç;ÏûŽ ;}Üóã9¿ÜWæ;#¨hòm@ÁëdAFã`~ÍÏßNýâŒäð%õÆ,Ñ;G›Ö§5m>Îߑۼ¯@üµ0õ¢èD)sš-–ëlfG›Lk[ýi^æyîëHóߌ~æõ&‹‹ŽÝÞëÏDÿå+éàôz¬~ùØ‚ßáòzoç² ¨'Àð±è¢7â€Îœ+ g F]6‹Åˆ V ý&ÿF7y,–/µ7þË Œ¸Ùf·îÚóYÀ 6åíþ·øØØ%Kc-Œ{ñÕ#5Z:Y°æÑ9ó—­XñŸó¨ ¾™ƒÝ¶†¿¾ò£'Ÿ]º$öÕ ÕtÆe®þÓ/–=½hqìsÏüzÍqÿ×4R=»‚¿|DÅu’—ÞJùß,nF¹ö½TþEžùr³¹Bh©[8Rk£ÂÖ¬êÿõ!¾Üt‰#{cGþß÷œöx\§4y}ü³ —,Y²ðÙøõÉeþ âi3¾÷ÒÜEÿ½û6?aÔàVëÙÕuÅãi(¿ð$½µMzÎç;OEFÖ…‡7Ý4ÍtæNž\±u‹X*Òu;>Û6Ü5CAðzYÑc”ú_½›öNRYnµþ|£9пXIüÅ;GVmË;_% ÙA=†‹Å•+WÚÛÛbW•—sÙívjtêšÛó"'×*æt–mÙ$bøj­*3;-¿ o¸k†‚àõ ² ·Ädµ¯ÙžÿÇO ¿ªÑQ.ïÇA=†Eg[›; ·ÛUZV|¡¸Èf·*UòÊO·æMþm¸™ÎË›>ä x ¥,5ýHn^½p¸k†‚‘êÙy§þ"—Ûµ3íòoÖeQ=»Ýn£­ôw9[Cj‰PO€[­ggg'½“Çår^,.:}¶ÀhÒKdLÅÖ-9,V6‹•N²ÃÃODDoXÇã×Ó³)GeçdÑK‚\0¯g𠊣Õj1 Z­V­nI?ÍþñšƒR©ÄG.—)• :OÏÒšé‹i.ê 0|,:èý>—³õܹ3'ó²Õ•á76Õ7ð긵õ 5nu]}·±NÀð“¿<‘™F“ƒ_-ŒTÏŽÛ¹¸Ãn3õwS£R*¤±P(hâ5UÔÖÖTWWÑGn=‡ÎÐyz–æÐLšßê°‡à‚ žÃÆ¢ÃKÉ ÂfµhÔ-'Nf¥g“)$r¥T*‹e"F"Ýø_’QOöïMþ2‰¦ÑäàW #Ôs¤ Ž:h6uZm‹J)“JD"a3ŸjÙ@Ѭçpè#Ó:OÏÒšiµ˜CsAPO€ábÑáõ™£×iéMžÞþ««*>øÉ¶Í›?ùèãÍ7~üᇛÖ°aÝû¼÷uïîÞýOš@Óh2½$Äo$à7™ «Å<¶Ñ=Ò;r¸±¡ÞdÐcAF\Ô àï…ZLƺšªÌôcIûöŽmtÇ3Ò8µUÚd4 ‚z Çf5tJÑ¢”«UŠ1ŒnPÓ¢0tTI,Èèõ¸}¨'ê €z ž¨'ê‰z ž¨'@(×S­V‹D"ÔÀ¿ž%%%uuuJÊ¥¯žmmmV«•2 ƒzø×³´´”ÃáP()—ͶÃf³iµZ‰D‚zø×³¼¼œËåR()—MJg{{»Ýn×ét2™ õð¯gee%Ç£PR.)š”NÇÓÚÚj0”J%ê à_ÏÚÚZ@@¡¤\R4)^¯×étšÍfµZí«'ÍŠccc£X,¦PR.)š”ÎÎÎNß>õz=M€!„B¡B¡ Pú~èIé¼råŠï›·ÔS­V+—ËiE–v©•••åå奥¥%%%Åã`Pò(|”?Š ¥‚HY¤8R")”¾oÛR:»»»;::¨¤‡Ãd2i4Ê+íOÇãr¹§®®®c J…òG¤R)‹GJ$…’rIѤtöôôPC½^¯Ûí¦óVÚ™ªÕjš,“ÉèU ÈD"!Æ8”< å"H)¤ R)Ž”H %å’¢Iéü?ô×8 endstream endobj 695 0 obj << /Type /XObject /Subtype /Image /Width 618 /Height 424 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 140977 /Filter /FlateDecode >> stream xÚì½uXTéûÀ}(»»Åص‘P×ÄĤk€†˜! ©a¨ lEzkÕÕÝ5W]]»»»»ã½y<ž=€û»¾ïõ¾ÜŸ½V†™sŸ§ïzž3|ýŠ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ Èÿß¡hæ%•d÷vRvEù,¨ú­k¹mêÕŒŠ¿?Îh˜»5ÿýlвw¥(‡òï×ÿ½€b1 “ý›Ñ¢-åÃS¯§ýZX–[˜óKîŽü±£ôòdÔ™„ªŸŸUõj±dŒ[åÕ´ÀU_E«r¦æýÉÈÿݳ¤ê窖Uÿ–}{7¹Ey·{·ß†-ãQy;-¶H™»)÷`åž|}eÖSÿûú ´keÙ¿¿¿/󪼙æ\\‘[”3sÎþ~•Wó>½á «XŠJ WrZ~.“z7m¿ºŽ41‡¢ö2õ¿”µ³cn–ú~rÕ'ùÙB2>þö0ãÝfAoÛMÒ×’ë©]•²ã+7W¶œÙ>÷^Õè°??BÖMÏ9ßç¡)@ÑM9Ze î-o=³E¥Ò ½$¯›Xœk{•U¾@WöŒórç_ÈìlŸúyBTy?å×´¢¼'rQ®UîåœÜùß_uN9Þ$}LF#Y^îÜòÚ$›fjþÞ¾|¦¢±º¬‡8'×6÷z­å_‹fÿVQÙ±|¶¢©:8³Xý7¸£Á‚¾¿:Çûös¢P÷~Ëç(š«‰{‰% ÊOŠüþY'r‡Aá뇼ÈŒ~ /u\¥ s€xInpÞC¦þ¾>ÌxéoIÞ¢ª{¤TÀš Íì'.€òïÓò?‡Vß6ôœlE®±·W*˲-D»²lgòBA~k¾²…ó/ÙKón÷•jeIöÌÊâ‡Ù¡yóç:°?5øös VÏM >Aßõ¡r­r€*&ÓZì‘¥3~ÂjÏÇÊõÊŠì¨Ì6a=rÂóV€ü1¾ö5Ñto«‚)jO¥æg)Í+ •s3.•9fê¨gþp`ô;­«³ô׸åÖ5fÐÀ”–•EÊÈä¿ÊæäDåµÖÏ*Õ½ÛJ(¿ËÂßÝ¿ÿ^?õý¢傌En9ö¹qùæiShKpÕ¥yß^mB[~ÐùÆk¶2–½h!«”óªÅ…q”.Pÿ¹¤|ùBŠreÙH#Þ¿¯gVýÛèØ§c)j™ú¢ªGzvÒæÂIåSsògUüÈúMõíç/“û•_VuKOÈZå‘39wAþiÕû¦C¾_Ù,æÛÏiÌŠÿæ«cÑ”_UõJ_”1¯È7çXq2ÝinëÈ*òLÑ.YEKþF÷íÀò몟ÒÇe:”q ý‰ ß{˜–ÅžÚÊüÃ1ð?é=.¼“ úýpú¦ò›ª~é%÷Ô9%i? ¿&.ZšCÖ‘ãm¸—Lq[µIi, æÂ»‹tä'¥iþ¾Žö?†¦~ûY ¸«Ú¢<˜H ò¢|¹XCWÏÔWƒESê´±àKuS·*ê×Y<ÏÈ_"Õª-ñB¶)ÿ}çUò›¬o¯BB{ŒÝ¥˜™a¢¥îY9Nî’›Cê߯>L­]f£ì:Óÿý­ãSN€ªP-–§«ÕÓCgˆ‰ü\ç),ß§û”ﯚ@ÛOÁzŽ™Nt S¡•ª‰Ùã•ör\I¾ˆ¶Ôc5Úá>ŽXñ$ð°À÷ZH¯á+à¥íWÔËV«R%ïän¹)Šeõö%ã¿ðHÿÍ,¯/Wþ,wÇ@ÿäßâëÊø»~5M~;Ró³1З9•%NdÜdÐþtýó&,êÛOSy,måî^Z2Ö‹W–ïê!ŽË)˜Õ^kþLsÒ¾‹;ø±™²o¦^IäJ—±Êq‡•Ej/ñ‚œˆÙÁ?hÿÁnÐóßml·ÔöªuOA2ô‘–üX·5`oÖÌ©þ>c(›«ÊÔ/³Fƒ|ŒÞò Èù4.ü_—þ¤…Þ{¶ûw°^ëܹç7FRñ:%ë’Ë*Û€²¢¾«ÊÓ”œjZK¯±^w£åÙt0°ƒZÔ,÷¾ ý=ÈÛG91ïÖ&§ïNßմݨ¿>zVsªµÞë‡B{»@ÚQ¦ïkšÄË|¯Ñ#9pÇæ©Tùö@ Sj¶¡îç1ÔÿˆôO‘á÷>Òœ3vÔÿº¤ÿýëë--í\JM-K«¡MÛ ÿ×¥U߇FT/ã¿“Q óOs¤ÎQý«®>dX”滽ô\q…¹¤¯ñ7‰ïºæˆÞÙÜš¾ï÷öþùÝsÐ[úú•Âø5Ž~Í7–|ª Œ´ÚT¥Õ|4b‹ÕÄ“j¯°…˜¶(Oô[åxÙ¸AKGs–kÇxÛ¦ˆH$ö"«it||wBGE}åÞQ輸¿Ü‰¶F`ñGøjÖY<—øŸÜŸÙïJR*÷ä8‰d¢³â‘Ò9,ûÓÅÉUOቼ—¨¢‰n[q¾¼±²­}aÞ2Ñeñíénù)ÕFn]X~E$¿Káê—j7E]Ϻ@ù¶ZÞŸ‘Sj ³;ñj$åÍ•ES[ŠV‰šgåUƒýžO"¶VL4ØLþúYV¾Ê.˜¼BtUüBîñÃöÿBØâa”ŸT|…‘,Ý7“ùê‘oÄaÿö…[Éþ}Iùi…Ál¡[¡(G<=£!o ~—ŽvbôÕ¢‰°$%x¢e¢ûâ9y —ö®ÌBjkC]˜¸ýii<{Š*ÝÏÎゼuÀâé=õÜ«'r‚X,‡ôüâ`¢§³€O¬=»äµÍï=_Wf|nZMh ÂHY0©"¿B'vÊ»›W[ëhD¯g•ŠóY¿d®Í_+*ž. ý·ÕWW®-§ŠÒ|ßJqS1$³îäÆÙOÅÖyO¡üŸ#ˆŸÍ”£‚šK™,ª«F<i ësdæÆ|/Ñk1'/‚”ß“ÉxxúéoE1ñÒÿù·6%9udåú|®ÃK±W^8‘_}ûŸ,Öü}SJTêèÊ÷™[DsÅ#Ê!f8^Sÿ}Zúý•ó˜ª7¦D(ÆT¾Í„ÈdFüšò¦Ö¯t'õ(¡s ~$Þ„¸µ-=ÆE0[”QŠáQ¢]·LX¥˜1³ ^+[Ãd2G ÌíÖ–Ç(Ê&}ÌÜ*rÌè]ñ ¬¤v éü%üœbë'•-?ƒqƒk3uÂúò©êJþ*_Q¢¸EáÜÙugj»_öçèo½eé‡ÚS£#Àåq©#3œËöL©³0¥°;=êY˪ë¿…)´KÕ(ø 8f»RìUÃÕ&¢€ìŸsG¬ÉÓÈÿñí=ËnMÔ”¯^·œ‰BÇm.‰S$¤îH7]ž’,ö,Αï Ð{î·Ï—σQÒrþ„LfÿSJ!ŒàEEÚúI§+ƒ³§H©eò ÒwLÄÞ]C›lƒY¹]ÃÅÛ¥NP¥¾O¯+âeד~ª@ýÇPÔz½ù×a ñæ“ÌË¡EßÞÙ_ž¨xå5 ²äwR.¡Ûï 3»Þ¨g+•Qv²bŒoCQhöX¹BµO!¤ó ñ[³êÖMù÷Ý©ó*eP“ us‘zÊ8YES{OÑ-]Nq“ßJ“qX1·R¤n* ÏþK‘¥®]ïÏøþPÇÄGOÇ],‰ÕŸ³NŠþÈõ™ß2?O¢áß3£¿yÑèÓ¶Ïb¾Ôk1>MDÊëŒê¢ë¢"ñï?¥:¹_RÞïšÖSµó¦¹žÌZ«  Å ET†µh—h“87Ú*?ARÓ|›7Wû¥b•""ÃJ´C´Q<*Éh–~9㤀ͥàÿgã&ÃÞMV+–¤…WÚO²–XÃÊU¶=ùÕ¼”½žÓ4ÐBó¶­ø÷ø$õX«E#U• “¬$VÙE¹îåÞÐÒ„rFXÊ!1y *(£*‹*‹‡dg8M\Ó(Ùla5mߢt°tÍ!ŒÅ@eLeIåÅɶÙ"§¾©dgU:b¦g~û:Gz÷‡X_ZT”'ª;«#—–U6‹âKþ†ºû“Ùÿ‘£¯!EÌþ#XŽºª“•VÊ碴IW'ÿ’½°4©TLß·ªÿs¦Hk†O)†žXwTQ’v6ãl¶IÖèì­òQkúûpˆ¶Úă>F¯oð*\•½èõñ‚x"+&«ÞgŸÎ6Ê™½Eî]<(Yy7è^[ªÜ =ô×Dë™*еáÉM+¦ª.f\Ì®Ÿ5.ûuîõ,RÿIYzüíYù™ÏoåjÄä›WLWÏ8Ÿ–µ,ïwùºÊ&Òî$÷­°÷›ñíŠR/ÎÊÌ‚Ÿ+•=U§¦‘8Fô âÖñ3ZVÌT]ÍØTy1Ë>{knå©üGK§}¿»ŸxñTâï2뺱pSÆR”ÌR¥znš2M&¾ swü¯RIk°€ Le¿ã ÐåÍŒ/ŠæYS³ÿÌ­£tÐ+io'Úþ"óhœº$umÚõŒ£™M³&gÿž›­®ÌÕðxf^bh“ˆnñd}Þ~<ñÀÓºeÌÌl53{W®ïüÝôçé=»Ë ÿý±2{Zñé‹ÄÊ®CsZfMÏÞ‘›YiX‹pÅGK .ÊQŠsD™í³N‹÷æÚúäëè; 6VËï©ÈSö˜X’Ù6kvöžÜå>RÆz;kéñ¯àƒ­¡wJéRvÊÚ/’(W©ÎVvÎz(>ûæý´jãÎ7^ó=hì0Îi»è÷´BÕùÊŽY&Ùûs_x;Hk³Ùñ¾içE¢"ÕÅÊõ"ìù׸æ¦¦æ¦Ø948ÞÚÜtˆÙKSSK3[ÓÁC̬ 6uð3uëmÇåGEÎã 9|?Ÿ>–æ½£|û °´6ïíïne;Hhäljèãá0‰`aa6ÄÚÚh'*’1`tp$OÀçò›OîceÝ[Àw77· ˆr "b¸ÂàyܨÊÂt0ece0ÈÖÒÌÖŠ2´² l÷h4ÈÚ Á8‡á ,(sS Sk3›!V¦¶C,ÌlÌ-M}C¸y˜›Â´14d°iŒa¨©µ…¹™¥• b:»ÁÌæÆæ ,M)[ë!†&ƒ†˜Y˜Û›ÁKS·æææ½Çņ Ì{Gò¸BÊÐ>PÈÕ¯KYÚ˜YY6±0oaÚ<º•9ÕÏ¢ÅxnDd7 Õ»YeaÝ;ÂÝÊÆ†ÂóíCšŒãñ#"¹!!Qü:Fõ ™YÙ;¹[ bHÍæq측—ib1¨Þ+³ÁƒlMº5³°4³°µ1©Çå÷7Š 520j`äS×p^”Q°!eÖÀ°.ecfnie:ÀÊÂl°­E]³–S8QþóŒ¨MZS&Ð[–¦Væ–fC¬¬ ê²¶0³†^dfim2Ð>ÔÊÒt¬€jj2Àx@=C[Ëz–6ƒÍl(ËÁVfææCŒ 6jD™YØØPCÌ[Yöñá…øXZ5êÚ¬É sjˆEh„±I(‡Å ™[—ë×02Ð8„iÌçö±´îÓ6*¢Å­oE6òRÆa‚žY[¨“•‘C ×p°UožÁ`ËÞUÎ@„‘åˉ0Ž1±ìÍáq| FP¾TcCÃH#®AlÅ569ÆÆ†”€od7 B¸fFö†<~€±±q³:F1¼cAd}I#c£º<‹†–Æão]Þ„Š0™*ð‹Špm<ÈÆleM™[Y±h =ÑŒbn[Çp€asÊ"«jZ˜XÁpØX™Ø¶°«ÛÖxª•¥A¨Q]ãÆ},z70¬g`h0/*Ú€+ 1ˆˆàóŒýL\cxŸŽ•Å*‚âsy~&††‚0£úÆ‚:Ñc? —Ç7 hÜÉÖÌ¢Åè>V¾Æ§wK„……ð¸Æ‘‚fF­í ¬l) ¾!LYC ZnDùÖ1¤êD›P!\ŽQ„Ï8†(0¤ ¬{ÏmÔßX`Äã7¤ZS<ãˆHN$× :Ü˜Ï 56²1lV§‰Ð ‘ðû~˜6õèLm3zÏ«yoÙ媺ژünL_ÑŒò¦úWEsToru'j±ž»þoöÃØ2&ô]tw½ªÞýEëÎ…P?ö—o-š1®agé»èÍ]ëÛ/´ƒr~ìZ½KªÙ»r5¨ª}»ÿãþêKv­:Rþ»•5îcý¿³3¢»—UÛ>áíõ¥T#a¤õn==³\õïžÔ’ÿ´#ª¹§©½Û´ôÿp¯nWÛýÇ}ÕêïTu¯O÷0bí/ÿµ'd˺[Í»B'Uí•ÕÅÍzåÝ4o¸ü+ÊláPS?Œ!;C§UiŸÕ’Êଊ­ó†Ì^£•oeÅÍéóXÁ‹;JÉqåì¬õ㿪e•¼,化y£ååó´Ë‘ûW_‡~ãOWˆÓ * *ÉêÞ>o`4öUdõ¦<ÍßÏVˆÒŒ*KfÞQTÛ¼Céh©»ž¤6¬ì½$õú¸«SÏW䥙T–ÍŒÈÝ"¢Õþí-<À{Úîµ€œÏ½X‘“V”F·¬ÀÈŽy>¤îËÈU=™ô¬ð¬Ó˲´á•ã&Q”Ev·¼•qoªÍ¾oãé{÷j…$­aå„IQY³»æí‘ŽMúöþàè:'WBÉ–þµ ‰ž=–yk(j-ô}‰aÉ(ò¹yîU=ð•­XÙnÚŸ§+­ñ#gT_AÿžÜa;Y®;WUý;mù¿˜ãÑaár:Rßå;Tì+m–|À%5y-«½‡áu‹ycáº:té“‘BÑtFê·UùQ çm•=ɸÈ{œg÷Qû™”Úêë½dÕqÔZõº«ç&¡%•ăÂ27Á“¢0ò÷#6ÂÊjW<‘•Ûpg½6« ¨ùж8É™â;µÏöþkÉTŸ±k4òÉ ®®r)¨GE®£õìêÌ3Mì%É,÷K¼™¾z²çCºôLú´xü`XM¬3•Aä^óWjÞewÑàäBϰXŸèºz2X'ÄžHý¢§´ y5b·r©ÊQRDïܪH,&÷¼h$É-*t2‚³Èx;Ò»ÎvªÒ¿ ‘ZšNö2wZuó{Y3½äÝ•©àÅ€Ö¸ÈÉùãD¨ôƵwèÓР‡‘<ÃOòìÊÅù¿øå;y^æœÕ™ÁÎÓkDÙ¬èË~òJçüê8Ï«œóDþkW±ÍÌÎä½}zvˆæAdÙGž¯Þë‘ý\ÏWáÚÅ"f¿B#÷Ѐœ˜³™®ÓCÊ}¹1°®â /û”Žç„>¤¨þt¿u}ÜRË­œEr ÓHä=@¾BV'®[“!N¡ÏòÃïè9¸z}»»#³S/“\ñ”Kâèu}…ŽáÍà÷Û,ËR¥{§{^õ»¯DòÁwqÕg³²È‘Zöú'É=еo‰ütŸkÄ–N§÷£O„îéé«qeÔÇj3¼E[ý÷.c`^Í$+e3ÙŽ%5Y¯×°ìò`-îtöCpçþÆo¤ŽþØnÐr cu޵ÔþSË_ô®B«®ƒ¿ýL”Ý#Ÿvô;¨±J×éÙÓs Ùìž,»´_’&“«Ö@û²ÄO}"tô×4˜ïèÌþ²;½Xã9¿½’E²±UO¡yÞô~î3Õ÷ Øí÷,ONJöÈûÏTLÖ¾ó Á¸ü#i'cïâ~Û;4jºï&й‹ŽèÌø{Sõ÷ÿI†¬ «èŸ×Z£oFR×õîÎz’Ýþ£’QÒFJÐD ÿÖç–Xûª'Z6ÔÌ‹Vöu<£GcK†È²÷½¼@>%k‰O}ð6JÁKiGG]HºçåÉAJ<“SdV‚Ï!v=.É“M"³'Øó%ç>«Þÿª½~ïEHõžÑ8+)]ó\àþÞ7ÔóµÿQêT³ <-‘ËÂccj°¤wX^ÀC‰RÖ?j6™ÿ-¡üŸ¸ÿ-Ût_R!›¶Ž =×Ú÷¿H¾!:ù©d­ìEâTNÈ·%òãÈø}ЊËWã‡>–¨eÃèö´÷}xB‡GÝ¢ŸýÈÚéA{§/%eãaŦó ß¶­{ÂH’»B|_äZ}+öËÖË&Ò9€Ç°vâ4úýdÔîÍëOiÅÅÝä¶0ßL‹¨ù]½½ ‘dÿýÕøá]X1ÿR½zX&µÜZÞ>vRÉ—…ݼ9ÞF>æ£Ê—í 9^P¯H–ý_ªÒ­™¤Áü_œ¦©ÓS’Ò|éòãXgFŽŒŸGöÆ3µ%§Ï…š?(ú8§"زbyÒ¶å\ïN#wðN³4ÌJWU1¹tõ-ÚûèKÏfÿÒY`a¿JVÉǹÌ( kàýÎ zÀ´8’Îݳ8o\¿y ø÷±+䛋‹K_€í]»™ŒÔÚ[ðˆ˜–˜Z¢}Ç5 0çd'-Ëî’ K®„V{; S%´ÕŽDÙ ×5r8­Ko -”‹\ƯÞÆƒÈCEû™è5·‹ï@lÅ”I“²Xg#ÀÞMËð!wKßË&8í,ËËÒRCÿÿF,ßr–½âgi­c°@"iK¹½ÓxÕ1™‡Gk=öcÔ,C:rnGÏ©•äg>mi“²”òÉN?+/ßЖ³žÑ¿}³CHÉÞ¼ù ¤WŒÀ°ˆÛghhcùT§¿Ôósbäí9.Œüvƽ3ç7zõVN‹¬ó=‹UM”îù{x9n ?æÏ#¨]?aukní…] ÎtÊV¬Ÿ÷léãÁ²?ÍÈJ\¬uB§‘ÖÃП³ÎUÌí šÂ‹È/…Y(Uj—šBZýBωç9NS*äuó{›x˜È÷ï*éJëšQ:‘›m@2½å ¦½´5Ø¥žK‰¯t”©ÿ"¢}féÉå¾ÓÈK¶•žâ—8 ='ÉÆ <òf`ñ§CéɆ+w2Ô±É]X®³´=”ŸÍë"’ëîÒú?–¥GµVå=Ö …ŽÒŽ ¿šã.½ cœÃëªa>ai/3rVàw–&ÿ]ÚMºK^âÒÈgDÁ}x?™U×iÄrÿá­´§Ï=v•Eû-ä\’>ù"ߘiÞK¨Ù ý$Ý ½a)èD¢¸(Ÿ]zì_­ÿóYDg(ŒDéùt§?8îD>F«¯Ÿyùîu«¾ô÷œ>ÒP~§Dhìdï¹>kµúº­‹gkíwpæ‘õÑKºäg$G¿Xä=\+~½SÃ3_Ϋ–‡»|ˆ …òÓ¼ëjÅèñ$Šv$=@[~é~Òä»}_Ñ_=ÿ/{r×%Çå œJ㣠`þ6 ê¨Uc3Vü»0ZWþ£ä¨|‹ËˆPµ§¥¹G ³†þø›ä.ëäô­¥§åwü'¦¯õ| òn7aŵ¢Ûú%´öú[IOÊã\ ÃדÖ{€_—˜F,ÕS°2?‡d/»àUìÎaÐ~—·0s¾Ä$Y1:kµ˜Îòi|²¼Ò‚9÷ûäý3KKjèŠa¤ßéžq®nÐò•å3t´ÚFùGOMÙvºÁ*2û.h|@=EwßNû½Ø. mÃì`ÕvŠ@~iÒrN±®Ï)–‡ÒÖžþŸ6W_ë“ ‹H”ùU6­´ŽbsYo˜çàʾ£<ƒ9ã}y¡ö2H|–tÉ*¶ V[ÎYÐù}Y¥])úm´årݲå¬/#ùhÿÄ¾ÐæF×Bî çƒM߬­WíŸ ¶›”oëoDòÄÕµÇg—Öú›OçÎѳрû±¯©+»8K¶©å-ƒ’zOzKfß4&#áör)÷!Yé:Ù»™³–ýx&ò—#²wÁµlņ̶¬žt'í¯`yö©Ç³,ðdiCyžË…üÞʦ´¼Ëã gÅI'Æåf/¢c{{i}ùd—y9•Íý·g·õ©yµ4ÑÉ/N—6•OuqÍo¦l å·§å ôÅTŠR•·!Þ×D-ÿu\EM•6–OwY.Ž&ó¤£O$xMC™½‚‚ˆŒýß­WÏ–îÍtù;÷ô÷so±Ïè¬T¦‡¦Ï”æÈf»ÔËå¿ôæøý¸æ[ ëFæé$m+Ÿã²XRÎ̲£¬ër‡ŒVíóÌÝEÇ÷–Èœ\.H~õ‘x¯àè/©³VË×1§;Ïvƒy˳“ôžç¯UœpŸÿª¿]¤íån.®ÒÞ>Ü–…tùÅ`Eš;ï]íùìÞD×xIÿ~Vp ´d§«üÕî ö•2×y@ýË\.H“ ìN?æý/ZZ7[OߨÁ{¾Rß —²A`Ê84ÚäZSËH |ùp¤7A ¸Ê¶súVÐe”Öð­Br&®Í!ºà½äöœO¡Ö.Þq¾JŸ¢å<ѲXZßöÀ•ÞÃuÙë7+ÙÊWÍ™L{Æt)AæŽ,ù|ëg,ýSà²ßïH¢µïZ>ÚÅÊœÿë/VoF'}ëȃY ÞæzŸÓâ¿Ìž2Oô½c0È‚¿‘3Î'IÇcQiÕ:®¶ar«¡ÒÄyžÁÝÄ™À¿âÿr£zõwy\Ñ`R+ùV¸ã¤tŠÚ±÷±Ð»‚j½ëCço>;„K-促¼¿³÷VÎd¦üW´÷ṊñgI$újM>±cÑt^=FÚ¾ £‹5Œê¡5“>Ÿ½Ýl¬þ *,¶Ë"Qjæ2>Xä(iÛ‚Î. ÐÆ&e™É :»ç–W×÷c“;À}â¤×VtuùÌQ{9–·ce·¥­è rÈíÉügôsƒˆ&Ä<'¿¢#ha/Ð0­Š¬„V’‘1$9ƒ±óú—Ö+¬®|wbÃ>KºL æ€üoe• ‹˜ú·X8'+4 ¹“)ï³Ö' ¤] <\}A¾Ié´i‚+ŒõW‘š¿aüÒ vjìàO¢GâP‰còszŽç-úíÕÆë¸¡qRåObûm¢J{,MµÅ«Iш¼—ü¾‰þ¬ëv“ÒSÒª_iÒ>jßêõ‡ÊSòÊðßGì\ˆ†Tw{ø½„EÒ^kAþw/•ý‘¼·:kôšÖ·Ø-dí£_;öÖC@Öen_åµü÷D^©ñÌPßé0ÿE5¯ã¶®+3Ö¨×d|dÊÿ@ßCö»xª§ÖSlr¨E¦d°dñkšÆæ+vyI˽ó?kÕÿ íýFŠT`Ÿ[¶\ƒþgÚŸòÏuºîÜ<í=^±ê?¤}|7ÔPÓ켟EÄËùy*গuAKßëu©òˆÆ³ótvïM«ÎJi|_Uº¸åœ­Ðûi^-”oÔý¿‘y.7šÖ×]ª‰ŽZÏë'Ãë€×MîJɽñZJ V¹í[µ»Í]­çI¾Ýµì ùŸ¡„ž»™ú¯„û]«öɨL[ƒ^üäs¼ŽzõõñÖó,@#h¿†ÿŠ¢%î+¤£ ú¹äy÷úìkWÀÕÑ_ëXöîw>¬ºÖÞT×eÒ‘‡d¯“^þCÖ71n ÖWó¡Pö¦–Yî…ðÛ^g™×i/ÁÎhß”j|¨/¾ËY#8h¡/ ÷WIÇì‡pÖk'Ç[6Æ· «uÓ ¶Ùt=ú2^ÝZ {T"]K÷úAádÎ8üçX¾©¶ ÔW¯"é^ÇŸùË`¼Ê…ÿÕw; 5©îwl íÈs;–xœãÃ设û.$Úk–ž Êxfž–ѽ)q›§ÿ¼GètV?Pc&»Àت¥uɨÉÜÊþß™°Ð íÅ8ëÛÚïFúg+K¡”.ðßåÖÏS 2 Öž#}âààÊ_YYìóКùI[¥—‰üe¯Ìçò™ôú3d®;Æ<¿?T«“zm‘^$òW½V&µ)š­µ~w2™„ìÁº}³½êdyÍA~§[‡Ô¬ùÛÀ›'5г!~÷0ò½z±0ûœ5¾a¯ÎˆYLôžìðïªü ™¡¯šÑ¥YRûÜ—–}Mž?e[Ùmyqú¯ÐÊkqGJ\èú7+X2 |0GïTÈ‹ÀÉÊÛ®zöÍÍ*ÕŠt(¯Ñû/0kJÁzÒZ0Ôá®ü¤³Øí¡WI(ç™ÞS{Aéo&éïŽÀá±ü´óßv©Wò¬ùû ;„Ükñda»l]I#i0ÉŽÝ |(êÜêŸS¬–i¬o3Q$±ç“A;Ût…ä4¢5N‚•>—?wþÉíRªgþ …n9–:çƃÆéBê¶úä°ôiÕé3(µxžúã?ì¢5”?x ý• ËïkœÇ(&1ü,‡“Ò×rS§B˜q‡r¥ÿ€|"Œa7X…þÌÉÉ Çõ|ËÞ—kâãÒ—òÓ ?÷ò‡Êß©ƒü2{M³`C{Ó5NRÔaõpb­ÏJ[ËϺ €ú/—|ñé§£ÿùòÁ5æUOKßÊÏCù9îW$ ˆô_ž=YÀŒÎ<®æ ù‹Ð›»„æ¹›J#}Nò+ujð;=FGÔué¸ü0©ÿyi‰ü±ót¯Ï^eýuü¿h?–®¶_Zåü“F\Ujú¦—Ÿ`TÁ¨öÝu²¨ä>—¥½œ¸ÌöÊãP‚­õ×VË£jûoD–7¥E0æxÃýó9<–üDrÿ£nµä¯¥F·]œ¼B½Í;A©ÿm½‚~ÕìàX’š>•6/xJæèQ®B¥ç´Þµ…5õ‚´)Ìߪ½/î“ð˜jNûu¢{l5ÝŠw´¯4(ô¥´uAs.ÈŸä6Kš+0ãÿˆç´ˆ‰BŸK[´„ú_eFR”ß4° ë{˜²YßÿÓjD£UÓF_‹¼¬ÊM×òl»·Òº.ûÖHm½ôˆ=WØ‚Öó‡ÀÎßÓFç›mÓó¹úÿuþkiý‚t™†”g“~£ë±¼‡\­ç<ê,¥¨Ò†LN±nàÎâ[ä,Ã;°p¿‘«Wkœœ›¥£EÞK»´+‚ûÅÕÌ.-Nbfvx¥5E3ÞdçàR±”õ„þ´ÿ¨„¸¼a`lñÆÛ¼HÆ,ž¾Z>FÿH —ulê\o¾ä§)Z”ާGø$í;öV¯Ñ:¯Oix™F²ãŽÍób7ýr¬¤ÄÙuèlC ´]Eì‡øoY{=2tlé,¡G¼£À޵?<fÃ(½ßQ0û½:7JO;Þ'š¦3x¹;U>’ÅtÆ”CZ0ˆŽû-XÖk'K£%KÏ:¶u渎ƒUÖÑkâDž˜Öþ½ÈZèÀxCéè6ž~§”ì8’ñéæ6Á»­_g¯Fê[ù§AÞ>dåÄ£d%\˜Tý*ØBl[¸óØ ®«=”ßÕ«T] –ùÙc¿PmäéÊ:?ÐT­¢Û|JáÇx07ˆ7°ö=â'úˆéœÝ÷5¦cÞ÷½ Íç«wjÅ /rkZÇÉN-e=Èü{ôðºš¨Ž§£1ãÉÐðÂ_°<*‡‰þ€/̾9”Ó%Ž®ÿõ(ÜoÇXwÇZ2'týÓ8s`TÖ@Ô½"ª‘»·×Åp­e§~ЃàYÜNØuK+j?ök^ð*=R³Ž²­Ž@^Äiès7ÁB°êoËûòÃ{¹ÅPx1‡Ý—XoNuòëa¼D`Û,{Öv =~ft?èìÇÑÈÅv–}•3}$¸%ýD,eYlíu·€Që!›J®—@ ñöâôÔÊ¡lóW‹0ä_Ÿo¸÷­x?L‘×u½gƒ·ó9¿—ìý·ø ¢ä‘ÞÀr©5Ž#9¬ìh;ˆÖª:ý5”Dñ|sÒ‰l³ @–Ž;«çy’S·•Ž–õ#õ•&#W‹³:vË¿0ODLú2PÏ.nI™­Ëu(¿ j4Œÿû«`Æa·kŒoð4Ï×UëÇm‹ÛR~yÔÍa ùŸ\¶º-‹j å_£µþ#9ò¬†oسùÉÎÁ0~­=Wø·Hú XTݵGBg¼0KÚO°Y;µ'3¾-”?‹X¿¬¹W¬c¿ûÓYöÅ£ªþÝ$MtL úÿ´‡bT³ÌN%3þDK™}¨6ã¤ÖŒ ±ØÇDê–•Ìg¢+óÕ¬ÑÈÒóŒç(˜%¥Ù+Ö;›þñº‘Ôfõ÷Oï‹¡à‡x—éø ŒU«+; ¥×ùÃPþš¤\:^¾CŸ4È%÷s¯C'ÿ}”T4Íf¤ì¨ód×ú ¿Vüº„yÅôÕœÛÙ Ÿ_!>ɺyY$/sžêºúþÜcÆ‚c«ôI½Ñ« Æ“¼ˆÄq:Ó¿ÎÉÓÖh^“®sfr£ÙÍLQ2Ç™®×bº™ß8pTÞ}ŠðFð)½^K%ë;™ú98ÎvmHG«Þ’ÝLyLv3ÚŠ®ÖŠìw»8Ûc€ãÇ9®¹â(ÿ‡ OŽåmЊ¡;ÐòStέu #Ôæ¿´®{‰÷SïùM˜ó±ÄºóÁËŒ…²‹ˆÿ;!Öú+Ö9D °"‹IܶÆ¿2½\ë;ù >CkÈÉ–*¹n®í¡<¦zûäÇkÉÿæj3kŽ–ޤŸI5$³Ð;5wrGבîÿx¼öÞ.=DžsXIŸg¬¡3hÙ6ТTºî_Éš‘éä|æogW{/kÞ[ïžùAP~´Ÿg©Îó+«soˆ¬aÎÞv ë÷'¯÷Þ#äù•ÿE{Ýqs’Ýu6„þëæ^Áýè½Zòê)¹ÇLÏg˜Ø¸@ûs`ü,A§>t«ðøì½Fö‡–ý[g} =g™áöíÜ›ßc7¥ÇWï¿ä$Ë·žÙsM ?¯×Kjâíç"ûÝq)CíaÀñ‘šC}9yD^¦Gïú3§T®”‡ÄKö§c‘_ëaÄY-«•ØPýé)ÒC²0G“l¹! ÷Ƶ¶~oÉde|¡ýۼljNwY.Ýã]l9 îz®jÿ%>ÑÛGvG멟ØjÎu%Þ—Ô?@öÖ9‚”u$÷sTZÖ¿xnÍåseé}€ó.¢¨å+Ú~©&¶cí¨Ë>ÒÞS°OSðÎÐyÍÍ´ñ$ ú²ÃLâÉÊäqÎÜXXýÍA>$`‹Æ9¤Þ1úeQçA³Ü d_C šºñœ×#í÷bjþóÊŒîÙñù‰PÙuù2÷÷;îa1Èq­<Å­þ\HQÛáÇh+o"3rYò-ÝOz¸|«¤¯ `Í_=dkÕS32—×ÐöÖîÏ=L@Þ%_ü³ §ß­Ô•}GrÚ~Цó1Gùˆ°]JÚdÚÆô!³Û5æNéu&ïþ‚îËIV%>)ð ñy¦ú…•7I= #|˜ÈÐ:ñ×®•p]x#a±´ ZoM÷û£¼Yúq?ÝnõÒç9džÐcYÇÒÖæ4”ÝžÔx¦_nɉ”“¼!sGo$±e?fçë ³ð÷ªêæÔl¿kÅCãNó~™{2ºÑÂæ‘犮­¬îÚ ïúkF{.ãW½XZ:|îøåV–u!9œóÑ[ÂN A¿¶›P{é÷`ž„oáŸÉm¥ò«Õ<ä"ŒßYR~)ý ñ.ä€M¥w,™ uc‘½¸¿*ÎT=Kr9:æË~˜ëgˆOÑŸÎ,Ú‡hØØ@Ú³ØG?!ØL}/ÿ§ÐÖ!W£'0k'zfMuï öý/RÆmX] •žò þ¢÷²öŒÞi<ÁÿëÌ/¬È|)ËCè«('5’…­ ³ˆFç?bsO+ÛªÇS_áw¥ü™•a… ³f€ù»ÚìÍœ¡Phyİr`þ6H_åg:' 4âçè%aEaK z]­ÑvZòCŠþ¾(ô“Vö/ ãÑ>¬DgGôg­è¼¡F¶‘ ú¦Èo†Ï=b“×ë…þ[á\홺íQ‹½šù–ËlCz„Ì&÷¾:yÑðîЖ}:=æ¥eŸvùE”?ä}ììÕ‰DGiårçÁX®ÛWøuNôŠ{ÌÀß/ü)þ“†ïö}j™OÇQ±:y¥ßR¯RirÐèÿ€PSãªaY[W°ÁGÜÔ~|Á=馠ó!Áü~`G<•óY#V\ë—Õ[f^X(ÿ°pÓus³tv‚6³²%1¡eHo‚º_òO†5pª†s¡6Do&}ûÛ}Ô¯-:‘ø0!R-\vÛòèÐ9ójoG¨aºh_÷T¤k¢€ß9y­p}ØQ!Ÿe¿7„þ³ ¶ûœç#@W¨Åư­ÿùLÁ–  3jn·äa›ªùˆ…‹¶a²úÅçúpG¹UÏU°Î¢ÕƒÞ{Rí·Iܱd"^þºÀ~\izï+ï§äd2ÿ3èóˆ"Ö…tNÒ”,%=¿‹ñ†®@_ àÆÄóxA½’ñí¡%~Ut‰²‡xQÃ>gÎC ä:&óŒ‚ú$§ñ{„/j!,¬¹¿ =²’x.ÜV™¦%üq|#Rÿ+ŽkÙ¯ßþ.Ó#˜³žwZqs“O(½‚'ðMø/V5[4iEM¥o׉jÃî$ZÁ ¶ç¯ŠÚfD[ßr&1x8EMÔÑMÇè5`Ë=–ò©t½p2Ô~ص¹*È“+E¤W4äÒmÿ惮Éîà¸Å\zÕq#f0+\ ýÓdT:k ÿ ö¿Äz)K)j™G¿pû'¦?£=“ü¸?­µ¾x”³¢ûƒ U:>þæ¢áÜFi«‹x̪ÏfvÌ6Û)†u"ž¿Ž÷rŽ9%0’;6o]Ù¨eÁ!Ë B…aÌy±)ö/f×¾~Fsý$mT¡ÁŽŠ–ü-ÂjK:sâãlgcŒi}°Hv aRÁ¢ödžgFtëHUó0QHkþÍ0™pMl9Ø¢.¬q";ê Xëé“[àÂýïä'ò¡ýmù·Ã „?O¯½Î-Xç&pÅIÊ—„Ý ["ôa}?ýf“ñPçIÌó[|ï€oÔ—ÔèÝSþùýáº3Ê%¡÷¡Ž‘å;@[æi~Ä \OεòqœèV©µ×¼Ü} }æ)•<95l¡\1ñ\î„ä1Äû_ô«FöâÝÖÀ)ûX5û•ñ'Þe´Ê“ƒÏgŸœŸº[ZÆÒܳ4lç½jþÆ\Œ/7t„Ÿ-Xå P~Kþ.­1§y0“gjè¥nw$-˜:9²™Þ8VAÇ|Å›ªÜh¯©de–ºò|ÿ–‡€ÅšžÜ æo‘ðƒ‹¹FMßÀõý5N×ø|”=„·‘73¹È—éýë„ä{ýÂ5¼Ÿ‡$ï™à[,½°‰7;¹|ZØ_ ~’Ö· óu¾+r9“'¸# l>ä+hûu'¼¶™Ð‡Yç?ˤQ;b+èxï Ž‡é_óüe‰ÍÍ eoaî{ŒeK—Öø·~º$‡A_ˆàú‘s“ÒÖÕ¾'Àôe¶Ð9©b¾Xh­Óê ?ô„þ…Ä2˜9Â×a Üb¿Õí–¸¥ÖÓý+ ¢¥LÂ߆ñbž&8}™ÚyºÆ‰„‰ Ùêd¥çúFpG ?óÞ†ü"xö§P¡sî`u5'ô|ˆçÅ•“rœøÃvèô[ÓZZPäÃ-· O qáïý¨%¿Lç ©Ö©¸3‘s¹ÓøÖ1wCÜøçŠi¯ñ÷`tÁ>DzпAŸT$$\+ìù<ÖHh7·Ø]ÚJÓʉŸbÅ¿ úËh-`¾$¬)—'¿Œ5D,^¾Aõ_}¸ä€K¥ATg±˜‰¾Ÿ0ß Ó]ë™úaLn$Y@Q{¹¯C¿”žÛ^_hq†¹Ö€®ýB½çbž ƒ•G´è~nDà­â2‡êjŒµë»Fé|¿`ÿ ¿Ê÷9ŒQz±e¢1ô|ýˆ LùôæZ K§ÜŸÆ|ƒ¡…¾§”µ¦()ñø}˲ʟŸþ…ŒÃzÿWàml(ëK÷ø&‚2†–m„ùhóêñPúOaiùr:bSMͤ­FO}áÖDoùŽã+ƒÖë"JQ¾¢-ΰ¬šGmhå4á—†wˆV]Èó ïÖ<"’Ù…_±ðGÇ ¯\ù(ÿnèC–°´†¿µ³rj;âA´ƒ™&âÙÉwÇúÈ»‚E1Utgôç`çþ—æJY;õçXß.qG–h¦x"îF,Ò ßz‘é]ºþ:3žäA?M¿È]x£¼RÜ#j@¸á¬3`u‰~¬Ý¯ÉZõðO <èh–ÿ”_H¯Wf÷Ä™• #ù„ÅZ/ÿŒ@ÃJó‚^ ïKËÿí9V¶ÐE¹ HÍ‹hߘã/ , }Dì;äûT}KüÿIÏSeméûÛÐzýŒv½ q`+_‘FD¶£W'ŸÌÁÙÏ‘taìPÍjœÈ>"õ>’'| «Æ•÷¼ˆt=ËvÖn÷ æt,ÄÝ)XÇ ÑýXí÷Êvð¨~^‚íû…§%£1X#c10©Þý€Å¬ü5·O€PФàxb3—”Ù¾q_Y:²šÝ„¿Y>Ô[n¿yTÙI–æ~$í§ów>´v¥Ü™Ü΀€fœÙéÄë0:ÿ9‚¦¨=¦PÚY?#Û†Žå k8ÛP7’´7p”z>qAUùAÿ­ìç0“ö.þv1q4¬OøpØË¿ô]°5ðCÈЊc¡å¡ÿ¥ü-1Ýüß8‡÷©qaÉÂOLvàoVž Wh'lÁ´Ì‚e•{¯õ°˜h‰ a‹„ ´ž¾ÐV^b^{/)–¾ÛIXi#:$éÄÅ ·Hû‡V_Øhy#ò¨ÐÑ»…·›ÃO³è ì2ÀÚÌN,»S üüò/ÐÿOÚeÞ(¤(Ç/á¥Õ 9[ÒR¿Ü6ºAþy€4Ùœä8ÂWd?½˜Äî3ÊpØ.hÍjOŽZNìÙeß2˜e’®”.‹›*Œ$ÏÁ £måd~yÆòZоÈUß ?•âö¢=´ßµˆ§µƒ•¯ñôû3ˆÒÅÿþ.ñSd%í[]?rwÕ¹í‘Ù༞¿n°xBWßss‰|dÊ7OÌ,ÞÄï~aáÌþÇq¦ç6ÏZºªYZ»UÑd&•hˆƒÐcÍ 6kAÞ;¹ÚÓêïÏì§gê{QÃÁ«hÿÆ—ï`šù ä»iùß›5l~Š|>«'ÒÏ©7÷Ûà(9¨º ¾”@øijg¨ÝbÚþl×È?Ñs.¿¸k÷Ž?·ÿÑhÇÎ?÷ìÝ}õê#Êøäñ+&ÔÝ»w¨Wo^>yúÈèÑ“‡?xüäá³çOÞx¿ªp…‘ѯ××ÿøñã­Û·¶ïøãòõ‹'Ï¥N;vûîµ§Oï_»yéØéÔTžßå?·}úüé£!uicäá<«{‡‹>סêP>|¸yë&uõæåÓçS^¼ÞØáŹuÇK½¿1È—K¿B(f|ë¦Ñ'Ê𯔮/.lÜ1¯Ñ¡‚ÑDýÖ¯˜khð¥Î¥ Ôû÷ï^½zyåêeêÁÃ{7n]}xãø?’!Ûcë?;YvjÃaéÐWWwn6:$õôþêÝ»·”цuk©—/_\†îºÿèÞ­»7îž\wåWÁî…mž]vAÍ=Y8ãåÅ_Šœ+s¾qõöÍëõkÕgLÞ¼yýüù³K—.ü¹ý÷—¯^<}öäþé_¯ÿžplñˆ77÷<=YúèÈJê¢Òã¢ÚÿÞ…½µ®²Nåëׯž={zñÒ…;·ß¼síÔ¹ã·NÿvuS䣃’'g?=$rHöøïì'sÏUxÞ9ÿW•”ÊhýÚÊ—/_>yò˜Ú²uÓµkWîß¿ãòɃ+ïÿ³ìÙ±ÕOIŸÌz0÷ñáå§+|Ü:O½xþl­ºŽúÅóç=þmËÆë6üºqÏ–5G‹9çJÏ+¼©sÞ§Š¯ü]òøÑ#êÙÓ'kUÊ:eô„zlôäÁí«·Ïí»yz§ÑËG=¸oôôÉãJ•âÌ©ã”ZYñº¯/U©TP7®]]«Vž?wöõà~OêÂù³ÔÅóç¨CÿV)ÊÕŠŠ¾Ô}U©ÄË)ê ÌÂN†ÏŸ¹{ç6ElýV.?’‰ßúíõÿþXë`¹RšjÿýïóÒ~x —–T¿~Þûí÷ïy9¤mð«ÕaI“£=ék·k>AIN@ÔÏbÖüVtN øgN‚~üeWA«Þ›?5zTy=fŸ9›xpëèÓy»«ÙU›Pø9x¿´¨Nâòaæ ý>±üíéµDáóg, ¼ôÅîKÑJð¬çÅÑñнßrx÷ùé§çŸ ¼”zHÅ—ÌŽödzÖµ†Ýƒr:*5›få7îs;¨eX3Å•¼ÝɯˆHìƒê3´šk Ñ—5èßûAwƒ:ògT†å9iØßT:âYÌhëgÉ·4b¼‚eÌ~c˜ÊÚùvÞšév)e_uÒ¥š¿ò܆ÕG~Nþ§A_o µT¬ËŸÕ¶–¬E9«W’ñµ <ÄO›˜6yý‡hŸ£ s²öB,-O~Xü>`óÜüÏCù†žqº’û8ñǬÆ1ð¡Küð‹ASÀ›«SÙ…x •`}ÇÖpž~XœíL–æxh·€ËPþõ¸gttÝ™™Íj±Å7$%~=JH¤T·Në,úˆOW7"V² Æ¿1ï™Ëðà’¸0~ÑSçÖÞþz¬Åó¯€òG—Å™ƒü¤ÿ®o¡ž$Ìì2-Hú9ÁÏ(àé¿:¹óJw„Òð5.€5l¤ÇûÈ`öôš@LþÈOLLI´)Û~£t uºÎýÆZE)¬ÌL‰þcÉì]"Íç—í /Œ8ßzc53öŠ=+–§÷à x”-  ‘¬sÜ«³ƒÍú>Ûmé »2 ìÍ„àöþÇ ‚"B/åµPìo69ºÚ¿dY¥Y»ä#ÆC݃:B_l„õËÏëq‰n y?²†Î+&$ûM¶ñ~òkÊ<á¢ÿ{§˜³¾Ù߆‰¦3õìËv…òÇ»ò+ó)(ê¯OZN¿5»5þÜ‘Çx"-¡öÝøëÄå /Ì'§ùU)ÕßeÉQu¯ !ø/—Éü¹”{ôìöø[ZOTD“<ÁP-ÛÔ„dšd7àD^%òòêAßí¦í߆ž+¶„6Ä“Ø5¨i€oäõÀMàE<‘=M|LtÚ—Š_&whÀ¼¨‰JÙa/&;ÙÁ÷®å%½OdþLbè·d„ż–·á>ê á¡Çä®ÐŽåŒýXð£´)omÐÈP¾t¢Ï'‡1‘#À7ƒqþZnNrm²ƒ›6ç­ª’> ¿¾Pú‰ÉšÝø÷9?zÝßmvÚ¸ÍÍ—î#¼ÓÚòOh³‚Çáoµìçun9íeÒ¶8دÿ’ q´ßLö4üjxî§½ñ|CýÖŽ;7!”/3ô¾ÎÌïbò÷ Û&铌$Úï%‘ÿ)x€ÿ[èw{háÏÉ7ÃU»4,n ½óh>SËû\µÿ{ŸúwìgŒŽV^ÑýµÎ¿övÔ‰üòSAâÄü‚ts½œðîJORáÇ´}™òaKÒÃôžtè^knk&È» —¥;Òã3_Ïé»Kz¾)Îoiãl_™¾"}¢–—ߊ®µi’þrsüìAÞ*fÈ÷ŒY•.üá' Hmòü&ƒüŽ §Ð´Paaºß’‡ôø]";¿ãZ±¼Ð-H¸³³Ú™wr Ý5øKù*ií“2=;^´Þn¶°¯³\väOW}SRèª,ÛW| ì¹9ø«Idý:“óh‹d¦u¢@:œÄ0§ -Œ/‹$ý8 ¬üR­9GŸy{”3廿]Mzë|`ç°sĈæEg4ê>”9×@k%d¬òIè¿ó‚Ðk6…†Å°–úÚéö‚Æ·ó´!¾Ñi2þëaÞ}бz0[öeí2ìj®÷’š·‹û­ŒiXÄ é’$Ü+¹¢¥±Ž-œ‘ØzížÆ¹ÎBÆŸùÞ?>Ñ%¨™÷ae­ªÎèiDîÍè(G˜]é\Ö¾À »önAË‚[ÃLmR¹9ËLãüÆ–çy‚>hC[(?RÎ8Ð#/²W_›_iÃÚû~2±¦ùû‰~JaÈ{í~3à‘r·Fv{2ôÆ_¬ÉHîé@¬_4ñaìN‚.ÞüêC9(¿[ÒBCbÅcév¦/ª¾ǃ&Ó„§¡#ÃFTUÅ9qgI_†YSNï`·RÜÈË%žó[Z»5˜î ­ò1úyèUB1ƒØŒ}Äúo å—1é­Sìè…B¸Û&ò^LHYµ)7raõhåðù¢7>Á=–²ä·ò¬¡FBð&TþÊÄà¥Ü®?M8 òÏãHGG¾ _HÇ·tb§k,{œËÄ£Çýœ^.)€ú×Mz>Hþ3¬àí:þÛn­wü½vÒÖõ®¿À„%Ñ›],¥Ò_Éj®ï;Æž@ï¯Ý÷˜bÒlrDÃ$ûô6?ðü‹ÄÚýÎ…45¢qÒäô3¹²¢ôÚîÒ5ø±¿E`È+C›&MM¥å§yƒE>EÛú$ è=ýîU˜6Ò߃†5Oê?Ú_Gö£mðò+‚~åÄ&ýlÖ2iszyDøÞc:ø3ùƒ‡µNê­ã/¥kØÓñL³Ù¡5 ê¼)p&´þi°5X¾ólk-/6¾sÕÎ]¨щ}‚·ήòÙ‚ü­Ä!‘ÿ%wòsL¿àŸ ÿî’ÙÚ1é“p»–Çqj¾¥–%/l9…¥Ó‰á´7·®VŸów/ô«ŒÁŸý/‚íAâÍÕéá£XþÓ—øZ½¸à½!ãþRÞ2¬®&Û…  @€àÁ‚;‡»»»»Cp'¸l\7îNîîîîl\.~Ï{ûœîó}÷y5«jÕªšcÌ9ªÖ›=©Ëë?¼Ê_lkùïðîm¬<þô𙓤‰¨i¯å™%¤u…]·UÖ{^èùÿš7PÿëF±X‹¿µ¯ú#ÔŠµx9@ì`ÿä[O÷/¨w˜“õçÛÇ?årÒØ,ð¦:ÖÔ.áoýOà}C=Ù¿wº}zó€ÿ%ÿ] ó6v½ÿ¢ÃZ»á½µŽ›EëiEéé?üWÿ[ÿdøVÞÆîß8d)ßÿûyÈÀÔòOÌ0˜FíŸôúúºòUý#óð  þÃ(ˆÐ à` `¡ ¡¡`?@#ÂBACÃAÁ½¢T–ÿÕÞŸŸ_^ žŸPþ–ÀžÞ=Çäý>¿¼xÿGùB|y¶ñ¥ËÚeÝÜÞ¿ AþSꂨþ5Íe˜f÷KÙ£ÔÀ·ø|û÷=D÷Ø*³V‚^H3¿}™’wµ E¶wbÓÝÝýû?*×;ˆÎáen½$µ€:ïz~»R&Ã\i· NÃtûÈê÷ï!àÞCL/ïŠY Â[ #;¤›~ziÓ0Ü?-ˆóó3˜Ã£cBéHYŸ~ÛR£<&´Ò¦¡³³S¸ÿ’¯ NOO`±ÄBÄœÊlЏLsÈãŠáþ»Vsxxè“PTTÿ#¹Þ7¡nhbî¿ä)È£C¸óÓc¸“ãÃÿ¿)ȃý—¤þFÙ7>bò6ƒY¬Ó¬øüãlÿí<¾í¿ùT¨¨7»¿#S3Ó% 6ë +~ÿõ˜ âÿ¼^»ÿCnz]é = ÙÞZ_±à°Î´ôÿ«ù÷j“ü?æîIþúwÃãÍ~Í"áÍk û_&hÿKŒcÿÇ I™zþ¥z_þ[l5a½eÈõÇ‚çÍs‰úW'hÿÅ ¼ÿW‚ûO„Ôÿ—‡›ÔåùcÏg i'î?(ðW¿–}¹þ/¾sô/üç{³'7ç·~ÿ†xŒ‰Bÿbúÿ¹Ñú?ÕÃÿfOi.ø—ç•´áø_3ÎYÿílÞˆóçj¨ÿà‡Œÿç¤Ë¿Ûšü\ðö³žôó¨üûŽ"›Óš3X–YÉù3&þCÜ©þogþ®ûÌ0÷g²¬°Rxc^¬îõÿÀ±ÿ%äluñ§½$KË*+%ÿsKÍÿX2îDµÎ•âû3‹cMS,¥Þ~Qyk¿è-V)þ u$ÿÍswþ·Ì$ÕÛÊøý6ú.ÿØ«ÿWÚö!Óo±QÜÿrú­ï_æ Ð_¨íöf/gÝõ§/ŒN·êù§Î×ÿµç}úç{ðþU…Údìñ§D ØÅ~÷oÎüîO\ ðçUñï:ÿBáO×ÚbìeÊ÷WO¸ìŽÝGþcþŸä¿Í†2‹œ¿™%Ô›-¿9äŸë‚óÈü³oöÿº£QМܲç¯RpÿÐÇ ä¤þù|+ÇW2ÛâÈ ›õµ‘Mûõ} ÉϲF ;Jaå°A»[ŒàMká0ÁìÆt6êB[¾Û«‹ç›ô£w7Bäi ÆóO>[ﯨÝâ[¼F?ä¿S}0ЏL«S+¥‘k×?¸vÄyN{J{vú½¦a‹›o(7Ky”p0øQXÚõÐg×çÔgÃçÀgÇçÄgËçh­ðX…•'Aj¤‚zêÂÑúûæ½k¦<¿(]þEùE‰â¥á%üEâ%x¢Å“<áhq§Ö^äuæk³Þue²O¼è ÁNèïœS —A£WôW‰{…¦üÖ°ŽŽ“³3úOåvŠŠ6?ây‚Æ“ð›¾;ƒgðÏ Jº™²ÁÑ•3œ”Z’ûWmÒŸ©juEÊ,¶ÁÉܬ¶Æ  VƒÎFÁÕ ù4Šq[3P,€‘c¥×ë6i®Ñ×`û9ü±çß?"¨œ@D•Ð:úò9‚N%Ð3%*RŠ6Ôgñ·ƒ°;¹—â”ʼnò áw+ˆËÙk·,á6ø¯ yµ²e%twÔ#êܰ†LYE¢ò”7––IYä58¤ì(LÊû¨-Ñ‘ç@$ŽšòZûvÀÙ-\E‰¥Îx8Œ&#~€™š”:(¿–5§ª‹_àå—ËËW\«ÀP¼Oà,D ÿt!9“æ0+€@÷ Ç©nC™áØd&ýÓnT9ÚåÁûFC[\%ÓÓâÏï¼²ñ¨ãˆ>µØ‹6Õ‡2‡†NaœJåò5Å 3¸nW ï  à{e9©¼f¼Í}œ|9eñò”=¨ø¨ÛâWù“2XeQr}%[ÓòXH”Á ăr;ÉöšÙ×H¸ ø¤Ò+E£bŸq ûììàf¸6¼lžÛ߃«ÜUÚ )æ"3a%x ÒRƲ:%Ós‡8à²éç¸'gSG¸™ñE4°™î‰\ûD»‘¿:,±ó>2zt" ÆÌy$›G¥â®üªxB=Ôc†!V{ØëÔÞ*ËC2HXÆ%–æÏNšŽ)îN.§–MU[xKMx å.ÚÕ9ØÞ‹ëô¢ÃK„^™Ý×½SG¢5ÑmÑTËU­…W.ËRS¨Cóªç&÷28Í`«K•%*k´TLMZ`ÕF, 9Å-ŠY”*MRY4Õ>¨¿/ËžU·Èe™H…©'“X¤a8¨1ìc`UÓ:*ršä´Ðzwem<¤ÏÙ™z0{®«Woù?2 2 :lüjµò«ÝXü`åËúíü‘{M箆zÎÑR¨yÅ™ý¬£\T´JÅH8ˆª°:7Ý%¥Ÿöžñž1Ï}w”~«t©t£t¡Vºò’ç±xÕy6L¯ÕÍ,YUaTìÌ^šºÕ)-ÒY5ÜדWö޵kóúÄ9Ërå•MÌš»äyÑ{Â>ŸL>ãË"—Ow¢€‹8…ðJ‚AÄÓ±‡àZwPa©G[¼9Õñ;W±•<Hcº›aF|âjúþ°ënmÓqTÖ¤¤fú£¸œ:-èFÓ#»mZÛLcjDj¾ÃBn ÉãGìÆ_ÚGKæ1ÌD‹'†Ìè‘%qI¶f¼†±¦¼VßR­ÎYõ©;àÝK‰:KYE ”ì'<œÄ™¯ß¾³ÆàmC?›=™=<º+yªUrzK=-Þ9]pðÓÅàlCºù¹y¿BxüÒ®Dn…ã'tý„û.˜_-?Ý^\êý¤¿¬Æ3;â¨oÍ:.;2oø:jãÇr_Ð:v#’µoÚ:Å»3ß–uüFd|ßàu‚óÜ02¿Æ!0‚ÊÖ%Îá[a¬Ö5ΑZa ~‰žÃyÂèøB«gCYÙ²õÃ^u½«üúWô¬'w‡×š¥­(ñ[Êã³çI1)]WøNÈŠ¥J9˜EWJa6ÈIWKy6ø½žàÛ°Ié*Ìd ^ëÂ8‡Gõ¿Ž:QÐ2“mû‰Z#~áÕ‹;Ï9`Eyíå£Gçj%ò1Âc'¢-åÓ{$ÿ½û_èyúë‹NŒó%™Ê­¶qú:uÖ]Ù!¥ü\7d‡–œZwd?úÃcÃ’v4ðjݳ‚îGÇïµu¢Æ/Ú낸å¾6æ#³+9¼þ8dXÖ~¬x§¾\t8í¯ßaao»P³H( X‹’´ê¹¾>?Ï??áƒLÖÕ\‘€Á˜ë®pÚA*YZsˆ®h«þ x®˜«·ï“¤‡d÷Ãi©t®mh;e6ë°Thඬ‹ÞÁyédA«Åþ°ìº$ÄK²&ÉÕûŠA̯®Š5«„‚È”#IÁ& &«ü9R_–&Lð‚ÒMŽè2{’ë>Ö_ñsãò×¢ˆ9EXTÞï°(p£ì³Ò)0#/³Z‹ÞFÃgù}¢ŠËÊÙçRüˆ.J*K?(h$«¦ørjúÀœmoD~®óPÝIñýŒP¬•"ìŒ0XÖk‚E(RÖ`ŠE˜XÖášÇÜÏû;­õ4v¿•×5ñ:¢(HNtÎIDKVå;Ú= ¸oR‹ñ’Õ™F‹¾ÿÎüQDp\¶ö}ð¸3<¢Î™£ËR¶\%6ükÅîw#>}wÆ9j¦¬©»9n¦¼ê¾9ÄûlµhE$Æåk?ÒŠRj៣N³»öIÕƒgs 6,?ãùfóÊÈòìç ´L˜"/†CfŒC¯|a˜/LýPàI"3ýŠø†6ü17 Õ4€ÑTV{¶×¯ÆÏ¾ O>¯¢ùÐÿË.\­öü§$¼]_=ºdœ]?· ïkrN_¤œÛ}tª¾,ƒ}™;¼ÁºFeaÆõX?eyƒGsö‰šÐåRïS5•çâì“5ZçríÓQEœåÂî>ÀòDO ]æ›@P$ÀüM{sÑ&Xf‡¢ùÑG sÓ°S™F§ÞÖYÓÙËÖ*{hü½Bçô·÷£!LÃìð&jvÌQ µ7®©¬Zá“Ùj‹–´ï©‚ŸU;©f¿ýúDÁÐù™i™ÿ‚!ÜzCfFD¿¾[–àÂ>« ¡ÎW‡¡òÜò„ò‹+­v0iíø Ç“tÇͪ¸Îô´nZ#Bðb7­+õjPÃÖb¨êÙ¬³h+`²zãøm…:l,³#†_m<5B¼ 4üv9—i¤¸ÉR¤` Bà%¾ßáç`†NêC·~›ï½J¶Jšˆ*},¶Ršs½N¶ZšÈk]ˆ¶‚ËØz¥l–?²õ­maÜÁu±ƒ™„iè9±%³'ˆîÁ³]†séÕ²UYFté㱕ybZ ¶^O»Ãh¬‰‹€úiz ÑñkGZ%ò]nçYt²¤;tïȵõ†;<ïh¾õè;´—ˆ]„*ÔÐù ÙMºM2Æ‹EqÁÉ8GJÁÅüŒ?)⧉"ºcTQE7Åß]Ä m‹“¤Ü… ¸o¬6"Ÿ†?n¼¸Bà‡Àntº~À ÞØp…Âݘ˜?L¥>gÍŒã> ŒfqRƒ ·°\É€&[®tÀà½-šöÒvSúY̽ðÛÀV^8ú¶IâÝþz÷HOÌ RO,N• O< ¨ObŸŠEÍã”òx'L™að û~ÙÙ¾{‚–öWÐý4 qû”A)û;ï% ¸GÌNÞ?ž$_̬:5žtGÌMÞO‘$ÄÑW‘tFÌÉ>âIš.f1©X‚.–%ÒL ;¶7Î »»í1éÿô]5†xh¾:N“sÁ>£”ôHÌNõÝK  s²ò# ÂPç‰!삸sìÊ6ruð1éc¿÷%9Çw¤8ÁíoQq*Ûìü/Dä”—lR£15Û¸2Œ“I~tcFö𤼩Ë_ÙhíÓ– ]xì3¹¿"ðm£¸Ic ·±Ü¤?§Š9($´öMÀ]û]“¯‹¹b#’(SÉ᜜PÒ&œ»ÇIò0£KIM×2ãIÉ0·2£Hæšb¤&ˆL}Á–Ø2å–zCuüÅd†Íèy¦zÍ0åhîó§B‡ñ üˆ©‘Æ…¦Ò©á/bi“@f‚™Ž.lÚ(‰õ®qþèßÕ×ì4ÒãqµŸi¥†Æ kqie¨ÇÃjQË$Aã%µØeÒ©µeRGã͵øe28ãAµ(V’…™µÏ@ÞÀ±u‡»w‹ÔwØí~6DhV2\ãQµh'’-ãåµ8'Òãu×lÍ?o ¼öŸ½l]¸¾“Ž&ÛÒsdÇã”sdÆì›´»ÆäJg¡p¦Hg+XsfŒf1Ðp¦f;psfÒe!5‡¯† .ú¿|ט1EX «Ï>Ù'Ô›Bt$^b›¢u¤^i˜Â»fñúNz»"ÈÒýuAŒ\K‰¿ÁŒÁý~~ß¾»ÿ‹°Ì¤Âµ{*0Ûä€Ã¨…y@jn¢²¯ä©]ȶ/å^`䲯åMÆ€cpLðÂ[ ³¯ðÁ[H¿/ñfÔž¶ïñàç—¹oò¨žœ°cÀI=€;<°6¤Á¶¯Ö´|g.1´yýF‘ú«†iÂŒôÔÔ˜Ãõªh¢zj vB‡û5†»&ð )½†?ä{(‡9éúcÑà ÚWJ‡F.+[KцÆà+ýK?Q‡Uæs)G ›ªÌÆFꩪ)û:¬,ˆ;Â?G¶ç¨ž/QLd›P—t>”BZôcWõ–ÂY ¦VíZ~¶èôÖ¥U£žM­Ó³Rãº!~ ­3 Ÿ«Ot2ÖJÎ,7ÉUãƒ§È ÑPä?«ú°ú"¨RO¦ÖZ‰sÅÁöغ/ÇæégˆcN&¼ ·8òäÏîMvÜh´JLr}‚Q©(‰„6´‰%Çq„E~2ÒLtéÍ# Tl³U‡ÐIôË3þ@4êš·­O)3 XÀ` çk¨ùpú&vש™i¨Ì-(²FJ™0ÍK²†;Ìk²F˜ Ì ÜP?Fz‡/ ÖÇÓ -À×Ç•éwÔÌX"†ÏðA[òVFZ¢<`’,Í;ל¶Ì[ßÀ.uÝT{Yò=þÄÓ…] tN~ó&:‡µ÷î‘®V8¶qN]10Yà`…9z`BàýŽ<êŠÊ+Éó€èüsE¿aÏ9)aâ¬ö˜ð1ØëÊ+{ÛàŽ×ïõwƒ?ñ±Ç»³Î—óÖ‘ÆüU€MYñÄÙÇeЉæÃ•ëSwä¶n•%Ñ_Gï¯ý¾òHØN›×òŠ€¢Ê[†;–;ˆŒ®ëÃyå2ódf ÷À„ãç³{G×îKçgC`ô€WÂKæ½ÕLC¾¤…Å=Wì©!ã9ÓMz›.ýõMj›žÍ× Ðëƒæ ¯·ˆI³ðšÄíÄóµÌ_ÏØ¹Ã±>˵¢»9O$PY¦°pŽi ,énÌË1™ÉyNÇ/ì;‚kV‘™ör–>: «€“¾7@¨’7w¡;–#¬Œ×,€qÝ¥y’€c¹{3W÷àwîüm1Úªô9˜3Sá=`Twñ¶xmõŠŠ¤™¡ƒ]ÓFž¾µ³² w©¶DmŠÜ¹™£ïÕï6El“8G»ª×Ž^A¼ ™ùc³{ûN8ì¥ч}×[pÏôÏyÞ€W ¾2®¦•]:oþŽâ–”an®~û8Ímì­§zoÑÐÚÔÙòuðßñsÕ‹O ßTæýuÉS‹ºOnÇÌÚÁùAôùç‹ÚkÎk?è¸Ü{²Üéqa¾ )¸ÒxbíèBcÉ´ØA¾ç{BñΠzàÒ’šÏΩ."* 3Ïi."4SÏ©/"> ƒÓI&ÆÙÌñ¦ŸhÌQ™í›:µ%˜Ò.†ÔçdÜÉ=‘,†#åäî“p†Óå€Þøk¸[NáÚ5j›0Á„Ê5ÚsƒìGÔ¥nM»ïѺ„)åÔãQxTen˜ ZÙ¸HÈÂÄõ«“‰ ÂÌô›“ ÃÔôëÙi‘ÂŽôÛU¿šŸ§¶bTŒ´q³HtÝÀ+Ñ`RwªOtÊá,úeªä³áˆú¹ó$¬á´ú FÊúp<ýÂyRçp¾nü ±c´ÇžÌÍðFBy¬à;E\´¾¸‹$vJéÐaì­vêÑЫMÿF ºÐ¡Í°FªòPSâºì/ ÝVv±2[èªÂ‰ý–Šzè?JùPdz˜.4[?Ñ÷P_¨·¢Øôp]h{~"è!¿P3 ê©ÄŽÓc:ê²Å¦ë²ê껕 Q'Έ]í×5dNÎÆ‘Á É-„0èG²¯Š}kÉÙ`Š‹0ì²™f¢ÂâûòË7HE‘ÍüËÖk,åo}Èe}ÊÏlßÒ…£wX.±î#߉ðçÆÈÍSèfQÇê‰ØËÍ“¤°ŠgÄÞ‰¸6¨œ˜¼ë)ÒWdÁÕ÷ŸX4%2Ü@)2ÉCGŒ!έšèîÎuÅ&ˆ^SpõFÕ@½|'±'ÙàÆTi«A8&j馫¡>6ÏÚ9´„Êt¸ʱÞ'·~c£;÷w¹º ›ø„uR7JíÔ¤ #7ŽÕaSkO›Úo_¶"zs#'T%™RÃŒgs9%"Õ’pEÒ‰¨ä¦M¬ìë]3{³ºcµEòŠèäfN¬}ÑýÈ ƒ•AØ+k̰üE/‚Y+7’¡WÕ ýb´Ñ”½ZŠ™ ë'¢JýP/‹A3CW²Ù0£1ŽCDS/·A{Õ/UÓ'ó'cF ‰ˆ/øC[®Ü:f¥ŒÞlÊ8u½œmU|5O™ô—>íý¯>:Ý)DBy‘¯dO.6$× óرõ©øbÛ·‰6¤ø³p³¡ÊSïîÏÎú?ZìL¡R ôÉ1‚¬=“ôÕ…$96T–ʲ ¥[T[Ô[ÔZ4 5Õ5¢U£aæØ¬â6hi«‚€Å|WñÛ©àfpxW¥zÀíHøH÷(æ×%yY¬åI¬å’8Qœü\WYõvìðÓ­ÁìÖ,ÚlGif)V^D\ÊïµQNÂÖYW‹ÒÏä=pq*€øæŒ€<±’<ñï6;‡X×*îÜÊÆ'&âžÔðîf°/…üC¹gç²%‘<Ž`D-ÖEØÓëÏù>"J _¹MÚ ¤®?íúuÔh8küˆ–üÑÏyò¾¢^­E|%_^†rÛÛ±þ¸æ™æUp|é8*jcgIƒØ IçÌ%ŒY)•LêÕ<5¥éÓË®/³z*yJõ/³Öx&£P2ʳ[¥#óø³Ðsß^Ó‚ö-ZP ÖË…AYÅ¿>OiÈ3:œ«£f‹º_¿1펔.9LÞ¯?¼VµÅ@T‹.R ‹«å•Ê×*j„õãô¤ÈË)1*P™‹„a4D4È4Œ5âi#i i’9× æ%ÉMRg0oøŠ¬†Ù<Ï‚®/ó5Ô5Xß.)-%'Vkp'Þ°_ŸÒ´–o™oe>ÿü©žª¾¤Þ¼þ°ž¦¾´ÞtiîP4§,ª¬¼L{›ñ§0±^¹~¶žµ¾¾Þ‹Òdð3²€Œ¬sCJµd‘^è>>ü`½öâWÚjºzeé*÷ƒñë$"€Ø·Ç_»ÕRõ#5# ´•´É"­Pê:k¥½+ på‰)J¿//a,)/±¦¥˜÷[¥ù«÷ã/ikh¯¨8QE_g”%—5žèÎ?~±IÓ2²·>H?i=ñ?ɱÚQÙô«Ä°rfæ§\?á`íf\k?|õŠçÌ—©Ï‘ÛTÅlÂlàŽÁ¼ŠEçue?ÞØh¢0‘ªWûÔ{U©ïâ]”VÎè¿è±Z¡N¡ú¡Æ‰ˆwH p鵌H’•[y$ç.¿ôʪÙ0]=¾&^. † [(M냟â/o°oR§ÖB¸-´ú•ç1äÍÚ*1«ÐT&V2z͸I–I]qXÑJ9E¸|íÅ÷u]Ø(’÷$¶ZuˆÕÈõiT¢bDÅÖFVlu±1˜Ìø¨¬í¼»±7!ß.Wئ˜˜–^§lnaôFR.›BÑäI-5ÞiÆÁ‚m#¿µ…Žƒ¦ob–PÕΪ2V†Q–M× ×,Ù¦®–\æÑNx=äåÍÏgÌAÆVV6¯6sqJòHú$ùF®)1±½zhBžm¹kÅ]¿CRtLÙÞŸå‡ê§”<Õ ºÏ|ô@òz|ÿ?D÷híAgam!–F¡c ¿_õË;sÁêgMÓNa¡b¡bÉfÞFBi…‘ÉVCŸŠnè˜É’Éjà&grxbù¢-WxлBsa‰C@DL9ØLF*‘ˆW ó‘`–g¶M™ qQRÕ [º‘`ýnnÜÌ&Ú•ð5q»¬½Žy_²*@’LËKèú”È.InØÔ¯çÿ,"ªÒ—š¬\­âÞß|jñ®ÞNªçÐçï'e ì‰DR`ûVsµÇջػà]…èèX'S+Um…Â3ÁÛ:&¼Ú Ú*èy]˜˜ÇfÖh¦ÜÓ²cÿ-*»öò @ؾõí9õ¼†ËO:íÀU²î¨sç”ã”køøIqtzѲ /²J!J²óé‰f”‘òìWƒµ…ðkõ––¬ÊÞ\†±vãÆ5lÇ^ƒ¥ë¶¯³l½§º›Q€@ÜŒvÜŒÝomI*º„˜S±ü¼Iy¬iElvlΉ³5B\9’q §Æ÷CžÎÉ÷È—göåFdiÎaàÏõh’j½µšTÐ{ÇO‹Õö§ ÓŽ³ö©œb°_0„‰^|ö ö¾ï}ÝÓÝû´'[hf®Jƒ™ÿ“r%l¡›Ÿ/ÓÈ‹\åøc8ÉÅž#‹IþŸzïÏØ¶Q¬ü=½nfîíï”ôgÁk·£Æ£»üfÝÓ߸mùeÒS ;­[­8ŸEüט¬‘Ÿ,Èù‚"bmjî ¢Ûâ‚ jŽ}&¸èÂ)1¡Ìãj;±&åüU<È]<ïÌAö šÎIÅñ¸vøN©›Á)? P¢ß¹`E…È£˜>¿?›~Œ¯{.÷sžZý"o–QðE]XS¸cPꌼÎéÇÇ(u¿bBjƒ"ƒdA'ÓÎÜoˆY QØzçQ‘òÞr²ò‚ìa“=ô=º)]¸]nè²ØÑr:?·‚MçïœxqîMÒœÉSÃÂøëØÉÕ}0åAåå tL6|ÌùRã5ɇØGؘÉò=F¶àN±…ôŒöÞ¬[[¡_¦_qHwHåºõpé&ƒË£w9­é@H¯‰ Jìò‹SÑ>“$.L˜0¶×"7a‘@ëãvIÇ¥'ï×æØ®Ž@8f`¥gŽM,xBE‘Ô"M¥´$àÆ‰ŒrDW¼4¥"çk®/]¤Åߺå.I.bEŽ÷q ·§w¦·£w¢wà³ãvú w)äVÖ’ÐR×Ù’Ï­$KØ`[YZáZæZiYFáë‰Á’ØÎ¯>`-ýÀùUi™zùqåh±ú B‰)Å{¸4‹ºZt•z,éªùp¨ É^•µö-(Ú)ÓË7¬kѦ®ø)ؤo²ã|})cïÑ$ÔO%hØ^º„¸ý~ûÕá¨`])'¾g¸ ÉDbÉwIQ¤’ëäÕ6÷ú¼iì3ÐÀœ®n‡Ó~åWsö“ÃSÊ“&«T”_>ÁP6ó¡ŒÌ½N´{ ¬G¹O%’¶c ’«Œ†Y¦‹–í8¹éìk:…ּìúÚÊ/+wÞÎàà€±ŒäT…îßYÀÎNÆ:§“¸ÏN`3PscY~Šγ`[èÕohzÊAGÿ!Œ~n爌J¹ìÅÆ\¿úÄð|¼XqHÁÖðØÞÚß:ÓDiÅ/ ›V6+9[ omRñ¸ pdg& Üî½d®dîdn‡Ð,èøâ¼‡±Ü¬2Ýv´{± ¡ûí'{Ȧ,\y‡Õf©†üFM:ʤ8Á’N»–­4?Ñ‘”Y´jœg…ÏEG!ª”‘¿ëÜRLd]#åå”s½Ð~ŒŽÈ‡d<.Ü;ÜÁZÞ·ºÄðË|KþGiîËÛY‰ú"úíw71—‹W½ÒíèÜäÈ<¯®ønø@W ;ÐM 4`;Ú1Ù_mÛ*ÎBøtXn‘¼×>t-F$-–cÙŒ1P­£l¨EÁŽÂB–·.tœ ”Ži;§OO€xÀ |…†™´Hû_h(pí¼%ûºM‡%„:šˆ¸U@÷KKñûxË¢ìüaV~¾þûy±ÆhTILdq¦èma J± b,yÌ n3“‚¼” í̵bGc5:Ž‘€þç­@´x3…·*MÁ÷yr¥î"MÊTÜ-ïí¦îl}Š€O8—šwæõ½ËFû]á€' ¯óäÜ^ Âoá8[µF"Môr¸¹@œßR‰•âO4Þ(ZÖ¿Ú´– O?»„ú|ù!Õvš´IM^±©¼’êQó-1LNŸ›¡ýCheHHQ²$ÚÏpÊîx}*†ºd‘Ò³k†Üdñac”š°…ZÌÝOúUYªbס‘ Ú^r[rGr{òOha¡ÝÝúö.ð.*sluNwu†ŒdíáíÑãÑÍÑÃÑÝÑÓQ2cL‡ŽM}k†èd•aò]ç=»=§=‡M™îÂM¦‹&ÓfÐÅÌ=ö“ÝEä²'y;&_ptKFK[K@KnWJ¢_¾› ½‹ ‹Î-î©ÿÔï­§³'ÝÛO·²·ß\†½µ‰yw‚CÙTßá¥~ngêå™ååYm L£EÙ »ê¾ß|g—Ý(¦IC‡r†°Œ°¾¾’± ê1;­Ûä´kkì,6ƒ°\^Oo,FœÇ°„­‡uhwÈH?2ÔµÿŒ* ]ãÐÝ À\Æú¡Kfû…2 JÔÏ×ktŸn¸ÖœÈe½‡ &Ü·ÃO¸S_×®Jµu›1Vvç×å:u‘*\éGeHµÈÇœ8sÿº_‹ºx•tªÈ¥È¬8þTy¡!ÓŸ-aXa5|Á÷ʺR/1•!E[åÑ->..0-¾Z´¶r.U¦–ÅÜ¿‚ŸE ]„]HoeÏS›ƒ 륓¢šŠÄ5ÃnI­Œ,¬Ð¦_Cÿ"jFU \Ø[=ã]çÝŸ%¼+0× Öߣ¬U®\hëi›ñ‚gGL‡Tv¸È»ú½Nd 7¿Î»ÇyÖ¼n q@bWÍ.¬yfMW£(ûMÚC‚Öƒ” ²+¿Ø¨žkâ’ÐÊ+—g+öH®ˆl)óøÁ,Mé,xÎ{ç¨çÖð£=©ÍÜ2§bùIø™70ÿeR•\,<¯gÕÌŒ‚qº× "ýôäÄé• =ÁÛAT<2oóõ4îTþtò”ñ´úÔþôò4^žŠ²ŽÄΈ$УOp¹9¨·ñÖŸ²"^f>ò— jxH³¼‹3³Í°jT!˜#]/ôp›÷8б~#éN÷LÉÏq°Ò…²ì`^bª•J½ }xå h‹ÑºÙH¸äNz„Æ™Ýÿ¼æ1 +L-òvùJ²„Þ^¸Dþh$bl$íMÚŠ±úÁ&0`™š0ÿÉž<mr!‘@â,ý u@ºœ4y‚VyRö!úÏT¸Vy¼ªzÙ!_û­ºõ&m)[ÒGILkú×…Œ$Wß(¯Ä`þö¤=yÅï*—¾1¯ü£ï„M•šB/RtT{±FM%šR£”{q:ÏÐÙÝßrò—åts1 ð`\¸ÑKœ'{?[ë¦àÆʦðe¥S2—$þ²ÖK\c!Uœ Á£Pº €Áv•½LSÒÏš\Eµr¢±Ä½~‡·Q°Àfâ´¦5!}bRÿÖöÅåí¢‰@×öÆå·mEìÜ ÄŽÑ%¦rUÒ·ÀçnÈͯv!ì’ÝgñÎâc·§ “fÅå-À–ö¿–ì¥mšÓFGáf*­Ÿåh?~v[0Û±KÄ\ª›åzül©Ÿ–Y„ïœCÞ½4¸Gvƒ¬Ц¬ˆSò¤ßNº¤n"«’[%±Ilèר±²çäh{â¡ð‰ãâ v·šv¯ŠŸi~–ÏŽç”ghrmÄCÜI)w"ªëkä$ÌŒïüyªp:uÊtZsêpzuÊÄH“¯B×RÑXÑ<8È»–‡¡Ì¤AÿíN~|¿ûó(ô±ø1å±éQæáVâ–úÖÂEd§ì1ã±ö©3C¨BŠ 2òû»|FL~? ù‡Ä!@(©º>‰ò&‰vI~HœF‰š<‰’9"‰<Àƒ$qÏ(³ËûƲ‘$Dór'JžZÄFJÕ” ¸iÒ¤8Ðú5Y.½ûTO­vµxòwl=Ñ¿?ëR}C,ƒ0~g¤&÷Yi"þþ;qŒ¢*©\UK~Ô ¶Yf­çW'…fjžx €>¿aRôt­ð@½ä{ò I—¼A,”>7²iy+nPÈH¾ñÔlÒü ‰[%¥pXƒ¢yra¥‡GU“$S^šÚ$¾­¯«J0F¹y«m÷âÞ¸G‘”@=¨´“ÊØùÌëŽ4¯ƒÿFÄ`Ù¹¹úFo4]¼€DEž‚2A`N§,^x¬bNU›*>Pj(÷gßä ®Qãtl‰‚+i¡ZÑ<µpüZ|€!¿Q^€²8^@]ª®LY¯BEA°’¹œ¹¢³LWœ*¯%^Êhî^W//Z šV8¤FŒçWM ™•*¦QÓÆ'¨óë&E&òPåÅ‹ãÕA‰ ƒâÞÅ“ÚY¥ŠÊ” –Au£Œjí…,KEVÊ´ÚAe£´j-¥ªâê’¢’’b÷ý'áü8bøâDwYŽ<\å( DMôßüž;áöân9ÜJ@ʱ8ÍxK.U ¢{IÛôª9K]ºHû0yÌ«,LqÀ á¡,y=”iUrÔ¨–S¥ÐÂN|Š@ ÄÈ}<8-¿‘-,R˜1;tGÙk7e9ÊS‡ýœé9Du*n–¤¶Šc•ÐÈ ³'-Ä)É®;ätjkæÇ;=%&Ø%/¶˜Ö:´vŠnVÁÃ0ï2½Õ‡¸+òà«(¦Ím9)xâ!? &`”„¿’8Â}vƒg_!GÁº¤azéÏ©©Y@«X[Ѻ(zºïà Ül/ØT¼,oM-3Ó2ȳÓ~ùÝ­ˆ[Ÿšk&é\÷ ò¬’ß®ø¶Ø5v2.µï³<y)½piyŠß¡gìë~¸+ó’g&Ñ÷cîLˆ] \Ð\4ê2µOÖûù3Šð‘‹[vx¤¹–$˜¦Ë³Ö ËXÕ*”Š`§?«hA‰R¹ùˆù¼ÈuAS8*k»6óJšÆ´á‰2CFsöìšxgñQYJÓð¦Ðuyš˜U$Iq(Ìr=F“ 53æ"ot†ãó±:bY²¨ìDíç^êÉøÅoYÙ¢Pi’Š+Ÿ6IYŒO%Vå¨<¾hW«æJ˨¢c‘Å2 ?¹}¡ïÕä÷$ä=´¹Õbö¾Ž_]¦, ¦ÿlúöœû þ\ê-§…å‡×©Žc•ȪSŠ81ZÜ5ÃcéfY¯¬QX6Çi޶{*wúóà Ä*švÔo/ÓVÁ+KPâQçµÈjÕ¢, œý9Ã9'bžËÜ@fV]`êµ»ÈpÒX¯Ãµn Vxñ7œ².ƒê4­N\N~Ôóðêã\y”ðL-¸j3ÕËÓëÕ¼WJBÚ?«½•V³Êª—å*âÙ*”l“åVù=q‰PëçN-VKU¹2ó¦ÍZP— ŸÜ4»¨ƒR MT•ØÜæË7{`‹:†@œù†8"+¡îYó}Toœ»¹X£YåöÀ›'kÉ]6zrë i‡Ú‡%¨*“C>CÎÅš>4q’†BU•:­²³³&PÓyéÝ–£-^Qšù5Uÿy{N¶­^[´âÈÖÝP¡Þ°bY̦”m"íPézÛž#?ð¢°T”Ÿ —_°ªn“Û0³tP!ø¬®uT|;éqäu½Ò ù6ûÄxiìN¯Ça®;>µ…k«Œ’EÏôlá`iUŠ„yæåܯ՛¹…3Kd¦ À×ZO™‡˜VUíB:%ôSi#` ¤5W¸9•#‹ëºÎŒi²fX@@^çä§ÔÉC °Õƒ³WðêØ3T’£šŠ£’Lö‘4Ä'ût×Ë8Òaðu׊WΪR…L÷^ý‡¤ë¡ôç^ÁÌâ±I“#‡ë&é(¼Ki·XoŽÜµ™³48éX> Ð5óAâ9¡]{-Ëfší Lû_Bë­“ýhl¢ùPíÎ"¼U~= ¥(ÆxFfNeŸŒ,­J‡–w!‚(óYýËTåÇŠ ¦Ó?Rî?„Ü`^™Ì úqÌÃ1ðÈ;âìØþ™ìL“8XÙ wAPìH¿õö7M]_‰¶à\¿É6ü{®ƒ p^ôl’ÄXÙÞÄÕáýõ“;d[–¶})æÄÖÜõw»¶Úòô臑F„m|tk“Sàî"Ïuíßµ)<"XE4r3&VÏq ·Êž¤y³\š±W"N{1ò!à‹¾Ã—’È6\·‹ðåv0üš/>›t9ò¸n{àõêXíûbÁÚûÅ 2÷á¹ñ¥Å[€¯8sRæ(„a$Ùzø›16u®ŠÌ'7P³ÔJù©ìJ¯¾AhÕ´ªñgfx¬@Ä~ßHá^2ƒšªžyóëo¬_XØØ ™Y±="Úzy :&´;*z~n áD õŠoÅÛ-²8~[Ý·»Z¸ñô§ªhhõ§ùÇ_ãýó\ý µÊ­Ÿ‹k|rŸÿ©‡•É+›YTCßël zMµNµ1µ¦µi´Ö´9´:´]µ^µÍµÖF_TñŽ6L· ·,{ô?Ž]¤ðíWnê‚ÔºÊP7Â/{®znIÏ›4SJ‡•1¨A #4Ë øªÔñÇÙ7¯Ò.J—®WîWnW®îná®LìŒ+½|U=]_N&]‘)”Z•ÚfZgÍÎ.$Û‡Ûÿ±‹w5}UsuyU³}¹»½µÝ³ý©ý]»»@;ÿèñצ„(ÿL|“íŒíÕíöí—íðíQæãæ'V[VGV{Ð^^”ž”^ÅžZ­Zm+­+m<­¼Ž¼Œ¼IY­o'™e^s\û¸&¹F³f¹†»¦¹Æ½æ¹önM@çÎ1aê²f·¶!ä"íbÙe6T_$H£]Üc—é9qíèö¾#wbÐܪ®Š“=ñóÁš¸½LÌÙÕ“%4*¦AøùÇ©;´;4Î[·èuŽ'Žç¦§¦g·'oÚœ´ )c–<>OÏFÉ~¯À§Àgá§Ž{…;PPim‚ëòUKaNG_Ÿ–ã W[K«Ó“Ós³Rz­Þ¢mYVGJGSG`G¾ÃŠ-¥PŠÔóÉÓÉ3ÞÞóÌóžçž—ÜËé þ ðEûÅr5TÏÞeÎcÈeinï—ΘÎÚ@Ò˜ N[E®¿O¼O­O–lQ;^{F»Vûð ÍK[û@ï×Ï¯Š¯Ì¯Ž>Ô>>8¯D¯ú¯¨¯ò¯Õqû]`”1žÀ½"\ÇJÏÒ“Û²›Š‹è‹h§S¤ ›øÜÝ«õ«ú+§ö««·ä+Õ«Þ+Ê«Ü+ƒœƒU’\R²î9Á5ÁeæMæE&8óJ¬ru{3w>w=w9w³v¾v½v¹v³vAÎ`ãt'suy x|=?»8»è©Ü©<ÈÜë<®ÝeÞe>$¥‘?·å¶ævÝAC|Cçõ«‰¥¼ïÙ»|ÿyº:¥çW.=¯ÔÈÍKÏÍ–vŒûtþ ¡K§¤ZÐ#èN£æ]N4^VkE¯»žÿüxßëmcOä¯8ea‘£ÝoÀ§:–;~8}¿ý»*_^|ÿH󛚄§6z‡ž@,îydÍÑVûáÛÐm8Š€BúŠAeéñC5-y}U‘…%o‡ÚËVÞ·™~ìàkM‚VLN_´éÖô™W”½µöÄÚ•k_Wº¾` žqÿ|›užIoV}±Z·„ZÂ'Ϭ?vwj³¼­.&4æ\½ò+~:¹­Ní%óz{zãÅ£°WâšP£Z¹Â±7¶6©‘¶÷èCù«NY’ôu3o“*i{Ž>X§Nß%U7¼±ìQº–£|§†ÃÒyzçn xD·œµjW¹ºCl?ŽÝèÑ„[1ÿ¥t'µ¹=ýñU[Ç\syÌíSÕoÏoz¼å½jžÎ¾ïbô‰š;G¹_^¹^)ì‘ô|aëMjFÜý0ï9"ï KuàþCaÝ›₾WiÑÁ‰ûƒßÃ[¿s?ówzÿf‡¨¯çÁ¿r/ôO½µü×@ ã³;¨ýØA-Ž}ޝÑÏì*ûã•á3iáÐ÷}G çûè²}ÏrÍ9þ yJ~C9Óÿ ­s!ý úÇyöã#uß]‡|´ÓÔÒ“ýÍ4Kò®½&ýËðiôŸMÏùßâ/„þ0 õkÑ Ð/øÞïÇ®³þµ2:ü ê1ÊïU]€æ~dÏ|á÷|1þûe€`È{o­þGð9ó—¼¼™¶ÿMn<—XïCðÿFm3ûeo¥ÿsè_ÔÚym§þGyÿØØ¾.ü€ÿèöÞââÌÛoûÿ+>þôë}£¶èô•|ÃüŸ7G%¨Ÿ¿¿Áúw×?™õOþ{Àë˜ïX¡?b‡~“7÷»>=Ôöëÿ¯AüÍÀ¿ ì‰=_/Âþ޲O|VßÃWÿ„ÿ9¸oÿAƒð~Àøï‚>ÑPÆ÷ƒÃoÌTú¿—!ÿõ#¦÷s©•@À/á¾™:Ôê 3Brñiêâ{Ó}p½û:†Ÿ;‚èÓá±µï†qÑ¿HíÿA}ƒKþU>i01á»ÄE½~DW?àü9ÿÝøIó£þû¡ú>ðþôÈùƒ¿ÀòÄñÄ+ß4AòÐ?0ö˜ûÇøæg B›?8_#þX|½„·S¶ŽÅï‰sÕêÝI¯Ã€zþ«É@ƒΫE¢v¼kÝЄ·1›3þò‹ká÷&¼¿Ó,þP•о;/õ­ëÓä<ŒX`TÂ/s”‹fôËÚG÷}téÛÙ×eJÿò´ÿÙw92TüÝô=tyw–}Šß‹k*~šöfL¿]åOÓ¯ey†¾ E & Èñæû@–ßæq„ÔÉ”5‘fÓ$Ëôv…Ї |H–ÉŸ øÒÌê'ñ¿¥D½øÕñ¿ÐdO¦W' @£Li"ýWá×ëè7O¿ŸÉ·­Â›9ÏOÊ¿é=8á§gáÖ_C¶òêÄùjöDjÏü&Èã+ ånûܛ PÂ×hØ"¾SÙɉ [>üÿ9H¨8æ='ŠUI|ûU~×{±Ýò¹g³Dé oéUúó´û<<ú(G­„ ƒª~>ïtð^…Ì©©Z¥”õ”ÿÉQŸÉ¥&dHè–x‚-Ÿð"öKï}Ëã‹+ÞxW×{ñiüW•*V§|ןóÍ‹~fõÄøoÓ„í×ò~ äé*¿ký¥÷úlÒÒ’ |ÜÇ©áþ¼3ýun•÷ŽI—(i#JþZ»¬‰õ_[>MbÞ쉿Ò$Ö(ö7”i_+ý/×C>Â:wbÎq•†Åø;{?§=* ?ÝÄ?K(ùW ‰ïñYŽ®“`&ž=\)þAâïJþ\äû»ß•ýKçé—hÿçB_Ò¬U߬r©Wé­l/­œêý³9 ~øž å?Oqþ³z!ïoz¿Æd{ó¶'‰r4½B†„#œÁ\)am¹T¶Ü`þÄÚ/UX]ã[ø£MK5­E»ú©Ág¤ð—Þç¡›>áÝTQô·ºÊ›x·U"6‘ŸÐ>8®’¿Vç5zÖDy4~±“ü:쉿 3'ŒJ|®Rb}Å„·<œê=¹~±dÕߊáü Ã*½×ò§*¤+ÿûôXü^®¼ç·TïŸC«èþ·–|·4hݯ6'‘·×VY™t‘cË»Ä_ùÿƒ÷¾íx {wÊzì»;˜*!û»ërïék–yû}E€ Èû¯âw¬Âõò¿/ýÕ»yk…f;åí4å#D \ÍåÓU¼Q=]Ÿ*;üOÐþ;;>â'Oä,œÐ®â×ÞVô¬€¦ìy¯Ó&|¸&çU•ßú:ïtF"‡¿¡Áä_x샙ê5‚?á«2 ÊF >ÑÖ…iœ0Êÿýâ£'vÅ«¼¼Bîwxy*ßz/Ÿ:ēߗ~/^,¯Z•@Z¥W6üpý[«ø¢‰4K’0áíKõþûNñoô±ú‘ß Õ¾LÍ¥~½îTùJ®Zï°`M_<Ëœ|÷LƒOîÔ+ÿ†÷Tú˜7»äù8§7ï/WY×êLÏðŽ˜îöMAC>Z×¢BBî'_Xwðfô ú7Ú¨Fbã꼯_ù@Ê–¯{z5åªÎ=¿´È¿jÓjß…¼ûîo—ß·zƒ÷\z¥’\~ÂûSè÷½O•ð,!!Q:'•¿S8ºJ™„gåú%Ö2I"‡Uû€?=ï¯ö”«Ûþp ”°2‘æÝ2¿Õû‰4á½oIø–:¤©ò¡çóáõÿˆöè“øÞQeÞÓÐ[áÏ´Ý/ò×Õêÿ<òóDª ¿úó‰üýUÉš£ñõË'‰ÿg¾÷Îö}Âu%ëùõÉGº¯Íg1^YñÉ0.¡Ò{^Z LMˆ¶ Kø¶zç}˨„6D ÁàÚ_¨óÿ^ÉÃ*¿•͸÷˜<«\)¡\åOyÞÏS–·‘ÛÛ_kê%R¾Fžom½„à/Blå¿)c©ŸºöÏ–ú†¿«†Çú[´äg?ÕÓ“?ÉY2ïçñÈPùÁW4Ÿè5]‰+óÎPVyWn*¿6~¾á¼]Ð7äkôž£Å¿µ6~KùÞÌÎÿŒ·Þ)QŠ»%JOÜ'x?ñKiáO¼ä=UÓ§k–dWõÀw¸úÕÎ}wiÑn Eá7º`Кô^å/Õ6Ô8ŸèWô©cÿ bèõ;:»p 1Gªoð%Þx=>IÝRùkϤ¨úÖ#þ$Úy÷¾æï‡ˆW&R³pbºêÏ¿ ú­ýeýüßé'÷>^ X뀉=üöA¯ü«¶ù8ŠôÕun÷ ¾á‘7œž ú°Ïãè—ðÖ=Réã'­UST±VmõQ]ÿfFF’*ª°‰9T8ô®ÏáC÷Ùö*žÀ Sÿú[N˜d/W¦ÆG1QÖD¼†Tlö»^ôo(â­ð‹7óæ‡z‰v+Ñep~P—Z¥»”û7ô€Í±|ý>ûAë¦úó~ñ B¿°[ù—°nA«qñ›~É¿³Ê°ðÇñÕ/þðò‹_HÿÊ;¶ýž³¿þOO$HõfuíŸìC®ayË>SæçøbÝgv|þ£o‰Ð¾>êo¢RÂöªðüåÞ÷F¿sÿ ?œû#éÖßYµüñJïÿ¸o(5ô¦'ô+ÞõWîý¾È·~À÷‚$ß°~ým¬Xøÿi?£;?Æ´~ÖÂWþ‹k÷½vcê÷ÎGþžƒƒÞËù»áMñ¶°71òžþ3PY{×Çð;ù¿Q£äý‹íPï+ïiðÁjÕ!MºüÅ:løÎø¨þþ: +ûwÞ“­×Ò?Ôæöφ3CÏK|Ó#Øüúždï{üŸ1ßqÖøµ€?ÿ쇾¼òpzð0#¾×7æÃ¿ƒmàÿ`~ïßH¿O»+Ç$²ìŒué;Ë[쯿§w€ 껾wƒ¿ÄÐz‚ÿxy§?räðý'ß±ï×Ö'þ ®â?$›¿Ì‹²ÿ ~ÙïMœþÞóW§· þahð5üJúpÒ$ßQ—õy7Ûâ2„?à_e]ßžwڟ؃tÓß—šßjÃßÅTöXî2ÿ‹Û=Øß.e¾aÿätéð]_É[ò]Þ+ßy_æ„YìÙê÷_®/>íY+g€{_/âù8åŒ?o¥Ïörxÿ&œ¿õЇï1röGêðµ‘Î÷KŽûkõú>w~Ÿ0õ|Íwü‡öfÏþ?d«¯½Ó1¡ÿ3}½~¬½ü!ïGþðÿÓpйåG«‹SüÌ^•oÇä¿¥¿6Ý?`wüIŸõo°?oàÍìškÄîþBÝþHÿ'ùÛ:ú3iþàˆö ÿ¥Ýžÿ =ô¡¿ö•gÑçÿqO¥¯-QZm€QŸaîÚ,ðþõ»{oå¸gï®î|tg“ß’>ûjÀ‡þÔü²Ê¬èʈüxÎõÛ‡6°ék31Ûü ¹ý'˜ù–yˆõþ†÷öø²Çþ9Kúßõ>ⲑŸÎÿhòÑœéà?Ùã8Æ_Ρoªªðõhÿ—¶ÛŽø¹…ø¬û¯¨Å׿BˆßÑ2ÿßC3kì·ŽŸÞ¢HG¢uýžu<é_8®œþ_å=Ñ-ö»VUþ@»d·?±üoPésçlÖùã™.ò¹tÿ!ãþƲßz|9¿Ø½™øÿdøj§g»?1"nö ¥7•7µ7·‡77½×ôöñNöNñNõNófÆ´=dIÌÒ˜e1¥*ј÷.ô.òŽðŽô:ÜwbîÆÜ‹¹ó æaÌ£˜Ç1Ob6z7y{—x—z{l®Ý!@ÄQ6қϻÀ»ß{À»Ù»Åƒ‹9s"æ:¹6rŸ÷¬÷œ÷ ÷·1V–,Gv£nxozoyo{5ì’÷²÷Š÷dÌ©˜Þ‡ÞóÞ Þ‡ì…˜‹1ícb½¯¼¯½¼MCÅÐ1e¢ÏxmœspNnSdϨiÁ3c6x]ÊÈÑ}åÞÞ•ÞUÞÕÞ5ÞµÞÞh–ss‡s·9òQp¿˜uÞË1`OïE÷%w8§q:gp&aá¬\z.çá"¸‹Þ§ÞgÞçÞÞ—Þì\.# \®FƳ ìOÞ‚\!®0Wxżfâ=¥¹2\N.Ðè ôÀ¨ž‘Íé8ýÄs&êlÔ¹([܆ؽÜÃqŸ0¼ó½ŸÏϧç3ð¿(OU â¸b|q¾_’¿Ê…ð¡|Îâsåù |¾ Ÿ‚/×åËñ5øš|E¾„ãTt(†‡CEù|C¾ß8‡‹‰åÓðíøö|-¾6°,úwšë<‰¨YŸïÎ÷à;ðñ‘ǹÜI®/ߟ?ÃåÚDuã‡ðCùaüps]ЬžÄÿÄOæ{ò½€£‘" FŠ,Y$ò%÷Š+Y"ò7—ŸÇOá§ò,Ÿ’OŧæçðkùŸùuüz ed«HkÌ`~+¿ŸÏ/à/“y¸{‘÷#·ÆÔÙÌmá¶rÛ¸íÜn'×…ëÊuãºs=¸ž\/î wˆ;ÌájÓ§¢NGmá÷ñK¹eÜr.ŸÄ &Çs¸ëì\î>0’ÅæÂ¢0ç þŸÀ?äWpnÞÃGðyy«`ì‚C°DOô0I¨¤Ô]>D„p¡qôÒÈe‘Ë#WD®´NäIhX!]La¾ß–—YPU ™8¾ ß•ŸDH*$c‚b‚cBbBcÂbÂc\1`Ä>VH'¤ºÓ‹øÅ|®.WËÄgæ³ðYým±—Ï)är y—°‹oÆé0w‚?ÉçˆÊ•+*wTž¨¼QgøüQ¢î»¸º¹»Ÿ¸ŸºŸ¹k ¼§©ðÊýÚ xòyò{òGôòöôÁûBÙ€B@¨'ÌîqyPæÁ=„‡ô4hã9Í»=àŒÀr®(O´'Æãõ š ãÑ#ydâQ=šG÷Óãó$ñL’y’{RxRzRyR{žÓÕ„êB ¡¦0[¨-ÔZ-…VBk¡ÐVh'´: …9Â&¡‹ÐUíö`oa€0P$ †C…aÂpa„0R%ŒÆcñÂa¢0IøI˜,L¦ Ó„é a¦0K¸(lî ó„ùÂá¾°HX,,– Ë„å a¥°JX-¬Ö ¡nØ›ïÃ÷åûøü ~00Œcرì!owAãuÞàMÞ…¨€ à6·0Ï.`²É…BJ!•Z× ë… ÂFá±pOÈ n¶ Û…ÜÞ<Þ\,À„ƒÂ!á°pD8*Ž '„“Â)á´pF8+œÎ „Xñ’pY¸"\® ×…ÂMá–p[¸#”3ŠÕÅÂCá‘PS|"<ž Ï…ÂKá•ðZDP„DXüYH#¦Ó‰éźb ±½˜IÌ,ãŽsÙÅ¥@/˜WÌ'æoCw Š`Q±˜X\,!–K‰qbi±ŒØQ,'–+ˆÅJb¼˜ V«ˆUÅjâh±ƒ8M¬%Ö溊ÝÄîâ2ïrïn¥w†¸k*6›‹-Ä–b+±µØFl+¶‹ÓÅub'±³˜Èìƒz=b±¯ØOì/ŠƒÄÁâq¨8L.ŽGŠ£Ä âq¬8N/N'Š“ÄŸÄÉâqªxZ\/^gгÄ'vànŠKÄ¥â2q¹¸B\)®W‹kĵâÏâSñ†h‘6Š›ÄlBv!‡SÉâIn,¿GÜ+î÷‹ăâ!ñ°xD<*‹'Ä“â)Ñ&ÏŠçÄóâñ¢xI¼,^¯Š×Ä(É*iÒ-ñ¶8[œ#Î7p¹MhHÏÄçâ ñ¥øJ|-(A,!RI—²KvÉ!u"ÄBO!X,(Æq’Ô[ —\*a.)Q-1+¹%!EJ9¥h)FòJœH¢TX’%ER¥x)‡TW2%Ÿ”DJ*%“’K)¤”R*)µT_J+¥“ÒK¤ŒR¬”IÊ,e‘²JÙ¤VR=©›”KÊ-ewù\S©™4š[(å‹JŤâR ©¤TJŠ“JKe¤²R9©¼TAª(U’zH Re©ŠTUª&U—jH5¥ZRm©Žô“Ô]š'5J¤ÆR©¿4@j.µZJ ¤ÖR©­ÔNj/u:J¤ÎR©«´Zš/m“zJ½¤.âi©t’{‰E$DÜ!‚}"GI£¥1ÒXiœ4^š M”&I;¤ÉÒiª4Mš.ÍfJ³¤ÙÒi®tEÚ.=J‹¤:â#i§´E„[xC…VÞµÒÏÒ:i½´Á_¦E´Š6Ñ.<$BÄP1L ]"*b¢ßàñ/ò/óý„䂦ð‚(Š’(‹©^XÌ$“‰ÉÅbJ1•˜ZÜ$m–¶H[¥gÒC)½ü\Ú%m_H[ÅmbA¾–¢å#ÒQé˜t\:!”NI§¥3ÒYéœt^º ]”.I—¥ŒòUéšt]º!Ý”nI·¥;Ò]éžt_*#g«É¥'ÒS©†+g‘_J¯¤× ƒ2$Ã2"[d«l“í²CvÊr ìb€(†Éá²KFeLÆeB&eJÊד‡ó#ø`)DÍáäÔÒ0ðI_D’ø$¿æ á?Ož//ÊP Xb¬1¶ð8ÏAkex¹¼B^)¯’KF”Šˆ‹(–‹(‘LH"'•“ÉÉårJ9•œZN#§•ÓÉuäêò%¹®œIvJR $åt1WÈ# •óÊùäür¹ \H.,‘‹ÊÅäâr ¹¤\JŽ“KËWä²r9¹¼\A®(W’ãå¹²\E®*[”Ër˜RS®%×–]ÊU¹¯\_n 7”Éå&rS¹™Ü\n!·”7Jçäóòù¢L(ኬÊ5ù¾œWÊ'å—z ½…>Ba1J~ ?”Éå'òSù™ü\~!¿”_ɯe@HDQ«bSìŠCq*J ¤+!J¨’KQ”b ª` ®”P4…Rh…QXÅ­x”%R‰R¢•Å«´’[Ëmä¶r;¹½ÜAî(w’;Ë]ä®r7¹»ÜCî)÷’{Ë`ä8œ'‚…”CR*e˜<\!”GÉ£å1òXyœ<^ž ã‘D$IEÒ‘L$ GFFEFGS†+ (E—OÈ'åSòiùŒ|VæAI)­Wæ(e]é-õ‘v »„ÝÂa¯°OØ/tRR+i”´J:%½’AɨÄ*™”ÌJ%«’MÉ®äPr*ó”ÜJ%¯’OɯP *”ÂJ¥¨²K™«SJ*¥”8å„2_)«”SÊ+”ŠJ%%^IP*+U”ªJ5…Sf(3•YÊlåŒr\¹¯œU( •¬b6q¯”CÌ)æs‹yÄUÊje²VùYY§¬W6(•MÊfe‹²UÙ¦lWv(;•‡Êne²WÙ§ìW(•CÊaåˆrT W'•SÊi%R}¤œSÎ+”‹Ê%å²rE¹ª\S®+7”›Ê-å¶rG¹«ÜS¼j„šRåÔÇÊniô\i«ô{Š¥Ž ¨B*¬¶¶ä`—x6Ê¡:Õ5P RƒÕ5T SS«.U1W •T)•V•UÝj15•ZQR£ÕÅRz5ƒšQ/.I‹Äxu¤©ºj¨¦êS“¨IÕdjr5…ZG­¤¶PÓ¨iÕÌ2¯f•³ÉÛE‹ºS̭ÙÔìj5§šKí¢æQóªùÔüjµ ZH-¬Q‹ª­Ôâj µ¤ZJSK«eÔ²j9µ¼ZA®¶TRÔÊêñ®xO¼/"êCñ‘øX|"NQëªõÔújµ¡ÚHm¬6Q›ªÍÔæêu²ºFm­¶Q¯Ë7ä›ò-y€Tï¬wÑ»"ô‰ú$ý'½2SŸ¥ÏÖçèA+ô•ÖZÀ+è5tÉå“ïj÷´ûÚí¡öH{¬=Ñžjϴ瀠Ò5Ð7¨ÕMêfõ¶|G¾+ß“mZ1=@Ôƒô`=DÕÃôpÝ¥£:¦ã:¡“:¥ÑÕݺGÐ#õ(=Zѽ:§?Ð’.ëŠGõ|º¡›ºOO¢'Õ“éÉõzJ=•žZO£§ÕÓééõ zF=VϤgÖ³èYõlzv=‡žS/£çÖóè 8,fxÌI½•6D» ×Kè%õRzœ^Z1Êêåôòz¡ÔGé£õ1úX}œ ÛõúN}—¾[ߣïÕ÷éûõúAÝj€FAÃfÓÏëvÍ¡9µ¤J2%¹’B9£ÆEý’~Y¿¢_Õ¯é×õúMý–~[¿£ßÕïé÷õÂÆCý‘þX¢?ÕŸéÏõúKý•þZ¯c2Z°£•QİÃiFl„¡F˜n¸ŒÎZ^#Ÿ‘ß(`´3ZöFQ#–W[¬,Q–*Ë”åÊ e¥RÎ(oT0*•Œx#Á¨lT1ªÕŒêF £¦Q˨m 6êõŒúF£¡ÑÈhl41šÍŒæÆ3‰™ÔLf&7Ëš)ÍTfj3™ÖLg¦73˜ÍX3“ÙÜ,cv6³™ÙÍéê u¦:K­ÎQçªóÔùjW³ YÈ,l1‹šÅÌâf ³¤YÊŒ3š]̱f9³¼y\?œÒ ê…ômjQ½ºYìiÖ2k›u̺f=³¾ÙÀlh62›M̦f3s¼ÙÂli¶2[›m̶f;³½ÙÁìhv2WšãÌ-f7³»™ÃÌiæ2›k-´–šf´Ö¶™ƒÌÁæs¨9ÌnŽ0Gš£ÌÑæó ¹Õ7_˜/ÍW&ï| òÁ>ÄgñY}6ŸÝçð9}™}œ/¿/Øâ õ…ùÂ}šO÷a>ÜGø ú(íc|¬Ïíóø"|‘¾(_´/ÆWÚWÀWÕ'øDŸÇ,ê+æ  Ôi^20‘ÒZj__Z_:_z__F_¬/“¯º/‹/«/›/»/‡/§/—/·//¯/Ÿ¯³¯š¯¿¯¯°ÏbôÕðU4¦Ó 0Í 3Ø,ë+ç+ï«à«èC ÌÀ  ÚNm—¶[s×Ì#Òˆ2¢†×àŒ£Ú1í¸vB;©ÒN|PÌx—‚Ó{*)TFj#qº£e3²9ŒœF.#·‘Lj÷%ø*ûªø†úøŽù†ùjú*˜Ã}•ÌxÓ¢[u›nÖøûšøšúšùšûZøZúZùZûÚøÚúÚùÚû:ø:ú:ùNøºøºúºùºûzøzúzùzûúøúúúùžúŽû,Iùû†ølINúÎøFøFúFùFûÆøÆúÆùÆû&ø&ú&ù~òMöMñMõMóQm0kÌöÍñÍõÍóÍ÷-ð-ô-ò-öåÕï¯_—·Z-a.8#h!¥¡r`y®e‚@ÑjƒÀ– hÙ4‚ƒ@Ð5„³Y§ƒ3@ÐnµŒÆ"«@¸1Øl 6G€ÛÀíàp'C¦ð!ô x<ž·ƒÁ.À>Ð2œc½C ww»Á=à^ð%…C`mp 2¤!b!7ä" ¦ ä…8ˆ‡(¬Ôp‚Øhoæ…AI`ðø|¾Ù^«9ˆA @RàgðâG½°l 5ƒšC- ¸°ÜT…ÀH=Ðâ ƒ†C#ì õ†ÆCà$h”ÜZÑzœ !°Ÿ‘XˆÈÝ ¼²€àè(´,^m€0‡ˆ„J¾I/ Å 0 ‡]0 cp ƒ1°‡ƒ‘ˆ ÷q‚©á4Ö8Ð'“ÂÉ`0)” J¥ì0˜Î sˆ ‚ ÃEà¢00 ;"àRp\mÕàêp ¸&\ Þháf0[š[A‹¡)àT° ÛC¶ÁCàñðx"< ª[Àªp£7H‰ð2x9¼^ ƒ¼Zo€kAµí© Ìp8+¼„S6ÈÂÇàãðlûä¼¹ Ýs>…žAÏ¡ÐK(#ôÎÁ -À5è:tº m‡ „¼‚_ÃŽF'Šõ‚æB–U0X¾n½è\ƒ¶Ôœ "p^¤R-àŒ0\©‚Äú‹< ƒà ø$Ri€€…`- wB:# \é…ôFú }ý׃ØÑ±dvº jx€d`r+c/„ À ÈrÖŸ%-'…¸YŠ,CÀ•È*d5D"QVšò` ¤&6J†LE,Õ8ÈÂ6ª ¾9Ô”-  ‰®"×YÀZäg$˜ÒOopp‘sÎä r9‡œ‡Š£p2G#p¼%ÁRÙRÅz œ‚Ô¶À„Y#ëÀõàô3S‹­b±]¯}샭`u 8Íδ€¥‰e>´È2²EC1ÐJ‹Ÿu¦Z¶ù™j‚¥/Üîw´4AÁƒáÈaK?>g9o[Z*ø…‚OY,Häš¾dý”†èÐËU ` ´.RZ,û-.·æ²À'-O¡æˆn}Ö(Ic½e!ÐÌH!KaË$ ”Ê]‚r@9¡\XÖRÎj1-Àb^ùQ²ùëbõKVhú (n-aÄÒÞÚÁÚÑÚÉÚÙÚÅÚõÍ‚£ãÐ>k8訴Aº=-p} …E´Âi-Sá³xƒu$bG@p¼ŠT²Æ[ p:ôÐÒZa×Z/Y/CuÞµÂé Ö‘ÖQÖÜ¡0@‹­0d5,Ïí  ²Á6Äî°î´ú%ðã<³ÆØ:úÙ ØŸkËdoÕ²À%¸«¥›…³ðxÚz ®m-o«`«h«[OYëÚ@jdk €[ ­Ð6¨•mŸ?~;Ø:ZËÚÊÙzÛúØ@¸&4ÌÖ×Ö(dÛBõ¡$Ö†<Î6Þ6±]·zm7­Smƒmcmsl0XÙVÅVÕVÍFYŠ «€#m›l›mÃ!˜Œ´µ°´m±mF9³ÙöÛNÛ,l`Së8ÈÿŒØmA¶<Ö…Ö|VÂ36Ðdµv·ÀÙìH$'’ Éœ÷[ÁþF»9‹Ín·ƒ´-Ð[à‡¶G6øµµÍ­×òK #ÖrÖS6°¤½”= TËZßf¬'ª`#^ók;VËC+øÄúÔ v·÷°÷´÷²6Õ¦Ù¢ì† ´ÙÒ[ºY/€.Ë%ÌbÅìlíìí“ì?٫ٳÚãApŽœoŸnó«Î¶sÖHûûlkuk `ÔÌ~ÍY Ùf_i€ˆvÉnU;¸ƒ´³Z¦X§Zá‚–;vÍ^Ä'ARØSÚSÙSÛ¶¯³¯·çANÙÁ³ös_¹[ÆY’ d¿i¿e¿m‡wí÷ì÷íìcý4{jf·À3­‘§œÌ~HíXd r;B`Ck ¢e¼q°·Ãã€û4TÑQÉÂ`[¼½º>bÙ¤°ÂÍé¬Kì`GGÇdûûTû4ûtû ûmË <Ð1ȱÀ^Ý^Ã^Ó^Í1Æ1Ö1Î1Þq޾ʾھƾÖ_©©ŽiŽépTÈ>˾ɾȱØŽ€ÀÑÐzÇÇGj[¸Ý±šá˜éXÌsÌw,p,tÀ‡µuuõõ­àÇEG{G{'{p)”X°ƒ²=8XG\XÒQÊÀà]Ç=‡_ ÝrÀÑΛ蔜²Sq¦…ŽÛÀ$N8ÞqÔvÌ–Ú HFça°Œ½¬ÝÏÙ Euv†jÙÖ:ÀRÎ8g ¿’sÀp‚s·c"tÖQÏYßÙÀÙÐyÉ_sÖ+UÀʇo….C²c9Ö.|Ð kµÁÚbí°†X#lRP?¤:ÔÞ:†Âcí±@s´4V›ˆMÂ~Â&ÓçѺX=l6‚ Å,ãá>X_¬Ö€ Äb‹°YØlì5ºÁ±ÑÁ†mvlqlulslwp®ŸÑuèg®ýè´²«Š«ª«š«º‹ q‡ìFO¢§ÐÓètXØ>ÇDô€ã ãÉ-B—¹–»âÑ.è*ä©u!z »ŽÝÀnbSs±yØ|lv»=ÀbË°åØ l%¶ [%ÇR`ϱØKìÖÎÑÞ1Ùú}†ÙqîÄð4?V©Ž9¹,8lp­E÷bû°ü¨ ísíwptrvqÄ4~ÂuÒuÊ• Mަ@S¢©ÐÔh4R%¨jPµ —À-×m××]×=×}××C×#W*ü‰ë©ëöÜ¥ %ÁR`XQ-ЧÄ+àVÔ†ÚQêDe4 BƒÑ4­„‡£.E1G ´!…F£1è484$44TsmE·¡ÛÑèNtz ÛƒîE“¢éðôx<#‹gÂ3ãVÁNcg°³Ø9l8x.üEØ(p48ŒŽE ÃqœÀI| ˜Í…æFó  ®âëÑæøFtºÝ‚¶ÁÛâíðöx¼#Þ ïŒwÁ»â«Á5àZðgphÚgÖÁ3¹†âÃðáød º½‹ý„OƧàSq oéjåê>ÛÀâ‡ð’ŽîÈa<Ü´sMÂOà'ñSøi|˜ë™µ+Ö ëŽõ€š .ã³ñ9¸†ë¸›¸O‚'Å“áÉñÍxEb%¹ŠœDþ\&®W‰kÄFr¹š\C&þà’ "ƒÉ2”ìO ]$Jb$NvÞIî"w“›É-@¢+ã¢\´kyž¼@î!÷’KIZí¸EÞ&ïwɵäÏä¢âä ò1ù„¼H^";’ÈÎ$Ö(zJ>Áá&pSªöâÅÂh’!YÒMzÈ2’Œ"£ÉÒKr$O ¤HJ¤L*À~’¤àÈàn¤•´‘vÒÕƒC’¡XÊMy¨*’Š¢¢©ÊKqÔ ì$Öˆ(™R(• dÎù(‡v&B±¼P ª$UŠŠ£JS{µm]°Gd%*žJ * ÆbñՠjRµ¨ÚTJÇ ÌÄ|Ø=r™ ³â©†T#ª1Õ„z•'ÛS¨ŽT'j½c ¶Û†mÇví¨îTª'Õ‹jEUÆÒcƒ©!ÔPjõœÌµ @Y±QÔhj 5–ªB­ ½G¼&gP3©YÔlªU—ª EíÔj!µˆZL9Éá®îh´'Ú u‡%£VQ«©5ÔZª‹ë–¥0 §Ê (À{€*¶›äVjµÚA §ZSU|ÈʰãÔ ê$uŠG§&P©IÔOÀZìgl:uºH]¢.SàQØ+r>uºO= RK¨¥Ô2j9µ‚ZI½ ^R¯¨×Tg`:‹œMÎ!ç’óÈùä1ÊJÛh;í çPs©yÔs£qš ôcl€}xX=Çx’¥Ý´‡Ž ¯PW©kÔuêu“šLM¡¦RÓ¨»O ´HK4B§ SÒ© jTu*žÎ@g¤¤!º>Õ€ÊJg£³Ó9TKjr3$•™ÊBe¥²QÙ©TN*•›ÊCñ”@‰Tª Uˆ* ͆vcç©äT *%•ŠzDMŦa ݈nL7¡›Ò‘tý{Šm¡ZÑ­é6t[ú5à á0ŽàÞ–Du¦»Ð]énôÏÔ:j=µÚHm¢6Sèô@z=˜ÞIí¢vS{¨½Ô>j?u€²Ðcè±ô8z<=ÏjÁV«‰5ÄZÂEÏ gÒ³èÙtN:›†ýuN/§WÐ+éUt;:€¤ƒè`:„¥Ãèpz½ÞHo¢7ÓM©+$‡ñØRz/½ÞO ÒÍèÇÔê)õŒjIŸ OÒ§èÓ4IS4M_¤/Ñ—é+ôUz Ýžî@w¤GÓ·èÛôú.‡ÈšÝq íC÷¥ûÑýéÇôú)ýŒ>C¯t¬rd¡aa,Œ•¹Gß§ÐéGtÈ1ÁL4?8Q-´zèâ`j^8lÖ€n` ÎŒL+´Jk´N´Iûè$tRàÑ)ä(숥JÓeè²t9º<]®HW¢ãéº2]…®JW£«Ó5èšt- 7™‡œO, \ ÏŒÈHLyèyF"EÈñج0S„)ÊcæÐ£CÇ„f!=aµ°ÚØÄÐI¡?…BLE¦Ï$02Ó‚œZ8J£Óõ˜úL¦!K[(+Õ…œN£×Ó­˜ÖL¦-³ŒXN%V‹èÅt ú&Ý•éÆtgz0Åé;D~æ=€È b3C€ŽP\è8’£G1£™1ÌX‡ÚCÝÐaôpzÐ’™ÂLe¦1Ó™ÔÔ`ëxt TlÁ,d1‹™%ÌR¦S!¼bx¥ðøð„ðÊᛘÍÌf+sˆŽ4 Oò3™ÙËìcö3˜mLc¦%|’9ÅœfÎ0g™'Är*9œNef’ÛéôNz½›ÞCod.3W˜«Ì5æ´|ÊÖ±ëÙ ìFv»™ÝÂne·±·ÕmsÛÝŰûdö!éd\nÔý‚}ɾb°ÙLAFó±Iؤl269›‚MɦbS³iØ´l:6=›ÍÈÆ²™ØÌì€Ð`*„ ¥Â¨—a=ƒxV`EVbOS)!kñ~lFw¬;“;³;PšåBÎQ“×Ïß]À}‡‰rG»G0gÙbîâîî’îKÄ62€ dƒØ`ö8;œ-ç.ï®à®èÆXœ­Bö#=l[ƒ¬IÖ"k“uȺd=²>™ÛÇ]Ã]Ó]Ë]Ûý’‰¡{ Épww[w;w{÷9æÛ/¤È€²înîîîîžn™UX•ÕX¯«¨{€{ {{°»sˆ­ÅÖfë°uÙzl}¶ÛmÄŽcdz؉ls¶Û’íïåíãënÇ´g:06ªº{{¡{‘{±{S4¸Xð¦{KvaŸ²+ݫܫÝkÜ3§;Àèr»CÜ¡î0wW÷V÷6÷v÷wwV·e4¾Á½Ñ=2YÞ-¸a¢š—ÈGä' ²»Q˜Øë²VÂFØ á$ˆ;î”ÄswJ„UˆªD5¢:Qƒ¨IÔBÖÂvˆ"¢‰ÂKpO„HHÄK·B¨„äÖ ƒ0 ‘„HJ$#’”ç…›ó¤&Òi‰tDz"‘‘ˆ%2™‰,„àÉFd'r9 –ÉM4Æ‹ňâD ¢$QŠˆ#Jeˆ²D9¢ã9ë9ç9Áb°,+P¯ðNnÈ »·{®z®y®{nxzxH74õ<ó<÷¼ð¼ôœ ,ä.ì.âé†#K„5bŒg¬gœg…g¥g¢g’ç'ÏdÏÏiO`DPDpDHÄ,ÏlÏÏ6ÏSÁF¸#<<½Ý}Ü}ÝýÜt„7‚‹à#„ø?ºÞ:¾meiuSfJ)‰-Yr™™™™™™[¹ÌÌÌÌÌÜ&)Ê2$$§‰˜Y)sû|rzν÷{ïýc¯fv‡vV«ßL}wwCw#wc÷¯Âª[s_)Þ$,)ßÂâ-=­<­=mw^à1ðx <–¹)ÏEàðH0¢Ý1îX÷òÈ‘ŠGõ¤é PÀúÈdÏkOŠóàÂóPèïþårgqöt-¹;¬i©-ÀV`°ˆòÌ*º‡#ÀQàp8œN§3ÀY ›«wDNWLjNoµ5Ûí’@è= fŸæžîžážã* –qEÛSL ‹Â|n¨ÖË‚å\…" G‰l 6›ƒ-À– ŽÈÝßuÈ5,Ül W±ÜÅbö`°#Ø ¬ ›VäUdRdpX ¬#à‰óŒGƒÁA®M%7—lN§‚èw-,ѽ°/j28 œ Îç‚CÁ øÀÅàp)¸ lìÙ[r”û@AÙ#"°\ŽǺZƒPÄr·/¢¸ Ü®×…¡@ˆ€ ÁD`ÄÏLðx<§ÓÁà9ð®ƒ7ÀàN×zOjT ˆãÁ›à-°¸l¶¯ÏÀçà ð%ØìŽÌ=*÷èÜ'"ƒOÀ§ â ÁÁàp98 ŽG‚ȃ(‚øH˜¹ÇMÐÀDpA+àU0ü~mÐ/G½·z¶y¶gËîÍá óVÏvßU5ê7à³€ºÛp›nËm»w6ð­ûk(0 (^ÖuÝÕ¨ðà–+ÚãŠuM&¯ÃÝÞì`T!w˜VÆU, ƒmÃÏ?_üg¶bÞâÞÞ’ÞRÞo¤7Ê[ÍëñÞ¾áýÂû‡>(|px·ˆî‘îŒbËÃw•Ü]rƒkŒûŠ»° üÞ  .TÜ n·‚£¼£½c¼c½KÂËÂzy{K‚«ÃO€'ÁSàið xü NöNñNõ"Þ¿²u×t¥»Í°Q—x—z—y—{'ï¹,Öx'z'y7{·x·z·ycÃuÀL Øt€pokoïÀë…¼ÃÀH`0(ç ŒÆ€ÊÞ*ÞªÞÎÞê^<ü7 O žžN†7ð6ô6ò6ö¶Œj5 hµ×»Ïûx|úDvŽê:Ew‹êÕ#ŠwoŽZ>ó>÷¾ð¾ôn,ùüfóæñæõîðdu­ò.+’%2ÕûÆ›æM÷’Þ#î£îcîãîî“îSîÓî3î³îsî#Þ£ÞcÞãÞËîáÞÞ‘^ÝkxM¯å=±1jSTЫy³@aPV(4Ä;Þ;Á»ÇûÔ›Ê åƒòCYE Žõ50?ç÷&x½‹²=+ò¼È‹"/‹|"Š/-²@ ?4 šÍ€:C­¡6ÐóB/ ÍÕÚí…öAû¡PM¨TªÕ…êAõ¡PC¨4Ú ‡N@'¡SЮˆÝ'Šîë uƒºC7 ›Ð-(êõ…úAý¡Ð@è§÷—÷XÑãEoC'‹ž*zºhŠƒâ¡h;ô ˆÍãrå.z3êVØ`;7”aÐs€ˆÜWpÁMàÏ’¡&PSH€DH‚dèT¨TvAס è-ôz­óZጛusnÂ+¸‚<ô úý€~B¶×ñfxßzßyß{?x?z?y?{¿xA¡'ÐSèôº}…rÁ¹á ƒÇyR¡7P”‘ѱå„/Á—á+ðU¸ B¤CdBdCuáûð…ð"ø#ô ú Í·ÃÏàçð.x·ë-øx$,ˆÃü~ ¿‚ÃKàÃÐ×Aø"ÌÀ,ÌÁ<|>Ÿ„OÁ§á3ðYø\~ ° [° ÿòüö¸€ìEsí ûÝ•Á*`'Àllìp‰’¿ þ ƒ¿Ã?\2¬Á:\ÐWÈWØWÄçôåò%ÂáGð6¸€¯„¯¤¯”/Â'ÀIð¬È.®×Þ0¸ ù`ŸÏ„S]="zFôŠ(΄÷Âûàýpp\ÃWÓWÚWÆé‹òÅ»³ÂÙàHhc±ß^ß`x<‡GÀ#áQpe÷T ª»š»º»†»¦{<žO…Oøÿ†]¾,¾0_V_6_v__ŸÛ—Û—Ç—×—Ï—ß×Å×Õ×Í×Ý×Ã×Ó×Ë×Û7…ÇÁãá ðDx°oˆo¨o˜ýð4x:<nè›φSàê¾îðˆ°žFB½O¼(´Ù·Å•äMöVò¥x1/îmçË݃÷øöú¶úR^¥$¥$§¼NiÞùï (Á”Ô”7)i)é)d •B§0)l —§)bŠ”"§()jŠ–¢§)fŠ•b§8))oSÞ¥¼Oùò1åSÊç”/)_S¾¥|Où‘ò3åWÊï– òbÙ°ìX,'– ËåÁòbù°üX¬ V+ŒÁŠbáX1¬8V+‰•Â"°H, sc À@Ì‹AŒù°ÒX¬,V+UÀ*b•°ÊX¬*V «ŽÕÀjbµ°ÚX¬.V«5Àb°ÆX¬)Ö k޵ÀZb­°ÖXlÑݱ#cá×m±NØŽ'­XHîŒõÀzb½°ÞXì~l.÷_µ¯³|] ÑåÚpoqr_l6…ÆÆ`c±qØxl6›„MƦ`S1ócÓ°éØ l&6 ›ÍÁæbó°ùØl!¶[Œ-Á–bË°åØ l%¶ [­ÁÖbë°õØl#¶ ÛŒmÁ¶bÛ°íØ,O´Ë5ëÅò”Ø>l?v;ˆÂcG°£Ø1ì8v;‰ÂNcg°³Ø9ìa-nžKXw'ù3öû‰ýÂ~c.< †gųáÙñxN<žσçÅóáùñxA¼^/‚ÅÃñbxq¼^/…Gà‘xîÆ=8€ƒ¸‡p÷á-bþâÌò¤Òx¼"^ ¯ŒWÁ«âÕðêx ¼&^ ¯×Áëâõðúx¼!ÞoŒ7Á›âÍðæx ¼%Þ o·ÁÛâíðöx¼#Þ ïŒwÁ»âÝðîx¼'Þ ï÷Áûâýðþø| >ŒÁ‡âÃðáø|$> ÁÇâãðñø|"> ŸŒOÁ§âîǧáÓñøL|>ŸƒÏÅçáóñøB|¾éæ_sÞ‹-ÆWà2,Çsd®£ðƒ•ø&|3¾ߊo÷ã;ðí×]ü«%>i'¾?€Äá‡ñ#øQü~?ŸÄOá§ñ3øYü~¿€_Ä/á—ñ+øUü~¿ßÄoáÑx ‹ßÆïàwñ{ø}üŽâ<ÇðDü!þŒ?ÁŸâÏðçø ü%þ O“ñ×x Žá8NàA<ƒ§áé8‰S838‹s8 ¸ˆK¸Œ+¸Šk¸Ž¸‰[¸;xþ‡¿Ç?àñOøgü þÿ†Çà?ñ_øoÜEd!ˆ¬D6";‘ƒè“är5̺19'‘ÈO …ˆÂD¢(N#Š%ˆ’D)"‚ˆ$¢7á!$¼DÀ„(M”!ÊåˆòD¢"Q‰¨LT!ªÕˆêD ¢&Q‹¨MÔ!êõˆúD¢!шhL4!š͈æD ¢%ÑŠhM´!ÚíˆöD¢#щèLt!º݈îD¢'Ñ‹èMô!úýˆþÄb 1ˆL !†ÈáÄb$1ŠMŒ!ÆãˆñÄb"1‰˜LL!¦±âùÏLÛ“žÜ.qTüâ‹åq?±€XH,"Kˆ¥Ä2b9±‚XI¬"Vkˆ™rð[Kl"6[ˆ­Ä6¢ÐK—kþÅÄvb±—ØGì'‰CÄaâq”8F'N'‰SÄiâ q–8Gœ'.‰KÄü/X»‰ËÄ bGÆJ´KÉeC¯7‰»Ä=â>Qïùƒ¡èÐýɈ"‘xHÌ‹ù'öK<ñˆxI¼"’ˆdâ5‘B`NDH%ÞiD:AA ÁûnnöœxAp„L(„Jh„N„IX„M8Dñ–xG¼'>‰OÄgâ ñ•øF|'~?‰_ÄoÂÌ f f æ¸årµŒ^‹gæ æ æ æ  ÎLp¹^Eß! ‹KKK#‚‘Á¨ ;è A0è BA8è –– – – –VV V VV V V VÖÖ Ö ÖÖ Ö Ö Ö66 6 66 6 6 6¶¶ ¶ ¶¶ ¶ ¶ ¶vv v vv v v vöö ö öö ö ö ö     ŽŽ Ž ŽŽ Ž Ž ŽNN N VA)4w\r| tj°Z­ƒÖEë¡ÇÑhC´Ú]×m†6G[ -ÑVhk´ Úm‡¶G; ÑNhg´ Úí†vG{ =Ñ^ho´Úí‡öG ÑAè`t:†GG #ÑQèht :-òp<:ˆNB'£SЩ(‚úÑiètt:…ÎFç sÑyè|tº]„.F— KÑeèrtC¬BW£kеè:t=º݈nB¯ÇoA·¢ÛÐíèt'º í·Ý‹îC÷£â¢‡ÐÃèô(z <žDO¡§Ñ3èYôº%ázJ¸Œ^A¯¢×Ðëè ô&z ]ƒÆ¢ z½‹ÞC %<@Q4€Æ¡ñhšˆ>D¡Ñ'hH^w!¥^ /ÑWhšŒ¾FSP ÅQ ¢©è4 MGË&LÒè· ‹r( ¨ˆJ¨Œ*¨Šj¨Ž¨‰Z¨:hú}‡¾G? ÑOègtkÒ°äÑ ßÑèOôúu²ÂYÙÙ99¹¹yÙãóò‡ÌbÁ@»@á@‘Àß1d—ìv¹JJJ"‘¨€;ðß±’Æ…ZûeZê¯òÀ.×ã]3þJ íšè8”Mm÷î=»ÿ7¾ÒŠÀ´+SvwŠëœسwüZ*Eõþ+¶lê?Ï®\‹[h‚>êRÌ~ÏÿD§ËwïÝ¿KBõ—3Ý´Ž™xäkë’Òì'¤A»S³&fÆÕ½0,ñtØ“Rã3{ŽlHúÇ¥‹_»2}žg! ¤üHv¹Þ‡¬Â"*ÏÞÌú{.נЬ‡&øînº¸)“R»¿GÜ-ái?=~Ñ…¿Ÿn‡zf ivÍöZ"ëÅ„êÖÆÕI%.ýƒ{Hh†ôÅᯫÄU«‚«$äM¨˜ϪI\Ó8öòèÐèþè³øÏÌÞ–X“™æ¸RˆÎ£v‡'þëh˜¢™¸²q{ÿ¤5¸…¹œ;~P— ÞݯÔßuÝâ û»”¢ò±Èÿûêjû¿~K½þøkûÖÿ´ô ôÏ\oï¡%~º¸ûÚšÌgãÎî;9oýUêñ'Pk·Àÿ…ºùObf8õ?usÞü‰xüæ¿°g¯–zv Ëu084ÄËôìâØÄq‰3^nɤ`÷Ì}#K¼1.oâµÎ™sã‹ÿ›öùtü™¥©pHú¶îêçÉ>!û?‰+»]Ù—”~Ý®¸{ûVÃRE2W¿*„iRüäÇ•¾ýß3ßö<$בJjëÌöZC dþ7*u:3m·43£ÕÇ…àQnÀ¿P|ÿ%ó‘Ñ™¸C\¢Ðô¡!©ŠÎ¯ÄU¹XôîýWÿ:.ø‡:N¨WüõÕ!il44Ëݼq/ïÕKýõlQtà™kŽýgÔû@‰´#—…0” AÂB#ïfraË—kLÜØ¸<]™u/D¥?<ù¶«L l \ | B 5òÊU Çí?3¸ZÉŒCínNêo^3ø¯r³ÿÃOÛ5o×ü]ÝRÛ:üOËÊ]ÿÛ/¢Æ ÀàÀÌ^#££ccãhê„ÀÄÀ¤ÀäÌ<ôû*õUüºäÿŒ}|ù×mG`g`׿xRva»ð]ïâ¶_ª›p4ð{HÒÍ sHÒ/†ž+쮸»bBê«¢1zç_^½9~µ}ã_3µ”ø/ È›^0nÇó1é•­ø1‰1îÄNi9ã‹§ !¬«c:b“ƒt:{íšæ»íNßþ&¦ÿ_}[„8Öà2W<¼KÿW=ûÙç™å`hÕ\*x7òú´KçC³NK'î0ד2ñ]Éì—‘)¥7RŸ†¸<){VâìÄ»ésç%ÎO\¸0‘I÷ ’^"aÒG–&ËeÉrdy²Y‘¬DV&«UÉjdu²Y“¬EÖ&ëí°>±}cóuÉFdc² Ù”lF6'[-ÉVdk² ¹#´ÇÍ#æmÉN¤ç-G$wÇ:“½ÈÞd²/ÙìO ’ƒÈ=w»'TÉôÕs“£ÈÑär,9ŽON '’“ÈÉär*‰~r9œAÎ$g‘³É9ä\r¹.Ó/ïIÎ'—í3“â,&—’«H=ÓBJÄjr¹‘ÜDn&·[ÉmävrÙ/Ó*¬'w’ûÈýäò yˆS_¨¯Ô7ê;õƒúIý¢~S.: Fg¥³ÑÙétN:›ÎCç¥óÑùétŸœæŒÞK¤ÃébtqZŽ㤸T :ŠvÓ AzGò£˜¹”—.M—¡ËÒåèòtº"]‰®LW¡«ÒÕèêt º&]‹®MסëÒõèútº!݈nL7¡›ÒÍèæt º%ÝŠ^˜p4µMbgêVç–¤’i­é.ô²L=¡Ò»Ò½èÞtº/ÝîO ÒƒèÁôz(=ŒN GÒ£èÑôz,=ŽOO 'Ò“èÉôz×õ,ÞFª`ºïŸ8îPrOz*½ˆ^L/¡—ÒËèåô z%½Š^M¯¡¡˜Ü™çí±/¨µôúÜŸ3ùú›3é­ôz/½þ–i'F’ûé#ôQú}œ>AŸ¤Oѧé3ôYú}ž¾@_¤/Ñ_þ'áÖÎ{ÿ»ËtÍ´³o²o¦_¦ ÈœÛô}™~J éiߤé‘;33½?#?ÅügÔšcï¦Ùôôße†~FË´B«´Fë´A›´EÛ´CgÐoéwô{úý‘þD¦¿Ð_éoôwúý“þEÿ¦]L&ŒÉÊdc²39˜%¡¢Ó9™|L~¦S)ÄfŠ0E™p¦Sœ)Á”dJ1L$Ÿ0 ãe f|Li¦ S–)Ç”g*0™JLe¦ S•©ÆTgj05™ZLm¦“;$ÿRŸÐu™FLc¦ Ó”iÆ4gZ0-™VLk¦ Ó–iÇ´g:0™NLg¦ Ó•éÆtgz0=™^Lo¦Ó—éÇôg0™AÌ`f3”Æ gF0#™QÌhf 3–ÇŒg&0™IÌdf 3•A?3™ÎÌ`f2³˜ÙÌf.3™Ï,`2‹˜ÅÌf)³ŒYά`V2«˜ÕÌf-³ŽYÏl`62›˜ÍÌf+³ÙÎì`v2»˜ÝÌf/³ÙÏ`2‡˜ÃÌæ(sŒ9Μ`N2§˜ÓÌæ,sŽ9Ï\`.2—˜ËÌæ*s¹ÎÜ`n2·#ÄñÚiw¨hæ.s¹Ï<`P&ÀÄ1ñL“È`Q6ÀƱñl›È>d±Ù'ìSöûœ}Á¾d_±Il2ûšMa1g 6Ȧ²oØ46%YŠ¥Y†eYŽåYY‰•Y…UYÕYƒ5Y‹µY‡Í`ß²ïØ÷ìö#û‰ýÌ~a¿²ßØïìö'û‹‹Ý~uÇÕ†ìo6—ËÁåärq¹¹<\^.wïÏâT‡†d~.œ+ÆçJp%¹R\ÉEqnÎÃÈy9ˆƒ9Wš+ÕåÊqå¹ \E®W™«ÂUåªqÕ¹\M®W›«ÃÕåêqõ¹\C®טk•Éôú³M¹V\k® ×–kÇua3ßóí¹.\W®×ëÁõäzqÅ3ëÒ½¹Ü@n7˜ å†qùÜHn7šÃåÆqã¹ ÜDn7™›ÂMåÎÏMã¦s3¸™Ü,n67‡›ËÍãæs ¸…Ü"nSR÷a1W³r‹¹ÜJn·š[à DZ¢×r›¸ÍÜn+·ÛÎíàvr»¸ÝÜn/·ÛÏàr‡¸ÃÜî(wŒ;ÎàNr§¸ÓÜî,wŽ;Ï]à.r—¸ËÜî*w»ÎÝànr·¸h.†‹ånsw¸»Ü=î>÷€C¹ÇÅs \"÷{Ä=æžpO¹gÜsî÷’{Å%qÉÜk.…Ã8œ#¸ —ʽáÒ¸tŽä(ŽæÈä&¡½ê Ãp"'q2§p*§q:gp&gq6çpÜ[î÷žûÀ}ä>qŸ¹/ÜWî÷ûÁýä~q¿9Ÿ…ã³òÙøì|>'Ÿ‹ÏÍçáóòùøü|¾ _ˆ/Ìá‹òá|1¾8_‚/É—â#øH>ŠwóàAÞËC<ÌûøÒ|¾,_Ž/ÏWà+ò•øÊ|¾*_¯Î×àkòµøÚ|¾._¯Ï7àòøÆ|¾)ߌoηà[ò­øÖ|¾-ߎË´{ñt{¾ ß•ïÆwç{ð=ù^|o¾ß—ïÇ÷çðùAü`~?”ÆçGð#ùQüh~ ?–Çç'ðùIüd~ ?•Gx??ŸÎÏàgò³øÙü~.?ŸÏ/àò‹øÅü~)¿Œ_ίàWò«øÕü~-¿Ž_Ïoà7ò›øÍü~+¿ßÎïàwò»øÝü~/¿ßÏàò‡øÃüþ(Œ?ΟàOò§øÓüþ,Ž?Ï_à/ò—øËüþ*¿Îßàoò·øh>†åoówø»ü=þ>ÿ€GùÇÇó |"ÿÄ?æŸðOùgüsþÿ’Å'ñÉük>…Çxœ'ø ŸÊ¿áÓøtžä)žæžå9žç^ä%^æ^å5^ç Þä-Þæ>ƒË¿ãßóøü'þ3ÿ…ÿÊã¿ó?øŸü/þ7ï²aBV!›]È!är ¹…_ˆ/ÅWb’˜,¾SDLÄEB Š©â1MLI‘i‘Y‘yQEQeQUQuÑMÑmÑ3Ä·â;ñ½øAü(~?‹_įâ7ñ»øCü)þ‹.)‹&e•²IÙ¥RN)—”[Ê#å•òIù¥RA©TX*"•Â¥bRq©„TR*%EH‘R”ä–< ’W‚$XòI¥¥2RY©œT^ª U”*I•¥*RU©šT]ª!Õ”jIµ¥:R]©žT_j 5”I¥&RS©™Ô\j!µ”ZI­¥6R[©Ô^ê u”:I¥.RW©›Ô]ê!õ”zI½¥>R_©ŸÔ_ ”Iƒ¥!ÒPi˜4\!”FI£¥1ÒXiœ4^š M”&I“¥)ÒT ‘üÒ4iº4Cš)Í’fKs¤¹Òi¿t@:(’KG¤£Ò1é¸tB:)’NKg¤³Ò9é¼tAº(]’.KW¤«Ò5éºtCº)Ý’¢¥)Vº-Ý‘îJ÷¤ûÒ •Rœ/%H‰ÒCé‘ôXz"=•žIÏ¥ÒKé•”$%K¯¥ “p‰‚RªôFJ“Ò%R¢$Zb$Vâ$^$Q’$YR$UÒ$]2$S²$[r¤ é­ôNz/}>JŸ¤ÏÒé«ôMú.ý~J¿¤ß’KÎ"‡ÉYålrv9‡:3Ìz¹WÌ)ç“óËä‚r!¹°\D.*‡ËÅäâr ¹¤\JŽ#å(Ù-{d@e¯ ɰì“KËeä²r9¹¼\A®(W’+ËUäªr5¹º\C®)×’kËuäºr=¹¾Ü@n(7’ËMä¦r3¹¹ÜBn)·’[Ëmä¶r;¹½ÜAî(w’;Ë]ä®r7¹»ÜCî)÷’{Ë}ä¾r?¹¿<@(’ËCä¡ò0y¸*“Ë'ä´[R@¿ßž=)Ÿ“ÏËä‹ò%y|ú„t—ûŸ³Û˜„± gå.™ï$Zr—åûòº¾¸Ãobår‚œ(?”ß…ÎXYcãå.!wF~&?’“ädùµ¼)s ²§¾¹'—L޾z.tRº{u³Û*t¢|%§È¢,ɲŒ&MŽX†¿‘Ù”-Ù–9C~+¿“ßËäò'ù³üEþ*“¿Ë?äŸò/ù·ìR²(aJV%›’]É¡äTr)¹•(•OÊgå‹òUù¦|W~(?•_ÊoÅ¥fQÃÔ¬j65»šCÍ©æR¯…d/êuPÉ­P ª…ÔÂjµ¨®S‹«%Ô’êï?·?ãŠr¥TPõª «>µ´ZF-«–S˫Ԋj%µ²ZE­ªVS««5Ôšj-µ¶ZG­«ÖSë« Ô†j#õÔu6­Ó„nbcµ…ÚRm¥¶VÛ¨mÕvêËÌMJi¯vQÕ‡.—×\íªöR{«}Ô¾j?µ¿:@¨R«CÔ¡ê0u¸:B©ŽRG«cÔ±ê8u¼:A¨NRgÞºä•'«ÓÔéê u¦:K­ÎQçªóÔùêu¡ºH]¬.Q—ªËÔåê u¥ºJ]­®QתëÔõêu£ºIݬnQ·ªÛÔíêu§ºKÝ­îQ÷ªûÔ¡9ž‹Ôýêõ¨zL=®žPOª§ÔÓêõ¬zN=¯^PƯVûngî¢zM½®ÞPoª·Ôh5FUo«wÔ»ê=õ¾ú@EÕ€§Æ« j¢úP}¤>Vg¤»\-^tVŸ¨/ÕWj’š¬¾VSTLÅUB ª©ê5MMWI•Ri•QY•SyUPEUReUQUUSuÕPMÕRmÕQ3Ô·ê;õ½úAý¨~R?«_Ô¯ê7õ»úC= mÜäO5‹¦eÕ²iÙµZN-—–[Ë£åÕòiùµZA­VX+¢ÕµÔÌ·—‡ÕbZ„©EinÍ£¨y5Hƒ5ŸVZ+£•ÕÊiåµ ZE­’VY«¢UÕªiÕµZM­–V[«£ÕÕêiõµZC­‘ÖXk¢5Õši͵ZK­•ÖZk£µÕÚiíµZG­“ÖYë¢uÕºiݵZO­—f‡tiÑ™ï­ Ðjƒ´}±ûc{ªƒµáÚm¤6J­ÑÆjã´ñÚm¢6I›¬MѦjˆæ×¦iÓµÚLm–6[›£ÍÕæióµÚBm‘¶X[¢-Õ–i˵ÚJm•¶Z[£­ÕÖiëµ ÚFm“¶YÛ¢mÕ¶iÛµZ›þ¸W~u§¶OÛ¯Ðj‡´ÃÚí¨vL;®ÐNj§´ÓÚí¬vN;¯]ÐfÑ]OžIï/^Ô®i×µÚMí–­Åh±ÚmíŽvW»§Ý×h¨Ðâ´x-AKÔj´ÇÚí©öL{®½Ð^j¯´$-Y{­¥h˜†k„vEùg/Ù‡5Zc4Vã4^4Q“4YS4UÓ4]34S³4[s´ í­öN{¯}Ð>jŸ´ÏÚí«öMû®ýОRc¯…GGÒ?µ0=«žMÏ®çÐsê¹ôÜz=¯žOϯÐ ê…ôÂz=U˼±m»à*#Õ#ôH=JïrÓå„ufÝ:¤ÃºO/­—ÑËêåôòz½¢^I¯¬WÑ«êÕôêz ½¦^K¯­×Ñëêõôúz½¡ÞHo¬7Ñ›êÍôæz ½¥ÞJo­·ÑÛêíôöz½£ÞIï¬wÑ»êÝtìÏ2rÚu¥»ÞOï¯ÐêƒôÁú}¨>L®ÐGê£ôÑú}¬>N¯OÐ'ê“ôÉú}ªŽè~}š>]Ÿ¡ÏÔgé³õ9ú\}ž>__ /Ôé‹õ%úR}™¾\_¡¯ÔWé«õ5úZ}¾^ß oÔ7é›õ-úV}›¾]ß¡ïÔwé»õ=ú^}Ÿ¾_? Ôé‡õ#úQý˜~\?¡ŸÔOé§õ3úYýœ~^¿ _Ô/é—õ+úUýš~]¿¡ßÔoéÑzŒ«ßÖïèwõ{ú}ýŽê=N×ôDý¡þH¬?ÑŸêÏôçú ý¥þJOÒ“õ×zŠŽé¸NèA=U£§éé:©S:­3:«s:¯ º¨Kº¬+ºªkº®º©[º­;z†þV§¿×?èõOúgý‹þUÿ¦×è?õ_úoÝed1ÂŒ¬F6#»‘ÃÈiä2ryŒ¼F>#¿QÀ(h2 EŒ¢F¸QÌ(n”0J¥Œ#Òˆ2Ü†Ç Ðð>£´QÆ(k”3ÊŒŠF%£²QŨjT3ª5ŒšF-£¶QǨkÔ3ê Œ†F#£±ÑÄhj43š-Œ–F+£µÑÆhk´3ÚŒŽF'£³ÑÅèjt3º=ŒžF/£·ÑÇèkô3úŒÆ c°1Äj 3†#Œ‘Æ(c´1ÆkŒ3ÆŒ‰Æ$c²1Řj †ß˜fL7f3YÆlcŽ1טgÌ7 EÆbc‰±ÔXf,7V+UÆjc±ÖXg¬76MÆfc‹±ÕØfl7v;]Ænc±×Øgì7CÆaãˆqÔ8f7N'SÆiãŒqÖ8gœ7.KÆeãŠqÕ¸f\7n7[F´cÄ·;Æ]ãžqßx` FÀˆ3â#Ñxh<2OŒ§Æ3ã¹ñÂxi¼2’Œd㵑b`nFÐH5ÞiFºA”AŒÁœÁ‚!’!Š¡š¡†a–aŽ‘a¼5ÞïÆGã“ñÙøb|5¾ßÆOã—ñÛp™YÌ03«™ÍÌnæ0sš¹ÌÜf3¯™ÏÌo0 š…ÌÂf³¨n3‹›%Ì’f)3ÂŒ4£L·é14½&d¦Ï,m–1ËšåÌòf³¢YɬlV1«šÕÌêf ³¦YˬmÖ1ëšõÌúf³¡ÙÈll61›šÍÌæf ³¥ÙÊlm¶1G„üÜj ýµ¶f'³IÈO¾2t®ØÙìaö4{™½Í>f_³ŸÙß`4™êŸüºê u°9ÊmŽ1ÇšãÌñæs¢9ÉœlN1§šˆé7§™ÓÍæLs–9ÛœcÎ5ç™óÍæBs‘¹Ø\b.5—™ËÍæJs•¹Ú\c®5×™ëÍ æFs“¹ÙÜbnʼ{˯†g~;rUÝjî3÷›̃æ!ó°yÄ0Q3`Æ™ñf‚™h>4™Í'æSó™ùÜ|a¾4_™If²ùÚL117 3h¦šoÌ43Ý$MʤMÆdMÎäMÁMÉ”MÅTMÍÔMÃ4MË´MÇÌ0ßšïÌ÷æó£ùÉül~1¿šßÌïæó§ùË<ò(¡=]ÂŽ²Ý¶ÇlÐöÚ Û>»´]Æ.k—³ËÛìŠv%»²]Å®jW³«Û5ìšv-»¶]Ç®k׳ëÛ ì†v#»±ÝÄnj7³›Û-ì–v+»µÝÆnk·³ÛÛìŽv'»³ÝÅîjw³»Û=ìžv/»·ÝÇîk÷³ûÛìö {°=Äj³‡Û#ì‘ö({´=Æk³ÇÛì‰ö${²=Å.žé·Ä[Síö/í?·¨{̬ÖL{‘½Ø^b/µ—Ùkî»\_"¦ÛËí5öZ{=á®/Þåêh®··Ø»nþ=&ÎZmoµ÷Ø{í}v©´+Äé„îæ~ûˆ}Ô>f·OØ'íSöiûŒ}Ö>gŸ·/ØíKö¥Î0ª¯~Ù¾aw þ†sðÍB}år¿cÇd~S´Û–ÐéÞfû¦ýØ®ÇþùŽ·]¼ýÄN²“í×öº Ú—üÀN±SíË™ßeMIœóÈ~c³öËäÑ9\®W6gËö±P¿çêHS±MÛ²mÛ±3ì·ö;û½ýÁþh²?Û_ì¯ö7û»ýÃþiÿ²Û.'‹ædu²9ÙNN'—“ÛÉãäuò9ùNA§SØ)âuÂbNq§„SÒ)åD8‘N”ãv<à€Ž×Øñ9¥2NY§œSÞ©àTt*9•*NU§šSÝ©áÔtj9µ:N]§žSßià4t9&NS§™ÓÜiá´tZ9­6N[§ÓÞéàtt:9.NW§›ÓÝéáôtz9½>N_§ŸÓßà t9ƒ!ÎPg˜3ÜáŒtF9£1ÎXgœ3Þ™àLt&9“)ÎTqüÎ4gº3ÙéÌrf;sœ¹Îg¿sÀ9èr;Gœ£Î1ç¸sÂ9éœrN;gœ³Î9ç¼sÁ¹è\rnÝÄ\®ëöeç†sÓ¹å\ ío îÕ£»Î=ç¾óÀA€çÄ; N¢óÐyä9Ÿ/ÎWç›óÝùáüt~9¿WF–Œ°Œ¬Ù2²gäÈÈ™‘+#wFžŒ¼ù2ògÈ(˜Q(£pF‘Œ¢áÅ2Šg”È(™Q*#"#2#*ÃáÉ2À o”gø2Jg”É(›Q.£|F…ŒŠ•2*gTɨšQ-£zFŒšµ2jgÔÉXuoCêžà§nF£ŒÉõvç ³›#-–H+¤5Òi‹´CÚ#ŽH'¤3ÒéŠtCº#=žH/¤7Òé‹ôCú#È d02Š C†##‘È(d42‹ŒCÆ#‰È$d22™Š ˆ™†LGf 3‘YÈld2™‡ÌG ‘EÈbd ²Y†,GV +‘UÈjd ²Y‡¬G6 ‘MÈfd ²Ù†lGv ;‘]Ènd²Ù‡ìG ‘CÈaär9†GN '‘SÈiä r9‡œG. ‘KÈeä r¹†\Gn 7‘[H4ƒÄ"·‘;È]äry€ H‰Câ‘$yˆ û„Šþߣ]c²Œ©êOk'¬á¯é¯å¯í¯ã¯ë¯æ¯îoàoè¯äÏ6&û˜²þrþòþ þ¦þ¶þvþöþþŽþNþÎþ.þ®þnþîþþžþ^þÞþ>þ¾þ~þþþþþAþÁþ!þ¡þaþáþþ‘þQþÑþ1þ±þqþñþ þ‰þIþÉþ)þ©~Äï÷OóO÷ÏðÏôÏòÏöÏñÏõÏóÏ÷/ð/ô/ò/ö/ñ/õ/ó/÷¯ð¯ô¯ò¯ö¯ñ¯õÿ?¬]XÍÖVwCëîîî@Ýê.Y÷­» ÔÝqRZB¨Ñj¡H…RÚRwû§Óýö&!@¿û_žHvgæø{ÎÌl&•›”›•[”[•Û”Û•;”;•»”»•{”ÞJå^å>å~ååAå!åaååQå1åqå åIå)åiååYå9åy¥¯ÒOé¯ P*ƒ”ÁÊe¨2L®ŒPF*UÊ(e´2F«¼ ŒS^T^RÆ+ÕÊ¥F™¨¼¬¼¢¼ª¼¦¼®LRÞPÞTÞR&+S”·•w”w•÷”÷•©Ê4¥V©Sê•eºò2C™©ÌRf+*)+Ÿ(s”O•¹ÊgÊ<åså åKe¾ò•òµòò­òò½òƒò£ò“ò³ò‹ò«ò›ò»ò‡ò§ò—RX!Öˆ b‹Ø!%’H)¤4R)‹”CÊ#ŠH%¤2R©ŠTCª#5{ÄqDœgÄ©‰ÔBj#uºH=¤>Òiˆ4B#M¦H3¤9Òi‰´BZ#m¶H;¤=ÒéˆtB:#]®H7¤;Òé‰ôBz#}¾H?¤?2ˆ B#®ˆ⎠A†"ÃáÈd$2 ŒAÆ"ãñÈd"2 ™ŒLA<©È4ÄñB¦#3™È,d62™‹ÌCæ# …È"d1²YŠ,C”‚ †à…Ѓ°‡ðˆ€ˆÈrd²Y…¬FÖ k‘uÈzd²Ù„lF¶ [‘mÈvd²Ù…ìFö Þˆ²Ù‡ìG ‘CÈaär9†GN '‘SÈiä r9‡œG|?Ä @‘ $ AB‘0$‰@"…D#1H,r‰C."—xD$ $¹Œ\A®"×ëHr¹‰ÜB’‘ä6r¹‹ÜCî#©H¢Etˆ1 éÈ$ÉD²lä!òyŒò y¼AÞ"ï÷Èä#ò ùŒ|A¾"ßïÈä'ò Q V¨5jƒÚ¢vh ´$Z -–AË¢åÐòh´"Z ­ŒVA«¢ÕÐêh Ôu@Q'ÔuAk¢µÐÚh´.Z­6@¢ÐÆh´)Ú m޶@[¢­ÐÖh´-Úmv@;¢ÐÎh´+Ú íŽö@{¢½ÐÞh´/Úí@¢ƒÐÁ¨+ꆺ£CСè0t8:‰ŽBG£cбè8t<:ˆNB'£SPt*: õD½Ðéè t&: ÎAç¢óÐùèt!º]Œ.A—¢ËP%Š (Š¡8J $J¡4Ê ,Ê¡<* "º]®DW¡«Ñ5èZtºÝ€nD7¡›Ñ-èVtºÝîDw¡»Ñ=¨7êƒîE÷¡ûÑèAôz=‚E¡ÇÑèIôz=ƒžEÏ¡çQ_ÔõGÐ@4 FCÐP4 G#ÐHT…F¡Ñh ‹^@ãЋè%4U£ ¨MD/£WЫè5ô:š„Þ@o¢·Ðd4½ÞAï¢÷Ðûh*š†jQªG h:úÍ@3Ñ,4}ˆ>B£OÐô)š‹>CóÐçè ô%š¾B_£oзè;ô=úýˆ~B?£_Яè7ô;úý‰þB˜fÙ`¶˜V+‰•ÂJce°²X9¬¶[ˆ-ÂcK°¥Ø2L‰!ŠaމQ1‹q ˜ˆ-ÇV`+±UØjl ¶[‡­Ç6`±MØfl ¶Û†mÇv`;±]Ønlæù`{±}Ø~ìv;„ÆŽ`G±cØqìv;…ÆÎ`g±sØyÌóÃü±, ‚±, ñ,SaQX4ƒÅb°8ì"v ‹ÇÔX¦Á±ËØì*v »Ž%a7°›Ø-,KÁncw°»Ø=ì>–Š¥aZL‡é1–Ž=À2°L, ËÆb°ÇØ,{Šåbϰ<ì9ö{‰åc¯°×Øì-ö{}À>bŸ°ÏØì+ö ûŽýÀ~b¿0n…[ã6¸-n‡—ÀKâ¥ðÒx¼,^/WÀ+â•ðÊx¼*^ ¯Ž×ÀíqÜwÂq¼&^ ¯×Áëâõðúx¼!ÞoŒ7Á›âÍðæx ¼%Þ o·ÁÛâíðöx¼#Þ ïŒwÁ»âÝðîx¼'Þ ï÷Áûâýðþø| >Œ»ân¸;>ŠÇã#ð‘ø(|4>‹ÃÇãð‰ø$|2>÷À§âÓpOÜ ŸŽÏÀgâ³ðÙø|.>Ÿ/Àâ‹ðÅø|)¾ WâŽâŽãNâNã ÎâÎã.âËñøJ|¾_ƒ¯Å×á \0hÁïÖ åz¼²¥²•r¾}jO/¯]¸ÃDø™H¥~?„ÆàGñcøqü~?…ŸÆÏàgñsøyÜ÷Ãýñ<ƒñ<ÃÃñ<WáQx4ƒÇâð8ü"~ ÇÕx®ÁñËøü*~ ¿Ž'á7ð›ø-<OÁoãwð»ø=ü>žŠ§áZ\‡ëqžŽ?À3ðL< ÏÆâðÇø<ŠçâÏð<ü9þ\üþƒ¿ÅßáïñøGüþÿ‚Å¿áßñøOü® ¬k†°%ìˆDI¢Qš(C”%Êå‰ DE¢Q™¨BT%ªÕ‰„=á@8N„3áBÔ$jµ‰:D]¢QŸh@4$‰&DS¢ÑœhA´$Z­‰6D[¢Ñžè@t$:‰.DW¢ÑèAô$z½‰>D_¢ÑŸ@ $ƒ WÂp'†C‰aÄpb1’EŒ&Æc‰qÄxb1‘˜DL&¦ÄTbáIxÓ‰ÄLb1›˜CÌ%æó‰ÄBb±˜XB,%–J!P#p‚ H‚"h‚!X‚#xB Db9±‚XI¬"VkˆµÄ:b=±ØHl"6[ˆ­Ä6b;±ƒØIì"v{o‡ØKì#öˆƒÄ!â0q„8J#Ž'ˆ“Ä)â4q†8Kœ#ξ„áODL„¡DND‘„Šˆ"¢‰"–¸@ĉKD<¡& ‘H\&®W‰kÄu"‰¸AÜ$nÉD q›¸CÜ%î÷‰T"Ð:BOˆtâ‘AdYD6ñxD<&ž9ÄS"—xFäωÄK"ŸxE¼&Þo‰wÄ{âñ‘øD|&¾_‰oÄwâñ“øE(H+Òš´!mI;²Y’,E–&ËeÉrdy²Y‘¬DV&«UÉjdu²iO:ޤéLº5ÉZdm²Y—¬GÖ' ÉFdc² Ù”lF6'[-ÉVdk² Ù–lG¶';ÉNdg² Ù•ìFv'{=É^do²Ù—ìGö'ÉAä`Ò•t#ÝÉ!äPr9œAŽ$G‘£É1äXr9žœ@N$'‘“É)¤9•œFz’^ätr9“œEÎ&çsÉyä|r¹\D.&—KÉe¤’DH”ÄHœ$H’¤HšdH–äHžH‘\N® W’«ÈÕär-¹Ž\On 7’›ÈÍär+¹ÜNî w’»ÈÝäÒ›ô!÷’ûÈýäò yˆ$‘É'dù”Ì%Ÿ‘yäsòù’Ì'_‘¯É7ä[òùžü@~$?‘ŸÉ/äWòùüAþ$‘ ÊŠ²¦l([ÊŽ*A•¤JQ¥©2TYªUžª@U¤*Q•©*TUªUªAÙS”#åD9S.TMªU›ªCÕ¥êQõ©TCªÕ˜jB5¥šQÍ©TKªÕšjCµ¥ÚQí©TGªÕ™êBu¥ºQÝ©TOªÕ›êCõ¥úQý©Ô@j5˜r¥Ü(wj5”F §FP#©QÔhj 5–G§&P©IÔdj åAM¥¦Qž”5šAͤfQ³©9Ô\j5ŸZ@-¤Q‹©%ÔRj¥¤ ¥0 §Ф(ЦŠ¥8ЧJ¤–S+¨•Ô*j5µ†ZK­£ÖS¨Ô&j3µ…ÚJm£¶S;¨Ô.j7µ‡ò¦|¨½Ô>j?u€:H¢SG¨£Ô1ê8u‚:I¢NSg¨³Ô9ê<åKùQþTHQÁTJ…QáTI©¨(*šŠ¡b© Tu‘ºDÅSj*ÒP‰Ôeê u•ºF]§’¨ÔMê•L¥P·©;Ô]êuŸJ¥Ò(-¥£ô”J§PT&•EeS©GÔcê •C=¥r©gTõœzA½¤ò©WÔkê õ–zG½§>P©OÔgê õ•úF}§~P?©_”‚¶¢­iÚ–¶£KÐ%éRtiº ]–.G—§+ÐéJteº ]•®FW§kÐö´íH;Ñδ ]“®EצëÐuézt}ºÝnD7¦›ÐMéftsºÝ’nE·¦ÛÐmévt{ºÝ‘îDw¦»Ð]éntwºÝ“îE÷¦ûÐ}é~tz=D¦]i7ÚB¥‡ÑÃéôHz=šC¥ÇÑãé ôDz=™žB{ÐSéi´'íEO§gÐ3éYôlz=—žGϧÐ éEôbz ½”^F+i„FiŒÆi‚&iЦi†fiŽæiéåô z%½Š^M¯¡×Òëèõôz#½‰ÞLo¡·ÒÛèíôz'½‹ÞMiz/½ÞO Ò‡èÃôú(}Œ>NŸ OÒ§èÓôú,}Ž>OûÒ~´?@ÒAt0B‡Òat8AGÒ*:ŠŽ¦cèXúG_¤/Ññ´šN 5t"}™¾B_¥¯Ñ×é$ú}“¾E'Ó)ômú}—¾Gß§Sé4ZKëh=m ÓétIgÑÙôCúý˜~BçÐOé\úG?§_Ð/é|úýš~C¿¥ßÑïéôGúý™þB¥¿ÑßéôOú­`¬kƆ±eì˜LI¦Sš)ÔeÊ1å™ LE¦S™©ÂTeª1Õ™Œ=ãÀ82NŒ3ãÂÔdj1µ™:L]¦SŸiÀ4d1™&LS¦ÓœiÁ´dZ1­™6L[¦ÓžéÀtd:1™.LW¦ÓéÁôdz1½™>L_¦ÓŸÀ d1ƒWÆqg†0C™aÌpf3’ÅŒfÆ0c™qÌxf3‘™ÄLf¦0ÌTfãÉx1Ó™ÌLf3›™ÃÌeæ1ó™ÌBf³˜YÂ,e–1JaPcp†`H†bh†aX†cxF`Df9³‚YɬbV3k˜µÌ:f=³ÙÈlb63[˜­Ì6f;³ƒÙÉìbv3{oƇÙËìcö3˜ƒÌ!æ0s„9ÊcŽ3'˜“Ì)æ4s†9ËœcÎ3¾ŒãÏ0LÌ„0¡LÎD0‘ŒŠ‰b¢™&–¹ÀÄ1™KL<£f “È\f®0W™kÌu&‰¹ÁÜdn1ÉL s›¹ÃÜeî1÷™T&Ñ2:FϘtæ“Ád2YL6óyÄd±Ù'lû”ÍeŸ±yìsöû’Íg_±¯Ù7ì[öûžýÀ~d?±ŸÙ/ìWöûýÁþd± Ί³æl8[ÎŽ+Á•äJq¥¹2\Y®Wž«ÀUä*q•¹*\U®W«ÁÙsœ#çÄ9s.\M®W›«ÃÕåêqõ¹\C®טkÂ5åšq͹\K®ךkõåÚqí¹\G®×™ëÂuåºqݹ\O®×›ëÃõåúqý¹Ü@n7˜såÜ8wn7”Æ çFp#¹QÜhn 7–Çç&p¹IÜdn çÁMå¦qžœ7›ÁÍäfq³¹9Ü\n7Ÿ[À-äqeF••3{úˆ#v⋹ ¬&Ý™ŠqGs Çr¡Óæ‡Oﯠ¨ÜŠsÜjn ·–[Ç­ç6p¹MÜfn ·•ÛÆmçvp;¹]ÜnnçÍùp{¹}Ü~îw;ÄæŽpG¹cÜqîw’;ÅæÎpg¹sÜyΗóãü¹. ₹.” ã¹.’SqQ\4ÃÅr¸8î"w‰‹çÔ\§á¹ËÜî*w»Î%q7¸›Ü-.™Kánsw¸»Ü=î>—Ê¥qZNÇé9—Î=à2¸L.‹Ëær¸ÇÜ.‡{Êårϸ<î9÷‚{Éås¯¸×Üî-÷Ž{Ï}à>rŸ¸ÏÜî+÷ûÎýà~r¿8oÅ[ó6¼-oÇ—àKò¥øÒ|¾,_Ž/ÏWà+ò•øÊ|¾*_¯Î×àíyÞ‘wây¾&_‹¯Í×áëòõøú|¾!߈oÌ7á›òÍøæ| ¾%ߊoÍ·áÛòíøö|¾#߉ïÌwá»òÝøî|¾'ß‹ïÍ÷áûòýøþü~ ?ˆÌ»òn¼;?„Êã‡ó#ø‘ü(~4?†ËãÇóø‰ü$~2?…÷à§òÓxOÞ‹ŸÎÏàgò³øÙü~.?ŸÏ/àò‹øÅü~)¿ŒWòòóOòOó ÏòÏó/òËùüJ~¿š_ïå×ñëù üF~¿™ßÂoå·ñÛùüN~¿›ßÃ{ó>ü^~¿Ÿ?Àäñ‡ù#üQþœ?ÁŸäOñ§ù3üYþž÷åýx>€äƒø`>„åÃøp>‚äU|ÍÇð±ü>Ž¿È_âãy5ŸÀkøDþ2…¿Ê_ã¯óIü þ&‹OæSøÛüþ.¿Ï§òi¼–×ñzÞÀ§óø >“Ïâ³ù‡ü#þ1ÿ„ÏáŸò¹ü3>οà_òùü+þ5ÿ†Ë¿ãßóøü'þ3ÿ…ÿÊã¿ó?øŸü/^!X Ö‚`+Ø %„’B)¡´PF(+”Ê „ŠB%¡²PE¨*Tª 5{ÁApœgÁE¨)Ôj u„ºB=¡¾Ð@h(4 M„¦B3¡¹ÐBh)´Z m„¶B;¡½ÐAè(t: ]„®B7¡»ÐCè)ôz }„¾B?¡¿0@(  ®‚›à. † ÄáÂa¤0J-ŒÆ ã„ñÂa¢0I˜,L<„©Â4ÁSð¦ 3„™Â,a¶0G˜+Ìæ „…Â"a±°DX*,”" &à!%Ð#°'ð‚ ˆÂra…°RX%¬Ök…uÂzaƒ°QØ$l¶[…mÂva‡°SØ%ìöÞ‚°WØ'ì…CÂaáˆpT8&N'…SÂiáŒpV8'œ|?Á_… !XB…0!\ˆ"•%D 1B¬pAˆ. —„xA-$!Q¸,\® ׄëB’pC¸)Ü’…á¶pG¸+Üî ©Bš t‚^0éÂ!CȲ„lá¡ðHx,<r„§B®ðLÈž /„—B¾ðJx-¼Þ ï„÷Âá£ðIø,|¾ ß„ïÂá§ðKPˆV¢µh#ÚŠvb ±¤XJ,-–ËŠåÄòb±¢XI¬,V«ŠÕÄêb Ñ^tE'ÑYtkеÄÚb±®XO¬/6ŠÄÆb±©ØLl.¶[Š­ÄÖb±­ØNl/v;ŠÄÎb±«ØMì.ö{нÄÞb±¯ØOì/ŠƒÄÁ¢«è&º‹CÄ¡â0q¸8B)ŽG‹cıâ8q¼8Aœ(N'‹SDqª8Mô½Äéâ q¦8Kœ-ÎçŠóÄùâq¡¸H\,.—ŠËD¥ˆˆ¨ˆ‰¸Hˆ¤H‰´Èˆ¬È‰¼(ˆ¢¸\\!®W‰«Å5âZq¸^Ü n7‰›Å-âVq›¸]Ü!îw‰»Å=¢·è#î÷‰ûÅâAñxX<"‰ÇÅâIñ”xZ<#žωçE_ÑOôÄ@1H CÄP1L #ÄHQ%F‰ÑbŒ+^ãÄ‹â%1^T‹ ¢FL/‹WÄ«â5ñº˜$ÞoŠ·Äd1E¼-ÞïŠ÷Äûbª˜&jE¨ bºø@Ì3Å,1[|(>‹OÄñ©˜+>óÄçâ ñ¥˜/¾_‹oÄ·â;ñ½øAü(~?‹_įâ7ñ»øCü)~rùìòÅå«Kö{xDž¢çë.éÚƒùY©Q·¢.GEGM{1üÞæü1‰ÞQÚ§úœ‰÷Jª—]Ɉ:¢~{aòãñËäD]ÏŸœ’•í}OûŠ»½&¶A\j¤wÊ´gú|!êÎÓÜœ•é]ÓoäÔ¹3(Jõ Æ¥%i­¢Ôý&ýðô¬Zsév…(÷lÕ«ƒ×#Fç…¨‚òÔ‘—ÓO¨]ÓëEVÊOÈõ~›¾$×ûq¥.½LT^ø-•“>^‘?ùνüèð WŠ—5To#¦îÌßžlÈÕ ¿”s=œJMIè¤>”?#É9”qNÓÍ0(K•éžÕ%³³þ—fZ¸&¿_ÄWU©[—/FDþT¹çîÌpJYþ`”Á!?.òjN©ü‰½^{‡­ ëó47nùÝ^÷‡ÙÛoÿÌ]–ïúB©½™£êòšxP*.N¥VuReDŽÌ`"§¥»\j¢W%ïÑÖ˸ «–‡ÝØœSFÕçf¯\êâÎÄe;_TPõÉÿlI¨÷³¬ÌKùÑ9³UJeÑ)Ô;}Îûþ}ÃpÕðLJU}R*eÜQÝ»—›”³>}cÆò쑹ù™wB–g-O)•£½}:rÚ½°ô£)µònÄ5R­Îï©xP!›x|饵þ¾¶ZÊ ×ÇD¾×ë¹·^õÈŸ=(òNäiÕ½ŒN!x¥ÇæçÞúy/çaþÚûYa/wª„ÇDù†‚­Ô­u…ä¥HP(ù©ª‰¦7mÒgèÒ‚kNS(NÂó§¦)ι® ž/Åü8)uôïBîÿygozÏ5…bÄ=@Ãù¨Æò—=ÆöM> Pœ—Ͻ›î¥PlÉ7âÑ P4Q[akFû°+Ács㻚´àÕÌzJ0}?N¿¢Ä!Ÿ¨´‹Á[%íÐ.uk¡k«5nWò5Q¯Pô/H?$«:&¸Ž‘Vuð‰ÿ¯ðÌçS Å7¨ç Æ}ôAòYpÖ+Ä„r€^:›ÌQ:ËÎI“’΋±õ±$гW¡@ÿïOðt½2ð8 öH>%²§a’tžƒ‰ô¥á)qî€ÇRꙡ¾ ÿC¨­þð̶ÏÞ/lVÀWMÌNy¼d¢£@ºîQI¡g‚M[u×ÿóJ OÙîœR¨wêôöañ@;UŒøyÊ´Í0ÞFÜrCTë°z€«®Wÿ¹ª¡ÒÌ[­·Ø·ÐÕݨ¤°©&ºygtæO_£×å.¬dÏÀ¤3¯ÄMðòÇ{(SÃsˆAÒÐÔZ¡8mäG¾FÞ˜ ¡Û¦f#!ªw¸U6ôd#ƒL8<ªžÇ\™° ð˜g]P†Ð¨WáÛ‚-IW6÷ Ð[Ž‹éU7“só¢QÍ#6þ]¡Gl˜ªPl|ÄÂwÇLúq^dÇÓáÉšg¢Ú«ºf™Ó~“$Åor¦ñõcŽæ-ODM]èßÖËö8oiÝË%¶jy˜’¢³. ƒÜž)Êòï“ÏLÄã AÙÙœ|úÒ{ ZŠ fƒØüçJU©½Ï½Â©ZËtEØÁºW¿_r2mUÍ.Ûª8 ­¨huÛòݾɦï=ÍâqC «¼K:¯ þVú;ñ)þ9j?xZµóð™ÙþÀ›«ý~%À“fSú™öv>ÛBãSU/jKAÜ8¡Ÿ-ƒîó5 a\žÍ´,Ý.#9»nëÄëcb@ßåÖôV²@LºÊ¨—#ÒpPsWò eR´ú¤è §cÆÔ‰.<|OþiÍàÁ@6ŠöøtWÝᦠè³ßýNÒ]e<»°åvÌcC3ÀçiÃ-7Šº9A…k¾WOxFXÔXCãèé'|r[Dƒ 4@® ù›R0 ç­ Åxxe‹ôÿ¦£ÆDVn¯þ¦Ûî(_sÝ/ѯ0p»®?à|mlÏ©ïÛÊMÎÌ=Péâcý ïÂÌáï¦Pߟ ¶NÚ?—1¿¿)K£†&|ŠR(Î9Vׯ§àɺCí<Ë™®N‘PÊ hoŒùßlû»ß« r¡ëIýJ‹9zUºéûÍî¦ï»¥ÛGòŽ9¶RxÈ?%îlæÿåX®hÕÞu7")P¡˜ l^Gæà´îÞÌ‘hÄë\&ÂlˆÀ8½ðငk}µÉ“Õ› ïßWêšš˜VC¸ædI¾}ñ7Óf}µôAÙvy+•²1ÀékCÁö?ÌFéu"Bºc˜+x´ÝÙ}¡cÔƒ»c¦ÃÈþ`Úë“üªsThD´š£LÍþRAºÝ´f‘o5P[ñϵ C9—åhÍÇhj¡‚x®?1BQÒénBy7_ ¥Aú:&gÂ>V²K‚íÓ¤€¨ G"Ôú57ŠÆ¨J'ù¢©ÿ´h¯‘™ ½®1ðÁX=#é°%à§qÔˆ§†A&šÖ%­[J´¢ Ëì5¬²XÿÔòp×´–¥N2l‚:g4µtCŽúk?º¬‡Vh„2‰â$ýÔÇ›":%ðŒ„xDOØõ¶ í+ ˈôiPò Å›õÆ#8G¡‡¦®øÊ•—"£¾î°äåÙ9ù-¯m¢ÝRB)çÁÐ «"ªOöñ´ò¬äó™ê?íˆÿ}r>˜¨oHû ð³D¢%ù¿§‰’ýoKö^'W¢T%h_ê CÁŠQë"̯Ýü[’M¶Q­ÝÔ¶‡W¢d]÷1ú)’…ý+CÌY/å§!ټψ,E±?ó¡‘dÄXôD½²ÝŠá[ä„ËweO?Ö6)bf„â¿ú ø•¦šRhÿ1y Å}øYØÝf¨%ãb¨Ê3ââóžã¼Ì¯äÛš¾¿%½wÌ›q4a°IOÍIÿK~dÆc˜ûÇ‹ç낟eUžG`9ú»²—¼U¹%&EGóÈ0Æ0SÖ¶ÖÅÚzã@0N¼>5°UB §C4!2KÓ>a®.f&Ö¨ÞÜ%Qö„SÉ0TsGöCo˜lmœòÓ OcžÅLMÌ ´ÚpPÞ"²Öæ È?ÞšvRîÊv<3ã*Yý[Gd$ ²‰ Ð苳XDᬹšÑ;B ¨”ð+F¡x+¡ôWÐb±ö1ðJ·ô=±®VwþjAþú‘õý?bàÉùým•®æ-ÒåÚržU€Õ !)@ºg’ØGÏÓˆÿ’ÞÛý¤l'ÆmIð—ÑW†uô¥vú@ã1‡ö”ÏÂl_ˆÿ ú¸&ûQó“5hï0ÊÊ>‘U#ê›ÍsÇËYàõŸyv!:E e#.ƒH‹šj|Õ®,L¬rqt‘qHªZÚI} õt‡Õ2¿3 Ï .Àúãc¡8‘ÿ+|!@¾ @ïKB–Rïš¶ÚêÌ?Ká'N×™d­0œ”j.QõN;XútÚ;@oø?ß] ùˆÏc™£Ì·Àh6;>Ïê·Q”U1ÿ^Sœ7¶‡9 ¤êSx]‡Sžã!åM÷Mêsà+<”?;¾·‰…ÈžX6*-|aÂà¹5ÅYº’fç¢v"gŽWRFh#ûäB¿çá{¡~¼$ Úé@‡›lLÇ¡A›ƒÞ¥HV= ß eµƒ·M»˜&JV¬-åÚ@›Õ%}8›E©ù4\¡pnø=cžy÷ö0É^Õ@”g 9Á$ƒÇDd†+€6¶ Vë®99@®/iœ$Ù&çY¥~¯ÙÄ[g´D-§U~@ü¤Ÿ/à­²A- ã¿et¼ÄÕÍ”tŸr'ÝÈ6/!wŸLP`˜&Z›œfÙ 6©Â_y™ê“–¯½ èÒ |ÞÏ/ÜoT2öu¯|üΨôGfÀöWÿçÄb›§ Õ§áFùãªQü'¹EÂOKn·°¾üª8¾Ðn—*Tú´e—D; ™ýPN«—`~¥?v£¨¾¦4öª‹á–î¦8G;ÎæßEœ_ ëþ)ƒ ¶9¥Ž’æýo, ÈÍ),ÐÑã—}ñU€¯ŸOø*}þÀÓZOÛed·GfÑ}ÛÙ9ÿH¸ÞùÄ«{¿×IýrÏKçgëj'Lx(Ï<.ƒ yªÀúgúÄ­!%Æ"Í&÷ À;®ƒ¶Õu“!O£€ܤø½ ÇË‘ùøÞ,ÚÞcçùò€«€X&GùöÕ,hÕ÷bÒc$¼)gø}0J³Ä°é&üX?ßóÁ(V€ƒRf³Ññ.µY1ã¿ÅTŒ-£¾¨˜/ñg’/Kš­›\ÈôRÞ0-ñÎͨ¶¾)EÂ8ðŸN —2AùBV¡”iKý¦Å{yÈãÍsHáà#Dôu­¥Þê@ïüÎê@Íh _[éÛcZ9żû8†@]ßóËh„[÷kÎ_ÞpßÌr­÷Ù¬1XxXˆaÈ%¾àÕeûsiE¬?…Ïü—1$ZÈWU3ú™in·a°­RöáÝ/—”Sæ8DÃþ(°ØPYn…õÛQÃ,Ç5†¢ãgóÍ!&ñ49Ða=¬NÏÍŸ”…Äbtrп2D€6ªF¨·/÷úƒÚc6x÷0á“Õ&‹;C´Ã'L™fέ• Ï€ŽhwÍhÍ£‰ž2¬Ô9­Ãät7ìIX#g»Ë—ÃQÉ!mùŸ+5OÍVbÏÂ÷ÞÍÃÛ‚ž7Ý“ _p1ØhU=½Dm«ž&óÀî‘íÃ_ JxÚ”0þ;” M•YE–¥©á°ÙR)þÛAÚ¶àŠMdýð)pÄ!Yw¡Ws sØ;+…q€¯®PêövWÓë™ÍB}4þþºfšë­‹I®: |Ľãë¿“p­=Ìbœ‰oæ]FÛĬJm[àUا0 WB¦î€ÏºiæýªÕÌ3ét …ÅúQ@ªtûefU€gø7xz™¨ û@_¿&i±túßÌ=U¿Â œøp3Ñ(¬–õÐ;Ö¼í\ƒ—¡·–ƒÞ}ÆJoÈaDÊM¢'±¦$ùº9å›êyØÉ ŸA¥]’ÿÇ‚,hpŸmaüÏT½’øO6Ë-þö ÇÒFõO=IŠ ²·<.x¶øÍE³®+g»#$^&²ÿSÒÊð* Ðñs ‰ýNÙý‹Õÿ/•!ìïçì÷LÖ¶¦töO–ú_¨É•m£øP!ȳêÔWu7¬³W›†Ž–Úìø“+Ý9iq™ óÿŽèœò·Òü8¯g1a?vý^ÓïÖµðïà§ðU(Àü·Öµ§õ— å‚Yk5>¨§‘‡¼¿çV6˜ý6Š.l8Æ÷@÷HPurÏLx¨{?5$0ôï¢è¨›„{²¯ŒÑ?4Œ68oÿcÎßtÍ`›Ó’_D~†–xï÷goG®á«éêÞÄ|‰-Ú€x>`»DÜÝ’×ç«S%ÿI†8ǬãÖº!¨Æ _bj”šêú ‹}~ƒnhsMÊM|ó½É.ÈHMU@spF ½­^Є4”*HôJ¹²%û»Ô4’LŽ¥*/]l|lB^|- #Ä$;¼Ö‡BDù¨m®…w¾Ç«¼7í |{N–)f¯»ÿR£ø­hsΨÊyg”ÿJ<³8£îíOj–kúÈÚ+îFó"DSP\ɰˎãt"D7_ !¼ìs"pZæ%I óq&}]Ï™–);0×YïCÂÞ'$.%Þ?X£ŠTMòÉXcWÞÆ"·¿×² Å•'èßÒ9ïC;n« äŠ×vð3wLدª&–?pŠd¹6R7ÅâwÅ•Œ¶)àœD_ ì¾ÐÝžÛ£»ð5¡x ›98¬¡Ç:À™kO“}껌è…Hñ¶°†ÈÞ@þSVse ìmWÉñ9ƨvk"{©£|_¯îo–?t7ÿy¥1ÉZƒ|JA-M2©äŸªºõß"©!àä© âøçz¸,ç\HScRƒ—7‰Õ+‘µÃ>ôËî?Pr,P%”ŽkóÁ,yÅ€‡mF‚÷;OF;_T9‡M8eI²4›â­?Ê!AU?Œ3]O—$Ygç‹ì3פŽî¬ª*éoÞï]A«Ì€¢)N6›fF–”úóp¾Ý»§¥^‘iÝ-·Jõ ž=pÈ7Óhàÿ£2ÿâ‡üúSÎ×±ºo¶£Úýõ¯Ð ÏôÀ;†•Ö²NßhíÌM9®´Æ bÂFøš4¤…9䢎R¯óŠ ÷û [MSЮÐPm ¯vB ©zlÕ2°ßh²†·™D>ü£}+&Ô‚w*ÁH¬_—Ð7 pHâ0ÑQïJù‹»Ìû$ ¥ò÷÷ÛfØ™ý|Êh^jjÅŽ×<•Ö Pï[ž{ní¶5ÊaÏA¿ñF>–¤òÖn h>¨^ì/ ÃˆÓÒã¤l×3ÞëËïæ̳Œ+ ß…ÿ{«*ë«ç…‚=44¼Û À{ݳà§êP ¯“ W9õ’€`Yî^òŽQ•[þyÏ—Ï=V@IÛƒz¦)Ôn´þöÄ¡.ˆŠFˆvÎ×Ò žê-ò<{ŠÑwv†j«ƒzD,Pµ,—+ƒ²ªÈÐo+£Ú(ÚdÝê“Äó-õ‹9Œw 5½Ò÷¦y›©Ö= }ŽÆ;õ ìß[ªÚ @å àp6ðœPI®çPê’ðÈûvµ|úâ=p§”'VÈúš÷c£¨\R`ý¦ôŠ_n»Óó3AÍ6Ió–HûÌæ_—õo¤h:l!ƒ–É÷ü+=?ýÞã6Yý_b–¡Xr­HDP¥;‚6å=º%&Cê\ÂmÕøÂZ;Á½mÀ‡I¶mªuP™æ.žÿüaa‡­¢Ê¹À O¬…š/ª¨äü²QÖlU'ئٺB9—¾Ù»4˜à±{‚ ½W*4´óTsj‡'À´yÅM^M•h”(‡Ky`›ÿR(Ô”ÂtÖ®È v°jaha÷i}ž™_{(EN3)ªªæ†v3ºŸm´Šr3y1ôû£rÝ–^Õ¬i<Þ”ð)€~ ˆÛ²@ƒñùÉ6pÕ6 xä éé1_3¿Så@ÿFü·¤PŒ•ü7ÆÂÓ ÎP{SõW Ý3Ùþ¢´ û¦ÉünÊ6©+­>دw *1 âT8”í€jH¨Uÿƒ¼ÿp ªKàú¯¿ÍŸ× Mp+€žá^¥&W˜|£ÎöÏC "´ç€Þ¡3 ?¡VFXxê¹· rÌ2©?øw†úÓÍÍzžgÁ[D ½¼ Í_˜T #ÚKúŸdô  ¼öÔV¾æâbIþ¯ZƒþÞº‘†ÝZ?ÿ«~æ´û 9® äü*/¡œó¾["Éc ²L¹„æ¡ ' e¾j6áF…€p.ƒ¤ÝIx뻎R„¶ðÚ?ùÏ«ãÞ¦6=¦O5l‡9±FôV3Ù l®½s{g`”·%þïê‡~6Ìöh²Ö Àa·]†^Þ= ¸{]€À)z=¥Ø’ý)³F<® äþ{ïPýnj’稸Â}e @¿Ñ@ã%Lÿ¨¬Ò+N³‰]ଭ닀køe`ŸûßÿTNàÝC˜vú{ƒ×Û!wûÁ«1*ûÐãàÿiEz£ØÆ±ïA»¾)@׉Nü þÆù«áëËÒ*鍿…vˆÞ,Íw`·æ±MbK€ÿ•p¿j¹û@šyðj¾|ﮪb¨ úU¨Y†º”ÑW ½À§5á‡Òaä|W#¥l¨ P[ rÔu׿‰EG[I£>áŸk¡ Þ;'„ßS(ëÜä§´*¤_1âè|}ÀP zñk8Î`Å~)6ÐÿÁÊã¸ò ®´]ýϳ¢Vî_KÑðËåüFéÝ?â/›aV§"ëê0p7õiRü‹€¶êºÛê²ru´ÆßHõ Í6û=.†7úÃwQ6'>9æóÌÍ_®TIØÔÝáAš­Œ‡Þy’êiÊI×¼/< Y‘ý+~”ÞPŸ&ë7èk€¼â!غþ‘r7ðÙåQ¹¥%îÓµçC_)}¹œ~»¡85„´¹ï•”wN¤ñÁÞYçÈÖ‹Ô}ÒÎR¥[Ðf¤ÿÝýŠFµAO õÇ# ýh4ϼ• ì·ôx#Y¹iEðœ,íb™û!IÏÚv?ÀœvÉ ûŠ”ŽEKãŸèÿÔísµt·4ð§¤:fÙÓá»] ÑAäÖyÒVÞfZ|Nñ€‘‡ÙäLdhÈLÏMºPXÃTt½lîn}«ÐzwÐJ •ZÎ` þ‘!}=ï%@üµÒΔ5iò¬nž<æ^Pƒ\…ü„°ëâpÜ[ ­žnúŒOí*Í*ʈÐßl _Û¯ŠôýóîîÇRæºþmÖ^'ó?"ü èŸ Þ×ÎS(Ö‚1ïÎJ–(¼ïzýgFœ1ÙÏSü«ŸÆª# [€>O“½%ÀÑ›E vRo-`Û²7&EÙ'?e¾&ƒDßÓýÔð™Û¬ó\é¹ Яja¯é´^´E¿ÿ «ÈŸÎU>ÉwˆÎSG`Ào´þµ—lÐE}ÁÞêÁ~SÈÈo5V§´+,¬Ç}N«¢´§4Ÿu_¤/b muAÕvã÷“ë3À\~.°Efàc½n |iû.2Äë¢ßù ÈÛw*)=15Úo¼ß}bÆ¿~KüâÒ^j£€_­õó†ßš½ßï4øü~MCâÀÿ0à¿—ýâ_Þò;›¶ëeª_†_Ëć~9~ùàÞ[ðkí¿TWd½2þs€Ö*ø×ðwò¯ÞûD°!ûÏKÈÖØ>rÕÀµ>îÝü‰ß+nàõ ðë~')&; —òf”óɦڔSwêSµ­€Œ•¥¯=©û'jîÙL5e'Ðm´§©¦¾€þ·o?—в”uuû\˜ª¹ÿÔ(j6ý°°vØ\ 쟤öº÷´el«X0ÞKCU¨ë› ‡¬viþØÑăjäÁJ(ò¸ŽìÒbŸÛãßuÀü dnêTSΞ÷:Œ2ã€Ëøõì²w w¶1 )ïZ&=0nEϹ|Ž2,0™ß¶Žœ)Å_I]Ð*ÛÍÒÛa”F$vÒ5Š¡/F˜\%7ä›ä¨¤\ÔŒ»Ì¾yÝûœjUK›èw‡Ooû\9ð#Y~jéŠf È#þú½àõrCˆ¤Dë2_ú¼ž2ßué4Ìž£àTûVFiùÙõžvग़öU`A †<è0²í=öÒν£‘KX܃eõC$ý}û …Z=Ãùïñënäàû'¹Öz«Pr&Õá­1 Å9èMgTýCÖ¸š’ç¿Üü uëþ–þ'UoÈÿ³¸¸«g#™[× `àSÿÎ!Ž ÷….°Î+¯1…©IÐ×Y’ì¸Þ×ȃڇló(|® ðÝ %†é {m§›  7=àÒBíâÛÁ•R9šTw¬}½ZþCz´M“Öõ~AL—0y)gIîN’$ÝšCùí6„Àk£ ùC€ÿ:¨ã“OÿËÈ;®š?ýQß$]T?–«>˳[ÅîGÖý7EK°¬É}{‹ë½"p[¤}ˆå{÷sòK~_Ä'ð’oW ùâyBÚ}ydöÜ¢·º8^ùW ±†9.hð„+µuFk?!ÀþÏ,FE`VÙ4è{n`”nÅÑ[mâI§Â_” ±‡H:Þ ôt‡VlãŒß\F< 0írûXÃm€þ–Âè±ÔyIm­à'‘ʹ~T5üWð•ëW=`Ü´o.­ÂŸ4½;LÞ£¸¹ýH~¸]Òkj¬n{`W¿#fû¤•ÁXÏmH£Ü½Ð¨E¥È­ÛŠ;^_…¢‘o3_wßá¾ Àküîôõö=îÛN^«}/ûêÁÿ<ðûÑ÷«o¿ ~Ÿ£œüêù5òkêÄn O7O(ÔݯÐىߟZÝ%ѳVç{ fŸ_Ë.°_£­S—@J÷«ôá&ö»åÜê|ÿ€âì>âßÊÕÔyy¼)Ðî/ämîך¿Á?uJe£Ú-ôáíþ9Gö b\Ý 0_{.{^ÅK‘ÓRBЀÿîûVžÝ’£Ü©½v°¨âð7\¸?6}ß&ÖR«fÿ"#µ­sõÀÓú ÀͪÍ B`ÕÒÃd±¼˜ù[(ÈT½,rgå÷ƒïƒïF!ñ*:æ^—4n;ÄÃüµ¾˜=L¥-!ﱌ0[Ÿ,ØOYœü×½ÿêç„YqÇl·ÑÊ «ZËuX=8/M5CäR]0ÜeÈïÝ+ˆ½#´{‹´]K£»3œn›è¨ÞðÔr¯ì´Ÿ"ƒ-&Cœ—qk%äÔÍ¤Š¾ï¸p]Ö$?UÒ)þ?WäªÃÛf;œ×!‰‹Ôÿv”ê #¡Ž®Yï0ª»šxúùðÜ-ÐûÆeýsMk2ËÊ‘¢xœv’O—õ`?焆²¼M Y½›a¶2øÁ"B½—éF!Çlà5Vð}žY¯öò¨>0þ|ÿóŒ€ÊŽ6é“dáYº½FÑh$¹ŠàlÂÝͯì4™³3EŒXß‚6zÃ( wîfZêóÌEñ?øùn;¡ˆóÂsX?ÆíWX£Y`vÛÂ÷„¼€2Øaçyïó[4ûAµpüž¿Ñ¿+‡¼ËçžÏ9ÿ¼þ ú‹Ó¼Œül¢„N³Áµuz»D¬´Œž Û W\W(ÄäLÞبô™( f“7AO[Aý@ï™ £Ìxßk3X¢1¸ÚK·H¿Ö» ð»2úü^J8?èÄÝeš#&ën{¼ÆC?jê³ "Û,Ö üo ÑŠ;בʯFïnbË:’}”P-²§€=¤ùÎ6 !JöÉ$@³àg•ÆÍá·Œ‡‘¬FÖ¾%Ùv¶êwf‘ûÂÐ j;j.~šå²\ƒÄA«”—e?•ÐZÊz÷¥Ji2中œ¿ƒ,®W÷2ÊNbiŽt%ÜBÞÛmñ9ØI0òY{¹þ71”ûßFψ¦7LØ$¸yNྌ$Kn®÷¿·ú¡FÙuÙY^p§°Úå9Öåd»Þ4šÿŒ+¢v’+þXhóJf½°@U€ËØÎ˨ðpºÚÌ?S2RdnRŲMÐmä?/Ьç¸V åS§k©Ù6—MêŠmà—ú‹g—ÅŸöž_5‡Ü”²*ÿ‹ µ›Õ‹×Ϩz&Ûýÿ¾ž—VRzË×ú@*TêœÔ-²Ý`†“•A\ùIöÐöo¨n¡)±ââb «Ø …~’-«ØL¶ÇPp°°\„XœeL”þ?úWÏÂÕ,öÉ÷@Ù÷ÈÿÊÆ›ûø­[d=y ÒúÉŽùVÿ~Ô|É7\ø_T§Ípch‘s=/ª‡üÁ*åϯ•™Y×,M0{W“*&‡ÈeÐC{Ù”óÅ €>jGMÚwÃy“õ”áèß ®%EÍ[ÇKËûyýÌð$b£/ôú2­Q×h¦-#iLùú 닲ßv/d¶ªKŒ²Iƒ#¶rû~ç¿øê׬Ë!X$Ä‹Àûˆ¡‘ñ0>J«t›l>Ò4Àë§%ÐjS¡%X Ç&6?kÓÊúŠIœ¹JQ»ùüÿàyˆ:«ˆOfÉøRSB—‰î¤*"xB×b#ât ùn•i/9×€kb?ä19£Œ'yÐT÷}žÃu÷)œvj'<é¡Ô 5žfûÑ Œ$¢ôó¡¥2ô9šc@ÿÓ·IÒ,JLƒü´°›o“$gœf5wB¿–Æè÷ô¶x ¬°d–[›éì„áЛ×CévCZw€4Gä^5%<Yà”²„øx¨û4£g!jÚt.¤WIº­"ß1Ãì(÷âåû\(FL\dä ¶F¯=\–Ê9å˜F£î[èa­ÙnÄ×BW¶6Kÿ'˜U7ÆàR._YžZ¹Ú´É$Nµú_ ýAÃA‰f²úñæ•…§'» ëîN”ía|€Sç;ÅÑþZ@Ú¢‰.d'¨FÍ~F¬wú yZU ^h¢³ÓE®+5–äzRl…Y½âe Àc“ªG(t¦éù»¢Ó–Ö3&í/Xˆô$¹³lN<)GožŒ˜ý@ ³Fó·6™)õkhÆç àâ)à¥Ðõ °-à0ÌÿQà+£€ŽÌØîcf‡ª°ÜYûIÒv÷x¥Ù:÷L“8¸ŽrÝ¥´‹.Ù‚‘}µ+×*ª[ˆÃQ€Ïi&ÚD`]^ðƒÛéVê"ô¥7’gŒ‰%&%6¼×¶P':«Vd,9’m\ =O¬ñÁ$nÖÍû§mÛ<ÍÙ"fîµ ï¬)fßâÜ_¬E¨eIþOV¨ÿùihý7­~@«¢ÿzͤ^ª â¿â¾” ^„Z˜%Coyó_éä˜<‡¬Z¤öZÛ ´àaï‹©q3^ã ñ°Ì|JSÅ#F çßÇ‘¯ÉJñÿT|2’V±šgÎ)ðô²K5 ¤ <ŰŽ–,kU„¸ÐÏ" ïQ ׸:º*É:ب ”´ÚCÚÇ—&ó7H¡h«±ý}pFo)G¶-Äv}rk²ß ©‚zæM‚µ€ÙÜÔ ¾_&q7 JÀÔ¯,JæµÔÊZ«½W¤zMÂÎeò:íTÇn&xzÑÄ{ÎÃhu¼P’¼¬ÎŽ1B²HÚUJüâxl–éû°œùi¹²6¤„©³§“lò oCe]-„–if‡ÝÓF¨ ïÍ\Èø·¼ý4ËúqÚRúâ{}5šÿúþ9¥Æyàt–¤ínª®qøbbõ'i“¯>WÂSÊ‚,j0‰°«lÿ!Ð2‘uCŒ$¶Ô±kÜð²È[ßeY®ƒC™³9rîï]ìx×Sטt‡ÒÖ4ÚS飿 ä ˆïæóÌ;è³·ÃK“µàF’œ×$Ôt‡¼ µ‹J}Qh>Z¯]#{ÁVо«™8?*%e"o@3<þ‘YMãodëˆ?Ÿ+fÀÛ;$­W¼½î¶É~Ž=ôÊF½«e{7ˆ<ÍM"oxä=œ°Y½WjAÞ9EyžŠÄ€ÈM¤ùWO"¬uø ìøAd·ïÏZ‘áßFN?#‰gXÌQÛ|’ŠÔ¯ò¿F•ÒÌ¥µƒh‚ =-¬Ñ4æ á’æ*Õpó XÅú÷jH(róÿ…„ÿüŒ/€1ÏåøX (ä@T8¥[ê´ºŒ=ÄéÀ‘ÿ©•Š]ºûû)ßõ ôù¿nfœ µtÚ¨ª:ìÀÉë4}_¼µ9¬æ4ÁêÇþýþ\=é^ZÊ g 75czXôFúä¦Î~›®@¬S’”³€ÎJöy"Gœ÷Ôýñjíyù³²qS.¯ƒ=h¨Ç÷ ð‚–_ } )_c ×o¥EZ¨—M+!ñUîd:x*O¡rê Y$—ß3 öh ðg§tå¬v„9ã‹Ùn ²v A9yÜLýr#ÏØe±—ÐQôµ÷—?gÓºu¬/9Þ’êŸ.érFYnä;›¡~¤˜¼íLÚImžÖKÎùÛ*™‰òL-Pº]p{¥Äi%¨ÁePËÇtí^QÚÝÖƒ5ÑdÏm»ËX³¹Rr1y¼Lª“•“¦%Л¯ÓD$‹ÍÞÚ Üz#äy ºE¦\9[¡°‘£ f‘ñ¤üÅEL@¡‘ÀÚñ²ÑgWüv¯ˆ—´sØâM1xÛ°’2Éì‹åН¼¾µ˜ùO p¿—\‡í}l©ð—Bž§¸fR™hžOš e^`q祃„½eÍæÈºå÷ǘ^iäð"`x!«ìãemÿ~¸ñºQîoùŸÏ9R­[™UP A²ö7Á>z@5пfR¥ä[̤ƒ4­¡oÌüóÍ9ꭅ̱ïHÑ·ÝÂ.ø1#þ'¼ßd”“ȹT; x3nE^K•/Öš¬¥‘£7»ÐYä[}b•Š~ˆÐn•Lú~„´YêIf–ÿýý†b²Ñôÿœm¦ã]²5Ç™èµ}!³¢v…PÚyî G+ý×9Û áNÜ?Ï?û|ÇO ùyì¿~Vhä…â¿øÉ,TÏc‹°€ùÚ¨mK ñ÷ƪ9ˆã|`37I“¡`þÖIÿT z˜ÿú@k4{ ¼ç“w7}C]9§Ä8vN|Xå(ðõÝz}Ô÷™k|. ‡ImkËËÖ\0)ÃhÑqžü  êùÀŸ-¬ìï¿ ¢äϾºK^vTw ´¾•2Zù,çºY…|C’w‰ë£Úr[´˜çвà'öCM”t¼f‡Ÿf™ À&xaãðîVÉ—Ú3¯áð³F“5øï3è¥Ü0jì;Ž*2oåOðù{/ëFß~»yüMëÊG¡nôòÙḛg¿õDiýþ0äâ¹áÞò¢Fœ$Yk‘Œ’U@ýð“ÀÈ0f¿ÉòÎûó „ùÖÉHìU¼ý!ÕZ>OÌ«:C~€x¤L,•(_0ó».î©À‚Õá]o9ªºB]2Êå'¡5gª­ÿ³/m[ÎIk¦‘±Ž…ˆý (Î÷ñŒñ6ÛÿNŠ–ÝåT‘šé9Z~þ¯ŒËƒ AÙ4Å•q\Aóö/w(ÖÊí~mø]ʱ0FJ³@¨¹xÉKNše3Kù= ¸ñÎ$7g¤µ6âÊ· Í¥í)äú’rq±Y¨$°qñǰ>ú¯Ö“?ëÿƒŸ•ªˆz…ìsÜ€ú8¸mð?Ý€y:¨¨»õ­Í2pyèöF5ò —Ÿ¯ÔN™ÊPX¿·„ Ç-ð¼Ãæï9lh±*üeáZ³¡ãB¶ƒ„†vüjUO´•0* pu H—bëšfc,1á²lþ¼ ãÃÆþ>•Í?×O!áY=Ø‹+Äײ`þˆj¸þ¿Xi,ˆD?ipÖ´¢8Re´• ´+0ãN5š«ð¶Ö¬¬utˆT¯.1ÔË´åi³Ï ÷EÀ{¢}vBºT[T("b†fœŒ­ÏÕÍTgÄß­%ߤ^“½ÖZœ‘í¬vAqÙn–!K;pÉYD'k$a/BöiOÇ}÷¿€~Ij;³ê¹#°ë9F·ý>ØÓBöwÛ|ÿ$Dº¹ ŸåLt×xos0°ŽÇ€ûÎQ¹…xŽXènût Õ°¨«Y\BþjßáÒß´J0[ ×IœPÖ‹¼Š¬ÕþâyçAÀ#4uÕSe+Ì"Æ hªF¡#¹ÿ9=Éu¦³³Tk.•ÚV‡#νš#]-Ö/—$ ÿ» ™…ìŸm€Û§@ü¹Ò;þþn6‹xX x³‡Ñ¨û,ÄQè=³PЀÿ ´‰}-|f‘;¸³×"rÖ–é YzWZH!kp¬}(ÏV΃^«Ôƒ›¼ŸZðÓZP&ú÷éýîFÍMžÂøTKm^ʈèºp9.þ{F ¬3ÔHŸªß”xÜtÚ ;àåzÁu0;Þ¨ïQ#}Øi=twN29±#ÐW²°•lËÒÀÂ-µ]r½9퀮‘EkZ¨kÔ‰Êß+aôe¢=i;[_Gw-mDeÌdŸtƒäÙ×5NÀÛ{YüáhÝa}ªCUÇ·ºùê†>ô|DÚ mc‹¬©)6Úoµ¸îÑØü<^0Zà_äa3L/´O³½Oá”ô¼½XÝû?Œ”6" * (!!Ý*a‚E§ ‚€t)`Ð -ÒÝ”„„ ¹¤€tƒt¼Ã8Ï>»Ë>ßßÿåºDvçÄŸ»Î93ÓŒä½þ aVK8?É …¾†2!Ç]}V¨SPÏWp0÷FUØþR5Ù™<|·,BÁ‡x‰xñ’×üFoñÊPÔ8­{‘uU‹ÞOÒ'¬þy:ˆ6„ 3刻”Uè«@q٘؎å¿Ës—Å9AÜ•#ÐϬ|–||áQyП±¨z:ÀN®^ŠÁ%\ÏSž>ßzØ”™~ÈÆQô.–çPÎW&Z€µl<\VVµÈ]€ë€-ùC-ÜFÏ‚3»oñÝÎÄøm »­:…|í‚·®…*kˆcz„ç#í³‚hJÙvKÏ\`ǽz„t ’âßðh1 .Þƒz9ˆ$-1 LpÔç;DgjITCý î›¢K (ÁN¤x£ ´¯ß7‚`" Íö#I×Aöp,*¤pNmOÅG 9†ÆÂ÷¸‹Ú ƈb—\øÜ¼(ñôh£Š@+ ”¹ràëïÚhöûK¼î13 k`Û5©C€ŒºŠ1wÜ38ÍÉèO£¸Å_BÖïPŸ âd”±$NyËÖˆì!k‡”u.È¯èæ“,t¨´åIàÜ·¶èçæ6w¢'‚-©¤»¿•¯´äÞmóâ=ž©¯ƒ4%êí(ÈõÄm <ŸànsùÙÓ ¯ îHáöôɲz*7›ðV-pêäÒH@ŠæQ¤uhW#GY Ó#3Û%mÉ ð¶Ü¹5p–ˆdS@•m«#·môo¶¥r¸—{K1Õ–|Lúfèwp›ÕÊßPcGˆÃh"a3Úh̺‡z~–çOMûOfˆ•†;á@x—gÄlÙùÛ|ZÊwª{ÊÈö¯gþþºW´ãÔÝÃÀùG¶Ã÷Á;¥ÂÁ ­8ŸØãpÛ+e|è–ÆÞ“•1Þ H¿ùž/„WèY:© ­R´Rµzƒ§l;DJ¶ö1$¼Å%ƒž±ìˆ©WpĉóÎþó܈¢90VVA±ºæCH™8,~Õ÷4¨¡ýÀ 9Í[|yRÕ}kG<ÆÖ(èH<½#Š7Gñ8tÍ¢³Æî%A/¤Þúw6žQ\ éÅ#éð‰µ&L Âøÿ1€T'hv,[W,’ ®wPF¼UnÉSÁë¬^ Àÿ‡·DŒËÀØý;T­Yh¯ÃY¤³‡;™AiUÃG BðÔ¿Pƶ(šÙÉû tg=õ0|6y±$ðãöŸйM»LX ’8{[‡Ñ³)Ãu^„xÿš¼ã<ÒJÒG‹5…¡ z©°w%ÒšK 2àA¸‹C™ã„ ,\*о¿Ž7“[x§û;€¾v€^cfÜ5 ù‰6Ã’GS“ó¨£ßÓê½ÞÚÐÂs¤oµ³1D&³Cÿ`HðŠñpíPÖC²m æô~‡BÁ›=ß‘üù¿güÙ>¥Ö¤äóËÍŠ¿K´vï×è{´ýƒ¡·Ç§%žH €ûøxŠUaUmÙmÙí)£kÍ*CÒµ'€gÚë7`% º½M¥†ÓNŽ'YcÛÔ?;ïàóÓ_Aß.smÐ5Ãq/ žäD&…²ª—úý¶®+ó(¹1î–u\ÞÍü¡4BÉÐf[–Z-Wµj'@‰%ðÍ ¬%Íe­ÿEz@f°Ã fœ§pè/Š&s†sxýkx½~ M Áÿ†£õjCð³I(ÑgЋò­:VG‘Æ€åc`|Æ"A¹ÿñ<`‘ %4Q˜nA ”¤j ApT~ˆþ[e+¹/âCÚZú ÙWÁ#¡ÈžwÛÐDæ|U°?\¯ \Äcsu ¢Ümâàú¦þË›b®=švc ¦W ºu‘ÏãC8¿S&®Þ ©µ.! ßD1ùßHØè¿è2‡m»˜¸™%p›<Žv—ƹ´û~”¤žg€Xh@‰÷iýxÛø¨'8´[Úô‚ÒÔýóŒøx˜Ûµrÿ>éÒÿЧ¦‡>ÿ»¨híÙ¦s¤ç’!]kíÚEIÞ0{k1/Èqôó–øÚ•=h>ûNJhcŸÄó(ÀS/Àeçùíü=Ÿ? €¥où. í\Ñœ¾Ü±>ÖG©Ä/C­Í*³ˆGb4ëAÔÀ5×fp@á¡möB+p±·ëÏ„¦Ò9·§ÕDÙpýOBüIØf…ÃÐæÐ×À`CoŒ1ëVRÈ«š“b´’)a`¤€:áʹ†x;À] `a€nxŠ @™€Ón!(¼Sï;Ч ëþÒb` G€ÿ¡v[4¹ !4F ¢31ëÈÚy[/¶*"Øxàåäv“[´è¯Ei3>'A\"ôŠÙae< ˜¯È”Œ¡{Öí‹Æ¼WŠŸ|ˆæˆÙÖ‰~´ó~lß~® »ùÑÍ ÄÇËhj¦ÏR[šá6R¶eõá5Âê &à JJ?îx~«˜ø6¨±®B°ÁF„s•Lh<ƒÊšØ(ÊuôŽ1&¸ÕwoñtÕ[Ö úáßX÷UIà?# kœâжù|0’¹¾ëiÝôýÑe¤7”iïÕïía¥ú¶'ó.§ëè›P2^”8žèĺ8–âkû@›C 6‚Œ"¶x„8¸Ž½¶ø½ÄïE{ àìˆÐXíå¶§£YýŠõêAcáø¾Úô¦‡T L¶I€ÔGzE¡©Œÿ¼ûÀÅ{ˆ‹<œ7àì¶Ào]¤Q8e@ ÅèiIˆÈ©m©-.€œ’«r0ø·eÕ@{G4üP-X°Yvy®†®DY:8#Üo¸ ÙRè‰,á\°Ã3~[PÞ³^Ê~Î- ¶ÉÒ†Ðø³h"Ó„MYø|÷Ñð±Y&rbzËB#xn©BH¶`æ:ü›$K‰Fâœm?Êx¡h¢ážímo?ö[üðü¸M }æTœ!h+;î&¡¾º°d—¼M:SI Ÿ¯ 졼 ëï¡Å'æÏ7Ú`…t˜lþÚC¤Ýu?$¬ÈòP¥Æ0C„=æ» µñØTiU2ê/Î-0Eè±@[ä;ÑÔÑ®ûÞµrü¹w î%0oà–7~Ý&ªüy*;xý»/Sð“Õ¦`BŽñPÝìÐJ ÝrÇUÐb”»êSAÝÆý8 ®’'n{F”!ªà(l“}uc[ÂÀ“ ö* PíÑò}:ñšæ@j-ÖyÛÎ:=xj”?#J ÈbµÕÞ›÷,Šháë @«ß{°4W$ZJÐVNïÏ™“‹ýO€5%y>FÁ€÷„½Øâ]´yÂW ¿+¢çà«Ik$`žqaWÛ#%ñæÐHZúAŠ4 ½/1D·Ñg/¿û!ŸêDþUʹü!5û cí²C\dÅ €ºÓFŠB‰p†?Ž%@çG`v]s4:Äݼ‚’# ÿYçn5xNÅ*ZI ô ÃË ´ETí‘¥]ôÔFeIcK.$——»ÔÜ 2FKÕ€Ìà AX[â¦8.¯8ÐŒ•†v=ïõ®™BÑßD†Folö¾B>†°úÎJ¾ÏñßêZ J+RmðI)Dùw$‹bho$ËA±±`„ÏJMváí<Š—`Kÿœ]EòMÝ· †·>BN²næ Y­ÉV`Dà~iÏ7é…[Jê¶cí9ª#XÀlw€KRJ4> äÞ+|·ÑôàÖÀþ³{Š Ç¦ìD’}%×}µ'’–ÿ8) Ý [ÐÝ—øq4 Š–öÍ\پƔè'èo[xý3ôÃcrÀ¨@œ†@ê¯ f·£w3aþ¬G°ØRµöç[rlãÖ9¯·H~GG”.£‘lDˆxÔ@4çDºSk 28zYºgó¯Dr•m¬ì“¢ ÏFØ<˜¼ZEÂ#ïè¹[/·ÏBt×#Ocz€Èg¯lwD‰÷Ò(\Æ å¯Ñâg? ¾=½YÏÞâÎ N£<‚‡·ÙUü°M¬N€£­`[Ü"e“cЧ$Èkµ"e‘þ|’w8ÚŸ¥°Eþ ‰ÃZÐ8ûB@N¬áº§‚#: M%{¨g³ÿúÎ{w”™TÑ®ì/‰ÄÕgÿ VÝr¡mö’¢íXüÁøŽXÿô-iàÚ¿þutJ¯3 hKTF "æ3Ú§91 w­åð–\Î5Ê÷Ê¢@üÿó8ùß$¯€ ÄàRv>óÊ}lßÉU·¼¿ ¥Ú—1A±Eeømþ.Mhƒðä>¼Š/Ù‚÷)(+R#ʲ<›€Ï_«ØµÕ‡´‹¿ë9õ P Ü]Öµ—@¿\<±}‹†ÖOW·}ïß]®?GøÆ¥u ˆ‚êöÇ{¨üËìy|Ÿ!buˆRã]{NYPÖŽwå å?%z‹Ê=<²æl» ÿÁ‚=A+!Ö­n«þ{åàP¤Yj`Nê]¼ û–:ºõ›0²Cò'äk¨7+bãZ¢È]Åš)´F{}|ó} CRh €½Þ¼ïÄV`­åÿd”hª¬ ~n=‡°õÁOŸQ¼E†$ôÝ"ZfQ4жþ¢…æ(EÀ*9ÄÓ Øãøû)¨×kÁ  Í#`œh¦2Oà \Ýwa #‘§!)Toã%â€vU(Ù„b5ÉúÖÀs—j '{ BóhC6-ph‹ið—§×~ ‘ á®«ÖÄÖ”Û•M¾î·ýæ ¶ÌeñYÒ[ Ûeàßw×Ü?uFõ.0‘?R ƳJ/PD­ÃØïÐzB_éeî"É¥mV¾" vz[¶ˆt¶Mm?´\æÅÚ!®sýÉ ·]ßb¤2·ƒ—1-? !Ü]³²mÌpF‰êóàœÖ‰IÙ¥²`Üö‰ß QØ—J@Àýq€nŒ˜$` ¼ årílH'Î&¼~£Ö¦ Æ¡øï“` ö‡skƒÀ·®WË^h›‚÷ùI!Øy5J”Ü anPÞ‹bûÍPŽ6‡l„¾½ÏÚqÐú·ퟆþþŽ oÉv_ÐWÛùó(W-Àõƒïúu‡²©P÷ßào!0;xˆ„ÕoPîBÒÒ»eå† Û òy— {ø>J=Ò­05äýãXJ ¢.ÍnïPÞGQ{¶`¼%»ï@›­4Ã÷·÷¡Åv1k)< Ñ[A P#DYâ]ÎÀðVÕh»»r:·©‹ü:@ý¾}6dyHûï»Äÿ[®§€ ï>¤HE P“¡Û®ÊBhÇo“fmÞ5¸íÌ”`ü$°å¿M‹³ ²Œ‰éP2Ô£(Ÿ]AJcGƒRóB‰±Oá´áè!T‘¦ðvÆ´Pdq©¶E‹ÿ®Q.äõx§Ë‹ÒÓ ehpVÛJ±ƒeh³ÒÀZ÷påÉŽg¿.µÛC6à‚ÄÇUÉt D:¸¼o­0Ih1ŸCÉiŒ)@Ú'( 9:´CFeŠ$õ…C`DH/P¼»_7È)Ù{Zo#⇠ýeäwÔ”%6ÆÿÉÇ®UÉ* …¶ ÈK”Â1™ éû¨b4ëÿÊt›¿Oúï4zÔ–LË®ƒ¯Ð ™[µŽuޏÿºƒ€sHš|ôÒºút 9€ÓH@‡QÐþ¿@…l|;ÙXlp̶5,ÀM\B^`Œº”_I„×À¼à€–N€x¢èÈ69o”I@½ÀqAqe˜kÎi Ò¾À/@½^@ÖQˆä'€ZqãÏ“ùP4±Kdû²¥‚·E¡xüü)Ê—Eû˜o\w¯Á–<÷Ì%±#¯ÂáÙE;q(þA ¨4™vêÑÕ¿O¹}Gªe5vYàZ«ÚêþON»\FcÏÕ{ë뇒۽Þ6Š*P\©•ÃxÙæø ’ßÁGã…#AûB3êYÌŠÂݨ‚ ‚Vì ùU$_ Õƒ¾W+=ºðy-_ËŠ"ÿÐêþ²‚¬˜MÆR‡f†R°ãÏ¿×U+Z¯¸clú¸ÇuÒ#Øb-]0ñq«Q*£s”ïá:•Oض¼·lÛÿNCÁ¹çw¬#Q°¼ù‚#Þ=Eü·²DÐâw´±®”ä¿ò°DÊ;¯ÿ½û¿v¤cq‹DŽ’zµƒ¤>Á¯ù ñR¼Ç,,É'$Œý÷Ï4‘+£Ñ‰Å$'£¥%¢üš¨@²'M?Ǹ ùÍx'@ÑéË?O2Ù2Ëy¬¿×SÄŸµ¤žtÛæœ™*8pIaµÀåð‰¿p(þ_"çTüÑmWø·ycŒ1T6͈#h¯þV06Š= I¼ÿ¯l Õÿ4{ 7ö3„tQ®úªÂZC¸ØßHÕaÇB •¶ïñ_K9“×ÛCÉ !›£Ás€—P±ïj:&Qò34õB2?8)]XHñ:ÜC÷EÂ=0k|Ë8öÞáò4X±í($€æzHä°c‘¿EÒ™Úf¹%ÏÐÿÇW¢õ„gw8×ö÷£êáDM®“´mþ#»­•vt©Cšî‰ØñÙõ›÷ˆØsô€<Çyãÿ¤¬}j€„+È»PÞPˆ–æN¥`>ØÊšŽKÅ]_S“„Ô(~GîápÑê2å¯ëòpD•-ÜSäïà;SÿCÝ8·Å‡2ü¥w–GÉœÌà¶ò-=a»fÜË(1ˆû/(*„k¶Íª Ð;IœŽV7Æÿ¯Òÿj÷£‰Ê"à“ÒæsSÿr½’Ôu-|¬4bPF± |ËÑjKuÝšø#m@a ãüš:0šÛfŒ¼÷Éÿƒ‹Yq—üÈ>»Å­ìl4 ¡~9DI¿ó7TÉ"¿^cc …“(ßT#Éâ5$¸gp+ÄÝrØiâê$šcP‡¼Ü’)F‘ñK|9U Ñod#+(ßcÊíÄuÕU¸ÿÜ’m(# `ðï³IêB³·œ¶„¢Ôn‡"p\Øa·»à3º¾"¿ ÷:×c(€¤€L®ƒ ŸP[°ù»%!…üÏá]×4Ó Õÿ†ê[ðòΑ;’_ÍCkëÊHÛq¸”;¿!ÀËÿpG.~÷ÿfÕ>h΃õèòœ±ƒl­óÿ·ù{QÖrvñÊãf¥}Må@Úµ™Ù“Ÿ“ƒ·‚œz`ÇB³ZlÑÄã]ª±SdápŒ2Qþw98üOoƒ'ƒf~¶g?/„b‡´h|.øíÒ–gÍ‘À9{ŽïhlÕ2éo¸ø€DƒÁ.­ßþy~̦ ~âȺtùk‡ÚCÓ}Û¬æÌŽšLÙ£èŒE Ea6…mâhåžQ ùO.E÷ïw·¸ÕÚiíâ¯j²{; ª<ÿ7¼C^» ?ÈGè2žF¿ •q2»>员ó©üã¶MíöÀ%ɸFxqQ,yôm,TÊ áý„ø±Ó` ·?=ë*{éó [4Ñ¡’¡ÿ,ZOu‹ôü»|Ž¢H÷÷ô?„(¾‹öyþP,HA´¤mÏù$xD꿼­!|ˆÐßyÏ9ÀêaÀv 9k iׄõ~èH3¼ ·#Ý;#ºHú<†&Hµ*AvGÐó±ÚŸ7Âü»ò –ñ Ø7)GéÏ Fo¶¿\ÑÀ>gr"/ZœF|– „ÎhH'Ý{¨€›v]y…ä²o ¦IQ¸Áæ#ÞÁ? B{;´íqh×ïO ÞË4Ž; =Bˆ{gms (t×Zò¢·'€‹ò]÷¨ßÂÑUúŸž>£OŠñŸ\ ½óoÞu éèåÏÞ¸KÆiHòß)°F@09’¦G( í,"ÈåÛ–œœ &(õìùpÿžlAZ«y‹€n¬=ì”ô]€[‹)Ò˜èR£ÔÿùÙ<è~<à<Ü¢›æ-|R`üÿô³¹¡ÙšPU³Ž‰§âÆåÅ#ÝSº:ˆ%§¾´·@ZŠ`ü÷wz±*Ò @ÇÍ¿ØÅ1†ê[ ¯)È97<Špïð–ún»”@Y%®Rl펹a“¸ ¦™É`õ;´i:‘°ƒ³ klÁü ç6åú^¹~×16Úøœ Î?¹¸7ïà{ìY»®…qãÙ£Ô‹öÿ=s ¸Ûe‰öÉ‚ª×÷>Òý‘ÿ°¶oËú|>ö,¤¹nb4ïٵݓí÷jÇm[!QÈ¼Ï ô_Ü80ø|˜ ÿ^_Ý%SغÕÿlEÑú²^à[€Š/v[bæámFFÀá Âßs ½žÛX»Ø2á¥--éþzTdÙÔg8w÷9ÿu4|°M Ȇf~½CŒ¸¿ÅwÿDâP b[äѼín ãòŠßh=+ýäïc¾A™´œrî¿–áÉ"€î8ÂU>\I ß$ïÿ«ÈK JÃË ¤±»þúv?þƒWÀÙaí¡Ê?djs(¦‡ô3ŒdUÛJ® IW8ð±VÐà{vWÌÓ’—b8îû ×5R¾]5—žß» ¶®Ž¯C ‘é ªçá3%e ³¹r"à› ›u:Ä‘³'â8>[VÄS>"ÈQUyo:úwÑÔr‡ª@8‘Îiõ:Àé ‚-­¡ä'þ©§üxÛªJaþ¤>yPb²K\ÆÝF»U;èÎéÏýáðž'¶y?ìÌ_ì‡òýçª!= ìaN ¸Ÿ‹DòY{Ì}¥à’öuìÒ^~# åwÑÈ]Ëø*W·™cü‰I™¾åß|Sä®kýG¾þ÷2 ÔÞ­ÅåºL@îndW L¯o#ý ”çÞC©Ë&Á~0P [b>0‡ÏÙ–ð6þÞx‡øN ê7q'îI0þüä" À%FÀÉ-$:#ÿc^ɉ0nh ­€”ÝÃgþ²ª,Þf•CA›7}þVŠ×Ѭ|¯ì°ª2JŒÐ/c·Fíq¯¿sóÄ÷ŽþRçŒ]ø—E±…:øgù}]3‚¾áÙ€EP-m‘RОzÒ…=¡Ë÷=Zä|²²lPìçÊõ=‰b™õ’yŒ·ýÎÄ-äV\lm=1„ >œ²}kíÀ;¢lpò,f•Ô;MõÑ„fi¾´æøôfQJéøx³ûe£qÍÒRÅß~g®<‡-5+¸&¡—mÖgV¨“7É<¹ïut¿Ý©ŒØ7?cs„ŽH//®ÐOŸR½@%çy¨C­3™‡N/”µ1Y”ñPT¿/áh]q~š¦K-¯ŸŒkfØ¥åO}¢G?ã y[ñº+ô"K$þÔÅ…³X wÓxÔó©v¾}ûö3ž§ü…3Éß„cZ—tGô8~wŸ |À rO”EŠçYñJŠîÙ[UÍœ‹­Ïð‚üéñ ðI²ˆé“B÷ÛR ½¥øõkñèC~ÙzZnUºàýìdDç¬Ïª%÷3:“ÝÑì´sgä?0ÚtG\Kõ|6ã‡toZÇkÄßdÏéºcV«1}æù渎Ö(òß!ï[›‡®Fz'þ<‰qgòñ¾¾¢9Uq=áÛ·^²á:)èßi­CÄŸ"kS#©{ÀÍãx’ZvÄåçVì>à1âèù\½ÒÏ.í0þæû1’ ©áGÅÁö‹ùîbØ!ZU+) }cžßïã³QÆ}ÈfñtW^ÖçÖÛOšþz@A£˜;$©Y6róÆcGã,57Õƒ¯îIÑ;]ºdVñ’Me8M>1ÓŸ|Îì”âm«ˆ¾ËFg.ؾ”ºêÄÎu’·žÕià×3nþ¯¬¤ïç. ´êÿpóí1^œ(êo°ø<ýÑWX‡Ü~_~õg–î,Æ•H¹`vQ~ŸXR¿KE߇Æ"o_ÂÕkò»j£úšuØDñ¦ø)lr|ÖW2ä‡*æ*?,6ûÏq¥”á|,?rD‰ê9N±àðç:N}‚›äƒ¼ÜÄ"òÆ\Ž\Î q "‘¹üúÚéãøRÇšðÎ˨Î(ê*hpºþ†Š*¯¦ÑìÌm™C¼ÚÁ­ G–¿«+W”• .ä–¾(Ù÷“õC¥êùmõ@cl¼þ×—…µâ¾w$Kt; ·zBü{3¡©þ— Ášgx‡®l¼`¹”·vIØìT\'¡<‘'óQ"nëåËIº11¹òÁŽÕ=dXùßÏ’–ùÆE¹PåDGl||F¯G0¤ÊìàŒ¹¦º8tûhŒ ÎÞï‡=BÒCÂO<È£ËãùeÎe¦õ;§¨²†)RJƒG2\“m%þaQ÷þÝæa窗–EÃÙxM Ê8Œ‚\ÝDÞ‰êâ>zï¦ÄÑ ÑÅCâBîÎÑ$ΰìëúF©ÖB£§ð…™Hȹ Â9‘™&óÈÂ\?!’‹-3»O`ÿµJáAla ©‡gõ?PùžÁ""š|§íñ6ãëÛ"–„²)ƽ۟ŠÂ¹( 8:ÄÇ5áÿD}$áa¾BU û3FX“ôÈYÕÇß_Ej´>9Ió.Ä-Å0wv ?˜dàוŠ G3s‹é%¢Üßq~ý~dÌõÒ¥·¡9åMt ]ÖÖÖgØ.Q\¹o ò*8õ°‡ïS¼æeƒqÃlÎyQs–³ž_íE>Å=sø­ÁrEi”é5Ó‚ì/zî³<807u9#½Ù8›·?ÇÂè%jHê.ÉJ{SÆ]tâ°!Égb¤•‹¥ûÎÍÅæQ2“ÔåA;+ßÄßÚ©‹ ®]<£¥¯z?º-­¤çî†y­žRsTL_š²Aòä‰+sKÖŸtŽùî-?äÜoü[B6=:/5úMÎ'ufzµfs" õ”ob‹çî±yûÝ•H>ÞO#ÂïÑâœXÞw2wfÁš”Qo¼Ñ'Ÿ^w=Å+|0älîMU¹8×Ð17åÉþQÎ)gqœ‹YvÑ÷sIœ5Á·nJ½™–Æ|±GVâbAnÉÜGa¥*Å]7çÎÎÑñ…l©¥l¼œÃ‰÷Òœß7œhÀûfäÄ¢fúËí¶OaÍ[¼£o^ 3ãòF´Pwô‰ÉõQÖï (µþ-Æ[Àe_yG‹×¹ž•窿3û°æp™ùGRœanó¢þ£å? h÷‹ðZ*»‡¢Ü?â“t«Ü¯|؇%ÿ²Dy6ñÍÃÖ¯V¹1hË…y]Ki( i_Ýôai`UCú‚‘†²›§¸ŸD¢\KUï@x] φé{¹>ØÃÜRå›—ÞðÒ¾æ=ÜÈ \Ñ v®quÆ2¸éüæEÔ# VÞÁædïx7ɺ]¨ªw4¼OŠÒýÑ)JrƒMbüï•Ûº9ã:+³¨³ß½é£,Þ·“…·aº.bsÔiÛî4§(%%Xy°Á6>à6èú8Wžvu.yuó00_ģͱYÀ±»¹ŠÁQÅxio&’4è~<¶9éæ›€!Þƒâã6¥VJ­àŠ}%+8 0µðGŶ}¯þPÔA°Éfm$8Ç~@ø›Ün‘]´–«³þEŠ}ÃÜA m“n7{ *ƒ Ùž ÌFþÉM ¨ ˜{ÁzS^³%8›òÜ$ù‡¦Í+@•€h+‰7ùÚüp ”3@áa–MÁ~N¼›’•›ü¨C¢|”t@Gÿö»A²ùª¦kn ޵•eÂås0š€©Jë+À ¯_­Úo¶µ$ÁEÄmZd;üÀÏ­·ðõIŒM ]¡ü÷·ÐÏ·›SÊp÷ÓK”ûŠý+¡ÄüÖHå<Žû@¼Å›„g:#  ©ØV=€ãc‰r9±M˜ØT¤›å›úPYã¿2~†±)‡ƒ´ L ÈyØÀ^yÊü0MçÏWk̃f7Ï7àü¼!¢]Ëw·Í{wÎI]9W£ô±ûÊ<2iš»…2ú3&«ß'_±¦ h3ãì¿vrð&÷#Âf’jã¯ßcl}+r>ëásü,üøè‹:âiöãzeœ¤Dµ½EB†â·b2ݰ®T =÷‚²Ú!ú—´èцŒÇÌ=•öõÝ –|„vG+ÏÉ=8¿áGóÙ¥Pè½¾ê¾QœÞw~nЇ5÷M!À–=,"ßg,¡»üèÒ©ËŸ/ØÊÚÝ­szÀ¦”ÐYk~Ø>Úý¢bä™ë˜˜gxß·¼Œå¿¦õ‚K©GÑìÞZª Æë¯ç¤¥òr›ðúפËsò87ú0ü Näêµé1Α쫹Ux•dá%·E0­]ŒŠ†Û­¦éRâÇ$]è«ã4Æ/¶¦:ô±¸“*ÑÆro?– çõîã‡Oñ‘ÚŽô½•Rm;á?G—å»”£oB› …Vé§–™Oíiï¨/‡“^9ávã`6XVÇçVœ þîõò³b‡|)ñŒÀºŸ7WÎÕzF;E]l¼â#’#˜Ë¤¡-¨ ''#œçêXr€@ââelâ’²¥QŠ7lx,Á÷H­s¹N_dµ}GÈãU"ÔiþFø9VwŒíy« <ÞϽõµ•ltòƒÞ=Þ¼§‡¦ið)bH y´½"‘¦è‡í÷áe°:-÷!qœµMª&þ‹D&ÙV×Þ®>ck¡á4‘*]%šúêB|ŠôwÛâ‘B\ÜÙRÌ!&‚DÎÞ7ñ(*¯ÔÒfžRñ·z!CîÉfà ÎåÁ›[…ZÌÏh‹‹Á¾·šþÕt—B ñËI)r…²qµ±kl­rfæܴ߱ ¥=€ñŽQhÿQ ^\ŠÓªnz4¸Òhæ´Ï÷Úݾ‚}ë~O0 †ÿ÷(¢©õÈò¯ìçx>·ö#»SäqÉü‡[T$~B]_õJh¨ðÝnÐàíö£!á¼MDðŠ›]ƒ 6Á¶>ZÔ¢î°E¹ñÁÁ„YµÑÞ5b†4ýѬ¨Êoóo¯’“ºBuç¸.™.'Œò®&<]z<ųõŒ,‰ª°qrʧ “å"¦Íߦ½º~à‰_Ó¸íÆè¤pjѾçÍ#n’ÈU<š_,æo¨xÄ^X»ÕÚùk|Æý""~„;äÎ7µ+ÜX¶/‡Ž³cŽºöT<fÀ~ÜfȉœŠ’ùPdØ™KþaºÔŽ:)vnÆ$á,J®í½Ù\w\Ô2IñeJàáЊeÝËR$ë°{“jö¢œØÕ4æFf•m^œzcÜ¢¥ÁŽÃÍf}qqQJuYjêœuãÙ£g…ó4‚úÚJLÅI Ï™½ ½B=e>„Ç’Ù𠲪S« Å•¡×$¯éþÆ<Û Û²<üùE óÉ~lÖ,†'DqfrŽ«Y:¿Pg_ÌéŒl|ÐqGTÉþç ZG¾›óçVm°nšÓXœõÕv˜¨(Ýé†p©ÆtZŹJö€[V+Aå£ßÜ,p)4¦r¿V8‘L>Ëu¨xÔÌ»AKÇC„üØT×e….Ü#¾Eôïc?+ûö>8ÙÇ¡à”Þ,Øho¾{UZvþUŸò†a9͇è±!C<ºËƒ š“OÚ'ÍØ¬¦c‰'ë»Â•ß\ ¸‘ûhŸhÉ &óøñåØsñ!ýíI·Øê¼¬k¿¸HlïB8«xcòÓ÷/KO¨µ#¹‡RbŒ[½D?U,„1'ÖIŽ»€[q“ŵÈÐO¡ÞNrF(y$çÑT—V\ªïO‹»–ƒf’Eâ¥^Ò±¬õ>Úõq,ö;¿Tânk=±hd±]7rŠ»ó¤rÞÔå ‹èôC×€GæÆ oJ—ô‹ÑÝäÏ‹Ëûå«øï¶¥Ròðwý2w$¬ÐŠ]*k¿Vü^ö3+ýø›’Ë™ŽJu?2êÖ\ù»™Võm¦TÆyseuˉ˪å=/¾Y²‰ma#:0Eö«ãeÑ›34·ä1 y{Ü?ýhp£A æ,b“—tðìÕ[e ĉ¯=”¿¹iVÈ›.óظwÎÇ^ä«%ÛÑG6R;f½™¸e&¬0åyj$`ôîɵ Œß…<Ï+ñ\cÏL‹](/s&ûz‚°sLEÛËÖô²­—ü…¸’DÁø—çu_…RDJ*ǪÇʧHþ2æÑòð>=˜_½Äeüâ××Lº:v]lÍÑ ¦û#œ¬é§èýê•éY×ðj¦ä;¸ÙF;jxÕÿ(ÅÑ&f\´ñ •”µ:_yOèxµ/UŠîäŠXºèµù7!·?Ÿ¦®;³fú:í·=Ozºœ_g|–ãùº7åÁ01’jšó-5ç¸ –j?Ÿ›É •Ñ‘å“s¤Ÿ †q©º0ŸYc }X{oÖˆN„qЇ!‘ñxÝo1ß°£ïxž«·t|Ø¡ÁÆßi=!Z¯>|°n ®V,éî¨êï{—HsVßÜê£áðnú>w°`ðl‰÷¥/øcSgäºÕ†VÚ¶'&µ(*;j¾L{]y8­ó67ïWA³yÙææ%™ÏÉ5nÝè²r­y²ÍüF­\}ý Ì®µàAçgÚãa)/5*ß Çv¦ÊÙ ’VŠwÊÇî׿È~ýÜÆËïO>ݸrîqÊ?ƒo¶Êlrá/IÞO¸2/³¨Ú½yñ/†-‰³$;J¸|VZ”¯!u!ˆH 3Jºeò9Ú¦I8YC»ö'±ý½à\#j²A~¾šü6’Õ·Ø—ª“Ãòœg ¼“Î_Löâqô¸ô¾â¼¡—ƒ!Sû±Õú«B|žS97D]Núøó…ÿ¤£fU{¨÷£[Œ]©áùq¹3ú6'Žð³eHµ<„µ¹—ÅYÙÝ»œÀ¸r&·&7()Õ[¨êþ…lY–ü¹´Ö_QNòFu+¸™WõVptÙ kuólÇåqc¦ÈG—Ü3$ùšSÇ5·?}~y=ÇÅi}оRóIð‰ áÃIǬF¯ªG$7¿‚7¼n{tÍ»MåêEµºOÕëJ´Úéò{>?\Óîa–#,s]ÒÒ1$¶ë’íJ#.·6úÐkìñVcÊjîH”c è˜pίÓýD.|2Ùž·òïÉeš:ºŸwXÓ¯ééõÃ,mNwC2ò,¤q_ ¶=7Ô›©1oò}HñSÓ²š˜tR·Z Y3šù°ŠÐŸM^18'1 þ<“•¢ŒÇ?š‚áiâÿ¢&3‰òB‰IzEþ·Q¡+¾Ì¾_,©Üz¨/›ézÇ.Z˜åÏÉñkó•kœÐâXô´8•é–¦fiòœ_î4È5_@*®íá-î.jò¦dêkzø•ïN‰iT÷þr^·³Öœ¹åøíÞcÄú³÷Tcùä“#c'²o»ö€£m>xšçö‰´Ôd™œ· ƒÊ…a£b9“—ÈÞ8XÓÝa0Q¢Ébw’Òw÷,¡*ª?x­.QÃõ¬á'aùÀÒÁç…É"dx]2k“Ç•' Ý)ãçZ™¢ És´R®EN› z ãm¨ÊöŒÅTM!à¸X“ËZ_‹m^yuøV¸Bßø%«ë¢†x£Á*H¹„T·Œ6ßP¨{asÇÕ,ö4CwC…¸NšWQÊá¤ñï`†?ÓxÓÄö¥WEiòýM!$ì˜-1§S>¦W¸„½”­…ÁÑ€_hЮºn¡2ûv=+D&…·ƒé;MK±ûÍ ’j+,ìüCîsïë±6«ë‰JXO”‘”‹=Yìðêˆðý0«™nõfÕS.÷g·7ãä|¾ê+|êçsü‰ùÎûÄ­²¯6óºQýsµºJ¿vˆ“ŸË?sùÙynëµö@ÜP¶vÛµg˜f÷¼â$fxNsâioú}†‡ÙVçªýô®êÕN&)&<­ÒÐzÈYé;bKVmûŒ¯¼ì“‡Q¹u CµyaÔ‰¹õdÑ•_7òÔïÏk¦Ê¼G»vž1Ù¥lÌÎQ4Êáƒçs¥ TÛ+-g4Ê8 ï°M^ òœZ‹þ§â#%f4@ÀöøÞÒ€oSéÂý-ç5y7êRŠ^]qI>g—›ªòQÅçWÒ²Öõ_ë5ä´7?_?4œõ»àŽí²Í›L…$%µÄŽ‰Ñª,ø=0gºij«Ï)1…ãÈÙáš©b«ì—eþT&Q¿®jéÕÙOâÒŒo†º¿å¯¬8>åVs}Ȳ‘ª žõ³iyìùâq&7c¦†›sÜEZ–ä+/(üÊø\¥jª+0Œ•ØO×kÆÛ¦g‡.f0«¦×$ºÂF ¤&þ0Àņ•'O’ññÈ¢ŸÜÓz™‹åøäyJ<ÉðƒÚ f«#øUWq?“¨Òž9s¥®µ°@bâA‘AÓÊI)“á–‘ì®Ó-E]‹&骚“š6Y–ŽWÍó;(?¼žÞž˜¿ñ¸<›Ü%£k,7H‹qü­V()_SÇaÁ*ÊôK÷Ø/Xy½ÌÍn?¶ÌG_’•q0M3xNVá¬ö§þ%‹›]âúOËÇcè¦`ñ>GÆ_˜¡^šá_Ô>ÐîŒ((i'C@ξ¯›ãh »ø¸àéx¡{O{ÎT¾b—oúò³½,÷>»ù®eƒñ»û„”&¹(†™½ÇË®ÇqÇ%3Y[›•ªÚxuË7M–n°_t^kl5ɨÏÛà×vŸì¯“ÏÝè–Œ }U;rãMIâIk»0˜–ÇJˆŒ$ÙFGiFÕºšwV ¹å&ëoô¦^tª5jI{ûWœóœ]Ìyjl¡Õ76jAh¨ò¢kœÍ[¹Õ_$DŽ:Ý«)ø´Ô‚àû ’Óusýº²x5œfDɘ7â ¥JúÜÀ‘îÕÉ5¯nÏ]N1œhÜÒAðÝCôñ§buÇb~«ÙÅÊ0—rV—Su:ŠÍÙŰîŸT2J#Ùc³þ£Meš¶f4‰DTtOrù¾L*ž ©†5éd©ø]/Pç­»-¹hn/ïù¤e… +ï¶Û½SlbSCY/NÞʽÙ¨v‡Êæôíû÷±hÒ´ÞÀX[->ÆÏðþŽ÷¹Ac¹Ñš`Z^e^gbxPާÚ˘‹%&ª“ Ë ¶9rÇÈcHc6G®ÈbÝ›ÙciòÀ‚_òøþEúxfÇãžÚwè¥Ç¢ß%ŒSÇ pž´¼®·Ö•î*`*"õP¯ÓHH¹JOáÑýn\·™#q‡Ö•½„E»Â]_ä®{GÑ‚WÄAw®1­ ?Ÿê\¯Ý¨ï4«]\yþÃTïCӎΘÇeE3ýºe<ý4oIƒã¥ð§I×|K¹Ên !ºo0Ù·§Ÿª/¤öŒþ¢å¿zVvßð®Ó%žîoŒ?ƒh gäìêˆ'>Mùt—ôMú.&xï£ÒN²|¸áEÌŸÍã-ÄU1ëIq†VÒZ°ÿü¨ûBŽÌ>>s+˜ã€Ò“éÈù¦ó¡!²Ï_jGôÚ>¤s™$ÉIÌ!–Ñw϶”ßîØMÁöÉ{Iïó{ˆð[‘êJ†8ÍÄUQO¿2qˆO5·ë|;ËöÃ[?ªWû¿éҲǓ$éZA3®×°šÈ†ˆ„’Ø3K”šp‰î¼8Å÷ÌÙ»dL›ãSÀ1Q|Æ'¾qþSO’Ù˜•uèüä o¨r^‘;ë—FvŒMOà)±]8m‰àX¯þí’ßÈ%½ž!Ëg–¸n÷Ø 9 ˆfˆÜ•Ý, _¼² nº› êYæSºR¢¢eï¥ ;4c—BÎ÷䨑 §æË'hó3¹ΗóUr_júRgUp|.>ê—åË…¸Ïô³-‚;p°¦úê|¥»Ïsƒ´;š÷NÿB2]ð×t#/oSåû+øq‹QævMMõbß|'y“Ÿ\°ÌɯæÁ%¶{:‚èQƒhé† [NÁü ®Ð_*!é†*‚ϵ2?Ö¦èvíÿ:ºñ‰;×ÿmÔK‘óñÌÓ1qâª8+™k7R?}>>¯¾•!&÷ÓKT«QCãóµú]ŽDŒù,B%‹B ÕzrR¹Ž©ã+š|œò9õÏ0™ª4ˆõǧ©NvqM½Ì®úDQ÷ƒ‹°KËTà¼Þ¸`n3áp†O€õ¬"ÓyýïµÚØÙ}‰í§.ã–ù;ÝÏ\^®ÅU~pŽçAšÔsÒÚDy^ýœ¯0äÉqâR˜Lž*©¿r`QÆò¤ýÜ9aoYqÆŒLçN¯½çBôÆÇÚs˜ã ßDg\ð÷WÐhÔÈsžóºÅã¨Ü×dWõóp o˜¼óï*¡;AI™Å³¡ ·~ñÖ­Mµ’ý:5ï7o=©d’8ø«þ Õ†h¶}|Ë7ŒÂ;qØ )Ò*Ù?h½&BøµUÄ,§}Íy˜$ÊNYJy­úaz´ÓÒN ‚Ñÿ¹Š)·ÿÚó·B’ð.é³b³©#<3œ«¹Ubݥ׿{Ö–9>½çÑKÚu!ãÊG‰Ô[ݵOèn¤¨èÒÖÅ”Yý ,¼3ÀÎxó³xæõ'iû{óqÆn/¸R‡.™ë‰1zÊ8¥=–áî6',0ÃUåS9ÕyV\iè·6ë$ÖŠ_¥T醎 1W›™£ã ¼ë©çg¾×ŒäÛJ„ÚúDœãUñÔ×· KY±«î{ôÍᚇù˜½#ï¼/^>¦Fü³MƒšÚŸ—õpŸ™yΕRvü“Ñ'IÉÐÖ½¨¾Øg¾t‹}6+z#ª çµ¤öç¾E\BZ¼j ¼«‡O~JÖãºf57¡î}zHÙ€LÓäã&Á…£Eíç? HÛÕ¤« Ô¾²¤Zðö%9%\cr\ éiãür ±#«Z±-ÞQII•Ùîáû_êðŸ ioú°´ ÛèZžÿT+~|õÙ*{Xr™¼Õ—€šfÔó°¨ê®ìóƒ…uòæüiõþþ|r1?ân„*S&ƨ¾œ§ï`Ig¹òH¦U›þ`ÌaºBm ƒž’ïá„?ŸQ˜,öiËXqÿP›ïÊËZi6t\¾š>sNeœµïzÓ°XÜÇ‚º5c¹~‚šmœ¿êÄòÄ7°tÆ6¢e:7.“ÑóuËû莺 œNÐîŽ_V^¢e[°ja·Xìš%NQwN4”2Ó}áÞuqèͱÂÕøqnË¢ý…ã.rÙw'“êÑ‘Ì8Õ¾6ØX}Å“¹fhöJ]IYàd¾Ž™Jæ”úxãÏÁŽœêÊ‚n'ò lõq‚ˆê†Ét»u”;3>}Õ[h½÷»Ác÷}eN¡“6KO^wÀ½ºÎõ)ý[&i¹–ó6B‡ýØ–ht–ÌîXµ'GÜuŒI÷1}ü;‡ÉlÝxµ«‘7Eß?¢‰"glºUóôJ^!,gZbÒ™¬…äWºÙç–·É.Á~§¶MÏà³êjkMZÝkçîMîĮ́áëÒrcgHNl»8š@9w«ßMÙf¶NSœ2ˆ{­ƒú=‡LW¥‘óúõú…Y•öR©5XXY /Lëbg^^{lÓx}¤RMò+˜v‡tqfT܇o~”PwŒt”%UÁ2ß[¥ä²LTø+üx¾hÞ'=LaQ`U“µQ#F¦¥o)þi†#dú…ôçSP;ÃUœPÆ€gÀþÃ/œÛŸT©ÏJss2 „ÉÖÖí[0“ô½¿ â”Þè“÷]3}P·Ð¶ÚG}Áú=“Še±|Ó|‚ù+oöIê!¾.s»£ÍEÖõ—;¬¼œ}Ù&Ç2ÆóƒT”ë£;H¯W=û-cI¯23áý+ãâ$·aãeŽß •k¦)}ææFÍö ­<Ÿwðj"Ó hŸ°N"Íwy›ãöƒÙl0“6ÁÂß²¿ï—]&?UMWÁ¯Çlþ rîÜìϤ«[ñ•¸6&^ Õd×—gÎKçm(Á ¨ÆM—VÓgWòñMU²’`É%‡Œ¿I¸CÛÚ˜†“ƒÒø yã¸*Z´*„º£'K¬8Mæã' |¸–ê O2SÎuçsüöÆNÓ"UìJì“üvòS‘ŽÒDê»;îuéüMÆ£_u2ùdy‚÷[ä7MÃÂñÃ6–—îMæºwùÃŒŒê4Ó59²ô ¯{Ê9„Yg¾¨ÛóÝëÇä-׀ܬéÉo}÷áñ›AõÃ"Cµž}†‘/ x7üt.ÃZ4î“ ˜úÑdƬà³Þs±i‰µ _nVÔ²®o¥¸oï×}@ˆcúy&V¹ÁƒÉƒ—ãåFX-ÖÓšÀÖ$'Íõ~t|%¯Íð]5û½ö¬-¹ÜYfÈß¶&¯ý‘.ye2âÖÅŽÉlݶ^9Ö¥ÈzΫJÌB3ªi2~ìuçV"K&“_¸p*ô&Œ4{6ÍÍSbN|rÏožÊ?}})y€NÑbðu"ÝóŽæ‰Q®Õ:Ö‚Ag¥‹ÔÊ¿~º)L(¹-š¼~ßRæà@óÍ´ãQöH¡n—§ê=uSňO«+u9œBŽScËE¿ßOÒa°ü|®¢(0]ãµRÉpäiæM£;™ËóUþ?ÌØó‡ V‰gÈõò1›6¾Ísò*XÓ®;?‹[ ã^i?=]ãý]òгh7iË#±üÂÉC cõ‘<56\Z‰O òN„ e³]zþPñ³ÎÂ!A~#…2u¿ƒ­«c±±º-?ZÆË¥ª¨{‡Ñ]\eŸÉ›T¦{Ï‘¸¤Û÷($è>YqtÇ¢5ï¡yæø¬ÏWJi$ Fèò£¹Òs‡ü=NÞÎl3Œ(ó¿ä;ñ‰Šc$ÃÊdf¥|!&âm‡Rrzî·ÎGXÖ*¼º\¢Êºýªj2fY_ÙGx˜b}Xãw× ý÷‰5ò¿éµj’5ÇoSÆ[\:•ýpe¤ùö¥uÚ‘òÃ4ê5ížFüÉO;ÇÖu3ľ{bT8õ¤âìÛn»šlM|ÚÏߟó™j‡í?Ÿs;h:ðUÐlÉú Gì·òòDó“•Æô‚‰Pgzêû‘5Q%”Úc¾éÚ-ùî·k,SL`^9/8-RnéÓ/ç^ìîêfê-ìtKgh™üÌmZŽ´éO$W¯éÈz*“ª¬ù"Èì"Mæí–[™¡:Ý)Lbfc>ko:»´š+ò>˜ ¶l|²šT¸þ¬åÒàÈ›¸w–¥~ä’<“´k¦ns%¥qo¨g;*êý¼~ÇñêO÷¬¸AÀåèÇ9˜ï1y/BòÛòÙ «¾è©°’qµw &ß,«ÍÈoh;Îú4…ÿª°[!“ m¡¤\+³,”ÿ''!’~±Ä(oÐRÈÔ÷¡aÚˆ÷¥É‰ÇžÝÍ$^I!ƒR‘ ´‡LŒžŠªÔ‰xÒù“eÎÌR6{Çöú“³²èw·öÑÝf\îÍ?|úóÄLàš¾¼Ì‹A¬:Ó.Óê‘[³–ñ•o•ý"}§GÛj6øfu°ÆÒXÃmeQ%yâ=»h(.,~SïoAVä • *F vºÇîÔHŠ=©­â5¤QôIpƒŠ‰ëô9ã+A+:é·õ”áÄä[A‡U¤i²jc¨SÃTÇ®°¶­Æ–g®ÕòŒÛŸO½OÍ¡“3úƒ`RŒsa}¸>mpE¿öy£«aŒº‹ ñŠâoM%3Øb¥à³t5ƒo–| ŒÔF•¹Å]¶ø “ÔqFšôV~­~,w7Jht\ˆíUR{Uq¢.1£:o¸éywµ¼U@ Ùª“þ½îÕ™Ÿ=r“L‹ú5_HKÌæU:¹ B5ߪL~D{#C`­§¢GYßy5'dr&ènæAų…Âý*ù”B³ƒcÏß Á¾÷Á>¹L(–mHúÙí™úîöìݯV,awïÆŸ_¹¸ñRo*ãÍûˆßk/Õ'»ˆòfEÚËYp]Ìó`•ÙiÙö£^8Õ~‰óã÷㋺©Wõ¢dZ´…¨' ØÆÖ& ÆWV-DÏ‹N(ð}Ú¿‘øÃß“27g\kÍ`5×ÈȪ)V25BÐFüÖBeõ·–Õyñù%>êÎ ÓõÔ/&6ëT?’»j¯$¯On˜u[{ô\E…ç)ð~ÝÁw´0Nµ‹˜½o¾öƒnçèÚÏù·§'ˆÜÛ-Ÿéø/ ÆÖtûSô嵘™æ™ñ –ørEèð°9-‡·;?OÕYMgˆù½LH}~ kõ‡ïhÝÓgœkƒíô–ËÖ·ÔS4-³¦nÿ*0ˆ¡Î¶j4º¦@P"H¥X¶ék¦îE38& ÷¢ÿÔ‚¨~ ã w¯ÍX@wâ‡Öxâ¬?_]6È™ ]¡ù½ì“ø\‡Zˆ‘ÏL;‘Ça´{#M^LÄt ;ìd´¤(¥òQ³Sê_/?é¯÷{!¨4ÙÒ'(;[È7˜4 Ë· Ó£¬o1Œç)ŒX-T<ô•Rvn‘ ['w™YÁð­ã ajfÜçO¿WŸÎŠ[<ÊÊ÷1” çžj/-ĵø½ÞøšYP½¸D÷áHnM ûÙ„\ý‘Yy;½#º¿«¬ÞƲ‹i­wO¥z.¼Rl)-4mÚ—}#ß/€JFH¯¸_·;]@ùÎôÏåX–t|ZùOç»ô,Š×s*7óv‹¥.˜4®žš%Ñ,4ËÄù1êôS´J§›Å´+ôõ¯å¤iSS§¥™É>\ø™nNýêú§^ªKFJBtÞi¬tÄ݉:JÂo-Ôgz§°>èJÍ× PùÿØ{¸šš7püœ»ßÛmßí%•$-$i_*i•J¨$í’J*)n–I!¤hCrKB*I’-•P ÷þçÜs¯âõnß÷}Ÿßÿÿ7uî9g–gfžyæ™gfžóÌÈÑM©’»œ™Y終Þܸѕûd5}¿þ³æÖ*æ›6ߊ°K†Õ_#Áƒòï0æwÄ^¼uKa[õã6­ wú5o×Éo<9ÿù Ëg§ºî2 g¸ô<,?–óz¼ùRTÄÙÀŽªîº åtËÍý•éUŸywsÇ”ŽyÄÝ{æoÞ•Ó~g§Û‰«‚÷·W†­s *;‘jýfE€Lñ9ÛñÇûUÛ ç‡ÛÜ*±«V\‡Û(ÃûX²'fðú GÇ芮•­ÛŽŸØø¸àò»7:Åë7Oí;ó&¬~4æà@q[æü E5e–Ëoú–­SóVÎ ¼ÿµVoFt¡Lëñ ’w1Ó™C§7ˆjÙôçž}_ºyŸíMË·±#63RÂvŸ:±©2ðÚÐÅ'ú/>¾Ò_ɨڶ[í¢áé0×öM-WË2¶-p›q©¢‘©gž™¤Ó±zàâ•ӧ쯸¯+a–Z¾ç=Õóuy€AyÕñ{‰gÞH-yõlü³$1=§C-âzÔ¸Å>m•»ÏůÞ`Æ:ÞŠi¹óTpê×%^!o>WetMó8ý$Z¢uÀá\azòRsýO´~´ÿÐeý&ƒããCU£¯çm™‘V9åÀèPlÝŒ™a""öt‰áÑÌ÷íã‘·Ïœ¬’òXyÿÞá…ŸÃÈÙ=ƒÑ15 ïçQlÿ#M¯è¨—‡,yÉIçÁää ¤^†;öyö@Ééåb’K_`b®ðdGÁGÍîµ¢×<}ˆÒœßµ=càò‰º-§ ÒGŽs¥dÇ:o5À]yòê†è9w8ýìÅR»ú°W>EÇO\·3 'Ðg¨«ÄQ.Ý$IH«]Øg¶ÈõÓöªÜÍÆùOEˆî>yâÆ3ß~å «ˆÃxœø<7Ó_±uÆEîp9N¾QˬåЩ„ðý^n•¬Þ!´}ú \p©JÚÙþ§5"˜œs‚oö ÄòËô¾ŠëðÚÊwaTBsqöÌY÷5Ö>çjJ;3Bßó>>«‡\Mª^#…~³}|«>dVϬœ¦ z^¦þ­_óüôú Eù¡W¯¹¼ ÝjiÓÓÛú;c)Cþa~Í‚™QÆ ±/³S®÷Ÿjéµ-:ïÐÀï¾¶öm퉢tïZó%³F„]Höc¥nÛññÜ»gé-¬ÛKÒHo÷²IVÇ«š¨s}>ªv5gY|ÊãÍn»¢WaEÛœ½‚uĦJˆYí5­m®­áh¥Ó“Åo§Ë‰‹usyï&ÌÊRW·ð8b¸(DO¸“8»jC(3÷©á†z_pÑ·w2£]IEïmp*ù 0Ÿ’”®?ôÍj„¤DJ–[Ôßp[¹NË¿xÕf\ˆ^‡ˆ×Á‚ueÏÃQ4Å»ýä_¬¿õ@ö åS‚Í<ßèPŸß×¾´CÓßjÝ…fš&¢}@íÉ‚ù‰º×dƒUÎ/mê¹a•ëV”^~ß'¡N€ïóîXšàGAú†EI³¶á<$§nljï?½Ç,Î# Yüà•¸€î{Zä¬gÏÜ¢·!Dx÷º“‰l–£ñ«ØËŸÂ…Ž_, ó9š?>þµîÜÞ3í¥+›Òß<\3=kþ!ÿŽ*…È3ëLSÅâOøâ‡œ–¬ï:•×ÐU£K Þ È—žeqi‘roÝZ\Ú¾þ ‰ZkÜǺöºð-_ÅÛü±U@ÛoÅüžÁ}³¯½4‘üì!¼@glÙ„€×Æžþ¤¾f³u[ž:¿ÙZ÷Ž–—ûG”k¦1šµái7«q¿æ«°XÕ‰4šc3T’"ÃS6fʵ#÷ÓÏ(Õ×5]š¶‰x«R´×{ÇxíúqJºŽ1f‹j Ë3òZ‡^Žt–}ZLõ~òµ®Çä–[—N†ëå·^¹JÇÄŸ¤M\¿ìl½¿1É·œ¶ÄXÏaª+VoûòÁÅãÕm†½¹‚õŒü§×~Πí3Znæl^Y v…òytvÀS³bìKŒíËE×îj˜[z{2ß{Ùí|•ž°?SK+ùÉ…Ãág¯¹‡R?œšÔ×rèέmÁ-RÒÕ[e¯]^gÿ²ëPŸígÇõ;ÎÂgkoï{t{ÊýmÜ+]]¾^vpóALqAÇø]þæC|ì9ŸÔ2E¾Ò$-˜•2#v–þÑ-ÆÍ{ó'®u²$0OìOYúàü°Gg§÷ŸÒ¼÷%<¡J£)¤ü¬1ñ(Ó!åÙnЬ†ÌÍ^Õ¬lCÅÐ=—Œöy-aÖÔVÏ0â.Y¹È^¯ÌriÜç¸ÌħSà„¯{×’ß4£ûÉ£sn-âô‚ÑšÁ˜>ž¸ª—:»ÆðWž „jf,hz_Ùσ—²cõÓ71!"‡N¾ó½¹9¨5•É£­ÉNus—ÛU]‡5ŒJ5øÜÓϾâ4Ç–íÙxD]è€Vò•²'÷bSšñf³Y™%)1oRº{ÅŸÊÕø8˜µš²õcþ¢wCý·ÇB^ Êúrfªêjõk·7Ô<ßqåéã°Ô†—šjl<)îÉ–T}K¢¹vt%Ë5~î\\›ÍÜÔ-“pçã-OåÃçâ÷…­*¶z¸m¿Ï¦¡ªÓFwõ~=ÚÏ•°Vá^é=³œ+‚ú÷ÝÜóáP~>}°¡Ba•õ|¯ÐSá“ò%Šazòå…CQØŠä‡÷Ä9Ó,ÖÒä.ºBžž2ÐÜìþeñÁ¾¯µ«OIM¸t+ßæP×ZØë·åºUˆªïÙËòW(±kùz„‡wÝ·-ѹC¹â¯>Ä5ãè•aˤéIwý·w1ýêJ ôžêˆ;iI”Ý~Zëóšœe­“YMÄø÷åDÅ<‚ÒvÍÙ£'º ¿•¾C>Ÿ(9tâæÑGÅŽ„ö¼»I »’‹#¸²6b—Þ&Z‹_oÕ’d¤/À-HáÙD‹™»9ùð¬wÛc*7Vï8oÀ½›Ôw¶Î/Z;åDÅ\|tl¨Ç×eÙzJdãBþ8síUró„†ön*;ô…œÙJ=¼vë=§”™fÒsò'ÂsÝÖ(¨aW=:HÄ|z°Ži6œ’7ûÍÕŹ"‹%¶ãÆI¥¶×JoFZ(«WížvpqüüÁKJîÜ¥s"ޏ©¸Wo<ŸRöpîš 2„ì&^Ëâ–ÃoÎ9ê¾˾&þqË!±î´ŒgwojŽÐc_ÆvÖGf“jq½Ëwo% /V8òœkðÉ¥Ó%3ܶ^ó®ý 0ÇÛCd~Î~(q˪3È"[çû<Þ*F¼¥éU¼”ïLÉ̦yq‘ÓY DÚiÝ®›’Î>ëT^0’ßoݯ*5¢øXÀ¸OdðÁ¯5Ü‹Ïk…MÛб½>iQ™H^ÅÇ XóëÑé[¯…“¬Ç¶=?|„+°CÖô<ƒòyZ©åz™0µuš7G–ÀIj¡YnûSŠLdw›ÿIÇ0ý¼li}Áú޵4íÚícq_ëº3ncuíØÌzaÝ ÞÊ›g×n [ëÅ]Œc»oÌÜ~s{´\ÍvvÄLUäqœ•ààF–X‹[êoìú鶃¼á¬í+¸¸Í¬ý¬·O;ànàVÞRYG˜êi“”˜ž”º }Ûù;»Ïi:òÂ{¤âîÊé5æsÕñåzŠÌn›«ùpߨEÏLi°P¥ˆÃ½˜_òù®¹ÍW>²l‹±¼¤Ì*KÇv}hMªxp•ø ëxŹîî¹É3Ûù­Œ÷ÄÕî»P¸•þÀ§tv¼É¬øi^Ï ï Y?r¥ß0«119…Q}«mñ` *Ÿ6[$ã±öóáŽ9×ZVÛ;Îo¦uÇœ²É ±)Rù˜5O¤÷àË)½SNµ›?Îóu¡E8y:•+w^º ÛyF&Fø;yZùçGìà .¯²»¸ú‘«ÂEqëõ«Éïb÷Ë>égXÇÂû‹dŸÀWLåMf$–/¨6ôpÛ×Ý]SP¤yÊcY¸sˆM¸ŸQS^aïíÀý–’Õ4Í'.tï¿ÖŸ6[~C–îÊ«Àpy8ኂq$‰_â09Äç+ ™™ëæ™\%…m×x-÷Ú³­Ýs°h¨f¨€o0¥ »fH6=‚évÎи‹ á’,Ì£y¯\M؂ё{*{ýRIåQý”³o¥$x¶Ë'lÁ(Ô™˜˜Z ‹KóóLÔùäŸv²+ˆxÚrÞ𒧍 mcgå”§¬Ò8W[[ESQ=sæØÊâY ùiý®5µ~Hôqè“â£b´ÇgÈ….ˆ‰ ±ÁäisŸ¬×0:J%ñÜ‹Sá“Ëß–g‚Ùæy1â\\wžl·(&§d–Ú%èE7ÝŠOnû]3ØÆ8éN-Füë"}›E5tzð`÷UÞÉ\׿G³.ÛsËDû ‰ó!S)Ç,¥wWò¥ï_CôßíðÒxýêМ£h›#ºÓm#F·S‡ïûù4\ŒÝ¯ùÄ늩‰én‡bHB?9Y5^Y]S5%h_n†Ä¾a +3Ïre›sÔx|î:]POo½ÛTóaáÝÆ‚‘’œQ^;·ÕïNŠ\ë:äî°ïó® ¦é[ã–ÛôXˆIöh;vºÜ8ôðÖØ×=Ä ñ'*„õ¯õ*(µp¥l Ï›û5Ëöì¶·×ü›_ؼ›â­Û~|¶…žéÆUyÓ³VEÜâr.µv𮀦ÓMfÕ.™A?fœYÑíÖ!±¤±ÐÕÁùÆÝdš¦iÆ)#ç¹î’ þŽt×Ý'÷Ih‹ûT úìªRK¶z4r{ì“NÆ›´-_Þ8ûåÙn“1#R,ê T4»LëX'!Ó­Ú%éñþþã­±BGºç8æ%+§—M)íÃÕ|ɹ÷ªã¡¨ú#~µå×ЙN}uYÚ÷&;­&;Ík, VÕé­Z/¬ë¼&Ï{µü²œ€.Á^o3[”˶dzÛÚ˜~Š'Ü+•ãêv÷VÚ<í}å3· >N+ÕÐ)[é~~À;eú6?ëQÅÍÇpnÞµKw»ŽØ^\ïÙß+²i[¸ ½ªÙrþæ)ËÞQ¦ c̺´ñ¸ñ'!=ž¢ÓBu‹SÏFÞéçžqþГs‘Ù›ÂtôW”Ñ·®Ø;gõ“ùã++Gû¯Ä=^k\VŸ®×m¸á=ÝÅ+aoÂÒg£ÔÓ|¶Që^g ”¸ ¹¦ ¿Üx^7õ¢£oÂÖ§§_°K»/ÿ¼3ûóò&ŸÈkmJë'ÐrúšêÊ/Šë*a/Šgïßuøä†éÍ}ŸJËÖÊ/]<ýpúš£ã­ÊU³>è)žS‘²rG÷ƒõ³înrÉùLM%èÈEÄåP£T{}i3Lcw'=464u”u°ˆÇÓ™JËŸ¨ÙL›:Mehï.ÌÀ˜³XC±à¹}±çdÍc°D¢Ñéçz—¼û:–Ì‚òâ RÇ–Ü´;ÛSb¦R乕O£’FîaÛ/K éð…¬ŒìŸB÷åMxaŸøe^oXQÚ ¹Ý8î¹µ²ñ…J*šÂÃJôçÖ”1Ó\Ò'ë¾TÓd¹åî¸]‚žÛvA7½ŠÆ¼n4À3¯‘Jo’v~7Fñé;Ë|¢Â\»Â×z`ïêY•Ç»>yémKÀCdz\ÞØzí\åå¢<‚þÙ¦Ê;lÛîǹžÐ±ÜºÃtùÇܾz“И‹ãG4òñ®gvvn۱Ἶ/±ý¸óÆ©ê—+]N̽óXåu¨eSgoù”8ƒ;3¡Ð¹ËÖ/ÔÞcùdÖ›Zj#Å—ŽÁ~vÖAu×úï{­=Ñ©5g‰ìÒ¤/„Ç)½©45# Þ )Ÿô¦ ¹M¹ó§ 꽦ˆ›ì÷(~K@¶ .©+¤ cХЩZ· ;¹²}Î_u#›.›µW6ûâZøRîÛYô…ä ú ^f/gjõBY&ñÓ úNrÐfü¹²³æNý’>’ }2ìÝH4©Â~Òõñ#^q§­3©2Ö$¯…ÎWÙh~ƒÅ‹1ÃJ~ö˜Oò½\´Û¦€\y†]雚 =:ýs“Î ñžúô 9¡Ãö&~x&ÝRNF®<ê–W‚û=îO|íÒ]7~Œ å˜õ…± ‚ÕÞ lù¢Ö{…6jÔu«ßÚ2X 7×Tx¼Ñ(|ì5.J²÷ m³rùÇÌÓ|¹ÑÔØ¬4=Ó.\”B/7®ì…TÉÑ®…¸äY~×ý«švlhêr[KÚ¬ï÷B‹{˺„ŽMÛ­Žñhð„†Cè7eÏÉ–_ŒÊ>X—õq}ö’íûŒ–S?ÍMpœyÇ3b,–¿w]¶ÇgÙŠå %zÎ|1v[¾Ç ^/ §~²¥s‘‚ô.GáÊNUë5¾aL?ÙH gškoþJÙ2ÏÞmý/¬kÎä6·Í÷Ó3ôÓT¦IÎ|«0ÛÞ¿E”çI5¾B®¶°Ž{}MwR-±ömkV²Àr9ÿ½Õ¸²½’2™’s®Ð=½Èfžš·•‘ø`µÖ‡«Æ-ƒç¦p›ü]Û1’]çºÊ6 ÓvÉ¿ãÑë“­OÚ:ZIË»én‹)Ÿ¢1(ëK~œã”Ù¹*FÜQ·¶zã™R½žÎ›úv…5í ËX8óI¤ÛyS$øtØ¡-1’ŸÊÖ×û ;/ó GвÓîRÙv»Ÿ«¡PvEéaRSaÂW¥èÔéÞdZ¶ðùlîä* ÃmD‡ùº$VSÊun?±°~j×q D©÷T2¬±2#*1lFïU•xçÝâ›3‡>ªÕ¼]WAަ Uw`ËÊGM á(•^þAÛºv Âeó•K.I—ôi—\}­G[ Ý€ýÂüü¾ŸN+3a¾<¿ØïÌ' \Y¶ÀîP_ç¼\Þ(¸û¦ßˆq⮼¦\øÙt?½ÖÛpYI Î+V½u×É£â¸,áÒŠ)šGiÜÞ‚+ËÄ\oS®Ïžuþ¨1‰+Í _-÷a¹¨d«iH„eiܲErLFçë#³óxRù;ùtÕŽDÖâ)x8ˆ_—_—÷>¬$,"4s_Í2¬aÑ×å*¯× ˜­M[1ªd×ÉPšæfA·Æ¿ÏTTI8B‹ÐÚ%OÎÎ92më‚“£"f¢PÏí#i†ož ŸSŒ–ûxȺo÷ïç oà í÷;Z¦œh[ˆû¼­'5¯ü½Ê!—ȤõoNð3¼™åµrþ=œÏˆvߌ^æ=íC´´ãϵúvSG³#†¸mC²>©%¯ë¥ ÙT`v9s:µÄ>ÀàÖÉ/SWY‰US Õ*¿e”WÝY½òæó„YîF.3B§\´´é̮ƒ7;6“m£zÔ¿žZ«3Øÿñ}§F£BFBWX× ¿· O]güMÂo™3oáŒWø]б³ <_Àˆ]}¼yÿÀÝ¥Kë¾V’ßU韼¢0GϱþÄ®¡P¼u×’»åî+O$Ÿez ¯Ê/Ùäþ0î1×âŒg3Þ¿?ù4<ÚPÇêÌâF“£˜-[ê²§š›Z‹øó‰u‹Jõž¶³iH[)cx߯à4ü"XYÚ3×7ò€FÑRWWÕL»k†·HlȚꪮÇ>_vî§ÕÑ jdí"ñn¬uîû) fké[äÌ,x0N‘75Q˜ãœÐš¨¯ßˆM0•Ï:W~Â~åÅwnò*ueŠ3IÄ êÓ5–dR߯n÷áë“=7%ÏÎ:ÏÛAë Š¯ÄÞ\YÛ<ù˜K¥kì×N¨|âþ ß«¦}Ý]¼bŽ`ŽâšWê9ûÕ´iñÃ)5*®¶Õž´]&޲Ó+6;ˆT·}à·Æñd¦Ð¬C'gØMVZ¥8ûžO¸[¦ºñƒ¤¨ò%2u¸.h¬ßR\|qÚ4-áÔÐÅñ´î:iIÖ‹Kíùiðú¯Û§ _5ˆ|CÕÞo”®œÍë¼7×îX}zÞ¶ríh³hÝÇóçé/r}ådpF)I°ñÈÕMÞ™êLéœ {ª}ÜÛÃ%»^îé] ¿ :cwgdßÔU«}‹©ÕÝVO®О?’Žnò”°—º€¡kÓ[xÔ/ö4Ò?“®°¥5nˆkäÌŠ¸ÙªrâÍ·.ä§5æïΉ[%ZmEÛÛ`pºcþ4%ñ#7÷Y¥n¿}¤3Oàg*½2Þs…¼’-ᮣ±3<4F #3‹*pò°™¾ÝñUù_æÛšv×,JB§ÒÌ+è¾3m¶ê æû_ÙuWŽvÕÔèT¦„ºB)|03×\)N{¿ÛÇ…Éxšªªëƒ¹*êV’YbVkëL Rù¦Ì,ÖŒFðòpS·§Ð>>0KlݬàÄ_×´&áUë‡úÓvˆQަ„jÉ**,”Ø“÷–÷E%÷Á””zfv½ÕÙ4¾O9ÕÕ,…ª[æY°X"êòRÿòíª†޶³w…PâN ÁW½íjº…hâøkO5HI=\! -̸Táç|ÂHÅzëFe:¤d{§QhX;Ûù¼¹­àjW›L5«E É«w{Åe^^:âwÝ)Å5êóX|»ñÙ¯øÅy!ZürÛ[ÆÄs š’UM¬•V9¼ •Âso\³)Jâ˜ì¬“^ Ó¦9m†’eÕ¦iØN9‚kà¦ðrLhšlO½¦eÈJâÈ,5ë³qçíœCN-ÈØsü,[1ÛÖbÙþYÆ'nöøèøtɪ)h(ˆ'&gd„æSUä·Ä© Ô‡¹‰Î¡fÝU¥ËºúÐTÎ:,Òв±¾[\>Ü+éÑ>×7Q~W¢áRÛ™R…ëìžÕ /–!8[»î!Z7¤ô/ˆR¾åc9M~Ît ó³êƒ‡C¸¹)êãc#f½‡³./\òðG$¦Þ)³½2àðJæcÈ…«÷ì]G{¡ÝWw¹%ºnjŽ”¦®Ú>ó™KPâºtcµzñ˜×®u]þV3o®ð5Õíߺ½íÃ~¤ÿá2µ̧c’ÇŠBÌ–r]h3P¼}ÆgÜáhÖó¾¶”êëVÌ\Òë'ê*jf+ ©Ë#v_o&žRˆi2\ÜÚ•¬ä”±GG¿¡¬Z·5UAeËõN=ׯ5 s²?½ÙdÞÞÖ¶©º°üÙkç&õQžÖ£Y^ž¯Lñ ßÛ¶vþ#•‡Ö~í´-õóïæ¸]c§šxåµöûPx,^u•—ÅlèaûtËOoD ¿¼éPO2ó}¼ü`Ö‚;Nû•éì»»F:p`Àý)ýÐù™U~Ϊķq'…N÷ìû¤¤T¦XzâöÓ'# –…á·TÞ1ª*/¬¹;»,±ÔÚÝìsX!äjS›âù'›^vèªÏźJæ¶eMö ³O%Iï;fgŸn»Ý¶ÕÏçÁ‰¤Oø-‰ýÔìN»Ì¿ÒçÛܦ*³‹&úËcäŒ]ô²®ñ;þ8{ZCʇ|m•’PÚácÏHû3¯¾;f"5—Hk:~Q›–±­}ÁÞeÇk5Ä%á$.$Zð‘bJ0úü_·Ÿl߃˜½Û|ø°WüáÚNU™År‡½øóSA†'êL°$Œ"ÝÍðÝôø–¥YÑ*vˬ€ýZTK¢Å=e7Qs{042`™¥Êhf~G¶~·ÀC~~Ù „E4œ5uw„ý‡l£ÌìœÌE‡Ž“\Hä‘ê°f[éîù¾Ü-~-Aü‹‡è«H™U|Xؘg¢!+ÞÈEË;­µAîéq¼›x9j{s`å…Á–söeÙ{T†¿|xªb£f¦É'÷Ђ£YîJ®nûåg̺`,ÞÞŸ…ì®­%» šÏÞݰ-D3ÍÊæŽƒ.¯CÕ*ÕAðšì:WIùÎiZ*NçeÙß¶QW›ë3¶5¡ðãUè‹ÚvÆ)›Z#AÕ¥ÜXÅ;ªñÙ„8÷”U¶nÊb{0‚ËujÏ×jÉ¿ÒÓŽ?üTNG~IÓÛ^!ºujÜc¿yZvuïprùZ:®rkMÏŒØÖc5Ǽ±ÕGbÃæCCØwn©/A€gÛ/iÜfbc0?°w0ý‹9׃ÜäŠK×p¬ð3ˆÚ8²lþÈ VíÊÕÂ[†§ o-¿—tîtöÆÄKa™³EÌ•÷Ù5UK»¼}wÉÿML­¥æ³±hÆÅSõ5òo«¦ßY—®·ñEÔü]_v~qµUÜ3ÙD˜ñ¹¾.ÆëL‡\Ûmÿç e¾«¤Ã5ŒxºoVÜVf^´»Ç¹ãÖýÀ“Aea§ö6ëyðÖ®=[¹éFãûLwµ¥kµó›“—U¯ó|>ÓôÒÁÝŠ럊ûœWOíhÐsJï¼Ýˆ‰ l  Ýž£ünõ>¢ÈJå¾m?­“;yìêj¼ÀjÒü'n–ôdïtö½ÂX1ÇY›®ã±øÉE-žå·Ÿ?œ7•WñöþC×M˘c±dô®Io誸¯W3DÞm sÃ/^jÌ8ÔPrήUý&IÉ­2ôT«¢aK¯*Ú‚¾¯Äw]¼æîm5<º_r½Ù!³i–tÕøÑÑ…Ò•šÕ”Äç[®¬RÚ³êsþžC™.~ç«*‡õ‹ÎUMß›Ýac!à0gÞ…—\K¹ ¾Š•VõÛ´Ùýô"ÝÓV_Ï4™qEÒnk­ ŸYâ%I›ñáü»q;å^¡éÌØàª$·5Ò=T£(­s‡ö̇I*eçßXž{.h–Õtg•zO™ä§°½¶:§/†L¹`zæV3eyÛùÇó.×µ^^Ò8²¬ä^B– íú¶°C5ãñ;m^FU< ظN­^•0¼«:e¼ûšwÁ9oÞñÛ̶Ý) |õÚ@jùW\A„ÊFß2-aíZ;WÏwçü•;Œý_Ö¼šçãþDàbÓèØrç§ŠªCÔ§í¿ñ`>Ùû9“ A},;¶0½w1#Aì%ƒq‚Ù§ú½æ 3IQ‘·ý0bìÔ„Ä¡'#€×vðÉ AU †x—Ä"©ÙçÜ`QËôËø (… ‚BAœ6-Š‘¾’J[åD›AcÅ êàråHþËè»à]`)#¶‰‹Ôdpéfk²-¹R ¨Ü«Èè]Ä7€Ñó±y(ì8à"’H€+’凜¦;›]p=i¼™m­QÐ7{¬Èé]qà- \± dꈽuðL¸—>’;Û’­!bËö;ÖHh¿<9!¶×ÙõwáÍ84B0ÚÅÀH5ÒÄ¡8FÜK6¬PaPc¤ŒÈ¥ˆœXAc“­Ò‚Zƒô \C ̱ î{€ÿYƒž Xæ†Ñ¸IX!rVïR{š*ð½ŒÔÄ´ÏlÈË&NâœD”ªÊ>'A‚tA|ŒÒQ ¨<¯~.j(¶ŠµÏBdöI lx{@MÝ@)|¸¿Ãºø(Ý8ò¼ ¤4¡mxä]ÄÇ ¼…‚Mãh@ Il\Q@‹ö8ù 7:ð[ÀÆ2Ò‚•?±×«Òú€’vƒ{°ô÷aåÀ/ŽwâÝû'éA;@ rÐ N Ä7‡Xþ†ÑüË_*¨~'À,‹„ hðÞ jÝÚIô äì²1àwÅ:rÜ«ÁTôô®a6¥k°ó‹~È¡$Í öŠà¹`³ \³lô#çÝ!$WhÅÙà”M 䱡#€YmèkÐKÁ³(9 4ò?pqÀpø+÷€!Oîzð– .à“'ž(_/ Aò‚h»²l2±v@o·á!àŠ¹zëÌbQîðA†8ü!9 ´Ôˆg(âvŽAÎ,µ  Ø ~D”ÚYi€ÿ"P+€5!R¥Uá4 ”v†Á½ƒbÄÀÎáHƒÖƒ¸àOåGés8_Ž-šÎÀ“`·l*r"/(/±=ü‘³¤̼€šH(¯bÙxžd»9Î\ _3,ÚZ‘“(%äðƒ=çfÎùÊph\Ò< # ‡{ £½aPöìØ f>zÙ€À$Kó ¾ÈE—ÝSÙ½ éãV µÊ ]àoĶ—Ma÷ÄÑ8g€ÍAi =Å&§Å@YR@ùÖPÞ¥ò®†„b¸ôýù ûÙ< iyuŠ%@AF /cQºÖFËEEz5ðÓ0Cé¥Í¹ƒA,Ês'›úNdÙ/×åZ€à²œó=c¹Ñ3Ñ@ R6~‡& n –E°Ò˜Ñhhq-8»…CØxú‰å~ýN \KàÏ-zÇýM«õ“ä. ]¾öêQ´„`a’ý €]ipÙcØ´J£ÂƸÆÆH‚4Ú€þ£ÌnÂ@!k`tDÒ¼—3BÆNà ü38ü¸/BF¹(‚v9¬A,X•è\ ´ÇA€~”È@„û¤–¾ üCÀÕØ€YŠô!"J÷èaÃiasi:¶!ÒÂrö9w»ØÒ†>ŠŽÌ…”z½;˜™d´p¤VäŽp^1¾e8”O#çna-ÞÊà€H }8YÇbSÂA¹íù'ÆÚk«àÊdSsÌONdâð výGß㑪k0èÈ”Ï.g'2¢–3—(W*B' ¬øËò¡-äIEx0Bšlˆù ¶Vè8…ä¦R5“ÐQ‘¹iÓ„-#!%®Á¡ý‰;Þ½¹Ñqd9ÑyJAd VŠÀœ1˜Í4yœ&³¥m€Ò# |• çD´w"#×6~ü@Ž­ "" æ€6DŽF¬ý*æŒô ÷Yð« –cÑq–ÆÎI¥Ðk†ÄGdo#F[rð4mPr 'i*ÏpÃÙ…®Òe7‰#WI³)¦71®#®€‰fûÅð¡r„[†D$5:¸ãHèœç僠?Ã(\ô‚Y`œPŸìÇ ‘þ­Ÿ6`q€\Ïò£’\å¤Q+Æì·P~Lï$Αã—@¿Ü/÷Ëýr¿Ü/÷Ëýr¿Ü/÷Ëýr¿Ü?p‰4ÿ*p@ïë¬F¢¿pöËýr¿Ü/÷Ëýr¿Ü/÷Ëýßëáÿ/×®0¡Mƒ8D'¤wÚ‚l©C|ß‘ªº›…cÿr®ÊhtŠ Òª€»0žòYp,í3$ ¼ÓÙψ¶ˆ´Äó[¯oø±tvàZ #{Lð‚IþÐ[ø< .ÏÁ…l¾Ífí×ê`â D3 A-È ºCD÷¢\±žÐzÌL,²«öó ©CÊ15€ o_B`"{Îà,Ùäë„ã±ÈþtvŒhxiÂqÙ5Ïæx:TÎŠÝ bJaûá/ˆ^ 6s û¢a\ä<¬?vì‚G0çƒ÷Çàûñy˜|ÈÙ§ÄCÐAR!DŘá‘üpà½Τ@fØ“¤&L d¹Àèv$Ö äº ïAF÷G‘=áPðk@(‚pp€¯CEôô тߜ ‚æp¡-éôs ÀÃ_Áïb ‡báÖ[` fD`î-^‡ÜEÂiP(Kgm=ò¢T€æ)Ýs.¤ÄÈî~¨÷ïW\ÀÍsPR.OÐÊf¸9äBÁ p …wÁæÃaêE à=lxÈþ¥5_>øõ yâÉ|¸ XfXL0Æö„?@šEÇ6Vl?Î×ÿC |p¿GÝÉRH­žc*°H]6GÚ øêáFö’)ü þ¸KŽ(…#ún²ÐÄŽ4Žð­g õ€v‚r!”ÍÑ–DRI(â¬}íýbh« sÝü¨öÈ& ºìÍÞù¦N*ê¤g>v˜Ë$?$Od¯×ÜÃQeWH* èhB·Ò‚ ¹8}Ù¹]‹è%Àh_C4NL¾iŸ!®<уd×\5Ð÷;×TЉc탟wžðã(*ÉBßkPqi":…Ùõ]ìOaœ^·ó}ž½Ïc·0ÒÝ@'×áAuŠ&;‡IÏ!læ†E0$òC©äÁeÏÚ§O9JÌ=!ŽñóDcL„•ú@ˆ_ ÚzH={aÎøõB½›QTÓŠˆî*¢ ÆÃ.Ÿ [+Œ †ê$"5_‚ãpYA–RÅW–v] [Ik ¢Ãò›ÑÆk—ÂY¥ëO‡!t§ð/66û`”³)¦Ç¡:WßB:#Z‚?ÀÖ„'Ç@ê\ÏÆ„ÑH@±ƒC4B‹'¥£²ÒEþ´?ºÁ«ˆ¤o”û\ƪ+J…&óaD/z9;֑ɸ@°ÄΡé5lä Kü4ÏEØŸ à™b¨ßú¤ýá|ßF=-i[-6 L¦'lÑO ¢N 3ÑC'jõ#µ°ûJâ$êçômTG:hRl©ï(q9ßéƒrúµf‚# üá‹Ùam¬¢ôt9lŸq¼=l0 ŽC8ªÈÁ·ë© ³#üt™À©“Ф¾ŒÀ/XXƦʟðãJöшòÆOÒÿœç<„ö¨]«ó0h½-°œ>û}k ü$W„.T¾•Á.íwÇŠüD,Ž;ú;²ŸÍ$Œ°Ÿ³&…ãàßòJè'¦ñ»¥Ùõ“Š‹°8ƒè- Éó%ˆ<¦z‹Ú TK®v˜/ tÔpCaDÞ¸€Õò„'Ëv¿?J^ ¥cóÔ ØHí87e;UaÈH¹‰(PíIB[ T…)‹ÞÁO¢3ÆÒ#æhd"œµJ0T2Dx'H;ÎÒH;%ÌÉ‘&\ÈG™4ZIJ)Þb]%"Ò¯þw%Cû¢Ïþú­¦Õ7zü¾5)Ðk1Š(ªÏׯfFhRè)~´ÄœTÉŽóù¬7_QÿÖùXOIÊ‚¿áÖ¬ÕmDÏÝs’-æ½7ýj°y:T#ŒR•ÊE&ëºÞåçš$±ƒšP®|”„ÜU¿ƒÝÿ­/Gb ÄÂE-~ ÀÉ}¦ûÛSþ7~€º/“(8áZ–Û‡´><Ñz¸ïæß;‚ÀЏpíâHiMÖ³ì2¾–0Äp8âôáïï“å‰gddü°‡[ E¶_1kìE8 …½Ç Í‘r`d6ò{%—MæÐ“ž­~Gß•°x@=Èl4 1!@›‚è·2(WœvŽOèëzO ÐùrÅ›õì,69U±ï‘`%Åywú6ÈãQ§LâKËÙ´Æ ±É®è fãñ9åb|¬ bYÌ ñÇJLŒÿáÂc êZ'ÈÔ"f}©ÎpwYßêE`Ñ „ž‚9#€ ~‚Þä¿IcÖíÃéMì4…l o×ïî4IÿÄOFu¨¥ØöøwóËbå£D­|)s€`€0f¡ëÜtHœª%ƒºáëú8ñÔF‰É³éÉs–¥€Çˆ½ˆðí·„yäy`¦–†iÐGê<#æ\>8À_“Óä}µÂ5ÀgN~‰G4ÈÛ™7HÛ‹CjJ< ˆÊ¦“ÂoÂÝçVÄ@±«ù13bWC/h«x®õðð¬Ëû ”Æ·GDcl ‘OAÀß ÷;üC“x– Êâ X“›.`üU|ñXD““¿¢Ð!}ßäPèàÌM n¢)OÇ ýZxûÏÜÙÿã9ÚþBú/÷¸ì¿1J"±œ0h{ÄïW¿¯EÖ_BF¤(ÊSYx5YW´Â½^å!˜º>”h@ÈÇÓIÍÁ "3W-߀pýl~c®$$2J#\PFP2L—÷3òÍ'áæ\–A§DuÈá"£>?ºî€"Û?y%ˆì=a¼)E”Žƒ¼E»„è¬Ñ phìüÖ*ð!Öoµ4Rž&Î á'-ÃùR½¨³±þX‹|Ïæƒ?I"óy£y£à“CÀ†=H¾gLJ¯àWÁ,‚.…Ö‹ ÚÅ`ò¢µ3€4Ö¨³Äøæ3æ·IÆ ˜2Ü€Ìе™> ðgcÙhÒÌ“RznŽ>+¡R?ÑE«¯^ 4¶Å¤µ GŸ© .ß·¹„,À XþȘÃò› bÈ‚'#¸Z#²º £ë&$Öx…ˆjN°¬ÎúJM›µF‘Ïž·³V A,18Œt»/Xt}!Kôa&äzêw«ø~¥ý­Øÿäj‚¡ÿcyýÓ ùâÿÿÆrMììüoáÿe9þiÙ>ò³eŸ¥ÿç®ôwÀP§p!vã&òEú¸ ËÇo{eèš'†ú¤g³¿¡ß{ÿ+5Nù½…\ÈZÂ…UAœ\è,NŸ=§J£LÌþg³óp ÷kk8µ‘ù'˜£œøÉHV°]SÅýd…õåûu×~ÖûáÅùï/UÃ)¬½É@Ö:Œ?gw§gÍ]Y„ëv;/ÕaN{©¸8²áTË Ÿ ú9õ­º° 7rpp#±ù.úà­ÞÎ?§ØÊ¥8§~sÖà)—AÜgNÛ…vŒNœ‡—þH Œoyé{*[ó{=ÃdÝäTçE&ÓFùºï)hõ{mÁÚf˜³RvÃyZ°öÇxm¬ }« úÞ³d"”|S—þúž 0çg¥°_‚|õOúMîÁ¬Ù«Ó:# Ÿëa¡A¬ºøcŠ]ý1!AËÖ²Ö‰ƒ*Ðï¡c×z³ab¾O™³T5@vi©Ëd¿.ç:ìÄXXºõ5à‘Z;Q.$tÀe" +祬šü zw=ò›ëŽú‡®EW<ÔY¥,ucíO²¶FyîåËãO…&r„ m‚¸< ¼·;8XVêªàÉízܵ™ÂYWwpÿWÈ É¬ ˜ëð²ÖmÔY}«/ ¯sçÀÐäE¤<wä­Ô‡°á5kaLÛíy5·qóù¡=TÐõ¡€kkU&µ|0äƒCöù¾K­Ê¥„–!«h˃͂&‡É.ý¶"¿®׼ዠZD.Òü¶æ²N*½¶ÇZ¿#±/mÖ.÷‡ (´E°«+z@øëšÙõÌCZOZ7ÑÚ”äNÂÌÆ v~N­G8ùy ßqï\×€|5³ZõÈrtõÔ„È «¬GËG8²\~^t'À)…@¹{<¿òeœ{€´Ú„ìý‹MOÑËBƒÜYázFPh9úµ:;Öƒ5se×@ŠpL  ´ò[N Ÿë¢b!&€.® ">Ób*'\À}=à|{b¬ R!–µ… CagÈ áäíî*uU}3dé8À(íu‡LÔjˆµB¦ò!¶}¢XÌUvÃòu¡nÞßöwC¶žj«v«Ã„Ü81¯¹&ñÂÚ@Ÿ#ÁÆÚ3ôDCË v€·ç€Gow hßD\®wü¶àRðÈ:-C´=Ʋ„Ìoë)Tœ±¦‚|ÙNB¾¬W¢ÅABö‚rÀo ‘âÏò¢òs${W¡¶r–ÜÆú6›9åÇщë‡÷HÊŸr0û_™%…s±è•ÈžOðžÏ qöO(쑎‡}™²ûü"ý6)ƒùØ<`*DôŒåì/ÿ°zŽaA%[+$° A“Ö%€q¡ É-€F†Xtòi1­CÒb&i0Ÿ ²¾aÀn1Ä"X)Õ‚Ò@u#»qu³Ä®Œå¬ çOТ'‚®¬Àók€¾bõÿ6sÙú^ÔbÇ!òÒrYÎb‡2îêBln’¾A*ÜÀÙù¥CÑšbã0ª©ƒØJD´…kX4†È¿¯ÙrßJÖRõVŸæhÐ!rµˆ³ \90G×lvjK•USd• \Á¬|¾°¾ãä|Ëiü7¾é|bôý»àOXêŒD¹Þÿ3“æûǦ ×þM9õžÈßMKüÁ´”?\‹Ôøƒíí$>ð"ÿv‰ÞýçuÖþ©ÜÑý·¿¹õ]ûššþ¯åéû“”​‰²´—*ZF +¬ñ'P¶?†ØïÁ­ù¿ƒ5ÿÅ/wŒ,£i¬Y£8ôÿ#7øqXý¬ŒB»XÜ´åw (ÿD]»û/î"ä‰ «~-l©-˜½öÒHœ°êŠØW¼À׆&,¹BP*ðÝFÅ80“)úI¨­LD+3Bmc#6›£{w0*‹8A¨¾éenÔ–'kÍcòšû^Çáð„ñ‡<ƒ³Ú2 K¤Ÿ¤³š$= vБÕöòŸÄC4[€d5 `“‹Ùʺ0j'\žØ½vûˆj):€­#Jg¨H^T2òaÕvf²<6Œ¬¿`9Ö[‘LüX}Þõubë¶ŒÁc¢¨eæïFXýv@‚½^;1áQÔA5/‘¡±è«!‡îa³æ8ì{%-åÙ˜¢‚–{MDã|w? Z^ ö”{ýL‡ˆ*ð„ WS •5b;’cØDq¢~m츙ˆæb1˜ŠRªß‰|ÉÅïêÊäHˆ×©Ú•¬ÕTµrj†™¨;bÑvÙ$»îœ½@ŽEtäîÆ™]°eÙRmä›/@³xô[og™ìD꫎ùÏú¾ëoý œþzzAç^—¿sóƤ¸þéùÁ†äâIØüµ]û'µ:ñ‡¥ùÓºô,ýãp‰´Ÿûïù›#¦´ÿŸÆøiY~-\þnKx‚™‰FÂÏB6þŽÏò“ðó„Òä>ùmÑ_,‹îŸ¶ÂC—ÿÒÞÿå´Rÿƒ]Ó¬ø¿›âòwÔmô·zSAÌo|=õÐÇH›ÿÞÛ 0õeRÉCÿ+¤"îV’4忸îõ»m»û[{¬ø[m‘ÁJW Æ¿.Îç'Tvûé)×úWgêojö7s8û¾{ç'0¿ÁÆé)q”KÁ?KÒþ ¶ºAÛt€ú.ü%8÷m,0^ú_I ¸ÿò«ï0ÁÿÝ›•Û±×ýE.wl5}£‚†?¥)/§Ž…“°÷[HçoÓRþïÈ£Ò>¯e+k.±ìÏâʼeünv€ÅºýHq$èÿ›•ήsÆÿ–¾íOøïó?”åîýc¹ÖÖí÷Ãÿªr{ΧÅÐ×ï(œ¹†a&ÓŽ )ª)’˜LohdY~¯ÜˆÉôjm-·TÕ·vŒ2F«W¯†áÕ°‡¨Ž1ÚÑ Œª!&“¹ÃãH„Ô´`âÔ).0Ü*„áÖQÔËG0Lž£™ØÑr0©ÒSîATç–†ÎßkÅÀ3ð…–æ07IÑ“Yq,q /TV¦M²ì`0‰’b0L”Á@D&£Ã’4O¢ò` . æÅâ©âXHƵb¹„¡ÁvŒ¸ gYÞá‡` ™‚#pTƒ °4Ž„Æóañ$1%^ˆÌ `à‰\82¬ÚÊ€‰8‰€ÁBD†óḄ¹q0‰Ä…À ) ñµR!a –LÂ` D  Cd,Oâ&c¸…aÆIdh¨½|%L&Ãd,ørc™D &áÕ-1£íçñÐW<ËÅÀ¦p“ðx ‘bIdž‹JhU£RƒA&b°xK$Ãá –$˜Dfòðà;ÀÏ ˆXÆh…BÂðXÑ’ÈMÚñŽ á8é‘ÀÀãr¸( ƒÜŠ!“ñ$u2¨0ÌÍ¡bøˆÂD‡ëÀ0ˆŠx2¡ƒˆµ$S XP£ŽQ&ˆˆ!ðx2VÌ”;ƨ\Øj*•À ‰”Ž! ƒ9…#ZYq1$« ð@¤BdKÄ\ss‘Ë[ÅaGÄ;FEì•Hx•Ê+ÁER²ïÇKÂj÷‚d2WµqÀa½öNúÿ¡!“ò˜”ö}…¿=ô°BÀƒÁd¶’^Ô1:Èäk$0på–ê–å£:Œ¹Œ¬V·@<ŒQHQ—ÐÛÚ£ÕVVŠT¸Ut¥ÉÑjK55Ë¥cÐØ:¸¼ð"-Œ¡`4I ì´Ñj#2fLšŠQ³¬Õ‚|D<$"ðƒ Òi¯n/¤¬J\S I1ár ŽA")°T2¯%Að*XÉ^&€•T-•xñÜÂæ8K°B¬4n •q_ #ˆSÄ"ëÉ$Ž‚‡0Ž(Ï À0…LÄVÃ8C‚ѪcÏ·Š€^ ãðS ÈJË`ÎÄcyDQ,U€IcK Ã-Åc©¸r c;†¸{å2x‘É<[n„‡ðDä¼-"ž ‡%añXÌMṀÅð0b$…QxˆA<Bð‡µW‚ÈÂx<†(A’$VQD¦X â°bx"ÌØ+–„'ò“q¸1 ÷uOÂÇ àªñD"žAÂ`¸ XA2àeÿOWßÕD¶ýÞ;w&“a’0`À€€€CR¬ ˆ]ÁŠ…ŠBPľöÞëªkï}í½cݵw{ïeUÔÕ|—ýÎÿŸóÿÀajnyËó>ÏÉ”=<ó‹0½K¸Ê;[C1‡ooe _R»¶—„…êHJ[¤| /—xKd©”ÈxŠ«×j#‘i[þ‹B-Q¼š‘H÷`QÒ©2ñ¬À°^·¼âÉaì%ÆË1’ÿºÅFBEJäÍq ã¼øj¾7UœLê+£€®@IDI¨(ãwï– +2/Þ‹"++x 6ž÷RJüúE1•cˆ\M$B…-áöP;ªjN°_uŠçŠì‘K¤_ ¬L%ÁHv{Kél9¡?‰çu<ËîÞ탿ª£Q-“D-ñ a¯Öö–0µµˆåê¶uBùšøW†ó…/‰½jjšq··ÖD¾p%pm-Ä5A*©yQ–Ĥ|ˆ z]CÕ[Ÿ u~Σ9ÑÊã‘ü—+Í ç«}VÞsq‡T—ØZŸ¼‘VÊòí‚TÜGbv(YÁ"„øô›)xš´ÀÓîy¼™w §ôEòR1÷¯þoT¨)× a–Ê[¼ÔÈ ó —3®¬jN[c7mhÕ¥Ú¨h$Þ—ÖëZw,×2ƒª ÙÂAK ÷%êø››¨¢ÂkàžåÅø£·Ï[Ís¼—’6b@øqÖSïÎ7¾ o™Ý_}'胴ÅZgñÂ2Ïáá­¬kÐ2ÍM/Ò“´©¿Ã»ÞFù̺¿×÷M–û¬ÑÆø [âÞ ñƒhàjÏ}ÔÇÇ£«ÿûRûåºxtýémµÄø=Î'D ðsdý~#‰äŠÒÕ@úU€±Þíܺ¥¤¦ÔsxœóâËÙ$ìóÅr,ºÎõwä&?[Òï¡*wòñÒЉOã6{†øË»BûT5?äÿ÷íáf¯ •ü-y nmQD ­?” ùîÎËeIäO¢l{Ï?Eòê?»¥íUÛE7[åéÚxÍT­Ü"ŪDlÅÉúbÖhö™ƒ;á• —±&º”“'{ÖÚ²=žøƒ‰—ð'¶µØß“€–Hƒ#Ãgr·#ì↞0]ÆZ ^üƺß6(Ro7÷ìKÖ#ÃÙŸ©RH:þ©›Ýü2‡ŒeÜ = ‰|ðŸê”ôÕª_~NjQäõNÄQ¶”¥'6­þÕú«dC;$.Kú‚ÿD Àⲋæ×–gŠSüw|9½˜üe¾AšlÇ „~:)én~à§g!/ƼUÕLçQo#ÏVáñx ÏDß«û “J|L¾ž´Sð›Uƒµÿ’ͤ«¼(Êt`ƒ·k2î­LV$a ž¤BðWyË×óÛuKÈY‘àR1HÑš¿[±ñ0”Um÷V+e|TòBr/©—$ŸEXþ‚î=”s#âÊIÇ€[ä‰Ý•.¾ N•Q9Éo9]7F‰§È\7¨!þÀçò•êoô,ß>BÎ*´~iÜw2–oèS¤ëó¤8"Þå5>©Óŧø8_b$GÔ_CðÜ*nyøzå1¾#ÙO {ÝÐ Š–KÀÓ81_5ÆÓ5„ŒN,$y+|‚í,~!pÊ~y$IÜiاq<<߯ûlðêÎtÀ›Az©ñ<—ÍaE¼.K¤>e¸®O¾`ñÖ+ïh? 1|\H¾­ž°Œ(l pFñ,·úŸÉ+ù°:ý1¹N±pmè^<ï0 àv„Zq;\/Q7­ª™J¢)ŒøG·G¡ˆ—kFå57 ¤ucíK­D³¬×§ ù ~ã.'~ƒîA,–)ZfÆy<Í`7ŸÏ}O¿Ç¸ó“¹Õb–³3)¹êŽHé¼ktÉè=xœ¦ÑÒ».é÷FÜ,lÈÜM\\ˆ¦©ßmÃOð&ËH#Ù¬–¯£m¤Z//í ä&©Ç¹„ÞÉ3…M3& #ÎÀ×I`täC®Ï[Å×´]'âaŠò5‰Î;ˆÉŒù¨£ŽÂ Å`!FÓMõG-<–öÒ¾¢ä/‘Bµ"}šâ†»d>”{~/Lº;réx›ù';V“¯ ®é?¼/åÐGïh^¹E>N5— ¥œù¡ |ŽI@!©ä¾B?×ðȽ8ª.êKÅMqôUô‹ÈŠŽÈ5”6öçJ„Þ!­ø»Š?ÅÎbã ¼œp/ð0ïëá2’Q{Ë™§OŰSšÓ\-à½í¤«0…$ 9Ò@ïa'_)÷à Þœz¹`“xFØŒW²Ùh5é>Ïp…¿ªÛ1X¥ÉÅ¢pª’„Fôä}Õ“5Cx¿àãœÚâx¶¢_À ˆ ø™r8ÓæçôƒÌêñJ½º¨» Ïð6ìËÏábå׿Á7\¦¨Gä×5±àó"„Á'—äŠä—@ZFm'‘¯¡•øtƒêª •8X¥å" öí裹Mêx[¹sbsñ$NÑ[0ÂoÑåñu<ß ‰>O‡`o*ž_7•K1å@¾ßrG9S>Žr¥p ü'Rh¢nAÆiÄú¢^ï5Ž;dlª¯¤ºZ^[Ó£þ·”,ÏwZ—¨~¦²t3-›©©C®È¯@;‘s:–ö‘—wlo>¤IÁ¹ †(B"RƒÅ°©¾k§5Lº…“©ÕÚ…Ùõ¥C×ávc¯§ŸdZ‹Iò!€U>1Ø‹Ô$Ëø¢¥c[|ÏÏ„Íëµ½„;âŸ~×Yoõ1rUq²¥Í{¾¤ÚÒV4xçëêÔÒw¤ází=ìç³–ÏÁ-eQ_¶Šç=ûø¤x —Q7z¶>ñ¾|Š’#M«ŽçI¦p<ª^·1sùuª»ÞÁüVÕ)ØÄ÷Áíx9ç£l‡ø ØG°ãjx™rBT®ah|§¶CÁz46· ú!% ™*öÈ#£Zqb3]‡ú¦è›\[âŒ2Å/?$ï&×3ôÉ0Oî³ÌÞž¶¯ áÚ+<›8 Bà;D‹Ø;¼’¼ª_[“²-^©ÚÔ˜$*£¦ßÕ%‘ÉѵŞŠ!*´ex“¥5ä½ð÷MÛî¶ß…æZµðÄúºCʽ^ƒ‹ yªÉþ*ÞQ¬ÒYýþ‚¥š§¸6Ù+ëGœ8žqVc × Oåžkbù¯¡»I´êõɽoå~ÿW¬úþŸ5ÑÉ5««ÀjcV‹éÿ¿ÙÔã)ˆu0?ØêÓË-Ša÷z.›‡»Ù|uQCûéæ¼+çˆó£:>Ü|3yæŠã›¾ª÷XÜy»»½…šÛ¨œö@{oˆ6ÆõEîê±iq÷M‹Lþ}ÖÀ.g=ëý¬¬|’O­Ï¦:|‡gëÝw÷_H4ɽ—oø¸º|³Ýujy×¢eå%ÓGžuÜÝÒ(ý'ém=ôÎÑ~ôÂßΜJX¿õ^ú0möñ9ù—–(öºÎiîMë¾¹Ú—Òå?*u'öð¶|o+XNŽØÛzϼJ”» èºî©‘±r÷Æé›nÒù¸öÞ„Ì:çq­3Cêä”G¾¼öÃûïÈ yÁ‡cÑ%oÿ>{{§t\û»Ž‡7išN l:ùÂÆ­ûŽÿý©Ëäpvñ/¯)Áý×|öÈtR÷ÇþÒÛ¯kXc°Ï±õ>—n×ipt¯ÏLÎ/aö‘íj?u4´~’œiØþiÓ=3r{¨nͯµ¥ÏbÛ…n}+˃/zûïóÆÍ+Åø?$=æžh;;'èчÒð«ãƒÆä.Ÿ}0°Vçîmƒþl?¹íðýÒߟ1nëýÎdÀÛ'ýk§­+ pÔ0ñ˜'ãÂìgSj„.ö¦QžœñÂP¾UyiJ^0·ÉœÙjã™>õB_¬{u6zXðƒ#§Ïíά•:aÖ¼õ:/2¥ÇíÙó&}¸ZoklYreüRŸªË‘Ù®„ï¯cKûúöžXÑ"Lpñ@êÍ^§{Ld8ÅË€ noÑœ«‡N˜wëÀÁô÷×¥¨‡Š~Jôúܪ6óÕ×¶6a’N¾÷j|ÏÎý{ç}[ôúì¬?fþL ZxT>¯ã«…qÓÒ/™½ñÔjkšŸi$_‘|vê…QksŸ)ß·EõŸ)ù„ûƒó¹Óóf$ óKÛý—×¹9ñ—÷§KzýšÛEùýòGå§|~uý±tià¥óu¯©ÌÛ9°É­}EÍ&&]º—•Æ•å)=FŸ¿Ñèû’ˆ“ ×ïŠ$'<«û|~½)zULR‹f¢odûmk–õoV©h©žU×>þvÒµ†ûw.Ù÷C¹>§3¹Üiÿhœß³ò'é^ë2SÞãX×Ga5ë<¸5¡úŒvÃþ>ùÓNŸzzêë1ìí»;ßõ¸'Ÿô8uZÊ[ó‘#Çœ».X¼ØÔ®FMß{RìÞ®k–=ß2Êvδÿû°-ß /zVm·¿åÚØ‡O_–{¤½>v¯¨¹öèÔ#wqÎ7“^ŽLÚ5§áŽ[­ÆÿtÊYÒìÒe¿_ ;=º“§BÇÞ5n\ñ¦ëÎ5+¶º*¯)šJvØïû:ïÓêæ÷°“ÿjÖúb“eµ·j÷¯üZ·G?xæ5Û¹‘­Û¥Ï]J¼"˜ ‹Æ½·œì9 äKBÄíK}-Õß_x¦H»üvoŽÒçîÝÖ ¶ó«¶ Ÿ‡7Y3+gWÓïË:ßgý³~ß+`ÌÞÀß^Y¼ïMþú³%IE2¡Å’³¯—¹|ÈÖS*m­VE \ñµAƒÕõÛt0/gÆÎ™Kúe&®"ßL—â_ï<-êÝëªÎm·ÍNŒÝ±ÿ|Öó& }$C&>èo›¡Yr²ïùÞwTûÞµQήüï<VÿKÑ£&MNÌTÛ\Ï [yÄ󢫥‰Á£^2OԌν§ý+¼NÙêjû’Ãs/|û÷³Ú;fc tÈsZH«7›ÎÞ5ix¼È>øEí éý^—ˤS¢1OfVk©½º”cX¹zìöŽŒ¡óùAju·£WæŒ9}~ÛÅ ôÕwlqoø·éÒ£¶×.†]ŒÉ¯Ö.è@ů˜†‹í&š1ïè×˹ÁµJŠUHKK:UÌ·Ë“D^Ù}gÓ¯q…M5[™ÓàmA‹´©ÓºÈއ–—~>áNuùÁ\cýkž/J¬¾†ðVƒÏ'?9>cëÑ×ÇÆ]›ùe÷”}µZíšxÀx.~ùüú§:Z?³…ÔîXΖ—çJjoÊl½\Ìl½n éÈÄÆG'U´±%ê¶}˜òãÔž[Æ} § ›¬ê|æoÓ4y5'œº¿ùjß½ÏMé1bx]ºŸ®ZJX×wЧòU·s$»¯‰™·@ˆH ¬óî·C纥uÜ{¾ÓzçÝ=¥?Zàç¾Ý¿Sïpbì¿)³×·Oó>ÒrQæ®:¯ŽTmÒ8´ïà©¡®¯•Æ3ßu(Žùð"­|–~^ŸwCÛG9׬§å͉óÓ.œöxK̾»›tªwi|ÆÔæáøô'dº LN:¶ïfàÇA/#ç5Wy~ÔÞrû•‘’yWîo»ùøû ã®Ï 2§.Üu³$øÓû¥/zÔb‚F*FöÜàÙÒ¸Q}«Gœ™^6]g—] ÔG±lö—5£¬¿•Y¹.¾Æ”nð2ùzvñÜU|¶þ;8º´¤dN·Ù+¢ßL ,þUäz7x™pÍ~~a³Ó{¦-å3Æ Ñ Þ}=êuŸþÃÛôïËòÇ7}ʶ¼i Nö“/æ>­3üô²O¿G,I‹X³¬äÖš9½Ç–ìÛÂ4é:+a÷ÈÍ|HÙ®ZÉÙ¿NŸû¼Ï½&Ç<9´ûC-Ÿã—Ë3;¬+̰{…½nø»wƒ÷ãIe+ãôÛdÃÌÙý2:‰…?jæ®»sÖÿáƒÏç~Å÷:9àVÀñö[ÕÒæÜY­kr}x´mÌøáË[_®&±ýzÎ_8yçM3ËÔ+Bãþ™±âîW÷Öˆ3O*ƒ³=*½ðz{µZù\QßZzl²w½á\ÏÔ–í2 «;ÅåvP3âmJÞ…aÎÖž^2çЫ+ÞÜãwòæ×Œs-ŸL溶ã·F–|8)y’š·ñÏâõûG]ª¿ ¥ß¦ðá7ÃÞœ¶æN­´/Þƒ"åKƒS7Zÿq,1øBî™'ûú7˜9SœÝ³.£^׫àÏÇ=KXU4lÁ0t¢^Ï‚kiÍÛ|}ùèÀÁ…5²äÜš%O—Ô8tøðAU_\3sî—ü¼ÖËþtx+¬Xtíõ®;¿IÆmÿy°ßÉÔ¢Þ×Ç—›|«ñ|ü$VwÙ\f_ÿü+­]ÖÚ΃¯4¾ÞíIÀÎE›Øáïò=_·v»QÞ‰m–´9iLjÎ_“Ö¼x!I{«E§·‹vÞÞ§UÍ…OâÍÞŸGøãvEñ³qKnmï*Ÿwpù >öý[VåÀ­ã‚œ“ °e‰øµ{Ú°•'ǎ״¼å­îÔç}½UÕmyÛÙ§jŸ‘¸¥¤ÅL¯9Ê6h'¿ŠÚ]ûÀ‡g¥™‘?wžÝìµèìÑ­ìš £O54 šÓíκrò$Õ k‹ŒÞ+„Hêþ(é?Ä2vÜ_>~ã[¾‰°é Ò‚ž}3´½×ͽóü†øså~φ=,1nóIž~I:ânãñ¾ƒ_4ûúþMö¡„ð¥ž1ÅMïýë³ÿÓñgi]dg‡ÔØð­ÿ·žíã÷TNÏÑ­ú¦3VÐóƒƒ:|F¥¨æa8ŒC׈±Ê†ä¾D²WR œŒ‡ÚàP¬&鬠„­º2=…G• ܆ û Vh"IÂÉR„þfxës| xžÁ¡zðyÃ{ø³7Qø‰µÐ³yÍH^âšX!ÔäÁ*X†µ4Žðe‹“!’å«©A+áÙɯFЊ9‚ä¨)@4›Ì"‰È‰ðŒ DÄ^çnHn“ðîãöR¶áûtjB¤À"y$óÞ³q àV3è6I<*“>å>cDfšÚ·5Çúák¸?Vò’Mü2–ÆÂT S]z ñá’8Æ…ÁÄ sÁ"°ŽÐùá»ê±¬7\ÆÂ{ܯæÖ‚G“‘C=ÄsñuÁYxÅŸ"ý¸ f‹ú¢d4Ó‰P þá‡7tƒepvx÷#· ˆôäëPÀyPb%öÃ{à_I[Úåmb-Öa-–ÓðOÄP¼…b§¨Âèmn„×I…§x½D;¥ä¥TÀwÅŒgJõø ÒP{…m[Á(¡6dð6anŽo£fpOæ çØ ‚tµ¼œÙ#Ÿ¡t …)":3"5°m‚Zzȳ][) EŽ´Uý<žÈ7¯_U¥älš’5iJ"òàZØJ•Ÿ±Oõ0‘H©œ Nጘ, HÆfãÉꭘ݇ `žÐ–'€“ª—‡\¦vB½ñ¦P’Ö¸&ü„j–ìÃÝ! y!læ|忸ÓÄ€eºÀ_@bC‡ƒŽr–zh ±üCü]Â…Ü/FàVQ›³§Þ] †e6¡ü‚:(Âß‘Œ¥ÌŸÌE(`2a7‡C*2 ~££6 ¢ƒÒÀÜU8NÒù7ЋáÿÁÞð¡Ý0I=FÁ8ƒ gB¸?Ù߃®£vì~Ž]Ëòälæ^sÌ-Ì XñN£Qu’ß“†"Á"V„[cÿf$Õ% €[p5 G+ˆ”¿ÃU# ¥àá$-Q 6n8Ä•q¼h”žÀn&Š™|2ò™/0iÈu‚æQ» æVðs`,#ÐÙ6£éV›¨Éü†¤¬›3cÔš„’ï š Vþ —ØÀä: CÜÚ­£“#C “0ä!HÙ ¦&XF¥ð)¼ šu’tо‚ž q4Á¶0;1Z J2ß V†aÚq?¹Z°náá|O(“j_ ccg<[áYãñŒ–%U%¼)‹:ý¯V;É£ÿ.'iQØ;·`ýY_%Kºêv?I¨T*U”R¥ŒEÕÁËÅ£#P]¦”Õ4û+%É(T&1ù!`k‚D@JöE¡ß4|t¤GËk¤]¤þR‰Á™}}eJß[Os4²@%- AâÿXÉKý}ý•ȆêÇvQúÊjêØJR«ÓF†~Wû–‹Ê0¤f?`_%íú›¿.¸A°20.HŠÐ]VÍ’]0DTjÃcE%JQÄz4(Ú78´a|bŒ$40† ôóÕiu]6èru]3¡qªP')Π³ëí£E—š£³õ«Îk×›Ì6]j¶®[Dc‡³Ä=ÈQœ—áÌÎŒ4"J²ò"cŒq†ˆœt“Õ\Ìdg¸"»§¶„˜ØX½=.Ži›QâÎ/(qÅ$ôqç9Ne«HS\D‘3Ý`0æ–g W©£¸Ï GI.‚X ,&d¶õÖX`£¬¶ˆ:Œ9 MS…~B,=%΢·ØM:«=Vo1uY…B·î]6€Þl·éJq¡..Ö 7š,P ë ´ $L4[õ zkœÉlÂRl±ZõÆ8l²Ç±P§E¡Ñ¬K,‚ö~1$†ÇV#o4ÙõFƒ]g6ô¦8“q„Î+.qæº ‹²ó1+Ƙ úXˆ1Úõ6IÈÌÌ/ÈÆh¨Ë4”‘‰3‚ÌzƒÑʘô(VÐu‹‰5 Òb‰+@b¬ÍVÖn´#Áq$ÖjÓ qá¼2No³Yt±ƒ\jQe©[#”‹‰5ÛqŒÉ¨7˜I¢_ i‘WÌ6vä8ò HŸ 'É`sŠ rÎléi3D8ŠÝl®#ÒQšn2›ó Ü4ëŠ3Æ8½Ý@Úfø›¬z‹ÑÎvpg€›uJ ëÄ‚²ò,S”é(½ ƒÅ«­© ¡ì±RÝÀ£eýý•ÁJÔæ¯¤¡oT´ ô¯ˆ àQ7ØÈú‡3Á!¤ Ó|#ÄP.X¨=Žö•É@lSF†yˆ‹÷‹§yUªUF«¢•a´M©Ì"ÂíÊ¿`õoêð@¿ŸLô¯« ÔÑîx}¤ò¯è¾Õ`© <Åìøjw…äj÷p¯j÷±\duŸtò£„¥¤³:`N”¨y^†¤4kXWJˆR)UK­RPHýY©ÔW*Uû{)µ ñ¥”kyM˜ DAíßÀß1¢¯Dí+cYðxÔà ~”*€–u$B45!T²E$DikC´F¯0(bi,˜Þ 6E]±>ߊ ž²œÆ¤ $òI¤9ߊâ|hÉ|{HT12ÐÎb7Hç{@/>“dCäJS¡€8¡ú’bp‹ý©Æ CÈPFiÜ c`<™“©0˜3aü `1,¥Dc%YKÖÃFØ’í°“Âõ^8Gà”ÁI8CyÇe¸7à&Ü{ð€J˜gð^ÀJ‰*i‘Dˆ*, Ñj ш…ªðN€$h ÉÐzB%ÒEP #a"í{ ík…¿à\‡Wð¤˜ZCšBL`ájÚÿ-ʽB[M†|:ö5pBHÕËv°Ñb¿öÞcèçÇѲùÏ€BÀ0× CŽ CM†Õ¾&"¨c‚È™Õ\õµÅUù’ð –U“ªK¬¤^J¨zhÍ)Åìca%l…@¹ ˆt©à åi2¸/f 6=~c01þ­”K0‚U<‚µð¶?<½²áÅ܆÷ŠgzIx–!XÍð-‹,:9=5H'˜”ªMônàÏíª¯ºó`Ê´´ÂWÓ”3[÷/‘_“/l¦OlPVõ´±¤=8wxöÑ:h”À†.Æ'KÉFá. î–Ö! Œwzöê£Z"Uˆ ‚jSu Ëø„0P˜©NƒÐQ×øÑ˜Tƒu–Ó’*ÀUϧDR૤AÕQÕ¤=ð‹ OÀßáb*á+¢´â3ë'Ä|„tÜä-uükê´—4Ð3ªžTI€Gð°jqŸ6vÁ]ª§Êi¸Ü¦.¼s®!æ*\AŒŒºü"\@ÌyDuÁ9‚þ¢dø =å$5z‡ctý0æAÊMÀ~Ø‹˜êt6”kí¢±¹ƒ®n«ÚDh ]PÇ  °¾Êþk`ÝVÁ XN×4´— XJW à„?ÀÁ|Xˆ˜y4Y3fSÏDÌ ÄL£<¦"fb¦ f"mÔMÐxºCgbFÂÄWõ5´j’4±èê €˜RJÇJ Õ¡_ù!¦bŠõ…BÄT½„¢¥Ì`ò!ò ‡ž–ÙÍh6ÐÁv‡^NeqWè¡bâÿ{’“Fãî¿{~Ûÿ7¥ÖЦÊ)Ðê¿ÿmM,%ø“ƈI Š\­j 5‚Uð@=¨[õ‚"ºñ•˜ˆ¾j'ŠAp˜ÀDÓÍ>ÿ÷Þ·#;.’W$‚î¬( ¾ó’Ü#èM•mÕGk‘ 4ß™%À܆4¶ÐRXè]LFšO^Ó$EhAç€yL}2˜õ°­*Ëà< ¦cù˜5°v‘ãÀœ‚+ÐÒ¦Çþ7ìŰ®j¹ºú%…¨FÕpÐÔfP A£ š Ìx‹È*SÚ«FPõc HObEhð£R‹ŠMoRÈ@ü « –ø/E`5f(×ã°aÚ>Cc±˜ÁˆåJqY^J#sŒ(á0Á\uQQ‚Xzfª~ªnl¢ ‚تýPõò8 À±è³‡c%¨*ß%<'^Êó‚Ô £¾7H<éôÀÏK@„¹´–ã›ÂRyVÛú¾x>|k¹¸xž÷]ÎF^‰'½ý™ýä‘L2†Ÿ)[ÄŒõR©æk‚µÊtZÅÝørͤdÓ}Sâßxت^&ŸoI4Fž5Ûõ± 2c–1@Nd,­ñy® ì(A´ d5ÒiÅÅÙõq e%Ö8Ê|‘7ËMz»Ý¢‹³Ù)±P.ãb;\ùÈÅ’Ž›ÉD56šê2í)Ó0YÓÌ‘é@kD‡| 8Ê 2 Ù|hšq™”wd3 ./†w2EÙl6cHk‘H¥™#ßMØRGAVc‰àP®ƒPêá**(ÐsV½MŠŒ…‚jVg~Vž›ä³ù—£IbP4ë$¥ùÅÙ"Á%N7›Í¶B§smR–ÑÇ]â((`¥Hª—IÁ«·Y¥qª6Ž¼âœŒ,”ç`¨–0õFc,ÕŒE%LaÆ@‚(/XTB²Š q1™Ä GV‰ÛAŠœYÒ·¸õÏÏâÎ#ù.R”CŽ,.ßí(dÙâÈX[Dn ¸Uí –€„PUd PìèëÈ` §ˆ82°AMQ/ƒÉÎu‹ð~^ J´ÛE¹TA>D ¼ŒL7EåLG~6Ûb#P›…¢BpeåE“Ì<äÌ¥ÂôGESfÆ”`HqäS¨HÆ´Ø32ŽMà%‚ >yE”#C¡ƒéË"‹ˆ³ÈÍdƒ“à¬" 7ŸM7Äú\=1Æ™«™7Áfgò±f}œÕʦ­¦h³Ä„bIa‘‹äe þPDɥɢ7Z,^ÙŽ,¨ë…¬z¥ÇFy­U%ŬÕÄ‚7%4\¦Ùl‘I33\äÅy×óŠ+cú@Í®¾YŽà¼å® ̘±¨²Y`Ø+ᜬƒmZ@I¦Ó ÜrÈæ™A¥Ž*ô$¹(¸Z!pí2{;úÈ”§B@>²²Vc*¦¯?b¬<“ïbŠu@a4ç¤ÌÙÅ”æ0Yî¼ ·`â)(H2 ¶¢ Ʀ7[l„£ ëÎ/d%y%.ÈceÅN‘"6ƒ­Aù¡»8£8,qØFl,Hl%Hm2œŒÂf`m©“JË𘰾Øß¡ º‚ýF/’_¬ ynF‰•¸8¡H”ï¤<›ã}•R9UÞc ÒÊ /’qä…3“¥ò~Íç‹ {ãñ4d,·lkE£0\èšÞ¯þÃO™2˫ŜèäI¯4íˆä¯ÞjÔßc^A¾ð»y“`†§ø7iuÝIÕ¨r• ƒ ­Æ·ÙêІŠSlïú‡‰^SC0ãé°JÞ“ã4{ˆMøNõ· _G°™Qk)ZzïáçÊÇÑ–Ž(@Æz|'ËŽ3§P쇛æÀ€³ñQÛ½ÓòðhÇVøFpÅ$pÈÿážhòð‘½EZ‹CÕÝuÍøgb§ùqM¥3—i7RR˜ïÌ( rÉLQ(6»n ÎÄ4Ћ•äº`5p •WÅ43Ü®’Â\ãÌeJœÙ<8ŽYê’QâÒ‹Ug`7’¦ùNp¸‘&Îm8XW_Ç |Š’TâÄ®B(”Ä ·#¿0Ù‘ë(vE3¥t²KŠYÎ›ÍÆ\®Ã a]ŒÑ¦·ZcF™™¡š –÷bÉÌwÉw¹åíúJòiȸØA%ÅŒUj´YÙT^F³ÂÈÆ0ÕMg­F+! ‘È•›‘I2(Tåç2¾6ƒ>NÂÓ U[åÖê ðV‰•a ™¦Îl‚ââô›¥+ÙT·¡‚\îì¢ÅÅËËer³fªÑ(75˜˜Dd2™¸ª§]¸ /fBÂ`ÔÇ™c9 *•‹NÏ$fLG¶£„A@²YåUI…bÉ@´~c¢‰@‡2¨„jY`q®Ã%å¤FJk1U§FbÀ`ˆpǤ ,Ô§‚;‘V³9NoŽeì&sœ•ªæ8³…‰3ë1H«bg¶›üD ùþØ‚8‚ŒÆºLGYŽ“:Ád·HPadµ‚¹Ðr‹Q)G‹ ãÖ•ïÌŽ& bœUÄ@ v×ÔéÎqo«Ý΃첬¼bÆd´Ñt i¼«?‚ŒÌ‡ q‰M;´Jm—ܳCjBJjZrωTg 9D‘¡àìSì(”äú\x endstream endobj 693 0 obj << /D [691 0 R /XYZ 56.693 815.761 null] >> endobj 393 0 obj << /D [691 0 R /XYZ 56.693 409.024 null] >> endobj 694 0 obj << /D [691 0 R /XYZ 56.693 389.154 null] >> endobj 690 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R >> /XObject << /Im34 673 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 699 0 obj << /Length 442 /Filter /FlateDecode >> stream xÚ­’Moœ0†ïüŠ9ÂïØcœ[¢¦U[©UUn»9°‹Ã®Â²*,Š”_ß1, ù*U¹àÁóá×_„¾D7E´úlœpVY(îÁ*a3È¥¤s(*XÇ7¾ÎO¾Û—mµMÆÃnŸ¤Ê`|¿¡LwS\•}rW|㱩”Â35ÿ(‡ó¡úôúá|8µ¾}¯è{B&>µDU] ûGß=<ù¡õ¬QBÎ-:S"“ÄSÆnÒ¬ ËãÕ´hZ¢Û"úI®A`¬°Ž sRXT°;Fë;„Šs¬Eh—ÃãXy#Q(²7ð;úá…¾ ¦jæÙÚ ‰ö"IðõhÔ17Â:•ˆßÚþì›fhë„wb&2Ê®|7Œ;á}F>廀ü´õã¡ i½ é½1ý_+Ó˜YäVhÊ@£–/Ê,ž9…︡ ŠÌŒÿ$­0sfõõH>˜Ì[6ó”ôrDº8cä–©…Ó±œÊ¿¦œÀ-èŒ`‚±üÅauW‡ô»ýœú¹¤òŠÈ+_§„B²³SåDN4v½Ýšj|‰0NåWSðq*Þy‡7®Ô(кÿ1å_3ÆãÓ endstream endobj 698 0 obj << /Type /Page /Contents 699 0 R /Resources 697 0 R /MediaBox [0 0 595.276 841.89] /Parent 668 0 R >> endobj 689 0 obj << /Type /XObject /Subtype /Image /Width 601 /Height 422 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 31565 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 601 /BitsPerComponent 8 /Predictor 10 >> >> stream x^ìÝw\çð'—@X&a) @AÈ JEkÕwëªUëÆQ78këÖê¯jk¸ÐjUT\X¥Š{‚Š‹!C äî÷Ça É]1˜çûáãçxïyŸ{ïÍ%—#9I’”úWÅ)Š„B¨öãp8‡ ¥yòÈË!B¡Ï€¼ªâÑÕN&“‘$)S¡xÖ¨i+!„Žâ¼CW.„2™¬¬"Õr¨iC!„ŽR-„çÍ›7‰D"‘Œ\´{ÌwÃ3³‹ LRô3¦›±±1O~±ÐÈÚHŠ€«‹ü:¸Mž:Èܨ,ýYVÎëœæÍì^Rn®® ½¯^¹¼zYHiÛáî_sjåçöšm#„BZzSP’÷öþÕÓA!Î Íc<}sêØ~—¶À\`\å^`dí,‘H¸\.çÕ«W%%%ßÎþmÀÑEâRzuò¼Ö«æ}oFˆ’‘„áÝgb2÷±¨ôÙíÔס!E =yºfÍzÿ‘ wÅnÕyHÃf­·ôÊɳÿ€‰‹¯³Hþk×€º±HI{ MíÊ[~`rEe%ÏÎ\yfܽíMÕ«Uµ£“‡C˜ Ì\,¸ê»¨z•rïî‹ü2Zz{Ö3$4…#ô)½~ó6éÜÑŽ]ÃÿMJVæàØôþÕÓí;†Ö57Sìecavðøyø¢ûûkyò–›)/{ÀËœÂ+'wÇLè]þw¤t«üƒ†¦ÂÏÌÊÊ$\¿^Ú?Éw휬_¼ÈÉy”tõŸAßÎëØ¥[Áë§qq!~âÅŸ»|hÉWðìÊ™Içeâ×è_çíîÒÑKSoe©Ožz9™À凎M‚Bþði»àC’+*+ɼœ* ³=>ubÖ}[ï&¬åPý¨>p$ªäÉ@VVú4ýùÖÝ7³]\-ùÊ!IRÁaJð*õ¾Y›–Û¼lÌ ˆ˜y±/[¶Ñ¦ªÏ‰ÐÇCp8`ca«'÷bŒ·<®®Eû‡CWy¯ƒÇÏÓ½Æ-ëÙÕŸ¼(oéоµb/¹ÒÒRý{úwòÝjÓfnݹäì¥ÅTÊqÃüGƼÇÏ …¦†©™…Åe/ožiíê¼dçù†náî~$ÖBôNý¶> â?Vh!)J’›~=õM‰DJalZÇÁɱž)NŸ¿ý=•–Ó2ž¯ë»âw§e<ïìïéæâ¸|ç%psq¼s?U19[’ÂéwžæKÊ.ÏÄÄÄÓÃT䤾jÚ JIÊÎÛ½èT²¬qsEJÒSÒ3s $e”‘‰©O[W£")Š$Å©¿Ì-*®Àܲ¹K#‚#•kC‹”çodC;'GK¾–#€e&š7pØxÚHqä/O<—'´5ô"ϸ±k›&(ËH}’™S )% Mm7ibm·2ów}_ߘà¬Ûu)Ï®±d2)c¤ö9Ùv‡qÒ(²”1‰–ûŽôM¥þFºú¨öZ=¹×¸åqÀTPå½äTj!Y¾ÚÂó›½[ûût 4ʹQ’zñ~fÑ¥´·÷^767¸Âú³K]š7YÞÍ|z¯¸ÐßÈT@.i0!Øâ‡ÃYò–’œ'OÁ.zœ§Èˆä‹ç¯wÇ^}ÙÀùnr2㩞|™±‘^–;}þ cL[ǺyÖ –|ém+4,Kž¿z3ëëíZ:KKË/P¤ìÁjµ‹I©8kEšÉôæõ#‰ÉÅ¥ ew¯§tmÕÂÚ‚OädåŽÛxY\\¤~T–æ&·¯§‡G´ïìli e´ïì…,GëÒ—Œ#ç®g7ŸìkbÞT&¹qúü«ò„§3¦²Ë9?ûµIöS¿îm¦º×³6&r³sÇ_=i›óø®|Ìcú{‡OÛ`)¸sýšHís*펽9¨NšW«f÷˜6ׄ“­å¾#}CŸáÉÑõL‘bm#8ºlÉ{uô·<ŽŽQŒ·<®{ wþ[±b/9™LÆ£¿t”þ]^*ùVMžƒæÍþiæÈžé9Ôïÿ¾ñ÷lãdÿßõ[×RïØ×§ ê4iXÆiß¾½äfÚñm3{Ž^ À’ ùKü½m½?‚)‚oB'$Þ-,ãÔ13íäqÿªûÀ榯ï?\“œ[·‰ÐÐÈ®žúQ½¸s¿]dðŽ&wÏ^K»Î L Fízÿ‚~¢‚¿NgŒ µïÝ·Ý®…×^…ª#d|‹EhÆ5h ¥’l‚gF–ÒíCJ~ߟÄA¼´f}» nav'éÞ‘b['ç¯v+ˆ>pþ‰â˜]œ^=¸ëÒ·«jäñwÛÒ˜S©´;ÆuĪ“ƶ¹øü²­Úí;Ò7ªgx]Þ_}8yö²R°Òy!I’]¼äå6ny\×/y¥S=/”Éd<ÅïW“–ÊäëÌ}G¾–MˆùÓœ/ îÔÑÒÈàÖõë&`](mÛP|9óm+‡f–>&N«Øé¹ÔøKþÁ“ƒ,ä-âbiQa`€k#¡ÝB™5&Kÿ«ÐMáÐ …ç“’éWðó72š:6±²Ðî…$âz¡¬£@àÙÜæyvá•„Ë‚zN—’nÈϓ§ínbÌõÞ.%—™”¥½*u¶vmCìŠO%K£šÀOÛ¯s6|téŽm#{P?ª´ÂÒÙMŒ æèƒNúˆ€Þ¢ÆîÒÂ#ò€Åûï½cCí Œë’²BsC†2>•þø©7Èdâƒ{“lš4~žr·<áöä’ ø‚ì·¥Ñ.&àÖ¾¹Û»^]ÜM.¤¿q_>æí[_}ôx:Säñ Zæ|Yqwçƒê¤]ý/™qsñ— µÜw¤o”Î  °XÊ ‡C6ò^lÁŠíò^r$IV¨…J§V&š5ï‘¶¹OS'ç§7/Kx&·ï=¨kjü¸Ôª®cãRCÁ­”›§·îã„RG¤Ïde…Ëþ-\àï#o¹—öjÕ‚Ž ˆ]{/Þy#=4 € dÅåp *ã¾ÿœP…É¢ Ô`ÌIì]]Ö¬<~¥•­C]³–Þn=|m¿œwѹ™ãœM t€“cÃÇéo¢mùðÕØò ‚¡¶Äú§@oCÿ=I)@í¨8À»ç³BÈ‹2 @,#lßšá}Â9›ÈÒÒ¯ò ›¦M, Ÿ¿kO‘Rž–N•ogǶ³%$€ޤ´NcÁ]…<$IQ,‘Zæ”G*íŽ<³â¤±mÎÉ©¾–ûŽôOùo»dìŸ'Ni ½d22éÚ ¥k„ôµÃömZq¹„b/9Š¢ÅZH©à×mÆ14É.(¶tnçÐÔÁÉ·{¾}§²f]º•ñL9Q§¡g§È¥ª‘¾‘U ÿ·˜x_–§Œ04ä5iÖ¬>¯¼NÔá·Å$ jg×=ÔWñ¸4äÀ«Rúy6©g\œûæ-°`Kò0ýÕ¬¾.Dé“ÌÜgÅ2‚gLQ¥‚:fbŽ)ýcD¾±tmcBpž]¾¶hÛ…EÛÏ/Û“ž=ë—ØžRsµnf¾ÞîÏ3Ò4ŽÊÖ”÷Ç L qêâyé· Ìê Æ2Né”WR¾¥­“kc #Åvx÷œm$2üín1ôðoXOhdm-òéà:¨‘ôia©R0[¤ö9…À@uÒØ’hÜw¤·Tß#MºvCþ£´Š 8J½ á¸åqòË«'÷’w—÷¢žM¾2†ñýú7¢—½îÑ#´‰Ì–‚îu,x"0QÕ¤I£ô‡‰Ý;Ç@µ#ÒWœÆ¦EË®Î÷п;4²Z{oN¸sx¨ÇÕoÜ×oìƬÖì¹· ¯Kp¯¶I—oXÒñ$EÙÛˆV~:5Àîë¾ÄoŸ ˆ~À¶1¶$œÒb‰©Eß&B#¢0¯ îÀ¿uÚ“eV§üsEÏn?éþ£%œ<•–"h âržÞM~ÞÛÁÆ®u]ÈHÚyfw϶]Ü~prÌ~{àDi=M£²ptüwûÛ>킼[ ²»7¬Ù÷ÊÉÙþÎgÀ„m„ŒÁf¦ÆÀô ¥[DMš=Ø¿%¿upK»ÑýìKÅ’§™Ùg2Ë̉ŠÁl‘ÚçöŽ×þ:³;¬Â¤µpaNbH‰µßw¤W”Þ#eûX༻^¨òÎê¸åq­Z¶ ”’È{ÉQÅIMM-**š´lÏ€!£3^åAEÏ$½M;Ý/ÄûÉ£õí¹¹»s MÁÐøÖûR©ÔÕÅiƜŠ\:9¶ ¤÷®]¿m<Ü  ãAJ®Tþ«äÍ‹”g9R’SDzù&ó­Œ*oÏ™’‘-% ¡¥M^v¦<Þ¾ÌHË*(•QOèÑ¢‘R~Åe¶$©))EÅâ2’âð-mÚY+ 8óÎW¥¤­«[ùGî(êÎÍ;ŠãÖÒÕJ_<ËÌÉ/.•‘†FÆ-\šj3*Š”~æì% YY—kàÝo> „BÌĘoÀ#Nþ½ÏÎÅ[$4cŒÉËûìþ¥®=ú”–‘Å%’*÷Iѵ°Â{¤”Ê{õš´”•JKŠÞxuêšvãäíû×{\¿y·žs€}«®™.™ë©öB!„ª ¨XlldqêØ~æ« !‘–•ˆ¥ÒK‘æë…6MÛÒ«lšz]¹urì„(ðôñ")ª¾S¶^!„P•H,„¦a_|ì$¥eEïÎíhUë%ÿ“o ç…Š ÍüÆhŒBUMN럎«Q…^NÅZèR'›þ&o„BH¸ÔÉÅóÂCK¾ÊÍÉfG!„>+™ÏžnÞ”šïÞ‚B}Þ°"„ÒwX Bé;¬…!„ôÖB„Búk!B!}Wá³öé›k_ìO¸—ñRù[éõApìê #:5oãÄzŸ)„>WX ‘þºÿ$û_÷jãØÑŠKèû{$2’|ù*gËád²[I;wMá}V°"ýõç‰[­[¹‹Ì-‹%$ë½³õ‡@dÞ¶u˃‰±"}S‰ZøêÕË” ò5¢jÃápêMœ'¿Ñû"+ÏÅ]PX"Ó®GøÆ‚—ÙùÏýä›Nü:5˜ÊªÕƒ¯2ù^׫g£)@ûZ˜›“sïöí6íÛ[Y×%ôþݤC’dvÖëkIWH’lçÕ'¿ºÐKœ?õòÉŠÄ3 åîáñÉ6:øuj0•U«_eïö:É€g`ai©)\ëZxïÎíænn|>¿P?þO¡;ø|~s·îßÃɯ^|>ŸÇ…czh Ô;§ÿ¦#›Nü:5˜ÊªÕƒ¯2>ŸßÜÍíÞÝÛ¾þšbµ®………u¼OÓ'QG (.*ÂɯvP…«„žMQ5D§~LeÕêÁWY ° @S€öµ¢(‡£oó¨#è™Çɯv<(’ĉUÂÓ¥Z¨S¿N ¦²jõà«Lû²¥m-¼¬òiáüW;—íž*úƒÇåèÚÁ¦SãÑ©ÁTV­üGU™Zˆ/ŸÎµã@’ ÿS622‹KTUj§[ÜÝÝdŤÕÔMnkZˆÐkæ™çuë?±DSì' Sç…4N ¦²jõà?ªJÔB'ñ“Âù¯v\–ÓB¥Fù¯ªÁW®\€¸ö;èÙnÅUÒRÒЀáö¾Ûÿ¸ HÈåh|HÙ2|T\;Øtj<:5˜ÊªÕƒÿ¨*ñ4£˜4±w éЭÿÎëÙŒ1j¬üy•|98¤‡šÈíÈœ!¾]BÂû/Òøi0οN~ùBz‡ôï÷“¦ðª¨Æaó’¤T~€ñW¥vÅ–z^ĹÿÐËÆÆÆ{f ðõñ°3E’Ÿü]¨¯——g«Ö¿žE‘dd€O1Iuíàu•"IÕè€ãK¾ êèíÔ¤ÅO‡žÐ¥oïNø²“[›öžíÛöû)™-ùéE‘Íš¹{yµï2(^uß)’äÌ›jc5R|X•¨;ø?ΑVÙÁ¼¾òGß.ÝCzt êþãoUh{5b›Iùòã}úîN¥—¯Ç®ú¢[·à]ºE¬ˆ½ÁØ18¤GpHp§à»oä¨h‰ñY\sÅ^Ó*¨Äy!ÅòFóÑ#q{{³ßÐÙý“Ö0ưùõ×Õ~G/=Ƕ‰jÄöí)^¸tï¾@‹+%Ÿä¿êÀ2ÿ:8ùôhÕ•SQ5›ÇŠŒÏ¥FJe¡Âª‡Gg™Ù ¯=ê1ëÂ"ØÔÙ¡åŠ+[[¦ï³ï4ypÚÖígÎÇšš]¾ü/Ý÷÷ð/”4f 9MŽŸÒ4?õ·&GÏíy~ÿ¢ÇÃÐ-·w@nf1[ò¯£÷yõÆÙ˜Wòº„qßy\æîC¦Z=i)©ø°ªRsð« ¨š* füˆEö%öv)¹ÿ@¬f0Õ8ΪQÿÈ_sTl}Š$ŸŸ7hÝÛýû9Ô1,}ûxzï~s,Ìë¨ü¡uú!xôkÀШ/“Ö)®Òþu’íY¬Í\i¿*‘…­äÒ ¢æ_‹óÎÒËMäòe‡¦N ë¦÷ëÓÛÏ»ëòÏ(Š:ñÝ@ ëÙ£gÕÈ>_ôîèÛ}ÅÉÌ“k¦}Ùç Ÿ]VžzNH ïLÑ£g¯.Ýû﹓KUäÐÔéÈâQ½z†øIxU,o<3.ü‹ð±‡ÒU»ëQBRýÃ{ _r‹-¿ú ÓRUZœòÓ¨¯ƒÃB{ô¹ò[ò‹«'øúwëѳçW.RLç_'_uœoŸólýÅÝ")EQ±º|õëlITçJu_؆]’}黈îÝ{ôŠ•˜]"ï¢úˆ(âŠá¼ˆ‚Ч‹ò_Aå4<½:xvðúnã›ßODË—…;ÑË ¯eoæéÕ!¨ß23ÎÕißG …†J»CÿðŽê\ÉYGãí¢ŸS.ÍýV¶M«od<Òjf0÷JÊZð)Š¢8†Î.ºQõxÕRÍ‹IeŸ†ø2R&ÉÜ\è(4¤(jSÔÁá›gÛ›PÅ3µŸ³yèþ¿±u´j3\¢ðú#TçÛ?‡‡Äܤ#‹^þåæ5Rx¿:ûMpÇn=#FÆü#O®ñÕX›½ÖFeÎ Y’Òíéç~1­ÛK£,_þÇá»]£š¦ïòê3óÇ.ÿë²ápr9wH#<ÖpÈÞýN…é¶ ‰èóóÎÝcìóSwx5sÂ[`÷°o›Ï>¼¤…ùÛgG½¿\Ø÷Òr¨èd«©§7yrtÒ—ÃþH:<‚n<åöéŽðÇW~JÝÙû·ÂHØò«É@(í ì68µó²Së:@Þ˶äc×Û›|Ëш'ΫŸgÆFšü={Ñ uüð׆ ›î;¦4lýî¡9‹S:&®hÃ6 ªs*ûÂ6ìß7½ëXh“´¿ì7x[Òáïè.ªˆ"8”Õ5 žJdø\I2ƒºòÕàË—.©´%¯%mä={o;Çj/Úw{è÷ÅfÐ¤ÇÆ3[ªö¥d%Ó¿ }-Òbñ…»Ïö™ •Ye>B€å±`l”?§ â)Q?9Õ# jj0VŽ­{;¶îÙ§›‡WŠúR©¬z@jz1©ÄÓ°Ê/#E%ýõA}õËÏ{Yÿ™Y8²a: 0ó/cË0Õ¾û÷½ÿïÛ4*Ís߉-‡/¿ÞLâ‹£[óèF5ñ_µÙkmT×õBNÀ¨uN[u'—¢(¯:†ûŸR•qf©¼£bù²9x-•)52F*.in17ö6½œ~ã U,KxFQÔÓ3Ëöƒ•ú²u¯Þùò¸V–³þ¸J/Óï“0ô%%s¡•_÷±Óf¼}O1aœÝœ|Jű¹Csz®ØúÛðEƒffKeKÕ¹bÜÆaµ,-З š QZK± ŒÇrøÖiµfߙ䤯$];»oµ‡ÀnWý"GƯvTl4¨ÓrÝs×/'^¾òßÞ_Â?F€|™gâ¼r÷©›I—/íœÙ’±/‡+Œ;sñßÄ‹W¯_ýet;`Âøw¤ õLO@âê˜;ÆFÕ#­fó÷¥G$EQU˜vÉÀ¤ݨz<3N—ö/&z}ØËHá³­oGóÞ­:»ÇÿFÇ<~+¥(Jú6mјías3vTÓÈ8Ïõ¢Þ&Æü³èx‡©Ý•º ³ÐVÆé¥êöTq+Úíµ6ªá¼°¼0žÜ{ÒúŽÎ˜;Ðwƒ¿Ü]ÏÚ¡ã€ýòŽŠèåŸúzöè+26ŽÝý‡b€j¤âr¿kLšºGƇÒú­Ç®uo$/ï·1#§Ô:zÓ,ÕœlÝ«1@¾Ü{í†‡Óæ,1å]§…«Æ:«ö¥dâ¥ãFäH¡¬DÒçÇ_4Ì3c£.M~Dß~ô—'Úóׯ—ç—/¼ÝöÔ¾öFDûŸ{ÅžûÏá…!ŒITçŠq_‡=`cÌ”qc¿XoPjh·bóûB3 ßÒúÙ¢' ¸Ì_[¥qVå˪O@Òê„q<ÚiP#ƒ¹º+zmtß$¤hÚê%lÏ}`š.í_LÔ÷úÀ—‘”ÿýÓfÌ&ùZ›ŽQësÖÌøºŸ”gPZfÐeèšüë©öUœ0Î3ah;Õ¹döM8ÝÆJiæ¿Z¿pÜwÃÃ7Y5é0à˜6ó£å^kƒ“ššZTT´yú_×®ÏÍÉf‹;v$®¥Gk¶µ:¥¥G››×¯iŠªen^O®-ó_‹œM¼6bÈÀÒÒRMúeÛŸ{|ÚhŠbUíOÀ9øuj0ŸœšÁOì<õøÉïÞŠüœÜ¼žÖ‹mmæ³§›7m ï] ç…:¨ U{ŸåN}Z¼òïÁ‰­€ÇýÐ9ùÀîª>$á‡ôeTí kÛà>}JÍZ}ðÖÂë×þ«-C­”Ïr§>-úCº ªÐoxϦñ¬rBŒ.¨Õƒÿ¨>ÃZø¹Âù¯v<.0}¼Pß}øyaµÓ©ñèÔ`*«Vþ£ÂZXkàüW;…ý½3š¢j”NG§SYµzðÖÂZçÕ];Øtj<:5˜ÊªÕƒÿ¨*Q ïݹ­)}D8ÿƒT*Ñ¢tí`Ó©ñèÔ`*«V¾R8Ž@(læä¬æHU¢~=x˜¦„jÆÏËë3|¦£Ï@Iqñ“´Ô;·ny´1™[h ¯L-|Õ@HàÓ},­¬ÝÜÝïݽëíë§)¶2ßÁ†BÕ|>ßÔÌ,?ï¦@¬…!„>KAp8ÚþQ4ÖB„Búk!B!}‡µ!„¾ÃZˆBHßa-D!¤ï°"„Òw5Q Bý#²jàÑñ‹mI¬w VŒÿðEŠñ•íËF)ÏâÅÑ‹G«‰G!¤›*÷½3bëÖ-ÙwöN]ñÏ”¾£§ïÕþmݺESˆV”òÄ,YQQ3XÂB騚8/¤õíÓg䬭 Î?O·¥¯žøµ»cCs‹ºÍÛw_và®j¯Ìøé^®õ¬,DV Ú~¹ç^žâÚCó7±±næ‘]¢}ÎaÆ6œ^¦ÏíöÎîdWϦ‰Ç‚#t{IVBïΖõš|ýSÛy¤RÅ„ô2Û`è˜ýó†4µ­kçÔaÉ‘‡«Æõnlcmçìµìd&“¼ez{W‘мnCGŸ®½!„ÐGSsµ0''çÁ…ßÀÜiÝ;¸ËO[ÿnÐ}èâÅóº7~º`HÇ-™o•z˜40jòÒeKçN–u#~|x”âÚÕbÏi#Ú½ºzhÄVísªZúÌiÆäˆâ7O~;Žnù-bø©{¯Z›ê#Y­¾/M~ޏuëù²úÁD?m6sZDÁ«û‹¾öÚþ¶Íܨ/ ^>X:¢|}§mJ+löËÆM+çOöuàB¡†“ššZTT´yú_×®ÏÍa½’wìHÜ׃‡UíK{Oª …îGoÆ{ŠøÐÔÊâu)©ÙvQâ™ï]éø‚ü<H‰]0pæ¦û/ Ë#8yYòœ²r­9Ù"+'ÂÀ:/û‘–9U—“_å8Jæõˆ‚ü\°·´È)#fåÖ…W"ëæòxEŠyTMƒùïev3¾Dhn W^d»˜"¡ùn#Üìö¾äu ëÞ¬©Kçˆ!]ÜÌ!„Peä'œŠWsÛ¦ÌgO7oÚÞ»z®¾xžyÿîݼ¼7лo?ƘCc¯þ5÷­ï&Æ]ÿß—@ßS|Î{ÚšÒ1fì”zõ»ê±X6uõv߆‚‰ýû<—VXÍú»æ¨÷ šrªr4â@yé¢oxÎáÈW…úÁ8óä×k]LxP¾íòl¸r1dïÑ›û-fㆸœÌ3PÑØ=€BzŒÃሄ"gW×ú l5ÅjP µ0;ëõÍÉîîÆ&&EåæäXXZª†véäßöØQç¤ý#ÿXòْІC¥o\whæàNÜâ¬kg= \yÄQ ØËà€X\xçÌîÇb™RÎȹ#ˆÃ`Þ|Ý¢MNmLt5º‘9wc¸l¿¦ØrøÜ ‰lé¶]N–Ž_„µ‡L¿ñkºúz´hÝîÅÑØäÌ—ªAª!¤? ÅÉÕ¤ËVÖu5…«S µðö­[­<ÚñMÌêðx‡-’Ã3ß¼²‹Ç·Gç|½ù›³¿Øz&zÖäß™0r§‘Ðʹeû¯[)ßqñ¯5ãúLÞ°vöÌ®Cú ãÏçW¸ ùhÞ…ñë¯Ôuظ¯üî£ÚäÔÆð}¿ y~sŒåÈh€$·Ž¦°iJïA¿^øÃ(«/éZø!ƒ1|™´|ÎŽ¬©¹ó˜›UÿÃBzEdaáÕÁûzrr§ÎtzP × îÛØÅ¬Ž™êÚZª$çÀŽS†n¶‚{'–ÿ¸ê¬•ÇüÇgÐÔ !„Pâp€g`¸÷¯?¿èó¥êÚ½^HQE‘<^5¤Òdé›­ ?|šM˜Zù†\ºv´¦!„jEÇÓò&…jT[SóÖhmdj3ìß[Ã4E!„úÔÜç B!Ý„µ!„¾ÃZˆBHßa-D!¤ï°"„ÒwX Bé;¬…!„ôÖB„Bú®Fkáµ9¾íL¢—Sw…-È( Èb+Ëä·¥PñOê-^­e£FÚo”͇gøpŠûîãë§&òc¨Â È»Tv´ŸpO囫ڑÆHË]PÜbf»º,~s¼_7Ÿ¾¾­ZtXp MS8BµCÖBûA3¤—ÿ[Ÿò…oýóB(z±å­Y÷Öf•û:Ó˜%K´lÔŠûžxñ‚šÈ!­xGÆjQÙÑÖÌž2’o®4-wá·ÈؽJ&5ný±/^L<9÷ç14#T;Ôh-6š {ý?úö¶kÓ æzÛÿ2ÆY{އ\1¦{P€›S›ùG2è–Ôí;u ôóñöð Ýq#þî >¾~¾þå•K²ÎõlçåãÝ&pàÙ¬¨¨øe|//·öþΉ“7ªéòx˜çÔÿ ëÚ·¡eJILr¶Ý“]¦:liáÍÑá¾þþm=ƒwÜÌ¥B‘j¤œ@(Ú?s`€Ÿ—«×'_Óª» K†¹ºµõõ÷ –*û.?o`Ü\Ñ‹==Ý<ý;Gþ§z†Á8 ¡(vΠNþ‘»ßŸ 0ΡbBÅa¨î—jXYñƒÉ»yxùúøx\p´xè?dO'Vã*cPó@¸»´[ø÷Ó£ËÆt êèÒ¬õ¢cÏs‚ÚM«ðZoŒÝMÆ^jR™û; €”æsc@è³P ÷©8»' 0HË[MonGü}g¶è¼Kð«‡'š:ÝM¿:ú÷ÿ,»¸Ë¿>„¢Á;®®îå˜ÿxkÓÀCYé‡@ü*˨ž5ä§Ä:‡œ~ùhÉx¯yyãÏ>·§œÜÒÛ1eÿ°.ËÝŸ$NTŒ\åãpkÊÉ-½íÖvØ~º—š.%Ùûý®<¿s~ˆGŒ¬ÌöÇ„õÍ‹l¿y‘yžÃ2ìÍ]Ê–^ÝÚ²0}³ c/S6K¤œ@(úò÷«[z;¦´¬å“ÄñÀ²û,Ìã3³œŒy%Y%ÆÖÆPqßåËŒ›[ÙÁþþÌÓ›zÚ§ü¶õà½JÓÈ8 ¡¨ßÖË¿õqVŒdœC¶a¨î—âZzaKˆË¡àMqã;@nf±…­‰Æ‡þCö”-¹úHu7ÙèÈÿ%®pͼ¹qû˜o¶þ³&¼Ù›œºÏJ?À–S›M³E2ƒ­»üÑdì¥>½8ÝÓwDÈ– SBŸ”±‰ÉÎí¿3ÞF^ûûTÔt-LúÑk¼pã.¯yƒÓŸÝ<Ø¡åÁ”kê×[ó𹟡èÅ›7¦@&Ö-ÈÏ€¬wŒ»9-OfÀåܾó° ï5hQ í--®¼Ì¶6 ÈÒ׿6žù9O#׊¬œè^j»Pþvv¦füäî:ûp߈%!§~ÜÝaBçGñ½eØV6ήtç×Y¹)ï²EÊ „¢Ôì\k‚,Ͳ°é—“ ,»àx¡qxdh·ˆ>Ý, `¯ª›³·´Hz™me@¥Y"«fJÓÈ8 ¡èIÎ ^…o`gœC¶a¨î—j]±·´¸ð"ËÖ+߄ƇþCö”-¹úHu75<ДT ª«°\_MNm6ÍÉ8 ¶îòG“±—úT0ÚÕÎlÉùe=í¡O­ZjaµÝ§BKŽ#:d|uüöz®·€QŽ’µ·¶fò}èBH3%è\.@ùìöyäæ ú!¯êï¡Á¸Vµ‘3ÉÕlñs§ŒFlqþö”GÆ7šŸ"_­:lEí9}ÖŽÿþ•-R=ÆÝ_tævÒ©cÇâÖ´^q"#i¥šîŒ›Óî®"¢” aEïW$@‘EìñÚªÔC_Ù=eK^ÙHÃÍ1¬¸¬.§ö›Öþxc$4{iLµ+óm6Bô©Ñë… tøQübý/·Èïê›@«ÑÍ6Ì[iÙJÃÝ3%2‡F"HÞñþ†º–<â¥TùÊ¿bãxgÑŒcév4Jä4^)r‚³(Š^{d†¼Q}—Öã››òC“È`‚g1œ?/.c”o]`7ÃÃzü¶kôrê)j"•êèL‘sùvŸ’ÜÍáxv˜¹dEAZùµ:Æ aô}SᬓOàÉ?³UתŸEŒs âïH+€ÇG£ƒU÷KÕl¯ºc6$ÒËož—@ezFê÷”1¹–ÇPµº²4îµúa°ugì¥q6oÝ¢UÉE¨–¨éZÈ5j<À¢ô®ð;3.êù |uê¥Ûîê{ýù—§@§µ/ÉØÁGñog”GÜZ¸²¯—wߟßn¥”óÛý›^.ìáé8'ùýé³ú.õ|F½¹þ´GÿÆÚ¿QÕ*ÔÂØ ?¸ÏæØ$¾¼ÚOß¡ü.›Ë3ü¼z,z¹yùß©î>EŠ£úuñöõëàóõ»èFÆ a4jÿºŒ9!žþ³þ äp…JkÕO‚"Æ9\½vܪ`¿Ž»ÅÜ U VÝ/Uƒb5Mœ×ÊÓÇ××çûÿ¥@ezFê÷”1¹–ÇPµº²4îµúa°ugì¥qV®üYµ¡Ú«¦¯"õ/‚V;²ì ðÌ €ggfuO<»9_SU3û¥ªæ÷!TÃjåõB¤ гötíû‡‚Í/þÐ^‹éÏž"„>ÖBÝR3'OfõG^º8RSTuª™ýRUó{Šªjúz!B!¤k°"„ÒwX Bé;¬…!„ôÖB„Búk!B!}‡µ!„¾ÃZˆBHßa-D!¤ï°"„ÒwX Bé;¬…!„ôÖB„Búk!B!}‡µ!„¾ÃZˆBHßéĽ|%±D"ÑPSB!Ti:R %7®'Ÿ?w–-€ _ÿŽ!¡=ß°Å „BU£µ.^8?wA4ŸÏg\+‹çÏÚ£ãZPÔ¢E  dÅ2óñë¶mkÅFGäçUm­"í#Bé>]©…$I²Bà‘$ɶ/^€œä_\#&MÛ¡&!„RòYýíŒE«oKÞœ¤—¥…7G‡úúû·õ Þq3W)2uûÄNý|¼=¼BwÜx¿vÿÌ~^®^_œ|Y¬M9PtrŘ €w—v ÿ~ztÙ˜nA]šµ^t왚üà¾[ƒÆzl•QÒ†fïm×T1ò¯èÈ^ž– ,šuŸpLÞryfÀÒÔWÒz›ãVÑ-êóhOû<«×Ž öÛbkãÜ}À6 HqT¿¯¥PZ$²`[G„BUó9ÔBÅúÙu]÷ì€A÷µαE¶±êîˆòÆ­QyŠk#*vQŸ‡±…qYcùr£°YÉa³èåÍÓò€Ã:sB}ºò)A±˜m­D,ær5_±C!„ª@WÎ }ý;.˜7[&“1®år¹¾þE1®E!„>„NÔB@Ú“í+ÖhEI¥š¿¿!„ª,¨…€_ºBèSÑ•ë…!„Ч‚µ!„¾ÃZˆBHßa-D!¤ï°"„ÒwX Bé;¬…!„ôN|¾P"K$š?G/5… „B•¦#µPrãzòùsgÙ‚ðõïÚ?’B¨ÚéD-€‹ÎÏ]Íçó×JÄâùsg±}I›@(jÑ¢P²b™ùøuÛ‡¶µb £#Uo1¡åZEÚG*Y¼8:*j½ìãë—xï>BŸž®\/$I’­ßȈ$I¶µxñBbâ¥SºOï;QMØ'³d‰| !Bé]©…Õ¢շ%oNÒËÒ›£Ã}ýýÛz︙«™º}b§N~>Þ^¡;n¼_»æÀ?/W¯/N¾,Ö&c²â“vóðòõññ¸àæßýCÀÇ×Ï׿3„":¬$ë\ÿÀv^>ÞmžÍ*¡BÑÉcº¸9µ™$ƒnLX2ÌÕ­­¯¿_ð°@!TMtå=Òj‘vj‘Yý~ôò¶ˆ¾-—^ZßÚ²0}³ i‘)›#m»G% ²€ü”XçY‘ÖÑí·[pv‘cêáA›Ÿ$Ž×˜G}Âm}Âoº¾³#äf[Ø¡HõtpCøÓ)'/÷vLÙ?¬Kø†'‰å§¶qÍ&?å˜ÿxkÓÀqsÂÀ %â3³œŒy%ïJ&B¡÷™ÔB_¿²âWÒÅ«ÿ»M·D'gÛ|¾Ìåó¹Â´ Þœ–'3àrг”ט0{°‹ÉÑ`¼Æ<ê.¼òúÂ!_:ÀÂÖ„­ï¯ò®„Ù€CϘ7ßz”ט0: –äM¡[¾q·1rjdh·ˆ>ÝŒÙÒ!„ª¤Ï¤&^¼@[:nÔ†A'¦€Œ¢öœ>kÇç2Æì;)òÈÍA6di–Ȫc M}9íªÅQüÅ” å”ßâxÑ™ÛI§Ž‹[ÓzʼnŒ¤•*ÝBUÅçt½žÛâÁÊy×s`†‡õøm×è©ÿ¥(…fJdD¼ãÅö¨cévt¦Èy<Ý¢>cÂÙ^uÇlH¤—ßüà¾[ƒÆzl•QÒ†fïm×T1ò¯èÈ^ž– ,šuŸpLÞryfÀÒÔWÒz›ãVÑ-êó¨O8(öÐac[ýQlfMB7þ9Óýס|,LM.ž?-ï;òàÖ!ýúzÅJ ›lŘ(RÕ¯Çk)”‰‡,ØÅ†B¨²>‡Z¨øQ?»®ëžÝ0¨ã¾öÀ9¶ÈV#VÝQÞ¸5*OqmDÅ.êóÈ1&ä™8¯Ø¯Ösùžï–åIŒëvÚp*RܽÌá Áa „PõÓ•÷H ‚ˆÅlk%b1—«áŠB!T5ºr^èëßqÁ¼Ù2™Œq-—Ëõõ (Šq-B!ô!t¢ ÂОl_±F£(J*ÕüýÝ!„PeéD-üÒm„BŸŠ®\/D!„>¬…!„ôÖB„Búk!B!}‡µ!„¾Ó•¿#­‚·Å’ø¤ÔÙ…¤¾~îàpê[ÕéâéhfÌzd„BÕâZxæZš•°S{'.¡§g·2’¼÷øUÂÕ´0?M±!„XéD-”HĉæÏÑ BÅ_Ÿ½Ê÷kÝ”àúzZ‡p±¯·ëŸgšB©£#µPrãzòùsgÙ‚ðõïÚSñ#ù$E‡}­„@½}‹!„ª‹NÔB¸xáüÜÑ|¾òu¯¼¼¼ƒèßþÜYª_ÒFWFõ-›»º%+–™Zõû×­­€E£ú–/rª¶V‘ö‘ê˜9ÿdš©!±öÈé±aŸ:Õ—!„–t¥’$©Z322˜––æääD’Ê·À…wµþ‰?¹7õ0iàmª‘ª]ª°V‘ö‘ -% .jþ°ñØ¥'¯E<þ‰?'ÏY©ä!„>îþÕI~~~ÿþýÓÒÒfÏžíããÃEAù{¤eÞb¸8/ž^–¾½1ù« nBwßÎQŠLûëÇž!A¡A¾Âvßz¿öȼ¯Ãºz{wŠHxU¤MùOã–ª}7°Œ[8¤gp§Ñû‹³ÏõìäúõÅìbêûž‹Iªp§à.ƒ»tlÜÀR)9ã¦/®áÝÎ3¤[Ç/G'(Ä#„ª:]9/¤™ššÒË .LOOŸ1cƨQì·z¯x"•~&ÆÔæKzy×€þÍž_ÖÒòíÓíÃfô»±Q1²~çéqý­ àñ>¯ˆ9ý®¯¡×o=ïðÇ´ÃßE Ü’?NcEª} ¾ÅŒ¸™N°¾Kˆñøc'z:>Žû¶ÏW›’ãǯŽ;uØÖêØÉò«¤Ml­”v‡qÓ£~>xàÁ Gcž8»OB¨ZèP-ܱcÇš5kbcc6lxéÒ¥;w|ÿý÷jºÈkAp×YÉ딌’è³7éÆU7³­'EìS"WI/¤Ÿ>rkz~Ë)É~DAy-œlO4 ^”ÿ½ã4æQ¤ÚæöhFGn~”w<Øžh²(oœãUó(%gÜt?7‹ñã§÷ëÖµGxWüP!BU ª…ðìÙ³>}úÄÆÆÎ;—ÏçGGG«'Éòòñ÷ñòÔ²^Q6~y`2”QÔæ¸S ø\¥Hzaä7S¿Üs­Ÿ{=²4«™ƒ«|-ER$IÑ¿ÒÿªÏ£Hµ/ˆ÷ËïXó(52nzúáää³ÇO]¸údò™e€BèƒéÐõÂÈÈȘ˜˜ÌÌLooïÛ·o÷ïß¿qãÆš:Q Ø8ÜåòhÕò[ÙÔxw«Y]£ž$§(]Š{!•5¶P·wMT̳8>€Ê89GØô{ºQ}…†¾Šaß6-*˜-tdPÙ¦MS⇹Ð&0|Âü%oÓ(Ä#„ª:Ý:/ŒŒŒ€éÓ§€šË„rÊxI˜FÿÚ;dÔÒI– øs÷½Qã;ïñ)©mû¨ÍŽŠ‘æ|=*ÈÏÜÆÜ!h2ÀqyžÎIsÂW=Î.­·bçrºQ}Eª}Ã"ÿÜ8~hÿà•†¥†Wÿõ-㟌*5ªnš’I é•-…²bÉW3wàõB„ªºU á]9kßÂÝýÊ¿—ÚyzÙÔoÀãUCB„BH=Š¢dee™OÓ¯þ—Ô¶§¦p ª¡tYY×mÙÊãÖõäó gªå}[„BH#‡#‰Zµjme]WS¬ÕP  ~Ûú l5E!„Bº¨®"„BµÖB„Búk!B!}‡µ!„¾ÃZˆBHßa-D!¤ï°"„ÒwX Bé;¬…!„ôÖB„Búk!B!}‡µ!„¾ÃZˆBHßÕP-ÌO[*ŠB‘bÐ}ÕÇ,^½xq´úª% B¡Ú¥zîÙ¤ÑåÙ€!þ6Ÿš½£)^ÉÖ­[4…@Ì’%5CS :Õ’!„PíRç…”,ò‰LÃ:^[ºØIòN­J/ Û“·Loïê š×mèèÓµ·šÆaÆ6\M€ü¬Qñ 23~º—‡k=+ ‘Uƒ6_î¹—§³wþp'»z6M<ÉP“„qs!„>'5q^øúêŒ'™ó7óý¿;'WÿþÓï }§mÊ7nÿËÆÜ’ìÿž¥ƒ1lݺ….–Šg&ŒšlÎ'ß¼~²bÉÚñáQý®“¯]úÌiÆäˆñ?ýõëØq³Ã±%Ñ8„Bµ]Mœzz  jÄç>=6¥PF@`=“ÒâGŽÅß}&îþÃz:˜±Qc@ß>}ä òå‚çÙ;þiÜ„És¯É—QE¯÷*æÙõëä¡?¬IÞy5I4Ž!„PmW=ç…/žgÞ¿{7/ï ôîÛOqUYIÊÌÙ°¬‹÷²ò¶Ô™×³mk½áÊŽGo>|tî·˜âr2Ïc£"r}Ç®z,–M]½Ý·¡`bÿ>Å¥Šk¸Æ@2v§iÜÜØ=ŒB}TG$9»ºÖo`«)Vƒj¨…ÙY¯oÞHvw÷061¡(*7'ÇÂÒR¾6ãè”·$Õtð’ùÝì@’?tìÿŽN;ñkü×ýƯéêëÑ¢u»Gc“3_ÒñŒŠØñ¹ÙÒm»œ,¿k†ÄâÂ;gv?ËTS©RM¢q<Aª!„>6CCC±Dr5鲕u]MáêTC-¼}ëV+¶FF|³:<‡Sá¯Dÿ7÷* ™60̶ÕeÁ¤i×f¤‰û¾LZ>gGVÔÜÎyÌŠÍtî,[A¾þCB{¾-,`‹A!„ªF'j!\¼p~î‚h>Ÿ¯Ôž——wðàÁýûÏŸ;+´G/ƾ¡¨E‹ô2_à}æØ2Æ05B‘ÒÍ›>_¿Ä‹`ñâ訨šÂ+„}’qªÒräJªÖ !„j€®\/$IRµfdd„……Íœ9óêµk$I2v¤%^¼@ÿT¡Ö0y‰Y²D}$M˰jÇV¡ªCªZ/„ªºR Uåçç÷ïß?--möìÙ>>>šÂ•%,æêÖÖ×ß/xXÝRVü`òÀn^¾>>ÞÜTíBÉ — öì='–ÞèëïßÖ3xÇÍ\¸³ª³ç”ËtdaÆúÍTì[ü2¾——[{ÿNçÄ „"ºQ¾ ¸L/üÝ?||ý|ý;ÓhiJaprŘîAnNmæÉ [T‡ª(uûÄNý|¼=¼BwÜ(_«º9Õù€•V) ‰1¿@(R§êŽ „îЕ÷HiEEE¦¦¦ôòÂ… ÓÓÓg̘1jÔ(õ½ÀÇ×^4œñÏ®0hÉøÌ,'c^IV ½j[Ÿð‡Á›®ïì¹™ÅJdÒÌé½»„n80Ö¶Eôm¹ôÒúÖ–…éû›M‹LÙìôí¯¯œ¿+Œ¹X‡ËI˜²ÎoÉÅî›"¾³ž~2®·ã£}Ã*¬`Ñc×QŠäç^ª£e €¸f“ŽŸr̼µià¸9a‡€i¨Šl»G% ²€ü”XçY‘Ö1nŽmª«”†Ä˜TÆ©º#!¤;t¨îرcÍš5±±± 6¼téÒÎ;¾ÿþ{Mý˜ÞÐûÆÝbÄÈ©‘¡Ý"út3€…W^_8äK¯µ°5QŠîïc=éèÆ~nô¯ÑÉÙ6߇ï3" L[,o—?ñâËž’‰ç9‰4Tìþ˃¼+aöàØ+`?T’êhÙÄ„9€Ða°$o Ý¢:TE…iÿ ¼9-OfÀåg=XL›S3õccÌLãD!¥[ï‘>{ö¬OŸ>sçÎåóùÑÑÑšz°ZtæöòH¿ç×´ö™¬) ´³[ü‘%ï.JÊ(jÏé³ô5È”‡wéÆî«FŸ˜¸-mï8³¿Ô5`›:Ž|‰ óQdKp9íGkJÐù¹2º…q¨rûN ‹Ù“ôïÅ €’Òª›S3õccÌLãD!¥Cµ0222&&&33ÓÛÛûöíÛýû÷oܸ±¦N,(ÉÝŽg׈™KV¤ÅÑm³½êŽÙH/¿y®üN`¿è£3žòŽ\VLR0ÃÃzü¶kôªÔÿRèA“ï{¾]óíŒËÓy)uŸà,Š:–iGÞÿ©d€ˆ¿#­–<⥔`-C Æ¡ÊeJdD¼ã‡ò&ÕÍ©Ó*Å!1äg¡qGBèSÑ¡÷H 22¦OŸÚ\&”“_/äò,ÏŸ=D‘â¨~=^K¡´H à¨NãtÑW)I5?;‚BŸ '55µ¨¨hó†u¿®]Ÿ›“ÍwìHÜ׃‡ä«®:»' 0ÈÂÒRu•– ò×üº*zéJú×;v8p`ÿþ WÝfLý1zéJÆÔ¤á®§Çø_;515ù)@„ÒsÆ&&;·ÿÞ»o?ÕUù §âC˜?›™ÏžnÞ´),¼·®œ!‹ùFFÙ½{wŵ±˜Ëå²t­!’¼³‚'”Xôø·³ºBˆB¨ÖÑ•ZèëßqÁ¼Ù2óßYp¹\_ÿŠ¢×Ö ¾(àÒ¿Éš¢ð¤!„j¨…0$´'ÛW¬Ñ(Š’J57B!TY:Q ¿t!„Ч¢CŸ©@!„> ¬…!„ôÖB„Búk!B!}‡µ!„¾ÃZˆBHßa-D!¤ïtâó…‰X"Ñü9z@¨)!„ª4©…’דϟ;Ë@„¯ÇОø‘|„BÕNWÞ#½xáüÜÑÑKW*ýL‹šãìÚrÎÜ…ÏŸãpÞß&W‰$/A$…îP¾{Ÿ"PĶjÿä>-Úûö˜ÉPÃþžýuËö>>¾~KÊä·£úp‹¿¿7r5¦U¤f’?ùŽ(î]uí©bžšÜ55cV’öªÖK•@(òñõ£C¦h gP“Óˆöt¥’$Éçó•322ÂÂÂfΜyõÚ5’TwØ›æ8 û6yáj51jŒÙrúâ¿Ïü½HS HKkân´#ÖM¸t!ñâ'c^âÅ Jk«<†˜%Kä˪ik)ùŽ(î]uí©bžš¤fÌURÕz1J¼xþ9sl™¦X„j ]©…ªòóóû÷–6{ölµ±äOkFÏYZ¶gWV1Ý”°d˜«[[_¿àa Š¡”¬pÙ`ÏÞsbåõdh—NÅäÿÛ»ï°(®µàï”Ý¥É. EÁ‚ H°wc¹Æx/jÌM4ÑĨÑX¢±%–|¦5F£)&&7[ˆ{ﱃX@¥mŸ™óý1¸.l]Ø÷÷ø$Ã9ï9sö̰/ÓvI×¶Iÿúø ¨s÷ Lm—кEê ½¹j1Æ]®X;mpJrRÚÿ®ºÊþiLJJj›„ÖÑqÝV}¥qªË ê—˜ÐzЬ +=o_ðNçöÉáMZÌL¿%ŽG)ÉmÅ¿¾ GAlÕ>99²iËÙÝÞüÙ;Ú·mÚ¸ù'[îXÛ_»@Bb›Ä¤v`ôçy9Gepm]Ø ' ÷Ô›îr¯,5ãBüÏ+ikÚPW”ñvïÔĤ¤˜Ø.«2Ù\¨îíèÞ*)eдMÆ3`(Shüê,½R³kTÞÝÖ36<6©]ÚÇ›ÜK²”éÊýÒ Ìî!¦{¦i‰a$eªÊ Élÿ¦/Óô…ˆ*ºé-1¿éÎ_†ñ¯¡éžÿ²]ìø£bdÑ­oꆎ5í!ûªZßå«T*]]]ÅÂñãǯ^½zÒ¤I£F«ßå[pý³°ù9ç?¹¸¤Ãà¬ÙÇ?€úž;rr›8³ê\µ³·3¸ËsÏOìÓ©°ÛÒoG&÷`üí»_$4Ê¿}EŸ ¬uÃ:ü_äCcÄ€+~×/ĸ•æ~®“¯7d­ éºëÞÕ%Ƶ+º6ÝØeÙ¦ÑmàQŽÊÓßÅRÏCVüºWPÁµ•Á©son,3òñÜ労ï-îVpmyƒVsÿ³rë¢Þ_^Ú¤Óß¹7×[›ÙnË?*‘:o]P›cÿ\š»hô\žó»ç›P¥Ðîæì§,4\Þ± 7ÿðÛͽŠn®kÜ~˽¬åÖW_&4:7~ûŠ>AWÿ3laÌN‹•Ú2¦kü<>ðÒ”]Ëzfox³ù5e¾o«L?å|if·‚éživ_×k¥ÊRÿ6÷(ƒŠnz±6""¢d¹Þ¤­¿usƒ4Ýù{(ókh:‡zefpÈ[™7Öb¨?_\õïôß{5„,°ËwùV¡\Ù|Ñ¢Ek×®­W¯ÞáÇû÷œ¼zõj1ÆJ.Ü<°ÙÒ¾6 h¤+ödK]°Ì=²jäôå×óy Cež¿R˜ÿÀ¸6ÐËóÀÝ\)c\b¶ç»»Òï.÷),x–ßÊ cxÚŠèÜ>FËuÄÌŽÍl·åÕ$) à—ì[G†Mý³ßy]wŽý_üûí®îèc©a£Úž~!abã¹²®\°µŠR£RÔnb¯\hºÆ@/Ïã÷òjKhAŸ«¨ÝØz.,çK30»L÷L³ûª¸^+U–ú·¹GT|Ó›ïÇt¦;¿qe~ ÍÎášWÂÿ»ãÛXmH£^‡nžñ‘TÝ3X襳K.¬÷‘ܹs§_¿~k×®>}ºL&›3ÇöAŸ7n×=ý¹Þá3$Úœ©™çGz}²;óøÎ-[6-j¾`ۭ㟋ÁÝÚ…ÏIߦîî\®ß¬R™¯L"€AýÇ¥¥g ŽößF¡JuåJ‹?2æ¿ÊØÀx %­(iéå’žilå5.ÌíÓ³ûv:ýwEÐÅÆ_u>:úém¦ yB~ßµ7@Vö±|/üé¨h€ ‚Òr¼5f×hñŽ,åi"³[ÁtÏ4»¯Z ¶Ù?”wb•sÓ›g}¦ÊüšÃÎ_¾=®ß×ß?èÖý+L„¨T¡,--mîܹ999­[·ÎÌÌ8p`ƒ¶OŒÜ=0N<3ëü¹ó™çÎgž;´ªã† ;€h/<¤b;ö2oAáõM†às6O©·³uÚg*XêptˆbÒ–›p}ódE“Ñ–Â GË7ª¯€Ó«Þ3­çóÎÒCâòãÔP‘žŸŸÙ±y±ô=]ÙûnžaTÍG‡nÿ^ô.4ëù†lÇŒM·F$úX‰Ÿí=úÇSârö k÷ú¼¢˜,Ž*}’¡0Y![u½®mžlÚÄøÕ™}¥f –´ý6ÜØ:Õ´Öf?Ö_š™­`ºgZØW-UÉúhÌ^›Þ sƒ4Ýù•ù54;‡î Gõ,^ô椣?‰„^¼ªu\˜––'N€#FØ øß„½Ió?5üèŸ:G9¸ÝuU§Éz>Ð^©:ë7ãøþŸ¤3ÓzÅ¿ÆZ=Ñ1sH0|ÃÊ¡úÇÍ•ê¤ Údm ¿ÎI{-.Ö«®gãÎl)S;xíÆóÃFFý¬r“@Ãnßþ2%²ü=??³c[øzrj|‚§«ËÁý» ‘Ï0*ß„Ï |ççÐm`ýß8uót²ÿƆ?Î ½’w"ºzñS×´ ¶,zsݲW{uýÌ·qꀵbá׋ßíÝ¥Í ¿Îã~,ÓÄøÕ™}¥fX·d@ï®±s|ƒÛŽ ˜²Ñf?Ö_šéV ‚fò€îÆ{¦i‰Ù*ã!YßÙkÓƒÑó ëµïF³ƒ4ÝùËtbükhiÇÎl–üIÌ@Ÿ§×zqªÐõÂ9óKή¬ZµjýúõëÖ­3ޱr½Õlf¯QÙ‹À=Öƒ¸³û£øÑôŒ™¶Z J²ªwØ®w·}ß!ÀV rt5êz!MÓZFæäiii;w6®Õj4 cþ’ BÏC•û{Çþ?S‚¦ü¾Zÿ³­pT´ù{Sº¼¯öì~¤&BTIªJ.LLj;kÆTž7­ža˜Ä¤dB,^äC5Ø‹;(·:Ãn+ U*™"ùð‘Ó¶¢²§*‘ ÝÝå]»õìÖÝâa,Bt:ÛŸßBUT•È…€ºBèe©BÏT „B/æB„BŽs!B!G‡¹!„£Ã\ˆBÈÑa.D!äè0"„ªÆìò1,vÈ…E99Yûhf„BèE išã8Š*ÿw¯™g‡\¨ððÔê´¬Dò܃A!„Ê‹f‰TzÿÞ]…‡§­Xìð¹3‘‘ÇŽnçW§.ËÚ¡C„BÈ:BÏq9·ožwæôþ=»írÞ!„²‰¢(…BÕ¼¶·µ¯/;äB¨S׿N][Q!„PUd‡ë…!„Pµ†¹!„£Ã\ˆBÈÑa.D!äè0"„rt˜ B9:Ì…!„æB„BŽs!B!G‡¹!„£Ã\ˆBÈÑa.D!äè0"„rt•” ®Ïw—+ÜåŠÄYgmÅ|úéœO?c+ !„²ƒJÊ…G§þ R ®|7³<ßp8wÞ¼¹óæÙŠB!„ì 2r!á >Ø–#­·¢C€6ç—7 ÅrñHÑì²i!§º:iH·†u}j×mÔyð¤«*Ì9½bb«°F ¹‡O½ „Ž}Äœã¢Ã|k{*j×m‘ú¯ß/æÀï=CÝåŠeÿ@ÁîrEø«€ ðŘGÕóðô mÕù³õÌ®!„PQ¹ðÁÉI7´|à€™I³ûÀŸ°¿rå ÂayÕ¿z.Þp¨ñÐ3‡…ÞøM÷ý,–?|Bü±ÿ‡Ë®5þêÛeŸÏü ±‘L,”¸4xmÄó?›?}ü°Ü³;F÷ž >{¾{NN_Ãæ¶€µC:|¼ò¯º_ÿôÓÜž5´íŠœb@!TsÙç{í­Û¤úº¬¹w9}ËŽÆÁM;¿÷MIÕ?y«¿Xvé^QI_Ö,ñ ù¨ü›£LÑ‘þáÖ;N]ÇÊ`ò¶;pø—…‡) ÿyý­7F…B¡Ê>¹ðî?9—.\ÈÏ }ú0®âÔYSÎæÀgZVR–=åLÞÂo@P Õß1é²¼6nØ`üãÒc»®Ùœqåê¾ïæ~»tÓÜÝÐä—×4ü„¯J¬ç>f`¿k=ÅÎÞ$iþ©6¹¬æb¦L“³øßi?ÿã&ût«¥­_û; „z©(ŠRÈ!aauêúÛŠµÁ¹0/÷AÆÙÓ‘‘ÑÎ..„Gzzyjom_,à!ófv mþŽ×G~¿ùÃm wü;I.Û[ öKzãóŸ—é³¾Œ¹¥åçÿø[¯ Wz´€iñ>£ÜK›þmjøÄ}$F¦¦¦70zQÇÄèˆæ-ïn^{:çžX(¥)ÐhŠÎïþß5 on:r6=¿÷oü”ô³¡Ábá¼nõ†n¼ùí’S†¤0ªÜS{·\Mý<=ÈÝx-É©í!„ÐK%•J5ZíÉãG%Imo[áÖØ!fž;ãä$sq«%aYŠ*uòóûé'`臃zø× f[uýԤ뚋—¼ÛcÔ╎í2t À)ãVËÆ÷üÕŸ³ßáRû_b.L[óçåïýºbÚGàßkÄâoÿæHïÿ¿i«r u!ï,X.þºèÝ~,]ÂÇ‹¯Ì™6«÷ûo¹*±È]®0T‹Ë ì ‰m“Ú€:wßÀÔ–q ­[¤Ú›«6Dn_ðNûääȦ-gÿu{ógïtjß¶iãæŸl¹#dÿ4&%%µMBëè¸n«Î>2íÖ°^NuùƒA¢ãZš•a¶­©ó_¶‹T\.ºõMÝбƵ{æ ILjÓeرĴϳŸ$µžzJ¬UÞýÞ/øÐe¼Ý;51))&¶ËªŒG–z3p—+ÖM”Ü&.,î•í÷J¦Ôl'âŒunŸÞ¤ÅÌô[b¡êÞŽ^qá­’RMÛdܧ•&Ê»ÛzƆÇ&µKûx“ñ¶3nbe»˜ÝšV†ñz‡¥@z$·MHl“ئB[ÍÒ·²G•y±Vf!ôRT•s¤Ï£àú‚cno¬÷pª?.|𜌟Ǜ ëþÛf+ Å/í=Ôuüö£}‚²Ö ëÐ{éCcÄò £vî +¸¶¼A«”ÿ¬Üºm|ãÇ——6éôî”›ëÀ¿óä=ƒ½  kmH×Ò®.)Ó­Áýz_é²ìÌê¶ð(Ge¶-˜hòæÂû!oÍ=X‹¡öŒ_Òf^ºqíàyëwää6qfÕOÞjMû ygjvÔ4aV: pæ“ÅÍ&ý?öíßlþáoš{Ý\׸ý‡iYËÍöf쯖³ö~”½þö}—ß84ÚR'°©ñ¸¿w\[œúî´`Yß·¼'nßÔ'èêÃJ½€'L›|Ûgx©»þ옽áÍæšXß.f·¦•a|¿cÏF[ÍÏʳÕ,mqK{”鋵>ó¡ÊWráÁI«b>ÞAÿ™y+ôC킽²r|¯ðÂËùÇz@£žs¿ PòÎ5ÿ•P¸ñóz€G“aÚü)bmÑõ­ƒ‡,¿žÏKJ•{ÀL>Í>öàÀÆDqÙÓߥœm%®ÿײ`ÌÁ{߯jÇì§ý\ϸö?‘žÿ>!­[§¾ý:9˜íÓÉ£ÓÛŠÿ~v½àò×ßýjn#˜s:ÏoTïUàF?²Ô›±¹= °ÇÜüÿÆŒ¶Ô ÌíÑä†hóÇ‹%_=™Û ^sÖ•íÚ\“¯¯ïÒ» °Æ´‰õíbvkÚ†©gÛj"K{”鋵>ó¡ÊWís¡ Ï·ëžþ\ïð™mÎÔ̇ó#½h€ ‚ÒV¥2§+MPÒÒ˼X;¨ÿ¸´ôŒÁÑ~‚>WQ»1TD9Ûvþòíqý~¼þþA·î_ùHJÄþdwæñ[¶lZÔ|Á¶[Ç? }Ѫ×ÔcoNÜu»ÞÄ7 ð„ü¾ko€Œ±Þ›uf;Ã,c˜%#æÿ*1ÛÄú0Ö·‹³Ý”ã# ʹÕJ3·G½ØŠÎï,=$.?þGm©­)÷†£z/zsÒщŸÄ•ª Ú ©ØŽ}§Ì[Px½ä˜Ù>ëw]P¸kÂúÖ¥Ìé+–LŠöýcÉEÄìY–z36¹dr¦(BF[ìÄ‚÷C%ÍÓË{×î¨`ùGÛoÀ­SmÅšavk>Ã0ʹÕÌnñòîQ¶f!Tùªýqáÿ&ìMšÿ©áGÿÔ9ÊÁínhú½øÝÞ]Ú¬ð÷ é<àG±váëÉ©ñ ž®.÷ï¾aåÐýãæJuÒ†?ma¡û²~“öZ\¬W]ÏÆ?Ø"wkˆ¼vãùa#£~V¹I a·o™i¶­Ycg6Kþ$f ‹q!4“t ½R3tÖob¡Ù>§†s#UoŸ€«mêˆ%oløãÜà‘Ñ+y'¢«?uMË`³½ëztJòüìû:ß图´Ô‰i+ћ떽ګ{ìg¾SǬµflĺ%zwãÜvÅX›³ÌnÍgF9·šÙ-^Î=ÊæÌ#„*•­T*—/]²pñ7æYŠÛ’¾éßC†˜V­_û{rj{O//Óªr*,,X´ðË9ó­,š4aìœùŸ›@ͳªwØ®w·}ß!ÀVà‹Rù; Üc`=h€;»?ŠMßɘi«B8»¸¬þé‡>ý˜VìÙ¹£k‹Ï¦çܹ½|Ù²½ûT•ãBš¦µÌÉÉl­V£a˜²—©j$mþÞ”.ï«=»i÷ÒáK¡Êý½cÿŸ)AS~_­ÿÙV8BÙSUÉ…‰Img͘Êó¦·B0 “˜”L1[[“Èɇœ¶õÂUòA!¸Õ~øàp[Q!ôBT‰\èî.ïÚ­§•XBˆNgûó»B¡Šª¹ðC·B½,Õþ™ „Bè9a.D!äè0"„rtUåzaÍ£ÕiõZ­P%ï}%„Ð4M3Œ„•P%‘Hlµ@¡š sá ¡T?Ì}xûÖ¢¢Â*ø(EQnµjÕ«ß ~Ã@N¯·ŽB5æBûÓé´ùÙÙW‚›„ÈÝåõì ý<ìÛóйb­F“ûà~æ¹ O/…‡‡`á±N„r˜ íO«ÕÞ¸v-¤i¨·¯­ØŒÇ™9ìcƯN]šf2ÏžéÐ¥«Jió«<B¨&Ã\h‚ ¸¹Õ²øÂ+çg=½¼ hÚ!>Ü!„¬ÀûHí¢(BÈË:5Z1P*‹ܧR) %4ÃT™q"„ÐË„¹°F#Dü§Rgœ:U·nÀ¹3gÔ*¥¡ÜV{„rU+nIßt`ßžûvïÙ{ðNÎVx‰ûöØ )±%½ä«S­41T]½|ÉRLEíø{Ë‘CÄçï©l…Û !%†W/_nÕ:¡^ƒÀˆfQÙYY”Xn«óÊ?ávœL„²»*w½°kÞ<Ïkdl9˜Ø5FÏÛx¿Ò¦mŠ‹«›JYl=RTË]^TX`¥‰¡*ëê•ðÈ({} x|B[!ög¸^جy DprvŒ²~Ѧ M¸È¾“‰BöUår!¨”ÅàRŸ×]9'ê‹Õ‚¾ óä™Bá6¨yl€\ [Ò7EÕ¹‘«”¶Ì=»KüªF^›wæØY•@ ´kDlŒ—Œ^óà䑳ZêêÝİŠ-é›Ä&„+ºpúLž’g(âìÛ"¦©\¬ºü ìÙµ] ª.œVG´ôNumס¢N¢Ì޼ê)9JÈÓ§&Œ—ÍÚ’¾©eÓ€«ÿét\݈֊¢ËÙ÷ Ô*. *¡‰¯ Íž™}¯H­Ö×Lñ+UkX6žÌ6mۚݠyWOœ»U ‘0¬kx|Œ·ÅÁ!„Ð Ps!ß¿À:ù%Pß>zDÑ¡U]w¢º•¾ýb`çh½@à±_«¶ÑÎR†þãlÉÑÞÍ#Ç™&)ƒ¼•·ì9v»SÛ†<›GOJCR’ƒ}Šoíß–ýtb“ÛÇ)}[vj[Ÿ¥)­Šc%z± Z%Bú¦ÎÝzòŒ§RHúÓù&Se>¤’“œæé5¿òœ0ŒOîèæÄáónœ9qôjJbˆ•`ûÊ-Z„Ê U‘õ½·§ÿÉÒT›¶m (L~èŠo#…“¾¸Ð¸›× µ³ÎdåS4 ϸxDLJZ ¶/òäzá勃‚¤R™F£¾yýzXD$ÿÂ>ƒ42*èÄöô,™Ôů‰á¤´ñdšÙ œþⱃZ„ãë…Å-ÐX_ BÙQÕÊ…†ûÑyD«™³CS pZ /G–™w‹ÄŽNÎN4@JŒ“O«ä®Î.ÎBtý2M(¶Vh‹¤hgg–¦€ Wª|#[ûË\d,M€¨”ÊÇ·”ÞQÁ Ñ–9*´y½Ð¥N³„:–*+I`PЕK—мܼØÖ j‰´qHÓ¬+—âÛè´Z›…æçÖhÙtÁx™pZUqÉŒjµ¥&ó 3TmºáB¨RT¹\XÑÒÚIÉ]\\€èU\…¯±½LFÏTH$’ˆfÑZÆf"D!Gƒ¹°œ¸òü‰x-ï\­4†ãBWúÔ(ñcÄMÚ!„c©Š÷‘Vw4M»ËåEE¥n±©‚Š•Åîîrü"_„ÂãBû“Éœ6 ºrñ˲ž^4ýòþà°ðÜDŠŠŠ®^¹Ó*N£Å;6BŽs¡ýI$’ÿz.N..dž:ùOBnÛò—ÙrŠ¢j¹Ë£[´ôöñ-.*”H$fÃBÈA`.´?Š¢"øÔñ«[¯MÓUðËr !‚ÀkµÚâ*"!„*æÂE§Õê´Uý+Šðˆ!„ïA!„0"„rt˜ BUcv¹?ѹ¢(''üb„B•¦iŽãžÿE;äB…‡§V§e%’ç B!T^4ÃH¤Òû÷î*<SBUœÀóσ|`2!„¢i𦆵òe 8!凹!Tètºœ;wΟ?—ÿ8ßVlµGÓ´{-÷¦¡¡õ4ÊdfcpB*s!B¨Úx>7÷ÁéS'SRS±l gÓët7®gïÛ·—a™ Ò S&'ÄV‹²jø!„Çs§Ï¤´ïl+¶&H¥CBVrøÀ?__gW·28!¶Z”…÷Î „ª="Çù4hh+°F©W¯~~A¾^¯7­Â ©(Ì…¡j¢(Ajü™À2$R© ‚¹[cpB*ʱf !T³‘gz¬Ö¬ß6‰RN˜ BŽ…’y!ãAî=³µ~¾ušF>Ûû©£ùmGÆWÿ;Ä B Ð9®É§#:ÙjZå`.D9BÈù‹,ËvHíbšï!ç/fž¿˜Ú Ó¡u/,øõÀìá\d<¡8…*îÓ›1"„PÕE9ñðaMÕÊbŽ+{“˲aM#.\Î<ñ\x(šqõÎພ4M‰g_å®N{ÏÜÒ ”–-Oµ®P-' s!B¨† „X¹“…¢"æÍm4bDXHÄÅKç2/œ­îG‡Ö'äì:ymÚòí–/é–€^Gô<è9Ðèô4EÙw¥•s!B¨æ#„\¸”É0Œ˜¯-ÿîÚŒ™)Ršæ9Nü§ÔjÏϘI zûíЦ‘ç/žËÈ<Ý,¢yµN‡öB|³îèÖ£W4:^,sž@€€€(^€ü‚"ëýTYøLB¨æ»x)“aè°¦JeñµïVd}<½¥§§”¢ž'‚ ?ɦ)Ãd͘™ýÍ’ââÂðÐêäécf;ÌÚº¤Gb‹è1QÍÂbÚõûñÔC³aÏ©Š<¡Òèßû"ýÄ•{cÓ:<-¥€„âÐñP¤Ô]QxÃÚf{8þÓŒÄf-Z´ˆl–0ý§ã†rà TæìHò«=iÍ%³Í+A•˜h„z~VN Þ{p·Cj¥²øúÊ•YS§EתÅðGD„APT0ÀÕé3y^ñV³ˆ¨uÖÄ4-ÓÛýC3Z¿wñ¯]û[ù»ÀƒÌ?\,$Í=Í­ùy=ÏùF»œ#½ó àÝ/þ ôïݾ©LÂ@ËaKžTRc¾Ø CulÕxbZ»¼‚b0óí­ïu[xàðÉw©¾èò[ñmÞõ9½°s€XK)¾¹¹}ì°®ËNïÕèùül0"„EÇé3ÞÛªvm Eñb¶s!Ï ‚@ABH Ç]šòQ!iµÜÜuæ>Ääó´¯ÞÛrML„àÑaBÀÕ•ï¤-;Åë4żDŽÖ¾ÞÜ $Iú¬!sþ»jëÙÝÚ¸¹8gýS,eá­)KIh° c) CɰPßדe¨«·sý½”É}¤«î+¯º~”7©¼ P’ ãc½º>kB{x©0"„!DðVȤ¥Û¯ä¾Ö+¥X+ÜÈU»H)Ц)š/^š"4!ËÐZ=çìT±´2¼WðWŸûAê WúeÞ£T±A#„P•ÅóÇq–j xžãJn ¥¨'ÉÐèÐçAŽç9žÓéõ:¶LWCëº}yéÁ¤ÆŠ2åýz¼;xë…!Ñ~‚>·–"ÐÐPÂ2*o(Ôë´:xúÕB!köì•”ÂL×^~Ö'Ä:N=Ot¼Àò4ÑñJŽÂÒÄYB9I(' -. N2ɽ‡E ýeÆ<ÈÇõ뫹žId/tõyÍóöŠƒÊ×ZF÷aOüïCç—w7çË[3BÙ!†ÔVÇq‚ ðÇqâsz½á žãž7$B õz½ioï}7bñ+£Nü£|xiÏçÜ „ÜÑòrBÈ©F‚Ñ­+†††å©ñ>×—å¨!“›{úþ„X’uìŠi[³,ÎX›æoשe½ß6í‘WßË¥XÍßy¨)PrÀñðäáxÂó„ KË]Wo;Û¡U£2]^øê—}?¸\¨#„è /ë·pà×£Å* ûËáWõ?ÄþR+”FEYŸ+ð¸!TcX|7Ôéô‚ p<¥ÖëeôÓÀ’7Ñ'OV€(Šç9=ÇéuzÓ>}¦îœ·tÂÀÔ´ ðZÖ+dÔ¼¯ !¿Í<°UK/ÏÆ'l644îA\üÇŸ™¯¿ù“ÊM »/[ýQ³76®ËHõ'#ºú­§­ilÚ¶âž+= éÙ8ÀcöûSš7 ð9sýqû(_––¦$ °4Å2KCƒJÃ]¿ûø·çÜœ¥}’š–Yi@—/þx0óÍ”x­DªÓËz½¿îãÎþ¥&‡r™²æ°¶gËÄ7¥Ç–07–s!B¨†°rd ×ëôz=EQÁsfߘ1»žV+³ÐJpËÉÉâxŠf´:­x\hÚap×áëº7.!„4ûï—þ[òãÊÉbÃÂÂC†eƹɂßv·eÝ"¯ßg\R¦í3°2!åÔ:Üÿ›q]Ç.Úñ¸ AbóÆñŸ¯5‰"^rgÿÚòWÛ…%EÕ7›¾cÓ¦îN›ú´É„]kæ_—g>oîv˜ B5„xJÐl•·ïñ“G›Gµð}í5žnÍþ¤žZ#5 ¡÷ø1µû÷uvvÞ½ggHHÙ£œjÄÊ„”_=÷ï'õøhùÞ?wèÓ>ö~=ØRðó¯îeÁë…¡ƒXÒ,"Zà…ÃÇ»8»ø¼: Î¤‰·œŒï%O¡×˜÷<û÷—ÉœwïÞ%“È:´ëh±Ó*ÀâLc6yòÕ¯€¦i¯Ñ#=ô“Éd»÷ìruqëÔ± Tçcç?.ALxÇ¿–Ò¨®‡tɦ¼¼<±–¦i𦆡i†e–e% MWËC,Ì…¡ƒ€å·~ ®eüÁCöØïÕ¿o­^=)uLÃ0,+‘îÞ½ËÕÅ­[—n∖:¬¬MˆMÇét:=Çqz½^¯×s\T}׉ýÂ?~,MÓ,ðbÿ#‘ð'“Éæé³"ÕæB„PMaë,™^¯<|ôàÞý{ZÇ'ÈdN‚ D !Dàyžã¸;vÊd²ä¤d½^/‘H¬ôV Øšë(Ñ“ÿSEÓtC?7žç ÍP0 CÓôÓj Ä’çYéË‚¹!TCX?%¨T*U*•Z­®Ð0ã|Ư¿®æðOJ"/ðD u|ýbcbóóóµZ­‹‹‹«««¥«¾ç“‡/yL“ç ! Ôœe1ŠgGŸg/æB„P !>Yn©ÖÅÅE*•Êd2©Tß*^§×ëu:Žã"MÑ,ËH¤R©D"“9¹¸8;;;³,[MßÙEÖ'¤üÄ<Dz¬L&Ëì²®—s!B¨¦°uÄ0Œ››››››•cÕúÍÀö„ Ì…¡jBÓtqq!Ã8Ð{Ïq–.Îá„T”MB¨¦¢hJ.—çæ=ôõñ±[s<|ôÐÃÓ¦Ì<ÀRQ˜ BÕC³‘Íš=t06.¾vmo†­~÷ôWÏñyy¹Ç‹nÞ\jîNHEa.DU{4CûùÕ‰ˆŒNHEa.DÕ,+aÙjþt¼]ᄔ߳\cD!„jÌ…!„æB„BŽs!B!G‡¹!„£Ã\ˆBÈÑa.D!äè0"„rt%_Il+ !„ª™(Š¢ÅÿÙŠD!„j&ÚÀV$B!T3Ñ4MS…¹!„ÃbY–¦išajøW[!„B–°,Ë2 cÈ…9wn[o€BÕ0R©”e†eYxoäÛ¶âB¡šF*•Ryyy:N§ÓiµZ­V+.sÇqœ ‚ BlõƒBUâ-24M³,˲¬T*•J¥2™ŒeY–R/Þ(#¦C‰D"‘Hþ­ÿ" endstream endobj 700 0 obj << /D [698 0 R /XYZ 56.693 815.761 null] >> endobj 195 0 obj << /D [698 0 R /XYZ 56.693 759.068 null] >> endobj 701 0 obj << /D [698 0 R /XYZ 56.693 739.087 null] >> endobj 394 0 obj << /D [698 0 R /XYZ 56.693 377.591 null] >> endobj 702 0 obj << /D [698 0 R /XYZ 56.693 357.721 null] >> endobj 697 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im35 689 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 706 0 obj << /Length 400 /Filter /FlateDecode >> stream xÚRKOƒ@¾ó+榳oÖ›¨‰‰‘[õÐ }¤”j iâ¯w€’ ­1ñ´Ãî7ó=‚Üã4ÝÞJ é¬Dë •N Í`Žó²®>óÝrZf³HRX¿-£X ç/Êé]WgÓ}ôšÞóØXôÆtÍÓºZõ>¾\W«m™—ç@‘2á¶|!’‹z7m€ûC¾[æõ¢Á³F k´ªÑ¨D'Oi»•a. GÝ¡MÓ\§ÁG C ÀX´^ó-IxÛ“W‚ŒßX jŸÀ¡EnÀB©,×<O“¢o‰Éš~¶ö(È%!Ûӭ޾&± ¢ðnó¾m"£°ÊWå¾Ê‹¢.?†]8'”¿ì°÷—XtlB³xÅ¿ý±wd:²bP·ÚPû¡„AgúûÑ݆­_mÙ÷©óž+>’Ŷ6'{$G8PžóÕ¢‹¥õ>´ýÃñ]Œ¡`‚XzL”êf\Îf«"k#kÖNú‹®økö™ôNöC’õÿY/õéÅR endstream endobj 705 0 obj << /Type /Page /Contents 706 0 R /Resources 704 0 R /MediaBox [0 0 595.276 841.89] /Parent 668 0 R >> endobj 696 0 obj << /Type /XObject /Subtype /Image /Width 600 /Height 421 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 24519 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 600 /BitsPerComponent 8 /Predictor 10 >> >> stream x^ìÝwTWð»•*¬A©BPQ)Ò ˆŠ 1ÆÄ®‰šMŒ{Œ±—˜D£Ñh¾Ä+*lX¢bìŠ #¨ J/Ûf¾?Çegfw¥ÈýŽgxsß›7o{-oyJ¥’|‰ µI’„B¨éãñx<Ïç«ý+¤rÌ…!„Þtd¡T*©ÕЉs!B¡¦‹÷ŸÏ0©œ§¨Ž™ µ!„j¤˜YP¨ŠÊ‚rþO[›!„P“´fÆ{B¡P$‰D"êfWTT$—Ëe2™L&›¸t—¾¥ë˜˜@mí „BMÒÖ½ç*sﯜ)~‰———'“ɤRéÄ¥»&}4² Ê@QQœyrcÙýS„BªË…ÌÀÒÞºÇgfnAÚŽ‚BÕP~q¹BIh øæ¦†j…º×²0Ñ€Í[]6©·¾¾¾žž/''G*•~¼xǤÆfå½…ôÅÓÓ›r/üèÕ>¨s;3‘XOÀãeå•ü½ÿt~é6î}³¶ …ŒÏãóB F!„t—_\^PòâîåD 1îÞáf&Fª¹°µr‹^$<°lRo!õ¡¾¥+$ W†øy|9cDK}EzfnþóüímŸ—’îîßú†]½tñÇ•‘ò®c¤\séÐï# F!„tTXR‘WT–rõdxd¬kÛ–¬1÷Ÿ&&Ĺuí-M j\ ô-]¥R©@ à=~üxü¼_Þ5ñE¥œÚw}¡×Ú…Ÿó+T|ñÝÌJ¢à¡Džy;íyßȰmÂ<~²n݆ ¿Ý¾û@§£Ú¶÷b=0jVŽŸù ­Ü\%ô¯½Bü´Tãúè 8;´¥KT¬e㪙§.e€q;ÏîFšƒ5÷ªÎQÇ72iéâæh®/Ð\…éYê½»ÙÅ :v÷i-æk G¨!=/,»üÏáà^Ñÿ^¾®!ÌÑÉ9åêIïྭZ«Ö²23Þwô, ìóê%<º$95[µää—^:¾cÙÔ¡R©¤ŠèÏHˆL+”Bc GPHB½ÖŽ\¿›dëb™ŸÿàòÕ#ÇÂÇ/ îÙ»äù^ey)~¸øçâþåï@æ¥SÓÎ*+Ÿ? ~ž¹£g°¯¶ÚêÒ?ñui ÿËp²o *íGÏܵi\•¢"ëbš ÕÚÃÄcsSlºÛsæBͽªeO˜èÆ@©?IºuGrž›»¹^µ\H$ŸÏckàYZŠq—Ž¿ùZ‹øËîÎéØE—\¨¹M„êŸÇ+3cøñˬ1“WÅ·2k‘Àçñ¨ìC×Úwô,Ukòªøþ½àÀñót‰Ÿ·—j-š\.•‰—ûŒÚ‡Þºs/ÜÕäådêQqñ‘ðáÓRS#qZVi¹B”“|ÊËÝuù_gÛzD;z˜ÑKÖ]ýÛÄx¨RB¤´ ýFZa…TFßÀ¨…£‹Sk#!œ<{ zù¨m?Êxºö“ Ø~bÇ£Œ§=‚|<ÜœVýu<ܜ©6ÎÕHivú'ùåR_ 444ôéì ùiÏ:ôír‚´íîù"ñºÒ®€$¤é©éYù%R©ohäßÕ]k¯’$ˆÊ´ûs ^(@`ÒÒ¼ƒ[;C>î•{[³Ô§…JžØÖÅÍÉ\OÇÀÊ?“Z¶qf7óãÊáß? ñ±«jЦåƒì";÷.m y ÈH{œ•_"•b#;{{KC¸•U¼ýSk>ï§íŠlíÌ TÊX#uo“ëtX$ä¬èxy­ÿñù<*û0kýøå€É«â-›ÒµhÕ!QµÏÌçÃ][‡ú‡éç߬H;Ÿ’õ⣲{Ùåv-Å•"©õÃ<¹[{‰ùݬ'÷ÊKƒôL!( DS#Ì>;K—Tä?~¶K'ûXIô…@d?}¾c÷Õœ6®w¯_g½É£·Y ©mÚɳ—Xcº:µ*²l³üÝî6¦bE¥ôé³Â¹ÜèÖÑU&¯zþ_,‘„ò~!ù£›¡¼2wõ#ï:XÇš$]/—·+ïÞHíÑ·ëìw,Íôøù¹“¾XYþBs¯Ì[Þ¾‘ëÝÃÕÜÿݼ>î¾Mg—K®P1«Ó§³5T–ïßsæ\®“¥<‡µ‡ÀðÏ ~òÓqaƒ [:+¥7Ož}VÕàÉŒ¯&ØæŸ91ï¾¥aÞ“À>]fx¶¶4àä=qõd–MþûtŸ' í=sGˆ¹É÷5DêÞ¦Úé8´æ ùvjípö¼<Ï57Ô½JfªTŸÇ£Ò]«OX÷É«â©ÕÈÉ«âû„u/.«T­ES*•B‚¨z¿)$õ,ìM|F,œ·`ÎÇýÓóÉÿý[äÓÅ7ÜáÊ[×Òî8X“%-ìÛ*xÞÞÞÒäGG›Óâ€,?W¼<¨»M«éKòõ ÉòÓIwK¼ÆFƒÂ]'ó¶Bõ¦±7ÇU]ørXw î·Ü\SþãŒg•üðù/cBŒäùv¤b}g+=žT&»}çðŽG¢"ÓÀÖËJÄϸ|ãV’-tèÐ;ÒüБ21ñØó½>Ã:=OùoÝõ‚Vö¶V¦b}ÛÖš{•}'¥ÛðˆN†wÏ\KÛq!®‹ŒJ&lõ‚!’’¿Of|Ò×!fp·íß^Ë&J™=d}rÅÔXOÒÆäÒ<¾Ð˜P”Rå£ÛJÿwY&-еÜ{ä;Æw.ß;˜]iãâúÁ°Þ%K÷Þt°Wí³›‹ã³ûwÝ÷bF}y,­mÒ‘j§cТ’9h\‡;Q¬ØªÛ¹£æ†yo×+äÕ‹ÇÏ\T V»#$¢Wˆ/ )“WÅ÷ ñ¥3óŽP©T égKer%½£eÀÇÏ¥/¦.û³¥ž2"4Ø\_tëÆ Cå•ʺ¶­¼˜UÖÓб½iGÿÐÏg|­Z5si'.”E|nF—T–Ë^´0 qog*¢JHc;B~¥Z5•y)15={ù:õð}öf†³“½…™nO9¨4b"âß(U›˜øt°zšWzéôE“Ö..ߤï¢gî°7øŽm®+ žÉ]-Ý»ð·ŸH#ä³ÛÀ‚ßoÚ¶}páŽM;ÐÜ«G¥òyöú°ìðý^ú¸‰§¬ô °$î^¶’ÿI_‘A+BYÚRÌÒCÖ?¥?Ä€RY¹o×e+{»§©w«üýzE›¶úz&yeò¥n†àáÝÁãe­žž†çÒõÏÞL¡ûìçíuõÁïØ"ž+ѱÍW‘ÕOça10íê•묇;q¡TÇsGÍÚ!”–ËX#€ÏãQÓ†®Å¬ZN×¢ñ*ªÝ-Z„~nÜ!êÑæAÎ.®O’/J…†·ïÝoedðPnÑÊÉN.6¹•š|r럯V5gJEéÊKùÓ%÷=[»(¸ˆ¿}×ù;…²‰£CÚˆ$©$I'R!xõy jÓ‰$D'{#înëÖ½ÔÉÆ±•qÇîQ6ï.<ïÚÞiþ¦ÓT€‹SÛ‡é…Kmôà½O"«Ò#˜Œ¶áoxÔñxÔÈR½{Åãñ^þ1«„d+H%ðx|àè¡·ËÓƒó7Ÿ&äòìgÅ|+g{sñÓ—å©2ÒÇÜ ÒɪãlûíÌR‚@O*oag"º«ÒA$G$@‰ŽmÒ‘j§C·¬:h\‡sq±ÖñÜQs#ª¿™KÉýy>Ÿ'W RK©$._»©öº õz¡w—N_µ$I>I½Víybü’rs×nŽÎŽ.}ŠBíÃBzöVö<Ö¢­OèðÌŠ¨¹¡§ÈÿŽþ[Ε“ø<ž‚‹…öíÛ[ «’D ÿv%#ºÙöé :)Å/óâµÅ¿[üûÙ•;SÀ§¿5ø¿§VÀ×#¼Ú›A@wϧ´öÊÆHøÇc)ÌŒt‰Šô€¢ôÛ"ckàÀÚCÖ!½™úL¦gnãâng¦¯Z/ÿfÛIÄ¿Ü-€¨ ¶­Mõ--%þ~î#ÚÉž”ÊÕ‚¹"uo8Øšˆ˜ƒÆÕˆÖsGÍó©ÑË×nÒ?j»ø|žZ-Õ,8yU<ýã_ «ÓµH•¿¦Wë°>G_(yçƒçQQ}ím•6$ôia&”X„$I{ûvéÿ%Ùy†OĬˆš+žÑ‹•WK¿ñ1¡~wlg±d÷½ùÑ®Ñ};_ý÷æ­J뎰kg±nç½EƒÝ"t½|ñ6€9O¤ƒ•díÉ'3Bl?ìWYöøý¥÷¹ÆÕO^.52ioªÏ/-*‰ßûo«¶I·¨úüPæíÇ}¾0€ã‰RMÚH¼'w¯?q´²õj—ÿ:µ£מŽŸ¹8å=/Ø{LÞZ[¯Ìœœþýý”Í náÝ;ÅÝäûëöOCϵöP5XK9©|ž••[T&U(ù¡¾yC!K0G¤îmrIÈX£­çŽš'Scý£÷èøú>ýQo¥k••Koß¹ ïx¸ÓÁtIy¥LµÈÄ¥ã;¾ü0èU"|œ]¨v°œG73¯í13kùüy_^ê3àÀ¡£§Î\>_©P¢îC¾„B¨Ö ôDBþñC{lݺKLYcŠŠË2S.ôŠ$WåÒ×%AR‰ðÕS£$㩉Öö•rYÅ‹BßÐ^n¿r#àFòÝÖ®!zeÝ¿`hÚšY !„ªå•úâðÈØÄ„8ö <2V*STTÊjSK•–×­œ»R»¬œ}/Ý:þÉÔÙàãïK¤µ‹W-„B¨^THÍLú |¸IåŠ/ïê(5«E¿Á[Ó¡*±qà°e:#„B5“_ÄùFq jP‹ÇSI„n-ò¨õ¹B¡æÃ­EÐw„û—¿WŸ§1!„z{de>Ù¼é4hÿN„Bè-†‰!„P³†‰!„P³†‰!„P³†‰!„P³†‰!„P³öêõ!tí¿ì¸Ó÷2rÔ—àÃø|žm+ÓØÐ]\8¿Ê ¡º‚‰!T%åqÞ¯‡nøvñ ¶ðòé"%Aä<Ëßrà:Ñ»¢›§£¶p„j!B¨ÊŸÇnyuò”´4/—œß þf˜HZvõê¸/é?L„¨¾éšŸ=ËI½¿¤¤X[ ª3<¯…‰‰³‹+àà×!X&jL²s‹ÜѨÆDØha“ž0Mºó5¦{ÚÒ)@£zÙ Âñ¯'8°ª„ðt{ìx3„^£ºFª3¯«Iw¾^éœÓßF3„ã_Op`U ù@,÷ úú••¬UêÄ¢E‹æÍ›Çº«ñÜRUg^W“î|½Ò58‚ Ç¿žàÀª 8nëoœdrbñâ%sç²'B‘ q]£FÕ™×Õ¤;_¯t}-ÉÆÞÁ)"2*"""¤÷пn䱯h°æ»µôvDd”†Èúvpþ¨€ž‘ÑCk l¬ãß¿ªK‘Q‘QÑCh ¯‰ºí6×À²þªVN¾:߈Јa;n擺iÌ“MÈ ’ñÔ†ÁÑåãCü»»9v\Ÿ~pé¸Á~NvßÌ vÏìïãÕ¾KÔѧeTayÎÉÁ»zwí8øTÎ :rç¬÷ü}MMÀÇÛÛ×7yh!Ÿ{ò×ÏLScjX'ÌóK îÖ'2ªwxŸ/~ù@aΟ7Lël¸çýÁ;Ò¨í»×ìÝ;"2ªgïØÕ»o²V¬Áägbý+®Ã±Ò”ÕTèzGÈõäòáƒñPp{sàèyC/¯cáòÃ?Nýl2µ}ø`üxþZ&'Ä"–Ü?ýÏsèðjW õµcpð©.QêªMUuÞmÖÔ é_™ÁÔù>¿üCÈèÙï^þIuWSœlB<`}ø¨*ÜëðÙésîÅi›lºŽøíXâL—” ŽáçeU]úÞ‹Ï/uNÝ3*,zã“‹ŸÀOýGÍH¼2ÈùÁî‘=ú¯rqy¸óÜs‹ÝÀÐÈøâÅUB 4M~ŠÖ‘ÔLN¨Î1&汦Œ[üþž¤G ¤)÷+5t¦ûY3šgûÑu)v[“ñôÌÂ?•ÅÅíwl!–—=ü*fÈ|óƒ ƒÕ?™^ƒÉÏÄõW¬ËXé~­tm…+ÙR’T¡¶]èzÛÑÙåôO_ ؽתc™$Iûhôí×?ªÿ fä 1Á}VÏ:¾n滃úûõ\“ø” –Þ™>"6ªÿ€ž}†î¼S@VçèìrpÉ„ý#"F~VNX69z`ô'ûÓ™Õ'Ž­ È¡ÑÆ.¿ÅÕ¾æH¶$IR^žº`Â{aýúFE}¼æWãçœÔ;ªÿ÷¦ž'Ù°Ž#|f?Ëž&øx ¼ûBF’äî©=ßûá W#̱bž W·+ò.|Û§OTTx설¼ º óЍÑ<°j¿2ƒé‹.c¥*— éN6!ŸG²Ü’ðòFV t#²…ýHB‘·¼Ÿ3A¦íÇH‹ÎÐË£‚´ï·¢0e-Uø}Jáò~A:ô_Qð²VF»¨µÏüòyÌ~ê8ÓX ¸f 5æn‚Tç˜Ö s¯BÑÖL$I’'vu3¡ ™—˜WMÃõ}Ý?ÃZ>Œ(¤Y›KýÃLÅ$Inš½oìæyÆ"’$…Fó7Ž›õ WE®ÉÏçÛßEG.K¦"_äüíá;“Tù+.væÃˆàÞýc?^v„n\ëˆ.g­ ï9Z¤ÊÓÿùÞ¨Õ:F5˜Þ>âøÑö ö¥éÛ}Íù¢ç¯=7þ.nã÷Ó1tdBÛQ»â\JÓÿì;軿vLr(NÛÖý½9S¯l€cÆw˜w`ù;-Ë2w÷ÛÁVAuÇ;ÍØ÷•ýãÃÓÞóÇåã¨ÂDÏöÎp€?Þ T«þýÎ݇TzÂÕ¾†¨µ€cF¦õX™ø“åTp5þɺ„]×o9é +ó+53ka£ü¨þ¨m>û{c¸¡UŸm3³aÇèü%©ÁI«»p s¬€q.\ÝþßÈ)·'ôµtè‹!#»|à#ª óŠ0iXæ¯Ì`ª$-q•‘e4½·éN6x<XÐ…Æ|O\}[©Z‹÷2žQÈS-4¾ÚÏzPàþ¡.3 Ø ¸f =æÎÕç˜fኺ êÕ=¸»¯è‡Cz xÀ1ŸÙ®û¨ÁŸa-Fòo­6‹EmÇ啟µ1¢ƒÛ|PžN’³Y+rMþŸû¿§6ÎN£¦>î±B9ãw>À­µ¿ºO^¯úWüû˜éæŸnÿ½¯ýÃC_Y¨õ¤Kíg­ ]¡L&c-ê7@Q™÷0KúÍctŒj0½=#ØZ&“éYGËJiŽœn'“Éô¬ŠE3CÚÈd2ÛXYÉ2*à‡[–_ÜF¼"fÇf[Éd2«/‹¿Œ•ÉFP…_…Ùj®Nophmy‚ßÝÈß³¹µmh&Éd¬ucÝ$ŸOûfPXPDdŸcœYÇ¿~Üî]jmÚŬÞïKñÆ“ûA.“q4Â+àè!³ð—´’ø+™Lf:½hz´L6ŠÚËzÖjXËÕ YM‰ê7x¤ž™óªßçÓ{µNz£±M6¡€zb{¸|Y¨º—u{V£_8><üUKשTáWÉW ¶P….S˜MYùÙ2¥•˜å *¡€ýé2Ó€íÑ€k¶Ðc³‚kWàô_c®½xõäöÏMÜ88æ3óªq]ßüÖøa„*¼´æRÄ¢Ùª# Týç„TÈXëjžüÌqætn2íÇ´ü‰6âo?[8ÃŠŠ¤þÝü2¾Mèt€ÃšÇ‡>Š.g­ ]!W²Û³ €8µnô‚ÙÆnûøJ’äD…jEµMíù—Pý¿üÕ#…Õ·«j)€\ÿ÷vk±€Ù]B’UÅô^Sh®NophmëU{ÈZ÷Ë¿ŽÜ<úô‰ß#7ÿs!~.°aÿÆ9øj%„¼àZz¥Pö´XJ¶ihDm¬¸Î…µÛ$ùª¶æ³VÃ,7ò³¤Š6b(eOùBsÖCSâö¼z8¦÷j*ôFc›lB>“Móø«nG^˜´,í™Ìjóï©Â÷o5d÷±\Ïþ÷˜Mý0&$ÄÇÏÌÈ0éÜ)¨ŽëãÌBæLމÁZH9°5NcÝeáäãäÕPïξCIò]:R-˜yÕ´]ß×ø3¬ñÃI’@Ê~¸ßbuÕ]àsƒ?³J?nÛ‚ (ÍúÛÀ¼³®æÉlã<øóŽcWÝ:))»ÍÄw „T¡†x­ ºœµ.êä5B^È„Ÿ\þ²öNI’¾-ÄqOJI’Ì8µ‚®¨Ú½ÝRÈ.Sª²FªnOê`öõîÛÔvúÍÇdu°òt&I’ON­4q©V—«zÝÐÛ“;™Ïýã*µM==ÂR—þWû|2sVÙ“$ÖñoœƒO2$|=:¿ÿê­¿Œ]jUÆ8˜P+ãä MgªzÝÎZµ½#¬*ç|³4"fÚ†ÏÏúú›|wGkKÇàqqtEÕ¨íƒ}†Æ–ìÞñ‡j3Ru{ÈÏëïOûºïN¥È­½>YïÙª ¹¾jÈÏùrË¥›æ2Ûäª^‡ôvÌúÿÍü:b_…‘lC¿]û‰+³.©¬\1y\¾ ÒA_|¯eœY ÓàÇBm„’ÿœsvÕ··»&îñÖç{7àÄȯø6’µæX±ž k·ßÿyÙôÉŸ Ü ’‹mWo~_빨b–Ú¸.eÆ·QTŠ@®gÝå§ 1¬ r•¨j*µ ·ëd²‰¨gÃ8ÆJWµ¬^HÀ¾J–.3 Ø ´Îµ9¦†Ù™«Û—®_Z¤')!™ùãr®ËlWM÷뫹–Ö+ËlJµ0õ×#]&m¢÷ZÏÞ¿nÖCdB‘\!ê9zÝgA­_wò³Ž3_l3õb^2œìb¡6òïmøvòGc£7YØûHÐe|tì š1·°ôðô¼w÷n÷€@m±:/±†B5zzzFÆÆÅE…Ú0"„zûðù|O×·c"D!Ô¬a"D!Ô¬a"D!Ô¬a"D!Ô¬a"D!Ô¬a"D!Ô¬Õ{"41•˜˜J´EÕ±%K–.Y²T[Tm5È©!„ª[õžß$…Œ 6–-_¾lùrÍÁ!„¼áDHÝBÅ-ålÓÊÖÅoùÁÿÖNޱ³²´uõ]yÆÝ£k@P`ĘÓT ë!h¬{5kÖ‰Jy­ qs†…úºû<žSN•h>„š^rròæ?ý°~CA~WPÂÁøFŽ)-)fîÚ»{gHX¸™¹9sÓWlù‡îÌ“œu‹xöß1g—ð»éW'þÏÏñÈÊóÛƒ¬ÀÄT2rÛÕ8?Üê¶?7}?T>ËÕom Å©»]#Oæ<ø‰Šd~s¡jáwþŽ·§ßã”7¦ç*ÏÇIŸ«F®õw¼5ýø–§{ÆtGÕÒP¥"/Î)ðÒÓ”egGu^¦TØ|qzC‡6Nfgåqt{s/ÅŠ ½ÌKÓãÚ‡'ä¤nŽH×™j¨BŸ²ê¹szø¯IëcÝ‹n¶ó^öáÖ#ë¢ÛÞßèÒûhnú^`ÃÚŸ-‘nû#6ÅO €‚¬r3CÕCÓÛ¬ƒ©ù\¸ª Ùzñ—A®ª‘ZÏE÷ÁgíÝŸ@ðHâp[|êöåÄ„„øu^«e\^܇ hÞËJ[ÍÓX•®‘ÚŽˆPsñæ^#SÇ/*³7|‹øÈÚ:Ml¿qáóN5×Ê’*ÛIàú¶ÏèBs!?G¦þî ÕÂ)®’Y éðèðl‰ËµÈ©®’ÙÔÞƒ³èBÍU¼¦tH˜þ™ýð¾Ðl¬Þ‰…ñZ·Y-§üvÚN»’ª!’Æz¦:R=÷ºtí¦VÂÚŸy¾­&mL¢¶ ŸVǵÐ<˜¬jP…‹î#"ÑÛö¨žMª)½›Ïóé;gùê’GU¯Õi>ë^ÍCÇZ…u¢ÒtŸðPÕÎá9ת½ºBo·7zG(з{ßL¾Ïà3cZ{6zR¯Ýžšký½tøû¾>æmÌÚ÷™ @þ0:$ÌÏßÌÈðüÙ“t¤jáÇû¶Ž2Øw™X&¶ÿ=~‚Z›ãã6½7 ÊgeëöaŸì¦ 5Wií?¡ðÆÐIØ@ß¡íVoÐïk¦ÜÆîÛskÄ'·*õIY[¿y»º9k¦°ž©ŽTϽ‡V”§d滨²ögÄîýwÆ|ÒércØ÷ýùÏ9ž¬×Bó`²ªA.ºÀë'GGn±±rí3 à7` ’¨œ=$ê¹ ä/*G-ÚNj>ë^ÍCÇZ…u¢ÒtŸðyqNÈŠ´g²Ö›ã×R%ºBo·7ú!j´òï|2êÚç†ãC!BMIÓ{5Zæëxh jp(jnÞèk„!„Pcƒ‰!„P³†‰!„P³öFa}¯È¬ûÄ`½ž–†]ºSíL4XX¯H z˺îö¡ytôö÷ü¯BQƒK_³|­9ð†Õ쌴Ò0¶j=ôÊ£CzûûtzÇoÑÞW æ!ÔàÞh"¬¿™@&'ÕĪ3\êꊰ®»=nÝáÓÎ%?çb Ôñ@ª+k×lkV뵨vòµ–¯§¾iÛ7³ºÎÈÉþ=>éø×ßMz_[0BoÎM„ôÿ‚M´-šlb*a®¬yQf ‹P‹%ŒÕè²ö7°­ÅLa. ®ãªÜ4fË–ä~Ýå§iôa—®f]w{tÏÐÙ/$Ø? Ð? >W›j+kë2€:®ÆÎ©Jm-l¨~»¦:iéNªn×l”(wÖöð™~‘Ú.ÍØÐ¦Ã ‚ÙrYæ~çvÁ·^Èàϱ^Ë.€JÕæ ×zè̾À‹ìcý}<|‚z _ϼ[Õ} u óM¿eD“)²bßj4Þèçé¥M´-šl¶F°ÖE™U—^¬ÁƪýÔqíoæZ̪¨.b©ãªÜ4fË\Kr×`ùif'YG¦–KW³rµÉº²¶æÔ}5vÖHšŽËˆ«Í4z»6£$qÛÙõ£Ûéç[xÞóÜöÁÁì莱¶œò¿‘ý·»›”º\ôàÜr1ïU³Ì9Ãu"̾­ñsH™srS‡´}ã½FîRCÝ—P׺÷‹ì“ýÆEn97=¬ Tkuò9ÂK„šM6a[#Xë¢Ìªö5X˜f¶:3ë Ô̵˜UQ} ÒqUn³e-Kr¿ÎòÓ4º“¬#SË¥«Y ¹Úd]Y[óê¾;k$MÇeÄÕf½]ËQÚ5Ðãè'~ö‘º:HJ¿ÑJeq]»µýÜ–_ïN¹ ÑSmŠ9g¸N„Ù7s³Ë9y">µ®¬Ú꾄ºÖ…¼'ºÛ/?»²¿ Tê$6Øê_wèê´/ʬmAa- ë¸ö7s-f.º¯ÊMa¶¬eIî×\~šÛ«‘Ñ}éjÝqµÉzUéxEXéIáZ‰[µ“ôv-G©ÏÚ‰Óýöhêyã¨ï[Uÿ¿kË„<ïßÔ ;‘4³H ’W«ÕCíf#hý“¨R-êug5lÏ*ËÃ,ˆ™7úáka®¬uYáš-aÌ\lšË Ôlk1ÓX—¢V¥iÉc¶–k¶$·Ž +³ŽŒŽuA‡“¥Õa›º¯Æ®yè˜ka³®ÄÍ¥–gdbÿiÿ²uãg]üj±¯Ú.Ö–÷|ù|è¶CñÓ¾ì3!Wõ­:lsFëÒ>u6{ü <>2¹WëŸMëhlÞºE÷ÿ”!ôf4Ø¡VÌ5‚µ.+\ƒ%ŒY›fÅ\šu-fëRÔª4,yÌÚrÍ–äÖqaeÖÅu¬ :œ,­ÛÔ}5vÍCÇ\ ›¹·µ?£/¾é²¸ëÐV†jñÌ–3Íšv5àþ¿Áüà?†íï3yϵïRÁ¬sFëÒ&Äý4$:Ògikçà <úiýÓ£i5k¾ïæÐzû‘Lm!Ôd4–D(•J‹ ‹SîÝNKKÍÏÏ s gWÏw:µ0‰DjñIòù<0 ¾i|>ŸŽF½MÅóŠR©4'+gÿ¾ÝùùÑ1ƒæ.X4wÁ¢þcŸ?¶k÷ß……¬7…$ $ m­Ìû„‡D„‡ôìÑwÉÖ“Taþ¬^±ŒYØ»G°Öеùa=¨ja[+s­¨ýÐ}fmüµ~BèmÒð‰ ˆ’âÒÄ“G½}ýFŽgïà(‹Åb±ƒ£Ó¨1ã»uó9zô°@ÀrçJ?('?søø™C{,ß1aüŸ©ZÇ_ëgíš•ÌÂ#'þÑZ±Æ?RÁzPÕBúôuÿ¡ûÌÚøký „ÐۤᡴR–ú ¥µ•upHXEEÅìÙ³======gÏž]QQÚC"iyëÖ ¡™ I¨zj” E-gnùòŸe«¨_+óþ××§Wx@XßÎç•¿ ®ú±kc~ú‡O÷ëáßÙ{å‘ ®*ÇFõ€ˆžÁ‘½{ªUWm'&¢G`ŸUGŸ_ûÉ ~a¾º­>–I\øA¿^Ý»‡Æž~öBCßìÚ˜Ç;ªDh{»w˜eô˜ý—•Ýüò½ðÈÞ!=Búî¸Ï_ V‘¾;¡ïT Z½_Yp˜ÚÞúÞXƒ ;qî— >yoóž&Áiꮉ q“6>…«J¯_uÇyô¸Zuzãݤ¸„ÄC»?Z?>ü¸óÔÝNÝ5þç)S耣^ Kúó ó©Ã¶hèœxgV|©ÇYw˜Uë kÿ·¿?´Ã쇞޿mÜ‚a³˜§Ìl‡µŠ.'…Bo†O„„‚ÌË}nÝÆ>LAԮÇ€µu›ŒŒt€‘_Þ›¨ÞøÐ¿n~P4/°‹\\ôàG’6/‘há0\Z|^CµöÕ `A?7 …ýpB‘??Ò‰0q%->«r  ]Äââë4èë¨öºôe³êý_›œ·sZlD¯ÁcÖñ“4ô™.d­¢ËI!„Ð[£¼k”Wí·]»vq„U RmãEÎßúfQô¯$AIeUº¦_UÈPj®Â¬«Zø²Qõmf›¤j-Ö™ðu=(°õ_A’›ãÛè ¸Z`6ÎUEëI!„Ð[£áï…B…e«ì§Yзo_Õ]Ô¯ÙO³ììBɨJߟ¤¼ôáªq«g~Ný:ÞY²øD:™q|ž©Ó§Úî¯8«˜ ùÏeJîê,í¨,©js¾©ó§ûöª:ëA«²kЧÅÜ¿¯QÛ¯§ªU§ÃTÛᨢý¤Bè­Ñðw„b==ww IçììæÍ›€þýûS¿&?ÛÍÛ—Pª'BúŪ¨Þ¡<OI…ûiÃ{NTùð?ž2zhı\l÷ãß㙯l©–h¨òíA1=CZH8ÊZÙŽÚvËó£×>Ì“·^ý×*Í}£7XªVÈ<Öûî¸7aJmJ=Rfã={sg'¨ŽyF\U´žB½5xÉÉÉ›7þôÃú ùy\A ã?9¦´¤˜¹kïî!aáfææÌ]:"I²¤¸$nÏÎÎ^]‚C{¨í=s*ñîÝ;ã>šXYQ®Z¾~÷¿ƒ{zA£×Þ®õƒôgÚ¢š˜Ý'®2ØO[BÕ;Cÿ~ÿ_Ìà!Ì]%%ŧODöÀÜEÉÊ|²yÓ¦~Ñ1 GÈãñ £úE<¸?-55$¬‡mÛvù$ãô©Ä²²²‘£ÇÊå2mÍ „B5Ñð‰D"‘•µÕø&^½zùH¡œì§`ÝÆ¦c§Îݼ}•J…R¡P«ÂçñJeã_qû¿Ç9äÛõ|¢’ øŒ7.!„PÓÕ(!@tëæíããÇðx$IJ¥LZÉoÛÚ$5#Ï©EãÏ…o%A¤=ÉkÛÚT[ B5%R €úÍ«°®ŽÇ/¦Ý= @¿I|ÏʲEoogm!Ôd4®D¨;c½˜PwmQ!„ø¼"B¡f !B¡f !B¡f !B¡f !B¡f !B¡f­}|‚ i¥T&•Jx  Äzz"±ˆ™G!ToK"”J¥E…Å)÷n§¥¥æç瀅¹…³‹«ç;ŒZ‰D"m „B5Ñ(n¶¤RiNVÎþ}»ó ò£cÍ]°hî‚EýÆ>þl×î¿ 5Üš˜Jüýý»wöíûëUÎ/Ш[&¦m!š,Y²”Þ®ASþÚBjEµ{Z1ûOwïµÚA¡†Òð‰ ˆ’âÒÄ“G½}ýFŽgïà(‹Åb±ƒ£Ó¨1ã»uó9zô°@ éÎ5éü¹¤¤ ‰û|5øs a K&'èíeË—kˆÔ*éü9m!5'“uÕ½Z¶ƒBoFÃ'Bi¥,õAJk+ëà0æÞàÐIË[·n…ZžÅ5ë4¾¢ð8µ-+MžÔÕ'b[rUhb*9¾zRŸð—.ßÌ  éèm*2<$ÄÓ­Û·‡ž^9©wx°[{¯Å ™tpÜœa!¾î¾ç”k>èîù#BC‚†ïxD•Úü‚ª¾|‘Ù+Ö¦hº÷ÓÄTÂìgEî?Cúùúwï6ìLnIõÓ¢¨tµ'å9'øzx…› T÷ÔNSÃÑ<Î!Tßþ5B™¬2å~JôÀX®ÿÀ „ƒñ;zi^ûQâbcëªïfü-vpÇ6x™—¦ÇµŸ9Nªº¦ûi¢Ò=ÖžlŠýÈò«ãñ1NöŒ9ÈÒ)Æir‘Öþ#„P}køDH(ȼÜçÖml¸¬­Ûdd¤ ®ÿ€@Eù³ûé•?^¹M•,½žgõiô60濺£ZÖÏLGJ‹¦³4¤bÅÀ`ê0’PL_ÞßZºŒ‘Í¡–õs‡~ËŠÆùLˆv˜½âjŠ©ýüá~Ñ¥~àØYáx€ªDÈÚOÖž|ÿ²§Ë☵˜8G[ÿB¨¾5|"¿ä•ûË`“Ο ¾í;yÂÆÇf€’$wž•XVV6rôX¹\¦­„B¨&>€H$²²¶ÿÑÄ«W/I8”“ý¬ÛØtìÔ¹›·¯R©P*4}pqÁÛA„ÒªQ$B €èÖÍÛÇÇ/àðH’ ”J™´R[U„B¨æK"¤( ÍŸšG!„êVÿk!„j@˜B5k˜B5k˜B5k˜B5k˜B5k˜B5kès„AH+¥2©”P’À¡P ÖÓ‰E|>fk„Bõ¥±$B©TZTXœrïvZZj~~X˜[8»¸z¾Óɨ…‘H$ÒÖB!TâfK*•ædåìß·;¿ ?:fÐÜ‹æ.XÔ`ìóçÏvíþ»° PóMáÕ¿–öðõñôö _ü×5 ‘¯Å? Yhb*a2-Y²”ÞÖ±Jƒ¨§~²Eõˆ´¢ëª6XX§yÄtdU›ÁÑÅk[ úPÒð‰ ˆ’âÒÄ“G½}ýFŽgïà(‹Åb±ƒ£Ó¨1ã»uó9zô°@Àyçšy|zÌêÇ??—tþ\Ò‰é«c¾<Áù¿šÉä„êvÒyίHÔjÙòåÚBê’ZÏ5Dª©§~j:Õ#Öf„éºõt jjp8Ý#YÕfp´’ɉZv¡·IÃ'Bi¥,õAJk+ëà0æÞàÐIË[·n…ì¹ðûɺkE{1ˆZ´_±ë“¿&ÿ7uŸWuwø"ûW+çI +MžÔÕ'b[rµ×ÄT²{þˆÐ á;©mSå9'øzx…›O—µ)Ê¡¡}À? þêÝã«'õ ñpéòÍÁ ­Õ@Q~ÿËa½;ûøûw¶(ªÿ—œÞæê9×iªuƒÙO¸³¶‡Ïô‹ÔviƆ6¾Ì–Ë2÷;· ¾õBŽõŠXvTzxzùw®AcN3¨z"Ì!z‘}¬¿‡OPá â™w$T‰ZƒN<<$ÄÓ­Û·‡ž^9©wx°[{¯Å ™ª >Œëç3ã ä^objžZ¡€i®6;ó*¸lW–¢K¤æ9 68úob*‰›3,$Ð×Ýwàñœª¯í¬ÈýghX7_ÿî]†ɭ #©IbaÑ´ë´§qµÿº§‰PcÐð_Ì[\T·;z`¬½kÀãÇÆ÷±L&eîµ5ky'·ÀTÀ£~%Å’V‹ Ò+ µëôCNÆA>ÀùO»-ôúóØX×ͽ\+.Lô2/Mkž“ºLL%C¶^üe+s›ú£µþŽ·¦ßãô`Ϙ®câ¨BÖ¦hªßˆkb*¹í꜊nuÛŸ›¾_kõ-‘nû#6ÅO €‚¬r3Cµ©m®žs&³Ìfå/n;»~t;ý| ïÀ{žÛ>8¸s€Ý1Ö–Sþ7²ÿv·c“rC—‹œ[.æ½j¶YËY¹.ÂŠÜ KÖ#rõmŸCÊœ“›ú;¤íï5r—ÚWJ©Ö¥wqøð_“ÖǺ?Ülç½ìíGÖE·/¼¿Ñ¥÷ÑÜô½tƒyqN—ž¦,;;ªó2¥Âæ‹Ó:¼°qú0;ë,ãp¬Ýfö+RÇ)¤µÿ&¦’wÿwuKŒSÚÞ±á+;>Nšßù;Þž~|KŒSjܘž«<'}Ó›«'¬ÓžÆÕþëž&BµT'_ÌÛð‰°0¯ð—-æ.X$‹Y¤Ré×óf-Z¼¼‚íKê¹!,èØÎpÿ­™vzm¾¿ÿ¸«±ÈÑÂÌÊÕŠ|ž[úß]01•<Î/4ò˜ÛÔ¿ƒ¹Ù¥œïÀàØå‘‰_ìð›ÚãÁ‰®Ã±v›¦5RÇ)¤µÿ&¦’´¼KŸçšYùå§AõIÛÒʧ8ÿ1pLo®ž°N{Wû¯{šÕR$ÂFð®Qž¶ =îýVF›2J¦;˜R¿–dl2j5”ÚµÐ{À¼Kã¿:ù¤íW]E $É'ÏØê½J0꡹ÍðjWS¬ŒøTE€’*y­êÀ ø$ñBµœµç\3»ÁªÏÚ‰Óýöhêyã¨ïU³ p´LÈóþM­°I3‹¤ ÑSݵøÔíˉ ñë¼V˸¼¸±öMÇ©AÓrâb÷~礅|üü?ý5~\?ymD`pÞËîôek¯ÝO“«Ÿ_|ÓñÙÇC[ª•3[Î<6kÚÕ€CóƒÍ½>ýcXnŸÉ{è`’¨œ=¤g÷€@?ÿF-ÚNjÚ„¸Ÿ2æGú…Íý7Œ'0å SmP÷gÕÚBá'QCí ïÐv—ÉN}ÍôÕbtï¿ÖÈZöVUäÅ9!¾Q‹s6Ç£J>Þ·µtÍ`_ÿ+û=~³ŠÖqcö4­íÓêð4ª' ÿ!I’%Å%q{vvöêªþ¨qæTâÝ»wÆ}4±’íBTO¶E»Ÿœ|ìמ¶Úë¡(aK>@橹~Sø™Éßh«ÑL©¾Ú‡Psó–¼FÈãñ £úE<¸?-55$¬‡mÛvù$ãô©Ä²²²‘£ÇÊå2mÍ º!-:1µÂ,êß ™ €H$²²¶ÿÑÄ«W/I8”“ý¬ÛØtìÔ¹›·¯R©P*ÚÚ@uCOráßëÚ¢Þcë/œÿX[¼D¨–E"‚ ˆnݼ}|üø>$ B©”I+µUE!„j®±$BŠB¡À›?„BoNÿk!„j@˜B5k˜B5k˜B5k˜B5k˜B5k˜B5kès„AH+¥2©”P’À¡P ÖÓ‰E|>fk„Bõ¥±$B©TZTXœrïvZZj~~X˜[8»¸z¾Óɨ…‘H$ÒÖB!T"J¥Òœ¬œ£ÇYXZFÇ jcc Y™OΜ>¹k÷ßÑ󬬭‚ó«Ý¤E§[Û ô_wåðpg®\¡!„«†Ö‘ ˆ’âÒÄ“G½}ýFŽgïà(‹Åb±ƒ£Ó¨1ã»uó9zô°@ )aßß4ßqÌøëßþ¨!!„bÕð‰PZ)K}ÒÚÊ:8$Œ¹78´‡DÒòÖ­B!W.$¬ÿoéüE};·çV}gáéåcÜ=ºFŒ9­J*KWŽô‰™¿[õîÒÄTr|õ¤ðO·nßzrxå¤ÞáÁní½'dR²Òä‰ÑaAA]}"¶%B¡·HÃ?5*“U¦ÜO‰Ëà”p0¾cG/Öõ¸‹­¾dô4÷ñŒá}{Çêmð2rl¿å´Ã?ñ`6²b`0uI(¦/ïï -]ÆH‹æP{—^ϳú4zóñŽ!„Þ* Ÿ§-€Âc‰#äyÓNæÈoE{| ’fÍ»¿ÂÓ|ñ©Û—â×y­>–qy Ü·‡ÇÒƒÇ*{0ž6âóxâêÛJj¯’$wž{HÏî~þŒZ´]5~ð⃠œÎú½¿¬Lù¹pì¾=V Ó:ûøùzµí®¶p„BMIÃ?5*Ö»¹¹ÇíÙùÏé“Á¡=Ôöž9•X\\Ü©³WeE9³î—«þ*ÐwÌÊ} ûO©§UúC„1ßÄÇpìâÚµð\¿÷@!ô6jøDÈãñ £úE<¸?-55$¬‡mÛvù$ãô©Ä²²²‘£ÇÊå2mÍ „B5Ñð‰D"‘•µÕø&^½zùH¡œì§`ÝÆ¦c§Îݼ}•J…RÁòÁ „B¨öE"âÿíÝy”Õ½Àñß­ªîž f`6°Ì 00 j|!¢ÆèKô¸äô™E4M$˜ÄDЗ˜?\¢‰1n1æ=cž_ÖgT”²È. a†™aº–{ß ÎÖ3 é¾ßÏáhSu«º¹ô÷TuU·Ö"ºªjâ¤I“×QÆhE~²!ݦ»®”0 [¼k€‘“Õ('!X¬FV#„«B€Õ! SÓ/ŽnMgC¨”ÊÉÉI7 €ãÌqœ0 UK?Ò×! aQ⤟ôb±N¿ÚËqÝX<þáïõ(N76Î~³LyEŲ,©štZß~§x^g÷@ZƘ( w¾ûϯ/ŸP5)Ýð4:›®^½KÆŒ·võªW-<.çjHK)UTT4vle¯Þ%鯦ÑÙŠH¿Sú÷;¥ºQtEýŒ€ŒFV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!dcLº!G´+„J©ƒõõéFÐ%DQ$¢”R銴3„…EEïüsûÁƒµÖéÆpÒc‚0<ØPßp°¾°¨Gºá""^º""£F—­^¹rTYY·îÝÛXN %R[W»~Íš±•ãÓig‹z—UTlÙ¼¹¦z‡N¼p‚)¥º••Wõ(N7V¤!‘Þ%}z—ôI7 € Ó®ÏÈVí:"ܸa]º!t9£F—§Ò¾N>ã¬tCèrª÷ïK7¤}!lÏŽÈD|F°!X¬FV#„«B€ÕÚuûtq:ŠÂ( ¾ Ù£Çq”ëzmü Ò~„@Æó}çŽëׯݿoº±Ïqœîݺ5jà AñD¢Å1LH‡B™MGÑîÝ»V­\1eêÔAC†z^–¿­¾¿ýí·^~ù%×s ì¸n“LHº-šÊò õÂ(\³jõ”iÓ‡–nl6ˆÅãÃGŒr½Ø’Å‹ûöé“›_Ðd’n‹¦¸X@f3ÚìÛ¿oРÁéf•î¯ÞAóULHGB™M)¥µÎú€MÄâq­µnéZ&¤£ìš)YÌÓ›`Fkû"I&¤!‹cÖmX³k÷-®íÛ§ßè‘Çöfj›§ž_ó“ß¾j-Æ#FŒˆÌ8í?¼öœt›v9„€-Œ1ë7®ñ~üøŠ1gÜöÄòÆåÿÀºÏŸÕ·×-Oojqó KL4tRg?Øõþô©çÖÕÕ¾ýØc[oýþ¸nÝ<‘( 1:Å£uL©a"[n›Ezȵ׌)»àŸžP9©ÉÞ>|mÞé³7þùÅW&öÏ‘]ëž|c©,né™;«3§Ë©Ñ»ª¿vÏŸG éÑ´‘‰˜+"U_|àðJuã=×UŸž8|î̳÷T×J³×üîs³Ï»³fñ’#ºÇƒo^3ù“_+YuߌÒÔZcLí?ÿ2mÒÏ{xémžÚù|l!€ì§”„a°æ7MìÕ+¦T†’JE*„Q¤µ6ZÇŒ†›¾û½~WÍìVÐÝoékJîžù“Ùÿ·-UA))Ÿ>§\DdËc_ùÐÊÈo¨zÌyüwWWö‘X,ö§Û¯úÑ×¾ûNÍ~úÜí ‘°~ãM3¯ùÛÖº|W¹à—¿›_éXõÕK®[ýQØÌÿæ ®׳ùóžxË6ì¸åÁ¿Ïøä¸ÑCûmy¿vìàŸͽÔsÄsUÜ•DÌMxNn"V—PJöV×G‘n~"ù®Y¿¾ñ…í#ºÇE$ÖmÄ=¿ÿÆéwÝ·ýžÔÚš-ÏN9ýúËŸ\6çœM·<!€ìwèHÃϘ( S÷]§Ž™C˜â#Æ„QiÝâ÷u=º³vë©…Í—8ÿ¶|±DDª7?5ðì9Wïx4µüÙß^4wxõÖ‡úŸ~ÍíýUDûÌŒ7/øÕ¦g¦ŠÈG;êEä±ó?;öÞÕLèu`ûÿ”žyãÕ;Ÿh¾ÿì¿þúƯŸ{ãÒó?Y—»õ½Ú¸'Þ©Ž{*æHÌ“„§b®J¸ód`ŸbÏU[ÞÝÝ¿w‘jvÕè¯?¬Û6¤{ã_ __÷Á0‘C!œ<á —=»uδþrRBÙÏ£µ‘(Š´Ö©K`Ì‘~ì¸PD¢(ÔQø~‹{kñššmºüò·íc®ªßµIäPïºh˜ˆûRrÿìÔ’üãÃåý·ÔãâÒ<™¿bw¿kf<.""ÝœÉ'Žr˃ß¼³æŠ §Ô&õöÝóâJ9Žr”Hê£Aiq” •8‘1Æ(Ïu’A˜›Ó±¦ÌºpØOîþÅ·¦ÎËwNæEI{ÑÐ5EQ†akkÑ‘E$ ÃC‚*u¸„GF‘ÖZDÂ( £ÐßO6ÙÕœRpï¦]· /j²üâ ¾vås®×W»» iÜ06æ4j\øI_ŽüZPhÌÓ‹^)MZÒ8¬ù³·_ÛÒ¶?#Z$ˆŒi/rŒU×…JŒç˜Ü˜Ê‰©œ˜“z`´Gr±öÜ·¨ÉkþBIþý[vÏ9| ]ýÖ}ù%W4޹îÑW뮨÷9ïõß~;÷ä]»yòžŽc»ÖT†Zë(ŒD$ Ã0uËD4Þ;…¡Ž¢Æ ŠHjaÍ÷6û‘köï7¼þ^]ê¯{7-ºû™íƘÉhHi¡1fåã×ËQת4nØøøÖÉ%³XœzüÑÎzcÌw*{ßðË×SK¶.ÛÜ|Ûµ:"Òæ„¤u笳ϩðÔÅ$Ø3¯ö`´coCu]Øàë0’ÃL™(2‘Ö1Ï)ÌÏ}òooLŸxj“]}ý¾Ëîýü·Þ¬ñ1~͛߼ø¾Ëïÿzj•ˆ‰ßôßK. Ÿ|å½IÝôetTÛÒŽd‡Vß }?ÐZ‡Q(J ‚„säàÐ;èá›(DÄ¥¢( Â0ðƒæû,9ãÖ~üàœË§¾—t%Jz=GÜðãû1OÝyåå«zö/>c®È_7óÇuW_WñD}ALæ¡'¿7æK¿_°fæõc Æxú÷Ÿ®Ö|ÛŽëT®:·bxi;~õÊÔ3*G––¬~{ß´±}¿¯zЙ•õ‘›ïþ]³Q¦ganÿ^…—=ú¬±[l÷¤™·.œyë‘ šMˆ8ÝæÿùÍù ÿ±#„²AêL`‹«Jz÷Y¾biåØñ}®¸"Šô;wü瀃 ñfÃRì}ó½.ù|nnîÂE/ŒÑôø&ƒ´1!í7 ¤û/o¹à{¿ôÇ_ÿÜ´ "òÒýW¶6¸óOw²ð!€ì`Z3¦|œŽô’eKòróJ.»´ß-sßÍÉ9úzPs¸‚=oœ]|É%‰DîÂ…/&b‰égºÕv­ÎÄáÖq‘Ÿ»ë†i£K»=ºà%ñ}?™Lú¾AêÃ×t;8qÒMH«8" Ú>_Yµtù’×–¼:±jb¯K/‰tôö¼;Ìáßq5"ŽãôüúõÅ—^œH$.z1?¯àœOŸ+™|”Óù#B­uªva]1åÔSzÄøCÍž={RkÇqÇu]Çq=Ïõßí ŒùØÑŒëz^,¾pá‹ùyçŸ{~êNÃÖv˜ Úš´Â0ô}?Ã0‚ ÂpìÀü¹—íÛ·Okí8Žçº^ª~©ÿÄbQ& ×=r[H¦ „²Bº“cA”—U,YúêK¯,:}ò‰DŽÖZm´1FGQ†á Ï¿H$>uÖ§‚ ˆÅbmì-¤›¶©”ÃÿWJ9Ž3¸oAEÆq•×uÇ9²ZTjIgžôd!„²AÛgëêêêëë<8°tðšõk~ó›'#­M¤#s¨†‘ŽŒ6ýúô4aÒþýû“Éd^^^~~~k;ìú:yjT)•H$âñøáo݉ÝŽEÆ×uuÝTÿR'E;óŒ'! R··¶6///'‰x<1yâd?ßÃH-"Žr<ÏÅãñX,‘ÈÉËËÍÍÍõcB:Ê¢i•”£ wïÙÛ§¤$ÝØì±÷£½=z;ª…Û˜Ž"„2›ëxcÆ,}íÕI§MîÕ«·ëeÞåû…Ñž=»—/_6®²2ÞÒçvLHGB™Íq¾}û•WT¬^½²¦º¦ñ$²•ã8EEEååe½Š{æäæ¶0€ é B ³)¥â‰Ä©C‡–––†A Q-þrn¶0Æ8ŽŠÅ99-¿é3!EdÏ‹y^†ß\1!íw,Ÿ+5!Àj„`5B°!X¬FV#„«9Ùý´A)EöJýò0gG–"„«yžç¸n–ÿT­ñ<Ïk áÎï¶=€,Ç=ÏóDdöõ×¥ @¶‰Çãê½÷Þó}?™L&“Iß÷}ßÃ0 C­µÖÚ“n'd¥TêÊÏó<Ï‹Çãñx<‘Hü?8¾ endstream endobj 707 0 obj << /D [705 0 R /XYZ 56.693 815.761 null] >> endobj 199 0 obj << /D [705 0 R /XYZ 56.693 759.068 null] >> endobj 708 0 obj << /D [705 0 R /XYZ 56.693 739.087 null] >> endobj 395 0 obj << /D [705 0 R /XYZ 56.693 378.322 null] >> endobj 709 0 obj << /D [705 0 R /XYZ 56.693 358.452 null] >> endobj 704 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im36 696 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 713 0 obj << /Length 397 /Filter /FlateDecode >> stream xÚRËNƒPÝó³„Ó¹o®»Q#»¶‹Vhm¤T[ˆÆ¯w€ÑjLÜpç2¯sÎ=+ ¸ NÓ`ta> endobj 703 0 obj << /Type /XObject /Subtype /Image /Width 601 /Height 418 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 24361 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 601 /BitsPerComponent 8 /Predictor 10 >> >> stream x^ìÝwXW×ð³•*¬D¥ ˆAAiÒ‚"Xc"*kÔä³cKbT,IŒ±EóÚ  ˆQ±{Q¥÷¶mæûcp]ØÝź†ó{x|fïœ{çÎYŽwf—a…B’$Åb1AbA/B!ôqb¼Äd2Y2ØT"‹Å¢ædÓ¡² !„BjJ6²¥I¡PÊŒoÿ§¬Y„Bè£ôãÂ1l6›Ãáp8j¾Ç¨««£òŸ@ 3ÖÖ4¶‹ óVÖB!ôQÚuäBcIÖ†ÙAÜ—ÕÕÕTäóù3Öž9u2¼(¯QCU~êŽÚ¬³„ˆ/ ‘@ËØÂ´ß{eB!„^SYU½HL(`³˜†úÚ- U¯e¤§ 1»þˆž9PSSSCCƒQQQÁçóù|þ´ÕgN\PZ"~Ýó´%—öx;wóqꢥgÀáj°Œ‚Òê¿ÒÊHû)û4 :‹D&ƒÉd±l!„R]YU}yuÝýŒ1®z:Òéð5j•TÖ¥§þ=s ––[r³PÓØ’€k«½ý‹­Ñ1÷Äûéæ¶Æ/^”•=ʸvâTàßúöX]œÀh¬¯Áo\ 3ÿ\IX7ò¯žw^ÜXüˆzºè`_weµ[Êy’çnÛ®<|fmѤÚ]tÞ¤qi¢†‚+9zTkSN-ËìÔׂ6*îÕöD–¤q‹„yOŸï:x»ÔÞÁP£Y:$’ÉdÈk ('S·wÏÝî&ºfô·±…={«’·‰Ð»Ãd0ÀÄ@~™?LnÌì‰ Úe0 *ûHj=yžª5{câÐ^ð÷é‹’WgéZB¡M}ÅžzM¼\­ÓÍÿνvî ¬'³Or«iqØŸ×èëps jêEœÂÛgìÖýy¾sP+Gos!zÉ´§YâߥJ’ä—?½™SÑÀÀÔÒigekÝQ‡ ©ç¯@?·˹ϞošåÎÌ}ö¼Ÿ[{ë^€öÖ÷2s¤§k¤æÅÓ{yeõ|“ÅÖÖÖvs²e9E݇ô!Aš÷u¬K¹!îÚ@ü§ÙO ʪù"RS[dzƒÒ^$I9Y ËëDÀÒkoØÝ¾‹6“!é•Cgƒìçb×ÜÖÞÚPCÅÀ†ýéíͬ¦t]4­qüÏy~n]›ìÔþÑ‹J­®½Í´ z–ó¤ ¬š/$¸Z:ºZXkÀ‚ª_šj1Û\ª4ïjÀ±X 7Rõ6évGî ‘„Pn#*î;jkZõŸ0&“AeÙZ¿Ì6{c"ÈK¨’Z2¹hZmàöùá]c=}4Ën5ä\Ì,¨»”[ûàE}×öÜFŽKßôq©Ð¾»Ïð~AÞƒúM}@Ê ÎWƒ æü]")i({’ækg»™ð4Ù@¼x^|0öZ¡™Ýý7äNõ$Ër ©e‰ÔóWåÆô±îPil¶nTßNú\Q#ÿyQŲ}7]zÚ „M7¸Iˆ³*È_ìµ…%?äj/în®—~£^Ø…+¾3»ß>QŸh0ËJÊgÿz¥±¾Nq¯ Ûkß½ù44ܵŸ¡ˆf=ÙŸÕÉÉöꥩ˜)OL1××'Ä»Pbm,,”ÛCñÏÍgÌÛϧŒÔno#æßJ=_ÔÔ`ê³ÅÓÍËÎYže¬]šç=¨÷BÇŽÆZÌòÒò“g®¥t*{|_Òç™cû†.:èg¨wïf–‚HÕÛl±;–íAvÐÜ{u{ osŒR÷µ5Ô O‚ÊgÒ¤s“Á Ò–¤Ö €¾³7&R1Ò‘³7& è[UÛ(]KB,³ ‚ ˆ¦¡JR¥†‘…ž[Ä·ËW.6ôiù¿Ë>n½Ý-ÿ½yçzÎ=KS²ºEgÃÕÕ•;÷äî¥CgüÀº Uë|úvJ~u“L m²>-ý~ˆÑNWgD ÝÌ)=Æ­—ž:6cokµñÏKóÇõjÖeok•ù6^®Û‹‹ôÓ–m?˜Mp5m,Mô4|àî½TÀ'=º ùZæÎ&泌›wÒÍ¡{÷A†ÇNÔr‰'Žcë®SœùpËòæ&ú\MóŽŠ{õâ^¦ËøÁíµïŸ»žæSüìVéTO?ðêÿ£yÕ¥>›5Ä2l¤Ëﯿ jd{(÷‹¾®ÏÌ„üR&[—ÕPå“:óÿŸÁ½v•¹ÝFœð‰î½ŒI/;ÙÚ}6n`õÚ#·,-¤ûlokU”uß~äÙÈ“/·¥´MId‹ÝÑj×(;ht›;S%Ú¥Ú¾£¶Fv†7ÀïÕ݇Óç®´n1/$b€Ÿ»$RfoLàç.Ét²óB±XÌ–þûj¡X²®½×´b~ÝWÑûÛkˆûûjrîܼ© œÒAŸÎW jûkYuÓïééÿõÂo¤+¢6.çÌ¥jŸÁó $%õ‚ºvú~]ô9T ©Û•þÛ¬šÔ©ÉÓ×?Ÿqƒú ~þÖ3k #Õ.Èê £õXhÔÁº««w'ûvê®8“Ù¢"jËÄ¢š —kVùxJJämZåkÆa8|ñ^…`Æ$?3 € Å$Éb0¸@ŠX¯¾'Ôìt"IŽÂL~#–ö[~OF-; °W àåûY*ä…ˆƒÁšº:˹N¸"& _U1Ml, ¹Ï_–g H7CxJ6mgïîsù€_Ø®«ç¾T;A’4‘Õ*¶)‰l±;’–¥ns¶¶¦*î;jk8ì–ŸíÓ}žÉdEHÕ‹‰Œë·ZÜ#¤îºöîÅb1¥kI$ɔ΅¤ Ý\íÒêzC;++[¯AU–þ¢n~ýŠØ: I§Úuvó¿^¶"jk$gȇ'/×3_¥%&ƒ!"¸\¶E·n¦ì¦<юżÛH@„‹ù !^Òç%—EBF»YtÔª/¯¨t<|Z´l¤½Sø¤ <¿^Ìdk‘¤P¯n#C‡úÑ$* zk3ùW®¯Þ}aõžóe€ÛPS`1÷d7À7ÎÝ À«¯ãóg¹J{ÕI‡½ï Ùy@åÓ»]S !·‡r‡ôVv‘@ð“­CWMérxùžíÂãþv¿‚}:wÔ×46æyz8DtäÕ[ÓEªÞ&Ð0×ãÈ]#J÷µY²×H3®ß’ü´XÅd2ZÔ’N„³7&Jn7þ2˜¤º¤)õnjö'cä^¯¯à}réQqpð sq'µ3`óL@‹G’¤…E—§Ó»:úƒ#[µUŒ®:u®Õ|ç¦G½¶êb´&öÁŠP»Ð!N×.ߺÓhÚS‹]»m9ô`ÕHûÁÃúd\¹ `HÅ$iiÂÛ”š·ÐÏü³‘µO>]›E·1ºFÂz¾ŽÁÈ }MfMeuâ‘Ë:[$©Û®é{EùwŸ ú?C8’›­gÆc1òîßxfebîÜžeüyöàÐ>ý{Xͱµ.-.?rJØQY¯ ¬­/ï9Ûi„K`ß^AtÿvÖ–¸"[;Ë{·òAºÊ ÖÕÑyïPª„gÑ-+îÌïU΃{šÏm)lä甞-µ×bÖ4¦‹T½M a`i}ý¯³Cš Ú'öòá’ªï;jSZ\#¥ûZ…Éxy¿PæÊê쉽z~B-´hDRK‚$IFNNN]]ݼ ‡>8ãYQ%4—Ÿ•Q››::¨ï“GY¦æ]z8:2¸:ÀÕºs/S 8ØÛ.Y±ÆÌÞߺ÷`@mÞõ›w ·“#T?ËÊ.H^ò+^dç— F;C3¢¢ VL6•Wf?+L}C“ÊÒI<Ô>Ë-©ŠI&[ßé“.-Ú—^¦k$';»®¾QD,ކ¡IgsC­.¸w¯HHtrèÑô•;’¼wûŸdôèéÀá‹ü‚²ªz¡˜àjj}bo£J¯H‚Ÿÿ4¿¼ºž¦Ž^û.]M5™ =WÚCé`%夸¸  ¤²–/3YlM--C3scm¶œ`šHÕÛ¤Û’È4šF”î;j›ôu5O&Å©ø]ûA!#¨†JjÕÖóïÞ»ŸôpKJêÒµ@("®ž>8ÿsŸf¹ðÉ‹ŠÛ+̽•=ÎÀ }qq)SXãéë6ìïc'Ïž»L¦X$b±8}G!„ÐÓÖÒà°™§Å™Û÷åéëÊ©¬ªÍϼ4 x„PDÔ7ð_»ˆ ’Ê…Í®‘’2×(:Zô  uîþro¾›y3 àæíûíü,{ (Ⱥ¤­ßQ¶B!ôêêµ4¹Aá)Éñòï.@`P8_ jh¼I-iÊïšØô¡V™Ø¸_½szÖWQàæéN¤©­]-„Bè5Ô5ð ôuB†z|¡¨îåÜŽòzµ$ùV2/”ÆÕÒõ­b0B!ôzÊ*i?:®ÀkÔb0šçBûv¥Ô_òF!„Úûv¥ =/LX7¦¼¬”>!„úO)ÈϋٙÊŸÞ‚Bý·a.D!ÔÖa.D!ÔÖa.D!ÔÖa.D!ÔÖa.D!ÔÖ5û®=B©›ë_ħ=xVØòÉï“É0ï îß½·-íC¸ÐG s!BH}e>)ýãØM÷ÞŽ¾F,滎%&ˆÂ¢²ßÿ¾A lpq´RŽ>>˜ Bêkÿ©;νyí ëùíóÍß=^û>Î=¦?Ä\øŸÔŠ\XTT˜•U]]¥,½5 £žž­àà¿E8°²ÔmL¨þ¼(©´wÔ«i+ 4´ô K«.þsîƒN«¨Û‘}?${ݱ£‰²XÕsayYÙƒ»w{»ºw`~¸+m A¥%Å×3®áâîƒÿ¶àÀÊR·1¡úÃ<ŸRøäI|È¡4&ƒttrúàƒÓ*êvdß—{Áas •…«œ ܻ۽G š¶ñ õ¡¡¡Ñ½Ç'Y™pðß.XYê6&l¬š¬,ðý·ø75œVQ·#û~hhhtïÑãÁý»^>~ÊbUÎ…55Õíôôð9MD;=½úº:ü·V–º ‡ $Iª[”E©#u;²ïG;=½šêjeQªçB’$ F[G5A<þ[‡+KÝÆ„Í’ Ô«?jÓ™VQ·#û~¨ž¶TÍ… >—ìÛ&ÿwV–úŒ ›Å€j¿ÎÞ6‹¡>ƒó>êοS­É…js:¶M8þï¬,õ6BÎlFSSËÑÑ‘ZÖÐ÷ºpæ'™ª¯oÕªUË—/—»êãR>êοS­È…â…ãÿŽàÀÊRŸ1á°h¦…W¯^•,¿Åþ „ÄêÕk–-“Ÿ 9,5œ×ðQwþjÅ'kIy,,­<ØoàØ?o–ÊQàÇŸ6I–+ˆ|×’VLôê:vµ²ÀCîø«áà7u)(xpPpèè•ÊÂ_ÇÛí6ÝÀÊ}Ù¢œ|µ¿ƒý;x«ŒTÍGz²É¾EÒ‡U› @¤Ì´(©ygaâq«†OÄž =ú$--­ØE#=Ýœ»õ>ù¼–Ь/LéݳkŸžÞ#ÏÖQ…ZZZ‡–|êå鮯gn®®îîÞ²Ûe3å NñÕ}#û 8èÿ~{(@y×c¨”Ò#û8îÓ‘s¨å›±›†88(¸ÿÀðboÉ­ø'¿,¹ïâ·8Vвš”VÌ é.4OJ€ò»1Þ“–ÍØ"7†ÎæÍ¿|5g6µ|<)ñ=\Ë .GÎÿì¿péA¦ž 7èZx×ävL Ÿêåmµ)í­w[n - %/eƒ©ý-ÎØì7)jTÆ6éUÿ±“Mio_›@HHVil óÍÝÝZÐë²ìôá]óáÇWÇ_—òeÉ’ûïêKÕúÛuõŵ6ÙqBwä]ù¶ ÐY˜òï›G±ú ÝšweÕÎq§eVÛ€¶Žî•+—äl—Í’3s§¬þ4.=ÌJ~fV£‚zwc¨"ÅGöä–Ì鱦$AI’§¦Ž€!!Cƒ‡Ž1<Ì×kЧ NoY4jÄpOþ?¦<§ø5÷D„ÖÐØC÷ÊÉæ¬ll“ÖL64ÈkðÄ´¢zIáßѳC‡‡ÎJx*[}öÈð‚:lòº;tí+n”·ƒ$I ë³WN08dHpð´ïÑ5~ñ—¯¼|:æ«‹¤=½´AREöˆ´ x`[¼” –”õžÌ—:ÿá“Mé"÷ Hw€¨Ý´ïî#}X¥±™ Rδ€K/<LÚMØ3‹õ‡ÛäÓ&Ï&›ÂÖ[i²¾"sösfźK‚ -‡®/YBm%˲[¤~ØL)ãAƒ¨³I’$ƒkg¯GÊ=j Žok߆oxdEü‚˜Ï}.I’;£ŽNŽYn©Ë!I’­c¹"fRü’ßè*Òü²ýîO¡AÑ·©ÈºÂ¿z¸/"¥ÞÅõEç>ì;phø´è’Æ•¾ATÙkU´f^HÓ(UþôŸŸu: “ÄHK–OXM=0Ý¢æé÷Kÿ¯ÿýwì[û¤ÄIŒ$2¹óÄÃñ¶5O÷÷ ñÓŸgZVåìí;féWÿþ#¿è¾üïuŸ´¯Í?ÞwÔ÷#/m„æN÷Zxt±Å“ãóFEîËø{ U˜ÒcΑ…Ö°oŒw‹ê?Š=&Õºö´@´ØA89!§ß†”mPYØ@×ø¬-ɇoܱÖd7–5*g¹…j5øÁC‡Q íÌæüµ#PÛdÐÞ…Ç#"·œT¶&Û7ý‡Þtƒ ;V ³/tÝþß„¹Z3$±È=ö£'ìÎø{*UEöˆÈR0°²/eƒ©’œ”:Æ¡’µÿá“ ”! ï Hw€$»iÓü°Jp˜À`0 ‡l!!,½œÝ`ÁäWò< éH†LÒ…†ìWëånh¾_¸þ3—q>úúöu÷ôÿ|ô@]hÎgyGMþ ðoÃ7<²ew~0<‘ZŽ/­?ßIG¬köY}i IFÉ­Hwòÿ:tL‹ƒn=ñ«'ýÖ‹îaÜÙô‡Ãì­Òïâ=‘ ¿<°gˆÅãcÿwúe¡Ò7HïîÊ÷Z­È…@nypÈ0QcéãþwŸ’ÄHK–úš  ÓPAõ*Å‘‹»  “á„hÕ"?3@ e.¨Ž¦6ß)7^<á0è0*e;¶Ð×D ˜øÍ¯š.DP…‹ÌW—,Ð(mAvºYÓ‹ZÖ6` ¹uÃíy_ÏûnD€Ïà &Í8Ë5üøØÃ-Úì¶!"10d>wGjšFdÇ hz([ø[Nu¢Ÿ‰@ 0õ_P¹ T ˜H­•»×-È-oQ(wÓ”àaÀ 5 l6îY!Y«ôT‘,|D'›¤PñòÞ€tH²›@³Q6‹ú¥(ï7¸LaììÅŸî;6üv¯_ÞÿӘÀ%ɹ¿ ³z||q{»¯¨*síx‹“s§ mçJÚ‘,±™/b®œËfl–œ~z/ø-%ìúù+×R¬Üº$eÇh 9ŸeÝñ}·áÙ«?^¼*JúpXMÿ% E¹uŸü²¡Õw¼Þ¼_rÊftâ~w¼èÛ…&T$õoÌËx3ÿÇd+ªìµ*Z‘ éRn|Üaâì–I+£ö‡ïL1I2H¢Aº¢ƒZ¦ÖËù¶L$»ùrS-[ÿ:`Êeɶ )!ɦbÉZ}(®.Y  PÚÝJ÷PnÝùž¸u1-íÌž ˜.%.y䎿z~‹BX~ýic'¶àyŸlÇQÐH‹±¢Û¹Ý&ÉWµïu ²å†lf_dÆe€XðœÉ6”»iJ|Ü«Ü/Y«ôT‘,|D'›Ì¦åŸ!@s,äJvh6ÊfI³Ê£¯'µÀâ]8—jÉ×ÿz=¼â«ÅôÝÿÙѳb¯ÿ: ‚.EùDç Lbþþ™jgZ®‰£G¸®á 5,öü=]¶›#ýüÜ< t´Ó/œm±QºïTY;‡Y;1ÐÉ},IŽ¢ [wÔ”ßV¼ ßèÈ’‚ÍYíâL›æ‚à µöÔLëÜŽ ¨)øKË0D¶®â“äô‘_÷œ¼ñæØ™é/Ìf|¢Å¦ Ä+}ƒ¨²×ªx[÷ ~Ó·Ù>þmÓ½r’$ÝÛqãójH’|vv½¤¢t ’åölf±@Ü¢Pn¤ôòÌîßÄÞ¥–ŸÞzB6ÒòI’Ì;»AÏrB‹ºtÕßn€dyv/Ãeû®QËÔu9u þÃrèå=hÖ¢%µygHy䎿z>)#ù›IeCØõÛäÕKKb’¦Ù±’»/r»=ÉRo}ÓA_¯g1±ÅZ’¦ctåÓÚŸpŸZ¾Ÿ°¶½ÃTº`…Ç…$U8UÞ<àýžlÊÏ÷Tz€¤«46ͯ¨šêªK驟 çÀ|àÚ¼ŒŸµ˜~+ÏP‰Â×üõÏÅ«Y‰L´©­Ó®_½tùFÚ?c-Iƒ’Ƈn<šyãŠl"„—¹°…c—$I’dMî%Žö'T¡ìá•ßPr#•Ôz³#[“¿«ÖnûåúI˃ÿ˜ý¸V@’¤ 6wõÌ=!+&È­¨ PîA7õ‹ªM>±ú¤ÇÂA-ªDZêQgγÔõŠöTz+ªíµ*Þ¼°©œ©õÝÚÁaó¶Ï9¾ä›ï"¦Nu°£±•ï€xIEé¨å•#ÝÆ†äiiÅÜ' )½<ú×­Yó¾rH¬BSçY[»@s~76ŽþõY™ÐxíÎe²mÒU‹’å°­;.úfðÑ6˜û¿i–l]Rܸ~ö”2ˆø#þïg%ã,·P?|ähjÅæúë×Âó¿¿Û'%ÎU“éúÓ°3¾9ñ÷÷Ar‘+¹û"·ÛŸþ½`ö¬áÛ9B®ù1Ÿ*Ýi²å#vlÉ\ø}ð¾F5L{oÛ&·AºéB¥§Ê›H–ßÓɦì yo@¥¨Åa•àP—éhú©’7©+ƒÃ’ó7½®X»um¥øoÑ/ëè´æ ÕÚ·áÙì?Nôž¹S²ÖÄ7j{Ù–%Ÿ°9B§ÿ¤-s|:¶öä—{ЙÜN í–߆ÔÞF-Nƒ1Û¿Ÿ=urèN# IɪŒŠ{­ FNNN]]]ÌŽm›·n//+¥‹KNJìéäL·V­ôtê}ûæueQ™Û7o|,ãÿqÁ•õ†còv߀çÒ¯O™8N(* |Ovï?ìçÙ[Y”šRpd¿ è·ðäi³——"ÿKnß¼2ŒnmA~^ÌÎ!¡aoa^¨†>¢®ªî?¹SêVÖŽÉV—Ænú»3o­Á7Äf©Qg^]çJMQ°¶-øæÂ›×ÿýXºÚ*ÿÉR8°²ÞdLÞîú"µü/U|ï3›(uçß©ÿ`.ü¯ÂñGp`e©Ï˜°Y@óõÂã¿:/D˜ ?8þï¬,õ6S!PwFY”úú¨;ÿNa.ühàø¿#8°²pLø¨ç£îü;ÕŠ\øàÞ]e!èÂñGp`e©Õ˜|e!ï•Z Nk}Ôoƒ¡§¯ßÍÖNÁ‡H¥µ"~6!RYB½}Ò_„ÿ°ð×àÇ¢¡¾þInν;wœzsxí ”…·&‚:‘!ôþáïÀˆ¡‘qGÇ÷ï÷õòVÛš¿Á†B},444ttu«*+”`.D!ôŸÄd2 U?÷‹¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[÷>r¡ž>OúÇ;ú¶²odÍšµkÖ¬U°hT—ކzú¼„²aoÒŽ!„ú Z÷wgÞÄ®]¿S ¼î]G¾‘€`s™½nDE-¡‹œ¾óLAnŠùÍ¥—.¦IãoBiÇB}oúû]uþþÔ‹…nÎá™zú<—9I°e¸ƒž¾Á†«%ðryxÅg];wsO+mš·‰ê-™0Ĭƒ‘™Õ ˆ%êETySüÊ V¦Fþ?Þ¥J¤WÉvCOŸWGðÕS:qY­m\OŸÿíD›NÌm=Ö%=Ü4;¬«‰±¹û†ÓT­‚3‹Ý:ðŒÌzŒ:ô RÒšt³€BHm¼¿\hieMý„l¾g=jÛÆ!ÿãçQgŸ;yx›±$òW¡çâ/\Š2S'…ï¢JöŽºõhz·‰ß~iw)a{ð¨}Ò-/»a¸jÓ/³<;‚Ôìs×®ß%ËÒ¤¨Õ§¬Íë¶tQxuQæêÏÜ÷Ôöþ&jTuaÖú)³©µí®ŸNŸ¿~ÃúoD–Ü:374ªÅæè:†BèCaäääÔÕÕÅìØ¶yëöò²Rº¸ä¤ÄÏ&D¾Þߥ¥¦A GR/ÛYôq±l'n|lë–^Å׳—uc«“!‰|TRnÌ(åÙ29Æ•¥ÀÒРLD<*-7ªÜ¨²4[ŸVPÒ[—ÓbsÕU•-ûA zãTÉ¿…¥Ý4øúí;ÀÕ¥öÚLž¾ÌêªrÈŽ]5néÎÌš¦18Õ•%r·‹B誮®JK9£à±Mùy1;w†„†½û…/ždÞ¿_YYa#GË ð—~)””Ä ¨Ê+:¬Wë@ý9•þŽœt"|ëd·ÕbKî³Úk³€€—ÿŒœµéq£xá/{¼:ë}=vÄãF!¨æHì!e!!„^a0<}žƒƒ©Y'e±J¼…\XZR|ûÖ GG'-mm’$ËËÊ eÃbãâ¨^÷þý»ë|;tL6_cÕÎ)˧î2ùw÷M–DŽÿæ×pæßоûWTÉ s/Žÿæ×0F"tp_&Óü+]4XÏøâõ»ØZqUIiUãJq™ hl¬¹wöàãF±ô*Åó „B*ãr¹|þµŒ+Çȸƒ²pEÞB.¼{çN/§>ššÚºí8l6ƒÁÙ”íz.ùGÿÄÒ_n–y¯83wŒ‹ù¹”Iûç͈í·}¤%0ƒ}aîö«ìü~kzlæøÃgMŸó×ï+–ŽÇ°é[ý\î&(;„Eüü÷÷s¦kR%¶ªq¥þÚ2{Äü[—/0é{ý3ç«^=’[qÇäþ!„<w¾7oÜðï÷FÓ‰·p¿ðhÜa¿€þºít9œ7½V‰wÔB©ŽÁ6‡{ø¯ýÃGŒ’]«úý·ð9R’$I’`³ßÂ!„RI›ÍVñ!… ¼µFwi´UpFˆBèý{ óB„B裆¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[÷ÖþÛ[A¿‘/àó 1 `³Y\ —ÃdbÎF!ô®¨Q.äóù•U™îæäd—••€‘¡‘­ã'½tÚé¼ùC0B!¹Ôe¾Åçó ŽÆ–•—…†X¶rÕ²•«†/..:ûWEy…‚©¡ž>ÏÓË›ú Z@özÖ¬Y«,ä _¥:Ùø7ìù±åŸõtõôôò~Ø òôò¦ [Û+„ú(¨Å¼ ˆêªš”Ô“®î¾~’rK+kK+ëÒROž<9y*AèZH¿xnÕ›‰èu뢢–( TGoØó)[Žß+)3`3á /B© µ˜òÙ2;š˜J'B _ÿ~<^û;wnªþˆÄÚü›.¾wê„°²óàèK §Ï‹_:ÎÏÛÝÁ}øéÂz*²¡äŸ±.îž}{Œ;WÒ@êéóbWDøûùuO/o/Ÿ~ÒíçìùÚß?ÀÛ³¯“û½·Ê©Â´u‘=úxùxŽLƒæäÆËª/<3̽‡«ÿ¸‰’BAÍí¡^>>}Üï½­d[¤¸f÷°±R=§ÛMÙ¡Lêï_G!~¾Ôl[v:(·W!ô‘R5»¼SAcfVfèðpºOoŸä¤Äž=Dò$ñ:/9q X×<4黸¡#6žšY•9ðÑo}©µÇ\V[msdr`xÌ“ô¹°#t¢Î‚ÓW¬³ã#û‡îx’þ5y¢×Ò´ïì@OŸ';+ê4(*-ª²cí‚–´ "Ö9SPb«Ånx™lÇËÚ>ÕxñéÄ0ëGq‘I/ w‡ì¹þÒvgÚ§ñÝÏŽšm‰‹ÃVÙqd–ÀHê9ÝnÊå3iqRÕes¡Ü^!„ÐGJ-r!!"KKŠMÍ:јšš={ö”ÅbÑȦ+û‰»gÅÚ{NåÆffp_>f8:Ä,C¢+§xÌ€ÍY•WC,ÀjhtÅnMIb}¨-ЫÉ=1!&·RÌa1êKl€Ï ¦L[8~ÈÀðµTˆ—õóËÎX‹ˆ§ ×Þ(5ù2t/è2›f`r·5ÙÇÓxÞñ_G÷hÙ.ýnʈŠäö !„>Rj‘ *a¨@K/g7tåðó+ùÀÓP-:aÀV´­q#çOºádBKxFݨÂÕgïf¤$''nqþáÔ³Œ•Æ+ôjëb’<”zÎ\£ÙÿänkH¿k“N5Œì¡¥èÊw+ÆP¹½B¡”ZÜ/d³YFÆ^Úxy¾²ã5õ0éÕg^–8ÏÝ}ZÎù7€v[£×_Ú9¥ïø õ Í{N·›²¢"9½B¡–ZÌ ¹=.¥_èja)7 ýâyWwBL› %÷ YlÃóçòO-™wÍ+벯Ów߸„A³ã®ïAW–ú­Ï)tŒIÜDÅO;ºkâè‘îÑ\×bOâtÙ–7Oò ðð4ÐѾx>URø×ÚñŸº»št´ H¢1jtp±„uWhшl¼4O/oêïñ;Ç vÛб[À×±ÔÚÉGãîDÌrÚ%Ö$=–v±Q°­‘«“X+†y|*Jÿs±tÏévSv@T$Û+e5BH}1rrrêêêbvlÛ¼u{yY)]\rRâg"kª«dW‰=äh`h(»JE$IVWUÇÇrrîíëßì›pîlÊýû÷¦LÑØÐ쳎­¥§Ï«®ªTÕ†à€ „þ´´µÿÜó¿°‘£eWUWW¥¥œ &»ŠRŸ³sgHh˜ZÌ  †¶ŽvpHhRRBNv¶_@?óÎ] ?ïYÚÙ”ÚÚÚ “& …´_.D!„Þ„ZäBàp8&¦&_LqíZƉäc…/ž€©Y§ž½œ\\ÝÅb‘X$ÿÛªÃ9P 8 !DQ—\A..®nnL€A’! øÊª"„B¯Or!E$Ñ}¡!„zÔâ;!„Є¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[§^ß/$‚ßÈðù„˜°Ù,®†‡Ëa21g#„zWÔ(òùüÊŠªÌwsr²ËÊJÀÈÐÈÆÖÎñ“^:ít8޲B¡×¡.ó->Ÿ_XP˜p4¶¬¼,4lIJ•«–­\5txxqqÑáØ¿*Ê+L õôyž^ÞÔO@к°×³fÍZe!oAΩ˜Q¼=<½=ÜÝœ½†,Û~þÕªÓ1#½=¼|ÜÝ]¼†|¶ÿfë"?Ä'®žÁKéôôyt«ÞܱåŸõtõôôò~Ø ’/~é8?ow÷á§ ›…ØPòÏØwϾ½Æ+i  õôy±+"üý|ŒŒº€§—·—O³§*æìùÚß?ÀÛ³¯“û½·š&jië"zôñòñ™ÍÉ—Øfý(.2I¦ñŽZ~™rΡêqLWWÿÏw8µ [EÖÛ³—>=BÈŽ*¥ÅÖesáîð‘=×_ÚîlXó4¾[à¢ñÙ1€B‚ZäBBD––›šu¢ 055{öì)‹Å¢ ýuo?q÷¬X{Ï©ÜØÌ îË „Ñ!–`]9Å`.lΪ¼b VC£+¾phJ*ëCm^M 1¹•b‹Q_ò`|îh0eÚÂñC†¨¥B¼\óƒú¥W ŠŠŠr²Q% yW7éºbúVø•Šî›þü²ºõ°h€x‘°~xwзœ@ˆ¬jím#ù•¯n@ÊŽªŠÖÞ(5ù2t/è2q^ˆú`Ô"‚Š7³ä¦„°ôrvCW?¿’< eáТlEÛ7rÞø¤ÛN&„°„gÔ*\}önFJrrâçN=ËøQi¼ÄxSÝO«XéÀÆäTšBE˜énÏ­^l£´šõS‡I½dˆåFËxU @0H¢N:¢©M·ù²Ší+"&ÉC©çÌ5hÿ‹ƒBï‡ZÜ/d³YFÆ^E[SÙQUÑ'ã¹»¯SË9ÿf+F¡wG-æ…\ ‡—Ò/tµ°”~ñ¼‹«;!¦Í…’û…,¶áùs ù§–Ì»æ•uÙW‹é»o\ Ùq×wŒ€ +KýÖç :Æ$n¢â§Ý5qôH÷h®€k±'qºlË›'ùxxèh_<Ÿ*)ükíøOÝÝ Í º Z $Ñ5:¸XºƉ«´hD6^š‰÷Š”è‹#ä5°4¸l»ÝWkwS«:z.K‰Þ±p\ÿçˆùlCÛ/×nº­Øñ;Ç vÛб[À×±Tá/[g‡öþ½“‰Ý y»· MvTU4ùh܈YN»Ä𤠳ÇòÃ.6Êj „Ð;ÁÈÉÉ©««‹Ù±móÖíåe¥tqÉI‰ŸMˆ¬©®’]u$ö_@ ¡¡ì*‘$Y]UwÈɹ·¯³OlÀ¹³)÷ïß›2uFcC³)¶–ž>¯ºªRYjU„Ї¥¥­ýçžÿ…-»ªºº*-åLPÈ0ÙU”‚ü¼˜;CBÃÔb^È`0´u´ƒCB“’r²³ýú™wîùyÏÒΦÔÖÖN˜4Y(¤ýr!B!ô&Ô"‡Ã115ùbêŒk×2N$+|ñLÍ:õìåäâê.‹Ä"ùߦPN_ÞU„ЀºäB €pqqusó`²˜ ’$±XÀoTV!„z}j” )"‘ˆî õ!„л ß©@!„> Ì…!„Ú:Ì…!„Ú:Ì…!„Ú:Ì…!„Ú:Ì…!„Ú:Ì…!„Ú:õú~!AüF¾€Ï'Ä$0€Ífq548\“‰9!„л¢F¹ÏçWVTe>¸›““]VV F†F6¶vŽŸôÒi§Ãáp”5€B½u™oñùü‚„£±eåe¡a#–­\µl媡ÃË‹‹ÇþUQ^¡`j¨§Ïóôò¦~‚=Ïý5¬Y³VYÈ›’<¹Wòä)ÅaÒ躗s*fÔoOow7g¯!˶Ÿµêẗ@o/ww¯!Ÿí¿ÙºÊÇÏñ‰«g@ð«çÚ«Hnÿß‘h¿)òÿtßâ‰aÎÎn}½=]Æɬ€ÆŠ3ö~ëe#-ÿ¬§«§§—÷ÑäмϽ@½7j1/$¢ºª&%õ¤«»‡¯_€¤ÜÒÊÚÒÊúŸ´Ô“'GNžJ´ªH¿xnÕ›‰èu뢢^=ðöz½Û½¢ôÕýåÄ;åb¦ 5ù×·ÿx ÀŠ/¯í7?3.¹iUÉý³{³jÁÉ@¶e:3OÍ*-×g1”~0ÕO¶þ®µ¸½¦ÜµÎc¢¾ÙåªÉ„¢Ë?8Í Ëݯپÿ"öÌ­O§Ïêª'9eËñ{%el&¼Ö¡A}DÔb^Èod?Êìhb*%|ýûñxíïܹÉf«š¹kólºøÞ©ÀþÉ΃£/€ž>/~é8?ow÷á§ ›…ØPòÏØwϾ½Æ+i  õôy±+"üý|ŒŒº€§—·—O³§*æìùÚß?ÀÛ³¯“û½·šæUië"zôñòñ™ÍÉ—%™sÔ½85Ô­‡›O¿ñ+¥'"§˜9(Я‡mïï’žÀ±±C@^÷6OÝñeÜOT¶€væ½þ8«iÕ”m3â6KV;ü_X ‡[œÔß¿ž ƒ|}F­¼)½EÙ}ÕgÍ7ÐÉÝËÓ³ï¸U·©Â­€ æöŒÐ/Ÿ>nƒ÷Þ.—Þn ŸŸ£½Ë÷ÇòŽo˜90Ð×¾›óêä|*@ñxf,ýÕkU¸µÚ§ïòëTaÝ‹?LlfÀ˜ WM&€qïÏùUM.è;_—]“ndRÿ:‚ ñó¥®7ÈNåö!ô‘R5»¼SAcfVfèðpºOoŸä¤Äž=éþl÷«KX—œ8¬kšô]üÐOÍ,‰Êøè·¾ÔÚc.«Î­¶Î9290<æIú\Ø:QgÁé+aÖÙñ‘ýCww4˜2máø!ÃG ÔR!^_Ue î –ÁkKÊ£C¬@ßj¿RÕÛ¢óƒú¥W ŠŠŠr²Q% yW7éÆAÅ-Êîû÷W‹/$xQk :5MCe[[{£ÔäËн Ë|5»Z?¼;è[N D Ö µ€ö¶‘üʦ›”ŠÇóŸ*þ.=.h¶8ƒ7eCnÕ¢®‹Ž¼ø9ÚJó0.jÌn^ê•1ÔK®ž+¿j<´]ÏB#µÈ… â½'¹¿ÅiÂÒËÙ ]9üüJ>ð4”…C‹N°mkÜÈyã“nG8™ÂžQ7ªpõÙ»)Éɉ[œ8õ,ãG¥ñŠÉݼ“*fˆå­o2ÞTwçÓêVú°19¤¦5fºÛs«ÛèÓ×n¶e·¨`ߥɶ&&ÉC©çÌ5Zþ/§)’Ám¾ÜTKéx’/&~ë:lùÕ/§æu^ÜG·é£È9G¿u/þêak­×?ÿézŽú©ÅýB6›edÜáÅóº€Ï ºZX„¢_Ç-ÄÍ *»÷Xâ¼ùƒ¦— ª0*ù)ä_ʳ›K•̵ã-i*ŒâÙΕmÇÍ,- øb«.<¸±wNSÉ¿_Æp¾tÝÕ¹‰ÊãúÒFÙé<xrb¹âH¹Ý›óë¿„Íù7¿–zI+^­Ú9mûˆ9×^4]´,øÏ¦#Ï@…qPDÞ¾/wï0sG:µ\ñ¼åEc‰%NÆsw7ÝÒËù7›.¬Åã髯qµºécV]‚~¨N]xd~¼ÿÚ¦+ð9‰ßö›ŸqèÒÁ>ú\IAu††¾¯lS ¼^ÏBêéõÿ_üq54z\J¿ÐÕÂRn@úÅó.®î„˜6Jî²Ø†çÏ%äŸZ2ïšWÖe_-¦ï¾q ƒfÇ]ß1 ‚®,õ[ŸS$蓸‰ŠŸvt×ÄÑ#Ý£¹®ÅžÄé²-ožäàái £}ñ|ª¤ð¯µã?uw343è6h@2DcÔèàbë'®:ТÙxŦÇoä¶¶£ïtKQ¼Üî™x¯H‰Þ±8b@^KƒËæ°Û}µv7µª£ç²”è Çõ.`˜Ï6´ýrífPa»ï± ÷"gõÚW¯Ë‹!¿î_ê(·îä£qw"f9ík’‚ÎË»ØÈ kAñxNîÛá™&ÀÒ´ˆv¬Ÿñ/<ò6¥Ööð»³Ý×CûS/ÿ>÷!›YñàŸ)Я×s„zbäääÔÕÕÅìØ¶yëöò²Rº¸ä¤ÄÏ&DÖTWÉ®:{È/ ÐÀÐPv•ŠH’¬®ªŽ;ääÜÛ׿ÙG"àÜÙ”û÷ïM™:£±¡^nuééóª«*•E©BTìöL€ü³Ë<æ2óo§¬z¥*wsŸ/ÚgŸiÅý¿Ýýmë~ÿw&ÍŽBêLK[ûÏ=ÿ 9ZvUuuUZÊ™ a²«(ùy1;w†„†©Å¼Á`hëh‡„&%%ädgûô3ïÜòóž¥M©­­0i²PHûåÂÿžú’CFîc5`òó‘}ÊÂQ3ú–s"…)£i¾bØBcEÊZáäLL„µaj‘ €Ãᘘš|1uƵk'’¾x¦fzörrqu‹Eb‘üoS¨îc™€®é´K§)‹B´¢ÎÝWòŠfûÀÌsÊ¢Bÿeê’ € ÂÅÅÕÍ̓Éb0H’ Äb_þÓB!„Þ 5Ê…‘HD÷…z„Bè]P‹ïT „BæB„BmæB„BmæB„BmæB„BmæB„BmæB„Bmz}¿ ~#_ÀçbÀf³¸.‡ÉÄœBè]Q£\Èçó++ª2ÜÍÉÉ.++#C#[;ÇOzé´Óáp8Ê@!„^‡ºÌ·ø|~aAaÂÑØ²ò²Ð°ËV®Z¶rÕÐááÅÅE‡cÿª(¯P05ÔÓçyzyS?Aª>ð]EkÖ¬Uò¦âçøÄÕ3 x)]€äI¼’i9§bF ðöðôöpwsö²lûùW«NÇŒôöðòqwwñòÙþ›­{üºÒŽÑ‘ÛÏwáØòÏzºzzzy?lIžÛõÞ¶ŽúÏP‹y!AÕU5)©']Ý=|ý$å–VÖ–VÖÿ¤¥žKî£ì•(J_ÝoQNܱS.fÚP“}û—| øòÚ~ó3ã’›V•Ü?»7«œ ”´(åM:ö~LÙrü^I™› ïì@µj1/ä7 ²ev41•N„¾þýx¼öwîÜd³UÍܵù 6]|ïÔ `ÿdçÁÑ—@OŸ¿tœŸ·»ƒûðÓ…MBl(ùgl€‹»gßÞãΕ4=~]OŸ»"ÂßÏÇȨ;xzy{ù4{ªbΞ¯ýý¼=û:¹Ù{«i²•¶.Ò¡G/ïÁ‘iМÜxʤþþõäë3jåMh>§Qe~³yêŽ/ã~¢²´3ï½ðÇYM«¦l›·Y²ÊØ!àÿºý.Ÿþaæ @¿¶½¿Kz2“ÝMQ}Öüqܽ<=ûŽ[u›*lÑjnÏ ðòñéã6xïíréíúù9Ú»|,ïø†™}í»9¯NΧ]A†øùR—d‡KîBH–ªÙå3³2C‡‡Óxzû$'%öìéL÷g»_]ë¼äÄ`]óФï⇎ØxjfITæÀG¿õ¥ÖsYunµuΑÉá1OÒçÀŽÐ‰: N_ ³ÎŽìºãIú×Tä‰^KÓ¾³=}žì„£Ó ¨´c¨Ê޵ Z6þÑ6ˆXwäLA‰­»áe‚QOùãLZœ¼M¨hÏóÚ»4ÞÛý¼öŽ…œUt»œØmÞÉëªÇ»lf¯I ë˜ìnîúpðΛú@yA½ÜÖ`wøÈžë/mw6¬yß-pÑøì*ò¨å—)çªÇtuõÿ|׉S ºUdí°8{éÓ#К¡“Í…t[D¡Ô""²´¤ØÔ¬]€©©Ù³gOY,]€ì¯lû‰»gÅÚ{NåÆffp_^䋱ËèÊ)s`sVåÕK°]ñ…@SbXj ôjrODLˆÉ­sXŒú’‡ÛàsGƒ)ÓŽ20|Ä@-âߺùAýÒ«EEE9Ù¨†¼«›t»búVø•Šî¹Êîæ÷W‹/$xQk :5MCe[[{£ÔäËн Ë|5K[?¼;è[N D Ö µ€ö¶‘üʦ›”o2tt[D¡Ô"‚Š7¤äþj§AK/g7tåðó+ùÀÓP-:aÀV´­q#çOºádBKxFݨÂÕgïf¤$''nqþáÔ³Œ•ÆËÅ ˜$Q§ Lb¼©îÎ§Õ ¬ô`cr*HM"Ìt·çV/¶Ñ§¯Ýlu˜ÔK€Xn4EÁnJ“mML’‡RÏ™k´üMS$ƒÛ|¹©–êC'‹n‹!Ô‚ZÜ/d³YFÆ^¥8’2ç×/~ ›óo~-õ’V¼ZµsÚös®½hºhYþðŸMGž »¬ˆ¼Ý\îÞaæŽtj¹âyËëÃKœŒçî¾N-çü›MÖ‚êC'ëõ¶ˆjƒÔb^ÈÕÐppèq)ýBW K¹éÏ»¸ºbÚ\(¹_Èbž?—jɼk^Y—}µ˜¾ûÆ% šw}Ç(º²Ôo}N‘ cLâ&*~ÚÑ]Gtæ ¸{§Ë¶¼y’_€‡§ŽöÅó©’¿֎ÿÔÝÍÐÌ Û EÉ@Q£ƒ‹ ¬kœ¸ê@‹Fdãéü²uvè`ïß;™Ø š°[A$ÅÄ{EJôŽÅòX\6‡ÝMµ:z.K‰Þ±p\ÿçˆùlCÛ/×nvY¹»›p/rV¯}õº°òëþ¥ŽrëN>w'b–Ó.±&)èì±ü°‹Ü°T:Y¯·E„PÄÈÉÉ©««‹Ù±móÖíåe¥tqÉI‰ŸMˆ¬©®’]u$ö_@ ¡¡ì*‘$Y]UwÈɹ·¯³OlÀ¹³)÷ïß›2uFcC½Üê*ÒÓçUWU*‹B!ô1ÑÒÖþsÏÿÂFŽ–]U]]•–r&(d˜ì*JA~^ÌÎ!¡aj1/d0Ú:ÚÁ!¡II 9ÙÙ~ýÌ;w€ü¼gigSjkk'Lš,Ò~¹!„zj‘ €Ãᘘš|1uƵk'’¾x¦fzörrqu‹Eb‘üoS¨'…!„äR—\A..®nnL€A’! øÊª"„B¯Or!E$Ñ}¡!„zÔâ;!„Є¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[§vŸ#U]m=ÿLF΋Ò‚$•žeLÃÔ¨]7k]-Uþê7B!µöç³×sMŒôý]mYÌ÷=»ăÇEi×rC¼í•Å"„Rwê• ‚à7ò|>!&l6‹«¡Áár˜ò²]~Q•·³ “Á|ïÓB`2˜ö–œÈWˆBè# F¹ÏçWVTe>¸›““]VV F†F6¶vŽŸôÒi§ÃápZÄ$Éd2HxLÆû¿6‹Bè]P—\Èçó Ož:fdl6¬“9äçKK=ûWhèS‚hùAI2âW³³wûñÊ¡OiŸËÓÅÔðÙ‹2ºµ!„Ú¬÷}§M.‚ ª«jRROºº{L˜4ÅÂÒŠËår¹\K+뉑_¸¸¸x€ßÈÈM:Ìtœ"„ЉZÌ ÑìÕáÇišÇIKWüS$¼î ÿßÞGGUÞ ÿÝef²ABaIØ d!ÂâÖ²U·×êqé9hµ­`µ¸´RlE)Õó÷ÖZ·Z}«¶*¶îVÙE@Ù7YDY„Äl3wyÞ?f›RÈÌóýŽLî}îðü1_ï{gÄŽ|ù‡µûîÈk?åõ+æ¿;ç­GG<òÞŠ¹ÿ?úûýzû?•ôKªóÿI"¾¯Dß}ìù¾W©'^›Ý%dÕÞ¶b ï@"iÇ…ÁP(//ÑG »÷è9uêTyýõ×EäüóÏþøÑ‡ Jõ½Ú-TJþuç‚¡Óî®yG°ã™3*'Žù¢rôïrѾˆ¸•áË~÷\ÍZ¥äÜ©ÿ2f^<ö÷'oMµŽh}]hÝÇWüýë'Þ8ò9/¤"9ƒûÄ€^H­¤…Á¾}óf½òÏæÍùþð‘3gΜ9sfÍÚùsg—–– (®®ª¬µ¡RjÂìÑÑ%f¨ÇŠÍEä™×æ=LD6ñuôÁØÛ^{Ôò£W5ôØNÍŸùÜûµvH ­¢…†a¤¤¦œ{Þ…o¼ñï϶lùÁˆ‘¹]»‰ÈÎÛçÍ]^^~ÕÕ?uœH¬Ýp,ZE E$têÜéç×^·lÙÒwÞ~ó«Ý_ŠHç.9ý‹” êy®ç~çn 1 Ãõ¼ÿÁÜQžï›u®åÄ£ÖÒBñ}_Ä/)ñŸ‘mF§mÎÜàgŸâH«kaÓ¥%‡.žk1œè³‹´6´ ;ZÐ-èŽtG q¬E>³ZhFRRR¬Q´0Ó4]×5ŽûSÀZ …í2Ѱ÷/@S™–¿þjwF»ÌXcch{í —|¼¨dÈÐN»Øv ì€Æ)¥<×ݵã‹eŸ,T2$ÖðZ ]Y²û X½rÅ‚ys[ä¼-1†‘‘‘QTTœÕ!;ÖØZ …"Ò¹KNç.9±FеÀû…Ä5ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh! )¥b 9¢©-4 £ª²2Ö(ZÏóD Ã0b iz Ó32¶±­ªªÊ÷ýXc8i”RŽëVUWVWU¦g´‹5\DÄŽ5à~yù+—/ߦmÛ&f€“Â)¯(_»jUQñÀXcEšÞÂŒv™ù……›7m*+=ج“°œ`†a´MÏÈ/(Ìh—k¬HÓ[("²;vÈîkq¦©ï¨šz\¸~ÝšXChuúåÄÒä;ý¬XChuJˆ5¤É-lʾˆG¼_Ð-èŽtG º£…ÝÑB€îšzO´r¾ç¹ž'|`²RÊ0MÓ4,Ën䢦£…A$ÙµsçÚµ«8klÜ3M³m›¶}ûõëÖ½{0ªw Ò,´@Üó=oïÞ=+–/>bD÷ž½l;Á_ÙœHdÛçŸ}ðÁ|˶ºwïaZV­LH¬-jKð  ×sW­X9|Ôè^½zÇ›Áà©}úYv`ÑÂ…:vLNM«5€ ‰µEm\; î)_8x {÷±&”®]»,=è8NÝULHsÑBqÏ0 ß÷þL`-`Ð÷}¿¾Kc˜æÒk¦$6uL¯ƒq­ñË&™&¢…ô¢”Z³nÕž½_Õ»¶SÇÎy} íõT7/¾¿ê¡|äú¾(¥”(Q"2fè÷fN<;Ö¦­- ¥ÔÚõ«lÛ=✺½SJ­]¿fíúUùýú“ÃÆ¹žß gLšò”áúâ+)«tg>õ-€ÖK)µvýj˲óúæWT”»ní‹,lÛÎë[°nãšµëWç÷ãè°›wîïÕ%Ó4èÙ×ôÔ¤ù+·G|#ìJØ3F è*—“F $¥T#o)¥Öm8ÂÏþòøš['ç3Y £àÞ{N™81¯OÁú «×¬û4ÞŸc0gÙÖ;žxoácíV)_‰ãKÄUŽ'Ž+ÕÇ4Œ–}ÒƒH|J©uÖX– áÖ'žÜ:múðž=ƒ¦é¹nôOE8¼vÚt¥T¯ë®ë×·píúÕ«Ö¬è_P×9l)JÉŸg-~gñ¦êˆ]mž¯ÄõÅóÅõ Ï—ƒ¥ß6¾ŸV‹{*$¾õÖX–™×· ¢¢|ë“Om¹ó®’ÌÌ aøž§|?zü²¬¾–µeÚôÏþühyyY~¿cÙŠ%õîpË;žwÆÀõÏ4òâ¿-ß_ï°ãÔJnЍ¬v&=ðÆ'›¾ºeüè#K Q"¾2<_"ž|[Q­"ßæ÷ȪwKŸvFÿ‚ö?ý®g—Ö,¯ùVìzÿ¬NY·½´¡ÞÍO€V1Ñpü9%øÕžÝ£GœSQQþùÓOo™zÇ€6mlÏu•R~”RÊ÷†Ñ[dó]Ó=Ïï9ñÚþE³þõÒ â!µööõGÓN›´þÍ9 礈Ȟ5ï?³¾LgÖ÷ÌÇëxÎ7¶È9Ò{JùÀ›}zæ\8ªo(`‰HÉ5^iÜüÀk"bYÆŸ:eüÈ}¥åRçwÞñΤ±÷”-\´¬OÛ óíÆk‡ùËìÉ®UJ•ñÖ¨!׌}bñ]œrü¿ð±¡…´`âºÎª›nœ•0 Ïu%Z‹h =Ï÷}åû¥zºî†ßÝÞùªñmÒÚFêû“ûÇ?4éí­ÑŠHvÁèÉ""›ŸþÅøÇ—{‘êr¯Ýäg^¾º¸½ˆ7î¾ê¯¯Þ±½ìÇ|çî »‹ˆ[¹þ–ñ×þgKEªå÷<ï¯/O/Ž|»â—\·ò·:œú«gg]= }Ýç=ñ–¬ÛyÛcï9s@^¯Î›w—õHÿÓ”KmSlËZ X!ÛLÒRB†!ûK+=ϯ{Fù¾ ÏÝ<{[Ÿ¶A ´éóÀ¿oê9ú¾‡·=][¶ùÕá§]ùóK&ŸÝ­ö–'- …CÇJÙJy®½%;zäTÓÂ([)QÊõ<Ï÷ëý@¯§v•o9%½îò®ãîúøšl)Ýôb·‘“¯ÞùTtù«}~3oÊ©¥[Ï9íÚ»/|WDž>wÌÆóþ¶á•"òÍÎJyzÜùE®|rPÖ·Ûþ™{ÆÍWïz¶îþO°ÿ{÷ÓçÞùôÒqg¦¥$où²²yïäÃGÒ¥Ÿ=œš}E͘ëžú°âŠ’ÙŸüã7É'ïjΓ÷ÌТ”ªI[m®ëú¾ï¹žˆ¸®ëFï£pœš*<×õ=¯&„"]è8NݽMzrâŸþç†O¾¬ˆþ¸üû_Ù¦”Úözæ¦+¥–?s½uéJ͆5§ËžðèÂèãovU*¥~[Üᆿ~]²eɦºÛÖ«Á¹‘F'$¦{&Œ<»¤ë‹¯Í ˆÛ­}Jy•·sui…[ñ]OÿQ®§¿äŒŸ—<1±¾ß忎H8NÄqÃ0zÿaƶi3º†Ã¡¶ŠˆlOJÊ™r«aZáH8z\Xw‡½ÇN˜5vÂÑK”Rýöຟúñéß–F7,++­ÙCÍc+ù{÷½8ûèmí´Â?½úÁÑKjm{ ™&:-?çÏ¿{Ëß?PÚýŒâS}%·ÞÿrQª}zrNVúe#óÎ*êVo¾‡ŒŸ:wüÔ#Ô™1ÛLsãôãmÿ±£…Dô”`½«²;t\ºlqqÑÀŽW\áyþö¿ïZU¬3,·ޜuÉ’““çΛݧOí£œ8ÒÈ„4]×ì¶½í¼ÛŸ˜ÿúœO.5HDæ?reCƒÿéNÞ/0TCú ð=Ñ’E)É)Ù—]Úù¶);’’޾BTaû›'e^rI(”\28ëÒK<ßû|Ú uø«_•ˆišío¼>óÒ‹C¡ÐÜysRSÒÎþá9ÏÇ:Ç\èû~4x®ë]1ü”.킾V¶oß¾èZÓ4MÓ´,Ë4-Û¶lÛ¦—‡X´@ÂPÒðK¿!2´d؇-\°ðƒ¡C†µ¿äGm.8O©ïÓX–m‚sçÎIMIwθèˆ í046!1¹®‰D×uÇqÇu‹º¥N¹8ÿÀ¾ï›¦i[– `ô?€çº¡PȲŽÜ+/h!€Dë,™ã8ù…‹8Á¼Ó† %ù¾ï+_ùJ)ßó<×ug¿?; ýà¬8ŽÙ[ˆ5!3¢ÿm†iš=:¥yž§LË0IJ,Ó4¬#ºäxžôd¡…Dã§+***++«ªªºåöXµvÕ /<ïù¾ò|O ¢ç{ÊW;v2hÈÁƒÃápJJJjjjC;lýŽó©a¡P( þLïÐmšž§”²,ëÐéQËŠ&0zvôxžñ$¢…DôÎò†Ö¦¤¤ƒÁP( †† q'q]ÏW¾ˆ˜†iÛV  ¡PRJJrrr²mÛqúÊÕø„4]´s¶m‡B!iX‹<×ÉB $ŠX‡A–e¥¥¥¥¥¥52æhqýâ.{BPƒˆ{J)Ó4ËËË,K£×4ÏuzsŽ i.¦ @¢2L#==}ï¾ý³³cMû¿Ùß®]¦iÔsÒ\´@ܳL»°ÿÅ}8dè°¬¬–×ô7‹çzûöí]ºtÉ€ââ`}ïá1!ÍE Ä=Ó2;uê\PX¸råò²Ò²šïšHT¦ifddäge¶OJN®gÒL´@Ü3 # Ò«Wnn®ë8¾RF½_¶›(”R¦i‚¡¤¤ú_÷™æ¢…„ml;ÎïŽoQLHÓË{Œ$ZÐ-èŽtG º£…ÝÑB€îh!@w‡¾’8Ö0“afô¯X#HLfX#HL¦iš†aÐB€¶lÛ6MÓ´¬ÿj+bÛ¶mYVM wíÜÑø$˜`0h[–eÛ¶ˆLºþºXãH4Á`ðÿÖ/ò\ endstream endobj 714 0 obj << /D [712 0 R /XYZ 56.693 815.761 null] >> endobj 203 0 obj << /D [712 0 R /XYZ 56.693 759.068 null] >> endobj 715 0 obj << /D [712 0 R /XYZ 56.693 739.087 null] >> endobj 396 0 obj << /D [712 0 R /XYZ 56.693 380.591 null] >> endobj 716 0 obj << /D [712 0 R /XYZ 56.693 360.721 null] >> endobj 711 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im37 703 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 721 0 obj << /Length 413 /Filter /FlateDecode >> stream xÚ’MO«P†÷üŠY‚әóɹ;Íõ511eW]Ђm#¥¹-ÄÄ_ïp(µ‰‰«3œ3ï<¼k@¸Ž.óhöÏ xá­´?ƒ•Â:ÈÈ ¥3ÈKXÄ—UÓµoÕaS4å2‘w«M’Jƒñó£rú0ÄeqLžò[n› oÌP|_tí¶îŽéÅK»Ý7Us.é.Q&Þ7ˆrÝŠ>ñøZ^ÞªnÝç³F‚Œ5ZÕkÔN GŠ»„jåXËâÙphÓ—DWyô?"ÎA 0VX¯Ày%¬vÑâ ¡ä7Ö"´Ïà5dîÀ ©,Ç5Ì£‡O¤ð19Q3öÖ^Ú“$ÁëÙ c,„EJˆ_m›c[Õu׬¾‰™HýÁ’ãù*á—Mµ+ÚâS“ŸN^z\9³Âñ^š…¹~eÆ!XÚ!c‡Gm0|(2ãåìf§2ø»gßIŒƒÒÓ¤t2*Prrâ+ɘ;Jñ/ O¦ ‹€á‹¥æ«3¾ø5U(ˆ›J/2¥†¾Ëå¶.á¾¢?Cð›ygó•FÖÿÆVïþ¶Ò* endstream endobj 720 0 obj << /Type /Page /Contents 721 0 R /Resources 719 0 R /MediaBox [0 0 595.276 841.89] /Parent 717 0 R >> endobj 710 0 obj << /Type /XObject /Subtype /Image /Width 600 /Height 420 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 23521 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 600 /BitsPerComponent 8 /Predictor 10 >> >> stream x^ìÝwX×ð3³¥w‘"½‰]Q±!Š v±Æ$öX£/‰5F51‰F-‰FÅØbÅ[¬X°‹ŠÒëÖ¹ïÁqÙŠJuÏïË÷ÞÝ;çÞ¹swØãÝ¥”J%!„ÑB„B¨&£(Š¢(ZŸMuJ¥’a¥.b.D!TsQ¯Ñ4Í+ÏfA¥R©(M3Ú B!TMifA>‡Ë‚rãæýa¨O„B¨FúqÚ@>Ÿ/Ã0Taa!›üd2™L&·h§‰ƒÿˆ>m õƒBÕH›öž“¼z°lb¤P( …T^^›¥Ré¸E;Ç ©YE (Î}~rmÁƒSŒBªË…LìàQ»Ã$Û€¶†ö‚B½£ÌÜ"…’ÑÀçÑvV¦j•eoeoië7ý¾x|g*;;[*•J¥Ò1 wŒ=2%£Ò§׽º¸¹Mcß¶êˆ-mB¢R2ò¶ï;YLFýebë¦PÈhЦy|=;F!„Ê.3·(+¯ðî•zbêw´µ4SÍ…ïÐêUNá…“ïÌçÞ 4qð†¸¶°MhË )ӆؘ(’ž¿ÊLÏ ôuMÏ'Auë.hvíò¥•Ë"åMG>ºݯa›ÖÝGëÙ1B!TFÙyÅ9÷¯ìåïf£5æÁ³ìGö4í6–âwn&þR©”JKK+..þlö††+”ÈÙmqóÿ4ïssZDÉлÏ%LÖkùóø„ô®‘a…ÎaŸ­Zµ¦í˜Ñ»4ì0ÌÍ·±Ö#£rüÌ`êÐÚßš{Ø)´¥f:<~ú |<ݸÕß³sUŠâç§.?ó:õC<ÍôëU¹c;Š¢Í,mü¼ìLxú›hJ{|ïnj®‚!Ík iCáU¥ôì‚+ÿnש×Wâô„yyûÜ¿v2¸]WGsÕVN¶æÿÄœ€Þ]Þ¼…ÇÕÜzœªÚ ^fæ_>¾£äS£l÷ ¡™U±’onï )/ªõôhÜÝ ®~©©™™®\;z¬ãgóÚ…wÎK@IŠòñË(ößKû– €ç—OM>«”¤?böš¾#¼] C­Õ%$>kág—&{{¸Jÿ½¦ï€÷é\•¢8åR‚%ÛÛ“ÇfÝw ñЙ õê=G¢‰ë” ù³¤›vÜʨk'*• †Ð4¥­€´„ûæMüÙÂÉ\@/ž·ëeƒ&eÉ…úûD¨âÐN¶æ°rJO­1—ïw´µ¸@S›}¸VÿÄœe[M\¾¿G§Öpàøy®¦epcÕV>û=zöóz›™oûÛwîuôoò"ò8F˜ûH,à?y‘oe&LHÉ/R^Þ:Õ¸®ÿ’mgÝ‚zyÕoÃ`"D¯ÕnÚÊyÿ'*5 !Ò¬¤ ÙÅR´ØÌÂËÏ»–Nž½ Ú6W+?M~ñÓ„¶»ãiò‹m›x/ßv‚¼ïÜOPí\W'ù©IwžeI4ojjÚ¼QhÈLH ìÚä q ©_x"NéHFšô8)%3Oª &¦f­šÖ58*††‘$^~­»äz¶Wø†…†wVðÍöØ»1·qD×q<åé³”ŒS) 1_:XWdÙûl=½¯o?µ£{©I« ½!‘”ýØ‘QQ»4ªë,šzý¡ÆÕ‰Ë÷7lP-¨uµâP ………“—ýýѰqÉi9PÚóW žž’øèAm×:AõëSB3Šoß¹/“Éêø}=ç{ç€öÞM"½ë7n@“Fõ /ùÁã,÷Pšúøy¦Œ¡,윙ì”%)©Ï}ù89CÆÐVvN9)\<¼L~ú*O®$4ߪQ½:jý«–uu’ðøqa‘DÁž@dçäæj'VpÊ;irÆ¥nPÉWë¹s뎔PA ê Ažú<%3·H®d„&âz>ea¤Ï“žgå1@›YÚÔq¯mBSzFnp„ªÁê‰2=%åUNT¡¤y|±ØÎÙÕÁ”¯%XGdÙûÔu8„‘i™4}z8sêÌE i¥BÁã BÌ„Bè½™ŠE>}üÐn×€k+s­19¹Ïï_ìÔ­¯\ÁKß¹(rùøŽR—F‰Æ¥‰Z ”rYqav‹öžÞ<ÿF€·îÖòõlØ)åÁES«Zš­B¡wPX$›;FF8²Gû› Ð12J*SKdïÓŠcø=B'Ÿ¦ì&'Ÿ—oŸðÅLhÞªCHm¿–ºZ!„Bï °XjkeÖ½÷@ÐM*W¾^Õ±Þ­ûo+BUB±y›Á‹ËŒB½›Ì×ãZQ”J" °È`ïÏB‹Œ7+Â}Kfefè‰F!„>$)ÏŸ­_wÚð² „B0L„!„Œ&B„BF !B!£†‰!„QÃDˆBȨ•úB=B!=®?LÝsú^òKõß'¨Îhšru´ŠjØÄOç‚9L„!T&÷3~?t£E“úaíìyt¹œ¦d˜—i™Ä1‹›Õ÷2nŒ0"„P™l=v»qÃúÖ6vER@çϦWC–Ö6M7øçÂCL„Z½E"LK{ùøÁƒ¼¼\C¨ÜPeaiéãç8ùå'VSu›“j5v0©¯rê[æ+ …WG"±åËŒÜóÿž©Ú™¬4ÜùS«–“¡Ø2'¬ÌÌ{ññM‚ƒíéšsM ¦c&ãUúõ+—†iÖ¢%N~yÁ‰ÕTÝæ¤Z‡ }öÄËÄ;„©IkAU4Eê7jTµ3Yi^Ÿ?W|­þà²&Â{w⃂D"Q¾qük¢ú‰DAõÜ¿‡“_¾pb5U·9©Vã‰D||7¾›¡ÀêkðŒ Õa&+H$ ºw7¾uÛPý‘eM„ùùy––øÓKUÂÂÒ²¨°'¿ÜáÄjªnsR­Æ# RMóØñŠú XXZæçåŠ*s"$„Pel“XM°3“_îpb5U·9©VãáÓ@¦š æð/–1m•5@ͽ2þaÀù¯ 8±šªÛœT“ñðyPexa­žø<ªšÌduó6‰°Æ>ýœÿ ‚«©ºÍI5Ÿ†Ñ²mà™}²û£~;Øò]?õîÜ9"²[xç¨vÝÔÚðN~MZÿŠËñ|Ó›ÖJ¼ÅŠP×ÅåÃ÷@Vüú6Ãgº²JkŒ.¿ü²ò‹IÙòáƒû+áúµLÎZÒÿÔ­ç.Þ»oY†kèºz¨hZV 'Ÿ«¼úTUîÃÖÚƒZ%÷P3˜=Þô+¿„ŸÙÿÊjÕMØÉfp´ïL&gTŸVMzN~=ïFÏ`ø< ¨¿¶®Óº‹_ý°ÎíÛ†EŽÞË‚GÀ½»=ìº1~G(d¥±­öùM‰ê“›°Á£Ý¸¹=À½z7øáòoíó“v{¶Ÿ2ôé&¶Ï½ž“NŸ«››°Î¥I›!;1Ý/ûþ¯Žãf§ì×ÕêãE»O¥eû‹ùÅéÅšƒvüzŸÙ˜U÷ÇîªMæÅ™yCVìÙ³ÏËB(/x2£Ï€9vçµSÿfú;œüštý—å9-û^ô{‹.t%[¶`ø±$ç [öòñ㸲—ßéÕ3ôíÓ&¤ÓòcÏ !ÇF€®Ý{tëÑW3²oï>íZwùáxÊñUÓû÷íݪeø'^°Òü;S‡DuëÑ3¼Ë ¿ïd‘Ò¼|ü~?¶gÈÖÃN§q•Oìջׄ}IšÍ'ö‹*fÈ ^=G.¹­«ý=mH‘=þvìÀ°ˆî]»uóã]Ÿ_ùEë¶»õè1ð‹óD­ó_ '_sœ/Ž4oÜûn¡Œ²ë‹ð¿\ÕÕ‰æ\i‹®ag\Õ¥K·n£Æ^È(æšh>#jôO¬ÚCÍ`®Æ¾ÉH©ÊSðŸlÏ­€ºž ö0Ûª>­ºv­¿Rë™V¾ƒáÓѲÐ"‹?8ý{ŸÖ>—6MjÚw#[9ÿRúÚ±­Ù²um1ÃXÜÍ‹aˆ…ç0iÎYvÓ‚ëŽíÞ¼EËŽ–™SçØJXÚ;€aˆ…ÇPF‘±¤»Ã+ßÒœ3zZ}ÚÀvøÈÉk·ηj[>M ÜL*¤)ëó[…Y !ëfþ3rýlOs!„oæ9gýð=_oÐÕP×ɯ9Ïñ+zE.¾ÅF¾ÜÔb:Qù+.J;óID»Î=¢Æ,>Êunð¤,ç³Ao³"ÔÑ#[ŸôïÏfŽ=¹Õ`®|ÔktôXü¤è}¿ù*ü÷ðµ_ÀÁýû¸.òˆÛ°{üò“¶6Œê»bÛŽñž¹ [B~óÅÕ°cÄg³,©gSðüpHÿý..‡ÒŽ7œöÏ ÄÓûøëÊQl剠I{§yÀ_Û¨5ÿùï]‡TF¢«==°j;F Mè°ìÄê–ó²XWçVÙwÛÛ„/É”èŸg­•Õjò»õèÉ,œ'm_ÛÑÔ©Ë–i‡‡ŒX³cxæ÷Û]ø¡‰®IМ+Ð8]ÃþcèÿÄã¢tõxzè«Cÿ¼r`4ÛDóѤgb5j³5 '–›9ôâ¶~À':C@Û ®'ˆ;LŸÒO«®]«*Ë™å: EQ …S`ÈÐÀ‡õ±vjKÁH¶’P 6§Ù €’-) Ù}úœ«ˆW:ðu$%,]Ö×jÑé{—cÞ·²Ñò˜”k?]ß#d+3oÿ`1Œ-ïÉ(:ëbÆ›;\”Ñ‘™Zê:ùë1Pmž½‡}‘Øa©rÚfàöO¿×ø«ê_ñæSí>ÞÜÕãÉ¡¯Ž¿®4øÒ$ÐðùlÐ[$B™L¦µ¾[÷ž IÆ“éüǸÕ`®<­]m™L&ªÝK–÷þÈéÝe2™È©7£ønz¨³L&»FÉò³¿ÜÎr˜1t'˜Q9š›ÖÎI&“9…NÉ%“ a+g„¹êoÎtìAóWÜÈܽ¾![6µåÉd2­m£¬¿œ<¿oXۈȶ´ŽyÖ:ÿÕpò÷ìÚ©Ö§{ŸeCöwì>E¸öä>Ëd::Ñœ+Ð1BÍÊ yûCd2YíöSs¦ö’Ɇ±[µµ­õj•ZwÍêÖ½'PDdë³|ón«ÁS…+Ô “«Ô†€¶?@]Ow˜ c§z6•åLƒr ŸÇ¾<«¿Úîo¸Q!"²:!³w6óVݪ«¬ÙŠ(‹gôïš.y‘dØ‚:ǯk&‰ì—»k—¬{Ú‰·¦äq³`òS¶‹íºk¶Õòƒ¶yî÷eƒ‘Ëo !Õy\=1Ÿ­Ôoð¤,ç³Aåõ!:vµß“ ?ÝÉ"„´°îy–OI>µ”k¨ÚW¶áÓé2¥Z¥ÖHÕòø@Û¹»âÙrÒÍDR,;ýœòìÔ2KÏ¡jmu5/ß®<±¡Ý¬¿®±eöj•–¶Œôa4lÓeÂô¯ žÅm´Îõœ|¢áÈÜá™=~Ø´aäÂ!ßdÈ”DG'šs¥õX´{¸§åÒ’'}©¥Ç0µ­DÇÀtÕ­k³`ß]¶|wß"›º£uë}^)éòþ•{²>C@Û Á'HõiUcp’9šgZù†¯ãõrŶCqWÿ»xῸÿ qd+ù¦þ?î8qëÊÅ .²YPõ&Ÿ\Y`Ñ`õÞo\ºpéòÕ?÷RÛZöVÏjÿ©óÿ]8íÆµŸÇ5m´~j!ùÏ7øã¿Þ>|v·ßÇ-~R #„È ž.¿¹ûœ¡Zê©Ô:ϵCg\X|taLËi]ÔšŒð´dŸ¬ä“oþÞ œÿe;Ÿ *‡aI=-ž¿(¢Ïä5“=wþÑCûï¨åàÕnÀ®¡jlùÛ~ÍEõ³‹wíøK5@3Rµ<à·_LžÛõo¥äµOøµ~(-4nù€ß’3å‹ÖÍÒìSWór àÊ}~]ûpú܈ŠÍøàÚ~ÁOü5Û¥déÄQ™2PKû~õ³yÖZY&?ªß¶Àã[ÿ½ý·—g—/ˆozbw° ¼¢gìйG,ˆÔÚ‰æ\i=­Ãþè·ÅS'Nè½F ºþ°þ#ƒÇ¢J³¾ïÚU÷§-èö—DrQí&«×ôÑÚ¡®ÕJƒ§ÊûpåJ:Ù ! íÐà¤ö´ªÑ:ž²œiP®ƒ°— uLZõ'ài¿ß!äñïG›Œ_Çmuj7sM檯? ã ä AøðU“ÚÖzÛ“_ë<ÓB—iþųoÁÉ&öj3?pÍ‚‰£GöZgïÑr8À¶Rÿù_ÆóÙ *!!¡°°pýÚÕ¿üº&+3CWÜ‘ƒû4j¬kkµÒ Q“[7®Šªan݈«)ó_³àÄjzÏ9)÷?À÷OùæÌ…룆 –Ë冫©?·î mÕDë¦/Â:L‹9îüú ä‡äÖ¸Èî=umMyþlýºuå°"¬†jÐPËîƒ<¨ê'VÓ{ÎÉ{6×ô>¾O[5ü’;Ë”[‡•ŒÏÓ9ø'O@M>´÷ô&Âׯ֔¡¾•ò ªœXMï3'ñøÎ–ï`دnkÿþDM`„?ÃTF`"üPáüWœXMÕmNªÉxø<Ðñ5šAÏŠÐÈa"¬1pþ+N¬¦ê6'Õd<|ºgA`ï,c(Êa"¬1pþ+N¬¦ê6'Õm<5ΤVo‘ï݉7‚*ÎÁ‰ÕTÝæ¤úŒG&“ ©ÖªÏLV4Š¢,­¬|ýüõ|d”ó‰ðã¡# … „ÐNõî5‹Q½†%>M¸sûv£&k[ýÁo‘¡&Ÿ!däŒíÜÎÞ!¨~ý{wn£?ò-n±†BÕ"‘ÈÌÜ<7'ÛP &B„B"š¦)ªL”ÅDˆBȨa"D!dÔ0"„2j˜B5L„!„Œ&B„BF­2¡¥•µ¥•µ¥³»ûžÃ¶žK1Ô`ßôþujÙYZYïË,6«»Sîá÷ß/úþûEzâËH­[„B5]e$BÖ¦ k¿Ô7ëÒqÝ›®ˆË0c×ÅæH”?­ßÐÌBh(Ö°ÅK–,^²ÄPB!£Sy‰°_ßþc&|ß ’†þÊV2òô_~\ßÛÍÆÖ10¸Ë²½wÙzK+ëB†ÀŸrò %vF‹FukÙÛZÛ;7 ëÿ÷½.’[¢éZ® ˆÛ8#¸®—µ•£›w«N}ØJ¥,eñçÝ]¬mƒZF¨Æ\:6À­–“G£ï&³5zÄÒÊzϼa>.Ž®~-—|øÓÄ>îN®þ-–OÑßVë¨B•¯ÊK„,‡¦3 ÿù&öᮡáßn:äÜeø÷ßÏëâþì»aí6¦À¦MÙ® 0uÿh씥˖Î:âÕÍØÿõš©­{íT{ãʪúM_÷4ß÷çßÖý8Jk/[¹cp—ï·£› ^½æ—¡¡µTãç=öœ>9ª(;ñ— Ù]ÂZôÌ÷›éQyi÷~ÜbsA“¹3ûç½|°t”¶ZG…B¨|Q ………ë×®þå×5Y™:¯X9¸ÿã¡#Þíž­ì",/7ù+k{_Šg•›•>ö¶érF5¸é §>¯«Ö ïúnð7ëî¿Ì/‰£y9¯ÔÂt•5ªäºó%¿s÷.¾>¢†…Ù€·½í+9síe†¯øÍ­ÉÙ~âÒ2½…2K›Út^nè>6þêË _‘ÔÊÆ.§f˜ÒÖV¶Œ¡¶ZG…B¨ŒòòrOŸˆÕóKL)ÏŸ­_·îí~}B—Ô)÷ïÞÍÉÉ€>ýè‰L»¸,\†±Ùß{žó×ßMÍKÞ4¯ãªµa¿ ?=‘(§­ÜÜÚÍòËA}ŸHäl= À3 ”?×Ú°,Ö^>¹óð­‡þݰø·µû3SNq›´Þ¥ÎÛ„ €’¦ÿ@üÄ|î‡>Lù¯›h«gT¬½»þ„2VEY[Yû×­[ÛÙÅP¬>å3^¥ßºW¿~#±©)!$+3ÓÖÎN3l××Y²(ÑW”\\ÒÕmؾ¤ßVïûfh{^Ñ«ëgŽ< ûñ ·¥fs!M€D’çÔŽ'%WßÖJt&W:gëAß;?j¶âÔñ’¥Ê¥FûÙy÷uÀÿVujݨ^ãf©‡wÅ¥¼d+ç·«=îDJŸOf~3°iÊõCSoÖèõ²ˆ&]mµŽJUhXGÍJ„2B¡P"•^»rI Ø;8 שaüíÛ 551™š[ø|Š¢´†9ÆÌÊÎ'8rú´ECšÚ³•½7Z4kʆ½¿³ÍÄÊÞ¿AðÇ µÿ‚âöUûNYûëìo: _ÐÖ*ölnÉïDÿºzb÷ÏÝ4ý«ˆaß\×ÚÖMí3äç &5µï¯™…/¯,Ÿ³åUžÌÆÕüëÙÊAÛ<ýâË-‡ÿwòWÿ&S5úTUöѤ«­ÖQ©Òú„2Ö¶¶-Z†Üˆ‹kßáÝåðá?»w††…›[˜ Í­!„P¡(à „;·oíÝ·¿æÖ2¾GXŸ%„Âðùå°¸D!„ÊŽàóùeùÑA=Ê!²t]E!„ª³rK„!„PM„‰!„QÃDˆBȨa"D!dÔ0"„2j˜B5L„!„Œ&B„BF­’n³ïnC!!„jŒž}új­W(ŒBù^7z)BSMóx|^ݹ¥’!|P„¬ì¬:î†ß…‹«[vN¶\®0ø.*5Vóᵫ—[¶j+Çë·!ôö(Šb¦".]€@ `†0Œ¡Àw‰P]$BU[÷*Zã?5 *³cfnQX…/Nöh5´Õ'DùémZθhR} ÍÌ-êׯO(‰YçÓŒ×ÚäÝ´hré¿‹º¶.X¸pÖ7ß”%!„Ðû¨šDÈ– ’c"ÛŽé²ú̬nž÷/–LÎ¥î kjõ/œy^ÂŒჄǷõÑÚêmÉäÌ/è9êE‹3s&[Ö‰Bè}TêeÈkûx_ÇVãzoø÷›®„iÞ±=BCZ·nܬóŸ73 !ñ+Ú7›òŸ—ô«“ÿ »º5›r…’~u¤¹…ÍÃ"9!äKßÚ;^BŠÒOhß$¸e‹ÆíN/bš[Xîœõi»vm>‰~R˜z¼{p`ÓÖíÍúGu0ª£R«çò-¼æn~bÞö¡æh !§ lÒºUçá'Ùyáý¯…7iٲŠù7Héñ˜[X²aæ–»¿Ô¶Up@pÏc©…„ƒ" eH«ÖíÙ6R×1[6®SX»@ŸFs$„ª`º_æËdã¡øÖã£[ŒÝÞz|ôÆCñ†Â+\•­ÛµÞû­/ÜÙÊ?úô«¿ôâêÆvùI{|;NûôñzßQ¿¤ùÎ[tÞ‚Gš²ºÍ’ƒN­®=Ÿ¹“,mzï—+m{Ö^z/{M`áÖ¯åv&„5=‡™M=~©÷ã=#Â{®I¼ð%»£# gžžï?µ w˜q|ïG»G,óŠ{hZë£âÌùºF Ÿ.Ù›òÊOÌ/~U\ÕóaĺÛÚ@VJ[ÉÇrü›Î6ûîÌB#;öY—xá]£ƒ•õ…ó縰ÿ«ë÷ù~sÂ;÷É&Ÿ°ÏçtÛ!TEÊ’)7ŠŸ<¸…O?|ž³þÀÍ]ƒôÇW´J]ªÕÕ믕› ™’ùZ—±åó^­Z·é2øGsú<Ìê-o–ûåù—JIâ—g©U‘nbû>Þ[’¥ÊMŠWÎêuyåýœÇË-¿bß<ýåAÎâîžàÕcqöƒŸ¹-íUòîãϯ¼{.†÷£9Zø¤¾í¨1ÓÖG-².¹÷Á‚ËékƵf˶.¦l*v`žÝç<øEs+G×1.îîV^C¥9çt6F¡êAÉŠ‚+ÒJF.W ¯p•º"”Éd\ù³5' ‡µi9ˆnóWb„l=zÜEÄSì°ì³¯nz0é¢yärk¢Éàf ®žˆ _ã6¬àì×w…·ü'üëV&“ÉÍÈåªû2gäÜnµ¨Q«ç¼øKlÉ>Ô:Úoc®_=spe£åG.,c7Ée2”ú0±Úx¸‚ŒÐŒ\¦VɵÒŒ…üu¨R×q!„P5Á(•ÅE^”Q2„©úDX©+BÕëË„“6ê+ÿ+ô³_¥ ™ÖÐþ«-qìÖ„«Ù‚yqÝ Vÿæòä¹ÁlMà 1_å>¸3ų&:±àà³ÏZ:°›&øYÏŽI"„<=:ÛÚw›½ö¹Ÿõ6àð,ÕzŽÚ ‰JsYÞ“C—·Ÿù%ûPËhÉÝ hÖ±×ô…‹ó±›¾v˜¸î[Î~QDJT®!” ìèk¿’‘Ûñé—R¥Z¤ÁcÔz\!T¾´½ÀƒæK¨. ÃH¤òÜBY~‘ŒQ* …—гÓ÷T©+BÕ#!„e:ý¯SÒþm:NÆìØ?êËæ*LˆÜµùŒ­M¼Ø°ÿÍ©¾¤I1ÛÖ¡ÅgÙ7?½ÉÒ¥ŸÖ‰ºØˆØM#ÿ^;ú“Ú.ÈDîvŽâöņG¯ú´_ï6?Ôòý`¯®iU«mFQCÌ:~ºêÁ^ìÖ¡oYj´D)™óIïWRI?³™ ¼mç1_4Û^dÎ÷ˆUL¯š“/Í _þ4]î¸z×2¶rù¶Û…Ú˜šž:q”‹4xŒ 1~„ªrëÜþýp¼BÉÂBlÌM %ò¼‚bбßð“ulª£)2ºwÓ ý›ꯜUM"L{™ZR¦Íçì¾1VDÓŒ¼°#©ãâUÜC‘uxÚËT6 Þ´ãϦ½‰4±o»ùèyµÞì@ì¶ëßë%›g¿©W£ZÏîKsß,H}´´ÅßGN¨Eòľ‹7R­Tj¹çÜ?z–nÛõûè®­ £j!„ª‰‡nõj`"ä!DÉÀݧ¹R©LÙ¥u€HÈ#„@~‘dÍ®KÆ’ËBš{6¢×t‰MÄ©Pç·jøž*s_œ*Ù)BU…\)‘)b.=eBÂ0 PU(‘»šDSEQ”­•‰¢*>;S}¡Ð²ÍÉSìêç­Ú½¯Jݤ¾H©ü"„PEP* …æ­±™kÓm¬LÙ[¤Q@IdÊ"™ÂL$05á³7N£(J¦PPÀTþöUßDXù¼¼}ÓÓ^ŠB!¤!Z^ê‡Fþ~ð¶RÉBaÄBa¯.MÏÇ¿°¶ß‹PP$ÂBh Æô ®üL‰!„P9"š/õ£º×Ù­÷°Ù°M¦B‘‰ ¿°èÆÖ1Ü&Š¢*?S`"D!TnQO„ Ã0 £P(†a71JF à‹L„"‘€0LQQPEÓ4ŸÏ§iš¦+õ«}•—ÿÞ¶ÅPB¡šMóÒ(Ã0R©T"‘°¹P©T2Œ’/˜˜DBdggóx<6 š˜˜ˆD¢ ú¹%]*/zlV¾+BŠ¢,-,|}½DB¡¡X„BåÆ<õ¸îê+BòšR©T*•ÅÅÅ©Lé`m&‘Èhš***‹Å<ÇãqÁºz¯•—›7)ßÕ.Ã0©/Óž< ð¯Ôß2D!¤‹æŠ¢(@@¡P(Šî-j¯Ü°aMSÝ[Ô¦¦¦|>ŸÇã ‚Ê›°ò!EÑå{hE;ÕªõìYJùv‹Bè=PK„<š¦…BvQHfhdÝþ¡ ÃÐ4mjjjann*óx<Š*ùF!TîËzå%B†©ˆ£!Ó3B¡·§ãÂ&—ãLMMy<¾R© „PÅãñE"!û!×fó Uy‰°âŽ­âzF!ôV´~CQ{ ”‹¡^«ÂWòÊK„Œîƒü_wÏŸ>ÕµÕ ==¿'ÇçÎüÌ¿â¥`íâ4¤¡píádõYW÷}1‰éÚn¤õpþ×ÝóU®”Ð@ž>˹XÌmâñÅã»Ôzq+e÷3y³Ð:ŽwS¿*é—â Æv®½5&9) ö plWK cÈ‘ó/"[;o;ûB×B¨òmß#Tí9›T¨ÊK„úó}&á}Úê—“\lbJnK –§àQ.42¡.‰¥PQ”¦y¡×´ië¿/€æóÛ¶tî¦L=˜,gëmWê×ÈË…R©¤iº‚Rlå%BµhÔÒ±èAÊ®rGß×[ó^foMR€ÐÌ|lÛÛ1¯2²¬;Ù»©PËß2íÁK͉¨ © Š›Rh*¦.ÈÄ–’ܹU}òHêì.H¿-%„Ôoáôêö³˜\F`j>®­Ýí˜t¶wvæÖ;rkgÇZZ®y½¼ãÆ)+Îã‹<I¡©MmEîn“ûHÖÝOx÷¶äDº²]Áö_hÖ@ [™«äïÐÙ”€^Þ[N?gNîåÍõɴާ»ŸùöCO²à «ò*¿[;kò8ÝÎÇ&;9C¡÷x¹2[Ð:žÛ¹Ldûø—EžÉ+r®BÆŒÏç7lÔèÂùó-Z†ØÙÙóxå“´”J&33ãÊ¥ÿš6 6‰ …¿‹ÊK„RY©·Ô€T¦Šp[†Øß<õäfŽ(Þ7ý}ØÊ«7‹?\ºcjQ”™T¬å}9µžËWÚÃ"˶&ÖÖ‚—%Rs9Ÿjdjn¡,J(R °ãx"÷IŽÊ¡nx\A ¶–Kó¥2P¼Ž<žeíQJšßZLŽg¿J¦|ëñ˜@wÁ…#…R™zîR=^µÎµŽçØñ'sW«¾&?M„ª<š®íìܰa£q×rsrFã•ñÐ4mccÓ aC{{±ØPø»¨¼D¨vQî¿ßÜÜÜPTõRy‰PmÝ&/.ØrøQɃ›wÙÿO}”úÓëº=ñw¹à›±n‚Nº"€ƒÿÜ?øº,—äÌÛžÃmRÊ%N?U‹Ÿ·ý.ÜÑV©æÜ᪉R¶øïÊ‚ï¢ïiÆCé~¸2WÐ2¢üëØ@!¤C•%ÂrTq=#„úàU^"¬¸‹r×3B¡^å%BR> *…] VDÏ!„ŒDå%B¦œ>AÄ!„äçf›ˆËù÷~B•ÊK„ÏAy™ˆmìðÒ(BU ¥‚Q(ËñE™BSMóx|^ù®¦8•—žÔÁPB¡àðþ«ZëerÙó¤g·nßÈÎÊÖðhš¶´´ªTÏÃÓCTÓï,ƒBè¦T*Ó_¦_¹z¹}‡^åuëm¹\ž”øôÌéS>ÏÝÓ³¼ºU…‰!„P9P(q×®vèîéåm(ö-_?>ŸáìÙZµÌÌÊÿÛúåsST„BFŽ’•UÇÝÃPà»pquËÎÉ–Ë+äÎÒ˜B•Š¢†©ˆK— †!åt#o5U–O.ŸѳwTTÔ‰"**Š­¬W¯žþV•¯|‡¤Ù[M™„*#R1 ÆjT͌ͧŽ_¿iŧ`Ïž=†Â?X8!Tµª&N<°ˆ!Ãôc>|ø0>>^5@^poÞóîåÈerÓáKVFXkë¦jH2/Mð]²”§Õ™ýë²v& (NX2}ι¤"1͸…-þyR`ÒîyÓwÞSH‹‹ëQ‹Ž Ôrï6ÿ­™2k÷=+k‘¹çÔ?—…hv‹B¨ìª&.ß¶ãh½zÜHóJàî1ãügî]dSr4lð¢¨3K4ú¨2[GMݺ¯‹{âÑ)ŸŒúëÜÞQ°g쨧íù¥ä¾,§vŸG÷µ€‚ÄÃaÖE^¨ÙÕ»Í×kc¶^Šó2áK2%ê="„zKU“ Z}'Ë~öȽ`F刮\<Éû§ƒÔé8#wzO€Q°òFæÎ ÍØ+'15ªßø »¹»JÞ-K¾•¨7¶² ÷²\v:žŸZjé9‚­œØØnöÖkl9/M/¥LgK¸³÷[=¦eˆìq6Õ°mÄ„¯g&Çêi‹B¨,ªéŠpີ'ÏîºC!…s㉫xjQ:t(¹Kª©ÃÀƒ;Æ ^¿lÊçc{­æ+Dn?nü„ݵfÃé³#ö™ñÀ­ÃâŸ>X9½ÏÄÞ=mjY{´pZgïziÎadK' ɲXÖwò*C „P¥ÂK£oAõã‘\™+Ìæÿ¶SK³J§ö1N0±Y}H­’/öžµj›jMà ¹±ƒJÊË&¨ çmç♯ÆoY „j’õnÿ~8^¡da)ù`ÿ”hŠŒîÝtBÿæ†ú+gU–B‰‡nuoí'ñ BC€! aC€€aHA±lÍ®K˜B}hr¥D¦ˆ½š¤T¹Q E±7Š¡(нe %ðr¥¡ÎÊ&B„BåF©T(š·Æf®MÓ4]©ßq¯¼DˆB胧yi”a©T*‘H …žÕEQ|>ßÄÄD$UÐÏ-邉!„P9R_¾þ˜(a—†ºšÑ4MTè «˜B•Í!EQ„B¡þ!MÓ òß&ÄDˆB¨PK„<š¦…B] T•|·ÐHáo>^p.ÕÞ>ôÐîo—/_>eÊC-ª†‹‹K`` [n8kKƒõc·¤À½{÷Øz³ZŸîÛ:ôu˜²˜±›¸bÝ †¶ªÄ|7bnl¢™€^{ðèØî±±±lÏ)));D¡šLDžͲ¿íWÉËA¨ÂDøåæ3q‰Ï,x¬X±¢Ú&B`óV‰öû†€‹‹K©ú×aé—–·üxê øª›>_wìÊÓdk> j½!„ЇEë÷«¹ªI„ãzD3¤O—NÎa?~üh.„‡‡S´ðø±Ã...kGw^}îi†ÂiéŽßÃņ:«^‚ÇKsêªÖŒëYÄ~Ù‡÷îÝS[Ê â§œŸ-—ÊÌÆÿúû  8·bÜ—Ûn[Û˜Xø|»gu[@¡š€hûa5W5‰pÍ#û߬¨ö@éÕÕѦsŽ|ëùôÀøýb¼®N*Mxx8[Øt(¦ŽÈÀo'_hæØOµ¦ôÁ‚‹‹‹Z“mƒ? ZprEÛ‚gûuŸ=èæ*ølÅ}Lø’ „PM+Âr1¯‹;¸GÌÏPõ‰°Œ3ÃÃÃ"&ökþYb(¶”nf:~5 Ì©l¶rPÍçg}Ô%¼G¯&z#„Põ@¡iº  ŸÇ3°`xJ¥’ý~…¡ÀwQa UÆ|©IAÈæÃ1ÎÂR§ÎœCW®Ÿ>vüðÚÖ+cïY¬«-BUEY[ÛdeeÚÛ;Š}kYÙYv¶vTÅÜq¦B:}[¶<:]þæ[–ó?€äcó¬|«~9X &7°Ÿ¶õ&[NŒ{@d²¨¦zNùnQAâa}B¨zàóù 5ºpþ|ZZšB¡òƒKïG¡P¦¥¥ýwþ|ÝzõLD"C£xÕbE¸ôÓ6]Ã:Ú˜Š; ®Ì\ñ4]î¸ò牢š~†Do½;ú«Ö›"»OßÜØ‹0Ò¹Cú¼’¢H:xöŸ†:@¡ªÇ£éÚÎÎ 6ºw-7'WÏMdÞ MÓ666 6´·w0WÈÇ'«,ª~r2ráöH•M=¾ý½‡fƒ*¢ë«~jõú¿¨º•+syÐÛbTã)žEôáw¼ÐŠBUƒ¢D"‘¯¯«››B¡ SöïêA¡hZ(šVL„*L„!„><|>ßÜÜÜPTõR-Þ#T…7[A!T™ª]"D!„*&B„BF !B!£Vy–ÉÎÎ6‚BU6\"„2j˜B5L„!„Œ&B„BF­%˜…c:÷ìýѰ¥ð믿 ¯$×w|Ú3²wTT¯½fn~¬§²^½zª ÕÀÉå“"zöŽŠŠz"QDEEé C!T™*ïS£ÍÚqáTÜ-skÖ¬™0a‚¡•aÚø%ý·ŸééiŒôÑ#©žJƒfl>uüúM+> {öì1ŽB¨2TY"üoÍ”Y»ïYY‹Ì=§þ¹,dÊàÅ Ò¿¯S›ïú=Y QQQ-ܽ+º^½z? Ût)9Sá8wÃ/m*꾫Z=(V¸Ù‰h‘¯¿HO¥~S,bÈð%?^ÿðáÃøøxÕyÁ½y_Ì»—#—ÉM‡/Y` ³¤¥_„Bï§Êá—kc¶^Šó2áK2%°|ÛŽ£õê½^'ý oÊ'NÙ1Í=)fêÇ£·ŸÛ;BG—âûÁM‡uŒlÙ¦epH蠾ثÖJà.xj*}€Z®ˆî3ÎæÞA6)GÃ/Š:³4f !„P¹«²DØ'ÀzÆ×ßG……v‰lkb(xz7pë0#oZo€JM„¡Óí{ý쥫§vÎ>™»v€®J(}Áómßü[}'Ë~öȽ`F岕o5K!„ÞA•%©Ûß:úôñ?ºn8sqÿCáUÉÁ§I”O“žý"70@OåûP²:z§“§ZYƒf !„j¨*úÔ(‘=Φ¶˜ðõ¬Âd-¿@kã_ÉßüºñòÓ)ðüÔ2K¯J]Àá‹$^˜ÖÓSùžÆÙÍÝUò®aò­Dó„BèýUÍŠ0²¥†dÈ@Y,ë;y•fÀ·ZêÝÇZ,Þ½+ÚÇ-¸69Ca¿x÷šÁêZôÂ_e‹ø elfüº\Oå{¸níÃɳ»îPAáÜxâêg !„Ðû«šDHñÌ×G«@õS”á߬ WÙÔeÚÊ.P5fÿüG+Õ>ªöP­†+syÀüßvªÆk%„B嫊."„BÕC H„šK+„B¨¼Ô€DˆBUL„!„Œ&B„BF­ò>5jccc(!„ªl¸"D!dÔ0"„2j˜B5L„!„ŒZMJ„...†BÊÙÍÛ}-?ÝÕǵN`¾’aЏ׹U(€ðpÕ›ÁéSãùnDHh‡ðððÇ7’ŠØB}¨jR"¬|ƒÛ¼8v€-Çm|Ò­>ãË(Jû³À¼c3ÄÆVåïB|¾îØ‘±±±±>&üª BÕPU–Ï­ܦSçð¨ñgÙ—S¿|Ù#2¢e“¶KcRŽýüEïî]š6jµìø ®ÕyÃ#;µt*½XGÇåÉÂm‚òÕö¡Ö%[Ìþ¦é±ý)ð"æ}Óal ·übÇß§{DóF­}ÎV§ŸÖ¬}çÈ‘ qÝJ2ÎïÚ6¬cXÛ®ÃÏgH i¿°Ùqqãs—:O$ ˜ÙØwo¦´Ík\È"†ô‹è®¹”Ä9°k§ÎÚµï}'›­ÔÕB§Êû¡šÏV8ð0ÑÇ„/Ép•=Æ8ŸøGÝv×üóÏÿ¼smlÔsòÔ{ÛÙ€£MçùÖóéñ=>ú=þÄx}—Zàø‰½:¥`ºÕùg£ëy%N?ã.ÿù4èûÍøÃ>“öNòÌOÜÒ ròŒˆðûGí¿:°£‡g¾qG_‡m8Æô‹§zx>Ù?®çÀ ñ'>¯ÕzHÊܽð]ãGk¯…t­õÓÃÜþ…z,´3skÙïâÂ-5á¶ÁŸ-8¹¢mÁ³ýºÏts•žÞBÈ8UÙŠpPÍçgý¹+¶ÈJÈU~×Ý,Ü?f”Yó#½ÀÊgˆ,ï<0¯‹;¸GÌÏ}´F£Ë Ñ«³óÙèÄŒk›=>i!´l³AÊ(~MÊ]OËýæEx€…Ç`YÞE¶fÍ£ÜyîàÙu>¶öu¥GäüœG«ÀÄ®‡gáöç2åæÿŠ˜ÖýêÚ‡¹O~1÷ŸD€Ž¹*‹nfF5 <<¼÷ð_Ì©’!½so!ôAª²D8çЕ…µJýomëð™\¥)MP‚Òe¥ö.*…çÐæÏöž¸ûÛÃÈ®.0ÒS²îî–Ta‹ -Y¤dÌÀÓ6fJ£Fµ’š`¶üöùÓ&ÃÝ<']Ø’°þ’ÿøFì6­sU B6މ½qã[ùν!„ЩŠ!‘=È¢švè9å»E‰‡ E¿1ÿø3H>6Ïʷ¯‹²,=?—¾\¿æ.3¼–Ôå½qÑ/¶õ?3Ô®Äx_+vÌI1ßr•ã|­æ•È\+Ÿ’i0>àø¬)îu¢ù6CD'z6²¥#À»ÏLn`?mëM¶œ÷à½zC¡RÕ¼GHéÜ!}^É@Q$<ûOCáotº27rÅÓt¹ãÊ¿—Š-HU“)žEôaõÏú§¤¤è/³…PÙ–Ýx´ìuYì0 %e€êVµá©•ÅŽaŸ.¹& ³J*MÚþqø”&²çZÕ›z,qjI½Ö¹âè™(˜ý°-F5^o!d„ªèÒ(B!T=`"D!dÔ0"„2j˜B5L„!„Œ&B„BF !B!£†‰!„QÃDˆBȨa"D!dÔ0"„2j˜B5L„!„Œ&B„BF !B!£†‰!„QÃDˆBȨa"D!dÔ0"„2j˜B5L„!„Œ&B„BF !B!£†‰!„QÃDˆBȨa"D!dÔ0"„2j˜B5L„!„Œ&B„BF !B!£†‰!„QÃDˆBȨa"D!dÔ0"„2j˜B5L„!„Œ&B„BF !B!£†‰!„QÃDˆþßÞFIQ ¿·ªº{6˜aaËÌ0 ›¨ñ„ˆ£ÏèqÉ9è3‹h4$šH0/&B|‰ùàMŒq!j^ŒyF|YŸITPQÈ"»€H¢²ÈÌ0[WÕ½÷}èaÀYº{dÓ}ÿ¿ÃѦêVus?ôÿTuU7X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ¼TºÍ¯_œj'Ú á…_’j'§FV#„«B€Õ!Àj„ÁŒ1©†¤Ð !”Ræää¤@7s' C)eªÉtC‹úÇý¸‰ß+  ×D£¼ÿ^QŸâTc“é†û+*+Wý}Åä©§ xŠçuÃHΣÂpï»ÿXóúêI“§¦žL7t«¤_éøª ׯ{eÙÒã?W @:¤”EEEUUÕ%ýJSM¦B(„xÊ § J5 €§># sB€Õ!Àj„…Ò¿x3ÝJ)›S GPJ !Ó¹×>ݽóÝMMMZëTc8iŒ1A657675õI5<íÛ'ÆŽ+_¿víØòò^½{§XN)D}Cýæ ªª'¦›v‹ú—WVîØ¾½®¶&ý¯œxRÊÞ…Eå•é|ûZº!Bô+í߯´ªQd’t?# +¥{D¸u˦TCèqÆŽ«H> ÝN;ã¬TCèqjk%nSî€LÄg„«B€Õ!Àj„`5B°!X-ÝÛ' ‡ÓJ…J ¾ Ù#Çq¤ëzI~ I! |ßß»gÏæÍkÕ¤›ñÇéÝ«÷˜±c‡ Å:ĤÈxZ©ýû÷­[»fúŒC‡ð¼,g |÷Ûo½üòK®ç:ÌqÝ6˜T[|D–Ï„*ܰnýô™³FŒ™jl6ˆD££Fu½ÈŠåËô_Ðf’j‹àbÏhs¨æÐСÃR Ì*ƒ©©­ ‚ ý*&¤K!€Œ'¥ÔZgý À6"ѨÖZwt- Ò%vM€ìfºþ&˜é’_$É„¤ƒ°‹1fÓ– ûö¿ßáÚýŽSù1ÞL-ôÔó~ü›×B­…1Æ#ŒböiŸøÁuç¤Ú´g!„,bŒÙ¼uƒçy³fœÛ>vƘÍ[7mÞº¡|ìxZ˜\¨ô]¿^~ÇÜYù91ed¨…6¢®1üÁ£&„ÐCc6oÝèºÞ¸1å õaØöª Ï󯩨òæ¦Í[7–帰;öqJ±ãÈÄI×Âüœ—Ö¿ãkE\É™ ‘y“Fd cL’ÄŒ1[¶­à[?hÓ-ó?ò­+RVüèÎS¯»nÜ芭Û6nÚòF¦&ŸáÅ5»¾ûðß–?8·e·Æh#-üÐJ¡höGÊî}Ò€È~Ƙ-Û6¹®›¨à®‡ÙµpÑôáÃ£Ž£Â0ñ§!ß¼p‘1fÄõ×S¹yëÆ ›Ö¯¨ÎèvcÄÏ–¬|nåöf_%–$‚§µPZ„Z*-jj'ßOÏÄí²ßÖm›\×7¦¢¡¡~×#îüÞí“‹‹£Rj¥ŒÖ‰#§˜ëŽqÝ ½õ³êëëÊÇV!׬[Õáw>÷ÀgNœ0qRÕøq“ξäñµ;vœzÈýÍÁ¼{þøúö÷ož3ëèR)ŒÚH¥…¯Äá†fã.VÒáV?±ðÌñ'N¬ÆíO¬n]ÞúlØûüYJn}z[‡›ÿ«õˆY€ã—äLàûûÞ›5ã܆†ú·/ÞyÛw'ôêå ¡ÂУŒ1ZG¤)ÄŽÛ)¥‡_wíøŠª%ÿûô¤ê©mööÁk OŸ·õO/¾2ePžbߦçÛZgª‹;zæãu<§»åÔèž}µ_½çO£‡ºhæ˜XÄBLþÂGVÊ›îù½Âuå§§ŒZ0çìµõ¢Ýk~÷¹yçÝY·|Śѽ£Áá7¯öɯ–®»ovYb­1¦þž9õ ç=¼òö O=þü1BVR„a°áë7O))‰H©ÂP$R‘¡RZk£uĘáa¸í?¿3ðê9½ zû}MÉÝs~<ïÿv%*(„(­˜5¿B!v,þÊœ‡Ö*¿¹^õ™ÿØo¯©î+„ˆD"üþÕ?üÃÆwß©ûüOžûþEC…aãÖ›ç\û× ù®~Á/~»¨Ú?¼î+—^¿þð9žÿ'–\3¡oûç=ñVmÙs냛ýÉ ãF Üñ^}հŸ.¸Ìs„çʨ+b7æ9¹±HA^LJq°¶Q)ÝþDò]syÓ »G÷Ž !"½Fß󻯟u×}»ïI¬­ÛñìôÓo¸âÉUóÏÒvË…°BË‘†1ž1* ÷]'Ž™ZC˜à#Œ •RZwø}]î­ßyjaûåƒÏ¿ýï_(BÔnjÈÙó¯Ùóhbù³£¿µlÁ¨Ú :ýÚï_ô!ÄâÏÌ~ó‚Ç·=3CñážF!Äâó?[uïúG&•Þý?egÞtÍÞ'ÚïÿûñËçÞ¸ìüOäåîüg}Ô[Þ©z2∈'bžŒ¸2抈'†ô/ö\¹ãÝýƒúÉvWþòƒ†]Ã{·þµpØ ï¢%„Ó&}þògwΟ9Hœ<„€Œ1Z!„RJk¸Æ-áGŽ …J…Z©À÷;Ü[‡ÐÔíúãW<¸«&Œ¸²qß6!ZBx×E#……#¿¯™—Xò½¿°ú/ÿ–x\\–'„X´fÿÀkg?&„¢—ó/ùıKn}ðoÛ÷Ö]yáôú¸Þ½¿)/*¥ãHG ‘øhÐ(-iB)%Œ0ÆHÏuâA˜›Óµ¬Ì½päïþù7g,ÌwNÚEI]{ÅÐc)†aØÙZc´Ò¡B…aË… R)á1…Ji­…¡R¡ ý ðýx›]ýÇ)÷nÛw먢6Ë/¹à«W=·åê t°¿WÑðÖ #akNUëÂÀûâ诅Æ<½ì•²XË’ÖaíŸ=}É'$¹f?Fh!e|¥=å_Õ6„RÏ1¹™‘9'ñÀh#‘‹¼ðð°Em^óçKóïß±þ‘cèÚ·îË/½²uÌõ¾Úpåä {¯ÿæ[¹'éòÍ“ô´ÐÝŒiíZ[aj­U¨„a†‰[&‚ õÞ †Z©Ö ! ƒ h¿·y\÷Ó¿ñõ6$þzpÛ²»ŸÙmŒÙWÃË 1k»As­J놭o›V:÷å‰Çîm4Æ|»ºß¿x=±dçªíí·íP§s!„H:!)Ý9÷ìs&~ê÷Ë""Ò7¯¾Ií9Ø\Û6û:TâÈ*£”QZG<§0?÷É¿¾1kÊ©mvõµû.¿÷sß|³Î7Æøuo~ã’û®¸ÿk‰UB#¢7ÿjÅåÁcÓ®º7®Û¾Œ®J>!áˆ@Öèô­Ð÷­u¨B!eSÄœ£Ç-ï Gn¢BøB)• ƒ0 ü ý>Kϸí…=8ÿŠÿŒ»B޾£oüÑýƘ§î¼êŠ)“û*5{nÝðØ=$_õÌ6]s}å1ì3=ùñ_üÝ’ sn¨z$ŒÈéß}zòÈöÛvÝÇoƒâês+G•õ¹ãñWfœQ=¦¬týÛ‡fVõ÷\á92â Ï‘ž+=G¸Žhlß~ïÐSÏo,È^|Ö˜6OZvî=Ïì[ôåéÓ⑨Ä.üú’ïÍô‘É‘yÿùôŠøg'Ÿùå誇¯ëèµükBY"É1AøAH)GþðŽÝ ïÇ:ÙÊ✜A n‘Ž÷ã‰#Âö;yÞÜ%çÍ=v‰1fü—îÝò¥–¿.þvmbúºÚÖ=´>vs?q×S/»­WPùÓg_>vI›m?†$’¦ÓËýìçÝü“çÕ=³z”6â–»Ûn”é[˜;¨¤ðò³ÇU5¤ÃvOsÛÒ9·Ý Ý„§×¢?½¹èxÃÿ1BY"q&°ÃU¥ýú¯^³²ºjbÿ+¯TJ¿sÇ nj޶–¨`¿[n*¹ôs¹¹¹K—½0ztÛã› ’dBÒ7¸´÷/n½à;¿ô‡_¿xæ$!ÄK÷_ÕÙà㺓‚Ïd Ó™ñ´Ò+V­ÈËÍ+½ü²·.x7'çØëAÍ‘ ö½i^ñ¥—Æb¹K—¾‹ÄfýéNwÚt:GþYÝ"?'r×3Ç•õztÉKBß÷ãñ¸ïûA$>|Mµƒ'Õ„tŒ#BY"ùÐÄêÉ+W¯xmÅ«S&O)¹ìR¥ÕÛ ï0G~ÇÕá8N߯ÝP|Ù%±Xlé²óó Îùô¹"crDª I‡Ö:Q»0TWN?õ”>Ñ~_wàÀÄZÇqÇq]×q\Ïs=Ï‹D"Ž“yÇW„@Ö0¢ó÷})Äi“§½úÚòW–¿|ÚÔi}/ý\¯ /0æ#G3®ëy‘èÒ¥/æçœîù‰; ;Ûa&H6!)…aèû~†aA„aÕü—”:tHkí8Žçº^¢~‰ÿD"* c±˜ë½-$#BÙ"Õɱ *Ê+W¬|õ¥W–>íŒX,Gk­6Ú£•Ra¾ðü ±XìSg}*‚H$’do Õ„$'Žü_Jé8ΰJ)ã¸R ×uÇ9ºZÈÄ’ãyÒ“‚ÈÉÏ644466655 )¶aó†_ÿúI¥µQZ™–*­Œ6û˜:ijMMM<ÏËËËÏÏïl‡=ßqž•RÆb±h4zä[wTËí˜Jc\×m9+꺉þ%NŠÏ3ž,„@–HÜ>ÞÙÚ¼¼¼h4‹Å¢ÑØ´)Óü |? •6ZáHÇóÜH4Db±œ¼¼ÜÜÜ\Ïó2ñm½Uò I_"ržçÅb1ѹny®“‚È©€\×-(((((H2æX™ûÎÞ"Õ„ ÈxÆÇqêëë\×¢÷4†} Ç„t‰Es [IGî?p°iiª±Ùãà‡ûô)vd·+0!]Bd<×ñ*Ç_ùÚ«SO›VRÒÏõ2ìòý®R¡:p`ÿêÕ«&TWG;úÜŽ éB ã9®3`ÀÀŠÊÊõë×ÖÕÖµþ‚D¶r§¨¨¨¢¢¼¤¸oNnn˜® „2ž”2‹:bDYYYÚÙá/çf cŒãÈH4–“Óñ›>Ò%„@–ð¼ˆçeø-ðÝŠ IS—?T ›B€Õ!Àj„`5B°!X¬FVkùqáTÃÈNŽ‚¬•øåaN,åH) !ÀZŽã8®›å?U@g<×u[C¸wÏ»ÉGe<×u=ÏBÌ»áúTƒÈ6òÀ¾ïû¾Çãñxâq†aj­µÖƘT; $.‹qÇó<Ïó¢Ñh4ý ˆK endstream endobj 722 0 obj << /D [720 0 R /XYZ 56.693 815.761 null] >> endobj 207 0 obj << /D [720 0 R /XYZ 56.693 759.068 null] >> endobj 723 0 obj << /D [720 0 R /XYZ 56.693 739.087 null] >> endobj 397 0 obj << /D [720 0 R /XYZ 56.693 379.072 null] >> endobj 724 0 obj << /D [720 0 R /XYZ 56.693 359.202 null] >> endobj 719 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im38 710 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 729 0 obj << /Length 1285 /Filter /FlateDecode >> stream xÚ¥VKoã6¾ûWèae bDRÏÞ’nR¤ tÑÆØ=${,Úf-K[=6}g8”-).ºh/69Î|ó̓ò­ã;?/nW‹ëûÐwR–F"rV',Š„§L‰³*œ'÷VU}wTÍ.«Š|)|·_ï–ž}wó,ã ¡u‘µË/«_À¬Ç9KÃ.ÿšõ.ûÖ»Ùwº®TuIéÃR†n]=û¾ØöM†Ší‹jöGÕoQ0r'Œ‘DŒA,XÌ%X1·e⼦¿ Ä+‹»ÕâÏßáN±(•NœrùÂYO_|§€3À‚4q^ŒæÁ ¹Ï„Œ`]:‹ß¾eÊŸ0&FhÛAʸYH ‹ Žá¢óäqß÷Ý;]µ*˾Ú.Aâ#ö‰KXƒŽw}³”@u»ÍrÕ5J窙Øû·ˆˆ>‰X c'à[ ¢?3ƒ¿F„>‹C³—\²p8¹~8ÈÔy_oÙ¬xÖ…7òa˜ŠÅ¨¶„ YÄŽL1œ¨ña¨˜•Q4,C÷˜˜U°'}Æ¡†=‘²DJòr“çº, çhUŠOæÿ§÷ù¿©`!å<4px°$<2a¾°x‚‹µñi >Á>Ýv½„âØiU¨JQU«ªÎ¶ð½É ­{“0šö¶Û›gÕ~ô4¼uS:z]Bö•ÿ~—GÆ,cÏR¹²S0?›€Ý)3«6¦+1™$yÔVM[Aqš—ôXìOÏÎĈ*·ýö¨Ë2óÈô`´mˆ¶}…´f¡¹çÒŽY*mk˜Go€ØÑ7C>À{û}bÄø)‚µ}EÛ¶¶Lè®Õ‡;É ¿ö?/ '÷n›z)`xµÃAÖoÎÄRè+õ½ÍsŒgÇž T e7 ¦Ù5DÙ×燈G¡ÐE‘p?6´ðK¶+/”E°(L‡/­Ï¦9ðÒkÝ¿ÃǪQ¸çn>„©±vQ£Û)Zlê’:Ôà i˜WÕ­éŸfé׺éH}ëjb“²¶6‹tüÓô’„+LD]—^US6žj2#ƾE"°üàí1Eb‘£|Uïðý³j­*ÕÚêèÓUÚ¸((tJuóJ[ Ïç.»šÑâG]VÌ<ï2œ‡ßð’šÚÖã½ó¹ãŒþJ…¹"C%)ö_­†J³¸ÐÜ…©:6¥@8±1N¹Å]g[gìHÆ5³—>ÝŸùQú_¾ÜÿøZ endstream endobj 728 0 obj << /Type /Page /Contents 729 0 R /Resources 727 0 R /MediaBox [0 0 595.276 841.89] /Parent 717 0 R /Annots [ 725 0 R 726 0 R ] >> endobj 718 0 obj << /Type /XObject /Subtype /Image /Width 601 /Height 418 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 25302 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 601 /BitsPerComponent 8 /Predictor 10 >> >> stream x^ìw\×Àg÷G9zïE@ì°c±%vc,1Æ_¬±%ÑÄcìÑcoh,ÑØ1±DQ±béå88¸ºï÷ÇâyÜí å}?üñvvfÞ¼y{̽ݽ]B¥R!„(ý „B€Á`0L]† ‚ H&ØtµS©TE©tP×B\1 Sw!Þ@’$K6]U*•²"ºåÐXG ƒÁÔRt ![u!Th0õëÆÜb0 S'Y7w8›Íæp8‡^®r¹\.—O]qØÌ1hBT'c®0 ƒ©“üzìª4ïÙšý¸o Äb1]e2ÙÔ‡§MžY¢RP–¥_ÚVòì2¥”)rJ)ç;ú¸vÿÌ.¸³±Ž0 ƒ©$¢R¥Š2 Àf‘öÖæZBÓ­f°ã×ßVNëmffÆãñˆ‚‚™L&“É>ùöà´É3ò% ”I2ã¶çÝØÕ©U£Î-½ø;—Ç"ˆŒ|ñþãqÂ2íïã þ#瀪8×DY–q3Y@{{yñÜ¢§îí}ô–CÃQU1]ÔÎ@¥T¤¥fþzðA~pˆ=¯B9¤(D’“€œä§–­›ÿîbÉ!W~}$»ykSÊ¡aŸÌûƒ$p±³€³3êÌX{ÂÉÎê)ItõQ[ýqöÚjÆÚƒzu€“篩%íB[iZ©Q(lú'öô6õf·E£®?éŠR”t–[ô‚Ïa¿Ì,¶¶à&g—*9Ù.· ZµïÏ&‘~Í:Q¸bÞàÚ¦ƒÛ‰“/5$B2Qê½ä‚2™œ’oaåèïlÁ€KÿÜ€îôÚ)¯3×Oï .LyÙ½sX“`ÿµûn@“`ÿÇO“5ësRœ•ú8MX*S’,¶¹¹yXË`ÐA˜œÓ¸ PPÈ£}3ÉÅ•wcQ²Ô¤Ô ¡X¦DfæÚ„ŠBˆ¢¤ÉÏ^f‹$J` lí{™“„:ªO»¤ÌÁõ ö·ç™!¬Ù{ÝÖÍoR7ïyŸHGÿ˜æ]îÐÝöEV!ß;¤µ›9Ê×ɯ2„b™‚âò-ܽ}|ÍàaFÑO]ù$±åÀBo;¨TrFMÓ}êcÒ¥`tbâØ1 wúF’]}t­6ÎöjóÑgî-oݸM묽˜:g’‡¹ªôxì•«yþŽŠlÆA‡¿ï½&dNê6ÔÜ6@%»韜r‡—^ÏŸâ!¼rañ3Góü´N}ZÏmæìÈ'Eù¢³î\Êp¾LTÇ׫Ïȃ—¹?Oˆ°P·L¢¸f¾.!“Ë=~B+4mÒ˜*Kç{´rá¯ãï=¼î÷îgÿç_%\êU³á}F5¶È}ú|S‚ÈÉÇÃÅškæál8ª¬ÇOÛŽî;Äß<ñÊÝëà1)"h™…xÊ·ß †Ùˆ÷_z=½¿oÔж–ßÍ¢Šu#d<Åbmɳq …,Ÿd[RÊbZ>ÞS¶óh< V…)†öÛÔòqü“SYR÷À Gõ¯8vß×G3æà@¿œg‰ÁC{éjž}Ó—QŸjM­á𭤺IÓ×Ý…"實ÓÐÐ]áõŠx{õáü•›ZÊZëBŠ¢zE„«Ë!ÍŒµ'zE„«+îºP¥R±5Ÿ¯&W¨Ôûl;~’+“|¾r¯-OÕ·k{3ÎÃ{÷Ì“_,oã)½™QÒÓÜÁ¯‘uó]gÍýJÓÓÀI¾pCܹïìvj‰´T.±²îâeÍ¡%ÈÒ›RÜ®`¦qhÚX[ÿŸ@ÿÿçþë;ÓN½_y…ÁxwrkÐýôýdÒÀ`TA¼ùöÜÌ7ò$9 ³·€TTÞÏî߯<—QB¦°òp5üPBz4Ä&úTkj GíY3iúº t5q옆‡­}o—JÿÏçI’P()аR©¨ø»÷µ®Ò×C[·`±HM+5!R³"xN®y¾¸Ô>¨­_€_`Ç>E¾]•ºEôì­d[?uÎÊ3¬ëèÕº†˜††ú¨"=?ûo)ù¶,‘¡D\.Û§Q#Wvy°b‘¤ŒiëѧGÍã’K@Ž‚€aa>ÎüRQA èAŸ“ç©9‹†Û‘ŠW¢ôRÉæ#¤XYJ úÏŒ*°imNé7ï~ûûÕowý³æP„ r¹+© ¾Óª‘tlß,óuŠÑ¨Ü-Ø{^É`^¿Àý:@aê#Ž¥+è1BÆ”ÞOÊ‘óìÝC¼íÌ4åðæ3ëeÃý9±töt¶6st´éÐ.dŒ—<­X¡¥¬OÓtŸ G7iúœ;¦Á¢{Ž4þî}õŸÖ.’$´¬4 ጵ'Ô—7ά6W[!OS…GÆ0ž¯/°izãEî€ý}8¨MÏ&~Ÿúç犎S8‹ÊÎßÿß]—ÝcÚöhßb(<Û›äûø~:0¡/BFeK >0}Bi‰O£g±~)jÕ·¹ÇÔa¾ ©,-#ÿr†Ò–OWTÖ§iºOЃ¯ÿÝý—¬´¦ÁÌN¸HjúØ1 ­s¤ú~VACo®êœY±öD‹æM醖µ•„‘œœ,‘H¾Xsh丩¯s ¡"éÏâKR. ë×þÕ‹g®^Mš5#¸Àå?|üT.—‡.Xò[pWÿÖ}Óà¹{ï!´n٠įŸ%‰äêMYAVRºPNVönTAF‰ •Ë‹²“^çË)ÒÚÞ¥0?C­%Ù¯SòÄ "ÙÖ-›ziù×lës’œ”$)•*)Äâðì]<=ìùZg<~œ£ ÜCš”ÿä¡ÇËѤyYé¢R…Šâšñ›˜¢dé©é"q)¤…ÀÖËÛÕŒ$ Dn4BMe#r¤ÊÍÈÈ+,‘)U$‹mÆçÛ»y8š³”õhšîSßp%gHš'FÇŽi˜X[š=kâoíû Œ¡o U[•”Ê=N€¦MBÔÊjI©T®i %uëüÁÙu®P _ehõ—r?ýn¬mnn>©(îÐ%"*jðÉ?Ï^¾rHR¥T²Xœöþ ƒÁ`ªŒ9ŸÇa“çÿŒõnocmɨSXT’þôF¯1 %UZ&«´¨(D× çH‘Î9 gŸæ*…¼LRÞµWÊýóžÞ‹¸÷ Ñ9(·E¯Œg7Ì­u­0 ƒ©’R)ߌۣ_ôÅ3G™¯.@~Ñ2¹²L*¯Š•&Ưº´¡w¹„ßzx~úç_@X‡p !×Àvú¬0 ƒ©’2™µÅÀ!ÃA?2…RòfmGS9+õ-ßFÖ…špù–F­4QƒÁ`0˜Ê!,Ô{ë¸*aEka°U>ý$o ƒÁ`ÁVù ¹.<¾j¸H˜¯_ƒÁ`0˜zEFzÚŽíq`üí- ƒÁÔop-Ä`0LC×B ƒÁ4tp-Ä`0LC×B ƒÁ4tp-Ä`0LC§Âoí1 S_¹û<ëhÜ“×ÙÚï`¨—$áádݵqë@½ïMÓ×B ƒ©ÿ<}•ÿÛŸ÷Â[7ëÖÅEÖÿ3‚*ŠÊÎþr2ê]Ö¶™Ÿ1u\ 1 ¦°÷ÜÃV-šÙØÚ—Ê(½oНOllÛ´jþÇõçÕ\ sr²“ž=‹‹Œ)bª ‚ ¬‚€À ÀɯFpbu©m9©UñÔª`Þ:ø¬¼Âàf‚â2•1õz/ÈÎ7i²L­…"¡ðÉ£G­CCȰ¾®%P•Ÿ—{7þEQmÃÛáäW8±ºÔ¶œÔªxjU0ï <ùÏÅìWÕ V„š„I¯‘0µ>yü¨q“&<¯¸N}!ªðx¼ÆMš>{ú'¿zÁ‰Õ¥¶å¤VÅS«‚yWx<›˦ 0¦X5ÿgc*¦×Ââb±•@€ßÓôŸ`%”J$8ùÕN¬.µ-'µ*žZÌ»Â!!TGƒ¯ Óð¦ÖB„A 0µ:ó8ùÕN¬.µ-'µ*žZÌ»Â&QT ¾*°«·@<Ñ\«ÀùOàÄêRÛrR«â©UÁ˜›EÐk!‹0¦ðnµ°á%±VóÿžÀ‰Õ¥¶å¤VÅS«‚16 ۨ53ãK¥et;iO¯ÉÊÍ—ÆÀíÝËþ·.¶ŒÍU(Í¢ÿ·nÉ趺†Íš5P•Rs·ïÛÆ*EhhX|ü--¡fTU¤ú×…TÝ<ê 8ÿï œX]j[NjU<µ*Óá°ô, ÕÂã+;â…¤Ÿ5puÑ•«·\Eñó)#>wŠÿ¡·‡–á­[· ëÚ²ÁÓǤÔÜ%WP\Ó®ÔݺuËpT0¥zàF1)VÄ„¯ß~úöíÑ{ľ{ùŒ:X÷Ãzu»o¿4ß7§–Œëس_äˆo)þ70æ¿&¿<¤~úö9l©1õÊP½aëK,㦖½oß®}G¼/D¦QG6]a5¢9­Z:øßÏ‘ö®ÁäÞÚ3´g·>ýôîÑç??×U yß94 › (¤ótCY–úƒ¸[_.¢¨uS÷|û}#K6¢(¶EÀÚØ{¦þ ÏÐ9üs©è/ºÍçó-Ù±CøÈ}I¥Ù—†vjÞ&´MóNC/gKE%|:?žÖ,ÉØaï=‰6¡%’̳ý[´ ï0lÁQµsYQÂäþÃÃÃZ´ê¾ó^žn/—¾ݨQ³ððОc.èŽQTõ¯ ‘ž³ä§OÑ£Æ/¿‰QG6lüü³tûô©úº¨Fô}˜³÷ê'O,Âh ¦|y0V “O‡DS]>5©ö°=h Õ›ºÊôxsã7DŒÿòƒø-š»êÙÁf4ÚJ#WPšÓª‹ƒß€Bå¨D03'};2öz”Ÿ(ÙÓgRÁTcœï ›ˆÆÕ€¼„%CfÐí½¹’g>VjekïO$9MV3>?½ÈÒe¤ZùtËEW¿ €ïû[̽x;&àÅ‘±ÝmN»ùEð§K“š,¤¾;C$|³±Å—ûßX!Ø9ÑqÁÅ?cž{òpgäæßßú©•Cqj¬o×ÙcS~ÕêÅM{9§ ˆÏ.Ë-c»fÖ…j¹M㥅Wè¶_@ ZAÝö ŒÛ2XLT§ö½ÖžKG›< ú4`PŒ®f̨.û|>ãü¦yÄ éЮ纋™´‚¬øñœ1Ñ îÙgÄ¡Ç"T¿€ÀSßM<¨_ǾãârJÕ“+gD‰œ~ç×6~Þ±sïƒ ÿüb‚1ÿµ0ùºq–dž k5$Q"Gù¼çð ·õ9ÑÍ•îXô…]–crtŸ>ôˆžr=¿Lm¢;#ZN¬Ö¦®²ZâÐz¢Lc êñÁfôaüê› z˜Á;kN«¾® ´š æI™ÒÓŽ‡B7(X@ u§tgÍÀü¾ëÇÐð̲I1¬š¼Y.ÞøújÌgAZB]5MIXx»°vá“*Øyn…Z¸&2nÿø´`Õ@_ŠB¾ƒV‹ž®§(ĵî=ÍæþʤBJY6ûhæÊá~šž×¿Ñ÷¼Z-\~7ÿ÷)ÃÂÛõ¶Æ’¸ªÛËèævã'~±mïébk®V„ô›¬©{ghyêß?Z8 Vëh*«ÛùM>0ŧ8õ@xÌÂÿõü­ç¶=|êÄqµŽZóŒç¸ÃG‹S÷¶éóþƒÓ|‹’w·¾ðóÛ¿ÀÁ 7^|rUSÛ’ôÓí?X>ôÆZ¨Èùsÿ˜ïóêôLØr-¼Øä³csý`ÏðNZæ?:ò§F$úüð@+h N›Ü}ÍÅ-í 0»LŸóé›ÎNxèoÆ– ¥†óÌ(¬UÉ0h0ݰrûlÿ¶æ.}vÏ==fÂÖƒã…ß%u¹þ}k}IÐÍèŒE_Ø;ÇÎäO=p¦¿OÊŸÿ6ö÷ø““iÝÑÅ@bu7u•iIòŵŽ‘ê½õø`cG0}õMz˜§U_ך˜r¤A³úö£:÷jߥ}x‡® ëmÉ"@ÏñÌ4kÌ@%>††g–CAŒe$[þHpÝK@+Œr²Øž*žëgM+ˆS·[8Ôµ½yㆎ ìÙ º–… Xtsò—Ó=´µä¨uô髊»êÁÓ^Ü©{Y÷äÖ…Ó§ol¹ölÆõ ƒ‰'VÞ¡ÊårFù€ƒ•Òü—²oNžSëh*«Ûs»¸Êåržk¤\¼Ì°æ¼Þr¹œç2„R.›á&—ËùÑrñJZaÃC‘ãü±‡À‚(Ô ln¹\î1»hv´\>†ÎïæaØ\ÝЧ`Ôƒî¸'ŒÝÑ‚n›Û±är9£mt°Í¬/¾‰éÖ¹o¿Î¤ž<3æ¿&ÿè‘ÃZ>½£ÖŒ9Ñcàlî¶KÇA!—ëq¢›+С®ðçdñ‰¹\îÚuNáœH¹|½—qÔZ0ʵ„Œ]Ó 8ij X»k‰z¯ÑCEݨC›Zhø¦ ¾ Rôtj`—)GÔH0æü|1êî?7ï\:°tïù¼‹Û†žãYwÖôÍo%>††g–Í¢Ë8Su$N]WÔt!‡(/¡3ÞnèìÈ+›­8Šâ_|°aĆº¶ú¼Ñ™A6óϤü2Øïåéù¶3i¹g¿ï‹§FÍ—D¬ŠSkÒσlœIùy°_ò©yjá—­?ÝyçØ'¡ŸäP¡${,„°ÞÑ­;5YçÑÁ ƒ‰çHß¡êû y4ö0uyÓø¥_îÞý *„HD•iò ºMïgø¢­£É®Ø.·RÚ¼ÿ€+—¥ëA-A¨\¬ÞkÍÃæê†>£ô P3BFÛÙûþº-.î®~;þ¾qb0Á˜ÿÚ™|- ¥ÝM•º³å™E2dÅ1àD+WúÆÂ6Bo­ Z ]¹=›Ì)ݸ,PÉ3I¶=c×4GcßþGVï5z¨¨uè`Óéšù=sÁ(Tôtj`—®P÷Hƒš ÆÁ¿U”«A1½[†@赦–²î¬›ßwøžY6 H&×é°è”z¯Gßu±¹ß|Ü­½ŒÃ•+¸ƒgÆ.íã®k«ÏÝøäø¯ã†Å„~ÇUð|vœBËIžÏŠf’©·!©£‹V¶?>¶cØ þmW97ê6 à0-œøGìƒ1Ÿ¶øEÉCr¯ö‹·õ×4Aª²ùôÏ•¢T:nùAÆxL¼wÆ4-x{ôTàœˆ˜²%ðåÏë‹BáVÜ£išחW« 5=¨Û¶l2W®Ò2jj¶§5¶ûêÈ#ºzÿª¬‰KG¥]^#ð«e«Ï¼zÔí-ìí¹C·éó$ ¶”ì¹Ztê3}Þ‚’´ ˆ Æü×Îä#Î|5^8èû_žøí˜…ùrÒãD7WŒca {¼¯`uù¤¯øŒÓÚ‹ô¦O>%ÄvùñDºx|…mÈd}Êç!•ª+ÔìÁfü¦ Ñ ÒœV-Œ&Yî‘V3Áüyã…B¨8åǼ)-ÔÓ?PF“\‰™ÕWèg«®?žÿu« ? ³$.>þÆõkwâ//ªÏЀïÔí`ÜÝ[7þMˆ;áÈWËG{^$|îøæÜ¥ÚÄÜ¥ç©ø'ñWãö-‹T 9VÍ·ûûÞÍë7oÝ>üc¤– Á²>qùڿׯݹwçǩڿ€¤1±Vú°\Nò¿YÑ7ê‹­Ÿ^ðÕ7c&ýà ³£_—IGÕ†šèöÒ¡a#¢‡ÚðùGîÑTÐÕÔlûió³/¾êHÅ…k«é››yAE"ÖûéµPá¸bû"]ŸúÌ«QAÝŽÚ¼íù¼¯úþQfÁ®Ë×OÒµE*éê“„rP–Ébþ÷£‘<3 kSò£‡£,¶Í¡ý?eÿ³vù£6cCÍÈÐ_ûÕ_'—÷ct¢›+Ʊ0†=ò§•sfL²•£àz|¿c¤Ñ±h¢+Ù¶ééÜåöH9 à¹¶Þ²5ŠÑ¡>‰¦Ðè¡Ruu»†6cG0}NÖ´jÁ)GÔH0w¬Ø¼¢Çe3oã*}ÓLé2}~ [Yýø=3¾?ù¥½uŽiÏ!’““%ÉŽm[6lÞ*æëÓ;sêDó–­ôí­U4oÙúÁ½»Æ´êî%Ô•ü×-pbu©bNªýX•xjU0ÿ-W®ß4n”B¡0¦Xßø}ïáQÃ"õíÍHOÛ±}ûÀȨjXÖBêP¨¦S/UÀ‰Õ¥Š9©¢¹.UqX[FªÝaÍÀ.îL ¾*Ôܽ3µ{woוP߉z9¨ÚN¬.UÉÉûøVÚa­ æ¿…¾<Çü£ŠzMõÿ¦¢Žõœÿ÷N¬.µ-'µ*žZŒé°Y çç…õœ†».¬¯àü¿'pbu©m9©UñÔª`LÇÄǯÔ?L8®…uœÿ÷N¬.µ-'µ*žZ ¦ºx‡Zøäñ#c*˜÷Îÿ{'V—Ú–“ZO­ æËeÆTêˆB¢ú lLàjá‡c'SÁ`0Lí…ñòõ‚$XÀ ómlíŒé¾K-„–G ƒÁÔ]ÊÊÊ D¤/ÚwìdL÷]žÁ†Á`0L]ÇãYXZSÀµƒÁ`0õ’$ ‚0ñ^'\ 1 ÓÐÁµƒÁ`0 \ 1 ÓÐÁµƒÁ`0 \ 1 ÓÐÁµƒÁ`0 ª…E)«Ö6k›ŽËîÓ…ï¾[ñÝw+4%´­>}ÃT¯·ê¢ê1T΃–•nr0 ¦ònÏ©47ï.Ïþ-Ž5üØð•«VÀ—_.PK~ýõýêF¨^oµ¥œbsÉw£•nr0 ¦RëB¤*š}.ƒkþKOYáÅõ©bZ®’g¬ütXcow;§&íúÒBõªEs3aÂÄ &À¡AÖ6Û3K èÕ÷k›&Ãÿ€Œ óÃ[†8;ØÙ8¸µîöÁ¡'…¦xeé‹cûû¸99¸ùõ³àE©RSÿð7=œ]|Z.;õt0Ð)£mY^\T» {ß1_ŸÐõVÁvɇÞΎ£ãòË*È—Žõsuèºî¼Ó(ôXé&çÇNþk»¿ ¤skªÀÚ¦ý’»€Á`0õš¨…¹w¼’©|‡}Óyyì\z›–Õç»Ýçȶ£¶lÝ06™ª.¿þú‹îÒ§çšáðÓʇpç«Ý0ae'à˜{œ2{õšÕ_Í™wÿÂÌÈ/Mñ»?´ùëÆ}ýÍ„ Ç·ø`æÞÕé fG—¼Ú0}†®­¾NõÙþ=ñⓜÖæ†Ë6ëzÓä'E‡ù·Íyzi|ô¯šòE öËÖoœÞÁYKßð(ôYé&gô¶¨%ßÝ€ó .Ëg5 ƒ©ïÉÉɉdǶ-6o óõé9uâñ*÷lîߺ6š™7çÂ1Žìaí2 ŸÔÌÛV,ÂßÁ.OAÝÉÎoįpª–^£ˆ‹ $HÙßÛý¦ªIöëSܽRÍzå¼ÚO$Y6jáö§ÙÅåG\˜gÜ€¯½PI½È9B¾C Éq(ÌORë$äý¹r­+).AEôuªÏÖÏÁ._A½È9¢<Ç ¨ mû"OäHÐñ8æ¿PËã2òZ[r45M…>+ÝM4.Àý„Ä+9ùp æDÀâÔ[ÿ ƒ©›ˆÅEq/xmSFzÚŽíÛFFUÏõ¬̌§‰‰……5t˜æ.eYÒÂûù°¦gû5å²ä…÷ò7´q¤7LzTœ‚½â“ÀΫïÎ>1ëY™²ÍÂÅô¥Ç¡Ó׿”ªænÜÕÑS0kDÌK©ÂˆÓð7cð€ÒÝk¸S][ÓžŠ¼ILuI{'ÞÅŠøjMÄÑqgF­W¨B#ÖÔÕ8v䮃Á`j‚ l¬m‚BB\ÝÜé¡ja~^îƒû Íšµä››#„DB¡½½zïëÓsJ(0vÕ7½=@VxaüôßNÏ;·á‡ßtqz1#ê£/o“q÷Ï9+wÑ&^<Ök™jõïíý‡ Õê.xúrruäΉ‡€à®@ ¹$RiñãË_JUšú†½-iç4ójöè¯~Š"N€Sø"022+ØfÑ#Ñè¯~‚þ0¬9ú«Ÿ¢É“`ÛøsÚ4•…nr¼m 6otmý¶yð÷í]tM"ºõÐb0LÍÃår¥2Ùø›ÇÁÑɘº!ª¡>zø°EË6ff½gê¥A­ç¼1Ù>'jÌ'—6ÅÜáÝêų‰Xh³ìy¡}óoÚZqiáþM3bfoÛ¼xa¯ñË;[_ø§èíë› {}øä³)ŸíÿeÉ"°h7xÊæŸ>“1Ð)#“Žn¿0hÚÕ+­'®¸i@s*ûêÌ­·œ‚"~Š5éýÉ•…nr¶íÖ)ÁÝÖ=òñƒ‹á†_Í/: óßbcgÞ®ý½„„®Ý«ô5½®þ{8¢[OK+KÇôsqft¯nÖ07n\»µuêâ™û_¦°33¦ŽÁ`0ÿ%l÷ðþ½Cb>ÐÝ[£× BQlv5¸Âüçôé;€Í·ÿ`Ñ1\1Lí!`³Ù&¾¤ÐÕVÀ´Nb*Ǹ"¤ùÏÀ`0˜š§&~_ˆÁ`0Lm×B ƒÁ4tp-Ä`0LC×B ƒÁ4tp-Ä`0LC×B ƒÁ4tp-Ä`0LC×B ƒÁ4tªí·ö†9q,Ö˜ ƒÁ`ªÊà¨F¹L.SÈdT•ŸÏRó „X$Éæpy<Þû{¨K ÕBøp¬I™Æ`0LåØû{…·«‘HJ Dé%ÅbF…Ú A––Vî^^ˆz_µ¼æj!ÈåFÞä€Á`0˜êE.—‰ÅâÔÔ—M›µ´wp`±XÆ,j2™L$Ì’øÈÆÆÎÆÎV!—³¨ 5Z «þøT ƒÁ¼2™,=-µy‹VöN¥R*•Æ,j,ËÑÉ™E’Ož<ìÒµg}¨…ïòfw ƒÁTE‹‹mmí(•²î.H¬mlÅEb’|_÷{Öh-¬sÓpçö­v:+jý©Ýº'ƒ©y‚@‘,¶R©0¦[{!Y,„P}¸wê`-¤©+aו81̪ʙ9¥R) VõõUµïk½Ézƒ¹…eXx»°°Ð¦mzÿŸ‡ª€¹…å»î5l¢‰VØw†·þü&Ý~±¯—…À£HI!„(•ÄÛÆún±\Ë<,¼ÝX¶|92HõƉ*Ú¾ØÛ§ÇÎgtûöžåmZ‡…·kݦë7{n#ʧ&<´Yh¿ßïäë*˜ˆz욘>" S ôÿ÷@•ýS(•……梂…RiTÿ=ý½Wj´ÂkNÕ¿7®@~ÂúÆCfŽOÝ£ßÈ8†Æ½FMÔÊ>c"ÒCëBàö–¤!­X›3Äó=%™;Š­ú´´¨ðne¹‚ú÷ÆuZ²bÅÊ…_~Éè\M5Æ©µybõã/.z"„ÒÏͼ¶èRÜõ@WQübZDYŽ7Öõr×òCOMöõïšùttê>Í]rÅå˜ôýI=v-ÞiD ¦Ú@•\*•Ê‚‚BG6›ÍårrsríííêßêФÿkÕ…æ—ºa×ü㲂st[&¾7ePDûŽ[µíýû}!-|ñûÌ.Ú…·íûû½r¡$ëüÀÐÆm:v±èµ+FMˆ]0¢s‡ÐàÐÁç²$Z½3ö¨‰VدÏU¹¿æÈU¡¯Ë¿ ;û!”~ê¸cèÇ´Ž¥•àð¢Ñ]ºtúèÀKK+BèÔ°¾Ð®}‡ö»¢‰SÓV)}½¾¨k[Bhý§ûfZÓÈŠƒb[¬>4}ß§?꺢NáŸIßLæ Jsã†umÚ.¼U×q¹¥¡{Ë;…/¼Ck–dþêä7…6¡%Œ“Å8"u/ƒÁT íÿ¹UF]Y,–B¡`±XNÎNyùùuúÒ##5ZÛ5§Šn¿¼°ÜÒuÝÞ5´ÙêÙ§mÔcîè¤àÞû˸юP”t$¨ßÂÑ/¶ÀOQ;Î?"ÊÿEì„So\1jÀ©¶Ë®|ëŸ|lb¨í¯®ÏÔì±G]Ôa§ñNä¯Å‹mþIušæÔ, åó+è³ë¿$7[¬V;Óâ˸o‚@0 Býœk›ë×®Ò®j NÍͼ„¯"§Óí}¹’ÇÞVj5×dINs„V2úy~z©¥ËpÝAýС§Åœó7£ü“ŽNè9xë«ë³§.Jn±Xµì °|Só{Ñ›š z&K߈è^ÞÇGƒià xçÓŒJ¥R$*prrd±XJ¥’ ¥RÉf³]\\23³8Ž1u†­…štèØIYšó,Uºñö#Z²"!ßåÓÈÝ`IŠhaqÊ_cÆîH)TqXDiÞs€-ðã³Â[}ÀðJ€£4`å@_ð¸²pR;€™š10öh˜˜~î3w§L ÿÅoüw<›Æ fH©×§mjn§ÖYhÀCÍÄ©ææòk1›¾7¦U;Ìÿö×j¡zPÞ$ßoÐÊ‚Ãf™Ùöžj3iMJÑ¡V³¤ÞþT«G¨©8Ë7‘lÙC«Ë.fô®aŽæ[“„ÿóÐ â—[Í?ÐõwùR' 3(­ä¸¸MôÂëcç\Nó˜ÝŒ‹h¡ÉÒ7"Í^0L5òNëB¥RYPPàèèH²X ¥’ ©L–ŸŸïààÀãñJ%›ÍvsuËÌÌprr6Pÿ:u¢ïÀÁú6kÿíõB¢×œ!Ï\v?!4·…Ãÿv'Ð É·“èF†\åë.@ÝÛ3KíáÓ@›%gSB)§©…ŒšP®ù×›Àé{gîQ­°BŸ²ìíSœÍBÍ>ؾl½]óÉš&ºm{6™-SÑ횉“Þ§n7™Ëy³gúÚ¡›F.xQ,GÉ‹_̵åƒï§éºB:h §Ú,.u±M£òP=z¯*¾¼àø¼?:/¢eÂ8YŒ#bìƒÁ˜2éO©Pˆ„BGGÉR*”2©L$ÚÙÚ óóeR)„B®`‘,7W÷ì¬,…\®×€@`­wó]ÿÞ'5º.Ôœªò6iþÖ!]&¬^¿rì¡ý&Î û]i†aó÷¶ö€]ߌÓ¹“›]@Ï/ÎÑVãl=tH§ïý#>8F 5 ÷Í%=צä*œ¶Y£Ò ÆuÑ ›äy ³•Ÿ0›fABȱÃðÜÉ3»ï ašF{í˜Î½»DØš›_¾øWÍÄIo>Ùt¬Ý¼XµÜ½×ªý¹+¦õí&csJî€éû¿ìé¦ûùaüD©…m›üÑÈΫ9rž÷χ'Ñr’絬iégwáa{g­à'K߈Œ}˜1ÌûE©TŠD"''gõ5B™L&å;:8r86›››cgç`ff¦P(8އ‡gZZª««Û;,ýëÏ“-}_ %rʬix¨ƒYV"Fˆääd‰D²cÛ– ›·Š„ùúôΜ:ñáØ Åâ"Ý]ÇŽŠèÖÃÎÞ^w—šÇb?;!7'Û€N-äÅó§í:tæçSüÑç¸&M–Ý}àùæT$ƒ©ßœÿë´î;›Äâ¢ø›ÿöé7Д·#‰ÖVl6çM!” ó…ŽŽŽêR§P(rr²íx<3ŠRq¹<…B‘Ÿ—çìì¬ëíìéSÃF.*,ÐÚ<{ú”g§ÈNfò¬q‰¶½:y*Mø|ùâù!1ÃtËßÜ|ß®QC‡éšˆÅEq/ôÓb6#=mÇöí#£j´×Ñoýu%lÝ8{ôˆQŽÁ`0ŒH¥evövt!”J¥"¡ÐÑÑ‘ ˆ‚QiiŸo&X;99gggÙ;8š™™Éå2.—WZZj̱6­=¬ˆ2±Ü:H.þ›oѨ¸DjÌâý‚k¡qêJØu%N Só(UJ}·ÝiB’¬Â‚B'“I…"G{G„H$²´´´±±“H$yùyövövvYY™v¶v|¾y~žÃå2:çPJ•ßL‡¨2 ¸ q¯œX"¥("X<¹ü?~±"®…†ðóoT'ÎëÖ•81L-ÇÒÒB\\,*ñ¸\G{‡ eeeNNÎ*•ŠÇãåä”ÚÛÙs¹W×¢¼ü|K K;[[Fo>VÜ;ÉÂk Š³žp¬RÑ»2Jx ÍÆ1÷e´­ap-Ä`0˜B¦ü&IÒÆÚ¬­éMÚ„Çãš™™˜™™ÑB6›íà`ïà`¯©©…K«V¥Ooý+‘¢H3›VíS ­éžwûNFAÅmŽ”Sb{¯àZˆÁ`0C‚¢¢¢üü|s>ßúM™4’-hfi-಩äE…åW=[wI͹,’ Ä†ýÔ5W íÛmLƒÁ`0ï„*¿a±XvvvvvåO×z7?HQ\ dÜ#-.øo˜Ñ æjaCWc* ÈdòI/ÅÅÅï–} ‚XY5jäÇãréb0LÆ2ë¼1•Ê P( ‹$¥s¾¹­­Í;ý”‘ˆî=©Ô45W ©J³¤ä—66ÖÁÁH²’È¡(*+;'ùeJp~Ö%ƒi  0éz!#……Ö+77·âb±°@äìèdÌÂ8ÙY™ÆTj”š«…•›…"qq``#‚ +gAº8;§¥eTÚƒÁ4dJ%%înî*•ÊÌŒ/É̀ꨅµš«…U™Z„ 4mK^ÝÈqÝ€ A’öþí-}ÚiÊB•  êT*` ƒùï¡(J.—s¸\‘Hhnn‘ŸŸÇãò¤R)—Ë­ô¹ºÚIÍÕÂJ/ϵ …Éÿ~»r ÇÓ§/•J/œoá®%¯tU¤Òc0LµQ©{g”J¥J¥âr¸B‘(;;›ÍáXZX¨T*¥RYõ«†µŠš+ìB•øÓ5DÅXW 'Mš”œœlff†(ʨŸû«\ÀUÿ›1Àg|¸¥æ¦Q­¿Ðku{D'×JûÑü#XfÓû{Gy° è0ö[-3øŒèä:¼“ëÈN.í¼ÍŒêëškI4C­ÄŸ¦C»sô›´8º[íâ6¢“ë¨..¡î\FÃ\Gtrû¨³s°€0Ú‘¾?ÆôVqŠñßø§û¦Šp8>ŸoccãâììîîîêâbccÃçóëY!„š]ÓЃ)†B¡0:::)))((hΜ9ÀdeŠŸÔ€«ŽH`׌_ò ´Üõ»vÑ.Èößç…t{ïßo/t¿«Ml}m SÅNAôšù6kÐßoµ@;$ÙìÎíܨ²N½V³¨€ÖØ5C­j‡þÜÛW•¥“Ýòà?J Yœž]\#¤qy*-Cz v6ãßËÕÜE`â}é5eŠMïS¨Ê½3$Ij­´«ZKÍÕÂJg1jHQÔĉ“’’æÏŸ?cÆ }VFýÔ&\uÎ&H> µ¾Wþ;Vº /ûþÞ<‚$¸Ÿó¨ˆ€ÿ ö[wâ%­F·ýC]`T7@hÏß™š ´]ð tìíœʑ¼DtènèÐÑ—såbf°«wGøDŽ€`qº¶vô± вóöŒý²¹üþáö6$")åÅ›¹iòòŽ>‡9óæDâƒìëÙJ£1ÐÁS ÅÕø‚)]¬©Ô< ÙÜž¡N‚Í¢nßÉy$¦ôù¡ ÂÛ¸»—>°´Ò U_„§’$m9æ„òœW2æÃ’ Ù­ÙeÛä´nnuçúk¡¥”_¾)þ¸ƒàÒy£a±°ÅõQÏÈŸ/JÚ8pJ^åžÎakãäÞ‡ÌßýDl3ÁÔ.Üçòߦ—ÇlïhI)EyEjçŒiÑìåDÚ»}“Àü' „‚””aL·öBâýÕàš«…•£abbbZZZŸ>}`×®]ñññcÇŽU×F«JP-T"àª#ÎÎ}ÙÜ·£uáÕB Þt!Î.Ø›ª®…å”NvÏ–¿éI3„PÒ­Lˆôß—®)Ô×P·Zîÿó¥ˆ6—á¨åšÛº*‹båTÑ ùÀ@nâC)4wµËÉýõV˜™R)s¿-Û;)žgüž©°uwÑ^°5®|5P\xð¹‚k!˜ÚÅáÚ™,£1¨%ò21›çƒP.4 wÉ{˜v¶ˆâ˜[Nílÿðl®~?d×îÜì¼Øä2€bÍPõEè_ ÜûXaãæ4²Ý[¡Ú3ßÚ¶4³n7áÛKTêþ¤’BÏ !íe4­lçb§ŠÕáù‰ö&* ´«›V0ùÉ"›^¶(1 œƒ9ϲi«òô¶s*}–q$SaëîÔè1-š½`ê$IZ ¬¤¥¥fææÆtk/ÒÒRµ€¢(cŠ•¤&k¡1 =è*•ÊiÓ¦½|ùrëÖ­¡¡¡+V¬ðòòZ´h‘a«JPu*pÕA®Ü*šfõl¼é‚knÞ»­À†KPØ<.BêZXÁСîÞ‡ET¿Ö²KŸ¥—*tFäÑÔ*+1 !½Z÷±'d¨:رv]+£ÍËÊÔUVÛs[+rg¦!eù­=*/*—3@V"fqL‰A+Ïôf;[–¤•[Ë€Ÿþ]=%Ï3ÿJûH~µCC"(Èšµy+Ô2w æ?KÈÓL¬VງÇ讀@)“Ÿúç­á¥ …¾t)å¥wåNíÌÉÔÕ}þA¹¦®>´µ2Í^0uÏÌÃÓçÅ‹gþþøunuˆ*“H’“_´lÕV¡0þªÊQsµP&WSaF×ÍfoÙ²eøðáÓ¦Móññ)))Y³fyů<ºV• êT.àª#“+e9¹ñò€^yð¦‹áíî_~y¿Pká´BèMh£•–ÑäÜùdwËë ÌÖý•këãÈ€”kiK‰îN,–ÀuRcÉîÈGç‹T@®PÊ*~ÛÓíÑÃAÒT(yÓ ‚1¨ˆÚ÷QÈŠéMààùWâŠ10úyš%ëìl¦zYªŽOíP_„BuÆÞ"“+ˆÕÏ… ºÿRª9‡º&)†gi/—éî8û t(’ æöý²sn>6·*¦–U˜MF}Æ´hö‚©p8w7w sógÏž‹ßžE¨+a%4kÞÒÁѱ¬ì_”h"5W +=Œ†!!!Œ‰‰IJJb±Xýû÷7jU骅J\uhŸ×®æÏêå¢Þ„H¢B¹ú9«…¯¨…9qOBÙº;©… Y¨äÍ¿B­S£L&„#¥g‰3r¥¢¼Ê¥díH)7·rvãç­;[~ñÒÚÍ}\+ós—ÅWò•øûž•€Ÿ–!Æ~ÿ«zº±§+lÝËÄ"ýçiµc€ŠÐú$›Óµƒýˇ¯éÍ¿Eª~~¼/¤`kÇ-Éõùytï5ÕÂóã°ýšPY1Eú"ìáÆ>‘®°uw”j5ãáZØó óUovݸ#žÜÙñÉùl¡H6·w'Û‡·SL<žÕBÆ` 3r¸¡žÁ<âUBªVÿ«è8í<ÕB¦´TèS' ‚B”ƒ““‹›;I’uq]HQ”R¡x…j²VúÞ}†!!!±±±QQQ3fÌ`³µR ïy×€«íSZ,:_`×ß¹|ó`Báð¾¾¥¥ªüÌ|+Zxò¦ð£î>­K•yYB[Zøg’d|Ÿ2%Ú~îhD¨×„ zvö¶$dwï§k¨i+‹WwsÔ¬n_QtçÊk‡ö®Ó|I9™‡Éû½y93¦‹Çä&ˆ¥R¹,Ô æmÛ` 0©·@½x™y(YF ãã^;vtêG( ¢(/ï€P¦Ï…У{¯©æ^Ÿt‚mWó5CÕás{§ !\KRyìrãaéd•úPô63Ùûxƒ{ú²(Ä"Ñ“§iq™ çµ9•ü\!1ØÖå(Ô·€–§7.sD7¯É•Âl!€5-dHKÅ^0u¹L&—ÉŒi5\ˆääd‰D²cÛ– ›·Š„ùúôΜ:ñáØ Åâ"Ý]ÇŽŠèÖÃÎÞ^w—šÇb“¸•y®Jòó'þ5%Å·¶­ýaƒz311Q xxxhêÌžõ™UØM‰®Ÿ£rcêKG†|½?Ѱΰ¨À³ÇŸ½¯{0 ˆù¿ƒ£bŒiÕ7øææûvíŒ:Lw—X\wñB¿ƒuwÑd¤§íؾ}`dTÍ­ +}^EË H©TjffFo†„„héK¥R’d™xN©¨tÀ˜úÑ™=xô™a 󾩹ZXéó*Z†|6K. (ퟫ!I–™{›ÚsŽ´ÒcêKö>2¦‚Á`þ{j®¢Êž¢T¨ÂÅ^ÇV<ÇVúÕhtG1¯tUåÝÆ`0LMRƒµ°Rë3¾EQ‘H °­ô½O¡â¢3¾EåÀ`0L½§æjaåÎÚ:8ŠòrŠDzoê1žßÖÁ¥r`0L=@©RRJU]ü'ˆ" ‚$Y,6«Ò‹"£Ô\-œ3ØÓ˜Š>üŒ)`0 NŸ¸Í(—+äé©iÞ+0*ÔfH’¬Cš4õñõ1ðò»*RsµƒÁ`05J¥ÊÍο}«k÷î>>~,˘EíB¡P¤¾J¹w™Ãfyûú¾§øq-Ä`0˜úŒR©L¸s»{ž¾~þÆtk#' Q ›Í¾þÏ?ή.–Æ,*CÝ«…ÿü÷wÜe $IvîÒµS—:5I ƒÁÔ'B¢‘—·1ÅZ»‡gAaBñ¾ž…[÷jáÕ¿¯|»r³ÆR©tÉÂùµ§´Ô¹€1L}‚ Š¢ÞөŃÃáP…ÞÛ;›*¼ª¸N@Qc]),,œ4iRrr²™™Ùû{ÇU%аš÷pÓ¦M»O8¤¹i@™‘Í›7«ÛÑÑÑt£~4‘ßh޴鸣¯ è0ö[]¼þgÿ´£‡DE‰< zìÚÝ·4wM=$:&2r`̸™$¾Û ëÏ~ûIïÁCFŽ[­)ÔLWê‰q£cSèöÃã›GEŽŽŽŽŒ¹éøCСiÓ¦ÑÑÑÑÑ‘ý‡Œ?ú¨ò÷;0&°Š“ˆ©£ c”–Jîß9sîäí»·$’cê5 Ô‡ûHß+B¡0:::)))((hΜ9ÆÔ >OVHë7ÂÓʘ"3[·n>}:Ý>zô¨aey¹w×°‘‰wBôWútÞG¿4yw6Ž\‘ºõ·½ÍùP’ýp0ÈOØ<âÛäm¿—ᄌ~ì¥BlŒxÔ`ÑÁë—X²ô~V/þôìã}nýÏ·“w”ìÛëkÅQ”¤,1ê[ûc ;¹héÓcÏ»³¹ï”¯¢¯þ¨¹K¡ 8“¾ÈV%¦÷‚©<}þÄÙѹeóÖéi? ­ÌC¤ë(õá@§(jâĉIIIóçÏÇ…P“å+zmüôW-ajì×#FŒÙ?rìÑ'åKÍ…ݾôéXˆŽŽŽ:˜Vº&ðïÖÙ={ˆ=vÎ `€úa×˹3gwU:!,£Eʲäo?û°_dTtTäÌ Oôõ+Þœ1b`dTäÀ3n ¥´°iÓ¦W·/3jX¯®ý¼˜I İsþÞ±Û¾¢«Xº4ûdñ˜ò]swÞöµz—}£“ú¸ƒÉýÎ5¼ŒBc>ˆ™¶î10¡’gýVÒ¾‹5~[zbÜ–…¾VàXú~¹e쉥;­À¡ÕxYÑßt»iÓ¦g¾Ÿ5bøÐY§Òt{²ihÔÚò%fiî¡Ðˆ… ‘À²¼«“"{D>óûsj犒'‹&ˆ3(rôѧou/€iHdf¥»¹y”••ÚXÛ¤e¼6¦^¯¨«ëÂÄÄÄ´´´>}úÀ®]»âããÇŽ;cÆ cv ·ˆå]–uøááèYÍìÔB—.Ÿˆ±€’W§»[÷-£m÷M¿CӦﺪ˜µíìÞ› ~fl雲¡IIÚŽûæÃ²æ¹M übËÓÁ‹[ÀÑ)“Rº®<³!Š²Ë¬]˜ûÝ;é þ”½Çûx¿úköG“ö\=6‰–Ÿ÷ýx×dï’ׇº _2³ÇÏ`0†Ø\Éw `âH®ä¼Ãýi&ö»vßÁ¿ ¦K”¸Þ®×Xºý‡°ô¢F–n–æ÷˜Ïh˜÷ƒ…ã õf\ȧ¾ð€_¢>Ô ÌoÌÌ×½×Q³#7í žVa)¹ò|»i{îãrföÅ7ÂØO¦}ylyÛ’Œ¿ºZ}e•V/˜…“£ó³OìlíŸ>{ââìjL½^Q'×…J¥rÚ´iüñŸþ™››»bÅ //¯E‹³kxìÙ?Œ8ðù¥ÆÓ&JÒã¦ù 22jÌÿ~.žÖo\¢‚mæ/øîÀ‰+e®îÞøU±M?ÞQ_dœZ!Gï —Ô–V°váëZÑì|)ž×ݼzÌ/zùv±;¯‡XzÅÈ‹ãi‰áÔ|;vDtttDÄÛ[–¯D˜Þ¯aîm¸Ýwü»=5"::::&jÑ¢5»æª…_ö*w¢OÐù#ëÄíi%@ÉVžÍ;ÐKÓÛooô½{¾-º[‹Ž-ž=fÆv âíÏ´Õ½`ê Æ.Æ!„Pã &"‘(îÊE’ š7maL½¦16Ä*Q'×…l6{Ë–-ÇŸ6mšOIIÉš5kÌÍÍÙ5Dì›ÿo¤eÇÅW²Ô’™S—Gýz.&Ä‘R›·*¯$@ ÊÔ7G3šÌÙþÁµ¸¸ó;ûÿ|寉%©ÇæÎÚá?îšã"_~=Oõtb¯X²œuÏ æÙêó¯Ÿ %Ëœ¤7YåoÑŠAS9ÚÑb_†d²—%,üýhœBŒq²ØV2ÕÇÀµU#ýÉ7=³<âVî<ÒÞ|_¦d²gù2T’¹ÏÜ>R׈q•iÍÖ­Øo%Cÿ×rÒ÷ #¦]Ïr™ÖÌ‚££©­¯DhËÃ.\í; ™zÁÔ,,,Û…u€°Æë!ur]!!!477OJJb±Xýû÷7fÑp™¸éÓs Þ.š³e”—›[ª†[q¥@Úå··AÚ²È<…Þ\L<©€hѹïô‹$¯/€wÔê£G=ztž§enür™÷qÎÓ[ßéìwW`F+ûÅ{ïÐÄ9RÐÓïx?Áš¸ H¿¼Zà;ô¡ƒ&ãWŒümò’Ùz“R¼}7õ¸•£vOYú0·ü*fÑË›¿žÍÓû5HqÆ/%AÓ9oêËø¥~úmJ‰%)ßNûmÀWã Ù3Á˜[×E%׿;·üLøü¾Zúükã2 íÒ*µpZû¯Ž”¿UêõƒW€iØ”””\½veïþ߯ü}¹¸¸Ø˜ú[Ølv›6mÚ¶iÓ²uÄ‚-o/H×!êäº&$$$666**jÆŒlvÈûÆÊsäÜÆ;–½ùíÀÆyQ3† ¶u¶ñé2 Ž~½|ÜÇcbº8úwùà-\:¬Ýˆ!Q6|~쑺nuM%_=}L¾Teò˜/6iéŸZùoè‚·çúœÛÏ/›5"]Ö?zëÏÏç,î{¬Ô‚žÝW®ÿ4˜±ßQ;ÖÌþtJä¶’ç¹î—@†cp ¹oþžU³Fe•±¸\‡m1aîºò]m>Û7ÏŠÏFæÈY R°mýÆÌÿ Lî×0/=ÓzÆ/êM׈%?åÿ¸àÃ9‹­Tq{Œÿifí›H‹ç9/¨lѸÜÖIKÄö•ŸNù“£oû åçÆ‡oßöü‹Åý*¹ tk5cKsÀÔSL9Íx÷Þ/OÏκ&§$ݺ}³{׆õ5¹}û6(Ä/f÷îýrdb 1‹Ú‘œœ,‘HvlÛ²aóV‘Pïë Μ:ñáØ Åâ·ß£Õ;r(¢[;{{Ý]jN‹í?8Ê€‚é|ûÍÒµ?lPo&&& MÙ³>[¸äkÓÿ­€©Ucª™]:Í»pÅMçT$S½œ>qlpTŒ–P&“íÛ³{úgŸkÖ²²Òûî½JMñôðjÖ´¹@` »÷þ6vôIJ²R¥R¹ïàž'L€‚Ñ•¿ãR^¥4êÑÍÊ’á:‡ÃQ(t»$}³{x|QÆN(˽üaä§/eÏoÓñ½ÝœøÉ‡zF_ÿîþú°ÜÛcÜÛz,. ä³gxÙt¸“5Ò‘ÏápN-»âäô×âQ›þZé­ÙË–?FEÇØØj_Xá››ïÛµ3jè0ÐA,.Š»x¡ßÀÁº»h2ÒÓvlß>02ªî#%IR*}{`HHˆV!”J¥µê ZëRÛÆT;?þ}BL­âî½;nnî#‡Ô$¤é'ˆÀÃÃëÞƒ±¸è굿½=} ??מ:u™ý¿9MBBââ.ñ `á:¦,ÿ8ÝÞÔw¤Åÿþ¸w÷Þ±Yü‘}7€[·É¯í€'ënFD¹­H,PISvŒp,¿oîXм¸k7ï^žõäÉúºxÔ½S‹»t]ºhJ¥÷†‹Õ¹KW}{kž:0ƒ©÷¼JMéÜ)¢TRbcc3dèþCû£#£Û´½yëÆõW}}üÂÃÿßÞ}FGU& n™™$3©$¡7)I]@YAXQÄÞ@²WŶ"®ë*¬»ëžóbÝu]{Y‘}U|×(UAJh" `P’ÀÌÜ{Ÿ÷Ã@€´IH€Ì<ÿßÉÉçÞ™<æî{gúìû÷ŒwÆŒëóùvíÞ•¸~CΕÃ+9Ï«*Oç\wM;!DûkŸ>0:KˆÉ±i7v8|Gžÿ^^Rú¯/F\ñç܃“ßMÈx¸ìd­éW·B$¶ç?4©ê ׿ÈkáE¿º8²>º3âž0€ècÛ–eø`ë´Ô´;w$'%¦¥5¾ùÆï¾÷Î5W^sñ€(„Ø¿¿`ÆÌãÆŽ÷ú|;óvø|ñ¹›7uèp~ à¯tûeË‹÷¼›zeÙ¯€? u',ó`†ïñ_|á¹ýµÖã/~p£{]çû,ï²c›´«z¬3!òŽ‘jKÊS.1ìžÝcÞ¼/~üqÛíùñ§ÝÞ¸¸[FÜúÁ¬÷ öK)÷ÌxïÝqcÆû¼¾;¶ÅÅyóóò.Xpaÿ‹*^öz2t#P¸ý#þ2øñ‡B¿ÞÛ1iÊg?H)w|úpòù÷…v¿¯ËœïjsÛåš‘2Þ3ï‰ÿæMìŸ^n;ån—-9sh!¨à”®ÄÇ'\1lø¢¯íÙ³Çã‰ÍÛµÓçuëè™ïÏØ²uóŒ÷þ=vÌx¯Ï·mûVŸ×—ŸŸ÷éœÏÆŽ—’œ"+#„èÛ·_¿~ý/¼tb쭯̸­}hù„ß8<ýºÞô¹þéÃo:1´0½ßÖì>²•”rØÈÖ+dö°OÙvNÞæ©rf[xöŽ‘&W8ùpvTÌIbbÒUW\=ë£ øU“&Mvü°½m›vcF}îùg&Ýs¿Ï¿uۦĄ¤¼ü¼9sçŒ{{jjZUA*:õƒ²a1ig.^]n¹'yhh¼”²ë£K =1¾¨¨°ÒÛgû…ýÊ# IJJ¾æêk,Z°{÷n¯×·uûŸ7þñǦÅû|¹[6Äûòòó>›3{ì˜ñi©iW?ËÂý‰uB @•&99å†ko\°pþ®Ý»â}ñ¹[Öܰ)'!>!//öìÙã~Ó B(i! Ž*Ý/ III¹éÆóæÏÛµ+?!>qÛö-‰‰Iyùù³çÎ7f|ZZƒ¡¤…€:“¡Vú“šÒèÖ·~1ïóüüü&›åååÍž3çö1ãÓÓÒ«YëlÿœIgïÜÀ9Sí®•ßï‚.¼ø“Ï>ÍÈÈÈY·nØeW-ûèÑ£§ªµ¢ -€è'¥¨¦…ÅÅÅÅÅÅŽídvÎÌY—Ó5³›tdqq±Çív»«ûШA  úIQÝ~arrr|||“ÆÛ´iÓ§wÓ4ãââbbbLÓ<ÓoÔ5´Pí~¡Â0 ¯×ëõzO^¨H-€è&¥Ôu½¸øpDŽmÛº®Ÿ¹6ÓBˆfš¦%%%8°?55-ÜØ†ëÀÁRiú™ºö@43M3»[·o¾þú‚¾ý5J5Œ3•“3Ķýû V.ÿ¶g¯Þ1gì¤VZÑÌÐõ¦Íšegw[»fUá¡BÇq­Ѱ躞œœÜ5;;55-&66ÜðÓD  ªišÇãiß¡C‹–--Ë’Ž£išˆRJM×ÝnwÜ ¡ … Ó4}>_¸QꊰÇÔ;ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZPn@½y÷­×à à8K-¼êÚëà àÜà)@u´ :ZP-¨Ž"˜”2Üðê¡…š¦ÅÄÄ„@=Óuݲ,MÓ £Z˜”œâøM—«ÎO€šÒ ÃåvÿòóOIÉ)áÆ†Q×ffe­øvY¯>4iÚÌ4ëaƒTOJi[Öž]y«¾[Ù³WŸpÃè‡t¥¦¥wÍî¶~íš%‹ÕËq[ÂÒ4-)));»{jZz¸±aÔC …M›5oÚ¬y¸Q4Dõð~!TG ª£…€(T«s9kÚBMÓŽ”–†@ƒ`Û¶Z /ïi “’òóv9rÄqœpc8g¤”AË:r´ôè‘ÒĤäpÃ…¨ù5»d¬]½ºsFF|BB 3 À9¡ Q\R¼1''»{pc…¨y “’S2²²¶mÝZTx¨Va8Ë4MKHLÊÈ̪ádzմ…Bˆ´ôÆiéà ÂÔôýB¢UM÷ s7m7€§s—ÌpCjܾý„@ƒSxè`¸!5naM¶@$âýB€êh!@u´ :ZP-¨ŽTWÓk* slÛ²m¡À&K)5]×uÍ0Ìj¾, ©9Z =»woܸþÐÁCáÆF<]×â:uîܪuk·ÇSé&¤Vh!€ˆçØö¾}{׬^5pРÖmÛ™f”¿²?|ÿÕW_¦ÑºuÝ0Ê `B­Q^”OX¶•³fíÀÁCÚµknl4p¹Ý:v6Lײ¥K›4nëõ•À„„[£<Îñ¤#:غu›p£JË–­ ƒïbBj‹ˆxš¦9ŽõGËq¹ÝŽã8•ÄԖZ3 ºÉÓzŒhÕŸ6É„Ô- )å†M9{÷ý\é½M7íÒ)ëô^OU3s~ÎsÿùÆr!¥”B )„zÁù™xi¸UZ@!Rʹ9¦itYÅÞI)7ænؘ›“ѹ+9¬že;Óß[úä„!Þ-5ËŽE¥Ö_^›M  á’RnÌ]of—N%%Å–Uþ$ Ó4»tÊÜ´eÃÆÜõÙ;¬Ä¶ÝûÛ5KÑu-tô5ÑóåÚü€£ù-á·µÁÝZ ‘“F D )e5oI)7m>Âïÿõò†‡&Ÿò™,š–ù·§Î›8±KÇÌÜÍë7lZé{‡ÕOÈiX¸jÇ_™·ô¥ Ç6+¥#EÐKm´ÄÑ@P×´ú}гƒˆ~RÊM›7† áŽW^Ý1uÚÀ¶mݺn[Vè§Äïß8uš”²Ýwv1w}Ά5]3»Gt닔⟳–Ï]¾õhÀ- 5Ï‘Âr„íËÑlG*<\ýv,®©ýr7o0 ½K§Ì’’⯾¶ýñ'z¥¤¸5ͱmé8¡ý'at2ŒíS§}ÿÏ‹‹‹2:g ¡­Z³¢Ò nŸûâð {tëÑ3»k—ž—\ÿÖêý•«£rQDéÑà¤g>ýnëÏŒrb©&¤ŽÔlGlq¸ä¨ Îh“ZéV¾=õ®™=zôÈêÚÿ‰·W–-/ûKöÌÐ$õ‘÷7WºúYÐ &ꮚC‚?ïýiÈ ËJJŠxýõíý±[|¼)„mYRJ'DJé8.Mk/Ķ'¦Ù¶Óvâ]3³gýßû=»÷)·µ_¾™ÚoRîg —ôn'„Ø»aþ›¹E²{Je\Wu9ÞX/ÇHwï-¼ç™Ï:¶m~õàN—!„è5öÅãwj÷?ó±Â0´_÷î0eÔ%…Å¢ÂsÞ5wÒåO-]¶ªc‚;xxË}/º'}ÍóC[„î•RçÍÜgìå¯,âªóêþ„O- M–̹ïÞ©©.M³-K„jj¡m;Ž#Ç%e[ËÚü蚎ïKTö!&OznÒœ¡ !Ò3‡LÎBˆm¯ÿvÔË«íÀÑb;yò›ŒéÞHár¹>ýÓè¿~²~W~Ñ-Ÿû§«[ !¬ÒÜFÝñÅö¯á´þÆÓº¯ùí w®=`õ{|{Ö˜n*>îÙ·bÓîG^š7ô¢n]Ú5ÝöSqv›ÄL¹ÉÔ…ihnCx\†ÇÔc=._œGÓÄþÂRÛv*Qž>áûìì˜àB¸â;>óßûÚ™þüÎgB÷mûh`¿»FÌX1ùÒVå×<‹h!%ÛßÒ”Ò¶¬Ð%Ù¡=§²†˜R )-Û¶§ÒôzmOñöó+.o9ì‰oǦ ! ·ÎluÉä1»_ -ÿ¨ã˧t(Üþró~wüéêÏ…¯_1tËð·68Hq`w©âõaWf?»öÕž©‡wþo‹ ï³çíŠÛ?Ëþýùºwæ®»iØE¾¸Øí?»M±)¿Ðmj.]¸Lá15—¡y á2E«Æ)¦¡mÛµ¯yZ’Vá<Òw~)ÙÑ6¡ì×Ä6w•üÜ^ˆc-ìÛó–›?Ú>ypsqNÑBJR:ŽBضí8NèŒy"†§ì !lÛrl;TºµJϧ)Úñéˆ/í8d¹ ­tïf!޵púÕí…‰íÇùM -yüÛ_V~þ«Ðí”qBˆi«ö5½cè›B!âõ3òîc­<òÒ¼­{ŠF^5°ØïìÜw$έiº®éš¡· ¥í]“–&t[H!¥ÔLC÷­Ø˜ÚeeÂUíŸ{ú_¿4Õ«ŸËs”j÷¤ Á²m˲¬ªî•Ò±Ka[Ö±SC5íx OÚ5´mÇq„–m[¶¹Mý¦™ïÙÍ{éTnùõÃï¹mî¦ÑÝš8Á}ñImËVtYeEµËþ€8ñÕB–”ï/^ÒÂslIÙ°Š^sÕOHõŽ‚B Gˆ -¶cÚº Ø…%–&¤©ËX—ãÒb\zè†t¤ÐEŒÇõóþÃmš$•{η¤{_ضoòñ=éÂïŸ÷¦,sçk_—ŒìÕíZó»ÿ<{îÎæó³×ýnKQ@J(ÚòàõÏxáÞÐ]B)ܼ»ìæà›}o{ÖUý„TƒýBQ£ÊWÃ@ è8Že[BÓŽƒýÄnÀ±ÑãWV!BM³m+hYÁ@°â6Óû?¶ào/M1èG¿!l¿Ù¨ãÝ{AJ9ó©ÛFôîÕ¨yJ‡¡S„˜]¶âÉ[ݾíÃO6Œ¹3ëíRŸK´¹âåè:rFÝ•ýªå‘Výþø~¯ö×­½:åaôeYZ$?ùÖ’Aý»wj‘¾ö‡ƒƒ³›†0uÍeS×LC3uaè¢ô¨õÃOgÎ_ï‹u_; S¹mqÙ3îvûÀ¾~—;ô\u߬LJ6?er´¸Gß_濲ׅ·»W¼2±²çrÆÑBQ¢š=ƒ`0 5Mkÿ×'wN}²¥ßï©b­€ù11ͧ<¤é†?àíVÜ`ûË'̺|ÂÉK¤”]Ç?»iü±__ÿ}ahÅ¢¢Â²-”Ý6bÏŸ>sÁÉëš¾¬|ôÕÉKÊ­{ª™ê—ÑüŸ^þÀßç,l}a÷Ž=ýA…Q²QblóÔÄ›/é2 »U¥ùî3ê±E£;±B… zü´Ï¶L«kûO-%B‡+½+=­ñÊUË»g÷ha˜¦Ë½hÑBoœoØeÃBW VµÁHPÝ„„eYV Z– ƒÁ ee·òN¹>ãàÁƒŽãèºn† `è—˶,Çc'®‰´@´w”, ffd-[þõ—K÷ëÛßã‰qÇ‘Žt¤”ŽmÛ–e-˜¿Àãñ\<àâ`0èr¹ªÙZ7!ÕÓBŽÿ¯iš®ëmšølÛ–º¡iÂ0 ]×OÜ-´Ð’º<è¹B D‰ê –”””––9r¤U‹69sÞ{o†í8Òvly,ˆ¶cKG6mܤOÏ>‡òûýqqq^¯·ª 6|uv™¦mK) Ã8vxÔ0B ­Ë#žC´@”]Y^Õ½qqqn·Ûãñ¸Ýž¾½û‚Á` `Y¶#!„®é¦i¸Ün·ËåñÄÄÅÅÆÆÆš¦¡¯ì!ÕOHÍ…:gš¦ÇãU«—Ç:Wh!€hn7È0 ŸÏçóùªs²ˆ~q"ü„  -ñ¤”º®†B¯i¶eUõæR[ M€h¥éZbb⾂ýÓÓÃûìONNѵJ®a`Bj‹ˆx†nfuíºü›¯û\Ð755Í0#ïœþZ±-» `ßÊ•+ºuïî®ì=<&¤¶h!€ˆ§z“&M3³²Ö®]]TXTö]ÑJ×õ¤¤¤Ì̌ԔF1±±• `Bj‰ˆxš¦¹=žóÚµkÑ¢… :Rj•~Ùn´Rêºær{bb*ÝgBj‹ˆ¦é2Í¿:¾^1!5w:ï1Mh!@u´ :ZP-¨ŽTG ª£…ÕûJâpÈNš¦é¡ÿ :ée :麮kšF Ê2MS×uÝ0¢ü«­¨Šiš¦ae-ܳ{Wõ+eÜn÷ÿ^ë< endstream endobj 725 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [220.756 159.98 354.911 172.523] /Subtype/Link/A<> >> endobj 726 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [473.296 142.048 509.052 152.952] /Subtype/Link/A<> >> endobj 730 0 obj << /D [728 0 R /XYZ 56.693 815.761 null] >> endobj 211 0 obj << /D [728 0 R /XYZ 56.693 759.068 null] >> endobj 731 0 obj << /D [728 0 R /XYZ 56.693 739.087 null] >> endobj 398 0 obj << /D [728 0 R /XYZ 56.693 380.591 null] >> endobj 732 0 obj << /D [728 0 R /XYZ 56.693 360.721 null] >> endobj 215 0 obj << /D [728 0 R /XYZ 56.693 348.766 null] >> endobj 733 0 obj << /D [728 0 R /XYZ 56.693 309.612 null] >> endobj 219 0 obj << /D [728 0 R /XYZ 56.693 242.852 null] >> endobj 734 0 obj << /D [728 0 R /XYZ 56.693 205.855 null] >> endobj 223 0 obj << /D [728 0 R /XYZ 56.693 205.855 null] >> endobj 735 0 obj << /D [728 0 R /XYZ 56.693 178.501 null] >> endobj 727 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R /F64 307 0 R >> /XObject << /Im39 718 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 748 0 obj << /Length 2689 /Filter /FlateDecode >> stream xÚYÝsÛ6÷_¡GjFbø!Qbû¹vÒ»6i;ÍLãÎ%BO$èÉÓUýí(J¦ãL^,X,»¿ý‚½Q6òFo¯®ï¯^½™{£Ø£ ÝoGQàF‹ÑÒÝp¶ݧ£/εÒmsTf—èt=<§ÝìÆÓ`î9Û‡p13çÍï“¶É‹¶ž®öM^i¥‡ˆ~‡s§Òžd­I°>(³?ª6CzÑ-AÆ(Dg‹À]ø!p¡Ýa ,–Î+þ™ÍqËÕíýÕ®| ñFþh¹QޱïF^0Ú”W_þòF)¬,î,^ŽDYŽæ¾çaãbtwõû•'šòÎ4Œ€l1Ie–ù,v}/b™æn@RØm£/Sßó<Ðå>ѺQ,êm®ëÍØ÷œyg3½ou6B‡ÕôêM4ë™”ÌÜ0’#VcÐz[“ vvÖe•¶µè«oÓeä.—‘U×j=ž†KÏùcìû¾£L ÚÆß ]—òºáªù·|€c³"ßì&Lš*Í+« ˜GÉ¿xÇF.w6%ÿE,UÂç„“ ™Ÿ`2ÉÏÀ¢r}l‰¥ÒÆ^²V‚Bû{ÈMÊ#]Y´j¿á!]òGwô‡¢ÍrÍ“À¯µÙ׸+Ï·îÂÃe¹ÉQCLߘ|;æÎVÎ á`eÖ*oêʤÄ›yŽH= :Y¹kÓ¬•N6;ÃÇ0p©Õr¯4W<¸VuŽî‰Wš~ûs'1I©«ŠÔŠx:OiΆ]/àëD³•AˆfªÞìŠ$SÏ fÎý8œ ¡÷xhU®sM®;€@¸¡wAdqÁ”GÄ¥="Nk%ól0d9$à‡¡xtT/<AÄÛ¹ÐæÂ/í°rˆØìèôU$½¹½›Þ¾[ñ¾»GuÌ1>í»+ž|{j¯Ç8ÿ\£œ&WkºCèuâÄCvœúj$ÊÎ]üiX%ð Pú†°djÚtGZèfy2áhz}©NþÑ?k(t÷}&iëL¡ ÿF5ß°wJ£É2¬Òš­ržyì.Âø ;qx‰x&Ø¥>và³;„ Z{WX& Àï €M' ùðlô•ŽKŠà½qPŽkr¥3¼ˆÐý­kwv"å~W²É¥®UJNLyÇJ0éÒzmãxVÞ\DŸ›¤Qù˜<‚€2d“M°¬TŸå—E¬Ÿ\H™"i×~&éÌöVb+È£pèÿš’-,ì¶àǶ µLâ\笜¼7öý¹2„ÊB4 &íè-陓ö±-yðÓ!¡#Nì]Aã]dvbtYN`tS©à_fk\<¡Ñ÷Ñ4‡Ä=rßycÀäZxéc›´)MXzðæÞWB£“™¶<¾¦¿®VÍ…Âp»Ï\9SÇUjò¬âwäï„i^:ÌðÖ×™®J5 "…ŒêJjxFš¹¤/ŽÆO¼L”DW+Ý`cý‹@ ¡¼fOîgà^Ñê¾?ÊÇð~#Œ?£”P,X ¿tñÇ¿nÌßìªúå b¢ÚgË&zkJb}_—;¦Éy€ÛñàS‘ÃíåJÊ´µu—îйû^ge’îâÔ³ÒwJ½1IVé•iŽßvÈ®ixõêp8Œ£¹ã¦´ª§gÁ9¨ ÏXB@pSÖ^àò•)“ΗPˆ0]ù¤\a½@§½ jcð¶ ¡_­:((ɺFa05T&÷o8ß?aÀò–ε+è^ QŒçJU°À0®Àcƾ#Dt ÿW .lP2Å„]ßçÅO$š0 ¶ƒ4x!­‡·å^I0+vŠn!³?C?:zMêlÉý‚QàÓÜ/Ìζ*2º4,³•`°ÎR9¬§vq¥*¯!—ñÄBL +/™HÞ¾ÿíÝíôN,‰ÇÚ‹ÂâGî.PýÌþ‰!Y>o¸ /©í­ú5Îé .ú:±ÕEnÔ^"ãàt4MŠŽç§TÃQú6Ïþ@_·Ù1/Šdz†ì‹4‹„ŒÄoÊÖ~l[à¡týöý'NÐåré´oª} UBÃø+rÉÆúør6¾È¼ ©ï†R „’KÞWD9’–]éºXÄÿXž€™ˆW]`  8BÒ¹\ÇY¶Cî ìÀAäwEÌq ƒþQÓó Á~)æÿ5?òÆ öœØ€¬Cr. Y·o`…8$Rž)ì˾ú‹`Ÿ&LÝêd½£Ó³<³[ø]q ‘¸ßAÀÃq×—Å §Zó Ù¾)uáD¦RÓnö]¸æ¾,^Z±%üyyi˜_W\¦<¹žP>n±ÑLfÝ+>…Sœ~4Ðõåœq±S,ZõÈ-RIö°Â×€¥ÏmvÖ.}T[dp´+XXžÐCÿŠœy®ÅßóŸÈÿoñÑ endstream endobj 747 0 obj << /Type /Page /Contents 748 0 R /Resources 746 0 R /MediaBox [0 0 595.276 841.89] /Parent 717 0 R /Annots [ 736 0 R 737 0 R 738 0 R 752 0 R 739 0 R 740 0 R 741 0 R 742 0 R 743 0 R 744 0 R 745 0 R ] >> endobj 736 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [466.841 673.767 567.925 684.78] /Subtype/Link/A<> >> endobj 737 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [336.472 534.144 413.214 545.048] /Subtype/Link/A<> >> endobj 738 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [496.992 534.144 567.925 545.048] /Subtype/Link/A<> >> endobj 752 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [55.697 522.189 82.845 533.093] /Subtype/Link/A<> >> endobj 739 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [402.424 522.189 492.266 533.093] /Subtype/Link/A<> >> endobj 740 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [232.422 504.256 316.645 515.16] /Subtype/Link/A<> >> endobj 741 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [391.285 504.256 497.775 515.16] /Subtype/Link/A<> >> endobj 742 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [312.212 488.381 438.278 497.227] /Subtype/Link/A<> >> endobj 743 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [300.973 456.435 444.586 467.339] /Subtype/Link/A<> >> endobj 744 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [299.161 444.48 374.508 455.384] /Subtype/Link/A<> >> endobj 745 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [230.6 358.656 356.577 369.56] /Subtype/Link/A<> >> endobj 749 0 obj << /D [747 0 R /XYZ 56.693 815.761 null] >> endobj 227 0 obj << /D [747 0 R /XYZ 56.693 759.068 null] >> endobj 750 0 obj << /D [747 0 R /XYZ 56.693 738.489 null] >> endobj 231 0 obj << /D [747 0 R /XYZ 56.693 588.022 null] >> endobj 751 0 obj << /D [747 0 R /XYZ 56.693 551.026 null] >> endobj 235 0 obj << /D [747 0 R /XYZ 56.693 430.467 null] >> endobj 753 0 obj << /D [747 0 R /XYZ 56.693 393.47 null] >> endobj 754 0 obj << /D [747 0 R /XYZ 56.693 287.442 null] >> endobj 746 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F64 307 0 R >> /ProcSet [ /PDF /Text ] >> endobj 757 0 obj << /Length 4112 /Filter /FlateDecode >> stream xÚkoÛÈñ»…€… (:¾%¢Ÿì“ó¸K|iâë=PÊZI{¦(•¤êD¿¾ó\.e:(ú‰»3³³¯y/ƒÑfŒÞ\\ß]üð: Fù4Ï¢lt·eÑ4›æa>“ùèn5ú}|mªc{2õ¶¨VËË(¶—¯¢4¯ïãYRs{U4—Üýl_…á4OS|[[[›WW­ÝW¦"úù2NÇûê>¢Í±.°y2õãÉ7Hk GsXcã“Y4…1p¡ÑI+˜ÍÇ?ð'IqÈÅÍÝÅ¿/B  Fá(ͦYfy8Í‚hô°»øý`´¬ešäóÑQîFiL£8ƒv9ú|ñ÷‹ wRÑг4§£R¦I> ƒŒ×NyW·¿ÝÜ.®/ã`|õéç›ww þõvÁÅÍëw·ïîÞýr{s+;ôoÎ'J¦q&\ÿú—¯Q˜¿-¬iÌå«8 ÇïíÉT'nã¹U+Órïªz2ÕêXm¸[×ÜøÓ¬LÃÍ·½›DÈ~ej¡N5M»œc¸‡ £ŽU±ÜÞÇIRm¬pÿrÙWÜY™7>˜•=î&g ph3()¦n¶ÆV-Ž X ¨0Sq“§Ûqç“yض€ÜK\|”çHº1$•›VǼµp VyU-í t³Ð¾¡±4M±ñænÎV¡gÁ½cÕêœ+èv]màà°Â몇öª·x„a Œ—µ±-Þ!Â@ø‰mD°‚z=eð­¸ÑìK8«š;nƒH½1—Q:~Â=nkᆨ|Ëh¾Áƒ*[»1´EÕZ³3Õc˜á±Z1òãJKª ,,ͺ¶ ,Yxóž&CÛ]³xŽ7߬²i‹–· `:d„{‡p=eÀðqlk4¯ÉÆ”ϯ ½[.§#cÈŠUS.”Ë5¯ínͤ‹ýãŽA–÷dëÃíŽ!¯q̾„9ܺœ-²¢„U œ_ÐÌSÖA#9Ïä¨çd-„ãDJPµM;eØO Ñ<à#(j!B‹ªb(ßHe¶;¡1Vp2W¦›m ç›ÔŽDpŸ­ÌXÀ7‡z«‡#õ÷*6‹)óù¸3~±ª‰* [1Ä©ÌöV1XÆ’>3Ä»R¹º á Òþ@ü…‘œY* lâ<<ØŽRÆÌEãë¾1;dqÇ3OÓó6€²4tǧãŽâû.í[m7ÛV|$±†ÆM]ÇeEJ›¢í©îÁØ£&z‡9›æqÄLoHƒa1ãɇýÊ¢Á?YÜÿq†!PpœÿBPêæD-oâ#ö–túa[éÿɪ€Jn˜ËU½4ö Äû´âHfñGu#©3Ú¼»œ¡/u$®¬·<ß(H Ÿ _œÕÝwÝ>á‰Õj‘Ñ ‚œöÞañ…†Þc!ÁAA~舭@ÅjBK]"¶?ê‚u:¨¾à{PÚ—î (³||ÍâZÞº@çIsøj >¯²m{¥1ƒÀ¤rÃèXPéÖ‡‡Î=š¹-2µáÌYÂD`Ÿ¼>6ôªL3QŒ nø¡UXQi J}éÀ|€4d7tE*€r$Øq–ðÜØ¸:¶ûZÚ"$Yꆉ 7õù°nÉÜGSÎ;nT’6€ÜmÍ®`ö/²¹Ò@WIÛcþM±ÊWCš-¡šE2$áxá0 ¹ !Ä­A“[2,Ú<»Q¬¶m¸Ý‹GˆªÌÊÖæ±eäÁr‰ hXoÛ‘mcsc¶¬SîãnÙ£TUo’ gVqývpã (UÙ`Œ"6 E4¡qÍ©´D¸ó¡hÁhàŠZûÈ ë ·V쟨U¯Ïžë€œŽp×^Ò'í͈G[”àM†4·ÈKE¡liÓdÖ6l pmÀæn9°NEÓTd1É›p[¤+í¤+í¤«/Hˆ!Aš0¿nhg$¡³!ŸCW^_&ÁxÒËY¬[9°µÃÖ–ûfŸÆcB¦®UØ™á<ìKÛú¨+5®ILμ‹4TɵµµáÐêܷż¬ù @y¬pYgÜ©w”uÒ`ØdâÀÆ¢Ž!VM%Ã}a:=a’‡%ˆ»Ã$Bð’1EÙ0üå%ÕLé (ÒÛJYï^ý·³ã*f‘$!³XÜ*@<· `‰ƒ‰TR@hº( /9§d\’Q € <¢)6“qg Aš‡ ÀÔŒ1JÁÎpû¥L»E1ÚèÂP^jÑÓ‚,$ì£núW#Øîn„æ! h‹ÑHÔ?"7!“•ˆÂ*éÐIÉ k¸fvfС›ÅÆw…íÙ02Âð娼:óâ% ŽâPÀÝ¡…L“\ÞWãhŽ^Œ&‡åèô›Öîv$¨Ø<Ö' ½çOñ𦥂×$¤¬@ÈçbHjöšQçË`:Q|(j«ÃòÁasŽ˜æOàvßÚÓLˆ~‚ð„±$¹î°p… åáp`d!ì„Æ„Á’‘‡ª#Ððt$ìt„y5ÚvJ<0«ÝH¨Á"  OSnQ°†þqáÈçûF:δ°µ´²&r ðM‡„ƒ4oOQ;Y]uPprÃ;sè œ9ÚUÍH,á¥üu“|'‘À…5°95†F*‡™Tãšéqü ?ŠB:?}@¼„ €Ù°dLJÓ,‹Z9¾a\Ô—áœjh¼x¨æ§ÈlÇMÎGkpí¦5š™~>˜aE<ó!ºƒ´r:‰«cU|.Á2™-å„›ºe’íà â XBuïÅS8V¾"ŠR«5j¨d@ÈF˜* ø:qÛæÕ¢Ђu¾ê›•…ødH˺¬C?W˜Èæãk[®:ÏŸ©­ þ ùh¿Ò¹”#С‘—0·KæÝbóîhMÕÍ´4昊`©`SCôÃä/¯ðŸ$RT¾yqÆ—bó#AãðÙå’ºÇó7U·$&­]<É«fÓKh¶x ­Ò%®JKÒ›ð»À“+ïÅbv£‘4½#ž2—^…–HNšúà81²ø™Gë‘ ‡šqr•'ªÐzÂ8³•ª’}0pÖCרé&Iž`2ä\±ÚekŒÛ©fèêQ=Gê'`ºhzÛ‘²ÇÒÂS [¥ûCñ¨ùš:õÁdí|VLÏ…âŠÑÆÖ ujŽ-”JÆ=}`ˆÛ‘¸æ®e:Ír.Tˆ®>ÿøîÝ«³cø~[ Û¾ðO|ƒðå0Ü3œì µ›BÇŽß:²37k–`ið͇÷Lª t8þòá½ oökòîÂÎìÀw ­.f™*¦«s†CaKêê+8œúžt–¦sTÔ+®V¸h¬W?Ü)“‹Çoïh Øü¸oÚæ¡¶òw‘Ú Ä,^c@#tlâØów±«õiž¥ö(îŒGLªÓH²`å—˽k¥UÛMX,FîqBR »>`΀IÉçù:©¼l*ôÌb­.ê8-pÂ<¼}3aì—_ ’©âñOßLô j?á`×ó~ PÎ]ò@ö•PȃÒ€;>ÔÖ´x€ŽÀã9a>ÐWGá¨Vg¨$ôŒ'°ó5J„m(Ž‹)*9ÉŽCy¾B¨Æ} A_]*¶Kð VĈ4Aë‹‚ô$€Ž´a]±{*U¸ÅÁkíV®?ˆmP[ Í^^ æq—ÄšÄ]ž¢ljzi˜‡h ¡Ö|­!ó´R;ÙiM/‰è¼MQ‘> ¸Ïÿéžôƒ¤ÁÏÁ6Š;=) èËe=4J~  <Ï(“tÅ3 Ï4—ÌÝëb.‰|5i€æÆ¬êãÃ#ƒÐ—jr®q Qo|ßêUéh"„¥ %¹ów%ô “MNÇ ½ö7¡û™‚}nwîï;Ùl—ØÐ[ȵb€¤¼”«~2®—ñ–Œ3H„Aêªsÿ ÌP×ÖT“h…\ ê©>]Î$NÁÕÑNquºŽgÇ6KÜ‹ïŽM3•e»”!é?F>Ðñ©$3Þ|Ïâ|€HIœ:—_èî†2{q Û_¯0Á=tàÆRÅ ™i9oö|ÈŸ€²‹¬Ã¹ž[D S’”¥Ý4nêEQS•‚_Õh̳Y;Ä€äôN±Ñ0@䥙Ô@BþgA­Ýë릠 4òÆü®ByR`ãU€Î¦Â~8¢»s™QŽËÒ6[ðÒQ”ÈÛ©·©ï x~ßäi@9H»u|ÛVð éîÕ»ikËÿµº Œö4ú\ëYÊbÿ eïÏдʇ—\ã¨_Ά.¿ÁD±¼ÖDQ¿Ü¿~;1AïQ<ŠÜC64õuAº¿¢Ó^j‰˜™7Œê=µ"@KVÏf޽çmD‚jÇnIÚ&ŠŸçÞ ®AÛÀ†•Ÿ-®*y@§p2îÅ0?zô˜8Ÿ')ù¼ÔïN«ÙQÞ=žã¯îñ:ýÇsiðÖ*S’ÙŽÿ€R¹ðο'ˆwøRW–æ\šªØqäÉ{,¢­HÄÙ/H¡9ýIU‰0°;CÌ¿ZEäýEõØøÓ‘>JE´—«‡ÇŠ}SiVbT-Æ©XØšt£ÃÚ‹]ítøÀF‘Ù¬ìÿ) ",Yƒ«jêîfbžý¦ZíáxqV)¥Å.5‰yê·üÆ©;å úMßMvÁ9…¾ì" -[EêûN=æÄø¶¼2 ý$9q¤>‹v°¢çÿ碉3q½Rtt>ï½Øÿ÷ÃMÐeÙÅÔ·4vÙ%ÉZ¥oú¿…øS=q¡ïý“æ2ïá‡ÏBÊ„ÞCF”ë«BÜù„ò›€ÀYrs~g™(±a`÷#cì~dŒr-^öf‹ùGFÉÚ1it÷rƒŸ¿œÄZQ@ô®ðÏÁâØ ÿ@é<ªjCõîtÞBSî/(kS¬ÇîÙHWžƒvCŽa;Æ_“ ²T¯ÀXGË÷9ëŸÌ%ë¤V¾ú{кð+󯥸œ=ZrŠƒÜÏÁCÿ'Á4ÈòÿçWãÿƒÎÅ endstream endobj 756 0 obj << /Type /Page /Contents 757 0 R /Resources 755 0 R /MediaBox [0 0 595.276 841.89] /Parent 717 0 R >> endobj 758 0 obj << /D [756 0 R /XYZ 56.693 815.761 null] >> endobj 759 0 obj << /D [756 0 R /XYZ 56.693 738.489 null] >> endobj 755 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R >> /ProcSet [ /PDF /Text ] >> endobj 762 0 obj << /Length 3439 /Filter /FlateDecode >> stream xÚ]s£FòÝ¿B¨JV€áCÊ›7»ÙuorkçRµë< 3F¬aÐÁçô믿ŒS[÷b===Mw#Q,üÅû‹7wßýû‹íz›„Éâîq‘„ë$]l‚íZE›Å]¾øâ½Ñ¦·GÝî3“ï–¡ïõûåeûÞã½J£–×yÖ-ÿ¼û È^ÁzÇ|øcÖÛ²ê»Ë«'[6F›9¤Ÿ—*ösïûaÑ·"vϺ}:ê¾@|à1Xl€ÇD!Q®Ó@:ÀAºñ¾ãQŒG.ÞÝ]üç",âdlÕ"ÝëÄõÅ—?ýE{ÀË:ÚnÏ„Y/âÀ_‡*uµ¸½ø×…ÿª¤Íh»ü„YɪJ·yiŠx 6žéQ:ÁÖëk¼ÏÚÌØÄ@à¬ïŽ}÷°¯J}¯TªÍ÷Œö“ε`˜\·š¡×õ¡*¥n{S¬x;/eny}ÕwHþ2Ò>³+Þ);+ü˜uWÙ²àÞä¼ó´ |O—Fèþ±Œ|¯lŸàÀœæÊšµ[:†à8õ/åQ›ãZt.@¸i¼%ñ!¥ÖQ$’SkÖÞh`¿~¿w´¾Wa¿\ÿðácÁÖo×ï> é±b€r­ý4bÊ·$¢dEÖúH²ÇǬãÅÛæ©¯µ±ü”õ|ÇWÐAͰ—½¬»fÆÞ3J©ÙW #™5u­[ÐN%À¬êEòX™òao_=²à4ì˜dµÀâ¯e{ºÝµº´Ú¬äÒ´`E—sÊ)@öˆºWA€ïÛá*d 1´à ý¡9 'ÿmËbo/?”æY—|"tïïPsT5™ҞqW“ÍÀÛé.+¬»F NŒ¸ã &&CͼefŽý³7A‘mc´qÏ6òJ WÊ’#ÍPZ}h›¼G§²Œñ\¶ùŠ—,|ÀbŽ4öDFm´ŽØ®žânûªQkEj'ÐßyÇžÀ·C<¶Eã÷OûBSì-€˜ Cà£:k|Øà:2x|, ïçpÆJvÜI!€ÅuV³øÞ°Faã…=âö ¶Ò%ƒ¬~Ø›²[È€A7Æ:“íkGÖ¶ú­êqà¼mFÕì²ÉÖûexÉ,ájØ­ ø§—lÝ ’<ü‡w{Ø?Ÿà'JƒýÑØ¶©*"°fø[mLÃNíO ìq¸Å{V¾6 ‹Î:«€!kÂzbðœ=ÍzòQìÀÄÕ?–´1.øRè œaBhDN& €¢m(ÃðÓvxÉ1Ä0 ;´IZ¶º¬8è¬Fö»NO/÷AhݽŠ"{DsRÓ}£;[ÖµÂôZßû\Šú%m¨9ìtÑEà6Óu…ã OµArp¼œ¿Zo¬».w°fçVÀgfC§ž} ¨v?¦w²~™sîU’8»·'©uYÈk¾–4ãiÒÒá'Hˆ¹–ÿ7ï>¾ÿ–$96¨Ø½@bÈÛþáÉj†O_â¢îxÃÅg~޼{?öÅfŽqŠ… Ì«"¾ÈKì¡Ðv3%ḭ̈ò{%\!û ´ŒPÊeŽæìéÖâEOÇŒÒ8¤›“MÂC­÷-¯8‘Ê |ß!’ö_èߤš 9†çéÑíÉb"=¸‡ß &E¿é•O·V™)¬Ü3öE—Àq1’øL!Ñlï•€œ7©£È@ÊŒÐðV¼dÒ°ÀdÊø’½8Ç1€Ÿª¬e\€*Ý혀½Ù}VYŽj€ôÖÝ!uM.±ùµ R±$dJµó£3Zw„0ÏÄ©d¼8Á¬*™Á3×!˜ “X®CÈ‹c”èà$æâx£Ì冩Å"úH{øxëxÉz Õíp ËW$GÄ9ÎÕCh®ŠdbxñAc‰Xè%ïÍ©ÐÀͱsâóëÃÅêÄáËDœŒx»¦ncr-”ŸYmÝÓÞy¹¬ÌU+!PZ¦+ÕÂ(*5­WeQiŽ™iBšAGDñB®Æ¦&uVÛÞ(/ kÞ“¶ŒÝØpp):Þ¼Éà¡Ì*~ÊÒX—†÷¨,㢠„÷–›‹ô¼üHåEqq¯ü»;J++FÏWøB¯šïö@<;.3€üÑ2¤+ U°›àôn+Ùj0zÈIŽM°©q\¸‹Kòˆ€ŠS"Þ ÒßY¹'3´ìÃGL¤âƒò‰ùm‡öÆ‘Ð8RÐÕlYïJÚ™dJVÊw. ¨‰É>Ùäp·„òläÁrµ®¿R“«[Ô9/±ô#b\/áÃÆIáØâÿ =ˆs61}=‡‰C†¾-ç@òÕÀØ­cyàëìQÍ Ì¡ÐlÑú/èõjVL¥žT$_Ð;ÐJ‘Ý"už^ÒðÖæëvéBVrBÎ*QbŸ— ÇEÅ]âäuvKx~‹¼"¬~hêCe5¤ŠË`28Ä»¼Ê!œR¥g1üì„5ª¸àg*Œ†9S¹@n(tRàÙzî~Úñ¤ÒÐð žqv4Ñ®4¨(7Þç¾h¥ó`ü# y68¢!‡©š,g—‘´”ÑÍ¡ÒV"Þv¢BÃÔÇR"^ ªu$^šÝ|… á1ks#/yhÛðíì£*ÅÙ)n3våÒ,:Α€0ôÊå…qÌ¥Y”d¬8“`a&¡–aÍMj<8\W»#oØðJ#bM©÷ïeΡ^+JëpfzqxÖJ(©òÃI1/qJ¡:{Ìúšq$l©—¡Rnömi9ä)nÆ)ÅJÔ¼ÓQoýîPÀà® ‰`_ÂixfÿäÙ®é€D£1R'@ =oü”q7á&#}Ž{‹«¾«JýH•# [¬^!2fL,¶1áäe«©ú‡íf r²]x@OW…³÷ ¡À|oò Â+ç7ê›­Wûb eßÎå s–”^õâÕÙ×ÏŸ5ï§øsJ“\¨q'K1óJµñŽf)ÏÎU éj™y8ãªà2ÝEàPŠ’yJš sã ¤2C$©µå¬£?U3nIP¢)•qß@)náÓ¹_àŠT3;z²ÚƒJĵá©ðrÕÛ¦uT6âö¸Å ¨7Âg*¡ï+O>é,Isq©¦JP°»Îõ^λ,K—A“Ue‡]¹€Ó•q/0û­j:ÅÀ‰Ö±¯(ëËŒH†17¿¾½þñúç«å*ëë_?~ËøåwF¹ö Í®äæz¢éü 6ûÓÉð žC>2tÜJzñQ›³qå àÕM^⇷£H 7ÇsξM9“xY!úEj<å3ÄüD­Ä%,¥dÒ€sÎpóL—*u’ÀM.õÙ^Uzêrakø¼€)sh‡É’`—+ͬ]rs•Û‰‰t†‰Ü1ÿ‰33ÁÈþûìk NÓÔÜ”uM#\Ÿõ{Þ·Ôe¸ˆ‹a¸7Âå}8e„áü‹lKÐÌðQ,òäDE"õ®ä6^ì¾w¨x’1˜9Tò)¶`$Õ] Ê^Ͻïç—â׆ÉCðl â;µoËap]ž‡ý©½ÈîTWëeŽü=}&vßwѱCù€²öí¤¦õçËeìûî{8}»ØºO%òá,75ê«;é/a“,+g|d2OX1¬kÀ¥ Sg¢vY8D‘TŒËá®Õ˜ $Ã=j¸éIIÇ69èÎu¼8Ym­“$ž7ÝP¹o”jtAâZTí^Âì¾*tÔÒW¬,©Ž…ƒ(!žÂ7Q‘ÞzÅ知ñƒÏº¢O¸.dh‰©­4¯°¸Úuø±ÊÎÎ#>@þoZÏ(Ô\¡!ÍXMÜÈ+¤à ™/EÓù’ÂøÞéŠ?4Àîxö»Ïî‚Ü!¸Æ`ðî ¨ ‚WPUèV‚¯Ø7] Y–I‰·¨o» ׳Á‰»ò˜Éü‡ Cçj4”UÍN¾ Ò9óŸK0¥ Háÿv(É}ofì½Þqr— € v—Ä}WNf<,¢¬š‡ù/áôoÀgcõÒ»Ò쇯™‰‹¶p€'ªÕ;ÄmµuãQÛäÐ0r’âR,‡‘À§aœÉnœ`3c9IµÒ.ÂævÌÏÆ eó2"êØoVŒ LV×Aª»Í¤ÁçGn“k¸dd>26™i×þ°.˃`‡G!ug¦»áJ>å )ßÒÍütËZ:¼øŠœu‹Ç3p[¡ê~ˆ1¼ Bq¦‡Þºšžì° Ÿ‡Q¡ï>t¤8ax„Dê^é¶œíÛ'ß6Ç?‡ùØXt˲pÅíÔôç~²ùk?Ùþ?¿XúGÝ‚ù endstream endobj 761 0 obj << /Type /Page /Contents 762 0 R /Resources 760 0 R /MediaBox [0 0 595.276 841.89] /Parent 717 0 R >> endobj 763 0 obj << /D [761 0 R /XYZ 56.693 815.761 null] >> endobj 764 0 obj << /D [761 0 R /XYZ 56.693 693.088 null] >> endobj 765 0 obj << /D [761 0 R /XYZ 56.693 546.196 null] >> endobj 766 0 obj << /D [761 0 R /XYZ 56.693 244.469 null] >> endobj 767 0 obj << /D [761 0 R /XYZ 56.693 183.756 null] >> endobj 768 0 obj << /D [761 0 R /XYZ 56.693 128.257 null] >> endobj 760 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R >> /ProcSet [ /PDF /Text ] >> endobj 774 0 obj << /Length 3034 /Filter /FlateDecode >> stream xÚZKsã8¾çWøhW9jIÔÃ:&Ó™~LwÏì&½Sµ9Èmk"ÑY=&³ùõ  EÉÊ£ö’ H‚|„ì/ö ñáìòæìÝϱ¿È¼, “ÅÍn‘„^’.6Aæ‰h³¸)?–—RõÝ“l¹*¶«Ð_öw‡ÕyûËÝ­H£†ÚEÞ®þ¸ù Ëž—Å1Mþ–÷]YõíùÅ}W•TsL¿¬D¼<ª[ß÷}“#cû(›û'Ùï‘d 1(c”†^XEÏŽB Ý,ßÑ¿(Æ)gW7gÿ9 €Ç_‹8ñ’L,Ò,ð?\ÜÕg?þðŒ,^”mš³^Äï…"vµ¸>ûǙϚòŸ×XêEX;ʼÀOH¤Ÿ<-ƒ™´øqûþòƒÜÂùµ¶®KI¼ß±þ$+ò•Qv²j%ü5ƒ<ï[^›f![j|”MÞ·{X¼aJ^ñˆšHvî{1ú ž…,ýûYé/ªŠ¥ùÞpÅFÞºöPªGY¶r"Ôûã}¢vÜÝÊU/WˆphäTŠT³ìW³B\•Êœÿ!o[©¬f~:>àêÿmÊý¡;ÿHRºé'ØZ_E‰wŸ³c²‚ö Þ,lú|0k0زyqSfÅ<õzëýÌyE49ïÏ«¿œ=óõÝ¡*å­)n ÿÈ{„H@ªFÞwD„ý:43¶ âL&þkÁR65Ü-$›õ$i›_J8ûÓÁ¨׀ѵYÖ¬o¸I²CÓîÀÖUywÄpÕTy¿U´lÐt+ظ¬ºõ°‚ ô Gƒš óTÂ4V¦‘¼S¥§ÓŽnÇ¥,JµïÕ^Vk ŒÚO½qKÚð|Ø}4F6^\ÖôÿBAðÛ3^ËfB™¥Ú»CSW¼l»é] "/Iâñeû0ïçm+Z{q´ØÄ$^0«æ#oFmæcýPÉ®ã5¾€`ä\¬1}ˆ©{©oÞüN“ÚR/Zƒ…úølÔ1ŸQ”qRJcæÏ9ܧg‚ð6éD O¯¹GjÜ#ø"¤b0ÑoöÌ&’·a,<"¿¶ŠÍDD'›CÃH?š'LAÚo½ºç½u\›•jÔ` n¨ZšZ˜‰vË5ùï¥ÙØmgœ‡"[~†D‚ÆÀµÅ†ÝèJöz5 ]ôpdêd,>Pݤhæg|÷¡ÑRcé($6PNR3 N ØÐÙxUðʺIÕy4v}¬*3UòI(³öPlk=+q¼0v„8 Nˆ§ÐÑ9€d+ETˆ“ d¥c: \n½‡áÖ±ˆŽÊõ€£WÖ:¤­A¤`-ÖÒÈpyµG³·ÖæüƤÍ\1W sJ}{¬F׿JNšßŸ ,9@ã–&;¯'Ј ·¥ ›.Ž6èy³ 6 °6@ç¦YnOB aöèÆ~åÆ ð™IÄÙò›ìž2çE#­'Ã#Mé±o Ã××ôÿß½Žå˜ê°‹iR€C¢ "uM®Ú‡¼‘Ê ã„½aR[iȇ¶BÄÇ;µGM5éßœß1:‚ÆÄ–ŒÁ’±ð’htNE½]£/ ³†®±ØuƒµÑ•™Iá$<ײnáå"=ê¾ÇPÎ+­¢­Yà!²ë•Ên1çÑn`ö…s™C?2i8Ø¡€lZ`žÐ äÓ@u7…naV˜xYB+¯ÒxyMŒRñÜÖ¬Ù–úYƒ¤'_GtjüŽà”/Œo%Ü‹ƒ¾¸ùäáÇqjâÁ‡"ü—êèÂñõ/|K¢S²ªc ¥²Ú¶±Ø¬;œÌjüY6dóA1AHÞªoÀ¿Ð_Ôžë4+Œù]_Zφ)û†3ué’.¬ItD°Dniñ…ƒ›uì‚èSVÝ[Ë/¯…”c¢H2û"Bb®ßuØ@ÞšØ(|¤ü Ä"‰÷¹ºos‚Ùˆ&ˆ—Tnx~Ç RµË„C°íV{¸AÊ8•ó%2FT{h6ˆÍÄ\y݃ÇälÙì` 7èË&„ãá9ø“;2äü0<™÷²ÎÁÉÌt÷ôv‹wG›CF'ŸZŒ"æEat}b[áÁ=¾¼šLŽoesŠäeP .¨Ç©óàvMÌlýž8TD+kšè Èä-ØÐ•"ä Î8Áz ü=²R´ª¯ݳpZ£ÚƬJʲ•4Om§Êéy{+Kê(Žna„ä(«ÉKb€$'fI<fã+÷uÖ._0@™—PÄ– #c$.Q”ˆXuØÀKt¡ð±ã\!d=½BÈNïݼÒîœí±¤p …!£Ÿˆ³WÄ}$ ÄÏ8£Ç‘Ôs áZ>CÝ[¢Ù·YÕ^bÞ¦¬eF±üìÞ-.™^¥xë5qð-væ8«êÒ3žð LQˆY—ݰHMÍ—îäI@KN1ƒös=ñMIá×W*yó]Êh!óás}ËÉQ3%;XÞ÷Â(\‹—ù‚¶!x _~h‚3_›ý‚ÿÔû @ _'è'¢»–{îbBû< qNK0r¡ô˜~ýF9¯%xJ“šÓÝNd üó»kM[Òƒ FŒ‡Î¡‡¯y'›2ÇØ™&|_VÁ²£UR†¨Ø+a#&°„”,!™Š=¨U¶WÑ)Gù5æ|t•ë $,6DÔÍu˜Oõ³‘ô&6Í'7Ĕ׈82 a<›9ó÷ç®BÊáFvÅÀ7X~¯iw¢–®àÁ¸ïš(Îóè •ÃeIxZn98èÝĘö¬K ï÷ e°Âó¢…Q|€}\nÑ”ÅãKól¼ÕïZ¡ŠyµŒà”M|ÓÕ®rÀ‘š©z»Ã%Ý‚,æ½²0ÁÏ’z™à0a+Eîó%†ÂÑláê4d_nKhk"´Ç†ºÌd o@×É­%:%W ^J»$W¦†§W)ñuȳ¯íuÆžö¹¡Œ% ;žÏÚll(á§C ?W†å<înÕò7¤ýÖo«®xÛÈÜ|?Ó³MX£Ú=µ¾¢×•kML8Z²Ü.þ"&kq³sþJK—ÊV#¡ Ï\é:Ç/ð~2o*t@‰Šsp6`¬u "fÑš´F²§9»žw#‘†®‰¡þˆ#¼Ãˆ‘¼Õß#RŠ8¢H툨ƒÞ‘m†>V17?Tù ÅT·»A•© ÷0ìHÂ{‹Ó½ÃxnÛÐl+øƒÎ°å¬¯Må£ }³B§k@¸‚ÛK-.© z@cœ²á'4¦Ç“cX¸™ÔÇxÖ$Eéô˜æúÖó2,¦"C´q19ôìG»(Yb.¯œØ%Ì~f¯AµØ›Ÿå)è‘:JR4nCÈÓs8úr9xÏëÜú±´ìEßèX M·Ð%‰t¡àpª×Ÿš£ÁMÏçÊ+T_„µ*R u"±qð˜.­PÅ<”Vàró­>§sÚª5‡®Œ(¬ËL'ðJ£ú,r›í BçÓÁ–»¶Òb¬ÔÙj º‹ˆñ›Ý hòWqlRp€F§Ar¹§ž)1@Óž;¶pH]Pƒc=¤X…;:ÊÝʾ?¨ËP5'þ/âÈ™åD/èæ[#DaIúÝ4£¸cÒýlI¦Ö‰\N?W÷m¡Ïxwïæâu¹ïÍGÍ~Lpȇâ{qòÉu¨¼*÷em]‡b¾{%ô’Ýld/›w,¹ xy ǔsÄô— œ@L¾ SòÖ<|ùba0+6‡osX+å#V«ªòIßl4êÑ̤³¹cVd[½[S±§šÿUŒý‡ûã.³ÒlŒi†Ï¡~ €hb•úmqúõ{üHœûáLä{~’ý?¿›ù&Öø? endstream endobj 773 0 obj << /Type /Page /Contents 774 0 R /Resources 772 0 R /MediaBox [0 0 595.276 841.89] /Parent 789 0 R /Annots [ 769 0 R 770 0 R 771 0 R ] >> endobj 769 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [96.89 325.529 181.586 336.433] /Subtype /Link /A << /S /GoTo /D (fdl-modified) >> >> endobj 770 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [395.436 325.529 485.661 336.433] /Subtype /Link /A << /S /GoTo /D (fdl-secondary) >> >> endobj 771 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [360.9 301.619 478.892 312.523] /Subtype /Link /A << /S /GoTo /D (fdl-invariant) >> >> endobj 775 0 obj << /D [773 0 R /XYZ 56.693 815.761 null] >> endobj 776 0 obj << /D [773 0 R /XYZ 56.693 759.068 null] >> endobj 777 0 obj << /D [773 0 R /XYZ 56.693 742.964 null] >> endobj 778 0 obj << /D [773 0 R /XYZ 56.693 725.096 null] >> endobj 779 0 obj << /D [773 0 R /XYZ 56.693 703.113 null] >> endobj 780 0 obj << /D [773 0 R /XYZ 56.693 671.233 null] >> endobj 781 0 obj << /D [773 0 R /XYZ 56.693 639.352 null] >> endobj 782 0 obj << /D [773 0 R /XYZ 56.693 619.427 null] >> endobj 783 0 obj << /D [773 0 R /XYZ 56.693 563.636 null] >> endobj 784 0 obj << /D [773 0 R /XYZ 56.693 496.608 null] >> endobj 785 0 obj << /D [773 0 R /XYZ 56.693 464.01 null] >> endobj 786 0 obj << /D [773 0 R /XYZ 56.693 432.129 null] >> endobj 787 0 obj << /D [773 0 R /XYZ 56.693 402.306 null] >> endobj 788 0 obj << /D [773 0 R /XYZ 56.693 368.369 null] >> endobj 772 0 obj << /Font << /F50 243 0 R /F51 244 0 R >> /ProcSet [ /PDF /Text ] >> endobj 795 0 obj << /Length 3063 /Filter /FlateDecode >> stream xÚÉrë6òî¯Ð‘ª²îkNò<ÅöäÙoÆKRõâ( –‰Ã%žñ×Oo€@šö¤æb5F7Ðèö'›‰?¹89¿?ùáÇÄŸä³< ÓÉýó$ gi6™ù,Šç“ûõäWï\é®}Sõ¶ÐëÕ4ô½îi;= ß{~Œ²¸fx]4ÓßîÿlÏ‚`–' /¾)º¶ÜwÍÙb×–­ôÑOÓ(ñúÑ÷ÃMWHؼªz÷¦º ÒƒŒÁd2¦Êgá, "àB«ã$ÈæÞü'¸ädyòÇI4þ$˜$é,Í£I–³Ô'OÕɯ¿ù“5Ì,³8ŸO^‰²š$? £àýäîä_'~ï¤Â LgINGe˜Æù,ðS–%™±_¾ýôp½¼¹_òô½o×çW7WËÛåèäž;œHÏ¢TøÜ•jz%¡·{œÆs£a¥¶µªi.ò¾v]¥t«Nyrmu€«-®a8ò¾–oJ¿1þ¹VåFMƒÄÛ¨•áÞ”z}Ê´Èbx²rm(ÎÕºÔ›No ÂÙê{ù< ïÙlËNb$$þa]â-ŸYÁ[©ê52ïçižª¶ÂUe«J FHb7 |ïP­J +•FɃ¹÷'šè¡.ºfª·oí)Sƒ6 •ÂÐ2bûCFd{̧ØïE˜NOcøÂa©ú1Šca_>md‹Uó´Õek¤Ç¥Âú[]Ž*»½ökçÃ9p×í¶Ø·È‡rá<ÖŒc-"!^1ƒ,3B¥æ…¤#"¾–MkܧŠ!«˜³2S*t¯¬ÁÌŽº€Þ5±rà/¬ñ6<.:¶´–-ß&¢›b_IW¤bº(êB·¥‚{÷¸¬id}ãÌŠ“Íò(bq¾ _ð@.Fþ2ãúV`FOÛ–º«+j6œ—R†ö±lÀoƒ½_1UºUŽÏ%¼¶¶¥”¡úè–xÞ¹¤±ÓwHöÐÕè½4jô¦ö÷|c\+à Ÿõ¶Ô¯ªl SÆõ(0©š¾K YÛ+$R€w ‘•ø8ò9 > žÐ¸‚N1ÂHW1Æž"/áhµaTZ1>BA[×-ctoø‹ÖQY<Š»\+&¼i?õÃ,2‚<†I„Ø ˜6˜”¶áoL û6/µBiÖL)·È¦Š”LÈ)”Ÿ‰OñE/ÄÏIEøRè]Spnsƒ]´ü‚FS®+K3{œw&X¹Ö‹]Cãr¬½X;qó… ¶F<œØ£wÇPÁ±n˜¢‚dQ4›§bg©d§w‹ëë¯7‰Òøç)°úv3H]ÿrššÏ{Q&ÏLh‰;¸Ä=e8âÜLˆ\3ÂI05PxÏÑÆ+c¹f ?ÆxвÆ“ðegkRÂ|n“ÔÜ Ñ@.!zä ecšN®ÂÛ÷^饯TÉC>8÷sÇþ oCª¶t’(øN¢àKf*^±m~ƒJ¿ˆ·³QÝ·QÝ?Fõ+.ý>˜9 Žù_r㟑½@D»*R7­0à,C½É÷I8âùmÛ•z>ì7–üâ1 ņÿÙé]kyÛªàß±HK‡Z€¦'{æHcAÔ¼Ó[©ƒLhqËÚ/lÜRˆØˆ§{M-ååCø'Ïüò)‡`¼¹’†‡GëE*2p¡â8ÙaobRä^Œ¶Ú[°r-Ùr(e²V¥KL ÿ,×¼-CÕ2ÿÈb蔇H"v½Ç‘Ó-³æsy óœO‘ëĹ͙聯sçAΜÈJY¸¦t€­¤2¤q+Ìœ÷Ï›0ÀŽ…##NŸmó;Û…¹zLßËR7%Õh+õFê!ýÀu³o¨ÛWt‰uë&VõZéAî`i>õãbg™øñúí‹‹ÛåÅbšCи2>üúꞇ›ÅùåcäÇ7WÖÝ/nÏ—WŸûwQzÉù^xß%“‹f,‹Ÿ “œSž•d ë÷q°XA~ÞJ¸8-4§ÌC"L’`‡Q£^ îkÍJ¶wŠ•$¥ðí{I+ÏH>Òžvr’!Q.+TÉ*J\…â¼ )$j$;{QlJ ÔÙ“én¬j>ˆ¦R벫Ùúµ¬…áºÐúÈZ’¼Í¦fc‚LÇôÔÆDÜ a£Ìbôt#&ý÷à ªü¨!¶-]d(¾€± =-O) Êû2ë,^1bÊ$׉§BIn€[HÛZ5ØÈ´1·.°žØE:±‡½Ûc%Ø4@{ØÖí˜êGùBp²-R ‡šq¤üBò´å Á±˜(¨& r`Œ’(L û’54J‡}Â÷:„¨ým;sI´aT4ƒ•$K©-{³Óˆ¹|ìͱÅk\“ÄvîÁÐï¦Ü›YR¿Z×ÝÓζ5X ΋µi»¢`¥Vïž*+F\È€[2½ø+iÐ\Ò XŸ/oï–÷ß¡¨ý «Ifù<æuH¿â‚żê<cc˜PnÃ.@‹ºeà˜ËÀàZ>hì ùºEØ$©‡ñ‘(:u¬v Ni`Úy'8äª!OœÍú2ŽZžöZ.]š±¼fmê ƒ\ÿ¨ÄàÃMÈnœ€’îäò¡²…ƒ)&>í¤EƒfÇ1JJ¡ÃÈw '‚‘Ê)-ŒÈϯ¥<ï£ö˱ yQo¥âÏ9P,/ë}Ñ­tÙ˜Z[€^:t†f”h6(ñ{NŽ›:5ÔX§± Ý4¼Ç{ãjÞ´?8r•v†= ®”‘íè÷$9ï|ÐÜBgBç˜gbyvl¿²1UÍË>¿Ø¼ÿÕ Ç[Èi:Sõ͘‰ØvÖ·ù¹5õlÄÔ3“Œ¨iK·8•"/N쑮מedB½[œtâ`/K8i™$|Z’zZžò‚ÑZ8NÍ'ÇØ4#?¶Ž^ &YQ’‹Õ¦ÈoI1^i(6å£̺WgÊ—ÞüxL©/Ç”äö«$à.å€xÂR,ßÒt¥JçNswØs¨'îð ã/Q[C4].Ö%tûcŽ. ÈI@Eb£L3¤uà¯!•è~F†sY½ÚÏ/8¦›ºmÑ2âSyGü.ÜMrÔ`E›Ñ~¿“if¾t‡ÒÜí‹#Þ×=‡Ÿæ2жƮðéqâ]³š›¢Üé»îzE‘Ð\ãÂ*)2)Pêúù“¢bš›êÌ7)׽㙘ÍÑýÄïß‹œ~ôñÇ©ša/]6އ¹fiÚ•ÂV Å®í”t ÝM¹'cÿdì?Kbæ§ùÿó%ÿ1ö¶ endstream endobj 794 0 obj << /Type /Page /Contents 795 0 R /Resources 793 0 R /MediaBox [0 0 595.276 841.89] /Parent 789 0 R >> endobj 796 0 obj << /D [794 0 R /XYZ 56.693 815.761 null] >> endobj 797 0 obj << /D [794 0 R /XYZ 56.693 738.489 null] >> endobj 798 0 obj << /D [794 0 R /XYZ 56.693 536.799 null] >> endobj 799 0 obj << /D [794 0 R /XYZ 56.693 400.862 null] >> endobj 800 0 obj << /D [794 0 R /XYZ 56.693 241.015 null] >> endobj 793 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R >> /ProcSet [ /PDF /Text ] >> endobj 804 0 obj << /Length 3410 /Filter /FlateDecode >> stream xÚ­Ûvã6î=_á·•ÏITÝ,Y}s§™iÚ™ìÙI¦=ÛId‰¶x"K^]&M¾~q£.Ž’™v÷Å$AAa9‹ýÂY¼;ûáöì»·+gÛqè…‹ÛÝ"ôì0Z¬ÝØöƒõâ6[|¶~Pe×>©:OÊl»ô«Kóå…·r¬Ý5÷³¤Yþqû3½p];^­xñuÒµºèš‹Í}««R•sH¿,ý•U•wŽãí»:AÄæAÕ÷OªÛ#>Èè.Ö c裌AäÙ‘ëZ A´¶¾ã&Xá’³ËÛ³ÿœ¹€ã,ÜÅ*´ÃØ_D±k‡Ž·HgŸÿpÌ,v¯„yX¬\ÇöüúÅâæì_gÎDSÞ¦£ULª2DƒØve‰mâöò㇫ëÍ2v¬Û«^Ë&ÆŠx퇲ðF+ÔãÊÊH§»¥k®¢U£îÿXÝwU¶8 ¬R§yË÷K×±ª£Vµ*ÏyöËÒ]Yª¾óƒ ÌTÍà•Õ•­ª ý¤Ê'Âfä 0x^–µJfò …‹ Ö¦kÊ$?(¡ ‡ßðD¿%€¤k²÷”Þ_Ì}¡ÉšâˆÃnÈ[®üžDexÛ•6CVÙƒÊ N‚TŒóëÒuAyuÓÂOÏœêh4u¨2æ÷4ž Äx‘5ÕDo#Ñß¶Vºe¬ÐÒM;·÷®|ê <Ÿ¦Ñ{¾F]™îV^·<‚[Tàb4æê=uî\–íS'‹åx ÓÕ‘TÉÝ^“Ðß«¥·²90áƒv¬ JÙ½¬‘û>ËúSE h™lq8Ö¹lp‡íÊz¬D¡©Jˆ-À’¢`Ø]t¹^íäPsÝpï½³OUÙ¨s3e4„k^ƒ ÞÕÕA¸0à˜Ô­N»"ì´:â©?ÖzOWPòªè9¯,8¬²i“Ve ¿sVN?.Oë ·üEÏšp[‚M>.ÃéÃá EWú )Ár6†çòù#ù ¯íŸGسnÁ”,3fšª>èö |EeЕ?[¿r¶²IåëðÐíd't²ƒÄá‰Ä3êèåG+FÔD ÛŠÛ²jõî‘ûl2Ð!{@¤\ìul/0ÜÊ‚¦:B Fªß2>¨¤NÇZWõ”iè˜Hõ(HÉ®5‚öLS87b:{ >TµbS˜\ßõDÝØë-Ôw}±P'ÜŒ-Ç'€ £A죅"±…™Ñi1âŽ[ÚÉW ûthAªéåçN5"4s¼£SA2ÛGnùTXÒáTpL§rÎ}¾ëØ3­ˆë“5×M+Pm¨‰X¾•'˜{°Þ £TéÁ‰b@.תZð$p ŒÈ;òOE7àA¨÷ã“Ã뱫D[I‰bF½ñ4‰qÑ´¨Z'…X$2›—$"£³81þþΑµU ½3™nmI±':ˆçûö:»…ÎÎÿôËï×oo¯Þ]2èãå¯W7©_^óøÇ«Ë›ËÜõûåõï¯äð²ýÛ\Ôõ¶VŠõtSíZòImæpOXKŸ y $Ñü±ÛºÉZrŠfb1)éJ7JŽ_¢& M0l1¹HðîúÓ©P?V)="z FŽ»œ'çUÆS¯óˆ=9~ó†áŒ4fD‡A|*$L?h²#èmã4ú 9g .xÔ5½<F̱Íeű†¼¶”Ù‹s!LÕ–qY¿Í H‚`;öE±p¸j]Œ9ÅV’e5çpÓ ­1„àvh¯©ÓªLá•ÕØs7ãFQ,=ÃÇ(>4ï¦÷ËÙâ3Ù𹃅ڵ‚ËOOX>uÃÓ¼LPÝ~41HLpÆ-’”€ã«W2(á&ƒ‹.÷Ø"4¼ê„ øžî°EÂ[ÏfÀÕ)WchL 9ªtÈ8/i'lÑ…SÜ–ì¨gö>coS‰—·íŒaß¾ó<Ÿâ9L ñ&Š„Â#ÂG4=àù丒hÔí98CqN=8áæÂº:¶'RºÖ®* ~T±Ž“»áBpç0G_00°L·|‹pÞ—¹û%L ö×#Ýg ˜ê¤ŸÃ)ŽÁÀ(hnáÀ$O¦Á AâÐ WL©Èó‡FZn²²~àòJ_¢>ØaoêTinâTm^팀³yì`œ^ØG¦Ð•È Ò½R`p3Ù=aó% Iò½¡câèó;g\l¡#þ:i^UäuÑEÎðtküî&ÈHµ¸¼W-IÛŒ¤vǪEèöÑÈ9« ax½òLѤ¼&4ODèŒUNï=ã%2EòEèPÿ|dHš”ÜÉ`Q&ôr.Aw×µæ$°¤ê%ÑÛ˜øV@@zôâÍáüdûz9ó²D½§’ç`‚eêqC¤©:¶I™ª¸dð“ÃE’“äË=yUë'“-õ)‘É|zÙ¼1žÞU§Ï[s4ß”/¹’/]_~âè R"pqŸ®ß}=Boû!išI~çkëCW´šwˆ€"_Q$ÛªNÈù“_èn•¸à€=㯙ò‡7S4ñ0-UìN ¿-×øj+2^ø>¼ÈÄúIµåA£êþª!ª¸¸`ðgBò¨£ïL˜2¯E:K“»¯àÂMÅ ¾¼”ñ»„_ Ë“2Jª -Oœ•kÎÖ3›ÜVÙ#ØH\xÛhYºfkqilžÚˆ½Uо×f›–ûœ ߥ ÝïPf¨x•ŽÅ¬Ÿ¡[á¶9môbºÞDýœ\à܆›Y«ÂE«BÀ`U},'bHˆ"†4˜"@˜…d°$¿êI2êÅrƒP:MR™r“724„7ªe(ï0ž1š cÖuc‡#ŽIyr¥é*7Ò/ÔnqŸoÞ\üðo*_ÜlD×ï!daojJ›(¡ÕáÀŽ›¶­µäØ Þ‹›œCÙš í²Ì·î uÛ@Ì­ëÎÛ¥oaî >ʹžót2§Aˆ†xI@È ¸OZ.ѧ<@*%ÿ$ps¬u™êc"•ëc‘/¥Ü-o¾C¡7@´»I¤ó¶† ›´’ÿÞ$…J ‘•ŠßÕ2 s$íèa0þ‹¡öE¯æhƒòŸ”©«ØÃóÔç®­ýr®Ÿ^®‹¢…]•F¯â·OJ²&v \f Ũ 8™F+©i1ý‡¼*Ôt½™Â'„©¦5è$ƒiä¦ 6‰ˆ§ûÚ`0[äpzX@‹V…Þk.szûcœªk²z‰_¸n'm;¥#“ñHŠHHNÞ0’Hñs`D‘j2>½Nû8ƒC Zô§ åÉ(u_cãÜ|Ì{żgìiT ¸:„Ôs& Ñ*v{9­®¨Äsîñ&H·mÔº¾ŒÀAöV”·rêT¹­§S|Ä ¡÷I NÙ¢ïw%Q Š²p(eI:)íÏ](i¦52¾³/ùƒ²¼'ó¿¹|õ@ÿ¶(öFÕ£âe€'”X¨\—J›½/”6áÃLÿ÷MÏàww hð;ƒï¹bÒcÑ›w'_Àøvä`{1´küá+7´=7Xxv¼ŽµZìFŸ¼L©ýè3¶ñÚŽ‚Øpen."…é³/x¦„ÌÇ:•ThÇ^ü·…ê¡D¯Þ/¸óQ>ŠþT)}#ä:žíør—À†?Ï_¡¶ø|:-<þ“ñë˜?o~úøm˜Wߊx½ùp9Åü†ãŸ3¼udGÿ˜ÐùßÎÿoŠ4èŒÛg"Ží„ñßùÈì¿qx…ê endstream endobj 803 0 obj << /Type /Page /Contents 804 0 R /Resources 802 0 R /MediaBox [0 0 595.276 841.89] /Parent 789 0 R /Annots [ 801 0 R ] >> endobj 801 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [72.573 490.009 109.335 500.913] /Subtype/Link/A<> >> endobj 805 0 obj << /D [803 0 R /XYZ 56.693 815.761 null] >> endobj 806 0 obj << /D [803 0 R /XYZ 56.693 738.489 null] >> endobj 807 0 obj << /D [803 0 R /XYZ 56.693 530.821 null] >> endobj 808 0 obj << /D [803 0 R /XYZ 56.693 370.974 null] >> endobj 809 0 obj << /D [803 0 R /XYZ 56.693 145.374 null] >> endobj 810 0 obj << /D [803 0 R /XYZ 56.693 111.536 null] >> endobj 811 0 obj << /D [803 0 R /XYZ 56.693 112.995 null] >> endobj 812 0 obj << /D [803 0 R /XYZ 56.693 102.036 null] >> endobj 802 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F74 436 0 R >> /ProcSet [ /PDF /Text ] >> endobj 815 0 obj << /Length 1505 /Filter /FlateDecode >> stream xÚÍYÉrã6½ë+x”ª, @‚[nvÆvœq¹’±&9Œæ@‰„˜.Ö”¾>…’µÙ¥råÄ&ØÝh û v¦vn;WƒÎ§;1Š7p'pQ:‰‘G#g:ß»WLÔÕ’³D¤£ž‹»õxÖë»>îN†^H -§IÙû1øÜö A±ïk㇤®xV—ý˧Šç‚‰}J_zžßÍÅcwZ‰T,¬xZ²z*õ!FâDcàÉiè¢xàEYS"£î'ý€W0é\:ÿvè`‡8~€‚Øs˜ »ÎxÞùþ;)|ƒX#g¡4çŽO0r½äÌyìüÙÁf¦0D+Eù¸=Ðúª?…˜:!õQD"ÙŸlwQőڱS0grÐÿn䛞š(õ ØÛ‡µjU‹©£…¯¦Bª“De’VLjà@gê³®‘7ü8ßûÆÝ—¼È8›2‘2;ƒÏùS=g¢²Ó~J„°Óœ²ùУtèy¡AÊ,=_±”‹i-¦¶)+ìo¾Ù)ÞÌzzÇjz4íLîù˜‰rÓ¿ù4Ä>Ö°&¯+††ŠpÜÀzˆi£kµþ¥¾öoÎÍõÀàÓ£(‚¢?>7=ˆÏ¶aƒÏ‡5 ô"Dh¨góöæóýVÂd²È…i<ê¿XQn×…ùD÷¶mn]Öÿ0kUÁjV°í€ºï ã%?7íö˜OªERXjßäµHÀâ +†^L&áŒg•ž›}ø#g€ßv@t=ôN½¿ít¯=‚£½OÌSÃÜóýÈF@™€ª„nˆHdÈÙ>ìÛLXVX-TÍP ;p1².ÌËQ9ž ^U–úe¾àìܱØOÛþ“zb ù¹5sIwÖž7¦9µSœqQí¸ÝÆo!ìäöI”œcûÜôtâöÙ6¬6Û' }ꃌR6~b™% ÍŸ9+ªc·)0a<«ÚUøÿtÐÿ»ñÚÖŸ¹ÙÙ©ÝÐû_͆®ïÀ㻵Ä0×1]W,ƒPí:™–YÜ|î^E™â €–bÀ„Jâß½wœÞû.Á*¥J¨EÂÊØ#~wM[$ÓeFsML.t˼ÈÒ{uã"•i¶ZÝúmvY2B¾%¯PͳdÄ„ñŒUK¶’L·â,‡T¼j+¼}×ceÞsýîByö RÒ BÿëÈ|Íhô}0%¼©Ð-z¨þ+V¡Þší«'•©êОꢹð»‘}噺˜)±­H$ñOª•6—oõO§/[žN[þZ‡Õâò- ¢‘§«hΫ3_am ÚŽ<&X î×÷vª¿Ý]µŒâÛÍýÝãàúáHvþ‰<îа^“~VïPŽ˜þȵÀ£ gݦ§A×6¬œ#ðBä»TÏæ©ÕxúÉѺ÷1Ûá@Ó¢ riô!üêÈsƒ~âdž €p˜Ÿèï›ô€_ZÒÛ1Fs! Ì5ªRàED]¹Cë÷µi" ÛYÿq›¸Ð¼Q5®|¤ãZº‹u˜†öì¡(s^²å7H2‡F0#Π ÅË *NF ùÖQ¬JÿN,µT6N–µ~ÞÍV”åRLÔÒ©£¨¦g0d­‚ Qìy»ä1”n´°úw¤Þ„¼íW…މ'Óí¿Â`Ò»¼„“fÓ f3™Ï¬º0 óç ›eÌt²à¦˜ŠÒØ\± ÏI‘dËô[-A(Å@eÎXO KuU,‹Øc¶:¡n'DN’ù3«†Ì23³#Ó}¹¡IT£+(Z€,A\úåzŪesx¸ØÌ‰„ËõÃ|© ýäëlݲQ‘¬~sÓªÆfº=¶Í.I=2‰]rßO^Šâ6ÿxÿb { endstream endobj 814 0 obj << /Type /Page /Contents 815 0 R /Resources 813 0 R /MediaBox [0 0 595.276 841.89] /Parent 789 0 R >> endobj 816 0 obj << /D [814 0 R /XYZ 56.693 815.761 null] >> endobj 817 0 obj << /D [814 0 R /XYZ 56.693 760.065 null] >> endobj 819 0 obj << /D [814 0 R /XYZ 56.693 657.983 null] >> endobj 820 0 obj << /D [814 0 R /XYZ 56.693 659.442 null] >> endobj 813 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F74 436 0 R /F14 413 0 R /F109 818 0 R >> /ProcSet [ /PDF /Text ] >> endobj 792 0 obj [239 0 R /Fit] endobj 791 0 obj [239 0 R /Fit] endobj 790 0 obj [239 0 R /Fit] endobj 821 0 obj [277.8] endobj 823 0 obj [500 500 167 333 556 278 333 333 0 333 675 0 556 389 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 214 250 333 420 500 500 833 778 333 333 333 500 675 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 675 675 675 500 920 611 611 667 722 611 611 722 722 333 444 667 556 833 667 722 611 722 611 500 556 722 611 833 611 556 556 389 278 389 422 500 333 500 500 444 500 444 278 500 500 278 278 444 278 722 500 500 500 500 389 389 278 500 444] endobj 824 0 obj [600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 0 0 600 600 600 600 600 600 600 600 600 600 600 0 0 0 0 0 0 600 600 600 600 600 600 600 600 600 600 0 0 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600] endobj 825 0 obj [556 556 167 333 611 278 333 333 0 333 564 0 611 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 180 250 333 408 500 500 833 778 333 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 200 480 541 0 0 0 333 500 444 1000 500 500 333 1000 556 333 889 0 0 0 0 0 0 444 444 350 500 1000 333 980 389 333 722 0 0 722 0 333 500 500 500 500 200 500 333 760 276 500 564 333 760 333 400 564 300 300 333 500 453 250 333 300 310 500 750 750 750 444 722 722 722 722 722 722 889 667 611 611 611 611 333 333 333 333 722 722 722 722 722 722 722 564 722 722 722 722 722 722 556 500 444 444 444 444 444 444 667 444 444 444 444 444 278 278 278 278 500 500 500 500 500 500 500 564 500 500 500 500 500] endobj 826 0 obj [600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 0 0 600 600 600 600 600 600 600 600 600 600 600 0 0 0 0 0 0 600 600 600 600 600 600 600 600 600 600 0 0 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600] endobj 827 0 obj [1000 1000] endobj 828 0 obj [556 556 167 333 667 278 333 333 0 333 570 0 667 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 278 250 333 555 500 500 1000 833 333 333 333 500 570 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 570 570 570 500 930 722 667 722 722 667 611 778 778 389 500 778 667 944 722 778 611 778 722 556 667 722 722 1000 722 722 667 333 278 333 581 500 333 500 556 444 556 444 333 500 556 278 333 556 278 833 556 500 556 556 444 389 333 556 500 722 500 500 444 394 220 394 520 0 0 0 333 500 500 1000 500 500 333 1000 556 333 1000 0 0 0 0 0 0 500 500 350 500 1000 333 1000 389 333 722 0 0 722 0 333 500 500 500 500 220 500 333 747 300 500 570 333 747 333 400 570 300 300 333 556 540 250 333 300 330 500 750 750 750 500 722 722 722 722 722 722 1000 722 667 667 667 667 389 389 389 389 722 722 778 778 778 778 778 570 778 722 722 722 722 722 611 556 500 500 500 500 500 500 722 444 444 444 444 444 278 278 278 278 500 556 500 500 500 500 500 570 500 556 556 556 556] endobj 829 0 obj [667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 778 722 667 611 722 667 944 667 667 611 278 278 278 469 556 222 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278] endobj 830 0 obj [611 611 167 333 611 278 333 333 0 333 584 0 611 500 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 238 278 333 474 556 556 889 722 278 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 333 333 584 584 584 611 975 722 722 722 722 667 611 778 722 278 556 722 611 833 722 778 667 778 722 667 611 722 667 944 667 667 611 333 278 333 584 556 278 556 611 556 611 556 333 611 611 278 278 556 278 889 611 611 611 611 389 556 333 611 556 778 556 556 500 389 280 389 584 0 0 0 278 556 500 1000 556 556 333 1000 667 333 1000 0 0 0 0 0 0 500 500 350 556 1000 333 1000 556 333 944 0 0 667 0 333 556 556 556 556 280 556 333 737 370 556 584 333 737 333 400 584 333 333 333 611 556 278 333 333 365 556 834 834 834 611 722 722 722 722 722 722 1000 722 667 667 667 667 278 278 278 278 722 722 778 778 778 778 778 584 778 722 722 722 722 667 667 611 556 556 556 556 556 556 889 556 556 556 556 556 278 278 278 278 611 611 611 611 611 611 611 584 611 611 611 611 611] endobj 831 0 obj [500 500 167 333 556 222 333 333 0 333 584 0 611 500 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 191 278 278 355 556 556 889 667 222 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 278 584 584 584 556 1015 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 778 722 667 611 722 667 944 667 667 611 278 278 278 469 556 222 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 334 260 334 584 0 0 0 222 556 333 1000 556 556 333 1000 667 333 1000 0 0 0 0 0 0 333 333 350 556 1000 333 1000 500 333 944 0 0 667 0 333 556 556 556 556 260 556 333 737 370 556 584 333 737 333 400 584 333 333 333 556 537 278 333 333 365 556 834 834 834 611 667 667 667 667 667 667 1000 722 667 667 667 667 278 278 278 278 722 722 778 778 778 778 778 584 778 722 722 722 722 667 667 611 556 556 556 556 556 556 889 500 556 556 556 556 278 278 278 278 556 556 556 556 556 556 556 584 611 556 556 556 556] endobj 832 0 obj [556 556 167 333 611 278 333 333 0 333 564 0 611 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 180 250 333 408 500 500 833 778 333 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 200 480 541 0 0 0 333 500 444 1000 500 500 333 1000 556 333 889 0 0 0 0 0 0 444 444 350 500 1000 333 980 389 333 722 0 0 722 0 333 500 500 500 500 200 500 333 760 276 500 564 333 760 333 400 564 300 300 333 500 453 250 333 300 310 500 750 750 750 444 722 722 722 722 722 722 889 667 611 611 611 611 333 333 333 333 722 722 722 722 722 722 722 564 722 722 722 722 722 722 556 500 444 444 444 444 444 444 667 444 444 444 444 444 278 278 278 278 500 500 500 500 500 500 500 564 500 500 500 500 500] endobj 833 0 obj << /Length1 761 /Length2 1025 /Length3 0 /Length 1549 /Filter /FlateDecode >> stream xÚ­RiTW…S ua©Ôò£D$ K@¢¢(;‚3“ÌÄaBƒA´îJ]•P@Š€¨,*­ PA-A‹năZ+‚ ¸u@=žâßž÷çÝû}÷Þï}÷ÑœBÃÜ„¶a(áÆf° P"³Y€¼³X-‡¥‚¡3¤,l>ßÌÖ(ǰ<œ ã)0Ä °ÙBdX '"(…Ù¯IŒÊ1àù1 iÔŸ¡O&E—™t@Š„0T™ XNaÎÁÈi0©åÿ5¸¹H£TΑªúÛ8õ.U!ÊÔO L¥Ö0$ãè`jüQœ†j0*&¤JD&D•0pcs,îÇ<’,B´0в$ —*“á<ŒBƒ•þ è`†„E„Š\?­v •"(žª†ë { f‰I“pD °,›$’çó-~а T†Aš8< Åqi*…üDdÄ:6@PÖXK*f2PŒ KéÌr ÇpJÿ^¹<À$«°’0Lñqg$NùúA˜VçæÎn9€Åõž<Öòÿe‡QbàÓ¶|Žåé$ kaÅx“y¯Y’}d]izPñ…2Kzòøœ=kš­=”ãÍx|ÛÛæ2^u>þþ¹õZë%Hùhý“à}LHλK="L3è˜k[­ #ìè…¹aßtÉÇ-ÒTÐØ0J•¿ñ¡Ñ±]]åÚuݹûNÊ1Ë!ØžEÔ'›,J¯]}÷"]±âì]£Õ/ó}=%¾àhHù÷mõuÌÄŠ1cIÓØ¸ÜnÛ÷FjíÅÍ9üŒÉÐ+9>o‡³èZyÛY ;OáhŒþ•?;L0l¼ÇåÈ9ÀÌÁÇ)'Ú·¦:XÒ9Ìt‘Î79å|Û"^µ\?+Jñj\Y¡¬tœÒgf Õ®lˆ­Wù¢'Ö·WÎ[e£¨¼ÀñÙÎVWeÑæ'ô¾£=Ÿ´Ùâeü›7·_È ÖwÉtNföû‡D¹zåù¥¸¸>¦7³¨–—6œb¤I??$„~³n[ùg4ªÎùµ¥ÕôH@4ÿÊJ»«{789”G‚^UöÎi’X×ß« ™qAZ3~Ì)tz[ÑÓNÕgäqŠÜN¨ ¿æÚTqøxñ ÛŠõñ†j‘¨xRõ0¬Õ0ÖÉ×v¼÷w£…qíá i‹ñD‹v[GR]𠝝wB¹À#¿å­÷ýóúCÕ“=Ò-ﯧØÂ蟪óêz,¸"!õ‚WÅAÃé1S²¡ð4·yÙŠòÒàÒuªÔgüáYeüʧì¡;Óê^ «ÿ”àÛÀ—àÝSé´Eg*ž£·…¾)J`à1~µõ (޶ïïÕ¥pjç.âyÇ%¾oñÝ3W‰n늮g׸6.¢¬ÚZM|ª:h™>ýÚW­35VÖAÕÍ Œèòœ[§ï"|Óêº]ÖgŸè}“}멎ßëñŸçƱ–‡ëXÊ×Mæm}4¨¦HUaGƒìÚ›¤‰.F{ƒÄö¤ø¥=j¨Qg¬´Ýïë#™éí­þ‡<œˆž"6Y|D9ÕlÈ-‹žzûönüÇüK³<ïÜùÝ, }UØçsçbŸf¥í™'›ÎÞ8ê.‘K>,ËJ+O)¯W7ò¾"äTæqxJèÄ´Žå¦æ­&s§ÚÈ’GÌç½–]¶f–¶cÄÇ{êµ(èôâÜËœ3¯dzDlY~n¾­éu~PÏbó›Ænßü̲²(—c&kkìè8¬ò¤³Ðµ9Ùòðx»ºÝzOÿ¯VÿäË]ÌèÙq¹‡’±ûA¶ºu‡nÆéøVå)C…l­Øï]RSxCÔ{%kÖRäŒEwL-7Q³r3÷·n‡†‘˘"¯§ö>iÅ.õQo8Š(ÿÝ•¼ˆiR}Õ^¿¿Qš?6ºþ°i}fTC”wòÜÖEɦ6*¶¬Ð:Oè8÷y÷Ê¥™ÑGÎûê'þ ™Äç‚ endstream endobj 834 0 obj << /Type /FontDescriptor /FontName /LSUPIB+CMMI10 /Flags 4 /FontBBox [-32 -250 1048 750] /Ascent 694 /CapHeight 683 /Descent -194 /ItalicAngle -14 /StemV 72 /XHeight 431 /CharSet (/arrowhookright) /FontFile 833 0 R >> endobj 835 0 obj << /Length1 776 /Length2 763 /Length3 0 /Length 1294 /Filter /FlateDecode >> stream xÚ­RiPSWVFeŒØ¢,,ö‚åB l‚ÆAe q2`y7áiò^xyÁ¤:£E.,A+ŒKudéà€˜ª–¦„ ,n`;ZTœ2´ÐqŠ;÷Ï=çûÎ9ßýÎåxÇ*¹RŒLr’ ¹ QÊDž€ÅáDP¥q’XÒ0  ¤F @D@  „ŠÄ,ˆ õf פÒÀ/‚$R¤pJ€(”N…:¦‡ Õ%©Â!mæ©V â&*  •1 A†«h58ÁâO(Š$Ô$O¥1£þ”)# ø1"ý## ­`PÍâG“Ì,È(ù?DMo.7jµÑ¨n¢ý¤Kà¨ךß2HÞHC D‘¤ˆéÔ-pJ\Äp£n:I£Z\%%4Z¸H0O M¸AŽ› ‹ÓªT Fµ8™‡6] cߤ~LdüÆ [ÞîuŒEq‚ÞhÖC xÏžŒ‘÷1ã…›@¢€' ‘9ïnIÓ†­!T$†$ (E¡fóƒ˜H2€4hbóyI3%€±&¨IŠ5±Vaà3Uä-TÓÐTVø6;µÆ‰ô‡O”ÉHS7H¸’f$‚„±X”ù¢ÊHQ 'cÔ»X3æBh‚*–ÝFªVîÝv´:»"kMY[ålþÜ7-žØ¯Ç×fãX¦RT¢ðÖÐåOKûªò­ìíí‹Ö©VºPW=,Ñ’GN»œ¯Ê;u6þànQ¯SÉ6ïÉ+š?°ìi¤5mó±“ûú‡6Pý'¾ñ ´øîjq*Á˾,«Ýc›·pyÜáå>žbû9Çî™îls÷£_>}Q»ëhs˜ê;]"cÙyÞ²vuø¼”ôÕ+IÞÞ x(½Ññ¸oÇ"lÌ9æ@C¢iØ+×'‡ó¼QyÖô2/kqÆo?ëÙ÷r‡,¥/wÆÌe5xÉšºÛ¬{›ûø»×Ö{mø¤¥_˜ú·gK@t‘«FÐ#t¸ò°ÖãÖ¶M—/!9ÿd¬¿o-Ñ\5ÚëžoµÝÂ2 ïVmü±ûqó)üébÅü…Çst5+.UœÛ‹+UŸéÄÓÄú+®Ém¼;G×Öξ›}þÐâQÃaƒ×g]¹Àö;µîq›]fr%œuÿ°Ôtg endstream endobj 836 0 obj << /Type /FontDescriptor /FontName /OIXTLW+CMSY10 /Flags 4 /FontBBox [-29 -960 1116 775] /Ascent 750 /CapHeight 683 /Descent -194 /ItalicAngle -14 /StemV 85 /XHeight 431 /CharSet (/arrowleft/arrowright) /FontFile 835 0 R >> endobj 837 0 obj << /Length1 1606 /Length2 10750 /Length3 0 /Length 11573 /Filter /FlateDecode >> stream xÚ­teTœÝ’5,¸kšà.ÁÝÝ=‡iݸ; Á-¸wwwwwøxß;sï¬ûͯ™ùñ¬õœª:»vÕ®S4”jš,âf@0”…ƒ•] ²7s†(;€•X$ì,¯FnTI' )ä–2…º@ €ÐÀÉ ààççG¥H:8º;¬¬¡zm ]&&æYþ ˜¹ÿ§çõ&dоþ¸íí`è+Äÿø¢&€Z– ; @RUí£¼Š,€^VE LíjÎfv s€È†–N»æ` Ð_¥AX_±Ä!SÄhz½t3:þåb8ìAÈë?X9™‚¡¯=€:@`s;g‹¿¼Ú-þ&äèäðaÿê{Ss€@!æN G(à5«š”Ì?xB­M¡冀^ÝË×H sç¿JúÛ÷ óê…š‚Àèý+—`‚8Ú™º¿æ~stýMÃ[ý‹3À heêda„@^a^±ÿêοêü—êMíÜÿ¾íðwÔ?9€  %+*çkNsèkn+•í¯A‘[:8Øÿa·pvüOŸ ÐéïÑÿ53 ¯$L-Àvî  %*›Šô5%€þ¦2ëÿÈÿÿŸü"ïÿNÜ×è¿<âÿí{þwhg;;Sû×øÇ‚¼n€à¯óÿÅšÚƒìÜÿ›èÔþƒá"5}mƒ8ØêU vVöAÐB 5·XšÚ½öèo»6Øèd_µü»vöóiYƒÌmÁ5û. Øâß™¿Êó7o6Ee5Y]¦ߦG©½ªÕrw|%öu(;Xüóð†„„ƒÀ“…뀅“—ÀÃÇàãåðþo²ý Ãñ¯³²)Ô äøôZ2;Çß…ÿÇ÷¯“á¿ÁHƒÍ,þšM¨)Øâu°þiøËmîìäôªçßoýµàÿ<ÿ=â@ ÐunÆÁ\0Èæ[j ´‚0£wXêSg;|o°cAµVn¶_™C›ï·°Uþb“Çò`ÖšQç÷ßûŽO› Œ[ýívtmIÀã,2o*†Žlì%Ú&^¦­6£ô”ÝHÏ“i¥}v­µau £üÇ7ä£MœOnü¨\²ýð¨¯1|Ì“«bð›±j`p*röhãwo®éºúz{ÚÎ;6I™ÒcPh]Ði#ü>§“Šêk{†3þÞþ>8lG vÀnÕÖ+ÏwIÀ³Æ&¸TÜëê}Lx¾«J®‰Öç ÞKé|hëäÐ?ÑîGÒ×´î_cIÛBy^Úô„'⬰oL6ÿkWØ-óÁ[Ë™ŠÞ(y—ð¨™Q°PÔ®ë(¡Õ‚5, ¹¡Ž ˜–€“p•§´=Gmz;²M!˜‘¶I½>—O¸z†¦Àcx=üe÷aÚgy>B2Ö1o@3óÕuYQ\îITApz v9•жÝôéZàó|% Gåñ‡]VbÓºÞÆÜw^";HÏ!H˺:™èž‚§Ù¤^B—Xñ#–‡ÃÃï/5åq†¾¢!o'B+|©Í›©Býè¾D¦k £Ø$¨ôe€|¹²xW¾þÔòyîúm=”’â~UÖ[^¨2Œo1á¦EviŽåïF€üÄ—$¡;^Ù¿Šƒ&jsêÎ\ª-tl0ü»û4­¢fïÛöŽ™$1ÉÍ߇q«@Q M+tŸðŒ×³eJþ†ÿGÎR:ÆË€4ÖÕ/ìSñ‘qQd»ßo°ãqd©Øã‹îµ^òbÊE÷z©à¶¾]¾Dv1+sÆÞ䨣GˆÛOÙ»Ú²ãÑ •üàáð¹acg)ºÓ­—Sž:ëÁÐðbìlø²1£ý“NqÆMøG Ý8dZš Ž~^iG™¹é.;=Ú(ôY:Ô‘Ù‘ZÙÜ+^_Î.'o!¾•Â{}ºa æÝ{§#4#›]8„pfíð%¿]Ÿ6fŽg0VéúlÂH÷Ú4O±ßz9gkÔ¶ñi-O¬ ·X¿,ž=M‰w7´FJíãH¼ªÝéð0/aïþuiãï$X[g«$ÄÊú)8¨VZ[ÖJž0'=•°Ù}›Í{À«ÌEüÖå¾_òÇùm½x€7=õõžO8¯CèD.$Ud%‚ØkòÏ¿m—íˆM¼3ØäÐC^ êG¡¿·¬Xò!¹?q§5ÁMnkñšy¨ywS?©óO¥Q…\?ɸ£[ c-öò±a‰h¶°K*>djÆ W G˜‘¢GéGwžÄ±Äz- .áóåL]C•À,æ²ý꨽3>‰çHN@Þƒ¢·%ý2w3ê¡„Xp%Ä"ºQ.;¿iQÎ0Š\ö¡¿>§ø—Goç%$Y½lgŽûBÆdlmÙˆ)ó’w¯'ÒÊ~‘Ñ)p‘Š.]Kâ$Y•= ó”p­×Ô†ã[l`k‚ɪ µE|é äÝH¼ÉÏ!>r“×SÞO_ ËOÖ*)Àö2tõ¶%£üm²•ñ¶Zô˃¦l䑉„nd?âÞþ$µuJ«çâô!¸H½6nô¢k°«IHŠN€“³’G«lkÁ‹ãš#«9nB36H;hâ‘ή˜u£däb¾RKÙMй|Ïï'.?¾È^ðz!6…'ñÏÄQ£ÍÁ úê·fˆÑi‡ÒhH-Æ}³exÕôg¦âvs}œ®"rTPü/’„„ìÏÚEµ*zKàž¤h FÈ}ó÷øâ}ŠsÔÚBú õ&Óöª:£Î2µx‰¤b=Ji£ªs*Ê»¶”ߨ——u’û’×èËÏsbV‚︛zt>4š®§¼ôŽKÈÅ*µ•vYÍ#ðÐUö ⌖¸ÙRɯÉòã k¹#š›µˆh5.Ø‹ˆyo›³Ûþ8?‡ût|Ú}‡K¥låÑ¥»×Ø>@wÕD쮸qþU"Ô¸â÷‚"©s‹Mz6cñî3Æ$|j¨!~•s£¨¿þÇû‰YÛ ÓÛ{Õ:/£–Å©ÍGÍ@½%Šûæ mË9ɤÄp;-Z“udu=ïëIè¼ÒH*;6o¡»å”Ãˈƒ©±ª¡ò&r{Ï$Ìœ¡Ã‚éž mªú+|Vœ§dþ7Ÿa ¡½É°D\æÆ!(—%‹ÝCš)ذ'G®7ÒÉs=§3¥>øÄm3b4îÒß/¹¶u.Rè°”ë˜å¢#ùî”Q›_¢~£žè™ðîÃÀ5ôµl¶mŒZú%þë3YÒ·9C¶´zr䨒 ØKÂøÐ©CüªÒ Òjyè¿M_n6,¿ó3÷^ºû_Ž“–ÂÙz}¿f¨¥B{ò_/Ñ-ÜR q$ˆÊ‘Ë€¿kd¹0\µï—ü%e“ºÄðÜVñ‡ª>œ 80Ôï0mÿÉÕ{ó­O î|p$^ä„ìÜ/Œ/\ ÄE>ΘkîC}FPÄàÊ9{+´ÃRÞ‰tË< vÙˆð=ÕÞ£*‚èYèP`¾öçb9V–uÝYëͤø–Õ ãê65èòÐü¡_ž¶Š/°¿òép¦"ÞIg`¡8v ØTõ—l®Å±êÅæ9ÌJÛﮘ·ñO×¼lÍn f’™Á~ýÈü5£hø°&?ÌDŽÉÌÎ,(ÍT~5mþñ§³aù[¬÷p‚Èÿ›Ž/ua ì 0Î*ë˜ÏÅ>æ”¶*Îðô‰9+Õ¨`j×ðÄ2¼´^Isµ5éà}-²[©C V{öΑþ,äP“µ\³Ÿ Ÿ²[a-pMx½´]1'j{‹“uÓ~µS´WÞStΟfmOJ…¥Ì à»ÅYø‚ª?ýC B2BãaM²¦¢$­4žkýn©ÑxC{†ëép­Ý™¯y½ú5 Ú‚ù¥å<æ¡/e¢¹Œ¢Žœ)N"T¼ÉqèµØvU©™)01ݤj_Ì@Z÷®oZ{¾)ÊñJe=Ùgyg{5(ŽÈßDâN_cf‰]iÚܘ^ò®BK°‰ø²}ð^ÊFVÅüÁH!óô9ŸÉÞÐ ºŸ'mIY¦q²bx3i¥ƒËؤ^i¥Lòø•NŽŠ¬f„$‰^±qÄ†ØØOeá€ÍG$á/#[é-ŠÙ†¼¤«Í¢B­·vYö8ÍøV>¦ÄŽ{÷ûÀ¬Lµ‰I®ËÎé&šHWšrP¤!Õz¸³»0)ÞAœøÃ»T="Ú`w±0®å½@Y\ã`1”âÛcF2y¸RRÌXÉ2†\ŒQÇ >øQ7 MÕþòªŽ¶MïÒ±Ó8wÁIÓÈñ]ÿ£qÁ†pI×”×ô±D&C]מxsß±:bëOøµ,ÌdºÊ ÷Kt¯yA}H©jÄj_,‰Øž4›|APJ¸dƒ+neˆº#e²mèï39Éœ³ø(aößûŸÀ· (b ã¹SC4’Y±ÎHå ^L'ÙDLÆç1·ý³€¨S<îvî~ƒ‚ôrÀ¯Ú9^šñc¢Nó²g"厰³õƒ>ÿ]bÞ-¶dBL)Ÿ+9ùž4{Ê@ ’rna-´u?ßL¹ë.‹¯{©¢»‚¢>ã—Kx%„œáî ú’Kè£üƒD@ë³ë^ÿÀ/â?ÞyÉÎ"Ø„NóÙì¾êœE_È]¥N–²éŠžÍ €pÓÞ,ÅIu@-=|6´V‚?÷ùWàEc~¢7 sà˜³£V)³½8ô ‡®ÑؾH£‚µu$aBÑ1¾°!KªYå­žzLÉSylIžCÉàœbãÂ-¦ÆÇ ûúÛÕ¬œ¸4&3Ç8þé/–óðŒ‡žµy±­T3É›þÇrôã·v×k…Xï­™)”Qeý s¿.\pœ–~OçöõXygdŒœÖÆüœÄO¹I¼O¤ÃarˆNmÁ’»ŒÔCîÔ\H3²ÎƒÌ¢ ë€ŽÅ€ŒŸŠî54!˜*Ìá4÷8 ¤â³ðx0+YÖV:~Ú(¾ûUs*óß$à'}~Õýœ‡z¬Ía{°dÍ<ÊÂÙim¿ðTÏwí‰â¹ s]¶Ãàb`ùø°î†xÝ’š ŪXJ)t3WL#î-· øZÙ/ii¯êÐ|ÉNôúêñÑô[" 'º”ãõÇGsÕ;üQý?e4’pÓÑ‚¹#Š +¼°*#Ô±r>Ï ©4:ÛÒ_Çú¡òúÚ/yÕÔõÐCø+Æ–A BVüyób±—†F#5­Zïýœd†;žðj8¨L…Å)ïâšq>ó‹.{š›“)Àm%eqœÂhíß’úùç2Ίm¡©$1ÀòEokRA»Ådß߸eü4ê Ì—ØæJ–hYsÄœ ÉêEÖT­:׫)9ÌŠ,Í—«ßåð(Ýd'ŸCs¦kˆ)Œ;œýöùºgùПŒ¥OIú.aØ:I;ª®§ÇF×Ü×ÊöVÎÍònɱö½%8Š£ÙæÛ0Ç.!þåp¿K?|÷k^ÆÀù¡E€ƒ.¡’éq 1{N}¿n㜹éîdzˆ/B/ªá6\ýÊ!ߥ3OTÙŸfÚ´—s÷¶ÿ€[j«¯¯aYûñ–XyiXå^d'Ú±UˆÐA.y—y¶ìq}{¿&#vŸ]šÓsR+Ù{¹¸ŠkÂu?#¹™ýÊhæãY«õô"ly¿÷ÎèÅê%ïºo_L:¦²ÐcƒXw²S9§ƒ»ÅåÈbˆà±Ð5Q-e*­ha®mÊÝ {g2¸~Ö(ã"s¸Ñ‡%FõÝ^õ`˜Þ0s¦€ÂÛr¤Ñ] dÉ™uøX)EÄy,ñ¾~“Q£à“ÙRÙ=I¢¿Xi„{ÝåuÏÝÓ^™¤‚¡ÎgMÕåEPx¥ îvèrÝe80¾¶Sku:ÈÔ¸ÏãÀC2ô»ÍwÙ?g´±9k¯‘ z£ú3ïaªWåM@BÌûy’*þÁ רÀ·ô­åÌbO©ShÏI!ýç`ÅŽû2R¢7Øeö»¦1ú[½ú¥2T¤p·4Ï™J–ºÖÞÖ^‹¿à¡ð)¼WT;$‘®‘H«à_ê™%4¥9ñ ”¾+%Ö¼;ý €,õ“|"hºþW¾qùÆ–{ =4ü‰æA!v0,Ê^‡¥ë¾>|žÑ'¿˜ñ&[RórP¡´ú'9Ú@à m"ÁmËÞw~€Òâ­…ãè †ÞµåmõÈ4"Ì;ž¼X$û务#b«Þ»anÙÁ5GñKäåÚ†é!ØЛðR<ºÒ8šk²(ÔaV+ÓÝÏ÷V‰ñ[ÕyFϦð랃ƒûÝ›(:F t–^{ å’å;†Ï ¡Q¼ØèÆ8º£ï™ÿä[ª¸Ò,ÇŒ"~˜B­²Þνè<ïþň‘ƒÑÅI€ø}jcûÓìØ9ù[Cd¿/=Oab4çùóÖžÈ2íâ1b„ÍKÝN–géoô߆dZ<°Ÿ;ƒ5¨ìGˆ#~„‹æãã‰s°V¬Ãr³¨%‘T°²K’"¬¤LÈpëÆ!!>}Ê]’ËrAß‚¹ïáî¯Vߺÿè¦þÉ€ÙÙbv}*Âë×F.Š3a¥ð­G>ä¡ð½:R ŒwŒªaŧ¤0šÊQ]Ù*d=m U©kdÍHHèBW«“X9j­T+ïþ¼û!OZiẌM\)ãó„ –GHTàËVF‚ëê»#%ÖÀÄ2Õ»Æ;Ãå/ºÚI^–ÑïÕigõ×½„ìï÷úÃGr÷©Ž6/ÜRuCl»`ë9šeÓ ¶wMïz£zEÁ»ëœ îOŠ.€hXצ\f¦€N޾9Ã×åà)NÈMœ¤nEyØø~d)Cæ$ÀJ "-§¿4Iö§bǧ8b=¿žÒ·'‡õX³Y}XšúqioƒŸ\¶Ù<'ª—"wäy^~ŠêuR¿'»åµ”*c¥¦»Ä{Ϋ{µÜª}R®ê™¶:0ßw¼‘Ó·ê†y6n@Nêš+Á‚‚ »D'!ô.t„+*¯Á¢†âÜAÆ, ÷Ž·wˆ(à]Èa»ÎúÂÈÙrWO:k$±D)ŒCŽø cq–¢K[¬+u‚$ô«2\A$)«Èk€‘³?Rîæ\¤|€ý™wœw­äÇ8ÔØè“•Q˜ŠÌðÍÊ ˆÚͪÙcÆ{ÓèYW‘ ½Ï™2"ä„B[T›JFLÏ9³¢PÄšwÿÈÌo+'®¢šáP|}”¸ï ã7/ñ'ÈON&µ”Y>Ç $)‚= ÿ#!àÅõ¦[š–/Êa¥u)o <óMÎ[$#Š“…môy0‚6c¯CE_è¾ÜfoȾÖÁ0R°ƒ«` aÉÒ½ÝàqBL¯oô56W]œíwŽË‡êcð›ý,¶u·ÆTü6v›§ _û[°­¤nLóøïF=*¹Ãx;KÈ€›̘iÊEæç¦ŽãN˜´Vê´›½ÚSYw®L”LÇ¥@Á“=S­†¬ñ&ëzàÅf“×ÅÌ|´<9LK‘ùÇ]º~߆‘"QšÑ4+A”vÓaxu¡BÂ.ãØþ·>ÄFG.v"í¾ÁhMĬ¬©oîOŸ"E! ®—ñ-ÕÛC#]/æóçGÐ¥ôï6b¸]ß{V(.*hëQÒSO¾§×æ¡Ì“ÞNÓ³ý´^@ìGKwÓÞ9MÂÿðÅ+ŸÉUd7¼ýÖ-’qÝï"¾-%؉H¤+!j>¤dC_‚ñn—Õ¥_yÒÑUàF¯§¥ ¾Kë>†SH»5Õ’s¯R{NÜo8A;(ÏÃ÷fÇÁåëÎ"ÉÕyyƒ"/Ÿ–oÌ™ÒÕÃÂÂùçKX{º¥cÉž{Pd6 ~à-΄i«ÜGù²µC|Tlì¤Y–´ÔÒäûÔ(§¿V÷½YŒïõ-0ä| .EÿÝš 틈ë×åÇrgU¤dÏ|n3ç„6|Mꔡaüp)¨H ëZÁü‘/ç,‰cWàK€íI!˜k¼'ÙÐçЇX页GùöðÓÒ³ŸÉÐWªÁ¼“Š]CÚbÌŽ¿“=ÿç3¢Õ(ìû7fCôŒ·D]©vÃzØïr¼Õ8ÕȲžàaÇÁž+YS†&áJñM|gó”£üˆ."OpóÔ7†éjЭâÓqn꣬'` MÊÒK?°‹EõÀD_ò‰} ñŸAM Î$×Ã!tÛãᘣüMÍg]˜žÛ÷ opae21¨¯3äS<©<ömW%§³jA*!dl<ëo€EÓ¥êê½´éN[¡«8—ÛèùôY»Þhi¬ä%\ÃpjìÉï(j0 :ózSi;¸öaž É`™Ë¹1ˆCéB|;›_0‚‹W‚‘?X82”SǺ/iíýà†¥@?O'6OÖr­±![|VæAî"NàÚu\<à hA”I¥ÿ­í“.!&yŸ„¨ÜÂÏY|ú¨îôKã¾cBndûtf$õ1,o?µC;kûŸÙá>”±¾~’C÷¹ìé¡7¥Eb°S¹4c!†¨‰©þüªE çÝdW^SÀü y5¦Ù¡”%ms84ˆRýÀöâÀÙ:¼ˆ9çXƒ±b»x&äSÓ…¸£t£HwÂøcá/[fìÖþ.Ha_׌‡ú7—û«¸c3Í6¿8¶ÐÎåèpÆcp¨I¤?÷¼A2!ˆadõó`NNEħ¨ éÌ cÁ\xL73˜+n$uÕ&‚ âaqÞ¿ŸÄ .¹õ›ƒÏ¦›…xžéÕÅŠS>kä7Z—gô—]ü 3>JäÚñ“r·Y­)œšíÛ¨ •¾ÇÄpÊè 5 ¤+Y¤&$š¢’g—®@¬³ª³¨Ÿ€¯ÑŠ•žÍçÖÿ)î5>¤p\`¡jâe¬Ñ€ §?±Æ=\  &×,âX¸ÊƒªÁäÖí;ŒU¼¼¼Z”.ÖKBáÝM I ¦{ Y’wOv-Â"&z§mõal{~ KëÖVYÑñú£dÑ9áeZÌõ‘ƒêºÉsbo§Ò‘¡x‡ pB¢„õÖ1„#ùŽó¡|ìb6ÞóÑýŽT|4o(Wlá|Ö|›4eoÀ伨\Öe˜Ù“¶ùa夕í]%(×­>’ù=šZuoYmøZîÍ¾Þæ³Þ½Í¶]y»M>î‰X7°õt·^í2Æ.柜>À!‘ò>øD”w@W. ŠÖ;ÙÞ—EÁoȺÌUЮÿ<ªTŽÙÖ1f² ¶ô‡£´áKþ:I …ÂÙþš_¬ÚÀNŒö¶~䞈;¥]ÇÑ7´WèúF,T<4˜D2»ŸÔþT¥½@Ô,\þ¬ ‘í¯_3v¼>-¨ê¼üSšŒRÄä.pÒÔA/mNý£…cƒk!Y",“¸öõmõªgÇ@–vJ þðq¦ŒPÕå O&ÚÔ!†ƒÎ5±Z,@ŠÂꇫ+&‚™Ð ¼ICZ\(^Í“å3 Ü'™ömÊó(EøÍ»ÃôÌŒ(Ëóæ:Ó¦Ic½@ĹËÓ%Á£“(@ÝD2«RèhºÙ¹ƒ%¤2ëa½D™åOY³Њ÷‚œ¸ûÁÓ¢÷ÌØÍ4YÅ[ßåú-aÍ;Èá85g°ýH-ÛùÉ(:¥Ôeƒ¢{ªBGÝ sm#7žl0rÛ⣙(¤[`ÚvpcÞÚ(ýhýP¨2*n6%<7Æf$õÀqÍxdÅä.ALÉ€²É4süL^׳ªû$QÏ”xš.z ´àQm5@¯×Œ%¿_ kÉqdñ;¹\s§qz“«àÚÿ¾ùt ¹!HˆÁ>–pǵ˜ÅmiÊZ]2¡«]šüâºg‚¹ážšáâó£wRX`»MÊŽÅr¡·ô€Õ¼7Å=»`GS4y¼æ‡LDVÝ©‹sØmLã«JtYºãœ”`Ò:)”i½É†1ÊCOoµ§Q·ÓgäQF™þL >½0Ð….C‹Ý-þÌG/Rëo&Dæ¢Ô(ETäѧIaoÙÔ¬¦¹-ídïÒõb¤ÃZæÑŽôÓo•wÂÞ5µÁ/U~K¶‡dÏ¿´ÇÂNbjØ©4££~??øÔXF`Òšglî:€{“g‡š:nÿƒÚßÚä9æ¼ÏIüK¦ ¬ðUfmôvï~sÛ†ßÞ•PÞzõG{Îgi»¾ÜfÎ’*"6Ù*ࡪAyÏÈå\J,[|7jÅdôríQP“Ó$/Øšd…aÎ×®ÔË‚ëeS<|ÍW2ŽÙ½ü]X{–í%ø¡‰RiY&ÕlvCLê0‘L~˜²âxÉ~gaîoWw“A‚„‰†…ÚG;Õ6þ}×Ò4ˆ‡)ÒÛA[ã«uÍ­y0=ýîæñ“¼ë‘OÝ×¹g,µâ®Sߨ—ƒZ#võg®|ó]lJœÀÞYEJeݕڻË2 ¥ð°P5Û.tLGj}¤;ôo`ô9ªº5Fn;Ÿ¦=Ò¼y÷ÙbÛ÷I‡öèÁ‰j¯"E‡:M~óžKgÝ´\þÆ)dûÄ¥EÙá(˜›u~ˆv‹%‘z1ºÄZ6®›R™ŽÄ.»A³€…H¤›„4¹œ:xÃ`×ÄØù§ç̶ž>ü §T-WÜÜ¢m|7–ºPHÐe?-ÔápE¬F«ó"ì»3¸XÄHÑWeÜ¿NœÄ{tÖœÞQÍÖü¥Ÿài©ÜÒDkª*ò¢¸µ¥…kcGïË ûy²fGÕôÇ,f5!D¹¿åPlp£ÀL9ÖyþfDò¼^²¬î–ŽÚkw+'Ñs¤ªÕØ#\ùkÀ}çWR³´ÍÒ÷·fM$w‰8…3.yiOÁ½y€a)¨[ýptd“,}þ¶jæÏú2x¿R•4jo8Û§D?ëVGùóÇ"¿¨ü¶ò}¡Å åJWk4…a¶~$]ܲÅÙ‰:(¡xù ç™Px$ÀÐä®bÔ~mç Î7>\ãGŸÚ03‘ 0—¬Ë r¿æÕLL¡Þµb÷®2 c^’H¿†/â{Âô^?—‚Gf?åz'BÇì/iiLÑ>6Gz³§ôa‘u×p‘ ò<ýéi‘ímáãõq[&¿‘ª¼},ºC ÌY{ˆØÇÉà’7¬§Øþ½Q½–ô9Z”ÉvÀESWœÇ{|B$LîmSáZgâúðf‡Æe2”.4ÌÌŒ÷†hHêú}A稟Rå·ÒRAGi4Ç"&OË¿Œ¿ëÙkëƒî€×!“ ðßÅagZÑX†¬{B¾î=êxçT§C¨à¬¹Œåë[ŸÚã?xž°Ëuf¨G˜XqVÒöû¬óí:w­¼7ùDXDÈAþ XY”4µ•Ò‘ýüö“²«ÈžÒ‡YW¯„êÍw–Ÿçë·"Ÿóü£ïå g9„.S©‰ ’,;ª=§±ø™²ž#”á|·/'4´rËgëa™d*‘LCKeCàÀ•“¦çMšÖ«ÜOÆ|ê«F~L?ïY‚‡ªe>¤Ô†4È›ˆ² ßçJUPŸJmžð7ÚÈ`ñ”XÜbýß‚Šftd®}ŽµÒ¢6^²ÕFåÔbVcoØ+S”²} ZYƼA5 á¡Ø… Î;}Òë”^Âw÷gÇìÞo÷A=¥ì‹'£nÏ8W.¥¹^Šõ‹0Wì×M·ÛËkËΠ옃iÒ\8•Ö,窟‡:1iDØÊ ãú®D–¬Õmòˆ Üºé¤ tR,B髨_2N?ʤ.‘îL#“ö°íÉwøâ6ùî}j;(!áð/h>”Å øl¬IÿÒ›õ^&”ÊmÙL/‰¸º#ƒl°­{æ4léwtóÿ·88 endstream endobj 838 0 obj << /Type /FontDescriptor /FontName /KMPGWF+NimbusMonL-Bold /Flags 4 /FontBBox [-43 -278 681 871] /Ascent 624 /CapHeight 552 /Descent -126 /ItalicAngle 0 /StemV 101 /XHeight 439 /CharSet (/A/E/M/P/U/a/c/colon/d/e/equal/f/g/h/hyphen/i/k/l/m/n/o/p/parenleft/parenright/percent/quoteright/r/s/slash/t/u/udieresis/w/x/y/z) /FontFile 837 0 R >> endobj 839 0 obj << /Length1 1612 /Length2 17346 /Length3 0 /Length 18179 /Filter /FlateDecode >> stream xÚ¬¹ct¤]».Ûì¸buÒ±mvTI*¶m›;ulÛêØ¶íœ~¿o­½öXgŸ?û¬5Æ3o\7®{ÎùT%©¢ £‰­PÜÖÆ‰‘•‰… ²6rv”³µ‘eTš9þ 9()E€†N [QC' /@hØØ¬<<<”[;w™¹€FMYƒ–žžá¿$ÿ˜ŒÜÿSó×Ódf úûà´²µ³Ú8ý…ø¿vTNæ@€)È QPÔ’’—ÐHÈ«$€6@C+€¢³‘È 2Ú8i¦¶«/ƶ6& Jsdú‹%ä08ÚAÝ€nÆ@»T ; ƒ5ÈÑñï3ä0s0´qúÛ'[ÈÆØÊÙäŸþÊMmÿ•ƒí_ 뿺¿`жŽNŽÆ ;'ÀߍТâÿÎÓÉÜÐéŸØŽ ¿j€­é_K[cçJú—î/Ì_­“!ÈÆàtsú'–`r´³2tÿû/˜è_i8;‚lÌþ+€ÐÌÐÁÄ èèøæ/ö?Ýù¯:ÿ[õ†vvVîÿò¶ý—ÕÿÊää´2eB`eûÓØéol3 ó?ƒ"ecj `eù·ÜÄÙî?u.@‡5ˆæŸ™¡ý›„¡‰­•;ÀhŠÀ,oëô7$€æÿŽe¦ÿ9’ÿ(þ!ø„ÞÿäþwŽþ·Müÿw?ÿwhqg++yCë¿ðïð÷„±Èþ9c¬ þ_æ†Ö +÷ÿƒÃ7Ôþ;Éÿ)'ÿͲ1ûK Ë¿… GqÐDädl05´úÛ©ÉÕlL€V à_FÿÕL#+ ËÓ©šƒŒ-mþi=ç¿U@“ÿžü_’þ•:³„¶’ª˜4ý?Sÿe¥ø—{'Uw»¿‰ýG)r¶&ÿkñ†°°­À“ñïddcÿ àú›•Õûÿí_0¬ÿµ–3tr¹tþ–ÌÂú¯Âÿãó_+½ÿ#fclkòϬ¨8Ú˜ü¯ÿ%øGmììàð—Õíø¿ÿçú_ƒº–lù‚,Ò2ÒªqsÇEuz»Y!ƒíJêT óýªl»|Ó¶xÊ Þ~3ÕOò~´¸ÏŸØ½ïIÓíwãXQw¥/ò½Éi{òÑשھÒï0ë— §ŸjDy^ÎÉnBis±¨ïo+)ë¿ÁM¶±;À]>Òú‘»äûaQ<Ø¡ø§ÖÆb·£ÕƒaTœœR%=>P÷ t]C÷ìÐgÇÂSò¹@!SEúÙgj«•{†Ó¤7 \·^~htzêçRRàSDX˾(šå­Ø´Ê¾%A§· ò'Ê9H6ïUhâ\ÍNFò %NòÌä|®:SŠ9âò7NöÞL[RNeÀÖÞC\Ñô:†yV[Wѽô äüšRj/©um‚Ù£da w®@i¶s¤ôÐ]–1¾•f…ÙÄ&÷?Ìi}këž±ü}*k’£çPñE‘é¤1ôû¸«À°þZ´oBv0°áJ[~L’¼èTɽÍç"Ò¥—€"þ—Ük¤¦beÚs}‰Z{“ìÕǤá΢Ôs‚ù ,1 žD¤0Š8r£?™£¡:Ÿ'}‡?Ý6l0ÒÊý=ŽCœûqȦÿý.˜épËò(¬„¬5 ˜Û¨Ên5ÙÇðþJ!þ]dÿ:4ºŒ2™Æïÿ-'J?¤íA·Î†“qo4÷陯ôå«Î¨åó ¤ЍB4ûO¼[÷Ñè:D{¥ˆ(g)þ’øÅìo£_òÈéŒH¶ÇÁàºÓ‚›CâôÄŸî'EÉDŸäXÂ¥7S4IUCNõf´’ô“d8B(UÆÇ«àA¼µ¨ q óo¤4˜YXÔäÛ3?èž®8Ȧ~o„H6ŒÕüª;´!›p+Î 2$0€m¿½¯·Ì ÏíÎÓ@=SmÈU˜! îUo^q[³£sxÒô>zϹE1óZQd[›!$îkÃîH¢*«ŠpR5´_ói"á< î8r‚¹Ôf?kÌ• èr  ¶ØPÉst‡dØñjë™æåÆ‹¼ ¸ú£K.Ÿá¿¾z ]^cubÈä‰ÝMÊ5Eš§”ù „΋©Ȇíìg¤ËNÛÌ£NÔÚ\»¨Ê!L,÷Oîפ’øB=ã‡6è×õåK#e{¶‚)l¬2g|X¨¹gVt‚K.$ª±$c©Œgh!C˜lpÛY|βl2 T(J;ŽÕ¤ì$÷ç·…¿ª=õ­‹{ÊÀ‡44lr÷†¯®Å±Èñ©5yφ„Uxuw8ù/!d#ó²Å:£sI9Ò!Ø©aÑ,ÛôXÜ Î‚sBèÚF‚ñÐ9¯°ÍÈ®ºˆ^&e-q¶cÓCX$µæoÞPýÓƒáOt0Õa Ó¥½%Æ+Ù5¸ÊîÝ<ÓÌ‹·m±‚üv· © R9ñ!Ï+³|‚†Í±á8ÂódcªD·þhnAè˜`þ^¦G©ÜQíïí\Ú™þ(QÂt üó†Ÿ'™îtˆÙâr›[g¥¡wŸZ°T;ü©u>”¶Vz®Däfj&’ª}^çPŸ§È½ã`ÛcN úOýt4"Cò¶RÂm¬£.î&we^p›Ü”$¼AqÓsr¦§qYân{Yðí½'–`¢& +6Ý ËsÍ2âH ÆÆ¨ÊïvN5Cêþ|› ‰O¿gÉ®r#¬g~ó¡&V±…)B:8ŸZKùo¨(Å× øm­ÙÛVjô;Ú÷sñ^lœöàìTSnO°Åˆ7\OÆ6âNõ0•üÉŒ«q˜=%)¥½´ýdÁòWGIo•4¹}‘ˆ_Ÿµ¿\fà6àiN¸ÑV7’üæBÁÏjTþQ„ l¦†z!boówjSzÊkÇk‹ÅŒ%¡”v=q2`°¦Ÿ[ôÓÀqƒmávj>B5oÝ‚9À8V;ºÂXI¦Íxf:¡Ãê•[#‚ EŽîí°ÍÚ»u+Ö5dØz× ÂzÄ‘¹Q®;cT¥¢xrPú–nGRk×ÑêuÉŽ;Zð9Æ*¼È´+wpk»"ß°öÿW‡0 “Bƒ*½áßDøAæ‹®á˜Ì,ûÚ­W2´î* À‘• l÷m^´§Û$î9Ø×,W( Dõ¢ |ày€þRÞÃ8/Q—àE’›î}HQeÃgL$«?ÒJªüâ‘iƒþèsB…,+õkÜògÁÂi}üôt›Ïˆw2yAåˆi€í”Õ{mg\kCìà–]˜ŒëiÎw˜|×÷ÖèIÅ“ÛäI•¼Þ®à†¤x|ùQC+õ”ܱp5Õ?gl‹ÍέÎ5Ø`ÔßøÖ †pT^dz¸£éXE‹a“7[?/±O™,b~Œujýš[*ð=/~h¡<Éü¢eÈw£ v3b²`Çsot² ¶Y» ¹ÎçxªÅ®º¥‘Á:[ôd~¶.^->TÞu•‚y–C\¨9¾|³q’ââÍp)YÊ©ßsЛA¥×ߣÚñ¸Â´çÔàß,Ø…ã{ž<Žv.Ï ª5—œ©8eZªµÃ`b ®RÕз±9©âf Xª}]èØ0Õ•ôá@â{Qcî¿t 8i΋½ î0‘·É­}ù@nÝÓ+I‡8ñ¹¼=o… ¡çOþÝOD7V:wE[÷ôáÔ¸pÄW‰±[qàz5†µösàW¬ni‘zÌ„ (·žæHÃ=¡wÐÂb5¿Äª°å©–ÁýÕÃ$€n’w˜š®HŽäK“ß [°û  °öq,”¨Ö”£y8ÊÅó¹ɩ€n·D ›«^½­¿Éæ…À:‡ß=Ì}™Ýç)„]q”åßTù7Q´<¨ùn" ¹XKFá$|Ó/dNfhºw“8ø:œ‰–㢕+©ƒÊ 46j ×üU眩™-_e`"ûF”UÉ;=!ŒÅñ½|è›Kì-’´yŒ¥ÑùyžXRÌBO·ÑA&’˸XãF”íó+Qy‚fÒd˜è|‰žý‚t¡ð ½k3Æ{É~žÒ@·oø=F»¤‡l߯l­&Òz¹&õ+«ùGl7.rpkOi‰Ï‰#[`=øo¦ÑÒó ü@ù¼-ÈZP/ÓåçÞCï}¨!K§¡²;F³%Ö·pýÝ=Ÿ°ÜeP§¢C 2êXä¦I¡*’(mû]ÖÃÑ÷GŠÀK»ÒÚ¤Òûn¾ª`jbã…÷¯zÂÚìÖ|ë?í4Ѹ1Æ\7éI5›i:×€çi?‘ÉÍ@‚þïcØJ¸„…ÛçéOýihî¹`~½•Ë62_Jé&ܪ«ö% PÕ´Û †Ž‰ÎOzÑSçZö}Ó¹~“¦¨õ{cŠ)t…/‡0Y—v¥xóð£<PçìuÚ•éPÐÁÄ7ïüš^é.PޏŠA‹Æ¢FBÙ‘+ÅsÈÍ .¿%0Úí$A¢¼ÇIˆ‡È98lo"”zQ!qy1à÷¼È9TñŒt¼VN m?Ô-«°… °haGŽ"Ì£#®öd‘%ÙiKyŽãÛÙƒmf3~Ö³b‰ ºÝ¼€€XT_Qû—Õ©ê󪑆‰ ”p–æ¡<}ÛÎó"E}ãý$ƒ¥«Ñv{¢ãÔ/ů½¶Cÿ˜ñù7Š8xÞvÓ3ÊêåÞ¯u®ËŽÅ—äKäf£» Aß§.ŸßsØ=Ð ‡™B"œ±%;1˜ Ãwç)¨nÀ^Ã(vp%ýTˆ&f’’gaDzDx•é…Ú;">è–©j 6£¾€áÎʃΑFg!uæ¦W¢ìÀ6“šyàáÆÄÈ, “J˜÷D8¿sqrˆ2jצ²ßâñ€/u÷U´Zqå/ÎAu.Y nR©‰åžF¶ÒÒÑ–¬O¢óÔûÍ£¾©ZurMÜ!±vÁtL,)£¾¨á¥i›lð(n¼W] î<Lˆ’§ª7¿—Ïf߆„$dÛ±fÐÄÊÒŸ H2D/|¯ ‹™`Œ*É«aÏ}U¢¯k aªŠAãù† ÿcTÉà&6+ 2äͤ#ÊòÛs¤oXý»Ö‚ÂY# „ÁÞКp‡“Ø¢n(PÓÇúСºoüÓJ$å“+fGúά»§¾ÎS[ì©€ )¿ê¬_SãÂÞ2¤²\‘]M W÷xè±dú¦0Ô›ÚNeVrä”>aˆ€y(U!qéƒÒ¬¾áܻ؈1q0×÷šž<î&Æ\¦^ŽfÇ ¥¾‰Oâ ÔZòzIQ8ø¯•Y¤Ð‡¤s-s½ö2šéï‘ë…ïIöw°Y÷?gÃ,Âð¦Ã—­^ˆi„÷lÓÀ)ËŒ­zãš.¯ØûÛt†×†‡ï¹ì%ÚSùW7øä„Â;!?Ÿ‘Z÷!ØO'–j—é*M"±¤!›,æ©öIÊ3—È è½¢d4Ÿ¸S"¿\Àÿ†_Dɹ.ÿðærX´pŠÈ¦ö}Ÿý¡êºXYî¨ÈÝ*˜û¦ÓâÂâ){r«ˆ›kÖqu4Rä¨bž›¹g¡‹;^¡DZôª#å+ÎV³`õe–ÒœŽÑ>·†ÚÐe®Â:0ž¡}æ·?¨,—*âLüÞƒ”grg4J¶žg³¹°ê’P€ê‘Fí:ÑQÒæ‰GYAËÚûG+ø‰a¸¾a%†]EšyîÊ3l‰õ"3òuü1* Œæ÷ÌÏT½¡ 6Ùð0n{²v¶º"ȤQ¹{â”’¦¶ Dxeqô·’ºjýxäJëÀSôoÚ~R–µ±óÉtøï»ÈÛ7ò¯·‡yØ#>˜¥äF¦[tâe“4Ê.Ö±[‚`eΞ¬Ôw ’spêH±Â”Ë£ þsjƒ\B1IQÌb'$£S^Èáó'6?+¯‰ûЗŸ ¨×ëþeš Go&þúù&Æ_ª¶ÑJ’RHCž¹OÙþµ©’yÆ“iôjL>Í$nÀÚù‰ùá¥(X~ùu%›ì­".†Bn²¾xáR¿½®I¬IËÊGöH£R”´Û8«r¯vJ| y?Ó~·|ï…®yŒ/ÏOp>°ßÓ{õ#,¾mãÚÇA J¹šÏIÊÁE$îiÔx4ÜT­Eâ‹7›œ¿/µW~Sç_a-Þ:ö-q`òoVåA¡vÎAN—ÙkÏP®×pßà}Çâç?yÛ¼¨cwÏ¢ú¾+ò[·æIؤ]ΕÎjêXp²ó%i ܾÄü%÷¢ß[šF'Å|ª ví&äï*s¦±$ÆqÎG5òCsÑpµIÉl³ÍçÜnzÜa'½æ“ŸŠÊ(Ùeúa:2£ÅyæÅÀ$í<5qöi±{Ë…çе?ÞUŸ‰±³Å3da`ãgÌàTMJ)MLŠ6 ±B9³&ì° 0ʲ?§Ãäñ«ÒõŸ`ÙXÉwÌ™ îæÅxí‚ötÛµ-ù·I§†Y Ë——"ý‰üò•Ì‹ì$ @@*dœôÕQP&ûì FÃo´H¬ Á@îíx°t olx1þƒO5FÏ«¶6¥(Lë;ñTYsåÝåó¶käû/³" ™œ¬{ÛY@F¢ãvxmö.'M.îC d£5f‹ªŠ+wMnˆBàŸýàÂ8õy™9vâôR®‹Ôâ'ÍèX«¶÷ÉòÓ÷ã¦ÉØÏí?sPž}Xê©_žµG"zÙ‹ôT™±,J)¿ã~™á¿ ®ÝÚ"`óÙ‰‡eÍ¢~å0µejßèDªÛp´@P*á0ç@|¾êÌ¢ö$Á¯Ÿ¶ÿÃʶ…rñpg¸ø S#J÷ù£¸'>4=dM ÑÅAXn(ÀÓ™¨×ó$ËñU^êÞ_E^{Šùj–jæg^ÇóÇiÑçýE4«®mª¸{ÁGÞò®Rp8ì~~}do6a£™LÔïu!Ò'9_~eÈBuz¦®™Ì‹Mò]Y¸2ç¹Õ6ü½Ò#AÝS(ZÕu_Uä-¹òQ]N‰ÅêÜœÜúíÎÜïà=ç7ÇìúÍQNß]öìL!Áå–„ª´ù±£mê>Ƽڥ¡2˜çå{°¯göÔF£t#]œúiÏ<ÀÂózõ#mÄ›<¼Uꨳ M˜õΗøtØnç;O#=ï÷#Û¤tá÷ óš…‰ ]Ê©ÊNóÐŒtÕ QE‡­ss‹¥¾«Eòz¼–ÐËZol¿×[&ÐI{ho~þtÇàoà¿0¡´Îš3˜ùÓ)ØÝhTê>Üʇ–ô(OÈÀ{•—ÿ„füIŸd ¬[Ñ _zo´Á›‚C×}î;þÚ¬û?c—ºî&¼Z à>ã.c†¬KYº'…F)šÍ]þ±Iºe?ýÿZµÀ©¡D»-aÊT98 Ñéø+vpéá4$Ý€—±Çò’¤ç7ÑÅvêJkËuÁ_S#ä [¸1J³—Iu§Á×ÕõðÑÜs“ˆ÷Sæá›#¨ÐU9=¡˜»¾²'YqÛÔÔͨþ€Zô…¥Û¢0áeÃaZ5°Ž‹…ün-|®ª‡gÀR»+ ö²*DÏâÅÈ·@‘!;=^û@•9øZ¥½oÎA,#ðgÉKO«ÎJÔƒñÄ'DGÖ í£l(u¹œ nÄ}¾GGšÙõ÷ò”%àÑ(:v£òˆpÔdþØw2Œrjr¬»YŽ&€"CΛs§%uJ±(s‡­øk7ä¹|fÍן׼gÎU¶þK ïºÍ{U#ZÄc^®/mÓ³¤ Ä* ’¼ýIq#§û»ðÝĺa¢ õ„ïeþõL#²šŠ}øh¸¹r90žàÕ ÷ÿñß"™¢ƒo²}òA"-xjÄ¦èš g¡V¹ºd%=ÞD»íï Ù{î‘¹Ž¼>íPVßs;7?tØò/Z¢roö"–ÃbÄz…o>:£”â sQ^<¿Ü+¦3œ[²Õïà‘Ù— ? HÝ„zàí«Ö²K3Oi¦~aU4VéÙŽ4[mwÏÅW¢ãƒHßñüâq7J€?Bƒ“0ÍwÚŠÆ KŠ0I/­|üÄ«òrXЯ,ûíß¶2ŽXrʳX*ß*¢y ÊH/7Ö0æNÐR?#®se͘lJX±WÏ?*’')åÄÕA¿¶oƒ{‰`EæôV¡ŠuÛL¡á-†Èâ y\q¼Á]ìÆc¶e2v0ëâk8ßÅYív7ÌÓ*-‹Èá½lèÒä…«ŸXUÛ³2ˆ0hXfÀÃVïéU«VX¹w“ ãœjxÈ'9ð ƒU˜ï~§ÔoTáµÃ!÷mxv.%”SxXÙHsázqîSQÞÍŸ¶ÈK’‘/±—ï@:ôe…ÀÜíÓ­Ò‡,µXBÎj0—­z‘·®YÖ(Ûæ².Wñ@ÿäý[[«yWk=9—ÎcXMŸ\^,÷ÓS¼™@WOÙù•>>8‘€DÎþáÅß®B¢?IÄQÐÑ ?T.ñ ‚¸ˆ*‡³²õh)ñÐomž^å$=®tÅOé ðòUÔ1½ðm_¾Ñ©5ΆLð¹tnþ6ãwÎGªëiðÓÉŽÀf.,¿ç›É ’ ¢Ä-ûàùáse·(Hã—ñ [çÖÙHD™³{âtÈjFYîѦé+ofbAsuýVA©Œ4.Á‡î«‘a4í9ô Õñîµð±J:46Ღ®Q£H6ã1 <_Ãd¬.Z6\™S=6îÃ^±çu5.ÊÀìYyµÍ¸{…twWr«Ó’b ¹‹ÛÚ#ÏuoÄ(ÕÅ­NæRZg. /DóLîGÛÒ¼ÍHy,eª4AE ¿…Tõu\úfY«Ð/·nŠü¦«¤?ñ.üÑŒ¨ï{=MÔï¢cø ÎUÍž„ÉàÖÄÐNeÆ5㩇#­A4À¶?µ ‰v9{å'á*ûöZñ]Q+ÕØdtI{Öƒ'Áçœ=À•®c&@¼ìýu½vQâõ§wÑ-a€œQÒÌC^þeÙ æ| øêM¿FæÀ¸MPÌþBH# d/ù²§B[S¯¸°á €ì)+¦¹VìçëÑp)¶û(šøé •9\Ý“5꿘 ûù¦)Aü;5 Šž£óh(‹ ý¬¬…Æ©š]1ÂŽ-ÿ]¦;³`¼]o—< ­)zÞš\ÐEÌ“)vŸ13ÒœdíQL<ùË'ò•iú}P›4v ج¢¯Í,T‹C›`º«z÷o¥ C•H?9L•þDYÒþDÔ–ãg$Jj`O[E!íú>Õ¯·m, 5Uö‡ýýI•=ÿ|â§=„AÁW|” Ä*¤)ã²}×++éü ª“ûräùtµú0Ȉ•ÙЂC¨£O²¯¾Š†‚|E[næûEHO\ÈjîÔX5 ~¶sÓB¸yËÌë ic…>ÁWÎâY¬?TÕ‘z®³9ÈÃ×â­«Yî„ûPTDf'÷GZBY¬ ±ÕH»¨8üÖ§%Ÿ!çüñ(ÄÙç÷Ûò5[ÎÒã¹g|CâM¬çFÕ¶ð,­©ăÈÛÒk#  k¾fÖ¸‰¦ˆ˜ÒX¾Áˆ`°½³ag«Þ«NˆSü*q‡ñ6ªí<ªñ=fÄd3X=¾ºH@°|¦_ž~G0wTA6…#Ôìi/ÿCþÑÕj) $ñÐt5àˆºÞ'`VÜ.ÁÞ~Î`…ãÈœ úöV0‘e_Ú@è'xöî^bsUÞz"!QFÂŒ¢êà ?q[)›NΫÀdæl3­rûQÂÑ»7é{+hñ'øB¹<ª0œ—$BòèðB¿à0QNàRwV9}Þ5“rÇ.Mmv†5àÕßÄŽðo—ÿÍr𝠷.QCà‰bT"ôâ–×oæ¿ÆàVÿ뤎ü¹…94ÃxRà–ÌÔB¥­ee@æ7Ø;ã–‹fdÁ–%ö‚$âü´˜3W/®Ý/WQ…¾Å^ÆÓ¼F? {Ä€ ˜oÒJL÷¹Ø{Õ}ïb¨m ßž3ºeGacFl¢f½X_“Arþ{ùU‚gf¡¯ó}Qè°¢ºT¢ÐŽj¤(˜°¼¡D+Tÿ·áa‚=<8ý©Ôt ™´y)1ÝZúº „í¼§;Œ¬ó–bµ‹²óP^‚%ZÙ óÀ# To$­1/š\JìÓ€T~ºÀšZ)‚úXwCë§~\xk·@y:¨ü›Á G•d;rü*žÈ~y¾–xz›‚KvÆŸCn im»)”ÛNŒ¦„Ñ–yW€Lò_;HÁ.RÐ ƒ9Þt[ŸóZ”zl̓ˆ‰Ÿ¬—…È¥[•hØEUó÷µ’[8¤Ê?âQb³ŸÝŠ6è(#…P%AtsèðÄRÛéz3A›AyÖ8£˜¨¸_Ô9«JÖ£é×`'—Nº<"__Ýk‚1alšŒÐ³YNÕhë*}¢²ýrpõ}*2³NœR§=ôñ¹ÜœR,CC¹ªÃåß7E¨Ýx Z1¥wY s‘Ï"ï)Öpyˇÿ²3í Î'#sFc5‰…Û”L‘xùäW5˜R4 21©U¥ð41ñ8kPûRò½€ú¨™|Dí,ôf5/kákÓðM‘Üûa+HÚòE¡UÐ;jˆ>Ÿp÷E¡¼YªÀÌ"WOôð JççŸnê„1Ñ|Dʘû¤òãUF÷Íz>6AL7B[`7t|îø›Bb>¡)] 6Lå!ÄSTÁgså|¯l:ÊÒÑ1ãa΃ÊÐm}ÝVvN_«ÂÝl ±®AXÑþè´ëŸ~,¿û¹œó ‰c]rã Mx½©;ó ¼J/ÿJµ-.cù×°üj.&Œ¶‹kA”|Qlò£ÇzÞ´*¶çù²ä æ–A®Ç0ÚHaŽJ¨Qygaj´hìœ%¬•{'ÿØÞ±Z(® ì‚Ý^ôÒlœ ¤¯L¥ëà&žÉ_ À¡ê·šÌf'T6ö%WÐæ³«*˜Lpj¿y‡3-%;° úŽEßÕV²Ëoà^‚‡ÏDøŸ¾„³}‘éEæ~Ë߯MÓ}…¨ÙøNÒáŠÝêQÐ~†:Ѷ,„µ÷h¿_ xÜY ´ª/œl¦Õäîk½ÿƒ=ÒwÚ‡81®€Þ¸7ñïæÑç¹x&*‡½:O»|ϋ󌾗‚b»SGZ¡ÊAyˆdºUÓa˜ ã±+m/C²>ÂÙGîÔ+ˆ¶ƒ)æ~õå¤"¡Cï³5¾ÿ‚×°ª×S>Š©éÞ‰°~d“ œÃA£)[ÆE}™€²»U\žV¨0M&-ä÷†.ÿ ŠtbØò•u¬=SðT½]ÏC>øè’pèB£Ø©Þ„˜Q™@lã“ÿÇõü„ÊÆÖèCiéFĸ᪱,ÜÕë[‰²àï?ŽüŸÓEÓZF)Ñ~éoòä–D}–ømž0îø´Î´–Ã|“Qüqv'“£JŸ“Æž·k…ÍBòÞZ5æ»!ôCT ÃÃ7î¢ù{ŒûÐrjX‰ÒëºCÃÙl&ÃÉñ6Z¹Â:HU¥K?‚C/j"†ì^ýcà•‚pS4¹Ò7eÈ4l‹ÝW¶${¥4l6È+»RÜF»B¦j|–›ª(Ç%vƒ#©3?¬·ûwVý½ž;ilq±Í>a%vÑ^ªk,_8œ6îÌEø=s25¶8)U'ãeþ%fÆ ì$‰-üH.7×§&4ÿõŸ;‰'6uÚÕÃ..á³LÏŽÏ¡<ƒMk´kfo z"ª”:RdwÍâµ…Z#~ìIt×—$‹nè|éü8QÝ1Ñ3WzST:ïT(2´û+þ®s v8ÒòN²l©†YÖ}¥s·cxu…AÌxdx`¸—›Ý—uÉ‘ k/\L©±Nãgj]Pæë%+yi³a°bd]ødx\2†UÆÂ˜h ¼.(Ÿ[I iź‘÷«Gx˜-)‰ß£šóŽ_Ÿa DCä%ã75+¼/$vJ]¯(Ôä{Éþ?N_Ÿ7¸Äz÷µ³ÆÉØé£¡I•pã>¼†sÎåOñÔį3·û»¶¶ÄŸ\2niÎÔøèü›üýj%•‰*2½¢ü’Fïáý æ3ÅwÜ{CÛfØï;Añn91zþ|åCI‡©õð×OÎScÄ:ÿ£<ÛqKk­õ£ Ó·hXaÅ=\a¹ŽéODGÜaóeè°›‚É#ò…R=3è§.µ‘Þ=G­Òƒ@ç!å>i<ëÖœÌzãFh>]u³Dü¹z±¬¯LÓwÉM6Å!R—Ͻ£Bç.ã.qVˆI´¾±% ]9yß´0±Á„ƒç;±˜Î]yž+3à>æfþ0ºUyÓ/†ˆu®1í‘Ó“%w`Z:6@›i•ZŠÞYõÖ¾‰[ÌÐÞ#úy%@{fΘ§ëÃË™|‰0šœÛ[¹sþdÖóüN($ýʱ™ «Ýi¢ÓæÍ4ÁÃsû“D?lñ޳ÆÅAãYjòf¿‚iàM8Œ‚͵Ÿ³o„> ‡ö¡]¢¼º—ÃÍ»\ÏÙËp%ó[S…¯90*jOëã¨k³™‹£g/ç·h—PNe›—êB‹œ1qPz¾üøHë0ú¡Ý\ÆÂ¡Ÿ^/QPï½â!šù;M­_ÔóaæT=ȱãC“Éó'õjÃ%j–†'}3t©[Aäí½ö×@§ªFqñ8§õÒ<ÝMÔÂižÝÝÕŸÌÏ埆‚ØžÖÛÐ_Vß´Ÿ ¾jðsþ¤¬BÇ›ŸÀÌýí±×_Û@XJˆ6ׯ²vŒñçvï*T¥iž_áy`fz–d$á £);œÅ‡ëKË©§\ãVtÖÐÖžºÓK…ž'S½—‚éÖ#P‡–‚:êiA¦øèŸ9*8»®òù S‘g}ê¨9Ü—è´hGî¡àM6L¬ +aV}Io]ƒXDÀ#ÌŽíúRpŶÙ"9}òiâ&TÊUÏHÔÜî¡nbêËM¦0©»ÄxÙ…¡‘òyÛèË‘ßÌ<î´KZ{}ÞÛ¬U5TF—¦ga´žÄe#Úyà„Žqb~Ÿd}%tRDÖq$‘†f£²Gì&²¸k.¶†žVð€žLõºuÁ²¯gC ˛ܗ®ðÀõ8 ܤÖü²cGžˆÖ­w²üJ‡™6V[D¥aõ™•¹ë÷)-Z†Wsk˜õtö€k3 ëW·fñ„¥ÓPØaR°À˜7Mð¥-§ð¦›+e§´ÙááwÁ n‰JÇý;ÑÉìþiÂ݃²{«Õ ÷s`)Aw(öjOwëCƒ+dv+‡æ£kr3'ç*hºžÃ_ëÇùúãFˆ/QeRY ¹ v8¼Ú³CkÜwl4¯+R\²îï›§€†Éržb¡š*¯nËí•û‚SG…òúNi[צå¡Só¤Ê7¾@–ðÀa5ÛFÃÖ•sA#a›j:¾±Q”q>£Ÿ=Þí¡cøíˆ·çJ›r%ÿn.Öã±´ûi§¬î.O Ÿ§à±‚œ¾{·æÞÙo£8hëòó‹H>¶b®W3byaïp~<Èž™Û±F¶X­•¦2ŽmÒd…-´GP ÁÆ'Ü®OôçAô‘x½RÈ1,…&P°ñ$Àf÷Ä”¾6 ½û|²Ù1–êDÄk"bù„ð`fï[й bÇd’«ÇZ ›‡LK…rV×I"ûY앪úÆawa•Þ`:æÙµeç|vö­sŸŒ#“¤½8 îQ~þÍÚ1f06¦mÏBÈj“_¶‡×EÎyJwÉ—¤ È’ <©~žŒ»J] ûlç„ÀŸL¶ƒ°o…£#^~"”gZ”FU0ƒ#7 3·©%Ÿ +NµãâRÏõ¾ÖÃöȲwëÆÅcx;ëœÕ^d3ðüϲÖ3•¤uöáÉ$”SÓ!Gkˆ*‚_ªéY¯Š0@bS•?Óå9(¤òšé$¡PâXšZÂýâêK ÍÚ 0¢6”yÉ`ëÎÄPºþºà-mUõ»Ojÿ‡Œt±ƒ¸¶s\eÝà¬áƒ‡” b›W &Š`s¢•Ò²âõ:³n‡×b¨‰®aßìBÊÍ*eÙ®H¯ :Åû-\\Ø"ËK2’_6}í{$Ï,#îmðs)¬¨ ÷ &ñ"ãeaâ‡$©î’MÒ:GtÅU¿þ8w 3ïÏ%=ˆÈÁ®‹káŸÎßÃMËߎÙåÐú~ž)p…jÿêœzz®OÕŠ¤8…¤M,E‡ô—;OßI„;»MáÙ£Ú¥ê\;Ï]#Gôj†¡{èϽ00,Òo*÷Ž^ëñ:‡éq¤n,Û¤zÙ|'3cÜØç°Hš£;‚0%ŒW=攢¥[ÐDX›¸·ãæÜ FݦöàMÛʶð·^ܹ«Á®s¸ž:31£æà,ò± 0;'ÅxÈ@BÏ£Ò™d&|CÙQpح̯_ñeIV¶ û&A`û/7_T¢pÐŽˆF=άÀtçà„‹s¿:VÞÊÄ ¼Xp£r• s„4šñâ²ÇŠzo~5’ý1ÉápÓÃMi¥Gx=Oev~ñ1xŒä“û´“Á»FÛ q›;ËÓ{) €Ã>·/¤ú‹¬HÛz¯‚yŽÖQ>ðëÈñVž]e­`r©A¡øæjí $%áP0îæÆ’¢œ*ÿȘ/ë`‹–9¸øû‚)E @êô2ªë §×h@XfKsô<”§A.ä|Ý{V^!½„¬^¿ êÖ°ìU+bCÉïAú–V“ELnQ¾÷~AÚñ äI±§Óíðc`„½£Zó@±s`ÍI~‚ “ìÙ8pš­s‹ÙÌŸ%¡GB ÓøP«O†¹:[ÑÆD¦Ï.áG‡p}‚´Õ“Þ™†“ù@ð7¦ò:~–}”¥ÚDøe÷×^£ô°¨BçÔV×ÿ-=ä0([N.ãMjXt§ð¹eÕqÅCºXS®y  )0Îdõ]VS6Cøkÿ&ËHLÜM.Ì3xÇÄ ÝöƵ®Sr"VÃ:T5¿pßЭþ8'9á'3–s)Æ"Û·ð/Q(«ìÙá³nÖ9©†‹`¸­xB/Šr¾ÜBùͪ,Zm8ç_˜)᾿ ”žVÙÆœ½Ü„¿ëbÏÆô¸<áÓ‘M²f%2"—·œvo:ùåšækºy9Ux NðÈyÉü8¦I˜n¶)RZœõ§…çpÓ^îC§BŒ 9¦ó“°á¯8.ZQ›B*ù«|¸r6?ýbÖ4 ž$h5f`B?»2Ð*rνëöVË1µÇ²É4€ÈŸiv÷2™#ߦùËÔÎ/ñᣤ¸g{ˆy‚9Ëxߤ_¢4ÂÈjÎ6"†™rìä52¹‚VØ1¸ôÕ»+U&$b=Ÿ.fÁ´MÛ~³ËÁxkÂÕJw­ý…Ãnã%Bv«<¨¾«Êöððe4¯²cÊþuõeç á ]…‰õ ~2¤äÄ›ÂÊ/™6’Ç 3ñÔWuªÞxdn}ÆZ˜$¡³‡(o¡úi}ì.ÙÈÃs ¡•ætµ\â‰G´ÙM:×G³2™u•$‰¦ëÍ\¹…1žÈ#t’IÅÖîq‡¾&¢\¾OÀËaÆÖ…É¢÷]ûæošZÙôƒ­>Íw¤yV+‹c× E3Ú(›غµS%*i›;‘¿%|£(uE8>f)á7 CoóØ[™AåB®/«ûáÏb-Éqz* qâH§™Mb ýx¸ŸˆŽõ,’Ĺ߈<õ®KF¹§m¢åÏR1Ç ˜Ù Ññdv¥i¯ó{­üÇå¥d b.Jí­f›×ô›”§±´îL"ÈRW÷Šâl8fØz„GÓèJÌ„ì ý¼Ÿàž6¾B·ú–æP G±äÓèïÄ. ,ÚºYˆ® dæ]eдÎv6TŽííÑM—Ù{¬ÿ3€h¶kmAHæBù*Ãx™)7ZAOÖë¶,*ÁÛêS/¶Îøx—ÖB«ÜS U*ÌE¯ ³ˆ šB¢®èªnjzqXäY‡ÓÌ"ùþ¼§à¤ÖPz¬ ìNžv—šOa=DÇ¥è焪Äâˆ2>nÑ2ŒT¶ŠR‡KÈ÷ecvÕë¢{ðGT†ƒÏÂQžY¾Ž,¤ NÁ" ‚vïÖÔi—=3Žž2³›l3hÇ3”¸ Ü úihP†ã;™v1Dã«Ìò„ÀýERø¼û–€FÒá¡Ï$61ÞÅBüi^Ä%ÜžŽ,¼,ð+‰ylërv³÷Û(J¹l»Ý C©42Tá8Õ€ú§o³IjfvK¥y„ÂV¶›ÈµèÚkeS ò±h- ãÐÍÁQƒ¢ŸØCorû`¨{xÎzÊQ²Êpèü0&ýýJgé»JN0É’sí{ãåӷͰöŒí6} NñÆÇÞÓã³a{õã”çä·JL‘m¶ ™YÆa½^Âc™Å`ŠEp3úÐûž‘C/†×¹[ îSÄj¸YƬºm*óÀ\Öª;¡Xþ 咳ɔÞ,÷Ûp ·¯¾=ø²°Úv N¹”>z†Ñ'&Å%Vïù)=T¦ø.-Áȼpýåx¶8”c¿Ã=‡B(bÇŠ¸N8‹\‰Ås©J£êÙ=Á–}‰²Ní¹»R’ÇgŠÂ!D1\|½ÈC6e´¬Ã¥”Ìô²M£ÙK!”Ÿíá¾Á–ôÄžºÓ‰ü$]V.;þ Þm­l¯‹b&l_îîñX_'™†'ˆ+îy[¸+qÂInTgO*HÕB"Zü¤3½Ä¾q&¨áV̪H&cyr¶…9¥ˆâxgTn-÷Š-G‘i;?S•îF­_-£Q á ÍÝzÜ_¸;›H^øÜÍh|u1ÆëAwDÔ×t±üþLö’röl4+*kz$xŸ@1Œ÷-˜=³úã{£¨p¼uv+š!ýá” 3w6+ÃqÐá5 ‡»Wg;#»’¸¬Ãˆ¹×ï㯟ç0Và3¢±uÈ'iRôô5è5 dÐRÙá¹§‚J°Úˆî~`é°œFÍøëði`?.ã)WUuõð‚x “¢a; d[oró”d£>ÃWû#Çl…Ôs_{÷húûb\¢ÓæXô.ùââY¾PÁõü:@®òZ ògi/•||6Ë1Fþ(—ü  R#§u[­–*ã²MJ*¡ãAÿeÿE'yT¬’&o«³_¬}ÇÛ¦£ë÷g€~œŠHøÑäÞÇ¡ÀM“ñ‹öS´åc¢]­½o£¬õl;%mʨ‘ ¿çW¾XhÝt`LËìzÙ‰Ã,¤Ú…U”ëáÐÍFãš«ú±E¨i‰m¡|÷œ¿Xoë`9 ² hÃŽª¸uõ•ïÎɪM ;Hçü ôÑIþõ“J[‡Í]èI‰ìü† RgÄ}iÚ3—PÁª„‰Èö‡pŒÎW±~ÿMU¥V5šãŽÛúÀy‘ú‹.ùçüß/›—õ†©W£O 赋mäa.XŒ}7áÜU…éûCÖK±=R^³@+º§G1ƒõÑ\ÙgîÇŠ²—¸`ë \ÓÝî¬Ë¨¤Ÿue÷Ö¬šÔZêä!>âÎ’ªUeüí±ŒCþÇ“™¾UR‚Ôsˆ„&Œx¬Ü•¿ÛáàÜbU>$JÄæîN¸¼Ë>Xéb¸8Ü|¢Ó£ƒØÔóo“ÙJÄCh§ñžÅ÷ÔÍó ýŸ$Š2Ú{·¯ñ¦¿/RL3w×–JnŸ%É—_‘¦’ûU$ÎÏPmjzÔóFàø ÇÜÀlz)éIœ="?ä\@|`‚Ò¡4¡ÒDñ9V©ûǹS=Ò XM"Â9kú¸êÃ4¦nLÉJ!uäM»VO½©Üïº ,<Ÿr²|ÂÛƒ´TBki9ÑÂ6M>Ìó+ECr9&Úʉòq¤4;«-1ÔÊZRšj+Â4Å̶sÇÝæå {Ut“ ãÀØí­ƒ2Íêº_¬÷ÁñX2dYkmô¾ÞŠ€]µv]GW8Xˆà5zuµ"“jR›ÉàM ì?Þ,¥ø¶ß¾xqCJ1…‘Дìý?ó ú2ú;œ‚:rf‘»bø±Óz•à ×d<'†Æùôaä, ð.~U8â€ÆÉC½ÍŒÓ;‹N7â±ã‡Sj^=çe¨ †›Ùå™+ÀíM¢hÕhÍ¢+‹;/‹ÍçIª-¦¦þ¢!‚2ä®eö¡3-ð³/`S¿m•Y*.áR–a1P|Æ(øXĘDœ £÷΀Êr5ýsÅ#•¿IК2™í›ù=ºáwzuešsà´ýëäûþ ãÂñÅV“U±àu’‚AÀ`eY¡åLŒ¢P„¸óøò×y¿j½î+Eåš–¯¨M†2P¨;üÖ“½52^(ßyF™2i#jaãûn]Ή/:ÁãpíI…?·H"¼Ðÿ½Ü}$üŽ Gù]yÄ·c¥g.‚´üÀpµívNçÄ“ĵïÊÙ&sThF+š­Ùø‹#Ê/Ë#“ÚÂߣuÒ›¨\n t»# Ö·ÒŸØ>[>81So¨Ýé:¯^ʜǮZ™ÀRqB9s¦Œ=.rÍ4NJš@§ŠÝÅGÑ.Ñ#!h0h EµKø¼ä¿„l91tm¹$¦X¾E±Àßj¼Ï›å÷B:W:ƒ5GÄbYšñ©Œž’©ã³:K_IQ©¦]æ+ <\ô÷ žý?šô8ï/”Dš¦Ež1¢äN& G£&dÌÞ 9…%IÂTŸ$}D ­”kûLµžK23ößg"Õèääê3ú–aaÈÉIAûc<–‘Õ‡­•L‹ïäϘÇÓ‚eV“ÖÀù‚¹½}gÇÚ¸‡ øÈPiC³cuxòïŒÿTÊ yõ®ûûÍ­}åR‡gnŒ™±¥¿Ô?ACÛ¿Ï/«ð’›½“² ²µqVš‘¼rŸylF×½õ+í@*F}ÞˆAêH'Øy‚Xò´Á%¶»Îœ­D^Æj3M³¸›‰9çŠÏø0"A¯Lt“…E¶G³UåÔ+C!@EÏäÉ5ø+ÁÀ •7䔪3{*øÏø b³Y†°Ø¿Qüë@Û KÐø–ÕÅ; à… óáYÍ<ÝR¼^ñ`:ªøw„å{@üÖØ~2A« 媴H‰Ó‘©]{äz{Ù4ªcíË™ô×·Ø0½ÈY')4˜{ÝË,ˆ·“ÚcOZ#˜žI®‹Qª©4Ü€vÍÆ—Å+"vô.s\BN»Ò©ËG¸ÛëFæG׺^×½™|éGü@¥×ª‰‰göñ*ç8¨|ÊhtX/ n 3|- n‹ëë0&þ%·ÖvlüžT‹ÅaË>§Âag­ŒéwWl Ì£j ‰!" ?öfx´:ë(äèXÐðD¸ÎVü¾{ø.ÃcËWm'‰ÉÛÄmµ¬PÐ*«È·¼]Ðé°Ú0P ༺oq#ô4AAIß½_%«ÍQ2.蛽‹9ZÀÍWÕ²ÜÉ‹¨ò&›Ý÷V¬¦§H¸xÁ«¤¾C&P˜E°°)ØÏh!ØsÏû–/>P~)@\.,sä‚Â]e´*ûxѸœMÎó裦 ï d~öe´²#ŸÕ:@ƒÑÏš£lSªK£¯ l²²¬\ÕCåp+aTý5/©U®àŠÔj2\Çù8lÂádøÛs—r_´Z±K+3æ5,6H˜Å@²'!Ÿ5ÀƒZø)Õ†Ÿ,pÄŠÍIÑÚi˜ÖÏÛ=.àš÷ßOÌDed˜F|唦²ãz“6„ÜYåç\8–ÖåqarŒÿáÐ÷bN¯çsLÅè>D­©4 ´„F·ÁTÅ.b3)ÄÛ/—>= Æ^åÀÚ„¤‡®ÎLr,>áêë¼S™­\[àqÌ(3”Ieë‚ïà†¾^§šyLCå3 Ùõ‘²c[ ò? endstream endobj 840 0 obj << /Type /FontDescriptor /FontName /GZQTEJ+NimbusMonL-Regu /Flags 4 /FontBBox [-12 -237 650 811] /Ascent 625 /CapHeight 557 /Descent -147 /ItalicAngle 0 /StemV 41 /XHeight 426 /CharSet (/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/R/S/T/U/V/W/X/a/adieresis/asterisk/b/c/comma/copyright/d/e/equal/f/g/germandbls/greater/guillemotleft/guillemotright/h/hyphen/i/j/k/l/less/m/n/o/odieresis/one/p/parenleft/parenright/percent/period/q/question/r/s/slash/t/three/two/u/udieresis/underscore/v/w/x/y/z/zero) /FontFile 839 0 R >> endobj 841 0 obj << /Length1 1608 /Length2 11761 /Length3 0 /Length 12593 /Filter /FlateDecode >> stream xÚ­teTœÝ’5î®AMpnÁ‚»—œ‡‚ îîNãÜÝ=¸»[p·÷½3sgÝo~ÍÜÏZOÉÙµ«vCM¡¤Ê$bbk”´µqdbcfå(‚¬œÀª†6òL¢¶V&€7' 5µ˜ÐÐdk#nèähMâ@c;;€——… fkçê23wЩ«hÒ32~ü§ç¯€‘ëFÞN‚Af6š·g •­5ÐÆñ â}P8š¦ + @ì‹’¶Œ¢€NJQ ´:Z”œŒ¬@Æy1Ð ¤˜Ú:¬þaŒmmL@µf~à `; 1èíÐÅh÷Wè#Àè` ƒßþ 0ÀÌÁÐÆñm޶±•“É_Þü¦¶²s°}˰~‹½)Ù‚ÁÆ ;GÀ[U%qÉðt47tü«6ôØš¾ešØ;ýÕÒß±7˜·¨£!È pº8þUË0í¬ ]ßj¿Ù9€þ¦áÙ˜ý“ÁG€ÐÌÐÁÄ ¿Á¼aÿ5ö øoÝÚÙY¹þ}Úöï¬ÿâr­L™QØØßj;¾Õ6Ù °üµ(26¦¶6ÖøMœìþ3æ tø{@tí ý C[+W€ Ð…EÑÖñ­$€î§2ó¿OäƒÄÿÿ-òþßÄýWþÛ%þ¿Þç…–t²²R4´~[€<0€· üõÆü¹†Ö +×ÿ!û_5ÿ`ø?È8¾AÄÆìM VfÖ8A`I ÐD ähl05´z›Ñß~u ƒÈø¦åßc0±qqýKLÍdlió×йyÿmLþ•ù›<ófQSRfü××ôï,¥7ÕÕ\íÞˆýG ¶&ÿeü…!*jëpgbãá0q°ò¼]6V/'¯çÿPïo ¶Ú †Ž €Î[Ó¬l·þß?-Ý‘°1¶5ùkOT mLÞVë¿…Þýû¶¿µüŸößKºQfmùý-’R“föˆëtu°Áöý´+¨VËËñ.·m÷J Zç-1xªøÉ\3Æ÷Òè:sh÷¼-˰3ÐA`EÛžü“MêIIß™ƒ½BÓÌøãË¢W€ž|¤æ~:-¿÷•›UcgcDYEò„ð~¬™Ãéô–Þ›Ò9ÇêÆã‡qbU$~ V ίÜÃ#šØýÛÚžÁþ¾ÞösøÎmÆŒHdj~g8tšPoû ¡¯ê%îáF¶Øžò¸Ž€Nu:Ž•ùs‚Ú5À×=äêbãE÷£J`ƒ¯»ô£ÞÒ Lv~‡Ë—^OÎÀÅüx@Ó"ÉÖcb¼i2;éö•éh„Ј.Ù?Þ›+nÒâëÆ³‘bY–Í_œI‡C£–i¼}…[Í¿ Ç™»½s™~×G%ÊÕŽV ÇHái$€¾¯rúÑ–ÄÂÜYÖLÆæzù›þð|Ù?˜€8ç;„•×~`¹F/úáX5ztKý8d‡ŸLÂc™>í©ô¯l¾¼t†Ìn‘p)¬yóJ†9§SÂÂAc• ùÅ[åÂEääŒØêæÄiƒwNtƒ)Œ0æ5|Ÿ}3¼øç‡UâÁ­©ˆlË21jï=÷²Ô‡€+“l^„ð]èä±ô$#ÔòMM¢ß`ùñáÑEñ^7ªgýÿäÑ!…>`K𾓩â-Kw½Rb±¯xD£÷bátLÃýîkbkùʹAÿkLæè!-,‡è]Ã9µ‘W¨Ò7óÖ ­Õ‰òñ'£A]12…H„l`ûø‡ú²f5GþY 6‘Âj‚øÔDèͰ(•o¢¨ZôÍ Ù`Q„1:X¡”È•]œ}`.«^YB(ø*4×½'‰íÏçáù¬œ˜Y§`Tº›ø úR~…%HŒÃgN!ÃjG]ÈVŠXrØx{/¼xã—Òçt·õ”߯ü»÷,ߟ¬½ó˜;ߛ͑òXál‰Ë¯­*0ý¦ÁT°PLô–=if›dCœò×8Ç¢Þœ”áÅ–³×LÅïeÈné ÀìÌj| á)géBÜV Ðïª{ýæHEDWÛ5ÁF$5ÕÝ&DxǤøIãç£HμVP%^FгUÍ%rÍfSNØùÝNOeÇ™äXb­à‘Zæa¸ծ±fO”œ+ûuåìøV6Z¢eÚ`ö\ÁÝéPèç ‘÷Cq„4ÚM ô[[;T‘ÒQc}ó·Hã47_[-¿ ùÏ H‰£Ý«ò_YNs«ûnWÖegÑ1OQ¶ [A‘ß Ý;)ø4Q!]µ‘y$˜mªp&îÁµ6­z>!µ«üÔ‹~mµ—<Ý÷ÆA}}oM<¬:³îU몯A,û9ž¿É¶È™aq#Bky·º²‡ù²d\ê¢-•ul?M1R¨ñ¾úÇ×äɪ‡Ä™†«B‡ÞJ­<¨,H‹þ(˜™»›¯'Є€þfÁ‚Ghܰöˆ­ï2BsBuà“ÜÝ1´¶eâm`üHâ¦i[^º„°°x 5¤³Eí>N—&Ÿæ„ÓHŠjÔOi饷×ÀØT²‚Ó¬ª<•UHdMu™¦æi*üÚæÒ¤ó µœ…‹s›$É\zó[·æýRš’Éæ¶ùu”ù´mÒ-Á.¼kæ'¨>o¨8b•ÙhøÀw¤Ã~uûif¦MÍ9óí„„ÅÉGк¨ž¥Š‡"õdتÄçÛ¼õÃPB‰2˜¬wq=Z%QˆùTÛ—m +åÃ¥ÞÚ7éd´»XÒ!á,|m€‘šB!©*G;µ‘Ïf> ûÁ&—›ˆ 9Fó’j©åµ’®r¹ßBÎÓbæpÔùòËÑ (X%\R²-Vx$¡ ¥w5`9Ž‹¾ÜFXubåRm+9¬Q(å~ÓØ?Sò¢¯Z©ÇÜi²wvHlŸ H…( ·ÐÃÔÐ8-ëyèìì?XÓô¸“×T¹´Ô9'§<‘ÃNæ PŸ­¦M•Nv&G¤ˆÉúßY³…û§ÁÿÚðÛ°xŽ•Úàl²[/¶‡”…õ}Ç! ” BWïÊŽËÒÊ¢}ÁPൊÌâ@<‰Ó`nÛëÑ©ØiwÀ.Rî«’o“ÅútÎ<—þK¯7ÏjoƒÔއëì1옹2À=† lÛ¡ßG×]·åb\Ѧ¦+OÄåR ḻÏ ñ"ÿö“#ŒøÉ?·¡XqCÐêÀ‰6©v½ùìŸ&í§‡ûò*Ÿ¿)ЕÛ,.f—@D̺B@[šÞƒxûiõŽ[(_{;^»BzŽLª+ƒ–Ï"é>U”ÊŠ»;úžøÝy;ЇèÜr¼ D‡±Ö¨F¼·Ô®¿bíÓRïÏmo (â–gó~~£¥>‚áªL<ø¼ÕRÜæh6†?Íógõý"m½ŸVšâr™úŬߨùìËgèªôÆHxöW¹ç@Þÿ¼b6Mº©Ã'%°­Ò/‘(W?<¤„û¤>õZôuSb¼²÷°+Îù­N¡:Ä<ûÕí0çQöäËöú²zNÒÐæÆ+'uTWòùžU9×§Ð{b‡©Sn4ˆ\ÿ©vÙ«Ò$ý›a=“ó~ÛAc G•arñÐ3:É tTy}RÃjY—ñx‘þÏ{ ËQÚ°ÜšºNXŸ”c3#ÓØÊ,  ©iÝTârœ?Æì>¥’¶mðr„ga×¥ÞÂn}“]`v-oލ¡pÛÆ!Žû¨¥uІq$eý1¾VÚA›€%—Ô'¢ >¾¥€osØ$Öã»íÜÍäúÆÉ*€“„ŸY¨<Ð-XÀE°îŒ8˜”8QPœ³O[ª+º‡EîVq%~ Q©|¿[@PÛ£ÍH( )“tßðyÅsÖü[WKr(?İtMG—ëÄnÏÕÕœ’$Á-]ZÁ¼ö£FÿzÁ+¡½íª»¼ÁW®IIÄÍ ¤%`þ)rÈÃ.¤§gì^êûÂP– bN»"›dG”BÄ®axiœë¤®þ&?ä¨ÐyUP5À–Œ6! Û2tŠUG©SxW—¬l-Éâ “l_ÇÓ6Çgâ‰žÚ zK`¸ÓG3Taèσх‰«Í‚o*Áæ†àôn³Y{&Â}Z¸˜bçââW9‚*ôà yc'„r,¡9âÄÃE hð1¹/yL[‘ÔDc±FráÕÍþq 3n¹®¹¡›Òýèâ¶>²¢ÍèÈ”X{Å¢÷T³@ðÁ‚ߢ{„ù^±‰r,uèž04 ׌°.òq…Az%Oåi©U‹œTxJsH·,ôakŸ,× ô™¯Øq}1-Wít²wæ"§q¨–u6  ‡Ov.‡I¸fÖa™¦ß-z¢‰÷GjzVˆõ÷Ï™Rqj§>WÉU /¯ñcÛ¼5ßqì:³ÔyÍ%·H{ž‹³¶×yšÚ˜[+¯ê(q×}>œ’Øq|Bp‘yÀëÑ»QŽO©¿V¿‰åÚ)Ò~sˆ½¦k–<Þb|ʃ5»¿/çìêO+¾à ÒÔ‰}ø.&Ññ+¡ féK‰ •¬ ´ûªOeÖúª¿‚ ]óý¨y¦“Å(Á/2ëî.§ƒÖ–‘ä£Bl'k¦k{f£ö±Nÿ°¼~h*ºã‰ðÅŸ„z»^Ó•· M¾4 4Õ«c¬3ªVVC;¯]‹«B[õWŒÁv·Æî™öAg7¤09óWbÅë¹gJT)|ä~ °Åá€K¤¾xúx‰‹E0Wþs§Îómµšt6.óÍJ4ØmÏÌùŸ¯êœuåœä­' ÖM~l辨 ¸jŠ®¢-XHc9ñ.¸ü±„þ§~õ|0éû ƒÛö[ûwü¬,×f¼([x-¨ ´÷€ïa©ˆYEkgýÝúG œIkªà>ÊÔ\£ÜÆOn’+cBd—,æn£>35á¤r©ûuo0`,2øÃÐQ²e‡ëå7húÍYNñÖÄDF­ªx?F¹ÀÜvy1cØMýÐ!Ùæd™ÏyÒêÏŽÚ>úßšq‚kˬ¯±Ð .× ©ÃW¶0¦£ùÅHPÞ7³Ä0ØÌ`V¾òƒ•W–&û´mœðr18Ôµ­z3­-ÿ½~êÕ}ºoTG̲¶w1\ßõåš[zÂVýZÎFd}ïí‘Xw+j‚’ö&|°ÛÕÚÞ}ðy,ݾ¬vN5õdÞɵ‰Á‹,SÃaÁ$+r½p^ÃÐ`ÛšÕ  œ.P‚&†OP'éĆ@ú¤õ'%Þ?s0 î’EA®°a)ù¸—§r]Ö!Õã2•^·y~9}z|¥S7Ó½RŽB+næM6e…ñºê¬ÆGß@P:²3õš}†çêl{\—ªîú>Š%?Ì îÙÚÎ Ð2ë.x=6k³KÎ1¹ÐÜ*îcgÏòZô´»WÇžZÞÈZq‹·ð%dHKžELqcoƒ—ü”ì7Ü¢¾§0 + œïÏxGÉfMêô._RÚd)Âj5Èëõ§£rc.éøß‹Ý–l#9 Ë­ºvÔGµÝª¨¹:—Í4ºaYtý·)Ø-[N2´üû '0…Ò3WuÄÖ³·mA9ÔX’š€-M«îB[Ÿ<Ô`6Î$„³Ósy³NrS¶¤ˆŠìSÉÖ¬t6v5áÃÑßšŸÅ¯Œr%9G<Ç ˆTó?Ä!¬â–©ÒfýÌ/Øh`èŠuÊMÛó9ÎýKÃ@êKÙ=­ÑîÁ±’ð¢k÷b¯¾„õ’æ‰ÇCj¡@ZîE‰ËŒ²u¢&Ù˜×ÝÇ-y1&ÓÍ+&ì4@¢y~°V&Ê€ ™œgqSñâ2wÕ˵ÖbEmtÀ+:Ðô˃,-¼*4õ<ùÏ\ìÑ_÷á¹®ïË™s"M5ûm¿×)hÄj+Õ|µˆÃö$—ÿƒC­0{l®¸ƒâ%ÌZ\d „ÑÃñ_3íÄ?éºgûãø,¯ùªvrµŸ6¥A(3¬;XÊÙ:®¯ÍœÑÍ%RÒB¶—˜‹“©@AònÔ켺èƒ0¡¹ˆUã>‡ Ù­úK…TÃ2gu×7wôx‹–@ˆ±E½x/É^Ó³‘$&÷›ˆYBõ4ß5)ÍE¯ƒÙ¹‘±ÓP›ûcGQ¿ºYs5aKGÁÏÛR+4„óÃe­´~a×îê¤ãaB}‹sjK? C”™ž×!û;c¸.ZåÃö¤Ìx ^ÌŸ)‘ªÑê™°&þkÊâ–—ëIá>ÏI'ŽrØÇ¥J$ãD«õ®kÏüÚc¦ ¸©#y§kMØCØŽ¼ ÑRÍŠ1°8mÊ|ûâºI2ÃrŸ™…ÿÓ˜«•ŸìjO¹\^¢ü-Dòêä‘ü˜dSÌ?–pþ§Àׂkªk-Ôˆh—éfõŽ·ƒžsÍP Èæ<_§šª¸Ô§6„ùèË¡ª_Å~u_¬ жµ γþšåF¶""Õ°Ð'D(¥HlGé±xoÇ^¤/18û{i 쮇ikaËA ¤åâƒgkÝës-¥Ý«4´é–½+QÆÕ[]%ÑÃNJ}'PIòÖ!µ…šæ'Ûu°]NˆTö}ͼ7££œêÀWÁäYºñSX Šu~rA\¶C} ‡°ã&S\WßcLÑ!;­~çqÌ0b ñê ˜›³ŽÃÜé–8'OdW+Z½³o…°÷~8Ò”Ãî=?Õ7sF(˜ûU¯çq aô0ÅÀ)qµÐREΠ”­¸«Òn6ê¬æXžÝ| sˆ®`kPÌTHD!‡3·ô…v 4ÀÝÅf¶Ë騻_©»°ârrª¨ØeåWÇ’ QSBÞ¡j’$¥ÐÎøIx¦ÏÒMÇÕNôعºærH$"ÓD2¨Á¨;<-Ü(00@qmŸkB6¦u¯¨Ú¬ÇðÛ6Ë¥ìNiwæJå¿ßê3Sr×[ØÔ•ˆ1^œ‹jÓfêÊÆiê°»Ü§çØšNÞtåf-Ãwfm=öÄ}„µ…ˆf³­â¢šýº…ÍÔ©œA¤–]'MÇ¡±6¨Uò<O™ª<é\µ®(ábÞöÏosÚ©ˆ¾Lc` ¡fÚ^ÎT rŽÖü õåZ‹¢jöìÿ–x8<¬ ŸA‘AF²bhQlÚ^(âÃh…3žÍ7•t¹ÍfvGYnÒ{¬×vÔ‡t-¿®G@˜ÃÆ·–Çugzhaó¼EA‚ç¸G;§o·O½ž-:½šœ$G(”LîÔåu¨ºÌ^Ò®©¬ëÑu”ê´FÝOE2‰ÌUaŽì‰‰L ‰SÝÔÞÑ×ÿ³ôBmy¯ªž)¹š3ÎT[ß±™‘Q¯¦Šê6ç›A·Œöu‰Ôÿ(̔ᾼðSðÚe?®g n«r@ÃûX·½§æ}w 9ÿôOZG„‘U/ùlw/äÊIõ”cD{l‰Ó—O Ÿ‹½³F¦ÓáU(£'q‡XâÅC°…5é±wÛÏGÔ¤È"ʪŒHé‹À¯àä5}HFTü)tº| ‰¡¾A³±œ††Ú&8 ˆªÎ¼Ié·ÊŒíüƒÏŸÐž(–¹IB"oZ‹b"à¨÷»œŠyð Êíg¸,_[DDI£ áŒ’ίÜ|ª öQö/<*ر½V×:xà¢0©r=úizQFüUâ›å®ê›-EĪ-J=R‹›•d Ñ“?Á9ZÛÍ Iìƒ÷x½©+Cði u°ÆÜ‰KRxÌs³^I¦o ‘ÎWxг"®®@ää>€]}Žä±ãÔ"ršËå»8ݺC-/i@+nÄ!{KLfã×PLUýu A\+²¡¥Q–ÙÏô $0\Nb„zï ‹­vÿdF÷Ú×q¸´àK<, j{™wŒÇrh.òüÑ"ÊO¼¢µ»oÑy<Ü Ñ0‹ïçñ1s(D_–>=Dþ)Ó¼Aé¹2e®³Ðù&—(–½;ÛÏ€5ƒž+cÚ3´_©än™af±y~Ó6sò5ƒ§F¯‡ÞÈÉlV·­„…um;ƒÃ|©tì}CÖ™ÒAŒÞBšRœ¶¾f%R´² ¿¹4f÷i¥Ì°™k›¸!àawÐ7Ždès´ìíÈxÏmd¨Qrº=`¢~e¿aœ0ý䋾ÌÇÉîkÌNìn³råö÷ÉÛäþûåæcõ 4÷þ^ŠÉ’ÀŸÊ›¬iâSãíFÖž, œÃÐ¥@äë‡3$F#'4Á‘1ßıÁƒ¯ÈÆ CFe³¿PJUÊÕNȘuŽ>x‡y„7[*A‹}5ÃÝ^öˆŸ­†‹ÌŸ>„~lÐcî?(©Ò„íGuèž1W!ÛvÁa.ãQõþQ1 ƒI–œ {Ñ\ÿn²MbÏ•¤d]"t]†kkÜ®œ[óm«L¡î_xfµº_öK‡Ûç–'‹ßïƒQ`E¾°ÉV…·ø±gîôšùÊEcF1 ¥ál›æÄ°i%ˇ_5‚@[ÍÅ ð¡äè†ßZ½>³^lâTœ7>óZÍ„TtÂÎNA<ݵ99<8ûkùDÉ ›åßVsdã#ö6Yq=šf ÙäÌ…-&)(Z~‰è"Õ’'×>{¶¢ë†úc>^“ˆÈ‡ÀôÙHd.ð9Ö±Éôr:N»O}?ŽsƒƒR«“miQ™S¥öµý“k•žÚ·÷Høå8–…Ò–Ü*›l‰hTer¦DÚ[ÇÓ-·T²4i,Uoáfé?% DíAÊ㓱6]·´Ÿ½› ƒÍÖ®9Žå|Ú†­”Â[uüY$ôÖa(,Κ˜8ŒOÈŸË$¦,¤ÈCÍù ô$n·³¦©(¹‚f$K‚Ï$¥kÉuÙJ zvOŠؽý?A:à¿Îû—ÞRè·aévéÁãË Y8u#‘¬ ¡Êç,k(KÔ\øVJ[¼Üë:¤’íáÝ<ÞµãsÅÂ2À»T–á.}qÛ˜«ÌÈa í“iÎË󑆯ÕWMIÁLŽ>ŒÌ×”«Þ»˜Ð;1² ë0Æ(ã·Ð#–.v %¯a¶nõ0û*iˆ‘É.0wáæ»˜N¬hééXé4+…¡±ÿî·:Œ4RsOy^a2ýÏ«)Š­îÞenÎ^ˆƒJóªyãˆ.áðÙF·ßêR7øRJ»C,8 “ZæØ›¡é&ÂIØ LUÅËŽÉaÔò–ï†K‘ÎøFÐD:àWªõ¬khRÞ1ò{W´{ÇÞ>½ˆ³A®9>ð0âÞ¦E>Cr“s{.^óöø™6[^uŒaØ„ÆMRžý–‘áf¦Åyõ«­åŽd‰/óØ}–Z;MªHƒ¥½žº0‡ÿ}x¹Às€Jðu®Ð¾·=Ðã‡dåÂxEw¸=´7úGa÷ÄGSàGÈIŸ—ª¾õã::)ã·=ÿæz9J;÷ýA궃zê C:ª8ÓÂF·•š=¦¶Þþ§¹¥(ØO5¸c>Ê!Y‰i‹¬Þ„N>~ðˆ·_PE°‹é’ñ‚PåÃÙûv3ŸlôÌÁ1€nr†ÓSÏIAjy¦³ÈzsygŽÔ8ás^Ý?&òøìE Ð)½åVÒÒ¡ù¹ï¶ñt°ÉtyhüÕ^ÑGQ®ÃðW’¿ð)”Ö^|„b§w¥¹] ò•¯<ùµ¹z[ºï“ròR«öû köÛ®–T?«óÏ‚íLûß{ëÒYb &Kòjס¼¤±ØÕÉ_¾gx_ü[Äí¶£º)²K,tW…1¯B<=÷•p7f¤çímR‰©mh8ÒkƒV1D|:E_tÎFªb™#aÀ?#[PÙ– Žh˜qä’cÜ)®¿;ºŒ8e†àÂÛúòÆÓáœR+ñ½ÿhüvÐÓ2?‘b]PŠÞxÁiH(t.G²â{N#:>˜!•\Köe_R¡¿è«tŒdêüá?+N—ºžT@׊§šçŒbÂÑù­R°ë5*Šˆ… ¾)I-|À2Õ«©Æ$TÆÎÆåz ÿÛùþ.^O9QºÅÂ)9PM`ÔM$V­XÉEšªh¡S6lã’À¸ÙçÒrF›Ú{âÛв9ÉÙ—¼Ã ïÙ?epœÞNºý%R'+vB'fÙßÄŒîÑÿœc¤µJÆ :#xqýähèÀ¨¾K„»3Vˤú;4´O^™¿Ý7N€oð9Ã#Bæè\>Ì_ÆÔ‰ô­Èö†j¤Ð i2¬nnykª§)ûl~ÅJòž4ù)Ï_ûqB,Ùžúî ŸM— <ñÇ.r Sò L¨1ÉjÕÈi‰eî|v–9¼ô:±rúþ"¼£øSr‚¶ÔËE¿Ld¤Œ†a‡/ ]Xa@§£vBò)üE]V„~â‹›Œ9’-ì2…Ì'Û„àˆ.×Þˆ“ù`ð½Í£yΕ xàMX]¡‘ÝJ]Û;6<Êü3(ìU¡g7O [#—ÀVÓÔµý=çÞàXBÿ†ÉÍ8O¡|I]ëÎÑëôs[=ðHäʸμÈË3¹w‡–m$iúœQ·º&˜<Ž®D*à¹ÊcË™EŸÈÙòeCt¶Rü´¬z'AtÌ;G™ wësYv[}ÉJ¤ÅecÎdãXÇFŸ¾›èetþWÖ?¨¯â§O8xójºÜeг-†4vËúZÞ=ÔyŽ×t8 ÍÏO9ÇÊ[}\+¡ÊïÓ‘÷y øMbÞ‚ ÆN›¼b.­bɽ~™K"W©‹ñeâi"šUÍJJ3=µÂï>ßÕŠB}§o#ŸwçÞ½—ÁìeEáÙøIû'¸rôT¬;P!wìFë7~ã.]þŽT„¾4Øö!5$c#µ|/ùñ§LD´÷ÇäØ4S¼¶ }çs"5ƒ sp[Y[Mî.«ùc·VvÞžª~ãîΣ/<ÓòìÄôþb:ª@s ¦ûáH'¤+ÀmSŠ4V„IÅß~€42˜˜ +Ä…áû´öeHPÀÉç­éªÅÎ ‰–ÊèO‚‚™ÕzÝø'<_—Pd.û¯ö#ù+o5~8g –†Å©Ú~XxþdÐ0d[Šbé80»YjI¶¬ñʈײ-`ãd®šGÜÉËOB[õ°kdÛð¤lŒ-;Ÿ%lƒDšÓKš wGüÅÕe¯|Z'?{Äe4÷t3VzÎÖÀ éŽÁ`í?ÍÞSK áêÁpÓBÖFÖ/7Y¦!…fªHèÔ”·Uô 7&ÎLÚÎÿÒlžu^Õ!Šwí$Ôòí6’µò¦Q}GЂi$#ñát¾TÚwGVqÓ´5ëãÖŠw‰þ‹ÐüÂöœçwMžù±ú;£ßØM¸u׳dÕaÚDŸn·RÊt)sP®-° ´Ñç¿PþØ7Ÿ.pD<…1®23¦=¦`¢ úÓ^˜\“;áY(Ÿ»lφW{!n¨à5g¶™>¢Q í¿…{‰‡Ð_änÍ Ù ,Ì(Œüâbgý—¯¿ýæ9‚ˆŠ£ÄtBÌì^éFèbGùÃôFïÎ?„y; 0Lô¨i°$ MnY³¥+R£ Õ¡mô9-ú¯^Jtéã´LàGË ¥`Tº –X¹vOQ†oZ®?µðWYEQŠÔó’^5RSw³5æ…ñ¾£óÑ֮(ÜÛTwÈ' Êw Å[”Çb2©)ï…ûì\t³äþöâñ÷7T,^ Æõm›Uº_lS¤J;%]-þ!üÙE/‚¯©bKR}×Fv5(&z†[eÆ‹8Žéã Zü”Í)ŒÃ‰R“4:¯ o-¥NMÿãÝvæu:4;ËDmð#LÖ¡¹"V<­mI ¬ùÑÑ~‰ì·ìâÔ rÎe*ÌÓÏôuQ'q&þ·ãÔÞ·‹ÄŠåÊ¢¬Ùß¿hiٷا~åçgÜû*!Œ²À¸8WŒÈ=¹ ¬™„†Á„™FiŸôZZ;—/ÅÐL™Vz¨õ.q0¡3ƒLmް}$0¿E„ñøAÇÏfƒËêŒæ'Í=ÏÎ}èìÐ@6ì®OZ€­RkøN¥bÒY ÑìYšéÓr§‰'¦Ôo§6Ì6­X±ršù-;eÒh«uz‰¯*¼VU_ž¢M ~F ¦ ÚºŽñû”>zPU V…¨ð 7PÄÓ[2cë°¯"¸qÉ’$]ç{täžôåwDˆ;ËmE2ñ»BÙŽIäŽZÍ«U¸ôJØ–Êqâô4¶àÌN&øiw¸ØØ:?ƒ¶ýÔ‘ÿ b8°æ÷_Æa,òΧ©jÓžIÃ@5íi¯èÓß܃ÊúHІPæÐbPôGs8z¦[K$üxQ¨gÂa#@¸óX­9u ÆLBi á~Õ`§¹êóoÏÐøNËŽÒ*ÜùÍ}Ã,••è€ÁkA~íÐíè½I†lšþýMÄ»¾ïؤ ’­6T?ú碢^ò½e.ß)Ñ“¤»Ú꣋¦àë?JhföмÙäÑ€-2pø"XU ‘g›K„™XÿIî^džÆÕ²$®C©u#4€3+3ÍÀ×ò¿£ò'û®3ÇÜs”Ñ[ƒEÿ|søÃˆ­Õó¥æ×çvùÊLú“sG…S5ê s¸˜Â÷5ÄØt^‚³IiÉÈ-iÐܵʩÛ1‹Ô’Q©›ã?J[7,¯o{BLWÙKLG@bñŒ*˜¾Yv#¬‰?ä ‡ª=ôbëú¯0I—pÔ ¬‡ Â~Ká‹aZï”ëD®\NmRÙwÇøhN§êòR$öäS|é:©µù¯ÞD„`oð¼ˆTʘ““Œý0;´˜Seì)Ù»"çê<`P£gø05ŠxJû…г•\'?»àPD£½GúÍRØ„±±ãJC–ôk{ð]B±üïwSè|-_‘‘Öôq5=º|{M_åpè㔌°·žßºèŠ:ƒ¼à…W·½XâãpB’{ÛZ‘–g8ðÊŽ#ìyãjïz^Ü|—0„ŽLˆÄ "ÊCÛ±b4loó†H”û‚¡(Ú?³ŒÈç©øš,« ¾c{j‡Àsí…²eL„®¤0À,^ãú&D-ÿ6¼ kdÿW³bMˆ.{—p=wNTš¿û.r•Äò Ä—®ÙÞóx)L¬‹þêºû©T:ñ( 9oÛd§V•ûîǬ‘ÊV¬–¤*uúïþ­¤HÆ.×xº¾›åŠ©­'²¶Ñ0ú¦d‡ÊþbK„'ûRÎà,Èek<_¹ê¦—{pŸ¹@lvT.b-šá—8O ý¾B§ß‚‰púv$ÍX¦Ü‡ì!¶H¤ücÉÁ ƒÖÃeå})ëÀL~˜[:žÖɳ àëËVd?/c v%ÀȦ9ÃlÓV'û¹)MfC}*™ô†-Bh`ÿÅjþ¼¶´òj@'Z‘°\ A–ßOüñY p3)!rFÝtä¬":ÙtV÷à§Êw $SBPuá_äÉ)ŠôˆF…³Ñx3Ú¥ñþ²âø^¤ f*gDPØbJØÔ׆¬h•TÒbXù1Ø\œsÕAW])ÁûÙÕJñ»stûøÎ޼öv¨tQØB‹Š:2Ý;Úc2“€¥ÍâV\8½µL©c¼êÖÓÐ ½õy…€õÔèU8S8x <'–û)øÑ¨5øÛÛå8§Ÿ º·ì¡ÞpÙ¢ò]£¸²‡dÉ|LçAûì> „–s0DD÷ÇW3´Ñ.™S:ZÄÙñÎÇTÓçˆHUzn?+«šÖEšQ¥Øªg〡QF3¾ò}ßÁøví—9-E ÷ÁwîŸ^‡¾©`T´Ð’2†Ê<Äë»òæIéWÊ"®@3·Ö')|ê¡Òòˆñ¾3ÕnCÑ7cxOQt³¼<Ÿ>æ|_sÇñC2š½ „hþÆOB¸ endstream endobj 842 0 obj << /Type /FontDescriptor /FontName /PDACPQ+NimbusSanL-Bold /Flags 4 /FontBBox [-173 -307 1003 949] /Ascent 722 /CapHeight 722 /Descent -217 /ItalicAngle 0 /StemV 141 /XHeight 532 /CharSet (/A/Adieresis/B/C/D/E/F/G/H/I/K/L/M/N/O/Odieresis/P/R/S/T/U/Udieresis/V/W/Z/a/adieresis/b/c/colon/d/dieresis/e/eight/f/fi/five/fl/four/g/h/hyphen/i/j/k/l/m/n/nine/o/odieresis/one/p/period/question/r/s/seven/six/slash/t/three/two/u/udieresis/v/w/x/y/z/zero) /FontFile 841 0 R >> endobj 843 0 obj << /Length1 1166 /Length2 11725 /Length3 0 /Length 12500 /Filter /FlateDecode >> stream xÚuwUX]Kº-šà.Áî°pwww—…ëÂÝ-‚„ÜÝÝàNpww·p³wßî¾§ûÜo>̪1þù˨Q“’TYQÄÜÑ$éèàÊÈÂä(ZÛ›º¹¨™8È3ª‚,Ý@JJukW;ÐÑ10ÈÄÕÚÑAÜÄõ¯nåP0X /›—ƒåÏÈöÏ@G0/@lmïè P¹‚ÀvÖ(qG37{ƒ«š›““5È\äâè6¹ð,þtößUbŽN^`kK+W†ª-==ÿ€©×?€8ÈÅÚÒ@õgá²stú«ÒŸR øOÓæÅ*[˜H˜[»þ5.€ÆÊÕÕ‰—™ÙÉÂôcr±`r¹2ÓþiTÂÁ\ÌÑþ¯.i&n ™ýÊ‹ù?u³upôpðù/ØÂÚÁüï‘ÌÝœ˜5¬Ý@2âÿ7ø„ðoÌä à²y€¬3äifÅüWIu/'Ðß$Ë_°‰ƒ¹Ÿ“£ÀÂÄÎägmúóBðq1q\Án ?Ÿÿ—øŸ;€¹µ™+Àdùçþý ²øÇ^ÁÄlí Ð2,à_Ï¿VÔÜÑÁÎëßáŠ&ö ³‚¨¦¦ˆýÎþ¯(QQÇ?)Y¸ØŒ¬Üœò'#Ûfü—ÿÔáoTÙÄúÿö üwJ GÏ?Æù£ã?Gr]þx@ó·iÿ3¿¢£«µ@óoëè9€\óçÅò¿Zêðÿ«±þ³†¤›ÝߪÐüCÀ=\ò€¿±3ÿW¸‰½µ×ÿòÁjþáþÿOW;k3K»Édí"ií 2W¶v5³ú‡]þ©²ùß÷¤ìèbý×M0²p°ü§nemfërqùsS óÿ()á`æhní` PsýãJ°ù¿€¿h370ø<Пoÿ¹·°þÓ ä 2CXšw4ã µ© m¬!ð`Ü›`ëãÔ¸w#aGˆ±ƒÜa‚êUüd[BÀžsÇ”!®Üæ¥Ì‘@×!¥As•dá0/½_EŠ2ušI¡˜¹† þþA3†Sw‰‘ÜêFƒrrƒ³UõA‘sRîeúJî‘IEbn‹hI”-Þ ’ήpaKfÔPÄ«é[f@ä¢^Ö"¾Q»“õÀO‚ê7=<}ÄŠ`Ê›ãÍ‚B×Ã*[ôöŒI£æŒèÍí½ßþ”‘OBÚ‚ŠÌsþq-PÕÌ*srYˆ¢ñû·E¹p#FHY|I¢R,LËüjŒão£šï›|œ+~ê¢Ð~ÅtÌ.tØë–¬½1ƒ;SØ6>wXètm»\t£É !Ò˜[a¨q{bõÝi[G\¢Ç?šGÆà_ûgt OI‹žB¡?ûµ£O„ght!ù”ºú×V2Ô1vs«#modzòqÞ«§¯$·=].‹¦— ™5ÒŠÀ…©#ö§–®ûâT†GÕ}ƵÌ¥Wá»®§kàÊNé*w? ¢ë¨CC Þ 9¼eŒ›O‚Š!—b&%üÚæªà/0@u½¨âg½U>c»û(TÉ‚Aö-È’3Ø3VI¾ 'ˆÜG}ƒå8®Å¥m«¯¨Â¾wsð.ϸ€¯NÕj,CßMbi.K…ú²â»l¡ý%àž'„¹*a$¸Ðjný‰™÷!Ü¡GD‹˜»öÙ,f³è8ºËøë†×`ÃÚ1ìPßü«®~fI¬#Ò~G.óà ›k Ë*»œn¯Î0y®†¼_ë–‰¤‹d¹æ¿É-)ð¢vYÎH=üÍëÞ¸ £ÉGp ZûZ5¢RôüøsîmfÕÚCÊbw‚ý¡ K\|œöLLÕ¥feÅÞà ŽS ýö,mðû!U»S‚õbwªBUgWk ¢hsØÚˆšºP8žàLL`öB«vXœ§>'« #@C[˜¶èHä›MÓ/-´3±Ä’hEò'¸PaéFrK TnAdf3~¸¼“ ²ßÏR¶ ÓÕÎwbt{?݆PÞ>p×VŠB>šø‰ª>;´zp¨ígXí¹EåsN>`4¹}ÜÈZa /k¾:HÚðç ’‡Â2„wÜ$ÊN Øwðæ/ ¤?ð29pdíN|<Šô¨lS¢‡õ¯-À$ {Ë_äüŒ¹qê"È&&×¼–’½Âz‚ »ë9Ò…D°ÅãwO’(çdŒ+R>î»rš-J?F2\¯n¨Qu„‡4&yp+.x¿»ô :‚ïM¯Æ›ËsyŸzè ·äú!ÇKoñ˜›¨¸:H"ŒÓè%7’…ÇòŽl¾ÕÐy>/à•Ø}PÓ-1Yjƒã¶$Æb‰i¥Ž„CÏÁž[øixV>Ô€brDîwÌ’:Sð³ þgè%-Å0­Cê°ü#-¾å|žÂü¼³{¡œóâ#=aªròÜÚ+$!ëdê ‘ÄJ'æeðÊκôCÒoÔz Ê4cÏuoÓ¾°:|;AØx÷_+ªÅ†¡¦?¹‚’žëÀ–_'¬´Æ`S,–²Æ?Ï q)8¤Ã¯l™2é±Ï|Å×kWrŒÁG?eÞ¾nþàN%Â(öóf«:4§|" K£øeÉ·w¢H²PsÎ5ê6¥W"{䊵j‚ø(Ž••õþ²9öí*MA²ˆ‡é×—+æ¥Ã3†f¦²šº÷̸¶Ó𢇠Q_VmxÍŒû$ !FYitÅrfHíB³`¾ïÛk‹sœÈG‹m*téb®ES® æÀ ”J‘äkj~.‡žH¥£ÌÝœáÛƒ2¼Ã¥/w« —/§¥d‰[†² ùÁæ ÅÖtΉO¸}\í™TØPßÖTÐ\L kMîÈìê4ãʯûýûå×JM¡Âýð\§ê¯w*гMýѱ/wƒþÍÁ 5}øòœ!jûe<éö’=Ø•Üð ¥i ŽÂ»]Žöƒ÷•s`(Ïdä}ŸND¬Ý -‘¢ÑÎt>™¾a’ñõc!oŸ¾û¨ï´gïæÛRM±ê휡0êÍù’ÒŸ+ze¸ÎÃö¤ïx^‹'å P ‡¤Fæd¨ xî}üv,lÅ WŽKØÑlj£µ¨¼½¾´I眿赜í&ä¶G^"ž÷”“œz#ŒhÓ&—¶~²…iI¦àæ{z§Y†˜nndHË¥·¼ýöëo‹s¦ö'tÃL¶Åxd–O0VvN')E'ÚÁt¹×?™ e ©Ÿ(ÀUhvüêèÖ]æô¡3ƒü!î­Ÿ·ù/†üN~v$õERíK!ëÁ=w¹PQ§+@G2WáØ«ÄH#¶ºõÃ…ÅÏk)$;éÊ{wr‘VÚ _x7s“0Óå¿æƒÛÀ)Uì 8ió¬åÂŽ *Ïü%fÙ•Jfqaeír5ö¬S‚—hû"ņëïʼY Báñ†wët÷Oƒ¶ÜG?o9Ýñ´¬î¶}÷“Ÿg}¾bZÔ1>ðÙæ¯,-³Þ·÷ž”Ä]%–µ£²Ð>â6ñYjŽ}æ€óž–CÞžƒ/²F]`Fþ8X!»à¬ë"|Ùã´ÔÛÄØ:¬Mb¡öy@Í‘dgpÐ'Ï]8º~8Úƒ¥ÝºRqÝ=úàß¿ïAiÉRâ€SdïO@S×H=éÔ^uîË&Ìÿfå2Ó×þîÄ5ñõÞÏa&¨=µïè&,Ã5ii«‚IŸXŠnÏáR!(UîÂ]ÿ]Þæç‡7•qaã—qí÷Øú8yØÖkQËÞ‚Ë$ú*9Gß§rYE­¾•›¤õåd‘)?Âõ£íýw•ÛµúºC“kc^=¿=Fh! «„7{zø)½IAfê×/lŽ Û€‡‚ö¿õÿ¼Ï=*_çãÜ/ÐR,O”‘¨8¶¯ß]m”«v€—˜Ö"?ƒ”o“ùùvkt¬}#Ø3IÄ\z$ލ]XEǽøFçf^žiÆóâÞááø²+‹¨<×+Úë'"™¿QŠíGi=Ÿh‰UX¹gíùX»š~˜Ž\é²0˜ÅÄxë@±èÒå;ÔÑâÞ¹›…àB«–]¼r÷W¾Ü%ªæ0½hËn| Þvšáã²xi–ç°ez¸Áxh¹ì©[ÐBÅŒp“%ÊÿÊ¡Zø ø±l‰yq‘¹›óûò…ŒFå»Ë›ˆ§áîNÃO}ûŠúC‰eªnShA¤½ ž§:›ÍÞ“õ°Å.üŽpüSïHgiÒí•i4è†j•À³6ù×ëß8 ÓÍž‚°§šÒ@–ŸmAZÅ »?z2[I‚Ÿ‡8 þya†C{†Ò@ -g@UšÖ/C€¬ñ¦u‡5œ¨7`ÐÅSKF¤/¹8P¾^á•o8ÜG éÀˆrÿ™òdŒ[Eó¡=öþÂPëšì°y힊”±¥eí’„L1ʬ&·UÞº•ü£Uö$k’UÙòç’dûrU©nä n:½ÿê¦5i[ÏL7ÝP¯Ä™ñ]€KõVèÜP!šN->=—ó”6\n•¶ašb+£Ò5‰lÜ÷µ»ƒê×q†æŸú,ËýQ#5{Iðr3è?A!~£_Çn²SÀdlµX»çòâîˆúîöÞÒ­kÞõFÑxÙiR¹è1ì$ÈÖãZ³ç'Êõ´‚`î­ix7Z`F(©Â•È£UL´}½³W›· „ Û;ø]KçeW§eµ”.É1 {Ãú>^ ÏW5ÆósÉ~ëÐjô.ÍŽ€úêäÃs{"ÍCžm£?ñ9E÷!áYq4só‘¦U`­AñÍdMÃЮ@áâJ$7˜S7‘ŽO Ó„Eã)4•JÂ7ÒâF->Ë‘':ë=Uvâ ê¤ÐP h!WÈ“žÕÊ®òÒì[€Õ¤‘^¬mÌÁż^Ǽ®¯Þìiâ?ß/ 7PǤoÍfAÝ«âã¶¡mŠáª96üž*÷Q¡xåw¼`¡ú½]s[Z f€Ó ¥¯•–%Ä‚DÒ•1x!‹9¶s¡?ªõuÍY/}Ÿ4žÑrð)WMV&‘Š+ØÆ ã©¸Ë¾©µ£G£I—kçФQLðð§äãˆwaüœ\ÅfÙ)„Åà`ûu©Íyœ”ùÔšn0šá‰MÅs]`¦J÷=—ü7˜«¢³,ºÁ»†èsäý›zw.Ÿ ÓFDÂG8Ošƒ2[­ÿK«|´a{†ìÅé,ô\w×0÷‚GÂ+¢Ò>Vúàok‹¬¡6‚¢IjÔhþ s’ö»‰q@Š»²§¦ØÂ5ya®™ÁgéÝÅS1€kýLt{6 Ä®„ÞD¾Â•3JáK±í vÍÝU«S‡å.!ɪDýÁnFÜiÒìvJmΡøG lIÿ q¢ï$[JÓqœ°Þ¶Ñ/¾OJÓïâÖªŒÒ‹x—“«†M@IôàURÍ»±ªÂWê!Ü-’¤ã™Â" סe§¶\ëßš`è øuÅƈ)F”¥¦®ø µ°€O¸s#K`x^‹tª_ª´£wC’¿®Ëšóhœä.׿9 ’ƒ÷Wx{{6TÐÌ|T ðU¿ƒ ôîäóÑU{«KËsƒ4iÇÞš0©É—䳨™Ï´ò9`ÓƒÕ™Wºf¥ÆÇâaùtªRB¦Ã}®}³+ÏÊpɬÒ(5ôÜ^¥Cë Õ>¬Äw¡½Ý6’ÐÛH£žEYìòН_¹b§$„{´Äó¼Q?Ý~ [#$06­–”˜xŽóñŒ¥É¡€üøëf3ÓÞûªãÄL‹m·€öze9&â>‘lgVÌFIò ²ó>/´€PõoþþÉÔd¦u^u¨e㥲Ùs׎4ŸŠ;âùÀßðɤxŠ*³r‹-Qkešá&ìb`Ýý\Šß1+¬uô³UÝòãN&b»Ì'¡ˆ/uŠ´Ä;ßYÏ`"³,Ùkðh¨¿HØÕpxþ<Äý97³íN×Î0m&ºÿ‡ªSA§«€ìF‹Î²VãÓ¡X?c8lNZ_ðñ·áý¹‚P0DvG¢¥¹›®§ÅºïÚÖ.DÉç+Mñw'-~²+o:9¬ 4:|U=>õ=aì°HY#yx;g›Ë,à+‰™x]~etg8ÑmÄÙ2N*˜T! OôîN‡ôP¥·½ˆMUsÎ{S^OÉÞ¦˜F‚2Œ¾ÁÏAlÇ£ìyÖiÐǤ#?[˜Ï Æ0õl‰*Ñf’vžâþÂXRl õw(_HafÑ"éã%ã ¿#ÏW€/ @}áÂ}Ý–£4]v _†¿ãЛ.…LDt÷ሳä3“^kkKGxjÎ ǯ¹í@(ú^Ä;$yB¢•:ñÕ0Ä4‡ß/Þ 0NL7ž3«ÛWÓ¨Òeú[-ã}»òF¶YºÖï&åõ Cx¬9ÌôîWÏI ˜´¡SÇy¤òƒ5ÐŽ•áñ8g£Èz§-ƒ³AØë䥙E[p×Ùˆ´¹nlA):„''ãƒ,Ç8Ìæ®¨ÏV84ÔÇÉ+ÜÀöÕ²·›Y¼ieíUâ§v¯#µl–k“Ü ¢cšBÓÔ׈¿ E%‘¡¤M©»rÃ_e–“éÔ*ä2rTýÛSJgyÚëðWRk(¦7,†mžc Ú#,ž¹ßòvH£°í'¤'çø2‡FF?–ÒT¨]Ê~ Äk›|å=‹ãï2VHeB-%®À ħ§d%=:k½›Ùátdæâ"“ĶÏðdÙ/@IŽ]¾ÉÕ>gÕâ_¬ŽgõLkØLC¢ðhð~É Æj×;(³×yÒ(²G‰ßI#lÎNeÆ ‰¼”çÓ3œbUH(0´ÊVs)Úƒ…ÓØ,‹7´/°H ©jÁÓk(xU]tÞ¯>Ì}<ÕÚxÀì¯Ù¿Òåêæçrò_óÈ9~¹ÎïÊ?¿Pù©Ýçs¦Í -ÚÑ­šÍ!$¢¯„@qÔ–ŒÈý¥0†ÃŻ БnqÔ€¢ýñûÆmKE!_x♲CÚÆ’ïm±€S–_üɶ(SI¿-C¶ì@§qžJòê±ö†¶0Bž¡%ñ0ÃôPŸ¡àÔ£:qÈü[QÉãàÞÛÛÉü{íV0ËÙÎT×FB͵.ÿͯO§€LtW÷Xxê3Po˜Ìv%‰Ÿp¢ñè·U~”æ×<âx/Sq|!“çLͼ¸C¯cw’z¨´ü°µÓëÚ:t+‡÷Dq?÷Ǽi§+Ý)Põuì/…×ìzñgî­ëðe÷ÝWƒ-ò’•Ö¿ˆM çæ2T=#U.íf}’¹HOîÃ’y¢0ègÍÁã6‡•}9¹ZjÊ™jv/Hòa{ä,zÁƒ,„EýL/²fèzFÛ8PŠùäðyÈ-‹ÿÁ¢!í’ EùJÖ±Õñˆ„àV†CQ’©YÒˤçCÕüÛTëI—ö×ÜÈ.÷ãµóòÊùˆ+K!]r¹fCˆ/D7¼‚aánå°¾~AÄZ—þÆ ×K5Í(Åîb¡êçgKÏB·ÕKiOî:ì–;'“NÔLl›´ù­v|›˜KƒÅßïÜ£ô.¼ÊÂÎ[®V»·0/a¢€Ø0Ê|¡9~þ¦áŸPÑ%—="éç›QêjØìúLû(GöÚèÅb¯fyãoóË’y8eÁ¡Ç="˜v}¤Í±nq5Õ•C+ž†÷I ˆ‘êïŒ]÷ Ï÷†ªÛDùNîÄØ:]æ$‡?)>½w¡ò…“é`ÇV¡£FÙ;¦]šu@جF­*Ÿ+7Ë4žÔŒÔ¦ê<ÁËk|èeUÅ4.G‹Œþ|`'!rØK[ ªïZ­3mÝ>qs»r¦e"wMí6ëtð2u~ oíºè‚±y»í ¢(¬33=òêÐ~‡{/ò­¨Q´UfPKŒЖN·kFìâì$Ï–9¹o}n‘àô©ã9U×5¸WßÄ]ƒ:ˆfBTo¼ùj®ŽF6m§|ø»¾nܰi¶ÙچşÃc׉‰âw*ŽPîѸžd}NÙZ”BH$_V†oéibpÇbZ^S@“›à0æ‘Ñ‹&!­ÐEN²˜³+Ó"ÙÕkUò'ž«´­ß;“oaéò8IöÛ‘u†®Ä+©™Jc*ë‡!:6 Âx‰‚táÁ=ÚvÏÂ,÷|Ÿ([*PÏ_}¾RŸ¼_q´û¶,Ùèj€å#VÇpüwCµÊ»¹o¬4¤©u㵌)±¬6«ÙD°ì—µ%EŠŒ£÷RìXÁß›ÊÄë¶ö-phÇÁdhÜÚŒÆVžºŒsN½Äc¡ËbÐ ³4k4Q<•aÌ?ö?P?‰J#î ZäÜŸÿ´0¤_ÚËÇ‚|íF²qȬÀ:1x[£Ö—¤# J›Š˜“f0Ê:q¥‰Ì’¾W[D•ÚpÐ]hpL¤íQHÍCá¤?t]Î<Ø/ËÙÕ(©ÅŠYHNçEi&˜Èë eDGüZ)’N&eg'ÐâH>ù¹ÃéjΘ¡<ùýJÂa3ê4Í8ŒV»<—?I¾tM6tåÇéà:Ë‚ý ^¢Þ*Gxž¨oëTÁÒQ|ŒàW†;¨Õ2R½-ËԸͤ8-x‚Ä÷›¨uåIªÌO¡‹ÏÔZ™×Šb;ŽçÒˆ.m-P‹¥ÞXGŸ_›?Žt69¸/¼„ß+õnŒp °.¢¯ùZ + Â{=7«çn…Cä¯/ƒÎÝ«¶ŠŒ~¨Ì&#åh׆™U2öàÇ-ÂÀïhõæ•Îl671·üŠÜ «!³Ûú{˜>‹ qt„ô–Ç{£ˆJH¤?ïÙÛÇÊt¨ÚÌ•zþŒó§¯Ñ¥õƒK 4õB›ˆÏï9+úùÁ›…šüëoì_kdfUí3®’pí«Ä^šb—èØH;¨+¡%12É“ùÖömèì6j‡lÁ|BYK–|Õô~]Óú@lÜÀ¡Ðì³Ï€x1E ¤×\»ÅÓ}‰¯ÈA?Cb?t "ØŽÅçg¢¿– ±q›=Ž!Œ†ÙÓ9MÞ‡¸nlR¥ÔÎ vБÃGu[ë·éfe9ò”åF] ¶)yB†V©êš—šŠzÏi¥Õ!¥æºø +²Ðu¨8Ð1¤h¾¶—iïÞº"?Ì&ÖÏÕ&H‡[©Uï„v‚à¦k!¬€*v㥯žþN²ñ%hëEï» æYáôeØ椪Ç*æµE3l¦)”ú… £› ‹™°YÁßjv›;©¾Y\ç#”GfIæ»ðO ®j xYsm˺鹰å&Àøpž7È‹/kÌ“ )è°#™Þ+<þà7è´úJZÙ¨!Ð;˜hŒz¥y‡B@l÷ƒ•æ é;4Ÿü¶¿}­ÂÖ›¸(Bx-©‡I½ê—¾ÇÒÓ™~ìá[=OÎŒ²¾ÔÅtüšhcŽ>oˆzð*¾Ô']Oò«i§˜‘Ò…3˜<Jèø±C‹Fó›:5©ur°ù °]›ŠF}~ʾ†Æd—¨Eü*™ÇuÍHPΰþ‚BdCc 6'²2®t0º„baÊGXî³Å#Äuµc!9ËiYñçö°Ig*¤M¸\´ÓÔè–µOŸ$øÕÃb ” ^‡?7’~oꯙVÐl€Š!Ç,¿|J·«'½ŠP±U=c&¢°ÑP˜ðÉÃÃ’3%¥VX»u©i:SYŒ^¤^´PFm ‡Âµ<±mýÔt¾õYšTñŽj!°ýFÓSÜ©o…=p’µHîÞÆ8¯Ò¯%úëeoÍo÷Po•#É}8¸x9a5a醔ýCí.ôR“ÚûÖcÆ!ÏŠF ÓhK;$ù,~™lh¶V£ŸÃÑëÔœ'µëµb²R9íõÊ ¾|€ý MÓú,­KÆ¢iÄ¡äTð¬ßÓÉP°^®Ûˆx©^\èK…îcXÙ?ž †×BÀ"~¼HnZÙ1}¦ÂAó ÖÇ›zÌæÒiZù%ΑM‰µì; ãP®6OÎ;NE·ôµ¥™Í´¬é›'Šý¬‡Õ²’“âõœï»v¿°Ú+p´6g¤8÷œ.5ß'“}I‘?ˆ¨G–k¸RÖòÒ•4$YïLÔ}Aë6¸Ü!‘~Y“v»Y®ÉqL£EŸúˆü{…^Ëñ$ö· /$ü…t/ë¨úÂ0N1Nzåž¾󬔂èñl/wøÌÜKÈûníÇ ‡°¯RÙ Õî.üèØú`ܬCë2‹ª0A%°Í &*¶DcÏ÷Ùb¢6–°î r Aù:Ê­ðcc+GÃgIäl¯0±yU!«yÿ1 F:‹‰Fì—ëµ÷è¨ßßfzvT¤æÁi:³”­)Ξ:/'¶î‘Óóxœ†ß5ÒŒWëO Œ¾Éç–q|š‹Y†ù)ÅëémÄD"L)zM€+¢8nïÊáãZe`Æ-ƘÀ­ŽáLBxáÉóCgvÕ­‘Á51 “þ+½›]‚kŸâÖI*‘A·ƒ½Î¹õ~³^àØ£=Dò)²wÊ‹î{ªZRrÝ¡(?Ô=•ô’¤éü³y™±´LÉŒ ÄÓ&Œ E®WC呃XîºÐKò† ÛH>¯`¢j‹è²=4ˆŒêUêÒVªöÎ9,˜¼ ½ò(wèô÷ìÔ.£hâá®D7Ø …Œ>ÌlcÈx$DöÌØâ!ß…Hã9W'Ò¾Q½±œÀG‡_ÙNÒ—ôÁ‰®u}‹½iºxqœ1óÄq|=ÏÎPGU»­ˆuò®á"½h‚¬;ûtØüŠʽë­À¢/¤fEyYÔ£Mû½¬8Ú%*²Œ-mþ´<tkòˈ¹ÐNš`j\’S¾=‡ºÐÏúyo4:—eê;äy}'3ǧ6¾¨Cy%„ÜvŽ•KÌt¡ ˜x¾)¯9Tܰöfá!t[æ%¦ˆ¦æsu£¡¤b‰HÜ0ÖÞÌÚšˆ»á[„W‚§ væ·öE?,ñ¡y©áé^$¦«>׌攬E¤Ö¨«¹gáºáÏYþz´Ø?ûi……œ6—”Æ3t¼W¿´kZP˜0àmª> “$b|†î_Xا\ ¶4~©kAgŽ÷êšòÙƒo,oÌîüža)°¹¯@µnÌì‚nP°µ÷q¿«Çˆosgn#ü˜§’Cø®Ô×L¾Á’þ¢›>ÈÉ¿—l9ÃYÎ/’¤È6ªCÕÌ—'=±PfÊ÷ÿ*3PUªT!€ù‚Ünñ-‹_3 NðŠÏ™¨Ñ“N³ÿâq]µÐ…ï…½õ‡Ÿ8 ©Ä·Î ˜…£E¢ó&ó#!dM0œKѵAù(Ú®åAgÄÌÚûפ mü2ø­ú/f´†Ò¢®¤Þ‘üä¦9– /AWÖ6;×¢JúÎ75,UÀÙÒœž‘ÇYæì¦IŠX°±Èlèå¡êTú·âb}NoŸöÑ\®‰°WpÝ– <)V—.ôL¥í¥)ËFߨ/žñä_býªÍ>«—_ênÒ[’Ì`çnÅv âh…fª˜¡Ü}É}ïæWIõp\Ü_nd"Á2EX–ö–ÈÇugO"ãß©ªa§å=º¥‰Ô¡0$¯¼©£Š«ê]ë¼ ùX“0(8±ayº !—=1|v±QnvS{Ó'bYkËMVTÌj¾ÍIŸ…_`fÖ·cÅ$;Á”Ï”4!þtÙMA6"Z\¾Ý UýÖp úV½;t*Dw>ßeü`?q„pª9ÙÖw˜‘ ÿ«¶x,†lÆKã¡‘òw =Öär‹•™ð'GÞ™tü¶cDÎiÐ9RœˆÂ®[ˆÍo“b×PL{‚›òd’B¢¬;hUœ2c§wB‘|Ju1W\_îñ.¶OÞÌE³Zò:„ÀFq,Ïç… $ÛžÛªwÔŠ/ÙÄWô¾EccïPÕÊfý´¥­áS­Hñ¾,õ*ŸNë/µ]IÝ»ù)½*¼Ô”¹%ÃØN Û‘¼FLW×Xý9X!“D=Û’µ¹J'¸jïŠXnmü2TÉî¡}º“vÆ#¾R›þÈ*„Ÿ]}ò­ô«‰§ÿ,!–9á®qlƒL Þà7a}×ÃýrÄ}#±Žy»‰så—Ïå½È¡ë×#S„³ÝN›aÛ–z#CT—RHqz\·kÒë;?²¥½—&à ÜÃáàNY´>sТGÁL m9…—ö)5~?™Î,|çP]Ýç†a£àëU|+Ò¡¥èéÚþJÕJøâƒÖŽë!>WºÖ GE¶Ù!*aç_mçÝôJ¥(Ð-¿ë$”Ö/Ò%þbÍçŒG:;ĆêøKr4Óxƒ××K.`È6¥¬ä|ÓNëWö©,@ïZˆQ|làêã‰Ý¶II>\Ù*¦m—cž%Ô ä½)ý€«dŽqÙr»|ëÇ<„¢Ô‰oøG±UGFQúQb‚o’Ta†K„Ôº’½¢?ë.)ÔÚÈ@ÃÛ¦p1tä¬è†õÀ³÷µ³LË;‡i³‡‚ªø¥ÙltMÞom®¾"ÜZ<CÜk¶…^=“G14"[vSœÄ²Ò¶w’`RV½š¯šž‹5©àZV: ÏÙ V¿jß‘òµEúއ9@Wˆ~VÕ²G¬EÓútá1ÞÑÿÔ­‘q¯ƒzp¹ÓTÜڕ͈`±ac}¸ÊXðaÅÏ] Óæ}LwS|~–ÿ£7Ý”Ø`7³v~œ’‡”{3úáô†Ð¿¨gþËñáÃÆ¥F@•ÌA€Êç©s³€èŸš]—Á 7ÄÍ8Ûf$âÊýnÿ².Ó›WF™ŒÆÿQqO endstream endobj 844 0 obj << /Type /FontDescriptor /FontName /MBVVAO+NimbusSanL-Regu /Flags 4 /FontBBox [-174 -285 1001 953] /Ascent 712 /CapHeight 712 /Descent -213 /ItalicAngle 0 /StemV 85 /XHeight 523 /CharSet (/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/R/S/T/U/V/W/Z/a/adieresis/at/b/bullet/c/colon/comma/d/dieresis/e/eight/f/fi/five/four/g/guillemotleft/guillemotright/h/hyphen/i/j/k/l/m/n/nine/o/odieresis/one/p/parenleft/parenright/period/q/quoteright/r/s/semicolon/seven/six/slash/t/three/two/u/udieresis/v/w/x/y/z/zero) /FontFile 843 0 R >> endobj 845 0 obj << /Length1 1199 /Length2 4292 /Length3 0 /Length 5062 /Filter /FlateDecode >> stream xÚmSy<”m÷!d IÖA¶fì&û–‘ìaÌÜ1ÃÌX³elÙ³&!‘ì•5K²e Y!D Ùe‰lïTïó<¿÷ùõ¹ÿ¸¯ë|Ïùžs¾ç\‚|Æf`uÖ ÐÁb`¨2D{8yãÍ}°)àâ ' ÜA$@A+(hŽ&¸t!š8A@c1ZÉÇÜÕd€À¤ (Q€É@Hgˆô_ŽX dŒC{`@ÆÀ¹£1$H ‹ôö03oOOw4€2ðXoÀÃ@Τ ÿœ¤‰õôÇ¡]\ ‘«¦–¢bbâÿX ŠŠŠ 'ÿ¿€G»`@B¤ƒàŽõü™DqÀ8R᨟¾ÆÎmšð³mˆ+à “”ôtF$›ÞY$EIÅjcPšXŸxÚŸúi¡q’Ô˜¿äŸ4¼ŽÁúbnürFcP¿ÚCy{J^Å ½¼¸ÖH&Úl.$ ‘‚(B@€ðCºJþLmîï ü¡?Í *è†'ÖäŒpÇAhg€ô£½Gø κñÿ½ÑB¡ I9.¤‘üÃN2οïí²…H@ Päç÷÷éi¸(,ÆÝÿwC„’ÔƒkšèÀÅþÔÿßžX-*¯K)È€ PRŸŠ²Òÿfý[¿´øe5F ÿ[+äJ8Æ RüÝIË¿ÚòpxÒ®‚D~­¶(èù ±4‰ü³FvYiƒH?è×ëð?.Ù¿sèx»»ÿRFä·$ ’&x>è§*óS4òÿE!<Ðîþˆû·£%ðûAü—îßðovuŒ‹;C¥~Ñx´€2F®¿wç/¹Q¿(`ŒÅ£>qRˆ,ô_˜¹+yàñ¤¡ü‚ ê_Iµ1H, q™H+ŠÀ¡þ6ü„‘Þ8I§_“"ÅþuwF“J?I;>ŠE^ w« oÚ}¢Îé þüZº]îêα7¯ m¼;ÙG ò6CöëÅœ2yÛ iÙZƽ®*¶d‘IœÚñò¾×5žKP3³D0“ëÞâX–¨R2„^?%2¸iç¸Çž‘ûUÓ¿Sw¯tÇZPE³ŸÙ,{6„{×f~ÁËˆŠ“§4¿œÆhaTT‘íGت‘®{° Œj¤§Y â•A§÷¢vhOXφ®vù;KùsfÇ·£ô²!#‘—i •ëNœÖÅò°æþR?\K<éñÌ—Õ“¾æ9)>Pe)¿Ö¬!–ÉúÄ{~™hu³”¿­ ¨¤`µ¥h*¯¿FTúYˆçÝ~KT =óøóʳ¤*ï ž°b‡·GîjiÉ*©ÿÐÈ2ËxüÐî!{ÏVF.•š_vŸNwb÷ü3‹àËuf¨ýUŽhÕñ{óKVܧ·i^X›±.òƒ  éTÁ*pè[ÚÎ21¤'CDaï—ãqasÄe¹Ô‰ª(ª[ô(þÞÊêÌ–î»ߨŸ‡ѱŒÞZ²†”Ó—ÚÑ]Ý!Z´E¬¼³U¢=âL"³¼¸|Z.9-1D…mò4˜êrCkÁ¢DÅIW:éòlëtÉçÈæ·>ˆÈ¼Ž6^c:y öÏK,Æ×Mü²${)]FŸãZ|š|hlWìÃ6Ur†µbåt„J¯Æd¤¸>Ù€_‹36,ª»=s{Ê3ñkÍø½6Gÿ$±Åp»ÎåüÄ@ô¸…OvCSo VÕÓ3礔Ž­d¬¾ªÖ¥¨}‚°w ,èltÝ{u’íKµNY?7eAaXr$a_!ö) üÆ*/íø’ÈÝñðÊàáord}‚Kù ïrÙ_S4Ëi·i¤{0ú*JçþÀ¾”›õi$:rR}°½®*Ü^(þÚÔ9Ú|Ò`z”ÕŸKj“ãlZX…ÍWœa`Ð:Ÿcq?®‡I´Õú)ߎoOÉálT¦ºì0óýNµ–„‹Ès…óTÅ»ñ°ÔOVÂ6[Á.´–Ço¡ßEäVáR-PÉ’Ó\s–ûß“ª+ÏT³øÒ~‡é4`˜·ÆØ0s>zÄg0qYÁ hXkªÉtÖênŠ.NL†Â»œ¾¿©ÄqŒ„PK¸¡EDœ噂³KÇV·ˆ7ÂlN0XÖá§Eç*¬~yNw›Š+¸k?YeëgI?ÿ‰ú±ô=ŽËIÀ"vìaŒŽ»¤×&1‚˜fO[éeæx'T#j‚f¨w¹Iä’Óp Ïä>ŸU´ô“9+Æwµç®óÅeã/â‡riwÏ„œóp …2m4iÕªúÞ#È840¤¹qÝÄQn©ÏùíÇJ}½bÔèoœ¿ä«f!ƒý–OнÐwîd^l¾HA½a謢d°ÉÏê›ùû t¨íýövL4`ƒonÝà VäbXd@kÕÃç¨h:Cßw¸^ºíü%òÆí³ÿly}þm;³òÛ…¶¬Yk WHg³2{¦Rï×ËmL8Š{aTh•¾îªbB ðÑ\Uåe;|˜^¿¾ÍmüÆ× r!OešÞª†FÄÄEƒœî<í(£x¹eüDãÎŽäÄv%¨,¢—`á³ë'ÝgEáè1Úì©ÚuêÇNÛb¢&¼gd¢b2^Vm¼ô"›õ±ªÜŒÃØG #IÕ–LùÖûëUIž—Ñ pÍsé®×(žkhÁªÒ$5Ö‹w§››Éx)Q>4±_^7\8¨I6$ûKþʰLISTNƒÄ]ÈlÕ¶~2~®œVÐô–?ÿž\ãR¦U—2äúX1mb†I÷Aw_Ù7kãbí%F¯!Â,ßUðü» UÔˆ}9¨-ZcÆ“6Âý?Ö =$ÌRÚ&òN4㈊:+yG{Ús ÷"Zss_½é 0öSN4(^‰¶4`ÜÛÚfº6¾¾:£¨9Ä ciá‰]æÅ” Ç:ù‰eýÇ{ô¹QúBeO”¢yïž½Áâ!!)“ {'EîZÊ;Ðëþ¡öVòÍ-Ú4Ô7‰—ºÕõèòîd+»Ÿ˜x–7-K>u”lS-IÞ.—•"µ:]#¶‘,ô×zºaÂ6æe½bøË½fýˆ1S ÁŒúû:ob”œ¦ëÄ~TõKD¯¥rÕΨM—8&jÅêKŽ=ÆEÝqßd݃jW{¢¬·æã§_±ªw¢²?2½ÞÅërŠr`u· %gk§vÉÌcadEe ùûB¶ë!_çõ9n`j›ÕBbE5'¿€÷£4ûN>á—· ¤Ì¥+lc® ¯0µ'žÚWzA0¼exW%¿Ø;¡Aô¼Hq¬cØ7'Àt†pª‹=­`¨™êôì³,÷^Ù.éà¶æ>~Tu$o¹ -aFò|V‰/é[û=›2„õê@tÕýLäY»«Y¥kNz1˜‹WüئšX'F¡£ †¥?Ûã:wfšCÇNÌè¯/œ±>Ú®®ã.üÌ,˜Õó ô2åvݧ©%¶³ëµá»Q¸€L19wºžŒuˆõ]¯ô–:‡éïîìõú1.S„KÖîwè€d¸Eìóh}Çö)Ž~ÌKw¦Ð˜,âêæ“éÉSF$r”cV²XE>–õ Üæˆd¸µ /ÒjR Gn £’Þì]šü°•Þ«gªRÿBlQ¯¥¤ÐL ¢qTòöÙ/wÙöă™â.>J;뺷UŒ%9eáéðÇÎUõ³ùeºÙ@¶7ËÁÔœÑ]¶7Q€D âbÞAžÑ\2`øâÓDI6&œ“y³à QG¯$´À?ÍcX:Å2?Üs_8³ø¢1ÅTŒPÈq·(íñ∑·ÕJêÃH–ûÔV\vt:ŒELy†eÙœ=øµÀ[(‰,e©ì÷`+‰p9nÈÞ‚QòCéÂ'&„%’“¢¸ïVï2Ø“S<Ø~±ž3÷@áTÅSIÖ¤9?K-3AêƒEªG«*—YƒV²×^^Aºiwø§:Áï>ÙaBöÔ:ÃAÔÃ'U©–ªË„kQ}:Âd›÷t‰`ÓåÀ‚®· 9P9Fv®?‹Å›Ã¯³èÞ¸ñ× N%«Ôúd¾•ø >E¡ßpi¦M#öÙT\~ÙÓž‡Ý5ðÛ¬Kî+ÙÝet•<U ô ûøÓ/&¾~çDOù ¹)º ú¥àèÙ»Z-vn°'¶ü ¹úg犷ú!Ô|wÖ±7ñÚ‹… ‚ñ"%Ï)ÕÈq?è8J¶QÝ‚•¬˜”Ô²/Ä;œNkš.šl±ëÕÔqßSÒa:{†Oo¿C¨,½òk'Ómug}3%S°“›ôÎUVõ&r¹éÒ\Ä.{€§Ê·ð‡ÞL„_ÝeQ®§Fê÷º:B,QJ ¹©']ØHé±|•·m‰E2˜}x ä³ƒ©:‹ ?žÃ4. ’¢ºzëD°£EuoW»<È‘äaÀË8=›gHôŠ28e2üWâîm¹ÐýØÞѪläñÕ²[Vê@ rqÞ4±.-ϦÄzüJ½\ÕÄg vkd¶™±·;.¸j‘Žà¸5QqtXì°Ð&^@ö6öQ*T¬µKÊô\Ôþ°4HnF hÃàª#?sêfª=[9×X΀„ÃÒ'ÃF·ëvÎÒKBG§”YÈ#G5Ïû»³ÀÍûÛ¤íTÄ;^Ó Ö…‰ÃFü+U³3±)‘C›ìŠv2/C”AŠz[§”'Ä­Õ$q-–XY.\rd¦Uùd/Ĥ5þ òIã~Û…<<÷*ß××U‹•Áu͇VÑËø!xm«ÐõK^ U³±!ÛõBë©Û oÊæâ·_}È]”TXd¼-j$ K÷ühWlWªÖжTþ siâéæj\íÖ{B—N†±¨š :p#^d«èÛLJÓx÷)Y÷ƒ•Î8­j—•õ<§Ž³äErÄÆ*öÉ>•C Åv÷#Îá1ÁÐã)“.^§YÆéd‹¡„Ûg¼ˆ :œJ1 {ë¬H(šiŒ½R;C9й¨™tùD4¼+ÚËrô\¾–²Ò'ºÁêû!nîî‚ ÎçßÇ¢·„YÄ«ðó™õÙx‡Ä¨@ÕU£4p¿ä½U)êr&úwÖè2ãúèKw:}{à•A£YƒžƒïqŸ‡2æM+?Pæh˜Ðåe–Iåá;‘œÄQÇ㹊HælqbÈË0°ÏÔ[®ÇƒæLtb»µ_>O”>à‹Têò˺&Ñ–ÿVLôÁØcEq⦉÷™Ú‰4‚Á…½ü²BqÄ{µÈ!~†’“/¡ò•¦‡Ú®ÜI_ß`Õ} r…ù\à51­+=j¯COªg  ßzeЄäh˜ŸÓÖ0z@í[à“» ¥‰v+ñÙŠÓÄIÇ ŽqWƒ-ų…ž:¨Ü³=Þo½öc‚úƇýÇß\(h>=†…Ä•¡;ÓmU ù›¬ÀßöE‚>Á%Î.Ò ½™]Ï›<õðü%÷F:‘ß!SvZsSB—c#í“}×å,ÍÃ$çOú¯ï¼_JK˜üL}G©$Ó‘†nt¨†]»<ÔˆÞ›¥©vh?8n#¿EveV^ý?A_ß=Ӫͳ¢‘B=‰Hìc¤ïÂŒM²±{ŸÿAǧZ¡ìçzsfQUƒÐÈêãÊeyÿËÑÓ'aëþmÆ¡Æ n=²M‹æà€óådž×ƒžå²-%¦` {à5…vƒ›=ÚÊ5g¸Ä­­…¼Ÿ Óì>›3š~òôê{î’¥ˆýKbä>#[RóEoòÞÏ>c7˜6Œ=±r:AÿÑ©$^Zô]Jœ•hÒƒÇQZ¦ðÕ¹Âäà£|'œæ;퟉œöR^å 5æ2õô›ŒF¦BýèC†Ð—¯&’uêI%­T. é•GÍèŽóú&VÙnxì Ž?Vð]¸\¶Ó"ß–ÿ…NHç½~ð(?½ùäY…‹œØEÿ÷‹ð»ÂrëóFcñ¶q³6õ^’õÖNÚÛ:Ñ’ +Ÿ“”À¶jòêȰ+ ö1{Åz~ŠJ ðº4*‹ýt˜_kW\͘ž\mh„>¾÷rð\uL}BÛ•¡‘çš ýGÆRˆ{ˆÓÏä{çÇD˜`ÙãóJÝÛŒˆÚFÕWç¦ÂÉ¥pÓÒrè“)ÁDò­â‹Ãä#u†^|›r‰#ÝN³5»©…~ G̪k> endobj 847 0 obj << /Length1 1626 /Length2 17016 /Length3 0 /Length 17873 /Filter /FlateDecode >> stream xÚ¬·cxeíÖ&Ûª$¬Øv*¶Š¹bUVlÛ¶í¤b§bÛ¶+6êÔ»ww}íÓçOŸïǼ®ù ÞcÜãkM %UaS{c „½ #3/@ÁÒÖØ¤bo«`Ï#Ç 4µü•s PPˆ:œ,ííÄŒœ€¼M )@ h`e°ððð PDíÜ-Í-œÔê*š4ttôÿ%ùÇ`ìþ?5=A–ævÊ¿/.@{[ Óßÿ׎ª@ ÀÉ0³´D•´¤$Ô’ êI ÐÑÈ ällci³4Ú€43{G€Í¿{;SËJ1þ% @@Ë¿n@7 Ã?*z€ÐÑÖúû°ÌìœþöÀÉ`igbãlú€¿r3ûrp´ÿkaûW÷7˜’=È dâhéàø›UILâß8,ŒœþÉ ²ü«Ø›ýµ4µ7qþ§¤éþ†ù«u2²´œ€nNÿä2L-A6Fîsÿ æàhù/Î K;óÿB@pš9šÚA ¿aþÆþ§;ÿU'à«ÞÈÁÁÆý_Þöÿ²ú_,@@3FÖ¿9Mœþæ6·´C`úgV¤íÌì,Ìÿ–›:;üO Ðñ_ ¢þgfhþ‚02µ·³q˜Í˜ìþ¦Pÿß±ÌøßGòÅÿ-ÿ·ÐûÿÜÿäè»Äÿïó†–p¶±Q0²ý;ÿÞ1€¿KÆÈðwÏäÿ,gÛÿ—‹‘­¥ûÿ—ÓZkÿVÄÞÆô?uÒNF["lgþ—fFæ -A–n@S%K' €™‘Íß~ýK®ng t´±´þåõ_-0°03ÿ‡NÍÂÒÄÚî8þ­Ú™þ'ü¿Tý <“Œ’–¸°Ýÿa¹þËPéï8©¹;üÅö?J‘·7ý_‡ˆˆØ»<X8¹ lì,ïÞ_@<œÌÞÿ‡”ÿ Äò_gy#'GK7€Îߺ™YþUýÿxþë¤÷aÄíLìMÿU'#;Ó¿“ö¿ÿ¨Mœÿü¯Ëÿ·êÿyþ×Ìn@„Õ%{“oAVi™éNu_r‡&Ät~õ²@;”þT+*ð«±ïñM Ûá©4|¯ flœâýls_-g.ÂóØ»)FÇu'Î5§P`˜±´µ2!!Ãb‡cæ®ü§~žU© 21o(Tæ†÷DÃ|¢öÑÓLÒVñŽþ‚F¡°&ÌÖâæ0ªån¨÷ð-ìÓ¥r“؈ì"ÉñQ +‰oÆIéB²Ãè*=L =.q`³8‹¿)åÀíöwÉÑp’Å&´/0ä3ä½½•‰&2>¤Íàª7É@ß—§#å tf±£¶L-W»ìlS/îä ø¨ ,ãP1j3InT¿kŠœ¦‡"þæÿc?Ó!´úËrR(SiΎκ%œKüÇÔaûþóãOñHtR`D‰ìw ·a¤œÞäú@•ž öÆî¬ÄÄ }ê¯Ö¸p%ÍDžÍUXõÐJ/­N3ò~ÎÿR@íP²ÿŽ^< C”Pâ¹— ôÔp æÁ&EfWÇ*¾Çã. Oê—•ç ñ,ª&1/@âÞ·ð¬Qã÷Ðí¹è‰ÝëDÖ'ìæ¼m>¹ú„2¿z÷¿NêYœ;ñ)¯N-ªABŠ?yUêû„Óñ‡ê•Ù@"…Jy·¸kJŸH_$Šfåžf a×Pá'j,êD#«ßÔ]¤ S›üt™µCÛbª¯LR][Ï7}œÑªäMnˆLU‚-ëlE¡ËÞÙgžá$å]6R ØŽø`‚OVöªR&N *©ûªÈ{eîèüIN­~˜`íEBDŽù5Äi¡#{·‡¦þj3ÚâÂEšòëžÛñgÏ8ºÖ/ÆõÒÕᬜad&‘—>Pq~¬Õ¥J7ŽîOlèáý¤ãú«ÍvJ4âÝõõýd¤WK–¿h¢vgÆ{Á ^ÌgЏhT#^1¥äA9RÞÒÞg+FAzËÞñ$Ófv* Ü’Ô‡1øRqjQì˜%ÅJé$1¾Ó¢–rÝÕàFxSÁÊúkû“Rßòî¨DóÃ"®ÇíÛhGn9¡þ\ìppKÒ!lõÀIVŠ£À¾,âRÏém”¸ï¿J°zì—ºqêjÓGP™Âi;WaÒOSáÈI’ÜæÁqšh½Ü‡]Îá³HEÝ©$äR;Óêþ)Tþ®±MŽ·ôT‚ó,'7kxä²ÖÉÀÚ{ZNM$÷¾b®Á*¹ñUïØÎ»Õ¬`ý+l†ß¯X×Çä³[õ´[‘ÑPŸMʶ Sôä}}r[¹(á9¯ùc%>åoõ‰ìåàäÓ 3»ÊÖ%Ìê¿!}G}xjæC‚©¼õºÐö9¢ýÃêÒ±ßÖ€ÅgH f²JÜô.¦b5þ¦»øXR³S¾µØ’Ôêï@¬ÔãU‹#åJnöMgƒ¹g@c†8¬ðÚ%*Y—å‡ù±ŠŒžÅX©7”Š1$”zéQ,q[R«ø7$Ù}9¶ùkÕå×&‚wL~gl婪G\0®sìˆP½éó•/Aò×\äŒeï=y“«|x­¼§š•E,IÞ5WT¿¥<ø=XX¼iƒ>­™Õû*O ‰»’/²'ÚÕbpkk1ªÉ®»yjbjÌÌ|yÒ~ã‹Nÿ +ÑßÄâmZI0»‰õ¢ C›!vÒŒ8“޼uïdº"¬àŒA)ÒÞÏ-µaEÞ`yJ.§1³¬¯²ï\"«”yÜÒ-CË$ônJøùbe‚"•“QPAïÙÖ¤6/1J*Þ8ä1Wv”ÞäÖ“Û[.›ÿq±Vkù¦ Ÿk°SCqÌmö&}†›Å²¤»[jÙ5ÈmEiÎZØÐhÅ[D„K¸V0 §íÃwã²N¸ÆUL9ÆÝ~;r иŒØïåIØ;åy’`‡µ#ÏöíãgoÌ›15LDÚÛ’å3¤Ã¬‡&)d“7_¸Ç»4 Eº>:(oQ ånrãFñÀp$0Í ØM—º7`«'ñA¼Î-RTälºx H7V~_üp–J–ÞÏù,žâ¯Å`m³Ÿ{P'æJ¼aùªv³”¯§ô¢|uc¼î:×Y†¤ì› „ØMX—˜1‡„£d¿>}õ‹¿|Ðòž«_çz&ƒã ÃꆳV`%“Méájw>ÂΕ|sóÈ®z°ýÎb¡Ò1Ñäø‰zPtc{‰Íw;!Ëâºàé}ÿ…&q!£8BÂféé°³Yn.Ëqï–aˆ>Íà4âÌ™];^_Ÿ¶Ot÷ [øf’èÏrãPªÀi¨ò÷ÜÙGpç¯þÍü%¡Ô¾Ìx¿q»9¼Ôl1¯Ñsi-m€ÌÒÚ'AÙÁi8ϱ[Øþ ™#«;èÇ×|ð)™¿n šh™jBà»Ñ1ÄÚˆ .bOh~ŸŸ×7I(•Ï(èȪ¦,‰¾ö!!&jx|nöp ´z¶Ò°RQ3f‹ìiÙê4:tò}µÁ¯2øõ•<;Z Zi©~/ȦùÑ•‡á‰dwæ[ÚY`Oÿ7ý-¼‰XîÑÇŒ™‘'${ðäS/%69lûÍZ/§!>¿I†ÌÒÆtgþ³Ý d¢0þ‚чnŠØÛ ?ºb4oŽÊéXH¢PÈQÌPè9X#Hî?ªÚ¬þ@µDI¥ÛŸGÂï[ „§%-Y4ŽñÐûQQÊéúJŽå³‚ýÈð,sÙÙ HÓ.Ä 0oñ Ñ¨Ê7a¬Œ²õâ/EÉM±^ 0IÇŸ5 N’‡!*ñˆ Ì8) Ž”|MŒXo¨ã4&Ë1U=Ë>}8Û)æ½.‘{<µÌáZMéê;6¸ €Gª¾®ÖC¯^îYáá°tçi+ƒ{ã,˜žÈ ÂâX±Dc¼3^ 7ëSà‘<›#ýô®EO‘ CIÀæÇ*ûVž‹b‹Ÿ@­Sbm«ÅŸQ·Œ"ß5Nœµ=•³PqÏOÙ¯@ ‚„’*\XõzÞVV·P·dÎM×RÌ”sƒ­pázÎ7×€ëEÝ%:ä7–YÄßÃ>ÝÂZEFÙ䳂«2S>w§ÐÜSØü¡šÙ ôbx2Ñ(vìO²,·j†ÛY¾>ãs‹3Ûz‘ÀL*èJ`§öG.ÿ¡™í,[(„Z e^òøë:FEʬ5øc. ÇOWÕÇ>]ìÅ"¿üÑ:5G÷r"!xÍ–>és4þˆ½?f‰u 3^’ Hþݨ-•=_ÙѪ,{d q™’MË IAÝ$6ÏWz¼µ‚ï³Lò‹ñ¦'æ¾Û BC~;—4Fš·Z”kŒ ¶K32ÀDt‚nöãAVÒAºühfß%«‚d°CX'vû h ´Š±?²ZqÃR§ÒVuÛpYC^*PoI™…wÛ~ïÍîb–”Á8M÷ÃÉ g{öš¢¬!Jó.!ØÄN\„nøÀ³åçÈÍßž•BÁÒ/«þWÔä4 ÌSÚìe¼(ˆ2­ “©¯Ðf§ê¼ä6¹1Æq)Š|LįÕ@™F(Wÿ~^«­%” å§ 6¸øŽVðÏÞtœâÞ@Œ?ñ…è<",›œºúi¤'c¸—º”©IGº?J=ÈÖ‡,b|`ÀA1~U³­/.èaMg”’“Hâu9ïýn&"4„[§ï‡TâPÏ2§»wßêñìÓ—S¬‰PÆNVW|»v¿ëÏcÖŠ4: ý!õ<€Ô¸{Û)–÷GÖ¿» SlHŸÍéCA.¿Çu×ö+dhß|íõE¦²¹.u%bYo™ñRÃç-åQó-Ú-ñNÅ+;—ñÖ¶æd3:ç} ˆû¥ëàÝuLQº_PöªHš…*!ò竇+~€J .{d¡†YÝbC×lŸq¶ÿì2Š=dÆ} 2'T#½áEK×bäA* żqþf 90igãºÑä{ûà2ì‚ùu‰#ÅMTìgómX7AZ©„£„†¡qúW>Ï·ð¥FÚ~œažÇ}÷ðqÐîbMõBzÌ‚5kð ¼ê¥þȬÓÓîÙ¦xûÙB¥9m˜bÉ¡±bñÂ@X·¨éqc9ø,z{u®×%ôp4­„×ã/è­reá“»¼“×o. ë—ŽÈNx®ò+§5®­¦q¹óR“­GË 5RG"Þžn>[UW†äçÛaJ7‹SPº¥È¸S¼DÜ]´™äþÅÅO;ÆÎåjf¥£Èyù ‰ˆJfµ‡ïÙÒ¦åû,,R|¡Q¬Â„³çeîÊ{\‹Zn³ËŽ;ú*ˆ¾%«T§\ˆs|ŸÖè,ÅUÇ~Þý¶à¼yÔ¢þ%œâ¢/i1Öëöb-ywâª-þ] —±a¼† Ý­06Îi`·ò•ä€Ra¾^ZZ g OÊ#òwW¤O_Aç ½f’ëõ~TÏb,‡B¿ã}Zã4·Æ³Y‘Ö+=~WÞáø¹ÝD˜Ô¬Çµ˜åÌ«}8ea ›B¦’GÇÇH!A‹ûàò]…#êf‰mŒoz3ìé5Xæ·×¶¨œ¬¤7â)c÷Ü}èÄ&à8J‰oƒ-*AŸWˆœdOwÛ Â¶ŒÉ/¡dƒ¡ÆÄåmR’Hõäu]-ÇñO΀ϴîÞ&:+âméÍÈ‚gÚã[)µøD«þb®ßd>¢ PFEßM¸[ÚzPAÆÓ² w WÞ<»qôªÐ|”w½½ç¿+Uñó|ã7Í\õ¯GP.Ú¸Bv?ü¡¢cŠi(ž¸V`÷ƵºžW‰=úE©W¸-O—¦D=˸åð"®ø•$ÀE Fy ÐM-¯Í׊ÎvË$} ÆY¢ŽÀý%o?kö³8„“¾ LMäÒÕ¾_`ðüÜTк1Ɇ>k„²ö¥²>ÔTùÀÓI?]Èòk‘E æjzˆe‡HyìO±¨‹Dèë"Ò2Î9—á‚J£Ö¦BˆòýÖ• ‡À…Ò<¢ÜóÒ«u£'ïã+MpFÃáÞ<Ä ¤ù®_¾°ƒ?Ö£ I™­'aӵܘšM>¹Álå×—¯Ž¶Ø;O´i$ÓD5øeÓö[?IÉÖhe^¶´•„4YÍÍÂñfÂVm^YwÈçjù{"[Nßâã—O,5jÓ£=µË?†fÂmd58ab'Ñ4"ýZ¼îÉ{óÎ+i±G¬!ÊÍ–¢Æ4qH7¸µ£ä[QN¦ ‚µžÐ¼¿g¨Áþa7kãC—µ¿å _ô"T.ÀÚRHd€}ë&øfçn£XyìÉׇvh®¦IšÆµrí+K$LÂôP×[R{§"Q^Ëwï°–=¢\ nm>÷Ñü¥NÌB¥õu¬å€ÙRXÂ=_\ G¦…*ìÄ#bš-òêŠ3UQk˱?²Çn2™®j|_IÍù{ ͪµÏ ÚrÏóý°—éP âÍã—׉íß•\×Ф5_ã7:‚€,‹‰z‰“B¢Ð° þB·è»vUóáÆLH&#³AG@›O[Z|‹á(÷ˆm(|~ú¼Aȸyë;¢éÀåä¿"‚÷«O ‘ôyâx="¥­%sû¨DǶžZMgOúž¡‡Uì_†ÁY¢³ÒÏ-DÞ¯qo§dóŽCø$Ràº2H:[)ÐuѤ('Ðêµô)žÄwgýÙ[û.š•Ò hÉuøå¹³³[1i¯éž’ 9(h|îθD:D÷«Øxlýë!¬}¾óz•½™Ÿœ’L>œvë·fw[üh¤W™ærWø"$,ÖÛôTÿçK¨Lé„1<Ï]{Dqå <ºL»î§©2|}…Á¥w¨ÃæFàw A1´šj?d¤ÍQ‘ФU^Ã1myêI?†A=IWC&ÃDUÍÍqŸÃÕÝõ¢·“ýÒ ­!oÁò¾gs ã=™P i·MH(ÜÁ⬚›ºý—³oP‡1Ú@^³g݆ ¬—õç%`8ÕLTt/>ö*ùê×1¤ù^úºÒ—ÐæXSÕzK¤ €ôº[O×t‘K4ªà­ûm¸‡;_ËÇ› âyì·E®‹¶•£žÞÆ(Që¾ùH³]¦84Ħ€<Ò$ˆqÛ==m§(„õmM®nV†9 C­‹ž#uåWG?þäh)üw¨ëË´»Èü8äb8ieh¤ä!? ˆš&,@.S‰a TgdA9¯JKöþ ¿šM;oæs¨Àg‹JÏsÃæ–ÅdžžQI©“2‰àöª„Û]ü¡¿áq‘Oå»úûJî¨5‰çðÖå}õýÛQ56‰HÝA¦óÙštߌ“¿`rsãû$—§” ?8ìÏÎYe-ÓÆYÞÉL\hÃáj™`\$³v–Tÿ•– ¼xZû½®½ä¥ÄOr¶¢¶/À2&òiõº¢2þm©¥‘QZó]‹_a¢@ë§A?ÏÎ~ŸÑíx’ÏwLð½¶›ØTÖFÔî×*$6sP¬oûî½BÅ àgœŒ“»»þö¾!ïG€jy!ÚÉI]Ò ­NžFg¼ë#s¸Ûó†ƒúÍí ³÷3ðŒ |1óÛ‘jêiÓ#æRÒo0‡¦?÷#€dÿ{0t^öø‡¯vÝÂ}Ù$1Ÿr’û9|‡¹»ác#t§ Ò+f>ÆŸËRÜMæ‹c~_š}?'1±”øþ¼N€Y DÁ"Øùœ &à!Á@Èü„&2Å;fý£H]•âÁé 2Nr†®8s÷¥yNýÙWŸõ²ÈàÏ ,Ms“`4ôXÝà´;Rc>9Ð|ÄÄxÄ«wØ KÍ nDZÅÚ„ÅCÙ­Ûμ÷{‹$—®ô7óó_íÑ-š­ CóÑ¡ÇûÌzY?5‚hƒ‰G)<ë lÑÄàξt5ÆSRâªHK¹p†•™U«Ž¶¦"håk1/ï±Bt•ö¬ò{sç®!ƒvrOdJ(ýú‹âx[3_°€N1Ñ´W J©ýtÒ öú4}J¥gÑÏŸ„€cŽ˜iŠ%´íXT±S6gõnzSëçrc^ ßu–*Éçn3;+Ã\½¾¶%5Lip}¸Ô†Ž ‹/¤üSÒÚÈxîÁ45àNs°{`g ÷á”»g|Œ<´‹;|ÁOö_ü^‹jßþ¤;,s‚·ÎñôÔeï«Ý,wE|:Ã6yL.’†nmé3:Ö˪ÒGIUÊF_JÛzòŽ©¹Î_æýǹ#°ÿl$ÀÖzÏõ>ÖÊÂ…²Ç³ö} Ù¯Dw|ÿÎ.áë‡T»2õ«5ï¹Ø%-»‹Ž·jh„ᦤF«úœ"ZÒ÷íqÊÉ~Î8Ô¦3!?é³,›;xŠ´i–®YocÜŒ€®B K«±TðæçúQÿ°Ôæ§p#(êlÅ—×Z¨I$Ò'¾ÿ)‚ ë²OáI¯]óšÂýE©¡Éñ«p3´ã¤q>«ÏÿŒ3‰@ã'³*{­˜½¥ì£ðyÐsR&ýi«wÖo¨ígºi–ûœ2sk]b1±ç-÷kÁ¤)ZÀ-_D+SŸbÛÕj6„̚K}8.C}‡  Þ½ÎæÊº…³3¯íPbœ„¥½å,ó>U´d²ˆhdQXF†å¸U¹Ÿ÷³û°¯Œ.ŒåL¡‘¤u”+½oã.ë¡æÂä&€F5Ëz}Ç©*>HoŠ8Ž–dØú±/â%$~tf.î£zàk—,y>ÅÂñê¾YmCdï‘E¼æo¡ºÅüBÕ9ˆÕtc´Ã–|Q# Ïçs¶Ü†ã—ߟæÈ¿íc#õhɱζïˆô¾[‰¾ð²» Z+:LwA•ÙNpåHŠü,µ\ºbåÛ¬VäÝÂÙÖ¿§†&>‹¢íñt¸ðçHS ¨î¹‘*ª²j~Eþ¼ùóMY&Ü3Èå*(À³m‡AcA)Qܧ0 X†dUk®Rž6¨¦ªpÛWfgÒm¹ x#±P¢¥IÏóOy¹„ØY^/!—=.éKmpóšð׎‡;;±§7T~‹ QÕ™cŠk…IL|ÂÿµXä›@×gùBãæÈ(û¥ÖpqGÉdKÆ -åª8ïf÷–I'ûbP§LtYjüúÔÒ»ì4Òuÿ26ÚèÒC;^¦ëx¦%‹bÔ'Pœîè£&} •µÍX§Øø ‚GYj§æ&µYä'{€ñ'“¾ã È-þÈ‘³Èþ}@…° Ìt™# ÿ'Iué<«.ËÚ†“`jRßã³´ÆÝNÌ'øÂ4Dz»“%œænïd5-‚ràj7>dò—Óà¸rñ. ï* žšZ@ÒVÜÀSÆ*©S§¤®ÆZû¬"«Ÿ"¬dáÐ1*ɳØÖÁÇúòAþ™,RÉʇñ‚X䔋á°ÖôÉÃJv’nXù ¢˜½} ÝlAy•AAîLª’ iÈo†³j:m^¦a?BÑ ¦x»'»e‹ÃjEö•:Su¢˜wÿß³3îÑÇö‘Skö$€êL\ÅL‘³í³>YJi¿þ£“:£ÀuC”‹4~_b†bËjy\•ëý|¥qØN…|ó¹’·óåHž´Á òþº¾¸ß( ÇF¿ììZñ fØ ½RÆOµ¹$—è’;Òa»'/;'ˆ¹>U„%™þ«cš{5Ò]æ•å  cSM²YѲ…eùØ£Þ'O¸2zs?à ÍÌsaC•=ʯ™eÄzüç?K¿s8 î<„ö˜é‹æCÈ­=pá ˜¾„ˆ„N/ –éTܦƒöÊ‚üˆ@~µnÖwÉÓ4åÇDó²ó—>fè€'sô)ël§ºÂt<ªI.Ý-?Sº© :z\\—ÜCÞ/Ô 3~ˆ,”yë5õšKY#òö—$î‚«ð¸âôæ®ëü1‰’`ÑúdU á/ºæm¸ûõAóÒ½Xì|ÐV•Õôušâ˜a1_Øvͱ.ºs·_ƒ^:‡3–Ö]Vðˆ4}>³ÐÛÏZ}žË%ŽŽ‘µ`ˆ&[ô¹û.¼½{Œvö.®b½ÕrHŠXú"ìD·£´¼…ëÏä ÉámËH|fIþÄÎÀu‰AăµVe}ÕëÅiÓÅ”ÁœÅ†ºL#ÆâŒ“Ìa.ëæ]t}uþJ[LƓ椅=Y[ä_àüb†ò–ëºG!ÆüÈAf +¾äøÆL¿æ´Ž$š/¢?=ÚHOrN˜Y´é®‘}â»'ˆ~¤*ƒöF±¦ ‹D×!†¾j«xݰû#"}bß1ÿÃsSÓƒŠ÷£¯÷ɃeÞŸ›ø KlPôçĎزÙn]haiPÍ6¶ibbñƒXáã@nŽk“@–ótÎŒaо OôT_Ná9’Ó.^ÓÚŽ "u¸ðãõç6½RùRçxynä‰|}<¤š>/j‰õ¥LÃôÖÖ*üQ¸›Ï&A…•im ûúmô[*•¤ÈÖÎ …®'“ÍìÂ^ÜðXa†iÖ{kžo|4åÈWO¶ëfËÚýŸÈÒ¢ßÒ¶ƒƒ×Qt™‹Vvyi^`ËÍNŽðƒÓf¹$êX*m[T£·§’„ð½whlmyû‚ºZãò6彌ëõ%Íj +;’4“i¡á7¢yýˆö#c‹2Á Bß¼Læl—®R`½Hú.wƧñD×+ëÿptç6åè%RQžc˜øŸæ¹f»´!¥eÜ59…wž Y¤“ÂUÂÙáu 9éËX)Èøœ†ê‘_?c7N‡T³VzµÂ°)‰zÆï¨I|vÉFH±©å¸hƒ©pí*zM+ðuøœvt>¨GLµÔb¥*óÉw.ÉÎŽê÷†f˜¦ÐǨ‚/+rëÃkû«¨ç~Ó˜bH”Ç©J[S¾±²¥5&pc‡Ü1þ±,ŸÕнãî”!pˆ\–Þì_ ²¼Ú·VšzÓ[3—B<#6ð†OO@û¶•x¼´„¢‚Ó°µ €¢±Ññlû.#Æ6ŠùU¡.›œ®9•@7OTûÎÓAHpwq—e×Ô%ÄùcO„wƒÓÑÈ_Bõ5ç¢Gè)6÷\A‰Pú’¨ég~¥žæä2|ÔM¾¹˜"'· ÂÎòDˆ¬¯QÇÊ(ïˆûLfS²¸ë¯û«q[ôß"¾ä̓1‡Ó"„£iÞ5ºï_ó+hUöO:3ßís’ó:û‰¤ª®ã~‹éKà„s[¢¿ÿAæÎ~ÞpöK²+[›ÜòÍâ\D‰1È73CôÛ4& h©ñä‹ru ®,S‘)ªj×:­"IèWz¥‡÷1×>E•ã+ö¯å¹ÓÃ}Ðlfoµzh¯eòNÊrëž!± ö!`Öcµ´&Û÷sŽr{å%³ì…ÉÎü;Ú‡šï£U뫟/–A¿¨tMe§¯2‚þ¢õ´•¬”(Éx¹ÖxÔV{ß7rHaVôåQu¢ÑV3ž´Ñ(®ÈQê$ÊÀiÖ$þºK¯ 3&>Á…m3åûèç†ÒÙLÑÎ9¦¶ ${OϸÂqéG-bÛ$tÂúÄ…—¿R åíÅ7al˜¢ªù¹9* QÛµ4ÿ^#oyksÀ ÎÕÏ /åf•„ÄÈ9^ÞåÝxÈï*Ö@_ÈWƦq/–€Æ¶ƒœ£O’{´I3†M½$[ ôiOÄÞ{‡"¡ò«ûP™Ï)ÁM¨µG†œ}J K[ë¼´±à†ÕŽ'"FQè…AËF(|`‡C“Ū6ih™EØÊUÖòº—¡8ÕøÇ("…LºÝé›ò¿Ò•8 ¥ú –޲"Ç9q¯“•1Dµ¹z^! ð˜q¦ýÉ3î6•dÙ»;$Xï—¢¸¬û#ꉆܑËKš¶6[ŽœÊ0ÛbDjÞoëš÷Ðryµ»³´;a,|@úõùiåI|ûr·}RúMâ³-0ªð›‰t-Bjs<IßS^Fàl®± ð>ØÍ£³÷ÿ)ä0Ýó£øƒFxPó.ŒØ0ݦŠ7ú &š ñQ¸ÝwÖÿ·5 ¯°Õx²’;xD.)ô!t¦f¦qü¢+g‘¸4ÙBcC,y'eŸÞ:+ÃÏÌ&¨FÒŠ­H¡é'Qâ¦2ïÛÚæhÊéåA’þk)õ@~„çh.e¬ýôÞØÒ3@ã·#‰sG=“e µE®štEÐ0ëwvkÍŠ›wQMź÷ü9¬×ç‰g™“WÔcH¨q>ª8äXjY[¿á¯oî`PAwý _~Öò•“1ŸÏ†¡ÊŽÄiëí¹Óopl£}¸ïF¦ñ†c¿ýľ :Ô€Xº¾×à³,•~‘É•®~$ñ´ejk.à$§qnU:çÔaV[-d&qé-Íÿ¦¹GykÝðIùsËtÃ÷´‰rJ±ÿ—%OÝJ·?\ŒßpñžK4 jI§ 䄯è¥6-ÍgD;ìšÁ¹ËïNñÍ(Ôìñ¨ãS¬`¤o±FðBïµ$Kk¨0›M¼ü朜ÔbqÈžãt"òܪ|dYô‚q匢GzY 7š¶Q±Ã|åf·V¿´ÓQ# *m;³%Üò†æö|Í™C–i-íLgΆª §zÈ©-Ô A éòÔܼñ’þBݬu½›þ Î@Ö2Zëj™2f›¾4ðSÓßÞ¬¿üƒÂJ+¨æÓºs4‘>ínךrãò/ª“Oÿþ°å—eaªø}[~Å?É96Âï$YÃÒúɗÑ5ý^Ë•4’HÿCãýYTl‚ëÄ ¯™÷„†‚ ­p§'ºIëœJ/Í|0g$%½ÃrúeIž\2„JlçM~ðWæ‹öÞ½Üîë”Ëq§§ÞŽ¡–gJšæÔ Ç¡3*¡á!퓵NŽü‰ßŸÄ.ùyΊ´Ÿ¹Ù ^|%&á®Þ¸ð¹ã·wÖœžÙŒIÖmx¿Qڰêåß¾ˆkâ,êËtëqš}ðy=à¶ÆÚâ)CémFÙÞ¿J"– £gƒOíôLؾ2ä˜Iš›$}¹É>Ì(”;+MT5œØ]˜<ùÔf€ì¸‰ÖTùÔ’šàq†˜¡ ¹àž%PC&¿¯qÛ´Ø<”c%&vtøÉ’ö›‚Ø•ù§|2TjåÏcê)Fw.*Z!ñ6ˆšž»Äyäe¯Õü‘e»[\)öÎë–& ðô¯JÖÑ}å’þ”“ø&Jϲܴ" SSœŠÙñ¢ÅmþÄ&Ú„ëʆ seêA†¸l²°Ð¦*7pO)ñþ' ÅýŒ2 —ï¸Ðï‘\yÃxßçL„¬m¼\Æ¡.I…8øC,ý2 羆Ôîo†ÆâªtþŽŸi´S%ÏoäëêER¸øŽR£Î9k«w,šëH2¶±I™ôÔ8m4sU]­•+ó}‹@ƒ¢œØÀ8¦Ö«mdä×CÎ [žwZx~ä“j:r7bÞ {Yº©FŽ3áþŠ©„Ú¢4ßg3²¨­§í|I¦{Û8þ¬dêêŠ y!!VžÛMò`ýô9\¾}ú#l;¼›÷ `¤±…ª·•A)ÝÈo~šåíºFsÕ¤›¹¸`Œ&_톑<õÎI,LžM›3fG`ÙÍäÚs¤]‰4 w§é绳Ÿ<›Ex³•†A Ë$n˜Ö™BäN}#gåÅ<Ãr(§èé*èO1H¡»$·˜ª¦ÐíhͶšz¯QW(cƽ\×Ók5eÖ×µÒš¿jq×D¶ôìaÀwxãNé4­«˜ 4ª3ƒéÔo¢î¤`ü,SºUiŠ ¦¾†"Ú?5[–€©;]Y.íèè\¯¨kk׈wM™ÄÆã®9ü­xŽtÚ¿øŽêÀ;YÞaŒ_K_=šêЫññû®° ÓÝÉdµ©›y*´ÉësK»‘§í6™Ü h|ë¡÷"‹¡’8ã£CýÄݤ÷û¡¯ä +¼g±YŽ"<6¡1}»&jZ²˜Ûòd¼Ú%aÑ}- äÚ}íÁ}´°=\×2B µ`–”é–„•%‡´ñQ’{¤<ÂÞeФ¶— ~dExx&EóçÑ]˜\ˆd0¹;xÇ_»‰ÑÜÁ†çñ»j:„ž³Ê)t¿š_–ÉX:r“–bb—N~!uÞ2¸çÎåôÊÊÌÉÜ›gc)~!÷„ŠÁüó4kB¤L Kª”5wf$®Æ>£¤u±ÀÏ:g ç\Þ_FÄ&š9H‚Á}ÝžPÏíIÔrùë7ž¼Za¢cvÞ/øXådØôgZ_åËe}ÅÁioîvGÌq¿-W¬1ו Lw¦÷̇¤‹’. Ùì½Õæs“’´-™yœP+¥­u¦öŸòüè^ A¹ßâù;jœÉg›'}—·²×½Ä>™~!Y“A Î;ìÓ0AøúÉò\ìBÜ@í ª3ÜNl'9ñi¨†®Ì}1 ®Ï(jùü9roe¤Œ)Ä Ñ]gØ®¢líšÅFÀhYX| ɧ|î‚Úcå"9•Ä$Îü*»’ìÑ&ÛtÆB]¹û–øáHÆÓH±¦?½%`ƒEÇjðýKXÐÛ”ƒ™¼/âª"ÌXþôÜ7tìOœ•Ã< %©d{˜E0³¯˜Ž%‚²´,~¼åöïÍÖr§5жÉüÓZ·¢˜ñuføØ%¶¨oúSM]Åy‰÷ð®:(¸]ô龈†âçQ3‚í+öÜXî¶ f¢-!0ZÎá¹ÆëpoUBªr½¼Ç„h{ ˆ'òUópó'sð*Ú]”p kûRÉõLÓ) ˜³uc¢ˆT–#±*úóI¾9ß[r¶^aG*O®-ÍA sË´}µ•¬¾/RŒ*³í 3µ'ó´óøN¥“†Â| æ,^&ìk<…2]U^ÃO°©)‡2÷á{¼êÃYzÚîቺž=8[êÙQH&1ŠÅ¬TpåÍÍÅ~êâgO"xÙ»¸p~9ôMmúä?Hû8K•Ìç{.³ ´U“%D¾ Œ#Ê3pž¦Œý|+TÿZÜGXôE'×$нíA/¿ê¨EÛI@azLäɨ 9xÝ&Z"Ußâ`’­ ×=l£’8liŒòkŽÙ`Ö¡Èß?|•dᜌ W ïätqÙò¦Š:¼Ð*ù²<§&×0ì!;Ï¢Ó\d .Á±—¶UàƒL…ï™é•ŠL32”/$µ—šF9_š„Íl2õÉ×%D÷¡]|£ÎJe¡+î®ffÂÒ' 2´ÊJÝb…Ô g~û,y:µð|ÝCrc%œ)À÷ÁÙG£áâ¾ÃQ§ëþ`dºYŸô%߸ÄLÈyêùRý+‡¡QØSö»ù©Ò«µ…í}Šmý†mKŸŠ¶·,ɳ%D"ª›“(ϱp§Ö¹°u¨J•ooÃ6’ÚÓ*l*¡Ã~éïõ8 ÙxffÊžÕ1U gÔ'lJíîÏÙ3êÞ,Õ`”)Åõ”ɳ1'¿&‘½…ýæFsâ9´~Ûy ÙätŽ`xdö†ót¢ùxºc†ÈSX– 1:Jï6Íçñø­`†K#§Škr{q†Ý·{'¢‚_µ€3YÃXc&0mB PFjSK@ã_ÖÕ5+,Ѭß]ý‡“¤á¡ ‘ŒùÆ.ùcz¯ÀÆ\LÔ_æOʳ§Qn JûEg)Gl.FÚZcÅH–ÛŽ'Þ+LCgâÁ¦È•h@¢¨9éã}‘,–Æ´×€W±-—å:¢“¼üÜv^{X÷yX{µz_ˆ^ûýŸŸ@–ÜO ŸÖŸg2îPËgÚ.ËËHX¸ÊÉ(ýª‡(FºùS‰IÉëÆpåóœúvÓ”÷ãÊ@hÅf#N};¤å ƒ`_ôç~ßÛœ Ùk±`om.–_ àà"ee({D“÷ §·¾Úû¥O¦=«É`È-ûÇ׫yÚJ-[Á›žxŽ<ù±¸»KP¡R!Aôaq©õž¬®ä;X¡ãÄ\áR¹×ÕE 7î×YùÇhfâ‰ÖÜW5–V¸ä§–²lEhêp¹ñ×á–71kµ¶U1Ù,…6êC&Ôkr¼”n¢¯¿Ò%Ÿµ.†ÎÕ\j6çý> ÄàlŠ›¿ªò…%pNʵ‘ׯ a E¦¨£Dn'9âÞ’hËUçÛ‚X´âžùèsXdÁ—› ¾§'Àò¢ù{¿ ¨•Ñ€–|#|áûÌÉU÷)œ»dîí? ¯Óuš'œÑ sÌ®ýXêœ÷¨°oÏ'bkò¦‘É<ýáJËÃV/CVQmß ²ƒ¸e% ú¤]!86ªäÞ›Ô–r[>Te‘k,Æ ®úÚˆ¹nÄɺc6Bˆ‡üXvitÆf¥Û•eƒVSZ•žG7¤Jtñf™ôç´º¦p¹;Dt1Ë5Fî”økمٰïѵŒ_臰j3ç9tõÛîÖ<ð{21܈ÊórpM_3 ÞÄñ ”>¹{ˆ†jŸBl`Ó…$ç>•»¥ÚiÆöïuk-¶£Ä®ÈÀõnjÜYÎãU]Ü%‚_•‘…H]£ÅQtþúJH zÍ ²¼¹µþ­=Y+Ð+ád®n߇¬®dä3·VºI¬N…¡çH.ÆM>ö95¡×’=ÖY“Q¾¼ú°Ù-Xs †eœbñË›Œ¾ÈÙÿŽOoÚËâƒëxìÕN9v(QÆÿ¥˜/Ïnlj\{ge|–Æg uìUÅ=äoG™)¯°ˆÜ ûˆj/zÜB!´œ ‚.›+CäOC­Ñ+ ‘ Øðµ8óVýêô”(IÌ×åÝ+ÌÙ” ¥ÞjE…¼„Û– ©ôòn½>hLº]³ã›ÈæJG$lS(¦¯¼îÏ¿Á‹&€¿q¢áâ’ÑÂÊ@¤Ìˆ¸Û;üvÝÍÈX§¶s[çË–{wà£fïop6Cï²ÚÙÁ—ŠeK¹¶Ý¸ÍsÌ1òž‰Áv±íÙr?»¦è\2cÃá$¶[Jܳ(iBU@Mº'ÍÖ¼5'‰=ùSÊÿ}Ræû>Žòþ¤é0©µ¶­hµ8±6â8„Ž~ÕÈ8WXFýWˆž§D’€¢!I³µvvù‡´E[.Œ"’»%ñÃŒB±}OÁ¥Õ ×{¤zȈ̤Q-ñãm/\„I†À}ð0Þaµt¯Ý¼<ÐñÕ¼Bß<ù´D§å‘„ÒU°u 'aǰ˜¢xû¦>JѰ™—¢e dâÕOw@îî€ UT9`:ˆÍ‰Ü×oŠçÜùÀ}…Òí‘ MF‡weè”ÀE É3Ò¸ûC-À KœQeH‰E=F>£t´‰pæêe%Ó¶ºWXvZKi(i·OwÓc$Bñ¨ÙÞÑIGñpKˆõˆ¼L¿(ŠôðG·þá[-ßl§¥åI &Tû™ôp·Õnr„Má[”rõQ"Î2£Î(¥è/ òñž®%î0˜p–¨yY¦7|è¥3­Á·wf/±ŒJ/o^™áPœWÑÞ¼=]Œ€ß‰[E þiìÇF«Äƒ¢bJôŽl)ñZn1â9NM¡(/ÜkãYÙïßë0ˆòŸIxW¤zPÇZ0/©+$—•DäΗ+³“–;"ɸ®Ã“Yãƒ7&Öj3E¿ËÒòû¾§(Ž2¿ñë¤ÿê0ÀyvŸ’ÑìqønA¹ÄIà £ÖS†2ÿ2)È‚ØÊºW÷ô¤¯÷¬àKU§ao*•«ªé° «þæ°èC[¬M ‰½v> <'i¯Ð´¢œ¸öiŸ‘~ÓÇ:<’™©Ën8ˆ{’¢ 3¦¾S)R® wlÕ J7À¦X]tÝS9±þ€¨XW­Hk\Êÿ,áK¶¬3(]ëÃ1kÛDà X™Äë9Ê¢ Ó?%2¸ºSЯ"} º~ÕzßÇÑ ¯]Ô3Úƒi® µš;àz?˜Ó<0áqDQÀ÷tJð·>’åFÖ~ÅWj"Þ`*<¬”i=;­ê±¦¥¥¯âeÿOÇ8ûåâ•Ý|vƒV­F&Xnõ^¥Ø¶™’Vœ@ùy ñ i(hÛêOÓ8~¨\WE½¹O¿^°÷¤: ËÌô ý• 9*‰¸ŸÌþ;BEéK9ç2'B{¡A¸@…„¡ßáçåtMu7ruÅ Ôyö»™/ºQze®µ¹QY•l2‰Ç œÞC󤙫=^an~Á"4-&oàš2€§¬ŠKeôèbª9_4+Œñºžü®òEf`’3=÷oZGnV¯ŒaÏ+&Ð45Á›òÅР1 Î̃5\0%ÓáŸ{gP%$µÏåv—¥<a…õªÏœYè·~Ç oO8´Þ´=¶Ó~ý霋)Õ;le•‹aíIÔ€ A¥‰MÏÁ¸5‘IëNIH´nÖ¥D–Zݨçì\…Ai%܇ãåOÍágˆ‡¢Ûmc_H­ Ò~³åðg)ÎÇ_×þ2bie†©.¬ˆ2ØNŸºâ×´S›,)²[êvËø¿’Ä”Þ]ÆyÞy¾3Pé] V§NªLŠyì9Ͷ?¬FsˆÿE_EeÝf‘ÐОřñ¹ë{ytY £ŠY‡¬ôyRöÈL§S¥©ùù­J*<½qú.Ôè®›ƒŠ{’ܦ£ÕH[—ZK|/ì#÷îi™RÍwxjÒ`­†0:!ݪÅG{…¬_Zg a²I4…Ñçh©ÃñQFtU(ÝÌ6æSÆjÐBM`wÕĸPD‹büžÿ;{åoÚ˜9U¥Áäv:¬®¡m¶¬fGeq§´ž[;¼Ü!˜dØÝc#ÇBÉ9~4›ßùY:ò×°IVzµ‹ÜgBM4›Ë d—Å#20ê ‘¶ÇpiK ·…¼1÷•”-]óRÌÇOOÞõØ™ídRA×>ß<2Ò÷.(Ö$Ï¥dªYÝIL¶qHvxÕ«ñ]KOï¦ûÉשKS Ùù †´Àû@Õð*yq?Ôc "'iÁ>{£Àt» ‹ ¤Q~ñÜnÒH(H©lŸ¥JÂÀÄ5³ ,íƒjŠÝ±g~·$žY®ÛXí¾ë ¨cÜ•ù …ëÑH)å‚Nq¨wŽÉ*íg†Rw‰7~òíÙ?ÝGˆ5üäßò¦gz‹&ض¾JäÏãRjÈ0ii',xdý%¼ZtC—yä4™œј†õý7böªÚ]ÊøÉ#©ÛåðgÆw&ÅÂv@™?>™µJÍ3¤_q}jéþêrGÚ ‡8À—Ëïÿ%Ó¡¾òÞOŸŒZœ£N,”r:¬œšPx­š¿»WéD¯¿<§‰¢S×uÉŠP¯Ö\ëÀÍ©¶5[¸ž—Ï&I %ª)ëѱq§ìæa±´j«Â`*Ÿø 20šVÂzá†á¿’ žõ™I ߌmg>Xø!u·‘þz}ø„ GU¹_—J7kR¾þ'ƒ-àUé;U3ô1Èvò¯*'Zɬð}pÖ‡-šs›‹r|$ºŒöt6Ä\}¯{îÜàU)Üo‰Ž5eMÆF&5 endstream endobj 848 0 obj << /Type /FontDescriptor /FontName /JPYEAY+NimbusRomNo9L-Medi /Flags 4 /FontBBox [-168 -341 1000 960] /Ascent 690 /CapHeight 690 /Descent -209 /ItalicAngle 0 /StemV 140 /XHeight 461 /CharSet (/A/B/C/D/E/F/G/I/K/L/M/N/O/P/Q/R/S/T/U/Udieresis/V/W/X/Z/a/adieresis/b/c/colon/comma/d/e/eight/endash/f/fi/five/four/g/h/hyphen/i/j/k/l/m/n/nine/numbersign/o/odieresis/one/p/parenleft/parenright/percent/period/q/r/s/seven/six/slash/t/three/two/u/udieresis/v/w/x/y/z) /FontFile 847 0 R >> endobj 849 0 obj << /Length1 1630 /Length2 20351 /Length3 0 /Length 21194 /Filter /FlateDecode >> stream xÚ¬ºctem·&Û'•ì¸bÛ¶mcG;¶­ŠmÛ¬ŠTlÛ6+©ä«ç}ûôéq¾î?ÝçÇcÝ×Ä5ï9ÖEA¢¤J/l21—Ù»Ð330ñ€v&®Î* ;·½Š¹¥+௜‚BÔÉÜØ²3v1çhš›ÄÌM,,fnnn €(ÈÁÓ hiåø¦®¢IMKK÷Ÿ’L&žÿ¡ùëé ´´Pþ}q3·9ؙۻü…ø¿vT57¸X™,€¶æQE%miIÀ7Iu€¤¹½¹“±-@ÉÕÄh ššÛ;›S,@NÛ¦ {3à?¥93üÅvœÌMÝÌ=LÍþQÑÌì€ÎÎß@g€¥“±½Ë߸€@{S[W³ø+·ý+!'Ð_ »¿º¿`J ggS' ƒ àoT%1‰çébeìòOlgà_5dñ×Ò dêúOIÿÒý…ù«u1Ú;\Ì=\þ‰eb0:;Ø{þýÌÁ ø¯4\ö–ÿ™ÀÉÜÒØÉÌÖÜÙù/Ì_ìºóŸuþ—êl=ÿå ú—ÕÿÌèâlnkÁ€ÀÌò7¦©Ëߨ–@{ÆfEÚÞ`fú·ÜÌÕá?tnæNÿjзf†úoÆf {[O€™¹£ÈåoHÀ·ÿ;–þûHþo ø¿…àÿzÿßÈý¯ý/—øÿõ>ÿWh W[[c»¿ðïø»dŒí÷ @ðÏ¢±5vúÿùÛm=ÿO^ÿÕZÓüßéþÀ¤]Œÿ¶EØÞò/5L Lÿ%€æfJ@S+€…±íßžýK®nofîd ´7ÿËí¿Ú  gfbú/:5+ ©ý?$°ÿ[enoö_+øK׿ògTÕ¥ýß,Ø*ý5O‡¿¹ýjäAfÿóðŒˆÈàMÏÌÁ gábþ{ÿþ&ÄÍÂæû¿ ù/ æÿ<Ë»8=ºëfbþWõÿãùÏ“þ·7™ý3:ª.Æöf§í þQ›º:9ý%ù_ àoÕÿqþ×Ü››{˜›"¬.LyC¬Ó³2\êqò†'Ätû{™!‡CÊšÔŠ jA=þé;ÜUFïu¡ ÍS<?=ÏþÈÐŽöbÛRõ¤š_ú’Q÷¢oRvpÒ1”!gœkÆx_/ÈmCép0iîN(«”¾Ã|ê`u‚»~¦ s+ À$r@ñ3MkŒÃêDkè/:;§L:y~¢ü52<Ôs Ýw@@›OÁë…Là˜K ¨£^å‹E#t/œ(}w0`¬ýr(«Jnµ4/ “ðÀ¯o{*:Qþƒ6Vœ¹Ýw(Á8wa¬´a§Â¤ô„,Ub\óŠäú¥ÄaœUÁE7Ñ6" ª7Mµ9®~,eÃîðǹ+]°‘_žó¶ŒËÎ ¶]EwäãY—,¥y**¨¥“%1ƒ©ãp)û ‘½À9 ÝÅkÏ ˆ½rjHѨ+;\WÏëYõSM9Z¸8Y ý+ &k¯¨‰ß«2‹âi’¡¢]yttBmJ“œPÛElµ yk­€y˜ßé\¼Õ ‘¨Óƒ$âUóR÷•ü«F÷R›H<º7iã›ë/®KÀ÷ˆN®Æªèì·ÛE¦Öþ{)¢1„ÂEfïQÁÞÝ…uð™6¿k¿ä²×P4úKª•“zøçk»Ÿ ÇÑ¿»¬bÑš62G|¶N$+åG/<ȉ´ù)/¼Œ€ÆÊ…µªË§¹à]ã[@ͼī RYKÍ« ³25õ ý¹ãŸY÷ÇK ¸÷˜/¯ËŸ^9†Ïբܖž·„Y`1¬…PüR­õÌP "†ð–ºêÙÅLt`D'È´ÎÙ½ÐÈz‰_{‰"´'ÊúÐì´Îe÷çP%þ)9^\‰}ËiOEJU•ãÎV 3¨ C-ÜY”U¨ÆrY4ðtp‘—Lü|Û8z5ïê¤6ï`È][Ý9¿i¬ 묥=֝ޠ‰ZhËSžpkŽˆG‹rB긂pK>E :ZóÉ™,z‡ä| ëFÕ ÕAÁØøÕ.,ÓáLûVKæþ¨¹UrêÔÇU4òëܵR9¿„ºë³'}ÀHCqÖ ¢/¨Î&ìza¯ÂÊ6Ó]!e„x4Sÿt(²ç°*`ú›MÅ|NÔ`íÈç] \·7ÖKj)¸z=aÇP")o™G¶`¢ÁyÅÍ a¢A=Á8½ x[hÁŠª¤GÖÆ9Íõo¢ ¯<-9ÐJ;ª•¦µžt<&Üb/CÇiçÒNªßí§éIkB€6>¶-!]¡€vÌšùNŠõ 9„iÒS¾·¹Aä}æ ¢x×9š–+”,60¥£Aœa³² uéu†G§Û¤†>Z öþ&-‰--CQ GsQ¸…W‰áµõi w½a¤À²°Â÷Ï( ˜ód *äƒ×ý•»Ìý­žƒ¬£‰)³3z[·¼'ÃpšìàÄ[¾5³ ËÁlVýþ7ïËH9¸{íq1g ø”qp&ò£1®èÙxý.Ô-©u?w‚Mùš œ† îŽ;)w@éÉ‹OÒ\6ôÁÍ`òF)ôvÞÆ¸S˜Ï¤”Vÿhž×óÚ"kø-ظ۳_Z]Ñİþî>]ø¢ärm cbeA¢»©Fb©zv“ƒíê…ÿK/ÿEý ‚Æ›2¡êwð‹d²*VjÊ£9áV£&‡íŸ<`ªäÆ·Ø$;VʰVÂMÊë5²©Üà_JŠL×¶Óf°n£‚¶Ç ßFµV³Íã;°aÍMâØ[\°(*ëWåƒ ¥CºYä/äåë_’÷}çÝ =r´óQáì}'N1i·$[¤¾HWÅO$Ñìbt—› µD9 òÛ[¿9._´eèWœà'¶‡FЋÊTÞ^Àrª¿£bQLÕã4û|5¸¾^U°Ý!Öl U 圂úRl–&@Åt2›ª>|ââþk$„UtätÿšsÁø<"¾˜ '•÷úÝÒåi®-c(Õ¶²Õ*nK¦+¦µ0ÄkÜdás:³‹™†…%A)ðù¶‡t#>{ûmL\Y”CŽ6r¡Ê§ã ¶~ æ9Ƨ%ìÕCÜ’a§”ŠÔDñ¯¡JM’UiÒó i-×ÚÞ¯ø?jÝáÑ"d›ÑK‡I@^‡Ó\ðê~i@àÛ€ágÛøÓ½IŸDáì£ÖÇ‘s@õ–ù˃–>ÛÇå|§iðiiFåï(2‡J¤Êmż9¬¥¤.4Ë« ŒKˆù˜TÜ<>)ÑÖ¾˜_<;GˆYQ“]Æ›í{Kói¢ lydÃlŸ0Ř“`D”{æ/éR¹P7Gø>²‚ù”¨ ‚?ÀT_6Ù_%VôjTù}ßË‹yÖ]“Nc \ñ¹þ¾æAËh¬X|ΪIúª£Ò$ Òy'fI•=dd£÷6a¦Á4>ëý›Œt³òCMä· ~¨p_òôü3Ù[ØnøÒ餧Ór@`r.Êéþdv”VÊÅK*ËÉΣ Žd§ö‘ñ´{ž¿½J'•­Q!qàx5#Àš>Ù‘ “¤Œ ‰CpÒU³Ñ2Ùr$ô a¦øGÊdŒÔ, ˆþö$’4äœCp»×==kq6z5‚ÐoBOÔò…A׸‘ýÀîäìˆF[,‹H"4ÞGüLêJLç²Ytø{JÂ×Ö‰«ûз“k#Ìïgá/SF$J‚&Û8üü§Ÿ8`)K[Ò9ñ¬[εأ‡hè7ÁC;àò‚ Î!nt¶6gcŸ •!S pÇlΙ~"+ÑŸOŽë{ð©ß,‡'èڒѧÙurïo¾å·šdΤ·rÑ;!ó’7wÆŠ¤c}£7%³€ö¸np=aÆÄ›®jÿt]«™$p¤]á·¨èÅ\#{;bùùñÃ`MPKk*v^f{Ç"oõƒìgA}|•ñIÏ…ôËè j5îTe€’‰×5óH:³°öF¥ëݶOÐ€È—È ›X¶nÈðs% ò2Úüft׎)ôhŸXŒ~òª²°ìq…K»·@Ÿ['ù9xÈ#ƒ1ÏTä™[a-)&d¯¸‹Ú27÷yû?뉺¯@54§rMZ®€Ÿ… Ó?Ë­¶ßÅè›\bÖþÞ†jÞ¯„/ˆDzDswùNŒ’å‹ÝGWB(ï0¡Ã»DU×{Z[†è]d¢t‡l?°–Ùht¬U’á|TŒ±”›ÖƒŽŽÖ«ŽÓžʈ箜ôQù1îjëõŽîÒ›ÛñþÒúX÷…!„þÑ»ŸÌ7oüŒ]ÇO•´;|±‰×^k/•œH+Ç‘ lÒ]óäXA¿ü` z!ì쎉y;¯íƒ_ù/9óÀ`Ÿ;xþéðÈkÙRÙ~ôµˆÆÂc*NÔšøÜc8=Éx¢æL¼E¼RˆÃãŠö—p¡ÕTª‡mÿ·MS#3\þ ®Þnƒ;¨LšxÖß_à+JèÃ|KmÌ¡z[ çR#Í0ìÕñà=”T¢5ë¶fnEðuE°´óðV9Î j2S¿d2Ƙ•ÐÏN¼‘‘Öœýôu©½Nzá×i¦Oq¡8Î w\šÁt˜EÅöC·2ºH7å*¦/ª2¸^3É’ïZXãø¥Æy™)økढ oAÎyÀê¿=ÿh²_Ïœë)ŠK9VTìsWºäÀ8á  Ϋì…ˆð«^"cåÒ1½µp´ÙÛû<¯„sfwÐ`àÁ>¼ÙìaÔj4>Ä·Ý`þ'ºn\®ô ¿päñ)?b;#õFß•vÍ¡B‘¸ïL¥Ý…©?—ô™…¯eªÞ·R2Æ¡ÃÖ¿}+mXYÈü†Õè)S¸Wh('$µ.E§Y@Û¸¶=æÇÕV{!«cQ½§Òsn[ãä}SúÒºñá‰vðr!¥§³v¥û£a™Ã6ënœ?yf?œqJúólƒh`•á,]x× ƒŸ#s¿Ê€`#su[b/(Ã}w¡(Ì¿8ŠÛ§›¼@Ò¥ŸœÑ×­+.ðgv™þZÙØhèKa7z“›µ²e´sŠÈ<þ8å2˵.H²·eN‡LnKŸ¯ŒÕq¹pÛ)Űd9óDZp?À£#C Îü3ŒÄ¶¢% i‡s¼K¯ØÒ4 Ó;¿¶ANKwxœ~5£\F›ï"ÿ#ší¬÷ñ¶{cµÔd‰­]3œ¬½É^Áó!-0x)K’^íæÚï$øe‡ÑJÛÞÖ<¼ö¡N%ˆî"ÃW©’Éø-ò4„+@¾%ßç!ÈnXF0NÌÀ={ãqL† ¢û\îs•£T]áÆå2cl[aà4ó{ýÍXHT Á$ÑTCŽÆV>éøÏ?1al½ŽÙúë/Á¬Ç­Ê9µOÅŽqý:k3íÍĬZ¸õÆ2N§0®S6ǯÿ‰_ù×½Ì[Ú«<·Ž¨U¼oPJŠ"‚K… ˆ›8²Š0ƒ(ÄDxfð<ÝOyûѼOž‚«EßÑ®SªV´½ U^²³žåYc„lŒÂÒ5Ìm•‚ðv,î³ÕÍñÒ9È–§&ö3™Ì$ÔÆ›Og*”®_ö¢½­A5Ë Òpš3‚¥>0«\Å-øÝÒS™¾yÏQ¡›‹íRjíøÊMöA«¡ž¦ÌÜ’øè ­‰Ü&j^k.ø%©}‘½2\?‘‚¢{$ã…qpnDu&7p7«<ˆ€H„ß/»ªÙ÷ì§ÿ^c5¨Ü,,o—‰.ÝÐ*»á=ÔéF³p¶"…Í„¼5•,“B/½&q˜O;éáúŒ’*h Èê½Èµÿ; ›®õ¼ü¾þ˜ aá·NBêXPÓ‹tÊŠË÷ѪC$¿¦Ã$æèu7àd¸x6¤[ ÒØªEʱ´sâÀ ­á b3:M­2Ë5òˈ^á[À¹ æ·˜žÜZìÉàJ¼V—\A4gPuÙS RŽÏæù9˜Š"MT!a¨P\ñŠ®azîS*Àš§NÊ’³¤Iú&žV.§oµM)8b3ɦS--ØÇ*æ\Õ¼Oãï¼½j _kÜKQÆú{0,!÷ó ‘ãÊ`K©"®pðüßJ?bhˆÊi¶­Ñ›{ÿty$œO[ xy"G¤$.ï~øà1ñ°°&È»J@Õÿã!7ô9“Q‡»Úþ³åÝâ}G²ëQ¦aý7^»œS†™åÛgud¾¸ÕµÛY ‹‘n™ÈåÊ\‹)ä@ÀŒÊZÂ9no4=¿;RÓ¤®,ž‡àЫô‘\´"èšì×$ÚÉeÉ õÈëê!…Ú­Ä ïÈCºÛµ–rꌢ%K6Ï9[X gTÌí;¦h|%_Ò Æôj{ìÕ'9}vôÊm’”aé>Ý„þE¤çé¡’Dqm#W”pEà, t_D´@–‘,LÄ1ò”Uä ãukóÙÂCYqB–øÇ¶ù0AULò×vŽ8Ã+rߨ„V„,¬|×Á‡Åº\ 6 j³LŒ‹˜&3~bë׊ÀEiD[Z^ë·Óžoµ>_}šÑá’{ât‰ŒÎÁ§/µ¥Ï¦[3šð+„-ßo ÿåZÁ5FåjÐa¬Õ/­“Ѩú>‹÷HçU?¦“ïš•&^¥7—ŸÚJžbu((q $Ãîα*扤ÆJÿ©œre2knCù¬µnŠ—†ø¥¦”ì6*Ù^ßÃÙ*ò^eãð?®ÅÁ߈?óø´:º`Ë¢E [~4©}Ö®ÌÅØ¼E§[Ä'¿O¬‡l)T‚dG-5gŸBœcD`fø˜¨Ùˆç=Œv}+YQMšdL‚Cíïf2Žþ®0áaÑžÝëÜ𔆯¶l›Égc§³´Qsë–¬ñü=Ûj«ÇÉ‘ï­Ö¬Ÿ‡ièQbç`ƒÇmóVÚYù„¤êöË—› 6b¯+ýˆð ÆO­uÿUþ±®¤eérÈJóF_Qd… A…ª¾óÓ,_`ÓÊn|ùã¾×QCWôšÞÚÇ…6,œ¥ÓC7a»[‚2¤çyÇÇ„ËÚÌöµ/·^ò û‰·™^‚ˆóÏŸ(ùÎ<í†Ì9Ì…{<[vˆ‰`NyÅ%,Ȫãé‚Y%Ç·¬%%ïjýçÞÅæç¼Ç…ßDn¤­×}-´VÊsÚÿáqnp‡l3"š<¬ÝP{0'-êˆpÓä±0ê0O…^ôšzŸ:R Î΢dd|<¢Ófv×€™è­mÚÈ=íLë:Z}-þްÇJ*ÚV¯oö;}gŠÔ‰ðûrÔx´U=æ¾®k5ÿi`ŸW«oîþº?LL2Aþþ’Î1Mµƒè2[T/7dyÝàNÕ°`¶îm­.lç« Ó§\³aj”çÈì˜D4C¬Öv V„Ù"J£¡»™g­AüaçÇÏÇ&ŠñQÆûŒ9–ÌÜI§‘<Ê8€VÝ!ÐîW‘Žõ­ÄœùÓ@½Qñ,ÜÑŽ·ŸõÙ¤¨U½t÷%u‘… SÇî\¸f‘{Ž V#Ï…ÁÜí>Jîû†×íûCE Ê´±ÏùlUE»öG!:|´< hT,$>:- ƒåiwië "©ÏNq®I½R§¤Kùš[íTî4p”)”­¿ÆÏwp`E"þáfW ½1;s!üÉ‘kž^³øòW±c̓‚ƒÝûüt½P¶ô|! ƒjbܾBMÕ™sÑOpI[ éLHscš©oß{ 5-†ó4-Zаb9{}ûÏŸÕœ*bÝk±Öd¦Dë¸ q¯‹~*Úw8î Ç6F¼p÷2Ta¶~bU¿îJŸìÜ”û´õ %ùܨŽjæ|»KCwÉo´â¼#Š•'Ïæ§›:þXά=çiR«½;üd÷—ã9Jæ` |^QF×D®0fÊ‚eÈ/çÕý¶šÊ„«ì5ó=§з)?€¼lû-äÔ­íã„J@»[ëhÉÉÒï·£ýj˜laŸ8œ‹v±Ãªö2«¦äû8á[rECñŒ3eT/dP»&”Ÿ«&l ½§;!/wôWf–¥= iâT\ Ho˜«4·½t»Šf<ò¦ÌïI !†¸P3eÉþeš—%£aµ]k ÇžtnºP/R½2Ø'"[kHÚ€[“Ãw pæàñãjHÅ.8þv”váàËex,½ÌÓ wcÉ*ØE¬+¤è.ž#£‹BWí^6 ó€Íœô°Þ´ÇÈæ\Ò¹éâñ Åá·‰:ްký±„IÈcʆ³¯ùsóùƒ:ëùœÇÝŸ1tëÖe‰?=®Ä»çxNš7ÒzWëßÒˆúdEvoùÕÙµ&u¶âƒLÿLä•5Ìç½yÄûÑáÎ Gw&ݰg˜{”cÖ]\Èë»ù9»4cÒ, |Jk Í­4Á,y{è.)|ÁœÃ‡ÓÀqÙö ;FÉĹÝú¿3ªÑXZY€bo@·˜Vƒn{é$æ¨Ón>ç/Àô/†¬ÂK'º¯¡ÔðŒ'Ä'…ÅÖï„”3Ë¢68ŒØk ”Y³AæOù^´QÕ^—ÃÙ^w²­éðÔ_Þkò%ÞŠ ÆöЪƒw®4«‘Ù)/#ü8y#áˆPû/„43î Az8[€;œBð}uõU­Ý„1¹H€’ÄVU7Úx;¹ócXVÃÝó  |Ð+¨· çØ ÷íãf÷;Ý5æÝÂÉã!‚"[¢ uz¼Ãu²ÖRÂ/ÏÆË¹$wƒ1‰óí0'¼;Õ\˜ª0’á!•E ëz¼í²ó2y{U–ßà (ês•²ÛQ2@» !‹¿¤Ç?Ó´jiýÐq'ŸÉ `ÆKv謇B·>´óäáçú‘¶yîšÆµ×‡…|þ =+\c*÷Ètåõ…Е+P•¦‹7Ž@Û[ÝT¦PžÂˆ)æ›"¾FÓË_¸Ð 5Ë3™­ÍÒð4=>º ¾0ÿ_bG=HÉBÝç¼\ìuU<É­P膜ný:D¿i"Ž+ R˜‡{‹÷ÌÛ>ïÊ÷õ+çd꦳ço…i¹ìÓÆÔcÇ{x¯~ÀÓ¾¬î_–ô3ûpmG¯EË«dRà/DÅý¹ú˜õ$}ØGlõ\ÕIÅÎ,q¦[Ý ü<}4}×°>«ŒÕºh#òÏ¡¨öóM[ŽEß6P‰%ï›öÀÅêw ;§T†‡†”WmÅ<Çv«W­s#›øëéÖÖ8ˆ6"• Ñ% -Ùïâ¹64 ¿¦b§µ´—&Q¦WÃnÿ–jÄŒ>fÊHæw£T Ò¿O+Ìì*olØí–Õah,ZÊñTŽ•³‰±<¡¸ Ìdveº†ÚB…N¦&2>ƒšËx))ð½ÀÞÒæ[åa3yËuðw« :,"Ði>×0íçfA­ÝŸ!?Fé~;–( Šœà!Ñ8ë ª/s Ûs§ÚȤ%î‡ñöOP׉Ò4PcPƒÅÅð~6‚ß¡ª(F}ÙÀRõl°ÄiÉG›Ô;äfŽçU)«‡ƒ[˜±oCvÂÍíÇ($›JhÂmþÇ÷+ÜB?³"ya¿%¦îØÇ:>‚þ K§å@ÚÌã)©Õþ ÂwÓ Ûn9‚&WUÄF((]þ.ÚÒb‰®Ä¦`ʳ‚QjÓÖ9ñ µÎÜ¿úâ±?£¹ñ ÆKv¼Öº˜\.+<\û ã—Ñyj±ÊªÎnâ+¸#0¡?2•7™L¾¬¡Wøói¢ßFB»œÿ8ÝE즩¼¹ƒš=…ÿVÚˆaÿk=^± g3f÷Ruѯé-¼AKÛm³=„·ªÛ¬Eµ= êyY¾ ¡“¹çÊÚ¢fIÐ×#BëÄÜÔG¿Ì¹“ŽAӗ׃(Ù;bÿ=LQ!ë˜ê~ø`tMbPþƒÖšÜ°ÿÒ¨‰aÒší,@tcøýéë›jûUåK—®$»]Œà¾À€`³!´ø>’X ¾Ö.a%›·øï)(Nd'i€*?î‰ûyµ»óÜ(T,æíü·Û³¼ÉÆÓˆ\èTLx†z¹òñ.%0ín*Ó ±·iŠ…Ã”b9É?´’˜2 ”‚tnÃÓøªV¶pi‚u¤3h^šTR½°Þí8Þ%[yÌ#9à„©šs¥•0T†?4…]xE®r"‘±Øèè3•ù8¢9´{J?ZCõ“3,+ƨIìÓþ™¡ÑNôé'/ã¥Ã}¢Á¯^á&¹2jž!õ"÷p’@çl¼-ʬ*ß;eÃpVÑEàÔéùØÁÚÄ4cþbСòs³­ _ä"Û»ës¤ûÝÚ¥ý ë#Úßìj H•˜ó{?ÿ×1±—G N?•­Þþ¹ò háëô§Æ}b[Eÿ9ÏÏ’c» â èCô8ÅÙ?†œxâ@ǧ]܇™çé`uMgdP„Ë ø±-‚Ô ¶ÿvmÉÀ£ ´Ò§r8ð—<´†0î’PíéÛŽRhu§EÄÀºµ÷® [*¶Œq ã2ŠFCЪ¯ÿÄTW¢éYÀÀh›õ³â.Çez¨4çÔG¤º#±7z`%m ê bQ®¼ò½ lc^"\z°‡~HS•#@¢Õ}ÍzEïªxZvøÚ?ÜË&ò„ÂDŽu¡^Ÿ…«‡iD[ú©lÄ.£jo{Oo2,â§I ©Ã¯J©rH;÷‹1÷íë¾ -kòËàÆ V^cÓ0}(ë‚,àöàþüûyWPÂ’±øŽ´hwì„Á³ÖöÇçúH_KpW¹÷zºÍŠÊ2ßãU‰¹¯‰“Œ}0AORׄu!Àà3ü¥WÏ›#b²™Vè”û϶ÞÒ÷ÇÂJD.Q\§CO¾‡Cü;Áºéϯ”‚ }c= ÷Øbö w;î”xÃEoŠŽ°²†½ÍÆNŒB™ØID4ŸV|õ€ÀÓ5"h!P,KOÀ®Ä/œ½ Ru*Ü(7é•YQn1ž ‰2Sd\ü’Vëa¶\;x¼¬‚o!Îî˜CŸØØl˜Ä?ð£\íòλMÉ»Ç]%êy·Uʨ¹|쥮Ìð¿eÚ& >2'] {õÄë„í ÷!a'ß«€»cõéÄ)kP!Š‘Î¯DZbU¨ñ0í¤î—cÍ£Ë\ŠXÉÈÿ*¹@¿&ík»Ñ:y@9­{‹†Èù9yE’Š›£îy<­ÒÆÝ0åÐÈü(]R  :þ„jÌç0žÚ0$è ž{:xmXÉc©­*n¸-x½Ù€EŽHÏq«ÄèH“òðKÿ•ÛúäÐn¸þ k^&ÒâkD`ù=Ûþ;,ôt÷UPYã&8XG†…Ûø¶5$ŽßÒK¼\÷ªAîtÛ(&Üï|FùxëÜšÛ²WËpIŒu¡–Qm™¢ÀZ_ï_JH„Ñ3!™Ú ÏÍ}|+÷õñ~zÜò´˜>P±aª£Û¨¤è²¹×¤å¶šÁÞ°jôþFi]ö¸O^*ÃÕ7øíý=‚á£#–*„eét‘gmQŸd’ÐÓ+Ð[vy¼V½»ÜÙónĬ˜m>€|œôP{ÃÝíáÅ2%ìy·Èkè«Äpæîþ…¼ä³½Ô#•øeï{ª½ !'ðÛƒDÙÀ¹>üh˜5Ég;¢r8Aüå¹›ÂúâÃÔùQù¢mcî€/õÕêwYþ?Å$‘ný¤E¨˜ˆãí VøT¬?æ¡s/·_èÒ 2ƒ =*µ¨|Ky¦ñ—\BB¾n3TZv>n:_˜oeŒ·¡gg‡DòÞ¾ÍR¸d­¨‘þ;D_—Ó°¥7RáÄèÉÂr¼˜˜Æ.ž])uHC¤…hì”ÏÃ¥ñß:`*œ~óÊù"†'ï¼ôçT¾Ï行Hß©Àñ^5Ä6û@`QîKâ(_ÿL¸Ex¼Dá½üÖQQ¥¥ÒK£?ú<ý¤€ášü=æØå®sçWUotü}²hf1aÃwoTÖ_„ñ¼«%-%r+ïûád¿¯;6WTEx£eÍ÷}ޝ«Ø:ݘïv#>þL!Ã5_ªË“ìî=Gz›f¨Í*VØIŒ51±s;Â0mïh “³-8ÍÂ';³³®ôŒ@(°~£W¬ÙRP¸¨U’°š‹ùÔýWæ÷Âß(vuZ÷G4Àæl‘.ÛVMÄ)fy׉Q¬ÒŽžãžL qÆ!áöxY ÈÿÄ÷ ÍOòï–&èV€ý¼,N\i+ ÉOpXÝ24Þý̯ÞÊÌ_6gû6ú°ðK~`pýÐÙ2JóþäèÁBNònó—)£@–U2Ü«&làð̧|ÅBe‘ÿä”’";“Í.’–1È•AGy8ô«âãazËÁƒzÂö@§ï–}~t!÷¢!¢ ŸÚÁ—,÷è»: 9¯=üœ5„…U²ýÇBõ¤‰ǯÅXµ8­ìyp xä›ÈLB1Œgæyz[stF튿YÃÐùÕ'85F„Ç›S··h'¦ŠþTÃ[DÚÆwð;é®:бýùey¬~Yðì™CLGV<sͲ6©æY•¢èT"a§µÄYž’òÞûZ¥ø¼Öˆ_Ú-‰©Ï>¥R ¡ m‹$ÁʧFþ:tUñ¼ÝÕq04YœðuÝ7b£–ÍöúÈ…Of!T)!¼DWÏ=‹BNñ)j©gwŠºÕ½¾òm½…6¬ç&PÈ [;Z´ËCÆwÐ`»Æ]Í1ZßÛõ ”ñ‚éz l3/s8r™+ò<³ÿ½c´èvöíQÖŒ'«Û¡ºz¾ÆÌTתœ—i8^±ñ ‘O°ªÍCÇÖͺ¹p‚õ€U")УçÇ^êëÁw?þÍð>¢.Âu97Åt"Ö1g¾šOŽ’è6££ëœÂëͲ²6¡"}Ê¡[”í aÍjúó„¢?¥öéݰ­¸¨kÒÀš:¢LØiøwRçNÔqÝwúÚ4ëà=v³ßNòM´ó ˆ&\"1éi@>R÷‚=–.”Ã3gß™•›Öûb-Ò¥(ý¿½›9ò¾ ¨cÙÚ²I¹ÌÆCßo%²æéÂ=N¼^d÷fø/JŠe.ÆâC=íšõ‹uç…¬‘éqN3ÞcoÈëKäêÛ×í5ž9¹0Ä¥¤!­èfUž ryŒÎùà…p‡vÏ´çLv'_ÍJbÂ8¾²-¹‘vê¡åÙ´[<‡È¸·_„_+©®D,õ·NðîÕ TX °.he—Œ]Œ›3wÔ\Âä1¾´’,Šæ86nˆ@®ÔÎÒúែ‚¢C[/â¯H[?Ç«–'w»j_À~üžÏoê\’Œ]Bç.±Îº–ºª˜^_è,*ƒñ*ER²µôÜ…%ÄÁ1 þs‚ÙR“6Bš§ã]´¹¡|­­[ÊÂ=~P}Žîþµˆ8¡ËQ§3uNowÊ®¨~4î”k¨×‚]M¤+Ø{—úA0ž«ì^]ïGLuÚ‰DÚ´¦!¯åˆìˆ@Ö’õHÕcS}‹]™,¾ãVhÂPê~Úõû¨ç$ý~ˆºíöûV ³—ïVw¾ïÖg ÛÅÀxºœjJ|›«ÖütfjÞµ¯H£]à)yMJªþI-Ìõ­ö§:ŽøÐÃ3m>70ƒÎ·žmSצÍþЫÕ}1¯T©é¹„µQoò«¦ hÌÏOý›½r·Ôè¢ÈqHÐvµÜó[U«»[),z÷e Ù¡kñM^Èø];«>a1Ü»²+:TGª÷b¯mI8¹e¤mFÐ!D‚æí<ÖŽæ®{Z¬Èd=.ô¾ý½åSšS뉉nx:™‡.¸oöYÀËH€Ût™¨† Í•á|¶À}÷Hñ¼ ®Ñ´œq·PS?îâ5iŒÌ<áxC¤ýä¢Óßm t ¥N-ñ]?xKÈLY´JÓå½Ö™®éñöz/©ôÖ*üý’‚ùÊ,{0‰DÌdpÞ{`êÌÕ ³‡?.ÍŒPÃòBu @‚f/«kØàaÛ_«™™¢;®Hv6‹€ñª»èC»BvîÄQüc¨2›|RªÕæÙWçÁÎÌèT€ÁN—’m¥"×ðO H"`$.ô]nœÅfʳ|ˆ&Ök3¡µÌù¬` ‘e™Ò-YöÛ2t_¹ÿ)›IþJf_ë]?K¡ÝšÆÃˆ°û¢ã‚9TmT™j”Ô¦l_è¿Â·ž¹`TÜO~«EðF!§èB*7^aaå8O›C‘+Þd;Õ÷­lâ•T¹»ºÍñIÚå<p8«ZÌïl‚}P¯ÉÓµzK#Ä\õ4Ùw¯šŽÛúÄ*YÆÖ&VGçã XÁ¸>IÆ¿`hlxàÀAÕ04¨’@¾“èê²óEG©Ùî8Õ´:ð_âˆX}HðG«à›Ü(Á†æ‚6ß¹Š3šÂ±!ãÂCà;PüöTUeȃ Dµ÷íÿ2Åmmôôˆß|ö£&ŽYßÿ…8جoÀÖ©ÒhÎÞG³7òkù3BSÀÛ]g“-e‡NøaS´ÅKxJ‰¼DåÈ€Ñ]DIjø½ÈVùäŽ'´¯e§ IA$îŸÌî[8—j÷½Ñ¡í¢L(¾°Èo#¨âÃ;iÞ|sF¸Íe¡%ßUY¿£=E'rÌÃÙ‰ôU¤((Tû±C[VÊïí9¨ød±f³Fá Á†™úÅAd(ÂDÊ&¤kVOƒäÛÌõ«V9TÛÁñ÷xó/Œòw)R8܋ްE ×È)â†4 uQpŸ:­°[B™xz˜ºVœ`U\ÇßÙÙžÙnñ‰àYꈿÉëH17}ÀY™JÏ®ÝÄÈ®¶©7Á«O)÷å¸ÌîKt†ï׆‚száVGª2‘òhmþèT~`™˜ß¨¥y˜y+]1{q#úüÑ6í±yÅÔœ°‹ìþŽVÀÏ!$/›+.S#öøÕO»–P>$ÃU)¨îáå~ÇÌ'Ô6CV‹òUðˆǾr0„°b»þ*Z%{pÖä’ÁG:!!ιÀÐÒ ªäNò.ónx"ã÷Ü/V?Š0U廌65Hòàsô¬q¿-Hù 1°ðòj]ÌÉ™,ƲÁ¢Å¥œeªó^¬ˆ0ÎÀÐÌ>ƒ_¾Ü˜QæPÛŽ1†ó¼Ÿ!»£,øà¼µÕÍøÇ‹†Åj1ÿ1Η9Pœ +’Xþâ·ÑvÔ kVêê F6-ħ©ÁņË^öGå—b:1^lÁCè-ÍéŸÓz£¬–Ç aô’a"…tvŽªÀƃT¸Õ êS¾xé&ž–Sˆ¤°B±º™6‘µ(Å’ª¾Â¥Dûë9+n2§=š«9,\Ó'aß={Â]yT·{5!ÕþÑ)“ËÙç)´ö¨¤«Bž¿þª+ŠäÛüküé6yIqÞré‹åLXØKÐuÙ\K.žišMùgÔ`ðl‡=»¾dÂÉ>ô£g¤í¨f¡0•sª(PT8ECæËhý`< Ô£ ·;# ^ÿpowÞ‰©ÜaÉ ë¾&í3×±´þã›P<¼…ÇØ}NqÖ”€±ßac”b¬a%iÔ(:óŸ*¬Ê0D¶@³~bÕš8N/tèPV>®¼¨Ô„Õ¬3ûŽœÑAhZ`²󕺼’*“ø0Œ¿l®›¦¤”I [ž²+c¬a;‹Ò$ÛSi-õf•n0%É*µÉWsû´±m´-X#¶?¹Ãç­ôÈß­­j3¾ù ³42_(hV¹‘î(ø˜sº$š\ÚѨ8Ñ<+"c¡q`ê„èu:>ñË-õ ¦·FU¥–‚6q0ì.VÇÁ‘é²õì[~óôe«# Z&Ô·¯ÕÏÍÙXŸݸ_-ò]·®šÉÍK!ì?ŽAìj!.åwd&÷>×õ>íªéØ[g_ºÊI“Böãs·†½ü•™9;kò@œ5–:¶mœR…#ïR%û®¾D—,ºŒ Ó_ìµzLþûÞ©8r9ž;Vú£ÖSà”X3+¦WAž¿=iOâ0Ÿˆá€Öš"™*kü •F¢e›%Ch·ÙÍX„þjŸÚö­©² ÞæHW×hÍUy~$¥9<¦H±#PÎ6Éf°`׎H_2_oO·=ÂGáØ{MÍŸš»Zã¤üâöó¥æÙ/;#tR6æïfH¬%õ0k"õ+”ýœp}Á‰ö©~Ãay¼6«Ýé¤[B/ ¤ÚVÀœþfAUû^3|™>|¸FH@Ù&ž©&Íf†ÿçH VÇ×f€ý¤¶s(1ƒ-cÆ–s"®Ná÷Z4`Z­pG|ºõR¨Zqý-Råòd MîüwÃ3ž˜àÃÔNî |õ7WkUçj—•–ª¢†õlßÜÁ–¶÷ENYstÓÊzá‰CF)!¡¯â¯ Y8˧ý…Ó8ƒêÊoi¯õë"a¯G· ‰—ž¡£0Ì}´tR¶{N˜ìw\÷PsŒµÇœ @ú8œRÜ”k–&eFfNÒRH"«ä¢í2OVËÎh2>Ûa¶¾½Ù…»[ jäw ¸tº“i÷œœÒf÷ß'WŽÃØìnpªÌæQކÝå\Ǫ‹#©¥éã[yÁóÅãû ˆV¾6gp9(\Q}‰ÆÁÙ[z 'D0z²8dé…‡JßÈl†€ó9Úª‡ŠÃsÐÝdPVÅÌoV«ºk§ ®þTb/cWŽ€¯_Âàˆ[£ãä÷^¬G X\g›ñ l×^ŒÇDApt¤Qì§tfe†ò³‰Àç•»ìXõ!±Ÿu97 |ãä áh‚É,¢öe”vSx­ÖúÛºò3¨>´ Ì®“ó““ù"œá-Ïì_Í(Sþ\¥hY×4´è`²\÷êQŠÝ^Æ\pŒ‹ýh—Ë1W̉x¿ßTéð•þÙ­ þÐ)j~á7Í!rÇøR—»(#"ËTìªá‰{%W‚ú}ÄQ–·Ü¦¤,‹ãÒvåà2`QŒ…¨ÇÅÐMåŒoR"-ªý°ŠŠsä·‰ß2:ÍËo¦Í=š˜F …ÝSØ™!í7×9[?q]þ|f4Zð„ØW·aiüiAyÊ;ô A@¦}nã)•È’ £±xŠãx ÎTÄPû…xvxrÔ¸†'SíÑ]ÏçþeÔâ"†ô²yU˜‰KIÛ'Ý·¾¤‡N“ø„ ëU>e²ŒÜxÛ‘ówu` ?c†¾&†HÅî!‹œæa£a´W»Î¸o¼Áèï†þ’; ílŠÅš»¹ïU‹æP Y®ÖŠ:(è5& þvNž*.A&êJyÜU?f 8((M†ñPÆ}²ÂlGƒCÌ™`ι…=•|/KX%mÛD l嫯qÓ˜ÚqíŠýîÆIp\ŠÚ¡aÝö°þ…çHkXÎ ÇÖYcð`—Üœ/Œ²°šŠ‰%Mió‘óÀÎVóÿÃ<î­øžÄÔyDì¾$ûÃR2ì oá$±jCÑgÍn¾T&¨''JcòXéoCüŽz1ÄÅCé 6;¤ãàm¦ÇÁy‘ýs:meqÙy®8‡&”&†ƒ°Äj1äâ_תsˆpSË;<Ø}õU&뼜åÜæ°†ý£)–2ÍûvC18:µ×n´ú#’åxñ‰Z5¢ÁÊO?—¾€d—€ü=´çÈ]ØlDØ£+l‹ŽK—=]vED²Pˆ-Þ@²§îße‡PX0áÉStJz !Ÿ ¨þ=ŸŽ7ö ¦*íÀ Âûà²+ !¦¯†‰d#6£y‡Èfmvè3' £\x˜}?:³™½íxbÞY]Œ%º®_V=©Yh’<)+2Áv\äBq¾š:é>dæLoÂb™é*l—Ë” … åȆ_ÇÆÔP`Œ÷:)À¤oF·ì¨rD¾¦Åè.,÷Üá_ï¡ï!ÂV/ÁJÿëÐ ¦Ñ»,ÏÔ…Œ˜øL> …µ+ÏùGמ‘×óô®"ìÏrÑ[ófÿ1*â仼šÒXÏæÓ»¸’ûI͸Q{×RqJ “VÉFÎJ|çKÆ/âsi?ÂG+þ¢–°A!}ׯ`%“9´ûq’§ò}˾V]"ô^6¥ðgqGGû÷¡ƒõ‰K4œóü%Ç|î^ì°¼Gœ}¼åiF³‘ÏÁD;18†i#L–²8k^û l g˜}r‡~ÃVˆ’׆ïÁ¾ÙF_s.q£müÍÛŒ&Ïá^ùœf2-¦æ×ùƒ/ª#ËïäçŽ_‘gm“ƒ­°„”°éª ÍáÎð%k†¡ª=ÏL¼Zç¨S‘T™¶È3éÐ0(lä° aÈkˆ¤~Ä, ˜¥¦Ë Þ6Té—¹k–IN)œAI¥®NO07Ë2€ƒ|¶°#íÁRl<Ên¢*ª€Xù¯¿eÇ{E•ú¾z@  ?wÍÛÕ…Íšvð+ L:Á..âãïúIfrYMÓWgiÖÑÐÑK;+p­É³ž?ìÍíòaùôEa¨SÕqP´e­Cc9¼Œ$³¥È-ŠqÉ!Kò=OÙBš†Ù3Ô0*T»DM‡Äް9Ž%Ê…ÕRïG ®—ÿÔ»¥JcŒZÚkcóáåï@_”ʨ^Ÿxé€óväoM¹ÿy¾/šmo¨mÍ\Îó¿2é3@®p¨x“‹ zþ£ÂL>~‚+]À@]6¡áê‡nÇ•!b##´æ–2uªG)No—Û#)y„}϶Q%îíùÐe}Çèš´¢øÐM ͼe­Z„y$@Žo¼Ê'׊Óß?V0C¼Îó±üoˆƒt’t¥ÏÁ·D“'C¬ÕáׯÙYS³æP3ÅÒ뜢ßB0wZN¶¡7;ìFÓœü´ !!(vè÷}­œŽsòòÕP‚sÎEÑÕ,ý áUwŽ–Û'•~õÒí F}àŒ“ô)(ÑZgšU#³ üw~'$ž fø9HŒ«ƒï¾$‰^¿®ZÇQÃMŸŽË$XÀÊÜè/”€ é¤6¾L'¶aY+—ð@:E“À³KiçE,Øýc §.ÊÊ=û*B=€[“£={ &,KœOÂs‡ë‹]µ1j°&­•ÊYÕñ“Ù‚?öÆ­›è„æ¦Mõ5䡤Xçæ¤¯Ó!ü98‡3ʾË7¹¢¦¶ œÁ¯¹’â%Oס8VØÔ Ò¯3&x/¨2÷}E‰ ,¾ cb©÷vl—哱»äˆëkvxu@sÔ@Óš‹SE¾WˆþœHT£‹™lh‹ ƒ{ÚöùcMÂKXîqà°Öv/<zÇ’¶*,?.å%4 »¾§w=°i’).NèA@âÚªKÉ 5Ó ÏÞ&ÐØ´~€oÂ:M"â q--OÒÂ…A0î.‚_¨Àk7mdM&Œ…äpŠ\;¥9AI‹dIÀu~-Ë Át¯vÊMÊM‘„§Ú‡=YÜ? @Ýr<†9\ òÅ9ö «!€ãâƒË˾i{x°=ŒÔ9ʈa,㌒~X¤VÈøÐ*§G‰F$W_zFñáõñ€¿Bò‰Kƒ8ÑQ,˜œÙ`‚ßv'Ÿ««UYlÛŒ£aMàŒÎª­L:Ø å>Nd° ¦aïx‘æ÷WR»…Òg´U²\Ïà­B*„ åŸRv‚|¹ø­“1$&Ÿ›M}e˜’¿±òl›Q|dÉmã& &JdŠ¢ÎNñ úËtÄìÁëǃ|7ÌeÈZ1à =Ä3òzÍ}Jµˆ÷6EοÌwÎý_’Ê £P€U5–&Û$B7É"4²ðßÿP!,L+YkPH9×5ØPú ¸‰¡¢Ÿµ©!Ûdy1•-æîýØ[X~'\blŒSëŸìMñ‚P‰b@bu4.gf6êÈ 2¢l‡(„ßgò³M4 P˜:~ëåÇ—ÝÁ¸ª…ÔJ’=ˆŒ—¼Å98–ù—Pß<çñÏПáT-.½aÖfQ¡úRð‹®Ù{i‘«UIñ2Jâ“Mné¿J†óKã"’`ÖëS.¹+ŽÀ¦ˆ©¼*Wè2þÙÞv)#á~ÝW™¶xc¨Žˆ”DchQ„”ŒG7CæR6á¸(Ï0XJ$ŽV3C°Ö"¨ˆñxÿ4ÍÚvÝWkŸ„>G‚ý}`YƒþËæßwkÌ+žDxcXCôIa!Zè‚ SqÂú"ö¸¢¢šy‹n¥aÛïÑ–iœ_CÏßå)ŒäëÖV‹¹l#Ó¿›P’°ŸÆ©Ç"]úI$$â¸ÎŸ ÔSïCν¡ÛÐW‹ö«”æÒœ×fÜK‹ÈšÀLzöHD—”ûFùG¡ÿƒ (Š Õûî7i¢\®hˆ¬©ÿ…¿¯}æ^Å»Q ‘€ ¼\RøéHÎv•± ”yÖò“o»4uzOµ5‚.5Ã÷lzúö“w?¤Z]Œ>¾xm¬ W¬ÿ‹:Ô{)àŽ½¨·|x€¦(SÂHĦS5¶»úlZ”I-°Á Š÷ù¦á‡‰·„oEãÞû7€ËJŽRUl207y ©Çd|dõÒ_ΠÜs" ­3§¤‹;%~jj1™³”×”}˜Ó&ƒÿŒL»„œb»ÖˆI+V´ŽZ€ƒ#¹·Œ †E7ÖšðRUåµ™ž€½a,‡7ô u݌Ṅ;}H¶çÁ˾¢Dpj€}‘UNâeÚE-{d~%K…Ф;$‘¨>%&ÄInv¬¹n­=um+®…!kvòá•»A$p¯Ð↜è EåÑLð“ªa¥»S.áÕ³-‘ uñŠL•óÍÉÎð;i¤’vBax¹mHRÄ Ée€X~[p‚…ÿªJK±n®0¶eh ðlJµS¬@Ó}aY/ð€ô¥7Øifâ1Ls€Àü.%ŠeÚ¯`+s–¯ú…¶­¹`–ký÷„J ©Œ.DZqwé·5/Ù =¦Ñ¬MO®c'bÆç„j‹Xíü#>‹þ‘ÃXʉM¥'¶l–ï5ì`ÊÀÎÍ3ZW ¿Ãq,CLÂýÃZOÜ1QX¸¶o<¨Y ?„¼¢}Y¼]¬ËÝÚÕƒ–4’œ‡ËÄÍ@ƒñ[<Çå«|)ˆmšé²ÏãT9³¤Wk¾„Üû-Q„ŸÂÔ>ŠÚNBPfaпUAî¾DRC¦jɶ¬`žnðåu¡¾-ð;ZâeLÍçÀ’ Á|WßùäÄU,Åàp§míÝ{µ\®­ž-(DQvÓ£¦"#ìÌ&Ž]im»«à;ÉBzi¼tï ®ÓZv ˜ë^kã#2Wœ#Jlk[ŠG?Öá¸de“J È¥8ÍÀ\ÌÇI»Í÷¢Q‚`×u®k©`Å倜³JYªóçDƒëc+Wà…üñ™éÖá%è‘Å<$N¥Ž>Pð=C§³&´)—:·I+&”eTþ±ßj’… V¢ö²ÇdØ ÌÚ¤0¤‹ÿþã§Èóè¡Ì³ÞãÔÜ:—R¢µïìþùói=>|¸óåOÊ7Ïýg°àô­=ƒöjz>bÒ:ݽ¨­œÄt@)I&ߊ„©ÕbŒL¢eDðˆ} Á{5Éßož¸W ³§Õ¹ _ä”ùˆ¤¸Ø^:›1·S×læ­¡w­¸ù¹Ò¹ª.ë\¡Á_ñpÁo-á,¥þ?´Çœ&c€¸ ©å)Nl•Eï"¤¢{H\øˆ®§==Œ..“´®ÅM0(lcÖ•×q1¹ÈPd­ÌÖ xÐc$åùTDï8 ›9©l‚ÅàtËL7´¥̶e+O;Xîx'r5¿ZäüZ»ˆ›ÑÌ)g‚)ìØ »9ÿÇØH=O¸Óµa¿°jô{¹²!—‚O‰.-ž?ûüZR˜ŒqKÌ4uPsÞÈĬ,|þª™¸!™)ì½ÕÇoÂø8Výað†cQ›)ÏÉõo(žòΧV•1ª%$i8üC#C¸M”-ÁȲ¹çfTƒ±M «I䊳ˆè„‡lÿ±ñazÄkzº®wÂæ1dxU—–W×u³&É,3©š`øÜ4;rd^¥–“¶ƒ¶ëj‰¡WöœçÜ{¶uþD/õc ¹#–¥ßsQü21îù‰I%È£‘†mä6¾eÈÊU¸êCWÚJ›N.wófï8ÿræOæMsª­nlöV­Ö–’/‰Šzg=ÀµÂЩÓÜC`,û°“Zt’¿³Óþ3 ntAß%78L¡×—J`>ê müsÝ Ü¶eÛ4ÇŸY$©Ó¼rb–«@Zöd•iq¤añ؉àqróÉÞƒ‹é¥bOäü’ |yò#ú<ÀkßGï*«•¹#Èãí×Xïªt¸ïÙ“J,±U'ÄÀÕfŒ‘9‘}Üšõ7o~ÌaG^¥Í5¢Æ´º6OÚGÄï.í&s ð5ý®Ik]|‹ñ9†­OûiõkG /ü'5ä Nœ&2_Þìi'~ŸÖÇv”¹ºP.ÎGV´æTýÂi¢Þ}qmnßU#|œþô³“öp¤Kî‰ÂÞƒŸ§.”ÑÀ$ØÞ VjǺhudQЇ2oý»8ü)¸›¨¯©Î5½ *ö\t¾}<…¨¥yxyÐZ\îªpô±úf†&j±’ð…´ºI4‡œny¼E’{™?4¦XóŽ»4øQó§:O=¡Îi[’ÚûçËpœÚk>ôšGq¶hAd+Q,¥õ 2¶[ ócïbóѧ:A±~z-~õ-‰8D(ûYI\8¹¢˜Ÿ2uÞr®‚çÚy€e¸ÆÝtvM{ý×´4…‚Ü W½‘ÒßÑ«,ÙÕï¢(Þ"@Õ1pU‘î!ÇÛšgPc3Lv¬V©üº–}üŸàxµûx!îånÜ} ˉ7»·†"Ëq<ÕÅÑ#hj9M}Tc$<ÃHbÆØŽWÔÞ$ù4ƒg>û¯Ï«‰IÐ>E-³% endstream endobj 850 0 obj << /Type /FontDescriptor /FontName /NACVCC+NimbusRomNo9L-Regu /Flags 4 /FontBBox [-168 -281 1000 924] /Ascent 678 /CapHeight 651 /Descent -216 /ItalicAngle 0 /StemV 85 /XHeight 450 /CharSet (/A/Adieresis/B/C/D/E/F/G/H/I/J/K/L/M/N/O/Odieresis/P/Q/R/S/T/U/Udieresis/V/W/X/Y/Z/a/adieresis/ampersand/at/b/bullet/c/colon/comma/copyright/d/dieresis/e/eight/endash/f/fi/five/fl/four/g/germandbls/guillemotleft/guillemotright/h/hyphen/i/j/k/l/m/n/nine/numbersign/o/odieresis/one/p/parenleft/parenright/period/q/question/quotedblleft/quotedblright/quoteleft/quoteright/r/s/semicolon/seven/six/slash/t/three/two/u/udieresis/v/w/x/y/z/zero) /FontFile 849 0 R >> endobj 851 0 obj << /Length1 1644 /Length2 14014 /Length3 0 /Length 14876 /Filter /FlateDecode >> stream xÚ­¸eT\³%Œ»‚“ÆÝÝ‚»§q§qww îîîîÜ‚Ü!¸<ï;sï¬;ßü™¹¿ºOíS»dשµºÉ‰Uè…M쌀v¶ zf&€¼…‘³“²¼·,½2ÐÌðigG 'u‚,ìlÅ A@€Ð 4°°˜¹¹¹È¢vöîŽfæ •š²5--ÝZþ¹0rÿŸÈ§§“…™-€âó‹ ÐÚÎÞh ú¤ø¿vT s ÀÔÂUPÔ’’—PIÊ«$¶@GCk€¢³‘µ…1@ÖÂh뤘Ú9¬ÿ}ÛÙšXüSšÃ'—°Ààd4¶øtºíÿèö@G '§Ïï '€™£¡-è³ ;€…­±µ³É? |ÚMíþ•½£Ýç ›Oì“LÑÎ ädìha|FU“øwž sCÐ?±,>a€éçM;cçJúöIó‰‚ -l  èŸXF@€‰…“½µ¡ûgìO2{G‹¥áìdaköŸÐf†Ž&Ö@'§OšOîºóŸuþ—ê íí­Ýÿåm÷¯[ÿ‘ƒÈ hmÊ€ÀÌòÓôÛÌÂñŸY‘²5µ03ýÛnâlÿ?1 ã¿DõÏÌP&ahbgkí0š"0ÊÛ>C¨þïTføïù¿Aâÿÿ[äý÷¿jô¿<âÿ×÷ü_©%œ­­å m>àß;ð¹d mŸ{ øgÑX:þo>†6Öîÿ'¯ÿz[øïtÿdR Ã϶Ûš}JCÏÍÀÆÅÄýoÀÂI h¢h26˜Zöí_v5[ £µ…-ðSßµ@ÏÌÄô_0Us c+Û„`ÿ7´5ù¯U|Jö¯e”ÄäÄhÿ÷%K¯bý9lúÌœÿvQü ª»=ð?âiÈÙ™üÇáB;7€'=3€ž…‹ùó5~¦ÆÍÂæýÿü_DÌÿy–39Z¸t˜˜˜˜?Iÿùdú'öºÿ…FÜÖØÎäŸARÚš|ÎÞþ?%ÿ×:ø¬ÿžÿõ €@7 1Âï%;cÞ Ë´ŒŸ ZìœáI1þ^fÈá`û’ÕÂ|¿j»ß´°mî ƒ×š`†Æ)ž÷6÷Åû·=išýÑÞ¯Ö”=)À‹<oRê¾|ô ŠNÚýF½䟧Qž— ²[PÚLêû;“JÊzů0„S¬Žp—Ô~¤.ù~_ÈîíQ|ŒSëc±:ÑÁ0j NN)î)ÇF†‡z®¡ûöði³cáÉy] )"ý²ñµÕ*ì2AkXOñÚ<’,—=s##Òâ§8ó0°0TʯV!_æ8ÎïšØ´ÐÈI¸8#‘1Ó¸X7)QUë0Õ½¥A‘=l˸9\²‹}Â|ZÎûðÈÒ¨å6s¿&È‹b͇âÿÞŒVË U'¢o¦£–YÈDFt„Lë”Ùû†FÚ£ðí©—(œAk²¤ß½u»y.³?g„2á­èpq%æ)6«=)EE–;S5D¯"5{idPFM  ´¨çn’“LøxY?xvuR;²WoŸ^5Ö„µ¤ÞUþA5Õ8”£8âÖå„Ôv÷ã–¼C´ß·ä’5Zô Ê¢ò“íFÕ ÕFÁXk–îp¢}©&µ¿ÓØ,:vl‡ã*;u.—†FÎ-¢îúè‰C0PW˜õ€è 3¨± ¹\øÓGnn®‡.Ÿ<òm4]÷x(¼g¿Êoúá+›2pNToõÀëõ;¸NoŒÇ÷¥Àʵøm}‰L¤pÜe]ؼÉ:§]s„ xˆBôxô.‹ë|Û0VTE zd-ìãlðJa²òã˜Â =ÍÔƒj9‹Ô棎{‚$˜ã¯‹Á´s©G•¯¶Óô$þUAV^ÖMA]Á“€ö/Uóäkñ²Ó$Ç|/W²ƒÈ»Ì?‰âœçhš.P‚2ØÀ±‡MJfÔ¤Öî¯ëúh%Øû4Aö›šºçCbó7 !ñDÏmà$dLÂv#I0æ$–ß9ìjÙ U~@pfОµMÍŒ*L…2í)Þ\:c À_ƒñÊ Gœ†òJ Ñ‹RY7ùÐn;Ñ{®7šïg2òªä„ŽÈñ"×F·gæùmòáŸLI~Àô7-K±áÅ"Rzì!ä_×üÄ7„èë2KòÖÛrX½È kÑÛ³$PÄÂHó†*ÁÌ :^×nÖáèRlÜâfåè/5ʺò‘Éübw[FÚtÈ瀒þ‘¢ìU"߆n5 Å|@zi•ßéâ5U™l?á)Ñ!˜Üìßö±RÉ>"¿&œ¼`I…8ÅúNhT ¹¨ú%°u…9Áá[ª ò±•8ëÝqKsM™ŒXÁÅQÅöØ9ÿ âÑši]™Â|ÿ½]1ÀìÛ ŠYä cC ªóUzƒºj»A×ʳ“–qè ²Ѩ‹×VGa,áz fw&·™BmQRüï}¨9w#Gw2üip·»Ðy^Ÿà{üd¶Khj…®FÃù©__³né·Î'¯JNTÊr¤x$áwWXî‹û!ÏòAA|#Ä ‡v†£Œ'P7Pqoë2úkØõ‹û =aŸ‘œ¨3§¢'èÃí‹%ä¢w´´•Mî2^¯»öÞ–NÙmN‰Uí²n‡R“ÛË/h=\t§m’µÝ¼üWÕ«1%ÇçuÆ óâê­òÉÙv•U|(ñ*Ný%éôÅíѵGZ鈻¢õ]GÊ_w~'ðâ&ýÜTþzÇOþ08ȼîVª‡‘êêœÆ­ØOȈZ\RY{Ü:e|M±^Å¿ë«.›épŸ1²$’]¯³L•Ö–¸¦²P…U¾Þ@>ëŸîªåáB;ÿz›.¾Oê´(ûÙùÞ˜E‘‡2Íh‡9thhW™¯dSü©vÌQ±ËQ3xv ÂÚ“‡G«<¤eØ.k.¦æitDþ>·9Àå•®YåÅþNÕ;;^ì³2’vÏà²ÙŠˆ¹`ìÜïcÐõ‡siÓŕgB=Òp_žÖômAQ£Çá>a§‘qºÉ‚ 3éébÓz‰#_ë(¨áž&‚¶I~u bêƒ ˆ]3s.$_öNpÌ.‡»úGUv5–@>]Büß§¾Z¢ÈP2ô¹ý4Sé»[õ›û©E,š( ½”ahÁ`éÁs‰p¢ml–o<Ÿ^@¤Ë“"êí:Œxçn˜",vÜeЛ\û2l¨IFu÷›=#mL/Œ€%<Ô`æ‘ÄÇb©™å$4*Â=”ó(·÷˃Óçm{R`M ¨R}!;ù}ë™e—f»B\¬O0¼´Ç°Y¯ÚæêœZ¬W^ð-ù†î‹ˆôíàdB­}_s¨¸÷Â"0à…Ý‘ù†XªSWƒ>y-â¤/úEoK7;μÊÑ=£öE œU¯¯),ÁºÇAçmJO|ÊØ]ä’ö†™²…)ïœ r ¨¦ÂÉO‚U}Ò±½D•ÜÂ(ô4–•Ÿ™â$³ú‰ñD)›I¸< ¶rTiü°­çAçl -©›çauªö£¤w\Ä8y®¥¢¸t;=ås¦¦€Æ{YÆ¡”FƒÂi‚Ù>ácø'a©2î¹¼ë8¦y‘¡#ØÞYyç!¾üqpª.ÉS‡ý÷VÐUj¬ª9˜ò¶é«Q[yS|Ê#O,„ŽçHù7j·íð² yÃ2¹¿<YO'¼â–­å.ªß´vôJ€O¿¶!$g„ã8%¡Älx0°¼w4Ͱ°Žž!É‚^˜m+åÏÖð#žùþ0F–ÆnÈa²µ¢‰Ô[3÷d Ý¡€®­™|ir^öëkFl0^›­dƒn(s4S͆¿•e)ªÜê‚ø)"˜õ•<}9”]“Û‹âÃÑékQÀX7e²MA1Yþ‚®m§v(Å„'ž9å±×Y:`Ir)b‚%s»ˆ{Ë|T„ 1y$8°TµïlCùºÌ ¼TTçðH8‡9Ýæ˶wdd4=Ù¯Ïø- u‰ÆhØÁ‡*£ÜOŸ*bˆ­òõàun±;“o™–UåáßRGU¤>›Ô{K²‚T‰}¼\HÆ\z¶šN®‹ó}û>¢¢ø0lú$É»ºÄþ7},ýo¸r-&U;l·)Ï~a¹mˆÝ¦äðvQ§˜=×Lº¯Óȃ¤qûи½­ˆE[3?I¯í¸¾Ž¹êOiŸ"Sü$ôî" Õ²§ª£]²¾;š\+íèm»ÃùóåU"Ñ®gR¼ý˜Yë+>¦¢›‡®‡gï»Ò;_«ò„‡¶Õ/L(fÅÜ=Ij®3Á=Cp+È%ú}'®*˜a…Mí.ƒ¤„Ë?,Hä»u sóKŠ·ìý® L ˜ï¢¦‘³×’½wo†PÞÀb@ 1u_=ÑôæÈÇ †i”ãç'»ÅžåˆVþ²e1C,%†H +i±5thÃdû³béo3ï&JŽ>Vn8Sîut(œ(v-^•ÞCÇÕ—áL¥£Ut°Ý-‡EðÛžÜêƒ ÏÛî–7 Ö€[Òfbó³YZížKeO[“P¬óè6>n´›èì‰G–"í¸Z£˜Ëï¾a ¬^ÏRÒ¯Ž¨×:uÈþ ɼˆò÷°ß¹¥‹a4Ú˜´Ü‹|çµSVÇeš¸Z!¾ü„R[é~½k¹Ä´9gèaÖw¿–;,'ý«ã¶g§:XË ³oÔdl þ;¬«5&—™›RÇÂ*$'i;áÑs|‡`.ð¿6´ôjßU Ç.Œ&«ƒ•ç9aHöÝQEÊ”B”DÎz€˜*úæÎ=¯WîùT^fG`ó[HX\=ä¾ÞïñÒGE=ºG”®¸žÎíÈ*Ýl+”d2ü©©&º]S¦½÷LI1̈́㇥wCÊâ[bÒîPï’çțUg屨¼5æÈƒ^NKï!¼o„Ïru,!z>qÜÆ¥ò]bŒß â'ƒU÷=«M§Ä¶°éXÁ³áZÀ¹#ÉZrˆÆ“ Ûqˆ+?|ßÝÅÇñ¦^÷§¾ñnY.@xŠdã çû¶Ðs@$WOòeñ~¯;zÂVD´T›‹\š±±|ê0Ôcê©>8à‚PÔˆòÙwaŠ~¿¤t÷‰Õ]$¤ÑHŒÂ,íü•zêâÂÓL­È[fÑBUžÎ9\i]}iëì$0ŸŠö¸Ô÷ëv2ÿ¬S’ÖÇÇÅI÷ÍaBK?qõl3*ðÊÖ‘æ£zƒ<¿Ú¬º·£íñiYÁÛä«yÒ§ˆCݨ»’ª-^J£zåY1'Ðe²aX)1ŒÜËäõï ¶×Œ½oó¸O}¦ZoqѽïZ(=¤\ٖš4´¤’‹êß±åï†ØhìXHUØ(ßd1<­TF ~ZÕWlŇ=yÚšÎäK¨JÐSÄŽør=P¢Ï0Ê’¥¶£™lBÝèßrDo½þð·¬åÃf?dÁãrØç8—H3¾õ`¡p²SL«Q¶K~$[ß&xY ˆ$Öǰ¾~m ݧMA5[Zd5^¦X;~@ YiÃrƒü>?p ©wWXœ9‰d¾Å?Í=¬X¹m,,ApØ`ÆK·¬™P_Á6éð›YF+f|n›Õ·µÇé` nÉÍ`š†Šsú÷í¶Ò}ûè=ö›(~WÀïõ‚´¤CÀ#éO"q†‚¬@ÖðéªòëlÞŒeV¤‹ukdÍÁt(ð5,)ôaá Ù¡jÙµxÍâåS»8;Cíæ‚èI{¯}Ø]m–Î@κmþª×¢ÔSÃvNl¨oìxc‰˜Ùò©Šñµ{ߥٔ¨öo×èNÿ/ âÁ2P—•4§1&ó'ÉÏ$§pc?kÎîMÇô'îõJdkËŒrõPÌUJ“9oB^4ur™nÍL],BÞŠÙ^D _PW›‘¡vú!Ü™)½_4ÿ„ %) 2Uû-pœÉ‘®ìIqŒæ7^’«` ˆ/ŒéÝ3J8‚„ÒY>§ÄÈnÁ 1¬æ²—p’±‡Çþ²ôx˜¨Û矪Ë:›PrçÇO-¾´àÅîþŽC²¼…£¾\Íå}žE@úº·ª™v"A0L yÙð?þ$Àœ” $ °ìlÔÓNû®lŽ YêäÓÄÔÍb4[ÓÀËž<OØËÙ:³§*3#å‹°¸t5:­æ;P>õBT#[‘½pdí³=±‹9ø#ôŒngµÜ¨¾ØD‚¾ ψ¿¾‡‚2¦ì÷BÐa°î‚™À¥?>™”ÂÞeÐÍë¦?Ë7OŠ;VÛ°Ož²š¥üÌ lhÆš'Ix*ÉÇ=ÔcÀJXw‡ Ù/å·Ì¢¾)Bj(ȸ©©q'rZG$Ê@qû>D·?ÃR9{Sþøuî¿AÏ2_º¦X€Ð¯z[è¥kg¿AT žzüM& 6½šžoY €š‘®€r€©\7ÐY>Þ œ˜Ö¹{qs‚÷ÐT\5È“¤)[LÈ·mÙÁ*›+¸Ç¾\ËáäÿæÄžcW­†ûN:*Š’™ó¡!¹@æéO©,’Æ(¹*¹bB“öq!í'f:Úù£.7æ\;Þ}O†F9.q1 #aa³_”vg·åyJFõjJF¹©eÊf _¿î÷W²gsh·Ú­5æä´ ú†Ìò éñ¼N' '€ÁzFE¹?ÁÜ é÷Ã+¯\in_oEC¸¢¤K0x”Ù{ýæ ï§ÙÛ¦L€0ß¾ˆ?c‘<Ô­ÔÙüûÖe»èw€–­ip‘§úy—ç¯w €ÝûàaÂÊ«¦k÷‡xk¦FÇ«8þf:¶XøQï=4’ñ\¯*Ú-¯éP§)D}r顳¬`”8Þu¬õF?;á.§*N|K Êh¸ E7$1_(:wm•—ð· ¶0-ÿ2R¨4É0\ɳÓê¤gk¹ïĪÅ×£?ê\:Bè¨Aq®Šøex§Ç-|szñ¸oDù3M ¼T}ò.~aÿQ¹8² Ý/‹‹µn,Ž«¦lw,ÏwƒËÕþï3™jÞ._"ϬÇ*dN¨*&ƒñT”S#Fç?þ)ËV³šk¼~4UÐ…Vµ8{…ż¢ÄŠ—îzXŠA~wá›T/±'`X“¥Šà<–tHn§M³œúm/ÌÂ}¹«•°×;™7ujÉiOQž4å´&'âŽS/YO›!lýAr;+9ùai„»)-ýª·‹R!)a3¡û")YÚ`e5~‹Äð3P:’ž$ǤÕÏ‚kØWµ|òö °ƒXöæÊó©ÃR;Cþ%NÈ0l~­]ö_[~úCMªQ Wí‹u õZP¸W FGxÝ®o‹$¿“*(uߊõÇiË“áQd/~»¡ ‡\ß1E„"bô¼E*×Ý-aúnÆÈ?ºkª36äbc|îdÃu!IÄGµ€%\ùM+BStv|i¨H°¡«ú÷íñW(§€àÑMŒA½£(¯>­÷ƒz§’Ív²*3³?#Êî/•+$òáÊkpèù¨bá»Ñ EýZnæ$BxÍ Jkð æM»'cÝ•á7ÅXb\æ/¼¹„Þ"D?Ò&Ô~R¿!ëE`*£–tÕ ï6iÞˆù!ñÕK •SõHßíàI/4`M]^†¹™DŒ©¦1qP§±ˆs,2‰Hã='˜ŠqÇç Ï:\ü;ûâðàþ(oëI™e[{Œ~9æ¤ß¯1y´‹:|û6µÑ¸5ŒK,Ùö!>ӚɲlÄñz—EË+Ú:ÿïJÁƂźVq16Â7Ô¯&jhJé…¬ `Ì\RêGJ q4B$.ì~ÜŸ;ü Šì5=†RâQÏŽê0 ÂnÃkú@‚¼Od`iU«ŠíãšhN¥SÛï…ÿ.½²P™êØ„œëÜÞâhñ¶îÝO0®žPî"kȾf‰b€x÷³³øÛ$í¨ÿ>ëm]òdÖJ¤Q×-qÍÉPfYkasj)²À¨Û¯&%¦5ˆø#/a¬Jè|ÏHq%;ô‘%ïð4}åg|ãGõV„.4ý'ÝÛÚ üÓ‚¿Au¥A »%¤Mv\ÔSñÎ%úmm‹•õ¢y¼oWˆGׯuç£L”¼s肇$ú£ [H·¼‡ÙüÁŸ Nd)§ytà‘W¸EÆüäLb6ŽŒ„+œùXˆçå"™ð$/~gžL ¯´z£LG;ÿN"ž›[Þf”K^ñõ<ézÂЀE‡­€A ìœÃQ„; Ô0A¨ó®“4ƒÈ‘Ø?× "=™ËCÛYBöWØSüù«?´VR‘ƒ°ÍÏ>f¶à7Ù©td&‚ñØ­àŠ3ÃgAÛ}j¸pmƒ§ˆÿ³~¦¢§Ë§…©Ž”lÈ¥UW]‡™5”÷¿!žeaíðÒV›1:œUTå• ·4ÿ׌K&{ÅñLiö]…LÕÒ£/yùS¯‡VUŸ?Ï ¤åtÑ(BËž¢W„P…Lë@ë½rýBHŸÊQr¿¢þI‰MG†µ/Ø`ÊC?Aú¥e+".•xô³TôôÛÖj;#‰ñ‰– ²_ÃyHÂÇay¨Õä.­oØiáÆf!p9rå =¢ýùŒζ… £+1`>Õî'©—ì’÷Ê.šz)âæë ã>퇑õÖ_úƒ12þZdmQQAj”—-e‰‘J_®n‘.¤¹ö~¾2|ÁHD?vY•E’Aþ«Fä“ß~=â…'[ÕÚÙ¡Í…® ×VBÊVÚ .T‰_Ê!ŠwÕ°“èÞÍ2ù³hšƒ…­5’>;Ívp æ˜^!×QS’ä”íõuS):G:¶"SRK·!±)ÜF¢°,ÛÒ\ú¼‡úYªÑ «ÏH$öféFÂ=°Á*´2ÐwùkÞ6RM•°DÂïc“L VdœqTùÏ l-Lüá‚-%ÚÊ|"bZjúûìn›1¢µH× WÌ Uu»Ôo~ÝÝÚqpü‘ã¸Ù’p©qŽ\Ý,+Bs2"á¼xÚ&&ãóé{k»ûM³Vòbã¿/’¨Çõ¥x¦º!=ÐCAÓuÑ.`¤î<ߨ€yßÙÀm£ÙÑrRöÐ&GÝÉJcñUynèòu_1­¯Á ’ëÜDkÑzf+ޝïO­Þý-zÇŸõÑûRÕ˜µÃ¤Ü—«gBõÝJ4y¬ ûé´bšÂº­^as{6YŽªB·/‘A ݺϟ²Hz#ÍàQ0Oû¸´Ã;i'°#ëÙ …ga.åxȨ½q8¾ÎúõÊH¤*˜¡¶qEó2G…rpï%ð¥^œ>f4!^¡¯6®Õ˜Ö?ª ˜Ò6ö¡õCμÛUömŒ. Æ¿šbúåG,fUP(òt@MžÀ4‚òÏDÇ!5þ²AGšáwͺÒ÷Wenª!u}{œQ!À¸ ª*´ÞО¬™…Ó‡‡ˆsP3ë Ü=Õ‘Þ{ú ‹÷ÅæKë(šA_îXNä±µ ŽÁ†Ò³ÛÊ,´…U:j è³=ÏÒ„_©Ã1„¨ÀË`ÊÎNÑ?–Ç£ƒgÖ¦FF /«¡ñ‰œ®ûµîU|uª+ÒµsúÌ“ÀO]ãþ`ÌãØÔ Ô Q4.fuQzB²ÀB.ÖÔœê¡EkF[ qqÿµÈeY1Äûë†&Lí…òpƒ•ÿ! ’Úοÿ²ŒÜÍ56Z‡¤–”ò~ðk+î€Ï÷/o¶ln×—`AßÍô|ZÊn|%Q%}3L›½„ùе01C­b<ÕigÔ‹Ó˜œßïT:Øo†ž‡N³æÛ3 ¡#7ibÔ¨ûç>Dܸ{ 1Gé¦:als`Ǹ®Ñ¿÷¹Ær>úÜtœ¿9Ÿmšÿ‰Óv0ô¬ ¹ËS¬ˆÔ˜îà®J8I˜_<‰ jÎÙ~ •1ÂŒõa-·ÙÛ‚Q”²~Àȧ…o_ûú^T(çä=¥¸.pzÝ(™^Nè*²ÔL½áï(,ŠXŒµŸœ ;bø“´ÃáRÁÎ]Ü OM+äÛæàéwÕs®wâ¼.¤$üxûFjÁ™ãA–qëzúSŸiUcذ4 R¸ùUs¢ÊÎjvI™žà•f`Þ¨¨ñåP6þP~ª}ƒ秈G†çÛÛ’†Æìfà•µÅ@'÷³LËpÿËLqÔÕ¾kø×ÚI]쉫”s¿H™òè‰GøºDr){¶YK‡'?¨°NœPÏMpµã•‰úßz}=e)=€¸kß ë HKm8—®…ú¦m›ÇZÉ.YCpJ©åž4‹½&gðƒ)µ½Ë¶wXíB¶n¯’ta¬¹W(V^¦ï2¾ò)µéýA#º7¬ZÂà3âb¯ÞöÁœ .EÇc›ÀRµeºýr¦£WZ·›H|Æjà"޾ö`µÁþ| ¢i6f~9zûRÛm?^ UÏÔ’••ˆES;C”#dmO4€ŠKš2F¾"Í©2788gÐíl[C¤Ú³Ä’+ŒÄ¢Ù u­¬l$,9ÔüLcá|‹F+ùËy‰$FÌ‹ðW˜Í=†Ñj^“+N¤¼`Ò4wSœ}þ=¢7¿L×/k€W¬7c¾2¨æ ¯aM·f–ƒÇ^!™Ãäá‹ ¥SrB•q‡’½¥¤û¥6ü8¼–9‘†ÐT°Õø_=\¥|¯ïË F¿‚L‡ìgýÛ}Ö¬KìéÖo Žzpk‚ùûïqÀ[ú™.g*,àù=ØéÚ\ ô4ågx_„Ò3[)0BvÄ¿QGîß+È?ÅQ~'%hü…Ç‹€Yñ‡±¤ž1š"‘ïcÙ´IÕ»)\júÔYHíÉÃÕªWª×€A—$¦ž‘Ê2ñ‹êJ|ÄpˆªnxÅÜ1Çݱüe¬¾©±Zº*q‹^²ÜoÆI¥I#‹%'â‡MEj 1>Í­êgv]%Ƽ>‘7œ‚ö”oÎJ.ÓQ Ë=Ûp—b"](Ý+ ͵hLhf6¢„õ€# l; JCzµ¿”ˆéPž'Ú2ñý.U ΃‘¦ÉÎs0óýí…ý©b¸¬%.‘C+í¯Šås0„ÕZ˜>=¤f›d5FX}¡=á ÆÌºó Š×©ÔæY™]Ò•)b¹QѾ9W±žÊ%Yð˜»yno%©WÏXVoKŒ|‡Çh,(¼4C¦{bºÎTÈ“o’ßé6ÌÑÒR!‰Vôäì+ʻⓖ»J©‰ r“oè@N®­@ ˆ ˆO×lÎN½eíe|7ñ~Bi¸ö¨ò/Hœ(„Æ®^¾ »¼9 uHŠˆ5*6½¼ßØ‚azS±dÏçÑqöÕ7àâ­`@¥düF8^9×9!)òáÞó’ ^>k B¡dVšd#ðEž…±øûv¾µøËüHŒCO]oã´"p55ßa¬«SS‘¿^ f¨^F+YÉÞmF½övÑÔ~9Ÿ¶¸¬+=´]×EeŽF¹‰1žh… ?º°IáW^Ü8="›Rw¹Çj:%ÉJÈA¶/ÀVÆÍüÇ'–hã•N">X*gñć-²ñÒ-‹lK] áë]«?-t¢Cú"‹|ø¨Jk]ïÁpt.0„σ›9m[qF‡±®-AÜ,*«zKnöOÂÕ²˜µ2Ç–¡/¤/¸õJWSh ‹˜%>½×GôžolòTëÛgÛp>ªivpôBT~œ*/¼ñµeõB›…è psÓHãüÏAg(kR ªÒÂ%×`a~Û[íºiÛ<Ëžq¤,‡xAÂÜaÝ5ÞÇúßñI^±;ÂTq8t†Ý áå–˜hh§ýÉlˆ¥È-QŒU-ú¬{ÁˆŠ„ϳêÁ24‚˜¥pàŸw.¼Ì‡ÆDìJ’ÔùBQ³ ¿ûMÙýÍá)öŽ©œïÆ Ï:'~Q.8É>¨Iä+_"Ž[J.MrŒßõ‰¦¶.¼?6—7ÔkòÚZ†×(Ìv( qâè_¦<#²¸7–|/–v¯2³¡X,z›QÜÌtpѯVr µï$(á‹Â@œßžâo IO¶A×BÍò¬ Š”Ê`ÚG¨?sŽtO"cT8wØ%ø¼4ïW>È[_뻲5µF8ƒa¡ìæ|9lœÈŽ üÚv°Gîzr žÁo”VVøÃWWŸÂ8Ö·)¸Ü Ç0ý÷ý£¦ š÷Ç‘ä Š…îÿBÏd@ endstream endobj 852 0 obj << /Type /FontDescriptor /FontName /KQODMD+NimbusRomNo9L-Regu-Slant_167 /Flags 4 /FontBBox [-168 -281 1000 924] /Ascent 678 /CapHeight 651 /Descent -216 /ItalicAngle -9 /StemV 85 /XHeight 450 /CharSet (/A/B/D/E/F/H/I/K/L/M/N/O/P/R/S/T/U/V/Z/a/adieresis/b/c/d/e/f/fi/fl/g/guillemotleft/guillemotright/h/hyphen/i/k/l/m/n/o/odieresis/p/r/s/slash/t/u/udieresis/v/w/x/y/z) /FontFile 851 0 R >> endobj 853 0 obj << /Length1 1647 /Length2 8038 /Length3 0 /Length 8879 /Filter /FlateDecode >> stream xÚ­WeX”í¶iP©¡¤»»»»¤g€Áa˜¡ABº»‘–AJ@BR‘RBºEº;ú½÷¹¾sΟsö™ë}Ö½ò¹×Z×û2ÒjëqÈa6 EÁÁÃÉ- Ð;Ù¸ÁuaNš0u]½› ÂxÀ°å\AÖ0 *o‰Œ@@€<ÈÀË àÁfÈÁœ½\Áö³® û¿$¿U6^ÿ@,á`{(àùÃ;svA.þφz áØ! €œ–¶‰Š¦€YIÓ ‚‚\ŠÐv³€mê`[bØÁ\¿[þ]œóÁ— ` €;ƒlÁf O[óoˆà ruÃáÏ0`ïj E<ÜCm!nÀß <Èí`rv…=h8=`δapÜÖìŒÐI aêHíåSúѳtÌ?ob[â²(y’±mí³ÿ]}ÕTÛp}yHG×âí :Õp+Ÿ+æþ9K½{A1Ù3î+Û´º8’6ü÷H„µ…[ÛÏ“6ÏϘzûûz;ѺÖ(ØÞÄa1й£>yàò†BÊÔ Â'–HC½¡bø[fŸÀ uWzÉeË.s©Eæ*íâôVa«˜šúš9 …Þg‚ ëN# éÝ^`e©OîÙöFKò[ìÓIß!ÙvC–üÐ÷}lsÔGœK~å?˜›ø Ž0wÜ-ˆ§¢GÞ(.‘$P)¨T‹3ÐC[|šcöÄÀ[|ädÀ¸Úû|ÒK[ðZVîeФ¢vƒÛ¦EÁeĶS:í-MaTêrëw“<˜¯¶!½$ù6` ÓS5Ì^¦ÍÎo¸¾À…Š­‡JFå‡l›\‡Õƒìj\8ÐocÌ~š‰|uÂ’£æaßCB7Ò¯{'lvs"±v$Ë)h¸1Ôº¥žlÍ! ]f‚ë4¨Þ1õÝ+¡÷£¾lbE"ZªH>èöR4vwíÐ\oæ ̶–† a}p]:åÞÕ< U·Gzõ#‰YV@ˆ Ûyp…:äÙõ!©YÌ%á×gÈ’L48ü^öa‡juŒýȱCç|u;Õœ4 ‡ëžUÿ.Ïí´®º¼SxÕ©ÎŽdM \ã¢d__Ù¬PèÅ'Ü7¼rpñv¶.3ô³kÕÔ Ù„~VÜêàkd< †QBËæ.'+Cª‹Vï’ù»•š¦ÇÔ²²ÄV¹ 2™Ä̉«xÜ´Æù‡ë{3YQ;_Vx¯áÆ-ô¢™4ó»‹Pºa…pèëöøRãXÒqüÊÛ«Ù#ŸJ½2¥¦>¨Þ¥øÜsrS½¹clþ,'à„Ìe¾ÈrŸº:¨7‚‡,Ýg[ã ÿ ¦~™Ü e½÷hBÓt«Z‡KíÌäãÔgé„&›¹øÒS˜SŠÂÆåzn™=9'ó uXžwV팘•y'Ž ™hºkýö`¹¯=¶uæŽ#ÇV W}²â/Žõ^Ï¥†ãÔì²?ïÞS,Dñ£&IÀ÷0.eD³Ã L½çÎzþª´.ÉYÑÔâiܽº©ÕÐé¼ÎİNÌ8þì³"3<Ô®< zÄxcåÈ¹¹¶{ì‰d0$9QÐ&ºÞ­¥¥ãúD!·q¨U÷îøíwøŠÃjÀ°5®S¹kM3(…I’\è Q|;Ëtö’@£¹7KîMB ƒU;ÌѵK§ÚJŒúo瀊}™ýÊÏp©±i_í†" ¯}~vo)BÇ6pŒÎ=ôMŸ]ÿŽ“ˆÅk?Lú’îP±º-£õ¼SeH6c6NwN`á=º°}~óÝydqw –,]¢0¦üŸY±bÕ49¸Õêv÷ø3•ÅåYV»“¹Øå´9Ç€©6&ºÃ3åÊuÏGCo¼Î¡ieÎþÇoóŠòm„©‚,º¨ã¤sç…É£Ȩ>U¡ÍYŒÕǽx$î»dˆÆX:£>´Å{™2ËKôX8Œw„x—(QšMèyG_P22ö#ɲÍ÷}Þ™¸m¤\rõ¢2[FðZ¤¯;±3%J£Ä-äÔ½"î«ý¶pö´ÃÀêeEÙéb¢ÒÕ–¡¶LqÉT')19Rþ¦˜6çÂ'*Í{9±  âãiûŠù*^ò¤BÏòD¯šqÅ[YËõ«Öx]‹F5Uö’oYèCO;"%Î>1W_ê‡?ý˜.Ab-šÎCs­ÝunK±àÐðÝUá³êë–Í‹)A ½ð³PI8 ‘‹ k•5µß÷´rún6ªK¯vÑÉ’‰LBüÙ¶} Ù%ýÃ|`Žô_ÍëvIwåóê«Ö#1šsh;Ç÷mÉð&M« ªyÔ5Õo·O úŠôN)X±ô†Uöz2á™ÈÜy6w§=þóAæp%åsÞÊ}s¦BÎF½væ¦)]î>¾ø×‰‡â3À~p]-iÊx>[ ª¤ÇgÖhJ ÷—Ê„ãg Jͦ¬b”U¥h#éÕZ\ékŠɶ¿Géß/»J”ë#R\ o~¶ß“b»‘í 2¨øÎµù僧˾ž¸§oØsw6_ýª¨,çU(NÞ”{ûÙÙÊÒH9ª3;ó¾iÆ–e2)Î÷sQjÆ’ö§·Œ«1dðè •¨uœy£„ZD‚ì #O)£‚B{'+šPíçÛì "ÅÊ9En˜±µž„'jV"XG@B%î+Ÿé Ù†øµ0[Í>dÓ „i𽬾:gEÜó+#ñô¼.~Ï‚ïæžúéÿò5)éàóIÒ1šoÜ´z;WÈ-¯Ú-̱;ÁMN<úmQò<\qmûkw¯j¬5Å-éQ×t© Ý#FË !ÜfªG?—×ë¡tÂ!­¯¨£˜ÛcEc "¿~‘SŠÙé¨ìÏýâáØSßÉ ã” XÞÝA+íŸöc^‰¦v JÅõƒ6îå}~CƒŠã'_þtÜ—r«HöX'ƒ´»Ø—ëhCú2…%ËÞçv0#¢ma¯T;åî‹=³[Ë~-LHúK»kÃØKZÆ|#Oíó0¤ÙŽmÃã–Þb6«Bè‚WG²Î—¦˜ê”çŸÒõð)’­OºBYø‘”kDþ¿2G€zI¡ŸçdôÙ ËþÙÁ 7Nö‰äQ3’§¦!%½±¨FØk ™wËù´Ò >S¥UmÓ¥¦ äÉH³š~ªµ†vɺ?R¦çÍ®wRe[n€]R‚ìa´j]´©†7C»Y*NŽl7gÉ¿ÎP!¯p5çžãüä‰1üHÇXÊYÏÄèO:âq0ârçæ“#Ùi~ßø>s{Ч•¬øI_6ë–u¯ö©Æç³ Q!ÊšSÇg/y‹J|w8ߢ+ì*¢*;cZG;1–BübÈÚYÇtÐrŸÑáJãú ·¤\*@®ô¿“©¹5Œ R—Ϻ!êšvnåáâ?uåM õ–0sAùQPÌ­(+ã4ëaa kY¦~J‘Çbœ½%÷?Ä}˨BE3£sKG|Z-—ÅjîYR1zD®ò——øÙU¶#«%öFÇ”gOÓæ¯lF2;;¥¸3Ù}Ããm! ·uyXÉ´éþÃÂ’ÙÊÜ3ºúäel;˜¾ãmTyozG÷BÐŶïsæÅ©­Ø?z÷$:Tmå¬`â ÌÈMÅwpô(ŀކm.´Ìø:IÉtÌÛlZÓìƒöÔåÔíßKX•(°‚q&h“¸”‰^ ÓÜk|ñ+’¤;óZiÓ­ÈÎéЬaeP•Áj,ta”ɺO¤jB2&ÈßâYë{p¬Bâ©Ýéý¡>XñSFE™meÑöàÙ PvDz/±¶DW ͽp +¶ËÕõÊ–Njù×C–ºÖ`Qa¹æF]:‰ûv‹Ÿ/) üTÑFCR€u=F“ñÍ\*€ÖìVïÀ§ON%æµr¡ós‘¯|øþaW[¦Û8‹/­I¯IÅ.ìÈjýxO·X—º"êRxK¼¤aè Û÷x©¨ž~ê¢ö^0¹Únîõýã"“ëò¦èÜùðui§O;¥(aßoËÌÞi_C u)F'a5WÑV8K õ ‘T\ «æÉd…øk-„Mú.a†ŠßYª‚O:Úþýf…ôTxð™>-\÷ΖÃâWI[ªtGJÍæEÊ›Ò;Às*R×c§{c*#¬°'H#‡MÞ|¿–ºÁµ_±ž ¦ë!3fëŠ «µÍ”ê J3…þP樰6HxŸÆD+þmâ %;^:ä*ZEJŒGy²rTÉFK¢þ±¥$}c3gx²"½…EÃ.mОÊen»¯iDkÜÇò• pÙ‡´ß‚cs«Þë €ÂíX¥›òuùe»9_™D$PÊÊŸ%…•è6 `p2‡j«‡ ð "ž¸Ñ´õ #%®³8é~©¼¼²¾IL’¨ßk2ÎG´:âùñJ¯ž¯…`{¶ mëùœ†ö¶ù ¯o¡ý4ë¥#Z{ËÓÁç6Óõ~ïhêÆâÍ.ˆa„ÇñÌlä Æ¨Õ|ck)OÅô‘›ß/Õrgàú¥½J œŠî¡öøžÃýEû ‡& ɱ\H0Hu¡ÛÜ»¡e æsÖ°÷¡îˆÂò|ž]L •ܨf§øXg÷—ƒU¾$†Ä1QٯǓlѠኮyeêùö†ïXUµçÞý'w0Mæ€mUbÎ<Çv~N/ØQÈæf yWày[ýc&Õõl;©àŠv›Òc­ ʳÊZcvÚ%sw¿ÚÙi)aηÇa";PGwL9³®pëX%J¡ëðÒ š‘R´¦µß.µ{Œëñ¿6s½%bê*3¡zŠ(nÜUý±Xuhãâ#°@2…X%àÆ¸ß0F¸õöDu&ÌÏi½éú˜YÊvF ´P ]ðmè<÷ÍùqüÖ™%îÖãþÌžÈçZ†Çt²ͪzìY;7›;VæFb¿÷mÞ Ô3Ð]q‚T¢.âqTVK!±à'*,_ã«\q=‘²sYy|ÕàÇö*HOUìq{Ù=ÍgYEšOIîC7fß‘žïñŽÐ8«ãCœÌ׿øæ„ó8|f¿±Ùí§/ͽ*Å·h[™Ae~Tí3–˜—¢gÝî³°|ÀP0wí7ßÐçõ!?pâuúÓ!nR‰Ë·´FûDLZkºÓ:=ƒðñ8ï)/Úz!˜ ²Ì6 ÒGžÏð{ÁÆêE¯–Î6‹^>mCë=¾¯“}È„“ØØ·¯&ÓÇ4<óúªŽ‡0d¢Î*"Emr.å¿oòZïG9E~™!xtéz“›fí£@5w ¬áíí-0>Ÿ¯™:õæ-8ó3YR4 ãZ*ÔÈý5»¶ñNÓ?$Ö¨–‰SôtKZ†‡‚'ØØ°VXn†ÉâÉ^q/Iž7)O:’ æ@3Ù¶E1GÄÕY+2F1½°x¥ÿa¤kp2,sÑÚpuñ¾5DŒ±yÈHó6Š<3Dæ±cNœòzSNá°j@éb™ê#“­æÛu|ækëTõ÷É–ópHéqp4·G 38PÞ~£chb•DnwïaÆÑ TÌÊá A¦Gà§ïÌ|^o¶þôNŽ¡cô!§¨N8í}›M»†ëöí#C‚²¤CºŽòK·þ';©ßÇ´‘°ã®^^ëÆ6á—{îszòÄ®§±Œ·Ÿµ¯Ö„‹½¶K)QémšüÏx¢ÒŒ_ mtx1ëJe’µlàÝšø³…¦ $³ˆ„SÏ‹ØÔ”.@KÉæ mtßÁR´(m´ü¾Ä¸†r„U#[M2^K„‚›ò+{åBëGØäk…§|b7˜ZßÙ3ª’ýHáxRû³¥uïQ‡2ûÃÜ ¹—å¼ ’Æ—n¹ÒOºÞ²|7n/…¬í5¬Ö Ë]Mé%{£šdQ|&w‘s‰ÙY|D±z~ùø@U»®æ“é@nvâ&Á-³KhlÚ”€’(x_0Î<Ë^Øv=÷¤†~2¿_”6~ªí‰#õwnkEÒ]ß4.Ì ºR¹²BB ËHk?BQ³îÏfgFþÍ/ª¤u|Z[Ãv‹îe“©x»ÌÞ`§) ^aöãA~J¹¨ê‹OßÇèS´Ì}SXïÝF»àƒËè˜ÆDú…P pÖ«/Üœô[‹G¸–ÅY—®¿ð®Ù GÄš}ò~qyü4È%§0Iÿ~Ö- ¤Ëµ÷²ö¸6ª¿j´ 8ƒ®Ïúi,Åû+ Δ~S1ô-iWªÑ×1&·Í¦\Re'R¼~ê1n2~®…ëh!†Ä LÓzÁ´˜e——ÁUxÍ9ÃS¤øJ¿$¦ãº¾WËÿ(3¢5MŸªG[èG‘ÿò†!NÌoF0m̤®¶KtøDòႦшBĦxí°“oœ~mÈg8\•fÇ–7–LÙR²Ã.H–+Y©!Öaª]ÒZiʰƒ0ôû§a“†¶3¸úQ=©¸dçç‡ÄN ‘`¡39.M¢“8J´QQs¬åtXûÝeaøÓNŽy}滄 yùÑõ|ÑŸ=•‰ÁÜu ž?<æÕžeŽH;7¿ú™¥LÕÜ¡×$-ÿÖŒÁ¥ï‘"£" R&³IIS&4œ§wƒÛQ(½BAE²§ÚÀò©Û…7L©€Øi%85ÊÜs¬xÏ­* §ôó&¢Q³ÞήŽ ¾Âs3#Ý‹F™ÑÔ¦CÝfÔ«—ÞÉU!{ û:"aa§ [Ý|E¼SòI ðl¨Ëb¨ßÝny" teDÛà ù¾3Û<—œûz^=x}UñÍyBX2úý2.:£Õ6v¡¸ä:')»l^~:–…Œðr(±—Ö°¾×1ucšw_Õ>‚n5[”TÖ ¼Î^_¸ó#%ÛM´" —à•âÉI™Êú•†ýBð¦NÚ{vö›ÿ&c›°Þ8Q®¢±ý.êY.ê¡¤Š¯ïKÑ0gXJµ¹à?°;•Ag‰e鲯Õò³-wÀƒ²’ð׸ëljG¿¼í¶#‰Ù_F¡ ÊLð LÆ §ÚPù{)æ|YÈ?¨ò;\í9õTÚî­ €]Waò6Í£U²z/yÚ½;~ϬÒJJ­m<8-G &²'œæfwÉôsdŸ:miâãF½øx˰_>cÈ»m‡“-Ç÷ú³â^¶Gœä•¤1ˆ‚«4Èû#]VYòµ*rÈjˆÕÉÅ¥ù53]µ†ÿ5ÒX܉ºiœýÄhÇfÛ¶$ÆäÞÕU–¦`Dâìz1VJ™¡EßD•&\ü*¦jœTAƒ<2©Röfšà¼?Õ‰–p6“ ó,h{ètÍÄ‹½"bŽ%öÄÛ|àÖIÿõºH*Þ»šò]ÎÃxG·`ã—…êÀ9#¦Ûäw-E.zf“InQ="@ÜË~¡äæ— æ±^Õ¢›Q#Wœ®LËÆ0D~íM|‰Lz /ùe‡]Ê(a¨*øË и`+;ÄqýV…9AS·6(à€òY•U 3# S^ •Ýfõ²u>/Éèæø$=FsÝSàƒ4FâT€Ò¦ö«‹É$5˜ê²Î•Í”—9i6ÉÜqV(Îb<@£Ð{œÔÉ ¼ÙK¯ñ–iR Žecö~ù³Ë(“þ¥=idIÈŸÌ"ŸÓ „d&Ñv[ÀË\üH2›Ü'Àîõ›óÍ»1]xÀR‡€+ÖdÑÉ^ø†­J÷'EêÓc´¯«?{vƒÅ[9»ÆD8—æž~u´0ÛÂû šÒìëÓƒkõ€Ä^ Yi÷×Ò]¯ŠÄˆï‘w½ñÖ¼2¼° #LXe|@W¡ç‡OfGe©Æu€Øá« S<þf.J–Õîd9Û$=à&eìYÊQ§Ä·.°Ë‡1êÎc_ìÒh%þ8öiñâÐÏÚ-}¸»»Êy& ®ðî~…ì*KFÒ¯KÈ­co¼›?Y=ºÖ|U˜º`RãúŒó{eT±ˆs]&ùÀ«7ÇÉå$ŸeG-}ØNûv“R×¥Óƒ™¬Ï ü÷Ÿ½¢›~ï`Z*AŸ’T@”t?ÞMD Ø«|)¸½¹n°‡ë?å*ñ„îh¶‘|Ž! vFwüðÂ[þþñ¢ýSPè†;'$Hûíu7ŸI¦tò›ÙÄToâ°oŽ&Fz_ fÐﯟ‹?¹C`*ÎyF• CT®6¹DúKYÉVtSnðÐ4wkkÅ©0ŒeàªKÚÓòö…}vUI’FÒó(ÞãT[ã©£(ŸŸ²e³ƒÚšÜ®`¡ÕÁÕB6f¶ÿv@s—R€‡Ñá“rÑý’0Õ§ÁtaÛÀs'“ÍÇÞG+{ú5}÷cOE˜y&×bÃ÷¸–«P™$îä Ÿœ¹jUNEœa\¶ç¼&1ÔÆs©>ŽÛmzžóQúi°‰¸©ò˜Ã½¯, @å‘\¸{qèNYâGP2#&>‰&0¤¹ÚÞ+ú¤†¢[B%Üîg¹K¸]vtgjï²z¹ËžÙÐèŽFE\šVtâw!¦·ÁÁªüp‹¥/X8ÈçãɤjÖ+ Ôñˆ"%½“,¹-0ÁSW,Á¥±ÚAU#hLÂz€ÉRüx4.]üÄND&´t@êW”³HzÌÆN÷Š›‘­Ùn¬Ïl¨pæh]± yÿ»x~Q‚ WN•HWÿ+é‰ :’r´ø+!T¶ÐPùˆƒ6µúþ»Ô5á¹ Èý¹'1d#P½Œ0­j­×uO•vD–šIÂ5±{8ä„÷ŒSêªËFjX*÷ãÃbNPiÎøð ÑæKNC²:æ8ÅÓJ?q/KƒÇÀ…´ïËnxÖ´QÇòo‰I°4õÑJxZ6Ø‘böKø¹…®ò¨ÛôE¨Km4zK€àÓÈÄ”åH_´K—£Á±¯F" ‘¯ÃXX³ŠêBRy¾wk¾›»si= NÍ"0°Á«qW~cDXw«l€«h1¼5dÎ7aù«éBdi%ÿÈŽáÖ´õ¬l>0>Âp  å;_ZK#®‹6 ~l-Å›gÞJ]£ 焱hf¾ù©ÁâI(*Tåèß—žŸ~¡32" TT„ŒÆ|é¹ìyôñ¡» ß·”…~sÚb†›â532rŠqRš–V_Ú!‡(|ÄLÓ&_ËÂÌ©zI 1P¬3÷.5,îÒ¹åotý`CŸÛxži¤öŧR âì]2®âÔÕg]øÊÔ÷½ºø;xꊾ+ÓGŸwÌË^;_Ⱦ“=hMcÚçBF­Ì÷ž¢“»ˆë³ã÷Ë™`Ä#ïd2 ‘›ž6e9á|íû™‘TvéÐPÛN+üø£é7k´É³«„øR’£p9;¸+÷Gÿøv=ó6}x—‚{ŸJÀ­jÒz?³ÛwãV\v6@‡AÂü‹³†o¼5åÊj ø‰9¾M":?ß7™è¥¦3ÐÁT‘V°×ôôv|eí¼¼þ «Õ endstream endobj 854 0 obj << /Type /FontDescriptor /FontName /AJXNBH+NimbusRomNo9L-ReguItal /Flags 4 /FontBBox [-169 -270 1010 924] /Ascent 669 /CapHeight 669 /Descent -193 /ItalicAngle -15 /StemV 78 /XHeight 441 /CharSet (/N/P/S/a/c/e/fi/g/i/l/n/o/p/r/s/t/u/v) /FontFile 853 0 R >> endobj 822 0 obj << /Type /Encoding /Differences [2/fi/fl 35/numbersign 37/percent/ampersand/quoteright/parenleft/parenright/asterisk 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z 95/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z 147/quotedblleft/quotedblright/bullet/endash 168/dieresis/copyright 171/guillemotleft 187/guillemotright 196/Adieresis 214/Odieresis 220/Udieresis 223/germandbls 228/adieresis 246/odieresis 252/udieresis] >> endobj 818 0 obj << /Type /Font /Subtype /Type1 /BaseFont /LSUPIB+CMMI10 /FontDescriptor 834 0 R /FirstChar 45 /LastChar 45 /Widths 821 0 R >> endobj 413 0 obj << /Type /Font /Subtype /Type1 /BaseFont /OIXTLW+CMSY10 /FontDescriptor 836 0 R /FirstChar 32 /LastChar 33 /Widths 827 0 R >> endobj 414 0 obj << /Type /Font /Subtype /Type1 /BaseFont /KMPGWF+NimbusMonL-Bold /FontDescriptor 838 0 R /FirstChar 37 /LastChar 252 /Widths 826 0 R /Encoding 822 0 R >> endobj 436 0 obj << /Type /Font /Subtype /Type1 /BaseFont /GZQTEJ+NimbusMonL-Regu /FontDescriptor 840 0 R /FirstChar 37 /LastChar 252 /Widths 824 0 R /Encoding 822 0 R >> endobj 247 0 obj << /Type /Font /Subtype /Type1 /BaseFont /PDACPQ+NimbusSanL-Bold /FontDescriptor 842 0 R /FirstChar 2 /LastChar 252 /Widths 830 0 R /Encoding 822 0 R >> endobj 244 0 obj << /Type /Font /Subtype /Type1 /BaseFont /MBVVAO+NimbusSanL-Regu /FontDescriptor 844 0 R /FirstChar 2 /LastChar 252 /Widths 831 0 R /Encoding 822 0 R >> endobj 262 0 obj << /Type /Font /Subtype /Type1 /BaseFont /JICQFI+NimbusSanL-ReguItal /FontDescriptor 846 0 R /FirstChar 65 /LastChar 116 /Widths 829 0 R /Encoding 822 0 R >> endobj 307 0 obj << /Type /Font /Subtype /Type1 /BaseFont /JPYEAY+NimbusRomNo9L-Medi /FontDescriptor 848 0 R /FirstChar 2 /LastChar 252 /Widths 828 0 R /Encoding 822 0 R >> endobj 243 0 obj << /Type /Font /Subtype /Type1 /BaseFont /NACVCC+NimbusRomNo9L-Regu /FontDescriptor 850 0 R /FirstChar 2 /LastChar 252 /Widths 832 0 R /Encoding 822 0 R >> endobj 619 0 obj << /Type /Font /Subtype /Type1 /BaseFont /AJXNBH+NimbusRomNo9L-ReguItal /FontDescriptor 854 0 R /FirstChar 2 /LastChar 118 /Widths 823 0 R /Encoding 822 0 R >> endobj 420 0 obj << /Type /Font /Subtype /Type1 /BaseFont /KQODMD+NimbusRomNo9L-Regu-Slant_167 /FontDescriptor 852 0 R /FirstChar 2 /LastChar 252 /Widths 825 0 R /Encoding 822 0 R >> endobj 248 0 obj << /Type /Pages /Count 6 /Parent 855 0 R /Kids [239 0 R 251 0 R 259 0 R 304 0 R 327 0 R 364 0 R] >> endobj 403 0 obj << /Type /Pages /Count 6 /Parent 855 0 R /Kids [400 0 R 407 0 R 417 0 R 425 0 R 432 0 R 441 0 R] >> endobj 452 0 obj << /Type /Pages /Count 6 /Parent 855 0 R /Kids [447 0 R 456 0 R 467 0 R 476 0 R 483 0 R 490 0 R] >> endobj 503 0 obj << /Type /Pages /Count 6 /Parent 855 0 R /Kids [498 0 R 507 0 R 516 0 R 524 0 R 533 0 R 541 0 R] >> endobj 557 0 obj << /Type /Pages /Count 6 /Parent 855 0 R /Kids [551 0 R 561 0 R 567 0 R 576 0 R 583 0 R 592 0 R] >> endobj 607 0 obj << /Type /Pages /Count 6 /Parent 855 0 R /Kids [601 0 R 614 0 R 623 0 R 631 0 R 636 0 R 647 0 R] >> endobj 668 0 obj << /Type /Pages /Count 6 /Parent 856 0 R /Kids [660 0 R 675 0 R 684 0 R 691 0 R 698 0 R 705 0 R] >> endobj 717 0 obj << /Type /Pages /Count 6 /Parent 856 0 R /Kids [712 0 R 720 0 R 728 0 R 747 0 R 756 0 R 761 0 R] >> endobj 789 0 obj << /Type /Pages /Count 4 /Parent 856 0 R /Kids [773 0 R 794 0 R 803 0 R 814 0 R] >> endobj 855 0 obj << /Type /Pages /Count 36 /Parent 857 0 R /Kids [248 0 R 403 0 R 452 0 R 503 0 R 557 0 R 607 0 R] >> endobj 856 0 obj << /Type /Pages /Count 16 /Parent 857 0 R /Kids [668 0 R 717 0 R 789 0 R] >> endobj 857 0 obj << /Type /Pages /Count 52 /Kids [855 0 R 856 0 R] >> endobj 858 0 obj << /Type /Outlines /First 8 0 R /Last 236 0 R /Count 7 >> endobj 236 0 obj << /Title 237 0 R /A 234 0 R /Parent 858 0 R /Prev 232 0 R >> endobj 232 0 obj << /Title 233 0 R /A 230 0 R /Parent 858 0 R /Prev 220 0 R /Next 236 0 R >> endobj 228 0 obj << /Title 229 0 R /A 226 0 R /Parent 220 0 R /Prev 224 0 R >> endobj 224 0 obj << /Title 225 0 R /A 222 0 R /Parent 220 0 R /Next 228 0 R >> endobj 220 0 obj << /Title 221 0 R /A 218 0 R /Parent 858 0 R /Prev 216 0 R /Next 232 0 R /First 224 0 R /Last 228 0 R /Count -2 >> endobj 216 0 obj << /Title 217 0 R /A 214 0 R /Parent 858 0 R /Prev 28 0 R /Next 220 0 R >> endobj 212 0 obj << /Title 213 0 R /A 210 0 R /Parent 184 0 R /Prev 208 0 R >> endobj 208 0 obj << /Title 209 0 R /A 206 0 R /Parent 184 0 R /Prev 204 0 R /Next 212 0 R >> endobj 204 0 obj << /Title 205 0 R /A 202 0 R /Parent 184 0 R /Prev 200 0 R /Next 208 0 R >> endobj 200 0 obj << /Title 201 0 R /A 198 0 R /Parent 184 0 R /Prev 196 0 R /Next 204 0 R >> endobj 196 0 obj << /Title 197 0 R /A 194 0 R /Parent 184 0 R /Prev 192 0 R /Next 200 0 R >> endobj 192 0 obj << /Title 193 0 R /A 190 0 R /Parent 184 0 R /Prev 188 0 R /Next 196 0 R >> endobj 188 0 obj << /Title 189 0 R /A 186 0 R /Parent 184 0 R /Next 192 0 R >> endobj 184 0 obj << /Title 185 0 R /A 182 0 R /Parent 28 0 R /Prev 180 0 R /First 188 0 R /Last 212 0 R /Count -7 >> endobj 180 0 obj << /Title 181 0 R /A 178 0 R /Parent 28 0 R /Prev 176 0 R /Next 184 0 R >> endobj 176 0 obj << /Title 177 0 R /A 174 0 R /Parent 28 0 R /Prev 172 0 R /Next 180 0 R >> endobj 172 0 obj << /Title 173 0 R /A 170 0 R /Parent 28 0 R /Prev 160 0 R /Next 176 0 R >> endobj 168 0 obj << /Title 169 0 R /A 166 0 R /Parent 160 0 R /Prev 164 0 R >> endobj 164 0 obj << /Title 165 0 R /A 162 0 R /Parent 160 0 R /Next 168 0 R >> endobj 160 0 obj << /Title 161 0 R /A 158 0 R /Parent 28 0 R /Prev 148 0 R /Next 172 0 R /First 164 0 R /Last 168 0 R /Count -2 >> endobj 156 0 obj << /Title 157 0 R /A 154 0 R /Parent 148 0 R /Prev 152 0 R >> endobj 152 0 obj << /Title 153 0 R /A 150 0 R /Parent 148 0 R /Next 156 0 R >> endobj 148 0 obj << /Title 149 0 R /A 146 0 R /Parent 28 0 R /Prev 144 0 R /Next 160 0 R /First 152 0 R /Last 156 0 R /Count -2 >> endobj 144 0 obj << /Title 145 0 R /A 142 0 R /Parent 28 0 R /Prev 136 0 R /Next 148 0 R >> endobj 140 0 obj << /Title 141 0 R /A 138 0 R /Parent 136 0 R >> endobj 136 0 obj << /Title 137 0 R /A 134 0 R /Parent 28 0 R /Prev 100 0 R /Next 144 0 R /First 140 0 R /Last 140 0 R /Count -1 >> endobj 132 0 obj << /Title 133 0 R /A 130 0 R /Parent 112 0 R /Prev 128 0 R >> endobj 128 0 obj << /Title 129 0 R /A 126 0 R /Parent 112 0 R /Prev 124 0 R /Next 132 0 R >> endobj 124 0 obj << /Title 125 0 R /A 122 0 R /Parent 112 0 R /Prev 120 0 R /Next 128 0 R >> endobj 120 0 obj << /Title 121 0 R /A 118 0 R /Parent 112 0 R /Prev 116 0 R /Next 124 0 R >> endobj 116 0 obj << /Title 117 0 R /A 114 0 R /Parent 112 0 R /Next 120 0 R >> endobj 112 0 obj << /Title 113 0 R /A 110 0 R /Parent 100 0 R /Prev 108 0 R /First 116 0 R /Last 132 0 R /Count -5 >> endobj 108 0 obj << /Title 109 0 R /A 106 0 R /Parent 100 0 R /Prev 104 0 R /Next 112 0 R >> endobj 104 0 obj << /Title 105 0 R /A 102 0 R /Parent 100 0 R /Next 108 0 R >> endobj 100 0 obj << /Title 101 0 R /A 98 0 R /Parent 28 0 R /Prev 80 0 R /Next 136 0 R /First 104 0 R /Last 112 0 R /Count -3 >> endobj 96 0 obj << /Title 97 0 R /A 94 0 R /Parent 80 0 R /Prev 92 0 R >> endobj 92 0 obj << /Title 93 0 R /A 90 0 R /Parent 80 0 R /Prev 88 0 R /Next 96 0 R >> endobj 88 0 obj << /Title 89 0 R /A 86 0 R /Parent 80 0 R /Prev 84 0 R /Next 92 0 R >> endobj 84 0 obj << /Title 85 0 R /A 82 0 R /Parent 80 0 R /Next 88 0 R >> endobj 80 0 obj << /Title 81 0 R /A 78 0 R /Parent 28 0 R /Prev 32 0 R /Next 100 0 R /First 84 0 R /Last 96 0 R /Count -4 >> endobj 76 0 obj << /Title 77 0 R /A 74 0 R /Parent 32 0 R /Prev 72 0 R >> endobj 72 0 obj << /Title 73 0 R /A 70 0 R /Parent 32 0 R /Prev 68 0 R /Next 76 0 R >> endobj 68 0 obj << /Title 69 0 R /A 66 0 R /Parent 32 0 R /Prev 64 0 R /Next 72 0 R >> endobj 64 0 obj << /Title 65 0 R /A 62 0 R /Parent 32 0 R /Prev 60 0 R /Next 68 0 R >> endobj 60 0 obj << /Title 61 0 R /A 58 0 R /Parent 32 0 R /Prev 56 0 R /Next 64 0 R >> endobj 56 0 obj << /Title 57 0 R /A 54 0 R /Parent 32 0 R /Prev 52 0 R /Next 60 0 R >> endobj 52 0 obj << /Title 53 0 R /A 50 0 R /Parent 32 0 R /Prev 48 0 R /Next 56 0 R >> endobj 48 0 obj << /Title 49 0 R /A 46 0 R /Parent 32 0 R /Prev 44 0 R /Next 52 0 R >> endobj 44 0 obj << /Title 45 0 R /A 42 0 R /Parent 32 0 R /Prev 40 0 R /Next 48 0 R >> endobj 40 0 obj << /Title 41 0 R /A 38 0 R /Parent 32 0 R /Prev 36 0 R /Next 44 0 R >> endobj 36 0 obj << /Title 37 0 R /A 34 0 R /Parent 32 0 R /Next 40 0 R >> endobj 32 0 obj << /Title 33 0 R /A 30 0 R /Parent 28 0 R /Next 80 0 R /First 36 0 R /Last 76 0 R /Count -11 >> endobj 28 0 obj << /Title 29 0 R /A 26 0 R /Parent 858 0 R /Prev 12 0 R /Next 216 0 R /First 32 0 R /Last 184 0 R /Count -11 >> endobj 24 0 obj << /Title 25 0 R /A 22 0 R /Parent 12 0 R /Prev 20 0 R >> endobj 20 0 obj << /Title 21 0 R /A 18 0 R /Parent 12 0 R /Prev 16 0 R /Next 24 0 R >> endobj 16 0 obj << /Title 17 0 R /A 14 0 R /Parent 12 0 R /Next 20 0 R >> endobj 12 0 obj << /Title 13 0 R /A 10 0 R /Parent 858 0 R /Prev 8 0 R /Next 28 0 R /First 16 0 R /Last 24 0 R /Count -3 >> endobj 8 0 obj << /Title 9 0 R /A 6 0 R /Parent 858 0 R /Next 12 0 R >> endobj 859 0 obj << /Names [(Doc-Start) 245 0 R (Item.1) 254 0 R (Item.10) 512 0 R (Item.11) 521 0 R (Item.12) 528 0 R (Item.13) 546 0 R] /Limits [(Doc-Start) (Item.13)] >> endobj 860 0 obj << /Names [(Item.14) 547 0 R (Item.15) 650 0 R (Item.16) 651 0 R (Item.17) 767 0 R (Item.18) 768 0 R (Item.19) 776 0 R] /Limits [(Item.14) (Item.19)] >> endobj 861 0 obj << /Names [(Item.2) 255 0 R (Item.20) 777 0 R (Item.21) 778 0 R (Item.22) 779 0 R (Item.23) 780 0 R (Item.24) 781 0 R] /Limits [(Item.2) (Item.24)] >> endobj 862 0 obj << /Names [(Item.25) 782 0 R (Item.26) 783 0 R (Item.27) 784 0 R (Item.28) 785 0 R (Item.29) 786 0 R (Item.3) 470 0 R] /Limits [(Item.25) (Item.3)] >> endobj 863 0 obj << /Names [(Item.30) 787 0 R (Item.31) 788 0 R (Item.4) 471 0 R (Item.5) 480 0 R (Item.6) 486 0 R (Item.7) 494 0 R] /Limits [(Item.30) (Item.7)] >> endobj 864 0 obj << /Names [(Item.8) 495 0 R (Item.9) 510 0 R (about) 751 0 R (addendum) 809 0 R (appendix-gnu-fdl) 753 0 R (bugs) 734 0 R] /Limits [(Item.8) (bugs)] >> endobj 865 0 obj << /Names [(bugs-bugs) 735 0 R (bugs-limits) 750 0 R (example.3.1) 487 0 R (example.3.2) 530 0 R (example.3.3) 639 0 R (example.3.4) 641 0 R] /Limits [(bugs-bugs) (example.3.4)] >> endobj 866 0 obj << /Names [(fdl-invariant) 792 0 R (fdl-modified) 790 0 R (fdl-secondary) 791 0 R (figure.1) 367 0 R (figure.10) 376 0 R (figure.11) 377 0 R] /Limits [(fdl-invariant) (figure.11)] >> endobj 867 0 obj << /Names [(figure.12) 378 0 R (figure.13) 379 0 R (figure.14) 380 0 R (figure.15) 381 0 R (figure.16) 382 0 R (figure.17) 383 0 R] /Limits [(figure.12) (figure.17)] >> endobj 868 0 obj << /Names [(figure.18) 384 0 R (figure.19) 385 0 R (figure.2) 368 0 R (figure.20) 386 0 R (figure.21) 387 0 R (figure.22) 388 0 R] /Limits [(figure.18) (figure.22)] >> endobj 869 0 obj << /Names [(figure.23) 389 0 R (figure.24) 390 0 R (figure.25) 391 0 R (figure.26) 392 0 R (figure.27) 393 0 R (figure.28) 394 0 R] /Limits [(figure.23) (figure.28)] >> endobj 870 0 obj << /Names [(figure.29) 395 0 R (figure.3) 369 0 R (figure.30) 396 0 R (figure.31) 397 0 R (figure.32) 398 0 R (figure.4) 370 0 R] /Limits [(figure.29) (figure.4)] >> endobj 871 0 obj << /Names [(figure.5) 371 0 R (figure.6) 372 0 R (figure.7) 373 0 R (figure.8) 374 0 R (figure.9) 375 0 R (getting-started) 411 0 R] /Limits [(figure.5) (getting-started)] >> endobj 872 0 obj << /Names [(getting-started-first-action) 428 0 R (getting-started-first-run) 415 0 R (getting-started-starting) 412 0 R (index) 246 0 R (introduction) 410 0 R (lstlisting.-1) 810 0 R] /Limits [(getting-started-first-action) (lstlisting.-1)] >> endobj 873 0 obj << /Names [(lstlisting.-2) 819 0 R (lstnumber.-1.1) 811 0 R (lstnumber.-1.2) 812 0 R (lstnumber.-1.3) 817 0 R (lstnumber.-2.1) 820 0 R (misc) 733 0 R] /Limits [(lstlisting.-2) (misc)] >> endobj 874 0 obj << /Names [(cact-FIG-add-capability) 527 0 R (cact-FIG-add-scheme) 511 0 R (cact-FIG-execute-as) 627 0 R (cact-FIG-execution) 604 0 R (cact-FIG-execution-mode) 606 0 R (cact-FIG-frame-count) 537 0 R] /Limits [(cact-FIG-add-capability) (cact-FIG-frame-count)] >> endobj 875 0 obj << /Names [(cact-FIG-frame-desktop) 545 0 R (cact-FIG-frame-execution-environment) 555 0 R (cact-FIG-legend) 588 0 R (cact-FIG-main-empty) 421 0 R (cact-FIG-prefs-desktop) 694 0 R (cact-FIG-prefs-execution) 688 0 R] /Limits [(cact-FIG-frame-desktop) (cact-FIG-prefs-execution)] >> endobj 876 0 obj << /Names [(cact-FIG-prefs-export) 716 0 R (cact-FIG-prefs-import) 709 0 R (cact-FIG-prefs-io-providers) 732 0 R (cact-FIG-prefs-runtime) 682 0 R (cact-FIG-prefs-schemes) 724 0 R (cact-FIG-prefs-ui) 702 0 R] /Limits [(cact-FIG-prefs-export) (cact-FIG-prefs-ui)] >> endobj 877 0 obj << /Names [(cact-FIG-sort-buttons) 655 0 R (cact-FIG-start-caja-context) 450 0 R (cact-FIG-start-matedialog) 451 0 R (cact-FIG-startup-mode) 618 0 R (cact-FIG-tab-action) 435 0 R (cact-FIG-tab-basenames) 462 0 R] /Limits [(cact-FIG-sort-buttons) (cact-FIG-tab-basenames)] >> endobj 878 0 obj << /Names [(cact-FIG-tab-capabilities) 520 0 R (cact-FIG-tab-command) 444 0 R (cact-FIG-tab-environment) 536 0 R (cact-FIG-tab-folders) 493 0 R (cact-FIG-tab-mimetypes) 479 0 R (cact-FIG-tab-schemes) 502 0 R] /Limits [(cact-FIG-tab-capabilities) (cact-FIG-tab-schemes)] >> endobj 879 0 obj << /Names [(cact-FIG-target-location-where) 571 0 R (cact-FIG-work-dir-frame) 596 0 R (cact-TAB-multiple-execution) 634 0 R (page.1) 409 0 R (page.10) 485 0 R (page.11) 492 0 R] /Limits [(cact-FIG-target-location-where) (page.11)] >> endobj 880 0 obj << /Names [(page.12) 500 0 R (page.13) 509 0 R (page.14) 518 0 R (page.15) 526 0 R (page.16) 535 0 R (page.17) 543 0 R] /Limits [(page.12) (page.17)] >> endobj 881 0 obj << /Names [(page.18) 553 0 R (page.19) 563 0 R (page.2) 419 0 R (page.20) 569 0 R (page.21) 578 0 R (page.22) 585 0 R] /Limits [(page.18) (page.22)] >> endobj 882 0 obj << /Names [(page.23) 594 0 R (page.24) 603 0 R (page.25) 616 0 R (page.26) 625 0 R (page.27) 633 0 R (page.28) 638 0 R] /Limits [(page.23) (page.28)] >> endobj 883 0 obj << /Names [(page.29) 649 0 R (page.3) 427 0 R (page.30) 662 0 R (page.31) 677 0 R (page.32) 686 0 R (page.33) 693 0 R] /Limits [(page.29) (page.33)] >> endobj 884 0 obj << /Names [(page.34) 700 0 R (page.35) 707 0 R (page.36) 714 0 R (page.37) 722 0 R (page.38) 730 0 R (page.39) 749 0 R] /Limits [(page.34) (page.39)] >> endobj 885 0 obj << /Names [(page.4) 434 0 R (page.40) 758 0 R (page.41) 763 0 R (page.42) 775 0 R (page.43) 796 0 R (page.44) 805 0 R] /Limits [(page.4) (page.44)] >> endobj 886 0 obj << /Names [(page.45) 816 0 R (page.5) 443 0 R (page.6) 449 0 R (page.7) 458 0 R (page.8) 469 0 R (page.9) 478 0 R] /Limits [(page.45) (page.9)] >> endobj 887 0 obj << /Names [(page.i) 242 0 R (page.ii) 253 0 R (page.iii) 261 0 R (page.iv) 306 0 R (page.v) 329 0 R (page.vi) 366 0 R] /Limits [(page.i) (page.vi)] >> endobj 888 0 obj << /Names [(page.vii) 402 0 R (paragraph.3.3.3.1) 115 0 R (paragraph.3.3.3.2) 119 0 R (paragraph.3.3.3.3) 123 0 R (paragraph.3.3.3.4) 127 0 R (paragraph.3.3.3.5) 131 0 R] /Limits [(page.vii) (paragraph.3.3.3.5)] >> endobj 889 0 obj << /Names [(section.1) 7 0 R (section.2) 11 0 R (section.3) 27 0 R (section.4) 215 0 R (section.5) 219 0 R (section.6) 231 0 R] /Limits [(section.1) (section.6)] >> endobj 890 0 obj << /Names [(section.a.A) 235 0 R (section0) 754 0 R (section1) 759 0 R (section10) 807 0 R (section11) 808 0 R (section2) 764 0 R] /Limits [(section.a.A) (section2)] >> endobj 891 0 obj << /Names [(section3) 765 0 R (section4) 766 0 R (section5) 797 0 R (section6) 798 0 R (section7) 799 0 R (section8) 800 0 R] /Limits [(section3) (section8)] >> endobj 892 0 obj << /Names [(section9) 806 0 R (subsection.2.1) 15 0 R (subsection.2.2) 19 0 R (subsection.2.3) 23 0 R (subsection.3.1) 31 0 R (subsection.3.10) 179 0 R] /Limits [(section9) (subsection.3.10)] >> endobj 893 0 obj << /Names [(subsection.3.11) 183 0 R (subsection.3.2) 79 0 R (subsection.3.3) 99 0 R (subsection.3.4) 135 0 R (subsection.3.5) 143 0 R (subsection.3.6) 147 0 R] /Limits [(subsection.3.11) (subsection.3.6)] >> endobj 894 0 obj << /Names [(subsection.3.7) 159 0 R (subsection.3.8) 171 0 R (subsection.3.9) 175 0 R (subsection.5.1) 223 0 R (subsection.5.2) 227 0 R (subsubsection.3.1.1) 35 0 R] /Limits [(subsection.3.7) (subsubsection.3.1.1)] >> endobj 895 0 obj << /Names [(subsubsection.3.1.10) 71 0 R (subsubsection.3.1.11) 75 0 R (subsubsection.3.1.2) 39 0 R (subsubsection.3.1.3) 43 0 R (subsubsection.3.1.4) 47 0 R (subsubsection.3.1.5) 51 0 R] /Limits [(subsubsection.3.1.10) (subsubsection.3.1.5)] >> endobj 896 0 obj << /Names [(subsubsection.3.1.6) 55 0 R (subsubsection.3.1.7) 59 0 R (subsubsection.3.1.8) 63 0 R (subsubsection.3.1.9) 67 0 R (subsubsection.3.11.1) 187 0 R (subsubsection.3.11.2) 191 0 R] /Limits [(subsubsection.3.1.6) (subsubsection.3.11.2)] >> endobj 897 0 obj << /Names [(subsubsection.3.11.3) 195 0 R (subsubsection.3.11.4) 199 0 R (subsubsection.3.11.5) 203 0 R (subsubsection.3.11.6) 207 0 R (subsubsection.3.11.7) 211 0 R (subsubsection.3.2.1) 83 0 R] /Limits [(subsubsection.3.11.3) (subsubsection.3.2.1)] >> endobj 898 0 obj << /Names [(subsubsection.3.2.2) 87 0 R (subsubsection.3.2.3) 91 0 R (subsubsection.3.2.4) 95 0 R (subsubsection.3.3.1) 103 0 R (subsubsection.3.3.2) 107 0 R (subsubsection.3.3.3) 111 0 R] /Limits [(subsubsection.3.2.2) (subsubsection.3.3.3)] >> endobj 899 0 obj << /Names [(subsubsection.3.4.1) 139 0 R (subsubsection.3.6.1) 151 0 R (subsubsection.3.6.2) 155 0 R (subsubsection.3.7.1) 163 0 R (subsubsection.3.7.2) 167 0 R (table.1) 404 0 R] /Limits [(subsubsection.3.4.1) (table.1)] >> endobj 900 0 obj << /Names [(usage) 459 0 R (usage-conditions) 460 0 R (usage-conditions-basenames) 461 0 R (usage-conditions-capabilities) 519 0 R (usage-conditions-count) 529 0 R (usage-conditions-dbus) 556 0 R] /Limits [(usage) (usage-conditions-dbus)] >> endobj 901 0 obj << /Names [(usage-conditions-desktop) 544 0 R (usage-conditions-executable) 554 0 R (usage-conditions-folders) 488 0 R (usage-conditions-mimetypes) 472 0 R (usage-conditions-run) 565 0 R (usage-conditions-schemes) 501 0 R] /Limits [(usage-conditions-desktop) (usage-conditions-schemes)] >> endobj 902 0 obj << /Names [(usage-conditions-true) 564 0 R (usage-edit) 664 0 R (usage-edit-cut) 665 0 R (usage-edit-multiple) 666 0 R (usage-execution) 586 0 R (usage-execution-how) 597 0 R] /Limits [(usage-conditions-true) (usage-execution-how)] >> endobj 903 0 obj << /Names [(usage-execution-how-class) 620 0 R (usage-execution-how-mode) 605 0 R (usage-execution-how-notify) 617 0 R (usage-execution-how-singular) 628 0 R (usage-execution-how-user) 626 0 R (usage-execution-parameters) 587 0 R] /Limits [(usage-execution-how-class) (usage-execution-parameters)] >> endobj 904 0 obj << /Names [(usage-execution-work) 595 0 R (usage-export) 678 0 R (usage-import) 679 0 R (usage-menus) 652 0 R (usage-prefs) 680 0 R (usage-prefs-execution) 687 0 R] /Limits [(usage-execution-work) (usage-prefs-execution)] >> endobj 905 0 obj << /Names [(usage-prefs-export) 715 0 R (usage-prefs-import) 708 0 R (usage-prefs-providers) 731 0 R (usage-prefs-runtime) 681 0 R (usage-prefs-schemes) 723 0 R (usage-prefs-ui) 701 0 R] /Limits [(usage-prefs-export) (usage-prefs-ui)] >> endobj 906 0 obj << /Names [(usage-profile) 640 0 R (usage-profile-order) 642 0 R (usage-save) 667 0 R (usage-sorting) 653 0 R (usage-sorting-alpha) 654 0 R (usage-sorting-manual) 663 0 R] /Limits [(usage-profile) (usage-sorting-manual)] >> endobj 907 0 obj << /Names [(usage-where) 570 0 R (usage-where-location) 573 0 R (usage-where-notes) 580 0 R (usage-where-selection) 572 0 R (usage-where-toolbar) 579 0 R] /Limits [(usage-where) (usage-where-toolbar)] >> endobj 908 0 obj << /Kids [859 0 R 860 0 R 861 0 R 862 0 R 863 0 R 864 0 R] /Limits [(Doc-Start) (bugs)] >> endobj 909 0 obj << /Kids [865 0 R 866 0 R 867 0 R 868 0 R 869 0 R 870 0 R] /Limits [(bugs-bugs) (figure.4)] >> endobj 910 0 obj << /Kids [871 0 R 872 0 R 873 0 R 874 0 R 875 0 R 876 0 R] /Limits [(figure.5) (cact-FIG-prefs-ui)] >> endobj 911 0 obj << /Kids [877 0 R 878 0 R 879 0 R 880 0 R 881 0 R 882 0 R] /Limits [(cact-FIG-sort-buttons) (page.28)] >> endobj 912 0 obj << /Kids [883 0 R 884 0 R 885 0 R 886 0 R 887 0 R 888 0 R] /Limits [(page.29) (paragraph.3.3.3.5)] >> endobj 913 0 obj << /Kids [889 0 R 890 0 R 891 0 R 892 0 R 893 0 R 894 0 R] /Limits [(section.1) (subsubsection.3.1.1)] >> endobj 914 0 obj << /Kids [895 0 R 896 0 R 897 0 R 898 0 R 899 0 R 900 0 R] /Limits [(subsubsection.3.1.10) (usage-conditions-dbus)] >> endobj 915 0 obj << /Kids [901 0 R 902 0 R 903 0 R 904 0 R 905 0 R 906 0 R] /Limits [(usage-conditions-desktop) (usage-sorting-manual)] >> endobj 916 0 obj << /Kids [907 0 R] /Limits [(usage-where) (usage-where-toolbar)] >> endobj 917 0 obj << /Kids [908 0 R 909 0 R 910 0 R 911 0 R 912 0 R 913 0 R] /Limits [(Doc-Start) (subsubsection.3.1.1)] >> endobj 918 0 obj << /Kids [914 0 R 915 0 R 916 0 R] /Limits [(subsubsection.3.1.10) (usage-where-toolbar)] >> endobj 919 0 obj << /Kids [917 0 R 918 0 R] /Limits [(Doc-Start) (usage-where-toolbar)] >> endobj 920 0 obj << /Dests 919 0 R >> endobj 921 0 obj << /Type /Catalog /Pages 857 0 R /Outlines 858 0 R /Names 920 0 R /PageMode/UseOutlines/PageLabels << /Nums [0 << /S /r >> 7 << /S /D >> ] >> /OpenAction 238 0 R >> endobj 922 0 obj << /Author(Pierre Wieser)/Title(Benutzerhandbuch f\374r das Caja-Aktionen Konfigurationswerkzeug)/Subject()/Creator(DBLaTeX-0.3)/Producer(pdfTeX-1.40.3)/Keywords() /CreationDate (D:20120307215235+01'00') /ModDate (D:20120307215235+01'00') /Trapped /False /PTEX.Fullbanner (This is pdfTeX using libpoppler, Version 3.141592-1.40.3-2.2 (Web2C 7.5.6) kpathsea version 3.5.6) >> endobj xref 0 923 0000000001 65535 f 0000000002 00000 f 0000000003 00000 f 0000000004 00000 f 0000000000 00000 f 0000000015 00000 n 0000000924 00000 n 0000036567 00000 n 0001651899 00000 n 0000000969 00000 n 0000001000 00000 n 0000036687 00000 n 0001651775 00000 n 0000001046 00000 n 0000001079 00000 n 0000036807 00000 n 0001651701 00000 n 0000001130 00000 n 0000001200 00000 n 0000036928 00000 n 0001651614 00000 n 0000001251 00000 n 0000001285 00000 n 0000089849 00000 n 0001651540 00000 n 0000001336 00000 n 0000001384 00000 n 0000311473 00000 n 0001651412 00000 n 0000001430 00000 n 0000001498 00000 n 0000311594 00000 n 0001651300 00000 n 0000001549 00000 n 0000001594 00000 n 0000311715 00000 n 0001651226 00000 n 0000001650 00000 n 0000001710 00000 n 0000316843 00000 n 0001651139 00000 n 0000001766 00000 n 0000001824 00000 n 0000367308 00000 n 0001651052 00000 n 0000001880 00000 n 0000001933 00000 n 0000461847 00000 n 0001650965 00000 n 0000001989 00000 n 0000002043 00000 n 0000525578 00000 n 0001650878 00000 n 0000002099 00000 n 0000002159 00000 n 0000542864 00000 n 0001650791 00000 n 0000002215 00000 n 0000002266 00000 n 0000715754 00000 n 0001650704 00000 n 0000002322 00000 n 0000002368 00000 n 0000768379 00000 n 0001650617 00000 n 0000002424 00000 n 0000002477 00000 n 0000768622 00000 n 0001650530 00000 n 0000002533 00000 n 0000002593 00000 n 0000770720 00000 n 0001650443 00000 n 0000002650 00000 n 0000002689 00000 n 0000770841 00000 n 0001650369 00000 n 0000002746 00000 n 0000002799 00000 n 0000821990 00000 n 0001650244 00000 n 0000002850 00000 n 0000002900 00000 n 0000822230 00000 n 0001650170 00000 n 0000002956 00000 n 0000003016 00000 n 0000822351 00000 n 0001650083 00000 n 0000003072 00000 n 0000003125 00000 n 0000825081 00000 n 0001649996 00000 n 0000003181 00000 n 0000003229 00000 n 0000825202 00000 n 0001649922 00000 n 0000003285 00000 n 0000003311 00000 n 0000855687 00000 n 0001649793 00000 n 0000003362 00000 n 0000003422 00000 n 0000855808 00000 n 0001649714 00000 n 0000003479 00000 n 0000003522 00000 n 0000889059 00000 n 0001649621 00000 n 0000003579 00000 n 0000003639 00000 n 0000889303 00000 n 0001649503 00000 n 0000003696 00000 n 0000003757 00000 n 0000999029 00000 n 0001649424 00000 n 0000003812 00000 n 0000003851 00000 n 0001035290 00000 n 0001649331 00000 n 0000003906 00000 n 0000003948 00000 n 0001035534 00000 n 0001649238 00000 n 0000004003 00000 n 0000004036 00000 n 0001066590 00000 n 0001649145 00000 n 0000004091 00000 n 0000004130 00000 n 0001066834 00000 n 0001649066 00000 n 0000004185 00000 n 0000004228 00000 n 0001073475 00000 n 0001648935 00000 n 0000004280 00000 n 0000004352 00000 n 0001073659 00000 n 0001648870 00000 n 0000004409 00000 n 0000004470 00000 n 0001112418 00000 n 0001648778 00000 n 0000004522 00000 n 0000004579 00000 n 0001112540 00000 n 0001648647 00000 n 0000004631 00000 n 0000004676 00000 n 0001112662 00000 n 0001648568 00000 n 0000004733 00000 n 0000004805 00000 n 0001119120 00000 n 0001648489 00000 n 0000004862 00000 n 0000004932 00000 n 0001119242 00000 n 0001648358 00000 n 0000004984 00000 n 0000005014 00000 n 0001119363 00000 n 0001648279 00000 n 0000005071 00000 n 0000005114 00000 n 0001119485 00000 n 0001648200 00000 n 0000005171 00000 n 0000005208 00000 n 0001119607 00000 n 0001648108 00000 n 0000005260 00000 n 0000005309 00000 n 0001147003 00000 n 0001648016 00000 n 0000005361 00000 n 0000005407 00000 n 0001147125 00000 n 0001647924 00000 n 0000005460 00000 n 0000005504 00000 n 0001147247 00000 n 0001647807 00000 n 0000005557 00000 n 0000005622 00000 n 0001147369 00000 n 0001647728 00000 n 0000005680 00000 n 0000005721 00000 n 0001169365 00000 n 0001647635 00000 n 0000005779 00000 n 0000005835 00000 n 0001369862 00000 n 0001647542 00000 n 0000005893 00000 n 0000005952 00000 n 0001395683 00000 n 0001647449 00000 n 0000006010 00000 n 0000006049 00000 n 0001421343 00000 n 0001647356 00000 n 0000006107 00000 n 0000006146 00000 n 0001446179 00000 n 0001647263 00000 n 0000006204 00000 n 0000006253 00000 n 0001474197 00000 n 0001647184 00000 n 0000006311 00000 n 0000006371 00000 n 0001474441 00000 n 0001647092 00000 n 0000006418 00000 n 0000006464 00000 n 0001474563 00000 n 0001646960 00000 n 0000006511 00000 n 0000006569 00000 n 0001474685 00000 n 0001646881 00000 n 0000006621 00000 n 0000006656 00000 n 0001479975 00000 n 0001646802 00000 n 0000006708 00000 n 0000006755 00000 n 0001480097 00000 n 0001646709 00000 n 0000006802 00000 n 0000006871 00000 n 0001480219 00000 n 0001646630 00000 n 0000006920 00000 n 0000006970 00000 n 0000007406 00000 n 0000007708 00000 n 0000007023 00000 n 0000007525 00000 n 0001644703 00000 n 0001644185 00000 n 0000007586 00000 n 0000007647 00000 n 0001644015 00000 n 0001645236 00000 n 0000010848 00000 n 0000011188 00000 n 0000010709 00000 n 0000007806 00000 n 0000011005 00000 n 0000011066 00000 n 0000011127 00000 n 0000012793 00000 n 0000012968 00000 n 0000013203 00000 n 0000012646 00000 n 0000011273 00000 n 0000013142 00000 n 0001644355 00000 n 0000015291 00000 n 0000015443 00000 n 0000015595 00000 n 0000015752 00000 n 0000015908 00000 n 0000016064 00000 n 0000016216 00000 n 0000016373 00000 n 0000016535 00000 n 0000016697 00000 n 0000016858 00000 n 0000017019 00000 n 0000017180 00000 n 0000017341 00000 n 0000017501 00000 n 0000017662 00000 n 0000017822 00000 n 0000017983 00000 n 0000018145 00000 n 0000018301 00000 n 0000018462 00000 n 0000018623 00000 n 0000018784 00000 n 0000018945 00000 n 0000019101 00000 n 0000019262 00000 n 0000019423 00000 n 0000019584 00000 n 0000019743 00000 n 0000019902 00000 n 0000020060 00000 n 0000020218 00000 n 0000020377 00000 n 0000020533 00000 n 0000020693 00000 n 0000022458 00000 n 0000022613 00000 n 0000022774 00000 n 0000022935 00000 n 0000023091 00000 n 0000020908 00000 n 0000014880 00000 n 0000013314 00000 n 0000020847 00000 n 0001644530 00000 n 0000023252 00000 n 0000023413 00000 n 0000023568 00000 n 0000023724 00000 n 0000023881 00000 n 0000024038 00000 n 0000024200 00000 n 0000024361 00000 n 0000024523 00000 n 0000024685 00000 n 0000024847 00000 n 0000025009 00000 n 0000025171 00000 n 0000025322 00000 n 0000025473 00000 n 0000025629 00000 n 0000025784 00000 n 0000025935 00000 n 0000026149 00000 n 0000022143 00000 n 0000021019 00000 n 0000026088 00000 n 0000028003 00000 n 0000028154 00000 n 0000028305 00000 n 0000028456 00000 n 0000028606 00000 n 0000028757 00000 n 0000028908 00000 n 0000029059 00000 n 0000029209 00000 n 0000029359 00000 n 0000029508 00000 n 0000029658 00000 n 0000029809 00000 n 0000029960 00000 n 0000030111 00000 n 0000030262 00000 n 0000030413 00000 n 0000030564 00000 n 0000030715 00000 n 0000030866 00000 n 0000031017 00000 n 0000031167 00000 n 0000031317 00000 n 0000031468 00000 n 0000031619 00000 n 0000031770 00000 n 0000031921 00000 n 0000032072 00000 n 0000032222 00000 n 0000032373 00000 n 0000032524 00000 n 0000032675 00000 n 0000034042 00000 n 0000032887 00000 n 0000027616 00000 n 0000026247 00000 n 0000032826 00000 n 0000085232 00000 n 0000146882 00000 n 0000201846 00000 n 0000262755 00000 n 0000262877 00000 n 0000311836 00000 n 0000364437 00000 n 0000417067 00000 n 0000461968 00000 n 0000477878 00000 n 0000525699 00000 n 0000542681 00000 n 0000647529 00000 n 0000647651 00000 n 0000715875 00000 n 0000768500 00000 n 0000822111 00000 n 0000855929 00000 n 0000889181 00000 n 0000998907 00000 n 0000999151 00000 n 0001035412 00000 n 0001066712 00000 n 0001112784 00000 n 0001147490 00000 n 0001169487 00000 n 0001337088 00000 n 0001369984 00000 n 0001395805 00000 n 0001421465 00000 n 0001446301 00000 n 0001474319 00000 n 0000034252 00000 n 0000033903 00000 n 0000032985 00000 n 0000034191 00000 n 0001645353 00000 n 0001069813 00000 n 0000038806 00000 n 0000037049 00000 n 0000036387 00000 n 0000034363 00000 n 0000036506 00000 n 0000036626 00000 n 0000036746 00000 n 0000036867 00000 n 0001643530 00000 n 0001643673 00000 n 0000036988 00000 n 0000085354 00000 n 0000038687 00000 n 0000037186 00000 n 0000085171 00000 n 0001645053 00000 n 0000085293 00000 n 0000088087 00000 n 0000091957 00000 n 0000089970 00000 n 0000087968 00000 n 0000085514 00000 n 0000089788 00000 n 0000089909 00000 n 0000089320 00000 n 0000145491 00000 n 0000147004 00000 n 0000091838 00000 n 0000090143 00000 n 0000146821 00000 n 0000146943 00000 n 0001643844 00000 n 0000146487 00000 n 0000148973 00000 n 0000202924 00000 n 0000201967 00000 n 0000148854 00000 n 0000147190 00000 n 0000201785 00000 n 0000201906 00000 n 0000252723 00000 n 0000262999 00000 n 0000202805 00000 n 0000202153 00000 n 0000262694 00000 n 0000262816 00000 n 0000262938 00000 n 0001645470 00000 n 0000251618 00000 n 0000264849 00000 n 0000311958 00000 n 0000264730 00000 n 0000263146 00000 n 0000311412 00000 n 0000311533 00000 n 0000311654 00000 n 0000311775 00000 n 0000311897 00000 n 0000314851 00000 n 0000315778 00000 n 0000318905 00000 n 0000316964 00000 n 0000314732 00000 n 0000312105 00000 n 0000316660 00000 n 0000316721 00000 n 0000316782 00000 n 0000316903 00000 n 0000315530 00000 n 0000316347 00000 n 0000364619 00000 n 0000318786 00000 n 0000317138 00000 n 0000364376 00000 n 0000364498 00000 n 0000364559 00000 n 0000369716 00000 n 0000367429 00000 n 0000367006 00000 n 0000364793 00000 n 0000367125 00000 n 0000367186 00000 n 0000367247 00000 n 0000367368 00000 n 0000417310 00000 n 0000369597 00000 n 0000367603 00000 n 0000417006 00000 n 0000417128 00000 n 0000417189 00000 n 0000417249 00000 n 0000419418 00000 n 0000462088 00000 n 0000419299 00000 n 0000417497 00000 n 0000461786 00000 n 0000461907 00000 n 0000462027 00000 n 0001645587 00000 n 0000460567 00000 n 0000464400 00000 n 0000478061 00000 n 0000464281 00000 n 0000462276 00000 n 0000477757 00000 n 0000477818 00000 n 0000477939 00000 n 0000478000 00000 n 0000480173 00000 n 0000528058 00000 n 0000525882 00000 n 0000480054 00000 n 0000478275 00000 n 0000525517 00000 n 0000525638 00000 n 0000525760 00000 n 0000525821 00000 n 0000544385 00000 n 0000543044 00000 n 0000527939 00000 n 0000526056 00000 n 0000542620 00000 n 0000542742 00000 n 0000542803 00000 n 0000542923 00000 n 0000542984 00000 n 0000613949 00000 n 0000647773 00000 n 0000544266 00000 n 0000543245 00000 n 0000647468 00000 n 0000647590 00000 n 0000647712 00000 n 0000630185 00000 n 0000649622 00000 n 0000716118 00000 n 0000649503 00000 n 0000647922 00000 n 0000715693 00000 n 0000715814 00000 n 0000715935 00000 n 0000715996 00000 n 0000716057 00000 n 0000672954 00000 n 0000718078 00000 n 0000768743 00000 n 0000717959 00000 n 0000716279 00000 n 0000768318 00000 n 0000768439 00000 n 0000768561 00000 n 0000768682 00000 n 0001645704 00000 n 0000735807 00000 n 0000772936 00000 n 0000770962 00000 n 0000770540 00000 n 0000768891 00000 n 0000770659 00000 n 0000770780 00000 n 0000770901 00000 n 0000822472 00000 n 0000772817 00000 n 0000771073 00000 n 0000821929 00000 n 0000822050 00000 n 0000822171 00000 n 0000822290 00000 n 0000822411 00000 n 0000793012 00000 n 0000825323 00000 n 0000824901 00000 n 0000822620 00000 n 0000825020 00000 n 0000825141 00000 n 0000825262 00000 n 0000826759 00000 n 0000856050 00000 n 0000826640 00000 n 0000825434 00000 n 0000855626 00000 n 0000855747 00000 n 0000855868 00000 n 0000855989 00000 n 0000858017 00000 n 0000890407 00000 n 0000889425 00000 n 0000857898 00000 n 0000856198 00000 n 0000888998 00000 n 0000889120 00000 n 0000889242 00000 n 0000889364 00000 n 0000870396 00000 n 0000936963 00000 n 0000999273 00000 n 0000890288 00000 n 0000889599 00000 n 0000998846 00000 n 0000998968 00000 n 0000999090 00000 n 0000999212 00000 n 0001645821 00000 n 0000952925 00000 n 0001001162 00000 n 0001034809 00000 n 0001035019 00000 n 0001037756 00000 n 0001035656 00000 n 0001001015 00000 n 0000999448 00000 n 0001035229 00000 n 0001035351 00000 n 0001035473 00000 n 0001644876 00000 n 0001035595 00000 n 0001010631 00000 n 0001066956 00000 n 0001037637 00000 n 0001035843 00000 n 0001066529 00000 n 0001066651 00000 n 0001066773 00000 n 0001066895 00000 n 0001044773 00000 n 0001069935 00000 n 0001069633 00000 n 0001067117 00000 n 0001069752 00000 n 0001069874 00000 n 0001073781 00000 n 0001073233 00000 n 0001070046 00000 n 0001073352 00000 n 0001073413 00000 n 0001073536 00000 n 0001073597 00000 n 0001073720 00000 n 0001076187 00000 n 0001115426 00000 n 0001116612 00000 n 0001112904 00000 n 0001076068 00000 n 0001073931 00000 n 0001112235 00000 n 0001112296 00000 n 0001112357 00000 n 0001112479 00000 n 0001112601 00000 n 0001112723 00000 n 0001112844 00000 n 0001085501 00000 n 0001117791 00000 n 0001120706 00000 n 0001119729 00000 n 0001115307 00000 n 0001113091 00000 n 0001119059 00000 n 0001119181 00000 n 0001119303 00000 n 0001119424 00000 n 0001119546 00000 n 0001119668 00000 n 0001645938 00000 n 0001116361 00000 n 0001117545 00000 n 0001118813 00000 n 0001148399 00000 n 0001170321 00000 n 0001147611 00000 n 0001120587 00000 n 0001119918 00000 n 0001146942 00000 n 0001147064 00000 n 0001147186 00000 n 0001147308 00000 n 0001147429 00000 n 0001147550 00000 n 0001169609 00000 n 0001148280 00000 n 0001147772 00000 n 0001169304 00000 n 0001169426 00000 n 0001169548 00000 n 0001337987 00000 n 0001337210 00000 n 0001170202 00000 n 0001169757 00000 n 0001337027 00000 n 0001337149 00000 n 0001195871 00000 n 0001370854 00000 n 0001370106 00000 n 0001337868 00000 n 0001337345 00000 n 0001369801 00000 n 0001369923 00000 n 0001370045 00000 n 0001396672 00000 n 0001395927 00000 n 0001370735 00000 n 0001370254 00000 n 0001395622 00000 n 0001395744 00000 n 0001395866 00000 n 0001422348 00000 n 0001421587 00000 n 0001396553 00000 n 0001396075 00000 n 0001421282 00000 n 0001421404 00000 n 0001421526 00000 n 0001646055 00000 n 0001448084 00000 n 0001446423 00000 n 0001422229 00000 n 0001421735 00000 n 0001446118 00000 n 0001446240 00000 n 0001446362 00000 n 0001473635 00000 n 0001473923 00000 n 0001474807 00000 n 0001447937 00000 n 0001446571 00000 n 0001474136 00000 n 0001474258 00000 n 0001474380 00000 n 0001474502 00000 n 0001474624 00000 n 0001474746 00000 n 0001477957 00000 n 0001478147 00000 n 0001478317 00000 n 0001478665 00000 n 0001478840 00000 n 0001479012 00000 n 0001479185 00000 n 0001479365 00000 n 0001479538 00000 n 0001479750 00000 n 0001480401 00000 n 0001477738 00000 n 0001474968 00000 n 0001479914 00000 n 0001480036 00000 n 0001480158 00000 n 0001478492 00000 n 0001480280 00000 n 0001480340 00000 n 0001484946 00000 n 0001484705 00000 n 0001480512 00000 n 0001484824 00000 n 0001484885 00000 n 0001489049 00000 n 0001488564 00000 n 0001485044 00000 n 0001488683 00000 n 0001488744 00000 n 0001488805 00000 n 0001488866 00000 n 0001488927 00000 n 0001488988 00000 n 0001492417 00000 n 0001492570 00000 n 0001492726 00000 n 0001493733 00000 n 0001492262 00000 n 0001489147 00000 n 0001492880 00000 n 0001492941 00000 n 0001493002 00000 n 0001493063 00000 n 0001493124 00000 n 0001493185 00000 n 0001493246 00000 n 0001493307 00000 n 0001493368 00000 n 0001493429 00000 n 0001493490 00000 n 0001493550 00000 n 0001493611 00000 n 0001493672 00000 n 0001646172 00000 n 0001504026 00000 n 0001503994 00000 n 0001503962 00000 n 0001497386 00000 n 0001496962 00000 n 0001493818 00000 n 0001497081 00000 n 0001497142 00000 n 0001497203 00000 n 0001497264 00000 n 0001497325 00000 n 0001501114 00000 n 0001501777 00000 n 0001500975 00000 n 0001497484 00000 n 0001501289 00000 n 0001501350 00000 n 0001501411 00000 n 0001501472 00000 n 0001501533 00000 n 0001501594 00000 n 0001501655 00000 n 0001501716 00000 n 0001503837 00000 n 0001503474 00000 n 0001501888 00000 n 0001503593 00000 n 0001503654 00000 n 0001643387 00000 n 0001503715 00000 n 0001503776 00000 n 0001504058 00000 n 0001642791 00000 n 0001504083 00000 n 0001504542 00000 n 0001505401 00000 n 0001506375 00000 n 0001507234 00000 n 0001507263 00000 n 0001508242 00000 n 0001508469 00000 n 0001509446 00000 n 0001510424 00000 n 0001511398 00000 n 0001513066 00000 n 0001513301 00000 n 0001514713 00000 n 0001514954 00000 n 0001526648 00000 n 0001527004 00000 n 0001545304 00000 n 0001545830 00000 n 0001558544 00000 n 0001559027 00000 n 0001571648 00000 n 0001572179 00000 n 0001577361 00000 n 0001577641 00000 n 0001595635 00000 n 0001596132 00000 n 0001617447 00000 n 0001618115 00000 n 0001633112 00000 n 0001633518 00000 n 0001642517 00000 n 0001646273 00000 n 0001646391 00000 n 0001646485 00000 n 0001646555 00000 n 0001651971 00000 n 0001652144 00000 n 0001652314 00000 n 0001652482 00000 n 0001652650 00000 n 0001652815 00000 n 0001652984 00000 n 0001653182 00000 n 0001653382 00000 n 0001653568 00000 n 0001653753 00000 n 0001653939 00000 n 0001654122 00000 n 0001654314 00000 n 0001654576 00000 n 0001654780 00000 n 0001655059 00000 n 0001655357 00000 n 0001655639 00000 n 0001655931 00000 n 0001656221 00000 n 0001656472 00000 n 0001656642 00000 n 0001656811 00000 n 0001656981 00000 n 0001657150 00000 n 0001657320 00000 n 0001657488 00000 n 0001657652 00000 n 0001657820 00000 n 0001658052 00000 n 0001658234 00000 n 0001658420 00000 n 0001658598 00000 n 0001658810 00000 n 0001659036 00000 n 0001659271 00000 n 0001659534 00000 n 0001659799 00000 n 0001660070 00000 n 0001660333 00000 n 0001660575 00000 n 0001660834 00000 n 0001661141 00000 n 0001661393 00000 n 0001661711 00000 n 0001661953 00000 n 0001662208 00000 n 0001662449 00000 n 0001662670 00000 n 0001662778 00000 n 0001662890 00000 n 0001663010 00000 n 0001663133 00000 n 0001663252 00000 n 0001663375 00000 n 0001663511 00000 n 0001663650 00000 n 0001663735 00000 n 0001663858 00000 n 0001663968 00000 n 0001664059 00000 n 0001664097 00000 n 0001664279 00000 n trailer << /Size 923 /Root 921 0 R /Info 922 0 R /ID [<40C27FBCE42BC62F7248A823C75BDE99> <40C27FBCE42BC62F7248A823C75BDE99>] >> startxref 1664675 %%EOF caja-actions-1.27.0/docs/help/de/de.po000066400000000000000000004524301433352025300173450ustar00rootroot00000000000000# # Translators: # Julian Rüger , 2021 # guyfawkes , 2021 # Xpistian , 2021 # Stefan Kadow , 2021 # Christian Kopp , 2021 # Ettore Atalan , 2021 # Moritz Bruder , 2021 # Martin Wimpress , 2021 # Stefano Karapetsas , 2021 # Tobias Bannert , 2021 # Wolfgang Ulbrich , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Wolfgang Ulbrich , 2021\n" "Language-Team: German (https://www.transifex.com/mate/teams/13566/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "GNOME-Dokumentationsprojekt" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "MATE-Dokumentationsprojekt" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Einfügen" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Windows" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "Entf" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Ordner" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Durchsuchen" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Allgemein" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Bearbeiten" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Einstellungen" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "OK" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "wahr" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Strg" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Umschalt" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Befehl" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normal" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Eingebettet" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Beschreibung" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Datei" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Speichern" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "System" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Darstellung" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Befehlszeile" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "Eingabe" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Entfernen" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "F5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Ansicht" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Werkzeugleisten" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Eigenschaften" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Symbol" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Pfad" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "PFAD" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Aktion" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Notizen" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Einführung" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "Erste Schritte" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "Verknüpfung" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Das vorliegende Handbuch ist Teil einer Reihe von MATE-Handbüchern, die " "unter der GFDL verteilt werden. Wenn Sie dieses Handbuch separat verteilen " "möchten, können Sie dies tun, indem Sie dem Handbuch eine Kopie der Lizenz, " "wie in Abschnitt 6 der Lizenz beschrieben, hinzufügen." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "Bei vielen der von Firmen zur Unterscheidung ihrer Produkte und " "Dienstleistungen verwendeten Namen handelt es sich um Marken. An den " "Stellen, an denen derartige Namen in einer MATE-Dokumentation vorkommen und " "wenn die Mitglieder des MATE Documentation Project über diese Marken " "informiert wurden, sind die Namen in Grossbuchstaben oder mit großen " "Anfangsbuchstaben geschrieben." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "DAS DOKUMENT WIRD »WIE VORLIEGEND« GELIEFERT, OHNE JEGLICHE GEWÄHRLEISTUNG, " "WEDER AUSDRÜCKLICH NOCH STILLSCHWEIGEND, EINSCHLIESSLICH, ABER NICHT " "BESCHRÄNKT AUF, GEWÄHRLEISTUNGEN, DASS DAS DOKUMENT ODER EINE MODIFIZIERTE " "VERSION DES DOKUMENTS FREI VON HANDELSÜBLICHEN FEHLERN UND FÜR EINEN " "BESTIMMTEN ZWECK GEEIGNET IST UND KEINE RECHTE DRITTER VERLETZT. JEGLICHES " "RISIKO IN BEZUG AUF DIE QUALITÄT, GENAUIGKEIT UND LEISTUNG DES DOKUMENTS " "ODER EINER MODIFIZIERTEN VERSION DES DOKUMENTS TRAGEN SIE. SOLLTE SICH EIN " "DOKUMENT ODER EINE MODIFIZIERTE VERSION DAVON IN IRGENDEINER WEISE ALS " "FEHLERHAFT ERWEISEN, TRAGEN SIE (NICHT DER URSPRÜNGLICHE VERFASSER, AUTOR " "ODER EIN MITWIRKENDER) DIE KOSTEN FÜR JEGLICHE ERFORDERLICHE SERVICE-, " "REPARATUR- UND KORREKTURMASSNAHMEN: DIESE BESCHRÄNKUNG DER GEWÄHRLEISTUNG " "IST WESENTLICHER BESTANDTEIL DIESER LIZENZ. JEDE VERWENDUNG EINES DOKUMENTS " "ODER EINER MODIFIZIERTEN VERSION DES DOKUMENTS UNTERLIEGT DIESER " "BESCHRÄNKUNG; UND" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "UNTER KEINEN UMSTÄNDEN UND GEMÄSS KEINER RECHTSLEHRE, WEDER AUFGRUND VON " "UNERLAUBTEN HANDLUNGEN (EINSCHLIESSLICH FAHRLÄSSIGKEIT), VERTRÄGEN ODER " "SONSTIGEM, KANN DER AUTOR, DER URSPRÜNGLICHE VERFASSER, EIN MITWIRKENDER " "ODER EIN VERTEILER DES DOKUMENTS ODER EINER MODIFIZIERTEN VERSION DES " "DOKUMENTS ODER EIN LIEFERANT EINER DIESER PARTEIEN VON EINER PERSON FÜR " "DIREKTE, INDIREKTE, BESONDERE, ZUFÄLLIGE ODER ALS FOLGE AUFGETRETENE SCHÄDEN" " IRGENDEINER ART, EINSCHLIESSLICH, ABER NICHT BESCHRÄNKT AUF, SCHÄDEN DURCH " "GESCHÄFTSWERTVERLUSTE, ARBEITSAUSFÄLLE, COMPUTERAUSFÄLLE ODER " "-FUNKTIONSSTÖRUNGEN ODER JEGLICHE ANDERE SCHÄDEN ODER VERLUSTE, DIE DURCH " "ODER IM ZUSAMMENHANG MIT DER VERWENDUNG DES DOKUMENTS ODER EINER " "MODIFIZIERTEN VERSION DES DOKUMENTS ENTSTANDEN SIND, SELBST WENN DIESE " "PARTEI ÜBER MÖGLICHE SCHÄDEN INFORMIERT WORDEN SEIN SOLLTE, HAFTBAR GEMACHT " "WERDEN." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "DAS DOKUMENT SOWIE VERÄNDERTE VERSIONEN DAVON WERDEN UNTER DEN BEDINGUNGEN " "DER »GNU FREE DOCUMENTATION LICENSE« BEREITGESTELLT, MIT DEM WEITEREN " "VERSTÄNDNIS, DASS: <_:orderedlist-1/>" caja-actions-1.27.0/docs/help/de/figures/000077500000000000000000000000001433352025300200515ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/de/figures/cact-action-tab.png000066400000000000000000001232571433352025300235220ustar00rootroot00000000000000‰PNG  IHDRú&lf pHYsÄÄ•+tIMEÜ 9:,yÊtEXtCommentCreated with GIMPW IDATxÚìohWºÿŸ]¦ð˜fÀLˆ¡cX‰X‹›QÉ…ÈäB,z¡-lÕ6ò lìæE¢›ù)ùAÖîBe!­ºÐ"n°7Ä…_YåE.òB©â ¸tŒ †9ȼø½Y–eI–mÉŽçƒ1–ˆžLÈHÖ ÛYvŒ#z¹B†aLÝ —ž¦ng,€ð€OAd÷1Ì0››€èX”Óûæ8§1]¯g÷´ç¿ ÄÏÅ5Uó’ð:¤åµõç›Öþ0̾•ûõ<;F‰ÀEýn¾ ÒO¦ìÚsßÏFN‡£áÉKÉô·F.¤fîæˆYñ3Lw%¸?Bx_ÊrævÆnïÑ~tû" r:âù[fîÁÜžPžæOfòj²‡Ví|º6ëüÝõh ?U#.Áâ K‘вŦí‹åR>xÔ˜ún¾ê€Ï׸,À0L'òò‘S‘콬B–åÈ©ÈÜsžäª×£È©HäTDS5G8¹¹ºš|ø?`ôßGëO9}öý³Ú€f½°Ò·Óõ“µÚ…ÐRíuˆ+ýU:v&&È£ÿ>j¼cÄ?Žë‡t”°ôSi67[ú±ä]Vžm›2 𻀦j…ù„FBÆïŒÒ¥õ-ÔÈïG’—’ Aú«tâÓÄúH‘Ó‘±ScšªÙe{îû¹Üƒ\cºÚùm³”~,Å>ŒžÊår“Á0vz,þi„…'…ÌW"ZojýcKg6]\¿] Ð2§¶àü‘ã#±31mP#¢ìÝìÜ÷sÝX¸Ïwipüƒ¸~HÏÞÍÎÜŸ©ùÿ§Ré§Õ+7uSrꬦåddìL-À™{3šh—êõu³±î´+ }òç†ý}‡`;ÿ €»{†é;_ßùºé›OÎ}ÒÍ-Þe¯ç·µjì¸ PÉÍѲ ‹yú¹`.9ùçbêQ¹hƒµ „šµ š¦+2@µ¶&À?üÃ? {7 DOGÁ…è™hí›ú´™ ‘S‘Ä–eÅ>ŠååŸ&"'#!4þx70~a|ú/Óú!}âÂÄÆ!¬ýÙ0.ã?Œ‚ 'ŒwŒ©›SÑÿˆfg²Ñ‚ £‘š(Œz—mÊïbÈÝÏåîçj“Ík=.„‡“—“äRòjrîþ\ËH3vz,ñi¢ô¤=-•JñOãc§Ç6ôÛrsêæ¸0yq²E¹€ˆãçÆ£ÿÍþ-9‰oyYýã†éjû÷Ú-sj³Î;5–ü,)*"~.ž8—Ðõn,Üšç»484€üù–ÿÝBÔMÉ©ôî Ÿ'þ3Q.—cÅ&/M†O„»ôÿúºÓ®0ìhIî.Ø cä–œøggÔBóªZ·|}çëÕ¡B›Ë$¨VªÕjÕ»Ì-yy2õǨõ+dæEx$0rR/•Ì‚U24püºú ÇB„æÂÏ6¼tx4Æ0Ý`YVþ‡|ätdöþläT$÷ g/ÙÞ¿¼Ú7vz 2_eœ_™ïfbÄ"§#pë•ÒM;¿:ÿßÉÏ&´A­Ëêlxeú¯iÇ©Õnů€ Ö Ëyé8Oœâ“bcPVuo€ö¶ YÏ-/4ë¹ ¡_W›”ÈÉHâO »l'/'-Ëjiã7žŠÍÜÍ8¿:™ï2‘Ó‘È©Hv&ÛÙoë×aê¯J½µØ¶º™J]KENGfÿ{¶ÉªÌ7™úÜmâO‰ÐHhêó©vÆ7~l—® ¯ô>¶Ë©¦uv~äLn}~Ë+Ÿ–÷Üó‹VY–ÀZ²Zv‡ÛÉô–n;3S_LÙ¶ ·¾¸åeè†7®¯;›- ½-É› vÃ7Œ‚a˜íû Vÿ;{7»a½‹}[:\{ûêÒœ»²™Ç4Íú„e¿–Ñü9Ò‹¥:”ƒTxA‘š~D Ž„—R Ù Ãt \.Oÿe:|2ìuöSŸO‰eQÿ¬l&nì_õA½±Š5þm>5›ï&„Uµ½Ñ•¦¹þÔÍ©ÉË“™;0Ÿ™S7§æçç[ZÕ½±³1O yÿÍ|“I]KENF¦?Ÿ®_ÿc¦oL7F·>ÒÆo”¥f¼ ååÚ7ú­s®µû>w/ Ÿ&ê–¼‹£ÆÄŸ&†aO¤€< ·ËǦíÒµá•ÞÇÎ9U¿²³ó½L,•Jk^ÆÒÏwc0ØË¶gUËìØN¦·tcÝÞ袩žn˜‰ug³…¡ß%¹C°ÆÈÝ=ÃìŒTØTÕî¦ÏªR¼Í<ÍÓ®Rª¨v… Ãp„M’\2-Í)Ú Nš?Û©›·||î>Ãlo‚_SµÙ»³u ±ªiÊ6„‡‡áÚÏÑáM…ß}›ŠkæÞLðX0:M™6Þ1¦oNo× ¢ïG u-µ`.,˜ Þ+Ñ÷£oóHœKÑÔçSí¦Ø×ã,; Ê*¨jݤM±j¼±ÿS×RvÙžº¹fþûÖ·B#¡äåäðÑá` Øî^ϼmÒH»œZ“¢œo¿°@;¨mÊ’­y¾Ë¢•ÿ!í6íI¦¯)Æ/lÐU½6ˆÕµ-gb—…aµa°}Š‘aÞXþþèïM?}Š¥ÃÇF~Ûò[Hh RŒ>¤ëÇ#BW߉Œœ ƒ¤äÌ™OMË49;fSŒ_6†¯ß¼¾þ_™o30yyR–eD9>òõ7_o*ðîCØT\·¾¸e†¹hæçëóà- ªƒêfƒ;=&Ëra¾Ð(C óY–ÇNÕ/›2Ÿ8Ÿ —nݾåí¯hi“|€ø¹8ú1þqÖ.5ô"š¼4i¼k4~é“|à%œ¸8±f¼÷܀ȩúqüâxã¿:§«Ë@ÚåÔ¦œïeâ•ÿº¢ªªì—¯\ºÒ?Ïwc0L1mýl%þ˜8ûáYy@–ýòȱ‘[·oõ)Ó½í7—'äY¯|v¥Kÿ¯§CaØ•’Ü!Ø®; Ãl8Hèþ®÷N¼÷Þ‰÷:_Óvо,éó‹väTDÝTT@ôCzÕ¥ò¢àŒa˜^1óÝŒXñãÞ\f±T¬ŸÚÙó6Wö^6y)i¼k€ ¥–R7Ru­6~aÜ Á›ï2Xo3IîÞšs?r÷r¡‘Pì£Xãy óóó‰ó‰ôítêFJQ”Ì7™õ‘®jw2(áØ™±èûQ»l§n¤f¾›ék®•J¥ô_Ó‰?&êß$.&’—“Ùo³ö²ímS©“¼œL^M¦n¤ìvæ›L} ÓÒ™íèH»œÚ”óë™8÷`Žˆ¦¾˜êÆÂ­y¾ƒ€*}?ÿ8ûØäÅI”P±`.ô)Ós÷s WŒ­çVv&:êÆÿëéPv¥$wvçëÃìo6Ôß=¿¥óí¿QUUSµúÞýú( pl$v:dýljƒzàh$ –žšU‚†>y9e/ÙTaÅÏ0 Ãì[ô!ýáÿ<´ž[£§FÙ Ãì9¼…Ó¶³û¢"f(•_X¦U¦±3‘܃¹ü£xC~Öú Ã0ÌþãÖ·ÒM›‹¦~PO]M@æv†ÝÂ0ÌÞ¥ÜwÁZ´ìE‹ˆÐh.Œ‰Ÿ.ØKU‰_°Ç0 ÃìGrr©)ãˆADæ3süüxãa¦ Ã0{Ž6›yÖ¢ÕžE+/òã¹ Ã0 Ã0 ³Ø`3O#¬ò†a†af/"5j†a†a†aö¿QU•½À0 Ã0 Ã0û’ß² †a†af¿RÛÌc>åÝù Ã0 Ã0 ³O(>ÉÇ>N@ã£ºŽ°Ù/ Ã0 Ã0 ³(ýXôþàÍ< Ã0 Ã0 ³oa¹Ï0 Ã0 Ã0,÷†a†a†a¹Ï0 Ã0 Ã0 Ë}†a†a†aXî¿öf'ì3½™yZOu©Tzïd˜ 6Ã0 ðÜgÉÅéâ1Ï>Ì»ÔÍ©‰KÉ_Ø9 Ã0 ó¦ËýÃCÃÞÏp 8z::}sZÑ+iØ[µQ7õðÐpp$4~q²\ÞW ÔÓõúHäÌÌá¡áÌÌöµ‹ƒ!DðXÜÕo>9?^ÿ›\  uS>ßÁXýËõyg>3#'ÂÜ>2 Ã0 ËýšVøeq¡8_˜º™"ª†OEvKFwiê/‹ sæ´-ñ§I.5¹7{å¿®dîf÷t*dY Îý0WSÿ‘ÿ!_×÷ùïóÁcAY–9»7„*Ôð >†a†aÞl¹ïˆ†a\¹šŒ½›º9í}iYÖøùñ` 8~r~Ü^Þœ¢7Ë^¿=};:'/%‰Èû²“ßê€l GßZ‹Vo½‘”WüJü£˜"+ùG…ú÷íâŸ/ŒžŽ6†CÇÃ3÷rë3kúóZ*2߬.¬ª¥¶ÉÙ3c¹û5¹_|R€b©öJ¹lnöì™±NnÊSó© e¾ÍÂڢ͖ÞÕ.$¯&ƒ`p$”¾“Ù0œ ¥©iÜ-Æa†yä~ØÙ±ü|M2Ž_}x¶0_(>.¨ªšº9+;¼Yvï²Ì7™Â|17“-<.€KÓŸ§ûl±,Ò·ÓÆ»FgZÚ_“¼ÿ,åîÏÕ“Px\˜û~v֢5};ÝMº6å‡üãùܽìB©>ž¼œì­7fîfãÇ þQlæîšý<-ãM\œL\Hüòt!w/[Óšµø¤à¥¢qg}Pë=°}Â'ÂŧEo`VzRùבù'%(/Ûæ33|"ÜÁÉMyê „bÇS×Rñbа:”º‘ ¯ìuÙléþ"]^²ç~ÈÏ=˜+̯®v¾´£)_^Æa†Ù¿QU̧¦#¶²çðÐp³VsáðÑá_ÌfG Ÿ ÖßõÞÉѯïÜÒuÝâ‘3c…ÇùÖoƒ¦)LôãÃÿžÕ‡ôt°¿ðøïªªÕCþûÜC/(kÑŠ‹å»IW÷~(Îäˆ(x,´ð´Ø+·”—ìÈX´0ŸG É¥ÐHx.7«Ô:Ä:Žý·pÝi gïdìÏ-/ÛõíÑæS3u3UúɤJ§ vÙ~ïßFw Ùu#„È|“I^Kf¿Ëv0 ƒýJ4]«ÿQ.—·–®×{B±·»)2wg„ÃF°ñ›+—&:Ä›¹“žþ2þ2­Èxåj*|<´¦”ËuoìLš{?:y)ÿ(&„Bp!w?wë‹©ÎNnÊÓ[ËÄÞ6i}kÑJ^Mf¿«iý-är¹\ÖêMÅfjÁúaU—{¨v¬z2 Ã0 Óz/÷³3¹ºþ‹_HL^Oÿ5,ûeQÁ@¨å-šªe¿ûºIlõY–çÁc¡Îti?Ø–íÍgÛ–í-˜l!];ïriöÞl㬶7Ù?q1¶»Ë0Œ¯o߀ü£üä¥ÉbÃŽÐÕº7vÃ0`æ^.@ È|›A¬}ß½“sw³cÄd¿?¯?9?>usºñö¶J@DÞ¨@,‹†A…j-YÞd¹mÙ»˜û¯m±d†a¦‡ôlï>™¦yýZ*{/;yq¢þ¥ì—e”ËKvòR²Qm[Öêó¦g?<;ñYÒ²,pÁ\´Æ/ôýÀ!DúvÆxGïl@;ûד¼‘*/Ûåe;y#=í2]»î‡¹sÁ@°QÉ©µà»ÆÜƒ¹w_œ´­Æ'’;K^M–—lQ¡ë7RŽ»=Ð+ÆÎŒM}> @h$8ý—ôØ™³›u²ªj¹{¹™{¹ôíÚó ñOã‰óqo±a®Þ dîdˆ¨¼d7>n==zýZª¼,ÊË"ÙàŸÏý.ym c†a¦z0»ïm @Dý:Î?WßÌ3ucêúëŸ\WÔø§ñ¹j[~ŒŽE©BÞï9ÈOÎ[/,ý~ee´Ðsê»d?…ҟߪɸ6´³=¡‘PäT”\;=6q>Ñ9Ø:»å‡:™o³ëb9ûQlú‹ôØ™±vwEN„?9?n½°Œ#Fúó©æD‹‰±³QQ¡‰ÿLt6 É½":6zýÏ×CÇ!—¢c£]fÊÅ? ÏÞÍF?ˆPâ|¢ô£Yú19¹2ðëœkS7R“—'§ÿšVÔñóñü£•Â!‘º– Ÿ £„ñ?Äæÿ1¿Ãv’×Ö0†a†aºa»ê2 ³eLÓŒŸOñ“¯ Ã0 Ãô˜Þ<ªÛùQ¿žŸ¸Ò'S_+;Ù-ýKÑ듨ë7R‰sãäVS7¦FO†Ù' Ã0 ÃômÉý=$XÓ¼!nÙ)RõÈ™DN†'.N²O†a†yMå>Ã0[ þQÌÛÏ0 Ã0 Óo~Ë.`†a†a–û Ã0 Ã0 ðÜg†a†a†å>Ã0 Ã0 Ã0}¥ö¨nñI¾ôc‘ÝÁ0 Ã0 Ã0ûPîëC†>d´»H‘5öÃì'ŠOòª<×z†áZÏ0Ì>¨õ›yÍ¿s—aö¥‹;~®õ õža˜½^ë½?xï>Ã0 Ã0 Ãì[Xî3 Ã0 Ã0 Ë}†a†a†aXî3 Ã0 Ã0 ÃrŸa†a†a–û Ã0 Ã0 Ãl i/-–{R˜<Àç 3Ìë[û8^nå†a˜­Á³û Ã0 Ã0 ³oéåì>mxì—÷æŠÃ0›Á­µ.äJû9™ôª¹ÝCî‚pË0 ÃôCî“K(¡6¨w¸Fá½±¥u‡.8/…',¨ë›pE‹(ŠÌ%€a¶¢O‘UXWÿA ÈèTˆˆÀ­öºéò´ Ó×Ð>Tû›x,»LÔ‹ì÷io«;0¯A.@õÕÚ/‰”ØWÅïsÅŠó}UIî¹WÉ¥­H yF‰a¦_r\?¢Ám•,É #"BìâwQúɨ*„ZۨךdSÅAÉx×PÞfÅÏ0Û¨õà©+l1ºwªÊ€®ø±*‘¨PµWí,+>ÿÆ5·Z!!z¼ž^ {ÙÈDD¿Ò¢)sÁ´,p Py@ëíÌ€Û¬òÀ÷–$ ¢j•ð@ïW|®@QÀ_ ,  ɲ¬“"9ÔÝO.4öX/Zø$ŸW~¼‘ Tݪ}žÃ«n\ Q!Däõ7jÕ 1 Ós¹ïõýnge êÖs«'ŠŸ\BDmP·ËøeèfNHB È­Ò6c_²á…~e]ª©ƒðX€‹³ÿ¨VHT„¦ª«£ñŠP‰|€6 ÛË=šnw[.Üö÷°‘sÁ.Ûˆ ¨:¸àµÖñ¯$Pü.Ø/Ìò K9`@/–4[ }ß[>D”ýˆ õ)•å9\Ì ‹ªø½²L|–ÇA‡bÎ@d» ¬DB€[UU­ÞGù$@pu.Ô:—Àõ9˶׭PE Ìó8;.·©¶,#ãŽ/°TJe3®ðs÷Ê0; ÷k="mÔUƒ6¨YÏ-è‘â§Jýè]¥Æ…¼U®ô¢uûÙDÓ‚Æ'¼´KˆQ³ñ£Pe¹Ïì3VʹeYˆ¨Èrí¨"|²J.ùeYžâ—ziÕ­W1j½a^y@•žm%¢W@(Éx@tœêKÑZûeù€ Œ@‚^õ`?=¹à¼\ ÇÁ>Jˆ~D |:AGÁ?<àB+ƒ?eÉ!ô*€Rm*½ ED´hb9¥¼kÑP¼ºIV·¶Cikþ!we¯&³S”ÍÎ[¦e[ËÂë õ9ªGGtÙ¿CÓíb1¡cöbB8Gfä>ÑFZ¿JU¨hªf?·Vfk¶l>U-ËRu]é¾e‘°‡)á4 r´÷cˆû9çq¾Wí¿ ðj#³?ñ¦ešø$¤ÚΊª7ýí-¥É²,–{ºŸ~e_‡7õÛl’7,UÈéíØ%P¥ÝUµf­§ºÓq„½ìøüŠì—Qß[µ§¨"@ ¢,+B8T¥*~´²øcˆPYq8 ø ªX$? TÌ`u(¾Íe6==¯ ÈU„\w’…%gú¿ «Ëh.XKjÏ›öÔÇ¡Pü$òè×åC1Ç6IäQs¦0L¿åþÆ=œ}vÙ¶m»vJOµªÜöQÐoíª ëB¿öô‚5<¢Ã€ ªËNí×ÛÉÀKÌÌ>£>ÐEm@-þTR–T]×kÃûª7¢"èeµê’χÐ1Jkr½Ù„–Ó „~Pz¨ø7œ¤ PB”z·µÆë¹åÍ|£·qIA ¢·©Å‡XuIU5o3LoFqËy|–"ð¯øYBPÃ0`À²å<¸+òÚP!|–õ)zu ¼”nª àWÈFóûF -8¤ƒ2HPzfg[ô’ò%kî‰vö„Ñ÷h)­—4#j•Ò,÷¦ÿrßݸ¥–eÐqlŸÏnµWíî¦Ö÷úà#ºv6F¿:µèÓ/LÐ’eßÍÒ²ty•™ÙÇ¢å·D\øÙ”½qQÕ" @É×EVuÖ]Z™Ú§¦­ (ÕNE?’ë뉦šäîf"@o¨Š,;‚Y1tÝ{$—^VýBkÉñùPö+²,!U¶;¼ñ¹$[9ˆ«Jz À€†y~Á-AEàbäPuK‹¨€¨ƒ βCÞû’Ü~Õ;jÄ­=Zþ€,£: ¡¿—G¢„ëêc죓eUV}¾•mQ"¢¯["+æÊVm¾„àW`À€ˆP–ÁçÉ€òê¸N˜Û\ÒUUm‘<ÐÜ"¢a°°{-D©ÿ.˜‹H;9o"¿&÷m *¬ž²BPšå"è!ï°ARj¯ß¢*4®êlÊÃ. @õ”—¬*UEAí_ÕjÕ6mZû@¶B, ªºu÷ðÿîùÞœ{bg‰S}8rºR‹(kÚP py”P[šà–äaõä¬E{1'¬¤<”æóøf§7ó,¼X ªíb×ÕÞMɸTí¢wñu‚œ™y IDAT^ñßZ×ëzÏãÕ*U‡*DàIH¶G (—ág Žs™cö­ÖðÞ|¤jõcdšñÜÞ55nƒ@”jóýmÛ9we0°]‰LµÓi íÂPãLÿ^¤*ÕF5à’ à×V•´®=÷,áê'”¡²âÞm÷-Æa-YŽc˵ú>ŸOQû×5oJ–eY{[+<)€Kµ×îr•Ü Ì%‘}´.ŒÕ&ÿ#؇Õ&*›q}("†ˆ*gAD@CkUßuˆÊàdˆëÇRâyÖzW¸\0,÷{¨õ7èË«nuΜ´ÁA®ž ¼ì‰ ¢"J¥R—Ò¤—3»¯ªà=†+ËôÌ„µã€Œu¨XÛE1Ì>…P{Û; È­RíüÙ>¼âÞ¥Z nó|ó˜z÷¶Õ&ÛÏï÷áÜýÇ›4-ÕÆ6TheVE5@BZœóNá-Ô@2PÛrv{|øÞ"¢ ‰µ³3¶m¯ŸT!„’e–t»Fé¹- b'Œþ·ª‘±'l»¤4p à××!ïÐ[rH:Êå{1ä¨F†µ>Ãìè«®É%D+=mPÖ4µ¶…Ô­¢ä[“¾†N×yY…VO58òê‡1y$$‚âњ͂ڇ1<¢Ó£<ýlÁºÏì;¼‡#×èZBôÞ¨eƒ ö’%ËÊÊÙÔì-åIõ Dª}¹Át{¯ô7ysÞíßÿJè)~ ö¶Î x1WkE*6<™· x' àÄ¡R]$H@.¡„àÉÛ\¹%YVì_§âh~meA†ô#ºZQ}èC ë¢_×uó©¹c/peÚÄp@CÄ Þ·=«þ€È“ÈÛVšÌ¼z0 Š‚D@Er@9೟eÊVQǃ| ?ÃôAî»Pms¬uy¹\uQ%‚* t«à‚-ÊèZˆ ¿­oóè}@É·²ˆìC”Qª­ìSÃY ˆè«öô¥žAÏL¢ü]VýlB¿}˾œò@²öAL½œ„ ÙMo)eö%ëU/º@a—…~H/ÌdYó@ÇŠ"Ë²Ò ¹ è6lt€Èš­oà ô¨ b­íl?x TÛ>´‡+=½D\Y™Y.Á¼…¢b$€#+Š Ïsep«èã2hÁmwM¨išrÀ‡¸út5"ÊþæIEV‚Ã"òq»Hø¨24O÷÷5"”Ã(‡¡b ;]~œ4NL ‘…þa(ýG9¤Y>™‡aú&÷Ûlf%—šYòÛ jäC¨€=4—V+0Jñ‘¡PϬðô½$£ämð¥ ûæ­cÛ Ø7S8¨ÉœÕg²ôÌǃ:Ñ¡Bå)q?ÇEÙ§T×O`UªD¤Ô´çZþQÞ‡ˆ>¹Õð¿†ÑçëmkCn$vªæµ]?=”Þ>iå¡uí‰J^ã:T;»†ÚÓ¬• c9°\DTÀ/ƒäCkŽàHžpyü2¸€*‚ƪr”J€²¼nV‹]aˆ>eÀW¥*¸„ϪìÓ ùR%H~822ÔÿC)ü†½ÞÞÑ1úü­BpÉ|ZËå]«í=m׫CðVJ”¦ 6ø ÞRÀ‡Pu€,¨˜´l W§‘ɪèýµôÕÒâ[ÙÕƒµÿJÞ#[Þ£#µQ²ÂÛ=ÆÇ‚ñÈ0hý?”Â{³Uœj•@³gäã{1]•ƪŽã;€ˆ " Ä.Ãô£[ðNÜk5Á>4Fn„\Ê/glp]vÇôaùêšÞÛ¤) ¥Ó™ßÛl äcAÒWOê•{#fA¸ò€,JD.É~¥†‡&]’Ñ:¦j}>D•ê6«úpÝ£J®¯ƒ‘àvšè6Þ·j3÷U—|¶lBˆÊÖâÂZ­=ÙCHÞz‚Ô…P& W½\ͨª8>E‹9|1‡0‡~¬ƒFU""PHU1ðo{Ƕ¶eyÓ"ÎK«AÁ×&k}o€ª¯ªà‚Ïð ª ÃN"Ò4~›á. Ê¸£kØ.Á+ïE~þŠ#žÏ’°ËÞž=×{ïg ÃôCî´<tE  ,# eEWtYÆívK¯€ˆlÛnRòUªBqõl`eRPÔ”··7 ˆ*÷+ +þU٭ȲµhŠŠÓü_ ä>‚‡Wn«£—Ôåä}óPas¡< ‰e»ô$ßZÙ¸ÞT5¾sWÐz£¼_¸Õª è¯-[bã ­¤ÚKEžEEèúÁÞí“tÁ‘ŠÓ@ÊE\¶À-ƒ €*©: ñmÍm3¥²,;/«ÖÏm~5Q?¢Ë2y¼Ï©íÕñòT%¹JIëi²*§d”}>Dô!"Oí3L_ä>Jè¼$çe§—I‘KT$ ÀEŽƒŽ:°õ©}EAãaï }D¨wÀ¾Õ㮫@U’ÀW_ Öé(ö¶ÊÙÏ0Ûl?ª/ ^Q]Ù˲Ru¡0?OTEÉç8ÎÊfŒUíVuô¸'îy€íÐ4U‘e§"¨Rm9@?‚Õ?²_Q”Þ¨Oô¡ª*bÙq–mBŸì—Ñ>€ $¨ªT-QnïNvAQÅ©¾$r0Hêpýñ\”ÀvD<à„mžª¬Ô4MÙâ:ŒÄû7Þ”–ýè¢ì ´‡²¤¬–ž×g˜>É}@×´ÆY½uøªŒÑJ?¤¢¦)ÚvL@ »žÁªzýú —“^ óf£ø^­ÎÂ*~  šÏÀxG÷I­oÙÓIFj>ÞÞ oŸ¬UÉ!"T±ÒŠ# ꃚïÛ\ÄX×¶Ë~$TdV__P?ÇÛy#Õäžt),טM•à•v†Ù¹€~T7Ø»)«\'f_5!Mó©šOÕ4Q÷ÓáP;°ÓC¦µÒŠgІaö¿e0 Ã0 Ã0Ì~eO®˜Ê¼DÀ0oXíãx†afkðì>Ã0 Ã0 ðÜg†a†a†å>Ã0 Ã0 Ã0,÷†a†a†a¹Ï0 Ã0 Ã0 Ë}†a†a†aéê Îâ“|éÇ";‹aÞ¸Ö3 ×z†aö¿QU óì‹]$w/Û¿ÀC¿Gƒ}í!‚ÇÂ} _2¿Qä×úHòb© „Ø6N>;„“ÏÙÄ)å´sÂû-Š6ÇðG_³Å¼VZ¿ôc±rß }Év„ýz:\‘µÒ? º®³mœ|v'Ÿ³‰SÊiç„÷––¢hCXî¿Fôã=šZ¿¹qå·ßá3 Ã0 Ã0›…Õe†a†a–û Ã0 Ã0 ðÜg†a†a†å>Ã0 Ã0 Ã0,÷fÛÞs6—J¥÷N†;[Þî¿»’ÞíÌ0ÜÎp¸[iäv‰½Ñs·tÓ!î$|2Ï›K%Ó´žÛàR›‚ú!-` á›P™Y\x}ìIÝœš¸”Œœ ïî9ƒ÷wùa¦u“k:7³{±C”8/÷ ´4 @P2dÒÁÝz%Ó ;ÓéÈÛò «ðd>p4°ý”¡´@EQ±@F}ØT!Ðs?eîd®ÿyúÊgñsñM¶¾¼Æ!¾< ‡FBÉKªÚéèUó™9±s-E÷~ëÒàº{_óJ½…¬iɾi¸ ëGô¿ÿ°ñË÷NŽZÏ­¦ íæÊÎ^j9õµëž´­ë7R…– ô/‰ËIcèµ;œ*”¾žûá¡] Ah$ÿðìÈHèõ)E½ÊǦB²¾nQoKT=´hÙZFñ&ȤvMÇJxc‡ø:d™´‹u˜‡›hÙQXòC‹L".־Â.zeIÞb¯öÜ;£ !¨Íì>J¨êÖ½Ü6å>='2Å¥9ªA>ïÏF"r¡—/ÈÜÍ^ù¯+™¿e¶,[ûD½–—EæN&ñ§ÉÙ»ÙÎÝùNŽÇ·ï·&ƒëé}ýkßf³f߃ˆùGùðJ_•ÿ!~ÜÚ•s'•S·­â’=Kü1>õçi˜ýŸÙØÙØlnV?øz½Ì;þŸ ]Ó¾¾“Ñê¢" ó…©/Ò³#ûóí¤ëËÆj^˜^eú“m;ÛƒoÈo75ºÚ0vw—Òá¡á¦Ÿ. ͆f×/Ø• SÎZ•!bHÂ貨dú³$‰-íØË¶SÿȈàÇ^¶ë—mCë‹lùza1G®ªáäñ¹äñ¹ &WsÙ¥ë¢W¾Ê?Ê+~%þQL‘•ü£B‹÷S34Ê|›õ²²±œ¬f® ׯ¥‚#¡àHèúµT}ýäðÐðÌÝlèxø°1}?j-Z[3R'.$ÌŸÌú7éÛéÐñðp 8y)IDucÍ[GOLjç·¦_ÿ8?_==l ‡Ž‡gîåÖÜîÆvÎ|“ u¾½m¸¼š ‚Á‘PúNfËõ´)k,Ë?? ‡ÁOÎ !Ú%¿³s:XÞ.ŠÚõ'‡á÷N–ž”r÷sï\¹Ý²:ží—ÕĹxúvf5Š;éĹÄ6¯ì†è±¹sõå² Q… §ïd‚ÇBÁ@0ÙP%û‘üé¿LÇ>ŒÅ?ŽË²< Ç?ŽÇ>Œ¥ÿ2ݲ ‚ É«)¯àeîdKl;Ú¼&Ø.(ý³”¼œÔu$e9r*Ò8Fþ¼Kæ›Ì†mE'nT[àõÍW»r¾Å!YûÐÚ5/]6õ¢³gZ¦±O•±³2骕hŸêvÝJËê¶[Írë®d“‰jgdËæzS5hÃ*ð:Øêþ²¸ÐøÓóQæ® 7-Þ& ý€:cCɘ‘Ô$ý€~°]Ëòç·¾qÄ0Þ Ô~Žô4[úÒ §Yãˆa1¶o^dL»àÙ/ûMÖ5Y—} " ÌåB~9Ó+_ÍÜÍÆ?Ž@ü£ØÌÝÌzQû8žº–Š«¯ ®ÏÓé/Ò ‹ÖÜýÙ¹û³ ‹æôíôjçs÷² ¥bøxxòrrkFŠe‘¾6Þ­ù6óM¦0_ÌÍd àÒôçihX¸ôþhyMMêì·"ïâdâBâ—§ ¹{Ùb©¸ÞàNå¡Áóÿ,åîÏmíöé/Òå%{î‡ü܃¹Â|aËå§)kÆ/ŒÇ><[˜/TUMÝœj—üÎÎé`y»(¼âšû6»P*Ž‹}Ÿû>Ÿý&»P*†ODê·÷©`DNE„°K¥Ì?) áDN…·ye7LžOL±š„©/Òñ?Ľå‚ÂãÂÜ÷³s?<´­z•ìGò ó…Ø™±ÆobgÆò …ª± NßN[–5÷Ãùû³ùÇù jƒ»,ÿuBÿ˜¼œ,•J*­®$ŠO ^,å²½e“º)- ðúÖ C9ßjMÇ|ïÜP4v=Ó2ýn¥ÛÍÔl˜GíRÝÁà–Õm·šåÖÃòÍ'ª¥‘-›ëMÕ  «ÀkRT6-÷»ŸÞë,»=Å–—ìbÉŒœŽ@ät¤X2ËK«n™ù6;y9™ý&Þèљٳ©«IUÕTUK]MÍÞŸ]Õ×Rªª!bü\Ü|fnmõ)8ÊÜÍN]K­Hí\êZR=¨É~L^N>\»zÃk¶cR7~k JhÛvyÙVUmêFjSѵ38uõŠ: oíöÙ³W®&ÕYS›o"ÛeÍÃGFBˆˆ~L^œ,¬è¹ÎÉo÷ß––·‹¦nL«5DŒ#¢©©úÇúúCÿ Füãñô_3pëö­ø¹ñ-_Ùrŵ#ÇCèGo‚ß²¬Âã¼'¼ u5©hꀖºš¬WÉ~$_, YS¿‘ßVIJhYPgïÏÖ SµÔÕÔ†µƒÁ]–ÿ:·¾Lë‡ôäÕäp :¾~sš*µ¾&{o6u-åÅr¥¡:lÖ¤nJ`‡ÜH——mXC½"Ô©ÖtÌ÷ Åú¢›–yÇZé¶íayÔ.ÕKc‹ê¶[Ír˦c ‰jidËæzS5h e{WŠÊÖ7%.N¦®¥"'Âåe{ê‹ôÙ÷Ç~Y\hÚYÁ ¢¤®&§?O_¹<Ñ›ìæ^odS-cÓÈI–•ÌÌäåäì½ìz³›¢¿0ž¼|eêó)p!õùTêæ”W&êƒK˜ølbS©ÞDß#Y ‘‚@.Œ¼ ª€µ+¥ù—Á!²%KßêxG8õí:²_†W€~^à¶䱨Tu…\ô,o’F>¤* ‹Jª»ÃeîÎ!†`ã7W.Õœëo™ØûQãèÆëårYÓkÎÔt­\^óÈ+¥[_»X#Bd¾É$¯%³ßeÀ.ÛïýÛhç{;\³“ºñ[ë[¿L§¿L+2^¹š ßÄŽávwùtlËÛËå²~P¯gÙ–—ïš²Æ|j¦n¦J?™u!ÕMòÛý·¥åí¢hº¾Ýíý+gß›úbjîÁœùÌÌ~•Ùò•-§«;ì´œ8Ÿ¸~s:r:2ýe:þiÂK{c¶6VÉ~$_–ea;jÃN}ñ«#7t7µ©­ØÐ€oöépôãÄÅÄÄÅX‹Vú«ÌøÅÄ×w2MVmǤnJ`‡ÜH——mXC7UkÖç{‡†b}ÑMËÜ÷VZp×(µ¦íºÉ£v©î`p»pWšåvÝôfÕÒÈ–Íõ¦jÐÊv_;ôÞËýn¦÷fîæ¾¾sËk7“—“‘3cë…ïìýÙìŒ: @êjê½Èè†÷v˜iùÓÔófü\<ݾkŒâáƒÕWòâdxe©zöÁlö›ŒwYêr²Ë·°È‘„O@—ÂáÁøjŽIL”M > ¶³ý½ÝŽÒ—:ú5ªØ:ƶ8–pmŸ¨cØx;¢a­~†Ô³º¤§®&ƒ+FꃫVõÛ¤. ð6Ëy¯BëÐP¬ï 6ë™~d®>¨—L3Ð01Ÿš›í’Ú¥ºƒÁ­{À]j–{•¨Öú§Us½©´…ÒØÇv»=[ß»Ÿ¹“žÿÇ|ätô½“áüãB‡L}•¼å±ÝìH‡{;øhýû]Žœ£0Ÿš±cÃàá¡áá@°\Ý .;§z³ý.‚Œ€óålñEí9¶â‹¹ùrAF·ùô··™‡*d=º>ÿ5€Ú³¹²ô«x?«U å»azšÙºý> ·„.Á4ÒýAzKȰ'O¯Ï=˜ ‚§Ô‚ïõ'ÿTUËÝËÍÜËÕŸ,”e¹ñ‘Ç:ÑÓ£Ék©rÙ.—íäµdôt´·µN‘¾1Þ©ž³žø,iY¸`.Zã&[L vqM?üx7¹“!¢ò’ݸpü⤵hu8¶Ý]²ÙÛ£§G¯_K•—EyY$7¹¹¨CÖ‘ì—e”ËKvòR·ÉßÐ9k†[m¢èv¾oçâ¿,.$º8©©û+»aâB"óUfòÂxc˼‘*/Ûåe;y#=í_ò'þ3‘ý.›ù&#–…X™o2Ùï²ÿ™hS𢫆]Kíd~E?ˆÍ}?'–¸P^²S7S¡©Ÿ6v&–¼š,/Ù¢B×7ªÛ4©]nj]·YÎ{Uk:4ë;ˆ =Ó”Æ~”ÆøÇg'/MÎ?)Q…¨BóOJ“—“ñc›+*mRÝÁà–Õm·šå^%ªûæzS5¨›Ò¸E¥rߟ®\NN^šl7‚)<þ{gýíÍŽÔ”›ºwgˆ_HDÇ¢…Çù_Š¥BÓà²ß–+¤ rÀŠeKù²»rb »àHyP,倀лõa¢#GØPþß)ãd².÷ô€q*)~ÚŠÜ×$TB9#ÜÚ`I]XΠßñI jÒ¶wò|›=ûáÙæžì£XýŒPäÙ»ÙÜý\úvŒŽE×o L\HèCzäL4r&ª‰ ½1õ=ˆáaó™™þüV­€} Ÿ rnüðÑáñ ãc§#- a×ôÃoS7RùÇùá@pìl,|b¤~AäDø“óã‡OžNÞâ©»v7vÉfoO\H¨µðÉpäT$t,¸Ùd»¬™º1uýæôá£Ãcgcßw›ü ³6¥­£è¶uê[Áè›Ú»¿ê‡Ô±÷׬(†FB‘SÑðÉQý >q>Ñ¿ä뺞ý6“\‡N„ó Ùo3Þ$bË‘‰~P ŸœŠv³¥­‡O^HäÌ…N†û(N}9]}ÇÎFCÇCÎ nÓ¤v¸©uÝf9ïU­éÜP4uz¦)ý(g?ˆ%ÎÅS7RÁã¡àñPêF*q.¾Ù³’Û¥ºƒÁ-«Ûn5Ë-›Ž-$ª%-›ëMÕ nJã• ù·LÓòÙ‚Îïw¿89ñÇ„®ëùÇùÉËIo$x,4ûßÙz˘ù6›ÿ!Ÿº–Ôê¦e¥¿Lßú¢¹ó›þ<]|Zœþs &þ”œÿÇ|í(’6÷v8ž¹Ý¿Ú½£þ±Éì¦Ë‚#¡©k©ð‰pÙ¶Sÿ÷úÜùÚ™ ŸO›ORž€‰Ï&æÿwË;X˜»—y E©"I”n隢ú5Y¡`øPòÏÓ„Å*P¹bYKN`y¡Å§è™Xƒ¬o^MËÝÏM|v¥þqþª87Wº üÇ”mæµcq{>£5MgÒ¥;õ£BKËãŸN¶ „kg–Æ5T¿®¬A$4€Â‹¬ y¨\±lâoÉ’ÖÎ3cﯙÌPd­e\¯Ьe¾šj2˜mÛILÓŒŸOåßÌäïƒòðɹñ±Ó‘HCØSù÷JyxsÊí§´]C±¿Ó¾[©îk³üZeå»—Ý”ÇBÇðáÞý[á½!‘õÂ2Ž«C¢?ÆGÇ¢T!ïJïP…OÎ[/,ý~åâDËÙ‘äµdøä(J˜ø4>ÿùúègÃ{7ep§1èZ³[ Ýn\ÿä¸: Æ?{ÏæzƒËÔµTød%Œÿ!¶MËÛNs¹²*B¶¿ úuERêÏ΢„€Jյ헎Z µÔú]R^.ƒ»ºÍI Á@P3ýšr4 †¬ný8NYÒÆJ/3ª_Wü QÉ:¸@’©¡b»¶ýÒ ˆ·Ôú› h÷¯][ÇëlÛN¦·¯‰½~#•87Nn5ucj´ë÷–¿iY³‡ìŒ[fîæ¬%+²KË“ÿú‰7¹Ün³yÙZC±×YŸêi¥{Û,7Ùöffå–‘6Û´Õ¿Œ¬}©)Ýãñ×,3Å?ŠÕORkgBêZ*µ²ë±q•ªå½Êb»µ;5¿þ±Éì¦ËÂ'Bá­ª îºå¦ifïÍn˜ê­U$BfY”Þ2**®c-€\ÇqRÙÄÃ:mõ±' Á…j¥J.¡ñmƒ„¥z‘@z‘èy^98 nÞÚb$¡¨(—Í弡¢.öò¼÷^«bšeS‡ÑÐ@6Ç¿ÎÜ›&w%½ê 9!‚ÈÉðÄÅIΚ½XV «ªšéâœï7¼ª¾Éåv›ißZC±×YŸê)B}m½Øi IDAT–ß̬ì½ÜßÂ+uß@vjp‰F%b-ç’ì7‹n襨bDwƒ[<.S?¤•~œünÄ+Ú±˜]ÊêÇ' R¦Š]?eC,æñÐçÛ0¢&JËjqiÎòY>Dp}Õ罄 ïlà`¹,1Ûdã™fÏ*9îzn(öbªû/·ù½‘ûܼ¾VƒKrA«}ËšíZB€®¦ƒ.£F¸Õ“m†Q2ÍüãB]ÙdS%©‹¡ÉàVÅ‹’õÏõÔ×[O€ ŽÊ/ƒ–]T GtPC Xí3 Ã0 Ãì´Üg^ÃÁ%‚¢KЧž½¬Û®T–0p48højŒç¬ÇªXðj%Þ· ùÄø··½Þ倦øÂ\ú†a†aXî3k…¾„à‡Ùô‚CŠôÜ~”=ãeÎM†a†a˜ã·ì†a†a†a¹Ï0 Ã0 Ã0Ì£Ók¶˜£Ãk¶¶Iç×lõÊò¯ÙêIø{è5[žy\¤†a†Ù]ŠOò±À{÷¦ç¼ÎC†a†aÞJ?½?x3Ã0 Ã0 Ãì[xvÿu!ôû°q4Ø¿ð‹OòõAÞ^ Ÿa†a†Ù<»ÏZŸµ>Ã0 Ã0̾¥6»ï=Éì"…ìá§¥ûªõ#§¢\<†a†a¶%÷¡?ÇÂ0ÌöÑu~ø•a†afkðf†a†a†a¹Ï0 Ã0 Ã0 Ë}ˆaœô`3 Ã0 Ã0Ì~“û*fåÁŠü0Ã0 Ã0 Ãì/¹ï“,ÅOÆÈ× ’O²ØË›"þi‚À0 Ã0 ü¾r_•æô@PÓ%T©ïçK¾ú˜‡ Ã0 Ã0ÌîÈ}ŸdÉê-geuÌf—;øãŸ&¢ïÇš¾Œ¾ÛPÚf¾JïQñ ãŸ&‚àf£Øõ$3ÝsxhøðÐðú¿÷åÝ›½·È0 Ã0,÷7+ômMÊê˜Òà–H¤›Ð1¥aÖ]î‚~H¯Òéàîgïïæÿ1o¼à‚¸[Z6öa¬·ju'õ®×ac¸¼¼Z¹Êeû°1üšËn0 Ã0ÌŽ!õ(Ò¤YMUj‡¦5¢¢dª‡Få ý<[^L;dØnÛ…R|Z ‚ÖóÚvÿ` T,Â'#õ ‚ñŽˆÖssþq¡êÄ?Mx³ÝñOóÿ;ø]ý(–EþÑœ#œ76Ñ.ðÒ?æß1óUZÔC#!Y–©B¥ ¦éÍ»{¿ë“îÝD§Ò‰háiÑ8b胺õ¢ù!m@ ŸŠ”~,ü~¤)Šz’A‚б°~Dëg«ð$ï :¸‚idþ¥™o³g?Šõ/Š_úŠÌíÌ•«Iïï[w2=·¼û$ì@b†a†Ù½™ÝƤ> Œc1E5Häiy\›È&²H<$*hƒaãX\(c²ÃÞëg5UMÕ¡.ý x4¨ jsr3w38ÖbŒ>¨Î=ÈÍü-c½°Â'ÂÝߨámPÍÝÏzò:|"\|RÈü-=÷ §ªZ]g¾J¯jý.¢€a#h>+€ù¬8|4¸~0>)<Î/<-®¢qˆ¢ (¹û¹Üýœ2 ¡Î®`šÿëHêÏÓå¥ÖKO™o²ÞººùÕbàü®)O¥5uáÖ‚ú“jÍ“!"]×ßL/”«Jb>1 ‘ü;Y¹:3:êï°þÌg±ì£ld2BD³Sñ†¿Z'¥ççv–ìN»…A±§7ƒ®î¹p~wí¥FDÒPí¶~Q{=*N†à…pýHÙ¡§û–íª¼í+z¾Ÿç5=»Mb¹>KÅ–inéGÕ6`Í“qón¯w4÷4ë¤@':,

Xz^hHåMÓtónû^Ø®EyFdcS«/¤²U16 ψ¼®ªD´½UÉþù®)=±©˜®ë½· ˜U³ùþŠZêà"LW …L~š¼RU5·š[ü*û|¶XÈSûa%I ^dŸä¢ŸDë3æZÂ-úK=_ø¾–yï»yû/ЉñO‰ìgÆ6˜$ID¤1íÀ €cÁÍ‹£Ëçà¡|Í–Q šF®~C«ÕàA»¾Vd¿°Àù`ô“Xàl•ÕÜÐaጱà…`ô“˜ïŒ?÷¬–Ä«?”B“ö£ñ»%ÿÖ·¾Ö¸p]-Ê¿ÝIh¶·ÌÌ£éÙwÆß\EÝ©Q¾bTB¡ÐD¨bTŠ¥<Žû=à8.y{Qý±a§˜d]3©š ³ö­ÇÅfŸdÍ-sáÖ®û§yž'¢v÷þ:,äòT¼¤ª²,ûÇDäîvÖNDKw–^”ׯ_›iþSô“(%æ Ã0M3·š|ÝOóöV`ïQjÿØ•(ÝürÑØ4ôMC™Oàh§O"šŽò:P'q‹n~»bô3sQ†ýODN[;œÈf–Ó‡r­yðõãå‹·“É?'í…¥ç%冢þÌ„A!>Uænîü©TRæì&žcŸFg¯íÜúà»ôÂí¤5ÿÄZR_Qýï É=˧î%K?ªä"ïoeåš"Ÿ–t¡ÝŸ²²Éû)kÊÿ_¼ÑO££cþæÕ6Ïa ï%K‡øуåLê^JÓ5é}1òqTÙÝ<€wDç¤háNêÓý~Ò$î&3¯o“ˆ=G0݇ƒ•Ù¹à¸ô¾ôýS<¢î7¦ûÿçêÞ&‘™1äúp.OÅÕ5•ªÄSæ"ŠME€f‡ø€Æm’_8 ¡‰Ð윢þ¤rçý­ü×»K V€CO÷Ið| ˆüÀÿƒ Ý€cfg2Oó3ÝŽcÓ@ö£ûH÷é> ݤûàÀðˆ?ñ?ñ?OäÏýèˆf§£3_$ða G±iT ­~‰›–Ø2ËéÐ¥‚ïf®ÿ¢¼Ž8¼Sïð“¢…;)Âè>ÀÉ€\ïð-!Ý8 öµNä;¼ 8Žoè ƒ=Ý8©0ºpr¼rfŸ§ °ÿs0ÞúÒ}€èæÝl¹ÜáØÏ[LR‘'€½Áè>À»bñËEeNq’ý xþsø™qxYÔþ§¥î¥†G<©{©ã’†ªeæõ§î§öSȑ̓íŠÞJæÙk€ó[ç0wà˜äú_-&æÿç±ÃìçäåC©ïÒ×ÿózêo©è•èÑom©TŠNÅ×”àÅà‰< í ™7À?¿Åè>À1ü:™˜Oä ùv¹£Ã±ŸúÙߥýcaÙ¾feFu_éR¿Zê~Ê?æ·–0ÆâSqŸ×çñú.OŠè•[%eNñy}¾Qò^ªec«>–=ç.Œ—ž—23çοn c-[ž{–s¸£Gܼ;÷,ß®ãö? …üøÅð°ìñ,gˆÈ6`u“ˆ23Ö/¬ÌügºFÔ¨® …|t*–¼½PÛ_Uºy#áõûFý7o$¨J=í"JÞMúǯoöªbš&)sŠÝ "Ê,g”9¥åtíæ*Úµ°CØëµ i‡2›¯GuhX×c¯§e˜»pÂeŸdãÓñ•¿¯È¿•pì'·ZÈ,§×KÅÀX`öšbò¢¼^_Zá¥Ììµ$>|4™/ä‹«yA·¬uï$õ -û4—}”ÍòÝ«~–Ë|“^/CC‘O£Ù'¹ôýôz©8´ZÒìÁwéè§"Š~yð]÷é1±ÏgcÓ±kë™åt±T$¢ÀX ð<麦Ì%¬ü¯ð|àl C×ZªËþzš›¹ª¤ï§FGýv|ÖË,ûp%ûpe½¬.ÞMö´R÷SùB1ó _ÍSÕ\¼$¢Ä\"ý÷•쓬u„¤3+‰¹DË=è$Ú-«Ø[÷m½†Ôjö‹òzb>aí”Î ë|ìFÞŒîœ(™‡™Âÿìê/õÈd$úIÔN€Žý´+µ-ÜH‚Èq\ôJTýImWrbîº0È[¿?~ôxtÔÏq7À)ŸÏæWsÖò•G+×çaù„ƒüia~Q9Ž‹~1Msa>aÿSý±EKô ­XR­‘òàÅ`±¤êZç*8§i𾩠‚¸0Ÿ ¢ÀY¾P"¢•ÿÉr—y”%¢|¡ówèšó@í¤¹SqeN‘ås³•G+‰9EDAs‰•‡+=þà»Lâ†" ‰ü§\S?yLDä¢Ô×ÉÄ­…Å[‹‰[ ©¯“íæç:‰vë*öÔ}ÛÞBZ(äÓߤ—î,tmXçcï0zð¶`î>À‰2{u–ý̼ÿêM~•ý·Qå†bÆõk×{ûé:Ä¿Nâ9޳§:4Ñþ]]S·¥Usk×úº®KC’õ»(‰]ûX_µ“–¤¾{`†GöÕ/¹~u¦C©{Éů“ɯ“nž»>—Œùý£~e.aP-ÜJ$ï¦&/…Š¥â­D‡®um^ómÐ ó åê¬x/å=ãµãc‡E”D]×{Ú š®ûýxË0†'Âɯ“׿˜±ËÙ[´ÛUáü8i¶‡²2Sæ”ô·i«©ÖùØ;Œ¼-Ý8QbWb¡K¡Ò%ÿ˜? ¯<\™üpRú@ê¼Õ›y:Jt:…ó«¹åõb)_wJ °Úhi[©Y5W–Wò«ßÛ“=ò¹ïW–W̪IDä";c36w&Ü˲ü×»KÅçùë×”Ù«³Vn'³O²ÇÎ̪™{š“ޭ̲]ל| 7Lž ] -Ü^ˆ\‰æžåìøØaј&BO±¾ûv]ªª®,§—î.¥þ’bû {»*Újv'GK;†a\žŠ/ÜZ¬?ÃìÚ°vÇ^Ï=8Â0wàD™ùÓÌÊßW4¦….…23Ʀù(â$é<Úyžow³,™¦Éð<ÇëšrugâDøâøÍ }ÓÐ7 e>q°É>Êú¼¾úP}¿“³²Däý7u/e𦾡ÕÏÃŽ>ËÊ̾)Öâ?HÜH„&BDš)7ÿX s×ö&p6¾—š½Z»›6|q\¹‘ÐuM×5冾îi/L~49ó'…1FURË,>=k58þùlòv2x>˜OħâVþÝy¶Ó²ŠÚ…ÝÉÑÒödòÑØTÔëõöÔ°vÇ^¯=8Ê0ºp §„•¿¯\ÿâ:7ÀÏw’ãæî·ûct<n·þÂüÂÍ[‹Ã§=¡Éˆ÷ÿŽîl5†ÄÀù@ðBÐÆw°ESߤ'?šlLO?ޤ¾IÑÂ|"·šóx}¡ÉHàìN“‚g—§âç=‹·“ÉÛµ‰à1¿¾i„ÿ}œˆÂÿ>®ë†5q¿C×öÌ{Æ›þ&•¸µº—ŠMǤ)8N„¥96íi/D?ŽÎ._‰Ÿöħ㡋A"Ræ”è§Qk¾Pàl 4´¦*uÞƒmSíVUtÐ.ìNŽ–vJ?¨³W•†#¶kÃÚ{½öà(Ûçè~ŸuIqv::óEÑ„#ÈØ4*Æ®‹Ôn^lXbË,§C—"ß7ôW¯^5,Lþ9ûc¬ñ½»¯ïÈNNPU5:Ë?Ëa‡Ž=€ÃÖ9)Z¸“"ܪ pÄ5çúíNÞî ÀÍùDìJܬn'æÆÏö,¨ÝŸ0!õØ8"öùtàéëëÛÛ†o=ñNIÁ‰ iRð|`æóƒœ'œÞÖ±pDìómé>ÀIxCë£ûÑ#Ñ1•pì¼}¾ÃãV]€wýTNð;<Ò}€“àÍÄ œÀd€wÈ[ü6.|Ž4@º–l5üg-ï:èð²´}Î>bevù“¨ç´ÏsÚwù“¨Zf{ëBý_Õ2óúS÷So2—}cy°]Ñ[ɼ1Ù àèÀd€“é$å[lC OFbŒ.|¹HD+ÿ³™Œ¬dV¤!qÏe–J¥èT,qM ^ žì™7À;£ûïúßߥýcaÙ¾feFu_ßX¿Zê~Ê?æ·–0ÆâSqŸ×çñú.OŠè•[%eNñy}¾Qò^ªåprcÕgòçÜ…ñÒóRæaæÜù×-a-†í¿ZŒ|‰~åy~~|I~µØÜÈæ.´T(ä£S±äí…Z®_¥›7¾Q¿oÔóF‚ªÔS”ˆ(y7é x¼¾Ù«ŠišD¤Ì)™‡{…ÌrF™SZFØa4š«h×BjÑov{³C™Í׋:4¬ë±ÑSé>ô&·ZÈ,§×KÅÀX`öšB¯‡_”×ëǃ ÿ(ef­%ñéxä£É|!_\Í ‚¸µPKÇï$õ -û4—}”ÍòÝ«~–Ë|“^/CC‘O£Ù'¹ôýôz©8´ZÒ _ÈG&BõK"¡\]Ev#[v¡Aöin檒¾ŸõÛí_/³ìÕìÕõ²ºx7ÙS”R÷SùB1ó _ÍSÕ\¼$¢Ä\"ý÷•ì“,eŸdÓ™•Ä\¢eóœD£eíZèP»½Ù®L«Ù/Êë‰ùDàl kÃ:‡Ñ#h©O"šŽÎ|‘@8à26†o‡îü}Ñ¡K Ž©áó'ótž¡Ñ<šk­?<â±)òü OD¦iúÎø×׊õ+ØåäW¿„sfÌ-3p!_Í‘ÿl }?%I±2;on^»ª=§}-[Ò°íºZä\ÜNí¦é9í³ ¬odCZFféîRð|À^è?HßKI#µöG®DóÏrΣtîüø_ï-YÝ76àD(¿š«ý~)¾0¾òäqv9c•Óa'ÑhW…óýØù€©ß›íʬYò‰ùÅ•å4ÇqfÕØîØèµGÐRç¤háNŠ0wà¤ê:cÛʨˆˆã8{*E³ú\_]S·¥Usk×úº®KC’õ»(uŸO__µ“–ð·ª4¯YË*:ðþΛº—2MSßÐÚMo·7Ûžìý!›Šz½ÞžÖîØèµG€tvi÷•ÎbŒŽ‡ÂíÖ_˜_¸ykqø´'4ñþßÑ­¦cÂ8^úÏøüʱ$IéoR¹Õ¼ÿlÀ6[ͧ¿©Mïµ ; ñoú›TâÖBê^*6“F¤àD88–FäØt´§(E?ŽÎ._‰Ÿöħ㡋A"Ræ”è§Qk¾Pàl 4TæΛטj·ª¢ƒ…ùDn5çñúB“‘ÀÙÑžöf;¥ÔÙ«JÃÕµaíŽ^{{†[uá¨Ã­ºðN%èu«î[¤ªjt*fÝê €càPáV]xCnÎ'bWâfu;1¿0^÷Л9 êðW|‡Ô»|l€H÷޾¾¾cÚrᔜš&Ïf>?ÈyØHè»Ã;6é>Àqr¬óÚèÇ‘èǘJ86Žܪ €tîÒ}8\¸UàíË,§h)4ÙOÎŽÑ}€£›ë»Åý”€Ñ}€£ßn ŒMcŸ%`tàÄBº€tàMñ¼ƒUC³¾¾>é>úw7?Æ)Ò}è!VËÌ7êOÝO½É4úM¦à/ÊëÇ"…õÈ1ñÈž®©í«W¯Žiò½øåb__ßâ—‹½VñÖ» €tŽR©ù8’¸¦D?"o7Àeeíff¸î÷7y7¹tg)y7‰]€tE¡NÅ’·‚ƒDDUºy#áõûFý7o$¨Z[mxÄóà»´,0,{—¬Ìèõðüðˆ§~œ>y7é x¼¾Ù«ŠišD¤Ì)™‡™v9£Ì)­·½—òñû¼>¥®ê–eÚÛÚÿu]Ù^añvm…ú«ͽk×ëε¤î§üc~»º^¯`(W•ÄüÎs9n-(W•únþ×ÍaiØív_þô²]¯=òÝ××—üsRûûûý£~õGµó† Ú¾øÕ¢8$Zµäžå|^_¿8$¦þ’²kïëë«€wR]öI–çùØg1~Ï>ɶ8ý¡$Šbòëds;uU)>w¿çv¿çŽOÇíæC(îÀ»"û47sUIßOŽúk©ðäz™e®d®¬—Õźa×Üj!³œ^/cÙk ½ž!ó¢¼nO•IÝOå Å̃t~5OUsñv’ˆs‰ôßW¬|.û$›Î¬$æÍÛQ~5Ÿ}²’}ú˜•™]uË2ím_”×ó‰ÀÙ@ç•ëÓôâ󼵂®kz×ay‡Z ÿ(ef÷‹5W±s‚tCQRÕ’ª–TõGU¹¡tÀ;¢O"šŽâë]àh26Š¡Õ/qóbÃ[f9ºAÐze n®çIÊË IDATº]™µôºOÌ/®,§9Žë°²]W}ë«n×»–Ë;Ô’_ý^œ~bf9Mu_³Õ××÷êÕ«Ô_R™G™ÇÿóøÜïÏM^šŒþ!j-'"ìyüè±ôA­^Ù+kš½¡õ‹¦iÖ;¼išn·{{{»Ã†õ:®mhÂ)ÁZM•«Jx"l/©o@ç¢ê±_˜ïŒOÛÐ8Ž3MS‹Ï‹Òû’UÚÒÝ¥ÄDöQÖû¯Þ–UØÿ–†?y,ÿV&"õGuüâø ö¢C(ŽK"DDí2ŸÎIÑÂá[uÀ²0ŸP®ÎŠ÷RÞ3µ¤J×uQªe«¢$êºn¯le½Ddåg- ÔtíÜïÇ›—óƒ|x"œü:yý‹»œf-«nW¦uV Ì)éok¹~ç•›;ØÐ–½k¹¼C-Îsýv¢ŸD•9åÁwÖ×Ö£ÙhCŠ<<2Üys+Ámh°“ ;¬SŸÙge7Êœât/ÝY ^öT”-y7ilýýýõKn-X¿/ÞZŒ~µsý4]³NˆHú@Òê®Ø´ À;“y€ˆ(t)´p{!r%š{–³3$Õ&ivÂä(ˆùÕïíi6öཪª+Ë饻K©¿¤Ø†Ö6ukUu»2 ø<_¸µXŸa·[Ù&Úéàžu­e_\ŸŽG>ŽÌ~>Û08#ž_°¯ê8m°ƒ îýïJf¥R©,ÝYjwow×¢LÓLý-U¿Î ö"õ·””çWó–8yb(ˆì—Ú=ìg&îût é>œ(³ô½ÔìÕÚÝ´á‹ãÊ„®kº®)7”ðÅpçÍyžglçÖÉ&gþ¤0ƨJj™Å§g­Ü.þùlòv2x>˜OħâVV×°-)ó }SÓ75e>žw(“ˆ¢ˆÆ¦¢^ï®àv+ïœáLD”9EßÐŒ-óæüg3v­Å¶·‡^ÿâú«ÿïÕÌŸf–ÏLÏ\¾rYýI¥*©?ªáÿ;,ÐɆ LF¬uvƒ¼ú“꼨ôwiÿ¨ß•'"é}ÉÆŸY®ÝÒ-œò«ùä½äÍÿ¾Ù²Š}ñád|:®¿Ôõ—z|:>ùÑ$^Ô„É<PÏ{Æ›þ&ù4Zùµ›Ž%æ‚a" ^Ʀ»Üàûct<6·Lk„;úq„ˆ._‰³—Lz_ºþù )sJôÓ¨5_(p6ÀSæ · Û‘Ô¼6«fèbhf*VKë[•ID¥ÔÒÊìë×thÀ®_‰š¦š [æÌg±½E¬k-‡$öYŒˆÂaõgUþ­¼0¿p€:,|üâøøÅqí¥&ÿVN?H×ÎÓ®)þQ¿aÖ@~×¢’w“‰‰¦c)¦ÜPì|]„üj>p6@UºþŸ×ªØ9EœSf¯ÎÊ^™ˆ"FÚÝ ð®Á­ºpÔáV]x4ܪ `'B„[u`?ZN29_= ]!Ýx×!³8Áp«.Ò}8n0™àHMD¬û±F÷ŽD®ïÄ×BÀÁÃè>À‘x3n÷$5€ýÀè>Ò}@ºH÷é> ݤûH÷é> ݤû€tî¼s\À1<âq¾ò‹ò:"]atàyåÌ›<¯8 x]G¤o½Ë€tN²O7‘¿¾ËñÄÞ@º‡ˆ•ÙåO¢žÓ>ÏißåO¢j™uÝdo„:duo~Æ‘a¾3~ªî,¹<·7«¦ïŒß0ŒcºO;Çó¨¥×˜o€t-×ßГ‘Ñ1þY.ÿ,7:æLF؆vâ;Îó¼ïŒ/û4[Ëþ·ŒÜÓœßçžä|g|<Ïã¤ûpŒ-~µù(ý4Êòü ý4ù(’üjÑ^!y/å;ã÷y}Ê„=^?<œ¼›ô<^ßìUÅ4͆òÕ5Õ?êO}“¶6ñ´Z¶x|—ö†eOøR˜µ¼ÔP%e.áóú|£þÔ½Tý_Z6fxÄ“ºŸòùªžœeÖÒýâó"KEëŸéÌÊäD¨×íÎÚ=µÿëÚ–Ѡ*)sŠÕÓä½TËÐu.°PÈ_ ËÿXàÁrÆþ““Ví:-d,>÷y}¯ïòTÜ>/j·¿öØýöým·a÷£î¼Ëò…|d"T¿$2Êò;+¬æ³OV²O³2[¼›lØ&n$¢G¬ /Êë]gnäV ™åôz© Ì^SZœ¢ÜM2ƲOg®äVsNSøG)ó0ÛPuàl ¸V´2×ÒóÒ连—ˆHßÔÔŸÔÀÙ@OÖwÖîé‹òzb>8p®=½“Ô7´ìÓ\öQ6_·SÆŸˆbŸÏƦc/ÖÖ3Ëiëd¦yG8iU|:ùh2_ÈWó‚ $n-tÞ_{ë~»þvذëÑH÷ÞiƦÁ‹îú%ü{ncsgÎzbNEaPLÌ)+W6ð]&qC†D~€S®)Ÿ<ÞùÓ7éÙkJú~*p>ÐS“n$Aä8.z%ªþ¤6¯°òp¥Ö*ALÌ%œ4&1w]lš™ã¢ð…àJæ1åKÅÙé¸5Æ¿ò÷løB\=Ø®³…B>ýMzéÎB×¶´òhåúœ" ò Ÿh•Ëv-sqš¦é›š ˆ ó‰–µ8iÕãGGGýÇqœòùl¾î,«ÃþêµûíúÛaîG 8‡çîœ@<ÏZEwN~­ðu‰¬(‰ö/º®7l®éڹ߷,yéo©È¥°|Zî¹I¯kç8®åÄ]×ë[å¤1‚ ¶\ºž½ªD?ކáõz à*ef¬ Õy-;ËÊL™SÒߦ9ŽëÚ–t]—†¤æž:é²%u/¹øu2ùuÒÍs×ç1ÿ !"uMMÜJ”~TÍ-ÓáþÚC÷Ûõ·Ã†]@ºðNóùÓ33Ó1{IúaÆ?º“jL“F$ëA61ýí_[&Ó™ïÒ¡#ü½=Ø6 ‚Pß*'iG–e"z°œñz½DäõzSߤ8®¶ÜyÍ5 ãòT|áÖbýæm t‘išVZ\iE¶Á$©±§Î»,Ëò_ï.QîYnöêl±ÕŒ 'ÝŒNÇf§ãÉ?øÞØ2|^ç€ôÖýnýÝÞ€=Àd€hæ³XúÛtê~ÊØ4ŒM#u?•þ6=óÙNö¯Ì'ôMMßÔ”ùDx"ܰùäG“3RcT%µÌâÓ³u©›˜Yγ+ äW¾K‡?Œ™±©XìÑñPØÜ2÷ùœõ™é˜rC œç\\ìÑÂÿœ4¦íÉChüæ—7ýg¼Dä5«f84¾‡:[úA-ý Ì^ݹuµC ó‰Ùk³‹N ƒB|*š{V››Ž%n$看‹~±{ê0þD<¸<g/™üœ¼]›Cß°#œtsa~áæüÍËÓqaPˆþ!š}šëÕžºok×ß½íYèUŸu wv::óEá€#ÈØ4*Æ®‹Ýn^lXbË,§C—"SÃ#žW¯^9zïîë;Œï0ñà«‘Þ0UU£S±ü³ú {Ð9)Z¸“"Læ€Z¶¦6Oâ‡Crs>alº®%æÆ{|ÆQ»Sµ–OÄ?©ýç0™àéëë{[U‡'#Ê5̦xC„SRp"hš<˜ùüæ¬ñË2Þ_@ºpü¼ÝŒm}­ˆ]ðÆD?ŽX3×Ñ_8l˜Ì€tîÒ}@ºH÷é>Ò}8Îð5[GÅðˆÇùÊGü[TàˆÀè>ÀòÊ™£ÐÔܳÜ[Üüøvü@[Fáyþ Zrd÷E¯ ;ð޼õȼùß&â€tà„¸ù_7Ë'úÃÃÊL–<³¼"¿"žÐ&ó‹_.*sÊõÿ¼îü#¹ßEÇñƒ¢4$Ùoùo&M<¼ZêŽ~Žx^”F$ÎÅý–s«ÂzëbµÙþåM«Û`ú¦F¦ID<ï‡$žçB¬ÞB@ªTxžÝ©W]+ɧwöWa57:8¦)Xçx¾µ#\ÿ«ÅÄ|âñÿ<îõSÙÜ25žç½^Çq'#;½«šÚ†¦®©^¯÷Ý9¶«­£ñ¶2-U-ÇyOû8Ž£*†Æ{§öHCnŸM­ì_Û¬ÈÕZÎelj<ïFþH÷`—ä×ÉÄ|"_ÈË¿•{ݖङ\Œ1&Ë2ícL©QÕäEë¯ÍXYÕu\$’ÖfÍ9eËBvÕ˜®kT5¥÷%aH²êºÆ£ªÉ ¸eY¶OEœ4i§w.N’ /s]Ó2?>À–çžå<²Üry}ÄêGâ[®ß5àV_¬Ÿ³Nå ±—Ú¶i¶ØeuUØ MÓdefñ¼[–½µ Õ0XyÝ4Mrq’$ ‚ØPšaTv†«]ÄŠÞA‘ˆJ¥’4$Ô²^"Ó4K¥âènµÖ÷mÓtpÒˆÇ4·Ù#³1úc/UIDiDÞÕþMˆ„Á]Ë›9 x×Èt8TZY%McVÇ-Ê!?È‘¦é¢(õZ ¹e–ÖŠÒ)I÷|07Ûû{]7 Gf÷—s• …Ý:¬ #gäêŸ~޳‡0t]³ËÚ16êïa¯;G»ÞÁá„tÉ>ÉÆ§ãßç¾ßC®_—ˆ¥RžhW ú3 Ãëõq.N-«¬Ì¤©ñ#Ÿ1Ó4½Öǧª6—ܵÆvV`l§„ʯºõiÍSÕÚð¼“&5d lƒqîα“]×*¿ê‡ÑòËÛi¹~×€7§ømË7 ï_ó4'Ƙ±U«B]Û©B]+J#ù´LUbLU™*ÈD¤ªëòˆÄЦi2ÆšÓ}žw«eU¹]x$IbåuïëtŸ1&­ÔÃÁÔµ"Ï»­‹úÆ®Ði›†÷L­Œ1I’vÚß´¼{@ºí v‘ép¨´ 2?È«åmª¹¨R©ˆƒîÊ?+ü oVMc«"z{*Ð0 u­(Ë>ë„aoó¿®›Šæ#³K!.Q×ØÎ‰´Æ„A‘\ŽÎʪaTA4«&+«ÖaiaÐÝe—µyÝõ¼ë{|½¿E¸UàhÉ<Ìþ·°óaóRLF¢ŸD÷9Oƒã¸m³q¡¦kòˆÌq¹H‘­áÒÆO}]“FdÎÅq.®å0j×Bt]« }¹¨¾YöZãa’$™[çM²†Öjÿ­æô—Ìrë¼¹aÚ³gQlË;,o§åú]îœUNË}*˵*ê\½güµ ÷.’$ÙØÜ邹MfÕä8®åõ«#ªº^XÍ yÆU­Óž\dljÖ°«aTìÄNz=* IÛÕPC !Ýi§®k-Ûo/ß[ÀD¦Ã¡Ò.È [×4ë¨%É0 "24M{*P×5U]÷zýV®¿çƒùÀ_×] '…ˆC{¹³½ÔÄ!Éa|Ün±R©EÕêU*†û½.n÷ºëu×÷úz‹0ºp´Ì^e?3ï¿z“_%GÿmT¹¡†qýÚõ}kšfÓµfÓ4ó…|—-«¦}‘ºåÕêî…Ô•Ðî#ÈžŒî¨Iõ“Ô«ÄêÆƒ;lnš¦Z^÷žöRË;-wð!¼³~·€÷tŽ×Ó>5·Lµ¬š[•†Æ{OûSÙ/*qœ<âiq®‹$I"I²¢ÊSÕÚÍ©ÒÇàgŒÕÏ‘hL‘Û„nW;«fëöWÍ=d=­wP»È´?TÚY%U- C"U·ùžªÛD¤½ÔäÓ¾ž ´ιn¿óA¿®» á8Žè·îs°îj°ã$>ü ¯–×kùiŸ(èXÉz§ª{yÝõ\Ò}è*v%–žÏ<ÌøÇü¡‰Pn57ùá¤ô´Ïb5Mãywã§‹óžévÿ®‹3MÓþ nñéÛµn§„&5%š…Õ\—Í«¤–ŠÞÓžú?lËÛéwíj†ƒu ø~Ëo_Ei­(I’0è%Q•rvT8+w7 CU‹õÏœi™É#r¡³s2bÄÊÌÎÃz=MÝi§}†ÐÐþƒ{(S»Èô|XY º®kÖL3nÀ­o0rÕ–;/Ð{ÆWz^ìw‘}a¤§ƒ¹íá±ï×µ“£ÂI7Å!‰1æÙ†.¿¾Îà0>×o];âyžªÛƦÁqý{}'9°]a2ÀÑ2󧙕¿¯hL ] efŒM#òQd?š[¦u Zóüfñ”¤ªªõÙfn™j«)¼‚ ²²jVMk‚l‹Oën…H‚X[¡J-KèµI y+r3ƬBUK]×ïð}–ßPÅî^›œ«Ÿ\VQusú_Gɪ°¹ÀR©dljV6iš&cjý¹¥$Iì¥Óéõ êCaß3 Xûåuû›ï%سv‘éù°´¶$VVÝïñDävóì& R¯Zé¦öRÓ7Øæv‡Çþ_×-Š~×®\ÙI7­L]ßÐìs$çñyµ\‹ª(Hjy]|=å©×]v°»þ¨Áè>ÀQ$œVþ¾¢\S¿^ žî¡ëùös÷GÏø›ßò…!‘ˆÔµ¢5¬%Ižær$IbeµTÈ“‹A¢ÍJ¯…CÒv••JEëù6]:î I´û‹xÞm·Û¼bT*FeýõGµ5è`[ÞŽ,˪ªVsÖL´Í.s|»|Ÿå7T!’*FåuQ>¦®WÖÌ~Ž“NIÚëiÊâ{¼Z*¾ž¥Ýú Ñ6X-rq [–ëo[ìïàö–”»y¾ô<_{2Ïë†ZûŸçÉz2$Ôë®]d–Ç(®ÿ\;óáy÷v•QÜCœ‹óžñ—Jùí*I’ÔÓÁÜîðØÿëºåQ!½/•žç·«N_bµ¢†¤uUõy}½¾ðnqûgfEµm·¸·]v°»þ¨éˆf§£3_$ðù G±iT m÷»¿Ø°Ä–YN‡.E48¦†G<¯^½jX˜üs2öÇXã{w_ß‹òú›o¡õ4@ë!w€€;¤®•Dqçqœ€Ã Pç¤háNŠ0™àˆkÎõßœ4HëŽ;ܪ €tŽLæxûÚM‘¿Ü®ûºâ^atàèæú©}=)£ûGæ=ýbA€z‚ 쳌îœXH÷îÀžôz ¦±ežçßÖ›oý†Ñ7ßÜ#{”Ÿ¤û'꬀•™,yðÝFÇ÷„ ù1º €tàÈåsö…BNUU³j¾á6Øù½¹Uáùc–hV©PØÕTu­TÿÏÂjŽªÇõðè|êuHû¨ø¼¸®®7,\_[ïšÚúÎøŽiò­éZ±TÔt­×*Þz—Ž8<™`w¶]5µ M]S½^ï[iÉöqL‹]ĸM­ì_Û¬ÈÕÚŒ±©ñ¼o6{P1*nÞmÿ~²cXùµ" I𦉂ˆ]€tà°p.N’ /w†lÙÓ_jT5ùAQ–ek¡a¬¼nš&¹8I’„× cL×5ªšÒû’0T{J®®kŒ1ªšÜ€[–eŽãˆ(÷,çù@b/µmÓ œ äžå¬Ÿ´{ÀØúÝ:±Ö©ÿ“½Ü#ËÍU+«º®‘‹¤SÒúϬå@uý:»–·êxC³í•EQÒ4f¥ûÆ–a…ȺL¡iº(J½hn™¥µ¢tJ†Ä†t{µv¶Œ’“ht.°y§×ï¯Î­jnXW¢(jšf§û𦉢ÈÊÌ^Aӵʯ³jºÝnéýÚ¾+>/Z£ÝÅçEI’4M3«&Çq’$õsý6lЮðZ™¦é;ãÛÞÚfÌ4MÎʼn¢èt[ãîÖO{ÐÝIuÛ[Ûä"÷ [ûUÛÞÚîèo\ÁÜfe&Š"c¬¡ »ËD¤½Ô*• ¹Ýnñ”ØØì¦P Ýx÷T‰m0n –céÌ0 ¯×ǹ8µ¬²2“F$"RÕuyDâEÓ4cVºÏØÎÊŒ©v‘•_u¯×ÇqcLUw®T Ã{ÆÇ¹¸úD¶>)tž ¶¬‚1fš¦wÔODLU[nÈ3¶jë¨k;ë´ëxËf?È«åmª¹¨R©ˆƒîÊ?+ü oVMc«"z{*Ð0 u­(Ë>ë„Á‚®k•_õ®-l×ÓÎÑèZ`óNoØ_{hUnÞ­mÔrßí­mª’›w3ª¥û•ÍŠ¹ezd¹ˆý´—šÝÖ‡ÑZAÓ5ƘGö8ܰÃ:ÆV­L+¤âèæÝT%kŽïŒ¯>ùvXéº.¾'‘øž¨ëºôÁ® UŒ cL’$7ï¶N*ZNàÑtÍ4M«›ì¦é; Z†à¹ûµÄºößjNÉìAYM×ä™ã8r‘<"ë›;‹Ím² í•u]«¬»HÙÖ•e¯5Ü.I’¹U±—K#rCÒ¼g-«Ðuͪ‚sqõíÙfi²\[§~(ºCÇÛ5[tëšf¥V¢$†AD†¦ ƒbO꺦ªë^¯ß¾‡ÁÎØ´ &Ÿövma»žvކ“›wºóBöpûµ(Šº®×²aqW–¬išpJ°Òné”d i7Þ—¬DA4_ûº“ ;¬#’v UÉ:Çk™Ä;¬ŽªTùgÅ=è&"÷ »òÏJý•ÍŠ¶¡É²l_èhÒ[©Õå"á”PùµÒ9ïŒîìNŪÄ6vÈMÓÌòÍë{OûSÙ/*qœ<âáyžˆ¨jÚ³hÚ½Îê§æ·^yß/å*êÚÓ¶®6ë´ëx‡¢DQRÕ¢0$Ru›੺MDÚKM>íë©@kàœصÐ4Mµ¼î=ísÒžzê¼ÀÖ;½ÇBzâtkšV1*ÛÛÛ ÞfÕ¬¿Óú½¼!/w¼a§uê~—F$ý¥Î6çâ$Ijžã°:Mרºë\Mß¹ išû=·“é7fÕ´WëçúwÝpß*H÷ÞÑׄ$I…ÕÚdqÎÅyÏøš³Cn€³†™ ÃPÕâèhÀÊ"MÓ<È$~·þ^S×N{ÚŽh¶Y§]Ç;°t]׬©PÜ€[ß`äª-w^ ÷Œ¯ô¼Øï"û檒Z*zO{ê7oW`Û(u‹F×¶Þé=ÒsÆÿž›1Ö0´oUä9íÙÃ[¸“ ÞÏõKHIÛ[ÛŒ1ÏiÏÞŠÒ~Õ|^ßÎ:U*®ítß#{¬‡u½…—sqÛæ¶•ño›Ûué à¸Ãd€ÝªÄØÎÜ}ñ”¤ªª•š[¦úzη½ÐJ3¬ÿI‚X[^%VV$¿ß•‚¸­ûMÓTÕR×ÍAdeÕ¬šfÕlמúuÔºíí:Þ™(H¬¬ºßã‰ÈíæÙ/L¤^ ´2fí¥¦oÔæ©—ÖJ¢$q»FÓÛØ.J]£Ñµ…-wzÃ>êPÈÞÙ) ¢ÏëkÎtEQd¿°msÛJmÙ/Ìi6tX¸½Nà sý®EU6+î߸. ¸ã®ûŸÙSùµ²óŒÎÝUÔŸé/uk~‘þRw¿çÆûat !ëwÏ»í™ÙÂHDêZÑ–¤Úø¥ø¯–Н§q{^¯,mWY©T´žÌ³ÿVIïK¥çùíjm®‘,˪ªVsÖ“a´ÍJ—Í%‰•ÕR!O.‰Z­_¿ŽtJ²s¬vïr‚!Šë?«<ï&"žwoWIx=,ÝSœ‹óžñ—Jùí*I’T1*£²þ:u¶¢Ñ®ÀvQê®-l¹ÓöÑÞâ¶ÖLwVfV{š‡ÿ÷³¡ÃÂyž·×‘¤Ú/ IªªRµöØœ®Ei¿jÒPã‹…äëŸJdeüöCõ§FÚKÍZÍívãž–>Aˆhv::óEá€#ÈØ4*Æ®›&ݼذĖYN‡.E´fÖs-GGýÅÑŒ†uÂ9~1Œ½õ¬\ýÜúªxç¤háNŠ0ºp²±²*I²Y5U¦ZOÈ9Ôlµ=<”æXGàè@ºp’õs|áyžÈäÅ=?Þ‰#’Бh Ý€7A­Ùä€hÀ» Oæ8±0ºp$Œ_Z÷c Œî\ÿn'€ƒ‡Ñ}€·oÛ4Û=d `?0º€tîÒ}@ºH÷é>Ò}@ºG¾UàíË,§h)4«0} IDATÙOÎŽÑ}€£›ë»Åý”€Ñ}€£bæ‹‚õŒMcŸ%`tàÄBº€tà]2<âq¸B©T:w>Ðuý㢯¯èUá Ã#ÃXÏ€tà%ñÎWHÜZ˜¹ª¼(¯¿ƒyüQH_ÞdöSW×m‘ k3šY¸µðêÕ+„în6îÂxÃÂsçÇí½kR¾‡ÔŸÔàÙÀ§• ö_æa$"Xæâ—‹}}}‹_.öš7¿ÉË®k{¤k;µ#öä~Ïù8bÆ[µž°Ó›Ò¥ÐÅPsïöÐMœøÒ}€N8ŽË=ËÙÿÌ=ÍqÜ¡Öhn™‡ñ³W»ø—¼›\º³”¼›Ä1|xç*¯^½R×TÓ4cS1äPßì×,Æûé>À‹]‰&ï¦v’È{ÉØ•ÌÆæñ<ø.í Ëžð¥0+³†ˆ¨ë ö?‡G<öòäݤ,àñúf¯*¦i6W½¹g9Ÿ××ßß/‰©¿¤þ:, «?©µÆûÀúEýI–†i÷pãâW‹âX[R¥øTÜív»ßsw\¿ù_7‡¥a·Û}ùÓËv¿êËLþ9)‰ýýýþQ¿ú£ÚyÃÙ'YžçcŸÅøA>û$Û¼B釒(ŠÉ¯“VõW«¾¾>mC³K–†?y,ÿV&"õGÕsÚÓœgxdÏãG¥jý’½²¶¡YE픩iÖŠišn·{{{»Ã†õØ/ÌwƧmhÇ™¦)‰ÅçEé}É*véîRâF"û(ëýW¯œúÚÿlèÈøÅñìE‡¶íú,ܽNËMêûÛ.Ûs¬Zwä'Õ#×öH‡’tÐ*D×õ™Ïgˆ(ý ]¿‚¹eJ²´S`ÝÒi5Aë®q«oŒ“ÎvhpË#§åËj{¡þÖŽ–uØõ }D® ‰µË|:'E wR„Ñ}8y&/…ŠkÅ죬ú“:9j·š•Ê‘•eîa…fš®ûý¸5·Ç7ê×u}Ͻh9w?û(›{–“OËÃ#ÃÍ#ñ³|!OD©oRéoÒ©û)"Êòó×7êÓM׬ܚˆ¬$¦û…Y´îõÔ_¶è—•Ä4„ËɆɻIcÓèïïïëëëïï76úü‹·£ŸDí\¿sðë;¢éZç¶uh¿ÃM6Võ‘?ky_rR²“ÖZʧe"JÞIQé¥ssn·»¯¯¯ÿ7ý» ¬;B:­æ hNÒ¥w»O<ºv¶Cƒ[jù²ÚÃ^p¢]ã[ž\¤ûpâ¸(úI4þùlô“èaÜDÛ(ˆùÕï­¹=ö ŸäýïJf¥R©,ÝYŠ~Ú8à<#žÌr†ã¸à… Y5³²ž•Šuh3û…Ù©LëuN‰/Ø‹=Ü:ÜuCÓ4SKÕ¯ó‚½Hý-egBùÕüƒåNžØ³«#?3QßÊÑ·çXÕwDýYmÞ#û,ÙÚ¤òk%ý mʆ/…£ŸDc¯^½ªT*í6t¸Ú>²ÿ¸ump}†]*ÞòeµŸ½Ð®"¤û&v%ú¢¼»}ÃõN~49ó'…1FURË,>½3iø@nÕLFÔŸTû&ÔfÁ ÁØt,úq”ˆ¢G£SÑæ‰ûÍmŽOÇu]×u=>o¹ÎÌôÌå+—­ªÕÕð„6¸ë†éïÒþQýè©ô¾ä?ãÏ,g¬ §„üj>y/yó¿oZKøA¾þ6ÐŽ|8ŸŽë/uý¥ŸŽO~4yx;º]ö«úŽÌ~>Û¼Gö_rƒms›àøžýšÏ{]­×c !†Ø»v öþ‹wñËEÓ4Ù/,Z÷æÐòeµŸ½Ð®¢ý]H÷Þ²èÇ‘ÀùÀå+ñáÓžøtwüâøøÅñþßô+×”†¹×–Àù€¾©G>ŒQäÈ®ë]ÓýÄ\Bþ@–eY>-Ï·^9öY,t1ž÷õ÷…? G?ršÁtÝ0y7ûcãC!cŒ-ÜY°ÿ)B~5Ÿþ&}ó¿n‘rMñú›ooPæù·²ì•e¯,ÿNnw[ðh׆ýξ#â)ÑÚ#±€}…jÿ%7HÝOÍ^íëïóùí¿;Âáj½ 1<ÀÞµkpê/©ÇÙÇn·Û?æ¯]´|Yíg/´«hÿGÀ?Pp«.q¸UÞ ·êXêï9ìxg!Úß­º.N†®³e|&=À!™ý|vöê¬õM¡ö·›ö€H÷à„@6'†$IÞ3^Ó4ÃáÄ<®ù`/ Ý8AbŸÅbŸÅì€[uN,Œî ¡‰ˆu?ÀÂè>À‘Èõ݃"â£ûGâ͸ݓÔö£ûH÷à¸Ád€·ÏúVÝ7&x!Ì p;À;ËÍãf¡ã¤ø<'ÈH÷Ž·Ð¥È›ü¤Ç­Ç%×/ýPDº½Áiÿ±Pú¡¸Ï0wàÄBº€tîÀ[u€è? ÞŒÐDéÒ}8™¹¾{p/Þ5M³Ó_«Äã»;îÀaä‡îÌ ÄàÄ06½¼­˜¦{Päy¾C±£Â¹H˜»plm•ôç~Ú*!pªÄ¹8ÎŵKà\7À¹Ýf•Ì*‚u ठà¸2Ê1IiåïÍ#p°ÌªiUi»ºMU"õ»úëSHñ”È~aÇ!<â0ºàÔðˆçP×ïí“ØÈqÿ~„L#÷¶bÒ××÷V¶€ÃÎö‰hÛÜ^/¯«ªÊ6+³uu½bTj¯çâ¤S’±eÐÛã?¼·ÙC}Ãp:pÖtƒ\äõG?šõŸœn©T­pƒÓxÀF©ºD[* Èo æ¾¾¾W¯^©`Á&ûwQ"í'U%ïïd{‰(Hý®þõµu·×ípkºÆ6çâ8Ž3·8®ý³zì‘rn€“NI1ôJ´Ã­À€t ‹èg1Iÿz/% IÆ–‘/äî$WNPºoh)Q霋7©"žŽh,Å,`×ÀØ6·+ÿÜö} 7<‘“çyrû… ƒÏó2'sGDæV—G½(¯‘išŒ±ÌòJàB0ûpED„ú ÀÜ}8Jÿ()×I’ÈE<Ï/W¾KQøÃHöQÖ^M×5ߨßÜ2‡G<¾KûφeϹ ã¥ç¥ÌÃ̹óaÙ¾fŒÙ›$ï¥|gü>¯O¹‘Ø™®Z¥›7¾Q¿oÔ³~y›º¥åYÚ*ò§‚TÕˆ©ª ïGh«h”giK=° V)>w»Ýî÷Ü‹_.ZóìíŸÍÓîK?”DQL~l.‰ýÌ¡°ÛíîÿM8®2àâ—‹î÷Ün·;>¯g|:î~Ïí~ÏŸÞYÞPi×&Àž™¦i ›¦i=Ç~Oÿoú‰¨ŸëïèÑ=èîwü4`ŽãdY¾>§D.En-¶|{´ÿ9<âIÝOùÇüö’ÅÛIÿXÀãõ¥î§ìõ|—ö½~».×Þ® …üøÅð°ìñ,g:WÔSÉD”¼[[yöªbŸÕ>GZ­tààùÿÕ;{M)•J ãR³S±Å;;ùèÂdô“¨u:÷,—ù&½^*†.†"ŸF³OréûéõR1p68{M±7ɯæ³OV²O³2[¼[+jñNr½Ì²W²WÖ˪½ü€?}œ±6Ê1QäåóIª2"â8‘sõSUó^ÌŠ’×`³ÆZø@îÜUn(즪ªº¦fŸÖΑ¬93¯^½j˜<“}” œ¤î¥bŸÅš‹Ÿ}Ó4­¢UÄSâìµÙ ŸfÕ5UUUõgõæß´«VRÕ’ª–TõGU¹¡thg»&À~p®ºDßR5ͪil™•J…sqõC۽ߪ™ å Ý)VøG)ó0k]HÞMŸç3ÒùÕ¼®ï|qXnµYN¯—б€ývû|66{±¶žYNKÅεôTrê~*_(Z+SÕ\¼ì¼>Ò}€C±ôuRz_Ræ×ç?¸ykÑÜ2‰htÌÏ pÖ?c,¿š‹~©¥þó‹ÂÈq\ôÓˆiš ó ûŸê;Cæ‰9E…A11§¬<\±®X¸½ ‚ Kw–:}Rþ9½Í=É/[®°¾¶8à8Žàæ?y¼³§î,ÙU؃j¾}°tgI8%§„¥;K¾ýÿÛ»ÃÐ6Î<ãO<-ŒÀ3@j¸15Tb g_X% ‘IÁY¨E­²‹t~«mt~áSò"k÷E[e!­ºÐE\°¬¼«¼0È)V!KTpéR˜¨fZæÎô×w¦xyªÂëõš?™Oמ:›Q­8NÅ^7KW·"ÝRJÙ'û„K8Õý|ÎXëf'—ê6vîoü¤mÔòã:{;³ò?+¡s‘·Ï Ë{œFèjɦe¾ý»±Óƒ§ýÃÆüÝvÄ}8\Þoz:U\Ù:Ô<.qýæÜêãÕØD´ël˜õTUÝÞ!©-§÷êË‹ªgM£X~œqì’ìI%"\š¨n8Ž%S8¦ãXÂå•ý1Ùµ­ùò£ˆYΪzV¹ïµjªVþnëè”ñC»N¨ÅåâüÝù¹?ÍÕ§ü¼­ö0r>{?fÆÏ?ÿ¼±±ÑøÜú’ m{¿®©ÚÎôïv¦7îA{ý @SÜwú\}º®;›NùI©ô¤\.— ÃXzX(,,ËUQq*§"ªBtŸøsó‹Á‘íá\¢þ§ÝxmOó‡ùÉOÚ=éºþÅ­ÏV¯}”J^M¶_QWKÖT­¸ü÷ïמÖÿýú_Lâ>€c(òn4ÿ o¯Û¢*¬gfúf:Ðpìyj2žý<›œLìcp²Ô´µnZëfêF:2ÙZݹ±ÔLÚ²LË2S3©È¹È‹O<Ð¥ºnŸâ+HmÊ4ŒòòÜÆKÂ¥ éß:¨ïÒ=,¥×ü6[z1ËE©M)¾¢pûRÉw'’W’–eY–•˜LÔ§+ýJÓIjõ¤Z\.fngêï›TœŠtKÅ­?±b¿JL&꫘xo¢¾êÄdÂúѲ~|nºïMßÜŸæÇ1~0b—bm6 À9Bˆj¥vŒß;àõžÒ¼§4]×#çBåo¥ü’eYŽãÔ®¤ï<ìׯò¿>“ÎÝÍ%¯Lmýi¿áËÞÎ:Žc=3ÛtyGSÓ)ë™io:×÷ꟓ¸’4ÖŒ¦v[QWKžxobêÔa¢*ÊkFb2ÙUa÷»ýLÜ€½%'ã‹÷ó3ÁÓCƒá Qá’³ŸÎ5ü^z_SÃçÃûXr`8: žóžòN]Þê ŸŒ{¼¡ñHh<âÐ㓱Ãh”T‚ÊЂªçìÿí+/§„KB:Ž)\!DéaÌÞpT=§ -ôä–[©é”vRÓu]Òƒ#ÁúW£ÔG©Àp iUU‹ËÅÜW¹ëÿÕ"ñg¿Ì&¯&OôŒ‚£Ïm[èLHÒu]×_×ÓÓéúªõÕuŸ®ûtý =U¿BîóìR~ÉãñF¡³;× ´Ü$ûWuDUTj½väÞ%jývt]GJ_—Š+ÅÚ‘òJµ£ü[½_Þ $¯&…ì+<È×;êÌÞH– ƒ>x"Þm ñK1ÿ[þðD$0ØsÏÐhðâåÄé¡Á¹3™gÛ¯¨«%Ç.Dƒg‚/%N &&á]®YúU9Q;霜ŒMý1ÍÛ¿Böº½a?wŠÍ£hMSêïæÂç£ í]¼”Ÿ …~MŸÑݾuíµ„âž“ÃŽ5/ÕøÆy{C(Ÿuøô–D‹wsBˆ–û‚ò?ÊcçÆ¾7¾ç͹}¨âÅ¿w¢µœ¾õ,Û–RJ©8U§ÅÈÂ.QxTÌ?ÈG¡Ñ t+Žc;ŽÃm³o!„ØmÑ>Í~’Üf À«fþ΢ñÌ…ã1mH-n¯Å<'CÂ%…KÚÏŠr ×óµ$¯$“W“µQðÃãaÞ<À«Ã©nãñJ\Ya¿½n·8mâlßMåHô}?êˆû^!§UUÍθø/IU8UÇ©jŽÐœÍ²¢Æm»ä¯¨jÂq¤KöðsÝëõúÞò9ޤopxÅÔ²þ Q¾ÿCgC•J%ÿ ßçîÓ¼zâ>ü*õ½ÎÖ]o67*G¸ÂæÚ¼22×2W¸²±Ñ÷)¥GJñÜp þñ–·Íð d}G¸¤tIáÚ­S¾Œ„#Ù¯rK÷—äxÄÛ6ñƒ¸/IËsÊGì;@ÕÿW»›ý`ßæ†ýÂc›¶Tªbëj¹ªä£À?j„¨¶:Þ‘RD)¬¥[Šªs‘AÜ€Þ8êG÷·úêô Ï?‹ŠK©8)ãIª¢¤©ôõI)û¤”9´¶ôÀ+Bº¤ñ“Ùá‡Éð›¾Ú©êFÜôà3[º¥BV¥âŽÐ„¶¤¸<[¿:XÇýðxÔÓ¯QcÒ-5Ç©V:þzàQÜÄ}â> W{âíX/…¢wݵë¨|^5J¿"kÜf î î î îØFæxå¬>.”¾Y¥Ä}ÀË:ñ(Œy€¬â>GÒ-óÀKãн:uxEÐw î î î î î î¯ÆÝÇ±Â½Šˆû8¶¸W@#:óÄ}Ä}Ä}Ä}Ä}Ä}€¸€¸€¸€¸€¸€¸÷÷÷÷÷÷â>â>â>â>â>â>â>@Ü@Ü@Ü@Ü@Ü@܈ûˆûˆûˆûˆûˆûqqqqqqq î î î î î îÄ}Ä}Ä}Ä}Ä}Ä}€¸€¸€¸€¸€¸€¸÷÷÷÷÷÷÷â>â>â>â>â>â>@Ü@Ü@Ü@Ü@Ü@܈ûˆûˆûˆûˆûˆûˆûqqqqqq î î î î î îÄ}Ä}Ä}Ä}Ä}Ä}€¸O â>â>â>â>â>â>@Ü@Ü@Ü@Ü@Ü@܈ûˆûˆûˆûˆûˆûqqqqÀaqÕþ Øë6åÀ‘°ú¸Púf•:t÷ó¨йÐÙˆt˦‰‹ws‡ºüÎÍ~’݉ûBˆðù(¯Ð!¢mØæ‹Ó{•«w[~Wè»[Ä}€¸€¸€¸¿™[Ù‹—bmf¸ø~,s;{Ø›qz`ð—mæ/^N”—#¦Z5>줙/³9‡ñ²ö[åßà#×@ˆû¿^Žãdÿ’½öÇT›y®M§²ŸgÇ9r±©«f‰ ¤?ž»1ûýÚÓ–Õè°™¿žæƒhˆû-\¿97èóúüs7çvËoŸkšøö™±ƒd‘ús’Pðûü^¯·Í½^¯ÿ ½ð°ÐÉ*jÿÚÏ–½==0˜íàsÓ¢j1w:iæË©@}ÿp y5iÛÝÝŽ­ümyx8°[5:lfçÍyÕ«JîûŒûów‹ËÅÂß– [*,çï.¶œMJYx´È  ¹/@cŽiŒ‰…GùÐ¹ÐžÏ ½3–Tèd$òìܵÿ¼–½“{i/L‡Í|9¨Í“¿¿à8Nj&ÝÕf8›NÃÝößÌ›€®ãþÂâÂÔÕ)õ”¦žÒ¦®N-üwë[ðÆ/Å2·vŽgngâ—â3dne#ÁAŸ?y5Uï˜qz`pþN.0<­FÎGŒ5£>½ñ¹õ‡«OžÞôÕ§¯¬ÇÎEN냑`ã÷ß›¾ÕÒj’wÁãöÄ.D=Чð¨øâ å'åÀp ûU®¶‘ËwZQ×gÒþá€8p}&-ª¢}ó›šÙmõz[µ_KϤ‹ËÅúª³_fwúå·j`cAZžCè°™»5'0¬7yñÞÖ«o¬Ñ`û¢5myj:í÷ùýæ8ÝÖ|G÷ËlܤƊ=Cëç6•z—íIÕ¶'s;»ç2ë ÃH\Nø}þAŸÿâåÄιÃ(ø¥â~ù»²h+ø‡Ëß•[Î:²m³T* !V—l{#t6XÿmöËlqeuq>W\.Šª3÷qf'O/¯,ÞÍ=-­G‚ÉöèÆm¯ÛÊ¿xv¾c\IÆ'ãß?yºx7×5M³×ížÔhþN.öAT»¿“}ñË@ôƒXz&»­&oy¼|î“ÌÓ5#o!oáéZyîÖÍojæ>ª×à ìfåëÒâ½|­±-ØX–ç:ofËæG‚+_…–e¦¦Óµp¹òu18l¿´ç¶üVÆ0ŒüÃ¥ü½…Âr¡'ïØ},³q“êKßH·¿º´ynS©[lÏ'ë™™XÈßÏWŠlOMb2}o¢¸R\].ªªš¾9»ïvõg¢ÏíYÙÞãw÷MGq+µŸ·âlîzÅdìƒDæÏY!Äg·>‹]J<šÓ3)õ”¦¸eê£ÔÒƒ¥ú¯fgÒªªI)c—båoË{lLõ¹µK—4MÓZ7UU›½‘îy±¬gæj©\ëp:Z-•­g;P‰¦)íIDAT·2žÿ*—ü(•û2<l¿œ…û é锪jªª¥§Ó ÷Ú7¿©™½ªÞJ±n§fÒ‘@}JzúšÚ¯ìÙÀÎ_Í6Íl)8(®”„ ËK)ïç…Å•Rp$Ð~iÏmù½…ôtJíßÚòžÔ|Ëlܤ­/+ÅÜW¹Ï>™Ý_qšÞ~צSj¿¢ö+醨½ç2—î/ ¤”Ò-SW’ÅídE½Êú…‡Kb;e¹:yŽtK{ÓVEaoÚmzäOœÏ~2›¿Ÿ/[Î}þÜpÓ2ßþÝXËg)Û)GJ¹çè+ªªš?mxOiµ‡ÙÛ™¹O3™O3E^›N·Ã¨išÊóái²wæmÛÔýS®]ªýüÙ_²Ñó}Hß;+[–æÝÚfÍ«Y–Õ¾ùMÍÜGõzU±ÝQDQ”ÀH =jx-´NØù«Ù¦™-›¤¦ÓBˆÅ{‹³7Ó™[Ù‰óáÕÒêìÍtû¥µÙòž¼c÷±ÌÆMBkFj:•ûkNJ¹çs;yûyOy»Úžšò“rúfºôrÓ—üÃ(èaÖׇü]Ä}ýu}õÉÓZ’^}òT}÷të±÷c‰+É©§š–­©Zî¯_4ešv\ÂqœZÖiìÅá,}½â=ÞÚ6]ÿâÖgBˆÂ£Bòjruû´Eé›’ßç?`½œª³pw¡¸ü÷úf[ÏÌP82u%.]R±x'~7ª¸•Ø^#Ç«ªj¦wÀ+„0 SUÕöó75³ëêõ¨5\ÍÜm»mfËæH)½'µüƒ¼”28œû$SxXð¾¦ÕÞ6­iË÷ÿŽíÝ2mÛ¾x91{s®qÎnñ̨€ÔÕöÄ&ãÉÉDæÏAÅ­Ø›¶ß8¼¢€f}­+ŒuÔ™'ÍÝœ³ž™Ö3sîæ\ä÷‘63Ç/ž_{!þN¼71õaÊ0 Qå5#1™l¿Rß¾ìí¬ã8Ö3³±§op4”°ÓW8q%i¬õ+_ëò–B£;lö7Faþ~Þïó7fõ”æCÏßÏo‡mñîâüÝÅú5ÊŠ¢F‹Ë#çÆR3iË2-ËLͤ"ç"íWÝÔÌn«×« t®ÛvÛ̦æÔFƒé™tx<,„‡S3©ÀH°«¢EÎER7ÒÖºi­›ãí£æ½Zfì±øå˜Ïçëê/h·÷^íÕ¹>“¶ÖmkÝNÝèb{ÇQÜŠ"ë™™ºš:Ô¢€žeý“^¥_ë"îO¼ Œ‚ïŒß Ž&·÷±± Ñà™àÅK‰ÓCƒ‰ÉDx¯ágo¤ Ë…AŸ?< Ž×§‡ÎWK«õX ^¼œ8=48÷q&óñV/gÃ0VKåzúR©ä{~ø—ÆÜfH“ìW¹‰÷&š«q!šýjgDNµ_Y¸“[¼·˜¹•BÄÿ=6޼¸¨ødÜ;à GBãÜãl@S3»­^¯*йnØU3›šó܆‘€µnGÞBDÞ³,»Þ¡«Ã¢MMƽ§´à™±ÐÙH°áÊ„nkÞÃe–¾)'¯¦šFæÙó¹»½÷j¯ŽzJ ž †Î†oùëgÞö\æìÙë7çN †'¢¾>Ô¢€^e}!Äâ½­¼z¢Öé"9 Ÿ•ödneKß¿Øý¦W/Å|¿ ÔÏ0Dß‹&.Çë7{:6ÍlãU “f65Q.—c—ãEnbÀymÃ6›&.ÞÍõ*W·\~'Y¿öpê£ôQûºuýF:~)áT+S¦uï5†ÂàXÄýݲ¾>ä ‹/ÕpÔ©'½¡ñãˆÐ™àÔºÔp´ÉúõKu‰ûÀ+!v!»À<^¬Ò[¿kÖ?Q)à8e}Ñp©.q8VY¿ñ®ºÄ}à¸eýú]u‰ûÀqËúвÕwëRÝÐÙˆGá¾÷À^®ÖTïâ½ÜV¸WUÅ­ìö°žõE}Ü}Çy€cëÿA …ðÖUi5IEND®B`‚caja-actions-1.27.0/docs/help/de/figures/cact-basenames-tab.png000066400000000000000000001057031433352025300241770ustar00rootroot00000000000000‰PNG  IHDRú&lf pHYsÄÄ•+tIMEÜ 8üãI‡tEXtCommentCreated with GIMPW IDATxÚì½ohWºøÿì2…G À ¸0dB ÓÀJÜÀZ|ó"*¹™\ˆE/4¢…­ÚÀFÞÀÆn^$ºy‘Ÿ’/dí.´QÒª -rà+pC\ø•U^ä"/d‘ )ž€K'àÀj˜è̋eY–dÙ–ìØy>#fÎyÎsþ=çœçœùªªÀ0 Ã0 Ã0Ì~D€øâ¬†a†a†ÙOäç­Ÿ-Éûb>3Y# Ã0 Ã0 ³Ï€\"—V¯¹€/M…œ*x×é€A¨°¾†a†afo஘ûÞ§CßRÈ ácŸ_AD°—)sTo‡±v¿Ä*d†a†a˜×šsß—òáãèÉ„Œd½°eÇ8¢—+dÆÔÍpéIaêvÆòˆøDVÃì³¹YˆŽE9½oŽrÓõz¦qOk>ð»@ü\\S5/ ¯CZ^[}¾iíÃì[sŸ îÉC±Óa”\Ôéæ *ýdÊ®=÷ýlätØ8ž¼”LqkäBjænŽˆ-~†é®³âçâBï¢< gng¼áöíG·oDNG¼s2ÏÌ=˜Û–‡'€ù“™¼šì¡T;Ÿ®Í*w5FÎDB#!}PQÖs+u-µå=[òâ¤õÜÚ—6t­ÙY[í 󯱯™ÇóÏA®O}[—@Båù\Ñ,èCš]âY©ðý\ä\jäd˜ÊHP@—µÈ0Ý=Í|•©}>mªŠüèkÞŽlÑâ<©}8™»?·‰Ý]VŽñ®9i¶’Ý^*³EºzÚÞn ü×IóèÇÔ”>¨g¿Ë¦¥ˆH?¢GÇ¢ÛQˆ7¯oýlírë›>ë¡ÍþÏloçîžaö&Þœ~ÍÜ÷¾h ?U#.Áâ K‘вŦí‹åR>xÔ˜ún¾ê€Ï׸,À0L'òò‘S‘콬B–åÈ©ÈÜsžÉU¯G‘S‘È©ˆ¦jŽprrukòáÿ<€Ñÿ­žþrúìûgµÍza¥o§ë'kµ ¡¥µ×!®ôW騙˜< þǨñŽÿ8®ÒQÂÒO¥ÙÜléÇ’w[ݘðdÛ”ß4U+Ì 42~g”~,­o¡F~?’¼” Ò_¥Ÿ&ÖGÚ¨ˆœŽŒÓTÍ.ÛsßÏåäÓÕNo›¥ôc)öa¬ð¤P.—›€±ÓcñOã „(<)d¾ÊÑzQë_[*³éæzøí€–9µå‰‰iƒeïf羟ëFÂ-h¾KãÄõCzönvæþLMÿ?•J?­Þ¹Ù¨›’Sg5-'#cgjÎÜ›™øóD»T¯¯›u§]aè“>7ìï;Ûù'îî¦ï|}çë¦+Ÿœû¤›G¼Û?¯ç·µjì¸ PÉÍѲ ‹yú¹`.9ùçbêQ¹hƒµ „šµ š¦+2@µ¶&ÀüÇÿ {7 DOGÁ…è™híJ}ÚÌ…È©Hâ ˲bÅòò‰O‘“‘Æ?Þ Œ_Ÿþë´~HŸ¸0±qkÿ6ŒË8dÄÏÇG#£àÂÄÅ ãcêæTô?£Ù™lô?¢àÂh¤f”ŒFF½Û6%€w3äîçr÷sµÉæµÂÇÃÉËIr)y59w®e¤Ê;=–ø4QzRŠž–J¥ø§ñ±Ócêm ¹9us \˜¼8Ù"ƒ\@ÄñsãÑÿˆfÿžœŒÄ?Œ·¼­þuÃtµý¼ök˜ڬòÇN%?KŠŠˆŸ‹'Î%ôA½ ·¦ù.„ ÿC¾å¯[ˆº)9õ¯ÞSááÄŸår9öQlòÒdøD¸Ký¯¯;í ÃŽ–äî‚Ý0FnÉùÿvÆZh^Uë⑯ï|½:Ths›ÕJµZ­z·Ù %/O¦þµ~…̼FNꥒY°J†Ž_W_AàXˆÐ\øÙ†—Ʀ,ËÊÿœŽÌÞŸœŠääì%ÛûÉ«}c§Ç óUÆùÕ™ùn&öA,r:Òè€[¯¤þ[ÚùÕyøÿ?œølBÔº ¡Î†w¦ÿ–vœZíVü ¸`½°œ—ŽóÄ)>)6Õ(U÷hok¡‘õÜòB³ž[¡‘úÑùuµI‰œŒ$þœ°ËvòrÒ²¬v‘6^ñ¬ØÌÝŒó«“ù.9‰œŠdg²õ¶~¦þyÕÔ[‹mÛ©›©ÔµTätdö¿g›¤Ê|“©ÏÝ&þœ„¦>Ÿj'|ã×véÚðNïk»œjJQgåGÎDàÖç·¼òÙ(yÏ5ß¹hÕ‘e¬%«ew¸Lo©Æ±3c0õÅ”mÛpë‹[^†nøàúº³ÙÂÐÛ’¼©`7ŒqÃ(†Ù>±bõÏÙ»Ù ë]ìƒØêÔáÚÇW—æÜgÓ4ë;Ë$ ~-£ù1r"¤!K%t(©ð‚"4ýˆ %.¥²†é@¹\žþëtødØëì§>ŸË¢þ¬87ö¯ú ÞXÅ?›OͦÀ» aÕÚÞèNÓ\ êæÔäåÉÌ ˜ÏÌ©›Sóóó-¥ê^€ØÙ˜g y¿f¾É¤®¥"'#ÓŸO×ï‰ÿ1Ó7¦£[iãe@© ïBy¹veC½uεv×s÷rÁ@0ñi¢î°äÝl5&þ<1l {F*Èr»|lúÚ.]Þé}íœSõ;;+ßËÄR©´æe,ýÑ|7€½l{RµÌŽídzK5Ö5à.šê醙ØXw6[ú]’;»aŒÜÝ3ÌΘ ›ªÚÝôYUª‚çÌÓ< é*¥ŠjWÈ0 GØ$É%ÓÒüh‘¢ ê$¡ù³ºyËÇçî3Ìfð&ø5U›½;[·!Vmš² áãáac¸öwtxSáw¦⚹7<ŒŽEÓ_¦wŒé›ÓÛ@‚èûQH]K-˜ æ‚wÄJôýhãÛ<çD4õùT»)öõ8˨² ê€ZiS¬ ol ÿÔµ”]¶§n®™ÿ¾õÅ­ÐH(y99|t8¶{Öo›4Ò.§Ö¤h#åÛ/lÐj›’dkšï²håÈCûͦ=Éô5Åø… ºª×±º¶åLì²0ì@¢6 ¶O12ÌË?ý£é¯O±tøÚÈo[^%ð„¶ ÅéCº~<"ôpõÈÈÉ0HJîÁœùÔ´L“³“a6Åø…ñacøúÍëëÊ|›€ÉË“²,#âÈñ‘¯¿ùzSw¦âºõÅ-Ã0ÌE3ÿ8_Ÿ'oIPT7ìØé1Y– ó…F3´0_eyìÔXý¶ù'ó‰ó réÖí[žEËH›ÌGˆŸ‹£ãÇaíRCÏ!¢ÉK“Æ»FãEŸäG8(áÄʼn5ã½çDNEÐãÇꜮ.i—S›R¾—‰Wþ늪ª²_¾réJÿ4ßÀ0ýÅ´õ³•øcâì‡gåYöË#ÇFnݾէL÷Üo&.OȲ< _ùìJ—ú_O‡Â°+%¹C°;\w†ÙpÐýSïxï½ïu¾§í}YÒçíÈ©ˆ>º +¨¨€ è‡ôªKåEÁÃ0½bæ»±,âǽ¹Ìb©X?µ³ç!l*®ì½lòRÒx×Jÿ*¥n¤ê¶Úø…q/o"¼Ë`=g’ܽ5ç~äîåB#¡ØG±Æó@æçççéÛéÔ”¢(™o2ë#]c¨ÝÉ „cgÆ¢ïGí²º‘šùn¦¯¹V*•ÒK'þ˜¨_I\L$/'³ßfíeÛsS©“¼œL^M¦n¤ìvæ›L} ÓR™íèH»œÚ”òë™8÷`Žˆ¦¾˜êF­i¾€*}?ÿ8ûÏØäÅI”P±`.ô)Ós÷s WŒ­çVv&:êFÿëéPv¥$wvçëÃìo6´¿{þHçÇ£ªª¦jußýú( pl$v:dýljƒzàh$ –žšU‚†>y9e/ÙTa‹Ÿa†Ù·èCúÃÿyh=·FO²6†Ùsx §mg÷EEÌþP*¿°L«Lcg"¹sùGð†ülë3 Ã0û[_ÜJÿ-m.šúA=u5™ÛV Ã0{—6æ¾ Ö¢e/ZD„~DsaìL¤øtÁ^²¨BˆHü‚=†af?’{KÝHG "2Ÿ™ãçÇ3e†Ùs´qæY‹:TÛ‹V^äí¹ Ã0 Ã0 ³ØÀ™§¶ò†a†af/"5Úþ Ã0 Ã0 Ãì'~£ª*ka†a†aö%¿e0 Ã0 Ã0Ì~¥æÌc>eï|†a†a†Ù'Ÿäc' q«®#lÖ Ã0 Ã0 ÃìJ?½ìÌÃ0 Ã0 Ã0û6÷†a†a†Í}†a†a†aØÜg†a†a†Í}†a†a†aØÜí9<4ÌJØg*z3ó´žêR©ôÞÉ0l†a†asŸM.NyöaÞ¥nNM\Jþ²¸ÀÊa†a˜7ÝÜ?<4ìý ‚£§£Ó7§…½2 {kmÔE=<4 _œ,—wçUõt½>&ræNæðÐpæNfû‰ÚÅA‚"x,îê•OÎ×?“KÁc¡nÊç2«_\Ÿwæ33r"Ìí#Ã0 ð¹_³~Y\(Φn¦ˆªáS‘Ý2£»õ—Å…¹sÚ€–øó$—€š¹7{å¿®dîf÷t*dY Îý0W³þ+"ÿC¾nßç¿ÏeYæìÞªPÃ+ø†a†y³Í}D4 ãÊÕdìýØÔÍiï¢eYãçǃàp øÉùqÏðòæ½YöúãéÛéÐñðp 8y)IDÞÅþM~«òÄ…„ù“ÙY€–ò{‚e¾É„އê¦ïd‚ÇBÁ@0y-Õ8»Ü!]›ÒÃÌÝlèxø°1}?j-Z½ÕFþQ^ñ+ñbЬäê×ÛÅ;?_==l ‡Ž‡gîåÖgÖôçµTd¾Y].XTK l“³gÆr÷kæ~ñIŠ¥Ú+å²¹Ù³gÆ:(¹)O=̧fh$”ù6 kˆ6[zW¿º¼š ‚Á‘PúNfÃpv€–¢6¦q·c†aæ52÷ëÄÎŽåçk&ãø…ñ؇g ó…âオª©›S°â9àͲ{·e¾É拹™láq\šþ<Ýïd‹e‘¾6Þ5: ÐRþšÉû¯Rîþ\= …Ç…¹ïgç~xh-ZÓ·ÓݤkSzÈ?žÏÝË.”ŠáãáÉËÉÞjcæn6þq âÅfî®ñçioââdâBâ—§ ¹{Ùº1Ýh³Ÿ¼T4®ó¬j½¶OøD¸ø´è ÌJOJ#ÿgdþI Ê˶ùÌ ŸwPrSžz¡ØÇñÔµTü£4¬¥n¤Â+¾.›-½Ó_¤ËKöÜù¹s…ùÕÁÕÎׂv4åËë#Ã0 Ã0[à7ªª€ùÔtÄV:ü‹ÙlÀQ…§…DžõO½wrôë;·t]÷ ñÈ™±Âã|ëÀ·AÓ&úñáÏêCz:È_xüUÕê!ÿcî¡”µhÅÎÅ òݤ«{=ç ò€ D<ZxZì•ZÊKvd,Z˜Ï£„äRh$<—›Ujâ Ç?þ{¸®Æ´„N„³w2ž6mTo³Øãúµ”:¨Ç?ŽE?ˆ%/M¦nLÍÞ˦ogIJ}åj²ƒ’›ò4õ_W¦þ–ÎÞÉGÆðçç ©Ó³÷²ˆØ}é]£Ÿo2ÞýÖ¢õ^dÔ»ÞM!ìUáo²ì×ÈFáû*Ã0 Ã0}"w/;õE þ¹åe»îm>5S7S¥ŸLªtr°Ëö{ÿ>ºÉ®[0BˆÌ7™äµdö»l:Èßh逦kõårykéêp¿g("öÖ›"swF1l¯\¹4Ñ!ÞÌôô—éô—iEÆ+WSáã¡5 \®kcg’ÐÄØûÑÉKÉøG1!D B€ ¹û¹[_LuVrSžÞú{&ö~´ÉÖ·­äÕdö»š­¿…\.—ËúA½©Øì@-X?¬êÒ‡jǪ'Ã0 Ã0ý ÷æ~v&W·ÿâ“ÆÓ Ë~YTD0jùˆ¦jÙï¾n2¶úŠ,ˉó‰à±Pgº”lËöæ³mËöL¶®×¹4{o¶qVۛ쟸˜@ Û=eÆ×·o@þQ~òÒd±Á#ôAµ®]Á0 ˜¹— 2ßfk×»Wrînv샘ì—ãçâõQâ'çǧnN7>Þ6@ ˆÈˆeÑ0¨P­%Ë›,·-{sÿµ-– Ã0 Ãôžùî‘iš×¯¥²÷²“'êe¿,£\^²“—’Ö¶e­î7=ûáىϒ–e æ¢5~¡ïæ!Ò·3Æ;zgÚÉ¿žäTyÙ./ÛÉ©è™h—éÚu=Ì=˜ ‚–œzP ¾kÌ=˜ëðÔøÅIkÑjÜ‘ÜÈØ™Xòj²¼d‹ ]¿‘ÚpÜÕ¨^1vflêó©ÐHB#Á鿦ÇΜݬ’UUËÝËÍÜË¥o×ö3Ä?'ÎǽQùx7¹“!¢ò’ݸÝ"zzôúµTyY”—E²A?;Ÿû]òÚ Æ0 Ã0L7ô`vßs @Dý:Î?Ww智1uýÆõO.Œ«jüÓøÜ5—ßÄã£cQªç`àíƒüäܸõÂÒéWVF =§î½ û1x,”þüVÍŒk#@;ù× ENEÉ¥±Óc热³[z¨“ù6;±.–³Ŧ¿Hk÷TäDø“óãÖ Ë8b¤?ŸjNÔ¹8‘;šøS¢³MèѱÑë¹:€Ðȹí2SÖXüòìÝlôƒ%Î'J?𥓓+¿Î¹6u#5yyrúoiu@?Ï?Z)ü©k©ðÉ0JÿClþŸó[l'ymc†a¦¶»U—a˜-cšfü|¢ðˆw¾2 Ã0 Ócz³U·óV¿žŸ¸Ò'Q_+9Y-ýKÑ듨ë7R‰sãäVS7¦FO†Y' Ã0 Ãôm™û{ÈP`›æ QËžH‘:¨GÎDˆ r2É—~,²:†a†afšûú¡ínRd5Å0û‰â“|‡*ϵža¸Ö3 ³j=Àf^³ÅïÜe˜ýDéÇb玟k=Ãp­gf¯×zïûî3 Ã0 Ã0̾…Í}†a†a†asŸa†a†a6÷†a†a†asŸa†a†a6÷†a†a†ÙÒ^Z,÷þ¤0y€Ïf˜×·öq¼ÜÊ1 Ã0[ƒg÷†a†afßÒËÙ}"ÚðÙ/ï͆a6ƒ[k]È”ös2éUs»‡>Ü1à6–a†é‡¹O.¡„Ú Þá!„÷Æ>”zԺ༞aA]?„+¶ˆ¢È\f; úY…uõÏŠŒN…ˆÜj¯›.@Ë0} íCµ¿‰wÁ²ËDͱÈ~Ÿö¶ºóäT_­½H¤À¾Zü>W¬(ßW•äžk•\Úz”g”†aúeîƒ àGô#¸m£’%$p„CDˆ=°øG”~2ª€ ¡Ö6êµb ÙTqPòÞ5”·Ùâg˜mÔzð¬+l1ºwªÊ€®ø±*‘¨PµWí,+>ÿÆ5·Z!!zìO/…½lƒ ä"¢_iÑ”¹`Z¸(< õvfÀm¶òÀ÷–$ ¢j•ð@ïW|®@QÀ_ ,  ɲ¬“"9Ô»Ÿ\hì°^´$ðI>¯üx#"¨ºUú<…WÝ*¸@¢BˆÈëoÔªb¦çæ¾×÷»-}P·ž[=±øÉ%DÔu»ì€_†næ„$²€Ü*m3ö%^XàWÖ¥š:h¸Ø1ûj…DEhªº:¯•È'!h²½Ü£év·ÕèÂms9첊ªƒ Qk;þ€ŠÁû…Y~a) èÅ’fKCß÷–e?‚¢B}Ê_ey³ð¢*¾@¯lŸåqPÇ¡˜3Ùn+…àVUU«÷Q> $\ µNÄ%p}βíu+T(ó<ÎŽ›ÛT[–‘qÇX*¥²W ø¹{e˜0÷k="mÔUƒ6¨YÏ-è‘ÅO•*ú1лJ …y«\éEëö³‰¦;¼´KˆQ³ âG!¡Êæ>³ÏX)ç–e!¢"˵+.PEød•\òʲ,<‹_êM¤U·^ŨµÃ¼ò€"*=s%¢W@(Éx@tœêKÑÚ8öËò@½ê?=¹à¼\ Ç3‚}>”ýˆø$t*‚*Ž‚=Þ<àB+ƒ?eÉ!ô*€Rm*=‡""Z4±œRÞµh(^ÝÎ$«[óPÚš~È]ñÕdvв ÙyË´lkYx¡>€#Gõèˆ.ûwhº],&tcÌ^LÈçÃ쀹O´‘­_¥*T4U³Ÿ[+³5[‰ª–e©º®tß²HØÃƒpš9Úû1 Äýœó8_‹«ö«¼ÚÈìO< Ó2M |Rͳ¢êM{Ki²,‹åžúÓ¯øuxS¿Í"y3ÁQ‰œÞŽmPEQÚÝUkÖzjw:ް—Ÿ_‘ý2Jà{«¶K*‚"ʲ"„CUê¡ÅVÌ*+ ¿A @€àD€ áY¬Å·£,#À¦§çµ¹ê‚‚+ãN²°äLÿwauÍk òOíyÓžú8´?‰<úuùP̱My”Ü) Óosã·>»lÛ¶];¥§ZÕnû(è·vU…uC¿¶{AƒÑa@Uƒe§vƒëy2ð3³Ï¨tQP‹?•”%U×õÚð¾êM‡ƒ¨zY­ºäó!ôÀ%€µÛ„\o6¡åt¡”ZüNR (!J½s­qÁzny3ßè9N )ˆàDôœZ|ˆU—TUóœaz3Š[Îã³ EÏ‚†–-(çÁ]1¯ýÂgYŸ¢WÂÛIéÖ¨º.q…Üa4¿oÄЂCš1(ƒ¥gvö±E/)_²æžhgO}o€–ÒúÑ1pI3¢V)Íæ>ÃôßÜw7n©eYFDtÛçó[íÕ¶ÝÝ´õ½>øˆ®Ñ¯Ní+úô ´dÙw³´,]^efö±ÑòÛ ".ülÊŠ‚Þ8€¨ê‚ äë‰EVuÖ]Z™Ú§&W”j'¢ÉõõĦšÉÝ"@o,P Yv)²b躷%—^VýBkÉñùPö+²,!U¶;¼ñ¹$[9ˆ«–ô@ € /òü‚[‚ŠÀÅÈ¡ê–Q 7ØsÉ ¤¯ÆA9s!RïÃ#½ 03g‚ –'ú}Å×Á0‰y î-¨˜à78_¦æ>5ZÀãÔ5MUPB{ÙÞóó1.€KxÄÐ.Lâ JßÏyGzF†|*‚Šb}>åYü ³q½£( õAÍ|f™‹¦~PG©a @Y–Á•€*@Û;¥gÝYþX3[9"UHx¶ï«^z¹´ó]¬m'•z¼QØÒM«ì4)„cÿ*±ê8ðkM EQˆD…zs4(B¹4  *¸BÔæhd †ÁT,%ËEEmW½DÍê’½ì(²Qn¼Øt*Ïðï°ÑTج¹™ùøú¹°3š(£$8Úјmeä¡)Ά飹ߡÿkÕ@ì‡Ir]Dí?£8¨ŠÎÛ÷rÚ‡g*Ž};­]œÀß(§"öw3¼ÐÌì?È]sú½¦éÖ Û.ÛP?0quê½îùÝêmx;w©}ƒã#·Š>e»{…݆†³ÕbÖÿõ¾}”@Qz*@UVÅâJ‹êCt*$*dÿjëo÷à…†øk ˆ@@ Ž%\ª "~5aÙDÙÙÉ$¼àþZªnËÜG±l[VÇ+Ë¿èéf-Uƒ`ýÖ“¢B‡ £ê²µ¿Ë”—)ÿÔù†ßUûSÅv*Ey0® ¨k«‡böÓˆXœ”µ8Ïñ3L#¿íe`î–þö:.à!€rÙ¾“¡”Ëô¢\]¢T´¿É€ ò‰0Ö+a˜ý úQÔÁgÙ!ï}In¿ê5âÖÆ-ÿ@–QÐÐßË#QÂõõ± öQɲ*«>ߊ[”„ˆèë‡KdÅ\ù`Õ|ô%¿ è@„² >H>”WÇuÂÜ~äú®ªjãŽˆäæ† ƒ »×A”ú耱“Ã#†ÖXHäÅÓ¨XLhšlœLƒk¢†’\;pzNÓšO£$òœ) Së(z[ wä‘×ÊÖ¯’KŠ®¢xR¤çØßeán–*DòtÖÄC: Ò’ƒ—9fâ®¶(š¦•Ëv•Èó›'—°q[mNái5(l°¿7hê¶=ö¨@ÙáMÞµc‚°? zؤ‡þàó&òkæ¾ T…ÕSVJ3°\=à–@à"HJíõ[T…ÆUMiب¾‚ò’U¥ª¢(è¯ýT­VmÓ¦µ²…bYPÕ­«‡'øw‡Ì÷æÜ $8{ÜHœêÑӕ’Xœ@YÓ†B8`€ëÈ£„€Úʀз$ «'g…(Ú‹9a%å¡4ŸÇÏ0;í̳ðb¨æÅ®«½›’q©ÚEïMuÅ‘ IDATâë¼â¿µ®×õöãÕ*U‡*DàIH¶G (—ág Žs™cö­­à½ùHÔêÇÈ4/â¹½kjÜQªÍ÷·mçÜ•ÁÀvMdªNm.€gú÷"U©6ª‘¿¶jIëáÚ¾g WœP†ÊŠz·Ý·C†µd9Ž-Ô<õ}>Ÿ¢(ö¯kÞ”,˲ö¶VxR—j¯Ýå*¹˜K"ûh\9ªMþg°«MT6ãúPD 9T΂ˆ†.Öª¾ë•Á-È8×¥Äó¬õ4®+p¹`ØÜï¡­¿A_^u«sæ   .¢põlàí`ODQ*•º4Mzy0³ ðª Þ6\Y¦g&¬ d<¨CEÀÚ.Šaö)€ÚÛÞY@n•jçÏöá÷.Õu›çû›Çäл·m¬6qˆØ~~¿çîï8Þ¤i©6¶©Ø @+³*ªÒâœw(¸o ’ @€Ú–³ÛÛòá{ ˆˆ*$ÖÎÎØ¶½~RIT„BTH–Ù¤Û5JÏmáH;aôç¸}TŒ½8aÛ%í ¸¸x‡Þ’+@ÒQŽ (ÏØ‹y G52lë3ÌŽ¾êš\B€°ÒÓfeMSk.¤n%ßšô5tºÎË*¼°zjs€ó(¯~“GBr (­qÔ>Œáåég øÐ}fßámŽ\c×¢÷F-\°—,YVVÎî ÞÁÞRžTŸ@¤ÚÅ ¦Û{e“7çÝþý¯„žÅ/ÁÞ¶3d^ÌÕZQÇ†Š OfàmÞ xqF¨”A×ÉK(!¸Dò6WnI–ûWÇ©8š_[Y!ýˆ®VTúPºѯëºùÔܱ¸2m b8 !bPï›Ïª? ò$ò¶•&3¯ (‡¢ P‘\PŽøìg™²•GÔñàÃÏ0}0÷]¨¶9Öº¼\®ºŽ¨AºUpÁet-DÐßÖ·yô> ä[YDö!Ê(ÕVö©á¬DôU{úRÏŠ g& Qþ.«~6¡ß¾e_NŠGy ‚Yû ¦^NB…ì¿¥ˆ]J™}Éz«] Š°ËB?¤æ ²¬ù ãE‘eYé…¹ è6¸º@äš­Ïá„zT±Öv¶< ª¹íáJOoWVf–K0o¡(X àÈŠÅ?€ç9€2¸UôŽñ´à¶»&Ô4M9àC\Ý]ˆ²¿yÒD‘•`Àp„†ˆ|Â.>ª‡ ͳûûÊa”ÃP1….?N'¦ÈBÿ0”~ˆ£R,ŸÌÃ0}3÷Û8³’KÍ,ùm5ò!T@‹šË«¥øÈP¨gRxö½$£ä9øÒ†}óÖ±mì›)ÔäÎê3Yzf‚ãÀAèP¡ò”¸Ÿã¢ÆìSªë'° €*U"ÒjÚs-ÿ(ïCDŸÜjøÿ„ÑçëmkCn$vªæ5¯ŸšÞ>ieÓκö‡ˆD¥ ¯Àqªˆ]CíiÖÊ„±œX."*à—Aò¡5Gp$ Ï ¸<~\@AcU¹–J€²¼Î «…W¢OðU© .¡Ä³*»ÃôƒB¾TF ’ŽŒ õÿP ¿!Ý‹ãÎóœ28bä¨ýó Ê!yègÃôÓÜo·’îH¤È>?T rù«Uˆzÿ&Žš'Ÿµ5ßFÁÞê"—…}>AOŠòG1µ;™Ç¨‘ë @‡\ªy³ï½ dôÞ²¹êåÙã~·ÉtÂùë´ó÷ ÒÁ°,è¹ Îì[Êì[ÉÊÏ4Mó@r\ÒÞÖ Ã(—mÛ¶…>UØ®C¹ÕºY‡µ£k¾ãêå«ý<Ç¡õ^LÞF%—¬Åªˆ½n~Vý:¼;?^—%‹@IIô’ ²nH€kceAT|ôoUYßf§$ë¨êæfˆo·.;ñï2¢|Á‡¸3͹D®F QŔՄ%\ È;‹ó„aúcî·°€WíoåjÈ'CõTICr{ß4T«UxBþžÓ€u<Ðì‹L¯ªš Zh­ïG@}ië×loû…­(røDØ4¬ç–çx1l$Dþq^Q]×·£P%zµ:Ë.À_»ºæçÓ+ÃÛ;:FBŸ¿UãC.™O‹b¹¼kµ½§ízõ`ÞJ‰ÒRÁ¿ Ã[ øª“–-áê42YU½‘¿¶b€¾ZZ|+^=XûUò¶ly[Gj£*d o÷ Æ#àõÿP ïÍzTqªUiÌ^œ‘GìÅtU«:Žï"*ˆ€w¸ ÓnÁ;q¯Õ[øÐ¹r)¿œ!°ÁtqØÓ†åC¨kzo“BD¤€"”Ng~o³%iH_=¨ Tî˜ýàÊY”ˆ\’ý J ›&]’Ñ:¦j}>D•ê6«úpÝ£J®¯ƒàvšè6Þ·j3÷U—|¶lBˆÊÖâÂZ[{âCHÞz‚Ô…¡L@¯z¹šQUp|ŠsøbaýX;ªDD «cà߶Ƕ¶eyÓ"ÎK«Á‚¯MÖúÞT_UÁŸàT†D¤iü6Ã]@•qG×°]‚WÞ‹ü†}G<Ÿ%a –=Ÿ=×{ïg ÃôÃÜhy2èŠ XF@@ ËŠ®è²ŒÛí–^Ù¶ÝdÉW© @ÄÕ³\€•IA}PSÞÞÞ$"ªÜ¯0lñ¯šÝŠ,[‹¦¨8Í¿J ðt8¼r[ͽ¤.' ›‹åM,Û¥'ùÖ–ëM5Pã;wå­7–÷+·ZuýµeKl|¡•T{©ÈÂÓ¢¨]?Ø;?II¡8 „¡\Äe Ü2¸¨’ªÃ@ßÖ¼Ð6S*˲ó²jýlÑæWcõ#º,ó‘Çûœš¯Ž”· *ÉUJZO“U9%£ìó!¢yjŸaúbÎKr^vz™¹D@Ò\à8è¨[ŸÚW4ÞöÚG„zì[=îº T% |õbýŽho«œý ³Íö£ú’àÕ-{YVª.æç‰ª(ùÇYqÆXµÝª.à÷Ä=°š¦*²ìTUª-ÇèGð¯êGö+ŠÒë}¨ªŠXvœe›Ð'ûeô£ÏàI *‚*Õ…EKT€Û»‡]DTqª/‰\ ’:\ßž‹ØŽ‚ˆ|€°ÍS•õƒš¦)[\‡‘ØãMiyЀ€.Ê~ Ð@{(KÊjày}†é“¹èšÖ8«·î@5‚1Zé‡TÔ4EÛŽ(a×3XU¯ÿ@ôrÒ‹aÞlÒ«ÕYXÅ¡cAóÙïè>©õ#{:ÉèCͧÂÛ»¡í²â“µ*9DD‚* VZqD}PóÒ`›‹ëÚvÙ„Š,Ãêë ê§ñxž7R­AîI—Âæ³©r‚¼ÒÎ0;cî Õ |7eu€ë$Ãì«&¤i>Uó©šÆ#ê~*üjvzÈ´Ö´ât†a˜½ÄoY Ã0 Ã0 ³_Ù“+¦2/0ÌVû8^†a†Ù<»Ï0 Ã0 Ã0lî3 Ã0 Ã0 Ãæ>Ã0 Ã0 Ã0lî3 Ã0 Ã0 Ãæ>Ã0 Ã0 Ã0lî3 Ã0 Ã0 ÓHWqŸäK?YY óæÀµža¸Ö3 ³?øªªPxœg]ì"¹{Ùþú}Ø8ìk<îkøúÑxE‘ùHr†éEå*‚'Ÿåä”rÚ9á{hXÞdm`Ã}ÍóZÙú¥‹ý3÷½ð×—lGد§ÂYË|55ö~Œeãä¿þ )ý« ë:'Ÿåä”rÚ9á{…–Fц°¹ÿÑ÷h6Úúý0‘W~û>Ã0 Ã0 ³Yx«.Ã0 Ã0 ð¹Ï0 Ã0 Ã0 ›û Ã0 Ã0 ð¹Ï0 Ã0 Ã0 ›û ³m ï9™K¥Ò{'Ã%o÷뮤w;3 ·3ÜîV¹]bmô\-Ýtˆ; ŸÌófãRÉ4­ç6¸Ô¦€ ~H Hø&Tæ_^yR7§&.%#'Ã{E{Nàý]~†éGÝäšÎÍì^ì%ÎË=ƒ-M… ™tp·dÉ4CÇFÆÎt:ò¶üÂ*<™ l?e(-PQT,QöUô\O™;™ë™¾òÙDü\|S…­¯¯qˆ/È¡‘PòÒ„ªv:zÕ|fFNì\Kѽ޺¸®Þ×¼Ro!kZ²o®ÃCÃúýß?l¼øÞÉQë¹Õ”¡ÝÜÙYK-§¾v]“Ö¢uýFªð¯„þ-0q9i ½vç‚S…Ò·Ós?<´Ë$„âž ½>¥¨WùØTHÖ #êm‰ª‡¶-[Ë(Þ3©]Ó±‡ÞØ!¾Y&íbæ!Ä&Zv–üÐ"“H€‹µkXÐeC¯Œ"É[ìÕžÛcgt!µ™ÝG ÕAݺ—Û¦¹O`ωLqiŽ*€€@Ïû3Áƒ‘ˆGèå 2w³WþëJæï™-›­}¢^ËË"s'“øóäìÝlçî|'ÇãÛ×[“Àõô¾þµo³Y³ïAÄü£|x¥¯ÊÿG?níÎι¿“–S·­â’=Kü1>õ—i˜ýŸÙØÙØlnV?øz½Ì;þ§„®i_ßÉèuQ…ùÂÔéÙ‘ýùvÒõec5/L¯2}™m;ÛƒoÈo75ºÚ0v×KéðÐpÓ_—…fC±ë7ìJ …)g­J €1¤FaôYT2ýY’ăv ìeÛ©ÿ dDp„c/ÛõÛ¶aë‹lùza1G®ªáäñ¹äñ¹ &WsÙ¥ë¢WºÊ?Ê+~%þQL‘•ü£B‹÷S34Ê|›õ²²±œ¬f® ׯ¥‚#¡àHèúµT}ýäðÐðÌÝlèxø°1}?j-Z[R'.$ÌŸÌú•ôítèxx8œ¼”$¢º0â­¿Ç£'"µÓ[S¯Ÿ/ŒžŽ6†CÇÃ3÷rën÷`; g¾É„އ:?Þ6 \H^MÁàH(}'³åzÚ”5–eŸ‚Ãà'çÇ…í’ßY9$oEíþáÃÆð{§FKOJ¹û¹÷N®Ðær!¿œé•®fîfãÇ þQlænf½Qû8žº–Š«¯ ®ÏÓé/Ò ‹ÖÜýÙ¹û³ ‹æôíôjçs÷² ¥bøxxòrrkBŠe‘¾6Þ­é6óM¦0_ÌÍd àÒôçihX¸ô>´¼§‡"uÖ[ #ïâdâBâ—§ ¹{Ùb©¸^àNå¡Àóÿ*åîÏmíñé/Òå%{î‡ü܃¹Â|aËå§)kÆ/ŒÇ><[˜/TUMÝœj—üÎÊé y»(¼âšû6»P*Ž‹}Ÿû>Ÿý&»P*†ODê÷©`DNE„°K¥Ì?) áDN…·yg7LžOL±š„©/Òñ?Ľå‚ÂãÂÜ÷³s?<´­z•ìGò ó…Ø™±Æ+±3cù†BÕXP§o§-ËšûááÜýÙüãü†µƒÀ]–ÿ:¡ L^N–J¥F+­nIŸ¼XÊe{Ë"uS[àõ­A‡r¾:ÕšŽùÞ¹¡hì :k¦eûÝJ·›©Ù0Ú¥ºƒÀ-«Ûn5Ë­‡å›OTK![6×›ªAVפ¨lÚÜï~z¯óرa‚¹õìHgA:A[Îò6FÑv"aó#æ-Œn mŠˆà“Àräà¤&šlDô  l©Hho¹”—ËuÈ%ëSÆéiëSäRy¹¼ÍVv­Ò¯kò¯Ýïë“jò—~}Xv{0Š-/ÙÅ’9€ÈéH±d–—VÕ2ómvòr2ûM&¼ÑÖ™Ù³©«IUÕTUK]MÍÞŸ]µ?®¥TUCÄø¹¸ùÌÜÚêSp$”¹›º–Z1µs©kIõ &û1y9ùp­'ô†÷lG¤nôÖ”жíò²­ªÚÔÔ¦¢k'pêêu@ÞÚã³f¯\Mª²: §6ßD¶Ëš‡ŽŒ„ý˜¼8YX±ç:'¿Ý¯-%oLݘVjˆÿ8FDS7Rõ¯õõ‡þŒøÇãé¿eàÖí[ñsã[¾³åŠk;FއÐÞ¿eY…ÇyÏð€ÔÕ¤: ©Zêj²^%û‘|±,dMi¼"¿­ˆeѲ ÎÞŸ­ ¦j©«© j»,ÿun}™ÖéÉ«Éá@0t"|ýæ4Uj}MöÞlêZÊ‹åJCuجHÝ”À¸‘.oÛ°†zE¨S­é˜ïŠõD7-ó޵ÒmÛÃ.ò¨]ª;–ÆÕm·šå–MÇÕRÈ–Íõ¦jÐÊö®•­;%.N¦®¥"'Âåe{ê‹ôÙ÷Ç~Y\hò¿¬`PQRW“ÓŸ§¯\žh¢­ÌŽ€ ŸMvó¬7 ²©–±iä$ËJæNfòrrö^v½ØMQŒ_O^¾2õù¸ú|*usÊ+õÁ%L|6±©To¢ï‘,HA FÞŽÕ@HÚ•ÒüËŒ‚àÙ’¥oÕÞNÝ]GöËð ЯÂ+Üö<•ª®ð!€‹žäM¦‘©J¢’êßîf¸ÌÝ!İl¼råRMù·þž‰½5Žn¼^Q.—5½¦LM×ÊåÕ1¼Rê±õðµ‹5"!Dæ›LòZ2û]ì²ýÞ¿v~¶Ã=Û©½µ~äNzúËtúË´"ã•«©ðñMx ·¸Ëݱ-/—ËúA½že[^¾kÊ󩙺™*ýdÖ ©n’ßî×–’·‹¢éþv÷¯`œ}lê‹©¹sæ33ûUfËw¶œ®îài9q>qýætätdúËtüÓ„—öÆlm¬’ýH¾,ËÂvÔO}ñ«#7t7µ©­ØP€ovw8úqâbbâb¬E+ýUfübâë;™&©¶#R7%°Cn¤ËÛ6¬¡›ª5ëó½CC±¾ƒè¦eî{+-¸k,µ¦vÝäQ»Tw¸]¸+Ír»nz³‰j)dËæzS5h e»¯zïÍýn¦÷fîæ¾¾sËk7“—“‘3cë ßÙû³Ù;u@€ÔÕÔ{‘Ñ Ÿí0 Òr ÓÔÓfü\<ݾkŒâáƒÕWòâdxe©zöÁlö›Œw[êr²É·à äHÂ'H Káð`|5Ç$&Ê‹¦ ŸÛqoç±SúRG¿F[‡ ÀØÇ®í“u oG4¬ÕÏzV—GÌ_ç,79dƒ[E™\š½7[xüz¯Y^²#cщ‹ oÐ’»›û &ûå ·¢ªªj[¶>¤€mÙªªövR–åÄùDðXÍ ÔT-ûÝ×;ûnîé‹Þ$ "¯#iœà4 ãëÛ· ÿ(?yi²¸~¡¶ÍƒÝ·L›z\UUkÉÒõZ–õ*kâ“ÆÓ Ë~YTD0ê&ù+§qj¼M]Ò¿‚Äÿ¿89ñÙÄE÷wvÑ‘‡O†¯>}ýætñIñVƒ“FË*Ù䇎‡²÷sVw dïçBm¶À6µ»•_úžºš ®©®JÕo‘º,ÀÛ,ç½ ­CC±¾ƒØ¬fú‘¹ú ^2Í@à Ä|jn¶Kj—ê·îw©YîU¢ZÛ?­šëMÕ -”Æ>¶ÛíÙºï~æNzþŸó‘ÓÑ÷N†ó F0õUò–cÄv³#ží £ }÷»95Fa>5cƆÁÃCÃÃ`¹,º\vNõfû]çËÙâ‹Ú>¶â‹¹ùrAF·¹ûÛsæ¡ Y®Ïÿ_  ¶77ðA–~µïgµj¡|7LO3[—ßô–Ðå 1°b0 „tÞòìÉîõ¹sÁ@°1ãÔƒZð]£¾óOUµÜ½Ü̽\}g¡,Ë[ëDO&¯¥Êe»\¶“×’ÑÓÑÞÖ:!DúvÆx§VxÎ~xvⳤeYà‚¹h_˜l1ÚÅ=ýÐ[àÝ@æN†ˆÊKv£áøÅIkÑêpl»»d³GO^¿–*/‹ò²HnÒ¹¨CÖ‘ì—e”ËKvòR·ÉßP9k†[m¢èv¾oçâ¿,.$º8©©û;»aâB"óUfòÂxc˼‘*/Ûåe;y#=í_ò'þ”È~—Í|“ËB,‹Ì7™ìwÙ‰?%Ú¼èª`×R;™_Ñbsßωe.”—ìÔÍTèßj秉%¯&ËK¶¨ÐõªÃ6EjW€›Z×m–ó^Õš ÅúbCÍ4¥±¥1þñÙÉK“óOJT!ªÐü“ÒäådüÃØæŠJ›Tw¸euÛ­f¹W‰ê¾¹ÞT ê¦4î@Qé£¹ï ‰ŠO W.''/M¶Áÿ£³ýíÍŽÔ”›zvgˆ_HDÇ¢…Çù_Š¥BÓà²ß’+¤ rÀŠeKù²»rb »àHyP,倀лõa¢#GØPþß)ãd²nî*èãTRü´s_“tTPAt åŒpkƒ%Ava9ƒ~Ç')¨IÛöäù6{öóÍ=ÙG±ú  ȳw³¹û¹ôí4$þ‹®w L\HèCzäL4r&ª‰ ½1bê>ˆáaó™™þüV­€} Ÿ rnüðÑáñ ãc§#- a÷ôCoS7RùÇùá@pìl,|b¤~CäDø“óã‡OžNÞb×]»»d³'.$ÔƒZød8r*:Üì²]ÖLݘº~súðÑá±³±Àï»Mþ†ÊY›ÒÖQtÛ:õ­`ôŠMùú!uìý5+Š¡‘PäT4|rT?¨OœOô/ùº®g¿ÍäB'¡áüãBöÛŒ7‰Ørd¢ÔÂ'G#§¢Ý¸´õPàÉ ‰Üƒ¹ÐÉðá£ÃcÅ@©/§ë£¯à±àØÙhèxhÃÄmŠÔ®7µ®Û,罪5ЦbCÍ4¥±¥ñì±Ä¹xêF*x<<JÝH%ÎÅ7{Vr»Tw¸euÛ­f¹eÓ±…Dµ¤es½©ÔMiÜ¢²!¿ñ–iZî-èü~‡ñ‹“L躞œŸ¼œôV@‚ÇB³ÿ­·Œ™o³ùò©kIý nZVúËô­/š;¿éÏÓŧÅ鿤`âÏÉùÎ׎"iól‡ã™ÛýÔî}õ¯Mb7Ý M]K…O„˶ú¿×ç~È×Îdø|Ú|ºúË4L|61ÿ¿HÞAÂܽ,È-JI¢4pK×Õ¯È Çž&,VÊËZrËã-œ¢gb f}ójZî~nâ³+õ¯óW•À¹¹ÒHà?§l3¯‹Ûóíè¨ùhÊ8“.݉¨ZJÿt²eø \;³4®) ú5pe "¡Á(^dmȃDåŠe;?xK–´vš{Íd†"k-ãzPd-óÕT“À,ÛNbšfü|¢ð(ÿf&”‡OÎŽDºÀ~œÊ¿WÊÛSnw8¥íŠýöÝJu_›å×*+w€Ü½ì¦4:† }÷;¸Â{C"ë…e1V‡DŒŽE©BÞÞ¡ Ÿœ·^Xú!ýÊʼn–³#ÉkÉðÉQ”0ñi|þŸóõÑφÏnJàNcеb·ºÝ¸þÉ…qu@÷öæzƒËÔµTød%Œÿ!¶MÉÛNs¹²*B¶¿ úuERê{gQB@¥êÚöKG­„ZÚú]R^.ƒ»êæ$…` ¨€~M9†CV·~§,ic¥—Õ¯+~…¨d \ ÉÔP±]Û~éÄ[Úú› h÷Ó®¿­ãu–m'ÓÛ×Ä^¿‘Jœ'·šº15Úõ{Ëß´¬ÙŽBvF-3wsÖ’Ù¥eŠÎÉ}ŠÄ›\n·Ù¼l­¡Øë¬Oõδҽm–›d{3³rËH›mÚê#kg_j–îÇñøÇk–™âÅê'©µ!u-•Zñzl\¥jùl‡²Øî§v§æ×¿6‰Ýt[øD(|âa£Tuƒ».¹išÙ{³¦zkI§Y¥·Ì€ŠŠëXËE ×q\§T6ñŰN[Ýö$!¸P­TÉ%ô#¾m°4#B/òH/òà=Ï+‡Á­Â[[Œ$4å²¹œ7TÔeÃ^ž÷Þ cUL³lê0èsüëÜɽi†ã®¤WÔ#g"D9ž¸8ÉY³Ëêá¡aUU3]œóý†WÕ7¹Ün3í[k(ö:–À“ IDATëS½3E¨¯Íò›™•½7÷·ðJÝ7\¢Q‰X‹Åy§$ûÍ¢›z)„ªÑÝ ÀËÔi¥ç¿ñ ‚v,f—²úñ ¨”©b×OçDÙ‹y<´Åù6Œ¨‰Ò²Z\š³|–\_õ¹C/!è;8E@.KÌ6ÙxfÙ³–w= 7{1Õ}—ÛüÞ˜ûܼ¾VƒKrA«}ËšíZB€®¦ƒ.£F¸Õ“m†Q2ÍüãBݲ7ȦJR?C5’À­Š%ë_3ꩯ·ž •_-»(¨ Žèþ †°µÏ0 Ã0 ³Óæ>ó.]R<ëÙ˺íšÊŽG —ÆhqÎzœ¡Š¯Vâ}ÛOL{îõ.(4ÅæÒÇ0 Ã0 Ãæ>³ÖЗü°3N/8Á¡HÏåGÙ^æÜd†a†Ù1~Ë*`†a†a6÷†a†a†ÙctzͳctxÍÖ6éüš­^IÞá5[= ýk¶¸Ì0[àµ};ÛnÁU‰afS|’}œöÝgØnc®G Ã0Ìþ£ôcÑûÀÎ< Ã0 Ã0 ³oáÙý×…ÐïÃÆÑ`ÿÂ/>É×y{1|†a†af ðì>Ûúlë3 Ã0 Ãì[j³ûÞ†Hf)üsï–î«­9åâÁ0 Ã0 ³-sús, ÃlmPç … Ã0 Ã0[ƒy†a†a†Í}†a†a†aØÜ÷ðÆIV1Ã0 Ã0 Ãì7s_Ŭ<R‘w3 Ã0 Ã0Ìþ2÷}’¥øÉùZAòIkySÄ?M°†a†a˜××ÜW¥9=Ôôc Uêûù’o }ÌC†a†afwÌ}ŸdÉê-geuÌf—üñOÑ÷cM£ïÇ64m3_¥÷¨ñ ãŸ&‚àf£Øõ$3ë9<4|xhø Oø«†a†ym‘zjèÛ²”W¤’˜· @"ýØéÞMtú!ˆž#†>¨[/š79hZøT¤ôciä÷#MQÔ“ „Ž…õ#:X?[…'yo€ÔAL#¿,.e¾ÍNÿeÚ¶íìw™íõÆ&ï*a†aö7½qæƤ> Œc1E5Häiy\›È&²H<$*hƒaãX\(c²ƒoõ³‰ˆšª€¦jˆP7ý x4¨ jsr3w38ÖÂFTçäfþž±^Xááîìp6¨æîg=ó:|"\|RÈü==÷ §ªZÝþÎ|•^µõ»ˆ† ù¬æ³âðÑàúÁ@øT¤ð8¿ð´¸>ŠÆ!Š2 äîçr÷sÊ€ „:«‚i "Æ?Š@éÇRýb曬çš %/'‰jc¶R©ý 6 ÆþŸ\ð®7ú±t¾'w?÷ÞÉðacxôt´TÚ8Fïâ̽\èDø°1üÞ©Ñü£Búv:8>Œž‰šOÍz 3÷rï>|ïäèÌ·Ù-'¿C83÷rïõ$ÉÝÏ5þ´Þ±§]bskéàÔ“0;¤¨s˜ Ã0 Ãæ>€E¶ ë鬳l‚ßÔˆ‘Ed((颜·JYG€EUèä-Pú± TœŠ“Ôzr7Ñ)~EMXX4åYñ+«#£ÁÐñpþû¹ÆÑNKŒ#Fáq¾Zqª§ð8o1:«‚i‰7½ Æ»« ¤ŠøÇÜó˜¼89s/—º9å]O\œ(ý«tëæTñIaòüx¦Õtxç{ ó…‡÷çnÝœ2Ÿ™“—’ÆèQ|RÌ?˜ûú‹[ÖÏÖ'ç>±žÛ…ò·¾˜*ýdŽ_š¬Y´w³ÉËÉÀQ£8_ˆœŠ$ÿ¿ë3ws[H~‡pfîå’—“º®f¿ËÎ}ÿ°sà-›»Ÿ›¼œÔÕÂãBö»ììÿ<ÜT~m!Ì 5Ó.S†af¯Ógž*hM·$W–‹ºAY²CbÙ´žÎV]îèÿkïþBÛHó|ÿ?½x¡þA¼ AZ¡#Ó‘˜À±8¾p… X&‘ȶè@GéÀXÉÕIj}á•} k÷t”O”4r`ŒØå"´rჼFjÈ`5¸I d@‚1¸. .XÁþ.äÈŠ\U*ù_lçý¢i¹ôÔó|ë©ÒGå*i­êkÙÔòJÉ÷›€çS¯Ü-/?/5þJî”C—†Zôäm.ߨõÁ9y¢Í2kë[—ÁdŸe>_ï¯}FÕÈ/æ·_ãpuÞ3^I’¢_ÆÉ/mžö}æÓ~.•WË-Ë%uJõî­­¯I’})ФéöÄÍ­œÝÜ:¡K¡øM5÷<'ÆU!„®ë¢C¸]n©CòõÝ?k÷헉ߓ:¥à@P\7¾£³ZãÛgÅ¥N)ÐxûϘÔ)Õþn£ý²ÙHêÁœ"ö‡1©SŠ]‹&¿K¦¦†>5´~ÉÕðmÚI=H !nýQ•»åÚ¹ƒ66lr6%„¸5®ººe!Dâ¦z.8è|«í M›Ùoˆû ±¸ê[«úNt”Ä«”·7bk’(kÅ´VnT½N[©ŠÒ_‹J¿Rüq©é>]ÃгO²áÛ!'OtØøÚjùéó²Âó‰'Яhfgv[7Õ!<Ÿz3æêËtuv/†ò/óµ!gždBBFÕhy ¯±ntuvÕ®Ëïêì2Ö|Bgæ›/_ mû¸§F›¯WôÜÂä¿Mª‰…ù´¢øª4}{ºôsI×7¯=«T*µÔjb*1 !¼ŸyÕc½½¦fí—qu»·ï|6k|û,Y!uHï4ò®ÚûÏsʹ­Gl“«ÕðmÚ)ÿ½,„ðœôÔþé>Ùâþ{ÓÁ67âq·µ•wÐfËʘ¶éd‚ðÂg{÷=î×lT½îµJþ„,—+Ù án#ë !„( ¦1·ø×R _©]'Ó%wù|½¹çY' :y¢ÃÆ•óÁâË¥¦(oF—ÜU¿¶eS=§½új¹±‘µõ5}Uï9í].•„ëk™'éÐ…p­ÛWQWú¥èSj—ú”Ò/%æ½}¾7%uH‘ÿžü·ÉÒÏ›Œ Ç*•ÊýÙ»JŸbTÆ›+†> ] •J¥Übnæÿ&c×ã…·–ik™&6kl#»\•¿WòK?l3`síöáÛ´ãþØ­ý¢io4Ç#„(¿)ï ŸÍh–TVË{Ҧ͈ö{v°ºd÷šÞâµr_¾fK¯õrYtœÐËkz5¸WÍ.¿*hÓ”óÁè—1¥?¨­”öð‰×4-8Œ~óŸ ä^l†øÒOÅÐÅ¡úGã·lÊû+ÿò«æ—KﯶÞÆº‘y²àùÔë?Ø¾Š†·Fù5}-t1ºZÓ× Å<ó~Œª‘þË‚Âû«ú[SCÔþ`R5š®¡¿:ö•dcÏ%nOÝP_¯,ÎI¸¯§±°W:(P?²H’çcÒˆ^‹Ê²|`kw~ß¿ƒi­-{ò^z{ðk|_y/å}_Oî–½õƘËå>6SâðìËïq¿ß¤fS“ÿ>sëë±èµèñØkJ?—‚ýÊ!™„MóíõÊòöÕí~¼¯)d¬É{Éìó§åŠ.:D 7ýb¨·7p¤÷â>Ð|p1 CÓ´Ìü‚2Ì>^ØA 9NÑØ×‰WYÕS³©ØÿŽ/ÿÕá]×›(½*z©‡éÚsO¿ñŸ¦Ý0å|Éíç!ê?Ì=Jú”Sޞ𥰶¢ÕÛÔÛÆ"X¼*ÔqÕïóû{ÉÙÔöŠú•Ú*„™Ç™Í2®h~¥©WïÔ¼*ÔñD­ÙÔlÊtDV]2 }W­¦Aã-¶YËöòš²¯•ÍªMÇkY‡FÖunw×häê–ÇFc¥¿–ì·ÔÒR~ðBø”·'ЧÌÍgš*iõ[ÓAµ˜ ýÊ)oϹÁâËbæqæÜù·O×4ç{Vë¶Íbš°]vSb§£vxˆhÝÿ=]¹¹®Î®èåH—Ü•{‘7Ý.öóÇ~ÿ²9¶·Þ”¶wÒþ°`œ±Ù»Û:J8|Õhê¶“ã¡Õ¦t2„ý˜BÅ‹êMÕãñˆ!Ërp X?qêtOr6å?ðûüêDBT½Ü;¯qx"C¡ÜÒæKEêA*¿TÈÌ¥ó‹yQ5f¾IÖ[ú±˜yœÝ~ªcdt$òÅP~)_XÌ»\®Äí馤ȕhb"½©_BÓò|‰M7v¼¤½ÜâRf>½\,(}Jü¦*.øiìmc¬>s'YySÎ>ÏeŸdóKùíëRú”¥óBˆJ¥¬Ž'jGÀ¥óʶ?a7®næ^RÓ´ìó§ÙÇ ¹Åœé(l¶ÅöÚtÕªªµj¼^YNL%ê½m¹ L×âp2Ø×ÊfÕ¦ãµy|«·uÞÁ®ÑH_Õ“÷’Þϼö[*v=½~µœ™OŠ…¦F¬~k:(»Éð"—y˜^.BB‘+Ñì³\úAz¹XPúƒõ§·µgY-Ün1í‡ïèl·Í”ØÝ¨"Zöog×Ü£tôJD½™{”jYœíݳ߿Ú=ž´{P²:•nzXp2!M{µƒ£D»çþ;¼ËÅA ¿ñÅoªÅbÑ4…çóÙg ÙçOµmæ^ÒÉÖl«ûê#—Ë%„ˆFÇþ˜ äáÒWõ5½ÜøH—ìnz¤.3Ÿ]Š´» “KëªâÔ™ž×¥e!Ĺóƒ÷gïz<žZg‚CùÅ\íYùÅZ^ðc¬Ê€’_Ìמ’ø×[Óß%Ó³)ï¯éÚ­þiÓÚ-—´9S?*5¶VXÊËݲÂ0 ÿÙÀò«‚i÷¬ŠÐ8ð@¿’~ªuI[ÑΛ ž{‘Ë<ÎÞ½3œM¥þ”Šßˆ] ŒÆCƒJ¿ÒØ«ÆÕú•ôlÊsÚ²Yûma:@«®ÚWui)Ÿ˜šY˜OK’ädcY­ÅÉUžöµ²YµÕ5}¼éï ¦uÞÁ®Ñ4ñ¤Néé_j-[Nž>%úUtð·Jcƒ[•´ømËAÙL†ž3~Ó§;ܳì‹Ón1MØÖ¾ìpJ´;j‡‡ˆ–ýßÃÙUyS†Âù¥œÔ!U#Ыd3 ®“n›ãêöîÙï_íOZîÑM˜vÒª'/ {²MmæÛë•åíýlêðÎöCا)d¬ÉÙTîE¶ô‹ær¹džcR§T{ÖÙ§õµD®Eó/rN¶¦Ãjì†}(š¾“\»˜ª¬–ë·ê–+ås¿4]Ìê¬ôª”¸(þµd¬7Ÿ!¸ûçTäR¸žõ³éÆÎ–l+kGX!„$I6pl,‚ÕÀ+•Šçäf¤s{LŠè ¨ã !Dæqfúv"y/5t)T(¦o'lVW©Tê­™6k¿-LhÕU›ªj+š:®¦¿ßÌúN6A˂ذ¯•ͪ­6hË mUçìO×õÔƒ”:¡¦¿OÛl©ÔlræÛdòÛd—,ÝO(}'¿5”ÃÉ`õtçû ÍÂíÓ~øNöe‡Sb£vrˆhÙÿ=œ]©Gsº®÷xýܺ1f÷§mݳ߿Ú=ž´{PÚó…ýئí^»¿³Å{9@IÒØõØØõXíÀžüSjäzìþÛ „×R©Tv¶5Û:Œì!â>`"=—©¿,¹]îô÷÷Ûºm7:‹Ž$¿SäNY_×ý¾­W¸Ì£tèóˆÜ)[ÞFÖ! è½úê«[W:ïÆ:¼W¬îr¹´7Zí|FY39 !I’çcwöYV’$¥_™¹“Ì=Ïy>q×´Å!ÛUÖʵÓ-¦ÍÚo «6M»jUU]ׯLßžiüUËMв 6ìkµ[ߪλ\—,˱á˜ÿlÀ~Ky½Þû÷îÖN»ÆoÄ ï^ fÿÛ]N†ÝìYV ·[̶¸„]>½eÿ÷jvUca~¡ñ¬mídÿØõ˜Ô!YW·wÏ~ÿÚåj1-:¹ç›æ€_#ö{uût€òœö$ÆUÃ}ºk©]³ƒ)ñ¾^ ¹vhxÁ0ŒR©49‘Hϧã×7Ï }14öµªiš¨ŠÒŠ62wÒŽÜ)Ë’\ySVo¨M'2ó™¹ùLò^ªzïŠó}æKͦ è¼)7^§è¼;èp[­±·¾089‘¨¬ê•U]2¿n0Я$&¡‹!!DèbHP}->{.|!¬N%*«åÊjYH´»-,Ú4ïªUU£_EcÃQŸÏ×Ö&°ZËöòšÞŸgS«ýØúVuÞåºt]OÞKyå±ßR#×ãÚŠV¿1®‰ýow9v³gY-Ün1Ûà~Ú}zÓnÙÿ½š]Ù'Y¿Ïߘ¢\'ÝþϼÙ'Y›ãªi÷lö¯]N!ûF¬:¹ç[v__#¶Ïý^ݠŸG²Ï²úª.ª¢ò¦œ¸üfëØ¾µ–©DøbØá”8àj÷;µçýgñq!È=ËÖ_6¢—#Êyå굑SgzFFGB‚-[›žšž¼=sêLOh(âû½Í§"ºå…GéÌãLò^Rû}t0®§ºé©Dn1×ãó‡†"JÿÖswÃá’V)c¯©·¹Nº•óJp 8ë7ý³¢Ò¨¬êáß !¿¬TtÓëÆ<'ÝÊùÁà@Øjaûma2@‹®ZUµøS)~Cm*cËM`µ–¦ò‹E߯}mÕjÓµ%«:ïl]õZ)ýJéçRò›»ö[*د\9u¦gæ›dò›æ›í»Ëɰ³=Ë~áv‹éd€öûò.§D»OošÃ-û¿W³+õ0=ôÅPs®½I=LÛWM»g³ír Ù7bÕɽÚ4{5%Ú}™ØïÕíá*>Ë<ÉÎ+§Îô„.GD‡4ýíÖgôzÁ°r~ÐsÒ36s8%¸V¸U‡Ýܪ‹ƒT*•¢Ã±í79}°]µYKä‹ÈÈp¬÷X|êó‡sâ€OÁص’“[u9»à LN%ôU½R)'¦¦Ï+tÕÉZÒß§ÉúGé­ì«RýŠ^8<¸UÀAp}ì ^ †žWÆ®Çéê* EÔ›cÔqÀ‡(z9½¡«G± phû'‚8ŽúEz\Ìv_'þŽ5Å—Å@ŸR+Kãχpsì²cGwÓ‹ÅsçM¶Ëñ˜Ì‡d‡¶˜Ç{ë³Å:â>—ºÄí险Dí Sãϼ~·µŠ}]uâöôØ u—Ûe_{Hrú·>ˆû̼çš¿ýîÜùAβãÀ*\O¥_JõÛv>ŠèÞ¨ÔWÑTŸ}]uéçR°_9ÌÅy_oucæö̹óJÏÏuxd©ýï Û¿CSý3L{|þÁ á™Û3º®¿­Ïkq€9I’r Ÿ˜{ž“:%Ê‚÷˜ê7[5þŒÃ¹Ð(ú‡Øš¾v6µ\,ä_äB‚Ów’‡í-èë•åÂR~úvÂ06”`¥Rf냸“·gš~¨‹]‹Ö¿þV‘œMÆ®Åêÿl:ÛQÿçÒR~ðBø”·'ЧÌÍgll¤iÚÈðˆß·yöËþôRò^2ЧôøüñªaõÌ=Jú”Sޞ𥰶¢íò¹µ5~wé(NîIΦüg~Ÿ_HÔ¿¢òÔéžÔƒT /Pºéª…3ßl>žz°Um«±ì`ìúºî?Ð× “Gªbr"áï ø{“ïvÞ¦A›9#,¾öÈt¶l¯pSѶ/fõ³ý$·š«–ì u<á÷ùý½ÔlʼѪPÇÕÚ2ÉÙ”i¬6Ö6½Õ—I٬´¼Î;oµK:ܔە^•½Ú?µ,ŽÍ Üñîï¤ñw·¯ù°ê@Óþ^Wü±¨ÞT=è²,‚ ÒöGûã¡iµ­/wÛÚù¯×{k\\ŠL¿]ÆfÔÇ{X¶~¿rÊÛsn`°ø²˜yœ9wþíÓ5^ ÞÏkq8D / ñjãuÁ ®—‹Å¢béeQ×ׂ­ÿ\»Æ^¿ZÎ̧ ł̓FFG"_ å—ò…żËåJܶüŠÐÔƒT~©™Kçó¢jÌ|³už,·¸”™O/ JŸbú5ìm=·ö—åÚy/ûQäóÙg ÙçOµmæÞV›K?3³µ§[­:y/Yx™¯=ÞxFÍt,;»Ü)”ô\ºþHzn!|1(wJ3w’Ë+ZöñBöñÂòJ©±óV Æo¨…—…ÆLϾ^YNL%Û¿ïo¯pSѶ/fõóŽç¿é0gî%5MË>š}¼[4ÿ¢±™;ÉÊ›röy.û$›7»6Ãfcí`Ó›VÕ~6õiÙù¶vIûumêE.r%š˜HÔ>‘©eqövpØø;%²˜6Ø>uk¿ñÅoªÅbÑ4…›=ì‹¿½ÚNêis¨o åÞÎ ›žÔÇ{(¶þ‹\æaz¹X]E®D³ÏrééåbAéòZð¾^ ¾U‡Ý|«®a#¿‰>q÷ÎôÈh\qö®xû-zs2¹¹û³w#_FƒƒC—Bõo×kúš½ú?}Jô«èào—˽õ‚gö e—Ö e@É/æ›­ÿpîüàýÙ»§VŸàÅP~1W[ °”—»åÚ ügÛ?°Ýç6Ñt§N÷ü}ê9íBh+ZäZ´ö±§N÷ä¨/iµê@¿’žMÕžÞØ¦ivÉúÏúk}k\{SçÄŠ¶¢©ãjúûô^œ¼!ÜC¦Ãl*‹é+•Šç¤Çf›µƒMoZÕ–«°Yµ}çÛÚ%[ºûçTäR¸žöö|owv¶š6°šºR§4v=6v=VÛˆÉ?¥F®Ç@Ètl·øNgÂ?;›«eY–[öÄá®zð[Ÿ×‚ÃóZpH÷ù"êñx¦o'—"µšö’è—Ñ‘ëñ±¯Çš÷˜aFíØª¯n]Zêõzïß»+„ȽÈÅoÄ Ky«EGcñÑ‘äwŠÜ)ëëºß°ê°ÛåNg¡p7ϵEY+×NŠ”µrío†ÎWíùØUú¾ö?z%:}'¦¦‰·/B.'¯»?›ŠßˆG¾ˆ.̧ë?4-£ëúÕá‘éÛ3ïôÓb¶ØÁ¾­µ7•ÅjíV;»fºLËÕÖ¦7­êŽçCËÎÛí’íoÊÌ£;Ÿ‹; IDATtèóˆÜ)G¯EwÙó]îÂm•Èt첞ӞĸêïÝ:¾™î€Î‡Î{ÕâPß =—©ç×v{rT¶>¯ðZpxpí> ügýµã~ý‡&±kÑ×+˱·Gê:ßg¾ÔlÊ0ŒÊ›rãõ|#×ãÚŠV¿ÑÇæÁF†aȲ,É•7eÕöºÒ¡/†Æ¾V5MUQZÑj•v¨ÝçʲÜx›—Õ(Ô©Deµ\Y-«S‰ðÅp[«]Œ¨ãjåMY_7&§{ÛÿF½}}]Ÿ{˜–$ÙëÝ<Ó¾0¨N$*•r¥RV'Ôð…pËv¦oOûÏúh~-ù*Žú|>'³¥©ÂíÚþtÓ›­Ön%|!¼µM'Ë NN$*«zeUWÍ6\ËÕÖ¦7­jËUX•·eçmvÉv‹Y;µ™™ÏÌÍgê·þïx&ïfh‹ÕØAŸG²Ï²úª.ª¢ò¦œ¸üÆgôhyó]ÒÕíŽÖ?²3د\Ñþ®y?õ&¿™¶yðÝÖ¦'§&¯ŽŽ¸º]ѯ¢Ùç9ËÜs9"„¸zmDû»æùÄsëzÝn÷¹±ßGCacݨ]µi5Š@o 86ªFèBhl8ÖÖªc×¢†¡‡†Âúº1ö‡ØÞöûIõ¦š~pk€£±ÄÔtðbXÆF£»Ÿ3ÅŸJÅŸÔú½€µÒYÍ–¦ ·«ééÅbÑ÷kŸó¹jel4¦N¨ÊùA©CŠ}]úÏ%“UÆ å¼"uHÑ/#Û—i¹±ÚÚô¦Um½ ‹ò¶ì¼Í.Ùn173_·¼ð(þ<"„Žíx&ïrpÎjì ñÑXêû¹øMÕ0 —Ë¥ô+ÓßÎØ=Z›¶¬“^Ùì¶µ|&I’çw OÉ=ËÖ/æq~d>Z[Ÿ×‚x-8<¸U‡Ýܪ‹]rx·(@ä‹ÈÈp¬·7pÀë-•JÑáXþEî(íHwž£Øš8'·êr1éïÓ™õ'§úª^©”SӃ畣U«#ÝypŽ‹y;äúؼ4 <¯Œ]Óy î8†øëí+z9R»‚–΃£Øš‡óÄ}Ä}Ä}Ä}Ä}Ä}€¸€¸€¸€¸`×:(>X™ù4E6‚a©Sjz°Kvd /sžÓ^â>°ѯâáØ+¼ÌùÏ*ÔÌ10Ͱƒ²»?ö¬éå÷Û‡âOâ>Ø%ys L3ìyÙæm@ñ§Â.[ îâý¾kÇ%ÙÐ`Ži†ƒÌÙ‡·êÇq î î î î îãÔéž½jªX,ž;¯ìaƒ;Ú±du¬ JL3 %>whãUáõÊòÞ¶™¸==vC žWŽßÐÀ&Àa;V0Í€÷¨™— U£þȉ)è Ë’DÜÞsüjüçë•åí/“»í,ý\ ö+ÛtØrc'ån9ÐPoŒ¹\îv»ñ!'€S§{<Ÿz~xö´ñÁs絿iY–ü Ȉ{u0‘:%ÏÇ¥/½•ey7Ç ¦p„èëkš^r}, !DÕBT*bm]‘%÷Át€¸¼Ï—FcÝhÜ ëkt¾êú’•U=5›ŠýïøÂ£4Û®-’$å^ä”·Y*÷<'uJ”{~01 CÓ´Ìü‚2Ì>^hëyÓ±À{¡é':…¨ê†¢*„$ aØÚ¹vpªé|ퟧN÷4>ž¼— ô)=>ü†jF}ÉÔƒT /`ß‚éomžÞÄÕ-ÆJ-Õþ©iÚÈðˆßçïñù¯èº^{|i)?x!|ÊÛèSææ3Më²úíÜ£t O9åí _ k+šý*6—ïWNy{Î _33çο}º¦Ù—«¥J¥ùÏ­&Ir6å?ðûüêDBT…ÕìµÚè3ßl>žz°µ-vR ³å…úºî?Ð× “Gªbr"áï ø{“ïvÞ¦Á½±ôz½·ÆÕÈ¥Èôí™–ûQ½t¦G›&¥W¥@o õ0Í4ûÀ§¡ÍËxNB¢Clþÿ÷]®k¼È'õ •_*dæÒùż¨3ß$ë /ýXÌ<Î6³ßÞ‚Ó§7ÑWõ佤÷3oíŸ#£#‘/†òKùÂbÞår%nOoFÛëñØhìõ«åÌ|ºP,4_‹ßæ—2óéåbAéSâ7UûU!r/r™‡éåb!t!¹Í>Ë¥¤—‹¥?XºM¹ì³~èRdéÇbèÒž%þà@P×ËÅbQ±ô²¨ëkÁÖWM˜Öʾ¼GmZm›':©¶Ã>l_õöYj5Æüb>ûl!ûü©¶¢ÍÜ3ŸüV«NÞK^æk7nÖ¶Ka¶|Ü)”ôÜÖß¾Òs á‹A¹Sš¹“\^Ѳ²–WJ·ip7"C¡ÜR¾å~T/]ËcEîE.r%š˜HD/G˜fL3FÕÐVËÚª¦­–µ”E‡!:„8!¤Ò‰ !DååÊæšQÝß3ý¹\.!D|4:öÇÛ‡¾ª¯é鷺.ÙÝôH]f>ºqØrf>ý*.„0mmûµûÛ/¬oºØôÜùÁû³w=O­ÛÁ‹¡üb®¶X~ñÓ?Ü7¶ÐÔZãZlžþιÃNéé_<§=ÍuCPò‹y!D O‰~ü­ÒØ`}]V¿-,åånYa†ÿl`ùUÁfMË÷œñ›>ݪ\-³~¥RÙüƒ†Ë•™OÛ_‘™O !ì7ôë•å¹G™Ü‹ÜýÙ»‘/£ƒÁÁ¡K!«­l_+ÓÙL’úêÚ*—Ãj;ìƒés›*`5I~È>­Í=mE‹\‹æ_˜L~«Uú•ôlªiêî²ÛÇ®iZär´>Í}Jmþ4®½©ó-‹é|޽óPUœ:Óóº´l¿5–ÎêÒöS§{ÿzkú»dz6å=ãeš}°Ó û¡^öí5ï’ÝöÛbi%ÿô—LW§$:„†ü±t¢Kߢ*DUk]zŨý¼¶.Ÿ õžØwÃ*ÞØ‡¢é;)Áµû@Ëó÷Ε+ås¿4ýÕnŸuøôz'u]O=H©júû´¢ôª”¸(þµd¬¿sÎ 5›œù6™ü6Ù%K·ÆJ_ÀÉok/EBI’êÔ¶ZEÓòVO·)—“¬/„¨T*¡K‘–‰ß‰¡K¡é;ÓÙ'ÙÒÏ¥ôŸRNžbZ+ûò:u»årRm‡}hù\›1º=îú›©qëX­ºR©ÔŸ¾W¥ØÞÇÓó©'û,fŸdýgýµ¾5®½©óN ²•ÕrýV]›ýÈáľûçTäR¸žõ™fL3UÃÝ-u¢£öŸ!:ĉ±Q†aˆÿ¯,uÃ0ĺ! ׯ>ŸÝ'î{Æír§¿¿¿óèÙ! è½”ê«z»Ï–e96óŸÝ|QŒŽÆâ£#Éï¹SÖ×u¿oóq¯×{ÿÞ]!DîE.~#^x{E“ß6±ZÅ~”k{ÖßãÄß!¢_FG®ÇǾk>.ZlÓZµ,àŽ'Éng×Þ5e5ƲV®¹,kåÚ߯Úó±«þô}íôJtúN28L=L%&o“¢ËIç÷Pz.Sϯ»Ü„™GéÐç¹SŽ^‹2͘f8$NI!þËØâDíJžŽCÆ!66ªB†QBÈ› ï®ÝvN–åÆ{Ô†¾ûZÕ4MTEiE·Õšï3_j6eFåMy—o꺞¼—òþjó•Ì0 ¹S–%¹ò¦¬ÞØjmäz\[Ñêw‰5±ÿm«U8ÔV¹\.w~1W»´·é¿übnOÒIìZôõÊrìm`j¹]LkÕ²€;ž$»œ]»iªiž[QJTV˕ղ:•_ ·µêÐň:®VÞ”õucr*±¥èí èëúÜô$É^ïæéðð…Au"Q©”+•²:¡†/„÷éˆaF©TšœH¤çÓñëc{²ÕöŽÌ|fn>S¿ãœiö!O3†06„ÂØ¨n¬årUÓ«ZÅÐÖªå Ý0t½ª†!ªûþ'Î¿†ÂƺQ»¢¦v“ÜÕk#Úß5Ï'ž[o_ΚžJÄoÆg¾Kºº]#ÃÑÜ‹œ“gÕ/ß—;%ÿÙ@ò›»o[›žœš¼::âêvE¿ŠfŸo¶ìW®h×¼Ÿz“ßL7µfÿÛm6_…Ó`»+×±Ú.¦µjYÀzËÕnSMóÜjŒÞ@p lTÐ…ÐØp¬­UÇ®E C …õucì±}-EôJT½©¦Üßàh,15¼B‚±ÑèžÏ¢Ú~*I’çw OÉ=ËÖ/æÙå~´™ø»å…Géðç!ŒØpŒiöaN3ÆÄ_]ÓÊFÇš8aˆª¢v½~-ƒKB2$‰s«.»÷u«.Žîo;òw$1ǘfL³c_öÞªûóœ„èØâD·±Ñ¹ùIÙ¢*N¬{7V¥ÍÛv þ,Ê­ºÀ‘áóø]]!ŒBÒþ¡=­¤Äæ·ê !„X•]QÏ¿x6„!„ä–»öµ3Ä}`/I’§{ó¾² !DE†Øº¥*\ÿâvu»¦3Ä}Àn}°—X€i´t¢vÉþºxûuZ’TbŸ?‡¸ã„èpKb£–ÿª8q€+'îûEîìêéîݨúêœè–¤Î®ëqØ/R‡4Ôyàk¶€c‹¸[\̃]áe®øS:°¡æ˜f8–8»Ž›7ÙÐs L3[œÝÇmæIIègaáýȽaCƒ9¦v"zô‡ÀÙ}àØ"îÄ}G ×î„B9ëUÎú<Ÿ¸eIÒ Cû[9÷²˜{Y¢2`ŽÛ¡;§‰ûð¡swË·†#ƺ‘YÌ/Ïeõu]î”ý§ÝÁ¾@è|`rv¡¼ªS%0Ç€£˜õ‰û@“§oDÓOrÙÅbýA]×s/õÜËR°Ï7}#¿"9ÔyN{=§½Ä}à¨zzïÖàð$uÀâÖµH-‡I’¹ ¼W·\YÕó%m3ŸuH·®…G¦RÔ »œc¦¿eŽû[uMê•P°¿wó-p‡ö÷ªWB”Ç›rÖkFv±(uJÉ›ÑP¿Ïå’E‡p¹äP¿/y3*uJÙKFU(g½” »™c6Ë0Çâ>p3¢j$†‡„‰á!Q53”Ç=Šù²‹y!Dt@quËM¿uuËÑE‘}‘œõQ.ìfŽÙcŽÄ}ÀÞó|â.¬”…Ÿù‰ÕÚã…•²÷c7åÂnæ˜=æ@Üöz%$:$õÞœB½7':$.æÁ±'K’¾® !äNÉ|NI¡¯ëV ç˜=æ°¸UØ”˜m¸t§*²/–²/¨ Ž9Ý0äNY×u}ÝeÉ,„B¹S®ýìx޵xWÀÑÒ%è£ /s»ù ÎîÍøX|8´¿•ý§ÝBˆ|Ñü«ŽjûO»K/S.ìfŽÙcŽ6Y—ŸñÏÙ}øpå^ƒýÜËRêYÎÆÓt·neUO=Ë !‚ýì‹<åÂnæ˜ýbÌ1EkúA¼GÝý÷yqv>ä(V’:D°Ïg¬±©TæE±RÑEUT*zæE16•2Ö`¯Ô!ZÆ5À~ŽÙf}æ°8»´ÉÙ…éëQ!Dv±˜šÏ¦¶å°È@ ~›ï?ÂÞÌ1Ӭψû€ýR^Õãߤn] +½þì‹|a¥¬¯ër§ì?íö¤¿*¯ê Ì1€¸8ªild*¥œõÎú¢—‚²$é†Qú[9û"Ïõ`ŽÄ}Àq{Y"x9?ܪ ÷÷÷ì/nÕÅíé½[XÑþ§Ärv8¶ˆûqÀQõûÀ^Òß”µÿ·$:„´ýwU!„0¶þ½áùŸŠ|ÒMÜކµ_JÆË¼,IRUˆªqBQRÕ0ªBüׯFUˆªaaTÅZ‡]nâ>p”HBH†q¢*¤ª!U…ø¯ ÉØ$ªÂ¨nˆªUCr¹÷»'Ä}`T…0 cmMèºdl†aT £*6„BUcCCî"îGŒaúƆ¾ªKëk’¢Cœè”6„$„0¯Ý—$â>p”t}êÕûz7sý À»ËHbóFÞ®O½Ä}àÈOº}ŸGIgøÜ}àØ"îÄ}Ä}Ä}Ä}Ä}Ä}€¸€¸€¸€¸€¸ÀJ%ÚRx™+þT8]åì>p<³¾àì>ÐÏi¯ç´÷¨ô–³ûÀ±E܈ûˆûˆûˆûˆûˆûqqqqqq î î î î î îÄ}Ä}Ä}Ä}Ä}Ä}Ä}€¸€¸€¸€¸€¸€¸÷÷÷÷÷÷â>â>â>â>â>â>â>@Ü@Ü@Ü@Ü@Ü@܈ûˆûˆûˆûˆûˆûqqqqqq î î î î î î îÄ}Ä}Ä}Ä}Ä}Ä}€¸€¸€¸€¸€¸€¸÷÷÷÷÷÷÷â>â>â>â>â>â>@Ü@Ü@Ü@Ü@Ü@܈ûˆûˆûˆûˆûˆûqŸÄ}Ä}Ä}Ä}Ä}Ä}€¸€¸€¸€¸€¸€¸÷÷÷÷÷÷â>â>â>â>â>â>â>@Ü@Ü@Ü@Ü@Ü@܈ûˆûˆûˆûˆûˆûqqqqqqq î î î î î îÄ}Ä}Ä}Ä}Ä}Ä}€¸€¸€¸€¸€¸€¸÷÷÷÷÷÷÷â>â>â>â>â>â>@Ü@Ü@Üpð:(>XÁ°¾ªS@ÜŽ!©SZÓËÔc\Ì÷÷÷÷÷÷â>â>â>â>â>â>ðÁé øÀ:Ýã|á×+ËT !œÝÄ;s0©TÊ‘/"=güáK‘J¥|`ïdò]Ó1ëóq­€¸|(&ÿmòÀÖ¥ŽOúÏ /óÊy%1µ¿ë=<Ù‘»·¥ žâ>àÔ̿ϨãªÃ…õU]Oú”SÞžŸ?òe4÷"ßÖêò/ó±+QI’>~©`³¤¶¢ú•¦lWZÑü½Ôƒ”“užk“ŽèURõÊïa¼ÞY)š:ÀUg€:®Ýl³þÿIL%žþÇS' WVË¡‹‘ÁÁôÔÛí6 £P,¤¦”þ€ó5ë†Ô)¥¤²Ïr‰©„Í’¹Å¼Ò÷NËÅb1:KÜTƒ‚l»ƒ|—B¼ZœÝ,%¿M&¦ù¥¼Ãô<ýM2|qðÖÍ1Ç#I’,ËJ¿’þóæ‰öS§{RR¾Àæ‰Øª˜œHø{þÞÀäDBTß]õw©ÔwÉàyÅfuKÿ™ ôm-°´”Ç’ßL›ö6y/èSz|þø Õ0Œz—ê?Ì=J×þ(¾ÖV´z›ƒ§¼=>en>³õ.è›ÍÖÿŒ`ÚBó¨[õD‘œMùÏü>¿ÚP–¦³×-{.ªBWý>¿¿7œMY}7]—M'ÇbÕ%«úÔ”^•½ÔôUy[¶³}¼õþ˜üµÁºVc4¯'€¸3ÙgÙ‘Ñ‘…¿,xåuø”Ü‹\èbÈ. ÿXÌ<ÎÖÎÏÜI.¯hÙÇ ÙÇ Ë+¥™{ÉÆ%ªQ(Ùž0®ŠüË¢Ò»yv?û<7vCM?Hõöšü%!õ •_*dæÒùż¨3ß$M:¿¸”™O/ JŸ¿¹yñRìz<6{ýj93Ÿ. õ˜Xx™¯µÖx3±i M£vÒ“üb>ûl!ûü©¶¢5•żìf빓¬¼)gŸç²O²ù%Ëë©L×eÓÉÆ±X¾K´¨Om†D®D‰èåˆUy[¶³}¼µþ¼^YÞÞ1«:ØŒÑj;ˆûÀ–yœYúÏ¥ú?+¯D†"Ñ/£J¿â¼}Uw»ÝõÖζ6žOMŒßru˵Ÿž,$ÆU—Ëír¹ã‰…Ç M%ÆÕ™Û3¦ix3w‹ÞOw^É-æ·÷¼e M£vÒ›²X•}ûz+•Šç¤§©A‡ë²édãX¬XÕçîŸS‘Kaï™­·d¦åmÙŽU­:cZ›1¶Õ>€¸ ±k±Ð¥Pñ§b /…/ }>äùÔÓV#JŸ’i¸ÀÝžËå*k›ï ÊZÙårm_&z9’}’m|óPÿÐtŸnèRhú›éȵhîEÎ$ÔºÜùÅê-8¿¯ÔëõÞ¿w·ð2릿¯=èùx«çírÒó²tˆzôÔWu'åÕÞhM :\—ÓrYtɪ>™Gé…'OS³)ûò¶l§-VuØñ”÷#iìë±…¿,”µrèR(ó8£¯ê‘/"í6¿K?^˜œšÑ4Í0 }Ý0 ß5á ƒêD¢R)W*euB _o_&ÿ2ï6;¬¯Úß4ŸÏ÷Λ~%=›ŠßP3›ßr }14öµªiš¨ŠÒŠ62w8¢‘ëqmEkº8t1¢Ž«•7e}ݘ´ýì íœôDJTV˕ղ:•_Ü,‹ï3_j6eFåMÙÉåá ƒ“‰Êª^YÕUëNš®Ëa¹¬ºdU—Ë™ÏÌÍg’÷R6åÝYeYÖ4Íyv<%GÄ lq}ìZøË‚zSùv&x¾íϲt¹ÜÙÇ Ów’ᡈ¾ªË²ì?ë_øKÚtáØh,15¼B‚±Ñhãokíx>õL›å¼üR>pÖ·}÷õõ¥¦"W¢kÿX‹^Ûj°vcèÕk#Úß5Ï'ž[×ÇŽ(د\Ñþ®y?õ&¿™Þìùµ¨aè¡¡°¾nŒý!ÖV‰œô$ЄªºÞlz*¿Ÿù.éêv GmÞGm•w"¡œW¤)úe¤ñÆŒ–ërX.«.ÙÔÇÕ-/: ëFÓyz«:ìxJŽœj¿ŽFÇþ˜ 8„ôU}Mç’†.ÙÝôH]f>ºÔÞYùS§{þû¿ÿ»éÁäwÉØï›ÖG}tH®yPÇUϧÞZbCK¥R):Ë·z‡@GŽ}(š¾“œÝLmÏú‡Jn1Ÿþ"Êf²79•ˆ]1ª‰©éÁmß``õIüÇï*vû:Ž=â> >ú裣ÕaNÐ:áúؼ4 <æC‹ IDAT¯Œ]ûX¿³:ˆûÀ1Çg’WÑË®w¢>™ î î î î î îÄ}Ä}Ä}Ä}Ä}V:(Ž“à@¸KvSâ>Ž!©SZÓËÔ †‹yâ>â>â>â>â>â>ðAØüÜýà@X_Õ)Ž„ÂË\ñ§up÷³Ï¨à\p ,uJMfæÓûÚ¾sÓwR¢ñ[uC—"l3À¡.Ù½¦—·?¾W¹Úªý¶pí>pl÷â>â>âþÎ%葉^‹Ú,põËhr6µßÝ8uºçýó½WÀ‰âËb /ÐT«Æ:æAg?6ë~O•÷Þá#7@ˆû‡—a©?§nýQµYæÖ¸šúSÊ0Œ#›Ú摨@â›é™©é×+˦Õp8ÌÃ3œcÍqßÄä홟¿Ç矹=c•9Î 6=xîüàn²Hý¹dŸåü>¿Çã±y¢ÇãñæÍ=Ï9YEí?ûÅR³©S§{RN075U‹¹;àd˜SúþÞ@üF\×Ûû:¶ÒÏ¥ÞÞ€U5Óùp>@õª’ûÀãþÜ£L~1Ÿû§¹ÿxš[ÌÏÍgL“$)÷b+åžçvó½9¦1&æ^dƒ‚-ŸüÝ`öEÎÉ*œ$òÔ£ô­½•z”>° ãp˜SÚ2Ù' †a¨‰¶ºa¬ ßî°óa:ÚŽû ™…±c®“n×I÷ر…¿˜oìZ4yoëüwr6»k\ y/èSz|þø µ~aÆ©Ó=sÒ>å”·'|)¬­hõÇŸ[ÿgáÕrà×¾úãKKùÁ áSÞž@ŸÒø>Ä÷k_¡XØ£äëêìŠ^ŽtÉ]¹ùí ”^•½ÔÃt­“'Ë·FQ“ oÀߘœHˆª°~Ó0Û­ÞÞV ÆÕíNL$ò‹ùúªSR[×å› °± ¦Cp8L«áú•ú37·¾¶¢úû¢5õ\Oø}~o é8íÖ|Kûm6v©±bïÞç`þܦR[ôG­õ'9›jÙf¦i#Ã#~Ÿ¿Çç¿:<²õ·ý(x_q¿ôKÉf3øÏô”~)™.êz¹X, !–^u}-8 Ô›zÊ/2séüb^T™o’[yzq)3Ÿ^.”>%~³ÅeÜúª.ÿK×Ö{ŒëñØhìõ«åÌ|º1ºÝn}Uß“Í=JG¯D„ÑË‘¹G©ío"W¢‰‰Dôr¤všÜô|ùÌäòŠ–}¼}¼°¼Rš¹×bøMÃÜAõö°V–~,fgkƒ5`cALÿ†à|˜¦ÃQú”¥óBˆJ¥¬Ž'járéǼүطöNÏï%5MË>š}¼[ÌíÉŒÝA›]ªW,1•PÞ¾u±ynS©Mús'YySÎ>ÏeŸdóKy'ý©‰|1”_Êó.—+q{zÇlk7»q¢³kéí+¾£¸o¬r§\ûYî”uË;&£WF’ߥ„wïÝ^y74gªë¤[î”Ô›êÓgO뿚žH¸\nI’¢×¢¥ŸK-:S}gíR‡T.—+«e—Ë==•ØóbUÞ” ÅRí‚“à…`¡Xª¼Ùú*㹇éøM5ý ¥œWìÛYx²W].·ËåNŒ'/Ø¿i˜{U½]•bUW'¾@ý‘Äø-W·Ür€Î·¦Í0M)ýüRQ±ðYI’2O²BˆüRQé Ø·öNÏ/$ÆUW÷fÏ÷¤æ;h³±K›o–òé‡é»w¦wVœ¦éwk\uuË®n9ѵ[¶ùôÉÓÞÞ€$IR§¤^çß&ûý(Ø«¬Ÿ{þT¼MYNž#uJúº.˲B_×m®Èºš¾3}’-ý\JÿéáåJùÜoMŸ%¿M9’$µüô—ËUþǚ礻öÏÔlræÛdòÛd—,ÝO(oÃh¹\–ß O;“z4§ëz×ßøÈ­cµŸïþ9¹öžñ¶ÎÊ•ŠÛ³Ùg·Ç]©Tì‡ß4ÌTo¯* Þ^("Ër /W¶…ÛÉoM›aš'ÐPÇBˆÌãÌôíDò^jèR¨P,LßNØ·fÓó=™±;h³±KBmESÇÕô÷iI’Z>×Éôóœô´ÕŸšÒ«Râv¢ø×RÓ›üý(ØÃ¬ï=ão#î{?õ^-×’táÕ²÷SëtÛ!¢_FG®ÇǾkjÛír§¿¿ß”iìtÃ0jY§ñ*ÿ™žâKž“¡Í¾y½÷ïÝBä^äâ7â…·¶(þTôûü»¬—Q5æò‹?Ô»]yS†Âc×cR‡$„ÈÈr´Õ'Ç»\®²Vöœö!ÊZÙårÙ/ß4̶«·G¨qr7s»lw˜¦Ã‘$Éó±;û,+I’Ò¯ÌÜIæžç<Ÿ¸kÓÆaÑšz¾ó»wmêº~uxdúöLã’»ìöF«}R[ý‰ŽÆâ£#Éï¹SÖ×u¿/°E{˜õÝÝ›aÌÑÅ<áPpæöLåM¹ò¦×jîÕ¶Žë¤[9¯‚³þú_ÞZ¶9=5=y{æÔ™žÐPÄ÷?z÷µh`¯²¾"óx3¯~T»è"> ]Š•ñ$壘?åï[éÕÕkQßoõ¿0D¾ˆŒ Çê_ötl†iãUÀÉ0›†ƒÝ(•JÑáXž/1`׺d÷š^nz03ŸÞ«\mÚ¾“¬_ûçØÍÄQûÚ59•ˆ]1ªc_«=^Ï-> €c÷­²¾÷Œ?x!$Þª à¨s}ì ^ †žWÆ®sI=ÇM֯ߪKÜ>ÑË‘èeþ‚À‡‘õ?öÔ¿5럨pœ²¾h¸U—¸«¬ßø­ºÄ}à¸eýú·ê÷€ã–õeyóÚýÍ[uƒá.™ï½veÿrµÛåÉ#fÎyÎsþ=çœçœùªªÀ0 Ã0 Ã0Ì^D€øâ¬†a†a†ÙK¬Ÿ-Éûb>1Y# Ã0 Ã0 ³Ç€\"—V¯¹€/L…œx×iŸA¨°¾†a†aæõÀ]1÷½O+†¾¥50ÂG>¿‚ˆ`/SæÎ}ûYY¼Äúý«a†a†a^iVÌ}@~V D'd$ë¹í,;Æ!½R%Ã0f®‡ËŠ373–?@¸Ï§ ²úf˜ÏÍ@t"Êé}s”Óœ®W3¯µæ¿ ÄÏÄ5Uó’ð*¤å•Õç›Öþ0Ìž5÷ ž<;F‰ÀEý€n>§òO¦ìÚùïç#'ÃÆáðô…dú‹cçRs·sD„lñ3Lo%¸?Bxå!9s3ã ·_Ó~tûF@ädÄ;' ó÷Lþ^þµ°<<ÌŸÌäåd¥ÚùtmVù»«y”0r* éÃ:ˆª°žZ©+©-èÙúÓç§­§Öž´¡ëÍÎ:Øjg˜7Ž5Î<ž¢p}êÛ¸*Oó%³¨hvEˆ'åâ÷ùÈ™ÔØñ0U, €.k‘az%z*šù*Sÿ|2ÚR»=øÑW¼Ù¢Åy"Rÿp<’¿›ßDÈî.+Çx׈œˆ´ZÉn?•Ù&]}mo7Pþ«¤yôcêZJÖ³ßeSRD¤Ò£Ñí(Ä›×·~¶v¹Š LŸÐæÿg¾?swÏ0¯'Þœ~ÝÜ÷¾h‹?•T#.ÁR…¥HhÙŽâÓvÈÅJ¹w/ל®NzÛ,å˱cÅGÅJ¥Ò"0Lœœˆ!DñQ1óU†ˆÖ‹ÚøÚV™-77Âï´Í©-(ìèXìTLÖˆ({;›ÿ>ß‹„[Ð|Ç?ˆëôìíìÜݹºþ*—Z½s³Q·$§ÁjZŽG&NÕœ»37õç©N©^_7›ëN§Â0 }nØßw ¶ûOÜÝ3ÌÀùúÖ×-W>9óI/x·5^ÏoëÕØpA :—ËÓ² Kú¹h>s OÅ̃JÉk5k4MW†d€Z}M€ÿøÿºÿ@öv$ˆžŒ‚ ÑSÑú•Æ´™ ‘‘Ä–eÅ>ŠŸ&"Ç#Í!4¼˜<79û×Yý€>unjãÖþm—qÀˆŸGÆÁ…©óSÆ;ÆÌõ™èF³sÙèDÁ…ñHÝ(Œ{·mJïfÈÝÍåîæê“Ík5.„†““äRòr27ß6ÒfåLœœH|š(?*GOGËårüÓøÄɉ õ¶…Üœ¹>.LŸŸn“A. âä™ÉèD³ÏFŽGâÆÛÞÖøºaº:~^ûµmNmVù'&’Ÿ%EUÄÏÄgú°Þ‹„[Ó|‡ÆBPø¡Ðö×-DÝ’œÆWï©ð±pâO‰J¥û(6}a:|,Ü£þ××N…aGKroÁn#·äüÇ;c-´®ªõðÈ×·¾^*t¸M€ZµV«Õ¼ÛlÐ’§SŒZ¿BfA„ÇcÇõrÙ,ZeCǯ«/!p$Dh.þlà ‡Gc Ó –e~(DNFæïÎGNDr÷rö3ÛûÉ«}'' óUÆùÕ™ûn.öA,r2Òì€Û¨¤þ[ÚùÕ¹ÿÿߟúlJÖz ¡Á†w¦ÿ–vœzíVü ¸`=·œŽóÈ)=*5Õ,Uïhok¡±õÔòB³žZ¡±úÑùuµI‰$þœ°+vòbÒ²¬N‘6_ñ¬ØÌíŒó«“ù.9‰œˆdç²Ýõ¶~¦ñyÕÔ[‹mÛ©ë©Ô•Täddþ¿ç[¤Ê|“iÌÝ&þœ…f>Ÿé$|ó×NéÚðNïk§œjIQwåGNEàÆç7¼òÙ,yß5ß½h5e¬gVÛîp;™ÞV§&`æ‹Û¶àÆ7¼ ÝðÁõug³…¡¿%ySÁnã†Q0 ³}bÄŸ³·³Ö»Ø±Õ©Ãµ¯.͹+Î<¦i6vVH@üJFócäXHC,•ËèPöSñ9Eöiú!%8J\H5/d3 Ó…J¥2û×Ùðñ°×ÙÏ|>#–Eã'Xq&nî_õa½¹Š56›-÷ªµ½Ñ¦¹þÌõ™é‹Ó™[0Ÿ˜3×gÚJÕ»±Ó1Ïò~Í|“I]IEŽGf?ŸmÜÿcf¯Í6G·>Òæ+ÊRÞ…Êrýʆzëžk®çîä‚`âÓDÃaÉ»Ù8lLýyjÔõŒT‡äNùØòµSº6¼ÓûÚ=§wvW¾—‰åryÍËX£ù^{Ùö¤j›ÛÉô¶jlhÀ]´ÔÓ 3±¹îl¶0 º$w vù»g˜16Uµ{é³jTÏ™§uÒUÊUÕ®’aްI’˦¥ùÑ"EÖIBóg;uý†ÏÝg˜ÍàMðkª6{¾aC¬Ú4ÂGãÆhýïðè¦Âï=„MÅ5wg.x$ˆ¦¿Lï³×g·+€Ñ÷£º’Z4ÍEèûÑæ·y$Î$ˆhæó™NSìëq–PeÔ!µ!Ò¦XÞØ@ÿ©+)»bÏ\_3ÿ}ã‹¡±Pòbrôðh0ìô¬'Þ6i ¤SN­IÑFÊ·ŸÛ í×6%ÉÖ4ßcÑ*üP€Î›Mû’ékŠñstU¯bumË™ØcaØDmì€bd˜7–<øGË߀béòµ™ß¶½Jà mAŠÒGtýhDèáÚ;‘±ãa”ܽ¼ùØ´L“³“a6Åä¹ÉQcôêõ«ëÊ|›€é‹Ó²,#âØÑ±¯¿ùzS÷¦âºñÅ Ã0Ì%³ð°Ð˜'oIPV7ìÄÉ Y–‹ Åf3´¸P”eyâÄDã¶…G ‰³ réÆÍžEÛH[ÌGˆŸ‰£ãÇaíRCß!¢é ÓÆ»FóEŸäG8(áÔù©5ã½§DNDГç'›êž®é”S›R¾—‰—þë’ªª²_¾táÒà4ß‹À0ûŬõ³•øcâô‡§å!YöËcGÆnܼ1 L÷Üo¦.NÉC²<$_úìRú_O—°+%¹K°;\w†ÙpÐûSï{ï½cïu¿§ã}EÒ–ìȉˆ> º +¨¨€ èôšK•%ÁÃ0ýbî»9±,âǽ¹ÌR¹Ô8µ³ï!l*®ìlòBÒx×Êÿ*§®¥¶Úä¹I/o"¼Ç`=g’Ü5ç~äîäBc¡ØG±æó@gé›éÔµ”¢(™o2ë#]c¨ÝÊ „§&¢ïG튺–šûnn ¹V.—ÓK'þ˜h\IœO$/&³ßfíeÛsSi¼˜L^N¦®¥ìçvæ›Lc ÓV™èH§œÚ”ò™˜¿—'¢™/fz‘pkšïE` *E߯?ŽÇþ36}~%B,š‹ÊôÜÝHàcë©•Ë†Ž†zÑÿzº†])É]‚ÝùºÃ0{› íï¾?Òýñߨªª©ZÃw¿1 ‹ Y?›Ú°8ɈåÇfÍ… ¡O_LÙÏlª²ÅÏ0 ÃìYôýþÿÜ·žZã'ÆY üvx §g÷EUÌÿP®<·L«B§"¹{ùƒ"xC~¶õ†a˜½Ç/n¤ÿ–6—L}¿žºœ€ÌÍ «…a˜×—æ¾ Ö’e/YD„~DsqâT¤ôxÑ~fQ•‘ø{ Ã0Ì^$w/—º–2Dd>1'ÏN6fÊ0 óÚÑÁ™g-êH}/Ze‰·ç2 Ã0 Ã0ÌkÀÎ<Ͱ•Ï0 Ã0 Ã0¯#R³íÏ0 Ã0 Ã0Ì^â7ªª²†a†afOò[VÃ0 Ã0 ÃìUêÎ<æcöÎg†a†a˜=BéQ!öqš·ê:Âf½0 Ã0 Ã0Ì ücÉûÀÎ< Ã0 Ã0 ³gasŸa†a†aØÜg†a†a†Í}†a†a†aØÜg†a†a†ÍýWžƒ#£¬„=¦¢73O©.—ËïsÁf†a6÷Ùäâtñ˜gæ]êúÌÔ…ä/K‹¬†a†yÓÍýƒ#£Þßh 8~2:{}VÑ/Ó°¿ÖFCÔƒ#£Á±ÐäùéJew^5ÐH׫c"gneŽŒfne¶Ÿ¨]$!‚GBà®^ùäìdã3¹<ê¥|¾!ƒ±ÆÅõyg>1#ÇÂÜ>2 Ã0 ›ûu[á—¥ÅÒBqæzЍ>Ù-3ºGQYZÌßËkCZâÏÓ\êæþíì¥ÿº”¹}­S!ËrðH0ÿC¾nýWEá‡Bþ/|_ ʲÌÙ½!T¥¦Wð1 Ã0 óf›ûˆhÆ¥ËÉØû±™ë³ÞE˲&ÏNÁÑ@𓳓žáåÍ)z³ìÇÓ7Ó¡£áÑ@púB’ˆ¼‹ƒ›üV‡ä©s ó'³»må÷Ë|“  5$LßÊ„‚`òJªyv¹Kº6¥‡¹ÛÙÐÑðAc4ú~ÔZ²ú«Âƒ‚âWâÅY)<(6®wŠwa¡8~2zÐ  ÏÝɭϬÙÏë©È|³º\°>¨¶Ø&§OMäîÖÍýÒ£”ÊõWÊesó§OMtQrKžz˜ÍÐX(ómÖ.m¶ô®~u!y9 ƒc¡ô­Ì†áìmEmNãn Æ0 Ã0Ì+dî7ˆž(,ÔMÆÉs“±OŠ¥‡EUUS×g`ÅsÀ›e÷nË|“).”rsÙâÃ"¸4ûyzÐÉË"}3m¼kt ­üu“÷_åÜÝ|# ŇÅü÷óùî[KÖìÍt/éÚ” rw²‹åRøhxúb²¿Ú˜»€øG±¹ÛküyÚÆ›8?8—øåñbîN¶aL7Û¬¥GE/Íë<ëƒZ¯í>.=.y³ò£òØÿ[xT€Ê²m>1ÃÇÂ]”Ü’§Þ@(öq,´|´La¢ïÿ÷¼>¢w ‹üŇÿPU­ò?ò÷½ ¬%+v&^|Pè%]½ë¡´P”‡d ¢à‘ÐâãR¿ÔRyfG&¢Å…JH.…ÆÂùܼº_ëoèh8þi|üßà 4§%t,œ½•ñ´ÑükÛ ú›ÅW¯¤Ôa=þq,úA,ya:umfþN6}3#–íK—“]”Ü’§©ÿº4ó·töVÆ8l4‡¿°PL]›¿“EÄÞKïý|“ñî·–¬÷"ãÞõ^ a¿ ‹e¿¾@6 ?PÁ†a†¹;Ù™/2ðÏ­,Û ÷h󱙺ž*ÿdRµ›€]±ßû÷ñHvÂBd¾É$¯$³ße»ÐEþfK4]k|¨T*[KW—û=C±¿Þ™ÛsBˆQ#Ø|åÒ…©.ñfn¥g¿L§¿L+2^ºœ  ­)•JC;“„&ÞN_HÆ?Š !€\ÈÝÍÝøb¦»’[òôÆß3±÷£-¶¾µd%/'³ßÕmý-är¥RÑ÷ë-ÅfjÁúaU>T;V=†a†ý7÷³s¹†ý?—˜>7™þ[XöË¢*‚PÛG4UË~÷u‹±5PdYNœM„º Уü`[¶7Ÿm[¶·`²…tí¼È¥ù;óͳÚÞdÿÔùJØé)Ã0¾¾y  Ó¦KM) « mì †aÀÜ\ €@ ù6ƒX¿Þ»’s·³Äd¿?oŒ?9;9s}¶ùñŽJ@DÞ¨@,‹¦A…j=³¼ÉrÛ²w1÷_ÙbÉ0 Ã0Lé›ï>™¦yõJ*{';}~ªqQöË2Ê•gvòB²ÙÚ¶¬Õý¦§?<=õYÒ²,pÁ\²&Ï üÀ!DúfÆxGï.@'ùד¼–ª,Û•e;y-=í1]»®‡ü½|0l¶äÔýZð]#/ßå©ÉóÓÖ’Õ¼#¹™‰S±äådå™-ªtõZjÃqW³úÅÄ©‰™ÏgBc!gÿšž8uz³JVU-w'7w'—¾YßÏÿ4ž8÷FæZàÝ@æV†ˆ*ÏìæíÑ“ãW¯¤*Ë¢²,’MúÙùÜï‘WV0†a†az¡³ûžK"ê´ÐÑpáû|ÙgæÚÌÕkW?97©©ñOãùê.¿‰?ÆÇ'¢T%ÏÁÀÛùÉ™Ië¹¥Ð/­ŒúNÃ{AöcðH(ýùº×A€Nò¯'4Šœˆ’K''¦Î&ºÛ`·ôÐ ómvj],§?ŠÍ~‘ž85Ñé©È±ð'g'­ç–qÈH>Óš¨3q"1q:*ª4õ§DwZ4Ð/¢ãWÿr5t$¡±1r):1Þc¦¬±ø‡äùÛÙè1JœM”4Ë?&§W~ÝsmæZjúâôìßÒê:y6^x°RøÏ%RWRáãa”0þ‡ØÂ?¶ ØNòÊ Æ0 Ã0L/lw«.Ã0[Æ4ÍøÙDñï|e†a¦Ïôg«n÷­~}?qe@¢¾Rr²Z—¢W'QW¯¥g&É­¥®ÍŒ³N†a†Û2÷_#Cmš7D-¯EŠÔa=r*B‘ãá©óÓ¬†a†a^QsŸa˜-ÿ(æ9Ä3 Ã0 à šß² †a†a†Í}†a†a†aØÜg†a†a†Í}†a†a†aJ}«néQ¡üc‰ÕÁ0 Ã0 Ã0{ÐÜ×G }Äèt“"k¬)†ÙK”ºTy®õ õža˜=Pë6óš-~ç.Ãì%Ê?–ºwü\ë†k=Ã0¯{­÷>°ï>Ã0 Ã0 ÃìYØÜg†a†a6÷†a†a†asŸa†a†a6÷†a†a†asŸa†a†a˜-!½ŽB‹åþŸ&ñyà óêÖ>Ž—[9†afkðì>Ã0 Ã0 ÃìYú9»ODÞ ûå×sEa˜ÍàÖ[r¥½œLzÙÚî¡wAŒf¸e†aaî“K(¡6¬w¹Gá½±¥>u‡.8/„gXPÏáŠ-¢(2—†Ùˆ>EVa]ýs€"£S%"·Öï¦ËÐ6L_SûPlâ]°ì Qk,²ß§½­îÀ¼¹µ—k/)ûp ¿Ï+Ê÷Õ$¹ïZ%—¶^ %ä%†a˜A™ûàøýnǨdI áb,~ÇåŸL€ B¨uŒz­H6U”|w åm¶øfµ<ë ÛŒîš2¤+~¬I$ªTëW{#ËŠÏ¿qÍ­UIˆ>{ÀÓ a/ÛเˆèWÚ4e.˜–.J iýY p[­|ð½å ˆ¨V#Ü×ÿŸ+Pñ×" HH²,뤅HõÅî'š{l- |’Ï+?ÞH†jn͇>Oá5·.¨"òúÆ›µk…†é»¹ïõýnwË@Ö­§V_,~r µaÝ®8à—¡—9! l ·FÛŒý™ Ï-ð+ëRM]4€G\옽G­J¢*4U]W…Jä“´!Ù^îÓt»Ûntáv¾¹œ vÅFEÕÁ‡¨½ÿ@Åà‚ýܬ<·”}ôcI³­¡ï{ˇˆ²AQ¥寲œÇ¥,<·¨F€oÐKÀÄ'Öq$æ E¶›Àª@D!¸5UÕ}”OD W@àB½q \Ÿ³l{Ý UÊ<³ãæ6Õ—edÜñ–j¹bÆU#~î^fÌýzHuÕ  kÖS údñSµ†~ ôžRãBqÁªTûѺýl¢iAóŽ/í¢DÔj‚øQH¨²¹Ïì1VʹeYˆ¨ÈrýŠ T>Y%—|€², Ïâ—úiÍmT1jï0/<¤ˆjß\‰è%J2îS§öB´7Žý²¼ÏGPA A/ûàOO.8/VÂñŒ`Ÿ%D?¢> ª ª£`Ÿ7ø€ÐÊàOYr}€  TŸJEÏ¡ˆˆ–L¬¤”w-‰×¶3ÉêÖ=”¶¦rW|5™¢"h~Á2-ÛZ^g¨áØa=:¦ËþšnK ݘ°—r È9Â0;`îmdëרUMÕì§ÖÊlÍ–ÅG¢šeYª®+½·,ö1Å œ–AŽö~ q7ç<,ÔãªÿªÁ¯62{Ï´LŸ„T÷¬¨yÓßÞRš,Ëb¹¯þô+~ÞÔo«HÞL°DTE"§¿c”@Q”NwÕ›µ¾ÚŽ#ìeÇçWd¿ŒøÞªïR ª €ˆ²¬áPúhñ£•ų@„ÊŠÂÁoPÕ ø Jøck#ñmÆ(˰ééymH®¹ „àʸ“,>sfÿ»¸ºŒæ‚õ íÓžù8´?‰úuù@̱M”Ü) 3hsã·>»bÛ¶]?¥§VÓ÷oû(è·vU… C¿¾{AýÒaHUƒe§~ƒëy2ð3³Çh tQRK?••gª®ëõá}Í›Qô¢VsÉçCèƒ1Jk· ¹ÞlBÛéB?(}´ø7œ¤ PB”úçZã‚õÔòf¾Ñsœ@RÁˆè9µøk.©ªæ9Ãôg·\À' ÿŠž%5 C,[P)€»b^ûª„O²>E¯ …·“Ò­Qs\â ¹Ãh~ߘ¡G4cX ÊOììC‹^P¡låi§o€ž¥õÃà’fD­ršÍ}†¼¹ïnÜR˲Œˆè8¶Ïç·Ö¯m»»ië{}ð!];£_úWôéç¦è™eßÎÒ²ty•™ÙÃF?Êo+ˆ¸ø³)+ z㢚 >D@€’¯/YÍmZKtiejŸZ\APªŸŠ~$××#˜ê&w/þ9ˆý±@%Pd٤Ȋ¡ëÞ–\zQCDô#!¬gŽÏ‡²_‘e™©ºÝáÏ%ÙÊ @\µ¤‡‚0d éax^à7Ü2T.å@Õ¶´ˆJ¸ÁžK^ }µ0öË™s‘F è5€¹¼ .,ZpôU\‡Â$æä¡8¸7 j‚ßà|a˜šûÔlwSÖ4UA íeûµŸq\ÂC†vn‡Uú>ïèò‰*ŠõùŒgñ3ÌÄõŽ¢$DÔ‡5ó‰e.™ú~¥¦) dYWªmugùcÝPlçˆT%áÙ¾/ûéåÒÉw±¾TêóFacD7­ŠwФŽý«@ÄšãÀ¯u1E@"UêÏÑ4¢•Ðp†‚ ,¨ZàQŸ£‘u€†CPµ@”A¬”H”`(´]õµf¨Kö²£È>D¹ùbËY¨<ÿÃFDKaS°îfæÛçtäÂÎhF ‚’Làh‡c¶•‘Gf8[f€æ~—þ¯]±&iÈt µÿŒâ°*þ¹`ßÉiž¨:öÍ´v~ ?¦œˆØßÍñB3³÷ wÍé÷š¦[Ïm»bCãÀÄÕ©÷†çwh´!àíܥΠŽÜú”íîv›Îv‹uØø×ÿöP!Dù± TYUHˆ+-ªÑ©’¨’ý«­¿Ý‡â¯e  58’ p ¨$ˆøÕ„eed$ðvJ€Køk¹¶-sŲmY ¬,ÿ¢w¤›õ¬ ·•„ê:fhƒˆ…DA<ŽŠ¥„¦ÉÆñ4¸ j(ùÀµ'óšÖ´x%QàLa˜zGÑßj¸#¼R¶~\RtÅ£=µÀþ. ·³ä8P%zP Ó&БžY0¬q™cö îj‹¢iZ¥b׈<¿yr ›·ÕöéNVƒÂ&û{ƒ¦nÛcÆ”]ÞäP?&³ ‡-z >o"¿nîÛ@5X=e… <Ë%ÐCÞa .‚¤Ô_¿E5h^ÕÙ”†]@€ÚK¨<³jTSýõŸjµšmÚ´vC¶B, ª¹ õðÿîùÞÌ?²@‚ÓGĉ9]-‹¥)”5m$„C¸‰J¨­ MpËòШz|^ˆ’½”VRIóyü ³ÓÎ<‹Ï‰ê^ìºÚ¿)—j=ô.ež¢ IDAT¾î+þ[ëz]o?€P«QU€p¨J@.‘„dÛxÈ€J~¶àð(—9fÏÚúÞ›Ôa­qŒLë"žÛ¿¦Æm2¥ú|ÇvÎ] l×D¦úé4ÐqႨy¦ÿu¤&ÕG5à’ à×V-i=\ß÷,᪃ÊP]Qï¶ûcİžYŽcËCuO}ŸÏ§(Šýëš7%˲¬½­Á¥úkw¹Jîæ3‘}°.ŒÖ¦ÿ38€Õ&ª˜q}$"‡ˆªdAD@CëUßuˆ*à dŠëGRâiÖzW¹\0lî÷ÑÖß /¯¹µ¼9hƒ ‚(\;x;ØDU”ËåM“~Ì켬· W–é‰ kÇ!÷ëP°¶‹b˜=  ö¶w$[£úù³xŽKõ@ÝÖùþÖ19ôïm«M"vžßÀ¹û;Ž7iZ®mª6¨ÐʬŠj€„´”÷Ná-Ô@2PÛrv{[>|oQ•ÄÚÙÛ¶×O*‰ªBˆ*É2›t»Fù©- bÇŒÁ·ª‘±—¦l»¬í7p(à××!ïÐ[rH:Ê•9{©ä¨F†m}†ÙÑW]“Kˆ2VûÚ  ¬ijÝ…Ô­¡ä[“¾¦N×yQƒçV_mpÔcòXHŃ5΂ڇ1<¤ÓƒýlÁºÏì9¼Í‘kìZBôÞ¨eƒ ö3K–••³;¨?F°·”'5&©~qƒéö~ÙßäÍyw~ÿ+¡gñKðzÛ²ÏóõVÔ±¡jã9xÛ€wÂÞAœ*gÐu@òäJ.‘¼Í•[’eÅþÕqªŽæ×VdH?¤«UÕ‡>”°aôëºn>6wì®LÇ‚hˆÔæ³êȉ‚m¥É,¨ûÊ(HT"×”#>ûI¦buÜ?ÅÇð3ÌÌ}j޵®,Wj®#jDPÃ}„n \°E] ô·õm½(ùV‘}ˆ2Jõ•}j:«}µ¾¾Ô³*è‰IBT¾ËªŸMé7oØ“âAˆ`HÖ>ˆ©“P%ûoi b—RfO²ÞêE¨*ìŠÐèÅ…¢,k¾}è8BQdYVúanºM®ƒ.y†f»ÆÁs8!€>UA¬·D‚êîC¯q¥§·ƒˆ++3ËeX°P”A,’phÅâ ÀÓ@ÜzÇø€ ZpÛ]jš¦ìó!®î®FDÙß:i¢ÈJ0`8BCD>a ÖC†æÙýå0Êa¨šÂNW&c3Hd¡Ê?ÄQ©F–Oæa˜™ûœYÉ¥ûf–ü6H€ùj E÷Íåûµ*ŒS|l$Ô7)<û^’Qò|iþyëØ6öõkò§õ¹,=1Áq`¿Ž‡t¨RåZJÜÍqQcö(µõØ@Õiû5í©VxPð!¢ÏGn-üÂèóõ·µ!·’»Uóº×OMoŸ´²ig]ûCD¢Zƒ—à¸UÅή¡ö5ke‡ÂXÉ,—ðË ùÐÊ ÃÓ"./€_—€P@UÐÐDM… ,¯óÂjã†èS†|5ªK(ñ¬Êî0{¯X(WP‚ä‡cc#ƒ?”ÂoÈ#7ÄÒ¤ó4§ X9jÿ<‡rH¹ÁÙÁ0ƒ4÷;­¤»)2ÀO Õˆ\AþZÍ¢þ¿‰£îÉ'A}Í·Y°·£ÈeaŸMУ’üQ €UA?ÄWiçnyΉÙÛ4•pkÉ4¶ÇQD w 뙥kzh,T|T´žZ†1ºýèšOæñ­È€ž oG!ûT}5·í+ÑsYTQ#öc“\x}Í} #ËeQ”Aò„€ˆv‘«`ÓV]rt2b[7ñÿ¶4«ñ±<»‡ý+YÏ Vݹ,@-!–âÊpÄóîÏŠ8’å¼`˜ÁšûÔéd D®C$r©F@ä;÷ÿMD$$Ñ{Ëæª—gŸûÝÓA篳Îß3x@?² §49°o)³÷mýgVa¡¨išo’ à’ö¶fF¥bÛ¶-„ð©*ÀvêÈ­5Ì:¬ÝX÷ïòP?_íç9­÷bòÞ0*!¸d--RU¼îægͯûSðãUY²d@ Ù +àÖ€¸6VEÕGÿ6U“õmvJB¸Žªnn†Øñvë²ÿ.!#Êû|ˆ;ÓìKäjUMYMQ&ÐÁÕ€¼s±8Of0æ~ xÕþQ©Õ€|2Ôö@ ‘4$ ·ÿMC­Vƒ— ì9 ˆ°_Ç}­¾Èô² É …ÖØú~䮈ٓ¶~Ýö¶ŸÛŠ"‡…MsÑzjyŽ£†ABEÑu}»1J5¢—«³ àìóu±«ë~>ý2¼½£c$ôùÛ5>„à’ù¸$–+»VÛûÚ®×ö‡à­”(Ï lð:¼¥€¡æYP5iÙ®NcÓ55Ðùë+è«§Å·âÕƒõ_%oË–·u¤>ªB¶ðvɉ`<2 Úà¥ðÞ¬GU§V#&ì¥9ùhÄ^Jפ‰šãøö!¢‚(q‡Ë0ƒè¼÷ÚM°…L!— Ë\@GÝ }hT>€º¦÷7)DD@ (Bévæ÷6[ùHFôÕS€z@åÞˆÙ[®lE‰È%Ù¯ Ô´iÒ%}¡£aªÕÐçCQ­m³ê¡× 9jäúº n·ùˆ^ã}«>s_sÉ'aÛ&„¨b--®µõ±/>„ä­'H=Êô²Ÿ«55Ggh)‡Ïóyôcý4ªBj¬fL€ÛÛØ–åM‹8/¬& ¾>Yë{ |P{Y|>€—Pkv‘¦ñÛ wUÆ]Ãv ^z/òõUñtž„-pTö|ö\ï½oœ- 3s íÉ +H(H`I,+º¢Ë2n·[z DdÛv‹%_£TWÏvpV&õaMy{{“ˆ¨r¿Â°Å¿jv+²l-™¢ê´þ*¼ÏGÐåðÊm5cô‚zœ¼o*l."”‡4±l—Ú[6®7Õ@ÍïÜ•‡´þXÞ/ÜZÍô×—-±ù…VRý¥"‹K¢*t}ÿü$]p$Fâ4†J —-p+à JªCA|[óBÛL©,Ë΋šõ³ED›_ADÔé²ÌGïqê¾:>PÞ‚š$×(i=NÖ䔌²Ï‡ˆ>Dä©}†ˆ¹:/ÈyÑíeRäUIpQ€ã £m}j_QÐxgÔ;h°oõ¸ëP$ð5ˆõ:J ½­rö3Ì6ÛÚ ‚—Ô°ìeY©¹P\X ª¡äsgÅcÕv«¹€ûúÜ÷=ÀNhšªÈ²ST­µ Á¿ªÙ¯(J¬Oô¡ª*bÙq–mBŸì—Ñ>€ $¨ ªÖ—,QnÿNvAQÕ©½ r0Hêhc{.J`; "îóÂ6OUÖ÷kš¦lqFbÿ7¥åA?º(û@í¾,)«e€çõf@æ>H kZó¬Þº|µÆh¥RQÓm;" „=Ï`Õ¼þ}ÐÏI/†y³Q|H/Wga?†ŽÍ'‹`¼£û¤ö¼ÖIFj>ÞÞ m¬ÕÈ!"T±ÒŠ# êÚï€Û\ÄX×¶Ë~$TdV__Ð8Çó¼‘ê r_º6טM•à•v†Ùsý¨nà»)«C\'fO5!-ó©šOÕ4QRáûPÛ·ÓC¦µ¦Ï 3 üNü–UÀ0 Ã0 Ã0{•×rÅTæ%†yÃjÇË0 Ã0[ƒg÷†a†a†Í}†a†a†aØÜg†a†a†Í}†a†a†aØÜg†a†a†Í}†a†a†ašéé ÎÒ£BùÇ+‹aÞ¸Ö3 ×z†aö¿QUŠ ¬‹]$w';¸ÀC¿‡ƒí!‚G _1š¯(2IÎ0 Ã족V¹ „8áÌŒ¢ ŒÀ£axM_³Å¼R¶~ùÇÒàÌ}/üõ%Ûö«©pEÖ2_ÍL¼cÙ8ù¬N>g§´Ç´—ÿUÔuÎlH[£hCØÜ…Ä{4›mýA˜ÈÍ+¿ƒŸa†a†Ù,¼U—a†a†aØÜg†a†a†Í}†a†a†aØÜg†a†a†Í}†Ù6GF_;™Ëåò{ÇÃÝ%ïô뮤w;3 ·3ÜîV¹]bmô]-½tˆ; ŸÌófãRÙ4­§6¸Ô¡€ ~@ Hø&Tæ_–_yR×g¦.$#Çï‹_;÷vùafu“k:7³¯c‡(q^¾6H ÐrÐ$pAQÈIwëA–M3tdlâT·#o+ϭ⣅ÀáÀöSPò"•DÕõQP…@ßõ”¹•¹ú—ÙKŸMÅÏÄ7UØZðš‡øò %/L©j·£WÍ'fäØÎµ½ë­Gê}Å+õ²¦-{¦á:82ªÒÿñýýæ‹ï·žZ-ÚËݵÔvêk×5i-YW¯¥Šÿ*@èßS“ÆÈ+w.8U)}3ÿá¾] Ah,ÿðôØXèÕ)EýÊÇ–B²¾nQKT#´hÙÚFñ&˜IšŽ×(áÍâ«eÒ.ÖaBl¢eGaÉ÷-2‰¸X¿†E]6ôê8’¼Å^í©=qJBP‡Ù}”PÖ­;¹mšûv^dJÏòT‚BÁŸ îDä8B?_8¹½ô_—2ÏlÙlBXY™[™ÄŸ§çog»wç;9ß¾ÞZn¤÷Õ¯}›Íš="Â+}Uá‡úqkwvÏý´œzmŸÙÑÓ±Äã3™€ùÿ™ŽÍçæõý¯Ö˼ãJèšöõ­Œ¾_UQ\(Î|‘žÛ›o']_6^£æ…éW¦¿ffÛÎöàòÛM®6Ì€ÝõR:82Úò×c¡ÙPìÆ »’@BaÊY«Z D ©‘ÀPý@•M–$±Å ]{ÙvÂAáØËvã¶mØú"[¹Z\Ê‘+‚j8y4Ÿ<šªarEq)—}v•@ôKW…ůÄ?Š)²RxPl3à~l†ÆB™o³^V6—“ÕÌuáê•Tp, ]½’j¬Ÿ»  4F£ïG­%kkBªCòÔ¹„ù“Ù¸’¾™ ‚Ó’DÔ¦Y¼õ÷xôE¤Nzk)ð¯ Åñ“уÆhèhxîNn½Àì$ðÁ‘ÑÌ7™ÐÑP÷Ç;f ÉËÉ`  ¥oe¶\O[²Æ²¬É³“Á@p4üä줢Sò»+§‹ä¢¨ß,|Ð}ïÄxùQ9w7÷Þñ•Ç-«KáÙ~YMœ‰§ofV£¸•NœIlóÎ^ˆ~ËßË7¾V*vp,DU:82𾕠 ÁdS•Dògÿ:û0ÿ8.Éòÿ8û0–þëlÛ‚ .$/§¼‚—¹•i.±è$ðš`{ ü¯ròbR×u@–åȉHóuöóz,™o2¶Ýt¸Q l[€×7_Êù‡dCëÔ¼ôØP4:ˆîši›ÆUÆî–IO­DçTwêVÚV·Ýj–Ûw%›LT'!Û6×›ªAVW¡¨ÀÞÛªûËÒbó_ßG™»2Ü´ü›,ô"èhLŒ$cFR“ ôúÁv-Ë_ØNøÆ!Ãx'Pÿ;dÐãlùKƒgC†qÈØ¾ü‘1í¢'¿ìS4Y×d]ö)ˆ€~0—‹…åL¿t5w;ÿ8ñbs·3ëÚØÇñÔ•Tü£Xcep}žÎ~‘^\²òwçówç—ÌÙ›éÕ.äîdË¥ðÑðôÅäÖ„Ë"}3m¼[×mæ›Lq¡”›ËÁ¥ÙÏÓдpé}h{OEê®·6FÞùéĹÄ/sw²¥ri½ÀÝÊCþUÎÝÍoíñÙ/Ò•gvþ‡Bþ^¾¸PÜrùiÉšÉs“±OŠ¥‡EUUS×g:%¿»rºHÞ) ¯¸æ¾Í.–K''bÇóß²ßdË¥ð±HãñŒÈ‰ˆv¹\€…Ge!œÈ‰ð6ïì…鳉Ù/V“0óE:þ‡¸·\P|XÌ?Ÿÿá¾µd5ªä ’_\(ÆNM4_‰š(4ªæ‚:{3mYVþ‡ûù»ó…‡… j{,ÿ Bÿ˜¾˜,—ËÍVZÃ’(=*z±T*ö–Eꥶ-Àë[ƒ.å| t«5]ó½{CÑÜAt×LÛ4º•î4S³auJuÛV·Ýj–ÛË7Ÿ¨¶B¶m®7Uƒ6¬¯HQÙ´¹ßûô^÷±cÓsûÙ‘>΂tƒ¶åmŽ¢ãDÂæGÌ[ÝÚ6”Á'äÈþiM64ÙˆèS>@"ØR‰ÐÞr!¨,WKÖÿ¦Œ“³Öÿ¦È¥Êre›%¬âZå_ï×å_»ß×'Õå/ÿz¿âöa[yf—Êfäd"'#¥²Yy¶ª–¹o³Ó“Ùo2á¶ÎÌß›O]Nªª¦ªZêrjþîüªýq%¥ª"ÆÏÄÍ'æÖVŸ‚c¡Ìíì̕Ԋ©K]Iªû5ÙÉ‹Éûk=¡7¼g;"õ¢·¶ „¶mW–mUÕf®¥6]'S—/©CòÖŸ¿7érR’Õ!9µù&²SÖÜ¿wl,„ˆèÇäùéâŠ=×=ù~m+y§(`æÚ¬º_CÄøÇ1"š¹–j|m¬? ®`Ä?žLÿ-7nÞˆŸ™ÜòmW\;1v4„~ô&ø-Ë*>,x†¤.'Õ!MÒR—“*9ˆä‹e!kJóùmE,‹¶uþî|]0UK]NmXP»ÜcùopãË´~@O^NŽ‚¡cá«×g©Zïk²wæSWR^,—šªÃfEê¥v)ÀÍôxÛ†5Ô+BÝjM×|ïÒP¬ï zi™w¬•îØöGRݵ4¶©n»Õ,·m:¶¨¶B¶m®7Uƒ¶P¶w¥¨lݱ(q~:u%9®,Û3_¤O¿?ñËÒb‹ÿecƒŠ’ºœœý<}éâTëmev\˜úlº—g½YMµŒ-#'YV2·2Ó“ów²ëÅn‰bòÜdò⥙ÏgÀ…Ôç3©ë3^™h .`곩M¥z}dD ¹0öv,¨FBjÔ®–^d‡È–,}«ðŽpî:²_†—€~^à¶䱨\s…\ô$o1|H5•Uÿv7ÃenÏ !F`ó•KêÊ¿ñ÷Lìý¨qxãõŠJ¥¢éuejºV©¬Žyä•R‡ˆí‡¯=¬ !2ßd’W’Ùï²`Wì÷þ}¼û³]îÙŽH½è­ý#·Ò³_¦Ó_¦/]N…nÂc¸“À=îŽmûx¥RÑ÷ë,Ûòò]KÖ˜ÍÔõTù'³aHõ’üN¿¶•¼S-÷wz|pãôû3_ÌäïåÍ'fö«Ì–ïl;]ÝÅÓrêlâêõÙÈÉÈì—éø§ /íÍÙÚ\%‘|Y–…í¨MžúâWGnênš jK[±¡]ÞìîpôãÔùÄÔùXKVú«ÌäùÄ×·2-RmG¤^J`—ÜL·mXC7UkÖç{—†b}ÑKË<ðVZp×Xj-ízÉ£N©î"p§pWšåNÝôfÕVȶÍõ¦jÐÊö@;ôþ›û½LïÍÝÎ}}ë†×n&/&#§&Ö¾ówç³·2ê©Ë©÷"ã>Ûe¤íþ–1¨§Íø™xºsÖÅý{«¯äùéðÊRõü½ùì7ï¶ÔÅd/’oÁÈ‘„O@—ÂááøjŽINT–LŠ> ¶ãþÞÉc§ü¥Ž~ª¶A€‰-Ž%\Û'ê6ÞŽhX¯Ÿ!õ´.™¿æ-·9dƒ[E™\š¿3_|øF¯YyfG&¢SçÞ %w;;ñALöËnEUUÕ¶l}DÛ²UUíï*¤,ˉ³‰à‘º¨©Zö»¯»wö½Ü3½I@D^GÒ<ÁiÆ×7o@áAaúÂtiýBm‡{o™6õ¸ªªÖ3K×ëYÖ¯¬‰ŸKLŸ›Lÿ-,ûeQÁ@¨—äo¬œæ©ñQôÈà HÿC|òüôÔgSt½ßÙCG>¾úùìÕë³¥G¥MNm«ä ’:ÊÞÍM[ݽ› uØÛÒVìV~é#zêr2¸"¤>¼*Õ Eê±o³œ÷+´. Åúb³šDæêÃzÙ4Mƒó±¹Ù.©Sª»ܾÜ¥f¹_‰joÿ´k®7Uƒ¶PØnwfë¾û™[é….DNFß;.<,vÁ4VÉÛŽ;ÍŽty¶‹Ž6ôÝïqäÔ…ùØŒ} ŽŒŽ‚•ŠèepÙ=Õ›íwd\¨dKÏëûØJÏó •,‚Œ os÷·çÌCU²\]ø¿@}onàƒ,ýjÞÏjµbåv˜g¶.¿è-¡ËAchÅ` éþ ½%ä}Ø—Ýëù{ù` Øœqê~-ø®ÑØù§ªZîNnîN®±³P–åæ- ¢'Ç“WR•Š]©ØÉ+ÉèÉhk"}3c¼S/<§?<=õYÒ²,pÁ\²&ÏM·™@íážAè-ðn s+CD•gv³áäùikÉêrl§{d³GOŽ_½’ª,‹Ê²HnÒ¹¨KÖ‘ì—e”+Ïìä…^“¿¡rÖ ·:DÑëüÀ $ÎÄYZLôpRSïwöÂÔ¹Dæ«Ìô¹Éæ–!y-UY¶+ËvòZ*z*:¸äOý)‘ý.›ù&#–…X™o2Ùï²SJt(xÑUÁ®¤v2¿¢ÄòßçŲ*ÏìÔõTèßêç§MœŠ%/'+ÏlQ¥«U‡mŠÔ©·´®Û,çýª5]ŠõĆšiIã JcüãÓÓ¦•©JT¥…Gåé‹Éø‡±Í•©î"pÛê¶[Ír¿Õ{s½©ÔKiÜ¢2@sß•/]LN_˜î4‚)>üGwûÛ›i (7õìÎ?—ˆND‹ ¿,-–ÊÅ–Áå %WH@eŸË– wåÄ@wÑ‘  XÊ>wëÃDG8ް ò¿3ÆñdÃÜTÐƉ¤øi+æ¾&騠‚è+áÖK‚ìârýŽORP“¶íÉómöô‡§[{²b3@’çogswsé›iHü1>>]ï˜8—ÐGôÈ©häTT1çúcÄ4|ÃÇÂæ3ýùzû(>þäÌäÁã“ç&'NFÚÂî„Þf®¥  £àÄéXøØXã†È±ð'g'ý<þ¼Í®»NöÈfOœK¨ûµðñpäD$t$¸Ùd§¬™¹6sõúìÁã§cß÷šü •³6¥í£èµuXÁè›òÝ_õêÄûkVCc¡È‰høø¸¾_Ÿ:›\òu]Ï~›)<,†Ž…CÇÂ…‡Åì·o±íÈD߯…GND{qië£ÀÓç¹{ùÐñðÁãÅ@™/g£¯à‘àÄéhèhhÃÄmŠÔ©·´®Û,çýª5ÝŠ–bCÍ´¤q¥ñô±Ä™xêZ*x4<J]K%ÎÄ7{Vr§Tw¸muÛ­f¹mÓ±…Dµ¥ms½©ÔKiÜ¢²!¿ñ–iÚî-èþ~‡ÉóÓSLèº^xX˜¾˜ôV@‚GBóÿm´Œ™o³… ©+I}¿nZVúËô/Z;¿ÙÏӥǥٿ¤`êÏÉ….Ô"éðl—ã™;ýÔé}¯-b·Ü Í\I……+¶ú¿Wó?êg2|>k>^Lýe¦>›Zøß $ï"aîNä¡6¥Š$Qº¡kŠê×d…‚á (93i=·ôú¥óSmgG’W’áãã(aâÓøÂ?£Ÿ ŸÝ”ÀÝÆ kÅn3t»võ“s“êÿ4îíÍõ—©+©ðñ0JÿCl›’wœæreU„lQõ늤4ö΢„€J͵íŽZ µµõ{¤²\wÕÍI ÁPP3ýšr8 C†¬ný8NYÒû&Ê/2ª_Wü QÙ:¸@’©¡b»¶ý 싷µõ7;Ðé§][Ç«,ÛN¦w ‰½z-•83In-umf¼ç÷–¿iY³…ìŒZænç¬gVd—–)º'ÿÕ)or¹Ýf󲵆âug}ªw¦•îo³Ü"Û›™•[FÚlÓÖ¸Y;ûR·t?ŽÇ?^³Ìÿ(Ö8I­“©+©ÔŠ×có*UÛg»”ÅN?u:5¿ñµEì–ÛÂÇBác÷›¥jÜ ÉMÓÌÞ™ß0Õ[«H:…ÌŠ(¿eTT\ÇZ.¹Žã:劉ÏGuÚê¶' Á…ZµF.¡ñmƒ„¥z^@z^èiAÙ? n ÞÚb$¡¡¨¨TÌå‚¡¢.öò‚÷^«jšS‡ñÐPœã_åNîM3w%½ê°9!‚ÈñðÔùiΚױ¬UU5ÓÃ9ßoxU}“Ëí6Ó¾µ†âug}ªw¦ Ì-†¼ IDAT´Y~3³²ÿæþ^©û²SƒK4ªk©´à”e¿Yr @/„°@cºØâq™ú­üãBàwc^AÐŽÄìrV?:Õ UíÆéœ(b©€¶8߆€5Q^VKÏò–Ïò!‚ë«=uè}§û£Èe‰Ù&Ï,0¯­%Ç]à Åë˜êÆËm~Ì}n^_©Á%¹ Uƒ¾eÍv-! @WÓA—Q#ÜêÉ6Ã(›fáa±aÙdS5©‰¡ÉàÖÄó²õ¯9õÄ×[O€ ŽË/‚–]T ÇtPC ØÚg†a†ÙisŸy—Š.)žõìeÝvMe ‡æK´”·f¨jÁË•xß6äc3àßž{½ Ê>Mñ…¹ô1 Ã0 ð¹Ï¬5ô%?ìŒÓ ŽDp$ÒwùQö„—97†a†avŒß² †a†a†Í}†a†a†a^3º½f‹Ù1º¼fk›tÍV¿$ïò𭾄¿þ5[\f†aö¯ìûwîטAPzTˆ}œöÝg¸W`†aîÔ˜½GùÇ’÷y†a†afϳû¯ ¡ß‡ÃÁÁ…_zTh ò^Çð†a†a˜-À³ûlë³­Ï0 Ã0 ³g©Ïî{"™]¤øÏ×x·ô@mýȉ(†a†a˜m™û0˜cafûhÃ:ïab†a†ÙìÌÃ0 Ã0 Ã0lî3 Ã0 Ã0 Ãæ¾‡Ä(Nû@°Š†a†af¯™û*fåኼ˜a†a†aö–¹ï“,ÅOÆØ× ’O²XË›"þi‚•À0 Ã0 üºæ¾*åõ@PÓ$TiàçK¾ö1 †a†a˜Ý1÷} |’%«´œ•Õ ˜=zðÇ?MDßµ\Œ¾ÛдÍ|•~Mï` ÿ4 7Å®'yospdôàÈhó‡–ë]é=ð­‰ôª©è”a†a˜f¤¾ú¶,©¬¦À­H?2R…k°ÑÑþ.ètëiÝÿG? ƒ»—µo¼XøçBàÝ@©Ì¯¤ÝƒuýÅ_–_É· êš$K ©¡±Pòâ´,Ë\†a†Íýî&Í+hªzP;0¨5 S=0.í§ÙÊRÚ!Ãv£Ø)”ÒãR0l˜ûÁ@¨T.†G7!ã­§æÂÃbÍ%ˆšðf»ãŸ&þw!ð»úQ,‹Âƒ¼#œ.¶Ð)ðò?Œß1óUZÖCc!Y–©Jå‹‹¦éÍ»{ÿ“î½D§ЉhñqÉ8dèúõ¼u“ƒ6¤…ODÊ?–Ç~?ÖE#É AèHX?¤€õ³U|TðH]TÁlhß7.önRzœÐÇð½ ˆ(ómvö/³¶mg¿Ë¼"²1 Ã0 ÓwúãÌ3ŠI}HGbŠj(Ðò<¸6‘Md‘¸OTÔ†ÃÆ‘¸6TÅdßëg5UMÕ¡aú@ðpPÖò÷rs·38ÒÆFVó÷rsÏXÏ­ð±pïv¹GVsw³žy>.=*fþžÎßË©ªÖ°¿3_¥Wmý¢€Q#h>)€ù¤4z8¸~0>)>,,>.­¢yˆ¢ )¹»¹ÜÝœ2¤¡îª`z!óMÖsP Ž…’“DkFk¹»¹÷އ£ã'£årÙ»ØâÐ’»“{ïøøAcô½ã¹»¹Nî.ù у#£sßÖϰš»“{ïÄøèáà{ÇÇa­ÑúËårôƒØh 8z8ûC|áaqÃ4"bü£”,7.vнþSSŠšZïØÓVEÝÕÒÅojËan¨ÏNa2 Ã0 ›ûëÌtš²Yçeü F$ˆ,"@AI•‚UÎ:,šªA7Ïò¥` à²å׸¸èïҧêÔˆ úcýã……‚Suj.™å’,«½?ØåžâÃ…ZuÕàóíS|¨8U§ð ý.ä^¢SüŠ<$/.™°¸dÊC²âWVG‡ƒ¡£áÂ÷ùæÑN[ŒCFña¡VujU§ø°`2º«‚骊äï/š¥äùé¹;¹Ôõ™æ_‹ Åûwó7®Ï˜OÌé Éõçîæ¦/&õaµø°˜ý.;ÿ?÷ÛÆ’»›Ÿ<;‰ˆÙo¾>ýQ æng““ÃFi¡9IþWçnçZžj^yh|NœŸ*ÿ«|ãúLéQqúìd¦‡ÙzovŒwëe¦KìswrÉ‹I]WK‹óßeóßßïx[õ¨–>†¹¡>7ÌJ†a†ÙôÇ™§šESÂ-ËÕû•¥’nDPV€,ÀX6­Çó5…;î¸ ƒZ\2ÿÒò¼øÃÿkïCÛ¸ó}ÿÿzð ø€ 9 AUh`eX‰ \ üÀ¼`™,D"jÑ@£4°–Öb5°‰ŽøŽ}Á×î…4JÁe¡E\cNˆò Ty¤X…,VÁ¥s ¬!ƒŽàüÈVY3ɲcOÞ/Špiæ7¿>߯Gr±þŸ½Žàå±#ÙÍåÛ½¶qVžhò˜7[o/ƒÉ>Íú½ÞßzõŠž‘ß{ŽÅÕyÎy$IŠ|­¿'¿ºÓ”õ~êU.–6K-§Kê•jÃ{³õFê•̧ šîÕØÙ/ÁËÁø­DîYNL½Í‚ñ›“R¯ ˆñ¦õXr1%„¸=•pžt!”[‰ цÇ,=L'¦fœ§œéÅ”û¬»zgêÁ’"ú§I©WŠ^$¿M¦¾K}l¹š¦‰árº¤É{Þ{ÿ|jïÖÕjƒ†+ø•[‰–kO=H !nÿ9á8é¨þ{>j2ž¦SdeZº»Ì–óÙrW@Ü7W¼o*Þ=Eñ*åëúI”ÔBZ­D¶+«K©ˆâß ò\øqµásºº®egë÷EVžhqáo6KOž•„îÝþ!YmÖFm½¨áþÄ“y¸T{L_o_àR0ÿ2_ÝäÌãLðbP¯è-?«oé}½}Õëòûzûô-ý? 3ËÙ-¸çëžöæûz…WÅù¹ùâÏEMÛ¹ê¬\.×?ÀyÒeþÒ)ý½$„pŸÞ ñ.w“O¨+³ BˆÄÍx-ë !ªÕãùÂÛ{¬eÐÄÍ„2«ŒCBϧžÄÍÉ¿ù&ë=½´2ó¿fÓÊÊrÚ|í[tºÅgî›N‘•iéî2[ÎgË]itPpDFBõÝÞûUÛÏvëM9Âá(•³ÛÂÕFÖB±VXks +ú‡äêu2}Ž>¯w ÷,keVžhqáòp ðrµ!ÊëºÞçè«}¶å¢úÏz´ÍRýBÞl½Ñ6µþ³žõbQ±½õ&ó8¼ªÎÆÞUÔ)úåêeEþA¹øK‘ãÞ<ß·–Ëåû‹wåAY¯è{?VÑ’ë”KýEU_«n·[QR›ü–&µx7r=»¿ß#ÉÃ;Ÿ¬p:å¿—ó«?ìÄPËÆ> Ž]‹ÅÜ‹ÜÂÿMFoÄ×VóÂôC´RþŸ¡™ÿ5Sü¹Ørí[ôºÔÁÄZ™–új³Ô•ev<ŸÝ=¢88}×­Åûæü™-­ÐJ%ÑsB+½Ñ*n-výÕšúŸª<ˆ|•‡êF±‹O´¸pUU#ÈQßyîùNˆ/þT^«}5~ËEy~ã[ÕxçzqÍó›·Ér{KÏ<^qâñ÷ï]E]i”£½ ^ /ßhoÖ yŽû}ÓEõW%½áª}«Ãõˆbæÿ,h›ZySKÌ*{30àO-Þ•z¤kã±ÌòÎå‘/"BevAÓ4]×s/òá/"{Ÿ[ýÞÌr]æ¾6+‹Ç?( !úZUù¢ÚÝÿ+BÏo<-×¹BÌüoEÛÔ´Mmæ+]Ÿ÷Çn!DöiVßÒçç’]Y¦ÅùÀÞ>r:BˆøDı¿X·´ÐçØ~£PõIfûºn([M ÙÌrÚb/ÖèÛë / ‰éDñÕyÒ$¦fjkxJýÿ6üÓÒr&µ˜*•Kî]á+‘Ä­DÓG®®æ#×cº®ßþj2r="„È>Î&¤ª×œøë\ úžµô0=ÿu²z­QõžÜó|j1Yø[Qôïo<‰[ Ï9Ñ&¿-N:ü^_âÏ·»ç­½ºÒÔƒ¥êE®FªlÝ»E&Sd>-…B!1¥¨ÿ©ºN¹¢W#qƒkk™çSìãOð~™‡¢ù;©Œû'DÉ-ͨúíÖZ xqÿШê…À¨ûc÷Ïž°7tZ˜jqoÜÿ§Z÷¶p©z”¬ÓµñXñUQT„ªª‰©„":Îe$2-L5æð ·…‡ùŇ)x)ŸJ.J’äýçþ½»µÏã2-ݦ€÷÷V`X:eZ˜jÌýS÷3o/æÙûîÀQ mjL@gèîÄ}Ä}Ä}Ä}Ä}Ä}€¸ «Îœí?¸eÄ™^©qôwñ1=†Ý•Í) †eë‹:èsZÇ‹=Ög˜#2xŸ¥ø{1qÀQ?ÛæÂfY°B™›Ÿ¼™øucýƒ:δ¹÷NΡÕÿú½¾Ñ‹¡…¹MÓsíïq“kÿUïoù–ü^F{ôƒB·6äh¾þüŸBÁ“ZL9ÛŸZLÙæ[ü¹’ù˜iØqVö`wóÚÒºxð¼¯3¡¾¥/Ì-\–ûÏùú½¾kã±ÕÕüÑyM9Ûad´áΠãTGõz˜ vÕu]UÕÌòŠ<È>Zq:]¶ßd€ãóHI=Lßþ·Û©¿¦"×#öØ"}K?œ¬±÷˜©ÝÃén?"Šº]®û‹)÷i·¶¥åWóów’+þ£3BI’rÏsònU™{–“z%v\=ºûÀ;§ Çs{*¾žŸ[¨ÝŸ¼—ôÊý^_üfB×õZG!õ åôïm!¨ªù¼;½¿+(¾*úü©ïÒÕç6mGíýߦÃhÊú#ÔcéaÚ?(Ÿñô‡.‡Ô µö¯ £­Ÿà ¯ˆÄTÂçõùüÉÅÔÞóÉÕU!22;Ó¸¡ú‡ä†Q½3瑘Rª‹5ê† ©éšÕè0hÚ„6z°ÉZöNoSæse²ê¦Ûk8m„Æ;¢éãWWó£Cg<ýþAyi9ÓÙ«Õl3‡ä3žþ #£…—…̣̅áÝ­SUKOouØ¿£Ím79o!rÏs}½}‘+á>G_îy¾é.¨ÿß½3i~x˜œšZV^S{i2{-Ï“û<§µ»±æ/Ϧ'ð–/ö¦›ßÖ+ÔúùùàŽÌÂ…Ä­„Ûí=ÂápF+Óµg%S¾ó~Ÿ×—˜VDÅÒε>-õfvß”gêÞ«¢×#É{o·1¹˜Œ^vðò±rvÚÿqki÷÷C ævY™zʯ®e–ÒùyQѾNÖ¶úc!ó(»·o›ˆ…?˯æ×^äN§27ßð޾Q¦•È•põ¹¿n¬·l>™ £ãGšË½XÍ,§× kò ¿•¨uÈF[? F¾p'Y~]Ê>ËegóÍ~ ,Ê«?æ…år)1¥TO‹«?æå=×Ô¯ná^RUÕì³'ÙG+¹¹¦[a²/ön ÉPfµ:¿n¬+³Jm´-wAÓµX<ÌçÊdÕM·×ä~뇖ю0z|ôF<:ýõÕzf9½VXë¤n²™Ïs™ïÒë…µàÅ`øj$û4—~^/¬ÉCÚÖµ5Kæû¥Ým79oTchäjX¹^zØúzž½3i~x´ûrh÷5eÔqo:{Ö—ÓÙ9­ã5?_ÕŸÀ[Žmïæwð µx~>¸#Óÿ;oüV¢P(4MáùùìÓ•ì³'ꆺp/ieç¶5-5k/×â7õ?ÔFšV* BˆÕ—M{‘;xùX9;uå¸mk_÷ƒâ<骕ìK3ÊtÂyÚåè•·Ož>©=L™ºí<éØûô'Ÿ ø%I’z¥Äx¾îT»ô]:~+‘~’‡Û»˜Õd=²åµÑóÓŠÓé’$)r=Rü¹h´ºúI0Úð•Ç+·§ΓçI‡ÒìÔ&ùó«!ÄÊ¿g%IÊ<Î !ò«yÐo²º•G+ÊTÂyÒåtº”)¥éðLöEÓ 4ªù¬®®æÓߥïÞ™·¸ ZNˆYÜ7+“UíP‹;ÚdáF;ÂèñRT*•Ê›%§Ó5?«tp|šmæì‚ó´K’¤ÈÕ°®ëó³Jí‹+¶~ºåÙèlÛMÎå×¥µB1p1 „\ ¬Šå×¥¿Ü3“æ‡G»/‡v_Sm±¾œÎiûÙX“—çÞ¸õ3sw½–îâ‘y÷›¤ûcwb*Ñïõù‡ä™¹}K¯{VÂyÒå<éR¦+V:;H¬Lcúû”öÒµë±ô÷)MÓ®]Õÿkäj,ùmJq÷ÞÝÈ»ÿdýåcåìÔ•ã¶ÝóÌþqí>ÐDy³äpìœõJåÒ…ß6¯ .î/¾**sJáoÅúsâÎyó¯©ðå眧Ý!™ £³G¶ü}‚c÷¼/I’ÉoÏë'ÁhÃËå²û´»ú³ËÝdÒüþÄ”"„È<ÊÌÏ)É{©±ËÁµÂÚüœb²ºr¹\[ZÓŚh4T“YU7ÔÄT"ý}Z’$‹» å„˜0Ÿ+“UíP‹;ÚdáF;Âèñ©ÅäÂ7Éä7É>‡t{JÙ[Ôµ<>-n¦ÑÖu0K&»²­m79o¤.išÖïñÕßsûæ¤Ùo9ö̤ùáÑîË¡Ý×T[¬/§³sZÇkòòÜ{·~fîî±×òÁ]<2¥^iòFtòF´zºKþ%»½¿{PýZÊårg‰Õiügûœ¿3Ÿ}œ-þ\LÿÅÒ'Ý›žˆZžºrܶ{ž!î"½”©½È]NWúûûm}l72OÄ’ßÊŽ^‡¶¥ù¼oÏ™‡éàgaG¯Ãðsx=B×õjRÑ6ß^h} ¸[Œ6Üétª¯U·Û-„(©M–’$¹O¹²O³’$ÉCòÂdîYÎý±«  Þœœ%µä>k¸Xó}a´Ì¦C5šUMÓ®Çæçêÿ©å.h9!f)Ó¹:нo´p£aôxÇsÿÞ]!Dîy.~3¾Öþ·|ìs3»8Kín»½¢¯,¯ä_üP{Jùu) MÞˆJ=’ÑiaïLší¾Ú{M ²ƒódWöWÇkòòÜ{owl‡v~îÖ‘ÙÀ}Ö­L%|uŸÓ­_‹Óéìlò­Œ*üyÄívÏÏ)¡Ëáê o‘/"±ñɯ&³­å—•³ÓA·„‹y€ºw\]/‹3ÓJz9¿±ÓTû|lò«„ªª¢"Šjl"ne9Ž^‡Cr”_—ï^bètº2Ë™¥åLísE‡£þ„ÞO½©Å”®ëå×¥úKú¬£ƒ[×0Z‹º8:3­”7µò¦–0¸xÃ?$+ÓJðRP¼LL'üƒ-®w ] %f•òf©¼YJL+íî ƒe6ªÑ¬F¾ŒDÇ#^¯·­]`´–½ÓÛô:+“¹:нo´p£aôøØ¸º¡Ö>Õ×Å‘ÐÓMûv·ÝHöqÖçõÕ'çi—ïSOöqÖä´Ðt&Mv_m½¦ŒÙÁy²+»»ã59_í=·[ÃÁs ¯Ðƒ82…¡ÏÂÙ§YmSQ~]RæÿïÞžñÞ®eV ] Yœü¦ÅwÞWøµD¯G~ÝXîi¥µõòiyv:èã–¸ êåž¾óþøÍ¸Näžfkﻑ+ayX¾v=væ\l"¼h¹´ùÙù™¹…3çúƒcaïÿhlºœt¬×ú0,>²³ï5o­Å ND§]ò° øÏûšþZQô—7µÐF…¡?Œ–ËZÓk<êMNDݧ]òðh`$dô`ó}Ñd †j4«…ŸŠñ›‰†il¹ ŒÖÒ0½…BÁû[o[sÕÁáÚF»Ô`áF;Âèñ!ùÚxì̹þ…¯“ɯç;8>÷¹™í>Ýä°owÛ¤¾K}>Ö®„«_ÿbtZh:“&‡G»/‡¶^SFƒìì<¹ÿÝÝñÆšŸ¯Nà­_ìï<ú =ˆ#SŸˆfgýÃò™sýÁ+aÑ#Íóö»qüþÀHHuŸvOŽG-N~ÓR»°Íü ·fGB/Ÿ–g§ƒ>nÈGÕß¼Ä'"“VÈ|8‚´MíöίSû®†{j2Ëéàå0“v”‹ÅÈx4ÿ<ÇP[®%üy86xßßo}æl?_[ÎWàäp4™‡¢ù;)AwÀᘙU´M­\.)³ó£Ã2Cµ²–ô÷é÷žõ‹¯ŠµëqÎWÀqÄGuç)wàR@×E`Xž¼g¨ÇeBBcáÄ­I`p¾Ž/.æÁQÇÅ<Mq1`+Ö?Pû(¼,øåê´Ôÿ|wÇ>v|w}¡P¸0Üd¿Øà`>"›pdgÒÆ»ž=Žc‡¸฾Û)só ³Jõƒbõ?óÞÖ*tÕÊÜüäÍÄ>÷ËÁäôÁîz€¸€w £;õQü¥Xû$kýÏÇqB¡R[EÃü誋?Cò‘œ÷Uê[úÂÜÂ…a¹ÿœ¯ßë»6[mÿoÜy©öý§ý^ßèÅÐÂÜ‚¦i6Ûõ¼àƒÂGuWú–^;‡ÕÿŒ£¹PùSÔírÝ_L¹O»µ--¿šŸ¿“\yßß´7g뺮ªjfyE d­´õ÷AÙõÀÑAwBˆä½¤Pî÷úâ7º®Wï¯/1­ÔþDß™³ý©)ÿ ¿öô¦«B,|½sêAªvçÞñ´;þmKó÷k[z“{*bfZñ ø}þ™wo²À™¹…†ê5ý«I í±ÚÜ6Ìpäí}˜ÑÏæ;½éÚÍ6³"SŠÏëó øS‹©æ ­ˆÄT¢ú˜äbªéŒvV»ÞèoQ™¬¢éôZ¼ªª±ñ˜Ï»Ó“®5}-îÊ½Š¯ŠþõIµœ“#°é›¾6ÛÛé;·ù`4ì†{MáÇBâVÂív‹áp8#•‡ióS‡ÑÌ7LxËÃÀúkV!I’Çã¹=•_Ïï>Æä¨mï{ßõ;’Ïxú/ŒŒ^22†wŸnð7’y#8è7÷÷&õ •_]Ë,¥ó/ò¢¢/|¬ýSîÅjf9½^X“åêß®6½~ÝX¯ý–9z#ˆþúj=³œ^+¬Õž›‘Ï>]É>{¢n¨ ÷Þ.sõÇBæQ¶út£U'ï%×^æ«÷—Ë%“ñ´;þG¯#0"§—Òµ{ÒK+¡KG¯´p'¹¾¡f­d­¬oëo´ÀøÍÄÚ˵úö6 «ÿ)³Šlú+þ½3Ü0i{fôsLJDÓÍ\¸—TU5ûìIöÑJîEó?»³p'Y~]Ê>ËegóÍ.Ï0ÙYìú¦³j¾ “ùi9x!Dl"þ|,¿š_{‘w:ÊÜ|»»òy~ž _(ÓJäJØÊä´û0zmZßéïÌÁ`2ì½Çm•ÿwÞø­D¡PhšÂ›ž:Ìg~ïT[™Ìµ—kñ›‰úŒ„Ç‚¹ÝCÂd$µí}﻾ºŠÌwéõÂZðb0|5’}šK?H¯Öä¡@ÓýËÁ!¼à}á‹8qÔÂq^½¿x×ívWW¸Ì¿ÈU{k«yÇI‡B×ußyÿú«5±çïúåÈ—‘ÑßËõ¿é>s¶ÿ‡ì÷Y·BÝPÃ×#Õ¿ËxælþŵG­Ú?$§SÕ§×/³éxÚ}§6|%’ß .þA9³œv:]õko|Ó^»âÄÝ;󱉨âî¤$IM§zu5¯Ì.¬,§«h˜ÉÚÿ~Òš>Ìègóî¾ÑÚ›nfô\Œ6‰qCrúAªº/êS[¸ÉΪ> ­]ßtV[®ÂhÃoDßÒå9ÿ"o}WÖ?@ù·Ûóß&Ó‹)Ï9OËW¢ù®1|5{m6=Z¾XL“a×· S—\Låžg‹¿¨N§stdtr<*õJ&§Ž–3ß0ÕF£zg9ºûcTüsõÅBÜ_¼Û|¯UÄ™sý¿×ÍGÒôuú^v}ÃãûÏùZî_ÞíÝeå‹8¹°¥réÂïG›þSõŒ&„$©iN‘ZL.|“L~“ìsH·§ypç\—ÛUû¡\.×_ÿf`´êr¹\{zËñt<~·ÛÝÿ‰;û4 dg}ç}Õ±Õ¯½aðV&Ĉº¡&¦éïÓ¼´uÑðþ5Ý̆iiúÄr¹ì>í6yŒÉÎê`×7Õ–«0Yµùà…ÅWEeN)ü­¨oéûœä»M…/‡jÏâÈÛz ½6;{±&Ã6:n¥^iòFtòF´º“IÅnDïï^ ÔôÕ×îÌ[= þÙÚ±±Yr8-Gbñuz»¾áñVö/o‡óF€÷‚¸—Ó•þþ~ÇÒãñÜ¿wW‘{ž‹ßŒ¯íþÊ»¤–ª}‘’ZªþÍúªÝ§œµ§èø#W#ów’‘@ê»”2­ì¾9­ ¾æþb*~3þ<²²œ®ýÐðMÓ®ÇæçÞgÐu½úf¬mj‡½ãÛ\{ô=F}­VlMÓrgµµë›ÎjÇÇCËÁ !"ÑøD,ù­ìê]ð IDATèuh[šÏëïxWf¦ƒŸ…½ŽÈõÈ>GnôD£×fgŒ€}ž@ÜgÝÊTÂW÷9ݦ¯>ÙßÇi!üyÄívÏÏ)¡ËáêFL/ejùµÝ‘¼—]ÏÁÑ|#Àûµû€û|lò«„ªª¢"Šjõ—ÚfM&‡£þ“^±quC­}Œ©&1«”7KåÍRbV ] µµêà¥pb*Q~]Ò¶ô™Y¥»ã¯70è×¶´¥ïÒ’äðxvšm¡‹£‰i¥\.•Ë¥Ät"t1Ôr9ósó¾ó¾úßN¾ŒDÇ#^¯·þNï§ÞÔbJ×õòëRý  3Ü®½OoúyA£µ ] ½Ý§ÓŠÁcFg¦•ò¦VÞÔÍv\ËÕÖ®o:«-Wa4½-/„ÐuÝÑëpHŽòëR¢îjïv'Sátº2Ë™¥åLò^jŸG²Ñ^›1::vè³pöiVÛÔDE”_—”9Åÿ;¯ù©Ãhæv«•QùÎûª¿öÃÞÝ],g¦•ôr:~cÒâHŽÂ®çàH½ð¥¥ïÝ}@T?+vízLý»êþØ}{÷]ÍHô‘Ñ`HßÒ«n†äkã1õïªçOòë·ŸZóø#!½¢/'Ç£m­:z=¢ëZp,¤m铊vwü{û:‰[‰ôƒûo7p"ªÌÎ.…„‘@t"be9·oN6üP¯ðS±ðS¢öqÀêÔÍÏ*ñ[ñ…o“Î“ÎØx$·{rà ·«áé…BÁû[o“w&ƒµ™œˆ&¦òð¨Ô#E¿Œ¬þÇj“UOD•iE–¥)òExïcZv}ÓYm½ ƒém9x!ÄüìüÌì̵‰˜ó¤3òe$û,×Ùdîľ“Ž•‡éÐga!ôèx´ã#Ùè‰F¯ÍÎ ;>M}¿¿•ÐuÝétÊCòü7 æ§£™7Ú­VFeòš­æ3I’Ü»üƒrîi¶v1OË‘…]ÏÁÑ|#ÀûÂGuqÔÂGu‚ÅO‹â„?ÇÆ£‡þ¥æÅb12Í?ÏÇI;Öƒ?Ö8u°7¶Xù¨.ó°¹ô÷éÃÌú3³Š¶©•Ë%ev~tX>^su¬hŠ‹y ›œ§ÜK]ayòFœÁˆû€ ñ ÜVäJ¸z-ƒ§ö&“€£€‹yâ>â>â>â>â>â>@Ü@Ü@Ü@ܰo=L>X™å4“LFBR¯ÔpgŸÃu˜cX{™sŸõ÷ND¾Œ3 ‚µ—9ßy™yG8ÌÐîqr¿ÑJïw …ŸÖˆûÐâDÉ;(8ŠÀa†îî‘Ã) ?­ís Ä}@¼ßª‡y¢d_ƒ£f8´œ}DðQ]À¶ˆûqqqqq8gÎöwkQ…Bá°ÜÅv}̇064Lõ5ç`VṄ°|ï>ÐÆƯëÝ]¦27?y3–í±Q1EÀ‡£+'^†ÀQ£WôÌË•íŠ^»çDð†’DÜÞs¸¯ÿß_7Ö÷¾ƒîÿmµøs10$ï] Å%ïd» én,¨-íxŽ3gûÝŸ¸xú¤þΠãêªNl"#vëŒ!õJîSnyйq8û9!ìóeÈaÚÖU+:O ]QÑ…å²x³%;$qxÏámIßÒë_…µ5Z_õÞGv°H’”{ž“w“VîYNꕘtpÆÐu]UÕÌòŠ<È>Zq:]ŸØç]¦Wœè¢¢éBˆŠ’$„~hkçÚ}Àª†VzõÏœí¯¿?y/é”û½¾øÍ„®ëµG¦¤üƒ~ó%4ýW“§7¥ªjl<æóúú½¾kã1MÓjÿ´ô0í”ÏxúC—Cê†Ú¸Q‘˜Jø¼>߀?¹˜Ú»®â«¢ÀŸú.m¾¥íÎLÓQµT.—Ÿ…Ëå®ý‘ùèõHò^êíh“ÑëQó]/„X]Í^ ñôûå¥åŒÉ÷Ñ^û™7ëÏݻ˚nÅ™³ýÉÅ”ï¼ßçõ%¦QF‡hÓU !¾Þ¹?õ e~dv¶íÚ–æ;ï×¶ô&÷TÄÌ´âðûü3ï¾³ƒÐ¤tôx<·§áËáù¹ó^?uM_8¿ Í7Íln‡ä3žþ #£…—…̣̅áݧ«fGè0Ãñ²sÏ ]HBôˆÛCDÜöÕÉ«¿È'õ •_]Ë,¥ó/ò¢¢/|¬=xõÇBæQ¶¡Ý¾w Fš>½©ØD,üùX~5¿ö"ït:•¹ùÚ?å^¬f–Óë…5yPŽßJ4ÎæWó ÿš{ž _(ÓJäJØ|KÛóQeýàåðê…àå®%þÀH@ÓJ…BA±ú² io#­¯©ˆÞˆG'¢¿¾ZÏ,§× k&wZÜG ö3om=wï.3ÚŠü‹|öéJöÙuC]¸×ü7Zuò^ríe¾zýŽkº-m»£×‘ÓKéÚ=饕Х€£WZ¸“\ßP³V²VÖ7Šõƒïà ´"<Ìí¾”LvzmêZžÚzv8·Ïs™ïÒë…µàÅ`øj$û4—~^/¬ÉC³£y˜áÈÒ+ººYR7Uu³¤þ£$ztÑ#Ä !Ø–Nl !Êÿ(•w ê•ƒíôät:…ñ‰ÈäŸö Ž mS{£½éú®†{j2Ëéàå°Å%g–Ó‘/ãBˆ¦KÛ{YüÞkâ®C½0,ÿ⇦¿Ó¯_BÃÒê×bòô½9ûí¹fK—Gäü‹|õ‘k«yÇI‡B×ußyÿú«µúµø‡äôƒTuðê†z!0Z[»òo·ç¿M¦Sžsž–[ÚîÌ4Uˬ_.—«ÿët:3Ëióë%2Ëi!„ù¾þuc}éa&÷8ë7†Q¼1EówR‚k÷–ý{ëJåÒ…ß6ý§¶®ßmëé ƒ,¾**sJáoE}«±UP}§BH’Tÿ‹ïÝ]vŸÞyƒt¹ßYÝÝ¿¦Â—Cµa¾¥íÎŒù¨Ì³~uØÁËᖉߊ±ËÁù;óÙÇÙâÏÅô_RVž’ZL.|“L~“ìsH·§yÐot§Å}ÔÅyÛçœmEíØp¹]õ;¢~þV].—-“ñt<~·ÛÝÿ‰;û4 dg}ç}Õ±Õ¯½aðm„Ö•7Kµêšìt‹‡ng/ÃýÌ-‡Ù±8ÌpdmWt×I©ï´=ÕÿtÑ#NôˆíŠÐu]üKI꺮‹-]Îíîî÷®q9]éïïwž;{„®ëÕwYmSël‘‰h|"–üVvô:´-Íçõ[®(œêkµÚå*©ïô 2ÓÁÏÂŽ^Gäz¤³-ÝïÌdý.'þù"»Ÿüj²ñÔh°k<Ïý{w…¹ç¹øÍøÚjÞèÎÎöÑ~æmŸsn´%µTí\–ÔRõ—ÃÖWí>å¬=ý@ǹ™¿“ ŒRߥ”i¥v„[|¥—2µüÚñ ³‹/Ãî¾9ÌŽÈa†#ë„„â¿ôm!NT¯äéÙÞîÑ…Ðu¡ëb{»"„®ë!„cçÁ†k÷Î9Žú¯}>6ùUBUUQÅ 56okiÞO½©Å”®ëåץޝìÔuÝÑëpHŽòëRâf ]™VÊ›ZySKÌ*ïV®Ìrfi9Sû0kË-íîÌÔ†‘‘«^øÛð_þE®+Ù%z=òëÆzt7NµÜ5±quC­}ÏäÎÎöÑ~æ­Ýç6ì2£­HÌ*åÍRy³”˜UB—Bm­:x)œ˜J”_—´-}fVéîøë úµ-mé»´$9<OíOL+år©\.%¦¡‹¡:-èº^,g¦•ôr:~crŸ/Ìý¼ bn9ÌŽÈa†cAú¶BèÛ•í7z©TQµŠZÖÕ7•Òö¶¦ëšVÑt]•ÿmÝ}`éð‘Ñ`HßÒ«WÔT??wízLý»êþØ}{÷Þ¢ùY%~+¾ðmÒyÒäžç:ÒüìüÌì̵‰˜ó¤3òe$ûÌêB¢QeZ‘‡e©GŠ|^ýÕw¢ÆIÇÊÃtè³°zt<ÚrK»;3ïÑ® ÉׯcêßUÏ'žä×ó&wv¶ö3oí>·a—m…À é=x189mkÕÑë]ׂc!mKŸüS´»ão|úÕHâV"ýàþ;Gøì|àRH D'"]?NªŸ¥‘$Éý±Ë?(çžfkótüÂÜÏËð€æ–Ãìýf8f‰¿òFÓËÛ=oÄ ]T„èÕëõ«\’~(Iœêâ¨{_Õý‹ÅÈx4ßQ½qñé·.ÆÙö9pq˜q˜}È{¤Ãêþ¼$$!z¶E8qRßî-îü[EœØòloJ;ÛÕEèÓÕpff•èõ˜^ÙVfçG‡e&€ÎxÝ>gŸ[ý„Ô¨OÊ)±óWu…BlJ£Îˆû_ÝÛBBr9út0Ä};œ§ÜK]ayòFœ  3Rä>¹ó¡²m!DYèºxûI•Špþ«ËyÒu8ƒ!îØ¹®^É 4õÁ^b3`?NT/Ùß»NK’*Bð·ñ÷€Ã¢Ÿ=.IlWó¿^'qåÄ}à 8zûúOlW¼µ{Nœ”¤Þ¾Cq8(R46ð>¯•åÏl¶EÜl‹‹yð¡[{™+ü´Æ<°¯Ž"p˜Á–èîƒS*§Tö5ÀQ3ØÝ}|Ðä‘ <d>œÝÍ$€£fh‹¶©÷M »ˆ>úˆ[n¹å–[n¹å¶áÖˆû ëôßÿýßBn¹å–[n¹å–ÛÚ­m?qºê«À– k÷ñ¡«u÷,&„cô¡jºû v'ë€6Âñú%ºû v§»ÚHî³÷YÏqÙºû v'ëÛ&â>¨Ý?b€]qÔît÷€mqÔît÷€mqÔît÷€mßÌjw¾™´‘ÜŸê×ò¬>Ï:O»;~:Ý}P»“õÀM«Ï³ë¿¨ûYÝ}P»ÓÝm'„ÂäaûÌú‚î>@Ö6NÄ}P»óÍ<À¶ ¸jwºûÀ¶ ¸jwºûÀ¶ ¸jwºûÀ¶ ¸jwºûÀ¶ ¸jwºûÀ¶ ¸jwºûÀ¶ ¸jwºûÀ¶ ¸jwºûÀ¶ ¸jwºûÀ¶ ¸jwºûÀ¶ ¸jwºûÀ¶ ¡‡} jw?èbBÐÿ?}»\²ôЊ8qÊ%ý‹DܨÝÀñHÛš&Êå=’º¨i7Ù ±-*BBü—ØB]’è=!ý‹“¸ÅÚ UtIQ’Ø!þKˆŠ®W„$t½²[ôø†÷AíNÖ“ômñ_º® ¡ëµ”¯ ±½ûƒ¤ƒÞâ>¨Ýéî€.'½"De{{[?¡ë»¡[Ò÷Do½GtÞ'îƒÚ¬º™N8Â鬶ï·wïÜÞó0IIH'â>ptkw@BhÌñÿ"I÷Ù¾wÔîd}`Û„@ܵ;UØ6!÷AíNwØ6!÷AíNwØ6!÷AíNwØ6!÷AíNwØ6!÷AíNwØ6!÷AíNwØ6!÷AíNwØ6!÷AíNwØ6!÷AíNwØ6!÷AíNwØ6!÷AíNwØ6!ô°/AíNâm%„ÕçÙõ_Ôc±!t÷AíNÖm$„c”õÝ}€î>h+!8O»§ÝÇeCèîƒÚ¬l›ˆû vç›y€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔît÷€mqÔîqË-·ÜrË-·Ü6½%î6©Ý¹å–[n¹å–[n÷ÞÚ@i¬ÀHHÛÔ˜`cÄ}|¸¤^éVb€q1@Ü@Ü@Ü@Ü@Ü@Ü>|ï>l%0ês¸˜â>lˆ¿œP‹yâ>â>â>â>â>â>ðAØùÞýÀHHÛÔ˜ k/s…ŸÖ˜«q?ût…¹¬ Œ„¤^©áÎÌrú@—oÝü”¨ÿ«ºÁËaö`QŸÃõF+í½¿[¹ÚhùmáÚ}À¶ˆûqqq¿sÉ{©k×#&¸öE$¹˜:èaœ9Ûÿ~7ó½Ï€…—ÿ ¿a®êÿ×ÊfææÄn=èCå½øØm Äý£K×õÔ_S·ÿœ0yÌí©Dê/)]×]ljk3Å (_Ï/ÌÎÿº±Þt6,næÑÙDs@Üobfn¡ßëë÷úæŒ2Ç…‘ц;/ î'‹Ôž[¿ìÓœÏës»Ý&Ot»Ý¾O=¹g9+«¨þgþ°ÔbêÌÙþ”…sâª1·V6ópf ö߀?~3®iíý9¶âÏÅ¿ÑlXÜLë›óªÍ*¹t÷—fò/ò¹’û÷'¹ù¥åLÓ‡I’”{þ6åžåöówêsL}LÌ=Ï.Z>7ð‡Ñìóœ•UXI䩇éÛÿv;õ0}h;ÆâfÎ T“}¼¢ëzbZikú–^÷×:ßL‹›€¶ãþJfeòæ¤ó´ËyÚ5ysråÿ5ÿ¼Ñë‘ä½·ýïäb2z=Zÿ€ä½¤Pî÷úâ7µ 3Μí_z˜öÊg<ý¡Ë!uC­Ý_ÿÜÚÿ®½Z÷ÿÖ[»u5?z1tÆÓï”ëëïo½k…µ.%ï\_o_äJ¸ÏÑ—{žßû€â«¢ÀŸú.]d}³üíVTÄÌ´âðûü3ÓŠ¨óÍoØÌvg¯»3På<éR¦•ü‹|mÕ©©·×å7ÛÀú iú;‹›i´9þ!¹¶É™G;{_ÝPýC²ù¤5Œ<1¥ø¼>߀¿á8íÎù[í/³[¬?gÁIDAT~Hõ3öîçš?·aª Æ“¨Ž'¹˜j¹ÌUUcã1Ÿ××ïõ]½ýÝÎALx_q¿øKÑwn'øÎõ)6}X`$ i¥B¡ „X}Yд7¹ö¯©©üêZf)‘}áëäÛ<ýb5³œ^/¬ÉƒrüV‹Ë¸µMÍñ¯}okŒñèDô×Wë™åt}t¹\Ú¦Ö•9Zz˜Ž\ !"WÂKS{‹ðÕˆ2­D®„«mò¦ýò…;Éõ 5ûh%ûhe}£¸p¯Åæ7lf³×Å0²úc!ó([ÝØ¦X?!M‡`}3›nŽ<(¯þ˜B”˥ĔR —«?æå!Ù|iïŒü^RUÕì³'ÙG+¹¹®±,³~HµSfy·t1ynÃT7Ïdùu)û,—}œÍ¯æ­Œ§*6 >–_ͯ½È;Nen¾ã lëeöãDoßêî;¾¥¸¯oéŽ^GõgG¯Cß2üÄdäj,ùmJq÷ÞÝÈõØ»¡9£L'œ§]Ž^)q+ñäé“Ú?ÍO+N§K’¤ÈõHñçb‹ÁTÞY»Ô#•J¥òfÉétÍÏ*]Ÿ¬òëÒZ¡X½à$p1°V(–_¿ýSÆKߥã·é)yX6_ÎÊãe*átºœN—2¥¬yüd`À/I’Ô+%nÄó»Éþ & t+ëçž=»)«ÇÊs¤^IÛÒ‡BÛÒL®È»œ¿3Ÿ}œ-þ\LÿåFx©\ºðûѦÏrì¦I’Z~ûŠÓé,ýãû´«ú¿©ÅäÂ7Éä7É>‡t{J‘wÃh©Tr¼ž:“z¸¤iZ¿ÇWÏ훓՟ïþ5¾òœó´ÎÊå²Ë½3f—ÛU.—Í7¿a3;˜½ǹؽPÄápøýÊT¢n_¸¬l õ½i²™M7Ç?àOL)BˆÌ£Ìüœ’¼—»\+¬ÍÏ)æK3yWŽØ–Y?$!„º¡&¦éïÓ’$µ|®•ÃÏ}ÚÝÖxªŠ¯ŠÊœRø[±¡È?ˆI]Ìúžs¾6â¾çÏÚ«õj’^{µîùÄ8ÝöˆÈ‘ØøäW“ Ëv9]éïï7d3=B×õjÖ©¿ŠÃw®¿ðãªûtpglÏý{w…¹ç¹øÍøÚî¯- ?|^ß>çK¯è+Ë+ù?Ô†]~] C“7¢R$„ÈÍÜî¶»™M7G’$÷)WöiV’$yH^¸“Ì=˹?vU‹“Ö0òÎØî-SÓ´kã±ù¹…úGîs<êkµú Hm'2OÄ’ßÊŽ^‡¶¥ù¼þƒ›4ÐŬï:¹Æ,]Ì æʯKå×¥…¹…Ðÿ ™<8z=òëÆztOüû|lò«„ªª¢"Šjl"n¾Rï§ÞÔbJ×õòëRý•¾òP ûôíµÂ±quC­}òµ&ûôI`èí6}GaöqÖçõÕgçi—ïSOöqv7ô¸2Ë™¥åLí3ʇCU›| 1tq41­”Ë¥r¹”˜N„.†ÌWݰ™íÎ^·fÀºv7°ÝÍlØœÿ¬L+ÁKA!DðR01ðÊmMZèb(1«”7KåÍRý÷u0çÝZfäËHt<âõzÛz{Õ½33­”7µò¦–˜mc<º®;zÉQ~]JÜL褀®eýSnÇIWqì³°Ð/ÿaTþè<è»ì`‘+ayX¾v=væ\l"lõõ‹ó³JîE®ßë Ž…å¡Úýy­°V‹5!ùÚxì̹þ…¯“ɯw®rVUu­P¬]O_(¼ï~ýK}6ùJ“Ôwé±ÏÇgãJ8õÝÛoätžt¬ªKÜl•õëÿª.q°[Ö¯ýU]â>`·¬ïpì\»¿óQÝÀH¨ÏÁß½öåàrµËéÎݾHtò"?%?ȱ»Ð²V]h‘'آ¿¬ò"y!‹THñ\:FPÃÜÁ\yñ1²,Ë’,Û’Ÿr}FÏÃu_÷Ó÷~œß¨ª Ã0 Ã0 ÃìG$Hü!ÁŽ`†a†a˜ýDáqÁúÙ’üæ3“=Â0 Ã0 Ã0û È#òhå˜øÊTÈqÀ?ŽH B…ýÅ0 Ã0 Ã0{oYîûß–…¾¥52¢ÇB ‚ˆ`/QöÞCûEY¼ÄÚù»a†a†av5Ërß_¢ÇCc'“2’õÒv–ãˆ^©’aS7£å'Å©ÛY+"<PÙ} ³ ÌÎÍÀØè‡÷ÍqNc¸vg÷´çC¿ %Î'4Uóƒ°²kýù¦•? ³oå>A}&ÅÏDQ"ðP?¤›/©ü“){vþûÙØ™¨q4:ùy*óå­‘‹é™»sD„¬ø¦»Ê6:¶‡øýúÖÏÖg±¾ù³~·Ùÿ™íÍ͹ºg˜½‰ß§_“ûþmá§’j$À#XÌ£° -ÛQ‚`ÚyX)ÂG©ïæ]Æa†a:QxTˆŠåî儲,ÇNÅò?ä}ÉUÏG±S±Ø©˜¦jŽpæÌÕÕäÃÿy§ÿítýûô_¦Ï½NЬ—Væv¦¾³V»;´T{ž•ù*?—äÓÿvÚxÇH|œÐé(aù§òìÜlùDzZ]Lø¶mÈ€ÐïBšªç‹‰¿3Ê?–×–P#¿I}ž 2_e’Ÿ&×>´Ñ9;=5ª©š]±óßççÌ5†«ß6JùÇrüÃxñI±R©4 £gFŸ&@Q|RÌ~•%¢µ¦Ö¶tfÓÉõû·» ´Œ©M8äøHül\Ôˆ(w7—ÿ>ß…›ð|—'>Hè‡ôÜÝÜÌý™šÿ*—Z9s£n N•°œŒž­ÝpæÞÌÄŸ&Ú…zmÞlÌ;íCŸü¹n}ßá¶ÿÀÕ=Ãô¯ï|Ýtä“óŸts‰Zã÷µü¶–=ª3syZ²a±@?ÍNṘzT)Ù`-¡f-¦éÊ€ àÖÆøÃþtþ@în$;3Œ«©w›y;Kþ1iYVü£xáQ!ùi2v2Öx‡Æï¡wCãǧÿ<­Ò'.N¬‡ÕŸuŸe2§c§Áƒ‰KÆ;ÆÔÍ©±ËÍäÆþm <8«‰’Ó±Óþi2À?æîÏÍÝŸ«u6¯öx=M]N‘G©«©üý|ˇ6:gôÌhòÓdùIyìÜX¹\N|š=3º®ß6›S7§ÀƒÉK“-"ÈD??>öoc¹¿åb'c‰-O«ÿ\7\m¿¯þÙ2¦6êüÑS£©ÏR¢*çÉóI}PïÆÂÍy¾Kƒ##(üPhùßM<º)8õŸþUÑÑä$+•Jü£øäç“ÑÑ.ý¿6ï´K Ûš’»»íºOä’œ?üÙµÐ<ªÖÅ%_ßùz¥©Ðæ4 ܪ뺮š Zêòdúc֯ёÐÈI½\6‹VÙÐÀ êêk‹š ?ÛðÊáÖÃtƒeY… ±3±Ùû³±S±¹sö Ûÿ—ŸûFÏŒ@ö«¬ó«3óÝLüƒxìL¬qn=“@æ¯çWçáÿ÷pâ³ mPëòuÖ=3ó׌ãÔr·TÀë¥å¼rœ'NéI©ñVVuo€ö¶‰XÏ-ÿnÖs+2Á :¿®)±“±äŸ’vÅN]NY–Õî¡G|›½›u~u²ßecgb±S±ÜL®³ßÖŽÃÔ¿¯H½Õض¾™N_KÇÎÄfÿ{¶Éªì7ÙzßmòOÉÈHdê‹©vÆ7þl®uÏô¶‹©¦uv~ìl n}qËOŸ–÷Üó“VY–Àzaµ¬·é-Ý8zv¦¾œ²mn}yËÐu/\›w6šz›’7tÛuŸ¸î#†Ù:ñâõï¹»¹uó]üƒøJ×áêËW†æ¼åÉ<¦iÖWVH@âZV bìDDC,•ËèPRñ%Åhú%<I~žnÈf¦•JeúÏÓÑ“Q¿²ŸúbJ,‰ú¿`y2qcýªêY¬ñ»ùÔlºy7wXQÛëiš+÷Ÿº95yy2{' æ3sêæÔüü|K«º7 ~.î+!ÿ¿Ùo²ékéØÉØôÓõsLÀôéÆÇ­}hãe@©ïAe©vd]¿u޵vÇçîÍ…Cáä§Éú„%ÿdã¨1ñ§‰acØ© Èíâ±ég»p­{¦ÿ³sLÕÏìì|?Ëåòª—±ôÇóÝ ö’í[Õ2:¶é-ÝX÷€ßºhʧëFbcÞÙhbèwJîpÛuŸÈÕ=ÃlTØPÖî¦ÎrÉ2Os7¤§”«ª]%Ã0a“$—MK ¢EŠ6¨“„æÏvúæ­ï»Ï0Áïà×Tmöîl]C¬hšŠ ÑãÑac¸ö9:¼¡ûw‡ =kæÞLøXxlt,ó—ŒñŽ1}sz«H0öþ¤¯¥Ì…sÁßbeìý±Æ·y$Ï'‰hê‹©v]ìkq–PeÔµnÒ†X1ÞXÇÿéki»bOÝ\Õÿ}ëË[‘‘Hêrjøèp8nw­oÞiºI»˜Z¢õœo¿´@;¨mÈ’Íy¾Ë¤Uø¡í›ö$ÒW%ã—6èª^kÄêÚ¦#±Ëİ Z÷¶}z"ü±üýÑß›>}zJ‡Ÿü¶åQ‚Hh RŒˆ>¤ëÇcBºïÄFNFARæäͧ¦eš ³!Æ/ŽÃ×o^_û¯ì·Y˜¼<)Ë2"Žùú›¯7tóîï°¡gÝúò–aæ¢Yx\¨÷€?$¨ª½íè™QY–‹óÅFZœ/ʲÃ0 ³ÿ¸õå­Ì_3梩ÔÓWÓ½e·0 ³wi#÷=°-{Ñ"" "š £gc¥§ ö ‹ª„ˆÄ/Øc†aö#sæÒ7ÒÆƒˆÌgæø…ñÆÍL†aöm&ó¬Fª­E«,òò\†a†a†Ù¬3™§Vù Ã0 Ã0 ³‘µ?Ã0 Ã0 Ã0û‰ß¨ªÊ^`†a†a˜}ÉoÙ Ã0 Ã0 ³_©Mæ1Ÿòì|†a†a†Ù'”žâ'¡q©®#lö Ã0 Ã0 ÃìÊ?–ü/<™‡a†a†aö-,÷†a†a†å>Ã0 Ã0 Ã0,÷†a†a†a¹Ï0 Ã0 Ã0 Ëý]Ïá¡avÂ>sÑ›§õP—Ëå÷NF9a3 Ã0 Ë}–\.nóìøKßœšø<õËâ;‡a†aÞt¹xhØÿ ‡Â§ÏŒMßœBôJöVmÔM=<4‰Œ_š¬TvæUõp퉜½“=<4œ½“Ýz v°‘ „‹€·rä“ ãõïäQøX¤›ôù†4ÆêׯùÌŒˆrùÈ0 Ã0,÷kZá—Å…Ò|qêfšÈžŠí”ŒîÒÔ_òòÚ€–üÓ$§€šÜ¿›»òŸW²ws{:²,‡…ó?äkê¿* ?êú¾ð}!|,,Ë2G÷ºP•^ÁÇ0 Ã0Ì›-÷}Ñ0Œ+WSñ÷ãS7§ýƒ–e_‡Âáð'Æ}áå÷)ú½ìõË3·3‘ãÑáPxòóùû×ù­È“æOfgZÚï–ý&9©[˜¹“ ‹„CáÔµtcïr‡pmÈ3ws‘ãÑÃÆðØûcÖ¢Õ[o” ’ø(®ÈJáQ±~¼Ýsçç‹§ÏŒ6†#Ç£3÷æÖFÖôµPd¿Y.X{«–Ø"çÎŽÎݯÉýÒ“”ʵWÊåæfÏíàä¦8õ1Ÿš‘‘HöÛ¬ Úhê]ùéAêj* ‡G"™;Ùuï³ ´4µ1Œ;eÃ0 Ã0»Hî׉Ÿ-Ì×$ãøÅñø‡çŠóÅÒ㢪ªé›S°:ü‹Ù,à¨JÑSÑâãâÚ«Þ;yúë;·t]÷…xììhñq¡õÍ·@S&ñáÏêCz:Ø_|üwUÕêwþ{þ¡+kÑŠŸOº W÷~(Íåˆ(|,²ð´Ô+·T^رѱâ|%$"#ÑüܬzPëðÜÈñhâÓÄéÖ=ЖȉhîNÖ÷Fã[Þª·QìsýZZÔÇÇ>ˆ§>ŸLߘš½—ËÜΊ%ûÊÕT'7Åiú?¯Lý5“»“5Ž÷ŸŸ/¦oLÏÞË!b÷©w•¾Éúç[‹Ö{±Óþñna¯“²_› ï«a Ã0 Ãô‰¹{¹©/³}˜Ÿ[Y²ëӣͧfúfºü“IÕNìŠýÞ¿žÞ†`׌"ûM6u-•û.×Á€ö7*]Ðt­þ¥R©l.\Î÷…2 bogSdïÎ!†pã‘+ŸOtxnöNfú/™Ì_2ŠŒW®¦£Ç#«@¥R÷Æö¡‰Ñ÷Ç&?O%>Š !B¡<˜»?wëË©ÎNnŠÓ[ËÆßkÒúÖ¢•ºšÊ}WÓú›ˆåJ¥¢Ô›’Í6䂵ͪ.çPm[öd†a¦ô^îçfæêú/q19yq<óר”EU„C‘–—hª–ûîë&±ÕWdYN^H†E:Ð¥ý`[¶ßŸm[¶?`²‰pm¿È£Ù{³½Ú~gÿÄ¥$JØî*Ã0¾¾} “ŸO–f¤€>¨Ö½±#†3÷æB¡„B¡ì·YÄÚñîKY–˜‹ÖøÅ¾o˜#„ÈÜÎïè hgÿZR7Ò•%»²d§n¤ÇÎŽu®÷CþA> 7*9õ ~×È?Èw¸jüÒ¤µh5®Hndôl”ûú¡íNRd=Å0û‰Ò“B‡,Ϲža8×3 ³r=ÀF^³ÅïÜe˜ýDùÇR犟s=Ãp®gf¯çzÿ ÏÝg†a†a˜} Ë}†a†a†a¹Ï0 Ã0 Ã0 Ë}†a†a†aXî3 Ã0 Ã0 ÃrŸa†a†a˜M!íE£ÅRïw “x¿a†Ù½¹ŸË¥Ã0 ³9¸wŸa†a†aö-½ìÝ'¢uOƒòÞQ`f#xµÒ…<@i?“^7—{À0£Ñ.c†a˜~È}ò%Ôõç!ü7ö¡Ô£êÐç•ð…u}.kE‘90ÌV@ (² kòŸ#*xn¯‹®@Ë{Ê·¿÷À²+DÍO‘ƒímuú5Èp_¯>H¤À¾*þ€'–p%¹ç^%6Ÿ %ä%†a˜~É}ð‚ˆA¯í£dI áb¿ãˆòO&€ ¨jm½Ú $›ªJл†ò6+~†ÙB®_]a‹Ö½ã*ºDW"Q ·Wå,+àú9×­’=žO¯„½dƒä"bPiQ”y`Zx(< õ¶gÀkVùx+‘ëèýCÀ(Šøk„$$Y–uÒ"$Gz¢ûɃÆÚëIK‚€ðÓß’!×sðîz.x@¢JˆÈãoÔªb¦çr߯û½ÎÊ@Ô­çVO?y„ˆÚ nWÊÐMŸ„@6çÒŸþ†—•5¡¦Àc!NvÌþí’¨ MUWZãU¡$m@¶—zÔÝîµj]xíOîa!ç]±AQuðÀ!j­ã_H <°_š•—–rÀ€^ i¶ú·ˆ($UêSü*Ky\ÌÁK‹\| €^Û&>+à ŽCqg ¶ÕV" !ÀsUU«×Q $\iµJÄ#ðÎ’íW+T(s?ζËmª Ëȸí,ÕrÅL¨F‚\½2Ì6ÈýZHëUÕ  jÖs z¤ø©êb£!½«ÐxPœ·*Õ^”n?›hZиbÁ»„(5K U–ûÌ>c9[–…ˆŠ,׎x@UUò((˲ð¿Ô›‡º^=‹Që óÈЍöl*½&BIÆ  ã¸¯Dkq”å€  z݃ùôäójù>¾PB "JЩ ª: öxñ@­,þ”#‡0¨Jµ®Tô'Ñ¢‰•´ò®EC w+¬^m†ÒæüCÞò\Mf»¨š·L˶–„_ê8rTÑåà6u·‹Å¤nŒÚ‹I9Täa˜mûDëi}—\¨hªf?·–{k6m>¹–e©º®t_²HØÃƒpš9Úûq …Äý9çq¡ö¬Ú5àÑFfâ+LË41 HHµ™®ßýí¥É²,–z:Ÿ~y^‡ßõÛl’ß,U‘ÈémÛ%P¥ÝYµb­§ºÓq„½ä‚Š”Q‚À[µU T Q–!r©‡Š­þ˜"T–Aƒª€ ˆUÂsè%¶øDYF€ wÏk²ë‚3ãv²ð™þïâÊ0šÖ (<µçM{êãÈ6(~ êò¡¸c›$ (G9R¦ßrý.€»bÛ¶]Û¥Çuõƒ[Þ ú­ua]è×V/(pPÃ#: È j°äÔNðü™ <ÄÌì3ê ]ÔÔÒOeå…ªëz­yïúÝá ª‚^¹®GBÄ(¬^&äù½ -»ƒ ôPñ¯ÛIA „(õnjÖsËïùFâ’‚@DRKÑõHU52LoZqK|–".ûYBP£0`À’•xËò:ˆP%|– (º;ÝJH7‡ëxÄr›Ñ‚C iÆ  ”ŸÙ¹Ç½¢BÙÊ?ÑÎ0ú^½ÈèGGÁ#ͳʖû Ó¹ï­_R˲Œˆè8v ÏíÕ²ÝÔú~|D×ÎÅéW§öúÅ zaÙws´$=efö±èGùm~6eEA¿@äz@@(z¢È\¯a,Ñ£å®}jš ‚Rm'P "yžˆ`ªIînæç ôFJ È²#H‘C×ý%¹ôÊED "!¬N €rP‘e™©ºÕæMÀ#ÙšA€¸¢¤Â0` èQxY4¼2T.Îq75ˆJ¸ÎšK Ý]åìÅX½…t`&o‚ –'úüøª žƒQ3ò@¼[P5!hp¼0Lå>5*àŽÏÔ5MUPB{ÉÞóý1€GxÄÐ.Nâ Jßçý­}‘!ŸŠ¡¢X_LùŠŸaö!ž¿%!¢>¨™Ï,sÑÔê(5tH Ë2x2Phk»ô¬ÙËkB±Õä@ * _û¾îå,—vskËI¥/6†tÓªøM áØ¿ Dt~­™¡( ‘¨Ro¶¦%¨”€c0aAÕ@ˆZ¬D@Ø0ª¢ `¥D¢‘­º—¨9B=²—E Ê›öBåþmM‰MÁÚ4³À@¿.ì¬fŒTP’ íhܶ²òÐG ÃôQîw¨ÿZû¡“†<@Qû÷1TÅ?æí{sڇ窎};£]šÀß(§böw3<ÐÌì?È[µû½¦éÖKÛ®ØPß0q¥ë½>ó»7ÔËðWîRû'@ž‹e«k…½†‚³Õ`Öÿô¾|”@Q~*@UV%âr‰@tª$ªdÿjëo÷à…†økˆ@@ Ž%<r‘¿š°d¢l€l€þJ ð-»[’û(–l˪@èXhyøý-ݬn8®ŸZ|RB¨ò°a¸«ý¦²D…§È0ú®ÚÇ'UMag¡Z’“à™€x¶z(n?‰ÅIYKp?Ã4òÛ^ÞÌÛÔg¯ãÒñw!¨Tì;YziA¥B/+î’å’ýMì»¿íø¦åZÛ¦jƒj-÷ª¨HH‹yPðÞ@ $€µMG·¿ä#ðUI¬î±m{m§’¨ !„¨’,³¤Û1ÊÏmáH?aôg»}T¬½8aÛeí 1€xxø›Þ’'@ÒQŽ ¨ÌØ‹ G5²¬õf[_uM!È@@Xíi1€²¦©µ)¤ž‹R`Uø*]ç• /­žjpÔãòHD…Å£U“µãxD§GúÙ‚ÞtŸÙwø‹#WéZBôߨeƒö K–•å½;¨7"ØÊ“êˆT;¸Nw{¯ô7ù}ÞíßÿJè+~ ö¶Î x™¯•¢Ž UžÌÀÛ¼ð7âŒQ9‹žR$ PBðˆä-ŽÜ’,+ö¯ŽSu´ ¶< Cú]­ª  „uѯëºùÔܶ¸2m b4¤!bXïÛœÕ`HHl+CfA=RD@%ò@9°Ÿe+VQǃ¼ ?ÃôAî{à¶ÙÖº²Tq=G¸DàâBÏlQAÏBým}‹[ï#JåA䢌RmdŸöj@Ä€ÛÓ—zV=3IˆÊw9õ³ ýö-ûrJ<* ÈÚqõr ªdÿ5D<¥”Ù—¬U½èU…]ú!½8_”e-pG(Š,ËJ/ä6 ×0uÐ"_h¶*ü 'У,ˆµ²³}ãHPmúÐÎôôvqydf© óŠ2ˆ’Ž,+þ<Ÿ¨€ç¢¿È …·\5¡¦iÊâÊêjD”ƒÍ&Ь„C†#4DäívèQ=bh¾îïëƒPŽ¢…ª)ìLåqÊ81€D‡ üCåˆjäxg†é›Üo3™•ñ¢ˆC9Ž †é¯Ü§v;óx.y‘tÈ#—€Èï}ïý›8ˆHH £ÿ–Í•Yž=®w›¤ƒΟ§¿eñA„%AÏ-h˜\ÀsK™ý¯õ_X…ù¢¦iH€GÚÛša•ŠmÛ¶" ª[PGž[—uXÛº±6w¼ÃE½|µŸ?qhí,&ÿ £‚GÖâUÅ^—ŸnP‡w'àÇë²d( ) É€@²AVÀsx6VD5@ÿ2áÊú+%!÷­ZϽëQ@–EQÅZ\X­õ±'sÉOºÊôº—£®‚ãS´8‡/óy bm4r‰ˆ@!5î£ÜòŒm lËò»EœWVƒ‚¯uÖÞ€¸¯]ð x nC³“ˆ4ßf¸¨2në¶GðÚ‘ßp êˆç³$lò?gÏóßûÆÑÂ0ýû-wÆ]Ñ@BA+HdYÑ]–q«ÕÒk "Û¶›”¼K.TWövð–;õAMy{kˆ¨r½Â°â_‘ÝŠ,[‹¦¨:Íÿ•@> è°yå–Š1zE]vÞ776ö ”4±d—ŸZ+Ïïj ÆwîÊZo”÷kÏu=À`mØ_h%Õ^*²ð´$ª@×önž¤ޤÀP‚¢P)á’^<TIÕa Œok~Ch‹!•eÙyåZ?[D´ñÑDDýˆ.˼åñ>§6W'Ê[àJ²K)ëiÊ•Ó2Ê"‘»ö¦/r%t^‘óªÓˤÈ#ª’à¡ÇAGØ|×¾¢ ñΰ¿Ñ>"Ô+àÀÊv×.KêÄú!%ÐÞV9úf‹å‡ûŠà5Õ•½,+®Åùy"¥€ã8Ë“1V´›ëèqMÜó¶CÓTE–ª ªÛ²=€A„àŠä ¢(½QŸ@UUÄ’ã,Ù„9(cHQTu-Q^ïvö@QÕq_y&u¸¾<%°a‹»*ë5MS69#ñü7¥äÁ z(@í¡,)+i€ûõ¦Or$Ð5­±WoÍ 7†qZ®‡TÔ4EÛŠ (a×=X®_`zÙéÅ0o6JéõJ/¬Äȱ°ùlŒwô€Ôú’=d  PáíðöY ÈšK‘ *ˆåRQÔ‡4Øâ Æš²]"¡"˰òú‚ún<þÌ©V ÷¤Ja¹Æl( ´3ÌöÈ} ¢ºÎÜMYà<É0ûªiêOÕª¦q‹ºŸ?€Úín2­–V܃Î0 ³—ø-»€a†a†aö+{rÄTæ!†yÃr?—a†a6÷î3 Ã0 Ã0 Ë}†a†a†aXî3 Ã0 Ã0 ÃrŸa†a†a–û Ã0 Ã0 ðÜg†a†a¦‘®6â,=)”,±³æÍs=Ãp®gfðUU ø¸À¾ØAæîåúwóÈï£ÆÑp_kˆð±h_ï¯G™·$߬3ËÅp(ÂÁgØ!{(øoN4½É ò ;Ë[EëˆÀãQØ£¯Ùbv•Ö/ÿXêŸÜ÷ï¿6e;ÂÞWd-ûÕÔèûñÝi[ùŸE]×ß̼ð†Ÿ²GƒÿæDÓ›œ ߨ°s±¼ ZŠ¢ua¹¿‹èÇ{4µ~?$rãÈo¿ïÏ0 Ã0 Ãl^ªË0 Ã0 Ã0,÷†a†a†a¹Ï0 Ã0 Ã0 Ë}†a†a†aXî3Ì–9<4¼çl.—ËïŒv¶¼Ýw$¼[1˜a¸œá2p§ÂÈå{£çné¦BÜNxgž7ʦi=·Á£6 õCZÈ0@Â7!3ÿ²¸°{ìIßœšø<;Ý+ÜsïïôÃ0L?ò&çt.f÷b…(q\î$h9h8€ (dȤƒ·ù[–M3rldôl§-o+/­â“ùÐÑÐÖCPò•DÕõá`X…PÏý”½“½þ_ÓW>›HœOl(±õ5á56ñå92I}>¡ª¶^5Ÿ™±ÛWRtï·. ®»w—gêMDMKöMÁuxhX?¢ÿýû‡ß;yÚzn5Eh7gvöRË®¯÷¤µh]¿‘.þ³ ‘ M\NC»n_pªRæv&ÿÃC»"@‚ÈH$ñṑ‘ÈîIE½ŠÇ¦D²6®û Þ¦¨úݶ¡dkùˆ7A&µ+:öPÀ+ÄÝeÒæanBl dGaÉ-2‰xX;†E]6ôêi$y“µÚs{ô¬.„ 6½û(¡:¨[÷æ¶(÷ ì¼È–^ä© …B0>‹É „^¾p {7wå?¯dÿ–Ý´líõDXYÙ;ÙäŸ&gïæ:WçÛÙߺߚ ®‡w÷ç¾F; Ñ庪ðCƒ¸¹3;Çþv*§nKÅöعxò‰©ÿš€Ùÿ™Ÿ‹ÏÎÍêw×˼ÿ‘Ô5íë;Yý .ª¢8_œú23;²?ßNº6mì¡â…éU¤ï1Ù¶½5øºüvC­«u#`gg)nút™hÖ5»~ÂŽP˜rΪ–#j,4Å Ee3˜#IlòÖ€½d;õp@FDG8ö’]?m Z_ä*׋‹s䉰MϧŽçÃj”<4œý&9é|yÛ(ð u5…Ã#‘Ìì¦óiSÔX–5~a< ‡ÂŸ\B´ ~gçt°¼Ý#j矈6†ß;uºü¤¹Å3»aìƒxþA¾þ³R±Ã#ªÒá¡áÌløX$ §²d?‚?ýçéø‡ñÄÇ y@–äÄljø‡ñÌŸ§[&Tð u5í'¼ìlcŠmg@;ƒWݶ Êÿ,§.§t] dYŽŠ5¶Q§¿¨=%ûMvݲ¢“×K-ðÚâ«]:ßd“¬ýÝÚ/]õ ¢³gZ†±O™±³2骔hêvÕJËì¶SÅrëªdƒjgdËâzC9hÝ,°’ ì¿¥º¿,.4~zÞÊÜ‘æ¦,ØdaAGct(7Ršd`0¶gYÁÂVîo1ŒwBµÏƒžæÊ1èiÎ8bGŒ­Û_YÓ.úöËE“uMÖ倂s©XXÊöÊW3ws‰ãø(>s7»VÔÆ?N¤¯¥Åë#ƒkãtúËÌ¢•¿?›¿?»°hNßάÜáñüܽÜB¹=¼œÚœ‘bIdngŒwk¾Í~“-ΗæfrÅÇEðhú‹ 4 \ú_ZžÓC“:û­…È»4™¼˜üåéÂܽ\©\Zkp§ôÐÆàù–çîç7wùô—™Ê ;ÿC!ÿ _œ/n:ý4EÍøÅñø‡çŠóÅÒ㢪ªé›Sí‚ßÙ9,o÷?¹Î}›[(—FÏŒÆ?Nä¿/ä¾É-”Kѱúå}J±S1!ìr¹ óOÊB8±SÑ-žÙ “’Ó_®aêËLâ ¸ ø¸˜ÿ~6ÿÃCkѪgÉ~¿8_ŒŸm<?;ZhHT uúvƲ¬üó÷g ë&Ôw™þëDþ%4y9U.—UZ]I”žý§T*ö¦Mê&¶LÀkKƒé|tÊ5ã½sAÑXAtöLË0ö»”n×S³nµ uƒ[f·*–[7Ë7¨–F¶,®7”ƒÖÍ»$©lXîwß½×¹íØÐÁܺw¤‡½ Û -{yѶ#aã-æM´n mJˆ rìà¤&šlÄô‰`l©Dho:T–*uÈ#ëÓÆ™iëÓäQe©²ÅVñ¬ò¯kö¯^ïjö—}XñzЊ­¼°Ke3v&±3±RÙ¬¼XqËÌ·¹ÉË©Ü7ÙèzKgf̦¯¦TUSU-}5={vE\K«ª†ˆ‰ó 󙹹ѧðH${77u-½,µçÒ×RêAMbêrêáê™Ðëž³“ºñ[KPBÛ¶+K¶ªjS7Òz\;ƒÓW¯¨òæ.Ÿ}0{åjJÕ9½ñ"²]Ô<|ðpd$‚ˆÄÔ¥ÉⲞëüvÿmiy»GÀÔiõ †ˆ‰ãD4u#]ÿYè_ÂH|<žùknݾ•8?¾é3[ޏ¶cäxƒèwð[–U|\ð…¤¯¦ÔMÐÒWSõ,Ùà‹%!kJãùmE,‰– uöþlÍ0UK_M¯›P;Üeú¯së/ýžºš…#'¢×oNSµV×äîͦ¯¥ý§\iÈ5©›Ø!7ÒåiëæP? uÊ5ã½CA±¶‚è¦dÞ¶RºmyØEµ uÇÔØ"»íT±Ü²èØD ZÙ²¸ÞPÚDÚÞ‘¤²ù‰EÉK“ék騉heÉžú2sîýÑ_šæ_Ö[0¨(é«©é/2W.O47Ñ–{GÀƒ‰Ï&»¹ÖïÙPÉØÔr’e%{';y95{/·Öì¦GŒ_O]¾2õÅxþb*}sÊOõÆ%L|6±¡Po î‘,HA FÞŽ‡Õ@D³«åùWYÁ!²%Kßì xG8õé:rP†×€A^à–7䱨ìz"€ú–7I£’K¢²Üêb¸ìÝ!İn‘i_‡5>âვ†WêÒdty¨zöÁlZúrªË71È‘D@@—¢ÑÁÄJŒILVMŠ ¶2ý½ÝŒò_t jTµuŒn²-áÙ PǨñvLÃZþŒ¨çtyÄü5oyÈ!‚[JÊäÑì½Ùâã¿×kÍÊ ;6:6q)é7ZæîæF?ˆËAyÝ¥¨ªªÚ–­é`[¶ªª½…”e9y!>VSšªå¾ûºseßÍ9}ñ›DäW$œ†a|}û&?Ÿ,­¨msa÷%Ó†.WUÕzaéz-Êz5‰‹Éɋ㙿Få ,ª"ŠtüõÓØ5Þæ]Ò¿„$þ¿49ñÙÄ:E÷gvQ‘GOF¯1}ýætéIéVÃ$–Y²ÁäîÏM\\Y»?i³¶©¬Ø©øÒ‡ôôÕTxÙH}pŪ~›ÔeÞb:ïÕÝ:k+ˆz¦‘«êeÓ 54B̧æF«¤v¡î`pëp‡Šå^ªµþiU\o(m"5ö±ÜnÏæçîgïdæÿ1;3öÞÉháq±C ¦>J޲خw¤Ãµ|´îÜý.[N0Ÿšñãáðá¡ááP¸RÝ4.;‡z£õ.‚Œ€ó•\éem[ée~¾’Cä-®þö'óP•¬G×çÿŸP[›ú G¿Z¡÷sš[¬ÜÒÓìæí½%t9l , ¦ˆ Ó[B>€=Y½ž‡Â§ÔÂïõ•ªªÍÝ››¹7W_Y(Ërã’Ç:cgN§®¥+»R±S×RcgÆz›ë„™ÛYãZâ9÷ṉÏR–eæ¢5~q²EjçôÃo¡wCÙ;Y"ª¼°çŽ_š´­›À¶»°K6zùØ™Óׯ¥+K¢²$Rœ\Ô!jˆHÊ2Ê•vêónƒ¿®sV5·Ú<¢Û>ø¾% HžOü²¸ìb§¦îÏ솉‹ÉìWÙÉ‹ã%CêFº²dW–ìÔôØÙ±þâ?’¹ïrÙo²bIˆ%‘ý&›û.7ñÉ6 olŰké팯±âùïóbI€•vúf:ò/µýÓFÏÆSWS•¶¨Òõõ²ÃMj—€›J×-¦ó^åšÅÚ b]Ï4…±©1ññ¹ÉÏ'矔©JT¥ù'åÉ˩ćñ%•6¡î`pËì¶SÅr¯Õ}q½¡ÔMj܆¤ÒG¹ï7‰JOŠW.§&?Ÿlׂ)>þ{gýí÷ŽÔ”ºv{H\LŽŽ~Y\(•‹MË~[®€Ê(–-*ÞòŽÞ‚#@±” *Þæ›‰Žpa@å§Œ“©ºÜT0Æ©”øi3r_“tTPAtŠ•¬ðj%Avq)‹A' )¨I[žÉómî܇çšk²âõ=@gïææîÏeng ùÇÄéѱµ“““ú;;;;¦É‹½1õ9ˆÑQó™™ùâV-}žŒ~r~üðÑáñ‹ã£gb-açôÃoS7Ò…Ç…áPxô\Õ Uíúîœ(b±€‡6Ù߆€15Y^RK/òVÀ ‚pŸ;ô Âs¡ƒcÈi‰Ù"ë÷,0{VÉqÕÃpA±CÝ×çr™ß¹ÏÅë®j\’Z5XÒlÏ’ô4t5BÀÍîl2Œ²iëÊÞ ›ª)ýXÕHÏ/ËÖ?gÔS_o>xZ~¶ì’  h8¢Ãj@ÀjŸa†af»å>³ —Š.)¾zö£n«RYÂÐÑPèh¨áÐ(-æ­ÇYªZðzù¹oò‰)nmz½ÊM D9õ1 Ã0 ðÜgV } !Û3é‡b8ë¹ý(ûÆË› Ã0 Ã0ÛÆoÙ Ã0 Ã0 ÃrŸa†a†a˜=F§×l1ÛF‡×lm‘ίÙê•å^³Õ“û¯}ÍÖnŽÍ]û °Ýï:†a†azEéI!þqxî>³GÙÍ’šýÆ0 Ã0ÌŽSþ±äáÉ< Ã0 Ã0 ³oáÞýÝBä÷Qãh¸÷/=)Ôy{ñþ Ã0 Ã0Ì&àÞ}Öú¬õ†a†aö-µÞ}A$³ƒÿ±‡WK÷UëÇNqò`†a†Ù’܇þl Ã0[GÔy)Ã0 Ã0ÌæàÉ< Ã0 Ã0 ÃrŸa†a†a–û>Ã8Á.f†a†a˜ý&÷UÌɃy0Ã0 Ã0 Ãì/¹,%HÆÈ× R@²ØË"ñi’À0 Ã0 Ãì^¹¯Jy=”ÔôcIUêûþ’o >æ&Ã0 Ã0 ³3r?" Y²:JK9Y €Ùå þħɱ÷ãMÇÞ¯+m³_eö¨ø‡Â‰O“áPx£Øñ 3ÌÏ#'¢‡‡† @ýKÓw†a†a˜íGê©Ð·e© He=4^@€Dú± x’v $(êÂz[û{ Ò­çµù?ú!¼ýì}ãÐü?æCï†Je~%ív³J…K ê£gcÉóÉMä‰ÔÕë•—•‡ù‡ÆÎŽe†af_Ê}Ò¤YMUk‡¦5¢"¢dª‡NËaûy®²˜qȰ½1lw—ÒÓR8®Ëýp(R*£'cõ¡ˆñŽˆÖssþqÑõŸ&ýÞîħÉùÿý.„AK¢ð(ï§Ã…M´»yùóÆïBˆ˜ý*£ ê‘‘ˆ,ËT¥òÅÓôûÝý¿õN÷n§Ò‰háiÉ8b胺õ²y‘ƒ6 EOÅÊ?–G~?ÒôˆzA‚ȱ¨~Dëg«ø¤à7:¸‚iä—ÅK"u#=ýçŒΕ˩ÞÄO±u­ïß“a†af7ЛÉ<ØÒ„q,®¨‰-Í‚gÙD‰‡DEm0jKh•aLu˜Ûcýl"¢¦j ©"Ô¥?„†µA-ÿ`nænCÇZÌÑÕüƒ¹™¿e­—VôD´û ;œ£ ªs÷s¾¼Žžˆ–ž³ËäÌ©ªV×ßÙ¯2+Z¿‹ÇÀ°6Ÿ•À|V>^ÛˆžŠž–Ö>¢±‰¢ (s÷çæîÏ)J8éì ¦%ò€œ¾š€Ùyÿˆ? gæÛ\äx´>0óm§‡†ß;y:ûm®~fã%õ{•a†a˜ý#÷-š°YOg%‚ F$ˆ,"@AI•‚UÎ9,špAîp«ò¥p(ä Ùò«¦¸èïÅǧê¸Dóóý±öòÂ|Á©:®Gf¹$Ëj÷v8§øxÞ­®tÏ(TœªSxÔzr7S‚Š< /,š°°hʲTVZGÑãÑÂ÷ùÆÖNKŒ#FñqÁ­:nÕ)>.GŒÎ®`6Dé'³ð}Þï­Ï~›KýßëÑã#¥ùâÈñ‘ëÿ÷º¯øë}ù¿,.øöÃ0 Ã0»‡ÞLæqA³hBxe¹ú°²XÒÊ K¦õtÖõPx§/´î­ÍпDô#†< /ü`6þKÊ£ïŸ[Ç’e]îzT\7v8Ç©®LƒÉŸ„B#¿ ‘GÅÇŵ3pº|œqÔ@ÄÄ’GŠóEÿ{èÝõÌ´—ìuÝ…A¬›çT bgW0-ñ'óÀØ™XãñÔç“u—Î|7‰ó âøùÄÌw33ßÍ$>г÷†a†Ùÿr¿&7½ã…’ O³ÆHœÈA°­rÎò®gt{ÌŸÊÑÑò?ç›Öé‰üƒ|£øî’n.üÿÙ»ßж±|üŸüÈÈ‚ ° …‘i`d¦06·°7ê’…:äBlºÐ˜¦î¶ö¶ñ¦Õ̓¬Ó…ŽÝ…Þ¸ Ýqfp â>(qá[Æy‹}¡ƒUh‰ )U¡Ü@°àk˜ß9Šë±Ó¦MÒ÷‹RlåèèœcÙúèèè¨ÃÌ7ÖKKJDÄÊ‹'½ê©ÝdÕKü1!soÞJcë·ùÆüùÇy³Ê™ÿ¨ß¨;ÞÂkl¶~›9.ßÖo36|‡Î,Ô?Ùͦ]D^uÓKü~ò/áð¥7f@b¶¯D•´Ù8ësÉ»--@ç|§µ½½{î›Ê¡ÜËmhù>–-iÙ2q]ÄúDDT”‹MÃ\ù™"žôšãdl¬Íåòäe;ɰ“;ÌÜ;ì“êByÃ0l¬ÍºvǬœƒ‚¾^ªÍdcsC_׃ª¢Qys#ó í ˜­Ñ¸ ‹òB‡¼æ°"qÈ«¼P°ß·ïët>ö†³³ê+M[/Ù휶^""ó&“÷VT€:6–ÛÐKï;Ü'"½âÓKé¾N/mè•wЬ>-š7˲º®çßáŠf®ªªï´égu]Ï-Wƒxå‰ì§Þêm»;f%|æn\¸ªÝ.Ñ ÷‰¨¼id,úN¨—)>Î×m¢æÔ(/z¼þ1?©¯Ô¢œÇ~¿WgcÁÄß©;©É+ѹ;)"?7Žf€}®Çn·Qt"Äpï0_žIØØò†Þ§“hex±`Ýik›ÙÌBºÃ.ssO«Þý¦MÞNfî/–4³sãgý¡ ¡¦‰kß¶ß ÀÛhÅo¥ˆöìNÍïÓg5ã>ØŸÚ‡àMÿ¾_ö-}ø°þ¿=Ê·Lœj„w~Œ.¸pŸˆÊ$ }g¸÷á>tc{fžÐŸÂh؇ôu°;èÝ@¸÷á>ì­^4t"³F#¼þ±àÛÄìèÝØ¿±¾m€{›л]˜ü&†FxoÞ~FrôîZ÷îÀ»ãtv•^–åSÃÞn×:LzzzÞçæ ÿ]àŽru}Ïe@¸ð±œÄnÄ'§¤—k«h“÷cò›ÉôÝôo¿ý†(îÚPÛúçöˆ‘+QM+½ç2Xñ½ò\ñôÖ|@džQ·P×uçq§®ë‡àÓWž)Þ­7ƒ~„û‡Í˵Uó_öA–à‰~¨’›Æ¾šFKSß§ê&ÿ‘="˲‡à£×uó–Â}€…}€œ+Ï”íÐövRò:]îè”dõs ù‘Ñ€CpŠCÞù…Œ•8q³š8uw;Dž¿—‡¼Á8P×Ts¡cЙº›‡D³ ¿îóŸõÚZ¥¶¨µË›n‚*$MKn—Ûí“wRµ«w~Ý@º*%n&ÞXT¡¹Ûsצ®Q…"Û'6Û'¶ÈD„*Õ¿÷ôô$þžØ_¡ÈåˆÍf³}bK|›°̨/Ô€?`³Ùú~×ðjgK|›°}b³Ùl‘ËÛÙÑì_g¼Ãf³]¼pÑú,zzzš¦oRŒ†Òšꩯ Ü8Ìôu=y;)|.˜oSwSùB13ŸÎ¯ä©b$n&Íåá+ÑðDøåÓÕÌBº(­ƒâã¼™¸v8Pn¥YH¯ÊEï7zU²–~‘3÷³µÃôÍ×Ö¥ëõŽÅnº‰Ä­¤öº”}”Ë>Èæ ùÝ5ˆë Ïó™šSšù{óâ ‘?ÆK3’ò\QdE‘å™"ÍlW-·œ“ËæØiFR_©Š¢(O•죬•fdl$üU¸T*m”6¸#\ôêö•죬òTQEy¡Ìþm¶Z¿'r˹Ÿ—VUµ\)K5-Ù4}c1Kkþé·-Øÿà@ë±ÛíDáé9°oCí ýAó6–«[bÉ,¤ýg‚ïd»u]ÝL?³ôÓ"?ÈÑ©á‘ïîÌñ!®>-šËó+?[«;fXo½¨{Ýæm«Mˆ'½é»)³ðêšzÊ7ÒáÀ™…4Õv}îJÝI†¡½.ÕÞÐJ`tdv&¦­ëÚº.½Yžn§øôúÔ×êüó¥RÉwÚWmœ³ã‘‰ˆö«¦ýªE&"ãçÆ›®;~vèö^¼qwF&"þÑj¤ë;é½x9â8îLÜL&oÆÍ…áK!÷ ·< ‰ïd NøÏ¡À Íã×c¹•œÓåö½'=;¯>¶å¼Ã^ßiŸxÂý–ÓMJSRðB°öYiZ>— ¸ásAjq"MKÜNá¸àòZÅHÝME§¢=}=âhÍ|_mÞaŸp\A8&Ħ«'*á¯ÂþQ`,ÐÓ×8 µOßXŒNJ ppáV]Øï>Ô­ºEQB—Ãùå\'‰ënÕ}—Ũ¹Göý´á¶Z8,½Ý­ºx À»Ñt$L‡“Þ¼g³×cáK£RŽ] {?T1¢W¢Ñ©¨9ó½Ì]`/ Üx7ögdß”ýïóù†½“W>Ø£‚yžwp† Ä®ãê"Â}xB烡ó~ÈSø«pø«ðeŽ‘<&ܪ ph¡w:å v2µ?ìèÝ€Nc}ÛžBpÀ w:ýµh5Õì[èÝ@¸÷á> Ü„û€pࣀy÷áPñØX< á>FL?ƒGAX0˜á> Ü„û€pîÂ}„û€pîÂ}@¸÷îÀNrË9ñ¤×1èt :Û§l“¦“ÕÞR/š>No„Ú½d°‹QºeYvÇu¥é˜¦i?g—øA- ÷ö©—k«DdFê‡tâÛD©TJÿ˜Úq-MÓˆ±>ìÌ@ ÄΉH~"[ ç2§N8»O Ìÿ¶–[—jGã´JlÊÜÏœö:çÈh@–e48 ÜxÌÞ}">ªáû½´tUrŠ…¼ï´Oúëìü½Œù'ó‚€ùÂ|Ý&±)_È/ÝÏÎ݈+ϕ蔄„ûïƒÙCï<îN|› ^Š]­Æâ©»óDþj’ég—BD”ú¡å ŸG§&™~ÆwÚGDê+Íï Æîá’Y¨Hã?l“¾:v¿b¤çgÿ:+ÍÄÒD¤þªÑ)ï)+e›0}ÇÄö®Ûo[cEêøN˜~á>|\ÚÇ÷M1½LðÙ¿Î*Ï•j€n·k¿jùÂÏÕH½­®ï]-àccc¹ ½Ô> óQ1Ò?-‘ðYuì~èËÅ®'t]7 #·’~jµzW‰Þ'ôîÃGÍšZ‡`}Ã^é›kÕþ|³Ù’wSâI/‰_¸"Z‡ûÝ$@¸°ç¬ vZñú|£¾×m•¸.eíÛ ðö0˜á> Ü„û€pîÂ}„û€pîÀûÓ‹&ø¨ØXp€çøAa׫£w`ÿÆúò“âÛä€Þ}€Ñ†^B#ìoëz÷1„û÷á>ì¸U:’YH£ÿXáÂ}8œ±¾m€ÛÅ <†a´ûk…Ø~Í‹p¡Éobh€ƒB_×w±–a¶ŽeÙ6ÙnèL/Ƀc÷ F…˜^†éešvà3½ ÓÏØlF…Œ ëÀIÔ3*†®ëT¡r¥L¢^êëí« !¹#œúJeáä>‡Þ}€ÃC–åSÃ^Ç ³óUºJ O´ODe£¼º¶ª(ŠúZU×ÔUeuCߨþ½BL/ÃáõM>\ÿÞÅÓñ§c‡GìF|rJò {J{zz~ûí7|pûN… ÃP…ã8á˜@½D*­—E¡^²±¶ }cCß0 ƒˆÑÖu»E›!Ü€wÆêr`Xï(]•̪”çŠï¤÷UÄŠõ÷ì+Qé¹Âq¼ësÁZÂÙù¾Þ¾Õ§«6—ÍÖo+i%õµÊô2 Û Óz®ë°Åô3üÞ;$†.…ÚÜ ïóH/×V_®­f,†!ÍTgË16 œÂÀÛ+å•ù#œ±…*U –e©—ÔWjÙ(³,+ ‚ ð<ßáa«XÈÇoÄ £ì=íÓ´Úá>ìÀ>ÀÅfbù•n€÷Æ0ªýG†a˜3ðXóðôý®ˆú˜¾¾þ>ÎÎÙl}OÁÏ0Œ צ¥à™`üF¢éÑÇzët¦î¦Ä!ÑZ’¸™‡¼N—;uwûø5/-y‚3p& ®©æÂB!?2pNqÈ;¿i¿¡®r&¢äíjâè”déƒÎVéîÀ»ñrmÕê>!¢ÈD$xn<_ÈWòv»=v#^ýE»TU5ûh){1·’Ûõæ~ÛòÝï|£¾jæOä–s?/ÿ¬ªj¹R–®JVúÜ£\~%¿±±1â ý)T—••!Ŧc±™íÙý¥i)z%Êày.ïÓ[è›*†Q1ôMcccƒé­ùM®P¹û[uƒãþ\!¿c²Â/ræ~Ö<®%o'‹ó™ùt~%_{e ·RÈ,¤Wå¢wÈÝ:DÃá—OW3 é¢\l¿•®rNÝMå E31UŒÄÍdûô÷à­hëº4‡ÄÆ?-=XòxD†a˜~FºÍoEö‹÷cÓ’}€³Û¹Øt¬ñ„¡+¹G¹äíäâübõGðNê»;ßñŸò,Ë&o&Ó éÚSþSža˜É¯'å'r›<½Ã^¦Ÿ1;øÕêÒ£¥ðWa|ÖïAD½ Ã0ê …*F¹b” £¼i”7 }C×u†a667Ê›åjßv…º½kà¶/;·›¾f¨ñO/,Æfbö£ÛÏ\« ¦ã31»c&t)¤âOÏg¶Cð^2 ÃìÙÑ×[vùóG¶_;á»ÛsD”[ÎE§¢EsàP‹ u•3gçÒ?~W{²ÿa0ÀádÛϲ «½.ISÛÝÿÑ€t=¦­—´õ’4óÆõÍ®nÕõúbÓ1Ïï=µ ''&/^º¨`«ó`ßœËv&–^HG¯Lš ]Ÿ»RwR†ah¯Km†¼ûǂҴ¤½.雯ìNãs"W¢êšZ÷ü¯Vê*çñsã“_KªªR…”552íªakµ­^#Ü€ŽÄ¯Çgo$Çþñ «&(ŸœóG9ïðˆït ýÅÍö ÿSžÖÍÌþ*ìõÆ=}=³Ð¹P‡¹IW%Ñ#ÖÎðCDü1¾óà©T¡² ›=÷½dŽÛÁ?‘ó…¼9^¥\)S…vìà7'ŽsŸ£SQbúr³Vyüz,·’sºÜþñ ÷¤§UáK!÷ ·< ‰;v®ûNz/^Ž8Ž;7“É›ñöê*çÐù wØ{ñRÄqÜ™ˆø·&«ØÏz̵щÐä71ìÞ°éëú†þƘËÕ-±dÒþ3A4Ú^È,¤‰è½ýPŒüÇHðlpüì8ZàmŽ¡DÔxд±\ÓåÕµta†aŠA³îôRn9Ÿ}˜õž}'½L?kºaxlÖž[…7탢ø­aì>ÀÓêzß.æÕÙ·RÿL©ªŠXàC1*Õ>þÆ;q™ ‰·¾®å–ól?+zD£²›ÃÖá;xí[÷˜CÿËØÓÓÃÊ/.,â³øÌX¿!”7Ãßi_¹\Î>Ìöõ÷ morE@pà æÃ¶àƒÆúõ2L/C½­å3 õCzéÁ3èpZ@¸û!Ü'ª´Ÿ:Þ` þ1+ä™~†*ž‘‚p8ÿX°ÍŒÈp80½Œú¿%¦·£ðÝó…˼€vC¸>Ö· ph€Ãî÷3œÍfTÊŸØØ~„û÷ààÿZ´šê v€%ÂÄš‡³€pîÂ}@¸»‚™y>:ÅÇ9ùIíð1@ï>b}8´Ð»ðqá~P@;|$л€p æø¸ØXp€çÞfðz÷öo¬ÿ–÷U£wàc´¡—ÐûßÛÏ¡„Þ}€C á>Â}@¸ûnÕ€ŽdÒh€Ç?D¸÷‘Cï>À¡õm˜bÿc‡Ó=èÂä714ÀA¡¯ëh@ï>À¡…Þ}Ø[F…tÝ(mlllõÿI7À2ˆCîÀaUøŸBð\P}¡þöÛohý¯§§§é'Õjy³›Í¯ä—²K­ŒøFÄ!ñÚ7×Þ¾xïߎµÛ]|¬oôC>ÿ\Õ6 s û;FüŒ›ô»y;{€*ât¾\[=píÁ<°'Ñaû“_OÆoÄë|‡|#~3>wk®MšøÍxüfÜ0ŒCY»]A€·¡hšQ!ÀyŽsv£ÿËÈTi>¯Â}€p¢oþs{ÄèTT×õýP¤^†ãxù‰ìõ¿·³#ïEW IDAT‹w¸®™>·œãŽrÜQ.·œ³þ4ÿã¼Ûå¦Ê!9Uëªe:LœYȈ‘?Æ·I#|&ˆ'ÄÌýLÓ­ÔÙW§µÔ®}-î`M[`wŸ Àžb’Îx¯Ž¤®øÒ¾ô_FÞFDòó’òºt€Žn÷>R/×V_®­f,†!Í`⚎›ÆK¹IÝI¥n§"s‰ö«¾Nÿ˜>èc$­Sµ½¸ö²ø`1x&¸c2ÿÿÒƒ¥VÅ«µ¯š®ÃÚµ¯à¡ßÁà£å8ÞÎ2½D½Äe]ŸÚ«‡ƒ Úá>Àaàb3±üJžˆTU\ޏ]n§Ë}ñrÄêòw :SwSâhvQ´I6/-žô:ç©Ó#òc9s?sjØëœ3UU­&o'Å!¯ÓåŽNIæØ3gó‚C›d…y·'µý‹É$¹£\__Ÿè•gŠõ×íÞÙ E&"¶Ol¶Ol‘‰H·½ãõ¹Ñì_g¼Ãf³]¼pѬrär$õ}ÊJú>¹iºn'”ŠoØç;íS_T?Žà…`ôJTø\x#]…¤i‰;ÊÙl¶Äßù¨/Ô€?`³Ùú~×ð¬)óêÊc½Í-çÜ.w__w”Ký3em%r9b³ÙlŸØß&Ú·ƒƒw(Ïó¯ó?ÎW«ó\qðŽ6å!¢ÆÏ±Û€ˆäDzgÈc¥i^"ï·P(ìnßkº]s?tðŽžÿÓ㜅ÿ.¤¾O9Õê13ŸÔÔÎÛE¸ð‘ˆLD‚çÆó…|q%o·Ûc7âÖŸ ¿È™ûYóFŸ6Ér˹ÌéU¹èõ/„²sé»éU¹è=é‹^•ªëÝT¾PÌ̧ó+yª‰›I"2s6/8´IÖX˜½“{”˯ä766F|#¡?…h«ÛØê•f$幢Ȋ"+Ê3Eš‘ºÊ¿.7"Jü=‘[Îý¼ü³ªªåJYº*ÑÜ­¹ÔÝTf!CD™…LênjîÖ\ãº=-ÔmT8&de³²æÈä?’å•o¾œýv¶ðß…üJ^UÕR³ Ö#c#á¯Â¥Ri£´Áá¢W£í+JÓRù_e¹ [ñ¢4#©¯TEQ”§JöQÖJÜ´|§}æøíW-t9dlæþæ;ík_žÆÏ±Û€ˆJZ‰³sí«CDÜ®¤•v±³µÚ.ed^þ¹ü¯rð|Ð{Ú›¹ŸùùÑÏ#ÿ±]6«ï¸7Ö®Mn;V°Ã à 2*û©(¯m0}:í²³ÌÛäÖê—¸•Ô^—²rÙÙ|!¿cz"Ê­2 éU¹èòZ‡ÚÄí¤ªªÙGKÙû‹¹•\'ùìC=v»ˆ¢!<=öiÀº¾¡¿q\´±\ÝKf!íïìbú»bݤ¯­ë±ë1"š»ãwmÓðžöš½þŽAg~åg»½Éë’ yv€%"Ã0œÇݵoÝ'ÄÕ§E":5<òÝ9žçÍVòùó+9j˜7 M²V…iÕ¶Ôñc¶¬™RzzzJ¥’ù;c†Íf+—ËôæT*Þ±ôpIøL "å™22:òR}ÙÝÙ›³8çÒƒ%3NÒ×uÁ%˜¡¶¾®»O¸ÇÏŽÏß›/>.šMº»I]rrÁ A"Jÿæòn»X(ªªj-ôžô‘cбt©ÃYcÓàÞ,j]©¬·ÜQNš’cûûöNXۀϧà47m‡ìƒlêÇÔâO‹‰o±±øõxèO¡À¡s!ߨ¯MyÚŽ~}}} S=º7­NÝ&ê>è¦'{ÖÖ[m·®ü}}}M«ÓáêMwãÆÚµÊ­M»ÝÁšî½ûgž"Ø'ÇP"j§­ée…*ä?)„N»Þ>ÃVÇ8MÓø£Õ/#Çs›j5M³Vï0Ÿ}ƒyÞ–9r¦ø8?w3β,…& ¿’{¹¶Z”ó­Vì0Y+œË¯üln½vôÎî’u«î^É·¹u’³sê«ê(Iõ…Ú4 êjsÜî¥ú²ñ†Nå™’ú>µ˜YŒßˆ[C¢Ï+:ÌcI|›èëë &k¼õðöxkî×jC¦À™@è˪ª¿ýö󮮠µ¼î`c-w}áZÌ,nllÌÝš ]Y ¨¼P¬³};0ýŒsЙYÈ0 ã;í3*FöAÖ9è4ƒàVåéú3mñ¸N¸jí4­åVrçn÷ý¬^W»6¹u^Áö;˜pLŸÈoœ@>‘kOùö›Õ×%í7˜ß1Á!þ÷Ã0Ø~–eXíuIš’Þ2Y+ãçÆ'¿–TU¥ )kjd¢:ÌšeÙÚÛy[%kô¡æ8?;™ˆh¿jÚ¯Zd"2~n¼ÛضönËɉɋ—.*ϪòL ü1`¶vàl s/ãó§î¤gf<]·îo-4Ý®òL‰Ýˆ™ýâÔ0ÞšˆBB‘‰ˆúJÕu=z¥IË—2Óϰý¬úJ­w]_¸ß& ÃP_©¡KÛ˃ãA³^u ½Õ4MÓ4k"—Ví@D¾Ó¾ðD8t>DD¡ó¡ÐåÕ­Þª<ïä# ¢Àh ½n_"Ê,dFFwÓmÖj»{´z]­ëj×&·º ¶:ŸÜq O„ƒ_ ÿ]06 cÓÈ-çB …/‡ñ# û7` ÿ‡{rÌ-åÞI†­Žqёٙ˜¶®këºt=¶‹c¢õ½–®Ç´õ’¶^ª|¯Û|î6ñëñÙ Çq§<èú½ç-“µ:ô{/^Š8Ž;#ÿÖÀëðŸC#þ€»·J¶HÓ’ð™ ¸Á%Ÿ µw4všÃUIôˆVÌþ*ìõÆ=}=³Ð¹….…&'&=ÿî!"ߨ/x>¹i\·  ž ÆoÄ­qçs·æB—B¡K!ëAK×¾¾æù½GyžçšÛRwSÑ©hO_8$𣱫Ëÿ™ZÊ.Ùl6qH´bq"éû]ŸtUJϧ­äŽp‚ Çï×ÚÑ´ˆÈ;ìÕÖµàÙ Ï5M³6Ѫ<ïä# "ÿ¾·:§›VG}¡æçýcÍËÐþªK«ív¨ÛÕëj]W»V¹µ¯`W;XøÏáÉ+“á¿„mœÍÆÙ¢SQiJšüz?°o1ÿ‡Äcvç‘]§´žucM@×òP8¶å¼Ã^ßiŸxÂmý0v{LœœóG9ïðˆïtÀ;$îxÞŸp«.ìwûüVÝGW·ê‡²»{ß§Ù¿ÍæWòKÙ–³ÎøFÄ!ñ€ÎB³cízá Ci?ݪ›X“Ù"ÛǤ¾qñìûÙ¨¢(¡Ëáürî€~ˆ¸U`ßi5$fŸìƒ-z%ŠšO0Ø¹ÛøƒºöÍ5ú¦]‚ö±ò>·cízÞ’AeªQéúžò¦ÇÖöÖÙë±ð¥ˆQ)Ç®ÇG†½s³#ÜxÇÖÃûÇó¼ë„Ë0ŒÀX vW``Ÿò~γLÓËp¶î¦ÛßűÕ~„÷ù ƒ|ÃÞÉ+ѹÙîxá¯Âæä-û™Gà<÷~¶: Çø^"ܪ pˆ¡w:å šw}ÀAÞ}è4Ö· ph€ƒ½ûÐé¯ÅûŸ² Þz÷îÂ}@¸÷`W03ÀG§ø8'?)¢>èÝ@¬‡z÷>.ü À h‡z÷îÂ}@¸÷á> Ü@¸ðÞ9ï*½¦•ÜM ÷öЦ•ƒNóŸó¸{öF¢}ú—k«]åß&}Q–Ý.7>@¸°Wò…‚ï´ïåÚê˵եÌbúÇô{Û´,]_¸ðÂ}€Žèë¥ÌýtfáÍ÷Óúz©u¸_=."¢ ÉÏá3Þ\^(ägÎãnñ¤7·’'"]×[ñ²,Œ‚ÓyÜ[ΙÃr7“î¢û„˜}˜­KߘeYDï>|ÜzÑÐ9v€óyó…Bà̸ý¯ýª..Ì‹;Àµ÷ó™ûizÖüÉIßùŽˆ åÔ÷óñqþ(/Ërh"\,ä•5UøL0× OL&nÄ<QßÔZÒuÝ0 aϯärr±ë1ßiŸ•¾inT!å¹*ð©Â}€."~ÑãY\˜=Þ|!×>Ö×´UŒêðú ee'§¥ür.~3.ÿ"ç–sf2†aˆHUV…ÁjßÓ7w'µ¡ëÞaoèB0:%…¾ ùF}DäöF¯Jµé›æ&?•ùOyó5Â}€î"þc}"Ê Ûsãô’w¨©ËOäէźX|õ…Ê«vÆ/Ý_Ì<̦ZLÜJþüp)_ȧî$·òÌ Ÿ µé›æV”‹®¸;ŒÝ€]Fü¾QûXŸÌû'ªá¾¦•¤É7ì#"þŸº›2 £6±²¦8y"JÜJ–þ·4>æ\•²¦•4MË>Ȇ!˲4‹N„kÓ7ÍM~‚iyîÀ^ÊòÒ´dÎÂé?´ p±‰ˆâ7bÙG9§ËmþI{]""õ…* :‰ˆã¸S¾Çqgìf"y+iÎí³±YvŸ£S’tUòxÄÚôMs+>Æ´<Ôc·Û‰(:šü&†æ€}H_×7ô7f}±±\ÝKf!í?D£2Ñ)ÉíÆÏⓠ΃¢ø­¡wö¿|!ïù=Ž °¸Uö}¸¿’C#ìz÷îÂ}@¸÷á> Ü@¸°7ƒNÇ óC嬽.΂Ó1è46 |{-2Ùz%"M+9n—»þsÑJŽA§³ay{Ñ))x®å—ƒç‚ŽA§üXî<ÃÝã{Wõ2*†4-¹=¢cÐ)yk¿#ﳦ]}éÔ5Õ1è‡öäázï*ó®~Äöîá>ìwî¢cЩi¥÷¹Qéo³ò/r|&örm•ég>T:_±6P06Ä„8äuΑÑ@Wì‡óF#e™ˆÜ'\u‰Ìå®/\7NöA6s?½mŸQê^ºUX_ûoþ‡t]1>Ô·àmêU'q39/ú2ôrmµî‰u»¨ia%ï>!šñz«×oÿ¥+<‘‰¨ö„pÇü;)p«Ìßþ}0¿•ðÁSuàx¹¶JDº®ëºÎô3v;÷nsn/_È‘xÒûö›Ûuv½bú§´àrå&ÂòS%8 _™ÜÿOž»¯}!ËE"r}Qo™ËE—»ÃÆ1*FìF\øLp¹Z¬â ·õ‰7ì"ò{¿»=×´ï§q+û–õª³ô`‰ˆ~_ãwd5•®ÏF¯„Íx½Õë·ÿÒ«{ˆ«év»;·oX±1óÝ}1kjvüVvò»°wлÝ95!‘±i8/EjÇD.GƒÎ‹—#]…MV­¶ND¢§ÚÕ'zÄÔiY–ƒçBÎãn§Ë}ñR¤ÛNúÚ*HÓRӦд’Cp:»5­äv¹‚S~,7®Ø¡Ð…oØË0ŒÀóDdFËHpžÉÜÏÔž©¾>QÉ (Jð\ÐyÜm®"?Uˆ(s?#y.wtJr :ÝžíÄuU#¢êðŒŠ‘¸™t :eYž¿—v :ƒgƒM C[ÊÊsõÔ°×yÜ-ÍĶâ0³ÛÕÕI«Qö~VÓ4ߨ¯M]Ø~ÖÜš E"òü›§!Ö¬£ÝŽ=¸µk¹Ü‘‰HâVRòÖîf#+ÛX¯Æº×Õ«ÕX÷ QÓ4"=§¬ï¬õ-k_ÓÆlç2T¡ñ³Á¦¯=ÿî5+¹qw‹'½…­³‘º/]Ó½"ó +žô:»#óÜÀꀷ¶ÕøãÓfß®]±Uæ%édß«ý©éä[Y›¾zM©Y+5ýZ}îÀúùÑÒ˵չ[qóê`d"¢(JàA¦—ò˹Åù´üD O„•5ÕL<ˆÍÄ ÃHÿ˜&"s¹pŒ'"³W5tnüåÚêwwæøOíÆ¦!?Ur˹ì£Ã0±ék¬6çV['¢Øõ¹¾^®­º;ãAÃ0rËK©[s¹å\ø«hW­Q[…ØL¬iSØíÜø˜ß0Œà¹ ¾i\ûæšë„«nE+´ªûצk0v#FD¡/ƒM? —k«K™Eõ•*ÍÄŠ·ϬִE®Då'Jn9g®â:.ä–sÑ)É)8óË9ÃЉHøL0c‘ƪ˲D¤¯o¤ï¥‰hCßHÝM‘9¥±0T!ù™BD¢ÇuíªdFf!CDÖr—ËÝI«Q6»TÛ9ÝX+ ¶Ø[õ7Ïþm¶¾OIuÅh·c÷R`Ô—¼•46ìÃ÷ —¸Q³“wóhÜjëÕªîmêU+y+nöd›m’þá»íO§šÖeeFüfüÚÕÉV¯å_ DÄô2¡?…RwSÚ¯š4=Ûø¥ 6î…•|ôJ”ÿ”ϯä\Ÿ»´_5ê%×qWݶ|ÚìÛÖŠm2o,I'ûžòæ†vüVªfúOyÚº¦ÔØJM7ÔêËÐ- 怮eîg£SQ"ŠßˆùÇü³AÃ0²rÙG[=O½Œª¬‘ï´Ïår…<ñÇx"2—óƒËD$Õ ÖãÕW™Ü£ìâý%"šüËdÝõôà¹`ád3Ä,>Î×½­Í¹ÕÖ‰HUU"âyˆb31ª4-Ù8ö„ˆägõƒnÛo´® ÒL¬±)ˆ(òçðüBF}¥ùF}¡óÁƺS7—ûu]NI¹å\èO¡ðå7Â2m]ߌçWòÚºF2Ë™¯<£®)V+Qé×’aá?…¼'½ÁóA–e“·“D4ù—0˲ü§<9g›ªÙX›¾®§~˜· Øl¬-ó «¾Ò<¿÷¸N¸šF~*S…ìGìãgƒ…šÆ\Îã™~¦ÃV->7ë·ª )ªJDnW}Ï·¦•4Mcú™U¹X»¼¶M·kíZhö¿Úíöñ³þÚº´_±nŸlÜjëÕªîuõjµó˜¦ÕD[o…NjZ—mòNJø”÷žô¶zmž/Ï].—Q1ˆ¨´u­¬öK×t¯ˆßJ‘4eYÖ,­ës—¡Ôn«ñÇǼ4Ôtß¶V œ 6ͼiI:Ù÷jj:ùV*¯¶?óšRc+5ÝP«/#Â}Ø[ó éªD½4w3î;í#"ù‰LD/•ÕÚ_i:FD®ÏÚ3 š=p/¶;ÆòóµýU¢Gœ¿—Iþ#e. ]¨ï·VžWûGÍ8©îmmÎæëÆ­‘úªd%“Ÿ+D$Û\ gí7ZW…¦Ma†ô×­nΙ긺éÍûqÛœ˜~D4w{Î7\?:üUXþEž»5çöÎϧ¥¿Îº»åš1ò…ˆœB5þ“¾žŒ}›Ÿ)ò3%}1¿œ3+( Vÿ·KZUÍêÝOÿ˜ž»OÜJfd‰(z%Òª0æÈi¯G¬ûhª#ª]®[Õêá6‡µ4­ ‰È?æoèÚ/˜»\ÝòÚbì¼c?.‘9ÇKm]ºúF4î µõjU÷VõªSû¥¨{»cMëN#SÿL-þ”nóÚÜ[|§½ÛýÙŸ _º¦{En9gíuÙG9ÚlS›óŸûv튊ù5oȼiI:Ù÷̲¶w¿ý·²z–õ©Ð¦•šnÈyÜÝôËÐ- æ€nbý{iópûÝí9ópkçïgÞˆ’×"ršýˆÍÀÂ]·Ü< [wÑÕÆ^ñë±Æ­çÍ+ï‹÷ÒoßȹÅÖ·;­N>"ùqQ[/ÅfbÔKÖ8òN7úf›B_×gƒ¹åœÝn'¢ÅŸ–¶Î"ÞXÑŒìÿÕ&q3yñRDô¸s²Q…•-w„SUuîŸ)3¾T_¨D´¡…•|öa–ˆøcÕS‹ñóÁ¢œ7[›àˆˆ³sDTå죜?™•jú)‘íw6">ã½'½l?CDž÷˜AdÓ˜aû„»î£‘kæKÙ±UMæP³‹´i]ˆ(ó ãú7—·áÑV÷k‹±ãŽ]øÅŒÚźºt÷hØjëÕªîµõj3ÉcíFë˰SMk³ßŒû†½‚ ´zm^-!"åùª®ë±q"ŠnªýÒ5Ý+8;kÆî²,›CùÍ]¨v[M|ZíÛµ+¶Ê¼iI:Ù÷êZµÕ·Òj@õ•y5€oÓJM7ÔêË€pöÐÜ­$Q…Ì;kÍûtçnÆ=¿÷ÄfbÕûç<¢u®^¿~²ÝW»||ÌO½tê#‰ ³Ÿ˜`‰hüܸp¼ë£Zmέ¶NDªyaýX5Xñþ»'t9â=9Â0Ìâ|ÚÕåvëªP׎A§o̯²iaÌnis^”ÚÆ\îùµc«Z›6‡²”J¥Vu‘e¹¤•šž:Ö Üw :sËùºbì¼c?Α詯KW߈Æ=¡¶^M³jS¯6_Šº·;Ö´&ºU³²Ñ©É6¯Í«%®/\Kÿ7'yÕWjüfܳ•Oí—®é^›‰Ù؃B©ïÓ[ Ôæßêǧé¾]·bÓÌ[•¤“}¯®UwüV®nÝoÓJM7ÔêËЭ³Ã):šü&†æ€}H_×7ô7&K±±\Ý’í¯…´ÿLv@%o§OØØs³ àA>ä÷N×ã7ãó÷2“ × DÞ? +ùà…‹ñ›qÿ¨¯i‚à—¡È…gè€Mf²ßêü2䜓S“m^G§¤Ìý̵ÿ¼fÞšòηû~VÜ êšzÊ7b·Ûó+¹ÝµÒø2ÂÔ>(ŠßJÆîÀ>áöˆº®»þÍ¿G¬ÿ¡›†9] ÓÏðGøØÌ5s¦ÅýÉ3$¶¿¿9ý}ê ~ û­^µ›kõÚ¼Zâ}§ÓDûçsÏ-ç/^ºÈãÍK1]µÒÁú2Â>‡pö…b ‚½Æô3xìÂþÖÛá=ùÆ™[W­„/#¼C»€p`‹Q1¤iÉí­æ¬9(ÌgFÖ>orïh¯K³ÁêS]7ö‰Õ5Õ1è÷f¸ó»Ê¼Í+ï6Ï=m @¸[âfrþ^&ôeèåÚjÝåisBqsÞ•Vò·zÝ”ô·Yù9>{¹¶Z;aó­ÔL;ظݮ4®Ø˜ysÊM+u¾•À™ 5iŒ¶®¿ÛO°¶ÀïüöŒÝ€®-=X"¢€{ÚkŒ©,‰Hì¦w_º>½6ãõV¯›2ï{Oz;ÙJõ¡B5ç!;æßI[e^K×u]×™~¦î!Áj‡ê..¤u]wŸ™~Æ>ÀîúÃj:ü·}á>|¼Ü'D󩟢电égVå"mõ+Š’ø{2ÿ8O>㥫’Ëå2û’­t~!C2gœh|íùw¯cÐI½ä;éÍ­äÙ6q=fNS-zªýë¢G¼öŸ×æœ7çö¦^âðáË!ÿ˜?ó ¿××uïI±øt•j:à­m©®HDDv»=³‡N±ýLQ.jZI:Ųlñq¾nÅV™og¸Uóq›Æ¦átŽŸõÇfb-Ãó¼Ù›Íh2ô+šžB¸OˆDä?ãÏ-ç Ãð‰ü1aqaQ×õà¹àµ©IëlÁ̳MkÀ!†Á<Ðä­8¹¾p™}MÿðYÏ“¯üL!"—Ë­(JàA¦—ò˹Åù´üD OÔÏmFüfüÚÕÉV¯å_ DÄô2¡?…RwSÚ¯š4=k®»#"×Â˵ÕÐùàÏ–Ìò,eÕWª4+¬ä£W¢ü§|~%çúÜ¥ýªQ/¹Ž»ê¶e®8w+nö~D&"ÅÇæc_]d=ç_Wà6™7–ä»ÛsD:7þrmÕŒõysC&U©>Œ³ñS0ÓS/F}É[IcÓÈ>ÌqŸp‰1Ã0Ò?¦kÎx"jS`Ìþp¸¡wº£õÔ$IDAT®½ùœÎê[ˆä§2Uˆ?Æ3ýŒ43 #û(—}´u?h/S\&滑OyïIo«×f¿xðlÐårƒˆJ[ÃßUU%"žˆH[×ã7ãù•¼¶®Q…ˆˆeÙø­$ISQ–eÍÒº>w™¿yµÛ"¢Ìýlt*JDñ1ÿ˜_š1O$ÜD¤®)VíjW œ 6ͼiI e"„êù¦-³Ù¿Ñ‘¿ú¢É9@홀ï´ÏãeY&"»Ý>~Ö_(䉈?Æ×œ-DÔ¦5á>@Ë´ömuD¸ËEDò™ˆ^*«­~f´u=õÏÔâOé6¯ÍÑù¾Ó^ë¼Bø¼«¯JÖvÃ_…å_ä¹[s¾aïü|Zúë¬û¸;·œ#"aP ¢ì£m]©ÍŸˆæ2ÒU‰ziîfÜwÚGDrÍx$ù‰BDN¯[Qy®4ͼiIòóD$|V-yÓ–‘¦c‘½²¦‘sPhõ)¸>ˆ¨ø¸HDæ4;æ`*Ѽ4QóÑ´*0zÌÝ©‹AkßÊ5ó½˜ÑíüýLíºµ“BÆoÆ}Ã^AZ½Ö´’¦iD¤<_Õu=v#NDÑ­AÕÞýÁíX–;©ª:÷Ï”svÖŒÝeYÎÜÏXç!µÛš¿—6cýïnÏ™±>©/T"ÚÐÂJ>û0KDü1gÝŠ­2oZs¡ukoÓ–iÙ›%©Ìc5`múÂ/fˆ/‘üØ<ãr×¥iU`@¸@mbÐÚ·f7³ç ÍÝŒ{~ï‰ÍÄÌU|ó¹ñÊšš}NM¶y/ˆÈõ…kéÿæÄ!¯úJߌ{¶ò1o‡å D4ùU˜égBB‰$Í.sçq!6³±/„RßW;òÝ.¡6"š»•$"ªÐÅKëÁ³A†a¤iiña¶ òu+6ͼUIÆÇüÔK§þ0’¸‘hÕ2u­zjxÄ1è¬Þ=t*x.ØæS0¯ˆåŸl_š¨MÓªÀpèõØív"ŠN„&¿‰¡9`Ò×õ ýÙÊm,W·Ä’YHûÏÑhû_ðË[pNNM¶y’2÷3×þóZè|p/¶û~VØ;탢ø­aì>|éïS;¾6î{=âm÷ý¬ða!Ü€}ªîy½° »€pîÂ}@¸»‚™y>.6–C# ÅÇ9~p÷ÏFDï>Àþõå'ŷɽû£VOc…}å-c}Bï>À!†pá> Ü€}·ê@G2 i4Àã "ÜC¸‡3Ö· p»˜Ç0Œv­ÛÏ yîÀ!4ùM pPèëú.Ö2 Ã6À±,Û&Û }ƒéE y0`ì>Ô¨ÓË0½LÓ|¦—aúۀͨQAc8)€zFÅÐu*T®”©BÔK}½}µ!$w„S_© à œÜçлÐÇ EÚµžžìB%Ú'¢²Q^][UE}­ªkꪲº¡oTÿ^!¦—áðú¦N®ï‚èðº#œŽìíÏÐ˵U´02 CQŽã„cõU¨´^R…zÉÆÚ6ô }Ã0 "F[×ívm¶o¡w *u'åt¦î¤ÞažV¬˜: ˆ(·œãŽrÜQ.·œ³Îÿ8ïv¹ ã8>ƒH}®pïúÜÅ0 ÓËP/ÃÙy÷qwI-‘­ßf†úZ-•JårÙØl7“cÐiþsºÜ#£Ä„®ëhä÷½û[áþ½ôµÿ¼–ú>ºBk´¹IÝIQ…"‘Õ§«D¤ýª…¯„óËyü¨e£¼ñ¯²û˜P7#'˲ÔKê+Õ>`gYV`†aˆÈØÜ!|7û¿ ÃPU5³°è=íËÞ_´Û94õ{€Þ}"¢ÜrÎÖo ÚX[n9_Û!‘º›‡D«{>y'å>!º]ni&VÛ“¼‡¼N—;:%Y?ŽæZÖÿV&…B~d4àœâw~!SÍ¢B³31·Gt{ÄÙšÌëËP!i:æv¹Ý±öZ„cÐ9/-y‚3p& ®©;–­®j_‚P^(¾aŸï´O}QÝJðB0z%*|.¼‘®B‘Ë›ÍfûÄ–ø6Ý à 0 Ãì¾1 Üǚ‡§ïw}DÔÇôõõ÷qvÎ6`ëëx ~†aA¸6-Ïã7M>µG¥ºãTâfõp–º»}økzìkzœmµ¡®rnsTm•á>À¾0/º$¢Ðùàü½7Æó~‘3÷³Ö°œüJ>ûp1ûhI]S·“æÂÔÝT¾PÌ̧ó+yª‰›ÉÆ.—k«V&á+ÑðDøåÓÕÌBº(«¿5·’«kjöþböþâêšbe^W†Äí¤ªªÙGKÙû‹¹•Ü'-+…ÌBzU.z‡¼Ñ«ÒŽe««Zç„cBöQ6û(Ëã‰(ùdù_åkß\«K&ÍHÊ EQEV²³ØÍ ¦·&Ð7U £bè›ÆÆÆÓËÔöì”»Æ÷ç ù“Õ§’·“ÅÇyóp¦i¥öǾ¦ÇÙVºÊ¹ÍQµiz„ûû‚öºT”ߨˆ|£¾¢¬h¯·¿í±ékö¶æ­dàì\lZZ¼¿¸u¶‰ÍHö£ÛÏHW¥¥‡K;ýŒ2¥RI[/Ùí\üzõÁU‹cÓ’ÝÎÙí\l:fe^W†Åû‹Õ2عØô½ŠÏÄìvŽa˜Ð¥ò\Ù±luUë<5º ] ÍÝšS_¨Ò´”þ1{T? þÇù¹[sv»Ý~Ä>wk{À`Q/Ã0ŒúB¡ŠQ®eÃ(oåMcCßÐua˜Íòf¹Ú·]!£ËMظN†ï×§Ò ‹±™˜y8»VL7=ö5=ζÒUÎmŽªMÓïf @©{óº®;wí’kS“ÕŸ¤7Gr±ÙìåJ¹úì­î#þô|f;ï%Ã0Ì[~õõ–]þü‘íÃß­6ÔUÎ{zTÝ#̻샬Ûå®ýÞÚrîÏ…ìƒæcÍ¥ë1m½¤­—¤ë±ÀX5®?7>ùµ¤ª*UHYS#Ñú3~–UÕíx7r%ª®©usVFG¤™˜¦•4­$ÍHÑ@ÓFÛe˜‰íXÁËfév¶På™»Kÿ®þ¶¾9 ßÜtd"¢iš¦i‘‰v6€ƒÂ ¢JÙìãçyþ(ÇåAŒú”çêRvIÓ4Ã0ÌYçÁ¾9—ÿìL,½Ž^©^Ew}îJÝI†¡½.µòî JÓ’öº¤o³;Ïizœmµ¡®rîü¨ºã¡¶Õk„ûïXê‡ôø¹ñú/óù`j+Š­#zDßé€wx„?ÊO^› CçƒÞaïÅKÇqgd"âõÕ­þshݾ̾“Þ‹—#ŽãÎÄÍdòf¼šf"Ìò¾±€o,À á‰æóNN„ù£œwxÄw:Ðþêd‡eÛmÇÏã7âö#Õ«µúÍ%±é˜pLA8.˜ÿpT ªPÙ ÐÍžû^2Çí‚à È¿ÈùBÞ¯R®”©B;vð›ÓÓ¹OˆÑ©(1}¹‡Y«£-~=–[É9]nÿxÐ{ÒÓ*‡ð¥û„Û?‡Ä;×›g[m¨«œ÷꨺—zÌщÐä71ìÞ°éëú†þÆËÕ-±dÒþ3A4Ú^È,¤‰?ëJDMË5]^]K׆aÖ¨MžØK¹å|öaÖ{Rôô2ý¬aè†at2v}ümÞ´Šâ·R„±ûí»"jßîbÂJ€ƒÈ¨TûøïÄe*$zÜúº–[γý¬èJÓ:8¶¾÷ðÐÀŒõBy3ü÷ö•ËåìÃl_ŸÐö&WL?8ŒÝ€ºXß "¦—ajñ øÜ~éÁ’ª–¨—A›í[èÝ€ºpŸ¨Ò~êxƒa(øÇ@®gúªDˆøîÀç ¶™¦—Qÿ·ÄtÖaïùÂE½û÷à0Äú¶ípøÃý~†³ÙŒJ¹ãÓÛpá>ü_‹VS}À!ðD˜XóÀ­º÷á>üÿíÝAh[wžÀñ·KZðA,HÐÀ*L6 ŒÅ.¬>D% ‘I¡6Y˜˜¦Ê669Än`­FÉ!Ø=dª dªtpì@C”CXõ°-V¡K<¡:ä ÁªC`uÈardEµeÉqÚ‰óùPh¬JÏïÿ“B¿’žžä> ÷€qf€·Îê7ÅÒw«æð6ðê>€ÖgÏòê>ÀÛ%v¸?v¸ßÞ^ݹÈ}@îrû€Ü¹È}@î?Ÿ}FÀ^’:>¶?5¹Ïê ýX«˜@ƒƒy@îrû€Üä> ÷@îrû€Üä> ÷@îrû€Üä> ÷@îrû€Üä> ÷¹rû€Üä> ÷¹rû€Üä> ÷¹rû€Üä> ÷¹È}û€Üä> ÷¹È}û€Üä> ÷¹È}û€Üä> ÷¹È}û€Üä> ÷¹È}@î€Üä> ÷¹È}@î€Üä> ÷¹È}@î€Üä> ÷¹È}@îrä> ÷¹È}@îrä> ÷¹È}@îrä> ÷¹È}@îrä¾€Üä> ÷¹ìľƿRÇÇjOkÆÁaõ›bé»Usè6÷ ÷ͺ—:>ê µ]¸t{áµn¿{s×ò¹ÁèÉq÷ti8úc­òÓËw««·Ú~O»{–ܹÈ}@îï\îzþÌÙt‡+œùm:w#ÿºwãÐá_v™¿øºQú¦”N´ÍªõÇn–ùs.çuÜ­¯û¡ò‹ïð·@û½êõzþùKÿ‘épK3™üòõzý˦ž–ùFL ûéÜü•¹?Út].ó¯g9{ ͹¿‰ËWçãƒñù«ó[5Ç{ÇGÚ.|ïØÈ«´Hó¶­)Ü/Æã±X¬Ã c±XüÝþâƒb7¿¢ñOç«åoäÈwñsÛ¦™»Ý,óç™@ó ñ¡ÄôÅéZ­·¯c[ûóÚÐPb«it¹Ìî—ójNU÷;Ìý›·––.¿ºWüê^ñáòÍÛK›^- ¿Þ²âƒâ«|/@kÇ´fbñëBêDjÛÛ¦Þ)|]ìæWtSäù[ —þóRþÖÂÏvÇt¹ÌŸgëî.ÖëõÌl¶§Ý¨?«·|»ÃΗÙårè9÷—§.NEF#£S§ÿkó¯à8›Î]ßxý;w#7qv¢õ ¹ë¹Äpr`0>}1Ó<0ãÐá›·ÃÉCýc'ÇÊËÍË[oÛüqõûG‰_6/_YY91v¨ 1œl}2øëÁÕÒê.•wqßþôéñýáýů—z…µï×C‰ü— l}±|cÏƒË³ÙøP">”¸<› ž—ß¶Ì^§·»hˆˆfg³Ë—›¿:ÿE~ã¸üÍØ:MßCèr™[-'q4Ù\òÒõ{¿ü¸œ8šì<´¶=ÏÌdãƒñøP¢í œ^g¾¡÷m¶îRëÄ^þœÃæ·mõû“iìOîF~Ûm6•ËåÉs“ñÁøÀ`ü̹É÷v^ÇЀ_*÷×þ²?²Þñ#kYÛôj©ã©Z­R*•‚ Xù¦T«ý˜:žlþ×üùå•Õ¥› Ë—ƒçõùOs=ýpeéö£Òjr89ýÉ6‡qמÖ¿ã9Æ…é‰ó?|ÿhéöBkF£ÑÚÓÚ®Ìèæ­…ôGãA¤Oß¼•ÿé“ñÒÙÙlúôxãeòM_/Ÿ¿–{ô¸\¸³X¸³øèñÚüõm–ß¶ÌLo'°••oKKw ÅnºÀÖlúB÷ËÜt9ÉáäÊ·ËAT«•ÌL¶—+ß.'&;oí¥=¿ž+—Ë…÷ w‹‹»òˆÝÁ6[w©9±ì•lòÅS—·mõ&ûs-W}R)<(î–W–»ÙŸ†Éó“ãžZ^Y^}¸‰D²Wçv¼Àžþš¯âïúö¯¼ø?~W¹_V÷…÷…ë϶üÄdú£ÉÜïóA|vý³ôÙÉ—£y);›‰Œ†ûB™O2÷îßkþ§¹Ùl$ …Bé³éµ?¯m³3Ï_úí¡}¡J¥R}Z‰D¢sW²»>¬ê“Êji­qÀIêDjµ´V}²ñUÆ7¿\˜þ$³ðE>y,Ùy;‹w³3™H$‰D³3ÙÅ;‹—ß¶ÌÝšÞ+âi-3›M 'š—dg.E„·]`÷÷f‡en*y4±¼R ‚`ñ«B(Zº[‚`y¥”NtÞÚK{~g1;“‰Xßó]™ù¶ÙºKëOV–¾\øìÚÜΆÓöð»4“‰G„³-©½í6ïݽ74”…B¡¾PæÂôò‹²Cv«õ‹î/*k_7· õ…jÏjáp8‚Ú³Z‡#òO»6W¸[XûóÚÂ^z!¼R­¼÷/#›Þ*ü¢rB¡Ð¶g_‰D"•ÿý1v0Úø1#7ÿ»\îw¹ýáÐ¥™lòEŒV*•ðËñ´3ù[7kµÚ@¼õ’K§þìùñ“cýGú·oåj5[ßçh,Z­V;/¿m™;˜ÞnM xq H8N '²3™–û"ÚÍ»¿7;,sÓå$†™™lKw–æ®fs×ó§NŽ®–Vç®f;o­ÃžïÊ#vÛlÝ¥ ÊË™™ÌŸB¡Ð¶·íæá;ëiÖ¾_Ë^Í–þg­íIþë°‹­ß$ÞCî÷ÿªõûG’^ýþQÿ¯¶®Û}Aú·éÉ ÓSOµm;‰.üéó¶¦éd_P¯×­ÓzGüÈ@éÛ•ØÁÑõ}ëïÿüúgA¿.N_œ^}ñ¶Eé»R|0þŠóª?¯/Þ^\~øßÍÝ®>©¤FǦ.L„ö…‚ Xºµ0ú›ñp_8½Ý™ã#‘H¥\‰ŽAP)W"‘Hçë·-³çéíÒºù4s¯ ìu™›.' ÅÞ‰îB¡PòhrþZ®ø û‡hãaÓåÐÚö|çØÝÛf­V;snrîê|ë5_qÊOÊ3 õ´?éóÓç's¿O†ûµgµø`âõ ØÅÖX±®æMÍ_¯>©TŸTæ¯ÎýëX‡+OœMÿðøÑÄOò÷Ô‡§¦>ΔËåày°ö¸om—ÈÁhüÝþÂÝ‹è‰.Ý^ºy{©ùåp8\.oò1ı#™ÙlµZ©V+™ÙÌØ‰±Î¿ºm™½No·&н^Øë2Û–Ó”8šÌÎfG? ‚`ôƒÑÌl&1œìihc'Æ2W²Õ§•êÓJëy‡v0óÝÚfúßÒçÒƒƒƒ=ý Úê±×¸w.Ïf«OkÕ§µÌ•ö§^¯‡ûÂáP¸ú¤’¹˜y­Cv­õ߉…D{ÈýS¿O '’ï$ßI'NÝÁ¤O'%Ïœ, ÆGO'5/OO®–V›Y“:šK}0;Ü?q~›wÚ–ÙëôvkÝëu=-³m9/=aNTŸÖÆÞ ‚`ìý‘jµÖ< «Ë¡MŸˆŒ&¤Ž%[>™ÐëÌwq›¥ïÖ¦/fÚÎ̳ím·zì5îÈÁhòX2u<•ø§xó·m·9weîòÕùCGFOþóÐk°[­ÁÒõ^ý›ÆAÓçÓ£'Çß”õä®çKß-¾õ—^9›üÇDó†ñÇ'ÏM4¿ìiÏ,³ƒ7hÝ,³m9¼Šµµµô¹‰e_b¯l8úc­ÒváÒí…ÝêêM·ßMë7~œú$û¦æ>ЫËW²g'ëÏÿoêãÌ@ì’SaÀžÈý­Z¿ÿH^ˆÌ—>cí±—>³çŒE噃Êò÷žQÈf³ðœ÷Âj³ÃÚc‡÷;Ò«©}?_ëµr}æãpô;Kq!¹’Bänö^¬=vx†=È=Ï©ë:Ç™¡ò2ñÅxÍu6ª¯Ö¶ÓSŸøbgJõ:ëA6›m*v""""ú“„è¥3Þï|ð}ç+½¶ÏÙ„Ì‹’ˉªÿÄòÄ~Š!³š‚Ù,Bº!!¾¸ÛÙ{ƒtC‚­Ç‚L:×  ÒÜÂÜãxÍõT–¿÷ ƒÿÚ8²¿d1{;ŒÌ³‚£DŠ6U÷̳ ’K <˜™…üJÆå«—!¿É#õ4‰Ù™0²/r\ª:ôÁÌ'D¤VSˆýÃÂÿ}Ré¨o£¶Ó#•NáÉb³·ÃȽÌ!x]Ò;}áIB¡Gr% ó×fôž¶¡÷´ æ¯ÍH>M¢PÈW}^º„¡ÓPõúÍ“ v ºÜü·RÇ4r·ã}XJ:ü‡¡ÓÿÕÉÈ#ýûb±t&ÑC‡¶Ó6<¸ß\’üPG¿£â5? 8ûù•\~o§N7'Jõ»„nHÕ‰—Žú6j;}õ)­Ï5è*ÅþFìDDDDôéë€ø|í©,îsÞº Ç•:³¾‹¾òk¾‹>Hbæ0~}\õy¡K¨YŽù¤¹üoÓI ÿn7Éß•:«gœgTËUvbµ’®KM…0äö,ßZ ]Go¯CwYâ‡ú: ¯™öýüNTõ5W^O}µ¾ú˜*öŠæbßÏ~û ®AOy@¿CkBPeˆÍ/”:Þ¤ õ¨rl~ãׯkv8«:Åoe˜Í¥Îgþm©3j:±ÛE…w¤Ò?×í„k1rÞ‘snär9$W“˜þGþkAdö\G±£°‘o[ÛN˜ ¿’Õõ•«Ë×SßFm×®úh}?º÷/"""":TFÁ„Íb©×ôt£øRÅb½ê-ÏûßùëýS/ŠÅ"âKÚæÆßúÏŠE7ЏõŸÓÿ¥Š³®uMM£X,BQ$WSð~çÛ·LA(òÞª;²—GÈær°X,pô•¦+¦@™¿*u€Ë ([ ·#mkøiC·þ>âF…"¤©PÕçôÔ·QÛµ«>Zc'"""¢O_ÓIÂÎó¼ñT½·óšÖg&¸‡àýÎ G¿²,#4‚ûœ{·Ó|Ñ‹Ù;aȲ G¿ö^æF¸´’¼æ‡ p8Ϩî¾3rnᩬ6;¼½èý£ ³wv;ÎáÛ!X¾± x]ÂÐ9§ímkl÷°¡©äõR=|ßy1äªNtÔ·QÛµ«>Zc'"""¢Oß±×ëk¿Åçcœò‘Èë2θ†`þÊŒŸŸ>aìDDDDôQ´eº5çòh ôì„m@–åòµþQc'"""¢#¡ƒMp¸ÜÃn'$ä^æ`0`ûÆ‚wgáp2v"""":8݈ˆˆˆˆˆ8݈ˆˆˆˆˆöÇ$ˆˆˆˆˆ˜$“"""""b’@DDDDDLˆˆˆˆˆˆI1I """""& DDDDDÄ$ˆˆˆˆˆ˜$|iºOY?›X?¥ºp?à6d{°îDDô…& ü‘c§†¸ ˆû$¡û”µügµÙ1tÖƒéÛÓ(‹ò#TëoÇëõ5þ áŽC»Û\ÏöþRDïGÑ}ÊŠèý衬¯rð˜ú²ñx$"úôuÔƒ¢(eñù8]H,.@Mü!bÇÛî°’„Ç1Üü÷›ˆþ…ïª BDDDšØt#ƒÁ‹Å‚›¼ç¼ßžV½¹£Ï «ÍŽàu Š¢”ßë>eEôaŽ>GÓ#’{G­çÇàès¢Ûb…çœòº¬úÜÞ3µbeÑì6;¬6;.ÔgI¶iB‚Ýf‡½×ȇ‘\-rÏspô:}Ó´®zuÒòþ^ ë r? ûiì6;¤É°­.£ÞúZ­O£¶Uµ³ÆíPÜ*Â~Úâ–²ÿëÛÀ­Éì½Ø{¸µ§ÞzÛ¹[¨[­QþvÉ•$ŒFø.zaŒH®¤ªŽZå4ÚÆb«wL¥Ó) õ Ûb…£Ï‰¹ùxííWïî/µó™Á!dŸe_ŒãÌ@EÛ˲®ý ^}µ‡æ˜›Ü§kÑ»oÔks˜¾³[^ôaTóñ¬u_ÐzŒ4*K×1FDDG;I¨äq#™Þí¤DF‘JgŸ‹!µš¶L߉¨–Iÿ’E|1ѶçäjñùÖ²8ûœÞìŽh¿^_«Z×Þcx/Œ •N!³š‚(ŠÝïþàÎDPx›Gâi‰¥Ré”¶ØV’ð^ò!4‚ï¢WÓºêÕIëû•´¬/µšBby‰§O ¯Ë˜¾Ѽ¾V룧mµ~Vèàt"6S½›[€gءӀé™ÖÖe$X\ÀÚzNW½«b»,ËH<}‚Äâ’«IÕûí:6æÇà»TÚ—|½˜{\ŒÔ*§Þ6Ö[½cÊ-ÿ˜¯Ÿ¯!>C&›Ñw ¯$Tjg÷Y7¼—|H,'{ø¡íû]ºö-õi´Ï7û½ÓÌ÷E3ûF½6Ü ó,U.¯PÈkŽ]ë¾Ð®²ôcDDÔÇ^¯¯ýŸÁ}ÎÛraݧ¬µ;.Û@w¯s¥÷Î áÁýY˜ÍæÒÈíF®a7R:Lݧ¬H­þ\wzÒ~#n;믌¥û”™t B— 4Ê~Úµç™}ãÖƒ²¥À9è,ý°pô;{-×K^—qÆ5´og®û”¡¿‰ð½b÷£°ôX4¯KKê½ßH­õýœxó©Ýºy¯úZI6µ>½õiÔ¶•ÛPÏveÞ‹¾ò¾Ž>'âó1ˆ¢©TÖýhÛê]«¼ÊØÚqlÞæár{J'aè0@ÙVàèu"_€xÒ´o9¶±–ØjmÊvõ]ñaèÏΪø÷;ëÃÖ{KûŒ–ú4ÚçõƬ'¾½šÙ7êµùÞ}qo=êÅ®w_hµ¬V¾ËˆˆH;£`Âf±4hÔq+,lä!Bùÿó…<Îüy¨î2Z®_Ðs–aç(M…Ú;­@K ¹ç9„n‡}‘ƒ²U½|¡P€ùäî®Éܸ³?Fá=ç©J­KKôÔYËú*ëc2›P(4¯¯Õúèi[=Ÿ5›Í°~mFb9×  ‰¥ì§íåm_(Zªw­Øö–W©ÇFôñŠÅ"¬{Õë7¯×-§^]µÄV7®ûLÿA䇌‚7'Bpö9š>†[Ýg´Ô§Ñ¶oå{Gï÷E3ûF½6ß»/ê‰]ï¾ÐjYÍ|Qk%IˆÍÅU“hBì§m¿ù ùÆü޹ç„Ð)”æ®Û?Ð"ä·ryD,/ç–ƒû¼B§ º¸´Ñº»n;õÙuÌËyˆ¢ØÖòëw~´·­Þíà»äCx&×  ÑGQ„&Cª²Z©w­Øö–§ê”¶xl(Û æªF”wÎ.Œ_óÃÐaØ¿#Z§®­Æf±Xðàî,€ÒÔ¡àõ 2;Sl:J#Ä;ÿâFëwDk´h©OÝmßbÌz÷ÓfÚ¿^››O¨÷E=Úùþ©þ}îìšEQËåpk2„Ø| Ák»#˜#F0þ7©t‘á6[— ~´FA}Ác: ƒ€ÂÛ<¤ëêy±ž³C¸5Ba£ˆÂFÒTHCGÁ„ø|sóqDîF5¯ë ¶W£õIS!6ò(lä!M…àö´µüzô´­ÞíÐÛç@q«ˆ¹G1 ,‹ª,i2„B!B!iR‚笧évöœõ¨ÛqR[«ÇFb)»Í^ÕáOš`ÿÖ‚ÄR¢îòõ¶±žØjSkÁÒ§ÛÕŸ·}kCô~Š¢ ð6ß–9çö-õ©×­Æ¬w?mfߍ׿îa/¤ …·y·ÜÒð}ußáí(‹·Ü%"ú’„;šØO;¼ Ç‘\N¨:-¾‹^8œ¸|5€î+c¸Ïºš^W­ç$èáÿÞ‡!·§áòá©0nÝžFwî/lêU—3æ‡xÒ瀮A§íšÎÕˆ]Ç_Œ#òáÂÈFëj7-ësô:àôÀ90óI3ÆGým-¿î6ÒѶÍlß%¤ÿ¸…Àž[…úÇü0Ÿ2Ã5ìkØó) ücÍßNt|ÌóIœC¥¶Ü3ݦÕc#ú(†‘ #µ;c½å»gí§Þ6Ö[­cÊÕïÄåÑÒ²Ów"ˆÜ Wì!$W“°Úìpxáìo}o´h©O½öh5f½ûi3ûF½6÷_õÁ~Ú÷ˆŽ>‡®‘üv}‡·»,""jŸ¶^¸Lj¹\¾QùBGú8mËí@ŸÂ~Àý”ˆˆ>¶Ê —Çæh¯[S!7Š(òM…14àd£|„¶åv Oa?à~JDDGU› ½Äf¸†]PÀ5àÄøµ å#´-·} û÷S"":ª8݈ˆˆˆˆˆ8݈ˆˆˆˆˆöÇ$ˆˆˆˆˆ˜$“"""""Òˆw7"":ââó16ÑÈ5è¡ÓЖßÇŸœOjp&“"¢O€Ðeb#}aL'Ìå» íÿ·îrÒ+ XzìUeÕÃéFDDDDDŸ©ôJk¯dÝËñLÑ'&ûßIMŸk&A8Ð$!±”@|9µçk(l v‰°öXátÁuÖÅ-KDDDDtDµ=I(¼ÍÃ7€Ð% 8„£Ï±KDa£€äJ³wgyEtfV×ÅDD´ËwÅßô²ÑFØ€DDtxI‚ü6ïˆÒ„ÿ÷ê0Q1r~#çG¹{Ä‹Ø\ f& ªû”¯×רDŸ¡f:û­$LÌüL°ØDG–ò¿ Àð/†¶”×Ö —£r‚P,¼„µÇŠãÇÃÚcEðZÅbþïý&$ƺ;¼¤"¢£Ó©&":¨aí ù àx[ÊlÛ™„ÄRB—PNì§í+.”ȽÈ!÷"‡øR™gø¿÷#ö(†ÄR‚×(QÇ; °Ù0Ÿ0—îÕ½  ¬=Ï|ø1*u~ ï x²¼P³c\9ÚlŒpô:!Š"€RY©gIlnlª–)‹X¨q?pÏ9/A(—¹_Ç[Ë·Ýf‡í½Èþ’F&›9𶬌‰£ðDÔîÞo¹\‹Àû–ÊmÛ™„ørÁ± @šT B%ù• iBÆH,'šZ_÷)+æÇàèw¢ÛbÅ™Á!dŸe_ŒãÌ@é5Ï9dYniˆÜÀÑç„ÕfGðºEQTeFFáèsì{¦C–eF°Ûì°Úì¸<@±X¬Ž«¯"†uuÜ{ÿôÄW¶]Ú6v›ö^"÷£ºËª'}~ ‚û¬ØVXŽ#úcs£XËe`í±«>û~û}Õk{#\gÝÈ¿“17ÅÜ|ùw2\ƒn£úÃÛ€ù+³ê%óWf`»vç{olHÿw–olÜØDôiÚòy#Ì'L0Ÿ0AMØüßM:G#IÈd3pô9 ‹ u?»ó¾³ß‰Ìóæ§Ã$W’ˆ?Ša-›û¬ÞK>$–“ˆ=,½æìw!xCji™èÃ(Ré âs1¤VSÀ¶‚é;ê ô/YÄûNí Œà½0‚T:…Ìj ¢("t;¬Žk5øü‡úœª^¯¯•ÿBS!8ûºâÛ1=Aám‰§I$–H¥SêZ eÕ‹“ˆ>/½§_åJ§°Yܶ¼WÈo䪳éÕ$lßZª;ûl¶^ä^æyžÁû-ï·džg{™ƒÍÖ«þMyžÝ¦N:ì62ÙT[êfþÊ EQ°ö<EQ`>¡NH|Wü°÷Øá½àS­°Û>¼öŽ>gÕùx»Íïy|ßùáìwâx‡AUæÞÿV–m:a†çœ¾+~xÏû`µXª–Ýcå¿­=öÒº¯øá9ç…I4Áj±À{¾T¦gØ«Þ>€£Ï ßw>x/ø`·Ù«ÖS¯>ÚCSÌ–Š˜›ˆè‹×X,V¸\pô9wÿz?œ64?õ¨mIB±X„ص{ú¸ž÷wîzÔ¬ðÔ4Ä“& ø.y¡( ÂS!Õk¹¹––™{GhR‚xÒ¡Ó醄'ËOTe†&nBìöóÉÒôö:`0`è4@ºDjU}oÛðd¢ø!†«>ä^æªÊI§Sˆ=Šav&¬+¾rr¶´€›Ä.b—€Ðž¾–²´ÄIDŸÓ 3rëÚŽñ÷Š‚äJÎ~×¾YM'Lk”'¯ç`:¡¾‰…ü*ƒÁ“XzÝ$š`0ò›öœ½´ZìȽ,M1ʽÌÔ< b:!"¾S™00#¾ÃÜ| FÁ»Í±Ûaî±Ãt„ÄRs£ °®.w§¼½g=œýNdž¥ý1‚ÄR¢¨ïÆæf$–ã˜û1 ùU®A7Ì_™‘XJ”^{“+uä+c§só1Äc0‰êDIK}굇¶˜ÅRù?F!¿“Uƒ`â#¢EyÜË r/öü½Ì@QšŸrÔ¶kA(=A!Š" ïöïü—ç¢~x~BÓë¬è˜ †š¯UN—if™|!3ªG£/òÜóB·CȾÈAÙR4ÕeoÜòzišVì§X9n­ñU&gæ“»_²&³:n-e5Š“ˆ>ƒ›[ê˜Ê‘ܽÓzò…<ò›©g©}ÊÛ¬z}së½ê{mGö× ì6ž,ça·9ýµöuµF—ëM92v!t X{ZJXÖÖs°ý±Ô!­Œ/µšÆû=ßÙ©ÕdùµÔj®A72êjþÆ‚äÓD¹Œt: ÷°·ê¬m=Çÿňã†"6·6‘\IêÚ^ÉÕ'åØrÏ×`ûc/’ñ枯Áö‡Ý36–¯-H,Çwë“NÂ}nd·¯¡>õÚCSÌéŠø²ؾõiŽˆVÛ’»ÍŽäJ#çGàö òÃþ_ОaOéËa% {ÏѾc‘I4!öÓÝ#:ª°1?‚cDî9!t (nu¶‹E\ |{º*=ñ‰¢ù­ ³¹”(äå|ÛëJDŸÓè”cçql•ªÎ÷~Ó>RÏRðœõÂôVF¾¯Qž±4uIÕi?^sÀa§ónþÚ¢êÔëIj%5–Kélèwê:Xz,ªpí„fSõoCçnr#t -ubË 8l6ôþÁe[Aj5U¾8\‹Ê„æý¶RûµŠ_}C§¡ª>ªA! õ©×MŬ#>¢/Yz%Ñô“”=Ipº0;3‹‘ó#M†XNÔ¼xÙüµ¡É`vfÞ¿xŽôF¹0‚ñ¿IMJ0Ÿ4#'ˈüQMùÑòC+t   oóýç-}IÆü£>Øl¶–âóœ­ÉBŸHS¡¶×•ˆ>ùw2,§,5Ï ìkH®$àp!±çú´|!ó) 6÷”g>eAþ]¾fY¹Y8ûÈþ’®yÑr#U D`þÚ‚øã9U§ÓØi„kØ]ªkõT&9ÆN£êì°¢‘XJ4Ý™ÝÜÈãÉÓR;˜¿2ÃÑï„üS´üþñC¹ó¼³õû +[JU}Ô¿]ëS¯=Z¹Q|DLVÛ’×Y"£ˆÜ‹Àÿ½™g™R²ð´”,˜¿6Ã5à‚4!ADîEPÜ*ùÛŸú.z—¯ ¿“aþÊŒ›×Æu•ž ãÖÔ-\ @ìá»âCâ©öÓÈÙ_sÈþ*!x]}1³Þøüc~„&Cp8aè0À÷éÿN·µ®DôùÈ>ËÂ5ì:€\.‡Í­÷8ÞÑxŠåfq¹—9ôö9ö”—†ë¬PääÒw˜Ål…å Kñšee²™¶ÞžÔzÊ‚âF¾ªã»¹µ‰âFÖS¬åö¿ÃÑëDrõIùß¹W»ŸÍ¾ÈÁÑïDj5‰Í­M#l¶^$Ÿ&jõYç€ ÙgéšòâF›¹lÃq8úz[n‹Ü«\U}TÛKC}êµG«17ŠèKeéqÀÒ£ïúŸÌ³¤îõ´õ‰Ë³3³ðŽ”:šþïýß #ŒêQèȽ¤ ‰ÿZÐU~å݃jÝI¨ÑkÍ,³ÓyÞé@kY~/g¿Îþ'5“fãn&>C‡¡ÉPùLN.—Cl~¡¥ºòamDŸ¯Í­M$ã°¶ÁuÖ]ºn@QP(ä÷íÔïX{žyÐS•<$–ãpœvÂöÇR‡±P( ±œ¨š‚¤k0GÇ5 –oìûΙ_Ëe`·9ê& ù‚ ÷°†r¯rª»-­=Ï”;û‚  X,ܯY¸‡G€ŽÝXeY†kÐCgiÙäÊng|ç¢pÛlP¶d_d!žhíBÞL6G¯#ç|P¶ä^æ žuÕ§^{´s£øˆH{‚ý5ûi}‰ö±×ëk¿ÅçcpŸó¶%ÂÛ<|cc8ûJÍ) H®&1;3‹âVÑ™Yˆ'?ÿ¹ïž}Øì[S!ø¯ l¿Çøß$X-fÜämL‰Ž´ø| B—©ªcÜÌøø/Ú±Ë×€±ÇQÆGtDx†½Ø,æU¿¾+Á/yÍ¿!¥ïÿ`ÃeŒ‚©ü™ŽvWFŒÂÑçØwDzïççÇàès¢Ûb…çœòº\ÿ‡í~öÓØmvH“¡ªûÜFîFàèsÂj³#x]‚¢(å÷Òé†ÎzÐm±ÂÑçÄÜ|\S÷)kU|U±ö—b=38„ì³,â‹qœ¨ˆ¿¢ýô.³_êÕL;jÑL± Hì6;ì½DîGuÕ¥Ñ6Ö²Öm‹ãÓÛÖ;Û²òOϺ>VÜtx2Ï2pu!<†ÿ¯~U§zssòºŒè½(Š[E8úÈ¿ËWu¾›™ú4{áÛaDF¹ˆˆ>Å$!“ÍÀÑçеŒ³ß‰Ìs}S „¦B\ ¶ô€‰ô/YÄš§J$WÓˆÏǰ–ÍÀÙçDð†T÷ó©ÕË H<}y]ÆôÝÝQ°èÃ(Ré âs1¤VSÀ¶‚é;»ïû¯áóãõó5ÄçcÈd3v§u¼^_«wr%‰ø£R¬î³nx/ùXN"öðCüý®ªøõ,³_êÕL;j¥·ÎÓ3Þæ‘xšDb)T:¥*OK]êmãV÷©vħ§­w¶åëõ5„¦Bpö;u­ëcÅM‡#¹’„găèý(<ç<µ¿› X¾µ |; ï/¤ÉÖ·[òiFÁßA@òiRõ¾ÑhDä^‹E5êù!ó)3Ìf3‚׫+·ðôX`6›áõ«Õr*ÿ[Yvj5GŸÆßaé± öS¬jÙ½1Vþ;úc– Œ¿7ÂÑë@*Bìq v›ÆßápB~¥0^ Âl6—Ïâì]O½ú4j½1;œÈ½Ì銈bà&‰ø|LÓßGOŠÅ"Ä.Q×2;w=Ò«÷´ Ž^¦g¦›Ž74qb— ùóáÉDуÁßUŸúK²fùÄ.Ä.BÊïÍ=Ž#4)A€±«ÔÑnýÇ-ÌÎ̪^›þûîX|>Ž…ù…r}·ðŸ¶ïþ^h¨O½öÐBßXÓÿеŸü.¡ëà#ж$Án³#¹’ÄÈùí£+IØ{¬MG>{;ŒË£=ŠÅ".¾=]U¦žuvÜtðfïÌÂ?æG¬+G¯¶ÁŠ|!A4'• ÄÎ碣(naü½:¹ˆÜ¨FÊ+†òwÇW»‰ªåk äw»Ówòïò-ubãóq„¦BM…`ŒßÃ9àÔ¼üNg»r@cïk•‰±üNVÕ§òßZëS¯=š‰YO|DôéjÛt#÷  ³3³ú~|ffálþéËæSfŒ\4¡²}kCô~Š¢ ð6ÿQæ4KS!6JS†¤©<ûóxG.Œ`üoRéBÚm ·.#PqÑwàZ°t±fk.A¨{Ñöa©G£zéå»4‚àõ ÒϲP¶([ ÒϲÞà»àm)~ÏÙ!Üš ¡°QDa£iÏ(¢–ºÔÛÆ­îƒíˆOW[_ñÁ?êƒÍV}VNϺ;n:xÞ ^DîFàñj¾ÑDôQTóÔ¤Ä@5­gˆ=Žaíùšê½µçkˆ=Ž5¼M~#«þm>aV%{ËÕóüË·ÄæbeáÛaøF}Uƒåzm´þ\ ó sU}T‰·†úÔkVcn1I€ë¬ Å­""÷´zÜ‹ ¸U„묫¥õú.z‘ÿõhex*„äjV›î/œý½‡Þ°Ž^\ƒ8†`>iÆø¨_³sÀ‰ËWèî±"0€»¢\ýN\-½7}'‚HÅüQÿ÷> ¹=ý9µâhT/½FÎ{á¿êCh*{Ÿö¾Ò)tÿU|W}­Å?æ‡xÒ瀮A§íªójZêRo·º¶#>=²¿æ¼.Õ¼»‘žuvÜt8\ƒ.ÄæbðúKôEAîEÒÒ”µÐD¨éõÅæKòî=K`:a‚ÝfG¬Á…xÁëÁÒ” BÁëA¸Ï¹+|ŒJo—nëê»TûûDèÔX~gY 4ý¨<8ðfgf¡( òïòºŸTsnØà u}öÆÓ¨>õÚ£Õ˜ÅGDŸ®c¯××~‹ÏÇà>çm¹0ùmÞoêEîE MHHü×Ä“œv@_.—ƒoÔÔ½èî¨Ç÷¹Å}ÔÄçcð}¯î|Ʀž ¬g¹½ŸÍ½ÌÁ=ìF`4ÿ_ýªiBƒæ¯Ípö;1>6®š¢²ßÝnö‹ÃÙï„tCª9'±œ@øvÉ•dͺF„&CÏ„mÀ3ìAøvX•¬FÿEä~ò–¯-&¤òYíÊ2#÷"M… l)å×pkêViÙo,¥k>\3–{™ƒÿ¯~dÍBE¯¼,/»_¼u_Û.uò€ÀÅ[¿…ÍÿÙÔ\ŸzíÑrÌâ#¢l›Å¼ê÷ Ùë<Ã^UY5¿÷Sù3mM ð6ßXB§€ÀXÎ>'DQD¡P@r5‰Ù™Y·ŠˆÎÌêJ´Žœó鯤խ©üWP¶ßcüo¬3n¡Ûmõø>·¸™$Ð'‘x¿ÌÁ}ÎÜóã#b’p IBG»ë"ž4áÉâK Ä~ŒbüÚxù.Fö+¼ñ45ňjû¾z װ Џœ¿d|_pÜDG•tCÂøµq(Š‚ñ¿ÃsÖÃøˆèÀuTÁ®³®–¯7 :H¾‹^ø.zãþdñ¡U_ÓI}(Û \ƒ.Hã#¢O7I "¢ƒÃ)C_ÿ÷þº×ù1>":¿c“"""""b’@DDDDDLˆˆˆˆˆ¨ ¼p™ˆè ˆè SÜ(~´uóL1I """"¢ýØt£ÄRñåÖž¯•Ÿ¸lí±Â=ȇ¬em?“Px›ÇÐYbñø¯ø‘ÍfñÛûßÍfáû·X|CÃÞæÙúmÔ}ÊÚÒûl+b{ZŽ;ÖôÑ¡& òÛ<Ü#^øÇüH­¦à>ç†(Š@ Š"FÎ µš‚Ô÷ˆ²ÎD "vÒÙf»~ûí7Ý_zbEl"úIB`4iBjøxvÿ÷~Hc]å¿^_cÇ¥ ˜ÃèÕ[;­‡ëK?nØfÄN5ÑGLK ]Bá2Q:$–Ü Mt\؉!¢Õ)¾|é2._½\ýúÕ˸|éryÙ¿ãÿrv›ÁëÁªÛùµ2%júïÓ8vì¦ÿ>}(íQy&† 1IÐ(¾œ@p,¨k™ÀX‰eíIÂÞ‘ô¹Ç18úœè¶Xá9ç¼.ﻬ,ËŒ`·ÙaµÙqy4€b±X³ìZ¯¥Ó) õ Ûb…£Ï‰¹ùøî·iB‚Ýf‡½×ÈýhUy‘»8úœ°Úì^— ( ÀÑïTÅ_Ü-W^—áèwjŠ€¦ö؉«û”UsŒÍ´·žm:÷8G©Ü3ƒCÈ>Ë"¾Ç™ŠuÉr[Ú»üþý(ì§°Ûì&CÀ64ï 󢁿ô¶u£Ï7µnÛC˾©é8jâ˜mTï½zÚácmÏOÁìÝY¤Ò)Ì=ž«øþ™C*ÂìÝYU§ú·ß~Ãæÿl"úcŠ¢ÀÒcüF®ê|73-*r7‚Ù™YDîFøkND_ ϰW÷Ÿù„éã% ™lŽ>‡®eœýNdž7?"ž\M#>ÃZ6gŸÁRÝ„Ä{a©t ™ÕDQDèvXóºüׂðùñúùâó1d²™ÝѬ™ oóHþz} ¡©PùXÒÚs{uƒ ó ¿6ù• ù•Œñkãx²øƒ¡æçm°avf¾+>H­×?±œ€ ðÿÕ¡K¨p:vì¦ÿ1 ÓI“jÔúïÓ0þޣшÀh@5@·þãºÍÝ0¸|é²*áÛ)§ò¿•e'W’°Ûì8~ü8L'Mˆþ3ZµìÞ+ÿ¹A·¹ÇþŸc°Z¬Hÿ¿iDŒ¢ûT7Ž?G¯¹—9U Àh4Âø{cùÌŠÖú4j­1›Nšvã{¡/>":x™gIdÍ|¼$¡X,Bìu-#v‰(lš^gx2Q4Á`0ÀwÕ§þòÜãÉÒôö:`0`è4@ºDj5©ýG±Ã€|>ÂF¢hBx*T~oai7'$ˆ]Ä.¡=€¹Çq„&%ˆ'M: nHx²üäC¢ä@*-•ó0 ˆ˜‚•Jgáüxi‰_O{ìU/Æv”_w;NMC<ù¡ÜK^(Š‚ðTHõZåO+í½#4!Aì2Aì2!4!aaq¡mû^;âÓÛÖZ?¯iÝ:·‡žc«ÞqÔÌ1«¥Þét ±G1Ì΄uµÃÇÜžŸË7Lß™ÆÐð††‡™‰Àüµ¹ár«$Ÿ&[^ä‡üc¥é­þQ?"?Dj@dŸeUg&OÈ=Ï!—Ë!÷*‡[ÿyk·Ãüi$W’øyågȲŒ÷Ûï!ÕHèvÊÛ{ÖÃ;â…4!áýÿ¾G6E:Ö—ø,%ðóÊÏxÿ¿ïá½è…sЉøb??ý›››ú×!ø®øÊŸ—&%ÈoäR]žçxªN”´Ô§^{h0yšDj5UŠÏ¥/>"jÍf1¯é¯™hãsA(=AÔž(ìMÂü•©Ü±i‹êÅØ ó 3²¹\ÍŽŸžDr¿NF³í]k™¼œWÇÔ`_8ŒøÊA¬[ϾYï8j¥ÜZŠÅ".¾= Q45ÝGy{~lÑ?L§Ù†êú„FI×ÞÁ¡z×$Ôº˜9r7‚âFÇ/]}ü8ŠŪkÄÕß5•I„ù+3ò…¼*ùè>Õ]^Ÿñ÷FÞi@H,%\IÂÒcA÷©n]×Üíìk{ô½¯U~7å yX¾¶Ô¬›ÖúÔkfbÖ}!I‚{Ð…Ù™Y]ËÌÎÌÂ5x8O_VB§Á  ð6éºú”«í[¢÷KÖÞæ«æ ®KnW—í9;„[“!6Š(l!í™B1raã“J{n¹uŠ‹¼ýN„&Cp—FâÜÃnH“}NÍñë!‚úB` 1êî8^AðzégY([ ”-égYoHð]ð¶´-[mo¦B(l”¦½HS!x†=š÷…Èï ĺõì›õŽ£VÊ­¹^ñÁ?êƒÍfk©Žòöü˜r/sn”¦ê-,–®OÐ2jöþ,œNÍëÙ›8(Š‚èQ¼–_«Þ{-¿._]OåEÓò¦ŠÒtÂTU®žgKØþ`ÃB|›››¥ë/.ùöí@ë={¹_ÒŸ{•«Y7­õ©×­ÆÜ(>"j]¡Çå«x/øT—¯P(´öàâ¶% ®³.·ŠˆÜÓvhä^Å­"\g'IO…qëö4º{¬pxaûSïž÷CH®&aµÙáñÂÙ¯~ßÕïÄåѺ{¬˜¾A¤ât­Ìñ¤ Î'\ƒ.8NÛUÓl|½p8qùjiùÀXîŠz;û(láù×ҔϿ¡P(ª¦a4Š_ÿ÷> ¹=ª;´4ŠQwgô¼þ«>„¦B°÷9`ïs 4‚ÿª¾«¾–¶e«í ”¦y¹=p Á|ÒŒñQ¿æ}á0â;(±n=ûf½ã¨•rkÉþšCðºTóîFzÚá(oÏEQx†=ˆÜÀü•æ¯ÌˆÜÀsÎS³“®( ²¿f úϨjÊŒ^±Ç18zU£Òæ¯Ìpœv ^çŽY@邸B¡€B¡€ÀX#FÊïãòÕË¥dgȽÈÁóOíÁ–.¡*)òŽxËËÖJ ¦ÿ> EQ ¿‘[þ,}ÏŽ x-¨ªO%-õ©×­ÆÜ(>"j(š0raé_ÒHÿ÷‡¿_Ò¹0Ru]¯c¯××~‹ÏÇà>çm9Pùm¾|áV½ç%DîE MHHü×Ä“¦Ïnƒår9øFýH­$¹÷²½¹?pkY|>†ñSw¬;ÖÔ”õ,·ßhF.ŒÀÔeªš« @ÙRðàáÕ²†NÌ_™átAº.©®ÑØoûÅh?mGh2Tó,tb)iRBæY¦f=;†ðí0B·K·=öž÷–΀W$}‘"ˆÜ ÷*Ë7„§ÂåÁ¬Ê2§ÿ1ÐdÅb±üÚÜã9Hòïò¥eï„ËwÕʽÈÁwŇì¯Y]¤£ò²ûÅ[ï5EQ `a~è‚cAH“~ûÿ~Ó\ŸzíÑjÌZâ#¢úŠElóªßß•ÒÙêÊד«©òókÜ hŽÏÇJƒZW‚ªej1 ¦ògÚš$@ám¾±„N±œ}ÎÒ…j…’«IÌÎÌ¢¸UDtfö³JnM…à¿€²ýã“`µ˜qó¿ÍáŽFOHþó¯z{Îû×ècoÏ•$Ð'–À¾Èaèì^˯Ñ–$ì$ ªnÒl’ÐÑîʈ'Mx²¸€ÄR±£¿6^¾‹‘½Ç ï_<‡6Åè0‰'Ìp » (€kÀ‰ñkŸÏœä£xæQoïÏyøq{ÒQ¼,Ý`»t&gçÚ6ÆGôåqê|^Y#¨ë¬ë³Löã»è…{(Û›û÷·CÃS‘Ùl†í´­|Hh*Äøˆèh' DDtp8eˆÀÿW?üõ3>"b’@DDDDô%Ë/Œ±¥™s>çsþ½ÏŸ9óUUa†a†a˜ýˆñ?ÄÙ Ã0 Ã0 ³Ÿ(<*X?[’÷ùÔd0 Ã0 Ã0Ì>Cr‰\ZýÌ|i*äÔÀû‘„ û‹a†a†aöîŠÜ÷þZú–BÖXÀ øü "€½L™»ìçeñvë×KìB†a†a†y­Y‘û.€ü¼>ˆžLÈHÖ ÛYvŒ#z¥J†aÌÜ—gne,€ð€OAd÷1Ì0Ÿ›€èD”Óûæ8§9]¯g÷´ç¿ ÄÏÅ5Uó’ð:¤åµõç›Öþ0̾•û<;F‰ÀEýn¾ òO¦ìÚùïç#§ÃÆÑðôçÉô—7Ç.¤æîäˆYñ3Lo%¸?BxÊCræVÆnïÑ~tû" r:âù[&?¿'”‡g€ù“™¼’ì£U;Ÿ®Í:w=FÎDBc!}XQÖ3+u5µå=­?}qÚzfíK ]ovÖÁªaÞ8Ölæñöç ×§¾­K ¡ò,_2‹úˆfW„xZ.~ŸœK SÅ j貦W¢g¢™¯2õ¿OG[ªb·ÿ-úš·#[Tœ§"õ?NFò÷ò›ÙÝeçï‘S‘V•ìöÓ™mÒÕ×övç¿NžG?¦®§ôa=û]6õ0EDú=:ÝŽC¼y}ëgk—«ØÀüÙmþæû8w÷ ³7ñæôërßû‡@[ü©¤qp –ò(,EBËv?˜¶C.VÊ…àQcæ»…š>_ó²Ã0Ý(<,DNE²w³BY–#§"ùòžäjԣȩHäTDS5G8¹û¹†š|ð?`ü߯Ïþeöìûgµ!Íza¥o¥'ku ¡­ÚëWú«tìLL’ÇÿmÜxLj×é(aù§ò|n¾ücÙ»¬!&<Û6e@àwMÕŠ E…ŒßåËë[¨±ß%?O‚é¯Ò‰Oë#mvDNG&NMhªfWìü÷ùÜý\sº:ùm³”,Ç>Œ+•J‹Á0qz"þi„ÅÇÅÌW"Zojãß¶Îl¹¸~§@ mNmÁùcÇÇbgbÚ°FDÙ;Ùü÷ù^,Ü‚ç{48þA\?¤gïdçîÍÕýÿS¹üÓê•›º%9 VÓr22q¦àÜݹ©?MuJõúºÙ\w:†ùsÃþ¾K°Ý¿àîžaÎ×·¿nùä“sŸôr‹wYóßëùm½».TçryZ¶a©@?ÍçNᙘyX)Ù`-¡f-ƒ¦éÊ P«¯ ðÿðO÷ÈÞÉ‚ÑÓQp!z&Zÿ¤1mæBäT$ñÇ„eY±b…‡…ħ‰ÈÉHsÍÞ L^˜œýó¬~HŸº0µqk6ŒË8dÄÏÇÇ#ãàÂÔÅ)ãcæÆLôߣٹlôߢàÂx¤.JÆ#ãÞe›2À»r÷r¹{¹údóZ áãáä¥$¹”¼’ÌßË·´Ù9§'Ÿ&ÊËѳÑr¹ÿ4>qzbC¿m!7gnÌ€ Ó§Ûd ˆ8yn2úoÑìß²‘“‘ø‡ñ¶—5þÝ0]ÿ^ûoۜڬó'NM$?KŠªˆŸ‹'Î%ôa½ ·æù … ðC¡í·[ˆº%9½»Â'‰ÿHT*•ØG±éϧÃ'Â=ú}ÝéTv´$÷ì†1rKÎ?ü³3j¡uU­‡[¾¾ýõêP¡ÃeÔªµZ­æ]fƒ–¼4úcÔú2 "<;©—ËfÑ*8~]}c!Bsñg^:<c˜^°,«ðC!r:2o>r*’»Ÿ³ŸÛÞW^í›8=™¯2ίÎÜws±b‘Ó‘æ ¸J 鿦_ÿÿƒ©Ï¦´a­Çlxeú¯iÇ©×nů€ Ö Ëyé8ÒãRsPÍVõn€ö¶ YÏ,/4ë™ ¡_W›”ÈÉHâO »b'/%-Ëêió'žŠÍÜÉ8¿:™ï2‘Ó‘È©Hv.ÛÝoë×a¯J½µØ¶º‘J]MENGæÿ{¾ÅªÌ7™ÆÜmâO‰ÐXhæ‹™NÆ7ÿÛ)]^éýÛ)§ZRÔÝù‘3¸ùÅM¯|6[ÞwÏw/Z dYë¹Õ¶;ÜN¦·uãÄ™ ˜ùrƶm¸ùåM/C7¼q}ÝÙlaèoIÞT°Ƹa ÃlŸØ±ÆßÙ;Ù ë]ìƒØêÔáÚÛW—æÜ•Í<¦i6ž ¬€øÕŒæÇȉ†X*—Р¤â ŠÐô#Jp,”ø<Õ¼Í0L*•ÊìŸgÃ'Ã^g?óÅŒX¯`e3qsÿªëÍU¬ùoó‰Ùx/!¬ªí®4ÍÕðgnÌL_šÎÜ΀ùÔœ¹1³°°ÐÖªÞ ˆyJÈû6óM&u59™ýb¶qMüq˜½>ÛÝúH›?Q†”ºñ.T–ëŸlè·î¹ÖéóÜÝ\0L|šhlXò.6ŽSš5F=‘ òÜ)[þí”® ¯ôþížS+»;ßËÄr¹¼æe,ƒñ|/€½l{VµÍŽídz[76<à.Zê醙Ø\w6[]’»»aŒÜÝ3ÌÎH…MUí^ú¬ÕÀÛÌÓ: é*åªjWÉ0 GØ$ÉeÓÒüh‘¢ ë$¡ù³ºqÓÇçî3Ìfð&ø5U›¿3ßЫš¦b@øxxÔ­ÿÝTø½‡°©¸æîΣÑô_ÒÆ;ÆìÙí Aôý(¤®¦ÍÅEsÑ;b%ú~´ùm‰s "šùb¦ÓûzœeTYuHm˜´)V76ðêjÊ®Ø37ÖÌßüòfh,”¼”=: ;Ýë™·MZé”SkR´‘óí6hµMY²5Ï÷X´ ? óæ}Éô5Åø… ºª×±º¶åLì±0ì@¢6 v@12ÌËßþ½åg@±tù·™ß¶ý”ÀÚ‚#¤èúñˆÐõw"c'à )¹ûyó‰i™&g'ÃlŠÉ “£Æèµ×Ö•ù6Ó—¦eYFıãc_óõ¦ï=„MÅuóË›†a˜KfáQ¡1OÞ’ :¬n6؉Ó²,ŠÍ2´¸P”eyâÔDã²…Ç ‰ó réæ­›Þþж‘¶ÈGˆŸ‹£ãÇaíRCß!¢éϧwæ}’á „S§ÖŒ÷žY9A?N^œlþª{ºz ¤SNmÊù^&^þÏ˪ªÊ~ùòç—çù^ €Ù/g­Ÿ­Äg?<+ɲ_;6vóÖÍeº·ýfêÒ”<$ËCòåÏ.÷èÿõt) »R’»»Ãu‡a˜  ½ßõÞ‰÷Þ;ñ^÷k:NÑW$}aÉŽœŠè໲‚Š ¨€~H¯¹TYœ1 Ó/æ¾›Ë"þqÜ›Ë,•KS;û¦âÊÞÍ&?OïàBùŸåÔõTC«M^˜ôBð&Â{ ÖÛL’»»æÜÜÝ\h,û(Ö|ÈÂÂBâ|"}+ºžR%óMf}¤k„Úí J8qf"ú~Ԯة멹ïæškår9ý×tâ‰Æ'‰‹‰ä¥döÛ¬½l{ÛT$/%“W’©ë)û…ù&Óôuf'ºÒ)§6åüF&æïç‰hæË™^,Üšç{1¨JÑ÷£ñã±M_œF …‹æâ€2=w/xÅØzfe粡ã¡^ü¿ž.…aWJr—`w¾î0ÌþfCýÝ÷[ºßþUU5UkìÝoŒÇÆb§CÖϦ6¬Ž@òbù‰Ys!hèÓ—Rös›ª¬ø†a˜}‹>¢?øŸÖ3küÔ8{ƒa˜=‡·pÚqv_TÅüåÊ Á´*4q&’»Ÿ/<,€7äg­Ï0 Ãì?n~y3ý×´¹dêõÔ•dneØ- Ãì]:È}¬%Ë^²ˆýˆæâÄ™HéÉ¢ýÜ¢*!"ñ ö†a˜ýHî~.u=e1ˆÈ|jNžŸl>Ì”afÏÑa3ÏZÔ‘ú³h•%~<—a†a†aölæi†U>Ã0 Ã0 ÃìE¤fíÏ0 Ã0 Ã0Ì~â7ªª²†a†af_ò[vÃ0 Ã0 ÃìWê›yÌ'¼;Ÿa†a†aö ¥Ç…ØÇ h~T×6û…a†a†aöåKÞ¼™‡a†a†aö-,÷†a†a†å>Ã0 Ã0 Ã0,÷†a†a†a¹Ï0 Ã0 Ã0 ËýמÃ#£ì„}æ¢73O©.—Ëï sÁf†a–û,¹8]<æÙ‡y—º13õyò—¥EvÃ0 üérÿðȨ÷3ŽŸŽÎÞ˜BôKöWm4L=<2 M^œ®TvçUt½>9s;sxd4s;³ýDíâ A<wõ“OÎO6þ&—‚ÇB½”Ï7d0Öøp}Þ™OÍȉ0· Ã0 Ãr¿®~YZ,-gn¤ˆjáS‘Ý’Ñ=šúËÒbþ~^ÒšæP—ûw²—ÿóræNvO§B–åà±`þ‡|]ýWEá‡BCß¾/eYæìÞªRÓ+ø†a†y³å¾"†qùJ2ö~læÆ¬÷¡eY“ç'ƒàh øÉùIOxysŠÞ,{ãöô­tèxx4œþïïÂBqütô°1:ž»›[ŸY³_ÔS‘ùfu¹`}Pm=°MΞ™ÈÝ«ËýÒã”ÊõWÊesógÏLtqrKžz˜OÌÐX(ómÖ.m¶ô®þëBòJ2ÇBéÛ™ ÃÙÚšÚœÆÝ2Œa†a˜×Hî7ˆ(,Ô%ãä…ÉØ‡g‹ ÅÒ£¢ªª©3°²sÀ›e÷.Ë|“).”rsÙâ£"¸4ûEzÐÉË"}+m¼kt7 ­ýuÉûÏrî^¾‘„â£bþûùü¬%köVº—tmÊ…G ¹»ÙÅr)|<<})Ù_oÌÝÉÆ?Ž@ü£ØÜ5ûyÚÆ›¸8¸øåÉbîn¶!¦›5kéqÑKEó:Ïú Ö{`û„O„KOJÞÀ¬ü¸<öÆ— ²l›OÍð‰p'·ä©7Š}O]MÅ?ŠAÓêPêz*¼²×e³¥wöËtå¹ÿ¡¿Ÿ/.¬®v¾t¢%_^Æa†Ù¿QUÌ'¦#¶²çðÈh«VsáðÑÑ_ÌVGU Ÿ ×ßõÞÉñ¯oßÔuÝâ‘3ÅG…öoƒ–)Lôãƒÿž×Gô.t±¿øè着5Bþ{þ”µdÅÎÅ‹ ½¤«w?”Šò D<Z|Rê—[*ÏíÈD´¸P@ É¥ÐX8Ÿ›Wj]â Ç?ÿk¸áæ´„N„³·3ž7š¿mT³ØãÚÕ”:¬Ç?ŽE?ˆ%?ŸN]Ÿ™¿›Mßʈeûò•d'·äiê?/Ïü5½1ŽÍá/,S×gçïf±÷Ò»Æ?ßd¼ë­%ë½È¸÷y/…°_…¿EÙ¯/ÍÆÔ0†a†aDînvæË ÀöçV–íÆöh󉙺‘*ÿdRµÛ»b¿÷¯ã;솂Bd¾É$¯&³ße»ÐÅþf¥ š®5þ¨T*[KW—ë=¡ ˆØßÝ™;sBˆQ#ØüÉåϧºÄ›¹žýK:ý—´"ãå+©ðñКP©4¼±3IhaâýèôçÉøG1!D B€ ¹{¹›_ÎtwrKžÞü[&ö~´Eë[KVòJ2û]]ëo!—+•Š~Po)6;P Ö«zÜCµcÕ“a†a˜AйŸË5ô_üBbúÂdú¯aÙ/‹ªBmoÑT-ûÝ×-bk È²œ8Ÿ u7 GûÀ¶lo>Û¶loÁd éÚy?Kówç›gµ½Éþ©‹ ”°Ó]†a|}ë&¦?Ÿ.5íH}XmxcW0 æîæÌ·Äúç½;9w';ñALöËñsñÆ(ñ“ó“37f›oï Dä IJhT¨ÖsË›,·-{sÿµ-– Ã0 Ãô‘¾íÝ'"Ó4¯]Meïf§/N5>”ý²Œrå¹ü<Ù¬¶-kõyÓ³žú,iY¸`.Y“~`Ž"}+c¼£w7 “ýëI^OU–íʲ¼žŠž‰ö˜®]÷Cþ~>6+9õ |×ÈßÏw¹kòâ´µd5?‘ÜÌÄ™XòJ²òÜUºv=µá¸«ÙýbâÌÄÌ3¡±„Æ‚³NOœ9»Y'«ª–»››»›Kߪ?Ïÿ4ž8÷FæZàÝ@æv†ˆ*ÏíæÇ-¢§Ç¯]MU–EeY$›ü³ó¹ß#¯­a Ã0 ÃôBf÷½-ˆ¨ÒBÇÃ…ïóÍ<3×g®]¿öÉ…IuHÏÿPßò›øc||"JUò6xÏA~rnÒzaé‡ôË+£…¾Óؽ û1x,”þâf]Æu0 “ýë …"§¢äÒÄ鉩ó‰îÁ6Ø-?4È|›ZËÙb³_¦'ÎLtº+r"üÉùIë…e1Ò_Ì´&ê\œHLœŠ*MýG¢»-èщñkÿu-t,¡±1r):1Þc¦¬QüCòülôƒ%Î'Ê?šå“Ó+¿î¹6s=5}izö¯iuH</<\)ü©«©ðÉ0JÿClá [0l'ym c†a¦¶û¨.Ã0[Æ4ÍøùDñ!?ùÊ0 Ã0LŸéÏ£ºÝõëû‰+2õµ²“Ý2¸½>‰ºv=•87In-u}füd˜}Â0 Ã0ÌàØ–ÜßCB5Íâ–=‘"uXœ‰Aädxêâ4û„a†a˜×Tî3 ³âż ñ Ã0 Ã0ƒæ·ì†a†a†a¹Ï0 Ã0 Ã0 Ë}†a†a†aXî3 Ã0 Ã0 3Pêê–Ê?–Ø Ã0 Ã0 ³å¾>bè#F§‹YcO1Ì~¢ô¸Ð¥Ês­g®õ ÃìƒZ°™×lñ;wf?Qþ±Ô½ãçZÏ0\ë†ÙëµÞûƒ÷î3 Ã0 Ã0̾…å>Ã0 Ã0 ðÜg†a†a†å>Ã0 Ã0 Ã0,÷†a†a†a¹Ï0 Ã0 Ã0Ì–ö¢Ñb¹ÿ'…ÉC|Þ0ü¾µãåVŽa†Ù<»Ï0 Ã0 Ã0û–~ÎîцÈ~yo®(0 ³ÜzëB. ´Ÿ“I¯ZÛ=ôá.˜Ñl·± Ã0Ì ä>¹„jÃz—k„ÞûPêSwè‚óRx‚z¾ W´ˆ¢È\f; úY…uõÏŠŒN•ˆÜZ¿›.@Û0}MíCm°‰wÁ²+D­±È~Ÿö¶ºóäÔ^­ýH9€Uü>W¬8ßW“ä¾{•\Úz”g”†a%÷Áð#úÜŽQÉ’ 8Â!"Ä>(~ÇåŸL€ B¨uŒz­H6U”|w åmVü ³ZžºÂ6£{§¦ éŠk‰*ÕúÕÞȲâóo\skU¢Ï;à饰—mp\@Dô+mš2LË—%‡´þÎ,¸­*|où@"ªÕô…Áç EüµÂ’,Ë:i!’C}ÑýäBs%OòyåÇÉAÍ­ùÐç9¼æÖÀUBD^ßxó v­Ã0}—û^ßïvWú°n=³ú¢øÉ%DÔ†u»â€_†^æ„$²€Üm3öç6¼°À¯¬K5uñ p±cöµ*‰ªÐTuu4^*‘OBІd{¹OÓín»Ñ…Ûùâ>6r.ØU¢ö:þ€ŠÁû…Yya) èÇ’f[¡ï{ˇˆ²AQ¥寲œÇ¥,¼°¨F€oÐ+ÀħÖq$æ E¶›Àª@D!¸5UÕ}”OD W@àB½q \Ÿ³l{Ý UÊ<³ãr›êË22îøKµ\1㪑?w¯ ³r¿Þ#ÒF]5hÚõÌ‚>)~ªÖÐá€ÞSj\(.X•j?Z·ŸM4-h~bÁK»„(µJ? U–ûÌ>c¥œ[–…ˆŠ,×?qªÂ'«ä’P–eá)~©?‘ÖÜF£öæ%‡QíÛV"zE„’Œ@Ç©½íű_–ø*$èUöÓ“ ÎË•p<ìó¡„èG”À'¡STuìóÃ> ´2øS–B (Õ§RÑÛPDDK&VRÊ»ÄkÛ™duë;”¶ærWöj2;EEÐü‚eZ¶µ,¼ÎP±£ztL—ý;4Ý.–º1a/%ä@‘s„av@îm¤õkTƒ*€¦jö3ke¶fËæ#QͲ,UוÞ[ û˜bNË G{?†€¸—sêqÕ¿Õ`ˆW™ý‰§0-ÓÄ@À'!ÕwVÔ¼éoo)M–e±Ü×ýô+û:¼©ßV“¼™`‰¨ŠDNÇ6(¢(®ª7k}ÕŽ#ìeÇçWd¿ŒøÞª?¥@UAeY¡õQñ£•ų@„ÊŠÃÁoPÕ ø Jøck#ñmÆ(˰ééymH®¹ „àʸ“,>wfÿ»¸ºŒæ‚õ OìÓžù8´ŠŸDýº|(æØ&‰ÊaΆ´Ü߸‡ó¡Ï®Ø¶m×Oé©ÕôƒÛ> ú­]uaCèן^Pà †Gt’AÕ`Ù©_àz;x‰™Ùg4º¨ ©¥ŸÊÊsU×õúð¾æM‡ƒ¨ zY«¹äó!ôAŒÀÚÇ„\o6¡ít¡”>*þ ')È”¥þm­qÁzfy3ßèmœ@RÁˆèmjñ!Ö\RUÍÛ ÓŸQÜrŸf€ü+~–Ô0 °lA¥îмö#T Ÿf}Š^ o'¥[£æ¸Är‡Ñü¾1C Žhư ”ŸÚÙG½¤BÙÊ?ÖΞ0Þ=OëG'À%͈Zå4Ë}†¼Üw7n©eYFDtÛçó[ë×c»»©õ½>øˆ®Ñ¯Ný_ôé¦è¹eßÉÒ²ty•™ÙÇ¢å·D\üÙ”½qQÍ" @É×EVs›Ö]Z™Ú§–­ (ÕOE?’ë닦ºäîe"@¨Š,;‚Y1tÝ{$—^ÖýBë¹ãó¡ìWdY&BªnwxãsI¶r W•ôP† €! / ü‚[†ªÀ¥ȡږQ 7xæ’H_/ŒƒræB¤Ñ‡Gz `.o‚ ‹–'}Õ×Á¡0‰9y(îM¨šà78_f€rŸšp×8õaMS”Ð^¶÷ü|Œ à1´ Ó8¬Ò÷yï(@Odȧ"¨(Ö3žâg˜}ˆëEIˆ¨kæSË\2õƒ:JMSȲ ® TÚÞ)=ëÎòǺPl·9¨JÂÓ¾¯ú¹Ë¥ÓÞÅúã¤RŸ6FtÓªxM áØ¿ D¬9üZ7CQ$"Q¥þM#JP) G`(‚ª.€õ9Y°a8U D$ÀJ‰D †BÛu/Qk†ºd/;ŠìC”›?l9 •gøwXD´6ëÛÌ||ƒŽ\Ø͈TP’ íh̶2òÈ g à PîwéÿÚ5ûa’†\@—Qû÷(«â öÝœöáY€ªcßJk§ð÷cÊ©ˆýÝ/43ûrל~¯iºõ¶+64L\zoìüî6„€¼'w©sƒã#·†>e»Ï »M g»Å:lüêû (¢üD€ª¬*Š$ĕՇèTITÉþÕÖßîà ñ×2€K¸TDüj²‰²²’HxOJ€Køk¹¶-¹bÙ¶¬ ŽV–Ñ;ÒÍz^ ‚K‹KBuH5ŒšËj—©,Sá‰ò ¿«0¦ª)ì TKòp\P×VÅì'±4-kqžãg˜f~ÛÏÀÜ-ýìu\ÀC:þ.•Š};C/,¨TèE¥¶,D¹d“äalWÂ0ûô£>¬ƒ βCÞû’ÜAÕ;jÆ­=Úþ€,£:¤¡¿ŸG¢„ëc “eUV}¾•mQ"¢o["«æÊV}¾„àW`È€!ˆP–ÁçÉ€òê¸N˜Û\ÑUUm‘<ÔÚ"¢a°°{-D©ÿ.šKH;9:fhƒˆ…DA<‰Š¥„¦ÉÆÉ4¸ j(ùÀµ§óšÖ´x%QàLa˜zGÑßj¸#·¼VZ¿F.)ºˆâq‰žY`—…;Yr¨=,ÐYé€HÏ-Ö¸Ì1ûwµEÑ4­R±kDÞ¾yr ›«íÓ)œ ­…Mú{ƒ¦nÛcÆ”]ÞäP?&³ ‡-~ >o"¿.÷m ¬ž²BPžƒåè!ï°ARê¯ß¢4¯êlÊÃ. @íTž[5ª)Š‚þúWµZÍ6mZû@¶B, ª¹ ÷ðÿîùÞÌ?¶@‚³ÇÄ©9]-‹¥)”5m$„C¸‰J¨­ MpËòШzr^ˆ’½”VRIóyü ³Ó›y_,Õw±ëjÿ¦d\ªõл4a§Ë IDATøº¯øo­ëu½çñ„€Zª„CU"p‰$$ÛÆ#T*ð³GG¹Ì1ûVëxo>R‡µÆ12­‹xnÿš·I JõùþŽíœ»2Ø®D¦úé4ÐqႨy¦/R“ê£pI ðk«JZן{–puƒÊP]qï¶ûcİž[ŽcËCõú>ŸOQû×5oJ–eY{[+>.‚Kõ×îr•Ü Ìç"ûp\;ªMÿ{p«MT1ãúHD9TÉ‚ˆ†.Ö«¾ëUÀ-È8ץij¬õ$®+r¹`Xî÷QëoЗ×ÜZÞœ´ÁA® ¼ì‹ ¢*ÊårÒ¤Ÿ3»¯jà=†+ËôÔ„µãŒu¨ XÛE1Ì>…P{Û; È­QýüÙ¼âÞ¥z në|ë˜ú÷¶Õ&;ÏïàÜýÇ›4-×Ç6UTheVE5@BZÊ{'€‚‹ðj ™¨m9»½G>|oQ•ÄÚÙÛ¶×O*‰ªBˆ*É2Kº]£ü̱Æ`ŽÛGÕÈØKS¶]Ö8ðkëwè-¹$åŠÊœ½TrT#ÃZŸavôU×ä"€ „Õ¾6(kšZßBêÖPò­I_S§ë¼¬Á «¯šœ‡õØ<’AñpÍfAíÃÑéa~¶`ˆÝgöÞÑkt-!zoÔ²Áû¹%ËÊÊÙÔì-åI Dª¸Át{¿ô7ysÞßÿJè)~ ö¶Î x‘¯·¢Ž UÏÁÛ¼ðâŒP9ƒ®’$ —PBp‰äm®Ü’,+ö¯ŽSu4¿¶² Cú]­ª>ô¡„ ѯëºùÄܱ¸2 b8 !bPØžU@Hl+MfA=PEA" ¹ ðÙO3«€¨ãÁ)>†Ÿa ÷]¨u8Öº²\©¹Ž¨A º5pÁt-DÐßÖ·yô> ä[YDö!Ê(ÕWö©é¬DôÕúúRϪ §& Qù.«~6¥ßºi_JЇ ‚!Yû ¦^JB•쿦ˆ·”2û’õª] ª°+B?¤в¬ù ãE‘eYé‡Üt›¶º@ä Ívƒ·á„úT±Þvv< ªoÚÕžÞ"®¬Ì,—aÁBQ±HÀ‘Å?€g9€ ¸5ôŽñ´à¶»&Ô4M9àC\}ºe뤉"+Á€á ù8„]$|Tš§ûÊa”ÃP5…®iå¡uí‰j ^ã:T;»†Ú׬•  c%°\BTÀ/ƒäC+Op$ ÏŠ¸¼~\@UAC5¹J %@Y^· «Í®0DŸ2ä«Q \B‰gUv‡ÙûÅB¹‚$?ü¡~C¹)–&g9ex ÄÈQûç9”CòÈMΆ¤Üï´’îH¤È>?T rùk5ˆúÿ&ŽúN> êk¾Í†½5G. û|‚—äbxÄD¨ ú¡ ¾J;÷rÈsNÌþ¦©„[K¦ù³å8Ž¢ Jh¼kXÏ-]ÓCc¡âã¢õÌ2ŒÑíGGÐ|2oÅô¶ðv4²O5ÑPsÛ¾R½-‹*jDÂ~b’ {Wî1X.#؈2  ’$D´‹äØXµ›Õ%‡@'#¶u‰ßøµ¥XåÙ=ì_ÉzêÎej ±W†#Þî>ñ¼ˆ#YÎ †¬Ü§N'ó¸5 r"èK5"oö½ÿoâ "!ŒÞ[6Wwyö¹ßm‘B8žuþ–ÁC:ø–=³ isï-eö¿ÖnŠš¦ù ¹.iok†aT*¶mÛBŸªlwC¹µ†¬ÃúÑõ½ã]nêç«ý¼Cëw1yo•\²–©*öºü¬ùuxw ~¼&K’’ è$dÜ×Æê¢¨úè_¦j²¾ÍNI×QÕÍÍ;ÞÓº¼‰—åˆ>ÄivÈ%r5ª¦¬&„(èàj@Þ¹Xœ' 3¹ßF¯êo•Z È'CíÔICrûß4Ôj5xBÁžÓ€u<к™^Õ4´Ð­ïG@}©õëÚÛ~a+Š>6ÍEë™åm¼5 ¢ð¨ (Š®ëÛQ¨½Zeà€¯‹®®ïóé—ðöŽŽ‘Ðço×ø‚Kæ“’X®ìZmïk»^;‚·R¢<ƒTD°Áoèð–>„šdAÕ¤eK¸:M×Ô@쯯 ¯žßÊ®¬+ylyŽÔGUÈ o÷˜œÆ#£  þP ïÍzTuj5iÂ^š“Gì¥tMš¨9Žï"*ˆ€w¸ 3ˆnÁ;q¯Ý[øÐ¹r©°œ!°ÁtqÔЇFåC¨kz“BD¤€"”ng~o³%iD_=¨Tî˜ýàʲ(¹$û”šštIF_èx˜j5ôùATkÛ¬zèÃuC޹¾.F‚Ûm>¢×xߪÏÜ×\òIض !ªXK‹kµ>öe!yë RB™€^õs5£¦àø -åðE!~¬ƒF5""PHÕŒ ðo{Ƕ¶eyÓ"ÎK«IÁ×'k}o€j¯jà‚Ïð jMÃN"Ò4~›á. Ê¸£kØ.Á+ïE~£¾ª#žÍ“°ŽÊÞž=×{ïg à Bî´=tE  ¬ eEWtYÆívK¯€ˆlÛnQò5ªAqõl`eRPÖ”··7 ˆ*÷+ +þU٭ȲµdŠªÓú­òA—Ã+·ÕŒÑKêqò¾u¨°¹ˆPÒIJ]~\h¯l\oªšß¹+iýQÞ¯ÜZÍô×—-±ù…VRý¥"‹OJ¢*tý`ÿöIºàH ŒÄi( •.[àVÀ@•T†‚ø¶æ „¶™RY–—5ëg‹ˆ6¿ƒˆ¨Ñe™<ÞçÔ÷êø@y j’\£¤õ$Y“S2Ê>"ú‘§öf r%t^’ó²ÛˤÈ%ª’à¢ÇAGÚúÔ¾¢ ñΨwÐ>"4:`ßêq×5 Iàk,ë‡t”@{[åìg˜m¶µ—¯¨¡ìeY©¹P\X ª¡äsge3ƪv«¹€úÜ÷=ÀNhšªÈ²ST­µ Á¿êÙ¯(JÔ'úPU±ì8Ë6¡OöËèGŸÀ’@TUk‹K–¨ ·'» ˆ¨êÔ^¹$u´ñx.J`; "ðÂ6OUÖjš¦lqFâýoJ˃~tQöÚYRVËÏë3Ì€ä>H kZó¬Þº |µÆh¥RQÓm;& „=Ï`Õ¼þ}ÐÏI/†y³Q|H¯Vga?†Žͧ‹`¼£û¤ö·ìé$£5Ÿ oÈŠOÖjä ª‚XiÅõaÍwHƒm.b¬kÛe?*² «¯/hœÆãí¼‘ê r_º–kÌ¦Ê ðJ;ÃìŒÜ@?ªìÝ”Õ!®“ ³¯š–ùTͧj¨éð¨Øé!ÓZiÅ3è Ã0{‰ß² †a†af¿²'WLe^"`˜7¬öq¼ Ã0 ³5xvŸa†a†aXî3 Ã0 Ã0 ÃrŸa†a†a–û Ã0 Ã0 ðÜg†a†a†å>Ã0 Ã0 Ã0Íôtgéq¡üc‰Å0o\ë†k=Ã0ûƒß¨ª ÅGöÅ.’»›\à¡ß‡£ÁöÁcᆯÍŸ(2IÎ0 Ã0{Y.!öÃvDÑ"ðxöèk¶˜×Jë—, Nî{á¯/ÙŽ°_O‡+²–ùjfâýÛÆÉg‡pò9›8¥œöî /ÿ³¨ë:7ȽÓVmËý׈A¼G³YëB"7¯ü:|†a†af³ð£º Ã0 Ã0 ÃrŸa†a†a–û Ã0 Ã0 ðÜg†a†a†å>Ãl›Ã#£{Îær¹üÞÉpwË;}»+éÝŽÁ Ãí ·»•Fn—Ø}wK/âNÂ'ó¼Ù¸T6Më™ .u( ¨Ò†¾ •ù—¥Å×ÇžÔ™©Ï“‘“á½âÀ=gðþ.? à ¢nrMçfv/vˆçåžA–ƒ&ŠB†L:¸[²lš¡ccgºy[ya/޶Ÿ‚ ”©$ªȨúƒ*úî§Ìí̵ÿš½üÙTü\|S…m ¯yˆ/É¡±Pòó)UívôªùÔŒœØ¹–¢w¿õhpý¯y¥ÞBÖ´eß4\‡GFõ#úß¿Ðüá{'Ç­gVK†örew/µúÚuOZKÖµë©â?Ëú—ÀÔ¥¤1òÚ NUJßJçx`WH Å?<;6z}JQ¿ò±¥¬/„FÔßÕmZ¶¶Q¼ 2©SÓ±‡ÞÜ!¾Y&íbæ!Ä&Zv–üÀ"“H€‹õϰ¨Ë†^G’·Ø«=³'ÎèBê0»ªÃºu7·M¹O`çE¦ô7¯|½^æÿ„®i_ßÎèuQÅ…âÌ—éù±ýùvÒõec5/L¿2}ɶíÁ7ä·›]m˜»»KéðÈhËO…fC³ìJ …)g­j€1¤FCaôYT6ýY’ăv ìeÛiüdDp„c/Û˶¡õE¶r­¸”#WÕpòx>y<TÃäŠâR.ûüè—¯  Š_‰Sd¥ð°ØfÀýÄ …2ßf½¬l.'«™ëµ«©àX(8ºv5ÕX?9<2:w':>lŒFßZKÖÖŒT‡ä© ó'³ñIúV:t<<Nž$¢†1Íæ­¿Æ£/&uò[Koü»°P?=lŒ†Ž‡çîæÖÜéÆNÍ|“ u¿½c¸¼’ ‚Á±PúvfËõ´%k,Ëšž¾”Üš‘bY¤o¥wë¾Í|“).”rsÙâ£"¸4ûEš.½?Ú^ÓG“ºû­È»8¸øåÉbîn¶T.­7¸[yè`ðÂ?˹{ù­Ý>ûeºòÜÎÿPÈßÏŠ[.?-Y3ya2öáÙâB±ô¨¨ªjêÆL§äwwNË;Eá×Ü·ÙÅriâôDìãxþûBö›ìb¹>iÜ> ‚9Â.—˰ð¸,„9Þæ•½0}>1ûåjf¾LÇÿ÷– ŠŠùïçó?<°–¬F•Dò‹ ÅØ™‰æObg& M…ª¹ ÎÞJ[–•ÿáAþÞ|áQaÂÚÅà˃п¦/%Ëår³Jk(‰Òã¢K¥boÙ¤^J`Û¼¾5èRη@·ZÓ5ß»7ÍDwÏ´Mã [éN35æQ§Tw1¸muÛ­f¹ý°|ó‰jkdÛæzS5hÃ*ðš•MËýÞ§÷º›&˜ÛÏŽôq¤û´í,os'6?bÞÂè–ж¡„> | GNk²¡ÉFDŸòúÁ–J„ö– Ae¹Ò€\²þ7eœžµþ7E.U–+Û,a×*ÿú nÿÚç}}RÝþò¯*nF±•çv©lFNG r:R*›•ç«n™û6;})™ý&ÞèÑ™ùûó©+IUÕTUK]IÍß›_ÕWSªª!bü\Ü|jnmõ)8ÊÜÉÎ\M­Hí\êjR=¨É~L^J>X»zÃk¶cR/~k JhÛveÙVUmæzjSÑu28uå²:$oíöùûó—¯$Õ!Y’S›o";e̓ûÆÆBˆˆ~L^œ.®è¹îÉïôm[Ë;E3×gÕƒ"Æ?ŽÑÌõTã߯úÃà FüãÉô_3póÖÍø¹É-_ÙvŵcÇCèGo‚ß²¬â£‚'¼ u%©iê–º’lTÉA$_, YSš?‘ßVIJh[PçïÍ× SµÔ•Ô†µ‹Á=–ÿ7ÿ’ÖéÉ+ÉÑ@0t"|íÆ,Uë}Möî|êjÊ‹årSuجI½”À.¸™/Û°†zE¨[­éšï]ŠõD/-ó޵ÒÛÃò¨Sª»–Æ6Õm·šå¶MÇÕÖȶÍõ¦jÐÊö®•­o,J\œN]MEN„+ËöÌ—é³ïOü²´Ø²ÿ²1‚AEI]IÎ~‘¾|iªuˆ¶2;.L}6Ý˽Þ,ȦZÆ–‘“,+™Û™éKÉù»Ùõf·D1ya2yéòÌ3àBê‹™Ô¯L4—0õÙÔ¦R½‰¾G²@"\{;T#!5jWË /3 ‚CdK–¾ÕðŽpÛud¿ ¯ý*¼ ÀmÈcQ¹æ ¸èYÞ"|H5•Uÿv†ËÜ™BŒÁæO.^wþÍ¿ebïG£¯WT*M¯;SÓµJeuÌ#¯”:Dl?|íaH‘ù&“¼šÌ~—»b¿÷¯ãÝïírÍvLêÅoío¹žýK:ý—´"ãå+©ðñMìîdpOǶ½½R©èõF–myù®%kÌ'fêFªü“ÙR½$¿Ó·m-ïEËõn\Á8ûþÄÌ—3ùûyó©™ý*³å+ÛNWwÙi9u>qíÆlätdö/éø§ /íÍÙÚ\%‘|Y–…í¨M;õůŽÜÔÝ4Ô–¶bCº¼Ù§ÃÑSS`-Yé¯2“_ßδXµ“z)] p3=^¶a ÝT­YŸï]ŠõD/-óÀ[i À]£ÔZ´ë%:¥º‹ÁzÀ]i–;uÓ›MT[#Û6×›ªA[(ÛíÐû/÷{™Þ›»“ûúöM¯ÝL^JFÎL¬¾ó÷æ³·3ê©+©÷"ãÞÛe¤í#ü-cPÏ›ñsñtç>¬9Š÷W^É‹Óá•¥êùûóÙo2Þe©KÉ^,ßÂ^ G> @] ‡‡ã«9&Ax8QY2m(ú$ØÎö÷N;vÊÑѯQÕÖ!0±Å±„kû$@@ÃÆÛ ëõ3¤žÕå1ó×¼å@"‡lðo«(“Kówç‹þÞè5+ÏíÈDtêb´äîd'>ˆÉ~yÃGQUUµ-[ÑÀ¶lUUû» )Ërâ|"x¬®5UË~÷u÷ξ—kâ7 ˆÈëHš'8 ÃøúÖM(<,L>]Z¿PÛáÆÞ[¦MÝ®ªªõÜÒõz–õ+kâÓ&Ó Ë~YTE0ê%ù;§yj¼C=2¸‚ÄÿŸ¼8=õÙÔEïWöБ‡O†¯}1{íÆléqéfÓ&¶UrÉeïå¦.¬>½— ux¶¥­Ø­üÒGôÔ•dpÅH}xÕªA›ÔcÞf9ïWh]ŠõÄf=3ˆÌÕ‡õ²iš!æs³]R§Tw1¸}¸KÍr¿Õ^ÿ´k®7Uƒ¶PØnwfë{÷3·Ó ÿXˆœŽ¾w2\xTì2‚i¬’·#všérom¸w¿Ç‘Ssæ3öal4<<2:V*¢—Áe÷To¶ßEp¡’-½¨?ÇVz‘_¨ddy›O{›y¨JÖÃk ÿW¨?›ø K¿Z÷³Z­X¹¦'™­ÛïzKèrÐZLC!ݤ·„|ûòôzþ~>6gœzP ¾k4žüSU-w77w7×x²P–åæGDO'¯¦*»R±“W“ÑÓÑþÖ:!DúVÆx§^xÎ~xv곤eYà‚¹dM^˜n3ÚÃ5ƒð[àÝ@æv†ˆ*Ïíæ}„“§­%«Ë!°nì‘ÍÞ==~íjª²,*Ë"¹ÉÍE]²†ˆd¿,£\yn'?ï5ù:gÍp«C½ÎÁ¬`@â\ü—¥ÅD'5õ~e/L]Hd¾ÊL_˜ln’×S•e»²l'¯§¢g¢ƒKþÔ$²ße3ßdIJË"óM&û]vê? ^tÕ°«©Ì¯è±ü÷y±,À…Ês;u#ú—úùigbÉ+ÉÊs[TéÚFÕa›&u*À-­ë6Ëy¿jM—†b}±¡gZÒ8ˆÒÿøìôçÓ ËT%ªÒÂãòô¥düÃØæŠJ‡Tw1¸muÛ­f¹_‰ê½¹ÞT ê¥4î@Q Ü÷†D¥ÇÅË—’ÓŸOwÁý½»þöfGÊMÝ»3Ä/$¢Ñâ£Â/K‹¥r±ep9hËÒP9àŲ¥BÅ]91Ð]t¤(–r@@ÅÝú0ÑŽ#l¨üïŒq2Ùû€ úÀ8•?mEîk’€ *ˆN±’n}°$È..gÐïø$5iÛ;y¾ÍžýðlkOöQ¬qƨCòülî^.}+ ‰?ÆÇ'¢ë7&.$ô=r&9ÕGŒÄ…þˆ˜ÆÄð‰°ùÔLq³^À>Š…O†?97yøèèä…ɉӑ6…°‡ká·™ë©Â£Âh 8q6>1Ö¸ r"üÉùÉÃGGg¿H§¿hóÔ]§{d³·'.$ÔƒZød8r*:Üì²SÖÌ\Ÿ¹vcöðÑщ³±Àï{Mþ†ÎY›ÒöQôÚ: ¬`ô‹MíÝ_õCêÄûkVCc¡È©høä¸~PŸ:Ÿ\òu]Ï~›)<*†N„C'Â…GÅì·o±íÈD?¨…OŽGNE{ÙÒÖGƒ§/$r÷ó¡“áÃGG'>Š„3™mŒ¾‚Ç‚g£¡ã¡ g·iR§ÜÒºn³œ÷«Öto(Z:ˆ =Ó’ÆA”ƳÄçâ©ë©àñPðx(u=•8ßìYÉRÝÅà¶Õm·šå¶MÇÕ–¶Íõ¦jP/¥qŠÊ†üÆ[¦iûlA÷÷;L^œžúcB×õ£Âô¥¤·<šÿïl£eÌ|›-üPH]MêuÓ²ÒIßü²µó›ý"]zRšý¯Lý)¹ð…úQ$îír©) ú5pe "¡á(_dm(€D•ªe;?xS–´Nž™xÍd†"kmãzPd-óÕL‹ÁlÛNbšfü|¢ø°ðf&”‡OÎMNœŽDšºÀAœÊ¿WÊÛSnw8¥ŠýöÝJõ@›å×*+w€ÜÝì¦<:† ÷îwÙ ï ‰¬–qÄXý1>>¥*yWz‡*|rnÒzaé‡ô˧ÚÎŽ$¯&Ã'ÇQÂħñ…,4F?Þ»)ƒ»AךÝfèvýÚ'&Õ!5þiÜ{6×\¦®¦Â'Ã(aü±mZÞqšË•U²ýEÕ¯+’Òxv%Tj®m¿tÔj¨­Öï‘ÊrÜÕmNòH†‚šè×”£a2duëÇqÊ’80Q~™QýºâWˆÊ–ÐÁ’L Ûµí—Nà@¼­ÖßìL@§¯vým¯³m;™Þ&öÚõTâÜ$¹µÔõ™ñžß[þ¦eÍv²3n™»“³ž[‘]Z¦èžü×§H¼Éåv›ÍËÖнÎúTïL+Ýßf¹Å¶73+·Œ´Ù¦­ñadíìK]é~¼f™)þQ¬q’Z'RWS©•]Í«TmïíR;}ÕéÔüÆ¿-f·\> ŸxÐlUCp7,7M3{w~ÃTo­"é2+¢ü–PQqk¹ä:Žë”+&¾Õi«=I.Ôª5r ýˆo$,͈ЋÒ‹¸@Ï ÊÁQpkðÖ# EE¥b. uÙ°—¼÷ÂXUÓ¬˜:Œ‡†ú°9þuîäÞ4á¸+éU‡õÈ™DN†§.NsÖìŲzxdTUÕLç|¿áUõM.·ÛLûÖнÎúTï’¤Åæ IDATLh³üffeÿåþ^©û²SƒK4ªk©´à”e¿Yr @/…°@cºØâq™ú!­üãBàwc^AÐŽÅìrV?>Õ UíÆéœ(b©€‡¶8߆€5Q^VKÏó–Ïò!‚ë«=sè%}g£Èe‰Ù&Ï,0{VÉq×ÃpC±S=Ðx¹ÍïÜçæõµ\’ Z5è[Öl×’t5t5BÀ­žl0Œ²iÊÞ ›ªIýX ÕH>·&^”­Ω§¾Þz\0p\~´ì’  h8¦ûƒj@ÀjŸa†af§å>ó.]R<õìeÝv¥²„£ÀÑ@ÓG´”·e¨jÁ«•xß6ä3àßÞöz”šâ séc†a†a¹Ï¬ú‚vfÓ ŽDp$ÒwûQöŒ—97†a†avŒß² †a†a†å>Ã0 Ã0 Ã0{Œn¯ÙbvŒ.¯ÙÚ&Ý_³Õ/Ë»¼f«/á¯Í—†afßðÚ¾;rÐp‡>PJ ±À{÷n†a†áÞ|ÿQþ±äýÁ›y†a†afß³û¯ ¡ß‡£ÁÁ…_z\h òöbø Ã0 Ã0ÌàÙ}Öú¬õ†a†aö-õÙ}ïHf)þc?-=P­9åâÁ0 Ã0 ³-¹ƒ9†a¶6¬ó£< Ã0 Ã0[ƒ7ó0 Ã0 Ã0 Ë}†a†a†aXî{ø@Œâ´»˜a†a†aö›ÜW1+‡Tä'€†a†afÉ}Ÿd)~2ƾV|’Å^ÞñOì†a†aæõ•ûª”× @M?–P¥Ÿ/ùêc0 Ã0 Ã0»#÷} |’%«´œ•Õ ˜=îàšˆ¾kù0ú~lCi›ù*½GÅw0Œš‚›bדÌtçðÈèá‘ѹk¸h$¼K*v Ý£h|ÛrÙUä†aXî÷EèÛš”Õ1¥¦À­H?6¥cJìz8:ÝýÞøO?¤ƒ»Ÿ½o¼XøÇ‚ñN€ ân‰³–Ÿ}<–دd¾ÍzÉ|›}ÓJ/—+†a¦¤>…Cš4¯ ©êAíÐ  FTDÔ€Lõи<´Ÿe+Ki‡ Û`§PJOJÁ@ÐzVßî „Jåbød¤qA02Þ1Ñzf.<*Ö\€ø§ o¶;þibá¿  Ų(<Ì;Âérc /ÿcÁø]3_¥µa=4’e™ªTþ±¸hšÞ¼»÷»1éÞKtú!ˆŸ”Œ#†>¬[/ZrІ´ð©HùÇòØïÇZ¢h$$ ëGt°~¶Š Þ©‹+˜f~YZdcötÂç¾›küÿ(ÆEº»‡ßØ2Æ0 ó&ÓŸÙýQLêCÂ8STƒD–çÁµ‰l"‹Ä¢¢66ŽÅµ¡Ê(&»ìí±~6QS5ÐT Ò‚GƒÚ°–¿Ÿ›»“ÀÀ±6{`ôa5?7÷·Œõ Ÿ÷~c—k´a5w/ëÉëð‰péq1ó·tþ~NUµ†þÎ|•^Õú=D£FÐ|Zóiiôhpý` |*R|TX|RZEóERr÷r¹{9eH BÝ]Áô‚7Í9÷m6t<ìÍw–Ëåè±Ñ@pôh0ö‡øÂ£bãâü÷ùñ3ÑÑ@04š»›k'w/÷ÞÉðactüt´\.¯*Ô»¹÷N ¾wr|®iNzýþ–õ!lvLèDøðȨiš¿Ÿ?<2š¿Ÿó‰yxd4ÔT0º[Õ6-]¾j£ËïæÞ;9~Ø}ïÔxî^n½Ã7´d= Eë™9Ÿ [Ϭ……b§0›ÿm››½;*óM}=!8J^JQ/™ÞmIJIÏw)bïns§0y¾Ÿa†å~“L§)[õdÞY6ÁojD‚È"²”tQ)Xå¬#À¢©È]‚*ÿX ž-ÿXZ£€ß1Š NÕ©-,ôCÆúÛ §êÔ\2Ë%YV{¿±Ë5ÅG µêjïè; øPqªNáaû§{‰Nñ+ò¼¸dÀâ’)ÉŠ_Y  †Ž‡ ßç›G;m1ŽÅG…ZÕ©U⣂qÄèî ¦wJ?™…ïóÞlhââTùŸå›7fJ‹Óç'3ßeê*êÛìä…iY– ß?ÈŸ_4×LŠîåoÞ˜1ŸšÓŸ'ëÚîN6y)8j”Š‘S‘äÿwmîN®“ ëChž¦íe¦ÖéJÞȤñ»ø¸Ôø¶«Ú¦eïšmòRR×ÕÒ£âüwÙü÷:jßÍø'ó·9ˆý!ÿC2+3ýÝi››=: ¨*þž°h–’§çîæR7f6ëM¥wSe SìÝmÞB¹b†aÞ8¹_Í¢)KŒ[æ¢ù(Mÿ½ûi#Ýû‡õ‹LÁ&à ´Ð‘v ›p ›áñ§xÀˆ7˜àZhÇÖä_Í ÛÎíÞSôÄ=àš.ô4]è ·á+FxÊÆ?|H¸$ -NÁÒ)´0·àÀ-tàÎóÇØ1Æü˜Xm­}¿b¦3×õ™k&ñs]sÍdS#„"¦JˆËØTŠ+ÒúÓœºÝ£š£o‰»vQë Ýâf¿àìlØF7ÓÁþñFD¼¸"RÍ&ÙyùÛÓž©ädÃëlmïMƒÉ,gX†è †/‡ÙslÅ]pR×ÎQ%^‹ˆ7"âµEQ\û^¦îýÊ«>W´Íúw;PÍ”ÞÖöVi]›ÊÔ˜»/Åìö4 ƒ47㦚(ïEïƒûïÒýŸ“„y\b7MÓòø¾ô.66J5Sî!{ש’g !‘¿ŒRÍTä¦HI>JV ¯b :xBHþ·¼išÙÕMÓÙÕœišùßò„¡CpUHœ™|˜$„Üþ^¢[hº…¾ý}Õ<Øyû躖]ɲ_°þ‹^ÿE/û›}’ÕõúGÓaCB"ö¥š¨`’}’}ŸCö>-ïü„©s5HýN‡£L·v¼[;Þ³M yšäüaÓÜ¢ˆ¦SêŽøv‡sZÊQž…N¡ø[¾ì>]Ó42‹™ÒäÛ!':,|kS[z¢BØ ,ß)¨¿$STa¿àÒgíu\Í®@_0·–³v9½˜öͳP,ÔÙµmÓÕì²æå»š]æ¶ù™ŸÐé¹ò¹Áþp턦ÚÑ-tIê/É“rO0Dá¾â¤±Q¿Ÿ'„èotBˆû|åN,Óâ>ø&³nÒ¸$\Ú[R=‡«XBCx?OšHa­`%¯3÷f¯fWr…µi"¼ßç0ª‘8 R{£BØó»=äj-ÖPû¤ÍBÄ«¢õR¼*JãRêÑìèØhí6©x46Tñ©¿Wž+†a¼ëuèïsÈާ勺1áÛ >°@w¨âÈòq¥û–·;ÜÛ&÷–ž;KÓšžyKÜ äú„B ÅBÅ4·øLá;kžŒ‹vy½þ쓌“lè°p¡+P\Ë—¥ò¦iºh—}/lÝ¢Ù•\ò~¢øL!MÄû%'Ý’ì{-2Ë™Äý¤úJ¥)*:è,¡ìef1“x˜´ælð_{Å뢿ƒ/[­F ³SñÖÄŒj—õQ/ý©‡4‘B>GÓ´±mú.úÈùõÿY*½(á$*çA4û8•|8«é{Á-^Kï:uØ>¥zúBÊ3eæ‡x 7Pº Ñ‘÷·´0_,¥qY}¥ºÏ¹#×ÅØ­½êªM' U\+J’òBeZ˜è(ßqÒµ[æ-_÷(}é0æFÏ+8 j'Eñéä1¦ûg‰ÆRwTóvÝ{s>Jºjdžd£CÑøÝx°/€³é~Yºÿ¿Ž©î·Ä­šäúÇ-y?yû»QäúPÑ1> ñ-áоÇmOG€êþšé> Ý€“aoîþÁgºœƦF8Œî ݤû€tîÒ}(Õ„&øT¸h7á*¬eÙ6í'F÷Þ+×/þ^@;À‰…Ñ}€OÌ–¡¡Näú€tŽ^k›çåÆ:þý¸ÿÖ=Lé¹ÔÉ9g‚}a|ä|†Î0 C‰ ‹£ßËh8ŒM£l<ÛE»«p§çRÁþðim kîþ–¡9Ì5ÁyÇéÐZ }µ³îä¤ûÁ¾°«ÅKC§/7¨‘ŧ“£ûŸ"äúŸÖQ8 ƒ)ƦCðy­ºŸžÖ6Gé>Àé„Ñ}¤û'EµaàCÕ¸r~578}ÿrŒMÃw‘?’êµCøN¡¸V<ɇé>¼—#W6 CšäñÛï_”¢¬s_²G²kuŠj"áËáùå¥Ssî| ÉûÉÖ6Oò~òä‡z$ãʉé™@oˆaŽà›z×ÅÃÍ×ÊÖ-Jèà‹ÅOxt?6s¹\.—Kº%áMH÷>`ºÿ8uû?n'§N~¨eãÊ=½=ɇ)ÃhàÑ+Ʀ1¿˜¯ÍCK•ç Çy>LQ,Ëjo´xcÿHfŸd ÅB¡XÈ,g’ÿHâ}H÷>„ìJÖÕ쯆]´+»’³—·¶yf§ø¡•ó„úCê†j//ý±ªªŠú¼>×78-Í¿+Rª¡¡â²•¥[·•çE¾S¼Í<É’ú%Ìg–„Nž¦iBˆ±mx¼¾üj.t9ìi÷ùü|z.­ëZt8¶ûr1³ÛI0 iBæ;O»/|MÔõÝ´»¨(„Á¡¨Çëó]äÓsi»ØôBº§7Äw e˜Û¦ÏÏ·¶y<í¾Ðå°¢(vQÜ—!D×µèHÌw‘÷´ûoFKGôíãz¦¤®k|‡Pvp­¾C°÷÷‡l7ݘ”'eöË^`åI9ùé> Ýø f§ÄëaBˆx5<ûx_–]ͧçRëÅ‚Ð!ÄÞMÀx¹±nýÈ“²ð.—GÃWrù\a5Ç0Œ|7^»C+WöûùøÝx!Ÿ t ©‡IŸŸ—ÆåâS¥v÷Æ[U5Ó4“gã“ra-ù6"MÈ£ßÅ—ƒ…µœ4“'d+Aõ‡ÏRg3 éB>çã<£ßK„²CÔWê|z~ôÛHa-¿+K“òn±Ûfjv^ž²O2e¤3ò-i½X(äs¡`(:³ŠÒÞh\G‰ü%æýÊ›[ÉÖrn!ñn \ûï-¦…9¦Ó€aÜé¹”õåƒû—3é¹TÙħCŒîŸùw7"óy幂· Ý8vúk­PT½BH 7P(*úë½qÜø„Ì0nТěbY~–ÏçRR3Ó»iýÒâ’ßÏSE5SÒH,·šuRÈ!rÇŠãÊEû‚©Ç©ä½Dv% †j” ¾P}_yw¥²Ø÷fX–¥(*è1MSž­}:Ó4 !SÓ ¿ß{{l”n¡©f*2)þV$„( EQÉŸ’\;G5Q¾vŸ],Ã0©_’^¯—j¢Ê¸ ô¨fŠj¦úƒš®YE¹Ï¹­oÿS^(„˜ÆÖ–µ_îÍX*¿Ù/Øã;füs}r¨Ñ}sÛ´®¨BhšnhþÀáà[uHòñ¬aÎWºäöØènZÖBÛù´•øî¦³ª4.¥~IQÔn.«Nïu0š)Bˆò\:ëwBˆ¢¬{¿â¬bC½=vã”2¶äýdæIVÓ5«­¬ôZy®rïîÓMÞ›™¹Ÿœú1A7Ó±‘X°o7ÂLÉu‰cÍøƒýa]׫åúäP£ûT3e†u2†a§þH÷Ž‹¹cÎÏÍçVµS:ýµ†FG"Ǥ÷VÊÆïN•&‚âp$6Mü$ÐÍ´±mø¼ü1ÅÜÚæ)Í5óùÜüB:ó$Ë_äÃb K¨ûΦ›i{Š¿úJ:öèBQ)¼P,ú¼>k—ן¦ïÊ»Ùö{ë·ûÞ[¹Äk¾ƒpÿû.Š¢’RùæËŠòûy¿Ÿ'„dW²ÑáÝtß0ŒìJö<ÓÆÊøGÿwlêïñj/*; Nx¿òæÖrî!$·–+m7€c‚É<ð¹Ë,f|^_iJÇœwû¾â2‹™[‰7ÄÈèõz÷õL“n¦iŠÖ_kÒXc)iC3CʲLyò÷%—[É>¸?èœôâÝçÜš¶;aIUUöÂÞî/–îWñ÷‚õÒû57õCÂØ4ÈQ7Té–dݺº®¬s%Î,>+p^ï»b+ϺQ^(üE/ëvÛ[ɇɩ¿OYì¢oŠÙÕÙ!ƦQ|ªx¿~7äÿ(ì 2-bPœaܩǩ*=Äè~øjXº%©¯Tõ•*Ý’Äë"Þ€€tàx%¥® ”-¸N>ªõDÎâïJlL*{2O|2~çîTk»'8ö~ã?¾˜ËúK‹Kâu±¡™!^¯·øl÷Y7ê+ÕžºC) >oéh½b½œú[\ÓU¡;ÐÚî‰ÅøÞJ…•犇c®_Vl©ø„<:&µ¶{— !Ü—×î--jàr81ðx}ÞÀ–®%~LBt]›_˜ GOÈ™sˆ¹û‘o#B—àóú|^ŸÐ%ˆ7îÀ±;cM™ ‹£ßËh8ŒMcËØ÷Dí.[b³¦\ŸÖ¦pÑnBHµ}oHq­˜øGòÁý™Oh÷‡¢ýBçO‘:Äœœ²SŽRí¬³þ÷$|º›ÆQ<p¢rƒIQ|:I0wàp âÁ…ï“2~à •â½è}pqæÓjvûá<'ç4øàpî4ì£'yÈ2q8„¹ûŸžCÌ@ºŸŒ+ã(8„É<ŸÌÿ„ŽB°/lÝ& ðQ`tàÓórcÝšI‚ßÿ_;woô_‡¹¾«Å3>"<ˆN:<ˆ³tÇ ž¥xÂÔ~'Àqçx'À©RXË/ À!Læ@®§F÷>lǶqhp£ûH÷é> ݤû€tî ݤû€tîÒ}¨¦ M§I ;ä¢Ýh¤ûp QÍÔ–¡¡,˜Ì€tîÒ}@ºH÷é>Ò}@ºH÷é> ݤûH÷ ’Ö6Ok›çCnø)î, Ý8A’RVj›|”B H÷N•Ù_fË~9r/7Ö_n¬£©é>À•ÏçÔWj Kºõ•šÏçìÿ²†ág¥ø¡t<>½¾ÔÝÓÊy.uõÌÎ¥÷õæÒ—º{<í¾K]=³%× ì}»œÒ1þb±ºöx}žv_øš˜_Í\§ìånlsi¾Shå<—º{²+¹Ä½„ÏÏ{Ú}¡¾òTÙ x.}©«ÇZ-½.+¶Z̵w¶nlé…ô¥.¡•óôô†ŠÅ¢Ã`é>ÀQJþNI·$o;WÈçÝé?ïÌ>N—•f—S:Þ-þVœ¹/¬åbCÑä/I‡ÁÖ ÙÅ̃éõ…:xsP}¥åždg¦ãÅgJt,fçë±[{ŽÉ­æR¿¤æÿÏÒ¾þI½˜«íl]¹|ni!3s7®ÀQÒu-»’e¿`ý½þ‹^ö 6û$«ëZé:ÒXŒj¦J—Üþ^bZhº…¾ý½DIÜßÍΓg !‘¿ŒRÍTä¦HI>r”¸†Ašˆ›qSM”÷¢÷Á}§é~l,F5S|'ÿîe„j¦„N¢¾P­…Vx·Ç%¦…fZhù–´¯·S/æj;ë ¶Qª™ t!ê+GÁÀ1iBÀi’ž+Ÿ‘ìW\3õh–"^­—âUQ—RfGÇFíuèºl+öï&„hov»ê•rI¸d¯i§¹µIc’<)÷C„î+Nõûy'2-4!„j¢Þ½t\Ç o/fvß:uc®¶³bsüt©Œ“C eÝ¡²¡I¤ûpúUËï÷Ù!©¹yBˆ4.Iã{ÃÌ©¹ùÑ‘Ño õµÊ²,!D{­BÜçvsV†aô7z.ÿkÅ´»†ËÁþ ¢(ÙÕìÔß‘‘X¡ä‹¾©®)ÜçÜê u/fu_9uc®¶³‡‹­v0‡<ŽŸ7íÞ2êüIÅdø¥Ó†aø¿ñ[Óè­ÿ7~Ã0Ò‹µf¨ßù«llƦqç¯S„Èõw®‰„yrÊ0 Ó4³«¹ð5ñàæ4MBô×{oËÁ¡hQQ8Žã;Bˆë]½ÀB2ËsÛŒßMn7­):wþ6elú¦!MÊ¥ÿ[7æj;{¸ØjÇé>|ެ§ì‡ÿ*]h½¬ýþ@wOøZ˜ïTU•'ä`p7u¾žù!®ª*ß)øüüìÃdôz…t?6¡iš.ÙO¤èˆOʯ/|5ìÿ£wæ‡Ýì9~Wæ¾äbcROˆ¿è;Ünû‚ò¤¬n¨|§ ^ ÷zö¥ûõb®¶³‡‹­v0pLÎ0 C‰ ‹£ßc° N"cÓ(»JUãºUz.…I Õ¨ê¥@{ýõÉ‚8j'Eñé$Áè>Àé68Už*d‡¨ªjÝ¥ Àç·êœfÁ¾`l\Rž+Ey¿äÜ›º€tNƒ@—81)õ‰ à3É<H÷é> ݤû€tî ݤû€tîÀ‘jmóœÌ>z`§ï(œ¦&ý¤÷å³:·é>àÏ?ÚM8€tà#ý•µ~<^_Oohêî”aGR ýc-¹±Ž¿÷‡È~Þ§Yê¶ù§%y?ÙÚæIÞOa™váôû¸NÙ¹ 'GšÀþCkš¦ªªé¹y¡;Y˜g7þrŸ„ì¹—î?NÝþÛÉŸ“âM­N`t`EQÇÝ—ÂýáøÝ){yâ^‚ï<^_lL2MÓZØÚæI>Lò¼ó1ÑÒáêÙÇ)¾Chå<¡þº¡Úÿ[z5 ¬ UU£CQŸ×çñú‡¢{— vˆ4.ù¼>ŸŸOÜOÖŽGyªð~>ù(U£ÀŠáÕX^ªj„$î'}yŸ×'MÈdgo“Še6[µFØkš­dl¾‹¼±mVX²CîLÈ>?ïóówJ"wÒd‡Hã²UiÙü!NªìJÖÕ쯆]´+»’+=¯Ê¶ªÖÔÕ*­xúåó¹žÞP+çá;„Ù¹ty{V<¥;…VÎs©»§¸VL/¤/u½kU­{*ÆVm_ê„áøô(ãä TlBÈÔ»Û&&kŸÛµDíS«Ú†õOE@º¥ÂÁl~7J>Læò…ôl*·š#;æÔ {µüoÅôBæpcÏÙÕ|z.µ^,Bì–DÞa¿ÜX/-°´Šèp4|e —ÏVs ÃÈwã»yÆtB­ežd3‹™\>W«Ò•løº(OÈâÕp+†W{¹­F™¹Õ\fy>ódIÝP§î%j—Ùhlu¡ö t3èR³){Ijv>Ô ›©©éÄú†šY˜Ï,̯o(u#ßW齄ªª™'K™…ùìjÖ^~¸“jöqJ¼&„ˆWó÷uʶªØÔ5*ë­ì¥ IDAT­xúEFb‘áÈ˧ëé¹T¡X¨J¯dÓRëÅB°7¾.f–³©‡©õbAè Ô=L5b«vÚ8g9|8<(›%q/QXËYÛêºV;˜ÚâpÖ=àsv†aBHlXý^FsÀ dl[†VºÄE»Ë–ØÒs©`¸Ñ*ZÛ<åÙÕim÷¼TÖ !—ºzÜŸaYÖ &ÐÌ­f­­r«¿VœðspìÐ*ß®¨µÍSÈçèšbš¦ï"¿þ´p0’U˜Û¦Ð-äVs„¾SH=LZªê¥@ÏÁd±µÍ#ÿÇíøO‰Ôý$×ÎÕ.°Fx—WSV毙%¶m7ÈðM1·’uX¦“ت5‚ݤu[IUÕðU1÷.)ç;„ô\ŠaÜ|§ºŸ<\äeÛÚ•â¤Ò_k`(—ÏRM”¹cò~!“žgλnU­©kTZÖVv ˆ7Äž? ¥ñ@Eú¦FÓ´õ»¦k—þÔSqµ“ûëù[› !E•N]¨Q…òT‘ïÊÅgй½o}]×Ùó»y†›­ÒÌÏÉp¨4ׯV`ðê†]£L;67ëÖu½v™ÆV·ê®À²¬ç 6³œ t2‹ßEŸÕøº®7yY¥¥ÛÚËqR%φáá|¥KnVܪbÀ5*­\ãýÄÔ‰Ä MÝ—…Þù)Ýèaª[µÆoèåä=âð Tl–Ò]7'¢Ñ ~žÀç é>@©Ù´Ü¸wê—ïsÛîQ‡#±áhâ'n¦mÃçåßå"ŒúZµÆü4U«¶yúq*x9L7Óö]žÕ <Ž ­Ø¬áOMլ늇+§JBV§œ´’x]ŒO'Ý䣤çsG>[˜Ì'&óT„É<Ÿ5¤ûH÷é>œx2|îÒs)4·@wˆj¦ñ±Ã#0çÝH÷nq£àX¹Ï±¥OÑqøTÌüJ†k÷U{üŽ˜ÌpåW2ë/Ô÷,£ûGñŸÙÿûþ¹>Ò}€}2‹™ôrfý麾©3-Œ§ÝìzhøD!Ý „ýµ&Eé:6ã;x¦…Ñ7õìJvæÞLâa29=ó>·ÈÀ§E¼q¾rò ´ Ý8ÑÔ×Zx ,K‘o÷þÆ3 3py`àò@â§Dp œšM±Èø !„´¶y^n¬£àts˜Ä7Ô18½ SÓ·9Mû§‰ù?&!„ú7êh‹Å­º$:µr}Ã0b#1O»çìÙ³žvOl$fFäÛˆ4.E‡£NòàÏ¡¹ëúBǑ믿RÕ7*!g¶dŒîÃç.³˜¡[h+×÷]ô©ïî‰Qž)Ê3%½˜.¬"ßFRR™Å æñ@£Î6S^/Ïžc©fŠì]×ןÔ7ª•ëoô¥åù²,ÙxvÑ.Þ/0 CÑu=·–ÝÚܲW3 c~ÿ£»Cýaš¦­ÍfÛ5Ƴ}^Ÿ÷þâoùB±pT;nW‡¡t‡¹>!äíQ”Çùy{T…ct>wéåLl8F‘Æ%õÀýïê U—!Ñáhf9ã°ÌÖ6Ïìãß)´ržKÝ=ŵbz!}©Khå<¡þªª ­FIÜKð‚Çë‹I¦iÚ›'&ùþàUUU£CQŸ×çñú‡¢†a쫱ã]{‘”þÔ­w÷¿wˆ4.ù¼>ŸŸOÜO:Ù°bí§;×ö†ÉŽ™YN'NÎ>N®+O»Ï^áíÎÛÒ—¥\´+ÐÔÞ¨³sÉÙ¹¤öF t]´koÂ^`íWì–ì”'Ü¥?5âä¾ôæÿ™ç¾ôâ|;DÛÔ\´‹=çfϹƽõ?[T³ é>ÀÑ( |O™_˜¯¸‚µ\è O˜Ä’]ɦ¥Ö‹…`o0|]Ì,gSSëłЈݒZ-ù0™ËÒ³©ÜjŽì˜S?ìýÍÎÿVL/dή‰GÃWrù\a5Ç0Œ|7¾Wãj>=—Z/„Á®âåÆºõ#OÊB§P·^ËÔtB­ežd3‹™\>·—aTß°bí§˜ÿ"¯¾PrùÜ–±EvÌ·¦©¾RK‡óó«YïWܾ$þ¯×¯Ç†úÃâHø²èá¸Ò•K«¶ñ´û—EñF$Ôv3nÇ…/‡Å‘P_x¯Ýšß!ˆ×ÄðÑçõ•–V1¶jûR+ î]Îêh@á8O +Àw»?~ž=ÇRÔÑÌêAºŸ;Ã0˜–Ý åW°–[Ïêq^l|rŠ9ï¦(J¼6M3>)Û/•gJC«Í>NËsÞM7SÒ-iiyÉÞ\¿Í´Ðk_Z\òûyŠ¢¨fJ‰åV÷žéŸÆMQ”xSTž+¥[åó¹Ô£ÔÌt¼n½»¡ÅùÛãÓB3-´\’»×ذFí§’û«lÔ:Õßšfv%+tήuŸs«û·U7÷¹½g¨/Š¢ÜŒ›âfÜEÔW‡¹hæá|Êó!Dy^(»Ôà>ǤRö•÷96½šK¹h—ÏËïæÍí>÷9wf1=û8I彸¯kÛÒË B§PXË%NdÓ Sÿì96³œžý9©¾PÝAö›YÌÌþœT_)|‡`çô®f×ì\*½r3{=–±UÜ—ša0™ÅôìÏIõj‹T« Q¦ùVy^Pž•ü·–;°íVé’­í·ö;ÔRü½àóz—–5Ÿ—/þ^>í¾l°¹â|W³‹n¡×Ÿ(„õ ÅûGÞÕì²ëÍ­æß–|ŒäV³ÖËÜj6Ð,¬å!ì—\öIÆÚ$ŸÏûÂ¥—û*:ûo®³”±µ½•]ÉÖmÃìê’U©òtÝûGö] ÊÓuï×»×:¸/¸Ìrz7¶|6Ø?°›£W­â¾Ô #ÿ®ÞbÁû•X»^€é>|î|^_v%;py ÔJüXáoa¨/DÉ®d}íçÁ;nÆúå“1°½¿ñÑØp4ñ“@7ÓÆ¶QwàÊ0ŒÁ¡hüîTi-uëeF}­²,KÑTí}8­LÓt5ŸÝ2ÌÒ„ûà”ÜZ.Ôv¿V5]Û¿­kËØ*IÍÏ–õ“­ý‚³Söºù}Y—ƒkç(Нí…ĵsvN| ¿±eÿB5ïv<èfº¡47³œá½^ÿ×^sÇ̭欻–k°ûowÌò—ﲪ™*moˆ¡zl÷Åiõêp(¿’9’ïÍEºPK°;03=3py@ž3Ë™²»uÙ/XyB&„ÌLÏ„ÿú(\ýN’'$ö<«¨jâÇ„=ߦF†A7Ó4Eë¯5ù¯wêwnˆ‘!Ñëõ6To¨·ç΄,ÿmŠ"MÊï0Ài¥½Q¹6.Woä˜ììJFè dJn"Òtmã¶J¶eÛ8íV¶¡ò¬(t Åßòe÷éV³¯ÐDØ/¸ôãY;Uu5»}ÁÜZ®biv÷ÃÕì²/š¦‘YÌ8Ov·6µ¥'!„½Àò‚úKÒZ~¶‰²ú³Í ?tÜÜ6Kc+ù0¬[Å}i4Œjõœœ\é> ô“‰Ÿ‘o#…µ‚D-úkMŽÒÍtt8*t Ã躞]ÍÎLÏÛFrz†9ÿÉÌD¯öå¾Ç‘^ß™”#7£æÎÛÑï$ÇÞÆ³5áÓ”žKÑ-îÒ,Ùá×Bá ¤N W‹+ÐL=N~&õÂ'$Ô¶˜ô\J¼#„TKiìÕ!âXµÕj'Eñé$Áè>€…9ï^Z˜Ï,fR?'GGF­çðøÚ=á?‡>¹oÒý£æÌ96Ð0MèFGb8‘àcáýBñiŽ"gy¿p¸’~Zõ8‡t`O 7ðÉ%÷WÅI;§áÜÆ÷%}jŒm#Ø&„h¯ÔâZîÔ× €tà0?çS´þ´`ÍÔÿLêpߪ €tîÒ}8^¸U€„úñŒ)8f;§ZŒîœZH÷N-LæØ“Y̤—3ëO×­oÕõ´{‚Ýøâ-@ºð‰Ó_kâP”n¡cÃ1¾ƒgZ}SÏ®dgîÍ$&“Ó3Ìy÷ ß…Ö6ÏËuJ45¼?—Ëå|å­­-´œd˜Ì@Ô×Zp ŽäVsÁþ Ã0¤‰0 3py ·š‹ E‚aõµöQÒÊž×âô8Ýý4B$Þ‰SÙÁ¾ Ý8m¢CQi\Š|©ø¿‘o#Ò¸Ž:IžÂ×Ä#̨>ürY´ÇÀf™‹B{bO0@J H÷>´Ìb†n¡«åúvÆO7әŌ“¿‘³RhU8˜7+϶Mü˜°–[ÜçÝ|/OÈ[›[¥[•©QEâÇ„Ë岊=*ö… äýH÷>yéåLl8Vwµèp4³\?ÝOÈÉ_fUU=ø_eCÎöËÖ6Oòa’ïàŽI—®3û8Åw­œ'ÔR7ÔÊõï'}yŸ×'MÈ¥÷MÜKð‚Çë‹I¦iZ óù\Oo¨•óðÂì\Ú®®µÍSZï¾:…VÎs©»§¸VL/¤/u½‹çÝþ:Yí`-Õ"t¸×58 ›ìi\òy}>?Ÿ¸Ÿ¬Xµ¦®qˆ+ïHƒõ:i«aퟺ_$P¦°Vôâ“ñÈ_"vJ½µµ¥n¨ÉŸ’ƶÁwðÚ­4áv8khæþLün<ù0‰F¤û•þ |_w5¡S(<­?ój¦äI9:kè«4ò¿Ó ™Ú3+²«ùô\j½X:„Ø-©â:¹Õ\fy>ódIÝP§îíõ%&sùBz6•[Í‘sê‡Ýå‘‘Xd8òòézz.U(È»©/7Ö+F’]ɦ¥Ö‹…`o0|]Ì,gSSëÅ‚Ð(§îjk©¡Ã½®ÍIØSÓ ýµ–y’Í,frùœ½mÀ*6u£‡ïõÖm«a_n¬Ë“²Ð)Ô-ðø"²ó04JÞO†úCåÅ}ÅÅïÆÃWÂÒDÃ-™}’uÑ.ñ†HÓtöIÖ^îr¹?%8޳‡ç?&Ø6–eÙØØ¾¨øÝ8×α,ŠØ=:k+û_»ÜjŽïà]pqí\ê—TéÊ¥UÛ¿$Nríœë.ÞÏçò¹Ôã”ÏësýÁ%t ꋽ~ol$Ʋ¬u飴´Š±UÛ'a]‚ò\©[/ÀȦçR5~îÃ0˜¦îjÖ³zœè¿èåýüÔô”óäñÛL ]{ø„Ì0nТěâÞŸ«òr$¦ÅÍ´¸åqi~aÞZ8û8-OHÌy7ÝLI·¤¥å¥Ý$£‰Ò4MßÔÆŸ”럜bλ)Н‡MÓŒOÊöKå™Òèj¥ªEèp¯ß?ìùÅùÛãÓB3-´\’¹Ö¬bS7zøQ¯ÃÉçs©G©™éxÝ; „d3‘¡Hf!cwÀ*¯ŠÙ•l£…'þ‘ˆ E!âM1ñDYÿ?»’µ¯ dW²¹Õ\.ŸS_¨ñvÏÄO‰ìj6»œ- æŽ)Oìû(°¶-½¼¾–Ƥ-m+»œÍ­åêïûr&³˜Ñ^kÁþ`èÏ¡Ìbf~a^{­ºöUù®¬¾QsùœðÞ®U­â¾Ôîe—³Úk-ÐU¿^€™ë/|€Šð NøÜÑ4­oê S'ã·žÄï°ÌÛ#£=ý!¡Cð^ô:YŸaê?å“~× (ªt”«”›uÛ¿èúnçDÓµKê9¸rò~bêÇDâÇ„‹¦nËB½K¥ÔˆÇáj¥ªEèhó&Bvö}’™;f£aëºÎžgËÚ°v`›ºÑÃwˆz´§º¡JãRê—”µËµ <ÖHÀN‘SSÜW\íÕÜŒÛ0 ûeÙ`sÅù<ê+µP,ÌÏÎBÂýai\ÒÞhîs»G0~7î.ùl±_Ê“rør86#„$&çÏ[›Ä'ã|'/×ìüSM”¦kÚ¦æ>çNL׿®õàÞW‹‹ŠÞùÏ;3Ó3öË©¿íމ¤çÒósóVlñ»qßEßîgTõØ*îK {õG§þ^§^€F}£Ñ-â1ßH÷ásçóú²+ÙËu‡V²¾vó7ÖÌÝøàPtiq¾t¡išVflDZ/šª±m¬õ‹Ýq3îÔ/ö(8Ž{poÆÚµØX¬Ï}¬CP-B'ØslQQ¼í{‰”òT©Ûy;ÐÝbÔ×*Ëî6“À*6u£‡øõÖeÆàP4~wªtóºG$°—kþ0ޤZR¼¿V§ZÓ5š¦kç÷vÀúßää±i¸þ°×1HÜOØ£àvÞ¿ûf¹°Û£ã¾àÔ7»i´7ZCinz.-OÊò¤ì¢]ñ»q¡K¨½¾•dÛýíÒ—v/Q}£Ú±Ù¿ÔŽ­â¾8 £n½§&óÀç.ؘ™ž©ÿ{z&ÐÝÀ×ë²mìÀ•i|oœÌû•7y?iš¦þZ;¦¹ÎÒ¤¬ojú¦&MÊ¡¾Ý)ÂWF¿“TU%;DÙP£ïîKŽŽÄÔ µìš¦+Þg|´Êj©¡âõØX,¿V4·MsÛ̯c·$ñJ¸¡xB½=w&d}ÓÐ7 ©dh³F`›ºÑC|ˆzë7È 12$z½û.+Õ-ð8"[øJ8q/×¾Ý?ù(Y{¶)¹—BvHêqjý麽pýézêqªÚCê+Õþ…=ÇÚ]‚Òê~“÷—šM©ª¿‡ÄÒŽîn„› {Ž-m¯·Y=¶ŠûÒhÕê@ºpÚzƶ‘ø©ÖUéÄO cÛô*Y¼Öþ{o 4>)gW³¯/8:ýDZ/¼Ÿt‡„®ö<;:±Ãº„Á›ÑÖvOt8|·Nap(ÚÚî™ú!‘x7ù5ò­Ø ÷sëËj©¡—Ñ›¢<)û:x_/OÊ‘›¢xSl,žásÞ-t îÑg_õ¬XŦnô¢ÞºŠ¿+±1©ìɯ/UåÞ¾ØXLÓ5M×bc±`ð]‡YŒGÕ*Ù!ÊsE¼^þÞ¡[è½{j ¯‹ÖÊ„ªiw¶˜÷kïÌôŒišÚÍÉW””¹ôc·öb+­«Zl÷¥Ñ0ªÕ púœ±.CdžÅÑïe4œ@Ʀ±eìûF[í.[bKÏ¥‚ýáF«P_kápµoÚJü”Æ¥ÌÍ3ç1¥áôSEŠä>ø}{«Þ“ɇ”žK‰ßî%|.—Ëá7æÖ]³tå¹ì F‡¢‘¿Dìi9E±_°B§0:W‚ýAå©ò™Ô H÷?Lº[u!„9ï^Z˜Ï,fR?'GGF­çðøÚ=á?‡ÎáABÿiŸçØ@_À4I K‰úzOr$ð’nI£#£¦iŽ~7ê úz>0¤û{½f'–Ä«añjøó©÷$GrBàK—>$÷y7ßÁ›;f ; K§¾^¤ûæç|`‘o#o:­õ|`x2Ò}@ºH÷àxáV]BÓ4Ž•±i|”z1ºpj!Ý8µ0™`Of1“^ά?]·¾U×Óî vã‹·à†Ñ}BÑ_k=½¡Tz>r#R,ÿõö_ÅbQ¼&¦Òó=}!ýµöÙ¶Lk›§¡å§f?gh“3À H÷N:õµG†#¹Õ\°?È0 i" à \È­æ"C‘à@Xuñ#I¤ã§f7ÿå̧ޫ9M=4|2 ݨ*:•Æ¥j_¥ù6"KÑáhÝr^n¬ŸŽìª¡4ës²ŠE¡uúÎ4ì&Rj@ºðád3t ]-×·3~º™Î,f>“ì iÀñ¥Èƒ×oî[rspðú )™DtößÎú¼¾ØX¬ô±} Í#šúÛÔ™3g¦þ6u„ûb_Í@Þ€tàS’^ÎĆcuW‹G3ËuÒýÒÑñÙÇ)¾Chå<¡þº¡\YUÕèPÔçõy¼¾Á¡¨ae…”½Ìçs=½¡VÎÃw³séÝÿÞ!Ò¸äóú|~>q?Yºmâ^‚ï<^_lL2M“Âw v$é…ÝÔ •ïjÄC©±/V­mžÚU;l“ºÍ;û8Åw ­œçRwOq­˜^H_êzW ª¢Mv—ßOú.ò>¯OšÉ©} ªîHƒõ:ijë8-¼^[Õ8èµÎ:g§qµÈKêîÅñµíG4so&—ÏÍ>ž}÷þšÍås3÷fì”ú_ÿú×Öo%Nš¦Éµsê+µ4áv8•(q/13=“¸—À‡<À‰ê ;ùaϹ‘î¼—B±ÀwðuW:…ÂÓƼ³«ùô\j½X:„Ø-©bÿ!|e —ÏVs ÃÈwãµ ŒŒÄ"kóÈŒ IDATÑ—O×Ós©B±`-œšN诵̓lf1“Ëçì•““¹|!=›Ê­æÈŽ9õC‚"tùßr„]פqÙÊò¿å„N¡v<5öźðrcݾ P±j‡mR¿UW²éG©õb!Ø _3ËÙÔÃÔz± tìjKn5—YžÏh÷£¬­ìíB²+YŸ×wöìY÷ywòÉÒ•K«¶Iü”he[Ïü_g<œ'ÿÿæ“?'[ÛZÏž=Ëûyå¹b÷ñ¢CQ—ËåúƒËºRQ;¶jûR; ÷y÷n½Ïê× ðq²”µlñ÷Ò}€÷bÓÂÔ]iaôMÝy±ñ ™aÜE‰7Ž?`%–—ü~ž¢(ª™’Fb¹Õl¡‰Ò4MßÔÆŸ”­…ó‹ó·Ç%¦…fZh¹$§™}œ–'$æ¼›n¦¤[ÒÒò!Dèäsù"!dþÿd(ŠJ/f!¹|QèàkÇSw_JU¬úåTnÕÉ)æ¼›¢(ñzØ4Íø¤l¿´ÿZ7Ô&y\bZÜL‹[—ææwpQ¯“©½N­Â´UÝ“°âYçð4®y>ŸK=JÍLÇëîű¶íGÄ}ÉMý0ÕÓ×ÓÓד˜N°_°Õ֌ތfŸd-?ñc"2!„D†"‰e}æâZѾ2y’Qž*Š¢(/”;½³›7ÿ}*»’ýuåWUUßö÷—¬mK//„ÂÒ¸ôöÞóÅ|>_¿7²˜ùuå×·ÿó6|5,t é…ô¯O~ÝÚÚêù÷ñ†h­#MHê+UQå©’y²×c©[Å}©Õo’Í­æ¶¶¶zõë8>[†Vãçýs}‚çîÐ4­oê S'ã·žÄß@±-´=JW:þdSž*ò]¹øL1·M'&ï'¦~L$~L¸hêö¸lå躮³çw7»w±OÓµKê)+÷óÒ¸LI/¤ãwåĽä@°P,Äïʵ㩻/¥*Ví´œ&Bvö},™;fµªØP›”­æfݺ®îà¢^' [{‡…W+§îIXñ¬sxW‹\ÝP¥q)õKÊÏ®±ÇÚ¶×ÀåøÝ8i"Áþ`­fß@CÙ`sÅù<ê+5·–›OÏB—ñ±˜úJe/ì6`ò^²ôãnfzÆz93=ÓÓÝsû?nB’÷“K‹KÖ&‰œ—‹ÿ¯Jho4]×™s̃‡êš=ÜaôJ·¤äý½—òÄn¯rö—Ù¥å%;6çywNV­â¾ÔêÝKìÖûݨpf1“]Érí\k[kÝ{œ¬ZÚ-}i¿é4]ã¾àÊ‚¬[Å}qFÝzî|‚ݙ険«ÍLϺòëuMÓ¤›iš¢õך4¶w=Úû•7y?iš¦þZ+s‰©jéäZBH¨·ç΄¬oú¦!•̵¸20ú¤ª*Ù!ʆ}w/2ß)Èr°/H ö¥ ‰ïjÇSMÓ{·ÉV¯ÚQöy} 6˯ÍmÓÜ6ókÅØ-I¼n¨amBˆ4)뛚¾©I“r¨/Tû@a½ïï= ¯{Ð+žu •P~ˆoˆ‘!Ñëõ6´¥m•ò\‘nIó óó ó£#£5¦ÍÜŸº„Ú¥•fÿ¦i&N¾T_Ú _ª/­»~+nk߬¾RÝïú`îsîÒê~½€÷kï|z~kkkfzF¼.Ì¡\4;Ø•U^(eAÖŽ­â¾4FµzŽ•®kƒ7£á+¢ý3x3ªëGöŸH÷ásè ÛFâ§Z7h&~JÛF ÷(ÓýødüÎÝ©ÖvOp ìýÆ_²\ήf=^_p ,tî-t ƒCÑÖvÏԉϋבásÞ-t îÑgOƒ¯†….aðf´µÝŽßE.tðú¦ú÷BHèß{tݰ§gT‹§®È·bO0d?,¥ZÕŽ’×ËáÈMQž”}¼¯ƒ—'åÈMQ¼)6Ô°¶ !„÷óîÐÕÞgG‡"µÄÖûþÞ³ðº½âY×P eŠ¿+±1©ìÉ]éÁJ„èpT×u]×£ÃÑ+ÖÂÑáÑÁ›ƒÊs…ìå™ús¨¼“ßB—vQÂakå²>ÀÔߦLÓT_©¾‹ !—b#1;6{yØ*îK£aT«àX1Œ{àÊ@þ·|þŸùü?óùßòWJ¯‚¾§3ÖŬذ8ú½Œæ†ÈØ4¶Œ}\í.[bKÏ¥‚ýáF«P_kÖ­fŸ¾Ÿø)!K™ÿšgλOrC)Š"Er+Yœ3½Mp,>¹¶MÏ¥Jÿž9sÆá7æÖ]óà£]® ¸[Ü¥³á£ÃQsÛ|ðð½2ÕL±Ø@w@“ìûu°jßEŸžÌ@!Ìy÷ÒÂ|f1“ú99:2j=‡Ç×î ÿ98Ù3˜sl /`š$Ð%ŒŽœÐ¹ËøÊÕ&ŸÄ±øTß¡hÛÏOl$‹‘ŽZwîzÊý#„t`O 7øD¦ÿÚÄ«añjÇî$´ ŽÅij[|¿ÒGDz¬÷¢×ºÕAž”O}½Çé>À>˜ŸsDþ‰ü%òùÔ €tàT)¬eä{skÃ8Ng®O0ºè9ùîd€£Â#pí>ßEé>À±£š©jO²8Ìy÷ûØÁd€S é>Ò}@ºH÷é> Ý€Rxî>œ*î‹v£îÃ)„ïÊ(…É<H÷é> ݤû€tî ݤû€tîÒ}@º€t+»’å;…Ö6Ok›ÇZbÿ^ºðàK@³ Ý8zÉG)+ÅL>J½iÒ¸¬¿ÑÍ,½ÜXGÛÒ}€lö—Ù²_Þ‡®ë„¶µ—¼ÜX·Rû¤ûB>ŸS_©.AèÔWj>Ÿ³ÿ«ÆÜ›b±ºöx}žv_øš˜_ÍÙë”­\wOz!}©Khå<=½¡b±XºÚì£ß!Ô-Çú½b9„ô\úRWO+ç¹ÔÝ“^H;Ü‹ÚuÍÎ¥ùNÁ*3»’KÜKøü¼§Ýê )O'UBfçÒ—º{<í¾K]=³®«¤Ò—º{Z9Ï¥®žÙ¹´“ƒrèv@ºpj%ž%„„¯‰â5‘’t6À-þVœ¹/¬åbCÑä/Ik¹=xï| ?—Ï--dfîÆ•çJlL*ý¯Â3%»œyŸrÒ éØ-‰=ÇäVs©_RóÿgÉÉ^ÔUX+d3¦gÔêàÍAõ•–{’™ŽŸ)ѱ˜“ªg§¤[’·+äsî€ôŸwf§KWÈ,/¥~IVs,ËH·¤ôBÚal‡h¤û§“®kÙ•,ûë¿èõ_ô²_°Ù'Y]×ênhi"nÆM5QÞ‹Þ÷“‡Ž!66J5Sî!D}¥–þ—4£š©÷)'q?I¹=.1-4ÓBË·¤#Ù‹ØXŒj¦øNþÝËÕL !D}á¨êäÃYBHä/£T3¹)B’öÕ~û{‰i¡éúö÷’]Ú1µÀ©×„&€Ó$=W>3$Ø®¸fêÑ,!D¼*Z/Å«¢4.¥ÍŽŽÖ®B“äI¹'"„p_qÒØ¨ßÏ.Z¦Å]í]H·ÐïYŽöF#„°çwo$p³î#Ù ¦…&„PMÔ¾ªIU«oTBÈ%áÒÞ’ý]½ Ï»íÒŽ©œœB'V ;Tw|é>œ6Õòû}vHjnž"KÒøÞpojn~td´ìm¡oîK7.úƒŠ¢dW³SODFb…’IÿÕ”rhÎËqŸs«/TõµÊ²,!DSÞ‹CÇ\»j†aô7z.ÿkÅ®!doÃךUÚñµÃ!Ï€“ÁE»·Œ:Ú0™>GéÅ´aþoüÖ<{ëÇÿß0ŒôbšÂ^` !™åŒ¹mÆï&J·Š…ã8¾C „¸ªw©kÒÕcÍ“¹ó·)cÓÐ7 iRv²Gsíª­;%äÉ)Ã0LÓÌ®æÂ×ÄÒîüUþÿÛ»¿Ð¶±}_àk_|ar@† …qØm3…±¹…mqó ÙP‡ĦNL {»'°cßÀi¼3ÑÍC®š ¹N:u6ôÔ=0ƒ[¸!ì÷¡÷!`_h±:Ä…lª°`"8ŽîƒREµeYvþ4q¾ò(’ÖZ?-K?//Éꮪîª÷ÿ÷2!$þ‡ØéÅ ç!݇ËHÊ~ô"æ…úŸú¿RK’÷7Þä¬8v+Â_˜W›¸5‘Z”|þ@ôN4øßü´Ì;mvÒ‘îöK‹’¼-ó#Bì÷ѱИ“VœH틎݉>z’e™AþÙÓL⟤û¡cÑßGùA–eiA ß Ÿ^zÞ¯X–%„$§c3ßbÐ Î#uWmø”Êæs«Üj“1,ÉÛòס1Ïž{µqyŠ>ç•8&û¤(õ0C0ºÐÃîN%ªïª¤NdYÖoQˆOÅz¾ès^€3†[uzVx<œœ«ï«”Rÿo¼OV £BÏ}Î+€tNFhT}¦¼ö3}Î+pÆ0™é> ݤû€tîÒ}€KÏݸ\Ü ‡ \ å7Ï·ëÍ1ºp~sýÊOåãì£û—ÑžZCοcæú£û= é>Ò}@ºçnÕ8;¹Õ,‚g)<Eº‡tz3×wp]WßÖ»-·ßíîw×”š¼#S¥”jû”¶~VOwg$@º½–¡Âi_Ó4Y–s«kÂP~}e¹saìkæë’ÑÐ‘ÎØv°÷_{žÈÉ0 qù™`†ñR/¥”¢í«½wFê˜ÌgmpÈ—yšá‡y}¼§T*ŽÝŒ z}ü°ðl5g¬¶ü Í > ó4c,|ö<Ë ƒ^_äVDÞ–åé•Õ“³¢qq2Æ“‡|ÍêÿòÙOÕàG£ Üúaõäm™ÿ8ݪh˪¶Zþ‰:祀?ò™ÇsÜìÛk‰RêõzçæÅè­hjiù°þ²œ˜JüŸ?pw*¡ªj«€ØÖÌrŸÍ+6÷† ´Ú°U7hèW„ôãLà:ðÄɘ[lSφͻ¨³M|.M;|ï­išþã9<}×Gé£}}ý}˹Ü}ŽÁoyFjõbo~U:¿.X^YlÎ*'rÅizGº—Gém%·ž×{â÷’ñéø‡w[¹Õl¹R6N¦å7Åܳlq³¨(G_SØ,åV³[•²0,$¿õ…™§™b©¬¯LêÚòƒts‰Íê¥ØÞ²9†…ÒÛ"!DQj⼤ŸÙKo‹Âˆ`_´eUm–]uVÒ²,ç_mä×× ›…朴·Yt"\(õßÓ‰èí‰b©XÞ,²,+-¥,ÒQA–û´Ñ|Ü›šû!¤¸YÌ¿\˿ڷåå•tÛz6l~²u¸X¨Ë”èëêšV×Ô}mooº¨y„â ó[uÍg$‡‹Ž® –W–VNêŠÓöôŽtz>êiüË¥ù9v€ùxQ¡µZMÙ­±,—Z<üî¡ìêš´ ±W9¦ŸÎ™Nš©‰e9Jil2V}_ý8““D}eñ;qãåFsM,7tBá‹¥ !dí/yJiîEžR,U„aÞ¾èV%¶­ÉÚúš4/²ËrҼŗ19io3v€3F²7^lƒ<¥”öSñ^²hõ¦¢Ó‚îÓ”LXw‡ZÅÐܯ!‡aà¤yqm}­m=6ïºÎHýá¢Ó!.J)•ÿZ%uí ®hÚÁ¾v°¯í©{ªªRJ÷ö÷öǶëDë°óɆùUÙÑu¡£3ÌI]qº¾Ðœ6ÌÝ€SÔ*ï1Ï×Ì#Ù½+0½*;º.tôj=©+NפûÐã¼^ï“•G„ÂëBr6Y. !ž+lM®y†Ë¼Øt<9HÿY`úu_ øùã¶å>]DÓ4=\ªéi}–ǽáe¹¡sæ0²,ÛQÛ÷U€M÷µ>êöz½ò¶\}W!ú캶ñªÀ±ŒûïÝì{P?8üî­Î3~óÉዽ£ë‚õ«µEAççŠsJ0™>³Ä½¤¼-7|KKx<*΋ÊNMÝ×î·ûvâöÄÌŸDY–IT·åÄtÒaÑ ÃÈò'wSYÞdÉÒ‚BÂãaqA䇅cm#r3".JÊnMÙ­‰ Ò1Û«?9ûþ‚”]Í&ïÍ ™~†¡Œ²SgÅVé´ Ë}ú¿ôgg4MSvjæÉ¬–ÇݬՆÎ…qQŠŒGìëÙu_uØ‹.R?ÐÇø=CÏUÎs•óz½‘›¡ê{y#¿¡(ЦiúËÁy²oyFrøbïèº`ùjmUÐÙ\qšÏgv‹?Ò}8E­æî›…F„»S‰Ák¾åéôƒÃû&㓱Àõ@x"ÂómQbw¢Â¨pw21xÍ—˜N„o†V/þÇØX8bT¬R©ø¿ò7¯& óÊ®ùfŒùfLQÔ£aòn‹¶13÷\å„ѱЈåÐ Õc¸Î'g“„ö^æH¦S÷—–¯ùÂQÿoƒ­ÒQëZí3µ(6 > <F‚öÇýÓZoèäC7"Âè˜çªgf*n_O'¬ûê§AèuÔÉž ë#÷.¢ÏÛñz½áñHåm¥X*êóUê¤NÚðÛž‘½Ø;º.X¾Z[t6WœÏèWúç›ÉéØÌ·º7œCꮺ§~2ŸÁÍp K ¹ÕløVAƒîDoGSñ`²áåV³„\sáÌ®¡„拦›á,—n¥ª”RJ­®Y|ç"…×Åü˼0‡FÚÏhšªi¾6ëTO­Òû¤(õ0C0wÀý1‹ t§ÕØ6žQpAiõÃ1þæ;qiðÁ€º«^™~†òZýä+ÐpVÁÉä8îÀqáJ Ѓô\¿)•×ÓÿÐÐÁÁAþe¾¯¿Ïëì&WœU>ÌÝ€†\_#„P¥”´ø¡‘p„»âÙx±!Ë5⢈ٹ…Ñ}hH÷ ©Û?:^£”Dÿ!R(i?%udüH÷€ðx´»o8ÔEå¿Õ¨³ûàW~R×0ºts}÷‡8À¹N÷û)çvkõÇoÜL?Ò}¤û@qµ|ú!ÀùÁ 0„àÁš=·ê ݤû€tî@Wðd€K§ü¦Pù©Œ8\Ý@®= £û—‹gÈëò"—F÷îÀEƒÉ<g'·šEà,…Ç£H÷.9Œîôl®ïà‡Ko÷ÎÚÌ·‚g@ÝUÀè>Ò}@ºçÖà­¾X*•Ê×£Âå6c¦mc>È‹³3,û9ŸéaßFû tzŒlövœj Ý€c%ÜpÚÜn÷³²w¢Ÿ¥tm_3Ÿ§þà¼cèkjš&ËrnuM¸ʯ¯µJâÝ*»jæq&þÏɵçxH<ÀņÉ<Ïà/ó4Ãóúpl©T»ôúøaáÙjÎXmùAš|þ@æéÑàô³çY~Xôú"·"ò¶l,O¯®œœ5M3 2~iÞPÿïàÏ~ª?"åÖ«'oËüÇAëVE[VµÕòOÔ‰8/ü@Ï<þd`¾UYæx6H-H™ŸÉ²EA²,'¦ÀçÜJ¨ªúI%G„A¯ïëc•7•ÜzîëÑu–Û„Ý| Ín¨žùèØÔ_G)õz½sóbôV4µ´Ü¶±ÌÌt¼úsµ¡¬†?[õ½V}µe“ëDœõC–~œ17­UAÍݯ¡,sÛwûÎÜQ5&ÿÒ}8¾ÒÛJn=¯ÅÆï%ãÓñï¶r«Ùr¥lä7å7Åܳlq³¨(5cÃÂf)·šÝª”…a!ù¨/Ì<ÍKe}eR×–¤›KlÞP/ýÃö–ýH³0,”Þ !ŠRç%=Ù*½- #‚}Ñ–UµY~ô>g%-ËrþÕF~}­°Y0–Û”eŽgc¢ÜO¥E)q/IêÿJL'¢·'Š¥by³È²¬´”:ªäëBî‡ìV¥¾Žþ!–YÈ>ÍnUÊÂHÈyØFؾþ ¢áB©Øv5uWM¯¤½_zíW³ì{6ukÕäå‡ie§–Uȿȭª×\ep,ãàä¸; µÃj ݧôQCãÇX.Íϱ‡3°©‹Öj5e·Æ²\jñð»{²«kÒ‚Ä^å˜~:gʉS Ër”ÒØd¬úþpìöÙóœ´ ê+‹ß‰/7škb¹¡Â_,U!kÉSJs/ò„b©" óöE·*±mMÖÖפy‘àX–“æ¾ÌȦ,s<›¯ûù ¿ü°qP|ãÅF0ÈSJi?ï%‹¦·©Åeö*G)ý!ªiZjQ2þ4†Ì„Ý!ûú›±œñ)„M ùÌólj¡ÍWAYö=›ºµjòÚ‹µ¹y‘`ØF²z 礠Vqèú¸w] ¤þp®`î>À¹Ö*o0ϽÎ.¢iš7uWí.8Ùg9#Iµ„f&>\çí‹¶ì{]4™eYyGöxY×R÷>N5>Læ¸ð÷’ò¶Ü0³<<çEe§¦îk÷ÛLɘ¸=1ó'Q–eR'Õm91tX4Ã0 ÷°ZÞ¤ÈÒ‚BÂãaqA䇅cm#r3".JÊnMÙ­‰¦é(Ç,Ë3䙸=!šfišÆô3 e”š8+vZÏNëãÿÒŸyœÑ4MÙ©YÞ´`CÓ´jµzAÊ®f“÷fÚ®¯ªjz%ãýǾh˾×E“#7Çî/HÊ®ªìª¢Uwµ,¨¹û'ÎNöæ°¸UÎŒîœk yƒåplhD¸;•ÿ]öþÚ›~px·h|2¦ijx"¢îk3ÿ#n_JìN”rw2!ÿ»ìùÂ3ç <,å±±pDÛ×ôŠU*ÿWþæÕ„a~ùÿ,G¾#„D¾»ÿ¿îÌ]mcf:..ˆÂèuÑø?ÅJÿ¯tReÅîD£¿¦S÷ïßN°lìŸbùW…N÷ÖQ}R‹Rò»äòŸÓ웘Š^œw!J©ç Ž /ó­ž»oîoL? \çÓÙmÙ÷ºhr|:.-H¨@]4öû¨qÈÚtòO»ß1ãìdoÇ©Àçò+–e !ÉéØÌ·Â纫|¸ïf¸†%†Üj6|+Š }.ÑÛÑÄT<Ä„fè^µZMÅ‹¯ ½ÚÀÜj–‚k.œÙ5”Òê¢ =À>)J=ÌŒîÀ ²¿­.'ŸMî/JñÉ„V?Sc£¢pRîÀ©èhr {Åi 3÷’ˆÒ}è±;Q}’=œ,<™ gatàL…Ç£]s@§0ºp¦¹¾{€CàÌ`tàL/¼x*"œ%Œî Ý€‹“yÎŽþ­ºg&<EºwÉat gs}Üx»pÖf¾•8xä+Œî ݤûÎ ùÐêÓV©T¾ì mõßÓ®ê…ë—³ÇÒ}$[ç—´”š™?lo!èxpiáV]è2é9ã$²mqƒC¾ÞÎk͇€`ø /Îΰ¬Ý37ªï«¡½îœ@Þgv”]5ó8ÿçäÚs»‡¸kûNó—&óÀ± ù2O3ü0¯=—Jű›‘A¯ž­æŒÕ–¤ùaÁçdžfŒ…ÏžgùaaÐë‹ÜŠÈÛ²±<½r¸rrVÔ4Í(Èø¥yCý¿ƒC>û©üˆ`”[?¬ž¼-ó‡À[mYÕVË?Q'â¼ðA>ó8cþO«²Ìñl…`f¦ãÕŸ«6{kމe‰6¢Ùý¥å†_ÚFU–åÄT"àøü»S UUí˵Œ€e¹†VE4ÄÐøÓº—Ö‰8/êG*ý8cîoGA~œ \çþ€¸ ‘:iÕñ0ÿî@O)½­äÖóúÀsü^2>ÿðn+·š-WÊF–Y~SÌ=Ë7‹ŠR36,l–r«Ù­JY’߉úÂÌÓL±TÖW&umùAº¹Äæ õÒ?loÙ! ¥·EBˆ¢ÔÄyIOyKo‹Âˆ`_´eUm–½ÏYI˲œµ‘__+lŒå6e™ãÙŠº«¦WÒÞ/½6{kˆI­kV~SNΊæ_ÚF51ˆÞž(–ŠåÍ"˲ÒRªm¹ HΊå7eó/ lаdÙK—¦•ZþU!ÿ"_,-7,nó/×ò¯6ämyy%í¼ã Ý€ @Â4~ŒåÒü;Àè¿S­ÕjÊne¹Ôâá eWפ‰½Ê1ýtΔե$–å(¥±ÉXõýá@õ³ç9iAÔW¿7^n4×ÄrC'„¾XªBÖþ’§”æ^ä !ÅREæí‹nUbÛš¬­¯Ió";À±,'Í}³’MYæx¶: ŸyžM-H΃ÖEëšę«ÝLd̨ªzw2Ñ6ª/6‚AžRJû©x/Y4½çiU®9w'cªªfÌÜŒ©j-ûc¦¹V6EX²ì¥k/ÖææEv€a©Å{žÃC9ÀIóâÚúZ«ý#õ€s“:À©VIŒùnÑÌãôò÷éô÷i7Cçæ%=áS…óXÜQÊo(5æ–Ô”Ú׿³¯‰å†NðA^œ—!¹õ\jIJ¯d&n…Ë•rjI²/ºU‰mkbn»96eÙÜ}kUU3O3ₘý1ë0h]´ÎÚí,ªÕwUiIªü\Õö5‡åÚßÜ̦K­z©çª§ùH™™¥¢(8'À…€Ñ}8I^¯÷ÉÊ£ò›âÜwbr6©/ô\akrÍá8–+nþ›>;âÄçHPJ=W¸üË<¥T´ºVxUð|ÁQJO©h–=j»9Ç,‹a˜øT¼òSÕùÞN¤uÑÛ1†áž<~½cæÉãGm£›ŽG‘âfáÃöV¹Rì´Ä'3 C£·cOgƽk^§e.b¼‹PwUû^ʲ¬¼#7©OÞ2™%˲x½Ò}¸t÷’ò¶¬ßÅhGÅyQÙ©©ûÚýEÉ~·'fþ$ʲLꤺ-'¦“Î3`Yþä6SË;&ùAZÂãaBHx<,.ˆü°pÌ¢mDnFÄEIÙ­)»5qA:~3“WUM¯d¼¿ñ8ßÛ‰´.p= Ù¿´ª¦iL?ÃPFÙ©‰³b…¦–Rëó/ ZáÿÒŸyœÑ4MÙ©™ï °ì¥‘›c÷$eWUvU±E/=:”‹Rd<ÒQÇ@ºç]«¹ûf¡áîTbðšoùA:ýàðŽÉød,p=žˆðÃ|Ûy±;QaT¸;™¼æKL'Â7C«ÿcl,1*V©Tü_ù›W†yeW|3F‰|3¦(ª>—ã8EÛ˜™Ž{®rÂèXèFÄ(¨ë²Œà #Bõ}5ýà‘ó½Hëæfg~iÕÔbêþÒòà5_x"êÿm°»0¶*×¾ˆÔ¢TØ,øüðDT ¶é¥Óqö*'Œ ¡!þzÀr®+äC7"Âè˜çªgf*nÙñΛ_éG&§c3ßJœCꮺ§~òÁº›á–r«Ùð­(‚„èíhb* òtªZ­Æ¦âÅ×…ÓØyn5KÁ5ÎìJiuÑ„`Ÿ¥fnÕ€^¥ßà gÀf`ûb=£æþ¢ŸLhõi156Šo#€tŽ¥gž;É^ñ„ÆCšFB£Â̽$Ž, Ýè±;ÑØÌ€^ƒ[uzF÷ÎTx\4˜Ìp¹¸Ü@r‘”ßÀùÍõ+?•³Œî\F¸küB8f®O0ºÐÃî ݤûpNàV]€³“[Í"p–ÂãQ¤{H÷ 7s}÷×Åx4M³ûo0ýáEºÖf¾•8ê®ÚÅVš¦¹8†alv»§îQÉ‹s÷À¤N¨‹RµÀ§.Jû©{À­Õ‰VG°.¼)€FZ]SU•ÔÉAý€Ô q‘>WŸ9…ä®pò/2¥éä9‡Ñ}èÌà­F=ÏL¥RùzT°o×yhõå|]@ogû„í`k{«Z­Ê;²¼-oU·öÔ½Ãÿ× uQϺ¯’z¾ôzéEt}†æœó°œŸêIK©™YñÃöBp¦êDÓ´jµêv»…aò|÷ yäyo¸ÈÞþžü‹,ÿ"B•®î€3ƒO_.]¶}Æ™SÛâ‡|Ÿ1™;ñæ´ >3ÀðA^œaYÎá~ŒÈœ`ˆîêü‘êûjhD8‘˜tÆ Ô9NFHí}•ã<þ/½ÆŽõô¹ú¶Þm¹ýnw¿»¦Ô䙺(¥TÛ§´õ³zŒ“!í§ž+a˜MÆln¤û€|åâ_ÙU33ñN®=Ïvºíe>‚Ú¾f¾R!&gã@;ØûƒÀ¯½ Oäd†¸ˆü‹Ì° Ãx©—RJÑöU''4MÓdYέ® 7Bùõ5}øN&ó\RƒC¾ÌÓ ?Ìëƒ.¥RqìfdÐë㇅g«9cµåi~Xðù™§cá³çY~Xôú"·"ò¶l,O¯®œœ+„1¨38äkÞPÿïàÏ~Ê?"åÖ«'oËüÇqßVE[VµÕòOÔ‰8/ü@Ï<ΘãfßÞVØff:^ý¹ê$,„Y–S‰€?àóîN%TUµBHíëëïãXÎ=àîsü~J©×뛣·¢©¥eûsHã‹®“K’åùÇær"»öW¤ûpÆJo+¹õ¼>â¿—ŒOÇ?¼ÛÊ­fË•²qF+¿)æže‹›EE9ú––Âf)·šÝª”…a!ù¨/Ì<ÍKe}eR×–¤›KlÞP/ýÃö–ý`­0,”Þ !ŠRç%ýôZz[Fû¢-«j³üèÔ¿’–e9ÿj#¿¾VØ,4¯à¤½fꮚ^I{?~,nBHb:½=Q,Ë›E–e¥¥”åkUOËÍ›£ÝQ+lªdɲS-?L+;µü«BþE¾X*ÚÇÓa÷°9 F¬lveß»Z½dÚö€ ºL‰¾®®iuMÝ×ööö¨‹šG:¿U7:.˜ÎN®S]’,Ï?­œÔÅ®í•é>œ}DÓø1–KósìóñÌNkµš²[cY.µxø@ÙÕ5iAb¯rL?3¹R Ër”ÒØd¬ú¾úq$'-ˆúÊâwâÆËæšXnè„0ÂKBÈÚ_ò”ÒÜ‹ó<›Z†eãÅF0ÈSJi?ï%‹¦„Ò|àZÕÓfó.ZÑÑ>Mé‚E§Z{±67/² ;ÀH¦NÕQMœw-s¬ºë]fN"O0Ñ.>⢔Rù¯UR×êÚ¦ìkûÚžº§ª*¥toï`ÿàpl»N´‹`8ãBæ]G—$ËóO+'u±ëúwÚ0w ÷µJ>Ì“&3ÓËß§Óß§Ý ›—ôDGQÎc1±’1Þ$Pj|ŽYSj_ÿn̾&–:Áyq^"„äÖs©%)½’™¸.WÊ©%ɾèV%¶­‰¹í–ApÒ^sðUUÍ<͈ böǬ“JVßU¥%©òsUÛ×l\«zÚlÞE+:ÚgÛNå¹êi®pG5q~ Ì ¶ï]F GÔ‰Çã©T*ÿyÀqê"ZhûjµZeF¿+·ÏÕG\D«k]ì^Ù­9¹U·Õ‹®íËßòüÓ²2't±ëú‡t΂×ë}²òˆRx]HÎ&Ë¥"!Äs…­É5ÏÇÉ8–Ëþøä””z®pù—yJ©0",?L^<_pú-b§Q4˵½&׎ß^†aâSñÀuÞáú±éxr:‘þ³Àô3ê¾ðóÕÓáæµ¢å>]DÓ4ýX¨¦çñYv*–eåÙãi¬°£š´(èT{W×=à‚§ûZu{½^y[®¾«}öN]ÛxUàXÆý÷nv€=¨~÷VçöYî(wöÒîè’dyþiUÐù¹ØLæBIÜKÊÛrÃW¥„ǣ⼨ìÔÔ}í~»C'nOÌüI”e™ÔIu[NL'çÁ²üÉ-M–w:ò#‚´ …ÇÄðxX\ùaá˜Eۈ܌ˆ‹’²[Svk¢Õ œN UU5½’ñþÆã°š¦1ý Ce§&ÎŠÖ³Õæ ÑöéÿÒŸyœÑ4MÙ©™§«ZvªÈͱû ’²«*»ªhêTNjÒª ®{š“ÞÕEÁ­ºÐ4BHý@ã÷ y?´úé>t¬ÕÜ}³Ðˆpw*1xÍ·ü ~px f|2¸ODøa¾íHFìNTîN&¯ùÓ‰ðÍÃêÅÿ GŒŠU*ÿWþæÕ„a^ÙU#ߌB"ߌ)ŠjŒ u]´™é¸ç*'ŒŽ…nD,?vX¨vaD¨¾¯¦S‹Ra³àóÂQa$ئSMÇÙ«œ0*„n„øëã3f'5iUPw=Íaï꺇\`uÔÉž ë#÷.¢ÏÛñz½áñHåm¥X*êóUê¤NÚðÞÅtOÎ& í+¼Ì—‡/íŽ.I–çŸVÍÅî3ú˲„ätlæ[ ÝÎ!uWÝS?ù ÜÍp K ¹ÕløVA»Ð¢·£‰©x0ˆü©÷U«ÕØT¼øúr=Ö&·š%„àš gv %„4_4Ý g¹üp+U¥”RÊhu4?uÇE ¯‹ù—ya„´ŸÑ4UÓ4|mÖ©ž4Z¥7öIQêa†`î>œ7Íw²^P6ŸÌ^ò'·Ü_”â“ ­~ -¦ÆFôy€sH«Žñ7߉Kë„Ô]¥ðºÈô3|×êÝÔêT‰'\ ¤û§תVØ+žÐxHÓHhT˜¹—D@Î)=×oJåõô?t#tpp™ïëïóyº.§J¤ûÐkbw¢±;˜tpÎs}¸(uQâj5)ŸF‘ÌÙt<â9FÆH÷àŒÓ}BêöŽ×(%шJEÚOI]#„"lH÷€„Ç£'ø½'Žº¨ü·u9J߃_ùõ7¤û@ÂãQ÷¾…ÎwºßO9·[«8~{àfú‘î#ÝBˆ«åÓÎf€!Öìøš-¤û€tîÒ}è žÌpé”ß*?•‡Ë£ûÈõ¡gatàrñ y=C^Äá’Àè>Ò}@ºH÷é> ݤû—ž»=%t#âf8Äé>ô ÚO÷Ôâ Ãd¤û€tîÒ}@ºH÷.…Ãçî‡nDÔ]ဠ¡ü¦Pù©Œ88M÷ó/× çB7"´Ÿ6,Ì­fOuÿÎ¥fˆù[u÷¢8f¹nO­5/?©¼ºÕþ;‚¹û= é>Ò}@ºH÷»—^É܌٬p÷÷±ôãÌiWcpÈ÷y›ùÙ#àDåM…æbeþÓI3ϲ9§qXO»«|ö _¸ Ý?¿4MËükfî[Ñf¹y1ó/MÓ.\ÚÔQ3/D¤©åÅÔ‡í-Ëh8læùiN¤æ€tßÂý¥eŸ?àó–—–[å_ßkXøõèØqrc[óNò/ ÀãñØlèñx_z ¯ NŠÐìWË<Î ù2˜v¥§¹]pÒ̳‰€±B È'g“ªÚÙ×±UßWƒA¾U46Óys.!#ªÈû ËtÿÙó\q³XøËFá/…Íâ³Õœåj”ÒÂ룄¬ðªpœï0ç1æ4±ð:ºj»mè›±üë‚“"œdä™çÙ¹ÿ9—yž=³ã°™g}ü‹5MÓÄ©£jhûšéÛºo¦Ãæ@ÇéþZnmfv†½Ê±W¹™Ù™µÿký¼ñÉXzåhü;ý8ŸŒ›WH¯¤ùaÁç$gEcbÆàïÙó,?, z}‘[y[6–›·5þ,¿Ûâ¿òËK¥âØÍÈ ×Ç æ÷!þ¯üåJù„2߻u3îÂëbó ÕwU>Èg~Èê•4–µ¢Nî/H ò÷$R'öÍohf§Ñ;ÙèØNZŠ›E£èÌÓÌѼ|«šbù‚Ãf¶j?"Mέ}y[æGû 5Ô\œ—þ@ È7|€ÓiÌt¾Os•Ìûô>ëmBÝ¢>¢^ŸôãLÛ}dYNL%þ€Ï¸;•8úlç4‚Ÿ+ݯþµ¸v˜®ùª­Z®ºRÕZ¥R!„”ÞTTu/tC0þ›yš)–ʹgÙâf‘Ôµåé£|z³”[ÍnUʰü®Í4nuWeþÞ}ôã^2>ÿðn+·š5§ƒÇ©»ê‰ÄèÙólìQBHìNôÙóLó›èbÒ‚»Õ‡É-ÇË—¦·¶åüúZ~}mk»º¼Ò¦ù Íì"z'VJo+¹õ¼ÞXËšbù‚ófZ6GJo‹„E©‰ó’ž\–Þ…Á~oŸÔ|%-ËrþÕF~}­°Y8‘ÛÅ>ÍU2"&-JÂÇ·.6Û6„Ú¢>ÓÊN-ÿª‘/–ŠNê£KL'¢·'Š¥by³È²¬´”꺽Ìà8úúÝ¥W|Gé¾¶¯1ýŒþ;ÓÏhû-ý!‘þs†òhåQl2ñiÒœ“Dö*ÇôSñ;qãå†ñ¯Ô‚IJ¥46«¾¯¶©Lý“Ò©‹Öj5e·Æ²\jQ:ñ`);µr¥ªO8 Ý •+Ueç諌ŸýM~'fŸf„QÁ~?k/Ö¤y‘e9–å¤yim};ù Í<©è+»ª¸ ñü±DšŸc˜¶ t~4mšiIá‹¥ !dí/yJiîEžR,U„aÞ~oŸÔ|}MšÙÚŸH̻ا¹J‡oJÅìÙGSݧ¡ûÍÍ‹ìÃ0’)Õn»ÏÁ O)¥ýT¼—,~ÌìO#hpR¹~áÕù˜e¹œlCû©º¯2 CQ÷U›ù·Â©‡©ü‹|õ}5û/Ÿ „×”Ú׿³ÜŠù˜åPJÛ>}…eÙÚßöWVÎsXgÎÃ)Šbßü†fv½“Šù8Q„a~˜—æEÓ±àœ4ÐùÑ´i¦esø /ÎK„Üz.µ$¥W2·ÂåJ9µ$Ùïͦæ'Òc»Ø§¹J„y[çÅìYJiÛmt?ÏUOGõÑUßU¥%©òsµáMþi N0×÷^ tî{í-¿ÛÒ3éò»-ï¯[g·.û},q/9󧙆}s,—ýñICNcÇE4MÓsó,ŽÀ5_åmÉs5|X7¯÷ÉÊ#BHáu!9›,üØ¢òS%à3^Z][[]+nþ›Qme§ GfîÅ©‹BrϳáŒ2ýL¬Ý“ãY–­É5χR“k,ËÚ¯ßÐÌŽ£wBÐ9¹›¹ÓvÚLËæPJ=W¸üË<¥T–¦ ¯ ž/8½Û8 ZCÍ»ï±'·OUUïN%RKËæ5YyGÖŸ€ÔQ}bÓñät"ýgégÔ}5àçO/hp‚¹>7p˜Œ9šÌ ‡–—–•š²S[^ZŽüCÄfåødìÃöV¼)ý¸=1ó'Q–eR'Õm91´/Ôÿ¥?ó8£iš²S3ÏôFBù—Gs…÷’ò¶lÜùjÈ¿ÜM°éî…ùù€?`Î]Ø«\àKoþEþcÒÃåVsÏVsÆ=Ê ÃȲÅmˆ‘›c₤(5E©‰ bäfľè†fv½“Š€s6°Óf64ÇÀÒ‚BÂãaqA䇅ނ¹%e·¦ìÖÌÏê"æ'µÏØ?ÅâS1¿ßßÑ+¨UßÓÎýIÙU•]U\ì >š¦1ý Ce§&Ί§48±\ÿЇà:H÷'þ1ÊóÂ7cÂ7cÂ0?q+ÜE bw¢Â¨pw21xÍ—˜N„Û=~1µ(6 > <F‚ÆòÐ ¡\)iMhD¸;•¼æ[~N?8œå,Ër¹R5æÓW*ÿ§1'Á64Éü¸=Ñ;ÑÌGOäd˜µçÙÜz.½’&„Äÿ GšwŸŽ{†<¡ñHh<âòƧÛ|ÐÐÌN£wRp®ÓvÔ̆æ|ò†a˜WvÕÈ7c„È7cŠ¢ºmf:î¹Ê £c¡ÁtgB§1?Á}V~ª&gņ'ó´Ý¶UßÓ{•F…Ð=`|òÖvŸ©ÅÔý¥åÁk¾ðDÔÿÛà© N*×'„äÖóÕ_é“.’Ó±ð­èEiOz%Sù©ø¤õ—^ÝŒùÿo|½MLÅ/{ê™fÚ¸@pÒ̆æÀqT«ÕØT¼ˆ/1867Ãí©µ†…¹ÕìIåÕ–ûw’ëëÎ|']"ÒÛlØIDATÔt:uQŠO&´úÁÌŸDŸ×3‡GaôDºß*×÷^ „n†‰Ã[uà¢c¯xBã!M#¡Qaæ¦Ôô›\߸Ué>À¥»ÝÁ'x—#׿â1¾5ë¿ R½”ëÓ­ºH÷z*×7«.Ò}€^ËõoÕEºÐk¹>ÃÎÝ?¼U7t#âfð½÷Çrzy5ÇzrëÙÃäže™~¦ÕŸF®OŒçî@ïÁd€žõÿgý–9¤UàIEND®B`‚caja-actions-1.27.0/docs/help/de/figures/cact-exec-mode-frame.png000066400000000000000000000315731433352025300244360ustar00rootroot00000000000000‰PNG  IHDR ä8žÓN pHYsÄÄ•+tIMEÜ .£5 ¡tEXtCommentCreated with GIMPW IDATxÚíÝOhY¾÷ÿO.^¨!‹2ø%èÀÈŒáJL70x… D&‹Èd -:ЭžÀDº†{·[7‹'o¿Š ®©SÊG½ú¤.Oævy•«ÏÝör]GùÑ݆SÉ?N´üŽlÊsòtNåÿ’“Ëå¢2¨kê”òQo >©Ë)ÿ?s» xF Ž@¡·Ïs¢*(ŸÏëÂEËån6ßa®¿N—ÀÑrÜöiŽQW_Ô=mœ:ïL_ëÈ '­ÇïOhìVLoæ}ã?Ieå ‡óxÆq“6F_ë ɇIõöy”|˜Üó>ÈŠèíóÔüñø½9®R©õoGþVPà¼ÿPm´ÝnŸÝ”uó6=Ž;p'ÚH#]µu}áÒPÝß.\Ú±­µ»\½?­lûfóVÖ‚¥/> ËsÖ+ÏY¯¾ø,¬Â‚u,ÚŒ½bkòþ¤.\ôWÊ×ïÕ7¢šÍÑjã¸Öhß:ŒÇ³Íë9 ûc£<Ôì½mn®Ã“pÎÜÚ×:ìm¨~ ð$¥¯þë+%Ÿ¤Žüy»0_ý“yž‘³Ç©ÈŒ·u¢R×á*Ó~mŸzeݼÓ×x¯m­s8ʾÊÖLËþ˜•ã´£cËmÞžëšm÷zÿ?AÂbQÃ#! ú”{•UîUVƒ>…FB²‹G¾½„ÿ=¢åò²¾{˜Ô|~N¹WY/4ñ ÁÎÔÆqm§ã82pÚæIk‡‡±_ÙV }•U÷én…¯…Ômt+ûjç+7…7ù|J>JU#¢FW/´*ݽ—wÀ'ï€OwïÄ¥ÕÚHóñ“”|ƒ~õº=¾:,«ƒWÆÌCc£þZ¨™žø&!ß _ž~¯ÆoÅdÛvMÞ·–i§ù×ígšmŸz‘éæi³³9 ]V¯Û#ß _Ÿ¦w,k³´š•µ·Ï£ä÷Iù}-§Ù´ ¬J±Û1yû½òø”X»»²ŸmIJ,EoDåí߸¢Y.—›Öi«ußJ¹›å¡ºüùÊò. )ÿ:¯ô³te,äzš–ÕRÛ߯ý1r=¬Ä7µwŠ\ìËríþ$¤ÌóLÍ´R©(ï€OöŠ­Þ>“òžóÉÛïUlË1ìC×éäï'ú4¤ðça=†ŒCáÏà }Râ÷“ ÷Åʾ¯îK[ïP¶’×feݶÎ6åÿ’WìËXå+¯]’a \ hzËE’ɯ7ò‘ü>ÙÖñ¸¥íÕÆ~Õh_ÝéœÒlÿîX`ÙÂzšÓws,ÞÜWhµÞÕ×A»Z±«ãp õجÏÑè˜tØÏ¹ û{¬›fektNÞËq¥cÀQhãÛ…ÇOR ª\͹Òã'É;¬¡ÏÊ߉+|-´íª\ݓڃ„æ,ežM+ólZó M~S{e(;3«ôÓ”æósòú5þe¬c…-/••ø&!÷/6>aü>©ÜìœÒSÊÍä¤U[“_'j®¶l.S£ù?DZÝ>;v¸nŽ+2ÑÛ7óJ?Mi.?·cY[ \š”uö/y¥Ÿe:–æäƒ„J‹Ee~Ì*ó<£\‡‡ Ôk#ÑѨBŸŽ(7›ÓÜLN¦i*~¢i¶Z÷­”»YÖ÷Éô£ÊòÁËA…>+ó2«Ô÷kižÔ¤ym9p) r¹¨|>_i¯ó*——¸äß—åÚ5~#¢É-W«'$þ,\½{‘›É)órZ™_ÈZ°jŽaºNs³9…®·M] *»eߨº/N~“eYÊüøB™gÓÊÎdÛÚ[)ënöÿÍ|ÿÖ¯ñ/cÊçóÛ:G›O¦s¯sÕ|l6¸×2´»_5ÚWw:ζ²wBKÇ‘Ûg«Çâ­}…Vë½Q}ôy¸ÙżvÚK³zl¥¬ŽI‡ýœÛðBHê¦QÙ“÷r\içpÚø©· óï«W΋ ‡•›ÍÊÑå½jË7àW&=-óŒ³ÅÄÿë+M|›PêaRî³îšgë aó4ßy¿R“rõ¹*Qׂ¥Ðõ°rkC zû<š›ÍÉè1*·gl[Þs>Í¿©ßñê6œJþqBÁ«¡æ‘éÇi‡^ü÷t5.黇S•+VkÅÀ• r3ÙºejeþFe¨WG­–§ÕíÓp úþMXC¿òË4;Î×JZ­”57óçšõì5Mßy¿Rß'«õo-XºÚu¶ÒFêÝ6ô_òWvÞ6ê´Ù|í´ý­y¨·¼ç¬·aš{mË»©ë· ózü$­ì«¬¾{8¥Ðga †4r5¸­lýw«Ëít«»ÙU¬õy†® +òyXËY–¥ÐµPe˜“áÞ>þœy±ã1ì êt¾0'GWí¬õí¿¹^¶î‹õŽÇ›÷¥fym¥¬[×Ùnùì[‰‡Ie_eTøÉ’išº4¤±‘jà¶µíìW»Ù^Íö«VöÕfíqë28®Õ[g+Ç‘Î_ÍŽÅú íœwëÕ×A»šý¶›öÒ¬[)k£cÒQ8çnnŸí´±½¶ƒFçä½WÚ=|ˆ6.Ié§©·K#5£¤’O«\.Ëãöjëô¯nUÿ?õ§¤BW‡kvüV”J%9]ÃérªT*Õ̳^h©2.y§«H­Ú\ùårYÉ݉)õCåh±TÔ…_ µœ^+ówº ínŸ†iȾ掂½jkúéô¶+@ëW±ÇnFªW­ÒOR ~’qÚPøz¸å•™¦©¢U¬FhE«(Ó4?Øm,Ã0¹‘÷ÜFçÌi:•úá»–OhíÎß)-oŸ®Jd¹~€*/ÕŽ?u»Ýúê-Òñ[ãšÛéVb“´vÛâö’¦iš²­j”]´ŠûÞF£F•øÖ/ã´¡òJYÞ~_ÛuÚVÝoÑ,»qPmY]Rø³°¢7Ç5ö»±ÖêÚírmž üýºûõ¤îÞŸÔÜë9MmšÑèö¡ëÔ7èSêYZc£µÏj¤ž¥åðµ}<>ìíÇÕçRüvLÞMes}\[Žƒ.ÃnöÕýØ¿÷{=­‹wê+ìµÞ?tÛs}ìR¾PPÿ–€§ð¦°ç>L³zl¥¬ ûU‡üœ»ßuÓH£sò^Ž+ØÏìü\Gõ…ÌóŒ¼ýÞm™2Ï8åý…»æ?Ót*ý4­ÇOÓ5†±íaÉ͆/)v'®R©¨R©¨Ø˜†/°Â–Ëe%¾IÊý¯~äÓý.VÉ÷ªTX°Ýù7íÎß)­nŸþ_ô+ù0)Û¶UZ,n³½9^yàeµù:›¥µ{MsøòîÞ‰«´TVi©¬Ø½ø¾·Û¶eœ6d8 •‹ŠÝÚ]¶S÷ÛÅ&y؃jËRåáä· óŠ´q¡a/˵kl4¢ä“n Hb÷â*-UZ**v/®á+ÃV§cÿQꇔ’ß'U^*«¼T¹#–ú!¥±4Ù—†kËr'~èÚÏð'!e^f*›ÕÊ…‘øý¸|ÿÖ_'x%¤Øí˜J‹E•WlÝm㘰eh¶¯Ö;OîÇþ½ßÇ‘VŽÅ;õÚ©÷zõõ¡÷³ðç#¿5®Ù×yÙ+¶ì[³¯óÿ2¦ð§¡½µñ&õØJY“û9w¿ëf·çä½WÚÝÏCo)PH>JiäÓ‘úÓk¡š·H•·ÃL?I)ý,­ÄÚƒ3‘߆5Þq Zd4"WŸK+à \–«Ï­Èèþžð7?Yî?ïWáo%¾žÚ8\ Éѯ/®GÕ{Ö£èhTÁËmÎß)­nŸ‰{qeg²òô{ É~ fÞÀy¿¾¸QÉûä× %¾Þù¹fiíÆ^ÓŒŒFdžqÊѯÀ¥€|ç¼{~ÍX³62qoBwïOª÷¬GÁ‘ú¹»:m§î·×[ã<ìêäw@my¿u滹~f*xuûƒÂ¾Ÿ—†å¿8$×—ÆnD¬N].—R’ÊÎää;ï—ï¼_Ù™œR6Æõ6 †\gœò_ª”§Í!ˆ¢¬ã£¥Ÿgä»è¯´ýk!©Ë¡‰?LÖÞs^G†åôµun?ÊÐl_­wžÜý{¿#­‹ëõÚ©÷zõõ¡÷³‘OBŠ\+~/.ï OÞAŸâ÷âŠ\·5ªb7õØJY“û9·Ñ1ºuÓH£sò^Ž+íîg‡¡7Ró0óQÓì¡Êsü …oDªnQ§´ßNøâzå Ør`nåATê”òÄzkv,¦>G=ä9÷(·±Ã`Ï3·rÕí(}㸕ç°ÕßAÖÝÝ{qE®Ge¯¾SüÞ„†.úi#Ç`<,uþøIZÖ¢µ-H8ªuzTÛ0ûçá?¦wêX|ÒíT‡å<ü¡Î¹õÊC;x]Çõ€Ë äøÖŸù±K+Ù¶¸èרÍqÚí©c)Ó4•ü&AR>êó‹Oºêñ°ìyÎ¥¢@8*Â×BÕ÷²3EçàX|Òêñ óG;xÿB P@ €@€ýpjùŸË渚Ãc¹\¤:¬ÛpR í GùËÌöC( P° ]~tõy¨!Ž1kažJP׿$prq¾Ðv €@쬫™yà €£g´Š; ã@!û*+ßy¿zû<êÝtuóÿ·þ¶Ó4´Žú PØ•ä£Tµ3™|”Ú·ŒÇnÇUúGIμÐ[žw ðø‡ÇuÿÝi¥RI’äêsÕL»0_ 6ÿÀ ³³9Y·¸è—ÿ¢_Öß-ÍÎæjæie8P>Ÿ×ð'!yú½òœõ*ôYX³3¹šùë-ÛÎP£ô³´.\ô«×íÑÐåaåóùmË<~”’oÐßVúëÿo”¾$¥Ÿ¦uáâzÝ]¸4¤ô³ô®ê¡·Ï£ÇOÓ•aXkie_唸&!ï€Ož³^ _VáM¡6 {”Ò…‹CòœõêÂÅ¡ºw×ÉãVØž8æBòO•;¡Ï ®LÛÅ]…ÈÍ1åÿ’×Ôý ͽÎiüFTÉ’Õß7ß%Øí]ƒÜlN/že4uB…¿4~+¶mž¹¿”}™éxúégi“ëcS¹™œR?¤4ý^´]Õ|¾žSöyFß=˜’õ“¥/®!ëïEå~ÌjêÁ„ò-(zk|c;=J)ö¿îÊ?8 ¹Ùœt÷Ý­ ?M+öeL.—©¹™œ¦H)óòÅ®ÚE«åÀ1 J¥¢²¯²rýÜ¥sý8×/×Ï]Êþ˜U©Tl+­r¹,uINÓ)G—CýçúõÝÃÎv,ÇoÉqÚ¡À¥€$Éú»µmžØ­q9N;:ž~b­,_ÝŽÉì1döŠÛu=Œ¯åÓwÞ·iZDŽÓùÏû+ëÿicýëCÂÂ×Ãrœv(z=\3]’’߯åñ?c2z =†¾úÏØ®êâClOtÖ¶®¥ŸV®*µ™PêÑZçóZ¸:-|-¬Øí˜RkìVë)ÆnÅ¿×PpX’äþ…[±[cðu¬àfs‡Ø`ôû’~ñ•ÀÉufãù §Ë¹ëz0×òéèrl_ŵÀm}žõ¿‹›ººy<ãÜU]ìv{®·E@çŒq¼°&pi¸áEñºÝäàÕôåÝÖײ*¥žNW:…·cŠÝ®½òœz:­±›cu×VZÚ~·aä“ F®U(”Éjò÷ EnŽkn¶½qíõÒî¤Ý¦ïüØ)ë'KÖ¢%—«Ò/ZûWÛÖo²þ^Ri©(ÓtVËá4ó¸XÜUì¶Á«!ö`è´:çwŽ·ÀÉÔm8µ\Þ¹ב¡Géçi•Ëe ür úÌÀúŸ_¨\.+ý¼ò ¬ëg•NgæeFöŠ­‰û‰mé}q#ª|¡ ·Û-ß`eèLw C€ZI{/:•~dm¨ÏÝÿR奲JKeÅîÅ;VͯTNɇIÙ+¶¦Ö†|:R'üùZÿw\奲ÊKeÝýßñ]ÕÉ~•û§#ÂúC°¡_oûm}Úú<÷ãrÿ«[ã·bº:,ß9ï¶eF®Žhâ^\ž~¯B×Bø·~M}ݼSÞJÚ{Ñ©ôƒW‚Šß‹ËZ°ä;ïWø³†C«‡¦Ê°Æþ#¢ìLVÞŸfgfõÕŽ)|-´iÝAÅï|%Ë*ÉwÞ¯Ðg!. íªNö«Ø?§Þ.̿߯÷ïÞ+ŸÏ+üYX©ô´†® «´XlÚi<_´Ž @ SÖbQÁ‘"£åfr ^ Ê4M©K2MS#ŸŒ(7“SäFDÁ‘¬ÁÆ“‡À @ SÑQÅnÇùmDårYã7Çå9ëÑG}$ÏYÆoŽ«\.+òÛˆb·cŠŽFÛê4ööyú,L'ó˜"8(ÇPæyFFQ ¼ç¼šüý¤ -ȶmþZÐäï'å=ç­ ÆiC™ç™¶:ÝÝÝzü(E…C{àJ¿Ìh|t\’»“õ“Uw>ë'K±Û1IRt4ªÌËL[Ɖ;q%x,˲vÎ̪t÷N\ÞŸ¼>ݽ—VkÓN~Ÿ”oÐWó±¯ÇORò÷«×íÑ…KCÊ¿Î+ý,­ +Ó†¯׬ײ,EoDåí÷ÊÓïÕ7¢*—Ë4†]⎀@8†æòsò ú$IÓϦλþ»ÿ¼_soæÛê4:N;¿WôæxMç³É Í/XÊ<›VæÙ´æ šü&Q3Ïì_òJ?ËÔ¬'û*«ô£”æós ^*ôyX™—Y¥¾¯LóŸhüËXuþèhT¡OG”›Íin&'Ó4¿?AcØ%î(€c¨\.Ëì1%I¥R©á¼ë¿›=¦JK¥¶;çúåðiòÁdý@äù´â·c2M§LÓ©øíø¶à%~û+™=FÍ´‰{“2Ï8åp8þ<$Û¶5q/^3­ð×BuþÏ_h`À'‡Ã!Çi‡b7Ç•›ÉÒv‰; à2 £Úé7M³á¼ë¿¯_a7ƯnŽ);“Sþu¾n ât9«ÿwºœÛ‚Ótn/æÀÁápÔfÛvõÿ…7…> ÉÓïUoŸGž~¯J%†íw À1äí÷*ûªr5}øÊpÃy×ϾÊÊ{Ö³»Nc—4uBã_Æj:ïëHÑÚxõjÑ*6 ^v#<ÑppX¹™¬Þ.Ìk.Ÿ£!ìw À1¼ÐÔƒ)IRüN\®Ÿ»êÎçú¹Kñ;qIÒÔƒ).vÝitõ¹4òéˆb·ãµÈå!ÅîÄU*U*»Óðå᎗ٶm§ C¥Å¢b·b4„=àŽ€@8†—*¯”•ø6!Ã04÷zNcÿ1&÷/Ür8rÿ­±ÿÓÜë9†¡Ä· •WÊ \ì©Ó¾RñŸµn‹ŒFäês)peX+Ãrõ¹ w¼Ì÷&t÷þ¤zÏz ©ÿ—4„=àŽà¤:õvaþýæ é§)¯†äªÓ!²8aⲋ „ª]ÛIâÛ„b·cÊü÷´Ì3N*Õà`Ç çwëº §–ËÅpìOŠgœJ?N)<UêQJÑѨüƒ~™¦©R©¤ìLVS¦T^)7 ¶v[½Ã@GóèbÛN*œæ§^<›VæyF©?%5vs¬úv#ïYB¿Þq¸Q£N#Èã; à\´ÐiÁ à¤ãaf€N#š‡( Ó‚C: 8€@èP§‘¿OÎ߇€“Šï(p‚p~°®Ùw¸£€@€]àƒk8Q2Ï3J¿ÌhþÍ|õËÌž³/ííClÇ wp"”‹º<¬TzZ‘ßD”ÏçõþÝ{åóy…? +•žÖЕa•‹TV‡ðZQ€CÍZ,*8Rd4¢ÜLNÁ«A™¦)uI¦ijä“åfrŠÜˆ(8’u‚ƒ:÷`CpìEoD»Sä·‘†ó­ÿêųé¶:×z×~£Žú‡xŸ?ß ë¸£€c-ó<#£Çh$lŒÓ†2Ï3’ß· óÕ?õþ@ t@úeFã£ãm-*órwBoŸGŸ¤ä;ïW¯Û£ —†”WúYZ.V¦ _–eYm§ø&!ß _ž~¯ÆoÅdÛvÍz“ß'åôÕ|U¸Ý¼l¾£Q]~pÓ¼ óZ–¥è¨¼ý^yú½úâFTår™FpøÍåçäôµµŒÿ¼_sov?û*«ô£”æós ^*ôyX™—Y¥¾¯LóŸhüËX[i&¿O*7;§ôã”r39iÕÖä׉šyfÿ’WúY¦æîÃ^ó’™UúéÚ¼ƒþšy££Q…>Qn6§¹™œLÓTüþ€câÔÛ…ù÷›'¤Ÿ¦¼âï8zݽ÷¾½§qV¥SÒÛBkí}ó3 ½}ÍÍædô’$Û¶å9ëÝ6Í{Χù7s-§{áâ¾{8%—Ë%I*/•¸Tn&[77óg™¦³fùvóÒ¬,òm¯Øò_òWuöÙ ÃùÀºnéåòÎ/qáafk†aT¾—`š-/³þ}…]¯s­c-I‡£î´ÍÆZQ,uáWC çÙ$t*/æ-¼)(~?®ü_ ²WlÇ Cp¬yû½Ê¾Ê¶µLöUVÞ³‡ë5¡NÓ©ÜÌŸkn>è«õáш†ƒÃÊÍdõva^sù àh^ hêÁT[ËL=˜RàÒáúJóȧ#û]¬òàñªTX°mó!íN³m[ÆiC†ÃPi±¨Ø­ àh\¨¼RVâÛDKó'¾M¨¼RVàòá Â×Bò_ôë‹ëQõžõ(:Uð€ó8qoBwïOª÷¬GÁ‘ú9@ƒàáaf{ÖbQ¡‘PÓ®%¾M(v;¦ÌOË<ã¤âKœß¬ãafpR<ãTúqJáѨRRŠŽFåôË4M•J%eg²šz0¥òJùÀƒ„z_fæÍAà (àD0Ï8õâÙ´2Ï3Jý)©±›cÕ·yÏzúõð¡nDP€¸8tÏF<Ì €@ ( PpXðÁ5œ(™ç¥_f4ÿf¾úefÏY‚—øÀfÜQÀ‰PZ,jèò°RéiE~Q>Ÿ×ûwï•Ïçþ,¬TzZCW†UZ,érööyØØ€@h…µXTp$¤ÈhD¹™œ‚Wƒ2MSê’LÓÔÈ'#ÊÍä¹Qp$$«ÃÁwp1ôÇ^ôFT±Û1E~i8ßúïÑѨ^<›Þs ðva¾æï£ ·Ï³-¿õ¦í&p´pGÇZæyFFÑ4HØ,§ ežgÚZÏÛ…ùm€C*ý2£ñÑñ¶–‰ŽF•y™éX6ßqèíóèñ“”|ƒ~õº=¾:,kÁÚ˜yUŠÝŽÉÛï•wÀ§ÄÃä¶;‰oò úåé÷jüVL¶m×þþ0)ï9Ÿ¼ý^ÅîÄ¥Uµ´üúzzû<5ÿÞ:m7éàP™ËÏÉ7èkkÿy¿æÞìßì̬ÒOSšÏÏÉ?è×ø—±êo“*-•ù1«ÌóŒr³¹še“ß'•›SúqJ¹™œ´jkòëDÍ<¹™œ2/§•ùñ…¬K“ß$ZZ~óP©­Ã¦¶Þ%i7@ *à~3øéIDATårYfÙÖ2f©ÒR©­eÖ¯žoþ³“‰;q™¦S‡CáëaþV¨þ6ý|Z_ÝŽÉì1döŠo "$éñ“´âwb2Ï8eœv(öeL/^¾¨™'~;&³Ç)³Ç©øí˜¦7=oÑÊò­èT:àðâafk†aT¾—`¶,¬_¡í\97zŒê¿GÍСR©$×WõÿN—³fÙb©¨ ¿j˜þæeœ.§J¥R[Ë·¢Séà@xû½Ê¾Êjä“‘–—ɾÊÊ{ö`ÆÖ›¦)kÑ’ËU ŠVí«Z¦S©¾“i:wîÄ[E¹ú6–ß$µ²|+:•8¼z„c-x) ©Sm-3õ`JKó•æáËCº{'®ÒRY¥¥²b÷â5¿|:¢±ßÅdY–´*,E·<¬»Wi©¨ÒRQ±{q _nyyÃ0*¿mRoÚnÒG wp¬.”ø>©Ä·‰–^‘šø6¡òJYËí õžIØÍƒ¼‘шâwâò_ôËÑåPø³fÿïlõ÷ðµ$é‹ëQYÿ°äú™K_Ý«IÃ7àSàÒ°ìU[ÁËA݈´¼|ä·a ‡e¯ØÕü×›¶›tÀÑrêíÂüûÍÒOS ^ ÉU§ãcqÂÇd- 5ýèZâÛ„b·cÊü÷´Ì3‡cHM¡PPøFD¹WY6$€Žàü`]·áÔr¹¸ãïÜQÀñ?)žq*ý8¥ðhT©G)EG£òúeš¦J¥’²3YM=˜Ry¥ÜvÐì;»¹š~÷^\‘ëQÙ«ï¿7¡¡‹~6"øàp"˜gœzñlZ™ç¥þ”ÔØÍ±êÛ¼g= ýz¸íáF» šæõc—W²m)pѯ±›ãl@@ ì§ÀåÀ®‚)|-T}à ðÖ# ( P@ €@€Ã‚®áDÉ<Ï(ý2£ù7óÕ/3{Îz¼tø?Äð!qG'Bi±¨¡ËÃJ¥§ùMDù|^ïß½W>ŸWø³°Réi ]Vi±xìÊÞÛç¡`+k±¨àHH‘шr39¯eš¦Ô%™¦©‘OF”›É)r#¢àHHÖ1 z°EôFT±Û1E~i8_ä·ÅnÇîj=ɇIõöy”|˜¤Ò÷ÉÛ…y*`ï2Ï32zŒ¦AÂæ`Á8m(ó<Ó~ ð$¥¯þë+%Ÿ¤¨x@ fé—Ž·µLt4ªÌËö…쫬ºOw+|-¤n£[ÙW¹šßë ™Ù%Öî\¬³,KÑQyû½òô{õŨÊårͺ“òžóÉÛïUìN\Z­ÍK⛄|ƒ~yú½¿“mÛ;–µÙúzû Pޱ¹üœ|ƒ¾¶–ñŸ÷kîM{C\?I)üyH’¾Òã'í ?ŠÜWd4¢·oæ•~šÒ\~®úÛ䃄J‹Ee~Ì*ó<£Üln[`útD¹Ùœæfr2MSñû5óäfrʼœVæÇ²,M~“¨þ–ü>©ÜìœÒSÊÍä¤U[“_'RÍÖ—™UúiJóù9ùýÿ2VýííÂ|õOü^\þóþ]å¥Y½´’V£|pÒz»0ÿ~ó„ôÓ”‚WCrÕ¹j1>GL¯Û£÷ïÞ·÷"àUéÔG§ô¶ÐZ{/-+7›•£Ë!{Õ–oÀ¯LzZæg%}žmãë7Oó úþMXC¿òË45óùÎû•ú>)—˵¶ZºÚq¼¾½bËÉ_鯭çÏ™rõm,ºVîUV’táâ¾{8UM¿¼TVàJP¹™lK寷¾¹ÙœŒ£ò»mË{Χù7s5ËÍÎæ¿7©é§)9Ž–òRSgM꥕´ZÉ'pÜp~°®Ûpj¹¼óK\øŽŽ5Ã0*ßK0Í–—Yÿ¾B«’O«\.Ëãön›þÕ­±ÖÒx˜ÐäJü!¡ná¯nÇå_»R*•ä:ãªÎëtÕ…7ÅïÇ•ÿkAöJý!C›—qºœ*•JÕÿKE]øÕPËåme}ëoIr8Û†2Y –b·cJý°$´›—fõÒJZÍò ÀIF €cÍÛïUöUV#ŸŒ´¼LöUVÞ³­½†Ó^µ5ýtZ¹™?×Ü X¿Ë0v3"G—Cêª\±^ï——jŸ!p»ÝúêúÇoknm(iš²­ê•ñ¢Uù‡G#*ñ­_ÆiC啲¼ýµÃ­ŠV±zG¡hk'§éTê‡ï¶ÝÉØI+ëk¤\.ë‹QMܟܶÎvòÒ¬^Ú-¨Å3 8Ö‚—šz0ÕÖ2S¦¸ÔÚWš3Ï3òö{·uFÍ3Nyᮾ=©ÿýJ>Lʶm•‹ÛÆÂGoŽW¤]ݾŽáËCº{'®ÒRY¥¥²b÷âµÁŠmË8mÈp*-»µ}œ}ì^\¥¥¢JKEÅîÅ5|e¸úÛȧ#û]L–UYaÁR´Áà­¬¯a ñ›°"7Âêïïßö[;yiV/í– (à \¨¼RVâÛDKó'¾M¨¼RVàrkBòQJ#ŸÖ¿[1r-¤ä£Ê«R'îÅ•ÉÊÓïUp$$ÿùÚ|ž÷ë‹Qõžõhòë„_o<È<ã”ÿ¢_KùÎykîNÜ›ÐÝû“ê=ëQp$¤þ_lË‹oÀ§À¥aù/ÉuÆ¥±¯‹ _ Éѯ/®WÖ*Ø ü­¬¯‘üÿ4~+V÷­Gíä¥Y½´[.P‹‡™qìY‹E…FBM?º–ø6¡Øí˜2ÿ½ñòaT(¾©>Œ êhçwëx˜œÏ8•~œRx4ªÔ£”¢£Qùý2MS¥RIÙ™¬¦L©¼Rn;H¨÷}„­:ñ5á»÷âŠ\Ê^}§ø½ ]ô³a©öNóŒS/žM+ó<£ÔŸ’»9V}»‘÷¬G¡_·<ܨÓA@KùÿØ¥À•€l[ \ôkì&cí©öC8A8¿X×lè3 P@ €@ ( P@ €@ÀqÒµuBàÒ°º gÝ™wšŽ.ÎïZ §Z.eÔ™y¹\¤Æ8Â8¿hC( P@ €@À¾èjgfWŸ‡Nî( P@  “‚µ0OípÌq¾°“.¶bè TöUVÙWY*G^WÇRZ• •—Šz·*}Ô%9õŸóÕt¤%ÉÞßÑÎy§Ó:¤PÈ«¸´,ïY¯ŒCöŠ-Ë*PÃÀIÊåeI’ÃpTþ>íûlõ÷ÍCrêÝ(-5ÿS%°øÈ!=N¹ûÜÛ–ñüÜ-ë–ÞÙvÍú·¦Yßí–eUæï>í«Ï£ååe•JEiÕ–ãt·Ü}n9N;jòR,Y²m[‡CNÓ%óŒ³f}¥RQÅÅMóœqm«“zåÜ:Í^)«°`É^©ÔŸatËyÆ%Ã0h8ú‚ºÒª­ülNFSÝ݆Ìgu þóþ†Ã„Þ­Úò øäp8T*5_(È!ɵ)X¤å•²Îùªé6z´¼\™¿\.kîÍœ–ósršÎÊ´•²æòs*æªC¤Ö×ÇN¹\nYV¡À¬ ëùsötËÝï•$Y…ÝÝ=É¿™×;Û®Þ‰)—Ë*.Z2Œ~Z'LÇfvŸõ¨û´CïV¥âZGzv6«ÒR±¥å].—ŽÊU}Ó\ë/-oŸ¯ÏÕVx³>¿ÑclŸ¶vÕ~yeãîD±dI’œ®ÊÙ«¶ÊK˲ z·*Y VåÎB›‡ß¼[ݘ¾ux‘$9ºm°ÞüÒ°×Ö¹>Ïúßö¦¼Tçql¤³ùßípõ¹e-”{“$u¹\ž¦Cx»öÂ1P½hÝR ÐJPЬcnšNF·r³¹†+_W~Óï­v¬#ìpH+¶ìU[Ž.‡ìÕúAÁ»»ú|ÂÖ@bÇ ¤N]˜¦S¦é”½b«øÏ¢¬¿[² óð5Þ°¼å {àú™KÖO;ŸïØÐ£|>¯òRQZ»#P}8wÓÝ„ÖÂ’;Õk¿[ ­÷ošf»¶6ì©hYÒêÚß’œæÆÃÊë.[ Ù«• ¢^ž»×^¯kÁÚ6OáM^öŠ-Çi‡œÿŸ³Aø|8ë’:º¤Â‚%­V†}äpT®vÂׇÙÌV†Ù¬_w»=²æ5÷z®²œË%©ÅgvHs·Ì3.½[•JKE•f³rt9äùyí[ÖŸ¡(.ZÊÏæªo=*ny¦Âíö¨P˜W¡PÃaUæ)Õ–ËyÆ¥ÂB¡XuÝ5o{©· óï7OȾÊ2¬8æ\?w˜¡GŽ ( P@ €@ ( Pp¬uQ8Îzû<»^öíÂ<N,î(àØ{ÿþ}ÛŽ’ì«ì‰ÌÛa.7 @p€:V%˲4û:§Ù™¬fg²*¼É«\.w¼ƒz:ºþóþ}««N¥ ÀIÀ3 À yÉáPÿY¯‡´*•ËEY–¥þþ~*('Q¹¼¬ÿÆÞÔ%=Nõ÷8%m\Ù^ÿ{ýª¶mÛ²,•ËEI’atËí“}••çç.Yÿ(êmW×·5I*-Z²þaI«’i:åês×äÑZ´TúGQZµeô8åv»kÒó¸Ý²,KZµå8Ý-·Û] zZȧT¹£R*UÒwýÌ%óŒk#o¥âŽio-£ÿ¼_ÙWÙš²í&íê|[Ú …JÚ]’ëc—æ²vœwë´fõÖ,}€cÎ0ºUX(ÈuÆ)ÇicÛïõ:¿’Tx3'WŸGî³îµáK¬‚Ü›:ùËå²úÏyåèrìØy•¤âRYýç|kédY–\.W5ˆ(—ËêﯤSX(ÈZ°äêÛèp/ÿ³TùÝáeY* Õ»!ÍòiYµé[V¡&oÒ®WÆšg—iïTç[Ó¶m[ý•z³ …¶·}£²u"}Ï({äv÷Ëáp¨P˜¯<£0›[»ÊÜx¹þs>†Q Ù].·ÊKË5ó¸úÜu;ÐÛóP™ÏÑåÛí®\Å^"JE¹ûÖ®twIî>·JKźe$—Ë%{e¹å|–JÅ+é]Úv7£QÚÍʸ״)•ŠÕu;ºÛÒngÛ×['Òà qGèÀ^är¹¤µ+ø¶m¯]]ÎË}vçgì[……‚ì•e½Û!¨Ø<Œ¥‘ÍóUž“تdÛ¶r³¹¶Ž›óÓ4Ÿ«vã|6H»i÷˜vC[Ònµ®[^'Ò€@8>‡Ü}nÍÎ6~CQþÍœ\.—Ìžµñþ«Rvfwo5²m»æ™mºBïèrT†öì²£Ú4ŸGÍú;\™û—v—c{½mòÑÖ£ãjgÓà°cè°Gù|^å¥bµ#Y¹£Pat×t:·wm9º>’Ö~+´0†½~:•‡fíU[öª-k¡ ÓtVs~ìR¡P¨.g¯´¶®Vóé2é¯VòÒ){I{§ºZgšÎmõV£œî® !Óz¹ómå½YúvÜQöÚ™u¹T\´6:Ð]™=koZŸçg.å_çônuã Í3.½[µ”ÏÏUßLÔ){I{§ºÚ¼Ý¬…‚ò³9©K2M—´éÙ ·Û­B¡ Ù™¬Ôå¨lç¥å¶ÚE£ô8ìN½]˜¿yB³7…GIoŸGïß¿oÇ8uJoæ©ÀÄ^±•3§µ·µôh—ëçnY?í|Ç›; À´ò¥dïÃËZ(ÈårË^µU° 2{œG*}ö޽S§Ní[ÚGÛGC³¯s’*¢Ûüm‰£> À.1|˜gœÕg8Žbúì§ÿKůD—º¿ÏIEND®B`‚caja-actions-1.27.0/docs/help/de/figures/cact-execute-as-frame.png000066400000000000000000000100311433352025300246150ustar00rootroot00000000000000‰PNG  IHDR‚smHÐ pHYsÄÄ•+tIMEÜ Z¶[tEXtCommentCreated with GIMPW“IDATxÚíÝKkãÈ»Çñ'ƒÈBHІ©C¼(C2ô"³èÀ1ÝÌj^ÂyŸîEC²Ø ƒká05à€ pÁ1¸àæ,ä(Šï¹LO'ù~M[Ö¥T6èÇS%ùàÑPVt¿vÏ? °â¿Zí¿ÿþ{Ÿ5Ö~»ÊïØ¦·øî=Y­MȃÙHEº¥ÿÝýÀë¢M^Àc<'äž—u¨¢Ë« ‘5’ç䘗Ú¼:D"<ΖÂþEq3‰›É³xu~¢ ˆDD""‘€H@$(ð\"ìkËó¦øñ}ùõó<„MïR%ï"Ŷ=”Ÿ*ù•úíw:ðêÄq¼}ªDD"€·‰¾ó`f@$ "Ñžr¹¼|ì _}yù­+¹t¿vûWK›ö¯.6eˆêò0 ——“±ûñ»ûüÓùszÒ9wyuqù­{ù­k}ïýs’ù €Rí;!:ªûÛ,j$Åu=»š|qd›EQ}ÑŠšxï£(*¶ó·~ŸÖù™·ƒži™Åþß.kû¢TzÒQJI.Þgι4Mùð"‘H’è,sEdñ3/"Þû¨‰H–M’dñÝÔÕk¼;ÝlO}o[òÞÚž12H•Bnä¼ÏD$ŠêƤ‹æ½ CRSZë8N6-,Ú0¹É$Q#1ƬmÃdìÜ“\â8Ñ­ûuÖnÛýÚ- Eݯݶ1ιyõ#¥[íænì$uT7Æ(¥VNvzzz^ÆÇ¨‘¤DîŠ=Å¿ÅÎ7{÷k·}¬ÝMV>¨ªºUµy‰^^Ôˆìh.¹HM¦ÓiÒ¨Oÿw5¢?›šFz·Zœ 3¯Ž"ï}ÈçElÚ˜‡n3;réÉ™:Rkj*ƒžnµÍ‰‘\œ³ÖYÓ2"bíдtÔHBι"ý¬]8;ï}švTMÙ‘u#§[kñ”Ýúô㙈ØuÎi­÷Üvú×$M;J©ÉØÙA/ŠêEh2vÖÚÕòOÕíÈêf¢ŽtËù§ó¥(³éÜEdê}ú±£jŠ@Õwš^7ê“,+ê1‰ÖÅ$ŸeñÃÑ®¢P$"ÙØé¦Þ¾ÏÞÀšV{m‘ôãÙ¢tT­¿Þæò ”ª~Vf“Ì´ŒRJjbZfr›­=1FÕ”ª)cÌd’í¿­¾+ÅM=ÏŘ´|fÓuJ•RÖ/¿u///œs’ËcÏ]·L‘‡Ö"!Þ­ïôôê$ÑÖöâf"ù<:Š$Ÿ‹Hv“™“΃ä'Î9›ùÙÜœÛ>½?•2-³t+ßÎs›|¿ç%±v#[ÿ9‘z=rº$^347õù§óxרY!jD&íXÛ+G¬ªYEÕ¥&!km¹ÔZîWmY˜|Ðåò0{°“*7²!!ndËyÙ{nû(ý~ßßfÅ`YÁ9Eõâ­Ãš„?í»þÜ—¬lÅmù€÷ëûýìkœ$ÃëÅU<Šêó\âän›Ž¢4=ëzò¡¤Œé8;œ¡RúƒÎîfó$?G¶ß»›6ÔÞ²0n&"b½¢¤u{mêQÔ¿ºXÜq¦õ£¶}­u6v‹ˆSSq£nÌbÔLÿ¢ûWó|QKÛtîË;|¸ïÙÁ£áêRîEÂÚo…ˆ|ùíwºðêÄq,"îzýà‰>6µ×xV›Æwˆqài^e$"ú€—ÅϾ‰^éÀþ-_~ý\LOà¡J„Ç䡚~¼IT‰°¯y›î]ൣJ@$ ‰ˆDD""ÀÂÁ£ášÅ5¥á¡|à½X~T£nµéð¸Jaè'òxŸªÉ‡¹DD""€¬N¯®rkoFxµ6Íœ¦J@$ ‰ˆDD""‘àNíÝ{÷kWDÎ?ÓÑ/Ëßz;ÎC(»·ìê¥>ç#àûE¢É8^[i›¸™­RQªæ¡²Ç(ðïD"ïý4„¤‘ˆ„ìvê½¢huµ0óväÂl*"QTOšzíjKâ¦^/¶Z„¤I–]AÕT¢u/XQïiãÆNBPJÓVG‘¬”‚–Ƙ–VX*S=ÈgÛ}lÜ›‡°6””…´C%Q#1-³z襗›zlµÙ;Ë&“lS·,5û Ý ‘HD$;Iš‰ˆd·Ólì¢hME§?ÎCèœt¢Fä½ß´ÚJ’p"¢Žêå¥}hm'ijÜØ ­‘ò²-"Ó©?MϼÏzkí0ýx¶eç«a¢ú?ó¶ß«¦Š‡žùÓg›ztž/ƹŠý(}—Š6ÙÔck›½Ý–n©6ûe»€Wä¹wœ…²ÛiýHEQEQýHe·ÓšUóû±ž(ŠÌɶ<ÔýÚ-þ†×î°&eM¥ˆ_Zk©‰nêrII·´Ô$j$"2…'Ÿ—÷Þö{ó\ÌIçQ‡ÞDk]œ{‘0&·ÓÝxLm·¥[ªÍþnÝ À¦¶=—¬ÖN–KDY&"IS/“¦žZ›e™ÖzåªlÜÈ^\]ˆH=RZ·· œUæeÃkkG¶˜KT„­‹Ë‹J‘ãÁ…YÕ^`º±÷Þzó\:'¦läs]ÍóÅ’yØ'ÕcÛmi[õ­—êÞÕÁG~ÿ³îšuþŸÏÛ"Ñ>ã2“'"Ck‹A–ráj$Šã$Ž“0 Ù_™ûÓ;<=Ý=ì7“áµ½ŸKTS’‡³ÿ>{rô yØ3µ)Ê!Ï?ôb,í,MÚÞ¶§õØÎÜšŸÛ½ûsø×,ý‹~ÖÀÙd’Ís©GõóOçå_=ªÏs™L²¥•í fA©äçDdßYL“q&•¹Dúƒ7r’—ñ¥¿s'õ#%"þ6“\ÜèÁHÐaí¾:r×ÎÞ<—ö±©Î¡yò¡7²{¶mÿÛ²“GysàuzÖôê,s"¢›ñƒËj3žúi–¹¥H‘4µ-ê=õâQC›•u”C%I#Ñ­EÍ)n&êPÜØ]^våî>¬í4¦míÐZ«”Kš:«ÄµÅàÔåE™‹±­áµ-n+—?íÐeÜhØ»ê*¥µÉöiÛþ=¶e'òœsàU;øc4¬äƒvõ=Wy à X›vô±á7ÎøÙW"‘€H@$ ‰ˆDD"€{5º{*x€×è˯Ÿç•z_B•¼‹<Øö[æT‰ðȯÔo¿Ó €W'Žãí+P% |·HÄÌÜ=ù™¿¼ºØÞ]t&/޹D?7rF·£FDWðº#Ñdì†×®}¬ã¦~ÂæÕÈ¡’(JtK«šzÁv¿vÏ?ÿ˜ŸG˜M£FºÚԹ͉Öp7Yûظ÷´H$"åµ?ä!gv`Ó4}'ŸÇ<_ßä!^S$òÞ«šÄÍ$»uÞû(ŠVWp£aAjJkÇÉ–½©šÒM}ys_7rc7¹É$Q#1Æ »_»mcœs’uT7Æ(¥d¥²R¼,ªPÅ¿efm Ùx¬cín²yK1%„àFÎûLD¢¨nLZôîÚf¬íŠ¥¶mÚPD&“líù.µíQÝ%Ô¢D¢—’]ÒÔ"’$:»(Z®îX;4-5’‚sn{$’\ÜØ©£ú"Œ÷>M;ª¦ìȺ‘Ó­E!jú×$M;J)眵۪J«Q£š3¦MvËûôcgu,ÏzºÕ6'FrqÎZgMËl9¹Õ®XmÛ&›Î·Ú¶é.Þ‰—¼ã,„àý´H9qœx? ë›æò ”*ëKº_»‹¿oÝÉ+WË&™i¥”ÔÄ´Ìä6+71&-JZë0›>¡ñÞûlìÌIºóXºeÖÎmJ?ž-ªb5ÑÚøÛÝÍØÙ›l:ßjÛžÐ]”ˆïÖKV‰²,›çÆ¡²qVV&¹á¤ãœuZQÊ´Ú«#k.̹¸ñ}#„pqy±ó<–¦ãìæìh˜žtªK6«fZÞÉ,Ø‘ ³éž ا+öùܪ‡«¶íŸë.ˆDÛLnÜÙéYyU!ô¯.–"‘:RE%Æ{omïôô|{ë´Ö—ßKÕTú±³)‘¬:¬žÜ– .¶ßKOÚÕ=?öX"Òô´Öq#•šH.Ý»fojÆÎ®Ø·ý<áx·^làl2É¢¨þ U(EõÉ$«®f­­Œ¦íºZçâÜý\¢äƒ.7³`­Ý‘ Žêι"œYÛ¯Fêˆ^ÐO´VGŠ4=VUíPjÅáìÎfììŠMîé §ÀC ïÖ‹U‰²ÌiÝ^¾*7µsÃêêäçÈö{whÚÛ/̇µâÖ­Å<›¸™ˆˆôBJ©ÕÃ-1ÆXk/¿u‹[º²»É=úÝ¿º˜ç‹º©ŸNýtx—Š…=–ˆÓqv8„C¥ôÝÍÝÙÔŒ]±iÃ==áx·þ ˺õàªé*oETýòÛïtàÕ‰ãXDܵ]›vô±y³?è±i ˆ›ªÀª7‰ˆ>`?ÑD"€·;p†—_?ÓÓxc¨á1y胦oU"ìk‚»¶ôàM¢J@$ ‰ˆDD""À¶çécC€7¬L;Û"Ïåo-mH; œ‰ˆDD"‘wœµÚtx¨‰ˆDˑȆôx'ªÉ§¶å=€w‚3"‘€H@$ ‰ˆDD""À½ÿTvÿ¨)Û™IEND®B`‚caja-actions-1.27.0/docs/help/de/figures/cact-execution-environment-frame.png000066400000000000000000000270721433352025300271340ustar00rootroot00000000000000‰PNG  IHDR ² ~ƒ§ pHYsÄÄ•+tIMEÜ 9!½S»ŠtEXtCommentCreated with GIMPW IDATxÚíÝ_hYž/ðï,¾P/”Á %H eÆ02Ý070*®\!±IC$²° ô(KkØXcè¤ðƒ·â¯œ ÝQB+ ä<Ë0ÁÊCå! ]H°º±R ` .Xƒ VÐ÷¡lÙ’-©ôÇñ¿ïŽþ”~uªNÕùÕ9§êÖ×~ÑŽ¿c“"""""b’@DDDDDLˆˆˆˆˆˆI1I """""& DDDDDÄ$ˆˆˆˆˆ˜$“"""""b’Ъôë4äaýƒè,¿¾ÿÿÕïÕzŽËœˆˆˆèœ' ñïåFaüûÄ‘®Nk(þ­ˆ?§Vða}[’ˆˆˆˆè¤& Ïý»ÓŠÅ"À9à¬xýÃúZ9iØÿ7C’Íf ÿ¤cäŠåŠý'Ùl¦â3v†år9øÿ)€A·ƒ_xø*ˆì›LÅçûn3Ë’ËI\¾¢ ß5ˆÑk~är¹ßYø>yHijù»ÿ¯·|H.&qùÊ(ú]ƒ¸|uÉådKå`7ž…Ť5TÄw#PwA‰ï­ÆbðV°üZðVê´ŠÄ÷ ˜œš´”:¥B›Õ0êó\Ÿ» NMÂë•;¶âRŸ£F ìûÄ#Y~áoVÒ伸7ŸÂáti9H;ë"t cDë1ê³ç—•Ë•¯’tU,뢣âwŽ£|k©UˆˆˆˆÎm’`'!8 $—¬†í´ uºòªmbq “w'ýµâÆÁFâØ?ù0vÇ|>ô›4æÿo ¡»¬VÍohä°ewR«Ëw\p@ÿ«ý£§ÓjÈôöË¡“ëk7FI’Pü[™ìŸë&*—õ±Pþã*ßZšÞÿ‰ˆˆˆÎ˜Ž 7J¾HÂ0 xã-ÏØýçý†a ùÂ{îüÌj´¥^¦`n™ˆÎÅ,ïöx¹|.— ò5¦×ư;ËnG§–¿;$çÁÌÃØ0PÜ0 ÎjM—ÃQ®¯Ýwçžh³ó0 ¦i"ý&ƒÀWÁŸ}ðïŒ Ɔÿ>oýÎï‚ÇV¾DDDDt„IÂîóÿè?ðÞîk»Ÿ‰ÎipýÊ…È”ŠÑ~È—<¾3vc ÑY ƒn·ðþo7=lÜ`´³ìvtjù¾ë>h³ôuò°‚àWŒŽŒ6]G¹¾vc Þ àÑÃ(tÝúœÇ+cáiáßLF®Ž"ðUò°]סÍhðÝð[ùÑá~ña}íçý/$nq ôu—GFáü̉?¿ZaŒŒˆˆˆèØü‹àxÜ[Ï%(º®—çq„ƃŒñœÇNDDDtܺXÇÃw݇ȴŠüû<A€ûW.|÷ø”+ c<ç±77"""""¢ nDDDDDDLˆˆˆˆˆˆI1I """""& DDDDDÄ$ˆˆˆˆˆ˜$ÑâÃÔˆˆˆˆN™^ÑÁB –­¾MÃ9àªûö$£!÷—Õ†ŸcOÑ)µiXÔ; Àž"""""b’@DDDDDLˆˆˆˆˆˆIµ†—‰ˆ¨c’‹ Q‡ø®ØR#& DDDD´— ôö9:r÷"Ó4í}®ˆ= Ÿ˜$ÑјüZc!µÁØ0:²Ó4ÑÛç€(ж~sÓØ„ÐÅ"qNÑÙU„.ÁúWçcB—¡G@o_/Ì’Õ«@çóD"""¢3Î,™0 (Û¥m dµ»»º´ ÐÒ![Šç{èDëd!°U.—Ãå+Ší2l¥¬¹}ˆèˆSÀ¶¹µõ5äóyèuèë:ÖòkØ46÷>ºÓóà¼à„±e%<ÇÏc7“bã˜e¸ëÐæ¢˜œRña}ÛˆN§’57!ŸÏ£··ÊÙ+CöÊp8¡Ô±¹µ t›[›ÐÒ¡ÿ¤PìÐÜ:}؉DklœÄFT31õ žú†`§Ë¤Þ¶z¬+Mʌ࠭Iqí”õqm›üû ¢(Â%¸¬9 Ì-û½ çíq–q¸u\ÿÀ âOã‡äòU…l6ƒÑk~ô»!)XXLV|gþa ò‚A·ñ§ñŠ÷ž' )èw ÂÃ}]¯x?öxﻑ)µâ¸ÿªFÿÀ`Íeí~®`Ðö° yX©ˆ%¹¼·NúºyßÕçF1Ö[ÇFïPÔi ·¯Œø“øíc·üê.— ÷§Un›ß[]Gx< ÛƒA··ÇÃÖ„¹emw[V«÷{µ¾»ÿµZûça±6ZV£}ö°ú±'qx.Éð¸=Pg´ŠqÀvÖï°evb}í”?ð‹æÞÅÓ4Ëw/ڣ&0w Ýèîé†Cr ·¯Ý->6¡Þ9¢Ñq´Ö1­Õ¶B½6ˆcúQ¶Qš:¿3I ³ û.‡ärª|E!t7‚ÐD~XCr1ÕÜjEZ}›Ar!Ì› ŠÅÊǤßd‘\L`-· eHAäžZ~/þ4ŽLvµü]”LÌ?ŒÕŒ«Ö²vãü°¾fûʰ2¤ û.( P§µråϾË@ÙIìÄXoí¼_q0{ƒ®ëH½ZAjy é7隟m¶üj ŒùÎfÊÿO„¸9†L6ƒÕ7H’m.Z·¬Û‰¥ÞïÙQkÿle¿°³½ªëdÞdz¹„Ô«èë:æÇšZ¿Ã–ù©Ö—ˆN6¡«*90Íÿ[ÿŒ-›››º„¶;0q¹úÑJ;¢¶B½6H#GÝFiæüÎ$N…Ý+ûÿí§M߇Ô'î;@ ( (n IDg÷´”X\‚6£Aºè€Ø#à~U‰Îh$A@ðNù÷ù}|ÚŒZþ®zOÅÊË•šq×[V³”a™l°ô§A@òEÊjðesP†dÛ16Š«™¸—–— M«ú$´éÚµj¶üj‘úW¶W^¬Àë•!Ö8Võn™:ÉJ»±´ò{•'ÐÚûg+m¯êúa½¶³ÍúЦU,-/5µ~‡-³“ëˤèt2`gnþ׬æVÓlÇØ(®fâ®.ÏzeÛlùÕüÍBŤ´üyhsr?æ­1ý6´K+¿gwÿlE£íuظÜêmV,›Z¿fÆúvz}‰è„+N§¹\Ûÿ³ ‡Ãiõ.”¬ùù|¢(–''wwu]Ö³:¡úa+±¨:¦µÓVhç˜wÔm”N¶K˜$Щär¹ðÝãG€ôë4"S¬ît=:/H(è8œM/×!9xöݱL†Î ¤^Z½ʰ‚ùobH¿JÃù™£<áëSÇ(I•åYÐ G^~‰…dÅ78Bd"ŒØˆ="Œ-·|dÛ²áïítµïn£ê–~õöÏÃŽšõ–Õªêm&IR[åÙj}$¢³˜$˜èzár¹ ¯ëÈÿv‡•L¬¼JÃ!‰èý‡^H}’õ°µÝ­u Q¨>G´rm§­P÷˜× –ÓÚFé7¢O"|7bMÆ9dl£ïzê´ŠâÇŒ-šè»9†É?¨ÐukÙùuá‰HK1Š¢h-§J½ ›ò°mFƒïºog]|PgTÈCÊ‘Äh‡ÿšꬆâ†ÕµªÎhGR~»÷Ü~0£!±˜@äîdÅ{bQQüX€:¥6,ëvc©÷{îÏ݈?‰Ã4M?Œù¬·Vk´¬VUl³Y þë~Ûë×ÉúØJ= ¢“Í€§,;N8œp^tÀyÑ—ËÿµäßëXI­ X,ZW³Kû¾ÛÊoÖ9G´rm§­Pï˜×(–“ÒF©u,>Ê›L0I –wÒzsª +¸=Fÿƒ˜CìáÞ¤ËÐ <—<ðù!ÉMeÜÁ[(Wܾc-;<†ïÚHKëú}£>źär9¸í®ùeHFqÀÿK«;Ñÿå(ŠE£òªzc´cr"çE”+£¹ê¯Û¥ÚJl»ÛÛsIFd*ÝH¿LUl·èlææÑÿÅ |c¸ãmXÖí”S£ß‹ÎjH¿IcÐío,eØk{ÿ<ø[õ—Õ*Ù+[ÛëÊ(œ˜Ù^¿fÕ­‡l":ÅJVƒ{·ñ¾Û3Ð…ò"—Ëßu?rïrÈd3å!/Û;‰E3½ öÎÍGÛi+Ô;æ5Šå¤´QŽÃ/>¬¯ý¼ÿ…äb¾V*"›„ÇCðz9^›ÈŽäbÂJV¿ÖXDmØö²i>d´WtÔ}¿¼œ É‚ Z B­Ó. ý:ƒÔË”a#à „¦iX½™|Ú™;N7jïsNQ‰g  ×èŠ7ïÊCDç¹ÛPª=Y(²×c£ˆôë IJW.?Gá8é<Ž& DtªñäADdÃn‚P£Ñ¿›:Œ\Áöö6R/Sèî醫… »<¦Ÿ œ“@DDDt¦+ºüà÷ùá¸àÄÊ‹èzaïNHt®°'ˆˆˆèL' V¢`oú± AÿèG:›±žP20Q`’@DDÔßõ@ÇžADíºèÿU€ÐBo€÷×n+A`O“""¢v„Þ> ‚è¤$ =½½0KÛ-&½{˜$0I ""jó¬Òè–ŒDôi‰}"Þ”šÃ‰ËDDDDDÄ$ˆˆˆˆˆ˜$“"""""b’@DDDDDmã݈ˆˆˆN¡Õ·iäþ²Ê‚ #Áž""""&DØ“@DDDtÊ8\p¸XtdØ“@DDDDDLˆˆˆˆˆ¨67""¢ŽI.&XDâ»`KŽ {ˆˆˆˆN`‚ÐÛç`Aбa~JDD7ùµÆB jƒ±a°èX±'ˆˆˆˆˆ˜$“„S«`…ÀrlK.—Ãå+ ÷%"""b’@l“E›‹brJŇõ5Æ ­WŸ¢žòX@DDÍàÄåžlOb#¬™˜úÙl¢¬¼ÿÇ‹ÄÆO|9æßç12¬ÔŒ±•x÷סG€ó‚ÊŒà DQlªþˆ}"d¯ uj’t:îäa·¼ì–m»û‹ßétÌDDÄ$NIB@ŸVoo/¾O`ìVàDÇin™júþý·Õ}y÷{¦iB×u$— \Ajy©acÿo7 ÄŸÄú×–žóûDDD'‡þAÄŸÆ!É嫦Ùl£×üèw BR°°˜¬øÎüÃä!ƒnâO+¯N/5ª ˰¨ÓjyŠ=‰(£F±ÔªS‡ÅS½¾ÍìŸvën;1×Ú&DDÄ$š”}—Cr9U¾bºAh"„?¬!¹˜Àjnµ¢A°ú6ƒäB™7‹…Še¥ßd‘\L`-· eHAäžZ~/þ4ŽLvµü]”LÌ?ŒÕŒ«Ö²vãü°¾fûʲ2¤ û.( P§µrc&û.e'I°c½u´ó~EÂõ8]בzµ‚ÔòÒoÒïÛ‰§zûÚ8î ÍjߥÃ?ž#ps ™l«o2$ Ú\´rÝ^§‘üÞZ7ß5¿ "õ2ÄÓõiy›·²]í®ÿac>¤³™¦¾clˆ=ŽÁõ¹ËöwêÕ';ëÓ¨ 翉¡ø±€Ô«4R/RÈÔY§Z±Ô+ûzåÛìþÙÊ6n%f""b’@6ì^iÛÿo?mú>¤¾½±ÙB—€B¡€âF’ä@tvïAC‰Å%h3¤‹ˆ=îW5€£3$ÉA¼DþýÞ×…çIh3jù»ê=+/WjÆ]oYÍR†ed²9ÀÒŸRÉ)@&›ƒ2$ÛŽ±Q\ÍĽ´¼mZ…Ôç€$9 MW>ÔÉN<ÕÛ¯ï%7d¯Œùo¿z¾òb^¯ A ôPïF©JZ¢³ó.î¬Ûï0MÑY­âµýWÙ›Ýæ­°»þÕ¤>GEO‰úãñʈ?O :cÿá[õê“õiT†K/–pZ…Ô'Bê¡ÕIJ›¥QùvrÿìdÌLˆˆÎÎIhQ£fõ˜ìø“æ¿!öm ½¢€ûÓZ¹],ápÖÃ-îO6¡bèA¡XÀåߎڎ»Þ²š%{e¨; ðärÑ9 ±ÇqŒÝða5·Šèœf;ÆFq5wuyV—­xš™@{ÿî$Foø¡ )p_rW¼—ÿ!mNCîǼ57Àƺwz›·¢Õ ÄÅBÅÄåýÉs­y†a þ4uFE♽9 õê“õiT†Åb΋ΚûP;±4*ßN™ˆˆ˜$Ðp¹\øîñ#Öð’ÈT«;Cœ$ôœΦ—ëH<ûîXî #œH½´z”aóßÄ~•†ó3G¹Áû©c”¤Êò,è…£-³.àÑ\·ÇÃXy±TñVp"„ÈD±?*{D[<îöcmÇßeM6ÞÝ>Ɔѱ²O,$+›v®>‹¢ˆÐxžK²íëÕ§N”¡$IÐ?êp:߇:ËqÔéNÇLDDg‡}"á»k²í!c×}×P§U?`l™x0kØÅØÍ1LþAµ&¶–€üºŽðD¤¥EQ3‹ DîN6õ}Ã0{‡ëWNÛ1Ö«O(CÿµQ<˜ÑPÜ0PÜ0 Ö©“õb©U§:½}›ýVbæÄe"¢ó…= -:ì„YïªéȰ‚ÛãaèÓáú¥ ±‡{“WCw‚0M¾1?Œ-“ÿ²Gpçö›·ïXËv~æÄý&iå8~ĨÏsË,¯K.—ƒû×îšßQ†dÌÿÇ<ü_ZÃ#ü_ŽâÁ¿=¨¸šÜÉ혜AQ¡\…Ð% ôÏAdÿ_öÈã Þ ðU°âµèlfàöDRŸ„à?‘z•nûwÚ‰?:«!r/‚ù?Æ õI‘~n¹‚çgÈC Ò/S Ÿ“P]ÄžK2bÙŽ±^}êD†&BÐf4(W]‚_*ö!Ûuû:uÛ·ÙßétÌDDtöüâÃúÚÏû_H.&à»`É p3€ðx^/Ç+Óù•Ïç!ó:ÍÂh ¹hÍ+™üZcaµaw˜å¦Q`aб`OÕew")ÑIÔlß~f5„î„a–¶¡ÍF1zEa“"¢Ó®á2Ò'F®À4‘+ &ïFX DDÄ$ˆè< Þ ”ç7¼»U`Ou”ïz £Ïß "¢O= DDÔÑ¡·ÏÁ‚ ":娓@DD=«ð–DD§{ˆˆˆˆˆˆIÕÆáFDDÔ1»O\&¢öù®ØR£cÞ"""¢˜ ð&tœ˜ŸQÇM~­±ˆÚÀÛÓqcO1I """""& t úYg´s¹._QlÇÖèsǽŽçi_e½$""& ÄÆ  m.ŠÉ)Ö×X¬KDDtqâ2 p"{ÍÄÔ?0Èk‹û€Ø'BöÊP§&!IöŸÇȰÂÂ<%X—ˆˆˆIu´Á@g(nˆ?‰#ô¯,=·w{sËäуˆˆè ãp#ªÐ?0ˆøÓ8ä!¹|Å9›Í`ôšý®AÈC “ß™ƒ<¤`ÐíAüi¼â½…ç ÈC ú]ƒðßðC_×+Þ=ÞûndJ…iš±ìÿ»Ö²v?×?0h{X…<¬TÄ’\Þ['}]‡¼ï*y£ë­c£÷(ê´ÛWFüIüÀGÅS½ý‘úDLN„ÿ1oëwj•w½¸ìì µ<˜›?ôïf¶£®ë‡áq{0èöàöx†aØŽ¯^¹Ö‹o¿F1¶½ö¿V·–uZ-ï7±'ñõ§bÛ>‰ÃsI†Çí:£%4¬K²DDÄ$ιì»’Ë©òÕæÐÝB!|øa ÉÅVs« ÃÕ·$ȼɠX,T,+ý&‹äbk¹U(C "÷Ôò{ñ§qd²«åï¢dbþa¬f\µ–µç‡õ5Û½$Ê‚ì»  X,@ÖÊÚì» ”ƥ뭣÷+®Ç1躎ԫ¤–—~“®xßN<ÕÛ¯cÃ@ìq ®Ï]¶~ç°òîD9Õ²úv‘)õÀßÍlÇðD›cÈd3X}“$IÐæ¢MÅwX¹F¦T¬¾]=ð÷aìÄPO½z8ÿM Ť^¥‘z‘B&›©»¬Ì› R/—zµ}]ÇüãXËu‰ˆˆ˜$б{•pÿ¿ý´éûúÄòÿ….…BÅ$ÉèìÞC’‹KÐf4H{ܯjXEg4H’‚ x'ˆüû½«Õ Ï“ÐfÔòwÕ{*V^®ÔŒ»Þ²š¥ ËÈds€¥?¥ ’/RV*›ƒ2$ÛŽ±Q\ÍĽ´¼mZ…Ôç€$9 MW>ÊN<ÕÛ¯Ñ>àñʈ?O :£µ¼m:QNµ$žÅaüW·ï„­¿ ·ï„›ÚŽ+/VàõÊBõn™ª¬Q|ÕåzûN†a ñ,¾ów‰gñšëa'†zêÕÃ¥K¸?­Bê!õ‰Ð$`å}¬ÏmZÅÒòRÃßgÒ@Dt¾pTñ9Ôèd_=y5þ$†ùocˆ}C¯(àþ´Vn|‹E8œµ'»Šû“ A¨‚R(pù·£¶ã®·¬fÉ^êN<¹œDtNCìqc7|XÍ­":§ÙޱQ\ÍÄ]]žÕek';“÷ï†a þ4uFEâY¢¥mÓ‰rªëµ·ó?ä¡ÍiÈý˜·æS´ŸÝIݵ؉¡žFõÐyÑYs¿©V½‹E‰ˆ¨{¨!—Ë…ï?ÂêÛ îßS™Š”ßs^PÐ --×!9yóçòІO9ÄA8/8zi]}V†˜%éWi8?³®&GŒ’TYžÕe{ñˆ¢ˆÐx¹¿ä[þ£,§ÀÍ DÑïž<Úù[ÄwO5µƒ!ø}~dÞ¤ña} «¹LÛq}÷$Q¸Üù»›ÁšŸoC*cð]%I‚þQ¯¹ßHêªö1I’x #""& Ôœð݈5‰³tð=ßõÔiÅ[&Ìj¶—;vs “P¡ëÖ²óë:‘–ºº~p"l½É–ò°mFƒïºog]|PgTÈCÊ‘Äh‡ÿšꬆâ†5¬DÑŽ¬ÌÊQÃ@ìq®_9[þ£,'Ï%O¹G`ÿßÍlGÓ4!öˆÅ¨SjGb‹ÎEá¹ä9ð÷aÅàþÜø“8LÓDñcáÀœˆzõÐmf47 7 ¨ êaÅ>6«ÁÝßV]"""& t4š“PmdXÁíñ0ú¿ÄüÃb÷&[†îá¹äoÌyHnjHFðVÊ·ïXËO„á»6ÒÒ:…~ĨÏ_±.¹\î_»k~G’QÜ0àÿÒ&ãÿrÅ¢QÂÑé혜ÁyÑåÊ(F®ú+béd<ÆÏo2 ¨IDATû·½2¬ ÿ>ØÃG-ÿÎQ–Óý©ÉCÿnf;Fg£x07þ/á ÀýoǶY£øìÆÕ~“Æ ÛßXʰ×~=œAºè€rEÁÈÕÈ—¬¯ý¼ÿ…äb¾– z›„ÇCðze+ù|Áñ2¯ÓŸü·“‹Ö¼–ɯ5n¢6ì9Ü4 , :œ¸LgÖî$\:»ì\í>/wåy0«!t' ³´ m6ŠÑ+|"61I ¢sˆ·åÜ#]pbäúL¹¢`òn„…BDDLˆˆÎ³à­‚·8T”ˆˆ:ƒ—‰ˆˆˆˆ¨{ˆˆ¨£|מó@DD§ {ˆˆ¨£ BoŸƒADtʱ'ˆˆ:zVá-‰ˆN?ö$“"""""ªÃˆˆˆˆN™^‘s¨u«oÓp¸ê~†= DDDDDç(AÈýeµáçØ“@DDDtJñFÔ,; Àž"""""b’@DDDDDLˆˆˆˆˆˆIµ†—‰ˆ¨c’‹ Q‡ø®ØR#& DDDD´— ôö9:r÷"Ó4í}®ˆ= Ÿ˜$ÑјüZc!µÁØ0:²Ó4ÑÛç€(ж~sÓØ„ÐÅ"qNÑÙU„.ÁúWçcB—¡G@o_/Ì’Õ«@çóD"""¢3Î,™0 (Û¥m dµ»»º´ ÐÒ![Šç{αþAË‘ûI‹r¹._Ql—Ïi+Gnw¢3•"¶Ím¬­¯!ŸÏCÿ¨C_×±–_æ±¹÷Ñžç'Œ-+©àñê|'™$+Ç)*“³Xæ§u´¹(&§T|X_cÑÉV²æ&äóyôööBR {eÈ^Î'ô:6·6.`skúO:ôŸtŠšA§;‘NÉÉü$6Dš‰©`ðT4¦>e™4ÚöbŸÙ+Cš„$9ZZþþrÿÛ •ß8­ûEþ}#ÃÊ‘–w§¶Ùy¨{DT›  ð>‡Ã ÷箊×’Ý]ÝXûa ½î^ôöô¢P,@ÿ¨[óæ–5_¡™ó˜ÐcõF(C2‚w‚¶&N“â llûâ†ø“8BÿÁÒóDÛËã~Õá“î–yàÊò&¢“hÛÜÆæoÃóKס·CEèôŸtH}DQ„KpYs˜[ö{v}¦iB×u$— \Ajy©|Á‹N7:eú‡<$—3öl6ƒÑk~ô»!)XXLV|gþa ò‚A·ñ§ñŠ÷ž' )èw ÂÃ}]¯x?öxﻑ)µâà²ÿŠAÿÀ`Íeí~®`Ðö°yX©ˆ%¹¼·NúºyßÜF1Ö[ÇFïPÔi ·¯Œø“xÍ«(bkDê19BþÇ|Óeº®#<†ÇíÁ ÛƒÛãakÒZ}©ÑúÕ[f½ílw?ªfg«#»êÖ N«åu=‰ÛŽû°umK£úV½=ìÔ»õ¤z¿iv»7ÚNDtÂ/j˜{5LÓ,ß½hÿ]ŒºÿÞšÀÜ-t£»§ÉÞ¾^t·øØAàr¹pZEàFѹyÛÇîCSm´gê 컲ÕT„I5’}—Cr9UÎÖCw#M„ðá‡5$XÍ­V윫o3H.$y“A±XùP–ô›,’‹ ¬åV¡ )ˆÜSËïşƑɮ–¿‹’‰ù‡±šqÕZÖnœÖ×l_]U†dßeÅbê´V®XÙw(;;1Ö[G;ïW(Ç ë:R¯VZ^BúMºæg›-¿jƆØã\ûº†í–9„'ÂÜC&›Áê› $I‚6­»/5Z¿zˬµÛ);ëPO½º1ÿM Ť^¥‘z‘B&›±½ýZÙ§íìkû·‡ß°[OCšÙ¯‰èôºª’ÓÜù¿õÏØ2±¹¹ ¡K8pal»—c>¤«Ž±Í¶uÚiÏÔ;4rÔí¨fÚ L¨|åpÿ¿ý´éûúÄ}•_@¡P@q£Ir :»÷£Äâ´ ÒEÄ÷«v¾èŒIr@ߗ'¡Í¨åïª÷T¬¼\©w½e5K–‘ÉæKJA$_¤™lÊl;ÆFq5÷Òò´iRŸ’ä€6]ûQÍ–_õ¶÷xeÄŸ'ÑZ*ó•+ðze‚5–T½A¦ªñW½/5Z?;ËìD9´ó{•'ÆÚucéÅîO«úDH}"´ªºÑNÜ­Ö‘êíÑ©zR­Ùí¾?1"¢ÓÅ€¹ú_ó@ÉÄvÉĶib{Ëú·ilÂ0 ‚€Í­Mlomï]ñ.íÞ©uRŸ£¢ØŽêãT;í™zç‚FŽºÕɶS§qN Ôèd\=¦/þ$†ùocˆ}C¯(àþ´Vn‹E8œµÇŠû“ A¨è+ ¸üÛQÛq×[V³d¯ u§¡’\N":§!ö8ޱ>¬æVÓlÇØ(®fâ®.ÏzeÛlùUo{Ã0‡:£"ñ,ÑôºåÈC›Óû1oŸ·±/5Z?;ËìD9´ó{ÍÔ çEgÍum'îV÷ÅfÇëÚ­'ínw":åJ€ÓéD.—ÃöÿlÃápZ½ %k¾A>Ÿ‡(ŠåÉÉÝ]Ý@—õl…N(nšž¸Üè8ÕÌñµÞ¹ aìGÜŽêdÛ‰Iàr¹ðÝãG€ôë4"S¬îtë9/H(è8œM/×!9xöݱL4Î ¤^ZWG•aóßÄ~•†ó3Gy2Õ§ŽQ’*˳ ެüDQDh<Ï%¹¥ï'BˆL„û£±G„±eÀã–ÛZ¿V–ÙN94ü½.ôÝýÁ¨ºU_½º!Iô:œÎÃ×µé¸Ärœõ¤“û5Æ$ÁD·Ð —Ë}]Gþ‡°;´¨dbåUIDï?ôBꓬ‡­í>h­‰Bb!YÙ(oáxÙN{¦Þ¹ Q,§µÕ nt„ïF¬‰.‡Œô]@VQüX€±eâA]lc7Ç0ùºn-;¿®#<i¹Á«ë'ãÔ› )+Ðf4ø®ûvÖÅuF…<¤IŒvø¯ù¡Îj(nXÝ–j¡@íÆfbãpýÊÙR¬¦iBì! "Š P§Ô¶×¯Ñ2ÛÎí”C£ßsîFüI¦i¢ø±p`,g½ºá¿6Š3ŠŠÔªºÑlÜbéd½i¶žtb¿æÄe¢ÓË€§,;N8œp^tÀyÑ—ËÿµäßëXI­ X,ZW³Kû¾Ûâ9(ŸÏãÁŒ†Äb‘»“m/ÛiÏÔ;4Šå¤´£j‹ýŸIÂÓhNBµ‘a·ÇÃèÿbócˆ=ܛغ„ç’¾1?ä!¹©l6x+劂Ûw¬e‡'Âð]iiB¿bÔç¯X—\.÷¯Ý5¿£ É(nðiuÕù¿E±hT\èdŒvLN„à¼è€re#Wýu»+[‰mÿ6W†äßç{ø¨¥X£³Q<˜›Gÿƒðàþ·íõk´Ìös;Û¨ÑïEg5¤ß¤1èöÀ7€2ìµ_7&B.: \Q0ruò%OEßj³q7Š¥Sõ¦•zÒÉýšˆN™’ÕàßÞm¼ïö t¡<¤ÈårÁwÝÜ»2ÙLyÈËöNbÑLoBy^Ý%‘© t#ý2UÑþhåxÙN{¦Þ¹ Q,'¥u~ña}íçý/$ðݰRÑ‘ Ü <‚×Ë ¿|>àx™×¼³O;’‹Öü™É¯5Qv‡½l‡ÿëuß//ggB² ˆV‚PënE]@úu©—)(Ã2F†="LÓ°zuù0´3wœnÔÞçœ:6µ&ãžGvºyw™Î{0«!t' ³´ m6ŠÑ+ …ˆÎs·7 T{2²Pd¯ÆFé׈="d¯\~ŽÂ§:ßñ\wr0I :xP<Ò'F®À4‘+ &ïFX(Dt6í&5ý»©ÃÈÕloo#õ2…îžn¸œ ƒç;& DD'^ðVÁ[^IDg=A0­g%t @W£ùü>?âß'°òbÂuKwö!& DDDDt¢“+Q°7ýØ„ ô#ÍXÏN(™–#“""¢Öù®>És"ˆ¨1¡K€þ_«¡IÞ_»Ë½Ä$ˆˆ¨­¡·Ol&:1IBGo/ÌÒv‹IF/Ä& LˆˆˆÚ<«4º%#}ZbŸ€·0¥æðajDDDDDÄ$ˆˆˆˆˆ˜$“"""""b’@DDDDDmã݈ˆˆˆN¡Õ·iäþ²Ê‚ #Áž""""&DØ“@DDDtÊ8\p¸XtdØ“@DDDDDLˆˆˆˆˆˆI1I """""& DDDDDÄ$ˆˆˆˆˆ˜$ÑúŇõµŸ÷¿`n™p\p²dˆˆˆˆˆÎ©Szl– Ñ9ÅáFDDDDDÄ$ˆˆˆˆˆ˜$“"""""b’@DDDDDmûÿm÷>ù8±)ÑIEND®B`‚caja-actions-1.27.0/docs/help/de/figures/cact-execution-tab.png000066400000000000000000001031571433352025300242450ustar00rootroot00000000000000‰PNG  IHDRú&lf pHYsÄÄ•+tIMEÜ  xSÓÑtEXtCommentCreated with GIMPW IDATxÚì½_hwºÿÿì2…G À 80dB ÓÀJœÀZ|s•ˆBÄ¢ÑÂVm`#ŸÀÆn.\ä«ä 9vºQÒª -rà+pBTø•U.r²H…OÀ¥H`5Ì"Й‹ßÅȲ,K²lKvìÏçßûóg>óUUa†a†a˜½ˆñ?ÄÙ Ã0 Ã0 ³—(<.X?[’÷Å|f²G†a†af!¹D.­s_™ 95ðŽ#Ò>ƒPa1 Ã0 Ã0ÌîÀ]–ûÞ§e¡o)dŒðрϯ "ØK”¹÷Ð~QûC€X?_b2 Ã0 Ã0ÌͲÜwä…ð±@ôDBF²^ÚÎ’cÖ+U2 cúf¸ü¤8};cùD€û| "»a¶¹ÜDǣ߷Ç9Íñz3㸫=ø] ~.®©š…7!.o¬?ß¶ú‡aö¬Ü'h¬ä¡Øé0J.êuó%•2e×Î?96Ž„§.%Ó_Þ»š½›#"dÅÏ0½5–àBü\\ᔇäÌíŒ×ÝÞ¥íèÖE@ätÄÛ' ó·LþA~W(Ïó'3y5ÙG«¶?^uþÎz%Œœ‰„ÆBú°¢*¬çVêZjÓzZêâ”õÜÚ“º^í¬U;üu¬ZÌã­ÏA®OݯK ¡ò<_2‹úˆfW„xV.~ŸœKSÅ j貦W¢g¢™¯2õϧ£-E±Û…ÿ}Ãë‘M*Γ‘ú‡‘üýüBvwØ9Æ{Fäd¤U%»ýtf›xõµ¾]Çùo’çÑ©)}XÏ~—M=J‘~XŽG·âo\ßúÙÚá"606B›ûŸ¹þÎÍ=ÃìN¼1ýºÜ÷¾h ?•T#.Áb…¥HhÙŽâÓvÈÅJ¹)V*•ƒ`üôxü³8!ŠOŠ™¯2D´ÖÔÆ×¶Îl9¹~§@ mJmÂùcÇÆbgbÚ°FDÙ»Ùü÷ù^,Ü„ç{48þa\?¨gïfgïÏÖýÿS¹üÓÊ™½uKt¬ÄåDdüL=ÀÙ{³“šìëµe³¹ìtÊ òçºí}—`»ÿÀÍ=à œ¯ï|ÝräÓsŸör‰wZóçµü¶^Œ]ª³¹<-Ù°X Ÿ‹æ §ð\L?ª”l°–€P³–@ÓteH¨Õçøÿø¯ûdïfA‚èé(¸=­i ›¹9Iü1aYVìãXáQ!ñY"r"ÒBóçÀ{‰ 3žÑê“&×aõߺ÷2ñóñS‘SàÂäÅIã]cúætôߣÙÙlôߢà©H]”œŠœòNÛÞÉ»ŸËÝÏÕ›W{ \ '/'É¥äÕdþ~¾íM›3~z<ñY¢ü¤=-—ËñÏâã§Ç×õÛ&Rsúæ4¸0uqªM¹€ˆç&¢ÿÍþ-9‰o{Zãëºñêøyõ×¶)µQçŸO~žU?OœKèÃz/nÎó= @á‡BÛ_7që–è4¾zW…‡ÿ‘¨T*±cS—¦ÂÇÃ=úmÙé”¶5'÷ìºwäšœÿøo{ÔBë¬Z—|}çë•®B‡Ó$¨UkµZÍ;Í-yy*õǨõ+dæEx,0vB/—Í¢U64püºúGC„æÂÏ6¼r¸7Æ0½`YVá‡Bätdîþ\äd$÷ g¿°½Ÿ¼Ò7~z2_eœ_ÙïfcÆ"§#Í p…ÒM;¿:ÿ¿‡“ŸOjÃZ!4X÷Ìô_ÓŽS/ÝŠ_¬—–óÊqž8¥'¥æ š­êÝm¿ YÏ-/4ë¹ ¡_Wª”ȉHâO »b'/'-ËêtÓæ#žŠÍÜÍ8¿:™ï2‘Ó‘ÈÉHv6ÛÝokçaŸW¤ÞjlÛNÝL¥®¥"§#sÿ=×bUæ›Lcì6ñ§Dh,4ýÅt'㛿vŠ×ºgz_;¥TKŒº;?r&·¾¸ååÏfËûîùîY«,Ë`½°Ú6‡[Iô¶n?3Ó_NÛ¶ ·¾¼å%躮-;Í ýÍÉ vÝ;®{ †a¶NìÃXãsönvÝrû0¶2t¸úò•©9wy1iš'+$ ~-£ù1r<¤!–Êet(¨ø’"û4ý° %.¥š'²†éB¥R™ùóLøDØkì§¿˜K¢ñ,/&nn_õa½¹ˆ56Ÿš-÷ŠÚ^ïLÓ\ úæôÔå©Ì ˜ÏÌé›Óóóóm­êÝ€ØÙ˜§„¼_3ßdR×R‘‘™/fçÄÿ€™3Í·[{Óæ#ÊR7Þ…ÊRýȺ~ëžjŽçîå‚`â³DcÁ’w²qĘüÓä¨1ê‰T‡äNéØòµS¼Ö=ÓûÚ=¥gvw¾—ˆåryÕËXãù^ {Éö¬j›[Iô¶nlxÀë]´”Óu±¹ìl43 :'w vÝ;rsÏ0Û#6T´{i³jTo1Oë0¤«”«ª]%Ã0a“$—MKó£EŠ6¬“„æÏvêæ-ï»Ï0Áà×Tmîî\CC¬hšŠ ácáQc´þwdtCá÷†î5{o6x4¦ÿ’6Þ5fnÎlÕ ¢D u-µ`.,˜ Þ+Ñ¢ÍoóHœKÑôÓ†Ø×â,9 Ê*¨Cjä ±b¼±ŽÿS×RvÅž¾¹jüûÖ—·Bc¡äåäè‘Ñ` ØéZϼ-ÒH§”Z£õœo¿´@; mÈ’Íy¾Ç¬Uø¡6íK¢¯ÊÆ/mÐU½Þ‰ÕµM'b™a"µn°º#üµüýÑß[þt—._›ùmÛ£>Ф!}D×E„®½;IÉ=È›OMË499fCL\˜5F¯ß¼¾ö§Ì·˜º<%Ë2"Žûú›¯7xï!lè^·¾¼e†¹hãàM ªÃêFƒ?=.Ërq¾Ø,C‹óEY–ÇOŽ7N›2Ÿ8Ÿ —nݾ孯h{Óùñsqôcü“8¬žjè;D4uiÊxÏh>è“|à%œ¼8¹ª¿÷Ü€ÈÉúqââDóOÝãÕc RjCÎ÷ñÊ^QUUöËW.]œç{1f¾œ±~¶Lœýè¬<$Ë~yìèØ­Û·”èÞò›ÉË“ò,ÉW>¿Ò£ÿ×Ò%3ìHNîì6—†aÖí$ô~ÕûÇßÿøûÝÏé8D_‘ôùE;r2¢ƒîÈ ** úA½æReQpÂ0L¿˜ýnV,‰ø'qo,³T.5víì{ºWö^6y)i¼g€ å–S7R ­6qa Áï1Xo1IîÞª}?r÷r¡±PìãXó~ óóó‰ó‰ôítêFJQ”Ì7™µ7]%ÔîdPÂñ3ãÑ¢vÅNÝHÍ~7;ÐT+—Ë鿦L4Ž$.&’—“Ùo³ö’í-Si¼œL^M¦n¤ì—væ›L£ÓÖ™èH§”Úó‰˜'¢é/§{±psžïÅ` *E?ˆÆ?‰Çþ=6uq %B,˜ JôÜýHàecë¹•Í†Ž…zñÿZºd†ÉÉ]‚Ýþ²Ã0{›uõwß/é~ùoTUÕT­±v¿Ñ ‹Y?›Ú°8Ɉå§fÍ… ¡O]NÙ/lª²âg†aö,úˆþðZÏ­S'O±7†Ùux§G÷EUÌýP®¼´L«Bãg"¹ù£"x]~Öú Ã0ÌÞãÖ—·ÒM›‹¦~@O]M@æv†ÝÂ0ÌÜwÁZ´ìE‹ˆÐh.ŒŸ‰”ž.Ø/,ª"¿`a†Ù‹ääR7RÆaƒˆÌgæÄù‰æÍL†avó¬F©?‹VYäÇs†a†af°ÎbžfXå3 Ã0 Ã0ÌnDjÖþ Ã0 Ã0 Ãì%~£ª*{a†a†aö$¿e0 Ã0 Ã0Ì^¥¾˜Ç|Ê«ó†a†afPzRˆ}’€æGua³_†a†afPþ±ä}àÅ< Ã0 Ã0 ³ga¹Ï0 Ã0 Ã0,÷†a†a†a¹Ï0 Ã0 Ã0 Ë}†a†a†aXî¿ñe'ì1½iÚˆu¹\~ÿD˜36Ã0 ðÜgÉÅñâ>ÏL»ÔÍéÉKÉ_Ø9 Ã0 ó¶ËýC#£Þßh xêttææŒ¢_Ò°¿j£aê¡‘ÑàXhââT¥²3¯hÄë͑ș;™C#£™;™­Gj; BˆàѸ+G>=?ÑøL.†zÉŸoIg¬qpmÚ™ÏÌÈñ0× Ã0 Ãr¿®~Y\(ͧo¦ˆjá“‘’Ñ=šúËâBþA^ÒšâP—ûw³WþóJænvWÇB–åàÑ`þ‡|]ýWEá‡BCß¾/eYæä^ªRÓ+ø†a†y»å¾"†qåj2öAlúæŒw⬉óÁ@p4üôü„'¼¼1Eo”½qyúv:t,<N]J‘wppƒßêdŒF?ˆZ‹V½QxTPüJüã˜"+…GÅÆñN÷Ÿ/ž:=dŒ†Ž…gïåÖ&ÖÌõXd¾Y™.XT[l‘³gÆs÷ër¿ô¤¥rý•rÙÜÜÙ3ã]œÜ’¦æS34Ê|›…ÕDͽ+_]H^MÁàX(}'³n8Û@[S›ã¸S†1 Ã0 óÉý±³ã…ùºdœ¸0ûèlq¾Xz\TU5us–Wx£ìÞi™o2ÅùRn6[|\—f¾H:ÚbI¤o§÷Œî´µ¿.yÿYÎÝÏ7¢P|\Ì?—ÿᡵhÍÜN÷¯ ù¡ðx>w/»P.……§.'ûëÙ»Ùø'1ˆ›½»j=OÛû&.N%.$~yº»—mˆéfÍZzRôbÑ<ϳ6¨µØ:áãáÒÓ’×1+?)ýŸ±ù'e¨,Ùæ33|<ÜÅÉ-iêu„bŸÄS×RñcÐ4;”º‘ /¯uÙhîù2]yaç(ää‹ó+«í/hI—7Ç0†a†a6ÁoTUó©éˆÍ¬À942ÚªÕ\8tdô³UÀQ•Â'ÃÅÇŵW½âÔ×wnéºî ñÈ™ñâãBûÀ·@Ë&úñáÏé#zºØ_|üwUÕ!ÿ=ÿÐ ÊZ´bçâÅG…^âÕ»JóEyH"  -<-õË-•vduýZª²$*K"ÙäŸíOýyc c†a¦ú0ºï- @Dý :.|Ÿo,晾1}ýÆõO/L¨Cjü³xþ‡ú’ßÄã§Æ£T%o÷ä§ç&¬—–~P¿²Ü[è;Õ ²ƒGCé/nÕe\:Ù¿–ÐX(r2J.ŸŸ<ŸèlƒòCƒÌ·ÙÉ5w9ûqlæËôø™ñNWEއ?=?a½´ŒÃFú‹éÖH‹‰ñ³QQ¥ÉÿHt7 Åý":~êú] @hlŒ\ŠŽŸê1QV)þ!yîn6úa €çåÍòÉ©åŽ_÷T›¾‘šº<5ó×´:¤Nœ-gþ ‰ÔµTøD%Œÿ!6ÿùM¶¼±†1 Ã0 Ó [}T—a˜Mcšfü|¢øˆŸ|e†a¦ÏôçQÝîúõ}Ç•™úFÙÉn\ŒÞœH]¿‘Jœ› ·–º1}êD˜}Â0 Ã0ÌàØ’ÜßEB5Í[â–]#uXœ‰AäDxòâû„a†a˜7Tî3 ³ âǼñ Ã0 Ã0ƒæ·ì†a†a†a¹Ï0 Ã0 Ã0 Ë}†a†a†aXî3 Ã0 Ã0 3Pêê–žÊ?–Ø Ã0 Ã0 ³å¾>bè#F§“YcO1Ì^¢ô¤Ð¥Ès©g.õ ÃìR°‘×lñ;wf/Qþ±Ô½áçRÏ0\ê†Ùí¥ÞûÀk÷†a†afÏÂrŸa†a†aXî3 Ã0 Ã0 ÃrŸa†a†a–û Ã0 Ã0 ðÜg†a†afSH»Ñh±ÔÿÂä!Þo˜aÞÜÒÇ÷åZŽa†Ù<ºÏ0 Ã0 Ã0{–~ŽîѺ'È~ywÎ(0 ³ÜzíB. ´—£I¯[ë=ôá˜Ñl×± Ã0Ì ä>¹„jÃz—s„ÞûPêSsè‚óJx‚z¾—µˆ¢Èœf+ úY…5åÏŠŒN•ˆÜZ¿«.@Û0}MõCm°‘wÁ²+D­w‘ý>m¿º ãäÔ^¯>H¤ìÃ*~Ÿ+–ï«Irß½J.m>CJÈ#J Ã0ƒ’ûàøýnÇ[É’ 8Â!"Ä>(~ÇåŸL€ B¨u¼õj3lª:(ùïÊ~Vü ³…RžºÂ6½{§¦ éŠk‰*ÕúUßȲâó¯_rkU¢Ï+àé•°—lp\@Dô+mª2LË—%‡´þŽ,¸­*|ïø@"ªÕ÷õ†Áç EüµÂ’,Ë:i!’C}ÑýäBs뀬%OòyùÇëÉAÍ­ùÐç9¼æÖÀUBDžßxû vµÃ0}—û^ÛïvWú°n=·ú¢øÉ%DÔ†u»â€_†^Æ„$²€Ümñî/lxi_Ykêâ<àlÇì=jUU¡©êJo¼*T"Ÿ„  ÉöRŸ†ÛÝv½ ·óÉ}¬ä\°+6"(ª.8Díuük ?‚ öK³òÒRöÐ)ͶBß÷Že?‚¢JJ_e)‹YxiQß ×6€‰Ï 8¬ãHÌŠl5‚UˆBpkªª5Ú(Ÿˆ®t€À…z#â¸>gÉöšª ”ygÛå6Õ§edÜö –j¹bÆU#~n^fä~½E¤õšjІ5ë¹}RüT­¡Ã½§Ø¸Pœ·*Õ~Ôn?›hZÐüÄ‚w Q"j• ~ª,÷™=Ær>·, Y®qªÂ'«ä’P–eá)~©?7­¹"FíÌK )¢Ú·¥Dôš%÷)€ŽS{%Ú‹c¿,ïóTHÐë>¬§'œWËáx"ØçC Ñ(OB§*¨ê(Øç‡|@heð§,9„>@Pª¥¢· ˆˆM¬¤”÷,‰×¶2ÈêÖW(mÎ?ä.¯Õd¶‹Š ¹yË´lkIx¡>„cGôè˜.û·i¸],&tcÜ^LÈ"§ÃlƒÜ'ZOëרUMÕìçÖòhͦÍG¢šeYª®+½×,ö1Æ œ–NŽöA q?ç<.ÔïUÿUƒ!žmdö&žÂ´LŸ„T_YQ󆿽©4Y–ÅR_×Ó/¯ëð†~[MòF‚%¢*9ýíÛ Š¢t:«^­õUw:ް—Ÿ_‘ý2Jà{§þ”UD”eE‡jÔGÅVÌ*Ë¿AU @€àD€*áY¬Ä·xGYF€ ÏkCrÍ!Æídá…3óßÅ•i4¬PxjÏ›öô'¡mPü$ è×åƒ1Ç6IPs¢0Ì åþú-œ}vŶm»¾KO­¦ØòVÐïì¨ B¿þô‚4<¬Ã ªKNý×[ÉÀSÌÌ£ÑÑEmH-ýTV^¨º®×»÷5o8DUЫZÍ%Ÿ¡b”V?&äz£ m‡ý ôQñ¯;HA. „(õoi ÖsËùFoá’‚>@DoQ‹±æ’ªjÞb˜þôâ– ø,Dà_ö³„ †aÈ€% *p—嵡Jø,ëSôÚPx+1Ý5À%.ÛŒæ÷ZpD3†e üÌÎ>¶èÊVþ‰vö¸1ð èEZ?2.iFÔ*§Yî3Ìàå¾»~M-Ë2" ãØ>ŸÜZ¿ÛÝI­ïµÁ‡uílŒ~uê_ѧ_˜¤–}7KKÐåYff‹~”÷+ˆ¸ð³)+ zý¢š >D@€’¯/Ьæ6Í%º´<´O-KAPªïŠ~$××LuÉÝËúD€þ(P Yv)²bèº÷H.½ª!"ú„Ö ÇçCٯȲL„TÝj÷Æç’lå@ ®(é¡ C:@^ø · U‹9CµMM¢®óÌ%O¾YäÌ…H£ ôÀlÞ,ŽøöU\‡Â$få¡8¸· j‚ßàta˜Ê}jVÀ]ï©kšª „ö’½ëÇc\—ð°¡]˜Âa•¾Ï{[z"C>AE±¾˜ö?ÃìA\o+JBD}X3ŸY梩ÐQj@–epe *ÐÖvéY³—?Ö…b»Å@Užö}ÝÏU.Ö.Ö'•úü °1¢›VÅÛhRÇþU bÍqà׺Š¢ ‰*õgkQ‚J h8CAT-p„¨ÑÈ:@„ Ã!¨Z Ê VJ$J0Úª{‰ZÔ%{ÉQd¢Ü|°e/TáßfÑ’Ù¬/3óíó úæÂÎhF ‚’LàhGb¶•‘G¦9Yf€r¿Kû×®‚Ø ƒ4予ڿGqXÿ˜·ïå´ÎTûvZ»8‰¿SNFìïfy¢™Ù{»j÷{MÓ­—¶]±¡±aâÊÐ{cåwhÔ!à=¹K+¹5ô)[}VØmª8ÛMÖaã_ÿëW@ „å§$PeUQ| !.ר>D§J¢Jö¯¶¾¿/4Ä_Ë@jp4@àP H9ð« K&ÊÈH> á=).á¯åÚ–ä>Š%Û²*8XžþEoK7ëE-6N->) !Ô!yÔ0j.«ý¦²D…§Èû0üž:À;UMag Z’‡àš€¸¶z0f?ˆÅ)Y‹ó?Ã4óÛ~ænêo·ãÔñw¨Tì;ziA¥B/+µ%!Ê%û› ¸ cc»†Ù» õa\p–òÞ—äªÜQ3n½ïÑödÕ! ýýÜ"%\û×èÛà,«²êó-/‹’}ƒXY5—?Xõ5ú‚_!†t BYŸ$Ê+ý:anýæúˆ®ªjsŽˆä¡ÖŠ ƒ…Ý JýwÑ\t@‚؉Ñ1CÄ]HÄÓ¨XLhšlœHƒk¢†’\;p:¯éaM‰§QN†©7ý-†ÛrÉ¥õkä’¢ë€(ž”è¹…öwY¸›%Ç*Ñ£5ñ ˆô‚aó³qWjMÓ*»Fä­›'—°ù±Ú>í ÒJPؤ¿×©ê¶Ü÷hl@ÙåMÞõm‚p0zØâ‡ÁàóòërߪÁÊ.+åYX*ð6K p$¥þú-ªAó¬Î†<ìÔ^Cå…U£š¢(è¯ÿT«ÕlÓ¦Õd !Ä’ šÛpðï ™ïÍü $8{ÌHœÀ–ÓÕ²XœDYÓFB8d€ë( „€Úr‡Ð·,ª'æ„(Ù‹9a%å‘4ïÇÏ0Û½˜gáåQ}»®öoHÆ¥Z­‹¯ßÉPþ IDATûŒÿæš^×{@¨Õ¨*@8T% —HB²m€÷æ#uXkl#Ó:‰çö¯ªq›¢TïïXϹ˭JdªïN'.€šGúw#5©Þ«‘¿¶¢¤õpý¹g W8¡ Õe÷n¹m1F ë…å8¶9ôïm+U"vßÀ¾ûÛŽ7hZ®÷mª6¨Ðò¨Šj€„´˜÷váÔ@2PÛtr{|øÞ"¢*‰Õ£3¶m¯TU!„U’e–t;Fù¹- bÇÁl·ª‘±'m»¬0p(à××!oÓ[rH:Ê•Y{±ä¨F†µ>Ãlë«®É%D«}­PÖ4µ¾„Ô­¡ä[¿¦F×yUƒ—V_58 êG1y,$‚âѪłÚG1<¬Ó£ýlÁoºÏì9¼‡#WéZBôÞ¨eƒ ö K–•å½;¨?"؛ʓˆT?¸Îp{¿ô7ycÞßÿJè)~ v·Î x™¯×¢Ž UžÌÂ~Þ xqF¨œA×ÉK(!¸DògnI–ûWÇ©:š_[ž!ý°®VUúP†è×uÝ|jnÛ \™Ž™1Ð1¨lͪ?  $ ¶•&³ (£ P‰\PŽøìg™ŠU@ÔñÀ$oÃÏ0û.Ô:lk]YªÔ\GÔˆ †ûݸ`‹ º"èûõ-n½(ù–'‘}ˆ2Jõ™}jÚ«}µ¾¾Ô³*è™IBT¾ËªŸOê·oÙ—“âQˆ`HÖ>Œ©—“P%û¯i â%¥Ìžd­êE¨*ìŠÐêÅù¢,k¾}è8BQdYVú!·ݦ¥ƒ.yB³]åà-8!€>A¬×;D‚êˇvq¡§ýAÄå™™¥2Ì[(Ê H8¼¬ø‡ð<P·†Þ6> ƒÜrÓ„š¦)û|ˆ+OW#¢ìo4Qd%0¡!"o‡°ƒ„è!Cótÿ@o„rå0TMa§+“Æñi$²Ð? åâ(‡T#Ë;ó0ÌÀä~‡Å¬äÒC3K~$@|5À¢‡æÒÃZNQ|l$Ô7+<}/É(y |iݶyóØ6öÍkò‡gõÙ,=3Áqà€Ž‡u¨RåFJÜÏqVcö(µµØ@Õi4í¹VxTð!¢ÏGn-üÂèóõ·¶!·’»óúªŸ>JoŸ´üÐΚú‡ˆDµ¯ÁqªŠíCíkÒÊ…±’X*!*à—Aò¡•'8†çE\š¿ . €ª ¡ñšÜ¥… ,¯Y…ÕfU¢OòÕ¨.¡Ä£*;Ã̃b¡\A ’ ~S ¿!Ü‹Îóœ2<bä¨ýó,Ê!yä'à RîwšIw $Rd€Ÿ@ª¹‚üµš DýG}%Ÿõ9ßfÃÞŒ#—„}>AOJòÇ1ñ¢ˆ#YN †¬Ü§N;ó¸5 r"èK5"oô½ÿoâ "!ŒÞ[6WVyö¹Ým‘B8žqþ–Áƒ:ø–=· iq¯-eö¾Öa拚¦ùö!¹.iû5Ã0*Û¶m!„OU¶º ŽÜZCÖa}ëÆúÚñ.õóÕ~Þ¡µ«˜¼7ŒJ.Y‹ T»]~Öü:¼7 ?^—%‹@IIô’ ²n H€kcuAT}ô/“5Yßb£$ë¨êÆFˆïi]^Ä¿CȈò>DâöT;ä¹FUSVB” tp5 o_,N†ŒÜo£€Wô7ˆJ­ä“¡¶jˆ¤!¹ý¯jµ¼¡À`÷i@„:îk]‹L¯kš Zh•Ö÷# 7EÌžÔúuím¿´E›æ‚õÜò^Œ Qx\PE×õ­ÞQ¨½^e`Ÿ¯‹®®¯óé—ðö¶Ž‘ÐçoWù‚KæÓ’XªìXiïk½^;‚wR¢„šdAÕ¤%K¸:MÕÔ@ì¯Ï ¯ßòª¬ÿ*ylyŽÔ{UÈ oç˜Æ#£  ~S ïÍzTuj5iÜ^œ•EìÅtM¯9Žo"*ˆ€7¸ 3ˆfÁÛq¯Ý[øà8¹r©°”!°ÁtqÔׇF僨kz£BD¤€"”n{~o±&iD_Ù¨Tn˜½àò²(¹$û”šštIF_èX˜j5ôùATk[,zèÃ5]޹¾.F‚Ûm<¢×û¾S¹¯¹ä“°mBT±Vk}ìËBò椄2½îçlFM À±iZÌáˬ)û·6ˆ*·+ +þ٭ȲµhŠªÓú«ò>A—Í+·TÑ+êq𾵫°±¡<¤‰%»ü¤Ð^Ù¸ÞP5¿sWÒú£¼_¸µš è¯O[bó ­¤úKEž–DUèúþ­“tÁ‘‰ÓP*%\²À­€ €*©: q¿æu„¶SY–W5ëg‹ˆ6>ƒˆ¨Öe™·<ÞãÔ×êø@yj’\£¤õ4Y“S2Ê>"ú‘‡öf r%t^‘óªÛˤÈ%ª’à¢ÇAGÚüо¢ ñÑ>"4`ßÊv×5 IàkLëu”@Û¯rò3ÌëÚ+‚×ÔPö²¬Ô\(ÎÏÕPò9޳¼cE»Õ\À}}n‰û`'4MUdÙ© ªÖÚöÐà_ñìW¥?ê}¨ªŠXrœ%›Ð'ûeô£ÏàI ª‚ªµ…EKT€Û¿‡]DTuj¯ˆ\ ’:Úx<%°÷ùa‹»*ë4MS69#ñú·¥æA?º(û@í¡,)+y€Çõf@r$Ð5­yToÍ >€Zc´Ü©¨iжPžG°j^û>èç üÝ(>¤×+£°ŠCGƒæ³0ÞÕ}RûKvu”чšO…ý;áí}²â“µ9DD‚ª –kqD}XóÔ`‹“kêvÙ„Š,ÃÊë »ñx+o¤z…Ü—&…峡|‚<ÓÎ0Û#÷Ðê:k7euˆË$Ãì©*¤eE“uMÖeŸ‚ès©XXÊôËW³w³ñObÿ86{7³VÔÆ>‰§®¥âÇ3ƒkÓtæËô¢•¿?—¿?·°hÎÜN¯„ðx>w/»P.……§.'7g¤XéÛi㽺o3ßdŠó¥Ül¶ø¸.Í|‘†¦‰KïCÛsúhRw¿µy§¿<]ÈÝË–Ê¥µwË žÿg9w?¿¹Ëg¾LW^Øù ùùâ|qÓù§%i&.LÄ>:[œ/–UUMÝœîýîÎéby§[xÙ5÷mv¡\?=û$žÿ¾ý&»P.…G—(cDNF„°Ëå2Ì?) áDN†·xf/LOÌ|¹…é/Óñ?Ľé‚âãbþû¹ü­E«Q$ýâ|1vf¼ùHìÌx¡)S5gÔ™Ûi˲ò?<Ìߟ+<.¬›Q»Ücþoú—ÀÔåd¹\nVi %QzRôîR©Ø›6©—Ø6¯­ ºäóMЭÔtM÷îEsÑÝ3mã8èZºÓHͺiÔ)Ö] n[ÜvªZnß-ßx¤ÚÙ¶ºÞP Z·¼!YeÃr¿÷á½î}Ǧæö£#}éÞm;ÊÛ|‹Ž ï1o¢wKhÛPBŸ>#¦4ÙÐd#¢Oú}ˆ`K%B{Ó™ ²Ti@.Yÿ›2NÏXÿ›"—*K•-æ°Šk•}X·õó¾>©nùׇ·½ØÊ »T6#§#9)•ÍÊ‹·Ì~›ºœÌ~“ ¯÷èÌ܃¹ÔÕ¤ªjªª¥®¦æîÏ­èk)UÕ1~.n>377û eîf§¯¥–¥v.u-©Ðd?&/'®^ ½î9[1©¿µ%´m»²d«ª6}#µ¡Ûu28uõŠ:$oîò¹sW®&Õ!Y’S¯";%ÍÃÇÆBˆˆ~L^œ*.ë¹îÑïôk[Ë;ݦǫ4DŒ#¢é©Æ×ÆüÃà2Fü“‰ô_3pëö­ø¹‰MŸÙvƵcÇBèGo€ß²¬âã‚'¼ u5©iê–ºšlÉAD_, YSšÈû±$ÚfÔ¹ûsuÃT-u5µnFíbpù¿Á­¿¤õƒzòjr4 _¿9CÕz[“½7—º–òîr¥©8lÔ¤^r`— ÜL§­[B½,Ô­ÔtM÷.ÅÚ¢—šyÛjéŽõaiÔ)Ö]sc›â¶SÕrÛªc‘jkdÛêzC%hy{G²Êæ%.N¥®¥"ÇÕ%{úËôÙÆY\hYÙèÁ ¢¤®&g¾H_¹<ÙÚE[&?ŸêåZodC5cKÏI–•ÌÌÔåäܽìZ³[n1qa"yùÊôÓàBê‹éÔÍi/O4:—0ùùä†b½¶G²@"\Û ª€µ«åùWÁ!²%Kßì xG8å:²_†×€~^à–7䱨\s…\ô,o‘F>¤ ‹Êª«ÃeîÎ !F`ó‘+—êοõ·L샨qdýùŠJ¥¢éugjºV©¬ôyäå\‡ˆí»¯=Ì !2ßd’×’Ùï²`Wì÷ÿõT÷k»œ³“zñ[ûKî¤gþ’Nÿ%­Èxåj*|l+†;ÜãÓ±m/¯T*ú½‘d›ž¾kI󩙺™*ÿd6„T/Ñïôk[Ë;Ý¢åüN—.cœý`|úËéüƒ¼ùÌÌ~•Ùô™m‡«»¬´œ<Ÿ¸~s&r:2ó—tü³„÷ædm.’ƒˆ¾,ËÂvÔ¦•úâWGnjnš3jK]±®] ÞèÓáèÇÉ‹‰É‹ °­ôW™‰‹‰¯ïdZ¬ÚŠI½äÀ.¸™O[·„n¨Ô¬M÷.ÅÚ¢—šy൴à®Rj-Úõ’FbÝÅàN-àŽTËšéFª­‘m«ë • Mäí6èý—û½ ïÍÞÍ}}ç–Wo&/'#gÆ× ß¹ûsÙ;uH€ÔÕÔû‘Së^Ûe¤í#ü-}PÏ›ñsñtç6¬ù¬t¼’§ÂËSÕsæ²ßd¼ÓR—“½X¾‰µ@Ž$|€ºÇWRL‚ðp¢²hÚPôI°•åïVì”ÿ¢£_£ª­C`|“} ×öI€€:†ý ëå3¤žÕå1ó×¼å@"‡lðo)+“Ks÷æŠÿÞh5+/ìÈxtòbÂë´äîfÇ?ŒÉ~yÝGQUUµ-[ÑÀ¶lUUû; )Ërâ|"x´®5UË~÷u÷ƾ—sâ7 ˆÈkHš8 Ãøúö-(<*L]š*­¨ípaï5Ó†.WUÕzaéz=Éú•4ñ ‰© 鿆e¿,ª"õýõÓ<4Þá=2¸ŒÄÿŸ¸85ùùä: EïgöЇO„¯1sýæLéIéVÓ"¶ErÑ eïç&/¬<½Ÿ ux¶¥®Ø©ôÒGôÔÕdpÙH}xŪA›ÔcÞb>ïWh]*е ÄF=3ˆÄÕ‡õ²iš:!æSs£MR§Xw1¸} ¸CÕr¿"Õ^ÿ´«®7T‚6‘Xowfók÷3wÒóÿ˜œŽ¾"\x\ìÒƒiÌ’·í#vérm­»v¿ÇžSó-̧fì£Øh xhdt4¬TD/Ëî±Þh»‹ #à|%[zYŽ­ô2?_É"ÈòŸþöóP•¬G×çÿŸP67ða–~µdµZ±r7LO3›·ßôŽÐå 1´,˜†Bº?Hïyöåéõüƒ|0lN8õ€|Ïh<ù§ªZî^nö^®ñd¡,ËÍ<6ˆž>•¼–ªTìJÅN^KFOGû[ê„éÛãÝzæ9ûÑÙÉÏ“–e æ¢5qaªÍjç Âo÷™;"ª¼°›×N\œ²­.›Àvº°G6zyôô©ë×R•%QYÉ ..ê’4D$ûeåÊ ;y©×è¯ëœUÝ­·èu ~`çâ¿,.$zØ©©÷3{aòB"óUfêÂDsͼ‘ª,Ù•%;y#=\ô'ÿ#‘ý.›ù&#–„X™o2Ùﲓÿ‘èñ¢+†]KmgzE?Œå¿Ï‹%.T^Ø©›©Ð¿Ô÷O?K^MV^Ø¢J××+[4©Sn©]·˜ÏûUjºTkˆu=ÓÇA䯸'g§.MÍ?)S•¨JóOÊS—“ñbË*bÝÅà¶Åm§ªå~Eª÷êzC%¨—ܸ Ye€rß땞¯\NN]šêÔƒ)>þ{wýíŽ4:”ºv{ˆ_HDÇ£ÅÇ…_JåbKçrЖ+¤ ²ÏŠeK…Š»¼c »àHP,eŸ€Š»ùn¢#GØPùßiãD²!÷ô€q2)~ÚŒÜ×$Tb%#ÜzgI]\Ê ßñI jÒ–Wò|›=ûÑÙÖ–ìãXcP‡ä¹»ÙÜý\úvŒŸ®]˜¸ÐGôÈ™häLT1ú#bkÃÇÃæ33ýÅ­zû8>þôÜÄ¡#£&ÆOGÚdÂ΄ߦo¤ £àøÙXøøXã„Èñð§ç'ù"þ¢ÍSw.ì‘^ž¸PhááÈÉHèhp£ÈNI3}cúúÍ™CGFÇÏÆ¿ï5úë:guLÛߢ×Úi`£_lhíþ2¨TÇ?X5£ ENFÃ'NéôÉó‰ÁE_×õì·™Âãbèx8t<\x\Ì~›ñÛöLôZøÄ©ÈÉh/KÚúhðÔ…DîA>t"|èÈèøÇ1pú/3ÞWðhpül4t,´îâMê”[j×-æó~•šîEK±®gZâ8ˆÜxöÃXâ\®Øvêÿ]ÏÿP¨ïÉðÅŒùt!õ_30ùùäüÿ®cy s÷² µÉU$‰òÐ-]ST¿ + L@áyš°TªT-ë…Xš@h³À)z&Ö$ë[gÓr÷s“Ÿ_i|¿ªÎåËw"Ÿ¶Í‚v4nÏg´#§ÌGÓÆ™tùNDý¸ØÖòøgSmÃáÚ™šª_WÖ Ž@ñeÖ†HT©Z¶ñ·dIëä™ñV f(²Öö^oЬe¾šn1˜mÛNLÓŒŸOÞÎèïüð鹉ñÓ‘HS8ˆ]ùwK~x{òí6Ç´SE±·ã¾S±hµüF%å6»—ÝÇBǰîÚý.Ká½.‘õÒ2+]¢?ÆOG©JÞ™Þ¦ Ÿž›°^ZúAýÊÅɶ£#ÉkÉð‰S(aâ³øü?潟u¯ÝÁÝú «ÍnÓu»qýÓ êÿ,î=›ëu.S×Ráa”0þ‡Ø-ï8ÌåʪÙþ¢ê×Ii<;‹*5×¶_9j5ÔVë÷He©îÊ2'y$CAÍôkÊ‘0 ²ºùí8eI ì/¿Ê¨~]ñ+DeKèàI¦†ŠíÚö+'°/ÞVëot$ ÓO;þ¶Ž7Ù¶íŒï@#{ýF*qn‚ÜZêÆô©žß[þ¶%ÍV²=n™½›³^X‘š¦èý7'K¼Íùv‹ÕËæ*ŠÝÎÚXoO-Ýßj¹Å¶·3)7´Ñª­q0²zô¥®t?‰Ç?Y5Íÿ8ÖØI­“ ©k©ÔòªÇæYª¶×vÉ‹~ê´k~ãk‹Ù-§…‡ÂÇ6[ÕÜ ËMÓÌÞ›[7Ö›+H:…ÌŠ(¿cTT\ÇZ*¹Žã:劉/GuÚìcO‚ µj\B?â~ƒ„¥zY@zYèyA90 n ÞÙäMBCQQ©˜KCE]6ì¥yï½0VÕ4+¦§BC}Xÿ&7ro›pÜ‘øªÃzäL„"'“§8ivc^=42ªªj¦‡}¾EµâN IDATßò¢ú6çÛ-Æ}sÅngm¬·' ´Z~;“²ÿr¯Ô} Ù®Î%ÕˆµXšwʲß,¹ WBX Š1Ý lr»Lý Vþq>ð»1/#hGcv9«›„j…ªvcwN” ±XÀƒ›oCÀˆš(/©¥yËgùÁõÕž;ô ‚¾³Qä¼Äl‘õG˜]«ä¸éa¸¢Ø±è}¹ÎïÜçêõê\’ Z5è[Òl×’t5t5BÀÍîl0Œ²iÊÞ ›ªIýh ÕH>·&^–­Ϊ'¿Þ|\0ð”ü*hÙ%AÐpL÷5Ô€€Õ>Ã0 Ã0ÌvË}æ ì\"(º¤xêÙKº­Je G#¦Cã´˜·g¨jÁëåûî7äãÓàßÚòz”}šâ sîc†a†a¹Ï¬ú‚¶gÑ ŽDp$ÒwûQöŒ—95†a†a¶ß² †a†a†å>Ã0 Ã0 Ã0»Œn¯Ùb¶.¯ÙÚ"Ý_³Õ/Ë»¼f«/á¯}Íç™Íñƾžl{àœÃ0 ü=”žbŸ$€×î3,[Î6 Ã0 ³÷(ÿXò>ðb†a†a†Ù³ðèþ›Bè÷aãHppá—ž¼Ý>Ã0 Ã0 ³ xtŸµ>k}†a†a˜=K}tß{ ’ÙAŠÿØÅOKTëGNF9{0 Ã0 ÃlIîÃ`¶…a˜­£ ëü„%Ã0 Ã0ÌæàÅ< Ã0 Ã0 ÃrŸa†a†a–û>£8åÁ.f†a†a˜½&÷UÌÊÃ!ù `†a†a†Ù[rß'YŠŸŒ±¯$Ÿd±—7Dü³;a†a†yså¾*åõ@PÓ&TiàûK¾…ú˜» Ã0 Ã0ÌÎÈ}ŸdÉê8-eeuÜf+øãŸ%¢ÄZF?ˆ­+m3_¥w©ø‚ñÏÁ@p£·Øñ(3m)<*„އŒõŽ4>7\ûuÏó¶Å—a†aö¦Ü÷­IYSz`Ü €‰ô£“:¦4Ìú ‡­Ó]ÐêoúAܽì}ãÝÀü?æwœwŠÌ·YO‰f¾íÃs&É«©ÊËÊßóY\`ß2 Ã0 ó& õ)Ò¤9MUj§5¢"¢dªOÉCAûy¶²˜vȰÝ(v ¥ô´ ­çõåþÁ@¨T.†OD'!ã]­çæüãbÍ%ˆ–ðF»ãŸ%æÿw>ð»úQ,‰Â£¼#œ.¶Ð)ðò?æß1óUZÖCc!Y–©Jå‹ ¦é»{ÿƒî½ÜN?¨ÑÂÓ’qØÐ‡uëeëCÚ>)ÿXûýXË-Q BGÃúa¬Ÿ­â“‚×Aêâ ¦™ÙïfâǶZ¥R}d¥ËÚÐýÜ`†afGèÏèþ(&õ!a)ªA¢@KsàÚD6‘Eâ!QQGãÚPe“]ÖöX?›ˆ¨©hª† éÁ#AmXË?ÈÍÞÍ`àh›50ú°š›ý[Æzi…‡{¿°Ë9Ú°š»Ÿõäuøx¸ô¤˜ù[:ÿ §ªZCg¾J¯hýn£FÐ|VóYiôHpmg |2R|\XxZZ{‹æ.Š2¤äîçr÷sÊ „º»‚if~¾h=·"'Âáaë¹5?_lüÔeíM¹\Ž~ GcˆÏ?.6Îi9yÝ<¹û¹÷O„£§NGËårói³ßfCÇÂë†ã}näîåÞ?qê1úþÉS¹û¹cqhdtö^.t<ì]XxTLßNÇB£G‚Ñ3Qó©¹ÒYú6ûþ‰S£G‚ïŸ8Õ2=2»úÖÍ?m· Ã0 Ãì°Ü·hÒd=s–Lð€‘ ²ˆl%]T V9ë°h²r— Ê?–‚€'dË?–V)àwâã‚SujDóóý ±öòÂ|Á©:5—ÌrI–ÕÞ/ìrNññ|­º2<ïÛ§øPqªNáQû§{¹âWä!yaÑ€…ES’¿²Ò8  ¾Ï7÷vÚb6Š µªS«:ÅÇã°ÑÝL3™¿Í@ìñøâYéïNââdùŸå[7§KOŠSç'2ße¼ãÍù=Žåç‹ïçoÝœ6Ÿ™S—’Í?•~2 ßç·Nî~nêrRV‹‹Ùï²sÿó°—XÔïþ¤TxÿúË[ÖÏÖ§ç>µžÛÅ ·¾œ.ÿdN\šª{ïÛlòÿ^+ÍÇŽ]ÿ¿×Šö^.y9©ëjéqqî»lþû‡=¦Hw«†a†ÙýYÌSÍ¢Iá–åêÃÊbI7"(+@`H,™ÖÓ¹š‹âÿoï~CÛ¸ýÿŸ^ôàü`^˜:!†;b WâX ò *¹™,Ä&Ö¦…VÝÂÆÂð½6úúAPó…üœ½·Ðïº ]”À và†(ÊUäd‘\< = .ÌÀ4ð5xà'èïÁز,ëŸ'qì÷‹F£™3çÉîgΜ™©Uª'©¯¬ÚÑÿ7ÏZZ¯¶ò½]ÿ–Ö£ _íP“í\¾YõkëfÃ6ëT6v¦ÁäŸåãÑèà¿Dýª_\,îÓåî¬KJ™úx¼~Iq{t9ú˨ú›í¬w¾ÚAöÈZõ*Ù#Ûwj\×)#?÷Ý!Dê£Tð2õQ*3É}÷`òÆdû]dnd²·³CÃ#Bë—VæÆäà`ü`µÕ{V?…AP~•rœŸ!„Ù·u!aÝ·"8B!¹«üÝש½ü,i²ë>£Ë†tß·{?hN ä¥‘Žãƒ‡?ê»Yµ6CFÅ-žÒ4ÇÍo cY_!D©\jsË?Øñ ‰`žLX G£ƒ…ïóÝØÍ†]ž¸˜,¿Xjˆò¾ï‡µpíZØŽEEú-oÝ©/¤²QñÖ½H¿µbÛBˆÍÊ“Üðå‘ 7öî¢Æ~iÇÏ'‚iEñó û¥Í÷¾U¾o8ªÌ=šBd¦3™éY4¹Gó“×'~,ÜݧYF31Ò¸ë5§Ëæt_«®>eŽ»°fT¼ÙàµÄ »,\)•¼”L}<;/<ß ñö_ËÃWFk·ÆïX”õϱ•寅+vÉúç v77ü…'óæY+v.¾wu‡FÅŠW¾2<|e¸âUJe.mìÊ“Ïó5̳þ þjÐó¼…' BlÝ6ÿ,ïoø3wv]!ýéµtÙ¶-ËŠŸO!­©Û²/+gü³”âËÿç®·î¹ë^ævö`­hyXueL1÷Íœ¿áßÿfN1úáÖ¶Ô')!Ä—ÿ;ë­{Þº÷åÿÎvÙœW¯hðž®ëBˆ©‰”Ökb¹¦¼Ö6+Þ)åOÒËx#WÆ[ÛÈ.<Êu3î;teÄþÁ¾ÿ‡™äåÃÑü“|úú”õKëéãùr¹œ™Îª¿+ã´1þIjꋌؾ·ð¼8÷Ílù[„DôŸ­Ìk`ëüUp‡™Úõµm iX³þeÃ[.GñàÑÂÜ7sŽë˜ïc¥2]´¢} /g¿š]x<︞¡£¿RþÖ®ææ¾}ì:õI*¸€8Øð`} öjŠfîͽƸJ8¦üRù77…Á'£÷O µª>H™ï›ÿýýSz€“÷ÿé5í{SÊ'ëoѧ×Òö²-ªB)\¢0~-E·p¢¼Æ4n ÎÂoÓð•á©éŒý7[Jýgë_ÝO\äk÷ É‹‰$ù€“íŸè€¸à³3™gï=Ý£À[÷考at î î î îÀÛv¦?ÂßoåoÀ+zO×u!ÄÔDjòó,Ý#È[÷*žS¿$¬ Kj冯ŽÑi8ô¬ÿãê ý8jÚ‡¢™{s‚Ñ}般ÿ¶Ž²èxuÄ} wr”ÇVˆ.pÒäŸäžåW–WÜuWïÕ#‘áKÉäå$¹ó¨eÑóðêÝp‚¸kÎÐå‘ÜÂüøoÇËåòÏ›?—ËåÔÇ©ÜÂüЕwÍi•;`>öYˆû°jÍŸ/.‡¯ëº.BB×õÑߌ‹ãׯ‡GÇT³ÄOîäˆûpÔ¥¯¥3Ó™ñß{ž7u}*29uêTd 2u}Êó¼ñßg¦3é‰tÇÜy¦?2öqŠlúºq”Ä}èVþI^ëÕ‚¬;»ûïwílß÷íì»ÿ~7v.$~­GË?ÉwÌápøÁw9zõµâ ˆûЭ…gù©‰)!Df:£^ª†wÕK•™Î!Òéü³|ÇÜ9s+;÷çJ©&{ªŠ/oecƒñØ`üË[YQÝ)dîÛ¹øùxíRæâg¬È—†Ê/Ê >¸˜8cEF®ŽÔJVJ¥¯¥cÑX$ûôZÚó¼“ó‘1ºÄ}èV©\ŠŸ !æÏ7]!Xž¸(-¯t̲GfogÓ×§ji¾æî½Ù•U•<Ÿ<¿²jßýj¶öÖÒ_Ê óµÒ Ï ßåVÊ¥áËÃcŸ¤òÏ ¹os+åRâBrê‹L°Nz"=öáhq©XZ,꺞½3sr>2F÷€¸Ýò;ÑuC×ìt¶þè";}SïÕj/gnßÕû )eê“1ß÷gngk/íì`§OžÆ¥”²Gf®O 'ç#ctˆûÐ-MÓ‚¯ëzÓ‚åÁø»Ì7¯O‹åå†ÃÃ4‚¦Qt¡ëÆ®*mG)eÃKß÷ƒÛËö؇c‘hìL$¹î šÌÃè>÷ [±h¬ð¼ „¹2Òt…`yáy!6é6w†Äý;3S_djé<8lpÔÖÝ<å´:ºèRjb|dx¤¸Xøqu¥T.ž¨ŒÑ} î@·†/%ïß»/„ÈÞÊšg͆wͳföVVqÿÞýä¥d÷¹Óì7G?ÍLgw.ene]×q]'s+3ryäUªíû¾Ö£iRsלÌ̉úÈÝâ>t+y9émx³_ÏjšVzQšüŸ“Ö/-)¥õKkòN–^”4M›ýzÖÛð’—“ûʩƜì<œk|bÜì7“WF’WFÌ~k|"õ*Õž¹=óå»g"ãcÑ_ ž¨ŒÑ}8ï'š§&R“ŸgéAÞºWñv=è4¬ Kj冯ŽÑihJ­9c£cÁ“¶ö¾;ûõlf:“ÿÏy½Ï ¯Ž‚3ý?´×>ÍÜ›B„è&'„Ùg,<È¥&Ò¹ïré‰tâ|B×u×u ‹…û÷î{^«¬_Ÿ;ÛôO ‡‚¸àÑûŒ§çóOò¹?ÍM^Ÿ îÈŒýÛÈÞ9;9Ê÷€ÜÉQ÷­r'¿á¿9Ê€CÁ}÷qÔqß}€¦º¹ï>£ûÀ±E܈ûÞ5Ø-á›ÆñC¼»<7ªìÅè>€!ÿ$¯õj­²~-ñk=ZþIþ5ÕáÇÕ•àOÿ îÀ+Yx–Ÿš˜ê¸Zz"ÖmÜ?Óyð0¿8cE>¸4T~Q^x¼ðÁÅÄ+2ruD)ÕM!³_ÍÆÏ'"ÑØÔŒïûµ’羋Ÿ×1ÛÍŽjg¶Ö?¿½ÂêÖ J©ôµt,‹DcŸ^K{žÇˆûp”Ê¥øùxÇÕ¥å}Œ¸ž¾Ë­”KׇÇ>IåŸrßæVʥąäÔ™Ž›Ï};W\*-<È‹¢êßýÃlí­¥¿”çkÃÿûÝQaqiáQn¥\JœOÔVHO¤Ç>-.K‹E]׳wføbqŽÏóô^½ãjz¯î®»Ý;sû®ÞgH)SŸŒù¾?s;[{iÿ`wÜüÁÃ…ì­ŒÞgh=2óEæé³§µ·²Ó7õ^íÀ;š¹•ÕuCJ™ú,eÿmk…§OžÆ¥”²Gf®O |1àØãR]'‚¦iëp'þ}»È¥” /k3sÚp\çƒj~࡯²£¦+ØËvöN¶üƒíoø|%à„`tÀ‰‹Æ Ï;fžboîv–†nÿ»vÙîë¾r751>2£”Ua¯ªt¿ ß÷µM“š»ædndøVqމä夷áÍ~=ÛfÙ¯g½ /yùÍÅýÔGc‰‹‰O?KŸˆ¤'Òïy×3·g¾¼s÷Ì@dxt,ú«A¾p¼ÌdšHM~ž¥;pyë^ÅÛõ Ó°f4,©Yx”¾:F§¡)µæŒŽµzÒÖì׳™éLþ?çõ>ƒ¾¼Ú‡¢™{s‚KuœfŸ±ð —šHç¾Ë¥'Ò‰ó ]×]×-,îß»ïmx¯;ë7€Dï3ž>žÏ?Éçþ47y}2¸Ol 2öo#o`ù@Ü€×.y9ù&'èðq©.@Ü@Ü@Ü@Ü@Ü@܈ûÞe2qº¢Öœáѱñ‰ñâbqøê°®ë"$t]ýÍhq±8~m|xtL½Bâ'Ž &ó8)Ò×Ò™éÌøïÆ›¾,OO¤Ÿ>žßo¬ÿqu¥ö÷[t¦?R_‡†—]n8fÝp"äŸäµ^­UÖ¯%~­GË?Éw,íÇÕ•ú?t/€¸oÓ³üÔÄTÇÕÒéü³üÁvQõ?Óyð0?Ÿ8cEF®Ž¨UµµFUd¦3±h,6Ÿýf®þ,ÁìW³ñó‰H46u#ãûþÎòoæbçâ±h,s++ª¢ÍúAigú#µÔ¿ìr+qÞI¥r)~>ÞqµÄ…DiùFë ‹K r+åRâ|bê‹L°ðî½YwÍÉ_È?É—е•ç¾+.•䊋EQõïþa¶öVq±˜6Ÿÿþ©ZUw¿šm³~mBQýÌ¢ú“Ýl îÀ;Éó<½W︚ޫ»ënÇÕ‚áðÚŸ½+ÌÜÊêº!¥L}–²ÿf çŸÌßœÎ轚ޫe·„.doeô>Cë‘™/2OŸ=­½•Î轆Þkd§3óÛ´Y¿ƒmx×q©.€AÓ4wÝÕõ‰?¸ÇÒ:Ž…k½Zð)emrŽëºfŸüÛ0ÚÊŽë|ð¯CMË©­f˜†ëº×oã`[ˆûðˆEc…ç…Ñߌ¶_­ð¼x]³Øu]WkÊ4M!„£vîøièFîÏÔu£IFWŽÙ¿µ~íX¥Íúml+À»ŽÉ<N„áKÉû÷îw\íþ½ûÉK¯ëñº#—‡¾¼•u×=wÝËÜÎÖ–~8:ùûŒRJT…½ªÒu—gngÝuÇ]w2·³#WFÚ¯¯išRª¶mÃË.·3Œî8’—“³ßÎÍ~=Ûæ^œ³_Ïz^òrç¸ß0_¿Ëë\Ç'Ƴ·²‰‹ ’©Ç–þߥ`yê£1!ħŸ¥ÕOÊ|ß¼y}²¶I|0ž¼4âWýáËÃ“×ÆÛ¯?þ»ÔÐðˆ¿áõixÙåV€cæ½àìðÔDjòó,Ý#È[÷*Þ®†5£aIÍ£ÜðÕ1: M©5glt¬Õ“¶f¿žÍLgòÿ9¯÷½‰é.¶m§®Ÿø\Ö>ÍÜ›Œî89Ì>cáA.5‘Î}—KO¤çº®»®[X,Ü¿wßÛðºÉú­îOßåÐø—·³ãŸ¥ýêfööÌÐÅ àu#î8Aô>ãéãùü“|îOs“×'ƒûðÄ"cÿ6ÒÍžîc}Ë œ6“W’¾/’“×§øDÄ}8dÉËÉ.Ãý¡K}4Ì¡àÍàÎ<qqqqqq îx—ñ˜-'NþI~áY~ey%xªnd 2|é­=x €×ŠÑ}'ˆ»æ ]É-Ìÿv¼\.ÿ¼ùs¹\N}œÊ-Ì]qל£\ù3ý>AqšSkÎðèØøÄxq±8|uX×uº®þf´¸X¿6><:¦Žvâç8@Ü€æÒ×Ò™éÌøïÆ›¾;þ»ñÌt&=‘î²´¹oæÎôGæ¾™£c\]¡€¸oSþI^ëÕZeýZâ×z´ü“|Wqÿaîæÿº9÷0G߈ûð–-<ËOMLu\-=‘Î?ë÷ Ï ážp꣱°.qÆŠŒ\Q«ª¶¼þOûí¬Ð¢Em6lºwqö§T.ÅÏÇ;®–¸(-wžšòàa.õɘ"õÑØƒ‡çóŒ_ŸŸÿqyeáQ®T. ïÞ›uלü÷…ü“|q©XÈ1öáhq©XZ,꺞½3S{«¸XÌ?›ÏÿT­ª»_Í ç¾+.•䊋EQõïþa¶éaL«2 ‹K r+åRâ|bê‹L°ðÇÕ•àOöv6q!ÑåŽZµ¨Í†M÷ îÀþxž§÷êWÓ{uwÝm¿Ž»æ”ÊvpãÎäåd©lw¼¥ IÇqÜuG×™ÛÙ`áü“ù›Ó½WÓ{µl]Ò}úäéà`\J){dæúTq±P{+;Ñ{ ½×ÈNgæÏo{,doeô>Cë‘™/2OŸ=Ý[6eÎÜÊêº!¥L}–²ÿf×oµ´TÌ}—»o¦ËµjQ› Ûìp(¸ï>€AÓ4wÝÕõ‰?¸ûuæ>ðsòÚÖMES%.&>ý,}f ’žH7«›2›*ÿÕžº‘i¸3OǵjQ75¼&遼§&R“ŸgéAÞºWñv]ÖŒ†%5 rÃWÇè44¥Öœ±Ñ±VOÚšýz63Éÿç¼Þ÷æœØ¶º6^|^86½}üZGPûP4soN0wÀÉaö r©‰tî»\z"8ŸÐuÝuÝÂbáþ½ûÞ†×MÖo¸³~½<\öËÛÙñÏÒ~u3{{fèbâtòñk¼ëˆF±éˆ IDATûN½Ïxúx>ÿ$ŸûÓÜäõÉà><±ÈØ¿$»›ar€Lß®>§Í䕤ï‹äÅÄäõã0£ýøµˆûðŽI^N&ÆôñÔGc©ŽÕô³ã×"x×q©.@Ü@Ü@Ü@Ü@Ü@܈ûˆûˆûˆûˆûZ Ñ8N’—FšA?÷q ÉYñú Àd€¸€¸€¸€¸€¸€¸÷÷÷÷÷÷â>€wDáy¡ð¼@?€6BtN¨ª°WmoÝÙ¬ŠS!!¥Œž‹×b´"q!qàþ*›÷WeÛeg½ˆi½š¿á+eÓ'€¸žWBHM !d´¢ÁòÚô˜†AzwÍYyi !NI¡õV¿U¿Z䬥~R›¾_+¿~ó­u,K)µéûáiöG*•Šë:¢êËž°ÕoÉYÛ‘ã*ß÷¥”†nê}F­L×uœµí·úÌúæ4Ô¶þ¥¿áÙ«Êߨ!4-lô™š¦ñ€¸ïï¾U¿¼TÔzpXÓ{à§!q!Ñt6ÎfÕÆ¥”®ë¬Ø¶ÂÜNüBˆÊ†7x.”Ðj2O¥â ž‹{žWZ.UÊ%C7ÏŽ ¯T.Ùv)˜JT˜§ Ó´”²ƒŒ ñû5zÃV4&„Pv·§#ÊË+›¾œÇð<ÏYSšåóà„àR]œPÖ@$Ü#7«ÂqÛ^Z*¸ëN›õMÓ”R !tÝB¸ë•]ïö›ƒu´^m×KMBT6¶N 8®B¦)BÂ0ÍÚ!„³¦„f¿%CR†dýÁFU_T^Ó´Úy p0ºceïjZ]2«õhÑsq¿ê{ëµjoV…ZUz¯ÑtåÚ|˜ÍêÖ’úy;B’ëÖ°NÓM|߯½üíoïhë-¹µUí™ý–Zµ‹/ŠBˆ°&M3Òj2÷ùàÝ’¸˜ Æõˆû8IßûýÜG†¤®š..Ûü´l͇‰Æ‚ üc±”bÃ÷«¾ I¿Ú˜ï77ü`â~ýa@“c†Ý ÑuC× Ãwþᨿ+ß^Œ¿z×€·Î|ßT/;Ìïe2N¨r¹ì­;¢*„[—±níŸ ‰æy:$„jµÃUËÍ»ù¡Õ !„£”¨ G)!„¡o]’\›«Vm¿êûU¿¡á)„Z¤VUý[örÙßðe4~apŒÀIÃÿùqBɰW•¨Ú›UqJÊàêØ­ÌÌ~Y*ŠíoËŠ¨Õ•Ò‹Ò))MÓ¢í,ÿ=›wOï37«Â]wÜ¥‚ ÉÈÙ;ó× 8kª¼T îÌãÔ]?`YÛ^±m[Jeô™Ž»SC£Ï´Wíà&¬…­î'ý€wß{º® !¦&R“ŸgéAÞºWñvÅë°f4,©) U¡”ZzQ\Z,,-ìå²çy¯dß¡ø›¸xõ¬ÀÁ0wöǶËBÊè@LJ)ªÂó¥T4¥gÄ}xçy^ep0±õë3$´^#Úkˆí1ìàï`Û÷}µª<ÏBhZز¢ÁV…ç…ÈYSýälú~PfýVBwM©Ÿ”¨ ]7Ì~«¶kµ¦ÜŸQõµ^ò¬Ú¶ËRJ‰ª/{–eI)Ûì]¡”r]GT}ó}Sï3·vê:{ ©¯jâB¢ð¼P«d—…ìí–]…¬Ú®ëˆ0O›+/ÕÞê_¶ji«rÄ}Ø7M Û«¶ÙgÈ­~yCBØË%³?b X¢*”²me[ÛÙ½âyÑs1’{Ó­ÂY÷¢çâB{ÙVJ™¦xžÆdHÚ«¶ZUfÿVÈ®üÃFcRJ¥”mÛÁ©†V{Wj§¥ìÚN›ÒPÕ® ÙÛ-õ…ø¾Œ !”mwÓùM+y€ràä`î>ìeE¥”¶½²´XXZ**¥DµùšÑsqMÓ„"$LÓòÖ+µ·Ì~«!@ïÞ…%CR†¤eY®ël¸ŽÕoI)EHXý–»î4TIaš¦¿Qi¿w×u¶ÆÅC¢þÔAÓBZUu¿…4åºNP¸ ÉúB:v~Cù(NF÷`ß¿8MÓ¦)‚ 3JÙvÙh2wßßðíUÛߨlî9¨ÍBiªö®”RT·&üø¾_\*vü]^ÛW˽Wýæ{oVHËªî³æê iß!Ê?@9@Üt$¥´ú­¥¥æ·Ö)/—LÓÔ{£"$DU»½ïûµù÷b{d]†dô\¬û8ÛrïRÖÊ•–B!!¹«¥ÛNÕÿ¯©zðr‚É<°_årÙ[w‚êû¾R¶¦…k9uwÜôeè” ß÷íÖsÊ÷l%ÔªíW}¿ê«U[×`¡qÚ´m;XÓßhW`û½›º±UNU¨ÕÎtßW!{Ðu£¾¥;‡=a¥Tн¶]îX™Vå£û°ï¤kšÎšÚ Ð!©÷†-kk&ù¾Y~Qܬn݂ƲbÊ^©,û§¤4O›NÝlû]îÞJÖ´ò‹âÖyÌ­ëqõ>Ca/—‚‘lÓŒ´¯g«½ë}æfU•Ë¥à¦:ë„}²·µžT«vy©(BB×M±}ueY¶m/-DHš¦é¬W:~"MË!ÞÓu]15‘šü#¸&ሔÇwæˆûˆûˆûˆûˆûˆûÀ‰À}÷smžƒ ÀÑ7t)¹éûÞœÑ}àèf}ýô+=,œÑ}'ã×åå:ðÎÑuýK`t8¶ˆûqÀëô†/'åêUˆûÀáÄ}àXªŠ¥¥]×^.׿\Z,ˆª(ð6†é8*ˆãÞ†'„ð³>¿ª5eöE*^©]Ö÷<Û.YV¬vPãû¾ZUžç!4-lYÑ­ ÏS«+¾ï‹4MS×V ƒ:¸?9¢êk½†eYMëà®)õ“U¡ë†Ù¿³NÓm Ï Ááy!bYJ©Mß÷H³?âû›jM ß—=a˲¤”{[LÔ´^#ÚkˆíAúàï ðVm/ÐŽÞvGáyžašÁ¤sÏqôÝ3p‚~!„³¦Ì¾¾+-ÛV¤iÖBDÏÅ·†üCÂ4-o½R{Ëß~Õ—RÖØï]踎ÕoI)EHXý–»î4Ý‘eY2$eHZ–åºN÷ÛšÛCøzŸ¹Y–­½ô7*Ív•RÚöÊÒbai©¨”U±ß¶›ýVõ›"ýÐ £û@;†aÚvIï3DuSëÑDuSáüäX±]Gº¡”òÖocÓØu$P»®´I#–eÛ%k ÉL!„¿áÛ«¶¿QÙ܉£1¥lõw[HiõG‚m›.ô}¿¸TìØ´Ú¬)¥¨nM’éfÛÆØ]÷[d³Úü׌išÂ4ƒò•R¶]¶¢Ý·½¾¶€¸š` ÞuÙBÈž°»¦DHì›7O¥e;r¶qhïÀ³®2tÊ^.YVlï´ŸòrÉ4M½7*BBTEa±P«I‘ƒyÿƒƒ‰– C2z.Ö1û¾¬Lý¯Eùn¶=xJiõ[ ·<êØvp`Læ:0tS­Úá_hBˆpXSW†ÞdºŽÞg&.$ôN3yZ¯fEc¶]ªÍ¢©Ïá2tJ„„ïû¶m×–Ú¶ío_¨*„l³Ð8mÖ–û» ©§Vm¿êûU_­Úµk|»Üv_Êå²·îx|ßWÊÖ´pðÖ©¨«˶7س·æ %F÷tÃXy¹•P5-¼Yºq·ÎÔz´h4^^.‰ÿϯ?H°¬˜²W*Ëþ))ÍÓ¦³={Þø…f—KÛÓô#mê}†Â^.ã÷¦iZ°¦•_·îÌcšûÚv_LÓtÖÔV|I½7lY[3yÌ÷Íò‹âfuëH«¶7¸{+ÐÆ{º® !¦&R“ŸgéAÞºWñœÝ9ÕhXRÃ=[Ðô[!„ºŽ¥*TØÁd€¸€¸€¸€¸€¸€¸÷÷÷÷÷÷€'D{ž„‰ ºâpyëž½º²éûµî­uuCŸó@Ü^•»æ¬¼´…‘³–Þg¼úBÍ))5-lõ[¯é‡ìMÃAÖÆ¥”|ý ó“Úú‡«^1îjùÛ]S+/•ïûÑh”~® Æõë³~­ÇÈ€¸&Ïó*¾oôBøÎzÅó@÷@ÜŽ3gM !Œ>Cá¬Wœ5¥iMFâËË+›¾ˆi½šçy­VÛ“’•Bö„k±uŶ ݈F-µ¦Vl[Q‹¤BˆJÅŒÆ=Ï)-Û¶½=oSøÞ \ÿooó˥úÄÜa×Þà¹x«_›Õ­¹7A9Rs;ñ·ÒªÇšV»½6ÝR_íÃí^Žî̃Ê÷}g½¦išî‘ÎzÅ÷ý&«VwæŸhšf ´Ëú…ç…àÏÊKu*$jcáÁ¡…iš"$Ì>³¶¤Æì7EHh½†¢²á¸]žçÙåÒfUX±}íºÓ4ƒ¶éÙ]¯t®Ä~z¬½6ÝR_í7Ö½¼sÝDZÒfBKÇq„FŸ¼4úÌŠm;ŽcšæžÄi©U»ø¢(„kÒ4#m&óÔÍÝwV^ÚöªÌÝ$ŠKÅÚš ¡S†áÒUÏóìåÒfUĬZ%_e×µi9›Õ­%›~笼¯k¯MÝêß:¬îÝûýà(K\L£lÄ}œ¤ï}wEÜŸ”bŶƒ‰µ…{ã¾®ºnø¾óGý]ùöÊà`ç© zŸ±òÒÞ™»’¢êÇÏÇëýN?̵¬±¬`ûÕw½5-'k˜|ß¾n뱎 lû›ìU»w__Žó}S½´Û¯ÃdœD®ëlVEX '.$jÂZx³*\×iXÙ^.û¾ì‘Æ/Œî‘Ý5GÔÍÝ7O›BµªDµÍË ÷H!„·îˆªP«»f§œ ±=ª½]ÏÒfUDÎZõsÖ¼ë½ÃjÕî²nÝ÷X›Bö÷ËîÕÛÀ1Åè>N"ÇQB³OßûôŠWqÕ—>Ó^ݧ·Òo­6þ}J £×0û·Îè}†<%ÔšZZ*ˆíûÕt¬§eEl{Ŷm)•Ñg:u‡"[f–Šb{L:˜o³òÒ^Ù>Ê–l×µ ¨Õ•Ò‹Ò))MÓÂé¦nÝ÷X›BöåUÚÀñöž®ëBˆ©‰ÔäçYºG·îU¼])0¬ KêÓ6ó1À ažµZMæYx”›¹7'˜ÌcÄ}€¸€¸€¸€¸€¸€¸÷÷A!ºÀñVx^ ﮡKÉMß?ðæŒîG7ëë§ÍW)Ñ}'ã×åå:ðÎÑuýK`t8¶ˆûq8‘¸Ê³KÞ†·ô¢Ø¾»èLÞ<æî8jUYfDëÕè ˆûÀQ䮩•—*rÖÔûrý{ýÐõ))4Í0ûM’‡XÃÂóBâBâhöž¿QÑz£{«z”ë q8AÔON䬥~R‹ûBˆZ®õ«¾³æØËv4=!½·YmÞd}ˆûÀÛçyž ½ÏpÖ•çyš¦í]A­®ø¾/BÒ4M]7Ú”&CÒì3—~ÚïWkÊýÉU_ë5,Ë ž"–¥”U_ö„-Ë’RŠ=#âÁËàìAðwmà¼iÂn¹¯³¦úÉÙôý†îû¾ZUžç!4-lYÑàCÓj4튆ºµÚPáºNÓö6Ôm_Ý%8‡qhÏYSFŸ)„0 ÓYSšÖ8*oÛ+V¿©õ¾ï+¥ÚÇ}QjMÉžðVÆ]SžçE£1’öª­V•Ù¿u¡ò7I)•R¶ÝîlÀÞ]Ÿ¡+ÿp;ïËó¢çb{çÙË%³?b X¢*”²me[ýV›Æí튽uk¥U{ëëv(ÝÜ™¾ï{^%Hðºnx^Åoö¨jSøU_JYonPx^Øú³XpRµÕ×±ú-)¥ «ßr×Ú&– †¨MÓô7*¨¼çyΚ²¢÷eö[M¯%ˆž‹oÍ Ó´¼õÎÕèØ­´jo}ÝÐ] íÐ £û€pg³ºknŒ³æÔF”·2ñ@L)[ýÝRZý‘½³}v…ΪPk;ÃϾï—Š¦¿wy b¯®DbõKZí«6õ¥± ß^µýJ—è¦+ºù•S¿»úº½¾î€¸œDîO*>¯%Nß÷Ë/Š q_öÈ`Ýó<Û. &Úÿ`™¦¹´¸uü C2z.Ö*mïuªþç²M¨­ »\ŠDêKÞトåå’išzoT„„¨ŠÂvµ[U£cWt[ÿÐÐ “ypâ³¾ëhZxWb–RÓ®ëÔ¯fÛvÝ ŸNI´*”Ú™»oœ6k›û¾mÛònOX)xØv¹>F×Ï2*/— Ó”=»×÷»¯àG†N‰P°;»c5:vE« »t€&ð/Zat'ã(ÓŒ4&Î>S©•úëq_hv¹´=a=Ò>tž ·¸Ùš×®÷B{¹äû¾”rïîX–eÛöÒb!¸õ³=™Þ|ß,¿(nV·f U¼JÅ«¬l§á`á~÷%„°¬˜²W*Ëþ))ÍÓ¦³=W¾U5:vE« »t€&€VÞÓu]15‘šüp4³é^Æ€ îG ±".ÕˆûÞ5Læpü ]J—:pÒ0ºàdýÓ&ý8™ÝpÌmú~«›”pì1º÷÷÷÷÷÷€ûîãXI\Lšïó@%â>Ž¥*TØÁd€¸€¸€¸€¸€¸€¸÷÷÷÷÷÷â>â>â>â>â>â>@Ü@Ü@Ü@Ü@Ü@Ü@܈ûˆûˆûˆûˆûˆûqqqqqq î î î î î î îÄ}Ä}Ä}Ä}Ä}Ä}€¸€¸€¸€¸€¸€¸÷÷÷÷÷÷â>â>â>â>â>â>â>@Ü@Ü@Ü@Ü@Ü@܈ûˆûˆûˆûˆûˆûqqqqqqq î î î î î îÄ}Ä}Ä}Ä}‡"ü'yiÄ[÷è¼J/ å¿–è€nã~þÙ<}t/yiDöȆ… r¯µüîÍܛۉûBˆá«c|f@—šQñœ½Ë+W·*_˜»[Ä}€¸€¸€¸p³_Í}úYªÍ Ÿ~œšýfîuWãLäí6ó­÷@7Ê/Êñóñ†¾ªÙM3ßds^ÇÇúº¿*o½Âï\ î]¾ïÏýiîæç™6ëÜœÎÌýŸ9ß÷߹ش¯f¾=ýÃÌÝÛ3?®®4í.›ytšs ¢9 î7ñ廑h,ݽs·UæøàÒPÃÂ.½J©m[_HþY!™¦ÙfCÓ4c¿´ ߺÙEð§ýjsßÌéÌu1ÀÜPTs ›f¾™¨­ŒOݘò¼ý=ŽÍþ›=8oÕ]6³ûæœ@µ^%÷€ÆýŠ‹ÅÂ=-ü×ÓÂbñÁ£…¦«I) ÏwYáû«< >ÇÔÇÄÂó|òr²ã¶É_基ÙE7‰|îaîæÿº9÷0÷Æ>˜.›ùfz X'ÿdÞ÷ý̭쾪áoøuOw8x3»lö÷çæ'oLê}†ÞgLÞ˜œÿÏæàÿ,5ûÕÎø÷ì7³ãŸ×¯0ûÕlü|"MÝÈÔ&fœéß±ÿ2ë«Tßc»¯sh¾mCW·¨O&¨Ïì7sˬQJ¥¯¥cÑX$ûôZzçÜÎëè4ð¶â¾ýÒŽ låƒØ@Ä~i7]-y)éyN¹\B,½({^%y)Q{wîÛ¹âRiáA®¸XUÿîfwòôâÒ£ÜJ¹”8Ÿ˜ú¢Ã4noÝÓ~Þ9Ƹ>5>1þãòÊ£\}4 Ã[÷¥<Ì¥>B¤>{ðpnïÁÀØ'©ì­l꣱`˜¼éxùÝ{³+«*ÿx>ÿx~eÕ¾ûU‡æ74ó½wˆ=ÐÊÒ_Ê óAc›6°¾CšžCè¾™M›“8ŸXúKQáºNf:„Ë¥¿íKÛUó¯f•RùïŸæÏ ‡ò=@™õUªõXöv6±}èÒfÛ†®nRŸ{³îš“ÿ¾’/.»©O =‘ûp´¸T,-u]ÏÞ™9p÷õc^Å©žðÒöÿñ»Šûþ†¯õhÁ¿µÍßhyÅdê“ôì×sBˆû_ÝO}–Þš²·2zŸ¡õÈÌ™§ÏžÖÞš¹•ÕuCJ™ú,eÿÍîP™ê®½ËtÇ]wtݘ¹=ôÎrלRÙ&œ$/'KeÛ]Ûy”ñƒïrS_drßÎ%.&Ú—3ÿd>;ÑuC×ìtvþñ|ûæ74ó°zbÝËÜÊÆÏÇkK²Ó7õ^­c»ÿ4Û4,bg¹IDAT³©Ä…xq©,„˜ÿ¯¼”ráI^Q\*'ÎÇÛ—¶«æç³Ó½w«æ‡Òç(³¾J[KÅÜw¹û÷fÖ9 _¿›Ó½WÓ{µl]ÔîXæÓ'OãRJÙ#3×§ŠÛÉþut8¬¬_øþ©ØNY¡n¶‘=ÒÛð4MBx^›ù£W‡gîÍäŸäí¿Ù¹ÿ³k Üqþu¨éVÚvÊ‘Rv¼ûŠ®ëÎ?*fŸ¼œûföîÌÎþÇlX“7§³‰í0ê8޶;<ÌÜÞçE¬Xý’›7&ƒßÿÓÜØÕkÀ꜕]×0·êl˜†ëºí›ßÐÌôÞaõ€Øž(¢iZü|<;©û,ŒnØý§Ù¦™M›Œg¦³Bˆ…Ç 3w²³_Í^.•K3w²íKkSóCùÆ Ìú* !ÔªÊLgrÎI);nÛÍ×Ïì3÷UŸ€½lgïdË?Ø ù¯£ÓÀ!f}k ¶¸oµJË+A’.-¯Xg[§ÛH}œJ_ŸšüýdCÙ†näþüdžLÓNHø¾dúY±Hù/KfßðVÝ,ë_ÝBž¦nL•¶O[”ÿZŽEc¯Ø_~ÕŸ4_\üïZµÝ5'9<2y}\†¤báanø7cZ–êtçx]×å˜ý¦ÂQŽ®ëí×ohæ¾{ïz ÐÍÕÌûmà~›Ù´9RJó´‘–—R&.$îÞ›-|_0ß7‚¯M—ÖPóƒc¯LÏó>½–ž¹s·~ÍW¬ZSÁöUŸÔÄøÔDzöë„Ö£y^,}1ë½[a¬«É<#ÃÉ»wîºkŽ»æÜ½swäßFÚ¬<þYêÇÕ•ñ=ñwôÃÑÉßg”R¢*ìU•ž˜j¿Óè/£sßÌù¾ï®9õ3}’ùg;s…Ó×§Ôªª]ùZ“ö4yag‚ÍÁîQ˜’EcõÙEï3b¿´òOòÛ¡ÇXx´ðàÑBíeMÓ”jrâÈå¡Ì­¬ë:®ëdneF.´ßuC3÷Û{‡ÕÝÛo÷Û̆æÔÄ/$²·²ÃW†…ÃW†3·2ñó‰}uÚÈå‘Ìí¬»î¸ëNý}‡Ðç‡Ufê·©ñk©h4º¯Ÿ Vß½àÓùòVÖ]÷Üu/s{õñ}_ëÑ4©¹kNæFæµv8´¬ÚÔz}ÄýÑߌÅÏÇ¿Jüz(q>>zuø5H}4–¸˜øô³ô™Hz"=Üéö‹3·³…ÅB$K\¬-O^J”Ê¥Z¬I^H|z-}f r÷³³ؚ嬔*•íÚ|úr¹Ý}û—úÜæ–&sßåF?mìÆæ¾Û¹#§Þ«Í?Ì-<^˜ýjV1þ»ÔÐðÈÞ¢Æ'ÆÍ~3ye$yeÄì·Æ':œ hhæ~{ï°z {ûmྚÙМ] çãîº7òë!!Äȯ‡\׫Mèê²Ó&'ÆÍ>#qq(yi$QweÂ~ûüË,ÿÕžº‘i¸3OÇm[}÷‚OGï3ÉKÉø¹XíÌ[Ç2gnÏ|yçî™ÈðèXôWƒ¯µÓÀae}!ÄÂã­¼ú^0ébj"5|uì]iÏìWså¿ÿØú¡WŸ~–Šþxí ÃØ‡cék㵇=›f¶ñõ@7Ílh^…mÛ©kãEbÀ+ kFÅs.<ÊV®nZ~7Y?x9ùEö]ûöëËÛÙñÏÒ~usò÷™ˆeÞäV˜‹¸ß*ë[±äåaÑ奺Þuúi3y%éû"y11y)õm²~íR]â>p"¤>K}Ä<NFÖ?mÖžšõOôpœ²¾¨»T—¸«¬_ÿT]â>pܲ~í©ºÄ}à¸e}MÛš»¿u©nòÒHXã¹÷À+y}¹ÚÐͅǹ­p¯ëZÖêe-ë‹Ú}÷?L掭ÿ?³9Ä †IEND®B`‚caja-actions-1.27.0/docs/help/de/figures/cact-folders-tab.png000066400000000000000000001061441433352025300236770ustar00rootroot00000000000000‰PNG  IHDRú&lf pHYsÄÄ•+tIMEÜ *@®tEXtCommentCreated with GIMPW IDATxÚì½_hwºÿÿì2…G À ¸0dB ÓÀJœÀZ|s•ˆLĦÑ©ÚÀF>Ý^$:¹ÈOɲvºQÒª -rà+pB\ø•U.r²H…OÁ¥H`5Ì"˜2ß‹‘eY–dÙ–ìØy^#f>ó|žÏ¿÷çÏ|æ7ªªÃ0 Ã0 Ã0û ÿ‘`G0 Ã0 Ã0Ì~¢ð¸`ýlIþó'“=Â0 Ã0 Ã0û È#òhõ˜øÒTÈqÀ?ŽH B…ýÅ0 Ã0 Ã0{oEîûŸV„¾¥52¢ÇB ‚ˆ`/SöÞCûyY¼ÄÚù»a†a†a^kVä¾ ?/D‡ÆO&e$ë…í,;ƽR%Ã0¦oDËOŠÓ·³V0Dx   ²ûf˜ËÏÀøØ8Ç÷ÍqNc¼^Ï8îiχ~JœKhªæGáuˆËkëÏ7­þa˜}+÷ ê+y(~:Їú!Ý|AåMٳ翛‹ŽG£SŸ§2_ܹž½›'"dÅÏ0Ý5–àAâ\Bá”äìí¬ßÝÞ£íèöE@ìtÌß' û·ìüƒù=¡<|ÌÍÔ•T­ÚùxmÖù»ëy”0v&‰èƒ:ˆª°žYé«é-èký©‹SÖ3k_jèZµ³Ví óƱf1¿>Qxõm < •gó%³¨ivEˆŸÊÅïæcçÒ#'£T±@=ö"ÃtËø™ñì—ÙÚçÓãME±Ó…ÿ6þš×#[Tœ§bµ'có÷ç7²·ËÎ1Þ5b§bÍ*Ùë¥3[Ä«§õíÎyarãÖþmx/ã‘8Ÿ‚“'wŒéÓãÿ>ž›ÍÿÛ8x0«‰’ÑØ¨Ú¦ ðO€üý|þ~¾6ؼÖcàAôx4u)E¥®¤æïÏ·¼i£sÆN%?M–Ÿ”ÇÏŽ—Ëåħ‰±Ócúm ©9}c<˜º8Õ"<@ĉsãÿ6žû[.v2–ø0Ñò´ú× ãÕöóÚ¯-Sj³Î;5–ú,%ª"q.‘<—Ôõn,Üšç»482€Â÷…–¿náÖMÑ©õ¯Šžˆ&ÿ3Y©Tâŧ>ŸŠžˆvéÿõe§]fØÑœÜ]°Þ‘krþã¿Q ͳj]\òÕ¯V» mN“À­º®ëú§Ù ¥.M¥ÿ0ný Ù œÔËe³h• œ ®¾‚б¡¹ø³ /î1L7X–Uø¾;›»?;Ë?ÈÛÏmÿ'¿ô€ì—YçWgöÛÙøñØéXãÜz!€Ì_3ίÎÃÿÿáäg“Ú Öeu6<3ó׌ãÔJ·TÀë…å¼tœ'NéI©1¨F«º7@{[‹ŒD¬g–šõÌŠŒD0ˆÎ¯«UJìd,ùǤ]±S—R–eµ»iã_Åfïf_ì·ÙØéXìT,7›ëì·õó0õÏ«Ro-¶m§o¤ÓWÓ±Ó±¹ÿžk²*ûu¶>v›üc22™¾9ÝÎøÆ¯íâµá™þ×v)Õ£ÎΉÀ­›·üüÙhyÏ=ß9kÕ‘e¬çVËæp;‰ÞÒcgÆ`ú‹iÛ¶àÖ·üÝðÂõeg³™¡·9ySÁnxÇ oÁ0Ìö‰¯ÎÝÍmXîâÄW‡×^¾:5ç­,æ1M³þa€$®fµ ÆND4ÄR¹Œ€Žå _P쀦QÂ#‘äç鯉l†a:P©Tfþ<=õûé›ÓbYÔ‚•ÅÄí«>¨7±ÆÏæS³)ðnBXUÛiš«áOߘžº4•½“ó'súÆôÂÂBK«º7 ~6î+!ÿ×ì×ÙôÕtìdlææLýœÄ0s}¦ñvëoÚxDPjÆ{PY®ÙÐoS­Ýñü½|8N~š¬/XòO6Ž“œ6†}‘ ò€Ü.›¾¶‹×†gú_;§TýÌÎÎ÷±\.¯yK<ßÁ`/Û¾U-“c;‰ÞÒuø½‹¦rºa"6–Íf†~çäÁnxGnîfg¤Â¦Šv7m–K.ø‹yš‡!=¥\Uí*†á›$¹lZZ-R´A$4¶Ó7nxß}†Ù þ¿¦jswçêbUÓTlˆõ¿£Ã› ¿û6u¯Ù{³ácáñ±ñÌ_2Æ;ÆÌ™í Áøû㾚^4ÍE‹•ñ÷Çßæ‘<—$¢é›Óí†Ø×ã,; Ê*¨jݤM±j¼±ÿÓWÓvÅž¾±füûÖ·"#‘Ô¥ÔðÑáp(ÜîZß¼mÒH»”Z£œo¿°@;¨mÊ’­y¾Ë¬Uø¾í6íI¢¯ÉÆ/lÐU½Ö‰Õµ-'b—™a"µa°}º#ü±üýÑß›þút—_ùmˣФ}H×Ç„u߉œŒ‚¤äÌ›OMË499fSL\˜6†¯Ý¸¶þ§ì7Y˜º4%Ë2"Žùêë¯6x÷!lê^·¾¸e†¹dêãàO ªƒêfƒ;=&Ërq¡Ø(C‹ EY–ÇNÕO[x²<Ÿ$nݾ寯hyÓ&ù‰s bâã¬jè9D4õù”ñ®Ñx0 ÀJ8yqrMï™±S1 âÄʼnƟ:Ç«Ë@Ú¥Ô¦œï'âåÿº¬ªª”/~¹žïÆ`˜ùbÆúÙJþ!yöóò€,å‘c#·nßêS¢ûËo&/Mʲ< _þìr—þ_O‡Ì°+9¹C°;\v†Ù°“ÐýUïxï½ïu>§í}EÒ–ìØ©˜>º +¨¨€ è‡tףʒà„a˜^1ûí¬X‰þXf©\ªïÚÙó6u¯Ü½\êó”ñ®”ÿYN_O×µÚÄ… ? ¼Ë`ýÅ$ù{köýÈßËGF"ñâû,,,$Ï'3·3éëiEQ²_g×ßtP»“E ÇÎŒ¿?nWìôõôì·³}Mµr¹œùk&ù‡dýHòb2u)•û&g/Ûþ2•:©K©Ô•TúzÚ~ag¿ÎÖû0-ÙŽ´K©M9¿žˆóæ‰hú‹én,Üšç»1¨Jãï'>NÄÿ=>uq %B,š‹}JôüýÃ0 ³ÿ¸õÅ­Ì_3æ’©ÔÓWÒ½e·0 ³wi#÷=°–,{É"" "š‹cgb¥§‹ös‹ª„ˆÄ/Øc†aö#ùùôõ´qÄ "ó'sâüDãf¦ Ã0{Ž6‹yÖ¢ÕžE«,ñã¹ Ã0 Ã0 ³Ø`1O#¬ò†a†af/"5j†a†a†aö¿QU•½À0 Ã0 Ã0û’ß² †a†af¿R[Ìc>åÕù Ã0 Ã0 ³O(=)Ä?NBã£ºŽ°Ù/ Ã0 Ã0 ³(ÿPò?ðb†a†a†Ù·°Üg†a†a–û Ã0 Ã0 ðÜg†a†a†å>Ã0 Ã0 Ã0,÷_{ ³ö™‹ÞÌ4­Çº\.¿w2Ê›a†aXî³äâxqŸg¦]úÆôäç©_–Ù9 Ã0 ó¦ËýÃCÃþßp(9?QÿL…EºÉŸoHg¬~p}Ú™?™±Q®†a†å~M+ü²´XZ(NßH¹ÑS±Ý’Ñ]šúËÒâüƒym@KþqŠs@MîßÍ]þ¯ËÙ»¹= Y–ÃÇÂóßÏ×ÔU¾/Ôõ}á»BøXX–eNî ¡*5¼‚a†a˜7[îû ¢a—¯¤âïǧoÌø-Ëš8?…‡CáOÎOøÂËSôGÙë—gng"ǣáðÔç)"òöoð['/$ÍÍδ´ß7,ûu6r ‡Â©«éÆÑåñÚ”fïæ"Ç£‡áñ÷Ç­%«·Þ(<*(A%ñQ\‘•£býx»û.,GO6†#Ç£³÷òëkæf-Ù¯W§ ÖÕÒÛäì™±üýšÜ/=)@©\{¥\.?wöÌX'7¥©ùÔŒŒD²ßä`íÑfsïêWRWRáP8<ÉÜÉnÎÐÒÔÆ8î–a Ã0 üFr¿NüìXa¡&'.LÄ?<[\(–UUMߘ†••þ(»Zöëlq¡”ŸÍÁ£™›™~G[,‹ÌíŒñ®ÑÙ€–ö×$ï?Ëùûóõ(ç¿››ÿþ¡µdÍÜÎt¯Mù¡ðx!/·X.EG§.¥zëÙ»¹ÄÇqH|Ÿ½»f=OËû&/N%/$yº˜¿—«‹éFÍZzRôcÑ8ϳ>¨õØ>ÑÑÒÓ’ß1+?)üŸ‘…'e¨,ÛæOfôD´ƒ“›ÒÔïÅ?N¤¯¦Å¡av(}=]Yë²ÙÜ;óE¦òÜžÿ¾0ÿ`¾¸°Ú¹ÚùRÐŽ¦ty} c†af üFUU0ŸšŽØÊ œÃCÃÍZ̓ÃG‡1›U)z*Z|\\Õ{'G¿ºsK×u_ˆÇÎŒZ¾ š†01ˆÿ{NÒ;ÐÁþâã¿«ªVùïóý ¬%+~.Q|Tè&^Ýû¡´P”d ¢ð±ÈâÓR¯ÜRynÇÆÆ‹ ”<ŠŒDçósêA­Ã}#Ç£‰O£ÿ­{ 1.‘ÑܬïÆ_[ÕÛ$ö¹v5­ê‰ããÄSŸO¥¯OÏÝËengŲ}ùJªƒ“›Ò4ý_—§ÿšÉÝÉGÆðŠéë3s÷rˆØ}î]㟯³þùÖ’õ^lÔ?ÞM&ìUæoRöë3d£ñ}5Œa†a˜>‘¿—›þ" Їõ¹•e»¾<Ú|j¦o¤Ë?šTí´À®ØïýëèD»®`„Ù¯³©«©Ü·¹t°¿Q逦kõ•Jekñêp¾/”{»š"{wV1l„\þ|²Ã}³w23Édþ’Qd¼|%=Y“*•º7v& MŒ½?>õy*ñQ\ …„àAþ~þÖÓÜ”¦·þ–¿?Þ¤õ­%+u%•û¶¦õ·Ê•JE?¨7e›(ë»U]®¡Ú±âÉ0 Ã0L?è½ÜÏÍæëú/q!9ua"óר”EU„C‘–—hª–ûö«&±ÕWdYNžO†E:Ð¥ý`[¶?žm[¶?a²…xí¼È£¹{s£Úþ`ÿäÅ$JØî*Ã0¾º} SŸO•V¤€>¨Ö½±+†³÷ò¡PB¡Pö›,bíx÷NÎßÍ}—ƒrâ\¢ÞKüäüÄô™ÆËÛ(ù½±,:ªõÜòËmËÞÅÔm³%Ã0 Ã0=¤gk÷‰È4ÍkWÓ¹{¹©‹“õƒrP–Q®<·SŸ§Õ¶e­>ozöó“Ÿ¥,ËÌ%kâBß7ÌBdngwôδ³=©ëéʲ]Y¶S×ÓãgÆ»Œ×®ûaþÁ|8nTrêA-ü®1ÿ`¾ÃU§¬%«ñ‰äFÆÎÄSWR•綨ҵëé û]ècgƦoNGF" Ïü93væìf¬ªZþ^~ö^>s»ö6Úe¢¬QüòÜÝÜøqJžO–0Ë?¤¦V:~SmúzzêÒÔÌ_3ê€:q>Qx´’ù/$ÓWÓÑ“Q”0ññ…,lÁ°äµ5Œa†a˜nØî£º ÃlÓ4ç“ÅGüä+Ã0 Ã0=¦7êv~Ô¯ç;®ôÉÔ×ÊNvKÿbôúDêÚõtòÜynúúôèÉ(û„a†a˜þ±-¹¿‡„kš7Ä-{"Fê ;#‚ØÉèäÅ)ö Ã0 Ã0¯©Ügf $>Šû â†a†aúÍoÙ Ã0 Ã0 ÃrŸa†a†a–û Ã0 Ã0 ðÜg†a†a¦¯ÔÕ-=)”(±;†a†afÊ}}ÈЇŒv')²Æžb˜ýDéI¡C‘çRÏ0\ê†Ù¥`3¯Ùâwî2Ì~¢üC©sÃÏ¥ža¸Ô3 ³×K½ÿ×î3 Ã0 Ã0̾…å>Ã0 Ã0 ðÜg†a†a†å>Ã0 Ã0 Ã0,÷†a†a†a¹Ï0 Ã0 Ã0Ì–ö¢Ñb¹÷;…ɼß0ü¾¥ï˵Ã0 ³5xtŸa†a†aö-½Ý'¢ OƒòÞœQ`f3xµÚ…<@i?G“^5×{À]0£Ñ®c†a˜~È}ò%Ôõç!ü7ö¡Ô£æÐç¥ð…u}®hE‘90Ìv@ (² ëÊŸ#*xn¯«®@Ë0 õƒÛßÈ{`Ù¢æ»ÈÁ€ö¶ºã丯Ö$R`_À+θ’Üs¯’G[ÏòˆÃ0L¿ä>xAÄ ‚×öV²$ƒŽpˆ±ŠßqDùGÀTµ¶·^k’MU¥@è]Cy›?Ãl£Ôƒ¯®°EïÞq•] ¢+‘¨Û«úF–•@pã’ëVIˆ¯€§—Â^¶Áò1¨´¨Ê<0- <”@Ðz;²@à5«|¼ ˆÈu ô~†!à EüµÂ’,Ë:i’#=ÑýäAcë€õ¬%A@ øùÇïÉë¹ øw=< Q%Däù7jU 1 Ós¹ï·ý^ge êÖ3«'ŠŸÊýí_« b? Òè jÿ>ŽƒªøÇ‚}/¯}x êØ·3ÚÅIüýˆr*f;ËÍÌþƒ¼5»ßkšn½°íŠ õ W‡Þë+¿{C½! ÿÉ]j_áÈs1 l÷Ya¯¡âl5Y‡õ½¯_%B”Ÿ @•UE €„¸R£*‰*Ù¿ÚúÛ=x¡!þZ"PƒcI€\ AäÀ¯&,›(  €„ÿ¤x„¿–ÝmÉ}˶eU t,´2ý‹þ–nÖs7 ×O->) !ÔyØ0\Õþ.SY¦ÂS ä}Wí㪦°³P-ɃIðL@ <[=·ŸÆÄÒ”¬%xŒŸaùm/ó¶ô·×ñéø»T*ö,½° R¡wYˆrÉþ: È'¢Xß®„aö/D}Pœe‡ü÷%yý*wÔˆWë{´üYFu@Ã`/·D ×ÿÕû6ØG'˪¬+Ë¢$DÄ@?–DVÍ•Vm¾„T`À€ˆP–!)€òj¿N˜Û¿¹>¤«ªÚØ…#"y ¹"EDÃ`a÷Z ˆÒÿ]4— ~rxÄÐúqñt\,%5M6NfÀ³QC)ž:=¯é!aM‰§ã$ œ( Sk(z[ wä’×Jë»ä‘¢ë€(ž”è™…ö·9¸›#Ç*Ñ£5ñˆôÜ‚Aó³ñVkMÓ*Û%ò×Í“GØøXmvái5(lÐßTuÛî{Ô7 ìð&o„Ú6AØŸ =lòCøù5¹o¹°ºË Ay–K GüÍ<I©½~‹\hœÕÙ”‡=@÷Tž[.¹Š¢`°ö“뺶iÓÚ²…bYëÕÝÃü»Cö;sþ‰œ=n$OõaËéjY,M¢¬iC0ÀsHPB@m¥Ch‚W–†Õ“sB”쥼°RòP†÷ãg˜^̳øb‘¨¶Š]W{7$ã‘ÛE¨º• IDATëè<㿵¦×óŸÇ\—ª„CU"ðˆ$$ÛÆ#T*ð³G‡9Ï1ûVëøo>Rµú62Í“x^絛A Jµñþ¶õœ·ÒØ®D¦Úî4Ðv₨q¤/âJµ^ x€$ˆµU%­GkÏ=K¸ºÀ e¨®¸wÛm‹1dXÏ-DZåÚJý@  (Šýëš7%˲¬½­ŸÁ£Úkw¹Hîæs‘{´ŒÕ¦þ=܇Ù&ª˜ }(&Fˆªä@D@CkEßsˆ*à dHèÇÒâYÎzšP9_0,÷{¨õ7hË]Ï7gmð@Eݳ¡·Ã=1ATE¹\îRšôrcfà• þc¸²L?™°6pñ Uk›(†Ù§joû{Ay.ÕöŸíÃ+î=ªê5÷7÷É¡woÛX­â±ýø~öÝßqüAÓr­oSµA5€VFUT$¤¥yPðÞ@ $€µ-'·ÿÈGà- "ª’X;:cÛöúA%QBQ%YfI·k”ŸÙÂ! ~ÂèÏvû¨Y{iÒ¶ËÚAbð,ð"ð7½%O€¤£@Q™µ— @ŽjdYë3ÌŽ¾êš³ïðŽ\£k Ñ£– ØÏ-YVVöî Þˆ`*Oª RíàÃí½Òßäy·ÿ+¡¯ø%ØÛ:C6àÅ|­ul¨ÚðdÞ6à(€¿gŒÊYô y„‚G$osæ–dY±uœª£µ• ÒèjU `%¬‹~]×ͧ掽À•i›Y£! ÃzßÖ¬Cr¨@¢`[2 êÁrh$*‘çÊ1€€ýS¶bu<8ÉÛð3Lä¾n›m­+Ë×s„K. ô\ðÀô,DÐßÖ·¹õ> X™D Ê(Õfö©a¯D ¸=}©gUÐO& Qù6§~6©ß¾e_J‰G ‚Yû ®^JA•ì¿f€ˆ—”2û’õª= ª°+B?¤в¬ ãE‘eYé…Üô–z@ä ÍV•ƒ¿à„zT±Vw¶ï< ª-ÚÃ…žÞ#®ÌÌ,—aÁBQ±HÀ‘Å?‚gy€ x.úÛø€ ZxÛMj𦠮>]ˆr°yÐD‘•pÈp„†ˆ¼Â.=ªG Í×ý}½ÊQ”£P5…©êÿ¦ACº%–&œgyepÄÈãöϳ(Gä¡[œ ÓO¹ßn&Ý#H‘ AÉ ò]×¢Þ¿‰£¶’O‚Úœo£aoõÇ‘ËÂ>Ÿ¤'%ù£81ª‚¾/ˆ/3Îý<ò˜³¿iÈáÖ’iþl9Ž£(ˆïÖsK×ôÈH¤ø¤h=³ cxû·#hÜ™'°búKxÛÙ£’p½–¯DɢБ°ŸšäÁÞ•û@F–Ë6¢ (ƒ í"96V-À†GuÉ!ÐɈo]â×ÿm©æò¶<»‡ý+YÏÀ­î\ –K e0æ¯îÏ‹8”ã´`˜þÊ}j·3à‘ç @‡„à‘ù´$–+»VÚ{Z¯»#ðVZ”§‘Š6 ÞR €à:@TMZ¶„§ÓÈ”«†zcmƵ¸VVõ`íWÉdËt¤Ö«BVx»ÇÄX8­ÿ›RøoÖ£ªãºÒ˜½4+ÙKWs'pD@‰\†éG³àï¸×j€-zhŒ¼yTXÎØàz8ìéÃò!Ô5½·Q!"R@J§=¿·YÈÇÂ4¤¯îÔ*·FÌþ‚påY”ˆ<’ƒ J Mz$c r è°y嶪1zI]Þ7w6w#”4±l—ŸZ+Ïj ÆwîÊZo”÷+Ïu=À`mÚ_h%Õ^*²ø´$ª@×ön¤ޤÀP‚¢P)á²^<TIÕa Œok~Gh›1•eÙyéZ?[D´ùÙDDýˆ.˼åñ>§¶V'Ê[àJ²K)ëiÊ•Ó2Ê"‘‡ö¦/r%t^’ó²ÓˤÈ#ª’à¡ÇAGØúо¢ ñΰ¿Ñ>"ÔàÀêv×.KêÄú!%ÐÞV9ùf›õ‡û’àÕ•½,+®Å…"¥€ã8+‹1Vµ›ëèqKÜóÛ¡iª"ËNUPÕmÙÀ BpÕ?rPQ”Þ¨O  ª*bÙq–m€”1ˆ€$¨ ªº‹K–¨ ¯w;{ ˆ¨ê¸/‰< “:\<%°a›»*ë5MS¶8#ñú7¥æÁ z(@í¡,)«y€Çõ¦Or$Ð5­qToÝ 7†qZi‡TÔ4EÛŽ (a×#X®ß~`z9èÅ0o6JéÕê(¬Äȱ°ùÓ"ïè©õ%{:Ê@- ÂÛ»áí²5—""AU+µ8¢>¨i°ÍIŒuu»DBE–aõõõÝxü•7R­BîI“ÂrÙT>Ažig˜‘ûDuƒµ›²:Àe’aöUÒ4žªTMãu?~µ;ÝeZ+­xaf/ñ[vÃ0 Ã0 ÃìWö䌩ÌS ó†•>¾/Ã0 Ãl Ýg†a†a–û Ã0 Ã0 ðÜg†a†a†å>Ã0 Ã0 Ã0,÷†a†a†a¹Ï0 Ã0 Ã0L#]mÄYzR(ÿPbg1Ì›—z†áRÏ0Ìþà7ªª@ñq}±‹äïåúxä÷Qãh¸¯-DøX´¯áëCFãEæ-ɆycTx¹E8¦wŽ8ÓRm Ga¾f‹y­´~ù‡Rÿä¾þúœíûõt¸"kÙ/§ÇÞ³m}vG¿'v–ÿYÔuýMH‘7$¦wŽøvh)Š6„åþkD?Þ£Ù¨õû!‘g~û>Ã0 Ã0 ³YøQ]†a†a†a¹Ï0 Ã0 Ã0 Ë}†a†a†aXî3 Ã0 Ã0 ÃrŸa¶Íá¡á=gs¹\~ïd´³åí~Ý•ønÇ`†áz†ëÀÝŠ#×Kìž»¥›q'áyÞl<*›¦õÌÚdÔi!à ߄ÂüËÒâëcOúÆôäç©ØÉè^qàž3xç†aúQ6¹¤s5»D‰ÓrÏ @ËA“ÀE!C&¼­Y6Íȱ‘±3¶¼­¼°ŠOBGCÛAÊ‹TU dÔ‡ƒaB=÷SöNöÚŸf.6™8—ØTfëkÆkìâËrd$’ú|RU;m½jþdÆNì\Mѽߺ4¸îÞ×¼Po!iZ²o*®ÃCÃúýïß=l<øÞÉQë™Õ” ÝœÙÙK-‡¾vݓ֒uízºøÏ2Dþ%4y)e ½vû‚S•2·3óß?´+$ˆŒDž‰¼>¹¨W騔IÖg oÔÛUmj¶–·xdR»ªcE¼±A|’LÚÅ2Ì]ˆMÔì(,ù¡E&‘kǰ¨Ë†^E’·Øª=³ÇÎèBj3ºªƒºu/¿M¹O`Ï‹léùNȲ< '>NÄ?Œgþ<Ó2£‚©+i?ãeïdsl;Ú¼&Ø.(ÿ³œº”Òu$e9v*ÖØG¹Y»Köëì†uE'n”[fàõÕW»|¾Å.YûÐÚU/]Võ¢³gZƱO…±³2骖hëvÍJËâ¶[Õrë¦d“‘jgdËêzS%hÃ"ð:dØêþ²´Øø×ó^æ®t7­`Á& ƒ€:cC©¸‘Ò$ƒ€A°=Ë ¶¾qÄ0Þ ÕþŽô4Wþ‹AOsÆÃ8blßþ‚ÈšvÑ·_(š¬k².DÀ ˜ËÅÂr¶W¾š½›K|€ÄGñÙ»Ùõ¢6þq"}5ø(^Ÿ\Ÿ¦3_d—¬ùûsó÷ç—̙ۙÕ/äïåË¥èñèÔ¥ÔÖŒË"s;c¼[ómöëlq¡”ŸÍÁ£™›h˜¸ô?´<§‡&uö[ ‘wq*y!ùËÓÅü½\©\Zop§üÐÆà…–ó÷ç·vùÌ™Ês{þûÂüƒùâBqËù§)i&.LÄ?<[\(–UUMߘnýÎÎé`y»[øÙ5ÿMn±\;=ÿ81ÿ]!÷un±\ŠžˆÕ/ïSÆˆŠ a—ËeXxR‰ŠnóÌn˜:Ÿœùb5 Ó_dÿ‘ð§ Š‹óßÍÍÿÐZ²êE²Ñ/.ãgÆÄÏŒ2UcF¹±,kþû‡ó÷ç fÔw™ÿëDþ%4u)U.—UZ]I”žý»T*ö–Mê&¶ÌÀëkƒù| t*5Ó½sEÑØ@töLË8ö»–n7R³aµ‹uƒ[·Ýª–[wË7©–F¶¬®7U‚6,¯IVÙ´Üï~x¯sß±a€¹õèHGA:÷A[Žò6Þ¢í@Âæ{Ì[èÝÚ6”! AäØÁ)M64Ùˆé“À"ØR‰ÐÞr&¨,WêGÖÿ¦Ó3Öÿ¦É£Êre›9¬âYå_Öì_û¼o@ªÙ_þõaÅëA/¶òÜ.•ÍØéÄNÇJe³ò|Õ-³ßä¦.¥r_g£=:3÷`.}%¥ªšªjé+é¹ûs«úãjZU5DLœK˜?™[›} D²wsÓWÓ+R;Ÿ¾šRjrS—R×®„Þðœí˜ÔßZ‚Ú¶]Y¶UU›¾žÞÔíÚœ¾rY·vù܃¹ËWRꀬÈéÍW‘í’æáƒ‡##DÄ ¦.NWô\çè·ûµ¥åínÓ×gÔƒ"&>ŽÑôõtýk}þ¡#ññDæ¯Y¸uûVâÜÄ–Ïl9ãÚŽ‘ã ¢?ÀoYVñqÁ^¾’R4u@K_IÕ‹d?¢/–…¬)Gä·±,ZfÔ¹ûs5ÃT-}%½aFí`p—ù¿Î­¿dôCzêJj8Žœˆ^»1CÕZ[“»7—¾šöïr¹¡8lÖ¤nr`‡ ÜH—§mXBý,Ô©ÔtL÷Åú¢›šyÇjé¶õaiÔ.Ösc‹â¶[Õr˪c ‘jidËêzS%h y{W²ÊÖ%/N¥¯¦c'¢•e{ú‹ÌÙ÷Ç~YZlZYïÁ ¢¤¯¤fnf._šlŒŽ€“ŸMus­? ²©š±©ç$ËJöNvêRjî^n½ÙM·˜¸0‘ºtyúæ4x¾9¾1íç‰zç&?›ÜT¬7ÑöHH¤ #oÇÃj € ¢ŽÛÕòÂˬ‚àÙ’¥ou¼#œúr9(Ã+À  ¯pÛòXTv=@}Ë›¤QÉ%aQY n÷a¸ìÝY!İnyíÆLìtlæ/™Ä§I?îÉÚX$û}Y–…í¨ +õůŽÜÐÜ4fÔ¦ºbC:¼Ù§Ã1ˆ““““`-Y™/³“_ÝÉ6Yµ“ºÉ2p#]ž¶a ÝT©YŸî*Šõ D75sßki À[£Ôš´ë&ÚźƒÁíZÀ]©–Û5Ó›TK#[V×›*A[ÈÛ}mÐ{/÷»Þ›½›ÿêÎ-¿ÞL]JÅÎŒ­¾s÷çrw²ê€é+é÷b£^Ûa¤å#üM}Pß›‰s‰Lû6¬ñ¬v¼R§¢+SÕsær_gýÓÒ—RÝX¾…µ@Ž$€º&VSL‚è`²²dÚP H°åïíVì”ÿ¢cP£ª­C`l‹} ÏH€€:F·cÖÊgD=«Ë#æ¯ó–W‰²!¸­¬LÍÝ›+>þ{½Õ¬<·ccã““~§%77öA\Ê>ŠªªªmÙú¶e«ªÚÛYHY–“ç“ác5¨©ZîÛ¯:7öݜӿI@D~CÒ8ÀiÆW·o@áQaêó©Òú‰Ú6v_3mêrUU­ç–®×’¬WI“¸œº0‘ùkTÊ¢*¡H7Ñߨ9CãmnÑ%ýË Aâ?§&?›Ü ¡èþÌ.òèÉèµ›3×nÌ”ž”n5,ÒhY$ûýÈñHî~~òÂê¹ûùH›G`›êŠÝJ/}HO_I…WŒÔW­ê·I]fàmæó^…Ö¡¢Xß@lÖ3ýH\}P/›f¨¡b>57Û$µ‹uƒ[·€»T-÷*R­õO«êzS%h ¹±õv{¶¾v?{'³ð…Øéñ÷NF ‹z0õYò–}Äv£#®í࣠×îwÙsj¼…ùÔŒ… ‡Â•Šè¦sÙ9Ö›mwd\¨äJ/jϱ•^Ì/Tr2‚¼Í§¿ýÅÿ`> 7&œzP ¿kÔŸüSU-/?{/_²P–åÆG댟M]MW*v¥b§®¦ÆO÷¶Ô !2·³Æ;µÌsöó“Ÿ¥,ËÌ%kâÂT‹Ô.Îé‡ßBw²DTyn7®#œ¸8e-Y6mwa—löòñÓ£×®¦+Ë¢²,R›\\Ô!iˆHÊ2Ê•çvêón£¿¡sÖt·ÚÜ¢Û1ø¾e HžKü²´˜ìb§¦îÏì†É Éì—Ù© 5Cêzº²lW–íÔõôø™ñþEò?“¹osÙ¯³bYˆe‘ý:›û67ùŸÉ6o|Õ°«éL¯ñâóßÍ‹eTžÛééÈ¿ÔöO;O]IUžÛ¢J×6*Û4©]nª]·™Ï{Uj:Tëˆ =ÓÇ~äÆÄÇg§>ŸZxR¦*Q•ž”§.¥Æ7—UÚĺƒÁ-‹ÛnU˽ŠT÷Õõ¦JP7¹q²Jå¾ß%*=)^¾”šú|ª]¦øøïõ·?:RïPnêÚ!q!9>6^|\øei±T.6u.ûm¹B* X¶T¨x+;z‹ŽTÅR(¨x[ï&:Âq„ •ÿ6N¦êrPÀ§RâÇ­È}MÒPAÑ)V²Â«u–ÙÅå,€¤ &m{%Ï7¹³žmnÉ>Š×÷Xu@ž»›ËßÏgng ù‡ÄèØøúEÉ I}HׇŒä…Þˆ˜úÄ艨ù“™¹y«–Á>ŠGOF?97qøèðÄ…‰±Ó±™°‹súá·éëéÂãÂp(š6ÎdÊwbêGÅ––'>j>ÏÎ>ŸÐPƒx²±Èà8_äl(€D•ªe;8xK–´vž{Í`†"k-ïõ: ÈZöËé&ƒÙ¶Ä4ÍÄùdñQáÍŒþ>ÈŸœ›;‹54ýØ•¯ä‡7'ßîpLÛUû;î»ë¾V˯URîù{¹My,r< ®Ýï°ÞïY/,㈱Ú%úCbtlœªäŸéoªðɹ ë…¥Ò/_œl9:’ºšŠžE “Ÿ&þ±Pïýlxí¦ îÔ]kv‹®ÛõkŸ\˜PÔħ ÿÙ\¿s™¾šŽžŒ¢„‰ÿˆoÓò¶Ã\ž¬Šˆ,ªA]‘”ú³³(! âz¶ýÒQ«‘–Z¿K*ËðV—9ÉCk`PSŽFaÀÕ­oÇ)KZèÀXùeV êJP!*[BH25Tl϶_:¡‰–Z³#í~Úõ·u¼Î¶íd|ûÙk×ÓÉsä¹éëÓ£]¿·üMKší8dgÜ2{7o=·b»4MÑ9ú¯O–x“óí6«—­U{õ±Þ™Zº·Õr“mofRni³U[ý`líèKMé~œH|¼fš)ñQ¼¾“Z;ÒWÓé•U³T-¯íÛýÔn×üú×&³›N‹žˆDOßoxQ}“óí6ã¾µŠb¯³|Ž:™ IDAT>Ö;“…úZ-¿™IÙ{¹¿…Wê¾ìTçjÌZ*-8e9h–¼ÐK!,Pňî…¶¸]¦~H+ÿ°ú݈Ÿ´cq»œÓOBµBU»¾;'ʆX*à¡-Ž·!`LM–—ÕÒóy+`Á ¸Ïz áÀÙÐÁqä¼Äl“G˜=«ä¸éa¸¢Ø‹±îë}¹ÎïÜçêõµê\’Z5XÖlÏ’ô4t5BÀ­îl2Œ²iëÊÞ ›ª)ýXÕHÏ/ÊÖ?gÕS_m=8*¿ [vIP4уa 5 `µÏ0 Ã0 ³ÓrŸy ;—Š.)¾zö“n»RYÂÐÑPèh¨áÐ-Í[³TµàÕÊ}ß6äÓÜÞòz”šˆrîc†a†a¹Ï¬úBvfÑ Åp(ÖsûQö—95†a†avŒß² †a†a†å>Ã0 Ã0 Ã0{ŒN¯ÙbvŒ¯ÙÚ&_³Õ+Ë;¼f«'á¯Íç†a¶Ékû¶¾&¸Æcfk”žâ'×î3ÜN3 ÃpuÇ0Ìþ£üCÉÿÀ‹y†a†afߣû¯ ‘ßG£áþ…_zR¨wòöbø Ã0 Ã0ÌàÑ}Öú¬õ†a†aö-µÑ}ÿHf)þc?-ÝW­;5ÎÙƒa†af[rú³- ÃlmPç'Õ†a†a¶/æa†a†a–û Ã0 Ã0 ðÜ÷ €Æ©v1Ã0 Ã0 Ãì7¹¯bNŒ¨ÈO3 Ã0 Ã0Ìþ’ûÉR‚dŒ|¥ $‹½¼)Ÿ&Ù Ã0 Ã0Ìë+÷Ui^%5ýXR•ú¾¿ä¨¹KÀ0 Ã0 ÃìŽÜ€H–¬ŽÑrNVÇ`v¹‚?ñirüýxÓÁñ÷ãJÛì—™=*¾Ã¡pâÓd8Þì-v=ÊŒÏá¡áÃCÃ{ÑÚ½e9Ã0 Ã0[Fê©Ð·e© He=4 ^@€Dú±Ix’v $(êÂF[û{ Ò­gµõ?ú!¼ýì}ãÐÂ?Bï†Je~%í.P©ØÓ73…Ç!„,ËÑãÑ©‹IU}½^@±F”K ¨‘‘HêÒ”,Ëœ‚ Ã0 Ãì˜Ü'MšSÐTõ°vhP#*"j@¦zhTÛÏr•¥ŒC†í`»PJOKáP¸.÷áH©\ŒžŒÕO‡"Æ;"ZÏÌ…ÇE×#H|šôG»Ÿ&þw!ô»Q,‹Â£yG8.l¢]àå,¿ !böËŒ6¨GF"²,S•Ê?MÓw÷ÿ×Ý»¹~H'¢Å§%㈡ê֋懴-z*Vþ¡<òû‘¦[Ô£ DŽEõ#:X?[Å'¿ƒÔÁL]ëÇNÀôÍéH(\,—¦.NæïϽnŠ~YZ"Ê~“›ùÓŒmÛ¹o³Ûa†a˜}Ooó cJƱ¸¢$ ´<žMdY$µÁ¨q,¡ T†1Õamõ³‰ˆšª€¦jˆP—þ>ÖµùùÙ»Y k±FTçägÿ–µ^XÑÑî/ìpŽ6¨æïç|y=-=)fÿ–™÷E¡<ûefUëwq;6ÂæO%0*  ¯ï DOÅŠ ‹OKëoÑØEQ”üý|þ~^P¡HgW0u¦of„S§¢Ç#ÄèñÈÔÅ)±,¦oÖœì/w™ý&9­±ÏÞË¿wrô°1üÞ©Ñüý|c€þùùûù÷NFã§ÇËårý×Ù{ù÷N ¿wrtö›\ÓUMwi"&>Š@ù‡CîÆÚn,ϯ ¤ÃŠ ž„¹¡¯Ú…É0 Ã0Lå¾E“¶ ë霳lBÐÔˆ‘Ed((é¢R°Ê9G€E“.tZ„Pþ¡…|![þaÍý£ø¸àT—ha¡ 2Ö_^X(8UÇõÈ,—dYíþÂç/¸ÕÕáùÀ%€ŠSu Z?…ÜÍí” "È‹K&,.™ò€¬•ÕžÀÑpäx´ðÝ|co§%Æ£ø¸àV·êŒ#FgW0«þy\€è‰‘úÿ³¼NéG³ðݼ?>{/Ÿº”Òuµô¸8÷mnþ»‡ëƒ-.ÞŸ¿ucÚüÉœú¥\½­í-¥OiÜ(37M!„e`ïºÒkÓüàۧЭ`¹WccBˆ; ©jéEêõxU±Á[ÓJŸâs‹›Áò§µØã%!Dà÷ÓJŸ¸îþ){›øÊSs-•ç¹Ëª®àß5-¹•Ú6­yt1&„¸3² ¨BˆðíÐy÷xëÜA™Mûªf™àpãþnÜ,:·ŠÎÞžœx³û¤ÜRDÞÈÆ¢§hoµ”¢Èý9«êÙתîÓ•ÒL>OV†ïµ²`‹…omæ_¼Ê !lŸÛ´Qݨuýtó¢z„í {âéRyžþ¾~÷%OúMºÔäÄó„ç¢GeÓ[xå¶ìïë/]—ßß×/·å)Љåê_vóì{ÜÓî§²ÕÜ4 ›ùò•ú…ͼ¢êØRV.Éÿ-/„°±•þ´ž©q‰ÿîç‡w¬ÒÇÂóúù½)æÔʵԴ{í~QÆ—VîþÏ»¡ÙðÊr¼qÉ­Ô¶iÍ« ±µwWCe6í«še¶28yÜcÞʳ½‡÷KvŠöëV!Ý«ªùBrGXÛÈúB!2ÙL͘›ýsNÕK×Éô«ýNçpêU²•[Y°ÅÂõ î웵ª(/¥ìWûË÷Â6-Ê1d77ó•…lmo™›¦cȾžË !v¶·Ïãž‹ÞRoì_EYî/9mD/]V¤è¹¿ä÷õò}õ¦ÑÏ’©×kå3Ç©×kB}¤î}ÖϬÆ_ ãa³Ù„ùwù«d±X +¤×~¨ü2¡q²¯IéQ|ÿì½û?ïæ~Î5-¹ãÚ6*Ĩ[Ha3ß•2Û꫃޵~Õºe6y >”ŸÙ2‹n3Ÿ=½f~Ë,º»UìúÛŒñWC¿àöÐGÝÆF®‹ ¶X¸aî1·ÿ›€ëœ–z½âs?e=—&ÊÆoZ”ýW®õ·Õ×sû¯önØÝÙ–‰ç+¶/ì®sÚþUT|4Jo™[žKÏ%Ï–¹•ɦ÷- ÞœVU5r/’ZMK)S«éȽˆªªÁ›uEÁÕ/„¸û¿Âæ¦inšwÿW¸Åuù¿ñ !Âs ¦i–ÖåûÆßAeQÆÿÏŠÂþ+{Ó’;®m¥Àu¿âîÿ^07ͦšû Ûç6!DòeRnËÈ|´+ev«¯@É?X,!Dpʯtóáƒ6e¡_ÝÙ2{ 9M/ã ¼—|U[|M,Ç[?­[(ä#÷R«isÓTªŸ»_º\¾ê\ûÒÓxìñR¾·}nõ_õ—n-ÍS5ÕŸÉçÉèãXéºí×NÿUÿðˆVo-•ª×£¨šÓúãËû‹sê•Üzm×|i9[Œ• ñ}íÝÞ+$›Í†fÂÆ_ ëgÖÀUðvèàe¶ÞWM»€¯q(ŠÜbÜïy›r×wšÿ´ð‰â>ÚelçÝã¶Ïm?¼zq”Ë€¸_ŽûÿåÖ½#¬† õãîÚÉÜÛœ( Ã0B3!!Dà†ÿ– j:Ä4î;ý wžKžàL(÷sNQç¯ì>Ð/èG°Lð±ã>€À}Aww;‹F™ ¦ÿBÄ}ÇÌÞÅ<ûŸéæ¦I't†³ûqqqqqq îèªÁ!Çá•y…Ó½8ý|xu>¦£î„U»+Í9}ÂQÙìù z[Ýx2úœ¸à¨×NÌ;oÕô$NäXb@—^ ÏG¦o…~ÙX?m[œ¸ˆÁ!Gé?‡Ó5~Ñ»0¿`šæÇ\û'lrù¿Òô¦ÁORÛƒšˆ£Ù½™±a\ûÆï8ërœu]ûÆŸÛ0:è?$êí2§69ÅcƒCŽØb츇ˮŒ¥sŒ:1Gòò~êÖ‚·‚å÷ôÜÏ9÷¨~ ·8qØÝuÙXϬ¥#óa)wô1w¡? M.ÿÇÀÇÈúïòÞ ßðˆ–~J¿N h¾ Ÿñ.Ï.sìÄžÆïüËØÓ8£Gy‡M>_‘R†fÃ¥‰r[ŠžÓØÄ}`¢(v»ýÎLÈwÙ™_(O>Œj#ºÃé Þ I)Ë'bcÚˆ¶ÿ’a“7&]N—Ãéºvcrÿw¹·9mX‹=‰—–­O¦×Òû×¥èk?¦……B>4.å×~Lëû¾u­\ÝÂèaÉW/’ÏVR«©š­h°-ö7°AUëõjù\ox.\®mÓMPs--†Æ}Õ`Õ5ÛÛ`ú^mëôs»Fz-í»äù`_»´·¯U.ØboÔ«C»uÜ ¦¿¼]O,Ç3ÙL'g»ôüëTâI|=›ñ\ôø®ú“/SñÇñõlFu—;¼­ ·¿sšÖ¿‹±”¹ýW}Bÿ×¾¥§Í¯çÙ_½ÆÃ¸Ýݶæ™Ýª.jñÀØñþÕ`C´²ê…ûÑõ #ùl%ùle}#·ð0Úõ WïàÖno×<èµûT³äîD­œï¯uß°ZxgiÚâ>p X¬åúKOáÙåŒUíSB·C/^¾(Ïž¹cP÷/þâù‹áaMQ¥O Ý ¦+ŽKOâÁÛ¡øã˜~¡½ËT£³9›ž¡‰Ì†-«¢(þëþÜϹz««ì„z _y¾rg&dP-j¸ÖÑPÕÒkY!ÄÊ$EI)ed.\þ3÷ç\óÅ[؛ֿ‹±ð.ŸÉæÜÝB÷Ew&›+4»kõãvwÛ.B;Þ¿lˆVV½ò|%<²Xv7Ðʳ•®o¸z‡Îz»ê ×nW×,ù€;QM…M34Öö½•4zÃj᥃÷ÊOëT^Á4SØÌ«êîá2_ÈŸÿÍxíOkÍé¹·¹ð|8ûçœÜ®þÒöÁ¿Ç|—½ö³öv«Ô ÍÙôûõý†¢( ®ªì„z / ¶3¶Òk«­F§iÃZh&,„H®(J‹› i‡4и¯¬ºÞmº¡ëõs»†ªªf~Ërfï_Í¿o©ѤނíŽövë[Œ.|~íW•;3a½V8h¼Ë´Øóõ:¼ƒ ×Vý»¸cO—LÓtØ]•SîÜšnôÕǾê5Æíî¶]<0v¼5Ø­¬ºj …®o¸z‡z{ÿA¯Ý®>È^Ðâ0(}&WUUÑÂ3¡ÖßZygéʘ$îŸX|)Q~¿´Z¬ñﵕBüSàÔdôOºÚ§šÛ¦Ë¹÷Ö›x÷|åSûTÿu½RJY:¢Užõl½T¸[ê5Üb±ï ›Í&„È5N*ŠbûÌš|™TEÕîGS¯R¶Ï­5ßK*ÞÕ,y#oª[lãmQ¯ÌšU­×«¦i^»1™_¨ü§¦› i‡4:QÚ°¯cë×ëçÖ¥hñg‰é©ÀÞ¾ö,¡ k×­^Ú­³Ýnôð"õ:¼ÌÔºäìP÷».Þ´þÝÚˆ²(W–WÒ«?”)¼Ë»=Þ雥G©wøÚ_½ÆÃ¸Ýݶ‹=|Àý«æ†heÕUÈb±t}ï«wØi··kôº2˜»{øjzJ«ÁVÓw–c‡‹y€Šw2)s¹ÜÝÙp|9¼¹{²jâÊÄôB†aˆ¢Èm“SÁVÊQûTUQ ïò¡[¡ªó.‰åÄÒr"ú0V>ßYy§‘óKgl1&¥,¼ËW^Øz5:¨pëªjÛbýÇïΆ ›faÓ Õ¹RBÕóaÏ%ÂsÉš i#M®wò^ô†æÂ…Í|a3_~ðBëÛ¢N™µ«Z¯Wýßú7üN§³­MPo-û»·æuV úê0¶~½~î`]Ó¿Ä¿ÇÇÌMÓÜ4ccñïãÓ¿t0ØסÝ:OÞ ÆÞý‘í;`Ï·»xUç4­·6bòyÒåtU2Ë«ëK{òy²Áá«fõ ãvwÛVº¨õ–dÿªÙÒVVí½8š  ùB!š y/z»¾÷Õ;ì´ÛÛ5z]ÙõÍ«7¬æï,Ä}àXÚ}@ï9-x+(”ÞÔËdùýÌÿµO¿ _»>9xÖ195é¹ènZZd.rw~að¬Ã3ásþ÷áêS,êÊÓxâY"ú0*„üÎ?îñ–S]d.œZM9œ.Ï„OÝ[¶õj´8gg¯ªm‹ L,g¬úÝ=æÖιj~­¨h…MÓûÛq!„÷·ã…‚Y󂊲ãTÀvƪ_wyëÍÜx[Ôh`ªÖëÕìO¹à­PU76ÝõÖRÕ½ÙlÖùkg[}ÕÁpmžÑëôsë²Ùlñ'±ÔjZÕµQ=µšŽ?‰•N7¶;ØסÝ:»Gõk7&Ï:îE£÷"ì2ìùv¯êœ¦õïÖFŒ=‰O\™¨Ni_ûbOâ _5«×`·»Û¶ÒE­·ô ûWÍ–¶²êÀTÀ6ds_òº/ymCöÀ”¿ë{_½ÃN»½]ó ×•}á0_¼S·òÎrìüCé £à”ú'ä NsÓÜ2?ø6­_µVM)K,Ç=—}tÚQ–Ëåü7é×)ªÚt-¾+¾Éáaa³?yóä{à4‡ÑTãP¹œÝðqÜ ››f¡ÏEÆ/èTµ•µÄ¿“õk$•·¹ò•ÍNäqÝÅ­º>Ëg6÷%·”Â}AŸ¾¤ªÇ¨CŽï„/t{š~8ì E\̃£Ž‹yjâb ­ß·zªq¨M;Ámhwx/{ ã€ËîïÏš­¨·±öoúzÛbáÞîôØã½Þ®×–Únn›®sš¹-kL)Š»³a×°æÖî~Xù63ïäzmïÖàoeœ4Øâ5WTS½¤nê[><þ„JóDc5ëP¯ÕŒ·z?Ö`ûûgoÁ*ß¼—jɽÍiÃZé×»šö@ƒ’ ˜Q}Ðî8?6ž}“M[I­îùŽ=Ž¥×2‰¥xz5-ŠráÞÞ9•µ³‰gÉýßjÿä Þe³ÙšGÌôj:ùr%ùê…±a,<Ü-mrjÒwe"½–ά¦-Kx>Ruâ¤|ú¤i­Ê2o2Á[¡Êeî1·iæ³Ù¬bíMÖ4·ÜcÍ¿E Ü ¦¿¼]O,Ç3ÙLƒ‰•7­RƒF¥V×ËñõlFу·C\vÖkEÍUµéë­:ú0šy“.M¯<ÑU³-µ]íSÝcz|)^ž_Zñ^r«}ÊÂýèú†‘|¶’|¶²¾‘«¬|½ƒ·B™7™ÊÝíäz«îâào:N æšnWÍ Ô;¶|pü¹-¼Ë'_¥’Ï“éZ×i4ÝåÛo¥fþ²±ž ëﯠh¼ŠýÓ´ò­ôRÙ^§|WýáÙ°ÿk_‹½¶w®×©Ä“øz6ã¹èñ]õ'_¦âãëÙŒ>ên<~ZiÅ©zO©â›ð¤Þ„5)··éÞwÄÃqÁƒ8qÔ}„qj£z|1f² !Œ ã¼{¼tÜ9aüÑâ›ÍVª†û’'½š* H¯þ`±X÷%·et1–zÌýŰX,ãcãÓ7¥«e‡?$_”×â»îßÿ‹†r[êczz5-*~7´êDëÕêƒr¤œü]@ü×Þ÷#“SA!Ä£Å墖ž&R¯Sø¾ñ»Ç'.{ê­«ü§6¢û¿õÿF¯lu͉õ4nZƒ®Î¬¥ÕµÔ(×9mýmumwÙª6ÖlE½Uµéë­ºrDU–Y³>·Ý0 ß×þòÖ×FôÄrÜb±VçÊÊ×,ðÚu¿¥¡B<¸U¥»ÜÊv<Èào¥üƃ¹ÅŸé­·ƒÔ«@½cKõñçq¬Ô¨ÊyZÙ;v[ÔÎx+Åž[XYŽ—¶uÓUÔ=2Ô©|ÍNkq3…ÿåNäOÑøbÌ~ÖÞt»7.¹Åã8ëj}ü´ÒŠÓöžRõÍÆàYÇ/¹õÆ5©lo½½ïȆ£¦•qrµ …‚Õ¶{Ü)¿Bä ù󿯹H½€«ô)Ó7Ó7¥ãoôßb“7Þ™[¹–B¡Pz{› χ³ÎÉmÙJmÔêÿµî¿L\öDîG’Ï“¹Ÿsñ‹µ²ÒØbtá»hô»h¿ªÜ™ ë#Z½‰•ZoZƒF•»BEQjžß:Ȳ ZQscUmúz«®QMëÓqým6›ã [òeÒ=æN>OºÎ¹Ju«Ï••o¥Cº¾ÌÖÅÁßzÓšŽÛÎÔ¬@½cKÕh±±5˜§é.ßÖx+šB3¡ø÷ñòçºV*íW¾ƒÍôàßc¾ËÞr¼k±zÙ¹ÚÝ5šÎ|ÚÞS>hûf^UÕ¦5iå$ѱ Çq‹%oäKçHòÆÞGd«ÅÿþQ‹G¥ýlC¶ðLÈ5¼&*×RúbM០§&£ÒÕ>ÕÜ6]Î&ᣕZù®øm6[d>ì½ì+½¨Úïýßø'o§ÿ0]} èRÊÒ!ÏÜÜ»âÓn·?zø@‘z Þ fÖÒõ&Vj½iéên¦z­¨¹±Z\µí³½u¨õ÷_õGîGÝcîØ“Xx6\s<׫|Ù£ÅXðVÐwÅ¿²/¿èn'×­ÿ! þŽ·x‹ï™5wv-UóïŒÒIÇšó4mu[ãÍ4Ík7&#ó •vܱM+ßÄÓ¸ç+ŸÚ§ú¯ûX½C·¼§T¿§Tˆ/%ʡۭɉ G×îÂ{Ñš 6ó…Í|hvï(6qebú!Ã0DQä6ŒÒ7˜MŠúÊ—|™47MQ…wùð|Xû'gù_÷Ö2ö^ò–&J)Õ>UUÔ»|¨Ö5‘ªªVÞ-ÔJ­\ç\¥ÃqùE•Àuÿ/ë÷Ð2ç—ÎØbLJYx—¯¼fqòfÐØ0Ê·‚5˜X©iÓÒÕ/[ÕŸõZQscµ¸jÏ%_h&Tx—7·åݹpwë_ixD3·Í¥'qEQívÜ( IDATûûñ<š  ùB!š y/z›–™¸Î¹*_t·“;! þ¦jnñý®yã`½¤ÝcˇóŒß 6ͦª5Zš¶º­ñæÿÖ¸áw:m­¢ÞmZù޲²5±œXZN”*ÐñvïÊ€á=¥•÷)e.—»;Ž/ǃ7§Û} 8Áƒáˆàì> ¦§¡Ù~a\éQßú×þßÚîûâ×>!Äµë“Æß Ûç¶;ïa §±ï—‚·CRJ‹Å¢ê‘ïöžc  kî1¯,JÏEÏôÝçáDæ"wçî^›š´ Xüßú“¯ª/š üÎ?îñÊmYº0±•Zݹ5]õ¢E‘¹pðvpáOQË€eò†¿üÈN÷¨~íÆ¤ñ7Ãþ…=z/Ò`⇥5iÚ^i¿«;^¶ª?ëµ¢æÆjqÕë~)MÏ„×Ü–Ó¿t·þÕ‹_õ‡n‡âí5p*ž‹¸/y…î1w`ÊßJ9ÇÌ;¹þxëþàoªæ¯ZQ6›uþÚÙúÒî±åƒ6N³aý‚®ô(þo|ûçiÚê¶Æ[ö§\ö§PùnË;¶ÞmZùÿ€ºò4îýÊ'„ Üt¼Ý»2`xOi||(}0VÅö¹UÑS/“å‹yZ 8ÁƒáˆàV]uáVÝ£Å{ÁÆÂ'ç»â›¼Ö>òzs¹œÿF ý:u;íXWžÃޝVnÕåb>ÿ>þ1³þݹ°¹i ùð\dü‚~¼úêXW8%¸˜€OÉò™Í}É-¥p_Чo©<â>p,ñ­+ ¨Éÿµ¯ta1•‡).掿1@܈ûâ,; î îG@ôaTÑNWðVHJYš88äXz×FôA»Ã{Ùklâý©ýÁ!GùÿÚZzü¢wÐîÐFô¥åDyÙèbÌuNs9]¡Ùpù'<‡±Ç1mD+/^sÕBˆ…{»Óccå‰ûëÓnýËÌmÓuN3·e)Eqw6ìÖ\ÃÚÝ+ß À»ó U/qøôbcéµLb)ž^M‹¢\¸-ÿSju-±_Ïfô=x;$Þ? á—õòS7ƒ©À/o×ËñL6S^6½šN¾\I¾zal ÷Ê\û1›x–,-^oÕчÑÌ›tiz¡oPŸvë_¦ö©î1=¾/O‰/­x/¹Õ>eá~t}ÃH>[I>[YßÈUV¾^Á[¡Ì›Lå pð«º8ê>¯ꞿ0þhñÍf+­Î}É“^M !‡™µ´:  !¤”®sÚúÛŒØ÷[†ÚˆîÿÖ?þÝb±–'9~H¾° Ù„Ɔá»î/ýØäà#½úCyÎz«ÖFõøb¬´xe™5ëÓnýË Ãð}í/Í\jHb9n±X+×^Uùš^»î¢÷ÁýÈäT@ñà~TQ†.‡­•_Õå¹û€Èòç3^óŸJÑV¡(Jå•6•b‹Ñ…ï¢Ñï¢ýªrg&¬ìþ§Õf-¿( åù+?Ô[u¡P(/Þ´>×ßf³9¾°%_&Ýcîäó¤ëœ«T·ÊµWU¾•GóÂj±¦W(]ŸSy•N‹ìvû£‡2oÒwn‡‚·ö~T2oäË/J_£µ¾jÛg–òâ‡ZÿUìq\{ |ëÿÄÒJåË-ÆTUñ]ñ?ZŒ©j¿ïŠŸAq8*&®LLÿ!d†(ŠÜ†19ÕäwàUU5Œ½»T'o £|?kYh.\ØÌ6ó¡¹°÷’·­U{.ùB3¡Â»¼¹-ïÎ…»[ÿJÃ#š¹m.=‰+Šj·ÛK½ÇC³áB!_(äC³!ïEoÓr"ó×9Wå‹Z À§ÅÅ<€(ýüµë“Æß Ûç¶;7§ÏøÜã•Û²tÝ=ª_»1iüͰaÞ‹”gÓ†5÷˜W¥ç¢gúF ­U®û¥4=^s[Nÿ>ÐÝúW/~ÕºŠ?~´×À©@x.â¾äB¸ÇÜ©–ÎÖß¹5]õ|rܪ‹£î#ܪ{ªnçèºVnÕåbàÄ"îÄ}íàJ@Ü@Ü@Ü@܈ûˆûˆûˆûˆûˆûqÀ‰ÐCàÔJ,ÇéÀÉæó*}JÕÄ~ÕJÏ#™7)Û¸tÂÿmN8ø1ÈuN§ÀÃìh¶Ëú™mË̳‰õFÌþ”!îø”Ç ¢c`˜Çvñ1àXÈþ”9` Ä}€ã]wŽAt#c`˜°˜ˆ“[uâ>â>â>â>â>â>p¸‡])'û&«hU¥u«p0J鄽}-›=Aßß'ôà 8xî>pt…ïEæ"Ã#Zé]ó—uú¤ãÌAï¡Ñ¾6™¾r_ÐfÀ±#‹2ñfe§(ËSz{·Ó«* SÂÙ} .cøößqÖå8ëºö?·a|ä ä~Î k¥×ûcı8m68ä8?6^5ñü…ñ\ù£Â8ýyð,ýçpºÆ/zæLÓì`_sê 3à82·· 3'TCª†ìËɾœaf·¶·èâ>Ð,ë¿Ë{'|Ã#Zúu*ý:5<¢ù&|Æ»úk‹r[ž€oàEI½N•ÿL½J)}œqA—?Îý²±žYKGæÃRîècîB! ÷5àÔRúDoŸPSôI¡H¡!$ÝBÜšXø×ߟÿª_PÕÕÕï»â‹þëBé_‡±Ç±½ ë‹"4v9]®a-¶+28äXz×FôA»Ã{ÙkT|?}ÕFt‡Ó¼’Rî/¶TrùÌeÍ+ø«¦7-³•† yßW¾vÓRëþèý>‰.F×U ÙÿçÚZzü¢wÐîÐFô¥åDƒ‰UêuBÇ[déi\ÕíŽócãÙ7ÙijÄù ï7Œ¶ê°Õû·cÍ69¢‹1×9Íåt…fâ(êmÜš«B,ÜÛ{¼·-:éŠZó !ÌmÓuN3·e)Eqw6ìÖ\ÃÚÝ+ß ÀÎ>XÚíö;3!ße_d~wW5 còƤËér8]×nL–Oü×Û×êž{›Ó†µØ“8Ãì”3A»—ñôJ¡Ñ#vÿâ>ÐTz-í»ä©œâ»äI­¥Ë®ý˜M›Í !ÖÞdMsË=Öüª‰ÀÍ``*ðËÛõÄr<“Í4˜X©A't¼ER¯S‰'ñõlÆsÑã»êO¾LÅÇ׳}Ô]^¼Å:ì_õþíX¯éÕtòåJòÕ cÃXxX{ãÖ[uôa4ó&]š^¹YÛîŠZó—¨}ª{L/ÅËSâK+ÞKnµOY¸]ß0’ÏV’ÏVÖ7r••oPàAø&övÕÉ©Iß•‰ôZ:³š¶X,áùHã}­f©×)ßUx6ìÿÚÇ0c˜á(EilæMÃØÌÏ‹)z„èJïŽÒ»#„(ü=_ØÁÅÓ~¦ÿ,‹"8åŸþc˜Ñƒ#ÈÜ4·Ìrg¿j­šR–XŽ{.ûZ,9±÷BÔ,mpȱžË(={—H)g]¥7¼Á!Gzõ‹ÅZú'mT/ÆlC6!„±aœw—gˬ¥Õµ´¸ëœ¶þ6#„8aüÑâ›ÍVj û’'½šÚ_låå×û_”´XfÓ¬_(JZ,–Är¼ñ‚‰å¸¢q7þ²±¾ô4‘zz´øÀ÷Ü=>qÙS¯å?µÝÿ­ü7zejN¬Ô :Þ"•ó;κj.Þbj.[Õ5Û88äø!ù¢<À|×ýé×56n½UWŽÏÊ2ÒûÛn†ïkúýÇ]mD/Ÿª½£²òM;³õ1öÁ¤¢<ëø%WÝå¶ÔÇôôjºñ¾VUxø_îDþ/Æìgí ³S;ÌŽ©r»ö7ª_µëÆ®m¤_ü%Ñß§ˆ!„T?Szûͱ#ŠB…Üê7 ²ôzk[x¿œÒŽûv¬o‡¢Èý˜àÛ UUÍü–åÌÞ{¡ù÷­Ò{Æû4l­Ê«m÷Ïò‹ÝrÞ/¢(Jù ë|!þ7ã5×ÛJ.¯é€eVeýR£<—}M+&.{"÷#ÉçÉÜϹø¿ÅZY$¶]ø.ý.Ú¯*wfÂúˆVob‹Ðñ©œ¿Þâ-Ö¡é² ÚX9À*7SåÖ©·êÊñÙ­®Ø_›ÍæøÂ–|™t¹“Ï“®s®RݪöŽÊÊ·Ò!(læUu·äÜÛ\x>œýsNnËÎöµÿó]ö–³>ÃŒa†£`§(­Jÿ!zJÿIÑ#z{ÄNQH)ÅË+=BJ)¶¥",;§þì>q¨MÑâÏÓS{W™ÇŸ%´a­Nž¶ä|éÄRÞh~²Äj±Æ¿tðÝ­2÷gý.'þáÿÆ?y38ý‡éê£NR–"޹¹÷@»Ýþèá!Dêu*x+˜YKכؕNèâ9`QõÚX9ÀJßʶ¾jÛg{ãóPëï¿êܺÇܱ'±ðl¸æÞQ¯ò]_J”ó«*œšŒþIWûTsÛt9Û>×x÷|åSûTÿu?ÃŒa†#¢W(BñŸrGˆÞÒ•<=;;=R)…”bg§(„”²(„Pwg>Ÿv¨mú÷ø÷ñØã˜¹iš›fìq,þ}|ú÷š3{/zCsáÂf¾°™Í6¿.nâÊÄôB†aˆ¢Èm“SÁj¨ªjå=|)Ób±¦WSåû*ÿK¯¦º’N×ý¿l¬Þ¦2ç—ÎØbLJYx—¯¼¬vòfÐØ0Ê÷Û5˜Ø•ŽíÊ鬨ªíX¯{l.ì½ämkÕžK¾ÐL¨ð.onË»sáÃëŠáÍÜ6—žÄEµÛíï÷ŽñÐl¸PÈ ùÐlÈ{Ñ{Hû¬”2—ËÝ Ç—ãÁ›Óå‰jŸª*já]>t«“ë¶-kb9±´œ(ßqÎ0;Íà G‡rG!äNqgKæóEÃ,iló;;¦”¦Y4¥”¢ÈW:œÝê°Ùlñ'±ð|dá_£Bç?9ãOb¥+Mk|6˜ „fCú…q¥G |ë_ûkMÎN}íB\»>iüͰ}n»ó>š´ ç÷xå¶,]’Û•2?¾È\8x;¸ð§¨eÀ2yÃ_~d§{T¿vcÒø›aÿ½i0±+ÛÅÞk·¨ªíX¯Ú°æóÊ¢ô\ôLß´µêÀu¿”¦gÂknËzY»Õþ«þÐíPüñ£½NÂs÷%¯Â=æLù»>ŠJOŒQÅö¹UÑS/“å‹y"s‘»sw¯MMZ,þoýÉW©Nÿ€ºò4îýÊ'„ Ü0ÌNç0ÃQLüÅ-Svz¶D¯E!zDézýRÂU„"ɹBnÕÅÑ÷©nÕE‹}(NâýmGÍiþ¹VÆÃŒavðvÌ[u^Š=;¢GôȾÜî¿Eï¶}gSÙ½mW ï—~nÕŽ §Íeé· !{…büÝxQˆ‰Ï„ïOío*ã¿ím;B ¡XÕþSÞ]Ä}'Jbؽ¯lGQRнÛQŠÂòVË€•Ž"îÀñpj/±Ã hª·tÉþ¶xÿsZŠRâÔ?‡¸€“BöŠ«"vJù_E/}BÜÀ  öõ;†wŠÎò”ÞEéë§gˆû8ö”ebØG?4ÀÏlÄ}Ç óà´Ë¼IeÊÐt#cà 'g÷Á‘#;ÝÆÀ0ÉÅÙ}œj Ïs‚§uXêÝÆfG”ŸM{êqv î î8"¸v>ýœ]?ç´}nUÅ”Òøk>õ&›z“£gÀÃ'Á­ÉÄ}@wXÔ;7|r[&VÓëKIsÛTûT×Õ=¢y.hwWò›&½ÆÈú îÀ±Ìa‘[þøóTr5[žhšfê™z“s8#·üÁùi Œ1|L¶!»mÈN?÷Sy´ZB¿óúg¢tºâÎu_)‡)Šâ»¨kv›e@-lšéœ±›Ïz”;×½“s1ú c5ÿ•1€[u8eËülÐè ýœ]J™\Í*}Jô¶ß3ê´XTÑ#,Õ3êŒÞö+}Jòõš, ý§Ùp 1Ö`Æ@ܰÇe·esÄ}t+Š9“«i!„L· ¨UÿjPýcº"ù:­sÒ]8ÈkŒ1÷!„èö/lâ>ºÄö¹5³‘BhÎÚ'VKÓ3yûgVº c1Æâ>!„°ÛlùBAJIW +TE1·M!„Ú§Ôž¡OB˜Ûf½€ÇXcŒ1à4ãV]`ö+Û§öÑ=¦”jŸjš¦¹-UU©¤BíSK/€ŽÇX“OŒ1|¨_åÛžã$ó&u')qvØã´sŸ.ºÉøkÞ5dB¤³µê¨4Ý5dÍý-Owá c¬1Æp¬³þ$³ûÀ.EQ¬KÎ î£kRo²îQ-õ&{™rµUÝ­[Ø4c/SB÷¨–|¦»p1Öx6ÆjÚ2ùx üÑ8»ìrÙm¹¿¢HO ‹Q,§ô÷ˆSnËÀ\,ñ:[(˜¢( 3ñ:˜‹ÉméVzDÓ¸4c ³>c 8Õ8»ìrÚy&ºïîâJä¦_‘\ÍÆ–“±}9Ì7¦çùý#tgŒÕÌúŒ1€¸@!\¿²…_gètW~Ó Þ‹Ý¹îÕ‡]É×éÌFÞÜ6Õ>Õ5dujJÎÇò›&Æâ>p¸ü3Q:‡”Æ&çbú9»vÎé¿ìVÅ”2÷×|òušë+À@Ü€“ õ&Gðc qŸXã_œ”EÁ·÷p\³~ÿ€UUÕz3˜›æ–¹¥ô$Ä € E¡ô(JRó¾Ò£(}Jÿ@¿, ÉÓ«>” š,JÓ4EQìwDQˆÑÛÓ[!­ŸY¿Š¢'‰ûÀÑõâá:p‚™>†U ¡ìÈÃ0¤”Š¢”~†Òjµö«ýBì~`ûÌfü5§ö©Ÿ*Q9~ÙX?^%÷ð©…”2—ËY­VûvÑ#DQä7ó¹\Nôˆ~µËÜÚ2·¤”B(…MÓbQé3â>Ž)DþçœÕjs~i/O±Zl½=½ëo×ûýý}ýùBÞxg(=Š¢(r[Qê?«gpÈQz¡ô)¶Ïlúˆæ¿îop+0ˆû8D;rgëÿÛq}a¯z"§ªª¢G5,UUíŠ]Q!„ÜnrÉPéÂ)¥a‰å}Ì|¶b±Xéê€'óàRÊÒ9a)eé <åçðôþ·^!D¯ÒÛÛ×kµXûú{[~¿¢(v»ýÎLÈwÙ™_(M,Ÿû¯úspÈ{ÓF´ò”…{QmDw8]±Ç±òüKOãÚˆ>hwx/{ £4qm-=~Ñ;hwh#úÒr¢ñŠÚ*Y}¸;sðV¨üqhpÈQo~â>Ž¥§"è—¥,Js[nmm)=¿(vÚ§o“ZK7míÇlâY²ôÍ@ôa4ó&XЧWÓ…B¾qÇ$î÷)Öþ~YÜiùãA¿ÚGÜ'îà˜PT!x°æ Á­ºqqqq@Gx2À©“y“Êþ”¡NÎîõqbqvàt± ÙmCvúá”àì>@Ü@Ü@Ü@Ü@Ü@܈ûˆûˆûˆû¬‡.8UúU+pŒdÞ¤lCöŽçì>pt³~ö§ÌAJàì>Ài´eæé„£ï€Y_pv8Áˆûqqqqqq î î î î ‡.À1b¾ËÿwMôeÿ¿…Bîý½cûºzÆJÜއ­¿ää›´ª(JQˆ¢ìB…R”²(Äîì…(J)„,Š­¡Z¬Ä}à8Q„P¤ì- ¥(•¢ÿ¹£È]¢(dqG…(JÅb¥¯ˆû8†ŠBH)·¶„i*rGJ)‹RÅŽBY”;BHµŸ~"îà˜‘Rš;;榩lo)BˆÑÛ§ìE!+¯ÝWúЏ€ã¤ÿ »92¼›ûË>œG»7òöa'îdžzÆêüÊG?´ˆçîÄ}Ä}Ä}Ä}Ä}Ä}€¸€¸€¸€¸€¸€¸œ:=tÀi“y“Êþ”¡NÎîõqbqvàt± ÙmCvúá”àì>@Ü@Ü@Ü@Ü@Ü@܈ûˆûˆûˆûˆûˆûqqqqqq î î î î î î îÄ}Ä}Ä}Ä}Ä}Ä}€¸€¸€¸€¸€¸€¸÷÷÷÷÷÷÷â>â>â>â>â>â>@Ü@Ü@Ü@Ü@Ü@܈ûˆûˆûˆûˆûˆûqqqqqqq î î î î î îÄ}Ä}Ä}Ä}Ä}Ä}€¸€¸€¸€¸€¸€¸€¸÷÷÷÷÷÷â>â>â>â>â>â>@Ü@Ü@Ü@Ü@Ü@܈ût@Ü@Ü@Ü@Ü@Ü@܈ûˆûˆûˆûˆûˆûqqqqqq 5ÿ¢ ®IDATî î î î î î îÄ}Ä}Ä}Ä}Ä}Ä}€¸€¸€¸€¸€¸€¸÷÷÷÷÷÷÷â>â>â>â>€ÎôÐ8µÜc^sÓ¤q8”>eËÌÓàãb€¸€¸€¸€¸€¸€¸œ N ~9  óÄ}Ä}Ä}Ä}Ä}Ä}àTØ}î¾{ÌknštŽ…Ì›Tö§ ýÐjÜO¾\¡/€Ö¹Ç¼JŸR51±?Ôò[¹•¿ªë¹ìc›-êW­[f~ÿônåêzå·…k÷€‹¸÷÷÷;}»vÝß`†kßø£‹±Ã®ÆàãÓ6ó“÷@+²o²ÚˆVÕW•¶ÒÌÙœÃØ¬‡=T>y…] î]RÊØ¿Çîü1Ô`ž;3¡Ø¿Å¤”Ç.6µÕÌcÑá{‘…¹È/ë5{£Åf最hˆû5Ü_p8]§ka~¡^æ8?6^5ñü…ñƒd‘ò²•…$_¦\N—Ífk° Ífs}iO½Jµ²ŠÒg‹-Ƈ±N0WUйh¥™§Ê3¸†µà­ i¶÷sl¹ŸsÃÃZ½Þh±™­7ç*÷*¹t÷—ž&Ò«éÔ¼HýÇ‹Ôjzi9Qs6EQR¯÷YêUê ¿ P™c*cbêuÒ}ÑÝtY÷oÇ“¯S­¬¢•D{¿ó/wbOãmôØÌÓ¥y’ÏW¤”¡Ùp[ÕÛ²â×:of‹Í@Ûq%±2}kÚrÆj9c¾5½òjÿoàº?úpïüwt1¸¨œ!ú0ªè§+x+T¾0cpȱô4®èƒv‡÷²×Ø0ÊÓ+—-ÿ™y»®ýÚYž¾¶–¿è´;´½òsˆó×ÎL6Ó¥äêïë÷íëWûS¯ÓûgȽÍiÃZìI¼TÉÊ“å{­(Š»³a×°æÖîΆEQ4n~U3Ûí½îö@‰eÀž §WÓåUÇÇö®Ë¯ÕÀÊ©ùB‹Í¬×mT/79ñlwë†6ª7î´ªš‡fÂ.§Ë5¬U}ÓnŸïi¿ÌÊ*Uö؇÷9Ô^¶ª«ëÔ'TªOt1Ö´Ì2Ã0&oLºœ.‡ÓuíÆäÞw;‡ÑiàSÅýÜ_r®³»ùÀuÖ‘ûK®ælî1·iæ³Ù¬bíMÖ4·Üczù_ccéµLb)ž^M‹¢\¸ÝËÓ«k‰åøz6£èÁÛM.ã67Mõû÷>cÜ ¦¿¼]O,Ç+ã Õj57Í®ôÑÒÓ¸ÿªOáÿÚ·ô4¶ÿÀïª?<öí+&¯y¾|á~t}ÃH>[I>[YßÈ-“Í•.8q_tg²¹Â»½Ÿ2^zÞÅÇô zãrVž¯„gB‹Õb±†gÂ+ÏV7¿ª™Ýê½uŦš k#ZyJxæŽe@mÚÀÖ·fƒfÖ¤j鵬bå?’Š¢$ž'…鵬>¢5.탚?[ Ï„,»5ïJŸwPfe•v?¬¥ãOâîG:뜪áwg&dP-j¸"j7-óÅóÃÚ¢(JŸºL¿Oö‡Ñi [Y?õê…xŸ²zZYFéSÌmSUU!„¹m6¸"â²'r?’|žÌýœ‹ÿÛ'Âó…üùߌ×\J}ŸrEiúô‹Å’ÿû–팵ôgl1ºð]4ú]´_UîÌ„õ÷a4ŸÏ«†§ÎÄž.™¦é°»*§Ü¹5]zýàßc¾Ë^ûY{ó¬\(Xm»u¶Ú¬…B¡qó«šÙAïu«Äû ETUÕF´ðL¨b[X[i`ë[³A3k6GÖB3a!DâY"2Ž>ŒM\öd²™È|¸qi jÞ•ÛA™•UBFh&ÿ>®(JÓe[~¶3¶¶êS’{› χ³ÎU}È?ŒN]Ìúö³®6â¾ý {æíz)IgÞ®Û¿¨Ÿn{„ÿÿäÍàô¦«Ê¶Z¬ñïUešFz„”²”u*¯âpud\³ñìÖÍnôð"õ:¼̼ÿÚ"ûSÖåt°¿dQ®,¯¤W(W»ð.ïöx§o”E‘x÷|åSûT³'Ç[,–¼‘· Ù„y#o±XÏ_Õ̶{¯K=PÒÊÝÌí6°ÝfÖlŽ¢(¶Ï¬É—IEQôQ}á~4õ*eûÜZ6-vZUÍ;±Ý+Ó4Ík7&#ó •s°>Æ;£ô¤¶ê㟠§&£ÒÕ>ÕÜ6]Níð: t1ë[vÃXKóx=î…ù…»|á]~a~ÁûÏÞ3®ûÙXì‹¿W&¦ÿ2 CEnØœ 6^©óKgl1&¥,¼ËW^髺“/÷®ž¼46Œò¯eÉ—/Ü£{ØtöŒÂäó¤ËéªÌ.–3V×—öäóäûÐcM,'––å{”UU5Œ·!z/އfÃ…B¾PȇfCÞ‹ÞÆ«®jf»½×­h]» l·™UÍ)ÓFõðlØsÉ#„ð\ò„fCÚˆÞV§y/zCsáÂf¾°™¯|îP}Þ­2ýßú7üN§³­=¨ÞØ+m»³á¦YØ4CsmÔGJ©ö©ª¢ÞåC·B‡Úi kYÿ3›:`m#îO|åÓF4ý·ãúoÇõmâ²§ƒø¿öéôk×'Ï:&§&=Í¿™ §VS§Ë3áÓG‡ËÓÝcz&›)Ç÷¨~íÆäàYǽhôÞîUΆad²¹òõôÙlÖùáã_*CpƒGšÄžÄ'®LT÷Æ×¾Ø“½'rZÔ•§ñijDôaTøÜãÝ_T`*`²¹/yÝ—¼¶!{`ªÉ·UÍl·÷ºÕ­k·m5³ª9|`Ñ ›¦÷·ãBïoÇ ³|AW‹6=°±êÆÝc^½â΄vû¼‹efÊo…ªžÌÓtÙzc¯´u,g¬úÝ=æÖιÊß¼5-32¹;¿0xÖá™ð9ÿûð¡vèVÖB$žíæÕ(]tœò{.ûŽK{¢cÙŸÒêÿèÕµë~ç?iåo|W|“7å{:1Ílàõ@+ͬj"—ËùoÒüˆÖ¯Z·Ì|ÕÄÄr¼[¹ºfù­dýÒŸÓ·ÃÇ5îh×ݹpàú¤,îLÿ!ä°Ûîð(LNDܯ—õíg]î‹Ñâ­ºŽ;Ëg6÷%·”Â}AŸ¾É%õœ ²~ùV]â>ðÿ·w·8 AF 1¸%©á8­E’`8[m{ÅšÍSE0Ã{níª/ÙŸ¹…}[÷Í Ü£õs›šÕÛ)ÈÔúÝᩮ܀T­œª+÷ [ë·©ºr²µ~D½»_Ÿê¾žËæÞÀ)×uõTæÏ÷]ã¾”âß²µ~×þÝòq™Òú°?Qn6wIEND®B`‚caja-actions-1.27.0/docs/help/de/figures/cact-legend.png000066400000000000000000001432631433352025300227360ustar00rootroot00000000000000‰PNG  IHDRjG«h pHYsÄÄ•+tIMEÜ  _–_ tEXtCommentCreated with GIMPW IDATxÚì_hÛØ¶ð÷¹äA¹ @lh¡ ŒLcq _~ˆJj“Øô‰éÀTiabŸÀi|'ÑÉC®’ ¹vtâ t¢˜¢&ÄS¢À-ã<äC>Ðb¤XRª$˜@70‚/߃Eñ_Ùqúwýðƒ½½÷Zk¯½´—ö–lýÎãñ š¡!Ä~Í‚#À Ùí¬úRí°>(ÿRÀ#ÐÄêÓ<2Í#ó¤ìaÿ«t™¿!„¬r 3ÿ4±.ðð±stœ>­wljSí2Õ~?É\õÒÙ…aBHÛ7…Õ m¯`|J# +Õïñê•2(¾—eþÈõŽ™êkí`ÿ€¼Lè‡&I’Éy¦ðLN. j§ß4öïŸta¸¨ÃZf ! GÊÞ¿›¾wø?÷³wY¯Çkuá]èË;ëÏ÷z w:}šÈÞ¹5£ƒ Öa¢#Œ¸D(¯Í ?Ҥ͵à Cö1‰ .ý`¡Œ_yœ1Mƒ úÞf5å…ÂMsmœ_Þü  Zw½ ¤'Ò;>‡bXp(H÷ÓÄ!dê/*?÷,Ðʉ{ õõƒÌI–üJ oŸ£ŠÕ'Â0ãèϧ^td¢¬ë)¯ÈD¯WÓ ã_yS Þåû¯3¦®¢ôBØxñ}…¼Bo˳ÎQ{¢ª4Í}©ómÒç`éÍõ ´.µÇÂsÊ?Çñ‘Èoñ¦i—‰H8r‡XëNõ¥ú†ûòÆüiK[ûÇZ{„Ã|´ kÍYJŸÖy‹/ò’EG&Ú•0CíêÀTí «)Úy„é…,ÕG&å~;@Ÿ|â\¶ï…Ÿ Ñ[Qù™¬ëzYL „ƒaö‹2 C~& ß ¦i"„6þ± }²ªÙ­7öLgU(«l˯%!D~F²·Yâu`……µÌZáçBUûýŸû½¯œ“Bt?M~N:köú£CQï¯išâcQÚ”ÜX †o„½¯¦kÒ¦”y’qZ˜ú65|sØÛíU_«éÅ´u³ºKƒÙ?°Ä%B|,®¬¯”üÿ¢PxQp®¤›R]Ö›“¾\†‡JWVWÆÿ4^«×ÎÖûô÷éèPïÆ­ÂªÁpNþl8aÕ[ÿ«ÓÛlÀÇÂÒÃ¥²’‘»#nšXÕœï+ù·RT!t„ ̳’‘Ì} ífÍ—²²wýÅHnéy ©ûÈļê>òz‰®n¡ßJkVx½w/„BÉù$:B‰{ g¡]ðøÝxäˈøw1x=ÈÞb«V³?†‚¥3 …‚¡*•k½?ýqüÞ8ù™œOFþ#"®ˆ‘/#µza-=3ë™Ìz¦´=þ*|#Ìý™3 ö.»#.n, †cwb…g…Èp¤P(°wØð`ØYÍÅ‹§þ–".ãcãML÷Ó¡ìÓlÕo[P]Öû£ÕŠ`bŒéºý*š˜H0ŒKÿ—v&.‘ì(k{©j0œ“?ëDlC± 5±ÿÑNwå›.š,=\:I½5ªu „~;üí·ß~³ªiÈËM&øo"ê¯HÈL¿¿ÿ:Q((²Z ½è “ðü?ä¿J›˜R|©¡ÿ=€³›÷MÓøyžŸáƒƒÁµK+; „eÁ^[Äþ£ûéäý¤ÝÖ®Vù±ì«:ßVÒÕÙ…ŽúZ=øßƒƒgùgyëÛìVÖ®É 0ÞO½t?­þ¢ZÔ_TºŸÆ:±ƒ_BÁ¡ Bháþ‚¶§!„œ–×±ÐÊÇÂcáà×á‘ oÅÑ®–þ.}ðëÁÆÿlŒÿyÜ{Á[ßà2pG©{jÕã¹5ÕuÜ #„’’š¦!„,Xڰቺƒ“C»©`8£?ëÐPlC U$Ñ?Dí÷âc±aDÿ‹U›ŸìdoÞ*Šb†Uª#dˆ¼Xp€öbX¾PÀv` ®‹¦üÚ þ»—¸ÜEõÓ± Þ¹ï¼_躞YÍP~*v'f_µ”ì#Çÿ4î#}Ö¤»qçX—{¯ê|[UHr>™˜L„ò/%9ŸÌår•£ÃQkZ·Z Ë?ïS÷SöEÁB¡pê×Ì,ìêt„ôýR‰³²²£´f0BHÛ×,«ª2­©®ãFÛV¶6ö — Kê”uÍÃýY?bë‹m¨æ«v®k*ÒΡßÌßJ›·e¨G]…Cvh’$y`hf^PTo'¦š]Þ „Ù)/5~~áøÝçû?Ãkº–œ?µ>[x°@÷ÓÜ$çëóQ~ªV[Owþ-¹LÈÊê u•Š„#éoÓägdj>e•ûHŸýB(r3b_TŠE¥hÝ¿¹±.åk¯5„÷¢·)KöBÜc[¥éZÃVµ .#û4‹jßüÒšêz[ ¯5„á!¬^ÂÛò º †7Щ†bÏI#ðîðÓÖOe¯sÒR磓«Zj¢OP¦fI½óÛgÁþë êèÊ<‘”EUàþÞ{LÓLL$È+¤³ð“ŽOBÆÖß?ujõ‹jí’aXü^Üù•µá¹Ð8§Ö²ð`$IeWÉngíS¼2ƒaÇåœìÌ©rNÆq<|#Œ~BSòx51åÆÂ•Õ„{—Å:1ö6‹rîûÕÉ. F¥¤Ô—jì›Øð­a¼Ç;ñþ«ý ‹ gQ]k»u|rïÆñn|êÏS.ý_I`8º9_©%öœ4RÒußêÚÀµk×êש¹„Ô;ˆÜ®¼$. â!¼ ëò ¬ !D\"~;2õ]æ P(¤¿KǾ‰Ù%±{1n’µ}ÍÚ–´á&9nšãçxíµ&, Ö56;‘ÄÇâÖ2ËGúêh¬#D\¹ ޼B¢#Tx^àçªü,Òڹͬžº©2³š¡ûéèWÑÌ“ÌÊ£cß`o³ÒÉ4Í䃤 …‡Ö…‡Â‘›M×ø9~åÑJCï¹1!dš‘›ö6ýhâ^ëÀ Ã(*ų¨®Cf=ƒ:{›Í>ͪ¿¨âŠHh7þ¯¤N0œ‡?ŸÔ{Nw‡†ù¬íMê7ÿÇãñz¼öµO;«ú¯öGiõ¥â½@øûü¨ã„a…å·#D‘Db’×ö4ó2(¼ë½ÄÆ?6Ô_ÔÐxÎŽµÏTsõikO úkCŠª›á¡`扔ݒB+¥jÈð޲ð`!ý]ZÙUˆ‹?Í#„„EÜm¤FúÒ'@úÒ'@úHŸé>`:Ú"Å1 q7û=]Ÿx»q !U3âÏ*»…iÊžæïõ‚—ßMìE­yhvòü|Jy¡$ç“âcœð&VŸý¤—ðàXBˆ¸ˆû/yJóòÑy-•¸iž0=¤ºJÇÇ⪪:+¨ª:r7îë£|}TäfTÚÌ–­QêK°*g·å‘»,å§zHßµë!á±BëTѬ‘•œQ¦ÝÇÌz&4ñõQ.—eX'ÖßO B…Š].=‘,™=¤ïÚPú¡àFWÃVÒ¦Šô>ŸŸŠÅu]Ë>ÍZ%t€IͧÐQ]vJnvˆ[ð€Åï<BHÞζ-·šì}©°{@]½ Çš•Pÿ‚Ÿ¾o„ƒú¾qzŒ­ý(Z×ít] F èµÞj(¡ÖL:õ×)ö«h[TTéW›Ìf¿þ¾R¹Älèa}O£™k†wòVId(â̦¡ñ?Åb£±úº¶*Çñ²^ÿ1‹µ6Rm÷@t€AmÿáŠy„øó…ÝìÄÞð·;’¼ŸÔ÷ ö+oÿôJ)æŸÉü_§LÓLý-y\!mù¹‘Y+îä72kägdS,<|iq¡XÈçŸÉ÷†B+VN©¸Bnüc­¸“ßøÇy¥§›´GæÆfviq!__í]æóÐÌådv,Žò;”®­¯YB^)ŵ!$®®5ÔÕ°•ÝÇ©¿N!„œ½žúË8B(ódÍe—m¥%ÇÏÏWç²úLo*©e„Ðx˜Š ú[RõIõÓÆ~•%š½l²*ldÖȾR&Pv”P8bËl(Á2@üa©¿Ÿ¶ŒÏO¡ôJ9‘°ñ5{)©(JèË&TÔê×Yd–Ì^û¯úÝx¸ hmEôûý!Ó4SÒ›º®;wS-cjérÓÊÓ4}}Bh-³æ·ëõ¾2?×wcÕhi£¯ª®>ÛùÛL}ß·t„Â${ã¼f¥ªÓ¢5;+½„ý•ó½ þ«ÔÉ´Û‰Y“û)„CÑŠŠÊ&g—ÙïoÅó8ŽÓW©ØO~¸ÂÏ%W¯ÔoU©ËM+[†•6'üö†¶G­»ñ ø  Í鳸§é¿`ÿŽEÄùýgÞûÆOÿ³Q–]Ê*¨ªjOÓê®Ú”„ÒäÞÕ·á” µç"ÓµçëoWJO%„Prž^bXiýÝHWk­jÙÜ‚ÏÉWe´óÚ§·»+ö%5>D‘ÏñÇ*Áë B(~/QØQÌ#Ó4MEQ„e!4±*0!ÄMrŠ¢˜¦©ì(‰I®) ±T$lJTœ‡Ì3qTZ•b¦îiñ‰Ä9¶ju¬í%¬²£¼M_ðñÑÎkŸªnè¿þ†:Ÿðbg¸g¨Ö•9kµdìÁ›aýµ^«BÃ[XJ¨z9ÍY¨ïiÌ—!óÐlYE%g—éþ/ŠÜÔLLr™ÕL³ºšmU¿ÄCCÅq£oÛ}PFûï¼Íl«ÑûRìÛ¬¢çg7ÞKO2ì–¸D ë—¦—ˆá?„×~,ý.Óãñ®ý(2ý†á8îÿÜŸœç›’ÐÏEïFfÍ©báAòŒ*ÎCæYà§¹á?„qGˆüŒ\¸Ÿ<¿V-µµÍà¹ài¡!À»²úœ]•…(Ø'HüKÄOào±WѯYö+–¾Ja¦jšð}zåq†¸Lü´¹Cœ}õÙÎ{'˜+Ž}‚u`Þ.ìíö-÷s¹ÿ›++œš‡QÚB;Óg?éí'߉¸]Z^ …Ÿ æ‘ééöPW©Ø×¬ý3Px‡Òç» ™ £ œÿ.HŸé }¤O€ô ¤O€ô >Ò'|$4ñ§}µà îÜqBàÃ6oÒ'@úHŸé }é }¤O€ô >x¯ÓgzQ¹Ë¾-í#_³é‡Ä ð¦ÓgO¯¯å¶˜¦)ü]˜ú ÷¶|45Í ß ¦iž« >¢ô©(Jh(âë£BCuWµ õ=ºJëºÖ¥Í,å§‚x[YŠ ê ™}š­uZ`½¨~:~/ÑZ¯ái6WúLLrÊ eaqAy¡Ä'Váø$û†õx¼m11»%ƒo×MÁ/CÒV¶Væ³^ÒÉÛíý)Qé³êK!ÄôÓö{é‰d:{»Ê¥ÊÌzæÚPé»v=´²šq¹.ÌïéÏýÎ’ôbš0>?•˜àì=Õž^Ÿ°,ÐÚ•ËÉ¡ÁH飌¥Ë*/ÛFv# !äÿÜŸ/äë»ÂÓÅ”JÉ3ªS~Êç§FFã†aX商9»_ëÛ•Ç"`zH_äæÉ*¿–ŠRý¦‡ô]»*<+dÖ3×®7WÕúÝÎ=}— kÒ·Þ›‡&7Çó3|ÕÊÒæ†øHÌoËáá&¹ÌzÆ cßÀ?í²? Ë‚œËgVDy[FGfê~Úþ*÷¼Y—¬ÐؽDl,öj§˜Y­Ìg•[+ŦD!„¼^¯±o4´3½˜&¯ÖÇøXªjóZÝê@„PÇ¥$¹±¾f½/ì(ÒSI~šÜŠ*/”¥å¥‘Û#‰‰„]¸XÊ+Þ‹^„öÚÕ]6Gûõ€¸XJ'š®]û"T£æIʦSߦÓߦ»pljšgte}—¢Bš¦Yé§;†!, Ü '>BÊŽÂÏó…ŠyxjS´¾aµ¾µµcfï²ÖRQV¿Vó:ÝêÓÑFYÜ$ÇMrX'VyAÔBÝS­µŽ¶§!„¼\Ý[Dõù ÏsÄÅp)õz¼â£¥†÷%‘$¹´¸€Êne‰|N®¬ãRB¨ðsòSõëà8QWK ‹%Æâéï¼7 ÊO»1ÌÙ6µT¸Ä}÷€2Úö»OaYÀq<<D§/ˆ’—Ov2gÿ‹7ö cߘý¯B(渽¨Î­CÌ@PÚ<ÙT¾5<þgNUUt„”]5>VýN×ø½„º«¢£ò ç¼qÆ¥(„´¹`ê{À0Œô¢@~Vê¯išx'Žc¸¾§q\}Ã\~[F-.©Ó}ø*À›X}꺖þNXûQ´>&瓉‰;'¯ÎûY‚7Bѯ£ê/š×ãågøðͰáÁ ?Ç«jiåÊ~EÜ«¯Uâ1uo¼z«fd4®¾VÉËdúþñm;ß°¡pÄ<4­W—¢TUÍ”…ÕÓ§iðNŒºJ§ï/”œ0—œ›‹{º=ìV:þÙhUÃê›]‹Z*\â²û@%g½uèÍ^ ?ËKoéŸóFî²þßÓ±·÷¯À»ƒuëÐû‘>àJŸðÄhHŸé }¤O€ô >€ô >Ò'@úHŸ@ú¬äxª%<˜F|øŽ˜÷^}zQiõ¡R#_³ésxÖ»ïOX}ÂTþ„>õ±`š¦ðwaê/\kr¦¦9á{Á4MX}6‡¢(¡¡ˆ¯ EÔ]Õ*Ô÷4ê*­ëšsœN^¤0‰ Î0 —cl½|~*4Iͧ\6ü0f"ëÉÞ0Y· ¥j“úþ|»Ãí¤˜yïLSÑÆ(jmösi€'Òf–òSA´f$AÔ2ûôä©—ê®J0öû‘¯Y_åë£F¾f•ã4é%&9å…²°¸ ¼Pâ «p|’‹}Ãz<ÞÊÑzµ[,òÑ[ÑÌz&öÇq÷ÓÁ«Ýb>''çyÓü¹lmZ€w+Ô_í¥'’·ÛûS|ò.œ¼¾Å3’70ûe·¤à`ð,‚_†¤­“ô™Ý–™R÷´Èp´?@Ë[Yy+Û £ÃQuϚ>Õ—*Bˆé§í÷ÒÉ0tövÍmt ÃØ¯¢¡ÂÏ…¦N—0 #Irjš‹ÞŒ&çSU:Ï…eÐvIê~š0>?%,ŸlÓ¯<éÓCú"7OVÏnH/–¤%&8ç®EÕò2cN­Åö×jkWhª µ¤5îòâ¦9ÊOQýtú¡PßBgjy¾)Kª–Wj©3.OÌs994±öBVV3­k9BÜ4o¹K8}ÈM0ÔÂÓÅ”Jé@SÕøhœòS>?52·— •½¨ßÇ:ž¯¥¢T€é!}×n„ Ï ™õ̵ëÇÍÕv…\›|ØLôÒŒmOf=S¶rªåúó†û(r噺³_U ›2Àz“ß)ÒŸûݸ½–ÁþÏýùBÞþ˜ûgÖz têo©è­({›Å»q¼go³Ñ[ÑôßRÕDZFÔÑ{–Cìí§Oâ2a¥Ö{óÐäæx~†¯ÓÄ4Má!D^![SgsrÃj¹ç…̺d6¦ÓùgrfE”·eç¹[v;—Y‹…<`“n·þ…eAÎå-ièÈLÝO×//3Æ^aðsFâcñè­a9'ç·eÇÃÏ'kõ¢~ëx¾– „Pv+›ùA,òáÁpô6+mfÅe±XÈ3Áö„\û|ØTô2&÷\FéºÆMóÖü›{.[Ge=‡ÔîQSQÔÂüãœýªZØBûþi—·×2Øëõû†}#?+Xk*9'G‡Â§ì:5{;DZV´0˹9ÄÎÎï<BH>m«{EILrêK•¸L$ç“â#!3z‹ML$ìB²—¨rÐ6~\#ûgО^_¹ŽPOŸï•R¬üÖþØÓë“·²7éF|(½D™ä|NÆ»q+©SWéâN¾±v„®]-=\°.ûFp(l9°Vy™1öÊ€ŸK­­Š†ÕokÐTêHkØez€—«­º«^ †,Zh›äìl³–Ô)wj©%¶áØø3À°wØÐŒs\ZÐâ—îª †ª[)X'¶ñãZÙˆ#„ÌC“¹ÁÈÛrÃ^Ôú¶a 8U”Õ÷õQçrmòaSÑ›ÝÊfÖ¥…ÉôCAø^HL$†o†ãc‰ðPÐ>¯mèÊuE-Î?ŽÙ¯Ž…. (LúŠ…¼5µf°ócîY!9ǯ­¯YMŠJëÀœË'_Õp–vŽ] ³\­ðhÖÚºãŒRH’ÜX_³Þvé©$?ÍFnE•ÊÒòÒÈí‘ÄD®`ùÂ<2Å•µÙÿœåføµU±¥ú¾†ãxÃjN÷éºî%ªxÓkoÄý ¦k×¾¹//3Æ nš‰vÈÖiÛBêHkØe]׉‹¥)Û©±¡…U;Û‚%nŽ15·¦SߦÓߦ»pljš·.Õ´ Å9..ÝUçÀ¶g=Ã0„e›áÄG"BHÙQøy¾ðB1M÷½¨õmU×RQVÿœB®]>l*zé~𛿭Ûä<Ÿ^†o†ó…|ržwï†óÆY¸IŽ›ä°N¬ò‚è©sê,ú‘ÙÿœUþ¥´¦H\ÉœLÈ4Më¨>Ù=¨Üd¾àÑT­òD¾5¼¯øh©r„j•—o•ÆÈh<9ŸrÖlض©.¸´¤Ö±¤î©Ö9¦jg”yKÎU,I’K‹ ÖÎdb"‘¯v9Àçd\ÎùÇc£1êj)ÎÙ±Xb,žþŽÁ;qãРü´›^¸é£M-o`DÚèæ¢Ã0â‚WÚ”0 c˜Ôƒtöi–¸äµæ“3:äœçìçÒ†P}¾Âóq1ܲÁ…Ÿ ”Ÿ:Þh•ùãýU:@‹ë™ñ±Ø‰ý뺟n* ÞðÜòæ®}:·ËqË.ˆ’—+¶žŽLñÇ5„ùYkÛªÖESEQfgxqULÜ+ݵë¿â ¦iê{Z‹á¡(7Íé{šqhÎÎñgììð­áñ?sªª¢#¤ìªñ±Dýòòyêeý~¿™­uÁ¥%U‰ †fgx}ßÐ÷ Ρ¨–LÇ÷´Ñ’²tâÔrv±ñ{ uWEGgÕŒps¼¾¯éû7÷ËBÃ0Ò‹ùa?Þ‰ã®ïiÜW¿.¿­<¾ªª8ãAá.äÚæÃf£—`ø><F…‡ÂÜ g¯œZvHÛcµÖìWËÂf `‚Òfö,K›Á!dšê/ª=¹ÿ1&>…eÁØ7Œ}CXÄGâøcM…ÁCîün jÏêS×µôwÂÚ¥Øä|21‘`GãäÒy½ÝîÞ¯3Ü_¦\Ê·bF\òÒ&»)ÙÛÉ9>1™H}—öt{â£lv«úEÜØ]Ö4ðpÄ84k ^}íÎí5ëÎá‘»qõµJ\"¦Ž£¹VyÅ™šRø™K‡»µ_×°mS]piIu_Åøž¹Î`ûu4÷Ï\}™±â­p… IDAToØP8bšU/ÔŸÅ’SVÖâRlåØÙïƒÌÈh\}­’—ÉôýdËZÆÇbÜ Ç\aXìÛÐ].ƒ ïĨ«túþÂqœ'gçfGÆâžn{‡•ŽcWµõûX‹Z*\r–n£›^&@§þ;ù2„Š|šýÏY{mײCZ‹Õ–f¿ê6k@ðÃÏñªZZµ7k°ªªù‚²ð€AÉ9™¾ê· Aâ?ŸLý-òÿÞ/þ Ôúi­08k g½uø°Q…É[Dï‡LzQ(ü,/µôß{#wYÿïéØ]!ÄMsÄeÒJl0ÖüiP…Ù9ÞØ7t]ãç’¡ë 8€èý°‰²K­þoíÒC!vü¹Ùm™é§?§u@Ü•x.Á¡ i¢àufüüñ Ñ ¸â£ZëÃæ-4lÞ@‹@úHŸé }¤O€ô ¤O€ô >ÒçûJ­§ÁßSâ S>24>[BQ”ÐPÄ×G…†"êné)çúžF]¥u]k‹ á¡ÐÓëZ}¤ÎÇ®šÊ[gOr=½¾²—U^õ¡ÙM©n­Gï_úLLrÊ eaqAy¡Ä'JOŸäbß°·=éó±8õ×)á±cV†®æ­óPí|}=x£éS}©"„¬§¤Zï¥'’aèìm¶¬¦´)…†">?E÷Ó+«—+’ìV¶«³‹ý*Ú…we·dg«•Ç"`zH_äæÉ·êªHUÕøhœòS>?527 ÖSUHõžÖRf¿ý1—“Cƒ‘ÒG˜“þ!nš£üÕO§ ζéÅ4`|~*1Á™¦‰¢Û¤ÌzI‚º«ÒL˲4:SUµUGXèí~!è\;VÚP©ºLEÍ5ã4€÷#}— +UXïÍC“›ãù¾|ùƒKà8žÝÜ6¥¢âvm±òXdoGBìWѕǧöo³Û¹ÌªX,䙓˜äÊVEüÏ ”7‹Go Ë99¿-{<~>Y_HUê©Jì^"6{µS̬ŠùBÞ*L=Hë{šô4+=‘äÜÉÙ€°,ȹ|fE”·etd¦î§BL€É=—Bº®qÓ¼•rÏe«_­uÊZÕ9—ŒUU—Ξ2ëRk ÁJ*U—©¨Õ£¦œpÞ´çqÙŠ¢$&9õ¥J\&’óIñ‘ˆ½Å&&v!ÙKÐŒþZÿé6‚p/\ßӂሜËb˜ydÒýŒ”Yó\ôZ —|NÆ»q„išÔUº¸“?™”s2?—Z[1 +“išÌ FÞ–ëééõÕÏeBœ•ít€aï°¡/ç&6=ÀˆË‚åuW½ Y•¯]-=\°Ê}#8–·³Ù­lf]ZxL?„ï…ÄDbøf8>–í3ƒ:UfpUÕV5yû§ª;ð•ëÑ2É.[G…³GM9 lÎëqÙm‘E’äÆúšõ¾°£HO%ùi6r+ª¼P––—Fn$&ëkúk!佨ÜÕPáñŠa>’r–LMŒ[ï­Ù!„a˜sãNÝU¹iN|t’;•…Ÿç /ó°|¯–*' µ…T7þa:õm:ýmº Ǧ¦y&@#„t]'.–N ¼Ä‰74]»öE¨|œúinšGeÖ3Éy>½( ß ç ùä<ß®NÕRmQçêuÃ%©Kœ*jõ¨)§œ7íÿá 7Éq“Ö‰U^õ\ð „´½&îÅ5̵Õ5yû'{?VÎþ´¶ºfÕˆaŒŒÆ“ó)ç¼ÌŽÅ"ሼ}µ[ÌäÖzWSH²Óƒ±o8O,–òÏä©I.q|S•ÇãQ÷J#5õÄ^×ÙS+9aF\ðJ›†aÌc™Ù§Yâ’×:-hK§j©~+ÔêQSNxÏÒ§°,à8 ¢ÓDÉËBˆýšEq3¼®kÆ¡1;—²Öº3Ez"Q~Ê™=½ÔRz"Õ›‚ï°±QÖï÷ŸÊĦ‰wâ8†ë{7ÁµÖÁZBüWüÂCÁ4M}Os^hŒßK¨»*::%$2šáõ}Cß7¸¹“+Ä÷†ÇÿÌ©ªŠŽ²«ÆÇJé–`ø><F…‡ÂÜ gmœ¥S8Ž«ªÚPõyP¦Ú¥‡›u‚ß½ð¾¤O]×Òß üLiÊKÎ'É+$;'¯Ö ìWÑ…IÃ0˜¡àõ ÑÛø ¨ðƒ8|k¸¬pø«¨ðC½_°~V\ٷɹäì|ª§ÏŽúÿOk}¬%$9Çg·³>?Ž2'åÁfd4ÞÓçKÝO§ï—Å<½Ìu&x#H_¥ìtö«(s¹ïéóÅÇâÖYBˆ Ðú¾ù2„Š|ÒuÃÚ>K§bß°¡pÄvN-Õõ©z‡s³ª]z¸Y§œ+í¹uhEQØÑ˜¼þ§ð~`íÿÁŸö½fçxcßÐuŸK†®3àpïà‚·‚ç š& ^gÆï%À!à4Þ/`óš6o E }¤O€ô >Ò'@úÒ'@úHŸéóI/ #wÙ·¥}äk6ýPxv ð¦O÷Oˆ4MSø»0õîm™:5Í ß ¦iBªÚ“>E E|}Th(¢îªV¡¾§QWi]×Úb¢´™¥üAgÕZ–"‚ºBfŸfkX/ªŸŽßK´ÖëW»EˆE€(}&&9å…²°¸ ¼Pâ¥gHOr±oXÇÛ³[Rp0øvÝü2$Õx8ó«Ý¢õ’žHÞnoìOð -HŸP_ª!¦Ÿ¶ßKO$ÃÐÙÛå—*WV3×®‡zHßµ¡ÌzÆýº0¿S¤?÷;KÒ‹i:ÀøüTb‚³÷T{z}²@hKT.'‡#=¤0+«[EÙ¦±Q!ÿçþ|!_ßžn||,¦¼PJžQÕøhœòS>?527 Ã*¯4ÌÙýªß¢#4;ÃSý4ÕOÏÎðèU·óqÓ<姨~Zp\¬íéõ­<éÓCú"7O6 Üwhsú$.Ö¤o½7MnŽçgøÊÜÉMráÉoËkDisý cßÀ?í²? Ë‚œËgVDy[FGfê~Úþ*÷¼Y—¬ÐؽDl,öj§˜Y­Ìg•[+ŦD!„¼^¯±o4´3½˜&¯ÖÇøX.[Q”Ä$§¾T‰ËDr>)>2£·ØÄDÂ.${‰k7BêKõ§ÿÙ°.aªªzí‹rwͯ‡ô y ì׮‡–.XrŒ}#8¶ŒïéõÉÛ?Ù;Æt€aï°¡/çrO¯Ï©Ñ¥(„išÔUº¸“¯¿hÆ:±׈ÞòË´æ¡ÉÜ`äm¹¡aU¿¥ñ¡`‰UwÕè]VÞªÖåÓÕ®C–Ìž^_>'ãÝxYGÜw8™“ B¨ãŒRH’ÜX_³Þvé©$?ÍFnE•ÊÒòÒÈí‘ÄDbc}M{­!„ˆ‹¥¼â½ØÄÔìñx´_ˆã&š®Y©·ZͱÂÃtêÛtúÛtŽMMóL€®¬ïRBHÓ4+ýTbçcÃ0„e›áÄG"BHÙQøy¾ðB1Oݲ[ß°ªßêºî%Jöx ¯®ëUí,«æka˜½Ië¾û@m”ÅMrÜ$‡ub•D½¼êKUÝS­µŽ¶×Äí©TŸ¯ðZj8¿“$¹´¸€Êne‰|N®¬ãRB¨ðsòSõëà8QWKé‹%Æâéï¼7 ÊO»1¬ê·GS5kY©©šµaPý<ÃQ­a§Üw(£m¿û–ÇÃAtú‚(y™@YwÍþoìƾ1û_åGëܥ ¥Í“½åá[ÃãæTUEGHÙUãcÕïtßK¨»ª}—áTUmVBHÚÜ0õ=`FzQ ?+­°MÓÄ;qÃõ=›àêVÿÛÈ`ˆ›áu]Óu›á"ƒ‘ªm#ƒnŽ×÷5}_ã*.?Wâ¾ûÀ¹¬>u]K'¬ý(Z“óÉÄD‚“WHë–™á›atô›°¼B0Ä%/{›Ínå\ Þ`ø9^UK+Wö«(Bhän\}­—ˆ©{ãÕ[ 0#£qõµJ^&Ó÷oÛù† …#æ¡ií¸º¥ªj¾ ,<¨ž>íÄwbÔU:}¡ä„¹äìÜìÈXÜÓíaï°ÒñÏF«ÖÀì±?— EBÁÁØXõ?`‹q3s=„u`±;lîŸ <ì²û@%g½uèÍ^ ?ËKoéŸóFî²þßÓ±·÷¯À»ƒuëÐû‘>àJŸðÄhHŸé }¤O€ô >€ô >Ò'@úHŸ@ú¬¤ÎCF¡ ŒÈî×;îºZæ½×#ž^FZ}–ÔÈ×lúž‚õùVŸ0m?¡ÀÇx˜¦)ü]˜ú ךœ©iNø^0MVŸ­ (Jh(âë£BCuWµ õ=ºJëºæ-ëåë£èýšÍ¬KM v©¹Ÿ FRó)Ã0>ž™Èz²7LÖ-h©Ú¤¾?ßîpÛ¡ÞÓë£úéø½„ó8úbæ} é¦â¡ÁÓÚ¤çÒ;<¤Í,å§‚hÍH‚ ¨+döéÉÃ.Õ]•`ì÷#_³¾>Ê×G|Í*Ç Òg‰Ä$§¼P”J|"aŽOr±oXÇ[9fùg²ðPð~êML$¢·X÷§-¯v‹¯v‹ùœœœçMó7æF°µiÞq¬Pµ[”žHÞnoìO ðÉ[5ÍEoF“ó©ª §Â²@h»$u?MŸŸ–OöëW‹t€é!}‘›' h7¤KÒœó< jy™1ÎE†ÓþZmí Mu¡–´Æ]>BÜ4Gù)ªŸN?ê[èìQ-Ï7eIÕòJ-u†Àåz.'‡#=¤0+«™Öµ!nš·Ü%œ¾ä&jáéÆÇÇbÊ ¥t¬©j|4Nù)ŸŸÛk‘Ê^Ôï£eðì OõÓT?=;ã#TݰýªBM÷·®k&héÆ6;³ž)[9ÕruýéÂ}ð¸:ëNzU-lÊëM~§HîwãöZû?÷ç yûcîŸYë9Ò©¿¥¢·¢ìmïÆñnœ½ÍFoEÓK½µH{Ó'q™°Që½yhrsÆÇâÑ[ÃrNÎoˇŸOÖêEý>Zã[ÜU¥õ5i}­¸«¤«V«_-„\­þ¶ÑuM-`rÏe„®kÜ4oÍ¿¹ç²u0Öruýc§©àiaÚqNzU-l!z}ÿ´ËÛkìõz}Ã>ƒ‘Ÿ¬Õ”œ“£CáSöš´ßp¤¿óx<!ù´Ñ.Q%1É©/Uâ2‘œOŠD„Ìè-61‘° É^Â:pvÉ4M_…:Ð+¥q?{z}åî8B=}>«mÙ·öÇž^Ÿ¼ý“½‡L0âCè%Ê$çs2Þ[&QWéâN¾±v„®]-=\°®ûFp(l9°Vy™1öÊ€ŸK­­Š†ÕokÐTêHkØez€—«­º«^ †,Zh›äìl³–Ô)wj©%¶áØø3À°wØÐŒs\ZÐâ—îª †ª[)X'¶ñãZÙˆ#„ÌC“¹ÁÈÛrÃ^Tý¶Ìàè]VÞÊÖ?dœýj!äjõ·®k*h³[Ù̺´ð ™~(ß ‰‰ÄðÍp|, Ú§³•®n™.ƒ§ÅiÇ1éձХ%ƒI_±·æŸÖ v~Ì=+$çøµõ5«IQÉcXÙœßpr>§Hk;Ö"»ã,"H’ÜX_³Þvé©$?ÍFnE•ÊÒòÒÈí‘ÄD®àDÛÓBžnOkzõ} Çñ†Õœ~ÔuÝKTq«56Ö&‰û @M×®}r_^fŒ%Ü4'>íØ­Ó¶….ԑְ˺®KS¶ScC «v¶KÜ Š{cjn!Í—¼Ö4RËÕo>DkMz.-lhÕç+<ÏÃ-\ø¹@ù©ãV™?Þ_¥´¸ž‹Ø¿ž¡ûé·iïâµOç¦9ŽãáÁ`ÙQòò©¹Þ4MEQÜÊãLÿÿéÆjm[UÅj>;Ë«bâÞxéÚõ¿ðP0MSßÓê\EE¹iNßÓŒCsvŽ?c‡o ÿ™SU!eW%ê——_ú½ÃÆFY¿ßïFfk]piIU"ƒ¡Ù^ß7ô}ƒs(ª%ÇqUUÏÃ’²tâÔrv±ñ{ uWµoœiYKd0ÂÍñú¾¦ïkÜ ß. ÃH/ äg„üx'Žc¸¾§q\ý^Ôÿ62âfx]×t]ãf¸È`¤FTïWº®k6h醟áÃCa„Px(ÌÍpöÊ©–«ß|ˆÖšôjYجÌ@PÚÌžÅ`is#8À „ŒCSýEµç´ñ?ÆÄG¢°,û†±oË‚øHÿcìMFÚ¸¨ «O]×Òß k?ŠÖÇä|21‘`GãäÒyÕ½§×‡:ljËdr¾¸.±aqÉK˜ì¦dïc$çøÄd"õ]ÚÓ퉲٭êqcwYÓ4ÂÃãЬ5Šõµ;·×د¢¡‘»qõµJ\"¦ŽÃºVyÅ)›Rø™Kǽµ_×°mS]piIu_Åøž¹Î`ûu4÷Ï\}™±oØP8bšU¯ØŸÅ’SVÖâRlåØÙïƒÌÈh\}­’—ÉôýdËZÆÇbÜ Ç\aXìÛÐ].ƒ ïĨ«túþÂqœ'gçfGÆâžn{‡•ŽlWµ ú8ãç’Á¡B(x#«~Ÿ|­~µ1äÚèºfƒ– ЩÿNE¾ !„"_†fÿsÖ^ÛÕrõ9…hK“^u ›5 xƒáçxU-­Ú›5XUÕ|AYxÀ „äœL_õÛù„ ñŸO¦þ–FùïjýÀô DÚ9q¦[‡€EQØÑ˜¼á@Ð~€¤…ÂÏòRKÿ½7r—õÿžŽÝeBÜ4G\&­Äö1`íUÀŸöU˜ã}C×5~.ºÎ€CÚ’Ø(»ÔêÿÖ.=bÇÿ—›Ý–™~úcó^P‰ç š& ^gÆïÁß´@=>ε>lÞ@Àæ-´¤O€ô >Ò'@úHŸ@úHŸé }ž#éEaä.û¶´|ͦ[ýWeÒgÛÈne馧×çò)ÙÂß…©¿poËGSÓœð½`šæÖû÷ ¼ýô©(Jh(âë£BCu·ôÐs}O£®Òº®9krÓ¼þZÿIÚ¨ú€å2¤Í,å§j=jõ $$‚ ¨+d¶ÚSs­3€ž^ŸÏO…#©ù”aí2Ãs€÷>}&&9å…²°¸ ¼Pâ¥Or±oXÇ묩ë:Bˆèu•³[Rp0øvÝü2$Õx"Ï«Ýâ«Ýb>''çyÓü¹,;W }ÖC}©"„¬‡¦Zï¥'’aèìm¶êÚ˹y[gA–ß)ÒŸû%éÅ4`|~*1ÁÙ{ª=½>aY ´%*—“Cƒ‘ÒG˜•ÕŒ­¢lÇØ(„ÿs¾¯Ów ÃH’œšæ¢7£ÉùTÉ!ªS~Êç§FFãÖ´)3ì7+E:Àô¾ÈÍ“•}Uù'õ˜ÒwíF¨ð¬YÏ\»~Ü\UëëÞhú$.VÞ²Þ›‡&7Çó3|år͹nk(ÖØ7ðO»ì² çò™QÞ–Ñ‘™ºŸ¶¿Ê=/dÖ%Kfì^"6{µS̬ŠVæ³ÊJ]ŠBy½^cßpã„èp8›“­÷ñ±xôÖ°œ“óÛ²Çãáç“Íšq²ßÎeVÅb!ϘÄ$WGþñ’=›ùA,òáÁpô6+mfÅe±XÈ3A»¹½@UÚù¸lEQ“œúR%.Éù¤øHDÈŒÞb »ì%ìu•Ëk{=¤¯XÈcf}¼v=´ôpÁºjìÁ¡°e|O¯OÞþÉÞ%¦ {‡ }Á8÷{z}N¥.E!„LÓ¤®ÒÅòh™@„:B=}¾WJy×ÌC“¹ÁÈÛrSfXÕzz}ùœŒwãu,)“ï¬ï룪6¯¥¨ƒõ¸ìŽ6J$Irc}Íz_ØQ¤§’ü4¹U^(KËK#·G »‚{<öëq±”Ì4]»öE¨FÍ“„'–¨Ú*~/¡îªèèôš Ç7θ…’67‚L.›¦©(Êì /®Š‰{ãv!Þ‰ã®ïiÜwv3*•V•ï’:zá'§ozõ©ëZú;aíGÑú˜œO&&ìhœ¼B:ïmqOðÃÏñªªZW騝¢¡‘»qõµJ\"¦ŽsUy«fd4®¾VÉËdú~Ioì6Ž˜‡¦uMÑ¥(UUóeáS'ñcF\òÒ&»)Ù›·É¹äìÜìÈXÜÓíaï°Òñ/G[3£’ZòÝ.^[Õ ´óÖ¡ó#½(~–—ÞÒ?çÜeý¿§coï_€wëÖ¡÷#}À;•>á‰+Ð4>Ò'@úHŸé }é }¤O€ô >€ôYÉðTKx0'Œøð1ï½úô¢0ÒêC¥F¾fÓçð8¬wߟ°ú„©ü >ê0MSø»0õ®59SÓœð½`š&¬>›FQ”ÐPÄ×G…†"ê®jê{u•ÖuÍ9T•/—cl½|~*4Iͧ Ãøx&ë‘Ú0/· ¥j“úþ|»ÃÝZ¨»´ùݤw9¶› Œ6FÑ› i3Kù)‚ Z3’ ê ™}zòÔKuW¥ûýÈ׬¯òõQ#_³ÊqŽ€ô‰B‰INy¡,,.(/”øDÂ*Ÿäbß°·rÀœ/÷)äÕn1Ÿ““ó¼iþÆÜ:3|0@¨¿kÃñÖO>Þ@Hd·¤à`ð,‚_†¤­“ô™Ý–™R÷´Èp´?@Ë[Yy+Û £ÃQuï é6¤Oõ¥Šbúiû½ôD2 ½ÝÄNº›Ó% ÃH’œšæ¢7£ÉùTՆγEaY ´]’ºŸ¦ŒÏO Ë'Ûô+E:Àô¾ÈÍ“¥³Ò‹%i‰ ιkQµ¼Ì˜ZKðZmí Mu¡–´Æ]>BÜ4Gù)ªŸN?ê[èìQ-Ï7eIÕòJ-u†Àe¤årrh0ÒCúè³²ši]Ëâ¦yË]Âé+@n‚Á}¨«ªS~Êç§FFãÖ*ĽÍΪêùªòOê0=¤ïÚPáY!³ž¹vý¸¹Ú®k“›‰^z€±íɬgÊVNµRÞhjDÜÏ?ç3šPÀ IDATù"ý¹ßÛkìÿÜŸ/äí¹f­J§þ–ŠÞв·Y¼Ç»qö6½Mÿ-U}k„A½-bïJú$.Ödd½7MnŽçgøó3::Îæä†ÕrÏ ™uÉ:mL/¦óÏäÌŠ(oËÎs·ìv.³* y&À$&Ýný Ë‚œË[ÒБ™ºŸ®_^fŒ½øæçxæx‹£N[;PÜw¡Ž´†]N=Hë{šô4+=‘d‡Ÿ«Êtö¨jg[°¤²¼RKCw5$v/‹½Ú)fVEëÈoMKj1­ªªôtCZ_ËngI™܇z|,½5,çäü¶ìñxøùdË6Wõ|UùÇ«“læ±XȇÃÑÛ¬´™—Åb!Ï ÛríóaSÑ˘Üs!¤ë7Í[óoî¹l•õR»GMH óÏy„„±oàŸv¹q{-ƒ½^¯±oØg0ò³‚µ ’srt(|Êþ¡S³·sk…A ³œûCì,üÎãñ „äÓ¶6…¢(‰IN}©—‰ä|R|$"dFo±‰‰„]Hö-\ˆ²O%Ê«¡ž>ß+¥Xù­ý±§×'oÿdïÓŒøP z‰2ÉùœŒwã!Ó4©«tq'ßX;B×®‡–.X— Œ}#8¶X«¼Ì{õÃÏ¥ÖVE Ãê·µ hª u¤5ì2=ÀˆË‚ÕVÝU¯C– -´Mrv¶YKê”;µÔÛpìNü`Ø;lè Æ9.-hqŽ‹KwUƒ›PwbšÌ FÞ–ÝÛì<4Æ@™|g}_u.!×&6½Ù­lf]ZxL?„ï…ÄDbøf8>–íóÚ†© Q÷#ÒÊüs!AúŠ…¼5µf°ócîY!9ǯ­¯YMŠJëÀNì4M_Õp–vŽ] ³\­ðhÖÚºãì‚H’ÜX_³Þvé©$?ÍFnE•ÊÒòÒÈí‘ÄD®ЖÓ}_Ãq¼a5§ût]÷U¼i ‰µ7â~PÓµk_„Ü——c7͉D;dë´m¡ u¤5ì²®ëÄÅR’vjlhaÕζ`‰›AqoLÍ-„‡éÔ·éô·é.›šæ­K5-hqŽ‹Kw¹?°¡®ì(ü<_x¡˜‡f ÁÙÐóuä;ëŸSȵˇME/ÝOsÓ¼µs›œçÓ‹ÂðÍp¾OÎóîÒpÞ8‹gÞLHx<í×⢷eƒ5M³¿’·K;·!Ç íÀsñd Œ_ìšufé²¹®Ù;×ÜiÓÑ^qÜ$ÇMrX'VyA´ˆ+™“É®™¦iÕ'»•;Ì<šª•-ÝZÆëñŠ–*G¨VyùV‰aŒŒÆ“ó)g͆m›ê‚KKjKêžjÓiªvF™g±ä\Å’$¹´¸`íL&&ùj—ÜhñxNÆåìîªêìX,1OÇà¸qhP~º½žq)ÿœB®]>l*z1 #.x¥M Ã0f€I=HgŸf‰K^k>9£CÎé8 ú|…ç9âb¸eƒ ?(?u¼Ñ*óÇû«t€×3ãc±û×3t?ÝT¼á¹å^ûtî˜ã8 –]%/7žñÝ\ã5MSQ”Ù^\÷Æ­Bÿ¿ðP0MSßÓê\<E¹iNßÓŒCsvî¬×e‡o ÿ™SU!eW%ê——ÏSwØØ(ë÷ûÝÈl­ .-©Jd04;Ãëû†¾opEµdâ8–œ:ý<­åìbã÷ꮊŽÎª%2áæx}_Ó÷5n†o‹…UCÝ4M¼Ç1\ßÓ¸ ®íž©%ÿŒ…»k››^z€ágøðP! s3œ½rjÙ!mÕó f (mfÏb°´¹`BÆ¡©þ¢Ú“Ûøcâ#QXŒ}ÃØ7„eA|$Žÿ1ÖTœ1äÎ­>u]K'¬ý(Z“óÉÄD‚“WHç%÷Ö°úaqÉK˜ì¦do_$çøÄd"õ]ÚÓ퉲٭êqcwYÓ4ÂÃãЬ5x.Sû«Ý"ûU!4r7®¾V‰KÄÔq4×*¯8SS ?s‰ãp·6´¶mª .-©î«±?Ã3׬c¿Žæþ™«/3ö  GÌC³êÎüY,9eÕi-.ÅVŽý>8ÀŒŒÆÕ×*y™LßO¶¬e|,ÆÍpÌõÖÅî° Ýu†POÎÎÍŽŒÅ=Ýö+ÿÌ®5ÏTRK¾ÛÅëº>l6z™úïTäËB(òehö?gíµ]Ëi׈¼±Þ`ø9^UK«öf VU5_P0!9'ÓWývb!BüAàç“©¿¥BþßûÅ„Z?0­çrm¡ ·0Š¢°£1y €èýI/ …Ÿå¥–þ{oä.ëÿ=»Ë"„¸iޏLZ‰íÆÚ¢€?íª0;Çû†®kü\2t‡½6±Qv©Õÿ­]z(ÄŽÿ/7»-3ýôGâ´ˆ Ï"84M¼ÎŒßK€Cˆ^À ÕZ6o  `óZÒ'@úHŸé }¤O }¤O€ô >ß]ÎïyoFÓ‹ÂÈñ?>¿EF¾fÓ­þiõùùðíϺéÓÕDsÁ;ˆišÂß…©¿poÝ’©iNø^0M€"}*ŠŠøú¨ÐPDÝ-=â\ßÓ¨«´®kíÊ»=½>ê*=r—u>E8;Òf–òSµ`û&—JAPWÈìÓszmgS·ýäOx(ôôú„··àà-§ÏÄ$§¼P”J|¢ôx ñI.ö ëñxÛbå«Ýâ«Ýbö©D~F%&8¶6’Ý’‚ƒÁwĘà—!éüxôj·Xöæ­ <§þ:%<!à#MŸêK!d="Õz/=‘ CgoW¹œ–YÏ\»Îô¾Ð`¤P(4ujãxl”Uþ¥XÓ‹i:ÀøüTb‚sîø¥î—Ê…å“óú•Ç"`zH_äæÉ¹§×Wµ¼–ðž^Ÿ°,ÐÚ²¶VsUUã£qÊOùüÔÈhÜ0ŒSê˜ÒwíF¨ð¬`{#r3â\U×êÚ Gˆ›æ)?EõÓeË7–;ÉïéÏýÍJÈåäÐ`¤‡ôÑfe5c`Ù}-QµÜîÿÜŸ/äkô—³ú›~(ÔWA0¶ÌÌz¦4(»*=ÀÔZAâŒÏ3öîôYK¶«³‹ý*Ú…we·ä†#[9‚UµWŽK­BWaÀ¹¦Oâ2a¢Ö{óÐäæx~†¯ZYÎÉëÒÂ|Rù—Òì:Ò84Ò‹‚¥NXä\>³"ÊÛ2:2S÷ÓöŒ&[åέãìv.³* y&À$&¹ú嵄#„rÏ ™uÉ^µTm‹Go Ë99¿-{<~>éœ43?ˆÅB><ŽÞf¥Í¬¸, yf èFûÉ)ÂbZUUé醴¾–u<«Õ½å'^Ý7ðO»š•»—ˆÅ^í3«¢•ð¬rkŸ ¡¨ZÃáõz}£J¤õ=Mzš•žHrN®o-`rÏe„®kÜ4o%†Üs™`ŒN «ÚÕ;'+Eöv!Ä~õÿÙ{¿Ð¶±´ñÿ|!/è ¹P  2L`øÉ40[x#ðET2P› Ħ“B«Laboà›x›hs‘WÉòÚ]èDÈDYhq [âÀ¯D…_ç" /´Ø-ÑB†ê…,H°ÑEau‘‹ß…RE±%[v’þ}>„ Ÿóœç<çè<çä“Úx,5­Ùûûå^_/~A𠏀ã²UUÍÎðÚ¯y•Ì-å Y©Q.;u©^Ò5+埉+!tŒz¨pÀÕ3÷x¿‚Ë[›º1_[]¶wìÌ#36œ°‹À °…U‰ì%k$TÊ ~GY–E_gö_V„û ïé +{?;+Ò~ÉÝXo,ö&«ì)õñÃ}tK¹»qS;ÐnÄâ¶%j~Æ8Tx¿ZÁ0ÌþPe¹o¹ø×¬[fOoØ]¡ DùÙÍÏŒÌ[X—lQMË[Ú-·äå9qU’~’²ÓÙ‘[‰ÌD61³=hÚq7;¯ó—ÎÁ8Ôc‰¤R.a˜ul1ý¬\Ü$ºC j¶Æþ¾íß«^<ƒ43<±Ëî8¿ Š¢¶·6íëêKUÞ‘•Rr4¥¾R×ÖׯîŽe§³NâJµž­Ýƒ‡zz:[y©Æˆnè7¾Ž×Ç4 #Dz8 »;Caæ^§ò ÷Žªñ@žÉÕ—ª°$T_©Ö«mäîYLwyƒkî 'ôýFv‡Z’ ­ŠùDñ± Çfç6ÊÔÇo ʯ:t]w¾ª)/ÙM,/ÓÏðs‚½r›[ÄiäV¢R­ä–„àµÓt1³ÒZïñ†išaŠv‡ÌNO5¨ÙûûåîY/žAš è¸Xqü ÏÏðX'V¿!z~ˆîø—\l8ÉFK!"Tx´VïÈ/]ÓkfŸ­â'< ÜD:;‘dñNÜ|cÒæÂs'ˆÓbêš~Íé¾põE™ìN´$¢¨µ•e{9:;­¸TÏ£Lõ—*¡=Ë«jöT©iy1 #¿ÉÏd ÃØ6ÿ@,í”È/Cö圵sþFb[›O6ÝSI{2:5™Æ:0¿š ˜»g½xž³‘p‘ï}JëŽã‰¡:»!J]mî̾@!æ:]Ü’GFG¦¾ç5MCÇH=Ð2'Oü&†SüoêækaQh¯ ~ƒö–…wâ8†‡:ßúsÂArO%ùEÁ8Ò#wm3·¡9;“Ÿ•Z•™Ìj:>;ëÂq÷Pm(#?ÛŽ]_}[ÞøÂ¼`™Æ‘É/6//3À óBb8J 'øyÞ^l9O휿t'e|*ÓÚí·ˆî}’ŸÊ j6`#ñ¬ÏÀúÃûÙðNgŸ†¡‹?J›;y ?·”ËNg¹ñ ur?q~R·F„¥üöÓM„ÐØ½ŒöOü’œœ²¿Mßã,ËLŒ$Í7ÖÔÓmNo§<…$·˜[X\›ÈWî[NnñEÆ ¹OM¤ùyžŒcXú[®ü÷rÛšÇn²Â¢ i's»€bìØxFû§F]¥Äû'õ›þŽ‹'’ÖË^loUMÓ*Uuù‡ûLO¤…yd±Œ»“jZ^6Êäÿ;Ÿü&ŽJ~_ø¯gy¹íÚ9géNG™ Su‘Gn§òÄÄp¯f6Ïzñ vÄ©ú‹²ö¾ßß»ÇE~Ϥ›ý| ªªÜxZÙ… ÀûÁ^Í÷ |,, é{ëøßSßóaŠœ_Ïà}ºÏ0ðQ@|AƆc–…bƒìÔd ÀûfŸÐòìÎû€–÷ à>Ü'€ûpŸîpŸîÀ}¸ÏKD\‘ÆšÄqyŒÝáÄ÷} î³5,Ë’þ*Íþé½°1;ÇK?I–eAsÚwŸªªÆ‡“á>:>œÔ4;Ð8ÔéëŒa订ü¬DGhû0çsÒÓn#I’ô5ªäu®rOoøÆÍxMàÁ¸“‘û¢iÌš¿ú¼šÆ>\÷™áÕWêòʲúJÍLŸ55ç¿ã"tá*–våØPìýš)öM\ö9Ÿð’ë«ÒN ëÄÚ‹ùú`ßýW“Üîøpݧö«†bûçZ~*›¦ÁÝåêgKOŠÌÛC…oÜŒ—vqE¤û™pNª/Õ óÂÊË}櫈;D\™(ŽÐÙiÞYSíé KëelQå²JöPa&Ên<):YÔLÚ‚ˆBE¾ŠTªOõÒ÷8qåtgT\Ó÷Ò猄äRòSÙùh:ÝÏXo¬žÞ°¸*Ñ×:Bóó:†Fða¸Oò*iû'ûÚzcñ‹‚0/x;¿ç•ÒSyíÁ²ö«6voLû]Ù)-?ÈU]3ׯ˜G&þ».磴.)åJq£ ì)èØÊ߯Ê/ªÅ-Ùž“¥'³é‰ôë—ûÅ'Ûó¹çm-‰B…B!óÈôž˜ÞŒ™¦^­VBåçUÓü-v“=gÌ@kãéüƒS…sDîgOg•=E~¶)ïlkZ~E„VðA¸ÏÜ¢@]£¸ñ uÊ-å„¥\lÅ:qgCT}»!ŠÊNg±NŒ`Þ~Lc;À:3W›ëÖñ™gv6…yžèá?Ão?Ûv¾æf‰+¸}u`º®G:A„r‹Þ®= ¨¦pw3âBhye™»—i;fKûšýQëÄì ¨¦iÊ^‰»z«ÜçgÀ'pþ%á 5{/ê}Ô-®Hcí!5v‡/áÑž0û„Îì ŸQË·,Kú«4û'¾=9³s¼ô“dY˜´M÷©ªj|8î£ãÃIí@³C¾Î†î®°žÞp6ŽN Cï¡ÂöWkÝþ GèøP2¿”7Móóém?üŸ€7&j#Ï$íù~«»§7|ãf¼&ðÆ`ÜÑÊ}Ñ4fÍŸßmÕ Îgë`Z2ÅÚ­½¾. NË—Ÿ•èM’d{J’$I_£J;§GDk3À:×cw¸pî£Çîpê[ïîó”ì ¯¾R—W–ÕWjf:kNÍðéï8‚ÕÇ—VN'ûË­Oü_ì¿>د”•Ü’`YÿfoÆÜN>0 +ížvL¥Ö‰µÓ¾kœ?Ï{Ê÷‹ó¹áXà=šâôu¥]ùœ‡Ǿ‰Ëî¶·§°Q!¤êÉ‘T”QvKÊn©?ʤFRÚá'ÛW·é>µ_5„ÛÏ8×òSÙ4 î®Çzzb8QxR´‡Qæ‘Y|R¹•hc…aEQ³s|êV*·”÷Lè?Jëeœü}‘‰²á-­ŸúïÇ&ÊöPáä­ÓitÄ•iÙiÞ½Žá^£Œßß/­¡¥"øIk^äcÄÏñt„¦ûqUj¬¡»D~–oIÏðú\TAÀ¡z¹¬Ä‡’=T˜‰²OŠíçrŒø9Á6—tvh¤1Ծlj®±¦¸*¦ï¥= É«¤ÝÙ×Ö‹_„yÁû>ÿ.mY–½Û,®KÖ±•OŸGéÔH¢TVšF+¿¨·d{ )®ˆ•çJq£ ì)îÑ\i¯\|RدVØ(› º ­KJ¹bKCÇVþ¾Ø8¼Fg°/, ìÛEi¦¼ ¤5-rþhêòNI~*+.;{Êt—ȳ°mhR^ŸKSs5%=™MO¤_¿Ü/>)Ø}A{¹äWDMÓämyk³´WjÚHjìS;®¿3M½Z­"„ÊÏ«¦ù[ì&ë=3ÐzÒx:ÿàTÃÜ‘»ÃÙÓYeO‘ŸmÊ;ÛÚ–_/ ]œÅZj«l”-¿PìÁ?'Øýoù…b߃™‰LjtD)+•=… a)¤D-µ™6zw_ç©aÖ<2ñßu1»ŸÂ¡PÈ<2Œò¼jO¥”²’>35J Ÿé«Ýõè× ÚèÓÜP¢ûÌ- Ô5ŠÏPרÜRNXÊÅY¬w6DÝKÞdw(6+<*h‡záQaä#õ ¼-•œ¸ ²% ÌÍWpûºðdS˜ˆîމͺÚAn^ ˆ†aÜ=Ný‡PÇEaž·¥ñ3üö³íÆá5Ê8³ŸÂÃÂòƒ\Ó´m¡´¦EÞ|º9;ÇWpâ .¸2jª¡gaÛÐ$H¥WÆw€ßéºnéÊ- mç²¹µ)ÌñÄ•A„„9!HÚúÆà†»›”BË+ËܽLƒ"4ŽÙÒ¾f”Á:1{ªiš²Wân§ÞjËWBÄ•0Çonm^@»8‹µÔVÙF)WB›ÿ¯ŒaXñ©ŒRÊU{áqûév?ƒaÖ‰ñ“YÅÕ¡·ÔKœÇ2ûº¶Ôh­cë.W«Ô—¤=Ò2L<Ôåþÿ]ש£=[~Í >­ñ uyt´—Œ¢¨í·7Rõ¥*ïÈÊN)9šR_©këkcwDzÓY'Bhêiù©œI!„²ã™s*mé8ÞÜXn'mFˆôØ”ÅßÃ°à €º¡ßø:<¼F{ɈŸã †5MÛFHkZdÃ0Èî“Ç Ü96Õг°mh¤R‚+㻄°*æÅÄ.›ì>´\ÜõÐ\žÏ8ŒÜJäää§²úµð“ÔvLÏ!©ãGë¿O/,åcC±ü"÷mÚi™îÒ†q! ì¢,ÖR[eú~N°WnsK‚¸"ÜJTª•Ü’€R_ªÂ’P}¥Zo¬óôç±Lã¾®†-5Z‚ ôýFv‡ÚVX×uç+eïdå!„㸩ÿFtŸV„ù¯ßp—cóë“kz¶Vû´Æ7Ôç>Ýð3ØOx±=xÌ LM¤¥Ÿ¤ìDÆíŒOK·($‡“ÑÀ.Ìb­¶Uf€æ…Äp!”Nðó¼3s², ïÄq 7u~š-Ó¯¯óÓ°Uؘü¬t…ågÛ±!d¾±´ÿÑœ®lê飂´.™G¦ydJëRáQaêé–šÁ9{’wùѹfŸ†¡‹?J›+œ,X/å²ÓY{CÔ½ñ~~l‹`F~b¢lé™ì,hä…ìL6ÿ£H\!2ãœûQþš^ƲÌÄHÒ|cùUgãÜÝãw{[hì^Fû§F~Iξmß~áuc7µú Ÿ}{Ø‚¦i[*B@M¼m5‘ævÅ:0îNªü÷rc™éï¸x"i½±í’ø_öjŒß.4𙣪*7žVv¡y|ŒÝË$†bî—{zÃËû ÐVƒ#®HÕ_”µ¶~{oìö›Æ{ IDATù=c/xðsó¹>,Þ@ Àâ-´ ¸O÷ à>Ü'€ûpŸ€ûpŸîÀ}ç<÷N\‘Æ.èÉó0v‡Ûýmë˳á»5÷©ªj|8î£ãÃIíàäÐsãP§¯3†¡_ÈXÛù£û™ÌdöBÄÂp¾ò³¡ýι}—¶%I’¾F•v.ýHGÏ–¾ð–#­J=½aéýM¸xwî3;ë¯Ôå•eõ•š™>90hj†OÇDèB´|}°oÿÉOåЕPúÿÀ±D—KiWþpÎ}Œ}—/ÿ\$çPè÷{:´ô¸0ûçYéq!|úîSûUCÙ‡¦Ú×òSÙ4 î.W?‰,no ²=T8>”¬V«­Žâ‰+øÔDZ}¥:!âŠÈDÙp„ÎNóÎ_Ooxãq‰²=T8yëtN\“‹ýÑùÿšæ%­KL”qäxf­iZf¯:&JÞJjšÖ8÷3#~N #4ÝÏÔL_‚hî¦òrŸù*Òª„rY‰%{¨0e7ž=mÛj•!„"_E*ÕŠOyy»¼âªÔ8 f€ud·Š'•r 1lƒÚAùiuQ¥;;j)uuvq·S]xWiWiZ³õ5è™{}½øjf\”û$¯’öÝh_[o,~QæÏÈJYÙÞ’——rê?ÔìtË[kæ‘)®ˆÔ5êd¨¾.)åJq£ ì)èØÊß?=ì·´W.>)ìW+l”ÍÎðM§öì¶f²+, ìÛ4¯ò‹jqKv’{f™È¤FG”²RÙS‚–rîN³ø°°_­$†©»œü¬TX/ìW+ì@ÌIÞ w‡üЍiš¼³-om–\¸×Ümgüw]­JHOfÓé×/÷‹O ¶Ã«·mU …Ì#Ó£¼DãP—wJòSY)+µe£lù…‚2 ŸlÇP~¡ØõÛ¨vüÒ…”ÎÍÆãw7…ân§6KMk¶Æþ~¹×׋_`f€Í—­ªjv†×~ÕÈ«dn)WxT@ÈJrÙé¬Hõ’öY)ÿL\ ¡cÔC….”Õ̰Nlûo›d/‰º1_[]¶·èÌ#36œ° ÒÓ®”ü ޲,‹¾Î쿬Øáî5áÎð\XÌo>)`Ö8/eïgg™Ú/k7Ö‹½É*{J}üpí™Ü/w7Ì[X•lËhÚXÜ.T@ÍÏØœ ïW+vÁƒK`¢,÷-ÿšuˬ±m«UÖÀŒÌ[X—lQMË[Ú-·äå9qU’~’²ÓÙ‘[‰ÌD61sFHMk§¾!¿tÆ¡K$•r ëÀ¬c‹égåâ&ÑjP³5ö÷Ëݳ^<ƒ43ìã²;Î/ˆ¢¨í­MûºúR•wde§”M©¯Ôµõµ±»cÙ鬸B­gëôP¦iJë?ÏBº¡ßø:î™ÄîªB†µ±¥hü_xTp\Hƒ¼jÙtO%íÉèÔdëÀüj6`îžõâxÎFŸùÞ§´.á8žŠ¡³¢ÔÕæï?|tÈ4MqE¢þŸ#£#Sß󚦡c¤h™‰&OäF®E¤Uɲ,ãPwï?á8î~H‡û–Ks‘È™ggZÍ«¶´,¼Ç1Ü8ÔùÖ7}ƒäžJò‹‚q¤G:ïÚ{nCsv &?+µ*!3™Õ4t\;âqÛ¶ eägÛ±³ë«oË_˜Œ#Ó82ùÅæåeXa^H 'B‰á?ÏÛ+0ç©ó—Oe:B»ýÑ¢¯QòS¹AÍl$žõâØ@x¹ .köiºø£´ù·“îsK¹ìt–ÏP×(÷ƒíáܺx'F_gÄûË'~îv !4v/£ýS#¿$g'§ËÉ- Ù™lþG‘¸BdƹÒÛ×!ÒßqñDÒzcÙ«ÄÕ_Ôê/¼ód“Øj^uYçÆ&2Ä‚û–“[|‘1HîSi~žgãX–þ–+ÿ½Üž•B±›¬°(hÚÉÜ. „Ø;6žÑþ©QW)ñ~ÎÓ¶­*£iZ¥ª.?ðpŸé‰´0/°ƒ,ÖqwRMËËF™üç“ßÄBÉoâ ÿµà,/·];ç,ÝéÐóaaª.òÈíTþ˜NøÕlÀFâY/žçläðYqŸ$âŠTýEY{ßïïÝã"¿gÒÍ~>PUUn<­ìB3àÒ±®À}1 ‹Bú^Æ:þ÷Ô÷|˜"ggx° ïÆ}v€!€â 26³,d§&á·¨xwÀìZž}‰+Ð2à>Ü'€ûpŸîÀ}îÀ}¸O÷ |‚|z§ºV-­J=½a釿֘Ý1§í`Únêàw?÷™áÕWêòʲúJÍLŸ55ç¿ã"ôyùÎC=9’ê2ÊnIÙ-õG™ÔHJ;Ô¡}8Xo¬÷rLßëƒ}çïãsŸ ³ž•.ÊìŽ`ø¬Ý§ö«†bûçZ~*›¦ÁÝåjbn<,ÜŒ‡ûèƒqéa!àhka)_sá$Ùx\`¢lNÞ:ø¢c´0/Ðý ÝÏ,Ì èØG®O´žÞ°¸*Ñ×:BóuÉý”±Éÿ%ŸMqw9ü Ž_Á¹»\j4%þ%ßT²¸"2Q6¡³Ó¼eYN|i]b¢ŒmMÓ2ã:B‡#ôØxÆ4MÇngæ4þårKóåñs¡é~¦f¶DÉü’4©AŸ„ç^c.O“žTåýáÒú©ΣmK-ÐmÒ“‚ °=TøÆÍxõyµ¸U¼1øV M»ìJ,í–º:»¸Û©.¼«´«øÝ³ÎÇrY‰%{¨0e7žëÍî—ÐÏÂõñLÞ CàçxÛâªä×þƒX¦~`ŒŠ[Eg Š`ÛÖÍã¦>U÷I^%í{ƾ¶ÞXü¢ Ì µ؇þ¿Øh¥¬ôGûþk¡ÆƒúQy^ÉNóî‹Ó{¯\|RدVØ(›9ù*ÿ@Ü?Ðä­Myksÿ@ͯˆžbDSöùÙ¦¼³­hîðì4_y^q_Ô ”•ÔpÂ’N”ÊJcÉÒº¤”+Å‚²§ c+ÿ4Çò‹jqK¶G虉LjtD)+•=… a)ç ÞÝsšårKó#¿"jš&ïlË[›%×)°•)TªÏVꇧ…6Ý‚q¨Ë;%ù©¬¸nÆ€Íɵ³~ , ì‹b£lù…‚2 Ÿl¿[~¡°uÁu n.àýrÇe«ªšáµ_5ò*™[ʲR£\v:ëR½äÁ¸ö?š²÷3A„ Cg¢7È/ÉŸw¶›/ûXVæ»4úÿ½ü —™È"„ÖV—íÑY¥¬àWp;}ÙY±Çƒ…U‰ì%ía`ê§ìz”Î/ZOoøgy»>|쇭C!´ü@Ä0¬FfOox_­`˜[ùpmß~’o Æ×V—I’D™Gfl8aWGOoØ6—çR{“Uö;šû6kP.?i Ìr#·…·¡dƒ$ŽAÚSKªDãP%’J¹„u`Ö±Åô³rq“èÕ[ÒùÈDYî[.þ5ëèŽì—°A•Õ¤¥äÌ[X—ìR»­°9Õ[¦\V„Åü擆a¥ÝRqK^~W%é');¹•ÈLdÃ1v€m[7¿V | ØÇe_À.EQÛ[›öuõ¥*ïÈÊN)9šR_©këkcwDzÓÙí­MÝÐBÄ•ó_þ`ÑxÛÍ!„a˜³ÞbFˆÙt'QJ?o>Ù´Ž-„ê@Ž0L÷xzme¹ò\™á³oŸ%<ƒO ´˜œ íP«·F•hšæØx&·”w|*†aä!ù™Œa;ÀZÇVi§D~ª_šj[7à³pŸÒº„ãxb(†ÎnˆRWI„Pb8…’V%ëµ¼*!„FFGüV·ÜÐ×i{(ç\4&9ççÃÐ CççùäP²Õhü¢`鯑Î/ ÉáÓðÜR޾N»/j˜úcºð¨ ­Kæ‘i™ÒºTxT˜úcº±ä‘Ñ‘©ïyMÓÐ1R4{ÚsïÄq 7uÞµŒã¸ûù‘€Å÷³yr(yª¤k; ’nÚHm÷iºø£$Ì󎧡®QÜx†ºFÙOd¤Ç¹©ÿ“.í•è~¦¼WžýÓw;D²³RÔxÉÈ!=‘&{ÉØp26œ${©ô×j4¦Ÿ‰ÝL²ƒq²›œOW†$ÉÂC©´§0,3À–ö”ÂÓ’¹Û)v»—éé g&2öø£žÜbna)ßÓNŒ¤"ÿÙZï¸x"éÜ]‹_­V#_EÈ‚nÀ…Ð&àÓ†ø‚Œ Ç, ÅÙ©É,è\°x -‹·Ð&à>Ü'€ûpŸîÀ}îÀ}¸O÷ |‚|ªG&,WµZ½1ȶa„×n‚æȦyà>pÉ.ÂRnjšÿpŽ™ûLø<Í‚ÏË}ªªN†ûèøpR;89Ý8ÔéëŒaè¡g§yºŸé¡Ât?“æk"|2hÚØ.ÜG‡ûè±;œz Á]WÃGÔ-ªÿPcïú )ç4f÷™ÌÒªÔÓ–V¥‹2»c„OÛÁ´}_€ßý(Ýgv†W_©Ë+Ëê+53}rÔÎÔ ŸþŽ#ˆÛwƆ’¥ÝRn)·ÿ¼’[Ê•vK±áä§çAµC=9’ê2ÊnIÙ-õG™ÔHJ;Ô¡}¤Xo¬÷r¦ßëƒ}çïãsŸ ³ž•.ÊìŽ`øtܧö«†bûçZ~*›¦ÁÝåÜÑr÷EÓ4³“Y6Ê`e²“YóÈÌ݃  –ò5N’Ç&ÊöPáä­Óé/:F óÝÏÐý̼€Ž}äúDëé ‹«}¡#4_—ÜO›ü_ò©Ñw—ïàøœ»Ë¥FSâ_òM%‹+"eÃ:;Í[–åÄ—Ö%&ÊØÆÑ4-3ž¡#t8BgLÓtìvfšâ_.·4_Ž?'Кîgj&A”¬Á/I“ôIèQûl¾q3^}^-no ¾¥5噵»85¶õ´ÿI½ß?ÉBZ—ËR´V›«ÛþÁÍrI5^Ú-uuvq·S]xWiWñ»Áå²JöPa&Ên<)Ö7i¿„Aj°Aò½?ÇÛÖW%¿›%ˆeêW˜Öɨ¸UtÖ«˜¶mÝÚnÙ~’o Æ×V—I’D™Gfl8aWGOoXÙûÙ½ î^Ýbo²ÊžbGsß9 Êå'­YnÄâ¶ð6”lÄ1ˆg ú%¬1µ;m¸nI”_Ö5Å©±­§ýÝóS¯Õ¢Õ,ä¯Ö€f¹¤7õX"©”KXf[L?+7‰îP½%L”å¾åâ_³nîÈ~ Û«Á¦É™¶°.Ù¥v[#`î·L¹¬‹ùÍ' ÃJ»¥â–¼ü '®JÒORv:;r+‘™È&†cìÛ¶n~­¸<ìã²Ïµ±CQÔöÖ¦}]}©Ê;²²SJަÔWêÚúÚØÝ±ìtv{k¿‚›G¦q¤; Ë8ÒB8ŽÍé?¼ƒí†Â0ÌYB1 #Džd"C†aÔôJvSó‹fô o Žã¦þ›Ý_ؘÿúÍQÒO²nè7¾Ž{ tߊêKUXª¯TëM£¿åjê;ë“;á•tÓ Iã ’°&m¢<ã7(ŽŸýÝ»¨¢Õ÷†Á«5ˆY.©Æ¥Ç¦i†)Ú2;=Õh£tUÌÿ Š?ˆ]86;'°Q¦…Û­Å Ø{Ýd½56욬µŸã v]0ý ?'Ø+·¹%A\‘Fn%*ÕJnI¸(Ý€fñÖ ?Ãó3<Ö‰ÕoˆÚ·Di·ìZv+ÛKA$§F9­­.§F9Çí©g‚е“54]Óíéµ{-¥q4ûc}øÚª„ãXj”[[•p¼+5Êy I˜ÂÛ- ›ÂV‘égK!eïç¦O‹péd"©ì•^ìWªJ«ÅHMòSÇLI7m$9gÂKågò Âm¨KÒçœÕújÜ:¶6Ÿlº“(¥Ÿ7ŸlZÇBu Ç ˜G¦{¾¶²\y®ÌÎðÙ·žÁ'aPZLN„v¨Õ[£J4Msl<“[Ê;>Ã0ò‹üLÆ0Œ`­c«´S"¿ Õ¯cµ­ðñ¹Oi]Âq<1Cg7D©«$B(;9…ãxî~®´§X–UÚSr÷s8Žg'Ó~ Vnèë´=:s.“Šóó‚a膡óó|r(Ùj4~Q0ŽtãHç…äðixn)G_§Ý5Lý1]xTÖ%óÈ4Li]*<*Lý1ÝXòÈèÈÔ÷¼¦i詚½@í¹ˆwâ8†‡:ïÚÆqÜýHHÀâûÙ<9”ÿ„i5yr(¾0/G¦qdò>µÐ2Ü·\zœ‹D"5Kå¼N „à ~žg¢lð6à©[M€àU–È}†.þ( ó¼ãc¨k7ž¡®Qöã’Ÿn²Lv:ÓYv€•Ÿn\cq¯9¤'Òd/NƆ“d/•žàZÆô3±›Iv0Nv“SãéàÊ$Yx(•öf€eØÒžRxx²WÑ@2w;Ųc÷2=}áÌDÆ…Ô“[Ì-,å{ú‰‘Tä?OŸÃJÇÅIç† Xüjµù*â1˜H“Ý!v0»™t¯¤TòL÷Ñz’s&¼TQ¾ö¿ÇÑ×éÄH’‰2M›tÛú¬Ö6¸¨—FFGj=Íí”ô°€Ê- ¥½R8B'FRî§cìØx¦§/œ¿/Š÷s^f÷N¸ÖZKžžHÝ!vÝŒ1×iÏÝ­€–©þ¢f§ùš÷wÙ(c™Éoâ¡ä7qÃ0ƒ¯WûéVÓïŒs=:ôIryûðÔj4•O÷÷3Pãà‰ªªÜxÚóÁCÐí3Ç^3€íûL)<*€ï€zóÈ4 ]XÌÅYÐ ð£Là@|AƆc–…bƒìÔdtü€Å[hX¼€6÷ à>Ü'€ûpŸîpŸîÀ}¸Oà]pÎc‰Äiì÷ÞK1v‡W¥O²"Þï¹Qpj€û.˲¤¿J³âß»&³s¼ô“dYT Ÿ©ûTU5>œ ÷Ññá¤vprâ¹q¨Ó×ÃÐ/j@mÿÑýLv:kš&ŒÇÛC~V¢#´ûøî÷5Ë!I’¾F•v>Žƒ œÂ¶Tê oxÒªÔÓ–>òY;€û9@gj†OÇD袴|}°ÿú`_~ºiY?/@µµGiWŽ Å>ebßÄåä°_çó÷{Ú¹ô¸0ûçYéqZ2| îSûUC±ýŒs-?•MÓàîrõ3ÈâVñÆÍx¾1ßxRlu¨N\ ó‚²§œ|>F óÝÏÐý̼€ŽOEIëeìLÜo7˜(ÛC…“·NgÌ5 ÔÆ`{¨ð›ñêójq«xcðmrMk)BH\™(ŽÐÙiÞY½të\[ìcÄÏ t„¦û™š™G«¢*/÷™¯"­J(—•øP²‡ 3QÖ®µz«6åim„Pä«H¥ZñhQš–ÏÐ:¡ÇÆ3Îbƒ_Õ«÷Öh¼m4qUj¬'3À:Š·N$h3À6Ð!äW´‹2ÑÙ¡O©«³‹»ê»J»JÓæQß Ú/yh7ãk«Ë¶Ì#36œ°-_£³›šbÞˆÅmÅÚÕC…÷« Ãì%0Q–û–‹ͺeÖ˜«(O;ÔôÄzc±7Y{½Á¯‚<ÕcØÂºtÒØš­´[*nÉËrâª$ý$e§³#·™‰lb8f{P?}7¤ó›ÈÁ8Ôc‰¤R.a˜ul1ý¬\Ü$ºC šGM%úåîm=¯@? ðb—ÝqN)EmomÚ×Õ—ª¼#+;¥ähJ}¥®­¯ÝËNgd÷ÉC+¡îBHÿgÐg‹lï‹ã8e„¹“á¹a!òäö‘!Ã0N—yn»Ú]Bð kPîø ’‰¦ú¯ãÞKÓ>:×Ó oCAú¿~#»C-IVÅü¢øƒØ…c³seêã7åg.]ׯΠÈ^ªÂ’P}¥Zo-zªgÆickf4¦Ÿáç{å6·$ˆ+ÒÈ­D¥ZÉ- õi©!µa¢Ó2>Þ0M3LÑîÙé©Í£¦ýr÷´žg`ýàó¤ãeñ3—_õ'SÞckóɦ{*iOF§&ÓXæ×<æîi=ÏÀ¶õ€O• {ïSZ—pO ÅÐÙ Qêêék ÿW0LóÈ\ø¿y„PÚõxQOù'‡âü¼`ºaèü<ŸJzíqÜý䎑kiU²,Ë8Ôƒlˆ¶ÇÈèÈÔ÷¼¦iè©Zf" ˜I~Q0ŽtãHw?u܆(v &?+µ*!3™Õ4çÉ,O«¶¡Œül;vviÔYÔÅ;qÃCŸæ›V§zÉ¡øÂ¼`™Æ‘É/673À óBb8J 'øyÞ^œi OóE‹s›èÄPOe:B»ýÑ¢¯QòS¹AóØð<­çØ@x7 ÷Ù>†¡‹?JÂüIç’[ÊQ×(nUÎûèP@ìNäý¾6 „Ä©ú‹²ö¾_½»ÇE~ϤßÉϪªÊ§•]x΀‹áb>.ÒãBïÿ7oßÿ^XÒ÷2Öñ¿…Å\Ükš pÀ}Ÿ&Ädl8fY(6ÈNMfÁ \,ïhñ> ìÅ[8qZÜ'€ûpŸîÀ}¸OÀ}¸O÷ à>?>œÓÏ©‰¸"Ý{ÿ?ï>v‡ß÷ -—Tï·©À1™î¸x,Ë’þ*Íþ‰ïšÌÎñÒO’eYP)ì>UU'Ã}t|8©œœÆlêôuÆ0ôó:’7V~)c ÷Ñá=6ž)—•O¾bäg%:B“$ùÞg9$IÒרÒÎÇq¨€SØ–J}áAiUêé Kù¬€KwŸÙ^}¥.¯,«¯ÔÌôÉáPS3|ú;Ž BçÎý1ý›ùÛÚª´_­(»¥ÄP,÷@üä+¦´+džbˆ2±oâòGrÜ´s$ûû=›]z\˜ýó¬ô¸] €ûl„ö«†bûçZ~*›¦ÁÝ=³uW­V“H…#t¸NÝáÊ{JáõE•ŸáI’DÇñØÍئ«WÊß™(ŽÐÒúéHãq‰²=T8yët6ŒWN"g§yg5²§7¼ñ¸À °=TøÆÍxõyµ¸U¼1ø6¹v’\Ó´Ìx†ŽœÌ€MÓôÐõñs¡é~¦fæá—µ´.1Q¦¾ø•—ûÌW‘V%”ËJ|(ÙC…™(»ñ¤è¶§7ì΢‘¼ìù*R©V<êÝÇ&5Åq>Ö«÷Öh¼m4qUj¬'3À:Š·N$h3À6®#¿¢]”‰Î}J]]ÜíTÞUÚUš6úfà™»§õ¼Mê#€Î}’WIûN¶¯­7¿(óBM´ôäTõEuy)Wy®dÇ3Ò£@K[Ìï#Ù¾Z­Ö÷âŠXy®7 Êžâ^%.í•‹O ûÕ e³3'Û‡Òº¤”+vdtlåï‹îþ®ø°°_­$†©»œü¬TX/ìW+ì@ÌIž™È¤FG”²RÙS‚–rõªæWDMÓämyk³ä:BµAÖåÕâ–\?U2Lüw]­JHOfÓé×/÷‹O ¶Ã³Ã_ì;Y4²ƒ—ÝB¡PÈ<ò.±ÉÙP«B(ÿ@4uy§$?•ײ¼§žl”-¿PB†¡ós‚Ý$Ê/v€m¬_Ñ.ÊDn6¸»)„w;µñXjÚzªÇ °…uÉÖ§©ÑJ»¥â–¼ü '®JÒORv:;r+‘™È&†c¶õÓdzhŽbç7‘ƒq¨ÇI¥\Â:0ëØbúY¹¸It‡4šJôËÝÛz^~¸ìã²;.DEQÛ[›'k­/UyGVvJÉÑ”úJ][_»;–ÎnomòÓ¼°(ÄI„uâ§§úû™¦Â±Nlj2=5™¶;ñ')3™^[•B†a„Hßcwp! Ü9«nè7¾Ž{fáŽï—\}© KBõ•j½ñ] sëãV¬AÖ~{ÃAèÿúìµ$AZó?ˆâbŽÍÎ lÔüíàžëëºî|ufØÀ&n<Õ3 ƒì&égø9Á^¹Í- âŠ4r+Q©VrKBc}üŠæI&:-ãã Ó4Ã홞jв쉆ìDºøTfÙž¾pâv u`¹òöWé{}NŒ$™(Ót¬ÍÝN±ƒìؽLO_83‘I´øZHn1·°”ïé 'FR‘ÿì÷Œ35‘&»Cì`PUUn<­ìBkàÃÅ^ñ÷ ¼…ô½Œuüï©ïù0EÎÎð`>p÷Ù†Þ;Ädl8fY(6ÈNMfÁ |øÀìZž}‰+Ð2à>Ü'€ûpŸîÀ}îÀ}¸O÷y‰ˆ+ÒØ;9ñÃfì'žûœ8XÜçûIJ,é¯ÒìŸÞÝ)³s¼ô“dY´à²Ü§ªªñád¸Ž'µƒ“ãC¾Î†~~ùò³¡I’<¿¨€3B’$ékTiÇ÷gô¥U©§7,½ï“8€Ø}fgxõ•º¼²¬¾R3Ó'§MMÍðéï8‚_~iWŽ ÅÞ±]bßÄeÿC›¥Ç…Ù?ÏJ ЀÀ}¶‰ö«†bûçZ~*›¦ÁÝåjf~îÉ_ýG?ù•—ûÌWwˆ¸"2Q6¡³Ó¼³ÄÚÓ–Ö%&ÊØ¢Êe%>”ì¡ÂL”ÝxRt²¨É×SB(òU¤R­ø¸óRWgw;Õ…w•v•Ó/Ž?'КîgÜÓÅü2­WØ/°ÚÀGã>É«¤ÝÑÛ×Ö‹_„yá¢T4Lüw]§3¿uI)WŠeOAÇVþ¾è|U~Q-nɯöBéÉlz"ýúå~ñIÁv„vøëƒ}û¢±¨P(d™žúl<.pwS!îvjãñ©›Ì¯ˆš¦É;ÛòÖféìù©nÅü2­WØ/°ÚÀGã>s‹uâÆ3Ô5*·”–r±AëÄ Qõí†h—Vulõ^Eaž'ºCx'ÆÏðÛ϶¯„¹Yâ n_c˜®ëÆ‘N¡Ü¢àã}Eùaꕪj/&džb•ªjžìïnnm s¥u ÇñÄP Ý¥®’!òK!$?“­7Vn©v»®Á£Cì@L~vº•82:2õ=¯i:Fê–™Èz¦ÊLfµ Ÿ Äq\Ó´ ¢ägÛ±¶F¦üT¦#´ÛoÝ!ú%?•BÉ¡$¿(Gºq¤óþ[¿~™z*ìÐÀG0û4 ]üQÚüÛÉ»¹¥\v:koˆ K9„PnIàç„ì4ú"”¾Ë·Š%Çn²Â¢ išýê'w;…»—Ñþ©‘_’³“SÞ©رñŒöOºJ‰÷sv`ú;.žHZo,{«ÕO”¦i•ªºü Ö}J SuÙÜN刉áÄÔDšŸçÙÁ8Ö¥¿åÊ/{*æ—©§Âž-\ÿ‹ „²WúµW¤ê/ÊÚ»ú™‚±{\ä÷LúþL ð±ÀDÙÆ}Àå>áÄhpŸîÀ}¸O÷ à>÷ à>Ü'€ûpŸ€û¬§Á!£PàC®‘¢Þ?p%ýÔû¨ï)qEk÷¨¨±;œx §Z}Â}Ì>¡{À§Ð¤-Ë’þ*Íþ‰oOÎì/ý$Y–&}GîSUÕøp2ÜGLJ“Úf‡:}1 Ý]Á5ÝV}HƒÆaÿ…#t|(™_Ê›¦ùùô¶öÉÞàÚÈÅ3Ic{~ÎUZ•zzÃÒ»:Ýö³r0-Õï6†ö:±€ 8MZ~V¢#4I’í)I’$}*íœ^©hÌë\ÝáÂ}t¸»Ã©o{{pŸí“áÕWêòʲúJÍLgíÀ©>ýG¡ t!¯ö+e%·$XÖ¿Ù›1·o€O éqaöϳÒã˜âÂÇ ïq0ú:±Ò®ŠGB웸¼{ê>K{ eBÚ¡žIõGe·¤ì–ú£Lj$¥~îðyݧö«†bûçZ~*›¦ÁÝmmý=È8 Ã0Š¢fçøÔ­Tn)ï™Ð=Ì”Ö%&Ê8!ùû"eÃZZ?×o<.0Q¶‡ 'oΞƒ ®œHËNóîåÏðeœ¡hÍÜ/­¡¥"øIk^äcÄÏñt„¦ûqUj¬¡»D~–oIÏðú\TAÀ–V.+ñ¡df¢ìÆ“bû¹#~N°ÍU3e ÒêzÀRWgw;Õ…w•v•¦¹´v}aýÏÝr.È­4Bf€uô)nkfNš¦eÆ3t„Gè±ñŒ{Ú× DÁC Ë4ìÄ<5lIû¢òrŸù*Äì~ G¾ŠTªçcùï%û\èü_ò©Ñw—ïàøœ»Ë¥FSâ_òÞõèßV[í¬Ü)Ÿ‚û$¯’ö}h_[o,~Qæ…KU:5’(••¦ÑÊ/ªÅ-ÙoŠ+bå¹RÜ(({Š{ÐWÚ+ÿÿí_hÛØÖè÷yÐ…>h lha™Æf 7âúÁ*¨M ±éÃéÀTiabOàk4“Š<äSòAŽÝN”B&Ê)îÀ”8pKÕ‡p܇€<ÐbZ¢2T`£‡ÀÑCîƒE±-Y–“þ]?J±·¥½×^{i-íµíòÃÒV½FÇivÚ*ÊÕšUÚ7‹wïò&a¬ûÐ×Û[üìPNÓŒ\ˆut¶M¶Ú­³r3·Ž5)ïë±’$¯¯YŸë/iC’7*™kY啲²º2v}ŒbíŽ }WÃq¼ãaN½ëº&Ú ƒ5–VRÅPÓµK_¦ü—7 cY7Õî—l[÷87@Á±Û3¼µÆ ç¸øT—›G~`F„Œ9KnOMz´âSÛm;Û¶°GË9.Ute„Ô ÅÍðVæ¶°À KâèÕt­^+,ð!å¥Â/ðõWйgörù÷¢o'æ!aWÖ …´?ÿ"Ά ¬išý“¼ÙÈÜ"„p7´¿BgÂøó/ûHgÛd«Ý:«w3vÚôc]Ü4ÇMsØ)¬uA4 éºn†e1V~Àšø ô |èìúišV:L;´&™Ï„4Ukšº& —­[ysŽÅ0ÆÆó……¢óÈŽçvÕŸ’¸]„êŽjÝ jªÖc½Hr¢Õ’$¹²´h-7²Sl­Ýr€ŸVB¡ÃqéE]æ¾¹öpÍy»mMF'oå°>Ì­Ÿ·ílÛÂ-çXTÑ­bFœ KO$ Ãè]¼+T6*ħaË-09v"/Ü£ñS¸±gÄ¢ÔÛ297'æSÂŽÄ.DêÏ«ÄÙt`ë/ê±hì Ñ*óùU*N•ÖË“¹Cù×ËÔ Õ•¼añ¬}:óì8ާ‡“M ¢ä9!”I!„ w Æžaì…»„Pf$Ó”Ëíà_LSQ”¹Y¾ô°ÄÞš´ £ç£â²h𦾣y¬:¤G²Ü §ïhÆž97ßëÒìèµÑÉï8UUÑ>R¶Õüë]ÞsƒÉ3ÑhÔOÁºàS’¶d†Ss³¼¾kè»çhÈ­NÇUU= IŽÜ·m¥÷jó·Xu[Eû½¶’Îp󼾫é»7Ë–Pz$Å¢1§ ÇΓÒ#É£ŸÚnÛÙ¶…½YÎñ¨"€R šŸåÓ#i„Pz$ÍÍröÌÉ4MüŽc¸¾£qSÜ[497'æ&a·Љ¤ô¤Ò‹ÀÒ“ÇÉ2öLõwÕöQ“ßæJ÷KâªhìÆ®!®Š¥û¥Éos]™A.â|€èxfŸº® ÷ĵ_Ú ìËŒçÉó¤µ >ykõaÒ#)v‘BgˆÉÿÌåÆs>ë·‡añi˜ŠÓ•'’÷(Ìóì4[¼'„N‡òãLåiûEÜÜMÆ4ôhÆØ3ÝFÝ»u›×Û[ÌWY„ÐØÍ¼ú‡J|JÜ>¸ ÜÊ[nñ”ú Ž=¸N¬…ŽçvÕŸ’´×ÕDŽŸåé!ëØ¯³Õ_«Þuæ¾aR錹g¶]ÉîE’#RmÅgµ­cgN&è±ñ¼ú‡Jž#…;…À­LNä¸YŽJa}XîÓQ]®7 ?•&[Žý*[¼+¤GÒn­øÔvÛζ-ìe¼ŽKŒŽSÅ3WR¡Ì•ÔÜÍÙs»Â|an~nl":bn0ÒFåDM.k/a·$/Óü<¯ªY{·«ªZ«+‹wi„\•©‹Q;>QúIä Åï„Pô‹hé'ÑíL}Úê±»ˆ7O¯6Š¢0ã9ù)˜Fø ,‰õòJ wnŒÝd¢_P¹› Bˆ›áˆs¤Ø€V¬Ü¼´hÃÜÂ'>Â'@øŸ'ˆ°$Ž¼ËøÍ3ö5#} ó‡Ê;¸÷„Ï#˜¦)þS¼ýwîm p{†MÓ„hÁ ×ð©(Jj$¹KdÔíÆ–èúŽ»HéºvŒ"JO*±hÌmkÖ7àF ‚ˆ'+ívÙíˆØÿbƒTþ¬ïm7šþƒ\Ó¿ãªÙV/ÄQÞ~ød§9啲¸´¨¼RòSí„&§¹Ü7L(>F+O¥äpòíª)y%%¹ìàóz{Ëú'=’§ùÿ„•zŠsΠ>Àð©þ¦"„¬-U­ÏÒ#É0tæúá"%• û"Š¢X¿öD¤GBHy©ôD¨íg^X{¹E}u–K§#Ñ;ÅÙ9Õþˆ¸*RqʪªZ•SÙ~2BÅéËvMÓ?U!„¢ŸGkõš·BB§ñɉœòJièGUóãùX4‰ÆÆÆó†aXå­‚9»ïö냟KTœî'#™«‡s}·&Ç'è~2rérªþ¬^^/_:8]U½»„}47ËÇ©Ø 57Ë£ýÃ_ÚŠä&ª¯¶Üg¥öpP Ú®³¼Þк­Ú¶ä6 ½@“qÚ_];»¸.Å)aY„)/@ø<qްܽõÙÜ3¹yžŸåÇÐ !$Wk!é‰dÿ/?«Ù¿vÄØ5ð¿}bWE¹Z+?(É›2Ú7‹wû§êózy]²f-¹[ln"÷úåVùaÉŠ|V¹sHåƒ IDATZã³*„P86vŽr Kyž´¾æ'òÙk£rU®mÊ¡Pˆ_(Xå­‚9qûµ²Y-?,mÕktœf§9ï&B•§•òO¥­z-=œÎ^g¤'•Òji«^£IûtîÛï [Ûª´¾&­¯mm+Å%Á[$·r?my`§«Ïe„®kÜ o¼êsÙ²%ïVz1×ÔH»Îï úŽ&mT¤G’\•ÁËÀIðí²Ea§9õ7•8G ¥û%„Ìì5†bíBíuìfž¢ïb) ÃLÓ¬=“ó·ØÊFeey…NP'dd«^Ã0Ìúzi(µ²¼h-…»Fr$m ß?‘7ÿeç©8ÍÜ`R_ÒÎLrÿ@Äé}V…2M3v‘ÚzYk9¿b§°Ç¿¬ÍË´æžI_¦åM¹£`n¿Öª2~÷ÄÙDÓñ‘ ±¶§»uß • KË¢Õ#u[ÍÞd¬mèÝDr+÷ÓVë,ÍÒ‰s8*O+åuiñnAXÅEvнšÎO°é‘$ =Ô®*€4嬭mg©]Z­jÕmõR2‰hø°¶Ëî |>I’×׬Ïõ—Š´!É•̵¬òJYY]»>ÆN±k?—Pª=«U6eÓ4—Ç®UžÊµg5Ô‡¨Á˜Ÿ†B¡öç_ÄÙ†/ÓtíÒ—)—#Cޏ,„„Opìö OÇÛÄiŸU!„4M³¼d+¶g4 C\¹Y®t¿d%¨ù¾þJ1÷Ž$*½sûÕnݺiÜÁ¸4Ñt¼ÛéÝ·Ñu=L4T&º®·m™Œ Ür„êð®hâfx+s[Xà…%qôjºV¯xÿ­07ÚvV×uâ,a+ | |ôK-Ü4ÇMsØ)¬iAðÁ/«¿V…%!ú9IÇ©èçQaY0 cðÿ ÚJob"õçUâlºáBáÒý•ŽÞ$É•¥Ek¾ÂN±µv94ŸU!„ê/ê±h‡`ãxn<»ØxÌDŽÈ ÷hünì±(åG0?bÛ¸5á?Ý…BšªY³OMÕ¬\Eü«Ú È3a鉄a ‹w…ÊF…ø4lÙR·­ø=¾™¦i5Ñ1‡o)MÝQ­Ù§¦jàeàƒäþîS\qO'ÑÑQò²Ò³Ê+%“N#„2é¤õp §½w6t")=9Lô^üŽSUí#e[ÍO´Ò5‹U·Uç£.V„s>8ã³*„ôäq²ÓJ­aÂ’H~Ö˜v˜¦‰ŸÂq ×w4nŠóÌç¯M¸5á?ÝÏ §¸Y^×5]׸Y.3œ f$þUÝ9m’ ùY>=’F¥GÒÜ,GØRÇV‚@ô|T\MÓÔw4ç*¯™áÔÜ,¯ïú®ÁÍó>í€+|êº&ÜùÙ†O),Èó$3ž'ϓ֓,çƒúPòr !”ÎX3^?«žÉËt­^³½óU–¢Çnæû/Dòù´Ëß´$ôØx¾ÿB¤xGî<¶ó “Jglæ³*UUku…j>í?R¤´ò?Špg±¡ŠùÂÜB±ÿB$=šþïAoÁ|þÚ„[>ñÓýÜDŽ ’#™äH† sßýäSÕ~þSú®‘¹’Be®¤tݰSÜ[ f…y¾²Y‰DcéÑ,è¬çÜD.t6LÑÉËIêbì˜R<¼[tèM",‰õòÊ[zsÞØM&ú•{{o Þ_EaÆsòÓ ¨>¬Œ×û>àýbnžÏÝÌ›ûÿžüŽ‹ÄíitXø„¼?¡3Dr$iš(9DOÞ‚QÀÌ> ëÙ'ì÷ ]á |„O€ð >Â'>Â'@øŸïÀæ‹°$Œèðï½zaI º©ÔØ×ŒpÛa½ûú„Ù'¸Ð'ôø¨¯Ó4ÅŠ·ÿp_ Û3œø£hš&Ì>;£(Jj$¹KdÔíÆ.ÖúŽ»Héºf}¥âtÿ@DQ”Ư»†µ²¾£Ù•ôD¬ïvcë_$K gŠ EÃ0>Oôz{ œu°VÚžâ­Ï·;ÜέÂcƒTþk_P˜Í¼w¦+Ã8F+ æý| `Û‰ô¤‹Æ‚&$A±ódeãpßu[¥´ýyìk&r!¹ûšQBÆG>ÙiNy¥,.-*¯”üTc3¦Éi.÷  …Â'…’«²õµr°]ðã Éú ?«Ù‡ùæ×Û[µª\XàMóßôåd0·ï8–©¿ÞÞ’IáÓáÜÂfgïÄÍë[¼#yÞ¯òTJ'{©!y%%9ö„¯lÊtœB©;Zf4;§ä§ùie0NeG³êÎ⽃„Oõ7!DRögé‘d:sý0uN R¡ê¯‡áÇqü4.ܡԟWíÃ|Þ.aF’äí.{5[X(¶=Ñy·(®ŠTœ²KŠw*NG¢1qõ0Mÿàç§ûÉHæêáLÚÂR£6vŠsf-Ú–7 ãœd8åw;×> «.¸ÕÖ¹Ëûˆ›ábÑXl–Eo =rÓ|W’´-omÅc|Þ˜W«rj8ÓOF¨8ýàa9x+ûˆ›á-u‰GW€üƒ¡ÓøäDNyÕÈߨªšÏÇ¢±H466ž·§ ­½ðæÝšhŸ ûÉȥ˩ú³zy½|ièàtõ¸Lî˜tØõR Ú–§¼^nš9¹)ÄÛoø·"_šñô~m%ìJëCíåõyÔÚÝŽ~­Õkö×ê¯+³Xü¾˜½–e®3øi?3י쵬ð}±ý8º˜G»½\bo'|çëÊ´>›{&7Ïó³¼ó+¸ÊÕº¥yS¦trˆ®?¯[clÍ>éA*€ÙÑtå`^ëAõy½¼.Y·Â’P{&—”äMÙyïVÙ¬––¶ê5:N³Ó~Sÿâª(WkVmhß,޼˛„±güÁ c×–òVXࣟG/}™">%þµñØÏt¡Y û¨ÿBäµ²Õú«ýµ "oþë0™œ KË"1@4Õ\«Êøi!dšfì"µõ²Ö¹u„. ¥V–­¥c×Hޤ-º•7 cÏ øùâÚÆaÞçZtÕÚ:v™JÐ¥UÑ:WÝV/%S–%´Erv¶[I<Ê­¸UÛqìõ§™LêKÚ9.ZqŽ‹OuµCÛT v {üËZÓˆ#„Ì=“¾LË›rÇ^¸ýÚÑœM4¹;“;&ve½•§•òº´x· ,‹â";ÅŽ^Mç'ØôHÒ¾¯í¨VõiEýÃûyHèS€†Àdd«^³Q0_«Ïê…y~m}Í:eK©a}Ø¡œ¦¹ëè¥cÀ˹™ÇqaÍ­ûœI’äãõµFö¥"mHòF%s-«¼RVVWÆ®±SìãõµÁø ú»*WeÃø Ã0*Na}†aÒFí#„Ðàà`0Ñõ] Çñއ9Õ§ëz˜h£MkH¬Üˆÿ ¦k—¾Lù/oÆ2n†+Ý/Ù&ëqn€.xÔֱ˺®g.ÛÙbG Ûv6€$~Å¿0®)„e¡øƒ ü |‚c·gxºÝ2¼ŸVœãâS]¶íõ ÃWEn–+Ý/!„”— ¿À×_)æžé¿n¿¶Õ°[MÇŸÉ—»²^jâfx+s[Xà…%qôjºV¯xÿ éè7zÑŒ·÷ó°+3…BÚŸgÃÖ4ÍþIÞ¬ØÏ„â8nh…΄ñç_ö‘^ºÉ×ukr';múz<Ÿ›æ¸i;…µ.ˆRƒÔƒûäMYß5¨8e]xt‚®<­X7#T Ì-B¨ô |è&úišVå‡ÙƒÖ„ó™¦j­7òÁ‡Â¥û+­#äVÞœ*1Œ±ñ|a¡è<²ã¹]uÁ§$n×’º£Z÷tšªõXg/’œhµ$I®,-Z™IvŠ­µ[ðÓJ(t8.½«ëÐ_àxn<»Ø°sf"ÇNä…{4~ 7öŒX”òÓ ?}´qkâ ŒÈ1ê°+ëÅ0Œ8–žH†Ñ ºxW¨lTˆOÖ?éQ!'t 8½ŸO ; »©?¯gÓ®¿¨Ç¢±ƒD«ÌäW©8UZ/ONäå_/»y~73xþåd×>)rÇÓÃɦQò¢cVZý]M^n<Ö•¢MÓ”žHömÓVm1MSQ”¹Y¾ô°ÄÞšl,YŸŠË¢išúŽæ±xÉr3œ¾£{æÜ<ߣÖF¯N~Ç©ªŠö‘²­æ'Xïòf?uƒÉ3ÑhÔOÁºàS’¶d†Ss³¼¾kè»çhÈ­NÇÏ£$MáÄÙJïÕæo±ê¶j%Bzi%3œáæy}WÓw5n–?. ÖDò3Â6~üŽc¸¾£qSœw/|þÚz}µm¢Ç‹ÂŸÉ›»µ^*Aó³|z$J¤¹YΞ9Vȱ۪›÷s“°[èDRzRéE`éÉãd‚F{¦ú»j;·Éos¥û%qU4v c×WÅÒýÒä·¹®Ì G“;¹ˆ‚Ï>u]î‰k¿”¬¯……;Å2ãyò%i¯«‰?ËÓC4Ö‡1_g«¿V½ëÌ}äÒsÏl»Pß‹$G¤:ÚŠÏj[ÇÎþœLÐcãyõ•EaÆsòS0¬÷CFXë/ä•@ïÞ»ÉD¿ r7„7ÃçH+°}ÀX) xiІ¹yÞØ5t]ãç ©!€õ~ØäÆ™• ï­]YsïË­lÊtЇZÞ;úÀn€VBgˆäHÒ4Qrˆž¼/¾Àz_|Ts}HÞ@@òá |„O€ð >Â'>Â'@øŸ'ˆ°$޼’ø 0ö5#}{2áóÀ4MñŸâí¿so¬ÅÛ3œø£hšæ›ìæÉíé ¼£áSQ”ÔH&r!–ɨÛ]Îõ-v‘Òu­ÇÊ¥'•X4æ¶ÃêI„(‚ bçÉJ»Ýqû"MÿŽk$ìœ!Ž|,á“æ”WÊâÒ¢òJÉO5všœærß0¡P¸ÇÊ+O¥äpò ë%y%%¹ì¼óz{ËùlÂg@ÔßT„µKªõYz$†Î\gœ!¶ òà§’õU\-õDØi®ã”«ör‹ú<ê,–*NG¢1vгS¬ýqU¤â”UUµ*§†3ýd„ŠÓ–í&š¦Œm«BE?Öêµ®æµvëT‚¶§àåõrCEÛ*• ½åïJȦþ6)ÐþÚ?yðs‰ŠÓýd$sõ07€ö7ÃÅ¢±Ø %,‹0åx á“8GXËúlî™Ü<ÏÏòÎcøYŽüŒäþ{®^¯×ŸÕçþ{Ž cÆÜd”ÿQ¬ÂµGk·g¸Ðiu]î‰ülÃw ö‚(¿Pàf8õw•Ÿå‰‚ øY^ý]åf:;úäeºV¯Ù…ù*KÑc7óý"ù‰|ÚåoZ’ zl<ß!R¼#w Vaî&•ÎØáÁ­*UUku…j>ýüÝ'§ô]#s%…Ê\Iéºag;ÊïSÈ& ó|e³‰ÆÒ£Y:1ØQ«¹‰\èl˜¢“—“ÔÅØ ¤!>dþ# !„äÍÊ»,¥°$Ö_È+oêEzc7™èTî ¾&ðí¢( 3ž“ŸVàz舕M|?Â'pÌÍó¹›ysÿß“ßq’¸ ÏßøŸ³ûx !’#IÓDÉ!zò ðÌ> ëÙ'ì÷ ]á |„O€ð >Â'>Â'@øŸïÀÆ–°7'Œèù=ï½6aI ºÕØ×Œp[f½]}ÂìÜèz ,Ç4MñŸâí¿Ü—éö 'þ(𦠳ÏCEId"b©‘ŒºÝØÑZßÑb)]׬¯ì4×?¡´¹×йgR º ÂúØ$ËÞ˜:¥†3Å…¢aßy½½®9X+mOñÖçÛî¦ØQ»×GOÎ2»Òí1D0éSÛr¤'•X4FD0! ‚ˆ'+‡{“¨Û*• íÏc_3‘ ±È…ØØ×ŒrJ>ððÉNsÊ+eqiQy¥ä§›^MNs¹o˜P(l}åg9ò3RÿC·ÈO±ú:ùÉÏr>‡ðõöV­*xÓü7}9iÇfø°LÝþ y/†ì­ßé¾Yy*%‡“½Ô¼’’ž†ÏʦLÇ)„º£eF³ƒqJ~Z‘ŸVãTv4«î¼¾×ð©þ¦"„èAÊþ,=’ Cg®¦È±>L\ZÄNa•а, Ëbe£‚ÂÄ¥E¬ó+„aI’·g¸ìÕla¡ØöDç ¸*RqÊ.)Þ¨8‰ÆÄÕÃüƒŸKTœî'#™«‡³g?KÚØ)Ι‘h[Þ$ŒÛ Ãí\û€®ºàV[ç.ï#n†‹Ec±AJX½%töÈMó]IÒ¶¼µ!ðyÓ]­Ê©áL?¡âôƒ‡åà­ì#n†·Ô%]Ýñc >e¶O¡´­«òz¹õFÞÊüw°ÕbÝ®²öæÔ uc–ǤçnÄóV¸ªªùñ|,‹Dccãyç´Ï£G] „ÕÖC¶•°+¬µ—[ÔçQ?jw8úy´V¯Ù_«¿V¬m¿Šß³×²Ìu?ã§qæ:“½–¾/¶G3ðh÷¸.ÃãŸÄ9ÂòDÖgsÏäæy~–o:,t6¼x§€*þ£XüG!´x§:Öhv4]©Ê«>¯—×%ë–PXjÏäòƒ’¼);ïË*›ÕòÃÒV½FÇi?™d qU”«5«6´oïÞåMÂØs ~ž§¼žÇ¹¶øï‚Gm»\¼+è;š´Q‘I²CÏmëtö¨mgHÒZÞÚJGuu$w‹ÍMä^¿Ü*?,YWu°VŠK‚ªªÒÆci}­âØ7×§1øÄ>…ŽÓÕç2BH×5n†·ÜAõ¹l’·À]uЧm±+òk–ǧç®ÄóVx~"Ÿ½6*WåÚ¦ …ø…‚Ÿu5|”ÓC¶•0€©»þ·OzÊp8lìöŒü¬nͻ䪜I‘䈇wŽ£›ð„.Ã&zÝ.[QvšSS‰sDa¡Pº_BÈÌ^cØ)Ö.$éòÔHFy¥ „Èóäãõ5ÿ·ÞÍ=ÜGý"¯•­Ö_í¯ýyó_v™JÐ¥e‘ šj®Ueü4Ž2M3v‘ÚzYëÜ:B—†R+Ë‹Ö2€±k$GÒ–ÝÊ›„±g?ü|qía Ã0ïs-ºê‚Gm»L%èÒªh«n«—’)K€ŽÚ"9;Û­$åÎVܪí8v‡úŒÓÌ &õ%í—­8ÇŧºZÁ-ÓjÌ•§•òº´x· ,‹â";ÅŽ^Mç'ØôH’NÐÇÈg›„ô¸ÊÚVòe–Ǥç®ÄóV¸³ZsϤ/Óò¦ìÇŒýDåðú !0Ùª×,gL`ç×ê³zaž_[_³NÙRjv&Ò:2r!ÖÑ“;Ç.€'t3?Xóæ¾gŸ$yë/iC’7*™kY啲²º2v}Œb­ü\R^)†¡>¤¼Rü\ý¿é`껎ãsªF×õ0ÑFS–º­¼‡ÿ ¦k—¾Lù/oÆxn†+Ý/Ùæèqn€.xÔֱ˺®gAÚÙbG Ûv6€$~Å¿0®)„e¡øƒ ü |‚c·gxk&@+Îqñ©.‹Öí^øÐ} RÜ o% ¼°$Ž^M×êµÂ@-Á„ì8ˆLÈY—ž»Ï[áÊK…_àë¯û¹È`¾¥Íx{H »2õP(¤ýùq2 °¦iöOòf#s‹ÂqÜÐþr&#?ÿ²ôðäMþ°[O8vÚô>pÓ7Ía§°ÖQEQ¸Ù9„PažG}(?Ár³\ô‹(9ä9®Òƒò¡³ëC¦iZAè03Кd>ÒT Ž¥§áP¸t¥UûnåÍiÃÏŠÎ#;žÛU|Jâv¨;ªu¿¦©Zuö"ɉVK’äÊÒ¢5Ÿc§ØZ»å?­„B‡ãÒ»ºü<@œ KO$ Ãè]¼+T6*ħaëè¶Q¿Çû»ÊNÈ„Ž]Ï]‰ç­pf"ÇNä…{4~ 7öŒX”z[öìæ!}JØQ€Ø…Hýy•8›,pýE=$Zeþ ¿JÅ©Òzyr"w(ÿz™¤º2ƒ7ìŽgíÓ™ Çq<=œlZ%Ϧiæ'X´ÒWÓÉádòrrôjí£üx¾í2n˜¦©(ÊÜ,_zXboM6–£ÏGÅeÑ4M}GóXHd¹NßÑŒ=snžï±³£×F'¿ãTUEûHÙVó¬wyÌ &7ÎD£Q?uë‚OIÚ’NÍÍòú®¡ïœ£!·:qWUõ$$9rky´•Þ«ÍßbÕmí÷ÚJf8ÃÍóú®¦ïjÜ,ìo›{ägùôH!”Is³œ}#ß±Ñ`jôy•6!fylzîV<…›¦‰ŸÂq ×w4nŠ{‹öìæ!Ý$ìV:‘”žTzXzò8™ BÆž©þ®ÚpòÛ\é~I\]ÃØ5ÄU±t¿4ùm®+3èÑÿ{€èxfŸº® ÷ĵ_JÖ×ÂBb™ñŒù:[ýµê]gî&•Θ{fÛÄc/’‘êh+>«m;ûs2AçÕ?Tò)Ü)ner"ÇÍrôP ëÃr7˜ŽêêÖØZ¡ãTñÅÌ•B(s%5÷_s‡SŽVH>¯²À&ä‡cÔËËåIDATs·ây(¼0_˜›Ÿ›È‡N‡˜Œ´Q9Q{ä!ÛKØ­ÉË4?Ï«jcÖÞ­ÀªªÖêÊâ]!$WeêbÔ>A”~ù…Bñ{!ý"ZúItûS738 OØ‘^>lEaÆsòS0àÃ4!°pÿKbý…¼èÝ{c7™èTî&cMŸˆs¤ØÞS¬ô¼´hÃÜ0 ’gV‚¾·veY̼/·²)ÓƒÔ >°  •Ð"9’4M”¢'o± à3!°ð·È3ׇä-t$o >Â'@øŸá |á |„O€ð ¼5‚mV|Œáó£Š >„ð©(Jj$¹KdÔíÆ–åúŽ»HéºÖíaÁh»“°Gø±þÅ)vŠ5 ãý ]uxGÃ';Í)¯”Å¥Eå•’Ÿjl÷39Íå¾aB¡p·‡½^oo½ÞÞ’­™¦ÉÍò0öÀ›Ÿêo*BÈÚòÔú,=’ Cg®3ë83–*NG¢1vŠ3M³é”þȃŸKTœî'#™«‡Óܶ„N‡ùY^Þ”ísÅU‘ŠSÚöÑÜ,¤bƒÔÜ,ö›'¯Ö¿Ž‚µÊcå<½Û:íŠwˆ«‡[׺iÀ¿„À‰‡OâªVeë³¹gró<ß2¥óy˜7âª(Wkå%ySFûfñŽÐzLe³Z~XÚª×è8ÍNs]Õ_}^/¯KVv´xWØÚV¥õ5i}mk[). Ιëëí-~ž§tGÁZå±ê·* V§kÏdëg¼­º’ðOÀí²Ea§9õ7•8G ¥û%„Ìì5†bíBr€ðy˜w[—†R+Ë‹A „Œ]#9’¶¤íˆX¡¨ R«Êøi!dšfì"µõ²Ö:»µÖw ~žG-Þ)Xåòæ¿ìL2• KË"1@ „Ôm5{“qnŒ^­Êü|qía Ã0oÁÚÊcËp$xû®Ó:×)¡³wm[ìVB #ÖvÙ}ÁN&Iòñúšõ¹þR‘6$y£’¹–U^)+«+c×ÇØ)öñúšÏüÛÒtíÒ—)ïc¬H€Â0ÌNQ¶FP„ŽãTœâgç[ÎUX]×ÃDãk˜ëºnÿ¤n«Ü WºßˆsÞ‚ù‘§Û:[%ìØbïméë½ nšã¦9ìÖºÒà°V¡péþJïùyx5 iªfÍí4U³¦æ!Ã0ÆÆó……¢SŒ V'qæPÂ7¦: ‰^ÿîS\qO'ÑÑ•NòÑÕa^üŽSUí#e[ÍO°'§ŽÌpŠ›åu]Óu›å2뜹Á䯙h4Ú‹`8Ž«êáíB°:Ó#Yn†Ów4cÏœ›ï°Š@uð¦'>ûÔuM¸'®ýR²¾ ìËŒçÉó$¿Pèö07˜¯²¡±›yõ•ø”¸}kòäÔ‘›Èñó…äH!”¼œÌM4ž®¿Pê/8vŠsNd»,÷ “JgÌ=Ó:=X¹›ŒiéÑŒ±gN~›{wTðQðÑ!ø8±‚wÞ@×@øŸá |„Oøhø_§>±^ZáüÆÎÊÆc´oBø€îb'y!ẋáÓw¡÷^ÀWì¾1öÆÂÍ/Vˆ9âgŒÕ…>Þß¼ùwç{D5þÂx²zAáß «_­ẋŽ¿8žËÉ! º¢ÕCµðÞ‘7˜ÄúsoΩ‡êTÆÐÉö÷ã¨1v:í™Ì“ÌÏAÔ±i?ë@L` õpuÝ+ÉÇ´þ¾\úfuüµ…±+y `Ì¥ÈÛåþÌ~¼1J¨ÛÂäÿ˜lóׄûÏW¸2¾úåjoRاX?… ,È!¹üùòÂ"’çåäÄd7’Œë«ê˜órlåYÛÚíÿ¼Ý›óu16À’1ýj¸ŸüBàlümÝv§!&Ø\E­,•Z)ðüb ÊÅìwñóµ(Ó¬¿-ÀcPþ®<õ«©Ò½R m L¼01ý›iÐZ—î• ÿV "øú?¿€«ÿãjò¶Ú¯ÉµÈ,yCÛkÛoµpêN¿2-ÏI4°ü·òí•ÛåïÊMÓŸùyƱÒZ rc9÷çný;Ç.M½8å 9D´üÅòê7«¤pü…ñ‰ç'Ûñõ›Õ•¯VêSxý×_~ée'í¨Gjé“¥d‘´<ýËiyN.±|óË›Õòÿ[¹ü·Ýwv× Ù©ÙÍË•ñ‰«¼yëæìïf[åºþ×äç¥[šzqJ¤EòbÓÊЧò<ðBØf³íÿÀ×AÆXoüéÓ?5¼òêk¯vò‘ämõ?ï·3™'Ðhß\YÍ]ÇÇezPò¶ÂâC½á“8jGmƒt¥•öTèClò±aŒÕ[üp±ðiaî͹¹7çv_ÝþDÄk¯]ó?9?ó» XúãÒþ·Õ~½:~õëÕ¯àêøÕÆ=Åü¼óë웳Ží,¼·Pþ®,ÏË©ž*ÿµy¸Ÿ í¯|¹’„ûãÏ×Þ9ñÂÄôo§Ëß•ç_›‚©_Mu’‰'¦3½úåêµ/®Mÿj: p“íW;?Ë\{ãZîbnö÷³³oÌ&-u‡ Îå øm±éóv½?;ɯÉöóWò3ÿk¦ü×òÜ[süßIù'ÜsîôëÓT¡6•¡OåÙÎA›=p<ºÏë—Κ—=ý„¸ùF ˆ*QEÉ‹>8óoÏ-üvR=†ÂšÎeÆ®ÈrÙ+©²ë@˜’ö¹˜#ô6øðCÈÇ‚1Vãûþ‡ ï-Œ¿0~ûÏÕâZóRø¬üpû?oÏün&7–[üh±öÙÚÛöÿÚð§6mº+eA ê‘ Ã{áú½õä¯Å;ÅÚ;ó—óγNn,§ªä ê¡Êå0…áãÆ_€Ýð·|¨Oy›&ý‡Â…ðqXø¼0þÂøøóãË7—ko[úãRø8üúÿûzö÷³ÎÓ>Á „ ¶TÓKÂÑvݦ'^œ€Å}߀ßHèÜÝ]¸{É8Teè²<Û8p³îñÀ]0ÆX‡¦~9Uûyù‹å›—©_N-±Üôã5ÉRûxž§µN^ HÃô{'…ã—sâz¹Œ€¡k˜Jhü¬#Ï[Ù±ÜÌ[ õ÷ëc,‚•[+ÙLvæ73µüICá^pg7;êŽ&A*ˆ´¨oCÚ“6jóצYüpqîí¹Â§ð¾÷?\\[[Û¿Á©—§’04ùTá³ÂÂ{ ãWƯtv&µ—Ëå=ßRrP ­´•´±C°]}¥þÍÞ}ïh ÛORÕ´)>Ú®Ûc­ªwƒ·u‡¬îÎÛÝÝa+C—åپƶßì{äë c¬‡×ÐCµ`^‰ ¢~²ÿ*¶Êۯ뺡öÉeO9)Td9C’ ôø Þ0yÝ}ÆX3 ï-ø¿øážñïßÈåæßž½0šÍd[}ÖNÛÝ' a#7oÝÌ^ÌNNL.ýaÉý©{ýÃëÉë£îhí0ùÒd’ø ocÃÛHÖ·™|i2yÄÉä€3ì*%áv¶°k©òÿÀOµJpƒâ·Ehý°éÑvÝFRҖɯŽtŽ|;¬ Ç©7Û§=2ÆN·ÿºó_ ÿú´—6¿ÖûIÓW L0Ð×d¹99"å¥q-óÑOÇÇ®äÁ°V¾Zõî{Êóøp2Æš4 Dso͹?së_4 B¢³oÎîbx¨`üùqLáµ7¯Õÿ)¹ñhÜh³‘ßp]×ÛôŠw‹µ¡Ž/L!Jk¥ú>@i­$„˜x~ ÿQ€wþåÛ¶EJ¼óÖ;¤ðæ­›0ýÚ4¦pú•i¨ŸÒ&>0ÁpýãëêšùíÌË¿zY¤…H‰±‹c7>¹ÑÍ®ÛH¦ß̾=+ÒB¤Å;¿§Ãò߯MeèGyvÒ¿jµÙ>í‘1ÆÚw:ÿÔ/.ÿâ—Ñþ=-‡èC®múãÏË!1€°Ð²-çdS°©ùÀ0Æš*—ËK\šùíLí•™7gæßž_þeÛO¦©ÔÌ¿=?ÿîü þ#¿ðY!™#^ |¯½q-ÆuGÛì±ÍF–o-Ï¿5ïþÌ…Ê-/|ÐdYúd&ÏÊ­=‹®¬ÜZÉå¦~=µòÕÊÍÏoêm=ýÊôêW«D´øñb'),|Z@'^œ˜|iÒü…n~~óÀÒë$Á@š|irú•驞š{s ÔZoxÝ캕/WÀ€éW¦‹ßÕCµ|s9w)×Iùïצ2ô£<îÉ´ÞlŸöÈ;ÝŒ¿{þ‘öƶmÇvjs÷k½€Ìű©rêç ÉÌ… & –ï{Q YWν½àoùTሟ1ÆžFrD~ýŸ_«‡êêóW¹4cl0%÷‡[Žî늾ým9x¤<ÐÄ‹ã+_­ï” ÙàXŸ1Æž*7>¾±ôÇ%oÓ“ÃráÝ(|RàbaŒ±×"ÜAm*S¦½‰Ç×ïoø[Š*„ˆÄ+ 3ÆØSfå«•…Üó.yß{×^¿V¿˜)cŒ±ÁÔb2Ï^öHõ‘»`“ÏeŒ1Æcì pÀdžzå3ÆcŒ1ö$2êcÆcŒ1ÆØiòŒmÛ\ Œ1ÆcŒJ?á"`Œ1Æcì´ªNæñîóì|ÆcŒ1ÆN‰õ{Å©Wf þQÝPû\.Œ1ÆcŒåïÖ“x2cŒ1Æc§‡ûŒ1ÆcŒq¸ÏcŒ1ÆãpŸ1ÆcŒ1Æá>cŒ1ÆcŒÃý÷ÜÈ(Â)+¢§ó˜Ör].—q%Ï›1ÆãpŸC.Î÷yNá±[øpqö­ù¿onpá0ÆcO{¸ÿÜÈhòo4“½úÂäõ¯k­{ö6Ú¨%õ¹‘ÑìXîÚ›sAp2_5PË×à„È…O ÏŒ>-tŸ©ì$h­³sï¾òêë×j?SLÙ‹¹NêçSÒ«½¸ÿØyß{ã—óÜ>2ÆcîWc…¿on¬¯•?\ ŠòÏŸTÝaRÿ¾¹±úÕª“vf~7Ç5 î±üο¼Søbù‰Î…"{1»úíj5ú¯èâ·ÅZ|_ü¦˜½˜Bðá>U¨î+øcŒ1öt‡û Dt]÷wç§^šZüðzò¢RêÚëײ™ìh&ûêë×’À+SLFÙk_úd)w)?šÉν5ODÉ‹ýü¶Óböïo^û4M’°Âg…Ü¥\-…KŸ²sÙLvþ½…úÑå6ù:T9Üüb9w)ÿœ;:ùÒ¤ÚT½-⢕²¦=e «x§T{½Õ~×ÖJW_˜|ÎÍ]Êß¼µ²ÿ`]ÿ¨š‹Âg»· öoªi téå'V¾¬†ûë÷Ö`½\ýJ¹å•Û/¿8ѦŽi»ïåÆr…ÿX†½7ˆ[{waþÝùl&›Ë-}Z8p;Ç iRëóxR cŒ1ÆØ…û5S/Oת!ãµ7®MýêåÒZiýnɶí…agæ@2Êž¼­ðY¡´¶¾rs¹t·1]ÿh©ßÙÖÛzé“%÷gnû4M5äýkyåËÕZJwK«ßÜ^ýökµ©®²ÔI¾UÅ»k+·–7ÊëùKù¹·ç{[7¿Xž~e ¦=uó‹=óyšîwæÍ¹™7fþ~cåÖr-˜®Y×ï•’\ÔßçÙ¿©ý%нüåüúýõ¤cV¾Wûïck÷ÊlûÞ÷^þr¾M!7Ó¤#4õÊôÂ{ Ó¿ž‚º»C ,äw溶ö^ÿx)ØòW¿-®~µZZÛí\ÿYÐJÃqœ„1Æcìž±m¼û^¨2ç¹‘ÑÆX-†ç.ŒþÝk à¨Bùç󥻥ýŸúÅ•«úô†”2 ÄÇ_œ(Ý-6ßx†01…_ÿù¶‘mÐ&ý¥»ÿeÛNmËÿµúu²)µ©¦^›.Ý)v’¯ÎËa}­$Òˆ({1·q½WÅlùã“¥µ"H1åÆò«+·ía§Í~s—òÓ¿™¾úOùZ Ôç%w9¿üi!)ú¿6ÝToqâý÷ì!9ýÊÔä/§æßš[ø`ñö­å¥O zÛçÝù6…ÜpLþåÅ?.-Zp/¸õÛ_[+-|pýö­eDì¼öî)ŸÏ ÉûÕ¦úÅøÕäõN*a¯*Cd¿¿BÖ'¾¯ cŒ1ÆXŸ¬ÜZ^ü¸Ð‡ù¹Á¶_›íÝ÷>\(ÿÍ£J» ~àÿ⟮C¶kŒÖºðYaþ½ùåÏ—Û$ Múë#]p¤Sû!‚£å«Íû“@±·³) _ÜÔZºÙúWÞyk¶Í~ Ÿ.]ÿÃÒÒ–,ï¼»¿”ÛS‚ VÇ“…/Mν5?ýë)­u&“ÑZC +_®Üøx±}!7Óÿ^˜zi²!ÖW›jþÝùåÏ«±þŽrrX6T›c8 öw«:œCul§'cŒ1Æú¡÷áþòÍ•Zü7ýÆÌÜ×–þ˜)¡+:›É5ýˆc;ËŸÿ©!Øê+!ÄÌë3Ù‹¹ö è0ýà+?Ïö•ŸÜ09B¾Ž¿(¦Û·n×j'ƒý³oΠ­>åºîŸ>¹Å;Ź·æÖëf¤€²k¥q"\×€›·V2™ d2™Â«¯w^È+_,OürJ¤ÄôkÓµ^⫯_[üðzýÇ[nÐ"Jzz[×u*lµ¥’Ár_ù'xô¶Z2Æc¬‡z6wŸˆ<Ï{ÿ½…å[ËsoÎÖ^)!P[þü[óõѶR»Ï›¾ü«—g?¯”‚¼Muí¾/˜£µ^ú¤àþT¶O@«ôï7ÿÁB°íÛþü “/Nv˜¯/‡Õ¯V³™l}$g;ÙŸ¹«_­¶ùÔµ7çÔ¦ª"¹ÞÄ‹SóïÎ[¾®Ðû,Øïª/^™xqbñ£ÅÜXrcÙëÿgiâÅ—[ȶí¬ÜZ¹ykeé“êó Ó¿™žy}:éExÔ2?Ë>-Q°å×?n1ùÂÕ÷ß[¶u°­çëÊçø~‡6aŒ1ÆëDF÷“)ˆ(Ï9¹Kùâ7«µÉ<‹,¾ÿÁû¯¾qÍNÛÓ¿™^ý¶:åwæ·ÓW'&©BɃä9ÈW_»¦)yN¾³Ó[è¹Úì‘ÂìÅÜÒG7ªa\‹´Jÿ~¹±Üøó“ÓÄ ³¯Ï´ßlÍI•CMá?–g÷íåå_O]ÿxiâʼnVŸ¿œõõkê‘rÏ»K-6fêµi"=ñò¤®ÐìÿšiŸ€†è•ɉ«ïÿëû¹‹ÈQL“W;<({"þ´¸ýÅòä/§hæõ™òw^ù»ù¹Ž_û£¶øÁÂÜÛs×ÿ¸d§ík¯OïìTþ7fÞ[È_É£Óÿsjí/kGHØqØ„1Æc¬Ý>ªË;2Ïó¦_Ÿ)Ýá'_cŒ1Öc½yT·ý£~=_q¥OI¨tr±ô/Gƒ“©÷?X˜yíÅÑ‹W¯ä¹LcŒ1Ö?]…ûOP À1ÍSR,ODŽì!9þâ8Œ_ÉϾ9ÇeÂcŒ± ÷cG0ýë©dBë㳞1v Îz€Ã|Íç.c§Iù»õö~>ë㳞1ö¤ŸõÉcŒ1ÆcìH .ÆXçôvï×éig`÷û´•3cŒ±Ó‡G÷cŒ1Æ;µz9ºOD¾A¤ßQ`ìô‹«­ Å€§÷”'"]ÙÓî! qÜYŽ¡>Èm,cŒ±~„ûè É6ïÑZ'ߨ‡öj§Jù@Ôñ61¦$ëRJDäJÀØ‘!š–°»ú¡&°†""ˆ£^7]&@ÓmšuApÔ—<Ç@ICq­äû~Ã_G]™Édw"oìßÅÑ=ë,ö5â7c½Søfdˆ~ïÑ*d? œ1Æžöpb€b !n¹+a0 Ô!õ$ÎVžºþÇ%ˆ…Šl'—°ô:i†9ó̗ۙ+cG?ë!‰®°Iï>Œ¬´´R¤+õª½Â2SG™Q…´îñ x¥”÷]Qÿ@žuDÚ–²qŒ#¬ÐÊŸoG …˜ËÉ‘^¶3qc”æ ¢("<Ûû 3Ö¨Kø¸ZiC!ÉÉ‘Èõ$î§ê¯X«Z˜†™ÔŸ¤'CQ™h&õ0Š#ˆ€t…‘ïo<}¨Y+Äëy¸Ÿ\ûãö‘€’ê¡êIį‰DJä.åJeeÙuï#EFDÝì¶|x¤ eíË5µ)¼˜ájÇNŸ¨Bº¢Û®‹zµMdNZøÛ=n›õ.âÖoî]#GDÞ_V!s1þv(›ÝϤ˜|D'…Êk«kß®:ŽÄTb‘¦¾yÆDD‘B0 afQYÛ«¸¹ Ex€~ô<ü¾ˆCG¦Âôx·¬hDÔZCÙ¶S»F™ ¸Û‚ª‘˜ 6Ãm?¹¬PE£|Jw¸MÕÛ2ýK¥xÓ¶[€_^;†p¿z}¥ƒ.Õà 9ê¡‚®#~L®¬¾ï¤qæµ|'s„(¦¥J¡êEëöÀCOíé3T§ !@D!H µ6‡ûì”Ù©çJ)D´„¨¾U´)lŠÉBè$â7z³Ó(®b€&6iÞDÚÒ•žM%¢ Á¡)g¸åAÐôŽíÈaI1©2úÛ¾®„vªÛUq(†ð‡yùIlšh ¦ 0 +š*¡…MËâèL TüÛ2…„& hT‡R1™PDD› ÖÏLGÝ ²ÆÕJG+Š¡í¨ëµ@Óí5å)_mëäb(Ó8vANŽI‘:¦áv½9#Ý sFdJ|D;†pŸè X?¢*ÕË¡ÿPíŒÖ]†Å;Åü¥¼´Åá~ `TŸ1è倆:9ÎKS˜Éè/W»E0°î¯¤ùn#;’Syf2¦TYY "!„Þîé|úyÉÐoc’’‘`ƒ¨‚DaoÎøP ”Ã’†›CìIL¢Ï0Ôþvh¦,‘h€yÆÜé„hЈ(„¥uHõ0âGµŒß-Z;)—* @ƒD€ áwËLw¹G!àÐÃóNZD1h­ùdpRæ˜ëdGwH€åïý廊~ bY­Þs^¾Ü÷§ãhkI^˜€˜wR•—8Üg¬ÿá~Á´0 }Ó4!ŽzõØîɨ…òx^:/OÑã°ú+šòYÚRþË´­c¾ËÌNqÐâY 7x²0éE1˜ˆ¨€ ³'Y×ÝKŒig4Bp4ª+b )6{ǀɓ@-[VLâþÞ5Õ–¡&KX®”É#¹ôC„ˆÉSZkµš&Š”%„ BªtÛ½1cj4ân$ÎBÚHK€<<*hH¹q*7W@ä¢#ÝD%<à™K¾A:XÜaQxc¼v*ŒgdpsÕƒ6T—û¼ûŠqˆé<é›"= ñ ¨xâ8ëg¸OõpÛ}Ê!DZ-4Ðßö{8“\Ú»yÃQ;9„ç]ç9²é›Õd)À$ÈÏ£e©“ˆŸ±S(¦€Q9Þ÷ÊÛôä°D£nÀ!ĨÔÝ*=ûÖòÇj Ølr P…tûþØíª¶$1µl» „{:ØìŽHOÉB“Z‡þcˆQÂãê^,ËÀä«z³4^‡`hhÒYÐ * b­«c4Bä@û0”ƒŠ]0X'½é\·¢Æ“¿ZÂDõ/EM®D츂ˆ†Êfauš™yÖì÷ε_pÜI€ A:¦|U#‹|Xëc¸ÐñzÉôr}]ЦcÏ÷ˆ1¢óÏ“8d뿬ù·Vœ_½ P ýO–œ7gñ¿YÏûŸßäÍìô¡xÏê÷Ž#Õ#ß’¯×Øij'»ÑËh¬Ö†@òä.µnpLŠ#4­nŸŽëbú¦Y1ª G¶XŸ´Û ­uù¾la[– âN‹j"†ÒòûòÙ|¡!>.èÀÅ‚˜€" MÂc¶=. H'OJ@Lø¸uî£Þö• s1³sû“%ÝÔV”ÝùZ(Ý[×ZÛi1êºQÌÑþ ¶©x_€8‹ùŸÙ}ÜSÅÓ~*ëbhbÐØ·ÏMù÷Çõæœp¦yŒŸ±z?éåÆâ#ýë;¬û×1à9‰?Ï@øŸè‘‚  GA´­uyÝÿ¬1ˆËy¬-WÂØé…)”Cb·CJ¾/©OÕ>ªWûMÿ€h§Lu¿D UŸJ4›ü3ª3yjëÄ÷¡…-lÓÜ™e "šý˜Yñv~PÕ9úBÊ‚´ i D(˜&&ŠÝ~öºß¹‘¶m×wáˆH¤RDt]ì‚&ZøsÉÛ Á€©+£c®Ó½.êû“zsÆq„{e bˆ&Ä~æ…UGf´šÓ÷'Iù 0V½Pôö4<–KV:9"ŠÉ’õ½uz¨Àÿ|¾X¦0„ Ñ"½ìá9 ˆ´¥`Èá:ÇN¡Ý1op'üˆ(™;G1aýcµ=Z…sgø¼Ú¡¯þ`àíCÜ›œšÕ·ù[ª5À³£ ØPýa&ùÕpߊ`w•‚òMØ^™8“ô‚ «úõ[Aý]C]b@€èG¶TD‘eY˜ªþ)Š"ßóiïÙZk½­(ŠkÅÃü'£ð·zO/_rgžïÃ’Ó•²ÞœEá8#9L»‡¤‹h  ³Ó!ô .‹ô¨}å¶ÖëþæŠVóbd‰×ãgì¸'ól<Ú ªÎb—¶ÛÃýR…:Þ""ê餌wžØÓ¢ˆ*tH"ˆ‰ $ßÇó.@òÍGöS[F¦ñ&^Ü»¦&® êxËv.Þ]«›f/ÚÛ˜´Å@¬ýO¨(y9):ÒDRÎn$-óÕçž ¬=ž( ²“å®3jK…¡/ÒÕ™ú¦iZ–å?ÞóMÉBçY§t¯1U¿v—OÉ“àméå;ÃØg}¸ÛD7-GÆÅPŽ(¤` @tŒ±z.Æ!Qq‰@`zZ^\ЗÕýiûb‰ëãp¿‡±þ×ò(ŽV½›€>Ä ‰òÑË™g³=I‚zäþ½°;›6n™Kªz z–çàÇ’Çp… ï=Ø»ê3¦K¨hØ{‰bì”"tžMÖ‚Š#ª®?Û‡¯¸©ºÑ¸q¼¿±O½zXhg_h V«fµºRç“=Ìœ š–«íjÅÛÚ³·]06W“@!F8€:G>ÜÉ#æ "ªÞ;:ãûþþñ]ÑZk]!!8¤;1凾 ˜ºìö¤Eä: IDATg¹}´Ý‚¿9ëûegØÅô8€ ±‚8$4(Ö`H㨃›þf(´ÝÇúŒëÐÅ„ €€°ÒË-;ÂÊü+»_zß\±†Æ@¯˜ôÜD‘#7øp0ÖÏp¿Õô˜À K˜)# Š5¥¢(¢Å +¡‰ˆˆ–®PýU¾_¡ÿ¶ö_Ÿ¡{ëâ×SxÞD¨hú¶¨ÿm)ürỷnu5\mzÞ†¡e!èþÌU[J:27–+Ý+©‡ÊuG»ßAýÊ<æN0™ÂÛ2‘½8 ™LB•&ûŠ(²R–sÁñõÏ7!Ö`<Á³øÈ‚í2‚(&ˆè—(ô±¢ëÕ¥@’;ÕMÙùî«i@ÄËòœÿ1©­ ˆ*ÇwЙћÓÖÐx2»Oo•pd™cý ÷©ÕÊ<1@DqH¤CŠ)" J–×èý7q„¡a!""ÖÐèq¬ß:hþŸëá¿ðœ„¶¦‡ ê&ðÜRvúcý-U\+9ŽcžEŠbržu\× ß÷}­µiÛ{—·9Z—>ª…uX]º±:w¼Í‡z6“¾m3b¢‰)¤ •¾Y)Óx²m”’ð³Yøî}a( h’‚8ÒûXÙГþŸÙHÈ.‹Wk‚8´íÇÉÓº<‰ÿ„DqÁD<žf‡b¢Ø!p¨â {Fë2„Ø¢ä˧c} ÷›DÀµ+-¢È%€‘¤ÞÓ-Ûa2ŸØI[Õ{»µ»ü=Ì1" K<ÛxCŸ~ŒNnO¬ŸB@¾±SëWcoÿ‘oY"9ïyê¡J&^Œº.i]¼[´,KJÙí €ˆèÇÝQˆΚm†u«ó|zú-­žÄÕ¢ }}ë†Ú\;±X¿§û†spfA—‘J>¤\ g,0¢HAÅ£m¥cIcs‘éMú«Í5¹3««5’Û,É£#ÕÞr„wr®Md§ÇGÀéÿ¢É7ëQ%Œ"cÂß¼).û›K‘1…¡y-Dx⟕gl@/ ÉŠ{ÍØòç&(§˜ŠÛbÀGã ™çP:=ˆp÷+ë)ªPTñw“Õú¨þ™BóŒÙeð-.fiD¢qˆÉH6_ØéB¸ó€,D1‰”…FÝC“1 4s—òEhšˆ +Q—a4q_—#¢Øl“HˆÛGt¼c) l>|j¿ôͲòÖvSc b¦,RÒ‚Êô#õ0Ö‰ì \Z¤Í|´Š°Š)¬~“.EDD`‘=¹êzƶ¾RIËþ ê"øji›g Y-‚LàGˆêºDä8üm†'Àx¬÷°c‚“/ò5+¡~x›´¯qT$söâä{ßø°0Öp éÊ - Ô¤1@Ò,H-„%-)D–« u´^^¯å&¹ðëíÐ7вP¤¢ AœL®!ûocîHwÝ D´ùºÂ8âß »-!Ô¦§+aã_ gMj¶ŒOOš1ú:¼oì*ª‡Ÿ£™ÜF¹´ô‡…æïøÂmŸ*Ô50{!'D/Æ;ˆ£(LU——Çú/´2bÐZoÜ_× åpïæIÆŒLS:Á:n+ˆˆÐ&[B:‹Ï:` ÄÝö1„á‘z ˆèðwcåyÙ›Òf¬:WÇë D†ˆh^ÝŸÄ‚@ašˆh""í3Ö—p  ð‡v_&E1Q€5„!†vúè1·‘S/O‘H¡<·y›¦µ›¹˜v„°ÎšÏbîbyj cݵÑ?R-²Šb(­­Eh˜aÖ&´Ôb·(<ÛãS¯çleìR^º®¯”¿­›Þ+p,§¾Y•CÒu{³ šhÛ–ÞÃmŸÐ))4M€È]ÑT‰66•®h€8êYžcÐDT £ˆbÌ’=Z›‰ø¡…ˆgM@è²]•ÃŽãXG¼cðü§¥åÁÆ(R@à€óµ0¬Ý:ÀãúŒõ)ܤãÔêí{ƒ ãí\‡lt.‡%„¿rˆ/Ñ@l[Ø6ïc½a™H?îŽÂZ)Ì]Ìzßo€ûSÙtòºe>Ù™vì´“9‘Ò>+,S8…DDš* wZqD9ä˜çèî&Æþ¶]¤Ðv¿¾`÷Q(ÄZzfq¸ÆUO€ï´3v<á>¦Ð>`Ó|N2vªš†ñTÇ´Çæ‚écŸEçìqw™ö†V<‚ÎcO’Ÿp0ÆcŒ1vZñSÆØ!ˆºA'ž²ƒ‚o„2ÆëÝgŒ1ÆcŒÃ}ÆcŒ1ƇûŒ1ÆcŒ1÷cŒ1Æcî3ÆcŒ1Æ8ÜgŒ1ÆcŒÕëh!Îõ{Åòwë\XŒ==ø¬gŒÏzÆØéðŒmÛPº[ä²8AÅ;},ÿìÅ\æç™þmíÎêØåñ¾nß–õ¯Xb —$_/—²™§³ÏÂÙçÃÄ9å¼sÆ{Þ-—#nçïÏ]ÊÍÖ©w ±þÆ5v¹¿Ûo÷ Ôþ`¸%œò_KRJNgŸ „³Ï‡‰sÊyçŒ÷Vù»õC…û ÷O¹úX¿ü—ÞßCØx ŽmûŒ1Æcì°øQ]ÆcŒ1Æ8ÜgŒ1ÆcŒq¸ÏcŒ1Ʃ퓿å{÷½L¦]4ÅÇ;Ñu¹5$¸–ßÁo {hN?´ÖµØQoë–׊ƒÞÙþègäÔy¬_¾W’ç¤ëf ðU¹\Ê\Ì!VÄïye@Ì\È""Ä µ¯”:­õvÝx‚šÖ«ƒþd9æ+xWá~Ó(¹}Ü|²õs#£MS{`’Lví '“Aƒ<*…?`à˜’~„0V䇊ÎF®‘Û‰¡ÖÕõ5Q˜D1i 0Ñîaú³®+ràé’y=IÿžŒÖh€=ìøÛª> ©Ë,•ï¯Ë!¹ñÀ« !ì%R›^°í€vj__W¼Su]¥Ä„)ËuÝ£Eh –kvG/Ô– ù“H;®ëÖVŸ¼ýïIß}’Z•[CVûUk­67ˆ ”RÚ¶ÓàVl•àââèy©ùQ›·9jÓ  Crã:Ú¥¢áБÚTZû „庙¤ÉÜŸýö…Ó&å­vQ{Dd¥PŽŒEjKíËx³ŠÑe]•ò>vT[J†z½›wv¢\.Ëa[¤ÝÈ»¼>v1W¼›T1ضSÿ’=ϾRÊÚ½ÇeË(¥TíĬ¯¨ ¯¾Æ¶¬¨­¼w³œ³áØX¾z 7@¤ÌN¹%¹b’çvóÒª­h_†ík`Ó ¼¿ùjUÏÜ%kµµVÍËž¶½uCQ»@ØÃN›’IÚ¨†<öédlã­D‹\·¼¬l©ý§ÛI5Ë Y>ðPê(4m®ux Ôp‚UNßÜý>ÅâµÍžHgFÅ^I<Œ \‘'€õÇ· 4F2=i}PÇJï 裇kþVI ç¬sc½O¿ˆI(‰`@OÒ_ÏßRΰÇ‘þ–"ÓÔz÷×]7+ÒÂvZ (*¥t…’) Þ}O)UûŠïðqÉdQ)åyGŽAm)LYµ†UkÉdÑ@oÓS›JŽÈ†·é{z˜¤öåÖldqÑ"í‘Rʶý1z+­j¹˜=pMÓ+¥ˆ(3–åu±2ÕÞCãÝ_—#£îbPÊó”玸M³ß¾pÚ¤¼Õ.êßl)ïþºV2”lí~¼OC¤RŠ*SBkMqÔjjçï쨛!¥Úܨ…­J)9ä$—)[ï?%û‘}­ýLfÏô$ÇqÊ倻¿¢VÛŠ±j¬¨íÜYýß-yay›žvpßlL¥v÷¢”wô$uP›Vàý­A›z~”;œ5M{û†¢þѾdšjô»•nß¶9F­rÝ&ÁMO·k–[tË›©æ-p³æúPgP'§À T•C¯ÌSA_[+]}aò9w4w)óÖJíOόֲ/}²”»”ÍdçÞš'¢¦××ùw²™lv,Wø´Pÿ—¦Ÿ}nd´ðY!w)·,ÿÀ4?72zó‹åÜ¥üsîèäK“jS5MvÃ.”R×^¿–ÍdG3ÙW_¿¦µ®Kù|’ò¥O äºó4ï6€ö# ŽZ9D!PŒžÍ! €~¤’ ñG¼åT¡Ú?ˆA«’pǵ*A QÛ§x›þ½Ã¨IÈ߃ô×ùh&§«m;Z‡õ…¾çmd2¹Ñ ð]×EÑ@×uƒÀ¯ýÉu3Io[JI•ð°ÃÕw‹Á#UëÐûˆ¸#nrW¡1oýžn’ÔI¹µüT"Ö u¢U‚åˆÛI¬ÓôãAà'GåáÈV‡&s1W½Ña€”®Þ;Ì~Ó¿6My›]È¡d€¹öq{x÷ãý«ɰ}Ò”mçwµçnÙÞ)¸H… ÐÛþnµÜÙ`ÓS²ÙFÔ1ª;!ê+jC[q`Em“àëÃö=ocínqm­¤”ªÍɬ¦  ¨?¤j`› \¯Ã·|†Þ)¶ßZûãÞ¦¡Øè¤e>¶VºåÙ×Á1j•ë¶ n~<™f¹YÓq¤L5? û›ëCAG¨Û'RUŽ>º?óæÜÂ{ ã—óÁ¶¿øñÒË/Mü}s£a®Ká³Bim}åæ2ZÖ»ó×?ZzçíÙ†í\ÿdI)µúí×Ãìïç:ùìÚ_Ë+_®ÚGC*Þ][¹µ,„Uø´0÷öüí[Ëû“ݰ‹ko\›ûÅ!†…>\\ü`®¼lù«ß`ö÷³‡Êõ!úîžøÓµSÕšg 7Œ}?*ã ˜Â8tŒ#ªí†Ú& 2 Ô@ÔýíŸjúa'¸¯¿ˆ&ÿwþÝSÈ÷£xÏí3˯uš“Ž{GÜÅT»Þ#"Ô=/Q_ ‡™·Û¹AÕ ½Qi­t`DÞò=]$©“rk~ñ¾UÊS=@tGF÷€`‹wzײéÇôèÐTÈÛô¨6lûì·ük³”·ÚEr+ìÀŒ÷¯bض£”ÒÛ¾®DîçÈïlzçVÙöÿU&üJ©úé1MOÉ~dßD ¢úZDD&¶¨¨m*Þ!סë­RJ2Ù¬RÊóÊî…LCªºJR'5°uÞÓ‚uö¶ƒÏзÖþ¸·>^û/´ÌÇÖJ·ÒÉ1j•ëNjcãðDšåN.ÓG= Í›ëCA‡¯Û'RUŒn*™ïûÁ¶oÛNþîwó‹•?}z#™7ÿöüø‹ûßÛ_Þ^þ´`§XxwáãWüì»ﴊõ†Ï÷ϽY|o!é»O¿6½ôo…V¹«ßÅ×_}]{}þ͹üóÕ*xû«ÛËŸ’·-¼=ßIÊ0ˆâj,n‘Rì¹Å,EŽb‚ºo˜Ì³ó­-!t¬8GœÁ_Mÿ°ÀuPîÌä'åZ†ã“ Áë2ý»ÝýG*7¶ûD]õ‘»°5s1[¾·npð£¨Ö®÷É”>è-¤”kw‹µS)s1Û¾5ìä=ý(7³¾…¨ÍS˜ZkÏ[kl—[}°Óë°o8d=:4åûëRJ; †bíµÍþ…S¯Õ.:o‡ûW1ä³~ß=/{øÎ/ä"-@ÚTZ‡õãåMOÉ~d_Ç÷ýúÙ ¾ï áô¤âõéx!¢;â®­k¿7ôXú—¤+p—õ¼g[k}¼ö_ [2ý8¸V “™ru]mºgØ<×mÜôt;±f¹G™j~Ôš6ׇ9ƒŽPûÚn·rô¯Ù*|º´ö—µñ&q%_¼Û¼›âþ/þéj2O&;– ‚ I¨ެ¶¤µÚ¶a¦lC|_ÿ¯ùµd§}lSÿêwáÝ÷¦~55šÉ>72:šÉ®¥¼vçºÃ”±)?& ø•õ ¢ª{¯x~eLè¶ÊìLã¡ðáš÷zr²€sa(p.LX±jÂ#νCÓ@0H #°ZPÕŸÐ4zSåƒÀª?Q«v#29ÁüG~°¥jWÓ:`ÛŽçyÅäy^›úvD1(µ;AÜ’žç%)¡ yÍæ8vòž~”¦¬džy^y÷¤ØIÌÎÞ߆6ÿ`ÇMðá>nÛŽÚ¬2µéõêÐ&I2¼³`á4\X›î¢Cý«`Ëüå|'+5uþÎŽºRªGÓ…ëoí”ìGö¥”Á#l)ˆb¶Tð¨åÜåúŠ×ÉÞ{˜àr¹¬·ý$ê""¥&™Ìc¢ Un^{«ÕŽ»aîüOBæµ*å%ýg’Ž‘¢u×ÈU‡ bR´ `t¦«ôïŒÀ))G÷·•Jmì¶Vf.æÊåRƒ”Rž“å{¥(nk”RªM¯|¯ÉÊ<²7ALmƒi$ÏïïÌËvÀ»¿ž 'ìÏE‡ïéG¹¹®ëyÞÚÝb²j¿3+ÑyVxåõùŽ£MÛ‡¦ì¼y9ÔÇ«‡l­ض„ÃÏ nzh\7«¼ð>™ˆrHú;3,ÛgÿÀÂÙ›Óæ»è8"ïWÅ蕦‹¦Ä4SØÐ„ZB”K…HÙ¿ì#b&“SÊS‹ „•É´\…³¾âÉ!êðØŽ—”ÒßRÕ@Á@;m%+‡Bu·*—דuEúš¤V¸¡uí²ž÷ê¬ißP4\ ,™†<ö£6î<9ºAJ†¢ayØè¢U®Û$¸éévRÍrÓ¦ã™jÞ¡jÖ\ê ê¤6CU9Ð3¶m@©Ù݇¦‹NÖ^¼öæÜìog¤”ŻŹ·ç“p?{1wûÏ˵ÊQøåâ·Å…÷æå°ô”ZúÃÒ6xý£¥õûë×ÿuf7¿ö—µdû­>Ûf)ÌVjµŒfí׆d7¼-;–[|o!9øþÂÿûþê·Åä¯×?ºîÝßXø×ë0ûûÙµÿÿ€”·IáþÇP²ªmÄE  0–Rd@é2>Q†?À¨™ÇŽézÝÓ¿™Ù úKã^ÔVÛ]~Ç¿ó¾sqÚ¿WÆÉWÖp&Ü*[Žëo “þ½e™hØB²¯d/û·¿?ýT?*^ªiú÷o¿á<·„j’%œÂ¿-N¼4Åi;)ÉRzcc¹§3û§ >x÷ËŽ³»'ôgUþ'¥><=õö˜sÚª¡8Ýy?©\÷µY¨Cy Vn-ªÄr—òpàè~›©ðã—ó¯¾~M=Rîywé£j8;óÛé«“T¡äÓ¿ž€W_»¦)yN¾óf“'Vgߘ™o>å*8ó›éµ¿¬UãÔ>{¨·Ñì‹,¾ÿÁû¯¾qÍNÛÓ¿™NžÍ€™7fÞ[È_É£ÓÿsªË”·jt@úä9)@ÍÚð—` Å9g\ìbÝúdù"LKxM|VZ(€¨éQìk=J«.Ó!o€s ÒvœùíkfÕ¦'¥K1yʳÓšž×Õã)– ð‰"‘v0ûƒS%žæzÛeór´†âI·?×ÇÓJ÷¶YnHÛÓy(¬]¸ß4ö­½8þÂøø ã ~ezú•é=¯üz* Û$aá½……÷ªûN¿6Ýþ³m"øVjµj~í׆d7¼-9—¿üu}ªª¬µ”{ž·|ëö¹>Ú²ýŽáRD>)'å@iò Š#2ȯ„ÖÒ1Ýn*Å1! %""|Ö´#í@¤žu >ú̯ºô£…"¤À0ÃX÷$ýƒ‘{ÚÇɯ‰bí^ €DÚi¿¬Çô[ Å;E1s!˧*×Û>åýh Å“n®§ õµY~:eïÃý¦+ÄŸà7æ¦÷?X˜yíÅÑ‹W¯ôñä‘fcô+óLÄ ¦èpÎt+‹úAàØ;«î8YÚ*[r bÕ=Vb¢µ‚”Ó}úµé£€4EQ·ég¬Æv’ ‘ìôErÜ+cÜP<‰¹îë~¹ÍïM¸Ï‘}GµmHŽ¿8NãWò³oÎõu_HŒM>Åh m8ÉŠ=Gw·,>ö“gí«ÑfQ8Y3µ»òfT h˃á|Òö2ýŒ1Æcìˆá>ëÄÁS•zèG0 4 ¹»Þm/Žže ËÚÓ…”Þ*阪K¼ °sÝ.?ߟô3ÆcŒ1÷O4ëÎJ8[÷e–O\úcŒ1ÆØŽŸp0ÆcŒ1vZñèþ€ª_;Ÿ1ÆcŒ±£i÷5[ìØ¸Öõ‘µÿš­^uKÚ|ÍVO¶ÿ}ÍV’<®ÒŒ1Æ;Yë÷ŠS¯Ìî3ÖsƒÜaŒ1ÆØS¢üÝzòÏÝgŒ1ÆcìÔâÑýA‘½˜Ëü<Ó¿í¯ÝYÝx žÜí3ÆcŒ±#àÑ}Žõ9ÖgŒ1Æ;µª£û+·–¹,NVñ›ÛOnâKÛ}œ­>þü$WÆcŒ±®Â}˜ýß \lémÍ¿2ÆcŒMãdžgžy†ÿçÿêÆcŒ1Ö›pÿ™gžùÇ?þü?ÿ?8ÿ3ÆcŒ±Þ„û]±Â£ûŒ1Æc½ ÷9ºb…ûŸŒ1Æc½ ÷9ºb…ûŸŒ1Æc½ ÷9ºb…ûŸŒ1Æc½ ÷9ºbåtô?‹wŠÅ;Åý??A)ï<ÙOVcŒ±§Ñ]qÄÏG_kc•ZÂÊd2 /æ/ç»Ül7[8ì¾ w)‡&?SL¥»¥äçãIÆ€—cŒ1Æáþ1EWŒÖ1ô?CoÛNÿvq A­¯”qk?÷<åg#xÆcl Ã}Ýgåj£“¶Ô¦'„…ˆûÿlù<0DÚqwBê†ÁéÚ¯õ“vjoh5’Ýj#@ím*ª„ „å K!DË,ØNøRº`ľrÔ£=ßC¾¿¥ˆ t¤¬uo’Žº®ÚR@„ˆ®;Š)Ñ>yn°>ãû7Þ¦”Fϻꑊˆ’[S@y„ IDAT•ÿž :ÃrÃó¸³ÁcŒ5Ås÷Ùà:†¹û®›Ïóšþ5Š)7–Ë_ÎKéú|µéµßZýpx7¡gùþF¨C×ÍŽ]Ê;ÃÒßj7`/¥ŒbP[ ”RàHÙëox¦¬±±¼° Ï ‚=0Ôc™œëºa…@ÃFlÛ±m‡*ä?öÕCEÞÆØX®MÖ’~?ðål^1Õ¯ÞÓeòºß`'Ú”?"FJ&î×¢ÿÞV Æcì‰ ÏIõà€ÉÆ\ÇYEJÈsR=Tuô¨ÚÜX¿·n"J)üú?yÞ†çyˆÊ–~݃ªÕy8k%8hP¹ÍFœaémzÉÊ<–°Üîæ¦ÛÚ ¶ÔÚZv–úé ÿÐ2yGÛàžC¥Ô¦ü“©üþ–Z[+&+óøÇöXcŒ1ö¤yƶm˜{czö/pq°ÁªÏ<óüCoëPïYøÅNÃ+5Å;Ež¹ñ´!¢ÒZÉBÌŒå¸4cŒ=Uäy·Õdž•[Ë‹€WæaƒŒï5±V’ùNI¬Ÿ¬£ºÿeÆcŒ¯ÌÃÏ.c­8Žíyëa…L0ee/dEZp±0Æc„û]±Âµ‘µ"ÒN&íp90Æcâ•yØàâÙeŒ1Æc½ ÷9ºb…ûŸŒ1Æc½ ÷9ºb…ûŸŒ1Æc½ ÷9ºb…ûŸŒ1Æc½ ÷9ºb…ûŸŒ1Æc½ ÷9ºb…ûŸŒ1Æc½ ÷9ºb…ûŸŒ1Æc½ ÷9ºb…ûŸŒ1Æc½ ÷9ºb…ûŸŒ1Æc½ ÷9ºb…ûŸŒ1Æc½ ÷9ºb…ûŸŒ1Æc]2¢+ŽøÙààÚÈž6ÏŒvþæ¿onp‰1Æ;î³ÁÅ£ûìéìåv‚ êØïõ:cŒ t¸ÏÑ´¸‡ ±ã ^O÷®×dÆ8ÜçèŠ "î2ÖM0Ôð/y=9RQÔ»>P°¥ŠwŠÁ–zRÂPªÐÚZé îæ([\ÛщDÞÝW'ÆžØiGޏµÔvr@m©à‘1‰´ãºn²Aó¬Hr‘$2úA«G~“#ØYiïßE«¶)öz­Š´Í6›v'Z%l÷ -êÞ¡rÄØÓîstÅ ×FÆú*|$á¯RÊó¼L&“¿œß·…Zg.fÑ@ðî¯Ë‘Q÷‚ 1(åyÊsG\PJQf,Êó:ßu°¥¼ûëBX™ ;¿z^&“ÙÿK9ÃGú[JˆLû]xÞ†;"EÚ!"¥”m;vÚÒ:´m‡bR›^(kÚi«MÖšÔ±þ¶ïmªÌ…¦v"i¥t…2sàÝ÷”RRÊÎB°¥´Ö™L ô6=µ©äˆ”#n¹\FDÚÑÛ¾ï™LFޏMŽ`¥ÝtGËþî!8d‘Ö’~ø8h“÷ú½´ª{ýÈcO(ž»ÏÏÝgÿ·½û#»ó½¼ôG @5´¡ ,˜3Œ`K¬àVó ækÉ…±™@Æä;Ãî:OàÉ óGÆÈÆwþ”ü<ûÇÜ8r×{a/NàÆâüžö†Ö^ºtÑYh3g@†*°  "è)ÈóGµZ­VÿVY:²Þ/Õ®®:çTIú|OŸ®ÆI ]»ß/ £|^S)e÷Û£ö£–Ã<ë !¢«ëÝéê’P*L÷Ú½|–o&K²7u=†:˜Rõ—T';l‰¿4¼%ÖÚ<© !|?HÓ¶µvâQlGØÌJ)ó™Ýr9h·S!DÇy›…ívZ¾ŒéÚôÕÓØÖáòJ/ëçÇ Ãîø„a˜zúÇI.‡RJQár˜¿J „ˆV#Ý2ÆÝ2Ñjt’Ñuˆ9ºß3ߦiïšð ;c6þÚ{=Î)f÷á.®Fà$&¯¨îû ÐÉFnÕ¿ÔÁî[ÝÒv¿=¸}f{›M³4¢W?LÙ’8Ž;Ù‘Åñn<0Ë;˜5W«ÆhóµR†Ë+žçyO·vºApµšOù§i;/FvmRóŽ¿ z% µn„«‡+yÇ'³3km}«>ô ú~`¾6+o¨£¿Ïg푇˜ú:ÒìÙ‡ÔZ«[;Ñjurß']{/£GÀ«÷IWp õ'àšævC)åW"Q"µ'ù»$­í¦®iæÝg•<7ëkë½0g­m>­çq¡ÿ÷X_t“‹2Ÿ!Ηѯ­m!¤\H÷ò¥äžÈ:é^*å„®Í^Vù~ K z»†U¯â ŸÒl‹ÅeIFW«Çë(»o“$®®VukÇ»œd ú¨CŒ2jاºZFw¡›hu¥¿“6âÚ›µGÀ+ŒûîÃ]d}àô-”Æçu+K ¢$¬µºo´ï¦¥mfóeñgý$ö¼ò‘(¥ç•ó%1r±lŒÉ£žÖÍÞ6Z뾎tŸT<Ý2¯„¯tk'¨xã»6¯â…QUëFÞHß´îŽÖº÷þÚ)ÏBpEõºc÷›§u# W¼Š†+z»1ÝnÔ!F–#†}š«et1Ù ”’‹ÞL uíÍÚ#àÆì>ÜÅì>p£îs2žzM5ŸÖ;ÙðíðjôN{Û.H©®¨ø`=´RÊ´ts«.JÂ÷•Ø+r=t¥Vãé’2fÇ÷ƒ0 µÖ[OjùxâƒC—=Ýl¬Ýï>Ý+gÆ!„;Ï´WÆwmþÄ¿èEÑzs»!þd»ãó´.ò;ó(5ÓYð—!„ÞnäÓØùhh­ƒ%•¯ògþR¯–¸ö§pg¸‹¬PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸ'ħêÂ]\¸h^_^™~ãsý™\€³‰û¤+8…úT¹c¾;+À4X»sŸ{L¯ö¸v N7@Ü']ÁEÔŸÀIÂÖÀùã×6Î*¥M<ôxÖZ½ÝÜzRÛzRÓÛM»oçëBÿ¿Ú}»µUOvÍifÙSËÁ½Iò>áéP ÖîÃ]\y«—õ›Oëê5†‘"‰M³Y®®K)çÞgºŸêíF¸z•àÕ¾HÞqŸtGQ…«=®åá¯ö¸¶†Æ‘Y¹XÃPJ™Oçnö†2Ï㎵×6¬µ¦eÒ4Bx^9 £Þ¯ÓÒI‹’PWÔÎ3sæ¦iªu# «žç¶/Bø•@-‡½ýL3JB³k’ç±È¬W òV™–^ø†çûÝZ"IâÎSó<2ÂÓÆñCŒjaÿh þ@5ôlŽÙçÐrbTÃ7qmÌÔ#ÅÄ}ÒœÂÕ¼TíIU¥”Æ­uE×6ŽçÂvšFW«²$…z»¡–WÂÕPd­—Ã<Ž[k£µu!„ÑzúC'»Fo7<¯­|©uEÇÒyEëýAÐlÖ…7rh´=²·½X·L´º.e¯œH÷mtu]¡·µ1F)5ý(%»&MÓ(ªÊ’Ô-mZF-+µ6›MY^%H÷â8N¢(RËážb4†bT §¼FÍQûì5;Iâö‹dLßJµ¡×ÆË耡X»w±v8‰¡k÷û…a”Ï›*¥ì~{Ô~Ôr˜Çh!Dtu½;^J…é^»—ÿòÍdIö¦ÆÇPS¶ù<}¯%þÒð–t¬˜â•RvìðFNÔØÖáòJ/ëçíÃnûÃ0L’x¦QŠ“8\¥”¢$Âå0•@­FºeŒ1ºe¢Õè$£1êÓŸÇãFÍñûLÓ4Þ5áAwÆ4lüµñ2z`(f÷á.®Fà$&¯Øîû ÐÉFnÕŸ³í¾Õ-m÷ÛƒÛg¶·Ù4K/£ù¤–,Ha­=ÒkäðF/{d% µn„«‡+yÛŸÙ™FÉZ[ߪaßÌ×få uô÷íÌ£1òSŸÇ!Íu6GïÓZ«[;Ñjurß']/£G&Ç}ÒœBý ¸¦¹ÝPJù•H”„ÈDíÉÁ‹%Ù‹ãÖÚÂëyAǽ6Bˆ8Ž=oª·Ø/{|?¥½ÝêWñ†´¿4ÛbqY’ÑÕêñ’ÃîÛ$‰««UÝÚñ.'Yƒ>ê£,ôÿzÏf<›#ƒ»ÐÍF´ºÒßŒÉ qmÌÚ#sã¾ûpY8} ¥ñyÝÊÒ‚( k­î[‡íûii›Y›YÓÒ…·J)•<7É®™™HvMòÜô§ÿYº „^Å £ªÖ|ÝŽïZwÛ¯µî½¿vÊQ ®(­uþˆÝ?­a¸âU¼0\ÑÛé›wܨCŒ,ËÆ˜*‚õkªù´ÞɆo†U£wÚÛvAJuEÅë­•R¦¥›[uQ¾¯Ä^Áë­¥”Q´nŒ6_ׄžWŽ¢‘wáß…ÃÄ¿èEÑzs»!þd»íZùyF£á/B½Ýȧ±•ZBh­ƒ%•¯òé N¡þ(2î“®àêO€âÎÜÅÕˆ ÷3ýí›  Ÿïû'ܳûp³ûEÆ}ÒœBý PdÜ']Á)ÔŸÖ¾o•·Ì^å¸Oº‚S¨?A  È¸Oº‚S¨?Ï$Û}»µUOvÍiÆèÓŒà×68》ƒ;óÀ]\§/ÝOõv#\½JÀhðªÅ}ÒœBýyÚY?Mµn„aÕó¼üÓÒÉ^,„ð+Zókk+ahŒ™•‹å0 ¥”ùô|þgoúÜìšäy,2ëU‚0 ó.|Ãóýn-‘$qç©yn²kÌs#2áû‡‡ºOqìÅ1 È7>ÜÀ˜$‰EfÕkÊ_R½V ônT¯Çeå ežÇkóÃõ€³‰û¤+8…«ñT³þ^¬[&Z]—‹²…Ó}]]BèmmŒQªˆÛ/’(ªJ)1Zë(Š6®m ÄÙdפiEUY’º¥M˨e¥–Ãf³)K«é^ÇIEj9<…ã½ôø¡‡îóH‘Äíɘô˜à ŒÑ½Ç÷nÌãcŽÒNÓèjU–$Wà ±vîbíþijlëpy¥—õó膡,IY’a&IÜû§0Œò¹m¥”ÝoÝaœÄár(¥%.‡ù«Bˆh5Ò-cŒÑ-­F£Ú3ôУöÙ­XÒ4Þ5áÁ>Ço|ØA)EIô¿€0ªwCsµög}¦ög‚Ù}¸‹«ñ4­„¡Öpõp%Èlo½Š”RdvèOŽN6|‡ÖÚúV}èOßÌ×få uô'ÐC=rŸBXkuk'Z­Nn@O_Gý\<Ò»a9Êðp†qŸt§Pž&ßdiAo7°êUÜEÖÇÅÊúWã(³ûp³û¸8:ÖŽº“'Áì>ÜEÖ(2î“®àêO€"ã>é N¡þ(2î“®àêO€"ã>é N¡þ(2î“®àêO€"ã>é N¡þ(2î“®àêO€"ã>é N¡þ(2î“®àêO€"ã>é N¡þ(2î“®àêO€"ã>é N¡þ8¡é κté×$.”×—W¦ßø«Ö#˜ˆÙ}¸‹¬‹yÙOã„G©=®ò?–# 8ó.xõã>é N¡þÎ{Ü$¿^äñäì.Æ}ÒœBý œ„µVo7·žÔ¶žÔôvÓîÛ‰OÙ¸¶Qlª›o‡'’‰­­#íÑÛÍþ/·žÔDv^Ïéøñt-^ŸÁÙ01î“®àêOà$Y¿ù´^ö¼µµµµ²ç5›ukí«ßó’ðËé^ÜKÿñ^»—ïÓ½ØóÊGß¶¯üÏÅ£éŠÄwp5s3ÆøW”¿¤ò/ý%ÕÉ„1& Ãü‘dטçFdÂ÷µÜ}°ö¸Ö›‘5»&y‹Ìz• ÷¬Ãrbß6·êŠÚy¦ÅÁ¼òñÙÜÞkk+ahŒ™•‹å0 ¥”CšÝÒI‹’PWԑLJ5¦ö¸¶ò†2Ï㎵ý‡ÇÆ«Bˆt?B¤iêU~¸úÇspxûzºó̺ñ;LÓÔ´v¬µ¢$•R¾ßmØÀ‰ó²Ð´LšÆBÏ+‡a”ç‚QçkîîêïÈ1ÅÕ`ž¸Oº‚S¨?¹¥iEëýAÐlÖ…è&ªx/®® !ô¶6Æ(u$^'»&MÓ(ªÊ’Ô-mZF-«¾§z»†U¯âå xšeíIU¥”Æ­uEÇK”tßFkÝVMÓ˜všFW«²t$ zO·:"¢$ÚívP)·ÿØö*žÍlºß+ÑL;ìïlÀM’¸ý"™f¸†cÖv{j´>¾ÁÄj½.+¯Xk1¾l\Û8Ó´Jo7ÔòJ¸ŠL£µÑáAí7ô|Í×ýQýw"&]-¦ÇÚ}¸‹¬Ì­cÅÀ„¨”²Ó·–' CY’²$Ã0L’xàéq‡Ë¡”R”D¸&{‡$I¬õN­çñwzaåMRJÙýöŒ›Äý­š¦1j9Èú9¿RNâ8ëRiš !Ò8ö+ÁL;ÕÙ4Mã]®F[8T’ÄùdIö^Z™rü{lGØÌJ)‡NÛO¹“èêºçyBQJ…é^{šó5k÷GõwÌ'^-¦Çì>ÜÅì>0·)¬µý‰ßZ» ¤ÿÿdƒkú­µõ­úÐ=çsÉrqöÅ}¿p:Cß,›Ù#­š¢1£ÖxÒºá/"ëx‹žÈ:Bˆøy®VgÚáÐÎZkuk'Z­NÓÂáFôtúF«Uc´ùZ )Ãå•ndŸq'B»ouKÛýö32â|ÍÓýÙÏìä«À|qŸt§p5só¼ Žãþ%:q{^П´òà•¯ÿL½%]­M¢ÑÕjóic¡$zo (î7’<Òª)3JГ$–‹e!„\,'»F”ºO¿Ã!Í„n6¢Õ•þ§ÚáBÿïØlrO§ï²\”ùäzš¦Z7ÖÖ6æØ‰¢¹ÝPJù•H”„ÈDíɤ{ûÌÒý—qfÌ;óÀ]¬.榔Jž›d׈LˆL$»&y~d¾ii›Y›YÓÒ¾ <=¸¢´Öy2³ûV÷­·Î#Züúñ&÷®ÎK—þüç?§{i;=ò¨ìôLy‡ÀM¯/¯LYå^ºté«ÖNá à;èôåwù\[[§¿æ™(y#4φ¿2öðów?»/˜Ý‡Ë¸SÎa ¬¢>-¦¥• mfµÑùý‚N^ªõéZÙVxL;óÀ]ÔŸ¸˜—ýYºÙ¬½)$^†ém=­ a½J0þ&ýSrüe™Âû `θOº‚S¸qѼŒõ9Ó[{“e<§Ç_ ò•ëôÀËÆyà.îÌPdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸ'ħêÂ]|î.š×—W¦ßøl?“ p^0»w‘õq1/ûi¸ÐÔÚãÚ>ýüv¼é~ºõ´^TKœ=³6¬ðŽœùÈœ~Îï7&ã0mÜ']Á)ÔŸÀ¹þMF yLË„jeãÚ3ù•ñÄD¥tEâ‡;¸“ÿJ^( )¥W Ô’êýÈ?˜øòŽÒ8¤ð¼@-+Y’î·¼(v¿íU¢þÉÛÜûËiË„Ù5É^,¬Bx^9XRžç¹0Vg0 ™ØzZ[[;<®Þn†«‡çkëImmmãh;7Æç™]˜>î“®àêO ßÊv߯±ÙzZ¢ª”òUë]fãÝXoë(Š.ÎÉídÃG㬒–ÖM!e´Z•RŠL¤ilŒ¹Pgd [y‹åt/ö*Ažþã½v˜u3Wº{^ùœf}¼ qŸt§p5…‹R-‡¢dŒ1aŠ£3pf×$Ïc‘Y¯äÿzœié$‰EI¨+jç™9ž)‡îäÈQŒI’XdV½¦ü%•?˜$±1FdV.–Ã0ì•"Ó4é°w%©–ÔÖóÚÄÆ ÍǶ¼ö¸¶†Cï±þ™ø¡ÛOð¼/ùŸ×6Æíÿ ežÇk‡œ²¾Cô´Öš–IÓXáyå0Œº 5MMkÇZ+JR)åûÁÀÞÒ´}8]]^%ˆ*¢Ùlª%¿›z…°Ö6›µ«ëµ'ݾw¬-/Jµ¼bmÇìa‡"Ù5æ¹™ðý@-‡GÚ¿Œ­Ie IDAT !üʑǛfÀ'ŽÌ˜Keè Šc“w<ÝOó1ô*ž"Ž“ P³îÐîÛævC]QþR0÷ŵ>¾ç‰;1æpc÷Ð~‘ä¿­1Zw§ç§iÒ@b0»F.–Ç7¦>’$n¿H^FËÇ<>ÊÐí'øñˆ?rÿi]­_ædŒI÷»‡ÐÛ‡‡ÐÛ µ¼®†"Æhmt¸ !´Þ —•W ¬µÆ˜ãqßóʺ¥ÕR ,àQJ™ÖNt÷1êJG^ß“]£·žWÎ_Hv ]¼—FW»í4Æ(¥ÛìñÉ2é™1—ÊÐAö*žnuD&DI´Ûí Rnÿ±íU<›Ùt¿V¢™v˜¦©Þn„a5/滘 ÿ¾>~U¿2'ì¤$|?HbsXHÇÆ¯¢4Õ€›–NÓ¶ï6³¦¥óË2MÛ~¥<á”ø¾›ùÔÏøý~†¸3ÜEÖ $¥ìØÁã$—C)¥(‰p9̧Kë'±ZeIÊ’::q'Iw§¾J¢aåóaJ)»ßž¾IùÔZ÷¿'µä¹éM¹zš¦ñ®é­¢.¶åceèö|zù~†žÓ0ì¢Â5ººÞ]p_J…éÞalGØÌJ)‡¾Þ’wDë­'µ­­º1Fdyà‰’H÷â|Ú5MÛ½`§fCý%ÕɇÂ_ÒÃv&I<´ý½ÇçðiFfÌ¥2jýJ9‰ãüª ”JÓT‘Ʊ_ fÚa’ÄZïDÑzžõ羘 ÿ¾žxUL³“`I™ç‡šçq°¤¦Ÿr9h·»£š÷HÑn§åËFxÔ÷ݬ§~Öï÷3Äì>ÜÅì>P kí±ך­µõ­ú„gf¶÷"õÐW«'ï¤o£~õ£OÕ¤þEê™0}óÁcžn­Õ­hµú’Z>îñ)~ n?iÀgªñf:§vßê–¶ûíÆG«Uc´ùZ )Ãå•!ïÁ- ¥”P*UcŒÖÝ7§ª¥•|‚ßÓ¿Fb0"º#íÌìðögvŽÔ3ü™Ñ—ʨA¥uÃ_ DÖñ=‘u„ñó8\­Î´Ã|â\.Ê“^ÌE_O¾*¦Ø‰”Ò[\Èßç¿«!oÌ4ããU<ÝÚé&òÕj>PiÚÎÃú¸CÏò}7ó~Üû¤+8…«(PÇžWüÅY’ÑÕIïß-Ikmïwðß¾w"÷09¡NÓ¤cAsëImÂÓ3¡›hu¥ÿŸŠmù( ¥#͘¢Gü¤û}ˆævC)åW"Q"µÞ¨.Ê<»§iªu£ÿž3CÓX¸nmÕz™LaZ¦—Ãf-SÛÙ«Ú_ÜM™FÌÌ—¥y@O’8_i&ËÉ®¥îãÓï0ºZm>m,”Dï…‘™.摗lj¿¯§¹*¦éf°¤Œ1Q%0»Ixð:Ôã#åBþÚ‘çy"ë¤{©” óþ$)ìÔ;ˆûîÃ]¬. a÷mþ´ã뛃+Jkÿn³ûV[Âëûii›Ù|ìßÖ“v¢ü »A&†îaÖ& äxc×îzzs»(5°²¼Ø–NEecLž!´nNÜ~‟pÿ‡8Úk+K ¢”ïªoMÿÁ(å<¾Ãf³™îÅyš´Ö£ûkK¥”y>íòúýCÑ{Ï€ŸŸ—ƒö/ÁÜFÌÌ—eþ,_™–._ö„å²g¾6¯fÝa7ãçq²k渘G]'ÿ¾zU,”Ždåiº™'õd7îÕHÓOPñt«;ª¯tk'8Xò4ë)+öÔ»†Ù}¸‹«8‰üþ½ûî¯]]?~ï?)BèíF>­¥ÔÊñý(¥LK7·ê¢$|_‰½ö¬;ñ—T'3Íf#¿¿Í„_ºS4Iý`Ï+÷¦G=½¶Ûi{çàWu¾¨Ø–†¡ÖzëI-¿I¼7aïÄ?áþ¡®¨vÚ>ØUÕèö¶]R]QñÁ2åಧ›ƒUÚÃ/’x×t“PIú•rö¿mqaaQÎÊËž×|ZïÞ™ç `è¶ÿi]äwæQª¨ïšQ#3åe9xýÁγnåãyåN&ü ˜c‡²$£«ëÍf½“ ¥ÔLó¨Ëãäß×C¯ õšj>­w²i¿Åº»ZR;ZW£ê¬?¼rÐyfòQíŽv9˜ï”{ê›?õ}_qûÃ[ýx“ߎpëê¼téÏþsº—¶ÓøèOÿ`à‘þÀ|àüz}yeÊ*÷Ò¥K_µvN¿…ùÝó›ÜŸ’ÞnÁáí8Áe†©7Bóløk?p÷³û‚;óÀeÌîŽ0--2a­ÕFû„6|I[Û!ës™á qg¸‹Õe¸˜—½ƒ­ZÞÖӺ֫OíqmAÊþÈ€Ë g÷IWp W#.š3YŸ3 )Ȱ‚Ÿ «+¹Ìà\Ü']Á)ÔŸÀ™ë½#–¯BÜ']Á)\À™#ÖÀyÇ}÷á.Þ;PdÜ']Á)ÔŸ'ÄÚ}¸‹Õe¸8F-‘àÆ[×;}W<+f÷á.²> ëûWNt§Tf÷á.f÷qá~¦¿}“Aôó}ÿ„{`vî"ë÷IWp õ'@‘qŸt§¼õç¬oÁL÷Ó­§õ³zãæ™¿aôôÀ{d(î3»§\¨ú³:MË„j…Ï6:¿îÆ}f÷á”S«?kk½ÿ¶¶jZk›ÙSîl/ßÛý¶WñÎYÐÌÄÖÖ‘¦êífÿ—[Oj";¯×áøÒ‹bà8îÌwæyÓvfãÝXoë(ŠÎ¤×ó‹KÂ[,§{±W òôïµÃ¬û&Ý‹=¯|ô‡ 8‹¸Ï}á”3¹eIª%µõüpÊÖìšäy,2ëU‚0 óÓ45­k­(I¥”ïÝI’XdV½¦ü¥î]r“$6ƈÌÊÅr†RJ!Díqmå ežÇk7®mÔ×ò?ÅÑ ãüïy5’oÓÿO½ÇWÂðø!„¦¥“$%¡®¨gfèDuÿ6GÖñf÷6Ç&ûé~šQþ2E'A fݡݷÍ톺¢ü¥``½·Ù¨¥iFcüŸôþó5¾UÇÀÄ}²>œr6õg&Ì®‘‹ånRß5išFQU–¤niÓ2jY !´Þ —•W ¬µÆ˜<îs¸±1º·Ëö‹$ŠªRJcŒÖ‡¯´Ó4ºZ•%ÙdûCáôqè!Œ1ÖÚhm]a´úDcLºßÝFon3ªãC›-„ð*žnuD&DI´Ûí Rnÿ±íU<›Ùt¿V¢™v˜¦©Þn„a5/zƒ$qûE2±…£z:~4&îðøI8_s´ €—µûp×ifýÃåûOjÉsÓ›”“8\¥”¢$Âå0Ù‹{O±a3+¥ìmœ$qwf½$Ôòá´nFùt»RÊî·{«åp 4Ïmè!’$Î!K²¿=G2nÞæ’”%Ù?=¦ã£šíWÊIça=P*MS!DÇ~%˜i‡Ik½Eë½÷0ôj€xׄ«ÑÄŽêéøÑ˜f‡ÇOúô;ajp&˜Ý‡»Îdí~>»ß› ·ÖÖ·êÇ·V«ÆhóµR†Ë+žç !Df{«hF}Ÿõ/;ñ‰¿•Ñמ‘DZͨŽÙU(­þR ²Ž·è‰¬#„ˆŸÇáju¦æçrñȃÖZÝÚ‰V«Ó´p¦žN¿Ãá'}Æp–qŸµûpÊÙ\%¡”ÚzÒ],.K2ºZ=žå¢Ì§™Ó4Õº±¶¶‘§Hkm‘!þ¨…þï×iÞÑ[:lµv¦mFu|Œ< 'Iœ/…’‹åd׈R÷ñéw]­6Ÿ6J¢÷æ‘ ÝlD«+ýOµÃ‘£4i4&¶pøIŸq'œ2î»wÍê²Ls¸v?¸¢´Öy:´ûV¬ùî=˜g¼üʺg´t!ùþH_,cò´ªusâÓ}?0-m3k3;ª=ýÛè¾í£:>^à+ÓÒåËž¢\öÌ×&ðÕ¬;ÌsüÜuÊk÷{éÍóʽ•ÙþR „ÐÛ|bX©•nª»ìéfã`÷ÊÁƪ“™f³‘ß™çä­R¯©æÓz'ë®5 ÃPk½õ¤–ß&ÞkOxºR¦¥›[uQ¾¯Ä°íû·QWT;mïø„#vžiÏ+ !<¯ÜÉ„sìP–dtu½Ù¬w2¡”j§ívÚÞ9ˆÎùhŒÚá¨Qš8[8ô¤œ£ùÆ €—ç’ïûBˆÛÞúèÇ› ܺ:/]úóŸÿœî¥íôÈ›&Ë^0ðHjç ‘Cå÷µ\[[g(ܼà¼ñöMΠ_žÕͳᯊ«7ÂQÿôðów?»/˜Ý‡Ë¸Oδ´R¡Í¬6:¿CÎKM«£8RƒÚhàîÌwQžÜ‚ô¶žÖ…°^%x©7€?/ªœÚhàhÜ']Á)\'ç/ùjr0€‹‰;óÀ]|îÀ 1»wq5âB¹ñÖõüýXˆÙ}¸‹Ù}\¬¬…·ŠÇì>ÜÅÕˆ‹£cí¨;©pÌîÃ]Ìî÷IWp õ'@‘qŸt§P÷IWp õ'@‘qŸt§P÷IWp õ'@‘qŸt§P÷IWp õ'@‘qŸt§PœŸª wq5ââ¨=®1€¡n¼u½cíÜOgvîbvõý+ê${`vîâjÄ…û™þöMÐÏ÷ýîÙ}¸‹Ù}€"ã>é N¡þ(2î“®àêOœ¡‰ïímî§[Oë¼×pâ>é N¡þĆøé70-ª•k /Àõ¸Oº‚S¨?1Gšo>­<Øì›zŸÊçØÀî·½ŠÇàÎAÜ']Á)ÔŸ˜GI¤iÚû*ÝKÞ¬xŒAœ“¸Oº‚S¨?1µ¤Œ1½/Í®QK+½/{ÓüµÇµ$‰·¶ê[OjÍfÓ||IÿZ‰ô¾¬=®õ7»&–Öúø–œeÜ']Á)ÔŸ˜ƒW lÖ±û©"MS›uF­´i¿H¢¨ºöæ†çyÑ|Ê ÄÁÚžkù_’]“¦iU×Ö6„¦e8#‡â>é N¡þÄ|züñ®QK#?‰0 #)¥B)e÷Ûslp\œÄár(¥%.‡É^®,Éèj5M°vî"ëcnþ’Ú¸¶á/vÜ®(­uþ¾^»oûWüóV]À™`vîbvç°Ì„z»a­•R*µÂ˜Šû¤+8…«³õvØÞãÇÿrò ¶ô—‚<ôOÙ6N/î“®àêOÌdâj7à¢Ç}ÒœÂÕˆ™æ8ŽûîÃ]¼w È¸Oº‚S¨?Nˆµûp«Ëp¡ÜxëºïûŒ XÌîÃ]d}\¬¬E1€Â1»w1»‹£c­y¦@á˜Ý‡»ÈúEÆ}ÒœBý pBÜwîâjÄÅ1ñ3еñÍë"³ ;pa©7BáÙzüÈ_šÿý]¬Ý‡»¨?q¡œæÇ„©×o€ó’õwž™Ââ>é Nájàåiþ5Á};ÏÌ ÷ÀÚ}¸‹µûEÆ}ÒœBý PdÜ']Á)ÔŸ'ÄÚ}¸‹«Yº¸7¯0¤@Ü']Á-ÔŸÀi:å›87ÞºÞ±Üx÷Bcí>ÜEÖà„Yß¿¢ŠßoÆÐž'ÌîÃ]ÌîgÞ¾É ¯ ß÷ç{¢ç RŽú×ö~j­Y‡>˜Ý‡»ÈúœLˆÒÀœðRJoÑ¥†ê\`vîbv€3Kü™ÈýÛ¬»ô_–zóýVéy^º'„`ŽßuÌîÃ]d}¸fÖ7³òæWçšÍl²§/ÚiÚNÓv²[k…°6BØ…’ð<ïl×ñ7¶õ¹Ûóécvîbv€³ÒÉlú¢-¿±àùÞBI aÛû6}ÑöÊe)¥µ6ÝO…B.Ø?¶å‚dÄÎGÜ']Á)\˜_&Ì®Iöba­ÂóÊÁ’ò<€)¥{©üÆBPé½ÙW–¥,É$Žý RØ}Ñn·… %Ù]î?Bo¦|¡$DIz‹ Aà3Âg÷IWp õ'æ¦uSH­V¥”"ic¢(bd`6³6ëøÞà'ô-H)þ7‘¦©\”²$ƒËAž%mÚ¿ÃêjØÝsǶÓTk.+Qâ5Sû¤+8…«sKÓöÚÚF÷'\Ix• ªBˆf³©–üÞGÌZk›ÍÆÚÕõÚ“ÚJc:Ö–¥Z^±¶cv°V.–Ã0”7¤KvynD&|?PËa¥“½XáWŽ<ÞS{\Û¸¶Á©p>dÝŸŸìÈGt-”¤,-ˆüm»wï±³|Œ—\Á‚/JÂÄ©Zò…mÝ+ú¿llkåÉ^ÜɺÕBü"I÷ÚùOÚòåî ¶ívš$q'åE,ùû‰ímœÄmkJÂ÷ƒrÙs ™ö,„ˆ_¤i‹Lx‹å`ÉïíM] †nïVÜ']Á)ÔŸ˜›ç•uK«¥@.YÀ£”2­è îcÔ•îÔTûEEU)e²kôvÃóÊù‹É®ÑZ÷^ˆ÷ÒèêºBokcŒR*ßOºo?çØŸ†|œV'³¶Ó‘ßXÈoÎ3÷¾ƒ²¯[Zˆ KzRÛ—Ãü§tü"µûü58N·Ùow|‘Æ»q÷Çòsã_ Ô7<‘‰8NDyÜQfÚsûEj÷ÛJ…²$ÌnÇIoaÒÐí]Àyà.²>憑”Rë­'µ­­º1&ÿ¥åyž(‰t/BXkÓ´í/u«ƒ)|Iu²îò/í~»oÏ¡,IY’a&Iœ?˜$ñÐÇû1µà<)‰|ÑŽÂfùÖfÂZÛ±V–„µÂfVX;çyJ¢3ÅU zSÓiÚ–‚|ýOÿÒt—½vÿë Y÷zð#‹ŠYöœ¤í`)¥|?í[Å4²%œLÒÅì>Nò³M)%”Êc½1Fëf¸ !ÔÒJ>ÁoŒQ}Ÿ-?øªkßOÇþßI½U=RJÑ{;³Ã€sËóÊqÛ¬ã-–EIˆLØ,_Äe)óP{¢Å*™X(ÍT;Ö?béÈn»Éû5ïÅI‹’P¾’ß×Ô™öÜÉìŽ6“cuæÐ©dí>ÜÅÕˆBH)Ãåpk«{ |¯â #Lˤi; ÃY÷fm7Ù[kßdV’Às*RÊàr¶ã8Ž{Ñ<3é¢.”墴֊’ùmyf·¹XzÜQ¤°™²Æ R-)!DûÖ<7C~Úgsîy¡$Ãåà|ýœÿ ÒœÅê2Ì­Ùl¦{qþÓÜZkŒö¼Ãß+J)ó|Îåõ¦¥mfmfMKû~÷=¾hÝ}\ëÃÇûñ‘[ΗüÃt½r¹|¹œ .—ÿ ã½D·vº«31ëë™¶cã8I÷Ú*è¾·ª¼(ãÝUC&6£žèyA¼ç‡ë_a?ügõnb;ƒ u ™öì{e³çƒc;Öì&3u¿ÿÓ»Fý½pÌîÃ]\˜›R*Þ5Zk!„(I¿RÃþ»p.,,Ê¡¡|¢²ç5ŸÖ»wæ9(”R¦¥›Oë"¿3ïÓpþÓ¾RdGV ÛLå²ýËPÿ»–¥µ¼ KÒv7ž*æöî»ß{®"X âݸ‘Äù]tÚiÜEý‰¹yžçy#ï²Ç&<šÈÞG;êËü/½w÷)0–Ãã÷ßìßoÕpžÂ~&dIˆ’<¾fE-)‘ ýLçï’’%i'-æé¿ýåq²$Uß4I~ÓÌ¡Ï àó¹¶é}Y.{½ýL<ÐL{µó1Ûz|Ôß_nÜ']Á)\x’$¶¶ãU†ÆÉÄÀìþa8^ ¬µæk#¥TK~œŽ_¦òRc.†Ä}ÒœBý‰ÂÕפŒV« L4fŽZV6ë˜gF–d¹\&П›¸Oº‚S¸Q8VÔÀ4)_fB”¬!Ãp¥Ñlèg:ü˰¼ÀÉÎIÜ']Á)ÔŸ(ÜÐÛãPÀÐ?~E~&¤ÕÕИdª;èѸOº‚S¸Q8’ýx7Þºîû>ãÀvÚBL˜°Ï—úK¾øŸ-x~â>é N¡þN;ë_ᢄ, û§©o¨Ÿ QH”p8î“®à®Fà4u¬5Ï4ã@!Y‹ÿ áSuá.>Uà„˜Ý‡»¸q‘ñÉ€B0»w1»PdÜ']Á)ÔŸEÆ}ÒœBý pB¬Ý‡»¸xI¶?Úyf‡ ÷IWp õ'.Žo^W¯qÏ{d}¼ä¸Oº‚S¸qdÜóÀéñ—”¿ÄÃEÁÚ}¸‹µûEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸ'Ä}÷á®9®F>«`dÜ'ëÃ)óÔŸ|V@ÖîÃ]ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜ']Á)ÔŸEÆ}ÒœBý PdÜÏÓò§#R÷ótÅŸüéΟ8‰Rþ¿ëoÝL÷$¿!Æ IDATR†çBãi­ùo Æ`Ú¸ÿè÷_0Àô®¿uS.Ê~þà¥îzw?»÷…ï|ç=Î0¥²´ÓøøãEåêQûŸÉ_pž€Wq î î îÏïÞ/ïïû·Ælð½ÿ|ëÞ¯î¿ìf¼¾¼r¶Ý<ó˜FóisýÍõ±êÿršnžfw^Æi}Ù—Ê™7øÜuâ¾»¬µ÷ÿÇýŸüøÎ˜m~òñûÿý¾µöÜŦ™ºy.F`óî~ú³»_µv†ŽÆ”Ýt§;¯@4Äý!~úóOW¢êJTýô矎ÊýÖÿú›7N’EzÏíßÉ£ßתQU)5æ‰J©ê_…µ?ÔNÞ¯Üý_Ý}yåþÌýÍcî¦éæéŒÀëË+ùÕµõÛ?º¦³}›þw½¶¶>j4¦ìæôݹ€z£JîsÆý_ÿæaýI½ö/¿«ýËïjOê¿þüáÐͤ”µÇ‡¬ö‡ÚI> ?ÇôÇÄÚãG×ß¾>ñ¹×¿uãÑãZ!ýBÜÿ̓Ÿü—ŸÜÿ̓S;1SvótFà«ÖÎW­G¿ýÂZ{ç“Í™ša÷mß§;ÌßÍiº€yâþ¿øèGùK¿|ô£¾ø†ïûß¿uï—‡óß÷~uïýï¿ß¿Á½_Þ[sc%ªÞþÑÞŒחW~ý›ëon¼®ÜüÎMÓ2½ÇûŸÛû²±½³þ¢Þã[[õoß|=\Ys£?­Fÿ!j4…ô«ö¸V^,ßúî{e¯\{\?¾ÞÖëkë÷ÿùAÞÈ|.|°™øé'›ÕµõêÚúO?Ù™ßýnÎ:zÅŽ@ί›ŸlÖŸÔ{‡¾ÿO÷×åë`ÿ€ôKÏ”ÝÕõk½.?ü²{öMˬ_Û?h-¿óñf5ªV×Ö^À™uÌ;Ïþ&õØÑ÷9 îÀPhϼ=÷~uâ>{Œ1üàƒjT]‰ªßûÁ‡¯í¼ŒAg÷õ3]]íæƒêêŠ~¦‡nvý­ëi7›M!ÄÖÓfš¶¯¿µÑû×ûÿt¿¾Õxøëõ'u‘ÙOÿáÞaž~²õðó;ÍÆÆ›·ÿ~Â2ît/õ.—kŒÞ~ÿÃ÷¿ÚÞyøùƒþ8Aº—Ò¯_ÿæÁ­¿}Oqë»ïýú7÷ïýí­ÍO6o}÷½üUˆ|.|`³O?»·Ó2¾üâÑ—_ì´ô§¿œÐýnÎ1zŽÀ([ÿÚ|øå£¼³C;Ø? C×5MßÍ¡ÝÙxscë_ëBˆ$‰ï|¼™‡Ë­­o\Û¿·#-ÿå=cÌ£?üîÑ—_ÔžÔ ¹bçØg“z#¶ù³ÍƒÒeÌs†zH{>»—ìÆþP{ôÛGõ­ú4íÉ}ðáïýÍ»õ­zãIÝ÷ýÍŸß»ƒ3}›€“XX,oüÆŸ*îÛ}ë-zùß½EÏî|Çä­¿ýàÞ»/„øÅ/qëû Í7?¹ã/Þ¢¼ó÷w~÷ûßõþéî'›¾H)o}ÿ–þ÷ ‰ÓfGŽ.K2Žãd/öýàîÏf^g2±_ÉnÜhê|ÁÉõ·¯7š:Ù=ü(ã_ÿóƒÛçÁ?ÝßøæÆøc}ñÛ/6?¾ãûï›o~ñåã»?ÐÍ¢Foî3+„HöÒ;Ÿl®¿¹Þ{dóãŸøob§?›cº9ÔÆµõúVSñÅ¿<’R>üí#!D}«¹ñæúø½iù—_l~|ǯt[^ȘϱÏþ&u €­úƒ~ð‹ÏîÎ78—ßO>¾ãW<¿âmöEí‰ûüÝo·¶¶.¥”‹òÎo×’ýË4PTÖ¯ýáwâ e•¦yŽ\”é~êyž"ÝOǬÈ÷;ïÜýìî£ß>Òÿ®ü÷#áqÿõ¼1ôYÞAÊ‘RN¼ûŠïûñ‹¶Z ò/ïÿêÞ§ÿõÞ½ÿz¯ìÉŸ|¼¹qFã8öކ§ùúuÿ7¿NÓt%¬ö?ò“}”ÿýÿãþ{ß¹®†Ç0I’@uÛ¨ I’ñÝèæ£WÔˆƒ…"žç­¿¹¾ùñ¾sLÓÁéÏæ˜níÎúÚú7…¿|x÷ç›÷~yÿÝï¼Óh6îþ|süÞÆ´¼+vŽ}ö7IaZæÎÇwüÏRÊ‰ÏæòSKj¦öäô¶ÞüùfóéRðe (0뇫Õâ~øFØØÞÉ“tc{'|ctº-‰[ÿùÖ?¼ýÑß}4°ïÀüÏÈ4㔄µ6Ï:ý«8ª«+ÍÝRKïtÛ†ÿøË_!jk·t»qð²EóßšÕ¨zÂ~ÙÌ~ñùõ'ÿo¯ÙÉn|ý›ýð}Y’Bˆ‡¿yðÎzÏ[ônMºs¼ïû±‰Õ²BÄ&ö}üöÝœyô Ü4÷šµƒ³vshw¤”êJðè÷¤”×6>ýì^í5õZ_6SÚ@Ëç¿b‹Ûgš¦ßûÁwþiÿ–'lÙ5ùfjÏ­ß¿ýá÷þÛ†·è¥ûi5Zyƒ ÌúA¥ƦZÌsóëŸþüÓd7NvãOþéÍÿóæ˜ßÿþ­¯Z;ï‹¿ïþÍ»ýÝcŒÈ„n™>¼=þ Ñ_E÷ußZ›ìÆý+}7®]ôûõÂüð¶i™Þ;_{ýþwׯ.°úþʼnýzôÛGÕ¨ÚŸ]ü¥ úWá£ß>:=ÁÃÏþúó‡½÷({žgÌ·!Þ|ûÆO6“$N’øÎ'wn¾}s|÷º9ëè5Ó›µƒ³vs ;=ë×66?Ù|çÛï!Þùö;w>¹³þæÆLƒvóí›w~¶™ìÅÉ^Üß¡9Ƽ¨}Þú¿n½ÿƒ[QÍô4êÚËÏÎO?ÙLöÒd/½ó³Úc­õ=OzÉn|çGw^ꠀ²þåU‚âþ»ÿé½õ7×7¾ucã[76Þ\÷;ïÌÑ‚[ß}oã›ßûþ¯¯®|ðáïLºýâÝŸmÖžÔV¢ê;ï¾·qm­÷øõ·6ÍF/Ö\¿¶ñ½|ðúêʧÿpïÞ?tW9cMÝ[Oßl6££·™²_÷ÿùÁ»óîà³¾ûÞý>¼#§_ñ¾øÍƒ‡_>¼÷Ë{Bˆ÷ÿï[7Þ¹y<[¿ÿáûjY]ÿöÍëß¾©–Ã÷?œðjÀ@7g½¢F`z³vp¦ntçHÁðæz²—ÞüÖ !ÄÍoÝH’´· kÊAûèÃ÷ÕR°ñÍ×ߺ¹Ñ÷΄YǼÀ}6ÿMßþÑ;óL|î¨k/?;þR°ñÍëo]_¿Zí½ò6qŸwv÷§?ÿôõÕ•wÞ}/ú?Ö^ê €¢²¾âá—ݼz)_tqûÃ[ï|ç½óÒŸ{¿¼ßü·ú?ŽþЫï}ÿVô¿¯÷^axïoÞûàï÷>ìé•éæçh¦éæ@wpZë[?x¿Î‡pbe/h§ñÀƒ?PT®ºÿi²~þåG¿y^ã>€Yýôg›ïÿ›u>ú»;+¡ú ·Âà•ˆû£²~¸Z½þö;bÊ·ê8ïü+êú·¯[+®s㣲¤€WÁ˜¬ß{«.q¸n}÷½[ßå<.FÖ¿¢zŸ­ôŒð*e}Ñ÷V]â>ðJeýþOÕ%î¯ZÖï}ª.qxÕ²¾çu×îwߪ{ý­›eϽNäååêÀW¿|Ð ÷¾ï-z£¾ìe}Ñ»ï>€W‹y€WÖÿ¿hH’3¸IEND®B`‚caja-actions-1.27.0/docs/help/de/figures/cact-mimetypes-tab.png000066400000000000000000001030331433352025300242470ustar00rootroot00000000000000‰PNG  IHDRú&lf pHYsÄÄ•+tIMEÜ ,°c:|tEXtCommentCreated with GIMPW IDATxÚì½_hç¶÷¿öf K À ¸0dB ÓÀ–8mñæ"*9™ˆM4¢…SµF>»½Htr‘Ÿ’²ính£lH«nh‘'Xâ¯lå"yC6R!ÅSpéA ó@³ sñ^Œ,˲$˶dÇÎú`Œ4šyf=ëù÷}þÌ3¿SU†a†a†ÙHø;‚a†a†aö…GëKò¿˜?›ì†a†a†ÙgH@‘G«Ç<À¦BŽ þqD:`*ì/†a†a†Ùx+rßÿ´"ô-…¬‘= D{™²wØÏÊâÍ ÖΗ؅ Ã0 Ã0 óJ³"÷=ùY!z<4~2)#YÏmgÙ1Žè•*†1}#Z~\œ¾•µ‚!"À‘ÝÇ0;À\~ÆÇÆ9¾¯sãõjÆqO{>ô‡Pâ\BS5? ¯B\^Y¾nõÃì[¹OP_ÉCñÓQ”<Ôéæs*ÿdÊž=ÿý\ìtÔ8ú,•ùâæÈ…ôì<!+~†é®±çBÿ < goeýîömG·/b§cþ>Ù¿eçïÏï åá`þd¦®¤zhÕÎÇk³Îß]Ï£„±3±ÈHDÔ@T…õÔJ_Mo9@_ëO]œ²žZûRCתu°jg˜×Ž5‹yüõ9ˆÂ ¨ojàH¨Ÿo*Š.ü·ñW¼Ù¢â<«}8›¿7¿‰½]vŽñ¶;kVÉ^/Ù"^=­o7pþ«äy búzZÔsßåÒÓD¤ÑÇÇÆ·ã\ßúÅÚå"Ö7ÖC›ûŸ¹ÞÎÍ=ÃìMü1ýšÜ÷¿h‹?•T#ÁÒ< K‘в%¦í‡•r!|Ô˜þnÁu hœ`¦…‡…Ø©XînN!ËrìTlþ‡y_rÕËQìT,v*¦©š#œüý|]M>øŸ0úo£õÏ3_Μ}÷¬6 YÏ­Ì­L}g­v!´T{î•ù*?—äÑ5Þ2&ôC:JXþ©<—Ÿ+ÿXöO«‹ ß¶MúCHSµâB"#ãFùÇòújä#©ÏR Aæ«Lòãäú›6:b§cc§Æ4U³+öü÷óùûùÆxµóÛf)ÿXŽ¿/>.V*•&ƒ`ìôXâã!Š‹Ù¯²D´ÞÔú×–Îl:¹~»@ eJmÁù#ÇGâgâÚ FD¹;¹ùïç»±p žïÒàÄ{ ýž»“›½7[óÿOåòO«gnöÖMÑ©³—“±±3µgïÎNþi²]¬×—ÍÆ²Ó.3ôÉŸ¶÷‚íü7÷ Ów¾¾ýuÓ‘Î}ÔÍ%þiŸ×óûZ1ö<¨ÎæçiÙ†¥ýR4Ÿ9…§búa¥dƒµ „šµ š¦+2€[›à?þã¿Î»“ ÆOƒãgÆkGêÃfÄNÅ’Ÿ$-ËŠ/<,$?NÆNÆChüz;4qabæ/3ú!}òÂäÆ!¬ýÛð^Æ!#q>1&/NoÓ7¦Çÿ}<7›ÿ·qð`4V%£±Qÿ´MàŸ ù{ùü½|m°y­ÇÀƒèñhêRŠv›üS22™þ|ºñ_ÛÅkÃ3ý¯íRª)F;€›Ÿßôóg£å=÷|ç¬UG–e°žY-›Ãí$zK7Ž€é/¦mÛ€›_Üôtà חÍf†ÞæäM»á7¼Ã0Û'þ^¼þ9w'·a¹‹¿_:\{ùêÔœ·²˜Ç4Íú„¸šÕ‚;ÑKå2:”ƒT|N±š~D D’Ÿ¥'²†é@¥R™ùËLôdÔoì§?ŸË¢þ¬,&nl_õA½±ˆ5~6Ÿ˜MwªÚÞèLÓ\ úÆôÔ¥©ìí,˜?›Ó7¦ZZÕ½ñ³q_ ù¿f¿É¦¯¦c'c3ŸÏÔÏI|’€™ë3·[ÓÆ#Ê€R3ÞƒÊríȆ~ëœjíŽçïæÃ¡pòãd}Á’²qÔ˜üÓä°1ì‹TävéØôµ]¼6<ÓÿÚ9¥êgvv¾ŸˆåryÍËXúãùn {Ùö­j™ÛIô–n¬{Àï]4•Ó ±±ìl63ô;'wvÃ;rsÏ0;#6U´»i³\rÁ_ÌÓ< é)åªjWÉ0 GØ$ÉeÓÒ‚h‘¢ ê$¡ù‹¾q3Àûî3Ìfðø5U›»3W׫š¦b@ôxtØ®ýÞTøÝ‡°©{ÍÞ  g¾Ìo37f¶k€ãïŽ@újzÑ\\4ý-VÆßo|›Gò\’ˆ¦?Ÿn7ľgÙUV@Pë&mŠUã üŸ¾š¶+öô5ãß7¿¸‰¤.¥†‡Cáv×úæm“¦@Ú¥Ôšmä|û¹ ÚAmS–lÍó]f­Âhÿ°iO}M6~n€®êµN¬®m9»Ì ;© ƒíÓæµåïÿÞô×§»tøÚÈï[%€„¶ ňèCº~<&ô¨ûVläd$%Þ|bZ¦ÉÉÉ0›bâÂİ1|íÆµõ?e¿ÍÀÔ¥)Y–qäøÈ×ß|½©À»aS÷ºùÅMÃ0Ì%³ð¨P'JPT7ìØé1Y–‹ ÅFZ\(ʲLøc™¥r©¾kgÏCØÔ½rws©ÏRÆÛxPþg9}=]×j&üüð.ƒõ“äï®Ù÷#7‰Ä?ˆ7î²°°<ŸÌÜʤ¯§EÉ~“]Ó5Bív%;36þî¸]±Ó×Ó³ßÍö5ÕÊår毙ä'Éú‘äÅdêR*÷mÎ^¶ýe*uR—R©+©ôõ´ýÜÎ~“­÷aZ:³i—R›r~=çïÏÑôÓÝX¸5Ïwc0P•ÆßO|˜ˆÿ{|êâJ(„X4û”èù{yÀÏÆÖS+7›‹tãÿõtÈ »’“;»óe‡aö7êïž_Òùòß©ªª©Z}í~½:6?±~1µA=t4RËOL׃°¡O]JÛÏlª²âg†aö-úþàXO­ÑS£ì †aöþÄiÛÑ}Qs?”+Ï-ÓªÐØ™Xþþ|áaü.?k}†afÿqó‹›™¿fÌ%S?¨§¯¤ {+ËnafïÒFî{`-Yö’EDD4ÇÎÄJOígU ‰_°Ç0 ÃìGò÷óéëiãˆADæÏæÄù‰ÆÍL†aömó¬Eª=‹VYâÇs†a†af°ÁbžFXå3 Ã0 Ã0Ì^DjÔþ Ã0 Ã0 Ãì'~§ª*{a†a†aö%¿g0 Ã0 Ã0Ì~¥¶˜Ç|«ó†a†afŸPz\ˆ˜„ÆGua³_†a†afPþ±äàÅ< Ã0 Ã0 ³oa¹Ï0 Ã0 Ã0,÷†a†a†a¹Ï0 Ã0 Ã0 Ë}†a†a†aXî¿òf'ì3½žiZu¹\~çd”36Ã0 ðÜgÉÅñâ>Ï>L»ôéÉÏR¿.-²s†aæu—û‡‡†ý¿áPxôôøÌ!D¯¤aoÕFÝÔÃCÃá‘ÈÄÅ©Jew^5P׫#‘³·³‡‡†³·³ÛÔ.v„ácðV|t~¢þ™< ‹t“?_“ÎXýàú´36c'¢\?2 Ã0 ËýšVøui±´Pœ¾‘&r£§b»%£»4õ×¥ÅùûóÚ€–üÓ瀚ܿ“»ü_—³wr{:²,‡…瘯©ÿª(üP¨ëûÂ÷…ð±°,ËœÜBUjxÃ0 Ã0¯·Ü÷ADÃ0._IÅßOߘñZ–5q~" ‡ÂŸð…—?¦è²×/ÏÜÊDŽG‡Cá©ÏRDäìßà·: O^Hš?™ hi¿oXö›läx¤naæv6|,…SWÓ£Ëâµ)?ÌÞÉEŽGÃãïŽ[KVo½QxXP‚J⃸"+…‡Åúñv÷]X(Žž?l GŽGgïæ×'ÖÌçµXd¿Y.XTKl“³gÆò÷jr¿ô¸¥rí•r¹üÜÙ3cœÜ”¦>æ32É~›ƒµD›Í½«_=H]I…CáðH$s;»a8;@KSã¸[†1 Ã0 ó Éý:ñ³c……šdœ¸0ÿlq¡XzTTU5}cVVø£ìþiÙo²Å…R~6W|Tf>Ïô;ÚbYdneŒ·Î´´¿&yÿYÎß›¯G¡ø¨8ÿýÜü¬%kæV¦›xmÊ…G ù»¹År)z<:u)Õ[oÌÞÉ%>Œ@âƒøì5ëyZÞ7yq*y!ùë“ÅüÝ\]L7jÖÒ㢋ÆyžõA­÷Àö‰žˆ–ž”üŽYùqyäÿŒ,<.@eÙ66£'¢œÜ”¦~G(þa"}5ø  ³CéëéèÊZ—ÍæÞ™/2•göü…ùûóÅ…ÕÎÕΗ‚v4¥Ë«cÃ0 Ã0[àwªª€ùÄtÄVVànÖj>:ü«Ù,à¨JÑSÑâ£âú«Þ99úõ훺®ûB¬Ï­,ÛõåÑæ3}#]þɤj§vÅ~ç_Gw Úu#„È~“M]Må¾Ëu0 ƒýJ4]«¨T*[‹W‡ó}¡ ˆØÛÕÙ;³Bˆa#Üxäòg“™ù2“ù2£ÈxùJ:z<²&T*uoìLš{w|ê³T⃸" !Àƒü½üÍ/¦;;¹)Moþ-w¼Ië[KVêJ*÷]Mëo!•+•Š~PoÊ6;P Öw«º\CµcÅ“a†a˜~Ð{¹Ÿ›Í×õ_âBrêÂDæ¯Q9(‹ª‡"-/ÑT-÷Ý×Mb«¯È²œ<Ÿ ‹t6 KûÀ¶l<Û¶lÂd ñÚy?GswçGµýÁþÉ‹I”°ÝU†a|}ë&¦>›*5¬H}P­{cW0 fïæC¡„B¡ì·YÄÚñ“{/.åĹD½—øÑù‰é3—· P"ò{bY4t*Të™å–Û–½‹©ÿÊfK†a†azHÏÖî‘iš×®¦swsS'ëå ,£\yf§>K5ªmËZ}Þôìûg'?MY–˜KÖÄ…¾o˜#„ÈÜÊoé hgÿzR×Ó•e»²l§®§ÇÏŒw¯]÷Ãüýùp(ܨäÔƒZømcþþ|‡«&.NYKVãÉŒ‰§®¤*ÏlQ¥k×Óö»=Ð+ÆÎŒM>‰@d$<ó—ÌØ™³›u²ªjù»ùÙ»ùÌ­Úó ‰Éó ¿±aª…Þeog‰¨òÌn|Übüô赫éʲ¨,‹Tƒv>õ»ä•5Œa†a˜nèÁ辿$õCZäx´ðý|}1Ïôõékׯ}taBP'æ¨-ùM~’§*ù üç ?:7a=·ôCúå•ÞBÏ©¯^ƒ>É|~³&ãÚÐÎþõDF"±SãäÑØé±ÉóÉÎÁÖÙ-?ÔÉ~››\w—³Äg¾ÈŒkwUìDô£óÖsË8bd>ŸnŽÔ¹‘;;.ª4ùŸÉÎ4y WŒ^ûóµÈ±DFFÈ£ñ±Ñ.eâçîäÆß‹Pò|²ü£Yþ15µÒñëœjÓ×ÓS—¦fþšQÔ‰ó‰ÂÕÌ!™¾šŽžŒ¢„‰ÿˆ/üca †í$¯¬a Ã0 ÃtÃvÕef˘¦™8Ÿ,>ä'_†a†é1½yT·ó£~=ßq¥O¦¾Rv²[ú£W'R×®§“ç&ÈsÓ×§GOFÙ' Ã0 ÃômÉý=$XÓ¼&nÙ1RõØ™ÄNF'/N±O†a†yEå>Ã0[ ñAÜ_Ï0 Ã0 Óo~Ï.`†a†a–û Ã0 Ã0 ðÜg†a†a†å>Ã0 Ã0 Ã0}¥ö¨néq¡üc‰ÝÁ0 Ã0 Ã0ûPîëC†>d´;I‘5öÃì'J Š<—z†áRÏ0Ì>(õ›yÍ¿s—aöåK~.õ Ã¥ža˜½^êý¼vŸa†a†aö-,÷†a†a†å>Ã0 Ã0 Ã0,÷†a†a†a¹Ï0 Ã0 Ã0 Ë}†a†a†a¶„´˽ß)Làý†æÕ-}|_®å†a˜­Á£û Ã0 Ã0 ³oéåè>mx‚”÷æŒÃ0›Á«Õ.äJû9šô²¹ÞÃî‚pË0 ÃôCî“G(¡6¨w8G῱¥5‡8/„/,¨ë‹pE‹(ŠÌ9€a¶b@‘UXWþA ÈèT‰ˆÀs{]uZ†h¨ÜþFÞË®5ßE´7Õ× À}¹ö ‘rûªøžXq~À•äž{•<Úz†”G”†aú%÷Á"¼¶·’%$p„CDˆ=PüŽ#Ê?™. B¨µ½õZ3lª:(BoÊ›¬øf¥|u…-z÷Ž« èJ]‰D€Ü^Õ7²¬‚—\·JBôx<½ö² ˆˆA¥EUæiYà ò€ÖÛ‘¯Yå@àH@D®Kx ÷3 O (âoEdYÖI‹é‰î'[¬g- RÀÏ?~O†\Ï `Àw¸ë¹à‰*!"Ïo¼~P«Zˆa˜žË}¿í÷:+}P·žZ=Qüä"jƒº]q (C7cBÙ@žKÛ¼û3ž[TÖÅš:x…8Û1û·J¢*4U]íW…J´Ù^îÑp»×ªwáµ?¹‡•œvÅFEÕÁ‡¨µŽ DðÀ~nVž[Êz1¥ÙRèÞ ¢D@T©Oé«,ÏãRž[äàôÒ0ñçê8wbÛ`U ¢ÁR-WÌ„jd!ÈÍ+Ãì€Ü¯µˆ´QS Ú f=µ GŠŸª.1Ò»ŠÅ«RíEíö‹‰¦O,øq—% ¢f D!¡ÊrŸÙg¬äs˲Q‘åÚ¨*²JeY¾â—zsS׫1j½`^y@Õž-%¢—@(Éx@t÷…h-Žƒ²| @PA A/{°žž 7 TE–AЬºî?’K/\DÄ €Âzæ(Y–‰ªÛíÞ<’­<ÄU%=†`@ˆÂó€€ €à•¡*p)rÄÝÒ$*àÏ\òé«…qPÎ^ˆÕÛðXHwfçMð`ÑràDŸo_5Ásp JbVH€wª& N†é£Ü§FÜñžú ¦© Jh/Û{~<ÆðÚ…)Téûy+@_dȧb¨(ÖçÓ¾âg˜}ˆçoEIˆ¨jæÏ–¹dêu”†$e<¨ ´½]zÖíå5¡Øjq P•„¯}_ör•K»µ‹µÇI¥?(l é¦Uñ7š±ˆè:üV3CQ$"Q¥ÞlM#JP) Æ` ‚ª€µ1Yˆ€°a0U D$ÀJ‰D "Ûu/Qs‚zd/;Š@”6í…Ê#ü;,"š2›‚µef~ß\ØYͨ $8ÚѸmeå¡iN†é£ÜïÐþµª öà y€¢öïã8¨Š,ØwóÚûgªŽ}+£]œÄ?Ž(§böw³<ÑÌì?È[³û½¦éÖsÛ®ØPß0què½¾ò»7ÔëðŸÜ¥öN€<ÊvŸö*ÎV“uXÿ×ûúP!Dù‰ TYU”Hˆ+5jÑ©’¨’ý›­¿Ùƒâoe  58– ðÈDüf²‰²²RHøOJ€Gø[ÙÝ–ÜG±l[VBÇB+Ó¿èoéf=sápýÔâã’B‡ ÃõXíï2•e*<±@>€Ñ·Õ>Þ©j ; Õ’<˜ÏÔÀ³ÕCqûIL,MÉZ‚Çø¦‘ß÷20oK{ðŽA¥bßÎÒs *z^q—…(—ìo²à|"ŠõíJfÿ‚AÔuðÀYvÈ_’ׯrGxµ¾GË?eT4 ör‹@”pý_½oƒ}t²¬Êj °²,JBD ôcIdÕ\ù`ÕÖèKA Ðe(¯ö넹ý›ëCºªª]8"’š+RD4 v¯‚(ýßEsÉ â'‡G ­w!QOÆÅRRÓdãd< 5”àÙ¡ÓóšÖ”x2N¢À‰Â0µ†¢·ÅpG.y¥´¾K)ºˆâq‰žZ`—ƒ;9r¨=,ÐYé€HÏ,Ô8Ï1ûoµFÑ4­R±]"Ý€ÿæ#uP«o#Ó<‰çõ®ªñ¢Tïo[Ïy+íJdªíNm'.€Gú÷"®TëÕ€H‚H@P[UÒz´öܳ„« œP†êŠ{·Ý¶C†õÌr[¨­ÔŠ¢Ø¿­yS²,ËÚ›Zñq<ª½v—‹än`>¹‡‹àÁÈQmêßÃ}˜m¢Š™Ð‡bò`„È¡J$@Ô4ô°Vô=‡¨^‘@Æ„~,-žæ¬' õX‘óÃr¿‡Zƒ¶ÜõÜysÐQÔ=z3ÜDU”Ëå.¥I/7fö^ºà?†+Ëô³ kÇêP°¶‰b˜}  ö¦¿$çRmÿÙ>¼âÞ£Z ^óxsŸz÷¶Õ*Ûï÷aßýÇ4-×ú6UTheTE5@BZš÷wá Ô@2PÛrrû|Þ"¢*‰µ£3¶m¯TU!„U’e–t»Fù©- â'Œþl·ª‘µ—&m»¬4p ÏÏ!Ó[òH:Ê1•Y{©ä¨F–µ>Ãìè«®É#D«=­PÖ4µ¶„ÔsQ ¬‰_C£ë¼pá¹ÕSÍÎÂú~\‰È¡°x¸f± ö~èô°@¿X0À›î3ûÿáÈ5º–ý7jÙàýÌ’eeeïêö§ò¤ú"Õn0ÜÞ+ýMþ˜wû÷¿úŠ_‚½­3džÏ×jQdžª gáMÞŠøqƨœEÏ)G(!xDò6gnI–û7Ç©:ZP[™!ýˆ®VÕPºè×uÝ|bîØ \™¶™1Ò1¬÷mÍj0$‡ $ ¶•!³  )‡ÆA" y Ø?g+VQǃ“¼ ?ÃôAî{à¶ÙÖº²\q=G¸DàâBÏlQAÏBýM}›[ï#J•I䢌RmfŸöj@Ä€ÛÓ—zVýl’•ïrê§“ú­›ö¥”xX"µ÷âê¥TÉþkˆxI)³/Y¯zѪ »"ôCzq¡(ËZà:ŽPY–•^Èm@¯aé D¾ÐlU9ø N GEkugûΑ Úò¡=\èéÍ0âÊÌÌr,e‹$YQü!xš¨€ç¢¿È …·Ý4¡¦iÊâêÓÕˆ(›MY ‡ GhˆÈÛ!ì"Ñ£zÄÐ|ÝßסE9 USؙʣ”qb‰, @ù‡ÊÕÈñÎ< Ó7¹ßf1+yôÀÌQÐ P£‚ XôÀ\~àVa”#C‘žYáë{IFÉ_àK¶Í[ǶA°o¤qP“ß;«ÏæègêxD‡*U®§Å½ñ¬ˆC9N †é¯Ü§v;óx.y‘tÈ#—€È}ïý›8ˆHH £ÿ–ÍÕUž=nw›¤ƒÎ_fœ¿eñA„eAO-hX\ÀkK™ý¯õŸY……¢¦iH€GÚ›ša•ŠmÛ¶" ªÛ]PGž[—uXÛº±¶v¼ÃE½|µŸ¿phý*&ÿ £‚GÖÒ"UÅ^—ŸnP‡·'áÇk²d( ) É€@²AVÀsx6VE5@ÿ2éÊú6%!0,B]Ó{"" ¡tÚó{›5|,LCúê.@] rkÄì/WE‰È#9¨ ÔðФG2"Ç£äº ‚¨ºÛ,zÀu]—¼@#Áë4Ñí}ߨܻ$lY…U¬¥ÅµZ{²†üù© ¡L@/{9›áª!8>MKy|>0A¬mƒF.(¤Æ]c ‚Û^±-mYþ°ˆóÂjPðµÁÚÀ÷¥ /Ámèv‘¦ñÛ wUÆÃö^ú/òTñtŽ„-pXö×ìyþ{ß8Y¦r åΠ+H(H`I,+º¢Ë2n·Yz DdÛv“’wÉ…* âêÞÀÊ  >¨)onoUnWVü«²[‘ekÉU§ùW ä‚›Wn«£Ôåà}sWas7By@Ëvùq¡µ²ñü¡j|ç®< õFy¿ð\× Ö¦-±ñ…VRí¥"‹OJ¢*tý`ïÖIzàH %h •.[àUÀ@•TÂø¦æw„¶SY–®õ‹ED›ŸADÔè²Ì[ïsjku ¼®$»”²ž¤\9-£ byhŸaú"÷QBç9/:½LŠ<¢* i ptÔ­í+ o ûí#B½¬nwí¹$@ >A¬ÒQíM•“Ÿa¶Y¸/^R]Ù˲âzP\X rQ 8޳²cU»¹à·Ä=°š¦*²ìTUÝ–ý "Wý#EéúĪª"–gÙ& ÈAƒx@ˆª ª»¸d‰ªðz·ã°‚ˆªŽû‚ÈÀ0©ÃõÇsQB ÛQñ@¶¹«²~PÓ4e‹ó0¯ßx]j "  ‡r4ÐÈ’²šx\Ÿaú$÷A]ÓGõÖpc§•vHEMS´í˜€v=‚åúí —ƒ^ óz£^®ŽÂ*AŒ ›?/€ñ–Z_²§£ŒÔ*¼¹Þ> +YsÉ!"T±R‹# êƒZàÛœÄXW·ËA$TdV__PßÇ_y#Õ*äž4),טMåà™v†Ù¹€AT7X»)«\&f_U!Mã©Z@Õ4îQ÷ÓáP;°Ó]¦µÒŠGІaö¿g0 Ã0 Ã0Ì~eOΘÊp©g.õ Ãì~§ª*Ø»Hþn®Gþ5ކûÚB„Eû¾>d4QdÞ’œa˜m×-åb8a;9¦wŽøÞê–7‰¢ Dàñ(ìÑ×l1¯”Ö/ÿXêŸÜ÷Ã_Ÿ³a¿šWd-ûÕôØ»q¶£ÏyÅ£_þgQ×u¶“cÊqçˆï!ZŠ¢ a¹ÿ Ñ÷h6jý~H䯙ß~‡Ï0 Ã0 Ãl~T—a†a†aXî3 Ã0 Ã0 ÃrŸa†a†a–û Ã0 Ã0 ðÜg˜msxhxÏÙ\.—ß9íly»_w%¾Û1˜a¸žá:p·âÈõ{£çné¦AÜIxgž×ʦi=µÁ£6õCZÈ0@Âס0ÿº´øêØ“¾1=ùY*v2ºW¸ç Þßù‡a˜~”M.é\ÍîÅQâ´Ü3H ÐrÐ$pAQÈIoëA–M3rldìL§-o+Ï­âã…ÐÑÐöcPò"•DÕõá`X…PÏý”½½öç™ËŸN&Î%6•Ùúšñ»øò€‰¤>›TÕN[¯š?›±;WStï·. ®»÷/Ô[Hš–웊ëðа~Dÿû÷¾srÔzj5%h7gvöRË¡¯]÷¤µd]»ž.þ³ ‘ M^JC¯Ü¾àT¥Ì­ÌüìŠ "#‘ÄûgGF"¯N.êU:6e’õ™pÃõ6GÕCÛš­å-^™Ô®êØCol_…$“v± sb5; K~`‘I$ÀÃÚ1,겡WG‘ä-¶jOí±3º‚ڌê nÝÍoSîØó"[z6OU@@ (‚ÙðÁXLN ôò…Ù;¹Ëÿu9û·ì–ekŸ¨gÂʲÈÞÎ&ÿ45w'×¹9ßÉþøöýÖdp=¾¯~éÛlÒì{±ð°]i« ?0ˆ[;³sêï¤rê¶V|fŸ'?ILÿyæþg.~6>—ŸÓ¾Z/óNügR×´¯ogõƒº¨ŠâBqú‹ÌÜÈþ|;éú¼±‡ª¦W‰¾ÇdÛζàòûMõ®6L€Ý]¥txh¸é¯ËL³¡Ùõv%‚„”sVµ @ˆQc¡(€,*›ÁIb‹A{ö²íÔÿ„ƒ2"8±—íúiÛÐú"W¹V\Ê“'Âj4u|>u|>¬FÉÅ¥|îÙ5Ñ+_” ’ø ®ÈJáa±E‡û‰‰d¿ÍùIÙ˜OV׃kWÓá‘Hx$ríjº>rxhxöN.r¾þµR±Ã#ªÒá¡áÌíløX$ §Šd?¢?ó—™øûñć y@–ä㉸ûñÌ_fZfTð u%íg¼ìílcŽmg@;ƒ×Ûå–S—Rº®ƒ²,ÇNÅû¨3Ÿ×î’ý&»a]ÑɇåÀ–x}õÕ.Ÿo±KÖ>´vÕK—E½èì™–qìSaì¬Lºª%ÚǺ]³Ò²¸íVµÜº)Ùd¤ÚÙ²ºÞT Ú°¼ Yöߣº¿.-6þõ¼—¹+ÝM+X°É ‚ŽÆØP*n¤4ÉÀ `lϲ‚…í„o1Œ·Bµ¿#=É•¿4èIÎ8bGŒíÛ_YÓ.úöËE“uMÖ倂s¹XXÎöÊW³wr‰ãø >{'»^ÔÆ?L¤¯¦Äë3ƒëÓtæ‹Ìâ’5onþÞÜâ’9s+³£…üÝÜb¹=º”Úš‘bYdneŒ·k¾Í~“-.”ò³¹â£"x4óy&.ý-Ïé¡IýÖBä]œJ^Hþúd17W*—ÖÜ)?´1xáŸåü½ù­]>óE¦òÌžÿ¡0¾¸PÜrþiJš‰ ñ÷ÏŠ¥GEUUÓ7¦ÛE¿³s:XÞî~vÍ›[,—ÆNÅ?LÌ_È}“[,—¢'bõËû”1b§bBØår—…pb§¢Û<³¦Î'g¾XÂô™Ä$üé‚â£âü÷só?<°–¬z‘ìGô‹ Åø™±Æ#ñ3c…†LÕ˜Qgne,ËšÿáÁü½¹Â£Â†µƒÁ]æÿ:‘ M]J•ËåF•VW¥ÇEÿ.•нe“ºÉ-3ðúÚ C>ßJMÇtï\Q46=Ó2Žý®¥ÛÔl˜FíbÝÁà–Åm·ªåÖÝòÍGª¥‘-«ëM•  ‹À+’U6-÷»ÞëÜwl`n=:ÒÃQÎ}Ж£¼·h;°ùóz·„¶ %DH9vpJ“ M6búd0€€¶T"´·œ *Ë•:ä‘õ¿iãôŒõ¿iò¨²\Ùf«xVù·5û×>ïjö—{PñzЋ­<³Ke3v:±Ó±RÙ¬<[uËì·¹©K©Ü7ÙèFÎÌÝŸK_I©ª¦ªZúJzîÞܪþ¸šVU çæÏæÖfŸÂ#‘ìÜôÕôŠÔΧ¯¦ÔƒšÄÔ¥Ôƒµ+¡7wîò•”: «rzóUd»¤ypÿÁÈH1ˆ©‹SÅ=×9úí~miy»[Àôõõ †ˆ‰ãD4}=]ÿZŸè_ÆH|8‘ùknÞº™87±å3[θ¶cäxƒèð[–U|Tð…¤¯¤ÔMÐÒWRõ"Ùè‹e!kJãùME,‹–uîÞ\Í0UK_Io˜Q;Üeþ¯sóËŒ~HO]I ‡Â‘Ñk7f¨ZkkrwçÒWÓþ].7‡ÍšÔMìéò´ K¨Ÿ…:•šŽéÞ¡¢Xß@tS3ïX-ݶ>ì"ÚźcnlQÜv«ZnYul!R-lY]oªm!oïJVÙú¢äÅ©ôÕtìD´²lO‘9ûîØ¯K‹Më/ë=T”ô•ÔÌç™Ë—&›»h+£#àÁä§SÝ\ë‚lªflê9ɲ’½º”š»›[ovÓ-&.L¤.]žþ|¾1íç‰zç&?ÜT¬7ÑöHH¤ #oÆÃj € ¢ŽÛÕò‹¬‚àÙ’¥ou¼#œúr9(ÃKÀ  /pÛòXTv=@}Ë›¤QÉ%aQY n÷a¸ìY!İnÛòòJ¥¢ÔëI¶å黦¤1Ÿ˜ééòOf]Huýv¿¶´¼Ý-šÎowyÿ2ÆÙwǦ¿˜ž¿?oþlæ¾ÊnùÌ–ÃÕVZNžO^»1;›ù2“ø8éǽ1Y‹d?¢/˲°µa¥¾øÍ‘š›ÆŒÚTWlh@ƒ7ût8qòbròb¬%+óUvâbòëÛÙ&«¶cR79°Cn¤ËÓ6,¡›*5ëÓ½CE±¾è¦fî{--xk”ZÓƒvݤQ»Xw0¸] ¸+Õr»fz³‘jidËêzS%h y»¯ zïå~7Ã{³wò_ß¾é×›©K©Ø™±õÂwîÞ\îvVÐ }%ýNltÃk;Œ‚´|„¿©ê{3q.‘i߆5ÞâÁýÕŽWêâTteªzîþ\ZúRªË·°È‘D@@—¢ÑÁÄjŠILV–LŠ ¶³ü½ÝŠò—:5ªÚ:„ƶؗð쀨cÔx3¦a­|FÔ³ºy1éwZòwrcïÅ堼ᣨªªÚ–­é`[¶ªª½…”e9y>>VSšªå¾ûºscßÍ9}ñ›Dä7$œ†a|}ë&¦>›*­Ÿ¨msa÷5Ó¦.WUÕzféz-Éz•4‰ É© ™¿Få ,ª"ŠtýÓ84Þæ]Ò¿Œ$þ#1qqjòÓÉ ŠîÏì¢!žŒ^û|æÚ™ÒãÒ͆E-‹d?¢9ÉÝËO^X}!w/iólS]±[é¥éé+©ðŠ‘úàªUý6©Ë ¼Í|Þ«Ð:TëˆÍz¦‰«êeÓ 5tBÌ'æf›¤v±î`pëp—ªå^EªµþiU]oªm!7ö±ÞnÏÖ×îgogþ±;=þÎÉháQ±C¦>KÞ²Ønt¤Ãµ|´áÚý.{N·0Ÿ˜ñ÷ãáðá¡ááP¸RÝt.;Çz³í.‚Œ€ •\éyí9¶Òóù…JAF·ùô·¿˜‡ªd=¼¶ð5€Ú³¹¡÷rô›z7§¹ÅÊ(=ÉnÝþÐB—ÃÆÀŠ`ˆèÁ0½!䨓§×çïχCáÆ„Sjá·ú“ªªåïægïæëOÊ²ÜøÈcñÓ£©«éJÅ®TìÔÕÔøéñÞ–:!DæVÖx«–yξvòÓ”eYà¹dM\˜j1€ÚÅ9ýð[èíPöv–ˆ*ÏìÆu„§¬%«Ã&°í.ì’Í^>~zôÚÕteYT–Ej“‹‹:$ ÉAYF¹òÌN}Ömô7tΚîV›[t;ß·ŒÉs‰_—“]ìÔÔý™Ý0y!™ý*;ua¢±fH]OW–íʲºž?3Þ¿èOþg2÷].ûMV, ±,²ßdsßå&ÿ3Ù&ã¯v5½“é5þ^|þûy±,ÀƒÊ3;}#ù—Úþicgâ©+©Ê3[TéÚFÅa›&µËÀMµë6óy¯JM‡Šb}±¡gšâØÜ˜øðìÔgS ËT%ªÒÂãòÔ¥Tâýøæ²J›Xw0¸eqÛ­j¹W‘꾺ÞT ê&7î@Vé£Ü÷»D¥ÇÅË—RSŸMµëÁý½³þöGGêÊM]»3$.$ÇÇÆ‹ ¿.-–ÊŦÎe¿-WH@å@Ë– oeÇ@oÑ‘  XÊoëÝDG8ް ò¿ÓÆÉT]î*ãTJü´¹¯I:*¨ :ÅJVxµÎ’ »¸œÅ Ô¤m¯äù6wöý³Í-Ùñú  Èswrù{ùÌ­ $?IŒŽ¯_˜¼Ô‡ôØ™ñØ™q}ÈH^舩¯AŒžˆš?›™ÏoÖ2ØñèÉèGç&ž¸01v:Ö"vqN?ü6}=]xT…ÇÎÆ£'Fê'ÄND?:?qøèðÌç™Ìç-žºkwa—löòä…¤zP‹žŒÆNÅ"Ç›í@¶KšéëÓ×nÌ>:ïU©é\Q45z¦)ŽýÈgß‹'Ï%Ò×Óáã‘ðñHúz:y.±Ù½’ÛźƒÁ-‹ÛnUË-«Ž-Dª%-«ëM• nrãd• ù?MÓòÙ‚Îïw˜¸85ùIR×õ£ÂÔ¥”?>™ûï\½fÌ~›+üPH_MéuÓ²2_fn~ÑÜøÍ|ž)=)Íü9 “J-üc¡¶I›k;lÏÜî§vïã¨m2»é´ðHdúj:z"Z±íôÿ½6ÿC¡¶'Ãç3æ“ÅôŸg`òÓÉ…ÿÝÀòæïæ@h‘«H固¦¨A @V(=”€ÂÓ aɪT-ë™Zž@h±ÀiüL¼AÖ7Ϧåïå'?½\ÿºpE ›/ߎ…þ}Ú6 Ú±„½ÕŽŽš§3™òí˜úA±¥å‰§Z†³³Ï&4Ô ž¬A,28Åç9 Q¥jÙ$Þ”%­gÆÞ]3˜¡ÈZË{½ (²–ýjºÉ`¶m'1M3q>Y|Xx=£¿òÃGç&ÆNÇb M`?våß+ùáõÉ·;ÓvÅþŽûnź¯Õò+•”;@þnnS‹†k÷;,…÷»DÖsË8b¬v‰>IŒŽS•ü3ýM>:7a=·ôCúå‹“-GGRWSÑ“£(aòãÄÂ?꽟 ¯Ý”Áú kÍnÑu»~í£ ꀚø8á?›ëw.ÓWÓÑ“Q”0ññmZÞv˜Ë“U±ƒE5¨+’Rv%T\϶_8j5ÒRëwIe¹Þê2'y(aÍ jÊÑ( ²ºõí8eI +¿ÈªA] *DeKèàI¦†ŠíÙö 't ÑRëov$ ÝO»þ¶ŽWÙ¶Œo_#{íz:yn‚<7}}z´ë÷–¿nI³‡ìŒ[fïä­gVl—¦):GÿÕɯs¾Ýfõ²µŠb¯³>Ö;SK÷¶Zn²íõLÊ-#m¶j«Œ­}©)݉×L3%>ˆ×wRkgBúj:½²ê±q–ªåµòb»ŸÚíš_ÿÚdvÓiÑ‘è‰VÕwÝrÓ4swç6ŒõÖ ’N³"Êo˜!ϱ–K@žãxN¹bâóa¶úØ“„à[uÉ# "¾i°4#FÏ HÏ à=-(‡Ásá-Þ$20.*s¹`¨¨Ë†½¼à¿ƪšfÅÔa42ЃÅñ¯r#÷º Ç]‰¯:¨ÇÎĈ v2:yqŠ“f/æÕÃCêªf»Øçû5/ª¯s¾ÝfÜ·VQìuÖ?À… IDATÇzg²P_«å×3){/÷·ðJÝ×ê\¢QYK¥§,Í’Wz!„ªѽ0À·ËÔiåBñ3‚v,n—súñI¨V¨j×wçDÙK<´Åñ6Œ©Éò²Zz6o¬"x÷©C/ 8:8Ž€œ—˜m²ñȳg•7= W{1Ö}½/×ù½‘û\½¾RKò@«†ËšíYB€ž¦ƒ.£F¸ÕmB†Q6Í£b]ÙdS5¥‹£)à¹âyÙúç¬zêë­GÀGåaË. ª€†#z0¬¡¬ö†a†avZî3¯`çAÑ%ÅWÏ~ÒmW*K:  5£¥yëQ–ª¼\¹ï›†|b‚Û[^ïr@SQÎ} Ã0 Ã0,÷™µB_BÂÎ,zÁ¡Åzn?ʾñ2§&Ã0 Ã0ÌŽñ{vÃ0 Ã0 ðÜg†a†afÑé5[ÌŽÑá5[Û¤ók¶zey‡×lõ$üõ¯Ùâ<Ã0Ûç•}]ÝÎÀ5 Ã0û›ÒãBüÃ$ðÚ}†e Ã0\0 Ãì?Ê?–ü¼˜‡a†a†aö-<ºÿªùcÔ8î_ø¥Ç…z'o/†Ï0 Ã0 ÃlÝg­ÏZŸa†afßRÝ÷ˆdv‘â?öðÓÒ}Õú±Sãœ=†a†a¶%÷¡?ÛÂ0ÌöÑu~¢Ža†afkðb†a†a†a¹Ï0 Ã0 Ã0 Ë}Ÿˆaœ €`3 Ã0 Ã0Ì~“û*æäÁˆŠü0Ã0 Ã0 Ãì/¹,%HÆÈ× R@²ØË›"ñq’À0 Ã0 üºr_•æõPPÓ%U©ïûK¾†ú˜» Ã0 Ã0ÌîÈýˆ€dÉê-çdu,f—+ø'Çß77¾¡´Í~•Ù£â; '>N†CáÍÞb×£Ìì{ ^ÿ™a†a˜½…ÔS¡oËRA‘Êzh¼ €‰ôc“ð8í@HPÔ…¶ö÷@?¤[OkëôC:xûÙûÆ[¡…,„Þ•ÊüJÚ]³~ (>ú»ºòÒ‰JÅŽœxÇÏu¿.-ÖOküÜå%Mø?­¹uÇs¶©•­¨‘‘HêÒ”,Ëœâ Ã0 Ãr;&Í)hªzX;4 ¨5 S=4*„í§¹ÊRÆ!Ãöư](¥'¥p(\—ûáP¤T.FOÆê'„Cã-­§æÂ£¢ë$>Nú£Ý‰“ ÿ»úCƒ(–Eáá¼#œ6Ñ.ðò?Œ?„1ûUFÔ##Y–©Jå‹‹¦é»ûÿëƒîÝÜN?¤Ñâ“’qÄÐuëyóCÚ€=+ÿXùãHÓ-êQ "Ç¢ú¬_¬âク;;¸‚i"{+{ùJÊÿ|óv¶W—tÐîõŸû=Ĉ²ßæfþ*,>)­¿EcEPò÷òù{ye@ ‡"]Á41vf,w7/„±,òwógßëù%±,ëðÐððÑ0Ñj·0|,rxhØÿéðÐpþ^þS£‡áwNŽÎÞÍw,"&>ˆ@ùÇrýàìÝü;§F‡†ß99:ûíš³fïæß99zØ~çÔhþÞš[¬_Ø“¿—çdô°1*8UÇ%ZX(臌õ— NÕq=2Ë%YV»¿°Ã9ÅG nuU‡(TœªSxØú)änn§y@^\2`qÉ”d%¨¬öކ#Ç£…ïç{;-1ŽÅG·ê¸U§ø¨`1:»‚i"ùI’ˆ2·³ù&KMœOöü’Îèº=%¢ü½¹ZÚ=, !¢'Ft]÷Ìÿ ÷]®ô¨¨ëjêRªIŽ·ÄÝãíZ®˜½“K]J…Ž¥…bìT,õÿ]›½“¯‹æÔ¥”®«¥GŹïróß?èxq¡øàÞüÍÓæÏæÔgµ‰Žü½üÔ¥”>¨sßåæþçÁ¦ü°…0;ĨC˜ Ã0 óZÑ›Å<.hM ¯,WT–JºCY²þ_{wÚFšç{ÿ™Å ð eðB :Ð ™ ŒÄÖâõ…²`™ D"Ú¢:•6Œå1œX˜Dë Ÿ²øÈ}‘ŽÒ‰2Fc6D¹£\øE^H#5d° !RÏRBõ+µºÀ?F•~¹r#ój4þ ¸h¶Âº+øµÛ»17ñhIþý´Ô+…ÇÕøwñÄãÄØç!DâQ¢²r¹f+EˆÜš–z%ÿˆ_ÜŒT_”V^Ý™Ùmªv;zÉ?j,:X§E,Ö q¿C[e÷VÙ}¦§ Þ$\ƒ!ÓÜ’DQÏ'õ²ºSvÙ]KYþš÷ ûò?¬Õ}N×4ô³tmø¶ÉÎm®|k³øüeQáüÔéöé.‰n½ªáüÌ•z²T]¦¯·Ï5}­t9õ,¸0ËfËðšÛf_o_åºü¾Þ>sÛüÈ'tj¹þ—Ýû¾î©ÎôïÃégéÐXH™˜´³;iëzw××࿺×þ3ŸÏç].WæeÆõK×à`Í¥YgwOó;Î:„ÅX½ܽv¿l&—Væþ×\tV[YN !*¯N/ù.U—¬&àÊ ë¶ba÷“Êï?êWât´5v¬Ó¢Gë´3m8ü#ÁÚ³½‡÷+vÊ®ÇV){F–‹¥ôŽp´‘õ…Bäò¹†17ÿׂwØW¹N¦Oîs»3/ÓvVhç6Wî»ìÏ¿^«‹ò¦iöÉ}Õ϶\ÕÀy—±Y¬]ÉÖö–±i œw­ Bˆí­Ô³dàJ°Rý›¨*ü­àòU.+òù +0ï[æû:N§Ó?âK¿È¨_©•sÛ‡ñ–¯&ÇÃkÿy#ù}Ò;ä3MS½þ^/ô·zåžâÛ¢Âñ‰£å ¥)ô?‚sÿk®ðÓî¬P¥ôRvmïk…ªŸ8ô¿éu[iWýJô¦+)m»²N‹êœà˜è“[F‹gÕCù™-£ì7ŠEÑsÆ(ne·V»þ&§ÿ]÷]ö«_…}Ã~}£ÐÅÚ\¹®ëþ¿úUØsÑ›yµâ ?æWǪ_ßrU®_zÖßÔß¹^ȹ~¹÷Ým3õlÅù™ËsÑ»5/²[ÆVàj p5°elåòYæ}îݽ÷óÆúÛÓ‡úkƒC^×/]©éäã„Ü/®¼÷ñß¹ÿ­›†±iÌýïE!DøºÚr…fÙLþß!„ë—»¯·+Wió‹†a˜¦™Y͆Þ]/¤^WßߊÖAÂãªbîÿ,›Fiӈο·ç§N!DúEÚÜ6c ñ®¬Ó¢G âŠ¢!"Sª|°ÓcuœÒbŸ¼³eœÑÍiªŒƒ^ Õ½lµx!›ZNÚq„¯«‘Ûу¯Ó¢GÖëàt°E±»‰CŒûgDÑ)ÍéæÖ?­|ˆ¸< ¸=¢,²k¹W>é9UßÐ/ùGŸ:ÿòòùq^'§;îÿÓ!m{G8t3LÖì˼̘Ûfèó@5ëŸ87&& o ¢,t]ÎD…Õ·)ŽÕ:øxâ4îõlòùJ¥’û7îé©ÈÉíEàj 2-üT$ÉýK×Ãû÷|—}Çp÷©ìjã_m;Y—ñø/ûüÝÎ⇱N>ÿD â>€fïbžýßéƦA:ÃÙ}€¸€¸€¸€¸€¸€¸÷tÕ¹ó‡·ÎÃX9åu>V%:¡Å?eÍîJwòùü¥Ë¾ã_™cÒBšAÜpÊe§&_”8 B[ˆMߊþ¼±~<'ᡞœÂÑë¡@õ$õJÎOœ¾!¯:®Ê²|d[·Ä?¼Ãn¥ -[òAZ{ô[üPù å=â‰çüÌù—Ïkï¼tyTÿ»^éxµv–´.oÃlÑYyÏúîÃ6 ñ 1÷ïüaZWOǾPø©àö“IX7ß~ÞXß¿¹ƒÏ5…Ìm3~?ž~ù¼X2DðzÕ/ƽ'z î†LÓÔu=µ¼âñ§Ÿ®(ŠãÔw8b’$e^e|ï‚NæeFê•:[ÒzWÿõ„¾ˆb}/î?IÞù÷;‰?'NMÜ7·ÍcÁNñ|Sv:$œgƶ‘]ËÆîÆW÷O.æÞ‹.—ëÎL4t-[X¬Þ¿÷ùܞȭ¨išÕ ‘x”ðy÷Ÿ‡Óu}rbÒãö ¸=7&& è[ ð¦àô&'+=w~ Ù%øµ6lFCö—ÜÆ¢zcéIÒ;ä;ç^ êzõ_ëZ[[„¦/‹èLÔãöx½ñ‰ýóû*›B¤ž¦v˸¡{‡}u­z¯æeÑ*«M¹/ó*Ûp\jÿÜß<ë½ÆâˆÝzï°q¨ÙßHëÝúèa±Ï¶µïÛ|.¨k¶£\³¡´Ó…ØBùòÑÛQ§Ó)z„,ËþÿÊ“dõQ wë'qûÕ îÇZh,YÛ}RIŸB¬½ÎÆ–¤ñ% ö—´#2^¼»×ÂØÝ¸ú•Zy» »šM¿XI¿|®oè‹÷ãì†í–(|3ž ÿüf=µœÌåsœí¶èW™Ôãäz>¸]WÓ/2ÉGÉõ|Î7쯎o[ódÿÌlÙþîΙ¥'IõzH¡~Zz’hYœýͳÞkÚ=J´{¨iv*½áÎnçÞ°Uìûížû¯mpgCùA;Þ߸#·£ù|¾a o¸û[f[Õ îÇ—Ò慨š_z’Òf£ÊY‡Ü+EoGŸ×\L¬ÍÜQú\âÿüÙóÁA¯$IR¯½ÉÖª–'#·£ÉG ßåö‚‹E3:[²Ùié½<4«)ŠC’$u\-üTh¶¹Ú"4ëøÊ³•;3Q¥_Vúe­Ñ‘Ý7ìÍ®å…+ÿ‘–$)õ,-„È®å}C^‹Í­<]Ñf¢J¿CQڌְycѰƒÍšj]ÕµµlòqòÞݘÍ!hY«¸oY+‹M7ЖݬÎìêõÉøw !Ľû÷ÔñI‹ÎZ/Ùr×òJ½Rå¿®ëÙÕŒúeè]k£J¿Céwh3Ñ•§+ì†í–HꑊÅbi³¨(ŽØ¼ÖÁj5Ðó‹ÊY‡$Iêõiš±y­úgᯅÖ·±ã·lçLém1—/ø¯ø…þ+þ\¾Pz[´ëýͳÞkÚ=J´{¨éú¡¾a«8¦öw¥îþGع÷mÜù©3:p{¼Ã¾¹…EsÛ¬yTƒÝ¿ÝÑ´ÿý¡pí>Ð@i³Xý¨n±T¼ôo£_4¹¸¿ð¦ -hù¿j)»Ç?'Bׂ® ®v›dьΖlù~‚üî¸)I’Å[“µEhÖñR©ä<ë¬Üv8Í;èÎhBˆÔÓTlA‹ßOŒ] äò¹Ø‚f±¹R©T][ÃÕZEÃ6kªEUõ =:M~Ÿ”$Éæ´,ˆëZYlºÙ€¶èfuî`ר»ˆÝ¥Ÿ¥ ?’Jt¼dÃ9\ +ûÿuz"<·°è¿â_ü6®~®ŽWmïJ¥R;W»%J<ˆ/~ï“¥;3Úþ—µ-÷P›Ýl|;˜'mµ¿‹s&ñdÉ0Œ—§öž;·¦­ÞúØ×<뽦ݣD»‡š®êcLÛ½v¿ãÝÿè;R¯4}3<}3\9\Çÿ”˜¼~øî¡†»»£iÿ š¸#É¥Tõ Ì¡8’ß?lëc»êT825ÿÎ'÷ÊÆ¶áqï=¦ž$Ÿ‡ä^¹éÎz„iš•çicsïzAûÍè ÁÝҬ㊢èou§Ó)„(ê ÎÌI’äüÄ‘~‘–$É7ì[¼ϼÌ8?uTY“ƒ»RÔ‹ÎóMWk=ÍÖÙ°©ÍªjÆ‰ÉØÂbí?µ‚–±:siY«Ãýfuî|[=BýJ¼™þÃt‹g!ûKÚH-¾Ë¾¹oçs¯s÷jÞ¯í¢(ì\í–Èår=¼O‘y•‰ÜŠä]áv¨»ùÞ²ýÝš3fÙ\Y^É®þ¥úÒÛ¢?œ¾–z¤fGËýͳÞkÚ=J´w¨iÒÈ®Íù{sÝ?ì!„pžwj3QOÍçtîþíN‰ø´kó5O-¦Y(æfµär2rs÷ìÑØcÓˆêº.Ê¢°¡ONEì¬Gî•eI.½-FoEëN?¤–SKË©êgeY®ýüœûWîă„iš¥·ÅÚ+í7£ƒÛW×Z›^›ÕJ›FiÓˆ6¹tÁ;ìÓfµÀÕ€"p5z‡Z\,Îk¥Íbi³ÕÚ‹&ëlÜÔfUU¿VêÛínkšmey¾±nQ«Ãýfu>ȶÂãêÏëaß²bI;¦§Â‰?%"S“µ/öz7¯¯-Þ¬Ëí–hòfDßÐ~,ئt»¯›™-Ûß­9“~–ö¸=µ)J9ëðüÊU¹(«ÙѲaó,öšvmjš5²ë#{¨Gþýsà°7×ÅÃNðóPúEÚØ4DY”ÞµÍû·õîßrJq5ˆû@wT.Xô\ôFnE„t&ó"]}‚Q¿ ù.ûnŒOž»0095¸âo¹¶Ø|lnañÜ…ÀXÈý¯ƒõ'-úå•'ÉÔÓTü~\þ:VS]l^ˬfÜžÀXÈ7¼÷XûͰ¹d[×=ïe¯÷[k³ãá©°rÖá»ìóø½= OÓú†¼¥M#øÛQ!Dð·£¥’Ñ𠇺èæ<ëð]õ›-l= :ؤ©Íªšÿ±¹­+cË!h¶•ºòæóy÷¯ÝmÕªƒéj'"7¬óal«ƒÝ¶Í9,9?U×ïÁA¯$è»<ê<뜞°úòŸf]n·Dþa߉És¿‰Ç¿‰uл¿Ý‡×ÍÌ–íïÖœIqú¯úMSø/û¦oFhê *Èépîü€¢(‰ûmvp,½=M÷ÀŠúe¨ú5ç4õdäthö–}Ë·ò×ßä¨ðQN.掻Úÿ{Šüë¼wÈW)Kííc8lØÉú|>érƒq9“ù˜ôâØót>#NÜúS¶[œ×*ç¢joóüÝÖ&uÓÚBlúVô€ãr¨-$9}Ì£â>€ÆGÞK#õ¿“wéò(gÙqd®¦‡Âß ÕíÖÞ>‰t/Tª›¨«Ï¡nºðSÁ?ì;ÎÅùP/ÍmsqañÒeßÀÏ€Ûscbr­ý_;¼CSõÛNÜžÑ+ÁÅ…EÃ0Nßèó\@ÜИ$I™šoH̼ÌH½eÁ LÕ[ÕÞÆñ#ÔRÞ2¶>H¬çsÙW™ÀìnüXµðçõŸ7ÖskÙØ‚fš;¾©TdôAÜN¹…źUáqµúó·Bˆøƒxx|ïWxêÎvTÿ\[ËŽ^ žs x‡|KË)‹;kéº>91éqïžý²>½¿÷ùܞȭ¨išÕ,=Iz‡|ç\ÁkA}C?àc+=ªý•Ÿ†½8w~ þ á¹èõ¸=ÑY­úc–çÎ$%¼CÞêÃnZ±øÍîý‰G{ÕnÖ—únlž‹^cÛlpOYÌÍjžA¯gÐ;÷~ã-Vh1gD“Hj8[öW¸®hûkvÛz’7›«M»YÑÍãöx½‰‰Æ+-‹èL´²LüA¢aš VCßìg§,6Ѱ¼ößl—´9”ûÞ¼ƒÞÊODµ,ŽÅ ìx÷·³ò÷Ç·ñhÖ€ºý½*ÿC>z;êt:EeÙ?â_y’´>zXV»ÙáÅæn[9¿ãr¹îÌDC×B±wËXLƒjËèûι.Œæ_çSOS—.¿{¸ÎsÁ‡y. îÇHîu.r+Z{£Ê?â7Œb>ŸB¬½ÎÆ–¤õ۵ᛑðTøç7ë©åd.Ÿ³¸³ÖäÔd英ìZ6·šUE[ˆ5[âQ"»–K-%³«YQ6¿Ù;O–Y]K-'×ó9߯á¶·õØÊ;Ë•ó^ֽȮfÓ/VÒ/ŸëúbÍw®ýO=MWÞlÓñûñÜëlåþÚ3j ûÒYßå^Ù?âK.%«÷$—V‚Wýr¯´x7¾¾¡§Ÿ®¤Ÿ®¬ojßl…‘[ÑÜë\í†g ÞX׿5Ÿåûûû+\W´ý‹5»ÝñüoØÍÅûq]×Ó/Ÿ§Ÿ®dVÿÐØâÝxém1ý2“~–Î6º6Ãb°:ú†UµÞ„E}Z6¾­]Òz[»z• ]WµY­òL-‹ÓÝ]ÀæÊß+Q“9`Ñ€ýS·Âûwäv4ŸÏ7Lá ÖÅß_m;õ´8Ô× 2ïf…EKªý=£ÿ*“zœ\ÏçW¡ëjúE&ù(¹žÏù†ý<|¨ç‚ãƒ_ÕÅqw¿ªkšæäïÂâŸÏÜ»›œŠ!>¸'ÞýÞÞÒ“TæUæáƒ{¡¯ÔQÿèØµ@õwøê~¯ú§wȧ~­Žþ›OQ{OxîlÚ¤mÓ7âË®fkW[½qéòèÃ÷œNg¥>þ«ìj¦²@n-+÷Ë•Ny.z÷‡`»­ëcÃ^œ;?ð—ôsçy§BßÐCãjå7bÏÈ®þ¥ºd³M{‡}ɉÊÃk×Ù°=÷]×õЗjö]jñùRËIEqÔn½®ñ Wxc\¢2UÂBˆ{wã’Ôøú®µµ¬6¿¸²œ¬,Ðl¶ì¿¿¶h kvÛúì~³­7ìf]Y.ùGd¸a_òQ¢2µËØ™¨»{J;Cß°ª-7Ñt'mÒø¶vI롬]@û÷;±ïâÉ ×WË=Ñzh²û·\yýø6š ¨ºuÕ‹?Hd^¥ ÓEžW.Œlvô°<´®§ýC}Ý;ç. ü\X·nIÃ]õ8ŒþÀÏÇç¹à°ÙùU].4„BüsÓ»ˆÝ¥Ÿ¥ ?’JØYYâA|ñÛxüÛxŸ,Ý™Ñ|CÞfwÖ*¼)h Zþ¯sÛ´^±T¼ôo£ ÿ©rHBH’ÔðDÚAkÑ ‡ÓQ½Q*•ªË×>4Ût©Tª>¼e{:n¿ÓéøÌ™~‘öøÓÏÒž‹žJÛj·^×x;iFßУ3Ñä÷Éžì¼ 좆ݬ+KÖJ%çY§Å2ƒÕÁÐ7¬jËMXlÚºñmí’-Ýûs"t-XM{6[ÞÝ] Ý…›Í‹4›ºR¯4}3<}3\ÄøŸ“7Ãß] Ôpl·øvgÂ?Û››EY–[¶Äæ®zô£ÏsÁñy.8&ˆû€}¡:ÎØ‚¼ªÜ¨ÛKÔ¯ÔÉ›‘é?L×ï1=Â4Íʲ*5‹ IDAT±ÕØÜ»´Ôår=¼O‘y•‰ÜŠäÖ²ÍN…#S“ñï|r¯ll··YƒŠ#ùýÃÎBáAkÑ‹¢^¬œ)êÅÊ{†ö7íüD©>üPÛ¯^WcwãþâqB›ÕÞ= )v_õðA"r+úB]YNVoÔ-cÆ‰ÉØÂâ{íl2[Žì`ßÖÖëÊÒlý­^9»Öp™–ƒÕÖÐ7¬jÇó¡eã­vÉö‡2õ$ø<$÷Êê¸zÀ–pn«D çÀà<ïÔf¢žÁ½ã[ÃÐþñÐ~«Zêk$—RÕüÚnKNÊèó\pÏÇ×îÂsÑS9îWoÔ «?o¬‡ß©«Ü¿r'$LÓ,½-Ö^Ï7y3¢oèÕúXÜYË4M¹W–%¹ô¶µ¼®t싱é?Du]eQØÐ+ïJÛÔîceY®ý˜W³^DçµÒf±´YŒÎkÁ«Á¶6¸ŠÎDKo‹Æ¶97¯u·ýµ‡¼Æ¶±ô8)I²Ëµ{¦-xe4:«•JÅR©¯[®'¶ó\ôÔÞ¨.ùZ O¨n·ÛÎl©«p»ö?¼á‡›m½™à•àÞ˜ÎjM–›ÕJ›FiÓˆ6¸–ƒÕÖÐ7¬jËM4+oËÆ[ì’í³rj3µœZZNU?úßñL>È.Жfs ƒ?¥_¤MC”EémQ[м¿q[=ZëFÖN«ZêMÓ, s³Zr9¹9Ýî‘ùd>χ÷\p ¿´”³û€¸skºî†M±y-r;²ø]\éW&'ÔêWvú‡}7&&õè®Ï\ñobw¾¿¶ØÜüÜ©I¥_Q¿VÓ/3MsÏ—!!ÄñIýºóSç›m4»Ýdž§Ž‚æ¶Y¹j³Y/¼ƒ^ÿHÐ,›+é‰p[›«¦iƂƶ9ýûpwÛ¿ÿ¤Nôv4ùèá^§ÂÚ|Ì5(„ðøÃSêÁçLþÇBþÇhõ³€•Ò5›-unWÝÃóù¼û×nûsµ™é©pt6ê»<*õHá¯Õµÿ\k°é©°6«ù.û¤Iý*´™–ƒÕÖÐ7¬jëM4)oËÆ[ì’ís7óõË+O’ÁÏCB˜á‰pÇ3ù€»€}Íæ@ ˆL…ß/EnGMÓTÅ7ì‹}»h}ôhy<¬Y;­²Øm+ùL’$ç§ï/ó"]½˜Çþ‘ùd>ÏGð\p|ðQ]wGðQ]ÍO‹â„¾MN„½G¼ÝB¡ N„³¯2'±h'ºñ=Àh~äì|T—‹yàôH~Ÿ<ʬ?7¯›F©TÔæc£—}'«V'ºñ`ó:¤|âô_õ›¦ð_öMߌÐx î8…x÷ö£¥~ª\AKãÁÑŒæ±ÅÅ<qqqqqq î î î î8°J€Vj9I€ÿHPê•êîì“GÙ†ÜëŒó¼‹¸tBý:B>¹×ÏEus L3´UpÇ'Î-£øaÛÿ1GÜ€ÖÇJž#ÁÓ ],øÑ¼ Èÿ˜;àˆû€ø°¯ÚqÄÇJ†Ì10Íp49û˜à£ºÀ©E܈ûˆûˆûˆûˆûÀÑ8w~ [«Êçó—.ûº¸B€ÝíkvÄ JL3Àß»´ñ|ðóÆzwש-ĦoEý—ùÍÖÃiÒ•#Ó 8bfÙL½^Ù)›Õ{ÎôH~wP–$â>ðƒWíŸ?o¬ï‚<ø³fá§‚Ø·…6×|îü€ó3ç_^<¯½óÒåQýïzÝzì,Y·òº4<ûujBCËúã\O2b·)R¯äüÄéòªãª,Ë9b0Í€ÁØÞÒ‚ò‰0…eSQ*‰­mŸ,9ˆûÀvÏ:æ¶Y»V·hÓ’$e^e|ï@æeFê•:[Òz£Õ=­ÏÇö+ äbš¦®ë©å߈?ýtEQ1œ˜§˜^q¦Wˆ²a !ÊBH’æ‘mk÷»êNoWþ•J]ûyëú4µµìè•à9×€wÈ·´œ²¸³N³j´,‹U‡}ç\—FFó¯ó©§©K—ß=\×ÛjÃþMïŸí ûØlô÷ÏᆛB,~³{âÑÞXtRŠ&3ÊØ6<½Æ¶Ùàž²˜›Õ<ƒ^Ï wîýÆw6E-^Xº\®;3ÑеPla±r§®ë““·gÀí¹11iÆþÒ5<æÔ)¼)x½‰ÇI¦ÙG>Íp¬ì^ÆsÆ’=b÷ÿGˆ¸èD]íE>‰G‰ìZ.µ”Ì®fEÙ\ü&^]xí‡|êiºî¤øþ54Óðáþ¿aóù¼bíuÞ0¶ü#ßë·¿¤‘‰ðâݽÆîÆÕ¯ÔÊéðìj6ýb%ýò¹¾¡/Þ·,Nfu-µœ\Ïç|C¾Èí¨Í¬¸Zû!¸ÖµÄßY}Â7#á©ðÏoÖSËÉ\>gqg-‹jX—ŪŒ¯2©ÇÉõ|.p%º®¦_d’’ëùœoØß°ªmÈþ¹Ú¬ G¿n7Ûtü~<÷:[¹¿vXÛ.Eó%÷Êþ_r)Y½'¹´¼ê—{¥Å»ñõ =ýt%ýte}£PÛø¦¨¡±@f-[¹=95úb,»–Í­fEÑbûK×òˆ‘y• ]WµYMý2Ä4cšáÃ2˦¾YÔ7u}³¨ÿWQô˜¢Gˆ3B:³#ÙB”þ«XÚ]@7ˇ{¦Ÿ¸Xίþggù¥')m6ªœuȽRôvôyÍ…àÚÌ¥_î¸%ÖW¯OÆ¿K!îÝ¿§ŽOZ¬ÇzÉÚþ¶ìòàWê•*'øu]Ï®f* C¡ÍD•~‡ÒïÐf¢+OWZ'6«)ŠC’$u\-üT°™õK¥’¢T*u1ñÛ¯äÞ™Ú©X,–6‹ŠâˆÍkwÚœ*Öe±*ãü¢rÖ!I’z=dšfl^«þYøk¡­6Ø‘f}l8úus¸Ù¦“Ë+Ú¬V¹ÿNMÜi»–íW¿R“ß×ä°ï“êuU±òlE›‰*ŠCQÚŒVÛøv§¨MJ¿£zÿù³çƒƒ^I’¤^)z3’]Í´{ôXzœŒÜŽ&%|ï>ÈË4cšáÊë¹ÄëÅT!‘Úˆç”ü‰$$SH;•Sû²"2›K‰7sKùÅøêb^Ïjc¸hqþÞ¾b©xéßF?¯+ú8ŽõÃÇ®bwcégéÂO…äŸ/Ù°¿ÕÜ¿ÿ_§'Âs ‹þ+þÅoãê×aéÝ7 8œŽêJ(·.ŽüîéY’¤Ú7Ü[fýw÷”×B©åä‹ÜV%÷N^>ˆ/~ï“¥;3šoÈÛìN›Sź,6Ëh§ª‘f}l8úus¸Ù¦K¥RõáÝ*Åþö;ÎÏœéiÿˆ?ý,í¹è©´­vëuokŠÚWÚ,V?ª[xSдü_ æ¶ÙÙÑãÞŸ¡kA×ÓŒi†ã`§l:ú¥¾³BôTþ3E8Ó#vÊÂ4Mñÿ¥aš¦Ø6%¡ìòÙ}â>Ð5Å‘üþa硳G˜¦Yy56¶¨~¥NÞŒLÿaºÅ>mI¯y|—}sß,Î-,æ^çîÕ\{PÔ‹ÎóÎÊ EQºSœ&Y¿Ë‰ß¢>MFÇår=¼O‘y•‰ÜŠäÖ²ÍîìÊTéJ»²ªf}l8ú67íüD©>üPÛ¯^WcwãþâqB›ÕÞ%EÅNã»(¹”ªæWu*™šŒç“{ecÛð¸½í®-õ$ø<$÷Êê¸Ê4cšáƒ;#$!„øosGˆ3•+yzvvzL!LS˜¦ØÙ) ašfY!ï.|h¸˜èœ,˵ŸNûblúQ]×EY6ôÉ©H[ksÿÊx0M³ô¶Øî…›áqõçõð»§ù®,iÇôT8ñ§Ddj²6GçµÒf±´YŒÎkÁ«Á®çÝ3¥#»š©\Ú[÷_v5Ó•tÒ¬>ÍFgòfDßÐk?‘ÜìÎZW£+eìlUu³½Y޾ÍM®†¢3ÑÒÛ¢±mÎ5ºª[¥òÛÆÒã¤$É.×îéðà•Ñè¬V*K¥bt6¼<¤ã†iš…BanVK.'#7§«wʽ²,É¥·Åè­hg{Gj9µ´œª~âœiö1O3¦0w„ÂÜ)ïl™ÅbY7ÊzÉÔ·ÊÅÃ4 £l˜¦)ʇþfg÷DÃß©£ ¹mVNW.^¿1>©ÿCw~ê¼óî‰Ü¦Ø¼¹Yü.®ô+“jæU戻³ÿ§l|¨¥P¯«ÑÛÑ䣇{œ kó1ÿÕ Â?âO©‡´‹I’äüÔáòe^¤«óÄæcsós7¦&•~EýZM¿ìd÷Wúå•'Éàç!!ÌðD˜iöqN3¯Ä_Þ2ÌÒNÏ–8cв=B”Åî+Ø! É<’$þ‹ÊI‘)uú£‚cÈØ4¶Œ÷>ˆÙ';êî©J-'×B6לZNª_G„ÍÖ†–nŒO®øýWüµæ~+j9)„`¸àãGûIÌ1¦Óì|µûd‡õ(¬mdŸÿ´$$!zvD8Óoîô¾ûvYœÙvílJ•èoš"ø+uð¼×ºÍâu(ŠÝMÎîèØÒ“”þV¯Íú@ávz”>§æ!éÿ¥?/%Äî¯ê !„Ø”FÕù/Îa !9ä¾Cm q@'ÎP%q?N)¨#õHÎþÝO”í!JÂ4ÅÞQÊBù‡Òï8šÆ÷t¢Ù›éí›ì`ôÁ4:S¹d[¼û9-I* qÈ߯CÜŽŠyFô8$±SÉÿfYœ9Â÷€Ã"÷ö ôî”ÝÕ{ÎôKRoß‘5€¸©G }Àð3[À©EÜN-.æÁÇ.÷:“ÿ1Gn€9¦N%Îîƒ#&GL†`Ži†S‹³ûø¨->+ˆ#ý.,|H™· 7˜c`š¡=êÉïg÷ñüþ®ü€¸»¬?:1'„8øÿˆûÀñÒ•¤ÎÙ}p>vÕ³ûü5pø.º|ÝÎO²$¦©ÿ½˜yϼ.P0Ç€Z'è3ÓÄ}|ìºuvŸÄ“ÎÑ/ß™™Ûfj5»¾”6¶ ¹Wöœwø‡¼ËÞ¹+ÅMƒ*9ˆ“öýHÄ}|ì8»TrXì–š|–I¯æ«w†‘ymd^üCîØ-5² 9!œç]Îó®“ÒZ®ÝÇÇnRß!¾Ó¡$fà pí>Nº;ã¡J“$I½æOÌ„Ÿß½“˜ «×ü’$¥WóÉÙ;ãA …ƒÏ±†ÿʈûÀa©&õèõ€xp÷¯áŒ^TþÉýKgî'ÝbÎîãDó]t™¦™^ÍK½Rü¶v+Š,z„¢Èawü¶*õJéWkfYø.º(2Ç,–aŽÄ}àPT“ºö8%ʦ61&„Ð&ÆDÙÔ§*ÿäq9óÝbÎîã„G1wz5+„PG|J¿\÷¯J¿¬Žø„éWYïE7åÂAæ˜5æ@ܺ¯uRï®Ïœ¹‚nç5p9?uä6ŠB¯»ñ‰ÕÊý¹¢ëåÂAæ˜5æ@ܺ¯šÔ£×¢GŠÞ_BDï/‰©r­ŽËé,–J¦i6[@pv'œ,Iƶ!„{¥Æ ôJBcÛh¶`sŽYcއoæÁÇ®úÍ<ÚƒÔÞ½e‘~µ–~%„Þ_:× ºÅ‚³û8á Ó”{eÃ0ŒmS–¥F!ÌBȽråÐñkñª€9†¢O>Ò·¡r¯3ù" Îîãc·?©×Ýãv9s?éÖáì>N4ýïEÏy‡"›oüSG•û=ç…)2Ǭ1Ç€†Yÿ€ßñÏÙ}|쬿w_’$‡¢t½Ý× À ’y÷{3¯ ‰ÏgݧuK›FâEFáö¦_e)2ǬcŽádÙ2ŽâÕéÁÏ‹³ûøØY'uËYø›.Ê­_3PIœä(Vz„Èmn›áùDêU¾T2DY”JFêU><Ÿ0·Mÿð Ô#ZÆ5ÀzŽYf}æp(8»õÙ}·«ÅwòØyÍsVb7U!Dz5ŸXN'öå°Ðˆ7² PèÊk˜õ™cq8-ÎîÿÒ©½jý&šõkàø+n‘owƃ¾AOúU6·Q4¶ ¹Wöœwø‡½Rˆ,$Š›…s î'ŒuRWgâÍœ”469Ÿð]ty/ºÕk~Y’ Ó,ü½˜~•åú 0Çâ>pRu%©sv§FæuàæpšðQ]|ìºò)[²> îÇÑèÄ\%ñüÿÇÍ/EBD¦Ôé?j”DZiÔ}¯mŸìhöM·©ådàZÈæšSËÉÌÛ3T4“œ ïO•_Õ=šïÝO-'…Íâu(ŠÝMÎî§ÕÅG‹p€ãä?,g÷€S‹¸÷œ4\»t“ñ¶¨ÿk¢GHûÿ­,„æÞß;Îÿ×'Ÿu÷€“aëoóuV–$©,DÙ<#„( ©lše!þ{g§,DÙ4…0Ëb«GÈŠƒ¸œ$’’iž) ©lJe!þ{G2w‰²0Ë;¢,DÙ”Ça·„¸‚²¦inm ÃÌÓ4Ͳi–ÅŽB³lîaÊ}Ä}à„1MÓØÙ16 i{KBôˆ3½ÒŽ„fíµû’DÜN’¾Ï\ÆÐànxIì~·ï3q81ä³÷ç¡cÒ¾w8µˆûqqqqqq î î î î îh¦‡mɽÎä̈¦rv8Y_pvh‹ó¼ËyÞuRZËÙ}àÔ"îÄ}Ä}Ä}Ä}Ä}Ä}€¸€¸€¸€¸€¸€¸÷÷÷÷÷÷â>â>â>â>â>â>â>@Ü@Ü@Ü@Ü@Ü@܈ûˆûˆûˆûˆûˆûqqqqqqq î î î î î îÄ}Ä}Ä}Ä}Ä}Ä}€¸€¸€¸€¸€¸€¸÷÷÷÷÷÷÷â>â>â>â>â>â>@Ü@Ü@Ü@Ü@Ü@܈ûˆûˆûˆûˆûˆûˆûqqqqqq î î î î î îÄ}Ä}Ä}Ä}Ä}Ä}€¸O â>â>â>â>â>â>@Ü@Ü@Ü@Ü@Ü@܈ûˆûˆûˆûˆûˆûqqqqqqq î î î î î îÄ}Ä}Ä}Ä}Ä}Ä}€¸€¸€¸€¸€¸€¸€¸÷÷÷÷÷÷â>â>â>â>â>â>@Ü@Ü@Ü@Ü@Ü@܈ûˆûˆûˆûˆûˆûˆûqqqqqq î î î î î îÄ}Ä}Ä}Ä}Ä}Ä}Ä}€¸€¸€¸€¸€¸€¸÷÷÷÷÷÷â>â>â>â>â>â>@Ü@Ü@Ü@Ü@Ü@ܰ§‡à£å ›uÄ}à’z¥-£HÀ)ÆÅ<qqqqqqø(ð½û8Uü#Á>ÙAˆû8…øå,€Z\Ì÷÷÷÷÷÷€Âî÷îûG‚ƦA9p"ä^gò?樀ݸŸ~±B-ûü#A©Wª»3µœ<ÔõÛ»›µ¿ª¸bÌ›údÇ–QÜ·ru³õ·…k÷€S‹¸÷÷÷;¿Ÿ¸1®Z,pã+5þ qØÍ8w~àÃvóƒWÀŽüë¼wÈ[W«Ú?ító(»sÃzØSåƒ7øÄuâþñešfâω;ŒZ,sg&šøSÂ4Í›Úêæ‰¨€öMlq>öóÆzÃjØìæñéÎ)ˆæ€¸ßÀÜÂâ€Û3àö,.,6Ë—FFëî¼tyô Y¤úØÚ•¤_dëµ½×òûq]×Ó/Ÿ§Ÿ®dV3]™±¬³¶IÕŠióšïÝK‹ÇÖ•ºA{îÆKo‹é—™ô³tv-k§=“S“¡/ƲkÙÜjVQm!ÖqÛÚÍÀAœéí[{÷Œo+î›Û¦Ü+Wn˽²¹Ýô“êõÉøw !Ľû÷ÔñÉ÷CsJ›*gr¯½}þâyõŸb³š¢8$IRÇÕÂO…)¿·u©G*‹¥Í¢¢8bóZ׋Uz[Ìå • NüWü¹|¡ôvï§Œ—'#·£ÉG ßeŸõzVž­h3QEq(ŠC›ÑVž®Xw¿®›ÝªÞJ±iDg5ï·z6sGé—[vÐþhZt³!ß°7»–B¬üGZ’¤Ô³´"»–÷ y­×ö^ËŸ®h3Q¥·å]©yë¬mÒî €µlòqòÞÝXgÅ©›~wf¢J¿¬ôËZMÔÓíneIDATn¹ÎçÏžz%I’z¥èÍHö]²?Œ¢€neýÌËçâ]Êê±ó©W2¶ Y–…ƶaqEþص@ìn,ý,]ø©üÓ{'‹¥â¥mø(ù]Ê‘$©å·¯(ŠRü¯-çYGåÏăøâ·ñø·ñ>Yº3£ùÞ…Ñb±(¿ž:“x²dÆ€ËS{Ï[Ó•Û÷þœ] º.¸ZgåRÉáÜm³Ãé(•JÖݯëfÕëVÄ» EdYöyµ™hÍX8ìtÐþhZt³aw¼ƒÞèŒ&„H=MÅ´øýÄØµ@.Ÿ‹-hÖk³hyWflë¬m’BßУ3Ñä÷II’Z>ÖÎôsžu¶ÕžŠÂ›‚¶ åÿZ¨{‘E]Ìú® ž6â¾ë3WîÍz%IçÞ¬»>kžn{„ú•:y32ý‡éºu;Gòû‡u™ÆJ0M³’uj¯âð\Èÿ°æ<Øm›Ëõðþ=!DæU&r+’{÷¶EþǼÇí9`½Ì²¹²¼’]ýKµÙ¥·E 8}3,õHBˆÔ“dàóÜ+«­¾9^Q”¢^tžw !ŠzQQëåëºÙvõºT ;Ÿfn·ƒív³aw$Ir~âH¿HK’äö-Þg^fœŸ:*ÓÆfÑêZÞùŒíÞ: ø11[X¬]ò€íÑßê•o@j«=êT825ÿÎ'÷ÊÆ¶áq{¯h ‹YßÑ¿Æl]Ì øKo‹¥·ÅÅ…ÅàÿZ,WÞXï‹¿c_ŒMÿ!ªëº(‹Â†>9±Þ¨ûWîă„iš¥·ÅÚ+}}Ãþô‹½k…'oFô ½úÉתô‹çþá½ l:ûŽÂô³´Çí©Í.ÊY‡çW®ô³ô»ÐãH-§––SÕÏ(˲¬ë >†¼2ÕJ¥b©TŒÎFƒW‚Ö›®ëf»ÕëVìk·ƒív³®;UÞaŸ6«®„«èlÔ;äk«hÁ+Áè¼VÚ,–6‹µß;ÔAÍ»µNõk5<¡ºÝî¶ö fs¯2:s³ZiÓ(mÑù6Úcš¦Ü+Ë’\z[ŒÞŠjÑ@ײþ'N¹ßÑFÜû<äòú~;êûí¨oÈ;v-ÐA Ô/C¾Ë¾ã“ç. LNMZ}ýbl^ˬfÜžÀXÈ7pª²~í¯ê÷€Ó–õ«¿ªKÜN[Ö—åÝk÷w?ªë öÉüî=p ‡—«Š3õ4¹îEî•›ýYÍú¢ú½ûN.æN­ÿt˜voqÝù¬IEND®B`‚caja-actions-1.27.0/docs/help/de/figures/cact-new-capability.png000066400000000000000000000312131433352025300243770ustar00rootroot00000000000000‰PNG  IHDR²IqD?‘ pHYsÄÄ•+tIMEÜ 10:ptEXtCommentCreated with GIMPW IDATxÚíÝqhé¾7ðŸ—\x&Paœ²‚SVØ”#œ„Û?ŒøBSzÀ_°AAã kºÂÚáÕ¼þá¾à¶.¸ ®ñ€’ GáH#\1þá%¹àÒ,¸teGPHÀB¶Ð6Ð÷‰Ó˜f&Ikkj¿Š´ÓÉÌ3ÏÌ|óÌLÍo‹(Šï9ˆ(r,‚ŽÈ>Íj¯4‡ñƒúBETG‹¼Ây…/M«ûCuóòÓã[ÎÜè/øœUÞÇ¢ñÝû@ÔÜ\ózÿ^ÓåfŒQqŽ'ïMßôm>b¬:¿]Ÿéh‘*ÕdÞdý}žÐ¨À¸ö¶Xž++_È¥y®(ÊØáYnìzRsy8'¶Õéf ÝצÒSD †Ìoê¦Û¼¤õ…¯¬I«œyeko‘ç/žÈñˆ$Jæ*¬z6ÇE4™WÐ<<ègN&ï”Õ·¼ð›*TŠ™‡SA¿²Ç?z6–¸6á=Ÿ¼›æœ³ÍšŒÆy¢þ¦Æ.ÄÖç¤mØ€:â¼í؈>9,t £§Gµ·rÑK£EbL¯8ÅmU89˜ûufFÍÉ»¤bI×_r3“qï?/iä "VÙÔ¨|©ú™™åݺ>B ÙLløÛ†ÍkÎ>ÉF¿Ž–ÏÖÆ«5 á¯cÃ'‡C ¥þ‘ DŽDj_âùÒ3|zxü‡qy§£'ƒƒA"Jþœ,¿+OÞ™ µ7ÍoëUu¦3 ‹Œó3y+i|¢ßE}^ߨÕ1sžÄO‰ò»òôMü}DÚ.Õ6£Ú†ƒA"»6V,‰hâÚ„±ÀÚ9Ñï¢ÅR1v.¦iš9Jm}“ë6¹¦íl:[ïžÞøÅ8s°Ø…˜ÍªWð£}5í›6C[Â‡Ãæ÷©»©¦=>NÝM5|ùÒ•PåýE´ªªº®SKD\§ÈŤäb}>‰±™B+ëäÞÁsoy`«$áîõú¢gãµ›P©TJßK÷zz£_GÍ %£OŒš©É¥} o—k»«®ëZ|U¥§þvçe仑¥Gó–YíÔçêòõ.oC¡P0Þ6õ9}ùœ‘o"D4~y<ŸÏ›ÛÚä¦GNÓvÚÏæÝë_‰3ÆFÏŒff¬µ²í»¨i?Øl´{®¦'οÀ¨ájwqž•EÑ 9îÔçªäbwK»eî`ê+-û)'þn‘ˆˆâãÞ½Þ±+c $KEi»äïó—æìv•Ø%®àU6&®MH¢4|j8û4Ël¦0ÓöømQþB–EÙx +ÉÒòy¢'£‰‰±«cü4Ï>É~¬Æ,^¯7q=Á‹]ˆÕe¢UÏÛ«ßM¶]Ô9ý°<~ò¸nÊþ}û×z-Ÿ<¶ZË¿YÜËw’ƒuîV|ò.Yî è²awÀ{ÀOwúAF}®j*nqÎGÏŽ*_*µ“·“D4znTƘ·Ï{óVõv†ñ¬3Ð`.6|f¸ÅWµÈépQY/393²‚Í1®GÎ]‚Ð%œÿûùåóäŸå£§¢¼Â'®OW”­7Þ¸.·¯á”™¿OßKð~oÝó 6»É¶‹V¿¡õ˜3¿ZÕþ}û›f®å¯äó/‹þ€¼ä ‘àfn‘˜›ˆäòB…—^êØ1†B¡ø)ý&jN™¼3©Ïé‘ã‘ì£,Íf’?WoùÅÎÅbbñËñâÛbòVÒŒûWµ(z&;KÝNçŠÉÉlKú~šd´A{­¥&S¾>_ƒdÌ磧¢‰ë‰øå¸ÛíNÞJ¶Øø‰kç‡y–ßø(Œ?§‹ÅÎÅjï6Øôür63ÛwÑêwâ&´‚±á*_bÿò-¢(J¢dÞ[4ÓÒ³×ôi¯Ti»ìÙã!‡“+düÌÉ»äéMk¯µþôºè³gyo±z±3¯O=*”ÞjŒT­Äƒé™ì“MÈÄÏÔĵ‰ÄO õ¥*ïãâD”¼Žñºh±ˆÅ i/µâKsÎ\Œ©³Áƒ™ç³Å7ŸçŒ1^A×}¶ÒÒñËqå …s®¾P‡O ›ÏU]´X\DHÜU}žPz‰Ç,°Y/¢k! `Ó]D [Pâ  Ö¿¡ \Dçžâ9lv¾>?F‹¸ˆ@, ‹ˆEÄ"b±€X@, ‹ˆEÄ"b±¸ÑtïêéÞÕÓí©k˜M;[ß„•ml§uÀ'çX‹…úúü¥Rij2åÙë1'žBCaQ?Õ''ÿï/g?úÌ _[ge‹êä.@,¶!r$|éûñäÝÔDM,&麗(r,¼Iz¶a¸˜[žµ)„ Àz\D‡‡ÂŒ±ÌÃŒ®ëÆ]×33Œ±ðÿÑä½ôþþž=½û LÞNÕ]ÐMÞNùúüÝ»z|ûüÝ»zTU%¢ÌƒL÷®žÌƒ ©ÏUã·K™{+e¼¶×ë‹‹qέFpu׌ [ÒÖÌm±ogú~zÿ·Ò30* Û¾—Þ` [éÙß?¾Ÿ¶ºÎ<Êv+Õδo|íu}[[mÌְ͈ÅzÌŇƒT¡©NS¦þ9E 2›¼›Š‹yö(3ù\ ?ûÏK“wÓµ/ŸùMÍ>ÌüþrÖ¿ÏOD¹ü efÌsÏfˆÈ_‹|^œ™žUgbgF'ï¥ãWÆl†iæ÷V-ikæ¶Ø·3—ÏMßÏL\S_¨£gcË_ž¾Ÿ=“·‹¹§¹ÔÔÔ¿¦®%}?3|j˜1–ºusèh¸ÅƯl«›¶±øþ:úx„ˆ&ï¥>¸‚>!¢ä­I"Š~;Â\,z2BDÉÛÉÚ×ÆÎŽ2#"Ÿˆò¿ä9çÙ§9A²Osœóü/y"ò÷-ÅbôtTÞ%3  QöQK·/›¶dÅ3›ƒ)ó«•vŽža.è‘öZ[¾ÌÄ$¿»±KˆŸkC“wS£gGÅíâô?§¼}¾•5¾õ­nÚf€ §½{‹é{õWŽÁCèdfòù•Þ–ýQ”ˆH{«Ñ~ÿ~sæºÓIèŒo|^9hæÙŒ‘†×'N?‘}’›y6Còy{Ù ÏÕ±+cê Õ¼f/•J­lNÓ–¬xæ†÷ìš¶Sì’ì÷Iñm‘ˆä²ñ£$KËç‰_7ÞZä]òŠßú ›¶ÙêÈX7þ1ÒZ“X´ÉÁƯ#™‡™ÔIþþÇ÷‰)–Þ–rùÇÕ3Êæbœ1ï_¼ùÿÉ'®'<_)þ>Ÿç+OâFB×uïx«ngôT´T*ݼ1áïóó ïÙÓÛb [oI»37´âvš¤í’öJÓÞh²,QQ+6ßݘˆœ>3zÓÁüü«lüê·ºÝÃà£s RY/~ú‹h"òìQ<_y2²ÙGYÏ_<ž=J5.EŒA®ëÆÕqøXÄj!þ}>"RSCÁ …‚õ7µî šˆ‘Ûåæ¾ü®âÒ Tˆ¨ôf©wlZÒÖÌ-k©vÁz2BD—¾×çôÒœ»_>×ëKÞ˜`vâÔpú^º­Æ¯ÍVl0kûçÜ‘“ÕSȸ«Xýþhxâ꘦i¾}þ^¯oòVrø¸M,úAm €ˆƒ!c€kÄ¥!q5¡ì–CGÃþžš+Ç:£g¢‚ øüûÍ;}6-ikæµØN»1×Á`ür\{©ùöù#dž³U“‘±Ñs±ädë_‹­Øp¶ˆ¢HD-þ‰uú^ WCC{©í È;åǦÑ«¿ˆöõù ÿ'zÃ9qjX}®R…4M‹]ˆQô†o“]°±G/ÄÔ*c̳[¹y}Â|®ˆÅÍ(pÀ@¬%\D ‹ˆEÄ"b±°†ÖðïñYR°FÚý¬°N‰E"ʾqbÿÀGÙ.·õYa¸ˆ@, ‹ˆÅu1}ý|[Ó×huk÷Bè(Š,&/Fí÷f‹û‡bq“¦sç,>ŠÈ¡äýìÀ©KèŠÎäø´§ýZÓ×ϪƒO–ÄÈ!¿ò…LDê+-y/«›”i]YSm¶Ñ~Ÿ°sj}ž«/´‰tÖ¬»Ñw}ócCsÏÕåMíä6#×Ð&ÙëR—0ö]8õ(7v+CDþ½ÊØwáá+É✎c®îH!´Ï;½’Ü$ÛÎQ¥AW 7i,. ¨Z1›/?¼Y–“" ÷û}Æ(÷«–˜ÌðŠQqšÂƒþ€×Ã¥æÒòËßf!‰ñ¯ñ[©KˆýžÝ2+¼Ð&&Óú|u™ÁÞÐsPö5ñÏLíQ[]©Ecú›?ý´`´ˆÒOòN—sèoþñ[i›ÕÕn…ýêäbü›ðÔ£\ä¿nŽ˜<Š9è—EQŸç©‡ÙÌÓÂòΩž±.–º _HpÎÍ)É ÑÈ…¯ðèÁ€o¯BD¹gjâþR³w3á~ŸàJsúØÝŒÔ%„û}¢ ¨oKãw¦ŠE»7]×S³SûFì»úýZü‚‹©oK‰;ÓÆè»Å]_w¥bßÏÓ×Ï'ïeC|‚ÀêzÕêjØŒVzÞê…Dèó4ÜÞº¶5<–lÚiµi`úô÷ÿ̼½ÆÉæß«ø½½‰fŒ­(âèÕdø\‚>è{=»dcº$¸›ŽGN]2wÿùSáé'…ðÙDøÜx¹¬G‚KŸþß«ÈÑËÉÈŤÔ%„ûë«X5ÆJïn9›Ÿ©’ÍÏôî–?Êê|{”±oÉ»™ô“üòmlhôXpòanḁ̀蕤"K ;ÇÀçyöW5Ðç1§ú<¹g*ç<Üï—$!z9½œ”wHµÍöíQF¯¦BgƳÏfâß ù=JìZ*tf¼ð|väpȾ¯—î÷©¯KM·½w2z5:3^x®E ´µëïN]JÜÍ~Óš®«G‘£W’Ë{ÕæZeÏ78Š,¶·®m %›vZm|²Xœ¾~¾ö‹ˆ¨Bñ©èAä ?rп‘2Þî¼½‰»™âœÎ9Oþ3ã÷(ÆüÞÞÄÝiczâ^¦­µ_L^j¼Â9çÉÙÞÝŠù«ä½¬®ëº®'ïeý{•úÓÌ¢1Ö§:+ëŒïÊ:jþ çŠWØç Ä~JÕÞœj®B‚ .A×õñÛM:-ý$ª)Ãêó¥åŒ7-³Ù‰»ÓµÍ›Ìçt^áS ŒÑØí¥•¢ý‘º ôyw§›nûÄÒbsÊvq‡ŸG‘}½ñ÷cv›u%'3 ïuÚB«ïù:VÛ[×¶†Ç’Ý¡n±iÐY÷õyžÉ«CýÞäý¬yU+v 7ÿotùÌ¢ ß­p§Ê²=è—·KŒÕÿ'ss™Åwº(õ+µhŒå…áˆ]M™÷lÖU´›Chõ=ßâöÖµ­áN±;Ô‘‰oѸSðz.ýœŽ ä ªñ\¢¤ë±k©åÏ(Jº.mêŸêVˆ9˜qN .Áò=J=Ìåž§ùo°Ï3ù¯ìêW§ëúÈÕÔ@_o¸ßÛpŸÌǃ²$Ö½ Ú¼° jnÆû¼œ/hoªï@¹gªÙìèáÍ^áàb¡>õmie]Ýâ® §æÔ—Újv«Í!dÕŒ†=ßJû[×ðX²9Ô¡ãF‹ËF2OªÇkî¹*v Ñ¡ÀøítúIžÅ¿‰]‚6§OÞ¯fJêQž9œcg"ŒQêAΘ˜¸3=20Ôï5ž÷y¾”ßÏœ›ø{˜±êC·±;™áCþó_u§å¼_-Ýp™QµÄ¹ˆñ8/õ0»ìv[ãÆØ\‡Žþ˜ŠôwñÕWÚèŒJV³:]×G®¤ÆÏ„‰œ©‡Ùºml(÷\}A+•Æ~N7ìœúã“\ôp öã¤9%õ09èOœ‹9õ0÷QŽιúª8~kje]Ýâ®WvŠÊÎÀÈ‘@í%|»ë²9„¬šÑ°ç[iëK6‡:4µEE"Ê=Ͷ2wú^*x(Üâ¢Ó÷Rø¼Åv“ÏZ‘ºmýóÝ‚Ôâ̾>?á?ÿuYu£>9Äb§û.²üjÖŸ]Ð!B§qù €Ñ"b±°‘¬í½E| *¬}-?££EÄ"b±°‰cqË–-›¡µë¶™MWÔVK6ÖÞÀhñswä@§Çâ¦:KÕßÔÀ€s«Ó¹Õ9Pkþé„‹‹‹·WíˆÐÀhqýh¯4ß>Ÿÿ€_{©i/5ÿ¿oŸO{¥¡g‹-¨Ððéa÷6·{›{øôðR%Ò Å.Ĥ’ÛíÿaÜŒ›P0äv»[¡`HïԲ˱ ±è7Ñ‘ïFDQEq仑è7ÑØÅ˜9Ãø÷ãîmn·Û=|ji“k‡o—þóR·Üív»O?aÖ1~-H’”ø1a¼dË–- ‡~æÄì“l¯§×étJ;¤äÏIóWV/l¾w–µdí€NÅØÅ˜úBU ªZPÕßT3;.})ÿßùÜÓœ¦iÅ7Õ88ý6Z,ËŲ´]=7ڙݚy”‰ÔN‰dekgPŸ«ªªª¯ÔKÿ¯þ³sÆÏ>É>~òXÓ´…ÊBì\샅?Èøø“7’Ño£Æeòââ¢ýõrx(»[øc¡/äóyóúºé ­öÎò–l ½`om?{äÿÄë/ËOÂn¹{úá´²[!ã~ÜàÀïÚïDÔ½«{úþ´ò¥å‡­óy.+²‘˜ —ü)»uË–………Ú¢kœsçVç⟋ÆogÕÙê&¿Pú«›lnEÒ3ý`ZþB&"}NW<й™×'âã™Ï_<6½Z÷+i‡;  ‰5u5[y¡ÕÞiØ’²wà3 ÏéŸó§sKEygµ~…ü…\,U[_|[4ráƒK¶_ ûýûÝn÷–-[œ[¥·¥ÎÜgB—`nˆ¹™b×R$-mòN¹nN"Ò^kÝ»º+\÷6wífŽ_‹4L"»ÑëƒLöIVÙ£tïêÎ<̬~ï4lÉFÙ;~-‰’öºú,B{¥I¢T¾]ZþŒ"t(9Ñ4mqq±\.wl·’·’µS’·’þ}þÚà3¿17y©O¶K¿k¿/Ö0•{š›¼79þýx[íñ|å™JO•Ëå‰kuW÷+Û; [²Qö@§ÇâÐá¡áÓÃ¥·¥ÒÛÒðéá¡#CÆôÈñÈðéaíµ¦ëúè™ê]ª¾À\Lp Úk­­Ó{Å/Æ?%Æ/•J¥Riü‡ñÄO‰øÅ¥[ ç‡_Õn²iäôȉ“'Ô*UHýM ýïù+q»˜{šKÜH˜w$….A}Ñä¯ÂCaciuCÚ¦/´Ú; [²Qö@gÅâ–QìBLÙ­(Eñ(Ê—ŠùxáüßÏ{ÿêõõùdY–vHæ˜kôìèç_Ÿ¯vðÕiä/äÜ“\öQV–eY–33¹'¹Ú{e¢(Šò…¿¯{yôÛhp0:ÚâÜ:Šù bDQÌ=Í¥n§.ýç%"Š‹ù¼>ûʃƒÎ­ÎعXj2eLlå…V{§aK6ÊÞhSëùÈšìŒßb<“{Ÿù#0~)oQði¡ò_§ðíó]C? ¡ját@'ÀE4b±€X@, ‹ˆEÄ"@­MXk­7¹ó ó"ç6¶›¹)cqeB7èepnuözzGÏŽ®²ÞSí§±¹·¹ÃCáþÙ×kt2tBQÖÕ{æ¶l à脼ˆE;›ªL¨ñ©Úåwåä?’œseb~Ìõj¸¸¸¨>W%Q b(ŠÞ÷ácѦLh·Üm~RôäÉêÝ µ[î6Þˆ?%¤’Óéôy}µïx ‡nÙ²eü‡qi‡ôÉßÁcž¯<×&"_Gbb¥Ù¢(Æ/Æ ¿š.­a§Õ-ܬŒJÖG]þÁ+kùÊ‹²VhøÔ°Ûívos×iX‡Þ[ÞÚuè«v7¹a#[<ã kW˜·iÛ‹U6eBýì“,•Þ–"§"|ž=èT{ùQ6÷4W.—‘¯« ±)š}’-<+tNÁ¹á“ÃfAÔU6»T*Å.ÆÌÚRvKkÔi6×MµucÌáÕÍ7ƒÕ·¼Ý¢¬±‹1õ•ªªªZPkËr­Oï-oí:ôU»›lÓȦgœ9ÃæmÚ¶Žf¼üþr¶•¯±Ëç[œÓ˜yñCD´°°P;eaa´¸¸8ý¯éà¡àâââØ•1¡K¸yãæââbðPpú_ÓÆ ‹Å¢ùƘñ½²[ùýåïæåª¸]4WT|S\ütjO•ª?-]Y³ëöš ³êló¥5ê´º¶ÕÍË×ûø¿{¾ò,ü±°š–߈Ûʼnku³5\©AÞ)›Û8û|Öœs}zϾµkÔWínrÃF¶xÆ¿]Z:+ï”ë¶Îf&®Oˆ¢8ólÆjW6mÛ*•ß•[Ï¢Ög6òp]G‹6eBýûü¹|Žˆ’·“©Û)£l^.Ÿóð›ñm^–šƒy›Â¡µ‘;A©T2 ¢®¬ÙµDô›èð©áæKkÔimÜ­¡ž8u"ó Ã\lõÞnQÖºZ¬K÷ËÖ¥÷ÚmíGé«v7¹i#?aaÞ×àÝtÑ6eB™‹õìêIßK3Æý^á™™ž]=µè—³)Úi&nL˜¿Êf ]Bì\ÌxYÁÒj#²T²| «Ï郩;©Úsx5-o·(ëµXkžV­OïµÕÚÕWínrÓF~¼+®Á»ébѾLh ?=Qäh$r*bÞX´bS8´CpÎ ¿†O'Nš[ºÊf뺿÷|åYÙÒ<_yÆ¿çœk¯µÈÉHm^ÔÖG ââÞ¿z?V‡·[”uèÈPmÙØµÓ[콆­]ë¾jw“íIŸ´0oÓ¶áÞâ’Ùç³þcŒ1æ?àŸ}>kþj¦0C*¿+W:ä ó·V·Ã'®M(»rò¥b܈´¿cµn÷«C3S¾TFþ>bl׊›]wk,0¨}oeiæ³Ïg½õ2ÆÄíâÄõ súØÕ1A¬ž¬¦åÆ7©É”ü…l<šœ}Üp¥uwc£ßDAº£ÊÍzö^ÃÖ®u_µ»É ÙúGDÆ­|A¢ßDÿlûü*‹Ên%~1¾¼OZi[ÇÞ[DATøÀ†(Ì‹‚¨°NP˜—Pù>.¡0/bj¡0/.¢‹ˆEÄ"b±€X@, [×´,Õ Ÿ°ž Q~ÆÇvb:".q6lÔX\*Jév>ï dPˆ²Š‘Ú ®¾+ ?>ã³Ò4MóüÅ>þ\»…([<Pß‹U‚ ÄÎÆ ¿V‹R6,º¨½ÒBÁÛívnu†‚¡¥òóE#-ç·¨úX˾êã |ÂB” GL­#Õuݽͭëzƒ)>=ìÞævosŸþ Ù‰ŸÝr÷–ßÒ£ôäÿ;ŸüG²{Wwµë‹&ÃäUßµéacU´á·:h;§¢/bqýdÁË#ùIDAT¯|©uÑŃÑo£Åb±\,KÛ¥Ñs£Õı(i5?­®êãÊ|ÂB” µ^ŒT„ð¡píùœø)9!v1¦¾PÕ‚ªTõ7µ6å32Ÿ<^øc!|4ìï÷§ï§?z\.—þÖ¤+mØú®í)m¸ÇmÚN«è»¹¬sAÔÚõoUtñƒ*Ž,˜Ó­ŠFZÍO+­ú¸Ê¢ŸªåꋑΪ³âv±úö.Ê;eã…u=_ÛìÚÊ«dQˆõ3«ïÚn%Õ†{Üæ ý´};ßçSÕ<¤~×~—¿ …Y],üRØïßïv»·lÙâÜê4§[´šŸVQõqåw >]!ÊÆ£×vªS*»•Þ=½éûi"š¼7éõz‚vu=_ÛìÚÊ«ÔZ!Ö^ßµÝ"¥ ÷¸ÍAÛi}q½æärún:z*Êç¹UÑÅСPäXDÓ´ÅÅÅr¹l¾Öªh¤Õü´Šª+ö Q6ÔnuÊ‘ïFÆ®ŽÑĵ‰Ñ³£ zþUƒf¯ø-d#Öwm·HiÃ=nsЦ‹EãÍÐ×çKÝMY]\à ÌÅ— ½Öj/«¢‘VóÓ*ª>®Ø',Diuo±­b¤þ~]×?&œ[fíСÃCç‡KoK¥·›½šÍ®¾k»EJîq›ƒ6ѽÅå7z¬Š.Ng¦å/drq³féµE#­æ§•V}\¥OUˆòã#]\¼yã&=þ¯Çµ·G£ßF….Aè¢ßFÍ›§d]®Öê_ÝÅXßµÝJª ÷¸ÍA‹»‡(ˆ D¤%@'@AÔM…(:*ÿu ¢@,ÂPˆ Cà"±€X@, ‹ˆEÄ"b±]Xø´Ý¦®Ý ?UƒW¹|dÿ:wÔ:‰6i,nÂSQçÚ&ŠE}Nwos×~](¸ôÙvœs÷6wmQ*ª)æ¹A÷ ¢vÎ9â«kqà!WKè|^Ÿñ9øD¤ëzú~ÚÌÁôý´Ï뺄Ϧ[QµÓN{_…N¼ˆŽ‹$ïT?Ç?÷4GDæçÔ'ÿ‘Œ‹Ô´ªlÙQ…O­lÜ‚¨UUgV¥å<+»“vHn·{ü‡¥—7¬hÚÊz©Í*©V6VñÕÆµUÛéÛå ·jCÓ“hSt]¿X gžÍ—ËçüüÙ§Y"*•J³ÏgƒƒAjTryeËŽ*|jeãD­ÆºEÕYµûîÒ÷—òÿÏ=ÍišV|³ôñŸM+šZ­÷£TI¥V|µamÕvû¶vá­œVGææ*躞E ¢ßFÇ®Ž-..zÿÛËç¼õ...Æ/ÇÍÓ»¶$µððégYÕ¦ê,YW­]¸ü…\[¤Á¾¢i+ëm·JêçQ|µá^k«oënÓ†¦Gf§tý| ¢FŽGR·ST!]×½õêºNJÞJš«VŠ@vTáS›{©· *YWµ{­Ùwŷņ¯jZÑÔj½«¬’ºA‹¯6ÜkíömíÂ[9¬ŽÌMUÐu]cѨî–üGÒ·×GD>¯oüÇq£Pë é¨Â§V6zAT«ª³-V•¶K+{¾dµÞµï6VñÕ†{mÅ}Ûb¬ŽÌMUÐu½ÿn1|4ìB¬éYZWÙ²£ ŸZÙèQ­ªÎZU]~Y0|zX{­éº>zf´õ~³ZïÇÚw«øjý¶â¾m± VGææ*躞÷«rTï;ü®ýN*¿+Û߸©«lÙi…O?Ï‚¨Ug­ªÖ/äÏÅóÿ缸]Á¸›Üb¡T«õ¶[%õó(¾Úp¯µÕ·Ënß›#³Ó º¢ êf‚¨­üQu3@AT€ÊQ‹ðD踈@, ‹ˆEÄ"b±€X@, ‹ˆEÄ"b±€X@, ‹€X@, ‹ˆEÄ"b±€X@, ‹ˆEÄ"b±€X@, ‹€X@, ‹ˆEÄ"b±€X@, ‹ˆEÄ"b±€X@, ‹€X@, ‹ˆEÄ"b±€X@, ‹ˆEÄ"b±€X@, ‹ðžcíèés:º‹UÌÅÊz] ¸ˆ@, ‹ˆEÄ"bªÚû»Å@È-Hè5@,Vá/´шEÄ" ‹ˆEÄ"b±€X@, >!ºð©HëcæYVÞ¥ ó;§ó1ZøÄ§eá×ôÆè|Œ¡ ·¦ìOKtþ'ì|Œ‹ˆEÄ"b` àI4¬çTi4ÝÅÐ7€X„MG/ʲÎeÓ*äTdq0ˆƒkC%שÈ+:1‡ D•ÍûÞ†#V˜‰üQVr ¬Âù‡FÁAü¥VºŸ"7®tUž™Õs¥²¶À99·Ê=‚OqÚŒÿ ‡-¬0Æh®X—‰TáDÄ\nz©•¤1fìp*e³oê87ó@¯P‘JVwd]QÅáßlÝ‚G.Ðn&ªüQVp0š+/ÝX¬ðêUˆô2«,0U+=H¯xEÝ»zÚš¾k±ÌÎW¨¤R/cêK1111±.ÆÆ¤½ÔRZ¬ÀSˆEKü¹Êe#½LN"æ¬>x1¾ˆÈŨÂI×7’1ƒ~ëÄqb%;¥%øºˆ¹ˆ9ˆ¹+ «#bbŒ„.âs|êMB­d‹2QÓô‡ˆæŠÄ99˜t(,ŸŽR—Û*J‡Âò™Q%ªé:›/³ÂŒþ°ÉI•¼‘ìÞÕ“¼‘D'¯Ó®$=;—ä:g‘ãý±€bΊP½ vˆë<;—ä¤Û/S{©8éÙÓÛ³§÷ıˆúRk8W_j½^_òVGïkÄ"´|.½Ö"óÚÙÝ? ØWùT”º$"’…„ƒÁêãÎuqÎßhMbñnêüÿ=Ÿ¼›B'¯ÓP‘gµw*cät“Þ9¸ÀÜÝÑ¡] ÉáqVŒ‰ÄiïT•Û½·ioŠ¡¡°·Ï—{’Í=Ézû|á¡°ö¦þó/ …Bøh8~.9A,Â碲tqáå,ÍéDľòȧ£Ò×QáÐ9ˆ*¤?WiþÃ+kkÙ'Y·Ë9v îì“\í¯7’½{}½žÞØÅxírNïÞÕ“¼•ôõù̱IâzÂ×çïñôŽžqã‘_­N¯³LÞMùúüÝJOèPH«é4\H÷®«ù7F,Îç¨Bn‡$Rûåt0F¬w{ ²'áq…©ÂÈANQ…ÔùœÍÇ GŽG„.Aè"Ç#á#áÄãµóäó¹È©hâêX`0€‹høü’‘¨Búÿ䵫cf2 ƒ#Kw'Ëw’œsFD.TŸÃX›¼›ŠQähxòî×V¹§¹Ìẹ́ií¥6~=Ñtzþ—Bú~æ÷—³D”¼•ÌågÒ“©ÜÓUøøÕ„s3ÏrÆôRii8“}šOßKÍfü}þÑs±ê0Öb!Vóo”+èâ‚ÆˆüR4ꙊîIU¿<)¹ËljqÉ¥„öÄ;âBEfDŒQñÍæ::—Ï…k§„³ù¥$Í<ÊŽœ¥n%½^_çwbÚ9£* DÄ+œW8éÿ“×®QÍ@L¿7Y¼6Æ‹EzWäÅ"Íéü]Ù&KoŠ3Õ>3µTså¿»$±KŠ_ˆMÝŸjaúy±KxŸ¶éøÅ˜¸C\,v.6ýpÚ˜žº7¿7¦Ÿ¯‰³±‹qQ”c‘“õ…j¿«ù7H,.ð '1‡ 1ÉíZúbóO¸9s0ÿÎHx׫(ïwú‚Õ2õ9]ܵS„mn}n)F‡O Ç.ÄEÙ]„?*ƒ¶/¢Yeéðqîê!G͇EÒuþj颒‰"yz­–—¼;©ëzÒ[;åüÙã{I–ÌoJ¥’9ÕtQ\úÛãb©¸ÿ 4âRÉ|ù§ñûÏ/]ŽÛo®ÕB6ø{“þ½—¤Q:¯Ç ú˜:ŸPç“=YšW1ªð™·™ìÛ1rͺ]Ìép.THrö2ëý9òm4u'•¼•Ôçt}NOÞJ¦î¤F¾ÖÎãßçOÝHŽž¥ï§;¼‹0Z„ÖÆu^©|ž½Ri®D]béûñâå8q®q.ßH’(ÒoªyѹœÜâ(KÞNœ©O¢£áñk‰àÁ ù¼¾@ˆWxp08rj鳚^+r4LD'Nko5y§|þýŠ¢'#œëÁ¡>ÏëÎÛÖ²Ñ).ïÌSÄH`Œ9ÜNcä.ó"VäÅÂÛtÙ1ãî¢rS…—+:U˜âòÚ,P–åÔídüÊØø "òüÅ“º”åú!¹g¯'u;>)¿+GNvîßèl1®ArO³8ë7-£&gó*KózéF’ågè·‚qJ 8w+Åf ýçWžòãÕ);e}"‹°=Ê&ïäô½…WØùŸ|×(ëÙ¦¸™Äˆ1‡[çDºDŽæÒ#NœWÊe^,¼SåŠHŽ5ýo¼Îot7ÀÑ"´Ã%ˆÇ#¥ 1"#õýA†jNþ0þ¿]Õ,mþ'²ñG6°vWÒþm‘ÔU×<Ì-8$æ`‚ƒtV»$r8©²@¤—+\Õ56/ùåˆM&Úÿò¸+‹ÐANFt"FÄÞŸv;åÒ… ÛŒ‘}ŸÈä OãùJÎÓÅe—Çí’$'^®”µyµ07ÃÊrpGLdòg|ˆEø¨Ã AŽGt"VáôB5“ñƒ±ÄûL<ôXÇ’]JdÇX¶˜,hYuë¬$H‚C""½R.êÿƒdG G¶é>r±í'c— è̼«ÈkŽ)}‡ŒLÜ£&vŒ*sj9§g4Òˆˆ‘ ³âöÉ‚ÂØfüŒnÄ"¬4OFôG2ýÙà>0O¯°éŸ±t>Î9Ÿçå…Æ…ü2ùŒÿÇÂNFŒþ`Å…¢s+˜›1¶©¢±+OFñpý°÷ cä ÉÅx…üM1bä M8`D,lâdt0r÷…Q¬q þ— b±€X@,¬ˆÓåοÿ8q<‰"¢™gÙ¯3ètþ¦ÍÄì£ió¯”0Zœ–è|dâ4U¸²§ú)ñø`1@&reO¯Ô%z¼>\D2‘+{z¥í²àp ÈÄj&Qú~ ±ÈÄj&â‘ ë3Ñ|ä‚Xdbõ‘‹1¹2\™øa&¹2\™h—‰xäÈÄ~Ü[€Ï$ÊK!(Š‚K°úÑÌD2ÿO4`´ÐÀÿ; öº“->IEND®B`‚caja-actions-1.27.0/docs/help/de/figures/cact-new-scheme.png000066400000000000000000000313451433352025300235300ustar00rootroot00000000000000‰PNG  IHDRŸsn“: pHYsÄÄ•+tIMEÜ /Á»6tEXtCommentCreated with GIMPW IDATxÚíÝahÙÞ?ðŸ—\8,L Â (8Ea§¬° Wxè‹F| )]0Á Û °fW¸¦+\Û+<:O_ôFp[/x/xvI…GáJ#r{Û¹›=•"¢h$º wùöÙök²Ývï¾øé¸$Jµµª­án>–vBË”jÍRë1'›Édmž—ÒÛÈ=˜ ÷‡”áá jêúDà\ròN–sζwÀ9‡Ý*mv ‚ÿ"î÷ùcœscÁ>?ŒÃzÓ ž:„ásÃú¼ŽÒØi-S§±É˜e»Å½Ùœ\Ìû"WÒ ò!É0-ëY¹ð >“  qS'U‰˜½63úYtwäY÷Õ /àK^I–(Ë䨉ÙØýÛç@Üæ;HèˆH¡¿¹†ms,µ§Æ¶”nΜ¤ÙŸJ¢'›Ó\ŽYº×Åt£âõfT¸ÍÌrÞXû®X­Û]_éÛîÛ¹Êô¿§‰¨ï³¾Úïã81 uHú¼žº‘jx¹õœáÞp¸7,‰RŪdïgs÷so¾Ö›6{–ò±?—ÈÌÅÊ?•§²SåËo®’âSˆH{¦q›kÏ5õÔúGÝØñ˜´Oâœgîdrrµ‡‚Ç‚o±©¤b'b‚ èózúÛ´"+}ý}‚GÐ_èã7ÆõçK'¤?ÿ*ND–ežÒÿLsÞôPi¸&ëÜAÎCõêŸÒ°Ìßå)Sÿžr&®±O…#Ç#’(¦1ywrèÏCëÙãë?ÛÉ­›·VMùòÌ—ëyŠ3[ýïoúÝÒùoÙd1q2›ã Íåùó‚ö²’a͘%ƒôâLÒH’do‡@T]ªñmçŸZÕ õCNÇÊ'¾Ásƒã—ÈCç†Z<«áœáÞpâO ]×c§bù™|â«DøX¸ñjÔýÙâYC燔•±«cÑ?F3“™ègц«Ä9¥o¤‡¾  ¡öP¤7¢þEµ­ø™xâLBÞ'¿ûV(•øÙxòJR> 'G’’(ÅÏÄ“W’òÁ× 16xf0úY4ó¯LøX8~2¾Ñò\çê ÷9?Æ9çMw}ÝŸo÷”¥ ÷õ…ûZÏê %¾N˜¦;¾0ê ­soà8l§Ÿ†uùu<åÖÍ[+ÉØd6U«ÕjÕ™Í I½8œüSTÿ…ÒE+ðŽÉå²VÐËŠD,þF¾#AδÙçýZÙþoÓ¹×Þ«WŽ6¢ÚV;µ’Ê/•éÿ›úË´Oªh•†sFú#D”þgºòKeò»ÉØç±p¸¾ãoÕ×|–×ã%›ôy½òk¥ò¤RzRj¸2ê¨:tnH>(‡Ž…BÇB‰?%’W“ù‡y" Ñĵ ã¥ADcׯÞ}+RÿHU*•üã¼J*¥þ™ªüRÉÏäÕU> ×¶1};]«ì$þœ‚«^}Í5ÙÐòö'G“ÌÅÔµÙÓWýùOY矑ã"»>fM\ŸpJc%¼¾ã°mÄ>Õ~ÏÜɬ¹É±Ïc™;™†O_i±ÙË-SMÓ,Ër¦šDÜ¢øhZò°pOPb¬T.3b‹¼ûyaž‡?’äƒ^ ˜¸4Msû—]—ÒÕì¡úõמjÍZ¥áœÎÕ´ÌäJ¡Ëûäú…¬ZàšÏ»:6|q8}3í4<Ç®Ž‹Å†›˜;ÄбÐðùaæaƒg'¿›¬-¼\.¿öaÆwÛ MÓÖ\ˆrXúóP—Ò%B­Ój£å¹þ8H^M2ƆÏ×7½›•ùÛ=eýÖŠÝ©>X ÖÆJxÝÇaÛh]ª}úÒ; ¯Ríé¶×XdD¦¢(z¹À]‚öT“¡(Š6§åçkïEoÊ|— ÷†A Ée"ræ¯-üÒ_EQð—.\z—­X?·ËMD«Â\lèüÐ{-v'§’W’Ù»Ù×Þ¡›—ù[<¥A  Å>½&¢¡‹CB‡ t—þriÓK¸ý2±ö³þgí9ºft6­€™.¹8g„{Ãò>’m"Á˼"1/ÉäªÍÍ9kG”ݬ6»Î†ê»˜ünÒZ°â§ãNŸW©\Jÿs©ïI½¨ª#jòJÒ˜7Ò·ÓN¿ÌšÏÊÜͨTå…l*ÿPN^I6|Ýʯ•¡óCÉŽ$s1cÁÈÜÉŒ__µðÜýç|ìúØ»lÅú%Î'Ô‹jæÛŒ±`8-ë÷Ç©¨ªUõ¢Z¿[”ù[<¥Awgó™³÷²ä"§ õzf2S_éÞ”Þ¶Þ¢¦öŽOiýô=¢(J¢Tëw«…žïH ÖÔŸkÒ>ÙwØG.71V~ªUmò+òðŤñÒà‹@sò!yúßÓú ½¯·¥±ešö»9¬EkêaÙœ×iºÉ#ÇÃÙû¹üLˆ&Ö+¢  ‘‰ë©¤´9MÞ/'G’D”¾‘F±l½&éf“>§s:çœyÓf#ÇÃ¥§³ÆK/rÆ·Qteïg“W’ÊA…s®=ÓÏægò(–­×¤eú:ñâübÎáJìð–i=„ìÔ–i³ìà–)JÚÏïPÐÎ-ÓÂc\Ó€6ì¡îh™ ÝnH7¤ ÝnH7¤Ò éH7¤Ò éÐŽéÖy¨«óPv l ×{Z®eYêh²ð¸`-Z‚GDiúþŠv|Ýmø¢š»Ÿ»šüùélævZÚ/¡¬ Ò­P,Q×a?¹H9¬Üº1QÿhîA®ïx´Ëç‚“w³õeïe u*]}ýÑr¹\›>y7{´·¯ë°ÿè±¾Éo3«Ú³“w³ÁžP§Òu´·/?SHÝHùÁ®Ãþèñ¨öte0ÖôíŒ3¿?T/ªœsH·<…{ÃÃÔìݬµ°2Ö}úÛÌà¹aAò¦sr³ÚìªXœ¾—›¸:¦=Ó†/¨KÑv'£^T}‡•R±î «½ú¿iY–ëŸâ\R(‰ÙÔ©tÑÏs³DtôXŸþB”$ï—ø"ïòùåƒò£ÓuÏ*ˆ·y—â_YÈò£ÎBVé<Ô%Š"h?ΘX»ª½›Y5%r"ÖpNßßôý)Ó4ò3ù±«ãÖ"»štÒÍœ7‰¨YOœ“J«ÖKŸ×‰èhèèÊ”úëψˆ¹Øk Y¸Oµ±«cÚ3Ͳ–*’¦i®Kàà ÷F™‡­þ _3mg£J”>þ#xô?û¬Å¥N.qŸhΛÆKcUÝ­årDsÞ¬ÕÈÞNâlÂ4Í[7'BÝ!nó®ÃþÍÚLØ^AªXÆúç_ýnÑÏc¹9kÁ"›´ç:…ºCÎCñ/âD¤Ž&MÓ°­ËWÆ×\šó”ä•q˲8çùÇ…Øñ¯'"¯ÇËmŽ7€¶÷¾>ïæýÈ›¼:f-XÜæb‡8ðùÀðrï~üTLÚëMÝL‡zûÆÏ¯n§b’×›ºö„ˆ(ø©oðô†Ó-u-¥ŽªÑS1±C<Ǿho»ª½›A“ ¶yËÔ¹ª€ï™@{BºÒ é€t@º Ýé€t@º|(®÷·hÜD`gix‹!ù ²•ëPœÉ‰ûåMY”ë½®hü«a1Rz’÷ ¡àƒ{Ò>yC·zÑ6û\ßé=¼Ê?–n° ½ò÷[qëÙçúÎh™Ö|Øwƒ¤üc …üØk¸ªí éH7¤Ò éÐ6éæŒ'¿þé[ðÒmf³6s—ìø4/lB¨ý<7‹r‡fh«¦È{eæb[¿& Ýø"OÝHåN¦E. ‚ñ“@pSN°m{¦½ãŠÕW‹„!ª†DQÚ›†hƒ•³Ûæ²¼æ ŽND‹Ä߈}ˆzÔh™Æ¿NT¬Ê­›éÙr©0“ô‡Ç®§6ëkã3íç¹Yç'w?'uH‰?ã;¼°1‘›“‹ÈU%1¹?К|€t+ÿPV/ª²,“‹A÷†§î¬ÜMdüZ*ØêòùÓ·Óµ‰“w2ÁîP§Ò=Õçôõšú?‹ÅB_´Sé v‡&ïf[L$¢Ô¥×¾ rÎëì Õ^4{oé)úœì Ùty4éýàåÑ$Ù+«‘¾v;u9«Tûå‰Âй„ö“Özå›méúK¸~Z¼PýF¥n¦ýG‚~Ÿ_}½(î ÎC]÷¬Mêˆê÷ùý`êfÝy;Hõ7NDŒˆ~ïüTÉEUâ»%Ý‚ð _TËåòªqNžÒ“Bv2Sx\0Í•/Zæ³w3³åR¨;4|Q]ç %Î'Î%~~:›½›)•K-&¦o§ Å’óºdóñk¯Õ%CÝ¡â"2MCI:«]ü¡ê ÑøõÔ윞»7•»75;§ßXynñ‡rö^ΩpÕ*_ï^€Ö‚•º‘R>QZ¯|Ã-Ýh ×6aÍRrr¦r§õ9½¾(šiøºã×SæK#÷0Ÿ»Ÿ+ ˆŒÐ ­òJ•Wª|é¤^®¸-=Ê9¯òJÕâUÞæé6ñ÷”|@VGÔ.Ÿ?غ|uœ/.msæîTr4)î—»TwŽ&EQbŒÅÏĵgÚºkÈÌ0 sÁEiìJ²ÅÄÉ;Ùä¨ê¼®zQ~0ýZºõ Å2Mý;ÇËÞÏQ¡Xu‰hêþTrDEI¥äHrêÞTí‰É‘Kb‡°‰=wÎ?LßÉŒ®±ò ·t£%\¿ ­Kiy~UìÄ)9¢ÖE3 _wêþÔ¥UìÄ!¹î73øPŒŠYZ(닚¾X6Hw{¹¨öãönÏ–Ëš¥• FÅlçtc6t>1}úgm6s3]Y¨ žO8™¦)É zÊ…åŒ1öf¯™ôÍTñûb¸?zôX(ÿ¸Ðb¢aGÿ³¯–¦ùÚ‚NÝ'{/;v59õ¿SDT*—‚àªu–d©þ¹›Ûë_ëw+=)ÄOÆÔQµõÊ7ÜÒ–pý&´.¥Z 4,Šf¾®išòò¾®-l7^ózÉ»—¼{‰1¾Tqs~ÜUæåŒU«lñUÌü‰ùœQýËLå}¢¡ò!y£Á9gŒ9­¶ÚdEQnݘ ¢üL~øÂp©Xh6Q¥Ìw·š…cLÞ'åäc¡žÐøõTþa^> 9¯(Š+ëlè†(Šï»ÐAHœMø,Z³•o¸¥oYÂ-_èµ·ñ†EÑd5íXEý¥.ËKËAvì€î6⵫¤ŒªKÑbó*ÙœÿöaÖêÔÝ¢ŸÇrrÖ‚E6™/äÕdð>ç¡Èñ˜:¢š/ k‘_^nL­É÷‰/}3Í97_õ}Fƒç‡õ9½Ö·ÝbâÀÉ¡¿¨º®“MÚœ>xnõåÈ`O(9šŒQäxDUƒÝK÷ù‹ö÷©£IÓ4LÓPGÕh´Y$éúæÜ™Ï²¬Ô´ò±ÜzånéÛ•ð:K‰ˆÔ+IsÁ0 õJ2z<Úz5=Búû.&ÍË\°Ô ®$|°®7ç?»Ê‰WȪÚfÕ¶¸mqâdsnsnoõµ…Pw>—H79|Q國¢ê ý}Üy(q&ιˆZ‹|èëÄ:8v%9|qxü)±C<ÏÏ,ÝD4Üúòì >¯+•Ôµ±ã§bDôå™A}^—ȗέz‰Pwpü›ñèg}Dý¬ïò_/;nD”8—H^ Q¸7œ8o¸’‰?Åû"Q¾ÈßúÂBíÒ¡àaþ#ÁÔµ‰Ö+ßpKß®„×YJN+>Üå6ôG†Î&Zï fçÉÑdèXˆ¹Xü‹Xñû"²cø­Zýóßs²ùR›Ô¦Ú›ëÊç߶ЧùPx¼®Û gïf"'bë\tönÆW·™]‰Ñò`(4‡¦iñ³‰ÂLE±5ÇÞ›ž3jL‹;¿šº¥“k©AÊ<œÿ~¥ÿU¾Èj<¹£Kú¨iïMé©FDΧôî Ò:Ï §i…obÁvtùJ2qfÛÕ䕱¾chb[“>½.¡JÜM¬Â-}q–dÝ 5;¼Ãö?fvh´¡î;éÜÃáôAênžp gëV£8“k‡º´&xXæêPýzv ö;s±©«C‚‡mt8?S×.M\LćÞ\BäX`úƥȱIBæês­ž‡161’p‚ÙÐÂßú A´í†úþæÖQwÛ¾¬E®½0‚‡•BY#"æaOdÁìENDAŸ\~aX‹üív s1IÂÿáO$†¯¦º¡ª¢=þÔÝ|´ÇŸ}X4,í¹ (¹Çåú…„{|ú ýÍÑ×\8츺›ck>²¹Mà÷›n«[.Jü1úƒÂmšz¸2ƸÔ!Ä#!ßÇ2+?Ó'&³œ(3’ˆ¤jçó°ôH"^7e7ÈËá€ÏI7¿,Q—,œÏ|NâÄzCáncTøQOMæj#EŽ¢Ç‚ÌEù´ÔÿæVÝf‹Û\i¦^æ,Î> ßÎ:Ó}‡•Ê"ÏÍÃ.ßa¥üTË<(¨_E_K7E»ƒÃ×ÒÍV»áÂßÜËÖ"wê οµC¥áÕKÍfHÝÉÅzC‚‡iófê»iÝ0‘Y:[­özÚÒÏ»ÅzCR‡M'®¤ƒ‡»jÓ/MÏ”cR±‹ã•Š„ø"Ïÿ¨…»}+•…n_ቶ«¢ˆ O5ù€ä´ï”ƒRù™®”ˆHyŸTxªEŽE¾–Ž]L‘‹bÇW>éWäÄ•t|4-u±Þ¦CL?.ù?^Þ4ÚíËΔˆ(;SŠvûˆHi • oå¶6¡#>í…¾žYýÂßÜ˵#¤ïìåÚ¡Òb‹ÖœÁX¾–Žž/?Õ'ûX»¼¥µ¥ýn¡#JúnÞ²,˲Rw¦kÓGSå9Ûœsž¾Ÿ÷¬Qv¦í ÖuÁL]uo·°©ðD ñ‘"Ë™ûyåLD}¥ðD#›úþÔœ±`qÎÓÿ› ÕeP­¨Ówó¡#Jóö¯Uë“:å€Tx¢Qቦ¤ˆ2нÁº| N­o_Ô/¼á^npŽ5ߢ5g˜ø6g,XÜæS Ê>µãúÝ6×–ö»‰‚`ü²ô†_û…ˆdYLÉû¤ú^jðtÓQòO´Ð¥ô\·¬ÝØ}“û¾4t2š}\ôz˜¦›^ÆÈE¡€?ùÏ)";„[ÿݸ¯¤¾¨EAh¶|Á#Ô:ïÂÝ~æaSׇêªÌþô½¼6§s›|‡äòœîSd¾È5ݬ?š½í×/¼á^~S‹-ZskѪ5qcÖÍíwCº­ÑïfZ–´WpzC¤½+ç›úE4ó Pxšå‹œyØÔÕ¥³kêa1ÖÊ?ÑÂ=ÁúºÞ®¢¿4‰(ð;Љhö…é TùÒtÓ²Ô뙆Äú¢6›¿1ôuûKÏt"b.ø¾IÕ–&uâ™ûnóìƒB´7PžÓ£Ç™ùu¶ej o±—Wi±EëœÐïöúÝòO´ø‰ ‚ ÄO¬t—0Æ8çœs©Cצ—5ÝËX¸'ÀyÕ9™w§|±?*k•çôX(_\ºEÒôL)1–$‘\$K¢z&R{V}QçŸh«–É\LÞ/&N„ÃݾÉç‰(xDÑ^õ©a,XÚ¼<¢8=€’à |‚Ç[ÖÖ¸°õæÂ[ìe¾È%i¥Ùb‹Ö9 ßíÔÝ2ò‰?†Ó#qçš©o¹¿yì»Üà‰Ð¥¯"–Å3 OWzR¦f ‰ÏÃêß'wóa—RŽŸ•æt"Òætæ¢ü“¥+˜Ù™"'J~;}Áš¼·rÙ¾¤é©‹qçši­¶UkNr› Ó*kZb4å4#=þôýÕWýs3åþ`¾X&¢ÌƒÂÐáñåÖì»ysá-öræaaâ/1Ƙs¨´Ø¢57Pw«÷~éÆA°SdF¸ÒÞ pÄ씺[›mîïíy¶¢î¨»áÝu7¤ên¨»µyÝ­þkÒøÿâßmûï[×Ýø¯¼2§¯ëGÓù¯[÷Uñ÷>&ÞvŠ·«òÒ¤ºÛň8Ù´ô=;›ˆªd'¢ß¨JDÄ91v¸Ë»¿éW€7÷!ø2l›3"²‰Q•l¢ßˆlÎmbĹ½œwž-]#¤l^¥ß8çDœ×BU—!ƶrunðαfÙÕj•»;0ºˆˆñ7Ò…»h+ã éïÄ-$ŠN嬺<±úÆlŒˆs7¿×ÎN·âÿ+F>˜óæ«W¯j÷ìÙSÿ'¼‹ &J6ûˆ1EÞ†+ö»­|±¡ÿÊÜÎ8gÔž={pX@-gQ°³ÓMûI«]ëE­agù{–¹?rû}þá Ãë¹[Î:Wìøt³, };׫W¯^½zUù¥’þWšs®Vô:ŠnKoã{ê¼9Ïå¿^î”;½^ï—§¿ÜmÃ_mŒMƒç½{½Þ½ÞÁsƒ«Fó#¢òeI’RO‘þ\F¢^¯×ý‘;‰6¬s­¿äc¾O}×'â_ÅÕÕ™Øð%ê÷xëZÏ ©¤¤ý’Ûí‚ÚOØFéæ´>^-{s†ñ¿çgòféº^µ«êE»§uTÕžiZYÓÊšö“¦Ž¾VV¹û¹Ð±Púf:ñu‚ˆúŽ÷%¾N†Q1*Ò>iøâð¦”üà™ÁüÃå½Dý_ç µ˜!ÿ0_x\¨T*}á¾øWq°vj+¿‰U‘®ö{í—.¥kúþ´|P&"kÁR|ŠñÒÀjxe³Sîœ~0­|¬‘ö“Ö×ß÷³þ³3óĉäh2w?çûƒïÍ¥ñE.+²S°*ù«aÓ÷žW¿½ZÏK8š½Ðšk²gÏÃ0œc•sîõz«Õ*ŽÍï;z«obm¢¶ý&–þBï<Ô‰#l= ÓÈËŸl˜+»|üêxü‹x}´•(_.•K͆L|»’7MSì×ùë|¡38ÑFË£Ïà€mÔ2]“´OúYÿùU잦e%Jµ}ý¹.‰Rí¡ÂãÂäÝÉñoÆkS¢'¢ñ/⺮¿zõªR©lVÉOÜœ ­ó%ÖùB8 =ÓmèÜЗg¾Ôžid“ö“ýc»§™ÏÏ šó¦9ož89°RÇÙ'R7S—ÿgé†6U^e&xý…?ǒ眗,žLÿ3M¶~ ¡CОië!Ðžé–ø:éDG÷¸÷D?ÆO¢çxɞב:¢*+ŠOQ|Šò‰²ª{^ÅÂãBæÛÌå¿^&¢ôíôð…á=î=Áî`Ãu–¼óêÞ½ÞØÉcL{ªÕZÇÍ^B½¨ÁÚ%Ñ5_Çl扃û»€£Í®*ü{Ð2Ø1ðÅ(XCq&7û|ç}ëu7hÃhCÝ Ö î—ÅýòN\sÔÝ =!Ýé€t@º ݶaº¿/vêÄHÐné6ô—¡±«c¸iWÃ[ìÒt+ÿXŽôGpl4/VÝþhO#õÓ½{½±S±f·ÉÅØ}€tÛ||‘ãËoaÕ½j›ý^ûS{ªqÎg­ˆ±ûé¶™m–7ëµGÇ¿÷îõz½ÞÁ³ †°ƒõE1}#{k=Æî¤Û¦U@Ö;j3äæ´§š¦iÚs­v×lØ]ŠnsSIDAT»Ú³WçƒøWûsV›]Âî™Ö×»4„¬êðZUh ÿ4Msèüe&3 ˆ±û ¡†÷æÝ>vð½yW†°;ðÚv°þ1¢œÆ£rX!¢ÔõTýÄ—VÝw4tÔëõ:—Ìy³áSœ¡ùj1Þœ­Å »Ú­eº¦•!ì^¼6„l4+¿T2“¡CXŽÍž…±ûé¶™VGDƒçMÓ4ÍÕCØÁ{‚±ûéö^¬ ŽˆÂÇÂÊaEQå ’Á`ZïÆîƒ]qœo“ÿtuÀÖÂU´Lvyº¡Y ¨» Ýé€t@º ÝnH7@ºm= í™n°½á} voºaÀÖø"W/ª‡:Ýn·×ëíû¬/?“_ó¡†%Ù¬x1 ÝÞ×Ù‹a[è‹ô™ 棪¿Võ9=~reüªmƤÛ;ÉÏäý>¿Ûí–öKé¦ îCáqaâÚ„|P& BäD¤ð¸°æCocÒí-ÅbêˆZýµZ.–‹Å"aÀuõ„b§cÅï‹o°Òâ¡w„1¡ lé½y¥ý’zAŠûÄúî غ垼šÌÞËêÏuI”"'"É‘$ó°Ö5ëkØ †1Á{ó¾½Üý\~&¯V:u®9RºÃ2KŽ&gŸÎV«ÕéÓ†iÔF`iñ½>Nàª1Æ´L7™ïSßTvªR©L\Ÿ¨o© XOùXI]OåU´[<Ô°‡1é¶™b1g¸f0 `£:v0{7k-Xd“þB¾0ê­ùÐ[¶‚1 ÝÞN___Ÿû#·zQÍLfÞœþ)9šÌÜÉȇd÷Gî£=G™‹ÕŠ®ÅC…1¡ýl—ÿšrh¿l\U@Ëéö&4Ku7¤ ÝnH7¤Ò éH·íÊ $PwCZacnÛ˜µ`y÷zëo‡¬ÜsîÝ뵬íö}5ŒH7XƒÐ!Áì½ìRØYVö^¶–Ù{Ù` (tÛpÍ1~ ìºt{sÄ?Zð­SîÜóû=]JWñÿÓÿJ;#Áú»¿îÂÑÿâ_ÄÓß-”3š_¡¸4¦_ú_éøñúZOÓ¡ól<;èõz½{½ãߌ¯,ݦÁsƒÞ½^ï^ï๥"í”;ke>ùݤó‹öLë”;›íÁf0~ ì¢t{sÄ?Gî~îÑÌ£ê¯ÕØ©X¨7”½—}ôðQ¥Réûìµñßváè‘þHéIɉ€B±:rFN0Msöél¤?²úý£ÑÐyꨪ=×4MÓÊZý`=ꨪ=Ó´²¦•5í'MU‰(Üv´7çÍøÙ8_äN¨…{Ã-ö`k?>L'Évñ¯~À7·ÛÝpü·];úßà¹AY–‡þ<ìŽ3>ôç¡B±pù.†1q}‚êî`Ülè¼N¹súÁôRÑý¤uîræ_5½¯¿ïgýçÜý\ú»ôÔÿN3ž¼š»2ÿ*ýc4~2î7܃oö aüÀ ÷æ}{ÍFü«ðšÿ¶;Gÿ‹ŸŽg¾ÍM–eþ#`YÙ”¾n8¨Xâ3Lc¥èʵ™WMwŠ4Ôr¿éoÓ™o3éÛéZµ±ÙÄø€–éÛŒø·ê€®ý²{Fÿó}êszÙ‚G‚D Çÿ>îti­s ’(Õ]ãéÏ—Š”yXס®ìÝ,c,Üæ6ÏÝÏuêrÞxîAŒH·µGü[³¶;Gÿ‹Š _vÆ£ õ„ÔuCï 'ê‹neúçƒçÍyÓœ­HýáĹDüTœˆâ§âñ³q§Óm£{ãÂ.J·5Gükm׎þ?·-'ÝÝÎù††ËKŽ$•ƒŠ¢(Êa%|,\›®Ž¨ÊÇŠâSŸ¢|¢Ô:æCÇBæ‚ûên›sv•,¡vDá£îÖnp‹ª÷ªõÙ…Âÿ€…ºìH7@º Ýn›×Lˆs²M÷0” Ý`§²ÊåÊüûéU›ÜŠ,öGpŒì¨š[dpÛ""æ’ÈÞ½oQ8rw{´ñ‡yÉ#0›ó׫o‚‹øœnÞËŠÇp;aWº çf­‚YÑ«œ‘›1ñ#¹K*®°@»ñ«8lw{´ ŒÑ‚±*ÚÈæDÄ<^šÓÍûYÔà¶9òùù”öR'Îk§µe“Af™•åý¹pGBq…v[±àªÂ®6?Ì .F ••N7›/ý‘MdU˜]ešnÞϾõ uêÚÐôwñ>–¹ý•íLfNÕætFÄÆÆ<ÄÆ:s‘>§gtµÌ3H7hü©Ææ#«B6's/][p~ˆÈÃÈædYŒ;—C¹mÇZ›ŸÒS| Ä<Ä\Ĉ¼¶ÂlbDÌEŒ‘ÐA|O½Livémmºn=È D´`çäbÒ‰˜|.AÞZÅM:“Ï“(‘MdYl±ÂÊ%ëÁçFúfºóPWúf…¼E»’¬üBš[œ D®åba9Ñ'©n[Xj¥ºˆ Ä-ž_Hs²Z/SŸÓ¿ü"ÞuØßuØÿåqmNoX5Öæt ˜¾½­÷5Òm÷/t¨Ö õöö ýaö©O>› ‰ˆ¤QáxdiЇq›sËbœó—úév'sé¿/¥ïdPÈ[Tqãyý1r»ÈMË?..0oøãÄÀ¡”äò¹mg"1Fú/šÆ[½Eé/è@,Ð,Ìä 3ù@w06Ó_®¾5@¹\ŽŠ%/ªñÓq¤l3öJ[un–,"bŸúäs é«„pb€\D6YO5Z|½¹Ú\~&ïõxã§b^Á›Ÿ)Ô?”º™ö ú}~u4Y¿œ†Ó;u¥o§ƒÝÁZM!u#ìuùüÃTîôšÑøµ¥éõ5ˆÉ;™`w¨S銞ˆêuõކ é<ÔÕlþ‘n‹²Éë’RêÜ.ƈù÷…ã‡S>OŒlF.r{ˆlÒ -8þ·ñØÉXüt\è„!~:;Kým¼~žb±?›H] ÷‡Ñ2…mpD6Yßõkcµ€úÃN´™w&+ߥ9猈~«.]jhnòN&~:FDñS±É;¯5X ¹S¹‡Óúœ>~#µæôâåì½ÜÏs³D”¾.KÙÉLáql>~-UK«Ò“‚3Ý4W*ùÇÅìÝÌl¹ê _T—*•MÒlþÒ,5ª:# I‰„o*q8³ôãËÈANœˆK%z8ÞŸl™1FƯz‹Æi¡XˆÔO‰ä‹+˜{˜º fn§ úÝ`[žv•ˆ¸Í¹Í‰Èú¾¨_£ºj‘uwÒ¸>Æ ƒ~1¸aЂÅ©´8ó¥Q*kΛy¸?\*kf]s&9¢Š’Ø!%GÔ©{Së˜~Iì–C3›UÅý’àaêEuúÁ´3=sw*9št¦_ªK¥±Ñ¤(JŒ±ø™¸öLk½fóït«r›“‹˜K˜äõ¬ü0Wí¼œ¹Xè@Å´{[¦Ì^9 ܇ºÈU÷¡vQ$ËâÏWZjLÉçoÞã6iYV—⯟réÂó»$Kµ_LÓ¬ÍÓlº(®|ôÔ0£ÿÙ× OM³öô×ÎÆåXdŒÕZ ÍÒlþ³‰Ü®¥=ÈlÆë£oãÜЬ"¹,÷Z‹Á2*âþ•‚µ~©ÔŠˆˆÆ®$Õ ÃÒÍ´ïˆéÛsÎߪ|‘Ó¢%MˆŸ‹ˆsâœAè É7nég¾ä/ÖîŠâ6Ÿº;Uxü¨–JæK#‰O8•C7äC²ó‹(Š+ÉÕdz=I”2ßݪÏ;‡¼O¬=}MͲ³w¢Ë+¸ƒ cQ+Ì¿öyÙ£x=KkXåü|Ú û¨J¿’@sy›-3ØÌÜËKÔ¦dîeƒuÐȉˆÐ!ÄÎÄ'®…z¶ûǃÑ2Ýu7Î+þLã?•…þˆøõmæ7ãúé8½Ð‰H8’oL0A`N6—»ŸóûüõÙ!î—üŸ(¹åÈ©W’æ‚a.ê•dôx´6[³éõN ýEÕulÒæôÁsÃK§Ùñ˜:¢š/ k‘_¾’l½¹Í²Ãߢ˜ô{?¹H§lÑJ–­1m1¥-¦ËVÚ\Ô1²yi>—Ÿ#Ϭ×ÃÜ.wÕ&ÉígÍ÷çÐ׉Ìw™ôí´µ`Y Vúv:ó]fèëDý<¡žPæfzø‚š½—ÝæE„ºÛîãbÜ²è¹Æ9ÑsLêÍoÆ+Iâ\ç\¾™&Q¤Ÿ´Zgó¸y“ƒ%ýmfèüÐê@9¿žŠQ0 ÷F¹Í#ý‘¡³+§J³éõâ§bDôå™A}^—È—–_(q&ιˆZ‹|Õé·þ…ìtŠ'PúuŠ Œ1—×íbŒ¼^%b7ÊóÙŠ«äí *yÉæÛ"›)ž@‹ʲœù6¼:6þ·ùþàË|›–åÕdß_æÛtìt¼òK%~fû~(dÓ"(<Îã¬ßéœAçÖ¸dÑ2o¦Y±D?•¾¡?ìþX1þžªe™Ðvê«üm|iÊÙ:¬_ÄÙae—rön†ˆ"'boYø›ŒO¾Lê”÷íU¼LbĘËkq"K"W•y,ƈçv¥Âò/šl‡du­ºøÎ+üFMìên»’GOÇM›‘pÖýœu?GuG=ã–»rÖŠ¶ßît>Õï¯yÚϼԴEÝǼ‚Kb.&¸Èb†Ø!‘ËMv•ȪØ\³t¶(…äx‹hký-ݸ+‘n»’ gâ#bË5¸ÆgÏÙ<¬°“±µ6DØ$29"%³F²h|\öø¼Iq⻢/jå…«È‘ýªÈä6Ë/¤4Š-ANÇ-"fsz¦Õîµwöåh|>”ض%{”øþ±¼‘.ëyí£YI—DD–]1,ÿJ²+–ãÛu·xCºíâ€ë„ÓqË&ÁÅj=n¼îаöˈ¶QgRxÿ°²Ð§U ºQÒI'"F‚Ì¢Š7( c»ñ½H·]pgâÖC™~kðùuæó »þ2ÂöÇ9狼R­2.(’)è|¹ÜŒýÊŒªáþˆ ÌËÛUg<Ò 'ˆŸGP;x2F.’<ŒÛÔàÛr.bÄÈE»°ú†tØùçbärúL1ŒÙ |WnH7¤Ò  9·Ç[\¾™0®™¶•Ò“|ùÇÊ…¿k£-ÿpºö±ÔÝpv ¿­¢M9¼thÜ Ú*ڤѢe ímûdÁ# e ímD”½—Aº@»E®*@ÛF[íªÒ Ú*Ú¤Ž¥Ñ#qUÚ(ÚpUÚ2ÚW -£ W m£ W =£MÐï;„$Ê+Y&Š‚Ghög-Ú¨ö=S€6ƒº´§ÿ*;+³÷– ~IEND®B`‚caja-actions-1.27.0/docs/help/de/figures/cact-preferences-desktop.png000066400000000000000000000637251433352025300254540ustar00rootroot00000000000000‰PNG  IHDRðÍ6F pHYsÄÄ•+tIMEÜ ',åF±tEXtCommentCreated with GIMPW IDATxÚìÝ_hÛXÞ?þ³K.4È‚ SX… ŒÍÖf kA.¢…ØäÚô‰i¡U§0±·°±'°‰6Y5ôqºÐ‰³­²Ð"6Ø-qá[ƽÈû ì…q!C5Ð &ÁSÁ7¿ %ŽêØòŸ8mþ¼_”bËÒ9Ÿs$Ë;¿`†ÀÙÔEn耳%»™U¿W»Ì'¥W%ôÀ™ÓE1ö cÏ8\¶G¨ÿ-õ»?BÌåeü‡Ó zÐ_§ÅÞABo>:HåÕCõºüe÷GÝ=EBÊ;†¼¶Q~SÔÅŠÚ_¿ ]ð$ô{„B¿ÉòƒîàH˜¦ õÇòîήóV{k8Îø=¾ø"_’Õn·aê?>ê¡(t|p©tŠ «¿Ïz;»òïÆóºËÎsBoÊ|#4ÆS]Ù£Ø_³¥âw%z¯œyšòñÎ>6%&,zïHÉÕ´arz°MÚJß•ÄY±ƒYãûÏÿ|c>ó—äÈ™'™3¾›UéHœÈË>Œw¦Ü˜³h(Jßûˆù•ƒì¤‹êù!S(åØ~GYÓõWÅÜÓŒï¶äá M%]ägB¨=ô"Øq~æôúªóàãŸ:,%ÿ3hójúQßþƒ_f=ÓB]öA~85ƒéL„{í®ŒO€¶˜ãòû ½ùÄ Ž­ï ŒS {ÙÎPºÚÓE©åÝžnR*ï{”VÌzœñÇùŸwÉGY‡öj(þ»ºʽÈišVuö!„ÆÂ!D×õÜ‹œüwÙ0 BÈÆ¿6!þÿô›«Užš!©¥*+T­\)¿^!„ç§Ná¦Àþš¥º¨âwÅT:Uüw±füî߸Œ#—ÏB8/çü³jM³.ïï¼â”HºHâï‰ðá†AúÆ|Ñ€ƒq”µræi&ý$m ráë…ñ«ãŽ^‡ú£šXJT~…Ì7êóúŒcWßM?IW.“ì·ªwö¯bЦÀš]Ws¿Ø|4Œ†»¬AÏŒøWöû3¹–Œþ1ÚL­öÀq<\~XµäÖí[Ílb®f}|ÔÁ”›=BÑ)&™ÎpC>ê§¢ñ}®ôf7ûƒ¾U6XšruB;ÔÂ:ÙžÞ’º[&{a߀½ø½¸¼,Ç&c±ÉØáÒƒáXŠ¢"·#e­Ìñá?†‰AK]­òÔïóod6!~Ÿ¿º¦½&N†>ùÆ|Ö9ñ5·ªj‘ùÀL¾.¯Š¹fõºîèæ ni—ÙõÌ•!$þ ^.— !‹Íãê8ýpBŸ‡*•U¥á 'ôyHYUjn^aþô|!¤T*éºn.Õ1t"ÌÉŽnÊ7Ä9(ªP,R„ÚÕIÏ%#÷£áûûIÇË…§$ë=t€£4MK¯¥=nOø‹peªƒyêp8£Œºœ.š¦Íåt/m=«Tal^²yµf!ñ{ñØtL^– !¥W¥ø½x>Ÿ?Z`hïOºzÒO2¥—%µ„o@S ÈMÅœŸ9­ ?êúˆ²«ïR]Tt2úΰÂ*!Ä7꣺©ÈdÄú’y;‘ù¸q¶gSÈâƒE§ÓYÚ.e7³•á*±MÓ¹|ÎåtUþåò9š¦£ÊjùùðDØØ3—͹ ƒL®% !Âmꦄ›ywü¸ù‘L‰MÇhš¦(Ê;è}¸òðýïÊz]w´Éml³ËìzfE&„D§£t/M÷Ò3_ÍœÂ~03òÊ¿æ·nxµPw˜]ëbóÛeߨý˜°{„Ð=TC¨Bûköç=CÛÖ±c IÅb1ñ·DøËpeIx2,N‹Ê#¥¼S6§pTˆÓ¢8+JóRùDz¼"We3¡ŒÜ‰dŸeI£ág›B”5EœŸ9É)~[”楣››ómÒkiëÂôZšór¡ë¡ÊïÒBòù|x"œXJHóROO¼"Û)/ËT¸^ –µ²4/%'v`òqRßÑ…›‚Yl¡Xÿ.··/¶J[Ö§-â×뺣Mn#`›]f#½ž&]ĬHýAU’Šõ¦Aû Àšd¿çMì7ÿÃ0ÆQ™C_ÉóÝ—½¡1Ný¾äø˜u¸I×G„¢Š/K?ï“MKå7eã-rz8EØ~vã_êªÔÞ€s¯îz“þVO=+j?ª)©š¸âK?ÉdŸç!æP²y8 ,&þ–(m—ØK¬4+Bä% ÃÀR'¡ß#ê¶ZÞV àº)ª´¸â+¼Ü*¿Q·EQþªœé'ii^r~â4 £ôª™ˆ4ùe€ó¡Î”›w1ýû_eÓ¶ñEX€S¡Á”+äñ§S—5»€³å àΨ_¢ ήý)7¹Mü ÀY ò#ôgz$ô€„Ð ¡€S¯ËæµÚ8Í ÅœÇÍ¡0 ÿÑQhé9ß;/²l¿³„ž²«—уgNíÿ\ ¡+ÎýŽ.~›cY]8€ýŽBKÏ·â¿ 6 =¦ÜœaHèÐz@B€„þ„‹Åᾯßu¦»¯ÿYoHÇ÷Ý…êsœØ7WÛ=Ï ñ}ý.óßûg*¸˜`/c/|ê>XB/Ý‹G§Ä×Û['Ý;x ž}‡¾Âqû>{^š“^oo•{;oôÌ{Mè;héUÉ7Ä·±aåã¹É0Úû8?LJ©¼,÷õ»äe¹Sûî¼þ­ã¼*òÊ?—‹LÆ4­| ;çD•^•x/gù‡j‚uïXïàLõ¡eS]«;EÝVoÝ\×€çÖ ¡´­¢ÿÛ¨NÝV¹!ÞæÍrJZm¼5î- ð®Ëí¹5Éçsçr?vð¬UÙ¹JHNg7~¤®ÕGÆ[ãÃU~¡É«ÊÌŸgäÈÂm¡#û®ràbÌþôç•}¡íèò²þc,µª çOÉáŠwʹ¤¾)ÇCá/…øÿ,BRÿJ…ÆC©tн„¿¹ÞšìfŽäNÿ›EøC˜u8.Ëì%V«çò¹øƒDÊ{>ÿÌj§v„uçv$!ŠŽM¹QU52ñ¸÷¯Su]¯yqc>­üo}pô<±”ày—Û› ð)¡áúæƒäªÂ ò}NWðjP=;Éçsþ±`ŸÓÅ òɵtK…7¼˜kX;Ù#â¬èq{<^.±,7ÓœÚå4ù^zžíézèžìó\ðvN½ !5ãìëwÉ+27ÈÙoÞFwÕKh¸_¬ñœ‰ã¼%L/½.}Wjï¸j¦]m4í>ß#wç$—óx¹»sÙ;¬.±,{.s·G¬ZÞ¨ØzýVo÷Bîï—)¯ÈöÇð ½7q¦ªdrUá†ø>§kxÔ_|QL¯§‡GÊTÒÚ‡JC«™C¥Ùn±XøëBèZH¸)н4ÝK 7…еP⯠õ{qV2ûÓ:<ÙÒ;ñ˜§ÊSÛÿùÿ›åëÞØgÅôzºò4½–gÅ= ê)~[§E–eI¡iÚ7곎›tì”Ò¨ÿkžÖŽ¶ÈæìwüÑëæßïÖ{ü„ÄæP·ioóŸ,5?ìªrûÌó8d,¡Ü‰„®çò¹ÂfŽaé^¼á¥^ez«ùàõö–4/ñ÷bä9—/¤“Jn3GöŒ…û ›®pi˜O¯)[Å?ÈǦEsax2¾~ýr+½¦Š…¶ oâ´Fí Ú›ræY6ó$“³Ü­³©±f9MJ®*ÂÍ!D¸J®6¾ÉÕLç´Ô^BHþÛbz=ÓÞæõº«êØ8z8Ùh2žSrœ·JßÑK çgÎWG£jµiÖ>_xØÚV3ë©Ìzjk»´°t¸Zn3—yšÊ<ÛP·ÕÊòfŠ­×oõv_b)Qx‘3Ë´NOªÙ''ôÞÄ™ªÞDú‘²U,Æ¡›BæiVYQ¶Š~Èg-³æ¡bsh5UžÎþÏ¿(Æç¥ÔzÊæÍ¢ï辫à¨?õt#³–6C:¹Ã ^GoIJœ}ž)}¯2 ãõG'ÂT7uB§”zýßä§R½ÕÚøLiþ¬UýaÙ¹JHš9Ô«º¥ÕO–ª`¬‡M3§Üã|UI¯)G÷ŽÙ3¤ƒsèK/KÒ=©ø]Éxk´3cg[gEåñ~*@)kåáßû›/¡™õÍ£BQTå’Z^N,|H|è¡©™YÉ:»«¥ÂªY»¦iì¥ý÷¼ƒu4ScÍrš!¯&u]w9=Ö%3SQ»Mšèœ–ÚK©w¤§»Nv“RÇ:ΛT9éº.¯È✨×4­²+¬CÓ´ÊK5—7YlK»ÏCÃ>iµ~¬áÐË?SÕ+Ħ̚‡ŠÍ¡ÕÒ»¾ÉæÐ4­—wËŒyý§ÝÊVö‡ýqúí8§ÊSØÿ¹ÍwæÛÔ|³Ð½tðJ0ñubæOQk¿‡Ã j¬$:ŽN†Í`âïrd2üpY>¡SJ½Í›üT:æ‡W{g­ª³Ÿuçv*!©w¨Û´·ÕO›šf¶êøY=Kè…;áØHâo<ÝMëou›«Ô`†y,ê;µçléº~k"¿·`m†ƒq(6ß°Vׯp:—Í{[±©X¡ÖÝÉ o¢½ïî9F}£šWieµ|üæÔNÞ3Rk)땟y} S]T½°wN‹í=¡îjx87ÎSsœ·üyLÓተç2×fuÍõÛqšÆ0LY-›eµlÞ3Ü?åÕZ~œ«·ûØcèø©¦S_&» gªöÔN)Í~*µµÚ -UíÜ&$õu›övð“¥™­:þAVOÇæÐ†AwÓ4EkoÊâÔá»Ñý™[^– ÃÐÞ”ëM«¾Â‚Ûí¶.¿6ýJTU•ì‘Ò¶¹;š©T¾ÒÌúõD&cê¶jý¦Âq o¦½VÁ1ÿÝ9IÛѵ]œ—Žßœz2O2·Çzô0—žÏœ™'›°kvÎqÚ{BÝÕðp:fœ§ç8o•®ë‰%Ùù)ÛÞqU¯]UQµ×´Ê>ç$M+kZYœƒcÁÊK⼤픵²8/¯ÿÖ¨·ûWB⬨½)ëo»uŽ«“{oâLu|5›C«ƒo±ŠèÂÊcE^‘õ]ßÑåYy¬Dÿ®ÓŸÁØç¤rª<…ý¯¿5ÔÔª3ÉÑwqd2–¸ŸððÒ¼™ˆTƃßóaü<”yšÑwt²G´7eéžÄýÖýþO)õNkU-ª·Ú{cݹLHêê6ímé“ÅþÀhfßuüƒ¬Ã ýѵˆÏÇïÞ[èpÆCîßy+kÆç¥ìfÖåöÆCü·fiÅ—bSbÕOd×Cüëv¤oÀ¹ Œùª¶ )øÁæ×¯Ç7Äßšˆô ¸î'÷ãÇ,¼™ö¾ÓŠ;aæ’ƒá}£>î²§rˤíæÔ#?RƯW‹×Cò#Å&ìšsœöžPw5<œÚ‹óç­FÎñ¥W¥ÄýÅöŽ«zíªŠª½¦Uö)ÛÏú®}W‚l¿3|çðÇË8/ç ò#~öÿ­Qo÷…o žËžÀxä™ÿ½ÙÞOk_3U›£ãµ›Cëøo±c´,«<’³›9nˆç†øìfNy´?µ·Fö'Ì^rð#~ßh°™©Œ'qª<…ýŸËç¸Ënk´Gß,â¬(ÜÜ—Ý„~ˆ\ñ‰_Š}χAìN8ý$Ãð}®Àõé¢â_/¼ÿSJÝÓÚ»-ª·Ú‰žµ¬¬;·ƒ I½Cݦ½-}²ØÍ컎ÕÓΗbá„”J%a"l~aâ8ê}¯ÝuÎ\ 8S5L5ðÓþmì¯SØÿâ¬È~⮇NÕapqδ'ÚÒãì\d¦)¶æe N¦Çqw^ ߎ{?Kóqÿ†"¯wÍz¢ÇÃÙí®»Sð>¼õ°¿N¹ìfN¹v6þÀδ§gç6¨¤å½i9¡Ç‘ÚqÌǬïŠÏ0ˆo„NÆÎPää`8»ÝuŽw àLØ_Çw†ÆVq¦==;·ùCý|ïµ.dœp=t¢7¡Ð]pŽßzH­>ìþ:%ýÇú÷Ktz@BHèÐÀi×àK¡ƒÎ(üE° oR€‹ ð"Ëö;.oêK!/À•|XÅj&ô&L¹8ÃÐ ¡$ô€„ = ¡$ô€„ = ¡€ ™ÐgŸg¹!¾¯ßÕ×ï2—T[}úÁu<žÓÖÀÓÙi¡—àÂêz?ÕÈ”»¹K™ùóŒp=tÌÒÄYIÓ´o2l?‹]ø¡’ìšË_oo¡sÎaBŸ|œ¬<8~B¯i!ÄšÍWòÈSžPv<¼ÕÞJ½ff¢aà"ÀÆû˜r“ÏçÔTßÏðêj>Ÿ«¼d3C¦X,?¹Ü×€'tCÈoæ¬$iešMz==<Â÷9]þ±`±X´®–|¤pƒ|ÃrÌÇ5Ë!„¤×ÒÃ#þ>§kxÔŸ^OÛLðh¾Ìê+¢µôð¨ß5àñ')mh_Br-Í ñf²Ïs‰¥„Ç˹<Á+ÁÒËR Wnöµéífêm¾òŠb®àñrâ´hÞင¾ä$ !¡‚pC „È£õö“Ñâ·ÅÅ{ñ‹\l""?–ÍåÖÁø&ÇnsùÜÆzfñ^¼ôª›­/¾+eŸfŽSNz=›Ù™ÜfNy¬¤þµÑRçØÄv˜%¯*â´èpò9ߨOüËÝäjº¥–PxQÈ>É<|°¨~¯Þº}Ký¡œ{–]|/~WŠLÅšÍæÖr¤·Û«·^§oõo2[¥‚8K®¥¥{q¼Ã ýqiZ9û<Ë~Âz/»½—Ýì'löYVÓÊ 7Ôutã º(÷e÷Ãe¹íbSQª›òú!êªõ%q*FuSÇ)'±,BffE¦—fziiZìTl‡WD+IBHøQª› ß!ò#¹¥–›ŠQÝ7Ä< SÝ?ÄBÔïÕf¯ÜÕr´·Û«·^§…ï„Ù~–ê¢W„ì³,Þápîµ9‡>½¦T- \­=3^y”$„×ó©p]gEåQ2:µ¯Bœ¥yÉBœŸ9Å©¨×˵-Óë¨×Vº—>f9åË„öÒþ„~ëèTlê*!d˜>\òƒÚR K`ziBÕE½SH‹Ör´·Û«·f‹/Kñ{ñÒ«’®ë“Z{3Àûç 6?ÐÜ„Þ&ƒÇQÖR„qVg‡®•µTt2ZU¹¶óΰýøçñ«R©”ÝÌ.ü5žŒ,“ïë©*¤mÍ—ãøØ¡~¯ªoT–e !eµÜñ½Ë0Œö£–ËÓ^žÝ‘NO-õ„'š¦=\^äycÏp x:y$œ°Ú±«·“Ižì”›ô“´®ëÞßyÍùîæ?ïZ®§Ÿ¤ !ì¯YBHæiÆxkÄï%¬ÛÞšˆK%§ÓÉ ò„žú×+6…´¤½r̹%wÿgAßѵ]œ—:Þæw¤ù]× ÃÈnæB7„÷\Âé©¥>ƒÒÓÝcì˜=ÇÉ&ôò#…ú¯ u¡ùÔ|)~Or~êŒM‰þ«Aîò;CªãWÇãó’Ëí ]yë^¼_7ö)¤%핸æ%u[å†xáFÈïów>Q¾Z¼WU•â=^.¹"Gn ﹄ÓSK=‰û ç§lðzˆñ¹ð àÂøÃ0„Üf¯Ú û§×LT¨IÝV‡}~ö×ì7Ï6ÐФ6ros&Ë/ÑwÇwk"RzY"{DUUó«á ÝïAºàøW±Y±ôªDQ”ûSçÃ¥E~„G·ú³Á7ÂûÁÀ‡€)7Hè = ¡@BHè =Ԁߡ¨+½¦  ƒWBOÀ1Bðž²ùž^GÇ‹Å=@Ñ?Iè8>}G?‰b1Bp†!¡@BçT±Xáûú]6ëÔ{Õ~+@B'NºN‰¯··Ð§¾{X‡Ìé^šórâT”aì¾j]zUò ñg¨¸ö€‹#ôËëí-ó_æIÆÑëÿ1f¿¾ñÖÀEz8u˜^:z'\ú®TY’XJpƒ¼Ëí‰M‰†aƒý¾~Wehÿè:¦äªÂ ò}NWðjPÝV«êÊçsþ±`ŸÓÅ òɵ´¹°¯ß•\U¸!¾Ïéõ_ÓëéᑃBTµ²šµ¨ÊÓ£e¶^À}ý.yEæ¹Êš˜îHèáŒÑwôÄRÂù™Ó|*¯È¹|!Tr›9²g,ÜOBÌé+æˆ~½uLÙÍ|zMÙ*øA>6-VÕžŒ…ï„_¿ÜJ¯)…báp«çÙô#e«XŒB7…ÌÓ¬²¢l üïh! ˬŠÖ>àü·Åôzós =œ1æv_¿ËãåäU%>·ÿ'“’«iiNd.9ènJœ7žnÝÖføœÄ0Š¢„ÛBéU©jCª‹*—ËÚN™añùÃ?ÒŸ_`.9(Šn† ÈÏK•§Ö[5Õ+³É€¥Ù¦—®HŽ)вNÅ1Éˉ…¯‰¯=453+ñƒÜÑ­Òd™MlÿU`$ôpÚÑ4ž{.ïçÁÆ¡<~hŸæ6³NMN§óáÒ"!$û<›Šò¹–ŽPÃ0ÌŒßú×’›)³í€ÎL¹¹ t]O,ÉÎOYóéøµñèW¢ªª…E¬¯ IDATd”¶ÕÈ¿~ÓÌ:5E&cê¶JöÚ‰Óý™[^– ÃÐÞ”­ëk–IÓtåÛ´-Œ/ÅÀÙ…ú‹¥’¹ÒÝ”ç2—¸¿h>®‡!·nGÔUö×ìÌdôè¶Í¬S“oˆ¿5QTŸ8÷ã-Ÿ—bÓ±…¿%˜^&2!dŸgmÊ )øAã­aÎ,j;`€3ä ÃBr›Ù£¯õÐŽ]½\s³ôš¸B÷Áù–^S!Ñ?Iè 8>sþp½»Ü›ä Fè/›Y%ø€³ ýE¬à\—bÐÀ‡€)7vWBÖß¿8m0B`—Í÷ôâïRÀ©†z»÷G½_8%0B€„Ðz$ô€„Ð\šVîëw¹Üž÷¼- ¡8ÿy¶ùÏãåËò UT( !î߸ß󶀄à<Ëåó„~„/äsúŽžø:qB‹B×Ö(ûq¶$ôç;¡/B¼¿ó–*BœŸ:Íå¥R)t-äð˜ƒ÷Å—¥ý±|§+2q x¸!>ŸÏ-Ð\ÿèrs”Ýãv×,Ü>Hë¶pqt¡ šHès„»¹k¾ib“asyd2Vþ±œ}žezisIz=M¡º(á !tC‡ÄÙ»ß<Ûhªš=Rü®Dq»=5 o~[¸80BЀ¦•5M£º©×Û[ÿJ‘=Í—Ê?– Ã!$$t]'cù¡ÏCn·ÛívBÊZùh™¯··^ooU-,¾,’=Â~ÂRÝTÍ­B×Bûsú/sG·$ô°Ïœ@Ïy9B˲„ã­a¾$~¥(ªø]iáë„ïJ€ŒåûFyBˆº­BœŸ9›¬¨P,BÜsfŽnUz¥šØOØ£Ûz¨$ôBˆ÷·^BHúŸ)B?›/_йø¼Dqô:̱|BHéÕ–®ëÒ½8!$vg~NeÞ|½ ôÅ›“à=5 ¯Îþ_äÌaþÔªrt[¸80‡ aBŸ#„Üýï»wÿû.Ã0µñèTŒrë¶}ž'„Ð4íõ‰ÓQs,ßý÷ÆÿÉJó t/¿÷z¹&+*¼(B¼¿q×,¼ùm =XúÍlÍåü½9–ïó ×CGׯLš?:{ÞzåP¯ðf®:à”€Î¥þù!„ozHàø0Bй„¾ÎX>ÀÉÁ=z@BHèÐz@BHèÐz8®®ö6ó{hºàL&ôT7µ«—Ñ}¦Ü ¡$ô€„ = ¡$ô€„ = ¡$ôHè = ¡$ôHèß·¾~W_¿ë}nx ð^zù‘b&¯ò#‰2ÀKè““U:îõöÖëí-ìQ@Bßaù|NýAõðü¯þ æó¹ÊKæPzò‘ òÖ1õôzzxÔßçt ø“kéw® ÖÒã~×€gxÄŸ´Œ÷WFå+åXÇé‹ÅbðóËíq xB7„üfîè:UO÷c[KsC|ŸÓ5<êÏ>Ï%–/çð¯K/K‡¯¥‡GüæjéõtU±õb¶olÃØÒëéá¾Ïéò‹Åb“ÁúÖÈÿHBB7á†@‘ Ò¾+eŸf¬ãë™§Êc¥°™cYFœÓëûinrU§E÷€³ÏùF}â_î&WÓU¥UʱŽÙ‡'£Åo‹‹÷â…¹ØDD~,7|áE!û$óðÁ¢ú½zëö-õ‡rîYvñA¼ø])2«dä±i‘ý˜Émæ”ÇJê_ï\4й^cÊåsë™Å{ñÒ«RlJl&@BßM+gŸgÙOXïe·÷²›ý„Í>ËjZÙºŽ8£º)ë’™?‰L/M÷Ò3 !‰åýü[^IBˆRÝTø¶@‘5•šëºNºˆƒqP]”û²ûár³ }l*FuSÜwð4LuSüOQ¿WÍ…fx3³"ÓK3½´4-¾s=Ó(æzm"¶(ÕMùF}„õ‡¦‚€s¦«½ÍÒkÕóFWC5×T% !ÂuÁ|*\ÄYQy”ŒNE+ëнtÕVì%Ö|à¸ä „”Ü¿PT !ÃüpeÍJ"kOœ¥yÉBœŸ9Å©¨×Ë5³!ÓKB¨.êà©ãè:fx‡1³ï¬Ó0æzm"6ÇÑ}hL3»Þ?ßh°jŒûdz› þ{DYKBÄYQœ=*VÖRÑɨMåê•eYBHùM™âøx?+eFûQËå¿©™XÛÿ<0~5P*•²›Ù…¿&“±‚e*¿IÛ)·×Žê÷êaÌê;å4Œ¹^cÛ‹Í>˜6÷#œ°Ú±«·“Žžì”›ô“´®ëÞßyÍéìæ?ïZ®§ŸØÍ¿ûß’¾£ë;úÝÿ^ „„o ðß!Òü‚®ë†ad7s¡ÂÑÍiš&„ho{äÖD¤X*9Nn'„ô\ý°¿f !™§ã­¿—h¯™æDš»ÿ³ ïèÚŽ.ÎKÖWÆ\¯±íÅf œ3'›Ð›¿:ú¯ u¡ùÔþé}£þÐ7Ä«ª*ÍI«ýäøzhñ~\UUnˆ÷x¹äйY#¡M†išæøáʯ»Œ_ÏK.·'t=äý­{ñþ~~¿'9?uƦDÿÕ wÙÓ^3WÒ¼¤n«Ü/Üù}þwúF1×kl{±ÙçÌ/†!„ä6³G_³öO¯)˜ªQº­ûüì¯Ùožm hF¹·9÷ä—軎¸5)½,‘=¢ªªùmð„€`à¤u¡ :"p%›K¯JE¹?u>\ZäGxHèÏßï;5Ió© N¦Ü ¡$ô€„ = ¡$ô€„ =œøK±çJzMA'œBÜïxæ’ =ÔÕC;!Â1tÀ©Ux‘eûHè ¶]½ŒN8ÍŠÿ.t<¡Çz€3 =z@BHèÐÀ1ôõ»Ð–s X,ðö=p‘ûÐ’ÂSMºN‰¯··Ð€„àü—å¾~—¼,w°ÌJʈÌþTí©Ò«’oˆ?zÝuqvS3÷(NgḜFcÐ@ý4qU™ù󌼪 +Îýž2ÞÖ¿¿W¹îº8cö'z¢í‘• ¡h_öy¶§»G¸ê¡{²ÏsÖ C^‘¹A®’j$–eÏeÎãöˆsÙ;,!±”ày—Û› ð&(•ÿ+…äó9ÿX°ÏéâùäZºf6c6N®*Üßçt ú‹/Šéõôðßçt¯UUÝß`ˆ³¢Çíñx¹Ä²l-­flõÚÒ ŒÁƒz·×k-Äú¯aEU}Þ䞪YÚÑ®®Úõ6$„ÔloUxì®c¦³-ݸ¨ºGÑÙ”º^á 5yG«êpÂe ¡€ýÔM¸"„×CÉÕwR¢ü·Åôz¦’jä6s™§©Ì³ u[]XJìçR+r._H'•ÜfŽì ÷GÓ”×Û[•B“±ððë—[é5¥P,4s½‘~¤l ±@è¦yšUV”­bòŦEs… íM9ó,›y’Éå3]›Øj¶Å.ŒÍ|zMÙ*øA¾a½U=`þ“æ%¾‰T¯ªÏ›ÜS5íꣻ£¥öڇבîj3¡oåÆEÕ=ŠÎ:ÑÂ«Ž¨fö#z€óO{S.K¾1!Ä7æ+KÚ›råUiv†é¥-OE¦×Áô:¤Y1µž:È2ÓÒœÈ\rÐÝ”8-n<ݰ¯‘ê¢Êå²¶SfG|^ja|~¹ä (J¸2 #>/Už–¾+™ë¤ž¤ffE¦—fziÉ’}ÚÄV³-vaÌI ã (J¸-”^5¨·FšžÏ)”Åñ†Uõy“{ª#]ݰ½6á³»Ž“˜¶tãâè-#{ªªF&"·ÇåöÜšˆèºÞ|áõ†Ò[º£Õ¤z÷vJ/Kœ—“)öU×»!SoùѶ“vodéouÏeNkÔ\R/àš­·³jÞ¬¹°Õ.$ô§‚¼šÔuÝåôôõ»\N®ëòj²ò*Ã8¬+;XGå¦iæã²Vþ½ßLA<^®²¼nˉüÿÍûÆ‚Ã#|v³ñ0-}>RUõ´òq«i{‰­ Ò>¶šmi2Œ†õV'…Ûª8+Ê_4›`¯ªÏ›ÜSéê†íµ ¯ƒÝÕª–n\4¹ ]Ïås…ÍÃ0Ò½xó…×¼9Óê­æ½y’}ž ݤ9I¸²¯ºÞ ™zËë^\µ~g†î¦}£¼’<¼»¢$SÁ+>º›² ¸æ¢z;«æ]Áš Ûè"@Bð{Fj-•Ûü¦’yä²ß¤ÖRÆžQsý²Z®<`f?3cÖ&"N§óáÒbáEnfZŒMÅö—v‘JÚ§ïè­6„aõZ¤}l5ÛÒjõêµÒuýÖD$~oáT¸ÅŠì©:¥Õîj«ãuûItW«Ú¸qÑ’'^/GQÕM‰“±Üf¶å<ûÝ›3­ÞÑ:ªÞÀÕÍ“ä#%6-*+2?Â7¬ºÞ ™zËëiïF–pCP[úÇŠpS î°Õ¸STogÕ¼UUsa]Hè>°Ì“ŒÇí±&šÌ%‡ç3gæI¦æú⼤픵²8/¯Í…ãׯ£_‰ªª’=RÚV#wªGš¦¿½JHd2¦n«ÖïÔBÜŸ¹åeÙ0 íM¹Ñ¯à˜ÿíèÚŽ.Zæ–ØÄV³-­†Q¯Þw’•/„ð„àv»Ó^û=U¯´š]ÝÁnï`wµýåÎ6n\´¤ô²ºr¹=}ý.—Û£i­]ö½9Óê­£‰{½9ôU7Oÿ!‡®ÎËØúU×»!Soy=íÝ™aYÖõ ›yšÙ?Ô/ïê6×¼STogÕ¼UUsa]Hè>0ù‘2~m¼jáøõPeÆmÎËùFƒüˆŸ½ÄF'Âû ëõ?ÂߺépEîDc¾ª­Â_ þ@°’‘ø†ø[‘¾×ÂýDâþþ°e|^Ênf]nO`<Äy[mHøN˜¹äàGxߨ»ì©|+Ñ&¶šmi5ŒzõZÿ]ŠM‰UiY«Ùï©z¥Õìj«cvûItWKÚ»qÑáN8æ6³¯·· EËt‘& ¯ys¦Õ;Zmù5½ª¤žlXù§Õªë:;3ÂMA^Q!ò#9ü…Ð^ÀõvVÍ[U5v¬‹àØ~aÞ=¯yc´‡vìêµÏ&é5%p5„î8ëJ¥’0Î=Ï^zÏ÷n²9iBÒëéÌÓìÃåEëÂ[7ßúWÁ«!~n úO»â_îfŸgÍü¬¯ßU3Q«¹Üãåâs?Äkå²ôßw3Ïö i¦ðàÕ`h<¸¨º6Ë>ËJs"{‰-©jâë„9§²¡ç2—ú§Â²lÍ&7¼ùTÛÑCŸ‡Wá ¡™ª«Šª·¼ÉŽ­<]¸¿Pz¹%ýÏ!$úU4ÿÿåk6axÔ/|>¾ñ,«<–›ì«ªŠêí¬Èd,úe˜eÙìf66-ò¹z [­fÑmäÞÜ O0Bp1Ý—ô]ÓÊÒ|Ü?Ÿûz±›H»7.lžŸß½·Ð7à Œ‡Ü¿;,¤™ÂkÞœiõŽV3AÖÃôÒ©U%½žN,%š©ºI'tgF¸)ˆ¹¹-.i1àz;«æ­ªš ;ÕEp|¡¸ˆäGŠü÷„aß/ΊÍüžÌ™®÷‚ì&ûz8sp# à\:‰ú.t+À$\™¿ÍwAêÅn‚3äî¼¾1ö~Æ,hz€S„ù˜õ]ñ™wf¢“1t ¡8KpgZ…/Å ¡$ô€„ = ¡$ô€„ = ¡$ôpñôõ»Ð$ô€ $ôpvè;º8+qƒ|ŸÓår{B7„ìó\%å Ýlò`u[½uCp x\ž[7„Ò¶j]mxÔ_µíðˆ¿²y_¿«êŸMò²Ü×ï’—å6üõö2{@Bg›¶Sö] |D}¤<’·Š…Üó¬p=$?:Ì›{zz’”šÛªoÊÁñwË=Ïæžg½ƒ\h<¤¾)WV (*û<[yš}–¥º©ª”ÚúÏ.¡_Ufþ<#¯*ØeHèàPü~"xÅ?3eY–¢(š¦ù!^ùÇaBŸ“äÇIUUn»ðׅеpS {iº—n ¡k¡Ä_*+„o ‰¥Ã¢ˉðípAfŸg{º{„롺§r÷€Ò×ï’Wdn« ±'–eÏeÎãöˆsÙ;,!±”ày—Û› èlný¿RH>Ÿóûœ.nO®¥­+[«®~!mäÊ+›¨nJš—"“1k~lÊås¡w· ] dó‡ ·oÔ§ëåb±HÉ¿(êú®o”o#Èäª"Ü B„ë¡äê;³nòßÓë™Êè~n3—yšÊ<ÛP·Õ…¥„¹P^‘sùB:©ä6sdÏX¸Ÿ°–`nk½EžŒ…ï„_¿ÜJ¯)…b¡™>L?R¶Š…ÀX tSÈ<Í*+ÊV±ÀùbÓâþÅσ„ö¦œy–Í<Éä,]d[Ͷ؅±™O¯)[Å?È7¬ÐœUöó:Ú ¯(ºaò¹Â±³¥­—ªóSç{î}Gw8Ö ž£ÓÙ½—Ýœ—[x°pt[ÚÑc]BÿªGßÑ­K„›‘ÄßdBÈâÒ¢p;rôúªázíM¹P,ùÆ|„ߘ¯P,i–Y=Òì ÓK[žŠL¯ƒéuH³bj=up=–æDæ’ƒî¦Äiqãé†}ŸP]T¹\ÖvÊ ãˆÏK û0>¿À\rP%Ü †Ÿ—*OKß•ÌuROR3³"ÓK3½´tmÛÇV³-vaÌI ã (J¸-”^5¨ν.t¼šVæ‡÷S(Šb?a…ë!ûÑâºu[¿âGøc–“}ž‰MF)Š:~H¥RÉå|ß3"è^º\.³,k½à9š[ÏLFýWƒü ï¾ì>Ü–¦õò.séðz@ÿi—¶¤×„ñ«øƒxæI¦ôª¤ü]næúªR»ùª¼šÔuÝåô^D­&g¦¢æc†qX·u°ŽÊMÓÌÇe­<ü{ iˉ…¯‰¯=453+ñƒ\Ã>¬ÆUO+Sh4Mc/±UAÚÇV³-M†Ñ°^8÷0BïC¡Xä‡xsªCn3½M,ÉòÊ{úÖcáeÉ5ÐáðÒ÷ª³CYxéUÉé|ß#ôü Ÿ>˜&n§‹,ދǦߙäÍ rÊú;Û*ëi®jÖPn‘ɘpChr¼ÈúYcÏH­¥r›ßTæ²ß¤ÖRÆžQsÛ²Z®<`f?‘eÖÞ¥q:— /r3Óbl*ViH¥íUw!šÁ0ŒúF­ Ò>¶šmi5Œzõz€( îßì÷Ò4Íqñ{’üxW×uqNây×€'tCд2!D«»ÜžôzÚ?ä†xBˆ8+Zçl˜sÐm¶%„o¾~—¾£sƒÃæW ­Q©ªú<ÔçtùÇüÙçÙʤöšerƒ¼ñÖð\æúú]ªªz.沺®{ÜžJ½ùÍ\ðjÈ5àñx¹ô“L%!‹LÆö®gJ¥’óÖ>þšåc|7 6VÖSwçTU5 CkX—ÆŠígǯ‹³‡SP¢+yEÖwt}G—Wdå±ýCõ×^÷…×Û[áÛBáeždw%8æ¿;'i;º¶£‹–i<6±ÕlK«aÔ«Ðt@¡Xô\öX—8œæÔã­¼úˆú(³ž.äs§+ú'‘¢ªeã­¡$SÒœ˜}–!„Hs’9®¹‘Nѽ´4+ÙlËþš%„PÝ”²òÐû;¯¹áøç¡Ã,|G]‚ã¡­bañþâÂýÏ€Ç&y)áüÔi–Sú^õ¸Ö ³:U-†¡¬¥ã÷¤­b!>/I³"!Dk?¹?sæ6³™õTê_©²Vvö;íÚ^«œcbGf=µûv78r xø!>¹–Ný³ö}áz¨üÓá(/˲Ê#9»™ã†xnˆÏnæ”GreöN3Ρ—)ãׯ«Ž_Éu~I“ór¾Ñ ?âg/±Ñ‰p%l~„¿u;Ò7àŠÜ‰Æ|Õ—_ þ@°€oˆ¿5ép-ÜO$îÇÍ…ñy)»™u¹=ñ?ämµŸÃwÂÌ%?ÂûF}ÜeOåf…Ml5ÛÒjõê€sïæ­½ÜfAšÚ±«×¾g—^SWCè>hÊq¹=…9ëìs}G÷ùrùÜÝù…Ÿ]in@Ñ0 Ïenëe!ý$¿Ï>ËTÍY/‹ÂípüžÄñ6ÛfŸeÄ !‰¥„ñÖˆÌî示'z'\õ´^™™'™ÌA™wï-ÐÝTø ñJ¯§³›¹Åûñô“Lb)ñÍÁ—µá·Š…»÷!•¹àÙçÙ…û O6lâ¯YŽ}7Ûœ´áC)•JÂD8WçNÈù«²É¢ÛȽ¹AžàK±ð_ÙOت¼<»™å9BÈÆÓ MÓ’«‡ó³Í?H¤ªjpÌ_µU>Ÿ ߉%ĽÞÛšCæ„âw¥ÀXoßfŸeÒëëoÏ•ýõþlB±›8œmb¡W}#‡Ã®jiËý™“²ñdCI*ÖõÍ ô6ñ×,Ί»óRøvÄØûYšûýmìÓ_/|XHèàÄŠ·Ûm]¢ëzüÁ¢¼”0o½,ýéõµê'G²Ï³±)Q^JT~}¥™m·^nIš9•¶£ÓÊT«g7³ûÓcê•ù½Ê”YzUr¸¬ ·Ãõò–†Íi<ÚŽæøÕÁo>î‘äª2~5Ô(þåÀYÁ|Ìú®ø ƒøFøèdìÜ× æÐÀ‰+þ»È¹=it9½–ö"7s”ÚýçÂý„¾£“=¢n«â´h~1Ô:ÊNÉ<ÍÆ¦DyE¶þ–b3Û꺾û¶Æ/„8?uÊÃ0J¥’ðE˜¢(󧛌'û,KöˆùmÅÒ÷‡#ô•Q|BHñ»‚Óí6ëJ,% ÃPUõÖ„ þ¨™¿ºc[WrÈ üµ,8 ÂõPn3Wx‘“楎üÎé)¯ÐÀ9WxQˆLÆúú]}NWàJ(›Ï%,Œ_ߟ ¸ð?ñ²¦ò£¾¾Wl*Æ ræïœ¨?¨Öï\Šs¢®ëÁ@ÐüJeðj¨ÉmÃ_ÁñP_¿+¿ùÎ_ƒ’æ¤ôZÚåöHówÙÃüjM3eJ³¢t?Þ7à OÆ‚£>Š¢X¶FÌ…bÉüîl|NÊ>Ϻܞ[‘ÀX¦(g¿«ù¶WÊ8 _Š ¡Bð?ƒ+¾3Ý |)àô;‰/Åb„."]×ïÎKæOªß“ôý¬gópaáK±pÑ4Mö?ê#]„䔃?q€„àl˜™g:ñך>,L¹@BHè =z@B`Õ×ïB[Ð. =ÀEÍŒKÛªÇËÉ+²¹Üüçr{ücÁ…{ º®[·ªúgS…¼,÷õ»äåNþ¡®×Û[ÈìlàK\8ÅbQ˜KÓ¢oÌgMš ÃPU5½–âG}™õÃ8ªRê†äUeæÏ3ò?dá¶€~x?0Bp±äó9a"œ¸¯dóE9ΙY1t5¿·ÐjÉÙçÙžîáz¨‡îÉ>ÏU–÷õ»ä™ä*Cì‰eÙs™ó¸=âœDöKH,%¸AÞåöĦDÃ0*›[ÿ¯’ÏçücÁ>§‹ä“kiëÊÖª+’« 7Ä÷9]ãþâ‹bz==<Â÷9]Á«AUU÷7Ø#â¬èq{<^.±,[K«[½¶4cð ÞíÆõ4Ôæ½o4ØC;Ð}gKæYVš“”ÙétÚ¬ø®[-<¹ª7C„áz(¹*óCÜáUÄ·Åôz†é¥Í§¹Í\æiŠý£¸°”ˆÞ Bä9—/¤“ ÕÓ#ÍŠ ÷3ÓÑJ ¯··úú]Ö{áɘ4'ù†xm§¿hx½‘~¤Ð¿ê‘W”ÐMórÊÊþÓØ´˜ZU! Ú›ræY–≠† IDATýê°v›Øj¶Å.ŒÍ|zM¡éyYŽM‹©5»zà\êxý †a!¹ÍlÍÊvõ2:à¬|BØŸ´ÍqßÅ¥Eß_µ¼zRÍép½.m‘Z3×kÎÀÑÞ”}`.Ÿ¥º(cÏà¼|&b.9Ìr›ßT&ðôõ»¾Él°ý,!DÝVC·…Üó,!dxÄÿpy‘eYBˆ¾£û®ÌϦJxUqrƒ¼ð…àÿ=_)ùè:Öm ùÝKB Ãp x¬O=—¹­—B7Ä++²ƒº­ûüææ6±ÕlK“a4¬Οôš¸êÔVÜ O0‡àB‰ÏKâṮ,»/»mVÓvÊ4MÛgð•Dß|U^Mêºîrz*+ȫə©ýÁfkÎMq°ŽÊMÓÌÇe­<ü{óm‘— _'_'zhjfVâ9ûõéƒûEU=­L¡Ñ4½ÄVi[Ͷ4FÃzš„à \ нtè¶°x?ÎñõVS’é†ù±5Ë7öŒÔZÊ: oØG'ÃTutÛ²Z6GµËjÙ¼QLq0åñêÔ߆Óé|¸´HÉ>ÏÆ¦b…|ÎüX3 ÃLÙõ½ÕþaF}£š#åeõðv‡Ml5ÛÒjõêh¾ p±ðC¼²,ǦÄôzºê%Ã0J¥ÒÝ9IYSb“-ÌäÎ<ÉxÜk¾Ë\rx>sfždj®/ÎKÚNYÛ)‹óRð`²þøµñèW¢ªªd”¶ÕÈXÕV4M~{•ÈdLÝV­ß©%„¸?sË˲aÚ›rlZlµs‚cþ»s’¶£k;º8/U–ÛÄV³-­†Q¯^$ôPƒû²[y$K÷╌7=Æs™‹MÅõQöi¦jbºýïÐË”ñkãU ǯ‡äGJÍ8/ç ò#~öØÿ©p=Äð·nGú\‘;‘À‘á )øÁJ¾!þÖD¤oÀµp?‘¸7Æç¥ìfÖåöÆCü·Õž ß 3—üïõq—=•ÛØ6±ÕlK«aÔ« øR,À9“vg•J%a"l~Éõ"Ô ïÇI|)#ô‡îÎKúŽ®iei>îáÏ}½pà®À!æcÖwÅgÄ7ÂG'cç¾^@Bp®×CÂõÐÅ©ÎL¹@BHè =z@BHè =z@BHèàìëëw¡-HèHèàÂ$Á±)Qœ­KÄY16%š+›ÿ\n,¸poA×ukQUÿlê•—å¾~—¼,w°-¯··Ù˜ºÐ–4'ú¯3O2¾1!$ó$“QÜXOY“fÃ0TUM¯¥øQ_f=Å0Žª”º!yU™ùóŒüY¸- Ï:#ôEQ—ÅyIUUUUÅyéáÒ"EQUë8ΙY1t5¿·ÐjÙçÙžîáz¨‡îÉ>ÏU–÷õ»ä™ä*Cì‰eÙs™ó¸=âœDöKH,%¸AÞåöĦDÃ0*›[ÿ¯’ÏçücÁ>§‹ä“kiëÊÖª+’« 7Ä÷9]ãþâ‹bz==<Â÷9]Á«AUU÷7Ø#â¬èq{<^.±,[K«[½¶4cð ÞíÆõ ¡€},ËŠÓ⭉ȭ‰ˆ4+²,[oÍÐx ›ÏµZ~rUn†!ÂõPrõY7ùo‹éõLe¤?·™Ë¸¢0'YŸV¦ÐhšÆ^b«‚´­f[š £a½HèອJ÷♦!¾ÿ º?sÖ›u£$Ó óck–o쩵Tnó›J⮽)ûÁèd˜ê¢Žn[VËl?k>`f?‘eÊã‡ÿ{÷ÚVzïü; <ŽÁ…#¨a޹†JLàJ4 ¼ˆ†"ãElr¡ 4rµ4^Äjɹ^Å‹¹vf¢|sòƒ ²á+‹e®²0ȦX…¢‚Ëœ‚Ž` >PC¸ZÜ…Yãøo›i#ûýÂéÑsžç9¦á£ç™™½•3{ƒfo0w+7>‘i¿¹³Y§V«Ý¾•+<*d¯M¾ñÒ“R4mÏ»fo0úQ¨ô¤´k}{&Wßðêž=“½0Ú,»46õ;Ûu]iHmÍÍLfweÆöÝ«"™kYwÍm¿§VD"EœyGk]_÷²Gß»2:cÛõ\Ž:Œ½ú=œ\;6¾ÛÓ¹ø`<~.Þ|5q.°§sí•£gbÙëYQ§ÊÏJíéüÀ=ôÎÃÂØ¥±…c—“Îîc‹ ÄçGã熬^kj"Ý,L]NÆÏÅǯfúN‡3“™·w¥›m q6>>‘é;ž»“Ïß™mÎÎäÊËåp$:2–ŒŸ8ꤥ'Ófo0~.ž8Ÿˆ‰¶®mï3¶]Ïå¨ÃØ«_Øáƒæ¥ÀÊrùí׺à¦Ï5>è ü£ýP«ÕRéÊ‹ò éÀ;W|T¹˜|WGÅã =º=“ó7üzÝËÍ̽¹ qŒûÐY¸€ÀÌŸY‰ ­%q.>u-{ìû@ àXI]N¦.'ON¿: [n===@ @ @ @ ôôô€Ñ׿\€@à€@'27ÿ¢gbãWS®ë¶^r×Üñ_§Â§£áÓÑñ_§jk®ˆd¯Ûö´ÝÞ‚=mg¯Û»6îÌ;}ýagÞy‡því%Éô€Däo×^–Ÿ—B?¶¢¹»îŽ%c•åÊ‹òÀ`,9–t×½Ü-{å«jéI©Y­ô¤´òU5wk@¿X¸ùï7Å“ zÀË0ŒôDªö§ZóéÜgsÉKÉÔ•”Ñc=FêJ*y)™ÿlN)uÿÞ]{&纮ëºöLîþ½»J©·,¿(wwu§.'»îò‹J«¼¯?ì?TýªZ|\üø\¼/½8º}™¢!ö´D£±ü¼ÓÞÚ®cÛë\Æà›~×îô€Ýù[~þžcý‹Õ|ZY©$/Œ´WH^)¯TDIJ,û†=>‘ŸÈä¦m˲vmpa±º’‘ÔåäÂâvݬü¡Z|\jmž©,WJÏ–JÏŸºkîܽ|³ÐyàTVV‹ …ÊrEzîN¾½…æ±Ík Í’ôµlz2ýí×/‹ «ÕÕÏ·ü¢\|XxY]I^I•ž•  /««ñ³‰ì׿>Ï××½ÒóréI©²²ý™dŸ±íz.û cy¥ø¨ð²ºŒØ/è»x½‡>+<*8¿¿û:ßoøF°»½šñÓnÃo>N(¥ ¥ç»¶Y_÷V«µÄpBDÉÕj­¾îµ^ÍMß4{Œ¶§¶Ù4{‚¹i{éñÒ›ÏÅÜ-Ûì ]ʾa?}ötÿ³Påy^}Ã3ÍàìLîÀ³ž™3{ƒJ©Ô•¤Özv&×zZûæõeŠ¥'K7§m³Ç0{ŒÜ »í³ÊžcÛõ\öÆ­œi•R©«Û—Göê/ÀÀÉÑ\䮯{éëÙÕ¯k 3("†aøÞ¦ÙlUó¿ß4Þ¤ðâã¢4D‹Ÿ”F†Ò¶¤Ùš³¸àû~8mî,.ܼ>Õ|lšÁö­`ëA½^o>öêÞÇ¿:üY8óù¹/òù/ò݆º9‹Æö¯ß:—æ~¡ö§­-4õzÝêµv rÿ±íz.‡Æý°'³7˜ÿl6qa4>XVJÅc…ÇÅ©Ét«Báq16wÍÍ}:[ú¯%IüÛhä£eY­­/"¢zéÑReù¿[Á½¾î%FF§®¥U`—ÝöžëYýVóiš¯ƒ¬,|yGôßG(ºﮈ”_”³×³«Í*ÑZ7#{ëòÂæÄ4Ýu·¹§Ès·¯0ì3¶]Ïå¨ÃØ«_8<¶ÜÀ‰Ìôf0v&Z|\‘©OÒ…/ ÎÇßðý ßyà¾,L}’ÖZOffoåÌÞ ÙÌÝÊOdÚï ‘Ò“R4mÏ»fo0úQ¨õÝ8;Ø3¹ú†Wßðì™Üè…ÑfáØ¥±©ßÙ®ëJCjknf2»ã(Ã0Ú¿d3s-뮹í÷ÔŠH䣈3ïh­ëë^öè{WF‡‡nßÊÕ7üú†o·mãÙgl»žËQ‡±W¿@  yq¬°P˲ òr%v6;//W ˲ìé\|0?oÖOœ‹Çìé„NçaaìÒØŽ–Ç.'‡»el –8??7dõZS¯¯ ¤.'ãçâãW3}§Ã™ÉLscO»ôoSC#£­­>‰³ññ‰LßéðÜ|þÎl³pv&W^.‡#Ñ‘±düìÀQg#=™6{ƒñsñÄùDìL´u{Ÿ±íz.GÆ^ýÀá}мJXY.¿ýZ·Üô¹ü´ß•Z­–šHW^”OH¿þ‘Š #“ïê¨Ø`\X¡ éöLÎßðëu/73;ôæºÄ1îÀ±Áµ=DDÌŸY‰ ­%q.>u-{ìû@ àXI]N¦.'ON¿Ž ¶Üzzz€@€@€@€@èè讯?̹À ÐŽ©ìuÛž¶ÛKìi;{Ýnæãö¿V×uÇ'2ÑH´/º0ZzVnåé½y›3ïôõ‡yçžË·k/IöÐ` à$Èݲ‡.Œ–ž”à )=)­|U}úxiGDnOó£cÉôoR¹é›fO°Z«9¿Ï'ÎÇ÷ª¿g _,Üü÷›ÎÿwRWS¼ ðc`…N¥Ôý{w활뺮ëÚ3¹û÷î*¥öª?÷E>u)™º’2Í $r:t÷ÞÝ£vZ~QîîêN]NvÝå•Vy_ØyàÄc­%öü¼=‹F¢ö­œ4¶[ÈßËÇãáH4{ÝÖZ·oÿßV#++•¡áѾP86_xTl¯ÜÞuëÁÂb!v6Þ |~¨úUµø¸øñ¹x_(.µVú+˕ҳ¥Òó§îš;w/ß,t8••ÕâB¡²\‘†ž»“oo¡yì·k/[¤¯eÓ“éo¿~Y|TX­®æóFñaáeuudx$y%UzV.<(¼¬®ÆÏ&²7^oOšû<__÷JÏË¥'¥ÊÊög’}ƶë¹ì7Œå•â£ÂËêj|0~`¿@ €md8¡”2”JœO´—¿½!Þßð`÷^íf}}Ý[­Öš;|ÉÕj­¾îµ^ÍMß4{Œ¶§¶Ù4{‚¹i{éÍF …Åbî–mö.eß°Ÿ>{ºÿÙ©€ò<¯¾á™fpv&wàlÌÎÌ™½A¥TêJRk=;“k=­}SkÖYz²tsÚ6{ ³ÇÈݰÛ>«ì9¶]Ïe¿aÜÊ™fP)•ºšªýé€~àmì¡€¤ø¸( Ñ"Å'¥‘áíLÿöžx£Çð½M³7¸k;»î¡o%ûæ«Îâ‚ïûáP´UÁY\¸y}ªùØ4ÐrÐ ¶Ôëõæc¯î}üˡß3ŸŸû"Ÿÿ"ßm¨›Ó¹ø`lÿúÆ›OÍ­GíO[[hêõºÕkíäþcÛõ\9Œû=œ\îš›ût¶ô_K"’ø·ÑÈG¡}vÝÄbKOJé‰#ÜÉÚžòuC/=Zª,ÿw+¸××½ÄÈèÔµ´ ì²qßs=«ßj>0Móu5ƒ…/ïïˆþû…B÷ïÝ‘ò‹rözvµ¹S% Zëfd÷7ü£NšišîºÛœ(ÏÝ¾Â°ÏØv=—£c¯~àml¹€Ak=>™™½•3{ƒfo0w+7>‘i¿•s‡©OÒΗŽóÀ©×=iHõëZf"søîJOJÑH´=ïš½ÁèG¡Ò“Ò®õí™\}ëoxöLnôÂh³pìÒØÔïl×u¥!µ573™Ýq”aÛw¯Šd®eÝ5·ýžZ‰|qæ­u}ÝË}ïÊèðÐí[¹ú†_ßðí¶m<ûŒm×s9ê0öêôpBÙÓ¹ø`<~îõ÷N&ÎÅãöôžIѲ¬¥…ÂʪñóC}§Ãö´h»GöÀ=ôÎÃÂØ¥±…c—“ÎîÝÅb‰ó£ñsCV¯55‘n¦.'ãçâãW3}§Ã™ÉLû¡¦ôoSC#£­$ÎÆÇ'2}§Ãswòù;³ÍÂÙ™\y¹ŽDGÆ’ñ³G·ôdÚì ÆÏÅç±3ÑÖ…í}ƶë¹u{õ oû y5°²\~ûµn#¸és™:ÿhÿØjµZj"]yQ>!ýø1F.&ßÕQ±Á¸°BÀþnÏäü ¿^÷r3³Co.qã~t®á°ógVâBBkIœ‹O]Ëû~è8VR—“©ËÉ“Ó/€ŽÃ–€@€@€@èèèè===àŸª¯?Ì$°×u£1ÝÐ;Êõ–þøü¿¥ßI/‡\ªÿVôõ–žûtîãsñðéh8ŸÈ¬¬T~¤áðÞ±,+v&Z|´´£ÜY(D"£K½çãO}’Þô7ïÏ;/««•å‘áÄìçyÞV ÐÀ ’þmúî¼óƒ¢†¾tÒ¿I‰Hþ^>6G¢Ùë¶Ö¯ìûúÃÎ'6k®m»®›™ÈD#¯×È}ßoo¬Y§¯?ܾþv³‡¬¶CõUû†mY–Ä0ŒÄùÄÒbADF•,=)µªÕë^t ¦·ôÊJehx´/Ž ÆÔo_xa±;ï …?>?TýªZ|\üø\¼/½8êºîᇠzÀ; …¬­Ò³íø[|R ŸŽZ–åmo¿YçÛµ—Í"²k³‡¬¶Cì‘ì »Z­îÈÍÙ‰ô\ÛRýìçùÔ¯SªK¥¯eÓ“éo¿~Y|TX­®µßò‹rñaáeuudx$y%UzV.<(¼¬®ÆÏ&²7ìÃô€w)3‘É·-ÒççôoÓ"²°XÌݲÍޠѥìöÓgO[urÓ7Í£ùøé“§1¥”êRöµle¹¼wû4{Ôjw¿È[Zö´ŽDcgã·?Ó[ZDcªK5é]×­,—S—“"¢Êó¼ú†gšÁÙ™ÜQû™3{ƒJ©Ô•¤Özv&×zZû¦v¤³€€S'ÄÀ™ˆ ÈÊJe` ¶²\1 #r:$"^Ýûø—C»bšÁÖãÚ׵ܧ¹ê75}¸›h÷iö¨ÕT—šº–žº–wÍÍÿ§“¹–¾?ïˆÈÔDúö§s‰áÄÜùÔoÒJ)qæós_äó_ä» us:Œ©_ãÍg˜fkíO[—yv@ ¼Ké‰ôÝyg` vwÞIM¤›…A3Xøò~{vßUj2Ìä7º ËFbû×?d³‡¬Öbõ[¹i;:ðº÷ø¹øí;s·?[ýjõî›]@¡Pèþ½»"R~QÎ^Ï®îö•8Gí÷Ýï[nà‰Ÿ×ëõâã’ï×[ëÖc—Ʀ~g»®+ ©­¹™Éì®Çj­.ÃPF}ݳ¯ÛoW0 £ýžÑ½š=dµv£¿J–ž•ü _R_÷rŸæb¿ˆ´^šL;ÿéd'3­EªÌµ¬»æJãoÞ!ý‡À;Ä =œ,é‰töZvöÎö-­Í}çãW3îw®õ¡uóÚÔ®ÎÎÌÞž¹=>™1{ÌÔoR¥ç;÷Ч›Õ[ºyãé^ͲZ»ìdÚùr!{ÃÖZ›¦?Ÿýb®íue}hŽ\i=OœOdÜïÜп„òoÎôoèwçáð}`š¦ˆìzoS·Üô=æ:‰ýG{üjfd8‘Nð߀÷_ñQaäbò]Œ [nma±è®»¤y'[nª¯?lš¦sï€@  µ~% N2¶Üzzz€@€@àÇÃ×VÀ1±úU¹úÇUæô€Ždõ‡¬þó' [n===@ @ @ @ ôôô Ð Ð Ð Ðzzz€@€@€@€@èèèè===@ @ ð# ìóÚêWåêW™# #½Õ²úCÌðÞbË @ @ @ ôô~<¦t–n#È$ü¬~U~ûÌ™üâäï…zì(ùÑN™|Vè@GÚô=&ádz dòÿ‰“ÿ6Vè€F ôôôÀIÁ·Ü€CkiìVÞ¥˜èÞk~µºù¼|ê­òW 9²ÌábQGeXí‹§¾ˆ¨€aHP'÷Sÿ們æõór°ËP ­¸HoD¯¹õÇEó™¾ÞÊ€WÓ¥—~¥¾é¾ÒZDN)eþÄ ±P aÈIü![þ³'"ÍJɆ·#ÍKC‹ˆêê–5·þ¤È:ý{®&åòwùÚº+Z·’¬ßOêUUµzK‰žt(?iÓÂM±àx§ùš~^6J66·7Ð7ôë?iˆø›ªñJÕÜú“âßÜQ_øHå£Í÷_µQ(¬Ùµ5W‰(C)C©.Q†R=JJÄ]s ®]Õ=À1¡¿®éç%# Äß”†–€ˆ:õúÖØæŸˆt)ihñ}¥›™¾Ä¼½‡jò’›×ÚèÕ%* J¤»R Q"* J‰Ñ#zC/­çk2 óÓ¼ëúÏJ†ˆlx¢µTðbÒšLKOwky>x1i]ËŠ”†ˆï«­MU]õŸy§¯?ìÌ;Lò?è­¿¼áh_+C$ðæOTÂJíS Cäu¡2Dûº¼áhñ÷oÓ]sÇ ŸŽ†OGǪ­¹­—Ú/€ÔÖÜè@Ìyð^¿×zpLSà_\C¤µÓ¦ûü1œPÿ±&ÒÒ‘àÅQãÂÈë’.¥Zû¾ÒZ¯»úÅÂÍ¿é,˜äŒš.»ß×”’S9%oþÚP݉Ÿ§ÇúóÁ@äT£Y(J‰û}­¦÷ûTæ®{£cÉÁXåE¹ò¢<0KŽ%ÝuoGµjµš¼œÌݰSWRz€†ÆövùWk/eÃõ¯k2üMÚ¸8&‘†ø_×dë‡ûpöV~QîîêN]NvÝå•ö—òóNôL,‰Ú·rííìZÞ×v8±ÁXk=8/Œ‡#Ñìu[7oú‘¹;¯ËÛ׉ ±Áx_(ÏÞ°›…{5²WýŽ Å÷^¹J$L§#KéӅב‚Õà"|³+IDATÓ¢Et°+4z:—èÍ K‰(%Þ_Ý}vÝTV*É #í%É #å•íÏ¥çå©ëvá30{ÿ§ˆ@Ž-Ýx%"º¡uC‹ˆÿ?+îç³Ò¶øí?Zð>ŸÕž'ß{ÚódÃ×ßoî“éëëÞjµÖ\²M 'V«µzÛ>Ü´möÍž`nÚ^z¼tˆò›fñæsB1wË6{ƒF—²oØOŸ=m–-ånåšå7Û‚øì­œi•R©«©ÚŸjû7²Wý ô¯tCK@TÀª`w×öŸ ´~LJ«€Š˜JößUЛ7ýÕ^mú¾ìn/1~ÚíolÈLdìi; uÄñU«àøjˆ4´jlŸSýa ´ý¤¨iŠïë?ooAQ¦)‘è^í9‹ ¾ï‡CÑö’›×§šƒV°õ ^¯·êìUnšÛ¿‚äÕ½9´ËGˆz½uøè›OJ©ÖÖš½Ù«~Ǽ‰"§¯ßAÕPº=íoSZ{5Eþ©ƒš4 Ã÷6ÍÞí‰õ¿ßlM‘ˆÌÎäìëÙà¼9!ÐüÓ¨füßWzKË–œH›¿“€ˆÖ¢µ†q6nÝ»ï^×9x[¹nè¥GK•åÿnñúº—º–n.{®gõ[ͦin‡õ=ÊÛÍ`áËûí¿Éú™Ù:ü@{5ÒÙob ÛžxÞV­òݾTÔê uw½>Yϯ–¿s<©¨Ÿ¼’¿Š!† tïÕfl0Vx\œšL·J ‹±¶Ý5#GŒ#y5u÷ÎlüìûþKUl¹ÇWCëÍMý§šþ¦j ˜ŸL5Ó|ý?æÜ+)ù‹+"ƹ¸uï®2 Õü°·Ò“R4mËfo0úQ¨ôæ«ëí™\}ëoxöLnôÂh«Ú^åíÆ.MýÎv]WR[s3“Ù×ÉòBÒž¶ëëž¿¥oÏäö?ݽéðOe*øÿ¢WŠ+~®êÏÖ¶òµ-§ê;õ­š% ½ú]©üݬt½ìîR§§^5$x*ªö~?§>I¾,8Ã÷7|çSø²0õIº½Nül¼0ïd¯ÛÅÇÅ÷|ŠX¡ÇT@iß—?×ô–ùsM6êÒcÖÿcΛɉ֮ÖÖ¼#¦)ßÔZëU×)½G>r¦®MíÌЗ“sŸçG.ŒˆHl –8?ªzdxdjb;îUÞ.u9)"ãW3îw®õ¡uóMGé«)­ý‘±QKïHœ‡o¤Ó…ºVÿº$J ¥T ûT@)éÞÔ¯D”§½êwÅÍÀjw¼’niè͆/ êاA˲ ܧ³sŸåE$ò‹Há¡cY;/ƒDÎD ä•Ôæ÷›©«ïï7W~мîSY.óÿzк ˆlúÞõ¶üú¼£VVå›js¶1œ8õó÷E¾ßó‰SÿÙülîuɇ–:dü:¥N‡Nø$DdäbòoœüwL/¬ç\)G~êVA%Jº}-â%ðJuùJ‰­››Ú«~_³ñ1Ë>èŠKçMþÛbƒqa…[]†y%UoˆifzÿIÉR’¶ §Ÿ•ô³7Û²Jóí? ºCó«'ñ£QñŸ¦ ëµÚ–QÝF ¨Êˆ¯<³'(SÒx%âo6tÍwÕV0n¥öIóû¼úVèÀñeÆÕ”/¢DÔ›uúÝã‡VýtH]Jî³6Ojÿ'2•5̽ÜJ£éÑVW¤»+4”ˆhÑ›Mw«VÝXU›ÖH¯m*ë˜Ev=8¹”aWR¾ˆjhùS­•é°~û&Í‘3öÞ²ºB©ÞÙ²çTÝrí'/ƒFÐEÄolz¾«ÿ*V ‘°R† ž´™!Ѐãžé{ ãJÊoˆP­Ýóº- ù½i¾#*˜è͆6†j›×[uÅ%†¥FCÝ1Ë)¥Nà´èÀÉÈôWSþsKþw—_U‘¨qâï‚}ÿi­õ–Þ|õJi#$qKbÍß‚USJ”üUy¯¼S?Q†êVJ¨K '%Ó›¿a:øTJìRº!ÒÐo§Z%Jré ôèLPhÞÿ ˜~) Ð Ð Ðzï¥S]Ý++•æc¾åtžÕ¯ÊÕ?®2Lþ‰MóåçO[ßÝÉ = P‚Éï¼4:m–|`š¦ˆT–ËÌÐ)i>ØcFb– óÒüÏ,£Ëh–³åè°4/"ÅÇ=Бiž›b€ÎNó­›b ô@ç¥ù`Ù¬ÃM±@§¥ynŠ:7Í 7Å›æ¹)èì4ÏM±@§yÃ`=ð> šÖv|7M£ËØëi+͋Ȧi2w@‡b…è`ÿD­:Ë4(•IIEND®B`‚caja-actions-1.27.0/docs/help/de/figures/cact-preferences-execution.png000066400000000000000000000460551433352025300260030ustar00rootroot00000000000000‰PNG  IHDRðÍ6F pHYsÄÄ•+tIMEÜ &$%ÿÂtEXtCommentCreated with GIMPW IDATxÚìÝhמÿÿwÿ1/Èà è˜*ÑÀ•ØÀ•ÀXÁ –É"‘…F4Ð( ÜÈ7pc]ÃMfýGVñBVÎBjåBn” r`¸! |B•? òR¤BŠUpéRà<°| ûýcE‘%Y–åÄ?žB°Æ3gΜ33zéèHþÀn· €ý©GD"_Fh`É-æôõëAé‡-ì;="b®›æºùfÙº(ÿSê3×~k¹¢˜ÿè4•>Ú Ø+Ö_zë§×Q^ï3u¯Ûé?æþ°·OQ)¯š©ùÇå—EãŸ|¢(ë÷ЄÀ{ö:Я‹ˆØ^æüCîÐHÔ¦˜ú/åµÕ5ç'jå•ét:×ýÅçùÄ­”Þë6MQþñÃ>E¡ù¼w ™ Cu?¿Ëývwå÷ÞŒµËà zSªómÌð ¿Òcʺ¢~¬–~1‹ß—lëåì“…À ¿ó¨?6©%oÎz/ÆçdLÓTÈôZ†¶Ò÷%mJëbj|÷ù/p"`}s@ꯩì£ì¾ŽïVÅêt¥žärx?ÞšrcÍ¢QcýCû?9dÝ”¥ïçl¡”WåŠaüPÌ?ÉÎǽ#~³¢Kü*¢¬ÓŠZq~æ ŒêsðÎo5%„þO¨Åo»èG?Œ²³ÛØWëJ¾? +Ó®wº2Ï&Ðk\~#Ð[Lq,_°;#²nÊJV1ô¾E/¯õõJ©¼f®+•bÎsÔ™¸¿ôëš|øaíÐ>4Pü®þ"œž¯T*uw žF¾ŠˆˆaùçùÔ_R¦iŠÈã¿=‘±ÿ3f­V}hý " [¨®P·rµüf…ˆˆóSgälDýXUz”â÷Å…ÌBñ»bÃú»ãvØù¥¼ˆø¼>çoœukZûòþÖ«MjÒ#É¿$£_E·¬dàD 8tØåJ9û$›y”©­äÌ×3§Ovô;ô_ôä­dõ[È£ÀhÀaw¬k™G™êˤÖ[5»ûש­a‹6]Ã~iQáÍÕØ²Ë¶h™‘@ðäF{ÎÍÏMüa¢jl·Ý`'îܾS·äÜùsílb­Vûóf¯§Ü¬‹ˆŠ}.“õ ”¿Íó¥—k¹Ÿå²©ÚWˆÍ¡¯ŠêTûúKúZYÖ?¤o´–¸žHÝNÅ.Åb—bo–¾ŽUeüüx¹Röû£ˆŠ)É?'7¯V}8{œ},"c±ú=­·ñó뇗&vGüj¼ø]QýD ÿk¸ømã@o Ïgf¬@ Ô¯¹.þaÿÄ'LÓŒ_¿-ff[W2x2ù*’}˜0ù"b½¤±v±ñ*â3÷øÅqß1ßÄ'&.NX·ïÀ‰@ôwÑܳ\l2<Œ~S²O²­·j¬½wذéöË–ÞV—µ¨’Äý}´øm16ëÿê†Ýl7è®öÞœ|ë•ÀzãBzDä×W¿þúë¯Ö²8´Ë±øïBúß%µdø½nïˆZ,–òzÑéµ^ÕþÿÄ}Ìg*¥åËò?kô€Êårüz<~58Xøï ÜÕNênÊúaáo Ñ?D}^_âF¢ºmuµÍë~Õâ· éëí“uÑÑ×þgmíùZáyÁúmîY®º¦Øïø'‡ÏëÓÖ­ôŸuŸ×§ô*ksë Œ¢ˆ–+eí²¦ëz³*Õ.±^$¤¤Öþ¾–ºŸ œFé¹tuµäŸ“k_{üOüqÂñ‘ÃÚ*x"("©¿¤Öþ¾6w.üy8p"P;'¾áVuGdý`…ïÍËëêܰÀfM·yó-+¼­.kÕ2'ƒ"’¸™(—Ë"2{sÖ:¯vÒn°Ÿ‡«?§¤·¼á„?§¤n^e}õ|ˆ”J%Ã0¬¥ÓÈÕ”£W ûŠR(QÖ é;bæ1ÿèP?éóx}ÑÉxí{è°Y¥RÉÌg'îä†Ópý_Í_¥á—Éëë}åWŠHÅétêżÙc+½(9zÝìs|ªš=JéG=÷×…ùzí‰_{y×µ goÎ:ìŽñ ã¹ÅœÒ£Š…†ÛÚûí;¯@]!sóss眃Nÿ°?úûèÌõ߯>éöHèTȪ|üj¼º8t*4ss¦ú¦gô|4y;™¸‘0/šµÃá-¬­®9>rØmöÊjŪX¹RÞr«r¥ìøÈáò[¯ÚÔ"»w¦YÓu«Âô{ù—²ú‰ªÚUý]Dª£‹Õ€†¾yöMÝ’ãÃÇw{/ß<û¦Ù^þ¡áRS>”¥l˜}NŸ:¨ªCCõÿúiÀ;â—ž¾Ì£léEI/ñÉ!m1M36s~æ¬]øaχ"²f¬)=ÊÄ¥‰·†~ÖE$0Pz•ñK㵿²ÞN´´uÚkQÈìÍY§ÓYZ)åsÕá:ÁA›Í–_Ê»œ®ê¿üRÞf³GƒÕÕ–ž/E/DÍusöÖ¬5÷cËJÎÍωHä|DéU"g#òöøq3©{)‰]ŽÙl6EQ¼CÞ;wï¼û®lÖt›¹ƒ ·è²V-s7%"—'lý6[¿íʯìÁv+‘Wÿµ¿Õñáã[¾Zh:Ì^éQ—VÊÑ€ú‘¨ë"¶>¥Ï.JŸˆ¨«¿®›•ƒŽЦb±˜üs2ú»huIôRT»¬¥ï¥Ë«ek G•vYÓ¦´øt¼üK9u7U ÊV ¿8ž{š“­†Ÿ[’žOk“šó3§¬KñÛb|:¾ysk¾Mf>S»03Ÿñy}á3áê÷ÒˆÈÒÒRôB4y+ŸŽ÷õõ¥î¦ZW2u;¥ô(Á“ÁЩP¹RŽOÇçîÏmÙ€s÷çŒU#r6b[(RIuÖË¥åÚ‡ÛÅoÖt›¹ƒ ·è²23Ò#ÖŽôŸõô\ºöMƒ.¶Ô†ìw¼IëÍ?°Ûí»£:‡¾šóÝǼá>ýÇ’ã#Õ}Ô-=Š¢_”~]S]Ž—_–ÍWdzÀ¢ªÿöXÿY£5xMçÐ[ŒWÆÂÓbå]‘’^1ƒ'™GÙܳ¼ˆXCI¤yÀ^0{s6ùçdi¥¤QãSqIÝbÀ!Ò$Я‹¾¢—WtÓ4•^E)-O /–Ë/uó•©(ŠÉ_õì ™G™øtÜù‰Ó4ÍÒ¥ñ ãm~@†&SnÞfÜø([e…Â{ÂSnj‘〽©§6ÝØ_>°Ûí´°OýMì_Snò‹|!°Ÿø†üÂ=°¯è===@ °çõ´ø]ŸÍA{Y¡˜÷¸}´8AûÓPéïç9uÐÙI ‘5£L î;}6Gê/‰à©0Mqà;ºøm^UUšœÀ ýi(Žô`+~Whè™rìcz€@€@€@èwY±X<>âtíëæ«Ö¿H×ûîP5È?ÏßïÅÕqËû†ýƒ.ëß»¯w*Γ ô2½ð^v÷Þ}üzbbRûiey·[‡KhïômÅyû.[>~5þÓÊò~9Qéq:à¡eÞi ïJEK?”Ãþ6¬>=·YΞÎðišºt¥n§ºÕwuðoçu5¯þóx}ã—b•Jy6ή*ýPò{}-jþ¾¡¶wjß=àNõ¾ªÅî¶Û)úŠ~îˈë¨ÇuÔsîËHiE§ý;ؾ¢û†ý-.–=rÔæ+sæúÌñ¿ë¨Çåöœ»0¾´”?ýØÅ»Vµs»Höf3¾—¤ž÷ÕFæ+óýíüPK=H_ù·+©¿¦"ç#]é»ê‰Ë˜ýÞ9Ï«}QY5R·SÑ?Ĥiù=rºr¥HúËrèt8ú»Hâ?gDdáo áÓá…Ì‚z„¿¹¾=¹Å¼È·÷/–ÈÃqçvJ=¢¯ŒüR>q3¹à=˜fµ[QÛ¹] $¨êÚ”]×Ç/Œ{ܯS ÃhøâÆzXý¿ö‡Í/Á“·’¾!¿Ëí‰Mj¦i¶(aËõ­æ¤}Cþ§+t*¤¿;YZÊ 8]¾!ÿÜ|f[…oùbn˽˺hSšÇíñx}ÉÛ©v§q9m^KÏr}½}‘3á>[_îY~ËjoÙ8Í6‘†õt¥î¦|C¾Ö›wÐ\ÍÆ¶ì—Úúì‹ó|[ìý¶‰‹ÑÒ÷¥ÎΫvŽ«ƒC{«Í×åÚÕ¸Çëóx}×®ÆeýÍî’·Sžc>Û£Õ-ߪØfíÖ¬ûDdæÆF™©»©Öçð.]›Ü©VrîAÚ7ìpºŽŽŸ33ÇG^—©¿9KŸ*MN­vN•v›¥ÆÌÍ„¿GÎFlý6[¿-r6þ"œü¯™f§½6·Ú³vxr[Wâo•{¶ý—þ¿œo¨é›Ú”–y˜©>ÌÌg´)mWOƒfŠßµËšªªÒ#6›-0¨7éÚ-e«öox[Û|D-î~;½nÿz¯íÜ’§z‹ãmÿ™¥á“]]fh°Ûí"’û†bé³9ÖŒrÃ×d­÷d¾2ý£þüb~óÊÕ‡› YZÊǧgæÓŠ¢ˆÈñ‘±;·gUUµBIàdЪd³ÚY¿°”·õÛDÄ4MÏ1ßò‹‚ˆø†ü‘¯"cÿâ·ÛÍŽ±ýÊ´8ÞÆ{ö§ï¦¬’õýx`ÌZ¿Å–S×q©¿$‚§ÂuË+/Ë`(¿”SzsÝôyýÙÌ‚ýˆ£Eµ·lœíïÀ +¿øMµ´n5Wƒ˜þöéÔbGµõÙûçy;]÷Ê^éUÿ÷‚:¨vp^µ\Û:´Ú6÷ ûÓ·SVõô=|>’¶±Ú7ÙÇ›—·Yl‹³ts÷ÕÖ¡ö`¶ÉN®Mi4#só=äß©šUÆuÔÓì,mxª´8µZÜ…Ú©IÃÃt-— Jòæ3M×QOÃ[M]ݪíÙÁ•Øñ­ro¶ÿÒóbb:¾ðp¡ÅÅb¬SÁÐèØÂ“ÇÙùŒU¥Ý; š5”ùÊLÞNåžeK?êv»}ltlâBTéUvé–Ò¬ýÛ|Vj¶ZÏ)íßµêŸ#j:·[¤S½®Y¶ûÌRW™ÚÓ¦[îNžÈêdæÓ›{ÇjéâúÒ‹Rüz¼ø}É|ev2cgEצ´ôý( "åJùø¿Œµ_B;ë[g›ˆ(ŠR}Iºœù:™ü:ÙgS®LÅkgwm«ð-5Ü{¥RQl\óÕÑΖӎԃ9Ã0\NOí’+“­6i£q¶u¼"ÒìLÝIsmy:µš”bwì£ó¼MÕa©»)íª–¾ŸÞ¥óªƒC«móJ¥RíJ‡ê¨T*Õ_5\Þf±Ûê¾Ú:lÙ&ÛmÃÍ Ûrèåß©šҢ̆§J‹Sk[W}›‡c³ÙŒòš½fƼñ÷µêV­Oû´ÛNn•{°ýó‹oÍ·ix±Øúm¡“¡ä×É+š¨máwpÔ•L\ŠN\ŠZ7Àä_Rã—¢wn§vé–Òló6Ÿ•vøäÕÙ]«îîWÛ¹Ý $ÍNõÇ»Ýg–O4ílÕõ'²fºè#£±‹ãÉ?ûm½6ã•áqûª{0MÓ:ÕÆs¶ Ã8waÚ¤=Coê|5þ^n•{°ýW¦þ³^w'Ù|_Š%o$#þøt|üÂxu<øŸ¡ÏÃÙ'YcÕu©¼,ǯÇ}ÿì~÷·”f·µº#j¶Ú;SÛ¹] $ÍNõÇ»­g–Ö'F;}×õ'².úÍ_j‘˜N\»>3pÔ<vÿÖ[]31Ï-æ\nOðtØ?ìmXZñ»RlR«ûŠŒÈ™°ÄîüøÀQ×øÅñà‰@ÝVÑßEÆ‚¡ö×o&0ì?wa|à¨kæF2y#±ÃÂÛ9Þ·ŽâbÔ~ÄáñF¾cžê[&N3©{éÓ_œ®?Ï„S÷Ò-ªÝ°qvr¼»Ô\[žNÕsžçÛ­¹Ø_ú¡”¼1ÛÙyÕì¸êjÕÙ¡UûTT'C“!uнøæËË|^_`4äS¨¢;¿4šu_ô|ÄsÌ<ò ù¶2ÙùµÙÙWk’;U‡£ãN•§ÖÎ/±c´ªš¾—Ê-æ}Ã~ß°?·˜OßÛ˜ÚÛ ý_ŒªGþ‘±Àh¨©Œ»q«ÜƒíŸ_Êû޹kk»ùbѦ´ÈÙˆû˜[DüÃþàÉ€öúC±ïø4ˆ]Œfe}#þ£®à™°ô(‰¯gÞý-¥émíí#j¶Ú®ÞµjÕvnI³S½Åñn뙥õ‰ÑNßuý‰¬™N>‹]R*•"¢Ö&v¢ÙçZh®æt4¸Sm5øjÿúk¶¿6¥©Ÿ8#gÂ{ê48ªy³×¬»z>ìßæz¿Âu .=úkË-æÓ_ì?0Ävïtnû§ú{ -ï̶=gj×Ù?R'¦)ÿÄ¥Ø>ªù{9öosàNw*Ð_;·ÆV¹ÓîÎmÿT?ؽÖÃIöÞE΄wõM(š À¾ôˆVï·¿öHûspªrÿ@zzz€@`¯ÛâKÑ@ûìà"à0(<Ï©ƒÎÍËÛúÃRäB€Wnàý*~Whè-L¹ö1=@ @ @ ôôôôÀ¡ ô¹g9ß°`Ð50è²–T®]¸ùá{×õúìµÜ›vZ Z=ïf7©{ékÿ~MD®üÛ•È™ðKÓ¦â•Jå›ìcuP¥ ßWÈn¸ü§•eàú¹ûsÕvè+•ŠˆÔ¦ùjŽÜã²ëÕ{_Ç[ݯ•ìwµ¼Hhá]L¹YZÊë?ë¿įÿ¬/-å«¿j1C¦X,†>»Ü×QOøËÈÒb¾6AÊv¦ÙdfŽøœ®±¡b±X»Úܽ´oÈ¿e9ÖÏ Ë‘Ì|æøÈØ€Óu|t,ó0Ób‚GûeÖ¿"šÏsõ›»—î ÀÖ%ÌÍg|Ã~ërÏòÉ[I×ç:ê •^”¶ñÊ­õ^6µv;ûmÿSwÓÖ ¯O»¬™¦Éô]ú뜈„¿ŒD¾ŒˆHêõh}kÑKÅo‹³×…çùØ…ñÔý”µ¼v0¾Í±ÛüRþñÃììõDé‡RlR«ýUáûRîIv'ådfb—5õ#{~1Ÿ¾Ÿ^øÛãm5N‹º½IÉÒÚeÍ}ÔYXÊFÚ¿_›{ÙV[–Px^È=ÊÞ¹9«ÿ¨Ÿ;Nÿ¹œ𛽙(~_ŸŒµ›æ·Ü˦Öîl¿ÍÍ|e|“}¼\*h—bsó™øõW8 ÐïT¥RÎ=Ë©Ÿ¨Þcnï1·ú‰š{š«TÊ[nh†ôˆÃîPz÷1÷Û©Žë›œPz•Àh@DôŸõÚ_i“1¥WÙI9ÉÛ)¹2¥Ùûmö~[ü²Ö­º½yEtwND¢¿ŸPz•èùˆˆ¤î¥¶Uà–%Ä&cJ¯âö½~Uzÿ°_Dôõv_¹mµ—Í­ÝÙ~›5ZôbTT•%x*("¹§9®ppàu8‡>3Ÿ®[<Õxf|úÞœˆDÎD¬‡‘3mJKß››˜œh½ mR‹OÇÇ‚!q~æÔ&'¼^_gµµ÷;š«­ß¶ÃrÊ¿”ED=²1¡ß¡:ºU·*ý]DŽû¿Yò³¾­·,ÁÞo¥Gy«mÚr/›[»³ý6<Æâ‹Râz¢ôCÉ0Œ×/&+Ìï^`4Ôþ@s}‹ÿ–uIÏ/ˆˆ6¥iSo†®Óó —&êv^Y}kØþôçÁÓ§‚¥R)·˜›ù¯dôR¬P3ù¾™ºB:Ö~9ŽúºþRWUUDÊz¹ë½k·Û+¿TòKßt–³»RÂÞÙK3Ñ ÑJ¥rçö¬Èo®›®£žnžÉ»¬ÏæX3:I’»;å&ó(c†÷·^k¾»õÏû[¯a™GQ?VE$û$k¾2דµÛž»0^,•œN§oÈ/"}Í_¯´(d[:+Çš[rí?gŒU£²jhÓñ®7£õÙƒøôŒa¦iæóá/#︄½³—æLéëí3×MfÏ€Ãcw}ê^ZDÂÿª]h=´~•¸w~êŒMjc§B¾co ©ž>u:1w¹=á3aï?»go4MØ- Ù–ÎÊ ž ƧãúŠîöG¾ ƺ”Ï„go$t]÷ û=^ßÜÝÔøÙÈ;.aï쥙ä¤óS5t&ì ¸øàÐøÀn·‹H~±ÁÇ[ ûgæÓLThH_ÑÆÔÕož>¦5Ц²·5“åh»;wa¼ô¢$ë¢ëºõQè…Í€w ‡&عàÉ`lJ+ýPRÅý©óέYÿˆŸf~Œø$x¼L¹ôôô@|=ÐTf>M#€. ž w=€3B¼£4ß×ïèz±ŒÐ[˜øSœF;g¬»Q,#ôÀ>F ÚòÁЀ@}¦X,ñ ºZ¬Óì·­·».~=11©ý´²LSìM|(ö©2·õÛ|^Ÿ69a··ú¨ué‡R`Ø¿×à°a„þpùieÙú—}”uô;¢ˆµ^ß|eò¢€@=ÇÞo›¸-}_ª.IÞJú†ü.·'6©™¦)¯Gô]Õ¡ýÍëXæ¤}Cþ§+t*¤¯èuûZZÊ 8]¾!ÿÜ|ÆZ80èš{ö ûœ®ã£cÅçÅÌÃÌñ‘×…èzuµÚ¢ª7—¹¹¶Í*<0èJÝMù†|Õ5™îôØgŒU#y+éüÌi=LÝMå— ™¹t~1/ëæÌ¤ˆXÓW¬ýfëXr‹K™ùôr±àòÇ.kuûŠ^ŠE/Fz±œ™OŠ…7[=Ëe‹…à‰`øl$û$—¾›^.üÃÍ…lYf]m[WxéÛbæa–ù9€@}ÆÀty¼¾ÔƒtâêÆŸLš{‰_ÕìG¶^E»¬=~òxó¶-ÖI\ÛíEQ"ç#¥Ju*=J¹\®¬–ívGbúÍiJLÏØ8E‰œ ›¦™˜ŽWÖ¾uÐP³2Û¬p|ꊽßV}H²ûó£—jr5 #u7¥]ÕÒ÷Ó"R®”ÿËXëm[¬c{ŽE©ŠcIÝNÎ|L~ì³)W¦âþ!ßæ­¶,¤Í2Û¬pëè±×Ùl¶è…¨çØFvØéûwZÇÜvÖiÈétÞ¹5+"¹g¹Ø*4— IDATd¬°”ßÖj𦕸kÿZr;ev\a€}„)7‡”aÉ[)秪õðô§'þ¨éº.ëRZÑÇ/6øö›vÖihüRL_Ñe½“zº?s§n§LÓ¬¼,×N¬oX¦Íf«~šv[æC±`ÿb„þp©&W[¯â9æKÞ˜µF΄EäÜùqý]ýX½ribó¶í¬ÓP`Øî¸þ‹îüÄ™¼‘ØV…ÓñØåØÌŸ“ö~ûø…HîY®E™ÑßEÆ‚!ó•iÍ,ê¸ÂûÈv»]Dò‹¹Í¿ë³9ÖŒrÃÍ2óéà©0͇ƒ-3Ÿ‘‰?ÅEäƒ>øßÿý_ÚtÌš?Ü,`w½}C~a„þðh1«„ïxØ¿ô‡©à@âC±@[˜oôºŒ)7@+Á“áÚï¿Øk¡Z¥ù¾~þ.ØÓ¡Z];= ``„ Ð Ð ÐzzzàP¨Tʃ.—ÛóŽ·zààçlëŸÇëKÞNíÒŽ Å¢ˆ¸ã~ÇÛ=på—–DÄ?â/,åU#ùur—vT,DÄ×Ñ(ûN¶zà`ú‚ˆxë-ÿ½,"ÎOÖòR©þ"ì:ê±ï‹/JcùN×ø…q×QoØ¿´”ß\ µþæåÖ(»ÇínXxëJÖn šh#ÐçEäÚ¿_³.𨥍µ|üR¬üK9÷,gï·YK23"¢ô(‘¯"á/#áÓamêÚ7O·µ›u)~_·ÛÓ°ðö·‡#ôÀ*•r¥RQz•ŸV–ÿmAÖeâ²fýªüKÙ4ÍèW‘äͤaòz,?üyØív»ÝN)WÊ›Ëüieù§•庅ÅEYõUéU^+üExcNÿ1ßæmÀk½ÏëUUEÄ|eZ¿Òþ8¡(JñûÒÌ×ÉÀÉ ¼ËŒúED_ÑEÄù™³ÍŠq¿ž3³¹ðZ¥tëõuó¶€@ è "âýg¯ˆdþ{ADü#~ëW§Ï„ Å|b:."Ž~‡5–/"¥– È_OˆHìâÆüœê¼ùfè‹ßY“à= ¯OÿÏóÖ0ÿƒôæmÀáÁz`Ë@Ÿ‘kÿqíÚ\³Ûí‘/NOLÆDäÜùHîÙ’ˆØl¶Àh@»àýbÊ @ @ @ ôôôô Ð Ð Ð Ðúwm`Ð50èz—îǃÞi OÝK[á5u/MPöY Ÿ»?W÷C×ý´²üÓÊ2= }—--åõŸõÀˆß?â×Ö—–òÕ_YCés÷Ò¾!í˜zæaæøèØ€Óu|dln>óÖkƒùÌñÑ1×QÏñ‘±¹šñþê¨|µœÚqúb±ú<ìr{\G=á/#K‹ùÍëÔ=ܨÛ|Æ7ìpºŽŽåžå“·’¯ÏuÔ:*½(½©ð|æøÈ˜µZæa¦®Øfun}°[Ö-ó0s|Ä?àt‹Å6+ýö¤þ:'"á/#‘/#"’Ú4H_ø¾”{’­_Ï>yœ¾Ÿ.,æUÕ®]Ö27bî܃´vYsu–òÑ€öï׿dêJ«–S;f½4Qü¶8{=Qxž]OÝOµYùÂóBîQöÎÍYýGýÜùsúÏåüÓÜìÍDñûÒød¬šÈc—5õ#{~1Ÿ¾Ÿ^øÛã·^lUçf»¥üRþñÃììõDé‡RlRk§2 ÐoO¥RÎ=Ë©Ÿ¨Þcnï1·ú‰š{š«Tʵëh“1¥W©]råOš½ßfë·]ù“&"ÉÛù;uwND¢¿ŸPz•èùˆˆ¤îµÍ ÃqØJâ>æ¾s»Ý@›Œ)½ŠoØ÷úaTéUüÃ~ÑÔ­…Võ®Liö~›½ß¿¬½õzf«:7;Ø6ê6¡ô*Ñ€ˆè?·U0=m–™¯Ÿ7<n¸fúÞœˆDÎD¬‡‘3mJKß››˜œ¨®cë·Õm¥Q­G"Rþeã€þ‹."ÇýÇ«kVƒlkÚ¤ŸŽC"âüÌ©MNx½¾v6´÷ÛDDéQ^?tl^Ǫޛ:«o­³e›luslîÃÖ•i§+ðîFCucÜ»è[$ø·¬Kz~AD´)M›z3Tœž_˜¸4ÑbçúK]UU)¿,‹ˆã£Tj·Û+¿TòKß4 Ö-œþöþ³{öÆF>N\;?uÆ&µ±S!ß1Og‡<ŒOÇõÝ7ì| Œ½è·ªs³ƒí¬n­+€æ»Ý."ùÅÜæßµöÏ̧™ªÑŒ¾¢Œ©«ß<}LeÐŽ²·5÷äh»®8wa¼ô¢$ë¢ëºõiè…•Ànë¡ º"x2›ÒJ?”Eqê¼skÖ?â§2 Ðï`Ï„æ=Uì*¦Üzzz€@€@€@€@èìü¥X8Púlö Âóœ:èÜ’¡v=Í¿+ìRáŒÐÀ´f”iØ;v/Í #ôÀ¾F ¶00è"Ð Ð ÐzMíå™v‡ùX¶«X,ñ·nÜ>íþÞ,œÓ›ƒôx¢…ˆHüzbbRûie™Ãß;…s±Ø©ÔíÔÀ +u;ÕÅ2«±†°²§zªôC)0ìß%÷o7m«Mê¿»‘ºYáݺX]uÿ¸"輎DÒWþíJêAš¦8ð=e¾2kÿþ^5Jîß1ûmµIÝáw×®^í¦Ú\ôDDrÏr}½}‘3á>[_îY¾º|`Еº›ò ùªÉÛ)Ï1ŸÇíÑ®ÆeýM É[IßßåöÄ&5Ó4«›×þ_-di)?v"4àtù†üsó™Ú•kw]ýaîAÚ7ìpºŽŽŸ33ÇGüNWèTH×õ ÖE›Ò¯/u/Ýz×ÍúºÙò.^#Æ+ÃsÌg¼2.iVá†Û¬³Þp.ÜnŒþ²Êæ—Þ¤ºukx,­ª±¸”™O/ þ!ÿ–û­kë_|:îoc>F]›·ÙS mnêÍݱ­ãm]½®4WÏÞ†}Ñæá[Æ/އ¿8_Êóv»=~=Ñ~á û}»Kû6÷KîY.|6¿œ ·Þu³¾n¶¼‹nëµFýé¹7ﮤçB'¶^¥E…ž„Í:«á §áš8HÔ#Q”ä_R›ÿ‰¢¨ªJ ö®ÊËr¡X œˆHàD P,U^–«¿O]±÷Ûjjö~‡½ßŸÒ.¼NT™øUÍ~ÄaëU´ËÚã'[ïQéQÊåreµl·;Óñ-k˜˜ž±q(Š96M31¯>,}_²ÖYx´peJ³÷Ûìý¶xÍÓm‹º5<–VÕ¸·ÛŠ¢DÎGJ?l±ßyk)Ÿ¾—ž½™ØrGumÞfOu¥©·<ÞÕÛasu6{¤ƒ6Ù–Ç{½>EQ”^E»Ë/æ¶³ßî÷í^,›5ø¯ë—¹{éØe-}7åño¹ëf}Ýlyw¯‘È—‘ôýš@?9Ùêâmp6묆WAÃ…4pÀL\ŒF­ú}tâbôÝW¦‡þÚ—z0g†Ëé©]rerÂúÙnwÔ®ìPÕ*•Šõs¹R>þ/cÛØãíäÌ×Éä×É>›re*îòµ^ßöú™[Q”º‡Õ÷Ä+•ŠzD­«dëº5<–6«±å~ëè+º6¥¥ï§­Ch­®ÍÛì©®4õ–ÇÛ¢z]l®n½;WzQŠ_¿/™5sBÚ·¹ß·{±T#û–u¨ë—Ù¿¦Â§BΣÎv®…f}Ýlyw;]UU×'jöI60È>ÊzŽy¬ciQá†'a³Îjx4\ØA2Ó‹HòëäûMóz`Ìusa~!¿øMõ ²ò²†&.E•žѳ¬—ÕAÕúÁn·ot*ì:êñx}™GÙuVñK±…³¥RÉù‰Úºþ Ë‘Ž¦›+ŠrçÖ¬6×u]×um:~çÖlÝ[ Š¢8Î+SZøT8q}f¥¯‹6÷¸=¯/u;Uû›ä­¤oÈïr{b“šišÖÂ¥¥ü؉ЀÓåòÏÍgê_ê¼(ù¼¾Ô½´u˜V_WwtíjÜãõy¼¾kWã²þ¦A’·Sžc>Û£Õ,=tM¡XôóÔ.quV*+s‡N…?T>Ì>Ì–ò§kâOšˆèzÙ|e¦çâWµÜÓ¬ˆÄ¯ÆZYþieùqfÁÖo‹OÅ[l«~¬ŠˆÒ«¤ïÞñþÖkmxúó7o«FøL$t:¼\,ÌÞ˜¹1ã9êiQŸÔ­¤óS§UNéGÝãvÖ¾0°v§ëeÓ4Óó™Äõør±˜ŽÇ§41^™¡ÏÃîÏœùÅ\öáÂÂßÊ•²sÐÙêØ•³ªªj—µsÆÏ]Oiªª6[3|:˜[Ê·_òÌ­¤®ëÙ§³r‹¹êòÔÝT~©™Kçó²nÎÜHZË£—bыџ^,gæÓ…b¡¶¨Ü³\øl$~59¶Þ°|cG7“Ë+zöáBöáÂòJiæV²ºa~1Ÿ}²}úX_Ñk—ÀaÀ”»o]J?èî£oMz1 Ón³Y)Íëu_™œØH{£Öà·þ³n·ÛÓ÷SuÉÅb1r>š¸÷û¯MÏ4ÛV=²X /Šž£ †´·fC§BÁQU÷1oŸ­¯u}ª!¸X,ºóæõ‰þ³îPÕu>Vgo&¬å®£kP:y+éñGÎFDDÄ9žY­HOË}5*ÇÒñ˜à‰@ênJ ŒZ¬fïw†Q}X÷†Àæ½/<\HßNÙû"ŸŠŒYËçdîÜžµqˆˆvY œ ^¹™¸µ~ŸÒ^W@«]zè‚â‹¢ú‰Z—Ës‹9ßOD?y\©Tæ¼™z¡ô*"¢ëzèÄXÝVKKùèÅXòfÂëÝb[kÈ\DŠß—‚'|ú6÷4›yøf‹±jø[×祮~¼1­¼P,Ä.¼‰Œ5#ôz`äMVÖKËîÏœ"òøÑãô\ºv}§ÓÙºþ ËÙ¡ÌÃŒ¬‹)’y”µ^É4TY-W?ÛÎë‡J¥âP7Z¦úƒˆ”+åãÿ2¶yýÔíäÌ×Éä×É>›re*n5»ˆÌþ5>j–æ7ïÈz‡§n¿uË€@]P(ÜnwíÃ07gS·’ÖÏË/ ›¿:FÿY¯F½þ,›ÔR·’îcîj9[n»üb9þ§+b«aëÝØÐxeäsÓcš•ù£î{]f釒³fÔ?÷,9}½_Í­i<•ÕŠãŸú6–®Ë܃ôéSá­êß œÐWôøõDö¿D$ð¯!÷gÎf³nÒs™º–oÍn·—õ²:¨ŠHY/¿ ÙvGúþê‡k«œNç[³¯;4Vx=½'ó üÉÅ&µÔÝT5Í·¹­ak¯ŒÍµr~êLÝK›¦Y*•"_EE±õÛÚ¯OîiNÖ¥ò²»¬•~|3B_Å‘â÷§Ûmí+y+i}̹ ý—Šëè–ÇÞ éô0™¦yîâxâjÜ~Äa?âˆ_Ÿ»0^ý”juR©tíj<=ŸŽ]šh¿ðЉ6¯¬–+«e­æ›1Oqzâš®ë².¥}übÌZ>~)¦¯è›?ºj·;2ó™¹ùLòÖÆ'km6›®ë5;Ó®Æ+•r¥RÖ®j¡¡ê¯ÞT`::â¢@ €n*pÔ5s#™¼‘x+Ó÷Û¤33É[I‰þ.2 Uw½UÕÀÉPàdHtF/¾È÷y}ÑdL=¢N\`=€Ãåë­É|Í÷TõÙkF¹áf™ùtðT˜æp0„¿Œ„þO(x2@SìGüý)CÙÛ7äFèN†a\›Ž«†±j\»7V Ò<`ŸâC±#›Í&ëâ Hø‡|éû)Ú@ €ýäÊ”veÇ­ {ómrL¹ôôô Ð ÐØ©žÎ6 Œ†úlšØ—^éUÖŒ2ͼ_L¹ôôô Ð Ð Ðzzzz€@€@€@€@èèè====@ @ @ @ ôôô Ð Ð Ðzzzz€@€@€@€@èèè====@ @ @ @ ôôô Ð Ð Ð Ðzzz€@€@€@€@èèè====@ @ @ @ ôôô Ð Ð Ð Ðzzz€@€@€@€@èèèè===@ @ @ @ ôôô Ð Ð Ð Ðzzz€@€@€@€@èèèè===@ @ @ @ ôôôž&ôÞƒž¿+<Ï¿+ÐFÀ¾ ôê StÒFÀžÅ”€@€@€@èèìžšì/}6ðžç6ƒ9ÿ¿FèÐ PòF÷Kã3Bö¥í_& IDAT5£L#ìžÖ’Æ¿#ôÀ>F ôôôÀaÁ·Ü€CÃ4e½Ñò^…¶`O3ŠÅµ§¹7-ÿu]>tªöAbѾʰ¦!esÝ¥Çf‡¬ÞWeœ¹àP¤yóiÎÑkSÖMóíAz[˜+zåaÆ~’L¿º²§\2³ËF¾²¦ÿjš"ò¡¢ØÿQuÙ|Ξ€Mã²å´‡"ÍÛEVËui^ÖMQzûdE¯<Ê0N¿Ç•$—û%Yz©‹iV“¬±.e©•¢z$è:{ü‡­YøP,8Øi¾d>ÍÙzY]{3~ÝÜø'"ë"Æš²þ«RÒ+2ïh`е­å;±eî}ÅõtzE+­èŠˆbS›¢ôŠbS”~E±)Jè+zZ׊fš@p@˜/JæÓ¬­GcMÖMéQ>Üøh¬õODzY7Å0ÓÊôYÚm*­çô¤¹jÚúEé¥G‘¾u§².ŠˆÒ#Š"¶~1WÍ…—ÉÒzŽ@°ÿÓ¼®O²6Y-‹iJâ8V/F¥¿¯:<ï8V/ÅÄîuÃP^­)Å‚ñd‹8˜ºt¥n§häwÔ•bäVS¦a*6‘ž×ÿD ¨Ñ1‡öáºMdc¡bÓ0s«)SŒÖeê+ú¹/#®£×QϹ/#¥½ú«Ú7@J+ºÇëKÝÝÓ}M 4þ¬ÛDª3múFÇl'ÊoÜê…¨ô;DÄq*d;ÜXÒ«˜ë¦iŠiþÿíÝAhWð¯0 Ÿ@7 Â Ô ª°†JløP-»P•"“C-XOׇ(í¡Nsh´9m[;l”Cèä û¬JœCXå ]¤…-™BÊNÁØ èAæ°‡±%%ì²ìn<öÿ‡òçñ3þÞޛQëÞ.~¥záOœ•*šüÿ᪺·á2SL£m¿4%XϽ[œ=Z1µT,‹ÄLކ몮ʼuf¶05i<ª7Õ§¦3…Ù‚·î¿rX»Ý.œ.”¿,Ùs6=À› —Ë÷Ÿ>¡MIDü^Êú¬hþ±(NÎ’Fü§K½—×áŒWT×ãº}º  ½þ¨1ú­ÊM'ý~&J—.•GÇymýÈÑcÎ-'3ÌWnT2ÓÙc©ô¹ó%nú$"¢¥+[õÑyâå•jf:{$ylæäŒ72»üÚAŽ=6îøhú^ƒÒ5SPrôÓ˜‰ÓïäìÉJ*^ €I£Xœ( ·×ØaÀ¥«K…S{Î !ž³ § •«K£Ç4› ûL±re1w<·Çûƒ@û>Ó$¿mzW™^Ï…i¾³²Ü½ã(¥˜ˆ^ô·vÊŽ·¼Rµç DdŸ.,¯¼´£ñ¸±ö`uíá}ï©·t£²k½ù÷víÞÚ¿ž>!"ç–Óh¶jËÕÆãjéJeÐ[ß5Âz§3œB®?nÖîVŸ´[Ùéì¹/KaqÜ ãŽEÒï{L”5‹ÅÔjq²ºõJU­DF‘"Rf<93YÎM”E`13ùϽVÝ4šÂ‰üh¥p"_o¯ÖÖΗª·œ©©ÌÞo=ì[*è‘ ” Éo›ÞµE™ü–w—ýk‹Ê÷iÃW¾O›RmtwÈôu¿ÕvÃ)ÛÜñ\«ívFÖi”/–Œ„i$ÌòÅÒê½Õ_P¿`$ÄöuB­|©dL˜"Î¥/K÷ÜëÕ»«åKå°~a$ˆ/^*†ÉÌö¼íþàî<ȸã#èû*P¤kÂdS_¬ &¥Xãìa»pô:Éí“Þ7¦Ü”ÂÔG+âm]n/Ξ9[ºXJ&“‘hnµ ûW@(†Á'vôi#5 ’Rý8\‚†A©ô¸ñœ•e)å±dz´ráüBøÞ´ÌÁ›N§38f\Ý0†OAò;þoÿÑk.!:Á¿@·¯˜y°´fÜ ãŽÌI$Ši[gV£iˆ•ò]Ù$MÆvR!ý®11l¬ÜèZDD‹—Ë¥óçÌ›Nêý=ÀÃa|ÑW=E=iž)Ï’F¤)EBˆ²Ö¯½ùOÔO»/+WZ½»Úxü·Aï¬û¹üÌÂçÅpªØ÷|먾1 cÖÇÔG™†Y½óõhÄYïƒßÕ¸A¢}5]hÂ'ßï¹g/ÝTÔŠ'õøÖëËvý™ãSƒõé9 ¬éãÆÌLgª÷j Ÿ•ê½ZfduMþd^$DaÞ¾~e1ûÁ^R–ÜÀþ(Õíª\õ}[ÏŸ.„i¾óÕ’7gÓO‰ße­×Y/Æ[ûf-JÆecÂLÿ:¹¶}ëúÒårgÓïlú¥Ëå™3ƒÃÆÕGÍžš]ø¢äyä>õÎ~vn+Yž(”.–:ë¾ì©?_.ïüçŽ$âWelþ*MyTkÊr[.º½ŠÛsÚÒéô\&¦@µž­ÕŸ-Rü‰ç˜ëdÆÒ<þ|.|Z¬Þ©:·¹)å¦tn9Õ;Õ…O‹£Çd?ÈVo:çΗj÷j{¼E˜¡€}Jc%%ý語""úÑ¥Í%ŒÎWKþå2)å)eÝtÈ0è{w°°žã15&9·« Ÿ/¼š¡O–®Uò'òD”™Êä>œQÊÏ/œ¦ÃqõQöé}2Ö{æY‡­ Û¿¨8o+%ó³3²§^Iœ¿|¨KƧZÏW‰I0³¦Ç4fÒ»ªOľòÛÏj]­¥'¨O:ªH 8ŸÚa@˲ª·ò_—®Vˆ(õ›Tõ¶cY¯~ ’z?U½íæìîFמ߻w®|+üܧñ¸Žÿzˆ]˜DÔ•þ.Çõdç¦ÃÍ}ß×a‹ã¹Ø»Iÿ¯•A|æb梁W—¶*‡-9™°y2yÀ›\»[%¢üÉÂØüÿ2µ¼^ö¨žz;©³ÉĬéRI“´>Ç%3)R*èv•ßÞp­ ;k•vûÄ%zÍÿ¹Ìt–0CûV\sv' & 3½üfM~³F#AO=XS¶—eï–æG úŠðÖ“ð?ÃÙ·íêºëö¼ëB3Yc¡‘dßH˜¤Å(èÉn \éqÏÌZöi~‡óÑS‰@û—bÞ–DLÄÛóô¯Œ‡­Îd’Ov˜›Gjƒ ¶òf¹æ—›A#•PV<¥ÇMS0)RÝ ëõÜöf‹»V~¢d°µÏ";=\,„˜³%Š~p™þ¥ùÛí4/R)tlϲâI{b±î;m¯îzb Sh&É ëKO='KËå,[°yÐ:ƒ@û=Ó'„˜³e@BãÁêy5’†ä„…4 ‚ÍÜĹäæGn·áù-<"bÏ$õŒ%’Ì|Û‚@#ÓÏÛò¡E/^óôPN¥Åß»÷)¥TOuû}V"IY‹2á³`Y‹11=g¿ïDZ`™TÈE €ƒ’éóèC„Ï 3idÆYDúyªebÒèNÒ#Ð@D2½Æ¤…ûÝÀ“bèèè`OŠÅõf³¾Ç]n zZßÕÛÿh¡hþMóõ‡÷÷îÄ = Pš½4ŸœL‡•· à ¢Æã:º•4o&ŒÔT†°ä ziþKÄEXÇ’€ˆ¥y"ªÝ«"ÐD2ÍcS,@´Óü`S,=@ôÒ¼™0Âc°) ji›b¢›æ ›b¢›æ±) Úi›b"œæ…Àz€½Ä4¬a|7 㾤y"zË0 ô ¢0CaÿÌÈ»G\ñÁIEND®B`‚caja-actions-1.27.0/docs/help/de/figures/cact-preferences-export.png000066400000000000000000000604401433352025300253130ustar00rootroot00000000000000‰PNG  IHDRðÍ6F pHYsÄÄ•+tIMEÜ * ëOì»tEXtCommentCreated with GIMPW IDATxÚìÝhÛX¾7þ3KÐ@/(Ð 2Lae6°6¸6[¸OþˆJ"“ ±é…‰iaªNabo`oa[mþÈUs¡OÒ mœLÕJa‚¸% <¥îùöB‡x K5 6Á Tð Ì÷¥Šk˲ó£MÒ¾_”’ÈGGç|αü‘,)1 Càtê „ˆ_ˆÀéRX-7:œ_*?U€S§ƒbïØö޽·l‡PÿSé´·^BœåeÿSȦ:/€“bçuBïüô:•7:m£'âÏG>>ÓIQ!¤ºi+‹ËÕ²õÏ¡¨Ýò!À1{ÐïB½Qà{#‰þMÙÆ/Õ­Í­ÐïXsÛ…BÓ·ùòs}zN1ÎDl›Pÿôq'E!|pìrù!$OÔýü.·{´…=Œïë¼Ï ½MÜëmìä OuØd‡bËV~±Ë?V誶’ùP7Ÿ¹.eïÎöŒÊ ò¶mSÈéÀ7i«üX‘&¤#Ìß}þ' Γ”oí±vªÓw§auޤÈËŽÇ—Ü8WÑP”µó1óϲc“ªóg­TÑÙ®@Õ´¬ŸÊúŠ&\“{úyÛ4HyEµƒ(€ŸÐ§!a@¨Ïƒ¿ë¨©!ño ŸW ¡vè´%mÛòoäññlÌÑ´pç …ñip ÎyùÝ„ÞùÅ&µKLH$;6Y×(Ëèì ŒêVçR©nÙ;”Y.D»CÓß_m‘?®=µà¡ü·ròRR®›¦Y·÷!„Äãâ—"!IJ,ý¹®|£Ø¶MYþïeBHìßbN1÷WçBHî¿snºÂnýÍ*!„„~¯ˆìoYªƒ*ÿXÎåså¿•=Ûù—H€ èEÂõp¡ Õ•t¶Õó¯=Òu‰tì7ÙÔ—©–…ø@<ÀªfU[Ñò󵜹73|q8p6`übdç²îSÈ„AL`ËÚÊ?λ‡Iþk5Ûûשm¡O…ž¡óŸ76£åµˆL¿ÚçÂâÂøŸÆÛiÆ~ãp÷çï×-¹zíj;«8Åjnôú’›B±(f!¯q}õ²ýw½²±UøÙZ«Ú,M…;¡Æ&aClçÙŠ±U%;clÀßôíie^ÉŒe2c™½¥¯OÇR•¾–®šU¾Oý)El’ý:ÛXÌý5&Ä–µeBHLˆÕoi§Ÿ_ÿ:>6`ò¤\þ[™ý›ü÷dùï„Þ9=Ÿ_Ê; ½0 Ô—Ü!|?þçqÛ¶åI¹üCY[ÒüŠ‹_ŠÚ’–~”/‰Î!³‰Ý£ˆO#éÑ4wžÿóøøè¸³û…ÔW©Â³Bæz&>O}™"6ÑV4ÿµ¼µ÷­‚g…ž¡ó—– Þ×ù4‰ïçSL•(g®g!ÎÿîŠG7€£ÕÞ—“o ìxWÒAyµýêÕ«WÎÂ* H72òW ãD)Z|O¤§Ÿ-—+ºQÈÖ–ùÿHä¯zVÒy¦“ìãcë¶¶žo•ž—œW Ï nI¾üs€ëጟ §€ñ³ÁõpÔjë{»>¡_Hý)U5«Ò É0ŒfMª]â$(”­l)ß)  ê‚êË~ÝúÇÖòÿ]ÿóxà“€³V|0NQ¾Q¶þ±µðÝBòó¤0(Ô^ï¹V]œœä»qy]›=+lºÆÕ[6x_C晡8!dúîtµZ%„ÌÞuæÕaâð6$?Oº?«Ô–;œäçIõ‘깺Ëyô|!¤R©X–å,5 ±-"N*3”ÐÇ(ªT.S„Ú²Hç9[ÿÅþ)Àþ®3ÚÃ¥®Ëµß¡42M3¿˜F¢©/Sî¥ή#ÔÿÓx8¦iÚYNŸ¥k÷*u{Ÿ—|^õ¬dúötæFF™W!•Ÿ*Ó·§‹Åbc…Éá¤sÔᬥ{Z·äBß…·½•§Ïž6ÛÊo<—ÚäcÒAU-»3ı],Û+X,ÿê÷BO?O::óµÊ‹ŠQÁCÐÛ¶3×3¡OCµ ?îø˜²emQÔøØø§~6!€@¡ÒcéÚ—œ¯™OZg{>•ÌÞ …B•õJaµàžÞ¨ŒÓ4­õp(ìþÓ‹:MÓñ¸[¬ø¼˜IÙ;öìܬsíGËF.,.BÄk"u†¯ˆäÍóÇÍ(BHæF†¦iŠ¢zz{î?¸ÿYè»|€û ™_d(„ñãôYš>KßüóÍ7'#wÿµ¿Ö…¾ -šžf7;ØâzUØO»CÝIu2„ê$„°¿e_íØæº…€6•Ëåì×ÙÔW)wIj,%ÝÔ‡ju³ê\Âá’nHÒ„$OÉÕ_ªÊÅM”„2=š.<)V§Ÿ}*QUéºú4DvHù‡²<%7®î\o“_Ì×.Ì/æ¹.y9é>—†R,S#©ì\Vž’;;;•Š#•y…ê âCñÄÅDÕ¬ÊSòÂw -¸ðÝ‚µi‰WD§ÚR¹¤|£l,Ö*kµ¿îë,~³Ð5vù ö2ù¥<é ΆŒŸ uA­ýÒàãP›d¿ãUüWÿˆa˜p¯¡wóüÈùžä gü½ø„tGHÇÇ„¢Ê/*¯vH4ÄfnÈÕª½œN¶‹]þïeãg#6C4à½×ôz‡µmåž”Í_ ŠT ÓŽ ùÇZá™NqN%!›€“`öîlöële½Âžcå ™¢Ìá4<|@š$ô;ÄX7ªë†mÛÔŠª¬Å‡„Ò‹µê†aoÛEÙø«~p2äçå)9ô»mÛ•Ÿ*é‘t›7(¼š\ró&¦k÷V6s7œ-.¹©…<àdê¨ÍîàtùˆaDà”ú Bpzí^r£¯â§ ×Ëœ¡8ÕÐ ¡$ô€„ =œx>¯uÒ>d¥²pè)ó言¼÷óüxß\Ž<×Ç»Âοwßì©àÜl€QÆ(ËæŽ-¡—oO_—^®¯½íèà-trƱ¼}—‘—'å—ëk§e¢bÄ1(xƒ 2ï4¡?’†V~ª}üVt?žÛlÆÁ>ÎßãiªÌ+Á®°2¯Õؽ¯'ÿN×<¯k¹û/ÚÃ¥Ç2¦Y=Áy«*?UøΧåÇÕ…ÚÑ©ýö{ªãê”Ïæö;(ƺqõ 1Ü wG¯~!VÖ Äÿ›3Ö ®÷y³œ^ÛÛöÌí™ ý|¸;ŽD¯Ž¤‹Eý½Ç#Ük¹ƒ{T ÉÉ ã±œHê8®ÙÛöñmüƒ¦5´,ïü°ðHåzù`(œ¸˜0^Ÿ;)õØ`" s½üÂb~_•·<˜k¹u²C¤ )‰F{¸ì¼ÒNw¼ëió½ô¬Ðy¦S¼œì¤; Ïô–Ínœf+B<Ûì +®—ó_ýájv.¡å¸Ô¶çTÌó}aÎÒ㣩ʕƒÍ«vúu€®½órkRŽöpÑîÖ¤Lvö6—W¢ç¹h$*Õ-oUm³¸5>BÈÌÝ:•Šÿ~KïMì©<¹ðHåúø`(|a V~^Î/å/ô¿®ÓØ›¥ÞS¥ÉÔjgª´–3ÿ5“¼”¯ˆôYš>K‹WÄä¥dö¿fšM{iBvâY{zr_ïÄCî*Olü‹ÿ¯Àõ6ýbSšòKy÷×üb^šÞê4h¦üCYº!±,K:MÓ€P{ÞäÈv)­âï¹[kì‘ÏÞïðg¯Û¿×î៩îÓßö?YÇœ ø4»epöÛß`WX_}êÖvTáòHÓßœN>ªmÏÉŸçí tÝ‘=u†Zþ>Çv±˜Wí÷k_]«9×Ç«óŠÓ/OOɹ¥œÏ›ÅÚ´„‹ñÄ@,·²¬-æ&½½iÐ,Pö¶W Ï´Êß †ab±ñ‘u†zK»”fñoóS©Y±|¦´¿×ªÿŒ¨Ü£JHÚ™êuaÙï'K]cj§M;»ÜÃ|ÕÉ/ª£ãD†á5ô•ù¶\þ±boÛ¹bgÝ&$õ»ÝT€R5«>‹µ_C;åÙF¡(Ê=¤Væ³3÷²Ù{ÙNšº9!×^ݵ¯Ê[òܺišì¹Ý÷|€ ´³EÏzÚ¡–K9;Àì7Jz,u^yK»”f«·ù©tȯƒíµêö~µƒ{T I³©îÓßý~²ø|д³Ö‘5sd ½8šÊŒ¦³_óôÚÚ¶¢ÎÝ‚mÛÎ\´6½¯Ù²,ëêHzúöLm7L@ýî~ûÛoyW(º?7ë|·•¹ž)y};¹ÊÛèï›#džs”V5ª‡ïNÓÓÉ;vn1W{ä票ªY³[gŸý}Káj9ÛÎ3Ï÷ýyLÓ©‘Tô|wšÑkÑH´vö0çÑOCÚcͧٞÁ9LßR¸ZN§C¶óäÌóý²,+;§„~Ïl^5ëW]«Ö5wL¥IÙ4«¦Y•&¥Ä`Â}Iš’Íͪ¹Y•¦äÄPâðofÃJJ’¹Qµ¶í[MæÕÛ{obOuxžSÅgjá[Ì5þÇ”úªýÝ×'‹ÿÄhgìŽüƒìˆúƇZLOMߺ=ìLJ“‘íqKNOÉ…ÕB8'ù¾ÏÚÊ«d®KuÈ/'ù~þêµt°;œMÇ…ºµR_‰±x¢ýòÍ}üÕ‘t°;Np½\ËS&‡oìÑÚÈžê€gǽ¦ŠÏÔ:ü[Ìã-˪•ªÎõñ\_XÕÕ‡»—özdÿ£)ö\€ï ‰v.e|»Ê½¨sç#µ­m|³H’xEŒœBø>>>$H¯oŠ}ÇÓ 3šÊ?Ö¸~>ØŽ_N’júÞ̻ߥ4Ý­½Ù£fÅÞê^«VíàaBÒlªûôw_Ÿ,þ£±;ò²frS,¼%•JEI97LF³ûZ®÷Ì2Ѐ=UËTö?ÀxÀøKû»x9y¢¦Á‡³§}«==Ìà"+pñM±ž‡)ؙƭ)9u-mï¼’§¦cýü)jy³cÖ·:No¸ŽwPð>¼õ0^'\aUW/Ž?0„=íÉÜö§ú±$-ï̾zÌÔ#Ç| C‚m¡ŸËœ¢–Ëd8½áz°§Œ×á¢s«ØÓžœÁmª¿ß£ÖIvìÄËÉ·ú%Âïñ[©ÕñŽ× ‰?¦¦úî7z@BHèÐÀI×âK!@ï%üíÈ6!‚“ ô¼Àv…—·õ‡¥ðnù¯òßJž ½—ÜœbHèÐz@B€„Ðz@B€„Ðúý+<+p}|°+ì cÀ©Öñ¶7à™4¿\_{7Ýs¶^·9iB6Mó©¶Ìv±ÇtÏVœÄ„þgðí0M“r\Ù<À:¶Kn27¤`Wxá¡êüªÏ“ÙW…íËÞɆ~Ï&.'ù~!üæ#2Ûi@;xSl³ ó*û'¸g>$Ƚ›bƒØœ^HèN±ŽØ&\lÐ&œ¡@BHè =z@BHè =z@BHèÐz@BïMBì øÕØàÓÒ‹÷^¹\¾ÐÏ#ò€„þ}ƒ ï!ßž¿.½\_C( }k–eEÏsdgoÉÕ‘´û³½cGÏs–e„ˆøgx>éþu$pT v…ëþ½³6W~ª}ü1M{¬]èCáØ`¢\.cgÓñn6CÓtô|T{¢ !ÄÚ¶ O –eÑ4M)¬¢ç£ÎÏð¡9®säö¶ý®¦¿·üãÜìÝi¶‹ÕR£ãúj“àÝ]r3<Ï/iÎÏ¥ç%BH©\r~Uó¹á¡8!$;—åzùp$š¹.Ù¶ÝXÉÌÝÊÅ]¸ðHåzù`(œ¸˜0Ö w¹gmÅ¢LCa®—_XÌ7nÂ=ÚXÒy©ÉžM v…• ×Ëy®žW¢ç¹h$*Mʵ_eÔõÂÚ¶¢ç9k{/8{KvÈ­I9ÚÃE{¸[5•Ôm×óŒx]“ö~Ý!Ò„D£=\v^qkhŒÃÁ¢íIšòK{…ó‹yiBr¶è¥6:^׿ú.´º…G*×ÇCá ±òór~)¡ÿõ@»mFz$DÑèÕ‘´óÕScÐîÏ+¡Pˆê "ÿžNABÏ÷ñ¥%'¹)?/÷üïžâó2!ÄܬV~ªð}¼ò@Ñ‹¥ü‚ª¯êdÇž¹“­Oyç²¥çºSÀ4«îòÂj1¿¨®•K|/Ÿ¹!9 ›Õ–ˤFS/_¬åU÷ˆÂScIç\òËõµ–'•=›D)þPÎ/iž«ë«º¶’Óž,ëÆÌ\¶Y/è3´0À« ª»¢ºK ôjænvmÝЖrÚRnm½âVR·]§ý/××ä)™ouÍÉÌݬ¹QÕž´Çš^Ô…q8|´kɲú}N[Ñ!ÚŠ¦æsò„ì¥v:^׿º_Û !¤ð¬¨®•KñÁxòЍ­ÔêZ¹Ä÷ î@§GÓÉKÃzQ/­ê ÃÈ·§}&¹Q½zMÌ\Ï`g'=¡'$1 äòË„½\ÊŒ¦óô¹ïµÄ€@:È£¼<)1çôJº!-¯,×U .æäIÙ)p³&Kžž”&@Q”xM¬üTq6«ê ªÕª¹Ye˜Àô”ìÓÞöK6òl!Dž¸Éœ¥›d±s6Àœ ÈRn)çÓ ñ Qý®&¡ÿN¯ˆ„Üãœ;s/›½—í¤©›2ßË5Û\û%Ûl!„aÍVq»`¦iúô‚eÙðïXmEí±=uª­Om%Û5Ö iBR¿S)Šòïˆišì9¶®…mÏï+è³tb(‘½—½ù—qº&Ÿöì`ûogjù×P;²Íºò¢"ß–Ë?Vìm»å¦+?Â=œŽ„> Bó‘H„‰D”‡ Eí.0õ»û>û S5ªlÛζšÕ …îÏÍB Ï ™ë™ÒëËH<[ÛfÉ#áv­jT†ñï…xEœ¾›å¡"OʯSOƳ’:–e]IOßžy£ÚbÛ¶“¤Z›VM:ËËîÖùö¢]ŸæV*¹EuvnVžø~=ð‰R›÷qøÞÑTf4ýš§ÏÐÖ¶ø â¹™pHïú9ôñ¡øôi®‡#„p=Ñ™ÿÊÆ‡†—†/ ÿY2 ƒìʺ‘Í4¬›”&$s£jmÛ·Z]Ó¬¶ôXÆX7jï:mƳ$MÓî½GKš’Íͪ¹Y•¦äÄP¿=½œµm-(óŠmÛæFµö¢ÿÄ`ìÖ¤lnZæ¦%Õļ.‡v-Û¶Óc™ì¬ÐÏËSrz$ížüöŒR›÷»6kh¿ýôš¦hs£*]—ü€¿{‡ô®ŸÛ—ˆÇnýŸ[Üù!„ëé±wìD|÷R ñr’rõZÚøÅ`ËÞ¯[7uM´m+>œ°¶íñ?¦ü7Ô¬6¡¿:’6~1B¿ eïø]AîY2õ•‹'ìmûÈO¬r=œ0°wìø`||$Õ2&âQº!©îïÅg4%OM C Bˆ0 ¤FEÏ •ÿV)ÿMʼN4ŽLOÉ™™™¯³ÌY&="žö꜔ù~žê Ä/’ÅÿWôŒÃa¢]—Ѿ\_“&$ñŠ9!„ð}¼aÒ„<}[n¥6;î3vmÖЦé©é[S·®Ž¦™³Œø¥¨=)¼íɲœ« <ïÛë¤[–÷UùE5~1‰ð}P*•Š8’ÒŸÛãÒƒ]a¤Âð¾:@îÍõòäÝ_r§Î­)ÙÚ´L³*OMÇúqû&ÀÉÒ€?æVl›ýüø—€„NñrÒ¹DþØáz€F¸ä = ¡$ôHè = ¡$ôHè = ¡@BHè = ¡@BHè = ¡@BHèàÀ:NH;´ÇZ~E[{±fnšÌY&ÜŽ €ðqügèÍjl0¡æs©/Sårù×W¿–Ëeñ QÍçbC s£zÈúƒ]á·ÔòƒÕüöÚs!§;¡76ªñádj4¥¯êñ‹q†aHaføóa}UO¤âÃIãÐ9=¼÷ÙóIëTàCIèÓ#iiBJ}•ò|5õUJšÒ£é6kSæ•`WX™WN]*v´ v…ëþ9Ë_®¯º4´Í&µìÚ;nç±·п Úc>K7ËæÝœž>Ckµ¶úGêÍ¿ÞT©9´Ë,þèeÅ/§77ªB<¡ TeïØ\¯ås̹!$Øvr&®—¿cŸñ h¬!=šáþNCá—•5eA-ÿPž½ûÆIz®Wç¶‹%„ëÆ!æÔ|¡?v~–eYBˆµi Cq'žž[ v…å¿Þœþ:«Î+¡î»°6¬ÛPòš¨?+8ÅžjËËëÛpºÚ©ÜÝJ°+\*êôYšbÛvô<·ö¢ÔØŒ`WX_}ê.{Ûæx}UßmíÅé~mX<»ß,†Í*¯kR³P×ó/lmZÂÅxb –[YÖóNšÅÖg,jƒÓ:ÿ¹Q·ºO1Ï‘€÷Ïro®—'Çûzš¦ÍMÓ9¢ðKÖ7Mæl‹2Ê£˲¡hí’›×Çß(3Ÿ¹—ÍÞËvÒÔÍ ™óË7r÷"^N’ËõQ3M3Àîf`Y½ðYÌ£UM¶8û­’¼˜p³y.¿¹!Ó4Ý—<—7ÞöÚòºy'G$„På^àѨ6¯¼¨È·åò{Û®k-{Žm ‹g÷›Å°Yåuš…z_…é³tb(‘½—½ù—q7Íbë3ž‡:í7¸vuŸbmŽ|°Ž3¡F¢…g…áχý‹ž¢Ý~:±wìÜb®ö|§sÂ~|,EuPn±P(tnÖ©0s=S*êžµù¤Â ÃTªs²¶jì?˜€úÝýÆô®ÙóÔøçIú -^ÛÙPí1çòwsÛ«8šÊŒ¦³_óôÚÚ¶¢Îm­±a8g—kÃâÙýf1lVyf¡ÞWáJ¥’[Tgçfå ‰ïØsŸØúŒÅaÚp˜~Ô:ÎkèãÂìÝÙ–ÅfïÎ ~2V{¬E#ÑÚdˆ9ˆ~ª{6Nz,c¬û½‘”ÔœÿN &¤)Ùܬš›UiRv _ÿ³dÙ!•u#ýúNßf[d˜@~1¿°˜ÏÎí^ëOÓ´aìÝI“²iVM³*MJ‰Á„ûÒ^¦äÄPâhG¤®õN¶MŸ¡iŠ67ªÒu©¶µ·&esÓ27-iJöx³6«¼®IÍBíɳ°mÛé±LöNVèçå)9=’vO{{ÆÖg,Ú ]› ÞW¿NJB/ Ö¶•ýÚï¾Æì×YkÛýzå¡:|©þ4ÿðå¤òðçW }üÕ‘t°;’ò9i|}Kuͨ3=5}ëöL°;NFþµgo­Ñs.À÷ó€Àºßúxv¿Y ›Vþf“š…Ú“gaiB¯ˆ‘óBßÇLJéõM±ž±õ‹vB×fƒ÷Õ/€ZÇyS,!ÄØ¨&‡“Íþ¶Töë¬4!ißïÞÞ ž·~ž(•JEIyÞª‹Øø8•7ÅBØsü‚*ަՇjz4Í÷ò ئYX-ÌÞµ¶­““Í7;o,rkJN]KÛ;¯ä©éX?€¼3ÇÞæ\`y)§=ÖÔo•ñ±qç™6ÑîpòßÂIºð‰»ß ~ C‚m¡ŸÃõßRBï× ŸÚƒ ñrR¼œDlÞ½ß Hè = ¡@BHè = ¡x¯œ”?,¥=Öò+ÚÚ‹5ç/ņ»Ãñü©)€Žÿ ½¹Q &Ô|.õeª\.ÿúê×r¹,~!ªù\l(anTY°+ü6šíVû–ê—}yÛÊåò…~þð?ÞîŸÒàú·ËبƇ“©Ñ”¾ªÇ/Ɔ!„a˜áχõU=5’Š'CçôïŸÓ•\Ê·§Ç¯K/××0p'pìp €„þPÒ#iiBJ}•ò|5õUJšÒ£é6kSæ•`WX™WNr¶t$§ö*9¶6-iBæzù`(ŽD“_ˆ…gúÞá–a\IG#Ñ`(Jh+…ƒm¥òSEèã—ÛÛöÌí™ ý|¸;ŽD¯Ž¤‹Eý½ÏÔýÀ¦®8Ð@BpÚc>K7ËæÝœž>Ckµ¶úGêÍ¿ÞT©'9ânþt쉔¹Y†âS«•µrIV/'•‡Š›Í'†“=ˆh+Ë/_¬É“²ö8° ÙÛ¶çÍâS[ÖÖýùÝ­Ç…é»Y¼'NMBŸ_Ñ2£™–ÅÒ£im¥uB_xVè<Ó)^NvÒµ§™]Å¢LCa®—_X|#7µ¶­èyÎÚ¶=–ì[“r´‡‹öp·&e²Ó´õ;§Bƒ]a÷œ¨aé‘t4²{BÚ²,gy°+¼ðHuΔ'.&Œuc·Ò"MÈÑH4ÚÃÕ~ó°w’u‡H’S ;¯Ôž|ÍÎe¹^>‰f®K¶m76xúN61»ycœeYŠ¢hšæûxõÛÝ­ÌÜËŠ—’â‘a¤ƒDºC³s³îF=câÙ‹Æ ¸Ê?”¥˲¤ƒÐ4- ¹šƒ±™;»íWìuÜ;JM:»Ûž>> _ˆ•Ÿ—óKù ý¯W7 ÿAi|ÏòžÝlÖ*ÏùÓXXšòK{5¿˜—&$§†ì¼=ÏE#Q©vN6åÂõrnójÛÙNƒÝÕ[GÛktà½MèKå×˵,Æ÷ñ¥­Of/O^µ•‚ú@]+—ø>Á]½Ù 4 ¾gùÆn¶3þã%OÈê÷9çhV[ÑÔ|NžwGgU×VrÚ“ecÝpãï3.ÅÊù%Ímžçpø4Ø]½E´½FÞ¶†!„è^Éb'ز¼oHÍ/ªñ‹ÉCn; ÿúê×ÖOÎÜ!}üÑËŠ_NonT…xB/¨ÊÞ±¹^Ëç˜sBH°+ì$"\//~)Æ>ã&ÐXƒaÉË¢®—Ï/ª àúxu^a»XBˆ±n$¯‰ú³Bmµþõ»¯6²·m~€×Wu§X©¨ÓgiBˆmÛÑóÜÚ‹!¤në„XýFûxõ²õ.ôÇîÏÏ:Ë­MKŠ7q°+¼ö¢DQ”û«óƒ»‰µJ‰ê [îÏ^4 ‚½mgç•Â3­òwƒa˜Ø@l|$E¡ê6QÛ`Ïú›u¶®|¸;ê¹z³Ai|ŸA¬-àÓªÆzš¶6-áb<1Ë­,k‹y§ñÁ®ðSm¹1þ>㢯>u§e]Ü_}\»z›Ñö /ø8@îÍõòäxŸCOÓ´¹i:G~Éú¦ÉœmQFy´`YV8­]róúøeæ³3÷²Ù{ÙNšº9!óo~9À²løw¬¶¢ ‚öX‹ž:Œišv7• °Ó4›¶Á·~GåEE¾-—¬ØÛõç¤LˆBQ”{ƺnëÁ1MöÛX jV/|kÿ³tµZu2³Ú<Þ}Õªn9EmÏ^ÔæŽµÛ¢ÎPãc©ñ±”“€f¿QÒc©ûóJÝ&ZFɧ³µå›­ÞlPšßgkµ3- ÓgéÄP"{/{ó/ãnãkÛSŸqñ<ˆm¿Áµ«·mÏ«¼àm8ÎKn¢‘háYë§ž¢Ý~ϱwìÜbN_}ê\Hðr}M/<Í-æì7RŠP(tn¶ô\¿yCÊ\÷¸v_¼"*TBˆòPI})¾Ne˜ª±{¨T5ª>‡-ë'„ˆ£©D<¡¯^®¯•Ê­ŸèR·uÏƆÑX Àjây‚œïåó‹Mïsåz¸\“{‘ÛIŸÆ°]¬š J³à7+_7Öûj•gaiB¯ˆ‘óBßÇLJéõM±\' $øþ{ŽIík\êÚ¹ß02ÚpäŽó¦XBˆ±QM'›ým©ì×YiBÒ¾Ïy^É u*•Š8’ÒŸŠ÷›ÏÖpzÊ›b !ì¹@~AGÓêC5=šæ{y†aLÓ,¬fïÎZÛÖ;Ëæ=Ÿ~*Ò¦[SrêZÚÞy%OMÇúy¼>(ÇÞæ\`y)§=ÖÔo•ñ±qç™6ÑîpòßÂ;ü6ÿôžòd>a…!Á¶‰ÐÏá‚f$ôÇA\Œ{ âå¤x9‰8|8p½ Ôú B€„Ðz$ô€„Ðz€÷ÊIùÃRÚc-¿¢­½XsþRl¸;ÀŸšháøÏЛÕØ`BÍçR_¦Êåò¯¯~-—Ë⢚ÏņæFõõ»Â'yÊåò…~þ<áý:ÚΞ¨¾¿í­g甫×Ĭxõ 1;¯`§€„þ26ªñádj4¥¯êñ‹q†aHaføóa}UO¤âÃIãÐ9ýINþäÛÓã×¥—ëkÂlû :{°¹aÛ¶ò­ró/Ò*¼9!)ß(¶mŸ®·œî„>=’–&¤ÔW)ÏWS_¥¤ )=šn³6e^ v…•“t’²eòZù©"ôñÇž?Y›–4!s½|0G¢É/ÄÂ3}ï¸Ë0®Ž¤£‘h0Ž %´•ÂÁÚÖ¬³ö¶=s{æB?#Ñ«#ébQâ|憶RˆF¢,Ëú¬XXÕ“—’ÁP8ÚÃenH–e9ËY–~*<)œ¨îãø à}NèµÇ}–n–Í»9=}†Ökm%ôÔ›½©‰f®Kîõ Á®°ò@áz9÷|d³bî TçxâbÂX7ÜWƒ]açÃ0Ò#éhd÷,µ{æ•2sg·råÁÞ÷-+ôiX­é;ÙÄPìæq–e)Š¢išïãÕow74s/+^JŠWD† éÍÎÍCnMÊÑ.ÚÃÝš”Éi¿³µÊ?”¥˲¤ƒÐ4- ¹š£²6ûî? T®†ÂbåçåüRþBÿëÕ Ã=tñŽÿ‘&äh$íáj¿ÿñ,ßþxžÈ/½Xãþ%â?'Õï¾—sFJº!éŲ[&ò/‘R¹äùilƒ4!å—öÞùż4!9 ËÎ+Ñó\4•j†Õg¸Ý÷Bc÷Û‰C›o¥fƒ€„þØ”Ê%®—kYŒïãK/Zk¿ðH¯$ !âåäÂ#«nRc™Ôhê勵ü¢Z—ôÐgha€Wö’Hu!—è3”ò@Ñ‹¥ü‚ª¯êdÇž¹³wæ¸øC9¿¤9WøÛ;äX-æÕµr‰ïå37$òúj„—ëkÎéÑtòÒ°^ÔK«:Ã0òíi7¿)=×ÊM³Ú~…í6ìY!>oX½¨'½_¹›][7´¥œ¶”[[¯ÌÌe÷Õ6÷‡Hæ†T.—7Úï»g Ï ù‡êZ¹Œ'¯ˆÚJA} ®•K|Ÿà®Þ,þ3sYÃ0´'ËÚR®°Z¨=Ôl,°!ØËÚ7-úŸ;ýç䣳ªG> ¹¿kÓj¬Ö³ ò„¬~ŸsŽ–µMÍçä Ù­V[ÉiO–uÃVŸávß >£|ø·’ç ÀG ÃBôU¯é;éÀ–å}Cj~Q_LrÛÁPø×W¿¶¾àd‡|ôñG/+~9½¹Qâ ½X :({Çæzx-ŸcÎ!Á®°“(p½¼ø¥ûŒg˜@c †a$/‹n¸^>¿¨2LàBìþü¬sM³µi Cq§L°+¬¯>u«ò)æl=Ø.uú,M±m;zž[{Qª-PÇÞ¶ù^_Õ !\¯Î+l××U·Ya³†ÕUµö¢DQ”û«óƒÛòµJ‰ê YÛ0cÝH^õg…ƒu6;¯ži•¿ ÃÄbã#)ê µß¾ûŒBmùpwÔsõvâo¬„Xc/jË·9žÑ†Âkåݱh6'Ý•JEI©÷šûfÝiÖkÓ.ƱÜʲ¶˜wbì ?Õ–‡Õg¸kß uýr=ü[©å¨œjȽ¹^žïsèiš67MçˆÂ/Yß4™³-Ê(,Ë ‡¢µKnÖ\[LQæ³3÷²Ù{ÙNšº9!óo~9À²løw¬¶¢ ‚öX‹ž:FÕ¬^ø,æ¹ÑÚÔʧØ^ÏÒÎEy^úRyQ‘oËå+öö¯š¦`¨°ý†U«U7)tóx÷U«ºåÕMMÃlÀ4Í6ÛVwÌ@¡ÆÇRãc)'SÌ~£¤ÇR÷ç•ýöݧ³µå›­ÞNükÓ¬ü† fR1Õl±ç>sÒQ|^ÏÎekï ­V«n×Úi}–N %²÷²7ÿ2^»¢ç°ú ·çArûqhó­Ô΄øç%7ÑH´ÐÆ |…g…h·ßcCì;·˜ÓWŸ:_ô¿\_Ó Os‹9{çüP(tn¶ô\¿yCÊ\÷¸v_¼"*TBˆòPI}¹û 𨭹Ù#;Ú,æOM%â }µðr}­TÞ» €ý„©|vg; ã{ùübÓû\¹.×ä¦d†ÙkXÕ¨¶<6sù4†íb剽ëÂ÷Õ÷CŽB³ø×u³eùô*Ú.ÿPôŸ“„mEK¦”¹l¤;T»zùoåh$Ú~*•JnQ›U¾QjŸë9¬îwÿV@BÿŽÄ„Ù»³-‹ÍÞüžû¡=Ö¢‘7N^2çÑOCuÏÆIeŒucï¿=½œµm-ÚÕkbä\êšxÈ4»wÞªSyS,!„=È/¨âhZ}¨¦GÓ|/Ï0Œiš…ÕÂìÝYkÛz¿³ùÚ³˜H¡À‘ Û™3µ^®¯Ý?I#Þ™Žcos.°¼”Ókê·ÊøØ¸óL›hw8ùï á}ÿ¶I<`ÎÀ©Oè  àbY3À>ý!@BHè =z@BHè =À{å¤üa)í±–_ÑÖ^¬9)6ÜŽàOM´pügèÍjl0¡æs©/Sårù×W¿–Ëeñ QÍçbC s£zÈúƒ]á“ôr¹|¡Ÿ? ;ÕQ@B Œj|8™Mé«zübœaÒA†þ|X_ÕS#©øpÒ8tNÒÈ·§Ç¯K/××=Ÿ´®á@ÐïOz$-MH©¯Rž¯¦¾JIRz4Ýfmʼì +óÊÛcmZÒ„ÌõòÁP8‰&¿ Ïô½Ãø:’ŽF¢ÁP86”ÐV ÛJå§ŠÐÇ{f“uÿœå-Sÿ˜†¶Ù¤öjÞM;½=§)¡×kôYºY6ïæôôZ{¬µ•Ð?Roþõ¦òH=X{Ìͪ0ÿ˜úX}¨¬•Kú³‚x9©1œìùCD[Y~ùbMž”µÇùƒmÈÞ¶›Ý¼ðr}­ö&(œÜ„>¿¢eF3-‹¥GÓÚJ넾ð¬Ðy¦S¼œì¤;kO«»ŠE=6˜†Â\/¿°è‘‹OßÉ&†b7oŒ³,KQMÓ|¯~»›ÐÏÜËŠ—’â‘a¤ƒDºC³s³»kî[“r´‡‹öp·&e²³»8Ø^x¤:çûƺA^Ÿ®=ß’[²Í ƒ]aåÂõrÎÃ0Ò#éh$ŽD¯Ž¤-Ër›-MHÑH4ÚÃeçwuï@íiBv ×~âY¹g³sY®—G¢™ë’mÛu]«ÓXXšòK{£–_ÌK’SCv^‰žç¢‘¨T|ŸAqƒãº– ®­O±Æ‘xßúR¹Äõr-‹ñ}|éEësÕ TñJ’"^N.<ò¸ê&5–I¦^¾XË/ª¥rÉó >oV¿^ÔƒÞ¯ÎÜÍ®­ÚRN[Ê­­Wfæ²{u®ó‹êZ¹Ä÷ò™y}QÇOÀ·Yañ‡r~Is–¤GÓÉKÃzQ/­ê ÃÈ·§Ýf›UíIA{¬éEÝ?P3sYÃ0´'ËÚR®°Z¨=Üj¬¼±IÊE/–ò ª¾ª“{æNÖ§ž…å Yý>çÚi+ššÏÉòîЬêÚJN{²l¬nð}Å ŽÏXø4¸6¶>ÅG àmøˆaBˆ¾êq9x'ز¼oHÍ/ªñ‹ÉCn; ÿúê×ÖOÎÜ!}üÑËŠ_úknT…xB/¨ÊÞ±¹^Ëç˜sBH°+ìä^\//~)Æ>ã&àÝž®ðÚ‹EQî¯ÎÎêÁ®ðZ¥DuP+r}¼:¯°],!ÄX7’×DýYÁY¥TÔé³4!ĶíèyníE©¶I ¨[ânÚý¡ ƒ]a}õ©g7ím›àõU}·Ù–Ýmö!樺>º…›U^פ ý±ûó³Î¶¬MKŠ;SÎ3Í [›–p1žˆåV–µÅ¼‡`Wø©¶Ü|ŸA© Ncèœ_}\»ºO1Ï‘hæ¹7×Ë“ã}=MÓæ¦éQø%ë›&s¶EåÑ‚eYáP´vÉÍëão”™ÏÎÜËfïe;iêæ„Ì7|9@Ÿ¥«Õª“œÕ&Óî«VuË9H¨o¡iØÝå6`šfmÎE¹×c4fðnNÙò´½…®Ú\¼ò¢"ß–Ë?Vìm»®Ùì9Öm¶ êúزò:U³zá³X›£Yaú,JdïeoþeÜCm{jƒï3(ÍŽèÚlpíê>ÅÚ)€C:ÎKn¢‘háYëÅž¢Ý~—›Û;vn1§¯>uï%Õ Os‹9{ç,* ÝŸ›-=×oÞ2×=®Ýç{ùübÓû\¹.×äÞ\†aªÆîáTÕ¨¶Ÿ¿t±~íË…C‡÷쪜©oŸ#;yr2¿7_<:^<:žß;8y²üÇä¾×¡¨É_–oõøóçοòêÌž}Cc¥áÝç_œÌîΊ‡Š£ÏŒl,¿ºï@MŸœÌïÎ.ß¼Zi˃ýK*+^<>µgßÐÔÉ©±¾ ÷}påL¥üByø™áBáÙÂØÑbåöI±£ûG‹‡Æ çwç§OL~«e«¡û†_ð·ú¾…ÇyRl¡y³Uš(muo©Ù7g+g*ó¿¿tß•ëü5ò‰ÉÅzî+ßê c€ÞÒ“'ņò»ssëå“SõwêS'§  Ùl¶Ýn/\]¸ðÆ…d-Ù95¿Õüú#­ÕWÎU'O¥õê¹ó‡üGè9™Çþdwç>¸|iþÊ|ý¿kÓ§¦»×´Ù7Tú÷ñâNZÀðX¦™³Oç‹G‹iŠ Ó§¬ÿôßUñH±hýñ÷®|¬T>VêéoÁz`‡û!Az@Ѐ Òu¯óhkkkkkkkkkÛ[Û¬Ç|c©¿§æ]Þ€mã;ßXªWgèÕ<=çQÌÐÿÀXÀ÷ãQÌJ?)7–š¿2?÷áüõO¯wï;´ohìЃn5e†€žó(Ö?þúöÍÖá#ãõ¹K“ÿ1¹¼¼üÕúWËËËå_”ës—oßlm5n”ï»yyùg ~3Àwö(f¥sÐ7o¶Æ&J“''¯.Ž=7–ÍfC&d³Ù‰ŸO,^]œ<196QjÞ¯é¿ÿúê«ç§_ªøÍßÙ6\C?ubªr¦2ùËÉ$INŸ:=´o¨¯¯ohßÐéS§“$™üådåLeêäÔCÇbÏÞ¡Ò/Êt¼jŸ-ø)à;Ûn3ôóWæã]q·æGž™y}¦ñY#MÓÆg™×gFžé6}ÜÏ_™èX \|§þè¾Út-}bÎ8 'm·ú¹çOŸ<B¨œ©4?oÞõÙæçÍÊ™JaêäÔü‡ó‹óg«µw/6›Í{Ÿ¨ÙlN˜yñÄT’$Ÿšymvô@ahx¤övmcçÅ÷ê£ {‡ÆŸoÞh†M7ØøCííÚèÑî_·<~'TÎTF†GFöξUÛü5ÏþöÖóž~©’¦éÆ7uïS°ml·ú¥å¥Ñ£!„K—/Ý÷Ýý…g KŸ^èXDýQõ\uêÔéйû8S'§JÏO,^[\ºº˜Íf«¯žß¨ê¥Oç.Ö¯.¶ÛwVê/\½6÷~ýúòRá@áôo*O÷ç×7ž÷Ú—ç.ÏwÿºÕñgÞ˜mßlÍ´0e~ñÚâÆñkoׯ-uŸ7tÒ™×fðÔlÛíN±{‡¾Zÿ*dÂSÿôÔ½B™ðÕß¾ ðTßSn\¿k,67ýÆ__yu&Ê„éSÓa‹«¥kiáPañêbaôÙBý­Z~oþ®#/][ŒwÅ!„4MGž½þéÒ]GÛ³whñê²Ùܽ_òÝÇ»–ÏçCÍÍŸw𳃇÷Ö…îþd%)ëŽÿVO À¶÷ïû8W…ÇqÜ^ig³Ùl6Ûþ¢}ïºo6ºW¦¿ëS[ý¶âåSÓ‡Ÿ/( ?3¼±³ñi£újuù³Fº–n~p»ÝÎåïåݤ!DQ´±枯-÷MŽŸß}ëÝÂæ'jµ[?û·Ã÷“oðÔô¨ívú‘á‘…BãGÇïû€îþ…Fö Ý;÷?h&\xõüéßT6×pùääøØøâÕ…?߸¾´|géKþél«Ùúû¿‘­ŽŸÍf›7o­ƒßüD¹lnñêº x6/ã`{ÛnkèÇ/¼q!„P=[Íÿsþ®Ïæÿ9_=[ !\xãBñPñ›E~o~âù‰Ê™êÆž4Mãþ8ŽâöÍVå¥; ÓÇŽ–*g*í›­d-}å\õ;#[üÈáWÎVÛ+I{%©l:þÄóÓ¿®4›ÍÐ Í©“§ýpìÛí*7Å#Åd-™}s6Žã¥O–¦ÿszð'ƒQ þdpú?§—>YŠãxöÍÙd-))~«±(+µ¾¼3#~þÜùW^Ù³ohl¢4ü¯û7öO/<3261>z`ô¾ â¿¡-r2»;W8X(*Ž>3²±¾©|¬T8XxñøÔž}CS'§ÆîùîØ–Å ýã<)6„мÙ*M”º÷–º÷³³oÎVÎTæ)»;×ë/^£Ñ(Ÿ˜\üxÁÏ1ÀŽõ€5ô=yRl!¿;7w±^>9U§>urªp ÍfÛíöÂÕ… o\HÖ’­jþ›ŸO°Õ\þ÷³rý•sÕÉãSig½zîüáƒn4 °£=Š}ü÷>ÍîÎ}pùÒü•ùúצOMw¯i3²o¨ôïãÅ­×¢|ó±x¼§œfŸÎÓ4¦OY+°£=Š«Üdžï­x¤Xü6KÉÅX< åc¥ò±’Ÿ]Âö»ÊÍ“6ðHm·«Ü{dLõTæIh¥$„eâ8äBgç¾+ó“ 숚O?ZÈõÇQ'M¿>IgBz£Ù¾<—=ªé{á¥Ì´éüõd±½Ú\OÓB_e˜ŠG3Å8ìÄÙú±vDÍÇQVZwÕ|è¤!„¨ Üh¶¯Ì™§Â5³›Í¦%›tB+´—£åüîùâ®ÉÁLa§ ‹“b€í]óô£…8…•Õ; è;é­B'„d5ê¬GfûÊÜw~¢={‡¾Õþ¿Ç£8æ“o¹S¯ß¨4n4£¢8Šâ(êQE»¢(Ž¢LhÞhÖ›•å´.趉ôÓFúÑ|œ‰B²:iÈ„õÝ:5¶ûBèB' I¥Ý¦Ÿ7nO FgáRs6]Iã]!êQ&D! t£NˆBˆ2!ŠB¼+¤+饛³Î‚ èýšo6“çãÂJ+¤iÈD¹çJù““a×ÀÆô|î¹RþÔéÍ…NI­­FËKɇÉÁÚ[µ={‡joÕ ò÷ôR†da¥–&i‡¹ý¢b~òp®Ò׉C¸µ3ŠCš¤ +µ4$>fóFóÅ_”‡ö íyñåÆæÆ§6ÿ¤q£9²´ööýZ z`›Và_šq+mŽ£ŸçOL†]¹Bî¹ñøèØ­=ýQÚIÓ$‰Ò4½Ù|HпWùÿ¾\{¯n¿t¡ùe#ŠB_&ô…Û™4ŽŠÿ29±w6—îëtw†( Í/ôAïÊš7[ã¥ýF?^XüxaÿÑÒD©y³u×Ö——KÇJÕßTÊ/”=Àãй³\~ýÆõ°’„¢ŸçONæþc2~n"dBè„äÓFXûú:œ­-|¼0Ð?P>Vˆ>^Üü©Ù·j#ÏŒŽ TÎV7ç¾û÷쪽]=0º1<ûÛÙÑ…¡á‘Ó/UÒîIŸ!„f^»µó<ñÅ÷ê£ {‡ÆŸonš]¾ïAöìÚêñ½ôk‹¡2¹8 nþèËDQˆFž.–÷Í÷—B' ™Ð×B'4ÖpÀ™×gJÏ—Ê/”ã]q¼+.¿P.=_š}}fóc®][,Ÿ˜œ}í|ñHñ Alû¦¡’ÿ¹Ö|íüFÓÇGŠÝšo¿wqõÝZš¦Qáoë·Î”ÝÚÅ÷êåJ!„ò±ÒÅ÷¾¶cñêâü‡—æ?ú y£9óÛÙ‡î¿öÇå¹Ëó¾q=„P{»¶xmiîb}ñêbè¤3¯ÍnúÒ'‹Ýýíö)ä…«×æÞ¯__^*(œþM¥»s«ƒlõøž†¤µÞŒB(ä&'‡/Mî«ßú®çw¦! !ÍõŽï«wWãN> !ŠBë¯Í¬ºY¼¶X::¶yOéèØÂµ;ïæ?Z˜~©R»¶ÿè“?D‚ضÒÎz!í¤i' !$ÿs­ùÆù°iò;yÿbëói«¾l¥­VXIÒ/WÐôí›­¥åFwʶx¤¸´ÜhoZ§Q=SÉîÊewåªg*—._úû_ÎîŠo¿O˜«ž­dwçâþ¨ò›Ê~ÐÝ_ÿRõlµ»ÿåM!~þl5›ÍEQT>^nü©ñàƒlõø úõ´“†Lˆ2q.Ê ôßùˆ27“J£LTøq¹´÷BÔ¼ý¢¯ouÌd%‰s›÷Ä?HV:1U9Sì‰!r©U`ûê„ÐI£ÎðéÛ;2›n)šÍ†$I?¿³%ÊfÃðÈVÇ«½w1I’¡Á‘Í{^~iºûç\>·ñ‡v»½ñ˜­ög³wî‚Ôj·~öo‡ïó¢ÝÞøç_ ÐÛï¢(ÚXZ³ÕA¶z|ϼˆ!ôen½‚Q'J7×þQš¶ɵIúvÈ8Ž“Öjv÷M¾\Ý¢ÂùsÕÊK§soÕ†ŸôMÔÍÁ¿­§kiXKr'&³?Ÿ™Ò4¤iˆãøÙBþ·¿k1ýËו§ôÒû—¯þa#ÄÛ7[űñéS“Ý©âV³•ß›ïþ!›ÍÞ‰õ-öo–ËæêïþnsâwåŸÎnüó‡Úê ½ý"fâLÜ ­ÖZcñ‹¯]T4ß?8Ðë›m%Ë _ÔZa1úázøkˆCe¶:æèÑúå¹é““{ê—çF7­®{n,Þ—Ž—/¼v¾ðì“~§*Kn€í«“¦««éŸégËñ‘±ì¯¦»5ßþ¯™æ åð—f!>XÈÿöBÇQ÷ ÀÖæ¯Ì lÎåìîÜÈOço_º¾r®Ú^iµWZ•sÕñ£ãÛjÿfÏOLÿºÒl6C'4n4§Nž¾U–GK•3•öÍV²–¾r®úàow«ƒôø»²(÷O#!šaîZR]NÎ7Öfkµå¤Ö^kD! té‹ù…/·þëýQ_¦o½r}#ÑÖ¯çô¯&ëïÖko×’•$YIjo×êïÖ§5¹ù1…g õ·j§_ªÌ]ž{Â‡È =°Me¢4IÂçt- !„Ïa¥veÛÿ5Ó:W iÚLÓü[µÍ†Ï ë£þ¾t‹>ª½SŸ>5}wC+ͼ1;vt,„0º´xh<í¤cGƦOܩíöoV>V !¼x|ªùE3ÿãüË·Ÿhòx9M“±‰ñd-½«8¿ùAzÝ`ÿþ¥¿^ Qˆ£(Ê ôe¢( ¬¦ë!D­´µüÅÜjfi`WX¡“®v’Љû÷?à€ù|¾þN­úêù™×gCÃÿg¸þN-Ÿ¿û× ÃÏ ×ß©•^(¯~¹Z>þä^¹ò©îï}¯.ø_ô„8BXMZyÜZÒ~«][ Ÿ-w×aÇGŠ}ÿ2Øú³ù*öýtxõõ™[{~œOö Æ¿(Gûwø Ͻ_!Œ=WúŽƒÿ–^¼Ym†…á D¹(DQf ICHr!³õ'QÒ¦ÕÕ´µüe#ß)Lä+ûKï þ½F‚z`Ûê³/”Û…ÐmúäÊ|re>l ½ôÃùôÃÛ˲Vó›o z—î¥'yd¢ÂÊõ›ÆZs8ˆ3¹(Å™D­ì®\Èô…ÎzÉj'm$Íh-WÈ—Póx{ô¥ôÀöÇññrBBt{žþþÁøã|{ß`ô|ésóªý1ÊFù±\u®U½ÖYÞ•æû‡ús¹8 !¤!]í¬6×Ë+KÑj~lw%å·Y² z`çŠâ8~¡œ„uÒð§ÆFÓmþövÍÇÃÃF쉕ï,ï>¿Ðª-7?¼ž‹sq&BH:«­¤™þ5ä3Åb¾G¹62‚ØîM¿+Ž_('g¢Õóé¦JvçÕ|Oˆ£\q÷éÁ•ÃÕÅfk©š!„(Äùh|p`4FQ´‡EÐ;£é—“òáo÷¹{h4<ïø³`Ÿ|iš¦kéêúz”ƃ¡£Ý{ÁF™¾(Dá¯Qk½Õ÷Ã(Ž¢(ÚQ‘+è€ÒôÙŸ‡~£(dB®?J;!tÒ{«6 QÈ„8I/è葦ÏD!Ó=ÿ!2Ü)= èA‚x"õõ\»¶Øý³«Ü½gé“…åÿ]2ÇÖüÂGl\»Ó = (1ø½WóƒûFº{žÊf³!„Å« Fz¥æs»²ÃûGƒ%7Ð{5ÿt>î»û-¹€«ùÂÜå‘D˜§vIDATº €ž¬y'Å@o×üÆI±‚z¯æs»²ÝÇ8)z­æ ½[óÁI±Ð»5ï¤XèíšwR,ôpÍDZ5ôð$Éeówò=›ûã­þºQó!„§²Ù¬±€e†zØÿa©^Yîz„IEND®B`‚caja-actions-1.27.0/docs/help/de/figures/cact-preferences-import.png000066400000000000000000000531711433352025300253070ustar00rootroot00000000000000‰PNG  IHDRðÍ6F pHYsÄÄ•+tIMEÜ )ÝÕ¯tEXtCommentCreated with GIMPW IDATxÚìÝmhYšðýÓƒPCdÈB ™1ŒDVbkñøƒ+xÀ2^°DÚ¢ÝJÚÒ&Ö¶[ë^Ù7dí d¬î¶Ù€#·’YBÁšŸßg½ÝùÈÃxZ‡ NsB¯‹Êý6zhD¶uéb׿ü¹³ô£^ü¾dß-gŸ®øGd×9v#ž¼½Ð7‘Xz”ÑuÝFNÀ4i+}_ŠOÅ;˜5¾ÿüÏ?â7>9 õÇTöqöD§ïFÃjt¤äåp4Þ¹åÆ¸‹ÆfÓv?–þÑ!vuÑeëþ[¶PÊ;{eUÓþRÌ?Íú¯%úe]UD—x-„m—(0ãúÄåò׿Á_:ªJþkÐä¯Hè‡ü{? ú³«Ùê2oäѩۘδp·Ýy4€¶×å÷zã]86¾/H®°ØÕÅfÖ¦)Ý]6¥üªûŒ(•_é»6µ˜ó^pÍ=\ýJ|üqõ¥}¨£øçbè³PþE^UÕšÕG „¿ !4M˿ȧþÒu]ñ俟!†ÿuØØ­ò«ñƒbå¿W*;Ôì\)¿Q!B×/]á/ÂΟ;m]¶â÷Å•ÌJñÏźí÷ü“Ç!9òëy!„¯Ïçú'WÍžF]}ÿÒ¿]"ù‡däËHÓFúGü¡€Cr”Õröi6ó8SÝÈùßÏ]sœu(?*É;Éʧù‡üþ!¿Cr¼Ò^eg*O“Ìj´úרn¡IuCWw\L¼¿M‡¬Idýѽx.-/MþfÒJ3ZĽÅ{5[®^»jåc·êŸ÷{sËÍ®Bh6i)“õ øm/êÍ—¶^åþ¦m”u§ÝæîÂîP¶…Óåì>[R^•ÅîÇŒ ss7çR‹©ØõXìzìíÖ7—cm6[ôZ´¬–å9ò›ˆÐEònrÿn•_‡ýÃO²O„ÃþáÚšv-üüæ×Éë“É‘˜Nÿ\tþÂú·Pñ»ú ½qy>³š1zÿ¿vÏ]!È“¿Ôu=1(~WÌ®fÍ „¿ gW³ÑGÑðgaã)QÅÞ³ˆO<щ¨ï¢oò·“““ÆòíñG¾Šäžçb7bÑ@äˈÐEöiÖü¨ú¬½ªP·Àº¡«;.MÜÒ™4I”#¿Ž¿+ÆnÄ„Æ÷ÊŒt–µ'ßy&°[¿.!Äëׯ_¿66–…#þu,ñUPù»H­krŸ§oÐY,–òJÑå¯Î8¥ÿ+<}º­´ñײøßWŒår9q3‘˜NøGü+Ú»»²à¤î§ŒVþ{%ò›ˆ¯Ï7wk®rle·ý¿ÖüÉä¯u é>Ó-v…ò£òê_½zñªð¢`ü5÷ÿ ?ò›HY-Ç¿Ž+ŠÒ¨IÕ[Œ' ©G©W•z˜òøýCþôRº²[ònòÕß_=ùÿžLþvÒqÎa !RH½úû«¥‡K¡OCþõ=ñuªé‘ñƒ‘|ïß^Óæº6 ÝþÛ6¸¥!3‹Ìh@1w{®\. !n/óê q€Ãú4Tù9ý(ÝtÁ }J?J×=¼Âøèù.!D©TÒ4ÍØª ¡k"OÌ&Ê?–S÷S•DÙH(£ÑܳœhvùÙ¤ôr:~#îúÄ%vEñ»bb6±ÿpã~›Ìr¦zcf9ãëó…®„*ŸK#„X__ŒG’w’‰ÙDwwwê~ʼ‘©Å”­Ë /Ëj91›Xz¸Ô4€K—´m-üEØ(¶P,¤þjo,6JÕ¿¶t¿Qèöw¹› ™‰ÌjFt £"åoJz)]ý¢AãÕIö{>Äüð$IrHŽÊ=ô•<ßs±/4âSþZrœsz.xD×ÇÂf+¾,½Þ^—3öu¢¼UÖwÈéLj³×ù俟(S†‡†‰€S¯á=ômG[yVTTl¢¤¨z`ÔŸyœÍ=Ï !ŒKIdó€ã`áöBòn²´Yržw&¦BˆÔ.Ãø€4Hèw…²©”7]×mgl¶ÒF`Ô_x¹QÞRôÝf³éüW?ÀñyœIÌ&\¿péº^úK):µøe8Üró.©wï­lê&o„Ž…&·ÜT#ާ®êìÀÉò‘$ID8¡~F€“kï–›üœ$¾~Yp…8ÑHèz$ôHèzÇ^—ÉߺíÀ©T(æ½q PL‰“1:/rÎ^W; ½â•V&‚'N·Ý‘úÃ\àrˆP0Ðâ_ü.ït: bJœÅ?Lzn¹N0z€„ =z€„þ‹ÅKƒrO¯ûD‡¯Òþ“Þ‘ŽÝS?Ïöäj;ò¾¹§×m|½ÿ°RáÜl`”…#©îÈúÄ͹Éñ67;:œBÇgìˆóö}F>1øasã¤LTFœA8AˆÌ{Mè;ÒÐÒ_Jþ¹+Ï›ÑÞÃù)ž¦©ÅTO¯;µ˜êÔØÖ‹'kž×´¼òåíóE¯ÇTµ| ƒs¨J)É}>“–UªG§úÕVª£ê”Iu­в©\ý<ì¾àu_ð^ý<\ÚTˆÕ)›Šo@69YŽI¯õ}þæü¥AÙ}Áëöx¯ŽG××ó§r;¸jU·S Éñ ã‘\Hê:ªé;úÑUþAK=Jóߤþ˜ _ wdì*—köÇgžWÆBÝÖR‹©Èob+ÒDþ˜LWΔSIÙ*ÇB‘¯Âsÿ5/„Xùï•ÐXh%³â<Ïÿ\oMn-/÷ûŽÿÉþuÄépÜ[L9Ï;µ-¿žŸ»\é;ÿfµSQ=¸IHPѱ[nE‰ŽG½ž½ç©š¦Õ}rcüZù^ýÃþ§àÉ;I_¿ìöxc7⺮›”Ðt㇥Gi_¿Üãr/•7×NÖ×óÃ#Á—Û×//-gZ*¼é“¹¦µ‹]ŸŠ{=^oŸ/¹˜²ÒúåX<—žçºÏt‡¯„ºíݹçù¦ÍnœF !ê¶³§×ºŸòõûÌo#\®%4—êöœˆyÞé¬}r"Rú¾ÔÞ¼²Ò¯6ºöNÌwÅÌtÂÛçóöùf¦b÷muÉÅ”÷¢ÏëñÆk¶7+¶QÜ ŸbþÖ^™©û)ó9|Hç&+UÝF.=Jûä—ûÒÐpñE1³š¹4ø¦Låí,­?UL-+SÅjXªÌÿn>ôY(üEØ~Ön?k}Jþn¾Ñ´O%ŒxV_žléL<àRylã¿þ?9_Ã6ãSñÌj¦òkf9ŸŠê4h¤ø]1þuÜétŠ.a·ÛýCþêë&[RšÅ¿î²¶¿G&«ßÁ¯^[?ß«÷à ‰ÉT7é¯õG–ºv59ƒyæy²#Kè£ÑÐgcùõ|a-/IRâæ\Ó§z•Û[~ØÜHÌ&ä7¯Å¤î§òë…ÌR:¿–»úü­¤I M÷óÔp=³œÞ(ä~9öuÜØ¹‹LD~x¹‘YNŠ…¶ ·ðÄ´Níó·“êV9û,—}œÍW½ZgRcÝr,Zz”B„¯„–5‘ËJpZê¯bý»bf5ÛÞáÂU37öO'ÛsLæy«´m-y'éúÄÕÁyµ¿U­v­:æó·“›Jvu%»º²±Yš¿óv·üZ>ût%û쉲©T¶[)¶QÜ _òN²ð"o”Y}{RݘÒ¹ÉJÕèDæAz£XŒB_„³OséûébAðW—Ywª˜L­¦SÅú‚ö¶ ëùÐh zKh4«ŠÕ;ÓþNRQ”ì³'ÙÕ•ÜZ®¥Š:µTÓøïŠü‹¢Üø:wb*‘þÓJöiV‘}šMgVS‰÷6 ªùþÙû:^,÷?sîØ’b!þu—µý=jéÁ«SëF­w÷à ‰ÉT7é¯õG–º£úD¶²ä¶ý@Öê|$I’"ÿî‚bè¶;^iåºÏÉÌkÒwtyHίå÷ï\ùu!ëëùÄìüÊrÚf³ !. ß[\p:FRâ lT‚•ý ëyûY»B×uïEßÆË‚Â×/‡¿ ÿJ–$G£>ZoŒIë×> §ï§Œ’•Må’ØØß¤ÆºåÔ \êsË¡šíêVÙæ×s¶.›¾«ûúälfE:ï0ivÓà´Úßž^w~íÛJi W4ýÝédRQu{Žÿ<·2Ð5ÏìmglOþ´âìu¶1¯¬÷«¥®UÇÜ7 §SFó”M%t-œ¾·Û·Ù'û·[,Öd–î¾ê6Tw¶nLrnŠzwdî_C>ð•ªQcܼfiÝ©b2µLV!+-©Ûž^÷F©`ë²½cºî¾à­»ÔÔ´­Ï6ÎĶ—ÊãÿõŹÙÄÊêŠÉÉ¢mkþËàÐðÊÓ'ÙåŒÑ¤Ã›¥ïèÉÅTîy¶ôWE’¤á¡áÉñˆíŒí–”Fñ·ø¨Ôh·6S¬¯ZµUƒÛ©„ÄÊT¯ K«,5©ž6V–܃<ÕÈ,§÷ŽÑÁ{èK/K‰›‰â÷%}GoçŽM%>O?ÜK„eµ|éWÃÖK°²¿1Û„6›­ò”:µ˜œÿ}2ùûd·ÝöÍT¢úî®– oªníªª:Ïïó§ÃJu˱"õhIÓ4·Ë[½å›“f‡XNKýB4š© WÓédvSŠä8AóܢʤiZê~*>O?LÒ¼j£kÕ1WUµ2”§CUÕÊŸên·XlKÃW݆¦1i5†ûß@ÖôÒ˾R5*Ĥ̺SÅdjµtÖ[ìŽÝn×ʯ¤ª;浿¿ªe>í·ƒ,•Ç0þùµwî·©{²ØÏÚƒ£Áäï“ßüûdu„ßÃ4¨¹V2y=2y=b,€É?¤¢×#÷S‡´¤4:Üâ£Ò¼Ú[µjV¿êÁíTBÒhª›ô·ÕG“+Guü¬‘Ž%ôá‰Hl"š¼+ÛÏØµÍëñUjÐuݘ‹Úvý{¶4M»:»9_Ý ‡äH?¼g½c­î_ár¹îÝY0^ۊ݈ê½:ÙBáúûîÈIÊ–b–«JmívH—–j·ƒ I£©nÒß>²X9ªãdtìz]×ígìv›]Ý*Ço¼==ŸxR‹)]×Õ­r£ÛªÂ_†#ãaÇS½qì³±É߯E»¢´©D'bû3•Ê›B¬ìßHôzLÙTªß©p­ô·Zpdxf:¡nkê¶ŸM¼;dg½oõì‘Î;¼Ÿ¸²³&Í®œƒô÷ÂÕt:°Çgž·JÓ´ä”ë—ÎöæU£~Õ´ª½®UÆ4>PÕ²ª–ãÓñàH°ò§ølBÝ.«Ûåøl"8<ø©Ñhø£¡øT\Ý*k;úLƒyuxç&+ÕÁÕ*&S«ƒ§XÅä¯#é‡éÔý”¶­iÛZê~*ý0=ùëHƒxß¶y:q$Kå1Œ¿¶£+SjV’ýgqôz,y+锳‰èx´r=ø=Oƒà§¡ìÓ¬¶­‰]¡n•7¾ö¼ÿ%¥Ñ²VÓ£F»½7ÕƒÛÁ„¤ÑT7éoK,æÃÊØuü¬Ã ýþµ˜››¹9ßsÁ yþ¥¯²çÜl"·–s{¼±<ÐW·´âŸK±ñšÈ_ ɃòÕkÑž îèD40â¯9*òUx8´¾#þùêx´ç‚{þV2yk[éï;½˜ˆHçò ìòû.z+/™´ÝFRÒcŸÕÎÅ+¡Ôƒ´I³ëç ý=¤p5NíµóÎóV[.È¥¿”’·Ú›WúUÓªöºVSg¯Ó?ô½®ÈÄÛ/óõùüCAypØyÞ999ø©Ñhø"×ÂÞ‹ÞÀXÐ×ïkzÉäàçf{­ý¬Tm^¯7UL¦ÖÁO±:×hÎôƒTn-ï}rn-Ÿ~°wkoì"â<ï‡ýCA+·2ÆRy ãŸ_Ïû.zª[»ÿd‰OÅÃ_„==By@ŒúãoÞûž§Al"’yœõ Ê=Ü+!Ñe›ûýüû_R.kïö¨Ñn‡ºjU«Ü&$¦ºI[zd1ŸVÆ®ãd´ó¦X’R©o˜8ˆFïk!\§Ì2Ð`¥jšjðÑþmŒ×1Œ|*îü…+|%t¬¦Á‡³ÒjO2¸d†¿)¶îÓÓƒ˜™MD®EõÝ׉ٹáAùµ¼ÑsÖC'7\G;(œ§àÔc¼Ž¹ÜZ>ýÙÉøC¬´Çgp­Oõ#IZÞ›–zfjÇIçœþQ¿® ÿ }b±û‘ë“ÅïŠ 7ç /ò±ñhêaŠY€“”ÐÇnÄlgl¾ß›_#¶36y@B(Uª÷üæßãÒY»ý¬ý› !’‹{¹ïÒÃ%!DøZØvƽ®l©ˆßˆÙÎØÞ “ŠR÷SF íU-´BÓ4Ñ%’ÃÖeó\ôÜ[$¡@ûºÚ;,³œ®Ù¸²x¬tÖ.„°uÙÞüêh´§ó¼ÓøÁqÞ!„(ÿX6~-«åÊÆwcK…ý¬½#Í0©ÈhLM ­ˆßˆ'fàÂõ‰+~c²¯Ïg1È8­üCÁ¦—¤;™Ð·”Á·MÙRœN§¢¼UB8Îí%ÍÉ®üMU·Ë’äP·ËB‡ä8Œ˜Tä8çPþªÔ´°.ãÀбOc—¥R)·–›ÿ]2r=VXÏU„pLtÛ¯´rëO¹™ù? m[Ó¶µ™ÿ3/„ˆ|ÞËtGCBˆÔbJßÑSBˆ±ÏÆb·Û…êV;Ñ1©(üEøÝ&ªtþÜ)„È>Íê;úÜÍdõŸ®ŽG‹¥’ËåòõËBˆî¶ž‡†®ãÜ8ÿÐpèóò·²Cr$¦Ëc{d<,„žY]I/g’㛟 _ix1;v=2w+é“/ !jÞÛ”IEc—b÷uêþ’o@vþÜþ"œ{¾^9pîf">•ˆÝˆ;Î9"_„«?gìòØÜl¢ø}It‰¾öÄ¿Ž3 ж$IBä×rûÿfrÙ?³œ>ÔBŒyl5ÿN¨6roãŽþ±p‚‘Ð'Ø1½‡ž›m+¸BÐ ¡@BÐ ¡@B€„ ¡@B€„ ¡@B€„ }µž^wÍxŸa˜*Ç¿×'}µý,üôÍp–÷Ó‡CêËq>1Iè°‚ŸòÓᜌ§c=aUd¤èÑ!µíÔw$ô§iš÷¢Oì¾ÝrußÌt¢ú5º´Í{ѧíèu¶4(ª§×ºŸòõûöZ»+âSq¯Çëíó%SÍ»Ð`EQ¢ãQ¯Çëöx¯ŽG+ÏvzzÝKÒ¾~¹Çå^*›Šy9êmXξ¹²1³ºOeSñ ÈæÅî‹FÂhUÍÅÈöZÕ‘Ö­ÂbÕÊ´^HÝ‹Ç5 ê^ƒ©­e@îq¹/ _3«™Kƒo*UÞö(¹˜ò^ôy=Þxõä·0“ºµÐÒз:Ä­O•šê¬_‰©Û†º]®®¢Ñ)irê5’{žë>Ó¾ê¶wçžç÷ïPzYòõùRÒfÑx›ÏäF cGG!r-œ¼ó¶äb2r-Òö"`å9”ÇÂøš/ Bˆù[{;¤î¿mU£ª¾6 !¤³öɉHéûRÓb÷/Gí‘IË[šTæ ~KÙÂAVrK…×]x¼rÖ]¦êg>ÊgŒi[ùIgNL+ñ·Þæýñ¼·˜r¹\¶.›çŸ\'ýÉÉûKèå¹ð²`Ä´ø¢Ø÷ÿö­¿( !Ôíré/%ùMN¶w5ë~*¿^È,¥óky±«ÏßJÖyð¸‹LD~x¹‘YNWžÌßNnl*ÙÕ•ìêÊÆfiþNÒ¼Uö3vÿœ^z{Ù,½´õÛÏØLŠZÿ®˜YÍæo'Õ­röY.û8›_Ï7íB£ý£ÑÐgcùõ|a-/IRâæÜÛl`m=³œÞ(ä~9öuܼ“ÐÕ-çíõËëßå…ªZŽO%Œ3gý»¼14&ž;IEQ²ÏždWWrk¹ƒ·ª#-lTEÓª­Ìæ…T.¡%f5óܺÜó\æAz£XŒB_„³OséûébAðWWš_ËgŸ®dŸ=Q6•ÊŒµ2“á«{yÛâзÿ6¦Juu-p_êv¹ºŠFð ’ IDAT§d£SÏÄÒ£tø‹"|%´ô(µpC_„Ó‰ð•É@˜ŒcÓIØèØÎŽ‚ȯieãeëõEM{å’;»Ôö뜦ãÛtYHÞI^äªï©[u§Â¢mkÉ;I×'.óbë.GíQ=­;©Ìü–Vé¶Wr+6Zx¾rÖ]¦êf>ÊgÅ¡åü¤C'¦Åø[os£VÝ*_½ŽÝ8Ù/p}$I’"_ñŠn»ã•Vÿ†¼Ìr:p9Ôje3Ó éœ3üE(øi(~#–˜[YN'老íò7Sqãi“åKƒÃ÷œN§±NùGû[èë—Ã_†‡%K’£ú9}z1åìuOåC×Âùç¹ê’+?T(Šº®”ïë—3ËiIr˜•_û¶R©o@NßOMU6•Kþaó.4Ú¿š¾£ËCr~-oTWXÏÛÏÚ…º®{/ú6^Ú¨·Q9奈«Ù…ÛsÉÅTê©ØØØå@t"õ˲I±µÑ¨ ÚÁ[Õ‘Ö­ÂJÕ&eV¦“Åö¯¯ç³ó+Ëi›Í¶&µ¸/xõèÛì“ý3ÖâLnÔ$‹CßjüÛ˜*ÕÕ™_»­9ÙMæ@M—UQ}JZ9…k*ü`~=gë²é»º¯OÎfV¤ó£ÆÄ|3w7™^L¹.¸ÌÂd›NÂFÇvv~ØÜXz”É=ÏÝ[\}ö]X™HGgœcÁi4¾V:²¤ªÛ_·êƒ4µfæÛÎØžüiŨ×ü1´f9êlÚèiÝIe¾à·”-´½’[)¼ÑÂ{ð•³nÒR7óéT>ceÖYÍO:qbZŒ«mÞ¿’ GÆ'«/@¡6ro_¿,„èzŸ­ \ÆnÄÃWBš¦y<MÓĮȬfnÏÕìYVË—~5l^Zj19ÿûdò÷Én»í›©„ÜïB¨ªêpîMM‡Ó¡ªjÓV9N÷/œÙ§Yÿ?û8ë½è5&·IQÕ'’ªªÎóÎÊnM»ÐhÿÒËRâf¢ø}Iß©}Qɘ©B›ÍVyÉ©Õz•óvBôùâS ãÅ͹›‰äÔØå@¡X˜»™0/¶&ÕA;x«:ÒÂFU4­ÚÊ<´Ò~eS‰OÅÓ÷>ÛP]‹I¥ug¬Å™ÜˆÅ¡o5þmL“Ö6½loqšUWÑè”ltê5\©-išævy«·|scïfÍ…?¦B—ƒ•lÞì‰AãqlÚ»FÇvv„c—s·ç²³¥¿”ÒHYœHÖó~u¤®¦ãÛtY¨nUÓª–ÊÌ×4-u?ŸŽ§¦Í‹Ý¿u¶Gmô´î¤2_ð[Z¥Û^É­Øhá=øÊi=óéT>Ó(mä'91-§Õ6ïWú‹rL²ùƒx¯ ½ËåB,-g<Âãñ¤¤l¶½í#ýðžù#‡ËåºwgÁx»+¬ç…’$••²ñ¼°¬”ך ž»ôùSR‰éÄ›Yn©(I’”-ÅxYVÊM»ÐhÿðD$6MÞ•ígìÚŽæõøÌÛÜj½MÙl6ç9GöiÖf³ÉòüídîYÎùs‡±è[,¶&hoUÇ[Ø’Ž”©iÚÕñèÜÍùwÊ麮-×¶µN5¸îŒmï¤h5­ÆêP§JG4:%zué»úÊòJõ50ã‚ýäõˆ­Ë&„È ÙÏØÃ×Â-E¬¥qltlçG¡K„?G¯Ç&;YóðÒr™ΑØEMÇ·iáÎso[õ~!„ÝnŒG¼}æÅÖ]Ž:Û£NõÔ|Áo©Ø¶ƒlñÀº'×!­œu3ŸNå3­.†‡½¼äìh©Í§ãm÷ïûs裹[s¾>ŸÂ×çÿ]20:Vç2Ïgc“¿+Š"vEiS‰NÔ¹±)z=¦l*5o{ Ž Ç§ªZVÕr|: ZiU_¿OÛÑ–¤m6{åÙ…Å¢‚#Ã3Ó u[S·µøl¢ií¯ëºýŒÝn³«[åøæw‘¶Z¯¾91ŒŒ‘ŠOÇ×q¬ ÆgêvYÝ.ǧÔªºïE;x [Ò‘2Ã_†#ãaãIl…çOj1¥ëººUné¦asoƒ?›Ž[šÉv»½òþÚ6‚Ðj¬:8U’Õí²ù)ÙèÔ«;i³³^·úI:ïð~âÊ>ÎV.e–3KË™ÊÛIµª½ÅÍüØÃ…ȵð›‘}ÏOZ-ÓÊ9rí7_‹…FCñ©¸ºUÖvô™z%t|‘12õä”ë—Nóbë.GíQ{j²à·TlÛA¶x`Ý…·S+gÍ‚P7óéT>ÓêbxØËûAÎŽFm®»ÀžŽÏízÏõÃ3ÿ5ã»èBøúúô]=¨ózJøJHqõZTùQqþÜùÍõ:Ÿ%䯎G•×/\É[{7íD&"‰Ù9ÿhPáòG&ÂV³®/Âñ¯ãéû÷Þ>,Y+*2IL'äAÙÖe ZÿŸuó.4ÚnvnfvæêDT:+…¿ gŸåš—‡m]¶È—á¶[U,=ÿä9Œ¶–‹w¢ÌâŸKÅ?ÇcoãJÀÜl"öulþnR:+EÇÃÕöw¾>Ÿ(¨ïê‘Àäx¤µ™üUx8ÔwôškƒÐj¬:5Uê.Ç/·4ê²ù)ÙèÔ«;iSÒ“ûº0v%4;i¤)Bé¬}åQ:øiH=2iÔª¶7“c;; =›¬œ#‡ÑþFãk½#‘ka]×cAmGŸüuäP™ÊÌ·Ÿ±y/ú’·Ì‹­»u¶Gì©É‚ßR±mÙâuÞN­œ5 BÝ̧SùL㓱µü¤S'æAÎŽ† ¸é²¢½×7Åžz¥R)<É[NÎZÝÿ°Ë9>BŸ…¢ã‘¾>“ª¥‡v>®ûOy&-K:PÛoŠý±;¸™Ù„¶­©j91;7<(w|ÿÃ.çJ?L“ádòLÚvI€#×EN:çôúu]øåÉ뱎ïØåàÔã àäâ–àèqË ð!"¡HèÐ ¡HèÐ ¡@BÐ ¡@BÐ ¡@B€„ ¡@B€„ =@Bà¨u“vdg3O³/7ÔmU:+¹/¸C~ÿˆŸLýzu«<<LgV"_FŠÅâO¯*‹áÏÃéÌÊðhPÝ*¿‡6ôôºOP±§Æ{‹O§*b@ }-e« E&"ùµ|àr@’$Ñ%$Iût,¿–ŒGc!å½äôdÏ t€„¾eÑñh|*ù*R÷¯‘¯"ñ©xt"jö”@Q¼}>}W¯Ù®ïè—††µýÌ>k¾Œí?lnaÚZ)ü$&ÇMCð&ôÙÇYûY{£l¾’ÓÛÏØ³³vp:¾‹ÞÌòJÍöÔRÚãñØÏØ>ÀAýas£úëXåÄ$ǧ'¡Ï<ÍÆ&bMw‹ND³O³æIÿÂbêM»"ý0ù2,vÅÌtÂÛçóöùf¦bwïï=½îÔý”¯ßW¹`¼ô(íë—{\îàå ²©E‰ŽG½¯Ûã½:Õ4­rxÝýÅ®ˆO%¼¯·Ï—z·IÉ;I_¿ìöxc7⺮7)§õý›ª¾F¾¿ã¯ÕWôkBÔ(bWħâF—“‹©ºàk6Vÿš\Ly/ú¼o¼jtLº_ݤõõüðH°ÇåöõËK˙ʱó·öŽMÝ;uã¶4ª·í·=^' ¡/ ¾~_ÓÝä¹ðÒì²®ËårþÜYôggܼN§sþvrcSÉ®®dWW66Ków’•}Ö¿+fV³• ƹµõÌrz£XûåØ×ñÊs‰Ðgcùõ|a-/IRâæ\åðºûÏßI*Š’}ö$»º’[ËUvNÝOå× ™¥t~-/võù[IórZÝ¿Uû 1âPsE¿:DB1;©n•³ÏrÙÇÙüz¾Õ–ä×òÙ§+ÙgO”M¥2:&ݯnRäz,2ùáåFf9](*‰uáEÞ8VUËMãV] I½m7¸#ã`â#I’„ùªì³¢Ûîx¥ÕCjf9¸:`Ý=.÷O¯jþÉ™»â£?ú¡d–Ó¯¿(&fOV÷n¼¹44™Þ|Ÿ¾‹[—X_Ï÷õùÖ×ò’Ýî¹àB¨ªêpî¥k§CUÕÊ!5©ª‘u !l6[å–‰ÒËRâf¢ø}Iß÷æÚºû×TWÙ¹¬–/ýj¸~ê•Óêþu3x³È[(¤&DB¡ªªó¼s—-ª;:&ݯnRj19ÿûdò÷Én»í›©„Üï«+]®.Ф޶l1Ôm;Ê„ÞëñæžçÆ>3ß-÷<ç½Ðü£Q"ã‘…ÅT_Ÿoa1¼Iפ²R6.©–•rÓ'5‘ØD4yW¶Ÿ±k;š×Ó䡚êÞf’#ýð^Ý«Ýõ³Æ÷…B’$eK1.NWw¹f–éºn³Ù„Ú¶Vý—º£c±û.—ëÞc†ÄnÄ ëy!„óÜÛ!hùÙ……zÒ`€Ãp”÷Іü ·šî¶p{Á?Ôü_ÆÊ²ªª™Õ¬¦©ò›[óƒ#Ãñ鄪–UµŸŽG‚-µP×uû»ÝfW·ÊñÍo€Žã³ u»¬n—ãÓ‰Êö±ÏÆ&WEìŠÒ¦möVàV÷ï»Ý®(J«¡Ž ÏL'ÔmMÝÖⳉºÇz>ñ¤Sº®«[åšûÈ߆k6 ¶Ôýèõ˜²©T¿3U ŧâêVYÛÑg´ç a?HƒN[Bïñk;ZònÒdŸäݤ¶£ùGüV ŒŒGb7báko?32qö:ý£AÿhÐÙëŠL„[jáÜìÜÌÍùž îÀXÈó/}M÷Ÿœˆ8Ï;äÁaÿPP®z¿oøJH”¯^‹ö\pG'¢fÝiuÿu?‡¾yô¾ ‚öoŠÈDD:ïeÿßwÑ[÷%Ÿ¹ÙDn-çöxc!yà0úú|þ¡ <8ì<ïœ|óºŠÅîûä«ãÑž îù[Éä­½7éF®…½½± ¯ß×ê%s+õ¤Á‡á(ß+„P¶Ê¡±P£ÿ-•¼›ŒOųZ‘Îs3à P*•Âãã}¢hɉ|S¬ÂyÞ‘YJ‡'¢ééèDTî—%IRU5·–[¸½ íhdóÇßÌl"r-ªï¾NÌÎ ÊjôRÿy  %]GÞé¼ãÉêJöq6ýÇÔäõIã3m¼Ü¡ ú¹uá$Î9ý£~]þAyòºÕÛÇIÜNIBoðøIßO¨ð•PøJˆ8‰Ÿ€„ =z€„ =z$ôÀ©r\þ±Töq6ó4»ñrÃøO±î îÀÿj hâè¯Ð«[åá‘`:³ù2R,zýS±X NgV†GƒêV™AB{zzݱ ýúÃ¥l•c¡ÈD$¿–\H’$º„$IcŸŽå×ò‘ñH`,¤Ëœþà6·8­™ dVN¨#¾å&:OÅ#_EêþÕØˆ>Y]±ø¸k;csžsÊý¾ðµ°Ýn?ŒGô67*ßÍlºO{©X‹yϵ¿7§µ_ug²ý¬Ý×ç‹ß˜”$LJ@‹§ç©Ÿ€Óá(¯Ðggígí²ùJNo?cÏ>ÎZyèýas£°žŸ»™Ðõ×ò_U;siß(¹òŤÁÉ}Òb|egg‘ßĈ $ô’yšM4O)¢ÑìÓ¬Å2m6›Ëåúf*ºš»9_Ùž¼“ôõËn7v#®ëº±±§×½ô(íë—{\îàå ²©Xo|åzgÝBŒ¿öôº«wKÝOùú}ÆEQ¢ãQ¯Çëöx¯ŽG5MÛ+wWħâ^×ÛçK.¦ê¾â_[õ€Üãr_.¾(fV3—ß´DQ*»%SÞ‹>¯ÇŸNˆ]Q©kf:áíóyû|3UÛ«›Z·#M£ZÝÓƒ¿¦ûæ1½„½ÔbªÑØ5jOÓ†¤#­–Ù(™ÉÒYûäD¤ô}©i±Õ_ÖÛ<ko‡Ôý·£P·…mD¦fvUGikëFrÿ¬¶8‡´˜p‚úB±àë÷5ÝM /[¾. äÖóÆÏ©û©üz!³”ίåÅ®>+YÙ-·¶žYNo r¿û:Þ^GöR¹-§úŠþúwÅÌjÖØˆ†>˯ç kyI’7çö2¡ÛIu«œ}–Ë>Îæß´ß¬êç¹ÌƒôF± „¾gŸæÒ÷ÓÅ‚<à¯îN~-Ÿ}º’}öDÙTæï$+uml*ÙÕ•ìêÊÆf©²½º©u;Ò4ªÕ==¤à×=vþNRQ”ì³'ÙÕ•ÜZ®î&í1/ü€iµÌVßR0µm-y'éúÄe^låŠ~b6!ÈÛœ¼“,¼È;T¿JÖ¨…­F¦zvU«ÛÚºöÏjëqØ‹ møH’$!D¾^öÓmw¼Òêßµ’YN.‡XwËýÓëŸšßÆ¿+>úø£Jf9};bwEÏ·qÔ¥Áá{‹ N§ÓHeü££¿=½îÂzÞ~Ö.„ÐuÝ{Ñ·ñ²°¿äºÙ@¥ÆF…Ô4©§×_û¶î-ËúŽ.Éùµ¼Â7 §ï§Œ¦*›Ê%ÿðþÄ¥QÕî ÞF-ù6ûÄÙ»WfèZ8ÿ<·W×bjÿöš¦îïˆñ«IT«?`ðëVÝèØšÕžI{Ì ?`GZ-³Õ˜·:“mglOþ´bĪQ±{ ôz>1;¿²œ¶ÙlVÚ\= M#ÐFdGu[k2…ª·[™̵‘{ûúeq´oеÛíê¶j<£0a|2}«…«ÛåÊ›bËjùÒ¯†ë·áìÞ>6›­òêyÝ Þ¬# BTg!¥—¥ÄÍDñû’¾óÎþªª:ÏïeBgó7,VWmÒ’JQ§CUÕJ]u·×4µ“¨V~Àà·óšµÚlóÂØ‘VËlµñ-ÍdMÓR÷SñéxúaÚ¼XeS‰OÅÓ÷òc+m®+-l52&“skØÎ‡á(z¯Ç›{žûtÌ|·Üóœ÷BË—^ÊÈoîçqHŽôÃ{ü@ƒ ODbÑä]Ù~Æ®íh^ïM²")[Šqý¯¬tìó:ËJÙ¸bZVÊ•gP’$ÕÝn‘Ũ(ø]B×u#9Ó¶µ¦»×ô¨³í9ŒYÔ°ÌïTìv{d<â½ØäÑ4íêxtîæ|õŸš¶Áyîí(t>2Õm­Å)d½ºc¸˜p”÷Іü ·šî¶p{Á?dõ_Æêº^*•f¦éåtìú¤±qì³±É߯E»¢´©D'ÞLJ{ØíöÊÛRë¶Ó~Æn·ÙÕ­rüÆÛÛmƒ#Ã3Ó u[S·µøl¢S‰Ï&Ôí²º]ŽÏ&‚£ÁJ]ñ鄪–UµŸŽG‚-uÄbT|Ï'žÔbJ×uu«lå¦äàHðmO§mÏaÌ¢Fe6êx§Ú iZòNÊõK§y±á/Ññ°Çãi)ÑP|*®n•µ}¦Ý9ÜFOë¶¶Q$kfµõêŽd1ÀÜQ^¡÷ø“÷SÉ»I“O®LÞMj;š¤yBoÜ"l³Ùœ?wøúåÜÓlå–›ð•â굨ò£âü¹ó›7‰¾E57[üäÊÈWáá@PßÑëî?7;73;su"*•Â_†³ÏönYŽLDÓ yP¶uÙŸ‡Öÿg½#¡öõùüCA}WŒ&Ç#oëšó…þ!d"ÜRG,Fõ ÁŸ›MľŽÍßMJg¥èx8÷—‡m]¶È—áºÑk»=œE-•Ù¨ãšÉö36ïE_òÖ‚y±Å?—ŠŽÇÞ<á4&@Ó6D®…u] Œµ}òבÎFÆDÝÖ6Šdͬ¶^ÝaLè(ß+„P¶Ê¡±P£ÿ-•¼›ŒOųZ‘Έ/p—J¥ðx$ß,‹µ’ÆññùÇ܉|S¬ÂyÞ‘YJ‡'¢ééèDTî—%IRU5·–[¸½ íh`6?3›ˆ\‹ê»¯³sÃ2“°ò¬uÿFžÇ>]GÞé¼ãÉêJöq6ýÇÔäõIã3m¼Ü¡ Z¹Óæô‘Î9ý£~]þAyò:wèÍ‘»HèžÄÿa¦ïû…¯„ŒûtÉuÐÔÏ@B€„ =@B€„ =zàT9.ÿX*û8›yšÝx¹aü§X÷w`ˆ54qôWèÕ­òðH0Y‰|)‹?½þ©X,†?§3+ãAu«Ì uDO¯› Ðw˜²UŒ…"‘üZ>p9 I’è’$}:–_ËGÆ#±r,súc˜w¼IGÛGžXqÄ·ÜDÇ£ñ©xä«HݿۣÑ'«+“?Û›óœSî÷…¯…ívûa¤•?lnT¾›ØtŸÎj¯:“v¾çö×´ä=×@Bß²ìã¬ý¬½Q6_ÉéÓÒÙÇÙ¦÷ÓùŸ®ëŠ¢d–Wä!vuE’G•(ïÁQÞr“yšMÄšîˆfŸf-–i³Ù\.×7SñÐåÐÜÍùÊö䤯_v{¼±q]×=½î¥Gi_¿Üãr/•MÅzã+Wîëbüµ§×]½[ê~Ê×ï3¶(Šz=^·Ç{u<ªiÚ^¹»">÷z¼Þ>_r1U÷¶“FÍ®ÞyþÖ^S÷S•VÚiÖǹÇå¾44\|Q̬f. ¾)JyÛ€äbÊ{ÑçõxãÓ ±+*š™Nxû|Þ>ßLÕöê˜ÔXÓá«éaŒ2 ½™B±àë÷5ÝM /[¾F äÖóÆÏ©û©üz!³”ίåÅ®>+YÙ-·¶žYNo r¿û:Þ^GöR¹-§úêþúwÅÌjÖØˆ†>˯ç kyI’7çöñÛIu«œ}–Ë>Îæß´ßJÕ’w’…y£¿ªZnµõk|žË›üm\Q±+J›JÔÂ;qÎn·WÞ-Z·ö3v»Í®n•ã7ÞÞÕž™N¨Ûšº­Ågmv4ŸŠ«[emGŸiVˆy;[ŸM¨Ûeu»ŸMGƒ•NŧªZVÕr|: ¶Ô‹Ãw$£ päŽò ½ÄŸ¼ŸJÞMš|reònRÛÑš~f¥xs³»ÍfsþÜáë—sO³•[nÂWBBˆ«×¢ÊŠóçÎoÞ$úÕÜFoñS,#_…‡A}G¯»ÿÜìÜÌìÌÕ‰¨tV Î>Û{Cd"’˜Nȃ²­Ëþ<´þ?ëm6r-¬ëZ`,¨íè“¿Ž¤­òõùüCA}WŒ&Ç#o;5;ç !üCþÈD¸¥–X¾Ž2À u”oŠB([åÐX¨Ñÿ–JÞMƧâÙ?­Hç?Äû(J¥RxÓÆ{Áú· •;mNéœÓ?ê×uá”'¯ÇHÜp¬zƒÄÿa¦ïû…¯„ŒÛÁOžl¼?# =z$ô ýqg|€#ßùÎw¾óï|ç;ßù~²¾wÖêeèmÛIDATÿc©ƒdó|¦ N¶ÿ±ÔI½BO6€ç0®ÐÿŒXïÇa\•>.ÿX*û8›yšÝx¹aü§X÷w`Èì_Mq…'ÎaÜ7~ôWèÕ­òðH0Y‰|)‹?½þ©X,†?§3+ãAu«Ü(‡åºÛ‹Åâ¥A™Wжø*}Ä ½²UŒ…"‘üZ>p9 I’è’$}:–_ËGÆ#±R/§ÿWè7ç&oÄyem;…÷ÐGÇ£ñ©x䫈¦i±ë1÷÷Çì¾àŽ]išù*ŸŠG'¢McÑÓë}>Ôx•þRòÈÌB´í´]¡Ï>ÎÚÏÚlÞ{Ñ;ÿ»ùÒ÷%]×Kß—æ7ï½è5rzû{öq¶i,º»»—¤¯µúŽ~lÞq€é´]¡Ï<ÍÆ&bBˆøT\ù«RóWå¯J|*.„ˆND³O³Mc17H=\ReEŠ¢DÇ£^×íñ^jšVùÓü­¤¯_v{¼©û©ÊÆ¥Gi_¿Üãr/•METý#€Ê©û)_¿Ïøµaù»">÷z¼Þ>_r1UÝæä½zc7⺮W:µ¿jœ§í }¡Xðõû„+«+uw0¶ËráåFÓXØÎس‰èõ˜Ø­-': }6–_ÏÖò’$%nÎU²ê‹|f)_Ë«êÛ;õskë™åôF± ÷˱¯ã•ê~ØÜ¨Ô»þ]1³š5~mTþüí¤ºUÎ>ËegóëùJù©û©üzÁ¨Wìêó·’&UàÔ8mÿ)¶ÇåþéõO¢K|ôÿ|´? Bˆ.ñÓÿýIìŠ>þè‡ÒFM,ªsúʯ37çm]bòú¤hð©@úŽ.Éùµ¼Â7 §SÎ^gMÉ…õ¼ý¬]¡ëº÷¢oãe¡¦´ž^w~í[Irìormù÷SN§S¡l*—üÃF —‡ï-.ÛµmÍ?0âߨjœzmÿ§Ø£¼+Ün·«Ûª$I’$©?ªûw0žlŸL_ó§F¯V|s}rørPî—==•¥—¥ÄÍDñû’¾£WשׁªÃY')7Rj!„Íf«Ü³¯m+å;Ïï=[¨®¨¬–/ýj¸~L,T €ê´}½×ãÍ=Ï !‚£Áº;ÛsÏsÞ îý±¨_h—X¸9û:^ ‡'"Á@0¿–ûas£P|{ë‹óœTVÊïH£ò%IR¶ö®È!9òkß7ðT߯€Óí´ÝCò/Ü^B$¦Î_8kþêü…31B,Ü^ðù­ÇÂÙëûl,>•¨lÑuÝ~Æn·ÙÕ­rüÆÛÓ£¡øT\Ý*k;úÌl¢íŽ4*?82<3P·5u[‹W•?öÙØäo㊢ˆ]QÚT¢1&7À‡à´}ÊįíhÉ»I»Ý^xQ˜üͤë—Ífs}âšüÍdáEÁn·'ï&µÍ?âo)á+¡òßß^Ÿ››¹9ßsÁ yþ¥¯²=r-ì½è Œ}ý¾º7Ä[Ô°ü‰ˆtÞ!Êþ!¿ï¢·rSøJH”¯^‹ö\pG'¢}½À©tWèòM±Be« ÿ[jÿ_“w“ñ©xöO+ÒyÇI¼R©äŸç˜Ç,“{èOä›b…ÎóŽÌR:<M?HG'¢r¿,I’ªª¹µÜÂímGk”Í[?A£kùïçÎõ™ÙDäZTß}˜äÍ|Ð#=úÿ}*wΦÿ˜š¼>i|¦÷‚;ôoAã{Q¬Çâhßr*súGýº.üƒòäuî•ø ƧÜt“¾ùGüþVn%?ŒX†ð•PøJˆ¹ qú>忏Å8T§íSnŽ[,€CÅúÃp¨¸B_ ¾óï|ç;ßùÎw¾óý}?…ŸC@àsèF쀓‹„ ¡@B€„ ¡@B€„ =@Bà˜èjï0ÿP°Ûî |À‰Lèmgl¯´2ᎷÜ$ôHèÐ$ôHèÐ ¡HèÐ ¡HèÐ ¡@BÐ ¡@B€„ ¡@B€„ ¡@B€„ =@B€„ =z€„ =z€„ =z$ô =z$ô =z$ôHèz$ôHèÐ$ôHèÐ$ôHèÐ ¡HèÐ ¡@BÐ ¡@BÐ ¡@B€„ ¡@B€„ =@B€„ =@B€„ =z€„ =z€„ =z$ô =z$ôþÿöî'4ÎóNàø¯0 @w@…¨!0Tf •Ø,ð¡Zv¡ >D&‡Z$POÖ‡(Í¡ÎæÐhsÚ¶vÝ*‡ÐÉ!AÎ!X9„(³Ê! ²H…-™‚ËNÁ†D "Ð}{-+dw»›Dc}>ÌA~ôú5~^¾óèyçô èAzô€ = è@Ђô€ Az@Ѐ = èA‚ô€ =z@Ђ= èAzô€ =z@Ђô èAz@Ѐ = è@Ђô€ Az@Ђ= èA‚ô€ =z@Ђ½)Az@Ѐ = èA‚ô€ Azà›T»Ç÷Ö>^YÿÝš9€ úÖñÑÖñQs‡–-7 èAzô€ ¾>5S –zÑ4 ߀µW¾ü æ&ÿ[œüƒX¡à+‚ÒFeò­Ði«ì›„¯Ï½ƒÒä‹“ÿeVè`€ zô€ =>å82rŽê«Æ‡“¹AÐjåúúÖµ•¡/ïT14Újœ™–EÕ°¹Œ~®ÊˆHµ¢ˆfTG÷]™¹À‘¨ù|m¥9\¤*çÏ/ÒµÈ7zï.5Óôƒp)kýn^þ¤\ÝØêíäC)5j(&FkSEÅÙúg ‰š/RŠÍþj>ªi¸7zï-Y§?亱²rk¡{³9ï•lYE?6ÖÓzëØòÔÈìhmò¨M‹›b€»æ»ùÚJQK±¹uw}•o¿"¢Š(·Rµ“º½÷–þê?è‘ã'þWãÿ_Ç9¿õjqñÆ\÷F/E¤"¥"¥áHEJ#))Õ¢w£·Ø›[Ï‹‚à‘ÿ«›¯-µåVT9jièö­±»¯ˆNQå(Ë”w›~Ù¼BÝjåjo!oæb$Òp¤Z¤ˆz5šªH©)E1y3_½¹Ð­V=Àà×|¯W~°\DÄf?rŽZj>>Ózv6Fê{ËóÍÇgZ?.ͨ"Ê2mo¥õµòƒûä`çõÎ#ÇOt^ï˜äoèRF¹²ÙÉeNEDíÎ+ÒTköÑæÜPUDÜLEä2¯lvr”÷>gïF著¶Oœ?qrü©Ÿ¶»7z{ßÚÿîÞø©‰Î‡úZ zà­À?õŠˆ½6õ?Zœ™J?k==#͈h>~¶xlúöÈpÊUÎe™rÎ7{÷ ú·_ø—:o/šäoF7¯ô>í¦CµŠ;¯Z.R}êû³çŽ/4kcCÕî`¤½O»Ý|¯we½›ý³çfNžXýpeõÕS§'fÎÍônö¿pØúúúÌ“3ó¿˜kŸo z€oCuw»üÎOb³Œˆôƒ±Ö³³Íš-?µˆ*ÊÿêÆöç÷álåÕúp½ýäL½¨¯|¸ºÿ[ ¯wÆ81>6>÷Òüþó|åø#ÇOtÞèLœžØ[^xmaâô䉱ñ瞟˻7}FDÄåWnï_'¾òöâÄéÉGFOœ}üloßêòWžä‘ã':~0‚~{5ª¨×šEŒî ÕRŠ4þ½©öÉ…±á™¨RÔbh8¢Šîöê=NxùÕË3OÌ´Ï·‹‘¢)ÚçÛ3OÌ,¼zyÿ1ׯ¯¶Ÿž]xåÒÔ™©C>?‚xà›>¢Šò·×{¯\ÚkúâÌÔnÍo¼}eë­NÎ9EÄŸwnß){°+o/¶ÏÏDDûÉ™+on'ÆêG«Ë\]¾ö~ïFïòk ÷¿þŸëKï.ÿ÷O"¢óFgõúÚÒ•ÅÕV£Ê—_YØ ôµWwÇ76î.!¯|t}éÅOÖ×&OO>÷‹¹ÝÁƒNrÐñ!GÙßé¥ˆÉæììØÕÙ“‹·_c‹­‘‰9"7‡GÏžœŸ:6_T­‘Rô?ëÝc×ÍêõՙǦ÷Ì<6½rýî{€åk+ŸŸ[|£sêÔÄáŸ"A<°rµ¹Ê¹ÊQþözïW—bßâwùΕþ¯.å~?>íç~?6ËüéÖ=š~ãfm½»»d;ufjm½»±oŸÆü‹s‘fc¤9ÿâÜÕw¯þã/4FŠ;ï–æ_škkÃiîsïðþîøâ;Wç_šßa_ˆ_zi¾Ñh¦”ÚÚÝ?tï}’ƒŽ ßÉUŽZ¤ZÑLÍúðÝWªí=L*§Zš|¸=süש½sÑw:g¹YÍúþ‘â»õróî€gž~fîŹÑÑј"µ <¸ªˆ*§ênø ?µ}m4¢,óïnAIFŒt¾ÎÛWʲ<1:¾ä…ç/î~Ýl5÷¾ØØØØ;æ ñFãîSúý¿ÿÇG¿â-ÄÆÆÞoÿ\€Þy'RÚÛZsÐI:~`.bÄPíöLUÊûkÿ®”s¿[^Z9t¿SEQö·ÇîNlùéÖÞEÄ¥—ççž®ùzgì‡c‚à[“vsðÏ;y;ÇvÙ|z¶ñ“sQ‹È9rŽ¢(~4Ùzí7½ Oå?Ý[y®òÕw®®~ô{!¾q³?5}öâÏgw—Šû½~ëxk÷‹F£q7Ö߯Ùh.¾õ›ý‰¿«õ½ÆÞo¿¯ƒN2رV/jE?úýíîê­Ï}¨hkx´>|û/Û/×Wnuú±šډϢˆ"ÕêsâôÄâ»KŸÝY|wibßîšéǧ‹‘bæBûׯ\šüÑaR•-7Àƒ«Êyk+ÿ¡›¿^œ™nüìânÍoüòrï|;þÔ‹ˆâ&[¯ý:EÚ}p°å÷–ÇÇÆ÷çrãXsüoG—ï|týÜËó›ýÍþÜËóg;»wØAãû{âÜÅžëõzQE÷Fï™gŸ»]–Í̽8·q³_nç}yþÞ݃N2àïÊRóoÆ£½Xº^ί——ºÛ ÝíÎzÙÙØî¦HQåµ[Ë+·.Åð'õá4TÚ©¢94ž¾ž6»øÖbçN¹Y–›eçÎâ[‹6»ÿ˜ÉM.¾Þyîù¹¥w—ùY¡Pµ”Ë2þØÍÛ9"âÝØÜˆ‘ÆÆ//÷_žœ{9·^ïD£¿ïîm¬OÃCù€>ê¼¹xñç¿ØÐOÎ\þÕÂôcÓ1qjbêÇgs•§ÏL_|ún4¾_ûÉ™ˆxêÂ3½[½ÖíîüA³Ú9—ÓçΖÛù Åù—ŸdПZûìj¤(RJµúP-¥¨oåˆÔÏýõ[K[µµúHìD=ª¼U•Q¥ÑáS÷8a«ÕZ|³3ÿo—.¿ºc7¶øf§ÕúâAÆ~8¶øfgæ|{ëÓ­ö…ÃûÉ•ßÙý¹ÏêG+þס^4#b«ìßç¸írãõNº¾¿_ß݇]œ™úþhÿßöò½øñÔÐƶ^½|{äáVyr´øi;=⓼ôÎbDL?>óWNþÿ³|åæ|/Vƾ;ZOÍ)ÕêeŽ(›QÛIÃeJ‘#çjk+÷×?í¶ªÉs­¹ûýÄeð&ÿË&NO†zà5\4η7ªH»M_¾·\¾·ûB/°œ?¸³-û~5¿ÿ¢_°ûÑ“|mÒäwÛ‹7»ÝíÞXªµfª¥¢eê7FšQŠj'¢Üªr·ì¥íæd«}š¿ÇuÐK)è€WQÚeDŠHwÖé¿:nmœMOÌÜcm^µ‹©5Ýœ_êÏ_¯VÇFrkx¬>Ül)"rä­j«·Ý]ß\K[­écsÔzÀ’]ÐGW*Šâ|»ŒHUŽ?t÷šþsë·wj¾3c‡Vkx´}ìÒJ¿³Þ[é>ôI³hµfD”ÕV¿ìåÏ¢U›šjµ‹Ô^YÿÝšy0ùG¶æW®½¿÷ÙVèA‰É¼š=9¾;òF£«­˜”šoŽ4ÆNM„-70x5ÿ½V1\ìŽÛrVó±ô€¬y7ÅÀ`×üÞM±‚¯æ›#ÝcÜ ƒVónŠ€Á­ùpS, nÍ»)»æÝ \óEa=&ÍFën¾7ÅpqÐ/÷j>"¾Óh4Ì (+ô0Àþ[€ø`…íÑ´IEND®B`‚caja-actions-1.27.0/docs/help/de/figures/cact-preferences-io-providers.png000066400000000000000000000455061433352025300264220ustar00rootroot00000000000000‰PNG  IHDRðÍ6F pHYsÄÄ•+tIMEÜ +èŽ ‡tEXtCommentCreated with GIMPW IDATxÚìÝohSyÞÿÿ÷.ø*œ@r@aŽLaRF¸Z.að†/0Å lqa 30“™5]amW¸4—7¼2~Á« f îÄ…Ra¥VŒð“7„tÁ¥Ypñ tØ3аSè&7~7RÓØ&iú×TŸDÚÓóçó/'¯sòIò³@ ö&ŸˆÄ>ŠÑÀÞ’œw¾s|Õ_ìomZØs|"¢+ZWôÊ²Š¨m¿./‰Hu¹Rz_P+?ítŠÊ‹@_ýéE”wüÚì†÷wuû•R"â.èôûî|Ñ{;$J-¯ï£ €WìE ¯ˆˆóùð‘þ‘ãqCiç·¼P¾k•u0œ¸.>)LÜH;ÝýZ‹Ú×åWŠæðÊMg§EddxdÕÏ»yÜí]ù•7ãëÚeð:z-µù6:z2¬|Z*ÊzDzÐÅÚFÅÍ=˜Žœ …Ç/$R_^<—œºÕZ+2=€–¡Íþ§¸œØÆÔ¸ûù/r2Rýä€ôŸÒ¹{¹=ß«[e[ÊI.€Wã¥)7ÕY4Jy•®ÀÛ¦T´ø”ÿûܬ]°zM·äyß r‘Ï’ƒÇúäˆO–DT…VÐJðý`äDduÞú©£n#ÿ9Òâ¯ÛèOD–8ÉÝÍmàX­ ùê4,Ìö”°²Ù•y6€M©Þ—_ôÕ_´˜Ïþ9Ƥ¢e.§<ÇïSŽ[öw‹í–uE•ŠùCÁ‰of–ÊÒÕUk(þ£ý ZxR(•J«Î>"2|r8öiLD<Ï+<)¤ÿ˜ÖZ‹Èý¿Ü‘¡ÿª®VûµúƒˆLÿeº¶Âª•kûo¶ ¾Œ}³Þ±”OÿYœÎNÿQlXþþë7fa¦ "¡ÁPðß‚«Ö¬kðƒ‰ ñIê©ø§ñu 9>1lL·äæä²÷²õ…œüýä™ÓgÌÓùÁIÝHÕ>…,r"91fÙ+gïek—I­·jvö_¥¾„-vذéöK‹¯-ƺ]¶NË ŸZnÏ©;Sc¿k§m7ØŠ¯n~µjÉ'Ÿ}ÒÎ&ÕÕê^ëÅ”›Šˆˆ§SÙ\èhD=/êï ö|9ÿ½÷ÌÕ–¡ú|"†é,ˆ´ü=¶Sv¥ÒEßhmâÚDúfzüüøøùñ•¥/nÇ*¥F?uKnøh8þÛ¸hIý!µvµÚ¯C‘¡û¹û"2Z}¤J?¿øuìü˜0“W’Å­w­è/£Å¿7ôÕÛóÙ»Ùj œˆ¬^³"á£á±ßi­“W’Å¿sws­ 9|j8öi,w77z{4öA¬zIS=ÄòUÄûý£çFC‡Cc¿;7V=}GNF⿎çåÇ/ŒŸŽ-¹¹Ö[5ÖÞ« wذéö˺ÞP—µ(Røx8þ›xñïÅñ ã"Rý¿¶áv¶l¯ö^œ|éJ Òx'>YZ\ZZZª.tÅL\OþzÄy.é/<Ø?xÜ*í‚S šRî¶?IÿáVö³ï\ù±L_hÁuÝäµdòJ2r22ýçå ܵNúVºúÃô_¦ã¿‡C_LÔ¶­­¶ö×Ujñ׆;ñwû¥"ÎNùÇrùIyöÉlõ¯ùGùÚšá£aóm34r¾wª+8ß;¡ÁêVåç+§¾ÈñHü·q·ä&.&ÇiV¤ú%Õ‹„ôítùy9ýM:r29ÉLej«¥þ*?/ßÿÿîýnÌÜoV·>9,"é?¦ËÏËSßLEœŒÔωo¸ÕªU¨†ïµËW•¹á›5ÝÚÍ×-ð†º¬UËœ‘‰/'\בë_^¯Ž«­´ì„询µŸ3·3ëžp¢¿Šfngn^SýèyŸˆØ¶íy^uiID{»’6»UähÈTj¶XT¢ÊžøèÂ:²Ï´Þõ †â’õ¯¡ÀZ¥R){';Ð?ÿ4^›êP=uÇ~;Öì3 £ºÜè1êÏ*«Î0-þÔ⯠w2qmbüâxúfZDìoí‰k333kw=­^uT·JßJ'¯$#Ç#“_LÖV‹ý:&"“W'î¡á¿z╊”–—Ô¯l?µ×neL©ÏýÖ~kÝ­.é öµè¯Ö;lÝtõ›¯[à uÙº-S,—_j^ð¶·Ý`Ÿ·rÂi¸þ’^’†&ïTüî¢)ƒA§XÐ>Ã~j›ÝÊÑ~ó=Kû”ý“ÿÓtŸC =É+ÉÁÃ×&ê^ÿòº0GÏŽæç•OÍgnè l½«v2ugjêîT°7>Žÿ&>ym2t$´:éúdäôHµðÉ+ÉÚâ‘Ó#“_NÖ^ôŒOÝLM|1¡ÏéúÛá-”Êæ~3`J ¥jÁÜ’»îVnÉ5÷›á#áê5@›Zd÷ÍiÖtÛUàMô»ûƒk½kYËùÁÓ2·±ÐÐ_ýuÕ’cGíôQþúè¯ÍŽòó†Kµt‰O¹žöCV¯e‰xVxé½Èàñ°øüÙ{9û©íؼs@[´ÖãƃïëvùºD¤ì••O{é¶Â÷ŽˆDNDT·=?Zÿ§êˉýë§½;¹þåõ`0hÏÙùÇùÚíU†O†Q˜)ôûjÿ 3Ã0†O ×V›y2?×}ýÆõêÜu 9ugJDbŸÅT·Š}“—ï7“þ:-"ãÇ ÃPJ üêÖW»ß•Íšnm•7Qà]Öªen¥Edìâ˜Ñc=Æ¥ß]êÀv€j"¯ýk«cG­{µÐô6{ÉgÍ̹‘k¿XïüQ~±Þ±–*º4çÑ1ÚT,SHů-‰Ÿ'.&2_gÜ·:…£&q1‘¸œH^Mº?¸é[éZP®ÊÑs£ù‡yYïös‹dîdÁ÷ƒR‘âߋɫɵ›WçÛdïdëfïdCƒ¡è‡ÑÚçÒˆÈÌÌLül5™}úÌwô¢VJi¾Õв÷²É«Éà»A­µý­=zv´Í7(Àë¡É”›—z—ßÊVšã°@GXgÊM=r<Й|õéÀÞò³@ @+{ÔÏi`ïZžrSxÌ{IèHX¸Cìiz€@€@€@èt<_‹¿ù “^­Ù'y«7¸™@/"eÏ¥÷¿a¦ÿ81|:JSÐÑ´? EM_Å̶ôL¹ö0=@ @ @ ô;¬X,;>ØÛ·§›¯Vþ½^‘mï»7ªA^ûqþj\›nùÐÑðÁÞ¾ê¿Ý/g*¼™ƒ ô2½ðJ÷Ê}òÚÄØ…Ä¿æžítëðꜾ£­·»ÙòÉ+ÉÍ=Û+•§S ´Ì®úm)¨ý­9ÞƵ§ç6‹±¹§ó×x˜¦o¦öö¥o¦·«ï^×›{kœ¯*yíßÀ`hôüx©äv`ãì(û[;<jQòWU…úÞ©õ€3Õ«ªT‹Ãm´Sœ9ç“b}‡ú |òQÌžshÿMΙsBGÃ-,Rk½¨'¯M;î;4Ð×?ðÉÙÑ™™ÂkÙÛxÖªuîv’ÎlÆWr#É÷ªÚH/êWwð7ZúvæÒ_Jÿ)û,¶-}W¸Ü³ïœq^ë‹Ò‚—¾™Žÿv|úv†–ïáÊ#åµäÌ»#g¢ñ_Ç&þwRD¦ÿ2=ÎN[øÎõÉ?.„„:ÿÁûMÜ2ͯn¦­–·èf _¦¦ÝGx lWGÔwî¶ÔlÛ”ÇqFÏŽô/_§zž×ðâ¦úkíÿúÖ^‚§n¤BGÂ}ýãZë{XwýêS·3¡#áƒÁ¾‘Ó#΋{'33…¡“#ƒ}¡#á©;Ù í|Ý‹¹u.I\N ô †R7ÓíT§ñ~Ú|,=Êû»ý±£~ßTX·Øë6N³ E¤a9öö¥o¥CGB­7ßDs5»—°n¿Ô—gOŒó ôcçâö?íÍ«v굉ª½ÔæùüJr`040úüJR*+‡KÝL ô$V-_o·ÍÚ­Y÷‰ÈäËûLßJ·Ã;ôØäLÕ°S·3¡£áƒÁ¾c'†ŠOŠÙ»ÙcÇ_ìÓY¥‡J“¡ÕÎPi·YêLþßdôƒhìã˜Ñc=FìãXôƒhêÿ&› ûÄådµ=ëoOn葸ÅSeǶÿÌßò¡#M_ØL\Ndïfk¿fïd—;: š)þ½˜¸˜°,K|bFäD¤þ¾É¶RÖkÿ†§µµ5jqöÛúÝëöïõ»õ@Òb¨·¨oûÏ, ŸìVe†ÖÉs+Od¯,О~p¦0S˜}\Ékë^êÕ¦·Vø×ܳäÕdøÅk1é[éÂÌlv*Sx\Šžü"Õbë®ÿâÒp&{'ó¬8>¿˜¨.ŒŸŸ‹ÿëé³ìÌlqvÓ;oã´ÁÑ'¿L•æÝÜÃ|î^®P÷j]‹#6ÜO›¦ngbGE$öatêöú/rµÓ8ª¯ˆÌü½˜½›ÛÜæÍškÕØX;œZh³<2Î7Ê[ðR7RÁ÷ƒÛ8®Ö–j£U«oóÉ/SÏæœÜÝéÜÝégsöä•Õ ¹Ó¹‡÷9§¶¼Ý6k·fÝ—º‘š}R¨î³~zRÃ6Ù¡Ç&gªf÷ ²_gžg‡OG?Žåä3·2ÏŠ³á£‘ú}6*-†ÖºC¥ýÚJf ÑSÃõK¢§†óumõÒ°¿‘r'÷ð~îîtþq~CÚ®Se‡¶E OŠáæ÷¹“—“™?OçäD$÷ —ÉN'/'wmÔ ý{ÿøÅD±X\{å¼m§”6Ú¿áimm6ôäµ]çÕ^îÜ­’C½E}Ûfi80êÈíœr7ýD¶Ñ.øY ‘ÂË'”*¿a–=·á5Yë#éE>.<.¬]¹öëÚÌÌ’W'§ïd”R"rìøÐW7¯[–U %‘SÃÕB6ÛC;ëÏÎŒCD´Ö‡CϞΊHèH8öilè?€٬Ží¦E}ýh8s+]ݳ3ç‹ U×oqĆûYÕqé?N ŸŽ®Z^šw#Ã#…™¼ò)]Ñ¡Áp.;8`¶(öº³Ñúìí+<þkmoÛÕ\ búËéÅêËÓù㼎^ue¯ºÕý?O[½Ö&ÆUûõÚPÕêÛué¿Æê[x†Áª{%cçãcçãÕ`êéÑóñ¯n¦wè”Òló6Ÿ•¶øäµ¹³Öª³_}çnW i6Ô[Ôw£Ï,-žhÚÙjÛŸÈšÙ¶@;?7šúCØè6¼Eo ?T;‚Öº:½…Æs¶<ÏûäìèĵÉúj˜3óÍWíWl£ë׃Á¯n\¯¾¶5~a|¶Ñ«“Øyõ}¹çμS½JswëÕiz;¹¢§ïL×_ùU¯ÇÎÇ•O5+öú³ÁúîPs­;œ¶ZÎŽç~>6ŒøÙøÀáÐ&×^»m¥j@ÀuÜê ×q«¯.Ÿò-ßJ‹5ë>kÿJ¶ýT³]o&{CÎT›Óp¨´Z;!t$”¹›;¯-ÉÜ͆šLYU¶WrªìÌöÏ?.$×›hdÛöôÌõד—áã‘ÚÛŽ_á0°z­äåÄÀànœRÚ}VÚÔj;tkiUçnc i6Ô[ÔwŸYÚÙjÛŸÈšÙ¶9ôZk£Û0”QšwVýï÷§o¦µÖ¥y·Ù´ªØ§±øÙXýÂ3œû]Âq©ˆ=猞_›Tjo igýfFÏ;sNý;¶²óvê[oääÐçW’¥¯´à%®&·^fr÷rýõ£'pÀx?˜»—kQ솳•úîPs­;œ¶XÎÎçåy^êF:øžµ¹qÕ¬^«Jµ¹ªÕú4q%Y*¹¥’›¸’99RûSâj²´à–ÜÄÕäÈ©‘­?4šußð©hâr¢4ïz‹úó&ãj盜©¶®áPi1´¶ñ!V3ö›xæ›LúVÚ[ð¼/}+ù&3ö›x“öY)ó•ä+9Uv`û{‹ÚùÞYu&Yû(=?žú"9N^MŽž­ÝÞåa0ò«hîAÎ[ð¤"¥y7y-ú÷þÝ?¥4;­­ªQ³ÕvM}çnc i6Ô[ÔwCÏ,­F;}·íOdÛè×~¨ÅÄՉϯM<Ô7|&Úÿ‹ÁÚšW“ùÇù¾þá3ÑðÑÁ†{+þÿXõ±£áãáO>=x¨oôÜèðÉȪ­â¿Ž ´¿~3‘£áOÎŽ<Ô7ùE*õÅÄwÞN}_ªÅ¹xà€>Žœˆ„Ô^2ÙtušI9óÁ™ÕcñÃhúëL‹b7lœ­Ôw‡škÝá´¹rvà8ßhÉÃGÃö·vê‹ë›WÍ굪T›«Z­O­^+rj$rjÄê ÆÏ­|xYh091>>d°ÆÎÆ·þÐhÖ}ñÏb‡†ÏŒ„ބֽe²õÇææ>Zû 9Smòîx£¡Òbhmý!Öà­ee¾NçBGá£áüãBæë婽 Òÿ¹¸uÀ Šœig*ãNœ*;°ý 3…ÐáþúÒ®}°$.'bÇú÷‹HøhxøT$ñâM±»< ÆÏų÷r¡ãჇú†?ŒŠOMü~r÷O)MOk/רÙj;zÖªWß¹ÛHš õõÝÐ3KëÑNßmûY3›yS,vˆmÛ±³ñê&¶¢ÙûZh®×ÌÒÑàLµnÔà£ý7Ñ_Øþ‰Ë ëÝ`ìÃhG ƒ7çL»£5ÝJç’ ª¶ùM± /S8™nÅçW“ñÏFue)yubèxx•¼Ù5뎎‡½Û\¯¶Sxœ‚‡ýÕáò ™öÆ q¦íœÎm¨¿’вk6è©Û.°ßŠœŠh-‘ãá±óã{¨ä¯d0ìÝæz;œ©@mݺ·Ê™¶s:·ý¡þz÷šAöÊÅ>Œîè‹P4€×ø¡G´zµýÕ!íÏ0`¨¿á~Nzzz€@ Ó­óÅR4À›€¯ídΜmõ×.oë‹¥èZàÕ*þc¶a ¯bÊ °‡è===@ @ @ @ ôôöx ?ØÛw°·oWÞÐ÷¨m¬ã¦wµî†µÞ„xý}úëL5Ø¥¿Îì~l}sTmù_°ïØñ¡Ô”TöØUÚçÛÃL}3Uû!öats;ù×ܳmYçµWmoÁK\MNþ_ÊóÊ—.&¶·¹Öݰ¶=°£vãýÌLÁùÞ‰‡‡ï™™BÃÕróƒ}{û¦¾ÎÔnâÖßЭþì-z}‡ööy ^uyiÁ;ØÛ×whÀ[ôVÝžº“=vb¨ïÐÀ±ãCSu/TW›ú::n83díq³w³Çއû†NŽ‹ÅÚšÙ;ÙcLJûŽÊÞͶ¸½éCL½|ˆ6›Ýè1’—"2}/×f­§¾Î;¾Ü\éöš«aO‰HúÖòk2ƒ¡ÄńֺÅÊèè@ŸþÓ”ˆD?ŠÅ>ЉHúÅÝúzÙ»¹Ñ³£J©Ì­¯Î|­¿¿»ê¯ÑmDNFDd:;]]RýaødÄè6êלºI\Lô ÎÎ"'"‰ÿù|êöKixöŸvþA®Í[È…™Âý»¹ë×&ìoíñ ‰ÅÎŽ_LXû…Ç…Ì7™é¿ÜßJC5<ÄÔlâb²³ Óßdrîo±;šÕ:ýu&ñ?Ÿ‡ ÎÎ ~þ?Ÿ¯šÕpÃf=¥½¿æî?³gçǧîd“×&Z¬ €Î ô¥’›”·Þµ÷î·Þµòó¥’»*y_ìÜÿóôà‘кû¬^L½¸W]½i]]øRB½5%"ñߌ©nÿ,&"é¯Óõ+$.Œ«nÕfEÆ/Œ©n9ç{§º0u3-"—.'=F ÇH6™Ù²•C¤o¥EäÒ%ŒÃè1.ýW»‡ð¼Ä•¤ˆŒœŒ´Sëê´¨Øg1Õ­F?‹IÝD©M4Wü\Üêµ”O Ÿ‘üÃ<6€°É9ôÙ;«ßÛ:|ºñÌøÌ×S"ûp9mÇ>Œ%.'2_O]«­“¼:YÍ‹V¯ÕÎу½Öà/úgþV´m[DœïœÁ_ô¯ÝÖùÁ‘các+K^¤ä*£Çh¿Êsmƒ¹?¸"bX>´i™[錶q`ýC,Ïfñ‰µßûm<þY¼Z»%·V†êÿîË×]í7Wñ©=qmÂþÖö¼Ó¢J¥­Œ.€×^äÄHû7O·!зHð/©HæÎ´ˆ$.'—Wn-gîL«<}ózì³ÑÑóã_ùTøx¸£Ç>ŒÍüm4{wºú.µ †—òq Pú¡T˜ùërPn[iÁmsMs¿é|ç8óŽeY"â:îŽb~ý 77›Å Î÷¥Ò‚˜Õâ™M^ŸÄÏÆK¥ÒW7¯‡„uE÷Øþ¡ðzñfÙs7±áÎN¹ÉÞËzž7ø‹Áêœéê¿Á_ zž—½·2}p0”¾y]ùÔ'gG³w–—†!"¥&ù5|<¦ïæ¦ïåû /ª“p’W'=ÏÓZç¢ÅšÕzÇ‘܃œ^Ô×Rí&×Ïb"òùÿNz ^iÁK\M¶Xys‡ˆ}‘Ïÿ_Ò[ð¼ïóÿ—Ü¡Î>‘ôÍ´^Ô×o¦EäÌgÚÙ°QOiñwûuEWgÏ·\›·³¾ú®Êè/GêV]õ†ËåL¯ÔøÅDúfZDÆÏÇ Ã…5û8”ØGQÏó<Ï‹}Ðø†nìÃèõ/&Ç   †¦n¥G?nè'®%ƒïÇ/$†N„·{GyøÔpòjÒ™sBGñ¢C‘¡+oîgN'¯\rœRèh8úQ4rbh‡:+~66öÛxþq~`04óxæÒµù£k{*õE*øž5òa4|<Ò÷òT¨u»ò³@ "…Ç Þ³Øâ¶öN†yk9sαÈõŽõׇ÷i ´oÙ;t$,»öM±¯±OÎŽÚOm©ˆã8Õ÷ ÄÏÆhìM°Eç†Ç/'ìom¥Tÿ{Á¯n\oó}½þÕ‹GHðxE˜rèèè====@ Ð!vö›b³w241Àž91¢ºÕª…Ö»AZfÍ<ÊX{)ЋHìÓñ=ÔijOò‡Ãoì{ëÀ›löIÞÜo•=—¦ØÑ4ÿì;gïú½5Ž‹ÿ˜}cí^}HA-b@ñoyZiëž}çìÄnw)Ð½â?f÷V©>Øö€=‡7Åzzz€@ ãñ±•ØÎt©Å«ý¦Ä ²³öêúƒ½}oBñší§Ã«ÏÈ¡§od”׮϶+ùÙó³?æfÌÍþ˜·+y×g‹OÓ<zB'å¤è\eŸ3«óöó¢û¼¤µ^½(zQ»ÏKöóâ¬Î—}­ôZú=wô¢ž¼6yìx¸ïÐ@_ÿÀ'gGgf ;w¸Í=ë´xºêߦËéÌ9¡£+ßB—¾™>ØÛ—¾™~Í¢y§õ ;ÊõÙöE¯ì)¥D)1UÀPêÏJÄ+{öEWìÝ,ÕìSû•l»û˜Cß–Øoâ–i~u3m°¼E¯0S˜ø25=zsZ`»jþq!|d¥ÝÒ·3—þûRúOéØg}à²j IDAT1†{QÙWr~´µÖJ-GKU1‚o‡µègÏsÚ§Å'ª"ZkGlµÏï¯h´íÕYSnR7R¡#á¾þñ ­—çZÍ̆NŽ ö…Ž„§îdWV¾™8èH\IÖÞlá8ÎèÙÑþåûèž·üžŒƒ½}é[éÐ‘Ðæn¸ÿ^L\LX–%>1 #r"2};SûëäËÅNßZ¹Óì9=âÌ9͊ѰÊõ…lXÍ]®~3µ½ìíkXßµfþ–Y¾CŸ”÷wûcFý†?ÿ¨°v·«~m<*’¸œè ¥n¦k+7kŠVMº¦/ª{«Qb;{°É†;ÑSìŸ.éY©KóRË?`t›nËÚ׿üÜç¥D´vô¬H«ùô³OmÇqÖ.¤¥÷F OßJff³S™Âã‚Tôä©êòøùñø¹ø¿ž>ËÞÉÌgkër¦sï;sÎäå•GÏF?8S˜)Ì>.䵉•(ù÷bönnswšCÿÞ?~1Q,kÁ«>–Í>)T‹]*¹µåùÇ3Ù;™gÅÙð‘ðøÅDÃb4«r½†ÕÜåê·£Y}_R‘“bøÅ+S·3±£"û0:u{ýY7 GÂä—©Ò¼›{˜ÏÝËêæAµhІM×°/ªÍõ¯¹gõí¶-=ØbÃî)¶Q¹â–—<ñ‰Q""bv­îþê_-cÀì Š¼ø«Oô’Ww½‹„®rÙ£m÷d ŸºM^I˜F·J\LÜp¿º\ù”뺥70'®&kë'/'=f ÇL^NLß®.¼ïþà`H)¥ºUâüxáq¾nýKcse»þû”õŽ•¸œèë ~mR/.'ûÌéä•dµØ—ê‚ìÄ•d `*¥bŸÅìoí†ÅhVåz «¹ËÕ—5Óè׮Ь¾õfŠÅà;–êV"Ršwg‹vädDD"'#³E»4¿ÎûáH˜¾7}ér"ÐczŒd]û·lŠM×N_lc¶Øp‹=Ànò*%Q>‘·DDü¡•9Ý>e!¿""o‰ò‰ˆ”*¥Öû´J e]ip#_W´3_²mÛ¶mgÞ©éÛ}¾¼¼ü|åb \ölÛ®Þõo¸CqÝå ]÷¥‚•Ÿ{ —»Ï={ζmÛ_Y>ûÔnçX;¤ƒæÐ»%÷Ø ­]ž¾™šü}*õû”ßP—.'k3°MˬýP*-7¨ýÔN^Kÿi×wM `nºlª[‹ˆ3ç¤þ˜=ÿêfZDJ¥R­$õŒ™L)U_¿¾ͪ\¯a5w¹úÒÆú†õ]õöÙÂã•ù6éÛSžçõV:úöÔ¥ c-Ñp$”J%뀵ªMZ7Eæk§/¶±[l¸Åž`é²”«a½š,H©—nKʰö…žý˜Ñò–HE–~*‹O¿¸¡ß$Óï7Ýyײ¬UËǵ¦:¨q÷yÉ4Õ­—‚½–øT}þöËË Ÿ{ wè>/i½ì Šˆ3ï¸ÏKæÛºmW//?÷ôbÙ²‚Ê'Î|Éu— ÐαvNÝ¡7fáñ_«Óê'9ƒÁ¯n\Ÿ}R¸t11~a|¥·öC °Ü”±sñ‘á‘Âãü¿æžÍwäƒh¬^+y9Q˜)¾pZI¶«Ê/³FÕ|…Õßèe@}½jïˆÕ=}gº¾î…ü_§ïL/_Îú¤vIà-¬\d7 @À™wVµIë¦hØtíôÅ6öàæ@gÅyùI«åûÃÊìêt7H±#hvõW¼ò‰ˆ^÷öµêRJu­º5."Á^Kí[¾0̀畗ƒW6˜âSÕå+±Í´–¾m”ÖóÊfÀŸˆOÌfm‡Õ'ëåå•å%¯l0«U¶ê Ðαވ@æƒ3c¿K8Ž#±çœÑsˉmôü¸3ç¬ýޱÄÕdiÁ--¸‰«É‘S#ËKk£Û0”QšwÛU¶‘_EsrÞ‚')Í»ÉkÉп/O>M\N”æ]oQ^7#h+U^·š»\ýmá-jç{§¿¿_Dr÷rýõ·¢Ì÷ƒ¹{9é¿?}3­µ.Í»õÓñŽ„‘“CŸ_I–¼Ò‚—¨kÿMѰéšõ…akßš³õlgCöŠ.Ÿtý¤DÄñŠŽW¬M8Ñíx¶ãE¤ë'ÕåSíïÓ4Þâ’^z)ë%í8NufËìS{éE*XÒZ5Üyýd”F_X»¤Eu-o¨|ªþh+Ë»V–/Uô3Û©}Ö^)@;ÇÚ9¯lÊͪyØÿš{û0*"Ÿ|6êüàXïX—Î/Ͼˆ rvÔùÁ ¾L}±òÖÆÐ`(rbDWôðÉá±³ñꉫŸ_ýü“s£ž@ìÓXîa~[J;~.žþfjübBkÂGÿŸ¬þ)þYLkoøÌˆ·¨Ç~ßÐn›U¹^Ãjîrõö×F÷P˜)„÷WG\úëÌØšÊžù0:ùejøÔðÄÕäøÅñÉ?¤=ѳ±ü£|‹‘?O^I†‡•OÅ>ŠÎümfݦhØtÍú"þëØÐðˆ^Ô «¼élgC:œªþ÷–QÒ%Zl-Jt—_YÕx­+eOÛ¢–DDu‰‘·D~Rmæzk¿éüà{Wîú;?8Óï_žÕSûô›.%ºÒ$Ó·¾Q¢—t5»ëŠîR/]<,/_ZYÞåSÁÞå—:ÇϪsêß2Xã7̲×x2IöNføttݽgïdbŸŽ‹H³ýt”쌈ì¡ï­ê'.'¬wƒÕ »ClÛŽål*¬ÍÖ»A)þ­ñÓ«S)º?Ùæ>CD)Ÿˆt‰³;l(CD<í¹‹yQ"²¤+"¢Ý=S‚VW³’Ì>µk¿–Ÿ{Zk×+WÚ¶Øoú÷RÑŽë•_,w«SÛ˜Õ9ôÕY7«vµê×*÷yI/.UßçÌ;ª»«:W~ö©íïVk——Ÿ{ÞbuÖÒKÚ]ð¬í«v®û’Í-fïê»ùb)ì’üãBæƒùö¨Ï¯&ãŸêÊRòêÄÐñ0M À®1ÄtÅÑm(%Ò¥DéUéÒ§”OtE”oÉÓ"¢Œ·6ðñþ·_šûjí·œ’ë|ïvù$0kni¾m¸mÏ9"èÙÀþÍ·n¥dÏÙ"bþÚ;bEÄèö¯]îÛŸ8Ž+Z‹R€¿z@]²s7Îû­È©ˆÖ9;Ïdtvßðÿd.UCdyÆK£éãʧtei©âùÅòûZ}SìÚÛVÝçŨ}*¸oeNmf þí°kwÕð–yà k+ûßnðAÒ~¿QÜ ‹@4û0º£3y@ VWðÙRÙÕž©ºü¾ÕIW‰êòI¹â¹Ú“%ÃÚ윒7ûÚ]Žãz¼JJŒ¾·BÏ– nÅ•nŸ*kGW”ˆ,U´öi­µ»èÊ’êë )é /OÜsÁ@€Éô>£Ïv—ŠNÙU]Òås•(Ñ¢—´ÖKâÓÚׯDÑVztd¦eu K%ïG·\)/Iõ“Û•ßg>Óß ‰ôèTÑ?饊HEKÉÊç̨ŠŸ”µ×¥”zK‘= ôèÄD©|JUD‹ÈOÒµjjÍ[²<Ù†à¹wýì“|ñ³{¨Qö\©>èˆX/܃~N:$ÎR}€½|%µÃ&ïÙ"]{¨Eòó{¬ÀTl‹M°7ý¼cKvÿÆ¥-þè_Yš:û¹ˆlå€@ÿjl1‘s‡oˆ}ríý†¢yí2 óïÐo®^»oæQîÙwí@ ß˜úÛfœ­ÈµëN¶‰zíi{¢SÞØæÚÆÃ­ÀøG#£“»{§›—Ñ€4ýÆž£'™ùMdå·¶^ ]u~ËÄN¥ïæ E›‘À°ðz°,Ú¡“íù9ôÃÇÏœ\ûL¹×;¦a½^Iæ¨þ›þâÒõ‹ñØ©°Ñ­¶wÿ;QÚÚ¿M_àYf }%^ß÷o\>>رfs-¹Ò  Oíµk³„÷o\Jž;³]ãdÕ†;QßöÇÆ.ðfÚÛwè‡FO„>ÿCvbÊ®¦ù&õz…WʧLÓˆüb u9>~-í.x{ýR°µþ÷¬ÙoW^^9:º“9:}8ÃY£5¥D* z¤ý®Ñ‹:rt0÷ho45c@ ß|,‹9ÿߌã–6w=ЙZÔëÒíÌ—Ró9Oë3ÿž¼µ|±=ŽéWJ ÿpRS9]Ñ"Ò´b§ÂV à-ễ|îq±~WÖ@ò×Ñ釅Øé°¼¸m¹Ü_>‰ŸŠ„E¤ðÄNÝÍU£áý—Òwó#ÇCÊ'ù¿Û©?çê#cûׇ÷o\JÝÎEO„neÿPJ}s¿Y#­ÜÌr±ûË‹:÷h&2Ø×(X|qûyÕ0«ýÚ¸ú>‰ÿ2þ÷ ®ÈôÃBìT¸º²ÙcĆÃýïY"ªø­s}*ë-êåëºãƒ «¼¶Íë¿~¡VÓôüÈña¨ê’†=U_…ö×pÿµF¨/I³&j¶yÕÄT.u1VüÖvÝÕ×Íš«á6˪Ãm¬×^ø5íŒö•C7ö͆k³Nisx^3û9ô­Wè?dÅO‡'þ˜møŒµwÓ|ëzuD×<žxϪEÀ`00þE:z1%>‰ž W—4<õ 0tþóøµtÐ2ë7 Nü&šºË>š©}i@­¿¢'¦iį¦ãWÓÖ3z"\Ÿ°ãWÓ±+i³Ç¨_¾Q‡‚ã_¤GÎOŸ:ñ†š]çßµfíå;ô#Gú³fE$ûhväHÿº‡hXý艰ÙcÄ®¤ãWÓÁ•™ˆ—ÎFï?*F/¤¢'Ëe/6¼N•¶ùÚ–‘¾ ¿–®.iÖS«®aÚ<ÜÚý¯zè­*IC 7_¾zÔzâ›Ü¥FÖÞphÑ\ÍÎí¦ÍN\«õØh=ÚkZ ûFõE§´5¼úݱê9/Ô Z+È0ŒÄGÃù¿ÙÅ9gs×b£õêÞ¢W›F?48ºs<­uúϹppy¥Š†atžçM~«m9:ÿ ’øC¦ð´ñ;&ǃé;yÏó<ÏKݾ>¬ý©¶<}'_¿|mׯC_ïú×9wÁÓ=ý°Üh¸“ e¹¥’ÖZDÌ#øŽYxb‹Há‰|Ç4{ŒuÚ¨Qõǃ©;¹ZjëŽ^Iç]ÑZëô½üÀ{ëT¹i›¯‘žÊyž×þV=\ýþ7¡õæöœS´ØÉÕy½Esm³&c¸^ë±±îhogØ7®-:¥á xýì9ô±Sá@á|_JÝÍÛsNô?CJ©©\¾Í뎵Ñzu£Û¨Í ô_ýw|í:‰?d¢'ñ“!oQ_¿“+>}q«ûè@~¦h;M_|†û|9ä¹Ï½€±._û¶×u»Þ[\Þ®èÚð_µŸÐ{ÖÌ‹Ûó‘#ª[M9¶ÔŽ ¤ï¶ê£†Õ_UµÚÊ–ˆŸ [ûM¥V¿Û¸a•›µùZn]\ng«Îõ¶ô>Šu7OßË_¿ þÓ²ë®o[4×öj؉«ÆIë±±îhogØ7®-:¥áú°EÖ»AaÍ<Êmû§í9ô÷ÏöYæàûÁ‰ßž™ù§ÓÿŽ9ów»Åû2÷ÊúÖ«#ºæÈ@íÝ¢%ÏK|™Y[`g¾”¼1%"ý‡‚ã G/LV—}‘™<-/.5{û`ÉóÌ·êt#óm£T—ù.ß®^^µŸþ •º›åS‘ÁþO.§ju4{Œëb™{]ÑRåSÕéËF·ÑºúÕªU'…›o¯¬œøh$ó PxšÕ‹Zu«ékc­«Ü¬Í[kg«m<ÜŠ&MÔæ¶“ºŸøt$~-½~smú@éÄúq²ÎØhc´·3ì7Ý›€ŽMóϾsÞ”@¿*‘gÎdE Ãýexðß‚"rÿI±ý|Ö±6Z¯W¨ö)7¡ÃÁñëþ£Ùø™HêNÞ}^²ÞDO†’7³"’øx8ó à<_}oÒó¼jÊéòIæÁŒˆèEmš÷Å OìØéðÄ×9‰ÿ*œ²2W¡¶ó°pýwQ¥–?ê$ó ;N]ŒUSÎôƒBmÃYÛI]ŒU?ƒ¥Å÷mmý£¾‚–ýSý˜‘á£é{«•{T ˆšû‚"Ú-;¶.ˆ´Êô³OmÇqÖ.ìÊí•»þ;þ¦Xf¿ì Þ†çÉ8»¼T%"¢|J)CDD”øD|R^*9]¶åëo™F»ÊeÏï7hÿÎ ôx-iñÜ%G|¢^¾¯|"?‰Ñ>q—sŸ¥¤i^·ì9§kŸR>µzÿíºž^,‹ˆêV–iÕ¢«û¼ä-”E$Ðcúß^Þy¹ì•JîREüÝÊ<`®ÝáìS{àPpí¯³Omk¿¹jÛêíùêÿµ­Üçžç¹R£ÛoÔö³vóÝ숟3° e)‹èjt]`—¾%"º\)·Þµßtç|Cªã¸¦aƒÁ`0¨|]îóR-UëÅ¥`¯ ueåRÂ[,{­CAÕío¸ÃÖn[ ñ‡‚µ4_~îéŲeƒÁ qÝÒ¶š@€WCW<‘·ÄÿV°o_Äì^¾fw°o_ÄÿVPDÄ'Z֙ɣº”R]õù¸*Øk©}ËW ¦ð¼å Ï+›Lñ©êò• ÓZ^ø¶QÖ{?n;Û–¼²yÀT¾êú+åÙâ¡·Ž)7Ø$%ÒåS"ÚPæ‹ ôb(SK—[™í%?µ•nM3`Ï9þ%­ºVîõë%í–\­õR奕—´n<§¥>ØV¶Š›l»TÑÏlgÓ›èÐY 1Êo‰ò)‘%GÏ}¡ê]j©hGÏŠO”¨¥·Ä¶Þðjí7Ü`¯U[âüàzÌÚûekŸ9Ó¥DWôVç©oð™]Õ™66_ƒàN ÀÎøIº|ªËg­|t “@€½¢þÃã±ûøØJ€@€@€@èt<>å­Ì<Ê=ûΡ:wè@šßøC€¦¬À‹vèdÜ¡ôôô Ð Ð Ðzzzz€@€@€@€@èèè====@ @ @ @ ôôô Ð Ð Ðzzzz€@€@€@€@èèè====@ @ @ @ ôôô Ð Ð Ð Ðzzz€@€@€@€@èèè====@ @ @ @ ôôô Ð Ð Ð Ðzzz€@€@€@€@èèèè===@ @ @ @ ôôô Ð Ð Ð Ðzzz€@€@€@€@èèèè===@ @ @ @ ôôôž&ôôô Ð Ð Ðzzzz€@€@€@€@èèè====@ @ @ @ ôôô Ð Ð Ðzzzz€@€@€@€@èèè====@ @ @ @ ôôôÀÇ·£{œñå¼1´–J£åÝŠ¶ £yÅbùa¾kÍò¥Št­ÀÉabўʰÚWW<Q>ÃS*oîU#¼i^?̛݆ªhýòMzÃ'zÎ)ÝÍN‘é÷BWú\[çžy…RÙYÒZDº” ì³úŒPÐ1äMü"[†-x#Ò¼¡”,¸«Ò¼T´ˆ¨n¿Ì9¥{YîÓw8[òùRö¼#Z×’tÁ´ ¨IDAT¬WWJEU´ä"=ñ /ü¦5 oНwš·õüáS²P^™@_ÑËÿD¤"â•UeIÙNé^vÓ:ØÛ·¡å[±ûì|ÅJ&3—°ç%¢ ¥ ¥ºEJõ(e(ågÎÉ8‰¢Îè^ú©­æ Ÿ¯,->ÕµüÖØê?éVRÑâyJW3}Žvë@v%?í¤ô‚6zDu‹ò‰ñW‚ª"JDùD)1zD/èéù”]Éèö~šwïAΑW´Ÿ2OG­sqéñ×nÏ›§£Öùq ˜Rñ<µXVÅYïÁ:q0}3}°·/}3M#ïRWŠ—_HkO+CÄ÷⟨ˆ2]Cdy¡2D{:¿ÖâµÞ§3ç|òQ¬ïÐ@ß¡O>ŠÙsNíOõ/€ØsÎÀ`(}«£ûš@^Óø½cˆÔfÚøO '#êßú­³qé1EÄ<=bœ^^Ò­tEkÏSZëyg@;sé¿/¥oghäÝaë¼óÜVJº|Ò%/þù´¡ü‘÷âgzS¦¯¿«R](J‰óܶu««2gÞ9<*<Êå„¢g¢Î¼»jµb±ý0š¼˜ˆ}#м ••éòKsÏdÁõoýÖ¹¸ùiÜ8}F|"ñžÚ²øò<œæòòþnìèßðçýÿíÝAhÙð/0…O À(01dÊÔP‰æ`Qiaµø™6"zâdko‘CPsèÊ ¤Qa'‡9‡`ùâBu1H [¤BHè,Ä0‚ô =Èz[šd#{)-ë±ÿ?t?Ÿñ7þóôÞL=ø­ò];u2J¦ ׊Áq>Y?~bܾg§§Òƒùàòrz*3žL-^.(Ó'-ÝØª牗VÒS™ã‰ñ™33N`vù“ƒ?1>êøpú^<Ši† Dðј‰SG³ÖD9͓ǤQ$JäQ»WßaÀ¥›KùsykÖq!âšµòçòå›KÁcºua¾|£”Îîñþ ÐÀ¾ÏôDÉÎÒ Ó‹é¬Ÿæ;—»l¥ÑûþÖNÙÑ–V¬Ù<YçóË?X‰Q_¯¯=]Y{öÄyå,Ý)ïZoü³U]]û÷«Ddß³ëfu¹R_¯“§–n”½ùcݯw:Ã)äÚz£ú¨ò¢ÕÌLe¿-øÅQƒŒ:>I·ï0QƘŸO®ÌOT¶^ÉŠO+RDʈ&f&ŠÙ±¢ðL&b&÷³Ãª›z£ž? Vò§sµÆð`íYmár¡rÏžœLïý!ÐÀ¾¥¼>)O)O‘ü¡áÜ*Q`ò[>Zvo•”ëÒ[W¹.mJõ¶»C¦ï¼q›­¶?e›Î6[íN`FñjAzÜ(^-¬¬®ü‚ú=.¶¯ªÅk}ÌQ.|[xòô‰_¯‘ã¤)ªë$¥z=\‚ºNÉÔ¨ñì‡ËRÊñD*X¹ryÁo˜ÆàM§Ó3ª®ëç ¹÷þü—ÎàÇ? ÛWÌñ}æQ}ðã»5H¸O¢špÉu{íúÆ75£‰Xtëue«¶a»TçÃ}zG‚k±Qc¦§Ò•ÕêÂWóƒJeµš¬®Éɉ¸ÈÏY·o”2§öú“ª°äö/O©nW½l«ç-1Ó/-øi¾óÝ’3kÑO‰?eÌ;·Yö/F[{¼–J¦‚qY3R¿K¬mߺ¾p½ØÙt;›názqæôÌà°Qõ ³çÎ.|Sp‡^£@ÐSO×ÔÓíeÙ»¥ùàD?âßzþo8sμi·{N’cB3Xc¡‘dW¤EÈëÉ®§ÚÒáž‘1­Òüç1¤§ö/!Äœ%‰˜ˆ·çé?™‰ŸËï07Ôþ+ÒÙÌŪ[lxõd\™Ñd,j‚‰H‘êz]§×nm6¹kæÆ :›û,²#ÐÀÁÅBˆYK±§èe{é?˜¿ÝNó"™DÇö,3š°ÆJ5×n9µöá†0„f‘ôº®tÔ;2µlÖ´­3ô°ß3}\ˆYKz$4¬žW4$ÇL¤ùPldÇ›Ÿ·»uÇm:ä“0y&K›"Á̰-ôp02ýœ%Ÿ™ôþOådJø]°{ŸRJõT·ßg%”1)í? –µÓ;vûnä0 Ž1ó ¹ôpP2½þE}ñd&Œ(+ÈS?OµLLÀIzzI¦×˜4ÿ£xR,= Ð==ìI‘h¬Ñ¨ûïq—ŸæµÖ¿šèš`Ó|íÙ“Á½;1C”€æ‡/Í'&R~å®ëDT_¯¡;aIóF\ON¦ Kn—æš"*ü:–Ü„,ÍQuµ‚@Ê4M±áNóƒM±ôáKóF\÷Á¦X€°¥ylŠoš'lŠošÇ¦X€p§ylŠqškèöC7‡ñ]×ETŒúræ‰è®ëè@Ha† ÄþÔÝ,M+ÒIEND®B`‚caja-actions-1.27.0/docs/help/de/figures/cact-preferences-runtime.png000066400000000000000000000557141433352025300254650ustar00rootroot00000000000000‰PNG  IHDRðÍ6F pHYsÄÄ•+tIMEÜ %&ÇÍ-tEXtCommentCreated with GIMPW IDATxÚìÝohÛX¾?þ3K.h È&°X›)\›[X››QÈBò…ÚôÂÄ´0U'0±7°‰7°6²J.dí.´q²UZäÀ;°!.ü†qä‡}¡ƒ½Ð!.d©2 Á*¸… ¾ù>p긶,ÿÍß¾_”âÈÒÑ9Ÿs,||lÄ0 €‹©‹ÂÎ#Kz'­üCé*þQxY@D.œ.Bˆqh‡Æñ¶CBýo¡Çxý–RÜNQÆ¿: ªñ8/ß%ôÅ[ïRy¥ÇP<.{ÕõqwEQ„õÀ6¶Õý¼þo^BQGûw!„gì]BH!ô~štùG‚4e(?ª¯^;~a×Þ‡#²ÂæŸg"$¥Ûe„ú×{( á€3—H&!~Ÿ¿âöiž·³;Ÿy/k—\æ„Þ ¥õ6F`œ¥º rHÙn/ühä¿/Їjêi‚gWØðœ»·ê™ãëIÃ0(äô`™´¾/ B³ÆÓÏÿ¸q®øÍÒ×Rj+u¡Ó÷bÅ*t¤žÈËÎÆ{KnŠ«h(J?ü˜ù794HÕóC*WÈØlª¦ë/ó™§)nRôŒ°†¦.ò–êQ+ŽOÜ(W™·é(+Áÿü÷v ¡åŽnŒp©ÍTç²®äÙ1­LgjxØêÎx6hIq^þ(¡/þaÛî÷9ÆÁ“Cƒì¥(]éé¢õuO7)¨¯CJ˧ÝW‘'Ù·¯ÉÇ—Oí˜Èÿ=¸È<ÏhšVqõ!„øÆ}üBHä^DUUBÈê½Õâ¸j'n'!ðY t[^—ë^pŸäuÙôð’âWÏwB …‚®ëÅ­!†NøEÉÖMqC^EåòyŠP¯uÒÓgd~4¸µÙÑãöxƒsbù{èÕ4MKn$Ý.wð‹`i©CñÒá¸â˜ýí¬Óá¤iº¸î¥Ë¯*W‹»,î5-$² ß Kk!¤ð²Y‰d³Ùê⫎âQÒ#I\¹.z7ZÚÿ’'„D—£¦%˜nééí)^xÉ!Ñ޶”ï\xQ¨>ÊÆØ!åy¿ý{Ý£L·8N‹þ².Ð:tå‡×­pS]V72ù|þè­æ½³qèàsb;Óýßo‰é—É+‡=êŠÍáp(ùŒÑE^lÝ”bôØ~i7º¨Â?”ô׉ñ=ôÐqQô\õDV"åWï­Ú[h*”ÞIS]T.Ÿ3=–éeÚ¯@E!ñx|3îp°Clð7ÁèJÔ;è­Ìt»ˆÿº¿XyqQ,mö_÷GïEKoz'ƒ±µXänĘ6ʧÃ-¼>xmûÄÆÐŒv +¦jjÝ£TMµ}bcÙâk€Yäî­©ºNU¸…~WTí¿°Û»ò£B±Ùm¬€©oŸ}[±exhø¤Ïòí³okåg¦[ ò1é¢TÝèqxívû §ÛÙ·¿ä<#,éêIn¥ / JŸ€††ž ;>u”oü¸ëcBÈký5ÕEÍÎ̾7­ðƒBáF9ª› Í„Êï*¾È|R?Û³(dõÞªÃá(ìÒ;éÒôF߸¦éL6ãt8Kÿ2Ù MÓ¾Q_i·ìólp*h«V‹k?êV2¾'„ð“<ÕMñ·xòþüq-Òc‰¾¦iš¢(Ï çᣇ§ß•µBWÝä*lÑeV‘y$BfïÌÒ½4ÝKÏÿnþÆ  ˜‘—þ5~ÔðÐpÝW 5§Ùµ.{vOåF9û'Ä~HÝCõ0„ê!„Øn{hh{::”Ïçc_Å‚_K[‚3AᎠ?–Õµ¸„£D¸# ‚¸,ª?ªÒ#©”(ÊÐt(ýMšÔ›~¶(DÞ…9Áñ©ƒ’üwyqY¬>¼¸Þ&¹‘,ߘÜHz=ÞÀÍ@é{i!Ùl68Œ=ˆ‰ËbOOôH²®¤´&Q]”ïšÏݯjª¸,ÆŸÄë0þ$®èü-¾Xl.Ÿ“þ"µÖ»…Ýò?›šÅ¯ºê&·Pa‹.³ÜL’.R<‘òƒ"Çåò7 :7€ò$û”±>ü#†alŒ­´†¾”ç»®zã^åÛ'v×éú˜PTþEáí!q;ìá;¢º¯oÓÀ9b°oÿm[ùAC4àÒ«¹†¾H£'¾Ék?*)(šá»Æ%·RégBHq* Ù<œ«÷Vc_Å {{Ÿ]\ !ÒLÃÀ¤FBH”=EÝS àº)ª°ë»Æå^ìªûŠñÆ (ÊÀ¯úÀùÜJŠË¢ãÃ0 / ¡©PƒP¸j,¹y3pôQ6m„8ê,¹)‡<à|ê*ÏîàbùˆaDà‚úBpq-¹Éìà .ï K0Cp¡!¡@BHè =z8÷º,îë¡mЕËgÜ./‎ÀÄBK/Cïò§(!$ñ·D`"H&ì}øÍõæ¤w2ì ÷ü?Xøßí6ÛÃ5ÉÞg×ßè™l&r/–ð\ΟYíTG”wnG(éØzEQBS!·ëèuª®ë¦ÇVüRùê—à±1ï ët¹Ãs‚a%ÔÝ¿x#¾.{Ù~‡Óݯ¼›;Éf3cãþ~‡Ó;ÈÆ7’M^7VuÏN‰° ¸]n·Ç[“iŽy9õTúYº§»‡¿è¡{ÒÏ2u«]78ïÞ˜Ö³À)=’¼ƒ^ëÃ[W­¹„ºýR^Ÿ 1ΛÂôÒ³ÓÁÂ÷…ÖÆU#íj¡iïÅü,-Šn×íñ.-Šäðøt±5É}Õëv¹…ŠíõŠ­·ZÝG‰Þ=*Sz$YáÖ›_f?„+Uã1‰¯ËÞ!¶ßáË?Ï'7“Ã#ïÊTŽG©ùP©1´*†¥LôÏÑÀ‹§{iº—æoñØŸ£µ†½° ãY>=ÙÔ#±ÍKå¹öÒÅïÕ6%,ÉÍdéÏäFRXNtÔ’ÿ./Üìv;é"4Ms£\ù¼IÇ.)õâozY«n‘ÅÕ¯ýÙëÆïåÛ~Bb1Ô-ÚÛø3‹é“]EÎ`y¶óDv" }#¯ÌBÓ¡À‰L6“ÛÉ0 #®DêXZÞZ¼ñjoW\ÙwïÅH¤L6—ŒË™ 94¢wc%ÔÝÿÝKÃlrCÞÍçØA6|G(n ΄ƒÓÁW/v“r.Ÿk¹ð^˜šœ=z/¦í«©oÒ©­T¦ìÝ:‹3š–Ó`OÅ×eþV€Âß Ä×ë¿ÉÕHpšj/!$û]>¹™jíðZáªBõp²Ð`}ÎÉ8o–~ ÇÄŸ:ÚWÖíj¡iå1Þ‹íî)©ÍDj3±»Wˆ>8Þ-³“I=M¤¾ÙVö”ÒöFŠ­·ZÝ{Ë=ÏË,_žd“ŽÄ°…Á™®TMTæY:ùXÞÍç|ã¾À->õ4-?’wó9vˆ+/Ót¨X ­ºC¥ñ Úq²™À5_ù–À5_º,Vï û1EQRßl§6é÷رٸµ|©<§ñ?$™çy¶ö<·¸ ÊM¤ž¦!©§)9™ÄSå¼ÿá ßòù|õ+çŽ]Rˆ¿ée­ºEM=yuêºQéýÎm?!±êímü™Åt`”?¹ä¶üDvf3ôÛ[Û—¢(ª›f¦?=['¯ÊfäÇòê½È»žNŠ‹Óg£»)Ꮀýt»^ªZÿÈ¢È06Š¢øI¾ðòhÎ’ê¢TUÕT†±E–Å– ¯Ëô쉭Äü‚ÀôÒL/-–=,ÎhZN#=¥í«¹|ç!Ü8—Ë´ý:K« NSí%„ˆ óL/ÝÙpÕN¬Ï9çOœ”ÖÐKërdQlg\u¼iå1Ol%Äal cÄÄf¢l7éµ1½6qA(mo°Ø¦ºOÞHˆ‹b±Ìù²qe“öcXwYð¥¿R5Q™å(Óg£(Š¿0 #²,–þ,ßÉt¨X­&õ 6G?Ði[OùúßzôÝ|Øo&ŽêÌØJùhkqkóRyÞâŸÍç?·SÝTÍK‘îÇÄ•Ht%*®D¤û±ÒâºSåVïÇì?· ‚Óåö±K+QãÑáKJñoðY©Í'¯Ö®ZÛ©„¤ÖP·ho³Ï,9C#Guü‰¬–Ž­¡/¼(ˆ+bþûBi@7EÙS„A~"SÔÑÃXÕÔá_5^B#ûÓïbDQTé%µ´‹ÞÅîÇzhj~A,_ÝÕTáu™ž]Ó4{Ÿ½xÛf·5rFÓré)i=®ëºÓá.ß2?7kuHÁiª½„†±u<\u‡“…ësNÆyƒJ#A×ué‘$, ò¹åqÕñ¦•Ç\Ó´RWÚì6MÓJw™no°Ø¦º¯¼ucÒl «?@V÷Šzé¯T­UÆ¢LÓ¡b1´šzÔ7Øš¦uõ5S¶b^ÿçkºì‰ÙbØ··v.•ç0þ™÷ÖÛ˜>Xè^ÚÍ»›ÿýly„Oa¼—_vS³3ÁÙ™`ñû‹š >\“Nè’RëðŸ•Ú|òjíªUqõ+ïÜN%$µ†ºE{›}f±x¢i䨎?‘µ•Ð÷8ëö%? O‡b_±t7­¿ÑÝ.oé †aÇbù\Å{º~{*Y‰–7ÃÆØä'oX³û—8އV‹ïm…çÂ9³w'›(¼ö¾ßsŒ²¯ØívBˆª¨m6Ç¢§ŒC#±‘Èì|[*SÛW9Ÿv&HuQµª]?8M¶÷„ÂUw8µ[Ïs3Λ~>¦éàTÐ}ÕÛâé‹[;McFUTûÀQŸ2 s|­4ÛÞNÄjuŸý“ã:tüRÓ©“]¦+UÇ™‹¡u¼ƒ^y39;,m‘7“ÞKG*êv&—ÊóÿôN¦î[ …B!±!¯>Xv„+}ìø ‡}À..nÏi\R}Vji·šZªèÜ&$µ†ºE{;øÌÒÈQ"«¥ckè à»iš¢µ}U˜;~4º>uIk’aÚ¾ZkYÿœâ].WùƉ³¿E!‡¤°§„¦ÃÕ™JéC!ì_Kh&¬ì)åŸTh§ðFÚ[Î?>¶´(jºv  eo£·Ö‹žJm¥Ü.wùèaúlîO©­”EµMƒÓN{O(\u‡S›õ;2ÆúYÊx—ÊsÿL6ã½ê*¯mõƒEXø[¼ëª‹Â±¾kœðîC§< ÂÓÁäVÊ;Âö_qúnH¹=ýKJÍËÚû-ªµÛ‰^µÊ•wn’ZCÝ¢½M=³XŒFú®ãOdµ|Tœÿ7ýxDm{­«NK¡Pà§‚™gé6Ëé¡mÒ_"¾ë„ërû@:p¥ª›jà«ý[è¯saA°ÿÂÁß œ«aðá\iO´¥ít.²‚¢ä†lÚ;ÅO&4½†Þôe .¦íXZƒ“!ãð­¸aÛ)ꔟØj½f=Ñ:t0\—Rö=ô×iJïdäã†p¥=?ÛøP?“¤åÔ4ý-7©Ç|bç®q†A¸vv¦­uT§Ü;g2:®K PÀC.h] ¹U\iÏOç6>Ô/w¯uì[n eüÍ@§Þ„úzªƒá€KðÐÃÓÓÙö×9‰?††úîgxœ\&è)$ô&Úÿø?œôz¯öv‹™"þ?çÿc†àCƒ¯­¼„ðm†èh `@ü(´ô2±þÚÊŸ!@fè/íëlàrÈ=OÛÕÛ›øa)¸pðJ àÒÈÿ=gšÐaÉ À†„ = ¡$ôHè = ¡$ôHè =\Þ„¾ÀÙ?ାÝ)égiïÛHÉ'qö39KgOQ*ít⦺N!O-ݦ{ivÐ+Ì t/}æ-DMÓ¾MmÛì—©GMsëW{»Í–ÐÔ!piúRBiFlMŠÝéºñpmµ‘CN´Jš¦B.Y6o½Î†´TR€3tzKn(Š Þâ !™ç™òíñäðè˜óŠ{xd,þX.m¯^È‘ÜL°ýçØ¸?ŸÏ7X‚éQ¦‹yâåá‘£r¤²r*$7’Ã#cýçðèXr3YQÏZ•©¿“{k7*þXö²Í.t©^ÅTÓȘžTz$·»=^áŽ`FÇCç(¡?ÎìËÓÖuY¸#¸®8rÙ 7Ê \Н'k˜Éf¶7S«+‘ÂËBxNh°Ó£Êg—‹·¥Ç²ðÇ%vГËf<ƒž¥?.™æôÉÍdøŽ`ÿ„Éìdä'râoÛ¤¥æÄ7’ÂÁngr;™Ä9õ´¹rrßÒOSíOW§:2µNj¼Ñ¿MmïrÂL8¾‘W" œ¯„Þ0ŒØ#‰ÂûJ¥GqBHð7³T7œä !Òc©V á¹Yª›âF9BˆòƒÒ` ¦G™dØOâ„~’§º©Ð$_ÚR!¶&B榗fziñŽP~oãÍ‘I„ùß t/M÷Òó¿o®a.LuSÑ.NŠ—þ5ÒZ*NœÚìTå»î#„¤¿Iw6DЈ×Ð'7*g¯}×ÖùeñÃ0Âpi»ò£Bf‡·ÔN+™^[u•ë–`zT5USK;ÿ/n©ÜíG•bï;Zyo³ÛšªLÍrúš+§î§Šœ¼o08Õ'Í¿(DV"…—]׋[ŠŸIè`ˆL‡ÀeÅú­gl;œÐ×Íà«óKýYŽÄ7’É­ÔÄu_)¿×~Ô2Ùo2Ëæµ_ÂQÞÉÐÊšv 2ŒM;P !6Ƥ@Û'6åв¯ØívBˆª¨­U¦²œ}õ$ur‚SAMÓ®­²ƒ¬qh8¯¸;¢fÇÀ…ÖCÛ^ëj žÞ’º›š¦#Ë¢~p4­ËÎBÄ娮ë†a¤w2Ïù¦Šm¿„£ÜñZ€"­IÆcuM"„Lܘ0Id'yBÈÒŸ¢ú®è²ØZeø[ÿÓÛŸòù<ÿ9/'c×üÚ¾ÚfùýÎËÑUù|~x„=ÿÍiª†uwn¶½§ŸK3À }+”}Õ7N3;ßuÃ0¤‹0 3ñÙDf'œ ú&JÛ9ýåÈÉÄ•Èìœðjo è‡<Ð}p¾úÐTHX‚_u]Ï„Wœü±óŠ3<Öu=øePXBÓ¡K“Ö¤þ§´&5›µŸ%Ÿ‚ÂË7ĶŸê]ˆÆžU~|ƒsÇ*|( }j+E÷ÒÅlÞ}Õýs´ð}Á0ŒÂ÷…蟣î«îbNOwÓ©­TC ýº<ÿ‡yi]¾”]e¼1ÎÍG =!ɧ©ðt˜",Ê?”Š{•(‚@ M‡ROë'ôégéžîþf ‡îI?ËTïPxQðz¼Òc¹8åÙ?à,Í}O‚’¥EÑíñº=Þ¥E‘’ÒñuÙ;Èö;œþë~e︶±1ï ët¹Ãs‚au÷?n ¢„¦Bn—Ûérßž éº^Y™²?+êœÍfÆÆýý§wo$«w°®[©±Â‚àv¹ÝolMjä@óFaA,–Sëí‘Z-oflMr_õº]n¡,ò„Ó“ZX«œêFYŒ„êEï"=’¬kXμ´ÚƒMz$y½¥Š™ÕÚÝT:¼Í! HèëÈåsÞA/!$±™0Ý¡¸bs/ê/3ˆ¯Ëü­!„¿ˆ¯KÕé~à/.ŠüÍ@qÑ«½ÝêÕ ž IDATÑ{±Ý=%µ™Hm&v÷ ѱãv²É y7ŸcÙð¡¸Qz$e²¹d\ÎìdÈ¡½[gÿr¡éPàÆD&›Éíd†W"­«¨sp&œ¾z±›Üsù\õÖu+5VÛWSߤS[©Löø%P³Š>ˆ)Š’úf;µ™Hï¤MëßHc3;™ÔÓDê›meO©y‹MË1m”ÅH¨Žp13Î=Ï Ñ4µñ¾6-Íb°e¿Ë'7S¥Š™ÖТ›J‡·9DàBøˆaBHÆ,ë¡m¯uó¤&7dßõ@›çîw8zûé"ýËGå3©ÇºÈOÿ÷'rH>úø£W«œ^ÛW9Ÿ?“MS]”qhx=l*™`úl„þ§ø‡ùÈW1yMr\qzÀYž!•þô±òšd°B”=%0Égž¥‹;䲺—&„†á¾êÝ}‘#„ Œ=\[µÛí„ý@ç®ùŠ‘¬µ-ƃe3;‹º•o÷²üüدY†±UïYdQ·ãÆ>’Š;({Ê07VÜÞl£*‚V*§©Æö8¿Mm7y‹M˩ʑ`áò––R·†uK«hrfçÛÒžµjhÑ¢òÃ;5Dव{{Yr¶ßCOÓ´v 1 Ã0Œö£V½CñÅFñ›é­‹’Ö㺮;îò-ós³ÅÛ«_KëþR6oõÂ@Ólö£LÈf·iÚq­Š©!„¢¨ÒºUS‡=fÞ:³ýË^Ä1ÿ}Áxc4:i-½‹ÝõÐÔü‚Èz«÷±¨[©±ö>{©±hÚ¨Š ™ØHc›Š¼E¦åÔF#.oiS}]·´Š&—çýµX´¨üðv†(\g™Ð»]îô³ôÄgþkþØýXõþk~BHúYÚ}Åêû[ŒC#±‘(Ÿ•,NØÏΩ.Š’\—}ŸènšŸä­«Ä0Œª¨ÅISUQ‹¯(,Ø›üäa#éW5~:žžbénZ£»]ÞRŸ†AQ!D?ÐMu8¬ƒž ç²™êÆ0Œ²¯çnUEm¹QAk®±åj3‘·(дœfeaû'Ç-mŠiiÍ¶ÖÆ^;C.„³\CïåVï­BÄEÑþ‹Ê$Éþ »¸(BVï­r£V?›ÚJ¹]îò”…é³¹?u”¾‡alÉd|#{p´¶ž¦iE1ù |LX5MÕ4UXüã~ë&Lܘ˜ý ( 9$…=%4n¼ù†aÐÝ4MÑÚ¾*̯`v}ê’Ö$Ã0´}µÖÊæÐLXÙS*Ö)U4ªnÝüãcK‹¢v kº°,¶Ü(ÿ¸_XµU;P…E±©Æ–;.dY,¾–k!zµÊ©Õ¨Z#Á4¾kaAÐöUý±´,6Þצ¥58ØjÕ°Ánjgˆú:¸qN£Ç¾ŠÑ4{ž›ýí¬ãSEQŽO³¿Í=ÏÑ4û*¦¿Ñ¹q«„^z,Oܘ¨Ìcn¤ÇÇß_ÉôÒ‰u9¹™Œ=ˆB‚_òc>õ·§ƒö;wÍÏ]óÛÁé:3úüÍ;ÂÞž õ_q†¦C>ËzVˆ,G–V¢ýWœ¾‰€ëWž²íbz'ít¹}vÈcº!ööT¨ÿŠ3z7»{ôyЊFÕ­[p:ÈôÙØ–å¼WÝ¥wkšmÔìtÐÞgcGƸQ¿éâ‹Æ–óz¼Ü¨Ÿ³÷Ùg§‚­E¯V9µUk$˜Gx’w_uû&üÞAoSsÞæ¥56ØjÕ°ÁnjgˆÀ…p–Š%„(ûj`"Püm©ê{c_Å„!õ×£·ÂÉ) üT°ø¡Ì3QñÑO€Í…üP,!ÄÞgKÆe~:$?–CÓ!veFÓ´ôNzõÞªþF¿¬Ù|­_u=å¤viY N†ŒÃ·ârdl„Å àÂ9ûŸeúlÛ›‰ÔVJþZš™-~§ûŠ3ð_~îò.8'³ÑÌ'vîg„agg°º }«¸qŽÃêÞSÇß ð7ç¡&XoКŸ!Hè = ¡@BHè = ¡¸TÎËK¥¶Rɧ©Ý»Å_Šu^qúFñSSuœý ½¶¯Žûåd"øE0ŸÏÿôö§|>ÏÎËÉÄØ5¿¶¯¶Y~ÿ€óbuÉ…«p³u®»s³8ýˆ]Ä>$ô'BÙW}àt0³“ñ]÷1 CºÃ0ŸMdv2Á© o" ´Ó#?Cz¡ƒƒî€ó›Ð‡¦B‚ü2hzoðË ° „¦C –&­IýNiMj6Czµ·{¹“Ñ‹ÛÀSÚ9 Î¥ŸpÉúÔVŠî¥ke󥜞î¦S[©†úuyþóÒºŒ~$ô'.ù4ž×Ý-4J=­ŸÐ§Ÿ¥{º{ø›º'ý,S½CáEÁëñJåâôgÿ€³4zˆ—°“MnÈ»ù;ȆïÅÒ#)“Í%ãrf'CèÝ:ûW¼P ܘÈd3¹ Ã0âJ¤tWf'“zšH}³­ì)¥:gÂÁéà«»É 9—Ï‘w+1ÊbQŸRµ}5õM:µ•Êd_ö4Û胘¢(©o¶S›‰ôNºÖ+±Z ´ni­“61ÓFYô~u„‹™qîy¦Xˆ¦©÷¯ii,û]>¹™*UÌ´†ÝT:¼Ía ÎG ÃB2f9Ym{­› 5¹!û®ÚÒz\×u§Ã]¾e~n¶x{õk)pÝ_Êæ­Î¥i6ûQVd³Û4M;®m/]¼AQTi ƒª©Ã¿3oÙþå / ⊘ÿ¾`¼©¼×´ÒZ,z?»ë¡©ù‘5{sâ>¥Úûìgi¡!2=ТÖ-­uÒf#V7•£È,Âå-mªë–VÑäò¼¿‹•Þΰ€ ç,z·Ë~–žølÂz·ô³´ûŠÕw¹‡Fb#Q>CYœ°Ÿ R]!$¹.û> ÐÝ4?É[Ÿ‹aUQ‹¨ª¢Ö}±aclò“‡¤bÕøé`x:ûŠ¥»iýîv'è¦up8¬ž ç²™êÃ0Œ²¯çnUEm¹!j¶Ö-íTÄšm”i„ퟷ´)¦¥5;ÀZoí K¸pÎr ½o”[½·Zw·Õ{«Ü¨ÕOƦ¶Rn—»<}aúlîO¥ïÆa[r#ßHÆ­­§iZQL>èEMS5Mÿ¸ßºn7&f'(ŠBIaO 5ðßã×!†AwÓ4Ekûª0÷ÞjfaYÔTí@–Eÿµ£:„fÂÊžRþ‰Ïê†Ô­|liQÔtí@–Å–â÷WrQl¶Ö-íTÄj5ªVï›FØw- ,Ú¾ª¿1––ÅÆû×´´X­6ØMí K@BßnœÓß豯bûľŠéotnÜ*¡—Ë7*§ù'n¤ÇÇß_ÉôÒ‰u9¹™Œ=ˆB‚_òc>õ—¸§ƒö;wÍÏ]óÛÁé:3úüÍ;ÂÞž õ_q†¦C>ËzVˆ,G–V¢ýWœ¾‰€ëWžò»¼/7êgGÆì}öÙ©£¯õ䆨ÛS¡þ+ÎèÝXìîÑçA+R·>Áé ÓgcGXn”ó^u—Þ¡i¶!³ÓA{ŸãFýlO6[4к¥ŠX­FÕê}óOòî«nß„ß;èmjÎÛ¼´ÆX­6ØMí K¸pÎòC±„e_ Ljý¶T쫘° ¤þzôñVè¬B¡ÀO‹Ê<ýø]ÈÅBì}¶d\æ§Còc94bY†a4MKï¤Wï­êotdó·´,'CÆá[q926¶–ˆ›nGvpúºÎ¼LŸm{3‘ÚJÉ_K³3³Åï´q_qþËÏa©ÀIü;w3 °³3­¬®F ¾7Î!}?üÍ3pj‚íûB€„Ðz$ô€„Ðz€Kå¼ü°Tj+•|šÚ}±[ü¥Xç§o?5PÇÙÏÐkûêØ¸_N&‚_óùüOoÊçóü缜LŒ]ókûê…ˆcÿ€³âFË8§ ½²¯ú&Áé`f'ã»îc†t†a&>›Èìd‚SAßD@¹ 9=À—Ї¦B‚ü2hzoðË ° „¦CuËépŽUlÃ$7 ¡?)©­ÝK×ÊæK9=ÝM§¶RuK£(*ý,]ú3ýMšê¦ÐÁ€„þ¤$Ÿ¦ÂÓẻ…¦C©§õúà${ •þŒ­Å‚“Ç/E M…Ü.·Óå¾=Òu½¸½À_—½ƒl¿Ãé¿îWö”ÒöòÂËÿŒ=ˆyY§Ëž Ãh¨©‡diQt{¼nwiQ$‡ÇÅJ$ï ÷¨üC",ˆn—ÛíñJkRùÙM+Y«2ûúŽÉåsÞAoÝÝØ!6÷b·înÜ(§ëj>Ÿ'„dŸçuý57Ê–¿*ܘÈd3¹ Ã0âJ¤tWz'›Üwó9v ߬Ï"=’2Ù\2.gv2äЈÞ5ÒÒè½Øîž’ÚL¤6»{…èƒã£²ßå“›©W{»„胘¢(©o¶S›‰ôNº¼ÓJZT¦©FúVèºÎô2uwczí@k¤@þV(ö•DY}°ÊO¾·ò~{kÛãñREuSÂL8S–.GE†±QÅOò…—ëSÄדâ¢ÀôÙènJ¸#l?Ýn¤b‰­„¸ 0ŒalₘØL”îæ™^úh·Í„¸ 0½G»•—`ZI‹Ê4Õ(¸¸Îò{èišÖ4†©“Ó¿™¾‘'®û"÷"©­TáeAþ‹T~WáEA\óߌ7•‹dèwù4EQu—Шš:üë±f[ªišÍn+Þ¶Ùmšvüú„alµv«[I‹Ê4Õ(¸¸Îr†Þír—Œµ–ô³´ûJc_VÓEøÏùÐL˜ÿœ¯x©ÂOý>f'ýjo7—Ï4RT)ÖôÒfcËì|ûjo·ô¯‘z1 £*G_¾©*j­×0»Õ-¶µÊúÎðr«÷Vëî¶zo•mô'cƒ“ü«½Ýà$_±Ý0 º›¦)ZÛW…¹úkÊ]Ÿº¤5É0 m_-_ƒ>qcböw‚¢(äö”Pê%„øÇÇ„EQÓTMS…EÁ?›_XµU;P…E±n±­UÐw7ÎéoôØWVŸ+}ÓßèÜ8׿¹"Ë‘¥•hÿ§o"àú•§ýÅôNÚérû&ìÐñþüÍ;ÂÞž õ_q†¦C¾Æ*œÚìÜ5?wÍop§yÓÝf§ƒö>;2ÆúÙ>.ÜZeà2ù¨¸ü#³c²ô¥‡¶½ÖÍ~$7dßõ@û§WöÕÀD ÖoKžРBê¯ ¦Ï†®€K¬…ÜÛ;È’³ýP,!ÄÞgKÆe~:$?–CÓ!veFÓ´ôNzõÞªþFo$›¯ûs°X\—U×™×€é³mo&R[)ùkivf¶ø6î+ÎÀù\iƒ|П1nœã° I?CÐz@B€„Ðz@B€„Ðz$ôpuµv7êï¡mÀ…Lè©nêµ®"|g KnÐz@B€„Ðz@B€„Ðz$ô€„Ðz$ôFÿ€³ÀY}ûÕüŸ÷pºÜÎ+îÀç|v'cÑß5Ÿ¼‘Ôu¢èÉäÄu_Å>ñäðè˜óŠ{xd¬üLñ¤ÉÍäðÛïpŽûóù|ÝêÕŒi„øcyxä¨RU5âeï [:K|#9<2ÖïpŽ%7“Õ¡k¶ÚÖuK¾:¬ð¸ }äOQŠ¢‚saÓ{7ú·©íÝBN˜ Ç7’âJĺ´Ò4v›SÚÁ™ÙüwùÕ•Hîy&<’žXMº¿ †[“!±G’qh„¦‚ïeóë²pGp]qä²n”þ¸_/?Îd3Û›©Õ•Háe!<'4RCëȘ(=–…?.±ƒž\6ãô,ýqIzÿ½‘Ü÷…ôÓT1nñ¤pG°Û™ÜN&ñDN=Ý®®C Õ®uTr3¾#Ø?a2;ù‰œøÛ6#¡§{iqYÌ——ÌVª§ƒö;ÕEù®û!éoÒ§S+]×I±16ª‹r]u=|W·â´qÅä±½ÏÆsòYÙWå'òÄg c+/Mz'„3KuSÁIž"=~¯±á¹Yª›âF9BˆòƒÒÐKËȘ'„ð“<ÕM…&ùÒ–a.LuSïê,Bæ/н4ÝKÏÿÞ$_o¡ÚµŽ*¾š_˜^šé¥Å;mjñC±ÉÊñ¾ëëC¸ÖwÝ·ôç(;–oÏ¿(DV"…—…âjBˆ¦i§ÓxaN—Å1ŸŸâøÔ!ÌÍz<^‹ýgLm¥BHx*Tq¯ò£Bf‡·¼Ÿþ} ¶á׌iª¦–î*þ_ÜRþâêxçUBˆ½Ï^üÓÖg«®F³Õ¶ª[Åéì¶f‡ÀeÅúK³®§‘Ð7’ÁW„L6šyoáMp*¨iÚõUv5 ç·é±ÚÚ~˜* ™øÌ7qÝW(Ò;éèŸcÁ™p.›!µ¿µÆn·s£lêišÿœ/O‹RX†Ñ~Ô2ÙãoÂi³z F¦‚¡•4í@e[±@S³>¶OlÊ?e_±Ûí„u_m¿ÚVu«8¢v|Œ\P=´íµÞJ2vªßCOQTìn´ð}áýÍ!¤§»Ç84*ÖˆÛn'„¤ž¦Œ7Fd%V~MÓ„­Ô¢ÛS¡|¡àp8¼ƒ,!¤§—D«÷V_ííÎß™­¾‹ÿœ'„ˆËQ]× ÃHïdŸóíTÏ"2VIðµ!DZ“Œ7Fñ«x&nLÔÚ™¿ÅB–þ[Ôtý@_úo±Á³XV»¦âJ¤¥?Eõ];Ð…e]€6öK¹\®à—ï}–4v7æø¥Ý3ÀŽpÎ{ù]‘ÑñKGxN»î÷^}o~:<¤iÚË×ýŽ‹B&®OD–E§Ë¸ðü‡kõn¬¦ñ7«w#Š¢x‡X·Ç$…nÕOè-ªg«¤yŠŸým0½“v{¼Ùìüïgù›5ç¹'®ûÄÅyEѼClàó7:ÖàY,ªmùbÃ'.‹ÊžâbùÏcÜmúˆaBHfÇäs¨ÓþÉ Ë! MÊž2ÌÙnÿö|Ý |èZȽ‹ËL~†ØÁiº=*¼(C¢(а B‚S<Âв.„N“ïš/¼ ^(ŠrýÒñðÁjÅ·z8¿¸–CÐ9Xr€„Ðz$ô€„Ðz$ô€„Ð|ÀºÎðÜýÎÆw~µ·‹Þ¨pÆ3ô?5ýÔù|~x„mêuÔùqÒÕ¾ aAà¼/¹YúãÒ…KbÎmæ$®Dfç„‹õ^ǹ &rb@Bߜ蟢‚Ð`¦Uñ¯¸½©äµüp·Çš kšÚBµÏ*c.µºVÞYxYà†ØÆ÷oü¼ÏùN從D0¥5©À)­Iç¡2—6¡þ9*.‹ÛÛn<.ÿ×ÚIK‡§¶R¶^[ð·á Ô—¥V×j¾ñÆ(ÿÐDÝý×ÓÓ,_”@Iëòüæ¥u@BRb÷cⲘÉf¸q®rÊ'¡ãë²wíw8ý×ýÊžb} ÓKÏN ߊ*Šš ¹]n§Ë}{*¤ëzq{6›÷÷;œÞA6¾‘¬8i­{ãë²wˆíw8‡GÇòÏóÉÍäðÈ»Š)Ç‹=ˆyY§Ëž ðnHÅ\rõyqKéí‹Zû÷8¥G’wÐ[]ÂÒJ´âFIdQ”žÄË+_R+t¦¨¨¤ECªÿ4vµô³tOw3ÐC÷¤Ÿeªw(¼(x=^é±lU™C²´(º=^·Ç»´(’CRw˜5Õ›unغCÝ´2ä ‚Ûåv{¼±5©<Î-T>è„>õ4š%þšpüÒÑÁbÓ;Ù䆼›Ï±ƒløN•<ú{s|zTÐt(pc"“Íäv2 È+‘âöàL88|õb7¹!çò¹ŠBjÝ›~–N>–wó9߸/p‹O=MËäÝ|ŽâJ“I™l.—3;rhDïÆZkHIq¾‘·/²ßå“›©êÝrÏsá9¡üF ÕM‰Ëbh&\JmKj…®ÍJV³î‹’øºÌß Bø›øºTînñâ¢Èß XT&z/¶»§¤6©ÍÄî^!ú Nï´Ð›á9!÷EQü­€a‘e±ôgé=øzR\˜>ÝM w„í§ÛM5¤âÂ<ÓKWo—ŸHú?ÕÛ“!ù‰¤ëúíÉPù½ž«.¯Ç½W9—\+tgÝG£k_Íå Å·}¸q.—/hûÇ“ˆ?–Ãwù‘ÄŽÔ{‰­„¸ 0ŒalₘØLX÷N³½y{’×u]~"Ýžäu]•Ÿ˜,÷·¬õ©U™ÄVb~A`zi¦—˲ó3ŠÐˆ®3¯Ax.¬üCqý‡+öç˜ç?=¢ ëúüùfË©;§K¿KR)Š:^fP£]×¥G’°(ÈOdBHáEA\óߌ7ï(­Å¢÷c±û±šš_ÙAo#÷–פVÅTMþõXË iÃØjÞ÷/VÎÏÌŽ]÷³ƒ¬ëª«´±Vè:Î4Ú–Ö㺮;îã£Öãós³ÅÛ«_Kë~Ç•úï išf³EÉf·išfÝ;'Ñ›µ.³Ve4M³÷ÙKª»ÿ) EhÄÙÏÐ'ƒ¾ë¾üßóÞA¯ßçOl&&>›°ÿÂ~¶µ¢i:8ÌÿýhÒ‘Ÿú}þÌNúÕÞn.¼Ááp<|°š{ž™¿#„ç*?Ak}¯5cËì|ÛÄÇ|»H)£ÒôF^Ê5·?!uIk’aÚ¾ÚÈjæf÷'„¸¯º#+bùjöûÄ aáøÞZ¡«Uš¦M?\[÷ÀºÑNm¥Ü.wùûLŸÍý©#µ•z—ÑÚ’ÉøF2ö@²®Œ|Hš$L.IDATLX5MÕ4UXüãþÎö&!$²q_u—ߨP+°--ÿøØÒ¢¨èÚ.”­Yj¡òða%ôG¹Ô'L⯉ùßÏSÝ7ÒÊ7ÛÔ]CßT!ì[xYˆÝ=š„Ž,G–V¢ýWœ¾‰€ëWžÒþÜ{{*ÔŽ‹Ý­ü¸§õ½Öø›v„½=ê¿â M‡|õ¾í'²,¦wÒN—Û7`‡<õóÅ&÷'„”–¦”nÔª¹úOµìDæ¡«Uà—ü˜Ïoуµ¬mé±B4ë„Þ°b>±s×8à Ü;;ƒµòHèÏ()€Öð7üÍâp±ü !@BHè =z@BHè =À¥r–?,UëçëMáW¨ªñ ýOA?´|>?<Â6õë<;é†\š@tjHŸÎƒâ’]©.IB_×Ò—.\âuŸlÄ•ÈìœpÑß9W‘GÎxÈtü—ãJða%ôÑ?E…¡Á猊Åí'zÝoù¤§ŸêÕ=cáebO§&ÏùN¤âÀ“èniMêpJkÒy¨Ì…È {ŠÛã•I¥çá1U:Ñižñb=d*töWªÓï€ó©ëÜÖ,ú稸,nÿmûLž6ÎóIO‚ñÆ8µ±ÐÓÓ,OÜ \ˆÈHëòü楯%~’Çõ¢®|>ÏOÅ;7Î]Ê–ò§ùØ¿X™Ó¼RIwœCçt†>v?&.‹™l¦Í´ |þ&¾.{Ù~‡Óݯì)Ççzó²N—;<'†Qwÿ6OZ¼·|F¿À)=’¼ƒÞâEQBS!·Ëít¹oO…t]?*÷ ‚Ûåv{¼±5ÉtFji%Zq£ºnõ«tH–E·Çëöx—Erh^Nõ[Uª5gY¥'qE1 i­¶›–lÉZ}Qñg6›÷÷;œÞA6¾‘¬Õ•égéžîþf ‡îI?ËTïPxQðz¼ÒcÙª25âÙÙ1iÝõMõ×щ†Ø~‡sxt,ÿ<ŸÜL¼;¯Ró±Ífø©`ìnäèaÛLëhaAHn÷Wr#),¦Áo° M…Úz„ëot÷U¯þÆ0ÙÒü¸ˆë YDµÁÁYQÿšÝQûRÙñ«=úšROS¡éP⯠Ç/,6½“MnÈ»ù;Ȇï­ä‘I™l.—3;rhDïÆ¬÷oÿ¤Å™¤W{»åSJÙïòÉÍTqKh:¸1‘Éfr;†aÄ•HqŸè½˜¶¯¦¾I§¶R™lÆôt¹ç¹ðœP~£…*EïÅv÷”Ôf"µ™ØÝ+DÄLç)‹ÿÄe‘mr­ÕM‰Ëbh&\ýR¡VÛM™F²AÁ™pp:øêÅnrCÎåsµv‹¯Ëü­!„¿ˆ¯KÕé~à/.ŠüÍ€Ee,âÙ©1žrÏså7Úì¯ô³tò±¼›ÏùÆ}[|êiZ~$ïæsìWë±ú&=;'È$ÇÛBëhqA”ÿšH=M/r2!.ˆ¦Áo¤ }øÓÝ47ÊÊq¹´EŽ'ü×8º›jv \ЇLݶ˜îÐøàl°þµ.•'}µø úäf2û?ÙÒŸÚZ`"ÀÎ7›&šNóTÌr1Œ¢(~’/¼,¼ËØ’â¢ÀôÙènJ¸#l?ݶ޿#'­&.Ì3½tñööÖ¶Çã¥(Šê¦„™pf']ÜžØJÌ/L/ÍôÒb§ù‰¤ÿS½=’ŸHº®ßž µP¥ÄVB\ÆÆ06qALl&,fdåÇòê½H³î¹êòz¼Ñ{•sɵÚÞqT¥ªªv 2Œ-²,šî£í«¹|¡8ÙÌs¹|AÛWsýÇrøŽ ?’Ø‘:Õ"ž“·'y]×å'ÒíI^×Uù‰Ô~E–£LŸ¢(þVÀ0ŒÈ²Xú³ð½ù0M…„Ááp´ÜðªWSfqè"Òý˜¸‰®DÅ•ˆt?Vk©X#Mhóá_ÿœ—Ÿ”%ôOdþß~(.ÊC¦n[,vhùbbúˆ3½Tv¼»γ_Cž +ÿP\ÿáŠý9æùO°(èº>g¾ÙrêÎ9Ñï2fŠ¢Jo¶ªš:üë±Æ÷ïÈI«1Œ­t»ð¢ ®ˆùï Æ›÷ö×4ÍÞg/Þ¶Ùm5Où/¤Í*išV*ßf·išfZ޲§ ‚üD¦(ª…~ŸŸ™»îgY×UWݶwœ´‹ÞÅîÇzhj~Ad½¤ì-ûb·Jëq]×÷ñQëñù¹ÙâíÕ¯¥Àu¿ãJý7‘,âyc²–¦ú«üD ž7², saÛšTêÐf^¡Vè^ÚÍ»›ÿýl©œÖšÐñPÛívç/ì©§)n”Km¥ÜWÝŇv›¡8·™fƒVk‡6/&Õ8ÓKå =²Îƒ³Ÿ¡N}×}ù¿ç½ƒ^¿ÏŸØLL|6aÿ…ýtÎncl™oKïùž‡OVñÓA¿ÏŸÙI¿ÚÛÍå3eI?£ì-îTÕôØÀ ž¦m×V7x𦮭¶P†aJ嫊Ê0Lõ>º®ßž EV¢å/EH)=êzÝ×’«+‘ð¡üé³VÛ›+ùý³˜èp8>XÍ=ÏÌßÂsáR_Æ¡‘ØH”LúÛÄFÂ8<*-¹.'¶¶ùö›FâÙΘ|¸&Ñ4¸Á?\“hº'pƒ?‘þªÇwݹ Lòégÿ¯½û mëÌ<þË¢…Çàcð€ Œ×ac³…!õÒ…ºä"6¹xcZ˜¨xãL/šLa§Þ^tÝ\ôM:0[w!ûª”Ââ\”q/ʺç…Yâw¨2¬R ¨ÁF0{áÄqÓØIÓVòù  õD:¶ž#«_=çhñÑøCŽC³Ù¼z¥ñλïÔÿw½u«ý½þù?ĈÕNÔêï5"¢~©>ý‹Ú·2»öOæ[ñèOÎmn³ÝKå.|µx|‚þ̯Î\ý׫íV{âØÄüµù|%Ÿzáû;™ÃñŽŸùÕL«ÕŠn4o¶N¿|ö{ø¡Y–ípdaQY–¥¬s«=³eüä‘çß|c¶³’wVò™m>òyzäü[³[¯<‚É#Ïϼ1Ûé´;öÌ3“G&ïS-¿¨MŸª o]8üÓáúÅzQ[퇙‡ZÝ_=þÂñ™×gøØ·[óÎ#¹ÃO¿r¶u³ußã}7,|°02<²µ0Ê{+#?Zø`áN4Tæ¯Ì_¾2?÷n}ç_æaÆó>'Ï¿u~äé‘­W¾‹íõ@cÏŒ5.ÖϾzû¸Õ¯ûÀïÀûŽCQ§_9;÷öÜø³c³çfOŸ:½‘t|&|+Cý0#vèðh¾–_¾ÔH)Ûœ€ôu‡¢ÿd}Æ£>9·»Ív/•?È«=À“ô·óè©òÕ½úÚ{-õ§ñgåÌ6œÎ~ÿÿ—¼85öìØK'Oï;xàô˧'¾æIuí‡NÿSíù‰ÉmOsîü›o]ØwðÀÄñ©áÿ|èî½^ž.ï­Œ=;6þÜøèÓ#÷-µ9!dóÊ#˜~yºº¿:~trüèduÿÐôË÷Ùã»üÇæÙWgîyàçÏÍ.~²x`xdâøÔØ3‡rüÛŸ·øØ·[óÎ#¹ÃÇŸ{éÔé}\x{nîíûLÛ­_jáø½ý÷âTýÒÝÒåÁìêûùkósïÎíðË<Ìx~óçäΛþÛÚ^4üôpãR}ö­óõ‹õ¯ûÀïÀûŽÃÌë3µµ9'cÏŒMߨÛ>¾•¡~È«¨Íü7Oo9Ïé׊^ü“ydüäÜö1nóRù _ív³=þÞ÷Pª¬²šßÿíù+‰cßt?ú¾ýþþ÷¿ß³pîÍMÿÓô½¿åž=>ݪÙlÖNM/}¼h(¼T‡GhïÑÃc± O[ùÕšgÓ›çfó•¼ÓiÏž;ÿü³cÀK%À|–›={öدüTuüèxQÄø³cg^1ÀK%ÀôfÑ|]µ§j¾þÀK%ÀÿÁ€ = è@Ђô€ Az@Ѐ zPéÑî6þÜä@V1|ГAŸúÓjÞ6|ðÃ2å= èA‚ô€ =z@Ђ= èAzô€ = è@Ђô èAz@Ѐ = èA‚ô€ Az@Ђ= èA‚ô€ =z@Ђô èAzô€ = è@Ђô€ Az@Ѐ = èA‚ô€ =z@Ђ= èAzô€ =z@Ђô èAz@Ѐ = è@Ђô€ Az@Ђ= èA‚ô€ =z@Ђô èAzô€ = è@Ђô èAz@Ѐ = èA‚ô€ Az@ÐRÚáßnüaqù7ŒôdÐW÷U÷#صL¹Az@Ѐ =ðÝ) · dƒð=¸ñ‡Å¯žÁÜàÿ€ƒ¿{è¸OPú‚Ñ^|{耞´š· Âwgç 4ø?àà•=ôÐÃ=z@ЂžÎr<1Š"º÷[ÞŸŒ ‚`WË——W?ZìûÊòõnô UËG&dQO5l‘G»èæ‘JY•è>¹ïÊK)VÚ÷Ô|t‹ˆHýq³Õù`Þ~ú]®‹‹ŸÍ5oµ¢(6K6ïF;:Ëi¹ºwa|pz¨4ö¤ ‹ƒb€Ç»æ›ÅG‹Y)ÅÊêÝ ôÝâö%"ºùjê®§f«óÁü#ÿ }û|­åßÄw±ÎÝo¹ÛhÜœiÞl¥ˆ”¥”¥Ô)Ki0¥,¥R´n¶­™å¢!èÅ¿7‹²RŠ|5ºE”"RßíCc7.ÑŸ¢[Dž§b£éŒÛ.Ôì.^mÍ+E6©?R)RÄ@w(u#E¤R¤Ù`+ÅÕ[sÍèýšoµò²ˆXiGQD)UŽMU_žŽÁÍÝó•cSÕWÎF¹݈պվçfËËËS/NÍþz¦v¢&è~Ý»Óå×o~+yD¤Ÿ W_ž®üb:;v?~d|— û¦èFþo×[oŸßlúìÈøFÍwÞ¿¼ú»zQ)"þ¶~ûHÙí]~¿Q;1µ§.¿ÿ¥™KŸ,-|xuá£ß·n¶.¼;÷Àå×ÿïòüµ…ÿwóÓˆ¨¿W_º~cþrcé“¥èÞžÛ ôXÚXÞéÜÝ…¼øÉõù+O—oŒ;ûë™…Û­d»Û÷„"òöz+EŒU¦§‡¯Nlܾ 7ªƒ£EE¥hòàìøÞÙ¬[M)Eû‹Ö³n–®/MغdêèÄâõ»ï>Z<óêLã½ú¡C£»ˆ=ðØ*ºëQt‹¢[DDþo×[¿=[v~çW.·{¾h·ãóvÑnÇJ^|¾ºCÓwnµo,77vÙŽ¿±Üìl™§1ûúLy°R¬Ì¾>sõÚÕ‡XþZy0»ó>a~ö™òÞJÖŸf~=óû¿±¼qåêì³Ë_Ûâçߘ-—+)¥ÚÉZóÏÍW²Ýí{$è׋n¥H¥¬’*ýw/©´ùeRE*¥±ŸÔ¦ö¿“ºCw6úúvëÌWò¬2°uIöã|åî€Ó§Nϼ>344ÔCäT«Àã«Ñ-R÷nøôí?¥-_)Z.Gž¹;%•Ë1<²Ýúêï_ÎóüÀÐÈÖ%¯½zfãz¥ZÙ¼Òét6o³Ýòrùî· µ;íÿò_Ÿ¿Ï[ˆNgóî_ Ð;ïRJ›Sk¶[Év·ï™ÑWº½S7[kÿ®Tíf~=Jy߃V™eYÞ^-ï½;°ùç«›CçÏÍμz¶r±>üô° øÁ¤üÛz±VÄZ^95]þÇãQŠ(Š(ŠÈ²ì™±ê»ÿÒ:ùRñ×O+/ºÅÕ+W—>ù?›!Þ¹ÕŸ˜<óÊôÆ®âv«]Ý_ݸR.—ïÆú6Ë·ª”+ßýËÖÄßP}ª¼y÷Ún%½½KY)kG»½Ö\úìK'­ö ôß~°í|yñ³z;–ÒÖã‹È"K¥íÖ9zx´qmþÌËÓ›K׿G·Ì®™86‘ fS'kï¼}~ì™ÝþMU¦Ü¯nQ¬®nZÎŽL”yf£æ;ÿ|¡u¢mEDöìXõÝwR–¥7Û[ø`adxdk.—÷VF~:´pçÔõ3çf;+íÎJ{æÜìäÑÉÍ›m·|«ã/?ó«™V«ÝhÞl~ùìí²<:5óúLçV;_+Þ<7»óÃÝn%=þ®,UþãH”¢ó×óÙåü|sm®¹V_ÎëµfŠÝâÆg ‹ŸþOúS_©o½•¾‘´ýö<óËéÆïõ÷êùJž¯äõ÷êß5ÎürzëmÆžk\¬Ÿ}ufþÚü."{è€ÇT)yikEDÄ_š±Ò‰ÁrçŸ/´ÏÍFQ´Š¢z±årü©¹9±>õ÷ÛôQýRãÌ+gîmè§.üvnâèDDŒn²èG&Μº[‡Û-ߪöâTD¼tòtë³Võ'Õ×îü é“µ¢È'ŽOækÅ=Åùð+éuCý‡n|q5Rd)¥Ò@_)¥X-Ö#R»h/6¿Zº10ë1Ýbµ›G7 õÚa…Õjµq©>ûÖù ¿™‹ˆáÿ4ܸT¯VïýdøéáÆ¥úÔ‰Úê竵“»÷Ì•{6>÷YúdÑ_=вJD¬æíÜn-ï\¬§ë7âOËó°³#ã}ÿ0ÔþŸs›ùž=7Þ÷³áÕß\¸½ä'ÕüàPöóZ:8ô„òü•FDL›zÄÁÿ–—oͶbqøÇC©’"¥Ò@^Dä•(­§þ<¥(¢(º««E{ùófµ;v¼:ó O\zoð¿jôðXØC<¶ú³ò‰Z§)b£éóòbKè.Þ™–ý šßú¢÷Ø8õ$ß™4öãZãV³¹ÖNY©’J)+EžÚåÁJ”ú¢»‘¯v‹fÞJk•±jm‡šßa;öè¦ôÀã+˲“µ<"E¤;ûéïŒ?©v¥¦vØ7¯Ú@åT¨Ìηg¯w—†‹jÿð@¥’¥ˆ(¢Xí®¶ÖšË+7ÒjubïL9U³dôÀ“+eYv¢–G¤nnn6ý—ößÞ©ùlx؈íZÕþ¡ÚÞó‹íúrk±ù£O+Y%+U""ï®¶óVñETKããÕZ–*OÚÈzàqoúÁ,;QË»‘•ÒæìùbK å{«j¾'d©2¾÷ìÐÊóÍÕ¥VûF+Z‘"«¦É¡Ñj6”Rz‡EÐOFÓŸ¬åUão÷ùöÐ4<’=ñGÁî~EQkÅêúz*²¡«ÆèÆwÁ¦R_Š_¤öz»ïG)K)¥'*r=ð¤4}ù'ŒCoÁ”¢•þTt#ºÅW«6EŠR<;é==Òô¥¥ã’ÑØä›b@Ђô è€]©¯àúõ¥ëÎrôžX\þã ã`ðŸØš_üè÷›çî´‡”üÞ«ù¡ƒ#Kö”ËåˆXúdÑè@¯Ô|e°<|h4L¹€Þ«ù§ªY¶±Ü”豚ˆùk A=YóŠ€Þ®ù̓b=ô^ÍWË·qP,ôZÍ;(z·æÃA±Ð»5ï XèíšwP,ôpÍg™9ô°›TÊÕ»ù^.gýÙvÿ¹Yó±§\.;èQöÐ@ûÿDbl‚ KIEND®B`‚caja-actions-1.27.0/docs/help/de/figures/cact-preferences-schemes.png000066400000000000000000000507341433352025300254260ustar00rootroot00000000000000‰PNG  IHDRðÍ6F pHYsÄÄ•+tIMEÜ *3-C5 tEXtCommentCreated with GIMPW IDATxÚìÝhéÞÿÿ·‡~a =@2 °S6e…“p wç4Òšâ &x` k\aMW8¶G¸Ý|úGïè žvoðx6Ø%Ni„#FøˆñÞ¤7¸4 .Ž ì ØBîBîÀ~ÿ˜c›¤éûCŸDÒÉü¸æº®L^3¹&ÙãñxÀîÔ&"±ÏcT°»ägòÆs£ÍùCªS#À®Ó&"vŶ+ö›iQþGwÛåEq¦+Šý[¯­¸©/`§¨¼ôΣ×QÞpÛFÏ<äkïp+Š""漞ºk¾,ZDQ–æo£ €mö:ÐWDD\/óÁ^_¤?îRlã•Yž/{÷k¥ÛëõŽ_ Ư§Ÿm‹òÛv·¢P}¶ÝtvZD"áȲÇ[¹ÝÍyÛ«ñ}m2xŸ½-Õñ6vôHPi³¥¢hkú+»ø“¹{Ó¡#AïÁàÈ…Dê굞sÉÉ[YÛ¶2=€¦¡MÿIOŒ&615n}þ  9ßþ[:w'·«ã»S°e6¥œärØo ¹qFÑ(ŠUi÷|¤JÅ–6Åý"7§´ªY²¬§Å½\èL²§?h— i“E¥B-hÆû©74Zžƒ7~è¨YCä_#MžÝ„@?ZzÐÊÝέa[Í ¹}êfsJXYï̼›Àº8×å—½ó‡-ꓟæ<Þ˜Tly–S,ÃݦfÙÝ!ºY¶+J©˜÷ôŽ?»X–ööÚKûPGñÇbôD´ð¨P*•–}D$|$û"&"–eÒMÛ¶-"wÿqWDÿuЙ­ú§ó@D¦ÿ1]aÙÌÕõ7Z‰ˆx?ñÆNÅ´5¥M)þTœÎN,Ö-¿ïw>Õ£f "è xç]6§³­žîI\HH›¤þšŠ_µ¡#¡ð@Xõ¨fÉÌÝËeïdk 9ñç‰ãÇŽ«ªñÊH]OU¿…,4 „TZ¶ÊÙ;ÙêiRó¥ý—©-a“Ö­ººíÒ¤À+‹±j“­R3ý¡ðÑ¥úœœšþÃp+ÅXk½ÀF|{ãÛeSNŸ9ÝÊ"ÎlµWz=ä¦""b)žÉl.ÐR~)ÚÏ úËrþ…õÄ´5—ÒÝ&âRyѼš»S7ʦTÚiÍ_OßHœ9?òfêëË±Š¢ 2Kf°/ÿC\lIý%µr¶êŸƒ¡Á»¹»"2\¾¥J _ÿ9|~Xõ¨É±dñÇ¢¶_‹þ>Zü¡~ w.Ïgog@-Ÿ³"Á¾àð‡mÛNŽ%‹?s·sÍ >Ž}ËÝÎ ÝŠˆ9§4Î&–Î">õ   ÿqxøÜ°sø Å¿ŒçæG.Œ„†ã_ÄŖܽ\ó¥êkíS…º+¬[uuÛeÕ¯©Éš)ØŒ/þP¹0""ÎÿÕ7³Þ`sµöáä[g•ú+i‘Å…ÅÅÅEg¢)jââHòˈñ‹¤g­`¯§_+õ‚QôªRîÐ<ÿ+¾C[ÑŸ<7åÊ´€&LÓL^I&Ç’¡#¡é¿/ à®pÒ7Ó΃éLÇÿôÆ¿¯.[måŸËžjòlÝ•¸;ÜRã•QþŸrùQyîÑœólþa¾:g°/¨~¤zÆ Ã™ÁxazJ‡RþåÍ¡/ÔŠÿ!n–ÌÄÅ„aŠT;Å9IHßJ—)§¿O‡Ž„B¡Ìd¦:[ê/©ò/å»ÿïîð‡Õ½ª³TøHXDÒM—)O~?ý,:ª_w©e{äÎÜʬzÀ‰~ÍÜÊÔ]¼Êùêù6Ñuݲ,gjIĶ$6–V;”P_@U”¹bQ¥l‰{Ÿ]xe‡~«jûÝþž@üB²ö3tX©T*e§²~Ÿ?þE¼:ÔÁ9txz‡ÿ0Üíív¹\ÎtW§«ö¨²ìÓä©&ÏÖ]Éø•ñ‘‹#éiÑŸêãWÆgggW®0z<êœu8K¥o¦“cÉPh⛉êl±/c"2qy¢îêNqwº¯T¤4¿4¥vfý±¾r)Õ£ŠHmî×öj«.UwJ··»I{5_aóª«]|Õ¯©ÉV­™b±¸ôQó¼µ¹õ›øž¸‘NÝùíE©ûeòFÅm.("%¯×k v›K¬«Ša»ÕO4»MÑŸù¿M·ó=ôZ“Köê¿2^;ñÚÕkªG:;”ŸÉ+mÊ\q®î²žNÏÆ °l%“S““·'½¼Á¾`ü«øÄ•‰@o`yÒm“ȱˆSøäX²:9r,2qu¢ú¡güL?üÖe…†ˆ„BJ‡2t~¨ö)çãDÏÞÕÓ^“•\»zÍëõêÏôüL¾zyc™ð‘°Ëå*̺½ÝÕ…Ù‚Ëå „«³Í>šŸÛûÚõkÎØU 995)"±31¥C‰ŠÉÛ×I—‘‘‹#.—KQ”žÞžoo~»õMÙ¨êVîò: ܤɚÕÌÍ´ˆ _vuº\®¯ÿøõ¬7pyõ_ëKî;¼êÙBÃËì¥6mö™i{E«ˆ¸ÜŠÛ#Š[D´µÅŠ]zfÑ0ZT,SIÅ¿ŒW§ÄÏÇ™ï2æ¼é á¨J\L$FÉËIó•™¾™®e'PÊßÏËj—Ÿ›¬$3•I\Hx?õJEŠ?“—“+wÆÛd§²µ³SÙ@O z2Zý^™Ÿ§®§’—“n·;}3ݼéi¥M  GŽEÌ’™¼œœü~rÕ œü~Òš·b§bÎjçŠs鿦××Oô'µ®é*~£ª[¹Ëë(p“&k"{;+mâlÈxad&3µlb½@mÈÞâEš/¾Çãñ¨µ:†¾šó}‡z¢GÆs]Ý«ùú¤­]¥øX_¬ˆß«\Lš/M{LØA´ÚÝÜ5^ƒƒÔ€÷^Ã1ôkÁš¾_,½2Ñ’>ÊÞÉåDĹ”Dšì×®^Ký%¥?Óµ}Zr4)"éë\†ðiè+b<3Ìg†mÛJ‡¢èOÂGCsŸ˜/ {ÁVÅæWý;CöN6y9éÝïµm[ªjñex?4ró6Ï¥[ÙJϸØVrS‹ìLmµéÀî²ÇãñP À.õªØ½–†ÜføB`7 ô…+ôÀ®F ôôôÀŽ×Öä9·K¥‚>słߠvhë<Êk¼ë ô"R¶Ljp×q»Ôô_ÇÃÇ¢T ÐAýSQ-îiñ‡‚¦i4úÎTüq®I gÈ °‹è===@ ÇŠÅâáþ`×î]]}ÕòïöÙô¶û *ä½ïçÛûâZwÍú‚]º[_ŽTø0;heZa[6·m>ye|øBâçgOÞuíðÚ9mG]Ño·²æ“cÉŸŸ=Ù-•§Q^ ÔÌ–úM)¨þTõ×±`õí¹Åb¬ïíü=î¦éé®ÝééÍj»÷õâßîêçËJ^ýçï )•ÌX9ï”þTöš”|»v¡¶uj?=àHµ];Õdskmã™qúóX÷A÷AÿéÏcú3ƒú_ÇæŒgF /ØäŲCöÚ^°'®Lîvôwûü§ÏÍÎÞËvÜÄ£Vµq7+ìÌjÜ– ImÛUGö‚½}ÿ ¥oe¾þ¿_§ÿ–މmJÛU;.×ìwN?¯¶EiÞJßHÇÿ02}+CÍïîÊ+å½d¼4#Ç£ñ/cãš‘éLGG§³ÓÚ>~s}mò3…`o`ç¿Xb_Å5UýöFZÛ§Y Va¶0~55Ýó~þÌêf5DmãnJ AÕ¦ ¹1 cèìß·tžjYVÝ“çÏêÿµVž‚§®§½ÁnŸäB¶í&kXu~çÁä­L 7Øå펋¯¯ÌÎDº¼ÝÞàäTvM+_õdnÕ­KE£ ¿Ïïï ¤n¤[Ùúëiñµô0ïîpÇNFÝ.wþaaÕb¯Z9‘ºåì:о™ôš/¾Žêjt-aÕv©-Ï®èçkâét Ÿ‹ë?éëëW­ì×:ví­:¯È¥±¤¿'àï \KJåÍæR7ÒþC¿ÏŸX6}µÕ6ª·FÍ'"ß,­3}3ݼ¿£×&Gªº…œ¼• ô»¼Ý‡‹ŠÙÛÙÃý¯×i¼é¥õ»Jƒ®ÕJWiµZjLüçDôD4v*æêt¹:]±S±è‰hê?'uûÄhÒ©ÏÚË“kz%nðP¹cëö¿óÞ†l&FÙÛÙêŸÙ©lb4ñN»A#ÅЉ‹ MÓ¤M\.Wh T{ÝdÓ)«ÕÝÃÚÊ=jrôÛøÕëÖ_ïµ»ñ@Ò¤«7ÙßÖßYê¾Ù-Ë Í“çFÞȶ-Њž8^˜-ÌÍ<OòÊøª§zÕá­ÎƒŸŸ=I^N_“¾™.ÌÎe'3…™‚Tì‰oRMÖ°êü¯O g³S™'Ź`opäb™???ÿùñ“ìTf®8·î•·pbZgëWS¥—fî~>w'W¨ù´®Éë®§E“·2±SQ‰ŒNÞZýC®V*gMû+"³?³·së[¼Qu-ë+»S-–g‡ô󵲿­Ôõ”÷Sï&ö«•¥Zë®ÕÖùÄÕÔ“gFîötîöô“gúÄõ7³f ¹{Ó¹ûwgFuz+«mToš/u=5÷¨à¬³vxRÝ:yG¯MŽT®Ad¿Ë<)Î…„£§b¹{ùÌÍÌ“â\°/T»Îº]¥I×Zµ«´~@{S†ÙBôh¸vJôh8_SWouûë)Ã0r÷ïænOçgòkÚÐf*whýW¤ð¨l|;9šÌü}:w/'"¹{¹Lv:9šÜ²nP+ðO¾‘‹‰b±¸òÌyÓ)-ÔÝÃÚÊ=ZÓ›×f7–{»q7Hštõ&ûÛú;KÝŽQûBnå»î7²µ6ÁÇ#"…·(·K-[fÝs²æ[²ìà@°0SX9sõÏ•+™-$/OLOeE‘ÃýƒßÞ¸¦išJBGÃN!­¡•ùçf ®N—ˆØ¶í?xòxND½ÁرÁ z]6½ôÒ …#…Ù¼Ò¦Ø;ÐÌe§=ûÔ&Å^µrÖº¿]º 3ªkÛ¬êªÓßîNM6T[žßÏ[ièegöJ‡r÷ïÓÚmýªõýZÓ®ÕÖy /˜¹‘vŠg<3¢gb…‡K³=ÈÝ]9½ÅÕ6é¥+›¯¶ µ;[·N6òÚ”z#2WC>ð#U£Âtô7ê¥u»J“®Õä(ÔJIêîN×î'úœÒ¦¼éc¶Ý}Ð_÷P³¬lÕú\Ç+q݇ÊYÿ³Šã—“Ó·§›¼X¬y+t,œ¾w77•uŠôîºA£Š²ìÔtþaNnx<žÁÁá³q¥CyG‡”Fõßâ»R£ÙÖñžÒúQkù{DMãnV i¥«/«–µ¾³,+Lm·i廑7²e²S™•­ãÔŒlâzý±ž¼’,þ¤Û özFì<3£‰Ì÷KQ@DÌ’yø_[_C+ó;½MDE©žR§o¤&þœJý9åv)_&kGw­i嫪»õR©¤í[zÍ«šÚÊë®§é[“–eu{ýµS¾¾0Ül‘*gMû+"zêFªkÕîÔlPŠGÝEý¼EÕeYé›éÄX"ó}æõ«uìZm—J¥jSªšZ*•ªOÕÞâj×Ô|µeXµNÖZ‡+o [õÒË~¤j´’&ë¬ÛUšt­5½ê[Ü—Ëe™eO͈yë—ru©æÝ~#õ¶‘Cå¬ÿÂÌ[ãmê¾X\®ÈÑHêÏ©¯ÿm¸¶†· ,»V2|>>|>îSM{#ýŽ)oñ]iƒo^ë;j-;úÕ6îf’F]½Éþ®õ¥ÉM+KmúY#›ècçâ#ç†R º:\Ö‚å÷ª[°mÛé‹Ö|ý1[–e>;4~e¢v7TšùþÛÖwl­óWy½Þo¯_s>Û¹02WïÓÉ5¬¼…ý}»å<ÆKÃ9K3 sã»ÓðrrÅžžš®=ós·ÏÇ•6¥Q±W¯œ5îï;ª®U»ÓF˹cúùšß]®øÙ¸ÿP`›k­Þ6²kÇ4Lç†i˜Îg†K‡¼zÓ7RcšOÛû¦ ›~¨Ù¬›É>#ÕúÔí*MºÖ»è dng‡ÏÅ«S2·³CG–•m[•;³þó3…äjt]ŸžÊ\»~-9šö‡ª·oc7ÐhÉÑ„¿g+)­¾+­k¶wtiiYãnb iÔÕ›ìï&¾³´²Ô¦¿‘5²icèmÛvu¸\Š«ôÒL\xójô}êKßHÛ¶]zi6Vû"?óù|µŸ8>üÇ„aRý™1tndeR©ÞÒÊü 1žµw*ldå­ìo­È‘ÁKcÉÒ¼Uš·—“ßFrwr~Ÿ¿¶÷xö©þO½¹;¹&Å®[9ÙßwT]«v§ –sçôóµ²,+u=íýD[_¿j´_ËJµ¾]«¶ib,Y*™¥’™KDŽDªO%.'KófiÞL\NFŽF6þÒhÔ|á£ÑÄh¢ôÒ´ìK úÕ»{mr¤Ú¸º]¥I×ÚÄ—XÕðWñÌ÷™ôÍ´5oYóVúf:ó}fø«xƒúŒ¼)óXr[•;°þ­Ûxa,;’¬|I}“ õ“—“Cg‡ª×ƒ·¸D>‹æîå¬yK*Rzi&¯$ÿäÛúCJ£ÃÚ²=j4Û–©mÜM $ºz“ý]Ó;KóŽÑJÛmúÙ&ú•_j1~yüÒ•‰®ƒÝáãQß?÷T翜ÌÏä»}þðñh°¯§îÚŠ?ê#˾"#v2ìž>3Ôu°{èÜPøHhÙRñ/cƒáHëó7ê ž>;Ôu°{â›Tê›ñ ®¼•ý}k/ÎÅ=ûÔ`04 òW?2Y÷î4’þ.süÄñå}ñd4ý]¦I±ëVÎFö÷UתÝi}åÜý|­%öõ§zê›këëWökY©Ö·kÕ6Õh¡£‘ÐшvÀ?÷æËË=Ð@$Ø?¨íÓ†ÏÆ7þÒhÔ|ñ31ÿ!øx$ÐXõ’ÉÆ_›ëûjíäHµÎ«ãõºJ“®µñ—Xk´š–ù.Ÿ)ú‚¾`~¦ùnihoô.®íSƒýƒ¡H+CßÅ¡rÖa¶8ä«-íÊKb4;óò‰H°/>J¼¾)v‹»ÁȹxöN.Ðì:Ø>•6eüÏ[HixX{{ÍöNZµjwI£®Þd×ôÎÒ¼c´Òv›þFÖÈznŠÅ;¢ëzìlܹab#Ý×Bu½g>†GªU£_í¿ŽöÚõŸMhû½±“ÑÕ >œ#í;ÝÓ4.©À±É7ÅÖ=Má`º—.'ãg†ìÊbòòø`p•¼Ñ9ë;í»·º¶·Qx‚—íµÃåg ™»ã†8ÒîœÆm½«oKhÙ2kôôÔMçÙ«…ކl[BýÁáó#»¨äÛÒvou½ÇŽT ½6n][åH»s·õ®þ~·ZlÛÅNFßé‡PT€÷ø¥G´ÚÞöÚ!õO7 «à~Czzz€@`§[凥¨ ð!ûp~d“à·“Í=Êk¼+§·ôÃRüR,§.Ø^ÅçêzCn€]Œ@èèè====@ @ @ gºtwè¦Àøp} 7Øu »ø¨X;±ø¨Øu ;Фö›°,kèüˆÿP ËÛí?<á\[èc'¢"’¾•©èüûz<ª(Jî^β,gŠeY¹{9EQ¢¿ŠÈäw™ÃýƒÝý‡ûÓß½ÉýÎßÉï2Î5~gbv*{¸°ËÛ}x`0{;»ìªðäTöðÀÒª&¿{ëbÝ ŠHövöðÀ`—·ûpÿàäT¶ö©F :ëÏÞÎîvy»DŠÅb‹›«*ÌD¤û _ÚÄ{ÐûíõkµÏæîåFº}þ@O`Y©ÖºÝ¥ªžÊú‚NåR×Sþž@÷AähD¬¿9»™qæ÷÷¶m;k¨]Uó™°›½Ò¡D? KE¦ÿ>íL™þû´T$úYXéPÒßeÿ~)ØÛ37[èéí¹ôï—ÒoܹŸôü½ÜÏÏž89uäbBÛë)Ì2ßg¦ÿq÷­l}+“¸˜ðôÎÍB¡Ä¿_𼕭Üõ-ø::ßÍ|Ÿ™›)hš'q1‘½mqÁÂláîíܵ+ãúS}äB¢Å¥ª\. „F.$²SYkÞz”¿Ë q¹\ù{ws÷rOô'ßîÜ£¹üÜ·W¯ÏÓgN/ÌÂýüµ«ãÅŸô¡ #ÕÙìëAîî}.q~dr*›¼2."N9ªÍ €ÍµÇãñˆHa&¿ò9·K-[æ7P*™ÞÃÚÇž÷ó"è –^• 3<õpÿ ñÂp¿žM{pÿ®¼¾è;7[puºœõ4žþß]MÓDÄxf VÓ¤³ªùÚ>Õ^°»}~m¿öàÞÝ,è”áÍ‚†qø_߬vµ ³<ªT¤ËÛÝÊæ–)>*&Æ’úÓ×WÇÛdüÊxøH¨Z‡Õ‚U­o»¯—*x:]vÅîöú߬äõ³µ1½vsÇé9Mf[93Ö$;• «3^ݹ+µmÝ+]6¥î6DÄãQC¡Ü½ÜìlADJ¯J¡Ç£ŠˆY2EÄ ŽÎÿΔªjšó•)"Ú¾¥«jo)7^"r8xøÍ”Æt¼YpŸZ][+ :{´¬‚W]ªÊwÈw÷Ît©dææÇ¯LX öø•¤èK¯JÕòÔ©ðum×Óé¥Myk%ËÎ1ëãWÆõ§zuU©TjÔCÖ4óÊîð¡ D”e ¶­{“üJ±/b¹{¹Ì÷“öë?—"²Çe¼(•æMG-Í›"¢zÞú©îUç†ñÒp.K›†ùöiƒ§ôªT½®¼) .ßê‚/Mgm-.ØàôfmKy<êñÏ¢=ÿ8ü/ƒÖÂÒtÏ^OéUÉ|i.»B¿‰Û­+~6^*•¾½q-Ø´+v÷AÿfÍÜz_x_­{tÌV|½ï ×÷;_î~>?ïû'Ÿï w)ÆŠHúFÚ^°¯ÝH‹ÈñÇÄ31¹ô§ kÞ*Í[‰ËÉ·Î>‰Hòò„eY¶mçg ÑÏc\Ðqé?’Ö¼eÍ[—þcBDâ§b-.Xÿܦå¥"ŸEs÷rÖ¼%ÑŸ"|ýEŸÎJcÉRÉ´¬K—'6q»MÙ"âîpÛ{Ù€x—Ë%"¥—f+3`µmÍfbgbCg‡D$vêMŽŒŸ‰ØÙÛÓ™©¬êQ¿þ·áØÉ†WjÃGÃvEÒ7Ò¾ ö±=›ý¯Ù7ë?UÝîÔÍt /("ßù†^ohÝ :BƒÑ죮 Sõ¨É±døX¸Åë×CËK¹ëN^·æ-»b{:=Ç?;>òúæÔØÉ¨ú‘;u#t)ÊÐù‘MÜn©oR‰±DädÔÓé:ûÖâ#çããߤÁÃòz$}“™°‰ÖySl£ù[ƹ·µzí,¼;ëÈÞÎM±¿ÙE;yúìþX—І‘MÈÒ5þw¸ °Ãµí¢²††GFúS]Qß'Þo¯_ ößé‚~Ó„úƒ¡uñu/ìp¿¡ ===@ @ @ @ ôv†wûK±Ù© U € 4Q:”eÝ.u+Ë0÷(¯ðî¦@/"±/Fè=kmfÿ¡ õ°¹KÝ«•-s{ËPüqn÷z¬£™ ô[±¶&èœ{«Ý¢@¿½'C»Hm3Si;9IïÜ èèè==€=Ðwè^Óô-Øô{f³vó©.€ƒ–ÂæäøŸŸ=¡ÀûÍ®ØÙGÓ‹»:¥½M ù".Eùཽ`§®§r÷ïš%KÚ$Ј8ÞÓØ”L¹cÃå V{ñÛÕé ô†=u'ìi|¬…²aéž½b‹HÅ‘RIÊ A—²‘l{†ÜľЗ­ò·7ÒOŠs…‡ùð‘ÐøÕÔfeÊ÷8\þüì‰ó/w'§vªñ?ŒðºØJJ‡´wˆ¢XÒa‹b‹""ööi{}ñ‡bâbBÓ4i—ËMßÊTŸø&è vûüé›éêÄÉ[™´pøÞ IDAT@o°ËÛ91žËV¸lèvõÏÙÙÂà‘H—·;МœÊ6™("©ëKÛ¹°í·&Ьn4{{iã™è ŠˆTäÒXÒßð÷.%¥ò¦é›é@o ë@·S¤êƒ òtº†ÏÅõŸôæ…o´§­×pí.4ÙPíN¥n¤ý‡~Ÿ?ñvUÔm ®Ýõ[¶"‰Ñ„ßç÷÷R7Ò Í;ÁÒ`›v[‘6Yú»mO ü“oäb¢X,.ËÍN^œ{TÈNf 3…RɬNÏÏÌf§2OŠsÁÞàÈÅD‹ŠŸ‰Ÿ‹ÿüøIv*3Wœk21}3]˜s¶+{â›·>1ög(ˆH©d&F“N±g(û‚"2q5õ䙑»=»=ýä™>qýͲ³?³·sÎeuy}‰}ãhÍ[©ë)ï§Þæ…¯»§k­áê.¬ZKŽÂL!wo:wÿ®ñ̨­ŠFênwâjªôÒÌÝÏçîä ³`»ØÛ˜7yØ7_Li³¥M¤]”öE¥}QDJ¿˜¥¥ »² Wë·'Ð_ûsJûXKŒ&º}þ@_ðÒ• {aiç3SÓɱ¤gŸêêP¾®‰•ãcIGU%v&¦?Õ[ÜÒ¦˜¦Yš7=uür²ÉÄÉ[ÙäXÂÙnâbâî½»oú¾@a¶("ÓÿÈ)Š’½“‘Âl1Ø‘é;ÓÉфǣz¿{çîÏú“Ìty¾îmÙ ¶ÞbÅV;õ€¨DõJ»Û–6iWD±Ûlù­©ì-‹Ç—¡t,.nÇúíõ£Ð’£ ÿ미ÑözLÃÔhkÝÛ¶EkÞªNöz½ß^¿&"ù‡ù‘ #s³…FUšùþÛFù[Qm¯š»—S%Øœ¸šÊßÏk«Î=ž7e6 Óãñ¼ëJs¹\ñ³qÿ¡¥JkTøº{ºÎnº¡Zõ«¢A5âñxŒ—†¦-­‡C Ø.í¢ˆˆü¯½(Òi[\l³El[l[+"¶mWDĵ4óÖÚž+ô‘Ï¢¹{9kÞ’Š”^šÉ+ÉÀ?ùœ§ÂG£‰ÑDé¥i-Ø—^Y•ïS_úFÚ¶íÒK³vü÷Ðùã™Q½5³ÉÄã'Žÿ1a†TDf [þ2¾`r,>‘ðÑpb,è .íΑÁÄX²T2K%31–ˆ‰4Já†alJZ–•ºžö~¢5/|Ý=]_ ·XK"’¸œ,Í›¥y3q99iÞ@ {È‘ÁKcÉÒ¼Uš·k,$Àæ²Å^±+‹eÛ4+†U1J¶Q®˜‹‹–m[VŲm[*Ûóu7Ûs…~ä\<ýýäÈÅ„mÛ'Øÿó„óTüL̶­ðñˆµ`oq…ã—“#G&þ’òtz†ÎÆòóÎôP_ðôÙ!ã•áÝïM}3ÞdbìdTDNŸ2^ÚÇÚ×燗m"ؘøÓDä_E$ò¯ƒ—þý’3€^DâçâÉËã¡£ „âçbu ÿ26ŽØ öºï‹­~Ù‹«Cñ ¤¾¹Ö¼ðu÷t}5Üb-‰H 'ˆØ;|$<|6Þ¼‰Ÿ‹'Ç’Áþ Ò¦Ä>Îþ÷,‡°™¾R¶ìÒb[YÚm©ˆ´‰Tdé²i›(¢ØÛ7ðe3(¢0S'`¹]jÙª?Ú!;• ‹®ºöìT&öňˆ4ZVÖ˜ˆPiµt]V;X5b­ÌWn—Ú+Ü}:)ŠHÛ¢´I{§½ØñúëC*Ò¾à]œWœpoÛù4Ös мRô:²·3`¤ÆÎtér2~fÈ®,&/ö©°-|šßãÖDìvQŒ_Œ»¥´,ýR¬ˆˆÌ+ƒž˜ö‘¶(¶ˆ¢ºÜ[_B=v(Ï^-t4dÛêŸç7qÀöPÚ­séAE¤$¶-oîQ¬ˆç#ÕÓ¹_ÊG Ç;u†ììíÎÐùyýRŠRÙŽo¶!Ðëb·K›ªÈ¢“ð튴ow‰ô@K\îîΞŊ¯:¥½SQ:ÜÛ[*=Ð¥M9Þ³ã†ÿ††v/=°‹mÅ›¹GùâsÔ5•€M÷ίÐL©4¼;ïü ýÄ]¶ÿË|v™üK* `“ÅÞÓýÚ¢1ôw¯½éÿØãñxD¤0“_ùœÛ¥–-³îbÙ©LøØê_Ù“Êä_¶ß½þõàÙK›~†°éëÀ{,3_nÝ.UD…Þ͕ʈH£½Žìè ÊÖ\¡É›4ÈÖ|Ë Wè°cíöï#Ùæ+ôë Ošo圇Jx¿Ó¼p…»ë…F›K;àÕx ô«` ýº¹:”Ôh}¿°l áþžØÑ`úv>{Vít_ˆÅ.¦ìÊ[ó(Š2~!6r%mÛöšV¾î¤NšXi+†Ü¼‹±ÈxkÁÖ_˜ƒKgJ‡Òó©æêPœ?>­øÂ\Sš¯&ãÁ³—¢&&¾ŸVÚ”Ôh\ítÕÎéó§¦òƒ½~1ç-ý¹ìY~æêó/ŒÚ4ßâʰ‰¶ü }›Ä þ“×®ÈôýBu²Ú銅ƒ¾O4¥øÔ¸6™µE2£ñèhª•%=¦lÛþp.Öæg‹¡_¡¨‹ˆ_ÓD¤[Ó u öør3E‰C½>E‘ÂFj2W½”îï‰ô”6Éÿ §þž«^æwØÛxYJ½ÌY¶}ü_ƒ7³ÎtßAoyÁÎ=œ õtûz‹õ̽B⋈³­j;Fz#ߤ»îÊW¶²µ`×þ¶@µYëîQí…üF3¤nå¢AW‡¢¿*¥¾¿k˜%^äàý¶ÕWè£AµÓKÇ/§»«Ó¿>½û°½Š^œ(—­X8h/ØùõP¯¯:O¨×Wx¤;ùþùã³ðX×>V«òÞýjñ©áÝ¯ŠˆËåÒöª…Çz¸¿ÇëõŒ|“Ž^LI›D«Ëú½Zür:6–V;]Ñ`Ú™ó¢UÿŒôú²çD$ûp.ÒëãeÉœ/|o.Òùô†9o­Þú5+_ÙÊÕï\ׯž‡4Ú£UgðôŽ|“ŽœŸ(>6â'y…ý&¨½š<äMOå-˲,+uënuúÐXªøÌ°+¶mÛé;yÿ'^É>,Dú5A3y}QÿN]‘Â#=xÈ'"^MËÜÉ{h"2Øã-<Ò¥"ƒ=þÔ­œ9oÙ¶þ{.X»«UžÊ5¼ÛÃZ°ªÃxÔN—÷cµðH‘Â#Ýû±ê ˜ÉÜ›=>¨‰ÔÚXš¨]yÝV®ÓaïѪ3\û.gÎ[vÅž¾_ðîõð ï½­þ–Ëeþ²tY·ú@D4Í?ÔöªŠ¢T'š¦e”Ìà!oþ‘<ä{nX–µrï½ÜÏ ŸˆdgfÝŠn”ÜŠ"mìñ'ÿ:-"žN×·ÿ7^wÁÚªö¸dwu¸ªñC½~¥C™¾:\}6ÔëOßÎëÏ »"¾Zñ™áójö‚­%©ù¨¤QsÔ®¼n+¯ÔdVÁZXÚe»boIï»›óK±[fîQ~Ó¿Tg«ÇЗ,KýÈåŒlV?z1ŸG2÷ …ÇY{ÁV:”é+KrúþlôH0ÿHõj¯èP_xb¼,‰H¨Ç÷ä…!"O^˜á¾žE{izɲW3uG¿ÔVuÉj83¢G‚ùÙ¥_@¸ûp.~<¤ªiMõ$΄«KÕVuþ‘¾lJ›¢íóÄ…B½¾ÉäE$pÈ«¿0kƒ²9oé¯ÌÀ!¯ˆëªËìñ¹:ÜEÝh^à•+oÒÊö‚­ªo†Ç4Ù£gX“²enÁ¿wô V[}…>s/ÿ}(=s¾åÆ÷úvÉñïsCÇ‚_¶,;s¿Ðó»7'.Ó ñÏB‰?O6ZçècÇ‚sÏ ÑŸJ›ä-}çLöá¬-’ü"âétóÖäíü›³@ÝH]Œ9ßrS½¦^=²+b–¬¢®Ç_“}¸ÏŸ¾“_¶éÜÃâñ#ülQD2÷ ߇&þ–[õümåÊ›´ræ~áÚ£Š¢8ÍÚdVÝe€ÍÇ#"…™:‘ÈíRË–Yw±ìT&|,ºêÚ³S™üËv~)Û.3_n1ôBïæÊNeD¤QŠ^Göôeë¿åf'¯Øuø¥X€@ßWè€]è¹Bìâ@?xö’“¿7ñ®Ð²5ßrC-`Û½¯ßróο‡>s9NïÀö«¼Ÿ»õZ РРЈ¶-Þ^a¶;+•Jår¹:Ñív×þ‰XSeRóÍY/Mã¿f¥M”•ÏUDDì7/jÿ'èÚ§¾ç>9–L]Oû‚¤Ipjv¾òsÝ~Tp)ŠR©Øí"R¥bÛ‘ÿ]\¬ˆTl[Ä®H¹M\õýôÅŸŠÁÞàRíàvUØu»ÝÎ¥CÑ>ÖBý¡øÙ¸»Ó½)…§3€KQl»½"JÅV*"ÿ»¨ØK¤"veQ*"[ñ¨ÛR¼­ôö‚½åÛÄæ¡–Ë"bÛ¶ñÜH—ôò÷óê^•š﹊ˆmÛå²X–b/Ú¶mWl»"‹NÄ­Ø‹"¶Ë½-EÛÒ›bK¼î+ç¿2î=èÕ4-~6nÛ6§I¯J\Lh4퀖¸˜XùC sÅ9¯×›úKJDŒçFôdTÓ4uŸ=-[åÔ¼¢(ÞO½ãWÆ£'¢‰±„3±î&j[¼ù†Z™!ý·´÷ ×ý‘;ØÔŸêt°5lÛ¶þ§lšfyÞ,WÍ6±:”²ËµØé²;]v§K<ñxDQÞÿ@ï\ß-¿¶r†Ô_Rù™|þ^~®8gWìäX’ÔHòJRªf …™ÂÜã¹ä•·ê*?ù}d⛉ø—q‰žˆÆ¿ˆëºnè†êQ£‰M©ùØÉXþaÞy\wµ-Þ↚̿ŸÏßË›/ÍP(þ¿@ ¶‚{¿Wéí‘ Êñ°}&æü+¿~ gbr&¦œ‰¹ÏÄÔ߇Ýû½[_Â=GD 3ù:¥w©eˬ»Xv*>]uíÙ©LìË‘·ÖY3¢ºú¸úÀÈ?}kZÛ¯‰Hy¾è è¹[ºß矞Zª+ý©ý,:Wœsf¿2>þÍxf2ã÷ùëœb.ؾC>]××ZóuŠQ·ê.ÿRneKÅn°¡UKâv»~ö³3dß¶mMÓLÓ¤o€5¨ÈÊpëv©"Ò(ôn®ìTFD¥èudï@oPd‡g7_™þC~:[+ŒW†ö±æ<öî÷¯ŒêS©ë©ègÑÚ4?WœKŒ&ôŸt˲6±æÍ’ér¹ZÜD‹j2Cõ\EQŽàØY?,¥îUŸ<~R®A 5¢íÕŒK!^®k{µêSwïÝÍÞΦþœªN9}êtôxt®8W.—6~Þ¬šO—v¾´•M´¸!úÀ.ô±S±¡sCÆsC*¢?Õc§b´P#á£á‘ #fÉ4Kæð‡ÃÇÂo2±G½{ïnú»ôø7ãΔòBÙír»;ÜÆ cèÜÐkÞ¶mý'=q1‘ù>“M6ß„«Óe<7Zß}`MvÖ›ø—q¥M‰|1^ÞýÞ•÷n~°–}#P¹\N\LŒ\ ôD$r4’¸ðV]©õÁ½‡KEF.Œ¤¯§G.ŽDOF=Ïȹ‘ÜÜújÞ)†¢(Ú~-Ø,̪Ã`mbäüH /`/ØÎµöU7DX“­¾)ØïéM±¿¡e€Ý‹@èèè=€ï½Ë墖°í¬yë½Ü/®Ð»XU€ÙÜ£|ñǹÝ[~®Ð€4¿‹q….í€W;àÝÕ»°ÕWègÿ{¶ë@מ={è=Àî ôÿ2þ믿Rõï+ÎÖÞç@_ü±>&ù­5"×Z9eåt÷GîèɨeYÍWØþÛv¿Ï?ra¤•oqj±½8[xŸ½½`3n~­Qûç²ÇÕ?õǺmÛñ³ñæ+,ÿRNÿ-mÛ¶÷ ×xaPÏúf–]E®>®>;ñ§ ÷Gn·Û=tvH*´Îúy<žôõtî^®ùlŠ¢ø~ç»võZì‹Xb4áL4ž‘pÄív·ÿ¶=Ž8ïW¶—ˆ\ú÷K]Z—Ûí>}ê´mÛµ­Ü|†Ô_Rê>µ½½=ÐÐÒi/€Ýè]]®Î»ŸÓ뺮ëÏõKÿq‰æÙ2Cg†ò÷óÎãÁ£ƒñ¯â¦i–ͲºW¹8²¬íœÙ&þs"ÿ0ÿàáÃ0+‹‰‹‰eël2Cþ~¾0S(—˃¡ÁØ1ê`Ýöx<)ÌäW>çv©eˬ»Xv*>]uíÙ©Ìð¿%ßÚÞž=ÕDXûØùó‰þÄû‰WDô§úàÀàÏÆÏ´¬¼¾¬ÒêþY*•†Ï‹Hf2Sw…ËGºWdOûž_ÿwùðw{ÁÖ¼šùÒ\¹T··ûî»Ú~MD¬yËëó.›­É ¦i:϶m·Û½¸¸H+€wÍš·…Û`Ù;ДöÃRÚÇZõY2évµ!~ÙXù&éÏž=Þƒ^I]MÕNlrWk©TòtzœÇÅЇƒ‡Ýn·s×léU©î"Æ ÃùRçÜ•³5™ÁIó"¢(Ju(Öagúê}™Æ Cõ¨4Ϻ£ù—rf2ãêt-;h´ÔµׂýAçqäX$öyÌ0Œ_ýµ\.7ZDÝ«þlüÜäLcÕ°»½«Ó¥?}ë†È¡sC¥R©T* :~â8Íó®Ù¶]ü±8tn(ý×trlipÔ¢½¨t(®—ñˆŠ5j¯ásçϜ֟êRý'=òûȲ•¯:vw O\Lzµã@Bý!ïA¯×ëõî÷&G“4Ï»óæëêODEÑëÕñNé›é‘ #{Ú÷zÁ¾`£öŠ GŽFö´ï‰|‰X~oëª3`rÝßÛþ-…™B 7àþÈí=èÍ|Ÿ‘×Wy«Wˆ«ùÝnwêÏ)퀦iÚÈ…©|ˆT˜-L\žÐ>Ö¤MÜîÈÑHî^nÕ§ÖGQï§Þñ+ãÑÑÄX™h<7¢'£š¦©ûÔèÉhÙ*/k¸êâãWƽ½š¦ÅÏÆmÛ®6âª3¤ÿ–öôº?rûƒúSW&À ôÑSÑÄ…DÙ,çïå òzb4a/Ø«>%5Ÿ{Ô~Ò"Õ£Z–å<.̽EQ”%9šÌßÏ×]$}3úÏ”ºWu»Üã—ǧïL·>õ«×Ô½ª¢(Cç†ôŸ¸B°S}v*›˜ôü>£\¸Œö±æ<ðî÷¯Œ°‘”%q1Q˜)”)gneÊóåè©èªOIÍçµ€,Ëú6j–L—Ëå<ž+Î…Ž„4Msîš-•JõyeúùÕvè*½*µ>ƒ»s©$Š¢lú§ ï±­¾Õû©73™‘üý|ìlÌx¶z@7^Ú~méÁ^ío0ï'Þ‰+šW[ÓS+­úÍ3éïÒÁ¾ óøô©ÓÆC!·Ë]¶Ê]ZWÝEÔ½êÝÛwÕ½j£u®:Öj«¯ÐÇNÅŒç†so«Ò¦¬œÁÕé2ž¿•òG.Œ˜%Ó,™#FÂÇÂ`#…BÓ·§Ëóe©ˆùÊLŒ&=UŸZÛ¶õŸôÄÅDæûLrtiŒ{y¡ìv¹Ýnã…1tn¨QcÅNņΠ9í«?Õc§b+[¿ù Øé>t$ù,âV݉±DúFzå #çG}Ú¡ Á¾` 7è hk‰ ‰°‘ÙÛYÿ!¿[u‚Ò&ßÞøvÕ§ÖÊ £iZì˘´Ia¦P½”ž¾žNŒ&ܪ;t$ì 6j¬ø—ñÐÀRûÆ>EŽE–mbÕ°V{<ˆfê gw»Ô²Uÿ›È³S™ð±èªkÏNeb_Žl¤|n·›Ÿ%À&¨H£p»¬#{zƒ²C~X Àúèý;Ãx`zz€@`‡yç¿ër¹¨el;kÞz/÷‹+ô Ðï<{öì¡Á¨IìÖ@:g#úÝÄš·Ü¹¥òfJ$©>¶mÛý‘Ûš·~ýõ×–¹í¿m÷ûü#FZù–¨“úNÛY=ruº=ìíìR¾·¬ìíl5gog=WçNü¦ÿ_ýõ×_-ÿRNÿ-mÛ¶÷ ×xaР»>Ðçæý>{{»ºOMÿ5íLܳgOê/©.­kÏÿ·§ÛÛ=û_³é¿¥»tµ··zúS½ºøÄŸ&ܹÝn÷ÐÙ¡ÚëÖï±Øç±ô÷KU˜)ˆHa¶àü™þ[:öyLj®m;5©îS—ªî§×UW‘¡³Cn·Ûý‘{âOoÖ^‘¡sCîÜîÜCç–ª´KëªÖùä÷“Îý©Þ¥u5jÁFEñýÎwíêµØ±Äh™h<7"áˆÛínÿm{$qÎOœ]p®ëW¿ôï—º´.·Û}úÔiÛ¶«û¸ê õ+€@¿qÑãÑÄhbñ‹³ÅÙÙÙêôÜ܃‡ÿg1z2fogÜP.—ÿu0öEìÍl÷súc]×uý¹~é?.}->ž{4ç¤ÞÂl!ØÌÏäE¤T*=yü$|$¼ü”é~¾0S(—˃¡7U—KèÏu]×õ¢ž»—«ÎœKèOu½¨ëE]ÿIOŒ%D$4Ê?Ì‹HéU)v6f/ØNŽ „š´`sCg†ò÷óÎãÁ£ƒñ¯â¦i–ͲºW¹8"¯Ò8×õ—NÞþs"ÿ0ÿàáÃ0+‹‰‹‰eël2CÝJx/íñx<"R˜É¯|ÎíRË–Yw±ìT&|,ºêÚ³S™áKÖNQ÷©‰ ‰Èшg¯çM!öì1MÓ)‰mÛíííµºÝîÅÅEg¶'úï'^џꃃ??4tnHÓ´á? zšþÃpa¶pé?.™¦yíê5§fœ¼¬&«U×¥uݽww©ê~Ò»v;ó/›>xdðgãçÜ\úûôôß§'þ4‘¼’¿<û"ù}$v":ªÛ‚Ë{Õëò¼Q‘=í{~ýßåÃßí[ójæKsåRÝÞî»wîjû5±æ-¯Ï»l¶&3Ô­ð³æ­Fáv'XGöôeë¯ÐçîäòóÞƒÞ®]µ—Šø%"Š¢,û³:”BD´µê³d~ /v*–ù.#±,«çŸ{,Ë’Š¤o¦c§ê\{®[ufÉ|SuûµêÌ˦;Uì :£zÒߥ3ßeÒ7ÓòúÃF-X½ ¶Ñ.”J%OçRÁŠ?»Ýnç®ÙÒ«RÝEŒF×.gµîÜ+gk2C£þðþÙê@ïûo:;].—¯]½V76W½±Òxa¨õi$ßï|"’þ[:p( "žÀÄŸ'œáé-®Aõ¨µUWúó¥*U:”îÝÙ©¬¢(¡]±swrݺs­º-øëk píÆ5ç|@D"Ç"±Ïc†aüúë¯år¹a™÷ª??ÿZc­3%\1>IDATè7_ôxTª¯û~Ö¡sC¥R©T* :~âø‡ÓNѓё #Á¾ ˆû‚‰ÑÄšN‡ŽŸ8^[uo¦v|èÜPéU©ôê­* „âçⱓ1‰ŒÅÎÆœôkmAÛ¶‹?‡Î ¥ÿšNŽ- ¾Z´•ÅÕá2^µ{áêtÕÞ=|nøô™ÓζôŸôÈï#ËV¾ê úÍ7xdpðÈ`ûoÛ™ÉÌZõ‡¼½^¯×»ß›M~8í;³,'Ð÷ôöض;±†@ŸMz÷{½^¯÷ 7ÔªNOŒ&¼Ÿx½>¯×çõ~ê­ÞWì–æKÑÏ¢"ý,Z*•ª¾Å¬Ž„‰žˆ*Š¢?Ö«c{Ò7Ó#Fö´ï ôœ=Z*ÌÅD 'P·ÿ*>Žìißù,²rWàC°Õ7ÅÛ‚›bì8z€@€@€@èèèè===@ @ @ @ ôôôô Ð Ð Ð Ðzzzz€@€@€@èèèè===@ @ @ @ ôôôô Ð Ð Ð Ðzzzz€@€@€@èèèè====@ @ @ ôôôô Ð Ð Ð Ðzzzz€@€@€@èèèè====@ ðÿ·w?¡mœ}Ç…Yø Tx*Ì@€á•Ù@e¶‡r¨—]ˆJ±Éáh Q7‡¸í¡Î›C£í¡hsØ×N¡[÷^åТäìBCXõ_èb½ð–LÁe§àÀ"Ð@ ~ s؃lYù#çÝìïœ'ã y&¯?£!èôA€ @Ð è‚A€ @Ð=‚Aôz=‚ èôz€ @Ð èôA€ @Ð è‚A€ z=‚Aôz=‚ èôz€ @Ð èôÀ~ä¼Ð³OǘYF2è5­Ý8b–€„-7A€ @Ð=‚A€ z{į|RlñøtÆxL0’A¯iíÆÓ¼\l¹z=‚ èôzϰÛçЯ~ßhýe•9F2èý±œ?–cŽ€=‹-7A€ @Ð=‚À‹ã0`´dŒÇ$üV¿o<ý æLþKœüaX¡À3‚’ŒŽÊä³BFR7Ž˜„g÷ dò_âä?z`„ôA€ @Пr k%yÖxZ™ô{ZÜjuï6ROo&’Êùî‰)²h¤ÖÆÙ$uŒO’ƒû®Œ¹à@Ô¼½ÛðÒFk_¤7ŽØµ°}kÉ=IÓÂ¥t¢À.ß›ín¸i­ˆ¤TÝWýqSÈ9E#ñA¶ü³¢æªt¢'j^+"šÎÈZؾ½Ä:ýH£ñ`!XÅÚ~ÉÆ‰DÒniË?´\ÌÎäœÉƒ6-Ü öwÍönÃ8*îÎúÄn½D$‰»šlj¶o/ýê?èðØøÿjüÿâEœsïk%õúZ%X UDªQM‹Õ¬ªQu$\ ëa¥eë=À>aÿØ»ËÆQ‰»’XqD4µuklï%"i•ÄJ«í5ý2ó¶Ic1\°k²¢iQGT$“ä4QGTÅdÅvìâúB4z€Ñ¯ù0Œï,éDb­8ê*ùÍH6Ó_ž÷N•ü/ˆëI"ǺÑÕÖj|ç99X»Z;<6^»Zc’£K)q£S³±U#âl¿D‹þÌ;^%•‘­A5bcÛèԬĻŸ3\ ߯<~dbüÈÄûµ°ÿ[ƒ? Ö‰£…Úµ=}­ z°O+ðçЈôwÚdŽ¿cNõͼ~F²žˆx§¦ÍÉ©­‘´ÚÄÚ8Vkízøœ ¿Q¿ô¯—j7êLòo#°ða *)GR²ýr¬ÑLñw3§Ç<'ŸJzƒ¢*áà °»½+ ×£éÓ¥£Ç ÍïÍïGJ§KázôÄa­V«t¦Tý¤R>[&è^†dg»üæÚ}éÄ"¢oæýf¼™1§N‹#’Hü×@6߇3\ã»F&)Ÿ)eL¦ñ]sð·®Ö&Þ*Lä'*ŸUÏóÌñÃcãµkµÂ±B=x᫅±ÉñüÄ…‹Û»éSDDæ¯l®_¿Q/›<œŸ>5¬.?ó$‡ÇƇ?A¿Ñ”D2Žg$7øJ9ª¢¯ËGòé’$*ޤÒ"‰Í]N8ÿù|éÝRùlÙdÉšòÙréÝÒÂçóƒÇ¬¬4Ëçg®ÌO÷øüô`ß7½H"ñŸWÂ+sý¦7'нšo߸Þý¦f­UùesëNÙá®ß¨—Ï–D¤|¦týÆc;1š÷šËw—ï~®…ó_-º\kCký«5q]ù!èo¬×tÊé£Ú×õÙgŸlè3¥ù/¦NN‰Háh¡x|Ú&vêÄÔìù:6>¨|¦$"ïŸû |úoø—¶ÿ ™sekã©ÓÓñ†}¢8ÿö“Œº\úèê£EQ1ªêdRŽªdºvSD#µ,uÕLV6%#‰í&±$šKÝ儾ï׿®Uÿ}nþóÉÿC¾þuÍ÷Ÿü1Hþ­|ýëZél¹û°[>·w?¹ò•ÞÏ}š÷ü¯#!c<éÆÑsŽÛˆÛWkº²*?´zû°Í‰bêw¹è?úùnŽSo滟Ïo¼áÇGræ½²ÉðI^ºY‘©S¥_9ùÿÏìõõj(ük¹Œz*ªN&¶"±'Φ¦cU±bmÒíÚ¨õ0ð“ÉÓ~åy?q½ÉZáØ¤°Bö­´qÏ–Û‰¨H¯éãÛËñíe={gÙÞÙÞ–ý¼š|€èz=‰F'_+×׃`#ÌkÆ8ž:j‰5r³ž8)I6Eânbƒ8Ô oÒ/ïRó»\ǽ”=Ø¿Œ1çʱˆŠèö:ý³ƒñ ¿}$§ï–vY›§Ú_"Wý)¯ºUW’f>kýt>“ö<£"bÅv“n¸´:«Úõ§U\õ÷Y²ôààRcÌÙr,¢‰•ƒ~Ó?¶~»]ó&ŸgÆö,?+škDµVØ^½ïÏ8žˆÄI7ŠCûH|§XôËF½ƒ63=ØïMŸ5æl9NÄ8Úß=oj(>äSó#Á¨W`‰\؈Z¥µ´†ÕÀMæøwâ 9vÚ(o”…9°Æ2l°7TyàÒk¡Å*xÉR` ¸\Cä(Ьýuü'ïÆÈ£™Ï|ÿÍè3£¯äS², ÇS"üq˜†Ž—ÌFFû‡ÖSþ£ð}Ž!„±k»Æëe»Bú¿…>ãÅOBˆòrI2þÅiH}´pTì¾JèË^¥òZŸ¡ ¹¾³î_ööI’$„(õâó¼þ?¼B’öÖï¡ €Cö*¡ßBÛóŒoØØ$Cû±øbç…óGé¥át:núò_gî$´^·aé_~Ù'I4€C·šZBÁšÇos¿Ý]ùЛñ¤vœä„Þ•ù6FhÂ'õbWr¼ï(ühä¿+Øv‹éÇ«þ ŸóŒ/vU‰~{hZ]~˜2 C"§`™´¾+(³J³Æ·Ÿÿù'üåoHü%‘~”>Öé{¹`5ºRNòr8oL¹)Ï¢‘$}÷—òÿ°‹]CôH}?¤7 YÇ ½XÒõïóÙÇiÿeuhÔg”4Ñ#~BÚ¥Xq~èôùkóàÎOU‚ÿ´x¶ ý˜ïÁ¨?½–na_Ö…<Ô‘ÿ{>ôQ(ûu¶T*Õœ}„‰@øÓ°B×õì×ÙÄŸ†a!Öÿ¶.„ÿñòj•?Ë„«[­¬P³r%¾Y!„óWÎð'aÇû©GÊ—_M­æÿž¯[~÷¿ºí²=›Ë !¼C^ç¿:kÖ,ïkè×CÊUEôˆøŸã‘O# éŸðÆvÙ^,ÓÓ©G©êB.~±xáü{¿]ûQ‹ß‰W¾…Ì?æ÷ùí²ý…þ"õ(U¹L²ÞÊìì_£º„ë6]Ý~±(ðþb4ì²-3êLîµçòÊòÌfš)F«í¸»t·fɥ˗šÙ¤¼Zõãý^M¹ÙB]’—Siï9¿ôϼñláù‹ÌúVÑpØ$W6»¶#NG_A{Q»¿¤oX[¸¹XJÄ®ÄbWb¯—¾º+IRôr´X*úÎù"ˆCÄ¿Œï_­òç¸|=½.„÷×îi·‰Ç¯þœ¹2c—íꜚÿ{Þñ#ô?Cùoê'ôåÛó©µT9¡÷ùk×ܾs¾™Ïf ÃPçÔü7ùôZÚºÉ@øÓpz-} ._Ò”w±wñ¡;:õžõÎ|633=S>}û'ü‘ßE2O3±«±Àd òiD"ý8m½U}ͽ«P7`ݦ«Û/ ÜR—YÉ7ê‹ü>’ÿ&»B”W6ìf»@w5÷æäW»õƒô!~zùÓO?ýT^XvåZLý]Pû§Hätß{hԑϲZÞi/zòÿî³^C*lý£(þï ú€…b±¨ÞTÕ9Õ?á_ýëÞîÊ 'q/Q~°ú·ÕÈ"Þ!ï­…ʶ•ÕöÿYó”ųuƒôõö‰]¡ý¨½ø¿/^|ýbóëÍò³™§™Êš¾s>ûÿ°{‡¼ÚZyíÍ;ä•z¥ÿ|}êóú#ˆKE嚢išY‘ª—”//þù"ñ áŸðûÇüÉådeµø—ñÿ|±þÖg>›±¿g/o˜!N¼øç‹åˡ߆üþê9ñu·ª©QùA9ùÞ¿¼¦Ìuš5Ýþ͸¥.³j™É€báó…b±(„¸ýùíò¸ê¤Ýà „~ªL6<á„~J>LÖݼ¢üÕó=BˆB¡ ëzyiICṄ½WòŸóÚ%i3Ÿ—„ôB}§ì†ÿ_ìŽúñŠ]QÚÙ[R½ráÛÂþ­ì²]Q÷;Þs4ܪî—ÓeÑ_Ö­›®zó†n©Ë¶L>Ÿß{«yGïn»@_;9áÔ]ÿ'ã'Q÷ËäµÝ¾âKIˆ’ÓéÔòY£ÇVø¶`ï•4£Ïþ+‡Ñ#þ¡eþ²úK¾‡@sÔ9uèìÐÂÍ…ê…·?¿m—íÑ©hf##õH›ùͺÛÊýrç¨ ²¼²¼¼¶ìtúÎù"¿,Þ\ô{k3Ý<,^S+‹ƒçƒ‹Ÿ/VÞôŒ\ŽÄ—â ·Œi£úv¸…;/ìïÙe›\Ú)• V,nU,íïÙ}þò5@“,r÷ö˜5]· ÜF¿,:>p8d‡ö£&„°;ì],ÔõÕÓ¯j–Œœ9è½|õô+³½ü¢îRCüRôHEÝèszƒǰ_wø~ú•hÔ'zúRÒ…o ZOhŠa±«1ç‡Îê…¿ìù¥â…þBê‘f®Ì¼q[áMáóK½RôJ´ú©òÛ‰ò{³=‹ ·?¿ít: Û…ÌF¦r{£F`"`³Ù²¹¬ËéªüdsY›Í TVË}‹LEŒ]ãöÛå¹ ¹¼²,„_K½Rø“°xóþ±™Äý„"v-f³Ù$Iº{ïîÛïJ³¦Û_å6 lÑeV-s/!„˜¹6cë·Ùúm×?»~Û Êyå§ù­FÎ4¼Z0½Í^êqä¶‹þ1¿ã=áØÂÖ'õÉBêB8Þwü´k”¶u:@“òù|üËxäw‘Ê’È•ˆrMIÞOwŠå)Ê5E™UÔyµøc1q/QI”Ë et:šy’n?[I®$•«ŠóC§Øùoò꼺óò|›ÔJªzaj%åò†.†*ßK#„Èår‘©HüN\Wûúú÷Ö…L,%¤)0žKEu^]~°Ü°—,ë;zø“p9ìf~3ñçD{}±Uتþ³¥»øfM·¿ÊmØ¢Ë,¤ÖR¢G”w¤ý %—“Õot±Ý :É~Ë›Xo~J–e»l¯Ì¡¯äùî³C¡ ¯ö‚ý=‡ûŒ[ôüRHRþÛÂO»ÂãtÄ®©ÅçEã%9=àq :Öÿ¶®ý ÓN<Ó9ôeúK}õI¾ô£&‰‚V2“þÔ£tæiVQ¾•D68 n~;þe¼°]pœv¨³ª"q‡ÛðÞ!& ý®Ð¶µâ¶f†Ô+I…­À¤óÛ­âsÍxiH’dð_ýGCêQJW8 Ã(|_ˆNE›ü€2œ &SnÞ$î}”­´Ía€#¡Á”›jäñÀÑÔSÝ8^NɲL+ÇÔ/hàøÚ›r“Ýà €ãÄ;ìÜ¡Ž5z€„ =z€„À‘×cñ\ŸÍNÈf>ëq{iÚŸ†¢¦hÜ;_gƒÎvz!Ä ½H ;}6{âÏ ó!š‚ŽŽòΓu84íOCQS4”ÿû¦EBÏ”à#¡HèÐ ¡HèX>Ÿõ ºŽuóUÊÜ+Òõ¾{§äÄóÃ=¸Únyï9ßÀ «üóö À™ ïæ`½L/Êî-¡Wo.Ì\Užmotëp¾£­·o³åÕ9õÙöÖq¨ô8p€Ð2o5¡ïJA ßüç|mlXyyn²í½œŸàašXJ ºK‰nõÝI½ùw¼ÆyMÉ+?ž!oôJ¬T*ÁÆ9P…ï ¾!¯EÉ« Õ½SýîgªÃª”ÅîZím[»ôqØuÆã:ã¹ôq¸°­ÑþmìNÛÖ¼ç|Ë©µñÒX¼¹82êsñ¸ÜžKSÑ\.{"û±‹g­Jçv+!9šÍx(7’z«Œ—Æáíü–x˜¼þŸ×I„/‡»Òw•Ë=û£3Î+}QÚÑK‰Èb«“´ü®)'’ö¼¼Šü.¼ð_‹BˆÕ¿­†.„VS«ŽÓüÏõÖd6²¾aïÑ?X¿8ìö»K Çi‡þRÏæ² ŸÇW‡Næ¿YíVGTwnWTtmʦiÑ©¨Ç½wªëzÝ‹›òŸ•ßÕö_‚ÇïĽÃ>—Û»ª†a¡áúåË“Þa߀Ó<Ô^Ý;Éå²ãÁ§Ë;ì[^Iµ¼áÅ\ý‹]¡Ì*·Ç3ä/%š©Ný8MKO3}½}á‹¡>[_æi¶a±6ŽÙ†Bˆºåt%î%¼Ã^ëÍÛh.³{ û¥º<Çbœ·Dî·ÍLG ßÚWÍÔ«ª½Ñæ»âÆœêòz†¼7æT±ûzwñ¥„ç¬×ãö(5Ë…5k7³îB,ÞÚ‹™¸—°Ãtlr¦ª[Èå‡Iï9߀Ó526žÿ:ŸZKŒ¾Š©½¥õ‡ŠÉÐjf¨4Û,Uÿ´ú(þ$lë·ÙúmáO¡Bñ?-š {eV-·gõíÉ–ŽÄO•G¶ýsÿñ›¾±©Ì*©µTåÏÔJJ™Ut˜É“W®)‡Cô›ÍæóWß7éÚ)¥Qû×=­í¯‘ÅÙ¯ó»×ÍïÕÛyBb1Ô-êÛü+KÝ»šœÁ:óìä…ìÐúèt4ôÑ…l.»¹‘•eY½¹ÐðR¯2½µüàÙö–:¯ú^½“¸—Èæ6SËÉìFVì‹·â®ÿêÒ0—ZInå7}þØ5¥¼0r%™Ž<ûv+µ’ÜÌo¶¼‰ Ó:{_ü<^z^L?ɤ¥³UïÖYì±nœ&-?L†? !ÂCË¿ÉÕLã´T_!Dî›|j-ÝÞæfÍU36ö' M–爌óVé;züNÜù¡³‹ãj©Z­Zu›/~ßÚÖÒk«éµÕ­íÂâ׫e7²éÇ«é'ëÚ¶VYÞLX³v3ë¾øøæ×ÙrÌêéIuÛ䀎MÎTf÷ R÷“[ùÍÀD ôI8ý8“¼—ÜÊoúÎù«cÖ*C«áPiþ„öº ¹lh2P½$4ÈTµÕÃþN\Ó´ô“õôÚjf#ÓÒŽºuª<¢í¿+²_ç}æ÷¹ÕY5ù×Õôã´"ý8L­ª³ê[Õ¼ÿæŽ]Sòùüþ+ç®Ršhÿº§µý5jéÅ«[çZovnç ‰ÅP·¨oó¯,uFõÜÌ)·í²V»à”,ËBˆì›'”²>›ý…^¬{Mf½'ã¥áóe7²ûW®ü¹?H.—UçWW’’$ !FFÇï.Ýv8å¤Ä?(Ò,B3ëoæ²¶~›Â0 ÏYïÖ·›Bï°/üixü7>Y¶›Õ±ùÂXÔ·þÞÏù’÷åÈÚ¶6â/¯o±Çºqj:.ñç…ÀùPÍòÒó¢?Ìæ2RdìÞ!_:µ*Ÿ¶[»aã´ZßAWvã«J´n5W4ýÍád±£êòýqÞLG×\ÙK½Òú_WƒŽ6ÆUóõj©jÕmî=çK.%ÊÅÓ¶µÐåpöéÞj_¥×÷/o2¬Å(Ýß}Õe¨®lÝ6éäØõfdî?‡¼ãg*³Â¸ÎxÌFiÝ¡b1´,ÎBÍ”¤nu][…M©Gz=Æ ÃuÆS÷TSS¶J{¶q$¶}ª<šíŸû:¿0¯®®­Z,úŽî?ޝ>^O¯¤ÊE:¸a`ÖPÆK#¾”È6>3‘z¥:¥˜µ“¯Jf«µñšÒüY«ö5¢ªs»•43Ôkš¥ÕW–šÂT›fN¹¼ÕH­$÷÷N¹eDçо-¨7Õüwã¥ÑÎŒmM™U’öR!D±TùÍxóšY¿<Ú„’$U.©KñÅ/âñ/â}6éú¬Z=»«¥à ÕÝ{©TrœÞ;æí{3{¬§‰‡Ëº®»œžê%ׯÎXmÒDã´T_!„ÙHí¤¹'«I)²ýó&UN@º®'î%”9%ù y@㪪U·y©Tªt¥Ýa/•J•§ê.o2lKÝW]††mÒjîÿYÃ[/ïø™Ê,ˆE̺CÅbhµtÔ7Y›Í¦_ÈU3æõ¾¨le=ì;i·NN•G°ý³oÌ·©{°ØúmÁÉ`ü‹øõÿ5SÝÂoaÔÜ+™¹™¹)ŸãND¯Dî.%è”b¶y“¯J¾xµwÖª9ûUwn·³¡nQßV_Y,^hšÙªë/dfº–Ї§#±éhüKŸ­×¦¿Ô=noe†a”Ç¢¾SΖ®ë—¦¢ 7««a—íÉw›¯X«ëW8λwn—ßÛŠ]mÖ{w²…àMÔ÷Íž“µçZù*­¨;¯Žéíä]cueµúʯ|}Äaàt¨³ŠgèmœRš}UjkµºµTÓ¹]LH̆ºE}»øÊÒÌV]!3Óµ9ô†aØzm6ÉVz^T®¾>ݺK Ã0JÏ‹fӪŸ†#Sa·Û]½ðÂGf>S4M»¢°­E§cû3•ʇBšYßLôJLÛÖª?©ÐIðfê[-81~cN-íè¥]™W;¯Ž™ô£´Çí©=òi»çCgúQÚ¢Øu§“úPs5N–óèŒóV麿“pþÊÑÞ¸2«WM©Ú«Z¥O•9µT*–JEeN N+O)óji§XÚ)*ójp2Øù¡aÖ}É2«”žõ—Æ “qupÇ&gªÎÕ*C«‹‡XÅÌï#ÉÉĽ„¾£ë;zâ^"ù 9óûˆI{_—yN=”Sålý¥¡ý ÕœIöÅÑ+±ø­¸ԧΫѩhå~ð[Á߆ÒÓúŽ.vEéyQ½©zÿÍýöO)f§µš™­öÖTwn³¡nQß–^Y¬F3}×õ².'ôû¿Ôba~áÆÍÅ3®À…û×C•5æÕÌFÆåö.„|ç†êFËÿ½»ªÔ|EFøbÈ7ê»t9:pÆŽ&ü5[E~›_ߌÿœïÒTtàŒkñV<~k¡ÃàÍÔ÷ZLGäÓvߨÏ?æ÷žõTÞ2i»:f÷“>ºP;/†÷“Å®Û8Ô÷€š«ápj¯œGpœ·Zrß9_áûBüÖíöÆ•Y½jJÕ^Õ*}êtø'ƒþÉ cЙ~ýåeÞ!¯,èwœvÌLE:?4̺/r9ì9ë \z‡½ o™t~l¶÷ÕÚïÈ™ªÍ»ãõ†ŠÅÐêü«sÖáHÞOd6²Þs>ï9_f#›¼¿7µ·Nö?qœ¶ûFÇýcÁf¦2Ä©ò¶6—õžuW—vÿÁ¢Ì*áOÂî³n!„ïœ/0éW^}(ö-ƒØt$õ(íõ œq.†D´ðÅâÛ?¥˜žÖÞ¬‘ÙjzÖªVݹ]LH̆ºE}[ze±Íô]×_ÈÌ´ó¡XB¡žŠ”?0Ñ ³ÏµÐ\'Ì;ÒÑàLÕ0Õà«ýÛè¯#ØþʬâøÀ¾:RÃàÝ9ÓhM;é\²‚².(¶îe 'ÓNܘW#—£ÆîOêüÂø¨ï•Üìšõ@ÇÃñm®ÃíŽSpèÑ_G\f#›üèxüƒ!δG§s›ꇒ´¼5-'ôŒÔ®“ßsø'ý†!ü£¾™+±cTòC Ç·¹Np§€3è¯Î£{«œiNç6?ÔOv¯õ0È]øbè@ß„¢¹œàCÔêpû눴?À¡þŽûMÐ ¡@BÐ8êüc)8Êø×o8Öx•€&m~q :÷/oêK‘.¸"€Ã•ÿûfÝ„¾Œ)7À1FBÐ ¡@BÐ ¡@B€„ ¡@Bà8'ôƒ®AW×£u7ì1m ¼#zÞBžºá³í­V#´´ @BßMuÓñîæè•h¤þxw•)7åÇ©µÔȨoÀéŸæóyQuƒÿÊË÷“Þa_eaâ^²¼Ü3äU®)†aTv”ZIŒŽ8]#c㩵TÍä–å•ÔÈØ¸ëŒgdt|ù~Òº´ûKh¤f_ çÕ¤ÖR#cãN×ÈèøòJªú)ë]´W°º[u= NfB¿_6—]_Kß¾¹Pø¾»ªˆ7ï»×Üzßü®yœ®,4^ê_¥×· ›Ê•ØòJJ½¹PI‘c×Ç{rv#›|\ýÛúYòärMqŸqnæ²þ1¿òÇËS-•° Òד’›Y‡CV®)©µT“»h¯`u·: €8§dYBd72ûŸë³Ù_èÅw`1‡¾zr|ùq6÷•Üo»bÀ骻ZuÌÍ\ÖÖo3Û©,ËåJŒkÿоú?ë‡C¡mk#þñJÀ‘Ñqíí«ÌWŽÓvã¥ár{8¾z¼nV‘º%´RSx‹Ï”Ÿz]NMùÍx%NÃ]´W0‹ïb@t"µ’ œí_îö‰¶çЧVj§¦ÔÝGMßÜoMª:›Ï[X¸¹Pø¾ ëzyI©T*?(þXB8N;ÊÚöê ÚšbÄ7òzÉZ«%l5ˆ…×åi?í²]S申+µ;ЀèP›Š5›˜ô•?ëxßñÕ“uºGD¹wùC±¿xZçÒT´ðmAì MÓ”YE™â¾2N‚žw¡’É@lV)|_$Éý+çÝ;·}£>ú$ôǃÔç'ƒÀIô š ¡@B€„ ¡@B€„ =@B€„ =@BÒ ºjàm6;èÓwP>ŸõV‹uq¿m‡:Ž£…€„ž3)HjÁhç@{;Í¢Þ\˜¹ª<ÛÞ¢m­Ûöí H†=úNéºî9뻯—\šŠV»†ç¬W×u^ùp,´4P]5?M9¸üãдêÖð y£Wb¥Rñxuk3 ßüç|û;´™ž=aÙ§uÛ¶Úòí5N«{I?JŒŽ8]ãÁ|>ÏyÀQÖóvvc³ÙÅVªÌx8RVo¾àt¤e"Ó3Ù màÈz{Sn.LRkéòãͯ7…›ùÍòŸÉÔê…É€xó¾KüNÜ;ìs¹=±«ŠaûærÙñ‰à€Óåö-¯¤ö–îŠsªgÈëòÞ˜S«ß¨K©{Îzõ—F%&¡]‰{ ï°w¯´»B™Uµ–}µw­«ÝÚÊAWÓƒfå¯sï×ôHý³\ë=õÆÁÛD§[ôB|)á9ëõ¸=J½oõšûß­jæôU)ªEãXŸ"Ì%³ÊÞ]J8N©Grÿ«“\ ýß9ßæ·›å—çü×ù¡Ê}B”vŠ…ï ¾ª7¦…‰{‰ln3µœÌndÅ®±x+¾?`äJ,2yöíVj%Y¹6Xü<¾µ­¥×VÓk«[Û…Å;qëRÙzmþ1_rùõ­ÁäòjpÒoë•,Bå¾É§ÖÒåÛl‹ŸÇKÏ‹é'™ô£t6—mX³õ£ÓÑÐG²¹ìæFV–eõæBå©ÌF.µ’ÜÊoú†}±kŠu‹¦«çu ûrßd…¥RQ™UË/¥¹o²å®±ûFk܉kš–~²ž^[ÍTÝÐj»T])¡Ù.qØ|ù-ìRnÏgÛ[Õws«›ÚlÀ˜ Œæw]ã@ûT¡ïèñ;qç‡Î†‚ižfR÷“[ùÍÀD ôI8ý8“¼—ÜÊoúÎù»Û­-tu{°NóÖ‹i½­Ù©©žªQÍtº…ìF6ýx5ýd]ÛÖ,NFwÌÙ IDAT¼åJ=ÛÞRçÕšÓ~“EµhëSÄ÷ƒš8k••ž/]Ç®ÆHÐ !„èÁ1ÿjj]‘ÍoƦ£åûô«MÇü5s–¦Ô9E>m·õJÊ5eýñúþxRT,K;EY¶/̫八VÕYE–í²lWgÕÕµÕ†å N>¨Jè$ß„­C©³×å~[e×g¹ß&÷ÛÔªìÁ¬ fë¯?ZòJ’$õJÊ•XõÛ» sª,Û%I _¾/´·_³8UW\Þl./„Xý[Z’¤Ô£´"›Ëû†½ÖaßhµUuV‘û÷­óRu¥„f»h¸ëfÆa3å¯{W²Õ 5Mm6`̆™†»> >­žCŸx˜\˜S¦U˜_”OÛ%I 2 ca^­üY¹ñß•nmã k¨Õþ²85µÑSÕ#ª™N·°·~¿]Užxs¹lò~òöç ÍwYQ›?E˜JÖ• O]š¹¢&ü¤ ޲ž·¹³Àù`쪾ÒuÝívëº.vEj-µÿ´^,G~3n-±_ü"ÿ"Þg“®ÏªåSv©T²;ìåì{©TjX*‡ÃáúÀ‘~œöùÓÒž³Y¶[‡*¯°wÿ¦TrœvTVkX³õ ßÔ›jþ»‚ñ²v~‘íÕ $I•÷ [ݯYœ ïW™U…©µÔÂM5~'qá|`3¿¹pSµ[ÓÕÖy©ºRB³]4Üu3ã°™ò7œ3Ýd#T7µÙ€1mïú€ú´Ò&º®'î%”9¥|]mq 4S…íÖ6º†Zí/‹SS=U=¢šét ÍŸxµmM™U’’åþj²kÌŠÚü)¢Õ³ÖÞö½æó‘+ ¡Íét !–WRn·[áv»÷’´·ü×Ùž|p×ú ît:ïÞ¹-„È<ÍÄ®Æ6sY!„,ËE­èt!ŠZQ–åf þ$¼ðyÜ?æOÜO¨¯î6J–eí¹æpì­Ö° f뇧#±éhüKŸ­×¦¿Ô=n¯u™[ÝoC’$9Þ³§§%Iòó-~Ï<É8Þ·—_t› [Óh—ªë%lÉAÄì³c60Úv }*„°Ùl‘©ˆç¬·ÁÐ# Ã(÷µ¾£J·vtЙ”¿þ2;5u±§ÌBYôB“'^]×/MEn.Ö-O‡ƒÊúÑre›»€£àm}`2°pkÁ;äBx‡<‹Š&/ì_íÂGf>S4M»¢°­E§ëÌ_Œ^‰iÛZͧ¯‚ãÊœZ*K¥¢2§'‚Í”jhØ«¿Ô—ï'%ÉV¹ºh2TpbüÆœZÚÑK;º2¯6¬‚Ùú†aØzm6ÉVz^T®6~ç½Õý6Ã{ΧΩÉ@¹§”9Å;ìk)lp"¨Ì«¥bi§¨ÌuTªºSS:/aK"fK™®Ùg:-ŒÙÀh[ûÔ,ËßI8å°®—ûCwb)aFéy±íÏ*tXòN:³ò›Å´è}³SS{Ê,”E/¼^^ Nšžx߆#Sáò=¶»Æ¢q,N­VÖâDïzB Œë/uïY·Â;4dìÁ@7XÃC¾QߥËÑ3®èt´îüEÿ9ߥ©èÀ×â­xüÖÞ¤ÈtÄ1èðOý“AÇ 32n²`áOÂÊoD/¿^¿ÉP‘éˆ|ÚîõùÇüÞ³žÊ{fU0[a~áÆÍÅ3®À…û×C Üê~›áö–vôàŒ !‚ÿ1^*镹§M†™Ž8NÛ}£ãþ±`õ¼ÕVK•ÏçÝÿê>ˆ¶¤[1Ρ¯ßÅ¿ ‚fë› ³Ñ¶nõ©Y›øÎù ßâ·n[×ka^Íld\nOàBÈwnèPºµ“ƒÎ¬üf1-zßìÔÔÅž2 eÑ Þ!¯,èwœvÌLELí¿bW³c¡É¢Z4ŽÅ)¢ÕÊÀ1rªüÞhÝOžõÙì/ôúo§V’ó!š¯F¡POE²O3´þAÇ9:B…¢S‘¡!^\ïPÛßþt15:×Fî]~ò´]çnÌ«úŽ^*Õù…ñQ_××?è8GPòA’lžñŽ´-ýèPMÐ9ù=‡ÒoÂ?꛹ëúúïø€Äá¶-ýèSn€ÃÇ”à]DBÐ ¡@BÐ ¡@B€„ ¡@B€„ ¡@B€„¾9ƒ.~ó›ßüæ7¿ùÍo~óûØýî®S², !²™ýÏõÙì/ôbÝÍR+ÉÀùÐáfó϶·¸ ÀÉÐFîíöã;ôdó8vâý/h àí8ˆ»Ò=Ç%)¯©°ðùBúQºð}!ùçDõSÅRqä7ãuCÙúm{ɺ$Uf˜I,Å¿ˆÇ¿ˆ÷٤볪oØÛd@‹4Ãî°W”J¥ö*ÕF#t+ÄÉûO±Ýo‹þ8½›ùl¦¦fvÙž|pW–íÍ7Œa’$ !ô½²ØétÞ½s[‘yš‰]mæ²Ífäf0ÙQ¢Vt :ÊdYn¯R-7ÂÇxלÀÿÛI[Ô]¹~¶½¹®Y~ᣠ3Ÿ)š¦‰]QØÖ¢Ó1ëøî݉¥„a¥çÅê¹àÑ+1m[«þXj“Ì `¶£ʼZÚ)–vŠÊ¼œ ¶W©V×?è8ïîзßá‹!!Ä¥ËQíGÍñ¾ãú•ëõæÕصØâ—q¹_ŽN…+_ˆé?ç»4Õ~Ôœ8ã·:/€ÙŽjx‡¼þ± ±k&3S‘ö*Õêúà]swèO•çod7êä‘}6û ½Xw³ÔJ2p>Ôy}~þùç¦JyêÔþÿ$Å×ÃàÄh#÷öûġߡ?uêT{Vgó ?,Lꀣà îJfBßIeªÛ‚|ÇßC°m(þSìÁ¶p ¸C°m(îÐl[Š;ôo´E9§ç7¿ùÍo~ó›ßüæ7¿×ïî:Ìï¡Ðvî]þú_ÐvÀñEBÐ8 ‡ùŸb[úLßS ìwÈwènÎ[»l8îø6Oúwy0Hè_b)10èJ,%ZÍà™Ïú#Ð?L^ÿÏ뉇Iú$ôÇLæi¦¯·/|1ÔgëË<Íî_¡ðmÁ;äMÜOVþMWå>ýëö»âÆœêòz†¼7æT±+*+,?Lz‡}NWð|PÛÖ*aãwâÞaŸËí‰]U Ãh¸~E1k6¯Ûñ¥„ç¬×ãö(Uåo£œ-­í€w+¡_~˜ B„/†–&ö§û¡OÂꜾ*O°y¶½µ¦Íâçñ­m-½¶š^[ÝÚ.,Þ‰¿Ž°‘K­$·ò›¾a_ìšR^˜¸—Èæ6SËÉìFVì‹·¬_[ªc6#»‘M?^M?Y×¶µJù[-gõ:ˆö@C§dYBd72ûŸkãß϶d`ÐÕä7Øœ:uÊzš{éyÑfs©G2v ï/Z•OÛË{Qÿóú—ñäRÂyÆYÙuuÀÊŸÞs¾äRÂ1èBhÛZèr8û4S^a3—µõÛ„†axÎz·¾ÝBŒŒŽß]ºíp8„úŽîŸ ”[Òlýšê·³n™kb~•^ß_þVËÙêúÑ>ï”6roï°Oî÷ÐwQâá²®ë.§§zÉõ«3åÇ·ÿ’V²y« ƒRÉî°—ÛöR©Tyªœ} !$IªL)–Š#¿¯ªîúͬc³uËßj9Û¨×A´: ½±k¬®¬f7¾’å½\¶|Ã~æJDê‘„©‡ÉÀoC¶^[ørØ:”,ËE­X¾Ã]ÔŠå·/¬²gÙž|p·²ß®0Ù# Ã$I¡ïèf›×-«åìV½¢}Pí$Ì¡O?J{Üžê¬Q>m÷|èL?J¿JÓí©•ÔòJ*~gon½ÍfÓ´:Ä NŒ+sj©T,•ŠÊœœZïúÂGf>S4M»¢°­E§cWÇ,¦ûCwb)aFéyÑbÒ¹2¯–vŠ¥¢2¯'ƒí•³[õ:ˆö@µ“p‡>q?9se¦6•¼Zü<˜ ìåôý¶Õ‡ÉàoCB‘©Häwáñ@ÐxiÔLCLGÔùÿdPáóG¦ÜÑ_ !.]Žj?jŽ÷×÷£ f1æÕصØâ—q¹_ŽN…3O3u7÷yýcAc×Lf¦"핳[õ:ˆö@µò¡XàX{§?köì‚ €“îúS§Nu„¬$ô‡€DèÐ/h€„ =z€„ =z$ôÀ‰r˜ÿXj`ÐÕüÊü*`¿C¾Cÿssºù¯óÞaoÍFKׇ~Áúw—zkaq~¡ü&i4Ž‘ž“QJnë·ù†½Ê5Åf³5¿yáûÂзü˜¹=8FNÎúgÛ[϶·ÒV ÃPæÔ–¶5^'åÒ$ôÇ™ÜoWçÔìF¶üçÀ +q/ñz~ü®¸1§z†¼ž!ï9Uìî­Sþ]ùÙ6~'îö¹ÜžØUÅ0Œý+ º–&½Ã¾§+x>¨mkÖÛ69_?¾”ðœõzÜåUi­c¶Z†ºëw+Hè» ÷M>µ–.O¤Yü<¾µ­¥×VÓk«[Û…Å;qñjŽMùÝù6‰{‰ln3µœÌndÅ®±x+^wG™\j%¹•ßô ûb×”–¶5“ÝȦ¯¦Ÿ¬kÛZ¹´Ö1[-CÝõ»$ô­)íèÊœêöV–¨³×åþ½ùô«VÕYE–í²lWgÕÕµÕfb.?L©sŠ|Únë•”kÊúãõº«-Ì©²l—$)|9\ø¾ÐÒ¶fÔYEî·ËývuV©”Ö"f«e¨»~ãà œ™ãåY+6›Í;ìUg_ß$–eûët¿T²;öþ´;ì¥R©™ÈÅRqä7ã W³½ºl$©2¥ÉmÍÔ-­EÌVËPwý.Æ }³šùvY–‹ZÑ1èBµ¢,ËMeÕ²=ùànõ…A ¹Ù¶=Â0 I’„úŽnz-Q¯´­–§“òDtÑ»õ=ôÁ‰qeN-•Š¥RQ™S‚Áf¶ºðÑ…™ÏMÓÄ®(lkÑéXó{4ÛÖý¡;±”0 £ô¼h1é\™WK;ÅÒNQ™Wƒ“ÁöÊÓIù"ºèÝú²ÆÈtD_ðO…þ1d:ÜÌVá‹!!Ä¥ËQíGÍñ¾ãú•™æ÷h¶í¼»[ü2.÷ËÑ©pæi¦îæÞ!¯,hì‰ÀÌT¤½òtRþƒˆ€.:UžÈ‘ݨ“PöÙì/ôbÝÍR+ÉÀùP‡ûtýüóÏM•òÔ)þßN°6roï°OœŒ;ôf_âÎ5N¼CNèO:ÕywÐq C¿  z$ôHèz$ôHèÐ$ôHèÐ$ôŽ¡žö6óûlvš8– ½Ô+½Ð‹4p¸˜rÐ ¡@BÐ ¡@B€„ ¡@B€„ ¡@B€„ =@B´ º]tðVúÄýd9OÜO—¤Ÿ‹ÐïY~°\ó =϶·žmoÑmÀÛKès¹¬öƒæõùF}ÚZ.—­<•Ï烿 ¹Ü×Oèãpn#k½¼ú®yÝu*ÏÖÜ__^IŒ»ÎxFFÇ—«Þ%(¯–ZKŒúœ®ñ‰`>ŸïbàØ'ô‰¿, !B‡Ã‡…‰ª›ô‘+3ùoò·o.l~MEÖË«Õ]§rÿ¾ú^þòärMqŸqnæ²þ1¿òÇËSÕ¡²¹ìúZúöÍ…Â÷…ØU¥‹q€ãЗJÅÌÓŒãÇÐY÷ÐY·ãGæI¦T*–ŸÕu]ô»l—z$÷Y÷Ý¥„õòjͬ³wEqoYùýŒÔ+E.‡…‰ûo¬»:#õJþ1¿BûA;è8@·ô´·Yj¥ö³­ó¡ºk&ï/ !ÂÃå?ÃÃʬ’¼¿«„·n.VòéבïĽÃ>—Û»ª†Ñ|ä\.;>pº¼Ã¾å•Ôë [{÷ßÖ4-:õ¸=.·çÒT´ò6Âþàå2×ÜÔo¦ðñ¥„ç¬×ãö(sªØ ·­»|`еü0éö 8]ÁóAm[Û[{W(³ªÇíñ yknïS· ¯µʪHoÊ<Íôõö…/†úl}™§Yëî«»°RÚN:¥ni;ÜàØ$ôéÇéèttõ¯«Î_9ÛºÈä²5 ÷ÙÜfj9™ÝÈŠ]cñV¼ù€‘+±ÈtäÙ·[©•äf~³’m~-,•Š ƒD§£¡.dsÙͬ,Ëêͳàå;ú϶·*·ö›,|v#›~¼š~²®mk‹wâÖÛZÄÌläR+É­ü¦oØ»¶7ñiñN\Ó´ô“õôÚjf#cݰû«P­¥PEª±ü0þ$$„_ -?LXw_Ý…›´Ô)ûKÛáæG4¡O­¥rÿ«üYú±º öóuVî·WO£•í¥Ô9E>m·õJÊ5eýqýùr9’ý:›ZKy‡½É@f#sá·8: ›\NíÏÀì²=ùàn{Ÿ”u:wïÜBdžfbWc›¹¬Âñž\ÔŠŽAGÃë²ðt$6é³õÚô—ºÇíµÞ^á+å)jEY–­·mµAdY®ŽßIÃv1T™±k¬®¬f7¾ªl[z^ô‚3W"RT·…­›½‹bzõÕÙæâ(L¹™ùlfõ¯«E­8H­¥ô=ôQ¨íh†a …sjr%»2Sóì….Ì|¦hš&vEa[‹NÇš½Ó¶µê™ !“!eV)=/ê/&³2jŠgëµÙ$[éyQ¹ªX·Ùlš¦µZxe^-íK;Ee^ N­·mµA‚Á×ñçÔ†e«©B'¡J?J{ÜžêäX>m÷|èL?J›µpÝ…Ñ)ÝÚ`¿£òµ•ò{òê_W•kÊâ‹þQÊ]$Ir¼o÷û2Óû§Ü„/†„—.Gµ5ÇûŽëû2þêPå;îþs¾KSQíGÍù3~ëÕ‡Y/‡ C\ê/™ßGra~áÆüKÓQ¹_N?Ù›C_?øïÂã ñÒ( ÉÂ{‡¼þ± ±k&3SëŠ7óõÕ×tD™S|£ãRù4\ùðƒYœš*tª¡ÄýäÌþK¸‹¡ÅÏãÉ@Ý®»°¢‹RÑáæû*ÏÊÈV}ÍHEŸÍþB¯ÿÍ-©•dà|¨Ã} º~þùçš…ñ/ã‘ßÕfƧNâ{Üp‚µ‘{{‡}âþc©ýÙ<š¿@ª»œk!€ìúS§NÑÝBâ@BO '¿  z$ôHèz$ôHèÐ'Êaþc©AWó+ó_¨€ýùýÏÍ9²—  ŽBí´'C>ŸõÑ›€c–Ð7tã7ÈD©é,£å]¨ŽzsaæªÂ»‘€•Ð/þ×¢2«4ùÒú8|è¯ÇñJ<0èªüx†¼Ñ+±R©Ø•줲¤ú©šÕŽEnÑI!»Õ¼'Cb)10èJ,%¢#:<ñp¶Øuõø)ÿt²ÇÂ÷ÿ9/K€““Ð/þiQW×ÿ¶Þäú}}}Ë÷“'²“žmo•ÒÒö~{ä±îæ+ïøÁjÞc™Ð?L^ÿÏ뉇IÖÇOù§“PÆKãP?Ö ¡ïªøqu^Íæ²þ “›,Ì©‰Ëš¦íJÓ´èTÔãö¸ÜžKSQ]×__6ÜŠ{‡}.·'qïõ]Éå‡Iï°oÀé žjÛZýÞÙÛ0vU1 £¼°úž·Y³ ÷Þa¯õ>¹ß63)|W°Ž–ËeÇ'‚N—wØ·¼’ª¬úbÝ6Ù¿Úëòì eVñ¸=ž!o|)Q÷î~S-`§¶y—ž³^ۣ̩b·Åf?çpºFÆÆó_çSk©‘ÑWeÐ4ë!ÔdóZüÊj¹Ê57¿[‹S­Å˜û‡Ä~™§™¾Þ¾ðÅPŸ­/ó4[Y^wÛº +ÑÌl©ún^£ÉqRÙéþ]7dÖàuO85»«<¨>'˜žĄ̈öG€„¾séÇéèttõ¯«Î_9›ßJê•Ôy5z%Vÿ•E§£¡.dsÙͬ,ËêÍ…Ê Þæ×ÙÔr2»‘­žh‘ÙÈ¥V’[ùMß°/v­ÎœŸÄ½D6·YÞPì‹·âuÒ£zA,6Ì}“O­¥­ïðé;züNÜù¡Ó:ZäJ,2yöíVj%¹™ß¯îÁWßA¬Û&ûW{ˆ|/=/¦ŸdÒÒÙ\¶™©ÛMÆÉndÓWÓOÖµmmñN¼…fšIÝOnå7Ð'áôãLò^r+¿é;ç¯Û•m4¯E1êWùN\Ó´ô“õôÚjf#ÓÌ(j8[¹Hì·ü0þ$$„_ -?|nÖÝÖ:`3#°¥êw¸y'ãÄâ °P·}ÌN8f;ª>'˜Ą̈Ûp¼œ’eY‘­Ê *úlözýùÄ©•dà|¨Ã} º~þùçÔZÊn·ýz¨¼°ôcÉyÆœ Þ½w÷u)Oj8Ǭ% IDAT=·¼Â›‹R˜¹2S½°šñÒðù²Y!„÷œ/¹”p :jBmæ²¶~›Â0 ÏYïÖ·µùÊÈèøÝ¥Û‡£œú'å¬ìÑ,ˆÅ†Ù¯dÙ^·j5×-ë]-—Ù,šwØþ4<þ_uÀº­±¿MjV«üé=çKÞK”÷¥mk#þñJMë®oÖfqjªüUz½\Gm[ ]gŸfÚhv×Oîl£y-ŠaZåWìºÊ­Æ©Öj̺C¢ZéyÑfs©G2v ï/Z•OÛͶµcÍŒÀV«ßáæǸÙ8©WfÇÎþÛö-P÷„S÷èö¹Ïº+ ßÔ›jþ»‚ñÒx#‰)•ìŽ:¯—åW;!„$IÕ-*Š¥âÈoÆ­KR7ˆÅ†f™–¨šã®ëzâ^B™S’’ÑKñÅ/âñ/â}6éú¬êöî_ǬMÌ”J%Çé½D¤n£5ÙMÆ©S4M»¢°­E§c½a™®ëñ; ç¯ÖÑ¢WbÚ¶VóY›ÍVý©P³6©Y­"81~cN-íè¥]©j+÷‡îÄRÂ0ŒÒób3óqÍâÔPæÕÒN±´STæÕàd°+­×­æmµÁ‰àëêÌ©] ­Æ¬;$*ÒÒ·§:ù“OÛ=:ÓÒfÛZlf¶Zý7ïðJ¯á'ª›i¶O8¬Ùõ6ÛpèŽÊw¤ÉïÉ«]U®)‹_,úGýF _ U-ýÂüÂù—¦£r¿þ4œ~²÷Èå°aè Aý¥1óûHKñ…—.Gµ5ÇûŽëWftÃÊ<][¯ä9ëߺmÍÎwi*ªý¨9?pÆoí}x.ò»ðx h¼4Ê3LÛäÍÕ*"ÓuNõú¤)üq(÷ß¹Wm«Æ®Å¿ŒËýrt*œy𱮋YœÞ!¯,hì‰ÀÌT¤Ãfïnó¶ZŒ™éˆ2§øFÇ¥)òi¸RåNªÓj̺C¢"q?9³oï.†?&u·µØÌlµúnÞ ³ƒ¢fü”•שßížp¬X“êm¶àÐþ‡bkÆ¿ŒG~WûR×ðC±x› …Bx*’m”»¿µ88 à8ÆŠ­±?›—Y|õõۿ¹1¯F.GÝŸÔù…ñQß¡ÇÀ8ü„þÔ©Sô…#õ¾„üžÃ?é7 áõÍ\‰zPq¸Sn´{—§Üü‚¶Ž/z€„ =z€„ =z$ô =z$ôÀ;¬§½ÍücÁ>›æŽeB/õJ/ô"Í.¦Ü$ôHèÐ$ôHèÐ ¡HèÐ ¡HèÐ ¡@BÐcÏÀ k`ÐÕù:ÀñKè÷“åd7q?ÙÅÚŒ®ëÑ+1ÏYï€Óå9ëŸÒÓ ¡oßòƒåš*vMI?J/ÜTŸ}»•¼—°Ÿ¶wóÙöÖ³í-F Þ¹„>—Ëj?hþQŸoÔ§ý årÙÊS5·á+VÖ¬°|?92:î:ã·¸ÙŸÍe…®3Ñ#œgœwïÜ®ÙEj-526>àtŒŽ/¯¤Þ¸öXIŒííb¹j5%I?NO]nwÈ[!µ–õ 8]ãÁ|>ßdäåûIï°¯Rý½BÖ‹¼Õ„>ñ—e!Dèãpøã°"ÑÄMúʽðêûâ‰ûIå7|ÃC›¹ìÐðÐ?Þ0Ëém½6!„Ì»ª¤VRúŽ^³BúñzòArs#ëpÈÊ5%µ¶—‘/?L*×÷çf.ëó+¼±ü0U§F÷“Ñé˜ÍfË<^O?No¶j.'Ö×Ò·o.¾/Ä®*MFÞü®yœ®~ nà­&ô¥R1ó4ãøÀ1tÖ=tÖíøÀ‘y’)•Šm„*O× _K½RôrXTMà)ßÒ®ÜDßZtþÊ©ëzj-»¦x†½©GéêP×ÿ—"÷Ûlý¶ëÿKBÄ—{™ú½e!Dä÷3R¯¹B$î'ê]¢$„ê¬"Ëv›Í¦Î¾‘mÇ®ÎH½’Ì/„Ð~КŒ¬\I½RÃ8@µžö6K­ÔÞœÕ]3yY¾.ÿþÿÛ»¿Ð6Î|ÿãßæÀ#Pa.Ì@ °†#³•øÖ_D¡ ‘ÉElr  4ê~q6±Oàltr”豳Э{ T¹hQrì\„ºa•‹€¼ƒu K´à²Sp`1h =ÐßïB¶¬8–ÿå-ûýBçñÌ3Ï<Ï>óø™ÑÙLöZ¶ðíÝÑ+£Û=¨WõDÄê²›ÿõÚÜĎž8Õ¸—ÿbÂ_Òã_äO¥š8ÝNã‡ÆòzïÅr=î WDN$O4·\7IW_T›û¾®Ñ¶5]»iÍf—¹•z¶2è8©“Ck¦wßm ß Á¿"Âý)É^Ëf[¦± ÷§F/®9xuq“i{Û2ÝŸªÕEÏ²ìÆÆ¶µ©×}\Õ²ìáOÒ}¿MœøÝ€¿¤_‰× ®ã8"â-x"b¶Wv±ª/ª¥Ù¿,‡é6¬ÃVõEÕ[ð•lÅk~W€½-bÚ5'ËXÞí’›é‡Ó¾ï÷ý¶¯±¾ñéûmŸïûÓ§EÄùÈ‘™fô’ÿb²u_Ó4E¤º°zVƒ§Ó"’¿×Kú«ÛyþtxÝã}’žùaÆ_ô%Ê®ˆ$û“­ÜøÏœ¿èû‹þÿœ‘‘s+@ø,#"¹›¾ïk­‹OJéÏ2¯×ߨ,{=W­zþ’ãæÄ¦]±Åš€m1Þií‡VÓÿúÊkàÓÿ:4û×Ùü·…ÁÓƒã_ä²×rcW²öa{ä\¦ùpªˆŒ]¿5™Hž• ø‘ =ý`ªpÚ¶ì«ÿ>š9»þätäƒHî‹qÑ×¶º¬áO†Ç®Œµn:9þ,íþäÙ–»ž<3¸»Ï¦íHdòN>q<)"‰ßÄ.ž[/ПMÛF&oç“'L¥.^Û<Ðo­f`[Y–%"¥'Åubqûiÿéû…]éÑxj–7Ê`OÙAöNô'å½}±€w@t0ã 0‹m°Ÿ0Cèèè====@ @ @ 0c}¤§wëÿcþ9£¬±Ë3ôÿokòm붇ÓÜÙqwvô24t zuöî¹7þòÃ߸Œ Ðï ùÛù#=½ùÛù½JÖå Çwzî;Ím]3à2€@ÿŽý½ÂÕÿ¸š¿W`\Á5ô¦ø¸ G2gÓ3R|\j–¯™»m]3}¤§wõ·Ü¸ž‹÷%â}‰×s¬n÷^!q”o~Áp²,KDJ-é¤)bÚ5ß[w·éû…Á3é7<ö‘žÞ-¾ÁæÐ¡CG¢ê‚—*Í•¡t }É™é)«Ûn¥ußæ?×”'Ž' ·óN#"î¼›>Ÿ)=.66››-™]¦ˆh­{Æ[ÿ?–xþlnMcô’NžL–ž”68z¢?™ù}fàwI˲×mCë.›qƒs\wßÄñdáNÞq–OöDj ±ý‰¾¹ýU£Ü_ôS§ƺ­=ÒÓû—™ï_ï±v•¬žûvNsƒÚJOþÒlÏšh·×Ö¯™¶ýÖr‘lÚo7ò­ÓV.•ŽÊMÏ€}iÙ;ÑŸ”Ý}ý[”¿w×÷ýÞh¼µäê•Ñ­×P­Vmg9RØŽ]­V›¿jd QJ­ùgsÙ@åY%÷E®ü·Š^Ò[jðíɉ?ONþy2bª«×rÉþÄš6´Z÷ˆ[´î¾ÕjÕévš'ÛÜØ«z'~7°ÅÖ¶îÛÚcí*Y·«7mêµµFÒ56mæ×L»~k=å­nƒF¾õaÚÊ¥ÒCù&<Ð~ô:ÐS÷§Z'ù“¯£—G”¡Ä­u#‹û‹~»J,Ëò\¯1×è¹^ã[—¹42véâä'Ͱé/ùñXbãí£Ñè7_%"ÅÇű+cs³%q¯¶a»Ã¸•sl=YwÁmÌ•zîê mÙ…ï¾y=ƒ®ÛÚÆ¾¯÷X»Jš¶uš›Ö¶³½6¹f¶v‘l»‘ïx˜¶¢ã†lj?¬¡Ÿy8Å[ƒ‚ÕmÇy8#"±_Çò·óZëê‚׺×4Íæ#­"2tj {=W­zÕª—½ž:5´½› ­Í°i*³ºàe¯´=JÓÅËcî¼Ûúô¡ˆ žNg¯e« ž¿¤oÜÌmýèíα¡S7®çª‹~uÑ϶høÓáÑ˺®+TæÝ‹—Æ6h­ˆdo檋^uÑËÞÌ Ú¸’榵­ÛÏ›îµñ5Ӿ߆VOùzn»|×ô{(ÀA ôùo ߯MgÓùo "2~3W|RìŇÓÉã}Í Fþof`p¨ù¾Ž‘K#N“:=”:=äôDG.e¶Õ†ñ›ã7¾˜8r´wp8ûmÛ£4¥Ž'?¿pñÈÑÞ‰[““·Æ—7>Ÿ‰‹%úÛšÈlwŽíŒ\±ºíäÇÉÔÉTâX¼ùwšÌÙtòãäçç/9Ú{ñÒÅÁS© Z+"‰¾DêäPòã§Û½0²q%«GßÎinZÛºý¼é^_3íŒ^qºíäÇ©“CÍÅ*[o仦­ØûC ¶kŸ<‹«T*™ #‡ ·;| ÊÞ&†€NqЊÅvݸ™9QõÜÍñ“tÈA¦u¿O—(@§Ûå@èÐ!Æ`WX‡Ôé”Ö’ú89z™ÕÌb˜Èîèß2âÅ.ÊœMgΦ¾}?L %ûÞ?Ñ8 xmåÎßÍKÁ;×ÀÉT]kúà}b†o-Í[‡úà=c†þƒì©¡]oCãë~wlöñLßñÔÖ@š ÐcçÊÝùúŸç?º}ÇßB xÿXrè÷‹æs®<ðÚ í¾tÝšëÖ\÷¥«žy УsÔÑ5£ªª6ª5©Öëï$Ðsû°ý¦©nǾ¹§s­Ÿ}r2DB"¡úޏ(>.–Ÿ–Ö–Ÿ–šš<žäN`gx(ömŠ‹ï þ&î]¯k1Ä×5 ¯l¯êþR­±A(¤”¡¶u¡ù¾ošfã_þ¢Ï¥°o}ñq±7u]W­Â‘h4ª”jÌÅ6þÛœÐuÜê OmvÙÑhtu÷_9î ¯®uȾ¾äêY2û´Øw,©íλ¾ï‰ˆiF¢ÑØ=Q|\Üñò®Ð/ýú WD‰èÐJ¸¯¯ü E"¿rÔ‡æ5Ô꾸!CIX«DK]DB!©n-pµGzí¶ñ®L§Ûq]7‹5Îéî­ùskzxÝ¡}ÿÜÞ%±^µúw¥ö²‹Å•R®ëV*•X,Öp­©®ºàú¾‹Å•¡*ówÞuz–_…^óýر¸2”;_©z®Õ½\^õ\«ËC*å9§§7z4*¸n¥âV¢=Ñ7oö\yND”Rö‡v¤+²{‰^‡´VÔ%ùE«@t õ@‹RõÃö¦y6¤” i1DŒz£Òz bh-"ƶӰÙek×ÕK¾ ›¾ïë nv™[úvunï’Ørµe>Æs¨Žãè•ekxU/ÚUJ‰!ÑžhuÑkþÊé‰6„ØÝŽûbµÜ}áÙÝŽˆÄŽ%–—â8Q±¶Ac¶8=?ÇâñXÜqï¥çµ÷ý«¢u]j5ýÒ——¾ö}íû²ä‹Ö¢·ö`k uP×A­øuñë¯_‹ÖÞÙ»n“ô"â-¸N·ó&CßΗěT °—{¿]õ6ËÁµÖ¥ÙÒº¿j.¨PJ™á¿è™]¶¿è™f¤ñ+½¤+ó½T«o¿í!êíé{6g¶w§÷”ÒJ‰!uZÛiË-Ü|н®EZOÄý”hÕ˜éß˲]×õ=©=j¿Éз³Á%ñ&ÕèßMj5TìX|ÓÅÐvcõv—í.T›ëjÊÏæDZºbbˆR|R|ÍÛµžùд#±7öHÈT_×<©,z­ì jªˆ( …vrvÎa{îY¥÷Wζï‘Z¼é%°ŸtÒ{èC†è–å"öa§R©4Jô’®T*ëîeš¦õê‚'"*ÜŒzZ!1Dë¶;6mñ݈îOn]×E¤®ëîOn$ÙÍÎ26ülán$òùÀ4UDôÊ:@Li”ïìvÅêv’Ç“V÷¶½ GËu´Ö•Jù / €ý¤“fèœòÓR=X^ÔnuÛ"Ry6§µVJ9No»ínçy¥­¾S2»•çµg:¤”sØñßÂzwÓ4]×ÕZ+CE>ŒØ–½O.@D”Èf¯Â|—¢Ñh¥R™}RC9Žã­<ó°ãK`ß8dY–ˆ”Ö[s1íš¿~Ò¾_<“>à}ט¹85´ë-±,«üׯš{VÉü~dÝt ½š·²ö^숳îÜ|£qdR`'v½ýIá‹¥°1e(çC‡~سþ‰.ôvKnöƒÙÇ3Ïtw·è;ÏÀÉTã©âÝeY©¾ãoZÉ›×€÷%7o–æóÀ(v3ô;Wך·4`w1Cèèè===€uìð=ô©“CÓ¦û€Ž ô*¬j¾G÷»‹%7 Ð Ð ÐXÇF{Z,ÿï}td wz¢NO”>ö,–Üzzz€@€@àÝ1èÐY"¦M'¼sO‹¯¿ÁœÎßÅÎo‡z¬(ù‚ÑNé|fè@Gªùðîl(éü]ìü×1Ct0=@ @ @  Þr ­%X¯<¬èèö4¿\®=*†^+¯Š:Ö©AbQGeXí‹§_D”ašbKppïʸrÀHóúQÑ›*ÐúÕIzÓ=ïVL[§Éô0”†WÑ3ÏýRµæÖµ‘RÖN¯™ˆ)SâÙrÙ€‘æM¥dÑ[“æ%Ð"¢Â™w«§™§ßã*R,¾˜¬,¸¢u3ÉúxR-«²Ó=“ê‰ɃÖ-< öwš¯èGEÓP²X[]@èåˆ"~MuUq«§w| #=½Û*ï¢Î½¯ óÙʼ«D”©”©TX”©T—R¦R†¸ónÁÍ–u@°OègýhÆ4”ø5 ´"*´ühlã#"a%ßWº‘égè·=¨§ÜI½¨Í.QaQ†(‘HU(eˆRbv‰^ÔS “• H èü4ïºþ3¦ˆ,z¢µÊ>“v.HW¤9=oŸI;—ÇIJ%ñ}µTSå9ÿ‡Mâ`þvþHOoþvžN~OC)~q1¯}­Lcå#*åŒ ØÙP`Š,*S´¯‹‹y-þÆuºóîçŸezÆ{Æ?ÿ,S™w›¿jýHeÞ÷%òwöôXèÀ>M?¹¦Hs¥Mää€y*¥~s.ŒH—-"ö™!óôàrIXé@kßWZëw“@¯põ?®æïèä÷£¢‹îËŠR2$$+C›*’ú—‘ážIÛˆ…‚F¡(%îËJEotWæ.xCÃé¾þDéq±ô¸Ø×ŸH§ÝoÍfår9}6ûc6s.C Ø ÁêrùúüsYôEDý&æ\±?bžC$ÿYE–^]‡Ó^ñq1ŽdΦ#f¤ø¸Ôú«ÉÛùø±D<Ï^ϵֳnù‘žÞü|¢?Ñœžüz2ÑŸìÅÇ®duã¡O™¸µ\Þ:O|÷^!ÑŸ<í:3ä¶Ì.¯[É‘žÞvÛwF _*I Ã6%Úú J‰ŠNeŽNÆÂi ” ‹RY*mPáÄŸ&ÒŸ¦3ç2f—iv™™s™ô§éÉ?M´n3;[Ê\™¼5ž:•ÚãýC û>Ó‹âÿuÖ½5ÞÌôæ©T#ÍWïÝ­}—×Z+ù¥¾ü¤l{wï2çÒ"’9›¾{ï••¥'¥™¦f}ïλ_OnZ>û?åé3ÿ˜."ù;ùÒìÜôÝBéII=qk²Ðçž–åÕêêrñÉìôýÂóò\²?9öÇl£°]%í¶ïZ|¯î*‘¤=2›9ZXþÄ NWB‹Ñv8:t4—êΙ£D”ïgwƒU7¥ÙRúô`kIúô`qvõ`æQqôJ¶p'ß×—Øû]D û–ê"¢­-"þ_gÝ/Ç¥eòÛ¿×ûr\{ž¼ô´çÉ¢¯_Ö6ÈôÕo®\iLÙ¦N¥æÊ•jË:ܵ¬Õe[]vîZvêÁÔʯZ]æÊ}ÂtîzÖê¶Í°Êþ1ûýß7Ê ÷§r×sò«-A|üzβl¥Tæ|¦ò÷ÊÆ•´Û¾C}]Z Q†i+;^ý(£ùeRZ*ùQ&Ýó• ¢+ƒ^oW§¿è›v¤µÄü0â/®Þ\¼p1{-F;¢‹xÕ*Ø¿‘@«`5ø„zzÅhùJQËß×?®.AQ–%±x»úò÷îú¾ß·–\½2ÚøÙvìæÕjµ¹M»rËZý$¯êøÝÀ:·Õjs÷WèÊ€Rª¹´¦]%í¶ï˜A Ë#¨¥[Óþ*¥µWñgÅðC›Uiš¦ïÕ¬îÕŽõ_Öš]$"ã7sÙ+cöí|ìXŒ@°kT#þR×KZ–|ûˆõɰ"Z‹Öbšæñ¤óõ7îùÏõO›/+מº?Uzò—f¯.x©Á¡ÑË#©bÏõœ§ñƒeY«a½My+Û² ß}ÓñœÃVs÷Mµ«¤³ш˜†é‰ç-UJ/^y©¨ŽFÂË'ëùå⋼'%õA]~SLeDÚÕ™èOL^i–L'ZV× ž4»ÌôùÌW·Æ“Ç÷ú7U±äì_Öµšþ{Eÿ­lž´þ0ÚHóÕÿšpÏeä'WDÌ“Î×_)ÓT€öfÎÄcñÖ¸luÛñ_GgV^]Ÿ½™«.zÕE/{37tz¨¹Y»òVßþ[Öu] ¤2ï^¼4¶œ,O§³×²ÕÏ_Ò7næ6>Ýv•tø]™²ÿ9.†¸2=ëçÊþxei²²”/ûùêRE‰’@Ͻ˜)¾—ðóHX…ŒP=;WíÇsô#…ï ù;yÑ÷ýü|á»ÂèFZ·IOnçÇ®d§Lïñ.b†ìS†Ò¾/?Vô’ù±"‹U鲪ÿ5áÝ֮̉ÖÎí¼X–ü­Ò\X¯ÂÝ­{¤ÍIDAT!Ý&å¿-Œ^]›¡Ï¦'¾œ<=("‰¾Dêäôà©ÁÑ «é°]y«ÌÙ´ˆ|~þ¢ûÂu>r®®hä|FkpxÈ_ÒkçÖ+étÑpßÜÏS¢ÄTJ‘¡”Djº.¢<í•_L׌¹H—Ô%"®¾*îÛ BÇq ßæs_ŒOüiRDbÿ'Vø6ï8kÿ ;+|›OŸËÔ^Ö2ç÷î›+5þîSzRäÿzÐ"¦-"5ßÛd»%¿z;¯fçäoåÆ:lóT*ô/QïÏ“ÍønžL…~«ýib¹ä#Ç?5?˨£ÑÞÉÓ÷ "2x&½ÃÎËôÝ…œ+ÅØ‡Ñˆ²•(eD|-âÛbÔUØWJ´hÔjÚ+¿¬8ArØÉnö—Îëü×%ú“ =ط¦u.S D‰42½ÿpÆ8#-AOÿ0£XY–½YšoýÑ5¯žÄ;£’f •Ê’SÓ°•¡LC|åY]¶! ê"~-ÐßUKvÒÉlæ7ÇJ=Ø¿LÓ<ŸñE”ˆZ™§_?0~äTFÕ§é ææIí»ÈRΠ›ör³A)Ö¥p,¶mS‰ˆ] jîR¥¼8§jÎ`wÖRÎ>‹ìzpp)Ó4Ïe|hù{¥™é_™¿]Ióf,FíYN8šé/zù²[¬|ðÜ6mÓ°EÄjžïêŸÅ1R)'c*û õ ì÷Lßešç2~ ¦¡š«çuKò»Ò|G0•ê‹.Tj%×›sÅ%¦£†¢‘„cF•R°[ôà`dúóÿ‘#¿¬óí¡*7üS°{ŸÖZ/éZ½®´•¤#‰ÆwÁ*#¤DÉÏÊ«{¡”©"J©r ôà dzë“Aú¡ƒGP)1Ä+ˆúõT«D‰!p’ž@€Éô†£ñüƒ¢7šø¦X€@€@€@èìI¡pdv¶Ôø™·Ü€Î3÷´Xþß9úÎ?°i¾øèûæ»;™¡JÐù—æ£Gã’C–e‰HéI‘Þ:%ÍÛ]V¬/!,¹:/Ív̰Ù(gÉ Ðai^D¦ô@G¦yŠ:;Í7Š%Зæí.«± Å–æy(èÜ4/< tnšç¡X ³Ó<ÅœæM“5ôÀ^b[Îj|·,3l¶ûg3Í‹È!˲è; C1Ct°ÿØbp޶lTfIEND®B`‚caja-actions-1.27.0/docs/help/de/figures/cact-schemes-tab.png000066400000000000000000001054501433352025300236670ustar00rootroot00000000000000‰PNG  IHDRú&lf pHYsÄÄ•+tIMEÜ ,‚UXþtEXtCommentCreated with GIMPW IDATxÚì½_hwºÿÿì2…G À ¸0dB ÓÀJœÀZ|s•ˆLĢѩÚÀF>Ý\$:¹ÈOɲvºQÒª -rà+pBTø•U.r²H…OÁ¥H`5Ì"Й‹ïÅȲ,K²lKvìG¤¡Âþb†a†a˜½»"÷½¿V„¾¥50ÂÇ>¿‚ˆ`/SæÞCûyY¼Äúõ»a†a†a^kVä¾ ?/„¢'2’õÂv–ãˆ^©’a37Ãå'Å™ÛË <àSÙ} ³Ìçæ :åø¾9ÎiŽ×ëÇ=íùÀïñsqMÕ¼(¼qymýù¦Õ? ³oå>Ac%ÅN‡Q"pQ?¤›/¨ü£)»vþ»ùÈé°q4<})™þâÖØ…ÔÜÝ!+~†é­±âçâBïCyHÎÜÎxÝí=ÚŽn_DNG¼s2Ëää÷„òð 04“W“}´jçãµYçï®çQÂÈ™Hh,¤ë ªÂzf¥®¥¶ §õ§/N[Ϭ}©¡ëÕÎ:Xµ3ÌÇšÅ<ÞúDáúÔ·5p $TžåKfQÑìŠ?•‹ßå#çRc'ÃT±@‚ºìE†é•è™hæËLýïÓÑ–¢ØíÆ‹¾æõÈç©Hý“‘üýü&BvwÙ9Æ»FäT¤U%»ýtf›xõµ¾ÝÀù¯“çÑ©)}XÏ~›M=J‘~DND·ão\ßúÙÚå"606B›ÿŸùþÎÍ=ÃìM¼1ýºÜ÷þ!Ð,©F\‚¥< K‘вŦ틕r!xÔ˜ùv¡æ€Ï×<-À0L7 ‘S‘콬B–åÈ©Hþû¼'¹å(r*9ÑTÍNîA®¡&þÏCÿ·ñÆß³™=ûþYmH³^XéÛéÆÉZBh«öº<+ýe:v&&Éãÿ6n¼cÄ?Žë‡t”°ücy>7_þ¡ì]Öžm›2 𻀦jÅ…"„ÆBÆïŒòåõ5ÔØïÇ’—’ AúËtâÓÄú‡6;"§#§&4U³+vþ»|îA®9^ü¶YÊ?”cÆŠOŠ•J¥Å`˜8=ÿ4Bˆâ“bæË ­7µño[g¶\Ü¿S Ð6¥¶àü±ãc±31mX#¢ìÝlþ»|/nÁó=ÿ ®Ò³w³s÷çêþÿ±\þqõÊÍ>º%: Vãr22q¦àܽ¹©?NuŠõú²Ù\v:e†ùsÃö¾K°Ý¿àæžaÎWw¾jùä“sŸôr‹wYóßëùm½».TçryZ¶a©@?ÍçNᙘyT)Ù`-¡f-ƒ¦éÊ P«Ï ðÿðO÷ÈÞÍ‚ÑÓQp!z&Zÿ¤1læBäT$ñ‡„eY±b…G…ħ‰ÈÉHsÍÞ L^˜œýó¬~HŸº0µqk6|–qȈŸGÆÁ…©‹SÆ;ÆÌÍ™è¿G³sÙè¿EÁ…ñH]”ŒGƽË6e€w1äîçr÷sõÁæµÂÇÃÉËIr)y5™¿ŸoûÐfçLœžH|š(?)GÏFËårüÓøÄé‰ ý¶…Ôœ¹9.L_œn“@. âä¹Éè¿E³ËFNFâÆÛ^ÖøwÃxuü{í¿mSj³ÎŸ85‘ü,)ª"~.ž8—Їõ^,Üšç{484€Â÷…¶ßnáÑ-ÑiüëÝ>Nüg¢R©Ä>ŠM_šŸ÷èÿõe§SfØÑœÜ[°>‘krþáŸQ ­³j=ÜòÕ¯V» .“ V­Õj5ï2´äåéÔ¢Ö¯Yá±ÀØI½\6‹VÙÐÀñëê+ š‹?ÛðÒáÞÃô‚eY…ï ‘Ó‘ùûó‘S‘܃œýÜö¾òJßÄé È|™q~u澋}‹œŽ4/ÀmRHÿ5íüê<üÿN}6¥ k=†Ð`Ã+ÓM;N½t+~\°^XÎKÇy┞”šƒj¶ªw´·µÐXÈzfy¡YϬÐXýèüºZ¥DNFLØ;y9iYV§‡6â©ØÌÝŒó«“ù69‰œŠdç²Ýý¶~¦ñ÷ªÔ[‹mÛ©›©ÔµTätdþ¿ç[¬Ê|iŒÝ&þ˜…f>Ÿéd|ó¿âµá•Þ¿Rª%FÝ9€[Ÿßòòg³å}÷|÷¬Õ@–e°ž[m›Ãí$z[7Nœ™€™/flÛ€[_ÜòtÃ×—Íf†þæäM»á7|Ã0Û'öA¬ñwönvÃrû ¶:t¸ööÕ©9we1iš„¿–Ñü9ÒKå2:”ƒT|A‘š~D Ž…—RÍÙ Ãt¡R©Ìþy6|2ì5ö3ŸÏˆeÑø V7·¯ú°Þ\Äšÿ6Ÿš-÷ªÚÞèJÓ\ ææÌôåéÌ ˜?™37gÚZÕ»±³1O yßf¾Î¤®¥"'#³ŸÏ6®‰ÿ!³7f›·þ¡ÍŸ(CJÝx*ËõO6ô[÷Tëôyî^.&>M4,yG©?N£žHyH-ÿvŠ×†WzÿvO©Æ•Ýï%b¹\^ó2–Áx¾ƒÀ^¶=«Ú&Çv½­ðz-åtÃDl.;›Í ƒÎÉ]‚Ýð‰ÜÜ3ÌÎH…Mí^Ú¬ÕÀ[ÌÓ: é*åªjWÉ0 GØ$ÉeÓÒüh‘¢ ë$¡ù³ºyËÇçî3Ìfðø5U›¿;ßЫš¦b@øxxÔ­ÿÝTø½‡°©gÍÝ›  F'¢é¿¤wŒÙ›³Û5@‚èûQH]K-š‹‹æ¢wÄJôýhóÛ<çD4óùL§!öõ8˨² êÚ0iS¬olàÿÔµ”]±gn®ÿ¾õÅ­ÐX(y99zt4vº×3o›´Ò)¥ÖÄh#çÛ/lÐj›²dkžï1k¾/@çͦ}Iô5Ùø… ºª×;±º¶åDì13ì@¤6 v@Od˜7–¿?ú{ËÏ€žÒåßf~ÛöSHh RŒ>¢ëÇ#B×Þ‰Œ ƒ¤ääͧ¦ešœœ ³)&/LŽ£×o^_ÿUæ› L_ž–eÇŽ}õõW› ¼÷6õ¬[_Ü2 Ã\2 qð¦Õau³ÁNœže¹¸Pl–¡Å…¢,˧&—-»Ò£ÿ×Ó%3ìJNîì—†a6ì$ô~×{'Þ{ïÄ{ݯé8D_‘ô…%;r*¢ƒîÈ ** ú!½æReIpÂ0L¿˜ûvN,‹øÇqo,³T.5Níì{›zVö^6y)i¼k€ å–S7R ­6yaÒ Áï1Xo1IîÞšs?r÷r¡±Pì£Xóy ‰ó‰ôítêFJQ”Ì×™õ]#ÔîdP‰3Ñ÷£vÅNÝHÍ};7ÐT+—Ë鿦H4>I\L$/'³ßdíeÛ[¦Ò y9™¼šLÝHÙ/ìÌ×™F¦­3;Ñ%N)µ)ç71ÿ OD3_ÌôbáÖ<ß‹Á@Uоý{lúâ4J(„X4”è¹û9ÀËÆÖ3+;— õâÿõtÉ »’“»»óe‡aö7êï¾ßÒýöߨªª©Zcí~£86;²~6µa=p4’ËOÍš ACŸ¾œ²ŸÛTeÅÏ0 Ãì[ôýáÿ<´žYã§ÆÙ Ãì9¼‰ÓŽ£û¢*æ¿/W^X¦U¡‰3‘܃|áQ¼.?k}†afÿqë‹[鿦Í%S?¨§®¦ s;ÃnafïÒAî»`-Yö’EDèG4'ÎDJOíçU ‰_°Ç0 ÃìGrr©)ãˆADæOæäùÉæÃL†aöó¬E©ïE«,ñö\†a†a†Ùl°˜§Vù Ã0 Ã0 ³‘šµ?Ã0 Ã0 Ã0û‰ß¨ªÊ^`†a†a˜}ÉoÙ Ã0 Ã0 ³_©/æ1Ÿòê|†a†a†Ù'”žb' y«®#lö Ã0 Ã0 ÃìÊ?”¼?x1Ã0 Ã0 Ãì[Xî3 Ã0 Ã0 Ë}†a†a†aXî3 Ã0 Ã0 ÃrŸa†a†a–û¯=‡GFÙ ûÌEofš6b].—ß;æŒÍ0 Ã0,÷Yrq¼¸Ï³Ó.usfêRò—¥EvÃ0 üérÿðȨ÷3ŽŸŽÎÞœBôKöWm4L=<2 M^œ®TvçUx½>9s'sxd4s'³ýHíb'A<wõ“OÎO6þ&—‚ÇB½äÏ7¤3Öøp}Ú™?™‘a®†a†å~]+ü²´XZ(ÎÜLÕ§"»%£{4õ—¥Åüƒ¼6¤%þ8Í9 .÷ïf¯üוÌÝ잎…,ËÁcÁü÷ùºú¯ŠÂ÷…†¾/|W ʲÌɽ!T¥¦Wð1 Ã0 ófË}D4 ãÊÕdìýØÌÍYïC˲&ÏOÁÑ@ð“ó“žðòƽQöÆíéÛéÐñðh 8})IDÞ‡ƒüV‡ä© óG³»mí÷ Ë| 5,LßÉ…‚`òZªyt¹K¼6凹»ÙÐñðac4ú~ÔZ²ú룂âWâÅY)<*6>ïôÜ……âøéèac4t<±f?¯Ç"óõêtÁú Úz`›œ=3‘»_—û¥'%(•ë¯”ËææÏž™èâä–4õ0Ÿš¡±Pæ›,¬ Úlî]ý×…äÕd0 Ž…Òw2†³´5µ9Ž»eÃ0 Ã0¯‘Üo;;QX¨KÆÉ “±ÏŠ¥ÇEUUS7g`eå€7Êî]–ù:S\(åæ²ÅÇEpiöóô £-–EúvÚx×èn@[ûë’÷ŸåÜý|# ÅÇÅüwóùïZKÖìít/ñÚ” r÷²‹åRøxxúr²¿Þ˜»›€øG±¹»kÖó´}nââtâBâ—§‹¹{Ù†˜nÖ¬¥'E/Íó<ëƒZïí>.=-y³ò“òØÿ[xR€Ê²mþd†O„»8¹%M½ŽPìãxêZ*þQ šf‡R7Rᕵ.›Í½³_¤+Ïíü÷…üƒ|qaµsµó¥ -éòúÆ0 Ã0Ìøªª`>5±•8‡GF[µš ‡Žþb¶ 8ªRøT¸ø¸¸þ®÷NŽu疮랜™(>.´|´ a¢þ÷¼>¢w1 ‹ýÅÇWU­òßó½ ¬%+v.^|Tè%^½û¡´P”‡d ¢à±ÐâÓR¿ÜRynG&¢Å…JH.…ÆÂùܼzPëòÜÐñpüÓøø¿†hŽKèD8{'ãy£ùÛ¶Aõ7‰=®_K©ÃzüãXôƒXòÒtêÆÌü½lúvF,ÛW®&»8¹%MSÿueæ¯éìŒqÔha¡˜º1;/‹ˆ½çÞ5þù:ã]o-YïEƽÏ{É„ýÊü-Ê~}†l6~ †1 Ã0 3 r÷²3_d°>·²l7–G›OÍÔÍTùG“ªÝØû½ßh7Œ"óu&y-™ý6ÛÅ€.ö7+]Ðt­ñG¥RÙZ¼º\ï e@Äþ®¦ÈÜBŒÁæO®\šêòÜÌôì_Ò鿤¯\M…‡Öd€J¥á‰B ïG§/%ãÅ„@@.äîçn}1ÓÝÉ-izëo™ØûÑ­o-YÉ«Éì·u­¿…T®T*úA½%Ûì@)Xß­êq ÕŽO†a†aAÿå~v.×Ðñ ‰é “鿆e¿,ª"µ½ESµì·_µˆ­"Ërâ|"x,ÔÝ€íÛ²½ñlÛ²½ “-Äkçý@.Íß›oÕöû§.&PÂNw†ñÕí[PxT˜¾4]jZ‘ú°ÚðÆ®`ÌÝË™o2ˆõÏ{wrînv⃘ì—ãçâ^â'ç'gnÎ6ßÞ1@ ˆÈëˆeÑÔ©P­ç–7Xn[ö.¦þk›-†a†é#}[»OD¦i^¿–ÊÞËN_œj|(ûeåÊs;y)Ù¬¶-ku¿éÙÏN}–´, \0—¬É ?0G‘¾1ÞÑ»ÐÉþõ$o¤*ËveÙNÞHEÏD{Œ×®û!ÿ  ›•œzP ¾kää»Ü5yqÚZ²šw$73q&–¼š¬<·E•®ßHmØïjö@¿˜831óùLh,¡±àìŸÓgÎnÖɪªåîåæîåÒ·ëûâŸÆçã^/bÃT ¼ÈÜÉQå¹Ý¼Ý"zzüúµTeYT–E²É?;Ÿú=òÚÆ0 Ã0L/ôatß[€ˆú!-t<\ø.ßXÌ3scæúëŸ\˜T‡Ôø§ñü÷õ%¿‰?ÄÇ'¢T%o·ò“s“Ö K?¤_Yé-ôÆêÙÁc¡ôç·ê2®ƒì_Oh,9%—&NOLOt¶Ánù¡Aæ›ìÔº§œý(6ûEzâÌD§»"'ŸœŸ´^XÆ#ýùLk¤ÎʼnÄÄÙ¨¨ÒÔ&ºÐâ~¿þ§ë¡c‘Kщñeâ’çïf£Ä(q>QþÁ,ÿœ^éøuOµ™©éËÓ³M«CêäùxáÑJæ¿H]K…O†QÂøÄþ±°Ãv’×Ö0†a†aza»[u†Ù2¦iÆÏ'Šxç+Ã0 Ã0}¦?[u»oõëû‰+2õµ²“Ý2¸½>‘º~#•87In-ucfüd˜}Â0 Ã0ÌàØ–ÜßCB5Íâ–=#uXœ‰Aädxêâ4û„a†a˜×Tî3 ³âżñ Ã0 Ã0ƒæ·ì†a†a†a¹Ï0 Ã0 Ã0 Ë}†a†a†aXî3 Ã0 Ã0 3Pê[uKO åJì†a†a†Ù‡r_1ô£ÓEЬ±§f?QzRèRä¹Ô3 —z†aöA©ØÌk¶ø» ³Ÿ(ÿPêÞðs©g.õ ÃìõRïýÁk÷†a†afßÂrŸa†a†aXî3 Ã0 Ã0 ÃrŸa†a†a–û Ã0 Ã0 ðÜg†a†afKH{Ñh±Üÿ“Âä!>o˜a^ßÒÇÏåZŽa†Ù<ºÏ0 Ã0 Ã0û–~ŽîцÈ~yoÎ(0 ³ÜzíB. ´Ÿ£I¯Zë=ôá.˜Ñl×± Ã0Ì ä>¹„jÃz—k„ÞûPêSsè‚óRx‚z¾ W´ˆ¢Èœf; úY…uåÏŠŒN•ˆÜZ¿«.@Û0}MõCm°‘wÁ²+D­O‘ý>ímuÆ5Ȩ½Zû!‘rªø}®Xq¾¯&É}÷*¹´õ )!(1 à Jîƒ àGô#¸%K2Hà‡ˆû øG”4j€ ¡ÖñÑkÍ@²©ê ä ¼k(o³âg˜m”zðÔ¶éÝ;5eHWüX“HT¨Ö¯úF–Ÿã’[«’}^O/…½lƒ ä"¢_iS•¹`Z¸(<¤õwdÀmUùà{ËQ­Fx ÿ3 >W (â¯EdYÖI ‘ê‹î'š[ld- |’ÏË?^O†jn͇>Ïá5·.¨"òüÆ›µ«…†é»Ü÷Ú~·»2Їuë™ÕÅO.!¢6¬Ûü2ô2&$! äÖh›Onà üʺXSà±g;fÿQ«’¨ MUW{ãU¡ù$mH¶—û4Üî¶ë]¸/îc%ç‚]±AQupÁ!j¯ã_H ø\°_˜•–rÀ€~Li¶ú¾·|ˆ(û$UPú*Ëy\Ê ‹jø½²Lü©€Ã:ŽÄœ¡Èv#Xˆ(„·¦ªZ£òI€ áj\¨7".ës–m¯Y¡ª@™Çqv\nS}ZFÆŸ`©–+f\52àçæ•av@î×[DÚ¨©mX³žYÐ'ÅOÕú1Ð{Š Å«RíGíö³‰¦Í;¼¸KˆQ«ñ£Pe¹Ïì3Vò¹eYˆ¨Èrý¨*|²J.ùeYžâ—úóКÛ(bÔ~Á¼ò"ª}[JD¯€P’ñ€è8µ—¢½8öËò@½êÃzzrÁy¹Ž'‚}>”ýˆø$tª‚ªŽ‚}Þ<àB+ƒ?fÉ!ô*€R}(½ED´db%¥¼kÑH¼¶AV·¾Bikþ!we­&³STÍ/X¦e[ËÂk õ!;ªGÇtÙ¿CÃíb)¡öRB9Efä>ÑFZ¿F5¨hªf?³VFk¶l>Õ,ËRu]é½f‘°1á´tr´÷cˆû9çq¡þ¬ú· ñl#³?ñ¦ešø$¤úÊŠš7üíM¥É²,–ûºž~e]‡7ôÛj’7,U‘Èéoß%P¥ÓUõj­¯ºÓq„½ìøüŠì—Qß[õ] T Q–!ªQ?ZYü! D¨¬8üU-€ª„?d°6ßæe6=<¯ É5„\w’ÅçÎìW§Ñ\°žC᩽`Ú3‡v@ñ“( _—ÅÛ$Q@9̉Â0ƒ–û·p>ôÙÛ¶íú)=µš~pÛGA¿µ«.lýúîjxD‡!T –ú®·’§˜™}F££‹ÚZú±¬BÄ(¬Ý&äz£ m‡ý ôQño8HA. „(õoi Ö3ËùFoá’‚>@DoQ‹±æ’ªjÞb˜þôâ– øSˆÀ¿âg A ÃËT à®Èk?B•ð§¬OÑkCáíÄtkÔ\—¸@î0šß7fhÁÍ–A‚òOvö±E/©P¶òO´³'ŒW@ÏÓúÑ pI3¢V9ÍrŸa/÷ÝkjY–Çöù|àÖúµmw7µ¾×ѵ³1úÕ©ÿ‹>ýÂ=·ì»YZ€.Ï23ûXô£ü¶‚ˆ‹?›²¢ × ª¹àC@(ùú¢ÈjnÓ\¢K+CûÔ²¥úI èGr}}ÁT—ܽ¬ÏAè•@‘eG"+†®{[rée Ñ „°ž;>Ê~E–e"¤êv»7>—d+‚qUIaÈÒÂð¢ Ào ¸e¨ \ʪmi•pƒ=—¬iª‚ÚËöžq\Â#†va‡Uú.ïè‰ ùTÅú|ÆSü ³q½£( õaÍüÉ2—Lý ŽRÓ€²,ƒ+U¶wJϺ³ü±.Û-Dª’ð´ï«~®ré´v±¾TêóFacD7­ŠwФŽý«@ÄšãÀ¯u3E@"UêÏÑ4¢•Ðp†‚ ,¨ZàQ£‘u€†CPµ@”A¬”H”`(´]÷µ&¨Kö²£È>D¹ùÖ³Py„‡EDKfS°¾ÌÌwÀ7è‡ ;£Q€ J2£ÙVF™áda˜Êý.í_» b? Ò è jÿÅaUücÁ¾—Ó>< PuìÛiíâþ~L9±¿ã‰ffÿAîšÓï5M·^ØvņƉ«Cï•ßý¡Q‡€·s—:W8>rkèS¶»WØmª8ÛMÖaãWÿëW@ „å§$PeUQ| !®Ô¨>D§J¢Jö¯¶þv^hˆ¿–$ÔàX€À%  ràW–M” |@ÂÛ).á¯åÚ¶ä>ŠeÛ²*8X™þEïH7ëy-6.->) !Ô!yÔ0j.«ý]¦²L…§È0ü®:À'UMag Z’‡àš€¸¶z(f?ˆ¥iY‹ó?Ã4óÛ~ænég¯ãÒñw¨Tì;zaA¥B/*µe!Ê%ûë ¸ Ÿc㸆ٿ õa\p–òÞ—äªÜQ3n½ïÑödÕ! ýý<"%\ÿÓèÛà,«²êó­,‹’}ƒXY5Wþ°êkô%¿C é@„² >H>”WûuÂÜþÃõ]UÕæ.ÉC­)" »×A”ú䀱“£c†6ˆ§(ˆ§Q±”Ð4Ù8™×D %¸vàt^ÓšO£$ œ( So(ú[ wä–×Jë×È%E×Q<)Ñ3 ìo³p7KŽU¢G:kâ!é¹Ãç9fâ®Ö(š¦U*vÈ[7O.aó¶Ú> ÒjPؤ¿7¨ê¶Ý÷h@ÙåMÞõc‚p0zØâ‡ÁàóòërߪÁê)+å9X.ðK p$¥þú-ªAó¬Î¦<ìÔ^Aå¹U£š¢(è¯U«ÕlÓ¦µ²…bYPÍm¸‡øw‡Ìwfþ‰œ=n$N àÈéjY,M¡¬i#!2ÀuHPB@m¥Ch‚[–‡FÕ“óB”쥜°’òHšÏãg˜^̳øb‘¨¾Š]Wû7$ãR­‡ÖÅ¢”&Ð IDAT×}ÆkM¯ëíÇj5ª U ˆÀ%’lP©ÀÏå<Çì[­à½ùHÖÇÈ´Nâ¹ý«jÜ&(ÕÇû;ÖsîJg`»™ê§Ó@lj  æ‘þ½HMª÷jÀ$A$À¯­*i=\ß÷,áê'”¡ºâÞm·-ƈa=·Ç–‡ê+õ}>Ÿ¢(ö¯kÞ”,˲ö¶V|R—ê¯Ýå"¹˜ÏEöÑ"¸0vT›þ÷àf›¨bÆõ‘ˆ<"r¨’ 5 ]¬}×!ª€[$q(®K‰gYëi\=Vä|Á°Üï£Öß -¯¹µ¼9hƒ ‚(\;x;ØDU”Ëå¥I?fv^ÕÀÛ†+Ëô“ kÇ!êP°¶‰b˜}  ö¶w$[£úù³xŽKõ@ÝÖñþÖ>9ôïm«U"vßÀ¹û;Ž7hZ®÷mª6¨ÐʨŠj€„´”÷Ná-Ô@2PÛrr{[>|oQ•ÄÚÑÛ¶×*‰ªBˆ*É2Kº]£ü̱Æ`ŽÛGÕÈØKS¶]Ö8ðkëwè-¹$åŠÊœ½TrT#ÃZŸavôU×ä"€ „Õ¾V(kšZ_BêÖPò­‰_S£ë¼¬Á «¯šœGõØ<’AñhÍbAíÃÑéQ~¶`ˆÝgöÞæÈ5º–½7jÙà‚ýÜ’eeåìêö¦ò¤Æ"Õ?Ü`¸½_ú›¼1ïÎï%ô¿{[gȼÈ×kQdžª OæàmÞ xqF¨œA×ÉK(!¸Dò6gnI–ûWÇ©:š_[™!ýˆ®VUúP†è×uÝ|jîØ \™Ž™1Ð1¨lͪ?  $ ¶•&³  (‡¢ P‰\PŽøìŸ2«€¨ãÁ)>†Ÿa ÷]¨u8Öº²\©¹Ž¨A º5pÁt-DÐßÖ·yô> ä[™Dö!Ê(Õgö©é¬DôÕúúRϪ ŸL¢òmVýlJ¿}˾œ @C²öAL½œ„*ÙM/)eö%ëU/º@UaW„~H/.eYó@ÇŠ"˲Ò¹ è6-t€Èší*oÁ ô©b½îìÜy T_>´‡ =½D\™™Y.Â…¢ b‘$€#+Š(Ïrpkèã2hÁm7M¨išrÀ‡¸º»eë ‰"+Á€á ù8„]$|Tš§ûú ”Ã(‡¡j ;]yœ4NÌ ‘…þQ(G9¤Y>™‡a&÷;,f%—šYòÛ jäC¨€=4—Öª0Nñ±‘P߬ðô½$£ä-ð¥ Ûæ­cÛ Ø7S8¬ÉœÕç²ô“ Žu<¢C•*7Râ~޳³O©­À&ªÖˆH;¨iϴ£‚}>rkáÿFŸ¯¿µ ¹5|Ø­˜×WýôQzû¤•M;ëê"Õ¼Çu¨*vvµ¯I+8ÆJ`¹„¨€_ɇVžàHžqyü2¸€ª‚†&jr”J€²¼nV›Uaˆ>eÈW£¸„ªì³Š…r%H~8662øC)ü†•D@ÍmûJAô–,ª¨ û©I.ì]¹dÄ`¹Œ`#Ê€2H>Ñ.’ccÕlÚªKNFlë¿ñkK°˳{Ø¿’õÜ jÕKÔb)® G¼Õ}âyG²œ 3X¹ONæqj@ä:DÐ!—jDÞè{ÿßÄADB½·l®®òìs»Û"„pþ<ëü-ƒ‡tð#, zfAÓâ^[Êì­ÿÜ*,5Mó@r\ÒÞÖ Ã¨TlÛ¶…>UØî‚:rk Y‡õ£ëkÇ»ÜÔÏWûy ‡Ö¯bòÞ0*!¸d--RUìuùYóëðîüp]–,$$ÐH6È ¸5 ®ÕEQõÑ¿LÕd}›’®£ª›!v¼Ýº¼ˆ—åˆ>Ä©vÈ%r5ª¦¬&„(èàj@Þ¹Xœ& 3¹ßF¯êo•Z È'CíÔICrû_5Ôj5xBÁžÓ€u<к™^Õ4´Ð­ïG@nŠ˜}©õëÚÛ~a+Š>6ÍEë™å-¼5 ¢ð¸ (Š®ëÛ}¢P#zµ:Ê.À_]]_çÓ/áí#¡Ïß®ò!—̧%±\ÙµÒÞ×z½v0o¥Dy©ˆ`ƒßÐá-|5È‚ªIË–pu›®©þØ_Ÿ1@_=.¾•U=XÿVò¶ly[Gê½*d…·{LNã‘QÐ(…÷f=ª:µ4a/ÍÉÇ#öRº&MÔÇwD@‰\†D³à¸×n€-|h‚ܹTXÎØàº8êNèC£ò!Ô5½¿Q!"R@J·3¿·YÈÇ‚4¢¯žÔ*·FÌþ‚peƒ,JD.É~¥¦M“.Éè S­†>"ˆjm›E}¸®ËQ#××ÅHp»GôúÜ·ê#÷5—|¶­Bˆ*ÖÒâZ­}YCHÞ|‚ÔƒP& WýœÍ¨©8>CK9|‘GÈ£ëÇ QˆRc5cüÛ^±-mYÞ°ˆóÒjRðõÁZß[à€Ú«¸àó¼‚ZS·“ˆ4ßf¸ ¨2îè¶KðÊ{‘ߨ¯êˆgó$l£²·fÏõÞûÆÉÂ0ƒûmOÆ]Ñ@BA+HdYÑ]–q»ÍÒ+ "Û¶[”|jPD\=ÛÁXÔ‡5åíí B ¢Êí ÊUv+²l-™¢ê´~+|ÀGÐåðÊmUcô’z¼oí*lîA(ibÙ.?)´W6®7Ô@ÍïÜ•‡´þ(ïWn­æúëÓ–ØüB+©þR‘ŧ%Qº~°ë$]p$Fâ4†J —-p+à JªCA|[ó:BÛŒ©,ËÎËšõ³ED›ŸADÔè²ÌGïsêku| ¼5I®QÒzš¬É)eŸ}ˆÈCû 3¹:/ÉyÙíeRäUIpQ€ã £m}h_QÐxgÔ;h °oõ¸ëP$ð5&ˆõC:J ½­rò3Ì6ëÚK‚WÔPö²¬Ô\(.,ÕPò9޳²cU»Õ\À}n‰û`'4MUdÙ© ªÖÚöÐà_õìW¥?ê}¨ªŠXvœe›Ð'ûeô£ÏàI ª‚ªµÅ%KT€Û¿‡]DTuj/‰\ ’:ÚØž‹ØŽ‚ˆ|€°ÍS•õƒš¦)[œ‡‘xýÆ›Ró ]”ý@ öP–”Õ<Àãú 3 ¹èšÖ<ª·î@-‚1Zi‡TÔ4EÛŽ (aÏ#X5¯ý@ôsЋaÞlÒ«ÕQXÅ¡cAó§E0ÞÑ}Rû[öt”чšO…·wÃÛdÅ'k5rˆˆUA¬Ôâˆú°æ;¤Á6'1ÖÕí² Y†Õ×4NãñVÞHõ ¹/M Ë5fSùx¦avFî Õ ÖnÊê—I†ÙWUHËxªæS5{ÔƒtøÔìt—i­´ât†a˜½ÄoÙ Ã0 Ã0 ³_Ù“3¦2O0ÌVúø¹ Ã0 ³5xtŸa†a†aXî3 Ã0 Ã0 ÃrŸa†a†a–û Ã0 Ã0 ðÜg†a†a†å>Ã0 Ã0 Ã0ÍôtgéI¡üC‰Å0o\ê†K=Ã0ûƒß¨ª ÅÇöÅ.’»—\à¡ß‡£Á¶ÁcᆯÍŸ(2IÎ0 ³ïúåb0â¸sÄ™M‰¢ Dàñ0ìÑ×l1¯•Ö/ÿPœÜ÷Â_Ÿ³a¿žWd-óåÌÄû1¶£Ïáès2m*¦åu]3sã›÷79Ñ·L[Q´!,÷_#ñÍf­?‰Ü<ó;èð†a†a˜ÍÂ[u†a†a†å>Ã0 Ã0 Ã0,÷†a†a†a¹Ï0 Ã0 Ã0 Ë}†Ù6‡GF÷œÍårù½“áî–wúvW⻃†ë®w+Ž\/±7úî–^Ä„Oæy³q©lšÖ3\êAP?¤ $| ó/K‹¯=©›3S—’‘“á½âÀ=gðþÎ? à ¢lrIçjv/6ˆ§åžA–ƒ&ŠB†L:¸[²lš¡ccgºy[yaŸ,޶ƒ ”©$ªȨúƒ*úî§ÌÌõ?Í^ùl*~.¾©Ì6ÐŒ×ÜÅ—‡äÐX(yiJU»½jþdFNì\MÑ»ßz4¸áÞ×¼Po!iÚ²o*®Ã#£úýïß=lþð½“ãÖ3«%A{¹²»—Ú}íº'­%ëúTñŸeýK`êrÒyíΧ*¥o§óß?´+$…âž ½>¹¨_騒IÖg ÔßÕmj¶¶xdR§ªcE¼¹A|’LÚÅ2Ì]ˆMÔì(,ù¡E&‘ëŸaQ— ½:Ž$o±U{fOœÑ…Ôat%T‡uë^n›rŸÀ΋Léyžª€€@P(ø3Áƒ‘ˆGèç 2w³WþëJæo™-ËÖÑÈ„•e‘¹“Iüqzþn¶{s¾“ýñíû­ÅàF|_ÿÒ·Ù¤Ù÷ báQ!¼ÒV¾/ ·ve÷ÔßIåÔk­øÜŽž%þŸùÓ,ÌÿÏ|ìll>7¯|½^æÿÏ„®i_ÝÉèuQÅ…âÌéù±ýùvÒõycU/L¿}ɶmÁ7ä·›ê]m˜»»JéðÈhËO™fC³ìJ …)g­j€1¤FCaôYT6ýY’ăv ìeÛiüdDp„c/Û˶¡õE¶r½¸”#WÕpòx>y<TÃäŠâR.ûü:è—¯ Š_‰Sd¥ð¨Ø¦ÃýÔ …2ßd½¤lÎ'«‰ëÂõk©àX(8º~-Õ˜?9<2:w7:>lŒFßZKÖÖŒT‡ä© óG³ñIúv:t<<N_JQØfóÖ_ãÑ“:ù­%Ã7þ]X(ŽŸŽ6FCÇÃs÷rë îtc'ƒŒf¾Î„އºßÞ1 \H^MÁàX(}'³årÚ’4–eMžŸ ‚£à'ç'…¢ßÝ9],ïôˆúõ'‡Ñ÷N—Ÿ”s÷sï\¹Ý²ºdžíçÕĹxúvfõwÒ‰s‰m^Ù ÑbùùÆ¿•Š Q•Œ¦ïd‚ÇBÁ@0ÙT$ýÙ?ÏÆ>ŒÅ?ŽËC²<$Ç?ŽÇ>Œ¥ÿ<Û6£‚ É«)/ãeîdšsl':¼&Ø(ÿ³œ¼œÔu$e9r*ÒÜGý¼þ”Ì×™ ëŠn>Ü(¶ÍÀ뫯Nù|‹]²Î¡uª^z¬( Dwϴ〠cweÒS-Ñ9Öš•¶Åm·ªåöMÉ&#ÕÉȶÕõ¦JІEàuÈ*°ÿ¶êþ²´ØüÓ÷^æ®t7-Á& ý€:#ɘ‘Ô$ý€~°]Ëò¶¾qÄ0Þ ÔŽô4[þ‹AO³ÆÃ8blßþ‚Șvѳ_ö)š¬k².ûD@?˜ËÅÂr¦_¾š»›€øG±¹»™õ¢6öq@"ØR‰ÐÞr&¨,WKÖÿ¦ŒÓ³Öÿ¦È¥Êre›9¬âZå_Öí_»ß×'Õí/ÿú°âö¡[yn—Êfät"§#¥²Yy¾ê–¹o²Ó—“Ù¯3á¶ÎÌ?˜O]Mªª¦ªZêjjþþüªþ¸–RU ãçâæOæÖfŸ‚c¡ÌÝì̵ԊÔÎ¥®%ÕƒšìÇäåäõ+¡7¼f;&õâ·¶ „¶mW–mUÕfn¤6õ¸N§®^Q‡ä­Ý>ÿ`þÊÕ¤:$«CrjóUd§¤yøàáØXÑÉ‹ÓÅ=×=ú¾mky§GÀÌYõ †ˆñcD4s#Õø·1ÿ0¸Œÿx2ý× Üº}+~nrËW¶qíÄØñúÑà·,«ø¸à /H]MªCš:¤¥®&ErÑËBÖ”æOä·±,ÚfÔùûóuÃT-u5µaFíbpù¿Á­¿¤õCzòjr4 _¿9KÕz[“½7Ÿº–òžr¥©8lÖ¤^r`— ÜL—mXB½,Ô­ÔtM÷.Åú¢—šyÇjéŽõaiÔ)Ö]sc›â¶[ÕrÛªc ‘jkdÛêzS%h y{W²ÊÖ%.N§®¥"'•e{æ‹ôÙ÷'~YZlYÙèÁ ¢¤®&g?O_¹<ÕÚE[¦>›îå^odS5cKÏI–•ÌÌôåäü½ìz³[1ya2yùÊÌç3àBêó™ÔÍ/O4:—0õÙÔ¦b½‰¶G²@"\{;T#!5jWË /3 ‚CdK–¾ÕðŽpËud¿ ¯ý*¼ ÀmÈcQ¹æ ¸èYÞ"|H5•Uÿv7ÃeîÎ !F`ó'W.Õëo™ØûQãèÆó•JEÓëÎÔt­RYíóÈ+¹Ûw_{˜#Bd¾Î$¯%³ßfÀ®Øïýëx÷{»\³“zñ[û[î¤gÿ’Nÿ%­Èxåj*||+†;ÜãîØ¶·W*ý ÞH²-Oßµ$ùÔLÝL•4Bª—èwú¶­åÑr}§Û—1ξ?1óÅLþAÞüÉÌ~™Ùò•m‡«»¬´œ:Ÿ¸~s6r:2û—tüÓ„÷ædm.’ƒˆ¾,ËÂvÔ¦•úâWGnjnš3jK]±¡] ÞìîpôãÔÅÄÔÅXKVúËÌäÅÄWw2-VmǤ^r`— ÜL—mXB7UjÖ§{—Šb}ÑKÍ<ðZZp×(µ–v½¤Q§Xw1¸S ¸+Õr§fz³‘jkdÛêzS%h y{  zÿå~/Ã{sws_ݹåÕ›ÉËÉÈ™‰õÂwþþ|öNFÒ u5õ^d|Ã{»Œ‚´ÝÂßÒõ¼?OwnÚñðÁjÇ+yq:¼2U=ÿ`>ûuÆ»,u9Ù‹å[X äHÂ'H Káðp|5Å$'*K¦ EŸÛYþÞiÅNù/:ú5ªÚ:&¶Ø—pmŸ¨cØx;¢a½|†Ô³º›Ú ¡èýÊòðÉðõÏg¯ßœ-=)ÝjZ¤Ñ¶H"ú¡ã¡ìýÜÔ…ÕÙû¹P‡-°-uÅn¥—>¢§®&ƒ+FêëV Ú¤3ð6óy¿BëRQ¬o 6ë™A$®>¬—M3ÐÔ 1Ÿš›m’:ź‹Áí[À]ª–û©öú§]u½©´…Ü8Àz»3[_»Ÿ¹“^øÇBätô½“áÂãb—Lc–¼m±ÓèH—{»øhõû=öœša>5cÆFÁÃ#££`¥"zé\võfÛ]*ÙÒ‹ú>¶Ò‹üB%‹ #ÈÛÜýí-æ¡*Y®/ü_  ¾77ðA–~µïgµZ±r7LO3[·ßô–Ðå 1´"˜†Bº?Ho ùöe÷zþA>6'œzP ¾k4vþ©ª–»—›»—kì,”e¹yËcƒèéñäµT¥bW*vòZ2z:ÚßR'„HßÎïÔ3ÏÙÏN}–´, \0—¬É ÓmP{¸f~ ¼ÈÜÉQå¹Ý¼Žpòâ´µdu9¶Ó=²ÙÛ£§Ç¯_KU–EeY$7¹¸¨KÒ‘ì—e”+Ïíä¥^£¿¡sÖt·:<¢×1øe Hœ‹ÿ²´˜èᤦޯ셩 ‰Ì—™é “Í5CòFª²lW–íäTôLtpÑŸúÏDöÛlæëŒXbYd¾Îd¿ÍNýg¢CÆ‹®v-µ“éý –ÿ./–¸Pyn§n¦BÿR??mâL,y5Yyn‹*]ߨ8lÓ¤N¸¥vÝf>ïW©éRQ¬o 6ôLK‘㟾4½ð¤LU¢*-<)O_NÆ?Œm.«tˆuƒÛ·Ýª–û©Þ«ëM• ^rãd•Ê}¯KTzR¼r99}iºS¦øøïÝõ·7:ÒèPnêÞ!~!ˆ~YZ,•‹-ËA[®€Ê(–-*îʉî¢#@±” *îÖ»‰Žpa@ågŒ“ɆÜTÐÆ©¤øq+r_“tTPAtŠ•Œpë%Avq9ƒ~Ç')¨IÛ^ÉóMöì‡g[[²b3@’çïfs÷séÛiHü!>>]¿(0q!¡è‘3ÑÈ™¨>b$.ôGÄ4Ö †O„ÍŸÌôç·êì£Xødø“s“‡ŽN^˜œ8i“ {¸f~›¹‘*<.Œ‚gcác "'ŸœŸ<|ttöótúó6»î:ÝØ#›½=q!¡ÔÂ'ÑS‘бàf;’fæÆÌõ›³‡ŽNœ~ßkô7tÎÚ˜¶D¯µÓÀ2F¿ØÔÚýP?¤N¼¿fF14ŠœŠ†OŽëõ©ó‰ÁE_×õì7™ÂãbèD8t"\x\Ì~“ñÛöLôƒZøäxäT´—%m}4xúB"÷ :>|ttâ£H8ó—ÙFï+x,8q6:Úpq›&uÊÀ-µë6óy¿JM÷Š¢¥ØÐ3-qDn<ûA,q.žº‘ ‡R7R‰sñÍž•Ü)Ö] n[Üv«Zn[ul!Rmi[]oªõ’w «lÈo¼iš¶{ º¿ßaòâôÔº®¦/'½à±Ðüg5cæ›láûBêZR?¨›–•þKúÖ­ßìçéÒÓÒìŸR0õÇäÂ?êG‘t¸·Ëñ̾êô>ŽÆ¿-f·\ Í\K…O„+¶ú¿×óßêg2|>k>]Lýi¦>›Zøß ,ïbaî^ä¡6¹Š$Qº¥kŠê×d…‚áC (ëu@‘µÌ—3-³m;‰išñó‰â£Â›ý}>979q:ijq*ÿ^ÉoN¾Ýá˜vª(öwÜw+Ö­–_«¤Ür÷²›òXèx6\»ße)¼×%²^XÆcµKô‡øøD”ªä]éªðɹIë…¥Ò¯\œj;:’¼– ŸG ŸÆþ±Ðèýlxï¦ îÖ]kv›®ÛëŸ\˜T‡Ôø§qoo®×¹L]K…O†QÂøĶiyÇa.WVEÈöU¿®HJcï,J¨Ô\Û~é¨ÕP[­ß#•å ¸«Ëœä‘ 5Я)GÃ0dÈêÖã”%-p`¢ü2£úuů•-¡ƒ $™*¶kÛ/Àx[­¿Ù‘€N_íúÛ:^gÛv2¾ìõ©Ä¹Irk©3ã=¿·üMKší8dgÜ2w7g=·"»4MÑ=ú¯O–x“óí6«—­U{õ±Þ™Zº¿Õr‹mofRni³U[ãÃÈÚÑ—ºÒý8ÿxÍ4Sü£Xã$µN&¤®¥R+«›g©ÚÞÛ%/vúªÓ©ù[Ìn¹,|">ñ°Ùª†ànXnšföÞü†±ÞZAÒ)dVDù-3 ¢â:Ör Èu×)WL|1ªÓV·=I.Ôª5r ýˆo$,͈ЋÒ‹¸@Ï ÊÁQpkðÖŠŠJÅ\.*ê²a//xï…±ª¦Y1u õaqüëÜȽiÂqWâ«ë‘3"ˆœ O]œæ¤Ù‹yõðȨªª™Îù~Ëꛜo·÷­U{4}ëÉ IDATõ±Þ™,4ÐjùÍLÊþËý-¼R÷ d§:—hT#ÖRiÁ)Ë~³ä€^ a*Æt7°Åã2õCZù‡…ÀïÆ¼Œ ‹Ùå¬~| ªªÚÓ9Q6ÄRmq¼ #j¢¼¬–žç-ŸåC×W{æÐKúÎFó³M6Y`ö¬’㦇áŠb/Æz Ïå:¿?rŸ«×תsI.hÕ oY³]KHÐÕtÐeÔ·z²MÀ0ʦYx\l({ƒlª&õc1T ùÜšxQ¶þ9§žújëpÁÀqùeвK‚* á˜îj¨«}†a†a˜–ûÌkعDPtIñÔ³—tÛ•ÊŽGMMÐRÞzœ¡ª¯Vžû¶!Ÿ˜ÿö–×» Ð_˜sÃ0 Ã0 Ë}f­Ð—ü°3‹^p$‚#‘¾Û²g¼Ì©É0 Ã0 ³cü–]À0 Ã0 Ã0,÷†a†a†Ùct{ͳctyÍÖ6éþš­~YÞå5[} ýk¶8Ï0 ó†ðÚ¾U°ïpÝÎ0ý¥ô¤û8¼vŸáöa†áŠaöåJÞ¼˜‡a†a†aö-<ºÿºú}Ø8\ø¥'…F'o/†Ï0 Ã0 ÃlÝg­ÏZŸa†afßRÝ÷6D2»Hñ{x·ô@µ~äT”³Ã0 Ã0̶ä> æX†Ù>Ú°Îû·†a†a¶/æa†a†a–û Ã0 Ã0 ðÜ÷ðÅiv1Ã0 Ã0 Ãì7¹¯bV©È;€†a†afÉ}Ÿd)~2ƾR|’Å^ÞñOì†a†aæõ•ûª”× @M?–P¥Ÿ/ùêcî0 Ã0 Ã0»#÷} |’%«´œ•Õ ˜=®àšˆ¾kù0ú~lCi›ù2½GÅw0Œš‚›}Ä®GùÍäðÈèá‘Ñ}©}A†a†yÑú*ômY*(RYL[ ‘~l ž¤ ×`££ý]ÐéÖ³úúýî~ö¾ñN`á w¥2¿’v§B$¯¥Š‹¢*d¿¬©ÚÃó{H£7buH …’—§eYæ”e†afrŸ4i^ASÕƒÚ¡@¨ˆ¨™ê¡qy(h?ËV–Ò¶ÀN¡”ž–‚`Cî¡R¹>i\ „Œw D´ž™ ‹5— þiÂ펚Xøß…ÀïèG±, òŽpºÜØB§ÀËÿX0~@ÄÌ—imX…dY¦*•(.š¦7îîýn º÷ò8ýND‹OKÆCÖ­­›´!-|*Rþ¡<öû±–G4¢ „Ž…õ#:X?[Å'¯ƒÔÅŒÇôådáûÂWwn…‡MÓœýëÞ›0ùeiˆ(óMvöO³¶mg¿Íl?@†a†aöýYÌ3ŠI}HÇbŠj(Ðò<¸6‘Md‘xHTÔ†ÃÆ±¸6TÅd—µ=ÖÏ&"jªšª!BCú@ðhPÖòrsw38Öf Œ>¬æäæþ–±^XááÞoìr6¬æîg=y>.=)fþ–Î?È©ªÖÐß™/Ó«Z¿‡ÇÀ¨4*€ùSiôhp}g |*R|\X|ZZÿˆæ.Š2¤äîçr÷sÊ „º»‚iP\(ÀèÑ H`5¾º}«ùÛüwùñ3ÑÑ@04š»—kþ*w?÷ÞÉðactüt´\.7>Ÿ»—{ïÔøèÑà{'Çç¾Y=“Ê[!3w/:>lŒ¾wj¼ð¨˜¾Ž…F£g¢æS³qqæë¬w}p,”¼œ$¢ #‚ˆñbPþaccê_÷,ÉÝ_µõ {:E6·6.+‚úæ†îí&Ã0 Ã0ý‘ûMÙ‚¬§óβ ~P#D‘   ¤‹JÁ*gMÕ Ûzƒò¥` à Ùòk–¸èïÅǧêÔˆ ú!cýí……‚Suj.™å’,«½ßØåšâã…ZuUuù(>TœªSxÔ~r/SüŠ<$/.™°¸dÊC²âWV{Gƒ¡ãáÂwùæÞN[Œ#Fñq¡VujU§ø¸`1º»‚i ûeˆœŠL_JæîåÄòj/4óMvò´,Ë…ïæ¿Ë/š‹-ý„‡÷ó·nΘ?™Ó—’u1z7›¼œ 5J ÅÈ©Hòÿ»>ww’.=)ä¿úâ–õ³õɹO¬gvñû­/fÊ?š“—¦—QUü=ÿpÑ,%/NÏÝË¥nÎlotŒw ™»—K^NêºZz\œÿ6›ÿîᆢõ‘ÍÝÏM_NêÃjñqñÿµw¡m¤y¾ÿŸ]¼P(ƒ$H eÚ°2‰ ¬Åñ…+dÀ2ˆDÚ¢ÝJÆòø"Ö&ÑúÂGö¹/ÒQ†oO*]ŠwØ+n…+¯Ç…¡ßO*]Jèf0þ]<ñ}bôs_Õ£ÂJ—âò¼û5¤t)åw]ô_vGQhbgHø®ùÊ—‰©ˆxÿbýÊ%75WðGïDš6&ñ(!„¸ûLjڣ–ȼ±¨RÝÎÆBˆ»S[*„ˆÞ‰\òŽ´^ù},³…òÖY&‡{«îVɵUruväÅë„s å–" z.©—‚Å’³Õ¥”Dþ¯9mHËý¸ZsŸ®”fúiº:|·¨•¶¸ð­Í³!„ã‡gHÓë]*Ý|QÂñ©3õx±2OwW·÷ª/û*[îrêiÊwÅ'K²é-¼r[vwu—¯Ëïîê–ÛòŒèÔRí7»ùö|ÜÓÎkª‹®gO— £y™‰ÍÍ›Û26-Ç}ãï†Â~¾þå¶ûÞ]§üÂï’viwÊû¡³œb•å½…¼/÷:›‹åΛæÎ[ †aXtvçÚý’L..Ïü¯™Ètty)iݘÂß BÇyGù×F}´îlíBö¶¶Ñ>–ÙByí­ÏöN4ï°¿úlï‘Çý²bÉYì°oÙNU-颰·‘õ…B¬åÖêÆÜÜ_óž!­|L·Úír d^¤[Y`+lqáÚeoîÕjM”—Rv«Ý•{a›.ª¿Ïinª²µ½enšý}Îõ|^QÜÞJ=Mú®øËÕØ»ŠŠü/yÏ V¾¬È3¨åÉ3îåûúÑÓfý<0ðïžK¿1ß½X²³7 o ‡£ååØŒ¿ÙÕ¿ÔÍñ- … Ã(ß=,K²úŽ‹›h•%ðþ™ÿ5“ÿ9ß´1ösvý]«—»Vx[ØG;k¢7\ˆ±Y8”eJyÛݪ}Ëlòl{$_³e–¼f¡ ::Í–YòÖb×_¯éÓµËÞà—!mÈ«oäñ-.\×uï°7øeÈ}Ñ“y¹âó?å|WG+ßtQÎs¯¿®¸ž_sþÛn¼+nËÔÓeǧN÷EÏÞUT½4Ên™[¾«>ßUß–¹µ–Ë2î[äÿ<~ž67MQù_t!„6¸sCsðË "25Œ‚¹mÎÌÎ7]Zù!ÑÙyÓ4¥”™•làË`û’¢ü.MI¶rÕþÎcJ2ù—…Îs6mLð« bæGÍMÓÜ4gþwt?/Kn…3ÿgÞÜ4M32ûÞBŸ8„éçi¹-csñCYæ!•€³èŸl6›"<TvÚ¬†C™ïV‹[f§.'©2”˯j^¶Z¼M-%[<ƒ{ãæøúƺ¹iÊ’´õØ´!-|;¬¾{;,ý<_HèÓUE¿½æﮕ¯¹t¾òkúi:þ(Q¾ÈÄó+Wð«àÀ §é£ªͽÊE¦#ù_t[m|,™š Îë×|–Ú£z\îÈïÚÞ]œÓ¨1BˆÅÇÉģłQp|b~,ߨZ^Kuc¬›½¸”J,$Ê \Fîì.$—ËE¦¢úßtû9{è«`øNäàËÜwy8ݬCQì^âã~§(8”]ÞmþÕZÀLjû8,ú†~É;âøÄñ—ÏŽó28›qÿŸhÝEa×eˆ¬œJ7ÆÆó¯ó¢$t]LE„¡±à1\&8Âh, 'õN%ßU_x*’ÿ9¯(ŠëßœÜ×.kÇp™€ÏcÐ6ïeÍ{ØYü(– þ™Ä}'ÌîÅ<{?Ó8ÌM“"ìg÷â>â>â>â>â>â>@Üp¨zûún™G±pÊ‹ãPç´e®©'txŸ²fJwr¹Ü¥ËÚñ¯Ì1i!Í î8G´S“ãyAÂ&¢s±ÉÛ‘7ëÇséi)|,”¨‰”.ÅqΡ z‚7ƒªª~°µ·~Ü?ºƒo¹ M[òQZûá×ø±:òQÊûáÉmO¿xV0LÑ!<žà£ž“¸É>ؾù·‰…ÄÌÿ™¿û‡ÉàÍàéÿùŸóÞ!í˜ Âšñöfc}ïê>>Ö:ŠCÍ =J÷݃‘”R×õÔÒ²6ìM?Y¶Ùì§¾ËÀ‡ü}Èa·?\H8Î;Ìm3»šÝ‹/˸ϾùÑ%'ïþçÝÄŸ§&îËmy¬Â×)oj*¸˜Ø¥(ŠÓé¼; \ Äææ+ÓãâžA­ßåߎH)+/ñžAÏÞ³qº®»]î~—ûÆØ¸iš53ä_ç=žÄ÷Éòc{ûú]‚_ýkÝfÔÕúœ{Ï[T~X|œô j½Î~ÿ5¿¾¡WþZÓÚê"4ìxID¦"n—Û=à‰/$öVÌ3¤•W!„H=Ií”qC÷ i5­z¯æ%™Š–›XHÔíQ£&Õí uS ƒêMg¶XËÞòÖe]+‹U×íoÃ:TkPçFµ]]ÍŽ\ñ÷:û=ƒÚâRjïòr?æ"w"‡CtUU½ÃÞåÇÉÊ_ç¿ÙiâÑîº5Òª³CZ¯³ÿÒðHîU.õ$uéò»‡ëz‹ûiK;`ãAXwþ¦ÅiÅAzÝÖÙ;&›·¿Í‚XH…™—™î®îàõ@·Úy™­»]ªÝÛ<ëýÅb 4ß/Z8Èìm¤õnn}ܰØ[ÛÚë[|¨iv+Ç·F›²•.Ų8ÔôöõÇî‹·Ë™ŽŠRKOß­Wƒ¸œQ_fuç©%ñ(‘]]K-&³+YQ’óßÄ+³­þ˜K=Iï=52>1øb4»š][ÉÚl¶è\¬æ ,ðU0: ^T.¡iz~Å¢ûžÓZfe5µ”\Ï­iƒZøNDT]ðSÝÚê"4êøü½¸ñ¶~‘I?MgW³{×¥ j«?f…†QˆLEËGÌÕ³Úž·¼«W7ÿ ®ëzúųô“åÌJ¦n/,¶ÅÞZ4µQUËÕx³±VZÛtÔ]K‹ƒÁºV«®Û_‹é»­mPçFµ Ý ‡&Bo^¯§–’k¹µ:¯X~í ߉är¹½OññµWÙrû £`ÝH«Î¾Ì¤¾O®çÖ|W|¯‚éç™ä£äznMòVn½Ÿ¶¸[5*N£ù›§ùÙîƒõº­²wL6m»±8–3wð«€"x=°ø8Ñ´8{›g½¿´{|h÷ ÓèTzÝݼ•CwÛ;B˽h½ÁûÛ”?àìc½‡!Dv%›~¾œ~ñLßÐçÄ[ÙšmUãXù'›Í&„O'ÿ%äá27Í-³P=¥[µ×L©H-%}×í®¢Î¥x%Ñ{¡ÿM~]qéòÈÃ…û‡£ÜïU_v%S~Två/M/ø‘ÛRÖ²+ÙòC¢ÿy7ö]<¹p^pÖ]{£_-šQž¡éœço*G±ê¥­­fÕU!¥t_ô¬¿^«Û¼FE¨î¸gHK>J”›¤oè—¼#5ϼ̤ž¤ïߋʼn?%·ã×|ãaßU¯6¤U·ªzuž!-¹pô5\¬õ¶¨ÛÁFMµ®êêj6:;¿¼”T¥•Õh-­\j]+‹U7Ú u§×¼ŸÐ´ÎïmîA-øupä7Z£½CnËøB"ó2ÿE·Ùl#Ã#“c!¥K©YWõ0«ÛÈ;ÛÁÝ´Õí¯{ph´®FÅi8³â4Ý7Øë}ŒêÍÝ´ýíÄâb¼-x}þìjFéPdIz´tjÙvÞnqœÜÛ<ëý¥ÝãCÓ=´f!uÙh!­äe›ZŒ·7ë{ÛYÓà}lʦ]8¢!dq¨éíëÿKúYe-›ÁìËL+[³Åj|HÖ¡(v/!¸v¨ËØ,TnÕ-…K¿©;[£'¼üë|t.šûk^nמQ¸ÿçDàš¿’õ[gÑŒýÍÙ4V–ÈBEQ,Þ ¬.B£Ž†á8¿àìŽ:Eó x"SQ!DêI*6?HŒ^ó­åÖbsQ‹Õ†QYZÝÅZo‹ºlÔT‹ªêzd*’üa'ë·² šÄ‚u­,VÝhƒ6ÝÐêܨ¶‰…øü·ñø·ñnU¹;Õk¯”Uº”É[¡É[¡rõâJŒß =\HÔ¬«iã[ìl£‡[ŒÖw«FÅi4Óâ4Ý7Øë}Œ¶ÚßnA,¤‰Ç‹¦iö;ÝÕSîÞž´zëcOó¬÷—vídý Û´Ýk÷÷±)ÛjÒ!!‹CMõÂí»aûÛš­?5\Ä} Žäbªò4f·Ù“?¸_>±¾^«wùV…£ÏЏßÝ<ç8·»®£êmFëjTœFó·Uœ£èõÞ´ýí¤Y’ËKËÕgmË'û'o…”¥Ñqroó¬÷—ví ¤<ôMóùG½ºÃBÖ‡šòÂ+k)_ê²!ñŸpÛµû@ÕŒ”ù|~f:š\J†oíœCýbtò]×EIä7ôñ‰p+ËQ»TUQ·…ÈíHÍIˆÔRjq)°s‚AUÕê»è\Ÿ¹ )¥ñ¶P}]cëÍØGƒ[WÓÚ;î¿22356McÓŒÌÖ¿nÐ3¤E§£¾«>!„ïª/2ñ 6ù¬:ÿd6jlŒÍBd:Úî¶h°ÌúMmTÕà×ÁÐXÐårµµ ­eoyëÞÏgQ«£Øúêܨ¶ã·Âú†^¹õ­Î?¤Ÿ§ÍMS”„ñ¶‹z~½S@ßÕ@d*b¼-˜Ûrf¶É%¦ìl[c£Ñº§ÑüM‹ÓÔ{ÝîÃkÆdóÛfAI?M»]îêe;owæL?M['ë6Ïbi÷øÐÖ@jÔÈCß²GzÌß;Žzu‡5„¬5BˆÝµÌFýWý-‰\ â>p˜Ê7Ú»/z·ÃBéÌ%ÕÅf£™•L¿Ëí hC»m½-ÎÙè#e¬Õ´¶Åއ&B¶óví²æöz.ºë¾­¨ zŒMÓÿÛ!„ÿ·#†aֽΡÚäDÈqÞ®]ñûÍl½-êt°ASU5÷S>|;RSƦ› ÑZjÊ›Ëå\¿rµU«} צÕ¹Qm½CÚ±ñÞ ýóßÄãßÔ¹m1<J=M{.k½ú}×¢C‰}»óAX¡›A÷E·oÔïô4=avÀζ56­«QqÍß´8M÷ÍöºÝ‡×ŒÉ¦ío· $¾OŽ~1Z›k¯ß'-Ž“u›g±¿´{|hk 5jä¡ç£Øë-ÆÀQ¯î°†õ¡Fáðx‡ýÚåÇyÇäX¨Å!ñ«qX¸UÇݸUR>ŸŽ…öÞuf›j±–Àñ±ÐHÿQOð)ø»öqÖÊ­ºœÝð!ÌÌFÍMÓ0 ÑÙØÈe¦¶²–äI²þÇ|½÷:_¹¢N.nÕð!ØÎ9¼W½R ïemòV˜¦ž ‚œYþÑ@äÎ$u@Ü€æ‚×Áëšz rfíýDp§ÃY»H‹y€ã®úëÇÏ`¯Q–{•ó jå²Tÿ| 7Çvr7}.—»t¹Îv9ƒù˜ôâØóto}¶8qpäOuѹØül´|Fªúgž¿ÛZÅ‘®::›¼9àv9Ò’œÎòÖq@ý#ï¥áÚoË»ty„³ìø`®¤‡ü/ùÊm»Õ?ŸÄ ô^¨TVQSŸ#]uþç¼wH;ÎÅùX/å¶œŸ›¿tYë¿àîw¹oŒ¯¶ÿýbGwhª|æi¿Ë=rÅ??7ošæéÛú<÷Ô§(J¦ê3/2J—BYðQSåf«êŸq<·ªÚ2·.$ÖskÙ—ßoì^ü¸½}³±¾¶šÍE¥,jÃ^Ã(°õAÜN™¹ùš*B7ƒ•¯¿BÄâ¡›¡Ê¯5g;*¿®®fG®ø{ýžAmq)e1±š®ëãcãn×ÎÙ/ëÓKñqÏ Öïr‡oG¤”•,>Nzµ^g¿ÿš_ßÐøØrª¿ë§n/zûúã ÷EÛåŽLG+_iÙÛןx”ð z*¯»j!Äü7;Óv«Ý¨/û軹mº/zÌmYgJIÌLGÝ÷€gæýÆ[,Ðb̈_“Tw´ì­pMÑöÎÖègëAÞh¬6ìfID¦¢n—Û=àI,$ê/´$"S‘ò<ñ…DÝ64ÚXûØô¾|ÊbuËÛzãí’-nʽò¯óžOù‹¢šÇbî{÷oeáïoßúc Qjö÷ŠÜ¹ÈˆÃáBUUï°wùqÒúèa}<¬[íF‡—wÛòù§Óyw*¸ˆ½›ÇbTú{\¶þÖëì¿4<’{•K=I]ºüîá:Ïç¹€¸#k¯Ö·#Õ?Tx‡½¦YÈårBˆÕW9ÓÜò7»6t+š½y½žZJ®åÖ,&VŸ|1š]Í®­dm6[t.Öhù‰G‰ìêZj1™]ÉŠ’œÿf÷6}ݪZ¯Â¢>MßÖ.i½®N½Ì¾ F§£åOdjZœÃÝZ\ø{%j0,°wè–y~í ߉är¹º)¼îÑúø{«ÝJ=-õ5£¾Ì»QaÑ’JÅÖ™I}Ÿ\Ï­ù®ø_ÓÏ3ÉGÉõÜš6äå¹àc=|«.Ž»ð­ºRÊñß…Ä¿tÞ¿Ÿ !.Üï¾uoñq*ó2ópá~àËàˆwdôš¯òm|5_ËWùÕ3¨¿ŽüF³Ùì»Oxõ&6lÒ¶Ô†µìJ¶z±•.]y¸pßáp”ëã½êË®dÊ3¬­fÕµÜ)÷EÏÞOl÷±5}¬Û‹Þ¾þ¿¤Ÿ9úB}CÜ –¿#¶·¯?»ò—ÊœVíÒ’ ‰òë—Y·=ûî»®ëëÁì»ÔâÔRKI›Í^½öšÆ×]à›A!ÊC%$„¸/®(õ¯ïZ]ÍFgç——’å–½Ó«‹Vw¶F?[ŸÝo´öºÝ¬)Ë%ïH 7¤%%ÊÛ¢zžVêΞÒΦ¯[Õ¦«h¸“6h|[»¤õ¦¬ž!úŸwcßÅ“ çgÓ=ÑzÓd÷oºðÚí[o X4 zèÖT/¾È¼LçÑm6ÛÈðÈäX¨|ad££GëÇCëz¶~¨¯yg£÷Bÿ›üºuKêîªÇaë÷_pó\p|ž ŽZ+ߪ˅f€Bˆiø—Ñk¾Ø½Xúi:ÿs>ù§D+ K,Äç¿Ç¿w«ÊÝ©¨6èi4±Zþu>:Íý5/·¥õò FáÒoFêþ©|HB(ŠR÷DÚAkÑ »Ã^ùÁ0ŒÊüÕÏVmFåáMÛ³ïö;ŽþOéçiï°7ý4í¾è.·­zí5o¥ èzd*’ü!¹'€V^¢ºÝ¬)K݆á8ï°˜ÇbcícÓ×­jÓUX¬Úºñmí’MÝÿs"pÍ_I{-¶üpwvgn4,Ðhè*]Êä­Ðä­Py#Æÿ”¿zøî¡º;`»Åou$üKkÃc³ ªjÓ–´¸«~ø­ÏsÁñy.8&ˆû€|t8±¹¨ÿZ üCÍ^ü28~+<ù‡ÉÚ=¦CH)ËÇVss÷ÒR§ÓùðÁ}!Dæe&|;¼¶šm4±Zp"ž§©]ª¹mº]žF ¶ÛìÉî/ä±½(è…òI‘‚^(¿gØúªçl•‡iûƒ_‚y-ÿ IDATc÷âÞaoâûDt:úîIÈÖJã+.$·Ã/‚ËKÉÊ5ó˜¦ycl<67ÿ^;Œ–v°okí5ei4þV/Ÿ]«;OÓÕÖ¦¯[Õ}‡¦·Ú%Ûß”©ÇIßçµK Þ °åÜ…Û*QÝ1pÀ8úÑ©ˆ{`÷øVwlýxØz«šê«$S•üÚnKNÊÖç¹à<\»÷Ewù¸_ù¡FèfðÍÆzèÝ‘ºÂõ™+±Ro Õ×óß ëzåF‹‰Õ¤”j—ª*ªñ¶±¼®tô‹ÑÉ?Dt]%‘ßÐËïJ·¨ÝǪªZ}›W£^Df£ÆfÁØ,Df£þ«þ¶Ví»ˆLEŒ·s[ÎÌF·ýÕ=æ¶¹ø}RQT§sçL›ÿÊHd:jÃ(D¦#þ+þ¦Ë‰ÍÅÜÝÕ?Ô>—| ].W+£¥¦ÂíÚûðº7 6Z{#þ+þÝm:m0ÏÈÌtÔØ4M3RoÃ5ÝXmmúºUmºŠFåmÚx‹]²Ýb–Om¦–R‹K©Ê­ÿûÉÙÚÒh ì£þÏéçisÓ%a¼-D碞_»¬M‡5[¶•V5=ÔK)óùüÌt4¹” ßšl÷È|²¶>ÏG÷\p ?´”³û€¸{{²æ‡Åf£á;áùïâ¶ÛøX°ò‘Þ!íÆØ¸þwÝù©3þMÌbâûK‹ÍÌÎܘ·õØ‚_Ó/2 sÏõ€âÆÍqýïºãÇÝ[m4»Ýdž~ñùå¶,_µÙ¨žwØ/KÒwÅ79jkÕ¡›A)MߨßÜ–“¿nû÷žÔ‰Ü‰$=ÜíàD(:ó^õ !¼ÃÞÐDðàc&÷S>÷S¤r/`¹tFKM…ÛUóð\.çú•«õ±ÚÈäD(2Ñ.(Jèëàêÿ»ZgÕ¡ètT»¬)JðËÀÞyšn¬¶6}ݪ6_Eƒò6m¼Å.Ùn1w2_ºü8éÿ< „ …ö=’¸ ´®ÑØG¡ċá;)¥ÍfÓ†´Ø·óÖG¦ÇÚ-ÛJ«,vÛr>SÅñ‰Ý3¨ež§+ó´~d>Y[Ÿç‚ð\p|p«.Ž»p«.¨Å»Eñ¾Œ…<x½ù|>8ʾ̜ĢèÆsô[óŒkåV].æ€Ó#ùCòCfý™Ù¨¹iF!:¹¬¬ZèÆ@븘°O¶sïU¯”Â{Y›¼¦ñ@Üp ñî홼(_AKãÁÑlÍc‹‹yâ>â>â>â>â>â>@Ü@Ü@Ü@Üp`”gVj)IhÊ;ìWº”š‰ÝªÊ|k¯2Ž>'qØà×aŠp¤‡'÷E:€1†ÙI¯€ýœcË,0>Výs?­÷ÓÃQ Œ10ÌNwxpÔr?­p Ä}€CÕ‘ž¨0c`˜Ù¬‰Ž[uâ>â>â>â>â>â>pøzûú?äêr¯ržAOÍJ?pÀ`> r¹Ü¥ËÚÞšP%†pRð¹ûÀ‰ý&6?ô”Ÿ5ßl¬S“}gª«}m.6y;⽬1Ì€“K–dêÕr±$+S:;¯Ë¯*ÊYè>g÷‡†m9?7é²ÖÁÝïrß_]ÍŸæåÎ xÊ?ï'â´Yo_ÿ¥á‘š‰—.|àÆçÆéσ°ü¯ßå¹âŸŸ›7MsûšwHc˜'š¹½¥›y¡êRÕeW^våu3·µ½uFºOÜê þ>´en=\H¬çÖ²/3¾+ÞØ½ø±z5r ÞœS%ó2Sù5ó"£t)Œ=î˹7ëk«ÙØ\TÊ¢6ì5ŒÂÜ×(]¢³K(Š)º¤P¤P„’¸œi¹s‘;‡Ã!:„ªªÞaïòãdå¯óßÄ=ƒZ¿Ëx”¨L\|œô j½Î~ÿ5¿¾¡W¦Çì̾‘rçàÒÛ׿ø8éÒzý—†Gr¯r©'©K—ß=\ßy¸®ëãcãn×Î; ås“å³q•3—u¯à¯™Þ¨ ‰G‰½÷4b…ÀçvÓ’…ÐÍ`üÁnã ñÐÍPMGöþººš¹âïuö{µÅ¥”ÅÄŠðÞ9ì-Øbö®zïv¬ÛÇÞ¾þøBÂ}Ñãv¹#ÓQQ6nÝUæ`®7¿ÂÜ6Ý=涬3¥$f¦£î{À3ó~ã-¸¿–N§óîT$p-››·Ø¹jJWwoª‘÷ xß'fg|˜á8Û¹Œ§S Eˆ±óÿ™AÜêóüÚ¾ÉårÕÏX•§¢µWÙÔb2»’­Î¾™•ÕÔRr=·¦ já;‘òÄÄ£Dvu­<³(Éùovß"ȼ̤¾O®çÖ|W|¯‚éç™ä£äznMòV>>1øb4»š][ÉÚl¶è\L¼»0 |ÚrïEÕmÚ†Õs©'éV®40Œ‚ïZ`õÇœïÚ¡%~ï°×4 ¹\N±ú*gš[ÞáæWM„n…C¡7¯×SKɵܚÅÄjE8Ò-Øbö®zïvlÔÇìJ6ý|9ý♾¡Ï?¨¿q­úÐs½ùËÔ.Õ;¬%w_-'—ýW½j—2/¾¾¡§Ÿ,§Ÿ,¯oä«o±ÀƒŒú2ï®Ê«»sÕ”nïV¨3/3¯‚Ñéhðz€aÆ0ñ"KRß,蛺¾YÐÿQRtÑ)”΢ÒYBÿ(;3è²tšÏôÿ“ÍfB„'‚“Œ22p ™›æ–ù^¸ìVí5S*RKIßµ@‹KN-%ƒ_‡…u—&·e|!‘y™Îÿ¢Ûl¶‘á‘ɱPùRÏ–\H8ú5çž×V³j*„Rº/zÖ_¯ !.]y¸pßáp”ûâ½êË®döÎßÁ]÷á5MÒ†µìJV¼ç_åç½?”Y´!»ò›ÍÞbÖ7 £ü«ÍfK-%­˜ZJ !,*\näâãTæeæáÂýÀ—ÁïÈè5_£^T~õ jÁ¯ƒ#¿ÑªPwb5‹"TVwÔ[°ÅEU[Sº}ìíëÿKúYy4êzàf0û²ÎÆm´ê£Ì{û®ëzàz°ù§D+I,Äç¿Ç¿w«ÊÝ©¨6èi4±Å"él± MkÑÇÊh´;ìÕ›©zë4ZõQ æ½íw8ýŸ:ÒÏÓÞaoúiÚ}Ñ]n[õÚkßJAöÁØ,¨ªÚtçjq`ßÿs"pÍ_Éú 3†Ž•bIÚ{”îóBt”ÿIÑ!:;D±$¤”â”!¥ÛR¶â©>»OÜšsô9¢S÷»OÂqœ³ôBÍ™ªFì6{ò‡‡ûŽÅÁ‰Pxb<þ¦v©æ¶évíçÜÃAÚ°7ërâïÁ/ƒã·Â“˜¬= u)e9☛»¨ât:>¸/„ȼ̄o‡×V³&J¸qQúX½P~öõU°Áü*»÷{ß'¢ÓÑwIÑÖJãQr1Uɯß¹R“¾Ïj—¼d˜1ÌpÜt E!þ[…è,_ÉÓQ,vH!¤RŠb±$„”²$„Pwf>¥¸v¨Ïÿy ý¬|d§wH»16®ÿ]w~ꌳ˜x(â«×î¢j¶c£>z<Þa¿,IßßäX¨­UÈÁü*¹I>z¸ÛÁ‰Pt6æ½êBx‡½¡‰à¡¢ò'Æ(ŠâøÄîÔ2ÏÓ•‹yö·sÕ&þuùqÒÿy@ 1ÌÎæ0ñNü¥-SÅŽ-Ñ)EIˆQ¾^¿œ‚¡È3…¹UÇÝǺUÄýmÆYþºVÆÃŒaö!+p"oÕýyQ(BtE‡èì‘Å®üÎßJ¢sÛYÜTvnÛ•ÂÿY[u€ÃåpÛºBÈN¡èÿП qNHñîÔþ¦2b :þÕQRÅ®vŸâR÷pÚ(Š£gç³¢ÂRŠÝûRJÂö¯v[ý,”‚¸'Ø™½Ä 3 uåKö·Å»¯ÓR”’§úÓxˆû8Kd§è°+¢XÎÿ²$:ÏL׉û8ÍÔ®îþžbÉU™ÒÙ£(]Ýg¤ûÄ}œfJ‡2:8³Ýçk¶â>€“†‹ypÖ­½Êä~Z£TŒ1€a†S‰³ûàðÍá› ƒ10ÌpjqvgÚüÓ¼8CŸÄõdÞRa0ÆÀ0;ñ‚ ‚“Œ³û€xöànÓÿˆûÀ‰Ìú#c3B‹ÿIü€¸œHåLðyŽ!®ÝÇYW9»Ày€}Ó.:µ‹.Ç'vUQL)õ¿2¯r™Wy*ÆŽ9nb&î'g÷ñÙ{Ô»c¹-S+ÙõÅ´¹mª]ª»Ïîôø.{f– ›&Uc d}÷ýãì>>b‹Ý&ŸfÒ+¹ÊDÓ43¯ÌÌ«¼wл Ï%Hc`Œáxrô9}Nê@ÜŽ»½9~o¸'ëã(ܽ(ç0EQW4ÓaëQM3›×wòY‡r÷¦|6A­pÀ1V÷¯Œ1àŒàV]œu•O݉|åó ì¼îÞ¡ÈW¾šy€Ã¢]tJ)Ó+9¥K‰ß ú†\6›*:„ͦú†\ñ;A¥KI¿\•%¡]ää4Æ,æaŒÄ}àô«œ¹~Ÿ%BDÇFEIF¿OÕÌ^s¥W²Bˆà°fëQkþjëQƒÃš"ý2ë¹è¢\8ȳƈûÀ)×Ê™{ÎîãÐ9>±¯m„Wý«åékç9;åÂAƘ5Æ@ÜN¹Ê™ûÈW>Ñ¡D, !"E‡R¹˜‡³û8tª¢˜Û¦BíRêÏÐ¥!Ìm³Ñ @‹cÌc 8õ¸Ug]åÆÜèBjwjI¤_®¦_ÖÎSJµK5MÓÜ–ªªÔ aR¡v©å€}±&¯ cدn•÷…>µW™ƒ|g÷qÖíÍñ­LHÿ[ÁÝgBdsõ¿ê¨<ÝÝgÏÿ½@¹p1f1ÿ¬Àï7àì>Î:>wEæUÎ;äɼÊ'žgÜ5wë›fâyFáò¤_f)2ƬgcŒá€¶L^.­ƒ—g÷qÖñ­ºøHQ,¯tï KnËÐl"õ2g¦( Ã0S/s¡Ù„Ü–Þ¡¥C4k€õ³ÌúŒ1àôãì>Î:Îîãc™YXŽÝ !Ò+¹ÄR:±'‡†=á9¾ÿ‡3Æêf}Æ@ÜN?Îîãc)lšáowoúµwúevm£`n›j—êî³{‡p$¸(€¦Ì}~`«B)Ê¢®ëRJEQÊ—îØíönµ[ˆwçúßòj—z¬bio_ÿ›uâ>Ð@IH)óù¼Ýnw~êB”Da³ÏçE‡èV»·Ì­-sKJ)„blš6›JÍŽ×îàðI!ôŸóv»Ãõ™KQ¥CŠÝæp_pô‚¢»«[J©¿Õ …B±X” >«G×u÷€G–jÿ*·å¥á>ᇸ€ (‹[ÿ_ÑqÎ^ùðMQ’¢$UUBÿ›^”EUU}N§Óép8-Çápx.ºSKË5Ó‹I—Ë¥v)”š¸€MJY¾l\JYþžÊçðtþN!D§ÒÙÙÕi·Ù»{º;-C{èw¡û ‰÷&•Dò‡Dèë (‰™é¨{ÀãðÌLG+ŸìÙÛןx”ð zzûúËóG¦"n—Û=à‰/$v& ¡ëúøØ¸Ûåîw¹oŒ›æî] ñ…„û¢ÇírGª+„ˆ?ˆ{µ~—;|;"¥¬¬nñqÒ3¨õ:ûý×üú†NÜÀi¦tTý²’”%inË­­-¥C©ÎîEËãt:ŽOéçéÊ”ÔÓTÿ·Ãᘿ_ßÐÓO–ÓO–×7òóâ•yVÌ¥ž¤ËwÜÎß‹o é™ôÓtv5[™g|b<ðÅhv5»¶’µÙlѹXåOÙ•lúùrúÅ3}C¯,6ñ(‘]]K-&³+YQ’óßì®.³²šZJ®çÖ´A-|'BÜÀ©%…Š¢(ú/yQ’Å’,JYÜ–Åm¹en™¦©(ÊÖöVq»¸s‚¼$¬¯ÁWà/$B¿ !–Ÿ.G§"6›Ýf³G§¢ËOv¯ù‰NݵõìÜþ»ütùîTÄÖ£ÚzÔhUöôÙÀ€GQ¥K‰Ü gW2UØzì¶{t*RYìâãTt:b;oW»”ÈȳçÏ*óǦ£6›]Q”àÍ`þçüñÙ|2Ž@I8Ž\.Wüï¢ÝîP:„, ¹mæóyUU•.EÑÙÑ):ÄÞÛp÷¸èR:Äêjv`À³º’µ©ªë‚Sa†Ýa/ÏcwØ Ã¨<Äf³W~6 ÃqÞQ™­2=ÿ:‹æþšß{£pÝŌ¥ߌÔm¡ú¢(•‹|ŽÎîà(â¾ììèt:r[æ_çr¯óù|^×õg/2™•Œa¢$вX”EQ¢…ÄÛ¹‚ÿþB"8z—émåÏùBô‚Íf«ûX›Í¦¿Õ+³U¦'B~Ÿ?»’y³±¾–ËV?¤îbí6{vå/o6Ö+ÿŽÿv îàðI!D©X>Çïès8ÎÛçíN§ÓÅ›ÿY–~f†”²|l+'õ!Í0ŒÔ“´iÚ §<Ñe$25Œ‚a"ÓÿÝÇú¯ŒÌLGMÓØ4#³ÑÝFJ©v©ª¢o ‘Ûï]p™›c³™ú¯î,vô‹ÑÉ?Dt]%‘ßÐÇ'ÂmÕ¤r‹°ÅÏÄ}{%)J¢XŽÔå3÷¢|ÝŽÓéô]õç~ÌeW³å‹^Š¥6Nð‡o‡ƒ7C»S&BŽ>‡÷ªß{Õïès†&‚õ8²·k—5ï°×sÑ]¹ž=6›™›ï½Ðï ¸þ} ú!žwد]qœwL¾{3!x= ]ÖnÜï½Ð?>1î»â=þ›âŸÊïM„'‚“Œ22q ™›æ–Y¨žÒ­Úk¦T¤–’¾k—œZJ2ìØÇsqùéXÑè¹|3®¢¨²$ÅÞOÝé™—Ùôó´6äñiJ—*¥)¥TÕñźù|>8ʾ̜ˆâ§–’BˆFñÆ:Åî%·êà(ÈÒÎ9þ½wâ*%áp››FæeVíR=iùAœ®uiëÒù™Ùhèæ¸,£³±‘ËÚÙÙÄ}rÖßåËñß;ì-‹éçéήNgŸÃb1‡rG¬íœÃ{Õ+¥ð^Ö&o…ÏÎF îà(²¾ŠÒ¡ˆŽFå+~Ÿ?ñ}òÙÓgÊU¿Ã2ñ\ðz x=p·qG÷…(Yþ¼Tøf5«t)¢$…P(qÇÒ¡èÿ((-Å÷_¹ÊoP7â>NBÜïRìÝݲTlùåA·ÚEÜ'îà„P{T!TêðÑñ5[qqqqÀ¾ðÉ<صW™ÜOkÔá˜ãì>Èú§g÷Ð6GŸÓÑç¤Çg÷â>â>â>â>â>â>@Ü@Ü@Ü@Üp`”íêVíáÃX{•qô9÷ýpÎîÇ7ëç~Z;È8»€}Ú2 áH0ë Îî§q î î î î î îÄ}Ä}Ä}Ä}Ä}tPœ2æÛ‚þÿ¬Š¡ìý[I!äîïEÇÿÔÔóvâ>p2lý’—¯²ª¢(%!J²SQJIÊ’ÿ],–„(I)„,‰­¡ÚìÄ}à$Q„P¤ì, ¥$•’ÿ]TäQ²T%!JR±ÙOwˆû8¥JBH)·¶„i*²(¥”%)K¢(„B–dQ©v÷€FJi‹æ¦©lo)BˆÑÙ¥…"„Õ×î+ q8Iº?ušƒ;¹¿òàýy±s#o÷§Nâ>pb¨çí®ÏÔAð¹ûqqqqqq î î î î î îgP%À>¬½Êä~Z£Çg÷@Ö?µ8»€¶9úœŽ>'u8þ8»÷÷÷÷÷÷â>â>â>â>â>â>@Ü@Ü@Ü@Ü@Ü@܈ûˆûˆûˆûˆûˆûˆûqqqqqq î î î î î îÄ}Ä}Ä}Ä}Ä}Ä}Ä}€¸€¸€¸€¸€¸€¸÷÷÷÷÷÷â>â>â>â>â>â>@Ü@Ü@Ü@Ü@Ü@Ü@܈ûˆûˆûˆûˆûˆûqqqqqq î î î î î î îÄ}Ä}Ä}Ä}Ä}Ä}€¸€¸€¸€¸€¸€¸÷÷÷÷÷÷â>%ˆûˆûˆûˆûˆûˆûqqqqqq î î î î î îÄ}Ä}Ä}Ä}Ä}Ä}Ä}€¸€¸€¸€¸€¸€¸÷÷÷÷÷÷â>â>â>â>â>â>â>@Ü@Ü@Ü@Ü@Ü@܈ûˆûˆûˆûˆûˆûqqqqqq î8•:(Î,ï°ßÜ4© î§Ò¥l™êN1.æˆûˆûˆûˆûˆûˆûÀ™ÀçîãTñû»U;u îã⛳ªq1@Ü@Ü@Ü@ÜóÀo rIDAT@Ü@Ü΄ÏÝ÷ûÍM“ràDX{•Éý´FZûéçËÔhwدt)5SKÉ#]~ëb÷¢ú[u}×l3 Eݪ}Ë,ì~X¹ºÑòÛµûÀ©E܈ûˆûˆûû¸q3h1Ã/ƒñ…ÄQ7£·¯ÿãvó£W ¹W9Ï §¦VÕ¿¶ÒÍ٣جG=T>zƒO\ î_RÊÄŸwÿ±˜çîT$ñ§„”òÄŦ¶ºy"*ý&6?{³±^·-vóøtçDs@ܯcfn¾ßåîw¹ççæeŽKÃ#5/]9H©<¶z!éç·Ëíp8,èp8ÜŸ93/2­¬¢üÏz¶ÄB¢·¯?Ñ æšE•cî>´ÒÍSÊ îOøvØ4Ûû:¶üÏùO£j´ØÍÖ»sUªJîûŒû‹SÙ•l濞eþëYf%»¸”ª;›¢(™—»,ó"sï¨Î1Õ11ó2í½âmúXïoGÒ/3­¬¢•Džxœ¼ûŸw“lôØÍSò<é§ËRÊÈt´­fÈmYõíûïf‹Ý@Ûq9µYndõÉòÝ^”ÄÌtÔ=àqxf¦£¢$¬»_ÓÍv«w¸(³õØ£ÓÑìJ¶²êÄ£Äîuùõ:X]ºï!´ØÍFÝñ i•.§žìl}}C÷ iÖE«iyd*êv¹Ýžš7pÚ­ù®ö—YݤꊽŸCýÇÖ”ºA{"åöÄM—Y¡ëúøØ¸Ûåîw¹oŒï¾·sE+îçÉ»/ìä÷…þü/ùº³y‡½¦YÈårBˆÕW9ÓÜòk•¿&%²«k©Ådv%+Jrþ›ønž^YM-%×skÚ ¾Óä2nsÓTÿµ{÷5Æ­ph"ôæõzj)Yív»¹iJ'ƒ_„ÁëÅlj½/_£ÓÑàõ@ù4yÝóåó÷âëzúÉrúÉòúF~þA“î×tsÕ;Ä 4²úc.õ$]îlÝV¤î{­w³nw´AmõǬÂ0 ‘©h9\®þ˜Õ†4륽×òq]×Ó/ž¥Ÿ,gV2‡2b÷±Ìê&U*jï^ºX<¶¦ÔuÚs/n¼-¤_dÒOÓÙÕl+í)Ÿ|1š]Í®­dm6[t.¶ï¶µ›€ƒèìê^}÷ŒßRÜ—ÛRíRË?«]ªÜnxÇdð«ñøw !Äý÷ƒ7ÇßÍ©ètÄvÞ®v)‘;‘gÏŸUþ›ŽÚlvEQ‚7ƒùŸóMSzoíJ‡R(ŒÍ‚ÍfÍF½XÆÛÂZ._¾àÄ{Å»–Ëow¿ÊxñûdøN$ù(¡]Ö¬—³üt9:±Ùì6›=:]~²lÝýšnVõTŠM32õ z*S¢Swm=jÓ¶¾5-ºY—6äÉ®æ„Ëÿ•V%õ4-„È®æ´AõÒÞkù“åèTÄÖ³ÓòC©ù>–Yݤ«Ùä÷Éû÷bû+NÍð»;±õ¨¶5Zµ›.óÙÓgEQ”.%r+œ}—ì¢hà°²~æÅ3ñ.eu´ò¥K1·MUU…æ¶iqEþè5_ì^,ý4ÿ9ŸüÓ{' FáÒoFê>J}—rEiúé+6›­ð-Çy{ù×ÄB|þÛxüÛx·ªÜŠjïÂh¡PPßOû“x¼hšf¿Ó]=åîíÉòÏ÷ÿœ\ó;/8›geð;vÚlwØ Ã°î~M7÷Q½Ãª€xw¡ˆªªžAOt*Rµ-ì­t°õ­iÑͺÝñ x"SQ!DêI*6?HŒ^ó­åÖbsQë¥Y´üPFì>–YÝ$!„¾¡G¦"É’Š¢4}l+ÃÏqÞÑV{Êò¯óѹhî¯ùšùGQ4pˆYßyÁÝFÜw~ê\{½^NÒk¯×Ÿ6N·"øepüVxò“5˶ÛìÉÖd+BJYÎ:ÕWq¸/ôç~\uœ÷í´Íé|øà¾"ó2¾^{÷¶Eî§œÛå>`½dI./-gWþRi¶ñ¶àõù'o…”E‘zœô}P»Ô`³OŽ·Ùl½àès! zÁf³YÏ_ÓͶ«wH(kånæv;Øn7ëvGQÇ9{úyZQmH›¿ϼÈ8>±—‡M‹E«iùþGìá-Ó4Ícã±¹ùê9Øý­^þ¤¶Úœ…'Æãßij—jn›n—çèŠ1ëÛ{vÂXKóø}Þù¹yãmÁx[˜Ÿ›÷ÿ‡ßbæÐÍà›õОø;úÅèä"º®‹’Èoèãa땺>s%RJãm¡úJ_mÈ›~¾{­ðø­°¾¡Wî|­H?æÚ½ÀfŸQ˜~šv»ÜÕÙÅvÞîþÌ™~š~zì©¥ÔâRªr²ªªº^ç6Dÿ•‘ÈtÔ0 †QˆLGüWüÖ«®éf»Õ;¬ ´®Ý¶ÛÍšîTx†´ètÔwÕ'„ð]õE¦#žA­­¢ù¯ø#³Qc³`lª?wh5?¬e¿†Æ‚.—«­=¨ÑØ+o™é¨±i›fd¶öH)Õ.UUTãm!r;r¤E‡–õÏ9Ô{qôó€gУývDûíˆ6è½æÛG ‚×ÚeíÆÍñÞ ýãã¾f¿›fV2ý.·o4  T¦{‡µµÜZ%Öx‡´cã½ú翉ǿٹÊY×õµ\¾r=}.—s½ÿñ/Õ!Øâ#Mß'G¿­­Æõ@âûÝOä´õ¨Ë“©'©øƒ¸"ô»àˆÏ¿wQ¡‰£Ïá½ê÷^õ;úœ¡‰&ïÔt³ÝêVZ×nÛêfMwÞ{Á0è16MÿoG„þߎ†Y¹ «Å¢MN„çíÚåï°_«º3¡Ýšâ2s?å÷#5ŸÌÓô±Æ^yëØÎ۵˚wØë¹è®¼óÖt™±ÙØÌÜ|ï…~ßhÀõïGZ4pXY_‘z²“Wÿ©|ÑEx"è»8)ý‰?Hä~Ê>lü¥W7n]¿öTÞa| U¾ìéÔtÓ ª@+ݬé"ŸÏÇBY¾Ä€ëVí[f¡fbj)yX¹ºîò[Éúå_'ïDOjÜЮ™Ùhèæ¸,'ÿéw:îòQ˜œŠ¸ß(ë;/¸½W|¢Å[uœt¶sïU¯”Â{Y›¼Å%õœY¿r«.q8‚×Á뼃ÀÙÈúç•oÍúg*œ¦¬/ªnÕ%î§*ëW«.q8mY¿ò­ºÄ}à´e}UݹvçV]ï°¿[å{ï€9º\m·9RO’;áÞfS»ÔF¿V²¾¨|î>€Ó‡‹y€SëÿxcÙ+fòºIEND®B`‚caja-actions-1.27.0/docs/help/de/figures/cact-selection-count-frame.png000066400000000000000000000110671433352025300256770ustar00rootroot00000000000000‰PNG  IHDR P[™T pHYsÄÄ•+tIMEÜ 6+ÚN[tEXtCommentCreated with GIMPW±IDATxÚíÝOh[gºÇñ_/4…  …ÊÔP‰*1J\/¢Ed²ˆ„/Äb©2…ÆžÀ5†Æš,2Jr:vÒ()rÆÊ"DY„*‹€4à"|.Q  n gá…Þ…lÙò_É’ëßDztÎyŸóJyž÷}Ïñ{/æf¬ãw„EŠ (P4 h@Ñ€¢a÷ëêv©«Ûµk¶s­Œ±l<»!VÃòç­õÎ;û[G;’Žõ¼˜›Ý×Iá~oãn¸“ÔÕ¿_•$þmT‘3a‚²ú+ï(ö]@b³{c9ùÃdÝ¿)vþ¼ò~ààùM–'-.]˜¼“”¯×_…, ËåöÈÕãQølD¹'ٺצ¦Õw*$—Û#Ÿ×§É©Ôªí§î¥tì¸_]N—úN†T(êÏ©”Žè“«Ç£cÇû4y'¹æñ­üy½í¶ºÇw´Ã0ªm¼ŸVW·KéûiI’ñÔPW·K¾£þ-µc£x4òœuø©”ŽïS—Ó¥c'ú”º—Z÷\7sÜëÉå²*¾,*pÜ/ÿq¿Š/‹Êå²›îoåcõ³­ž‹Äídm?¯O±K1U*•¦ûfC…S‹ç½‘þºÙq6ÚÞÍöÇ2&(6•f(ó0]©¼8¬ÂO_S~&«èù!%~H,%*w’º•ÕjUæá¥¦5k¬åÌæ²zp/­ñëc2žŠŽÄ–®»IÅ.Åäîq*ŸË*p" Øß¯jònjÓã]o»+G]›yõ/$ Ù\¾V-ÿžÉ×=¯Ùvlfž³2q]ŠÉá°)ÿ$«é’J?|°yÂÛBüÿ®Î2„ÏF9©>¶læ¡Qõ³­œ IªÌ›ú1ý@³F^±‹QMN¥¿>Örœ[‰_+ýu³ãl´½íx€}\4,Ž .ÿZ)6•å¥ö³išR‡d·Ùeé°È}Ä­[7— ÿ®þ;~9&›Í.«ÕªøåÕIWtdX–CN$IÅ—Å¥mÜ®&™ƒ©>gð‹…äóNbÓ6m´ÝVø{}’¤ÜO9U*ežd«…Ñ“¬*•Šr?åžçßR;9îfÛ–¸]ÝÏèW1Y[e=lÕèW›'À[¹\RæqFŽòqË{Ä-ÇGeeT.—šŠ÷Fýl+çB’/ ÊÑí¥Ã¢`P’”y”i{j÷yßj_o´½›¡ˆ`oª]ÓšZ{ÉH°¿±5ä$ÖÃÖEDLñkqõC’$ç'NÅF†åõV¹òë²$Éþ}ÃíÚÛW´fIñu5ù9æ?Vÿx ÕFÛm…Ïë“:¤üL¾–œŽ7®sŸŸSæqVù™¼Ô!ù¼ž-µ£‘ãn¶m¥×ÕDÝñ£öØf祕ø'ïT“åÈ™Hí±È™ˆb—cJÞ™ÔðÈpÃñÞ¨Ÿmå\ž[‘7MsY¡Sn{j÷yßJh¦½í´ÞgØ>¡ºAþUEC3B» œj ?(Ã0”y’Ño&4x1ªüºuÛû6•_—UzU’ÃáØÒ>l¶ê6²¹—£f±Xäý£W¹ÿä4ñ݄ܟ:åïõÉý©[7'dš¦¼ÿå•ÅbÙ5í°¿oWñ—¢Š¯ŠµsQzUÚžø¿“’SÓÕ„ÿrL±³KÉ©i _^3Á-¿)5Õ϶r.Ϫ\.ëÖÍqù{ýª¼«ÈÕãÙ–¸ï†þû[¶w'?€Ôiµë­¹:ŸÚÑ¿Ópîü †!§Ó)ßÂòÎe•Íâ:öØ•¸Êå’ÌySW¯Ýhj‹Ûˆ_»!Ó4kKPÂg#-»ÕZ5)¯Hœ½ÐÓ´:›b<3 V—{„‚Ϫä®\³]íh8ŽŸW÷sõq™oL™oL]ýG|[⟺Ÿª&ëŸykËY¿¼Ÿyeš¦R÷«kúV ˜ôô*ó]ŸhºŸ5{.¤ÊÂ6:UyWYwm[âÞ¦ó¾^mLóímõýv—ßôš†•ú4v-.—ۣ𙰼tkü륤/r&¬ñoÇdš¦ü'ú8£»¹‡È™°Æ¿S±X”ï¨_¯O“·ú¼µd;zqPV«U>ÿ±-%Aµ k;¤À‰>IRàd¨6z¾˜Ènw;5ÐTüʨŠÅ²|Gý Ÿ ׎»ÝñO,Ü(üß¡U¿[|lñ9c×ãr~ìTt$¦¾þ|G@Ñp€mç³išŠ]‰)~ytÛöa³r~ìØÖ5¼)|:¬é‡è¥hHÜL¨«Û¥ÄÍľ ÞvŽ0O|;®ÀÉl¶íû Ô³†!—s{ÿzq3ûð÷úT(Ü™†èHTêììTìRŒO'pІ»IþmT‰»É}¼µF˜ûNö)q;)ÓÜúfÌ7¦¦ï§9³½·À5žr:]»f‡C¥×¥}Ñš~¿|ŸPæQFùB^ùB^é‡i%¾ß¿7 hPæqF‡:9V§µS™ÇÙºßwu»4y7)_¯_]N—Bý!çŠu¿_ùµ¨X,jèü.&ï&ù¼:J9ÖäÝÕÉOæIN©©¤f yù{ýŠ.[Žñbn¶ö¿—YÂ:taHá? (›Ë*ÿ$+›Í¦øõ±†·ÝNk0{½>]S>—Uà„_ÉÛ y¼>Å.ÇUxj4\t-os±XR¥RQâî¤Æ®Å•ŸÉjðËAÅ®Ä5üר§ƒÊÏd‰*~%^KæCýaýÞò{¥ï¥”Ïeåqº4üÕB,ÞIÅ—EM§¦5üå ò3Y]+v-¾´ÏùŠ’“ÓŠ_‰)ó(½æ±¦î§¿Ól!¯|.«P0¤¡‹ÑÚ>J¯KrvW‹†Á¿DåþÄ­ìãŒò3ÕøL,M/ýß[ÙÛvä`³Ù•šJÊf³­ó{ÛÂïí õƒfžä[vÁ¸ïˆOÆsƒO(°?‹†ò«’òC“IRàd@ù‚¡ò«úÚ±+qÙlvY,E¾ˆ¬™ årY%ï$5þíRQðàþy½>Y,YY»UöI¦ém·#áÛh„Ùb±(x*¨äݤßM(ó8­P0ÔÐv‹¿åùĽôóË¢:të»q9Y,…}ªT*Š_‰×âáïõ«R©H’n|;!¯×­Ñ‘aY[e9dÑà…A~ªŽìs†,‹ÿJÈÙ㔥Ã"O§nŸ6›MÉr»Ý²tXÖ<ÖÓANd9T=ýA•Fã9Cö÷íµ?!hübHªÈ|û¶Ÿ[ß×¶eü\ã#ÇŽ½Ö+6*6ëªÌWj3K’dµZ[ZâÐNmÿ‹Ð‰»“2MS.§gÕã£#ÃKIÑak]‚½˜ìÖ’Ö¹¢b—cJþ”Ų”°O ůÇUxf¨2_Yó6Ûv»lTpT*¥¦5š–ñ¼¨À‰€Bý å7eYÿй‹bQãºçs³rê”Ãá¨{ÌùIuTÿÁÃ*—Ëš¼›ª/fUci7Žkäì |½>ݺyKö?tVg.î$•ûOnÍ}x½>y½Õmfg4ta©h0MS™Ç™]q× ÅÂaø¢ºñÍØ¦w°Z«4Ëý‰[Ù™¬'ªñÈÎdW€ÒÖåIéûiyÜžUI–í»<Ÿ8•¾Ÿnh;‘?G4x>"·Û½º0©Td=d•ÕbUùUI±‘Ö’ÌV––¬•(Ư]•óc§²3ºus\þ¦K3ûûv•JK˹ŠÅ¢ÖÇ´ðsaU| ?çk¹?uêÆ×2ߘÕë把]ŠÕ.ä5fëf$©ð,/çÂë«ûÜx©ñ‹!ß·v»Ìù·JÜNèÆ77j³Ë÷q2O²Ò»êÝ¡ O ¹?]6 q'©à© l‡wÇèºÍfWòn²¡[Þ¶c¦!|&¬Ø¥˜Š/‹*¾¬ž«Èç>¡Àþ+w’øÓÀš¿8VâNc·_-ül(:[óîIcׯtõú uõ¸Ëý™wÇ‚·VÁñàþE>´´´Äív«ðlé®BŗźeH’”/äåq¯œ)0jÝøß1•ÊEùOÔÕãRt$*_¯¯–Ï ¹œŽu_¿Ö>W»×ðHL]=.…OŸ“$9?vÊÙã^µÓaM|;!—Û£ÀÉ€Þ–Kšøç„¤ê‹¦ïM+zahO¾‰ÚqMÃà—ƒò÷ËãöÈãöÈܯȟ)ÀîðÞ‹¹Ù_%ÕÖqccÖjÒýÖܾ¿'P˜)hâû„nÝ?1=w~Hýòýí–™µcIÑJ©©jQ¼ÙûhñyÃ_Å÷Ôy2ߘÛÞ÷ÀÎçºký_ß±Ût£QÛv'y»1ñ”$÷·n?0sù”ö¢íê»Å®+öRòE¢ú8~G¶®kÙA? hØÇaý„`ëXËŽ­öƒà©píÂb€ÝŽ™†¼˜›­-MáûÞú¾<áoõûV †ÎÃvÞ@`Ïà–«Mú-n¹Š½©Ñ[®ìæ\wOÜru/ÈÏdTø9O p °<‰‚Ø3 Mrt;åèvÌ4 h@Ñ€¢EŠ (P4EŠ ¶Ï{/æf•¤Ê|Eö÷D8ÀÞš¥Uu,þÃrȲæl,O@Ñ€¢E€ðÿbn‰°IYIEND®B`‚caja-actions-1.27.0/docs/help/de/figures/cact-startup-mode-frame.png000066400000000000000000000204471433352025300252120ustar00rootroot00000000000000‰PNG  IHDRÊýØLÿ pHYsÄÄ•+tIMEÜ '¾…ptEXtCommentCreated with GIMPW IDATxÚíÝOˆé¹ïñŸƒÕЋt  Ü05X‹§j0Ün˜…æÀØÌ"cráØ$p¯“À›Ydædqã;‹ƒ3‹É"gœ@ˆÏ…<;ÌÜÅgq8ò ^Zú¢w!ã7ІLƒ nC¿p¾‹’ÔRK­?ݲÇV?`ìQ•Þzë­îáyê}ÞªsOõç_}q_ïýàº,®¼ª•&Ê1Xt¾~ ¯þú@õºš{M+ŠkE½÷Îe]~÷2Μï0XTÍÝDWÞ½ªû_}©›?¹©Z­¦çÏU«Õtã¿ÜÐý¯¾Ô•ï_Us7Y¸s³Päàl±»‰Þ»v]7?¸©ê£ªÞûÁ{ ‚@ÊIAèÚ?\SõQU7ß¿©÷®]—]ÀD€„àL¹õþ-Ýþø¶nþãͱûÝüÇ›ºýñmÝúàÖ‰Žsï÷ôf¡¨{¸Ç ¿ Ou’`¼_?¿âOLúÙ׃¯Ìžüù¾~ñß¡{¾ÏÀ’àÛòÕ_è£>šé;·>¸¥- ¨<¬(¿œ×]WÞÏ«ò°:°}TKÿg[[U]y÷ªÞŒ‹Ú|«¬Ï¿øêpǶtûãÛZ/­k}cSw;3]ÖZÝzÿ–ÖKë*–Öõã÷o)MÓcÝýÃ=­_ÜÔzi]·ÿùŽÔìËÝßÝÕæ[eKëúèç·åœ;ö\'ïÍBQŸÿù¾6ß*ë͸¨«?¸*Û°Ûþ™¶/ûN—iÚ×OH€×Ôvm[›omÎôò¥²¶wf+;ùüÏ÷uã¿fÖ½ñ£ëúüϳ•ÝüÙGºùÁM=Ý©ë«/îk»¶ÝÛöéo調›èÁ¿WôàëªnU‡’–ë?¼¦êVUÛª ‚@w~õë}ªªzð×/õàßÿ"Û°úôww{Ûîýë=U·¶õÕç÷U}T•ÚNŸþæîØ$iÒñ*¶ôÕ÷U¯m«üVYý·Û½mOõÞŸ;ŸÜQùRùD}™4.Ó´5®ŸœçxOÍ›qQÏžk¦à¶¥sKçôÔL—4w]~着[y9O®í´¹QÖƒ¯¾T°fý(‡êÙû?Û|«¬?¹¡+_V„ûm^*ëþ¿ÞSE’$Û°úÞå+ÇÖÇ»}§ò;å,ðíç?üEQáðû×zCÕ‡IÒ÷Þ¾¢?þá³^ûé^ªËßOÕG•©ÎÔñ¶·ªòWül»sZ¿¸©úÎöÀ÷¶¶ªºóɧúò‹ûòôù/~þátmüá®>ý—»ºû/w•÷=ýâã;*wf0šÍ¦¢Õ¨·o & fÇèίî¨öŒÜþè2žþï„Q¨f³Ùû酪è{eêóæxÝÀZ’<Ï*/² «ÛßÖý;Lfíˤq™¦­Iýà, ÀÂY/­«ò°¢kÿpmêïTV´¾6Ý£(]ÛéË/¾TõÑ ÜÁïÎ|ø³›òrž”Ëî4wÞto°f?ŽcýñwŸõŽÿÑÏ?Òv§¼%Ù]Û»£ØÁG˜Þøà¦>úà–îþ¾,ÙWºŸj½4X•ؤ7Ød ) ƒP÷ÿíC3Ç™æxã¤iª¿K¿þÕ§CÇœ¥/“ÆeÖóà¬bMÎ{ï\Ög¿ýl¦ï|öÛÏtùéÞüàëZ/­šÁj¨õ¿‹{O*ý]I÷þpOÎ95w“¡Úó[?û([”Ú>ÆÕw¯è—ÿ|GͽTͽT·?¹3˜ˆ8'Ù—ïùjî&ºýóáºöÛŸÜQs/Qs/ÑíOîèê÷¯ö¶]ûá5}øO·emv|Ó°º5f1õ4Ç›Düä†n¾C¥RihÛ,}™4.³ž$À‚¸üîe¥û©îþþîTûßýý]¥û©.¿;]pïO÷u퇣g®ýèºîý){\è¯?¹£Ê£ŠŠ¥u½wíºÊ—6ûy©¬¿Ko®õéoîêîoÚÞüংÕPå·ËºüÎem^\˜·ûõ'¿Ö/õ©Þ\+ê½k×UúOC}ÙÜØÔåw®ªüöE«‘>|ÿð‘©7~t]å·ËúñO³ãßúà–ÞsþÓoœÚÿ6úèç·G>h–¾L—YÏ €³Š…ÁXHv7Ñõk×'¾0ìîïïêöÇ·õà.è}ctãý›½…½`\8 c¡E«¡¾úü¾n|pK÷ÿt_·>¸¥ò[eA f³©Ê£Š>ûígJ÷Ó™€QÏÿ?jo¹ýå'wtó§·äÚºóɯuåí2–q`.H°°‚ÕPù__êÁ×tÿÜÓ‡?û°÷ õµ¢®ÿç«S—Í;ÀŸªÿç#]þþe9']~»¬Fm;ãÀ|PœÝr g I@€$I’$H ð‚äF}ŠŒ °€ZúðL °¸¢BQçž6êÏݾSx>’$ùßÍ32ÀËI’·ì©•&YÀ˜ …ÁÀ“›f'Û¨3RÀkhÔš_f€3†$ @€$I’$H @ð ¨<¬¨ò°Â@൑;Õ·Û’i¥{‰ÚÒRNòï+X {­–/•Ç–î´676åyžšÍDucäIŠúIjí§Ú¸¸ÙkwR9P«•ퟦ©¶w¶Õªm+ Âì³ýTÛµm³Ý+[ê&#ÑùPQËZÓKNº‰@·áJ^qi]’dÍÉf=j;u8×›AIÓTÉ®•ï—ø‰À wª…ÁñZQùeOm)éÉ[[5÷’©¾E‘Þa;ýÿžETˆeFÕÇUIRÞ÷Eʼnå@<…³ºq\ îI;^ÎS„òý¼ª[ÕÞîqz%1¥õ^ðû­¹ž'í;¹¶“—óäÚ£þƒ}×[p4I86Á1A*B¹}§ä›DöoVÎÔµ±±9¶-ž†€y8U9P­VSº—H;ù½…®}³K4ãØ€¹³Ý6¦¯¯ŸØæŒ¢N)Rb­Ôîü-) þvÛ†‘kg è>ç;‹»ãbvh³S“Ûwò–=…ß ¤cÀ‹uªÐÓËI¦a¥vV´äy½Åµ½»[ú²••¾tïfÇqQ¶Q×öãíì{Q$iʵÇ´yRÁj¤ƒ¶ÔÜKÔܪÈËy*^|:PwÍB²kUÛªöž”YÃÇES—1Fžg³}šƒç®F2 ÓKšò~~à©HÀ‹tîi£þ¼ò°Ò ¤£Bqh'Û¨3RÀkhT|ÿ†8[H’$H @€$I’$Hè“c°hÞ,Oüݧ:3XHÏŸ?ŸùÏë¤ò°r&ûö*Ÿ7$@âI°PÚ’µV[«ÚzTÑÖ£ŠÌNMišÎ=ø< AlùRù…Õ¼Ú`‘°&8cj’ç©´¶.Ï󤶔¦‰¬µ*•J  Mš¶´±Q>ü ÊIþJ¨ÒJ(éðŽt÷ïîÝhçœlÃ*MI’ïçÇ¥^;•‡/D²Ï8×;ÞÑv$©¹keŸY©-A¨¨ôÑîZ5Ÿ%RÛÉ_ Çñ@{Å8–µVj;yËyÅqœ%4SôSÊfBšÍ¬ýèHÁjtØ·frlÛGϱ|©¬ÊÃÊÀ¹¤íãÆ|¨í†ÉÚÎIÑùHõ'öØ}~6iÜ&µIðóý¼LÃ(Z å-ûCÛG¶’dv¶ŠŠ×âNI‘‘±Fq_ßJS•.®ËËyǦ’”ì¥*]Üì´kd­UE½!MS•JY;¦adVQá0˜n}Ó̶{ž¬µ2Æôf1&õÓÚÁö­5}×ö¨sH^NØöqc~´mçœJÙ¸Ycf¾öãÎmíð2°&88.Éó<SÏÖlU;w‡Ç¯tqS¾ï÷Rð(Š•îµö‰ ñÈàx¸Ù~^ÎSÇÙÝçn‚ÐL:w¨sR\ˆÕÜKFžƒ$EQ$·ßšºŸÍfrx<§¡YˆqmO:ÇÓ¶=N³™ôŽí弡¶g¹ö£Ž?öx˜ Nø›E‘Ô¹óîœëÜ®)^;~M€Ûw2 #·ßÒÁ1 CiÉ8ýûeëˇœsªnUgúíïïÏÄ~¶Ýø~Ži{â9ž²í±Ž´=íXO}üy´Iðzðºlªk;¹¶“mAØÛždŒé}ÏíOw¬iûáaûí¬/órš¶«® ‡Æm ÿXÎge]êžwm¦¾Oj€W3ÀIÕ(R²kƒãœ§`¥óî>oDª=®ê }ø¤š8^—5uµvœ–n¬ú¯›mÕ¶ªRN ‚Hê[ëDZŒ1ÚzT‘r^v÷Z3ý\Œk€Wʧúóþ'jD…á@Á6êŒ^oŠzþüùì¿ çÎé)?ëgŠÛwªílk£ó4Ÿ×­}¦1*¾g&˜Ñ4oðå¹ð¯.Û0Š¢X®íd¬Q°¾Ví0$XHçÎ{amà¿Þ–<_[«’²—¨õ¿;áuh’`Jz0N°öÖL¼Ží0< @€$I’$¾U¼' cš7ù,ª+ï\ÖsSíËL° @p~ú·Ô3€Åû%x÷*ƒÎ” fÚŸ™àŒ! HÎŽWq!)‹[@’¼¦I@[ÚÚPÍNmè³­G©´µÇÕ‘ÍÕW'¼G·»}§­­ªš»va/hùRyî×ÍZ«­ÇUm=ªhëQEf§¦4MçžxÀ¼¹—y$9¯t/‘¿öÌd¯¥¸}Ø“t/‘ïç{–“Ò4•ïû½¦Ò½tæž§û©ÌζâB|x|LdLMò<•ÖÖåyžÔ–Ò4‘µV¥R‰ / #%‰íáé~v79MSù+YŸ$M…áá3N£Õh(à´»VÑjQ­t{º Me̶âx} ™è眓mX¥i"Iòý¼â¸t˜œ¤©l£.眔óE‘‚ œ¸­Ûßæ³Dj;ù+¡â8Ûßæ®•}f¥¶¡¢ÂàþãÚ«<¬ôf*+*Ʊ¬µ:pNùeOQ¡(çdw­äœ¼å¼â8Îü‘c×ÒÆFy )óWB•:×°{÷¾ûw÷ؓƳò°¢â…HöY2ðR‹£í='¼fI€¿âË4¤ÎÿV«¥p%¯ÖÿmÉ_ñåÚNé~KñJ©ï;¡œµrû©¼e_išÊµzIÃÄ`/‘iX•Ö6å-{Çîgv¶ŠŠ×âN Œ‘±Fq'7¦®¸eýqNÖÚ^ ?n[s×*MS•JëòržLÃÈ6¬¢Âñ/sHöR•.nvúed­UE'j¯õM3Û×óÔܵ2;Ûòý|ïÎ~s×Êsì]}ßÏË4Œ¢ÕPÞòð˜—/•G铯S’ZiªÒÅì<ö^ž—¾08XÉ«™dw‡Ó4UE½úò4IŒ(ÕéÎHR²k­Nÿ6´í£¸P›HRéâæá,ANŠ¢Xé^k`w ¹¶“çyCwóÛ–4Å…Îöœb5÷’±}‰ãX^Γ—ËÚj6“·õÝåV#´¥8. |æö[cú’íkL=[°UÍ®E[§Ϩ÷€qH æë¥¿18 #³­`5”Úò—}©}¸ÏÅkëÉCÊZ«t/Qº xm8Qè_TÚ4ã8+Z;¾HÊ ›†‘Ûoé`D€[Z[—µFöoFò<Å…b¯½qÛœsªnUg£þÒœ¬ÿ°\fÖöFÙG®úA{üOHERg&¢;ÓaLMñZéÄãyô<°ÀI@÷Ž|³™È[Îw>ËgOìÉéØ;öÑùPÛ;FÅ £gŽ»[¡¼ÜR¶(8^?¶Œ¨¶³Õò¯têÖÛRåQe ßÝ ·»Æ`c£(ŠNÕÞiDQ¤¤³x8û‰ñ¬tžôÓÝçHµÇU´gd&çÈchówîi£þ¼ÿ©,Qa8 ´:#…W^wÆàÊ»W p¦AÅíO†«/FÅ÷¹EˆI%$ÜiÀYµ°IA>0Úw€$ÀË1X$WÞ¹Ü[€Ñ˜ Àb%ç#`f°0œùX, b& @€$I’$¾Uçž6êÏ•ó½ÑyÉÒ¹sÃ{=ÎH¯eÄ?ßg/ k¾diÔûVyðzßSœ1$I€E–›f§¨Pd¤€ÁL@€$Àâ&¶QgT€eõÑ ƒI€ÅE9@€$I€×Sîe¤ò°"I*_*3⯹t/•iÔuàÜÀ5í¿Æ£®7? –4wÕŸIRñB¬`5|a‰D¿%Ï“ïçâ—”ÎÜt€ÍMyžÇoÀYM’göðßMûB’€®þ€»¹kUbåœS©Tâj¾Ý€£ @ÿuán?À‚'išªåœÂ•P’S²×Rš¦ò}ÿØï¸ýT¦aåö[’$ßÏ+\Æ~g”`5Ê’€N;½ä ™(ÙÍ’/ç)Œ"ÁabÒ½ƒ_ŒcÙ]+9'ÏóÇEyËþÀ>Ç•´ôÏLÝwÔ¬ÅP3m/IJϬœ\÷ÏÆ,y’¿f3$ÇôqÔg“®Ëqç.ø=úßé~*SÛ „§îã~ª‹›¯ÔAû°D§Û¾')êK&™t]Æó´¦ó£çü²®)ÀYqª§9—ÝùÏ/{ò}_¾ï+¿ì)ÙkÉuÊFFj–”ø¾¯xmº ò°ÒûSbµ”ÓÀïnRE‘”“¢Õhàó~Q!ÛÇ_ ;Á§›ëà¦i–´¥xmýT}œ$Š¢Þxvãæ^k¶ŸâºLkš1?zίÒ5X¹n`=ʤ»½I’H’ÂNPÖýwË%I’m#ÁX¶aT}\•$å}OQTœªhpM@Vc¦·& ›|T·ªß z¹·°5MS™,X_‹ÎmÞ}ì/ã9h~~àf €Os]¦5ÍùÝçE_Óã~þMùíËRÛÞo=IyG³³ ¸nL¯<£ÛqI@„ ‚Pnß)ù&‘ý›•3umlÌV¶¬†ª?1ƒkržÔvÚ|ks®A¾kOP÷'Å8îÝ•~Q}ì•ñ”ÖGÖïO{>óº.³ŒÕt©ê‹¹¦§ùÙxEoD²OÌÉËšÍDm)ïçU¾Tø“÷ó:hgûŒbvjrûNÞ²§ð»ù«š»Yûýk¢óYâaVj÷åµ™ÚÎ/gÁfº—HíN{G,uú|´ô©—\ˆ‡jÖçÙÇá`Yv͉Îç¤×eš¶OõÃú¢Æ àŒ:ñÂà$éÔi¯ÃAÛj VÚR’Ø‘Ap¸É4ïàç»ÏúŸBÿî%O W¬¼#X å-Iv×jk+Û·û”›YÄqQÆÔeŒ‘çY…«‘’#IM¯|¦S¦Ò½£Ü-É©?1½'öôoŸWûûjum?ÞÖ’çuf`’™Ïç¤×eš¶OcÞãpÖ{Ú¨?¯<¬P,¸èB|ºr ¯'’€$I’$H @àÉ1X•‡œYWÞ¹¬ç¦Ú—™`€à|4õþÌ`ñ~ Þ½Ê €3%‚™ög&8cH’€‹Å›¯Žt?ÕÖãêÔׄk°Xp†Ù†U坸 IÀé4w­êO¬Š"«Ñ\Ú©?ýe/#ÛÞw2 #·ß:Q_gãYbŽöéèù|[×/) h>³ÚÜØsª=®ŽL¼e¯wç™™ú<ËOjë$æ1¼¤ `¾æ6$VQT®F²¶>´è7ü®/SÛî«W/N .åºOÊ9¬qV³öÍζœËÚ<®O£Äq,cL6»Ðy’NÒW½©ö¸ªƒöaiR+m©•¶Tï l»ÛNÛŸ¬O벦®ÖŽÓ’ç):)é«©ŸÔçYÆxR['11À|{Ú¨?çŒXÝ$ñÊ»W p¦A I²OÆW\DbÙ'æÅ¼,ìu C’€EA@€3æ; @`Q„…rå˽…1™,Vp>b &`& ãÀ¹ÄøU•IDAT‰Å3I’$H ð-ËIRùíËŠÞà%KÀYpîi£þœaÎÊ’$H @€$I’óðÿr!4uIEND®B`‚caja-actions-1.27.0/docs/help/de/figures/cact-target-location.png000066400000000000000000000505371433352025300245750ustar00rootroot00000000000000‰PNG  IHDR’ìÞ pHYsÄÄ•+tIMEÜ  #¥pÏtEXtCommentCreated with GIMPW IDATxÚìÝmhw¾7ü¯~¡@. $Ð1kX‰ Ü8Ç/¢à…Èä‚Hä†Z´Ð*XK5ܱ7°‰Ž_ä(¾ k§ÐZYÈV9ТÖXS¢¼(U^¤)ÖBЧà%³àÀ ÔàcðÀ-ÈõblYÏš‘äçï‚ciôøÍf~úσûÞ®­¾+™Å4‚׿–µ Nlj ƒFDÄý)QÏý C@DDDDL$‰ˆˆˆˆ‰$1‘$""""&’DDDDDL$‰ˆˆˆ¨ ý™Å4£p‚­¼Î¡ø÷‚ˆˆûS¢žëÛüeóÄ@Z“OĘѷtÌ?˜ÇåQ¿Ñ?7&b(òLÆ,ì×Zm[GqVYÏQØ[µá´&½íÉgiÜý÷»H=;þJñíÚjù_ö»,œNDÿ¿iK;2ô­>í×úiÔ×Ê ú¤&EÝŽ2Ïf³!÷*WõZîûlgm=û\åúÜý×n½7úýX$‘ë Bãa ø•CþUÃ#>„ÇÃ×ÿžˆ|Ŧ¶‰¯§°Z\AþUÁ«Ì}™äÆda¿Öl?Î/º´/‰dîUö³vD> Ã.Ø‘{Õü›ŸôF‚o؇Ô7érVÞêÛJÀý{ x‡}ðûpÿ^(UgöOŸ¥áñcÐåFèzr¿Y;LMF!ý$U½ž|”„oÄ·Ç‹éÛqèº^ÕöÚ>5[~×~ö¡Ýúiôí¨òµB!±«! ºÜðøñt1Ó´¯íÊj××Á!7RORðøL—Ùv ”€øL^Þa’;³³û9FdYFl"¯goFDÓ´¶15{3ýn׆òç/Ÿ¿|e Å×EdžgŒë^wË”eSc¿¶ÇèÍ’ªgÒ““ˆÞŒîËç¬ }Fö»lÕkªªÀ;샾¥cpÈäã¼}ðz¼ˆ×ìÃ:¦ó_Ì#üq‘Ï""ŸEþ8Œäó-·Ec[J”·¥Ú3fÚÚ®¯uuZTü±ˆø¸ñGúA¸ÀRÍ—èù‡{íH=IYÚ›Z_¶«VÛj³cJ»í»g_JÂõ×ÞìÞ“ò…dž¦‘_Î%ó“UßÖ*ûÔjùƒèƒÙõÓô€|kÑÉ(Þ¾YEf1•âJÓ¾šJlÛôµðc™çÙž•9ÿe꺂ì÷9d¿Ë"ßãS\ÆHl2†ðÇãÈòXYÎÃáp ñ`®mLÍÆÞL¿Ûµaw›Ì|c|>x5ˆðgd_æ~²Sæ¥@U™‡1–WÐ4Åbѯ‹Ð´M®ø÷åsVMOD1_3Û5÷e‘O#åÙÏürÙ—KÈ~ÿòš\µ;è˜æ y„¯ë^_ "W³mÔn‹ó’eÙï_ û| ¹åœ¥mÑL_;Ùþ+ù~ëÁô8ŠÅbÝÁ³ò »ò:_nGíe)ÝöÁêvÕj[m¶Ÿ5³}÷‚©ýˆÉñiv_\›+˜{«xöq¸Ýd•ñÒ.ŽfúÚjŸ´_Çܾ·k«ï¦®+CÈr°õÛ —tø†ýÈf–à8ï,g¯‰¿‹¹¿$‘~œ‚ë‚«*³­ÝaT¾æ»äGúq âñ÷,å5á›äwNY ¹±RÈCº®Ã{чÕ7ÌvÁ‰Ô_ç¼núí îÙY^üm©Ü†Ë£cøúñBùoljׂÈ/çöÉÌò­úÐ(Ffûcvý´\#~D~ÁØïüp8œM—3S–™¾æ—¨ª§Û2}—üH?I•ã/¯É¸ë8¦fÆH-}K‡ÿŠßب-Ä´ÝrVÆ~m}Þ}ÁÛ²ÌnÇr'±~»¶Š§Ï2ȽÊáëÇ ÁX` ã׃uã öÿf?×ì4_»™„ÝeÆ®…ý,‚ÀÕdYFø“°qÝfÃà?d_4݇FLW¥Øú«Oñï®ÿʸÔn‹öÇ•ÛR»¶šékmVû§oéH>N!÷* é2Æ®Œaj"ZNìkûae»êd}µÛ®Ìl«íÆcígz±_kT§™ýH³ãW»}q«\ÁÊq·Q¼kßÕî½NÆK»8šék«}Ò~s›^ñ—zöš¦ÁíòÖ½~÷öTù÷…ÿL!|=T50ÌPUNqo§âPUµj™ÝÎÆuQ;…šU@MÓz’Bü^éo)vEUpùwc¦Ë3³|¯û`uý´,ãqó_%‘ü* »`ÃÝ™ü#¾ŽÛÔ®¯­"”©ª*ÄóbÕêV»1"½‘x@ñ'É¸Ž´Ã˜¶[®U¿Ûµ¡ÑçÛ•yXcyüzs_Î!û]ÒÏÒMõôs­Ò•ØfËMMDqÿÁ<W˜ÿ*‰Èï£åxÖŽ¹Ú}ØAÇThÊfù‹dyÿ²YUO£m±ÑþØJ[Íôµ“í¿öKÝÔ­(¦nE˱ä_SˆÝŠâëSñµýèu¬nWf¶ÕF§~­~ÆÊ~­›ýH³ñif_Ü,W°zÜ=ôãp¿qŠ·6{ÒKz×ã¥]Íôµ]^µÇ܆‰¤^Ò±´¸T÷ rwlêV´ü­7ó,àGagDnFL7Öáp@‘•ræ¬È Š ˆNDὸwðv:œHûµéžÕå{Åôúé7¾Qì`m£úú—Ë…¯-”§à§oOc¥Ùéá6euºAvS¦Ãြ.—¿)²²ïc$2Åôd É¿ø!œ miðz|–cj)ö5Úµ¡‡5–ÑD> vkSœ23[§Ÿ³03 þQ?î?œÇýóXy½‚…šS­öaS߈éçLMV_+š~žoØgy|ÔÇ8$"1‡·¢oâ¹ê~v:ÙV÷cûÞïzÌì‹›å ÝÆý ÇžxNDQ’à©Iˆ¥7R×9L»8šék˼jŸŽ¹ ¯‘Ì~—…×ã­k¬ã¼Þ߸ª.@w8œÈ,fðt1Su¼ uóW ]Cü^ªª@UÄïź:°¦iH>JÁõë½ÎøÇã˜úcÜhw ÖdÄ&›ß±kuù^1»~<¿ñ õ8]ס®+u×…ÄnMÒ–Ú×Ù®¬Nt[fèêîßK@ÝРnhˆÏ&ö}Œèºá¬Á&@]W¿ÝYL­Ä¾î‹D›6t43xHc0nžy»¶Š¨…/¢Ý|Ϊ©É(RMaz2V—°ÆgP7¨ â³ „®…-¦SŸG‘þ6Ô“´ Ú†1£žþ6©Ï£m¶¥Pu_î%ŽÜø }FöeÖ8ø•Œ/Ή ø~ë)/¼F|&u]¶¥ã¾…}Â~ô¡Ý¶Úè8¹Û÷~ïGÌì‹›å VâÞ(^½E>Çôíi^¡oéзt^1}'ŽÈÇáîÆx›8šék«}Ò~s&’©oÒÿx¼ñÆöI¸ên+À¸»uéY™ç$w.ìŒþ!‚±`¨éuJÑÉ(Ä!k!®… ¹ÜßBås´ü—ü~–|¸°7@> Ã?êÇ›1 ^p#6Cðj ù€²¸|¯˜]?s³ ä–sp{¼އá¿4\µlà’7&Œ¶Ï?L"ù°ùÝíÊêD·eF'£pœwÂ?êGàJ¾‹Þ®ÏÔnŒÌÍÎáþƒy ^p#8†ç_;‹©•Ø×Ç­u:Ú9ÒXÞo½y.¤ ⇯×ßÈâö!p%ÿèÄó"¦&¢‡SQ‘þ&…Ür¾K~ø.ù‘[Î#ýÍÞ5M­’eñ¼þÑ1£?/q9ˆ¾NOF‘ù. ߨßûŸ„~澚¯úrá½èEp<߈ÏÒ,Õ~ô¡Ý¶Úè8¹Û÷~ïGÌî‹å VâÞ(^½Fôf‰Ù¼#>xG|HÌ&½±tV¶“8šék«}Ò~s›ÞlsÜ´»@–ý9ù$IBd"Z¾°˜1åøí…7u f‡mæF Æ”ý;qk·/fþ>½WûâÓ®YÊq¸QûúOÃÉÌɟ㜈ÀµtŒú1ukšc„ã©g[‡ÃÔ£$cÊþ1ž´/>íšÅñ¨lÚ×ÏÕFÇYä“pùÁ¶Dy°erCÄ}ñi‹c£öý Wu‚‰$1‘$""""&’DDDDÄD’ˆˆˆˆN¢ó@rÀx(ŒõøŸMMá%""": <µMDDDDL$‰ˆˆˆˆ‰$1‘$""""&’DDDDDL$‰ˆˆˆˆ‰$1‘$""""&’DDDDÄD’ˆˆˆˆˆ‰$1‘lopÈÁ!wÓßOC¿;íói‰u¦¿’þWÒߦ¾÷vmu_êìu¹Ý¶ý@~ù8œå÷TUïÒe „#Õæ“¸ˆˆˆhÿìëŒdá¿‹xúMúP;øvmõГšÔ£TÕï SÚïNcpbGDDD§4‘ôÿÛ0ž‡º®´N´ž¤Ë§Q½Ã>ÄïÄ¡ëzùýF§XkOÝ6[¶ÝéÙve@±XDè£0Ü/ܼAa9o*ÁkA¤3Ð4  mhÈ,f0~=Øpù§‹\¾2÷/.ŽÕ%â»mË<Ïàò¨ƒ.7Æ®†P,-õÉJ]fë6³ž~“†oÄ_õ^»õ™Å .ŽaÐåÆå+cÈ<ÏðÔ;ÑIN$çþ<›Í†èíé–Ëé[~ȾÀª´‚ø­i<]Ì ñ`Ît=•³fû1‹½5…âE,<˜ÃÊë<¦'bH}knV1ú‡(t]Grg2ù$½¤#6­O"Ÿ¥¿‡ç‚ +…<WˆÿÇ}<}–©[6_ÈãÅó,ÌAúYÂôí¸¥>Y©ËlÝfÖÃÊOr/³Uïµ[ÿ™çL߉C<ç@~9ô·i,ý× n½DDD'9‘$f(þXDªÅéÜèdâ[¿ Á™ºÜ÷¹#$MÓ€~ÀépÂÖoƒç¢_Wôgwf¬Ñ ™xÞ‰ÀÕÒߦ!¯+H›ÆøGãp8œuõ¤ž<5âñùlgmˆÞŒ¯S»éÛÆ2+€üOÙRŸ¬ÔÕ˺㷧a;k³´þw“ð»3q88$îĹõ²–7Ûd_ß¼6]A`Ôàõ î1ÿ¨¿îýâ s;3[»§@UÕ#¤øí8³ ŒC×o\ˆßžÂð°ÏÔç§>"û]áq#nÓ±†ËÉì²ÿrõë µòÍ;Þ.e¥®^Ö- –׿òNÙIÊÅòkNÑiºÎf㘈ˆˆö1‘´š46“˜‰#_È#v«þwt" UUñõãøGüÐK:ܼ-ËS7”} H£²Ç? büz’$!·œÃüIDoMc¥`\'ÙîTº(Š\ñ#û2‡È§‘ºdªœ 9PߩȪïòÞ>íW]V™YÿÎsNÈÿ!¯ËE#™Tdóc c˜ˆˆˆêÈs$m6’ç!ý$5x׸©Â~Ö½¤7¼6RüÐH²/³Ð·tÌ=HÖ-#FrÖîÆžNʾ1CQ’àr¹àñï´×f©ž…/ðvmwïL5]&ò©qz91;MÓ ë:rËy„w^ïeŸzUW÷ë¡ýúß=í~ÿÏóÐ64¨â³ n½DDD§!‘ǃèêo0I>LÂõk¡OÂðàë–™{€ë×.Lߎcìz¾‹õ3–Ó·¢>ÿeKwòš){üú8æfp{¼Æðo=Xx˜ìyŒ"Ÿ„±ðp²,ÃwÉï°OŸ¤ûÌZrg¦O½ª«Ûõ`fý¯‘˜M@^3Úù4Œ±À·^""¢CÖ÷vmõ}³73‹iž¤#I^“q90ñC?|Ï;¸‰ˆˆÿÖ6 7&bÞH@ eñã®íèD„Á!"":$ý ÁkALÏÄ!ý,Áf³Áók¾~´ÐðIDDDÄD’¨,0êGàˆ'"ÿÊÑ©"óÏóÔ6“H""⾟‰$1‘$""""&’DDDDt"ñf¢}‹°‰ˆN^Y3’DDDDÄD’ˆˆˆˆ˜HÑ!Ûý[éüÉŸüÉŸüéæþ²ÉOþ­m¢htÝÌq¾FrpÈ·¼Æ“ˆèDïë{3’DT‡I$1‘$¢Ž òÎD""2ÿ!:å‰_£ÙGÎH‘œ‘$:!Þ¿oùß~$¦t¼¾dp]I"²äþÜoù~'3’Ç!!aÒDÄm‚˜HQæÿ<øLÜòÁepÈÝð_'Éça¼öë”}êq ƒCn¤§N|¢!­Éðûz’êyÙ'))ªlËQNÖx u‹×H¦$ò‹y$fxñ_/::¸ð Ó$‘|–ÆÝ¿‹Ô¦¹9±ý,‹ˆLD‘¸Gàj€+Þä6Äí†N2ÎHɯ’HÌ&/äÛ&Ì ÔÎÀ<}–†oÄA—¡ë!ÈkrÕrµ3šƒCn¤ž¤àñ•_—e±‰¼/Ü/nLÄ iÚ^¥% >‡×ã…w؇äÎÌ ¥6^2ÚxùÊН‹È<ÏàòhE»e¹e¿s¯r°Ÿµ#òIvÁŽÜ«|ÛXV¾V(ä1v5„A—¾?ž.f¾KþrÌ óJÂ7â‡ÛãÅôí8t]`¬ëÊ8@f1ƒøL¼å¸êd=7kC»~™YçµÚ­C3õ5;S`¦/V¶§nâBL$‰è˜Ê¾Ì"6ÃÒß–àúµËÒlJ§rËdÓX-®À?âÇôxUÙo×Vëê)üXDæy¶üzl2†ðÇãÈòXYÎÃáp ñ`®¼üü—I¨ë ²ßçý.‹|!o­¯rÈ|c´1x5ˆðgd_æ~²ÓîKr»›yú,ÈgÆnˆ|ÆÓgÖNùFoM#:ÅÛ7«È,¦±R\øGü(ühôGUÄgåƒváÇ<ü;‰d»µZ¦ÇÏ÷9LÝŽ#ý$…áa_UüW×ddŸ/!û| «kæ%»©')ä +ȨBÿÛ8úßcPU þŸéõ’ç¢éoRH<˜Cêq ÑÉ(Ä!k!®… ¹Œt5"Ÿ„áõãÆM#&±É‚;w‰Çgâˆ|)Ÿ^÷_ò#x-P¾Àì¸j›˜µhƒíÖ¹ÕqÞNñï¦oÇn—VúÒn{ê6.t2ñf¢8*7Û4’üKÑ?DïšÜls\I’„ÈD´|³q{:Iûú£ˆ×HpÍ’Èv‰éqI0ïÏ&½ƒ^ÚFbvc£þKÞÛშé¸9¬í‰˜HÑ!ëëëëYYÇ)rœ¸€®Q?¦nÌ5[Lé$:¬í‰Žñ±‡§¶‰ºwÒNw§I""îëo¶!¢:L"‰ˆˆ‰$u¤Û»^‰ˆˆ‰$Rœ‘$""&’DÔ‘ÝIþäOþäOþ¬þÉýeõOÞlCÔ¼›ˆˆûúÓˆ3’DDDDÄD’ˆˆˆˆ˜HÑÇ¿lCttó¸Þ¡MDDL$‰N¹÷ïß[þL/ÿ¬"><µMD=qbέÇ$I":¤^£»¬œ"?¬ƒç~œÆ—×dÜø4÷/ܼ¸ñiҚܳÔ.'­Éðûz’:rIÌQJŠ*Ûr”“5^ZBÇOmz&‘ë BãaDÿÁÜŸçKÿµ„ðxK™%ˆç=­¯X,"2EâN«®“c•ã–hÿpF’ˆz¢vèé³4|#~ ºÜ]AÞ™¥«ü«µŸI=IÁ7â+¿.Ë2b1x=^¸=^ܘˆAÓ´½JK@|&¯Ç ï°ÉÇ©–³O ÛxÉhãå+c(¾."ó<ƒË£í–›Ï.Î1ðÇaD>‹@ ˆ|Aøã0’_Ì7í[³´R(䙈"ùpn/‰,÷ï%àöÁ;ìÃý{  „®Ö$%áñÃíñbúvº®0byž©Z6³˜A|&Þr½vçfmhׯÚõÜêµò‚6ãÌL}ÍfêÍôÅÊxî&.DL$‰èØÈ-YLcµ¸ÿˆÓwâU³Co×VëfŠ ?‘yž-¿›Œ!üñ8ò…‡ìwYä ykm|•Cæ£Á«A„?‹ û2‡ô“v_ ”ÛÝH¾GøZ°îõðµ r5m©ì[«4’ý>‡©Ûq¤Ÿ¤0<ì«êÿꚌìó%dŸ/auMÂü£dWë!õ$…|a™§iä—ó@IÇüC£ÌÄLé¿-!û2k´ëeéÌ3‰–}²çVmhׯN´gíêÛíóÛµU$fð_ò[ê‹Ùñ|Ðq!2ƒ"‘¨ûÏf ¹;¾kÛìi¿f3:»ŸrWý¥‡0 t]‡÷¢«oVê–­,?¿üŽæ§ƒõ-þ+~ã ÀwÉô“DQ܉¹ŒË±¦}j×F÷oËv7*oUZ­ßVÝβ*ëªí[£´Šû£FýUïù.ù‘~œ‚8´×ÿðÍò¯r¯‡Ë£cøúñB9¦Ú††Àµ ò˹½ß¯º2†Á2.Ù IDAT¥—/]Ì”Ëo¶^­Æ¹]:_fÇzí8kW_ùËB!Äì<–Ó°Ùl¦û²Û®vã¹Û¸Ðñß×E¼F’ˆL³r­ÙîÁ l6[Õ)¸fj“Hé„ăŠ?Iзê?¯ª*Äóbùw§híšÄÚ6Zm· ДM8j®…Ô~Ù¬*§QßÚ%땱ž›M ~{ÎÇ)x.zªú_Ùg§è„ªª]­EUpùwc-cºBò«$îþiª®Ÿ½ˆs»6t:¾ši7ÎÌÔ'¯ÉˆÏÄ‘þv/‰4Û³ãù ãBÄD’ˆŽµÈdÓ“1$ÿâ‡pV€¶¥ÁëñU$gÈëry†F‘•mŸoćôó ¦&£U¯§Ÿgà«8Ým¢¼„0 |3‚…‡såS§‡Ь”g$YÃáèªON‡éo¿nšøJ’„¥Å4- 1‡4Ðó›ŠÚµÁÌ‘M×õrB§mh]³v4MÉæÌ×µÙJ_Úç®ãB´x$8AZÞIJK×ug6꺂øíêë½BWÇpÿ^ê†uCC|6q ý˜ú<Šô·i¤ž¤ mhÐ64¤ž¤þ6©Ï£=‰Á.ÿÎiìéÛ{7¼„®Ž!~/UU ª â÷â] uµÆ?ÇÔãÆë%ãqC±ÉéòúˆÝšFòaQ?³ Ä&båY/«}j¦UÌðüƃÔãt]‡º®´½N°Ý8kû…ç÷D'"ðx<]õ¥Ýxî6.DL$‰èPµ»;Õ¬è" †Ú~~nv÷Ìcð‚Áñ0<ÿ:\]ÎdŽóNøGý\ ÀwÑ{ çYDQDú›rËyø.ùá»äGn9ô7{×¹uƒªé¢éoRH<˜Cêq ÑÉ(Ä!k!®… ¹Œtµ"Ÿ„áõãÆÍ/¸›Œ!¸s—x|&ŽÈg‘òéuÿ%?‚׈Ï$:îSÃĬE̘›M ·œƒÛãEp< ÿ¥á®ÆY;Å¿K˜¾o¸]XéK»ñÜm\ˆöo¶!êEBq n¶9$IBd"Z¾Ù„ˆã™NÒ¾þ(â5’Dt¬ÝŸM z3½´ÄìÆjîlÞÏäÝ > ›ŽÃx&b"ItÊõõõÊ~;Ή\ @×À¨S·æš1&ˆt’Æ3QÇÇžÚ&êOwq_ñf""""b"IDDDDL$‰ˆˆˆèˆãÍ6DûDìòYzDDDL$‰ˆˆˆN¨ÌbúT÷Ÿ§¶‰ˆˆˆ¨#œ‘$"""êÐÔŸ§ºÿœ‘$ê>3’ˆèêàOÓž4œ‘$:ÆÉäîµ9§ý1ÎHÒ¡<w5òÎkªqZÿ%I"&ˆLšC""&’TŸ Ik2¼Ã>¤ž¤Ž\¢uÔ··'øšÆ¾¾>¸]ãív¹-%6ïÑõ?½LØæÿ<¾¾>Ìÿy¾ë6¼ç5TDÄD’Žºb±ˆð'a$îÄù,€œr¶³6d¿ËV½–yží¬Á1!ù(‰…/|”d0ˆˆ˜Hžl…B‘‰(’ç¸0^,÷ï%àöÁ;ìÃý{  ´÷™Á!7ž>KÃ7âÇ ËÐõä5¹üÞîÏÚ™Ää£$|#~¸=^LߎC×u@|&ŽÌóLuⲘA|&Þº¼Ç)x/úàõx¯ic«ú*Ë«üg峕æî-[;£Û,Níâh¶©')øF|Umêv7~;ŽÄlõ 8s濯[öþÜÇ 8»ÝŽŸÝ¨j_å [__’IÂyÞ‰3gÎÀ7ìƒô“dº¬FÚÕ=ÿÅ<œçåvä^åàõxqæÌ8Ï;‘úkªª}}}u³‚VÛ”}™… ˆ~…0 û2Ûü Üß‹p:H~•lÚ†ªö”€Ød öì°`Gl2V5æÍĘˆˆ‰$õLöû¦nÇ‘~’Âð°o/1ú2‰Õ5ÙçKÈ>_Âêš„ùšÙ•Ür™Å4V‹+ðø1}ÇH2vOû¾][­:œz’B¾°‚ÌÓ4òËy ¤cþ¡Qfb&ôß–ÊÝìË,Ò™%$fMË€ürÙ—KÈ~ÿòš\ÕÆVõU–÷vm‰Ùü—ü¦?[›è­¼Î——UUÅTœÌ¼o¦…‹È<Ïöôt{ðzꆊÂÊ ˜º¡"x=X@1Ü«~xõdYÆviñ;ñ¦åæ¾Ï!¿œÇææ&Æcˆü>ÒqYf–ϽʡøºX>=#>Çöÿl£X(¢P0ú·ûþû÷ï«N%[m$¿J":D'¢H~ÕxÜd¿ËÂ?êGêq ÑÏ£MÛP•àß‹CúY‚TÜù÷“„ø½¸é5}o×V›^À“YL#x=Ì(Q»³V õW½ç»äGúq â×d„oF•+v¥‡0 t]‡÷¢«oVÊï×&6—GÇðõ㈢Q¦¶¡!p-ˆürnï÷ëA„®Œaéå d3åò•78äÆÙMÛØ®¾ÊÙÄì<–Ó°Ùl¦>[ÙžÚXÕ¶±]œZ½o¦ùåàp8;ÿÓ×ׇ÷ïß#õ×2ßeðâ¿^àòï.cüú8"¿”ߌk&_|÷â¯öÚçò¸ ¬+Ueíþ_Q8Žr_ív;¶··M•UËLÝʺÇ9Gù3ÎóNÄoǺªz½¶­fë¨%ÿS†÷¢ʺ›Í]×á<ïÄÊ눊åz- q/ìwYx~ëiÙ†Ê×ÅA¼xù®_»ÒOÆ®Žá­üÖTŒ‰ˆŽ>Gò˜››M ~{ÎÇ)x.îÐTU…SÜKNœ¢ªªV}v7ùP>h¶¢¨ .ÿn¬éû€€Ðµ’_%q÷OSUå7ÓªíêÛM>ã3q¤¿ÝK"Í~¶Y¬õ«UœZ½o¦&‘íD> >ÇÓgO±úf‘l¤aâ484hºÌݧQ_­–efùÚd1û]‰{ Ägâ°رðåW]ÕQ)ù( mCÙ3gê^Ÿ{0Wþ}þÁ<"ŸFª’H3U)'¤ þJ„R3Þ*ÆDDG OmsÁëAÌ=œCøf¹W¹ªƒ‘"ï Y©:@uÂép"¿üCÕ)åÊYFI’°´˜ÆÂ£¤þš‚ÜdÖ§êÀÚ¢íêÓ4 7&b˜{0_—Œµûl%ñ\u¬zÉJ;öãkbl2†ð'aLßšnøµÑyΉ·òÛòéØV§eÛöÕbYÔíù}‘ "b"I¦øwNÍNßÞ»á%tu ñ{ ¨ªUU¿GèjÈt™‚ @–«oÿxSŒ¯—ŒÇ Å&§ËáØ­i$&õ#1›@l"V>ø6*â³ ¨ Ô ñÙB×B¦ê€Èï#ˆNDàñÔÏ µûlU2~͸îN]W mé¸?Û»¿c¥•zõ¸¤»º‹÷ÿÿ{LýqªáûS“S¸qó¤Ÿ%£}?Iý¿¡Žê²ZV'u‡ÇÃååëÆì€`¼×aégiø†}U3† ~(ÂwчÌâÞÍdŽsä—óH>Nâþÿ¹ß² Uãá£qÄ&cPß©Pß©ˆMÆ0þñ8wbDtlñÔö á¹èAú›ŸE°ùË&¢“Q$fçØIÌWˆNš¿h?ú‡Æ‚!è[zy-ò‰q½ì›1ÈïdˆЏ{ËHPâ3Æc‡vO¯û/ù!Ë2â3 Ì=H4,|Ã>®„ —t¯15ÝK[ÔÅ¿K(þ=ŽéŠ;‘Í´µ®¯7#Ðu Áñ´-SŸG{¶^¬´ã0Dwúº‚ô ®_»07;w euR÷ØÕ1Œ]ƒòNë×.¤Ÿ¦÷¾”܉Ã7샦iåYG+u$%‘¸—h²=D¿¯Jú#™ô_ò%àî¿ßm؆ª/N3qLßž†Ëc\#þ(Üöæ"¢£Œ7Ûcü[ÛDDt˜8#yLµ:õy’ÿj 1‘¤.1Y$""¢ÃÆ›mˆˆˆˆˆ‰$žÚ&:æ‚×ÂÐ64‚ˆˆg$‰Žyià­‰ˆèppF’¨Ä=@œˆˆŽù”ßüÊI"&‘DDÄcI""""b"IDDDDL$‰ˆˆˆè$âÍ6Dû@æ_"":‘x]|5ÎHI""""b"IDDDDL$‰ˆˆˆˆ‰$I""""b"IDDDDL$‰ˆˆˆèxàɉN€Á.û–O'"¢qF’è„xÿþ½åG-©ÝϲNb{Žc[ùWAˆ˜H‡D‚I Ç ûIÄD’ˆŽyMÆO#p_ðÂ}Á‹ŸF ­É–ÊèÕ©t3ߣzÚ^Ó4x/ú€Rõë7&bU¿ë%Þ‹>hšv*Ç›ÙõwÜ1^^BL$‰èä'‘ë Bãa ø•CþUÃ#>„ÇÃ×ÈAà½èEöûì^r¹¥!÷}®*i̽ÌÁ{Ñ A4"b"IDÇ×üóF䳄€€Èg„?#ùÅ|Õ²ÉÇ)x/úàõx¿—¨šy«=J>JÂ7â‡ÛãÅôí8t]oX¿ôF‚o؇Ô7érƒCî–³Q•ï ¹ñôY¾?]n„®‡ ·šM-ñ™¼/¼Ã>¤§êiÕöÁ!7RORðø¶qüZ™ç{‰äÊëãgq¥üZ:³„ñkÁ®ëªŒ]eÜ*ÿYéW«8q‹—ã–|œj¹ŽÌÖU(ä1v5„A—¾?ž.fª–±Úº/J²ŒØD ^n7&bUI}»ñÓ³˜šˆ_»²,s"&’Dtò…<Â;IM¥ðµ r…|õ²Ëyd_.!ûý Èk2æ%–™z’B¾°‚ÌÓ4òËy ¤cþaý²¹W9„?‹ q/È'áò©À·k«–N æ– È,¦±Z\Äé;ñæ‰ó£$dYFöûÈ>_Bn9g¹í…‹È<Ï6l£ÿ’+oVÊÉJñuÃÿ6ŒÂë"@ÝP ý,ÁÉßU]µ±«ŒÛÛµU$fð_ò[^'Mãöe꺂ì÷9d¿Ë"_36:Yÿ½5èdo߬"³˜.'ÜÍÆ‚Õ~Ä&c<Ž|!•å<æLŸ^Å´]üÌ”eeœ1‘$¢¡mhœöº×…ìÐ6ª¯áKÌÄápÂ1àDb&Ž¥çK Ë|ú,ƒÄ½8çÎÚ¿Ç‹—/ª—ù&é;q¤Ÿ¤àõwÕ‡¹{ 8NØl6DnF ý,5]véùÒ^?N$f–Ûž˜¹ Ç@“ÓÒý@èJKã3ùâ ¦'cå™É¥¿eºú;¯«]ì …<Òߤ±ð圥~µ²ôÝîÎÄáàh‘ÄX©ËÖoƒ¢(P78NÌÍ&Z¶Ãj?^|÷ÃÃ>Øl6ØÎÚ¿5|Í—3ã§Û˜¶‹Ÿ™²¬Œs¢nñ9’DdŠ ДM8Î;«Ì_6!Ô$0NÑYõUU–©¨ .ÿn¬e½ ÿ™Bøz® ®îûPÑN›ÍÖòT§ªªuý°Úv‡ÃÙòýàõ¦oÇù$ MÓàñxŒÊyž)'#ÖÕ*vòšŒøLéoÓ°Ùl–úÕŠªªÏ‹Mãf5†»R“˜ÿ*‰äWIØîÎ$àñõ¤lÀ8ýŸx@ñ' ú–ÞÑøéELÛÅÏLYVÆ9I":¾ÒÏ3˜šŒV½ž~žo¸ú€®È Ä!±ü‡ÃѰL§Ã‰ô·_·L¸2ÏÒ~†pV@äfäÀúëp8êúaµíí¸\F‚÷t1Çðx·OBWCÕý¸—°Üv3‚ׂ˜{8WNÆ}Ã^Ì‘DðÚx×u5‹]ä÷D'"åäÕJ¿<¿ñ õ8]ס®+u×ß…®Žáþ½Ô ꆆx‹SÐVú»5mÜ4Rª¯ÑX°3]×!œ بë â·­]WØML­Ä¯W㎨W8#ID¦ˆ¢ˆô7)$Ìaþ ãâ~Ïo=H“*Ïžìò û¸‚^Ò¼ÄÔD´ñÁwçæ7cßÉ?q÷ÖT}B4 `éY¡ÂtD'¢ˆþ!‚±`ú–¾/ÏᛚŒ"~/ÿèlý6DAá¿ –ÛÞ6a ŽáþŸïÃwѳ»aè%¡àXOêj»âß%ÿÇôíê›EÌÔ57›ÀôiÌÿ% Ç€±‰r¯ö®%ŒNF‘¸—€Ô[¿ ‘OÃUqëdý@à’7&Œå\¿r!ùpïÄFcÁjÌæfçpö>nLÆàp òû²ßçL¯ÇnbZ©]üz5îˆz¥ïíÚjÓ¿“–YL#x=Ì(µJ°<ÚD>à ¹;ú“‡}}}þ0äÁ!7À|ŠH’„ÈDùW9ƒñã>ÿâ©m":¸ƒâ©éõ’trÜŸM@ÛРª ³sëònûv_LZ=¿‘ñ#Ú_<µMtBôõõù6†ÆÃˆßái¸“ÎqNDàZºFý˜ºµ×ðÄÙ탌Q×ÇžÚ&êOsqŸZñÔ61‘$""""&’DDDDÄD’ˆˆˆˆ˜H1‘$""""&’DDDDÄD’ˆˆˆˆŽþe¢} ž€?ÓFDDÔg$‰ˆˆˆŽ¹Ü«I"""":>I'I"""¢SÄÉß³„“‰$Q—äµUˆˆÇ€S‰7Û€Éàïß¿o¹Lò«$â÷âÈ/çáúµ Ð×ׇ·&Ûž{•kø-V–e躗ËÕp9y]†úNJ:„gy¹æ±” ª ЈçD¬þC.—g¥ìºeeÙ(·¤CüP„ã¼X^ÎírA–e ¤ÃvÖ—Ë›ÍÖQÆ© 9 ˜o{«„ƒè·™÷kûYù𩏶X×­fEü—üæêÿ•ù‚m]o:Óª º®C^“¡i @ìp¹<å#§¦i×V¡ë:Ðoƒ(Šp8œ ë),ç0<ìozÔ-‹Ï; ì}^×u‹+¾èCny/žÛºûYÄ!7t}òº èMÖá¯DÈïd 8NˆC®úþoýs T¿ßl›ïd][‰»™1ÞjÝjE†ë‚§¼žVŠ+ð^ðBÒ›"œN€`¹®Ê¾ë[:Š…<Äs"ç=ÝvnÏ&·+u5Ç»}ÙýÙ¬L$‰NìË,b“1üû¡œDöŠÓéD±˜P_®º.CÓ4x<^ØúmÖ$Èk2Ä!±ñŽo')õ ûŒß%©i½VÊ–åêee¹ºÜÍ_Tã=› ²,C’$x<žŽúP§dìtmgí¦Û^¹ÃVU›¿¨Þo3ï·ÓêóVÖu³Ä±mýšÏE£ïÍÆ›¶µ×éMu¤7+‡Üp]pëQ– É\;É–$­Â5$BpI§,7M$ÁiM‚xÞ ÛY¡î}Q!¯­ÂS‘Hʲ ñœ³œ|VÆS]—!½Y Øá¹PñZÍ:R64x.îõO–eˆ¢XÝÿ&ï[е…±Ò.îfÆx«u+ Ö¶’1]¶¹¹ 瀛ÿ³ a@€^Ò¡mmÂ5àéª.MÓ ½Y˵— öjÛ=Èýc³qÜl»«-›§¶‰NÌó ÿ]¨Þèß©‡ù4bù@l†ÍfÃ¶Þø=EUàÚ™™è\C®òìGߪ@rÁÖoƒ­ßV7{ÒiÙªªìÍô£®\—ËSž=EúÖfÇ}Øý_þ·œƒúN®š 0[¦¦iPÖ÷fV²ßfÞo§Õç­¬ëNí–ßj¼¹\{m¨iö\ôAv’¾~@]Ð6ªc ozI‡Ífk9S½ IZEa9‡B!¿3ƒ·›h @? í¬K]סi›åd+fùçEl—ªcì8ßhV÷OU•–ý¯|¿WëÚjÜÍŒñvëÖ1`‡ª(åíÈ)ŠÐ4Íø]QàØIØ;­KUHÒ*<_9‰ìå¶{ûG+ã¸QÙœ‘$:A¦oOCþ‡ Ïo=H~‘Äð¿ #~/MÓp÷ÎÝ}©S×uœir K×uä yó…íìÈ*“ÔVõš.»¦Ü:5{ÂíR}¨™•Ø‘¬œ¡1S¦®ëÖVá¹à=”~›z¿VŸ·°®»ù’ÓÍxÓ·tHkô­Í†}÷\ðB–%Èÿ”› ®!÷^âÙ ¢(;³}»3?’T,'âywyVÒ˜¬ž=j˜8µYGuý+é­û_Ò; ¶•±Ò.î&Æx»uëtФ8Î;Ò6„³PÚ6¡w \;ÛU§uíÎÚÙÎÚögÛ=Àý£¥qÜ l&’D'Hôfù×ydžgàñ!x-ˆÜrãCü•¸/u*ŠA°7Þ÷ÛŒSBf“„~t}og©ëÍj–ʶU—k)±Ú‡& Da9g¾Ì Wà¹à®[æ úÝΙþú6[‹‹ùu½/õ›hCñÍŠq½ØÀÎu‘% W¹ÏÚª®Ã“¤ã:H“I®kÈ…Ba¯Ž:lýg€þÝ:j®¡¬X;­jZW±X4N[—öÆr¯r8c³ÕÝéKtÔ·žÚ&"""¢ŽpF’ˆŽ„FZ¬Ò~°9Eš¶33©(pìÌVvZ—ª*¤Ux<¾ªkP+¦Êº ×¥~µ‹›Ù8[­«ÙØì´ì^ÜÜåtIP99rÖ'OŠ¢ÀqÎQNÔÄsby¶¬ñC±¼¬Óa$ΖefyñœXÿu·„ò—œV a'mB ØüŸMØŒ/¹ö/Pµ×onlBY7¶ÃÊYßö_(7÷ÚÓ8Î9°ù˦éÚɪãÎŒd嬜®ëÈòM?ï¹à…,Kÿ)6\CnÂN²s7ÛËÚë[~vŸ"]Õ†šö·mO›åÛÅÒLN§IZã¼(mC8+¥mãàüNë‚·«ºvgílgëßÓuÒÚ*<¼–ûÕMÜ:­«åØì²ì®f%ìP›Ú&¶··Ϊé%½nF»å^¡QR×aY¦–¯ù]¡¾S3;—4;íÜI›UJõ7Í(jõ,¦¢(°`·|ÊY/éUŸ9c;SÓa‹ÚD²¶VQ»~wêý6ãôg“ƒ»í¬­<;¥i$iÃÃþÝŒÀ¸fê ÂÎt»ãï¯nÛˆ6Ë·‹¥» žª*åKlgíP×e ïýNëò\ô¢øzgúQu=+J€T\ç‚»®Ìvuµ]âl¥_-Çf—ewL~`7N;MÛâ¾àîÉžÀjYÔ}Ævâ¯Dˆë%eÙ(£Gu(¿(ðz¼ÕË—€•7+U‰¤Ûå.ßoåf[¿ Ûúv9™ÜÖ·÷ýlÑ~:œçH–Œ©Êk$çDã‘@;w}K‡Tq [å{;»ä½Y ‡sïý’qCÅ~&u‰ÛY{ùB{]×!IEKe:NÈkÆãô’Þ¶ýµËK5×úµ‹¥YN‡yM‚ýcvÍn ÿS†Ó!v]×n2¥¼SŒätGñMNQ„ílýŒ^»ºÚ­+q¶Ò¯Vc³Ñx1Sv¯ät8áõx›&;N§ò?elëÛåÄFþ§ÜY]Ëê¤îÊå}A­}ÏJ››°ÿ/{ÃYQûÿ²w½W¼æv¹±ùËfõ#‚´¡6±Wß©åÓóê;öì ":®lF²òÀx¦{ÕµdŽóÆNz³Rž5Ž™ç¤âJÅuhîŠÏŠØ.É(WÊwmïñCÅ×yl—öN×»\.H’d̰îœnS66Í—) [±7®›rˆ@‹Ï×./ž«ríbi:Áu:±úÉxÌŒu¶]2^ïE]F2éC±hÄS~lj›X­H¬vãÜ®®vëÁJœ­ô«ÕØl4^zµ~za÷Z@yM.·¿Ùìe¯Ëê¤nAª–Žm]¼›„ôV‚$IŠ’ibÓÆÒ‹%,¾X„,˨nU‘4óÉó%ä—ó(—ˇ¿w]¤~J!>¡Ý|įǑú©¹oró9ƒH?J#~#®Ûk6œ¼›„ôFÓA*J^KHÞMZ¶§U;_,¢úk±+1‡‚Èþ3‹Åç‹Zh^†•övÚF-ä Y‹‹WrÏs¶ëµ«U+Â#aÄoÄQ*•P.•á=éEâvÂ4®­œc×7f6·ò—% m·«[wÛçì%¬Æ°ÝÝ©×nëø”p¬¯­¶T&;—AäbŒ*‘#OoŸëk«˜ý%‹¥KøùÑ bc"¡0F/Fôïw[û¥Gω€ªª8s6€ÕW+{>¶Ùÿ€¶fóçG3ðù|€Êf¡‘òËK¶í®½"qçÉ[Ý5×:Aïç^$o%‰ÂsÒcš ¤ÿžÆ³<ÃôÓ˜úa ÷¿»ñѯ£/‹ ‡àp8ô²JïJuåöúz±ð¯_Úhæk þ~ËNÙ/ø±0¿ßém}„¥w%½ŽºúJ%x<Ý'n·ÕjÕRY #/2Μ=ƒÒ»œN'TU…÷s/V^®Àwʧ×9ópSw§›ÏaàwuÚíÚùY3-ÂÃa¬Ëë–ìi6Òb<Þår™–aÔ¯Ýű“þ0Õâ¿°V굫U­lEQ0ys™m|ͨú?>ÁW_—!®-cÓ7v´¶ãcÛíjgÅV³¸7ës:Æu¿fm±£ÍôbÉIò‰0z1‚•W+ÈÍç ½‘0:i{N-1 '8¶%¥„ _…õéî3çP¥£:˜­‘ÌÍç°ôb B¿€Þ¾Þ–#„Áß‘/äµQÔ§idžf~¬MIå y›ô/%¥¤'aô B+ä YœGmc„ò¾µ>µ B3ŸØ-+õ0…Êf.— ‡.— •ÍJÃZÉé¦!މuI¤Ußµ()%ËöX±7e”?ŒZ§…m-Nùl×k×ÎZYB¿Voêæ×âЏ¼·Û­ùý¸«±.C\[:ǦoìjmY§& °í¬ØÚnÔ¼UŸÓ‰8°K;ÛÍnIò±ó މ¿™€8&É—€z=^ä—õéîÓÞÁÀ—x–}†r¹Œ™3ÿØ|JËyÌ ŸÙ¹,œN'BC!¨[*ró9øûüú…ÑŠ½ò†\wa0=þ¤ëòzG6 Ù)KUU¤Ÿ¤Ž_—ב~’®»Øä—󘛵½«»A‹·2¼ï‘þIuÒF-¤·R˸Øzke”ÿ[Ff6£ßF/F!މeYû¾\n[ÖnÎÙ­÷Ë?vl5&cÆc³>§ÓqЮ-„‰$!m‰_±¾¶Šø5ñH¶oôò(&ÿ”„,ËÀ ­ÉŸ¨_o´Ÿ›mb£1mÿVûcCC!Ä'â¯hZŠWDˆ×Å–ë#[Ù;>1EQ (жÁĄɉI\½vUo£ôZBôëè®lµSVæ— ç #"¾S>ÎËÖXä—óH=JáÞ÷÷ôÏ{Nô4lž¨ÓâÒ-Þ+PÞkZŒ^=´Xl×ÞNûèEâf¢e\ìW½Í¨ªU89Ñs¬ò†Üòæj¯çì5^›ùë tjgëÀ—˜þqªªjßú^³>§ÓqЮ-ûõ;a"I90Ä+1ƒ¸zm½ý~ŒOŒ#2êhfÏ‘ ‡ÃuÜ…äídÓ5b5‚ƒA(› b—´µÒ±K1(Šb+‘œº3á´A ô  šŸ¿Gd8‚èH—ÑKÚzÌ]ÝTØ(+õ0…ø·Íÿ6Žûî×}æñhÉdæi÷þ¬%“ÉÛIÎZ®SMÞIBøB€0ðáï·BÛÍ?ûI»övÚF-¼'½z\Ïëfö«Þf¤§‘¸•€Ãå@à|A Ï}ÝÍ9{×fþ:ÚÙšþ[ ¹¸ÝnÎú³>§ÓqЮ-ûõ;ù”áfBº˜f›méFŒã€tŸQÒíØ™þX_SHH7’¸™@âVB¾fÄÂæ8Â8 L$ é(L éN|>Î@UUDG¢˜úŽ#ëŒÆA·Á©mBºNmB9L¸Ù†B!„ì NmÒåDFbuï½%„B ŽHÒåI¤û„—BB98"IH—ÿ‚Ë•u „r(pD’B!„0‘$„B!§¶ ébjÿ9J„†¢psÒ9„r@¸{o­<IBºœ£ö¬Ww—ë6 !ä‰$!„BÈGÀaÜÄs$!„Ba"I!„B˜HB!„&’„B!äcäÿßuŽ¢¬i—IEND®B`‚caja-actions-1.27.0/docs/help/de/figures/cact-working-directory-frame.png000066400000000000000000000160301433352025300262410ustar00rootroot00000000000000‰PNG  IHDRú|— ƒn pHYsÄÄ•+tIMEÜ # FÊUtEXtCommentCreated with GIMPW’IDATxÚíÝohÛhžðß,>P 2dÁ†F¦†‘h`$.°›uÉBú¢1=hL Sw ×xÛø;õõEÖíB×ÉA7îBo< 38… q^”¸pe”û ƒUè2T…°`\!‚3ì½ã*òŸØmÚ&™ï‡28éÑóÜ©È!‘ˆ¨Fê÷ÿ g_.—¢ç£Â $Ÿ +OJDdš¦°3£ªêè¹h€„AIYUìËR³sYiH–†ä⣢kùæÔˆ¨¢ª2FwàgïÌÚì€?<.•ËÑóã¾cœñ“¾´¸ ‡B쀿}¸S*,R7oÙû!ÿ "*¯©¹¿-dîd¸ãœªªñɉJ¹¤mèü'õw¸LLNÍÞI‡B²ùÊ\úfÅ4M˲ø Wz¢(•ôítäL¤±|ËÔ¨FÚsÄKaáôñÈ¡ÐÒâ‚ —ÊJçXÇ0ªT³êÓkjT|\œº™*­*™¹Œúª¬*öb Ñ®­óÁúØOÓ7?·ešá‘pür,9ŠœQx$œü<å\¾ejê3•û˜³? Ü7‰xöŒuˆ¨T.¿¾7ÊCááz¤¢>UןU\±Èú:w¢>³²¼TxT̳4{7ûí£•R¹”»ŸÝI³ÄŸäË·L­¢VÄ!LÜ€ŸÌÝÙÿˆ'rv¬s¬CöÄ¡z¸cÕÔL*2!"î—û2gY–samC‚ÍÞÍVÿ^?7–¸ß¶¶ £jFñaѲ,UUS3éää„sù–©©Oq[ü¼|ÔëíͰ/äá°aögß1ßè™Ñ©É †aì¨E{®Qˆ¨¤|ë;î—†dåQ‘` ©›)"â?áÓ3iýMY-±,[X.ø}þ©é©ÈH˜ˆË·LMÉùo–¸ã~ì8ª¼¬ˬ"Ü9 ’Ó)IäÇ/ÄPÂ\Ì:ÄJåRèWx82À0Uù0‡;OTÀž0ºwî Ü@¸€páÂ,AáC¥lüX^ˆx!¬WvÇ»–˜Lì|H‘aTA¡ùfö÷Bo:KN§bÛ>q;v1 êšÚ}‚o–}·_å²jVêfJ É  ‡ÇÈû,iO¾¡‚‚<üN.º_‰¿‹“XË4ßimÂxO¤!9 £ú>7šúÓ-õ;53“~±±Îô3ªݯè<Z¯¬Ù;³òp8À £g£=uäŽëeõ*IMï«·¿?»¯œâÃba¹¼žl\ŠQîA¾]Xãü·ðUÞ•u¼M¹\fç²  ñÏâ/6Ö]Oì|ƒ’–Ÿ”¤!ÙŽWÚ}~ûƒ®üT%"g@¼gúÝd¸]âoDGÏÇ­ÈØ4÷·y83üŽ~%ÂQ‚§*,ö+ÌLÓ4M“ég|>ÿþ¦ÜY©\""ùTøí7÷ÆExãóßäyQT&'ÔgZl<6q}êà?uzþnÆùAU+D$~êîoìïeQê²r¬š•¾“á?áE±m‡-I=ÞÔ ÊD qo¾e6ÞOå4ö-Ëå²òp…ˆ¢c‘æcä Jšº}+y}ÂŽWÚ}~ûƒ®Ro!bËíööÛ¦iÅæÄßìÀtžj–ó¦iJC2ÓÏøØý=}uÎ0FwÞ•Ó#£ÎÄöð¸¦iW®&Q¥èù¨ªª¦i‚B€’Ÿ§¤, J·îÌÚg“Æø¹4$ÛàpåjÂ9®ž¸–…+×=uÚmˆäPý§ž’s_åUU]Œ ƒ’ JW®&z¤qÁ~‹{sUF5À  dUI”¼ ®©Í+v)~9 3 ÃsY–ÕvñÂé‘ÑÂrÁyñ¨þy¨>0®iZìbL”ìUÔg– òpX¥ät*¤Ðë…]E#¢ú剚5;— UUäA!v!Ö23Aí¹~z$, J©™ô®QQì¦V‰¨¸\4 #r6Ò¡,l?k·‡Vp…ˆBÿj9È$‰b§†ÜiZ¢”˜LÌÞÍÊÃag3ëþˆh.ls¹šËî*W» +ÒlÉ¡Óc¶q”u.is² ‹ª‘ý²ÞæÏ¡_‡í&®%„AI>.ïDc®ƒ®e«(<,ʧ ”˜LرQc¦±­æ“O‡¶í\±]âÍ9é¦í9O5 Ú†NDü ¾Ý©©s›q¥Ù¡6î¼'ß>^y±±>7c™%&š¦Eÿ5Æx¨´ª,-äÕ§ÚÄä„}ðQì|4=“¶,+ÿuÞqRàˆÈþU¿8þbcý‹ûóÜÇ>ë•¥>Ó”U¥øXa&}óF÷s¦ÜnëD”¾&"ñSþÅÆº4(DÇc–e)«+¹»óʪ2ñ»dOµá,Bz&ݲ*|>ÿø¹1˲bcæ+ëÆnˆC¢kÅF×âú×á7_úNšˆâŸÅZî ë+…%ý¥žšIWÖ^_«ß•‰ˆñ0ñ߯s_挟ŒÔÍ[Í]üR¬¹U”Ÿ”’דÜÇ\é‰"žŸ ò8(º¶Õ|òéж+vH¼9'Ý´=m÷†lº¶ND\kwjÚ£Í8ÒìánF¯ág³öSa¹˜œNQæNzìÜXôB̲¬âc¥øxçw•‡±þÈ™ˆ(ŠV¹DDÜ ÎqRà‰¨¼¦Ï×;õPHÖ_”ÇÅ¥å"šúý”k<9v1VþÕîb+k%ןΔÛmˆt]'"Žã‰(=“¦¥n¦|~vÈKDê÷î©07ê*Bj&Ý\D”ø·‰…Å‚þÒˆœÄ/ÅšËÞÓ‰Ì4ÍätJYUâ¿O\ÛÕ-›ff.SzR26 ª‘Ï’ã⑾¡5j‰ˆª?U-Ëšøm<|*»cY6{/KDS¿Ÿ`Y–û˜#":ÍËzÍM3÷Õ‚wÀëe½…‡Eý¥úUH[fF}¦R|Ç|ãbeÇ®±¿çNpL?Óe­VžkΦ¹,D¤é:I¢{äÃ0ª†a0ý̺ZÙu%Ë‘–Ûm4­PH¶‡@|>ßø…1gY:¯èj“Í-ÁY®vew•«]ãÑ7tgíüÉwSRW²Ùû9þc.|*Üî³/Æ.ÄDQ´jUwÆJ]ËV‘¹›%¢Ôt’eY;·âIÑ>m;·Õ|ò±‡[¶íÆŠÑó±–‰·ÌI7mÏyªiXÿ¡E 䌄:·gšjáÎû³°XH}ž"ÍÏe"g"D¤>U‰è…¶î¬æÔÍ4‰'ùƘ¹lÿsœJk¥Æà=нð ýkÎþ2~Ù=n¡=¯ÿ>¶O®?)ÛŸ›·NDúËjc1õ¹FD<ÿz@Hü„ïi£®"´¬ ˲RÜù™;S¿nåZ‘ÚLBlîÆìÑ"š¿7qÏ„˜øÝ„ú:w>2^XȧþxK”TÇ5 õ©FD_?)§þ}*ýçYõ{Mý^Ë//•V»€|oŒˆ<ß®hÑü×ùù»™Ù»ÙâÃ"%¯'ÚeÆžˆÉ®]SŸ  Š]Öjc„þ¬Ó²,DTY«Ñع±¦¡²Ýäš®d½ÎÆÞ {­BDö-3βôtD4·g¹Ú•½]¹\\}°óÏ=Kê £sÿ•[ú&ßá³ÝZ"g¸Š?É7t-[…²ª4Z]ñ±Ò¸vãL¿õɧMÛv®¨Ù‡ySâ-sÒMÛ³w¥+²Ñ64"‚|»½Ð¹Í8wM» àbÖ{ŒuäíÓÍ÷æíÓMãÔ°°\hwð«kö‰Ur}oÕY„ξ's;ݼõÊZÉy^zoþsWÊm¶þú‡fã7‘ºV16«é™4y¨1¤Ûî.BsU˜›fôBLYU|>-}³²EíZÑŽlšÿ¹23;—½r5!‡$åq±9Öi$ë?æ×u}þ¿röIVÿA'¢-Ó*?)‰ˆ;Q­Æ/Å*jÉ®mÿ€Ÿˆü>?•UµøX±û»P-÷2yÿÙKDü'\øT˜ígˆ(ôë݉¶ÌŒÝHC’kרŽÛOö¬U›})ÇHhY"*<,ˆÿ"†›fȶ›¸ãÌÆž »üÝ]É®²ôvD4µg¹Ú•ÝY®wD»úà]yØ«¤Îd3s™ÈH˜çùvŸíÑ2"Òž¯›¦™¾“!¢äÎ1çAײUø}¬»¨ªjOå±›s[-O>íÚ¶sÅv‰·ÌI7m¯edcçÄy1«QÝ´ç2í2 €pçý™¿›%"ª‘=³Øž§ED}}^"JíÜ>Ý23ö¯[û6ç®±¿}*îY«MÛ—rªÕj»²¨ªZ5ª-Cg×Ä@PPVK®lìݰ×JD$‡Üeééˆhn ÎrµLªC¹:®?÷,©£w׋‹É驟íÑ2ñSqå¿y8¬¿Ô3s™ÐN:΃®e«HϤ}Ç|±ËñÜßò;•À;ÓowòiÙ¶]+¶L¼]Nºi{®Zµç;Ûcròðéæ§%uÓfœË´Ë0@7> ¯ƒ/{/7ûŸ³¾c>åQ‘aTÈdšff.³ð 0õû ×ô ƒ£ü¤»|%3—;i¹@ì³xârÔnx±±Žƒ™Y–¥išßïçOðä!ªQu³ªiyÈËz·Ì­-s˲,"ÆØ4}>uvì=º“»Ÿ …ÜýÜ>nµëÒ ±eUñ÷ûû•U¥ñåÂ× ’(®ã~‘þ\óû9ñ¤È0 ãaÈÃø}œ4(Uõ*yû½–eé?êÕju{{ÛzeuþñoÿDiôltöάiš¨äwaïÑ܃üÿ¸‘û[.~5Žúê,q-‘»Ÿ£%&ëÏÖ‰ÈøÉ˜¸>QZ-á .À°mmoýï¶t‚wݑβ,yH©û|,Ëò Ï0 Y¯Ìn~ÿ[–¥ëzaq)|&R\^òùü¨êýõ‹=‡+¼ýÞø¥˜—õ*«%g@šû2'Ëá™ìýœ4$K¢”šI;G2²÷²òpX¥ätªÑ8ìµÿm$R.—FÏF¼ ‡ õ$jtk&-…d)$ßr$îÎCR7Ó’(I!Ù9 òòp8À ÑóQ}Cß3o®¢u?¥ý EF"‘3ý‡úVb—cÉëIþ$¿k¹%®%¼^¯÷—ÞÙ?Ï¢–eÙ?_-˲ïÀj܇Õ÷Ï}DÔÇôõõ÷ù}~¯ëGð0 Ãóü›©ØùXæÎlËÞÇÙ+¹ú©Ù¹zw–ûòu÷ײïkÙ϶ÛPO)wèUÛ-€Â…ùøåÅ/Å캞UþN-,—¥JOJÅGKÅÇ+ú†>{/[ú2W*W ùÒ“Õ¬Ù¹lsHûbc½‘ÈÄõäÄäÄ‹gë…Å|E­¿Ø}önv}C/./——Ö7´Fâ®<ÌÞËêº^|¼R\^Rž(»‚¶'åÂb~]­„‡ÃÉÏS{æÍU´îñ'øâãbñq‘;ÁQö¯Ùíÿݾñ‡®ÅR3)íMÓ4MÕŠŠ8}ŒÇèØj–U³ÌWÖÖÖãaœ¿l·{ŸÆSÊ¥=söSÙ{ÙÊZÉîÎ £Ú¹ïkÙ϶ÓSÊzÕ–Ë¿g½ØXçv‡uúN7oüXŒEKe…ñ0VÍ’CábaÉwÜok¥'ß6FÛAáÛâ äˆHßÐcWã¥U…ˆNŒ~qžã8"27Íȹ±Ò…S•]s–åápü·ñÑß„ãxò©pþ~®9qW\‹ŽŒ66Q)—ØÖÆ¥!yýY¥sÞœÉîÉ~‰„ý˜Aå±»#¢üWyî8'…¤J¹¢ëzãËð©0¸ÀÊ£þžˆ´ï5aPøÇ?þ“À{c?f°ù©Ê^ÖßòûúZ¯,–eu]ïû§>îcn›¨qÁÁ²¶Uµ,Šä!ÆÃô1} Ãl™[æ+³Ãs–[ܸS£À ðBkÑE:»ÎvÝŸsá–}_Ë~¶Ý†zJ¹C¯Úrù·g÷¿cçcÎ/Û…4f”ä,˜¦)ð’ó›ÓSögW@àçü†aØŸ«FõôoF»Ïzî~vö/Ùì_²^–¹q3–‰È0Œ–‰»òàZÌ™¬]Ëöhacx­CÞÞø¢ix$\ý±~È!9}3ÍàFÏŽÚ×zªF•û¸Þzìq 8jÄqœªªÛÿ·í÷sŒ‡¬Y¯LMÓX–eú"êóô‘‡¬šõÉ›ÕOmÞ³ûÛ³ïkÙ϶ÍL/)wèU[.ÿžµ w¬šµ´¸äŒíÁž©ë»ëvTõªVõªÏ竇>þë/ºxžÿâÞ<)«Jr:Y)—ˆÈçóµL¼ißïZlÏmõš·žÌþy¶¯¯oâw´3¡‡ˆ¢?D›Ö_êöèŽþRÇÙàð„;Vãåy^ßеg*ÙbÍZy¬ø}¬÷—^߀o»¶]ö`ïO~¡ð:ñeYö”ço½à޽îþÞ¬Ÿm·¡žR~§½êÛk;w§ø°(‰’3ß¾ã~é$_|Øz®IêvÚØ¬›ÕÔítô\½_¿8>õï)]שFÚ†ž˜Lº#>–Õõ×ý}âzRßÐ]÷lGÏŽ¦fÒ†Q5Œjj&=m™èÙèë<Ììý«=óÖÐëÝòÚ÷ZúN:ÿUýMé® =ö¦“ Ã0 ÃHL&pö8,,"ªmÛc<\ãŽû¹ã~žç£g#Ús}¥¸b†eYvGÖ}°c?ËçÖL:¿˜O^¯_EOйû9˲Œ«¦¼Œ‹¥n¦Œ«æ+ëÖí=º¿–ýl» õ”r÷½êž]m»Ïï$ÜÉ}•¿8î.Ì¥Xn§w‘CräL4<2Ê禮MØ_Æ/ÅÂ#á+WA!1™;q­5ñoñѱh£0‘Sá+×Aav.›ËÔ—™œà‚\ä\4r.Êù‰ÉÖ÷ÃOMNpÇýá‘ÑÈ™hçѹ.óö¦?Å.Æ2w2¾cõQ¨ù»óñ«ñøÕøüÝyû›ôÍ4‚çyžäí8C;T£m;@±GnåQ±1йVž(‚(ǧBíR˜¸—†¤±ñ¨<,ï9¸Ò²Ÿm·¡žR~W½ê>é4Uºáœª ‡ÂNU6M†a†µjV‹‡ÇzHY-çäÈ©0ÓÏZ–iYV7sqàûß}˜ªÜ!uþ‰×AÀÏ„U«ñ4ÏDfj$‡$sÓPVKl?+‡äÎïEï|™}ëþz“pû~¾ìX§)”±ÃŸÈ™ÈöövñQ±¯¿ï8Ééûô T@×±ŽEDŒ‡ajó‰ŽEýǸ•‡+º^%ƒ:;ð&'€îâZçGÇX C±*åÓÏPÍ"BăpçH;ëðD8£ÿ½Êt7`úT¤š…Ñ„;G'ÖñàÕµ?ƒp§Ÿñ{½Vm»ëðÈÛá €pçUa»[àˆaX"ÜX~ø`ª2 Ü@¸€páÀ;€;³^«¬)êÓ êáˆÁèb#£;u\ç‚<êáèÁè Ü@¸€pàÃh1U™ ¨820ºwîèpGßXGEÀQâ o<Í_j^ÖOfõu¸ãeý¨8Â<[ŽØàèÁTe@¸€pá„;wî„;wî Ü@¸€pî Ü@¸€pá„;wàgàÿ˜4:©dû¨DIEND®B`‚caja-actions-1.27.0/docs/help/de/figures/sort-buttons-frame.png000066400000000000000000000142651433352025300243420ustar00rootroot00000000000000‰PNG  IHDRï~ÌJF_ pHYsÄÄ•+tIMEÜ 7 ãDT~tEXtCommentCreated with GIMPW/IDATxÚí_h׺·ŸmXFàÂÈ„2¦JØä¢ 9…^Ä&4¦VmàÄ>»½Hôå"GÉng8;Ά´J¡EöEˆ_ˆ{Q¶rá\ÈF*¤x.@Ô  ¼ ‚|£ØV,ù_äØiÞLÈÌš™µ–Öo­÷]³f½oü2;óA^9Þ”*¯ "^AD¼‚ âAÄ+‚ˆWD¼‚ ˆxAñ ‚ â„?µ$ÒËðÄ…`ê-S¬|ƒÆ5ê@Dj\^ªxvPŽ ú9‘Öÿ(T´Ö­ÅTx…)â„—+^_Á¼j³h„ "¼Û9ªSy¨çÒ…¡[Im –ù¼u½(È: ª; ;è=t`†›…[êóRÓ‚°e#ïR1jEøÄú×êâ1Õ…ufýØ¥<‘EÏyþñ:m|eA^ÒÈë‹Xí²ŸA½i2¡uÝïŒ# ¬ÓC¨ Zî' ‚ðrÅ«ÂE)Âÿ§µÃÄûašòÍüÞ0‹kUÊׯÐ\ÔŸ{ I´ô‘AØ‚‘Wí²ü·R¡|=ƒ~âB¥‚~Ra~ÎÃ+)ßÈ@Œ÷â(ÓY¶ÖçG×5!Ë¥ðîý(›…‰,ºZ…šFßË£O8¨]~ZýØ…a©mAØñÒ˜xRW>žóóèš^]Ó¾[×è€B—˨=6T*ð³ û{¤¶akF^|ß¶1ƒŒa :¾ˆŸy·ÚiA̓_ËRË‚°|Þê½”a ”Bí0±>Æ<—‚š¦ü÷1ÐY[%[i6—ËàyþÕiÔŽ0Æ'°Æ³¾ù\­ÂNË_iUÓT.§ñn礆aËÅ»”9òéAôý"ÆÉbJ)tþ>÷åÕÛ9‚K„-o+zÕÿ¹BõëŒÿJ(¨`ÎC?Zþõ‘˜Í‚°UâUÊ7‰ß µ<­Ÿ­° Ž-nP-¾b¡#¼±¦@cZ£½**еì”Õ“ZVÅ‘JØñ¶ÁÚ+ /ðV!{X ‚ˆW¯ «Òñ…‹â× ó!2ò ‚ ⯠"^AD¼‚ âAÄ+Â&ÈÝÌnøâáÇ^ä~Âi›OÇ?LØè"­üacŽcïnÙó‹÷óDÄ·ôùÖ^{Ùñ±ñíz·—>êýZÅurä}Ý+`;·ôcqËÄûìù­Ä Põ6¶û§ÑÁ{uŠ&óå(}ÇD¼›Ñýr7g^¸/»•~,n«ç ¯2a%"^AD¼‚ ˆxAÄ+ª”J%޳{ß3¯–n¥óEh­Ô5%ÇÁ}T^=Xx@aí ±mÈ–·ëa÷Þ~y…7tH1Êðç)‡7ÿÕß«+ÞxÊ¥ª4þËEˆ¶1´Õñ€Þ%Ç!v —¾cÖšÒWž¸îOÙÙ´*¨PbFñj.†²è F1‰¼ÔŸ"s=Ã¥¿\áügÃ$O%_H¨[)ÜçG9£Û Ö#õù0¦¹¶W˜ÎC‡Ä{ñ—%W­<\ã.®vÐÚƒú³ÑM£T˰±jGQÚèØ3ÝGeúŽYxž‡^eäU…¹Ã½™ÛñjÊLzŠ'Ñ5P˜š<ù`†èÎ #‰âå¼3ÏLd9ÿÏ“ù:³.ñnG–v•9Ìõ ƒÿ9­‰µ­Ô5ýÒTõf«^g÷6ÞH+ÇÈâÖJ ±*bf‚Hwô›°«K8Á,:àuÔl(Ï•©.ýóª(ÀP¾„ª^•ò\¹éšÎ ×#[¹Da6‡®{DÍ8©ƒ“¤N5ãèºGa6Göñ%4Þ¦ÿù{yBÁÉ“„Œù{…ö£Ò‡XoŒÌ7Ù…6¶{oOû¶W‡KÓD{cD{c\º˜n²¨vïía|"Kì`œÝvýÇûqgÝŽ•Íì6>3ˆó“Ót|ìÚ±ƒqz"QF>O¡á}Ú•©]úgl´ o¶êq¶³Ïá󔵋 úT,eÓ·7Å€"°ýãA(×]Ü`¾ãÏ·÷ØØû"‹{lôƒ,¥¿ùÿÚ{lì=öæ‰ÅËà” å7ºB„ ‹°aat…PÊ/¿3W ?—Ùôßc|"Kòc¹aòäãíŸ9ðq’ôÅ4É“ mì—Ù™¶ííÊÿŽ13ë2yû“·o13ëpåÚXs}LM“»™e¦T$~0ÎȹTÇÊæÍyŒ]Ã~gñ÷ÌÜÈP˜.’ÏR˜*@]så¯cMºYZ¦•Ò¿hÞp]—¡ÓCD#Qz"Q>9=„·4â}RRD#Q¢½1Æ®gÚŽÎíz—NŒæZ•)SD)è @‰#„ ›°a“°†éBÑÕTѪ³Ë +s*•Å?]׸ÿLc¿÷Ÿit]S™«lŽ[w)ýzw±ü-&ú‹å/ýz—JÝÝ4áV—)–ï'H¼Ÿ Xr¨™dº’mœ76eÖï™Ù¬k÷Þ%¦ÿ;Ü49ù ‹þÕ%rBW~8TûH ï§Îˆ7°ü2©JU)T2xõÅNÖÓe sT°JWÀ/¿Í&˜Ìßd9ñá‰Ö ödëïeoMdÉÝÎ1Ö˜tü÷$GûúÛ· žÄÚk‘8ÖOâX?Ö^›Á3›û*j©Ï/ŽóÐaì¯WÎ'O?ç“SCìÞßÃЙ!ú>+Ö›~ý8h­1‚†2¨<.“þïKËzÀKÓ¤ÿrÅ7«/§Ûß±Žë2ö·1®þïhS¥¼¨ ºZ C…¥»–zz„T˜y4•š 5å/ØØ,³ùwPfã{àzstÓN€ç¢Þ¶üó¿wæÙ–Š,¼»5‚!¨—)VîÛáFŹIPeŒ@˜JÍEÆ n΂»ÏM-%Þf‘‚Ñmðï]´äÇI’'—uþ ¿g@‘¾"}!Õv X˱õø»k!yr€d›ªÕ=Ö›~­o~£—G¹tùŸœÂì6I~šdòû|S˜¾˜&~8Ž (’ 0ýÃtËUL»÷÷`í²8v¸ã FÕ L/F9XÀ Z„¡¦É!P BÌ×Ë”«bÖb¾ùÜa³™zó$ƒ±7ÝQÂ6¨`˜Ðþ8tÛfg_0‘·ú(ý–ñË ¡u ×óW”é€CX…(7Êy+‰Øœ…«½=xÊ«ÅZÞ†l·W¨¿§Œïî²Þ¢©¼˜&ݘ2w‡ìÍ[ðd¹_û‹3³©·t §âQú“CÄT„êUܹbc¥Jµ^¥TqPOz°t¬ƒ5¥ óµyt]£‚ õ¶ö\Âvý$(ÿß:èGyB;{ >ê\6bÝýx• Î\ÛTX†Myn ²æàT,ŽëÞ<ÿpÕßó 4ö*®§^󔯥ËiO ¡ëó¤/rôp¾ß‚,+ìZw¶Ètµ„t(Ö}+Aÿæá¹`z½Xõ(+¿NYg§±+LéÇi"ïö.ÔZøÀåRëà0Ô*èZóG ʰñfó¨]‰–^‘0)Í™Oâv¹t)õ.æUÑ¿A´ë‘ý Ë&…?&k¯¹Ã"q,Ö8gøìȉtµ(]saÊu¯± RÕÃXX*ŒV :8Û±mJŽC¾ñ{ÁÖet-…u`eF ÐðÁëóxOJ¸ÿÇ<òUg+ ¶:Šñ[·\ÄÓ¾V½XÁ(aöß?‹vE¼«9Ý[…"„-4èg¥Ù”vPDöGZ|hЇžÄÊ knÓä”zÛÆxo‚›àwÖ!ôV˜PW|ƒ¿¨ðÚˆw[‰6  ȶ1 ÕÞjo⥖_ÏÊnH+~M‘4AÄ+‚˜Í¶áEBžlæ½6JòÓ¯ðzðG w"f³ 2ò>Ïv úõº>_‘W„+Â^ÆÈ»‚k~È¿¶?ÄV 7q¤_”ð*Š·Ó!5_vˆNáÅ ï°d2IÌfAD¼‚ ˆxáéóvú†ÉSCR«¯§†Ú~Þ Ÿ=ÈÈ+‚ˆW„ ‰7ùé ÔšðRX°ëùà]펭t>»SeØV>oæúUñq…5á>·ÁÛJ úU®½1wªŒo<}úôié‡iìw#(¥È|9Fx‡E¬7†a蚦ôcÇY6êf¾\ŒGİ÷Ù(¥p9LO˜_!Ä¥µË"‰qëv–þcïpŸ¸M#ü³û‡»ÃÄ$(ýX¢÷Ͻ-ó°4=ˆˆcíñ÷lvv)ÜÏ/lU›ütéNy7‚ *¼9ü½Iª^õµVÿ±–‹4BFxÓot¢wR/ëÞ¼ï›á&¹ÛÙ…Æ/Nñ~Ì×cLÞÉ-„´xv>óåX³p÷G ï3y'×ñ¨ˆXyrÅyè/ téi³®ÙÚe?’ 0•gæA±m–Äu‡ÈÝΑ»#Ô"iÞÖÚaúùý:ƒûÄm»Q¸°udnd›t¥Î¥ZáÊÝÎqè°ßöèûý”J¥ÍÖÜ͇e·Ýá#GÉÝέjÞN~Ÿg·í§ÿfq ðøÍ‡Ž¥g”C‡6keú·ËW©T¢ÿ?äPÏþ(%™ž*¬.ÞÂÔ4óµæJéz+D— Q­UÉß[yͱµÏ¦0•§Z«2¯5ÓÓy¬]í7CÝ3³~(ÙY£Û  5 |”ØÁ8ùï&q­=ÚŸ½ÇÏÏ|­Ê|­Ja*¿,@X~º‘ߺÆ)1 SÔ²ÍÐ5LÞeÆ)’:;ÂøÍ\SôÊg¦ ܽ=ÉÕ/Fq:Œ|Þ>¾mîvŽ‘s)¬&…©Ùo³ÜúwWÌGîö$C§‡PJ‘½ñÕB8—ñ‰,©s)"ûmŠÓG¤þëã¹UÝçC ž¦ô¯W¿¥x¿ÀÈé!2ßfV÷y«µfsqò»Ib‘½ïFÐuMaªÙ¤}#hÐwüÄÚŵß7¯“ .;¾4|häîCg1ÒüQAÕT¦j­Š 6oV·´³š¯kÙ–`‹}ÀV|ðÌbûè;ÞÇȹùïóð\ø“‘χQAEâHÎŽ¬ØÑ]÷qþBjMQ/Ç'²¤.\ÂÜa’½žYˆXè[þÖǃÿá?ðT’±¿‘ù&ÉÖÒó<øQU@9á«™¶õôËìLë&[+s÷ûò‚Ù{/Ž»B/ µÇäÉe@»îÂÚc“›oJ †Hë£p¿°à›æîäè{¿]×KÅuôØšP0´àÆ‚!tM‹R6v_‘õ_Û6Áí|¿Ò‡ÑÆHº4Ð{«è“æ³aÖЗŸ4Úõ£^¦/7âs}>Ò$\`a@;?Ô|üÑúcB§>O‘¾œæhŸÿ…—ýŽMêóaz{c+›ÍÏ?œ d„ZV†ÖÚ?·´¢rˆ½_¸&Ô"~¸õV¨={m¼¹ò2¡WkU¼9ž½ö’ѱJîN{ŸM4]1Kq~vˆŒÓ Ñ ;ÇùÙ¥m}Ç–ý½(ƒ§™þašÑ/ÒüâÌ0ó 3ŸL†wøB]kÔËÌõ«(¥:;âúK;F¬àÂô?š¢c¶ ù³'>èc¦TänîÃÿ9ˆó“ÃàÙ‘eföRs»¥x]×%q$Aò#?°pþÞb \çÇ}ÇN4Í<Ï<(â>r‰ö¯‰¿—Àm-{_”™­ÏÍ8Eì}ÑeæmîÎ-¬=öBãVyXJ±T êUé;ÖGß±>ª^uYØRaÛ{¼‹VS]·ôu7Ô)4‚{_ú˼9Êœ·bÔËÞÞ˜/à€â“ÓCän.ú³É’ £³çyh­ÉOø¨}RÃðMõÊãæã“ÓC”Û¶‰Œ7ʾò¾äo|uýêSi(¯7/òª(w3»¡‘vµW&¥û%RS8?»˜Ý&C§“¤.\jº¦Õ=ž?Ö*ÍøÍ™ëÊ•2Ö®0'“¤Î¥V¼nzº@òÔZkÎ6L²Ñ LÞ™dìFfÁT޽!ùq’Þƒ±–÷ŸÈ2ú×±WàÙñü½™ëc”~r ‘}6©s)ìý¶ˆWØ^âÝN¸³.‡G±vYMñƒ·;²¶YxíøäôÎ꾋˜jÌ^žN¾Rå$ÂkGß±>F.¤p:(¥ˆì³ùêÚUâ‡ã"^AØÎ$ÇI~õWÔ‰Ù,"^A^ªÙ,ßç Þœ'• #¯ "^AD¼‚ âAÄ+‚ˆWD¼‚ ˆxá•e³öY^ËóÖól¯ ¼¢È‡ ¶íTPaí°ˆŒ‘<•\Ø}b»äs»l /â¶ ÏD¡µÆu]r7o?’`òö­…½Ã1›…mŒR Û¶9!ÅÀñF¿¸Òt~ìÚ±ƒqz"QF>oÞˆ}÷Þ272ÄÆÚú®ë2tzˆh$JO$Ê'§‡šv¨\ŠóÀ!Ö#óM¶mܤVÏyþØJy^‰•®ñ Ûš}ä—ì幑¡0]$7ž¥0U€ºæÊ_›#gLÿ«Dîöd[óvèÌž 0] 8UÀ4Í–Üåïåø8IúbšäÉ…û=¿aúj¬%ϹNÄ+lkÌîpÓ¨8>‘#}1…¹3ŒT¤Î¥¸û]ó¾Sé ç6ToÅÝ;wéí¡”B©³#¦š·uÿ&ËȹÙ™Þac-yÞÈuâó ÛšÊ\¹iª\)sèߎ®,øUücçCú‹4¥Ÿœ¶›ñ_ý:ÃÀñþwo\+kÉóF®ñ ÛšìxŽøÁŨa3LöÛ¯^h+yf‘3CŒý=Ž4ðjÞ²@t¹‰,} `…m^WR‘Ö¥ü}–Ÿÿ>z£y^í:1›…m‡ÖÇq¸t1Möf–‘³Ã çN|x‚áÏR¸® upf]†ÎŒ¬ûþFÐÀP•ÇeR-“™f˜ÜÍã7sŒ][ õc†ÿì%DÞ‰¹žAkMåq™‘sÍ÷ÛhžW»NF^aÛðl†V)…µ+¼!r©ÙœlDèûäÔîk—Åù%â^ £—G¹tùŸœÂì6I~šdòû| ÛàÖD–þÍàéAÿ=ÉѾ~tM/LZ^N3rn„+[Ø ~idÍæyµëÞxúô©lºþšãÍy¯õ¦ë¯*b6 ‚ˆW¯ "^AØlÆg†"^A‘WþX#›ˆW„Máÿ3)÷Å¿ªH!Ô„WH@!P™¤!táz,¶æ…cà¿ÑÐÌÉÌðÃécé•Ñæ‚>à ýÄ0 ³ã‰üY5±wnùÕ÷ÁЯàÖ÷4w ˆ€(ð«ÔwDÀrÃ0/NÅADò´?±)¤ÌñÌÀ[ůŠÑ¯™ã™ÌñŒ¡¾ô§oNÏÜœ‰¶[G­ìï²æ!¬ü§25=Uù¾ÒTõýº/> L|>1üîpôÓÔ?§àÄŸ¨ÿd¦ÿx¿¡®çÎ|33}s:Ú~럷`ü/ãƒo F¿Nߘž¹=Ãöbf|ñÙM[μwf-»DÉâßWRïF —Ú‘<‘H@T—Y!P5ð«õA‹!‡y1Ì‹JìÁŸ¹1“9žI¿ž.þ­)¡áß—ï”sçsý§ú‡ß‚™of`ôܨ¡…Ë…Ê÷óesè7C•WâÇL¿žýã(.*ÿ®Ìܘ¹5s NdN4RõŸêϾ›¹13òõHöílöÝ,Lߘn$HKçÎç w.7üÁ0…T¾]f‹1 ³ùên­*-l}‚jA­‰=Aǃ±;àU—ˬ'õfhRc†a^â¾óÈ!D´±ÿd??/ú?û“_MÊœÌD¡WZBƒœGŽÿØ÷¿óç¿›3ófføîçæ/äÇYít™ã(~]ôö‹_3'3™ã™Òd©‘`ìã1×u£/¥¿—úOõG/†a˜µ0tz¨ñ½ôué™:gèôPéëRËÝD^*lÛ–RÖª¶ÇA"„ "B•¤ ‚Z4Â>xä/úžç±aæE#þà›GLpÝh£¡W?æ3úiìêXîB®øYìí±«csssdÙßg`üÊx|ãÊÓiÝZT_AÞ¢m‰'¨T*Q#R.Ê(?\M1 ³±úmåŸëݽ&«(€Ú<[Í* LG3ÂÒÐj ZB ‚Q†a˜ÁÓƒ0s£ šIK÷X=µÏ«=ÑO“×'{_ëè˜ødÂ:j_gø½a"ûh,ýzºÍéüEt¡€Þ­7θ¤íšÑã î#ÄÃ0/(ßÞù¶é³Egiógœb BÈwz‚šÑ]û¡j DÙŠ ó"ƒˆ–e®†NÍÎÍN|6m/þ½¹ 9!"öëûâËZ(õ¯Y–eß³Ëw˦^ƒ¹ïæ†ß¦®}z­ÿT´1r·ëôF²Éë“}/‹ Ìþ. ˽hpñE·Ýbô£Pü²ÈÆbfcmí{½ñúo¼þFû4]º®ºÑèFì?=èT5W’–DˆªH"_J¯d’†oÏ®tø3 ³‡Y°í1)å½…™›3ñøtÈÏD£`¾2_ü[1ª(úŽõ¼7b½bAöváJÁ¶íÆ1{¬èëë›øtÇÿ<^ü²8xzpä숢‘†ßî?Õ¯uk®ç–&K“_MÆó–¿úíyÈt=·ôe)g Ã0Ï‘¨mÙ,¶OÚUÍ•dÐ5M T ’’œ‡®+ýô«†kÏÎÝe±Å0Ì‚ MÆ0 ³£Ä–Ò´UVe&Ù#)BSQFœu£¥‘0„Vš“\‚ Ã0 Ã0ϤYl•o—ççfkÓ•Æ&ߪ%¬'û0 Ã0 Ã0ë[DäÅWÞÛ¤e†Ùp"Ã0»Il­÷w†a†aæÙbªi$6Ã0 Ã0 Óºt]çR`†a†Ù"~ÁEÀ0 Ã0 ³uÔºíl. †a†a˜N1ÿ]yèwÀ÷%¯#Æ0 Ã0 Ó*ßÏG_¸‘a†af a±Å0 Ã0 Ãb‹a†a†ÅÃ0 Ã0 Ãb‹a†a†ÅÖ®âð^—mב‹4žçJ¥òÆ›i¾+†Ùûbk¯Öt{òºøµÄrj/]HáêØèùüO÷ØÊ Ã<±uøHOôéIöž890~u\JÙ©:º³5]#«‡ôôö¥FÎå<ïùL-Ö¸®ó®*~V<|¤§øYqóµÞÖrQæ/RÇÒ‡­žždïÐ;ÙòYV9[w'ïÒkl\y!övæõ4¿!†Ùb+ª§~º·0?7;vµ@¤gž—ˆYcVº·0ssÆè6†ÿã; &¶¾.]üŸ‹Å¯K{àZ¼E7sª_Eµô÷âBe~öN9ûÛ¡âß‹lefíP•bS>3 ÃoCKcÅKà™÷Ã0Ìvˆ­Cƒýå¹Ú {äìÈÐÛƒ³s³ówgu]/\ƒºÇ>ò0ÕÜ*_gçæ§'K³wg!¤ñ&¶ú²å¢œøtÂzÅjŸ–ù¯½Àþ]™¾1Ó¸„Ù»³3ßLÍܾåÜsÆ?XËu­«Êw禯—*óécéÜ…|gKcòëRöwCýíÐä×Ë<@-Ï;|.7|vø§¦¯—æ+ó+ß÷óßÍFW÷q®<ÔÊè”vì?Õ¿ªo…¼–›³á1-\)¤Ÿ_ßÓjYmi¯Õ·¼–gÂÚþïóµÓtgnÅ0Ì£K×u°°7¶6âá#=ÍoÊ¿Úó“Ýüú¤*¥§gïήÜë7O|ñÙ5Ó4#”9Õ?{·Üúàk¼boýcÊ.lAT‚·è !¢ïöváj¡ò›ªíï®ç¾ñ_'¶­Á RÊâ—Åüå|é«R› ´Éü½†i4¾xž·±ëj“>z"v¶£øõ¤”²Çêo¹x~´Íy‹ŸMŒ21ñÉ„&ðâ¥BúXjÙ àyÒØžKXy"×u£Wcümº±B^£{NþR¾ôU©!ò¶ŸÕ²ÚÒ^m®kåµ<³ÖeôçrŸC«(ø5öín[Å0Ì^¥ób«49ÝxûfÏçÎŽLü5-BVeo2ÕrC7J_}Ñ$_¶!Äðûý¯¥Úg`ù×q£f½ë¸‘³p×µýå@!M]ŸŠ{é"G×è¹aTV –e}ñé5(ß)çÎçæç– ô3èÒx.¤¥§¯OÖõâ& y-饔gÞ»:¾,™Dé¹(·áÂWËjK{­–¸åµ<³Öeôí¿Ï·¨`†aÖHÇb¶ˆÈ¶í/J×K¹s£"! ï¡›?ŸkÇYŠ~|{pôyÇq ûž3rvË J)'>-ZGÍöX-ÿ+É_)x‹®·èæ¯N ¬ñºž{9ÌÜœéMöÆß"úA£÷kææL›½FÎåœ{N|@œþSCùKyï¡+«ôá•Â3Uo¼:BîÜpéÆÔ‡WÆÇ!"Y¥òò† y-é³ïf‡ßÏ&“ÉøÆä+ÉâgE"òºÛ~´ZV[ÚkµÄ-¯å™…°.£oÿ}¾EË0 ³}ž­Èˆæ!#u,]þf¦Ñ8veìÃ+ž9;¢wëÙw³3·kï¼áßgOôP•"Ç~ö·Cpæ½ç‘c2/žÝ¢«môˆö¾–šøèZí³JVËÿJR}©Ìñ ©ÿdÿèûÃíÛày•CƒâßK£+Î2øÛ¡ñ'ÚĘg^OŸyÄyäX/[5_Ô{Y"Ù?8 «4úÁpû 4•@GÐucæÆÔØÇƒCrQ !z_ëúGiFiRkH_ùÞ®|ŸÏÕåxt-cW ¹ ¹ñ¿NèÝúÈûÙ¸àëìÍÜ8éjYmi¯Õ·¼–gßÉë1úößç›d×e˜a˜Æfä†a†a˜•t&@¾}x鎚]ºMV_ä9ö^±ì¢{²³×È Ë¼àwÃ0;™M‰­]TIq}ú‚Ë‹`h¾™¹Ä†Ù]ü‚‹€a†a†ÅÃ0 Ã0 ‹-†a†a†ÅÃ0 Ã0 ‹-†a†a˜½@m4âüwåÊ÷ó\ Ã0 Ã0["¶XiíR2Ç0±lCMð n Ã0 óü™ÿ® °|RÓÑ?¸\vrQ®œúŸ`†a˜çNÓ¥pYìI:èßšÿ®l±:~Xfï5à÷ÉôõÈN#õë´~Ÿ_†y>p€<óŒ7(w13|Ÿì¥e½ÚËåÀ0Ï ölíe6ߟØò ÊÝ”ÌZîÑÍ~”+-†y¾°g‹a†a†ÅÃ0 Ã0 ‹-†a†a¦ ŽÙb†a˜½Œ\ìd -‡cnöl1 Ã0 ðØb†a†Ùì¬nÄ®®.xúô)†a†y!_Ë$Á¥P*B€!nµ ¿„l†$¶"m¡ëzúÍôøÕq]×¹X†af]HŵifAÎz¾€Š¨ï7{DÊR2¶ RJ!º~ B5UÅ0ÀܼÈ#©]‚†ª‹%«m E÷†q;àÙzúô)ÿy<)/¥¼õÏ[üÌ0Ñ£Ò¡[ŒafcC¹ühÂ~èQ£æ”!¸àU°bœÉt[JºƒgôÇ![>–Ëêj"·ê¹ŠçîwL´´ÐÜÜ[€¬£É ï]þWY$öH0~gb¶qô£P¾SŽo/~^ìyµGUÕÃGOüu"þÓôõéÞ×zÕýªaÅÏ‹Ëöú[ñð‘Ã]ûºz“½sÿ7mìêêêêêjùS›E{M|2a4â~8f”ÖÌÍÒôõ„DDžçʪܽWsøHO“íÜ2 ³C¨„¥Ò½¼}ÏAˆÝˆ1(¢Î=§ää+Ô±UG]ŶW¤/@¥þ@úÒ~\qÁÞü¹æþU.ßžYýS.ßiþÌýkàÉÞ©-;ìv@eÉã7ñ׉‘÷GßœŸ›/\-Œ¼?‚ fßÍÀÄ'#gGÒo¦ÛAÄüåü21{§<ÿÝüÌ73CƒCÙw² öBûŸÚœ¨vW*Žíà^ñFî¥u£4s{†ž=!óˆ5·l%{Óofvû•>ÒóÓ½¶ð.âÌ{#ðÅg×¶gÇÊvéë’\\Ö´ˆ¤qØ5Ãùgv vXžr&h‘D÷²ZT ­@q@Ph‘¦`Mcóþ-_ñœÇ6!ÖU@‚@ÖþTC "lܯiᣃ¢Aÿ1¹œê£©j“‰â‘¨mäî¢3ž-"*\-ÀÐé¡%±õñ.0¹s9ÿh<ú)úríãkú]t‹k/«GÆ¯Ž !ßûGû™?µ9QDáJ•Ö¶*­›¥òÝrêW½é¾ÞòòüwsC§‡z_KmXßDŸÞ¾Tî|NÊÎxÈ šuµl¶Si9÷œ3ïd{^ííyµ÷Ì;Yûž³îMh†njÝÆjµÛ0˜*>ã-ß)ŸyoäÌ{#MÞô­Sl‘èy&¥¯JrQ^üŸ‹_|vóì·'Èòb‘$¡€HW€ŠF>cƒ‚µ  ’T^,ƃÙ7äc!æ!®´ÀÔRÖþ>lÄi)€@äÐ||µ¡×Eš‰BXúÄ~WWsû„±[–[•Æ¯Ž¿ñfºçÕÞždï™÷Gææfw²¡;àÙjtÏ™‡Ì±Æ–Ôú}9Ü´œGN”¾åk!öÊZjs¢e{1­ðºúÁÎuŠGJëN9õË^Ó4§n—qè·Ù 5’8Þ¢[¸üaþráZì6Ûä1·Y?­Ci=t‡†Ÿûó8LýsjhphjzÊ<¸»#0!*¤³è DIQå@­FîÍ4…Û^l5¾¤_OoEV7&•¢Æ@35ËRŒ›ÊÎÏ6"¨ @‚¡$3f®÷@zþÑŒW& ‚ó³m‹rû7îÖŠÂáˆ7hHUA]¤T4ÖëÛ)þ~WƒoÕB݉–âß„°é%®¶V¡m=[Ù†MÃøâ³¢yДU9;7;öñÄT_jǺž­§OŸú¾Ÿ}7ëÒ3ùu)u,}ØêxkÀYáLŠ»ÁÆ?ª½øåRÐáj»¯%«qÆÿ2>ôöPöwYÑ-D·Èþ.;ôöÐÄ_Æ[ïBþR¡7ÙÛÛ—*~VŒç¶Sùé ¾ `èWªžo‘¼R9›ËoÎäÜÜlîBþÌû#ùË…¸WË<³kÄVuÔ€b*1”}µØ{ ƒ€  +þÑÂÚ.F† 5öÑ æ’Ðfò¥æ¾$Â>@À ½¾‚Hr­ôiÕý&j£ãÀºo¯> qÕª òïJþBÞ4MP@‘9ž™úº´²–ÞŠJ»ý;b Å!®}|Mt‹Üù\#XaôÜhô¯\”T¥™ofÞø¯7â?œñyRʨïoô9Ó^iyïLÇ:ÅC˜¹Yª|W9q²?u,­zã“:Ö7ò^vvnvâÓ‰Mê­8Å/‹³sóÓ“¥Ù»³ÒøGK#æþ]™¾1¹¬†Ïå†ÏÿôÃÂôõÒ|e¾öÈ}<±pÏ™¹15scjáž=þéD¬X榯—*óécéÜêJtâÓ‰ùïf£³{žÛ~÷5f5ÎìÜìЩeסSý嘟<¾ãø§ŽãÌܾ5scª|·¼ÜÊÉO¡à 9@„„D!H¸‹¾+‰B žyëÞ.@úÍTúõ¬—Žã.ç㮣Ùï*¹s#cW Z·1ùÕd£Ç¡|§<ùÕ¤yȸöÑXo25ùõt“ÊiòE5¾O|^tî;Ùw†®}<–9™™¹S^-eóå._¼öéØÐ©þ¹ÍMߘj䤸yQ+\Î.å½å1. ¶]¸”Ͼ“õyÅz›v-™gv2Ò TDhö, ¼Z0POwj8Y~µþIN¥^F÷±³‰žDòÁsoÒŠ}ôDÍw…(,=mîO«OD´%xâo¬'1 ZÊ&µ¦·@@TBª/}7Z_hõnÄÔ¯’¹ ùJ¥²öwJ§*í5¾#¶Dl"æÎ夔Ù÷j½Eà —&Kö=Û0 ÍÐ&>™¸øÇ‹Ÿ¦þ1åû¾i™–eY–µ™S·9Ó^iupæºJeÖ¶íþÓC}ÇÒF·!b£ÛHKç/äæX˜¹½ñÆ··(ó— ©c©zsdºp9¯4Dóò·¾Yšs¤pé¢Þ]«&PA×u½EW×±+…hãÔͩ¥¼®ºn.¦ê/<»\Ðu³ïe›Bã”®O.¢³_Œ=o-w_cV—µ>¥0´eMš—´xØu|Ç©S…Ky½»v9ñ½:•ŸN¾`ž³Hc·aÎ! AVë2‹¨V¡‡íä–\”•ÿغ®[G,˲t]¯|o7Eò ôŸÀåQ_C¿éBˆ„úM?Üú¦Ñ 9 'þ;ƒˆ™ã醒{öUT)jR# uÄ=;¼ÆËï?™Ñuì;–€ùŠÝðxÀÐ`¿8‹€þDìK&Àó¼MfžÙ1b+ˆš»&‡Ž\KÊÆ™¡‚ZÂh| 4"(QT°Ñ3–úâ³/μw¦SB@E£I.ºÎÌCfôžÀtÃ܈ØjÙ«eèFé«/ž),ËúâÓkP¾SÎÏÍÏÍ€®ë®ãšGLpwC(ÌKGx&kÌjœÔ±TéÆtÜ_Rº1Z%ü³ér¶"?lÍ™Ý0úߢx[º20„DµìXþrŠzÊ&¿šœüj2î©í?Ùߦ>‹\› }лõ%Q»(Ç®Vê³g>Aé¾”óб´§oÌÿV»úìq-J)‡?NZ…4r6¯Á墔‹þÚí²áÌ3;T4B*.î¨äßwÒ²†°êþש.sœ¸U;0жÁ3À>„'ä‡.T—ÕÆ†K’t«óPà np<X{äã?…ÔÎ{­¨"!"Ït°¶¾óˆY¸”ïmT Qt„xoÀVWÚíá…¨_t½µÒ{¼™ª£>u –ïÌ¥gÒÇ3å;åÆÆÎæðíÁÑ?æÇì{Nü½gä\ιç49KNžÈ_.xžëynþr~àäÀzÏÞj()ï=te•>¼RèHVãŒ~0\úªTü²(¥\”Å/‹¥¯J£´î«89¿Rð]oÑÍ_.tªè¶Ð¹Eä>ôè BÓj ¡éBÕb4Xiæ¾›¥*YGÍ((*úXGMªÒÜwí•Jÿ˜–Rʪ,ýcNÔc™×ÓPúÇU‰ˆ*?ØñàŒx3¼XÅ=ñé„óÐ1šÖQk½·7"RHÓ±Îkȼ™€Òä´”’ª´4˜cuÖ˜yfçŠ-@Cí TEÕH‰…ò£±ùG3:U»"‹6íêD¥:6' Ì€†Ú‹°áê50@‚ãÒ¬K³nXñÊKIn4,Ы:nu–7ê^¤' :c-&8$¢€ª>Qð ¥%Dô€x<¢UCÓNÍ|3#%„à=t W ©_Õ¦ªO¾’ŒÆcyÝxLÕVWÚìÙbÚé­žCf‡Ú¸§BZRr t|eÓìo‡àÌ{#Î#Çýæ TpøÝl|q…N姃Ž-p$ŒßETPïÆÆˆwY%¨"„~›j)Š…OK/÷¦í‹å;å¾Õ~§^KŽ}|Íó<½[ ¾=ØWüK¿™V…V¾}+ª”Í—Í(ø©Y[ŸÌLßœÉ_ÈC= >Üê )³E°g‹a†afˆ­°óKã1 Ã0 Ãì|¶¥1„É¿M!eߦ䢋Bãù †a†a±Õ1¥UúºO€¬£ÖÌÍRêXºÿtvÇJWW×Ó§O;•ìy1ÿ]¹òýün9,³ÇHý:mí¡u͆av°Ø aòoS7J©_õÀôt©ïµÔÐ[CÂ0wEéìp9ÅJ‹a¥Å0 ób‹­&ÿ6qëf)õË^Ó4§n—A‘³£môMôEt‹ÌñÌÄÇéplȦué§]ª´À1 Ã0Ìkƒêº®ëcW.>í Ož–¾¼–=)}ym~îÛ¦OéËk}¿J^üÓÅ Vîé¡ÿg_Ñø³p¹`2…Ùw²}`ì£1ý€íømùÛä/“ˆ¨пøì‹F~†?ÝBt‹á†Ÿ>Y:×µO¯étDìûuß MyXÊÌ“§ÿç¢~@BŒ}4Ö~÷5fµ#ø?û?Ý[ˆž2 Ã0 ³3ˆTÖ–Lý0wwf~®ÜÿÖPß±´ÑmˆØÇè6ÒÇÒù ¹òÝòôõéµsü/ãå;åoï|ë8Nù ùÆOå;åÊw•HÍ å/åƒÇAe®277%È_ÎÛ?ÚvŶ+¶ý;9¶ïíòìÝYß÷OdNdß]5fÿÃ?8÷¯¹Ù»³Žã¸Ýö»¯1« Ã0 üt麹³ÙÑ?:uP¹(¶yÈ\ê&Œº+ëSm€sÁ8Ô}Y†ê1Užçž€¨±Çê¹uó–ù²ßJZ‘èéêêrº‘»ŒƒFþ|~àÔ@c 6ßúæ–uÔû?ö‰“'~r~ªíëºQˆHÓ´  U€×á#‡oݸe½b5eµåîkÌj§Šº)8Æ|™cª†afG`lѤ¦¢[º.ˆB ö}Ǿï@´E$ÐÐÍ•J«!bººº¬W-˜øx"ÚèžIÏ”ï”Ûì׈F*M–Dwm(¢qÀøÉù©)ºk%É_&§¦§|ß¿öñµìïjýz†n8œšºïúºW‰2Î}gí‰×’U†a†aXlmŒú ƒCjîR„õ-à3zvôÌ{gìmÁþ=ð›–Ɇ‡¢4qOŽœñyÞ#oäìÈàۃ뽜ìï²#gGœŽ”2w.ב¬6јó¢Íw†a†av[7Ï–‰.@DS7@L`cãzO>üÁ0 œ°ïÛÖQkìÊXËd'Nž8qò„ûȵŽZ9#ò—ò¹ó9+iÀÐé¡xÄú¹øÇ‹Áã u,EUÊ_Êw$« Ã0 ülI€<8÷m5PÊwÊÅÏÇ ûû\úXš _ºÖÑäö¬Í¸‡áy†a†Ù±Dò[%vœ{Nå?Ó¨ PHé×ÓèqA2 Ã0»Yl1L§HRÕ¯‰ªH$…¢Š ‚XŸ;—  õ4@a@U PQÑP Ö¶×~e†a[Ì‹Žô<÷þ¼&„µåËs‹4ÏÙF@>A²P€ CG€Ð¯i,€€•Ã0 Ãb‹aÜ ˆ¤w·œ—É,ˆb¶Bð}?@Óê­Mù¶Li1 Ã0Ìöñ .fÇCê3¹²  €ˆ$¾/aŸŠ«-UFÒ,àÂe†a¶öl1»ð> ãiis"’U}? WÆþ6â,òqÉ2 Ã0,¶°Õ°Aªõ!Æ•VÕwvI’O\”ÆÁXâxb;³¼GŽãyÁcW_…º_3u]?`²AÙ lP6(‹-†PêŠ*lȬÚóÓOaàKW.ú¾$IT žD»´ Õ ë{1ë¬ÇÝEiµÄ.Ÿ VV¥sßp^ð×3” ÊÝ8f‹Ù%ÔdSKyD@!ÑcI¢€B€}Ë¥ÕÁÒvîI\Žç™/›b÷O»/Â|Ùt< Êeƒ²A·ÇiÀ0;ü&Ud™UWN!P]?Ѫ))æ'#îK\Ác?ªÇs¿}£âAlj„Ao²72„_õUT£ï €ÑmȪTˆ‚0PQ]°6™UUnýó–HˆÝÞÕò| ªí׬£–¬Ê hBˆBBȪô¥ jÝZíy$j¸¨}ékÝZ4C^´‹_õnÃ]t]×eƒ²A÷¤A·JlÙ÷m¬‡ÚPÜ»(h膼&³fÂgý@D E6i¬Ø¬Zµqˆ,²6…v¤/óªV/Þ¦ :\µ 6kb¨­—б ÒLhÑS`¢AË%³u¤3‹¬û¾Ëì”A 0V4ÚØT€–?Ú¦i²AÙ {Õ [%¶@* !¨AÝ ª‚®çë-fM÷’A¸Br)˶…A­[0¬ ¬,‡È}ˆ%ýæ‰à±! ÁyèDU³Š¨†¬Jß÷Uq¿*„¨T*F·„´”Þu—´çUxùÝÌeƒ²A÷„ØjjÌ‚j¢_%wÑ•UÙ÷«¾m¾Ú®®®§OŸòs¸ÛnRlus‰eŠ*\êglY­¶hõ0f „A­Ù‚$iš&*@‘±„ñj:™l^íÛt¥xníOÏu‡¾çºîϾt]Iä}ÚŒ5þ—ñòò·w¾Õ„6|v8!?öÑXü˜CƒCŸNôŸì÷žN¿žþövíÏì»ÙÙ»³\)¬á¶AZqÛ,xúõWrË„Õò½ÂÆvß4Dâ%#jE6‚*bM6…DM^шˆ:Œ†A…¤*ÔFEZ—ÇQ‚¨+!ˆÒ„„*`jõј©ú¾Qb€¥#cˆ°¼W‚½ ­í)¥f-á'@!A@CV}ð%Š— ëˆUæÆA‘wD@wÝ]ÄÇ?)”:Ö›C@ êCÕt4!²XÑv%îBÖî.Ò… €zØÚcÊlÊ µ‡‹ º‹ÄVýظ¹sêºî-Öf6[øai¢±+c¦Õºo±øYñÖÍ[QÏãÄGVÒj[ €ûÈõ}ДR:]T€ª$º…”²6ÇR•„ê~Ô»¦€]„eSÝ57uhÅsÙ´{ý¶ÁÆ"]ñötÓõ}_Ji1£öÉj†`ƒîD±…ÿ7wÏóôn=ú^ùw%w>7_™º'VÃyà>r¸M‚™›3…Ë…ü¥¼Ö­]ûøZæx — #çFOæ/åóçó‘în™rí§‹¤UÃÿ“ˆ_úk¼IÕú³×j…ÄØ\¦._GiWeO@å9}7án\Ës]÷{&p©bm#¤·‡}l¿fR}i󾦤!@B$_]uR€ºGsÅ£*ÃU^GávøØ + *ÖÛ²‘ï*\ö|RÍsý<Ú×,¶ž]dÊš³Õ¹öÙµô›éèûÀ[…Ë…©é)!„”RÓ´ÖÍîÆ··¿mSŸüerjz f¾™Éþ.Ír›9™Á ˜;Ÿ›››+ý½Ô&åzOÇlò&¥š®ŠÕÈJ=> V´° e‹ª6,ÅlìäÚa‚BM«Øñ€ÊÒ€†h;RÝšˆµ³)ô5/úë=pžQïÇ:me•ˆÂ|Ò^Òèqû HUqÉ¡*@ð‚̃&ë­í4¨”Òì«*O@ݨ¨¢[€‚RJŒØžwUÉs[:vm¨ƶ?û%×8u}jv®ÛP€  á» ½Ûh÷’! ˆ 6U@HîêR<üöƒÊÒƒHDRú"¡!"(´îη¨JAHÞ¢D¥6µ(({vèØ–ˆ-!„õŠÕÞy`2£J;„®®.ó9uc­v¬Ì –)ª0ˆ/ÂwYѪûÆæˆdVHËûª˜çL­žUˆÂú‚!a}u¶Øðšeó¿ã *¥ OTð}_Û¯QÀ¾Z,<( ªZÿü…—Hh Ôª[38 ð«BˆB÷jÓ‡DÄ1[ë×[»« ¸SogÊ, ɯúËû ƒeÏll­ÃÕæƒ§¦yÿòŒˆ;µÂG¥ÖÏX “W°©ÆÂFh÷ S} jò™²ª~>zKF~¯È("!¢7ÄÊ—Fì¡fƒ>OQPóƒ„UªÁbç»ÝU¥¸'c©¹(Àž-†Ù>U[À‹( ÀqM‰Õ¿5- ŠM_?Q@*ci êâz‹€¸ÂÞiuÕ­FM뮢Ìâ7OÃF-—hä:oÛçú uƒÖÂá‘ ºÓð<7xLê~ Ò4ÍÐu¿JšÐ ˆHKh~Õ†8@cªH¥ÖRQÕu}íç’‹^P%DHäÿì¢  4önÅÆ0;Fc5QMoù?;jè/AÝ{…õ¹²š[? ½Áì¿+°M]­ÿÞ˜$j‹É¬>Pƒé´{£>iVcþèºð­M ¥@TƒkBÛê;ä·Õ -G<(€ tg¡ëèË VC„0PPh UÔÔ°º¬?ð¼u SšK @ˆ†Q›ï#ªùYl1ÌÖÈ,Z&³KZtzŽ$L@AUBš®Z’XËš¹±[[úþì\Å8žZªÖë¡]ÄkQo/õ±þË&:ntÅß»¾ô·¸ÎcWæÖ4þZ%i~‡h½<@Á¥5””}úKé8dþ9„äyn(hné]´¥¿Ë“Åó¼›È!ɪ ªËd„< j]~ŠÀî(äAHK¬¦UA¢8…ꇅZš¨¶žO-ª:XÒgìÙÚ j»>Ó*¨‰­îG Ë|+‰æ"‡T…д„u?Õ"rB@@UQAQ£ÆUí¥K RHZ"ê·ªy¿´n£浚9‰€§~Ø<Ïõ}‰ˆ’mÛ†a¸®‹ ¡íW}ßo<¶µnÄý躞ѭ×ÂÞ±õ… $IšîbíW Á²Lä©f»›Èõˆ¨‚ 6§!(êÒH´¥ˆ+j’J€JíCO–^äM¾« 6ݱ[kgTBK5o®çÔWTÜxu¬*Ôú#ê•ÆL4!¯Ñ´µ!–H…‹(ÔúÛF­ B@ÅxWT4ö ‚øvªú^Õ‡‚øƒ3(‘ä2ß ‚€ˆHVI$Bp]׃h—Øó ËœUjó-¬,POb/†åã[.mÍlIÃÞ‡=fÐG–ìµúw›+CUAuõ%däÏþž|n¶²íS%gQºž+Q€ŠŠˆ²êêÝšy@ç;œYºUˆâƒhÝÂxwR´žtl¦€`IuÕƒ±–7¾£¾Œå}ˆõå}V ðz&bßà.[öÏq¢ šüÌ8h˜º9©[à×êêꊖÜi|av“ت’çyRÊ€‚xÌ%b‰ÂåÓ:4©®º¼ª% £AæK,õ!ƃÁxlÃ0 ³KÅ–¬ÒÌ7·@Qn]Ð4!ò!ã .¸‘Yy'6Öåˆü[Qôk`þA@!™Ð­ÕJu­ šŽ«i.Ó@ë6 apÙo-ÜßÄeØ /<¿Ø¢ã:÷íÙ»e’>’–P£ “4T¥”«¸«««ÇêiÚØcõtuuÅÓ4}av;Bó€)„ zà$Õ§€ÊCi»´¿"d„•}ˆ5hÕ‡`°¬¾!L.|†af«ý [‚uÔʼyBÂ4Mûž R°OUõ¶“¬`gnÎdNf¢?§oLãòHºF/!wî%t]·È¢*9œºÒ¢¦…Ÿ³å]\¨¾ZÜgS¢8h™¿`¥Å0 Ãl[åÙBDC×çtÊsLÃ0„Ð{¬žÞW’AöC¯ÌËŸÏ®Ž]ËŸÏ7þlòf±sk/)ã€a𦢿Ó"€0QˆŽB ‰Âå‘í Ÿ–¢bBÓtË8ÔkI‰#iì¶²¬Ñ‡¨³Òb†a¶õý¶Å‡Ý:¢ bBB¬eÚîþ·úsrsÿ7×÷ë¾ò²·èõ¿ÕϦz@DóeÓì˪ôö©6%_’ðÄ¥ª[OHE LQq¿P& MˆEßýÙ¥*ÉE§¾b-‚^ì5ŽfXim÷¡S[&E©`6Œ¨`s-ÅCD*j4$Šæ Ml_ø&*@/Ú§É J4_hÝ ˆÖ Z‹ªdƒ²AÙ ;Hlm”‹ç/®nýóÖ‡ÿûáÅóùÉyqBôX=ê>Õyè8÷"ÐhÈm,¹…¨â~¡ŠH`éˆà’xõ±†.¸XEjÌzªì/§Yª®p IDATim)%4‚áD¨º4)Z´¸a´"FAx‰.E‚‚QbT¤Û7@( TÇóúØ„Mõ<¨L5D_ʘAE4” ÊÝSb+ûN6)?ùõä ٙ,?9/º® !Ì—Í}Áó<7D |‘@TQF«-‚ˆµ•×’‘?LÕZâ+­M¡î×dUŠ„è?=¸{¯"ùë>U©îר lP6(ôÅ[ ÀÈÙ‘¡ß]kF$¢¨éìy¿ÿö$ˆ¨ëºHˆº­kR àwB "U%„¤*€Â‡ÒÜå°IL]wî;æË¦ØåšUV¥sß1u Êeƒ²A_`±pñO/þ©Ebò—Éñ?þqÔõÜ‘³#üþÛË’+õˆu‹¤HŽ›‡,À„X£PcÚ 0ûG;x¼»×ÓP÷k¦®ë[³È.” Êeƒ>±¥nn©´âçÅì»Ù•‚èù ù™›3ü dVÓ[È®¬-¨Íù•ÆeØ ÌN[DÔò AT]u!¦Õ¦Îjl·^±fçfÛ‡?Ü”€'ßb†aæ[!ˆBH$%$"g–JD®çOO—¨J©dÎkQ3…—Åd†a^$±¥@êXJ3 çžízŽ”ˆÍK‰éc)ñ’!ºyPÃ0 Ã0,¶6"&_±’¯X\ÊÌ6Ã.®i”è ›f0óÍÌøŸÇgçf…'ŽŸûhLn?ïnƒ®æþoNïÖÓo¦'>š`‡HgùÃ0ÛÀÓ§OYfíÆÿ2>úÇQÿgßþÁ†‡¸Lv·Aÿ<ž;—óö{NÏ‘žß p™°Øb^tœûÎ@ÿ€¦iê~u @.Êø¯‘¥««‹×ÍÜ]tuuÿy\{IÓ4mäý‘ÆBã]]]0ªª¦úRöìÚ!Œ¼?¢išö’6þçq6÷vòíÿû6s<ƒ ÝâÚG×ÊwÊlÐÝmÐò·ý§ú…˜ÀÑ?ŒÆG¡±AYl1/('Nþ`Øu]ßõFîB.þkä>a?ÊndæöŒýƒmÛ¶}ßþð?ll/ß.ÏÞõ}ÿDæDöÝÚ’ùËyçcÛ¶ýƒ=s›§€yn”ï”S})6èÞ€ˆÆ?O¿žfƒv]×u]»rñ)³ ñöº·ÿ¼h%<ôzCZ5}avmL ví^°ÌCfc»ëº5s"FßÍCf<=ý¹0_™7™?Ýû‰ º7OÝ‚ ÚA"•Åž-f÷Qùwåôš¦uuu©ûUï¯Ú´G0™/®çÆÛ„Ñ—hµ®è»ë¹ÖËVÓŽÌ6û´2'3S×§Ì—M6è j¾ÿ~xè!6hga±Åì>ÞȾ“uçéÓ§¾ïsìœNã‹¡íºaß·›vd¶éëÓCƒC37g’¿J²A÷ ˜Àüù|åß6(‹-æE' (Âyàd—]™@t ûG› jW›9;âyžçy#gGßl¿ãàéÁܹ\#=—äv2þ—ñásÃå;åä/“lÐ=ÀÐo‡ìmÁ{äå.äâ1[lP[Ì JñËbî|®KíJKµ äÌ_ȧúR<ši§‰ªgͼ™±^µ,˲^¶ — 혿”7–eY¯Zécéç±Ðë‹Kî\Î{äõX=]u¨JlÐÝËÀÉ·ºÔ®d_’ˆJ“%~B;\F]­¹³ÙÑ?ø†ÛuÈEéK7¾Å|™g‘ev«ÛðRû?ö‰“'~r~âbdƒ2lÐ…aÀž-†av/µNŠGÞÈÙ‘þSý\ lP† º3a±Å0ÌnÅ4ÍäkI+i™/›…+ì›gƒ2lÐ w#în¸‘a†av,ÜÈ0 Ã0 ³å°Øb†a†a±ÕQx‰b†a†av‡ØŠTËé76 eXñ0 Ã0 ÃbkM”ï”'þ:ÁEÉ0 Ã0 ³%b+s<“;—[må£âçÅžW{TU=|äpC“5|ZqÿV× à°y¸«««ò}&¿žìêêšüz*ßWººº9ÜþDÃN|2a4VúÒ¦oLwí«%à»a†a˜(¶Š_1Co·X$|â¯gÞ;“L&ýŸýÁÓƒ#ï?/@cÚ§OŸ6}úôéìÝYL "@ædÊwÊ0u}ªño´%s<ÓþD *•Šc;M³ßN~59Ð?€ˆßþ¿o‡?æ»a†a˜Î£ëº®ëcW.>]? ‘45=cWÇš”“uÔ€ŸîýôôéSß÷À:jµXË”"(pkæÖÓ§OoÍÜ€þSýA ¢èˆA4m”f-'r]·)Û×>½æ!sÁ^xºkñöº·ÿr¸««KÓ´Æ–Õ(ß)§ßLÑÔäTäµJ¿žÊwË3ßÌQéï%"š¹9S¾[þÿÙ;ßÐ6®¼ßÿüÜ)÷ (0sqf Œq c¨Í–»›QÉ‘ÉB,ºP›Z¥TÃÖÞB=y‘Uò@j§Ðµ³­ºÐÅ)l± ¬Â-Q^d‘²X…O !H`5Ì@ÄÃÍÜëûbä±,K²ü7þóý`Œ<ž9çÌùžsôsΜà 6!^1"íÖJ†>ò ¢oÔ6ƒ [úaôËQUQ«µZU¯Òü«ùN«'ÚÃ9ÿêë¯zß-o¢ä;*gÎI_Mwÿ²;z2ÚýËîôÕ´3ç„…ý¡ÆÕFä3•bŒÅúb“ßO¢`»›-bãߎþU¨<8øÉ ÿÛ™sx‰gȾóåu"¤V‰ˆ*§ÕûNkøúpüƒxe ~Wá_…þ÷û‰¨ÿý~¾|0a«qDõˆLe§˜Àb½±Ì_2( Ø Öµ7¢ÿr_å¬óÔ¥Ô•?\©<"¡üĦµkÜ#ã!*?@Ð׆Á¶Æ)9þ“Óª×JœsÎÓiÆÃxhèobA5 (€ 0[q3ù8çk©ù‘@Á…z»nD*¿㔜òˆH IzÇLaÆqd3@Э=[`[OI’$’Öp¡BT|Q´,ËGÆŸ*I’ªªªªÎf"Ç#È` (€ [À …BDþŸ]ác(Ù;þ¿9ç¥Ê#òÿØ¿ƒŸ¯<¯X,ªÿ®Òÿ£ò@ôo«ÿ!ÚÇöÉ­²,Ëì¿3Ïó¼ÿãÙŽ],­9‹ˆJ¥ý_ÚÿïûQ„ (€ ‚n###„ž-°ýjÿ’¿ÇY{·çúSÄ}"•7ÿˆ1&ï“MÓÔè¨@P A7d°[¾†ÙšUcÌïE‘bcŒ±ì¾rƒÕe@P˜-°Ç*¼¿Â‘ë¹ëŸ¼É“‰…Ÿ ªªŽýqlÙ]Sò|R–ey¿<òùHp¸êòÊtÖ ¯×{Ï_îe#+§Ì˜,Éþ£ÛâôAA… t§š-\—¸G¤vkzX•EHk•#ÝzôtGg¤q‡š$I_ÝüªÿLÿòÑÆ‘/FrwswîÞ1MÓõÜÔ…ùˆóóóÁHâü_Ýü*z*JDÑ“ÑÜÝ_ãçã¼Ä‰(w7=­¬Oîn®p¿P9F™½œˆdnf–÷½¥.§Œ'†aFÁÈþm&«–‡¿çqËGå²´®ú/‡dY’eI&&róÊ S!(€ ‚n›6Œèq&«¬UÕZYsœˆ´ý²%öf×ìƒéÆ—GŽG"Ç#©K©ôÕtåñÌÍÌÔí)íFDc×ÇôN}øúp]ócnìÆXþ^Þ7[™¿f¿MŒ;Îÿv<þQîOØjlM™¿—»9vå¿®,ÿoß™¾ä@²X,‹Åä@28ÞùVçÈç#œsó™?opË•3åë}ÞKÏ[î†=y~#‚Y @PAw…Ù’$IQ”î·:‡Þ0[sVþ_…[·sÆCxüTDQEQšÙ«'ñq¢²+(ñq¢÷Toìt¬El‰½óg\QêB*ÜÉô?§ûßï¯|‘ˆ"'"Źbÿ{ýDÔÿ^±X ÌV½`kû-EÉßË3~åÕ~+})­·ëº®ëGõè‰hp<óçÌTvJ–åð±p)hXá]òÜ ¨¦þ+6÷wB­ Ù Atkhñgg Ä?KoT |«håïÏä¢ñÌâ%ÞÙ®Dº;ºŽêj«ÊBÌå|=8sŽí,Ù†Rk×wîípÎóÓyM[Ï奵¾,,-]ËÌMÓ w‡Q!(€ ‚nªªÒ&ÍÙb#H I’ÂowuåîK—E‘ L’$ÆÖ–+=$­u-)˲¼_ù|¤ò?Wþp¥Mk“eùì‡gyÅþZ#ŸÈûeY–“ç“ÁÚÄÁ‰ùÄŒõÆdY÷‰±ÞXðpÜÒÒ2ö§1õ *Šb¸;l<4ê=ÙŒ|1¢Tƒ—'ÃÿWKKKƒsš ªQÂ|}8r<òÔ|jÛvß™¾Áß úlj¨|¾eENDÒ—ÓÁqÿƒþ¦~'wÇu]÷¥›ø8ÿ(œÐ{º÷©ùÔuÝôåt÷/»k¦‡ˆ¢§¢–e­˜Œà’ç4TÍ„¥¯¦ƒóƒ“ë²Ó ò³^yX±`¬§P)Š2191ÿjÞznÅ?ˆWÆ8õ÷)©UšúûÔrÝ#z^Žèâ^l\Jw7(¢ëºé«éèÉ(ÄÝx^Íwÿª{âoóóó›èþU÷ü«·ßd³FDÑ“Ñróu5ÍB,zjñÏî_uWåm½æ®A»2ÐßeÁlÁl­€vH›5ÊÁÎ>˜]ôLGô§ŸÉP(A)_<ߘÕi ê¤ûÒ­¼0h \×eŒÕk¬çVðgƒd4sN“AÕL˜Ö®Í>¨ÎðzìšïézåaÅ‚±žB¥PF¿­Ëqôƨ¢(3÷g–§³fD•¥±f)Ý#fk"úêR«œq7V ûg[;¤]üì¢vH³¶kÞ~“ÍZUóU¯5«,+¶ÃUí6ÊÌÌÖÀs]·²®Ç«zIƒR^yþòÊNTÎÙ‚¸%ëºú›zþ^~~~~êïSouú4U·¿Úöjf«™vef fk¼šOü6!I’Ô* _®21úÒßÔ+'0_–Z%I’¿MøS;+ëáTvJk×H œ~f«A2V{N“§-þùjþâg•Š$I•½ý5Ù5ßÓõÊÊ£™@ê];~k\k×couÞÉÝ© Ͳ,ýˆîϾ>ìt”{_\7ñqÂßg7ñq"Y¨WJ÷ˆÙZ³ˆ›ÐßÔýÊÿ(î÷s@ܨïLßW7¿ _öçŒWÝþªÛ«õ™­fÚm”f«EQ"ˆ~–Æ*;gα«òˆÖ®#[Xq„yì.qÊÀ棪*a-€Mf f 6 3A\€2³ÀƳ¶L±±1˜-˜-vèî³³v ¥.¥Ôƒª,Ë#_Œ“Iy¿,ï—“Iòʇ[ZZÆþ4Ö¦µµ¼ÑÒ¡wLÿc:ó—LÛá6QÃÝa㑱ªÓÇ¢TËç?4j&;y>)˲¼_ù|¤ò?Wþp¥Mk“eùì‡g9çþÁÜÝ\Wg—(ŠêA5óçLU`…Ÿ ªªŽýqÌïÖjiiYìߪŸÈ‘ÏGäý²,ËÉó‹ÇÀl°„+Ÿ_™þÇtþ^Þ4Mëyy ÕÔå”ñÈ0 †Q0Œ‡Fêr*8?{;{çî÷¥Ûÿ~äddòûÉ;?Þ±m»ç×=ñâ«:­A,¹sù{yÛ¶{¢K‚ H]NO Ã0Œ‚‘ý!ùb$w7wçîÓ4]ÏM](‡Ùßןº”r_º…éÂôôtePÙÛÙȉHæf&ñqb~Ù&Ù²âǬñÀ0 Ãxb\ù¯+(K°Áv=Ø®gEjï¸\P˲‚½ªþ¬Ü•½™ÓšŒeå q,n†ªу½]íŸmå@y+. ë¹Uµ[ÅèQEQfîÏìèÍP`»°¶f»QmÛfŒÕ;È9—eÙ÷LUû$Ôû³ÉÓÖKÍŠ¢„ úøÇ ?Ò—Ó¹»9¹Uýr4z2ꇬÒúÞëK_M׋®A"}#XuÀÛõ€¦ËÊÕ|bVTTóYù ùÄTuS¢^G,K®}fVÞÎSóiU÷u¾Õ919aÛöè—£ñÇ%ó÷ò·¾»U5ë«ÉDV&`“²À6f ¬LüÃxr i>3ÇúdÈ?Ø÷^_r Y|Q,¾(&’}gú6#ê5ÄÌ[ï;Ó—H‹Åb±˜H'  ž=wÖxdGÆC#ö›˜¼¿¯ß?X…r@ÉßËÝ &]I­Òâþ†‰¬LÀ&e˜-°ã¹øû‹Ý¿ì kš¦,wϤ.¥ô#ºÞ©ëºþ¦L3ßXÖKúRZo×u]×êÑÑàxâãDï©ÞØéX‹Ø{/?SîÄê9ÕÓsªGÜ'¦.¤Æo/ñ[Š’¿—ÿfüÊ®QêB*Ü\]ƒDFODõ£º®ëz»ž¾„‘zØ‹`ÎÖÎfkæl5Ö®Z3Éì0g `ÓÙ€Ù`‚1D0[0[0[f f f ÀlÀlÀl˜-˜-€½€,Û Çq¬¢µÎ$IÒiŒ1ä'@P˜-–`>1×Yic-ã‘¡ФV Y Af €2œs"’$i=S ),Äx‰[s–]²µC2‚ èks¶À6«ü'"òÖñCÄæz®vHã%n<2«@PAa¶Ø8<"¡üĦµkÜ#ã!*?@Ð׆Á¶Æ)9þ“Óª×JœsÎÓiÆÃxhèoêÈO (€ 0[÷8˜ÿs¾–š/ \¨·ëÆ#T~ (€ ¯ #‚m‰?`­ORHbŒqo±ÕÐèNÉÁd (€ 0[ñ`ÚæêñÑ‚™›z»nY–ùÌDöBPAÝJ0Œ¶óÑG®ç®ê"·äR‰Ça!&‘´Ø‚Ô¡wÌ>˜™¨( r‚ èÖ€ž-°-+üú©üvŒSrÊS<"")$uè3…ÇqÍ@PA·ôlm]<%I’HZÃ… QñEѲ,ÿ¨$Iªªªª:S˜‰ ƒ!(€ ‚nÿ- Qøv…¡dï<øÿ朗*Èÿcÿ~¾ò¼b±¨þ»JÿÊ?Ñ¿­þ‡hÛ'·Ê²,³ÿÎ<Ïóþg;v±X´æ,"*•Jôiÿ¿ïG‚ ‚BPºyŒŒŒz¶Àö«ýKþrgí]ÜžëO=÷‰DTÞüK Ƙ¼O6MS?¢£@PA!(ÝlPÁvnøfkV5"Œ1¿W\Eˆ Œ1ÆB²ûÊ V—@PAa¶À«ðþ {D®I¹" IDATç®ò&cL$òˆ…˜(ˆþ“Vñ 9 Af ìE8[Ï {Ë™(ÒB·6Š<@P˜-‚z/ ¢K½ ²F" (€ ‚Âlà-LbŒØ¦D (€ ‚Âl=]ùýç­uwnc‚-@P˜-êÕî–ÜõT~FD!yñ¡ ­@P˜-üùšT1`=ñ’T{"*W~Ž\† ‚ ³öj½÷ˆmtÍ”c!™.WêR™WË•ªyáŠr4N y”º”Rª²,|1²BJêËW3šI… [,îò¦&|,|ëÛ[Á9ÅEUUk4_D5³eµÙظù ¢kPÞšùÊX[ë½ÝQEQ”á«çÁÄþÙ~úx¶òg+c'¢èÉèSó©ëºé«ibÑS‹vÿª;8Íÿpñ?/FND,˲ž[‘ã‘êãÏËÇ/þçÅÅðOE-˪ §’za_Ž<5ŸÚ¶Ýw¦oðwƒþqEQ&&'æ_Í[Ï­øñʧþ>%µJSŸª]ƒD–`Y‘‘ôåô*?DÔ{º·,Ùåt÷/Ë’éoêwrw\×u_º‰ñâ5ó$øsÅãõN¨)Gõ“¾š$ô­Qùjæ@3 ƒ t‹Å]ÞÔÜù_wô#zpNüƒøðµášùV3[V›Ë›ßèÉh¤ Òå­™¯ŒUµÞÛßeÁlÁl­«òNÈuݪ?cUí£vH›5Ê)œ}0[ï¸vH[ ÿ¹µ¼­¤^˜úýéã§A.)”r¹? Œ~9Z¬òèQEQfîÏÔ‹®A"‹ÇwJó]S²JÜ—n{ÿÝ\KŽT&Fk×fÌ.¿£š6*cµr`µ ƒ t Ä­ÙÔtþ¢süÖøüüüÓÇO•Šëº5ó­f¶¬65¿ÆlÍ&ºª¼5󕱪Öf ì ³ÕÌŸÁƘß5­æñå.­ÙjfU'®|¦0Ó{ºW’$­]›Ê.vbi‡´‹Ÿ]l]ƒDÖ<¾SšïšÎÜŸ‰H’T•{þÝ\OŽ%’ÕIL¥"+ÞÑjËXÍ„APúzÅ­yËSŸÒÚµùùù¾÷úF¿]Uã¼Úl\.Ùü«ùåÍïjËÛòT5ßzÃl˜-jô0j4Õ³µ¢Ùªf»öÔ|Ú ñSÙ)EQ*»Ð´vÍïßS=[õº Æ¿·m{~~Þ¶íšM³eYÍ7×»°¦Ë%®™˜êi\Æ$ ‚BÐíг5??¯¿©þ~P;¤Ö§ÉÆy=moã&½¦Äͦj5­÷N1[˜ ¶Ž¾3}Éd±X,‹Éäâñ÷ú’Éâ‹bñE19ì;Ó×Ì\ÑÆa ž=wÖxdGÆC#ö›˜¼¿¯ß?X=yñ€’¿—»9vå¿®øG¤V©rÂfƒDV& ™Äo\B’ùÌŒŽw¾Õ9òùçÜ|fÆÏ-¯Ê«åÔ»°žÍ$&þa<94Ÿ™Žã }2Ô8%«-cõ¶Cߨ‡ »CÐzMMúRzäó‘‹—.Û¯¨àšÛުˇ>ZÞüÖ“¸IVÛzï ѳ…ž­-ëÙš5ŸømB’$©U¾6w]7ñqÂß 5ñq"xbnþŠaÎÏÏ~9ªÑI ýM=˜ö>~k\k×couÞÉÝ© Ͳ,ýˆîÏ<¾>ìwƒ¯˜ÈákÃR«$IRâ·‰àÉrGw„Le§´vò'IÇgÌvÿ²›1¦PFoŒV¾ŽP™WË?Ô»°¦ËŸbk&fþÕüÅÏ.*I’†¯7NÉjËX½„Õ{ć t Ä­×ÔLümBk×*ÔË·ufc®ëÆ?ŠûÍoúrš„Ê[“_«j½·¿ˆ¾ËjQ…ˆ†⃟¥Ñõ²ãpæÛ±*hí:²e‹ßÇžÇB‹€××Ôôüº§ÿ½þ¾÷^g·ºñÐè9ÕóÔ| ¥ªPU•°Î°sÉü9cšæërZåaÄÅä@²÷t/䨇€,v"---Ú!m⻉וMÓ:ßîäœÇNÇÒW1>³Àæ€1DÀëjj^{û“ø8‘ø8uVÈ€ù@L€¬àµd8d‚Ù€Ùà@V€’³`¶›ò:ö§±6­­å–½cúÓ™¿dÚ·‰¢î+S›OÌXoL–eqŸë9sŽþ^ùÕ6­M–峞åœQ|1¢T«”=JžOʲ,ï—G>©üOÍpÖp;äQr )ï—åýrr ÙxtȺdù|DÞ/˲œ<_¡×n×q]¬2׋^Iá§‚ªªc«Qê¨PW5˜-À${;{çî÷¥Ûÿ~äddòûÉ;?Þ±m»ç×=ñÊûoôœîI|œ°,˶lõ€:t¡¼ÅJ_êRÊ}é¦ ÓÓÓ´ðÎTå^¶#_Œäîæîܽcš¦ë¹© © êÜÝ\á~¡ê5«Ôå”ñÄ0 Ã(Ù²Áñá¬övR—SÆ#Ã(FÁ0©Ë)ȺÝeý1k<0 Ã0žÁF[{AÇ5³Ú _.zeYŠœˆdnf'–—„*ÔTm÷ƒíz°]Ë7±,+Ø‘£êOÆX;^ºÊòÖ°þÖs«ÁÖúýéã§A1®%¢ª kV/œ5ÜN½My!ë¶•µæÆÌ»^Çõ°Ú ¯'úèQEQfîÏÔ+ ¶¸®·önÅwY0[0[¬q×Ë™û3‘ã 6ŸòñÂLïé^I’´vm*;U3ÆXÕƒ_ãmÎcÁÆm¾QhÎn§*Ššæ²n+Ykêµëu\«Íðz¢k‡´‹Ÿ]lPœê©POµ]o¶0ŒX#±wcñâ¦iÎÏÏÛ¶ï|«sbr¶íÑ/GãÆk^«PŸšO«ë¨Šj>3Ë“Š>¬!œf£xbªŠ Y·¹¬•×zAÇ Ìðz¢çïåo}w«jÖW“µ©¦j»˜-Àq¹ËBL Iæ3³²!îïë7US_¥Viq*:ÑàÀàÙsgýÓŒ‡Fì7±šQómûÎô%’Åb±X,&’Í„³ÚwÑûÞëK$‹/ʽõ郬Û\ÖÊk½ c£B¾Ê ¯):)”ü½üØÍ±`ÒUUIh BMÕv?FÄ0"košÊNií äOìŽß×Ú5ÆXç[wrwüƒÃׇý‘© œÑ/Gõ#: ¤¿©Oý}j…¨_Í'~›$Ij•†¯ ¯ÎüÒ»Í܎뺉R«$µJ‰Á`dݶ²_–Z%I’¿MÌ¿šß#:®‹UfxMу«,ËÒèéËéå%¡ž õTÛõÈ-Š¢ÑÐ@|ð3l!¹ópæÛ±*hí:²°ëiii™ÇΤPmÛ£ª*a`SÙ€Ù*À"TƒÙ0[0[0[f f f ÀlÀlÀl€U# ÍS|aš/Š®kïè»EY; (4 €Ùl/§eÍõ#º$I;úFÇ1ŸD¿Ø0ŒhóEQ;´ãI’¤ÒÍEh €Ùl#\×ÞN+ð[;}0³`¶`¶`¶ÌÌÌl#Œ‡…¡óg‘˜-Ø&¿Ÿ0ŸÍ"0[°ñ_gî爈—8r³Lææ0DÈq,äf 6’ìÙü?ó$yd;èÙÀlö Óÿ˜æ|sÝñÈû"ÍB"#BÏf °—°,säóô¦:­¡O’D$‡$Î9÷ȶd;f °gðhbòVööäf„»›ˆ“ç²èzœs—ˆ“‡Ll/d`óàžKÄÒ—S²¬vÿª{Â-ñ‘/Ò¹»Y)$sÏ•™d9yœâæl¶èÙl"®GL ‘QêR"ûC¶©kõéLôd,|<ºh¹<2_˜rHf!ÆF±#ŠsEó™)36S˜.ÜÏ›/L"‰ˆ1Î9/¹öKGi»œ“@â+d6f °Çàgù?$ ‘§ïesw³‡u­]Wjœ“,É$ï´‚ÆI I.wí'qI’Ê=^œ“çqQ`Dd—8«hÉ‘í˜-êâ8ŽU´Ö‚$IÚ!­æXØj–ùÄ4MsìëL~:ïa!YôŸFcþî1‰HUÕrÇ•@·¾›¼rõ ±Tî£ò¸Sr\î:ŽÃKœ<Êþ¼=9ñÝ8#6==ͽ…ÁAA¬[$¡ì·*ÇE4¨¡l+0Œ¶5NÉYÛ²I¼Ä9çŒ1ýf<1Œ‡F娨Æÿ6ÁDQU^â¶gsk4EQmÛ¶^˜ïœìÉßËYÏMõ f;6 d­ü½|æÆ“¤Þç–b¶c©ªî8yäÿû:ã8Nþ^Î|b’@ê!Ñÿzfã%›ÊÖŠê-/ï—Ъ¡†³ÀJ­ðÂ+iÜ㜯i«;õÂ…z»nó`†1†·Ÿ6 9ĬŸm«hQa†…‘Hž[þ]XËxfeþ4;ï>‘$)~PcŒ‰[cò>F~š!AêлlÇöǤbÿÑy;ì8Ž¢(ªªÊ’œûqÜ™3ù+r=âĉÊo/òËx¯Ž£èA f €U<=yä®r_a·äR‰Ça!&‘´øŽ›@zÇìƒY‘‰˜C½!èovš·'ÇaL=ÆÎ=î–¸Ë9yä¯1ê/ù>õíÜÝIíÎD²,‹ $Ë2 IL øô½¬ùÌŒœˆj’æ¿–(µJL`"mÇšøvÔ±‹åQ§…—8÷\ò8½ZÒ˜u¾†.¨¡ÀlÐD ¾¾‚é/À9wJÎâ“´@RHêÐ;f 3áî°$a5Åõ=ÿk†1Æâ\b‚ÈÉu‡¿t+»¸ËåvUbŒ<‡»LUUƈ1& åõ±$¢âscìË‚¦iÚ!]–%÷q§h>›µž›"ýòàz.÷8÷‡="¢ñ[¹êßÜ5G×Ñp°DhÖa·ë¼´˜ÃŒ1FkYàT>"ÓÂÂ]‹¡ ¬«³‹ˆ  ¨ÇÌý\äd/ÌY<%I’HZÃ… QñEѲ,ÿ¥'J¯$Iªªªª:S˜‰ ƒ×IäxDU4k®È=’d.2æzœ¿tî¸cL¶ï€&í“#D±bDƘ$$2îXÆOEDÄÞ "’e‘ˆø+r¹Kœ8'ιëqî¹þ×´íX€½C᧘-6o½%TmUeIæœÛs¶eYŽãØŽm-ó…©**ç¯>mÃWÓ=¿‰‘çòg¬Èˆè *¯/e€Ó+ßo¹.÷— ò8çÜåÄýiø¯ý˜-Ök¼ø¦ßVù6Ƙ?)Š" ÄÆc!Ù}åËõ0z}ÔzaMþeçA~.¬À$µªDœ{Œ8•w/ô­˜P^[Ë%"DÁõçÚ-àºþû†÷ó7‹¶$É乜sî’Ëѳ€Ù`ÍË_2‘Èõܵ÷l-À“‰3Çî™3Ö ¾¹ÿƒ¸ã4»|€’Æÿš‚˜-°g¨Xg‹…Ö¸ŠÏÊQ€Í1¦·ëÜãäic7Æ3úûd0óÝõˆ\N£78‘Ày0­~©Õ&J$K‰{dº|âžþÙÖv¤Ïh¹é™ñŸõoÅzcy‹5)t—Š®2Ì؃~ËÿÞ]÷x"¦À¿.¸ÇI ¾3ñÎ_„'¿ÍÌ $r¼ V=å•¶|õ9½AôŠ‘Çí—åò³X±dv;N×Q=r"Ú©7ÚG/üvز4ÞœÙêVf·I¦µîxúx¶Áñz'¼Æ´m…û…Ä'ƒÅbñéãÙÊϨ\f € ´\Ü-¹ëñ[ŒˆBòb?Œ×ë@Ó´Ä')ã1u{Ü|nŠ£7Ê q?x¸ðÖ¡¿šÃ₨^us5ëʶÁ¹¼nY]Ý‘ÆÚËŒì¥e‡1ˋѓSªøÇºß–X§yj;“¾6MùèÙ{Òj-݃E Éâæp›½l~Óˆ+ß1q»Ì¥I’ä”Û¶ùn—´òf᜻®Ë¹S LÜ'K­’,ÉRH’e™…˜’H Q+ûÌj2ùÍX9j•ç„þk”¿›•$™¦}Ô«H+ìw=¹>\(:;;§ïÇŽžŒ,ïžirLÍ™s2_gìÎ9rcÌ4ÍìSäÑàï—Œ–æïå³?LÑàïR#7ÆD”ù:“Ÿž™¼5Îd9})5r}ìâ…Ášé™þWaòû¬Ò*Qr ™ºpqøú0y”¾>œ¾6<|5í[–™ûy?´±/‡ƒks÷¦'¿—$9s33t!5ñÝøò(j¦dyÔKnö˱ÙÇföû "üýSU!WŲ<%£®y>0[`ãmË ÀšF,Xg«l¹<îwt)­ ÷mÖâ4ùàZÆÄ…QFXy•-TÃÕM%Y ÞFdÕsíËFs·ùV0þarìO™¯nŽŽÞŸK®!?*;uXˆMým¢Þ™ßOŒßÌ(­*¥/¥ß‰öÿJ_J-OõŸ‹ûfëÖ·“_ÝUªD”ºŠžî |FéK»3u{qZê“¡È‚}ÿnbüfÆíâ…ÅáÚáËi©U"¢ø¹øØŸk¯LÖ %•Q/¹ÙÛã73þôµô¥tpS ¨™’Q7“r`¶ÀÅ.Ùc˜’C2òóuvq »Uz¬ü{aCžF¶Ø¿\XØD\`•˜-N¤é"“¸ã˜OfœŸ%ÿHÓuEÑH šê?í{·wøËáìí¬ñÈ_ÓvÐ7ã8NæëLêrjü¯µ»XŠÅ¢ª©þçàCÕŸª¦‹å®:«h½ó=ͤÁ÷4>Æ#}-]xhð¯ûÿº`•üÍÅk†ß %•Q7¸Ùà¦9éZ)iu3)f ìI6bcÄ… È.Ù2cM~­‚M±\[|%p±ÏiÉh ï½ªéX¾xGM—¼_õw1—U•í8V‘¼ò|øEÓ&0zcwÿ žüdhð÷ƒël;%IJœOt½®o‰Ë´´ÃY¦µÄÍTW¥ì¹<í IDATQuü¯_Õs3õˆ$†’cŠH!É)9]åôhc_-kHIÕÍ7µQ°5`‚<ØžË%ÏÝ€ìþë‡^Åkq #›_›ëÊC„þà`RH’BRõÑ…Ó×’hӲЖS|îÌš–ù¼È=²=²K®]"ã‘Q¸—+ÜÍMÿ0iLOsÞlyHœ‹?}<›8oà¢Lsåù׎ãŒÝÈèG꺙ةXêjÚ] u9]ù¯ÅãWÓ±Ó1ÿ`ß™¾Áß§LÓ$ŒÇfr`¨™ôpÎ¥$1©øÜJ}º8\Ø{º?u)U|n9%~åjzEãXE½”4 vª'u9],ZÅ¢•ºœŠŠ­­p­!j¶ðy€í„»Ü0­¥h3ÆØâ{ýB­Á.n<"Çv)˜Æ]Dƈˆ œ{.ÉÒBérÙÆ%#ñÛxOoŒ—x½…àË%ĺÞ]­Îà@"u99ÑÖø(>ýÏéà_áîpôdŒ{¼÷TïàùòܦøûýDtö\Ò|aj‡´‹Ÿ 6“žá«ÃW®^9;TZ•øGñì¹ÀSrîôöÅœü8±ª[®—’F! $ÒW‡£§cD=M Ä×–ùkˆ€­¡Åï°ˆ~–Fvì8œ9Çv– 1híúνÎy~:¯iZð}É9_Û òŒˆ–½­VùþšišáîðŠo´Jrw³‘ãÑí\þ²wóL Çá’$;Ž-I²S²%¾ŽÀ˜@çRHv[m•mîFcÁLv“ßï,»¢ª*¡g lG6bž'¢Ši°Œˆ†—÷T)r8·Kœ»üÛá"Î9gŒÙ%NdÛ%.I. Æk¤ÞšdØ¿ì&`¶ÀvgcºžüµÀžA‰v‰d‰˜À*—G & 僜“Âk¯ ˜*³ÀëvZ•ó®hšîîNdf €ZxKfÄsÚÈ…I—̃ÆÈ˜-°7©œ_µÖâz ;FÀl°ÈöiùK40[l ÍZ²²ƒ‡‚f €¥®h³ÖÁ„-[¶ëØDг¶G€5So‘LÀŽc×,ó¶V  uì&0Œ¶[6› ýg`¶À^ƒ lcW1m`é86ð°`l¯ò¨îW ÃØü˜\ípŠÿjEÙqI’³v*¿èÔivÉÞ\ÓÀD¥UAn¯í€b>3´C:üÀlŒÔ*I­ø.ߎ(4"2®ko‡ôt CÌ`÷PøgŽˆwÕt·¡OSÃ×ÒаI`‚<`73òåXãΞKZ?[È(ÌØë´´´lÁ%k¾ Ô£«ûª[ŒñȸõÍx½ÿöŸ‹k‡ŽÅÝv)Xáv=îÂÇ"~V~kÈ€MñX3Ów¶CJÜ—¶ëñÌ×"’UU ±bÑq_ڜșs¸Ë%Iæë^t­ípSÝTÏ´5Ù +I_¹šî>®ú Öz¶Àëgûw&¡»kµl§ED±_ÇäýjO4Öóëçtñ³‹é«Ãñ¾þΣzì×Ñf–·m;ÜñÎÉžªƒïœè ôƒoèÆþΜ“º”‹´é]ýÄswóÁ…ýÄ—ÇÛ Øæn½7jœ]«eó PU’6$¢¶ÃþOWwxèÓ!Çqv„]ž!Æ£»;¼ü3€Ù€%Ø®=U(Š¢èíZÿ{ýþqýÍÎÈñÄ&ÃaŒåîæ‚?s?æXhuo ç¬èé^‘‰ãßdf 3ù»¹øûý™o2Á ²,7ñÜY¬?»v4OÏ>}<›½=Á9O]Nïˆ/·›¼ÄƒÑ¯ÊÏf l¹»¹®Î.QÕƒjæÏ _¥.¥Ôƒª,Ë#_ŒøÇZZZF¾Qª~ÏùÄŒõÆdY÷‰±Þ˜3çÐB§QKKËbïQ­ ˆhìOcêAUÅpwØxXkáS’瓲,Ëûå‘ÏG*ÿsåWÚ´6Y–Ï~x6˜ SûF(üTPUuìc5S˜HÊûey¿œHKÞ·´´Œ|>"ï—eYNžOnÝÖC¯ƒèé~Ó4ýÏÙlÖÿ`šfôt?Õ™¡•ùæVäd,|¢'}}¤2s2_ߊžîŸèI]ánY®îwÆoMFNŪ‚êê~'§Aò¦ïΞKöœŠÑ¢v@Óiýïõ«ûU"rgò»Éž_÷À8·I F+û€Ä¹øØÅB2vs,q.QÕ1ü®Ù…3|},vºçâ…AMÓc’$EŽGÆÿ²æðåt毷‚\]_Å­oÇÃÇ#mzÇ;'{ ÷ “ßO¾s"Ò¦wÄÞ±˜¦™<Ÿìêìêèì:{>¹Ø ãQêRª«³««;.ÇR'Šz9_uù y¸’îU-çò”TfNUF5È„šecU™³@™þ¾þÔ¥”ûÒ-L¦§§Ënæó+Óÿ˜ÎßË›¦i=·*Yá~a~~žˆzN÷$>NX–e[¶z@º0DDþ¿æççý‚ú1—¿—·m»'Úÿ(¾Záz …™‰¯3ËG$ƒp$oôÆèø7ãÃׇ'ÿ6pwØxdø­?/ñôµ´aL "ÖŒÓ"¢èɨãX…BÁwrŽcGOFjvø½5ŸRzO÷6ê ±ôÕtò“¡²é¹»¹ÉoÆg 3½§zû?ŒgÈ=>[˜‰-Ô‚ä@²ÿL_~:?s/¯(JúÚp¹Ö|9V|neÌeogóÓù gœÉOÏLÞÏßË“ÇG®­!»êEJD¹{Ó“ßÏf"Ç"A"—¨/Ÿýa"ûã”ùع1ÖdVÔŒ±^#_ŽÍ>6³ßOd¿Ÿ˜}lTF´b =ü«0ù}Ö®^õr¾êòFyØ„î+Þleæ,Ϩš™Ð l¬'Óv-Š¢ÑÐ@|ð3,3³ópæÛYòÖºÖ®ov¤êA5õi*v:¦P*%Û¦¾ŸÒß\{KK‹õܪ<­²ƒZÓ5ßKµ´´>¦QP–åWι,Ë®ëV?ÊkmS?LéGt"2G;ü`;ôŽ©ÛSZ»æç˜Þ©ûñÖ¼‘–––Ñ£éËéìílç/:ƒƒKR¸4¢žS=Oͧþi³Ælùø#£çdùø®Á_g+h=³?æ†/_Ì|sküÛ‰Äoã±_G‡.\é= ë&ÈW~˜¸õ•¦iþCyâ“Töûq"нÛ?|}D;¨‘m;ýƳßOøçOMŽ«juá© Gkïª*ÿ=§cÃ׆9çCRÝÚȵÌL!ª&…$§äLümÜq,òhæ9þ×Lã^¢§go};™»›ûêæhÿñžhOß»½Á|êåj2û`†1VÕ‰Ruá•k#L ÁOW ¶ñÁ¶Ã3Óy}`ÎyÇÑ®Ê?»ÞÏ>˜Y^+#'#~OLøxdüëLY¯Çæ;Ñ?ØwNô|usÔ?îÌ9ÑÓ½ù{¹ÕfW½H«Ò$²ò¦îd§´ÃåTõŸ‹çïæ–gEã|«Š±æ…áã‘ñ›™š­˜A Å9'}5MD£×‡ýãù{wE-?®Ô‰¢^ÎW]Þd6£{ƒ›­œŒXù¹f˜õÊF3™Ö<“ßï,»¢ª*ámD°²·³éËéÔ¥”Ü*~9=%"ë…å»™êŽô SøWaèÓ¡™ÂLã£uƒRÊA1Æj^XEK;¤-˜ÎÅÌgfÛá¶&o„ˆF®Ä?ˆNkň¬ââ÷ýâñCKŽïž­_t_&¢ì¹ô¥¡±¯Çc¿ŽÎ>˜Iÿç`½K´ƒjð¡8W,«S,Æ~Ó_§‘R‡Ó¨#êD$y>)µ*.ç¦i _M@N‰”V•Eæ¾¢ÜÝlÇaÝrY–›¹å¾w{‡¿ÎÞÎŒñ?gV›cR«dY–ÿUT鱪N»øÉ`Ï»±È±HçÛ%P ò–4ØÍ¼AìÄà;¼Ê?ƒd<0Ò×Ò…‡/- °X,jËIU5µ²ð¿ó=ëÌ®z‘ÖKä’R±US‹Åb“™ß Æš‹Åz­˜Â@VI’ÂÇÂéK©ŠFL]1Šz9_uy“yØL‚Ül3E+³AÙh&Óv7F«¦ó­Î‰É Û¶G¿XÎS¨æ“FâcïÆâÄMÓœŸŸ·íºû½4Tí Õ|f«2À§æÓù Üåïåo}w«jÖW݈ž˜jE X™UQwq1`"S¨¹»9ÆX¸»›<ÊÝ›Vh —7…ÍçV°7¥¦(S“ã3Ów‚Ÿ£6Ÿ¯ìbçÝǺÍg†H$ËÌ)qÇáÖ3sú^núnn*›¾›U÷K’$óu¾Õ\°@ñâÉO†âÄ×ð 9™ün²™XF¯ ]X2J; –nÐn<0‚ÇõHÄzcù{¹§gg ùÊgóy¹0[¦UYøó÷î£K^ß«Ÿ]õ"m† 1–i-æ€@Avù“A›¼Íz(ŠR;¢æðsfæ~~ôúp½DëEQ/ç×yG›w³k)0[¬H_¿ñȨšVÿ0žHšÏLÇq†>ªy¡Ë]bRH2Ÿ™•æFj•ŒGƪ‚ª$˜·Þw¦/9,‹Åb19 N<{fã¡ûM¬Áø½qù{ù±›cÁ¤«ªö½×—H_‹/ŠÉdß™¾à_• ¨<¾;;·ºÃéëcþ\œèÉHúÚp¸»«ÁùÃ×ÇìŸûggøúXÏ žÞwc©«Ã¦i’G¦i]ª=Ñ­rš|Nãä¥/¥âÄER[U©U•B’z@“TU’%Ñ7‹­ªU´lÛ®,+x¸sñ§gçêž/IR½îCŸ$Æ¿Ÿ¸ruÄ4MιSâ•ïë-éº;¬õéK]JWTо¡O‡¦ïx‰óŸ¾_ºŠŸé_¿ˆœs)$IL*>·RŸ.öÁÄNõ\¹œ.Î9Å9'uu1%}gúŸòõ2›É¡5dW½H›!u5]œ³ŠsVêj:vº\—;ßìÌÜÌp΋ϭšS‚êÅXO¯Ø©žÔåt±h‹Vêr*v*¶áÕ§^õr~óp“nvUef €è9ÕÓsªGÜ'¦.¤Æ&)_üýÅî_v‡…5MSëŒòd¾Î }:Ô"¶„…#Çg˦.¤ÂÝáÀ35T/״ޮ뺮Õ£'¢‹-þljÞS½±Ó±±%ö^,~&ÞàF‚G½ü½üø7ãWþpey S—Rú]ïÔõN]SOU4îÑQý¨®ëºÞ®§/íòyáîngΉžˆQôDÄ™s"ÝÝ Îïz»+ö~¼§¯_=¨&üMÿoz#ÇÂCŸ¦ºŽ¿3táŠZc‚pšñFñs ³è˜Ï,«ÄcÚM?ÒÑùvXR4³èpb‰óñ Ì“Äoã=½±šo#*Ššý~Â.Ù±¾þŽ£]‘ã‘[ßMNü­ö4ÿøûý•›õ½×Ÿ8O_Mw w §¯¦çâñsòá«ÃW®´íèíëïüå¢|‰„rPœˆDOFÃow]Sñ÷û#'"gÏ%ÛŽv$’½§¢i“?z29Ñ£ÔÏ'Lçîå::»zûú#Ç»Wq›uôúÿìÝahמ?ü_Á Ç …¸0 dL W¢•ØÀõðøE&¤/Ä"\‹n”éúE¬šÌú…™ø©+=—îð§çÒI>n|ÈŒ_ÁAåÍÛ[ûŽ1–š¯ÿš’gž£ùÖ釙›ÿ~3ý0s´Ðz>nœ»â›¼þ%v·¶ö]l<šº·=Ù“šKÅÆcõ_k³#õÿ6ß2M3~5 ýà•«qÇqêÛÎ?Ì(Cj¿Ï¾6×Ì­ \Ò¦ô` TvÌ3¥î¥”!Õ&®kœóz;éieH©ï½ÃjòOó^7z)â¼ù§…Æ|³“ÊiµÞÛìRvë0×Lå´Ú¾]ïŽ~6ÎHµnG«µ“šK7ŸktéÖ´T‚ƒÊ­i\Úñðíx([î«Ûc„-h%t.ä8V¹\&¢â³²ãTBçÔ¦“%¿­­6]蟈G.ŽŠ…ÒJAEývr;⬳ ™ÕrIR7´Záì½”iš¹'˹¥ÅüÊö¤ZúAºP,eç3…•¹|öNª~Wñ§rv)WÛ{‡Õv˜˜‰^ŽQôRdþák ïÍNªCjñ§Ù¶¥M鵨Qü© žVÛw «ãm£y;ߦìu+÷$Ÿ{”+ M7œý6µºfæ–sK‹«kÆì½Ôއï͇²é¾º=F@Ø€v¢—ã©ïÒDt÷ÞÝèx¼ÛÍ—-*Œ1æaÚµD¡!O$§uQ”cÑñ¨ñ‹Q+\\ZÔ§4±OEIŸÒòPVŸÖÄã’àaÚ mùñrý.}ê¦Ø'tU­‘½n•ÊFh$DD¡‘P©lØëV›Nª§•B±LD‹ÿ•cŒe刨P,«CJûtu¼m4oçÑâÍ)MìÄ>Ao‘r-êSš(níkqiqoûêöᣅ3Ò»0šü6™{”3~12ëzý¸ñÜÐoëåŸ ¾ÉwÜ%¼Š>Œ±ú©(Û¶%YªÝ®ß "˶Î|1Üt¢ØuµFé‡óŽãø}ÁÆ’›×'[uRT´)ˆ²KÙäm=u/=va´T.%oëí;ÐÕñ¶Ñªù¸Ü¾û²m{oûêöa vy½Œþ9¿–˜üzr¯Ñ‰Xb"žúN<‚³é»|ÒME˴䙈,s{†I¥Ì÷[¦n«Õq—/.,V~¬ob¯[¡ÑðäµëiþQƘ|LÊ=Î1ÆÔÓêì·©ü“¼|BbŒí¡­Ž—zˆs^kÓÙp:iÇ\7eùvZïKŽ=#º=Føhá4"@§bãÑßÖVcãÑ–ó‚`šÍWCsÎ 0Á^·´ë»/â „µÝÞ°ì K›Þ>­6vqlòkÍ4MrÉX3㉦›wX­.÷( sƒx\ ~îË=ʵÙJ9­êÓúèùQ"=?ªMkʺ·´:ÞÀçô\šsn¯[,~ ßšÖí ÇÞp´½UmZ·m˶-mZ „÷ö|èöwh\¼ßê6 lÀëiì«èðh¸é›er&yëölÿIÿèX$ðÇÁ]›šœˆÉÇ%õìpè\¸¶ ª&z)¢žU¯ŒÇûOúãñÑ‘PÓÍ;¬V—þ>3vqlg˜¸Ißîêbo8á&¢ð¿ Û¶Sïj·hu¼É=¿’÷‚£cõôî㛈‰Ç%õ¬:RN›ÎAÆ&bò€:˾ØDtow·Ç­OjÓ§‰‰èä7:†ãÐq6œŠóÚ<¹ü™Ãíó ‘aÑ«±ÂÓ<†âÈÈ.dW\‘$‰°f à´:1„oƒÙ·fôØxœ»U}&9|VÅ€À{‡°°ïª’xLqN¡³êäµ¶Þ¥è¥HôRã,@Ø@Ø„-„-€#ŸF€#_upd™k¦ l^öN# l lÂÂÀ‘€O#ÀÑå1VÿsΈ81¼øÂÀ[&­^Á+ö‰õó…É7¹|B¶6,Î9ò œF€#ÎøÕ°m»¿Ìu“ˆ¼¯×ã地}ÞïK³âÒ¯[ï‚KDÄ9_~¼\‹VΆãl:œsê!"ö!ç-„*„-€C€»\>&Ûëf~%ODU^­nV©‡ÌßMsÝtþ^鼩ô\ºÀŸžK¢ÃÇõô¶öQÕ­’KŒ1_ ˜{œ3M“»ÜÙt Ÿ}>A’j³_…­‡™›ÿ~3ý0ƒ„-€-ÜåÜå@€õ°Ü“¯q9cÌÛçe ŸUl/ÿ4ïõx£—"^Á›Z¨—ï8OWÿµX, „û}~eH_ȶ)$¢Ù;)eHõ‚éÛÓfó3ÊÚïó‡/„Í5³Þ~Ór"JÝÛj$q]«ŸÝîžKÚ” ƒƒÊŽÉ¹V¶Ú lP=aÔ~¼¯2¤8ŽC.U«ÕzyçÓZó3ÑË"Š^ŠÌ?ÜýLbìZ"6ûíùjv!S*—Ú¦î¥JÏ ÙùLa¥`ÛÖv¼[)f2«å’:¤&nhíËÓÒ…b©Ö¹|öNjGfï¥LÓÌ=YÎ--ÖΨîºa«Â@ ¯MkmMn ø|ÜÝšÙªÿ¼ºðV;öºU*¡‘…FB¥²a¯[í7a=̲,{ÃE)9£·)Ì,,êÓºx\<ìfC¦INë¢(1Æ¢ãQã£}ùüì>­ÕÑnhË—wôgqiQŸÒÄ>I%}Jo‘-7lÕ@Ø ªg¨W3X½¬×÷¹¯Z­?U^­OkuòqÄôÃyÇqü¾`ÿ€ßï :Ž“~8¿Ë&s©âC#á3gÕüJ¡M¡mÛ’,½Ù‚Ð'lE4öÚ§&›–[¶uæ‹áþÿ€?8¨l]ê¢1/6ì¥qwm6lÕè.êG—KU·Z»ÙÛÓë8ç¼ô{©|ðù|¾]_¹Ë +?ŠâVF±×­ÐhxòZŒõ0ê!Îymí—³áÔ·òù|÷ïÝ%¢üÓ|âz¢T,´*”‰–iÉòÛ¨$J™î×{ø&QÜÞ‹eZoo3[pdq—×f°8ç‹33äÒð¹áÌÿÉ0ÆrOr–e1Úe|îQ.6Æñ¸üÜ—{”#¢Àçô\šsn¯[ ›â׿š¹cMXÓÂÑómJ³×-g“ßšÑ÷v¤cÇ&¿ÖLÓ$—Œ53>‘ØQ!<Öft{ò7,mZï|C@ØØ5oñò³rv)Ë«}2Q=­kF‡«ãÓßgÆ.Ží 7—"éï3D”œÑó+y 8:QOÖ+„N«W®ÆûOúgï¤Rw’m cãÑà©àèXXRö<ýQϪWÆãý'ýñ‰øèHhG…ɉ˜|\Rχ΅Õ!¥ó àí}"Š"%&¢“ßèŽCÇÙp*Îk uåÏ|øhŸÿ;bßäŒ ÔCÙ…lõ«’$†»s6œÂ³‚|B–KÌÃXÃ` Ù…ÌáŠ+’$ÖlÀÆy•»Äz˜Ð'”ž–8çäß䌑:¤qΫ̳KÒjó7¸>;ta ަÚ|UõÕjOÕwB6ú¼…b!2æÿ¨T‰ˆªäRo/í:­…D[Í5.š¼6‰€÷ ä¶¶a a a ¶¶Ž"\ÔŽ.¯|€°°_˜Wô6½£âTÈå @ØØ»^F‚GàµPå¾öj×ÛÓ[å¯p0°f ަªKœsî8Žã8›Nã]BŸÐ+x¸?ý~<([G w9w‰^ý8 ˆÈ+H-uµÎIÆšTÒÒÝvæ·µU<"'L£Àå¹Tu«µsˆ‚ËØö+ãœ[Žå8ë!A:l²\.G¯ÆôZh$„€af Ž*Î]Þûê•Ümøá[«ãY£ÖasÅb!z5–º“ÜJZ.ÝšÖƒƒJpP¹5­×'Éúü©¹tð” µ×ËëM¥î¥”!Õ&®kõÎôøÓÒÊR¯ÙªÚüÃŒ2¤öûüá asÍÄ# €°ð>¢ÖÖÌqΛž.ô ^ù„,x:šÖÊ=ÉO^×2ÒƒƒJ­döÛÔêš™[ZÌ--®®³÷RõÊ…•Bîñbîɲ¹f6–פ¤ ÅRv>SX)ËgïlW(þTÎ.åj'ÛT˯³ ™ÕrIR74<Ö[ïƒKU^å.'—¸Ë9çU^ÝñÃ]NÔÑ5 âW¼E5ß IDATãÚ”æóùê%‹õ)M%Q”ô)}qi±~—>¥‰}’Ø'éSZcyÍüì>­‰Ç%ÁôÚòãå† oŠ}®ՒӺ(JŒ±èxÔøÅÀC ðÚ-8ª8ÛšÓr‰Üê›iŒ\â.±^“3ºv=!Í¥§µÛ¶%YªÝ–dɶízåVå5–mùb¸é^DQꤚð*1Æê§a à`Õ.ýð*‹T〨/Õr;z!½0*ô ‘ñèÝ;Iõ´JD¢(Z¦%ÈDd™–(ŠÛ9©EùV¥Ì÷sUSV€N#ÀÑÄ]â —‰ç.§ÚrøÆEñ.ïüRòêi53—N\ײKY" kÓºm[¶miÓZx$\¯©Íèö†eoXÚŒ>ÞÑÎØÅ±É¯5Ó4É%cÍŒO$šî®ÃjðáÃÌQ.ç¼JDÕÿ¥ÞêeŒñ×s#âÄ8ë¸ÉÀ©@æûtär´ò÷Jl"¦Ï$CçÃD:ŠMDëÕ”A%t.Ì]>:2:y5¶£‘è¥]›/Lù„|óÚdÓ}uX >|ŸÔ¦¸ÑÉot Ç¡ãl8Çj,‘?óaXà£}þïÀ]bDÜåÎ&gŒµÊd_g«ý~\¿`Ÿd2‡+®H’D˜Ù€#¬¶òõ0Æ9߬´¨Ó»kxz³q :‡°GŸ D{œ¾B®€·„òï l l lÂÂÂt×Ù€#¥é5Hà0:2RAؼ:ì#œF@Ø@Ø„-„-„-@ØxŸöõÒ_årùÌYõùº®s€°p¤è·““×5\] a àP2M38¨p—ï(ç›ü̹ag“ïÇNë“CÌ¿¡Ó*)„-€CI–eåT0»°¸£<=Ÿ ‚‡íÇNëÓTÌWñMޝ@Ø8Äb_ÅîÎ¥_+r)óC:öe”ˆR÷RÊê×5η&ºúüéieHÙ15e<7”A%ý}¦VgþaFRû}þð…°¹fÖ·mܤq–+5—žR‚ 6­“»}oÿ€¿~£Õ¶M÷E.iSZ0 *©¹tÓ‰4Ó4ãWãÁ@Ð^¹wg—64œ6;m5˜»îa àóù|ò 9÷8W/É>ÊúOeYN?HŠ¥ì|¦°R —ÏÞIÕë*g—rSSù§ùÈå¨>­G/E¶JVŠÙ…Ìj¹¤©‰Ú®=)¬rsO–Í5sö^Š^M}ý¶¶ºëXÓ}Í~›²×­Ü“|îQ®P,4Ý0>\+ ¥•‚(Šúídû6ëZ N«¶Ìn a à‰_§&·RséØW1"š˜Õ§5ñ¸$x˜vC[~¼\¯£OÝû„ú¯óßg7´Ìƒ´zv{}UrZE‰1¿»vCŸÒÄ>Iì“ô)mqi±«Chº¯ÅG‹7§4±Oû½EˆY~´<8¨0Ƙ‡i×…•|‡ýo58­vÚf0»(€ NõìbðT€õP±XTŠ+Q'}DdÙÖ™/†›n"ŠRã¯wÿ3¹öô5 ¯Òclû,[k’,ÕoضÝÕ!4Ý—mÛòqyGã;Ï ý¶^þÙào| }ÿ[ N«¶Ìn a àð‰]ÝK*wçÒÑ«±­¬ J™îïÈUMefFÿ¤çÒœs{ÝÚ±>I›Ñí ËÞ°´=|>ÜÕ¶M…G†oMëö†co8ڌ޴ç\ðìuK»ÞÅz©VƒÓj§&ÂÀÑ»K\ODÇcõ’襈zV½2ï?éOÄGGBm6û„Ň™ìR6u/Õ¦ZrFϯäýàèXD==Øx—2¨„Î…Õ³Ãòqyòj¬«m›ÑDL<.©gÕйr*ØôTGr&yëölÿIÿèX$ðÇÁ·«Õà´ÚiWƒ p¸|R›‹NLD'¿Ñ1‡Ž³áTœ×&ÿåÏ|øhŸÿGXÿ€_/oFôj¬ð4õ^v ‡Zv!s¸âŠ$I„5[»¦œ¦åGãrnÍè±ñ8w«úLrø¬z„w ð!l´s´¿vP<&‡Î‡8§ÐYuòZâïa ÞCæ‹^ŠÔ/²z`ÞËNÞ#,@Ø@Ø„-„-„-@ØxÍ'Ÿ|ÒUýáÐð­ÿçÂÀ¾HÞI&ï$9ç[¨V_û]É=ÎQÏôööJ’tåòÇqöV§©Ox?õFÆ"ö »v—ï>å”’]Ê"lÀQ6û³“_OVþ^1žÔC‘±ÈÞê´òòã¹!‰ÒèŸFëw^]~´Üa;¶mÏÿFØèHÓI)ÌT¼?þ?†Î…˜‡ }ÂÝ;wóOó{«SWþŸ²$I©¿¦v”‹¢¨OëåŸÊõuH-‹&­ü“er·Î9â»àPÊ?Í+ƒÊÛÔÉ=ÊE.G22¡‘Л)y'ø×@½D:&Y¶ÕyÒò ÖJ0³ðVúüó3Êiµßç?sn¸ü¬œ]Êž9«öûüá aÓ4ë5Sséà)%jÓ:¹Û-¤î¥”!Õ&®kõå·[ͽjgÍÜ[ýwÕÀ‡¦ü?åøDüþÜý=×I}—ŠŽGóóI«¾fK’¤ôßÒé¿¥»êUcÒ’úD„-€wöÏëì÷™Õritd4r9š{œÏ<Ȭ–KêéPâ†V¯VX)ä/æž,›kæì½­sééB±”ÏV äòÙ;Ûç2ò+ÅìBfµ\R‡Ôz;ÝÖ‡í|Pt¡‘Ðâ¢ü™¼ç:³·g£Ž6Î]QÚ­Êß+±¯bñ«ñú]Ö K¥N“Ö1Yè“¶Þä̬x\bŒE/G8çɽþ«ñ³Q¯¦OibŸ$öIú”¶¸´X+œ˜Õ§5ñ¸$x˜vC[~¼½ü69­‹¢Ä‹ŽG_Œ½Õ‡í| ² ÙÈX$÷(·#'u[§°R˜_˜Ÿýg›Þ+ô Ú ­P,4ü;$?88ØaÒ"¢ìR¦vÖl즇È}íõ’»|Ç‹ríclǯWå‘d©~ö·>OnÙÖ™/†[½Ö¿ÙN·õßa;‚Ùÿ˜MÞIæŸæ}ðí¸ë“O>yùòeû:Äcba¥  )Üå7¿¹¹ã^Çq’w’ ¼à.F:LZX Ðù˜\6ŒÀÉíWmã¹!Šb·íX¦%ȵõÍ%QÊüp_l{n¢Q·õ÷»€–¸– "¿oûãÀÕT™‡ÿ»8øÇÁöušä-Q,¬ÔÓ*¹tóßoRÕåAP†”ÌíÙ)óW³ð¬°˜]ì+'nhÑ‹‘nÛÑft{ò7,mFŸ× Ç.ŽM~­™¦I.kf|"Ѿ‘nëïS;W¾hu`?¼|C-Ei74}Fo_gG;õ¼µj¬Ö’Vã&•Jeù¿–å[ë½âñĵDmöºÃ¤U_ ™-€ÝrÉŸ"Œõê3ºù»IDò 96=?Úm;Ê :æ.¼ÛJr—"DteÿàhË.d>œ¸Ò>iÕ~¼®f¶Úk^ì·µU ÀG¨“¤…òAœ€½%-,ØÇ¤%[k¶¶f¶BçÂΆƒh…oòíh%Š‚GÈ.ešþZOZÛaK=ÂÀáb<ÇÅÍ>:’tø.‡Óˆû¨Ç²ðÁi8”°øà#ts f¶¶¶a a Þ«ößSðnÍ~›BØd€ý’úkêç-„-€.r’±f•ôƒt·à;>Ú¼…/¢èT¹\Ž^é7´Ð¾u`_òMNÄŽØqaf  #Åb!z5–º“ÜJZ.ÝšÖƒƒJpP¹5­“»U­ÀŸšKO)Á@P{½|ûå^JRý`âºÆ9¯WH?H+CJ½f«jó3ÊÚïó‡/„Í5óÍ®¶ªcšfüj<úÁ+W㎳}UØÙ;[ûjœ´ÛuGû‘·ŽÞüÂÀîrOò“׵̃ôà ²•N¾M­®™¹¥ÅÜÒâêš1{oûí¡°RÈ=^Ì=Y6×ÌÆòšôƒt¡XÊÎg +rùìí ÅŸÊÙ¥\í„c›jù•bv!³Z.©Cjâ†Ö´ÃMëÄ'â‘‹c…b¡´REQ¿¬§ºÒ³Bm_¶muµ#ä­]}òòåK<®p9NÅ9ˆ/î¨M5ݽw7tV­*§ÕÌ\Z‰È\3#ãÑÂÓ|­ò¹å¦åµuæìðý¹»²,×!t~´°²U¡°ò£(n}Én›j¥bA興s<¥¬>/½Ùá]ëðM®žS +…ÇÒU#ïö¯¬.ö—XÓ“‰Ù…Ìä7ú¡;:¬ÙØ]rF×®'¤¹tàT VbÛ¶$o#I–lÛ®WnU^cÙÖ™/†›î¥ž´ÚW« "bŒÕO/vRÇxnè·õòÏß|m«ÆcévGï\«¤ux!lìnô¨Ð'DÆ£wï$ÕÓ*‰¢h™Vm6È2-Q·sR‹ò­&J™î7檦:¬Ö•èD,1O}§ ÁÙt‚­S¢ò±íc@Òzç°f  #êi53—N\ײKY" kÓºm[¶miÓZx$\¯©Íèö†eoXÚŒ>ÞÑÎØÅ±É¯5Ó4É%cÍŒO$šî®Ãj]ᜠA`‚½ni×·×`žhSš½n9›üÖŒŽÇ´Þ-Ìlt*p*ù>¹­ü½›ˆé3ÉÐù0…Î…bÑz5eP s—ŽŒN^Ýùν!¢+ãqó…)Ÿo^›lº¯«u%9“¼5sëÊD\ì£_FsOò[ïpãQÎѱ°³É'ÿà HZïÈÀau` ä»R_›ý6ÕIÒÂyh™Àj7Ú:ªsZ[ àc†òÈU€°€°[[[€°€°€°[‡Rý[}lÃöˆàc3ûm a YöKꯩ#œ·¶Z2M38¨p—ï(ç›ü̹ag“L7ð@€¼…°p4ɲ¬œ fw”§ç3@@ð0 òÂÀ[‰}»;—~­È¥Ì騗Q"JÝK)Cª?L\×8ßšèê𧤕!¥vú¯X, „û}~eH_ÈÖ›™½³µmúÁvûó3ÊÚïó‡/„Í5³Þàö»Q³=Qj.<¥AmZ'—Ú×ïð7ÝQ£VuLÓŒ_A xåjÜqœ=ÀG•·¶Úñù|ò 9÷8W/É>ÊúOeYN?HŠ¥ì|¦°R —ÏÞÙ~‡(þTÎ.åj§ÿb×±‰ØoÏW³ ™R¹TÏ@¥g…Ú¶¶mÕ7̯³ ™ÕrIR7´i³ÇÂJ!÷x1÷dÙ\3gï¥v­ß~GmêÄ'â‘‹c…b¡´REQ¿|›#øòÖ'/_¾Äã ‡‘³áTëvT|VÖgô奭“‰gÎ 'o''}gÎߟ»+Ër­3¡ó£…•<õø +?Š¢T«¯ ©Ñ/£Ã_¨õ"RN«™¹´< 7î¨À_*„>ˆ8çÁSÊêóR­¼–ÛÚìñÇÜr­5sÍŒŒG Oóíë7ÝQ'iÄ7¹zN-¬º="€7Ÿo¿Æþ›œˆ½Y-»™üF?tG׃ ½ÁSÖCÅbapP)®DAœô‘e[g¾nºIc®JÏ¥fÿšJý5åØÍ)]RˆÈ¶mI–Þܰ–Kˆˆ1Öx–°¦Íë­I²dÛö®õÛï¨M㹡ßÖË?üõÏìíˆÞÔ*i^[¼ú_ÝK*wçÒÑ«[o’(e~¸ß˜«šòù|÷ïÝ%¢üÓ|âz¢T,‘|L´LkÇ<ЮÚì±ÞšeZ¢(vÕîD'b‰‰xê;UðΦ (µò½À‘OZ„5[PO«¶mg—rŽcצ¦ˆhìâØäךišä’±fÆ'M·_K˜kfã¢u"=Ѧ4{Ýr6ù­™NO‹´Ù£6£Û–½ai3zø|¸«v…s.x öº¥]×ÞòˆŽ|Ò"Ìltú6p5–¸–HÞIÖK¢—"Dte„ €°pX™ëV¡XàN…ˆ¯2—{=½ÔÓK=$‰cžC|ï± ÀæÜðŽÂ3g‡;ö!Lbu×ú‡ÖlÀ‘%Ë’:¤ÈÇdY–5ƒˆ¸Ë«Õ*ýSo/c‚ç€Î$¾Œ±üÓ¼zZ­ýš’gÖ4» Ä|h0³GcLê“J¿˜ùb™yI’AôûüÁÏU— Ãì¶ÁþÿüÃŒ2¤öûüá as­Y .iSz0 *é¹tã=©{)eHõ‚‰ë缋6‰bãÑÔ½íÖRs©Øx¬±c;úÙþ@œM'xJq6yÓ’VýL?H+CJ­ñb±0<î÷ù•!u~![ogöÎÖ¶éÛ½mz€lºG"JÍ¥ƒ§”` ¨Mëä¾›‘@Øx×zHèóRcž^Ax«+>äWŠÙ…Ìj¹¤©‰Ú›fï¥LÓÌ=YÎ--æWòõòôƒt¡XÊÎg +rùìTçmQè\Èq¬r¹LDÅgeÇ©„Ω{> Á#„Ω™ùL½$3¿><¬M?‹?•³K¹ÚÌYìZ"6ûíùjv!S*—ê¨ô¬PÛÖ¶­°Í +…ÜãÅÜ“esÍœ½—z'# €°ðAKNë¢(1Æ¢ãQããÍ ‹K‹ú”&öI¢(éSz½|þaVŸÖÄã’àaÚ mùñrçmÖD/ÇSߥ‰èî½»Ññø[HôÏÑÌ aë‡Lôr´}?õ©›õ‹e°fY–½a‰¢”œÙ:ÌÌ¢>­×¶½ÙuÚ`Û=jbŸ$öIú”¶¸´ø®FàÀÿÅêiƒ±Æ^u¶mK²T»]¿AD–mùbxomÖŒ]M~›Ì=Ê¿™¿¥ßò@dYö&ççBçB¹G¹à© (JíûY«P“žKÍþ5•úkÊ+°›Sº:¤ì8öΰÍGÒ¶íw5’[‡˜(Š–iÉ2Yæö©4I”2?ÜoÌ+{xÁŽþ9¿–˜üzrç‹wqÎk³p6œÛ‹^Ž&¿M…Î…Òß§õi½«~ú|¾û÷îQþi>q=Q*ˆH>¶}ìk³ÇÆ‘Eñ$ÀÁÂiD€w)<Öft{ò7,mzû4âØÅ±É¯5Ó4É%cÍŒO$öÐxl<úÛÚjl<º£<ðy =—æœÛëVçk•‡gÓ™ÿ>ØàóùºêgüZÂ\3­Ñèùˆ6¥Ùë–³ÉoÍèv£Í·GrFŸ¿Ã‘8H˜Ù€Q/‘³?-ONÄ´iM=;ÌzXìËhñ¿‹µòè¥]›/Lù„|óÚä;ÜirFOÜHÌ~—ûÄøÕhþi¾Ã £—£Ú -óàþvIgý V¯\›/Lßg¾Ôd= r…M>ù—X§}h½GeP s—ŽŒN^ÀHì‡O^¾|‰Q€ÃÈÙp*ŽÕ¾N~¥lnTäÏ|’à•>¡Wê¸K¥ÿ1ÌuS=åÃ0"Ù…Ìä7ú¡ë6f¶à(ëeÄ9çŽCž^"NÔË9·ìJ6›©lX~9þáõ®ÍÂUL¶Þ›ÀIŸ Ö ËüµbÙ½½=ŒõwyÀ'÷z‚‚ç|="²ÂÀ‡‹1æ}]~>à§¶¶a a a ÚÃ¥àm™¿øpìz P8,ŽÌE涯Îû§öf¶àp‹ßÉb>w¯Òžcf a a vÀš-8X®e—‡ÅÀ2õH Øw¼Bϳ’kÕ¯³%•P06€°G“³vKgí–໋рýŒYU2²²kªƒ¾ÐÐ $êaôOäXNê‡ÅÕbÞñEI¸[eÔ‹BØW8hÓ ×ò Þ'פM\ upÑÎNÏnE‡„»ÿ19z)DÔëØý3Q•„@àæ\zöFLZK[ååÊó¼eä?>ç¾ÓðÀÁG+2¢"l¼Ž•’Qb’ˆ9V 釼z{hôÿ“§—zˆ Èä‘í²A¿æŠßjddÅSŠ>£+½¦~#!}*T~/!c}È1ôc0vnðç-„-8(®Å‚ ŽòŒ Žr§@Û+i: gÎ ï(¿2¤Î/dë{ïð7N>u²»üÓ¼×ã^Šxoþi“·y㹡 *éï3oîb{_.ÝšÖƒƒJpP¹5­Ó«)œ6CqD¾¬¦¿ÏÒ†I¿,’‘7MžÿÕ™}l—mnlôV<²aWEYDÜ ß¬ìÚ hÔü¹PqšLÇVœJéq&÷7=÷7­ô8ÃyµéôLí×úë÷¾9CÖtC"²^˜ù…»¹ï´üIó—–AÊú}•“O*Ęõ{çKF1Ÿÿ!™û›n– »tÆ%ce9÷Ÿzî?uce¹þÌÉ}§™Ï ù’¹ï´ÂÂÝʆÕaßZÒûí o!lÁ¡g—CŒr â}ÜÉóEr-Î-ÎMî,s^Ž©r Ê\Ã.‡:9«:r«\.QñYÙq*¡sÛ“ééB±”ÏV äòÙ;M–…åWŠÙ…Ìj¹¤©‰Zç¶©Sü©œ]ÊÕÎÜÅ®%b±ßž¯f2¥r‰^Ñûmmµ~j¯“ÝÑüÃLôr„ˆ¢—"óÓoF±Èå¨>­G/EÞÜEÝì·©Õ53·´˜[Z\]3fï¥ÚÅ‘Áúd“dm/Ê'"’O*æóâv:/ç+¶©ŒDÕ‹“µ|Ù¦3Ƴ|Å±Õ 1õB¬²a g$­¦r>ª~yÓ{Âo¬,vØ·V£ô~{È[[pè‰'3Ü%ÓÈU6 òøˆIœ;œ›œ[D^Ö#;vÞ|žá.‰'3^y+z9žú.MDwïÝŽÇ_O'Y}ZK‚‡i7´åÇËonžœÖEQbŒEÇ£Æ/Fç¶©£OÝû„­·äfY–½a‰¢”œÑ[¤¨Ýwg¯[¥² Qh$T*öúvÿ>“¸¡e¤Õ³»¼->ZÔ§4Q”DQÒ§ôÅ¥ÅöCq¤"åŠ7~-•|l†¿PåO…ò³B/1Û!¡‡—Ö9y¼òÉ v-Öa{Ò1Y:&Ïv>^êŸâÒ1™õô2Öë?¥:/ök0YñªÃy…y¼ÁÓáæSzNÅÙ°äÏ‚D$‘c.-aIDATt6,îlÍÛY¿”|C!&xëõ ·ß—õkÉ7b/óx}C!«aZ(84Ê<^ÖÓ+ »Ã¾µ¥÷Û+€ƒËËÀ¾N/ÈÂÉEîäõYÇ,I¾óx‰›ÄgðŒEêñ²ãºøÌØ…Ñä·ÉÜ£œñ‹‘ùÛkó=–mùb—k¡žŠ«Ÿ¿ëdÃ6uDq;&¦çR³M¥þšò ìæ”®)]5µÝÎÃyÇqü¾`cÉÍ듵Ûwÿ3¹öôí>¹hÛ’¼Õ=I–lÛn?GÍ©¨a¯Êæ¼ïó€ù,_íaåç†èa†+ɲÌ{„²Q^~œî¼=ß©áüÒ]Ñ6½¢\/¬lXÆJÎÙ°ÈÝßa œ‹ÏòÆOyÖÃ|C!鄟N±ÕæL£@œçþ¶=Uißà0ñMÇ+tz1a¾éx=[•½‚Ä7·Oô3Oï«(Ó[ŸçkÚ·F­Féýö >Ló‹™Gù£tD[°ÿ‰KP™ r§`>ûNE8¯0²¬ç6p— Êž³Ñ?Gãד_OîxþJ¢”ùá~côétÆ¢ƒ ;lÜçóÝ¿w—ˆòOó‰ë‰R±°‡¦¸Ë +?ÖëØëVh4aña&ü§]íØÅv0ˆé3ÉÐù0…Î…bÑ.iýZò ƒgÕåbI>&O©G Ö[*¯r—O^‹Å'Ö¯é]Dù¤bý¾}ò1pzÔ(æÊÎ<óò¿(öï[«‘|Caãé¢ùS¾VîÔËÿE-.¤Éå­ÖÈ·ÚP’}åÇî8¬Oô4 [Ï ¾Sê½4žåå?}Õp— Rœ“ï_ÕöñRâr~!EDòg7›Ýƒvë[ËQz¯½$­ƒñÉË—/ñÃÛ0íb9°ó<Âz,îz…“‹:x'âw²mî­ü^òzHꓬ&…Ω‘?E2 ‹¹Ç¯^Ó]¢cA #ÀûQwMZw¯f2“ß¾‹Üâ4"(a@s[Àõ á€xO­M*ýbÒ1ÅÚ¤Âs“ˆ eÃr8‰Ak“*=^ŒÀ{wTç´jpó '3Ä| 80Ò‰­‰+ï1Ÿý _ŠÕnQ'׎@؂÷< ¼§çž—<˜Ç€ƒ†Óˆ[[€°pp°@·»×F1ð!ÃÌÂÂì€5[°ï8ç…ÿ“2ÿ§À]Nn•W¹p\VÏÇ䀂Á„-€·ÊYù¥t9—Q¾èˆ¯×#1FDÌÚp2?Üâ£Èô}¡O"ÏDØ7.ñM‹ˆ±7ïd Ï=@Ø‚CìÖ—ª:èÓ¯GÆÍ•ʆåûL¶7ÉwÒ§ªåg…äWÃÒéháYIRc—#{ÞQÿ€ÿ·µÕ#0bGæ@> À¿i9k¹*w^e¯j=„ë•|£¬OÆ(À¾Âš-Ø_£gUÁCÔÃä2ydãƒ~Íç$imÙç $®kγÅèxÔø¹\.í(õøÑ™}ÂÈú˜Ô'H}‚W`^Áëõôözz{=ÔÛCä:Gì¹qÄ>„-€]ÿìåÔK^™þY&¯$¹†õ¼Àz¸õÂq~-$¢zZå&«lV:i3=—îð§çÒüÆÖ?àü9ú®ÞØvl¸³YÔtæ½q9¹äýTöJ>¯äŽ„ã>áx@<Ž…c¾=<^ÆšTÒÒsÝ>˜@Ø‚‹ü¯ƒ¥ŸWIð‘ ‘U&ÇìíaæzÅë!s½â¸Ì~ž œ” +Eõ´¢u´^>ý0sóßo¦fþp¼^ïü÷™Ã2øïq >œsNDL"ÌúüÞ>/óözX/#o/óö2ªV‰óÎ,—Ë‘Ký†½Å8 lÁû§„"ÙÿÊñ “Ì<ÿµ`¬W ¿;ɧvÉ"cƒ8“Ì ’ŽË^A0Ö gs÷÷¼üÓ¼×ã^Šxoþi¡ñ®Ô\:xJ ‚Ú´Nn}bƒnMëÁA%8¨Üj(ß1—SûµþßVóUÉi=ýüišoÞešfüj<úÁ+WãŽãtµ£7÷ØtC"* Ã#á~Ÿ_Rç²{¨Ù;)eHõ‚µ¹™vi=zó3ÊÚïó‡/„Í5³«¾tÞr©°îµ\/ï8 Uˆ;UîT]§ê:ÔÃ;_¹Z,¢Wc©;ÉÐHh÷ñ9­öûügÎ —Ÿ•³KÙ3g_ ׫çOÿ€¿é“¶ÀŸ~V†”ÆgKWÍnÿQÜÛz¬×5þ*Sîh¿Mµ¦2 lÁ‡Eå@(¢Oi|“›Jéè¥1ïq_É´+¶Uú;U\ œRˆX캶kƒó3ÑË"Š^ŠÌ?|í£Ç¯%¶ÃÜ+ñ‰xäâX¡X(­DQÔo'ßfGmÄ®%b±ßž¯f2¥r©ÛJÝK•ž²ó™ÂJÁ¶­öi3zù•bv!³Z.©Cjâ†ÖUß0fq¾Ye=<à5%2iè¾ÈS¥\ýG…ªU^­RµúæCÙJîI~òº–yTvŸ§ùì÷™Õritd4r9š{œÏ<Ȭ–KêéP}¸Z=i‰¨øS9»”{óé°Ùšôƒt¡Xª=ÖäòÙ;ÍÛoS­é£ [ðÁQ/Ää¡áøíLú‰:­È‚×(—‘å·‡6'&ùÿ Ç®î~RÆ^·Je£6© •ʆ½nÕïÕ§4±Oû$}J[\Z¬.>ZÔ§4Q”DQÒ§ôzùž ž (ƒÊì·³;Ê—-*Œ1æaÚµDa%¿OãÉz˜eYö†%ŠRrFïv 2 ‹ú´.—»¹ÛÛg›ÑKNë¢(1Æ¢ãQã£ó¾\ÒâÜZ·Lˤj…Ü ñJµbòX|³Â9çœSín§çãWãÚ”æóù:Ÿ™Yñ¸Ä‹^ŽpΓ3zýWãg£ý“–ˆô©›bŸðf:löUàÎêÓZí±ÖnhË—›¶ß¦ZÓG¶àƒÌ[šŒÞ^´6¹Ïç«8ïÊk¦äa¦+IÇdμ¥_-}&Ù»ÛÙœôÃyÇqü¾`ÿ€ßï :Ž“~8_¿W’¥ú Û¶·b‡m7-7¯MæW ågåÆBã¹¹ñ‚ý~ hÛûõ·ô\ªøßÅÐHøÌY5¿²u~°v°~V¨Í@5Èîé¶õè ¯ÞªcõOMûö¾0ÆÈ¥ŠÃ9çTå•ØÎ¦Å¹Ã_×ùÌVrF×®'÷ǧÕpµzÒ‘(6Œ:l¶Æ²­3_ מÁA¥Uûmªµo:‡ëlÁAËĘåpɧÐF…Ù°vB>«RË>Êž …Ωí&*\¾¸°XXù±þ>a¯[¡ÑðäµëaDd™–< ×nˆ¢øêMElZN=Ä9¯½c9N·4wo'¯\/?ÚžŠˆNÄñÔwªàœM'X¿8þžwÔbCŸÏwÿÞ]"Ê?Í'®'JŽþ´ö%ÛݵV£×BÓ¾½G½ŒñM‡sr¨J›Îö$VcÀêé4CŒ^ú„Èxôî¤zZÝÃø¼é-7oO¥Ì÷[å¶n«f¶ààŸŠk;ÿEQÏ*±¯"‘±QA’‰H>!çVòíçrrÁ@°ñ-A<.?÷ååj¿j3º½aÙ–6£‡Ï‡k…á‘amZ·m˶-mZ l•>¤çÒœs{Ýj\Œ"BÓõï;ÈòØÅ1mjûLç\ðìuKkX|¶çµÚ0~-a®™mƪý@žhSš½n9›üÖ«3}­:ÓjôZÙµoLðz‰ˆÜ*wœÊf¥Ê«[?nµênÝèªAõ´š™K'®kÙ¥ìÆçMMŸ´ïÊØÅ±É¯5Ó4É%cÍŒO$Þ¦Z+ëñ[Ý„-8Åb™‰²o(”ûÉ(op&ùا21oÙ0Êe#v9Â9Ï>ɵi!ý}fìâØÎ÷‰K‘ô«k1(ƒJè\X=;,—'¯Æj…±‰˜< ‡Î‡CçÃò€/6±µ2,9£çWòþ@pt,¢ž¬7û*:<îä}"z)bý}{ÅXr&yëölÿIÿèX$ðÇÁ†ò=î¨Õ†¡Óê•«ñþ“þÙ;©Ôd·OGÇÂÊRd­:ÓjôZÙµoŒy˜Wª›¼ºY!—È­]v‹“ˉoݨnV»:A8È|ŸÖo'ÓsénÇçMMŸ´ïJôRD=«^÷ŸôÇ'⣵OPîµ¼O^¾|‰Q€·aþºûÊÙr¹œ~¸(ôyÛ"—+CêèùPöq>ÿ4ÏzXí|ÙÝÛ:Þñ“Ó4eƨÕ|›³I¾€*4[¾ßðÕL{]ÈL~søÞ,°f B ˆp²œÊèõÉÜã|þYaô|¨T.Õ–jå‹©KFàÝ“e™K»<µj ã¶àÐ Ôn(CJæQ.:¡Õn‘:¨`|`Ÿ KÂ|tËÜKbà#‡sˆ,@Ø@Ø„-„-„-h—~€#ßÊpd™+¤ lÁÛ’?óaà½p6œŠcÕWg82pa a ¶¶Ž|Ž.—ˆ±eœs"bxñ„-€·LZ½‚Wìß [Ö†Å9GÞ€ƒÓˆp”qÎí »ñÇÙtz=^¯Ç[›â:¤º½vk¹\>sVÅ_¶ö»ó§ºY¡"bo™·QvÑo''¯k¸â+À{it8Ò1‹ˆ½±l«ºY55+ÿ¨xK{UµÔrˆ²‹ñ‹:­Ö© a ਺UÆYe³òæ]¢(Š¢È]NnG/„‡=ðMŽ×{€÷§àˆëíémüáœå²¹nzï[®‘ßžñrI›Ò‚`pPIÍ¥gÂR÷RÊê×µúYËþÿüÃŒ2¤öûüá asͬ•‹…á‘p¿Ï¯ ©ó Ùz#³w¶I?H× ›¶`šfüj<úÁ+WãŽãÔûÙ?à¯ýÔoï­“€°@õ Ä9¯òj•W+›•Ò³Âò“eË4 ÏJåÿ)¿Åb™Ó;X&?ûmÊ^·rOò¹G¹B±P/O?HŠ¥ì|¦°R —ÏÞIÕïʯ³ ™ÕrIR7´ZaìZ"6ûíùjv!S*—êI¨ô¬PkĶ­ö-Ä'â‘‹c…b¡´REQ¿¤†“žµŸúí½uºõÉË—/1 p9NűZ'-Ήy=Þª[%"ÇqrsÕT½Ÿz+•Joo/ëaÔC¡³ê›‹ºvhµf«¾øI9­f¤eY&"sÍ<®•Ÿ9;|în­ÜÙpBçG +ùÚ†¥bA興s<¥¬>/‘2¤F¿Œ¡ŠâöJ2å´š™KËòŽ.5m¡ßäê9µ°R ××iíX³Õm'Þ£ìBfòýÐuçðàhªMXUÝ*çÜÙp*ÿ¨ˆ}¢Q1*¯ôöö’K•T¤O½¶Ö~Í–mÛòñ­0$ÉÛ9ɲ­3_ 7ݤbˆˆ±íE¦çR³M¥þšò ìæ”®)µÆÛlß‚ñÜÐoëåŸ ¾ÙéŒ]·„-€WÜ­3‰«ÆªišÔC¬‡ù}þÚ,ÑêóUgÓy'ûEÑ\7k“C–¹=Ù&‰Ræ‡ûÓTíù|¾û÷îQþi>q=Q*ˆH>&Z¦µcf«•èD,1O}§ ÁÙt‚e×Mºí$t k¶àÈâ.'—³Ú¿+{ˆs.}êõô A„` (x„w²£ðÈð­iÝÞpì G›Ù>Ç1vqlòkÍ4MrÉX3ã‰öíį%Ì5³vÅŠºÑómJ³×-g“ßšÙå ç\ðìuK»Þ|•• ¦iÐ-ÌlÀÑÎ[Ä]’OÈä’±fP#—8m'°íX¶µã¬bl"¦OëêY•õ°èŸ#Åÿ.ÖÊ£—"DteZÏt‡ŽÇS#)QÏñ¤#‰ÈŒ™Ö€Uù©²\Y–ɰ‡«u žJvóˆ™:9ÊÛUÛ4MÓ4ÇNõç**þ›¸Rª¼Tnû$ ¢Ä¿'²dMÃ$¢ñ±ñ½Ð¤ù…ù½Ó€ñ*)zj&ùVBD„½ºlšÄLÎc‡ˆâ¿1ÇvÙñßXÌŒwpÌ/̇ḩÉó“¦aN_œÞ­ÝzSö§ KµÎ‘¨ ³?:èIÇqìh”ãG‡ä#ª>’a-†jý`î.½‰˜ "û½wš:þ.êt8@½뭻Ss¬Ã¦¬³ó¨lI¥,"–µòòNôuË©y¤Ú |8 »Ëí¿ß&¢Ù¿Ìž=sÖŒ™ö#{îê\xUø+"šÿû<¾;JDéS鱓c¦a:®³xgqáÖB8M8ñÜ—s™Ó£ïŽ6žùë\æLFa?² ßâV|ôÔ¨ˆû={uÖþ¥ñ1vj,û‡,I)Ë÷Ë…/ J©Ž Ÿ oÚžŽý"¢ôÉtúdÚ4LOz ·o-nåU=|uí«¶gÎ?·•—„“µ>ÞHk¼c[ œêýJühœÈ,üw9Ê3–¥;.9ŽçÔÈ´¸ºZ•J¢Z?ÈÕzâÍÄäÅÉä[É©?MM]œ ÷­ÑôèíÅÛáƒFøžËþ!»xsqò»Éìï²a/Ü\hÎ'~$ž½Uõõ!~4ž½M¼™È]Êå/åKß—²ç?N]œš¼0ÙøBÉœÈ}œ+~StjNáZ¡­Ÿ¼8Yú¾DDƒñÁmiÏõo¯ËšÌ~ g»\Y.|YÀÆ…¬Í_ð%½_þŠa¦an¼@x@)9œôjŽýÐv9+«ö¶¼-àeÇÖ_íökÖ(zˆ½šçJ©”bÖõ×°Òöº®Õº‚#lš&G˜r]×{ìá"_{¼Zï:¶.¥ô]¿ùw}DDZãhìYZßéŒèÏXKwèw¯àÕûÉ«XûIc¦|¯„uÐ×’'R¨ÖöÄ:bë€XÄ:bë€XÄ: Öë€X€½CÛ¹E¤¥”RïûJIÓ™‰5fw²!¨Ö_ˆ Èu·.Ic3¬ÁÁøudЈ‚Ù57¿~>o|¦ç{˜»Z8w>Ûc‚sïgç®¶¥y;oÓÞm½ƒ•û•ä‰d[×¶½§{gÕíúμ+mèëõÿÒc]J)¥´ŽÆX¬±ªKǵí¶ãÚ².¥R* Ë0™ÙvYWHê]¡”*ü­ðÉÿÉõ˜æ“K¹Â—¥Ô¾ìÝÖ;˜ÿ|föÊ̯«+-|÷qg÷Y×^b¬‡Eº"ñf“^õ;,É9"„±—€¤”)¢(×uvf+†ÿúqÏ{¦foqâÅ;¥¡ÄeY=¦±,kèÍxéûRõ¹GVl[¶Ò»ÞlUý¹:<œ ‡áþìU;9’êýx‡mºèÖÎ6'nnñÁÄÐè©ñÙÏf·÷›÷‹ïK[Y¥Ï½÷¦—8¤íÔœÁ£ƒDTù©ÂÌBÖˆ4&tÒ‰|? &&V*`¥”ª+ff&·&˜x©ÝîÇR«¹ç½Œ]°tw1}*½édéwGï–:N¹—ß[ì]ï®×+uõâï›Ò½rêD²÷ã^KϲèÖ‰ÃM¯”²m{áÆ|êdzñæ¼a˜{eëïÞ*ÝoÕº”ÒŒ™Ddÿ²Âktfu]ÓI#f]è:ë:G™YDGX)E‘¬ïòP»mÛ“&‡Cƒ‰¡s&›H·Õ¥¥òè©ñ7âƒÉ©ë7¿(w)7”NÎ]+´¾vîê\òDj014ýQ.üÖŸIÙ«vøÛ…› m…F·öÑõïŠÉ©7âƒãgÆ›shm^[ù¼qÑD´üãJòßÍi:w‡(ño‰åÊòó­ÒŽË}ãØàõïŠÉ‘ÔñÁ·OŽVîWn.¼ýÎZwl{K/ºû{ÝÖ»nsÛØÁü­3ïö½¤ÛÌ['^úŸRx²;oÙ€>½œN '?½œ§€¶eM¶.úcƒs× Co%‡C¹§ѱý!fŽÇãŸ\ÊeÎdf>›í½¸n;XãûÐÕäp²ðM±ÃܽûÛÜljï÷WçíØe†ÝvÅÂ×…Ž]º­ÌnÛ·[hìr¬‡]5 Ó~`3ëÌÌZ‡/ LÌ3“Î:1 ¬‘ª{¬‘ªû»;†;yq2ó»³å¥òò½²aùÏfzO?ñáôÄʼn_\Y¸QlæÂìŸç܇Îâ÷¥Å[‹å¥rsâÂ×…òÒòÂõbù^™5ûù¥N¤–þQ&"×ur—òa÷—þQN¤z·§toiáFq¥²œ:‘šþ8·±‚þuu¥YJw\4Éš¯G{w‡ˆLÓ”µçùÄí¶\"*Ý--|S\©,Ë|]¼S*~]\©,§FÒÍîôzù†îoìu[ïzÌmӶμã”3_Pù~%Žät{ÜeËÎþyneÕ^¼9¿xs~eµ:{u›ÖäÓ‹.ß+/Þ™_üþ¶½j·.¢ãÄm2gÇJk{{·ÅuÛÁÂ^d>Èæ/糿ÏlÜ”=ºß¹ÍkMíýþê¨ã {lߥTn.nÜ+º­ÌnÛ·chì~¬;Ò3,ûM䳯Íç}" | | HD¤ˆs8,£³ M'™uç±·‹±~ûÖíáá$3s„sNoz oÖØq·æ†9s%>9kþ“K9#&Œ˜È·îõïò—sÆaSD8÷qîöÛD”I–—*D4ÿ÷Ef^¸µHDå¥Jøý±G{f.ç Ãdæìùlõçjïvv\4©@mÚ-®èXÃv[.Í\™5›Ìœý £”š¹’oþXý©ºùË·Ðý¶Þõ˜Û‹,õ˜ysnK•JüˆÅîñ¸[׿oÍç/å Ã4 3)?s~[ÖdÛ¢ó—rFÌ4bfþR®u'ncÄÌæ·Én‹ë¶ƒ]ÿ¦8ýq®øu!õNç´íÑýŽmn6µ÷û«£Ž3ì±}ó—>é8zÜmevÛ¾Cc—ÇÖ•Rº¦‡XÓ×—("ö‰t(ð‰tÕØÀªÑ€8¬ˆ%„¡”­”bæ]‰õêÕügùÊOUµµ“s ׿fÿ27÷—¹¨àO.åÃ}Åu]ëpã0i­5:®óöÿm›Cr8™»”¿!Î|–Ÿ»Z8{fl¹²<óY¾w{ÄÚžÄÌ›~Åé¸h"2 ÃyìY‡ÍÝ!"ÇqD—ý°ÛrÛÚß­;[|y·î·õ®ÇÜztp«5M÷™·”oë#ÝwëšëºÍ}É´L×u·eM¶-ºÛ":NÜÆ­9BˆÞ‹ë¶ƒ}ñ·BæÌxüx¼ëÌ»w¿ãóͦö~uÔq†=¶o·Ã [Ù^­Û·chìrµ.ëŠ5ò•¿žÇRQ@( ”ÑzÙ®‚°Š' ³ "‰Y—»7“½81>6^¾Wúuue¹Rnýln€Öoëñxü««_,ß/òqnú£éfšØCf޽~†i˜å{?4¿È‡ÈÌÖ€¹xg‘™S#)¨Ò÷%눾E»¶çu\4 ¬üc©wwˆ¨òÏÊPbh—»3/oë]¹=wŸ©©/r¼Ô0Œæ¾äØŽaÛÒ¼¶E÷^Dïv¯/4ÛmqÝv°…ïŠó·nºÿõ@îw|¾ÙÔÞï¯ÎŸÐfø»â3m¯n¡±Ë±î>G„R³T°–ìÔ5Ü}åûA#ý×¾Ùé¤üÝŠu¥”ˆÁÂ}èä>Zÿ*”x3Q¸VPJ¹ÖìɧíU»õ¸ ŸýôrÞ­I·&s-ß4ÏþîìÔŸr¶mS@ÕU{òbc·Nޤò—óc§ÇˆhìôXîr®YukϦ„­‡Ëº-:5’^¼SêÝ"Z¼s;ý\§ßu[îKzy[¯Ûz×cnm|ŽV=fÎMÖ•ýÀN$=÷0~j4w9ﺎë:¹Ë¹ñSã/Þ¼‹Î]É»5Ç­9¹+ùñÓãmu[Çv*¥ªÕê§—óÅÅé§z¯n;˜a˜ 7®ßX˜»Zè¸){tc›ÛšÚãýÕQÇ•°Å]±uÏé±2;nߎ¡±Ëƒ0ô/D=él<ÌB¤”F0ká˜L8Ú¾¶[„q®én@¤Q4uû%¥vÛ9à?rg®Ì|zåÓs'˜‘ýCvqí\æ™+ùé§gÿ:gÄŒÉ ÙÒÝÆóé‘Ô¹ “ö#;~4>÷yãxæÄʼnüå|êkœ}?³ô?‚1ûû ;?i?²­#Ö'kïÔ‰äìÎŽ¿;JDãïŽ~ú?mV=ÝÚ³©‰ÿÈŽŽ«º ûØmÑé“©ü•¼mÛáÉÝ»cÛör¥úÅŸS›îÇWi·ånõËÓ3¾¼­×m½ë6·ÞÜ®¦–—ÊÉ·á;¯Ûã^]»8‘¿2“>=NDé“鉋ÙoÞÆE'‡“é“ã*Pc§Æ¦.Ltkë¦gf눙<‘*ÝYlÂtÝß:í`kCóbþ»âø{"5qa¢mSöèþÆ6·5µÇû«£Ž+á9öä+³óöíÏä•ðKÁ¦‡·Î~hƇ× ƒ›4"bnýY; æ©•€**Ìp}ÑJu¥9ÚïªÕjöÂDùni϶pîj¡òÏòWÝ¿ÿž;ŸMü{râ|¶×ÿ¦½Û±æ.嬣ñ0º=Þam‹~ãØ`±…]lgïBmc›÷BS{¯ÌmðûÇK8æ5öë~ë¬)ÒÔSe{ШÍ×Jõp‚ #é¯õ}šz%/kÒuü•™ÑwR{¹©²½Sï«k…>Íô­ônÇ:XºWn9…±óãöL‹ÞÅv¾Ô~í§ÐØþA]Ó•’¤± kÄDQ^!M÷”  JÄëcqaO2Ê‘r¤EûOÏ9ÒÓûÿ²ŽÆ€•>VŠÒ臘>œ&8ðZ‹¯nw±IÛ;ñÞYÕ*4¶FJIÄáÆ`Ø!)R¶ëÚ^]') Òˆ‰tÍ1Űª/ÙHÕI!kÒ:·U) æ lefûëaf–u%XÖ8mÑ~dGåuc eI 媺¯±FÌÄ"NÄJ–ª?ÛjŒÃ0“Fªîs$ŠíðL^J¬û „`–uŸ]ƒ+«¶W_Ž Â /üBRÒ–uÛqI‘EqDȺbfUWþ¿”al!€]Žu"ŠFM·& àµ?‰ÔŽ£ˆtOºD.iᨺ"b"ÓóÓŒ*¥˜…¬9BXö£]G©ðÌ^Ê5aD„}ßSJ nÜÍND¢*P*`¢ð_x9AÄŠÂûá5FÕ™u¥”ïcT`ÏÄ:E£Q)Ž„ÑÌDd¾nzžGZËå‰H#UWz4Ú¸;)f–5G׉qwS€½ë""( Y— ëñ’eï‰/„ˆ ^kEäÿ‹ abÛì¡X'"‹†O«rÖÈ4MYWÔ¸ŸFTg]g]×uf&M'"ÒØó¼è!PªìµXg‰u¥kñtŽ |]#Öôð~I¾òEL謯_ôç5Œªì½X'"á°cÄL§&ÃvÖHÕ¥)LÖÂ?.%Ïót ¥:À^õp ])Õ<þ©Gžº×j¹2gx sÕöl¬‘àõO‡ÁnÄ„SóˆHÖÕúxK@(ý5Ú­Û! Ö·V°3SË$ýÀ'¥”J)Ozk·ÚP*PÞŸYÇ&xÚ-$P¤)%•bý';Þ鬑_÷Ã[&1ã/Kö|¬sxÉF"(3&ˆt(!LfÞâN¹ª1ÈŽƒ¥ýP­³"Õ1ùékƒçÍû’F®1Ö^È«;° Öˆò‰Hc}íj½J)?ð=é­ØN¤ãÔF€¾¨ÖCÁS·3URJQ@Õ…S`ú'Ö5VJ:="Òõð0©.ߓޔžÿD™®Ð'±®”\þqۆŽ*åG¢áß%yÒó‰ìG¶¬ËD"Mð"^Ý™ÅT«v45ÍèSm¯|(]£hÌ´]§õP`ïVë"Âö[¼.T@‚Yo†{ ( ð*…§BÀÞ¯Ö¥ô˜ÙÑÄ› £Ëð6îHMþ¿”ãÚñ#΄èX÷ꊘ•R²&ýÀoû­þ‹˜a»¶@ĺ‹Êšl½^c›õ³×`ïǺã:Ö€)",bB×:\Ï+*¢RJl€´CƒÙ¦a:®CK鉘žãÕ=U—Þß­¹ŽëÄZØýë‰DBØÂuò/Õõsò_×tkÀH¼·#Öú$Ö•RÑhT×YÄÌüÎê1³ ”çùÓ'-ÃàCºR ÷ÐxA;4¶N)åû¾¢@eÎŒYG,¯®Œ˜‘ùí¸`ö¥”žÀ}P­“FÍ;Y¦e˜é@…w:ef]gf=¼o5ôA¬333«€…"( Hq÷káŽÐ?ÕzîS„p¯ €—çU¬Ä: Ö±ˆuÄ: Ö±ˆu@¬ Ö±ˆu@¬b±ˆu@¬bëˆu@¬bë€X@¬bë€XÄ:bë€XÄ: Öë€XÄ: Öë€XÄ: Ö±€XÄ: Ö±ˆuÄ: Ö±ˆu@¬ Ö±ˆu@¬b±ˆu@¬bëˆu@¬bë€X@¬bë€XÄ:bë€XÄ:bë€XÄ: Ö" «úBT˜¶ïË÷KÖ±8ªu€}’é•.£Z€ýÉ“ÎAëò3e:ªuèKo< ÿ?‡W à ¢ò½vØË±uO:oüuuå€|zýºº²p£HDcg2›NŸ<‘Bµýç€dús÷±ýW⧈u@µŽjÕ:ªuTë¨Öv£Z×”Ôl—*.U¤f“¦öGOñçHpàªu©9Uµ¸"Ë®gûJ‘Îl²E2®¥™}ÝSÄ:ô_µþ"É^¥RéÑ\õ¡MJ5SPä[áŠux1›ˆk©þí)bPµ^ Šóöœt3‘`""R¤1Q@½jŸäÆO$8Ó§=ÅØ:ô_µþœuzPš·çTM‰q„X#&Šqˆ‰X#f1R55ÿp®”ú´§ˆu8Õº"Yª”T,ˆ´µÄikbÔÌé j<É‚”T¥ZA‘ì=O{Õ>÷~vðøÐàñ¡sïg««vÇD®®ÚCÃÉÂ×TëÛVÃVUÉ~\e&]#ÖþiJp4ý›‰³ÇæL-¡á“ÄLöãjUõ*Øí‡ÎøÙÌð‰dùn©|·4|"™9›±¶_`²R©d~ŸÉœË~Ý™žblDµ^­—) (›L¢õy]c&H›Â*­ÎUêóÄJ’T­—<Öm†³ÿ5›ù]¦ÖÙ²²®æþkvæó™æ4KK剧ç>ŸNîXOëÐÕú³æ"éø6¥Ì‰ÄÀ맨ëU¤ˆÈŒÄÇçÍG‰²3§4›™œ'¶ŠÉ¶¦òR9÷Ç©Ög2§ÇÒ¿oþ¸ø})9_üºÇw¬§ˆu8Õº"_Š4bM˜l†9¾q*Ö8u$kEâÅÕi¢ª ” |Ö:Ǻ¬IaF[Ÿ¯Gem}8~òÂäW¿xîL'Œ­ÀÁ©ÖŸù5‘®5ªY&¦õ­X)§*—H“úfE¯B:ÞSAÿرõÏ€™+ùÜGÓ•û•í)ªu8Õ:kQ¡ ‡§^-?Zlý•‰G#?+ud¥ô¨àP™ùô„ Ö¢Ýæ™<‘,Þ\˜º8Ñ|¦xs!Ù2†>vfLÄDæ|ö‹ÏgR#©é)bú²ZÖ¼cbóµ!G«Ú´àʳ¦± H§¬±T —ÝRUÎSĉ«@÷?4Äíåüº©ÿ=1þÛŒˆðø»ãD4ÿ÷ùâ·Åùÿ.¶N“I¯²&rOÛžaà TëD 11‰  a SD;Ê)=(ÚÁíhŒ˜£¬E}" 8î1C˲ŠßJ÷ÊÉ‘Tr$UºW.~S°,«m²Ä[‰â7…üg3…k;tÞ:ªuØÿÕ:Å#Cƒœ²Ÿ”L6“Yc]c[Vìz™#Ò O‰ <xîoSñÈÐ&óŒÇ‹+lšÈñx|y©¼c=E¬À¨Ö‰8õz¶ø°Z­Û Ž Íd…F’#f’¦SàI/PUisÝLYYê>Óû`æv]Õ: ZïÅ`kÌÌ/8ù¥ œˆ)+’ˆFLS0)R^àÙõj¥¶Ìž5v8g°µÁjà…"Պij‡gJN¡b—ª‡VLa Í$"xŽ´Õ²´tÚÊ 6û·§ˆu8(ÕzH°™><¯V½²í,Ûd“°x<MZ"ÎÌ}ÝSÄ: j])¥êÊó}V"N)‹’*ð‰ˆ5‰é ;¾£bÁQfÞõ€Dµ¨Ö7†µaPë•aš‰ÈĤÑ)ØQ­ªõ-$»Æ¤…ç¸ð¾ì)þ ú¯ZGOë€jý ô±¨ÖQ­ ZGµ°5ìÁùÿY½b•ï•°¯À^&yÒ9h_¸Q$¢±3™Óè‘héûÛSå'8@Y¾_ªüsë¡c¦7OÃÇ Ó÷C¦Ç7.#Œjúƒu,n‹c=tËt3f ÖöK¦X"Ò¸;6aú>Ó‰háf±°O2‡Lö[¦7™"ÖöC¦ã)À>Êt2ØO™N8d °Ÿ2‡Lö[¦ã)À¾Êt!0¶°·™†µâ†!"¢ÛÍL§æ…y`@µ°¯ü¾È±ÅnÚœPIEND®B`‚caja-actions-1.27.0/docs/help/dz/000077500000000000000000000000001433352025300164325ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/dz/dz.po000066400000000000000000004452501433352025300174210ustar00rootroot00000000000000# # Translators: # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Dzongkha (https://www.transifex.com/mate/teams/13566/dz/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: dz\n" "Plural-Forms: nplurals=1; plural=0;\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "ནའུ་ཊི་ལཱསིà¼" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "སྒོ་སྒྲིག་ཚུà¼" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "སྣོད་འཛིན་ཚུ" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "བརྡ་འཚོལà¼" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "མà½à½´à½“་མོང་à¼" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "ཞུན་དག་རà¾à¾±à½–སà¼" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "དགའ་གདམ་ཚུà¼" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "བདེན་པ་ " #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "ཚད་འཛིནà¼" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "སོར་ལྡེà¼" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "བརྡ་བཀོདà¼" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "སྤྱིར་བà½à½„་" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "ཊར་མི་ནཱལ་à¼" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "གོམས་འདྲིས་ཚུད་པའིà¼" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "འགྲེལ་བཤདà¼" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "ཡིག་སྣོདà¼" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "སྲུངསà¼" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "རིམ་ལུགས་" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "བལྟ་ནི་དང་འཚོར་སྣང་" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "བཀོད་ལམà¼" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "ཨེགསི་ " #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "བà½à½¼à½“་གà½à½„་à¼" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "མà½à½¼à½„་སྣང་à¼" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "ལག་ཆས་ཕྲ་རིང་ཚུà¼" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "རྒྱུ་དངོས་ཚུà¼" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "ངོས་དཔརà¼" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "འགྲུལ་ལམà¼" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "འགྲུལ་ལམà¼" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "བྱ་བà¼" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "དྲན་à½à½¼à¼" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "འགྲེལ་ལམà¼" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/el/000077500000000000000000000000001433352025300164155ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/el/el.po000066400000000000000000004541571433352025300173750ustar00rootroot00000000000000# # Translators: # alexandros_ , 2021 # gapan , 2021 # 437c9d6e19936ed69f57bed9e0fe4716, 2021 # TheDimitris15, 2021 # Martin Wimpress , 2021 # Alexandros Kapetanios , 2021 # kosmmart , 2021 # thunk , 2021 # Stefano Karapetsas , 2021 # Wolfgang Ulbrich , 2021 # Efstathios Iosifidis , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Efstathios Iosifidis , 2021\n" "Language-Team: Greek (https://www.transifex.com/mate/teams/13566/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "2011" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "ΈÏγο τεκμηÏίωσης GNOME" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "ΈÏγο ΤεκμηÏίωσης MATE" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "ΠÏοτεινόμενη συντόμευση" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Εισαγωγή" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr ";" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "ΠαÏάθυÏα" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Φάκελοι" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "ΠεÏιήγηση" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Κοινά" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "ΕπεξεÏγασία" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "ΠÏοτιμήσεις" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "ΟΚ" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "<" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr ">" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "true" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Εντολή" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "Κατάλογος εÏγασίας" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Κανονική" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "ΤεÏματικό" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Ενσωματωμένο" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "Εκτέλεση ως χÏήστης" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "ΠεÏιγÏαφή" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "ΑÏχείο" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "Îέο Î¼ÎµÎ½Î¿Ï Caja" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "Îέο Ï€Ïοφίλ" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Αποθήκευση" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "ΣÏστημα" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "ΜοÏφή εμφάνισης" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "ΓÏαμμή εντολών" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "ΔιαγÏαφή" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "ΠÏοβολή" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "ΓÏαμμές εÏγαλείων" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Ιδιότητες" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Εικονίδιο" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "ΔιαδÏομή" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "ΔΙΑΔΡΟΜΗ" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "ΕνέÏγεια" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Σημειώσεις" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Εισαγωγή" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "Για να ξεκινήσετε" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "σÏνδεσμος" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Αυτή η τεκμηÏίωση είναι μέÏος της συλλογής τεκμηÏίωσης του MATE όπως " "διανέμεται υπό τους ÏŒÏους του GFDL. Εάν επιθυμείτε να διανείμετε αυτή την " "τεκμηÏίωση ξεχωÏιστά από την συλλογή, μποÏείτε να το κάνετε εάν η τεκμηÏίωση" " συνοδεÏεται από αντίγÏαφο της άδειας (GFDL) όπως πεÏιγÏάφεται στον τομέα 6 " "της άδειας." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "Πολλά από τα ονόματα που χÏησιμοποιοÏνται από εταιÏίες για να ξεχωÏίσουν τα " "Ï€Ïοϊόντα και τις υπηÏεσίες είναι σήματα κατατεθέν. Όπου αυτά τα ονόματα " "εμφανίζονται στην τεκμηÏίωση MATE, και τα μέλη της ομάδας τεκμηÏίωσης MATE " "έχουν γνώση αυτών, τότε αυτά αναγÏάφονται με κεφαλαίους χαÏακτήÏες ή με " "αÏχικοÏÏ‚ κεφαλαίους χαÏακτήÏες." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "Η ΤΕΚΜΗΡΙΩΣΗ ΑΥΤΗ ΠΑΡΕΧΕΤΑΙ \"ΩΣ ΕΧΕΙ\", ΧΩΡΙΣ ΚΑΜΙΑ ΕΓΓΥΗΣΗ ΟΤΙ ΜΠΟΡΕΙ ÎΑ " "ΕΞΥΠΗΡΕΤΗΣΕΙ ΚΑΠΟΙΟ ΣΚΟΠΟ Η ΟΤΙ ΕΙÎΑΙ ΧΩΡΙΣ ΣΦΑΛΜΑ. ΟΛΟΚΛΗΡΗ Η ΕΥΘΥÎΗ ΓΙΑ " "ΤΗΠΠΟΙΟΤΗΤΑ, ΑΚΡΙΒΕΙΑ ΚΑΙ ΛΕΙΤΟΥΡΓΙΚΟΤΗΤΑ ΤΗΣ ΤΕΚΜΗΡΙΩΣΗΣ Ή ΠΑΡΑΛΛΑΓΩΠ" "ΑΥΤΗΣ ΑÎΗΚΕΙ ΣΕ ΕΣΑΣ. ΕΑΠΗ ΤΕΚΜΗΡΙΩΣΗ ΑΥΤΗ Ή ΠΑΡΑΛΛΑΓΗ ΑΥΤΗΣ ΕΙÎΑΙ ΛΑΘΟΣ " "ΚΑΤΑ ΚΑΠΟΙΟ ΤΡΟΠΟ ΕΣΕΙΣ ΑÎΑΛΑΜΒΑÎΕΤΕ ΤΗΠΕΥΘΥÎΗ ΤΗΣ ΔΙΟΡΘΩΣΗΣ. Η ΑΠΑΛΛΑΓΗ " "ΕΥΘΥÎΗΣ ΠΟΥ ΣΥÎΟΔΕΥΕΙ ΑΥΤΗ ΤΗΠΤΕΚΜΗΡΙΩΣΗ ΕΙÎΑΙ ΑÎΑΠΟΣΠΑΣΤΟ ΚΟΜΜΑΤΙ ΑΥΤΗΣ. " "ΚΑΜΙΑ ΧΡΗΣΗ ΤΗΣ ΤΕΚΜΗΡΙΩΣΗΣ Ή ΠΑΡΑΛΛΑΓΩΠΑΥΤΗΣ ΔΕΠΕΠΙΤΡΕΠΕΤΑΙ ΠΑΡΑ ΜΟÎΟ ΕΑÎ" " ΣΥÎΟΔΕΥΕΤΑΙ ΑΠΟ ΤΗΠΑΠΑΛΛΑΓΗ ΕΥΘΥÎΗΣ." #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "ΣΕ ΚΑΜΙΑ ΠΕΡΙΠΤΩΣΗ ΚΑΙ ΥΠΟ ΚΑΜΙΑ ÎΟΜΙΚΗ ΣΥÎΘΗΚΗ, ΕΙΤΕ ΜΕΣΩ ΣΥΜΒΟΛΑΙΩΠΉ " "ΑΛΛΙΩΣ, ΔΕΠΕΥΘΥÎΟÎΤΑΙ Ο ΣΥΓΓΡΑΦΕΑΣ, Ο ΔΙΑÎΟΜΕΑΣ, Η ΑΛΛΟΣ ΣΥÎΥΠΕΥΘΥÎΟΣ ΓΙΑ " "ΤΗΠΣΥΓΓΡΑΦΗ ΤΗΣ ΤΕΚΜΗΡΙΩΣΗΣ, ΓΙΑ ΕΜΜΕΣΕΣ Η ΑΜΕΣΕΣ, ΤΥΧΑΙΕΣ Ή ΜΗ ΖΗΜΙΕΣ " "ΠΑÎΤΩΣ ΦΥΣΕΩΣ ΠΟΥ ΠΡΟΕΡΧΟÎΤΑΙ ΑΠΟ ΤΗΠΧΡΗΣΗ ΤΗΣ ΤΕΚΜΗΡΙΩΣΗΣ ΚΑΙ/Ή ΠΑΡΑΛΛΑΓΩÎ" " ΑΥΤΗΣ ΑΚΟΜΑ ΚΑΙ ΕΑΠΕΧΕΙ ΥΠΑΡΞΕΙ ΠΡΟΕΙΔΟΠΟΙΗΣΗ ΓΙΑ ΤΗΠΠΙΘΑÎΟΤΗΤΑ ΥΠΑΡΞΗΣ " "ΤΕΤΟΙΩΠΖΗΜΙΩÎ." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "ΤΟ ΕΓΓΡΑΦΟ ΚΑΙ ΤΡΟΠΟΠΟΙΗΜΕÎΕΣ ΕΚΔΟΣΕΙΣ ΤΟΥ ΕΓΓΡΑΦΟΥ ΠΑΡΕΧΟÎΤΑΙ ΜΕ ΤΟΥΣ ΟΡΟΥΣ" " ΤΗΣ ΑΔΕΙΑΣ ΤΕΚΜΗΡΙΩΣΗ ΕΛΕΥΘΕΡΟΥ ΛΟΓΙΣΜΙΚΟΥ GNU ΜΕ ΤΗΠΠΕΡΑΙΤΕΡΩ ΚΑΤΑÎΟΜΗ " "ΟΤΙ: <_:orderedlist-1/>" caja-actions-1.27.0/docs/help/en_AU/000077500000000000000000000000001433352025300170045ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/en_AU/en_AU.po000066400000000000000000004437461433352025300203550ustar00rootroot00000000000000# # Translators: # Michael Findlay , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Michael Findlay , 2021\n" "Language-Team: English (Australia) (https://www.transifex.com/mate/teams/13566/en_AU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: en_AU\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Insert" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Windows" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Folders" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Browse" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Common" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Edit" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Preferences" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "true" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Command" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normal" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Embedded" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Description" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "File" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Save" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "System" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Look and Feel" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Command line" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Delete" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "View" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Toolbars" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Properties" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Icon" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Path" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "PATH" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Action" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Notes" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Introduction" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "link" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/en_CA/000077500000000000000000000000001433352025300167625ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/en_CA/en_CA.po000066400000000000000000004436731433352025300203100ustar00rootroot00000000000000# # Translators: # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: English (Canada) (https://www.transifex.com/mate/teams/13566/en_CA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: en_CA\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Windows" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Folders" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Browse" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Common" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Edit" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Preferences" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Command" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normal" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Embedded" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Description" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "File" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Save" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "System" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Command line" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Delete" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "View" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Toolbars" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Properties" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Icon" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Path" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "PATH" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Action" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Notes" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "link" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/en_GB/000077500000000000000000000000001433352025300167675ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/en_GB/en_GB.po000066400000000000000000004506351433352025300203160ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # Stefano Karapetsas , 2021 # Andi Chandler , 2022 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2021-06-18 17:22+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Andi Chandler , 2022\n" "Language-Team: English (United Kingdom) (https://www.transifex.com/mate/teams/13566/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "GNOME Documentation Project" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "MATE Documentation Project" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Insert" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Windows" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "Del" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Folders" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Browse" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Common" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Edit" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Preferences" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "OK" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "true" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Command" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normal" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Embedded" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Description" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "File" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Save" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "System" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Look and Feel" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Command line" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "Return" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Delete" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "F5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "View" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Toolbars" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Properties" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Icon" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Path" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "PATH" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Action" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Notes" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Introduction" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "Getting Started" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "link" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the licence to the manual, as described in" " section 6 of the license." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENCE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORISED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENCE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" caja-actions-1.27.0/docs/help/eo/000077500000000000000000000000001433352025300164205ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/eo/eo.po000066400000000000000000004453241433352025300173770ustar00rootroot00000000000000# # Translators: # Forecast , 2021 # Martin Wimpress , 2021 # fenris , 2021 # Michael Moroni , 2021 # Stefano Karapetsas , 2021 # Cora Loftis, 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Cora Loftis, 2021\n" "Language-Team: Esperanto (https://www.transifex.com/mate/teams/13566/eo/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: eo\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "NaÅ­tilo" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "Projekto de Dokumentado de MATE" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Fenestroj" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Dosierujoj" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Foliumi" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Komuna" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Redakti" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Agordoj" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ktrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Majuskl" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Komando" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminalo" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Enkorpigita" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Priskribo" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Dosiero" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Konservi" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistemo" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Aspekto kaj konduto" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Komandlinio" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Forigi" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Vido" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Ilobretoj" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Ecoj" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Piktogramo" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Vojo" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "VOJO" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Notoj" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Enkonduko" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "ligo" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Ĉi tiu manlibro estas parto de kolekto de manlibroj de MATE, distribuita sur" " la GFDL. Se vi Åatus distribui ĉi tiun manlibron aparte de la kolekto, vi " "povas fari tion aldonante kopion de la licenso al la manlibro, kiel " "priskribita je sekcio 6 de la licenso." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "Multaj el la nomoj uzitaj de kompanioj distingui iliaj produktoj kaj " "servicioj asertis kiel varmarkoj. Tie, kie tiuj nomoj aperas je iu " "dokumentado de MATE, kaj la membroj de la Projekto de Dokumentado de MATE " "estas konsciaj pri tiuj, tiam la nomoj estas majusklaj aÅ­ la unua letero " "estas majuskla." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/es/000077500000000000000000000000001433352025300164245ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/es/admon/000077500000000000000000000000001433352025300175225ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/es/admon/admon-bug.png000066400000000000000000000056101433352025300221030ustar00rootroot00000000000000‰PNG  IHDR00Wù‡sBIT|dˆ pHYs × ×B(›xtEXtSoftwarewww.inkscape.org›î< IDAThÕ™kl×uÇsgfwvI.—¤ø)QdI¶ž–dQŠ”:vìÆª;i $v¦@^EZ8MA€&(ÚIÑ¢lA‚ˆŽ•4͇ȩ£T~¤²¬H´%ËŽ­*¶BI¤DQ|î.¹³3w·vùX‘Ú¥H©@°ÀâÎ=÷žÿüïýŸsïhJ)þ?›±§m»vÇ€/ ¡} Õwgß~ãdþvúÎg‹‡mÛö5 ¡íÞµ=Ú¾²¡Ñq94:~΂ðìbhK•Ñ{ölqâ£÷í­¸ÆÙÿyÿážÓ'Nœ]Òä·Àö{v?‰E=ôàGÄé·ÞÅ÷Õ¾²M³¢Q×¥¯ÿŠ2 ]Û±}3¿~é¿C™—½õæÉÿ\òÄ,^FK,@ï󤯎;É]w®G:¶fç²dÒ¦iÒ¶|™±b=vOú*@ï»óÂ-``ïÞ½±¼¯ÞÙ´qýjº'ö5#šÐƒ÷ξ!fh[?¾¨ä5Û–Ì€-ý'[Z[ÛkãUúØ¥ –“Dóuð5T ÐtÀP„F€o9Ô·WéÍ-ÍíƒO²ÈäuKÔèµÖb·Dì·auÛZ–¯k!³ˆZ̈ëzäm‡¼ípmpˆ¡ßÒmŽØºýç·À¢—PgGªÑÐõÕ#úãÛwlÔš—7âK7ç"¥Ä÷<ßG4] AÄŠ`DMF†Æ8wöÊsüÿÃð«Ý=]ƒÿ§:;R2týðúkbî\mº9;›Ç÷}B¥P*¤*Y]ø†dF³„a¡]i`ÅcÄ}—®Ê‹ç/;aþIwO×ñŸéDÖÙ‘Úošæ‘<°;±aýj3;œÁÎØ„a03¨.°ª,ú.^ƪŽ!ô™iT¨Èe'¥©©!²½ccÂŒG:;R¿í:;RE­ÈÏ|hoU"';’& B®çPèוœÿ éÈS!é¡4„°mצxÔŠü{gGêÑÛ ³#µÂ0ŒŸ>ðàÞxÔ0™ŸdNäSƒ ëê3éJt]T¡ûu>ãxyÉ–wÆt]ÿqgGªý–èìH†¡ÚqÏÆªªX;“›y8¡ ¤[àÜ€Ù–ËæýµwµÇ…Ð^èìH-XÔQÓ´/55/[¿öŽUFzplº½iÅï¸{ßANý—6úëÇqp]IÌŠLû¬\sŽì€â7¿z”‹ç×Íа¼A¯o®_7ruô/YHlèìHE„ßÚ¹kSU.=‰ g^ùÝûRß²Šú–Uì¸÷§Óíº®#](œ¼ƒÐõégô±_ÐØºšÆÖ5Ü·ÿ…év¥éá4í«[cBˆovv¤¢·ð…Ö¶&«º*Ž—÷Ð]!„@º6mÉ i—ªPOÏõ@)šë¢À0Ye¦a|më¶ ÕNvnÙræõ'¼ÄØàENýôt»¦kxnžUõY\'3Ó¼ö_Ÿ`xàý¼zx®èdÇ&hmoŽOú+YÙ=ÐÙ‘jŽD#mõõµŒ]-¬ýÙJríòÜL¨BÂPM?Å=°ª5ÃïÇÜú{7ðã§¿N*BÂìã%LÓÀŒD–wv¤Z»{ºÊÅX‰?^±¢Ù÷¤?÷7X ª°l[²ª>CÎö*ªÐõæÚ.Ée 5–DºmžeÔ¾ö}î/JéK¿|˜Þî eF$b¢”ZV @YÂ0¬‹ZÑ‚ößÐÖ=7­ýwøàõ§³pmÌɘ‹ëHôÙŠJpÿþhl[CcÛøø‹Ó¦*d]µK ¦® ”Reô»”~¡ œ¼$/Èn}ÌÆudI2+kªä¯Y©{YBhYéÊç·Ÿ-jÿ%Î{bަ \Ç¥!ž UHwJJK_ë‡eøJ/CWzyù—ÏŒ¡i  ÕD%e÷€ÐĸãÊ&¡ (näáË[yégÿ„Rª¨ý¥å´ÐžkS—(0Œ9ø#ö)U@ßùõüðßž"Ta±D)æ!<PéJ* tÿä„]TœÜÔT%šŸµ¤ë ëb#z˜Q'/­âõKYÒó~=xuØ5­¹KñFÁ]à:N@ÇqÊì¹#EâQ&2“^†/–žÊ ¼ÒßUQ³°&ËÎ;SFäm—dÌA)HZylÛ+U¡y\ggÅ£¤G3ðj%•Îgìœd3“DãùÉ™‚®px€SG?ÍÕ¾Ó&óµVjËÅqC@CÓ4”R´¯9ǽû‚W^|„ ¬›¼EàØ“ÀéJÊ2ÐÝÓ†aøSo¼kÇñ‚:íî}ÏOçƒ÷þE¡\‚M…DŒPh@, ½âÉLÁ½ûÑØZÐÿ>\zEZ»,A_Tø÷Ý=]þ’(¥ž½6821:2ŽUm•L¸®GµU:oÂ’xÅdVn#Ç«ã¸yÉøHÚQŠïUŠmAº{º¼ þöÍ7Þ´jb ,œyý3ÓùàÔÑÇ ƒ ÌK1É̪V$-Wzˆb=tôðc _éeøJ/¯¼øš‰ú.ž¿œSJý]wO×/YgÙ‚ÎÄ žK§³ßº60RLÖ01šeèòÿäP¡"T…| tíºÔÅœiGÔÇsdI‰†ÂÐy»ç=Ûóü¿:pò™¾™xnÀ“Ï9®Ÿ<ÿóÓ›7å}<ûÚ1|ݶÏ«R³ÙTí*œn §…jÕc ­f vÉë‡{“¸–@ X­žV¥V« 0 ZµÑj·P̹(æ]´ÛMT+U€­v vÙ”k{‘xc¾V©Dðí jUÑn7aûxpGÃ; m€v§Ihµ›°Ë†\¯Ù×–x#Þ¶¬óãº-µ;m€Ëª å4ah<¸£!•dH%ÜÑ`ê´6ªV,Ñ‚]6äÃêõ$^[àôæM¹àû«åòùIÝ–:í6ˆ–e¡ÓiÁÔ†øøH%>û¨H%m@ín•J ­v UK“kë¼àùßDâµ6ð¥ÒùI½&µ;m"øV§ S¿ D‚R AŸ~”%­O§˲ÀÀÐiwPµ Ù¶Ê7‘¸ò:°7Íó“ãšä8 \*£Óí lŒ.Á AN A«€ÓÿÅOvû+—-8Ž„²e¡í¸‹v·÷h¬*ß»ê:q¥ˆá-ÓŠà‰%³„¶Ó~¼ €D!88¥œ>ýErU6úÂé:(—ÊœNÕ²!WJæk¥Ó߈áˆq~Z·¥n _*¡ÓíÀ2Çà‰ˆˆ8ý×/è?°ï¿;<ø/—DàD"ÜH|ò![Z†+œ^g#Ñq:¨” É2+K|£@ _ÒõÆiÝ–œ®Á4Jè8ÎKà·Qÿ·Ÿ³?ÿ•³'ÏûÍ ¡q¢õO*Ò¯?}Kïón×AÉ,ƒÁévP)éRÙЯ$ñJ ¼¦5Në¶Üs{†aÀéuP)½Ï)…ôä9ßäÓÓçÄHDbÑ5a$‘àôÉ ¯löx×íišk VI—Jºö7%^*pzó¦\ðü‡¦VlœÙ²ëºB@7tt»]TJ“ <‘ ¢PÐ<“Qd›î @' $¢íL0 )‘ 铟ÏfÃå½¾CÆZÂíõ`•4ÉÔ¾Yâ’@ oh…ÆÉa-‚'C7ÐíuQ)ïÂïF BÁÉÔ¶íÍ,bõ¸˜…$Ö'œîßN+F/t]‡ ÃÁí¹(›EÉ(^)qð2x½oœÔm¹?XG^ÓÑuTËS<¸£!™À QçD Šuª^ÄvŠ´+JD¡/¤\"Éé×·Ý©eöB·ß#ÝÐA ô]–©IF!ÿÒub#pvv&màly0@pm?[ÃS”&›¨¯á'"I $£¸£@"Š:'·Ôõ½›±À)‘ÅýÛqÅìý~tÍàº.J†&ëk‰³³3é’@F7ßUdéÆÉ‘-CpΡi\· ۚ㳊”Lpçø6êÁ&ê»b%Mˆ€ïÀG׊í,ÆkE"Šo5dz =Ò5и(é9£È7²Fñ‡—Sˆè§vÙTæs!¡5¸ÃìÊŸ}T TbÓ£‡^ˆú:ÿwÚäIMðxèãšàk¹KQ'â;÷œÒ©¿÷þWC«äƒqŠÅ"HfóôBNüàýxìÍ[ "H Bu¢hK Ö@Dçˆ ˆH úÍéÛGàñðÿp´äQÔ7×®¯ë™ÑðŒ[…Q„@"溸õÙ̱ƒO;ÎÀ“%ì€a4¡˜Óñ¬­âGw&lÄ&Ü>x§§oS($Fœ -ÙŒ D8¶WaÜÿ·Û‹í½'P ˜ˆ:Ój%ðÞ½S½Ù-§óY ‡C$ (ªw0ö(!î^˜ÜßzËÅ—ÏZŽŸËåŒÆ#èEÏÚöã;^bµÚÉ ÅÅT ÄET¨QÏ?=¼^áüàà[dÃÑD@!Ÿ‡ãý™ç=«Ê;?^nRÿÅíôz-ø¼Ë6첡L&Sòù<†Ã«qÿC±H'£fëœ$(Îÿu­€óèÜ‹Ïñh·Ç81]Këíö*nÝý¶Ñì–Óù\Çc0ÆÏçÑŒü¹¿x4VÕK¯c^úy`#‘QËTf“)r¹Fãê• ¿ÿÁÒO'9‰u!ƒ8hSÔñ¦Nl ëB bfQ-­°[wÏŒç]3ÏÙd2c Ù\î`ìÏ/‡¥À®D>£6*%]™N§€L6ƒñd„zuÂ?ùù|žL^Œ:¶ðôOÿ|dÀç¿ÿKO’BE=ž‰¨£áÖÝï˜Ï»f:—)°ét 0 ›É¡?ûóåò•ðjàÅãÉ_,ƪòÎdî=êô~&›0›ÎÏð¬•;øé¿ªjì.NQ^Ç…EˆÚ£ØÝr€Spܺûó™c¤³jžM¦@6“…{øoœg"«* Ë(*³ù “É`<Ó‘= ïßîOwfb“J`œ ĺFøÎ:"(‰Ýºûæ3ÇHgÔ<›Ïf`ŒAͨŒf¾wø+ \PäFI/(soPÓù„êÕQxÿ¶3N&v% )Êu±îóñb„ØÂË96÷æ 2jÃÉüÊðWØ‘x˜‘¥%­ x¾"‚¢¨˜Ï'T·‡ÁÇ·Zã´ŠmÔwWÚè\2vëîwͯÛF:£æ˜çE㨪Á¯V&W„-] U–n˜ÅœâûþZBÁÌ›ÒQuÜ{ÿé0™ä"ê0á&ê]€W•,ó< ( †SÏ÷_þµ^hè…Œ¼ð "ÈŠ Ï›QÝ÷ÞûK?™ Euø§-#­(*[ø£¬ÈN<¯ ¼Á›¹uwúž·X>êf‹´”øžEΰ¯›ÅÔ{÷Nõ xþ«–ž–%•ùžA’¤kÁ×ø‚#ž %jhùŒì/|€Y’á-gt\¬>~ÿO.ÄðФ2áƒA’$Œç‹kÁ_K`WBN%Åœ*/– €I’°XztlV𤩥eIaËE´…‰á—Aøh’ysøk ìJH©d£‘åÕj!Jczé„ÂV« •Na:_ùËðúð{¸(‘häI‚B*™lÿNcæï~oÀV"8häÔµDô ©T Soå¯8ß<ð¾f%2JJ<êB˜ù+ÅÅ^á·ôEwÁó&»¡¤ a/âË}ÃoAˆÞ1)Å⢷q×~·ûIj_Ç[ø¿<þîÿ[å×ÄÎ"Œ}øIEND®B`‚caja-actions-1.27.0/docs/help/es/admon/admon-important.png000066400000000000000000000046261433352025300233510ustar00rootroot00000000000000‰PNG  IHDR00Wù‡sBIT|dˆ pHYs × ×B(›xtEXtSoftwarewww.inkscape.org›î< IDAThíškl×Çÿ÷Þ™ÙÙ]ï.ö:°À@Àæalc(â$Dy´U ˆƒ”G?4ý”†J´ŠRÔ’¤j*5‘5iI#%&&HMÓÒªMâ”Ú€I16À@°ÛØûž¹súÁ°½Þ5kE‘r¥ÑèjvïùýïyÜ3«eD„oòà_7ÀŽo${{iƒMT®fs׎€´ã¥åëéÄDØ™0(\yÚ¼‡´üùh ×_ž(;"àP5[Å„º<§`‹È.Ø"˜P—ªf«&ÂÖ`LeŽW§—©‘Õ P€=p‘ ì(È:É…?ÔØØ°›eÂvFpU%a¥&´<À:™€N€_aæ)Ňü[\Õ_Ɉí] ¾ŠÝÃ…º4{z¥ ³ 8†@!Añ£Èžñ0çB]Z_Åî¹Qû)'qu5³¹d£\YÂ…º‚¤91®ÌZ¶Íáɽ ùWc4pi®¯Fèr-N}ò|¶ILhÍd›uÒ²3ÆþšW¯&kÜT3§ ,„REh·@(Ëìxt¶Põ¸‘]H¾›–¸to×=3¡h“h ø@vŽ„"€ûÀœ«HÈxbÁ³ˆôµPߥς}—šHÆûuÎÕ6€YVüãhŒ:ptåýÔ?ª€†Ýì^.œ‚ÓbËŒOu8³ÂYbáÎ)s¹¼s¡¹ ”d÷öÀî¨A $í;?L1' ü`ÜpÀýs€äeÄCmˆöŸB°»9Ò©1íï2ÀE7çì¨)­×Ê×[{@ùJ‰p¸°¥¼ÎòíÂé[.&y™€íì/@Ñc…vñ+«cÍ.Âv?m×¼ÃT€ûápøápÞoÞZ'x–²‘žý“OüU@j'€=CCh;ãG8^q8s*ç¬zÝÂÄêX× &d4LÄHžH¾®̨€»€ûŸ ›ñÐ¥ÇÍáY²‡ HŒÆ=êÓ\qm/\ý{—¦OÅju=ôÐùPè1<3Zž€î3îB¬ïZj!²ž)]'_Ì;b®fë×Þ˜»ò×.—)(º æ“B'•z„9€]܇S‡^ KÛz¤üAzw8ë¨eôP[¡u߬%?vgå}ŸS´n Ê NÂ1¡“Ì“‰PóÁœ·¡·ý »õZÒº{ÉFª‰3é9ðén6GU´ši…r³žT)V²Z‡ˆ9~“A'Á´"@/CWËKæù3û.›ÒZµtq̃ì³7Y®íÔ>š”ëÌüâí:ÌS ø± ‹HÌõr@‰ŽÆg¢ÝŽœó;cu­)Äõï3:Þsûg/Ÿµì%³{@у¨ýÉDŒ]±¹n1/Î|òt8ØÛZg;­ï.¾—Âc±¥Ô -¾—ŸSì®`ïɪ–·„¤-Àœ·èu$Fmà®›Û ²A°A$0c-l›£ù?O„‚WÎV}km*ðÀ8^hv«?ºc[Ñ­¿5T=ú@&’–C *­CBŠ{@<ÒŽµ[ÃV<ú\Ù™Öaiw£eÌv4únwû[n¶ymw‡y‚ ;ð {G `*z¿ØK2Ý“.ü¸S”Eß"«€un 4äÀ}”vúºöÚ<÷¤bÆ¥x<,i ¨©a I³P÷Öù¡ñ<¢'ÆÈ ³º§$­¢š¦ŒaþÆx:Q¬8ŒצÀ6Ï‚&WEŒÜdv€kÓ 4gÔÓ‰´½0žZæñç+à>Àê=\ÄõyqÝ\öàðåÌQ,›pŠ¢­ñÊ\d]LTŸA±=XÓÁŒ 0£àúОìf²²K\\(k&\€Mö —o`ž¥²L/÷n‚ë†ë÷ns–$*jâ,”ìd¶ÃéŸV¤Ë“VÒÔ¿Ír¸*üª1ˆNÀ:]•)àÆjBgó/­/[ÿk@Þô•jàæÇæŸ ~Š·áZP¼jVò©fÒõt1U¦´<À8–î@”‰ÈüWwžé`î;ÁÝw Øù>Ž}øxèB[í‡0eLYôeGÝMý ¼ð0÷àY÷Üs-œÌ.€ëp{§ÅˆÒ˃´<À¿5ë¦Rd7`Ç00g ˜¾fðÚm÷õ~Ùg“|¬üAúû ¯®mx›­=}ôÍ?zZÿåÍŸÿ¨KõW‚Âõ ð&o‡/w±»¯·c%€¿¦Ê”^(J…Ç¿“yP¦‚û6"]-¿°šjŸ {/ìì É‚að€²‡è·,è¿Òù›ãµÏEºŽÿ܂ȟô8˜v3(Þ—¾P¸¨H)õ^h;ã óxhÑš×t®æ€ÈFèÂ^œ=^²¥ù©³/ßDgRYêÈ[l:Ó”?E¬˜>÷~÷Ù1ýweô4#÷úõ$SY+媟‡ùšê0™z“nöDGó®pÏù %ååé½T×€ÒMÔàÎûÙݧ›ö¾žÕþ±wZQ¥KõÝMŸdÎŽ\^àh*k¥BÌÆr#k²réäó²éÀsá¾Þs¿‹@ÎH~ð(ß@û<†,èë¿ôbÓ';#ǶIÃí2-åjÜ£½cÛÖœ‹:Ä­GK6Ñ©ñ‚¸~›Áåu)åí\ðê’uÖ†T¾—zbö.U•¬3÷Ž›2É(ÙH­ÖÔW±{8X4e¬oÿìñ5o¼€ÿ+^FJ¬TIEND®B`‚caja-actions-1.27.0/docs/help/es/admon/admon-note.png000066400000000000000000000033051433352025300222720ustar00rootroot00000000000000‰PNG  IHDR00Wù‡sBIT|dˆ pHYs × ×B(›xtEXtSoftwarewww.inkscape.org›î<BIDAThí™]lWÇçÞÙýpœÔ®MâBH')­H“TA¢©-}¬šU!HˆŠ@¤R¥RH­*ò/TaúÄG‰­©!¡  MIU§ÍVà:ÙØk{¿fæð0›µãÝuwm¯méêÎÞsfæÿŸsÎ3ZQUþ›aÖšÀrñ¿#`HÄv’ÈR!‹ÕÀK"‘§}jŸÕ7|øñ—UO­Íæh(`H$îÃó݃ƒ_ÛóÄ^zËœL†b6Ëõ·ßæCC³³W¯þ,ß{Tµ¼¼kh(à—"?¹ãÈ‘oì8t(N.GËÎÌ Ö"©¡µ¼ùâ‹Å±K—ŽVýÎð®¡NÀ/DôÞu×kŸ}öYO?øòyÔ÷ +•h”˨ëB?'-”J_8¢zfø×±cÌS;|Ðcl &&Bá¦Áì,Áè(áûïsûÝw'xj-ˆ×ø.\0ªR½½##ÈÌ HB©„Îål–®¾>b=Oe|œr.‡¤Ó§¦Ho±„Wt–½ý&ùm¤ߺ…Põôõ‘‘­}é´”.^¤b ˆ ª„A@hà 01>Ʀ½éÎ’@@ZêŠXàØ»çÎÃÍ›Ñîn*¾_©àW*UlÚ\ùçyv}«uhК€ÇUß ‹Åc^}uVöîÅ¢™ µh&Cl÷nbûöqáÔinûj]wx« ‚†–º¸ǶÿÛ9ýÛ—ŸÛ¶ç3tÝy'‰®. ““\gø'È݈â}Ê=œï$ó ÍR¨¡€çTÃ×./˜kÎQ†ou.ŸüùlÓ—áo©{(~ó§ì¹o?¿;u‚G¼ÕYòа¡¥¡‰á%·¥üO?ùu'œü°¶¾ùÝ[xæ×©±iþ•ëáÃ|½™üÊÅâ(Ö&ñ’m«{¨ `Eµ…¸bÝ-ØÚØ¿}„ç¿ÂÉ¿^À:–ß¿ñ ¦r—™žz'¶DrÄic؆PÍ£:4 ‚gb EËDrð+³Ì懼õ,/<þ …¯œßE¹4uv’ð>Žˆ[}b+9 ÕhC€Á³Ö ¡\»˜ÆÉ†nßðg~ôð1nÛp…«#: >O€*"-1€úxÆqQ­Da¬“Æ:Ñ‹+™d'#|ÿ¡ã(–Ô†îšßÊ`W‰j€Vw!uHXë>ÑS¨GwÏ¡ßO¨“X'Ñ™¥@ JØð:Mà‰u­0'@(³òo.P HoüÖÙXýeˆÞÆmDÁsb®@íUĽ­Ä½­+ÍwqˆA´ñ>´¨cã‚6O¡ÕC5 м”„×DMT‡Š³eX´Ý"FðŒ3HxÓîR.^¦0ù—%héM_ÄÆzª\¢H;LˆgmÜD=ȼHì žØ±â„Gm­Có2$ÄÄœè ¸j@m'‚I‹‰ºÂ/¨ú;}´‹i„æ)$6cl¬ÚÆÎ (MŸ¥8}v)Lë쾟XâS-x.!…0’6&V=mÎÍMß‹›¾·ž+€j µÓ !’4Æ"huXK¤Qþ°H7*")1;EWBëõ5¨tëЬ_]T+H2‹ûm,qCùàa DüzKÜâÄ]ÖG Ë€©,´4pqHâAÒ±qÖ‡‹EZ‹ÀT‰ƒnª{&ú˜^$F¥x #ft¡©á6ê8î“ýŸ<˜V-µÓËü¢Z.LšÜØëß/½¼ÐÔP€†þC]=»EÄØöÎü¨LdÏ” ÿ°ÐÖð?²s¿rþÓªa<ºBÕ`ªM¹Ö"Rw²Êƽê#ó|nÕÖ¤Jâæëßì[µ†:½ï°ßÓ’€zHt§DwÚ5—S½½Ñqæhö6Fó•ÑêïÌœ¯›ŠŽã¹hŽyÑ|-1çËGÇŽ[ãÑœ‡àóêô¬_¬u“³lü_ÀZã?·\\|>CÑ*IEND®B`‚caja-actions-1.27.0/docs/help/es/admon/admon-tip.png000066400000000000000000000046731433352025300221320ustar00rootroot00000000000000‰PNG  IHDR00Wù‡sBIT|dˆ pHYs × ×B(›xtEXtSoftwarewww.inkscape.org›î< 8IDAThÕZ[lÕþΙÛÎz½;¾Ä±C1i°!œ´”¶/Qi”¨)‚'ªÄ©”§Jˆ÷¾EQûÄ1RŸEQŠÔ¦BUP Fà8 qs±MìÄ—ì}gçzþ>ìz³³;³k'’#æ²çœÿÿ¾óßæŒáAnüÿ­À½¶€|¿&ÚsøÄv0¾Ÿ3i˜1ê%AÝž 68K1Έ؜ o $Î|úÖ«_ݹì^|`øÐ©! t„$v`}B>5´QíëLÈ­Q1]A‹®€È6r†¬acn1ëŒ=爐¦Á<:í½96úò…ïÀÞƒ'û ðc­å…}?Ðû;¤¨®`>YÄRÖBÑö`Úжˆ¨"Š„ˆÊÑÓÐÐ3l\ž]öþ5~Ý,˜îY8âõOÞ~寷 `÷Ȩ¢ ~TQøÈ¯~2 íê•f— Ì.Håí5 NDô´éèNhÿú¦ûág×lסã²o|~üsßì|íNMóÎíÜ8ôëŸnÑ–s6&gÓ0,oMŠ×¶ˆ"á‘ 1Äu ÿüÏUóÂÕÅ‹–%=ûÅ_~»tßì:xê EÆû/þ|kû®­=ò§S·‘\#ãAmE6ÊìK`bê–ûÁç×’Ž‹}ão¿ó)÷®˜áë =Ô)/$óƒ×fqÀ‚d®ÀÞƒ'ûd…<÷ô£ÚçW“«¶y"T±YRëÙí]ÐU  «~¹£Œ¡Ò‡ˆ ˆ@¥3¶ëaj>‹½OlŽ0 #{žì[5(üؾ½êí¼ƒt¡q´ñ)QsV$†VÝ¿Èq]†®ð¦¦DDÈäLOnéQ…Ì­ Àð¡SC±ˆòÂέäËsÙ¦ŠW˜äc•ˆ`Úã×Ò¾q_Ng+ºþ± æ™[.` ¿CÖéùáC§†jõ¨ó tä™]ióI³R ø¿»ýQ¥|_¾Y‰*ï}6™EÛúã¸0›Ã—Ó)Ÿ‰U\«jLù D€åxHæ-ly¸32qiþ€ß7@;0л^úïBÁÇvXìF rÇ>»’ÄØ•dýØ °Z „TÎÂÆŽ¸4Áo¨à3¡=‡Ol_Ó¢Q]AÖpVe&D~ç»ã5cïòZ`X.E†®ÉúžÃ'¶‡ãû´GYL›¥îúµŽú9Eí¸¢t5llìZ§ Æ÷‡šg|¸«=¦¤òviI«Ì¤Ö|ªÍ¤¶ODåXSÑÞª¢#®b}LÃúV3|tq9ÔÜ™RÁtoÑ |8zuMÆRÞ- P<PYàŽ‡xéé¾Jܯm¿UåÀʆÈÇÐd Ôë#½ú†ˆºuM†i»ËÛü¸r3¿~|çg2uÊm× Æ#ô7AÇe DÔºž ¶ˆ*Ãt¼;ì4b¾æyÆp0~5‰™¥ïOø\ú& Oˆúâmàx¸¤AÚB”AT¢I™  rŸÎ¸Z·“³Y¿ù4™'(äz^}IãwbÎR9ÃêV$Ó fÃ+Â6Ä|BÀäLzõòç@ѲÁR¡c yÃîV$†b˜ã(^ è±Mq€Ë2åšjµŽ[KGÑrÁ[ð‘^ÃÔ\Îp sÖ$v‡' XDF_GÔà|™ýú9WŸÔÀ²\Ð\(ÄØb2ïD5) TgY MtmŠƒÁßÎOgB£K} NŠœ…‚eÄX(NâÌ•o–옦4gFTºÃêPù–‡«7skb»vNAgÀí\Áá„3¡>}ëÕ¯ E§˜3,DÔúUh»A„ÁÍþðya6 ÏÍë£:‹¨Ä¾aºð\*ÖnIÖ¿Ð:=s+åÅuBøÍ'0áT ÞÔE,âÌÓi_ÿ ŸfDqdò†ËˆNת[€Àß¼|}ÑlÑ$ÈœûoVunÛ¼®Žó×S ² <·»ŠÄɨÌ)ü²€Òót¶`ø›MŒ¾|ÁtÄÙ©ée·½U­a9øXqÆþø;g!](†/=ÓMQØå,¿Z` H¦ Ž œ Ú|'æ®xýòÌ’-sU–V-ìášv+Yaߎ ô´bôS•ø¦þ%Áu29Ãá.½¨kÐÃOÞ~å†ðÄñ‰©y³#®3Va9 D,¢ EóÛÿ`ÿ:üñÕ'ñ‹]ñç3a9"0Ê„ðœÌ±ãa;ס[òo,Þ.\œžO9í­Z);6p¬aãÊÍœo +¡áO›D¦lJ~–ƒsËÊ9“-8¶ã^òXþ0=›n-*ª394°¡S×#,3!€Ðú¨¿«Ï=Õ‹´Ã°¦d‹\O¬©ÀkXuV=ÏŠŽQ´Sž`÷g{}¥í|íNUuÎÅbúc}ÝëtÀ´<¸3ÅṲ́ZqOdsŢ㺗\[¹¿8VÚî‘QEBì(F:Úbʺx‹âQ)Ô ¢P–}€jú0 –c˜–È÷XþÛùÄTÝö<Ù'dvŒ3<ŸhmÑ¢U–e ž PyE¨Iïº–í¸†aYÎrAßþG¾Ú6|èÔƒ8BŒ`€ÞÕY–U.1HœqÁž[Úû·]×6MǨȧ ü»ÿÌÔö>±]0ìg‚s°^u *}èæŒ¥Ø‚ÍcœðýøÐý}hüÿJ<ðþo:Ë“{lÿIEND®B`‚caja-actions-1.27.0/docs/help/es/admon/admon-warning.png000066400000000000000000000056171433352025300230020ustar00rootroot00000000000000‰PNG  IHDR00Wù‡sBIT|dˆ pHYs × ×B(›xtEXtSoftwarewww.inkscape.org›î< IDATh՚˓ÛÖ•‡·ùÀƒO9®Ÿ<ÿóÓ›7å}<ûÚ1|ݶÏ«R³ÙTí*œn §…jÕc ­f vÉë‡{“¸–@ X­žV¥V« 0 ZµÑj·P̹(æ]´ÛMT+U€­v vÙ”k{‘xc¾V©Dðí jUÑn7aûxpGÃ; m€v§Ihµ›°Ë†\¯Ù×–x#Þ¶¬óãº-µ;m€Ëª å4ah<¸£!•dH%ÜÑ`ê´6ªV,Ñ‚]6äÃêõ$^[àôæM¹àû«åòùIÝ–:í6ˆ–e¡ÓiÁÔ†øøH%>û¨H%m@ín•J ­v UK“kë¼àùßDâµ6ð¥ÒùI½&µ;m"øV§ S¿ D‚R AŸ~”%­O§˲ÀÀÐiwPµ Ù¶Ê7‘¸ò:°7Íó“ãšä8 \*£Óí lŒ.Á AN A«€ÓÿÅOvû+—-8Ž„²e¡í¸‹v·÷h¬*ß»ê:q¥ˆá-ÓŠà‰%³„¶Ó~¼ €D!88¥œ>ýErU6úÂé:(—ÊœNÕ²!WJæk¥Ó߈áˆq~Z·¥n _*¡ÓíÀ2Çà‰ˆˆ8ý×/è?°ï¿;<ø/—DàD"ÜH|ò![Z†+œ^g#Ñq:¨” É2+K|£@ _ÒõÆiÝ–œ®Á4Jè8ÎKà·Qÿ·Ÿ³?ÿ•³'ÏûÍ ¡q¢õO*Ò¯?}Kïón×AÉ,ƒÁévP)éRÙЯ$ñJ ¼¦5Në¶Üs{†aÀéuP)½Ï)…ôä9ßäÓÓçÄHDbÑ5a$‘àôÉ ¯löx×íišk VI—Jºö7%^*pzó¦\ðü‡¦VlœÙ²ëºB@7tt»]TJ“ <‘ ¢PÐ<“Qd›î @' $¢íL0 )‘ 铟ÏfÃå½¾CÆZÂíõ`•4ÉÔ¾Yâ’@ oh…ÆÉa-‚'C7ÐíuQ)ïÂïF BÁÉÔ¶íÍ,bõ¸˜…$Ö'œîßN+F/t]‡ ÃÁí¹(›EÉ(^)qð2x½oœÔm¹?XG^ÓÑuTËS<¸£!™À QçD Šuª^ÄvŠ´+JD¡/¤\"Éé×·Ý©eöB·ß#ÝÐA ô]–©IF!ÿÒub#pvv&màly0@pm?[ÃS”&›¨¯á'"I $£¸£@"Š:'·Ôõ½›±À)‘ÅýÛqÅìý~tÍàº.J†&ëk‰³³3é’@F7ßUdéÆÉ‘-CpΡi\· ۚ㳊”Lpçø6êÁ&ê»b%Mˆ€ïÀG׊í,ÆkE"Šo5dz =Ò5и(é9£È7²Fñ‡—Sˆè§vÙTæs!¡5¸ÃìÊŸ}T TbÓ£‡^ˆú:ÿwÚäIMðxèãšàk¹KQ'â;÷œÒ©¿÷þWC«äƒqŠÅ"HfóôBNüàýxìÍ[ "H Bu¢hK Ö@Dçˆ ˆH úÍéÛGàñðÿp´äQÔ7×®¯ë™ÑðŒ[…Q„@"溸õÙ̱ƒO;ÎÀ“%ì€a4¡˜Óñ¬­âGw&lÄ&Ü>x§§oS($Fœ -ÙŒ D8¶WaÜÿ·Û‹í½'P ˜ˆ:Ój%ðÞ½S½Ù-§óY ‡C$ (ªw0ö(!î^˜ÜßzËÅ—ÏZŽŸËåŒÆ#èEÏÚöã;^bµÚÉ ÅÅT ÄET¨QÏ?=¼^áüàà[dÃÑD@!Ÿ‡ãý™ç=«Ê;?^nRÿÅíôz-ø¼Ë6첡L&Sòù<†Ã«qÿC±H'£fëœ$(Îÿu­€óèÜ‹Ïñh·Ç81]Këíö*nÝý¶Ñì–Óù\Çc0ÆÏçÑŒü¹¿x4VÕK¯c^úy`#‘QËTf“)r¹Fãê• ¿ÿÁÒO'9‰u!ƒ8hSÔñ¦Nl ëB bfQ-­°[wÏŒç]3ÏÙd2c Ù\î`ìÏ/‡¥À®D>£6*%]™N§€L6ƒñd„zuÂ?ùù|žL^Œ:¶ðôOÿ|dÀç¿ÿKO’BE=ž‰¨£áÖÝï˜Ï»f:—)°ét 0 ›É¡?ûóåò•ðjàÅãÉ_,ƪòÎdî=êô~&›0›ÎÏð¬•;øé¿ªjì.NQ^Ç…EˆÚ£ØÝr€Spܺûó™c¤³jžM¦@6“…{øoœg"«* Ë(*³ù “É`<Ó‘= ïßîOwfb“J`œ ĺFøÎ:"(‰Ýºûæ3ÇHgÔ<›Ïf`ŒAͨŒf¾wø+ \PäFI/(soPÓù„êÕQxÿ¶3N&v% )Êu±îóñb„ØÂË96÷æ 2jÃÉüÊðWØ‘x˜‘¥%­ x¾"‚¢¨˜Ï'T·‡ÁÇ·Zã´ŠmÔwWÚè\2vëîwͯÛF:£æ˜çE㨪Á¯V&W„-] U–n˜ÅœâûþZBÁÌ›ÒQuÜ{ÿé0™ä"ê0á&ê]€W•,ó< ( †SÏ÷_þµ^hè…Œ¼ð "ÈŠ Ï›QÝ÷ÞûK?™ Euø§-#­(*[ø£¬ÈN<¯ ¼Á›¹uwúž·X>êf‹´”øžEΰ¯›ÅÔ{÷Nõ xþ«–ž–%•ùžA’¤kÁ×ø‚#ž %jhùŒì/|€Y’á-gt\¬>~ÿO.ÄðФ2áƒA’$Œç‹kÁ_K`WBN%Åœ*/– €I’°XztlV𤩥eIaËE´…‰á—Aøh’ysøk ìJH©d£‘åÕj!Jczé„ÂV« •Na:_ùËðúð{¸(‘häI‚B*™lÿNcæï~oÀV"8häÔµDô ©T Soå¯8ß<ð¾f%2JJ<êB˜ù+ÅÅ^á·ôEwÁó&»¡¤ a/âË}ÃoAˆÞ1)Å⢷q×~·ûIj_Ç[ø¿<þîÿ[å×ÄÎ"Œ}øIEND®B`‚caja-actions-1.27.0/docs/help/es/caja-actions-config-tool.html000066400000000000000000005503021433352025300240710ustar00rootroot00000000000000 Manual del usuario de la Herramienta de configuración de las acciones de Caja

Manual del usuario de la Herramienta de configuración de las acciones de Caja

1. Introducción

Acciones de Caja™ es una extensión de Caja™ cuya función principal es permitir al usuario añadir acciones arbitrarias a los menús contextuales del gestor de archivos. Estas acciones se puede organizar en menús y submenús, y se puede exportar y compartir con otros entornos de escritorio.

La aplicación Herramienta de configuración de las acciones de Caja es la interfaz de usuario que le permite configurar cómo, dónde y cuándo deberán aparecer sus acciones en los menús contextuales de Caja™ y cómo se ejecutarán.

La Herramienta de configuración de acciones de Caja proporciona las siguientes características:

  • Definir y configurar acciones desde cero.
  • Organizar acciones en los menús, submenús, etc...
  • Importar y exportar acciones y menús desde y hacia afuera.

Acciones de Caja™ también tiene características adicionales como:

  • Un complemento de Cajaâ„¢ que exporta en tiempo real los archivos seleccionados a D-Bus.

  • Un programa de línea de comandos capaz de ejecutar cualquier acción.

    Asociado con la interfaz D-Bus, este programa permite al usuario ejecutar cualquier acción desde un atajo de teclado, aplicando esta acción a los elementos seleccionados actualmente en el gestor de archivos.

  • Un programa de línea de comandos capaz de crear una acción nueva.

Todas estas características se explican ampliamente en la documentación global de Acciones de Caja™.

2. Inicio

2.1. Iniciar la Herramienta de configuración de las acciones de Caja

Puede iniciar la Herramienta de configuración de las acciones de Caja de las siguientes maneras:

Menú Sistema

Elija Preferencias ▸ Visualización y comportamiento ▸ Herramienta de configuración de las acciones de Caja.

Línea de comandos

Para iniciar la Herramienta de configuración de las acciones de Caja desde una línea de comandos, escriba lo siguiente:

caja-actions-config-tool

y pulse Intro.

Para ver las opciones de línea de comandos disponibles, escriba:

caja-actions-config-tool --help-all

y pulse Intro.

2.2. La primera ejecución

Cuando inicia la Herramienta de configuración de las acciones de Caja, se muestra la siguiente ventana.

Figura 1 Ventana de inicio de la Herramienta de configuración de las acciones de Caja

La ventana principal de la Herramienta de configuración de las acciones de Caja vacía.

La ventana principal de la Herramienta de configuración de las acciones de Caja contiene los siguientes elementos:

Barra de menú.

Los menús de la barra de menús contienen todos los comandos que necesita usar en la Herramienta de configuración de las acciones de Caja.

Hay atajos disponibles para algunos comandos:

Ctrl+N

Crear una acción nueva.

Ctrl+S

Guardar las acciones modificadas y los menús.

Ctrl+Q

Salir de la aplicación.

Ctrl+X

Cortar la selección actual, dejándola en el portapapeles.

Ctrl+C

Copiar la seleccioÌn al portapapeles.

Ctrl+V

Insertar el contenido del portapapeles antes del elemento actual.

Mayús+Ctrl+V

Insertar el contenido del portapapeles como subelemento(s) del elemento actual

Eliminar

Eliminar la selección actual.

F5

Recargar las acciones y los menús.

F1

Mostrar la ayuda.

Barra de herramientas.

Se pueden mostrar varias barras de herramientas debajo de la barra de menú, dependiendo de las elecciones del submenú Ver ▸ Barras de herramientas.

Lista de elementos.

La lista de la izquierda de la ventana principal contiene todos los elementos, ya sean acciones o menús, actualmente disponibles para editarlos en la Herramienta de configuración de las acciones de Caja.

Los elementos se puede clasificar alfabéticamente de manera ascendente o descendente, o no clasificarse, organizándolos y administrándolos directamente el usuario.

Los elementos no válidos se muestran en color rojo.

Los elementos modificados se muestran en caracteres en cursiva.

Ordenar botones

Tres botones le permiten conmutar entre de modos de ordenación.

Pestañas de propiedades.

La parte derecha de la ventana principal mostrará todo lo necesario para definir cómo, cuándo y dónde se mostrarán las acciones y los menús.

Acción/Menú

Definir en qué menús de Caja™ debe aparecer el elemento, y cómo debe aparecer.

Comando

Especifique qué comando quiere ejecutar, y qué parámetros quiere pasarle.

Ejecución

Especifique como quiere ejecutar el comando.

Nombres base

Defina los filtros de nombres base que debe cumplir la selección de Caja™ antes de mostrarse la acción o menú candidato.

Tipos MIME

Defina los filtros de tipos MIME que debe cumplir la selección de Caja™ antes de mostrarse la acción o menú candidato.

Carpetas

Defina los filtros de carpetas que debe cumplir la selección de Caja™ antes de mostrarse la acción o menú candidato.

Esquemas

Defina los filtros de esquemas que debe cumplir la selección de Caja™ antes de mostrarse la acción o menú candidato.

Prestaciones

Defina los filtros de prestaciones que debe cumplir la selección de Caja™ antes de mostrarse la acción o menú candidato.

Entorno

Defina alguna condición de entorno que debe cumplir la selección de Caja™ antes de mostrarse la acción o menú candidato.

Propiedades

Mostrar las propiedades del elemento.

Barra de estado.

La barra de estado muestra alguna información del estado actual de la fila seleccionada actualmente en la lista de elementos.

Cuando no hay información relevante para mostrar, la barra de estado muestra la cuenta de menús, acciones y perfiles cargados.

El icono de «sólo lectura» se mostrará a la derecha de la barra de estado cuando sea apropiado.

2.3. Crear su primera acción

En este ejemplo, se va a mostrar una acción que muestre alguna información sobre la selección actual.

Comprobando los prerrequisitos

Esta acción requiere MateDialog™.

MateDialog™ es un programa que le permite crear una interfaz gráfica de usuario desde la linea de comandos.

Debe comprobar que este programa esté instalado en su sistema, por ejemplo escribiendo en una terminal el siguiente comando:

matedialog

y pulse Intro.

Crear la acción

Para crear una acción nueva, elija Archivo ▸ Acción nueva (Ctrl+N).

Se inserta una acción nueva en la lista de elementos y sus propiedades se muestran en las pestañas del panel derecho.

La etiqueta de la acción editada actualmente (ésta misma) se añade al nombre de la aplicación en la barra de título.

Figura 2 Propiedades predeterminadas de una acción nueva

Propiedades predeterminadas de una acción nueva

En la Lista de elementos, la acción nueva se muestra con los caracteres en cursiva.

Las cursivas se utilizan como recordatorio de que el elemento aún no se ha guardado.

Como otro recordatorio de que hay algunas modificaciones pendientes, un asterisco (« * ») precede al nombre de la aplicación en la barra de título.

Calificar su acción nueva

Simplemente consiste en elegir cómo su acción se mostrará en el menú contextual del gestor de archivos.

  • Escriba Mi primera acción en el caja de entrada Etiqueta de contexto.

    El cuadro de texto Etiqueta de contexto contiene la etiqueta de la acción que se quiere mostrar en el menú contextual del gestor de archivos.

    La etiqueta es una propiedad obligatoria de la acción. Si se encuentra vacía, entonces la Herramienta de configuración de las acciones de Caja™ considerará no válida la acción: se mostrará en rojo en la Lista de elementos y nunca será candidata a mostrarse en el menú contextual del gestor de archivos.

  • Escriba Esto ejecutará una acción con algunos parámetros en el cuadro de texto Consejo.

    El cuadro de texto Consejo contiene el texto que quiere mostrar como una ayuda breve sobre la acción.

  • Seleccione en la lista desplegable Icono.

    La selección del Icono determina el icono que se asociará con su acción en el menú contextual del gestor de archivos y en la barra de tareas.

    Tiene dos formas de elegir el icono asociado a su acción:

    • Pulse sobre la lista desplegable Icono para seleccionar un icono.
    • Pulse en Examinar para buscar una imagen en el sistema de archivos.
Especificar el comando que ejecutar

Cuando se seleccione su acción en el menú contextual del gestor de archivos, este comando se ejecutará con los argumentos de su elección.

Pulse en la pestaña Comando para mostrar la página que le permitirá introducir el comando.

Figura 3 Pestaña «Comando»

Pestaña «Comando»

  • Escriba matedialog en el cuadro de texto Ruta.

    El cuadro de texto Ruta establece el comando que se ejecutará cuando seleccione su acción en el menú contextual del gestor de archivos.

    Tiene dos formas de definir el comando que ejecutar:

    • Escríbalo en el cuadro de texto Ruta.
    • Pulse en Examinar para seleccionar un archivo ejecutable en el sistema de archivos.

    Si el comando que escriba con contiene una ruta absoluta, se buscará en la variable PATH en tiempo de ejecución.

  • Introduzca --info --text='%c elementos seleccionados: %U' en el cuadro de entrada Parámetros.

    Los Parámetros contienen los argumentos que se pasarán a su comando cuando se ejecute. Estos argumentos pueden ser parámetros empotrados que se expandirán en tiempo de ejecución.

    Si tanto Ruta como Parámetros están vacíos, se considerará esta acción no válida: aparecerá en rojo en la Lista de elementos y nunca será candidata a mostrarse en los menús contextuales del gestor de archivos.

Guardado

Para guardar todas las modificaciones pendientes, elija Archivo ▸ Guardar (Ctrl+S).

Caja™ toma en cuenta automáticamente su nueva acción, y la muestra en su menú contextual.

Figura 4 Su primera acción en el menú contextual de Caja™

Su primera acción en el menú contextual de Caja™

Pulsar sobre el elemento del menú contextual de Caja™ lo activa, y ejecuta el comando correspondiente.

Figura 5 El resultado de la ejecución de su primera acción

El resultado de la ejecución de su primera acción

3. Usar la Herramienta de configuracioÌn de acciones de Caja

3.1. Definir las condiciones

Si su acción se mostrará en los menús contextuales del gestor de archivos Caja™ o en su barra de herramientas dependerá de las condiciones que le haya definido.

Las condiciones se podrán comparar con el lugar al que el gestor de archivos actualmente apunta, o con los elementos actualmente seleccionados en este lugar.

Cada vez que la selección o el lugar cambian en el gestor de archivos, la Herramienta de configuración de las acciones de Caja™ verifica todas sus acciones, comparando las condiciones definidas con el lugar y la selección nuevas: para que se muestre su acción, deberán satisfacerse todas las condiciones definidas.

3.1.1. Condiciones basadas en el nombre base

Puede decidir si su acción aparecerá dependiendo de los nombres base de los elementos actualmente seleccionados en el gestor de archivos: puede definir que cada elemento de la selección deba tener algún tipo de ordenación según su nombre base, y puede decidir simultáneamente que ninguno de los elementos seleccionados pueda tener algún otro tipo de nombre base.

Pulse en la pestaña Nombres base para mostrar la página que le permite configurar sus condiciones basadas en nombres base.

Figura 6 Condiciones basadas en el nombre base

La pestaña de condiciones basadas en nombres base

En realidad, las condiciones basadas en nombres base se construyen como una lista con dos tipos de condiciones: «debe cumplir al menos una» y «no debe cumplir ninguna». Para que su acción sea un candidato tomando en cuenta estas condiciones basadas en nombres base, todas las condiciones listadas deben ser válidas para cada uno de los elementos seleccionados: el nombre base de cada elemento debe cumplir al menos una de las condiciones del tipo «debe cumplir al menos una» y no debe cumplir ninguna del tipo «no debe cumplir ninguna».

Si al menos un elemento de la selección no cumple todas las condiciones definidas, entonces su acción no se mostrará.

Cuando el objetivo sea el menú contextual de la selección, sus condiciones basadas en nombres base se compararán con los elementos actualmente seleccionados. Cuando el objetivo sea el menú contextual del lugar actual o la barra de herramientas, sus condiciones basadas en nombres base se compararán con el nombre base del lugar actual.

Definir una condición nueva basada en el nombre base nueva implica dos pasos.

  1. Defina el filtro de la nueva condición.

    • Pulse Insertar o pulse el botón para insertar un filtro de condición nuevo

    • Edite el filtro de la condición para que coincida con el nombre base que quiere.

      Una condición basada en el nombre base podrá usar los caracteres comodín «*» o «?».

  2. Indica si esta es una condición del tipo «debe cumplir al menos una» o «no debe cumplir ninguna».

    Pulse el botón de radio Debe cumplir al menos una o No debe cumplir ninguna en la misma línea para establecer la condición correspondiente.

Dependiendo del sistema operativo objetivo, asegúrese de que la casilla de verificación Coincidir con capitalización está activada (o no).

  • Cuando se activa, todos los filtros se consideran sensibles a la capitalización, lo que significa que el nombre de archivo /mi_archivo se considera distinto a /Mi_Archivo.

    Este es el comportamiento predeterminado en los sistemas similares a Unix.

  • Cuando se desactiva, los filtros se consideran no sensibles a la capitalización, lo que significa que los nombres de archivo /mi_archivo y /Mi_Archivo se consideran el mismo nombre.

    Esto es muy probablemente lo que quiere si su objetivo es alguna clase de sistema Windowsâ„¢.

Borrar una condición basada en el nombre base definida es tan simple como seleccionarla y pulsar Supr (o pulsar sobre el botón ).

De manera predeterminada, la condición basada en el nombre base es sólo una condición «debe cumplir al menos una *». Como todos los nombres base siempre cumplen esta condición, esto sólo significa que las condiciones basadas en nombre base no se consideran relevantes para la acción.

3.1.2. Condiciones basadas en tipos MIME

Puede decidir si su acción aparecerá dependiendo de los tipos MIME de los elementos actualmente seleccionados en el gestor de archivos: puede definir que cada elemento de la selección deba cumplir algún tipo MIME; y puede simultáneamente decidir que ninguno de los elementos seleccionados deba cumplir algún otro tipo MIME.

Pulse sobre la pestaña Tipos MIME para mostrar la página que le permite configurar sus condiciones basadas en tipos MIME.

Figura 7 Condiciones basadas en tipos MIME

La pestaña de condiciones basadas en tipos MIME

En realidad, las condiciones basadas en tipos MIME se construyen como una lista con dos tipos de condiciones: «debe cumplir al menos una» y «no debe cumplir ninguna». Para que su acción sea un candidato tomando en cuenta estas condiciones basadas en tipos MIME, todas las condiciones listadas deben ser válidas para cada uno de los elementos seleccionados: el tipo MIME de cada elemento debe cumplir al menos una de las condiciones del tipo «debe cumplir al menos una» y no debe cumplir ninguna del tipo «no debe cumplir ninguna».

Si al menos un elemento de la selección no cumple todas las condiciones definidas, entonces su acción no se mostrará.

Cuando el objetivo sea el menú contextual de la selección, sus condiciones basadas en tipos MIME se compararán con los elementos actualmente seleccionados. Cuando el objetivo sea el menú contextual del lugar actual o la barra de herramientas, sus condiciones basadas en tipos MIME se compararán con el tipo MIME del lugar actual, que resulta ser el conocido tipo MIME « inode/directory ».

Definir una condición basada en tipo MIME implica dos pasos.

  1. Defina el filtro de la nueva condición.

    • Pulse Insertar o pulse el botón para insertar un filtro de condición nuevo

    • Edite el filtro de la condición para que coincida con el tipo MIME que quiere.

      Debe definir un tipo MIME como una expresión grupo/subgrupo.

      El comodín «*» se soporta sólo en algunas situaciones:

      • La expresión «*/*» coincide con todos los tipos MIME. Como atajo conveniente, el carácter «*» también es válido para el mismo propósito.
      • Una cadena grupo/* coincide con todos los subgrupos del tipo MIME grupo.
      • La cadena */subgrupo no es válida como comodín.
  2. Indica si esta es una condición del tipo «debe cumplir al menos una» o «no debe cumplir ninguna».

    Pulse el botón de radio Debe cumplir al menos una o No debe cumplir ninguna en la misma línea para establecer la condición correspondiente.

Borrar una condición basada en tipo MIME definida es tan simple como seleccionarla y pulsar Supr (o pulsar sobre el botón ).

De manera predeterminada, la condición basada en tipo MIME es sólo una condición «debe coincidir con uno de */*». Como todos los nombres base siempre cumplen esta condición, esto sólo significa que las condiciones basadas en tipos MIME no se consideran relevantes para la acción.

Ejemplo 1 Ejemplo de tipos MIME habituales
all/all

Coincide con todos los elementos.

all/allfiles

Coincide con todos los archivos regulares.

inode/directory

Coincide sólo con carpetas.

3.1.3. Condiciones basadas en carpetas

Puede decidir si su acción aparecerá dependiendo de la carpeta en la que se encuentran los elementos actualmente seleccionados en el gestor de archivos: puede definir que cada elemento de la selección deba estar en una jerarquía u otra; y puede simultáneamente decidir que ninguno de los elementos seleccionados deba estar en alguna otra jerarquía.

Una condición basada en carpetas se debe ser entender como la especificación de la jerarquía en la que el elemento actualmente examinado debería (o no) estar: Esto es un patrón en la ruta del elemento.

Pulse sobre la pestaña Carpetas para mostrar la página que le permite configurar sus condiciones basadas en carpetas.

Figura 8 Condiciones basadas en carpetas

La pestaña de condiciones basadas en carpetas.

En realidad, las condiciones basadas en carpetas se construyen como una lista con dos tipos de condiciones: «debe cumplir al menos una» y «no debe cumplir ninguna». Para que su acción sea un candidato tomando en cuenta estas condiciones basadas en carpetas, todas las condiciones listadas deben ser válidas para cada uno de los elementos seleccionados: cada elemento debe estar colocado en una de las carpetas del tipo «debe cumplir al menos una» definidas y no debe estar en ninguna del tipo «no debe cumplir ninguna».

Si al menos un elemento de la selección no cumple todas las condiciones definidas, entonces su acción no se mostrará.

Cuando el objetivo sea el menú contextual de la selección, sus condiciones basadas en carpetas se compararán con el nombre de la ruta de cada elemento seleccionado. Cuando el objetivo sea el menú contextual del lugar actual o la barra de herramientas, sus condiciones basadas en carpetas se compararán con el lugar actual.

Definir una condición nueva basada en carpetas implica dos pasos.

  1. Defina el filtro de la nueva condición.

    • Pulse Insertar o pulse el botón para insertar un filtro de condición nuevo

    • Edite el filtro de la condición para que coincida con la carpeta que quiere.

      Los caracteres « * » y « ? » son válidos como comodines en cualquier nivel del filtro de carpeta definido.

    • O pulse en Buscar para seleccionar una carpeta en el sistema de archivos.

  2. Indica si esta es una condición del tipo «debe cumplir al menos una» o «no debe cumplir ninguna».

    Pulse el botón de radio Debe cumplir al menos una o No debe cumplir ninguna en la misma línea para establecer la condición correspondiente.

Borrar una condición basada en carpetas definida es tan simple como seleccionarla y pulsar Supr (o pulsar sobre el botón ).

De manera predeterminada, la condición basada en carpetas es sólo una condición «debe coincidir con uno de /». Como / siempre es la raíz de un sistema de archivos tipo Unix, todos los elementos seleccionados siempre cumplen esta condición.

Si su objetivo es un sistema Windowsâ„¢, es posible que no quiera usar este valor predeterminado.

3.1.4. Condiciones basadas en esquemas

Puede decidir si su acción aparecerá dependiendo de los esquemas de los URI de los elementos actualmente seleccionados en el gestor de archivos: puede definir que cada elemento de la selección deba tener algún esquema; y puede simultáneamente decidir que ninguno de los elementos seleccionados deba tener algún otro esquema.

Pulse sobre la pestaña Esquemas para mostrar la página que le permite configurar sus condiciones basadas en esquemas.

Figura 9 Condiciones basadas en esquemas

La pestaña de condiciones basadas en esquemas

En realidad, las condiciones basadas en esquemas se construyen como una lista con dos tipos de condiciones: «debe cumplir al menos una» y «no debe cumplir ninguna». Para que su acción sea un candidato tomando en cuenta estas condiciones basadas en esquemas, todas las condiciones listadas deben ser válidas para cada uno de los elementos seleccionados: el esquema de cada elemento debe cumplir al menos una de las condiciones del tipo «debe cumplir al menos una» y no debe cumplir ninguna del tipo «no debe cumplir ninguna».

Si al menos un elemento de la selección no cumple todas las condiciones definidas, entonces su acción no se mostrará.

Cuando el objetivo sea el menú contextual de la selección, sus condiciones basadas en esquemas se compararán con los elementos actualmente seleccionados. Cuando el objetivo sea el menú contextual del lugar o la barra de herramientas, sus condiciones basadas en esquemas se compararán con el esquema del lugar actual.

Definir una condición nueva basada en esquemas implica dos pasos.

  1. Defina el filtro de la nueva condición.

    • Pulse Insertar o pulse el botón para insertar un filtro de condición nuevo

    • Edite el nuevo filtro de condición insertado para que coincida con el esquema que quiere.

      Las condiciones basadas en esquemas sólo aceptan el comodín «*», que significa «cualquier esquema».

    • O pulse en Común para seleccionar un esquema entre aquellos predefinidos en Editar ▸ Preferencias.

      Figura 10 Seleccionar un esquema entre los predeterminados

      Seleccionar un esquema entre los predeterminados

      Podrá seleccionar aquí un esquema nuevo únicamente si no está definido ya como un filtro de esquema.

      Para seleccionar un esquema nuevo, pulse Aceptar, o haga una doble pulsación en la fila que quiere.

  2. Indica si esta es una condición del tipo «debe cumplir al menos una» o «no debe cumplir ninguna».

    Pulse el botón de radio Debe cumplir al menos una o No debe cumplir ninguna en la misma línea para establecer la condición correspondiente.

Borrar una condición basada en esquemas definida es tan simple como seleccionarla y pulsar Supr (o pulsar sobre el botón ).

De manera predeterminada, la condición basada en esquemas es sólo una condición «debe cumplir uno de *», lo que significa que los esquemas no son relevantes para esta acción.

3.1.5. Condiciones basadas en capacidades

Las capacidades son algunas propiedades que un archivo puede mostrarle al usuario.

Pero, exceptuando la capacidad Local, todas las demás dependen del usuario que ejecuta el comando.

Puede decidir entonces si su acción aparecerá, o no, dependiendo de las capacidades de los elementos seleccionados por el usuario actual.

Pulse en la pestaña Capacidades para mostrar la página que le permite configurar sus condiciones basadas en capacidades.

Figura 11 Condiciones basadas en capacidades

La pestaña de condiciones basadas en capacidades

En realidad, las condiciones basadas en capacidades se construyen como una lista con dos tipos de condiciones: «debe cumplir al menos una» y «no debe cumplir ninguna». Para que su acción sea un candidato tomando en cuenta estas condiciones basadas en capacidades, todas las condiciones listadas deben ser válidas para cada uno de los elementos seleccionados: la capacidad de cada elemento debe cumplir al menos una de las capacidades del tipo «debe cumplir al menos una» y no debe cumplir ninguna del tipo «no debe cumplir ninguna».

Si al menos un elemento de la selección no cumple todas las condiciones definidas, entonces su acción no se mostrará.

Cuando el objetivo sea el menú contextual de la selección, sus condiciones basadas en capacidades se compararán con los elementos actualmente seleccionados. Cuando el objetivo sea el menú contextual del lugar o la barra de herramientas, sus condiciones basadas en capacidades se compararán con aquellas del lugar actual.

Definir una condición basada en capacidades nueva implica dos pasos.

  1. Defina el filtro de la nueva condición.

    • Pulse Insertar para insertar un filtro de condición nuevo

    • Edite el nuevo filtro de condición insertado para que coincida con la capacidad que quiere.

    • O pulse en para abrir el cuadro de diálogo Añadir una capacidad nueva.

      Figura 12 Capacidades gestionadas

      La lista de capacidades gestionadas

      Podrá seleccionar aquí una capacidad nueva únicamente si no está definida ya como un filtro de esquema.

      Para seleccionar una capacidad nueva, pulse Aceptar, o haga una doble pulsación en la fila que quiere.

  2. Indica si esta es una condición «debe cumplir todas de» o «no debe cumplir ninguna de».

    Pulse el botón de radio Debe cumplir todas de o No debe cumplir ninguna de en la misma línea para establecer la condición correspondiente.

Borrar una condición basada en capacidades definida es tan simple como seleccionarla y pulsar Supr (o pulsar sobre el botón ).

De manera predeterminada, la lista de condiciones basadas en capacidades está vacía. Esto significa que las capacidades no son relevantes para esta acción.

3.1.6. Condición de cantidad de selección

Puede definir que su acción aparezca únicamente si la selección actual en el gestor de archivos tiene una cantidad precisa, o alguna relación precisa con una cantidad dada.

Ejemplo 2 Un caso de uso de cantidad de selección

Si su acción consiste en mostrar las diferencias entre dos archivos, puede definir aquí «Cantidad = (igual a) 2».

Pulse en la pestaña Entorno para mostrar la página que le permite configurar sus condiciones basadas en el entorno.

Figura 13 Condiciones basadas en el entorno

La pestaña de condiciones basadas en el entorno

La condición de cantidad de selección se define en el cuadro Aparece si la selección contiene.

Figura 14 Cuadro de condición de cantidad de selección

Cuadro de condición de cantidad de selección

Cuando el objetivo sea el menú contextual de la selección, la condición de cantidad definida aquí se comparará con la cantidad de elementos actualmente seleccionados. Cuando el objetivo sea el menú contextual del lugar o la barra de herramientas, la condición de cantidad se comparará con cero porque no hay elementos seleccionados en este caso.

Para definir una condición de cantidad de selección:

  • Seleccione en la lista desplegable Cantidad el operador que le quiere aplicar a la cantidad de selección:

    < (estrictamente menor que)
    = (igual a)
    > (estrictamente mayor que)
  • Introduzca la cantidad de referencia que quiera.

El valor predeterminado para la cantidad de selección es « Cantidad > (estrictamente mayor que) 0 », lo que significa que la acción será un candidato a ser mostrada tan pronto como se seleccione al menos un elemento en el gestor de archivos.

3.1.7. Selección de escritorios

Debe definir que su acción:

  • aparecerá siempre,
  • o aparecerá sólo en algunos entornos de escritorio,
  • o no aparecerá en algunos entornos de escritorio.

Sólo es posible elegir uno de estos tres elementos.

Pulse en la pestaña Entorno para mostrar la página que le permite configurar sus condiciones basadas en el entorno.

La selección de escritorios se define en el cuadro Entorno de escritorio.

Figura 15 Cuadro de selección de escritorios

Cuadro de selección de escritorios

Para definir la condición del entorno de escritorio:

  1. Primero seleccione el tipo de filtro:

    ¿quiere que su acción aparezca siempre, sin importar el entorno de escritorio?
    ¿quiere que su acción aparezca sólo en algún entorno de escritorio?
    ¿quiere que su acción no aparezca nunca en algún entorno de escritorio?
  2. Si no quiere que su acción aparezca siempre, seleccione el entorno de escritorio relevante en la lista desplegable del lado derecho.

De manera predeterminada, la condición objetivo del entorno de escritorio es «Aparecer siempre», lo que significa que la acción será candidata para mostrarse sin importar el entorno de escritorio actual.

3.1.8. Condición de ejecutable encontrado

Puede definir que su acción aparezca sólo si hay instalado algún paquete requerido en su sistema. Esto se verifica aquí mediante la especificación de un archivo particular, que sepa o suponga que el paquete proporciona, que debe estar presente en el sistema de archivos y ser ejecutable.

Pulse en la pestaña Entorno para mostrar la página que le permite configurar sus condiciones basadas en el entorno.

La condición de ejecutable encontrado se define en el cuadro Entorno de ejecución.

Figura 16 Cuadro de entorno de ejecución

Cuadro de entorno de ejecución

Para definir el archivo relevante, introduzca su nombre de archivo completo en el cuadro de entrada Aparece si el archivo es ejecutable, o pulse en Examinar para seleccionar un archivo en el sistema de archivos.

Deje el campo vacío si esta condición no es relevante para su acción.

Puede empotrar parámetros en el nombre de archivo buscado. Estos parámetros se reemplazarán dinámicamente en tiempo de ejecución con valores que dependerán de los elementos seleccionados actualmente.

3.1.9. Condición de registro D-Bus

Puede definir que su acción aparezca sólo si algún nombre dado está registrado en el sistema D-Bus en tiempo de ejecución.

Pulse en la pestaña Entorno para mostrar la página que le permite configurar sus condiciones basadas en el entorno, y enfoque el cuadro Entorno de ejecución.

Para definir un nombre relevante, introdúzcalo en el cuadro de entrada Aparece si el nombre está registrado en D-Bus.

Deje el campo vacío si esta condición no es relevante para su acción.

Puede empotrar parámetros en el nombre buscado. Se reemplazarán estos parámetros dinámicamente en tiempo de ejecución con valores que dependerán de los elementos seleccionados actualmente.

3.1.10. Condición personalizada

Puede definir que su acción sólo aparezca si un comando dado devuelve una cadena true en su salida estándar.

Pulse en la pestaña Entorno para mostrar la página que le permite configurar sus condiciones basadas en el entorno, y enfoque el cuadro Entorno de ejecución.

Esto le permite definir su propio filtro de condición personalizado, mediante la escritura de un pequeño guión que devuelve, o no, la cadena true en la salida estándar cuando se ejecuta.

Para definir el comando, introdúzcalo en el cuadro de entrada Aparece si el comando devuelve «true».

Deje el campo vacío si esta condición no es relevante para su acción.

Puede empotrar parámetros en el nombre de archivo ejecutado o en sus opciones. Estos parámetros se reemplazarán dinámicamente en tiempo de ejecución con valores que dependerán de los elementos seleccionados actualmente.

3.1.11. Condición de procesos en ejecución

Puede definir que su acción aparezca únicamente si algún binario dado está en ejecución actualmente.

Pulse en la pestaña Entorno para mostrar la página que le permite configurar sus condiciones basadas en el entorno, y enfoque el cuadro Entorno de ejecución.

Para definir el binario, introduzca su nombre en el cuadro de entrada Aparece si el binario está en ejecución, o pulse en Examinar para seleccionar un archivo en el sistema de archivos.

Incluso si introduce aquí el nombre de archivo completo de un binario, sólo se buscará su nombre base en la lista de procesos en tiempo de ejecución.

Deje el campo vacío si esta condición no es relevante para su acción.

Puede empotrar parámetros en el nombre buscado. Se reemplazarán estos parámetros dinámicamente en tiempo de ejecución con valores que dependerán de los elementos seleccionados actualmente.

3.2. Encontrar la acción

Figura 17 Configuración del objetivo

Configuración del objetivo

El gestor de archivos Caja™ podrá mostrar su acción en diferentes lugares, dependiendo de lo que elija aquí y de si algún elemento está actualmente seleccionado (o no).

Pulse en la pestaña Acción para mostrar la página que le permite configurar los lugares objetivo de su acción.

3.2.1. El objetivo es el menú contextual de la selección

Cuando Mostrar elemento en el menú contextual de la selección está marcada, entonces su acción será candidata a aparecer en el menú contextual de Caja™ tan pronto como al menos un elemento se seleccione en el gestor de archivos. Su acción, entonces, se referirá a los elementos actualmente seleccionados. Para que se muestre, todos los elementos seleccionados en el gestor de archivos Caja™ deberán cumplir todas las condiciones definidas en su acción candidata.

Cuando el objetivo de una acción es el menú contextual de la selección, y aparece efectivamente en el menú contextual de Caja™, entonces también aparece en el menú Editar de Caja™.

Este objetivo está marcado de manera predeterminada.

3.2.2. El objetivo es el menú contextual del lugar

Cuando active la casilla de verificación Mostrar elemento en el menú contextual del lugar, entonces su acción será candidata a aparecer en el menú contextual de Caja™ cuando la selección del gestor de archivos está vacía. Entonces, su acción se referirá al lugar mostrado actualmente. Para que su acción se muestre, el lugar mostrado actualmente en el gestor de archivos Caja™ debe cumplir todas las condiciones definidas en su acción candidata.

Cuando el objetivo de una acción es el menú contextual del lugar, y aparece efectivamente en el menú contextual de Caja™, entonces también aparece en el menú Archivo de Caja™.

3.2.3. El objetivo es la barra de herramientas

Cuando active la casilla de verificación Mostrar elemento en la barra de tareas, su acción será candidata a aparecer en la barra de herramientas de Caja™.

Las acciones mostradas en la barra de herramientas sólo se refieren al lugar actual del gestor de archivos, no con los posibles elementos seleccionados. Para que su acción aparezca, el lugar actual debe cumplir todas las condiciones definidas en su acción candidata.

3.2.4. Notas

Si su acción se mostrará en un menú contextual

Tanto si es el menú contextual de la selección o el menú contextual del lugar, y ambos en los menús contextuales de Caja™ y en los menús Archivo o Editar, se mostrará como

  • la Etiqueta de contexto como una etiqueta,
  • el Icono,
  • estas dos propiedades están asociadas al Consejo.

Dependiendo de la configuración exacta de su entorno de escritorio, se podrá o no mostrar el icono frente a la etiqueta en el menú.

Puede empotrar algunos parámetros en la etiqueta, el nombre del icono o el consejo. Estos parámetros se sustituirán dinámicamente en tiempo de ejecución con valores que dependerán de los elementos actualmente seleccionados.

Si su acción se mostrará en la barra de herramientas

Se mostrará como

  • la Etiqueta de la barra de herramientas como una etiqueta,
  • el Icono,
  • estas dos propiedades están asociadas al Consejo.

Dependiendo de la configuración exacta de su entorno de escritorio, se podrá o no mostrar la etiqueta de la barra de herramientas frente al icono en la barra de herramientas.

La etiqueta de la barra de herramientas es de manera predeterminada la misma de los menús. Desactivando la casilla de verificación Usar la misma etiqueta para el icono en la barra de herramientas, puede definir una etiqueta específica de la barra de herramientas, que es normalmente más corta que aquella definida para los menús.

Puede empotrar algunos parámetros en la etiqueta de la barra de herramientas, el nombre del icono o el consejo. Estos parámetros se sustituirán dinámicamente en tiempo de ejecución con valores que dependerán de los elementos actualmente seleccionados.

Definir varios objetivos

El objetivo de una acción puede ser el menú contextual de la selección, el menú contextual del lugar y la barra de herramientas, o uno o más de estos.

No definir ningún objetivo

Si no se define ningún objetivo, es decir, si las tres casillas de verificación están desactivadas, su acción no se mostrará nunca.

3.3. ¿Qué acción se debe ejecutar?

Lo más probable es que quiera que su acción termine ejecutando algo. Y, de hecho, tener algo que ejecutar es una de las pocas condiciones que se requieren para que una acción se considere válida.

Como hemos visto, el comando que ejecutar se configura en la página Comando.

Este comando puede tomar argumentos, que pueden ser a su vez parámetros empotrados. Estos parámetros se expandirán en tiempo de ejecución, con valores que dependerán de los elementos actualmente seleccionados.

3.3.1. Parámetros disponibles

En la página Comando, pulse en el botón Leyenda para ver la lista de parámetros disponibles.

Figura 18 Lista de parámetros disponibles

Los parámetros disponibles

El botón Leyenda tiene una acción conmutadora: pulse una vez para mostrar el cuadro de diálogo Leyenda de parámetros, pulse otra vez para ocultarlo.

La palabra «primero» puede ser confusa ya que sólo se refiere a la lista de elementos seleccionados proporcionados internamente por el gestor de archivos al complemento Acciones de Caja™.

Particularmente, no tiene nada que ver con la selección visual que puede haber hecho en la ventana del gestor de archivos. Y, en realidad, cuál es el «primer» elemento seleccionado en una selección múltiple es absolutamente indefinido e impredecible.

3.3.2. ¿Dónde se debe ejecutar la acción?

Su acción se puede ejecutar en una carpeta de trabajo en particular.

Puede especificarla en la pestaña Comando, en el cuadro de entrada Carpeta de trabajo, o pulsando en Examinar para seleccionar a carpeta en el sistema de archivos.

Figura 19 Cuadro de la carpeta de trabajo

Cuadro de la carpeta de trabajo

De manera predeterminada, la carpeta de trabajo es %d, lo que ejecuta el comando en la carpeta base del (primer) elemento seleccionado.

En el caso particular del parámetro %d, el «primer» elemento seleccionado no es muy importante porque es muy probable que todos los elementos seleccionados estén ubicados en la misma carpeta base.

3.3.3. ¿Cómo se debe ejecutar la accioÌn?

Además de configurar las condiciones que la selección debe cumplir para que su acción se muestre, Acciones de Caja™ le permite configurar la manera exacta en la que su comando se ejecutará.

Pulse en la pestaña Ejecutar para mostrar la página que le permitirá configurar la ejecución de su comando.

Figura 20 Configuración de los modos de ejecución

Configuración de los modos de ejecución

3.3.3.1. Modo de ejecución
Figura 21 ConfiguracioÌn del modo de ejecucioÌn

ConfiguracioÌn del modo de ejecucioÌn

El modo de ejecución de su comando puede elegirse de entre los siguientes valores:

Normal

Inicia el comando como una interfaz de usuario gráfica estándar.

Terminal

Inicia la terminal preferida del entorno de escritorio, y ejecuta el comando en ella.

Empotrado

Utiliza una característica especial del gestor de archivos que permite ejecutar una terminal en él.

Como Caja™ no posee esta característica, esta opción es estrictamente equivalente a la opción Terminal.

Mostrar salida

Inicia la terminal preferida del entorno de escritorio, y ejecuta el comando en ella. Cuando finaliza, se recogen y muestran las salidas estándar (stdout, stderr).

De manera predeterminada, el modo de ejecución de un comando es Normal. Esto significa que el comando se ejecuta sin ningún trabajo previo o posterior.

3.3.3.2. Notificación de inicio
Figura 22 ConfiguracioÌn de los modos de inicio

ConfiguracioÌn de los modos de inicio

Si el modo de ejecución de un comando es Normal, y si sabe que la aplicación mandará un mensaje remove con la variable de entorno DESKTOP_STARTUP_ID establecida, entonces active la casilla de verificación Notificación de inicio.

Consulte la especificación del protocolo de notificación al inicio para obtener más detalles.

3.3.3.3. Clase de ventana

Si el modo de ejecución de un comando es Normal, y si sabe que la aplicación mapeará al menos una ventana con un nombre de clase dado, entonces introduzca el nombre en el cuadro de entrada Clase de inicio del administrador de ventanas.

Consulte la especificación del protocolo de notificación al inicio para obtener más detalles.

3.3.3.4. Propietario de la ejecución
Figura 23 Configuración del propietario de la ejecución

Configuración del propietario de la ejecución

Su comando se ejecutará como el usuario cuyo nombre o UID introduzca en el cuadro de entrada Ejecutar como usuario.

Si no introduce nada en este campo, entonces su comando se ejecutará como el usuario actual.

3.3.3.5. Ejecuciones múltiples

Puede desear que su comando se ejecute una vez, proporcionándole la lista de los elementos seleccionados como argumento.

O puede preferir que su comando se repita por cada elemento seleccionado, proporcionando un elemento diferente como argumento por cada ejecución.

En realidad, Acciones de Caja™ administra automáticamente estos dos comportamientos, dependiendo de la forma y el orden de los parámetros en los argumentos del comando.

A pesar de que algunos parámetros no dependen de la cuenta de la selección (por ejemplo, «%c», la cuenta de selección en sí), la mayoría tiene dos declinaciones:

  • una «singular», por ejemplo, «%b», el nombre base del elemento seleccionado;
  • una «plural», por ejemplo, «%B», la lista separada por espacios de los nombres base de los elementos seleccionados.

Cuando la selección está vacía o contiene sólo un elemento, y desde el punto de vista de este tema, estas dos formas son exactamente equivalentes.

Cuando la selección contiene más de un elemento:

  • si el primer parámetro relevante es de forma singular, entonces, Acciones de Cajaâ„¢ considerará que el comando sólo puede manejar un elemento a la vez, y por lo tanto que tiene que ejecutarse una vez por cada elemento seleccionado;
  • contrariamente, si el primer parámetro relevante encontrado es de forma plural, entonces Acciones de Cajaâ„¢ considerará que el comando puede manejar una lista de elementos, y por lo tanto se ejecutará sólo una vez;
  • si todos los parámetros encontrados son irrelevantes, entonces Acciones de Cajaâ„¢ considerará de manera predeterminada que el comando se ejecute sólo una vez.
Tabla 1 Caracterización de los parámetros vs. ejecución múltiple
Parámetro Descripción Repetición
%b (primer) nombre base singular
%B lista de los nombres base separados por un espacio plural
%c conteo de elementos seleccionados irrelevante
%d (primera) carpeta base singular
%D lista separada por espacios de carpetas base de cada elemento seleccionado plural
%f (primer) nombre de archivo singular
%F lista de los nombres de archivo seleccionados, separados por un espacio plural
%h nombre del servidor del (primer) URI irrelevante
%m tipo MIME del (primer) elemento seleccionado singular
%M lista separada por espacios de tipos MIME de cada elemento seleccionado plural
%n nombre de usuario del (primer) URI irrelevante
%o operador de no operación que fuerza una forma de ejecución singular singular
%O operador de no operación que fuerza una forma de ejecución plural plural
%p nuÌmero de puerto del (primer) URI irrelevante
%s esquema del (primer) URI irrelevante
%u (primer) URI singular
%U lista de URI separados por un espacio plural
%w (primer) nombre base sin la extensioÌn singular
%W lista de los nombres base sin extensión, separados por un espacio plural
%x (primera) extensioÌn singular
%X lista de extensiones separadas por un espacio plural
%% el carácter «%» irrelevante
Ejemplo 3 Uso de la forma singular vs. la forma plural

Se supone que la carpeta actual es /datos, y que la selección actual contiene tres archivos pedro. pablo, y juan.

Si se ha solicitado echo %b,

se ejecutarán sucesivamente los siguientes comandos:

echo pedro
echo pablo
echo juan

Esto es así porque %b marca un parámetro singular. El comando se ejecuta entonces una vez por cada uno de los elementos seleccionados.

Contrariamente, si se ha solicitado echo %B,

se ejecutará el siguiente comando:

echo pedro pablo juan

Esto es así porque %B marca un parámetro plural. El comando se ejecuta entonces sólo una vez, con la lista de los elementos seleccionados como argumentos.

Si se ha solicitado echo %b %B,

se ejecutarán sucesivamente los siguientes comandos:

echo pedro pedro pablo juan
echo pablo pedro pablo juan
echo juan pedro pablo juan

Esto es así porque el primer parámetro relevante es %b, y por lo tanto el comando se ejecuta una vez por cada elemento seleccionado, reemplazando en cada ocurrencia el parámetro %b con el elemento correspondiente. El segundo parámetro se calcula y añade como argumento al comando ejecutado.

Y si se ha solicitado echo %B %b,

se ejecutarán los siguientes comandos:

echo pedro pablo juan pedro

Esto es así porque el primer parámetro relevante aquí es %B. El comando, entonces, se ejecuta sólo una vez, remplazando %B con la lista separada por espacios de los nombres base. Como el comando sólo se ejecuta una vez, el %b se sustituye sólo una vez con el primer nombre base.

3.4. Usar perfiles para extender su acción

Existen algunas situaciones en las que querrá que una acción determinada se comporte de manera ligeramente diferente dependiendo de los elementos actualmente seleccionados o del entorno de ejecución actual.

Ejemplo 4 Abrir una terminal aquiÌ

Digamos que tiene una acción que abre una terminal en la ubicación actual.

La ha configurado para abrir su terminal preferida en la ubicación a la que su gestor de archivos apunta actualmente.

Pero, ¿qué sucede si quiere seleccionar una carpeta en su gestor de archivos, y abrir directamente su terminal allí? Si mantiene su acción basada en la ubicación actual del gestor de archivos, su terminal se abrirá en la carpeta padre de la carpeta seleccionada.

Una solución es definir un perfil nuevo para su acción, configurándolo para abrir la terminal en la carpeta objetivo.

En tiempo de ejecución, Acciones de Caja™ examinará sucesivamente cada perfil añadido a su acción. Si el primer perfil tiene por objetivo un archivo cuando ha seleccionado una carpeta, Acciones de Caja™ lo intentará con su segundo perfil.

Para crear un perfil nuevo, primero seleccione la acción en la lista de elementos, luego elija Archivo ▸ Perfil nuevo.

Se crea un perfil nuevo en su acción.

Ahora puede definir las condiciones que deben cumplirse para que este perfil se elija, y el comando que se ejecutará.

3.4.1. Ordenar los perfiles de una acción

En tiempo de ejecución, Acciones de Caja™ comenzará examinando las condiciones establecidas en su acción.

Si estas condiciones (las condiciones de la acción) se cumplen, entonces Acciones de Caja™ examinará en orden cada perfil.

Si las condiciones definidas en un perfil se cumplen, entonces este perfil se validará, y la revisión de otros perfiles se detendrá.

Si no se encuentran perfiles válidos en tiempo de ejecución, entonces la acción será considerada no válida, y no se mostrará en el menú contextual del gestor de archivos.

Los perfiles de una acción tienen un orden, y se examinan de acuerdo a este en tiempo de ejecución. El primer perfil cuyas condiciones se cumplen se validará y se hará seleccionable en el menú contextual de Caja™ .

Entonces, el orden de los perfiles puede ser importante para su acción: sólo se selecciona el primer perfil válido encontrado.

Puede ordenar sus perfiles en una acción de dos maneras.

  1. Corte el perfil que mover, seleccione el perfil antes de cortar el perfil que insertar, y péguelo.
  2. Pulse en el perfil que mover y arrástrelo a su lugar correcto.

3.5. Organizar acciones en menús

A medida que su lista de acciones crezca, muy probablemente querrá organizarlas en menús, submenús, etc.

Para crear un menú nuevo, elija Archivo ▸ Menú nuevo.

Se puede crear un menú en cualquier lugar de la lista de sus acciones, pero dentro de una acción (es decir, no entre dos perfiles de una acción).

Como una acción, el lugar exacto en que se inserte un menú nuevo depende del tipo de orden actual:

Orden manual:

El menú nuevo se inserta justo antes de la acción o menú actual.

Este lugar no cambiará cuando modifique luego la etiqueta del menú.

Orden alfabético ascendente (o descendente):

El menú nuevo se inserta en el lugar correcto, de acuerdo a la etiqueta «Menú de Caja nuevo» predeterminada.

Este lugar cambiará automáticamente cada vez que modifique la etiqueta del menú.

Como una acción, un menú también requiere una etiqueta, y puede tener un icono y un consejo. Además, puede definir algunas condiciones para que su menú sea candidato a mostrarse en el menú contextual de Caja™. Si las condiciones definidas no se cumplen en tiempo de ejecución, entonces todo su menú, incluyendo sus submenús, sus acciones, etc. no se mostrará.

3.6. Ordenar la lista de elementos

Sus acciones y menús se mostrarán en los menús contextuales del gestor de archivos en el mismo orden en que se listan en la Lista de elementos, en el panel izquierdo de la ventana principal de la Herramienta de configuracioÌn de las Acciones de Caja.

Debe decidir si:

  • ordena sus acciones y menús en orden el alfabético ascendete o descendete de sus etiquetas,
  • o no los ordena, y organiza manualmente sus acciones y menús en su propio orden.

3.6.1. Ordenar alfabéticamente sus acciones y menús

En estos modos, las acciones y menús se ordenan dependiendo de sus etiquetas, dentro de sus padres.

Figura 24 Ordenar botones en la ventana principal

Ordenar botones en la ventana principal

Puede ordenar sus acciones si:

  • Pulsa en el botón (o ) para ordenar sus acciones en orden ascendente (o descendente).
  • O edita la preferencia correspondiente.

3.6.2. Organizar manualmente sus acciones y menús

Cuando los elementos se ordenan manualmente en la lista, los elementos nuevos se insertan generalmente justo en la posición actual.

Sin embargo, existe el caso en que una acción está seleccionada, y no expandida (o actualmente tiene sólo un perfil). No se insertará un perfil nuevo antes de la acción, sino dentro de ella.

Para elegir este modo:

  • Pulse en el botón .
  • O edita la preferencia correspondiente.

3.7. Editando

Con la Herramienta de configuracioÌn de las Acciones de Caja, puede cortar, copiar o pegar desde y hacia el portapapeles de manera segura.

3.7.1. Cortar/Eliminar

Se elimina la selección actual.

Tenga en cuenta que seleccionar y eliminar todos los perfiles de una acción la deja sin ningún perfil, resultando en un estado no válido. El nombre de la acción aparecerá con caracteres en cursiva (porque se ha modificado) y rojos (porque no es válida).

3.7.2. Selección múltiple

La selección múltiple es posible en la Herramienta de configuracioÌn de las Acciones de Caja. Puede extender la selección actual presionando Ctrl o Mayús mientras selecciona un elemento para añadirlo a la selección.

La Herramienta de configuracioÌn de las Acciones de Caja sólo acepta selecciones múltiples homogéneas. Esto significa que puede seleccionar uno o más perfiles, o bien una o más acciones o menús. Una selección múltiple que contenga tanto perfiles como acciones o menús no está permitida. Esto es así porque la Herramienta de configuracioÌn de las Acciones de Caja no sabría dónde pegar tal selección.

Tenga en cuenta que seleccionar cualquier fila también significa seleccionar los hijos de esa fila. Estos hijos se dice que se «seleccionan implícitamente»: serán parte de las próximas operaciones de edición, pero no se consideran cuando se verifica si la selección es homogénea. Además, no se pueden seleccionar explícitamente (ni deseleccionarse).

3.8. Guardar sus cambios

Para guardar su modificaciones, elija Archivo ▸ Guardar (Ctrl+S).

Se guardarán todas sus modificaciones pendientes. El primer proveedor de E/S disponible creará los elementos nuevos.

Acciones de Caja™ también tiene una característica de auto-guardado configurable en el cuadro de diálogo Preferencias.

3.9. Exportar sus acciones

3.10. Importar acciones

3.11. Establecer sus propias preferencias

Elija Editar ▸ Preferencias para acceder a la configuración de sus preferencias.

3.11.1. Preferencias de ejecución

Figura 25 Preferencias de ejecución

Preferencias de ejecución

3.11.2. Preferencias de tiempo de ejecución

Figura 26 Preferencias de tiempo de ejecución

Preferencias de tiempo de ejecución

Figura 27 Selección de escritorios

Selección de escritorios

3.11.3. Preferencias de la interfaz de usuario

Figura 28 Preferencias de la IU

Preferencias de la IU

3.11.4. Preferencias de importación

Figura 29 Preferencias de importación

Preferencias de importación

3.11.5. Preferencias de exportación

Figura 30 Preferencias de exportación

Preferencias de exportación

3.11.6. Preferencias de esquemas

Figura 31 Preferencias de esquemas

Preferencias de esquemas

3.11.7. Preferencias de proveedores de E/S

Figura 32 Preferencias de proveedores de E/S

Preferencias de proveedores de E/S

4. InformacioÌn variada

La acción nueva también se muestra en color rojo en la lista de elementos. El color rojo indica que el elemento no es válido, lo que significa que el elemento no puede ser candidato a mostrarse en el menú contextual de Cajaâ„¢ porque parte de su información falta o es errónea. Aquí, a pesar de que la acción nueva tiene valores predeterminados adecuados, carece de un comando a ejecutarse como para que la Herramienta de configuracioÌn de las Acciones de Caja la considere válida.

5. Errores conocidos y limitaciones

5.1. Errores conocidos

Los errores conocidos están disponibles en la página resumen de Bugzilla.

Si encuentra algún error nuevo en Caja-Actions™, informe de él visitando el sitio web de Bugzilla con su navegador favorito.

#616532 Selección de carpetas

Cuando examina la carpeta a la que quiere exportar en el asistente de exportación de la Herramienta de configuracioÌn de las Acciones de Caja, no la puede seleccionar como la carpeta a la que exportar. En vez de eso, debe ir a la carpeta superior y seleccionar la carpeta desde allí.

5.2. Limitaciones conocidas

Modo de ejecución

En la versión 3.0, se puede configurar el modo de ejecución en la Herramienta de configuracioÌn de las Acciones de Caja, pero todavía no tiene efecto en el complemento de Cajaâ„¢.

Esto afecta a la carpeta de trabajo, modo de ejecución, notificación de inicio y los parámetros del propietario de ejecución.

Atajo de teclado sugerido

En la versión 3.0, el atajo de teclado sugerido, como se describe en la especificación DES-EMA no se puede configurar en la Herramienta de configuracioÌn de las Acciones de Caja, y no tiene efecto en el complemento de Cajaâ„¢.

Separador de menú

En la versión 3.0, los separadores de menú no se pueden configurar en la Herramienta de configuracioÌn de las Acciones de Caja. y no tienen efecto en el complemento de Cajaâ„¢.

Uno tiene que notar que, por ahora, el gestor de archivos Caja™ no le permite a sus complementos definir separadores en el menú contextual.

6. Acerca de la Herramienta de configuracioÌn de acciones de Caja

Frederic Ruaudel () y Rodrigo Moya () escribieron la primera versión de Acciones de Caja™. Se ha mejorado ampliamente y actualmente es Pierre Wieser () quien lo mantiene.

Las ilustraciones son cortesía de Ulisse Perusin () y DragonArtz (http://www.dragonartz.net).

Para obtener más información acerca de Acciones de Caja™, visite la página web de http://www.caja-actions.org/Acciones de Caja™.

Para informar de un error o hacer una sugerencia acerca de Acciones de Cajaâ„¢, la Herramienta de configuracioÌn de acciones de Caja o este manual, siga los enlaces de la página de comentarios de MATE, o tal vez prefiera abrir un error o pedir una mejora directamente en el sitio web de Bugzilla.

A. GNU Free Documentation License

Versión 1.3, 3 noviembre de 2008

Copyright © 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.

Se permite la copia y distribución de copias literales de este documento, pero no se permite su modificación.

El propoÌsito de esta Licencia es permitir que un manual, libro de texto, u otro documento escrito sea «libre» en el sentido de libertad: asegurar a todo el mundo la libertad efectiva de copiarlo y redistribuirlo, con o sin modificaciones, de manera comercial o no. En segundo teÌrmino, esta Licencia proporciona al autor y al editor una manera de obtener reconocimiento por su trabajo, sin que se le considere responsable de las modificaciones realizadas por otros.

Esta Licencia es de tipo «copyleft», lo que significa que los trabajos derivados del documento deben a su vez ser libres en el mismo sentido. Complementa la Licencia PuÌblica General de GNU, que es una licencia tipo copyleft diseñada para el software libre.

Hemos diseñado esta Licencia para usarla en manuales de software libre, ya que el software libre necesita documentación libre: Un programa libre debe venir con los manuales que ofrezcan la mismas libertades que da el software. Pero esta licencia no se limita a manuales de software; puede ser usada para cualquier trabajo textual, sin tener en cuenta su temática o si se publica como libro impreso. Recomendamos esta licencia principalmente para trabajos cuyo fin sea instructivo o de referencia.

Esta Licencia se aplica a cualquier manual u otro trabajo, en cualquier soporte, que contenga una nota del propietario de los derechos de autor que indique que puede ser distribuido bajo los términos de esta Licencia. Tal nota garantiza en cualquier lugar del mundo, sin pago de derechos y sin límite de tiempo, el uso de dicho trabajo según las condiciones aquí estipuladas. En adelante la palabra Documento se referirá a cualquiera de dichos manuales o trabajos. Cualquier persona es un licenciatario y será referido como Usted. Usted acepta la licencia si copia. modifica o distribuye el trabajo de cualquier modo que requiera permiso según la ley de propiedad intelectual.

Una «VersioÌn Modificada» del Documento significa cualquier trabajo que contenga el Documento o una porcioÌn del mismo, ya sea una copia literal o con modificaciones y/o traducciones a otro idioma.

Una «Sección Secundaria» es un apéndice con título o una sección preliminar del Documento que trata exclusivamente de la relación entre los autores o editores y el tema general del Documento (o temas relacionados) pero que no contiene nada que entre directamente en dicho tema general (por ejemplo, si el Documento es en parte un texto de matemáticas, una Sección Secundaria puede no explicar nada de matemáticas). La relación puede ser una conexión histórica con el tema o temas relacionados, o una opinión legal, comercial, filosófica, ética o política acerca de ellos.

Las «Secciones Invariantes» son ciertas Secciones Secundarias cuyos títulos son designados como Secciones Invariantes en la nota que indica que el documento es liberado bajo esta Licencia. Si una sección no entra en la definición de Secundaria, no puede designarse como Invariante. El documento puede no tener Secciones Invariantes. Si el Documento no identifica las Secciones Invariantes, es que no las tiene.

Los «Textos de Cubierta» son ciertos pasajes cortos de texto que se listan como Textos de Cubierta Delantera o Textos de Cubierta Trasera en la nota que indica que el documento se libera bajo esta Licencia. Un Texto de Cubierta Delantera puede tener como mucho 5 palabras, y uno de Cubierta Trasera puede tener hasta 25 palabras.

Una copia «Transparente» del «Documento», significa una copia para lectura en máquina, representada en un formato cuya especificación está disponible al público en general, cuyo contenido puede ser visto y editados directamente con editores de texto genéricos o (para imágenes compuestas por píxeles) con programas genéricos de manipulación de imágenes o (para dibujos) con algún editor de dibujos ampliamente disponible, y que sea adecuado como entrada para formateadores de texto o para su traducción automática a formatos adecuados para formateadores de texto. Una copia hecha en un formato definido como Transparente, pero cuyo marcaje o ausencia de él haya sido diseñado para impedir o dificultar modificaciones posteriores por parte de los lectores no es Transparente. Una copia que no es «Transparente» se denomina «Opaca».

Como ejemplos de formatos adecuados para copias Transparentes están ASCII puro sin marcado, formato de entrada de Texinfo, formato de entrada de LaTeX, SGML o XML usando una DTD disponible públicamente, y HTML, PostScript o PDF simples, que sigan los estándares y diseños para que los modifiquen personas.Los formatos Opacos incluyen formatos propietarios que pueden ser leídos y editados únicamente en procesadores de textos propietarios, SGML o XML para los cuáles las DTD y/o herramientas de procesamiento no estén ampliamente disponibles, y HTML, PostScript o PDF generados por algunos procesadores de textos sólo como salida.

La «Portada» significa, en un libro impreso, la paÌgina de tiÌtulo, maÌs las paÌginas siguientes que sean necesarias para mantener legiblemente el material que esta Licencia requiere en la portada. Para trabajos en formatos que no tienen paÌgina de portada como tal, «Portada» significa el texto cercano a la aparicioÌn maÌs prominente del tiÌtulo del trabajo,precediendo el comienzo del cuerpo del texto.

El «Editor» se refiere a cualquier persona o entidad que distribuya copias del Documento a el público.

Una sección Titulada XYZ significa una parte del Documento cuyo título es precisamente XYZ o contiene XYZ entre paréntesis, a continuación de texto que traduce XYZ a otro idioma (aquí XYZ se refiere a nombres de sección específicos mencionados más abajo, como Agradecimientos, Dedicatorias , Aprobaciones o Historia). Conservar el Título de tal sección cuando se modifica el Documento significa que permanece una sección Titulada XYZ según esta definición.

El Documento puede incluir Limitaciones de Garantía cercanas a la nota donde se declara que al Documento se le aplica esta Licencia. Se considera que estas Limitaciones de Garantía están incluidas, por referencia, en la Licencia, pero sólo en cuanto a limitaciones de garantía: cualquier otra implicación que estas Limitaciones de Garantía puedan tener es nula y no tiene efecto en el significado de esta Licencia.

Usted puede copiar y distribuir el Documento en cualquier soporte, sea en forma comercial o no, siempre y cuando esta Licencia, las notas de copyright y la nota que indica que esta Licencia se aplica al Documento se reproduzcan en todas las copias y que usted no añada ninguna otra condición a las expuestas en esta Licencia. Usted no puede usar medidas técnicas para obstruir o controlar la lectura o copia posterior de las copias que usted haga o distribuya. Sin embargo, usted puede aceptar compensación a cambio de las copias. Si distribuye un número suficientemente grande de copias también deberá seguir las condiciones de la sección 3.

Usted también puede prestar copias, bajo las mismas condiciones establecidas anteriormente, y puede exhibir copias públicamente.

Si publica copias impresas del Documento (o copias en soportes que tengan normalmente cubiertas impresas) que sobrepasen las 100, y la nota de licencia del Documento exige Textos de Cubierta, debe incluir las copias con cubiertas que lleven en forma clara y legible todos esos Textos de Cubierta: Textos de Cubierta Delantera en la cubierta delantera y Textos de Cubierta Trasera en la cubierta trasera. Ambas cubiertas deben identificarlo a Usted clara y legiblemente como editor de tales copias. La cubierta debe mostrar el título completo con todas las palabras igualmente prominentes y visibles. Además puede añadir otro material en las cubiertas. Las copias con cambios limitados a las cubiertas, siempre que conserven el título del Documento y satisfagan estas condiciones, pueden considerarse como copias literales.

Si los textos requeridos para la cubierta son muy voluminosos para que ajusten legiblemente, debe colocar los primeros (tantos como sea razonable colocar) en la verdadera cubierta y situar el resto en páginas adyacentes.

Si Usted publica o distribuye copias Opacas del Documento cuya cantidad exceda las 100, debe incluir una copia Transparente, que pueda ser leída por una máquina, con cada copia Opaca, o bien mostrar, en cada copia Opaca, una dirección de red donde cualquier usuario de la misma tenga acceso por medio de protocolos públicos y estandarizados a una copia Transparente del Documento completa, sin material adicional. Si usted hace uso de la última opción, deberá tomar las medidas necesarias, cuando comience la distribución de las copias Opacas en cantidad, para asegurar que esta copia Transparente permanecerá accesible en el sitio establecido por lo menos un año después de la última vez que distribuya una copia Opaca de esa edición al público (directamente o a través de sus agentes o distribuidores).

Se solicita, aunque no es requisito, que se ponga en contacto con los autores del Documento antes de redistribuir gran número de copias, para darles la oportunidad de que le proporcionen una versión actualizada del Documento.

Puede copiar y distribuir una Versión Modificada del Documento bajo las condiciones de las secciones 2 y 3 anteriores, siempre que usted libere la Versión Modificada bajo esta misma Licencia, con la Versión Modificada haciendo el rol del Documento, por lo tanto dando licencia de distribución y modificación de la Versión Modificada a quienquiera posea una copia de la misma. Además, debe hacer lo siguiente en la Versión Modificada:

  1. Usar en la Portada (y en las cubiertas, si hay alguna un título distinto al del Documento y de sus versiones anteriores (que deberían, si hay alguna, estar listadas en la sección de Historia del Documento). Puede usar el mismo título de versiones anteriores al original siempre y cuando quien las publicó originalmente otorgue permiso.

  2. Listar en la Portada, como autores, una o más personas o entidades responsables de la autoría de las modificaciones de la Versión Modificada, junto con por lo menos cinco de los autores principales del Documento (todos sus autores principales, si hay menos de cinco), a menos que le eximan de tal requisito.

  3. Mostrar en la Portada el nombre del editor de la Versión Modificada como el editor.

  4. Conservar todas las notas de copyright del Documento.

  5. Añadir una nota de copyright apropiada a sus modificaciones, adyacente a las otras notas de copyright.

  6. Incluir, inmediatamente después de las notas de copyright una nota de licencia dando el permiso para usar la Versión Modificada bajo los términos de esta Licencia, como se muestra en el Apéndice [Apéndice] al final de este documento.

  7. Conservar en esa nota de licencia el listado completo de las Secciones Invariantes y de los Textos de Cubierta que sean requeridos en la nota de Licencia del Documento original.

  8. Incluir una copia sin modificación de esta Licencia.

  9. Conservar la sección Titulada «Historia», conservar su Título y añadirle un elemento que declare al menos el título, el año, los nuevos autores y el editor de la Versión Modificada, tal como figuran en la Portada. Si no hay una sección Titulada Historia en el Documento, crear una estableciendo el título, el año, los autores y el editor del Documento, tal como figuran en su Portada, añadiendo además un elemento describiendo la Versión Modificada, como se estableció en la oración anterior.

  10. Conservar la dirección en red, si la hay, dada en el Documento para el acceso público a una copia Transparente del mismo, así como las otras direcciones de red dadas en el Documento para versiones anteriores en las que estuviese basado. Pueden ubicarse en la sección «Historia». Se puede omitir la ubicación en red de un trabajo que haya sido publicado por lo menos cuatro años antes que el Documento mismo, o si el editor original de dicha versión da permiso.

  11. En cualquier sección Titulada Agradecimientos o Dedicatorias, Conservar el Título de la sección y conservar en ella toda la sustancia y el tono de los agradecimientos y/o dedicatorias incluidas por cada contribuyente.

  12. Conservar todas las Secciones Invariantes del Documento, sin alterar su texto ni sus títulos. Números de sección o el equivalente no son considerados parte de los títulos de la sección.

  13. Borrar cualquier sección titulada «Aprobaciones». Tales secciones no pueden estar incluidas en las Versiones Modificadas.

  14. No cambiar el título de ninguna sección existente a «Aprobaciones» ni a uno que entre en conflicto con el de alguna Sección Invariante.

  15. Conservar todas las Limitaciones de Garantía.

Si la Versión Modificada incluye secciones o apéndices nuevos que califiquen como Secciones Secundarias y contienen material no copiado del Documento, puede opcionalmente designar algunas o todas esas secciones como invariantes. Para hacerlo, añada sus títulos a la lista de Secciones Invariantes en la nota de licencia de la Versión Modificada. Tales títulos deben ser distintos de cualquier otro título de sección.

Puede añadir una sección titulada «Aprobaciones», siempre que contenga únicamente aprobaciones de su Versión Modificada por otras fuentes --por ejemplo, observaciones de peritos o que el texto ha sido aprobado por una organización como la definición oficial de un estándar.

Puede añadir un pasaje de hasta cinco palabras como Texto de Cubierta Delantera y un pasaje de hasta 25 palabras como Texto de Cubierta Trasera en la Versión Modificada. Una entidad solo puede añadir (o hacer que se añada) un pasaje al Texto de Cubierta Delantera y uno al de Cubierta Trasera. Si el Documento ya incluye un textos de cubiertas añadidos previamente por usted o por la misma entidad que usted representa, usted no puede añadir otro; pero puede reemplazar el anterior, con permiso explícito del editor que agregó el texto anterior.

Con esta Licencia ni los autores ni los editores del Documento dan permiso para usar sus nombres para publicidad ni para asegurar o implicar aprobación de cualquier Versión Modificada.

Usted puede combinar el Documento con otros documentos liberados bajo esta Licencia, bajo los términos definidos en la sección 4 anterior para versiones modificadas, siempre que incluya en la combinación todas las Secciones Invariantes de todos los documentos originales, sin modificar, listadas todas como Secciones Invariantes del trabajo combinado en su nota de licencia. Así mismo debe incluir la Limitación de Garantía.

El trabajo combinado necesita contener solamente una copia de esta Licencia, y puede reemplazar varias Secciones Invariantes idénticas por una sola copia. Si hay varias Secciones Invariantes con el mismo nombre pero con contenidos diferentes, haga el título de cada una de estas secciones único añadiéndole al final del mismo, entre paréntesis, el nombre del autor o editor original de esa sección, si es conocido, o si no, un número único. Haga el mismo ajuste a los títulos de sección en la lista de Secciones Invariantes de la nota de licencia del trabajo combinado.

En la combinacioÌn, debe combinar cualquier seccioÌn titulada «Historia» de los distintos documentos originales, formando una seccioÌn titulada «Historia»; de la misma forma, combine cualquier seccioÌn titulada «Reconocimientos» y cualquier seccioÌn titulada «Dedicatorias». Debe borrar todas las secciones tituladas «Aprobaciones».

Puede hacer una colección que conste del Documento y de otros documentos liberados bajo esta Licencia, y reemplazar las copias individuales de esta Licencia en todos los documentos por una sola copia que esté incluida en la colección, siempre que siga las reglas de esta Licencia para cada copia literal de cada uno de los documentos en cualquiera de los demás aspectos.

Puede extraer un solo documento de una de tales colecciones y distribuirlo individualmente bajo esta Licencia, siempre que inserte una copia de esta Licencia en el documento extraído, y siga esta Licencia en todos los demás aspectos relativos a la copia literal de dicho documento.

Una recopilación que conste del Documento o sus derivados y de otros documentos o trabajos separados e independientes, en cualquier soporte de almacenamiento o distribución, se denomina un agregado si el copyright resultante de la compilación no se usa para limitar los derechos de los usuarios de la misma más allá de lo que los de los trabajos individuales permiten. Cuando el Documento se incluye en un agregado, esta Licencia no se aplica a otros trabajos del agregado que no sean en sí mismos derivados del Documento.

Si el requisito de la sección 3 sobre el Texto de Cubierta es aplicable a estas copias del Documento y el Documento es menor que la mitad del agregado entero, los Textos de Cubierta del Documento pueden colocarse en cubiertas que enmarquen solamente el Documento dentro del agregado, o el equivalente electrónico de las cubiertas si el documento está en forma electrónica. En caso contrario deben aparecer en cubiertas impresas enmarcando todo el agregado.

La Traducción es considerada como un tipo de modificación, por lo que usted puede distribuir traducciones del Documento bajo los términos de la sección 4. El reemplazo las Secciones Invariantes con traducciones requiere permiso especial de los dueños de derecho de autor, pero usted puede añadir traducciones de algunas o todas las Secciones Invariantes a las versiones originales de las mismas. Puede incluir una traducción de esta Licencia, de todas las notas de licencia del documento, así como de las Limitaciones de Garantía, siempre que incluya también la versión en Inglés de esta Licencia y las versiones originales de las notas de licencia y Limitaciones de Garantía. En caso de desacuerdo entre la traducción y la versión original en Inglés de esta Licencia, la nota de licencia o la limitación de garantía, la versión original en Inglés prevalecerá.

Si una sección del Documento está Titulada Agradecimientos, Dedicatorias o Historia el requisito (sección 4) de Conservar su Título (Sección 1) requerirá, típicamente, cambiar su título.

Usted no puede copiar, modificar, sublicenciar o distribuir el Documento salvo por lo permitido expresamente bajo esta Licencia. Cualquier intento en otra manera de copia, modificación, sublicenciamiento, o distribución de él es nulo, y dará por terminados automáticamente sus derechos bajo esa Licencia.

Sin embargo, si usted cesa toda violación a esta Licencia, entonces su licencia proveniente de un titular de copyright queda restaurada (a) provisionalmente, a menos y hasta que el titular del copyright explicita y finalmente termine su licencia, y (b) permanentemente, si el titular del copyright falla en notificarle de la violación por algún medio razonable en un tiempo menor a 60 días después del cese.

Además, su licencia proveniente de un titular del copyright particular queda restaurada permanentemente si el titular del copyright lo notifica de la violación por algún método razonable, es la primera vez que usted ha recibido aviso de la violación de esta Licencia (para cualquier trabajo) de ese titular del copyright, y usted remedia la violación en un tiempo menor a 30 días después de recibir dicho aviso.

La terminación de sus derechos bajo ésta sección no termina la licencia de terceros que hayan recibido copias o derechos de usted bajo ésta Licencia. Si sus derechos han sido terminados y no restaurados permanentemente, recibir una copia de alguna parte o el total del mismo material no le da ningún derecho de usarlo.

La Free Software Foundation puede publicar versiones nuevas y revisadas de la Licencia de DocumentacioÌn Libre GNU de vez en cuando. Dichas versiones nuevas seraÌn similares en espiÌritu a la presente versioÌn, pero pueden diferir en detalles para solucionar nuevos problemas o preocupaciones. Consulte Copyleft.

Cada versión de la Licencia tiene un número de versión que la distingue. Si el Documento especifica que se aplica una versión numerada en particular de esta licencia o cualquier versión posterior, usted tiene la opción de seguir los términos y condiciones de la versión especificada o cualquiera posterior que haya sido publicada (no como borrador) por la Free Software Foundation. Si el Documento no especifica un número de versión de esta Licencia, puede escoger cualquier versión que haya sido publicada (no como borrador) por la Free Software Foundation. Si el Documento especifica que un apoderado puede decidir qué versión futura de esta Licencia puede ser utilizada, esa frase de aceptación del apoderado de una versión le autoriza permanentemente a escoger esa versión para el Documento.

Un "Sitio de Colaboración Masiva Multiautor" (o "Sitio CMM") significa cualquier servidor World Wide Web que publique trabajos que puedan ser sujetos a copyright y que también provea medios prominentes para que cualquiera pueda editar esos trabajos. Una Wiki pública que cualquiera puede editar es un ejemplo de tal servidor. Una "Colaboración Masiva Multiautor" (o "CMM") contenida en el sitio significa cualquier colección de trabajos que puedan ser sujetos a copyright publicados en el sitio de CMM.

«CC-BY-SA» significa la licencia Creative Commons de Atribución Compartir-Igual 3.0 (Reconocimiento-Compartir bajo la misma licencia 3.0 de Creative Commons) publicada por Creative Commons Corporation, una corporación sin fines de lucro con base en San Francisco, California, así como versiones futuras copyleft de esa licencia publicada por esa misma organización.

«Incorporar» significa publicar o re-publicar un Documento, como un todo o parcialmente, como parte de otro Documento.

Un sitio CMM es «elegible para re-licenciamiento» si se licencia bajo esta Licencia, y si todos los trabajos que fueron publicados originalmente bajo esta Licencia en algún otro lugar diferente a esta CMM, y subsecuentemente incorporado como un todo o parcialmente a la CMM, (1)no tenía textos de cubierta o secciones invariantes, y (2) fueron incorporados previo a Noviembre 1, 2008.

El operador de un Sitio CMM puede volver a publicar una CMM contenida en el sitio bajo CC-BY-SA en el mismo sitio en cualquier momento antes de Agosto 1, 2009, siempre que la CMM sea elegible para re-licenciamiento.

Para usar esta licencia en un documento que usted haya escrito, incluya una copia de la Licencia en el documento y ponga el siguiente copyright y notificación de licencia justo después de la página de título:

Copyright  ©  2012, Equipo de traducción de MATE al español. 

Se concede permiso para copiar, distribuir y/o modificar este documento bajo
los términos de la Licencia de Documentación Libre de GNU, Versión 1.3 o cualquier otra versión
posterior publicada por la Free Software Foundation; sin Secciones Invariantes ni
Textos de Cubierta Delantera ni Textos de Cubierta Trasera. Una copia de la licencia
está incluida en la sección titulada «GNU Free Documentation License».

Si tiene Secciones Invariantes, Textos de Cubierta Delantera y Textos de Cubierta Trasera, reemplace la frase «con... Textos» por esto:

siendo las Secciones Invariantes LISTE SUS TÃTULOS, siendo los Textos de Cubierta Delantera (LISTAR), y siendo sus Textos de Cubierta Trasera (LISTAR).

Si tiene Secciones Invariantes sin Textos de Cubierta o cualquier otra combinación de los tres, mezcle ambas alternativas para adaptarse a la situación.

Si su documento contiene ejemplos de código de programa no triviales, recomendamos liberar estos ejemplos en paralelo bajo la licencia de software libre que usted elija, como la Licencia Pública General de GNU (GNU General Public License), para permitir su uso en software libre.

caja-actions-1.27.0/docs/help/es/caja-actions-config-tool.pdf000066400000000000000000061375621433352025300237150ustar00rootroot00000000000000%PDF-1.4 %ÐÔÅØ 5 0 obj << /Length 830 /Filter /FlateDecode >> stream xÚmUËnÛ0¼ë+ØC€äà˜”¬W` $ È¡IE¯ŽD§bÉíCþ¾œÝ•Ó=È.gwgG2yóíe3³íðæfѽV¯î4\ÆÆÍÊï»cpsS Íåàúó“s­k§ÝÓƒz‡fãÎê¶|¬ûî|çÉ}óqiÝÄú?©pï]ÿEAu»u?g[3Ó l»ó‡ß¸Æ”jkmþpã©úeîµÖ>°îÛr8@â)˜K5Ÿ﻾¥—zCçÀ„ªíš³¬è·9øY‘¼ù<Ýá±ßÁr©æ¯~ót?IË]0[7vý»_¿Ü\ŽÇ‡ÖJ«•jÝÞWñó<íNͯú¯ñíçѩֆû7CëNÇ]ãÆ]ÿî‚¥Ö+µ¬ëUàúöŸ=£9åm?qמ«kÿê(_KƒdRÀ”Ä$ˆ| 4Àhí±dÇ52HÀH©²NÀ(Q´âƒe…”ŠRÖ¤™k0j0jfxŒY&Ñy< ÑüÚ2¯ï„4m `L¡Ã2ŽW˜H/ˆcÑWǯ€Æ8åÜ8ã8ñsέ-Ça›.¸/qJŽÀ‡š&â\Ä k(§ÄÑä6Õ7\3\3Ið`]~­éUU_kÊ]ÿÁŸ8õß1ðBø.Bz™ÜÛ€›hƘ!•× _2ò×x;=6Œáo2†¶,bŒúÙ‚ñ˜ü54–0Fý,eLœŒg††Læ§¾ä¯YÀ‹¬` ÍYÉï&«S}šßÄø²š1tæ¬?FßœõÇà笟¾›œõÇГ³þ„rùû ý9ëO‰Ïúâ³þ”ê³þ³ä¬?Å,9ëOñ¾sÖÁÏœõGT“õÌ›³ÿ3Zñ³[ñ?ÿ‰#þ£—ÿñZñ}­ømVü'Žø­ø¹¬øVü‡'VüǼVü§úâ?ô[ñ: ñ} ñüBü¿ÿ¡§ÿ)Wü'¾øO|ñŸøŸ„ÅÌRˆÿ˜¥ÿñ}â?ü,ø?d©&ÿ ª#þƒSq¯>T#<8¦d0ïUµœVt:á ÆÍp=Ò›Ë8úÓž®:Ðq”w½»Þ0Çáˆ,zèjšî9¬žëà7ó€À¯ endstream endobj 6 0 obj << /S /GoTo /D [7 0 R /FitH ] >> endobj 9 0 obj << /Length 308 /Filter /FlateDecode >> stream xÚËnÂ0E÷þŠY‚©Çoo+õ)µRÕ쀅•)5!êï׉›®f<÷z‡Ã8¼°ÇŒ=> endobj 10 0 obj << /D [7 0 R /XYZ 56.693 815.761 null] >> endobj 13 0 obj << /D [7 0 R /XYZ 56.693 759.068 null] >> endobj 14 0 obj << /D [7 0 R /XYZ 56.693 759.068 null] >> endobj 8 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R >> /ProcSet [ /PDF /Text ] >> endobj 20 0 obj << /Length 2762 /Filter /FlateDecode >> stream xÚËvâFvï¯àd%α½0ÙC™¨#$"AÏ8í,Ô v+’[@gÜ_?÷U ÙòœLo\U÷U·î[Øê=ö¬ÞüêvuõãÝÀîÍ±ïø½Õ§žï˜þ°7²Ç¦ëz«mÈÊS¶ëß8ËØæ²9NY]TÊë.ãõ—¼®³}‘—ǬÿÇê\ucÛæx0`š|S•–å<žêlS<¸¾[¾wàM¶ÙU™Îè¡Qv:»Óqð&§74í¡k㛼ñÀô†#à Ê ã;ð¯ÔêêË• «g÷¾éÝÞpl›¾åô6û«X½-àà6Ózå¾7°-Óq}ØïzéÕoWÖ›öÔ2½±i[>+0­žú¶e<×Åãç#¿éÁؼs,Ûº>oíËÖáݲãŠþÙ÷,£Èy}¶Èлîÿ ïÞUuß"~^•ß\ÏÞåß„ÝXžiìñ?¾–æcYísSP@fBò¨ØT;¼WüfÇ:ƒ .:”ýü¸Ïй©öß{§}s¹x–•…ŽïÅép„ƒŽ9¼uKhs¯1¯/?ÇÁ[+Ç‚Ã÷08Ï[ÃÞïšC‰mïŒê(Æì Ì*ol<åõ¾8ôm£’sVgL¼©žŠ¬Æ`¸fÀ¶8ëâcßD-j&þ±bä¾Ú˜w›¬f@~8Ê­ÛjsÚCÚÊ ³?…gWxs|p6èQ2`ÌÉŠ¢KXlòrSȉ±cc&‚‰N´ëK2[ÌãF…úÆžJ¹†Âù5éNP»K4Ài~7 µ(¦§ÐãÌá*üïžÞýzÕû ´»l“·òK0ÕYX‡Õt&gõæs¦þŠé Ud/ïƒh~3‹§©t•fÊl«s‡â¤ìöÔ ÍóžÇ7*&»B„{Ï ß Ò•Ñ[ @lA@ÁÃÑ¡ ¨­²$-CCçQ¼Pz¥7à%q½“Ðô&ƒÒ‚A”&y‡”Z+ÞõÌŠkr,Gt¿?`=}o‡só}× z’¸ªÏàÞz'¬ÙÙ†払H ÇYÇ8C;ƲÞrá‘¡(f/’¹–vØÀëåD±Ù}hºÎ>£·B¾Ëºì¡ê ”Åió™óPÄ@‰ØitR¨ŠrÀ™¦øv=0•Ô$Of#Øäû' Î4ž{Êå#{·“&©«íisÔ×=32þk5J d™!fy(¶P ¤í!›ôÍ`Ǽ†'Btš]&˜ž2ò¡=c,‘h˺¼á(œÛ x"+™fE>ãíöUç@B´®”×LùÌ CA&á×SÎȃ>gÏïŠòSUï9d@ äÜÀø zj¥iîEð²®hžÈÁ‚ou.w8îP› ‚•üuGÖ…¡Ø|FËâ^[÷ +_3„TDV²dߦ ƒg2&¤ÎNra^j‰ÏîÐ9lN;-¸ÒòKæ>#вàûÎ":ÞÙØ] Ó–(Ï3 È®*Zá<3èž—p‚Õ×ïU’q¤R†/âYpL'3ì“ÎT(Ø ]ˆœT®X&H/ãd b°‰M"–œªùƒë:QëB@4 €ö¦õ8ùâa= ðÁú°LnC5 .Ê &ârNøSM9ͤ8Ÿ_ŽB}<¸ŽižÛD±ÍopàÄšM£%AîyY©(PÑ,f>%¢¦ëó-Îú Cv­þÑî¡ø cÛ@ ©#”¶ù²Ï¾†w-÷¥#„p­N0Á¬VÈdÓ51üáZ؃ˆóI2‰V®=¾™Ž M‹¼ –ñµÆ0Hýk"ã4 ´°Á‚] ߊCøkÙå%Ÿ3‚ïÂh®ïÁ®0MáM#-q‹à•3‰Èn¿‰É§€ë3bxd¿Ê @ÅŒ¡TÐQàv.t¹—LåÂGŠkÛ”tx˜NõûtÂM1SwjÊwB»Îò`¡Àe“P¥×L“*ašÌ”¸ £ ¼¬#^ïÙ@2Mu €ÈÆ\/–a§Ö“p¾Ö‚ïŒâd1¡)À´“1,x7-èI Ò¹À^X=K[T$‡²N'¡$ñL»L ¯[Ö¾çe½ δڛt/'ÁM׃š™1ðŸ k>6ÝŠçn%ZÐf¢­„l ™"*`˜N"¬@%Œæ‚¸m¨ákmÚ×ûp}çÚ:9ÃG1¬“>Há1ÎB†&*]‡ý1ú³"!¦1Çh²ZÇiÌ ªTÀÑ¡<‰O—:2¯B/ç-Ã{ÞF1¯ä ›(Qó‘ù“®‡Q€QN~òcÖšœ@1/Ê«$¸%å  ¬”à‘*®AòàZ6“†˜C̪ʞ“~¨cV ‰Z¢¡ÐF/jÇÐX@债¾Î!ÔñÔÐ…R''—F HMU:I‚8ÅŒq½sßbt¢¢µô&Wz¬ízåb³cæKVPtîû–±RšŽ:]Ø×¼ÒãvØaÀ‰á öDWâJ-ä¥S‚ß'Œ¥Þë:rªeÈÞh #ÿUoÔÕŠý‘ÿ:õR/5K ”JtŒ P=R ù-“Ø0+ž+þ¤ø¤uåëbÓá‚æ•*¬Ús?Ý·Ûò͹›5.§»wÓ„0$s]<;†D ’é:¯éÑeDFõ17 ÷ùÙšÌ[Ý @¡šsz¯#"?Ìk`]SÑ`.¡>¤oögÌ{êÇÁÙU×HÍÃ`N±ˆIzÍPJ`)Rj0°E#‹-“Q%턜‡ KÆKF«œoÐtÖ"ºªÏ[É@6sm¶;¬]õÁq8¹hÅI‹Áz‹a¤çBÌb ¥øs_Ï’¥5Àùou ×öY6nh>¿æ=ÙÖ®žeôØØ‡X¯©É¢Þàš´ñ0Âÿ‚9î[•*•ëSE;âäkç[–q”⌟’i¡E\ëÚqïŽ@p2U¬²ÎºLzƒí˜9c†/UònßB$Í® z ƒ^‡½‘"¥³±Á—‰þCüH¥IH…4˜¯±Æ(†Ìhµ›Ú"Xâ·’nq*g}qóÖèK8Ìh’y¶@¨Ð+k2 þ÷ë8ŽqóçãžA2¥’ATAnX//èC¦€pKµîæ¹ë=0P(’c†.&Âp‡uV>\ZUhƒèfSjüéáüËäV'>~¯/Ö*"ÔnL¥ªÓ+¡n¥/™F—…&ܶæýF+–ÄRò3q3ÂÛý¶ë_‰žeZþø{þ“ø_3ß52 endstream endobj 19 0 obj << /Type /Page /Contents 20 0 R /Resources 18 0 R /MediaBox [0 0 595.276 841.89] /Parent 16 0 R /Annots [ 17 0 R ] >> endobj 17 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [500.304 606.691 525.197 616.704] /Subtype/Link/A<> >> endobj 21 0 obj << /D [19 0 R /XYZ 56.693 815.761 null] >> endobj 22 0 obj << /D [19 0 R /XYZ 56.693 469.543 null] >> endobj 23 0 obj << /D [19 0 R /XYZ 56.693 356.278 null] >> endobj 18 0 obj << /Font << /F51 11 0 R /F52 12 0 R >> /ProcSet [ /PDF /Text ] >> endobj 28 0 obj << /Length 1369 /Filter /FlateDecode >> stream xÚÅYM{"7 ¾ó+| \Kþî©„†v¶„¶‡°B³Žãx5],ÆO³éüuÜü0ü‰Dµ¸×:æË'Ïó‘ø°\Œ'³‘4r¾ ÷?Æ“Éìy>})¦·€ÞŒ—¯³ÇåK˜£3!³¬„p&å%Š6¬öš-ƒÅ_ZÝè7€æ¦ 7^2ëlòÔ¸û Ø=Í‘H®¼cŸW+Ÿ˜ÁQú~d·_"3êæø†m€£"Í´ãÎøMl¹Ž-€ƒtv C)`VnAïàÕÑ>"úZ1G¾62Ø ùÝ’:´O@´N§ÿ®}Þ´/úƒîí6ë wŠøªBï‡Øk…†T ¦YIMçŪ OJuÆÊ¤ù›7Àh. 裹¶YTGôð×wý"¬ß6ÐÙ@ÖßW%å6Är ‡'`ä†&¾)OŠ™ÂÐ …90 s$`dæ0ÎpÀ(¹‡Ö8"怭QG41F¿ ”ãCÖ—`bÖ—`cÖo¶@Ÿ…Ô§âRXRØ›§ÿÒ"Jø­m¹;««}o•ÀºX hŒ•€>Ö*ÁÚôzîßNcç.O€È²•qšûý3žq’k™–ñŒ.­K"b RE´I…c0 Ï&`ä&Õž+!“ €Gj/˜!¥¼¼h7¥8ëtz#‰ò¦Ü…/jÎrEíÒºø›þõù [•[ø¯¹è U1[’{Ùí\µ÷p¹±JCh KR{ƒëöîŽçx©Õ Qdc•È»ŒÂo …0 “&`äé P¥µÒFR ô:Í- …[0 ·$`nIÀÈMJu¤?úv²NQK|CGPtÓwÓÀÑîmgÐ6•8ëÇÊÿ¾?Ø“kÐmFYWãýŒºœ¬÷ø}6}™.ö$É”@‹….+aË=ÐÓxño“³çò¿QîI¥G+·%\0òp¡ip* …¯0 “&`&MÀÈ#]P¼;ñv ^rêSux0û PZº˯¡Ð3-Ý*ú“ž:¨Þ[a˜V4zŒ ºêÝÆ\2èµßEº\tã8èþÖ»íõo¶½()8év‚^Uó„‰&®57ÿ_Œ•¯F{ôCJ9e{ÏMð5X.Lþ<8’¯»ƒ&†ÚQÍÖJS&ªG~ˆµðšZ’¿£§Eç(–êëQmCìuÿ¢wÙëċĎx¦«WÎÖ¢„tŠ‡Ï²íwÜ# "-¸|Ö§p ¥]KñC1LdnºÂgv7>È)c(ºZmª2±ºg¥™ð²Ò¢bLfª¾·¯^Qâøqó&kÂ~JiˆåíoÏôÙM”¤> endobj 24 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [318.508 489.765 406.962 500.347] /Subtype/Link/A<> >> endobj 25 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [318.508 405.68 406.962 416.263] /Subtype/Link/A<> >> endobj 29 0 obj << /D [27 0 R /XYZ 56.693 815.761 null] >> endobj 26 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R /F62 30 0 R >> /ProcSet [ /PDF /Text ] >> endobj 33 0 obj << /Length 263 /Filter /FlateDecode >> stream xÚPËj„0Ýç+îr\˜ææ¥Ùô -”J7ã,B´C@#Õ ýýF­-³êê^rÎ=08ƒ{²¯ÈÍB0Ôh®¡úÍ©. DC…,¡jà°{¶!Ú.˹b»¦ýYâíè‡íu]çC;޶÷m8ÛìX=%«‘¥VÁî†P3ÆOq´Î×B‹ðWnZëœB;]à+¢/6ž}§K8 s'iR)“âc–k¾{Ÿyä¶"ŸÂAéÄP¤šqp=94 KfTš¾f åB§½ƒ7òJدœD5{o¢RS…zMP T¡ñnéq9¾–E2ÊRòDù#Ãq= endstream endobj 32 0 obj << /Type /Page /Contents 33 0 R /Resources 31 0 R /MediaBox [0 0 595.276 841.89] /Parent 16 0 R >> endobj 34 0 obj << /D [32 0 R /XYZ 56.693 815.761 null] >> endobj 31 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R >> /ProcSet [ /PDF /Text ] >> endobj 37 0 obj << /Length 713 /Filter /FlateDecode >> stream xÚTKoœ0¾ó+|)ëØ8¶RÒªR+µ]å’ÍÁgciyÄà¶›_ß16„M6=ô4ž×7OA{DЧèã6º¼æ•¸©@Û$R,rTг¬@ÛÝÆ_ekå!Ù¤œÄµ ;Xit7K==HO?+cd£U;ÊänûBm(Å%çp6¯ºvGHº·FVzÇk_à þ!«Jw­õÐoÒŽú`§ƒšR”cš3êjÊJŽiZ‚ÇdyãL¢«môQDX” å%Å‚¤¨j¢Û;‚jÐAœ•ú=Y6ˆS‚S&à}@?£ï9éd†hŠKJ¹ ;ƒfs*|주­uå*Ì _)й Ã\YVà¼ÈþéSYY›$%q7y-™ÌôòZpTÀ`Eæ²IYŽ3–£ +0㹇þ¡Û¨öXŒÿM ¥qþ3VãÃ2–ñ)3G—QLܬµ­ ‚„òøÏ¨ÚaúûΕ=N^Yü`Ûjmß ‚Þ-æ:J¯L£Gm<7k—m„€Be½ØœÔ ͽ ËY°,e u:§%4†æíXžNÜ´Ðc¨~Œ 6ÓŸq½ÆÎxÓ©\IS=ê$åñ/?JìÅWÃ(ƒû*?ð‚_oÕ ´ˆ÷ äÚêg¨öm†4>{?Ë/V úž„qõ=´³]·¤ô-©º¦—fê|øÛþѦ îAgÚn8ýåj¨Œ…îð‚+pÉŠB'\"”ÄM¸Cî]O^÷Aã:¡1LÀ<$ÀÈçÙÔÓ—X gÏõÅ:18w£ÖúõtÊEºZbàŽž„FtbT¯ ùŽŸmì’Aèí`C _fë¸ã+íœÚ…g¡ÕÖád?ÙÐþ!ÐÆÂvÕžb¥„¬Ác¹Ï=­ÀVîÔêT«¡WP%箂 6šÆøäØœ»ÂÁD”ÿs„ÿÓºÍ endstream endobj 36 0 obj << /Type /Page /Contents 37 0 R /Resources 35 0 R /MediaBox [0 0 595.276 841.89] /Parent 16 0 R >> endobj 38 0 obj << /D [36 0 R /XYZ 56.693 815.761 null] >> endobj 35 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R /F65 39 0 R >> /ProcSet [ /PDF /Text ] >> endobj 43 0 obj << /Length 1908 /Filter /FlateDecode >> stream xÚ½XKsÛ6¾ëW°7jÆBÉÜšIÒ¦“¶îÄí%΢`…ŠTøHëüú.^$AÑ’]Ïô"‘ `ÝýöÛq°pðÓêÕÍêÅ[F‚ eœòàæ.àñ$HI†¢8 nvÁÇðWQõ¢\o(ÃáNÚ‡¾íESÔNjþKaþ–M#…¬:±þtó lµ!eŒ…nz^W·Ó}߈¼¸xTÍÕµæAäyQW²†”þ&ú®(ûVM4HÁ&)›âŒJcX¡gP“¤á ó‡Õ‚Õ››Õ×8 ãˆgQdqLƒü°úø ;ƒ]Qœ¥Áßzæ!`#qx.ƒ«?VØú{þBQFS‡qÊcŽáöDH­ >nÆ8|WuÍšâ°Þõ¹s±n1ð[jtý8ø*ŠíÊ(JGïh©MþV°&,ü§“Uëâ †ÍâÄ[œ†yoWÝõU>l VÆ]’ð¸ÞµCØŠ®hÌ\7iÀ‘‚2"vfN2 »l¶E×Àdaõ.b«¬J²8<Èê6J¨}¨uÖHÀ²´RƒfxØË¶«'4ÿ¢É?kÊÂo:-2â7m'ìò ,᭵뎽t*@%IÃýš…¢*¾ »T0Ï¢Ù ï­–~ëäWþÀ©zcбn:§ú~É%y}8ŠF{Þfy¨»¦¶)™Z7UÝúù'Û¼)` ¨Ñ 7AY½ïU¶G<DzÈ' ¢)€ÀàP ,¦<ÈݸIy/öÓá‰êÍ–v“bÜÜ­ ÆwÝÈVðòµ—f~iGR!óô„•¨sê«E*Ó68‡Ý[÷·QLªÝÀŽ[Ùh‰e3ˆ†Ì¥ GÛ/’œ´“K” ZLçxžnâ¦É©ŒvWâ/2ï>úxGyÆéÞf—Xü„¼Žxlj€±š'fÔßû^mêÖç¶é”?k;À]ûÒãNŸÈ”’jF)N‘+y„H”ÚßFwÞ^¨‡ Â@à bFŒG^KeoåòéþÄ Í²áíà1ÙÔèò©1œ:%Ï95Ë@”Z¨þ~JFGÝ•ëv&‘]ŽÐecXŠ!iø³Œ˜eƘw‡öÆÌøðĺû¥LšÄÅŽ[Š»^6Â7oÑLÎP¬ÎÈ1Jx2o¢IËíJáݵ ®EÛ§+†‰Ôö`UmZ©Yg3c£±ö«ÎF›•Lk¿zëÄa iÊ4©wÈ.;rK“§Ÿ_f ª²NÏÒi‡ªRŸI=m„•¤é$î4ìïbܧÆ%aNAG™ëEÿ¬†Ý¥<¨ºuÎXCõð ×ÖÐXobj SÒÑ€'óÜHÝë“Ie»ê¾©VÀIZYJík±&™¿×›W°9à]ôMœÍ>Ë5J¦Ôw pé^…ÑÄò |ÿ”*°•œIÁ¢LÉ¡B}÷'¸:a'@Íù ´l_…ëNÇ d“m é¤jaL¨i>ÔƒªÙêßÖìÈÔl%û ÃÔ@œj¾C±¡>«9æ;–Ò1Ø9Õìì4zÃÁŸ@6ž_õ§Ž­»|Ö³´yi‘P??t—c/…•ÍÀÍz£³´ì ~WìÍsW×å2LZ&{9öe+Íd/Â\¥²!$ú#!\ìêµTY˜º™¸ÆdPx@1C$#gëCÁ!È™[ŒQE2Š’Ôú¨í÷ÐÁ=ͤÿåû̵j«l¥5T¬k¶lf´]—hû1MÄ®huUlÕ'>uµ1m§)ö¹í·b)þÅï¸OÁ€ŽðfóY–Ç(Ë_lv¸·ÍÓˆ Ïç€ S´Gd¨fA9CÇ>2@bŽ" ‘' Ááêäsz ×wžý—¯éÿëFX] endstream endobj 42 0 obj << /Type /Page /Contents 43 0 R /Resources 41 0 R /MediaBox [0 0 595.276 841.89] /Parent 16 0 R >> endobj 44 0 obj << /D [42 0 R /XYZ 56.693 815.761 null] >> endobj 45 0 obj << /D [42 0 R /XYZ 56.693 759.068 null] >> endobj 46 0 obj << /D [42 0 R /XYZ 56.693 731.272 null] >> endobj 47 0 obj << /D [42 0 R /XYZ 56.693 402.373 null] >> endobj 48 0 obj << /D [42 0 R /XYZ 56.693 363.22 null] >> endobj 49 0 obj << /D [42 0 R /XYZ 56.693 363.22 null] >> endobj 50 0 obj << /D [42 0 R /XYZ 56.693 335.866 null] >> endobj 41 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R /F65 39 0 R /F14 51 0 R /F72 52 0 R >> /ProcSet [ /PDF /Text ] >> endobj 55 0 obj << /Length 1176 /Filter /FlateDecode >> stream xÚÕWMoÜ6½ï¯`o»€Eó[RŽvã$… µðæ@KªKC+­¥U ÿûŒDR–´kù#A‹^–"9¾yœát‹ú°8¹ZŸIŠb+¦ÐÕŸH1¬BÑs¡«]//tÑè|0I–iæ>šºÑ•)ý¨msmÛYUéÉŠ^}»ú ¶ (ű”Ö¡7OÊbM»m*˜5W¼˜º«í‡NSYÝOpúY7;“7u;11ALŠ·1‰‚Ьè,¸ £å±mH»`ñþjq¿ `AERasÆ+ÂP²Y\#(…9Ø‹8Bÿt–$)ÁŒ+øÎÑåâË‚8^Ɉ_À,”qG°w.bL‰rˆ0à ¿]”²<×ä¶2›¬rì.KO˜v¨ ð¨g]Ÿ6ºHL¦0‰ÑOK5"ÿíât­—ãÈvk7¼i²zWM0Ôæ¶i8›¿WT.[@…³ò\ "N$X½@ÂûE«¼³~w“* 1“]ŸÇ!–~æøÓ†¢_KÐv_]¿Yàv Ûuʇ|  ås‰xc:çz/d;‚‰Ù>^»W5ŠI0\s)'JLŽ\·h`1ޏ‹ìÌ´¬úζ_W”ÒQ˜~ßîd–ÿQ¬‡Ž B…QªÅñÿB.p¶ƒ=üÒ²žÜ.×Ïòlݲ~7‘TÉI‘8b.C誚`'k²ÙƒB ©O¼ç¤ˆû¥]Y‡0Ú±ý· Ù)6ZÀû@ ÛÝ•ié\åeo²ióž¾oÜE–dµÙ¹šZWvܺbŸ6â º …C%ÆuèGµÄ}q“8f®ÔníNßyaSSoËÂÜäÞÕV{t~Ûe.,³z3¨k°'Üà8v•cWåÁç9u¹„²ª¼º§UÖÑÙ>ü½hCPQ€Rl^Áspç»cÊ¢ËYDÎ<¢ðDI=¦'èß”©iMtê &ȾgÛ­-`1üe°ÂLô/“K›êp ÑÛÜ$þ`=ƒÄúܧîWˆYV»Gæ| ϳ±ž:ÙÁËðÈ#¾[sAá¤ùYá3Ž;Ÿ­Ó­Þ‚ŸúêÉ<}M[óDewÇ w1ÁS€ø#¿fJØ›M ’…mÓÏù_ %!&ð¦Þ×ãë˃ùTÔÙ£"žÐ6f…IËÉã|ÎÁ~Ìÿ½•/C-_/Ë…~ènGð|H*Äa$VHÖœQÝÜøXÖD’~è b Õa‰ö>7Sâ™P¤"c¿âEiž|çyDþ™œÃB#,E_}ÏB£åí ²ï|V|[ tû8;£/GxQ¶ÿ &dé‡&ÕÏ2óh\½> endobj 40 0 obj << /Type /XObject /Subtype /Image /Width 903 /Height 530 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 46116 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 903 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|Õ¹÷Ÿ33;ÛûªwK–Ü{/¸7 cŠÉ%= Éå†r¹H ÒÉK¯Á6%WŒqÅ–q·,«×ÝÕö2íœ÷‘Ök5K+Ëæ|ñGÌÌÎée~óœ2c Ç¡†éô! …B¡P(JªB!ãN „,Ëê=¡ÞJs“B¡P( …’ ÓgO „8„ª;EÁ+]H–±4O) …B¡P()HRU•²]Pf»*U%©¢(ò¹t¦4[) …B¡P()¨ÒdIÊ °,Ë1 “¤Rw<üOš‰ …B¡P(”Aä©ûÖp§Ñh4j÷LüÄ1 ƒ1V%©(Š¢(ÞñË7tiewÿ‡4ã( …B¡P(ƒÈƒ¯~wŸüõÝË£ñêu„Òëõ---ªáŽ_¾qç·¿MmQcÁ†­Ü‚eQ‘D, ú´Â¬…ß·—Í¡ÙJ¡P( …2dñ¢²‚{¹c§Õð»rYtð·çžÿÕKu:V«Õjµ<Ïó<ŒFc}}½ ‚ |çÑ×îüö7<P„Hãö¿¹wý¿ÙJæNÈ×[^Ë"Ôà ¾º~»7Jʾù¢Î‘+˃†eiÙS( …B¡ Iڌ۷¹—{FM]ä°“%ææÊí|ºeïî\ª×ëÚ´}^©:‚¯K+Lìlîü£îýÑmv\Sïö¶zGÏm ‘Ñ£F=2}Á}{ŸùÍryò7*Ž>aÎì•ߢÅO¡P( …2ðcøÄg[-¿®,ÏÞí='ë|›?x{Ää…`·è¿`W K+!yý²Z­§NŠÅbßzðï7ß~G$.©·|xâï¾ËÄÄ(˜áÕÇqÛ›T¤²uÅò‘ìÕuÏ>ûç9ß~äÕ77Œ_x{Þð‰´P(BȦ÷@Ia^QAlݹc¼hîôþzU]×…yÙ Âǻڬæ©F'¨Ó „ö—€a¹Å…¹ýÆ ç[u]ScKk,&p,k·™G—s®_ž46»+ÎÔŠ’d·™ã‚‹ÅÎÆ2Ì…(èAÏ–-ŸìS¥ÓÅ)FÛ­æóº½påB¡PR£ÕÞ÷ñûW,¹&Óaêå¶ÏO7ølËÔ+V¤ÛMÉ®vï;Ø‹«aÅ%ݺÊt˜ÞÙ¸CñFÏÉL€†fwùÑŠ‚,ûÊy7ìªJvÍÞÐÞ^ûÕ®5 z½^¯×Ÿ]ƒŸèšÕÞd‹)œÉ5 då´Uÿ9xìÓÜÒ´¦&¯·bßgÿùpÑ·ž»hI°µ!$DÃtß( eHRضsïºÇ×À‹ï?][רòƒ×h8öÆß\8gZ¿DÏ„"3”W5d¥»Ž8¹îñ5Ç«=¿|q7ÇõøW/ï2~TjQõB± [êk›î>Q7¬;aÚS4t·ù¶¿üÈ’)ùÿ}ý ‡1.ÊGϸ_øèxqaaß…ic³;ËBîûÉ ›IwäŒÛeÕg:M«úæì“"LÕ\èlÙºsÿË}EÇwNìýÚ 6‹©WI*^ r¡P()à ™“‚{›ë™î0Ÿ`RU\Âüþ®îÖÉÝ¿Yß“«w6î¸ï« :îÉ?ƘÀ©ÊêŸ~}¡Å¨ýã›»Ó3ó’]%$)±iûü„*Å·š†Ï?|ìø¢²é EÉé| B¯áÎ4†¬F¾²!•5ÍŸo8ªì‰W>ÉuuÑØÙ˜ªR e¨Ò_¹¢ìƒÝï'_Q¼¿üX4Äð¼&/;3?73‰í=pØé°]‰Åöì?ì°['Œ);]]÷Èí×À›[Þ®ojÍrÙßÚvÜíºœv¿¯-!˜‚áh·ÎeY9z²Òa¬hymñ°¼ —#9ªõÍîæÆdÞÄ‚·¶*,ÈO›¿ª¦>‰±,S›UYSßm42Òœ˜V¯º¶>‹s,—™î,)ÊEiçÞr£QoÐëÛÚüZ-?vÔp£Aß{|ÊœüÎÕãgËkö†ßÚzœa˜é£³u“Ĉ?ØÇ NTVïWÚLºÇþõIs[xRi–ÙÈge¥ šú¦ªºF('+½º¶Án5O7²§œqçÞr³É¨Ói=^ߤ±#NVÖÄbñäRë©tú›-‰ÈËÉ\¿ãË¢ü ëÔ‘Ùõ­Á=Ç@TØêS•±¸ð !ÔÉÿ¼ìŒd MŸÊP¥LûÛ¬‚I_nV[nÂUƒèäJ«á :ÎiÑß»öŠ'_Øî];ÏiÑ{ƒ±ºf¿+3/ÙUWUŠ1nÿ¶ÓYUÚ{Ç´[ß|îæYs輇b•;O4DvU…7E ì|\ca­Yg<Òˆ‘…VDZÆúãÑÐ\ÑJ+…2DT© )z­æš9¥/o:’øõÀçÇþÍÙÙ.3ϱmÁ؆§v?£c¥u¯9p²éwo0ó̺Ç×<ÕüóçwüåG+ : ¬{|M³7üÀ_¶^?ÞñjÏÎ#»4ÌY™ÛÒXÛÕùÓo–s,Üqõ¸±ÅéŽõ¢/}x¤¹Õ›Þ!1&~¿oÖØ¹Þ@ôóÓ­ &˶øü¡p8bÓË}NA¦U”•··Ÿ¸ïÆî£ñéK{dYÉ0“Ǿ=/7ÍމÛÖ¼µý8Çàu¯©i4¸ƒSFf»}Ñ'^ÞåpeÕÕ7ôŸP8â4±³Çå#žÝdµ9 u;NYìöø2ÍЗ Üáñï.ÌM·Àÿuv‹’W?:ª(xÒ0ëC·]¥`òŸÝ§ŸþÞœ#gÜ¿ziÃÄuͺ߽q€EʺÇ×T6øZÚÂÓFå<ôí|sNr©½ûég=•N¿²%-#'!L ó²?9ÞŽDÇX§ŽÌ®nò¿¹½‚×hFå[î¹a~«ï8a·[»äÉi.ÉŒ1U¥ÊP±•öU•"¤¶\æÜ‘™»³¾ÓÉÔ®®F”=ùâÇ÷®½ÂiÑÿè«ó€Ã¬÷cO¾øñˆÒ¢N®’,&g¿ÙÔn+ÅÞ„€å…æ©·=üýôÛ«j¼äŸ»}s§Mš¾¨hùá•G‹²HÐ\˜'£©S§î<\½ñ_?½êŽßÓJ@¡ UŽŠN6]=·tÃÎS‰_NÛ'‡ê«š|ÁšE£¿¶r¡ŠjçÐɼe0hÿ¶þà}kgÀïߨ+%mö‘|#éÎF ‚(NŸ=udök›Ž«ñä¥[5¼6© Çiµü¤Ò,£^óá¾ÊC- &ΟXøæÇ•f-yàÛKã’üÒ‡‡£‚lÐõ c"÷ݺØŠÿeÝé£r®™[&+ø½OO@A¦uûÁšwhõÂQ7Ìñ—õŸÏ“Ù)>(ª¨Ý?™ï€ÏO·htu2nA~v8AR´AüýÝ#/}xä‡7M·™t¿{m¬ào^=ÑfÒ€ž‘¾qÕD_(öꦣsÇtʲ.†Åöóâ{}kð 2úäP]U“?©ÔZ%[þõáÉ‘¥Ãn ò²[Ú¾§wWé.Áäɶÿè«óìf=´…bO¾¸½¨ ?ÝåEÅnm¥ªUiÿâhbŒ_”ÎÎv·ÏþŽ[ˆþðW/Ù´ò²ùW8ušÃååÐxBâä¼øž†ðbƒkØpë¸YóxßCÉ)ÊÅU¥ðÚæ£ &^?dâJ0Ìre­œUbÔk4,£Ê”ª&? ÉËrN5+ €‡ë“g|BPÒ1tu ¸}QX0¹0'Ýrº¾mÿçµ…9ÎÑù.Ç¥÷Tÿ`Í8Qíiò†£qiθ¼¿o(_8¿ŒaІ§6lpÙm˜µuÝGC’ä©#³Bïï:½ëx롊–¿ŒX9}TŽ*ê[ƒïì8å´èV/•f3ÊŠÒ)>× +V{-%YscÒÑ•·Ç7gT_ƒP0>Zí 2˜`ççu¡µWŽÀøáðÁîÊGZ*êÚžºg)$,²Â"?úô›{s³²C¡h–+å¬áÉ¥¶½¼vàÙ úmE>A§NÖÕ+QRzò_­ôY@¡ )[©ªÏ{³Úr™.³Ø{qÞÕU(*ÆDÐY›1QNø“pu¶ßÃ8ñe{NíGO—NfUçüG­¬þÛõ%¥euŸï8Ñã'Óú3’+½¸@â-‡O¾õù·Y†¥£6ÊR¥Þ`|ãžÊ³J„BÈܱÙK¦Û¼¿ê­m'®W¶dê0–epÇ\uQ’ÌNsB+!jWÃÝK nkX®¶M|ð¯Û&”fägXo_1~|Iƾ㫎€foxÓ¾3Sʲàþ¯žìž\–‘Šç¾Eºv£z¯´-ð]ãóÛ7” /£Áp²ÖãJ2dá@umƒÀÙ¬¦¾ 0IKš’Û …œcfF6ÅÎ9ßÛÕëô˜àyãrº–B0ðlÁ¤s‡ŸlÀèÛ®t?ûŒÐ| eH é˜XÓûjúS'à IÆÉ®Î¾¬ö¼1~WWnO[kKó½kç9Ìú¶P ØÍú{o›§.~Js9’]%;t¶•v]J¯M+^ï FeS†¹ý¢£°¢9`Ì/X¼x©Ì×½ûaöèÅãW-¦kð)”!¥JY–}sëñ%S‡q£vÇ@$.ñv|I»ôc &%¹ŽI%é+g•$ Ë0QArZô‹¦z‚·;±uë\’•±Åö ôŒ»²Á7©4ÓbÔ~´¿ú½O+€ÓpK&²,³õ³êÝGë Ãaúúª ó'¾¾ùØM‹F_5§4.Ê‘¸h6šºñûŽ7Ý´xôŠ™%Áˆ0}T¨ tºÆSQ”²ÜÎñ‘eYíµ }]ƒôéáºYcó~}÷âåµ ‹¦œüÔ+{÷oìcÏ’8tº–Í(E…9ãóF†žr¾“ ¡ÛRcz(~e‹ú,èRÚÕ¦FÃuëÕyó„> (”¡@òX|/«é7“Fð÷8ÔK\Õ×7Üÿµêò¦'_Üî½mžºøé—ÏoM¨Òn{‰³¶ÒžÞ•ø¬cvU´®\¹¢0WÉ!p¥ÙÁÙ2Ao#„æ×œú´pì†E´P(CG•",oxïÓŠkç„Жµ“J3WÎ>®8½ºÉŸn7§Õ¿ðÁçk¾ãÚI;Õ-NWÅEfFÚÛÛNܶlì]×OÝ¢ñoÖµ Åæìê„#‘5óK2bªk þëýÏ óóÌfœS]‰Dt:Ïó@° ?×é°·´º››[Ã8ìÖV·×b6•€ÛãmljQÅj±äçe>zÂd4”/–$)q Ý:‡#u B\$@t:mnN¶ÙdLDòTEe8-+-6 j—tøÈqLðØÑ£B‘psSk,gÊÈHËÌHï)à÷šš[ãBœc9»Ã–“•)Ër§x†²áŽÇGCK«ÛÛæE‘aÙh*ÈÏe9¶ïAÀÑã'Aœ0~4ƒ˜Äq[›\©ÑT0^5kø´Q9ßpð`U(=ÍÕmÖuÊÞžJmP²¥kýióù«kêìv[QA^·^!„z÷Ÿ¶A e(`5é6¾ûV÷ÿrÕõp|à®ÂQáÈÑcŽÍÌÌ´Z­š›› ²ì3Æ—}z¼%ÙH2ÞûÑkÿ³v®Ùl6™LF£±³*­nòu »¹êPý·œN{K‹‡•Â3¯¸âÚk¯ÞðÞÆ­ïBˆ•e‰ãø«¦5€B¡PºR[WÛ’²™crµÖínÞ_õŸ}µE…ù=Í̤P(”cÐk5óÑ{o厘™ \b×’•×K2ŽÆ„/Ø(˜tR¥\CKçÁ—ŒÂqŠ$Æ#¾éó–TÚtädùµå‡g–Î/¿¸áÔnƒ%N$¢P(”nÉËÍyᣓ¿s&˜×hv{aA!ÐËTT …B ‘h\¯ã-¿nóo×÷|Û¢å× ¢‹‹_¼«néÓ¼ÒÌ’ÉêO™%Óöþð{?x¦Ïœ† É>èD" …B陜œìœœì¤n–JR …rá…iLpX«¾²¦—{IŽtX.¿xW]‡ŒÎo+MF£7͹åW}¼™B¡P( …r±ðúÃCÙB=«ÒfÏ;wÐ"¤P( …B¡|Œ0{ºW¥°îñ5m^P#(…B¡P( å ZIêëþö×mÉך5 …B¡P(”‹×íUj+¥P( …B¡\P›üS[)…B¡P( åâCU)…B¡P( åâCGð) …B¡P(Ÿ~ÛJ ‹†;nü„‰ã'L|úégróòÕ뉃’ìÿ´é3:ýZUUµ`á¢ä1Æ¿{úéþ†rý «_ýõÄi[[Û°â’@ 0X©è 5]#FŽÊÉÍSýëßôÑí Ä­°hØ¢ÅK§÷?ð@zFæ‰'R´/9¡ó39]Mêq ÈÊÎ ±¢P( …ÒwR±•nÜøŸì¬,õxîÜ9‰›Ëšì'?ÕSõïúuïBEùÝïžþþ=÷ô+ˆ57ÞøÚ믯^½Z=}ëí·-\h±XT?/\v—<üñ/~ñè‡nìo¾ RÜȉ'ÊÊÊ$IÚºu[^^!¤'Ÿ{ɾäü…ÎÏsR¤£zœ?¯èh…B¡P(CÎ+½úš¯tº²yË–¥K¯œ7Á²å+Ž=:(±|饗¦Ï˜¹b媗_~¥SÐ>öX<¿öÚëÖ®½­ï®ZµòСCMíÖµ7^ãÆ57&'§k*ž{þù_üâQØðî»™YÙ~¿–.½òäÉ“IÚ›o¾5gÎܹWÌ»ù–[<O/U"‘Èí_ûڢŋ/Yrÿý¤âêV¿ñÆ›°yóæ9sfky^½~û×¾¶té•3g;ãÎ˜œÉ‚ — ôÑǾöõ¯/\´xß¾}]s¾¿Î»ÍdAJ†—þßÏ~Ö¯Òì…^j£«øéw¾{ÇŠ•«öìÙK» …B¡P."©ØJW¬Xɲ,¼üÒ‹É7BZZZ~øçë×½cµZËËËï¾çžÍ›6õ7N ÿKKK_~éÅÚÚÚÇ~ù«m[·¸\®ÿø'$9Äî¿ÿŸÿü×Ûo¿ý1€étº+–¿ùÆ›wß}WEEEcSÓüyó†ØnS1{Ö¬{¾ÿBÈ'Ÿìœ8qâ';wΙ3§¹¥¥´´´¿†7B€Bjkkÿ÷Á·lÙœ•™ùøãOüïƒþéìöb"½›7o6è ›>úHU¨)ØüV¬X¾æ¦›ï¿ÿ'¯¿þÆw¿ûÝ;?Um¥¿}ê)›Í?þñO^}íµÛÖ®MJ ‡Ã‹—,~àû·oÿø‰_ÿúõ×^ë”óýuÞm&BB¡Ðüùó~è¡þ&-Qm0Æç­‰X-Z¼há‚•••7®¹iïžÝª …B¡P†Š*í÷ß{7«c„½ŸìÜéóùnÿÚ×ÕÓH$:pÿ÷ìÝ{Ås].ÜtÓšýŸí””ß´fÍ}?þÉÝwßõúo\ÝuÉr¤ÛT”––¶47ƒÁýûöÝwß}[·mãXnÆŒé‰Ãž½{gÏž•™ ·ÜróŠ•«zº˜`ìØ±?ä?ûÙC3fÎX´pa  †‰&¼ÿþû§++§N’¸þÊ«¯¾÷Þ{§q»Ý¼–ïäJ¯×O›:ÊÊÊêëë»zÛ_ç=UF3Þ¼T›@08jÔè¾ÔÆDXÅÅÅ:­¶ªªª¤¤„v  …B¡\2ª´!“&MüçóÏr,9MûF3X~NŸ>]„ƒ¾õÖÛ/½øB_R1}Æôõ6X¬Ö+®˜ûÄOh8nöìÙ_pnÙ¼éã;þóŸÏ>ûì»6¤àÉ «o¸ãŽ;¿ùÍo$®ìÞ½ûÍ7ß|wý^ÿmÚÎ;›šš!/½üòœÙ³{º˜ˆ[SS“F£Y±|ùÏ~øÈ‘£’$¥½sfϾë{ß»å–[Wü@vv¶N§Ã¿÷þ{‰BH*ßdOH§œOÁyO™ÜkíëSµó•câfEQÞzëmBÈž={$I*,,$ …B¡P.0_­43#ã/þÓ½ÿó#Q1ÆË®¼rôèÑýõdÙòªù >Þ¾-??ÿž{î^}ãš¼Ü\«ÍÚõþµko?¾+-mÝ;ÿîW@«WßðäSO=üðC}LŬٳtßçÌ™ ³fÍ|ùåêaEEÉ®¼¼¼G~þðõ7¬€üüüß?ótO=zì>Ê2 !äüœãR)A–eï¼óŽä+ æÏååWn¹u­ÉdÌÉÉé£?‰œãõ×úë|PªÊƒ°XÌÇŽ[zå²X,ö§?>K'•R( …rA™™™;wîŒD"ûóŸyöOm^‚@³†ry#ÂøñNœ8N³‚B¡P(”/­V õuûë_W]s­Ùl6™LF£‘~q”B¡P( …rñ¡_¥|Iáyþøñc´ªS( …2D ¶R …B¡P( U¥ …B¡P( Á§P( …B¡ ]UZ]UI³†B¡P( …2èŒ5¦ªtöÜù4Ë( …B¡P(ƒŽºi_Ui4¡YF¡P( …Bù «( …B¡P(ºÚ‰B¡P( …rñ¡¶R …B¡P( U¥ …B¡P(JO#ø@Gð) …B¡P(]•RMJ¡P( …Bù"¡#ø …B¡P(”‹Ïàà ¢P]SÕêi‘e€¨Ëù !ÇõF“Él±Z3Ó2†é°É¢AO• -îf†a\Î4V÷Ed$BÌ7 e°ðù}½^ÛsÍ…Ñp833óRL]8†C€;Úƒ¬f‹Ñh¤åN¹(|và³}ŸíU¥¯]Ž›:yÚ¤‰“hÖQ(}U¥ÑVgªÏ8쎉¦0Ì9†XE‘%YE¡©¹±üà›Ã Y³®^Ž`õÓÃU˜ÉH2"‘ˆ(‰‰So›;Í• ë­V;ƒð5](ÉR·½Fû[( §±X,"^_[fF&˲‹ÒÒÒb¸0ª4 Æ¢ÑH8,ÆãÀëtF“Ig0˜/@Ò|þ6o›7.Ä„x\’%Vk³96§Ùl ‡CÇNe9¶dØp›ÕN+ùbßg{¿÷5¾ï-ôéß?5q°U)–C g¦ÅA¹]]4ë ƒc*-Êå¨J;زéÃe+®E!qЇ'–Œ’e‰‚ &„Œ !cI–°X.I›MšcX8©O»×v+øž58L„3afD ’T£ÑhµZŒ1 @¤£Ht²‚Y¬ÊDV‡…B¡„©Õj5ª}TíydYæyÞf³³,«Zn CZzBˆªRÊ@H¡Ý%É)Ñn·¦úúzƒÁØ©9Ȳ‹E‡,KÁ@0µèLT¯ }ŽŽúHƒckyhï«:uY²,>|hϾ] ç/¢í®/ @UU•‚(örN«9rôàÇ›àÚ}·e¸¦vßm#–D—‹P.;UšèŸ–­¸J=MôåÅ€`ŒÛP 0 ±Âû8üЇY¾ÄêºôÎÛ#­ÏzªŸ`¸µYbõý×D‘×j%YN¼—"’ôj?&„`̰l\LýW¥:.1Ü©†$Š¢F£1 11€hy-¡›PF í.¹E@ Ëš-Ÿßg·Ÿ3àÛæ÷9]i€¬`Q’R«¨ Æ@ÁØív·Û’þs9]@!x°Z$If‹E…ƦÖììlWz:Ü£µ ‹Âápm}cvVº†ç¥`p A{Z[ý^¯Ád’eÙçõÚ].›Ó¢7 Æ¢QŸÇ£áy­Áàu» À@„iSs#!0}Ê,Qü~DZ Ãò¼!„1ŽÅb+z½aÖŒ¹b±ßEvºòô¢…KT½«ŠQBÔîðì[!çœÃ0cÇŽÿûsYðeR¥iw¡aÅÃÔn³h·™BÇ3©ÃVšÿƒøŒ4} 3e¥Þj=æoúÀš½’v¡”ËM•&Þ£!Þé ªTn—€ª¡éЇ øDÿ+¶¢—xÓ‚³™Ñ§>$k{§­ê[æáûû÷–Hƒ˜h,Š:VM!„’ei4•%9Ñëõz‚I £'!Õ&ªÑhdYV;ì¦ê Ìñ[gÍbµºq¿û­eÌZÃ()B»;«áD +˜0Øj±ÖÖÕšM&ÕH¢(…è´:Q ƪBI!zc €1v:ÉØ“)¬àÁ£$êPŽekªkzºM¯×µ·zLRZˆÇ½-­£1ŽðZí°²<Ï'Z·FÃ[¬6»ÓÕPS#Äâ<¯mmj6[,Ú”&Bø¾VwËœYób±¨$IZ­ÖðU×TG"¡x\ÈHÏÈÊÊq:œñxcE§Ó€,õ{äW–eŽãâñØwÝ™|ýÏüáÜ•¦$qªmq§(Ê—jç@ÚBèLeÅyl¥:ݘQã:=dާâ79#¯Æ8œQz]ýÑ'­Y+hJ¹ìTi[7´lÅ*AçW¥²Ô±ûŽòvs AN[ó<ǯÄ&;%õ¾Ã&ôÿ‘!‚‰V§E B€:ÙQ´Z­†×L0Vâq¡ýÁÙTšP¢êú7qOèäIÝŸþ0ëö9ÛóïÎßù ­a”H¡Ý%ày,KÏkg[[[zzºú“·­-#=]Q‚q4Kmåutž·Çê a{³"àr¹ c”pTiGƒuØmØŠ{i¡ÐÉÕ߀©«®Öjµ’(òZmaIIÇ´ÀÄ/žç‹†—TUœ–DQËó5••ÃGêz¸°`Øä‰“ ô€ÔŸ¹¡]yýÕ7Õƒoº!´dåÕêéÖÿV|å:õtÃ[o|9ç ¤ÝB%%evŠvƒéÙ<Ô1ob°ó5æ/—…³kVÔ÷¶Åu«"<ó—ëmh/J¹b±;0Æ~¯çèOX÷äÓ ÿõOKš‹¬ŒùË=•OÇ}{“ŸÃÂQ6 ”ִ›]S»ÿvWñ÷©Å”rù¨ÒÛ¶lZ¶|U\ˆ'ú¨JÛõ(RŸUÓ•À¬"YÒq¼ŽÈµQÿ–˜÷ƒs™Þ: 1zIb5¨ÿCŠê°!&no«ÃáÔp×ü»(‹YYÙáp0ôëuÆ”MFðÝn÷áǧL™"Š"ƸæåW‚¼6ó«Åmo·TxýQY>øíïüöwÀ4|øÄ¿þÅ:v”¾’B»K&--­¥µÕårɲ¬ÓéYŽõxÜ6»MÝC’¤h4š™‘úúívP„ÒÒÒ’·¿Qÿªòcl·Û­çjµÔ¶‹êöùM}wªH8„’%Io4ªÃ/EEE§OŸŽÇã§NAt:]aa¡+ƒÉÔæõ², ‡ú›¨¦–¦‰'‹¢È²l]}mA^Aò\ )“¦~´y£?àOÌÏOli’By©ó¨þð̳ߺ£}jésý3˜MÆE… Ëø>mwýkwÀ®owüWo9sVèðáÖQe!ËñóÿçŽíøxËÚÛ®ýpã ,s"8Øü§âIEt§/,šð,–ªR4Ú Àrãøë½µo7ü&ÃY]%ÿmÉ\NWåS.UºlùªNçW¥²¬ÚMˆºKäeH2LÖX¯Ôþ:Pÿ7­!CorþÐzÊC£½ls*-Bí«G!†dfdú~õW›Íf³ÚâB\Á˜Q…ALÊ/©É#øF£qÊ”)ååå………þcÇ÷Ýuׂ[rýÛ=ÈÊÌøñ9û[ùNËï½wÞæÍ´¶QúH í.Fãt8¼^oZZ˲f³Ùï÷ I !>Ÿ/3#£ÓG.RP¥ÇãAHmÙ(##C}UÛÆX’$A¾]T÷ªôìN¥NuP0Öéõª·¦¤¤¤¢¢Bb¨ÕjKJJ4MûNsVŽe£Ñh9NFx^[[W;oμä_×µW_7ˆ5J°©C†v:U9w|Ÿ¶»þݼ9-?Ä„‰â£ÖyÜŸ^½œ˜õáÖâ¢a#oZÓ¼ã“òL¸rù@bõí¯ßw»Þ–ŸV4ÉäC”¶xðCŽÓi´í³qá¤=bIåÈ}9â/o­|¥ùð}¹Sÿe°O¡ý*åV¥‰ÙKa9Üéàüª´}¿cK &ÉŠȦ°·8JË\…ˆŒéY›?>3aòw°BÿgMaYÁ –%‘c4¾6ŸÑ(ȃÉhŠ‚EÃq¡p0F"Q^£ÃŠBV9µéYÉ#ø'N¬««knn.,*P°"ÒôV½&¢@èˆïlWÅ i¸[rå-S |©H¡Ýu¦½ÞínMs¥ù}>»Ýîkóêõ·Çc³Z“Ûx È’¤¶/§Ã‘°•bEAí»° D‘%Û‰„ÛEaE‘e)…pYƲ‚Ïý¢£¬(XQdIêiwª‚“eY‘e,ËŠ¢`EVß§Õ”ª¡«J{gF°,c¥þ¦‹a,Ë1„ lj¢¨åµ®F©2Ô|Ž*EI¶R€.ãûž´Ý—f¢Ìyäç¡£G<­§Â᫯[í|ñUN«ÍŒ„K{ä³CåQê‹åPÍ®³J—ØrfIBKÈýÀF›É LE©E¦È!YtKÁ}€Œ¦´¯Nþ™·æÕš]«‹ _~¢ )z9­ô“·]¹|U$Nœ¿gW`¦=ÔŽˆIk"ì ,ÆØpá…‡Nþuü”T—B±Zm„“Éäö´H’¬`…c5 ÉR$QdÅasrœF«Õ2ˆIy%!I "‘ÈáÇ5 d>|ê~¿÷ëßDzWeŸ>:zè¬0uñcÆßÿZ)}'…v׳Ù,+Jkk«$K„ ‰DM&Sj_=·ÑaÐöðe#µ¥+;]6‹Ùrv»¨T—@uk+Å«®v§êpZNÕÖñh”çy"ËòéÊÓ‚ ¨‰¡âtEIq‰ºÙV,UCÑõg(­†DAÚk2šü~¿ÙÔ½hDaïþ=555.§kÆô™ê¨þ©Œ»¨R¸ëž³EÝuÏ]¿ú¿yê7êé¿ÿÃ/çœø´;„ÇÛf²ÛÓÆï¼jùªkWÛì†aæ¾óΆ¿qõ„qf@­n÷@¦F0œ9wê+åßhkÜïÈmr-cNëdÉX‰V¢ˆË2š— ¤ó5þÛ]¹IŒGr§¾J%)åRá<ªôÊŽŒ+û>‚¯(€1,è2ç,©I2.N@ŒQ>× ’‚*D#¾6_<##ɲd4™€H$"‰Š"ãX´Å`4¸œ.½A?ð|·Û U‘б"ËRÑš5µÛ?®xáÝþÀè5¹M-BÉÏ~Stà ´†QR …v—ÜjëÜîVD!DÃó9­­­,Ëþ†êj„AÈétæ$¶2í¼Nwâĉ$¹˜Ød&à´ï­3°í¢:ö<>÷âØÊd2…„P4Q×ÔWWW qA«Ó–—ÀéÊÓB\¨ªªR?EÂau»{k?—:€^o…‚³E–¥Ñ£ÇmÞòQ^n^·¥ùþïÍž5çš«®«­«Ù´éï\}mj$˜ÌçŒà'O$Mþµ——ÚîÎó@ðˆmßK!„±,+Kr/ö¡¾VûäâùB-½g~ÛT±Ý™;:­p5@LŒìGŒtÖE™Z*žwWïÐè‹Åÿgθ’Î+¥\òª4Ñ…;fñ‡û<_‘ç~¡s¶mS¦íër ¨ï'>ÕïTC€Õf³Bg+‚–7žk3 Iuïõ‹,ËŠ¢˜P¨ fó©¢¢¢™¿~â½{[‚AÛi~Á­#ßùÍ“…×_Ok%Rhw*²$=tH§Ó¹Nu¤" 5T×832"¡°ÒÒ3T‘Å80rÜ8mÿ?æž•‘ÙµUW×dddB\•ˆ,Ãêt:uC¥DSU”TÖëàö½ÏM©‚ ŒÁåì~wª‚Ó >¯—aXOK«ÍáÔê´,Ëéõ†ÂÂB–å`XQqMM Çq„!.xZZ–ÅŠ¢7ú›®œìÜ»v®Z~U8Ls¥¥gd|üÉöY3æ°l²€ Ûvl---+-QUSi4˜ZZ[$Iêï»DGçJ´<ŸÜÃ'O$%äì¯jo×ÑCÚîúˆÓá yÜ–6ߨ–¶_»}Þ?_@¶­½uôÍ7qo›$¤§e ¤O¤MdÊXfÊXj;ó̉ÿ7âŠG èd¡A£AwtÓ7 ®E9SÞÔYÇùŸ—¥P†)ŽàïܱýÊå«ÂáPâ ¦ VR1úôì~Âê (Húº"ÔV*‰’ÕjU‡×_{ƒŽ”¨E )Ë_•Ä|õɤÑh‚¡`( ‡Ã†Œ´yÿë¿/uø 552ërÑjGIÚJ›×«ÓëÍfsKK V”‘‘áöxD!ôùòòó›š%QD c6› F£×íÎÎÍ”E«ÓZ­Öx\ëñz É‚ $oƒ:‚¯ÚAO»S¥œÉb!€€aÙ†šš¢ÒáÉqà8®¸¸X=m¨©éèdÀÜ[i^n^ù¡ƒÍÍ‹% .[²lמ]ïlx{ôÈÑÙ9¹X–½¾¶½û÷+(š=knm]455Z-¶ÔÌÛjüo»õ¿Ú?~×ÍFQð_·}-ùæ/á‚§”ÛJ&BMßüNö×¾>iÔhV˯{ûuDÈĵkÇÏœ…¶Òúüs?ùÑ f«Î:>{â?~ÃSýŽ=wV<´_o[ÙZù¢Áµ({âßi/J¹D¹#øX>ûÜJú$ JÞg€ÀÙÑ5e #ø@!’,©KbÑX41Œzƒ:J²”òî**ª$U-@n·»¥µeÒ¤Iié.“Ù(Š¢¡ _{çŸlÚÌÆ´3¸ŸV/Jj¤<’èimÕë ÍÍÍc&Lày~ÿ®Ý@°’™íu»ã±˜"Ëã§LB>?pÀátyRU¥ÝÊDõõ3=-½—í¢Rkä]ç‚÷qwªþJíÂâa§OœÐiuñX¬ªâtv~¾V«ZQGT@ÄÆÚÚx,ưl<+íÿ‡T¦NžúáGÿ¹qõMÑh¬©¹qÆ´™#ËF8uâÝ÷ßµÙlÙYYko¾Íb±44ÕÇãq†_·þU+®J! žçB„`BÚE!ð»§žN~¹è4!¤Ñð´Ýõ‹qK—lùÍSÙÛ¶eÏ›7úêkÆrGÚÚÐë·liÅV^­ Þ×%Tƒ‹¥à{­‡nu¬¤GHßV }ü+Š¢¨ÖÚ—R.UšÁ;œ_•ÊJ—o«a @DItƒ¤c2Z»*Mõ“ÜêG¤dIRFÃÙÙ9 ¡PûæöYYÙMÍMzƒúi‰`Ü>Q-%X–ÕjµÁ`ð³ŸåååÞxã ùùZ­NQ$YЧ9¿õч¸cÒ­a”H¡Ý%Â"F„x,Ʋ¬¬ÈœFñ¬N§“e‰eؠ߯×ëÄÀƒöµzŒ‚<wwÛEÁ8•廒 àäOs\¸àt:]Zzº×íáµ¼$ U§NÚNƒÑ¨3 F#Ÿ×‹bXFÅôŒ N—Zffdfef½öÆk«V®ÂWV²Ûœ“&Lœ9}†¢`Y–C¡ÀçGÊ zƒN§ã×§MžV—ŸBX¢(fgg÷K£¨#K_¶N,õv×þ₦½ôÿöÜr[^uUڌɦh„ ù<ž>ß ‹Ö¯#Ý=dS{è©£¢(ŠPHجXà¤=çŽHÛ!ÂæˆPÑ(Ïó‰ÁCÚ£R.yUšh.Ÿ~òñ•ËW…BÁÄAßžO톊¤)¥¤ã½ ¤#YQHª› cB0!’,«Î F“†çóòófYVk%$YVNÙXʲ,Ƹ¼¼\oÐÞ|ëv»C§ÕaŒãñXGW.‚<%S¾Ô¤ÖîÀê°‡A£Étòø †3[,ñXÜ•žŽ q¸\þ6ŸÑln¬«%Ùl2‰‚hs8«®*«­Ø•d¼$êÖÅÀý_î¤( òÑX¬ÓÖ.8«Ó)H’ÏãÕëuÏGÂáP(„…°,‹b5E’¢Ñ˜#ÍeOK“…eÙÔ2mÆôYå‡Ê_xá_+V®r:\¡` µµY”DÕÐűœÃ­Ý²uséðÒ)S¦’”z­p8ÜÐР~o™$M"]H\dY6--ã8BÛ]¯´¯çëx¤Y32—nÙthãÆ}‡{¼n„PzZzþ½÷^Í5@ }YÄ;6vHM’J’ Ñh4‹ ú5-•/Ù²7W~×ßÜÖÖf0ôzƒ^¯ã8Ž SÊå JôwDC’¤ÌÌìÃG>7v|[BÅéSiÎ4%¥ž]”$@I’”x¨¸Ýîp8ŒqbVJ<Ï$IR·3%‰OZ‡q^dYF566ˆr|Á¢¹z½žçµDãíÓÙˆ‚q0¤&RÊIy$Ñj³µ65›­§Ó1âB4ÍÈËgZZkSb0Í,+Ër ´8’$iúÓz~Xöi»¨þ½sb,Š¢Áh ø|^'ÙXªÓ=8Bˆ‚1!Äh6Ë ùÚP\Ðð–aàŽZEQ"ÛÓ\›]•)«RA &ÿ~û-«Ý>¼¤$/7ßnsñx$ñx¼»÷¬‹†£'LÌËÍkllÒô½¾_j&??¿®®6''!ÔIz&RÝí•ú†:§Ó)Ërj3Y¿$íÎëmcYF–¥ÌôìÄÅ7ÝÚû›˲^o[vvVªmMµ•ʲ,‰¢ƒ‰šÐ3žªõ± ;î˜ÄH’,Ë+xðf P([•vtO¡` ÓAïMÅëñu†?xé•Y>ÛÝÓù=A¥¹Òòsó[[Zú;Æb<Ž´¶´È’¤ÆY¯Ó)Šbµ$ï͆X–U•%©¹©‰AŒó}îj%I Cu ÕÆh4Õ~ JHu7&$‰ÚPF¿Ú]2z½>'?¿¹±AE1­6;/cŽeB#Ç«9s&HŠÂ±¬ÝåÔjµg”VËó'Žï2AñœSƒ^߯°„´<ïp8mV[§Ž6ŸoЃC–• 1èõ@Ãk¡$qIV·GeÃj4:ƒÁdµ FNË2 Çq©e ¢(¢ ˆñ¸Ýf›?wASsóÉ'wìø$‹2ˆÑpœN«ËÌÈU:J¯ÓÅc1À2H-;ëà c&|ºçÓ?ÙÖ/Â0ŒÑ`5b4Ë0_ž×ì”Ú)*ö»gžT—ùö–e‹ ŠRžH†„8Žã5¬Ó!Žãdöáúc?‘Óe1Ût:^§Óò<DzêŠj(¡\òª4Å*ŒÃé,++6¬¸‘àXWZb˜þ†Ëkµ˜ðû§NžêC@‹Å¢:ì{XœFsËM7¿ýö¿ÛwèU:/]¼”v”‹bWzšÝéeY‡U÷2S5ÇqÅ¥¥²,«¶–eÕ!éA©±™™Yç“BXˆa4 ]¬¹Ùz}O2ëì‡äRHBœFÃi4¼Vk±ZqF†j—JÌGR×;&÷)çò&³Y«ÓÁ[m¶aÆI²Œ•v+—úuc Çñ<Ïó¼N§Ójµªa»ïÚìöysç77·pÛÇ×~Œq8v¹\.— ©z\®8Žbž—›ßß'—c“gð:½^Ãó£QQ%mäoE¬™aÇqêÀ½ZQiñQ.Ušò«•†ãrsrRé Sz#×pœÆd€e¥ý²?Á­Z±rÕŠ•Âg eÐa†MÞ{òÜ É±,—li¼êŠ¾Ø¦ÁœwŽÐ‚SP1½˜$)-ŽÓpœÉh¼pÝ‹Ñ`(V”bühoÖ+ZžÏÎÌüâó–AˆéÔÁB‹rùªÒ<*èn …B¡P(”AQ¥ôõŠB¡P( …rñU)5ûS( …B¡P¾Hèh;…B¡P( …ªR …B¡P( ¥Çy¥tŸB¡P( …òBm¥ …B¡P(”‹O÷¶ÒÊÊ š5 …B¡P(”Agä¨1ýP¥=ÝM¹ B$Q”DIý¼aj0 Ãi4‰/e_*~vå੦·¶¯mö_¬â`&'Ýrýü‘K³hå¤P( åBÃÑ,:’4‹üþ¦¦†p(œ²Ô3 ÙY¹Ù¹y+—ŠŸ]o8p²ñïš5uÜÂyN–a/J‰(7·zÿ¾áàÍ Bs&•Ò*J¡P( U¥_ $Qòû|uµ5Å%íV+JõYÁ` âÔ)“Åìt¦…‚A¿ÏWW[;nüx‡+eSñS„6ûر£ÎOAˆwºá­í''c³;£/V¡X¬öIãǼ¿¯‚ªR …B¡P¨*ýÒ¨RIhnn*^jµÚ9ŽMY•:iLSqêdÖ¼lÕÏqãǧed*Š"Ë©È;–eÓ22G\8?»ªÒO`ô8[(¦\ôrÑ™ì­ÞàÎÛƒÀ%Zµ†1™ÍÃKË âÔÉK4!—G*¾„iʉºt3œ6‡Ë’Ë&ɉ„¤gdRUz©‚1‰F"f‹…e–e6õak»ÃuäðçˆaT?íÎ4Y–¸Û—Íጄ^ ?»©Ó€›«bŒ‡D2vü—+m …r1«–¢x<îûö*Š2uÆÌK4!—G*¾„iʉºt3œ6‡ËS\.IîHÈ>è¯0¥ªtH SŒBˆQIÙžgzc̲Œ,IŒDzÔÏ.?Á#w®ûæÞüã¿kµÚP(xéV-­V[6rTÅÉ—tB.T| Ó8”uéf8m4ÉC>!#+Nž ªô’‡tü\?{"‰¸Ýž´4—Ñh,?@ ´Z-V«5µk"†R52—Áw%¬6[4½Ôry¤âK˜Æ¡œ¨K7Ãis Iâ …BýuEUéÐÓ¤@€ EñûáHzÚƒ 1&£Éf³²½Øù @õ;‰ø|¾œì¬–– ¤´g?UU:¬¨èLU•ÕbI-8€!Ò,¹ËB•"„ÈÉÒ/y*¾„iʉºt3œ6šä¡ŸªJ/}Qšd+õù‹9=#½'±XÌç8ŽÞdÏ’477—eÙœÜÜúúzÐGaÚ»5×b±œ©ª²X,)·*ŽE€†ŠäXD†Œáv ì²HÈeS_¶4åD]ºN›MòåDŸTi^~ÁžÝ»233Ÿ~ú™þð"ÙÙ9 ÉÀ_¸Ð‡–.%gm¥‘p(=Í%ñžôBH§Õ6…ûyüìA’2ɒIJlnNN}}}Ÿ-¦¤[©Õbi·’¦*+90&wã<‰|øŸ÷ÆŸ8¬dx÷1#¤âä‰Ò#ÕÓõÿ~ëêk¯P#¹,l¥‰Ì¡© i¤‰ºœ2œ6šä/*Mè§~ûÛ ­ ß}wÃE }hÈÒ³–HL01Y†j4–eE‘$‰¢Ñð¸[ùv®ŸÝJRÄ0±xÜãñ¸\.N×/‹iïóJƒÁ Å2€y¥l»òíúSMMuVNn]mMIY™¢(ÝêåS'=FQd˜3o>¯ÕvÝ|ª_‘Á—Kqy$ úëË2C9Q—n†Óæ@“ü%U¥<ò‹x<~õÕׯW^yyÓ¦Íýò—¢(êõúßþö©1£G ‚0bä¨o|ãë~ø!ÆäÏþÓ3O?s°¼<''ç•—_Â÷Ž;ëjkBS§M{âñ_uʪUW566D"‘N7w =Y`ñ<¯Ñh.7MªÖH@Àd4!„·øÚ<~_›Íî°;\„sîïá+ù×H$Úa%eâ±xKk‹ÑhliiÉHÏÐét¹9¹õõõ@Àh4ôþ—ðS„6Ÿ²Z-z½‚`QQQUǼÒX,æóµ1 g·ÛzùÄè9õ’À¸Û!ŒºÚê¹óìúdG(ÒëuÐÒÒ|âÈ M™6­¦ºJQ”Û¶0MŸ5û“íÛ®¾ö:‚q}]í©“'½Î0iÊT^«Ueãï‡ÃáX$/!À2LZFffÖø0©Wœ:9fÜø>¾¶w7Ãpˆ`€7iÒ ¿ñ756fç䨧ûvïž:cÆ [>Û»›a9„ìLKÏË/¸ü,%ŸíÝ­ÓéGw”luÕ™Öææ±ã'è †”sµSé\”D%ª_zFVO1éšÀÞëù Ä­¥¹¹¹I¸CNWZn^^·æ’ƒû÷Mž6}HU•AïzJf¢\: z«ÜŽkPz¡ÁíûÓË˰EE«í ˆØŸWýP¥>ø¿Ï=ÿüúõë ¥¥åg=ôÞ»l6ÛÁƒ¿wç÷¶oßÁ`pÊ”)ÿûÓŸ>ýÌ3×_wýG}”ŸŸ·ö¶¯®[·N¯7 †mÛ¶ªR²÷°6mÚÜéæäГ¹ùæ[ÖÞ¶öÆÕ«/QÚ1~Oή{D!a4äyM[›'=#«µ¥Éb³‰’¤åµ‰û{í¿Æb1o›7//1(5·4;N£ÁÀó|SKSfF¦N§ËÉÍ©«« ƒ¡/~zÛÚœN§†×Ô×Õ;£Á`6›ÏT±˜-„H4ÚÖÖ–››‹Å¼^oVß:GŽ‚º±”z=n­Vk±ÚróójªÏŒ=&‰ülÿóÚìŒ1ÆxÔsMUÕ‚ÅK1Æj$y­ÎëqþüТ%ËÌóÑÇŽ9Þ±£­­í«_ý¯„ÁR=ÐjµË®¼&N˜PVV–ŸŸ“&N¬««¿aõ =üÐÿ>øà¬™3-^Ü»ÿãÆëãÍ>öhfFÆåmЖijÏWŽã!,ÇB0& bB¨^ùüþÌÌL†aâÿŸ½; n#KýŸL,™X‰…$@I‰Z(R$µo¥­ÔU]ËíëvÌL8¾1óî;ž7ÏuŒÇ¯ž5îõ“g&Âá±Ãa÷­E]«ªTj©$µqßAp@f¹œ3IB6.¢ªU¬ÿ‹Ž.È<ç?çd&œ\Ë-..§ÃN‡ƒ1¶¸¸‡AhhhXY^®‘•Ó5RÊs|$‰ÅbŒ1¯×ãõz +IÉd²µµ•ã8BÈÎOHX8”_˜07;Û‰2ÆÂM-?|÷mW÷ÉÄêJ0Xïóò¹œ™PÒ圢VL&Áú·Ç“S”P¸yjâŽÕbÕT·X‚õ¹\În$)k±Xó¹\¥`^‰D–åL&óÞo?Bâs³”R—Ë @‰ÕÅù `³Ù::Y¬VJéÓŸ×Ói¬½ãðÒ‚$gm6{gç ¤Æ§ÏOŒ©ªjºÓénïh'„£”>ø©¡¡1—Ï©¹\k[»Ëå€ÕÕÕ¥…«Õâr{¶¾ß°|ÿ6ÍÏÍ~¦K‘•ññ‘ã]ÝV«uzzÊn³757¯§ÓóóqÆ(Gøh{»¹m¬¯§ççæÌɤŽÃ‡yžzq²·r9ejr²ëDw|.F{òÓc5Ÿï}úÿù¿ÿmÉû…ó³<ÏÛ…Í×ÏiºÖÞÖöÝ;wîÜùô³Ïþõÿú¿}þÙ§5ÊßùÂ=ÝÝ)5 a”š¿x¤ëº®ë‚ ŸÁ×u]×t]×§'Çx‹ÅÐuDUÕªY£¡>Íçs’$år¹å¥å@Ào³Z‰D&“u»]ÇãvÇfc¡à”Ò–év»ãsñ¦æ° ˆMMM333¿ßétJ’´–L¶µµQJeYZ˜_¬¯Ö(³˜•ÂJo¨2t}qa>±º21> š¦%VW€1@ ƒ®1e¯Ü1VxÓ\Œme®Ï›oÕu (ã)¿¢üy¥²,9N§Ë=35a~¤ëúòâBlvöÜù‹¡pÓÐàóÕÕ•æ–ˆa†at>âp8âñ‰ñÑ'O†BMQ!µ>mooi‰Z¬–gOÔ¼fìŒ1jǺNØl¶õtzjr"n¬§çãs.^ªo <þQ’²Õjåo2€¯¾¼mÇá#GQhii]Z\t¹\y%wöÜY’Ÿ?ë;}¦¡1”N¥žüô¨«»GÊd¦§¦úúOµD¢”RƒÒ¥Å8imkŸžbŒBš#­Œ±Õ••·ÞS™Qð°©922ø¼b_•7-—SvØŠo¿þR×µ|>nnq8œÉÄjyï¥S)žçoÜzÏbµêº®kÚâB<>+iZNQ*FRq8jŒ ¡éå…//.–ÄX]Þa›["ß~ýE[{ÇÚà‹Ööމ±ÑÂdšš#c#» ¦¹%R¼’»óíWÝ'ûRɵՕ妦–¦–ÈO=~Âápä”ÜîõŸ>“Ídö·Q…ͯ³ó(Çq7ŒÍÃW.W¾«ªZq Ã8r¬Kt8««²,]zçú®bsº\¢(|þÉq8.·ÛïPJ5U-ÙæWW– Ãðùý-‘H:•𙂙ÌFµ~†M¥âÑ)•\«v0)ß|.Wm;÷ùýí‡çdùÇ:uæ¬ù¾©9251VISs$§(å{ýèðàÚrÌWÅcc ˜Ÿè>Ù—\K$« ¡–HôñÇ…ýÅÜHtUûîÎ×gÏ]Øöˆ$ËÒnDZâñ¤x×c”-.ÄwÒdÀK%6›Ý.;‰'ûoñþbµXoú‡}»7˜•Z,3°Z­WßyçŸý³ÿñÉ“'}}}”ÒÁ¡¡m³ÃÅÅE¿ßÿñÇ_½zõx× ]×Íwµ°Y{ñ’?Ü»mmmii9Às¥æ|‹Å²±žZO§€1 ¡póÂü\Ssdaan~nÖíñn{¡IÀL&×tÃætW&“mïhŸžšöx˜Wîô ~ÙÝN‹‹ þ@ðÚMsîœMONÎNOïê|‘Éd¬V ¥e`áyó{sñêuÁÀ‹Áç²,s™› Ö×ÃVùŒmæ°[»=+¦$™ÖuƒÉå”|>_x3N¹=ž¦–ÈÔä8¬®¬ôôöÏÅf9Žkn‰ÌÅfeYEG{ûáé©Iƨ$eëk|Ú ÇÇb£c@@×´ÆP8êïH®%Ç54†f¦'7Ö72™õ:¿?6;íöxBMÓ“ãÞbžÏªø â›7o½oÛú>™Ïçæfgœ.×z:‹Íöö²X­ÓÓSº¦Œ<ò„1fèz}C(>7ëv¹[Û:fg¦Ô|žbºÙ›ªªš·â1ÊTUeŒQJg¦&·í« M›™Þa+®Ý¼eµÙT5÷Ãww&'Æ ]_]Y)é=kfCÊd_< Œ¹=nž·¤’Éò¦MŽVŒ¤¼ÀäZ¢ÆŽ+/<¹–(‰¡âFTl#o±vq=•R¥©©etxˆ1V¸VAUÕÝ3=9^<:‡s}}=ŸË­§×ûOŸM%“„P¸)›Íf3ŒR§Ó5‹ío£Š7¿'–oóñ¹âͦd;¯:‚„„›šc³3Rvc=•ÞCl­Ñv¯Ï·±¾>;5™L$ÚN§“%Û4—ÙñüÒ›´ Ÿ¶µSÃÈ)2øýþ'ûNîíëð§»Ô0!§Ïœ³¸\‘hÛçŸþÁjµ]º|e3uÄîžž»w¾a”ŠÇÙ  ]Y~q]eA–ßí$öÅùŒ¡Åï3<ÏKRVSUŒ1êpºc€1–ÙX7³Þ|>¯ªyÐ4ÕjµÖøTÊfÓéÔÙsê|þ©© Y’ìv;cŒ ”Ê’d>¤Ájµ2V«UÊf5McæÃvufj¢øBLFiVÊð¾jN©¼$c,N›«0Æl[3Dåûxå½¾R·ì×–³y¬ÒÄSW7;3#ˆ‚(ˆÁ††©‰‰—Ëom$»:"ía/«qd«Ö´Šï›ß½@×µù¹Ø¶ñïpÿ-¼Îؽ‘¬t.6k¾øó7ÿâoþÆ|}ãÆ7n”œ¾ŸÞJ®/_¾|ùòeóõ_ÿÓj¾øMõ+D Ï(5_üæÖ­ò…‹k/(¿ÿé@$¥›I’¹ó;Nó >¥Ôn³3Æ(5œ.—aN§KSU‹Õj³Ù«ýRí{¡Ün—Ûí‚]>­¼L§ÓI)Åb‘HDÅö¶vƘ,ËsssÁ]¦¤›YiÙu¨ç.\óX¬Ö÷?øH ¡pS³Í.˜¡ååø‰î>»`^}ûÛ>6ᦖH´Ýf³›YW.§p<ÿÞ™ŸÚìÂõ[¿JO¼*ÏJívÁår½xæt: dž‘J&=uÞ¥¥Åœ’3ÿ˜¹\žB¯š÷]1ÆØË×[EVûÔ¼xÃLONÌLMx½¾B[ÌBˆÃáHÌ®†¾y¬,Lïøà^òS" óóOÝ‘cÇüé‡Ã‡8œ®¥……¥Åysš$ŸË ¢èt8—³Ù,3'Ep7{ïûïT5oµXͯȯ¸µ†Åj­olxüH×užç8žßÕ\éWüÜ ºùÉ¡Î#R6›Ë+—Ï7 Ãåö$“kn'm|þ<ŸËQF=×çcŒµDZŸ=ùIUóÀ m³Ûí wï| À, Çñf˜>¿ÿŸý=5h[GÇf—Z¬ÍÍ͵úª´‡¶oÅ×_ÞÖuQêöz;;¥Rk„’ÞSeeeÙ,"ÜÔ,Š«ÅRÞ4Y’Ë#qºœ™ÌF­á(A›ÍV^xfc£$†juÕ¾º=žl&“N§Jf÷÷LNQJFÇíõªù|´­}fz’1à8n}}}!S5íÐá#ÇQJ÷½Q…ܢʆ±¹VÅíÜÂóµG°|ÐwelueYË«”QžãÛ²Ùl@HÉ6oµZ+ìÛ…ô¦7•ò£S´½ýų§å[oùøÚ{ùŽc.™N¥Í%;wr_¸B bVZ¾×Wì–×ÙrJ\HÅá8ÁéH®%úúO§“IViÙÍi×{YÅãIÅ.ÚÕβ“øw¸ÿGû;v˜•þò'KÍ“ã›CË1†N jpo±Ø4Mw8Ý9E1¯Š,Ûì‚ùŦòQóu3ííÓÓSî*÷;Cõ=£üm—ËÅLÏ̆CKËK .—k/¿„Ë0òVŒIåßv"ÄårzçªÇã%”Òµµ„Ãéjjimh €ªæã±YBàXW·Ùa‡£¾¡Áœfö‚æE¥5>%„ 75·¶µB¨A)£Ô0Š äyþÈñ.óµËånmmóùæÍ³;¿ÿèñ®=½”…OÆF‡[Z"‚(NMŒ×ÕÕ5†Â«u~.v䨱p¸™„l¬§YDñXWw(ÜD°ØÌt]¯ãPg ÌçóæœcÌœÌv{¼º®¦ j÷UqÓvÞ Ã0€1‘õT2YÞ{N—ëdSS(Ü ŒÅ…8¥T„ò¦•G@jGùš—Ä”^ÃÛh·Û1JéêÊ2:ÜéñzÓ©µc]]°·`ŠGgjb\–²¡æfUUE1cèéík‰Dœ.Çqs³3ÕzlÏŽâ¯ò ƒ1f6°Úv^{+ú¶±Y­ÖÃGšZ"6›”ÎÅfu]/ßæ+n´µCzÓ›JÅ£SùÖ[q|ƒjÛùñÝ%[Ba\Ê_TÜë÷wË)?pU;€47·´¶µ»Ýžùù¹BÅûKÅ ¯âio{YÅÀJv½Ýî,ÛÆ¿«ý·¸¨ý»Ý"¡Pè‡~$éïþ¯ÿã_ÿïÿgaNýÌ2?=:}æÇñGÌ{ðSé´Ýn¯ózÍg?m¬§dIªó C7¯©ÚL›,Ö|>§©ù:ÿæ-J÷ïÝýø/??77ðÓ£›·Þ“åªO5Ëd2™LÆívo;£¹ó2762 MMMÏŽÊÜX_/yÿßÿÇÿüßþ“l^¬óg÷ÿþ»ÿpé\ÿØÆž?}ÒÓÛ‡­À6V¤ij|6fµÙ.¾s5»±‘J%)c£#¿ÿ¯ÿÑàó§{à~¹ÕëD¾¿ã‹£ó¶5ùmßçOŸ|ðñïj,0Ÿû»¿ýÛÿò÷n·Ûår9Nœ+};§J7ŸOäq»766¦’Ió¦{ Œj†æñÖÙìv²¹ äsÊúzª¾!\eb©Ö¤ºËå2°·»ëJk–év»ê0­º·~°r„¼%ƒbåÎOŒ†à¿ ‹õÈñãí‡:55ŸJ%Í»:jÌX°ûånT{Ž|ßÇGç­jò/h|_9a"ø6ã8®®®®®î•ç=ÉRv=ҋYmÁ`cíÇüìá^+ äíi Y)¶âWÑÆ|>?2ôâ•0 ãùÓ_ÃÀý ³Ò}_·­É¿”ñŬôíÍA)¥áaP}ƒNÑᬱ›Ð+”™ÍfÈkÏ;¾é2K·K޼E; G0+ÅV`1+ÅȱØdÌJ=))q8rVr{<¯™IÙ¬Ó妔šeJÙ¬sWw2ýìeâ‚ÇkÌJ16ÜT0Eì³Ò·f$¬¶¦¦æ™™©ööÃngÏS…R6;99~¢»GUU³ÌÉÉñC‡:_'‰|ÓeV\ ŸÏ½=£3<øâ`lf£!f8~mm|›õËípܰÉo³Ïþþ¿^sçöx=¬oÀ¬ômg·Û›š#.·{|lD“ö6ƒÈqœÓå:ÑÝÓØ’$é•2³oo™—q{¼ægüÙýã¿úïpûD!„^GN–gf¦^<{Ösòd JbŠYé[„R#¨_k"U®¶ÜY!TUÕBª÷K)ómö–$Ç!„Ð/š?X¼»{ltô⮲ҿÿÏÿ ûýl>þËßc' „B›Ýnw{<ÕçzªÎ•þ£òßc÷¡ŸÁ¿û·ÿ;!„:ð8BÌß«ºöB!„úó§­Ø!„B³R„B!„0+E!„B˜•"„B!„Y)B!„z+àSôÑÂûü“?À‘cÇî€/>ÿ”Röþ‡í¶¨©Éqè8Ô ¹\î›/ÿèó.\º\üúu‚$„üö£¿(©!„úÕ¹Rt0ÍLMÿô”ÛãÝm “ããS6»,KÇáÎŽC‡N—ù)Ïó…×{fFU\B!ô«…s¥èâ-MÓf¦&ÛÚ; oRJïßý>+e)¥‚]ˆ¶w´:”ÙÈÜýî›`}ÃÙó¤læ»o7_ßùú+]×à?ÿÇÿÏápž¿tyjb<6G"ÅU[]×´§O~ZK$(¥‚ íê ‡›*†ZRѵ›ï.--NŒHYÉjµ¶DZ;Ëçóß|ùG·Î!Š««+>àÐáÎÁçÏEŠDÛŽwuãˆ#„¬¡·‘Íf ‡›ÆF†£í‡ oBÂÍÍõ `xðùÈð`h+S´Z­¢Ã)e3`±XD‡³«»{à§ÇpöüE«Õêp8€pœÕj+¯®|õÑáÁ•ååc]Ý ™ ‡Ãi±ZuM+_·¤"UÕž<~ûNYZ\q8Á†FØXO7†B5VWVÒéÔáñÙÙ™©©ŽÃvγ"„¬¡·ÒñÝ3ÓSSc…w(¥Y);óã´®©”2Pr²Ý.T\½¾¡‘B"­Ñ\NÉÉò®jEæfg2™ ¯×‡ÁN*bŒ­%wï|k.H$šš#àöxúOŸ[]Y‰DZ{úNårù™éIMÕDÁA©ƒŽB³R„~V‹ #ÃéT ~ÿ_ý7—q8‘htbl”1@ 63ÅZÛÚ»ººGG‡§''e<Çc TU}¥BÌÿꚦ•s>s‘òÕë/^y'•L­§SC/^$Vgίڞ¢Š£Ðyôx{Çæ,¯Åb12Øn(¥º¡€]t]£†aÖÎq¤øW…ÿÓø÷¸‘ „úùqçñz?njÚ߬”a碷3%}6ð¸§ï”èpcɵ5 PqÉC‡;ã±¥”ãx Œ€ ª¦./,˜Ëˆ¢HI%׿ãs££¯ìK>—›šœ°ð‡ÓQ± A*®ž\[[O§¼>ŸÛí^^ZÔ4UŠ,UÞ ‹*jhMŒÍÅf<^cX^vyÜ¡PxsŸd/÷JF«î¡×n¼‹Û B¡ŸŸÝnÏåóü‰ 5…÷1+Eèm42<ÔÝÛït8.—Åb![•ö ¡µ­czrÜüg¤5º–XY^\t×ydE‹Õzôx×ÄøØ“Ÿ55µ¬­% «w:<>:òøÇû¡žÞþÊûOÕÕÉü|||l”1ær¹{ûO׈³¸¢³.:{nr|짇?rçöx"mmËîöÓji:B!ô¦Õùýg/\x:ð³Rtðm¬§N§Ãå²Z­åŸB>øøwn×<~ìøñÞþ~›Í6›íüÅË¢ÃÁój”Q‹ÅšS”öŽCGu™fê=uÚf³™7ÅGÛÚ9j· „]×?üÝ?p¹Ü†a‚Px W÷ü×nÜDasšÖ0rù\yæ?K*jhhljn±ÛìÏ3Æ(¥ù|®PcSSsk´Mj>âäÉÓçÎ[m¶j³°!„ÐÏL×µÆPÓÆú·{X³Rô C)ÆjOf6Ö ¯ó¹\>·™2Æd©B§ªyUÍo-¯Þ×TU+ºZ´P,£´¸ŠŠ«†.e³; ²¤"]ÓÊoØ/,¯kZFÛ|Ë)¹¢€B¡?/FYᎈݧè£_àÏXâ!„ú%¬!„BaVŠB!„f¥!„B³R„B!„0+E!„B˜•"„B!„Y)B!„¬!„B¡-U ‡aß „B¡Ÿ Ε"„B¡?? vBX>—Ë«ùÚËBÜ/051^mŽãÚ>{>’ÙXÇîB!„Y)BèM™žœxVkÅO5MûòöggÏ_¬øé?ûÄjµŽ#@|çÑc¢ ÀíO?yÿÃvÃn—/Y‘1659qèpçë÷Æž#yýÒJZ±¿‘ì-†7´ Bí ^WŠÐÇ«–’€Õj¥”ÖXýÖû~ü»ß¿ÿÑ_ø|þ÷~0¾pé’ÛãÝU»]ÞT¨hr|Ìf·¿~oì!ò}lWq+ö=’=ÄðæVA¡=À¹R„Ð6$Yb”FZ£ óó‰D¢±±ñþ½{‚†a<x¬È ¨óû»º{ Ãøê‹ÛÍ-]UeE>vü„Ïï/.ê§G?*JN×5oïdo/Çñ“cš¦;~Ò©Ôà‹ç—ß¹ZXÞ¬htdˆRzïûïà̹ó«+Ëc££Œgé>Ùëñx Ãøú‹ÛѶöÕåeFØÉ¾ÓSãëëiQÏœ;Ïñ|IfœÑh»$gIêê9é󽌳¼]P^iq»*~ºº²<6< @HßéÓs±ÙâV˜‘ÀÂüÜÄø! bo_¿Ín¯^yÉN§k‡…lÛ“™Ì£‡÷/]¹j·ÛŸ=E‡aèÅ«º¨v‡W£òxòùܽ»ßßx÷7 e3OŠG!„Y)BUæñz7ÖSÍÍ-àpºâña o¹õÛ8ÂéºN‘¤¬¡ëѶö@°^Îfï~ÿíwߣÔ(”ÐÓÛçñÖ <~¸²¼ ‡#‘èw¿ëéí×T5›ikïp8]²”-¬âpºŽëš›½që=ÃÐYº|õºÓåN%“Þ¿rí†aº®‡šš{zû'ÇÇ=¸é굺:߃{w׉†PˆÝËåpºT5ièz´½Ýë­K$VÆFFÎ]¸h›q®¬,—´k=*¯”n-ŸÏåÊ?•³Ò³§O.¿s-RJ)¥.—»Ð 3‡Óµ²´848xãæ-OoðùӱёžÞ>¨^NÉ•”¼¾žÞa!Ûö¤Ûãîì<:øüY¸©I–¤³ç/RJ‹ÃVdÉ £F‡{ëê*ŽQy<@œ.·”Í!P2ú!ÌJB¨2JÇo^ùãõzdž‡Ÿ=ðx¼õ õ¿šW'ÇÇ:uêšVž½™ ™„ù ‰Äj"±"K’”Í.-.²Øâ‹Ë(N}v¢¼]5*­’ß_ŸH¬f3 Ô0 £¸¾@ ±º¢( Äc±@0¸mxå%ï¼ôäÐàóÆPøÜ…+þôCµ°kwx}}¨Fw³Úlºa¨ª k+«°Ë‘B08WŠªå«/>ßʽïܼi³Ù g®3™õÑ‘a ºNôX,<X,–t:=:2¤ëFÿ™ó!…„&ØŒÏǾ¿ó Gˆ Šyù­¸¹¥eei)ØP/KrÅ0"ÑèíOÿ`µZ/\ºÒwúìÀ£Gº¦1`¡PÏ_¸ær_”·Kìå•®+­ø© '{ûÜÿÁ0 Hÿ™³N—«¸溢è8ÑÝs÷Î7”RÑá8wþ¢9Í\CÅ’w^Híž\˜g2™ëç.ƒ†ÆðèðÐñÝåao¡ ìpŒ!GŽûDQ° æ¤aVŠB•½÷ÁG.·§0'fº$KŒ1óA›õ á¦f» ÈåræZ½ý§4­›ç-„sÏ\žãøS§ÏŠÆ0Øš`K%“ÑŽvJYñ­Q…àxW·],+c4 ]·ÛØ:‰L ã7¿ýÐ\2446š¯;u–<ÒÈ,çùÂòv»pýÝ[ÅËTlW0,©4o…ð*~ZßÐnj² ‚Ù^E‘‹[QX7ÜÔÜm³Ù ”æ¹vxP^òÎ ©Ý“¡P¸%ÒÊóYÊv9b· „#Å«˜W—^±ÃË;¤xŒŠãimm;tøˆÍj£”RFq§C³R„ÐEÑ4­úSôUŽ«u%O6³Qñ}ó· t]׳î˜Îoe¨%Ë€"¿2ª(ò£D‡£5Ú¡UúqÔŠù\.›Å꺮ëÙj¡º®lMªù|µ Ë3ÆJN1WlWÅJ ¥Uü´¼œâVÖÕ4MÓ´jÍ)¯bÉ;/¤vOꚦo•“ÏçÊWÙa‡×£âx4U­x‹B³Ò-xÝ9BBÇáÎ/oVíQùÇu>¼_uO¡í(:®Ý|Wt8)¥ZNÃñB!ÌJBÇ[×ÜÒZíE Ê'_GµéÕj(¥ÛÝwB³R„Ð/c…ÓÄ!„ÐÛ Ÿ …B!„0+E!„B³R„B!„Y)B!„B˜•"„B!ÌJB!„¬!„B½-ðy¥dù\.¯nó„|BˆÛㆿç†B³R„ÐÊJÕü|<>51^mŽãÚ>{>‚ÛG!„Y)Bè šžœxVkÅO5MûòögÕ~’ôŸ}bµZ Ç ¾€¿óè1Qàö§Ÿ¼ÿáG;a·Ë—¬È›šœ8t¸óõ{c‡‘ì9à‚’˜_¿À×á ­‚Bû¯+Eè€cŒUKIÀjµRJk¬~ëý?þÝïßÿè/|>ÿƒ{?˜ _¸tÉíñî*ŒÝ.o*T49>f³Û_¿7vùÞ.Vózl_ì¡ßö««Bh·p®!´ I–¥‘ÖèÂü|"‘hll¼ïÞ‡ aO+²Bêüþ®îÃ0¾úâvsKDWUY‘?áóû‹‹úéÑŠ’ÓuÍ[ç;ÙÛËqüäʦiÇŽŸ€t*5øâùåw®–7+¢”Þûþ;8sîüêÊòØè(cÇYºOöz<Ã0¾þâv´­}uy™v²ïôÔÄøúzZÄ3çÎs<_R g4Ú.ÉYE’ºzNú|þŠm_˜Ÿ›Ÿ Aìíë7ÓµÕ•å±áaBúNŸv:]åí*‰Ù¬·bÛS^Ý Ù¶ß2™Gï_ºrÕn·?{: ŠÃЋW1ض{+ŽHy<ù|îÞÝïo¼û²™'ÅcB˜•"„vÊãõn¬§š›[ÀátÅãÃÞrë·p„Óu"IYC×£mí`½œÍÞýþÛï¾G©Q(¡§·Ïã­#„xüpey%G"Ñî~×ÓÛ¯©j,6ÓÖÞápºd)[XÅát=Ö57;{ãÖ{†¡+²2:EVž=}rùk@RJ)Õ4µ¼]Å1›•;œ®•¥Åò F09%WRÝúzz‡…lÛon»³óèàógá¦&Y’Ξ¿H)-[‘%3ŒÝë­««8"åñpºÜR6„@ÉX#„0+E¡¢”qüæ•?^¯wlxøÙ“Ç[ßPÏóà8.nÊ)2oá ]×8îå•BñØÜÒÒGòù<ˆD£à÷–—–+:cÀ`kÊ-•LF;Ú)eÅ·FV€ã]ÝvA°X¬ŒÑ @(tÝn`ë´25ŒßüöCsÉ@ ÐÐØh¾î8ÔYò#³@žç ËÛíÂõwo•4¼Po¸©¹5Úf³ @)Í)2Ô74„›šì‚`6DQäŠí*޹FÛS^ÝÎ ©Ýo¡P¸%ÒÊóYÊv9b· „#Å«˜W—^±{ƒÁ`)ާµµíÐá#6«RJÅ] !„Y)B¿"„MÓª?E_­q$d3ß7 J×u=[áêüV†Z²<(ò+³¡Š"?zð@t8Z£Z¥G-¬˜Ïåò°Y¬®ëºž­ª¡ëÊÖô¡šÏW+°°¡ø:ªM¯VC)Ýî¾{„B˜•"„~Ñ+œ8F!„Þfød(„B!„Y)B!„B˜•"„B¡·^WŠÐÅSÕ¼¦iÕnÀG!„ö€ã8«Õf³Ùɾþf¥Ø”TV¤äj2›Éf601E!´_)©ËíŽFÛ[ÛÚö÷ f¥Lªª®­®MŽu;êõx ÁËuBíÆèz:=>>êòx÷ñÙ‚˜•"t@³RMÇf:ml co „ÚG‚è°Z­Ã/ž7·Dö1+Åé„èwYJ3™Œ×ëÅ®@!´ïêüõÚ¿YY)Bh¥OÜ#„z8ŽÛ÷;ð/B!„z 2]ìt€üöë/¿ùê‹ï¿ýffjjçë2Æ&'ÆwU]µUnúIõ/>ÿt‡å×(!„¬¡·×“‡šª¾û›÷?þËxó7ï[¬V›Í¾óÕ'ÇÇlvû®j¬¶ŠÛSëúN—Û³Ãòk—ƒBýrá=øèÀÚÈl$×’ýîp'KYÆX¤µ,ÌÏMŒO‚ ööõÛìvÃ0¾úâv4Ú.ÉYE’ºzNú|þÑ‘!Jé½ï¿€3çί®,Ž2fpœ¥ûd¯ÇãÉld=¼éÊU»Ýþìé€(: C/^¥<¤Ÿý¨(9]×¼u¾“½½Ç›ï?x¼¼´hèF÷É^ŸßåÕUl£a„ý½Ø!„¬¡ý”Yßðx¼6›=›Ù0ßaŒ­§RCƒƒ7nÞòÔùŸ?ééíC×£íí^o]"±262rîÂţǺæfgoÜzÏ0tEVF‡‡._½ît¹SÉäã‡÷¯\»áö¸;;>nj’%éìù‹”ÒÂ*Œ"K%!õôöy¼u„p®,¯„ÂaÐu½ÎçëêîYO§ïß»{óÖûŠ,•WG £¼~¼‰F›šZp¸BaVŠÐÛ‹Bé+É\*¹Ö{}~)›m …¦&Æí‚¨g3Ï×74ÊRÖjµKRÆnt=ËcŒÉ’´0WUíñÆA˜®j¢ JR¶¥µuuuyhðŵë7yžÏ)Ja•ŠñÄcsKK?rÉçó ŠB‰¶uäsŠ !†®­­%*VW^àñÝu>?Ïqš¦áp#„¬¡·‘ÛëÙx‘2ʦ !†®3¶ù< ‹Å!Œ1Ã0aŒ)='Îü~ÿ•ë7_渄5Œl6Ëó’S”Úñ$×Öæç®^×.Šã£ÙL¦øÌ»™V2@©X]9Ç º®ãp#„ú¥ÃËÑÐåq{|À“Ç ]7Ó¾©‰ _ X]Qâ±X ¬¶:1óNJÀhH$V‰Y’¤lviqAÊf`hðyc(|î•úÁ¼Ä³°J9]ÓE‡SEE–â³3”0Æb³ÓJ%™A]nO X_±ºŠ™®œÍ2Æp¸BýÒá\):ÈúO™˜¿ûÝÆ(o±´FÛ¼^߉w¾¡”ŠǹókL4F¢ÑÛŸþÁjµ^¸t¥ïôÙGtMcÀC¡:Ÿa>žÉd®Ÿ» ãÃCÇOt¯RRZ°!Ÿ}çŽA¹­çÛ[,–T2524¨ëFß™³!6›­¼ºŠ×•ŽDÛÚ›œÎ}”1B!„Y)Bû†ãù£ÇŽ÷ôöY,VóM͇›š[£m6»”Òœ"ó<ÿ›ß~h.`· ×ß½e¾>ÞÕm‹ÅÊ „B×ívÁ<™®ëZ(n‰´ò¼E–²GŽØíáHñ*…«Kßÿð#à8þÔé³¢Ã@€1 ˜U»ÜMëæy !ÄœÇ ƒ%Õå Ã,§Øù‹—N§¦ª˜•"„¬¡·c,ŸËå!Wü¦¦iå·ߪ_8c^¼®®ëºþÊ-Gº¦é[åäó¹òU 2ëæ E–˃,TýJáeÕ—SPíÎ*„Bè—¯+E!„B˜•"„ÞÜîÍqxf!„Л@)Ý÷ßpÁ¬¡ƒ‰pœÛíÞH§±+Bí»trÍãñîïÜf¥L6«­5Ú>>1–L$(ÃS„Bûƒ2šL$††w÷hšº%ãÝNLv»½µ­Íåö >Ï ¬ã©|„Bû‚ã8·ÇÛúlSsóþÞq[5+ŧr#ô‹ÿ:KiC¨±9Ù÷KBýÊÿ¾hšºïÁ¹R„25ŸWóyì„Bo?œAA!„B˜•"„B!„Y)B!„¬!„B!ÌJB!„f¥!„BaVŠB!„0+E!„B³R„B!„Y)B!„B˜•"„B!ÌJB!„¬!„B½],Ø`ù\.¯æk/Cq{¼ÀvB!ÌJBo&+UóóñøÔÄxµ8Žk?tøìùHfc» !„f¥¡7ezrâ½>²Z­?Õ4íËÛŸ=±â§üì«ÕJ8ŽñüG‰‚·?ýäý?Úy »]¾dEÆØÔäġïß;‰¤¸:Ã0¾þâöo~ûáΫØs´fl{¨!„¼®¡Ž1V-%«ÕJ)­±ú­÷?üøw¿ÿ£¿ðùüîý`.|áÒ%·Ç»«0v»¼©PÑäø˜ÍnýÞØaä%չܞ]Õ²çh ±í¶F„:p®!´ I–¥‘ÖèÂü|"‘hll¼ïÞ‡ aO+²Bêüþ®îÃ0¾úâvsKDWUY‘?áóû‹‹úéÑŠ’ÓuÍ[ç;ÙÛËqüäʦiÇŽŸ€t*5øâùåw®–7+¢”Þûþ;8sîüêÊòØè(cÇYºOöz<s~1ÚÖ¾º¼Ì;Ùwzjb|}=- â™sç9ž/)ÐŒ3m—ä¬"I]='}¾—qW×ú >ÍhºÞÛÊ\²<†Š«Ÿ9w~a~nb|‚±·¯ßÌV+¾YìéÀãå¥EC7ºOöš}XÞuf«[Z[¥¬tæÜyÜPB˜•"„~-<^ïÆzª¹¹NW<>lá-·~ûG8]× !’”5t=ÚÖÖËÙìÝ�ñî{”…zzû<Þ:B¸ÇW–WBáp$ýáîw=½ýšªÆb3mí§K–²…UN×Ñc]s³³7n½gº"+£ÃC—¯^wºÜ©dòñÃûW®Ý0 C×õPSsOoÿäøØ£÷/]½VWç{pïîZ"Ñ ±¢{¹N—ª& ]¶·{½u‰ÄÊØÈȹ  c3ÎâêtÝÐu½Îç;rôØÒâÂÔÄĹ eI*VZ]ÊJCƒƒ7nÞòÔùŸ?ééí“¥ oGhÖØÕݳžNß¿w÷æ­÷)5Ê»Î\2ÒÚó¹nŸ!ÌJB¿"”2Žß¼òÇëõŽ ?{2àñxëêyÞÇ…ÂM9Eæ-<¢ëǽ¼R(›[Zú‘ãH>Ÿ'‘hüþÀòÒ’ÇíN¬¬ž:sNSÕòzcŒ1Y’æãªª=~øÀ0(ÓUMDMUyžon‰(²,8.·;¬—¥¬Ëí’Éb±jZi™Ï×74ÊRÖjµKRÆndY*¯Î0 žç["­Š,‹¢C’²v»0›-A*ʤ «/ÎÏ‚õ^Ÿ_ÊfC¡©‰q» ÎÏÅÊßÌ)rauBH´­#ŸSAà1tp\y׊Âq\¸©Y)Š!„0+E|ëéT´ýPះóë7666æã±é©É —.› 躔Q3O5—O®­-ÌÏ]½þ®]'ÆG³™ŒùQk[ÛäøXc( ‡A”²™šQ0¿ßåúÍ—S°„˜™èºFá8ŽRƒRJ¡”Ž”—ÂÂ3 ƒÆ(®êEö/Kæ€QF8®Z ÕV7t±Í‹w-Kµ7Kh𠀬§’»Îü³·Bè—ïvBmÏ0ŒÉ‰ñœ¬D£QjlæR9%Çóù|'zz7ÖÓ¢Ãif¥³ÓSJ&¥Åwíèš.:œ‚(*²Ÿ¡Ô @Àçó«yur|¬ãP§®i¬ìÉ©f^hÞhå4$«‰ÄŠ,IR6»´¸PÈb‹W,.ìe犫+/¹v %«ûÄꊢ(ÅÁ`µ7_É»‹ÍN@*•du¹=Z•®+ !„~¹p®!TËW_|¾•ŠÞ¹yÓf³NUg2ë£#Ãtè±Xx°X,étztdH×þ3ç9B é]°!Ÿ}çŽA9òò[qsKËÊÒR°¡^–äŠaD¢ÑÛŸþÁjµ^¸t¥ïôÙGtMcÀC¡:Ÿ¿pIè~)TWñ™Y‚`/ÅPí‰îž»w¾¡”Šǹóu]EGù›¯—-–T2524¨ëFß™³!``nn¶b×!„f¥¡ƒï½>r¹=…é8ÃÐ%YbŒ™ü¬oh 75Û@n놛ÞþSšÖÍóBˆ9#h.Ïqü©ÓgE‡€c lMó¥’ÉhG;¥¬øÖ¨ÂŠp¼«Û.‹•1…®Ûíl[§†QxÀg hhl4_wê,¹½Ý,çùÂòv»pýÝ[% /®®â’Á`°$†|QVZ¼z¸©¹5Úf³ @)5¯­øfql.·§¸+v]q+B³R„ÐÛŽ¢iZõ§è«Wkâ-›Ù¨ø¾ù[Pº®ëÙlù§å·„~;J‘_™ Uùу¢ÃÑíÐ*ý8jaÅ|.—‡Íbu]×õlµP ]W¶fÕ|¾Z…åcå³WWqÉŠ1T\]Ó4ó"ÑW{¾Â›å±½ÒW²¼óB!ÌJBo—ŽÃ_Þþ¬Ú£ò9Žë8|x¿êÚÃì(:®Ý|Wt8)¥ZNÃñB!ÌJBÇ[×ÜÒZíE Ê'_Çngï(¥ÛÝwB³R„Ð/c…“Â!„ÐÛ oäD!„B˜•"„B!„Y)B!„¬!„B!ÌJB!„f¥!„B™ª?Šaç „B¡?{VŠúåËçryu›'äBÜ/0ü&ŠB³R„ÐÊJÕü|<>51^mŽãÚ>{>‚ÛG!ôç…ו"tÀMON¼÷ÁGýîTüß­÷?˜žœ¨¸¢ªªŸò‡Â?3™o¾úã[ÛÌÛŸ~Rí#Ã0¾øüÓ=—‹Í|÷í×÷¸»_ñìoë c“[_?vÕäòÕ÷ÛjD!ÌJúuaŒY­ÖjŸZ­VJiÕÝoÑ¿ˆËí~k[új¨¥\nÏÞÊ™›™=ñÒ»ïàpº¶íêÂë —.ÕŽgWvXÚäø˜ÍnßC“+®¾‡žßm!T Ïà#„vÇ0Œ§Y!u~Ww¬®,Ž2fpœ¥ûd¯Ç㩽üO~T”œ®kÞ:ßÉÞ^Žã Ãøú‹ÛѶöÕåeFØÉ¾ÓSãëëiQÏœ;Ïñ|*Š•—l¾ÿtàñòÒ¢¡Ý'{}~í˜ †ŸKRæéãÇuþÀ‘cÇæç&Æ'A{ûúmv»vKk«”•ZZ[C¡°¹âý{÷> 7k ¤ïôi§ÓU±¯¾¸¶KrV‘¤®ž“>Ÿ¿8 ³´Ú‹Ž QJï}ÿôŸ>ƒÏŸÅc3š®÷öŸ2—¬ÑäâÕÏœ;_$T|³Xy'Wh³ÇΜ;;B³R„Э¬,[xË­ß~ÀN×uBÈz:5:·ŽnàñÕå•P8 º®‡šš{zû'ÇÇ=¸é굺:߃{w× o]]*ŠU+¹ÎçëêîYO§ïß»{óÖûŠ,í¤À®=k‰Ä…wÞGf}}hpðÆÍ[ž:ßàó§c£#=½}fá‘Ö¶@0Èq¼¦©º¦™ë:œ®ÕåågOŸ\~çZ ¤”RJ××Ó 1t=ÚÞîõÖ%+c##ç.\4^ Æát©j²ÆbGuÍÍÎÞ¸õžaèºn˜M>rôØÒâÂÔÄĹ e©V“‹W—²Ry²TáÍâéáòN¦Ô¨6fås9Ü¡B˜•"„¶Aª¼ïõzdž‡Ÿ=ðx¼õ õŸïDOïÆzZt8ý†Db5‘X‘%IÊf—¤l¦PNùòº¦‹§ ŠŠ,Ågg(5ÈÖÌlñáâ'¨ÖׇjTQP­dÆXlvR©$3¨Ëí ëwR`1_ X]Qâ±X , µòÓ^ýþúDb5›É¥†a5 yMfZ|ïZITµ‡©xõŠAnyy'k;h„Úü®‹]€ª¦·¯hðÅØÈ0eÔçôõöéºžÉ¬Ž `Ðu¢ÇbáÁÞwúìÀ£Gº¦1`¡PÏ_¸`±|ù`C0>ûþÎ7!‚(rdû¯Ç‚ Ô¨¢ ZÉ‹%•L êºÑwæ,GˆÍfÛIÅDÑq¢»çîo(¥¢ÃqîüÅmgûQ8ÙÛÿàþ†ap@úÏœuº\»-dç"ÑèíOÿ`µZÏž¿X©íµ›\XýÂ¥+åAnÛüòNss³»h„f¥!T)s8Ξ¿ ¢y¦Ø0Œ|N©oh 75ÛÁü]â\.Áÿ¿½;«<ì=þžsf×,’f´ï^â]¶ã ox Ž!rÉm€&MÒ{Óäiÿ¹mYšäÒ¤÷y’6é 7iã”Ü6MJ³³LpÀÈØ’lcÉò&i´Ì¦9Û{ÿ[ÍH–í‘,KßÏ<‡3ç¼ç=ï9žùé}ω”—ot»=âüÀqú|ÜÉ^^Uµ/[áõù„P„”RH!…¦i×߸-³J8.-+ËLϘ9;s¯÷(›BlÝö !Ä(%ûAÃX¨iEQ2~9 Ì”3Ôµ7ø3AVTVÕÖÕ»Ü!„mÛ©äÐj5XNIiiEe¥ÛãÉT)•JŽ^ˆÛíٸ府¥]p±yóº=‡Ã)¥sÉÑÛpèêٕ̹ûÃê6¬‘/x €T L#Š¢†1Ò#K CWÕÑz°lÛξíÆ4M3Ï1ÓŒç,$çò©d2{Éx¬?3a™fê|WœžN_pBˆÁ×S^òëœýš«¡#݆açï²½ðÁr²wôB¤”Ù— –6úbé´eÉÑÛpèê9+™sfvÝÆ~ €T L3fÍ~n×Α•¯ªêŒY³h%©À8 † «ªks^e8Ô`g$¤Rã@Êìñh&! •`2àºR`Ê’RêzÚ0Œ‘nÀਪêtº\.÷^ÕL*ˆ¤R&S‰hg´­íƒx¬Ÿ` ÈW$õuu µõõùýq%•ò’bà*¦ëzwg÷‘–æÙsç„‚!…—=òAJ»¯··¥å°?,-+Ëã³é+¦h*5ômÌž3§¬¬‚Öä‘Çës:ï¿w ªº&©”î`Šþ-kÛ±X, Ñ€¼+,÷÷÷þÎjR)€slÛfà0TUÍû üb`$]šS˜m[»Ÿf÷óÏ<ÿÌÓ»žz"3ÝÚ|xŒ«ïzêI!„eYÏ>ýÔåT#SNNUø(åpµñn'îÀÇTø«KÕ6m¹Áœ9}úÀ;¿»þÆmRÚBC7Òé±”†z{¢B õ}ÓRJeÈcÜÁÐ(ï£{ᣗÀL¥ÀDzyÏî­7mO&™‰üÅR©¤mÛ–e%ñ“í­-­Š"<ïâ%K]n·"çÌ¡ÞÙÿÛ3§OY¦µ°qqQq±âí·ÞL¥LÓ5.^¬ªšeY/<»«º¶6OT×Ö–—¿ù={•‘ ï<{¦ùða)-Uu,l\ sîšeYŠ¢ä÷bsH¥˜¾“hÞ#é0©dò`SÓ¦Í× ‹š¼Ó|øÐ¢ÅK’‰DöL)?00M³°¨hþÂE}½½{_{eóu[mÛZ´xI0T¨(êþßî;{ælyEEfÉšÚúp$¢ªšaè¦a ÝúH« +<•L~ÿàÚk7ø=Ñèo÷í]·a“mYÙ»óÖ›{kêê*+«9…¤R ’É݉qÒíGJBEʼnx¼¬¼ühk‹ÛãíhoËž9J®¥(J]ýŒô@Êãñ¨Šb™†¢ª'ÚÚOŸ~SU•t:­QSWg¥RªªVTV¥’‰´™ã œ«dÞÝÝ¥ëÆo÷½aY¶ÒÔ ¯Ç›Hij œ·`aaQ±¦ªÆGã/¤RàRŒëþ0Š¢X¦™¹ÀTáp8Fš9L&ùI!¤}=Ñ“í×nÜâöz[[Çc±Ì0z濦if¯íîιJvኢ¯Û¸Ù¶­ÁJçÜ—`04Òæ¸ºp9&… Á/ ‡»:ϦR)!ĉ¶¶p$2ÒÌ¡¤”mÇ !zz¢Ò²ý a˜^_ÇëM%'Ž`Û–"”Á…snÚa•ìÂÑ’®®Î®®³ÉD"Ÿ>u2å,3ÚÝŒÇGÚ"WúJ1)Lؾ×ë[°pÑ+{vÛ¶íõùV®ZmšfΙùwâpôD{l2MkÉòª¢„#áööã/ïÙ­*ŠÇëUÇð°úHiäDG[ö*Ù…»\®%ËVìë-Ó0¤eåå…EÅ9¯+mi>TWßPYP÷G@*Åt4Þ#ø‘HIÙÆswÄWTVÕÖÕ»Ü!„mÛ™ëGsÎܺíBMÓ®¿q›?4Œ…šæP%•J©ªöñe+¼>ŸŠR )ä¹%³·ž)g”U†.„ˆD"ååÝnOfìÞ4´eeÊjÕêµ¾‚C×I¥R)0‚o™fÒ˜œ¸Û “ÂË{vû|C'‡ÞªÊÈ>`<ض÷w¸J1)LØ=øÓ‡¢ª@ ¿·—¦ä]o´; å·ïƒ|L ŒàçË骭khi9ìt¹ ÃÅcyJdK»·;zð`ÓÒe+ C'•bª™È§èOn·»¶¾Þl:ÛßÇP> /TU CK—­¨¬ªÊï·¤RL ŒàËŸ³¶]Z^VUS“÷KÓü÷Å0ô¼?†TŠIüq¢§Óz:M;&?zP0)p>¤RàÊc€iŽ|L Œà0ÍÑWŠI|H¥À•Ç>Ó#ø˜Á`𣝓#øJ+|¦9Fð1)0‚©¸ò^Þ³{ëMÛ“ÉDf‚É )¥®§ ðm›Ö䋪ªN§Ëår+ ©S#øãI“©D´3ÚÖöA<ÖO0ä+’úºº†Úúúüþ¸J1)0‚Ÿwº®wwviiž=wN(R."ä”v_ooKËa0XZV¦§Ó¤RL)Œàç?•ú‰¶fÏ™SVVAkòÈãõ9Î÷ß;PU]“ÇTJ÷ &Fðóÿ·¬mÇb±P(DSò®°8Üßß§ªùL’ô•bR`<ضÍÀ=`<¨ªš÷;øÅ¤ÀSô˜æè+ŤpUàÛ¶µg÷óBÛ²MÓt¹]BˆššºY›3–Õw=õäÖmŸR=Ò:sÖì¡391¤R`B]Õ#øªªmÚrƒ?8súôw~wýÛ¤´…†n¤Óc)! õ÷õiiž·`aæ²ñkÖ¬ C±þ>Î ©˜8Sàüx,–J%mÛ¶,+™ˆŸìhomiUáñx/Yêr»…9gf>tжí×^~I±|媽¯½¶-±,ëùgwUUטºžL%çÎ[PT\|HQ”œ3W™3w¾¦i›®»áÚM›½¾!„¯À/„°L³®¾aåšu+W­y÷ýªª ÝÐ[oî=}ú$ç€T äG2™ÈŒÝN\Õz¢ÝáHI¨¨8™H”•—Ÿ=sÚíñæœ9t-)¥”2™H¤†´€ªªå•–ihMŠiCW™·`auMÓéäJ<˜z÷à+Šb™fæS!„Ãáiæè¤”BÓ4…¶´39uðÓ`04ø)¤RàrM±ü¢p¸«ól*•Bœhk G"#Íšb…ÙÏ~“R?vTÑJÛö‚C?vw'ãñLràª6bW ?s˜HSì)ú^¯oÁÂE¯ìÙmÛ¶×ç[¹jµiš9g]«¦®n×S¿q:׬Y÷á?Q‡£··÷𡃦i-]¾JU”¡Éµ¥ùP]}CeAAÞe ÀdI¥ÀDš÷à !"‘’²ç^:_QYU[Wïr{„¶m¤’#Í|.é¼ù ÝÃá”Òú°ÒÅK?n 5Í¡(J¦«uЪÕk}†®“J¤R ¦Ì¾ešI3ž™6 Ã0Œa äœ9ø\ÒôÀ@Z ›™™?Ò“ ÞÑ •y2ÅFðóEÓ´ëoÜF;¦îv¤0õîÁÏ£x¬ÿÿy«*#û€ñ`ÛvÞßáB*Ť0ÅîÁŸ U ý½½4 ïz£ÝÁ`(¿}ŒàcR`?ï\NWm]CKËa§ËU.Vþä-íÞîèÁƒMK—­0 TŠ©fj܃?©¸ÝîÚúz x°é@lCù€¼PU5 -]¶¢²ª*¿wÜ’J1)0‚?.ÎÚviyYUMMÞ/ýLóßÃÐóþR)&FðljžNëé4í˜üèA©`˜ªv>ñë ØÊMÛoÉž)¥Ôõ´aÜbàj§ªªÓér¹ÜŠ’{éùwÁf!•øˆU«×ŽSÉ…E…ý}ý¯¿úrÎ/èd*팶µ}õL\).·ûò³W¿ ºº¶º¦6ç·Yæ¯7ÚÛÑÑëïŸ& {Áf!•È¡8b.W©×›ó#]×»;»´4Ïž;' )<'ÀòÆÞ×¶ÝüÉË)A×ÓѮþ@0RR’}ó¨®ë=Ý=Çm\º´8™&<¹`³JLÓ4ÜnOîo+C?ÑöÁì9s"áUÓ”üŽîÀE_™—¼®ªj‘ÒÒbÑáCïWTVåH¥†~ò䉯%K#%¥–e]ζ®"lR)€‰#m9RÜ”¶‹ÅB¡‘À$ø¶BÊË,£¨¸(ëÏÙ*m;‡Ã–iÊËÞÐÕe”f!•˜,lÛV•H `R„ÒË.DÕ£\=iÛ¶¢j–iL·¶½YH¥Í¥Ñ…9âVâ‰d,K&S©´”Òçõø|Þ€ßï÷plH¥`ZÅÒ+³˲ÚOœJ$’^Ûårù|>EQ¤–i8yÚívVWU:Ä0R)˜&™túJ³¶’H$os»\o___g2a†¢ªn—+*,+‰$S©÷µÔ×Uü~Ž© ÿ,Ë:r샟ÏÐõ“]n§8v9Bˆ´‹Å¢Ñe¥ÇŽ·ÏŸ3›SR)˜â䄌àÛÊñöN‡S×¾¾ÞpI¤0Ò4‡Ëåt¹\RÊd2ÙÝÝÝzôHMuM(ü ­}挎©Lõ\:±w;Åâñþ¾þŸ/ÚDÂÅÅÅ.§Óáp8N‡Ó©*ŠËårhšªi'êëêãñX_o_(äP‘J‰öÌÎ'¯Ý´ÅãñÐ0!±tB·Ò×ÓŽD2év»‹‹‹Ýn·ÓéTUU(ªmÛRQ„.·»¸¨¸¯¯¯»'êr¹zûcÁ‘Sé³;Ÿt8Š¢iWTÕÌ™7ŸT o ü¶´%/ˆ€qO‹ÒW:d+±þ˜ª¨ià ‡‹\N§ÓáÐ2Ï™—¶meQTEq9E……ÝÝ=^·7^Éë·nóx½étz×S¿©«oÚ¯!¥œJ‡&•WFçÙ3Íï¿/„вdÙ²‚ÿÉŽöÖ–VEwñ’¥.·Û²¬çŸÝUW×HÆS‰ÄüEEEÅC ±,KQ”iòæeÈ‹ÖæfUSfÌœ=Æù%™LØRz<MÓTM;EåüËŸ¤ªªš¦ù NŸ:#%•L]¸ØD<•L ) ü~Ë4ŸÛµ³º¦6‘ˆW×ÔZ–u¤µ%óÛѸx©ËínûàƒÔ@jÎÜygNÜÿöo·Ü°Õét½öÊË‹–,ñy}ïî;™J)BÍ_°HÑyölKóai[ªæX¸¨1¼b—J+` •z÷ß­]¿!ŽØ¶mÛv__ïÁ¦¦M›¯ 5x§ùð¡E‹—!,Ó¬kh… »ºÎ6:´òšÕ–e –óÖ›{kêê*+«iRÈ&¥È~¨¢*͇©ŠZ×0ãÃHÚÒ|¤¥yÁ¢FMÓ.öuöC·bÙ–-m¡HEŠ¢d>Œ¤ƒ‹)Š¢(ŠP˲,iþ¶ÒŸÖ–ö@*Õ0s¶ÏWÐ×ÛcšfM]}q8œN <ÿÜ® ›¶5½÷nËáC …Ã'¼ãöxº»º‹ŠŠS©E(éTyyåÑÖÍ¡]·õ&UUMÓT„èíí9üþÁ5×n‚=Ñèo÷í]»~ÃÐR)0Åuww…ÑHIi2ϼ±-ÚÝŽ”„ŠŠñxYyùÑÖ·ÇkÆcª¦•”–%q§ÓHÄÜnO2™,gÞ‚……EÅšª†A«ÀX̘9KUÕCï´,«aæ,!DËáÃÇŽ¶.XÔ8köœÔåîózLÓt:œétöØúS‘J 8Ãнn÷èenÜr½ÇëÕõôžžëhoóùýªªVTV%âñŽŽöp8RTŽÇúKJK¶¶,÷ú¤”RÊžÞž 9}²¸(RލŠâø¿ß{àwo‚ÁHI‰¦9º»» Ãx{ß›¶eI! Ýðú â±~R)0(Šb™æ‡/–23GÊss2O°SEJiY–¢Hi 壃õÁ`Hq±ÖÀ4aZ¦®ëÙó+«ªm[¶~ÿø±cRÃÐ,jl˜1«¿¿ï2·âv»{{úNg_oQa‘ÓéÈ|á.,¥Šb™f´§GÚ2™Lùý¾œ•ª'µm+ uvž­óûUUR&“ Ë4…ºž0 CJ©9º®‡‚¡Žöv‡C-«¨lz¢8\¬ëºÃá\¹zÍÀÀ@G{Û±£G>¾|¥e…E…ë7n±¬J.XŸqÂåhÀGºº:㱘¶-˲ŠÂá®Î³©TJq¢­-‰Œ¥œhww2—RÒ¤pQªkjfÏ™§ú`$M$â—_l(4-CUU[Šh4jÛ¶P9„P!e__2‘t¹\ºžc)Ù²¬¾ž×ãtºÄù»þCEEÝÝ]©”âTGGqq8³paqñÁ¦‘’2UQ4M;}êdyY¥nèé)¥Ïç›3o~¬¿?*,, G»»Ïž=ÓÛÓÓžh;íîBD»» CÏ91~è+®×Û¸xé{_µ,KÊÒå+ üþ ½²g·mÛ^ŸoåªÕcémi>TWßPYP`sG?dËu]é ªêj!„Ë嬟13åe+€¿   ™JyÝžþþ¸¢(‘Hxè=©Ò¶{ûúNœ<ép:R)Ó4C¡Ðè Ï?û´”¶mÉHIÉÌYK&“犒Òíö|lÎÜ×^~ɲ,׳lÅ*]×¥”……E‡ß?XU]£ëz¨°ðÌéSEápoO4kmŠ"¤˜õ±9N§ÓårÍ_Ôøîþ· ]—ÒŽ””† ‹MÓh>thÁ¢Å.—{Ø„Ãá$•SÄ 7}Âëó%ñ’ÒÒŠÊJ·Ç#„"¤L¥’•Uµuõ.·GaÛö@*©iÚõ7nˬèv{6n¹nXi«V¯õºN*€KPU]ít¹ñxËl¨¯{÷@“¡ê‡³§¯?žH¯Ï«*J2™ìïõÇãNÍ!¤4LÃáP››[>ö±oü_¿qsIi™´íÌ]Séô€¡ëë7n\ ¤´¬¦¶¾À_ „°,«¿¯Oáõù¶Üpc8RÒ6̘¹°q±¢˲ÂáHEe•ß®w63dWTT\VVáø…P!ÒétÆ… <^wr eèºešB(ªêB±,+™J¦Ói§C“¶ìé马¬è8ÙÑÕÙE»ÑW ¦()儼Û){+š¦Íž5³·¯¯¯·/žH$’ !„ÇãöüþŸ®ëÇ÷x<†i ¡TVVnnvºœ@`*½«‰T 0)„‚Á€ßoÛRJÛ²¬ÌkS¤”.—«¶¶¶½½]UUË4E©¬¬lz¯iñ’FŸ¯`Ú6#øãâÜÓ „´‡°,Ë4M‡ÃQZZjK©ëéÞž]Oû|¾Îé=ŽO_)˜ª¡PLÀþ([ú¢ÑsCóŠ¢(Šªª‡Ãï÷»\®ÎÎÎT2ÕݵL³¦¶f:?‚šT 0.TU•Rfb¨-¥¦i>Nÿ¼’’’X,FKKK‹ŠŠ¦ss‘JÀÔ4–'CMÀV”Lÿ¨BÓr.àv»#‘ˆbš¿«ëJä¿o€§ú˜JávèË™²¿ñ¦ës£Gk–KC_)€|RT5ô÷öz}>ZÀ•Nyè}L&þ@0çÛŠªøý‰xÜW0ínœ¥Y.}¥À”UXTèt9uB}çrºjëZZ›£]]¶¤ÇÀÕüg¶"R‰Dkkóœ¹ó CÏùW]]ÓÚÚœJ$¦ÏcF/Ø,—Œ¾R`Êêïë/õzÝnÏD>“Ùív×Ö×ûÁƒMbûûÊp¥¸Üî_xörJPUÕ4.^Z^Q‘s˜ÞívW×ÔúÁÇÆc±iòwÁf!•îõW_¾"Ûµm»´¼¬ª¦&ï—ÀÄ¡†>Jö²m;RRRQyý´úÆ»`³J|è¦í·\Á­ëé´žNsL|ãå = •¤RJ‹?eUÕãõÐLBš¦†qi÷~‘Jq• † S©ÔÄ?†\0’:œ®Ó';‚¡ÂKX}”{ð%‹Ihî¼ùo½±wÅ5«ËÊ+"ÀdaFGûñ·ö½¹dɲü¦R`2ª¨¬B¼³ÿíþ>žÐÀ$¢ªj0Z²dYye©Ó%˜f²)˜:¡–&© •€T J@*H¥ •¤RJR)H¥ÀŽ‘>´ & }¥ •¤RJ!F¹Û‰Û0aè+© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •`*pŒô¤m0Qè+© •€T J@*H¥ •¤RJR)H¥©¤R€T R)0œcÄO$€ B_)H¥©¤R€T R)@*Àd1òóJy`)& }¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥˜¦¤”Š¢Jqµýµ¤ªÉd‚v`ʰ-+óO*ÅÕ$ µ}pl` eKIkpU“Rš¦™L¥ñx0i1-…Ihöœ9ï½ûî¼… ƒÁ ­ÀU-3pŸˆÇ¼óÎ¢ÆÆ‹N¥¿|ì'4"®”HIéÂÆÆæÃ‡cý}¶mÓ \ÕTU C‹Ã%¥—JgΞMóa¼ð½œó‹Š‹ŠŠ‹h.Ǽù ¯ŠzæN¥×¬YÏ!˜úz{®âTzµÔk¤Qʱ¿žWîv˜^.gT|üú.I¥ÓËäçy¥ •cO¥ï55mÚ´yùŠ•Ÿ¾ãŽh4:‘U”RÞ|ó-gÏžÍþÈ0Œ¶ÞÇǯڶmÿû3ø¿••UWWý³íØñ³5k×Ý´mÛÞ½oÜö©ÛDz_—³ “Ù%ÜK8;vlÆù]€i—J¿øÅ/Ý{ß½oí{sÅòüå×'²ŠO>ùäܹsKKs•J¥„Ï=÷üæ-×­[íõ7l}¯©)³J]}÷¾õà]wß³aÃÆ7ßÜ'„8{ö쒥ϔÙÒÒ²yËu™é;~vëm· !‰Äçîº{ãÆM›6mþ_öç™Oo½õ“;v츄j !>w×Ý›·\·båª/ùÒºž™ù̳Ï^»aõ6lܸéÈ‘#ßúÖƒ·ÜòÉ;ïü¬bûö›3‹ýûüÇ5«×¬Y»îŽÏ|¦««k¤¿úg6÷gþ_üâ—¶ÞxÓÞ½odfÖ7̸ÿî¼ó³O?ýtv%ï½ï¾–ÖÖ¯üñWo¹å“7ß|˽÷Ý?l£ÙëÒv!»m‡Õ-ç† ; 9Ï¡þ×ã^xΣ3ìàf|ï{ßÿú׿‘™~ë­·ÏÃa²Ûv¤3ê§?ݱ|ùŠ­7Þ´cÇÏFoçœK@*ýЉ'ª««3ÓÉd²··wèýýýË—/iÏžOú÷nÿÔí÷ßÿ¾7ßðûý?þø™3g¾þoüò?ñÊË/ýõw¿ó•ÿù•Ì*ñxü†nø×ùÉ7¿ùï|÷»£lýõ½{—.Y’ù!/ðù^|q÷îÝ/|ý/È|ZZZjZVGGÇ%Tûû7/<ÿܾ7ß?ÿùÏ…§NúêW¿öÿùŸ_Ú³ç™gvUTT<ðÀýç׿~ü±ÇþmpÅãÇÛî»ïþ_ýò?_{õ•%K–Ü{ï}£ìÔøÕ?ßpýõ<òðßÿÝ¿üGdY–"‹mÞ´ù±ÇþmÑ¢ÆìJ~û¡‡ª««}ä‘_ÿúñï|ç;ö8ÒÁº„]ÈnÛ¡u[±bEÎ ed…‘ÎÁoÞ¾ý‚…gœ÷®»>÷Ÿ¿ü¥®ëBˆÿä_þàž{²·;Ò ½×Ç·=øÐCO?½s×Ó;ûúúFiçœK0}äçÉPn·ûÆ­[…K—,™3gNmmâãK—¶·Ÿxéå—£Ñè]wÝY2‘Hd&¼^ïªU+…sçÎmoo©äx #]·:XàX ã)‰DÖ®YóÄ“OnÙ¼ù…^ø?ýݱŸÙ{ýÆ{7n؉D„Ÿýìûöí©†9—€TúÕÕÕ'NœìÇòù|………ÃRifBÓ4·çÜ´ª©†iH)—-[¶ã§ÿš¨Î-¦ªÒ¶ÏMH™™©ëÆ`ɆaH)Ei¨¯iÏž={ö<µsç~øwOï|*³L:=àöx.¶Ú¯½þú¿ÿ¿úé^¯÷‘Gmim½üÖÌÞ©ñ«¿¶mÛ¶UUB˜æ¹óx<Š¢\Zýs¬KØ…‘Úv°n##Éyn ÛÙ ž}tFò…/|áÁ‡ê<Ûyóöí™8>#íµãüv'Fªaö’LÏíÚyëíwÄã±îÇRʬY³À³Ï='„øéOwlÛ¶mì5¸výú×_ýw¿û]&ExoÄ7\Rï~q÷`’¨¯¯ÿàøñL2s¹\Û·oÿöC8p Ó‹iYÖÉ“§fÏš%„øÑÞ¿ÿ«Ýß×WUUåõz¥”¿yâ‰ÌÌõëÖ½òÊ«­­­Bˆ´®'“I‡Ã!„0 cèº×\³ú•W^=uê”bÇÏv\»~ý(9uœêŸY÷¿ø…bïÞ7 Ü1cÆ¥UrôƒuQ»0JÛŽý¬È> 9ÏË?år\!ÄÊ•+býý?øáïÉ5|?RÛæÜëU«®yýõ×Òé´â™]ÏŒRÜK0eÜzû£/0ÖüGyøk_ýÚ_üŽuuu?úÑ?½ååå>òðŸüÉŸ¦uݶím7Ý´há‘"Â}÷Ý{뭷͘9c襄ŸØ¶íÅ_l¸çž÷šš¾ùÍÿ­©ªò¯þêÛ™H±oß[+–/÷x> endobj 57 0 obj << /D [54 0 R /XYZ 56.693 759.068 null] >> endobj 58 0 obj << /D [54 0 R /XYZ 56.693 738.489 null] >> endobj 60 0 obj << /D [54 0 R /XYZ 56.693 377.154 null] >> endobj 61 0 obj << /D [54 0 R /XYZ 56.693 357.283 null] >> endobj 53 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R /F73 59 0 R /F65 39 0 R /F14 51 0 R >> /XObject << /Im1 40 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 67 0 obj << /Length 2416 /Filter /FlateDecode >> stream xÚ­YKsܸ¾ëW0·™*‰&>sóÊJâÔÊñÖêk–éâc ’›’}@ƒ8í8®©‚x4к?4šQðDÁ߯~y¸zõ·„EX¤4 >) Ó,ÈI²8ªàÃážwoŽ74‰•ÀÂ4L\Ö½­5φ›ç?„”¼­E7òãÿ„©n ‹$1m÷²ï£ˆ>M’—õ#KY·7˜/˺ïÄ07o}ǧ±n¦AµN4ÈA§”)â”Êc¡{2“å‡Wæ©WwW_®ôˆ$i˜,È ¦ ÊöêÃQPAÌÆEüG÷lƒ„D!e)”›à÷«ß®"Ä5rñM_+;.B¥fA¿ÖÃÈ}ÕE#Z€¯B½<+oµYyFIjõúd0Z#Ž1#NWá{ýõËT YaOÝÌ̾©÷?$9¨]ë°â,뮬Ïj÷U?ذv…Ž}Õ(@ n^÷µixFAƒà)-{©Ú{S cYFa”ÚÙ›”„$.üýååV¨„#DU=œû®>5Ö.Î\"Š¢ªG.õ¢ôk÷²yz¨ÿ¸Aê§5Áp¶Ï$,b‚»£W“±"õJS}žD…Åæ©ÕBJ.M'Þ|<˜öôÈ2Ö%·8@o;ª=’ï„Æ^ùPŠ®ZºõFR%æúk§º~žÍós7y$ùáé˜À$õ×G“®êľøŒ(UmÝ1J§7nåÈÍ\ÑŠ   ëæµCúSÍÒÔ•­Pt; Xï|[(a5Òeÿùš°í+Dç{çÃ,G!ÅÊËIõ‘&àwðÇ×®îñÆ Ã"Ê`PG‘8þ%a#9ªqêGm’;|‘e!%–.Ž,9Ìk²££:g!Ûz\ ëÚi´Ó Røößö3 ¶ª×+DgÚWÐ,Îè‡vôþHa"`3NøJôYd®EÅÁªw‰’€u8\¦Ì4c(d©`’Ÿ°¾ÂÊß}^T^„~m¯v]›¹iWÔˆ"zSÓ‰R æÄÄ™¹XÙRWKÓP*¤ÚþÚ4–ºŽi|6ô´Oãdu¦j„-6³=. ëv) =vöPKÈ»[ù»õºÄ}~uoFïíP|‘ÏG×›×A¾LŠïümS®­=a=€q鳋uäkOi„üEIrØ·\ÔÅåŽÛ¾åjÛvˆS%‹ÀÝp¥¦•/“¸Ô¾DyØg¸%ÎÏ¢ÔNG_-wøÙØ@+FiwØræ`šØ××ëjwjv{Tîéš…QÌvtýö”óv±øÆj͌ëۓ挙óø vm4óxm£êxM z Teƒ°¦Ä&<;5™ÀJ=‘.…u¿–Ê©=7ÚòSÃ8ê9€©–K 2 ö,>Uþ(V3£ÏÛ­D^:ûøPpÜUˆÕ{žfÏ®®ª+>~n bHæÁý  ®ÏÖÞîßÞßí‚ ‘5£`g1‚ lx5¡O|q(êitÉ@­{i¨³ÄZ Eá+¨±Ôðf¡v:¸P;¹/®7ˆ³UPtX t„òu'd:3u‚¡?Ó †°ò˜Çta6Oè1E‰Ì3[¨î±³¬Š<ÈÏö=²ñÈ1Ù8É€¯¶è!/`(¸ç¹Ñ7W·Xg]c@Î 2t^@ÎÍ}Y=W çÅ,Ó[.ȳÄܪ-7ÀE>²Üþ$n@ë…xGªøµÛF¢n°r1Þ1P'U’Ǩ`|áÀ]A ? VÜ%ç#”Ú9E3m=´\í¯šYw5Dö;T{Z™—7ŸÒ?ŸÖÐo„Š¿’qjV'ÿÖ·j8¢´ø‘OÕÿd c_ endstream endobj 66 0 obj << /Type /Page /Contents 67 0 R /Resources 65 0 R /MediaBox [0 0 595.276 841.89] /Parent 62 0 R >> endobj 63 0 obj << /Type /XObject /Subtype /Image /Width 20 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 71 0 R /Length 1042 /Filter /FlateDecode >> stream xÚ…“iLTWÇçC¿Õ¦KTVµÃ:¸Œ 3 `M5›F›HLˆiµMI R¤­P›VÀ¢T´í‡¶.) %²Œ‚ƒ¬Û@Aaæ±@f™·Ì{÷­¼ÞÉ£ÔðAOnnî;¹¿üÏÿžód²Õ᪋Dï+]õ;l·µðÓQ©‘½*¤;a‡7pO¸' Wî¬ö&UѯQýVñå-~Þ}"‚ŸŽö´+æoÆ¿\ÔÕœ wÚ’AÐ,%¹™ÝÜìû®:¥½<öåÒ µ ì|ª`ñ[¼)•!ŒË$ãÖoçû}¸¾Q”±#þ«@NäwuÂŒŠx×úG‚”œÑ«°¦(ÐÆõÊ™îÞ¢ÁË_¤(ªƒ¢Úq)Å [ìU1ކh{o: #'uôœR@|„1_¶? œ†-PúÅÅ¥y¤Ôf<„?ö˜SÉù#ÔÂaÊJº“M%X|àÓqƒ[¡¼;Äݾ¢výŒ)Í3WJ“Õ€,Ä€@­Gl£Û>Ò•äe- 䞆.¯·6îX‘®IÃl Ìt!ðüˆB€Ÿå™œëYQû#ýÏ‹Øv: ²¼ÙŸm Æ}ˆžàÅÖñƒ,Òô9æÜK}ˆŸq`ç8[Sº[&{íÊe@? ìjñƒ–™‡ Áì›èî\.Ût+‘pgÓæ @”ÐD…}ð¯3éëßxýè§a,ñ!éŒãh™í‘s¦M%ú‚ È[|û®ëH¼„=ˆK4^ ˆïYòlýÁo¯Y»vÍܳdÊ©“X~$€íÒ$—,·¿ãñT1£94q ÖLã?ðLÁí‚„¼lusc2j?@Û´^¿ˆwP™GÛ„‰êŸð¥ñu½±N†£M´å_¡ñ‹ÞçÂòy&O'(ô(é>ÄNm†\Kcr¶{3‘ÂŽFxLA’eÌe`,çi²†ÆaŠ~à§)<“ÄÓ)üñI h ^¨ î*UöUtÒý@KöÿÇ:î2æ| OÒ‹y¬ó‰ìw´hžW†´…ÞÉŠ¨>¥îû}ï`ù¾¡êF*…îeÖù¬˜™,aºÓÄ¡dQšÿjÈßT•VŸ³½.[ÕômLû…¸ÎË:ãµÄþ?w ”¿×ó‹VÚ ±Ó])ôókSµU§7^=¨¨ü,RŸ©Ñg©ï¥y˜ÓRÛúcœáB|WÙ®–ŸµWµh³·¿ìãeé¹ÁŒ¿Ò·Õg¨3ÕÒò²ÙêŠ/vÞ9©íü5ÞjÐ8Z¤i§hññ‚íáÒhÁ˜jŽ}p*ªþ¸ºö˨{™ê†ÜÈš\¥¡L3oŒí ÑúÖÊü¯ RËmÆXksèàÍ“ÊYƒb¶-TœUŠÎ7EþÿkpVýõÿt~ý endstream endobj 71 0 obj << /Type /XObject /Subtype /Image /Width 20 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 290 /Filter /FlateDecode >> stream xÚc`ŸDyT0ûÛÿÿ_üP„ÊÿÙ~êÿd±ÿÒvý?ÍŠRýÿW“AçÿeUFˆ»ýÿ¿* òïþ¿ûú­ $ÂÌ*lñÿojÇ£ÿ ðïX¡hØLþ¯ Iì„sÁà3P¡Òwd‘ÿÿþ˜30~ý €šÅߣ‰]b`x&öŸ‘ãªÈ¿ÿþ þ¡©ëf`¸Ž®w ÃZt±Å eèæ10è¢xãÿÛ †«øÿ³Ÿ48¬z ___ä RÁCÿ?¯Ë0daÀ 8˜ ˆ9 lÍ„9¡4š:n$½ÈrØ7’Ù\hr ÀÄlPÌŠ¤–*Æ Uˆ†Ù¡r¬hâ\Hnæ@Ò?t¹ Î endstream endobj 68 0 obj << /D [66 0 R /XYZ 56.693 815.761 null] >> endobj 69 0 obj << /D [66 0 R /XYZ 56.693 298.64 null] >> endobj 70 0 obj << /D [66 0 R /XYZ 56.693 270.255 null] >> endobj 65 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F65 39 0 R /F54 15 0 R /F72 52 0 R /F14 51 0 R >> /XObject << /Im2 63 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 75 0 obj << /Length 1602 /Filter /FlateDecode >> stream xÚµXKsÛ6¾ëWð(u"˜>rlê´é$dâ[”L" =|È„˜Öùõ] ddOÒL}0`±/ì~ØU£8ú}óëÍæê¥ QAŠ”¥Ñͧ(e$Í¢œ„'ytSE¶od7Êf·g"ÞV ?F=Ê¡îýªéÆ?Ô0ȶVÝYî>Þü ¢ö”’BÇГ—}wˆcvYÖžònÍN»Y–uß)=m_`ú—Ïu3j³6±(›RnlJr0*Oà„¥L€M–o¯Ü››ë›Íý†EÑH¤$-x””¤1‹ÊvóácU°RIRäÑß–² ã)|7ÑûÍ»MŒ~ýÞq%1É™•x¿‰I&Ò,³á·ÝL³„0aç¼Ha×o]½jyô[º¼{TÚÅíy62Dïf‹DEæ|÷vèOµªdå/ã4¨JÕÐÖ¬¤^^àØÉùƒ îFµcbûÅü³2©¸ŠÆ½‰CÐaÏ ’sîtxY›ˆqœØs7þßzù4â‚dqí9%±Wéº[&ÀëZŸåR¦jT ÑëgKÒ'U°K9´£Ògo8äòéѸRBÅÞ ÊqÐõÌ“LÉ“‘ÄxÙèÿÚ{hE¬—˜ «¿Jϸo1ÿUöC%Ïý7ˆp?Næ/Ý€Æàv½åýRØg´ô@Û/Çx|átÈù¶?øµÒV¬60:màã³|p²9B0h7iûª6€TÊ n`õ¤ºÊ@™²7 c‡g5x»Ö% 9Ä">0ÁAFÎaÌELâ4'Y‚ó âTí9É Ï¢Ë8°¥¨¦¼)aìúövPK3mhšSS—´ïí¹ÈI@²€NµŠÞ[9 «è=¸ç±q·põ2 Í[߉lÐÃnÏS¶Õ£yêfÙ„:5‘Fc—m+wPÊ Ë&Ø~_·'<ʇÐgÊ1WÈÌp=Öƒ[/D$Oh¢‘GÛ›<¡È¬C曃t±È¹7ª€¬Îö}4•£äÛ#äj?øEç|oÐÂùr(?ûŒ‹·½& ÜY¾KÄ4‰X&HJ¹Am‹ÿ„òÿ*úÿ…ç=#±0,’Q¼¯k]õ-Þ€m·Œð4÷ð¦ÞíÓØ@kÝ* f2{òÂÆ ¡Ô÷Qæ‘ ”wkˆìÀû.^ŸkH×5Š>G@@NI’™ì·äX³\!Ìà™¬,.0äãÄÀMAŒND¡ yp÷m®À¨‚Ó³¿‚;óhÈã@ÚýX«×0ø-žPhÇx+Ý\aÆ|axO”]#ÎfþE0å‘íË’­ÅDXu(|œü»ëöûÛ¦>îàá0à‹$V,ì58Ÿ|BÜü}íö­OŒÄ®m$¸©{ˆJƒ?òjïGWz]<ß°è´d2¼Xf.Ó—Ü5aÙdÀû¶A?¿‚»ö1T$$Mè¥GÂ@·uÆ„­ ¦<|X~ û1Dq¤¨g 5Ó[@‰Ý—µÏ3³àÚoSÉYŠ¥\Õ-™ÏØä/±)Tt¦éåH¾Á&·ú°Õ\ÄÌK5´”¼üÚÞì¸ØÎIUùžîS?´ëæ5,pà ô~4yaÝVùæÏ¸Jšç‹¤±*ì0ßz0±Üÿ°]oÇF?žßSØ£Ëajq1›<:Œ]`ÔSÙ?œ@•ÿå—šGeÛr endstream endobj 74 0 obj << /Type /Page /Contents 75 0 R /Resources 73 0 R /MediaBox [0 0 595.276 841.89] /Parent 62 0 R >> endobj 64 0 obj << /Type /XObject /Subtype /Image /Width 899 /Height 529 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 53285 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 899 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|ÅÝÿg¶\oº¢Þ«%Ù–åÞ»&c &’@èá!@~I B5yÒHxŒ©¶qŒ{ÁE.²eYÝêõî¤ëw[ç÷ÇJ糚¥“ŒÛ¼á%ïÝí´ïÎÌ~ö;e¡ 2™Œè!„`0 ƒÁ`0ƒ!„{RåóùAEQè(Ѝ lG ƒÁ`0Ì €]Aö€‚J¢“¿žb›ƒÁ`0 † •¡T($IJ2” áÁçÿ‹ ‡Á`0 ƒFÞ|j%EQ4MÓ4-ù:¡J¥jjjâ8ŽeY–eüó KÖ}7OÇÆÂ`0 ƒÁ #|y `-{íÑŲ. V«­®®fY–a˜ÿüÅC÷ÿÐÜîð~Wãîÿu—íyVàX‘g”–䘹GdaŠÁ`0 såbwúxAìçŠ$LzÕʬSþùÁ^~h¡B¡ËåÐ`0”––2 óÀ‹Ÿ=tÿOm^€Àx›öþÓzèÿ¦IŸ1&Q©3Ò29 a£Íõéæ½vÊúÙG c<Ïs$’Ä׃Á`0 æÊ‘¡í.ïÙ‚ýœ“3ažQ§••?X(«Ãûý®-/?´P©TR$IJ“D–,€ˆàØK3fOÎyò×wG(øÚ«½ÍžßæF¹99/Lšs¢àè;¯/æÇý´¢äDƘéÓ–þ_r ƒÁ`0˜+—ßæð”ß5oñ-Y ½žSVß±së†ãæ"tÊ8@aÉb†$IyôèÑŸÿî_«îyÐटO>ŸÿÖóhˆ@‚HÈÎ6Äös®áLUÛ’Ås¼±s*jêßÿ§ßÿ§ë¶äͽ'!#_xÌõ€("‚€E¥•ñ1QÚ±ïÀhÐËËÌþ#… ¨HÓèìŒDÛÔb­8WÇr\„A`8¿?0wÆD’ .°¦¾ œv‰Bc`fßᓽv˜Üa7B†JONHIŠì>X Šâ¼“†+ÏÕÿ§ûXa1 5)>-9þòš!TSßÜÔÚæ÷3IF´¹™iM *’°+Ø•P£v(¡Û—ãÇäFèµ {I«4sÅÒÖá)Ø÷ÍÌ7E5ýœvº²¹ôø® 3—DFhBC.8ÙO¨Ô´ô^CE5·í§)rLnF\´ÐØb-,®HЉX:+Ë¡êÐP€»ûèwŸ½üË›;×λ<é@¦1øJcN>ÓÒÜl·Wÿvû¼Ÿ??cÞW[=„ñyðO˜ëD†Ö76×5µ=¾bÂŽcÕG*«s2ÓŽžÙôÊJÀéªÖ×?=6jDzyE寗W@œªû¿ïÊGe§_T%ÄèÐS¿YbÐ(Μ³šõÊh“fÅo×M›<6T+ „º½c¢¦¾iLŠPXÝž !&Ò|¶´lÓ++Kjl/|t|^ΰÊ)°çàQÉPm+:VYWßÔºæw7ÑyûïÖÍ>qèyþóG‡) =ÿ§Ûï²JYýlgñáÒúÔÞÄèc:„À±Â3 Æ'þÏ­s£ŒêËŸ³®ù®$-9yàbt€, ‰Üó¥'Ãn–Ý}üܲî…}æo;¦_Ê^º*Á\É¢Aìoîf¤Q[ ¡¤â‚¡ïþjy¯A}}s_¡6nÛÿÔç¨ÔíE(¯ªùí}sujù_׎ŒN „ã8Š ˆ »~ÖdÌ.:[2/kà|¨r›ÌY¡¤©sMn½ZVÕèöñtËéÝù9Y¯~r >gyʨi"V¢˜ë€su Çŧ'jUt^šå¾eyï®;üutZ”VNTÕ6.šœ¼C#N—T¶YíòGj5ªŽ×É3¥ñ1‘™éÉÁ€¥U5ÿòƒFñÒ‡ZÚ=c3c´jYLL$Ãpßj5j…Bn³wäåfÖ7µ:œnQä2yZjBeMý ÷ÜX·kCcKÛ”ñyçU‚ˆŽžõùý"B2 °µ;ªk<^?IIñ1Uµ ÁšÛbÌë÷”X¾(‹ID¨ÍÖQS×àõ(’ŠŽ4¥§$°,wðh¡Z­T)•íí¹\6*'C­RDQùÑ̬­‡¿ ýFÄž¹õxýGO™Œ†¼ÜL¯ßäX‘1B?fdVh©Cól6E8:Úƒ"Éåñõœç…ⲪP3F™¡Ymh±Þ6=Yz𘕟´~OyrRÜ¥3]ÿù)¹zæköž\=ˤSÚ]þú‡9:!4TßJ´+ÇÆ‰w­û`ÕÔsöSþªƒ¥ÞCÕž’f_R„,@ëH}Ì97";Yo<ÛÔPâsÏP¨õøÂc®y’â>üºðö¹#n›“ñÛ¿ï&äãƒn !X<%ýÃoO-˜0­ÉæŽ5kN—û±[ÇMÏKüŸw¶;]z%áßôÊÊoU~u¤ pâtÉ+¿˜©<û“ó»R|ú]±ÇåÜôÊʪƎÖvÏÄœ¸—×|pù¨Qi‘4EÚ¾·žúû¯—ª4`Ó++[ìžÇßÙ1yÜhé¦[XTúÇŸM‹5keÙîòo9X~¬²N)—”üó÷MOŠÖ³¼°aoéS·_óß}ëìY%5¶ï×áy!J‹^ºV¼Eëñ³{NÖ®ß[Bâ¦WVÖ¶8­®ñÙ±Öß«²DÅ]TŒ{†”rú¦é™ï8üõÄé’n¹=TrNAr›^Yy¢¬ù­õ'´2bÓ++O–·üñ?û»•:˜çƒgÑÄyiÛÚT×3øÛë )<¸|tÐŒk·Ÿii³Gv‰?QDGÇÔQ3ìNßéʶ9ã’Scu·Ç㽦3šcêûÊÛã5iÈi£\^æ×ïïÐŒÀMû+s²Ó¬¶Žh-HV'ÓWqlªþ¹»oDôíáÊ·ž~æœõåµGŒª§éÞúâ …Ð ùÜ¿÷¾ð³é¡Wí«ï÷uu®QÉ ±J=^ߨ$ý„ìØšfǺ½2šÎIÔ=vÛì`T_î/ˆÐ÷°I%E\0¦;1Ìu娅PjÄ…£¾¾¹Û™¡ŽÒž¡Fd¦¼ñѾ'WÏ4锿þñ,€Q«´»üo|´oDfJ·P!ž"BìrÞ…ªÌ”¬p÷ó¿î·÷/«µ£ÿî˜1qì¤y)Ç ‹NT§Ä —69‡&L8XT³íÃßÞøà»øÂc®yªkï]–¯–§*[+êÛŸX5åÝõǤŸXN8pºnÁ„Ô†6—N-ÿb×ÙŸÞ˜P)›”OÏK\49ýß_Ÿúù²1€íG«¢#ã¤æ–œ»vû™'î˜dÐ(Þúì/ˆ?[žoÐ(‚‰¦ÅE4´¹þ½ådNŠeBvìg;ŠÏÖÚ"õ4-ÿçæ“O­ž x÷‹£œˆÒS¤8&“áÀ©†êæÁÊy¹÷.sê­mxöþ…Ž_»½ÈÇð*Å…1„lÀ!ˆ"à¼OÝ5¿Ãøû¦“rânš‘Å â×ßW’¢õ{OÖ6ZÝ+ææÜ6{ćÛ˲3SƒaÝn¯½Ã )*®Ë)T¢{¢¬yùŒÌ-˃AzÉmÅ6©³êæÆR©úÌs艨7_,€aÙIy±˜Q&ؽçj¤ Ëå²±™1j%½½ êTEëœqɳó“×í«ÒÊÑ¥0Ýß7Ÿž62º[~ O®£ÃåÉN4NW¶Ò •4¹6)1ÖãõBÎ7À$þõÕ™¾*˜’à~zc~‡ÛÿéŽâyIÝLÖȺUH†‡NÕW7;B®Z륨QI ±­¶v:=&r™Ì¨&Ÿºkj·¨žnè+~)÷Ø'й}¢b¿£óõ‰.˜u~ÿw{ô*ÒlD"zcÍÞ_ÿxV„V hwûßøhoJRb¤Ùèö±½úDA `Ș=ËŸ1í+ã{âåµ9¿höL“‚.*,TÚæfÇ%Ž4zæ«Ì©úÑSg?ñÔs¡1˜k•ؘè¯×Zííß2¾èœ}þòÔä¬Ò¯[U.ŸžußcJkmçšm•$lÞÒZûÌ1‰k¾==ed|eC{KG *N&µ•Z}¼°:Àð@ž®G®¾a™üfsøÞ^wÔl4ÅGxo™5bθä¸H]eCûéŠæ·_DÀÁ¢†Ìôdƒ^+Å)Š¢ËéŠ1Ç,š®VÒ4IH7û(“† à–ýå;N6š# "bêê[‚1„Άä8~Bv „ð›C•‡JÚNU´þ}ÄÒI9qÒ}½¡Íµq¹I§X17ÇbPL°ðx¼r˜™kx\á¹æèèÈn²æ³ÅsÆ%ß:;;øM¯¹­nv@¡)IR'Ê{Ï3Br z°vøA3;]—gÊMìÌðö#5¿\9PZck¶{|núè„m)œ;;ëR˜Ž„nù9QTŸ’š&ÙSÕÙ"ê22²Ú:¦ç 4 A‹kì½V°¼Œ(ÀÖÃUÏ´VÔ·¿ùØB@Ð[ÑÍt"B$<_!ãcbÝn_Œ9qéԌЫ¶·°nxkT罊?Ÿ†a'ŒOíË }Å/U |ŸÂ\‡>QIÿ]ôd©u=f~÷¼g(·õ³<€ç}€€ŸåƒñCï[Dñ%ÚÍejšýKuÎÒšÞšž™UúC©Î””Eª•ç8sdZ'ÓUžÞýŸ $AâQÌuBLttlLôÿm/´˜rFXBjéð,o›óÍ¡ÊP?RltôæeOÝ5õ—+'©•ôö£ç¢,–Ð&C„¬!z¬ ±:|J…2)!®º®þwÿØ3&3*1JÏ’¼¼ô¨ç?Ø‹:‰`œÍ­Ö£bLHÝy¬zýžÒ›ge-˜J’D¨{ !€‚ Æ@ôæ`ì9oÈíc• ™Ð9.Dt¾ëp{|I Êss-vÏÖÃ;"#-Ý”¨ÝØv¤jÉÔtB)½æVìš ÏrœÖ¤ fl`y†½§Iª®ífÆ‚’¦`†wœŸxæÇç²ÇeE]"ÓÙ3?ùâDVF@­R•ÕÙ£Ó£xæDM]#Ãé6è5ƒº:}U°Î‹‚.p'Ã.ßawË_X!E$Î×óªA†·Fup¯Îï^'µõ>Ó áÑyÌuÝ51¥ÿUð“'äK~JŽCC…8,Å~<©ÝBYmím­-O®žeÔ*ÛÝ~@„Vùäݳ¤L³14T¨á%Ús ¼Ü’dJ›ËgÊŸju°ÆäЧ:1iþü…<¥ÞôÕöØÜùyËæãµó˜ë„@JRBÏC‘Äg»JÏœ³UwÄÁ³ zݱⒶ︬˜Ë8U—•5b°MÆåòdÅGDdÅç¬Uc3£uj9ÐÇp&rÞød»+àvFÝùˆIo€“Ñd^z§*(iºc^îÓ3,ï °Zµº±±9ƒÍÉØƒ] E”4ß1?wÉ”t——™”VŠôT `q"-¦3õ¶›žþ —ËGçv–4´¸$I®Û]²`B*ER—Ôkn;\~ADéñƱé‘K§¦Ó% ¢×<_%{ Îñ¨´îfüîXÍ×ßW(šZ0.™$‰ÝÇk7¢Œšû–™=6ùóg/…éAèyYyž—Œ¦R)ë¹ï‹ê§ŽJxíÑùû ëNÌ÷æ'G Jš~uúªT§*[‹&§¹}Ìô¼Ä ££/ËwwcôvÕˆ>®NØ5*D5w*Lš¦zê¢6Á÷)Ìuä gïg|ðdÔÇè|Á‰Sý$Ñ-TCCã3÷Α–(½ñÑ^€À“wÏ’0ýù?»ƒJ´gK¤úzî Ò¡y¨¢méÒ%ÉñB7h”!( ¡ääÄÚòï“GÍ!Hˆ/<æúT¥!âB…þpy‡Ùl¢çüýN÷Í÷•÷,ÍÛªN¡ÒÀîeÐEUÈãõ­œ=?‡„°¾Íõá7§-fã†=¥w/õÈ­Ž•6½³þTzZ2Àl2î:Q763zéÔŒÑi‘5ÍŽÈ5 Ã^^sðŽ¹«oÅò↽%*4†¿nèÜ €$É^]{hÕ‚Ü~4Îãg7ï/ûr¥¬÷©…Çl6™Í¦nß_h(@ÊT__qó¬’ÝzÍ-%W®ÙzzåüÜo»ÿTý¨´HÉÑQ–^ó|¡:ƒ©gp€ÇëífÆäÄ­V(+¯œ=6°õp¥G)dòce•·ÏË?"ö½õ—Ât žù‰‹ Ú-=-ùý/ Ï59æŽK¾eÖˆ+œ©nóó"$quúª`.†ø÷–“+çç®Z0rç±êÜ Ãñ$A¨µ¦^-J_uL§Ó{„ºPH’ìÕÆç´ZMÿñãy¢˜ëH‰B8¨“EÔËŠ¥¾$l_¡ŽwzYÀí5š£¤ƒ'WÏÒ©å цn¡BŸ;ajjêÆŸ|íóU÷åÉw¿£TFU•æÅ%e ÃŽÉË% <x¡¨¸T£Vef¤IqÖ761¤PÈããbµµÕfojnA¯Ó¥¥&#äyþ\M×ëU(2™Ìét%%Æ›Œ—«¥¹ÍFEY¢£"CcHLˆ MÑáp6·´˜ERFC\L4ÏóÁ8Ž+*.U«UÒPò` ÕØÔÒÚf%8fôȾrÛÚfmiiƒaŒÐ·Yí:­&=-ÐWž¥,óßkð^ÍÌdyE•ÇëËÊLS«TRYt¦DDâ¨Ü·×s)L×~¤<´¶Yíí–e jÕš¤Äx’"uuz­`ííŽÑIš&«KÅeS3&æÄýkËÉ“ÕîH‹¹WÓu3o_WíÕ¨öGMm½Ô¦z BØü¸³Â\?è5Šm_­àõ7,»Õé =”ÇÇœ)>KSdtt´^¯8Ζ––¤˜ˆÉyYß—´††p¼xô»Ï~µzÆJ´¦¹£[z-Õ§N¬7™"Z[m$ç™2sæÍ7/ßòõ¶ÝûAHòÛs%PWßp÷‚¬)#ãå4iuøv«þ¶ .%9±¯™– æjA¥”ÓñÝ×ëãGL YŠÃéi(=´`é­/úüÌ ˆHR¢T·‡ïn£’G ðvLšµ æÔŽ3e…7PXT9;9o~cùa•.O¾Á`úaTNö]ܰ˜Mñq±¸½`®âãÖ|Wö2š6FD$'%HÓz±q0˜«¯/ TÈæ-¾eçÖ }Ÿ6oñ- Ëûì*”‹ÏN'ý>ñHÑö‡ù,`Ò”‰"B1“ž|ƒÁ\ŒÜìý41 ærr À2ƒ¹VĨŸ1êÕË~´²ŸsŽ÷vy(øPÁá—‹øDC¡•šéw¾<À“1 ƒÁ`0— »Ãs%‡ ¾»S‰ŽÐÚ6nÛ/ƒÁ`0 æ`„ÖB}¢›^YÙn·ììÄ`0 ƒÁ\$ohcCý?ÿ±@`‹`0 ƒÁ`. Tϯ°OƒÁ`0 s)€n¡}¢ ƒÁ`0˜ËV¢ ƒÁ`0˜ËÇ`0 ƒÁ\çMNI9jtÞ˜ü¼1ùo¿ýN|B¢ô}ð`ˆ„Æ?qÒän¿VWWÏ™;/4EQßzûíÁ¦rëm+>ÿüóàÇöööÔ´t§Ó9\¥è ©\#²sââ¤ã×^{}€a‡%oÉ)©óæ/~|æÙg#£¢KKKÃHt –¿Ôö -WSS³tìt:cb㮄\a0 ƒ¹(ƒö‰nÛömlLŒtþø“nI¿øÒK@àæ›oY½úîG¸lÙÒS§N55wzѾøü‹ÛWÞZœž¥øà?ÿùÓŸ^lùê«è˜X‡ÃX¸ð†²²²¡mݺõӧϘ1sÖª;ï´Ùlý|)áõzï¹÷ÞyóçÏ_°à™gž #Å·­øâ‹u€;wNŸ>M.“Ißßsï½ Þ0eê´z˜eÙP#3 “–žñâ‹/Ý{ß}sçÍ/((èiùÁïÕÈ Ã¤gdþþÔÕì‡~j£”«gŸýí¿xpÉÒeGŽÅ}ƒÁ`0?<ƒö‰.Y²”$IÀÇk? =!ÔÚÚúüóܼi£^¯/,,|ô±ÇvîØ1Ø ãÏÌÌüxíGuuu/ýùå=»w™Íæ§Ÿþ (4ÅgŸyæ¿ÿýpÆõ`0Ž.…B±dÉâu_¬{ôÑG***šš›gÏšt¸öZŠiS§>öø/BÌÏÏ?pðàôéÓ[Z[333ë`C Buuuÿïw¿ÛµkgLtô+¯¼úÿ~÷»¿ýõ¯½~,ïÎ;UJՎモTi¾½%K¯¼cÕ3ÏüæóÏ¿øÅ/~qðà÷’Oô/o¾i0O?ý›O?ûìîÕ«ƒ‰"„<ÏüóŸ}ö™½{÷½úÚkŸöY7Ë6x¯FF¹ÝîÙ³g?ÿÜsƒ-Z°Úˆ¢xÑÚÌÕ¼ùóæÎ™SUUuûÊ;Ž9,Å€Á`0 ær*Ñþùæë¯bºFÏ»qààÁŽŽŽ{î½OúèõúÂÈP·ø=:sæ ³Ù ¸ãŽ•ÇŽ–bß±råSOÿæÑGùü‹/n½å–P Òk)233[[Z\.×±‚‚§žzj÷ž=IMžmÚ#?|çw¿q8±±± …Bů¿ù:xB®oh$¨›åÃÞ—‘û­}ª6àb×1x² ë×o@9r„ã¸ääd„Á`0 æs }¢ÑQQÿß¿=ù«_³,+Šâ¢nÈÍÍl$‹/‘ÜT€}{÷$&&>öØ£+n_™¯7è{ž¿zõ]³gÏ6[,›6~9¨„V¬¸í7ß|þùçXЩӦýú©§§OŸ˜:uÊÇפ¦¤ Å\ /üñù[o[HLL|÷·ûú2HqñÙ?½ø"I¡?½ðGŠ çò‘$ùÐC†~3göìO>þäλVk4길¸Æ´üŸ6ØàÃRU†˜„N§=[rvá ‹ü~ÿßþú>ž$ŠÁ`0ÌLMMݸqã?ÿ÷¯ï¼ÿ·v» À0 ¶ æÚ†a˜¼¼1¥¥%Ø ƒÁüÈår@cCý?ÿñe7ÝŒßö‰Á`0 ƒ¹<à·}b®Gd2YIÉY\Õ1 ƒ¹¼`Ÿ(ƒÁ`0 +Q ƒÁ`0ÌõÇ`0 ƒÁ\1J´¦º ÛƒÁ`0 3ìd猼ˆ6c66ƒÁ`0 fØ‘ö íO‰ú|^l& ƒÁ`0Ì¥¯XÂ`0 ƒÁ\ðŠ% ƒÁ`0ÌåûD1 ƒÁ`0X‰b0 ƒÁ`®'zxtƒÁ`0 sY”(Ö¡ ƒÁ`0˜<:Á`0 ƒ¹< óè<Ã25µÕm¶Vž@Ò2|„EQj¥Z£ÑêôúhK4A]¾W8ìEªí8óá‰g””æÖQ¿N5Žý!¬áí†Á Ž•R)—+ú:Áíñx=žèè諱tÇåq±«­P¯Õ©Õj|Ý1—…ã'Ž?*Â@ï¸5aÜıùc±é0˜þ”èPôÔ¹šsÆcþ˜ñq·UxŽçY–ini*<¹.#™Ô*xß R9‰PÝ( a§ˆª¨*kï°¿ù¨î¡gܽ¿ñÿÞÛýøò¨ç)ŠB!„,¦È¬Ìl­}7mÞ¸yËæâ¡V«u:\&r;eòÔ… âZ…¹\ð<ïr¹}¾@llL¯'ˆ¢èp:(’òùýJ¥2<-Èñ\¯½Fç“'@4EëtºKQ@{G{tT4I’]‹ÐÚÚªº4JÔãrù}>¯ÇÙB¡Öh*•ö­ÃÑno·?p<§Ë £Ñ`Òjuûli1I‘é©}®äWÇ>þè4-x }ûÝ7ó‡[‰Š¼› ´ør`®%:ß^sKãø±L@Q‰¢(‚ËäiqÖ4‹“õøí;”‘Ïy[^ÒD: |@ŒO†–W•iuÚÜœÑ$A@!„ï}Д9æœlëÁ²Óãò'!Ašj‹KÎäŽÈ¬ݼeóM7Þ\UUåóù˲Ç ‚@Óô¸qcW¯^-Éî@ ðÞûïݰ`!Þs¹ðù¼Æð^§WO¡ÓáˆÐ’øýJ…"Œ$8޵˜-éš›vxî‹€ßá躴/Ï <ÇÒ´ ˆb,Dz µÕ’&)ÚaT(UCL”e˜†šZEQ ¹\¯×#„¿×år¶··A"!%Y&—K]nWm}µ^«ÏLÏ’ËE8Žs:µuÕÅg‹Ž™;k½Ý^\Rò€E±ó¦¤ G2߈žO¢‡”¥ëÍ”¦{¼mïÛj^%¨ä1#•ƒ³°Ùm11±.·ƒ$)ФHŠ¢.,I’  ( ¢àõ¹•*UKkËÈÁ+Q…BÊ”žtY–¥iZ¥RAH@H r™áÍ0C#Œv„aY A’Z®ÃÑqÁ`n»£Ãd¶yAd9.¼Š*ˆ"@E«ÕÚéç ùÏl2#$W+à8N«Ó1,ÓÔÜkŽŒ$ˆ ôuRrŠÇã©khЉ¤e2ÎåJÒ¶¶6‡Ý®Òhxžï°Û#ÌfƒI§T©~ŸÏïóuØl´L&W©ìV+`(b´¹¥ !0iüT–eŽŠ" ‚”ÉäBQý~¿( J¥jêä]qЗ¬²ªrÞÜ’Æ•(BHRžèÎ1jTÞ¿>øûœëI‰¥ÝASÓ2$gˆä°€B ý :FÎ þa¼G8›·*41–äÛÝmgÍ[õ±Kqй”hðy™aÝ Dy©ŸC’C :µ:XÇ'†”µ2Íœó ˜PZrÏäò·ol¯þ¹6ãØ r/Š¢\¦8WSÕ5BÀ ïRÕ5ç\n‡ HS„ä¤TQÃJ¾Oš¦yž—Ž»ü£Ò @””îž:•”+F¿õÝÈ‘¸za Œvw^·±œ(ˆˆõ:}]}V£‘œa–e‘€r˰Hja9ïEQˆ¢h2™Boª]®Qq¸Æ‘(i'@‘dmMm_§)•ŠÎžFDa'ÍöÖ6•ZíóxeryjÖ™LlÝ4-Óé &scm-ãÈdò¶æ­N'k’ƒÃÙÑfm>u–ßïã8N.—;œ5µ5^¯;`¢"£bbâLFS EA¡PxnУº<ÏSøzä¡Ðïß{ç½ W‹¢àGi‹¢(A®«U˜CiwÂsUñ‰*ç ÃgX[ÅëqÙËEÑ•yKCñú˜%¸ Å\J´‹Ý;¿[´dÃ0Áƒ‹+Q^Hãò]Þn¸(y’ßöL=@24¼>ûFJ5&Œ›"A<ÇÇÅÅÑ4-yFCOˆ²DMǦæ&žÂ7”DgP}JÒßà9î²2ÅßÞ›zO:ïõyà³ÀÕ a´» 2Íó„@&“›Œ¦öööÈÈHé'{{{Td¤ H}>¿F£ WŠÒ­Ôj³$Ÿê\²Ìf3èÁ%Ú%uQ/öÓBA7¿Ó`B¨¾¦F.—s,+“Ë“ÓÓ»¦ùÁ.µ@2™,%#½º¢’cY¹LV[U•‘“3Ø©ç¡3%Åóç,dY–ãXŠ¢ Žq{Ü™iɉI.—ëtñé¢â¢ä¤Ôqùc.—À f®gO>ÿttpû·A,].}üvó—€%?ºEú¸eý×çü¢¡´;azzV—o¢Ó1Ú5QØ5'b¸íêwòL«Ö<Õ×±Ag¾K`Þñ; •†1¸Å\;JtÑ’eÝ.®D»îR‰à‚§? B®ŸèØìªB—øN× ºÛ«˜uüƒ‰¢(B‚àyž$) äª =Áåv‘ÁñÇq>¿Oø¡(Ñ  1c†L&+** Þ¿ÿûU«¦,'Ç 2½×-Lx„Ñî‚h4Çaäy^£Ñ8¿ß¯T*½^ŸR¡¤(Êï$áõz¢£cÂËžÔÆ³¹KˆvýÒ0‡M‰¢N-JQ$äÅuk¸w{Ë…D)ȱlbj*„°ººšçù””š¦Ç;wަ锔”¸ÄĪÒRZ&yÞítê †A¥åp:Œ#EQ.—C&“ž>!1sê,éׂãÇÎ_lЂ H2TE>,%ô}·kk¨O&£ƒÇÒ3Lˆà†¸Ý Î/Q*Þ»»1ÀØì6€ÙdNÒ¨óæÎ f)j­|;&óGH°S”!gLöÖÊwÇ€{QÌU¯Dƒ]y èvpñ»” „º1¤!EÂBÑJq@°â äy§\;^¦ÁŽYˆ¢H@‚çùwñ¿?¡¢u³RV…žpÌúåѲOµ´evÔÏ Ÿ‰xikJ4ÔZ]]——7oÞ<§ÓÙ™ÐcǪ­ú¨(ûç­…mö¬¿¾×-aÂ#ŒvªD].W€ Èhš “Ùh³ÚcbcGl\,Ã2€n[®“$ÂGˆ¬6ûyÕÒ%E-–H õ Òâý ¶vü‚úÎéæÝfÖAõ&Cž×Eííía$çóú YŽ5˜Œ´\†b9Öëõ–W”gdd***€F£AÑr™Ádttt@z=^­^?¨Bµ¶¶¤¤¤ O¤Ín³Ùl3¦ÎDç§Eù½Ô9ÏIdyŽ ë’uÎþüç?þjAmˆSüñ'KIèÜ_öÉ_ÿÏ믾Ùí^€ÛÝE”(B—Õzøþ"Ó2æ¼ø‚.Â(Š¢Ãn+þͳ›Þx{î‡ÿÕYÌá2¬ßQh«z;ÐqÔ4î‘)¦å1@h³$¯j:{Sݱ{ÌicÏ(æêV¢AöìÚ±hñ² P‰vjP(ÝŸº¦­€RxNAɈ¯ó9vùí[U¦EJýXH(9Ž¤á ‡ ¥ÑyŽã?9ý‡9“™Tñ_„ö¶ nÿÉâÿ9ÔòÙΓÿ˜ & 1,£óV«µ¨¨hüøñ,ËŠ¢Xûñ'®­ŸMùqZû†Ö »ÃÇó'ïàäý4ùÿø»~ î0%ŒvŠÅbimk3›Í<Ï+J’"m6«! ícÁqœÏ狎 [ûΡÅb ݪFú+IFQ#""ôê³ð¶vêõžö¤¼7„ç8¥Z‚¦¤¤TVVòòrÃ0 …"99YÊ•J£i·ÛI’ôz܃-Tsks~þ8–eI’¬o¨KJH ç3~ì„ïvns8ÁùöÁ­H¸^Ò©÷ÞyÿçvNýàÿ ÐjÔ]* ‚c÷¸Ý ®ÝA8tÿ/ò~|Oö”©î¢¢¶œ,¡®¤tö¯~uvÿ¾]«ï¾yû¶aXª„DWËV[ÅkL››2æ}‘«P åQ‘oÊ[²Ù^·¡ñäÏJoNÿ]ôb¼šsu+ÑE‹—u;¸¸åyÉ?‚ ‚†Ìƒ‡Œ£õËu¯9þ)WE)5&Wã{må6D¨#²v†wS$ ÁsTEŒÇý*æ*S¢ÁÙHÞÓíàâJ´st¾kû "Ä[€¼Ó˜™EˆÕ9êȘûÎ÷ èÁàgAI>Ñ@ nÚ}ô/Îl»+¹uRÖÍÒ¯ÆDú˜g͹Úʺ’öQÞ{ hZöt«ÐÑùüüüúúú–––ä”$AX„š×7Ð^à>Óq¾{" —¡uñüЖ`®+Âhw=ŨJ©´ZÛ,f‹££#""¢£Ý®Tª¬6›A¯mãaÀsœ(¢ ˜ŒÆ OTa×êD$ðœÍjõz=Á­DAày.ŒtžyA¼ðmм ˆ‚Às\_;I…‘ÏóÏ‹QI†&%%y½Þ¢¢"š¦‚ꌌ ï½{ô¾ŸŽ&ɨc+Ϲ‹O£fÙȼg~ƒ«fà„Ñîz¢ÕjyAhkkãx!äp:½^ŸF£ ï ŸÊ ïã CRKDÑd6è´ºó[;…»Œ©WŸ¨ˆDé¯ÉÜÇNRƒON®PHz:àóÉd2Ïó•U• ÃH…e¦¢²"=-]ÚËïóI©(¿‹“œ–1,#MÕÕ¨5‡C«é](0,sôØ‘ÚÚZ³É>ñø×ç÷¡´;¡ÍÞ®‰ˆðŒÍ;xãâe7¯0D ‚˜±qã–/¿X>f´À6«u(ÓJ?ᓦŸ¶73ÆåjÌ‹‚ØzžsDÁ ¤bÔÚ*:š¾´Ví`Þø ŸbйÂéO‰ÞÐ5HqÃÀGç@ ÐcYH3$̘Póz;×É "/ð•U•lhl$ÀgÜáãÎ’´@ ª¤Q¨ŠSTÙ ö¦¥¥Í='99uè£óV«ÕårIÂTžçRV®¬Û»¯bÍÅ1gîÊøæV&ý¯§Üv®^˜0£Ý…6Àƺz«µ "„¢e²¸¤¤¶¶6’$]NGcM „Ah2™â“’‚[ ™BQZZ"ƒ»µŽA8ÎÎ}p†¶µSמÄ~y v’Òh4n§Bèóz¥µð555L€‘+äéié€ÊªJ&ÀTWWK ˜¼´½~Ë•J¥Êívé´:žçrsGïÜõ]B|B¯Wó›­_O›:ý¦o©«¯Ý±cû–߆”ïŽ×^0::14ô×~p»»Èý!‚ !Ù¹¿½´Å5€$Ižã{ú]m"Æ¥Í>ánÝf?÷—抽¦ø\Kò ü¬÷$ä…~„šÖŠÿXköÓÊcÚïµQ7ày¢˜«R‰û O×L|Ï€§ä ¼Á…¯Ý=/HCÞ6ѹži3üà‹˜ÿ¸/ð<‚â¤)'u~·Ú`v4Ñt½¨™Yi›§ðÒ’ÞœA’$˲AUÚØØ¤Õ–§¤¤LyíÕ/Žmu¹ •²9weo|ýä[oÅÕ a´; žãŠOR(f£I‘ð¸Ý5µ¦¨(¯ÛÃùKd”$L~щÙ£GËÿòô˜¨èž-¨¦¦6**Ša’,$ R¡PH›ýp‚NÓ;÷&¾°¤‚ˆE`6õ¾“TÉ)Uª» H[k›Áh’+ä$I)•ªääd’¤©)iµµµE!„˜ckm#HR¥J5ØrÅÅÆåÙgpÝ„GØ£„¶¶6¥RÕÒÒ2rÌ™LvìÐa…èØX»ÕðûžÏ? túÄ £Él W‰ö* ¥GÎHKd?[;…u/[ß p'©ÁÊëä´ÔÊÒR…\ðû«+*cårÉS»²†mª« øýIþÌÁ¿`Ib¸ Û¿ûööwø|þ斦ɧdgå”–—~õÍWƒ!6&fõª»u:]csC  i٦͗-¹1Œ„d2„!¡N!„xëÍ·C(ºM®€Ò´ ·»A1zá‚]¯¿»gOì¬Y¹Ëo•œLQjo‡[·5ìÚÕȲ·-]. ߤÁ=]ÒÃm§î2%-P ¡²½áDdÞ'‚ H#x¸/Å\ÍJ48:ïvu;¸¸å…ï5E@@ ‚]êš\Ö©D‡ð lžçƒÛËW;·êŽÕk?^sºè´ôÍí+Vnør}—urÞ{ç%H’”Ëå.—ëø‰ã ñ·ß~[bR¢\®`Y†eŽçÓÏ¿Û.vMbÃÕ a´» hƒ‘à&à÷“$É S¨Rª å_|>qÜĤ„Ä0ÒbY666vPºD„ÎNõº»Ýu>¬À‰kÿïÈw'ÔT[&Óø¼ w‡Íößÿ4²Ì¼Í›Po7ÙpÍEQ–eYŒÈ¿³,"îAoû)DƱ ø|2™LÁ»>·†Å\ J4ØD¾?°ï†ÅËÜnWð``÷¤N‡DÈQÔõü Ï'Ò• /(Ü ¥érvflDV¶ÙdùùO`º6%öxÜA׈Ëé’FçÃK‹$IQ •*ùª»nˆ0*ä QW÷Í;]Nq6/Æ\ׄ×îzc„ÇéRk4e%¥4Miuº€?`ŽŒ2šÍŽöµVÛT_Ïr¼V£aÖ`4W]DQjÅæ'%’¶A€¿dI‚$}~·%ÿ—.9½ÉÄp\‡Í®T*(™Ìëñ¸ÝnQ$IBIš8Îçó-æ‹…’$Ã3ÚäIS O®Yóá’¥ËLF³Ûålkka9VrhQ$eŒ0ÕÕÕíÚ½33#süø (¬^Ëãñ466 ‚€BçgHõò%I’‹…¢(„Û]¿„¾›¤Š^¸kÇ©mÛ NÙìVa¤%2ñÉ'o½é&€Bçü]2„'C9Ž ŸÏç÷ûåÊÖªµ†˜ù-UûÊUííí*•J©T)• Š¢°Å\­J4È`G+8Ž‹ŽŽ-:szô¨¼ÖþŠÊr‹É"„Õ›[­VQI’ úD=^Ïöï¾-)=|]I’ÁÉ^N§SQ­V«ÅbxB<ÏC›šY>0gÞ ¥R)“É@ 蜞HE—Ë…]¡˜!ö(¡Þ`hknÑêu&“QE&Àøü¾¨„x€Ébikn©Ôj-Iò<ïtºt&#Çq¡ëІà§ÐÖNƒ}ÎdYV¥Ö8;:ì6[¨ST¡T{r!ABj­–DwG; 0´Œ& ìÚH•e9„Ä‹YgˆdAØJ”a˜¤¤d$¢/7¬×GDd¤§'Ä'FŒL àõym6ûá#›|_þ˜ü„ø„¦¦f¥J©R*¥`ëëëâââ!„Ýäf°Ô½~ÓÐXo2™xžofêuÒîìöv’$xž‹ŽŒ ~9玻úÚ!IÒno ·­I>Qžç9–eý Ÿv¿c«ÞìwYƱÇñ±­µu°ãG»ÍFä7[¿vvùD“½^oþ˜üó÷$H¨Õª.%êÚ´y#MÑv›Í2àEǹ\îúÆšÔŒ$š¦%?Ë1€ë®µE„¼^/Âí34ÕîBQ*•q‰‰-M,Ë’ åòØ„Š (’„f]{îœÛéä"ɳI.—C0<#°r™¬´¤¤Ç„à >ª”ÊA¥E@(—ÉŒF“Aoè¶n©½£cØ“ƒÐ$É#¤R*!´Œö¸ÝÃ8^Ú¾”€IÓ •J£×©Uj…BNEQáP–aØ@ Â`˜=cNsKKYiÙþý|~ š¢rEtTtNfŽR¡øý’€ÒÕ¸ö3rÌ÷G¾ßw`Ï t Aj•:gD.I×Ï£uXí¥$¥¾õ΀—$™’”Ò¹;ÙàR%£iQ¡€PÅ“Ï7œý ù²NkP(J…B.“Q$)­ÐÀÎÌU©Dì¶M¦¬¬¬ÔÔ´Áå€"Í $ˆÁ¦k4™’ù4„PAÁ±?<÷ÜEÏ×jµ£sÇ@&ÓÀÓ¢húÎ;VmØðeç.ýÊå…óâF¹\@‚0GZ"LFžç¥1Viß1©QS•–™Éó¼äã'IRn–sÑiÂH M ‡×6V©ìKZ¡[Eƒ¢iЦer¹N¯£¢$ÿSp®‘´f1´ÛzIj´Z¹B¡bu  7RSS9ž…No–ôfaš¢d2™L&S(r¹\r`6WQ ƒÁ`°½fáX®¡¾þxÁÑÜ‘£óFçð¦ïB}^_AÁN›””âózN?6{î¼ä”4’ GÒqWS]µoτĔÔ4à°ÇIRÝ+áú½ecóF"L>À_®‹¢ÓGŒÍùMAV¢ ƒÁ`%zM+QŽ)..9:O­VQöKSu]þøñ‡ÌÈÈô¸ùâ3gæÌ™ŸšžvÆhšÎÈ!qèû±qq4M{œ*JÓí„V›3w´Áí.ûuQh"Ú쮃û÷ºœÎ«´j¡Ñj32³åeWiA®R\‡e¼’ uõ7‡k’k¦ÈÁ‚DFEc%z5!ЍÝÞ®¥¤H’&)‚ HZ¯ÑÙmvH‡Ã‘”š:ôì%%%oÛúÀóE{œ½Ôc ¶Ô‹¢xE4*€Få1›-C¹(—³j ‚Íf=QpT„ “§\¥¹6Jq–ñJ.ÔÕkpÜ®Mp­¹« €ŠQ¬D¯1*B $ A@"üݵH5Bˆ$É¡oKÑ´(Š"B—(Îî?‘à…‡–pEìk»êéÉår·ÛuõV-¹\ž•SQVzUäÚ(ÅuXÆ+¹PW¯ÁqsÀE¾â ’]QVŠ•èU êâ‡I®¬¼ôëo¶,]rcVæˆáŠóð‘CÇŽN?qò¤)áÅ@‡ˆéËM\ ïzÐ >Ÿïj/ȵQŠë°ŒWr¡®^ƒã怋|…Äívðd¬D¯0 Î+Q–eË«Ê9Žë]$Ñt\l\Vz¦L& #¹òò²Ý{vÝqûªÍ_m†fff K) Ž}üÑ'Þ~÷/a+QŠè”äWÂE¡® % !DWŒI¯óR\‡e¼’ uõ7\ä+¿ X‰^¥bkaiEù”)SoOLîçüÚºšC‡¾•“ÛŸºí­6”——íÞ»ë'wߣTª~r÷=®ù/Bh€b´ÿv2aüÄ·ßýË„ñÃnK ¼RôEBtÅ8h‡Z»®‰‚\3—ãz+ã•\¨«×à¸9à"_\\‰&$&9|(::úí·ßyâ‰_^ŠLÄÆÆ555†tCÅK—ú•$CQÐ/ hjnˆO°Ú[y¾÷Œ(ŠŠOhjn™3¨„‚2”¦e.—C¥ÒHb0tÏ褉“'Mœ<¤JIQDHìE‰ÖÔÔŒÈÎ~ýµ×yä‘^Ê¢øÚk¯=ýôÓÒG^?Ĉ׆Oô|Ã¥ÀeÄ…º† Ž›.òu¡Dƒ7ø7ÿò—K­¿újËeLýЍ!£óÇhµµ€®JI’¤Ñ`R*Tþ€¯ÝaDÑlŒä8~Pµ6T†657ìÜùݼy bcâ‡KŒ9zXš'¶¥ÉNSôüiÍG-_~ãšÖ<üÈý†Dá•W_}ê駤;vì@C[ùD“@¼V:…k£ âuÐG_“e¼’ uõ7\äk€®Ñ~á…?åËoZµêNÀŽ;çΛ?}ÆÌ o8S\ `&%5íO/¾8sÖ¬é3fž).¾ÿþ&Lœô£›oñûý^¯÷îÿdöì9sæÌ}êéßô•ʲe7zžÜ-õ ^¯·¯9”WécBˆQ@vÆÈ‘#ÆHÿggŒbŠ×žy')^›1*;cdH@Ô×j§ÐŸÊÊJCeèW_•˜˜üÕ×_557дì'wß³{﮲²RÔƒ¾âlllX³öÃO?û¸ºúÜÿgï¾£¢¸º€ß­ì"Q:DQDŠô.`AATP£XQÓÕØ½ç³·Äž`ï€]D‘*ÄŠŠT¤nŸùþ³Y·QDcÈýœœÝÙ×ß›ñ23;Km¡î½ñÇuêí£ÇwíÞ~ððþçϋ՗ù÷ŸGt‚ þ#$’ýû÷/_¶L(æææRÏž=ëæêææêæîîñàþýŸ~ú‰ÇãõêÕ{ÐÀA$A„„„PÉì?àèèèìì< |@yYI¼úz##£Ÿ~úièÐaîn²J©s¢rx<ÞÒ¥Ëüü||ýCzõÞ¹k7ùixúôih¿0¥)®’$»Úwss÷ôôòöôòèÙâí‘H$›·l•¾íÔ¹Ë{¨ªž^>Þ>~ž^+WýLþË©êcÿ°péÛù ~ÖÁæþýûï3ªr³ótJºü¶lýEU^ŪYç-Õ¶ßc÷úúù­Y»NiF>ŸïÐÝéS[*-~tRÕMé¼È½hÙ½¾Å\ïjñcãrž^Þ!½z§¦¦~œ†½ÿܵð9Ñyó~Ú½gOBB<”••-X¸ðÌéSzzz999ß|ýÍÕ«ÉP]]íêêúÓܹ6nŒ™˜˜hii1rÔèøøx.W³¦frò*|T_×¥KIr‰ek—5|øˆ‘£F2ZW4*;…å/¤o ô ¯®î6hmÞÉ©í¼¾­|óÚ¸iãÏä?yò8éJbÌØ ,»¤¤(þT|pP/»Î]LLLãâ"Â#LM-ÆŒ»û· ÃÆ¦ccʼrõr  ¾AìÞßzÛuîâÚÃmæu®=ÜàÞýü+ÉI#GŒ.*.LLº8fÔ¸F-J4%g2ÓÒÓŒŒ:X[>|ø¾}ûV¬XQRRòå—“;u² …"‘hñâÅ;vì¼pá<üõ(àéÓ§Ó¦O¿~=ËÔÔtñâÅÓ¦Ïøí·=$@MMmhhèâÅ‹“’./YºôôéÓÊ£pËÎwßý ££}öô©6mÚT¾ysøð‘Oä¶’ HUQ²„ø“ÇU&xÏ¿ì%’­[¶~=éKêíáƒÞ¿ ¥½8q숱±qeeeH¯>aýûuíÒåß}PÖG áÁýû¶¶¶b±8%%ÕÜÜŒúc©Ù£*7;ÿH§¹üä>R¿Îß¹H"‘4æ§àäŠ*xøpýºõ§OÅ›˜˜ˆD¢Jë¢6þ³ûþG8:©ê¦ì£^P[Z|¯oÙ—b{¹H>ܱIG¹¸øø)S§ee¦Óh´o¿P hñ#vKF¢²RRS_¿~=zôé‰Iê…††Fß>}ÀÙÉ©sçΖ–àâì\TT5$jᢅ?Í›çí墾üîŽÝ™xÙòeÆíÛ·ª(ô¯S¢Ò¯Þ¼”^×ÖÒ!$"¶Ž1! …B‹M£Ñÿ µÔô”AƒY,öóç…ÇOžèÓ«¯]ç.`×¹ IÇN4ØÔÔ¼oŸÐsçÏ}mómcʬªªâ ø\ŽfÌØ ÛvüJ¤ô>Ñüü»‰I¿œ8‰Åb3 énÓð¢¤ÓHïÝ»wßçŸNä°¡C{ö\²xÉÕä«þ~~¶;’Éb²XLuO­l^’ 3Ò3üýMŒMH‚=jt`Ïž$A’©©©ééáId;»Âg…JïLeÒå‡÷Þ½û×oܸ–‘¦¡¡A’¤ž®î—_L$I2.>aëÖ_htº©©ÉêŸW /ŸQ#£/_¹BÄÚ5«·mÛ‘›—kbb²cÛ¯t:]ͧ\.wÒ×ß”––ÖÖÖvwè¾jår6›-Ü<¼FŒ~üäIQaÑâE ]\œà𑣿nÛnh`àáá¤Ê¿L”n—ûËçÁƒ‚ _|qâØÑ¶mÛNŸ9ËÂÜüûï¾½z5eíúõB¡Ëá.[¶¤‹\IN^½f-ÐiôÖkiiE’’|=~<õÇiñ'Oüü¿Õ|`øˆ‘ššš;wl6|Dþ\P:VJ»Ö¤^E"®§«K’¤âèÕ××O6ýyñs Ñz¸8/\0»¦ª%J§Cý *®´ ìãÀ'NÆÍ˜>íÊ•d/OϬ¬,êžrjT›ÑÙÙqvvª©©™5säܺµpÑâ#‡ºyxEôº²òyñóY3g¸ºöP:bïÓ)¹å§¸0dó*]çJgÐÝÓ{è¨'Ožöïz!1±©m{YñRKK«mÛ¶$I2™Ì®]ºP äÖ¼©© ¬]·>)érm]ÝÚÕÿ£–ŠÒ&}œ¥¢êè¤ê`¢8¿Š)©*–.[þGvv}]ý²¥K¨”ÒÝYÚ j‹ª½þƒ®¥»íú Åbñ´§@^Þ™³gŸ9• Ý_¤‹dÈHߘ#R3æQi9rCÔ¤.Nýqú«W¯‚Bz7ØþÆì¿²CñðÑ£–»‰’$Ù£G}{cå¶khhP/ †çík:ƒ.‹:|öYÊÕ«W¯^={îÜÆM›ÏŸ;«¦üÆ'vèÖ­UÝBHÄb BöÉö]l»1è ¹?— oSwV›vjË­Î"Q€ª2Åb‘ô Oõõõ%¥%Õ5Õ §â{…ô±±±ÉÈLϹuÓÙÉŵ‡kOQÐᣇÃú…Õóxl¶P(hL™þqñ'‡F 37·üb¤­¿nŠ„]ìºäßËOºœøõ¤ïX,vqqaÂé„°þájʔŢ$áÝ]±¾¾>..îòåËëׯ€ÊÊÊK‰‰oÓȦ¤2*nQ–ŒÉdRé4A lçW|žèÝü»;w– )ÅÅÅK–.;s*¾}ûöëÖoX²tÙºµkH’¬©©qrtœ:eò¶í;FwâøQs3³I_söÜùþýBÕ|:xÐÀË—ééêÀü Ÿ8ùù°¡$IÖÕÕõì8íÇ©iéë7lüý·ÝÅÅÅkÖ®;{:ÁÐÐpþ‚…jΑ+¹Ë rÈ0ƒm:îÚ¹ÝÖ¶ã'NŸ9k`DDá³ÂË––•—¯Xµêкº:·ss§OŸy*!®¬¬læ¬9ì³îÐA$‰ÅâÚÚ:iÒÿOûqê¾ýöݨj¬»Öø^ E§ÓŠ‹ŸOúò ccc’$G/9ùª&—›’ZN$I–WT(vMUK”N‡šôõõQ,\± ïcï^½ÆÅŒÿqê”'OމÉÊÊ’»–×ÔÆÈÎΫW¯ ½ûu²µ%I2çVößMݰim—víXLæÕ”‘XÚ§¯š…%[¦MÇ ^ûî1|„…¹Õד¾Ý°iýÓ§OïÝÏÿá»Él6»¨øÙƒBû„vøÌº‘‹•É .E¾“8.>ÞÛÛëø±cÔÛßcc÷8°rÅòYsæ<(x`kk+ÄIMMŠ„Ò¥Béåã=cÖ¬ç%ÏMMMÿý÷€*\…¿j¡bU¥ßmb2@(¾ˆKH’Ûx-+ËÝÝM___(Œˆø|D´P( …¾¾>B¡°‹µu;##¡PhßµkaaaƒŸ>|$1ñ“Å|õòƒÁ  äp8ݺ …ÂϬ¬ŠŸ …ÂkYY^žÚÚÚB¡0bÀ€ì›9rmûûÊ‹²í÷ïmÿ×…*Á¨ÈäääÅK–?zX"‘¤¥¦UV¾™ôÕ×TšÚº:¡P˜–žîæêjnfFea0"‘$ß– ‰H‚ …‰D®^ªÁJÇJ±kïÅï{vµoß¾ªªjÌØ''Go//ÅÑëÔÉvåÏ?/YºÌµG??_¡P¨´kªZ¢t:ÔÌ`Z*©X¸bßG&“iooöì¹GwëfO’¤H$¢R6¯1²³£­­íæÚãÌÙs~¾>)©isçÌ …L&ÓÝÝM(š›™±Ù삇ïÞ¹Û²’]~ §N). Ùe£¸ÎUÍ ‹Å¢ZÞì¶íܱíþƒ7oæ>rôÀC‡îW\ó@CCÃßÏO(:twX³nš&}œ¥¢ôè¤jõ*ίu‡JS2ŒÞ}z …B{û®Ò”²µË¾Pº×+––Z9ªv[ccc##£ÌÌkÎÎNgΞ;väìþ"]$?"5c•–£8DéòðèQ4­m[ÃukV7¦ýÜe‹jñ¹kùs¢cÆŒööñm×ÎèÌéÓ;wlŸûá»ÉÛvüúÃw“Ùl¢¢§±{÷ö íg×Ù®ñ·›PO¶—;C¹ÿÀþ‘ÑÑÒáá3gÎÚ´aýÖ-›£GŽ"‚Édì߻ׯÆfܸq®nîíÚµK¼pžj­•…ÅÏ«VöëŸYYíØ¾MþD©âIS™ÆÈÐv;Ý¿wŸÏçK/È Ý’$I’l‹ÚH§ÓÙlék‘H¤þÓü‘pêô}±gÿƒOž>¥ d1™T2 âíI1Æ_åNT4ã"ðùü¢" 7oªŒ ’ìîà°iãúw³üu;É_dÈ, eK–M&­Mq¬»ÖÔ^èè踻»¥§g°X,ÅÑ377?qìØµk×’._Ùµ{Ïþ}±*º¦¤%dg+53¨´pÅ64©ÂæϜ52z„tôdÏñ4µ1r³3üóaë7nzùòe¯`‡#H‚ ‚º¯F,I~ˆNÉœNS²0d—â:WÕ/ކÆû·­“­m'[ÛÁƒzùø=}öLqÍScN½ ÓhÔRQÕ¤³T”T­^ÅùUuØ‘?P(,žwgJÉ^ÿAWõVédÀ€ð„Ó§ëêëlm;R·[(.’Æ‘š·—)-Ô~ÁCéGÔßÛÒ»l#÷ßw‡¢…箑þî|Qá3SSSXºdÉëYT سgÏää+™éY×2,˜O]šòø•ÅÇÇçè‘#ÔëÉ?ü0sÆŒ^!!i©)W¯&§\½:zÔ(¹*¤Ï¥^(M,[»TBB|kúº 2?²ôîwçu´tI‰XËÔQ±}(Á¯lßµ¯¨êiC+-S’$”~aê–Håÿ9;¹ÄŒïìä¢& õŸú2»téÚ§Oß]{v>a³5¦üð#›­QXødמÝ}úôíÒ¥kƒeÊG¢4ùöKoÿ;•0lØ0é[]=½Ò’ç:ºº}ûöͺ–yãzVfF†µ °bÅò[97/^8O¼¬(§Ò6,çfvÎÍì“'O´52"48œçÅEÔ§íÚ·¿ýç-¹©ÿ¿;okkëìâ¼pÑ’ÚÚZ’$«ªªvíÞãââ|ýúõ²²2’$?ááî.Œ¿çåÝÉUÿiuuµ±q{ ‚ /]’ýL®g§?þÈæóù$I&_½ªìk—*¿©tãò«‚ƒ‚V._6cÖ,çîîöGvv^Þꛕùù÷H’tws½~ã'Ož$)êëëuttx¼úªª*’$ÓÓ3¨vÒéô·§Heܘ±RÑ õ½¨««Ëξiff¦tôÊÊʘLFppЬ™ÓóïÝ‹ÅJ»¦´%šŽwgPiáŠmhBôðp3nðàA²Uÿ¾‰‘›GGÇÚšÚÝ»÷ õö‹´qêô’$³oމŖ––-ß)ª†šuÞà 6¯mEEE·þü“zïèë+®y¥K¥Q‹êƒ-¥G'U«Wq~U¦”HΞ9K’dNÎ-¡Phii)žÊ¾Pº×Е£æÒ·Oïää«ÇŽŸ®jiÚ©‰ó¨´¹!jf—j#÷_Ù¢Z|î>à}¢èƒ] I’öÎ9Qêê¼~[:Ib£Ž¾FÝÛ“ÀÐl×¾KÛ°³ž™=¨þKý‚ȹuóÖŸ·œœ\štb™ö]í ‰dûŽ'L477/..Þ±sÇ€ðö]í›z ‹A{{_Ì'€ÅPò…°5ÿûyÃÆMƒ"‡Ir¹Ü!C¢LMLfΘ>nüD073[¾l‰ª?UÕŸ”~êíåuâÄÉI_}­Ù¦‰±±’,šLMM'N?aâ—&¦&º::M=':løú_7"ÇÇÈ̼Vð°`ÞO{ FpPЊ•«.˜ÿ¿ŸW.X¸H(Ô3°sçNFFF‹-˜oÕŠeÒ¯É*='ªt¯oñ•#wàb1YJ ZZZ.ÎNié+—/Suømü©ó¨êÈ&7DïsAUû¹ÿÊÕâs×H4kk븸¸¿nݸå—ׯ^b8ø¨©®>tp¿——N§ÑéÔéôÌY?|7õiñ#@`jlþho˜MÀ·$ÿ5Ò@£“¤„ €²]söŽb¦JKMIùqƬ—ååGšðåWj¾'ô[ìžÉßO]¿qíØÑ <_)vÏîð¸\Mõeþyûϸø¸ˆâF tìîØ`™ºzúrÛ‰Ÿ8.Z(~ Sóû¾£Þ.­`ݾ•ÓÝÉ{}TcúŒ™aýû€@ ì’‘–Òê'îß»¨Þ§å-;¿8;ŸZ—?…ù½}+'4l€šÏ‹‹vlß1ω~Z—çÿþcÀ¨­ÑÙ×]{¸1L0é1ªäæáÏü¿“Ô”ˆëË“$A’eЩòñUº±¯ÒÛåîé”ãèà¸~ãZGǦ=3Lu™Ý»9HĢؽ¿1²{7‡æ=ŠŒÉxgþYLþÚ'ö¢õ÷±¤¤ä›o¿755íÛ§·ÒS>­{âþƒ¿öÙâó‹³óIuù_4¿€Wç?±@”$I’öWDjeföðÁ½ôŒ4é#“º ^ðÎ.¶rÚÆØhÔ=û’š¢?Šn$]–( ÝHPwuÞ±»#uÚ²IëU}™NŽÎV–Ÿéëë7{`ÑýðÑ…¿;½øôÑÄÄäÄñ£²µ³Y¬´”dŒD[ëRiñùÅÙù¤ºü/š_ŒD?ÉPô¯w ó3ËÏ>³üL&¯ôʃÔ]D]É_q'®cEØO§qŒIUçD[|-6T¦žžÞûTÊdíÓÙCðœ(öûˆ‘(¶ûˆ]ÆH´Õ£Óé$­ÁhÒ“0é)»xwáÒ ú_ƧÑhµµµô÷þ0B"ù eÊ/J:íÚCè4ŒD±ØGŒD±åØGì2F¢­; ¥Gã=¿4.–H Û¶%‚F]]Ýò²íMÞ³yååezzztíC”‰ì£1ŶáRÁ° #QôN‹íààx-3³k×.‡úƒ¦b0™±$/÷vÏà¡PHg0ºtíšu횇§W[£vôfh$òeEùõ¬,‡î,6ûC”©4@Àÿtf'ÿN^ëXf­£#­f:þk}ü”;õïpܰ˟²s§¤¯étº¶Žn§ÎÛµÃHôS¤¡¡Ñ©s-míké¯^½"šõ•s:nhضgpˆMǺº:ƒieeEHˆœœìêªêf—©§§çн›±±±‡K£ÑZ¼L¥i´utkª«>…©‰ƒë!„züúú§Oçݾíн»á»Á(F¢Ÿ ‚XYu°µíD£ÓߣB(ÖÕÕ½]ÛÚÆÆÌÜL"Í=ÛO§ÑXl6†~ 2?eŸH@ŒBý«´5êÒ­Ûƒû÷½ŒDOÇŸÄñBMXÄ „B¨uÓÐÐÐÖÑ©V8¿£üœècŽú¬ùé8!„P«Gý€¤â}}Ê#Ñ–ýÞJ½Ä‘™Ìã|0Á™@!„Bê"Q¢E#Ñ®°¬…W×’¥Àfq„B!¤.mÁ@Tn›´)µõ>_s&X§þvtÇAG!„Bð®Îw¤ï´ršÀ`éæôuiæ®Äzt„B!tU‘h‹à%íh7 LÂy•' Ͷ%³8dIc2Úšj-íÐ͈zËfÒgí29¢Sƒ}º´ý~€íWýl¬Œ4'ô±n0=‹Aó²3l^ïdóh³¿`K¢&Â=!„ú/ûP÷‰jÓŽô=f´Kœ~ Å/èd%&´v™7—@¯ÉØè &»‰§ä5ÏHOƒjI€ƒQu½¨¢J ¾al&ÝßÁhÕ±|‘˜ÐÔ`K+”MO§Ñ³›r;šj¥Ý­hFeóV׋ö]yJ`h…B!ôž‘èûœ¬bCU7Æ: vZ; £«Yœv"Þ56Ç”Þ1ú¬¿n{'³ÇGÌ/øæS… «"åf¼îak@’¤^vgsígeu¯k…ºš¬¯ûÛ.?rtÚ÷:ïO~Zþ†Ú𬠽mhãB:€±>çhZÑËjÁ@OsMƒÉ ùç“7AÝÛ“l&íPJ¡DBñ³HÈ/úÚd濼ýô U»‰Vß&,]ƒÅ8}ýùÂ*ಞæÆ&–û´êö“7²y­µž¿æ•¿áëh²y™ëk³Y ú™%w «` §9Wƒ!!H#]ç¯xq™Å¸ò>±Xl`ØæÏŸ7íÇÀÜÂR T”—5µ¨µëÖÀÔ)SàyII—.]===/^8/ûú}É`0*_¿’«!„ÂHô}#Ñ Æ`}ýö¦vCit6¿:ITÏbs­Ät6ˆÙAXø¶10çæŸi÷zÐU"¶ž4S,ÄÌ€{ñf©¯½Ù·‡ÉÅìR‡vyÏÞTÖ @›Ë¬®ùukw¿¸º¬’Ge©®fݩ׆}æÆs˜2Ðîù«z’$M ¹¥¯y'2ž2´YCìלÈç % :F±„|ò¢îöÓÊ;ÏÞyÎêóWõ[N= L ¸Cü,󞽡Œ épóQåÁ«O  ‡YÇËæõµ7ºþà1½¬Ïg—æUéj|Ý¿ÓâgoHSCîÃÒš Ù¥t:ma´Cµb gO? 7}1q¢ŽŽN³KX»öïQG[{ÊäÉ–V–¢©²!„Bÿ5ªîmþ©’m¥•̧¹çj_æ2¹]è,K‘ BPÿLÀ{Nc´§³¬ªËÒŸÞ:ú¢’™*Ù^G˜)–ÀfÒµ5Yo/«Nôu4YwžU™p‹_òHž”ÕZµÑmÃv³5LÌ)•ÍhjÀ}þªž$A§iqY•5Bh¯Ç9÷G)I‚DáiÞÕB—$A$&IÌ ¹Ï_òäà`¥÷E¨í¤~¶Cü¬„"‚$¡“™ŽXBf濤ÔòIJy .çE%ÏÎ\÷UðnaIBù›I=ÆÚéq’o—“$0h4’±„|ŸnMÿ}\.·¶¶vãÆM²E"‘ŸŸ¿‰©™¾a×®ö›6m€»wóutõGFÀƒttõ ŽG'çêêêêêj]=G'çêššuë×>|D®"UÙ«ªª†}þ¹±‰©aÛnÝOœTù£er@©S^ÞÞ†m:ÚvZ´h1AÏKJttõüGÝ®½ñ Á‘iiénîígÍž‡0„BÿjÊω E’f—ø >;/Üm.¸l_»S÷ñ/]ú´Ñ3òž²Û8¿)¿]t÷Ô¡þÁ·Å’ PR‘E[nék_(.~Y?ÐÛbË©ûÚ\¦@HTÖàaIy[®³µþ™ëÏkêE²M ¸‰9¥B‘ÄX¯MékžP$i§ËyU#xS+ ¬<’gg¡ëi×ÖÃÎð×3l&]‹Ë”žU¥ôèhàð™Þ¶³‘$ÄÙX· [(’˜p•ÖÊ‹lÞvºœÊZa=_ÜNW£øe•¬­®Æë!O ¦>­®¼•ßgx[vË©¯¯×«W¯-[·~õÕ$éFeoß• ˆU?ÿoîO?ö dÐ@§Ëÿ=ö󪕣nj€-[6kki5ðÇœBöcÇŸ;w~ÖÌ™^^ž÷ïßçhpTå•«èÏ?ÿ=zŒ¯ÏáC‹/]Z³v­¡¡á ÁƒàÖ­[ÞÞ^n®®IIIYYYS¦LÞ³{ÏÖ­¿Œ=¦K;\G!„ZU$úþ_j.÷,÷lǸ˜7ËÖ}¨XðšÆ(/¼}äJýÏå7ªUyÍ 5‹_Ö“$ùǃ—Ï_Ö–×9Ù迬£Zõ¨´&ÔµsÉk^vÁ+Ù\ :ÍP[£¬’G’`Ö–K¥7kË}þ²žÊh¤«ñ²Jû¤R$’ôs7#IRO‹ý¦V$×YcîãÒ¾P¬Åeúwkwæús’$kyb‡ÏôhIêh²ªëE²y¥ÕUÖ :èI²˜ô(ˤ[¥TŠ+Þ6ÞÌ[TQßÿÐfΘqðà!êLŠ@ (xXð믿¾©ª …p÷·îT*—½OŸ>, ¢"#àyI‰šº³[ZXÀƒ œœœ<==Tå•«hÅÊ•A¤¥§§gdP ’¯^¥"Q[[Û•+V:t(5-màÀˆéÓ¦=/~¾{Ïž¢¢BŒDBa$ª\™ØµRlUUšÁÕ3|õüÒkq‡2±«š”bÞVóiY-I’…åu…åu²±)”Uò4XŒ£)Oå#H}nÙAT KkH’4kûwÆ^Î&Ö&Ú" ÁJ\yB’äË*^_4{X·Ô¼²Ô¼rªœ¬{ãzw46àÖòÄQTQG’dÖ½ [3í#»ó…’{EU'Ò eóêkkPµÜxðÒÎBw^tw¡H’~§"3¿dÛ`fÈ}TZƒ‘èû(-)¹—çMe% Šª| ™›;vÇŽAP‘â®]»cc÷FG˜:eʆcc÷ŠÅ:‰^¿~-_68Mª²÷êÕëÔ©„+—¯ÜÍÏŸ7~òÕ«'OWÈJ+¢šúõ×_ŒImÑÔäR/ €Éb€Q[#ivÅð=yì.„BN×ÑÕµëbobjú©D¢Ç×öŪFf¯^¼ÎãÏnLÉ{“Ém9u­Hú:ÈÑøêí%¯êåÒUÔ­>v‡z}(ù õ">£Pš`ßåÇrYDbrC\¾|ô\É[y8Wn£@$Ùu¾ Á¼"1¹ûBÜFÙ6ü«a¨Ùaèíœl'®¦&äëW¯ •¦œ>íǽ{c…B¡††EBÐÕÕå ÉÉW©4&&&L&3'''áÔ©íÛ¶Ëf×ÖÖ.--ýý÷X[[[«Ï¬”V¡*{ZZú­œ[¾¾>ŽNŽIII/_¾TÓ#ÙŠBûö]¹rÕ‰'\\\¸nbbb—.vaááM¢€žÁ¸NB}||à¬LÐŒMM>•H´Xì]ÉoÏ-¸SÅ7.{7xBTöúÜ }m_U vž/ÀÓŠÿM÷òïvstn£©©©¥Åd2¯Œÿ½ZÚ·ÿâ‹/6lØH½7vì¥K—¶oß‘r5¥[7ûÂÂB*0]¸`ÁÊU«¦L™:xðà”ÔTiöÉ“X¼xÉwßß§OŸõë×)­BUv:~ðÐÁÇŸH$’Î:-[¶TMd+:zäplìï«V®úòËI,ËÞÞ~pä঑ªÐ!„úÐô Ü<=ÿÌ¹ÕøH”fmm·ã×­·üòúÕK8òZ]·l–>ýa_­ñçkwUq’,Ï6yaƒä6ž;=&¦¦ºJ1}ü‰cþ=ƒµ´´¨Û+B!ôé ÑiL&ëØ¡ƒ£?­®®JNº6žíؾ=,bªßXjÉf½’t¼T·î•ÃPô¾‚’d2™8!„Ч†$H&“©ø5>øÕyÊ ‘óû\—GHvqª¹(B¡‘‰"„B!Ô¨HtûdôÄƒ€BýgÑqB!„F¢!„B#Q„B!„0E!„B‰"„B!„‘(B!„ÂH!„B!ŒDB!„пþ~7B­–€ÏêÓÐh4m]ÀŸUC!„‘(B¨%#Q¡ ûÆÌÌtU  †‡‡WøÀÁ5ÕU8\!„0Eµ¤¬¬Ì‹–q¸\¹í•••ñññŸ¶tñüðƒ•æ561Õ×Óc²Xt:ÝÛÛkîܹæff`Ô®}EyYãÛÐÔôr ‚X»nÝ´|ÿÑhvKÞ¿4¹^´lKš×†”!„šïE¨5#B1 -,, Ÿ;wîÍœ‰D¢&û¥¤K¹·ÿ̺–immÝ»wŸÚÚZ8îìÇiBa$Š‚êêêáÇ?}útîܹÞÞÞÉÂáp¦O›faa~üø èÚêêêFDGûúúùùùO›6ø|¾©™ù´é3bbƇôÊ̼&WΈèhÿ€@g—ã'Lð¿Õ«š7úôÆþ²é©Š.ZÄçóûõï?dè0HLLôôôòꜛ—GÕkna¹xñooO/¯Ü¼¼˜ñœ]z„‡àñxŠRí\¸pQôÈ‘>>¾YYY²iû¥´RYJ?½pá‚····¯¯ßÇåzAµ>ìêæîîá982ª¢¢¢Áæ)–ÜøBÉ»wóí»9”——À¤¯¾Z±r¥\Jƒ®tŽÛSVVfßÍ*óÁƒr³úÀ«óµ~uuumÚ´¡^Ï›7ïéÓ§³gÏþú믛TH=òïåKß^LLÔÔl“––J•Om¬­­íÛ§wHHHAAAÄÀA¹·ÿd0Ò,[6oÖ××€)S¦8xpÜØ±cÇŒñó÷Ÿ?o›ÍÞµ{÷ø˜Åz.X°s箳gÎÀ‹/~š7ïÂùózzz7oÞœôå¤ôô4*¼vss›?Þºõë#"&_¹lii9|Ĉ“'ãFŒ®Xfmmmß¾}z.¸råÊòå+âããÔôKU¥¥Ÿ–””~ýÍ·çϵµµ …b±X¶RÏž=›9kvFzº©©ÉÒ¥ËfΚ½{×NõÍS,¹ñ…48’]»v™2eò¤¯¾þù°'OžlÙ¼™$IÅf«ð  žJ‡KM§B‰"„Z­½{÷nÙ²åèÑ£©©©Ç÷ööþæ›oÞ³X'GÇyóæÏž3ÇÇÛ§W¯j#‹Å [[[‡óèÑ£N:I³ìÛ·?>!Åb–—W°5Ø`ddäãã›pêT¯¤¤Ëk×4p!8%%åõëÊÑÑoÊ¿"`‡Úœíì:[ZZ€‹‹KaQ¡Òr¸\®§§'ØÙu),*Rß/U•ªiRjjŠŸ¯¯­­-°Ùl6›-‹›‘™™éïçgjj£G i°yŠ%7£5š0~|bbâô3ÓRS †Òf«pU%«oB#Q„P«U\\uôèÑE‹±ÙìU«VÑh´¦’=bøéÛ:df¤_IN>söÌú .%^‚ ‚ Óé ‰d³§§g:tèÒ¥D.—»mÛ¶‚‚‡Ôö/&NX¼xIEyÅ€ðpMMMõm IÒÕµÇÁä¶³ÙlêƒÁÐÐàH_‹EÊ)‹E½ ÓiAÈ~¤Ø/U•ªoÒûPÓ¼–*DU³y<Þ“'O¹ÎëÊJsssU…«pU%+¶‡N§“=>LøîjAýwà}¢µr£FZ±bÅóçÏûö훟Ÿ?lØ0kkë&•ÀçóW¯YSTXù÷·ìKJJY,Ö€ððU+WææÞ¦NžI$’#GŽ@fæ5±Hdcc#M_UUefnÎårI’LH8%ÝîááQ]]½~Ãúe—æ€ÉdJãZÿ€ôôŒœœ*ê½›ÛâÃ¥Ø/õ•*ýÔÏÏ?5-­  A}}½l/¤¼½½SRSKJJ 6v¯¿¿ƒÍS,¹ñ…4f$gÌœ¶}Çö &òx<¥ÍV¯ñs¤¯¯___ÿæÍ¸œtwU„þ›ðœ(Bÿ‰`fÏžM£Ñ¾üòËÆg a²X4ÍÇÇûbâE---éGyy¹ó,`Ð$I®ZµŠÉdŠÅb¼;y~þ<o×®]²7‰Å¥enñÎɶèèÇOœ´·ïªªãÆu÷ðl×ÎèÂùó¿íÙýÝwß „B‚ ú÷ï×ÝÁ¡eÇJ±_&&Æj*Uú©©©É–Í›FM$“ÁØ»7ÖÆÆF¶T^KKËU+W„…‡€••Õöm¿6Ø<¥%7¾õ#Ÿp÷nþºók™LfxXØŒ™37mܨØlõÔ—\d<þ¼°°pSÜOúo¢Y[[ÇÅÅíøuëÆ-¿¼~õNÇŸ3‡}±»w„E ’ÛxîtBô˜¥ÏZ?yìH@Ï`CCºÆ¨®®Ú¼qýŠŸ×Ro÷îÝwüøqÙ4³gL]ñóÚy²=ŸÏïhÛ©XÅ­™jŒ;.4´ï°aÃpÊBèߎ«©y ö·AQC•þ«”œt)4l¼O!„Ba$ŠB!„0E!„B#Q„B!„‘(B!„B‰"„B!ŒDB!„j|ž(B­–€Ïxj=FÓÖÑ’ÄáB!„‘(B¨å"Q¡ ûÆÌÌtU  †‡‡WøÀÁø|„B‰"„ZXVVæ‚EË8\®ÒOù<ÞÒÅóUý¨±‰©¾ž“Å¢ÓéÞÞ^sçÎ573£ví+ÊË߆¦¦—ËHÄÚuë¦ýøãûF#[ÒìKɵùý |ÿ6| ,!ôžð>Q„Z3‚ T…¡Àár%‰šì—’.åÞþ3ëZ¦µµuïÞ}jkkàü¹³§ñTEA¬^½¦ ü8Ã.ÛæV¯š6| ,!„‘(BèÃâp8Ó§M³°0?~üô íuuu#¢£}}ýüüü§M›|>ßÔÌ|Úô11ãƒCzef^“+gDt´@ ³Kñ& øßêÕ?Í›G}zãÆ ÿ€@ÙôTE -âóùýú÷2t$&&úzzyõ ÎÍË£ê5·°\¼x‰··§—Wn^^Ìø Î.=ÂÃðx<Å©v.\¸(zäH߬¬,U?|ø°«›»»‡çàÈ¨ŠŠ jã… ¼½}¼½}|}ý>|¨´_rm¦êUZ`ƒQ¬®‘…48nwïæÛws(//€I_}µbåJ¹,”‡WéŒ(¶§¬¬Ì¾›Uæƒäæ!„‘(B©Ó£Gü{ùÒ·55Û¤¥¥¦¦¦,Z´ÚX[[Û·OïÝ»wýúËÖñ&ÈpݲysÊÕ䜛Ù:ÚÚ€±cÆ;vL(À®Ý»ÇÇÄ(Ö»pÁ‡söÌ™£G¿xñâ§yóâã®ef®Yý¿I_N¢ÒTWW»¹¹ed¤6,"bàÂósnfkik<§´/µµµ}ûöÙ¿oßÒ¥K–/_¡4ͳgÏfΚ=ëš‹³óÌY³ ¤¤ôëo¾ýý÷ß22Ò/_N255UÚ/Ù6«/P}c«k|! Ž[×®]¦L™<髯=úäɓӧ+m¶úáU5#a„¼O!Ô>Þ/jiiI?ÊËË¿`ƒÎ IrÕªUL&S,ëèèäÝÉóóàñx»víb0ÒôÁÁA±{cGFiki™[¼sú-:zÄñ'íí»ªjƸqcÝ=<Ûµ3ºpþüo{v÷Ý÷¡ ˆþýûuwpø@}·´´\µrEXx8XYYmßö+˜ššlÙ¼iÔèÑA2Œ½{cUõK¶Íj TO±:›Æ¢~ÜâîÞÍ_w~-“É  ›1s榛­ž‰‰q#g„ÉdΟ?/,,ÜÆÆÆÄÔw.„…fmm·ã×­·üòúÕK8rtÌDôÄîÞ1Hnã¹Ó Ñcb”>kýä±#=ƒ q裺ºjóÆõ+~^«&ÍìSWü¼¶EžlÏçó;Úv*Vqk¦cÇŽ í;lØ0œ2„ú·ãjjˆýmPÔP¥ÿ*%'] Ï‹‹vlß1¯Î#ÔšÑét¹'ɪ¯¯—=mùñº¹{ÔÔÖFFFâd!„Ð^G¨5óôô^¶x¾ªÇ×3 //Ÿ–ª‹Ãá4õ„¨¥¥åëY8M!„‘(B¨µÑÑÕ 8XÕyJ +„B‰"„ZI¶È  !„Ђ÷‰"„B!ŒDB!„F¢!„B}hxŸ(B­I’B¡@$½ç¯Y"„B²èt:‹Åf³5h4ŒDB*ÂÐz^Ý£‚G×®e”—•©zŠB!Ô$ £]ûv^^>ŽNÎ-r¦#Q„Z!¡Pø¨àÑåK‰}BCMLÍét¼!„P H$E…O“’.iëèvêÜùýŸˆ‘(B­1 ³®eô íçæé…£B¨YZYµ5jwöô)ûnï‰â™„Z!’ ÊÊÊŒMÍp(Bµ8›Ž_¼(m‘ n‰"Ô:I$¼(BèC`2Y-õ ü‡ !„Bý30E­ÇŸ3w®CwGûnnî[¶lm|^‚ V¯YÓ¤êTe1j×^U>ŸonaÙÈòÕ”Ó¶¶¶}úô‘¾ýé§ŸÌÌÌîÝ»§>×Áƒ{öìqýúõaÆ5f6nÜØ¼ÊåíС®a„ÂH¡«q1ã^½z•™‘~'/÷ÂùsB‘°iaåê¦G¢MÌòñÝ¿Äbqrr²……Eƒé÷ìÙ³cÇŽøøø.]º,Z´HîS±X¬8›6mjv$*›÷äÉ“¸†B#Q„þ•òîÜIOÏØ°~½––L™<>ìêæîîá982ª¢¢ø|¾©™ùÂ…‹¢GŽôññÍÊÊ€…‹ñùü~ýû: ý=½¼zçæåÀÝ»ùöÝÊËË`ÒW_­X¹R.‹¢ÑÑþÎ.=ÆO˜(ù²áì9s{¹¹{df^£¶(V§T]]H$jü˜DEE?~’’’|||Øl6lܸqÉ’%T‚›7o†††JÓ/X°àÑ£G“'OŽŠŠŠŒŒ\°`;;»… Ž=:..nüøñ½{÷îÓ§Ïܹs`ÅŠ|>?**jôèѲU?>44Ô××÷Ûo¿ ßþI””Ò»wïÇËå4h•ìøñã={ö9räË—/©6tîÜyÅŠ&LèÕ«×ü !„0Eè’{;·[7{‡#»ñÙ³g3gÍNˆ¿žuÍÅÙyæ¬ÙÔöÚÚÚ¾}ûìß·oéÒ%Ë—¯€… p8œ³gÎ=røÅ‹?Í›—w-3sÍêÿMúrtíÚeʔɓ¾úúèÑ£Ož<™1}ºl¥MÚ²ysÊÕ䜛Ù:ÚÚ¤6VWW;9:&_¹¼e󦘘‰D¢´:¥† zâĉÆIhhèùóç ‚8vìØ!CÞÆÇ#FÄÅÅQmllì¨Q£¤é-ZdfföË/¿;vléÒ¥Òí555±±±GSSóâÅ‹.\˜3gÌž=›Ãá;v,66V¶ê5kÖœ;w.--MKKëÈ‘#ðâÅ‹©S§nÛ¶íÒ¥KgΜ166Vš·°°pÁ‚‡¾råJ÷îÝ©h˜š²;wΛ7oõêÕ¸àBè_ Ÿ'ŠþC233ýýüLMM`ôèQAÁ!Ôv.—ëéé vv] ‹Šär¥¤¤¼~]9":úm TWG½˜0~|bbâô3ÓRS †â¥j9ûöíOH`±˜åål öÛ=ÉŒŠŠwww çÑ£G·nÝRZ¢•+W·oÂÍ£šššNNNçÎ{ôè‘««+µ±mÛ¶^^^gÏžíÙ³çÕ«W—/_Þ`9,+ –.]ºpáBOOÏ   5Y>|æÌ‹UQQ¡¡¡ééé^^^666T,Ké^¿~ÝÛÛ󯯠.2777èܹsqq1®m„ÂH¡OˆCw‡ÜÜ<>Ÿ/wZTUhE½ ÓiŠ¿]F’¤«kƒÈmçñxOž<år8¯++ÍÍÍÕW‘žžqèСK—¹\î¶mÛ ªJ©ª:EÝš:,‘‘‘ß|óÍøñãe7Ž;våÊ•¡¡¡ššš Âáph4XYY%&&¦¦¦^¸paëÖ­ JÓ_»víØ±c \.w÷îÝ=j#óí±‹F£µÈÏÍ!„úGàÕyÔ:u³·÷òòúaòäÚÚZxóæÍúõ¼½½SRSKJJ 6v¯¿¿¿ú@‡ºfíïžž‘““AÜÎÍ¥Ò̘93<,lûŽí&Läñx²YUUU™™›s¹\’$NI·‹ÅâcÇŽ@VV–P °±±QU¢´´ô¦žôõõýæ›oFŒ!»ÑÕÕµ¦¦fëÖ­r7w6èÅ‹l6»_¿~‹/¾sçŽX,¦Aîìfuuµ©©)Õ÷³gÏR}||233©¨T(Ö××+Íëáá‘‘‘ñâÅ 8xð ®m„jMðœ(jµbÿmá¢Ež^Þ$I¶iÓ&fÜXKKËU+W„…‡€••Õöm¿ªÉ>nÜXwÏvíŒ.œ?ÿÛžÝß}÷½@($¢ÿ~ÝâîÞÍ_w~-“É  ›1sæ¦e³È•»7vpd”¶––¹Åß'Puttþ¼}{ó–­<oçÎ ÃÄÄX±:¥-\¾bù˜Ñ£óp%)ƒñÕW_)n:thBB‚]“Føîݻ˖-£Óé$I.^¼˜ %£££ŒŒ¤_~ 2¼:К……Err2ŽB¡žE¨ub0‰Ç!„P‹‹E #Q„r4:½}ûöÅ……8!„ZÜ£‡MZä!z‰"Ô ±YlO/ï¤Ë—îåßmð‘û!„P#‰Åâ{ùw>Ò»H$|ÿñ>Q„Z! G'g-m³gN•½x!‘HpLB½?ƒÑÞØxà È®ööõª#Q„þë‚èlg×Í¡;Ž—>Bµä¿/"‘°EÂPŒDjÍ„P Àq@!ôÉ“%!„B#Q„B!„‘(B!„B‰"„B!ŒDB!„ÂH!„Ba$ŠB!„F¢!„B#Q„B!„0E!„B‰"„B!„‘(B!„ÂH!„Bý1qj­|¾@(PŸ†F£iëèIâp!„ÂH!Ôr‘¨P}ãFffºª ÃÃÃ+|ààšê*.„B‰"„ZRVVæ‚EË8\®ÒOù<ÞÒÅóÃVú©±‰©¾ž“Å¢ÓéÞÞ^sçÎ573£ví+ÊË߆¦¦—ËHÄÚuë¦ýøãûFcZ"[ŸÏïhÛ©¸¨°ñU4»µTÛšQ#Bý«á}¢µfA¨ C€ÃåJ$5Ù/%]ʽýgÖµLkkëÞ½ûÔÖÖÀùsg?N㩊‚X½zM Øàˆ½Ou-ØZ„ÂH!„€ÃáLŸ6ÍÂÂüøñÐ7´ÔÕÕˆŽöõõóóóŸ6m:ðù|S3óiÓgÄČ镙yM®œÑÑþÎ.=ÆO˜(à«Wÿ4oõé7üeÓS-\´ˆÏç÷ëßÈÐa˜˜èèéåÕ3(87/ª×ÜÂrñâ%ÞÞ>ž^^¹yy1ã'8»ôÀãñ ¤Ú¹pá¢è‘#}||³²²dÓÈUË–-÷ññíîè$M©ØUÙ>ìêæîîá982ª¢¢‚J£t£¬Ùsæö rs÷Ž¡âÐñù|3s‹ÙsæHÛ‰B‰"„Z­=zäßË—¾½˜˜¨©Ù&--555eÑ¢…ÔÆÚÚÚ¾}zïÞ½ë×_¶ŽŸ0Aî„ë–Í›S®&çÜÌÖÑÖ>pð Œ3æØ±cB¡víÞ=>&F±Þ… p8œ³gÎ=røÅ‹?Í›—w-3sÍêÿMúr•¦ººÚÍÍ-##}ذa.˜Ÿs3[K[ëäÉ8¥}©­­íÛ·Ïþ}û–.]²|ù UÕQ%;::¦§§-\¸€J©ª ŠÙŸ={6sÖì„øøëY×\œgΚ J7ʪ®®vrtL¾ryËæM111Ô*ÔÔÔ„SíD¡)¼O!ÔNŽŽóæÍŸ=gŽ·O¯^!ÔF‹¶¶¶çÑ£G:u’fÙ·o|B‹Å,/¯`k°ÀÈÈÈÇÇ7áÔ©^!!II—×®iàºvJJÊëו#¢£ß”uuÔ ‡Úœíì:[ZZ€‹‹K¡Š.¹\®§§'ØÙu),*RS#‡Ãéß¿xzx.Y²TMeffúûù™ššÀèÑ£‚‚CTm|ç ÌdFEE€»»»Æ_c¨8tÀf³©ÑF!ŒDB­\vvöˆá#¤o;t虑~%9ùÌÙ3ë7l¸”x‚ ‚N§€H$’ÍžžžqèСK—¹\î¶mÛ RÛ¿˜8añâ%åÂÃ555Õ·$IW×ÛÎf¿ Î ††GúZ,+-‡ÅbQ/ètAjjd³Ù4  :•RU>UCÇáp¨¶!„п^G5€Ïç¯^³¦¨°(2òïoÙ—””²X¬áá«V®Ìͽ-‹@"‘9r23¯‰E"iúªª*3ss.—K’dBÂ)évêêêõÖÇ(»4L&S×úû¤§gäääPQïíÜÜ–ÿë\¦:¥Ô·A6»··wJjjII)ÄÆîõ÷÷WµQ–X,>vìdee UC‡B­žE©Âd±h4š÷ÅÄ‹ZZZÒòòrç/XÀ 3H’\µj“É‹Å:::ywòüüx<Þ®]» †4}ppPìÞØÁ‘QÚZZææ²µDG8~⤽}WUÍ7n¬»‡g»vFΟÿmÏîï¾û^ Ñ¿¿î-ÞkiuñqJn3511VßÙÖ®Z¹",<¬¬¬¶oû,--7ÊÒÑÑùóöíÍ[¶òx¼;w2 5C‡Bÿv4kk븸¸¿nݸå—ׯ^Àéø“£c&âР v÷ްˆArÏNˆ£ôYë' èl`hˆC×ÕÕU›7®_ñóZ5ifϘºâçµ-òdûf? sìØq¡¡}‡ Ãï€#„пWSó@ìoƒ¢†*ýW)9éRhØx^\´cûö°ˆAxu¡ÖŒN§Ë=ÉHV}}½ìi˯°°ÐÍÝ£¦¶622' !„þƒðê¼O!„Ba$ŠB!„0E!„B#Q„B!„‘(B!„B‰"„B!ŒDB!„j|ž(B­–€Ïxj=FÓÖÑ’ÄáB!„‘(B¨å"Q¡àyqñ㇪Ðéô6Ý<,ðø!„þxu¡ÖìÉ£‡½Cû÷0Pî¿ ^½Û›š†ô }òè¡ÒŒB¡ðü™SÒ·5Õ5W’.~²Ý¼pöŒª$Iâù³Í.§°ðiJòåkéi-Õž–íI’þú“£I]VÌÞŒ¶5£F„ÂH¡Ö$I‹%·±êÍ›ß÷ì¾xþ\IÉs‚ Ôd×ÖÑ•yGÓÒÖþd{únSåiië4¯œ¢§Ï<¼¼ƒû„j¶Ñjp¨¥¯=½½Õ·§IYÚ£‚l ftYiöfŒ|SkD!À«óý×øüû÷¾ySbeõYÞŸ·š”]"‘ü™“Í«çÑô ºvs€Šò²÷„Ngvë££>ýÍ?®óx|±X¤«§ßÝÑ‘NgH$’ˉ¬>ëPQVFÒÈîN=?,¨ªzÃåp]Ý=è †š*d)–Lmÿ3'»ìE©D,éÖÝQßÀ@}›¥îÞÉ­««ù3;[ÏÀ°“]Éó¢‡i4àp¸ŽNÎl ªÙæ––uµuæ––ÆÆ&TÆký Û¾­%?€FsêÑ£M-¥…$%^°²êPW_Ë««ëêÐ]_ß@¶Tiê“Ý¿w— ˆŒÔpîá wro>‰ÅŽÎ.TJ5]–Íîêî¡ØHPºQ–â «šhjÄ\Ý=pDa$ŠPë' Y,6õúâÅs••¯ƒ‚=½}šQTyy“Á éJ§ÑÅb1F«zSy?ÿ®`-íÊׯ³o\ó èIH$ªÒóù<G']=ž“}£¼¬ÜØÄÄb±±©™ƒ£ó£‚d]óöÐÓÓÏÊH{õò¥®žžš*d©*YO_¿k7‡ª7o®e¤…ôáÕ×5¦À®ö¯^¾ôôóãp4kªªîÞ¹óÿöî;¾Š*qø™™[Ó{ï´PB „TZEQ)ë ØVÝŸ¢ï ìè‚€mWl«¨+Š‹¸*ˆR¥HMDz$¡¤7RoŸöþ1x½›[IH y¾>»ãÜ™sΜ™Ü<™3%sÜ7Ï3§Nœ?W'áíãCÓ Ëš8–•Öurv©«©9yâxJÚXooAAhnn²YÏqá‘‘îîõõµç GIâÿ·1NÎ.&SƒƒÅE)»|9sÂ$žç8Ž—6yà èêªÊ ÅÅ£Ç$é´Ž6Ùru­FkÝHÖÆLËÓÀÖ,¼½Ý!õ˜Ñ`ÀÏ& ‰ôr¿ýv4çàÁ¹óïuw÷¸xñÂéS§ÂÃ#’’®C);óÝÝÝÏŸ={òø177w_?_†‘]¹Ro2±ùGó¼@ˆÈ™XµJ­Õjì-O)/-«®Î£iÊh4R„„†‡óz=Ã0Á!¡zNåääâêêãã«Ój\\]tz­ Šª°d³dŠ¢Â#¢Œ½J¥¢)ŠçXÇm¶$Š¢ ˆ½®¦ºÒÛÇ×ÝÓK«Ñø\(.RªÔœ¦•¦éÀ `½NkäÚæª††:oo_?V#]Ñp¥Þv! ãëç¯Ójär¥VÛªTªt:­uc/&Š¢(Š:­–çy†aBBÃô:Zí¤Õj”JUYéeÇ›l^½ª¢Ìº‘e¥Ö3 zÝŒU'S4msw˜{ ?›€$ Ð'´´4õåóæÝ·ë— ÃdO™FQ”ãUh†E‘ã8é?9Ž•12"''紌̖––ŠòÒ‹JÆ$§"zyy¥fŒÞœJÌåX/ßpåJeEYzÆx¥Z]\tNÓÚJÓ´e¤Š(Š¢iZxA(Š¢‰ƒ*þH~vJ–°,K  ¡(ª=¶MçÅsœ(^½²V&“B¤*Ìes•?.ÆEÛ…P”(Š<ÏS”( „¢m_ÁßÎÅþ§3i" "EÓŽwS{¶ÔæÌ6,;¹¹±ÁæîpÜcÐ×àŽ%€^nĈQYÙSZ[Z>ûôãÚÚšØØ8/oïk®Å0Œ§—÷…â"Š¢DQ,/»ìãë+bÐDQôôôÛÒܤvröòö«¯¯«¯¯ÕiµZ¦ºªR«i5—c½<Çrj'g•Z­×iË/_žúý ¬åh¯åN}}Taf¯dQK/_$„466ˆ¼àâêæíãÛž-yz{××ÕêõzBHyi©·ESm?ÕËË·¾¾NÓÚJžçy…t’=-ï?kÓ*Ç»Éru›¼fË­;™mߎ€>çDúD%„lߺ…¢¨Ñc’Ú¹Vl\|Á™Óç Ï ¢àéåÇq\kkó¹Â³!D$C†ÆÈdŒJ¥Œ™pìèQŽeE"úxxz™/@´^ÞÇϧ¼¢tÿÞ=4E©ÔjšºößÃ*•ÊAföJ–Éd …g8Ž•@S”B¡hO–Ôj§¡ÃbìÝ#‚ÚÉitbÒ5Ïê©Ôªá±ñ‡sò¾îž^ZÆ? àBq‘R¥®(+µžiÐëÌkQe4èU*MQ<ÇR4]^ZV]GÓ”Ñh¤ çõzš¦ƒ‚õ:­‘³1úosë¯\©7™Øü#‡y^ DäL¬Z¥Öj5Ö:ÌÃÓ‹¡iö#¯=4#sw󨫩Ñiµæ“ˆr…ÂÓÓ«¶¶ÆÇÛçJ]]ôà!×.‡¦½}|!®înÅç ÏŸ;ëééåíëë`•ÊŠŠÚšš¢Œ&#ES„†Æ+^^^NÎÎR„ËôoÖÜÔàéå¥T©!AÁ¡Grý¾-Œ‡§'!ÄÙÅUo±³IàúÜÐÑù6(Šâ9Nº`”"“ÉìÍlCJ{"!"!Í •eéã•juqÑ9Mk«”¥¤ÿå8Îzõ†+Wl®b]8EQ^^^©ã77Úæ¶¸¹¹Û«Îž€ ÀÓ§N†……[Î /):ÇMþþ ô'‰JNj§ÄäÔ†+õµµ5—.^LHcû€Æ†êÊŠ„Ä$šaÊJ/kµ]ð÷ý{ŸP¡Dü ܪpï<ô¼n÷ôö®¯«Õëõ„òÒRéĞ͙–DQ,½|QJT"/¸¸º±,§vrV©Õz¶üò%Aà)B™¶Y5ggë½}|ëëëêëkuZ­V£©®ªÔjlßáÞpåŠN£±W£M^Þ>‘‘A!¡–3=<NÊàƒ‘¢dphhÎÁýJ¥rÔè«§H½|}Ê+ÊŽå‘Éd*ÕÕö•*Õa1'OE‘¦¨áq#ÔNNÖëªÕêÑÑùGò!j'õ°˜Xü¼ ‰t¥=:ïããëŸqõNöÀ à°ð…REAºÔæÌ¬)S ! ÃLœ<ÅÅÕe‡1ŒŒ¢(½^OÓ̈‘ j''B("Š"‰xuIëÚ¥r¬Ò¦pBˆO@@†R©’Æå9Ž5ò¼TޥĤ'ggÖdjOÍœ0©ÍœäÔtótSSCp˜¢æe<<=GŒM¡i:cüDsÇúø´½§ÛFçÁšZ­NJMC?@ÀKÐóöïÝãääl9]ð³MÓí¿~ ýAhÿ{UDáf×m÷Î÷M»ºº¶45¡+ Ë55\qssï’󇞇Ñù.§+ÂÂ#‹ŠÎÉ o¯öÜÝpM‚(4]i((8?2eMH¢Ðtç“íû¥RáâêVpæTë±f Ó@— iÚÕÍ=~dBPp°®+ÞT‚$ =£ó7äÏVAð ð íªKy¤ß/,kê’Š$ 7ŒÎß &£Ñd4¢অ“%Ðópï<’(@ÏÀè<@ß„Ñyèyè›pNzFçDzFçú&ŒÎCÏÃè<@ß„s¢Ðó0:€$ Ð30:Ð7atzFçDzÞ;#ˆ¢h2Y–ÅKç  Ñ4-—+ %E!‰B¯€ÑùCuzmIQInî¡ÚšžçÑ'Ðy Ãøùû%%¥ÄÆÅwÉ™$Qèyïr&“©¤¨d÷Î_²²³ƒBhW„@ày¾¬ôÒ®];]ÝÜd2‘Dá–‡Ñù®O¢¬épî¡ÉÙSÆ$¡7  ……‡ûøúmùù§¡Ãb:ŸDq¦zF络(555AÁè èrýú÷¯®®ê’7œ…ž‡Ñùçy ÊÀ “É»êü¢‚ž‡'ÛôMH¢ÐónéÑy£Ñ=xpôàÁ‘Qý¼}|¥éåËW´su_?Bˆ o½ýv›™]Åd29räÈ‘111áááÒôÛo¿m4£££­—ŒŒìLuæÕ­'º «V­êÙ£MnP'HÅZÖeo·ö7î$Q¸ÅètZi\Þ=//ÏA?GGG/Y²dþüù;vì°·Àu5㚻޲Ò7Ú;È ûDEEûDèk>ûäJ}^§Óët扵_|&ŠbKs“õ¿5Ÿ}réB‰Ízüß?nŒ‹‹kin:uò„——WáÙ³-ÍMÏ<ýôÌ™3íÍlinR*•-ÍM WꜜÌEI3kkª !?|ÿ]KsSþÑ#!!! W,kLMMYýÉÇ6S^vyÑß//+³ìí}ûöMž<ÙüŸƒ!((hëÖ­¢(nÚ´iΜ9ÒüˆˆQúé§ Hs4e9çΛ2eŠ(ŠÏ=÷ÜÔ©S7oÞÜÜÜg¹ºÍ IMMMfffSS“(ŠÇŽ›0aÂÕƒaÍš{î¹ç‡~˜1cÇq6«ªª>|xqq±(Š&“I«ÕÖÔÔŒ=Z*¡¨¨HÚ@–eû÷ïï¸:³ÆÆFiâÙgŸýꫯÌ=“——'ŠâÞ½{Í=ã`ë†Y¶ÁÜ —/_:thUU•(Š+W®|ôÑG¯Y]{zÛ².{»Ub½[4iÇŽ¢(¾ÿþû111¥¥¥¢(Þÿýß~û­ã.•Öݽ{·(ŠÅÅÅ Ç9èç={ö8Þ×ÕŒkîzËJäpM‹þö¸Í_Ö,kZóÙ'ö~7­ýâ3)mž<þÛãþuûöí¸wz^/»w>'''=--((2þ¼qã'Ø›yMr¹|ܸq„¨Tª’’’š?]±bE€§®(U*•YYY„„„„•+WZ~³téÒ%K–Œ3FjƒÙÀ«««[[[=úôÓOÿúë¯2™l̘1í¬ôÀ>ø ù,41þüÝ»w¿ôÒKÛ·ogÆæbLJJêׯŸÔ9r¹\£Ñt¬:ËØ›7o–ËåuuuJ¥Rš©V«!ƒ *//¿æ*Ö ³9ò›———œœ@¹ûî»§OŸ~Íê:ÐÛ×µ[í5I©TNœ8‘;pàÀÐÐPBH\\\yyù5»T&“;–Ò¯_?¥RyñâÅþýûÛìg¹\.-ioGt¦ö0Wêà €nƒ$ 7Åè<žlo“ ‚ Hc²ˆÓÉò EQ„š¦Û¼´-<<ü—_~Ù¿ÿöíÛ?üðÃM›6Y~š˜˜¸iÓ&77·´´´7ß|S.—§¤¤´³RQããã?ÿüó6óõzýåË—U*USSSpp°½ÅÚ iZEiÚæµ ŽËÉÍÍýî»ï6mÚ¤V«?ÿüó’’s–’&(ŠjÓ3öVéÔ±ýê:ÐÛÞ­m ‘&†1çBš¦Y–½æ®EÑ|ÜJ‰Ü^§©T*©©öèd3l.`®´ý½7®…ž×ËžlŸœœ¼oÿþÊÊ*BÈ—_~•žžnof› b¤xžÿöÛÿBrrr9–•N¹Yœò9h}º®«TWW+Š)S¦¼öÚkgΜis†/99ùÝwßMIIQ©T®®®[¶liMMMÍÍÍ=qℵϜ9#Íùå—'OžüÞ{ï-X°@¯×Û\,%%%''GŠ)&“I§ÓyxxètºææfBÈÞ½{-ûSj³½ê$---AAAjµZÅ-[Úu£˜ÍU¬fÙËLyèСêêjBȺuëÚÙi×ìm›uµs·v IŽ»T:n¥[©òòòX–ŒŒ¼f?w`GØlFûwý5rè8' =¯—·……­\±|ÚôéÒI—O>þ—½™–î¿ÿ¾Ñ‰cüü|·oÛfžéæævúÌé´ô±z½þ³Ï>cÆr•×—¿~ïüùsæÌ¹[QPP°lÙ2éŒãk¯½f>ig^Ï>û¬”Z’’’.]ºÔþ§ùûûôÑGO?ý´Éd!++kèС›7o.,,ܰaƒL&›`æšýÜa¯íÜõ×<È {PQQQ7n\ý¯W}ðQÕzBÈÏ?n˜ÿÀCèè_~¾zÚíw´ÿþÛu÷Üû@kK³õò¾ûvlæx/oï¾Ð9ƒ¡ÿ€åe¥X·¥¥ùo¿õä¢g‚CBp˜Aw2±±±………è €Þí©'Ÿx뫬Y«œþóåwÌœmówÓ¯»vfO»RQ^¶ú“O¦Ý~Fç¡çá½ó}# çá½ó6©TªŽèAJ¥'D ýpNzÞ;#0 Ãó¸ºDZmn]@…[Fç»EÓþþþå¥8¥ ]¯¤¸8 Ðú©sH¢pKº¥ß;sRÈc’’wíÞYx¶Ï¦€®Âq\áÙ‚oׯ›0)‹eM/׉BÏÃ“í»œR©Œ‹wquÛ²ù§šêjžçÑ'Ðy Ãø̸ã®!C‡ê´]pòIzFçoAEG‹.½ê «~¿°¬©Kb(’(Üpïü b2MF#únZ8YH¢Ð—`t Úúó¦n¨Ezc[¢(šLF–e»äéSX×Ù„CQDNOg:Ä[ÍØ?qÇñœÀ ¢(ö¾¥(Š¡ša( IìHLJ¹A%{xz´4·äÜo3†êôÚ’¢’ÜÜCµ55¸gzŠÎ3®Õ$ïL 4My9¥ª3QÑA*›©‹eMe¥e§Nžhhhè;1ÔÃÃcè°á‘r¹¼ó"‰ôZ^ÞÞ7¢X¹Bá§VÛüÈd2••ìÞùKVvv`PnÛ€ž²ø_{>~éÏ)Áh4Ê/øá—¼ÙÙɵ¥¿kÛ(Êñ\YiÙ‘¼Ã™&†‡GtÕ;‡nrÇ^ºtiïîÝ¢ÀE è/c:F‘D຿†”J•í$Êšçšœ=%zè0WÒ%#7=A©Tf&ÇSÙ“sÒybŠ¿«²Í/œ:ybÜ„ ‘QýúN·ÈdòþýЄ:x 84LæÜÙ$Š3p}DA¤ìDLQjjj‚‚C w?¸òŠÖ`²ñ²:QÃÂ#û`·„…‡777s,ÛÑt!žçišF €žÿ³¹+ QªTîGE± Ê·r… tÍ}ZH¢Ð+£¨Ø=·´Û«%ï\CNAýÉ ÍçÊ[DB»òHì=f°7v’(ük¥e®è€ÎkѲ¯}uâÄù¦!^Þ=<’†Ê‘£È•zýÛë ý”Kîõ²ºðIú(]Ñ‹‡fE&ÿ×É+½½ƒØEô×+ÿ\Ý“äöwóœèøø¯.þÖÔRÍÈþÞ#Gg<”9áLEýí/üòæ_Gâ‡Ý„;–ðm-”™}{é‘yDÄãè wEÑÎÿ»ÍãïîåáË4Ô|¹ñî⸉Ãÿï¡<0eÔ˜¨3EžùûBgñÿ±è½WZ ØK8' Ð×5WmU¹úFÌn­-h®Úê4}½!ˆvËu¢mjyùÓC!JçÖ†êƒÛnŸ<;~ü¸å§,ËŠ=Ià¶}ûöää”ää”ÔÔ´ââbBÈúõëG%Œ8æÎ»fÖÕÕB CPpÈ’%¯Þ3wnJJêáÇÛ¢ÕjÙN¼ßBßt¼ôÈ}úÆÃÞaÓE®R® $|­oÄݺ†ÜÒ#÷ݸ3£‚ ¼÷Þ{=Õó=[;toµñoÅòe+–/mÿüë \gJ*\äJÇõ puuU©U4EQEÓ!EŠ¢J¥‹‹Ë°ÁõÍ5r"/*«iO¨cY–¦i///ƒÁàííýÔSOÝ~ûí?ýôÓ×_=lذáÇO›6­¶¶–òÑGIgO¿ÿþ{…BÑÐÐ@ILL,((Ðh43gÎ5jTBBÂO¶`Íš/:¸{÷®   Ë—/?»ø¹M?þ˜w8wD|ü³‹Ÿ“–Ôh4“'g}½víÒ¥ýõåmÊ™5{ö?üpýßÍBsåæâ_3JóîqõrœùÀ^¢(^®ôgFä*c§lò \–ÿ@ñÞÌæÊͼ›þ믿NII¹ýöÛW¬X1qâDBÈòåË ÃÌ™3çÏŸÿG,ÖëçÍ›g}¶òÁÌÎÎNMM]°`Éd2Ï_²dÉÔ©S322òòò¤9ßÿýرc333çÎ[__O©­­MLL”>-..ÎÎζW;ô)+—/[¹|©ã9Ãs&žã´“\¡T( ÍP4EQ4!%QB(Š’Ëå ¹B.—&ÁdÆÝñãÇ<¸_¿~?üphh(!¤¥¥eÒ¤I?þøc||ü¢E‹¶oß~òäÉ‘#G.Z´ˆ’‘‘±gÏBȯ¿þš°wïÞ¦¦¦ªªª!C†lÛ¶ÍÙÙùèÑ£GŽyýõ× !UUUÏ>ûì¶mÛŽ?¾jÕªûï¿¿ûwîXènû÷ïKKM0`!D¡P(Šœœœô´´  @BÈüùóÆ¿z+¥Z­3f !$:zpiYY›rV¬Xàï]U뎔¹Oíê9ÂÅk˜È7ZvÈd*¹2ðêרñ¯;íæ;Ä+ä?Ú¦ãµ%_Wz:,aMÇž3ZZZúöÛoïÞ½ÛÃÃcÉ’%ÒÌçž{îË/¿üî»ï!F£‘ÒØØxÿý÷ÿéOúÓŸþÔ¦„·ß~ÛÃòxñâo¿ývîܹ„ÖÖÖ˜˜˜%K–äçç?òÈ#‡®¨¨xå•WvîÜðÆo¼òÊ+|ðÍ&YÖ½›Í3šÏ<÷!dåò¥ƒáù—–B–/}õŸï¼õÌs/<óÜ‹rêÕÐÒìæPZ¡‘’§(Š"E‰¢H(BE‰"MÑ%eµž.>µMW"‚\i‡¯GÞµkWHHHCCÃøñãSSSSSS …ô‡ý222‚ƒƒ !<ð@JJ !dðàÁUUUÍÍÍ999K–,Ù±c‡L&KKK#„Œ1bñâÅO=õTZZÚäÉ“ !{öìihh˜9s¦ùô’(üA.—K4M BÛs“Ãcb®«4k½xhVàÀ‰Áɬ±¦µn=M¹2€¦x®•ŠÂs­œ©Žm9B(gßù#_¹rù›‹‡fž|ºo`ÊËËKKK“¢äwÞyðàAëeX–½óÎ;/^œ••eýéúõë7oÞ,—Ëëêê”Ê«ï#‘Éd3fÌ „Œ9R©T^¼xñøñãÉÉÉ„»ï¾{úôé8x€çXŽã¬ç?¹è)žçÞzcÅš/>'„456>õÌâ…‹žfMÆÔÂYÔ7ÈïÞruä©ÓÕú)z¥RÁ0 MÑRÀEBQ¢ z½.ÿT‰RæUÛ\`rX/ËšL&£‹‹szzÚ¶mÛFNP©T,k"„ð<'¼´ºÉdEQšNNNúæ›unnnii©¯¼ò ÃЩ©)&“1$$øðáÜÝ»÷lܸñÍ7ßܽ{DZ£FZ¿þsu¦uBg`t »¥¥¥ï?p ¨¨ˆb4u:]rrò¾ýû++«!_~ùUzzz{Ê9pà`yyùuü´Ë\#“ÿ[{éÐ…#«´WN;yNvòœFËü9¶‰3Õ±Æ*ÖXÅ™ê(Y ³Ï<Ÿ?7Vn(ÜóçʳßD&wã^*—ËGŒ±sçNéú÷5kÖ$'''''ïÙ³'77÷»ï¾[¿~ý÷ßß}÷Ùüâh{iÚ|M}g.¨€[” {·!-|úÙEÏ,njlljl\ôô³ Ÿ~ÖÁ=KŽkÅ?îXJŽªÓ×9)åFmØ–]Å&£ID^DQ” ãye¹ýGÏž-©pPÑ\žßÏá]AW'4ÍÁƒ‡""Â¥¯5ifRRòÞ½û***DQ\³fÍØ±c¥ùiié+W¾‘žž®R©\]]üq“ôQEE…L&»í¶éo¼±òäÉ“,˦§§8p ??_EžçOœ8!•°cÇŽºº:›¸c à–øÁûïÍ›?tâ˜ÌÌqUUUaaa+W,Ÿ6}úˆ‘£òûmåŠåí)çõå¯Û<Ë耓WBôÄS¾—6TVå¼Sy³L9H®Ža5&C¥ÉP)s)S¬)ú÷©®-9ì3ðµèIg:ü Є„„}ûö555BÌ—´Êd2Bˆe¬|ë­·(ŠZ¸p¡ ÷Þ{ï¡C‡:”™™ÙÒÒ¤V«EQܲe‹ÅnãÆ„£GšL¦ÈÈÈÄÄÄC‡UWWBÖ­[' QyxxètºææfBÈÞ½{íÕ½–(б÷oá¢g=½xáSÏ.|j±ƒÅÚq©üá,9®ßˆ¡!Ï2”Kþaáç_ÎFA—þ—ãØýy}½ÓO]R{Ѥ¯›0ÀñêãÆ2dÈðá±ñññóçÏ·L¢aa¡+W®œ2ej\\|~~þÊ•+¤ùééieeecǦ‹¢˜––Æó|TT”(Š'OžJO›””LtòäÉÒ5:fsæÌ™3gŽå•JU^V*MûûûŸ8~¬Mi[6oîH#(Ú=hª{ÐT}Óñºóïî%:}©HTœ±B®ŽEÙ™¹úMˆLÞ¤öˆëäö†‡‡/\¸0;;ÛËË+!!A¥RIóï¹çžŒŒ __ßo¾ù†BQÔÊ•+/^üä“O¾óÎ; ÃH‹edd¬[·nîܹÎÎÎÒ…PWW×Ó§O¯^½Z¯×¿ÿþû Ɔ¾úꫳfÍ"„„……½ûî»Rè\¼xñ¬Y³"##Í«›kß°aŽI€^D‰ã{ß>õŒ´`'k±ŒeËþv{ÖC«\éB§þ{öŽÚ7r„ßàÞ M¿T“û[ѱ‚KL”‰cjô—£ä—^}é…%K_·û[£ºÊzfyy™¹Æ9sfÏ™3Û2B¢¢¢ZZš¥ÿ|þùçžþ9iþ¤I'MšØfáqã2ÇÛßfæ‰Ç¥ië‰.ßMH¢}”Ú#.lô—¥yóë/mô I6´U{L­-Yëê7!lôš®ªeÖ¬YóæÍ#„¼õÖ[ñññÒÌ%K–˜o`*,,4‡Ñ6ë*Šÿûßmf*•Ji•6îºë®»îº«Í̹sçJ79Y²¬zs%×[ïšÄkQ‹»‹úÝçg?±l½×ìÒ¿¬L¬¨¾¼ž;iäš !4§ð— ©ÐTWhÊãýêgŒËújÝ·ÿþô“û|¨Ïî&$Q€>JQ=£ž(?:Û;|*¡Ô¥n(ÿ-dÔwÒ‹@hº ®Þyã7rrr4Mdd¤tª ›’¨(ˆ{]{sèÿæÝÑÃ"¶ükÁ‹ïn<~6Ïñp‘»8Ë=”Ä]Ëjµ¬¶´ùŒI[éÍXñ@NÎì™3>ýüËàñ³(‡7Ñ#‰@¯ùvAà8ŽeY–Ž¢äAúæsžÁÿ§m8AÉCX:J¯×Ëår™LFÓt'¿_~ùet8ôÌw@Úó†¤N£Ú³ötszÿÅ»÷åí?Z|¼°ìxY1!$,À3v˜_ìÀÆú¢÷V­ò ‰(Ò¨e¿¿ûOw¾òÒ‹ž^±qñÒµìH¢ÐËc¨ÉÄ­N§×éXç{j/|á8¡æÂ>Öy~CCƒ““³““Z¥RÉåò·Q€žùº#¢Ø-£óĪ–«70 Hl2™ ƒÞ``M&ƒÁ`2™ŒþïÑÿú×J•ÓqM#“ÍžuÇ þoÍWÿéß@_ÛM¸w /†QQ8ŽãXÖh4èºÖ†ú‹›t-õFf¤ÉÄrËó|·|ƒÜà(z£_°n§Axžg¥Ç¬É¤×ôz½V§kmÕ¨œÔ·Ý~'Ïšê«+ròòëêê¢""¶lÙ"Þ:ºj/áœ(@ß"]*“É”J¥ EÉå2–YV^°ˆyÛÝÍS­V«T*•J%“É(éu·lí‘ZÌa¦iŠ¢e2Çó2#—ËA$jÑ›öV(¾¾¾[·n./½üë¾C:þ¯=ÑO ‰ô9R¥iZ.—»¸¸ð<Ïûù‰9´ÌUúˆa†a0.·vDë·ÓÝ€jlç]Š¢d CSÃ0J¥B©T:©Õ,Ër.00ÈI­FÛrîï‘zA=,f8MãqÅÐcv«ìd ET ™¿»Â×Åî_ôr¹¢ß€~!¡¡Ëö›(Š–+åNj5!]p¦I Êžv[Ön2MF#öô Ñýœ»§"#—9ËÑᆓ€$ H¢H¢Ç+M«Ô*ôÀMˆa–e¯ëŽU$Q¸•¸¹{èõz¹BNÑx:ÀÍCerEue…›ûu¼>÷Îí$zð£‡sÆ$ùâ©é7–e+Ê.=’7Iz§À  Bȉc¿µ4÷•gÜhšvsw‹ˆ$ ½9ŒJynùüŠ.$Q@@$Q$Q@@$Q$Q@@$Q@@$Q$Q@@$Q$Q@@$Q@@$Q$Q@@$Q$Q@@$Q$Q@$Q$Q@@$Q$Q@@$Q$Q@$Q$Q@@$Q$Q@@$Q$Q@$Q$Q@@$Q$Q@@$Q$Q@@$Q@@$Q$Q@@$Q$Q@@$Q@@$Q$Q@@$Q$Q@@$Q@@$Q$Q@@$Q$Q@@$Q$Q@$Q$Q@@$Q$Q@@$Q$Q@$Q$Q@@$Q$Q@@$Q$Q@$Qt ‰’(’(ÜÒDQ¤( In…?hZ§Ó¢z ç¥_ñH¢p³sss/½tÑ`Ð ¢ˆÞ¸¥‰¢ÈqœN¯×j4nnîm>•¡ƒàf3`РÓ'O6ÌÍÍ ½pK“åµÍ©'b†oWýòóÕè8è)>¾~Æ?î\kK³ è€[MÓ®nî1Ç{ûú];‰ö0]ÝælÁi›ó=½<=½<Ñ?1xȰ›¹y6’è˜ä4ì6€^ ¹©ñK¢7y‹ ÃìF¶G—ŸaÅK}HgF¿»ü|%’(@rS~ãy¢€$ H¢mœ>s&3sܨ„ѳfÏnhhèÎö‰¢8}úmµµµÖ±,;)k²F£±·î³‹Ÿçíãksõöáÿø§ù?ƒ‚‚o­ö[[»öëä”Ôì)Srsßqç]íÙ®ÎlÂͬ;·€ÙŋǎÍèÚ%úD}衇Ÿáù£GòF%¼ôò+Ýپ͛7GGGûùùY$—ËgÞu×êÕŸÚ[wÆŒÛÙ±ÝÉÉ©3aåüÃüŸ?ÿüÓ­Ò~ŽãlÎÿôÓO×|ñï­[¶ :äõeKoô&\WÛ:̲ÀöÞfçÀ͘D‹‹‹›››'N˜@™7oîæÍ›-?5‘Qý–.[–>vljZúé3g~ø‘„щ3î¸S¯×BvîÜ5nü„Ô´ô‰“²NŸ9#­ù÷¿/ï}cÇfäå!„ÔÖÖÆÅÊ,**7~‚4½ví×3î˜AÑjµóæß›‘‘™™9î™g›³ÚÚµkíµòÈ_&“4sÇ/¿¤›>vlFFfIIÉßÿ¾Ô`0ÜvÛíwßýgBÈ´iӥžýïÇ$%'§¤Îž3§¾¾ÞÞFݸöKÕ=»ø¹‡z8krvnîaifDdÔ‹/½t÷ÝÞ¶m›u#Ÿá…¢ââÇ<~Ûm·OŸ~Ûó/¼Ø¦XëÕ±M°îÛ6m³Y‘Y›½`óذ,pã?:.ÜæÞi³s%ï¼óW^Y"M=zÔ|¶aÝ·öލ¯¾Z;jTBÖäìµk¿vÜÏ6—èëI´¼¼<$$Dš ÔétMMM– ´´´Œ5jßÞ½³fͼëλ^|ñÅ#y‡]\\~üñÇšššW–,ùáûïìß÷ÆÊ=ú˜´ŠF£™4iÒ—k¾xõÕ%+V®tP{Nnn|\œôËÛÙÉé×_÷ìÙ³û•—_’>õóóãx¾¢¢¢[¾êÝîÞµóHÞaWW×o¾ù†RUUõøãO|þÙgûöîݱc{``àK/½¨R©6múqݺÿ˜W¼|¹ô…^ÜðÃ÷‡ˆ‹‹{þùlÔk¿F£™4qâêÕŸ|ðþ{üõ¯<ÏBZ[[ÇeŽ[·î?11íùú²e!!!Ÿ®^½iÓ+V¬hS ½ÕM°î[˶%$$جHb½ìõ€¹ÀéÓ¦]³pë½csçΟ?ïû~0™L„±æþûî³®×Þ`½Õ—/—.]¶lÛ¶­Û·mmnnvÐÏ6—èõºà)NJ¥rrV!$>.nРAaa¡„ññeeåûöïohh˜?ÿ^iI­V+M¨ÕêÄÄÑ„èèè²²2a‹çyixzxìð%¯.yñ¥—’“’ÆOøãL•ŸŸ_UUUpðu_À÷Ÿuë~úég¹LV[W§P*!ûHMMéß¿?!D¡P( ›C½‡禦¦H iî=s'eeÙÛ¨Ú~¹\ž™™Aéß¿¿R©¼páBXX˜B¡fÚk¤6wVÇ6Áºo¥.•Úfï¨Xï{סš lOáí<ä|||R’“Þ¼yü¸q»wï~ó•í?¬·úðáÜŒ±c}||!þóÝGޱ×B›K ‰’òòróù*'''6ITš`F©º:M34˱¢(Ž9ríW_Z§¨«‹Ñ´(W'DQši2±æ’Y–E‘¢¨Èˆˆ}{÷îÝ»wËÖ­«Þ{ÛÖ-Ò2F£A©R]ïfÊÉùvý·Û¶mU«Õ«WZT\Üù®´Þ¨×~Bˆ ‚ Ð4Mḫ=¦R©(ŠêXûmî¬l‚½¾5·ÍÞQaÍc£ÍÆ^³pë½cσ>¸tÙ²ºÚºéÓ¦µÿ"]{[-û½^ó„½Z/ ÐkìܾuÆ]³5šÖ¶¿å¯¹fÿþý]]]Ù¹“òÕWk§L™ÒþZÓÓÒrrrŽ?.%§S§í¾]ÊÃÃÃ<î¿ç×=æôqéòe)+ŠiÓ¦½¾lÙ©S§¤³•<ÏWVV èߟòñÇŸ;v¬ kinV«Õ¢(þôóÏÒÌ´ÔÔBŒ&“N§“Éd„–e-×3&éÀƒUUU„µ_¯MOKsMoPû¥u¿ûî;BHnîa–墢¢:ÖHÇ;ëº6ÁAß¶ÿ¨°Þ 6Îr6w.!dôè„Ö––Uï½wŸ­¡y{}ks«Çää2„Ûw8h¡Í%zwͶýë¸=+¯^ýÉ?ñÜsχ‡‡üñ¿Ú_k@@À§«?ùÛßž4šL‚ LÉÎŽ6Ì^,xá…çg̸#ª_”å¥S§Lùõ×_#ï»ïô™3¯¾úCÓ"—/]ŠGŽM5J¥RB¾ù曘á1–e.\¸hÇ/¿èõúŒÌqC† ùî¿ßš?Ê7_Ïž3ÇÅÅÅò*ØU«Þ½ïþAɘ/þý﨨¨{’êçç»ù÷xºlÙÒÛgÜA ûèÃôÀ j?!ÄÍÍíLAAæ¸ñz½þ“O>fÆòZ‚ëj¤ãÕþMpзí?*lî›ÇF'9BˆõΕÜ}÷Ý6n2d°Íµlö­Í­{òoOÞqç¡!¡î¿$Øl¡Í%z 볡***jãÆ«ÿõáª>j¸R³µ»¼¼üáGÙò¿7ì›=¶àñ?Í™––ÖÒÒ2oþ½?nÜÐGÚo4£¹x¡äæÙ„ÞôÓòà_þ’••5{Ö,|qt†yP¾Íè|EyÙêO>™vû7û;–BBBxà{U‹•2››ÛMC{AûÛ¿ ½CiiYRrŠF£¹óŽ;ðõÐIæAy{£ó7û9Qèen™s¢pkÙ¹}«‹‹«Í‰6D +YÊwêÞy€v2ß™d=Ñ-=´]á`PÞæè> stream xÚí–[HSqÇU$+L‡¢ÆŒmBxa¸‡…ÅD “teO®žêEÝ$#ìE ÖEBÄéabŠLl>…×6§¢n³6msÓ¹<w_»Ø.ÚO ) g öåpøþç÷ã|þ‡ßïðßß*ª¨¢úßÚum̼»÷ˆ#WÝT±Ôc7" Ûi’-¾§ú¼ú…!2ø"WW kÂ`ÀŽj_¨ÇoEP‡ËzÎû<+.Ó[¿W;Óô÷n×ét±±±­­­ØÒëõâñøS¿= 677‡[屫4’ZYw¢zúÃ9áÙyØU!ªgÑJ9ðôÈ*@PYY™ŸŸ&ä~¿?111Œü]‹F™ëKÕJ®Û¿µ»-.ô¹Ï!ò;û}®—i@?Ǟ뻨ùT ™‡ ÷ööH$’V«ÍÍÍU*•!ò††:N¥R§§§±Ì®®. …B£ÑJKKQ…‚ D"ñ×A­.,,ÓØØW\\\^^~òÙÞ4Å ýúpG[·­¾mÒÜu›<¦Wp9ŒOl†&ûÖTÕPf{S½ßu¡ÂÉÉIƒ¦¥¥…Çãaä111À ^*•fff訔”£ÑA>Ÿ_SSsy¸ßÜmû¬-“t²«æu¾eý±yí¾m£Îfà9‘פݰtgqˆ¨Ó!óp!‡Ãikkc0222ÈãããÁ` d2¨D"QUUÑëõá¬È1™×–F.CÏä÷Ìú:t¥Â¶)ØTræûÓ O߯ۜœ _•x „„±X|rrè™ììl,¨P(þ…“m룬¿½úÀ¨¸²£y4ÛƒƒÈ‘™ÀSVVZvvv²ÙìÃÝ"‘H²²²`@ûg·$­V+x¡Pˆ‘ƒ€Üçó^9ÊX äLõÄ%ðÇ¥•””`„˜€‡ÃAÀ„r¹Ü‚‚É©©©Ð„^:‹ÅÂ&ÔÑÑ‘——W]]]__"‡éÎÉÉa2™§ ·n~XLG¾\›$€¬Àò(C>œ¾> stream xÚíÔ; ƒ@Eѱ°’ Vi]AHkÖa!h%1~â'Ÿº2sÁ€Ò ò.N3…㨔RJ­™Q:öŒÂéíãÃi±¿9|°;kºë² ë}ÏG3o ™žY)µÞüç^xâZ4¸£F…nÈqÅ H’8 endstream endobj 76 0 obj << /D [74 0 R /XYZ 56.693 815.761 null] >> endobj 77 0 obj << /D [74 0 R /XYZ 56.693 425.778 null] >> endobj 78 0 obj << /D [74 0 R /XYZ 56.693 405.907 null] >> endobj 73 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F73 59 0 R /F75 79 0 R /F65 39 0 R /F72 52 0 R >> /XObject << /Im3 64 0 R /Im4 72 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 85 0 obj << /Length 1541 /Filter /FlateDecode >> stream xÚ­XI“œ6¾÷¯ —é*#kA¦*Ç/)'5‰;'·Ðtp5Ðfñöëó´ÑÀà‰'ö¥-oÿ¾'5žo~Ùm?ã$ÈP–Ð$ØÝ E‰R’!§Á®Þ„¿ËzÇmD9 å^†nmÙøQû%Lû§àT󒃑†íë ›ËÝæý†À €'(ÉX 2‚Lƒ¼Ú¼y‹ƒæ@+г4øhVV'Q–Àû1x½ùsƒ]\ñ×ã+æq â œXƒö”rc…ß¼‰8ÆáÕpì\(” Íå'ˆk-[ûu’­‹øõ–êœä~f¨ÝDYɃß<>]»²ëU%çA—mþO¹¥<ü E6²MøÄ‰Üf €ˆ&΋Ëî¤ PcÉR£ˆd]ɺhìàûA¹Ùw*zXk36á ‘”úŒ=ÎÛ;eevê¨lY¸ñÁ>u­¸Z2Jj»Ü𒆕ª÷LPûØ«-áá§ÞT¸+¼ÑÕõMëðEp9%ǹ§º@#ïŬNÇŒ:ï÷,&#\Ý7¾îÛ-IÃÃF÷M7Ï“ö×&Syш gVßJy˜žÀn ;‰û~êÓ4¯­ªéúÖÖ¸WÛ}(}™™¤šyåe·UÙ—÷ʺo›bÈËv^….dh†€ÿz^he‚#Â…Fëû ÿy›Ów3™n>X–"Êýøã—~mÄ·aìUENW4Qf .ؤx©À(…Œs êÒ°ˆõžræâ½§‚Íœ_€!Òd,¨A›mÏJM›V»°ÏûèX è„JIPPƈöÒÄ –ºßV7“@}•ç´ÌbÏy[^K‹wp輚Qà“ÔÃý‹ªËþó -°1žøeK:ËY´‹Žäáí†ÿÄY”D$Ac R”:h^mK aÁØT kAvBÇü0¨ì„ò2F,Á E‡°äe6ÍÁKòÁ/OgÔ¦ç ÔŌڌªÚ s*Gj3òÔ¦Øæ-Fj»£5¯v³X‡‹ØÅ»-ã!ty·§ðuÓ´•\ÐU¡tg¨¿þ‰øð\Ì»"6P1¿»mê2Ûø®å±Yo|÷©”¹zŽÄkÚcžÏ]{5ú³ \Õ÷vóe _—ß”‡Þy¯Òuv.ñØÑZ|h ®»æ_¼ÏË˹C,ûÓm8œ2Ï–4¦§¬‘ðÌÓÁÕ“Ý‹Π Š1YrØ\`ße²ümã‡\ÅžÃݼö²xœ JÇ#”K²sè`¶9#ú¦ð=|¼‡WMá.xÓûøIAt ´ª{äÙ¢|çD>Yt2c°ç„qxŒèùrþÓÚm""F›ŸO­ÜcŽW¢Å8w<íÛcôz½7œ“ Šx¶Îùt~‘ÿ`páñ­Öç=Ìÿ6sÌëúéË\ê²[\ÚjÀ¹ ÷Õ4¢Áñó¼VƒÒÕ6WéÅO~· í®Ff/31F8ÉþÏ¿ÿ&1² endstream endobj 84 0 obj << /Type /Page /Contents 85 0 R /Resources 83 0 R /MediaBox [0 0 595.276 841.89] /Parent 62 0 R >> endobj 81 0 obj << /Type /XObject /Subtype /Image /Width 900 /Height 531 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 52563 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 900 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|ÅÝÿg¶\oº¢Þ«%Ù–e[î½á† ŃI( B  ä—BH ¡—äIƒðÐÁ6ØŒ{ÁE.²eYÝêõŠ®ßmß+Ï*¶t’q›7¼ä½»öÝ™ÙÏ~§,D!„H’„ไ¾ ƒÁ`0L¤Hš3tBAÿJÅ^¥ ƒÁ`0LdHþM‚ zý¥BúT¬G1 ƒÁ`0ÃW¢}¡ „’ÜAE¡!1Šõ(ƒÁ`0 &2%*‰Q²„PR¢‚ ðçÒWbkb0 ƒÁ`"£áJ” ‡ ˆåÂxà™ÿbÛa0 ƒÁ`F—ŸXEQMÓ4MKîN(—ˇ$@Y–eYö?¦°äÜsã l/ ƒÁ`0Ìòöçû‚ÖÊ¿>¼DÖT*•’ eæ?öà}÷Ú~p·ìü_Oå‘gŽyFiI›÷hT–ª ƒÁ`0—/v—ŸÄóœ@‘„I¯úžC™u À¿Þ~çù) ¹\Õjuss3Ã0 ÃÜÿÜ'Þwo‹Í_ëîYüßôq™3Ç%+uFZ&'!l±¹?Þ¸ÛîG9?~_aLäyŽ€A’ø’c0 ƒÁ\>JÔáö.Þ~žsòŠæuêpeù½…²:}ßíØôüƒ‹”Je÷œQi¨’ùÓÌ9SòÿåQ ¾¡Ùjï´çf%vzP~^Þ³“ç+>üú‹Kø ÷V—Ë7cú²Ÿà«ŽÁ`0 s9Ðå؜ފ£;æ/¹)')ªßs*›º¶o^?jÂ<@”Nù=‡(,9 Ã$ õz}UUU øÉoÿ½ú®|AN:ãø3…¯>ó†$ˆ„ìtsPtœ1pͧj;—.™ë‹Ÿ[]ßôÖ[ÿ;ã¾g?^»©`Þ]IY…øÚc®D,­¨IŒ‹1è4@ж=‡Fƒ~BA. dö*ÅD›Ææf &ÚÖvkõ™F–ã¢ Ú ÃÁy3'‘qÁ€õM­€Ô¤øˆKÃ0{7èµEãòGÜtu*35)-%°s±(ŠógN©~ª"1.:;35°¢¶þg?¿Î QüéÝ}íïøì8­ZÍ0ÜwÅ%ZZ¡Ûì]ùÙM­N—G¹Lž‘žTSßôì]7ÖîXßÒÞ9ubÁY¡ ¢#%§ý€ˆLF'ÅÇ&'Ælg]C³× I"%1®¶¡9Cs[gœ9jÝ®r«Óc1‰uÚºê›} ER±Ñ¦Ì´$–åö.Q«•*¥ÒápÊå²1yYj•r0¢*Äfål>øuø7‚ öÍ­×8|¬Ôd4ägûCGJQúq£sÂKžg³)ÊÙåé$·×ßopžÊ*kÃÍc6†gµ¹ÝzËŒTéÙcvaʺ]U©) ÏtçÏOÉ©ÊûWL›Ôn÷®ÛYNÄäüxE8Öçt2‰*°¡¹­®©˜]ߨ¥×ŽÍÈò Ãî?|¶BŽ3ª²¶!†_µ®NÄ5*)!vãÞ*’„É1ú¢ÜøæN÷¡Ó-V ë«jA&„°WüIñ1áÒß§0×%ºïA‚ˆs²Ô:B¡™D¯PršR)(“NùøšY/½·@ðøšÙ&Òî4µ;ͱIá¡Î£Ò˜ÎŠÑžL'ݱöíÕÓfÎUØOj÷W´øÔyËÛü)Q² ­#õqglܨÜT½ñtks¹ß3S¡Öãk¹êIMJx÷«’[çºennz|Ôoþ±“wzü,„`ÉÔÌw¿9±°hz«ÍoÖ\nÏ#7O˜Qü?¯ou¹õJ"°á…U_¨ùòP}Vz àØÉò~:/1ZxêGg÷©øøÛ2¯Ûµá…Uµ-]祿„çßÛÿÀŠ1c2¢iŠ´»üïn>ñ_.S)hÀ†VµÛ½¾¾mÊ„±Ò}·¤´â?žoÖÊ(ÒálÚ_u¤¦Q)—”ü3÷ÌH‰Õ³¼°~wÅ·žÃSÿØyóœÙåõ¶ï>8ÄóBŒýé¾Ù‰­7Àî:Þ°nw9Eˆ^XÕÐîj±º'æÆ[»üùð€%&á‚z4Ôù0œ ”Ó7ÌÈþp۩ЯÇN–÷Êíò3 ’Ûðªc•m¯®;¦•^Xu¼ªýïìíUêPž÷Ÿ:@gÕmGkcß௭-¡HðÀб!3~°õT{§=ºGÿ‰"r:»¦™iwùOÖtΚ¯ërz¼^ßÅ0Ñ×ÔÜ2P~<^ŸICN›äö1¿|k›Þ`„nØ[“—›aµuÅjÁ`’°º˜*˜ ˆãÓõOßy½ ¢oÖ¼ö³§ÎXŸÿàQCõ5Ý«Ÿ#¡^!ŸþÏîg<#üª}ùÝÑ®NÄ5*5)~_y‹×ç“¢/ʯos®Ý]-£é¼dÝ#·Ì EõùÞŠ¨(}›ÔPÄ9#¸Ã\SžÑÁŠQ¥ÖAœ;Öñð‹{î.íjTvÚKïïy|Í,“NùËÎFµJ»;ðÒû{Fe§õ 挺=£b7$We¦TmÑÏüîéßÜ·¼ÁŽþ{°kæ¤ñ“ç§))=V[–‡ÜÚÔ$í/­ßòîo®à |í1W=u -w//Tˉ5ÕMŽÇVO}cÝé'–öl\X”ÞÜéÖ©åŸí8}ïõ…•B±a_ÕŒ‚äÅS2ÿóÕ‰Ÿ,Øz¸66:Ajn©Iñl=õØm“ Å«ŸâñÇ+ E(ÑŒ„¨æN÷6ÏK³åƲ­ìtƒ-)ZOÓòm<þÄši€7>;̉(3-IŠ!`2öh®k났šŸ÷²q'^Ý"0Á§î[äø¶–ú^¥87†°]9Qœï‰;ty‚ÿØplr^ 3sxAüê»@J¬~÷ñ†«gå¼¼[æŒzwkenvz(¬Çã³w94E%ô¸¦BbÔëgU¶­˜™½iU(H?¹­Þ"õW½œY*Õ€y?õç‘0,;¹ þ3ÊäA»ïLC³”a¹\6>;N­¤·מ¨î˜;!uNaêÚ=µZ9º¦ûÇÆ“ÓGÇöÊô Òutº½¹É&ÀÉšZ¡’&Ú¦$Ç{}>Èù™Ä¿¿<5PSܽ×vyo+›YÒËd}܈¨W…dx¸ïDS]›3ìªu\Œ•’ßasÐí4‘ËdF5ùÄÓzEµÿdó@ñK¹ÇžQÌ5èÏ;LAÏèÂÙgçô»ûÐùCE›HD/½·û—?œ¥UžÀKïïNKIŽ6=~¶_Ϩ ݯ ß³ÜÙIâQÓï·2þÇžÿÀ çÏ™eRÐ¥%%*@Û<설à¡ï•9=K?vڜǞx:< sµûåÁ«Ýñ³›&–ž±¯ßS•žš€Uúuóš3rî¹~\EƒíL«³»¹’d³ÍWÑ`Ÿ5.ù½oNNXÓìhï Æ$ȤV£R«–ÔhÀþ“MÂ5×aálNÿkk›¦Ä(ßM³GÍš­«ivœ¬nëòAì/mÎÎL5èµRœ¢(º]î8sܲi™j%M“„t¿1inÚ[µíx‹9Ê "¦±©=CøÌHŽã‹rã „_¨9PÞy¢ºã£–MÎKníÍî/öV™tŠ•óò,u0È„z¯×'ÁYùf€7È•œi‹î¥l>Ù^6wBêÍsrCßô›Ûº6'Þ—’$u¬ªÿ<#„€aÇ op@k—2ã‘“© ¦üäî o=TÿóUõ¶6»×äfŒMú÷¦’ysr.†éxA蕟c¥Mié’=…p©-¢##«­kFÞ`“D±¬ÞÞo+ÈŠl>X»ÿTGu“ãåGB>‹^¦"áÙ ™ïñøãÌÉ˦e…_µÝ%#[£ºoWüÙ¬0 [41½oT,' ¿T%ð} s zF% xÁ“¥ÖAô™~žà}Cyül€å<ë€,Š'êlß"Š”ÔDCw/ß©iÎÏÕyËêÿusfvNÓÉC ¥:U^­VžáÌÑ)œLWZsrç;ëI‚ÄØk„¸ØØø¸ØÿÛZm1岄ÿÔÞå?^Õ6>'îë5áÞ¤øØØû*Ÿ¸cÚÏWMV+é­‡ÏÄX,áM†[DBôYPbuú• eJRB]cÓoÿ¹k\vLrŒþ®¥™1ϼ½! õ¡8Û:¬3ÇÄ/,Jß~¤nÝ®Šgç,,J'I"ÜÉ…@A†b ús3öCäñ³J…Lè ":Ûux¼þ”$åÊyy€v»wóÁmÑÑ–^bÔîn9T»tZ&¡”~s+öLg9NkÒ†26¸<Ã~ƒÓ$Õè`{™±¸¼5”ámÅg&æÄžüáÙí 91ÉtAöÍÏ+ŸËÉʨUªÊF`lf Ï«ol! pº<½fHWg  Ö}QÐ9NeØãAìmùs+¤ˆÄÙcú^5ÁÈÖ¨î×Þï·þg½!õÓí§/†éAè{Yyž—Œ¦R)›Z¸ïJ›¦Iúëà ö–4$œ”;áå—·þê T©NÔtOÉðø™É!wÇ@–ïíÌèïª\ˆkT˜pî™4MõÕm‚ïS˜kÈ36à~žuñ¡“ÑÃôÅÇNœ'‰^¡š›[ž¼{®´bé¥÷w¿s¶´žéÏïì ‰Ñ¾-±÷fýN©éÒ>PݹlÙÒÔD!ë´FÊ ”„PjjrCÕw©cæ$Ä×sm Ó0ý¡B°ªËl6Ñ{ö€N§ûú»š»–ì=ѨPi`ïI3è‚ÂäõùWÍÉŒ]GBØÔé~÷듳qý®Š;yèæ¢#­¯¯;‘™‘ 0›Œ;Ž5ŽÏŽ]6-klFt}›3:J è  çßÛÛÂü5×ayqýîrFÃßÖwo@ƒdùàÀê…ù÷ÿ`‚7ÀnÜ[ùùÞÙo[ /ŽÙl2›M½¾?×P€”©¾ú®úÆÙ£$»õ›[J®|oóÉU ò¸qüÞMc2¢%CÄÆXúÍó¹Zè ¦¾Á!^Ÿ¯—S““´Z  ²ªfÎøTÀæƒ5^A¦ÉTÖÜ:?oâ¨ø7×_ ÓA€úæ'!>.d·ÌŒÔ·>/9Óêœ7!õ¦Ù£‚¬pª®3À‹ÂÕ¨‚¹â?›Ž¯Z¿záèíGêòÓ, Ç“¡Öšúµ|8Õ1N;â5 îH!I²oT_ì;£ÕjÎ?ž3й†Ä(„C:YDý,`HÅŠáx—¼ôþn£9F:x|ÍlZžkè*üÑÆÆÆîß¿ßçó=þ×OWßõ@c‡³WbÍUžº+O©¯®ŒKLÎ3ÊÔ@¦,-«`Y6oTö“¿ûSü¨9ããk¹fõèñ¥2=:oTèK¯×WUs&*Ê–’äõù ÖµhRúü‰i¿ñ-¥2ªú¬=/+¯dv\A>‰Ð±À ¥eµ*;+Cг©¥• ² …Bž˜¯Õ¨­6{k[‡ z.#=%!Ïógê}>ŸB¡Éd.—;%9ÑdŒrºÝím`€0&ÆCrR|xŠN§«­½3È)’Š2âbyžÀq\iY…Z­’Æ”‡j¨–ÖöŽN+AÀqcG”ÛŽNk{{'$c”¾Ój×i5™i€ò,e)”ÿ~ƒ÷kÆP&«ªk½>Nv†Z¥’zÉÒSå"Çäçy|Þ‹aºóçGÊCG§Õîp²,KP«Ö¤$'’9¤«Óos8œcS4­V· ŠË§eMÊKø÷¦ãÇë<Ñs¿¦ëeÞ®ÚEªQŽ.g}C“Ô¦ú Bxþøqg…¹vÐk[¾\7Èíë¯[~³Ë~(¯Ÿ9Uvš¦ÈØØX½^p¹\ííí)qQS r¾+ïàxñð·ŸübÍÌÞb´¾­«W’íu'š­3™¢::l$ç:kÖ7®ØôÕ–{@Hòùßÿ¾»~ý:0w—B¡XºtÉÚÏÖ>üðCÕÕÕ­mmsfϹ]û-ÅôiÓyôç¡}ûöîÛ¿ÆŒíÙÙÙCu³!¡ÆÆÆÿ÷ÛßîØ±=.6ö…þòÿ~ûÛ¿ÿíoý~*ïöíÛUJÕ¶o¿•„i¾¥K—¬ºmõ“OþúÓO?ûéOºÿw’gô•—_6 €_ýê×òÉkÖ„Ey½Þ <õÔ“»wïùË_ÿúé'Ÿô²üPƒ÷kd„Çã™3gÎ3O?=Ô¢…ª(Ь¡\Í_0Þܹµµµ·®ºíð¡ƒR  ƒÁ`.±=?_õe\Ï0z/öíßßÕÕu×Ý÷H}>ÿðã?tøð¬Y3Íf3à¶ÛV9zdDJ~ÛªUOüê×?üЧŸ}vóM7…«~K‘ÝÑÞîv»?ñÄ;wí¢HjÊ”ÉÃÉáǧOŸ ¸ýöÕK—-èËcÆŒùóüý2uÊüyó"HT¥RŽ÷õ×_×ÔÖM }ÿÑÇõÕWE[­V™\Ö+”R©œTTÈÉÉinnîíPƒTUhšž3{öpªËíÎËËLm ¥•‘‘¡Ëëêê233q§€Á`0Ìå.FÏBhüøÂÿ¾óÎç’¢»hz¤âœ}ú÷|ÁRSSwlß¶gïÞo¾ÙòÖ[o}¹iS‘ܲò–xðÇ?¾7ôÍÁƒ×®]ûå¦MJ¥ò?ÿy»¦¶¶¯n“ŠboŸeÁ2²R©ìµîÅ«¢(Š¢H€ãyÜ`0 óýC tˆ^¿†>JÓ§O?pà`II‰´´èÔ©ShˆôM}RQÑÁƒƒÁ BèÛ­ßv/Té9Sòh²,AB+o¹å‰_ýÚh4Ž5j0¥˜>mÚ+¯¼:}Ú4¹\®Ñj¿úúëéÓ§£Ý Mž4iÿþýmmm¡>üpÆôé}Ê[[[MÓK—,ùÃ3Ïœ:UÆq\æ1}úC?ûÙí·ßúÆérÅÇÇ+ Q¿úú«ÐE»¾á‘ ^– ø@F>oíTµºŽ¡“AX·n=BèСCÇ¥¦¦" ƒÁ`0™‹ë‰ùÇÿþýñ_ü’eYQ_w]~~þP#Y¼d©ä¬ìÙ½+99ù‘G^y몤ÄD½Aß÷ü5kî˜3gŽÙbÙðÅçCJhåÊ[^zùågžyz¥˜6}ú/ŸøÕŒÓÓ¦MýðÃúô´´á˜+))éÙ?‘Ë倖æ¦ýóŸËo¸¿ƒÁ`0 sÉÀ¯Å\£Èd²òòÓ¸ªc0 siÁžQ ƒÁ`0 £ ƒÁ`0˜k¯— 2…B­Ñ(T*íE(Z—Óaw؃L€ 9žSÈåƒÑh0iµ:¯×sº¢Œ¤ÈÌô,ƒ> Wòˊ⣇}ø1š– ¾…¾öÆË…#-FEÞCPZ|90W•އ¯­½eâøIA&(Š‚(DQAÈeòŒk†ÅÅúŠömÊè§}íÒD;¡|¡@LŒL‰VÕVjuÚü¼±$A@!„o¾Ýš=îŒlóþÊ“ 'Q!A›[ÊÊOåʪݸiã ×ßX[[ë÷ûƒÁ ˲Ç ‚@Óô„ ã׬Y#)ï`0øæ[o^·pÞ¨s©ðû}Æ(ð>¯·_¡ËéŒÒ’J…"‚$8޵˜-èÚÚ€vdnÁ`Àéìzä/Ï <ÇÒ´ ˆb‚,Ç²Í u’&)ÚeT(UÃL”e˜æúEQ ¹\¯×#„‚Á€Ïív9HJK•Éå#R@·ÇÝÐT§×ê³3särEQŽã\.gCc]ÙéR†cæÍ^hwØËÊ˦Ož>¤È}>ÿ¡â5µ5<Ï>I’Y™Y“‹¦ªÕ*ܦΠ4-kh>C@ÒM¨ûN$!ù.ºŸØ°˜cxžÙa4¿£¸î»•iÓ>S‹ðÁ\Eb´‡Û¶.^z=Ë2¡ƒAܨx!Ïs!‰!$Š!Q9žÙŽÛ®¡O‹L¥Òò¸Êò$Óõ–ʨA”F$F µÕg*Í&sLLÏq ‚ydaw_ìU«•‚("„â’(‚:U^:&oìPÒëõjµZò†JÏó2™Ì`ˆ"IRòÓ¨T*K´BˆÅ(f8DÐîÂTeP«5ÍÍÍ*•º×cÏó€ßh4ò<çv¹#Ë‘螈#ý¨•J%ŠâHYÃÙåP(2­VDÇ+ BÈïó€€ Aà ¹Z«UɲŒÝaOH–„²wvÚ­V¥R)W*EQàXÎëñ„d …\¡P@ ꪪLÑÑæ˜˜a–®¡©Þë÷N(œ,“ÉX– <ÏhZ¦×ë ÇMäy~÷Þjµ†e«µs¨ñ*>`6GÏŸ·PҸݞ볇W—Åó|ié‰CÅæÍ™ÛÝ`€ÖÕÕ2,{žsrEnnþÈç‰Åwƺ¡±øÎQ‹Nˆ—‚`®1ê–/½^ú:Ìc"HÅîû€É|-z?rŠ^R–©7?Pšîòu¾e«ÿ A½/û;©Úà…Ín‹‹‹w{œ$IQ$ERun¡H’„EQŸß£T©Ú;ÚG]Œ*ŠÐ˜¦ô¼Ë²,MÓ*• BB!ËäoG€´» Ë" ’Ôêt]ή¨¨sFuÎ.“Ù ä‘å¸È*ª ŠA­Vk··'ì?³ÉŒ8R­€ã8­NǰLk[g||¼9:š ΑØ)©i^¯·±¹5>.š–É8·{8IÛ:;v»J£áy¾Ën2› &R¥üþ€ßße³Ñ2™\¥²[­€áèѶöV„Àä‰ÓX–q:»(Š$R&“CEQ ¢((•ªiSföhÄ!_²šÚšùóJ2WÒ !I|¢s8û@Ę1ÿ~ûs¯%1:œv!LÏÈ’ü!’ÏBô'ä9«ùGðájÛ¬ÐÄYRoõtžv¶mÖÇ/Ã](æ*£¡§f† ö:„奮InQ€è–gèbÒ>iæžmÄҒ wÀñ…£î'Ú¬#C*€(Šr™âL}mϸϽQÕÕŸq{œ‚ ÍRSÒEQŒ`ˆB(y@išæy^:îñ’J'Q^±sÚ4R®ûê+ºÑ£q ÃD@íî¬tc9Q!êuúƦF­F#¹Ä,Ë")ä –a‘Ô "rá‹¢EÑd2…ßW{¤ âH D"Q’O€"Ɇú†NS*Ý=ˆ"Nš í*µÚïõÉäòôœQ2™,ÔºiZ¦Ó¢Læ–†&”ÉämíZNÑl§««ÓÚ1cÚì@ÀÏqœ\.wººêê}>O0ÈÄDÇÄÅ%˜Œ¦`0(Š‚B¡ð܇wyž§(* <øÐƒáß¿ùú›ç.E¡Ò@EQ‚ \S‹2‡Óî „gj«/àU(ÎúAFΰ¶êrWˆ¢7&û¦æ²—ôqKqйZÄh;·»xér†aB£¼è{¿»'pSò”€ím™z€dx øüö/(Õ¸î‹AðŸ@Ó´ä ?!Æc4Eq [ÛZy^ˆlQÒ!*HCçx*+sÚ]™¼/pèþŸÎÙ¿×0LDÐîBÈd4Ïs™Ln2šGtt´ô“Ýሉމ¢ßÐh4‘ªCQº›Zm6€äùAÝ+˜€Ùl=Cù##F{Ô®1Ê êÅó´PÐËû4Ô„jª¯—ËåËÊäòÔÌÌž)°GpL&KËʬ«®áXV.“5ÔÖfåå u:BèTyÙ‚¹‹X–å8–¢¨â£‡<^OvFVjrŠÛí>Yv²´¬45%}Báx€ÛípC™÷Ù—O?^+ÜzÛ-Â…ËVH¿Ùø9`én’>nZ÷Ùµ9Ñh8í@˜™™ÓãžèvöL…öLŽi»œ%<Ó¡5Oów­×™ï˜×Î¥aîE1W•]¼ty¯ƒ ‹ÑžB"8ç¨ëg»6º›Ó%¿ÞócˆGÝ£S¯N|{¨:QEH<Ï“$”6á'¸=n’"8žã8Îð ?1R¢3gΔÉd¥¥¥¡›|·zõÔe‰¤KàXA¦7âê…‰ŒÚ]Fãõz£¢Œ<Ïk4§Ó”J¥ÏçW*”EA’$|>oll\dÙ“Ú8BÀb6÷hÑžÂ戉QÔ-G)Š€¼°tô†ïu»‘ˆ 9–MNO‡ÖÕÕñ<Ÿ––FÓ4€ã¸3gÎÐ4–––œ\[QAËd"Ï{\.Á0¤´œ.§Ñ`¤(ÊívÊdò’“Ç $fM›-ýZ|ôÈ¢K z@I‰Š¢ÈG$FCðowlÓNP&£CÇÒcL˜æ†¸Ý ήX*Û½³%ÈØì6€ÙdNѨ æ- a5j­y-.ûH°S”!W\îm֚ד'¾{QÌÕ FC½y0ìupá• „;3¤!EÂBÑJq@°â äy—\;Q¦¡^ˆ¢H@‚çùfOÙŽ>¦¢u³ÓV‡ŸpÄúùáʵ´eNÌO¿‰xi>kb4ÜZWWWPP0þ|—ËÕÐ#Æ«­ú˜û§%öœ¿½…—1a"#‚v.FÝnw Êhš “Ùh³ÚãâãœNg|B<Ã2€¯G®“$"¦Gˆ¬6ûYáÒ£F-–h MÍÍÒrþsö{úûî©ç½fÙAõ§Dž×EíGÉù}~H@–c &#-—!€XŽõù|UÕUYYY€êêê`0¨Ñh@´\f0]]€>¯O«×©Píiié‚Ài³Ûl6ÛÌi³ÐÙùQŸ×‹DuOx’†šDžã"ºdÝ3AÿõÏÿ„[Pæô±GÒ’º÷}ü—ÿóâ_^îu/Àíîb¡Ûj=xßýÑYsŸ{VeEÑi·•ýú© /½6ïÝÿê,f„ÀH6à,±Õ¾ì:lšð¶È”Ñò8 tZRW·ž¾¡ñÈ]æŒG±sŋѻvl[¼dy †)F»e(”nQ=S‘€V@i<§ d Ä7ú;öÍ*Ób¥~<$”GÒpÈã†Ò0=ÇñüýÜÉ‹MªÄ¯ŠÃ;\P·þhÉÿhÿdûñN?# 1"ÃôV«µ´´tâĉ,ËŠ¢ØðáGîÍŸLýa†c}GµÝéçùã÷Ýü¾ûš¬¬ÂþC?÷ ˜ÁA» Çb±ttvšÍfžç %I‘6›Õev¶à8Îï÷ÇÆD¾ã}w ‚Ðb±„ï_#ý•T£(ŠQQQús%Zdû=õ{ÛFŒøöR>¯BÈsœR­FAÓÒÒjjj‚Á`UU€a…B‘šš*åJ¥Ñ8ìv’$}^ÏP ÕÖÑVX8eY’$›šS’RÂ'üL_ôíö-N—34÷>´9I×Kš,õæëoýäîi£oÿóZºGHAÐg·»¡µ;îûiÁïÊ:ÍSZÚ™—!Ô•WÌùÅ/NïݳcÍ7nÝ2+—ènßl«~I`­ÑóÒÆ½%rõ ´< ò­K7Ú×·ÿ1AéÍ™ÿ£‹]‚××c®x1ºxÉò^£{ûv\Û0ƒ$‚vMÓ&£Ñn·[,’$µZ­ÓéT©TË"„ºººbcbz½“"1 ´ÙlJ-ÆÄÄHOž’`E‘ã8†a†¿ßSÿbô"l/%ÍgDQ¡TJÑÒ4™™Y]]-M”Ëå™™™4MKYR¨T¢ P$é÷û‡Z(—ÛMQ´ßï“ÉäM³gÌÿÕd4߸⦬QR†5=ê³×G‰sñq»À²íÛ-ÉɣƲÏ=×d³~·b À´­;3ÒÒso[Õ¾w_É–Íã®[2œú»Ž4ߥ4$[ÒÆkŒ£‘ືR”‚–wO¹˜JÁJgÉ3&~ès–tÖ~Ô^úDbÑ»ª¨‰¸_Å\yb443ÉË{{\XŒvÓ÷ìiA„ùLÐ ·³s±"'@·}Ï™q~*=úŒ(É3 sÑ ;¿âʵ»S;&çÜ(ýjL¦xß;ÓPÓXî㻠р¦eO½ ¦/,,ljjjooOMKDE¨m]3ížS]g{(rY*Q—Èoåæš"‚v×Wª”J«µÓb¶8»º¢¢¢ºv¥ReµÙ z}xžãDAÁd4†<£¢ @{+"çlV«Ïç í÷$ Ïs¤+ð¼È ⹯[äAžãÚ^*‚äxžx^äyAD—£¥’J©KBwg†Dž…n†Z.‚€<ÏCH „hŠbYV.“_¼%©Oí9b†yFè3ˆßë^€ÛÝiGÂŒgÿà)+k±uVy½+nZ ÜÿþÇ”\ëófÿéÙ£'J aä†yOÃ[㲦qL‡Çú AZKÀX÷H—Là=Àû‡¤–.ˆ¢ÉlÐiug÷{ŠtUS¿žQ‰Ò_“y€í¥†žœ\¡$uÐï—Éd žçkjk†‘ Ë0LuMufF¦´[VÀï—RQ }k'9-cXFš¶«QkœN§VÓ¿V`Xæð‘C f“yÊä©Òª¦¡v’}Ä(x葳;==ôÈCo¼öæ‹/¿(}|ìÑÇ®ÍùîÃiwB›Ý¡‰ŠòŽ/Øý’å7®4D ‚˜ùÅ›>ÿlŸ±Z;­ÖáÌ (mbÑG­%÷:Zò5æÅA lÏ9¢àˆ‚RqjíB]­Ÿ[k·±A_bÑÇX‰b.s. F¯ë­¸nðÃô‚ € è3Ÿ,¬%fLH¨ùs}Cëg‘øšÚšýû÷7·´`ª+áàQWyFž P[Þ"Ô&(êÆm»322æÍ™›šš>üaz«Õêv»%m*ŠÏsi«V5îÞSýÞ{Š#®üU‰mLæï_L»å\Ã0A» o€-MVk'D!DËd ))$Iº]Ζúz!‚Ðd2%¦¤„¶ 2…¢¢¢"L%†¶p;« ‚p9]Ý›ã o¿§ž½ŠÏýò"l/¥Ñh<.„ÐïóI«ãëëë™ #WÈ3325µ5L©««“Ö3ù¼^iwzýW/”J•ÇãÖiu<ÏåçݾãۤĤ~¯æ×›¿š>mÆ ×ßÔØÔ°mÛÖ¬¸15ß=.¯=g˜>|’hø¯çyÀíî÷#„‚„d÷Ö÷ÒÖ×B’$yŽïë rµ‰š1瘧c‹ýÌ+mÕ»M‰ù–Ô•XßHÈ ý|5ÕïXë÷ÒÊ4cÆï´1×á9£˜+UŒ†º!oÏÄ|ï gè ¼Á¹¯æ=«IÃÞEѽÂiŸüÐkš†þÐ/ð<‚âä©“&w· 0'€Xz^æÌ‰¬´÷SdiIïÕ I’eÙ0miiÕj«ÒÒÒ¦þõ/Ÿ>ÜávjdsïÈýâÅ—Ro¾×0LDÐî$xŽ+;qB¡P˜&i\Âëñ´Ô7˜bb|/`,Ñ1’6 ¥ÇŽåŽ+ú Öãbbû¶ úú†˜˜† JÊ$H…B!íˆòÆ B$MOìÞ³øÜ’ "B@ÙÔÿöR$§T©ºìv‚ m£I®“$¥TªRSSI’¤§e444P…b‚Œ­£“ IQ”*ÕPË•Ÿ¸ÿÀþåK®÷zݳ%:&fϾÝÓ¦Ì ÉpÝ€víÝ™“=ª®¡V­Òttvp7ÔGˆžÎÉe²ð>|’(Bg•z»žáv7HLF³ÇfÕ9ºò:{ï¾kö߃ìZsGþêÛ(›ÝÁ1Ñ–öfH³ 51‹51‹ƒ®Ž3¯WìýݨYÏ! à™Z9 !ªlÛUæù ×*ôàÜw¿b0—C¦ß¿w÷uK–{½žÐÁ 3"èñ‰è‘¥g·ÿ•5°WÏ ü0<£¢È ‚Ãá?n‚F«¥)š¦e4E‡öäxŽãXŽç¼ϱ’£Ç gÄÐjzé†DÓ´Ûãöx<^¯Wc™ýï~¾`‘Ñ™J7ð¤ÙŒk&2"hw»]¡TjµÚŽŽQ€111V›e‚î®®¤ää¶¶VŽe!AhµZ•Zm·Zã‡ßä ¹^¯å6» ÈCža˜ðýžÀˆÓK^Om€í¥"HN£Ó!I¶44¤eg¥¤¤„碨ŒŒ écKCC÷îh‡îMJL*9q¼½½U§Óy}îÅ 8tà‹MëósóãEž·w99œž’6}ÚÌÆ¦:@[[«^gˆÌ™-åÿÎ;~$]ºþvz?ºóîð“¯Á5L·;‰XÛ~|üÝ÷ŒÏË'å² ë?…®YS0uܽ¯ó·S~ýË4«B__øŸÖã÷Ú꿈JœôQ–uÖ¾¯2Ï/ü7îE1Wa˜^äÏÞ®Â^\÷³Ch‚0,1*¼Ëåf†a˜ºº3µgj33²¤íWz>f¦¦¦\.7Çs¢¹•”¨¤t­VkGgÇøñã-ÑfVͲ¬*%Yþàû¶m'ò©O=‰«&2".´uv*•ªöööÑãÆÉd²#(ÄÆÇÛ­Ö` ð|Áĉ¡“ÇŽMf[¤b´_u(=uF[¢Ï³ßSDQ÷³Î ·—ªÂNÍH¯©¨PÈÁ@ ®º&>9Y.—ü…°'+€aØÖÆÆ` @d0Èúë—$Š&mýö›[WÞæ÷ÚÚ[§Lšš›“WQUñå×_ †ø¸¸5«ïÔét-mÍÁ`¦e6~±|éõ$$“É „‰uk!„À«/¿þLÑk–„¦e¸Ý ‰±‹îxñåø]»âgÏÎ_qØÔTŠ¢Ã7oiÞ±£…eoY¶B¹—AHC|º”Ÿuž¸Ã”² @%„JGó±è‚AÆñp_йÂÅhh˜Þãîupa1Ê }^|&Š€€@$„z?Ô3Ѭ[Œã5Ù<χvž¯=sfõmk>øð½“¥'¥on]¹jýçëzĨ‹ãØÈÞM/A’¤\.w»ÝGMJJ¼õÖ[’S’årË2,Ëp<´˜~òíV±gB®a˜ˆ Ý…tˆ„Ç0Á@€$I^à)š¦HR¡Pð7’$C¿\.— ¢(Z­V‹Å2ø„xž‡¶¶¶°|pîü™J¥R&“€6Ø=U Šn·;D1Ã$âáB½ÁÐÙÖ®ÕëL&£(ŠLñü1I‰“ÅÒÙÖR©ÕZ’äyÞårëLFŽã— Ã[3¨ýž†ú¨É²¬J­quuÙm¶pרB©ñäB‚("„ÔZ-/ˆž. 2´Œ& ìÙ`•e9„Ä(‹Ygˆ’”AÄb”a˜””T$¢ÏׯÓGEeef&%&GŒL0èóûl6ûÁCü^á¸Â¤Ä¤ÖÖ6¥J©R*‡$b’““›š!„½g¨Ôý~ÓÜÒd2™xžl–ê5ÒîìvI<ÏÅFLJ¾œ{Ûçà!IÒnwÄÇÇEÚÖ$Ï(Ïó˲PH{^·Õm ¸­Aãx‚ãxžEA¹)Ì%£=½’Çíêupþb·ÙÔ Õ–-›?øè}çÏörçôyg?@-fKrbrgGÇP’v›$ȯ7åêñŒ¦$'û|¾Âq…goKP«U=bÔ½aã4EÛm6Ë qçv{šZêÓ³Rhš–¼,Ç®·Üòù|w˜á1¤vŽR©LHNnomaY–„-—Ç'%QA‘$„0wìØ†3g<.'IF™Mr¹‚‘Š•Ëdåå}&žóQ¥T)-B¹Lf4š zC¯eLŽ®®O@“$J©„Ð2Úëñp äxi[S$M+T*^§V© 9IEEf@AX†aƒÁ(ƒaÎ̹míí••{÷îóü$hŠRȱ1±yÙyJ…"@HJWsðòwÜèqßúnϾ]C’&A¨Uê¼Qù$A\;O×µ;”–’þêë/ ƒ^Š@’dZJZ÷–eC@@HQ”Œ¦E…@QO>Ó|ú×|ôó:­A¡P( ¹LF‘¤´ZûG0Wª°æBh4™rrrÒÓ3†– Š4[, †š®ÑdJå3BÅÅG~ÿôÓ<_«ÕŽÍ!4šLƒO‹¢éÛo[½~ýçÝûœW1/Z°·{Ì¥„9Úe2òJ4ð·47Ÿ*=i³Ù"V¢F£q̘‚ìQ¹¢(„xžknn)++írtE¬õz}nn^Jj EË.Jœ—1Ç*[ÿóå‰iEcçÍ6‘y%V-AÛ;íÿÞt|õ\ÏŒñÙ¸­a0 ‹QL?p,×ÜÔt´øpþè±c aD³y!„~Ÿ¿¸øF§MIIóû|ÍÍÍÇŽ™3o~jZIF¢¥8Ž«¯«Ý³kBbZzpÄã$©Ë·®Û]9¾`´!ÊägüZ»tú¨ñ£¿.®ÆbƒÁ`0XŒbÒgLYYéè±jµŠ¢Èˆßªª3è 'Nü쥤¤nÙüµÀóExœý*ѲS¥Š&™Í–á˜bXWDl6+±w{{}™(ŠWA#S0îštø—ãXñaAЦL½BKq –ñr.Ô•kpÜ®Npµ¹§ Å€AêQ,F/+=*B $ A@"ò]·H„ÄBˆ$ÉáoKÑ´(Š"B)Î^TWVŒÊÍ“Ëåû^¹\N‘àÙ—p5ì¼»úWÿ¾ä&æåÈÉÍ«®¬¸¢Kq –ñr.Ô•kpÜp‘/û‚äVWV`1z¥‚zø~’«¬ªøêëMË–^Ÿ“=j¤â¸ juå‹Q!ºZ.Ç5UÆË¹PW®ÁqsÀE¾ü ‚Åè•«GA¨"VTWM:íÖäÔóœßÐXàÀwcòòÏ'pû«UU•;wïøÑw)•ªÝy×»ïý!4H=zþ¦R4qÒko¼R4qÒpšº<ü‘ ¼J^K‘]^^tµøª¯µ2^Î…ºr Ž›.òÕp{ÌIIÉ)‡ˆ}íµ×{ìç#ññ ­­-á½Eñâ¥~9)QòŽZÛš“¬öžïS!Š¢“ZÛšGçæ )¡¥i™ÛíT©4’ ß?:yҔɓ¦Œ€).‡BQDHì™@ ðû§ŸÞ°aƒ(Š*•êÞ{îyä‘G.‡ ×ÖÖÞ¶zuñáÃý–åêPÕׂ›äª,ãå\¨+×à¸9à"_+b4$_~å•‹-¿ürÓ%Lý²¨‚aÃôÇè°µƒžzI’¤Ñ`R*T ßá´ ¢h6Fs?¤Š®D[Ûš·oÿvþü…ñq‰#¥G>(ÍŽ$/¦H“Ý¥×÷kî¼S¯×Öjµ‡ãí·ßA—Ç"')ýf†&/«ñ覯Ê2^Î…ºr Ž›.òUÀ–l?ûìƒÁàŠ7¬^};`Û¶íóæ/˜1sÖÂE×*+0 “–žñÇçž›5{öŒ™³N••ÝwßýE“&ÿàÆ›€Ïç»ó‡?š3gîܹóžøÕ¯Jeùòë}Oî•zŸÏ7Ð|Ê+ôa¡sô( 7kôèQã¤ÿs³Æ0eœz½€)û 7kLnÖè°€h ÅOá?UVV„+ÑÿÏÞ}‡Eq­ ?3Ûé½W齈Á‚ TÔ ¶˜ä3FÑD¹b¢¢‰KcŒ¨E T4** XD¤ˆô"ewvwÎ÷Ç(wÃÒDLTÞßãÃ3Ìž9sÚŒ/gÊžaÂDw«©©L‘¢££û÷·õóóßµkÂË•Ó433ÚJ[;w//o/oÿ@ÜÓz¶;ðË÷9È×ÂË{€Ï€ž^Þk×}ßqíÕqÄÈQ-¿þwE¤™yß¼N«¶ê¥R-Ãïç_¶µ·­| B†|£eÛ³×Ï?` Ÿ¿À  lsC¡Phïàô¶ •æææU«Vôóàëø`Ò”©S&ŒÞ¯€T¶Ë+žµüª¡®Y˜´ÞnÌÆ{ÇêxÏ­©­ÖÓ1èú”~~þãÄ‹çfNÿÃá>}Zw".hÐ`k+}}ƒ¸øã¡£B Œ§M½ûw‹Õ·¯EWò¼˜t!À/@]C#fïîÀ€ k+7W÷Í[tsuGå<Ⱦx)qʤˆ¢âÂs‰g§MÑÕfh玙#GŽ |äÈÑéÓ"ÚþƒR*ýåç_æ|ò1óëÁØý¯só ›…0ÑzšñÎL{{{Ÿ/»¾  `ÑâÅ7n\700øöÛo-þr÷î]¡ºúzÈÈÈ 6Ž1òʕ˦¦¦&L2eò¯¿nSWWGÍ›7ÿ}ûfΜ‰zþ¼!$$äÛo¿ML¼ðݪU'Ož,((X±"òÖ­›ÚÚÚóæÍÇí¼‰ŠÍj«U1Š;vDOO¯ãfïþß÷=Úí££‡éééÕÔÔ:rÄðþ66ïöi ­:"Œ>x`ii)‘H._¾bddÈü™ÑíVmÕ;ÿJ¥º8üZ}„i!Ü•ZK¥Ò®|Q\«¬r=Úô㦓'âôõõÅbñÃÜÜ6÷Ŭüwoï“ßûgŸÍWQQN8yBQQ±¦¶öàÁC¯YÂöª);ð˜fMõ={â’/OÉ›;1¾ÒYîx\Üç ]¿šBD—Ÿ‰züŒÝÃÁ¨¬ËW®TWWGDLk™ždx<Þ°¡CBÎNNVVV&&Æ!g碢âðñá‘+#—ó·wPppÇù;8:t1ñê5«õtuß«@ôåÄhËʪÚÊ–ËôÊJ*´TÌUÑ£¥bŠ¢8.A]fíJÊå1¡c9nIIá‘cG‡fmeƒ²¶²Á4>|ôȸ1c Œ† 9}æôœ¾s»’g]]P$ðfNÿpûŽ_1[îÍÎÎ:—xöãÙŸp8\6‹Õrät±)Ú\yôØñ˜ÝÑ}2''ç•U?„ÐÅK—Öo؈" rËæMŠDL𢠠ðûŽí?˜”}ÿ.Bèx\ü/¿l#HÒÀ@ý÷ë455E"‘»§÷Ô)“çç}»2ÒÅŹõB£Ö÷Œ2wõþ}ejJª¿ŸŸ¾ž>¦qÄÔˆ€À@LcLc>Ÿ2,ÓØÅÙÙÆÚÚÄØÓØÕÅ¥ðÉ“N?Ùs<.ŽÃf—•—ó¸\&C/O/LckëÂ'…˜Æ©)©ZšZ˜ÆS§L¹~ýºüM®/ë‚Ûûó§åׇs?ü裣‡ÿÔÒÒZüÕc#£yŸÍMJº¼qÓ&Š¢|ÁêÕßÙX[Ë·¼’’Ò¸ñã/_ºˆÊ{üxá‹âŽýþ‡õ=Ø Œ1%$©¦ªŠ1þdΧ¥¥¥ öëÖ®ár¹MMM -.).Aáêâ¹â¿!ùªµWù E"‘§÷€©S&_¸x‘¦éÖoß¾ãî½»úúú;¶ÿ*ä3o³ ]¬cXXèÑcÇ¿\¼èâÅKÞ^^ׯ_gF"ÓªÝ(Œlï8;;=þ|ÉW_"„Ò32"W~{è@¬»§÷¸±cªkjJŠK–|õ¥››k›-ö:•j5üä†ì¶ýùëöß454<==ÐË{ëÛìA/Ÿ ãÃóó F ùëܹW-[eE¥’’’––ƘÍf÷·±a´óú¡?nJL¼ÐÐØ¸qýÌPi³HÿÌPÉÉypãæÍk©É<c¬¦ªúñG³Û<˜q.ß¿ò)™]¬Z½æVZZScÓêUß1)[ç–b0kÚ;êßèÈió°Ý´y‹D"YôÅB„н{÷¿ZºôÔ‰ø–ã¥eŒ?®¹YØ•3R7ú±Í|Z5Ñ+U9À?`á‹«ªªé´ü]9~e›âQ^^ÏöÝ› F1Æ®®®ìiµžÇã1 ,‹Ç±L²H±Dlnfv9)))))áôé-[:s:¡ƒü»žØÞÎM„–J$Ó´ìKïm,íX$«ÕM¡{[8Š:ÊMYÎb±{yJ$â–çŸšššž–>­^"npðо}û¦^MIϸíìäâæê(tðσ#‡ljnæq¹%êJž~ÇãŽMŸhddòчŸüòëVJLÙXÛdçd'^87ç“Ï8nqqaüÉø‘#FugWÅ›7ojjj‡ŽuäèÑ¥K¾*++ûjɲØýô17‹ÅÌyç}û÷ýÓ’ Ƹ¸¸ø»U«OˆÓÕÕýqÓæïV­þqãŒqccc``À¢/&§¤nÚ¼eÏîèV{äˆÀý½0öö™wï ››ù|þß"Ô–Ÿ21+—ËeV²H’Çç¿Xf±ÄbqÇŸ&''ï½pþ¼‚‚¶_ÍÍÍe2d³ÙL2’ hšfVr8f%‡Ín] ™º´q»BãÆOd±H„E_‹¿ÿfiiñÑìÙ‹¿ZZø¤0jõª²òò¨uëì߯ªª’y÷îâÅ_ˆ?.ßò ²mÎüìÙîhol`„>˜<•$‰ââ’O>þHOOcµfµšª*Bè¿+"=öŸ‰.]JRâãŽ1ÇƸ¼¢B¾jí•D>CŒñóçÏ~¾`ûo;"¦Í8zäO#CÃOæ|špúŒ¯ïùÌåËÐõ:øÓþþ~~ççOŸ1óbâùªêêž­TËðÛ¹ã7>Ÿ/?0Z¶-..Þ°ñÇ„“ñšššÿ]ɬl¯úú.[ºäôé3Ý(›‹‹³±±q`P°§‡§»»ëèQ£ø|¾ü˜gÚÜÖ¶ÿ‚ùóN3C¥½"ý3C%+;ËÊʪ%‚lÑæè•ï_‹ÕÞ8·íßÙÒ%ééŸÍ_t1‘™ŠkÙ‹ìB›G}›ÍÒ##‡9qµyØŽ ˜6cáç ‚8vüø˜°0Ùã¥e‡ ïÊ©ýØf>òMÔ•*3Å>}æ´¾¾¾¢¢bWÊß•ãW¶)¤R©“‹[ö]Ï£l6!$‹9ŽßÀK—.ËÈÈprr¢iú~VV§Aaii©††ÆÈ‘#ýüülúÛJ$&ÃWJÌì]6eJjª©‰‰‘‘Ñ{33ÊÌŽ"¹ËôJŠÊ•7~.½¶!D‹›Bÿ‰¾½{¼sD¬dïdѹ[,³±,‹‰måù¿a=8hð¹Äs C‡ ïgi‰1NÏH›ÿÙÂÍ[7ºº¸Z[YsØì¤Ë—ÅIÈÐaŒ-Ù<ûöµ4x_ì¾IL262óÉÜÍ[7ä<ÈžÿÙ.—[Tüdìþ¡!æf}º>^)Š’_yèð‘‘#FP5:ÚÚEÙöï_XX˜|Ëg._†®×‘ÍfÛÚÚ&$œÎ{üØÎÎc,‹[|7 #Û;ÊÊÊîn®§NôpùJò×Ë–RÅf³=<Ü)Š224är¹¹eÝÏêÙJÉ¿ø'ä†ì°ñöòTVV¦(*tôè´Ûéô ‡ÃaJÞí²ý¾cûƒ‡oßN?xèÏýûˆÝ'?æE"Çó8¢({û ?þØA‘þ™¡"‘H1¦å·9zåû·¹y›)Y,Ö¡C(вµíß’Rvï² mõm6KOœö[===mmí«W¯9;;J8}øÐÙã¥etýŒÔ~l3ù&êJ•?˜<• --Í7¬ïJù»xüÊfÕã}÷FfF§M‹ðà«££}êäÉßwü¶`Áç"Š¢izxHH§Áè½û÷W®ü–E’ᨨ5D¢í%–Ý{KÊuk×½W÷Œ¾¼H/K0—é•””K’7[‡|“}ò¿XÚŒb+¨#„Ø8³†ì;¡í÷å=††Ó§N—½%ÅÉÑyÓ–ÎNÎ̯}Ìûô1ïÓù]8øowkY[YK¥Ò˜˜˜ˆ©SÍæ¶`ûŽ_ç¶€ËåÄìÝ; 4(fO̘1c•”•ŒŒ^¤ÿÛ&/~š™˜,ZôÅÈQ£MŒÕÔÕþ—³\]ºrµ‹iê¢"W[[§§§Gcì`o¿uË&¹&ýÛ†²ïjS”lÎ=Õ^ÀRQQñðpOIIåp8ñ'Nîÿ#†ÏçïÛ›_P€1622:zøðµk×/\ܽkß1íT­’ÜJK“ÏcÌåp˜”$IryÜ–e±XÜfæòex¥:Ž5rñWK¦LžÔÒz²3=¯Z˜V½óÁ&nÚ²µ²²rppŸÏ‰D˜¦išfn°‘ˆ%ã7Q)™Iµ6†ì°a½ì—–i¹öêÅçñ^¿lý,-ûYZŽæ=``Á“'mžm¸³@3TÚ+Ò?3T¬­ú=Èy  [.T"„Ú½òý{óÖ­6S¶>QÈ ž¿÷TGý9̯mž@FòdcS£¥¥sß…ü éú©{GY›ù öhó#æOî–Û:-ß¿7E÷]uéiú¢Â'¡Uß}wóÆu& ¼téâÕÔ”ë×®®Xñ_æ}þã†s«aÛÿœ\fNŸåìäÒAæ_ÇyÚØô:tØÎ]Ñ……ù\.ïóù_p¹¼ÂÂü»¢‡fcÓ¿Ó<Û<ÑÈ:{öœ‹³s⹿Ξ9}öÌ鯗.9ïáîvãæ­üü|Œ±H$jjj"IòÅÌœÌqåââ|ãÆ²²2Œñ‘#G==ó¬evvÆX¾åUTTš››êêê0Æ))©LÛölw´·¾eecccZÚmCCÃúúz==]GÓô¹óç™ËÊÊØlVPР%_-ÎÎÉ‘H$mV­Í’´™aë”?xÛÌ\¾ ¯PG„===fÍœ1vìÙ]ÿ/ý+¦Uï8::6.4l¬¦¦&s«ÆØ@_ÿ«/Ϙ5!ddh¸fõw­ÿš”›óxqŸ%‹x9UùÎã°Ú~€iâ“È—7%Ç?zõêµÜG¹ß,ßÅb±‚ ŠZ».rÅø~íŠÈ•”˜¢i<(0ÀʪŸ¶¶¶|ËÏûlîÌY³MLMtutZÚ³»£ƒ9ƒIS"X$I‰©ÿ±cÂ0ÆGûäÿæ((*êëé1[åä<ظi3‹EbŒ—|õ%I’ÚZZòUk³$>ÞÞòv<“×fæòeèâcÌJ‚ ˜÷Hüoßÿû_ê• #ß;¡¡£Ïüõ—……“¡’’ÒƒÇOü@(lþ~í‚ ÞD¥ZÖ·90Z’ÌþpÖ‡³?Ö7ÐWUQé ^²Mѽ²I¤Ò-[~**.F+((D­Y¥¬¬¬¬¬ÜjÌëéêÉ•ÎÕ*~ø~ó–­cÆG ‚ñãÃÛ½òýÛAʬìœ={ÿ ›×E­nyj¶Í™Ñ6ú9­N\6§Íˆ’’’‹³SrJêÚ5«[M´·¤ïú©ýØÞ™­U½Îe„öÊßÅãW6«ï»."ôôôRRRwüúË–Ÿ·UWUBDø¯x^_ vŸ··7I’I2óêWo^ŸÿÙ‚â<‘Hd g”·wd_ÿ¹XXMÐÁâ!‚ÄXŠ%"DS\=·ô½SYA™Ü®\¾üÅ—K*ËË<ðáÇÿ×ÁcC»cv-˜·pÓ–Ó#:yéRÌ®èQ£G  çy'óÎñ¸ã¡£GÇÅLJ…†9:8vš§ªšz«õ§OÆ;89¿ ý’”z{öŒÉ”˜zÆØž?þô÷qy×k‘™‘þ–Œ÷²Ž‹¿üÊßßäˆá!‘ˆ NM¾üÞwÜ»;¨^§ä=Û¿Ð;o[•߆þÍÌH9ºƒ%ÅE;~ûmdè˜}ë®ÓÿïO„´µ´o¥Ýpsug±Ø!}שOo4óûLúü©¤©ÑŒiaŽF¿šÇI¤žo›w ¶º¿³G{ÇM[6:Ú;¾Ú»ÄÚÏÓÁÎ^*ÇìÝ3eÒ;ûn¿¢ìmù:PÖßzäÆfÁ×BÛõôéÓOçÎ3006tH›?ïwÇõ¯íñþ…Þy«ªüõ/‚Ëôo_,Š1ÆÄË ÔÔÐðÑÜ”Ôä–÷(õ=kNøÖÔm‚¢ž "˜[ø¥Ï‹nÝŒÅ.ßµ3aÔÑezGGfòò•†lÇy:9:›š˜©««¿Îað–B¡Wy=êÛŒßMulŸ¾¾þÑ#ÊîËá$_¾Áèû:Tz¼¡wÞª*¿Cý ÁèÛ¾üÅb›™˜™™˜É$ðl.½øðÊNºñéËГ ULiÛÅ_·73Úãñ³<ÕÔÔ^s§oÏÌ(ñ¾ .˜…:B¥ …:B•!!I#Dt:õiý@ÙôßÇ.Éb‘/ß™ODCCùÚ_FK¥o4Ï·7%‰÷çh' F¡ŽP)F¡ŽPeFA{‘(¡¡©!‰ø|Þk>¼-‘J5µ´hš&¤ªªZ^öLWOÿ5‹W^^¦¦¦FÄ›ÈE8ÁÁi‚Q( ˆÌ ÿvOp¸ööŽ×®^íß߆Ïç3ß‚ðªXl¶T"½w730(˜¢(’Ųéßÿúµkž^ÞZÚ:d·&ùhWV”߸~ÝÞÁžÃ徉<ÛL“}ÿÞ[Ò5"‘ð½foO«B-zaßæJ½» ‡Tùmvúd|Ë2I’Ê*ªý¬¬´´u }Kñx¼~V6JÊÊ×RSªªªèn=„N’¤¦¦V`Ppß¾,ÛÔÔ”–ÒééiõuõÝÎSMMÍÞÁNOOÇÑãy¶™fò´™oOï<¯¯{ÆØ[Õ¤zaSSAÁã{™™öšG!}‹Ð´ÔÔÔÜÒ²A’¯‘ MQTccã‹æpûôíkhd(•HèîNû“Áár™Hô åù‡€R! -m;»‡xw%=w š ücF†ŽFÞo<OYE¥^nf¤Ý™ÑÇüÐjàÐG˜¼÷˜¯—”¿Á¯Ý`´gŸäâ£Roɸ«ì#B¤: Fé Fû£Õ:ÆÞýŸ®º…~‚F£=‹ª¢L}ÅRKŸ3ÏO©4eÖ!hw€þ™Ëôäï¦N²8êfNsJ¯î¼Io‚v¡Ž¾Œ±GðñSⶆþ¨æš£š†aZø:?íʆ–J«#ìýí´™_¹lr雡ý:Ýp€Ö¼Ñ–ÿ7¼¯©¶Â‡CûtšžÃ"¼­5»W;Ùm5”¹óF[bðŠà z³7xϨ2Ê· wçÍæcÉ3×ÕÇåst{ìS48W:ý92ï`s} þÓêfm5S{íú&qE¨ã‚qÙ¤Ÿ½öºÃÙb ­ÀcN.”MO„ü憚 ¥ä¬ŠnÔQvÛú&ñ hˆ®^?})+.ª³cýhÌMÖ1vÑ6_Ïá눛¯qù˜º¯m6BU×Éðñ!£Ç³ŠD¾÷è…Rm'¤åV»Zj`ŒÕ¹VFÊOÊ«(UΜ–kÝG±HbÞh«}— Êk…!e·CúÍ6Gé©óÿL.ª¬…y)ðYlIÓøN~í ]Œ—M¸\(•âñ¥RüѰ¾W³+3 j™½÷ÕWæªÏa‘<ëä’û…u!—êe¤§Ág“ÄÝ‚ºÌüZÙmûè)•T7—× U8c¼Ô•¹yêæÓ¬Â:„P˜—‘€Ç’ÒX[•WRÕ|üj1 ¾7A"‘hhj½Ül¶……ÅÒ¥KÆ„…uqó}ûö¯ˆŒ,//÷õPRò4??¿¼ìYUuµM//¯³Þ`tk¬ºº®õ‚ä ëÅM®ÀTBrBbQMc c_E #Aö)ê1ItL6”ÏÄPCpöv©¯­6Bx˜«þÙ´R?{{OjkD!e»¾I<ÐNçAq}YM3³I}#uýA¥š"÷ÔÍ„ÐçaÖ%UMcMAiuóÑÔ6‹X2ÞvÃÑìfJÊ" ‚@)ÎÖ˜YPsÿÉß^ÁZRÕôó‰‡! Áø&÷žÔM6¿W›T€Rä³…Ùm}mµo<¬" 4spŸ3i¥ÙEuÚª¼9#ú}û¤#d )xTúü¯´R’$"'ÛÇ_+–Ò0‡ú¦$ùíÊ•ÏÊžmÛöëŒ3ííì,,,dH¥R‹%¿á¦Í›ËËËc÷ï733KLL¬ªªb³á[Ê€'í~¦W¤ÛÝk¾¥îžÖ6죢çC J,ª ¥BD°Y#’Å«{–Tú(µªIå¦ô·Æ¶"Q‡TVàTÔŠ*ëENæê* œûOê&ú›W6cŒòËL´‹*›Ü-57Ï‘-ª† ÷ésŒ›E( 85Ï)‚@ºjüè³1FR)‰éP/£ÌüÚœâz‰#„ 5§o=mU_{S5ç¾x%–bŒ¬ŒT$R|5»’IÐÐ,‘Ý– Ž*ÿYM³µ‘jÕsŠ™ -¯qÙ$Ac5þïåaŒXiÄì „ñ²$ˆyó>Ceee_¸páÖ­[›þŽŽŽæff §OŸˆ/¯(ŠŠÊÍ}¤¦¦6qâ„È+†… ðàBèƒI“Z²ZºtI«ÌãOœˆŠŠzø0W]]}ê”)ß|³œ|¯o m%–v;Ó*dv†Š6]°mø]õñ6c›¡ŠjÚTsWѹ¶<³(ëD-¥~_4·X:!„P;2Ö”V7 )IqeS˜ñÏ'( Ø"Š®y.B=zúÜHKàÜGýÔ’çMbÙ õ5çÒK)±TOM±´º™KuTùUÏEµ "&ÁÚC÷¬U½¬µ<­5=•Ëe“JvËÜ*ÃÕBÃÞLm{B®H, vÖSUäRb©¾?¯´A¶Yd·ÕQå×4PMB‰Ž*¯¸²‘I¦¥Ê«~N5‹$̧õ.—T5½Nó¾o¸o$×Ç—••ß»w!¤o`À¬¼s玕•UTÔš²ò²éÓgèêêüðÃ÷ §úég.‡ûÍ7ËgÏþ¨¼¼ü·í¿²9œ%K––——·ÊöÎ;Ó| 8xàÛsçÏoظQSSsîÜO¡€F_ÿ1ç"I`‘$P‡u3àÞK Q5Á*/̇`ôu”>}š“}¿¶¦!4&|‚|’$wïÞÅf±ûöíkccý¿qelL¯u[³ùœ9ÿ7eòf‚‚ Ušc‡Aè…H’TQUµ¶±m¹&ùV£¡{ÂZÏÖ™kV=«¾'\Ú•œ÷&æµZsâZQËò G½¤ÌgO«šZ¥)ªh\ø>³|àR>³—ZØ’à [m"–àÍdz[Ð5ÍkÞmµR$–î<“Ûé¶b Žþ+·ÕJÙ2ľ,èv$š™žfïä"PP@WWUihjʇŒa¡¡d2<$dݺïwìØ¡¡¡‘p!4bøð®ì=dذµk×=zÔÅÅEÀœ;wÎÆÆúã?–MãÝ âñxB‘èÖõ«"ô ôߢ`´XâS#ÔäÞ¯êK|:퀮ºàÃa–Uõ¢ßÏäÂäbeç謨   ¤Äf³»7Óéèè¸{÷®¨¨¨E‹«©©}úéœeË–vqؘ=ëÖ®ûøãO8Ž­­íØqc[¥‘Ž€^BMCÃÝËëNzÆÛŒ"„RC³RÖ½f¶Ïª›Ví¿=Ý›Õ×Õ*(**()q8œ64›]_W+¿ÞÐÀ Õú°ÐPùÙÓ;éòË­¶=jÔèQ£ #y‰XWÏ ¾îR×7éà˜z²dUR‹ó?VI- “Àk¢ia ¯ÿÞB˜Æl6›¦éF{ü"ø3±óë\ @vp¾æsHxKüsÁ(] F[0Züb¢³ €^ ¾Æ@0 ‚Qðþƒ—5:‚1¦(‘X,~¥—Æx‘$Éáp¹\^¼h‚Q@G‘hSsc^nÞµk©åeeR©Úz9‹¥£«ãí=ÀÑɹGæ) ´‹¢¨¼Ü¼ çÏ Ñ70"I¸±z;©TZTX˜x^YEµŸ•%A0 xcÁ¨˜º~-uXÈpw/oh SS-m„“'líì_?…y@»0M—••éBSÕ×ÂâÙ³Ò¹bÁ( #R©®Îh…ÍæôÔƒð ø×@0 À[MOß äéÓŽÓ…B#c“.f¨­£û:å±´´tssóöööññùüóÏŸvX¶?þøÃÏÏ/44ô•vannŽ¢izË–-=ÕŒ±±±¡¡¡7nܘ8q¢ìŽ@0 x—œ8qâêÕ«/^477 khhh/eLLLttt\\\7öBÓôÖ­[_u+‰DÒæú]»víØ±#..ÎÆÆfåʕЉÁ( ›&Mžìçàìâ:ëÃÙ"™g—.[8ÈÝÃóêÕkÌšsçÎùùxy{ º{ï^{666ŠÅâW-Ç›7ož¡¡a||#»¾¡¡!((è—_~Ù´iÓܹs™ÛçŸ?cgg·bÅŠƒ^¼xÑÁÁ‰;[JrøðáU«VµÚQ›…ð÷ŒðŽùã}qññ»¼¼‚Ëã¾8’Ùìððp„‡‡ÏÏËËËÈȨ®®™4yò‹®±±½ ×®]«§ûZ7’&''×ÔÔÌš5‹ùµ±­}>>zzz¡>ø`Ô¨Q=RxŒB(%%õÀçÏŸÛ·oÏÍ}Ô^JŒ±››kìþýæé`oßíòdddŒ?cìììÝ^²k×®>|8>>^ DGGçåå!„H’Ä3 º~ŸÆ˜¦iæmS-wˆòù|¢»_Üiá¼Qp™€wI]]¡‘‘@ ÀÇÇŸhY/‘H>Œº~ý:%õíÛ×ÏÏ?%%5==!DÓtæÝ»í噜œR\\üª%‰D[¶l)..=z´¯¯ïµk×îܹÃìëþýû­×××0ÅNHH`Vª©©555ÕÕÕ!„’’’Zÿ¡Ìf£¶H’J¥ÇŽCݸqC,·z"ÞÓÓ355õÙ³g¡ØØØtZ‘N à‚™QÞv,‰ÒÕÕ;û×™˜½1cÇ…++)µ¤QQQ¹“™ùÓÏ¿477ÿþûï,K__o÷®èÏ>›'¢(š¦GŒÞÞ èš¨5Ó""Z^xÔ©Q£Fq8‚ <==ãââ””””””¶mÛ¶xñbŠ¢hš:t¨­­íß«;eÊEEECCÖpsÉ’%ãÇ777×××—ßÑäÉ“´µµ™è“¡¬¬œ••5lØ°æææŸþ™ÅbÉ¬ÆÆÆ+W®?~Ÿ_\T(¿í Aƒ ÔjeEyY«5 §Nu½<¹¹¹m®÷÷÷gîÚ”uùòefËåîÚµK~«)S¦L™2¥ÕÊüü|f!22222R~«VÃóx¼œœœ–_Ç7nܸöJâááqðàÁV;j³ðþp™@0 i5 ‚QÀ{ŽÅbI¥h²$1‹Å‚`ðf$©««[\XM@VÞ£Gzzú4MC0 xƒ¸®—·Oâ…ó9ÙYí}í;€^E"‘ädg:{Z¢¢ªÖõ­àizðŽ±¶éëú5w/o]=}60ð¶‹Å%EOnݼáää Á(xoé „î¤ß®¯«ë‘o!@ IREUÕÉÉUÏ@‚QðžÇ£LH €w>„…&ŒF€`@0 £‚Q ŒÁ(€`FAo%‘H6lÜèêæ®¥­cbj6iòäššš·­………*ªjÃGŒ€þÐ˱¡ À{fÖ¬?nnn¾ðóÏ¥RééÓ§+**ÔÕÕ¡e€·ÌŒ‚÷JZZÚ±ãÇ555/^H\¶lé7ß,OII677GÅÅÇ{y{kji÷µ°\öõ×E•<}ª¢ªæç0uj„Ž®Þ˜±ã’“SÜ=²´´\5uê„PXXèâE‹† ‚***ì4H$Ê}”ûÙgó¦MŸ‘‘‘ʺŸÙÊÊÊêó ¦OŸ†*,*B]¼t !4kæÌfÏ^½jt €àžQð.*}ú4'û~mM BhLøÙÜÜÜB—’’ª««™ÉQš¦¥Ri¹ijj"„ØBH[K»e=MÓ&ع3:&fïäÉ“~þùæ-[bböJ$/öÅÜ¥J²X²Y!„¸<.BˆËåµWžc‡Ax‘$©¢ªjmc«o`Á(xŸ#ÑÌô4{'‚¸ºªJCS³åSWW×°ÐÐãqqƒÆ‡‡K$’3Ù3<$dݺïwìØ¡¡¡‘p!4bøð×/ %¦BªªªB‘èÒ¥¤Žøû#„öïuuuÝ»÷ö’ùA/xñx<¡HtëúUzúŒ‚÷SNv–£³¢‚‚‚’›Í&¢U‚;·w°=°ióf_ßÚÚÚêêê»wŠZ´h±ššÚ§ŸÎY¶liEeåkfÆôéçÏŸÿí·—“.ÛÙÙvØÅÅeÍêÕßÿðôiÓLJ‡·—L6¶Þ-jî^^wÒ3ºŒzzz)));~ýeËÏÛª«*B'ãŽEÌœ þ1Ñ;F†ŽiµòôÉøÉÓf>¯¯“Owô°_`’’‡ÃÖÞ*I°ÙœÃö‡ŽmcÚ¥¾¾îRâù‘£B%ÅE;~ûmdèx€ ¼chšF³Ù0©¼u0Ùl¶ìÂ`¼ƒcù«óxA0 ŒÁ(€`FÀû^ÖÐ}©„–ÒãÞSe‚ X$‹d±zäE‹Œt“XLÝͼS]]Ý{"Q555[;3s³ù6DFºC"•ݼq=0x°©©‹Åêµ–ˆ ’.\À´¤¥›õºñ(£ÝAKé»™w›÷éÛ{jÍfs,,,I„RS’ MØŠ¯ŒÂLÝ1®©©115ï…u715­««“ˆÅ=ÝÂHt|ª¥(‘X,¦iZÐÛ$Éáp¹\^{Oê`Œ{ÉÕùÖ$‡KÓ=óØ£€Ž"Ñ¦æÆ¼Ü¼k×RËËʤR)´  ÷`±X:º:ÞÞœ;þƒ¼½˜ìƃê«Y•™ë×c„ú*;ôQó¶Ñô²Ñ„æ…`Ð9Š¢òró.œ?74$DßÀˆ$áÆ@/"•J‹ Ï+«¨ö³²¢D¢®o[ß(þvï;kûkhöSSóvÐg³°„@U•Íb³ôux‘Ó5”yÐÈŒ: FÅÔõk©ÃB†»{yCkz!SS-m„“'lí컌¦=¨øüçk*êÁúº×3.%çß®­Æbsu5õ]=fß/© ýúÜŸxxõ×F†`Ð.LÓeeez†Ð€^«¯…ųg¥]¿4T× š·9ÉSËèyeIÌÅhC#µAƒt5¼—ÕÝ{|)9áËÏ–ÎäòÅÖäøuÃ5UøŒ@»¤R)\ôêP‰ÍéøŽyŒ±ì=£ÿý=Õˆ§ø¼úYJÖ™Ða]-UTTÕÕT5µ´¥IÞãÇg.ÝZµiåG“±2_¶íʯ_C0 zÀµ{OoÜ)òÑ19—y:|¨ãŽZZÚJJŠ**ªÊÊJ,[[GG]]]IIy÷‘íŸÏøïÍ›ùIéEþÎÆ½¹Ñ`€wŒž¾MkwÏ‹/¶™†¦éõ60ËB¡ÐÈØäm(¹¹¹9S¶-[¶@?ÞK)wžèp9ÅÙ¦†ü! uut454ù|>B„T*%BGG{ˆŸ³‰jÒÍK–šÚWÒ :ÈPUUÕÌ̬OŸ>&&&Ë–-ƒ`ðV8Ÿx>';{Ñ gôq›ï¡izýú o[±;Æ”më֭Љ€÷ ~)í^¡ ›[ßðÌÛÅFKKSMUMAQ‘Ía!•J$ Æ´‚@ASSÃÏÛ©°ô‘Gvï nBèÊ•+yyyiii;wîÌÈÈýT,ã£ôvC‡-//ohh˜4y²Ÿ€³‹ë¬g‹D"„PäÊ•B¡pøˆã'Ld¯^½fÀ_G§ëׯ·Ê§±±Qܵ¯Ðøë¯¿ÂÂÂÂÂÂFmhhøøñc„Ð… BBB‚‚‚FŒ‘••…‰DVVVQQQ~øáàÁƒoݺÅl>fÌ„PTT”P( ˆˆØ²eËwß}Ç|zûöíèVÀ;í~^‰‡GI$&zÊÊÊ|Ÿ$‚ H’@ˆ D$—ÇSRR²³1«¬+ã NnQYWâ:±XL’¤†††P(ÔÔÔ\´hQhhè‰'öíÛgggçàà0räÈòòr„жmÛ˜9Ô#GŽp¹Üêêj„§§gVVVCCCxx¸›››»»û¼yó˜œÏœ9ãéééäääãã“™™ùÏ7£¼«ŽÇÅ*++ÿüÓO—“.¥ßNSQVÞ‹Š\±‚Ïç'œ:õ硃¡úúzGGÇ””äÈÈkÖDµÊgü„ Gíbø{üøñãÇ{yy…‡‡÷éÓ§¼¼|ÕªUHLL\½zõüùó™” ÁÁÁ¿ÿþû7ß|³~ýzÙL–.]Êçó>3iÒ¤ãÇ3¡pLLÌÔ©S¡[ï4©„’J¤\RÃåq¹\É"H‚ H„‚‰E"‚Ãáp9\‡#Q4EaÔQ4dccÓ·oß>úÈØØ˜9«2$..ÎÙÙù‹/¾øë¯¿233]]]¿øâ „P@@s×¥K—ÜÝÝ“’’jkkKKKû÷ïæÌEEÅ[·nݼysÍš5¡ÒÒÒ¯¾úêÌ™3[¶l™1cÆ?ßhðïžáÃG¡««³!ôÇûââã9vyy—Ç•OÏçóGŒŽòòôúî»U­>]»v­ž®n×÷~øðák×®>|!”œœ\SS3kÖ,æ£ÆÆFfA ¸»»#„¬¬¬Š‹‹ÛËJKKËÛÛ;!!!000))‰93À»ËÊX£º¾NEA¯°¤ >1F‚À#!D“™WT®®¤U^[ef L¶÷e£!„ŒŒª««ƒ‚‚|}}}}}¹\îàÁƒ™“p@@€¡¡!BhæÌ™ @ÙØØ”––ÖÕÕ]½z522òìÙ³l6{àÀ!—%K–,Z´hàÀÆ C]¼x±ºº:<<¼e*‚Q@çN0Ë))©8þœ@ ؾ}{nî#ùô\.— „‹EÊ£ƒ½}×w––öã?;vŒËå"„0ÆÎÎÎÑÑÑ­Ï,ìç‚ :þ½éÓ§¯]»¶¢¢"$$DAA:ðΑHĉ„Yv²ÒMJ*߽֘÷¬yx3Çe±X$A23Ÿ#‚À4M777¥ÝÍã±5ÊëÊœõ(ª£×é‹ÅE‰””ýüž9sÆÃÃÏç‹ÅBH*•д”Ùœ¢DcfÙÇÇûÀX•}W¬XÁb‘¾¾(Jdddxýúµ .?~ü‡~¸p!Q"»¹¹þ„l,ØÅ;A““S:˜¼”URR2wîÜíÛ·ëè¼øÊ__ßk׮ݹs!DÓôýû÷;ÿ ˜ÍFµœ¸ÝÜÜž?þË/¿DDD@oÞEÿï&ç>Í <ލÑ$!ñ%¢0¥41ƘƘ–Ji±XråVvvÞ3=UË’ºb_ç¾>$ôb¡¡¡!%%ÕÌÌ”yrˆYéíí“”t¹¤¤c¼gÏfýÀ~ëÖ}ïççÇçó•••ãââ™JJJØlöèÑ£¾ÿ~]ff¦X,öóóKNNNKKÃK¥Ò;wî09œ={¶¢¢¢Íx€ ð7AAƒH’;.|úôFÆF-ëg̘îáé5tذNsXµ&%%¥+ûÚµkWccãòå˙ǘJJJtuu·mÛ¶xñ €€€€ãÇw%ŸÉ“'0Ï3!„&L˜`lllmm ½ xWÃÑ–`Ô©¯‹­Q~M6‹PJ»NŸ<÷P$Ñ4MÓRæ§D"¾r#kÛ¾ó:|ë¼ò|ª¹ÄßݲãgÖ êß¿¿ƒƒ£³³sDD„l0jbb¼nݺáÃG899§¥¥­[·–Yïç7°¨¨Èßßc³Ù’þæÍ›0- x—CQ$™­^:töe2GMÁââEaúÝË®.:6–š,’xXPvívnzV«%a•5?éÃ)XùÍב«Ú½cþÙ³Rù•ÅÅE-{œ8qÂĉdãb„PŸ>}êëë˜_—-[ºlÙRfý!ƒ‡ Ü*ñ Aƒ]iµòÎ fY~¡Ç‚QÀ¿¦¨¨hêÔ©ÆÆÆ¡¡¡Ð€w8• ÑT•›—M˜·ú –¤ÎPÉ¢¨—<{rP’)’Ô!„H W—Ý¿¤áYIC±³NeØ ¡{cíúý·é³f÷Úæƒ`ð¯166¾té´àEÿ>_èag–ðëÜå›gdßPe©)q”9j<¤Ú(nl7ÖݧKÌ5¥B1N¾zuBxØïÑ1†FFAƒ‡>VÁ( 7b±XR©ÚÐkI$b‹Õa0ÚÆÅku…Ÿ–p9-÷Ê­G9EEB&zêŽv:Žýú‰*s·nÙ¢md–Û `ßÎøà?cW|³\M]ÃÑɹåm$Œ"HRWW·¸°ÐÄÔ ZÐ;å=z¤§§ßá[ê0’ F_<Ïä`æncHQ”P(l Å% )Š©Yþßœ¹¿þú3¯ÑPËb³'Œ3oîÿíٻ߲·µ0';«åeLÐKH$’œì¬Ccƒ‡ eÞëÙ~,Úš¦¥R©˜yM¨H$¦¨æfassscSÓóç |ÁèбR1Uù¬äê´ŠŠŠ>ff øÝÑSí 3£€vñx>ZZZ½ä•õãÊÊÊëW¯99;qxFþ¥`”Í237¥iiúí[uµu¾‹ôýA’¤ººº“³“¾¾‚@Á(À¿†Ãáöµìkdl,‹{ϳGArx¡˜ †`à5b)‡­Èvè6xq €`ô>p™ û$R -¥{ÕËê ‚`‘,’Åê‘÷@0 ÐMb1UTXt7óNuuuï‰DÕÔÔlíÌÌÍ8xµÀ¿D"•ݼq=0x°©©‹Åêµ–ˆ ’.\À´¤¥›õºñ(£ÝAKé»™w›÷éÛ{jÍfs,,,I„RS’ M^ÿMð@w`ŒkjjLLÍ{aÝMLMëêê$bqD·0’Ÿj)J$‹{É7‹€,’$9.—ËkïIŒq/¹:ß:‚äpiºgÛ‚`ÐQ$ÚÔÜx'·âdjnþÓh@X¤±®Ê¨ý8õíøòb²kׯ¦^M–J¥]Ý)›íãíëéáÕ‹Ú† =Ee<,ß.kìP-Þù×? ×’ÒÒòŠê}go(+«¸XP"Q72I½š<ÿ³Ï9nÓK$’Í[7B0 !D‰©„kÆ ñõµ„ÖôFVšBΦ{Ú›u/•J¥÷Iñc’ ’$ ‚ HBBèå7¼c„‘¶–®D"éUm Á( ]˜¦ ŸÕiëh@Sz-m-Í'¥5$ùZÏ|ˆÈÏÏQTiø<¾m/laF‘Hi WçÁ¿ÌÐतÚü+X,R"íä†ÑNŸã!¢O_K’ ™¹Ñ3¤ˆùZfF[²éUßçÁ(À›EÄã¼ÜNfFù|»þ½°qà=£¼=}›þÖ66îž/^üÇöKÓôú Þžv07ïè5{üñ‡ŸŸ_hhh·+»eË–7´‰««kËO¡P1uêÔeË–1Ÿ¦§§/X°àk¨×©xAAÁàÁƒÛÜ]7°Œñ¸qãÊËËå?’H$#GŽlhhhoÛŽ[µººÚÄĤ%qNNÓ­º€÷ µ°°²·sttpvrtuqvsuñpsõtwóòpóöp÷öpóv°s"ˆŽ3UUÕâââ¬È=rqq`€wÀùÄó9ÙÙ‹¾X8û£;½°ÒS·¥Ó4½~}WƒÑà^øcÇŽuðiLLLttt\\\·+»uëÖ7½ BèܹsŽŽŽ{÷îÍÏÏ/,,”J¥kÖ¬Y¾|ù¿5´ºW ù~yý|NŸ>ݯ_?ùØlö˜1c¢££ß•VàMÀí{‹¢ÿ=±t?éâ™Ó§÷îݳûÔÉw/%’Á\½'H¢ƒ ;ÞQëbÕ àm1tèÐòòò†††I“'ûù8»¸Îúp¶H$B …BC#ã¥Ë–Ÿ01áôé6›|ûíw>>¼¼½ïÞ»7sÖ‡Î.®£Fnnnfþ;÷óðòöt÷Þ=„PäÊ•B¡pøˆã'Ll3ìNÿüóð¤É“}}è·hÑâV%oll¿öWhŒ3!$‰¬¬¬¢¢¢>üðÃÁƒߺu !´bÅŠ¼¼¼ DEE!„Ž9âïï8eÊ”ÊÊÊ®d% ÃÃÃ#""B.\ 1bDVVB(''ÇÓÓ³¢¢!´`Á‚7¶Ú¤ZZZ-?3Ã×Üܬ  °{÷î‘#G21ƒƒƒƒƒƒ‡ òøñcÙ6œ5kÖ!C†úõ×_3+åË)«ÍO[åßiÅBû÷ï÷ññ5jTlll{ýÒi>"‘ÈÚÚzݺuÁÁÁAAAYYYŸ~ú©¯¯ï„ ˜;zôèöj:jÔ¨´4E«?~:mÕ®t ï:æþÐúŠŠ3¡a¢¸S~þ³fΞ1}Ö@ŸÏ÷Š1êyeId{ïÖoÇ™3g<==œœ|||233™•;wî´¶¶öóó[¾|y˵ù”B¡PCCã믿?~¼««ëÕ«W™”ÑÑÑVVV¾¾¾ü‘ÙÃôôôòòò233?›ó Ƹª²¢ª²bÏÎß0ÿˆ=;cFì¿?vïÄ××ÕÊÿÛ³ó·‚Çym~ô¯üSPPÈÎΪ¯«Ý²e³‘¡a}]í“‚|æ£Y3gnÞ¼©¾®¶¼ìBèØÑ#Ìúö)¨¯«½tñ‚½]}]muU¥‚‚“O› dwºgÏî &0‰KŸ–´ª‚¯ï€¿mo³vÅEOFÌÛ~íaM§ýhff†1 …7nÜÀ'%%Mœ8‘ùtàÀ………ã'OžØÚÚ–––bŒ×­[7gΜ® ±XlaaÁ,—••ÖÖÖbŒÓÓÓƒƒƒ_ ¤={&Ož|ôèѰ°0‰D"» Æ844Ôãï>øàùI¥ÒeË–MŸ>}çÎeee&LJ¥-Ÿ–––:88{û…_ù«tóÆõY3§F}ñ&O•$)ýZÚÕëé‹#ÂN}=7?9ùÖ–~;ûë¥s·¶lÌ9zäØÌéK#³²ïÝ˺+IÒ䩱EU©R¥‹/šÿ÷òåËõë׿qã†^¯OHHð÷÷×ëõçÎóðð¸~ýº^¯1b„üb‘kÞ»wO±ÿ~½^¿uëÖ–-[Ê›»¸¸¤§§ëõúaÆÉkgÖÌé—ÿüE+øG¯×-^8¯¸Ÿ•e‹Ê¿õɧN¼ñ¯mß¾˜€GÕ¡Ã …ÂÕÕeÉ’ÅBˆeË–¯ß°A£Q߸qSkuÿ)ÇZ­6&&F^.rkkëöíÛ !5jT·îóòUt7¾œvùÀ·ûõï/¯™•]¨Å­`þÐÀ€€?üèýÑ£#Â#Z·nUhóÉ“'»¹º>®Þ°±± B<ÿüó–×69r$<<ÜÍÍMÑ·oßN:=hùqqq·oß~å•WÌçáä…îÙ³çÃ?ܾ}»J¥*trîÇ,ÕP‘R+/1bôèÑ;vìXµj•½½}lll|||XXX­Zµ„F£Ñ˜7ôóó›8qâ¸qãBCCå>/®ž%´Â²ü‚­(r“#GŽDEEÉçûôésüøñ‡î@+++ù’Ó€€€çž{ÎËËKxåÊ•¬¬,£Ñhkk[dKeÎÎÎ×®]óðð?~|¡Ñü’{UaqHñ€g†€òqfT(Rwïvöö®ØH›vëæ¡Îí•B„ïØ[«FÍz}z_;wjûÖÀ¶íK_æÞ½{322zôèqÿË?+Kþ;S¥J!Dÿþý÷íÛWÜšB[[Ûððp!Dýúõ/]º$oÞ²eKùoñ Aƒ>ü:‡0 <ª-[6W÷ð—ãã­Zµj×®666_ýõ¹sçÍYSþ‰-n­ö~*U©TVVÖæeƒÞ IRPP“•+VWâV0h5ÅïÝ·oó–ÍŸÍšµk玂«ùûù•²¥‹/þú믅±±±—/_6/·hÑâß)jµ9R<ètöÅ•U°±5²<ÊÍͽté’µµõ;wªW¯^èÝN:ýþûï_©]»öêÕ«‹«I||¼]@@À[o½µuëÖU«V­X±¢„ñbŸ;wÄ –¢£›ÅÇ:yò¤Âd2%§¤˜“‡|­g‘+ôûïW5MçN¦Lžœ’’\èK3..¾”·g¾üòˇ:tèP‹- .—¾BBB:tíÚ5!ÄÊ•+#""JS¾ÜX¹Ú‘‘‘‡NJJ’›šš*oûÑGµk×îóÏ?>|xnnnÁM„7n<þW%$Q½^?sæÌ÷Þ{O’$“ɤÕjííísrr""".\¸ „Ðét999ÿû¹vM«ÕvèÐáã?NMM5 ÅÕSVä»–åÿmÛ6mš˜˜(_y¼k×®bÏ:”¢K:i¡Vûøø\¾|¹È– !ŒFãÕ«Wåsº E>´¸^µ²² Z¾|¹\ŸU«VEFFòM‚òE’Jq“Bqë ;'§ìÆñÚ‡®YãèTÅ©jÕ¨Œ‹‰ÒúW®RõÆÍ›æ‘bŠúËÿFGGÇÅÅ?~\¾&))I’¤Pù<¨$I+W®’‹*rM‹;¢„$I¡¡aññq¹¹¹’$mÙ²U<•˜83 Ä –ÜÝÝ}ûÍoŒÈ×éL&Ó /tÏe<¨iH¨‹‹óömÛŠ\Áìô锯ŽU)Uò•š…N¡MúdÒËöîÝû)ô——×øñã{öì)„ðööž5kV)7ìß¿óæÍ×­[7gΜwÞyG§Ó™L¦¶mÛ6hÐ`óæÍ?ÿüóºuëÔju»ví>úè£iÓ¦Üä*9gΜ¾}ûÚÛÛ !úôéÓ»woƒÁðÅ_¸¹¹Í˜1cذa&“I¥RÍŸ?ßüœ¦3gÎÄÆÆ*•JI’>þøcµZíêêjYOóGùn‘å—Üpooï7Þx£wïÞžžžÝÛ'íÚµ;pàÀ€,[*„8~üx“&M¬­­…3fÌèÛ·o÷îÝKÙ«BˆY³f½ûî» .”¯=?~<ß$(q´tÉÌ$IJ¥J¡ºÿè{…B¡P(…B!ƒ‰—©Y $‰èèf*•JáææºÿþE‹ þF~~¾Édzá…üüü|}}Þ{ïÝÈȨjÕª†……Y[[K’äææf¹¦9Œü¯÷¨Q£:vìäííåèè$žÊã÷nnnñññÙÙÙóç~5ûË9ÜBlZ¿nà¡\x –|3¿c—n…^ܺiCÿ—‡Ü»›i¹þºï×4kѲJÕªtÝSp÷næ«Ó¶}8¼WHGz£"KOOýõ׋»ôväÈ‘={ö,tžûñb&üƒÏÝ™ðÅšM³†Yþ*åçç¯X¶tØ¿_×ë‹}šýWs¿x÷Ñ×nü¾kç®ð &ö·S·lýýpB³EK ±ï¥þÞ}ûÔŽ¾¡Ï?™úS·®/ZYYO™6éÿ^þÐÎÍ͵±±BLš4éÎÌ©S§<¡žùvÁün/vwtr*ôº­íŠ%‹ºõèUäÏʾݻÚwì,„H¿’6Þ¼Ž]ºqfð÷Yðå—_¾qã†å£F ƒ¿¿ÿM¢@™Wª3£n ÅÕ½ê1xHãú TVÚõk×($©ÑK/„…+öÇÝøöŸ÷Þ%ž-¥‰'<—••U«V­¹sç”ý™E £€¿'?²´ˆ_µzÈ!ô*z-EàóoÓzÏô™ûöy4kÖ s?__µZ-ed(¶n¿²gOºN×ã…ÎÆ?ïû|”9a„BÕ#Œ(ÇÔ*¥Ñh¢ðÏbŒÿ £Ñ¤V)K £¥ | ¡hº|Ib¿^¿]tmb—“- éÞí[·}›®Ëo¹a½T®$aÀÓ P*½ÝnÞüCÔ­Bo¨˜nÞúÃÇÝ©ÄgÕI¢˜ì(?ì¼’ƒ«[›=»’¶o?š”rë› …ÂÅÙÅûí·»wé"$!I&s9ùyy懬FT\Z¶cxå;ŽH áâ\E¥TÑ'*£ÉxófÆÚG^ëVÂ-J¢ø3£·nÝR©”ƒÞÍÅÃüb‹>ýKúP£Q¥RݺuËÃÃ0  ¢³²²Š¬eWÙ~Õö—¯Ý10^ "Q«”ÞnޝukÚÐ;Çbö»¿fѢè$I5kÔþlöŒÒ_ï¤R©jÖ¨õxäIPŽ™L¦&u=Bý|•JæÈP¿õz] Iô~ä,&8V©R¥N­:>^>ô¡Z­¶J•*„Q¸O—Ÿ¯Ëϧ ˜,Zì0½V«uwwØb £(‘B¡ÈÉÎRT¼±#Éd|\#f„Q€‡L¢ŽŽ×oÜpuu­hm¿y󦓓“Bñò(aàa¨”ª† ýBÃëU«fžYþÙ&IÒ­[·6 ÔXi£ÿPU«|kø˜LÆ“'ŽeÞÉ,ñY¤Ï¥RéääØ(ÐÝÝÃÖÆ†0ŠgÄÁý{۶“-/Ð!€rA£ÑÖªSËÓËË ×Wœ[Ž ¥ÆJckc#Äc8LE™` $Q@ù¢ViÔ•4ôaå[NNv¡Pðk” ÷ïµµ­TpF§„az*&†éQ&0L@ÅÄ™Q” Ó—YC‡½jïà(ÿñóx::qb¬ƒ£ÓÝ»wO:õÉ'“ÿøãG,Çò­ÌÌÌŽ;UsvéÞ£çC”ü +yý³gÏ6hè—p8ºYsù•?žP¯^ýªÕœÃÃ#’’’¨nŸ|2ÙÞÁ133óqµâرcöŽkÖ¬y¼;hÊÔ©QQÑz½¾ÐëŒÓºMÛ6,¸ïFðAÕjÎùùù¥oõ’%K‡¿ñF‘ Ôcò'Þ¹s§ÈÂFQÎ0L_f>âãã³~ýë×ÿ¸lé’§ó¡Ý»wß¼i“½½ýÚuë¦LúÐÿ>1—cùÖ²e˨QÃwäÈÿȯLœ0!<<ÌÓÓKáããc^377wÀ€®nîU«9·lÕZaÙŸÉÉ)þþ~E¾µcÇŽÈȨªÕœkÕ®3jÔ;%´B1gÎ\ß54ôûqýzë:uêêØ’ûAîöððˆ1-=ª{~ñÅ—-[µvusŸ7¾âã Ã-[äâì,IÒ¯¿þZäUpß9:U øæÛoKnuÁBV­ZÒÔ×××r¡AC¿&AÁ¡aa®nîŸþ…bàÀ—ÝÜ=œªTŠnv%=½P{““SÚ¶kçêvÿ¸5ÅW@EùÃ0}ÙôËÙ³z½~×®].®n.®nIIIîîn¯½úÚüù z÷îÝ»W¯1c>(¸~5zõìQð77·Ó)É3gÎP©TƽzõêKôìÙóLêéôߟ6}FfffZZšÝ×sç8;;oܸI~ÅßßÿÕW‡ÙÙÙuêÔñtJòœ¯¾R(ÉÉÉ;wîüõçž{.;;»fò+þ¹yyYYY!MC¼½½=<ÜŸþù¤ää)S§µlÙ²U«ÿ-û¿×‡»{Tw÷¨~óæÍ‚Ëær,?B£Ñ¤§§y{{¯Y³F¡PŒ~tƒõmll Ãß–\°bkX[¨E–]Tp}—øø¸‚† jÙóÛ¶mkÞ"¦fÍšÛ¶m-8ôܤIㆠ {õµ¦MCnܸQ\úûù[¾µdÉRƒÁ0cú´Zµjµk×®äV¬]»V¥R~ÿýÆ+•J??sŠÜA–%È«ýgäjת-„xå_¯„‡…eggÕ¨Q#åôi“ÉàïoÙ"!DRr²µµuÚµ‹<¢ î;y(ß?À¿„V,dÍšï7n\³fM˹„W† qtt´¯\Y¡Pœýô³/tÌʺçìììáá.„0·7##Cn|P={Ö\€¥pss‹ÏÎΞ?÷«Ù_ÎÉøã–bÓúu‡ ¥wð,ùf~Ç.ÝäëDsr²å…Ö¬ìÿò{w‹xJ˺ï×4kѲJÕªt]…b0¦NöÕœ9'Owvv¦CÊ»&AÁýû÷{ëÍ7 ¾˜››ùê°¡¯¾úêcÿÄ•+W…††Ô¨QÃrAéèè¸yó¦G,œ= !llmW,YÔ­G/Ë·îÞÍÜ·{WûŽ…éWÒæÏ›×±K7ÎŒ¢Là¡÷(Yí:Ï©Tª¹sæDŸ Ç-âÌÆúÄñcOèûöíSÜ‚N§ûù—_† òè…x„Q” Ó£d¿]ü•NÀ¢Õjÿ¸u“~þ)ÜÀ„2»é¨˜83Š2az*&ÎŒ¢Là¡÷eÖßN>.OÆý Ó…—0÷z Ê?²?ƒùêÛ5kÖøÚ;8¾>|xé»Ë²Ûå)é'NŒmÐÐ/!ápt³æüu@Å3‹aú2«äÉÇÍ“q?ètá%̽^„ò¤ìÏ`þ„úÖÆÆö•!C„ 4,}wYvûý)é ½{ÿo^ïœ.Ürîuó÷ÉIÉB?˹Â-ËQ©T’$?~â“O&çæþuþô2?ƒùêÛÌÌ̳gÏ&§¤xyy={V¯×›û¶„Éâ XÜ”ô@ųŒaú²É<}ù´éÓß|sdPPPÛví?ÿâ‹©S&+âózÿÝtá 4hÚÐÏÖ¬Ùvvvç^å_C…ò÷ÎÎÎÉ))ÞÞÞæ¹Â{õîÓªU«O&M²,çÕW‡yzzöëßÿÄÉ“BˆÆ™kþ U’g0wqq1Ï`n¹ Ì`n®UëÖ­ÒÓÓ;¼Ð1.î <ƒyÁN3ÏÏžœœ$þ:ƒùêÛÏ>›Üô×_=~üxHh˜Á`,з÷+s*é”"Àß_N¥æ‡êêâÜ´é?ü þ:%=÷\qcÇ–r®ðo-Z·nV«ˆˆ˜6uÊ£'QQ6f0g¢s aesÓ£R¥J·3þ÷ø÷Ò̾`þ¼óç=µ2ƒ9< \3Š2»é¨˜83Š2az*&ÎŒ¢Lànz*&ÎŒ¢L`˜PNŒ“Ñ$IRÅi²B¡P)UJ•J¡ ŒâYÁ0= <Òëui—ÓR’“222*NuttlÐÐß·†¯F£!ŒâÁÝô€rÇ`4¤]N;z$±E«Ö>>¾*•ªB´Ú ÿí·ßöïÙ#™ 5ëÔV«5FQ&0L(wLFSJrRL«V5jÖª8­V«5µk×Q q(>®º—·ºÒ£†Qn`B™ÀÜô€rG’¤Û·o{ûTÄùÒ¼}|233 zýcH·I( ¦/Ë_µ:]¾^¯7™Lô€ŠF©Tj4Z­Öª¸;u$Iª £ó…¤Fk2=žÛ¶£(¦/³I4'7û¹ ‡ºqýºÑh¤OT*•ÊÅÕ%,," °QÉÿ /.“ù%#áÌ­ä_3¹rWâ¹ê•ýk:†Õ«Z¯*ÝKEÙÂÝôe“N§»pîž];Û¶oïîáùX&€òÂh4¦]þm÷î]•íž{þy]~~é·½›­ÿxiRÒÙ;õ«T}ÎÑ1Ìß]­’ ñÇ­Ü+ϸ»X{9 Je+:™0в‚aú2FõºÄÇڵïFo¨€¼}|ª9»lÙ´±AC¿Ò‡Ñã¿Ü|óËõíZ¹»&žÚwñÄ»×Tj­kU÷&M›mÑ*5ýV—vN{­ih}:™0Š2aú²I2™®_¿îæQ®PaÕª]ûÚµ«¥ÊÌÊ1kH5Ï{·Ò—ìý¦º§cLk×*¡ …¸r=óô/qûâ¶ü÷÷ÿÓøíÏã6LéPÕÞš0 üó¦/³ŒF#£ó*tTRkJ¾b^’¤‚׌~´à§U¥{×âÏlëÒÎ?ªI{{'G‡ªÕœÃ…_ݶïØÄÏÆë÷V›çkŒžspî[Uðæ7esÓž‡Oÿ~$)ÍSk“øÓžm^hѤfÍZ¾¾>^Þ>®®.^ÞÞ¡¡¡}»µ~©GËE?|í[¥Jú•{ûO¦FÞ“¦ÿøã c>üP^ž3g®‹«[~~¾B¯×»º¹_¿~½äÍóòò<½¼ ½èìâúèûõ×_#""±@“É4}ÆŒ§¼›òòò8`À€Ñ£G˯œwëÖ;wF7kÖ"¦eÊéÓòšÛ·oˆŒŒ:þü¸ñãóòò:¼ðBÏ^½ÿ¶--bZšO=z4ºYó‚ËÎÎÖ—n ›¬¬,¹Olmm-ZÔ±cÇjÕª™WX±bExxx§NV®\ÉQ  J½n§±Ò µ½Ý*W®lmc­T( …R©B¡P…B©µ²²³³kXÏ÷VæuМK»^š\§×ë•Je•*UòòòªV­:jÔ¨.]ºlܸqùòå 6ô÷÷ïØ±ã7„sæÌ‘Ï¡þðÃZ­6##CþM>>W®\Ñëõ‡ž9cz\\\tT”‡‡»bàÀ1-ïß̨Õjcbbþüg¨®]ûc?úè…:*ÙÆÆ&44TQ·n½ËiiBˆ„„„fÍš;99 !úôî}ðÀÁ‚ë'$$4oÞÜÙÙYñÒKý9R¨@óç8p #ãv¿þýï§Þìl!ÄÁƒ¢"#ëÔ©#¯©Õj ޼'$$”ÜggçˆˆÈ 7¶nÕj÷î=3ÿz±éäÉ“Ý\KuéªR©Œ•—GŒ1zôè;v¬ZµÊÞÞ>66öÈ‘#QQQò‰Ò>}ú?~œ@Eó¼W•Œ»™ö¶n—Ó³äð)IB¡ …B’$¡B(’¤T(/¤Ýp²«vãξ••ÅM6*„b÷îÝžžž-[¶ŒŒŒŒŒŒÔjµòuùqqqÍ›7¯^½ºbÈ!Bˆzõê]½z5333!!aܸq;vìP«ÕQQQBˆÆ¿÷Þ{£FŠŠŠj×®bïÞ½=zô0Ÿj!ŒSdDĬٳ½¼¼_2Xá×°áÊ•«*W®ìééYÜ&ÖÖÖŠ?¿ÔjMppжíÛ:th¯øë7…F£ù3Ÿ)J9i»Fsÿ¯›úÏm‹ü\I’‚‚š¬\±âÑ›_°-Æþëã'ܼq³s§N¶¶¶Wó÷ó{Ð’ãããíììÞzë­­[·®ZµjÅŠU«VU«ÿl£šï…Á 7Ÿ |Þuÿþ+Õlj¤œ¾–Û!×ÊJ«R©” ¥|æS’„B!™L¦ÜÜœã)¬ÔUnd^ pÓéJzœ¾^¯Óéòíì*EGGmÛ¶­iÓ`kkk½^'„0 &“QÞ\§Ë—$I^[µj¥½½}TT䨱cU*edd„N—ïéY=1ñðž={üñÇiÓ¦íÙ³Û`Э^½Êüq%WæI`˜ϲ°°°'N;v¬qãÆBˆ°ð°™Ÿ~*_0~ààÁß¿*„X²ditt´åæ …â‹Ï?WÅÿ½þúß&ÎÐÐÐ}ûöݾ}[±jõjËšÄÇÊËËBlÛ¶­„r¢£›ÅÇ:yò¤Âd2%§¤!¢¢¢ÆÅ;wN‘ŸŸŸ““#§=ùZÏÒ´%$$äîÝ»ŸÍúlÈ_Çè…qqñW®\)}¯êõú™3g¾÷Þ{’$™L&­VkooŸ““Ó´iÓÄÄDù‘»víâðPAHÒÿn` oTófîM[+M~¶÷–Ýçuù:É$M&I’$É$I&£Ñ¤×ûé§ ×Üê¤g^‰lT«Ä›„î/deeÅÇòõõ‘ï’_ ß¿ÿ@zzº$I‹/nÖ¬™üzTTô”)S£££­­­+W®¼~ýù­ôôtµZݹs§©S§$''ëõúèè踸¸ãÇK’d4“’’ävìØqóæÍ"¸ xuj×öpw—Od†‡‡ÿúë¯áBooï)“?騩Sã&AÇOœ˜2ù“"KP(³f}f¥µzíßÿWòC}}}ß}÷¿ÑÍš7o£P(¬ml ¾ëãã3êí·;wéúÊ¿†Þ¼q³„rÜÝÝ}ûÍoŒnÜ4äûï¿Bxx¸ùÅçlÚ¢EÌÕ«W…ƒjÚ¶]»R¶¥ÿ~ÞÞ> Ô/ôú¤O&ÅÇÇ—¾Wç̙ӷo_{{{…BѧOŸÞ½{/]º´OŸ>ÞÞÞo¼ñFïÞ½‡.ßD%ŽšÃh`­Æ ;”J¥““S`£@ww[Â(À?F£ÑÖªSËÓËË ×Wœ{ ¥ÆJckc#Äc8Lx„,¥Ò¨+i臇ƃ@a Œ€0 F@þéCV©´¶±¦(ƒT*•^¯ ië £(gìsss5ZB© 7(SIT­Ñ^û=ÝÞÁ±ô[ñÐ{”3uëÕ?–x884ÌÕÍ]­æ ¬Ðëõéi—Ž=Ø„0Šg–»‡‡"é䉻™e`Ê¥RiïàØÄÍÃ0Šg<Ê‘”ûK€0 Â(@a Œ€0 F@£ Œ„QFÂ(£a„QFÂ(£a„Q€0 Â(@a Œ€0 F@£ Œ„QF@£ Œ„QFÂ(£a„Q€0 Â(@a Œ€0 Â(@a Œ€0 F@£ Œ„QFÂ(£a„Q€0 Â(£a„Q€0 Â(@a Œ€0 F@£ Œ„QF@£ Œ„QFÂ(£a„Q€0 Â(@a Œ€0 F@a Œ€0 F@£ Œ„QFÂ(£a„Q€0 Â(£a„Q€0 Â(@a Œ€0 F@£ Œ„QFÂ(£ Œ„QFÂ(£a„Q€0 Â(@a Œ€0 F@£ Œ€0 Fðì$I¡PFQNþ‘¤TæädÓ<3LF£üOE9`oïpù·‹yy¹&I¢7(×$I2 9¹¹ÙYYöö…ÞUÓA(ƒê<ÿüéääz ÚÛÛÓ”kòè|vVVJR’Ÿ¿iÃè’oæÓwø§Tsvièïö—_îÝÍ4™LtåšR©¬lïàçï_ÕÙ¥Ta´V:ôžšŸÎœ.òu§*NNUœèE½ú ËrõŠ£¡áQì9€g@æÛå/Œ–ñJà¡7&Yý<+70T,2þØOYF*–25ÎsF@a´8§SS[´ˆ nÚ³W¯ŒŒŒ§YEI’:uê|ãÆ Ë·ôz}›¶í²²²ŠÛöÝ÷Þ÷¬Z͹ÈÍKÃd2}úégæÿõð¨^¾êoiÙ²åá‘í;t8|8±Û‹ÝKÓ®GiBYö;÷!³‹/6kÖüñ® @E £C‡ýÁècGøÑاYÅÍ›7×­[×ÅÅÅò-FÓ£{÷ùó·m×®]vîØnkkû(yeæ§ŸšÿwÓ¦å¥þƒ¡È×,X°xÑ·[·liРþ¤Ø‰Oº T·‡V°ÀÒ^hç€2FÏŸ?Ÿ™™ÙºU+!Ä€/mÞ¼¹à»ùùù5jÖšݬYdTôéÔÔaÃ^ nÒµÛ‹¹¹¹Bˆ]»vÇ´lݺMÛÓ©©ò&>¾5&L˜8ðåAÍš5?rä¨âÆËež;w.¦e+yyÙ²å]»uBdggøróæ-Z´ˆùï»ï™ãÚ²eËŠ«yXh¨««kqïørLËVÁMC^}õµ|N~qÇÎÑÍšE7kÖ¼y‹ .L˜01//¯sç.}ûöBtìØI^mÍwß…†…‡GDöêÝûÖ­[Å5êÉÕ_þ¸wß{èÐamÛµ?|8Q~Ñ·FÍ1~Ø·o¿mÛ¶YVrôœ;þõáotîÜ¥S§Î£?S¨XËõpM°ìÛBu+òƒÌ í…"‚þ¸~}É…¹w í\ÙÌ™ŸŽ;N^>vì˜ù8,IJo‹;¢–.]ܶ]ûeË–—ÜÏE® aT\¹rÅÓÓS^vwwÏÉɹsçNÁîÞ½t`ÿþž={t±û˜1cŽI´³³[¿~ýõë×ÇŽ·ö‡ïã˜:eòëÿ÷º¼IVVV›6m–,^4~ü¸ÉS¦”ðé ‡7 ”¿+ÙÚîÛ·wïÞ=c?úP~×ÅÅÅ`4¦§§?DãgÏúlÏî]G$V®\yÕªUBˆ«W¯¾ñƈo.<°ÿŽÛÝÝÝ?üpŒµµõ† ëW®\aÞðÒ¥Ë|0fÝÚÅÇŽýA zrõÏÊÊjÓºõüùó¾üâóW_{Íh4 !îÝ»Ó"fåÊ~~þ–•œëéé¹`þü ÖOž<¹PÅí¬‡h‚e߬[ppp‘$³Ü Åõ€¹ÀN;þmá–{§È;pà€Ö®ÕétBˆo-¡úËÛ~ÿý÷BˆÃ‡õzCÍš5®’%ï¬jB }[ú£Âr/yl<ú!WäÎB4m|ïîÝÙŸ>¨¨1úâú¶ÈV‡„„&$ÊÏÏBìØ¾£„¹&ÏŒ®Ý{ýs\ÊíçÏŸ7âï¿?ÚÇÇçë¯ç–þƒÝÜÜÌŸ7rä›ù:Édêо½_ÆÅ%ƒ>ݵk·šµj¼Lð…öíÛWcРө©ãǬR*%!}òÉ$9I=z,8(ÈÚÚZ±jÕ*?¿‚e¾õÖÛ;vîÌÍÍmÞ"¦~ýúß·ÆüV‹˜˜¥Ë–÷êÝÛÎήà±³gÏ4xˆÉdR«U‹¾ý¶fÍš/¿<0<"ÒÅÅyóŸ ÃÛÛ+6vb—®Ý„>>Þs¾úª„xBõBØÛÛ§ž9Ó"¦ennî¼y_«Tª‚> endobj 87 0 obj << /D [84 0 R /XYZ 56.693 345.17 null] >> endobj 88 0 obj << /D [84 0 R /XYZ 56.693 325.299 null] >> endobj 83 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F65 39 0 R /F73 59 0 R /F72 52 0 R /F75 79 0 R /F14 51 0 R >> /XObject << /Im5 81 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 92 0 obj << /Length 541 /Filter /FlateDecode >> stream xÚ½”Koœ0Çï| w¥âõÛ&ǪIR«Fá–ÍÁ7¢â‘èãÛwÀ°![¶m)ÆØãùÏx~6A·ˆ ·Ñë4Ú]HŠœ(¦Pú)†•F†&˜ ƒÒ]o>Úº·å6f’lr7 ú¶·¾hæÙ`Kì;ç½­ Wwv{“~©˜RœHÎîYSï a·½·Y±çŠ×ÇáÚ0°YV4µkË+A?Ù¾+ʾÖ &† Ô¤øP“0P”°côTF›Í.2lˆÎÓè>¢àAERa•p¤Ša(«¢ë‚rXU,ƒ~Œž’”`ÆŒKt]Fd:×ÿµGŠ\P¤ƒâ}D°Tœ&£Çr<.&D?ʘyr÷¾RèMY\žÔ‰'¡x¡42 ù‚F@—धó½êÃéßù¢rÞ>4fÑ87Û ’ÊÕ{®Ù¡ÛÛR¹ùÙ-p vÙ¼CÒGdÆ“š¡˜%Øp²º(zBqìËg:[È‘ ÀLÌ&B„$?÷ek}Øß6_¼{¬íJò]stÞžR¸4Í\pWl™Ü|>öU˜ü5)~sYßÙÇidMeë¼™¼wí]SçÃ-vxµÜS.Ó 5s v/°;¯`f"M©^À¬ÿ ó<~ˆ¾3˜ÂSF¹ÂZM9Ÿj†û²³ù‰wl<§Õ§©ý;cÏÁXN¿dŽ+üã9“pÈO} ©¢‰> endstream endobj 91 0 obj << /Type /Page /Contents 92 0 R /Resources 90 0 R /MediaBox [0 0 595.276 841.89] /Parent 62 0 R >> endobj 82 0 obj << /Type /XObject /Subtype /Image /Width 906 /Height 688 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 77160 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 906 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw\GÿÇgv÷*wô""ˆ€ ¢±ÆìÝDcŒ&Ñ$¦ç—ú‹%=#sòäÉZ­–RJ1îs!¢(* Aê~Ã0ÁÁÁÞÞÞ¿þúëìÙ³ëiOM¥¥:uÒh4`LJ)ÆcÌóüËq\hhè°Øá;ÿÚQ{šŸ_0tè°š†þ€û–úÙS„··÷Ä ãoãbkúA­VkµZQA€Jˆ’ôí??~bíª•’$ý0Ï[_åeH\¹ï²Þö!¤ÑhêiOY–%„@ï)@55$Þ$ûNy»ýçJöò¶AÜÆž‚܇˜L¦…‹çå盌ÆñãÆìß!TXXøÓ‚_ò ¥Ï>ýtX«P„$I?þ¼àðÑc+—,Z¼lù_»vˆ–žžq=%¥g÷g=1C©TB¶nÿsçî=Ç–•™ß}ëЖ-« à^¡ª=U(:t@]»va˜ˆˆA.\¸Pi·»í=…nîCDQœÿË®]º 40==ã¹—^îÒ©“V«ýêÛûÖ›o¾û¯}„‡ÍD±,;cúc;wïÑh4Ó§Mݲmû¬'f`Œ ÿïwÿX»î±©¤gdüºxÉÂù?6köáÇŸ”••U„»»;$>MÛ“û•|'Ïó’$)жmÛÊ»I’Äó|%3ê€ÞSŒ1ÈÀ}…©´tÿÁCÙ9¹;wí"”z{zæè­Öø çgÍœÁ0ÌÌûùúÚ*\Žå*ªìòþ‹Å¢ÓéF]¿qÓŒÇU( Žûó¯S§L~ûוJe~aaÕ ÜÝÝ¡S€{Œ1Ã0•Œ¦ »ví9r$Çq”R³Ù¼sçNŽã*ÙËÛ.˜z{zÛÞWëÈÉÍcYöƒ¿ëéáaÛþÞÞŸ}üÑ”‰æÿ²0+;»Ú  Êàª*eßiÇqݺuC‰¢(Çq>ø`ÕÝä=k?ÿmæžÂ­<÷:7·Î;þ¾zõûテ1NIMå8EPóÀvQQkÖ­íåBƒA§ÓUÔ“¤ü¢òBÈÍ´ôí;þzü±i„kדOŸ=;ã±G#ÂÃŒõz½V£©DË`H|š>rç(Ã0U]¦(ŠV«u×®] …bÈ!òòùU÷ok/qM{¬Zµjøðá …dà~£Ð`X´dibÒÕ  æ~¾¾3{T¯×çæåÍÿeavNNpP‹Î¸zíúÞýFÄCýù×Î ãÆ>2eò¤G¦µ‹Š’+ßQ#†6Ôjµ¦¤¤~ùí·*•Z„Q#†5²´¬¬°°°RîîîÐ À=aO ÃåË—õz½ýv«ÕzñâEŒq³fÍ!ÙÙÙÇEGGWµ§W¯^}â‰'êiO‡ ¦T*AîC0Æ*•J~A !DžŠ1V«ÕòX•$I Ã( yŽ¿B¡(--øÈ´¿¶n–çÇ ‚ ÿÊ0ŒZ­–Ï`ÛXmò4}{ZTT”˜˜èa7A_ÆVVú\Éž&%%MŸ>½– `ÝS€êë_‹ÅRu£Ùl®Ô[`û ¿@¥ê>ruZVVV— š>òÈ>˲•r²ï(­i‚©$I·}4 æž8I’~ùm±$Iúù”Iš@šàªèt:JémrªJ]-…—š8¦/áÙgžzåÅyJ¥R«Õ P¸0¾¾¾iii*•êN!{ Ш˜Íæª#û®‡———ÙlÎÍÍussS©TŽ}‘SmöT«ÕBê•$)$$ÄÃÃãÚµkEEEu?°.sGo3÷R¨ŠÅbÑëõ}úô¹££xž_¿~=ØSÀñÈï½»£CA€ÞSà^‚$ÀžØSì)€=ÀžÖÛ®ÈÚ¤ ¨[XÓÀ¨Ë²Àp¥pïÙÓúµ|_}÷ý¤©Ö²Ã·?þÔ8Í6¡Õ`¿ÏóŸý}l)¥ßý4¿ñí¹5nÕÆ¶Ò§¡OØ×R «Õúù×ßLyô1—7”‹õó¯¿yø±Ç¡²î{úÁ?ž÷ò«wzÔósž1Ôüþ+JiZzzC_ù›iŸ|þeLìˆ~^°xÙòß–,ýaþÏO=ûÜà£ìwS*•óæÎ©Û›iiö±mh§²xùŠa£Ç>rÉò‚ ÈîjѲ僇\´ly…›‘™ùÃÏ ùÓ/ 3³²îþ„Ù99?þ¼ &vĨñM&“ýîÙ·?føÈŸ~Y˜•Ý8ù^¥R=÷ÌÓ†¢â&X&%Izÿ£ÿ¾ôêë9›Z­zöé§ wòº9¸‡í©ÉdJNI½xùrFfæ¨T*kùcüÅÿ>nè+oü¯¾Œ1ž7wΓ3Ÿ=ó‰yÏÎýéÛo‚[´¨leÔꚢG)ýó¯ OŒñÌé1!Ô!:Z¡PÈîªk§N}ûôž5£¡zÅ‚š7ŸûÔlŒñܧf7 ¼û6 xfö,„V«Ýwà ½==wþ<Ã0sŸšجY£e}õ­²6ʋՕ+¹+hÊW Ž·§‡Ž}nÎÓznï¾ýönCîP´ ¬iè¼Ú­çΟ_¼l9ª2l¿oM'¼³‹g*_¾(Jß|þiåàn ½r{ºsçm¯´Ú4¹#‡:26!t4î¸í„ÇNœˆ:¤jÊ8*P[úØRÉ!'Ä4pÇ®]¶99¹~~Uå¨{JÖ²gmY®æ9u±.g¸#(¥GãŽ?ûÌSnnnûö¨6¸Z&{ÜÍ•@»›ƒÏ?ÿæk¯8`÷¾ýÓ†1F}òÅ—ÉÉ)ïÿë÷>ühHLÌÓ&ò<¿hé2Fs!á¢Z­zåż<=B)©©›·mÏÌ̼–œÄÿ÷ɘ˜ÉÆŠŠ–¯\U5ÁÏ?¿kÏ^Oii NñÁ¿Þ©_n<ŸðÚK/è÷Оýú¥ôûŸæoÙþç#“'=6uªJ¥ü}õšU«×X¬V/OÏu«V"„ EE¿ÿ±zïþ(OFAÖ¬ßPTT¤T*í30¥ôl|üº›ª&4êß{š“ãçë+w†¥gd$&%ÉÛŸ}ú©äÔÔµ6vëÚ5²m„ÐÒ+[ÍxìÑßû×›iç/\›Éƒ‡Ì›;ç³ÿûâsÏý¼ð7Û™åö#ôÖë¯6kÖ>ºN§CÅÒ§w¯ysç,^¶,¨yó9³gÍ™=+(0péÊ•w㺆Œ5dĨØ1ãž|f®<©”Rºyë6³ÙüÜœgfÏ|bÚ#ÛÝ®üA¡P¼4ïy„ÐËóžâñé”ÒO?ÿrЀþÏÍyæW^^RÑÃ*'§¦®Û¸©[×®mÛ´®_TGÄË/(Hºv !t3--*2’ã8JéÂE‹ûõí3kÆãM›úÕ·ß;6P{[ébŒ[†·mÓzÇÎ]òm@Nnn€¿ÿ-O¿ø*fà€ççÎyý¥—._QžYfÎS³¯§¤¬ß´¹[×®mZGB–ÿ¾*¸E‹'¦?öŸ¿›z3íBBBM‡SJ·lÛ.ËúÔ“3§><Å>Äe+W¶ š3{ÖÓOÎ Xöûïå!Ξ%‡ØµK9Äß–,•üÑ©|ýݶ3|þÕ7ÏÌzòéYO¾ÿÎÛõž<››ëçëË0Ì ýÓ32’®^eæ¹9Ï´iáïï¯Ñ¨1Æýûöíßï¡?7m(.)‘òòôœ=ó £Ñd‹ÌÖíZ­V9Û_©$IŸõœ8¯¾øÂ²+¡šõï=ݳoZZÚO ~¡q·{ï¾È¶mB„ÙOÌ=%Bh߃?~û5BH£Ñ,ûm¡Üù‡1žöÈÃ,Ë"„zõèþÁ«™lʲìÐÁ1›·n—;Vÿܵkʤ‰”ÒCGŽþðÍWò>ú÷›÷Ê«sŸš]o·´wÇv¹_-õÆ÷>ü¯¼}ÛŽ¿þ÷áòçàu<Õß|ííí%ŠâÙøóVž·ýä^%MêÏAýûýøó‚C‡´‰ˆ8|äèàAeËuüÄI¥Ry4.ÎbµæçÿÓ#èááA)½›@+á¨bŒ‡ÆÄ,Y±üéYOž?¡SǪêþÃ×_y{{ ‚pöüû”ôpwGÙâ IÒþƒ‡¾ÿúK„V«]úë/r~µ‡J·ÿµÓ&kp‹ û»”#Çâ¾ûê Ù’ö{¨ï«o¾5gö,„{•㎟P(GãâÌK]‚+Ü7?ü4qüØv‘‘?~óu=R†²wÿ7oÎÿe!¡”a˜=ûö·mÓ†eÙ±ÃÖ¬Û02vÆxÛŽãF’ËŽ}¢ÙŸçÏ»>þÏûrjÛ_)Çqßõ¥œ8çnM[¸·í)¥ôâ¥KÿçÙ ”””ì;xpîÓOq\ù íLAa¡¾â«¼¿ŒR¡¨h×54$fв•¿_ON n”••Ý&"‚RZT\ìéáaó+EŽxþšã¸ˆððÞû·|uÙYY^^^6CUÇ“HDZðÛ"?¿»v©úë]º:­VÛ¯OŸCGŽ>9ãñ›éé…†ÊÛM¥¥sŸ~JNÌW_|Á±:ü*ä<0 ¿_~ýíð‘£çž{æéªûˆ’¸à·Eþþ];wª=…CÕÜUýá”fgg{zzVÍŠ”¢¢âbÙûVÍTc[ˆ”Ò2³Ù–௽ô¢¼a˜ßû÷ª5kßxçÝV-[>õä“Umw]ìé•ÄÄßû7ƘRRR²ÿСgfÏâ8n@¿~ ~]tøèÑ»vÍÊÎiÓºµ(Š·É[Oe¥è–+¥BEâtéÔj@  RÏÁýËWC‚ƒm |tTTQQñé³g«ÝÙËÓ3=#ÃÖ:–––Ö= æÑQQ›¶lÙwàà€~ÙNhsEÅÅ^^žŽJŽV­BAˆ?Aïîž™YþÜ´( u´ìÿ÷ö»£G Ÿ8nlPóæ— cr[é«üc,?zµïÀÞ={È[úõí³ïàA9¬ƒ‡÷ïÛ÷nÜ’Åjµ=ÅLùk÷î+II½zöX²|9Ïó„y$› öÑCˆeÙ›ii¶‡»ssó!.^ÂÚbŸ&õ£sÇŽ~¾¾ßý8Pÿ~6·Ô«gõ›6I’ÄóüÎÝ{ìÝÒ]j/„CNh6›å—Ç÷¯%'ËS*dŸ’ Bÿ¤ä­qÀw°ÛÊ?Öˆ¢(Šâž}ûOžú»¦Ã1Æ={t_ºbÏóò¬ûlÖ§w/9SI’tøð‘‡úô©)Äž=ºË nµZm NùaþBˆN¯Ÿ0vŒF­ºÓÄ!„ìܽ§ÇƒÚsTT!d÷Þ}òd˜áÇ%]½¶s÷î^=Ê‹ž»‡Çñ“§$I²òüï«×Øâ‰1îÑýÁj¯!D)ÉËË—I¸xÉ>m ‰À¾ÿþûÕþQíO¿-YºyÛvVÖ*ÔM«Eí?pðôÙ³7ÓÒJJJ.$\¼xù²Ùlö÷ó—‡à£ÛE?yjñ²åòññ‰:dÑ’¥—/_)3›C‚ƒM&ÓŠU\IL´ò|‡öÑ,ˮݰñì¹sJ¥²Cûh„P`³fkÖ­4p@—ŠÚöÑÑû:wþ™sç EEO>1£–é5‘™•µbÕW“’’’®$&]¸téÄÉ“ë6nܼu{ÿ~}Ç}4.nÑÒå.^lۦ͡#GAèÍ0ÌÚ ÏÆÇ«TªÑÑ¡ŒÌÌuë70 Ó:"B©Pü0ÿçë))*¥ÒPd¸’˜Ųì’å+.]¹b6›ýýý=<Üë­ÆØh2M¥OždÛÒ.2òÀ¡C¿¯^þüø±cÜõz„Õj]²|Å¥Ëõ4#3sŪ?“®–••µj®T*ïò„¹yy ~[”’z£ÈPÖêêµë“'N0™LKWþ~åÊ•²²²-‚ô:lú\ðËõädµJUh0$&]mY‘’rîò÷÷ðpÇGE¶•s×Á#G|}|F ÅW=<:ª››6ªmäѸ¸ÅK—'\ºØ¦uëÃGŽ¢Ø>ºÇqí¢¢”gªø¢ââ™OW(‹EÖÎb±øûU„ض­œàç/\°%8Bèêõë»÷îOLJ:~êÔ“3føùúÞ‘7ýmÉÒ­îÐjµa­BµZ-¥tÿƒ§Ïž»™–Îó|×ν<==6lpŒíá<•JùýOóÆOMMØ¿ÿÞ,Kûèv …"²MÛ£qq‹—­H¸t©uDÄá£GAhÝŽeY–eüyArr²J¥*4’®^‹ŽŠº›µ/àŽš¼äää:ÔfxjZøpÕªUÆ ƒD€¦¥T"äÿÞ~û?ÿú—Ãç@£!Šâž={¦M›VË>$4qÌfóÎ={¼½¼ÛG·o ¸< $4qŠKJ–ÿþÇŸíœ:y2¤àò@ï)4uš¬_ëç÷ Ð{ €=€ê¨mp¿¦‡ú ÔeõÚìé/¿,€DÃ0ÁÁ!õ·§mÛC"ÄbAõ·§,ËB Ž¢.SGk³§ ö¸›ÜæÜ¹Ë¸šM„§©þö”eaUTàöˆ¢”“SXRR*IR•,è4‡Š«XQŽcÝÝÝüý}8¬œíÒ²ò’DqÝ'ÑŒ9+YƾM¾{{ ½§Àí½éõëéjµÂ×WË4m×G)2™ø””ŒÖ­ƒ!oN„d¤°ðÖ­ÃÛ( W½L‹Õ’˜”xófªN£°kŽooÇap¸+²³sÕj…›‡ê6›Ä¹ètŠÒR1;» 88´œEH”ÄVaam[G‰Xy««^)˰Q‘Q”ìì Já({ c Àm(+³xy©"÷J„u:eQ‘ò6à4{J©(Ѱ–á¢(ºöó•0Æ­o¦ÝtÓ¨cO1‡Ô4Áq yp"„P†a$"Ý^#,rG-/ØSÀ–ïž‹0äm )X·ûÈ+T´¼w»°4áÀm¹GɆ¼ 8Í•"„(¢”Þ'öT¾L[Ë[—¸ö¥£  \Ðê1 äm )øTz?]. î`Ok‹3…¼ àˆ’Tj6óV^©àt:Û`}”R^DQäXN¡P0L\qì}âN)¢Ø½§Ð„·…eYŒÉ=gÈÛ.êME±´Ô<  Ã0IW/§Ý¼áååÙ0® ‚Ø,H§Ó›Íæä”«nnZ¶‹rb;w[‹ñýgôcŒ1s·\÷°=¥”Vš2‹Ëãf¢‰Â0 º×îþ`î)€«Â ¢±Ô0F”‹År!áo½Î]¯÷¨½ª•ß‹`\þ\Bá:ÎäܸeÇ©3ñŸ~øN­Þ]>¼o»}´ç.sQÝì)¾»Øb„(d,€&äM­ÖâãÐÁÃmÞ4#3ãôÙS-ƒƒ¨AÁ+•ê›i7ƒƒƒunzAà5uddÔåË—¼½<9®F‹…iùƒûUÝ©•ç—¯ücõšu,ËF„… Ø_­Öܸysçî=iiéÿþàÃÏ>þ(4´eí!Tn (¥MaÀ"аó÷)¥ñ.ùúx·ªßˆ‚@ˆ˜œrEþÊ B‘Á(üÃ;ªîìï׬wÏû-’$8u&=#K­V!ŠJËÌYY-ƒƒ&OÓ®Î5Æ‹1ÆcGÅ8|¬Ž—ò,ÆÒݤÛþCÇSn¤_{a–¼åà‘“J¥²OÏ. fOë9÷”RzéJÒác'üó c‡ j/GhÞÔP\¸iÛŽfþcFÅÖ{QIBè¹3g‘Gi4šþýyxx\¼xF£Ñ¨T·Üý4k*Š’}@Ÿ9ϲìˆaƒíwk4bØ`„°}&°Ÿ@‘ý !DÞN¡1Ûqí¯ !å»v'‘$rìÄ©>½º#ŒË¬.,û“ÜiUãi?ÊŒ*ÎPq,BˆÚÎ)[qbl_J«‹*®»úw?j Õjìó+Ã0QmÃì#Ùö´ö««I ŽStˆŽjß. cܼy`Zz¬Ÿ àtoš_X;t¤æošvôø‘°–­ÂYY%%F½Nçïç¯T)ÍfsfffÁàãíÔmòÉS§“SÒX–yêÉÇýý|BF“iûŽ=jª°ÐðPßÞ­ÃBB¢(®^¿9%õæêõ›ÝõºQÇÊaùûúfçÞ–íï4JéòUkÓogâµë'Oѹ¹eçæ2˜3ûq³Ù²qËvµF(²X­ÆŒT«U”Ò ›·_º’øðÄñGŸ¼výzìÐÁýûö’#“xõÚÞ‡+EµR'|í°,‹Põ½§„RÛ2 öÓ4«xbÛ\iù=|°í«mgÙ^ÛùKT¥lÛ•“‚¶Å¹–«#„nܺãü…‹>2ñä©3)©i Žýät?__ï§f>&ïf4™Ô5¬àD¬Vkn^ÞˆØQµVö¦iiGn¡T(2³³»véÜò굤³çN‡†„dgg÷èÑ»UhØ•ÄËÿ}"*2²ŽæDÿ€fz{q±!7/G«ÑZ¬–æîîžCAvN–‡»‡ÏõääV­Zéõîeee[‡ÄŸ?×<°y%‡úO'Ñ­“O ¥e3ÂX§ÓZù±c«À{zzæåç[,–ZVL•Û?^à 7lÜ2lÈ`Š(Ïó+_}ðБ%‹PJ †µk7Ä8±tÑB„$IçâÏ>rL¯Ó¥gfªUê7^Ùd*]½fR©LL¼ê¦Ó>óô,w÷³çâ·ïØàÓéãÆŽ–Uøî‡ù™™YóžŸóíw?ÅÄ 3jD-®òn{OëØôž:}vÓÖ?ýýý^™7çn¼©|…YÙ)!žΜ9Ÿ—[8,vdvVÖ±¸¿#Z·ŠŠŒ­‰D$Qíßßš™™Ó¬Y@µq¦-]±züØÝ»v1oþë£Ø!åŸ&óÚÛïï?t¤]Td«Ð`ŒñøÑÃ÷ì;˜’šöØÔ)„å«Ö®^·é…ggSJ7mÝѽkç6­Ãsró~Y´ü½·_C)ŠGžxøèñGž(gâ¥+ÖŒ;¼{×.%%%o¿÷±-,[ªÞiãIãF¿þζx"„–­XýÖk/êõ:BÈGŸ~Ú¶cg@€ÿàý(¥{÷Úö×îÉãGcŒÇ±÷Àáü‚‚Y3¦]¸xiÅë<Ô[öaËV®0nă]:—””¼óþÿä¨Þ‘=­©'²ÌlÙ½÷°ÁPL!:¸_H‹æ²›?züô•¤ëÇa„;wl×±CTÅ©0¥ôÒ•kq'ÏŠÞxy¥tïcדoˆ’4$¦ï±¸3Y9¹AÍÆæ®×!„RR3vì> T*JJL-‚§LQKÐö±®åêX9lïþƒ7n¦OŸ6E’¤¬[½nó¼¹³þ¹Á•¤#GO x¨7ØSgAÉÉË P«ÕFc1Ç)¡‡ i¬Q«%I*)) ii1›½½¼ó ò[ÂZ…[,f_ßœÜÜvQQu KEw½»(ŠjµÚjµºiÝx^ðððEQ£ÑX,VO¬T*<=Ý“¯_ëÖíAJ¥Ò2£F­õõñÉÉÉ ©ê¯ªöžbŒüýürrrSoÜ|ˆÐJ- Ïóé ƒýük{*¥¥¥¥ã'MÅ· 4°?!D©T>þØ´mþ%èçãûÌìY»÷î—¿Z,–…¿.ùéûoÜõz³ÅòÒ+¯[­Öõ7µmÓ&vè£Ñ8ïåדèÐþ—…‹ç<3»ß¾999³ç<;vÌ(„R©|î™§§>>s箽½{õŠŽŠª=ÙL7¶=•{q±#E Qʲ\Aáäɳ …êé§çaFˆŠŒlÓ¶ÝÆävïÞE§sC”Š‚d•ˆÄÖ0ÐŒ1zóÕd'—xõº(ýs NçF)7j„mˆYžÈÈ0L›ˆÖ%%Fù´,ûOT¯^·EõN{O a«ÞhîÚ{älüÅæÎä8îËï~Ù¸e×KÏÍ¢”;qvßÁ¸©“Ç„…¶üæ§ßvî=ô@ûv ÈbŒÚ¶_³a;Ã0ò×>=»>v cœž‘;|Ø ƒ‡_º’´ÿàñq£‡B6ÿ¹»¨¨äåçg¦EËWcÌRJwî9áÒ¼9OØ}«¥¾Í£QÇaÌÄ (hh̀ϿþÑ~¢Å±ã§´Zí°ÁÁž8 –e›ù\¼” ×¹7 °XÌžž^ÆMÚ°qZ£Ö¨ÕnnÚøøs¾>>gΞööôbÆÓÃýïÓ§üýýOœ<îççW÷:œeÙüü<µZ“—Ÿ«Tª0Æ …"'7[«qËÎÉR©Tažç‹‹K:u· …";';7//¤ÊÒ6{Z©”eØn]:Ÿ=¿s÷žAû5on;ÐjµnÜ´µ¸¸ØÝ]ß¡}ûÚ§H¯×Ú³ÛPTtêôßßþðÓÈá±#‡3›Íò¯r'KiY©í«^žÑí"«^š››¶ÒQÊŠÉÔ~¾>„”ÛÙ2³yò„1 ŽC=>mJMÉ%iÖ?}¼½ÚE¶©%ë„-žãççÌÚ¹{ß÷ókÞ,`üØQm[‡M¥îz½|›Îd2ÙM…BR«•·êÝ÷žRŠ®$]£”þðó„˲Ç1 &„ž; cÚR£QÍ|l2Æ Ç±¶ÞS„mDþêæ¦–#3¨_OŽã† êsñrbrê †Áa‹ÅB Yµvsìþ3¦M’ƒH¼zR)èJq®ýêä_mùúxÛŸ#„œ>/Šâ˜‘àmp.­¦epÈ‘£‡{õêà——ëëë7n줵ë×DGE6 H¸_PPèççÚ²%˲!Á-Ο?›“›ЦMë:wÃaµJSh(°X­j•JçæÆ0Œ›Ö­  ?Ýœ¦Qk<Ü=xžÏÍËíÔ±³B¡(.)V(…†‚Ô”Ô–-C”U–¨©÷”ã¸aCoØ´¥Ð`øè¿Ÿ>ÿܜȶmB«u݆MëÖoä8®ß¾nnZyVh §”š•“Å0L×.ßxõ•ϾøjDìÐò©¥!»¯j•úþgÙŠ•ï}ðQ«ÐÐÇ›Rh0p,G)•$)7?WÞ9;'{ÇÎ]þþÚGßr6I¢ID*1–Tg˜aOB±C!„ÖoÚöåwó_}ñ9ïz¾=LDŒP^nalì˜:>•u}ë¶í³!¤Ö¨Ç3ó‰ÙHLºÝÞ~p!Ô±CôÁCq­ÃÃì7RJwí=Ý.òç…K^xvv€¿¿í9¡Ú¯”P*¿¢·¤Ääïï/ïàáîž““Ü¢9BÈh4êõújsÛ·?.œ7wV€¿¿$Iµ$c½ƒ¨8œ<1}êä cÿÚ½oѲ•Ÿ}ôž»^o2•ʯn+-+õp×Wµ›ö‰]TE»¨ÞýÜSB)Ï Æï½ý’l‹m=ëÅÅÅ!¥’c¦y`ª˜yn}>¬êW¹x{zz"„ÊÌVÙbŽŠ¼uÇî¬ìÜÅËׯ èŠâya˜ªAÛǹ.öTžå2Küýäɯç. E±Cc ­&p‚rÓjÃZ…>|¸w¯ÞÙ9™þ'L^½æ÷N<ÕÎ~Nߥsçz¤Pp [Z%…·ÜX­Ö¼iq‘B¡0¦ÞH Q*Uµø«ªSHÕZõ{ÿ~çÿÞ|çfzúoÿ«y` »»þæÍ4Si©|Ôé³ç’SSC‚[ÔÔÑò…ß©D$É*étÚÒ²2ŠÊ»jEIdY–Rj±Zl;JŒ¥Æ·ßú¿W^|aѲeßþ8ÿë/>ñôðHÏÌn!·Ô‹aôÉg_|ôÁ{þùùöñ—?HDª‹«¬KÓÉÔ~¢º3|h̤ñ£óò 6oû×Q1ƒGŽyöìñìœTÌ0e¥e/¼ðú /¼^VZFÍÌN¾ž|eòäÉHÞÙŽaƒäæå:'?v-ߔܸ™¾ý¯=^¡‚¥ôÚõ„PQq±íù÷r‡dw*„Pff–|†ã§NwïÖYÞÞéè}ûJ„‚xìøIûІÉÊÎAOðÈa]ONÅ—T½Ò; Böp¶ÇöB«Vo$„hµšÁû©J†Áݺ”>9çÅÅ ¾kÀëlø ââ2Q,­fê!í9á¢Ùlé9nT¬¼Ú?Ï ;ví»pñŠÅj =bØÞ‡ÏœKÀwëòÀ¤q#ø{ó¶]ãAýû ÜŸòú;!„B‚[èunEEÅ]:uèÿPOÙDnûkÏÕk©J¥q£†É“"j Únr›‡‡¶–‹’$ééç_ýmþ7¸G ”—Ÿ:}¶_߇JKM¡-î^¿zìØ‘Þ={6Dˆ„ܼüððp•RYh(T)•EEE)©7ÂÃ[©ªÓ·?0%-ý¡ÞYyk-»©T*•R…1–$Él1K’ı\vNî«o¼e0üÞ}ó–-Cn„ Ð¹étn:‹Å"ˆÃ0r²È£¯zÞ]ï.ˆÏóeæ2__“É$Ïõôðd0#‰a“ÉÄ <˲^ž^ N!Él6MFŒ±ÎM§×ë­«•·º¹¹ ¢P\\L)u×»ët:“ÉTZZ*ˆBå®P†=zühëV¡¶ËOLLž6mZ-×îÈ—šÞý’–!¡§OŸkß>|pLŒ<]ƒç­W®œBWÚ’Ò²!b(Š¢lPn;C±)ÑhØ¿WÚ>*6fTlLåY5jÕø1ÃÇnÛ2mÊøiSÆÛ¾>Ô»ÇC½{T=ÛËÏÏ®ÊØêžOª)hûjOvyÒ°kpŸ€1öôð|°K§}û÷öï7À?ÀÿzJ’R¡ÌÉÎn¸šÜh4ºiu…ùJ…Ò`(N½‘¦V©oWTÝ£Q•°X,‹Å~‹ Íü¿úô“Wß|+/¯à×EKÿóþ»ö;ð<_È k²ïÅ%Ŷ-éé¶ÏUE1/?¯ÒJŒ%¶‡ŸŒ&£í'C‘ÁPd¨åÎáVWy·ob9o=qíÚ•6ìCh_•oÙ2iÒ$‡ÇP„[v°,»nãÖþõ lÖÌá×È Â¦¢Ñí)Ûpç—$R‘¹ð†*[œkÉ9<ÏoÞ¶“a˜u·õ¨÷½.À}‚(Š%%%¥¥æfþþµ£¿‡Z´NH¸àîîQTT¢×ëmoHrPó$Y,¼R©LKKsÓ¹å¦ÞH ð °ZEJ­*•ªÚ¾{wf{\éÎ\„Èûø~ýùg_|ýMîÖã N´ wp³QËà~»vm!»µSZj„²:9¥tÕš§ÎœÃwˆŽ3 ¨yàÝŸV¡ÐÊëU®¥Ôd2Æ’£Ñh,*2Xx«—‡WDx˜··^¯×ét ÑjåyÞZZZVh(´Z-ǹiÝÔjµJ¥R©TJ¥ªºw™VX[B’o¤öîÙ»öÁýZP)U>^>e–²¢â¢¦¯ÇpÇOƵ ¨pöäÊ•¤{hp¸÷¨vY~2}ÚäéÓ&;<η\ Œ±»»»^¯÷õxÞjµò„H,Ë©TJ¥R©P(^í«Õ*•Jéæææíí-I¢¼Ô ËrÇÖquíÛîׂÅjÉÈθ7¤A•דj¼uOû–šæž6ñ8CÞpI“ªV«ÔjU£Ç0 Çq©îôÀòOÔõE¡ˆVš{Z—ì)p·Vϱ³yÀž®n£’{OïZÞ{j·Ü)ôž`OÁžMÍžþ³2ÿýp½”RŒÀžíöØ{±jáç´Ar‡"½_ìiù5ƒ= µZ-ˆRrï˜i†ãTÐpŽUcŽãxžÇêâíÃ0‚ (ížN{ 48ÇqœÎj-½WêµZ‹E´œåØ<Üõ9¹ÙÍA„¾RŒqfv†—§§Ãìi]–õîs$IÔëÝU*eiiiï’dF£qcYÖd2BÞœÖaìë囚vS"$À/€c9W½RA2³2M&S«–v-/ôž ÉdÔéôþþþÙ¯Ñ$2ý´J)Ï[L&ämÀ¹(ŠðÐVyùù¯$ð¼P—V¬ÉRS“Š1V*¾^¾a-Cí÷¹ÛÞÓ{î‰lÀY”••–•Ýãû÷Ü*­€K²lóÀÀæwjO¡!Èí»„kÜ{ 8 ŒïΞfgçB"Ž¢.+ÔfO{öì ‰8 žçSSSk߆ï€&ØSì)€=ÀžØSì)€=ÀžØSÀ…á\ï’$I¢”Üɘa†§‚ (‚‚  (ö´X»~É™³Ç ©kéòññØD÷ûBéj‚PJÖ¬[|ö܉º êëë?°ÿð» MB¤5ë=w²Î‚b??ÿý†?Ø­Ú$­Œ¸zíâsñucìë0°ÿðn]{ƒ MQÖ¬[|.þTÝõ÷o6 ßð®]z ØÓZÜ =qâpŸ>}Y–•ËNÕ]ÊÿUüg4wïÙÌóÖ¾}b t5AAO:Ú»w_–eê*¨Ñ¸{Ïžçûô‚6={JOŠëÝ»Ï ºgïž·‚ MÒž’Ó§ãzõª» ´¤D.¡ÖÞ½‚ MOPéÌ™={ö®£ ”R¹„ <ß³g{ZóÍŸ$ÅFS1¥uÚ_¡P´hÑb÷ž­jµº[Wè¡iš‚Ý‘ Í›7ß½g«J¥†š&)¨x§‚îÙ»M­Ö@MÓ,¡%FƒÉTRwA›5 سw›J¥A› ‚(–”L¥uTéïï¿gß6•ZݹS{Z=D"!jwƒw›¢(ð—F„‡oÜ´Êd2=Ø­7Ç)ê.f§¨èµœ+(k¶ió*“ÉXoA†á@PÇCë'h«ÐЛV™LÆn]{ M®„Ò;´eHËM›ÿ(-5uíҽǫ\+ƸEP ¹ÊíÒ¹'Çq (ö´2!wzÏ[1Âx áâ¹-ÛÖ’;?ƒLï^ý™2rU´}‡w#(Ƹw¯þO~$h2‚¶¿pfóÖ5 h“ºß¨· Ñí£ãÏŸÞ´euýe¦w¯S&=8ØžÖGP ƒqdTÔÙøS7ÿQ?AY–ëÛ{ÀÄ rÕÞSJ)!¤ö;¿Ša *ÅR^}||›÷Eè–Ù5•Ž©ØJE!B %„PB$rèа§.#¨$J‡ï7Ó‚Jœ"è‘#û@Ð&UB}}}›ÕSPQÝö´!ìi=5‰&^ý|}‚Ê¥5S“ /=vì)àÊöT’‘j+Z”"J©$B$ù>RŠPYq‘¡~bÌètzQ ‘Æ&œ%¨Dq„ cìæ¦x´aì©“…êJ%T«uƒÚHõ´¬´¬ÈPXoA5-”PÀ•í©Dˆ$‰’$ÕT´(E”AÊÊÊäÛ~„JQqI±§·~û޵£G>ËQÐ;T,+3;VP/ÝöëF|„pt •œ"¨»§ÛŸ­5b ¨àŒ*·!ÕîØ¹aäðÉ ‚£íém•{¯)(BÅ%ÅnzÕÎÝ›†›*.Ù{*I‘j˜°U”&S™R¡38¸EHù/ÔÞÝ2 !tPJ(•änW„(©€Rù¯dµZþÚµì©cýi]åy¡´Ô¬T(‡Ü"(¸^‚’ò!g;A-óî½{Àž6@ •ê"¨J©Œtg‚"UŒKV#¨Ù\¶wÿ°§_åÊ‚ªUª˜A1´¬¬lÿÁ½`OYãÖ¡Ê%„‚PZjÖª5ƒû jÞ¢¾‚–kZ!¨XZZzäè~°§€‹ÚSBDQ’ÄÊw~rÉ‘Ç#JKË(B£FŒ&Äš›{ÓQA«TjA!W5€ b-‚Š¢XVfF1 u* Šfäp ªVk@ІT’jTþµ¬ÌÌ°ìˆØ‘ŽT-J ¨såŠØa±„ðPå`Oo$I3Æ’’²²2ZåÎRJ 3ÌC}û"$0: †Á”PÈUŽ!\R\b6×&(ð}ûôiAÔ±ˆ¢„1s{AY¶ooô^´n%”å¸>½z#$:VPŒAP‡W¹b]åŠ^=zR*9ZPhCµ§ËVüìàc¶X(bB#»—^PŒÅØÏË«kçnÞÞ^&S‘cCÇÍÂäÛôå+øøX¬ÖšE öòöîÒ¹›·—'Úôo6V®Zèëïí,Aêh+óûª_o+¨·OçN]¤„2 ¨#aÕêE·ÔÇ×·s§.^ž&S±££À€ € ÚSJééÓq/½ð:Ï[ñ?ob÷6OH’„’’B£ÑÐQ€[yKzîÜÉžµ‚€ ÷B %ññ§æ=÷Êí娄bÔÑ7.œyþÙ—n+hq1T¹÷„ RB™çæÖ.(E¹ -rx…ÞSÀeí)¥4??Ãl6:%cJ¡h9RPB ‚:PQÐÓÑU®SKè­Ïã*¡éf³É)õ-Æ ¸ª=E˜Á9'c¸óAšEÎ#´J(r’ J¨ëU¹Ð{ ¸¦=%„8±Ç c†Â¼ו ¨k•PJAP¨r*(¸W¹ ØSG-„fXgånÌ0p+ïhA1 %ÔqmÚ‚bÖI}§PB]±Ê{ ¸ž=•ic–ÁŒsR“y3ޝ.APÃy‚b´!ª\ÆI‚b ‚ºTŠ1f\О2 #Ëq˜ÁΉÇ­¼CÅ¢Hœ'(A.¨ H,Ç:EPŒAP—ªrAP—”aXpE{Š1C©Ä1œ³:Û0fŒ!W¹Š mAY' Š1êø;8'–PÔŪ\ŒpU{Š)¡˜e1㜺’ÁL¥%※LT§ Ê€  QBÆ9‚2 ¨ÃEQä¬Ê0 ¨ã‹(%N”A×´§!DƒgÝù•ר€õA]NÐ ßßø‚² ¨+•Pm€!' U.àºöcLİN˜^Í`†P ãŽNUÔåÅ (”PGÔö êðÔ©m( ¸°=¥Q‚Ì4þªÂ ÃbJáÎÏÑ‚RÔÅEÔY‚2 ¨K•P %´P¨r°§ u÷G)fXÔè‹oc†!”8eÊŽëÞË#„Ôµ4AAPG…ŒAPÇW¹Èi‚",—P°§€KÚS„%‰`'MU”¨³^çÊõ%êr‚RÔe %Ô¥p¢ "Aµ§cŠ(Ã0¿²/Ë0’$1p+ïÐ;yç *‚ ®UBQb oÆÁ‚"' Ê ¨+U¹X$g­ €=mp$Id0ÓøïÕÆ˜!„ xã…c¡ÎTA]KPúf@PÉy‚ ¨« Š.iO1ƒ ! Ã0´ñƒfˆ$ÀD(§*ë\AyÔµ•@P‡¦iSzO]¥„b†H†ÞSÀ5í)f$‰²¬“æÍH&Þü  ¨ã*ï¤ 4MAÆ¢“ž4Àž6üõ°¬(X5-!ݱ,CáVÞñ©ÊJ"Ïj4N”A]JP:Ûoeœ+(†êb%\ÖžºëÝ‹ŠŠÜÜ4¢(!„§£DžˆkåyXSر͟^ï^TT¤Õª ¨‚µò<†Eø+¨Nï,A9ŽAAP vAuÎÜ)àšöTçî^Pß¼y3J%„0¥Èæåa„qy¡Ã!Ä`¹~³m¡¨|i JiÅ‹3äÅÄ‘ü•¢ŠO¶ÿB”’¢¢|­Ö r•#Õë òê((ÆòJ)*Ê×€ Žlû›^_XèA)劋 @PGêY.hc¥òªðu/¡,êhA±›NW« 6Õp…¢ŽK’TRR¨Ö€ €KÚS7ÁP€fccŒ—Ã0˜A3·ng0S¾'f0Æå¯A)ÿC(¡”bÛfûKìþ£„R"BnN®··7ä*Ç ZXX€j|AEÏËÍóööçN±ÞMWXXèA…rA¡„:´³Mëf08MÐü¼|//(¡Ž¼ßp¶  (à‚ö”Rª×ë²2SÌf#¥ˆ)/?Lyùa˜ c+Xö1ÆLy %¥‡Ø#BÿÙøOÙ“·‹"ŸW×28‚Rxm°ÃÕéܲ³n˜Í¦ÆT¬ùy-CZƒ ÔMç–“}³Î‚V´ƒŽ´ êXAssÒœ"(Ï[ òCCAP ŠÜtÚÜœô;ô–Ï5jŽÖ$¨ÅRVhÈk‚.eO)¥‚ øúž;{ÊP˜+I"þgÂn¢b„ݲÙöÛFìÇ$*Vb“7Þ2(a÷ätéÔ—çy¥R ¥ËQ‚ž?݈‚þó™RT_عS3A êA}¼›]8¦Š UeµÛZgAek”ZXPØ¥sê(AEQôö H¸pÖi‚vé‚:VÐf Î5¨ Ûí¥”"Q” …EÞ]ýAPÀ¥ì)!Äh4²¬:;;?//[©T¢¦ÃÔÂ??Ûö¼u!vzÛÛMù‹Å’™™C)g4½¼¼X–…ìu/ JÌfkff¥lII z÷H’d4YV•••çAËÊ,™™¹”r ¨e§ ZZj–5žžž ¨ƒU:£Ê¥”R“©,++‹õžJ’¤P([¶l³iÓþÆÆ¨eËp•J-Z@Þº{A !J¥*$$ÂI‚âÐÐpµZ‚:ð–C©T;QÐV­ „:¸„ªTê-œ"(ÃàÐЕJ-Iê¸*WÔÊI‚2aa­¡„®fO†Ñét‘‘‘z½¾¤¤D’¤ÆNJŽÓëõAAAnnnð¢v×ÔÝÝ=((H§Ó T¯×GFFº»»ƒ .˲z½>**ÊÃÃuAÛµkçááa4"¨‡‡´¡€«ÙSŒ±F£ òóó#„8«x+ ˜4‚5 Ú¢E A›  Z­Öé‚*•JŽã@PÀ¥ì)ÆX©T*•Jd›?߸¨ôAAAP¸í)äoW­1APA¸¯€éØS{ €=°§ØÓFF‹ÅÒøáBA°Z­’Däh812÷Õ&»Srhq—ð SX@'F'- ØÓ¦Ë—ß|;bìøÆ÷|B·?þôÔÜçŽÆÅQJ?ýê+Jé÷?ÍîŒÈÜ'PJã/\øæ‡Ÿ~öù£Çã!Ÿ}õµSZåÏ¿þä¸ÌfË'Ÿ1fâdÇžV’¤/¾ù’·qJÁ¹óç¿þþ‡9Ï¿wü$Pmyäy^žç ¼¡¸ßìéË/¼Ph08öœ¢(ÞÖ'}÷ãOÓ§M0~\zFB(;+cüüÜ9EEE¥Ξþ0ÿçéÓ¦Ž76##!”Ý8AÛg JiVc…ëªh4ê—žÎPdpxi©DHÒÏ >mêØÑ£223¢šîiAØðà›ÿú÷Ï ýÏÇŸ$%]…4î/{ªT*~Λ·Ü®DIW¯ùûù=jÚÃS(¥_þBˆã8ÈO jO“®^ ð÷7zÔÔ)“B_}öi#„KÙ´eë?ß1þêÓO@Ž»D­V;üœ˜a¾üä¶QÿŸ½óŒ¢èûøÌìîõË¥BH ¡(½‰‚ÒQD°û(>ØÛkyžÇGE}lø ÒT,ô"½Ch¡ B(¡C ½]Ù>óþ±w—KHIðûˆÉîÞ–Ü|gv¾Ó)M?z,¶víþýú>þèÀ+½\×õ?–,…`¬©PJ8ñÙ_ 0àå—†õ}°÷˜ñ X€kO)¥²,+ª*Ër™’·Ñˆ I’$I¡ë°1†ŒÆ£}!XªE1èxBwB²¢,\¼Ø¸êb&IU¯×«ªªñgìÞ»wü?•{¦ñpEQB×/¦”÷—eYüU5¾$ü¾†@Œ± ¥A.‰ºNEE)(´q~0ØcîÙ3ᧉ!qCQU’eEQÜï…B+¥…6" cL’üO¹X“eù%KŒ¿–1¶;ä¹¥¿…ú—ßP5M¹ ¸‚rÐ9J…­zAØRZ&ÉÒü0ñçÒèJ ß| °Â Š¡‰ñï:ý"iJÅÅK—õ½éT*1dJiéˆQþ³‚²* kUšÐ$I’d™1†1¶Y­Ýî¹ûÎí !õë'=v ¸Rn˜ ¿m;vΙ7/1!áäéÓ­Z´xá¹gƒíصk}ÒÆý©©Œ²/>ÿ´Ab¢q¼¸¸xì?8N„Çãy套\®°ß&O™>kvÒšU¡¢ââÉS§Íûý÷Mk× „4Mõý˜iGñâóÏ]øg¸Ýžñ?ýÄ5flb½zƒ$¤©Óþñê+eÎÌÍËûuÒg˜óüùsýúömß®]à‹ìX»n}DDĉS'u~7òëšü^ïÄ_³Ûíûö§rùç{ïÖŠ‰),*žðã§Ó8áåaÃ\®0JéØñ6mÙòÞÛo/]±âÏÝ{ž~êÉÁD»Çÿô¥tÔ˜±õ{t 쯿ò2clZÚô³j׊9täHdD„®Ó¯ÿûÙ/“&Ïž;oýª¡Â¢¢ÉS§ý¾hQÒêU†ýï×ߤ¥üâóOÿýÑÇ}|pèã%oß>wÁï‰õê:s¦uË–Ï?ó´‘;~7v\ê´QcÆFEFþíÙgxžŸûä£ÿŒø´OïÞC?^PPøÃÏ?aëóù†æ sêº>î‡7$müç{ÿ·jÍÚi9B>ñqýÄD„ÇqS¦OíåẮ7~˶mï¼ùæ²+vïÙûÌSO>6ðCúmÛ·¯Ûîr’•=eÚ »ÃžÝ¯ÏC·ßv›Ô[“·-X¸°^ݺg22Ú´jõìSO"„$I=nü¾ý©ß®iÚÂE‹W-]ÌË/(˜û¬Ïƒ~lÐÅž•¼mÛú¤†¬„pß|ñ9(UÙȲ<ö‡““·½õÆ?V¯]{ðÐa‹ÙüÉþ˜P¯ÞÇÿþ—!Mn^ž‘ À…ËeÆŒìºRÚgÀÀ«W3ÆrrrÚwê<Þú޳æÎ¥”jšöÉgÿ}ùõ7‚W}ùÍÈi3gÛÓfÌüêÛÿÕ¥mÚß<§Ì.¥´m‡».ýÇèºzNp7ô8¥ôÃOF$oÛ.Ëò‘£G<68xü¾ý²²²u]WUõ±'žb5Jé¨ïÇüþÇ"ƘÇãytÈkÖ­ÓuýËoFNŸ5Û8aÚŒ™ßŒúÎ8_’¤¶îZ°ð]ד6n¼ï¡>Á[išvÛ/ÜÕ4mÐÐ'Ž;N)=|$=¤²,‡ž_f7//ï¶;;~9òÛ1ã'ìÞ»WÕ´~]¹f ¥433³ãÝÝBcH»»:]¸ú-t]ý¢(¿Å†{õéËnz4]Ÿ2mú6D?’~ôŽNƒŸfçä´»«Ó—#¿3á‡=))š¦}5òÛ³çÃväw£3}>ßmwvœ2}†QÛýѧŸ½úÆ[A‰ƒ÷4NûýEš¦­OJº¿o?㸢(õ­ëº(ŠCŸy¤¹ $Ijß¹k0H?úô³í;vJ’œvðàãO><§ÿ ÇV­]K)=›‘ѵ{àå¢(vèr·±íñx‚Ûev)¥™™Y·wìüÕÈoÇNøaOJÊ%žÕwÀ@CVŸÏ÷ä³ÏƒFUC~AAûÎ]§ÏšM)õx½ÿñé›ÿ÷^è gä¨ï¦2b¾®§OŸ~ésnŒÆ}Œñ/?Lè~÷ݲ,ÿ¹gohcÆx@¿‡1ÆÇ=ýäнûR‚¶{݆¤ûzÜkìöìqïº Œ*–Ð;—Ù­0ÓÐæ-[7nÙ2î‡çÎ_à..~d·Û¿úö;ÿüSUµ_~˜Pã ?«×®ëÚ¥³ñÅçLŸÚ£{wÆØ†›zÞÛÝïÞîÝ iB<ÏcŒêÝ›Òî¶Ûrsó.ç)gÏfÄDG#„b¢£ƒã¥.-´ËåB½òÒ°W‡ÿý¶6mxŽ›8~|·®]eYÞ½7årÚ|)¥ÁoA¹·{·õIIÁoA¹ÒoQ³¡º¾h鲇ûö1DOH¨WJް0Œñ+/ {õï/µmÝšRš´iSîÝŒ“»Ýsw0l9Žãylà#cAžÎ8íÁà8®]Û¶yy%X­Ö¯ÿ÷ݮݻc?ŽÒ\«²”nÞ²5iÓ¦ñ?þ8áîb·qÜd2ý4nÜ=]ºˆ’´'eŸ|‘îR—H§c—+Œ#äå—†½ˆå> !d¶˜¿5úÏ={BÆ~ºTQó+Ç™áÑý1ÆV‹å±S~*IÒÒå+"##‡<þ„pűë†i”¥?Í©S»ö]wv(óQp€TíZµ4M/(, w¹ùŸ«   ‡Õ3æöx^åe‹ÙŒúàÿÞ ¾pG~ùÅ´3ßýç¿êÖ>ìÅNïªÙ1,/?ßaw¿¾ÑSðÒÒ‚Z­ÖË,»ÜzK£_&Mz|У‹—-oÓºõE)ç ÑvlØhŸ(Θ3§NllûÛÛ]n+gQQð[„]ì[T ² ‚ÐùóçÃÃÃý¢•#cˆúÃc\6†`d6›bk×¢›wû%†ÅóüWŸ6mæ¬w?øWýÄÄ—^|¡ãïàJ‹ ’$½x×…öþ÷x=3æÌ‰‹mÓ¦õµTN„¦ÓrŸe2™¾üìÓi3gýßÿjðÒ‹/ܲVaí‘Éd2ÒcíZµ(õgÁ²,¯OJ"„<÷ôSHÀUpcÔž2Æ^óíþ}û<>èÑø¸¸2/Á`§ûܼ¼Ä„„àñ˜èè¼¼ü€IÊ‹‰‰f„Á‘O¯·œú€kž¤ c}âÄIÿÓC*odYþ÷ï/Y0ïÎí?ú¬æwŠŠŒZ³ný}=zø STôº I¢(Š¢8uú ãM| éG^b´µ,Ë1Y–jãZY–ƒÇÓºÝs÷Ì9sDQôz½ËV¬ ¾F¿ýî{Y–-Ë£ p:ì5>ëêÚ¥óoS¦ù|>Ÿ(._¹jûÎ]ã÷v_µv­1ÌvÝú ÷Ý{o0K+÷gÐÐȲL)Cíï²¢PJG÷ÕgŸ®Z²èÛ/¿ˆŠŒ ¾ £¢"×'mEÑçóM›13ônÁ›w3 -gÏfȲ¼7eÆ% !$ð|0J/$÷èÞÍøŠ¢¬[¿¡g ‚]â[ܼ/Bºvîôóo¿y<Q’Ö¬[˜_SÆ¢ªˆ•ÈA¹·Û=«×­3bȆ I=1ÄHD‡¤­Z³¦WÏ`gHQ†JnˆJoëºþݘ±²,[­Öý®ñ °’* B#á¸.:Ι?_E·Û½bÕêÐôŸ‘qN’¤”ý©ã̬ì`šây.ýØ1MÓ0Æ6nEÑãõΘ5;˜^ŒŽ­¡éôbÏÒ4mô˜qŠ¢Øl¶ýÖ¶U€Nizzºªª>Q\—”Ô³{wJéé³gúå×»:´?uæÌ‰“'“6m†€®îã?.÷ƒÔÔÔV­Z]?.Çb27þرc6›­°¨èð‘#­[¶´ÙlÇOœØ»oÿ‘ô£Ûwìä8îÙ§ž ö^jݪպ¤¤=)ûþܳ§°°pø‹/‚€1¶Ûm£ÆŒÙ¼uëñã'èÕkíºõ’,µiÕŠçy„ñùóçgÏÇñ|Ó&1ÆzÓ_~›”vè°,˱±±.WØìyóöîMÁïÚõçÁÃG4M3nÕªEËõIISgÌJIIylУ®°0ãG_µfÍ¡ÃG¶nÛ>|ذZµbj¶=mÙ¢Eòö¿ü6)iãÆØØØþ}ûBZµlfoqqñK/¾ ‚$I¿NžrðÐaBHÛ6­2õ@ÚA]×[·l©iÚ/“&<|X ûÜy{SöY-–6­ZÏÌüvô÷K—/Ÿ:sÖÊÕklv[ã[oÅ[­–ÑcÆnÚºõÄÉ“÷ßwßÚõëeYnݪän²$ÅÆÆ†‡»B&Á4fü„cÇ[­Ö¢ÂôôôV-ZÚí6„PÆùósæÏçy¡ñ-·Ìž7?%eŸÕbiÛ¦uË-Ö¿…ÛýÒ AÅ_'O9tè0Ḷ­[ÿ:ejZZšñ-næ™q !-š5ß²uë/¿MNKKkÒ¤ñ¦-[`QUõ×I“>¢ÈríÚµÃÃ]„°Ý½w¯Ûãö·¿ ‚`øËŸ~ýMV”#ééÉÛ¶›L¦§ŸÊqœN霹óRöí·X­o¹å·ÉS>Ìq\›V­~›2õÀÁƒ”ÒV-[p—~ìØª5k9²c箿¿ðBLL dW„?†9¬(JlllDxDó¦M×oØ0mÖìii>2 ,,ÌHûÇýá‡ã'NZ-–‚£ǎ¶jÑÒf³1Æ22ÎÍ[°€„¦›-æÑãÆmÞš|úô™Ý»¯ß¤(J«–-dEùmò”C‡/Ûp—‹`Rî³cYïøs÷ß_xáZd€ËGQ”_'O‘$ùð‘#Ûwì°Y­O ¬ëúì¹ó¶$'/øãù¿ÿ¾`á¢}©û‡B÷S ´T£ëiii—6™˜]¤!{æÌ™C† ¹™ƒÏç/-d»Ì‘@UA)öÊ«oýãõæM›êº¾%yÛˆÿ~±fÙ™ššvî~ïÎ-PÕÛíîýð€ÍëÖ@PWú&Ÿ7oÞСC/q,ttQÓÓ£wï²î“­ÖAà\W0ÆÎ;o6™vÀ¨ÈÈæÍš@°ÔT­eEa ɲ,!ª7="ÆdYL&‚1„ P€=-BHrÒ‡B©þïo¿˜PÏd2™L¦Oÿó–‰$I¿Mžb6›üùç~}úÔ,À@Õãñx¦NŸA8îç_ëûЃW:H. 4îUÄå4îCëpö{ `O°§ö{ `O°§ö{ `O€› ‚€ê‚RJEì*/Ç!„1Æ„@Iì)Àµ!о“§OäädéTG1VbjÊÝf !Üfc«Õj³9"Â#ãëÄó¼žæz4;'‹‚ 7%Œ1YRtM·Ú- ö´,ªªêºv%åuÂó<Çqjˆ „ðzäd'O‰®Ý¬I‹’c%vå¯ÑtMQd¯Ç•›³%ysݺu$6ây(rW”ÒŠ43'{KòæzõêÕOh‚Þ@)º¨ xìG?;pü½Qo7nÕ*ö´óLÚ›²“Rz™f&**úî.÷ßÙ¡ ÇÁ{ð:|åѹó'¥ì»\A1Æ‘‘1÷tíÕ¡=z½gf™™™M·PT™Q£>1ÆCÌ_¿ÆcF][`£ì>G8G˜Ë_'îlÆ™]»··ms»ÙdÆCWƒ Y ¨3Ìå ôƹÏdœùsÏŽ6­Û 7Š7÷ñO9™y [5ùî÷ï|ý:8Tìi©D²cÇ–Nºpœ‘*.|©…¶'!„ÇãY·~‰¢È]»ô„*·ëPÐ]»¶vìØù ]ª(J—Î=@ÐëM×0Æ”RÃÁ Tâb?ö&DbØÆéºæó©áí6{ƒúÎ?›¼}ó·up8œ`hª]ׯ]P¯Oåo³Ù$6‘ç9YÓÝ>¹È-fžèÙ¥c,*ÜñPç&º®oÝs$ÂiY½iwTtìúûƒúÌߥÑßi¼òŠŽº¦GÖŽL¼Ínñ‹ aŽÃG8Ž`£=‹'5Ð…F£š¦aB¢b£0Áv§%*6‚`‚ RõØÓ²O6YÌ‚ÉD8„ŒÙbŒi*ÝRd´+Ãj¢šÁÔH{Še˜ãpuÌR1&˜”3s

2*IC'DEÕKåªÈ_›ÊPHÕ+ÌVe岂ê”få™yT¬sXNÇã“9Žè”úDÕí]Öбˆ!î8rìLÓ†µgÒcgs1!%‚b´ÒÌÂ+½øíûcw­Ûݦk«ZñÑ!ѧŒ19B‡9c  ”tš›UxêÈÙ¨Úáž"'p&sŒÍ!`‚ùç $Ÿ‚1Vd•ã8Þ$Ö#„ v¸¬ºª¦íH}mÄðøqþ@ ´§FžE©–Ê6ì(¸™ŠÍðZsÅ-]«‰ƒŽKO¶ègJ.¥GYiJfFÅþuP¡u¿JÊ Šª²ôLY’D¬KT³x}¬Ø+“eJŠæ¥ÚœªicÔ/>Cõj»Ö=¶róÁ®;3 v&A+›Ãöæç/ú×ø½›ößÕ뎰H'ÆX‘5Žãˆ1:ß? 1j:CŒ?Åt–“‘O)âxœ©g7j•È¢©zA®Ûd8pÏ›8»Ãf²˜Ïñ±Ù­Š$íX½ýå^jÖ¶ „v£cwèžÿABpp·Ôåþyˆ`b©j”#¤uÓº™¹av3fJQQAaa¾¦iíš7|´KBaÎùÌ\wV¾'§H,,,N9|¦°0¿°° ¨¨èÈ_ÃĸœüâÖMê– ÕàP Bi;x¼E>ÆÏ›tîK>’}6Ÿã‰ pœ ð&N‡ËžÐ$>±q¼`0ÆTg/˜Ì&“Éd¶YÌ3ÇqÇYmfU”w­ÝõÜÛO7mÓ¸ì)ÒuŠ™VÿÓ¡L_ ­¹•mÔ_ýé_—4Ä ¢².3dß¿rb9ø?#!ŽmPõ‚r„»½Eâ‘cç,-–ð‰ŒìÂÂüüüÜâ₌Ììƒ'23ó‹s Š|Eª§ 3+¯  ¯°°Ðãñ4i˜è´[ŸÉl×<1TP‚V9ö0û?>ŽKÝ™æ-]‘ްh;Ïñ”2Âó„çá“À›ÞÄsö/(…0BHUTŽ'f‹Ål5óÇqœÙj²ÚÍ’OÞ¹n×SoiÜê–’aqPƒí)Ƙ!FªŽªë*Û*PM´fW¶’ߌ"êR/4žå¸Õ KÁ3J~@e[5 Jªí>äî5I»[×\³· ;· °0/'7;-ý¤Wf¾¢|Õ¯zò5_¡)¢èÍ*`·4j°|ãžw_xÀi·”Ôp§ h jhj³ÿãÓ¿cJÓve%<Ò鈰ñ<ÏqG8Nà8/G8EÖÎÏ,.ò¯nUÕ !„'œÑÂÁ“Y=¾k·~åцÍêkš¦iš®ë`RnOBº®‘jªl£”"H]ü‚Akne¥%½CêLýÕß-µ”I%%mþ¤›h7S“Õj& BñzVÏ]uÿÐ ·Ö5:˜)À?STš5Õž:ÂÂòòrãâbÓÂŒëc0.•£•íÏr„!ÿlB¬¤“¶ƒ±À1fä†ã!Jiaa®Õf‡XUÕîtæååÖ©S»:劊ò@ÐÊã2Æ_ãKm*\6·t—Óª¯’ ¶WÀM…Û- ‚h5몃Z,&^àò³ 7,\ßkhwÛ6Ôèr*‚Éd2™LÆ.Çq%£à°§5ìû8íÎüü<Æ!œŽnÿ‰þ¡¾È¿OpÉàà”4FÑ1ƨÿe”1F_þ#Æ ùÅ(cTU•ììœÈÈHˆUYÞ°9 òCáðE =~1AÚQZF¸ƒŒ•4';'2­,eå4ËjTB¸d'Ø—“±@™3Ì >.4p Ä’Âú(++{êo¿¾ö×^›>köý1ÙÙÙŠ%%yw»öíw®ÙÖÿÅoiÙÐl6©ÑšÆ¸éì)!Äáp4mÚÔétWýÈYžçÃÂÂâââôï®ANg³fÍ\.W5 ‚Vl1R×uEQDQŒŒŒN=°¿i“füefQÁzÑ’ÝKVŒ3¤ëzzúa»Í^PPlR¬Æ¯¯(ª¦©'Ns:]ubëþôóÿŒÉ kÊl2›ºÝó`Ï{*÷>………gÎf¤=zêôéõë#„L&áŠþ]×G~ù%DH ‚ Ÿš–´dÝÃÏ÷ŽoTÇb±Øíö2ÆÔ˜{Œ)pÙSŒ±Õj‹‹‹‰‰©®Y]8Ž3zØ@«(AãããkÕªU‚ž­ }k׊ݸ)iùŠ¥š¦Ì& © Ùf,Ä‘–Ý¾È aÄab·; ëc-o]Ó|>¯ñ—defey=[6d®W/¦vm׊• /fO×®ßðö?^{ÿÖ-_ñÊ𿇚NUUu]G[-–`±J’$R«Å"J’Àó&“iOJʦÍ[Þ|ýµr?…ø \=¿ÛaqÄÔ‰±Z­V«Õf³…NƸIí)ÆØhD¨–¬¨d†pH{ (pqŒ1¼v»½Aýá^¯W–eMÓt]×4­ô˜û«T͘îÛ(+Z,–°°°ÈÈH³Ùlä‘ÕøÝ5MÏÍÍñx¼¡'²§M™Q^OhüäÓCmöú’$–{Jéž”}ô¸÷ý½–¯ZýÒ‹/ûìØµ+iÓæÔÔTMÓ?ÿô“F Ç¿þߨ}ûöýÅçÿüÏG}|ðÉ!ƒÍfó¤©Ó {zá§K«£AƒqqqaaaÆÈ'0¦ØS°5Ö¤‚ 5LР=!""BÓ4J©±ª¡±¢Ì5E‚3{'¬ ®v{ªªZVV–¢H†Ëäy~]Òª2çÜ{O/Ji~^±RÚ…œÍÈˆŽŠTUµÇ½ÝgÌšzà@Û6mŒÎœ=ûÞÛoQJ¿øzä·£Fÿþ;ãø?^y¹[¯æ/ü£KçÎ-š7CµjQ²®ý…ŸÀÕaµZ‡Õj5Šˆ`L°§Ü0öÔøÉó<»€Š*Ò”Ì1f¬Ð˜¿¦zç–Ò5=?//ôHëmËJÂãöê±§ËW®ÊÎÉùaâÏ !³Ù¼tÅÊ =íß·ŸáËŸzbȧŸ ^âr¹(¥Ã_|Ááp\xÃK —Opö(Œ1 ~Àžp#9T„Qµi)»Öl=¢\·Z½ß]Ó4ŒJÆf©ª²s÷¶ÐiPB÷téÁq˜ê¬Ü.ך¦HKýíHã»äåå¯^»ö7ß0›L(d€Tíòzl_Ú}‚7*0õ]{¢†ÕMÁžTCvæ=º® ¼ßžò·hɬ”}"ä_Ÿ€Q†JN^Û a BH¥ ï°ojà ‚A×¶u«EK–$oÛÖíî»Bªª ‚€ÊÎÉILH€˜T1gΜÑuÝjµ^ËM!f³Ùår9Np¨`O€ÊÅb³ØlVcºÖ°Îë)î~wO^+ïSªë Í+s¹,Ë -ê}ÿýÁ…v›5kŠZ¼tYÇ;ïäy~_jjËæÍB+V­~ðûƒJ’dü4™LF¥uðˆÅb¹ðS¨F(¥¢(Š¢(Ërtt48T°§@%"KòàÇŸà9Þ˜–_”ÄüÂMUB”Rcb-Jb,"²–è+[{úÛ”©6mŠˆŒlÔ¨a­˜„Ðþý©N§sÇ®]¿LšÜ«gYsæ&Ô«§éºÕj}bðãASûÛ”©N§s⯿õ}è¡ú‰ ¡,r:sæ/xüÑ~ ׯX+Š›|±~!3gÎ2dH ÉdYUµ+ZúB`}êƘ,˺®ÛívªD’¤ª öÊx$˺¦]õ=}>_p¹ÑPyhøË¯ˆ¢#Æf”"„0B:£Œ2J)¥Œ!¦ë”#xöì9³f. ½Üív_ì‰N§¢Pí,Z´(11ñ÷C±ÙluëÖ…€­a(Š2oÞ¼¡C‡^✚_{Ê›ðÓÄ…‹—l¸’Õ¨/¼ÉÈQßýûý÷ VÝ€&IþvôèÍ›·¬X²B£*ß>£¾³yËÖ¥ü^¹…OEùö»Ñ[·m_ºpAÞsìø ë’6.«¸{LØãr…g0~RjL®¥ëº#//÷ÂÍÞ¸Ø7¯[±¨v~_´ø×^­ØÂ'„êÍIÍ·§ã—_6yÚôkô¸999]nD¬VË«Ãÿ¾hÉRŠªÄd2 6lñÒe{ÛàП f“iøKÖ®XyEW]³Éô·çžý}Ñâ –§Ÿ~qöì©^¯ï/Ï´ÛmO?= <(pcQä.®Øs!`Okè—ä¯õk2ƾþâ¿]nT‡j±@ T=®9ÞtñÒeôøB7yWýÅÏWÊ»ñú=ð@?ˆ@Må¹'Ÿ„@*„5HS–e¯×«ëº$I^¯×ëó]Xð’eÙãñMgè.BH§TEI–}>Ÿ(IEEnã´=))~ü)ä)>]×EIòx½ªª–\®ë’$ɲ,Š¢(B“ÄÕ#I’Ï磔z}>EQ $Y–eÙèhæÆOQ3ƒ(Š".)usYöz½Z žk”Oôx½š¦…KÊ}(P-T…ÁÒ4Íg_éô [£¼‘„COð„ìz¼Þ%Ë—K’\Fè`â•$É'Š¡"2Æ<žRWI²ìõú‚U¨úÞÒêp¥,_¹*øúEQ×uYQDQ%)8ÐÅ8¨(Šñ0Ò©¢(ŠªÊ² Õ¥€AÍ©=eŒýøË¯«V¯ùðŸ¬]·î@ÚAJéç#>nXuÚ8gò´é3fÍÞ°z%B¨¨¸xÊ´éó~ÿ}ãšÕƧûSSgÍ™W»VÌ¡#GÂ].ÆØ×ÿý!$ÂäiÓßxíU£'ë†ßç«Wïús÷Cylqyòöí6nŠ ?qú´¦j£¾ù bØÕxMûêÛÿò÷–ÉýeÒ$gXcL’¤ŸÎf³ý2iòâ%K—/þƒ1–—Ÿ?eÚô•«W¯\²!$Šâ„Ÿ&îÛŸ:v„˜˜˜gž|"ôo ”<-ô²,·içï,Òu}ãæÍ÷=ÔÇ8®iZï~ýÏgfjš¦(ÊÐgžcÀÕ’}{ÇÎ_ÿoÔ¸Ú»oŸªª~2"yÛvQÓ J#+Ê# ^½n¥4##£s·{ƒZLš:í§Ÿ1–q?|$½}ç®Á›{<žÛïê´dÙrMÓvìÜuG§.sæÎ3†¥,]¾¢Ï€¸¡þgħÉÛ·‹¢x íàc!ñÅçó=:xèšõë)¥§NŸ¾§g/8{½wtê²`áBJ©Ïçñùo¼ón0}ùÍÈÙóæ3ÆU6cæÿ¾Ã+**êxO÷àËìz<žÐÝÐãwtê2iê4MÓTM[¾rÕÃ?u»Ýƒ1VPXØ¡s×e+VªªºuÛö;»Þ3oþ]×UU]´tYÿA—{Õ•âõz!b7!MZ¶Ú»wïáÇÓÒÒZßÑaä¨Q‡:xðà[ï¾÷Ôs;|øð¡C‡z<ðàÖ­[Ÿd‰ÀóÆ|ߥcGQ÷îÛlóÕ)]²ly¿¾}Bã„zuË(H8®WÏÇ5mÒcÜÿá~Æšì];wÎÊÎVÈmÙš¼ykò?ÿòÇâÅÁ‡e°X,ã¿Ýù®»¼>_ÊþÔЖwžçû<øÆØl68`jj°ÂuKò¶î÷Üâ9®k—ÎI›6ýeò¼‚ yü1ŽãxŽ»³C‡ìÜÜ‹6q/ð÷õ¸—çù&sy¸__BÏó;v̆PAÙ1Bèþž=1Æ„>½{IO7>rØm“¦ÍØ M–åþùB(eßþ=ûöÍû}áÚ I¢(Bè¨F2f'­]ë/{±”™öµIã[™4é±A.[¾â¶6m.q¡±¶uèìn„ã¾üü³³çüë£OêÅÇ¿ø·ç»tê1ìªÁ¥%é•¿¿d r UÍíqÏš7¯NlìmmZ‡êš™™ér¹÷Âåš ŽÁaݦR£yØÅ ”ID…ÅE³æÎ«S§e‹æeD!D©SK¤GÆXQq±+,Ì(?8΢òî|†)(¢ð—¯5l —4 |pûò.àJRe`ØbTT¤ñ Å¿ùúkKW¬;á‡Z11èß¶Mk¯Ï7xУÆÇçž‚ÁUB5lh”AppCNNnýú‰ådM+xÜ!ã¢0Ư¼4lþÂ?ž|öùýüßÛo–›M†æ˜¬t^*IÒ¿Þ{wáœYî¸}Ä¿€èUf5:*êäÉS†³ÉËó×X«šöî?ÿýpŸ‡=2 ®Nb"ÃÃÃO:ml_ÝÌy—ÿP  ²,ÿë?÷ëóÐÀýëÄÆ†ZyH”±¼üü„zõBÃ6//ß89¿ ?&&:$yªÈ?ªÉsáã‚eNI–ËI†ì–¹ €ªÏŽ ãââüu ¢øÂ³Ï|÷ÍW­[¶˜ðó/¡ÈˆˆàÂÂB7 ÚSÆØÁC‡Œ¡Ö+V¯~ W/Ƙ(I±`“ALLÌÚ I^¯×ãñΘ5clØÆØ÷ã'|öÑ–,˜ÿå§#Â]®`Ò’eÿšÔŒ1ÙXŸZ–Br`­jãòÑcÇùDÑl6x¸ŸQ3\ˆ²$1„$I2\!¤k—ÎsæÏ÷x¼ÅÅÅ+WûgÄBNŸ>ãóùRöí'„œËÌdŒçÿ:yrQQ‘×ë]·~BH È$IrPAÿ¶$QJ)¥ÅÇeã¡]:w2ZòP œ÷ÆgΜõú|ûö§bŒÏgf2Æ0B„àÔdYöy½6nìÕó^ã|ŽçïéÚeí† ²,{}¾M›·ôèÞÝð¦áá6nôz½EÅųçϵ¡!žçÓUUU–å‘£¾ Ä–Ò"ŠRé«0ÏsÆUÆlˆ1c®c»äBcW–ý/ Æ`Jp¸ŠòjpûÄÉ“Š¢ÈŠ²99¹sÇ»ŒÒã´™³%I¡G÷n»!Ôþöv+V¯öùD¯Ï·%y„!€â>þøãr?HMMmÕªÕ gk~üù]×;¶mÛvAž~ò MÓ~<åHúQÒÖ-[ò:wþüè±ãV¬\5cÎÜUkÖZ¬–&3Ææ.ø}_jªÕjmÒøÖIS§NOç8r[›6“§M?xè0£´u«–„c'N®Y·þHzú¶;‡¿ðBLL İ«@ÅIS§¥§U¥víØp—‹Ò¼iÓ¤M›fÍ™{ààÁGhx~ÂOOž:e³Z‹Š‹Ž?Þ²y ‡ÃѼi³­Û’'M™vððá&oݶQÚ²E EQ¦LŸ~$ý(F¨UË¿Mz$=]UÕØØÚyù³çÏ?zì8c´UË‚ ø:wnZÚÁ‡e0ú–ýðó/§NŸ¶Z,EÅEÇOœlѬ¹Åb9qòäþý©éÇŽý¹g¯Åb~bð`BBÈèõ›´iSÊþÔ””}>Izþ™§AÀ &aü?%oÛž‘q®Û=÷lܼYSµV-ZpÇ;wþüÂE‹“¹AýÄ«V÷êÙÃç›2åè±cªª&Ô«WXT4söœcÇ3J[µô_•qîüÂÅ‹“W§Î´™³Ž=F0nÖ´éäiÓ=ªijíÚµsóòçÌ_pìø ÄXýÄÄé3g¥;ŽkÙ¢Ååw r¥ @Íà—ß&ÙìöæM›"„æ.ø]§ìÌÙ3ûö§ò<ßï¡ !¡³çÎmÛ±óôéÓ)©=2 *2òÖF·ü¹gÏòU«¤§÷êÙÃQz1ᨨ(؆®ëiii—6™øb=êfΜ9dÈë SJoïØyÏö䫾üÅ—_yû4oÚT×õ­Û¶òÙçk–ÃjC\>ŸÏf³A87Ë—/‹‹3Fe z⩹ӧ^û=7n [ÃPeÞ¼yC‡½Ä95jÞS£=NE³ÙlTÒ\)Y™Y/-záá-ZÀìkTäk ¨àòÆ›†è=%™L¦«ËŽ ®¢í¨Ô{ª(ʤ)SÇÄ_ë×ç¡ú‰‰W‘Þ>x÷ÿF—˜PO0™L‚0âÃC ¢ÈÏχ@j—npWeÑ’%v›mÁ‹ºÝÝ5®N«~–¤¾i‹@5©qàz÷›“ÐÆý 0(ÇÇÇCRªyÜ\ûÔ0ÆãÈÈHð¦7-`O¨H€k¼‰Åb o öàšHHHHLL[ T@Q‚{ `O°§ö{ `O€šÌ{ @•À(²ëäo±Ú0ö€›Ú›èï¿r®Ü/Ë*âË7”q¦ÕŠ?û>Ún7,`O«êŒ2„Ø%óÍKärÆÂ¿ø—h*Êã蔂 7"’Ì>xõü‘ÌßBP߉v4 ~„1AaÄv¹ÐŒãlØVÆ•¹$pFÁ 1Ü=ûlÞܹ] bÑ4MÕTUSá• €=½xŽ(ùNž>™“©ë!ÄX‰o)›•xÆÂØjµÚlöpWD|º‚ @«^DQ%yJB%¤ ½ƒJŽôªô¢ô¦È©x§÷žx§ÞYÑC¥÷Þ›RBïUj(Iè%„ôò´}vwæýcžgŸ}Jœ$ ™ñáy¶ÌîÎovæ;3¿™ÉqŠŸ2´b… wïß9ýÛ‰õ_bY.ãqxž[Ú%I‚bŒ !„ÐO*Uˆ—”ñêöt4BdY²Ù-6›58ÈP)®r™2eŽ8\P¯îJf<£}!44ôÄ©£fÐ’V¨JB¤tÇCƒ‚4ñ#^µþ¨Múw¨]¹Vùìˆðë¼á¶]sÇ®qÄj—1AËNQα    Ðræ ÑcˆV£EÒšŠ«sŸærJYøÜŠ„?ùdôø‰T”Þ}ûí윜' $==ýOõP¢(–äå&Œ“››[|âšÃáøqæ¬wÞ{_1ÙsÚ0˵WŠ«ÎÊP“§ž&5L°¬‚þÀÓìùtoÃÓ#Á˜8¶ôŒ‡¶|¹ 1cŽ<œ™™ÎÞ®? X1(Qán'¥]þnuª8ªSÁiOÏx¨ÕêÊ—«P¡|…ã'dff0ƒ–¨0u‰EÏOž‡ÑQeúµnðþÐ_®(”1ßDA0¯ÒšÍz}kØõ®,cŒeŒe‘½7–ÑèÓ¨\? *wd÷—g^¤æææÞ½wÿÒ•+·ïÜ¡[´Ú'ë3•eù›ÿüçOõP6m.ÉËi4šâ‹ŸÐ!³çÍ'„,š7÷¹÷¿ ”å:ÒÓj4ÚråÊÇTŒ9vâp+Câyö=%0Á€€ô‡‡ãyÅ„ æäd‡……G„GBˆN9ÙèÅÆQ¬‡¢$Á˜(ÞrCi3%êOµ-U½½ñ¢d£Œˆ‚>{òå†#"#!`-Ny õÅPˆB–«9æµ1a¹e ‰‚1XK°ZÅà M@mŠéD˜¸ë”˜È2¯¡§‹@êÛª4š"¥õYÉ=ûö¿7ùí¿þß'Û¶ï˜8~œZ‰¢(Ë2€0H¯W”Ãá1Òë퇆çµZíÙóç>2å·îU_K¡,˽^!$„‚Ó5e:–ư ’$éõz§(Ê’¬Ói}$ }9žëp86mÝÚ³{7‘N§õ¿%Y–N'BcÌqœÏMÒgx€rWcFA!Ÿºˆð?X!$??¿SÇŽñq±´6ýøÑõ +Tu–ËñNѪ”¡q§YÊ(Õò”ŠL‘‘®^`T:F%kiÅsÑb±df¦GFDê´:sˆ¹J•ª¿=Õü•V&£‰¥¡4(V ê1ñc”î€nÁŠ DeggQƒ†„„T~¡Ê™s§š¿òªÑÀ Z"U]éÒi_}±RŸõÌåC,œF´‰Htu–|AeYÂ6»“ã8W_‡§ÝÔ-R±W‡‡Œ1jdx ié¬RnA€‰kN€g»Ùc|öü…>½zv~­ãö„]cGâyWN~òôé‡'&&J’üù¿>­\©ÝþÕwÓ/\¸øÕ¿?ÿèŸtëÒeÈÀ:nÑÒeT?ùïU®e±Zç-Xh6™Î_L$ü×ËFEåæåÏœ3Çl6òóóÇS&40kî¼½û÷4uꎄ„“§4pÀàþý|n>๒$͘9óò•«3fÎ,:jÄ[þ·tìäÉõ6ÆÇÅݺs§fõêcFŽð ¹°æ,X¸cgÂ'ÿh÷Þ}—.]–e¯˜QPGHÀ§.,ü€«Cû=ÑõL Sÿ,@Žã²²2¢"£tZÉlªZµÚé3'[4oÍÊPFa<Ͻ ˜ª@!÷îÞ¿/õþÝÔû÷Rïß{zÿAêýî§=HM{ú0-õaÚƒô‡Ò¦e¤§¥§?Ì é™éYÙY¹ÙYy‚ h´:Fg6™+VŒ9yê¨Óédi¨Õ)Q J<úŠû©K›àÓxªä›PՀВ$QƒšL¦ ¢Ož:Æ ZìÚÔ«åé4¼¢M­¼"` Ö(æk4âРG½µ©ìj/¥âT’±ŒeªQé°ËÄN€ Ü.§„@:fêYo#¿wÿ~Dx˜(ŠíÚ¶¹{ï^â¥KÊ®»÷î}øÞ_ÏŸW§vío§ÿ lŸà¹<Ï0e àƒ)SFx+à-}ýíôίuœæ°PâÿÃ)8­Vkvæù`c0 $Èb6W¨P!9)éÖí›/TªÌRR‰å{Jÿ=Pr>õP}mªš$B×<›Ç!ˆnܺ.K2!@¬5›Ë—/-%…´ø*@Ë…šv¨lÐe[DQÁÁ. ^ŒÈ"€ˆT˜*}úËÄÓ§ïÞèîÛw(cY–Ø"C¤ }nf”’$éÒåË?|û }ž¬¬ì]{ö¼?å]V T¤ÊFEɲìsn@mZôÞ¬ìlC°A1u“ÈÉÍ qéHsHNŽ×øwzz½>àUŠ>·ˆ[²Úm+×®-_®lÓÆ\ô:÷¤åÊF=rì|À§.,ü€?þ#]ÏjV(ËåwãÖ Y’0ö*CoÞºQù…*,gd”"yª ô€DD†ÿ‚D‘5jÁCTþ]_E§ÓbÑçäääX­V½^_³v­è˜˜ËWãã*±Ê_±[ÓUßpM  &È ÀÝ\FQ»êÓEöDQ´X,ù‹%((¨F­šå££¯$]b-‘¤å‡4«¦ Ê+²tÁHt*ešÅ"R§S–dY’$"K¢¤Œ…òôí»¥)ö´›º~`»úù­r Xt5>Ë:õÂÅÄ*URPƒzu·üò˱ãÇ[¿ú*€vÒ32âbcÿå"#"nÞºY³F ¸Íf ‰ŠŒÌÈÌŠ®P™•ùø}.Ƹ°WïÝ÷>øáÛ¯ããâ$I¦°-úI’hkezzÆ#g øÔ……ðàÇäÂp8ŠfU÷ÿù'¤ð,שd¹ê2´Rü ,ËenÉx> ]œB@FF–ËÁTý÷ Ýåoú ãašÛë4-#ýaFÆÃŒŒ‡ééÔ÷43++'';//§  Ïj³9ârss> ÐëtwïÝa)©Dêƒ*£Öè7àöEuhSU6ÔmqîWº4­Ðó<Ïñ|NNα#ǘA‹¹ÐBôC°I¥ Q1¡ÖlÛmÙ,Æ  ÀYPà,(1&‚ÅæEIvÊ‚Mr8%YƲìnCUiSÅßÔÕnêîÙ—eê*˲l±ç:E;ðJÏ$‚ lÚ²¥I£FJ]»fÍ€­¿nçù ‰‰‚ 8aG®.^S ú©4*[îUhÝêÕ…K–X­Ö »Nžþ ðZûv »w ‚ Âî={_kßÞ+LAð|úÍ—RعV›”œìEBˆÿ-qwûÎ]»Ãqîü¡Ô|Š>àÊÕ«4f¶íÜÙùµŽ»Ý®|úDEÀ§.,ü€«Cûߢëó/¿ øÝÿ矯%!p–‹8W–«Ñh8žÏÍÍ=rè$ H¯¿s÷6Ë>pÓ¦M ¸#11±nݺÏô³]¾z©VÚÁ 2 F“Ád2L£)Øh2£1Øh4ƒ1Ø`4ŒÁÁƒÁèú 6 †`ƒ!Ø`0MÁ¦S™2!aáeBBBŒF&øþ½Ô¸¸¸Ì¬Ìؘ8–˜Š»²‘”t¥FšAP{‚Žçãw-ié]„A@{œ â8¤Ñjõz½Áh0‡˜FƒLðƒÔ´ØØØìì¬˜Š±,Ο"’vl.ȶ\¤?ƒ4¨wÂB‚²D˜-½Žw 2ý)'×átÊV«Óál6ÑfwZ­NA1–eB<ãôݺÔËßT¥Me·‚%¬3Ñ 9élýú½\|Ï«´b>]æ-\´uÛ6“ÉTù… `ï¾ýç.\L}*ŠRdDÄ…‹‰×®ß8yú4ÏóÇ æ8ŽŠÚ…K–&¥¤‚P®l¹ÐÐÀšõ.\LÔëõ5ªWóß«P·N“§N/\²ôÀáÃeË–íÕ½„°^Ýzû<1ñ̹óyùycGÒh4‚ ,Zº,)9!ôbË–.»r5I–åzuê( žKw¥¥§¯Ý°çø*Uò¿%½^ÿÓ¬Y7oÞ Î+ÈOII©[»ŽÁ¬„\ijæÎ“e|íúõãÇk4šáCK’´`ñ’ä”k²,׫[‡çy%Bê׫ð© ?àÁêÐþ·èÚ¸y³RÁP÷ÿù§âÞý»&³Y•ø=Y.Bî,×` 1Jš•™ÁÊÐR…,Ë—/_.Zd¦Æ]¹råÀŸé–¶õ›V÷íÝ?//‡’™‘->Â÷”<ÖVâZx±LX„Ð):‰L~;sºwÏ×Y‚+îÔ¼iëú>½^ÏËËu»b@÷%îI}MæéâW9¬ú8°*m®àXÂçΟíÙ½‹ó§ˆÃAÞqÿúÃUÁæ•Ëw­]!_«¿ÆéyiµH£á«9²(J‡d±ˆ‹hµØ-V‡$IÊêêvS_mJû÷%ÙÝ’êú‚ ¦|Ø :áLék׎+¾çµÙlÊr£ …‚‚‚€ÛM¦â]¨~£&çO`ñ_?~´bLÅàààÇÏr§;ÅÊÐR…Óé\·nÝ AƒŠ8æùEû~ÃÂË¨å  >½ûƒ}6¨}Q!u9"„Fk 1äá2ÅxŠUâ6(p7–ºlR˜A=ß7(Ÿ/t¦!@çèÓj´A¦`fÐb…C°f¹2‚SJuÊVNÐpPÒk”8B@ ‡$;±],VÉfsX¬vÉ5o”ï8}¬´¡º½MÝÚTQ­X–dŒ±„íùÖœH­‘ÖÊ™þ:÷ìpûá½»‹ï¢J'¾N§c/u åÕåj4Z“ÁIJ\Fé’§th}1²3s Yй±ø}aXDtyÝ­FKTƒÅÅkPw÷=TußCoyvï|Òcg ÒôJ ž•.!`-V ¡Áº“Æ&“›BYÄ;eà1H’$Ø$A”ìvÑbµ;" ÀK›ÊªùMU­¦ªvS,{†J¹þ)°f‡™+ðlm°?ˆb•¡¡Ž &“iÎü=»w‹c=È%õž?f–ËÊPF)”§{BÃ"B‰w…ÎýÑu‡\òÇG©ªÛße@}Ñ ÏöZ•˜A=¦Rôd@ƒº%«×@mèÖ³è°j‡U €<¯a-¶2‹ƒ¼WŽP@ M$@ ÈÊè²¥H‘%Á);ItŠBNÃa# „ !@H  d@" Ê ‘L?çšq ɲL€ 5Ì¥N7aì˜ cǰ¨(9a Ÿ$Ë%ãXÊ(eò¸&–€€ìÌ\Qtz*l^5»À'û¿veÂC5ž.N”5ÝÓÅ3JÒ .-ªJá3iPÕ‰ ½ç9ÊàgP Z|pĆcoT,N€2õD€WÙ‹çʲAt£SW~ @64ŠÁ(®:(tµŒ>V– \ÕR–ç2J“}Å9€z`Œä^iØ•‰S£Xßsˆ7Ëee(£4ÊSÚØFÛÔ"¢"v¤ÿlOSªë­êWL© Bà©è)߈§»‚¹u—¸A€ž ê|ÍmYH3GµA½L=5wè1(=•UåK@¡ˆtµ¥HHDˆ $ €ÈeOD2€H&AÈÑqúa„e™÷ôéB8E›bŒ9Žw¥ƒQ3Q1$ª7Ëw|?£ êk%—%¯AÝ‹-0ƒSÑÅ€œ˜ rÏÝÉuzúñ±ìµ_HŸ¾z!SϺPîÝ®¹ø½þǪvSYÆ`j kX·-lq£X@núde(Ër¥JžÒÆ6·…0 *õúê'e Ê›x—³* ƒ ¨Ï‰Aé~fÐâ¬d‹L‚×à\O 7бLˆ@êìêð‡ˆ`Ú½€Lî(CÈÉP†!ÄÉœŒ1F#÷Qœ"L1Æ2æéØà2¡ ÂZOŒâªƒ"µGÜc–¡„e¹ŒR%Oiwty!º_¯IÜ T¯^€g¿û•ò÷Ô½!ä¹Ï&Å()ƒzH½Uª¢J=Å^£³!„ªð^žûžeøs&.¦’ a®M 2kIíøXB€×È}±{ä>íÊÊwÈ#Gî#èjÀqÛž¸X‚˧_ú#Ó0k%b<ïr!Ó_¸¦„ó¼ÌriÓËr¥Ižb‚]NØf¥g:âÓ ™ã¸Š1Ñ"ú¦±"§ä ÷>Í©ê/¾Þù^Y&Ð3 €Ì ÅoDp;ÇmÔD%Ý>˜.ÈØ3|_Ý}ïþ_ýÅw*~z<ƲLçäÇþ}úÔeÀõ‰ ÿbVá¡åþÀ¡QÙÙÙ, 0žÂÃà “­"„à“e¹Ìõ”Qªä©Kd@ˆŒŒ î¦5µŽq‹•ª¾óiªƒ¤×ëGXͯ„ êž&ʈ¿Ë î úÅ?M¡Î`<@¯Î}–å2˜< ØNƒ±»ÿ—¤§g9Χk<£4˱š_Éø5 jEõ›;Ì7§ôž”ÊíûÁ Z\Eà »ó~mÒT0À4›ÒnêѦÞk–b¯mž¶UÏF÷§Z›µ6Ř@#BËsœ!+ ŒbÑŽ}ˆX–Ë`ò´ðv×HŒŒŠÀ-mj£r\TÊSO¥Ê"eQ) f}Á%dOA=ªôI ªrÔWêï>ý3ƒs5ƒ;{ÏQ¡&¡GA绚H‰¬Ì¨/yºù½¤ªg(?&žÖUŒhS¬Ö¦cc°)2¼<›ñ”Á(Þ*¨ËrLž*gÜ#– ééNá±[O¹+FGGyª|žuÜÙШ?À ªlÏW›ª[T½šPÕVõÎ!™AKªèBLpʃÜÔŠúòFMœQs!CT÷ÒÓoXÆV&™òö7õø˜Ê…ø›mŠ *jŠ`… ƒQ¯9„e¹ &O o¤qùž`TT$ðòU„'Fµ”^ó©É€Œ1í‹€®É¾ !®YÜYJ*vmêmPõ¸}%ôÅï­0°A]„´ -÷HyBÀÙ»s5Clhðm«˜ž'*Þ§îvSì§Mee”zX”¿6ÅÆ€*S‚1„˜Íáå£â … 7f0OKœºÆî³,—Áäi¡‚{æ‘züÖSØMÑB¨R¥x·o €Î¨È(QƒxŸêEÀATÔpD]ƒ'Ľú33hq‹THÀ¦¤TŒà+‡ëj†Ós dI¥M½?y´©gÎ}Ù,”kz‚½´)ÁXÃkã*T 1†³"Á(‰Z¨WóËrLžú¡ ¨´žz7 *?Î_3б¾pt§2öÓUw-˜G<ë“B:4$¢ÓF¼¹©òGfÐâ*¸¼úÖ‰ŒÁÁdkËj†šåËX$éjj®Œ½Fã«–4U6ú…r ‡òÌ!åÖ¦ÇG—¯]ÍçÍf Ô0ÅWðw{ËrLž|Eˆ+Å ˆŒŠ„ÇÐx»(!@ˆ+\žú}@0a•¿0(QTñªw÷i~H{‘ ¤™ Òú­V°Ì ˜]Í)€ZiHË%[[V3¼II¼›éÕnê’«Sÿ>}Œeÿ±PcŽÓT,_¥j|Ý ½QuˆÁ(ÆWÜY³,—ÁäiÀØS#€d<ÌxÌyOµZm\\œú]óúæz‡ˆò@&®rÒk> ÆS7¨Gf*:Ô¥?!´® ®Õœa O€Ç1(a-\³!ºjÀµÜðÃ|é`²­a­F1Q‚³×¸†I©@Éraí¦þÚÂóÚJ1µâ¢«éu†@Ú”‰T£øÚÔZ“•¡ &OUïÆØ):©>¥¾ØeËE‚"æÈôž)“ Ü‘L€ÿ«db·Û!„Ç!„ØÛUE»«Ø—k½K›ºý쉻çÖWš’Ç7(a-^@Ï¢‡„€‡yò®9­j·®RÞÀi.ÞM{G›QÕëI½.íßG™Íáqªxû›à™äÀzŒbʲ•ž.V†2˜<õ†J›Õ¦áyQ”81!ª©ˆ€· uõ+.ïE×°Bàí¿­®ºÂ‘±Œ)((@ét:žçÙÛõÔ êt:m6›†ç%I~ƒB•{“2NT]¡÷1(AYf-Fmªút«F² ÷_´¿P^¬nnjºz'5éÞÃì;VO‡ªÒ¦2]©Tµf)0Øh*_>2Îl ÷rëNuIÖÈ`—:Å´õôIÊP@AA„P¯×³,—ñ|ÊSWÓ©ÓiµZ##Ë^¸x¾VÍÚüã'tµÃ¶÷?~@0IN¹l2˜rrr´Z-ÏóDZTUµÙláá‘/Ô¬Qëq ªTÒUÆ tˆç–qʵd“Á˜››Ë úÔQZ»ý,… ˜iÒ­‡R|Y¾zltLdøŒÌ¤»é³s W#©»¡¸ÆCˆøps¸Ù^!Äá=é«´)rW\ F±èSïé㔡„$_¹l2iªÑhX–Ëx>å)pw¢+Tuƒª¿xG¯âª†Üb€=ËÒ]“ÛB×aç6P¸6E^ÿ£[gòóórrs/Ö©[—Cœ¿6={ö7‡Ã–›—ËR 㙣víÚÑÑÑAAA¬ e0y@ÍÐOžç‰O±ˆ…*è;¦üd ë2¨Ï|Ì ÅbG‚‚!È.Ì^¬š{»†S¸†¸··(q¯áM @Ä=_™¯Ê=!.Ý¥X +*Ø5ò’à`Ý¢V-[ï=°W“¤©Q½&BH­M/\'2Û1þç<Ö§8.Ž"žñ<ñÜÊSBÈÌ9s»õé«ÞòÍôï‹érão¿ÿáiÆêU?Ϛݻ߀'=Q’$»ÝP:NÚçéEÿ³¾ûý>ÅG$éçY³û<Õ0Ÿ9œNç÷?þÄÒ³oÖ$Ib~~LXD×Öí;r$3=BШQãÔû©OŸîÞ¦Cth1?û%T×Ûå"\°÷î?С][ú½}»¶{÷ï§ßCBB0ÆãGš4nlÃúõýOœûóO¯¶haw8Μ;/¨:ñy"ƒñ8|ÿãO=ú>MGgZÄwïËœ§™<}Ö€N;&//Oš322ŠïŠéxzqÞÃóÇqcGÌË}²y1Æùø“i}úð¯d¯Xµzæì93çÌ]³n½$Iê½<ÏO?.»Èˉ…h…Âày~ôÈêäWu!™™,={¥RQLݱcOãÆ[¢£ÔªòÏÏbd²ßž}{w›eÙð÷i{«TÙµ«aÃû[¶T¨U*WN 4ç”ÓéÄç俆†„¸”¥9$'Ç+UÆÂnÌj·Íž¿`믿֨ á¶ˆŒÇaÊÛ“²sržb !?ftn.›˜ÉÓgŸÁƒ„¯þýEñ•Ä_}ñùÓ:ŒÁ?¹ëB¨mëV}85×»HÆï;pðö;SÞy{â¸qIÉ)ñ9W§-jõHY–7oýåIïGSêÇ®ò<ÿŧÓXbVswýú³cÇVŠjÓ¶m›víêÄÅ‹Ó>5N$ÿùEÓ>}ÚwéÒ¾S§Z11ÞyçöªUþ!´iÕjý†M>e¹,ãÅË–_»q#*22#3‹nÌÌÊŒŠŠ|d¥Ž~y÷½zvëÚ¯oß å˶¶$ãi£-2%„lܼå‰óXæáÊäéŸ Bí¥µ;²,«w ‚ 86»Ýn·ûg¯gÏŸŸ9{Žr¤Õj•e™:Ò¡©Šq8t«Ýî(úŠÊ-9wn朹ªÀm²,Û‹Õª$>‡•*”8txÇ¡!l*CÝá((°‚k`² t¥S€Édò—'ìÞÝ¥S'Ç¡NÛoÛ±³°¢ÚápØìv‹Õª´°Bl6ÛÖmÛÁ5äY¬V«$¹îYEzÿ6›M}b)G–åÓgÎÌ™¿@‰Fê[a³Û퇲­{”¹ XÓÃ6›$Évw û‡ï„‹Ep: !‹•ZG«Í0E9ÁjµI’äo8kIîæ¼y {õÊÎË;|öìþýûcâã5õìÑç}8‚ËdgïNHØüøÃììê•+ßZ°À?„o¼žž‘¾aó»Ý.8t„þÅÄÄå«VGED¼Ö¾]ÂîÝ4>wïÙûZûö®gw8è§úýÒiµIÉÉÔÝ…ã¸ÛwîÚŽsç/p¥>x@ÍðD£0§3`)©Êc›Ýn±x½qžy$”·XU.°<¶”6pܳwߥËW!Ÿ}úÉ •*BŽ8±ÿà¡°ÐЛwøý×_©¯Ø­KçÆî+ú¾dÙòw'MÄÏœ3÷À¡C¾÷ÞŽ„„ÓgÎ8``¿7|+mÚ4-=}ÙòF“éaZZ×.½ôU0³æÍß»oÿߦ¾¿gßþË—¯@ÿ9í/ÄÇš$I_|ùÕ¶;õï7vÔÈ   ù‹¯\½¦ß¯¿=~\€«cœœr­råÂ*UJJNx“W“’~ݾã~jêµ7&ŒM­ ?Íš}1ñÒŒ™3#ÂÇøó¬ÙûúëûïíÙ¿ÿÜù ={t¯S³Æ¯;vÞ¾s7==}ÂØ1:v`9 ]fŪՓÆ#„äæå-Yº,Ø`H¼tY£á§¾÷—ȈˆŒŒÌù‹™ÌfBˆÃá=bDhˆÙétþ4sÖ‰“''Oš´c×®‹‰‰ƒ è×·:p§Óùóì9ëÖo< ÿÀþýÚuîZ¡BùAýú½Ñ·ÏÏsæ:|äý)“÷îÛåj’F£ùäÿ>®'8?ΜuäèÑ÷Þ}wïþý/õèÖµfêÛvì¼sçnfVÖø1£_ëо¸£%ãäÉ:AA·oÞl¹yó¾Î‚8.8&€4Z»Ã i¾zõáž=+·juöÀY6ÏϘþÝòU«§Ïø±\Ù²N§Ób±Ü½woä›ÃÍfóè‘#œ5s΂…B»Ý6qÜ8š†.Yj2™æ.Xؽk×ø¸XT÷n]?ýü‹7úôéݳÇð!ƒ¿ýþû—6¬_¯^ƒõgÏ÷ö„ f³)à‰ FaÌ7¿ÿ~­Z¶ ¸79%eë¶í©©©W““'ŒݽkW€(Š3fκ|åꌙ³Ê„†Ž|søÌ9svïùÇGÛ³oßé3g{õè^¿n_¶o¿}ç^jjêÄqc»tzEu©Y±bùó1þû´O;nw8’’“{÷ lÿî‡ÿnÚ²…bµZû ºgß>Y–4nªœ«þ)BýFM–,_1EñÓÏ¿ÿödzL§î=¤¥I’ät:{S–e×펫ÉÉ}ÜWôA’¤†MšÑAã¦7o‘eùÀ¡Cºv xXéA¥ÿûôŸÇŽŸ°Ûí—¯\}}à`e—ÍfkؤÙÒ+1Æ‚ LûìóIïþ…6ª5z¥Ea:Ž^oôß¶c5}rrÊ´Ï>wíò;Q„mÛ ‚“þÌËÏoѶ½€/6}eáâ%’$ɲœ°{O×^}Ô{5o©ü´X,/5}å×íÛ%I:qêô˯´X³n½,Ë’$ýº}G÷>}éav»½q‹WI)Æbµ6{µ55ÁôÿÎØúë6BHvNΠáoí?xP„ÿ|ýÍêuë !NQ\¶båwÿAOÌÍÍmÔ¼å–_~Eq÷Þ½ÝÜQêcÖoøï»ïO=vüxû.Ý®\MRÎ}ù•+V¯¦SuNû×gï¾?•îÊÉÍmܼå¶;EQ!«u⸱t®éßû‹Òœ“c6(¯Áã¸öët:ú¥\Ù(êY…úò‹Ï—¯Zýñ'ŸÆT¨0zäˆWš5 xÅG¢ÕjAZz¸TÈSìv»‡ä}â#©×<„P1„QGO˜D¿k4šÅóæ „:¶o·`ñ’«É)+TÈÊ̪^µj7š_©‹ „ä燇…6™ÛÑžÚ®h¨W¾VÕ‡>ýÉðï¢ÉÉÍõy=iKvˆÙL·˜Œ¦ÜÜ<ïæE,Þm2‡òå7ߖ󛣞¦(„PÙ¨Hâ•¢ 1©ÕðÊ÷’4\Õ±cíwîœY»Vv8BªTi¼lYØ‹/Ò]eê×oºjÕ¥üãê¥Kœ^7th•Ñ£‹é6ïÝÍ’%£8ùæð"æåU¡jã£ùªÆ'Õ²áP¥…g¬õBqóæ-ú3Ó=m „0"<üæ­›Š ÉÏÏ÷+#}CS<¬Ó32éE…ÔÇNݼvuãÆþùÅ¿Qî+B2UåÐAŒG[ €ˆˆpOfeù¨WjBHFfV\l¬&µbñBú·xÞjîŠÑÑujÕZ³víî½{ÛµmSTG¨VÍIÉ)ôÉ×®ÕªYÓmÁ'˜4ž ù=¯mX™2·nßR^Ï‚‚úÎÒ–QBHvNvdd„RŸQ×mÔ¨Wµ°ÛíÇOœhP¿Þ×Ó¿·Ûíþ¯6Æ8++'&öOä1 y¾þ—_ö¸q£wjjÛƒ£Z´PïlÖ¬õ®]=nßîš”TgÚ4Èq,ñ0ž9þçRòqòXRd™Î`òô¤M«WW­]k±X v$ìR¶·zµÅ¢¥Ë ,V뎄]§Nÿfw8 J¹%Ÿ·åÊÕ«t<þÎ]»èp‚ñ÷3~²ÙíZ­¶wî!f3„°u«WW¯[g±X ,劓ýÏKèp8¨«¢RŽº>ÝU+]‰ ¡–-Z¬]¿Þb±æçç'ìòj¹Á„\MJ¢S%ìÚ³§c‡ö„‡ÝN 3'f‡öívìÚ}àСæÍš*¢Än£'Ú•ºB¨SÇ»öìq‚ÍfÛ»o×΢$}õÝwÀµL¹gx2Ƙ¦µ™4MrJŠ(ŠtMsûÒ•]„Wò+ÅuÁ!㸦M/]±ª   /?G®ßΞãx¾UË{öï§cí>Ò®ukàãÜ+N ªxAYYÃjµnùu[í5ºuœ´bõeExŒqRr2 vßÁÚ¶îY!tŠúÝc8ú“­qÅ`ü>¬V[Âî=ÊÏÏ¿üʧì+,Õºç‘pç®lYùîÎcÕE­VSY´?—pÓ¦M ¸#11±èåPÿ¨f˜:µkfäøWßM¿páâWÿþü£|Ò­Kz-ƒÁ(>Ø´ü ƒQB(Þ¥û÷Ø·oÿ¾}û !!@”¤S6vÎüùtûøÑ£îÝ¿5)ùo¼¿dÁ¼Zµj~ýítº«níÚÊé_;½ók'OšøñÔæ-X¨lŸxP¡|y¡rŒV«Uf³b0 &O ãyC=R !„ìÔ©3@) ËæùÓ¿[¾jõô?–+[ÖétZ,–»÷î|s¸Ùl=rä³fÎY°Bh·Û&ާ>wíúåË—sØíAÁÁƒô§7lÞb2™Ö¬ß0lð áCûý÷/5lX¿^½ êÏž;ïí ÌfÓÂ%KM&ÓÜ »wíË Ç`0˜ƒÁ`0 ãO“§ ƒÁ`0Œ?lÕ(ƒÁ(!˜OãùBÈ"Qzå© :îOXÀ<[ofÀhüs>… ’,‚ƒŸcu²õÒLvv6‹Æs@xx8‹Æ,O1ÆNQ”DI£áiÉJ‘eŒ16‹Ñ÷Ÿòóœ¹SÞžôgÓO™™££ŸcŒgÎ÷¾O‘‘Y±âŸë)dY^¸déžýÖ._ú\¾l‡#++;:ºËwX¡Î`0Œß%Oï§>X³ný/Û·è÷FpPÆØáp\¼téÊÕ¤=Û xŠ(JÍSh—ÍÌÌzêü{îÍf³ÍY°09åÚÏ?LV LÉÊÊòyŠEK—:sfþÌŸú9s7lð [¶>¯!Äb±Ì[´øæ­Ûÿýöë§™ž%IÃ3ƒÁ`”2yS1zÊ;“~Ù¾}ìÈ*‘'Nšò^a§lÛ±£g÷n¿óÎ „ŸúÉSW ÿ󽉢8wᢳùë/>{¶lüû«ò]’¤å+W!Žûþë¯þTÚ”¢ÑhžË×L„K–†…•3â­§¬,Ë;vuëÒ™ed ƒÁ(]òà£c0Æ–¯>ÿ- EIBbŒz½Þ!Û:uì!Ôjµ„§Ó ¨¿!Z­ÖÇ÷Ž!Ęh4<ÇqŠtŠ"uC,ì€àtBdCt:(Š¢( î³DQEeB‡Cرk—ro²,‹¢!Ä„ð§h#‡ `Œõ:C4<¯ÑhdYÎÎÍíÕ½[TT¯º:Åétz]Ô)J’碂 Ȳ¬ÓéDQ’±¬Õh” vjýQØ>NcÕg#àBbâ©Ó¿9‚Þ›ÍfkÛ¦MÅŠÑtöd×Y‚ ËX§ÓŠ¢(c¬Õh60û_±0ã>N€|všÒÜvÇBQ”L&£Óé%I0Ô Èë´îKkµJã¢ßÝêèWY–%IwVÉJ§,K:N”$,ËB^ ,âþ‚@0Ö©$Iyùù½{tŒŒT'OÂ$,Ë!$JƘ¢Ójyï;§×Òh4BŠ5öìéЮ-MÏþ—ö~d Õj=2Ôëu,+d0 Æ3&O)‹ c9--íó/¿^2.àôÙ³G ½sïžÓ)~ú÷æ/Z””œ2oÑâ³yÈÀùù‹–-3‹Åòæ!!!fu°™YYkÖm0šŒiiiÚµ}±AZô&ìÙ3oáâ«Wªy˜–ÖÞ} Àbµ®XµÚh0\ºr2ùíI;v­ß¸iÓÚÕ€ü‚‚µë7lݶmóÚ5TïÎ_¼˜Þ[hHÈ þýN9óëö1ÑÑ÷RS«U©2dàzégκz5éã¿NýòÛïÚ·mÛ·WÏ€G*ÒaõÚu·lݰz%½èšuëݱcÓšÕT`-^ºìè‰o¿÷Àsç/ôíÝ«OÏôÄS¿ý¶mÇΊ‚õ°sgÅ Ñ÷RS«W­:x@º«ÀbY¹zÁ`¸|å*„`ò¤‰‘þ#ÂÃ5ÍÚ ©<ÍÍÍ[²bµ…Íf6xpˆÙ„1^´tÙñ“''Ž·oÿþóûöîÕ»Gwë¬\³–ޤçäæ-õ P–eW€cÇî=pàB 1!'Oÿ¶=!¡b… ÷SS«U«6¸?Ÿ+B/_Þò˯áá×oÜ0›Í¢¿}ðÞÊ5kùuÛڕ˹yyk×oع{÷ú•+¨êZ´dé‰S§'Œ³÷À‹‰‰}{÷îÕ½ -''wéÊ•ônívû°AƒÌfÆøäo¿?q2Äl¾{ÿ>ÁdÚß?¢7 ÉòâåË9úÎÄñ‡ŽMNNAM}oJ\l,ÆøÄéÓ;vU,_þ~ZZjÕö{ JÒŒŸg^¿~ãý)“¿ûïŒíÚöìÖíäo¿ù)IÒ‚%K?ñöøq‡ŽI¼|¥ók«W­²kï¾{÷S³23ß6´mëVôΦ§¯ß¸Ù`4dff¶oÛ¦A½zJ‹ì•«Wç/ZÖ·WOzé÷¦LžþßÚµëÕ½[vvβU«è#;Ž¡šÍ&ã“§O?yŠ>2 à“ÿƲBƒÁ`´å"ˆàcõÜ>A÷îÀáÃ>äÍ™ú×{÷ïÓß}ÿßÁú<èïNÍÌÌäy~˜1‰cÇP±µxÙ²ŠÑÑ#†9|XLtô’•+}‚¿hq“F/x½ï}zÿ÷§™t#„°S‡yyy´xž¿hq“Ƽ޷oŸÞ3~ž¥È—e+VÆT¬8h@ÿ¿ÿujFffrRÒÀ~oäÐBÌæ7‡)(°ÐŸf˜ÑôÞèO™5{n»6­ÇŒñö¸±+V­V.=êÍá·îÜÙ¶3¡q£F5ªU-ìHåøþo¼®¾èð!ƒ©”§ Ïǹ{ï~zFÆ{“ß™4~ìª5k‰6kîü¶mZ9bÒXß`©-gÍß¶uëÑ#Þš4vŒrÆxùªÕ±11ƒôÿøÃ22³’’“n„Ö¨VÍÝZ‰—­\3bø°·†©P®ÜòU«\w8dðÝ{÷322Þ{wò„±£W­]ë'+V¯¡4õýôŒÌ«II²Œ— ºÞ½w?33óýw'O;zµ€²ÿ¬q£Fv»ý’*I@Íf3UüoR»fMFðHw,q­Z¶à8®j•ÊÂίuDq×´IãŒL—P–1>yêô‰Ó§–,_±#!Án·LÏB³ÉÄÑKR»fMŒñ‰S§[4…FxÓ&8ázd½næÜùç.\üû_ÿdY'ƒÁ`0ŠBHNn–,ËÙyÛ òÄc~yž¡R¥O>þˆ¶H}òñGë6nú÷W_—/[nØÁM½ìs|^~¾ÙdrÉ>“)//ßç›ÍþÖðaz0iÜØ€µÚlªcÆ)Ûsrsƒƒ‚”â9À”×EN‚mµÛ6nÝZ6*ªaýzþ{ÕKf}äã@}}æµÚ¬4Øõê4gÀ ðà7ú¸ùæxla4ú؂ޡÚóRMn^^°Û¿S‰êü‚“ÉD·˜ŒÆ¼ü‚2s­Åfݸuk¹¨¨ºujÖ[VŠ[±zu·.]öìÛW»V­ßۄޭѨÜm~^>MÏ8uý¦Í_|ùut… C lôòKCƒFEF(i¬ÀjÙôËÖ²Qek׬Ytâ)úH¸úà5Ÿ§Ó9bøpV 9¯;„Ê¥ !Y«Õþmêë7mþ⫯c*D4ðå—^d¹'ƒÁ`0Š ˆ`dXÙì¼Ìˆ°¨Ç<å»kw8Î]¸h³ÙÞ4qɼ¹/¿ôâ×Ó¿W··Ñ/áaaJk\VNNDx˜OPáaa·o»{³ ™³:"ÜsŒz^ë°2enß½K¿K’d±XhI¬44Z­VÿÐè½aŒÿñÿìÝw\gÂðgf+uA\šFM¬ bG£F#¢(j¼œÆØRÎn꥿gî"¹\.9M41Q‰XcA±ÄQDT5F)ŠâÒìÊ®[gvwfÞ?7#ä÷ýƒÏì³ÏóÌ3ÏŽøcÚ~úÙð¡QÏŒ ð÷¯ã?þúÔ¤(Êv{¥ÆšVêŠãùyŸ}^G·|-(Š4óõ½x{Ãmv»Ñh¬±ÐuªÅ™‚ Ürú,œ×Z[öñõñ¹xñbµÎý|};ôsùpkÝvŽûô?ÿ>tèèÚ§T*‘¼MÓ×ËÊÄè ÖïßwD%GM M_¿q£ZœòkÖì¸R“iËÖmŽN ®?)B$·»=“–¦é·à V°ˆ#¤(±EQ}ûDlÜœb4M&ÓþŒ§rrk,¬Z— °,KÓô3ýû¸ýY>’5ð™gİâ<*«Ó²Óß=tß>›¶¤F£É´?ã@vN.MÓú÷;˜™ÉZ­ ËÉ::hÀ×Ùš:7íêÕ«â)oqÛÅGê"0 C±Û¹5IëþñÁû‰«Vþãƒ÷UÞ*1&RåëÛ,óH–Ùl6šL)Ûw8ú¿½êÛ°ZË´D2à駈£e˜¬£Ç FÏ•kÖXF¡P 娇ßÿ¡°¨ÈjµZ,–ƒ‡øŒ˜viš¾råªÅb9söMW}4ÎÛîØy5óÏžs|Ê‚ Xkšvžçyžwž4Z"éÓ»×O»v™L&½^àPæ¾J¥Å%%6›ÍuÕ‰¤ß¾f­V‹ÅrìØñgú÷ÿºX¹&aY¥R=4ÊËe“î=›^ºVœ{î×+×/þ‰kO%±±±5¾qúôévíÚBn”•%§¤”^¸PR\R\Rzî¼æÔ©S?ïú%uoÚÀgHeÒƒ™‡‹‹‹Oœ:ùêK/5÷ó£(êFYÙO»vI¤ÒömÛv =rôhþÙ³ygÎè †W¦L®öñN:f;–²}G~~þs£G9þ³ä8.iý†W¦L¦(ê÷:gÏ>7j¤ã„r§ŽOÊÞ¼ùè±cjµzø°¡„ww·•«×œ8ùÛ¥‹—”™•eµZCC:‰—„Þ(+ÛùË/R©¬ÝSO)ŠUk.^ºäææf4ŠKJC:v”Hèõ›’‹Š‹­V«¿Ú_åí-†ZGM†eÏž;×9$Äùd·››råš5'Nž¼tùò³ÎʲÙl¡:Ùíö›·K$’°Î¡·lÑ Ò©“D"‘Éd«/\ºäææf0‹KJB;uts:A/V¸té’R©4˜Œ%¥%!;¹»»wìÐáä©ìÉ›³Ž÷W«‡¢iÚµP„Ÿ~Þuö\››[çÐN:9v,ÿìÙ¼3ùF“é¥IeR)˲7o)*)¦%ÒÎ!!·¤ò‚Ò©£ã"Zš¢:´oòTÎÆäÍÇŽ÷W«£‡FÑ4Ý©CÇÛn¾ÉdšâÜaq‰D" Ùt{“C;ur¾*W*•®NLºtù²›Ri0JKKŸlÓfûÎÅ%¥¼ „†t¢iúêõëñ«×¤§ïߺã§™™J¥²íSOQ¥T*V®]{â·“W®\8`À‘¬£6»=¤SG»Ý¾iKJQq‰D* íÔqã–”ÂÂ"AB;u’I¥Úw¨Úüü|³Ù\T\œ{úô”‰ëØêÉf³y{{c ©¹|ù²J¥z\Ÿ` wOK/qg³ÛÔÍ/\.â8Îj·4æy¾¸¸¸K—.u4§j;£½~ýúèè臸aƒñ¥iÓ·mڀϸ‰þo·ÿß?ÿ5{ÆôömÛÚ9îø¯'/Yº!qíƒ˲cÆßýÓv|pWÌfsË–-1ÐÔdee=ñÄŽc7Фã©À_½qñV…®y³€@u‹«×/ÞªÔ5oìÿ„ÝnOKK›4iRÍѯC´ÛíùçÎõêÑpÓ%eeZ©Dʲ¬ •ªC‡övýòâCårù#ø%[V*uz¾i°« õUË­‚üŸ hªžý<¢ñ4ëØ±œ¼Ó³§OÃ'ÝdI$’×gÍŒ_µªEp°L.WÈåï¿ýÖƒÃ0›·¤¸)•ë6lŒÕ²E |(udÓK׊oUèš7 lÐÊyùâµâò ºY`Ë 68ž>Ó¿¿x4Y4M÷í!>×ö¡pss›ö·W§ýíU|w$Â­Š›Ç•WÞ öÂyÙñÜÓzÆSœ¯€G˲®OÇ€GESj¿¹\Ѽ™õåfUËõìJŠÙh\l6Çóâ5\‚ ðçµÇ,žâÙ™Qff¦Z­~Ìäýsüžt,p÷'ãéK/½„ øòóóïSÏ»S÷(䊩¯¾â\ؾ]»S§B†áxÞM©´0ŒL*•Ëå‚ °V+E/r™ÌñÕÇY­Vš¦Å är¹XîÚÃíÀmµÙ¬žžžâq «Õj³Ùmë°ÑdZ±jµ·—WNÞiAà?þ¿üýk[44¨3gÎܧž^QYYÛ»Ý"úÎ_¸è»eq'³³Aøx^쑬£ Ü×hÆŒï¨ùÜØR÷îA«Õöî7 ŽDv»=¼WDm/m6[x¯ˆ”mÛyž?tøpäð®c«m$u´u^Emþú›Å[·ïÁb±¼0iJZzzë‚Æ»çCSƒ£§ÇsuÜïªR©xžŸ3cºã´ûá#Y>>>ÇOœ`XÖl6;jÆ/]âííea˜“Ù9¬ÕZG¢jçÇ«½”J¥„‘#FPÕ«Gî¦ëØjI}ÚÖ1à=iiëÖ®&„(•ÊI â•mµ­  ÄS€F£]Û¶Mïž=«•[­V©T*Þ,åœ, Fãë³g¹)•„ß}ÇQn²˜×''ô¨á›/ªeÓz’ËebL¬ñÝÚFRŸ¶u øæ­[îâ²xÕ)EQu¯ }x,?@£1xР-)Ûª=–…ãøµIë ‹‹]ëû«ÕÅÅ%â²N§s”ÿý½ÆŒ9~ìØà  R¿§²Pe½}ØÒ`0ÜíÈkI=Õ6`uóæ%¥UÝÚl6½^ïëÄS¨¯ /Œ+Ó–¥lßa±XX«•eY†aóNŸ^·a£ÚÏaBÃ0ŽÇcE~vCr²Ñh2Œ¿¤îqô#‘H.\¼da˜ìœ\ M_½vM |®=8çË}û3L&“ÉlNZ¿ÁQù÷V,ûûÏÛo9Ô6’ۊגBÄŸu øÙAW'$ “É´{ÏÞã'~«c]ÐXHbcc1 H«ÕªÕêûrD¦£"#ýí·ôŒ%%¥¿<•yäÈC‡FÅŒèÞeuBbFòl`@ ŠÒ¥sØÁÌÌ7nÌÉË?n¬ÊÛ[ìG©T.‰‹+))qww¯4è5M—ÎaR©ÄµOï–.;œu´´´tø°¡ûdY6¼KÇqk“ ÎkhšîѽۚĤ³ç 8Ž  ¯+Õ8–eklÛ±c‡„¤uç5…Ç…w “J¥5ØÃýKXØñ_O¬NH<™ð—Ñ£(Šªm«¡ñîùÐÔPxÒ>@ÃÊÏÏÇÓÕv1€——&{>€+Ü÷׈1Ï×Xž™ž†ÉÄSxÐCà®àÖ(@<@<ÄSÄS@<@<ÄSÄS@<@<ÄS€;bÆh4añ ‰âyžaƒÁÀ0 ˲†±X,Ï?¬ñ,^²tô_Çâs€'Å4 /]NüñÇÍ)[Çþå/Þ*ï[7o™Ìæ)“&tïÚõ¡Œçïo¾¹nÃF|.€x ÐDµiÝêã>Üœ²õ_sÿ¢(BȱãÇÿûï[·<”ñÈå2|(€x ФÑ4M³)Ïó­[·¶XÌâ[‚ °V+E/r™L"‘ˆå,ËÚív¥RiµÙ8;§PÈe2ÙïMX+E‰ËD¡‹=;šØl6;ÇÉår MÛl6žçy^P*Réïÿwpg³Ù8Ž#å¦TŠ#$„0 Ãñ¼›Ria™T*—Ë9޳Z­4Mó½{‹åqñ+Ò32æ~øáî={ŽŸømÒÄ “_/¾UQ©_¶|¹··7!D¯×Ï™9Ó×GEY¿"uÏÞyÏÝ—‘ñë‰ßžó\·ð.?íúåÂÅKW®\y}ö¬‘#†;süĉ‡2OŸ>m·sŸöiÛ'ŸËç/\”››7ÿ‹Ïç~2oTLÌ”‰²Žß’²µMëÖ¥/†tì8sÚÔÚjâ#hêhPgΜ¹‡÷Šè?xH¿g÷ê×ÿëo¾µÙlbùÇóbdeæ¼F3fÜxG}›ÍÞ+"eÛvžç>9|„ã­/æ/HZ¿A\^·~×_}íÜdÇΟyžÏÎÉíÑwý†Ç ‚º7mhÌ(çÁlܼ™çy»ÝþÙ¿œóæÛŽ·***ºEô¿pÑwËâNfg ‚ðÜØR÷îA«Õöî7 Žš€=š8=hd2ÓÓÊ+*“Ö­JHìßïiñ@éá#Y>>>ÇOœ`XÖl6ÿ~ŽL*%„Œ1‚¢¨^=zèt7o¥gHZ³J\ŽùÒÔi½÷®£ÉðaC)Š éÔ‰çù±}^õok’Ö¥ïÏã©Áh|}ö,7¥’òá»ïT«/ÞÆ¤T* Ë+*|TªªŒè­*/¯p~W¼DUlè¸\Õõv(GI€¿?ÇqÕÞuNœ&‹y}rrP`@߈×-B6<÷ Qrww¢e‹ìÜ3jäø±cƒƒ‚!â°kÃ0LË®/ñžçųö ÈÇ)Ã:‡•—— ‚9øÙ ÉÉF£É`0þ’º§Z˜cXö÷Ÿ·ã]tÔ=ii,˲,›¶/=:*êMþø“çyñ{œ{J¥¹§O³,˰ìî={c†GW_/Ãð·¿8@"‘\¸xÉÂ0Ù9¹š¾z횘P]kB>ÿßü—]_ÀãG‹Yh@Z­V­V7x·×®_Oøq}Qq1˲r¹<((°e‹àß²³sOŸ~ö™gºwív03óÇsòòÆ«òö&„°,»&1©à¼†¦éÝ»­IL:{®€ã¸ð°0©TÞ%<ãÐÁœ¼Ó'³s*õ•³fL—ÉdŽ&‚ ôèÖmåÚ„‚óçY–  ª¨Ô¯ONÖ9z(½p!7ïtaQññ'¤Ré+S&‹´bYvuBbFòl`@ Š¢T*—ÄÅ•””¸»»Wô¦Kç0©TâZ“²uûvGØu^v} ýžMU÷é¸[ùùù¡¡¡ Þ­Á`¨í-///L;<®{>4A¸5  q1æùÚÞÊLOÃüâ)ÁÉ}€FcûÎo¿þškù”‰!•úeË—{{{Bôzýœ™3}}T„å«VïNÝ3ïŸsÓÒ÷Ÿ9“ÏqÜçŸ}ÚöÉ' ! …bMbÒ;o½IÉ:~|KÊÖ6­[—^¼Ò±ãÌiSÅÎç/\”››7ÿ‹Ïç~2oTLŒ¸.QmMàq%¡éÏbc…y±ï¼ÿá·_Õ¿ßÓ˜¸pô Ñ())mݺumïþߺU«7fÏzcö¬6­Z-_¹R,Ÿ3cúå+WΜÿÇï'¬Z²àëªÛ¡ºtîìh¾àëE#¢‡½ýÆëøÁŠU«åo¿þZQIÉ–mÛôïß94Äyµ5ǘT*ýèƒ÷ÝÝܾ_¶ ³÷k7Ã4ÏQµ¿›žq iÍ*q9jHäKS§}ôÞ»bž „¼8n,EQ‰äåÉ“'½üŠkóø¥K¼½½, s2;‡u:S¯R©xžŸ3cº§§g=›ÀcÌ`0ük^¬ ½ÿfOšºvmÛh4½{ö¬VnµZ¥RiyE…JU•)½UååÎu …¸àï¸öÔ™Éb^ŸœÐ7"Âõ]×lzÇ&ðø±sÜÇŸÌËÉÍûݺvÅ„À}‚“ûÆàAƒ¶¤l³ÙlÎ…ǯMZWX\ì¯Vku7ÅBÝM¿¿úÁÂnÊÊ´5^!ð÷÷>3jäø±cƒƒ‚!õy®ËŸhÚMîF™ÙO Ê„Æ•iËR¶ï°X,¬Õ*Þ¡Ÿwúôº ý›7޲'-M¼s?m_ztT”sÛ³çα,˰ì®ÔÔÑÃÄB†a?%É…‹—, ““+¡é«×®‰qÓQÇõ˜kmMàq°q]"²)Üo’ØØXÌ@Òjµjµú¾Q é¨ÈÈ_û-=ã@IIéo'Oe9ràСQ1#z÷ìÙ5¼kÆ¡ƒ9y§OfçTê+g͘.“ÉĆqñ+8Ž/,*:zô¨L&{eÊdñ¡•›¶¤äæV*•]û(•Ê%qq%%%îîF£éÒ9L*•¬NH,ÐhX– ôñQ9§Æ&îØ°çÜ <– =‚'ïÚ»OίǪ Dz——>8xüö|h¤pkÀcÎb±ˆ? …óóüGŒyÞ±œ™ž†‰ÄS¸ïX–]èååµ|åª1£Gµqº) ‘M8¹ÐÀpаçÜ Ü¹ˆ§ˆ§€x €x ˆ§ˆ§€x €x ˆ§ˆ§ÐÄH1Ïó6›ÍjµŠòôð (Êñ–Íng,¹\.“ÉhÇ qÃo1€ÆA«ÕÆÅ¯5<¦¼¢Âù­Ô={DF-‹_qýÆ LÜ׿‘L&Çq˜ @<ðæks!¾¾¾¿ìNuN §²³ !o½6'8(÷OY™vâK¯9z O€BÄ÷£bFlß¹“çy±ðòå+-[´p¼+aXð‚ B, c0¶ê%˲£Q|)Öµ0Œsì`Æd6óÓ¿ßß^šòÒäI_ÌÿÊÑÉÛ¯¿VTR²eÛöýûw qîÁ׋FD{û×?þðƒ«VãCi:¤RéG¼ïîæöý²e˜ @<€*ϹgošÉl>zìxDï^®Ò3 ).G ‰LÏÈ „Ð4=zdLòæñ€í?ÿÄ †ËÅä ð¸îùðØb 3#Æ<_cyfz&OàAC €F ·Fâ)â) ž žâ)â) ž žâ)Àƒ€/5x@AÀ$Àc€¢(L ž<nݺ…I€Ç€ŸŸ&OðŸ:@SkOññOOññOOññO)¦àáÁn³ñÑ»gO‹Ù¼zýŒŠ‰Yµ6!ÿܹ°ÐPBÈ®ÔÔ¿<7ú›ï—8ש¨Ô/[¾ÜÛÛ›¢×ëçÌœéë£úrÁW;vþùdmëh¢ÕéjÜgµÕqÝä»ÚRh4¨3gÎÔXþÕÂk’Ö=v´¼üVFFFa¡æÕ©¯¬ý1á¹1ÏmÿiÇÀÁÏîKß{0óàÖí[W¬Œ¯­óð^‚ ¼:cæ¿ÿû… V«U\˾˜¿ iýqyÝú _~õµ Çþ븟víË‹ŠŠÿû© Ï‹=’u”a˜ó͘qãTTTt‹è;á¢ï–ÅÌÎvîÿ¹±/¤îÝ+‚V«íÝo@mã¬ge›ÍÞ+bmÒ:žçívû§ŸÿwÖëoÖݶŽ&µmŽóê¿Éw<Üqϸ[8z ð€´lÑò†®Ìn³•––vïÞ-.Ÿî÷óŽ³æÌÙðã]º†;v|èÐ(ÝMmP`PÝ]=7räÂo¿ûö['OžŠèÝ˵BzƤ5«Äå¨!‘/MöÑ{ïÒ4=zdLò攘èhš¦·ÿü³xëá#Y>>>ÇOœ`XÖl6;:Q©T<ÏÏ™1ÝÓÓ³ZÿñK—x{{YædvkµÖ=Ú;V–J¥„Ç¥(J"‘¼99(0 oDÄ7¼ž• …¸àïxBVÝmklR÷æÔ§Žó&ßÕ–@ƒÀƒ¥À€“ÑÈ0Ma±Ï©S'»tí²hÑ¢fÍýö§ï ÍÏ?+“ËÊËoy{«ª=ÙTd³Ù!vŽóôô9xÝú žžJ¥Òµ¦¿Z­ÕÝ—u7uþþjq¹Epp÷ðð›6íNM5ÄQ¹¸¸¤ª²NWŸmùû{Œ5rüرÁAA„G{·•ív»¸PV¦mݺu}ÚÖØ¤>›SÿM¾«-ÄS€FOÍŒÙʲ}ûDH¤²ÎÃ’’’žj×¶ð|á¿?ý¬BWβæu?®Óë+¿_²øæ­›Õš ‚PQYIÑëõ<ÏŽ‰),.މŽÁb±B,‹ãbtÔ=ii,˲,›¶/=:*ÊÑÏðáÑ©iûÒ32žéßO,‰üì†äd£Ñd0IÝã¨É0ŒøÓõiÿ‰äÂÅK†ÉÎÉ•ÐôÕkלs›c<õ©ìpöÜ9–e–Ý•š:"zX}ÚÖØ¤ÆÍ©6¤úor= H‹Yh@Z­V­V»–S½ã矺wíβ–æÍÕ2øúùžÍÏïÓ§÷ŠåËu:m¥¾òß±Ÿ ®Tº:uª[·îèV§‹‹_yùÊ•ÊJ}‡íÛ·k§),š4áE“É´:1ISXÈ0LëV­¼¼¼!á]Â3ÌÉ;}2;§R_9kÆtǃ?ƒƒ‚’SRF Ö«g±¤Kç°ƒ™™?nܘ“—7~ÜX•·7!„eÙÕ ‰ ˲>>*çÁ(•Ê%qq%%%îîF£éÒ9ÌÃÃ]l¸jmÂyM!Çqá]¤Ri•ââWp_XTtôèQ™LöÊ”ÉâÞêh[[×ÍqRý7¹>ƒ‡º÷|€»Eá¯@€†•ŸŸêZn·Û þô“[µli4èu·n^¸pÁje)о|ùJ›Ö­_}åoz½ÞÓÓãÄo¿mÛ–òÕ‚…ÎÍ C= &ÔÆ¥kï>9¿»ßMà¡ìùw ·F<¨_¸R雯ÍùjÑ7#† oõDKoo¯-ž0YÌ7oÞôU«ÍA&—¾øÂÄU«Wü߇s«51æùz®(3=­qÍŒãÌ»B¡¨ç_ý‰&€x ÕMxaÜÐÈÁYÇŽ_½v-'7÷âåË·nÝòõñiÙ²E¯ˆ§+*+‹ŠÎ:xÈÏϯC‡=tÖ“xJÝËËkùÊUcFjsû§†mNî40œâìù÷'DññOOññOOà1†/5x@ð-}ðx ( “ˆ§ƒ[·naà1àçç‡IÄSü§ÐTàÚS@<@<ÄSÄS@<@<ÄSÄS@<@<ÄSÄSÄS@<€‡ŽaYL žÀŸÄó<Ã0ƒa«0,k2› ßëpÁÂE˜UxI1ÂÅK—’ÖmÙ¶íÕ—_òôpçyÁl6ŸÊÉÉ;}æÔ±¬?ÑaYYfA” ˜€”ŸŸz?zæy¾{Ÿ§s~=æ(±Ùl/O›±>aÍÝvÅqœÝÎ)r|^ðèïùÐÔàä>@ãù•MÓÕÒje¥~Ùâo!,ËšL&Žã, c4šl6›XÇrûzñ`˲£‘aÙS99KøÁU- ˲‹Åjµ:úgÆd6óûÏäÇBæ}<÷TvNhhˆ§§'!dhdäå+WÞyó ç|½èõÙ3‡EEétº˜1ÏÏœ6U,ûõמ6|˶íú÷ïRŸ&ˆ§MNfz!Än·—”–~ôñ¿ª~›K¥„‘#FPÕ«Gî¦XNÓôè‘1É›Sb¢£išÞþóÏ“'N¨ÖaüÒ%ÞÞ^†9™Ã:©W©T<ÏÏ™1]Œ¶õi€x ÐT}K¥íÛµ[ðÅ !ÇI$Bˆ\.#„(•Jçš1ã—-?[p¾MëÖeeÚN:TëÊd1¯ON èáº"×lzÇ&ˆ§MTÛ§ž´X,9¹y}ûÔ[w߸iS×ððaQC\+üý½¾ýzA›Ö­ív;!DŠ¢ê^oM†qäcçe×—5­QÏóf³™RQYéx2¿ÙbIÙ¾ýlAÃ0äöAUý¼}Y*!døðèÔ´}éÏôïçHŠŽŸ‰äÂÅK†ÉÎÉ•ÐôÕk×ÄÛüuxž¯6˜ÚšB>ÿß|G5çe×—5’ÄÆÆbV«U«Õ Þíµë×~\_T\¬),Ôh OŸ={ü×_·lݶãçŸöï䨱‚óš¦{tï¶&1é칎ãÂÃÂÄkRƒƒ‚’SRF Ö«g±·M[RróN+•Ê®á]”Jå’¸¸’’ww÷Jƒ^£Ñté&•JV'$h4,Ëúø¨œScwBÈÖíÛc†G‹Õœ—]_ö|€á±ü 'ìù÷'÷ññOOññOOññOOOàÏbXöµÄSxDÙl6†­Â0ŒÙlfRà[°pÑkM‡SЈ˜ÌæÝ{ö––^ðôô „TVê5…š'Û´™ûч~0eee¬4” ˜€”ŸŸz?z¶Úl2/¤cÇW_~‰¦«Ni §ÏyíÀÞ=x39޳Û9…BþZAßó¡©ÁÉ}€Fcwê…\1õÕWÙ”Ò¾]»S§BA`ÇIÖqôeY“ÉÄqÃ0F“Éj³‰Ëf³Ùh4ÙívGWÎ5M&“Élæy^|‹añ¥Él¶Z­„S99KøánWáÜʵOÄS€ÆdûÎãÇýÕµ|ÊÄ „ŠJýÂÅ‹ãW¯‰_½fáâÅ•zñÝeñ+ÆMœüë‰ß¾þvñ”W§®ß¸éô™3_}óíÛï8~ò”Ô½iŽ~–¯Z=~òK¿:µpñw3_{cÚÌÙ%.ˆoÍ_¸è•©ÓK/\˜6kö¦-)„…B±&1énWáÜʵO"þµ èÌ™3÷©çÁÆWTVÖöîó$­ß .¯[¿á˯¾—m6[x¯ˆ;æy>;'·[Dßõ6r'BêÞ´¡1£=ˆ5×&­ãyÞn·úùg½þ¦øVEEE·ˆ¾ó.únYÜÉìl±0¼WÄݮ¹U}ö|=h48ž£j7=ãÀÐ!‘ârÔÈôŒ qY*•B†JQTH§N<ÏýëóâåÏxÃéF%±æ‹ãÆR%‘H^ž<97/O|K¥Rñ9¿ÇMmχG Nî@‹Å"þ¬vGâ)E¹”òPÐ ºZ¾’Ò”‡‚–K)çà5c úGxï=rì~ˆ§ðǬIø§ÝV¶î6•–z´é6«ŸÛÊ;^êç!Ô§ù¦Ùíg´õv“8¿5°£×¦Ùí&÷i®ö’ý^ßSvƒ¼÷ºj› R/=Ý|Þè`@@<€ßƒ©ŒbšKŠÚ*Ïø c*v4 ù¤<§¹¤HF1u„TÑžpDKÑ›íÏvòþ½CŠtv#„¬=¢-ÓÛÄB M}±ë꽌óÞ{xèªmEÈÄ>~E}|I°' ž ˜AF1AÒ3£½bg6{õÉn3ÛUZ¨¤(ËS=Þžé÷·çTÿ’ž‘Q EjNO¼@!ég Q!^ŽüA*ùõ ›ã]QhrJßæÕšË¥”»œ–ДBJ¹Ëi79í8ˆ¨RâK79-“PÕz¨ÖP&¡hŠ(¤”›Œv—ÓR§k (BRJ.¥2šv*wí_BSJ-—RJYU‰k¸¬­‚\JÉ%”RF+e¿o‚k¡ó&P„x*%ÎŽhO9uåVµi´»œ–JpXàáך< ÞôµHo;{óoÙÕ¯õ'2¥ÚÆü*W ÖüæO V5ïta{Hñ›g éæ·õ|PË„}çô/ôòmë¯ÔÜ`!ƒ:zíË׿:àa”µ c{ú®ÊÔ:Nèí7¨£×â}7úµóì ¤iê«Ý×.Þ²Bfò R~±ëÚûÑûÏé·ªpîarŸæÏtð\¼ïFÿvžá-ÝSÏTž½ÆDvòjá#TɳtûÏÄU4ó”ŽíékdøoYú9}Î%³XîÚ·'ÜGtQ].·µô•j™ ÇnUÛÌÚ*¸Ëé#üŒ ×)HISdIºVg´ÕXè¼ Þn’I}›Žâ©”ü˜¥«d8BȤ>ÍûµõXº¿lP¯ðVîÛO–ïÈ©À¾ ðpáè)À2ÅóåÍÏ?>ÒË¿kÌ´”ÿÄÙÊí¬ÖÆ\b*±1Ù¾Á½žì:®»º`ŠçË^ôõÚú¹Rn={‰î¬"„H%”Ÿ‡¤Ì`«Vçü ƵáÇnªdmÕŠ¸ýeïmº¤¹ÁÌä/¾µæ°®U3Åð0Ÿ¥æó×™j=$fé¼e~Ò¥éeßì½>µ¿ºZ±lÙܔ˫2µ¯öÿýö£Wú5?QbÞüÛ­­§Êç<ëï(wíæ õÚÃÚ¥ûË^ìíç:ÚÚ*Lˆð»\Î&Ÿ¸5÷õæž²ŠÚ 7aR¿+lb–.1Kw¥œÐ§ªÃ¤,] _y€·lñ¾Ëö—h†ñ ©ØhúAsÓGs:S_v𒶦¤Á6ö&k¾À2× í'PêŠkG4¹» oúl4-×óÁut•vVÿL/7Ýã ÷œË–zÀÎ „¹!/l=YÞ)P)¾e`8Š"ëŽé³tùט8o),c)ŠürºR¼–àX±©¹çï'âzµöèÑÚ}RŸæÑa*7ÙïÿŸö?7åòñ£RF‡»Ék:¥^[…g:xþZb&„°6þ­/)4ÖVè¬o[ÏÃç« kŒO·ópÞ´ôsz¼+_wœTxøðïàÑqmô«Û[öõ3¬ð+Yß¶ÓÓ^~AV¦TîÞ½üzvÑÙ:V}ÄòŽÆ6äŽ]ef R÷kçÙ¹…ÛÚ»†Õ^uªÖh£þøˆ*3[×Óìœ@±q‚cÙñÒÁ]A'eé»@Y~ ¬ZÎý»ÉèQá>Z£=û¢¹ÆÕÕVÁ×Mj±V=&V „"D¨¥Ð™J)ѳU ,§Rþá¿?q+X¾¾ à‘€£§”Æ6d­~ýæŠ//žÝkc*ml¹Õrí™Éå_¬Õ¯¯;›Š7!IhÊÌòYã˜n>f–gíwª$·ñûyÈ®”[vën™ìOø)ªr¤G]G@þ5:xß9ý®Ü ñi®Ozª­Â-³ý‰fU.•J(O¥¤¶Â?üm`²7»}d´™»Tg²aW@<€ß]´÷¾jíXyí/7¯ì¿j ¹hï]wŠ"Þn4!ÄSISÙw¶²MsEFž"D)£!Jå|»ãg5íü•r)¥Rƒ:z(¨º¥Iüv%…ô÷éÎ=(júISD¼Ÿ8}9Ó‘Bã¨pw9í© êàåX©kÿ¼@‚Ur…” Vòñ÷’UK¨µU8ZdÛ³™‡‚v—у:z…?áV[¡ó&dž7<ÓÁS.¥äRª{ÏC·Oô+jÙ@xˆ$±±±˜€¤Õj÷ßù£ ~’ÿÅ/0àrÉå݆ËùVu×÷óNî뤒{+%tÖÒ›l›æŠÙn z\O¿'›+2ÉÕ ›‰å !#Ã}B‚ܬváì/$ÜצI›æŠî­€ÇŒ$66³Ð€´Z­Z­¾=7óõÍ:v<ïôéI^¤išã¸5‰I³gL§iº¢RÿÝÒ¥gΞ=™qð`—°07¥’¿bÎÌ„ÿ|ñåÿýó³ÉÔ-<\.—¯\³öýþa¶XÚ>õÔñ+ÏüòËnOOÏ–-Zˆëúïü?,_Ñ»WÏ·ß{ßf·‡w s ãȱcß/]VXT¼eûö+W®öìѽÚ8+½cå{UÖ±c?nÜt® `뎟R÷¦ˆvóÖ­Oþý™8€ŠJýÒå˯\½ZmZ–ÄýðÕ7ß´}ꩵ‰Iß~¿„–JÃÃ:WÛŠÚF^[[»Ýþí’%ûög0,sþ¼¦G÷îZ®ž[QmÌ5~”u|"ýžMŽ êÌ™3÷¯óm;~ ï‘›+BÁùóß.Y*–1AÒú âòºõ¾üêkq9¼W„¸ÀqÜ迎ûi×.ñeQQñ?c?áãy±G²Ž2 s^£3n¼cEÝ"úÎ_¸è»eq'³³ÇðÜØR÷îA«Õöî7ÀuŽ•Þ±ò½jØÈÑ×®]³Ûív»ýÅ)/W@mÓb³ÙÂ{E¤lÛÎóü¡Ã‡#‡pÝŠÚF^w[çm¿«¹½ã˜ëøDšÂžMŠ :$ò_/Ü—¾¿k—.éû3FDËÓ3$­Y%.G ‰|iê´Þ{×¹!MÓ£GÆ$oN‰‰Ž¦izûÏ?Ož8røH–Ïñ'–5›ÍŽú*•Šçù93¦{zzVCüÒ%ÞÞ^†9™ÃÞé,sÝ•ï}T*•÷‚Eߎýë_º†…Å/]R­ÿÚ¦E*•BFŽAQT¯=tº›õy}ÚŠþÄÜÖ1æº[í™þýœkÖ=-r¹Œ¢T*ÿÄÈën+ús{Ç1#›BS€[£™Q#G\¹zuï¾ôömÛR%ú«ÕÚÛ‡ñt7uþþ5\Ø"8¸{xøÆM›v§¦‹âhX\\RÕP§«ÏþþÞcF?vlpP¹ÓãîïXùGe2™ç~øÁŽ-ÉO÷íûŸÏ«½[ŸiiÍtæx|ÕŸ˜Û»3Ã05. žÀÕ³{÷ÁÁ ¿]4Ô#þÄN~~~hh(æ°çü98¹ˆ§ˆ§€x €x ˆ§ˆ§€x €x ˆ§ˆ§€x ð°H1† ˜x P…IÄS€ÇÁ­[·0 ððóóÃ$â)þSh*pí) ž žâ)â) ž žâ)â) ž žâ)ÀÃ"Å<0‚ p'BµrЦ$´„¢(Lâ)ÀƒsýƵóš³f‹…AĘ*дįYó'Z¶òWH$Ì žÀ’“wªOï§UÞ>· A gÓݼy:?¯EÐÍŽBnBeXV©PÔ·2ÃØíœ§§Ç]ô÷M ©Áµ§Ž^_é£ò5™MzCÅ­ öæëeWÊt7ô••Cžz«üVþ¹Ó‚ðÿíÝ}Pçðß½Á!pw  ‰ˆÚ2 `ÒŽ/ÑtFáâ»RÄ1iMcÇc“4ZZÇØ6F#Uã[ñ]‰Jƒ¶µBñEЉò"8PDáÃÛÝ»}é«79‚L:~?0;Ïîïyv–g˜ï°ûìŠíÖŠ¢È²¬ÍfcY–ã8†eY–}ô9ï)y]J't8œëÖ6iJbç;‚xá¿§OÓÉ‘ 8yd¢(|ã†þ€Á?z,çhO¿€ààGkk¯ßØ“öyfVVbB‚¿¿Ÿ¥±Q"š›4§WPPžaCCC'ôðÐÌ÷ôŒƒïü Jñº5ž:‰¨u6EAE‘ÄÃÿÊÒj¼ÂQz©¤ÝxÚ7´Ï²%dfe-_ºXnI?˜ùѪÕþ–ÒU§'Â_W¯îüñZ­öq‡x‚@<€îÂ;D’ ‚À‹¢ÈóN‡Ã!IR`` ŸÁÀ ¢Z­®®ª”$©ÝUüJåÿ<‘5ÆdZ¿q“¼Í²¬ Š^Z-òµÚÃÃC’$ŽsÈÝHyzzÈ}rÇó¼V«u:‚ Bá¥ÕÊ=_(.>•úýwß!"I’8‡CA$J’‡FÓú‰XùœåcÚ¤[‡Ã¡T*EQT©TßYânAœN§B¡E‘ˆ¼¼¼0yO ë9Néá¢}‰¨¶¦¶¬¬, gÀsχ¼”Êþaþíø§ j•Û¿ÏrÂE±¦¶&Ðh”׬K)))]³jåÒåN?þõ_½vÏÚ¼95U§ÓQssóܤ$?ƒžˆRwì<–óá²¥¹y__ºT.ÂÊ¿ü©XyzzîÚ›&ÇÓF‹eמ4^w³®nÂøqC–â8.mÿ––­V[_«õ‰eú¢oh¨¹¶6"<þü@ú²å+B‚ƒ“fÏúňá˜<ϼ÷à©ÆS‘R©Ô¨Õýúõ¯¸ZñŠitK‹M"Qà"ây¾KÆ 4-wämËK` ±õ^×( ¡¡¡í–WUU?(·X\íþþþfs¼Í0lë’ß/X?q´ÄÄàÞ½©Õ*¨JÜrÿ¾}颅G23^6tÅG+1sO ›â)O¤P«UÃG¼|º ßÇG7rdl³õžF£Ðÿ'99Ù ÃðÎöoî‹¢È0 =øðRÛ˲¬üÓõ¯Ð1¦¸œÜ\Žã8ŽËý*oŒÉÔúøËW®pÇrÜÑììqcF·é„ˆbG<‘ÑÒrßfkùOvŽ«0vÔÈm;wZ­V†aróòˆH>+"R©T5µ×–½X\¢R*oÖ×Ë µƒw£¤¬ÿÌÎ0fJüd½N‡™ðLQ­X±W  566Ævw}™›kròNŸçΟ+*/¿TQYi±4¾4l¸±çŸÉoh¸kR*Û~Ú´þÖ­´}û¯UVq‡Ý~¿_X˜kÇq;÷ìý¶¢‚ã¸^A½ =ÅDÇ?u²¸´ì›‹ÅÖfë›sfk4ùø-[· ‚x­²òìÙ³fÆëÓå7:ý#óPIi™V«=0êd~þ¾ôôâÒÒiS]1&*ª °pÇî=—._ŽŒˆ8]P BLt”Z­Öjµ·l©®®îÑ£‡ÕÖ\QQ=0ÊÛ»G%îF©2›s¿Ê»zíڙ·“’Ý\Oø™ùEÑåÄxÆ•——GFF¶»kÑâ«?NfX»BF R(DA8±ßOï;*îÜù¢'O,^´ÄÛÛ§M­Ífs7¢¯¯ïcá ÁC‹Ïâ7Omæ<,xzzú÷¼}û–ÁàGD$‘üžz…B1uÊ´={wå|™mŠ{Åb±”–• <¬ÍKøÇÅ'¸ë¶ƒÅR’o¬3 ãééÙfÄS€gˤIñ»÷îjjº+I$‘D’ôpƒ$‰ênÖY›­¦XS@€ñÑàøXÔù1__ßÔí;â'MìÛÞ¢(€nît1ÜâÌ|€ï·uññOO~8v»ñOOñ {ᣦ]Ïl6ã"<|Ô~Dps~Dþ ùÓ endstream endobj 89 0 obj << /Type /XObject /Subtype /Image /Width 332 /Height 156 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 9723 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 332 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚíy|EúÿŸªîžžÉ9¹/‰$"÷ œ"¬Š°².^ (®úóZ—¯â®+º‚«âµâª(^(ŠQQCA@î+!!!¹¯9»»ê÷G“qœ™ !!@Èó&¯Ðé®§ê©§æ3ÕU3Ï Ñ47ÀóøÍ9AÚ„B¥Ôã·¨ë¹1PçÒ¶îÈÓ4MÿíKä¨s¹ü®‹\ðBÔõ¬þocäòŸÆ¶;ºÂ7æ=ùF AÚ(Ï?M,ÉjÌjͺ­ºÕ‚%YSÆ€/¿ßæ:3¨ÿÕîV¿-ºå7‘3/ÅŠ¢XXVÓ9>´În“e900pÿñ¢*(ªÊˆ@ÊPä^0Î7nÝ éÃViÄС[jr¤ ‹j>k¤äÕ¶[;‡SP5[ÎÑ“%U„°ˆ«R;Pz =ÂNWtêÑ7>à‡m» =1âxQ¥Fºw#§N•ÖrјÔ=¥S˜ì•§~Í®°;UÔÜ¥{rL ¹ùE/Ü=>Zÿqn~ÑèáÒR“—|°ÒR“çŒÙý¸áÝ„6<íjŒ7¥°®z>OÖ~¬–=xÝ‚%Y>Ÿ)\VˆÜË]Y–+š¦¾G׸“\gq„›ÂCäÍ¿0A¦‚ÀŠÜ“[wê“ä¿¿Ï{í¶Ä fÍZ½ykirþ±ýúy˜óà©|<""pÿ¯§¦M02%Üêñcy¯|v,¡O÷ÛÑK.Ù˜ÿèÜ›×ß¿¾J?óÌú¼ÿÞ™(;ê>ÿì'eHŸEWǶúÕŸlÝ[Ù5šŸ†ÏÝ?(:Ä pV\Túñ§»KâSïÝëj×5{»G„ôë†GGº Îf×¦Šœ])ÕºP=ÔëÇjü¨Á –déeÜK.X’5~Ôàšz»»• MÓ(k¸ß`œ{üJƒB‚=^l4P¤¦ÞÞ39²ªªf_vex¸Ù§Iûüñ9´7‡×}¼©À|ýýNçä¦vï¢Ož°äƒí©Ý»:ÚovÆu½¢NïØ÷îϵi½RþyK䯇Ê\5Ìé`ç³kËC\gf…׸>?0ÄüÇ['fJ•+׆†Þ<«oÞ±\ r±®ßrà/ö®Ü˜mNˆ›GÚуùíêM»ûyN7<:‚ÃÍ8wÍ®Ì/»•‹±]?>çd¶Æf ôxjX°$klÆ@ï¶\KMÓD×¼SѼ©Fc€IVêJ¶…Hå¢#Övæ`bÂA}–G\üë³Ã%šp÷Ä$ÉÍÔ:sh×­»ö>8k0lÝ—?¨ÿÕ¿œ8ùIFxæ›ãµ´àöSÍI=u_ýVÃ{¿:âeù7‘/^}¨HîžÔ™ò̧‡ 52ÿÚ$ÉËÔ­v«É:zTŽ!gwCyP'¦übíèÞn×ä¤ÈðPw?së”s¸ñûŽà¸»Ï®uVgS ëAó~ÉÙ¹·Uc…ÝÏ»¬~[?2ö›È}Þ{sýÃ¿Š¡Ñ`u(Ö<'ãXa²\s†Ý‚#}Žt4 „z‡×ýOâ¾YâV*ÇÉD„@NÙ¢†: Pãzi½þ£¹¥ÿùçˆx‰~ôɶÃUιs2â%€»7Ä9[d5æ†ÿŽ´O$ñìŽéŽ]{ýÔÿj}vUTænåv/Íü¬É=¬4íÚ³Ïc®¯Ïû÷í-ÔÝÊ}Ðyc[åd£),®û¬âão[J7«J… q_ý|ñˆç"Ã4ó“*H¥G5##øv·óÜu÷ø3<9yû»?t˜ÞÔàÞ·‚zxÿ±—WŸéžÒùоÓþÅ'É"ŸþôÈãSS¦^Ûg÷Ž}ìñ½L‚^CRLè ?<œÑá7 ²×çÍ\|Ìݰ)nøéH;¿]obaÆ}l¼5öìàßJWxï^éúG%.«ßÍä~ž¡Óœv«&r¦Úˆ@4Í¡iNUåN»U’M¨s¾}zê[Ö}ûôtm_{sÎÝ‹qÎ 1$w‹Ëújû;ØÐÀ°ŽÝ“dÅšX?„Wß÷¯CNF‚#âÙ7«ë5®×Û±þБÛ7îP9P1´OzG€DwÃsºáÑq}v-©¬÷¹I²Î{Nn¶UzZÝ*=­‡~Ÿï~ÆÃêw7ãû÷ïÿÏ­šùçyyÅU×§ÝZWlß68ú;`VMu2Æ‘ן¹ËÖ=0$BñoH{$À$K"ýþëÕR›C}'kU×ÔŸ>º}ì¤?(*³ÚÙ 4Æw~ÿñƒ· ý®µ¡B±=õí=AVU[YYï`1ÒƒÌá øaH»Åbµ›Œ†Ì‰Ó7|óÙ鯋eNœîpª6»óâ[5uMN¨`0…É 8íÆKA”dSd ‚ïxCÚ±ÎmŽðÐÀÉ×ÏðSÆ¡¨–†yõâ[O‘û˜– %Y”äÀpŸõâLŽ´g*ªë/g+×–™©Áåz. ‚ W©Áå¿Íä_<;£²¢ƒ‚ W …§ –¿± (ÆA®lPä‚"GEŽ ŠA9‚ (rAPä‚ ÈEŽ ŠA9‚ (rA®L‘sõÊÑBÛþS–#…Ö¢*§ÍÉZ»Ñ¥wÝ< =9"2ª%•œ¯ù3Ï>Û’ÊGdŒlF=ñô¨^?Tûøv>{Õ†ôÌ¥~ ×>ñ§¾ƒ3FdŒ4UåbCܛҖÿ>6%çÛ…ÂÓËßxcòÔio&/¬t.Í*\±éŒÓ©ŒïtÓàˆÉýÂ3{‡]{MØÍâ§ 0wˆ ;sªŸX•¿þ`ª]øÏœ4rpRt`cW7?wW¯Þƒ2Fœ|×fýŒ³þÀ=ÓÇŽ5jÐÉôü”KŸWUëñ‡g_ÛoȈ#†Ï~úÀÚ?NÑg‰‘™“3±–l˜6´÷Qco}2«±¹½)õDDF}¿dþØÌ̫Ӈ<óíéuÏ/¸vüèô¯+Ô ìzüƒe6ÖÙñO \þønŸ‘¹c ãS3GÈ9"c¤÷Œä?Pš=ïµú‘úC³±cØðü‚‰ãF÷NøÔÚýŒ­lë-c>là¸[,·5±›>qo+"2*kÑœ1£†õzÆ«Ç4ÛXl?[tÛ˜ÌQs>Ëu?>g[>7gåƒcÆŽ™‘1hÄõ®ò_ïÞáºgò͇k¿Þ[Õ-Vì‘dW”ÊZG­Õ¦ªú€JˆÉ(†#‚MåuÎ}y6йãbBLâ÷¤±§ÌäØèu¹E]M¢­ÌfŠ2Àÿ&¦©‹·ü¥OD]Þê×yÍÝÜçÕ·§¤gíó{†@u‘ÍoroΧɲŒ”C~óú”.9YsܶÚÃ7—ù9뉈Œúãò-/M»ªöäÿ’‡<7kùW/NéZ“ýæUã×å|·tK¼ó—ìŒPÙgg5›ºô»ðø ýѶe󦯂æí’O\•”l¿cÚçs·ÿ»ŸŸãˆÈ¨ÙïìxarrmÎÛ©ã¾*ÊY­Gfß_¿~sz×ìÏïœøBÏ›ïmJ7}:ãÑÖMoÿüÚ”.9Ys',M?±ùžsö%"2ê¦7·¿v}Wãs¶åspígÊ1‘P—ûEÚäù‡^ôˆ°ÏîÕžïL~1DþÙΊ=¹õCS "=]Vgw*”Ò É(‰‹Ý©( ÑæÀˆãžœºü õIñÑ¡†‹#ò…™©Û:Lš=eÂÔ©™€”¸˜˜îWéWËÊ«ŽÚçnîój÷ؘMùEñÁgs™l+(Ž’(SÊ¢âz4Eä9–_ZH pgDT‚ÛqÇŠòè}¸äL %>;Ë™%*.½üLî9ƒæí’O\|q]Ïã/ÿôPÇ`?Ç¿9ZDd‚î°[dJ£‡–—œhJ7}:ãÑÖÑâ3zÀc‡—•=g_""£²KJõÕŠûñ9Ûò9¸¥;VÞ÷Ô[¹Õš$C‡OT”zDØg÷jÏWä"´2ÛŽÕíÍ«qUÍ¡ä—ÔS„Ó:…wŒ 5Hi؇«ª·˯,(¯+«±ÖX}:ĺeßœ~lzR+-Ñ=øç÷{vm\÷mÖ²þK×ܾTÎ?ønCYð½<ó{õB™œW=º€~¬5¥³­á³/>²%1Øß±»ó øt¸éÝôáŒW[Íè‹û~„ë¸ym;ù‘[³öÎê­+¿IΧ {w½°Òñå/’j­Ž’ÊzQ¤¢B& êÒ5!Ü ®°áÁÆÁiñÃÒ;È’¨jìdIMj‡àð òö†Â‹²Ýï8RNŒ™öسKëòÖêçéõÀ»g¿Îîäžã>¯>6 êžåg¿'¸ºØá"=ÓðÂO“Ýͯ;yß>îÇÁsÖsN†‡Ê»ëœuÖY÷‹:¢yÁóãOmþ õ鈿ãƸ§»ùïkó ÷ë…aÝ4Ûï¶\7w¿§é}iF[>·XÑ:u€}ï?às|½ 4%\—LäýTž’ °Š«( ¡Æaé ’@ J‰¾§”PJ(!„„È ÞÉÑ’@²ºkºš *í'vGZê̤¡ié= -½ç ‰ïþNã̱ð‡5|Äì?-Z©Ÿœ³ú£Øïî?,cØÐÁ½wÈ£6ŸWoùè³®?=ÕwððŒŒ÷®È€çg—1z̸ë3¹}Õ«%OO2jì»&øqþœõœ“9£Þ;QÝXg«Ž¼3tNó^Oòé^ÉÑ—²ÿm€~¦±ãƸóÓ7,Ëf1|æ+ö·VßÙlg¼Û¿óñÌ‘C¯[|æõU·5¥/ÍnËçà¾ÿÔìùÆŽÊûê™[|ޝw¦„ëÒl¼(±°õÌÐÔÀÜ’jJ©(Ð~ÝbºÄ› !DÿPhàþÉí„Ucë÷œ²8Mãæ ¹Öª/´-šÑ–Q›»lð‚¨C_Ýìóê{Ò,oì˜Û1øÂ6:;5åé}‡eÁÏqkãÑV«¾\×Jýj^µcM¾noe§(±Æâ „ˆ) ”õÙ¢ Û}F.Š48ÀàT%¬Îêì´ûDMa…=!ˆBm !̬ﵩzÚH³ìqÉ^½ñYeÎÁ ­pxïè±s·6W@[-¬¶µn×,³Çš õV%Ð(õLŠ4Ë•QB8 ¼o×iÃd.‰D(!àpj‰‘¦Ç«Q¥-gá¦ýÞ £yôÁ ¶“ ´ö»n.CZKäy¥s°þ©q]º%„Ÿ.«BÎ šê÷í ?”BIeq)" ‚MQ;DÊ{r*P¢ry‰¼Ê¢˜$¢iÜdŒ1Q&ƒ`±)'Šª 9û½êªÆªfwjN…qBÀjWOW‹EA×9çd’*ë*¹¼D^cQ%4ÆÂƒM„ààP4A¤Å•u_lËÙu´äti}y­ÎªÔÛ”êzDZüª·Ö|ñ“=…Q ¢@‘ ”p€@“TUë¸hq½ÃñB%-4;¯À÷†fd‰\Øv/aLüÛ6# 6;¥‰œp`pNBÊkmÕµŽ7Öøf{î“•õv§ÆTÎÆ¬ŠÆÒ!&ÄhßüâÀ¡ÜJQ ¡¥ÎÍhU<ÞÚÙl²–½oR‡–×óÜsK.¸o—ªÝ¦ÄD×sëÅó’óŠyTˆTkÑdY,¯³[íjQ…¥Æâ¬¨µ+Šv×ÔÞ}S£E‘ZjU±Ú5Uc"¥‰1Áã&ńĄPJ5ŠBiµ£Ã…ØZoJJ‰Ï9ÁgJCZsT¼ç+oŸNºã³iÿ96®šËñî ·î1ñ¾êžâ=:çL5ñKÉúiCÎfŒ¸¯ÿ=êlFzŒÏj}º×J´ÖKh) E•Va”Àö#EQ0ˆB·Dó·ÛAÑ4£,Š‚ ” Tc"ã h¤¤Æn±©bƒU•1J4B‚L†-ûóÇõi¹KïÝxsÏÅ[^>›NðØÌ#¯À{3¦ŸÿÚ/ïM)iÌö›kþoý¢.9Ys'ÌxKOi¸méWއŸúËö>5ež«ž/»ß÷ÍzÆ} ¯] c]‹+aÑ͇^ôéÀµï ‘Qç;çx;éŽÏ¦=bŽ÷Ýî›7Üaüë×?éÙ#X®gøì ·î1ñéá÷}[¿¨+¼=%Ýct<âé=.þY~Ãü˜¿}ûù”.9Ys¿òUÀÛÏÉ ¾ß §ÇŒ™µü«µèé1÷ý-ç“ÆM©¶MŠÜhu;”[Ó»«¹Îê ”P Qì’z<¿z`ZœH©(RQ ú&ã\%ôÐÉòô.‘¢ 0”0“,T[œ¥•ÖiÑ-wéß¿–Çüõï@=û,»xWÙ¦ÕCôcs¼©1ÛLH€ÎÿY}×p€{`fZøsÑsøËœÿ€+²žJ 9g¦D3ðî g ~Ÿ©2amÁœOžF3bèí¿GÄ é1„¥yî]^kr 2 I ßy¼,$À@€øÈÀøè`ýÝ/¥¥’$H’ ÔáÔªêl=’")%”@QÊ.¬VuðUÑÄŸ&¦”øÄ3¥¡i -MÉ+ð™®0›öŸc㢩Ù#^>ü.&¾Â莇3ç•jâ3†ó’C›’äÂ#bÍ{Œ5u¼ÚâL7 ‹¿÷õ½Ww 4Š*ã€J%\Ÿ±%AÆxvaõÀq’@*5„¯·|ð†äí¬ÏYýÑÁ9í¿B“¹³Ã€‡?êÛnùè³ÃwÞÛw¥%Ø@:M|åÝG{ú´¿óñÌ%'Ï8c^ÿl)œÍñ¸®L!ªÅæžÐâQÿÑ—²ÿmޝÞjö-ƆDžw÷ À·úÉ_¾û“3V$ħ޽`…~RÏaˆ 6¯ÿnw=Þ&>Æ|âÓ½Öz©«µ?4bÍöÂÝ9ÕÓ†%ÕÙY¤I4£$$*Dƒ(È’EûrkvǸ„È`‡ª @ŽTnÙ“ÿüÜp©ivJÃÅLÃh+´$&-O5ajˆa póCï'y{]Á¡¾x1¾o̧?æWÕÛLçÀëÛlŒÆ8c\QPTMa¼CTã 8Ù{¼dlßø6å‹™ÑbÒòxZË?ÃJÊíµ$néªwÛIÌ[]ä&YÚ#â@nå°žñvEetm3ÆT (!œq(«¶&ÅS ªÂ9çp8·jÁ”ÔË!Fí0¥¡MÐŒq нsÛw¶·@]ŒOVÊè½?»ŒN8ãŒqsMãªÆªæÐ4‡¦9-:,P՘ƹ@ » *ÚlŠ ÅôRi "¿*Ñ œçÖ%AcLÕ˜¦iЦ(Š¢¨ªÓ©:U–$YTÆ8ç„ÀW?åÌ›ŒÃƒ mCä„À¼I)_ý”SgSd‘nSVUuhÌ©(Uu¨Šƒ§ÆÀTJÈÇë$F JÂáA¶!rèŸ9ášø×Wo?zªB“I–EQ¤D(ˆ PƒD%²OW-Y¹YËC7öıA ‚xÑZºapPGaõ{{&½= {bXdhH`€d2ƒêzGYUõÑSÕQ!–{Æü/qIŠcƒ mLäª-¿³øÓû÷ð¼RóžÜ肊ŠÒ@›Ó j¬¹vt·ª‡&”Å™ëOŸ8FÂáÀ HÛyUÞ;1I]( êÚí®äN?sû¿KfŒ—Ÿ:™ƒ mlMD°ÖÖ·2ëÇ\ÉöP8PJ¢;Æ&&Õ~‚ƒ mOäæÄŹ9µ•å„Fjö}K¯8«JK#‡àÀ HÛ»]¯)Z“”Ö+$"‰š®he3MF~v…Ž"GÚ ^ßoÁùô‡¯­Þ¡2œs8Œéßí‰ÛÇ´­P¡ÈĪƖ}òÓSh”5NTŒC­U}úkQärQ&r€Ö˜Çs +;Ç…QJçhÜük¾“‡ döIÔ (ri}‘³ »¾yoîÓ+6¬{áÎ8pÎ…S劊 v§B ጣȤÍäœÃÿ²vnÜmwjzµ„Î9ã 2ШŒh ªkê uî Z| iïXíÊ#¯|³ÿdé³ÝÛ8ãDcàÔ Îbçκ´¤HÛ=+ŸÌì×sØ ¾ýûyò®óæ ùlå%?Lè³pÕœÉäÒÌåEeµ½üMj—„éƒReI€‘óÿëúýÿÉA cûw{töèòšú†¦Nwß´¥5ßmú%%Ô ÔŸ¸wÄð‡âw=7.Ñåa}Á·× ½môË?.¼®ë%¼@‘#mv!Öä»þóíã‡õé‘w¢¸¾wRè+Þ$Rb@–Y¤&Y Š«¦1B€5¬É_º{åÝk³»KŒq! ëâU÷§OüϳǖêW«O¬™4jÁ´7·?0®#»¤Ëx9ÒNYµáÀª nºvXP€)»¨Þ ÂáüƒH$ ’²H$ÈH"tŒ r¢ ,!ÊLÜÞŽòa©å@RˆëÏàN±”¦œyæ[¦täQpMŽ Í¿YoöÏ“om\ûóÉ™×T@Ê+³qB)¡€p ŒƒÆ@c\e\Ó8Î9ˆu(ªÉ(r·¥‚Gµî«ˆÛ&uý`Ù›õŒó{Û• ÎäH›DSMÓšmîp*À(wjLÔ(wj5•)7IÄ(£DõÎ8P0ÊRIE]ǘPÅéÐ+¹1*ðõe÷w Õÿ¬Í}9 j†ëêí¯m±þyà°âæ÷2]ÒÉgr¤m®É90ΛýóøœŒŒ> fm’@íPoÓNWØk,ªÝÉT ~¸ªqMãc’HCMï·oÄÕ]•Ì[zÓk3:^ë`œ;ê²Î\6mé=ú%` ÍëÇÙ»™w¼dg¼%ÞºêÄ™i_÷ë-|SÊͣӺę—~¸uôЫS;Dÿš[•Ù;F@¤D@¤DˆHA `µ«¹ÅU®?`2H“uwµ?fÉÊ3OÝ;~˜Sø¹,ÓÁu•3`ºÅŽ›ŸoØøÊ]—*T(r¤­ª¼å»ëýSã—Ü=vá›?TÕ$ ½ºãðÐóŸz7bŠ‹¹~xêàôD€ß5ÛwÖß¿šõwwŸôƒÓ%giУ«<êa†"G&Ü®sÆYËë‰ ^vÿħWlÍÚX3=óÈzvfãþÖbǸ¨ÆŠå—]V±B‘#mv"¿@/>ÄÜ1òµ¿¾¹z38NÎ9i€RJˆ,îS…¥ºv™½¹EŽ´QCËïcŠ¢hšªªÚ´ÁI1¡ÒÛßÖVVTêW %”R TDQQ’$JÛÞ^5Ši£"g¼e·ëªª*ŠSQTUUô=âLN©ªªdœQBua‹ÒÙ¢(išb0È‚  ÈäâÌä-šÊ !ˆ;”ÒÄè ¦iœSBý^Ý­€@)½„[h(r¤Íä¬E390 ’$1&3ÆÓTUcš¦1sJ© 4üG)ÕoÔ[Ø(ŠAÎc&ghFÕ'hDÉï'¸3ÞV?9EŽ´=€šºZY’ÚOŸN…4ï=ì(r¤a .Âxôda¯îÚO¯åÆE˜$Š"GÚ‘AâèiŸ¬Û¥8µôn‰Ã>Ÿ;ÊÁëɽaü€È üÂC¤*VÛB¦°e硵?Ÿj_x0mÜÀ €øpüÂC¤ Pšg*2щ£*´‡¯.–( ÍS8Ši›“„09! #Ñ$0ŸAPä‚ ÈA‘#‚"GEŽ ŠA9‚´+‘ûüü*A® !(r¹¢§q×ç] ‚"G¤í!Š"ms=‰ Èy‰\t‰¼ðtFA®0 ƒ(Š"Ü{÷< ‚\‘"ÿÿÄ„nB endstream endobj 93 0 obj << /D [91 0 R /XYZ 56.693 815.761 null] >> endobj 94 0 obj << /D [91 0 R /XYZ 56.693 338.556 null] >> endobj 95 0 obj << /D [91 0 R /XYZ 56.693 318.686 null] >> endobj 96 0 obj << /D [91 0 R /XYZ 56.693 124.645 null] >> endobj 97 0 obj << /D [91 0 R /XYZ 56.693 104.775 null] >> endobj 90 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F73 59 0 R >> /XObject << /Im6 82 0 R /Im7 89 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 101 0 obj << /Length 1532 /Filter /FlateDecode >> stream xÚXK“Û6 ¾ûWè(ϬR”(iÍ£i3ÛÉöçÀµG3z8’•vûë ¤DÉÚI''R‚À°YpXðóî§ÇÝ«w)Ѝ± ?2Žd伈D’eð1üCµ£ª÷‡8ea©ídFÕW“ÒX+Ñ}¯šJ·Wµÿôøluà<*Ò”:óS׋Ïc¯NÕQHÑ®Ý 4Q§SÕµz˜ÔNß«ñZÕã€:8Säp&)ðLI‡ÊXa,3p“åá+.ؽ}Ü}Ýq°`RÉBYÁ#ÉâàÔì>~bA :Ø5JŠ<øÛX6AÊY ó:ø°ûsÇ,®loð8*8O1ç<‘QÊ%E$"„[|)È-‰È›¿Ìéœæ¢ÛR{gؾ ÓÕñq4‚¯£»]vü¢ž•»X”‹²‹&ŸYTA>7>_ùd1 ŠKWšÈZg×\TojŒ`‰ ~ ¨Çó> IÍCÃ00R| ÖV0Á óÒê6`F'ÌäðjãQ— »£5ݼÝÞ-ÓµÆ5[^6ÀÜÜUvRmy uغ£¥i¸‰åkU"謀@ééþ  £ÝÍ3H:bbžTóT)kiÂâl2,,Å wËí—|ã­Û¤nOOõ‡ÌLâ©}&YL€ôú?Á¶"‰ÃkW¢C(-¸.Éœç;’ÛbkËŽÔµ[°¨VÔLe®¬À”š"Rfí*JŸCÀ"%¨i!k!,îIˆÁГT vlFÈD¯Ýy¶@˜ìÎ]Í'=]-øÔµ>ï9¾ºlÙY˜oç xÇn™|~5™að<óü½ØÈûI ªtL®íÛbÊƶkžz=êïÓûèé Âܪ’ À³²ãH£Oûø )Ч=¤ÕÑ¥q€ uB‰`BñÙà¶OfsŸ|0ª½¡Ÿ+pUëVÓh/åK]R"n®è=Š¡¾,(‰˜2Ú“†Hä'"™dŽÕÙ“ÔÜòD¬IÆ\‘'«»êV[¿ª>ããØZEuéœ1Iº¾Ô­ZøÌóé/3¹‚qª‚„@¾#ñ³¸MP\þñTÍX_Í­ÐÊ!ï?qmÕžÇvݤN´í%½Ý;†aßF‡v£3ðÕ]{»EÄÛj:$Ìñ›OÁÃX»ûë×G_ 8ÀÉí÷û©4­Ckf¨g¶ÃYyA„ÎU«^h.ºoªëmOîP_b’ùš{±·ë—œñ½ñUÎ ±»ð¯;l3“Xn”2ƒ–Ú|ŠB‚Òi^ýÚäÁ›ÚóÛÝíu°›æÝLïž –b–GÐ!<2Œ×mçÊû‘ó#¨­™Ù§Ç4‚(²ˆrWDï*Ì-—÷4¾þ_;»tëZÝÌà“"´”ˆ#–X ޚ˄½V5¼+å}Ò”¤+ @3GÚ®ž1€%¶ºAìFpÅ=>;sxð;š¦´aQ] ¦Q!kšÐe† ^O뼜]º¸îIrŒSo­ÕÍ¥®–ìl²™vUrüÅ`¼J†aãLü™dèÏä¡õ 3çטI™¥©4éNK×KFÔ)ùâ™C±¶†ck½CY0l/±)h¨+B¶‹N£íéP6ÐÏ ¹îìå\2TL$üÒ•ÃtjF„kF’õe”±É²^b[~Cöª«ÉÆ‘Ýô¼ÁÌr¼ýá„n;k½àx±äø{gâŸc>Æâlý?°ˆÉâGþøde¦– endstream endobj 100 0 obj << /Type /Page /Contents 101 0 R /Resources 99 0 R /MediaBox [0 0 595.276 841.89] /Parent 62 0 R >> endobj 98 0 obj << /Type /XObject /Subtype /Image /Width 902 /Height 529 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 46314 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 902 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|Õ¹÷Ÿ3e{Óîª÷nËEîEî7 cŠIH#PÂå†î››  @BrÓ \0Õ&`ÓlÜ .2¶\d«Z½î®´Ú>õ¼Œ´^«ØÒJÆí|ñGÌîÎiÏœsæ7Ï)ƒdY†aPEõú‹@ \]ÔÕÕ#„oŒóèÌnDQÄ˃1ÆS@ †£G‚A)¢S’$Y–¥>„%)Q¥@ „èô¨"Ié>( “A)zT’$ñ\úªRbS@ B’4R2ç EQa=*Dpß“ÿ"$@ Œ />¶†a–eY–UœžÊ÷ EQ²,+z”çyžçïûŸ4±ù>ü±@ aùå»{CŽòß?¸<<¯|´Zm[[›"F9Ž»ï>¸ÿÞï@KGÄ §iÇÿzË·Ë"/ ¼,rÚØŒÄ…ÇäÏ&6%@¸lquDI>Ï MÙ̺o8”ݤ€¿¿öú³÷/Õh4jµZ­V«T*¤×ë9Žã8îGϼwÿ½ßorú@âüÍ»þîØÿ³&äÌ™¦5YY•šF¨Ééywã.Wçÿà-5E QM“ O pùèÑÿTñ¶óœS0u‘Õ¤Ô—ßX(‡ÛÿÕöMÏÞ¿T«Õ*´{.©2p¯‰Íc8üÛ9óg<ú³»c4b]£ÃÕî›ÒîÅc žš¾àHñ¡Wž_.Nþ~åé#¹fÏZùCrí @ .:=A§ÛWöõöEËoÎOé÷œò†ÎmŸ8jòBˆ1i¿áP ‰Íç8.¼à ™Í把Š`0øÃ_þãŽ{îó‡å¼£ON|éÉ T°$SªS!¹ãŒEhõîúM… ïIÍHjášc¼u÷A°ZÌ“ G@(Äí9X€ããlãGç&’æVGå™z^b,Æ'ƒ¡…s¦ÑuÁ€µ Í‘šuþ#cà8n÷£³qê„1ÏP9©™éɰc_±,Ë‹æL©zv5Bhï±úÿû²bÜèœ Ê…D~ì+,ÍÉ3»Y›`3¬þ¯õ³fLŠ ã^oP«mhži€’š¦èTid ‰qöSeå?·æt­óÙ·M),¸H†zkó‰ÃUõ ÍmoþòF–¡oûåú…³§ ?ÏÿóÖ†ÂÃÏ¿»Ëô8”¬¾·­ô@YCVªô›1Æp¸ää’)iÿqËÂx«>Ä‹¥go~y:;#cðªt, ­Ü÷•~#n–û¿ýëoiT½ ûø_¶€Åd8¯å/^•&®(„ ÁjäóÍË(„üÏú òàó õÑæ=}{NüðÖnYÆPQ]û_ß[hÒ«ÿ¼þ@\Bjd¨0‚ (v¯¸KR¹ç;Þ¨¦ªëš–ÍÈ ßª1ÀñÓUí×Ô‰c]g§çèɲ”ĸ¼œŒpÀ²êÚŸüô:‹AóÛ7ö¶vø&å%õªÄÄ8޾*.1ôÚéê,“×ÐÜæîòʲ¤V©³³R«jžºçfX¿ýæÖö™S ÏfLƇKN‚Ac•ŠMMJHKIg‡»¦®ÑçÒ4•ž’X]׎¡±¥=ѳaçi‡;k“1nwvÖÖ7úƒ!†fâl9™©£¡…Ÿ[s¤¼å¥ GŒ*êãçÖ­hýÍë{z•:œç}'÷³ÔYÛÖ\ß7øËëKî»a|،붜lmwÅõ¨@YÆnwgѸ9®®Àñªö“3²’Ln¯Ï翦³Ú›Ê×ç·èYãS=~îg¯n5[¬ÐÇ{ª Fg;œ FLŽ.n  &Iò¤,ó¯ï¾^’ñª^þÉì“gÏ®;h50}M÷ÒGh$EVÈ_ÿs×S?˜yÕ>ùêë®NÔ5*#5iïé&Ÿ?0.ÝÝbмôÞAQ’pÃD‹AN";9¦±ÝóÏMG 2c§ŽNzoké©:gjœ™eÕßxô±µEðÇ 2ÎÉLUâÄl6ËÞc5-ÁšEc¾»r±—6K\è‰{—†qÝ–NÔiÎ!bÛI–Að?v×âNo诙^|ãœ|Q’?ýª ÒÌ»ŽÖ59¼«Ü:Ô[ÊGçe…Ãz½~W§X†IîqS… å ðGÊ[n˜“·i_E8H?¹­Ü¬tV½[:Ý€yŽ<÷çŽç§&cF•:äòŸ©kT2¬V«&å%êµì–âêc•m &gÌŸ˜±~wµQ/†éþºñø¬± ½òƒ’rÝßè4¯jc5:enzZ’ÏïGB`Iüã““U0-%|ÿú‰Þà»[Kç¦÷2Y—"îU!9í=ÖPÓ⎸jm£F¥§&µ9;º=&j•ʪ§»«¨WTûŽ7¿’{â%%\Ë^Rù¼÷ô’.™wvÒÿ—»ž?TœÝŠeü›»~öíy1F-txƒ/¼µ+3=-Înõø~½¤Ê,w¿P4<®Ï gç’ÇÌú‘ƒ <òì:‹Z\6®MÞ()Ñëôò“SC›|‹uö¬\óø¢ù<öëÈ€µ#IàóýU7ÌÎÿÞõÊêœgšÝÝm•¦þ²:×Ü io~q|æØ”ªÆŽÖÎP|²Ji,:½þë’š'‚öoÀ­½nDLsº/¯?d·ÚRbü7ϵ`rFrœ©ª±ãxeK§7(I2ì;ј—“a1•8eYötyí‰+‹rôZ–¥)å®o3PÚ´§bëÑ&{ŒEÆ\}Ck8†È“‚ NˆúlÕþÓíÇ*Ûþ:jåô‚dåߨîùhO…ͤY½° Ö¢…¸pÃ÷ùüjÍc_H(9Ó’×ËPïm+]09ã–ù£Ãßô›Ûš7`À‘)M3G*úÏ3ÆECßà@£3a3>^Ÿ‘l“Öá-kºf ”Õ:[\¾@H˜=>õ›JÎÏ¿¦%©W~ŽœhÈÌÊVì)E n÷;œ³ ›„$Ë¥µ®~+Xan<|~ zßɶʆŽZ a·E/ÓÉÓèl…LILòz‰ö´•E¹‘WmWIýÈÖ¨î{•x6+ÇO’Õ7*^Š_©äöD¸–½¤Š¼àÉJ3¡úL?O𾡼>È‹€Îz`òb8žp¨³Œ,+æ3J‹ ÷ã½¼©¶ù?Õ¬¬ýû-9yù ÇrŒîäéò8½öŒ`ËNT¦UÇw¼þ!MÑdd„pÍJÒÖÎÀÑŠ–Iù‰Ÿí¯Šô,%%$lÜ[þØ]E?]3]¯e·:ÙR¨ˆ%&TŸå&w@«Ñ¦§&×Ô7üòo;'äŧśïYQX˜ÿäk»0¥@ˆ ÇÙÒæ˜3.iÉÔ¬m‡k6ì,»i^þ’©Y4ME:¼0Œ1¢P8 (èÏåØwJ‘7Àk5*©{¤d|¶Çðúé©ÚÕ  ÕåûüÀÖ¸¸Ø^†ryB›V¯(Ê¡R²Ñonåžùò¼ mÆpÆ—gÔop–fê;ø^f,>ÝÎðÖâ3SòàñoŸãžœ‘LGQtßüüáƒ#ù¹Ù ×éÊë0>'^äŽÔÖ7QÜ]^‹Ù0¤«3Pë¾(ø3êñ&ö¶ü¹RÆò¼ñÉ}¯B0²5*,ˆûu‡÷;ß­ÿIp˜ Ü®EØžÉ+ç_;?cêDÅs)ˆrd¨¦|ßj¯PgG{[ë£kçYÚoĵÞ=OYík·F†Št+(ôö’ö]8¯ŽÍ•Öé Øò§d9ܼ5£²µKŸ–¾xñR‘ÑüÉ–¤1‹ W-&+î ׬$ehê½íe'Ï8NÔt&Y5á3,fÓáÒÓíþÉù‰!^Ü{¬>?ÔP[ŠÇãËO‰‰·¨JÏ8ª›:'å%˜ôjà›I»hJ†ËòzÁ`Ð+Ïš C€?$¨Xº0§[QŸn¾}јëgç…xÑâz}SSK8gç w1 ]|ºåöÅcVÌÌñø¹éÉ ,+é+ ”žD9Š‹µlpÞøó÷@­VÓ]ÒÈâÒ4½~Çé%S³†Rº¤~sÛé J2ÎI±Nʉ[Y”N—¦¨~ó|N–ê7¸ Jã²{›ñËõŸ~U Ë,™œAÓÔŽ¯k”6@¼Õð½UæOÊxÛ©‹a:I’ú^VQ£étÚ†&á« EãRÿàâ=%õ¦žüâ;‡ŠO7þê T©ŽUµÀ²ÙÞ7»0-ìñÈò½üý^5j€«uŠhiÝR“e™~£º MÈí‰p-zI#†àϳv>|2`à¾øÈ±ó$Ñ+TccÓãß] ¬gzá­]€áÑ»ç)«þçõaIÚo“ìö’ôH¦ÓW‘‚Ébëøüþ^fÌHK5 P^Q5R|~ Ê'©4*õáòªÛL•ô§ ÅÃtpßü$'%†í–“ñê¿KÎ4»NθyÞ¨/¬iŠ2¢†puª`Žú禣k¹cÉØm‡kÆdÆr‚HS”Þhë×ò‘ TÇL&ãˆ×(ˆô¥Ð4Ý7ªöž1 çŸÌ%%\‹’¡!,ã~–7 ¤e Å b—Ÿ€ÞÚeµÇ+®gÒ«S,½Bõò’JHHØ·oŸßïô÷ïßqÏ}õmî^I6Vûkv¬^6£¶²<1%m̸qH¥•öDiÏó£òÿïß&šŸ=i©„kM•=vB¥bÇŒ éóù+ªÎÄÄX2ÓS}þÅw-–µhJæ£ü’ÑYu}Ö§—ž.ç8~Bá QácI”N”–ôº¼Ül%Ά¦f.ÄcÀ:%9ÉhÐ;œ®æ–6I’Ì&SvVz8BQÏÔÖûý~F£R©ºº<éi)6kŒÛãimi†BBññ± ñq‘1¤¥&E¦èvwµ´¶‡¸C31VKrb‚(ŠáA8QZ¦×ë”Q桪©¹µ­ÝAQhÂø±å¶­ÝÑÚÚŽ(Êcnw¸LFCNv& ”g%Káü÷¼_3†3YQYíóòó²õ:ÒEž8yZÆò¸1^¿ïb˜îüùQòÐÖîpu¸yž§(dÔÒÓRh†ÒÕé·‚ut¸Ç§šI–WåN+HþǦ£Gk¼q±ö~M×˼]µ‹T£::ݵu J›ê7*„Ðùã'áÄlÐlþdà 7½¿nÕ-]¾ÐðCùÜÉÒS,C'$$˜ÍfèêêjmmMOŒ™Q˜ÿÕé¶ÈP ˆò¡/ßûϵsŒF£Á`è-Ik[:{%ÜZs¬ñÈ›-¦­ÍI ¾™sçÞtÓ ›>ݼc÷~„hQF5cõ“äò½8^zjÝ‹¢ÐG»Ë·|Ý”š’LlB¸¨oh¼{Iþ̱)j–v¸Û×|Q\Ÿ™‘6ÐlLpšӪY†úòÓ )£fFNCÄÝåk,Û¿då-‚(‚Ü7 $GJR¦?£÷G|ÆxIàCþÎéó–ÔÛz²¼ä&€’§òæg.nª8 3Å‘™:B_ÆŒ¾ë7†X»-%9‰4ÂeBjJò›_–ÿq}±ŒeËZcb2ÒS•©¿Ä8ÂÕ?ÒjT‹–ß¼íó>mÑò›9^ †øo>T_5—4!g²òSBδƒ'¶üä§OÀô™ÓdŒs§™©C À˜Ñ£ÎÓ²„KErrRrrRDÏOô(pÕ©Ò g5ëW}kÍyÎáÑßã³üæCõ™¹°—4Vk˜}糃<™@ p©p¹}—s(„¤£ŒÎ6ï!×@ ð 0ÊèìG’ÀÇÏ­ép9¸? @ Å?ÚÔØð÷¿í I»@ .-L¿ß/)@ áb€úÛÉŸxI @ —"I @ —2pO @¸Ä ÙKš‘™5vÜøÂ  'L|ùåWRRÓ”ïÃÃ$2þiÓgôúµ¦¦fÁÂE‘)ʲüÒË/5•[n]ýþûï‡?vttdeçtuuT)B)רÑÉ)©Êñïÿü ÃŽHÞ22³-^þøøOÄÅ'”••E‘è`,±íY®ææ師«+1)ùrÈ@ „A—tóæ/’•ã9sf‡O)ßjdü½âT>*7~üÆX’¤—^zùá‡Rkn»í½÷ß_½zµòqÇ.Z¸Ðd2)q^ôж­[‡š§püyyyo¯{«¾¾þ·ÿóìÎÛívûÏþ ™â?þ¯½ñá‡`(®/F³bÅòõ¬ðÁ*++›[ZæÏ›vÁö[ŠYEE=üSŒñÞ½û&Nœ¸wß¾Ù³g·¶µååå Õå†1`Œq}}ýÿûå/·oß–˜ðÜs¿û¿üå_þüç~¿ —wÛ¶m:­në—_*ò4 oߊË×Ü~Çãÿâý÷?øñ¼oßWŠ—ô/¾h±Xàç?ÿÅ»ï½w÷ÚµáD1Æ>Ÿoñ’ÅO<ñø®]»÷ûß¿ÿÞ{½,?ÔàýcìõzçÏŸÿä¯=Ô¢…«,ˬá\-Z¼há‚ÕÕÕ·­¹ýÐÁJ @ . Iz~>ûô“Äžõ^ìÝ·¯³³óžï~Oùè÷†ÿÁC‡æÎc·ÛàöÛ×þúðˆ”üö5kûù/|ð÷?øà–›oŽÔ"ý–"//¯­µÕãñ..~ì±ÇvìÜÉÐ̌Ӈ“‡ƒ‡Íš5+1!î¼óŽ+W ôe˜qãÆýæ©§õ«_Ϙ9cÑÂ…Q$ªÓé&N˜ðÙgŸUUWO:%üý;ï¾ûé§Ÿ2 ëp8TjU¯PZ­vÚÔ©ŸŸßØØØ7Ú¡¨ª°,;Þ¼áT›.§ `Ì`jc8­ììlZ]SS“““C:@ ® Iz0Æ“&Mü×ë¯p.¶û€eG*ÎéÓ§swôèÑ >\÷Ö›ƒ)ÅôÓ7nÚd2›çÎó»ßýŽe˜Y³f}Ã,##cû¶­»÷ìùâ‹Í¯¾úê'›6EÉ­«o½ï¾ûðƒï‡¿9pàÀúõë?Ù´I«ÕþóŸ¯UUW÷UoÊE!Yîí¿Œ"ø@FÖjµýî {1j£,˲,S‚(’î€@ „K5н| zýþ¨Ìš5kÿþ%%%Ê£“'Oâ!Ò7õiS§8p  aŒ¿Üòe÷2–ž3ï&Ï Q$´úÖ[ûù/¬Vë¨Q£SŠYEEøÃK³ŠŠÔjµÁhüô³ÏfÍš…£ºš>mÚ¾}ûZZZ0ÆëÞ~{ö¬Y}Î[KK ˲+–/ÿÍ“OžŠàù¼µoPÕ.tÃ'K’´aÇム‚‘‘ @ \d¾ /iB|ü_ÿ÷/þçÏxž—eyÙu×3f¨‘,[¾Bq\Àî];ÓÒÒzèÁÕ·­IMI1[Ì}Ï_»ö®ùóçÛcc?þèßCJhõê[_xñÅ'Ÿüõ KQ4kÖÏûùìÙ³ ¨hæÛo×fefÇ\©©©OýæÉ[n] iii|åå¾ SZzêégž¡) cüôS¿a˜h® MÓ÷ß_ä7 æÏçíwî¼k­Á ONNd"Ue˜I˜LÆS§O-½nY0üËŸ_%I @¸T „„„}ûöùýþ¿ÿïŸ_yõ/.'pGLC¸ºá8®°pBYÙib @ ¾IÔj5456üýo[uãMF£Ñ`0Š@ .1ä…¢„k•Juúô)RÕ @¸ ^R@ ‘¤@ „k2pO @¸,%imM51 @ aÄ]0v°’tÖœùÄ^@ „GÙrtP’4ð{@ ¾Èò&@ Â%†,o"@ \bˆ—”@ @$)@ áÚ¦ÿ{ ÷@ „K+I‰ %@ |c{@ Â%fäî9ž«­«iw¶‰¢€•Åûc†aôZ½Á`4™Í ± Eõxcш—Šã¸6G+EQv[¬F­ù& ‰Ð0íF ŒîNV«¸æ{}>¿Ï—p%–Îçóy|^{Ú…ÌF“^¯'×pIøúÈ×Å_’$i°7]†™:yÚ¤‰“ˆé„AIÒá«3µg¬1Ö‰¦PÔ9.XIQäy®¥µ¹äèúÜ Ú¨iGhítJw½L¥§~¿ŸøðGW‡#Öçñu557šÍ1¢0`À R© Cñ¼ñ£›6öQ¡ˆ¢(½^o2™Ô*5 $üÌEK—,%‹p©EÑãñ¡¤¤Ä~OeÙÝåfh& jµÚèD¡ ýöÝ €Y†5™L£€®ÎŽ„øš¦{:©­­Mwq$©Ïã ~Ÿ…@¥Ñè Ng¼Eëtw¸:\!.È…B‚(hÔj‹ÅjµØŒF“Ïç=UVJ3tNV®ÅC*ùeEñׇ~ð–U ¾…¾üÇ'Ž´$•E/ÅÉå \…’t8Þ¾–Ö¦)“¦…¸,K²–eY E©UêìdGvlï/º¶jã~íoý­!ÎÔK$jJÔz”fh›Á ÝÎJÔÞÞ¢Õh‘ øüf“IŪ°Œq(òz¯0Vi4jFƒP(¬©¨°ÅÅÙãã‡Yºº†Z_À7yât•JÅó\(EXVe6›'N˜"Šâ®=ÛõzÏsGûPã?X¼ßn[´p‰¢t»½ØgÝÝ}U¯.KÅ'Ž,Þ¿pþ"ÒîTSSÍñüyÎѨ5£Gù|c¹¾øîÄQ7Öß=jé)@d‰áê’¤áÎiÙŠë•áƒÁ<2`Y–»ïN P ÐÜg²ï·ì£U9fûC µÝãoÕYû;ŠyKøZ;´á ŽçUjµ Šá'R€#þBÝÇcY¦h:Äq†¡KRFåTRâyžeYN‡…Z¥ÆdËÂðˆ¢ÝE¶ ˆ¢i£ÉÔé9gœ·ÃÝi³ÇB¢$ó‚]E•dH²ìp8º=?ÿÙmv ay¤Z F“‰ã¹æ–ö¤¤${\E#´Ó32}>_}csRb«R Ïp’v¶·»].Á Šb§Ëc·[l&­NÁ@ t:¬J¥Öé\Ž*mimƦO)âyÎíîdš¢h•J’e9 ʲ¤ÕêŠfÌéQŠC¾dUÕU‹.QÄ®¢D1VºÃ³Ÿó(Š7®ð¯ýuÁµ$I‡ÓîBYÙ¹êvXt{K¡çžÔã% +ÿ¼Gtµ|®1$ÆfÜæm?ånùÜœ´’t¡„«J’†Ÿ 9.Ôë`’TìÖŠ‹0î‡tòîw,™ëT†g[2¥s°'ØñQG͹‡‡ö|ˆ1…¨@0€z–I!„"5iÀ1Ü kµZ,ã(MBŠ7”eYQ•ã©ruºlGQ­ÖŒé¦±cI #DAíãY’1%›Mæú†z£Á ¸Ç€çy,aZÃs<–eEžD‘=Y–ƒ,Ë6›-òîÚã,À KòH MbeCÓuµu¦Õjº[½Œ£Nš …\mí:½>àó«Ôê¬üQ*•*ܺYVe2[blö¦º:.R©Ôí-­F“IÕüwWg»£mvѼ`0 ‚Z­vwuÖÖÕúýÞPˆ‹‹OLL¶Ym¡PH–%F¢0ä_Q† …‚÷?pä÷zåOç.-ÅáÊ Ã0’$]SK6‡ÓîBgª+/à%ÕhÆŒïu“>ÎÊç“Gß Ë¾ø¼›K_0'® ](áê’¤=ìØö岫8Ž \X’Š`P†ì{Å»)xuzÐùšJ?$Àõ£›0ôû „°ŒÕ5¢Ô˃¢V«Y‹e,ËR(Äuß5‡Ž¢>Ã2T9Pþ†Ïñ–—kþò§¢{rDðà~<ß^RÃQE» £R±¢( *•ÚfµuttÄÅÅ)?¹::âãâ$I²£[êX”ÇØát€ò4ØÝ¬0ØívèÜIÚÓ`­1Ù,Ÿ§…B/OÔP¸¡¶V­V <¯R«3rrz¦†w«TªÌÜœšÊ*çÕ*U]uunAAï CƒHëäéÒÅ –òŸ/&Æ*Š¢Á`p»ÝÁ`P«Õúý­FË0L0¢iÊï÷%$$F—=¥c ±v{"tînn#8—4Üf† /,`£½íû<,cÄ çÓ²²B555¢(fff², ‚ œ9s†eÙÌÌÌä´´ê²2V¥’EÑÛÕe²X†”–»ËmµX†ñxÜ*•ºäø„¨¹Eó”_‹¿>¼tñr‹Ù’$)zT–e1*Iö†¹ýó…T*6|¬<ÌD(oDÚÝ@pv=Sé®M!Îér€ÝfO7è .#@#¬IU/'æ} K.†ÑbÜ•8úvGÕ+iS^#½(áꑤá>= õ:¸ðíJ’"ÊÿÀ ƒU¦bV+c$' ,bì—Å.µqж¡gÈ €„%޵¶·Ð4m2Zpw'Œ1`¯ßãøhš6̲Œe,w{p‡.I#=£555………‹-êêêRN8üÐÃIz‡9>Þõ~[I»+ÿϯ’EN„舢ÝEJRÇâB*–¥hÊf·:®Ä¤D·Û”œÄñ¢×çUkÔ4Máhî1`@Øát•/=š466–d©¡±QYòÎÎPCŸÆÝ=%½×£$¢qz”ESŒÕÕÑErQˆx‹ÍʪU0/ð~¿¿¢²"77*++C¡Á`À€YµÊb³º;;…ü>¿ÑlR¡ÚÚZ33³$I¤(Úér:Î9EsñÙSA¿Ï‡e wOR:-Y„¨.Y÷ Ñ¿ÿퟑ4F¸É~ä¡ÌÔî}jýÙ<ÿ»{Ý H»»€$E€ò8îýQ\vî‚gž2ÅXeYv»œ¥¿xâã^^øÆ¿L±vŒa¤ t—8«_u²M~MæJYu"Hí±w4Ÿº±þð=ö쇉¯”p•HÒ0;·o]¶|Uˆ …)I»Å(RnT=S”À(áLQÐ0* ëîíA×ç:Û2­y¢´‚@³hè#‰Êh¡Œ®v«ÕÆ2¬ÓåˆüùÄÄ$ŸÏÓåqk5ú¨þ{ Ü;Ž'NL™2…çyY–ëÞ~Çóù{3¿Ýña[¥ËÅ£÷þèè½?CnîÄ¿ýÕ<ô„ÁE»‹$66¶­½Ýn·‹¢¨Ñhi†v:–‹²û… @ !>ú}ò»= ÅÆÆFît£üU´£,Ë111æs…Zt;Cõ{óÆ#¾•ßçE‰‚ Õë•—ÌÌ̪ªªP(TQQÇi4šŒŒ %W:ƒ¡Ãå¢iÚïóµP-m-'Næyž¦é†ÆúôÔôÈ)@S&MýrÛfw—;<'?¼I×K™>õ§W^ýá}ÝÓI_ûÛÿ€Ñ ï‘Sú ë“v7´v‡ì¿÷Ç…ß¾gôÌ"ï‰íù!Óé²ùÿùŸ§öìÞ¾öî›¶luMXö´~î¬|AâqÙ 3'¼* µI¬:d±¹pÅFWý‡MG@1f{Θ–“5ø„+F’=z4 ôó²å«z\X’Š¢â1ÁʆL"׉0™5ßÐUÿû®Æ¿«uñZƒÍÓô§ö '¦ô1ùÛ¢iž€ê^+ÊqA„ !>ÁÝåV~µX,³%Ä…$YÆ€%I¢õãiäÀ½^¯Ÿ2eJIIIFF†ûÔéâXpgŠ{—™©??g+«Î2OÉ£ÎÛ¶Ô6 ‰¢ÝE²¬Íju¹\±±±4MF·Û­ÓéžÇwvv&ÄÇ÷z“E’r:)-ÅÇÇ+ÏŸJû’eYŽã†¿3Tÿ’ô"lD¥ÌpdY£Õ*Ѳ,›““SYY©L+T«Õ999,Ëvo*§ÓÉ’ÄÐôyºÐèòx† ü*•º¾¡~Þìy‘¿Ú¬ö›n¸yk”’aCíõQáÜa}Òî†Tºm[lZÚ¨ ùgžip:¾ºa9P´eGvfÖèÛ×´îÙ[²ùó ×-N‡‹ïÑZÒb3'¬c±Ôòla «îž„#qåRà¤)¶Àšò¶ß]Ò^ýNë‰ÇR¦¾¡‹™BúU Iûý6%× ì}\â¶Ýg&Lþ±fúL)Y”dIž¡ØÎŽN½žu:ƒÞ K’,I,Ãx}ž` à÷T¬F–$ŒeI£›’9p?qâƆ†ÖÖÖŒÌtI–xŒ[64²~ ¼';ÏöSru²)EÞºÂ5Eí®¯*ÕiµG{¬=ÖÝÙÓÙáÒju§Ób6G¶ñ(Ai_6«5ì%•% uo¸†cIœ‡ßï ï %K’( Q¤+‰¢,Jò¹/l%I–$QÚˆ*ŠäDQ”DQEI’dIT¦•’*©+Rwg†eQ”¥n†Z.ŠB¢("DaŒY†áy^­R_¼¥hPã9’ExIú ë÷ºvwAZ±4û©ßxKK›œí>ß 7¯F€ö½õ.£V'ø}y¿}êëc%Qô†•EoÝþÛó–X’‹®Íëx¢€U'P(A½Ê%“D¯È;O1 ½!öÛ“åª{·nÿêì…GÈ»—ýÅ\`à~ïî×-_å÷ûÂîÖ% hŠêN²g½aÄ"ˆ ˲ÉX¥Ï8Vþ·Â)Ñ.þÅcl6[0ƃÁálQ’%†f@¿Ï/‰’ÕbcV­VSˆŠzä$¬GÓÓÓý~ÿ‰'X–Œô¹¹SÿôÇCßûþxšŽ¿>©êŒ·ôØYUjW-|ü¤þOí®/F£Q”¤öövA0Æî®.¿?`0¢{‰è¹Nõï.RZº$Ë6»Åd4Ý*Ú5OýzIe,+mö6¢zrjFÖ¡@@¥R`Q«ª«8ŽS Ëq\eUeNv޲¯V0PRÑ }(5«âxN™ÎkÐÜn·ÑпbàxîÐáƒuuuv›}Æô™Êš§¡IYî#Iá‡Îî õÀCüñå?=ÿâóÊÇG~äÚœ?œv‡rº: 11¾I…û®_¾ê¦Õ–+EQs>úhÓ¿?¸aÂx# v‡c83"(Ƙ2õæ’ïw4¶&1Ø—Q#ñ ¢àYò€,“¨7.AHÓÙüoGõV>äO™ú.Ñ£„+‚ HÒëzÆ/®üÀ½$DÑ Ï<³ˆöHÙ1ØQzñ\ÿG’Ôðwvt†BAŒQ‚( zƒ0öûý/I¢ ´éô:»Í®Õi‡?pïp8<¢PeYE!sÍšú]»+ß|Ss¸kÌš”–6.çWÏgÞz+©a„(ˆ¢ÝE6À¦ú‡£aŒ1fUªäôôöövš¦=]î¦ÚZ„FÈf³¥¤§‡·,*¦¬¬,B+†7{;« )Šêrwuo£3¼¡zö6>÷Ë‹°•Á`ðvu!„~¿²‚¾¶¶– qj:';ªª«¸WSS£¬vòû|Êžöæ!®m­VçõzLF“( cƌ߶ýËÔ”Ô~¯ægŸ:«hö×ß\ßP·uë–oÝpSt$Œç ÜGNüõO¬=6.>~÷Þ]E3fÓt¤zÀ;÷ìÈËËÏËUSW­×ÚÚÛAêƒDOçŠÕ*Ud9y㳿*½]OI»$6«Ýët˜:: Ú:ö|÷žyÿz!عö®1wÜÎ8]"ÞGm6‘!~™!~Y¨ëXÇ™WÊöü÷¨¹Ï`Ј\«…1Sºõ:û¢ä)ë5æB8÷í±ÂåC4÷ûöìºnù*ŸÏ>„“F†ÿ(…¨qzvÓ`eÉD¼¼N‡ë%xÁl6+£êá—¹AÏkH”¿’$uuuE­}Â+î•Û˲¯Çëõú|>]|ì¼üíß‹—ZÝlHÛí¤Î¢#Šv§Ðári´Z£ÑØÖÖ&KŠw8<òtv¦¦¥µ´4 <(Êh4êôz—Ñ”’2"½‰Z£6›Í¡Úér"@"9Ž‹Ü Ftà^ñ€"Î6¢Š"9ƒÉ„EÓMuu™y¹ééé‘y`&;;[ùØTW×ÓÉ€qè^ÒÔ”Ô’cG[[›M&“ÏïY¶dÙþƒû?Úôá˜Ñc’’SdQtuv:|(+=sVÑœú†hii6›,Ñ9¶•üß}×wº_o×ÏžPð»¿yò5¸Â)êv§€PË~”ôÝïM*C«Uø>ÂxâÚµ…3‹Ð®½í¯¿–þ‹Ÿ Y5æÂ¤‰ÿl>ú}gíG1)E!ïa­ee{õ[:û¢¤‰ÿ ½(áJä" ÜËâÙ›VÄKOPäfÂΪIøŒ1DAYƒ ¿N§×ê´Ðë£ Qo¤¢ èQÅ÷ãp8ÚÚÛ&Mšg7õ<ÏëÒÓÔ÷ß·wë6:¨žùÄã¤z¢#êDg{»V«kmm;a‚J¥:¼ÿ`YJHJr9¡`PÅÂ)SããGŽXmvg´’´_¨<{ÆÅÆgg¨èyßù߃܈j¨:;#;«ª¬L£Ö„‚ÁšÊª¤´4µZñ¢ž¬ÇñÍõõ¡`¢éP(˜7ôW7)L÷L@떤Ѿn[yM”(J¢€/))¹©©ÉëíÞÁ>11©¥µE«SÞ-`Yîžœ4M«ÕjÇóõ‘¯SSSn»íÖ´ô4µZÃóÏs‚(„bm?ür‹Ü3ÑÔ0BDÑîÂê ¦%p\(¤iZ”D†ešÖh4¢(Ðíq»µZ-…( òˆ½‰^–%ŒœNG;C–åhÞ™Ž±ŒAŽ|ÿÆÅKN£ÑįŹN•Z%ð\MEyŒÍ¦Óë5:„€ßßér!„(šx>.>^£ÑDgÄø„Ä„Ä÷>xoÕÊU²,W×TÄXl“&Lœ9}†$É¢(z½]ÇO–è´:FûÁïO›<-=5-Š´xžOJJ’@QÆ”®µN,úv×ýÔ‚¦­û¿ƒwÞZ[;c²!àÇ€½Nç¿^oâ¹E?ÆýÝd£»é)ã~<ÏóéÄ`WyLò}þŽc˜Næ!•J6$=*áÊ–¤á¶òÕÞÝ×-_åõzƒ»9u»("¦‘âž'rt6‘ždDIÂÑî ,c,c,ˆ¢\§7°*UjZjØA"ŠRxq„ Š–£v“Ò4-ËrII‰V§¾ã®Ûbb¬µF–åP(ØÓ‹]ž.yvC&\ÓD×îÀlñuyôCùé2–eŒ&S(²ÇÅÉ[ívwG§ÞhlnhàÑh0ðo±ZGª®J²¬´b{„Û+[`@úú&I’(šƒ½6 ¸xÉ™m6N:.­VèT~ŸÏëõÊ’„hšFÑ,+ B ´ÆÚcbcEI¢i::£Í˜^Tr¬äÍ7ßX±r•Íj÷zºÚÛ[yW\\ ÍXclõõõÛwlËËÍ›2e*Žª×òù|MMMÊë”qÄŒ)܇ð—4MÇÆÆ2 ƒI»;/Ý øzniæø„¥Û·Û¼¹øØ §ËŠ‹K{ôÑ[n¼0t/e€PÏ6ÑéQAB!.ƒN»¦­z%qqkõîöŽŽŽN§Õê´Z Ã0D•®xIf¨‚ $$$8y|ü¸ÂA6ƒÊªŠX[¬U·Î  „AßQ‡Ïç“åðd¾™ ‚ l[È ‚*báÅE!ÔÜÜÄ‹¡‹æhµZ•J €9>Ô=… K²ìñxˆs”0L¢@4[,í-­F³Éf³Ê²Ì…¸@0Ÿš¶ØØö–ÀX§×iZÅ®.ÉfJ[øN9¨¡†öÀ)Ë<Ïëô†®ÎN—Óé&Õhõ#žÆX’eŒ±Þh%ÙÛÙB«biŠB…z6dåyc9&Ön²Ä(ú jIÊq\zz–ñ¿?Ü`މÉÍÉIMI‹±X¹PÈð;®?ø'LLMImnnÑê´:­vHR&--­¡¡>99!ÔKw†KÝï7M 6›MÅèf¯^#íÎåê iJ…„¸¤ð— n¿ëü=4M»\II‰Ñ¶5ÅK*Š¢Àó|&²ÞWœ5ƒGÈ:‰QeY’Gn’pI%iOßäõtõ:8;q9znóæÏ×½ó–$Šgûºsz¾³B±öØ´”´ö¶¶¡- ! ímm¢ (yÖj4’$™M‘{°!š¦•_EAhmi¡ŇBªA÷³‚ x<Þ†¦Ú¬Üt–eÏ/p ôÝ2Æ~¿“Ž€0<†Ôî"ÑjµÉii­ÍM<ÏÓˆbÕê¤ÔT†¢šF?¾îÌoW— I MÇØmjµÁÈ ÎªUª²Ó§ûLJ<ç£N«RZBj•ÊjµYÌ–^c#ž`iZÄX§Õ"VÅú¼^ãB‚¨lƒJ!ŠfYNg0›ô:½F£¦)Ša˜è (IÏq|(c±ÌŸ³ ¥µµ¼¬|Ïž½`€BË0µ&!>¡ ¯@«Ñ„‚A@SH¹šƒÁÆNøêàW»÷î’@¡(J¯ÓŒCSÔµóŒU»Ã™éY/½ò‚²®w0Ð4™žõü1@!Ä0ŒŠee0 #ÒO6žú…÷¬ÉhÑh4ZF­R14­¬â ^•-I£¬¿Ym¶üüü¬¬ì¡e‚¡í±±ˆ¢†š®J­–1·»«¢¼b ±&“I 8ø´–½óö;>üðßÝ{œW7/]¼”´~Â¥Q”=.6ÆfEQ~U¶-S5Ã0Ùyy¢(*^𦕑話 ‰œEZˆ¢XŠ‚>~Ü$­v uöUqQ !†e–U©Õ&³YŽW»Ýn·Ûa„ªÇÕŠÕj͆ÜÔ”´¡Þ¹¬Ã˜3ƒ(ŠÐhµ¬J¥Óë%I’bAÚD) 1 £Œ×+•\>Â/I£~¨b&%99šÞ9ªgq–aXƒFåç 9É¡$·jÅÊU+V^Œ˜ „‡¦(:rÉs+$CÓL¤mäª+úf›uÁ©AÃHNY1EÇ9Bea†eƒ^ñº½N—•eþHov^Ô*URBÂ7o[ !ªWC¹|„«T’ç>A6ž @ _’’+@ Â%–¤ÄÛO @øÆ ƒì@ "I @ ×6Ì%%÷@ „o â%%@ \bú÷’VWWÓ@ FœÑc+Iû=•p±Á 4fìøÂñQT³|B ¸ø ÁdLOÏ øýG¾><ᢌÌlšŽæ.BmMõî;1–3³²ЈÇI3¤ņ]å“ ÇZblˆW_Mæ˜I…c?+®$’”@ IJ¸D’TàJKOŒ_¨×놎ú½¬&‹iâ”)öïËÍÍóyÅÒ“',Xœ•“uÆX–ÍÍ…µÿ«½IÉÉ,ËŽxœ:ÆÐ÷œö¶ÖÊŠrOW×¥º"EŒÆÜ¼|¸´9! —¢Íé3Þâ JWqW 1Ä´»<ûöìºr«Ü•Rý®Ü¦qÕôN×x¯ú›N\|‘¤W$²Œ;\ÚqZ†¦Yš¡èè%Í“ËéB…1¸Ýîô¬¬ág/==cóçŸI¢È0ìˆÇÙ¯-=ybòÔiv{ìpL1¬+"IN§ãHñ!I’¦Î˜y sB .µg[km©,ËWwo@W8áÊ­rWJõ»r›ÆUÓ;]ãe¼Úo:Å0$UJ$ée¥Je€…( QÑïÏES¾gcŒišþF³ Ëʲ,c|‘âìEeyÙ¨ÑjµÚëõ\Â+¢V«óGT–—]òœ‚(¥`hxêþ•WùÆÉwüüWz•»Rªß•Û4®šÞé/ãU}Ó]Y^F$é• îá›I®¼¢ìÓÏ6­\q}~Þ¨‘ŠóÀÁýŇM2mÆô™ÑÅàõz-ËåðʳŮ‚—G\a#·®bXêj{_Éå\ý®Ü¦qÕôN×x¯â›Ž×ëR"I/?= g%)ÏóÕMM‚ ôëbÙä¤äüœ<•*šuëå;vn¿ý¶;6~²ÊËË‘R>ôðƒ¼üÇ?D-I1Æ€ÐåÐ&Bßä)È:,ªû¡íêN’^ÎÕïÊmWMït—ñê¾éIz¥«RWDzʊ™3‹nKË8Ïùuõµû÷5®`ÌùdnÕ¢¢¢|Ç®íß¹û­V÷»ïyãÍaŒ©JÏß`¦N™öòÿ0uÊ´á4*|99ÃðÕâ™»Ò ÂÐÐÕÿÆc†Føjt_Î…ºr ޝqƒk¡Œ¤Èƒ•¤©iéìOHHxùåWyä§#IIÉÍÍM‘½eùâ¥~9éQö”@sKcJJªÃÕ&ŠýïwÃ0LJJjsKãØÑCJ(¬GYVåñ¸u:ƒ¢J`ø¾ÒéÓfLŸ6cLqY]—«¦‚]ѲŒ±Ü»V›Íb±P%Šâ]wÝõÌÓO_éż*e÷å\¨+×àׂñšò’^³E†!yIeY~ñ¸Ø¢ð“O6]ÂÔ/‹Š1p/"…¨6g+ôÔN𦭛V£ †n—$Ëvkœ ˆCª¾‘z´¹¥qÛ¶/-Z’”˜2Rªôà¡Ê\ÒáSùrjòÕÒ;\éaéî6Ò÷§Ý»w%''»\®qãÆ¯^½º°pü]Lùj¼!]Î…ºr ._ÚE¾öô™|MJÒ!,ë~ê©§C¡Ð 7ÜxÇwÀÖ­Û.Z<{ÎÜ%K¯;YZ Çefe?ýÌ3sçÍ›=gîÉÒÒ{ïýÑÔiÓ¿uÓÍÁ`Ðï÷ßýíïÌŸ¿`Á‚…ýü¥²jÕõÐ÷ä^©‡ñûýͳ¼BŒ0>G•ÀèܱcGMPþÎÇ•®;ùJ!Wºntî¸Ñ¹c#â–FEþT^^©G?ùô“´´ŒO>ý¤¹¥‘eUß¹ûž»¶———á> gSSã›ëÞx÷½·kjÎ(ß(sI‹R>VŸ©úçk{ç½uMMçs £©TÜIsàÀ^={8ppô¨(æ/—2ÙÏ~ž4ñ êϽ‰ o~S]ÂäÉSZ¶ÔK=r¸E‹ÏžíÝ»ï¹õ‡$R•2 í$$'011QïöÆ×oÒpp9@²˜_Õ«w6›}÷îÝ3¾1·° 6nüÅÀÀ¾þzʮݻǎ{âäÉ-tΟÏ€êêjàþýûsçÎKO?ÕªU«‹/Ž?!/ï< ðüyuHHÈâÅ‹ÓÓO/YºôÈ‘#À$¨¬ªòððˆŽŽþþû5¡¡a™™VVVC‡;p0©G`ºpºÌf2E H¸yã†T*ÍÈÈ´°0§JØF{U):ï$9™~J»Ôç¹"2™L“™SUtëÖºµëŽN655•H$7‹Šç’z߇üÛ]T™©˜xÔÕÒä‹pÓ.\t}4L’··0jhòÁýûLLL%'O›>#/7›Åb5¹þb‘¨É?@ßJIúÊ5²Ì̧OŸFE’Ÿª¤6´´´úôî ÎNN;w¶´l.ÎÎ%%¥ƒ‡ Ž^ýÝüù>ÞÞÁ=z¨—ïàè açeË—™´mÛ¬ÊÑ—'IåOž=–_¸×ÓmIÈ$ü–&„L"‹y<>‹ÅÒü¹¶ÌìŒýòxü{÷Š$ìݳmg;°ílGäþƒ hffѧwȱãÇ&Y¥‰ÌÊÊÊzQ½¶@gìèñ›¶l$ R~/éµkWÓÒO~1a"Ççr8òãGCW06L:¿=î󉓮_¿Ñ¹s'8söìêï×›Åþñ‡u{÷í«‰FŒüTGGç×-›†yí¯8”œòóÏ¿°Øl33ÓÕ+WŠD"wOïÏ>üçöí’â’Å‹¢]\œ5Qæúõ¿_¸p>'KKK‹$ÉVúú_|>$IÆ)<½}?û4òô™3A¬ù~õ¦M[ LMM·lÚÈf³ÕìÕÖÖž8éËòòòêêj‡n+b—óù|U:ïÝ÷ÛÆM› [·öôôRåWU^Ul¿y³hüçŸÜÿ[›6mfΞÓÎÂâëÉ_;—±fÝ:±X¬-Ð^¶l‰­-Ý󺺺ƒ† É8{þþçŸéßÌHN:¸rÕê& —Í"I ßK Ç377¯¨¨èݧ·OPPPüŽøCÉÉ<.÷ÁÇZ|>IŽŽNß~ûÝìY³}}}{õêEäÙ3gŸ>}:lè°KYu5I$Aêèèxyz‘igk[|·˜š‘.$H@Ò'„$Hgg;[[Ëv–$Aºº¸ß½Ë(œ®úÌf>¢û÷ïw0éЬ™3Μ9ëíå•——GÝwNyU}²ikkÓƒ¨gg§çÏŸÏ™= ò/_Ž^´xßžDwOïA<­¨¸WzoÎìYnn®@—S[[;}ÆÌ{¥÷€ÅruqŽ^¸ ÑéGO űŒyN×G$yxù 2øöí;¡}CN¤¥5T·Çëêê¶iÓ†$I.—ÛÅÎŽê ”óff¦°fíºôôÓÕ55kV¯¢’–Q¥†F§q^Uµ:©ZLèñ¥÷¤¦Xºlù/ÖÖÔ.[º„ê)?œåjP-ªŽú·š9Œ Ⱥ~”J¥3¾™……Íž;÷èáùñ"O’!CÕÕÕk²"5"ŽŒr”\Ô “§3óÉ“'A=z½VMŽ_EWÜúûï¦Ý»(II’tuuݵ3^©]KK‹Úàp8Z‚Ûl["•thß>ãܹsçÎ¥;öãOëKU#_óÎݺvmV·2©H‚P|U¾MW›£ô ràµ0¾YýЊã,‘¨’)•JäOGÕÖÖ–•—U=¯J9œÜ³GokkëœÜìüË—œ\Ü\ݺK‚öþ¶7¬oXm]Ÿ/‹4‘èx(9ièàa–ŸŸøóƟı­Ýµë×ÒO§Mš8™Çã—–§I W#S“òÂ… ††­Ûµk×/"üÀÁƒsçÌ~ðàÁì9óv}Ò¡ƒD"¡VŸ]»v !I²´´tÉÒeG'·mÛvíº–,]¶vÍ÷$IÖÔÔtï8ã›éYÙ9ë~øqÇö8M”¹zíjçÎå+5…ª)ž?îäè8}ÚÔM›·DsðÀoææ'}™zìxhß5{è³|Y+}}X°0úÀÁ¤áÆ2ê\ZZúýšµ©GR ,ŒVsÖœá €AC†q8lèhÝq믛ml:~>aÂÌÙsú÷ëW|·8fÙÒƬX±'!A_¿å•‚‚™3gN9D÷|uu¢Ï©ÿ›6<6°HèÖQ$iЪU€¿ÿ©ôt>ŸŸ˜xúÔ)_6n,**’ü¤}û¼ÜÜÓgÎ9rdíÚµ§ÓÓI‚pwsÛ»g’(.—KÍÂf±‚’ÌÊΦ ’äóùTO›­%¼Øæp$ £pºô01¾—”èճ瘱㾙>í`RÒ¸±cóòò”.ó©I'??_z£óäÉ“ˆþ§O›ÊãñGŽNE$0 Àß_øÏíۣnj=“~êÉÓ§t9gÏžÓÑÖNIN¢™Æ¥ßÖ-›=1äcóüá£Gt}H’¬®®úùÍ›;çØ±ãÐÍÅŹ]»v݃{xzxº»»F„‡ zÎS>··ï2uÊש©Ç¨¤U¥RC£Ó8¯2®N j1QŠ/‡Ãaìùüùsû.]æÍ“Ÿyò”©çΤS§åä³(n0õŒni’Ì¡.Æd@ÿ~Q£ÆLŸ6•Åb%:4 ÅãEž$¥¥¥ýÖdEjDåÐ]¤‰É”ÚÇŽ355mÑ¢…&úkrü*ºB&“9¹¸5aìÞVIÊår@"‘ðx<¡pîÜy—/_vrr"⯫W_[–——·nÝ:,,Ìßßß®‹½T*¥6¨35»bÏìœ+KK ‹fs–”:S ´ ÷º-ôÿ¾¡üü& $uà0<îÒö!ÎQ‰Ò‘¢´?8ír:c’ùor÷ î™–žVS]Ó»WßN66$Iæ_¾8eòô~ZãêâjÛÙ–ÇåžËÈH¥!½û¨É0E™ÖÖ{õܸ{䈑í,¬&MüꇟÖݹsçúkS&Oåóù%¥wBz‡thÿ‰æY+‹éûö ‹Å}Cú 9uꔬìlw77 ssª?‡Ã¡6‡‹Åâóyyîb±¸¿~ÃGFŠÅb±X,ºuí*‹Û[Y•Þ+eœ”®ŒT*#IB©QÕZZZ~~¾b±ØÎÖÖú“OŒŒÄb±}—.ÅÅůݻwï¾´´S\÷Éã'”iŒ:ŸÏËóöòÔÓÓ‹Åý"".^Ê×ЊÄÝ;Û¾¼Ô@u2xÐÙ³g/Yzà·½2™,+3«¢âÙÄÿM¢úT×ÔˆÅbºç%1I¾ ‘HH‚‹Å2™¬ ÃÁåP—¯™Vp I kjj²srFŠzVùÌÂÜ\[G› ‰ä”;;;Ȳ²²Ö­[GD„Xw´‘H%þþßÌœyñÒ%g‚ (ùòÿ©*õ„W[…Óu ¯„\s¤¸\®½½}j걿ÿù§kW{’$%‰<áÕ§SV&I¢btôôôÜÝ\¦úùfdf};o®X,ær¹îb±ØÂÜœÏçݺuõ¯«t9:ÙÄ®\¹dé27WW¡Ð¯Ñé—rø0=1Ó†žçŒÉ)‹y<¥y£uûu˦7o^º”¿wßo {ö$î¦ç¼H$ÒÒÒò Åbq7‡n߯]«F¥†F§qš3®NÀ¸˜ÐãûI‡Œ=9N¯Þ½Äb±½}yOÅÙ7zF·4Uæ¨Z@LLLŒŒŒrsÏ;;;M=¶ßÅãEž$š¯Hˆ#£º‹41yDäg,«Mõ߯ÖD _EQM»·x–tÔ¨(_?cc££GŽüºeóÔ©ÓDb1A}CB^[’þõ×¢E‹9l6 dLÌr5õ¨ªÎгË{®ˆ]Ѭî%}yÙ^ñ3—ºp¯««w/ëÛù׎, euÀÕ1®V ‰Î=gÝ8¾œm=”¹Î}y/ˆ¹™ùèÏF+Þªâäè¼îÇ5ÎNÎÔŸŸtøä“Ÿ¼þîò•»¸l;ÛÊd²øøø¨Ï>k×®ý”ÉS7mÙ8eòT>_«¤äNüÎ}CúÚv¶mÐ-)ôâµ¾¾>---''7nÛ6¨¬¬ÊÊÊ’ãU¨ÔBýõbüû-™ÇåR,©áwtÛÎn\¿Q__/¿,/¿DЧàóxT#›ÍækñåÛ‰DýÞ ü‘røH®x@°;!ñö;ªt&Ià¼lT:uшë_”«‹KJ´´´ž=«411!HÒ¡[·Ÿ~\Gsé+ßð,‹%7U8¨Wå“AÁÁ6G$÷ é3**Š$Éøñ ÔÕÓmgaAÕ–ó,äpØ$I®\±‚Ëᘚ˜ìؾí«É_‰Db‚ ÂBCºu“ÇRñÿAAt¯öyqãÅ6ŒÂé:“™ª"6söœO#Gʽ§xÖGM:©â+Ñ1|غzüøqÏÁ@$‘AuËT"’d”caaqpÿþóçϧŸ>³5nuŠ¥éǘŠiCÏsUv ´´Þ\·N66llèïí+¼s÷.ãjÃçñ¨ 6‹E%­*•Æiθ:ýqñ"ãbB¯ªeGy¡ %Ï«‘b8êßjæP2. á)GŽÔÔÖØØt¤îÄ '‰æ+RãŽ2F9 ö!Æ];¶m•Wá"‘èµúkxü¾êŠ&Ž]Ó—¤%Åw©¥K–,]²„ÚîÞ½{÷îÝ•®ÚßþçojÛ×××××—Úž:eÊ‹Stªï •¿‹”ÚèÙ£½³âìrè<ý×+RêfRÅ’T~áž”IuÍ\€Ô˜Ø‡õm»ô‘TÞiah¥kæB’óq ¤š×I8;¹8;¹@_9A—ig×EF[·Å=ÆÒ²Ã´)ßH¥ÒââÛqÛ·……†ÛÙuiè+-è¶œ<™æâìüó†õÔŸ&JN™=sÆÊU«o߾ݾ}{êž¶¶6u–Nþµ‡$Iç+W>xðÀØØøÀƒžòUAéB³&ÊØØØ8»8G/Zòí¼9-Z´¨ªªÚà`ïÞ½^?©<š½UUU&&mµ´´‚H;uª£µµ*]œÖoø™ú:{îœÒ§f#JÒå1+‚ƒ‚¼½¼fÍ™³71ÁÃÃ}yLlaá_öö]‚¸y³ÈÖ¶³‡»›’ç[¶lYWW[YYÙ²eËììJO6›Ý„áà²X,º ÷ï—ÓíÚ³'QùÂw¯^½zõRl€      ÅF-à^i µ×¸mÛ+^&øZZtŠ=ý„~~B?j{úôiTºpF4-Iôôô7vLhh_¹»^y>Wu:1Q):ŽŽŽÕÏ«ãâ¶mÚøâ‘[A>r´_Dø¥ü|‰Tjii©Ó¢]ÎÇõõõƒƒƒ<==ºK¥RƇ-^›~Œ‰ñoÚ0å9£]Š®hœn¥¥¥Ož>utp€kׯ@kzγÙlzÒ¾V% £Ó8ÍW§Ú3.&ôøÞ¾s‡¹§L–z45,,ôòå?Åb±¥¥¥š’”ñ¨oBU•¤Œ HŸÞ½6üüKEEEDx¸RÝ,ï¯ùŠÔˆ82Ê¡»¨áßß^¯¿†Ç¯¢¨&Ý»¸—ykîH’d½R’Rî[´a³¹$!5êè§eäЖŽŽq[»|ÃέÌíAuE¥þ] ù—/]þ󲓣U˜j^/ÒeÚw±'d²Í[¶L?Á¢´´t˯["Â#ì»Ø7â.úC))ýûEÈÛƒƒƒV¬Z½pþw‹-œ:}I.gÍ÷«­,-‡ Ô¯ÿ@CCCêfD’$ÍLMgÏš9fܰ07_¾l‰ò7KÚùõÊ|¿jå?þ4`Ð Immí!C¿~ ¦³>jöúx{<˜4ñ“tZ´051aòRg33³ ãÇŸð…©™©~Ë– =K:lÄHöË›•“ÌÍ=_t«hþwÛ8NpPPLìŠè… V­Œ]½H,Ô=°sçNFFFtÏ=ù«±ã&XZY¶56–û³ ÃÁã°TÖq͇¥êXf±XÔ»&þõ׿–êÒɨMzéÑé×/âø‰;v¤êêêÞ¸qsȰõõu+c—³X,F9ׯßX³îêÔïœÙ³Øl¶†·Ç)-&Œ‰!ïÆ˜çŒú(º¢qºIe²\_RZ $©££³|©žžžžžžRΛ´5¡'íkUÒ0:ö*}uRµ˜Ð㫦çÕk×wìÜU__·"f™ü™ZÆ’”ñ¨oòÌQZ¸x\㢫«ëâ씕»|™ªåWó©qTµ²)¹èM.)¨Ò_ÃãWQT“Ç®A°ÊËËkkkkjj¶lüùÇ ¿<}òëÂ÷Âóªª=‰»½½½Ùl6‹Í¦Î´ç^È›2yúÒ¿E"‘™‰Åß;ì¾"럲1‹£,6IÊH©1ßÄ-çgœà½”´ÌŒŒofÍyüðá¾½{Æñ?5mß6õëéë~\3:ê5¯gŠß¡­­£^æŸWþ<”|¨_DDrJJÿ~ý_+S¿•Rû±#)NÎHh®\Îÿp”ùÈ 9—si˜H±DܼWƒ»~ ðqy/SÏœ5; ,´/ˆDâîÁ=r²2š}úýw7Ѽiã‹ÑùÐLþâ{år~HX„š÷JK¶lÞÖo€žžž®®.ž%ýÐN“*|ý0jcôÇÅßÝ\Ý9.˜º~Vvio{ÿɲçeÒÚ‡@HI’`ÉkÝ©âŸsl?Æ{ì”îûT±›ãº×8vslØ»ÇTËtèÚM&•ÄïÜñéÈOºvkô+ÍðEÑ:\Î+Hs…Ëy‘*++ûò«¯ÍÌÌúôîÅx¨y§ßGøƒ¢M_ŒÎeò(¾ÿ.}X~`)I’$ëeijen~ëæõìœ,ù—ºˆî×¥.¶rÚÂÄXÔ þ²ç%”\H$]–€ŠûÏÔ$¥£ƒ#u"“lཤjú;9:[Y¶700x“ƒKR4„ зÛþwÍ|÷‘255=xà7Å<áóxYg±$m®u“Ç£óA™üŠ/–¤vMúò/‡ÛÞ²}{Ëö <ëÊÏÜÌÜJÔ”½,@Yì–V„ýL–À„Tu–´É“òu2[µjõ†“bIІ0,X`}ËÀ{9Kú‘§ßGX’¢h2–¤ˆJ¨‡7Y¯MEÓî„é+ï: ^Í`6‡Ã~ù¦}‹U]]Í~ãçà™ì­ÊÄ’ ÑhÁb ©Ê_oÂôÃCKR,I±$EÞA=ÊjmØZ$ ZoøD±T&3lÓ†  ôõõ>¸ßÖÄô Õ{øðA«V­Ø,ÖÛ‰%)‚| ‘Â’5GÑd,Iÿ ‘àñ»us<Ÿ›Û¥‹@  ~A¡¡p¸\™TVXp¥{p±XÌæpìºtÉ;ÞÓË»‘1»Qg˜‚|üèáïyyݺñøü·!“±Ïµ¿ ?œè|PÊ|䆈DõÂÐlRî¿bÔ×áÍ2U>B›«ÉÇŽ¤È·Ùl¶^KýN;·12Æ’ôƒFKK«Sg;]=½ó9ÙOží%€roé \îz0Å ‚ ‚ •¤D“–¤]`™q;ï.eKÿ€õètAAD£’´ +R}¸b򢆮çøó£Á-k¯T‚úAAѤ$m²š´#ûW+§ñžA{§Iå¹[/ëÐï‚ ‚ ˆu?çØ$È2cÖ¥Ö¦áu Íû·!ód™&Ž´ÿ2¬£üÏ0³eQÝŒõµÔríh0%Âæ‹>ÖVF:c{vxí,d@W£Æ™¦4vQdWiŒAùØy‹÷’êÁíŽìmæ¬Sœ¦Òûl²‚Åâ2 . ,ƒžE²ÑÏ¡Ãk…ék=xVÏa³lÌt+ªÅêó²5ÜyæÎ£J‘“òû=¥Îl6‹ ^ma±ŒO_yИrþÕ±›ŽÝ"°ÀBAiÂ’ôMN_ñ¡²+gm;~–q;£«ycIÝy¾ÀŒÿeÔ>T¿­“ù?û,þW"ò+$¦‹A_•œK·ž:[û£¬“y˿˫?1Ñ’ìî`¬Íç½P–F-ú{›ÿ˜r“êîin¤¯5ÄÏR*#|N­Hºåøß\{þû 7ŸµÔºr白•¾.H¸û°æÐùÒ>.¦<ûó>Öb ±íÔ?ò©£‚;´jÁÓâqJ×þ–U,•‘`Û®eWS IØ}æŽggCű_„tü6þOp¶6vlKð¬F¼/£¸º^Êå°Œèš{íQ}¡?)·ôîÃL¾·T*mmØæEòù:t˜=kæàÁƒÑ3ÅÅÅ]»9øùù¦=z¯¬Ìή‹——×ÉÇ`ÍÚµ0}Ú4PÚ… ‚ ÿÉ’4ˆ3ÐÀ ­™íP›__•.©åñµ­¤l>HD ‚lÝίEk íkGŸ8GÄ×’æŒr î<ß»ã±?î¹Zœ+|ø‰‰.I’y×Oéo{ì2Azu6̽öX®jÊùÒÎæ-wŸ¹]Q-nßV·—³É‹›xœ¥U‡ïU9th%–ë]>M’dêe^¶m6¦)Mý[æÝZ‘ ú´s±nwã±¾oˆŸå/Go>ªqØ,›EK’dk=~„§ùڤ땵’Þ.¦ážæ gï$©Åc_-©¼óG™¹^Og“-Çoaò½=Ølö†õëËÊË–,Yú¿I_†‡‡kii¡[”h©§7mêTK+KêÏ5kþ-I•v!‚ È[ÿìV]’6þ_¦lSy÷NÁ±êÇ\m;6ÏR"z$ª½+ª»Çâ´eó¬ªdß¹üÛý n¦ls aÎ(D¢äQMW«VFú‚;j(­ž×Iÿ)¯îjÕJÀãt²ÐËÿ»BiÔ‹ È—Û2‚¼YZE’Pú¸®}Ûaæö–ú2©4DñŸ›á—a&öµ±6Õ3n% IøÄTïïò矉H¤2R$!”ÆRÛíuo•U?«‘$äÝxbmªGí•H‰Û÷kHî?­7Ð忉{›Ù¿·‹ÅêÓ§wHH—Ëår¹,K"‘…þ¦fæ­ »t±ÿé§õPYY9løpS³Ö†mºvs8˜”)‡{ûø¶1êhÓiÑ¢ÅAÜ++k©ßÊÛÇ'*j”q[W7÷k×®£Lª³@àgŸE·50pPVV¶»‡g[“9sç¾øîD›‚QEŽ?îØÆÈØÜ¢ÝªÕ« 9%ÅËÛÛ°‘uG›yß~+‹Ué ?ÿü‹Uûm:íNHˬzþ|íºu{÷îG'窪ªªªª–ú­œw5h®×‚ ‚ Œ¨±¦¶ÌŸÏçó¥RéàÁƒíí»±båªo¿û.°{àï¿ÿ~ìØñ9³g{{{ݸqC %øóÏ?£¢Fùùúîݳ8íÔ©ï׬1440püõ×Õ¡C‡ÚØØ¬Z½zÕªUqq[Y,]fëÖ­àòåË>>ÞînnéééyyyÓ¦MÝ·íçŸ5J,ѧÐÖÑVÒDÑœ+#FFêèè|÷í·-õ[Êd²Ë—/5ºm[ãU«V¦¦[¿~ŸÇŸðùF=óóóçÌkll'ØÉä—£7èz¾|›¤$È€~ ~m½ôò?Oo”V.åÄbLF lÈ{Òæ³+ªÅ"‰Œàð‰Áý§u$IÞ,­êïma¤¯õðY=—Ãb³Yb‰òX’$o•=àÓ®¥¯²Fìekx³ô¹’Šÿ#o 6›”tðÙ³g³fÍ^ºlYDDxÛ¶m‹nmܸñYe¥X,€«ýeÙ®$$&999yyynÚ¼™ ˆ¬ìììœJÔÙs稒´sçÎÓ¦N-))YµzuqI ˆD"ºL?¡lllbcböìÙ“™•Õ¿¿™3fÜ+½·m[IIñÅK—èS|ñù%MÍIMM•Éd_Nš4uêª%&6– ˆ &Œ3&¨{w‡“'¦¦Re"]Ï3gÏÀ¸±c?Ÿ0ÁÝÍ- °;Ýc½{÷æñx0xÐ ¸WV&ßuìøqÍ碻³AyÏ%)Å©[…Ôª²~§T*ëÙ³çáÃ)gNŸ¹zíÚü Ξ;çéé“&ýïÓÈO)Q::ÚÔ†°9xùû¼[·ÆÑeR €Ëã€Q#¹bA°X,úíÛ·WÒ$éàÆ9‡®'_‹|¾Ê{jY,VCÓ’>Ý¥J†$í߇ Œ ÒŒO µÔ×·µ³753ûàJR(¬ÓæþŠFæOî?-¬Ÿ«¡äé›/(µ,Þý§|ûÝŒÂtQò>·Êª~J®±T6sË/4¹SQx§BiȬ»²î*¶H¤ä¦£7é*Ü®(¸]¡jìÔ¿S¿ßxüûÇŠÝu¨¬GﺌYû&õè•ü‹Ýœ\´ut€$Ÿ>yÒÚО½»w'<{öìäɓСC‡’ÒRÐ×ׯ‰Îž=GuËÊʾœÙÏÏ×ÑÉ1==ýñãÇ!}úÄÆ®8xð ‹‹‹¶@;--ÍÎÎ6,<œQ±DL—ùZ§°·ïª¤É+CBBV¬X¹áçŸuttZ´’H$}CBV¬X¹eË–Ö­[§¦€Ð¾}UÍ ‰®®®;wîRÕMOO¯¼¼|ÇŽx«öVòöÍEw©R‡€îÁ˜Ã‚ Í--­z‘è¼\°LÌL?¸’´TêSQßV»è¯Êz“R©¦§HU`ØRkR¸í“*Ñ7ã¹Æë×®vutn¡£££«K=ºDïCÄÿ&Mb³Ù³gÍòðð°¶¶>uêÔæÍ[2Îetíj_\\L}™KÜ“øÏ?·e2YçN–-[êèè¿cEìŠ/¾˜Èãñìíí¨J“1£GÓe¾Æ)èš¼2ÄÁa×α±±K–.ÕÒÒš6mª££ãöíÛbbbf̘٪U«/¿œ4oÞÜG´úÂÅÅeù²e+W­5jôÕïÚ:uÊâÅK&ýuïÞ½×­[«¨°æs©7èßAæD«Ö­Ý½¼þÌ¿ÜÐ’”U^^^[[[SS³eãÏ?nøåé“Çp$9é|M×&ÔÏ€}«î¸ãÕ[+ˆŽ-D¯…aý(5;’9jìóªJzÿäƒûý»ëêêR÷>"‚ òáÀb³¸\Þþ= ý2œ©ªª<›~*$,î•–lÙ¼9¬ß===]]]5¿ÞÔ”ú=‘uäúÄmÛæêæÞ³WoF6"Ðrn4ºÞ„fæA°$EwÇõk×®_»·ÕÞÞžÚž;wλ™Z*•2n¿¾$]ÍPt?–ªfoÓBÍõ¡¡èC¹†q[ãv§<ñZ~œÐýƒ ‚%)‚|X,[¶Ü××ÏÁÑ)//jIKKóôòöî\PX¨Ôÿĉ>>¾>>¾~~Â[·n=xðÀ¾k7j×Í›7ý ¾¾ÞÜ¢ÝÜyó† –””$ßN=vŒ.¼¾¾ÞÌÜ":zQä§ŸúúúQjD/ZT__ß74tÈÐaг÷ éKßË(Ó¢åâÅK|||½¼½ ÇŽïìâQWW'—¶yË–… £àPr²~+ƒŠŠ ð¼víº|.õŒŒŒôtvq7~‚H$’›3c欱cÇ÷è™›{^U£*W3ÊTô¡’7fÏ™St«hâÿ&EG/’ï¢;°¡€¹óævr÷ð”+L×­¦¦fdd¤ŸŸP(ôŸ1c¦*ÉŒQVe¬úØ©W{ïÞ½nîž^ ~ôè‘*ÿhî|zΫò'‚ –¤ÒHªªª³³³¢£._÷ïßÿnþü”äCçss¿_½jâû—••Oúò«;¶çädŸ>nff¦JòóçÏ{ÿ¶ooxx¸|ÛÃÝQxuuuŸ>½wïÚµtéJè… AêÑ£¿íÛK®¸W•ÂUUUîîî99ÙÆ ëׯôÂù—.êêé&%’Ëñ Ïed@fF¦««kfVVeeåýû÷íìl5tà†õë3ÎÍ¿t±¥ž^Bbâ¿æôî·uã/??^&“16ªÒœQ¦Ü‡ááJ:¬ˆµ°h·}[\tôBF5"ÐÔ'GdzgNoXÿÓØ±c)+èºLKÓÑi‘••™™™±hQ´Éô(«2VMìÔ«}÷îÝÙsæ¦$'ÿžwÞÅÙyöœ¹ªü£¹ósžîOA&„‹.@>6Ahh_ðòôZ²d)ddd<}Z122òEQS£Ø?33Cèçgcc|>ŸÏç?þœQ2ŸÏ RÚV%\[[ÛËË lmíŠKJd‚*™ $¤8;;ÛÚv¶´´—â’bùX[[Ûû÷Ë«ªªòòò¾ýöÛôôt.‡ëëã£ùì»víNNIáñ¸>âkñ©FGÙkcc#þþûoKKKzãåË—5g”©èÏwhàr¹ƒ-àï¿ÿîÔ©]7'GÇùóÌ7Ï×Ç·gÏ 2£±jb§^íÜÜ\¡ÐÌÌ¢¢> îÑд¡ëCÏùúúzº?A°$EÆÃçóY,p8l‚ €$I77×Ä„ %°Ùl’$©m±D¢XQ’·U çñx/¥±(54G•L>ÿE}Ãáp´´òm©ä•ûY}¼}&%éëë.[¶ŒËã ý…N³gÏžS§Ò´µµ7mÚTTôâ’.AA°Ùl¼ô ½‘QsU2ýù^­J·:äædŸ9{öhêÑu?üp*í¤æQVe¬šØ5BmÍÓF•>šøA¤ Á ÷þþÙÙ9ùùùTu¥ @q¯P蟙•UTT"‘¨¶¶ÖÀÀ ¶¶öÙ³gp:ýô›å "—«Xϩ٫¹LF„þ•+W ý…ÚÚ½–z))‡üý5[YYina¡­­M’dJÊay»L&Û·ï7ÈÍ=/•H¬­­5W%³Áß°Õ:P¿I¥Òýû÷@^^žX$²¶¶fÔ­¬¬œÇãE„‡¯ˆ-(¸"•J5H#ŒU/ÜÇÇ'#3³¬¬âãwú«¥æÎ§ç<®‚¼mð,)‚€©©Éömq“'-‹ ‚ íëЭ›|¯™™é†õ?}E$—ÃÙ¹3ÞÚÚzÁ‚ùaaáÖÖÖ¦f¦o"\‰1cF{xz8~\ý^Íe2”&Bá”)Sü@è'¼};žª 5!88(~güÀAƒõtu-ÚYÈÛ[¶lYøW¡Ð? ®®nëÖ­G"‘н¡Jf#»(ùСFÄ¢eË–^¹²~ÃÏuuu¿þú+‡ÃaÔ­°°`ÁÂ…6‡$É+Vp¹\Í£ÜcÕ ·´´\VVV›7mlF}è9onnŽ ‚ oVyyymmmMMÍ–?ÿ¸á—§OÀ‘䤨±Ð;È; >nKX¿JÇŽ¤DŽû¼ª’Þ?iÿ¾€îÁ­ Ñuõõõm:•*ܱªªAiöhëè$Äo0x(}WUUåÙôS!ap¯´dËæÍaýèéééêêâ…{AAä=ƒ%)‚ oŠ@  Ÿ elDA,IAA,IAAKR12nû¶§ bõ÷šþØzܶm®nî={õfNýÔä‡à %£Þ5ôç[uQ#ˆßéáéÕ³WïÜÜóýÝÕ Äø3AKRù@ÄêÕ—¤[ãv§<Ѹáï˨ãÇR?L¾w6oÞ¼kg|ÚÉ]»ÚÇÆÆ6Ú©TÚ<2AKRäc'--Í? ÐËÛ»{PpAaák÷R'–/^âããëåí]PX8vÜxg×ððˆºº:UCÌÌ-¢£E~ú©¯¯_^^D/ZT__ß74tÈÐaŠ3îÝ»×ÍÝÃÃÓkà Á=€ÙsæÝ*šø¿IÑÑ‹äÝè×-[îëëçàèDÉWoZMMÍÈÈH??¡Pè?cÆÌƹNœ8áããëããëç'¼uë–’V}Búª2ŠÑ'r^ëä‘‘‘þÎ.®ãÆO‰Dt‡()¦¹‹=£&:ª QãLy@û†††„ô3gŽâ^%CÓÉÜ¢ÝÜyó† –zìØ;ÎA÷¾—yϼ½÷’Þ¿¿_ÿþ'ŽoÕªÕ¥K—&Oþ:;; ŒŒÛ>zø€qo}}½q[“½{ö„„ôY»nÝO?­?{æ´¥¥åˆ‘#ú«ròÄq//¯3gά[÷Crò!©TjÑÎò~y™¢>wïÞ ìž“mffºté²nߎÛú+¸º¹'<@ý¦¹üô˜|8%?a÷ЃII;¶ïHN>¤Ê´.:tèèÑÔ_·l¦Š°-Z4ÂeeåBÿãÇRmllÄb±T*åóùŠFQcbô‰bIªÆÉ#Gލ¨¨000€iÓ¦;8:Œ=ZÑ!tÅØl¶†.¢{F}t Qï|Å€ææž‰‰III–»KÑ5˜tð@ppð»ÏA&¡qï%Å_oBš-OŸVŒŒŒ¤þ¬®©Ñd¯@  éÎÎζ¶©Ï{—â’bUC´µµ½¼¼ÀÖÖ®¸¤D•>¹¹¹þB¡™™)DE}ÜCCCAhh_ðòôZ²dékMsrtœ?ÁÜyó|}|{öìÑ8Wdffýülll€Ïçóù|ÆëȪŒRï5N€]»v'§¤ðx܇ñµøJcéŠÕ××kè"ºgaˆzg¾y~òùü   ÷’9‚ ï,I‘f I’nn®‰ ÚË翨8Ž––@¾-•HU áñxÔ›Í"¢É áóù, 86%_½i:tÈÍÉ>söìÑÔ£ë~øáTÚÉÆ¹âMPï5NÎÎÎÙ³gÏ©SiÚÚÚ›6m**ºÕ„.¢{¦†4•»TÉ”-ï>sAÞ#x/)Òlñ÷ÈÎÎÉÏÏ‚ ®h¾·_ùªÇå€D"QlôññÉÈÌ,++€øøþþþ ®¹&eeå</"<|EllAÁ©TÚW…þ™YYEEE ‰jkkßÐ( ©¬¬4·°ÐÖÖ&I2%å0Ý!tÅ4wÝ30¤™ÃYÍå¼³ÌAyàYR¤Ùbjj²}[ÜäÉ_‹Äb‚ BCû:të¦áÞFTb̘Ñž^ÆÆF'ާZ,--WÄÆ„…‡€••ÕæMÕÌ%ž|èPC5),,X°p!‡Í!IrÅŠ\.·®033ݰþ§Ï¢¢‚är8;wÆ[[[¿¡Qš¿3~à Ázººí,ý©¤˜¹¹¹†.¢{FÞ_sC‘9ªCC9ï,sAÞ#øxòžy{7!‚ òîiÜãMxáAAyÏ`IŠ ‚ ‚`IŠ ‚ ‚`IŠ ‚ ‚ X’"È[ÁÖÎŽÚ015 ÿ}uÎŒ™³Zê·ºzõš†r‚Xý}üt¸z9Ô/m¾/_ÅmÛæêæÞ³WoE¿5#ã¶ïKUÞ“«Ô´º½ß”x~Ö0…A°$E•\»v$IzzºâÏ0jT7¬n¢ú£)伕zbk\bÂî´“'šYÐK}bßoJ¼%£0…Á’AÞ FmŒäÛÇß³gœ<™àﯥ¥<°ïú⽌7oÞô€ššš‘‘‘~~B¡ÐÆŒ™½hQ}}}ßÐÐ!C‡ÉRg°/^âããëåí]PX8vÜxg×ððˆºº:éèìâ:nü‘HD—sâÄ __??á­[/~¦hٲ徾~ŽNyyyJæìÝ»×ÍÝÃÃÓkà Á=¢t03·ˆŽ^ùé§¾¾~ò!iiiþ^ÞÞ݃‚ _+göœ9E·Š&þoRtô"%¿QÐU¥ ‘ÃèUõîReˆ›·lY¸0%'ë·2¨¨¨ÿ€@êË£÷ú„ôU¢Æ9ªÔ û~S‚2J•¶ÛwìprvéÙ«÷¢E‹}}ý”̧ëÀ(gÕêÕßÍŸO ¹páDÍSAKRù—ÌÌ ùvDDø‘£G ‚HLL1b¸šQ'ÓÒttZdeefff,Z Ñ  ‚Ô£GÛ·W±gUU•»»{NNö°aÃúõë½pAþ¥‹ºzºII‡`ÃúõçÎæ_ºØRO/!1QINYYù¤/¿Ú±c{NNöéÓéfff”@GGÇìì¬èè…Ë—Ç(Îu÷îÝÙsæ¦$'ÿžwÞÅÙyöœ¹T{uuuŸ>½wïÚµtéjÈýû÷¿›??%ùÐùÜÜïW¯šøÅÄ×ÊYkaÑnû¶¸èè…J~ºªª”QzwÑ ¡ã/žËȀ̌LWW×̬¬ÊÊÊû÷ïÛÙÙª÷žõÎaTƒÑØ!%TisætzÚÉuõutÐu`”3zÔ¨ýû÷‹ÅbØ7nìØ¥‚ HCÁ_oB>ttt\\\R.ºUäé驦§“£ãüù æÎ›çëãÛ³g5=AHHpvv¶µíLÝ àââR\R »víNNIáñ¸>âkñéå²ÐÏÏÆÆø|>ŸÏ¯¯¯¡¡}ÀËÓkÉ’¥Šýsssý…B33SˆŠú,(ø…bÚÚÚ^^^`kkW\ROŸVŒŒŒ|QmÔÔh"G}e¯¤j#„¼Ö]tCèØÚÚÞ¿_^UU•——÷í·ß¦§§s9\_¹|UÞ“£Þ9Œj4ÈØw™ª´ 400€áÆefd* aÔ.ÇÈÈÈ××/åðáž=z¤§Ÿ^£pÃk㢠‚%)‚¼`ÄðacÇŸ8ñ y ›Í&I’Ú¿üeð:äædŸ9{öhêÑu?üp*í¤*|þ‹Ot‡£¥%oK%Òììœ={öœ:•¦­­½iÓ¦¢¢[šhÈçóY,p8l‚ 4Âãñ^Ú¢†$éææš˜ð¾üÌèUõîb4„oŸƒIIúúúË–-ãò¸B¡æÞ{­s4TãI‰†j«JF9ŸO¿xñ’GE„‡ëèèà‚ ÈÛýì@ Ó¦N5JÞb``P[[ûìÙ38~šj,++çñxáá+bc ®H¥RêÇÐ% ÕÕk©¬¬4·°ÐÖÖ&I2%åð‹¯€ r„Bÿ̬¬¢¢"‰Dµµµêúøøddf–••@|üNU=ýý²³sòóó€ ˆ+“#‡®ªz!Œ^m¿ü²ñÒ¥K¯(ã/\¹r•Ð_¨­-Ðk©—’r8@4tŽæžÿR‚//¯³gÏRwÙîÙ»WTáééYUUµî‡uc®Ú7.…A^ ž%E>"8Δ)_¿rp¹ Ì ·¶¶653¥ ,\ÈasH’\±bU4Œ3ÚÃÓËØØèÄñãšÌ¿3~à Ázººí,äíŠr6¬ÿ鳨(‚ ¹ÎÎñæææjZZZ®ˆ ++«Í›6ªêijj²}[ÜäÉ_‹Äb‚ BCû:tëÖ9rÌÌL•Tµ¶¶V#„Ñ«#!!ÁÁÁᕚR(œ2ej€ý„·oÇ[[[k.P½säù÷žŒ´oß~öìYþ†††ÞÞ^mmMtPEdäÈ“ìí»4.A4‡U^^^[[[SS³eãÏ?nøåé“Çp$9)jìôòˆÛÖo€Rã±#)‘£Æ>¯ª¤÷OÚ¿/ {pkCCt]³§ªªjäÈÈ#G£+D]]½¶¶–/yVY¹rEl£E=&$¤Ï°aÃЫ‚h޶ŽNBüöƒ‡2-ì•gÓO…„EÀ½Ò’-›7‡õ §§§««‹gIù@iÙ²%Ö£`é²¥™™YÕÕÕÖÖÖ›6þÒ8!ÅÅѱ´´4hºAw–¤‚ ÍŠeK—¾¹KKË ¿ç¡3ygàãM‚ ‚ –¤‚ ‚ –¤Ò,!bõË÷{S¿ôØP ññ;=<½zöê›{>"¢ÕhdÜVIøÛ nÛ6W7÷ž½z7¡9¶vvÔ†‰©™Pøï‹{fÌœÕR¿ÕÕ«×áØ7ŒKSÅ—Nã\Ô䱓û¼¡Pi† ‚%)‚4‹’tõ•>›7oÞµ3>í䉮]íccc-\*•6¸¬Ù—˜°;íä‰&4G êwá%Izz:õ#CïÆ±MeH“;¤ÉJRZìA,I‘—èE‹êëëû††úâ6Ë–-÷õõsptÊË{ñÜFZZš@ —·w÷ à‚ÂBÅá³çÌ)ºU4ñ“ú†††„ô3gŽát9õõõæíæÎ›7dè°ß~Û?22ÒÏO(úϘ1SIϽ{÷º¹{xxz 4øÑ£GŠSGG/j*sÀ¨‘|{øðá{ö쀓'Óüýµ´´àÁƒö]_¼¤óæÍ›þPSS£¤<]Ê^3s‹èèE‘Ÿ~êëë'W‰nªáí,/^âããëåí]PX8vÜxg×ððˆºº:éèìâ:nü‘HD—sâÄ __??á­[·T¹H] £ «V¯þnþ|jÈ… (Ÿh;EŸSÐõ¤ ‘Ãõ¾RA,Iä=•¤  ‚Ô£GÛ·ªªª³³³¢£._÷ïßÿnþü”äCçss¿_½j⇯ˆµ°h·}[\êÑ£«V­R#\•œçÏŸ÷þmß^¶@G§EVVfffÆ¢EÑŠrîÞ½;{ÎÜ”ääßóλ8;Ïž3Wqêèè…MedffÈ·#"Â=JDbbâˆÃÕ¸ñdZš’òJšÈ©®®îÓ§÷î]»–.]B©ÄhªáUUUîîî99ÙÆ ëׯôÂù—.êêé&%€ ë×gœ;›ébK=½„ÄD%9ee哾üjÇŽí99Ù§O§›™™1ºHº@FFµÿ~±X [ãâÆ)üŽ‘&±Sô9ÐõdòZÔûŠn‚ ȇ¾ ùX¡¡}ÀËÓkÉ’¥‘‘ñôiÅÈÈÈåHMMã$«’Ãç󃂂ÀÉÑqþüsçÍóõñíÙ³‡âØÜÜ\¡ÐÌÌ¢¢> îñnÌÑÑÑqqqI9|¸èV‘§§§šžj”WB[[ÛËË lmíŠKJj@  éÎÎζ¶©{ \\\ŠKŠ`×®ÝÉ))<÷áÃG|->½ÚúùÙØØPnçóùõõõt)Â(n‚‘‘‘¯¯_ÊáÃ={ôHO?½FáîÕFÄŽ®gã@½¯èV ‚`IŠ  |>ŸÅb‡Ã&H’tssMLHxCɪäjÆ:äædŸ9{öhêÑu?üp*íä‡`ΈáÃÆŽ?qâò6›M’$µ-~ùëíš+Ïãñ^ÊaQ*5Ô"jƒÃáhi äÛR‰4;;gÏž=§N¥ikkoÚ´©¨èVã\$G•@F>Ÿ0~ñâ%>Š×ÑÑy—IËõ¾zó@ ‚¼ðÂ=Ò|¿oq¹ Qø WÂß? ;;'??‚¸RPÐ8ᯕSVVÎãñ"ÂÃWÄÆ\Q|ÚÉÇÇ'#3³¬¬âãwúûû¿3s¦M:*j”¼ÅÀÀ ¶¶öÙ³gp:ý´*å_«‰zë4.§²²ÒÜÂB[[›$É””Ãt‡…þ™YYEEE ‰jkk!PžžžUUUë~X7Váª}ƒb'‡®§z!Œi§Nzüø1. ‚|¸ŸÚè¤3fÌhO/cc£äC‡è{MMM¶o‹›<ùk‘XLDhh_‡nÝ!üÄñãêå,X¸Ãæ$¹bÅ ª–¢°´´\VVV›7m|gæp8œ)S¾Vªz,˜nmmmjfªFyEÛÕL¡Ê: ‡Ë Šß?pÐ`=]]‹vŒ!ذþ§Ï¢¢‚är8;wÆ›››7B *"#G8˜doßEëÔ`ffª¤§µµµ!Œiß̘¹~ýOB??\ù0a•——×ÖÖÖÔÔlÙøó~yúä1INŠ;½ƒ¼âã¶„õ ÔxìHJ䨱ϫ*éý“öï èÜÚÐ]‡¼3FÒgذaè A×¢­£“¿}Àà¡ô]UU•gÓO…„EÀ½Ò’-›7‡õ §§§««‹îATR\\ìîáù¼ºzРAè A·^¸GQ‰¥¥å…ßñÕž‚ oÒOÀŠŠ K«oC¸¥•Õ±Ô£R‰¤É*] ÒÌHtAqñBž—P"£+ЙùU¥Mu½^¹‚äñ ¢)ŸšÂ’iþG#:ý‰ÎD0&ù–¤‡ú‰@ä=ƒ¯ÊGšÿ§â?ccãN:ÛÚÚuìh3þ|¥½ì¿Ûw¸ººçä䄆†Q­[I2Ùª•«Þ…Lþ¤\êãã+ÿó›éß´h¡{õ¯¿4ÛTú«—S_Wgjjö¾Â·õ×­NNÎÁAÁ¸3›},4þÃÿ½X’"ȇþC átú©kWÿ:Ÿ›³}ûŽ?ÿü“ü/°qÓ¦„Ý»NJëjo¿rEì [H’”Éd«V­zCùË–/_¶l¹ú>Œþ¤\ W¯^%IR,§:eei©ùÔM¢¿&r•7üºuëÞ=‰§N¥}àÎlö±Ð<òŸã ?+ãRÿòûr¯çÄD¿/÷Æ¥þ…%)‚¼õ’”|qB„‹Ål6ÛÀ 5I’ÃGŒ ýœÇŽW__O’duuõð#}|}}ýü¦ó 5ôÄÉ“B¡¿‡§W@`÷+W H’¬««315[°pሑ‘Þ>>çÏŸ§zÒÖÕÕ™™[D/ZäåííáéuåJÁ˜1cœCÃÂjjk…Ë™5kvQQÑç_LìÒ·wŸ>³fÏVü\_¸0º®¾¾OHßAƒ‡¨RÒÔÌ|Μ¹T:Ë—Ç,_³<&fÙòå(II€áÇ%$&’$yâĉ€¾–I’÷ïßïÒÅžêrãÆ ¡ÐŸÑ±JúS¼Ö]t+É9~ü¸—··—··¯oQQ¥ÿ’¥K½}|ºvsGJNâž=.®nnî |øð¡šàª‰£yø,\ø¾œÉh]Õ$Œ‡Ý„•+W}ûíwÔßÿòI“AšQIªÉð­G §ðøn´Ï€î¶[ÿùæ“bIŠ ¯;K Ò·¯“³Kû®ãÆŽ577#IrÃúŸÎ;›颞žÞìÐÑÑÉÊÌÌÌÈXM’dyyùwß}—œ|è|nÎ÷«W}ñÅ”Àêêê>½{ïÞµsé’%òt$IVUU¹»¹çdg64¢_¿… ä_º¨««›t0I•pŠØØ ‹íÛâRYµrðjIº@ ¤=òÛ¾½ªä<þ<88è·}{êј˜å1111±Ë—Ç4ø,)@Dxø‘#Ge2YBBâˆáÃ_^¥¾(~`p¬¢þŠbÕ¸‹ÑÊrîÝ+ûߤ/wlßž“}:=ÝÔÔ”èèà˜•½Pé”ð;wfÏž“’œü{ÞyggçY³ç¨ ®úH1Ê‘‡/ZƒJè-9“n£ªB,T>tFŠúmÿo"‘ˆ:ý9vìØ& ‚|lgI¥2‚Å‚ 7He„X,}/Ÿ×øxòÑ‘šzÔÜ̬¢¢¢oh¨w÷îÝwíÚœ’Âãq>|Ä×–£ãüù æÎ›çëãÛ³gÈÈÈxú´bdd$%¤º¦†ÚÐÖÖöòò[[»â’ª‘.AHHpvv¶µílii ...Å%Ū„7Urø|~PP½LllLLì´©SçÏÿ–.] sçÎiм:::...)‡Ý*òôôTÓ“îXU¨q—*ËÉÌÌúùÙØØP¶óùüúúz@Ú¼<½–,YªØ?77×_(433€¨¨Ï‚‚{¨ ®úH©’óÞI7¤Aª¾ËX¨H7ÁÈÈÈ××/åðáž=z¤§Ÿ^óý÷Mù¨ d²ºziUµˆ$!Ã’Aš±Xùƒ±X,·hÑÂ×Ç÷dZ›ÍNHL<~,U[[{˯¿ÞºuK,›››Ÿ;{æÜ¹ŒÃ‡¯]·öXjªD"uqqÞ¯(Y"‘ðxÿn»»¹UUUýôÓúÑ£F5m ¤Ù_¸ÿõH¡ï¤=ŸïvŸ°Óm|¼®VM½¤ªºîyXG‹çøéf‡ÈMÝFntútãÏû/àYRy+_ Cúöe³9b±¸w¯^‘‘‘@’»wï6|„®n ss ê°ðÿíÝw`uþÿñÏ”ÝÍÆ$$ „@ H HB¯‚ÈQrzzúýžRN‚òýÞ÷ìz‚…½w0D8QŠ NÑ„´m3¿?݄֘Øì>à8;å3ïÙ°/æ=;9tøoÏ<£(Š®ësE‰ŽŽžÿÆ?ûËãv›MÓµôôôÛn»ÍýéXöÏž={xnðwˈߦ….„.¼n¼Âh]æ Œ‰qcÇvKî^§N•+–W>Ȳžxâñ+š_É?µu]—eyÊC]Z@º®(ÊSSŸ:lx||“˜z1¢‚Âêº^vüe÷RQ¹¼V¸\^xáù{'NÒ5MQÕ·ßz³AƒžgÊ=þØØØ9sž:l¸"..îÕW^.Ê.ýYù™òº²§ïÆóÒŸ õ†Ÿ‹Ëÿøü~•»GúlùòæÍ›_ö„^é‰Û[« J¾5Ĭ?.M|óÓ™üB›Íîê“t«Å¬ß¾P\úúGYèx†$åää-øçk/½úúÙ_Ï!V-ÿtÜÄû9a¸Þ{{Á€ÁCËÍ\»jŘñ/ä{.ÿéG¦ôìuó-·\vË+>ýxÌø‰¹¿üL‘}âÈßuNJþõL¥ ˜þã&÷éÓgĈ᜹ëÖ ZþÁf³}°xÑŸþü˜qwVY&½×?ùÖíû³5]躮隦 I’$IH’$SBº¹VÈ·‡~øî“G½îôµ—_:lxdTT¹ùÖÐÐÞ[8tÄHÏU ò·mÞÔwÀ !Ä©“Ù æÏ0xhxxxXXWIà¸þA=)f@ÊÎξgÌ6l8xð k¬$'Íétwx—%Iú¿Ȫ*IB! ©Ôî*¶;o²˜BCTI’„’$ÙNYÒívÛu'‘|êƒzRÌš'66vÇöm>©$'þW—7ùøôï¬:ètºt]×u-ÔbÔçö݇NG†[¿;üÃ…¢¡kº®+²4yxÇëó3B$ìÿ–Ï”“ú·šØï·[á;Lx;<Ôb 1}õþd÷K’$Ißü RŸˆoÚŒs)&'¨Ÿƒå? 5MÓ4Íétº¿ð§¹4“Iµ„˜-“®i%%%F•$IUUY–e¹ÚŸÑD$‘€Àþ$,Iív{II‰ÓéÔ.r©&SHˆÉb¶!Î;gÄPUU­V«Ùl6î.%’DR®6þþ£ÐýPA—KÓ4Wqq±, ›ÝU'ò¦ÒR»¢ÈEEE¡¡¡º.¥º~£=‘ÁåÃQ@pGÒòWgŒv¼qùÓáp8Žê½òÖ —KSy@§z&“ÉjµšL&EQTU½>·“IÈÎÕîA/,gc%¡T”‹¤B(²,›LºªšTU×´qé·èÞXÓ4Y–CCo  µZE1n'•Œ`K$®šF×ätï÷°¹Ófhh¨ªªNg¤®ëÆT³Ù¬(Šû+M|ã¸æC)€DZñÇ¡‘AßH\6ª^·g?I4LDLŠs“VË¢›Ý¥I%Né¼MúµDvjÔ†RÁœI/ÿå$÷Ó²+]çaIà?†!HÔÕ›DØ~üáðwÇ~8wVTíº±hß&§X-´K”ˆRÁúQX3> ‰¤deï%•$¡ë"µuí-ÏÓuBµØ [Ö®¬]wø]#Æ5Bœ8q|Ëæ-û¶ü+eð„ìóR^BQj ØH’T\T(UÃîuÍåÛççIàÿ4tûCý°Úá&³*ý¡~Xý(ËÖC¿RŸÀ`Rô¦‘öÍ«WÞÑùŽÞw¦¹ç'$4KHh¶aýÚ]«¥zðü÷N;}eJ Y­ùKnntt´Ï7ž——%I>K¥DR²²WI¿=y!>:ôö¦Ñv§¾ñë<Š0ê‡iG¿?\'ºNï;ÓìvûªU«fÍš%„8pàôéÓû¤õ=vìø±Ãû7hûÝÉBÊå«R{¾J©£ÈJ«Vm²23;'%Õ®]ÛW¿I×õ3gÎdeîIl—h²˜ˆ¤@•~lÜÓ-bÃB-ê7Ù¾9Yسõ-[œ¡>¡Vˆþñ##î!„X¹råÎ;ýõW!ÄÂ… …©©©Ë—¯èݺӷÙ(—¯Jí¥ü+’ªJã&4͵ÿË}ùçó5Í7í Y–£¢¢Û%ÆÄÔµZ‰¤@U"éoÓßd !’[Þ’W’WBq†EçÏ1njœ3gNnn®û¥5kÖddd4Œk”—›S;ÜÌ Ä>,µW”ð7&“¹i³¦± :~ÉI’d“Åjµ á³o4IÈlvg¹9›¾ú…²»Kºüß²’¤È^Þ Ô@ÀS“z“©Œ“S…ÆC ‚A¡MÔŠª}âÄñ„„fýúõ3úõ†~ýú !N?]7&¿ØÁûÁ‡¥öº¥@$¼àŠƒ3Eâ–˜„-›7'$4›>}ºbåÊ•âÒ×›„[·lnÙæöy%¼|Xj¯ PjDRÀ .ÕƒÓôq-íúxýúµii}322222ܯnX·¶   mûN‹¶eó~ðm©Ë½J©I"iðr8Åñ|©Kß±û6.=öÓ±^½z]|~ûñã[7o*¸paÔØû¶xàë³gÏú0FFFÞÖªMã&M&~{P4îAËérfŸÈÞûEVÏÞw6jÔXQßlÖé8vìØö-[tÍß,AU|“J‰¤dsÇ·¡€€÷þ»ûöÖêý“šY-ª® ]×5]èB×5]B×t¡ëšš¦–Ø_ÿ(‹H ßsØ¥vç¦}Ç]º›$I’„’$ I’„,&Åaw^Ÿ!I–Óép:ËÇJIÒ÷~Ÿj5K’¤ ! I¡KBèFº.„œ.§,év»H €«g´æËÍŸÞâUNã"©vé&Òò÷•*²4yxÇëóí(")@@‡RL9©«‰ýn«ÊÊ’$Ip´üURMÓ4Ms:Æ|¯‰Ó}W©ªª²,Ërµ?ÉžH СÔ#’Úíö’’w*õÊÈ£V«Õl6 •H €« ¤¿ÏîïØkš®ëZÅ‘TÖË ’àª#iùÖ¼ûò§Å¢U~•T–eUU¯Ïí¤DR€@¥¢\$B‘eÙdªÊÊŸUJ$Àµ%Ò ¿ÀT¥ ð{\s"ÕýœDR€Î¤5#’Êœ)øƒÛ·††ÞTvø"‘ ½zøvœ\%…_Hë; Ü¸F’$JÕð {]sùöùùDRø…ââ¢ràóh­ÈÈ_rs£££}¾ñ¼¼¼¨¨(IòY*¥q¿@ãßRd¥U«6Y™™¹¹¹š¦ùª_¯iZnnîžÌ=Í[´0YL¾-WIáhÜàãHª*›4Ò4×þ/÷åŸÏ×4Í'›•e9***±]bLLýP«•HŠ€BãŸ3™ÌM›5mØÐépøð I’$›,¦P«UÉWÛ$’Â/ìܾ5­ï€ââ"c‚‚à›¨§˜Ô›Lþ?Nî%…_ q@PGgJ@ã€`ÆURø¾q‘¸ÁhÜÌhÜÃ/и ˜q•~Æ=DRà£q@0£q¿@ã€`ÆURø÷IŒÆ=ÁŒÆ=ü{‚WIáhÜ@$n0÷3÷ð 4îf\%…_ q‘¸ÁhÜÌhÜÃ/и ˜q•~Æ=DRà£q@0£q¿@ã€`ÆURø÷IŒÆ=ÁŒÆ=ü{‚WIáhÜ@$n0÷3÷ð 4îf\%…_ q‘¸ÁhÜÌhÜÃ/и ˜q•~Æ=DRà£q@0£q¿@ã€`ÆURø÷IŒÆ=ÁŒÆ=ü{‚WIáhÜ@$n0÷3÷ð 4îf\%…_ q‘¸ÁhÜÌhÜÃ/и ˜q•DRI")ˆ¤‘DR€H ")@$‘ ’€H I@$ˆ¤ ’DRI")ˆ¤‘DR€H ")@$‘ ’€H I@$ˆ¤ ’DRI")ˆ¤‘DR€H ")@$‘ ’€H I@$ˆ¤ ’DRI")ˆ¤‘DR€H ")@$‘ ’€H I@$ˆ¤ ’€HJ @$‘ ’€H I@$ˆ¤ ’DRI")ˆ¤‘DR€H ")@$‘ ’€H I@$ˆ¤ ’DRI")ˆ¤‘DR€H ")@$‘ ’€H I@$ˆ¤ ’DRI")ˆ¤‘DR€H ")@$‘ ’€H I@$ˆ¤ ’DRI")ˆ¤‘DR€H ")ˆ¤‘ÁL¥`ï¿û6E€H Ü0ƒ†§Ô4î@$‘ ’€H I@$ˆ¤ ’DRI")ˆ¤Àu¢R6[i©Ín«|I’Â#j ]§\Ijˆ¤vÛ¿÷îÍÌÜ]ÑŠ¢têÔeàa ò)DR ZdeeΜbµ–›îܹåË—ß=jÔœ¿==pÈ0¯ëÖ‹©ß,!açÎÆÿ>ñ_ÿ=þü=™™-[¶ð\XÓ´<ÿü?îuS¥¥¥ Íþp2ûg€r¸—OÓ4Ï:~Üx÷œüüü±±V«U×õ+V^üžª !‡"9¹ûÎ]»Ž9"„°ÙlÅÅÅ•ïÂsy¯»8}:Çd2 8pÞsÏû¬qãÆU\åçœÓåæü{ß^cbé’%žË?;wî³sçÓéééééée_u?”4::úë¯ö—[×syÏ]ôéÓ§OŸ>åf¦¦¦¦¦¦r~DRÀɲ\RRbµZTš––VöÕââbEQ¨DR uñ·§+z¾¢(]ºt¥JIêQ+ràaý¾P7»ÍF­ ’ÕC×/äSü‘DR€H ")@$‘ ’—}ËÊrˆ5„:à‡Eq8²|Å “HŠ&¢VdII‰Él’d‰jàWyT5™>}*¢Vä•®ËooB Ó¼EË}Y{:vî]/FUyà/Ç©ìãûö~‘˜ØžHŠS¿¾âëý_äçkšFAð²,GÔª•˜Ø¾^ý")‚"•ÁHœ¥ ’€H IÀt]—$‰HŠõO%Y...¢ Íå2>≤¨1""j8öSii‰¦ëT€M×u§ÓY\RRTXQËë2< þ¨Ù­·:p E«VT€Íè×üúëÖmÚ\Y$}ïíT7Jí:u[µióÃ÷ß_(àyøÔx²,‡GÔjݦÍ-uê^A$mÚ¬µÃuóí7‡¼Îº9*êæ(êÀµhѲ•ÿÒ{$휔ÌùùçÏÕÔHZ#†€«PQ²*ªéš+_o.×Ò¯¦ —DR€àâ‡ýpžK ")ˆ¤Uqèðáž=S;t¼ã®‘#Ïž={=‡¨ëúÀƒrss=_r8}ÒÒ +Z÷¯O>Õ¦mâ-µëx]½*4M{þùÜÿ[¿~ƒš5~O‹¿ŸÔµ[ß~ýöìÉ:lxUŽëZÁŸ]ÅɽŠ7€ÛO?ý”’Ò÷K\‘ôþû˜:mê¾½_tìÐqÆÓ3¯çW¯^ݼyóºu½|Á‚7+ZwÈÁ7¬ ½–ÔòçŸwÿïªU+kÊøN§×ùo¾ùæ» ßY»fÍm·µœ›1§ºáŠÆvÕÊn°ê/wr€_GÒ£GæççßÙ»·bìØ?®^½ºì«6›­I|Ó9ÝSRº%w?tøðLîxG§!C‡•””!6mڜګw·äîwöI;tø°±J£ÆMžyfθñRRz|ñÅ^!Dnnnb»Ûm9r$µWoczñâ÷‡ "„(**;n|={öLýï¿>ém‹/®hä]:wŽŽŽ®èÕ±ãÆ§öêÝñŽN“'?h³Û™6nìž’Ò=%¥GžÿùÏžyfNiié AƒG¾G1`À@c±—-ëÜ%)©k·‘£F9s¦¢ƒª¾ñ»ûë“OÝÿié}÷ìÉ2f6n?}ƌѣïY·nç §N›väèÑ)zxРÁš:mz¹Ízž¬«;ÏÚ–›×¹•; ^ße7øÙòå•oÜëÙ)wr ÿøÇó3gÎ2¦÷íÛç~–ãYÛŠÞQ‹-îСcZzßŋ߯¼Î^—€HzÑÉ“'ccc阘˜âââóçÏ—]    C‡;¶o¿ë®Ç Ÿ>}úÞ/²Â–/_þË/¿Ìœ5ë“?ÚµsÇÿÌ{nÊCSŒU ûôéóÞ» gÏžõܼy•ì=sÏžv‰‰Æ§øM¡¡Û¶mݺuȨ̈g¯Ö­[×ér:uê*þ¥_زyÓÞ/²ÂÃ×.]*„ÈÉÉyøáGÞ~ë­Û·oذ>&&fÆŒé!!!+V,_²ä÷ŠÇŸ˜6mú§Ÿ|üùî]‰‰‰S§N«ä ªoü………}î¼sÁ‚ù¯¾òòät¹\Bˆ .¤öL]²äƒÖ­ÛxrnFFllì› ¬X±ü¹çž+·ÁŠNÖU‚gmËŽ­cÇŽ^wdð< UÀ½Á\vãžgÇëÉ7nìÇŸ|b·Û…ï,|÷Þ <÷[ÑÀó¨?1'#cݺµë×­ÍÏϯ¤Î^— Høæ!P‹%=-MÑ.1ñÖ[o‹k(„¸½]»ìì“;vî<{öì¸qã%‹ŠŠŒ «ÕÚ©ÓBˆæÍ›gggW’º\.—ѹnӶͬٳ¦Ï˜‘Ô¥K¯Þ¿]»ª[·nNNNƒW|“ßK–¬\¹Ê¤ª¹yyf‹Y±s×®nݺ&$$!Ìf³ÙlöÚÎÊÚÓ­[W#*ýqÌû¤¥UtPÕ:~“ÉÔ³g!DBB‚ÅbùñÇãââÌf³1³¢AVÂëɺºCð¬­QRcl½+ žg¡¢{UÝ¬ÊÆ«ø–«]»vפ¤U«W÷JMݲeËÿþϼª¿<:+kO””Úµk !î¹gôÞ½{+¡×% ’þ&66öäÉ“î+X¡¡¡‘‘‘å"©1¡(Š%ä⴬ȧC×õöíÛ/^ôžgœº¸˜,ëšvqB×™v»Ã½e‡Ã¡ëº$IM7Þ±}ûöíÛ׬]ûÒ˯¬[»ÆXÆf+µ„„\鑞™ùá¿>\·n­Õj]°àÍ#G^{5=ªúÆ/„Ð4MÓ4Y–…NçÅŠ…„„H’tuã÷z²®â*ª­{l½+*âõ½Qî`/»qϳS‘I“&ÍÉÈÈËÍ8`@Õoä­è¨ÕKûuOT4BÏ%›Ö¯2|daáïŸõUÙDBBBxxøÆM›„‹-îׯ_Õwß=9933󫯾2"ÔÁCþ«ÈÈH÷-[·muLjÆ;~ÜHÃf³yÀ€s32>þêYùɺ¢C¨¤¶UWxž¯ïkËy=¹Bˆ;îèx¡ à¥—_žà­k_Qm½u§N33?·ÙlBˆ ë7T2B¯K0† YÉ«UmÜ/X0ÿ‘‡yê©©5zãV}÷õêÕ{sÁüG}Ìf·kšÖ¯oßÖ­ZU”¦M›:dÈÐø¦ñeoì߯߶mÛšL˜pèðáÙ³ÿ¦È².ôgŸk䉽{÷uìÐ!$$D±téÒÖmZ—Ýæ_þòø†KJJzôLmÙ²åGË>t¿Ô35uÑâ÷GŽVöNÙ—^zq½5MSUeá;ïÄÇÇ?.©k·ºu묾”3ââfdÌ> endobj 103 0 obj << /D [100 0 R /XYZ 56.693 759.068 null] >> endobj 104 0 obj << /D [100 0 R /XYZ 56.693 731.272 null] >> endobj 105 0 obj << /D [100 0 R /XYZ 56.693 731.272 null] >> endobj 106 0 obj << /D [100 0 R /XYZ 56.693 703.918 null] >> endobj 107 0 obj << /D [100 0 R /XYZ 56.693 591.107 null] >> endobj 108 0 obj << /D [100 0 R /XYZ 56.693 564.594 null] >> endobj 109 0 obj << /D [100 0 R /XYZ 56.693 161.005 null] >> endobj 110 0 obj << /D [100 0 R /XYZ 56.693 141.135 null] >> endobj 99 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R /F73 59 0 R >> /XObject << /Im8 98 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 116 0 obj << /Length 2425 /Filter /FlateDecode >> stream xÚ¥YÝsÜ6÷_¡ÇõW¦DRíC皤wéL:׉;÷w:ôJuÕÑJi•Ö÷×@€\J«uêÆ?@Aଈ#ýëêÛ»«Ûït•q™¥Yt÷k”¥q–GERÆRÑ]}ؼ3ÝdÚëmªÅ¦ª¹1“šÞÒ·5ôýw= fßÔÝÑ\ÿ|÷=lµM’¸Ôš:ò]ßÝ ‘>NƒÙ5÷2“Ý’ÝH ³Û5}W~z…éf:6í4âÈ”FÈ”I”I T¡`…¥,€M^lné#pÁÕ›»«W Pˆ(‰tg¥Œò2‰3‘F»ýÕ‡ŸETÁ쫲ˆþ°”ûH'"Neí6zõ㕸¨WÇS•q"²@iºÙ™ —ÊMÝÖ{ÐZOãUýà(¦ý¡mêØ»b ìGš:ã–ЩWö]ÕxíYŠ–ÇæÐñ}ªå³{¥§½$îuŸæ’ÆŸèÓ1§ \º¦{Ä#®ÚZxœÎ[Öƒ3Ï:ÌÏ{®y\JI\ß7l8ÌÜ —,PõŠ0½›¥;‘=SûÊ™¨·Õ¹Â-k4ò®ÒÞ¶ívn~œNF¾²ßÈ{íûñ8˜á^ªdUäW“é*X#­lôí~¯Íuª7Ÿ®Sè¨*£™“îežRά¯½ùóh_½díàÊ–†Ú¹á!xynýI~x0£±jBuGƒ]¿ŠÚ1vLöÃÒv´øÒ\Ûk†äîÓj5mâñq¤žÝhß™ªc"r:Ã6Ùa²¢3Zmæd^gØYê,ð”ɦ¯õÆ á¹x«ÐæPxMj’9&›ßÀ‘^Ã"ò¥d?‰ÕõŠÎ,ÏkžŒÎÙk>õšÍl¡y¶h÷dBKþ%‡ xÕd_óËÜË4³'>†©æÆ¡psÙž?à “}ÊŽ;•s3¢‰`\p=JÒXiÁ|\ >² ù°ÕB8©ÌüH8Ö‡ îfåh¡æûÌb„¶<2QÄEVb¨Âa'²àÿCýúld‚(Wf °€›VV²ÿLíXS$Ít@›ªXä¥ ¤o»±ŽpÑrC¦2üà Yêƒå:SËC¤kæ ìÄJ€¤:õ§Á@æXÀ_A$A›&³XÓŒkÀðíÛ}½îAþ=ë­ã½ ˜Ÿ«%•Eœ*5× > ¶'û,¨¬ßòsöŒæ3—«Ë4.ÓâK.YÉB¼©šcýëu@’ 5Áˆ÷QЮyÌ*¾^!DÇ­C_Y×K½i´­Öú&ÜFëUkòâvã}_ÝK­y Ptî<|¼2‘±Ì 8}œ+vaÿX‘<PD ÷€sÿìð®J²¿¹ÈYœ¸ÆçàÛ_ŠÊáù .øò+Èt«,Ò)€ð”Áwºê¼ßâ: È ²ΙŸTð컊O¼Ö}üDl–‚ËÖx)WßÊ<#è—ë“ÿµ£Ï¦ÂÔ›¯ívHê·Ãa‹ áËÇy«ã•?ôŽé*—Ðqø`å¾÷<ÕZî¹GŽIðVÒÕƒ_z´ëx8GpHÊÚB`+E>ï¯ëCm©,DL —:`ã±Þêô‡z0 Ĉà ‰Ø-Í7øÒ(>"x„sÔŽ3}ÉB£eæ;36­ë8ªOÈ¡ôÚ» u†©Wä…)ñ*Ø Ã¶;shަmþ7'%²·ø”æ„BªU}Þ -zçÑ¡“<Mt‰Š”Ô€M²¿¾²<YÀõä‹<§Ô”.”jqòš„äÌš&4[×pqn¤u´^£šÆ¦‚kì_èƒq1™a.ü=Óå ‘µ|*{‰–MóØñ%…Ÿ±Ï¾.àdÅsfØýÖÌÑÁÂϺ;aOv»o~±‹>õ+H,#ÃN÷óYbv*`ÐO†ÍÊž%xeíÝí»æ—^ÞR­t´î…ÁËáÈ¡Cz3z 2Îá¦!=à+›ø8ø8ÔU aoß`7Gþ­sŸü4}oߴƧ;,íO]óççíVE,ÔÙ­,r<åÂpUJ†§°3žÛ.Œ“ÁB#4Ø`ÝÌ`Õ_¤’Öp!_t¶ #†òwÕví†ô% Åf¶Îø³rx•r‰ }õê—[ïÓ »ÿˆcP‚W6äDIิã~nÇûéÉmÿ€q*¨D´ý*øƒWZ/GxƒnOX¤ RñÙc Î¯¦-`‚ÀìÑI*Kæï[‘x*ÉPG©e$…)na¶æ1«<è{tKt5žJaL=ÒøÑðò±áâšÝЪßZµ+Ý -ï÷D3˜Qºüs–¨JÌ™´·‹÷Óa-KMe¬²ÜRŽm'¾v«±÷’8é.e­\äE •Ù$­‰8ËZ™÷6`~îwü%`”ŽÆ‰•¸Ë†]DÂE˜Ô¡” ,ÖtÔÂÓ¢OJUBDa^”b;dÅu2ä}Êç}Ší¾#r±ï–°©­íp)£É *•þ if"€ÆØA¬Š_ƪØtÅè­ã°µ+çIѬ~$·I‘ Ó—­n¯¬¥bËaÁ '7)|©SàÛ¬÷‡;TTFaË’ó ;(ↆjëj,§;âºkÁÎŞÌ3f\„}N…YA÷v:-)‡dža šÖ/ ‡s7:À£=Å5p~ã²tàÊ ¾ð=É‹d] éÇ£@°óø<ƒƒÜo#”Ógáã< ÇôŒ‡Þ½}÷fåÆ…Í d¦]òT[·*s°3±¡c6~'ú†e|삼˜¤0̶«Ã´Âà×åø0àÎM{¶€*?Q…o»oXðÆ…o^Ò¹¥ô}Dk<ÿ¼¿çãWxe†±2´ö>} j™ûQKg³_Z4ǦŒo?;û¥Å&Œ†hƒ SN›41‘K¯3«¢¯‰þiqº ÊÔÚRHƒup…|æPv¶uÊP—5±~œÿ~4®ü¼à3u³šóŸä•úªÛ©`€Í æ³²,í×ûrš{Gt Ç„ûw×RoØ”˜ëò òJ >¨®Ç¦[VøÜ¯^ Çóßp‡\.ý¶ú{Äq~Âçp9E@%bA¥î—þ*ûPr Î endstream endobj 115 0 obj << /Type /Page /Contents 116 0 R /Resources 114 0 R /MediaBox [0 0 595.276 841.89] /Parent 122 0 R >> endobj 111 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 123 0 R /Length 488 /Filter /FlateDecode >> stream xÚ”YoÚ@FÿsÕ¦Í[VÔQv’—4U³U †¼§` ¤¼ðÌx¯ðmè%ÓZ(v¥˜«ó`¿{flË7 |Ë2~>ôz÷T@‹©ëïQÛ*r²,ºŽóz $qXÌgmËÕ£"/—˧”-ÐØí½nœO4~çðDpñk£r(mÞñ‘áwúŠ ŽC·ÀdöÞn½!„$hd t±XÄ#®vÍÂýÇ`3}6Ä !•B‰ÛŽ ö|>_kD*RAhqõj.ŸÚÂj Àh=iÛVdX7fö¡¨Õ9QV¹ë£ãJå¸ ¼ß~·ž¤ÿÎ`šÆlÎfSFæãa±T(UŠW«Öoj•£Rù™Û[Q ÿ5zÓiÈI–WðüíçÓ“Ó/' þ–­(ŠÅxÃÌ`èZøq$I<;ÿzquÏ’@h º®yžëûÞ Dqpqyvõír0èÇïêdÌ šF\׉#ŠÃÝý½ƒ~ÿ‡—˜ŒG­•¡«ìPÛuè `1"~f Áoƒ"-#EfŒTË46@‘%0°ùg€oš hyèÝ·[M¸€)×í´¥á ÐR.ät„¾BVÍ»éõÀî©0iÿ¡Áe endstream endobj 123 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 74 /Filter /FlateDecode >> stream xÚíŽk ƒ÷'{xÿóö¥±#D Ó-qÎÏë o \¸wzŸyòý¬%æuËBƒ²FY“\½&^Þ˜{ô–O²mfã{ endstream endobj 112 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 124 0 R /Length 378 /Filter /FlateDecode >> stream xÚ”ËNÂ@†ßÚ [ñ%ÄÒ‚`t!—= HK‰:åÒé}fz£+Pðà`Ó… Ú?_šIsÎ×Ó4=Iù¾û1SÕ©\hñ'ŽBJ|Q¨#´»ˆ¶˜7î‰ïj©£ãñx(hFE~Wœ‡RÆ·AÞ_¥Â( ™á»x2c´Ü 43PºßïK7Ð_C‰’Èn·ËîcŒ lpNÇ|Lœ¯$ÄÏ ysµvÛéµ;Ý×n¯ýüòÔlI­Ç3•ë«|%ý›ÁóÜ4MÒtË©ÝU¢Ð¸ŠRClžš"\+7WY`YæÙà:Io· éBÿ£/QV˜&æ×±ã8*Ænp; ƒ( ‹blÖÜ`ÛV°lÖ«ñÉ Ø–É( -Êz¥sƒebøÍaQe¥#n0±á{n t¤ï7˜¾i! e¦N'ã`Ë)òD›Z$¡îØV… „e5öa¤Ë§[Ø€MûRëÊ endstream endobj 124 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 69 /Filter /FlateDecode >> stream xÚûÿ wÀ@EàÀe°B¨ Er`‘]Ïzž~9¿ƒƒU|µ˜fŠïòXöå[‰û.‘Y@õ £€*v‹õq endstream endobj 117 0 obj << /D [115 0 R /XYZ 56.693 815.761 null] >> endobj 118 0 obj << /D [115 0 R /XYZ 56.693 647.323 null] >> endobj 119 0 obj << /D [115 0 R /XYZ 56.693 542.566 null] >> endobj 120 0 obj << /D [115 0 R /XYZ 56.693 255.759 null] >> endobj 121 0 obj << /D [115 0 R /XYZ 56.693 229.964 null] >> endobj 114 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F65 39 0 R /F54 15 0 R /F75 79 0 R >> /XObject << /Im9 111 0 R /Im10 112 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 127 0 obj << /Length 1428 /Filter /FlateDecode >> stream xÚ¥WKsÛ6¾ëWð(ÍX0AðøØÄiÝi:ÉÄ7;HD\v(Ræ#­ÿ}ØJtÒ6:ˆÀb±Àî~û@=Eqôóê§ûÕõ»ŒGŠ©<É£û/Qž°¼ˆ$WL¤2º/£‡õ{ÝŒºÞl“,^—†c?ê®j=¿µÆï/¦ëô¡2Í 7Ÿï…£¶œ3•e(гïÛæ1Ž“§±ÓûêQä¢9×ã@ï÷UÛ˜~Z^ú»‡ª{»:%‘rauJ%(%SØá8ˆ)äú?±Ý°º½_=¯8pIJœåJD…â,“hX=|Ž£ÖàT–*ýå8QÆc–ˆÆuôiõq“]ÿí÷ìÄ4³Ëžø¼ŠY‘¥Iî8±[Ì‹œen*ÔD¾¾;p½má"_=jKgmƒÃ À Å@p*Kóíöy÷húAƒ»¸ž» ÜYV¡£vº×¥÷¡!çÕ±%Òû»÷·ÎúþŽgX”ŒgÑ6QL WxWY°àîâ¿o~øXÿ@üS^D[‘°8%dÝZ…XwF×U©Ë+;M @Ÿë +;½ák˜àï$wGìÍ$¥ºñ™S˜Z\ƒºÃûU’Yz‰“p™_왓L”fç×Çñ®º¥hrñžóõÁ4NjÛk<Â.¤¿ ÍÊkZ$‘\y¹Ž¥©š'ÚÊpùÆgkíܳçÑ c?"Á»O–lˆqlHº­J=´¸>´ Ð mÚ.÷ ŒÖÓÖ™§òT,àD¥j²k*Ó®ˆÚ¢waˆ8€å¹t»bý5ñYû4ÈÙ›i_EÊ-¨ˆçˆf±Â`#ÒFg`'—ê–¸MmÀ?ƒŸö0w‰R(n×¥kÒG  óv¹ :]Èéœyä‡ì°_d%AQú`)΃ERE]F!JexVñÊY„K˜¼à§ùö “3Ýs_›êSÂÀÑr—ëv>ÛM³3{©S‚Rç§Š  ÷×·…”T`ê…ŠJ¾ Ф¿‘»q{T†µó"+—ÆÝÆ‚îÊçÈ¡mö~ÝÅ!Ý…óz:ëÐBºÒð\eJÕoF KQ(‡Bûmwš¡Ú$Ùúë&‰×´ê"ìµée5˜ÿ‚ÌËûŸì€éÁ1U $€Ó–ù K‘7í}+Ó™S¼ ¦ÒÂÇ»ï#ÊóÈ]0= Âü€yþI¬šÐO¹Ù\¥,O¥GìS7Ûë~ܹÁÀ¥›æžýñé­1‹sõ^Éÿ·B endstream endobj 126 0 obj << /Type /Page /Contents 127 0 R /Resources 125 0 R /MediaBox [0 0 595.276 841.89] /Parent 122 0 R >> endobj 113 0 obj << /Type /XObject /Subtype /Image /Width 902 /Height 528 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 45222 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 902 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|Õ¹÷Ÿ3e{Óîª÷nK¶å^ä^ÁŘbÒH ”p¹À}S!¡HHn„ ¦CÀ¦Ä¸7\dl¹ÈVµzÝ]iµ}êyÿi½V±¥•ŒÛù☙ÓËüæ9e,ËÀ0 ê…¢¨>B@ @ D Æc,ËrŸ¿ !$Š¢ru0”[IV@ ¢ l÷ !¤ˆNI’dY–ú)`I†@ ¢Ð£Š$¥û¡(L!¤èQI’Ä3é¯JIž@ ¢¤‘z”9`(Š ëQ!‚»ÿÉA@ Â(òÂÃk†aY–eYÅè©\g(Š’eYÑ£<Ïó<÷ïß×Äæß÷Àƒ$×@ £È/ÞÙrT<{ßòð8¼riµÚöövEŒrw÷ïß¿ç®ï@kgÄ §yÛÿz+¶Ê"/ ¼,rÚØŒÄEÄäÏ!yJ pÑâꈒ|–š²™uß°+»Iõµ§îY¦ÑhÔjµZ­V©TH¯×755qÇqÜž|÷ž»¾ßìô€Äù[vüݱ÷ÿfOÌ™;1Mk²²*5P³ÓóÎú®ÎÿÁ›kŠ( ¢(š&O pñèÑNÿDÉ–³ÜS0m±Õ¤Ô—ߘ+‡ÛÿÕÖ OݳL«Õ*´g.©2p¯‰Íc8ø»¹ f<ô³;b4b}“ÃÕá››ÒáÅ…OÌXx¨äÀËÏ-§|¿êä¡Ü‰sf¯ü!){@ „‹.OÐéö•½uñòòSc¼§¢±kË™²bLÚoØhbó9Ž /xBf³¹²²2 þðÿ¸õλý!A¹ïðã“^|ü^,É”êDSHîp·sßa‹Ù8mbáù˨œŒÔÌôdض§D–åÅsgŒVœG+þ]ÝÞƒ¥e•ž’‘ra³c\רÚÒÞ r MÇXŒ…yÙ Ë Ë“¨+ØÅP£¶î.‘$©ÏÅ© cÌÆsº=¯Uš@¸øéèò•ìü|ÞÒ묆³Üv´ºµüë­Óæ­ˆ‹1DºÚWrø,®²²st•`5|¼qËÐ s“b ¹ÍQZV•ž³rþ¤ {k#]@›Ë{`Ó»OýôzN§ÕjO¯¸w‚ÊÊ` JŒÁž"G3êøÚÿ>ñUJ^lk«ËUUòõ¾\üÃÇç.^êéhDqÙ"Šp…éQؾçÀ'O¯€£5íϽspü˜œÊªêŸZÚ}¤áÿ6UŽ›sN¹hÂÿ|…Å 9~Êa7kl†ÕÿóÁ왓#EƒòM‹>Ïþ‰™F(­mŽN•Fúg?Q^ñÉÓkNÖ9ŸzëÀÔ¢‚ó”Qonú—-`1ΪGùóW¥ „K !H°$ùló;ã¬Ær !EÅ…]ÀÿûÚÜ÷ÜúÁ\}¼q×Ãß^¨Ó0Ï¿¹S–1TÖÔýÏ÷™ôê?°/.!5ÒUA”G{V܇%©Ü{Ÿ!wÁ±'çÏ!€«7ªº«´,sªÅkÖ«jš½‘m;ºmRAþ3oïN)¸6sül™HRÂ&IÃLÈŽ7ª©šúæ«gf…ÕàèÉê‡kÚ¤qFƒ®«ËsøxyJb\^NFØayMÝO~z•Å ùÝë»Û:}“ózUbbÇ _•” zFítuæ5¶´»»½²,©Uêì¬ÔêºÆ'î¼>ØúQs[Ǭ©E§#&ュ'Á Œ±JŦ&%¤¥$€³Ó][ßäóišJOI¬©o ûÐÔÚ‘hùpûI‡;k“1îpvÕ54ùƒ!†fâl9™©ùœª4œQœ iÕìusòÞÚ|<üë¡£'ûÄvïÉSZøäé5‡*Z_üðQE}òôšÃ•m¿ymWŸT‡ã¼çø^–:­qÛ[ú;éƒR††»¯ÎÆu_oëpÅõª@YÆnwWñø¹®îÀÑꎅS2²’L]n¯Ïç?Ygµ'665¯Ïo3г'¤züÜÏ^Ùl¶X OvUŒÍv8»Œ0” ÝÜ`L’äÉYæ_ßq$ãÿì«~é'sŽŸr<µn¿ÕÀôϺß?D#)²BþúŸ;žøÁœÈRûô«¯+¨kTFjÒî“Í>`|ºyÚØ¤ºV÷;ªT,[fºÿ¦a¯þ½«<&ÆÜ/Oª™+°,IJ¸B­¤C•¤)Í„:sä¾çÖ÷¹3ÒtÚßÕ˜¼ÌçßÜùÐÚy6“ögßž¬F­Ë|þÍcò2û¸Š°MôÐc%•{íºa骲e§Ýñø/ý?w­ªwáíëš;}òŒÅ™Kª)ËLÄcFªˆ¦M›¶çXÝÆ×ÿçš»ÿHjá ”¤¼ í>Ú°tZVS‡Ç¤W¿¿õÄ÷¯™:æ“Ý•sŠÒ®ž™óÏÏŽüpÕDøò@MB\²ÒÊ2R“Ö}yüÁ[fX šßÝ/Jò®d1hÂAd'Ç4uxþ¹ápAfì´±Iïn.;QïL3³¬úïë?¼¶þøþAÆ9™©ŠŸƒÍfÙ}¤©¶µ !X³¸ð»+'yq£Ä…»kYH×}y,À‰:Í™>DlÛ!É2þ‡o_Òå ýõ“C3 ’¯››/Jòg_U@z‚yÇáúf‡wõ¢‚›ŒyýËŠ±yYa·^¯ßÕå–a’{ÍTáŒòøC­×ÎÍÛ°§2ìd€ØVmT:«>†-nÐ8GÞˆ²ÎÇó3Š’ÎÈF•:äòŸªoR"¬V«&ç%êµì—%5GªÚNÉX0)ãƒ5F5>Y÷×õGgKè”rt{|cÓlp´ºÕè” ¸éiI>¿ !ñOVÁ´”ðýk&uyƒïl.›[”Þ'Ëú™qŸ ɉh÷‘ÆÚVwD©µŸ•žšÔîì豘¨U*«ž~øöâ>^í9Ú4˜ÿJ쉕”p%[Iå³ÜŸÓJºtþéIÿ›vì?»«8»Ëøù7vüìÛócŒZèôŸsGfzZœÝê ðZI•ÝIeYîù hx\ŸNÏ%™ý#xð©uµxõ‚y6 {¬´T¬ÓËOI íoö-ÑÙ³rÍŠ<øð¯#WŽ$€/öV_;'ÿ{×L,¯wžjq÷´UšnrúËë]ó&¦½ñŸ£³Æ¥T7u¶u…â“UJcÑéõ_—Ö†8 °çh#FhíUã!b‚œÓxéƒv«-%ÆÃü1 §d$Ç™ª›:Vµvyƒ’$ÀžcMy9³QñS–eO·'Ñž¸²8G¯eYšRžúñ6E¡ »*7n¶ÇXdÌ54¶…}ˆœ1)â´±‰¡Ï÷Vï=Ùq¤ªý¯cVÎ(HVðMžwUÚLšÕ‹ b-úPˆ 7|ŸÏ¯†Ð¼B;øBBé©Ö„„¸>õî–²…S2n\06|eÀØÖ¶ºŽìHiš9T9pœ1Æ(âú; ]gãÁ£ ɶ´ž¹¿î§k¦@y³Õå „„9Rÿ±¡tÑ‚üó‘u¢$õ‰Ï¡c™YÙJ~J‘‚[ƽ™Œή9C B’å²:×€¬(7¾ØW³çx{Ucç ÷/€°Ù¢OÖÉÓèt…LILòz‰ö´•Ź‘¥¶£´atkTϳJ<Žã§MÍêï/Hƒù¯T òx"\ÉVREžóf¥™Pý¦‰ŸÅyWÞäE@§­0y1ìOØÕéNF–• ó¥Å†ûñ>ÖTÛ‚Ÿê VÖýýÆœ¼üÆ£û9FwüdEœ^{J°Çe§ *Ó±ê£Û^ûˆ¦h22B¸b%i[WàpeëäüÄÏ÷VGZ–’Öï®xøö⟮™¡×²_8ÙR¨ˆ%&T¿å&w@«Ñ¦§&×64þâoÛ'æÅ§Å›ï\QT”ÿø«;0¥@ˆ ûÙÚî˜;>ié´¬-k?Ü^~ýüü¥Ó²hšŠ4xa cD¡°P0ɱÿ”"o€×jTRÏH ÈøtáõÒSµ«@›Ë÷žÍqq±}2Êå mÜ_³¢8‡BH‰Æ€±•{çËó‚`´ÃZœÑ€ÎYšièäûdcÉÉ–p„7—œššŸ~ûô÷”üøó”uE÷ÏÞ?”Ÿ› z®¢Á râEîP]C3…ÀÝíµ˜ Ã*Á*XO¡à3 ̨ךØ7çϬ2–çOHî_jÁèÖ¨° Ð>à|·'Áa2pO¸a{'¯œ}íüÌi“Ë¥ Ê‘®"L˜òYl«}\9œím­o5j;½AcÔ>tÇ|eµS¬Ýé*Ò¬ Ð×JÚá¼:6TZ§'`ËŸšåpóÖŒª¶n}Zú’%ËDFÿɧ_&.)Zµ„¬¸'\±’”¡©w·–?å8VÛ•dÕ„ï°˜MËNvtù§ä'†xq÷‘†üü1Ãm)/?%&Þ¢*;å¨iîšœ—`Ò«P€l&íâ©.OÈëƒA¯¼k2 þ b颜EUr²å–Å…×ÌÉ ñ¢?ÄõúææÖ°ÎnÎîbºädë-K WÌÊñø¹É ,+é/ ”žD9Š‹µot^÷È» V«'ö¤42¹4M°íäÒiY C)]Ò€±íò%ç¤X'çÄ­,Î ‡KSÔ€q>#J è\¥ñÙ}³qÓÁºÏ¾ª†e–NÉ ijÛ×uûÊš ÞjøÞª‰ &g¼·åÄùÈ:I’ú«(ŠJ¦étÚÆfá«cÅãSŸ½oɮҊFÓÇNyáí%'[†^:ƒUª#ÕípõÌlo€›S”¶x –ó}ì–5HéD]£"ZZÔdYf@¯Î™'äñD¸­¤CðgY;¾2p_rèÈY‚è㪩©ùÑï.TÖ3=ÿæÀðÐó•ÕN¿m[X’Ø${¬¤ƒ½’†é2Û[Õ±r劌)ÃUF+cI­cœ‘‘V_ùUÆø…H \™’!„4æ}•]v»dßé!€Édúü«ê;Wí:Ò ÑPß94øœòöùkä$,) jìð¼þùÑX»õ£íåw\=þÞ§,oyùÃ#9Ù`·Y·j˜œ—°²8wBv\]«;.F]AüÔ{nYZ¸öªñ¼(´ã¤Á ‹ôáÏ}Ý£)ŠÃªgÖí½uiá¾5Åä×ïªø÷®jÕ h‹LŽÝn³Ûm}®Ÿ™Q@«tŸ}Uuýü1J¾ [F­}ã‹£k–Þ}ýä]GÇgÇ)‘;`œÏT¤`²Øú;G>¿¿O6f¤¥¨¨¬^09¾ØWí“T•ú`EõÍ‹ ¦ŽIúÓ‡%ç#ëàþñINJ ç[NvÆ+ÿ.=Õâ^4%ã†ùcB¼t¼¶#(ʈFé VÁ<õÏ ‡×,)¼ué¸-k 3c9A¤)Jo´ ˜ó‘ VÇL&ã¨×(ˆ´¥Ð4Ýß«wŸ2 g÷ŸÌ%%\‰’¡aÝ,ã–7 ¦esÅ b·Ÿ€çßÜaµÇ+­oÒ«S,}\õ±’JHHسgßïèÙ÷n½óî†vwŸ ›*KüµÛV_=³®ª"1%­püx¤ÒƒJ{¬¬œçù‚1yþòwIcdO¾šÔ•¦J9¦R±ã Æ„/ú|þÊêS11–ÌôTŸ?@ñÝ˦g-žšùÐ71:«®ßúô²“ÇO,*¤>–DéXY¹A¯ËËÍVüllnáB<¬Ñ¨S’“Œ½Ãéjim—$Él2eg¥‡=EñT]ƒßï×h4*•ª»Û“ž–b³Æ¸=ž¶ÖŽ`(D!›éCZjRdˆnwwk[Gˆ 14cµ$'&ˆ¢¾A„ceåz½NenF5·´µw8( Mœ0n°Ø¶w8ÚÚ:EYcÌ—ÉhÈÉ΀Áâ¬D)ÿ˜áHVVÕøüü¼l½N§t‘ÇŽŸ”±<¾°Àë÷¬;{|”8´w8\nžç) õ†ô´š¡‡U:V°ÎN÷„tC‹Ã#ÉòªâÜéÉÿØpøp­7.Ö>`ÖõÉÞÁJí<Õ¨Î.w]}£Ò¦ô !tvÿIgE¸14?ýpˆ›Þ_µêÆn_hä®|îxÙ –¡Ìf3tww·µµ¥'ÆÌ,Êÿêd{¤+DùÀ¦wÿ{í\£Ñh0úJÒºÖ®>·Õi:ô¡ÍÓÞî¤߬yó®¿þÚ Ÿmܶs/B´( £š¹úqRüBŽ–X÷ËoQúxgÅ—_7§¦$“3fM—1NÌd¦0…cÇœ¥eŠää¤ä䤈žŸèQá²S¥AÎjÖ¯úÖš³Üà ¢¿×fùÍ»ê32sn+i$¬Ö0ç¶§†x3@ áBárû.fW "IÇoÜEÊ@ ð 0Æè@’À'O¯ét9˜? @ çÅ>ÚÜÔø÷¿m_¤H¾@ .,Ì€W‰•”@ p>@íäO¬¤@ „ ‘¤@ „ ¸'@ \`†m%ÍÈÌ7~BÑÄIE'½ôÒË)©iÊõðÁ‰ôúŒ™}~­­­]¸hqdˆ²,¿øÒKÃ åÆ›V¿÷Þ{áÓÎÎάìœîîîÑJÅ`(é3¶ 9%U9~öÙç†èvTâ–‘™µxÉÒðé£=ŸP^^E CÉùóŸ‘éjiiUŽ»»»“’/†X@"ÑXI7nüORb¢røàÃ9sæÎ7ÿÖÛns:g¹¨à÷ûïüîw/Y²déÒG},ŠWß´úý÷?€-[¶Ì™3[­R)×ïüîw—-»jVñì»ïù Ïó‘™Ìq\vNî“Oþî»ßûÞ¢ÅKJJJúçüp˜ÉÇåäæýòW¿Viž…³ÔF%V=ö??úñÝ+V®Ú¿ÿé@¸PDc%]±b%MÓðÖº7#oÆ···?þøoÖò±Ùl.--½ïþû·lÞ<Ü8…ýÏËË{kÝ› ¿ûýSÛ·mµÛí<òsâc>ú¯½þÑGÂpL_fÅŠå¼ÿÁ}÷Ý[UUÕÒÚº`þü° vÀTÌ..¾ÿŸbŒwïÞ3iÒ¤Ý{öÌ™3§­½=//o¸&7Œ`Œþß/~±uë–Ä„„§Ÿ~æÿýâùóŸ¼Nï–-[tZÝæM›y…µoÅŠåkn¹õÑGþÞ{ïÿøÇ?Þ³ç+ÅJú‡^°X,ðÈ#?çÝwïX»6(ÆØçó-Yºä±Çݱcç3Ï>ûÞ»ïöÉùá:0“1Æ^¯wÁ‚ÿú×ÃMZ¸ÚȲ|ÎÚŽÕâ%‹-\XSSsóš[ìß§ø@ ᢤgçóÏ>MìXïÃî={ºººîüî÷”S¿?0rÿ÷80oÞ\»Ý·Ü²æà×G%å·¬Yóð#?¿ï¾{ß{ÿýo¸!R‹ ˜Š¼¼¼ö¶6Çs°¤äá‡Þ¶};C33gÎIö80{öìÄ„¸í¶[W¬\5ØÅ0ãÇÿÍ¿ýÕ¯~=sÖÌÅ‹E¨N§›4qâçŸ^]S3mÚÔðõ·ßyç³Ï>cÖáp¨Ôª>®´ZíôiÓ ??¿©©©¿·Ãu>XUaYvÁüù#©6ÝOAAáPjc8¬ììlZ][[›““C:@ . Iz0Æ“'Oú×k¯r,¶ç€eGËÏ3fpwøðá?ühÝ›o %3fÎX¿aƒÉlž7oî3Ï<Ã2ÌìÙ³¿áËÈÈØºeóÎ]»þ󟯼òʧ6DáÉM«oºûî{~ðƒï‡¯ìÛ·ïƒ>øtíVûϾZ]SÓ_½)…d¹¯ý2 çƒe²V«pÝóQeY–e™¢(D‘t@ \(¨ÁžåƒÑç×ð©r0{öì½{÷•––* Ž?އIÿЧO›¶oß¾P(„1Þô妞e,½w*ÖMž¢hõM7=üÈÏ­Vë˜1c†’ŠÙÅÅøÃ‹³‹‹ÕjµÁhüìóÏgÏž£zš1}úž={Z[[1ÆëÞzkÎìÙƒ] Ç­µµ•eÙË—ÿæñÇ/!Šì3{ö½?ùÉm·Ý¾âîîNJJÒh4²,öùgáBˆ(ßHOpŸœÂù`™|ÖÚ7¤jç*ÇðÍ’$}øáGãýû÷ ‚‘‘ @ œg¾ +iB|ü_ÿ÷/ý÷Ïxž—eùê«®*,,®'W/_¡®`çŽíiii÷ßßê›×¤¦¤˜-æþ÷¯]{û‚ ì±±Ÿ|üïa´zõMÏ¿ðÂãÿzˆ©(ž=ûg?2gÎl(.žõÖ[uY™™#É®ÔÔÔ'~óø7­€´´´?¾üÒ`Ô•øí“OÒ…1þí¿a˜hJ¦é{î¹;òÊ Þ~ëíÛn_k0è“““‡èO8çßïÝá:•ª2 L&㉓'–]uu0üËŸ_!I @¸P „„„={öøýþ¿ÿïŸ_~å/.'pG²†pyÃq\QÑÄòò“$+@ø&Q«ÕÐÜÔø÷¿ýmÕu×FƒÁ@>(J @¸ÀŠ®PT*ÕÉ“'HU'áb€XI @ D’@ ®lÈÀ=@ ᢔ¤uµ5$k@ £ÎØ‚qC•¤³ç. ùE @u”-G‡$I?É/@ Â7YÞD @¸ÀåM@ „ ±’@ ˆ$%@ \Ù ŸßçKHH¸Sçóù<>/ȽmBf£I¯×“r'\¾>ôuÉ×$IêC—a¦M™>yÒd’uÂ$éH„Õ©ºSÖ뤉S)ê ¬$‰‚(ò<×ÚÖRzøƒÜ Ú¨i‡hí JwL¥Ž$~¿Ÿøð©«Ókóøº›[šÌæ Q0`P©Tƒ! ÿ?Yÿñú ëû©PDQ”^¯7™Lj•~ÖÌâeK—‘ŠE¸Pˆ¢èñxPRRâ€7Ȳìîv34µZmt¢P…{žWPÀ,ÚL¦ó‘@WWgB|MÓ½‹ÔÞÞ®;?’Ôçñ¿ÏLJB ÒhôƒF§3ž‡¤u¹;]®äB!A4jµÅbµZlF£Éçóž(/£:'+×bŽ!•ü¢¢äëÜ÷ ˪†ÞB_úã “F[’Ê¢—bŒ¤8—¡$‰µ¯µ­yêäé!.$Ë’¬€eY–EQj•:;Ù‘ÛÍûK‚®ÍÚ¸_ûÛ~gˆs#õR‰šµ¥Úf°B±ut´j5Aä>¿ÙdR±*,c …¼Ñ8ìv»~Ãú뮹¾¦¦&„B!žçA$‰eÙ)S&¯]»VÑß¡PèO¯ü骥ËÈÆ®„ E à·ÆX8Ž÷û|Ú»Ýî³…¢©P0¨ÕD3† |¬=öý@k+Gç Ýî.©W‹¼$ <Ëê ˜ ñÏ7Õ×*R˜fXkŒU£Õ0Pžãšêê0Ã0µÚl6cŒC¡ ßãéîìì@Tjf†J­•z¼žúÆZ³Ñœ—“¯Vk†Aº»Ýõ µe'Žq·hþRW§«ìdÙ쳇Ù=ö—ì­®©Eqè®hšÎÍÉ1m–^¯#mêìH’IJªú¦S¢EQ!D¡ FÏ{†X{¼(Š£;¤è,©ýjufñû:ë4R"„ËN’ö²uó—W¯¸†ç¹ðÁW"BHŒ±ŒeŒ1–eŒ±,Ë‚(È|© l1°'d®Bû.ö^šëzEg5`Æ Sc¢Ð£,˪ÕjY–½=@¸¿%™–¨Qk ¯×…*5›Íz½^±Œ*ÝŽ(Š*•Êb‰¡iZ±ÙètºØ¸X„‘¤„‘E»‹ÐR|LŒE¯7455étú>ÍAÅ`0`µZEQðt{¢‹–±âôLÍQþîE§Óɲ¯0Vi4jFƒP(¬­¬´ÅÅÙããG˜ºúÆ:_À7eÒ •JÅó\(EXVe6›'Mœ*ŠâŽ][õzÏsGÇpýß_²×n[¼h©¢t{¬Ø§Í=}UŸ.KÅcÇŽì/Ù»hÁbÒî†T[[ÃñüYîѨ5cÇŽ~¼±ÜPrGâ˜ëJî³ì ²D„pyIÒpçtõŠk”ÓðÁP^°,Ë=O'P(hîsÙ÷¶[öѪ³ý~ÐÚîôw¼â¬{†bÞT'þ…Öo8ƒãy•Z-ˆbøàˆ€PÏ1ÆX–)šqœaø’T£Ñ„G9•xžgYV§Ó!D!DB V©1Ù²€02¢hw‘-¢hÚh2u¹»bbÎçítwÙì±€(ɼ DWQ%YÆ’,;ŽËOÄv›HX­V ‚Ñdâx®¥µ#))ÉGQgíôŒLŸÏ×ÐÔ’”ǪT‚Ç3’ n—Kg0ˆ¢ØårÅØí›I«Ó@0]N'«R©u:—ÃF¢J[ÛZ0†S‹yžs»»†¦(Z¥R#„dYƒ²,iµºâ™s{•â°‹¬º¦zñ¢¥ŠØU”(ÆJwxúã3N€¢¨ñã‹þñê_^I’t$í!”•K¡ƒEµzŸI½VÒ°òÅgDwëCblÆÍÞŽîÖ/ÌI+IJ¸¬$iø šãB}† IÅý§˜Hã^qHAï~Û’¹NeXxº%SÚØÂã€=ÁÎ;khÌ=8¼÷CŒ)D‚Ô»L !©Iþ€(ˆá^X«ÕbG1h‚R¬¡,ËŠ¢¨÷ZL•¨“åÛŠ‹iµf‹0Gj! ¢hw§/È’Œ)Ùl2746 Å<<Ïc kÔžã±,+ò$Šèɲ dY¶Ùl‘O×^c)Y’Gkh+ƒ𮝫ì6­VÓÓêeuÐ\(äjïÐéõŸ_¥VgåQ©TáÖͲ*“Ùc³7××sÁJ¥îhm3šLê¨æ?¸»»:ísŠçƒAÔjµ»»«®¾Îï÷†B\|\|bb²Íj …B²,i4…aøŠ¢È0L(¼çÞ{"¯ÿéå?¹´‡O•A-†a$Iº¢–lޤÝ!„NÕTÃJªÑŒ+˜Ðç!;rœUÏ%½V–}ñy74•=oN\AºPÂå%I{Ù¶eÓÕ+Vq>8·$%À  Ù÷¾Š÷R(ð0êô óU•~ :ÒHþ€ëcF7qøÏ+@a«5jD!¨E­V³*ËX–¥PˆëyjE}†e¨r ü ßã­¨ÐüåOÅwæˆþàþýxÁžÝ¤†¢ ŠvF¥bEQ@T*µÍjëì쌋‹S~ruvÆÇÅI’„e9F·Ô°2(±Ãéåm°§Ya°ÛíÐ;¸?:’´·ÁZc,²Y>K …>–¨á„qc]Z­x^¥VgääôN ¿îV©T™¹9µUÕÏ«UªúššÜ‚‚¾††Öñ“eK.ãy^x†aJ¾Þïõyó²s3ÒÒ=ÏѲ£ÇÊŽe¤gM™4<7ÙÚŸ÷Þù@9¸ù–›BKW^«œþgý¿`Å·nPN7|øþ•9õh$íÊÉÉï5Rô˜JOÝ¡Þ飯Aw©ÈµíÅ®LöÛ%îå »Tk™HzQÂe(I¯^±ªÏÁ¹%iïã cÎxD€4jóÜP×zOユ´—{ ìí¬}@âêô)¯wÆ`ŒÃ$}Ú¼(Š!ËXÆ’$E«H{$iXÎ;W¥R;v,ü(’‚Á¯n½uÖʺ[xIe¶’êEˆŽ(Ú]ƒÁàóùbb¬¢( ·Û µZ­ßÐj´ Ã!š¦ü~_BBbtÑSÚ8Æk·÷*R@gîæ6ŠsIÃm–ahúÜ6ÚǾÏãÁ2F x>-+ !T[[+Šbff&˲ ©S§X–ÍÌÌLNK«)/gU*Y½ÝÝ&‹eXa¹»ÝV‹•aÇ­R©KBˆšW<_ùµäëƒË–,·˜- I’¢GeY£’¤akø¦­_D((¤R±ácåe&By#ÒÓë™ÊvlkqN—ì6{ºA_´h ÀeMê¨~)1ï[Xr1Œãîı·8ª_N›ú*éE —$ ÷é¡P¨ÏÁ¹W’iØPþ¬2˰Z 9`ã`¿,v«S%° w8C$,q|¨­£•¦i“Ñ‚{:aŒ{ýÀGÓ´É`–e,c¹Ç‚;|Ii­­­-**Z¼xqww·rÃÁûHÒ;Ìññ®÷ÚK;\ù~…,r"DGí.R’z<žR±,ES6»Õép%&%ºÝî¤ä$Žç…¼>¯Z£¦i G;p§ë´|éÕ¤±±q°$KMMÊ’ÿ3v†þ4îž)é}^%Ò£œ(šb¬®ÎÎ(‚ øˆB¼À[lVV­Â€y÷ûý•U•¹¹¹PUU … ̪U›ÕÝÕ…(ä÷ùfó°ÕÞÞ–™™%I"EÑN—ÓétÎ-ž‡OϘ ú}>,K¸g ”ÒiÉ¢ DUd=3Dÿþ·Fæ 1ÂLþÀƒ÷g¦öìSûÐÏþë¹g^èó, íî’BÈãpì»ëGqÙ¹ Ÿ|Âc•eÙír–ýü±OžiÑëÿ2ÅÚ1†ÑÊØ »ÔYóR¨ë€mÊ«2WƪAêˆÍ¸µåÄu ï´g?@l¥„ËD’†Ù¾uóÕËW…¸Pø`ˆ’´GŒ"åAÕ;E ŒÎ £Ò`±!àÞt}¡³]­5OF”Vh $Q-”±ÃÕaµÚX†uº‘¿ó"Ÿ˜˜äóyº=n­FõËŸ{‡ÃqìØ±©S§ò±kçÖµw\ÿåÆQXׄeOÛΪç%Þ—½(sâ+²P‡Äªã@[ŠV¬w5|Ô|øc¶çü—)a9YƒO¸L$éÕËWõ98·$EÅb‚• ™0D®;a k¾¶»áÙ«uñZƒÍÓü§ŽJ'¦ô1ù[¢iž€êY+ÊqA„ !>ÁÝíV~µX,³%Ä…$YÆ€%I¢õëiäÀ½^¯Ÿ:ujiiiFF†ûÄÉ’{ï]x[Š{‡™©™œ±•UW¹§ô¡‡æoÙBjaˆDÑî"aYÖfµº\®ØØXš¦F£ÛíÖétÏcŒ»ººâãû|É" IŠ9N„”–âãã•÷O¥}ɲ,Çq#ßj`Iz6¢Rf8H²¬ÑjoY–ÍÉÉ©ªªR¦ªÕꜜ–e{6•ÓédIbh: 7QÝð€_¥R746ÌŸ3?òW›Õ~ýµ7ŒbR"lèÕ }NÎÖ'ínx @e[¶Ä¦¥™8‰òÉF§ã«k—SÅ_nËÎÌ{Ëš¶]»K7~1ñªå#‰a ë`SÉZKZlædƒu–:Cž/Fê{&áH\…8nŠ-°¦¼åw—vÔ¼Ývìá”i¯ëb¦’~•p©JÒðŒ%ŸèëspnIÚ3pß»ûa?d‘èÛ¬yù”\‹°ôq‰[vžš8åǘaø3¥dQ’%Yx†b»:»ôzNÔé zƒ,I²$± ãõy‚€ßP±Y’0–%IŒnJVäÀý¤I“ÛÚÚ22Ó%Yâ1ný°‰õKà=ÞuºŸ¢«“M)âÈÖ%®(¢hwýU©N«u8:bí±î®®˜˜˜®N—V«s8³9²G(Jû²Y­a+©,I¨gÃ5 K¢àt8ü~_xg(Y’DQˆ"\IeQ’Ïü`£(I²$‰‚0ØFTQ'Š¢$в(J’$K¢ò2­¤T ]9z:3,‹¢,õ0ÜtQE! cÌ2 Ïój•úüÕ(EƒϤ(ÂJ ÐoX¿Ï³€´»sÒ†¥9OüÆ[VÖìì¨ôù®½a5´çÍwµ:ÁïËûÝ_)„¢ÏXYôÖï½91o©%¹XàÚ½Žw) Xu…$Ñ«™$zEÞ!xJé ±ßΘò+Wý;õ{Wg/:D¾íD¸¨p(æVÒÝ;·_µ|•ßï œ»[—$ )ª'ÈÞõ†‹ b$X"Ën$w`•>ãHÅߊ¦F»øcŒ±ÙlÁ ‡³]DI–šAü>¿$JV‹aXµZM!*ê‘“°MOO÷ûýÇŽcY0ÒçæNûÓ|ïûh:þš¤êSÞ²#§U©]5®èÑŸ“úG:Q´»þFQ’:::QÀ»»»ýþ€Á`ˆî#¢g6:Ôƒ|»Hié’,Ûì“Ñtzg¨h×< h%•±¬üµÙÙˆjøÁ©5EX‡•J€EQ¬®©æ8NI,ÇqUÕU9Ù9ʾZÁ@@ E3üM Ô¬Šã9e:¯Aop»ÝFÃÀŠã¹÷×××Ûmö™3f)kž†'ed¹Ÿ$…{ï?½'Ô½÷ßûÇ—þôÜ Ï)§>ðà•9~$í!ätubb|“‹ö\³|Õõ«-1VŠ¢æ~üñ†¿íÄ F@ÇHfDPŒ1eÚÛ-¥ßïl9hM.4د¦(FâEÁ ²äY &Qo\Ц«åߎšÍ|ÈŸ2í¢G —ç¤WõŽ_\5ô{Iˆ¢@¿yf푲c°¢ôâ™ö($©?àïêì …‚¢Qô`ì÷û^’D9h×éuv›]«ÓŽ|àÞápx<E¡Ê²$ŠBæš5 ;vV½ñ†æ`wáš”Öv.çWÏeÞt©a„(ˆ¢ÝE6Àæ†F‡£aŒ1fUªäôôŽŽš¦=Ýîæº:„FÈf³¥¤§‡·,*¦¼¼óây؈Ê`0x»»B¿_YA_WWÇ…8µF“Õ5Õ\ˆ«­­UV;ù}>eO{ó0×6€V«óz=&£I… [¶nJMI°4?ÿâ³ÙÅs®»æ††ÆúÍ›¿üÖµ×G×I€ÁxÆÀ}ääÑÈ_Ïò&@ÚÝ9Ô?ÆE#ºgÃ|„B DÓ´(ˆƒY††Qmb¦d/8ämßè:õ‡Öª¶”ÂØŒÕAÞQjИ#dh¯zÍQ·‹ÕfZ³iŒ¿ŠÌ%%\Ú’4Üùz§íû†<_%g~â¡3¶gSÌ¥=«p1(»ë‡?ñ4ìÞ€Ùb1C_ûZ¥?ÓZ€± 8Úmb”orÐ4Íó|Xž67·•™™™³ž}æýÚ=Kµjáíc?~îùŒo$5ŒQ´;QÊŽÑh4v«M£ðy½Íuõ¶øx¿×'¹Ø¸xE¡„‚Ác‡0A=üµ'Æ'ôoAuuõñññRô!MÑFÙ;)ÜT%)š:rÏÇg¦T’1Y»mਢN«Óu¹\E;Û;,V›Z£¦iF«ÕeddÐ4Y™Ùõõõ Ã`Œ¹çlï hZ–$­N7Üt%'¥ìÙ»gÕòk|>O¬=6.>~çîÅ3çÐt¤zÀÛwmËËËÏËS[_£×Ú;ÚAî‹DoçŠÕ*Ud9yãÓ¿*½]oI»"6«Ýët˜:» Ú;w}÷Îùÿz!ؾööÂ[oaœ®N‹‹Gß#ˆ6šÈµ!þêP÷‘ÎS/—ïúå˜yObЈ\3«ƒ1S¶ù:ûâä©hÌEpæ×c „‹‡hî÷ìÚqÕòU>Ÿ7|0# ½öQ Q½âôô¦ÁÊ’'ˆøx$ŽÔJ*ð‚ÙlVFÕÃsƒÞÏ(%IêîîŽZû*„WÜ+%–e=^×ëõù|ºøØùÿøÛ¿—,³º3Øz‘¶ÛI#DGíN¡ÓåÒhµF£±½½]–$ïp:y.äéêJMKkmmxQ”ÑhÔéõ.‡#)%eTzµFm6›C!µÓåD€D$r¹3ŒêÀ½bEœƒlDEp“ Ц›ëë3órÓÓÓ#ãÀ0Lvv¶rÚ\_ßÛÉ€qøVÒÔ”ÔÒ#‡ÛÚZL&“Ïï¹zéÕ{÷ïýxÃG…c “’SdQtuu8x +=svñ܆ÆZhmm1›,Ѷ•øßqûwz>o7ÀžPð;¾yó¸Â)êv§€Pë~”ôÝïM.(¤ÕªO>za#ƒaÜÙ‰¾ØØ´uk3Ïß´òZiô>!¡X[Lé?é8r»-}% -BÚΦCqEoK’¤˜fH_J¸,$ixàÞëéspnI*Jý>&Ë@!„¥pˆ{' õHÒh?·­|&J%Ð@À—””ÜÜÜìõöì`Ÿ˜˜ÔÚÖªÕ)_ˆ°,÷LN‹ š¦ÕjµÇãùúÐש©)7ß|SZzšZ­áyŽç9AB±¶núRîèFj! ¢hwaõ†Óˆ8. Ò4-J"ò Mk4QhŠö¸ÝZ­–ByÔ¾D/ËFN§c ¡Ër4ßLÇXÆ G~ãü§Ñhbãâ\§J­x®¶²"ÆfÓéõB@Àïïr¹BM <¯Ñh¢ËÄø„Ä„ÄwßwÕÊU²,×ÔVÆXl“'Nš5c¦$É¢(z½ÝG—ê´:FûþûïMŸ2==5-аxžOJJ–@QÆ”®´N,úv×óÖ‚¦¯û¿ý·Ý‘ZW;sŠ!àÇ€½]Nç¿^kæ¹Åë?Á=d£{è)ã~<ÏóéÄ`wELòÝþÎ#˜Næ!•J6$=*áÒ–¤á¶òÕîW-_åõzÂC{8õ˜("¦‘âÞ7rt:Þ`DIÂÑî ,c,c,ˆ¢â\§7°*UjZjØ@"ŠRxq„ Š–£6“Ò4-Ërii©V§¾õö›cb¬µF–åP(ØÛ‹ÝžnyvC&\ÑD×îÀlñu{ôCÅÉr–eŒ&S(²ÇÅÉ[ívwg—ÞhliläÑh0ðo±ZG«®J²¬´b{„Ù+[`@þú&I’(šƒ}6 8Á™m6Nºœ.­VèT~ŸÏëõÊ’„hšFÑ,+ B ´ÆÚcbcEI¢i:ºL›9£¸ôHéo¼¾bå*›Õîõtwt´ñ¯˜¸𱯨¶nÛ’—›7uê4U¯åóùš››•Ï)ãˆS¸á‹4MÇÆÆ2 ƒI»;+= øziæø„e[7Ù¸±äÈ1§ËŠ‹K{衯»0ô,e€Pï6ÑéQAB!.ƒN»¦½f%qI[ÍÎöÖÎÎNN§Õê´Z Ã0D•.yIf¸‚ $$$;~tÂø¢!6ƒªêÊX[¬U·Î  „A?Q‡Ïç“åðd~˜ ‚ l[È ‚*báÅ9E!ÔÒÒÌ‹¡…‹çjµZ•J €9>Ô3… K²ìñxˆq”0B¢@4[,­mF³Éf³Ê²Ì…¸@0Ÿš¶ØØŽÖVÀX§×iZÅînÉfN[üI9¤¡†÷Â)Ë<Ïëô†î®.—Ói&Õhõ£ÆX’eŒ±Þh%ÙÛÕ‰B«biŠB…z7dåyc9&Ön²Ä(ú jIÊq\zz–ñ¿?úГ›““š’c±r¡?àw:]ûöð&Mœ”š’ÚÒÒªÕiuZí°¤LZZZccCrr B¨î §zÀ+MÍ6›MÅèf¯^!íÎåê¤iJ…„¸¤ðÅ…·Ü~öך¦]®Î¤¤ÄhÛšb%EQày>“XïËÎÚõA#dL ‚(в,É£7I€@¸ ’´·oòzºûœ½¸œN½F·qãëÞ~SÅÓ}Ý=ßé„P¬=6-%­£½}¸CKÀ‡BCG{»(Jœµ$IfSälˆ¦iåWQÚZ[)Dñ¡jÈý¬ ·±¹.+7eYÅrÀ }E·Œ±ßïǤ# ŒŒaµ»H´ZmrZZ[K3Ïó4¢Xµ:)5•¡(†¦Bc'L¨?uÊÛÝ-HCÓ1v›Z­F0:ƒ³j•ªüäÉ~“Ï8ÕiµÃ ‹BH­RY­6‹ÙÒgl£³«kÔƒC,M‹ë´ZÀªXŸ×+p\H•mP)DÑ,«Ñé f“^§×hÔ4E1 ]J’Äs ÅX, æ.lmk«(¯Øµkw  Å2ŒF­IˆO(È+Ðj4¡`ÐRJsè"x⸉_íÿjçîíÃ(Eéuú‚1…4E]9ïØQµ;œ™žõâËÏ+ëz‡MÓ™é™QÏCB èXVÖhÃ0"ýxÓ‰Ÿ‹qO™ŒF£ÕhÔ*CÓÊ*b%!\Ú’4Êú‹ÕfËÏÏÏÊÊ^$Ú‹(j¸áªÔjcp»»++*‡k2™‡C‹aÙÛn¹õ£þݳwÀYuó²%ËHë'\(EÙãbclVQ•áWeÛ2¥Q3 “—'Š¢bõ§iZ‰•›xÎ1Q„…(Š¥(ègÇMÒjÓX§?EÒbX–aY•Zm2›åøxÅ"ž†¤,pŒì¢Î=Ц F£Z£Ñqœ>2[,YYY‚(ÊR}Kùx1Ë0*•J¥Ri4µZ­˜´‡¨%&fþÜmmí Cñ_–eŸÏg·Ûív;ŒRõ¸\±Z­Ù›š’6Ü'—usfEÑ­–U©tz½$IRìbHÛ†h#E!†a”ñz¥¢’â#\ò’4ê—*–aR’“£é£zg†5`L~Þ°ƒNp«V¬\µbåùð™@uhŠ¢#÷˜<³B24ÍDÚØF¯º¢o¶iPçœ4‚à”SÔYŒ‘£”–aX†1èõç¯{ÑëtÙY™QÆôfgE­R%%$|óyK!DõiÈ`"ÅG¸L%éHždã @ ÂÈ%)y±"@ \`IJ¬ý@ „o 2ÈN @ ’”@ pe3È\R2pO @ø¦ VR@ Âf`+iMMÉ@ ¨3¶`ÜP%逷Î7cç^P¾^E1,{ú+ØK’,KÁÖ^!Цhš9~„^W¶~¸ýdC›û2H MQÉq¦Œ”—HJ–@ œ"."= š›šŽ;êt:£Ö£V«uüø¢¼1ceYŒEQhjj.+;ÖÕÙµv4›ÍcǤg¤3¬ê¼øI z9TÑòÏOO›°h¾¦èK=9’,·u¸þ±áð­ ½s&ç‘ò%D’^ì¼ÐÔØøuÉÂqŠ&LBQÍòEü’’ý“1==3à÷755úúà‚E‹32³i:šÇ› uµ5;·oÇXÎÌÊ@£î'ÍzH ôðᎊÉEã,1¶‡ÄË E&sÌä¢qŸ—TIJ ˆ$½$©À••7¡H¯×1 õwYMÓ¤©S÷íÝ“››çóŠeÇ/\¸$+'7ꈱ,››7!jïW»“’“Y–u?uŒ¡ÿ=ímU•žîî U"EŒÆÜ¼|¸°1! ¹œŠãœilwº 'X¼AérJšÆÓáòìÙµã¢*¸K·R]9ÍáòNãeÿЉ‹O ’ô’D–q§«S;^ËÐ4K3ý€Ù`r9]ˆ¢0·Ûž•5ò襧glüâsI†u?Ô£eÇM™6ÝnIVŒ¨D$Éét*9 IÒ´™³.`LHB.§â8g©][ÚêÊdY¾ÌRG_4ñ¢*¸K·R]9ÍáòNãåþÐ)€a©R"I/*U*#„(DQˆŠ~.š‚ðó cLÓôÈ7šeXV–eãóägª*ÊÇŒ-P«Õ^¯ç–ˆZ­Î[PUQ~ÁcBr9ÇÙÓÈÐðÄ=+.·Í¡o}äaÁ]º•ê i—}/ë‡ÎتŠr"I/mp/ßLp•åŸ}¾aåŠkòóÆŒ–Ÿûöï-9x`ÚÔé3g̊ί×k±X.†O6˜-–@ p|<âòHÈeSgx¥¼ÌÒuqÜ¥[©®„æp%¤ñ2~èx½Þa9!’ôâÓ£pZ’ò<_YSÙÔÜ,ÂÀ½<Ë&'%ççä©TѬ[¯¬¬Ø¶}ë-7ߺþÓõP^^þ¨¤¢äàî{ð¥?þ!jIŠ1„.†6‰ú&ßHB®â8[§Lõ¼˜^~éº8uéVª+¡9\ i¼¼:D’^êªÂÕ±¼ªrÖ¬â›Ó2Îr}CÝÞ½_/(<›Ì¨ZTVVlÛ±õ;wÜ©Õê¾sǯ¿ñ/ŒñUéÙÌ´©Ó_úã¦M>’F…/&C¾\¬V—GBðåhD<Ý)ÓÐeøUg†FsÁ]º•êònWNI’‡*ISÓÒ÷ïÛ›ðÒK/?øàOÏG<’’’[Zš#ú Ëòù ýbÒ£8l)€–Ö¦””T‡«]Þ †a˜””Ô–Ö¦qc †PX²¬ÊãqëtE•ÀÈm¥3¦Ïœ1}æ(dÅEU.—M#©¸È;e dc¹o­6[nnîþ}û”ÓŸ>øà_þò—C_]XXh2›£[œ+Ëò³Ï>ûÈ#|3麘 îÒ­TW‚ñв’^±I†aYIeY~á8ߢðÓO7\ÀÐ/ŠŠ1p/"…¨vgôÖN𦭛V£ †n—$Ëvkœ ˆÃª¾‘z´¥µiË–M‹/MJL-UºÿÀ>e.éH„©|15Hùré.„È—÷\Rº§°{(;QVPP ¦M›ÒÓÓ1` xóæÍÑ}JM’¥§ŸyæáGþfÒu1Ü¥[©ä+@»ÈWž>“¯HI:ŒeÝO<ñÛP(tíµ×Ýzëm°yó–E‹—Ì™;o鲫ޗ•Çq™YÙ¿}òÉyóçÏ™;ïxYÙ]wýhÚôߺþ†`0è÷ûïøöw,X¸pᢇùù`¡¬Zu ô¿¹Oèaü~ÿ`ó,/Ñ#ŒÏP¥06wܸ1•csÇse뎿\Ä•­›;~lx°¥Q‘?UT”GêÑO?û4--ãÓÏ>mimbYÕwî¸sÛŽ­å¸ƒùÙÜÜôƺ×ßy÷­ÚÚSÊe.iÉÁÊiÍ©ê¾ú··ß]×ÜÜtv?‹s$ ™Y9¯¾úÚ`7H’ô§Wþ>ÍË‹GÆ€‘ ƒ¿ýí“sçÍŸ=gÞ’¥ËþñÏWñÅA]]Ýò«†ž‚ÂqӦϜ9«xæ¬âùóŽz|¾™â((7sÖìâÙsgÌœõÔÓÏàK†eÜïÜvë­ë֭òüÅ_,˜?_­VaŒ±,/Y²ËòÿgïÌãjJßþÞµ[Z¥´)$J´ïu‹B¥Å¾F†ŸcKÌP–”Ýì–Bv©H$Ú[F-3(²KWË]Ïùýq¸sÝ{îí–¤Éóýôñ9Þó¾ÏûlçÜç¾g¹ ]õ»®X±ÂÙÉÙÑÁñÏ?ÿ èׯ@@@}]Žaî^^ì?ÿüǰ~ø¡±±qðà!#†ˆ‹ŠŠ"æ*).vw÷hlhÐÓÓ›?oþäÉáÞÞ>ùùÄ^Y9o9œ1cƺ¸¸ºººÍ›;'ÓŸX%U~¿þö»<ŸÈ¦‚•¦­­]ZZúõì¯sr²BÇÉÉé‡ï¿ÿñ§ŸF•™™ijÚmÒäð””UUµNjjÙÙ‰:Rñ\çÏgIu–œ]’ &Nš|¤ÜúƒcB¸yRØ?÷ïWUV­Zãà`¯Œ2·oß¹tùrqa¾ŠŠ ŽãÚZZ3¿šã8é®îž“'…]¸xð͛6nß¾³¬¼ÌÐÐpçömT*UÁ^UUÕY³¿~òäI]]M›uñk™L¦<9ºmûÝÎ]]].÷+Š<¯J¶ß½[1ý«¯N;Ú¥K—EK¢º™˜|;盜œÜÍ[·òù|U–jlìj+KKYÏ«««3&7û"BèïþYðÝ”äë7lüÔá´‚/P¨Tm--Çe½×Ðа`á¢Ç# ÅÑÁ>&zBHÖ4yš†Cqe…“êðÁI™JÁq${/)BHMUÍÁÁñäÉ”»wﺺ¸݈žÄ‹Å Ä1ÜÁÞÞÊÒÒ´›)ŽáŽ•f_Ì~ýúõ¸±ãÞ´ëê$Ç"„ºèvñòò:y2eÈàÁ™™ç7oÚŒc8ƒÁðè‹c¸E¯^,•{÷JKKeåØÚÚ}ÿýK/ñôô2d©òt*E™ô“M É “æ9i]Ü<ÆŽ}ÿþƒ ¡g338œ4©^¾x©®®Þ¥KÇétz_++¢ƒTÎ"„6oÙš•u¡®¾~óÆ DªªÔê©Ò¬³“¼“ɨ‘#^×Ô<~ô8jÉb''GÒ<'¦X»öÊÕ« õ ±kV=Ň³X ¢EÞQßZ6’féa»õÇŸ„BáÂï „ÊËÿZ²téé´TBÉ$3fTc#W™3R âH*GÊEÍ2y€Ï€ß-zõê•ï !Mê/_ÅÇ˽¿ÿnÝØµEIŠã¸££ãþ}‰Rí***ÄFSa½Û¦Ò¨¡ G÷î¹99999égÎüôó/gÒÈW¾sÿ~ý:Ôí#˜H(D8†I¾*ßÊ¢J“ú…*ÿÙ†ÑIÿnÝs3š½@à#O¦P(?ÕÐÐPý¤šó–“š–2x¿¹¹yaQAéõkövNŽN¾‡ÜÐØ¨ÂdòùzT™z*58(DLeÈË—/ëêvîÖ­Û°Ðã'N,ZòìÙ³%QË&íïÙ£‡@ Î>û$ØŸ(‚ãø£GV¯‰=–Òµk×-[\½&vËæM8Ž×××8`áw ò ·þøÓÞ= Ê(sóÖÍ>}úˆÏÔò¦xûö­­í‚ùó¶ïØ1õÄñ£&ÆÆ³f~&#hh ‚½#G [«­¥…ZsüDòøqcIu~ôèѦÍ[ÒO¥êêꮈŽQ°jNrB£ÆŒ£Ñ¨¡^æ½vý±Ã¢×W3f,Z5|ذʇ•q±kž=·nÝ¡¤$--Íee‹-IK=)ëùººzIŸÿ¶A8+&„M¦R)=ž5ó+Çe½—£¦ªšš’L 8Ž?ñBÖ4yš†CA½¼tHJ ’˜kæW_Ŭ\ùüÙ³a¡¡ÔÔ¸\.†a˜HD¥PBá8©œžÝ»—]¸xñÔ©S[¶l¹•%5Ò÷’J¦ß®;X,–lbˆƒNšçò"XWWÇöòZ¶4êÌ™ Å'M*ûnݺ ôäêâêììÂb±dsžHkë¾óæ~›ž~†Hy*µzª(v’—½õõõ||¼½ÙÿÜ¿?ejäŬó4M^ž[÷í»liTiéõ9sçå\Ì"–åijHnõ¤ni™¤'.ÒÃvÄðaáSÌŸG¡P’Ož1|¸äeqq’UIJ§Ó‰³ƒÁðf³—.]výúu;;; Ãþºy³ÉÒðÉ“';wööö¶êk- ÍêLÌ.Ù³ °ÐÌÔÔÄĤì’+¥HæÂ½z'——~}R¼!„ B6ã®íc~P¸/Œ—y…Ö}$­×82™ÿ&÷`¿Á™Y™õuõþC†ö¶°Àq¼ôúÕ¹süøófGGË>– :='7W ú(È0I™ææ½ù>pðÀÄ »™˜ÍžõÍ?o}ðàÁí;·æÎ™Çd2«=L:˜èØ£{Oå³–ÏçË69v<8(ˆÏç ?1lÞ¼¹ùÎNN&ÆÆDFlHçóùÅ%%..Î:::|>ø°aã'†ñù|>ŸÏb±ú÷ëÇçó»›™=züˆtRYe„BŽcRò¦PQQñòòäóùV––æ={êëéñù|ë¾}+++›Ü{øð‘ÌÌótýÕËW„i¤:—”¸»¹jhhðùüa¡¡W¯•*iÁÁûº¾¿Ô@t3zTvvöªÕkŽ=,‰òóòkjÞÌúßl¢O]}=ŸÏ—õ¼@ÀÇñwŽá|>_$}êpìݽ«k×®µµµS"íìl=ÜÝe½×»·Eüúõ«×Ä:9:²Ù^|>ŸÔ4yš†CAóópYá²:\à–óxŽpŸ> Ì7v,Ѩ(¥6ÞÿûA‹·÷w‹]½vÍÁÁðòòr†â øÄyÕÕÕ…ÃálÙºõdò B H$:tøpXØÄ¢¢"PØÓ¼§º†º¬œêêêÎ;‡†† àcÞËB ÈžÞé´¦Ó/5-M61$ÓF6ÏåEÁ`¸¸8+ãpyIõÇÎíwîÞ½v­ôð‘£II‡< ›ó<OEEÅ›ÍæóùýmúoÚ²EJ­ž*ÊŸäe/N'¼dblÌd2+îÝëÙ£iO6ÄŸÏ·¶î+î)9»äéQOê–GGöÄEzØèééÛÛÛN?sìÈ!ñ„d’(FjAIåȺH“'„M¦P(]ºènÙ´Qýeã{󯛊—VÝ'\%ˆ÷ðôÒ××;}êÔ;wÌ›7ŸÇçc640°É’´ü¯¿V®\E£Rq„ÇÅ­UPÊë,9»¸çºøuê^Ò÷—í%?ˆ ÷êêó´ \~ëÔ \Ôˆ¢«é „è*Žõ¼øNÆZªùXò:÷ý½ ÆFÆS&O‘¼UÅÎÖ~ëO›ííì‰ÿöìѳgžM߃p—eK‘H”˜˜>yr·nÝçΙ·}ç¶¹sæ1™*UU÷í8Ô²e³nI‘-^¹\nfffaaQÂîÝ¡ÚZN~~¾ø¯Ô@©–÷ IŸÙ8Žã8ƒN')„a¸’ßÑ-ûô¾sû—Ë_@É›‚É`T*•©Âo Å{/_¹’šv*i"‹Å:tðþƒòtÆqD{ß(µtÑ‚ë_„«+«ªTTTÞ¼©500ÀpܦÿŸÚ*ãÒJ¾áYÀçKJþ¤á´BSSÓÅŹ  Á`ÈzÏÄÄäıcÅÅÅY.îJØ}`¢ÓH4¹rõ*i8DT¸¬2¸"]%Eá8J÷í·’ G²Þß[*ÞF¸¡ÁÞ=»¿™ó ÇÇ0,8(Ȧ„ÐÔ©Sœ]ôõõ3Ïf „&…M$=Û0 bƒJ¡©"O¥VOåÏNò²Ç0 È[ª„!Âqy§é…Ì¡ýa¤HŽúV´‘ôÄ%ï’zêT}C½…E/âN Ù$QþŒÔ‚8Ê“ƒ>Bº‹øâ-¾Q¡IýeãÛäñÒê±kJ=q_UùÐÈÈ!´fõêË—JˆŠpàÀÙÙ‹ JŠ‹¢£WWíïÿó71ÄÓÓóè‘#Äö¼¹s—,^,TÜîçç»nÃÆèå?¬Z=oÁBÃhtÚæMÍLMÇŒ5løH]]]â@Ç —,^4uÚ „‰±ñÚØÕÒß,eÖ?+³iÃúúyĨ1ÇUUUÇŒÝôd«> öz¸»Ÿ8‘<ë³Õ:u240 ò^g##£Ó§MŸ1ÓÐÈPKS³¹«¤ã&L¤¾¿Y9å䉢¢âŠ{ËØM£Ñü|}ãâ×ÅD¯Ø°>>:f%_ÀÇ0Üwà€>}zëééÉzþÛ9ßDN›ajfÚU__ìÏ6Bhâ¤p•ÊðøøŒ1ÇqYïݾ}gó։ż¨%‹©Tª^—.²¦‘jÒt8d"H*\V)s4Êû¥Í6¥²²räèÑf¦¦£GŽú÷1þÖÓ„Akúñ&ÒÄw#Íó&#ؤÃI“J(ýôÓ/U!WSS‹[»FCCCCCC*ç ºȦJÓIÕJ©¢üÙI^öª««ß¹sw̸ \nãúøµ EAÏ›·nïÝ·ŸËm\+~¦–t•”ô¨o]eO\ :ƒô¢®®î`o—_P¿6VÞéWù3R â(ïÌ&墿. +£¿l|›Ô°Õc×,(õõõ;·ýöÓ¯¿¿~õêÂÏÂ[çÐÁîîîT*•B¥+íE—KæÎYðàÑß<ÏÈÀäï}Áæ>ßàÜ׌O¡© ÇE¸‡0>ÓÀ©tßdšßaBZ^nîw‹£^>~äð¡é3ÿ§à¡¢=‰»ç}»`ëO›§„7ñz¦ÄÝ !¡¡ªªjŠeþyãÏ“)'‡…†¦¤¦6ÜÖÆ¶I™ZÚ:RígN¥ÚØÙ·“Ðܸ^Ú~”C:L8ä‘SxmÆÔ0¾€ßÁìÚ»ÿ¨‡$UûÑœÇãôT˜Ÿ ‡|‡4¹=Ä÷ÆõÒÀàP?ªÚ¹cGð°êêê°JÚÞ–I%¾þ ¤×EïÊÕKNŽÎ4!dè8¹úÚáîÞsDo«… Ï&ÄqŒ‚pFçÞ5ÿäP ¼äݦà&NÛþ¶[ÚlÛß¶yï“/Ó¦_‘P¸o契“lúõoñ+ÍàEÁRè´NÉ.øAÑv¥¹Ô"òÌäÿP|ÿ=K@ØÎ*RÇqÊûÒÔÌØøÞÝÛ…ùâ7.õå=mL_eæ4¶“¢7ø‹ÞV]©º|wXMú1†#Eîmml‰…Ìf%®b™v¶öf¦Ýutt>æ`€’ ù2?ŸT„šóßÿ]P’¶+Í™ F~n6”¤ÕäÿP|¡$mß5éûÿÑhôî¦Ý»›v—èàÚøäâݼ]X}õû”BÕ4ìQX¸¼UÒVOʦdjkkä¤P’‚!_æç†(Ô.(IAs°L†’ô¿•JÅ¢4™Š†1Ã’ ؇L¥Ñ¨ïß´O¡Pêêê¨ýSc˜HôIeBI †ÀÉúÝI™Jé¨vAI šƒ`2”¤ÿ‰z”ÒY·3Çc±T>òW¡H¤Û¥ †a ÒÒÒzþìiWÃTïùógÚÚÚT åSÈ„’ “5|Ê‚np8À!%)Ð>"Á`öïo[\TÔ·¯‹Å"~A¡¹Ðèt‘PT^vc ß >ŸO¥Ñ¬úö-).vusOmÑê †á/_<¿TRÒߦ?ƒÉü2IûÜú«¼ýD§])†t˜pȃÇãvH»Úsàþ»IÕá‡/ÄÆŽjò™S©âm*•ª¡©Õ»OŸ.zúP’¶kTTTz÷±R×Ð(.,xõêÖ¢Õ©Tª®n—~ƒÌÍ{Õ××Óht333L„•–^åÔrZ,S[[»¿M?–*…Biu™¤}Â""!+€/–·œÚfÑð…ÃmhxðàŸò7úÛØè’U¥P’¶#0LdfÖâ7…Jý!ŸÏ¯¯¯`³§¹¹±‰±H(ÄZz!€J¡0˜L¢ýD2¿Oe€"€/–Î]ô¬úõ»{玻ò%é©”dpÐfN€ŽŠŠŠ†¦&GÎT¹«¤ÿ°<Áw@Г[N€ñÓ”ònù“[’¶îÓ^,ôÄ]8ªˆ~œ‹ !$€R%)Öª%i_«ßͽoõš+èp: TIÚŠ©ºaØé‰…GÆÛÓ~š 7j‘ øP¦$mµš´õ3»é4†Nw»ÙOŠv]ƶ‚ß1Š~αU`áÕú”k CkNèï‚—°ðjeFO´þ:¸—ø¿Á.F±áýõµTrì¥37Ôbf€¹™žZäàM΂îÓO¯e¦I]ÖZâF¾t>ὤè~/êncÊùvsqáS*^C¡ð{:ÌG×FV£Á¢)oQ&…èi©<{Ã¥Q)Fê5u| áŠs³ÔÝwñÁ‹Zž ƒ–zé±Tg*•‚a¶P(lô/ÜxÖ’rþñÛÏÜàÀhÅ’ôc–¯˜¨¶mK7f¾~7½,}Ac1“e„óÿÒë¤ÕÕÎøŸ#&ÿL«ây•c øHKžœk÷^ۛ뜹RÝÛXóï'u= ÔŽ´ÑWeÒN_®F™êuînüSê]¢ˆ«±ž–Ê/S¡c1i <áÎŒ¿é4êò Ö—ï¾ÖÓT¹ñ൙–Ž:áèáóú“Å 4êWæ|¶ûü?â©Ãýzhwb¨0h^6ͯŠp„e7ÍGC„Ž£¸öÑ•;3°×÷‰"„ìÍuül»b8zSÏ?’[YÇÒiÔúÝzÑE‹¥«ÁL.zôðy=$ß§@(vÖí‚òñöNKKEUVVÚØÚa6jäÈÝ»WW[Yõuss;w6£Å³lÞ²!´`þüÿ–s*++ûõ·ñòòL?}ZÊ’µŠ‹à󗤾´‘::],ÇR¨L.'KÐÀ`ªš ©L„€wÃðÎݼ:u6Q½uZÿõˆ,±7&•SöàÍtÿ^g®­¡ç‰vÔcƤBB<Võ¢¾Ÿ™¶žëÁ³zB«·ÂžÔõ3Óf1h½M4Jÿ®‘õnGøûm†ß}ÄÁqôèec÷®‚]Œ­MµD"\jˆäŸ“…î×Á½g µ07ÔÐ×fá8êi¨ñ÷“·Ïßðp E8O€I%¶»ë«ß«®{S/ÀqTr畹¡±W Äî?­Çqôô5WGù1îí`Ÿ‚Î;kkkïücÇKÜ·ÏÜÜ\¼‹óöí–­[>‚z\]­©¥íí3`òäpý®#FŽÊÏ/pvqíj`µté»ï9iiîº]ôzYô^¹r†a¶vö‡ÃáhjiÛÚÙO©©¥}ýúu„ÐÅìlM-íï¾[HHv÷𘦧ßÕÕÍíFY™<µµµãÆ704ê¬Û¥_›ÉÒ¿–‘‘áí3 ‹ž¾±I· 7"„RRSÝÜÝu»è™÷²Xöý÷|>_”Dê)‹$w5k®& yÈ]%å D-ú uÏà'˜ð.X×ý¡õÏïݬü;iëñ0;Ù¿y~£êfÚ¾Î_¼o‰|B‰èPrçe¸_Ïܲç|Çqã D9eÏ‚]ŒU™´?ÿ©©k|XI¿ë#Špç D8†ó…O B=yÕä¯>ÆšÖݵ|úëoI¾M¥Rd57Ô°7×Ùš|›/ļûéëk³ø‘P„a.ÙSvì»nø»n!†Ð;„ïÇòÔtoGƒÙú"Y,•‘#G&&îëÓ§÷«W¯-\(.1e¹~ýº‡‡»³“SVVVIIÉüùóv'ìþí·ß#Â#ø|^xx„—§çáC«2ÏŸß´y³®®îúuñáSB¿þú‹†ºº®®îñ'vÿôÓÇŽCEL‰ $ß¼ykÆŒþCü¿;wêÔÈ«W.ÿù矲UÕTϜɈZ²ÄÝÝíÎ;,–¤z7ÊÊ&L SSSûáûï5µ4E"Ñõë×#"¦tíª¿aÃúôô3¿üò+“ÁœñÕ „Ð_Ý;v¬……ņ7lذ«´´4jéR}}ýÅ‹)¼õœ¸:OìúçÉ[“æggÿ×sÙÇ·%Æ#©FM5†Pˆ]ÿçõ‰üJc]5 ‰D•ò½ªLjMŸ'!·é©C ¿ûˆÓËHCOKÇq1話D·{Õo-Œ44Õ8Ž»YêÞ}ôVZ±·O”ÙÓ§M{ûöí²eß»ººö·é¯ §……E|\ÜäÉ“BÇ[´pá!CBUU•égÎ`–_P0fì¸;v"„²srüýý ƒÁ=j”¿¿¿“““‹‹ËÑcÇ^½z•ššfoooÓÿÝtÖ}ûFNnÝ·oEEEUU©@ÓnÝBI&&îãñønn®’ꥧ§‹D¢¯gÏž7onäÔ©3¦O?“‘aØŒ3"§Nݸa=Bètz:ѹOŸ>óçÍ›2%!TYUE,Ü"„¦EF~5cFìš5¤²HrW³æRl´d•´µj…gB§¡Yí“BUmÝWÏ¿öx&tBH9á8.°ó¥O¤ e„Pñí޽t¿lWL¿¿pÿo ˆ2ÖUæÞ ÃpDAÇòŠDB¨àæóeãûq[“o½[ܪ|ãfÕeVPož@Tó–GT¶oêxIïOóïE¡ †ïʸ÷‚Ï•‹ãø+÷xþÃ9¡}B¯8¼}YÿHé ®¶!ùZÌ“êêÛ·þzSSƒ1z,iŸž={úùù?~ÆôiŠ¥éêê"„è BH¯‹ž¸Ã0 …‚š=û“Â&jjª! …"Á¯¿ž1å«™³jkk§¼_"Eñø|© RÝ»wOKK½xáâÍ[·–¯X‘““|âxË<£££ƒ¢ÒhèÃfª0BL¦Š¼Rµl®Áƒ+6$ùØÈ^€Ž¼ÒI¥jjiYZYµ»’!TÎÚåéºzƯž¾.ç.URò‚—¥ZVøóß‚Ã@=·ü™¬(qŸ{ÕœŸS8!¾P´hç•wš<¨)P#5äxþÃãù%[B|û黲*•ݯ)»_#oì¼m—ˆKw^^ºóR²›¤µõü˜ý×!k?¦½Qzµ¿ƒªšÂñׯ^uÖÕ%í½‚Íö>|xÉ¥K-›+0 >~݉'TYª™™™VV–3gÎÔÐÐxòäÉÞ½‰î¡!!ݺuËÌÌTSS3z´xxEEÅŠèh ¢TTTôêÕ«[·n¤­­û]/½îååikg›••õòåɸnÝú_ûMMMM[G[  \·nýÎ;;w~!4t¨<øø „’’:::îÛ·_^7I‹Ìº›‰Û›5W~~CB>ý :0***\ïJIQ Œ Û]IúHèQÃíªZñW-×à‘ÐCÙ%R9èjªÌ±|Åá]¹ûÖ¿@nߺÙÏÖ¾“šššº:N'ÖI±µ±±µù¨_¯µµµMLÜ».~ÝÌ™³ †µµõÈQ#BóæÍ]µjõœo¿õ÷÷÷ðp§Ñh3¿úê‡åËG¥.q/¦½½ýãÇÕ©©©–––;wl—'J¥½{ÇÆ®‘²bÿ¾}ñññ«×¬QQQ™?ž­­íž=»ãââ.\¤­­ýõ׳—-[úB¦þ#pppX»~ƈˆ)’å²’mݺEÒÊϥ؄¼/@‡A»sgg7·?K¯7·$¥Ô××ïÜöÛO¿þþúÕK„Щ”äâú~­¨Ÿõ^€ú´Œº]5X/ˆ ‰[§òàa#¤ÏœJ ‹ˆ|Ë©•íŸrâ˜÷@?uuuƒÑNL¸téÒî={HÊɾhooàÕžÀ— …J¡ÓÇ% I²ÂáÔfg E=~TµsÇŽàa#444ÔÕÕüzSkê÷JÔë|ý–W"¨GÃ0„ãt:½ý¨4rÔh‘H´4*ЍGà‹Çp:.ù<ƒ’´Å…{‚§û¼dâäTp½¾íyTU)ÕbldÄ©}‘€vW’@óJÒó<Á;@˜pœ_8Tp%)%)@I @I P’P’@GÂÒÊÊÒʪGOsÝ.zÄv\\<—Ë5éfÚ>Æ0lã¦M²ízú]ìm]ˆ¹H7Ú b}vïvtr<ÄŸÔŸ"Ð-vEÛÄŽÔ'C{>X€’þ3ܾuëö­[ »¬­­‰í¥K£Úfj¡PHºÝtᲑ¤pÉ8“®`oëBÌÕÞô¡XÄ] “dž;Û¤?»sÚ&v¤>€’Ú/±±k==½llíJJJˆ–ÌÌLoŸnîî}ýÊÊË¥úŸ={ÖÃÃÓÃÃÓË‹}ïÞ½gÏžY÷ëOìº{÷®·Ï„—Ë56é¶tÙ²1cÇ%''‹·ÓÏœ‘ÎårŒMbbV†MšäééE¨³r%—Ë4fì8ÉÙ‡Êî%•iÒÍtÕªÕžnîîeåå‘Ó¦Û;8†„„666Š¥íØ¹3::!t2%EK[§¦¦!äí3àÖ­Ûâ¹31,ÌÛg€½ƒã´é3x<žØœ…‹GFNó4¸¨¨X^£šå(1‡vrvqqu9jô‹/äùDy‡Ëæ¹<@I ­‡Ã±µµ-(ȉ‰^»6!ôôéÓ–/OM9Y\T´iã†Y3gIö¯®~2ûëoöîÝSXXpáB–‘‘‘<Éoß¾äçwôÈáñ¶‹³3©ðººº€ÿû÷¯Y³šP#&:šÅb¥Ÿ>}ôÈaYá’{å)Ìápœ Æ7lØð˜è¥×®ªk¨''ŸËñf³srsBy¹yŽŽŽyùùµµµOŸ>µ²²TÒ¿þòKnNv鵫šIþkŽÿ„„]Û~ÿmÚôé"‘ˆ´Qžæ¤2Å> ‘Òa]|¼‰I·=»bb¢I]Ô‚@+é@ÅÝH§TlJDıcÇø|>BhWB´ÈÈf9ŠàáÇK¢–¦¦¤\*)v°·_µTžO”w8ižËúàA_,+(h(BÈÍÕmõê5¡ÜÜÜׯk&†…½«®êë%ûçåå²½¼,,,BL&“Éd¾}û–T2“Éôõõ•Ú–'\UUÕÍÍ !diiUYUÕ,äÉd±X!{{{KË>¦¦¦!‡ÊªJñXKK˧OŸp8œ’’’ï¿ÿ>++‹N£{zx(?ûþýRRS úóç/˜*L¢‘Á`öZXX°X¬¿ÿþÛÔÔT¶ñúõ뤚“Ê”ôgZI*îÖäzzzžž^©iiƒ Êʺ°yÓ&RïÉsAQQ‘7›mddˆ Ÿìë7¨¹©"ëpÙ<çr¹²>€’Z&“I¡PB4Ã0„ŽãNNŽ“’””@¥Rq'¶ùd¥BH–Ü–'œÁ`¼—F!ÔPy2™ÌwÅFSQa‰·…‚îgõp÷8‘œ¬¥¥5`À€ØØX:ƒÎöf+9uAAá¡C‡ÎŸÏTUUݾ}{EŻ˻†aF¥RB‚÷>‘m$Õ\žLI¶M •t ‚nÊäÒW3¦¯ZµúÅó¡!!jjj\.WIGµ€f9\|"àÂ= ooŸ‚‚ÂÒÒR¢ŠºQV&¹—ÍöÎËϯ¨¨@ñx¼†††††7oÞ „.d]øá|A¤Ó%ë9{•—I Û›½~ý¶7[U•¥¡©‘ššæãí­äØÚÚZcUUUÇSSÓÄí"‘èÈ‘£¡¢¢b¡@`nnNÚHª¹<™Íþ†­Ðï·ç’”b®®®gë[###åyO±ª¹yyÕÕOB‰‰û¼å‡Oy‡Ëæ9œhK`•¡¡ÁžÝ sæ|Ëãó1 jÓ¿¿x¯‘‘᯿ü<9<Ãp:¶o_¢¹¹ùŠ˃ƒCÌÍÍ ?F¸S§NqquÓ××;›‘¡x¯ò2IÊ6{îÜy>Þ>!¶ûþýD¢‚T??ßÄ}‰#GÖPW7éf"n×ÔÔ,ÿ«œííÓØØ¸k×.&dI½!Of »(åäÉŒEëæ’TdÃÂ&?‘lmÝWž÷«jjjº.>.8$!dff¶cû¶féCêpÙ<766†“mÅÀÀ    ¾¾~ç¶ß~úõ÷ׯ^"„N¥$‡GÎïm@bÂÎàa#¤ÏœJ ‹ˆ|Ë©•íŸ|ìˆÏ@¿Îººàºö—ËíeÑûч7\’6S¦L 7n8 €Ž‡ªšZR➣ÇÊîâpj³³Î‡"„?ªÚ¹cGð°êêêpá í¨¬¬tvq}[W7jÔ(ð€¸pÀÇÂb±dùHSSÓË—JÀQRÀ*)%)%)|QèéwýÔS`¶q“²¿iž°{·£“óà!þ¤Ã‰Ÿ¯l®2ª ܨ¤??©‹Z@bâ>W·ÁCü‹ŠŠCC‡Iº«Y‰Ñž3JRø€aØÆJ—¤»&È#ð^Rà3óéÞKúôéÓaÇŸÍÈÐÖÖ¾víÚœ9ßä#„ôô»¾xþŒt/—ËÕïjpøÐ¡ÀÀ€-[·þüó/Ù/˜ššN˜81$8Ä×w ¼!çÎf¸¹¹]¼xqëÖSRN …B“n¦OŸTKêóðáCŸ ŒŒ ׬‰ýçþý„] „œ“O'~']¼<&NÈO:p 88èDròÞ={SRNÊ3í‹Nž<}:ý;ˆ"¬S§N-pEuõ¶·wÆ™t >Ÿ/ ™L¦¤QÄXR£H}"Y’*pòĉjjjtttBóç/°±µ™:eФCd£R©JºHÖ3Š£CjˆbçK´¨¨8...55Eì.ICd`ò‰ã~~~mŸ9­BËÞK /:,¹¹¹¯_×L #þ[W_¯Ì^‹€²···´ìC|Þ;88TVUÊ¢ªªêææ†²´´ª¬ª’§OQQ‘7›mddˆ Ÿìë7HICX,VPÐP„›«ÛêÕkš4ÍÎÖvùòK—-óôð?™L¦¯¯ïgɀϔ¤@‡Çq''ǃIIÍÚËd¾«h4šŠ K¼-å a0Ä•JÁ0¬Õ a2™ !D£Q ùŠMëÑ£GQaÁÅììÓé§·þøãùÌs-sÅÇ Ø' œ\PPxèСóç3UUU·oß^Qq¯]$ë™ÒZî’'‡Åb¶´}æ|Fà^R ÃâííSPPXZZŠÂ0ìFY™ò{[ ðƒ¯zt:BH H6zxxäæåUW?A%&îóöönÖpå5©®~Â`0BCBÖÅÇ—•Ý …-p›í—Ÿ_QQâñx i”’ÔÖÖ›˜¨ªªâ8žšš&ëYÅ”w‘¬gZ`H 2‡4²ÊËi³ÌøŒÀ*)Ða144س;aΜoy|>†aAACmú÷Wro J1uêW7}}½³D‹©©éºø¸à„™™ÙŽíÛÌ%žròds5)//[M£Òp_·nNo+ŒŒ ýåçÉáá†Ói´}ûÍÍÍ?Ò(eðóóMÜ—8rÔh uu“n&¤þ”RÌØØXIÉzFÜ_yCZ9òCI9m–9Ÿx¼ øÌ|ºÇ›h{Zöx\¸>3P’P’P’”¤ðI°´²"6 Øì_³pÑbM-í›7o))ð›Zá§ÃË!~iósù*a÷nG'çÁCü%ýÖ\ôô»~.ýåyO¬RëêöySâ3úYÉ€’ärëÖm„@ ÈÊÊ’üF¥ê†­T´†œOROìJ8˜t óÜÙôŒ3éŸBìçM‰Od¤P’À'A¯‹žx{üøñ‡B;—éãí­¢¢‚zöì™u¿wïe¼{÷®·Ï„P}}ýİ0//6›í½pá"„PÌÊ•\.whPИ±ãĉ¬U«V{xxº¹»—•—GN›nïàÚØØˆšæí3ÀÞÁqÚô<OVÎÙ³g=<<=<<½¼Ø÷î½û™¢ØØµžž^6¶v%%%Ræ>|ØÉÙÅÅÕmä¨Ñ/^¼ t026‰‰Y6i’§§—xHff¦·Ï7w÷¾~eååMÊYUq¯bÖÿfÇĬ”ò¬ª²BÄzU±»ä"ÅŽ;££cB'SR´´ujjjBÞ>ˆ/¤Þ *%Dsä©!kìçM Â(yÚîÙ»×ÎÞaðÿ•+WyzzI™/«©œ 7þ°|91äòåËD•O!(Ià_òòrÅÛ¡¡!§NŸÆ0ìàÁƒ&ŒW0ê\f¦šZ§üü¼¼¼Ü•+cB1ÑÑ,+ýôé£GKöäp8ÎÎÎ……ãÆ6lxLôŠÒkWÕ5Ô““O"„~ýå—ÜœìÒkW554’”’S]ýdö×ßìÝ»§°°àÂ…,###B ­­mAA~LLôÚµq’s=|øpIÔÒÔ””K%ÅööK¢–íuuuþöï_³f51äéÓ§?,_žšr²¸¨hÓÆ ³fÎjRκøx“n{v'ÄÄDKù !$«ª}jee©Ø{b;‡T RcÛCJÈÓ6..îâ…¬Ìsg¹²ÕTΔˆˆcÇŽñù|„Ю„„i‘‘ÍJ!€æ¿Þ|)¨©©988¤¦¥UÜ«puuUÐÓÎÖvùòK—-óôð>>óçÍ‹·èèè444¼yó!t!ëÑX]ý„Á`„†„¬‹/+»! ‰CHTWMR[[klb¢ªªŠãxjjÚ»¯€rØlï¼üüŠŠ „ÇkhhP,ÐÃÃ#7/¯ºú B(1qŸ···¼žÞÞ>…¥¥¥! Ãn”•µLŽYU !õjËøý÷m×®]û@oöúõØÞlUU–†¦Fjjš&(éå=ßR‚77·ììlâ.ÛC‡+£ƒ<\]]9ÎÖ·FJ\µoY 4 ¬’_4mîÜo?8èô+–‡˜››ååe+¢£iTŽãëÖ­#І©S§¸¸ºéëëÍÈPf.??ßÄ}‰#GÖPW7éf"n—”óë/?OÇ0œN£íÛ—hll¬@ ©©éºø¸à„™™ÙŽíÛäõ444س;aΜoy|>†aAACmú÷o1FF†Rªš››+BêÕ–‘””dccóAMÉfÏ;ÏÇÛ!Äöbß¿Ÿhnn®¼@ÅÎi–ç?{JÒ½{÷%K{û ÐÕÕuwwc©ª*£ƒ<ÂÂ&?‘lmÝ·e© <ƒ‚‚‚úúúÛ~ûé×ß_¿z‰:•’9¼´‰ ;ƒ‡jý:ëê‚ë:<gâİS§ÒÀÍ¢±‘«ªÊB­]÷¦¶výºø‹š2ej``À¸qãÀ«(ªšZR➣ǒØk³³Î‡"„?ªÚ¹cGð°êêê°J @;ESSêѰ&vM^^~]]¹¹ùöm¿·LHeeå¨ÑcLMMG.  €’ C»fÍÇ 155½|©œ @›7P’P’@‡ðïßïMüÒcs%$&îsqu<Ä¿¨¨84tѨ§ßUJø§ a÷nG'çÁCü[ÑK++bÃÀЈÍþ÷Å= -ÖÔÒ¾yóV û‘qi­øÊÒ2µzìÄ>o.Dš@I ¢$ÝøQ¥ÏŽ;öïKÌÜÜÝúú••—K_Uq¯bÖÿf ¥@¸¬.—klÒmé²ecÆŽ;zôØÄ°0//6›í½pá")=>ìäìââê6rÔè/^HN³²µÌAéuÑo?þСC¡sç2}¼½UTTBÏž=³î÷î%wïÞõö€ª¯¯—R^VÂ^#c“˜˜•a“&yzz‰U’µNÞp“n¦«V­öððtsw/+/œ6ÝÞÁ1$$´±±!41,ÌÛg€½ƒã´é3x<ž¬œ³gÏzxxzxxzy±ïÝ»'ÏEbd’š°aãÆ–/'†\¾|™ð‰ò±“ô9¬ž²BÄFD±¯äJRøL%it4‹ÅJ?}úè‘Ã!‡ckk[P½vmBèéÓ§?,_žšr²¸¨hÓÆ ³fÎ’¾.>ÞÄ¤ÛžÝ é§OoذApyrÞ¾};ÈÏïè‘Ã,U–šZ§üü¼¼¼Ü•+c$å<|øpIÔÒÔ””K%ÅööK¢–JNÝZæ „òòrÅÛ¡¡!§NŸÆ0ìàÁƒ&ŒWàÆs™™RÊKi"¦®®. ÀÿÀþýkÖ¬&T"µNÞp‡ãìì\XX0nܸaÆÇD¯(½vU]C=9ù$Bè×_~ÉÍÉ.½vUSC#éàA)9ÕÕOfýÍÞ½{ .\È222"u‘$²IM˜qìØ1>ŸÚ•0MâwŒ”‰¤ÏB²z’ iž’µ ý/¾X,VPÐP„›«ÛêÕkB¹¹¹¯_×L {WŽÔ×·L²<9L&Ó××!dgk»|ùŠ¥Ë–yzxkÖLq •JÅqœØæ¿ÿõvå•g0ïåP•šk±A£ÑTTXâm¡@XPPxèСóç3UUU·oß^Qq¯e.#O © _͘¾jÕêÏ_„†„¨©©µeÒ’FD±¯>>Ÿ¸ptÜï[t:BH ñA.…··OAAaii)Bðee-Þ¤œêê' #4$d]||Y٠ɧ<<>>óçÍ‹·èèè444¼yó!t!ë‚<å›ÔD±uÊS[[klb¢ªªŠãxjjš¬CØlï¼üüŠŠ „Çkhhh@y¸ººr8œ­?n”¸j߬؉‘ÕS±Òˆ´ŒóçÏ¿|ùN ´ßOmpЙ:uŠ‹«›¾¾^ÊÉ“²{ öìN˜3ç[ŸaXPÐP›þý[ ülF†b9ååe+¢£iTŽãëÖ­#j)SSÓuñqÁ!!!33³Û·µ™94mîÜo¥ªÞ+–‡˜››*P^ÒvSȳNÉábüü|÷%Ž5ZC]ݤ› i~ýåçÉáá†Ói´}û[ PaaŸH¶¶î«Œu 022”ÒÓÜÜ\Òˆ´Œï.úå—ŸÙ^^pZ }B100(((¨¯¯ß¹í·Ÿ~ýýõ«—¡S)Éá‘3À;@˜°3xØ©Æ3§RÃ""ßrjeû';â3Я³®.¸h3¦L™0nÜ8p@“¨ª©%%î1z¬ì.§6;ë|`p(Bèñ£ª;v¡¡¡¡®®îäRYYéìâú¶®nÔ¨Qà €O\¸‹©©éåKðjO€O¬’P’P’”¤”¤%)%)@I @I P’_ðƒ¢@‡%5ù88øB1Š´](b" ÇñVœ‹B¡Ð¨4*F¡@I J N:<ö&¶ üªÊª²¾~ýºëQmmmë~6Ý{tg0P’€RðùlKw5)‡Tù¶á]»:xþ|f;wf‡…ò€ÿ:ùY™þ—×ׇ]gôúúpBú_P’À'/Iq„Æ—tð ŽãgÏžõññfª¨{üýpoll426‰Y¹ÒÍÝÝÅÕíÆ²©S#mí샂ƒëp?{î›ííâêæ3`àe8ŽGGÇ4r¹CG³~ý†ï¿ÿxéÒ%6Û»±±ÑÀÐè»ïN™:u ¯_aaá» XFŽ˜Å‹—TTT|5sV@àPÿ€€ÅK–H~®KNG*§±±ÑÐÈ8*j)ÑA–µkãÖ®[»vm JRy>|úôiß¾ÖD—;wî°ÙÞ8Ž×ÕÕŸ0ÑÃÓÓÓËkÁwßÉêOФÛÇO˜Èf{ÛÚÙGFNãr¹²r222ÜÜÝÝÜÝ=<=+**ýW¯Yãîáѯ¿Mqq±”rptrrv1bäóçÏ  VDGO˜æîá!¢ R¤rÄá[ý¹œIjˆ¬ªí$²IM=¸Z3ÐqKRe†ï:]>‚ËS¦¦¦!‡ÊªÊÜÜÜׯk&†…=ëêë¥Æêééyzz¥¦¥ 4(+ëÂæM›B Ã××!daaÁb±þþûïëׯ+–£$òôa2™ÄŒRÄÅÇÇÅÅÏŸ7oùòBkÖÄÆÅÇ#„–.j]б³µ]¾|ÅÒeË<=<¤ §·#„öï?’šÊ`П?ÁTaJÍËËe{yYXX¶3™L.—Ëb±‚‚†"„Ü\ÝV¯^#Ù¿¨¨È›Í622D…‡Oöõ{§˜ªªª››BÈÒÒª²ªJ‡ËùìΔ5¤Yª¶e,ä ”5ôàjÅ@À— &5r…œ:&ÂpL%)´>|¾ô ùÁèQ£fΚ9cÆ >Ÿã¸@ 6ø|¾@ `2™Ä(ØŒwÛGBP :8ØïKL””/ %'š:uJlìÚ'Ož ¥Óé<Ã0.—K§ÓB>_ Ê‘ZÜå |>_ `8öN—šŽTŽ@ `±X™×¯ß°aýú ‹-Z¼x†a¡eË–Òô¸øx‘H´xñ"%(χ"‘ˆÐ!D\áåóùÆÆÆ9ÙsrrÓÒÒ¶lÝr&=]Ê]ŠÝž“““tð`Æ™tUUÕüqïÞ=)?…" Ã$e '`˜H$Iî•ìÏÄ¡g0D£H$$†(Ž©Éð}.gÊBªj{ˆEQQ‘¬@Rd.±œV tì †M”¤Æå jëù8Žc"Ñgy+\¸:þq(}iÇÙl¯9sæL {w5}ð†Ä(ôïÅS„ã÷òò,**.--%é(++¿…˜(&pwvrâp8?ÿüË”ˆñÃGÃq¼¸¸X öèуTެžï§ý@1ÉéäÉArž¤Y´há¢E %-\¸xÑ"5ïÂ=©µ´´êëkjjp¿xñ"1¶ººšÁ` ]³fuYY¹@ rÙ0Ònó¦ÖØØˆÅbavêÔ)Â!’r<==ò ˆÛy<^}}½”¤ qssÍÏϯ®®Æq|ÿþýl¶—l7b[q¤ÈAíÅ™ï¶IUm± (oˆìÁÕZ€/íÂý§Ê=grùê€óŒ}NÓuÔUê¹N]ãÛz¾š ÃvÒ›°íý'n³›´í·c—a•>ÉWCÇ©Tê׳g¿ßûî3Pª$%*ƒ%àá¨k×®;¶o›¿à;>‡áX@@€µµ5ú{w_U}ç üwîY+²ÈŽ0.EÄ*.("ˆ¢Äelë2ÚjŸé´O;3¯g¦ŠS;’N;Ïë5íØÅV¬ÚŠ­Ó±µ(ˆ ¢T- }ù•Û¶niýø{ïùŤɧ}ìÀ?tÍ÷ÝûËO_~eÕÛÿ³÷7êꫯ9ãŒ3.¸`V¡®®nÌ‘c_}ååýn×¼úÊN˜0ñM¥ŠY:š¿¹ìhòȃœ3³åû¢®®îgóîü»ÿý•ÂÉZÍ{ÕO?9ñХϮ‹“$IœÄq¢(Š¢EQª°¢õêöûU¯üáW_.ú¢?øîÎ<Vï>}ZÜ^^Qñ³ŸÞ1ó‚‹Z?eëÖ-?ºø¬ç„ÞZ¿nî-·Ì8wf=ºwïn–”Nn/O‡¬[·îSŸþÌ!CÎ=÷œ¶¦…ÐÑH‡¼¹ìh|¾¡pÂwsQ”ü¿Wªúôªˆ¢BˆB´£¾q{}þ€²lE·LE!„(ŠêóùT”Ô××í…qФiðàÁ¿Yúxó—Îår/ÿá÷")ŠÙáo.;ÚwÀ9æ/?óðÛ¼˜Ï7&I’$qEYÙ9g|â©UêÝ£ü«_ÙVS’8I’t*ºfÖø½ó–I:÷¯Ã-3åUŸsåô?Ÿì·õ¨ÈuëÖ­¬[vkuÍsw]ÓtWE")tÌQvÍÈCFï“3q;:ôç`Ë…qÇqœÏç›>ÿ7ÆÙl¦¬[®¬,›Äqmmm!ŒFQ”ÉdR©T*µÇ¯Ñ$’"’@çþIØ2’Ö×××ÖÖæóùø}™l¶[·lY®,„°yóæB Íd2ååå¹\®pv©H ")ìj ýË…M×llŒã¸qûöí©(ÔÕ7Ôû€;êÓéTMMMEEE’„tzO}£½HJ×ò‹ŸÝ©tíHÚrv¦ÐŽ/L644444Ì8~À÷~|_ccœN§f? ›Í–——g³Ùt:ÉdöÎé¤")Ùæ¾§*^÷ ì$”†‘4„t*•Êf“L&›É$q|Ù™¿à”áq§R©ŠŠztï^Q^žN§ §“F…`+’Â.‹uíèâ’âç°5¥ÍŠŠŠL&“Ï÷N’¤0šËåÒétÓGš|âvûm(‘ ‘¶ýã°A _PÜ<ªîµk?‰¤t q,“vfÙt2ð€¸WY’K'qT›Þ«‹Þ©MåcµQj )“~ø‡“šfL›?i/S$¥“¿ ¡³ê[‘ŒèY÷ú+«ÿðæ+›7o !ôêÓ·ßà¿>rì†í™êúH‰”m|{S IéÌšŸKE!I”#û.yqSa9„0nDÏ(Šž{cKë»(eUă»m[²èþ~ýûͺð‚!C‡…Ö®]³äÑ%+—üפs¯X÷^´qk½B)5tqQm¯©ŽöÀ…±c¯Ÿ/’ÒÉ5lòWwïÛ#›ËDup÷ƒû”=¶êÂÈþ¾ðÎèEî¢deÓÉ!½ë]xÿq'7õôiM·5zÔ¨Ñ?´èÉ…wžyñçß{9_¯¯¬Ôеóh¯Þ½ß®ªêß¿‡¯|ãÆ}úô‰¢K¥")YóYÒ߯ß6²Å'é_ŸOy~c!—I•çÒïV׿[]ßâ.JÙÁÝã×^^}Pÿƒ¦ž>­¾¾~Á‚7ÜpCáì³Ïž={öÓÎzóÍ5o®^9|ÐQX_­\UêÖ÷*5”¸t*=fÌØË–0aBß¾};ꘒ$Ù´iÓŠeËÇ=.[–I¡]o›¦åÃw¯(˼´nÛKë«'yà’6 ïWþFÕö$IZߥt¥¬W·ä•7_½à B÷ßÿO<ñÎ;ï„î¸ãŽBeeå”)SæÏ¿oê‘Çÿ~Ý6åê¨R¥ÔPÒ‘4“>bX7>û»•[ÞÛÇÓÍH¥R}úôwô¸®(/I¡=‘ôÏË/­«!L<âÀuk×m¬ !Òÿ€çßÜ’$E•¥Â{›7Njœ3gNUUUÓ]<ð@eeå¡Ã6VmèÛ#ç´à,uQJ %.›Í2úÁC†ä:ðCNQ”Ê–e+ÊËCè°8Фtfuõù·,~îíÞN¡ŸÜëË«›Þ¡MwQâê£ÿo5ŠÒ©"J ]M&ÍÝÆiWщíä7¡}+Þzg‡ —îªëB¯>}×®]3jÔèéÓ§úõÓ§O!¬]³¦¿[¶7¸ X–ºè”IáÃíä EGÜýå·¶ùÆÑýѦšpàÀQK}tԨѳgÏ!Üÿýáƒ7…[òèc?±vc­ýÛ¥.ú¥DRøp;™¹5ð€¥«ªLíìþ´-9|諞üåC-š6í¬ÊÊÊÊÊʦ{~pÑÖ­[:æø;_gÿvl©[ܫԀH »I¿¿ð5õÙO5äÚ-щg]ºò‘»ß|ãÍÓN;íýë·¯Y󨣋·nÛvñ¥Ÿ]ò⦚ÎnTj@$… ™ØYmÞž¼º±qòùŸ]÷òïæÿú¾Mÿ'„ÐoÀÀ#Ž<ú¨cNxô…/¿åšDJ ˆ¤P_(ÓymxgÇâ­õ‡ þø)çŽÿX\6“ªÙ‘_[µý¶ÅkjëÕG©‚|c>nŒ;öìš(ŠÒ©t*Ž:ìP");’š%íÔvÔ7>÷úæç^߬J ÕÐP¿níº_xþÝwßíÀ<Ú»wï;|ÄðlÖ·7A;hÜÐeåóëÖ®{æé“§ž>lØðt:Ý1«Í7¼ùæ›K—,IâüÈÑ£2éŽI¥")Ù7.«tzwýdeëãÆøÅžŸ2uꈑ‡tàke2ÙQ£F§BøíSO2´£®ÃŸ²:Ÿ$I6oÞä\R€N+Iç’€H @ÉÓ¸èÌö‹Æ½H еܺ`Õí¬jÈ7&Iœ$ïÿ %I¿¿N…«Ï;æo//’ÐÁ~¼ð…ON]^–I’$Iœ„$$IœÄ!$q’$!Ž“êÚú›ïY!’Ðñêó;êó‹W®iLš„(Š¢(„EQˆ¢(„¨,›n¨Ïï!‰¤V>ßÏ·Œ•Q”<órUEy.Š¢$„(D!„$ !)äÑ$!„(ߘOEI}}H À®+´æ[Üxù™‡ß¾àÅ|¾0IpiËóJÓ©èšYã÷Χ£DR€NJ[eÊ«>9æÊéoÏ“£(IØÍ@Úr–4Žã8Žóù|áö¢‰³é¬ÒL&“J¥R©=~%{‘ S‡ÒV‘´¾¾¾¶¶¶)•UÈ£ååå¹\®PERv5þeîlúŒ}'I·ISI3")»I[¶æ›¦?ËÊâÏ’¦R©L&³wN'I:s( -"iéT*•ͶçÉï_«T$`÷i›`j× |â€ÝN¤IéS$èÄ™tÿˆ¤){ŠRðÄÒÇ**h¾tD" ɞѱã4KJI˜vÖŒ ÀnŠ¢h{Mu´.tŸÄ{ý|‘”’°}{M‹`7óh¯Þ½ß®ªêß¿‡¯|ãÆ}úô‰¢K¥÷”{èXéTz̘±+–-«ªªŠã¸£úõqWUU-_¶ü°ÃÏ–e;j´fI) ÷ÐÁ‘4“>bX7>û»•[ÞÛÇq‡¬6•JõéÓgÜÑã<¸¢¼\$¥SѸ€—Íæ}Èà!Cò ø¤(Je˲åå!DµN‘”’ðÄÒǦ5cûöšÂ‚‚@ÇD½t6s@¶ôÇé\RJ‚Æ=té謔{èÊÌ’R|âDRØÇ4î +Ó¸§$hÜ@Wf–”’ q")ìc÷ЕiÜS4î +3KJIи‘ö1{èÊ4î) ÷Е™%¥$hÜ€H û˜Æ=te÷”{èÊÌ’R4î@$…}Lãº2{J‚Æ=tefI) ÷ ’Â>¦q]™Æ=%Aãº2³¤”{IaÓ¸€®Lãž’ q]™YRJ‚Æ=ˆ¤°iÜ@W¦qOIи€®Ì,)%AãDRØÇ4î +Ó¸§$hÜ@Wf–”’ q")ìc÷ЕiÜS4î +3KJIи‘ö1{èÊ4î) ÷Е™%¥$hÜ€H û˜Æ=te÷”{èÊÌ’R4î@$…}Lãº2{J‚Æ=tefIII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRDR%@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRIII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$`–Q:±»~r›"€H ûÌ93g)ì4îII@$…v²©T·ònê%(N744¤R9aФìgzöê][[›Íe£T¤PRy4“ÍýÏŸÞêÙ«÷G}®OܳŸ9ìð#V®X>þ„û˜É8€ T444¼µnÍÊgž7î‘”NnàÁ‡žöw[·l‰ãXA D¤R©ž½zwÌ€ƒФt‰TZ¦@'‰³J€H €H ")X’$Q‰¤ìW¿*¥R۷רtqccáG¼HÊ~£gÏ^kß|cÇŽÚ8ITökI’äóùíµµ5ÕÕ={ö*ú¢>ôÐU/¼pø˜1={öT دúõ5ÕÕ/>ÿü‘cÇ~´HúÓÛæª ûJ߃ú;ö•—_Þ¶Õõð`¿—J¥zôìu䨱Ôï#DÒCFV;öšß¿´ªèí}>Ö§ÏÇú¨ìŽÃSúƒ,IO˜0Ñþè¶¼·y¤ûÅÐØmõ'Ûc͹úx@ײ;ýð=4q)’t-%Øw]RDRDÒöXµzõäÉSŽÜ…]ôî»ïîÍ!&IröÙçTUUµ¾«¡¡áŒigVWW·õÜú篎=jÜ}*úôöˆãøÛßþNÓ?>xÐþ5þÖæÍ»kÂI'Ÿ5}úòå+fž?«=Ûµ;›PÊvaçîÂÐä7Þ˜4éÔŽ}$t­Hú¹Ï]}íu×®|æéñÇŽ¿þ_¾¶7‡¸páÂÃ;¬_¿"VÍf³Ìš5wî­m=÷¼óÎ}äá‡***v'µüÇ·¿ÝôÏ îß_ÆŸÏç‹Þ~ë­·þäŽÛ=ðÀÇ?~Ä7*çìéMøHcÛeÍWØþ•·Ø¹@IGÒ×^{mË–-§OB¸ôÒÏ,\¸°ù½uuu#F2§²ò”I“Nžxʪի¯¾úšñÇÞÌókkkC‹?:å´©'O<åô3¦­Z½ºð”aÃGÜxãœË.¿bÒ¤SŸ~ú™BUUÕ¸£?QX端¾:å´©…åyóî:oæy!„šššK/»üÔS'Ož<åÿüÓ?7…¶yóæµ5òO8¡ÿþmÝ{ée—O9mêøãŽ¿æšÏ×Õ×n|ø‘GN™4é”I“N=uòÿøÇoœ³cÇŽsÎ9÷’K>B˜1ãìÂÃ~ñßÿ}‰&œtòE_¼iÓ¦¶6jÏ¿ðrÿôÏ_ýÜ箞væYË—¯(Ü8|ÄÈÙ×_É%ŸzðÁ[òÚë®{õµ×¾ðw_<çœsÏ>ûœk¯›Ýbµ­wÖ®mBëÚ¶[ÑjÒb/=6š¯ð×óçï|åE÷N‹[ðÿñí¯}í†ÂòÊ•+›ŽÃZ×¶­#êÎ;ç{ìøigž5oÞ];¯sÑG€Hú¾õë×<¸°ÿùÆÆÆ¶mÛ¦LžòóŸÿìÈ#Ƕä7*+|ëܹ÷Ý7ÿ›ßüf‹¶µ³vaZ×¶ùØÆ_ô… Zï…¶*д³gÌøÐ•·Þ;Ewîe—]úË_ýª¾¾>„pû?ù›+®hýºm­·zÍšµs*+|pÑC.Ú²eËNê\ô‘ÐEtÌE ÊÊÊΜ6-„pô¸q‡zèСCBŸ8úèuëÖÿæ‰'Þ}÷ÝË.»¼ðÈšššÂByyùñÇB8ì°ÃÖ­[·“ÔÕØØXè\=jì _¿aöõ×O8ñÄÓ¦þyîª_¿~6l4è#Ÿä÷³Ÿÿüþûd3™ªse¹ÂO>yòÉ'5*„Ëår¹\Ñ.ðŠËO>ù¤BTú̧?sÆ´immÔ6›<ùÔ¨Q£ÊÊÊ^ýõ¡C‡ær¹Âm r'Šî¬]Û„Öµ-”´0¶¶ŽŠ‚Ö{¡­sU›VØž•·óëÛ·ïI&,X¸ð´)S–,Yòÿý[í?ZoõŠËO4©oß¾!„O}ê’gžy¦­}$ˆ¤6xðàõë×7Í`UTTôîÝ»E$-,¤Óé²nï/§Ò©†|C’$Çs̼;Ú:N½ÿ°T*‰ã÷’¤pc}}CÓš’$‰¢hÄðá¿YºtéÒ¥,ZtÓw¿÷ࢠ©«ÛQÖ­ÛGÝòß.[ö‹ÿúŃ.*//Ÿ;÷ÖW_{m÷«Ùz£öÜøCqÇqœJ¥BùüûëÖ­[E»6þ¢;k6¡­Ú6­­£¢-Eû¡+o½wÚrÕUWÍ©¬ÜXµñì3Ú"o[[ùàu›ÚaëG@§±ø¡Eçͺ¨ºz[ñŸõíYŨQ£zôèñÈâÅ!„;ïœ7}úôö¿ü)'.[¶ì¹çž+D¨WµùV½{÷n:%à±ÇkŠÇsÍšBÎår3fÌøFeå‹/¾X˜¿lllüÓŸ6Œ5*„ð£Ýòì³Ï¶s`[·l4hPyyy’$÷/XP¸qâÉ'?ùäS¯½öZ¡®¾~ûöí™L&„ÐÐÐÐü¹'œpâ“O>µaƼ»æ2qâNBêá¹÷ÜsOaùò ù‘#GîÚ w¾³>Ò&줶í?*Zï…¢ÇÆîrEwná¸ãÆoÛºõ¦ï~÷Šb]û¶j[t«?þ„eË~[WWBxø¡‡w2¢€Nã¼YíäÞö6îçνåK_üÒW¿zí°aÃ~ô£¶ÿå pëÜ[¾üå¯ÔÕ×Çq<ý¬³Ž3¦­|pÝuמwÞÌ‘‡Œl~úà'§OüñÇG\qŪի¿þõM§RIHþíß¾QÈÏ<³rü±ÇvëÖ-„p÷Ýw9öÈæëüû¿ÿ‡‡y¤¶¶öÔÉSŽ8âˆ{þûMwMž2åÎyw]tñÅÝ»wo~¦ìM7ýçseÇ™LúŽÛo9räå—_6ᤓûõ;há9cèÐ!••sÎ=ofaذ¡7ÿà;©À¡gÏž«_ziò”Ójkko¹åGétºùii;ßYí߄ԶýGEѽPôØØÍC.„Ðzç\rÉ%÷þúÞ#Ž8¼è³ŠÖ¶èV6ô+_þÊÌóÏ2xH¯z EGXô‘Ði´5?Z 0à©§žª©©™ûÃÜôý›ß}gS©mÀúõ믾æšþòcþM¾ðw_üë‹/š8qâÖ­[/½ìòù¿¾·‹Œ¿®®î°Ãxãõ?–Î&t¦·ÍUŸýì´iÓ.ºðBÿƒÀîhê×·hÜ¿µ~ÝÜ[n™qîÌ=ztïÞ}?øö¦Áƒ_yå•m]§}ÜQGÂPÏž=K0v‚ñ·:‡µk×8á¤êêêógÎôÿ즦~ýÎ÷ûÁ,)Ìþ7K ÀþeñC‹ºwïQt¡(‘€Öº_ß1Ÿ¸€vjúSë…¢R!„(ŠvùâêP°“~}ÑÆ}ô÷¿G$`7í¤__´qŸJ¥ ‘4“$I*•*|)%ì²ôë‹6îSM ß].’°—e2™t:J¥Rq§R©t:­(ìåHZH¥™$IÒétS$}ký:Õ`/ÈårïGÒÆÆÆt:ÉdB_úÂÿRöZ$Íf³™L&êÑ£Ço¼Q______WWWWWWXÎçóù|>Žã8Ž ŸÊ€]SøðR*•*4ës¹\.—++++++Ëår™8Ž3™Lò(ŠÒét6›Íçó…<*’°›‘´J ýùL&“mæÿÀcq— endstream endobj 128 0 obj << /D [126 0 R /XYZ 56.693 815.761 null] >> endobj 129 0 obj << /D [126 0 R /XYZ 56.693 427.342 null] >> endobj 130 0 obj << /D [126 0 R /XYZ 56.693 407.472 null] >> endobj 131 0 obj << /D [126 0 R /XYZ 56.693 227.98 null] >> endobj 125 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F73 59 0 R /F65 39 0 R /F75 79 0 R >> /XObject << /Im11 113 0 R /Im9 111 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 135 0 obj << /Length 2055 /Filter /FlateDecode >> stream xÚ¥XÝ“Û4¿¿Â ÓèdË’íòF{@ÊÀp<õxPlÜqìÔŽ¡ýïÙÕ®;×7scy%¯ö{í"}w÷ÍãÝý·:Ž Q˜ÄDD&&‹ò¸*Í£Ç*z·zkÛÑ6ëM¢åªr¼‡Ñöu¨ôl,=¿w}o÷µkvýûãpÕ&ŽE¡51 ÇË®}’2Ù½-ë'eT{În …-˺kÝ0m_aú“u3¸:%Q:…:¥Y&LQÀþd,O–¯îé!ñ‹»‡Ç»w1‘QiçU”±02‰ÊýÝ»ßeTÁ\+Ò"þö'÷‘Ž¥H”uýz÷ËdÞ?O¼c)E–ÄQ¦s‘›âœ¹š1O AàMÎJgŠM¼R#RCÚ ãn½‰åÊõ®-k{Åg†{hÈe·ïª'¥uKïO‰Vôu¦g¢¡’ Xˆ,M‰ÃWW.Ñ¢Èòhvè)É1?»Cׯ7©\-S0šŽ^Ëa›ÝØúHÀõq´ /½ß‚£ ØSI ‚¬‰ —&zyìÝFk³ú/4`¤µ’«‡Þ Sü™ø–æÆ@N¤¹šiîuÍ¢ù~"ç—ǯjñ1 ä(»\è³Áøl!ò±«ºh -€VÂòí›·‚¶_K‰hö}wâ“ÈÕ_ëDƒ1IÝ:Ö«tÐç7ž²ý“Jãòèúg’FèÂü5v¿óë¸e§°"¡M]uÞš•å"Sé2x¶_C°sü8å}=ì9Š}w@×Bàtk5q5¹ˆŽý|ÌüÖò-¥­\k¯¥¨«óPfvýxè(”†T7ŸÍ™\¤Ù.‘J³þŠŒI!ò< §Î­©-tž}™Aü¬=A¢\_šmLL¾GýoH Å<)â qª (™=Áór(.D(¼&M…Ï~y—·;o!b(â&Q"MÙt‰¸0œ”«7mU—Üj‡šžn8Ú°âÝÚ©ÍÂùeƒå.ÎQ+LïÊmCg÷‡¦î¹ûòá½k»oÎ_x™qh'@p•S[·;þÔ+Åàa) eWþ<6Ø Tf|:«L¯¶Ý‘…GjÅ»½­àòµ¿N×!Ù6ôdÁqßiüåO]`z• Ìâ°¥“Xex«ñâø ŠA¯lWº~úô t¹tPÙõГHÇúLÆÚ$©($$$Y!¹Œ~'-r V.9÷8nmí`+ÞuL#ç#Å—O«"²¶žÎ|Ö¶Dj0#"% ®Jb[¶}Ã_~¢¸äóiiæÉ­rˆw3U’_ÇŸZ$¨œ$i8ô$µì|I¦nÛ³H>d€4… §î²Ó)\OÈ[Hj!á/§³5mB{£°òý›},£×äó/ë óÞ̘_f9D~ ¡Îµbv1Þ"Wœ‰BñökÔMg«½m,Xd©ôæ}Ý‚__±áÍrc|Ç+ˆXžö¦@€µc¬8po çÉTl 0¼a`@¹”BYL^¦43R†Þ†‰F¯--F,!¸`”¿ 6±ò þÙ6pŽ»ÎšíÜW*â¦BÜ«ÐkaÙ„EÛí!Þøìéh5ÔnèýKJUÄ#ØB‡Ú «¹Ý^L›|× ýzn»¶Æ\,ùÓ#ßCSщ:»‰îå—p?CŠ/Š«Eù!§ûúÌå{8 hàÞrYê!Í6zìh¡0q; ‚7ŸqbóZŠ›ÓU €Ã¤ê¼w¢¯oMW>U$ðÊ•P9Ï«ïÁ «évÍùÐcå4.>Ãg@ÔZÎ ô§ÝâÒ¸á¶ZY!¤zv®ûÜÐèÕÌ’¹¼P+ó°Dp•Ë‚mš{ø_„35¡È¨X5_à¤ã*Ê!®Ã8¢qÐ4Ý ÎØ/¤Ú0ÿÅÈÅbýQ#Ý Ì”Hõd³}ùgÍQàc¡‰CÌnl,¤æóRóÍ ŒZ·]åòØõŸž¼ÈD¬nõ”Âs-`–:¸£=ëjðH¸G«ÿ<—¿0O•eÙ¹ÈA:u*Îâ°èË ×@À§Z2›Æƒ.W’Jz„¢Œ@Îy¨¦5ä—zl"ˆX‘8Œô>• "[(&˜—‡¯Î¡ŠÛP`KýΙˆèÚ妯›þ>G×–#Ķ/jþ Ç†øeú fúÞÏÇÌ€@Îfá8ì¡ ûq„nùÙÐs‡%¾§µÝ\ñK$'€jÈfþ$!±ž> 5ðGjßž?É;ç“Þðdiƒeý‰møR?–§$¼‡rßÐ2e¤G&ûš–ŸèAÒ^´ÇæˆL̤ÚÊq€/ÔЦ©àü§Ä‹RZS@šSe ½ÂÄÜ]†—Ý4¡´š+)& f˜‹†}]\`ó”N4gž Yáߨ}Ó„?yõDB[´UxãiVM`8ÀFÔ÷·Vn~°8sÓ\–p‚íK˜Ø˜â©óð¾âB_N?Z/gC]?]('à€væ„—´~ p³˜Jd8ö³'¸+à‡~ ãì4«ñ¯ú‹§F!4 ̹P&¸-æ÷W3wÍÑ˾Ž}ˆ écŒã]‚h ÛÆæ€Â—?i3›acøéwìS}àßô !/?þ’§ÿñvÍ endstream endobj 134 0 obj << /Type /Page /Contents 135 0 R /Resources 133 0 R /MediaBox [0 0 595.276 841.89] /Parent 122 0 R >> endobj 136 0 obj << /D [134 0 R /XYZ 56.693 815.761 null] >> endobj 137 0 obj << /D [134 0 R /XYZ 56.693 639.385 null] >> endobj 138 0 obj << /D [134 0 R /XYZ 56.693 412.145 null] >> endobj 139 0 obj << /D [134 0 R /XYZ 56.693 395.817 null] >> endobj 140 0 obj << /D [134 0 R /XYZ 56.693 367.865 null] >> endobj 133 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R /F75 79 0 R /F65 39 0 R /F72 52 0 R >> /XObject << /Im10 112 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 143 0 obj << /Length 1705 /Filter /FlateDecode >> stream xڥ˒Û6ìî¯ÐÑî¬>ôÌ¥3yµé¤i2Ù[6Úb6êÈ’W´û÷ P¦le“mö°¤o€€ytñè·Õ³ëÕ“W‰ˆ V¤2®?G©diå¢`*Σë2ú¸þS7£®7[™ðuih3ö£îªÖŸâZk\7]§•i½ùtý°Ú ÁŠ$A‚}ß67œËÛ±ÓûêF¥ª9'×ãFï÷UÛ˜~/}«Ç¡ªÇÞÂ@'å Sª¬Nq–±´(à†Ãèdùú .ÜÞX½¼^Ý­ ðHDI ø*Ê ÁR.£ýaõñJ€[yôÃzî3ðiY…ÞÚé^—Þ‘†<¼×ÝÑ ºgÎö^¼³P„,’h+ –+…Ü_U6XFþ×çâ8cèWˆ¤Œ³¤Ë(Á”"]_Â]Å‹ugt]•º¼²Ÿ9†¥=Ÿéj!g 5tÛqÞˆõཙ®÷C7Þ#b߇!c£‰UVž°qS¶Äm¨Ž-‘,'1Iô!72Q¥Ùy–ãáXW"CN/äÑÁ4ŽªVŒ™)û¡Ö÷xfé5-î‰.Otḩš[ºÊün#’µ¶Ž³ð»Ñà¦qµéMéo±{£=\÷´*õÐ"|hp@23ºjãlh’ sÁwÑ‚æ.T25…Ê•ýŒ@° ÁÙ<Ê-Ä:ªô`k"Ö›ϾިXØ0¢GgG .âÙh-k7.›T·„mjŽZbÐ÷«‰¢á©»$‚ÙÓÚ-Lk¥ÎÇVÝÂugR>.E¡®‚_ÉDà76 /¢Î¢Ÿ¢®°QçVgÈÈÇ™-$öMhª)îqiZ÷Á(àE¦Ðó˜‹r¡Å7iç+˜—Ö~ÌbÙ_ËX’xíCE/=‹¤•{!©òÞXx*É“Áë×´„íc0|/*m`¹+_ü†¶Ù{¸M7ÿš.ðë‰×¡…ª¤;®‹*?1ûdÙWãÚîþ6Cµ‘ÉúëFò5A]"ËDLh`‡•Iüùc ÿµ’¬#É:rf+:{$z¦¿ 뾤º/ƒPEzž÷ÁæŸS²™Ä™ Û´‡]g&¹bÆI‹u7nGòà åb,CïÃy˜· &sÆÄ:^4§»¬çh'sÆâÒœNœõx»±õÞ£O»&qwºëˆ ê"×_NÍœ‹++ɸX@÷öÏ£îÂ#Ü{„¯}ÏháÂØj±¢/(:Ÿ‰z–2aðÃ[„f¡ÐÉ\Ù±÷Ï÷£îÛ³†&’ÅÐ^ÑXKj?Ïp>nνÈz®±=«‡îµcAøPÃ9ŸYƒ›K–ÉHrè•ëo]#É„Êég¢ÏAy9'@k\¤HÄÐ/‘ÿßuo°ÿN“°‘ŒϦöûuo¢­Üب‡DUSÇ„HZÕ™Yví€>¤ÎÝ«%alt¤r²`þrD öô]ô´Áºð-ôÔ2{ÚÛ€ø¥Y¤Ê™Œã¹]è©·‘ãuŸ½Ë^~(XmMøŽsE^°4Nƹ"ÏYSN½,«Á<&:/å?ÙÁµ€ˆT5ûªÔg?ÑÀ¼;»t7V¦3l±•ŸYBp˜›$¬YÁ²Lr*äâT1˜ý‡6‰ƒ!r¢•B¦4ôP‘¶¶eê ¨¡fϳù;¸Üj¶®ˆÁ]:³Ý ’ÈÂôIs–æxœA|Yà”³8‹l©,ÝûÉKO Ÿt¿~‹2?§Ú;gÁÆw¶“jnŽñ»²j¼~†.ì¡n;âgS¹ æ¢ >K¿ ÂËŸ ½ÜšâÂA¨ïi71_³Ëq~r] eXäUÉ%SVÄ?•[@{WýuYé(žýÞ—‹SúœÚˆ‹.Lsö~ö0¤˜ÃÙÀ®»ý— Õ8Á¶R‚Í` ‡ò—då•‹OØk›ï^Bê‹M? Ó÷1ž~\†ݕ˜i¸hÍ[n$ìG@¡™JÔ5ùîÙŽAç„e>ÕñqÛª,uöTYrz†ÜiIÐN—öw1»}³  žF 8v#¬~8-pF7ß¶žè"…ÓœcÅ!j˜‡ª?¨¾QIÒú²(Ö-;ˆ!ÓMWÃ~.õs‡ömÕêhÏ¡4tþ-ÎxZüŸ_ÐþGtG. endstream endobj 142 0 obj << /Type /Page /Contents 143 0 R /Resources 141 0 R /MediaBox [0 0 595.276 841.89] /Parent 122 0 R >> endobj 132 0 obj << /Type /XObject /Subtype /Image /Width 902 /Height 527 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 47041 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 902 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|Õ¹÷Ÿ3e{Óîª÷nK¶å^ä^qÄbL1 i$árC÷M!„@ ¹i.˜16ÍàŠm\dl¹ÈVµzÝ]iµ}êyÿi½V±¥•ŒÛù†3;šÓž9çÌožSI’¤R©¨ÁA!„€@ @>cŒ±<8cÄ0L $I–e©ÊE Ä @ „az¡(Šî‡r!Ä „õ)žMUJlJ @ˆB’FêQæl€¦i†¦iE Üý迉 @ £È³­c†eY–e§gøO EQŠåyžçù»ÿŽ&6ÿÞû V#@ Œ"¿xsOÈQñ‡{W„Çá•ó!d4kkkyžç8îîß¿sÏ]ß€ÖΈAOóŽÿõVl—E^xYä´±‰‹îÉŸClJ pÉâꈒ|Ž š²™u_s(»Iÿxéå'îY¦ÑhÔjµZ­V©T*• Y,–òòrŽã~ðø[÷ÜõÝf§$Îß²ëŽ}ÿ7{bÎ܉iZ“•U©i„šž77írpþ÷^ÓXSDQ EÑ4¹ñ@ —ŽíôøO–l;Ç5Ó[MúH}ùµ…r¸ý_nßüÄ=Ë´ZmX˜24M+÷šØ|1€C¿›»`fÁƒ?½#F#Ö79\®±¹)^\XPðØŒ…‡K>ÿô qÊw«NÎ8göªï“{O p)Ðå :ݾò¯¶/^qC~jÌ€×T4vmûäý1S@ŒIû5‡Ml>Çqg-xR$éÝþûÖ;ï®o÷*×QXºaù|ŒR32N6…Nœ¬±MÞ±rÅÂüÂ…?ù©ýÅÿ÷ž»{óÝÍõ‡Ss'‘@¸ªÀoýâX-æ)Ec âv(Àñq¶ cs‡IK›£êt/1cˆ‚ÁТ¹ÓiŠ:oÀºÆÈHMŠ:ÿ‘1p÷Åþ#³qÚÄ g¨œŒÔÌôdر·D–åÅsgŒVžG+ÿ]ÝÞC¥e•ž’‘rqM‡1®klmiï9†¦c,ÆÂ¼l†e†IÔìR¨QÛ÷”H’ÔçäÔ‰…1fãyÃ^Ð*M \úp‚XþÕöyK¯³™´ÎîÐ€×ØLÚ1S•µ}Ú¼•²Œ#CíÞwh÷¾A#,”ͤýçÛŸ³ =±079!šÛ¥eUé‰1«æOj>;TŒQ[˜Ÿõÿ^x뉟\¯,º—$©gÅ}¸TTKPb ö,9šQÇ×~zää—)y±­­.WUÉWŸ~¶øûÎ]¼ÔÓшâ>²Eá*Ó£°sïÁž\ÇjÚŸ~óÐø19•UÕŸX‹Ús´áÿ>¯?6ç¼r!Ñ„úùJ‹Asâ´ÃnÖ&Ø kÿçÝÙ3'GŠŒqŸoUÔ5¶LÌ4@imstª42†Ä8ûÉòŠž\wªÎùÄë§\ C½¶åø¡ê†Æ–öWqËÐ7ÿâÝEs¦<Ï¿m?Cá‘çßÝí zJVßÚV¶¿¼1k Uúõ˜c8TzbéÔ´ÿºqQ¼UâŲӎW??•‘1tU:Ä …Vîÿñ”Q7ËŽ½‡^ÿõ74ª¾…}ø¯ÛÀb2œSò®J—B`5Hò¹æwÆYåBŠŠ ‡€?ÿ÷šƒÜûô¦ÁBmܲû¡o.Ôi˜g^ûBÑ•5uÿóE&½ú/ïîKH F„ðÆ£ EQaI*÷^gÈ]püä©Åù3@àê-ªî*-Ëœnñšõªšfo@dÛŽí˜TÿÔ{R ÖdŽŸ-IJ¸Ê$i˜ ÙñF5USß¼|fVøQŽªîp¸¦Mg4躺Tz2 Ê«TljRBZJ8;ݵõM>¦©ô”Äšú¦p M­‰ö˜÷vžr¸ñ±6ãgW]C“?bh&!Ζ“™ÊóÂÞƒ¥z½V§ÕvvºÕjÕø‚\½N;,C}c^þ'û?Ž<#IrÿÜúüÁƒ‡Û¬–¢Â<0xàÐqkŒyâ¸üÈRGæÙn‹qwu†Õ’Ç0¸(Je5‘fŒ·[#³ÚÔæ¸iNÈ2ž?)ý½•éÉÎtçÎO鉊¬)š=!µÍå{oÇ)Š¢f&i*(ð~·gˆI VÁP}Skmc ”œW×Ðc6Nš0v0Ës¿÷à™ 9yü˜Ššú`0y×»;QרÔä„M»+i¥Å›§Mjêð8Ù ¼D×UÖC\8*„PŸøS“â#4y<®FIJõ<Œ$åb¥™„C 1‰>¡Ô,£Ó06“öÁõóžyu xpý|›IëòÛÜö„ÔÈPý%©,ËgKÒÞ¬[§ßþîK·Ï]¨q Öì-oöï«õj ¤Ç¨B¬‰6'žv cÆf˜­'[šN¼s5z3©„«P’zÞWýáºÜ¬t8|ìÔ“?\”g€G¾uf ‹7?/óyº?xr]MsW{§ozAò¯î½{ÍøñÙq,C»º¯|rôo?]¥Ó°ðÁ“ëÚ\¾ûŸß:sÊåé[z¼ü7ß›d7ªºÓܼ·òPuƒV­²hÅG¿3'=ÁÌ‹Òû»Êºù¬ùÛŽÌ?UçürÃQ”âøwwÍO‰5ú‚üÎ#õïí:ÅPòO®«oënvx¦ŽMrtžz}_l|òyUiØPœ iÕìusò^ßz"ü×ÃÇNõÉí¾S§5´ðÁ“ëW´þé½ÃFõÁ“ëŽT¶ýæåÝ}JÎóÞûXêŒÆmoièü¹wKî^3!lÆ ŸhëpÅõª@YÆnwWñø¹®îÀ±êŽ…S2²’L]n¯Ï翦³Ú›šË×ç·èÙR=~î§/n5[¬Ð»« Æf;œ] FJŽnn° &Iòä,ó¯ï¸V’ñ§û«ŸûÑœ§Ol8`50ýM÷§wÓHЬ¿þ׮Ǿ7'ò®}øåWƒÝ¨kTFjÒžSÍ>`|ºyÚØ¤ºV÷»»ªT,[fºï¦á¨þ³»<&ÆÜÏ&ÕL„X–‰$%\¥^Ò¡JR„”fB=rïÓ›ú\é:íjL^æ3¯}ñàúy6“ö§ßœ¬F­Ë|æµ/Æäeö á›8óa&†¢(¹×¯–®*[†qÚþò×ÿs×êzþ÷þ®¹Ó'ÏXœy¨ôøáš²ÌDì1f¤ŠhÚ´i{×my宽ûϤ®BIÊ Òžc K§e5uxLzõ;ÛO~÷ÚI Óh>ØS9§(mùÌœ}tôû«'Àgkâ’•V–‘š´á³Ü2ÃbÐüé­¢$oÍ$‹AN";9¦©Ãó¯ÍG 2c§MzkkÙÉzgjœ™eÕÿØtä¡õÅðçw 2ÎÉLUâÄl6Ëž£Mµ­]ÁºÅ…ß^5ñ蟶H\è‘»–…qÃgÇœ¨ÓœCĶ’,ƒàèö%]ÞÐß>8<£ ùº¹ù¢$ôe5¤'˜w©ovx×.*¸iÁ˜W>«›—ëõú]]n`&¹×M6”/À®h]37oóÞÊpr[µEé¬ú8¶tºAóy!È; ÏÏ(J:ËŒ*uÈå?]ߤdX­VMÎKÔkÙÏJjŽVµ/œ’±`RÆ»_ÔÕøB˜îo›ŽÍ—Ð'?( )÷ÑíñM³À±êvV£S&ধ%ùü~$†˜Ä??<1XÓRÂw¯Ôå ¾¹µlnQz“õs)â>’Ñž£µ­îˆ»Ö~!jTzjR»³ Çc¢V©¬zú¡Û‹ûDµ÷XÓ`ñ+¹'^RÂÕì%•Ï9p^/éÒùg&ý¾ëÀ¹CÅÙ­XÆÏ¼ºë§ßœcÔ@§7øÌk»2ÓÓâìVo€ÐKªˆQEŒëó™¹ä1³àà<±Á¢—/˜gÓ°ÇKKuÀ:½ü”ÔÐfß=+×<¡xÁý:2 põHRød_õš9ùß¹vby½ót‹»§­Òt“Ó_^ïš71íÕOÍ—RÝÔÙÖŠOV)E§×UZâD0ÀÞc¡õ׌‡ˆ rNwà¹wÚ­¶”ÿ óÇ,œ’‘gªnêÞW½ïTÇѪö¿Y5£ YyÀ7ux6î®´™4kÄZô¡nø>Ÿ_ ¡y…vð…„ÒÓ­ q} õÖ¶²…S2n\06|fÀÜÖ¶ºŽìHiš9\9pž1Æ(âú ]›ñб†Œd[aZO†?;P÷“uS ¼ÎÙêòBœ ©ÿÜ\ºhAþ…0(I}òsøxcfV¶bO)Rp˸×ÈØáìšS0Ô$$Y.«s XÁŠrãà“ý5{O´W5v>{ß2»-ú˜NƘFg*dJb’×H´§­*μk»JF·Fõ<«Ä3Yá8~ÚÔ¬þQñ‚4XüJ• 'ÂÕì%U„ày/Vš Õošø9‚÷å ðA^tÆ;€CÃñ„Cédd9üáú³$ioªmÁOô«êþqcN^~ã±£;qª"N¯=-Øã²Ó•éxõ±/¿OS4!\µ’´­+p¤²ur~âÇûª#=KI ›öT†ryB[Ô¬,ΡR²1`nåÞùò¼ mÆpƆ–g4`p–f:ù>f,9ÕÎðÖ’ÓSóàáožãž’LGQtÿüüñÃù¹Ù ×é*œ0!'^ä×54SÜÝ^‹Ù0¬»3Xë¹)ø,3êõ&öµüÙRÆòü ÉýïB0º5*,ˆt‡8ßmàIp˜ Ü®FØÞÉ+ûKŽœã²™Ó&)žKA”#CE¸0åsøVû„r8;;ÚÛ\?ßjÔvzƒ ƨ}ðŽùÊj§X»52T¤[!ÌY’´ÿÂyul¨´NOÀ–?5Ëáæ­UmÝú´ô%K–‰Œþƒ?K*\R´z YqO¸j%)CSom/?qÚq¼¶+ɪ _a1›•êèòOÉO ñ➣ ùùc†ÛR<_~JL¼EUvÚQÓÜ59/Á¤W 'ØLÚÅS3\ž× ƒ^y×d ü!AÅÒE9=ŠªäTË-‹ ¯“âEˆ7êõÍÍ­áœÝœ+ÜÅ0tÉ©Ö[–®œ•ãñs3 ’@YVÒ_(=‰rk;Ñè¼îgo€Z­žPØSÒÈâÒ4ýîŽSK§e1 ¥tIæ¶Ë”dœ“bœ·ª8'œ.MQæù¬,!4`pA”Æg÷5ãç‡ê>ú² –Y:%ƒ¦©_Õí/k€x«á;«'.˜œñö¶“Ât’$õ¿­¢(*FÓé´Í—NjǧþáÞ%»K(M;åÙ7–œjúݬR­n€å3³½nNQZØã1˜åûø3¼kÔ w'êÑÒz¤&Ë2Fu^›Çájô’F ÁŸcí|øb<ÈÀ}Éá£çH¢O¨¦¦æ‡¿½PYÏôÌk»ÃƒwÌWV;ýþåaI:`“쑤ƒ½’†é2ÛWÕ±jÕÊŒ)Ã5F+cI­cœ‘‘V_ùeÆø…H \’!„4æý•]v»dß™!€ÉdúøËê;Wí>Ú ÑPß94ø¼òöùëä$,) jìð¼òñ±X»õýåw,ÿã§*oyþ½£9Ù`·Y·n˜œ—°ª8wBv\]«;.F]AüÄ«{oYZ¸þšñ¼(¿¿ë”Á ‹Œá/ïÕ£)ŠÃª§6ì»uiá¾1Åä7í®øÏîjÕ h‹,ŽÝn³Ûm}Οm( Uº¾¬º~þÅnæ–Qk_ýäØº%…w_?y÷ÑÆñÙqŠ!âcÌóÙŠL[ÿàÀç÷÷1cFZªÑh€ŠÊê“3à“ýÕ>I¥Q©UTß¼¸`꘤Þ+¹¦C€ûç'9)1l·œìŒÿSzºÅ½hJÆ óÇ„xéDmGP”5Œ»3XópÔ¿6Y·¤ð֥㶪-̌呦(½Ñ6 å#¬Ž™LÆQ¯QéK¡iºT÷œ6 玟Ì%%\’¡a],ã–7 ¦e Å b·Ÿ€g^ÛeµÇ+®ŸoÒ«S,}Bõ£=}cVVÖÆüÃÛ·ÞywC»»O’M•%þÚk—Ϭ«ªHLI+?©ô Ò/+çy¾`LÞÿü]Ò˜Ù“—“@¸ÚTé‘£ÇU*v\Á˜ðIŸÏ_Y}:&Æ’™žêó(¾{Ùô¬ÅS3üóçŒÎªë·>½ìTÇñ‹ )D…%Q:^VnÐëòr³•8›[¸k4ê”ä$£AïpºZZÛ%I2›LÙYéáEQ<]×à÷û5J¥êîö¤§¥Ø¬1n§­µ# QÅÇÇ&ÄÇEÆ–š™¢ÛÝÝÚÖâB ÍÄX-ɉ ¢(†/áxY¹^¯SF™‡k¨æ–¶öE¡‰Æ –ÛöG[[¢(kŒ¹Ãá2 9Ù™0Xž•,…ó?`ðÍÎdeUÏÈÏËÖëtJyüÄ)Ëã ¼~ß…0ݹó£ä¡½Ãáêtóÿè½”1³"§¡Gâîö5•ï[ºêFA”Aîk’ŒûHR¦Ï{yŸXâ3&Hòw͘¿´îèÖ¥×”?•· £hIså~)ŽÌÔ!ú3¾`ìí¿Ùbí¶”ä$ÒL—©)ɯ~^ñçwKd,«XÖ“‘žªLý%Æ!® üV£Z¼â†mŸ¼ß4øe‹WÜÀñb0Äý¡äüsIr¦(JÈ™~àøg?úÉ#0cÖtãÄÜ@fêƒP8vÌ9Zp±HNNJNNŠèù‰%®8Uä¬fýêo¬;Ç5œ ú{}–_¨þ#3çñ’FÂj sn{bˆ@ ..·ïR…Ð ’tŒÑ¹qËnrÿ@ _cŒÎ$)|ðäºN—ˆû“@ paPü£ÍMÿøûÎÈó1 @ áâÂô?E¼¤@ „ d'â%%@ \dˆ$%@ \dÈÀ=@ á"3¡¼¼<ŠD‡bù mÏÈrµ´´*ÇÝÝ݉IÉ—B®@ a{I·lù4)1Q9ž;wNøâÑò­FÆß'Nå§òï¦6bŒ%IúÓŸž»ÿ¾û†•ĺ›o~ëí·×®]«ü|ïý÷/Zd2™”8/œ­K€/¾øâ·¿}ü³Ï¶ ×n£”7\^^žŸŸ/ÂŽ;SSS1ƃÅ|ƒ ÅòÚžg• poõ8¿­È8@ —#šKºæºoô9³mûöeË®™¿`áò+ËÊÊF%‹6l˜1sÖÊU«_ý>I?þ»ß…B¡ë¯¿aýú;†áêÕ«Ž=ÚÒÚãW{çíwn^wsdqú—⥗_þío€Í~˜˜äv»`Ù²k***FR´wß}oΜ¹sçÍ¿õ¶ÛœNç9N*øýþ;¿ýíÅK–,Yºôᇉ"ŵ7­}çw`Û¶msæÌV«TÊù;¿ýíeË®™U<ûî{~Äó|¤‘9ŽËÎÉ}üñß}û;ßY´xIIIIË7ø€Fæ8.'7ï—¿úÕ°îæ98GmTrõÈ#ÿóƒÞ½rÕê’¾€@ „‹È°½¤+W®¢i^ßðZäÅãöööGýͦ6šÍæÒÒÒ{ï»oÛÖ­ÃÍP8þ¼¼¼×7¼ÖÐÐð»ß?±sÇv»Ýþ³ŸýG¦øÈÃÿû߯¼ÿþ{0×—F£Y¹rÅ»ï¼{ï½?®ªªjim]0~Ø;`)fßwÿO0Æ{öì4iÒž½{çÌ™ÓÖÞž——7\—Æ€0Æ ÿï¿Ø¾}[bB“O>õÿ~ñ‹¿þå/ž —wÛ¶m:­nëçŸ+ò4 oßÊ•+ÖÝrëÃÿüí·ßùá¸wï—Š—ôÏ>k±Xàg?ûù›o½uÇúõáD1Æ>ŸoÉÒ%<òð®]_<õ‡?¼ýÖ[},?Üàcìõz,Xðè¯=Ü¢…«,Ëç­á\-^²xÑÂ…5557¯»åàýJ @ . Izn>þèÃÄÞõ>ìÙ»·««ëÎoGùé÷¢ÈPŸø<8oÞ\»Ý·Ü²îÐW‡F¥Ø·¬[÷ÐÏ~~ï½?~ûwn¼á†H-2`)òòòÚÛÚ<Ï¡’’‡zhÇÎ ÍÌœ9c$y8pðàìÙ³à¶Ûn]¹jõ`'ÃŒ?þ7ýöW¿úõÌY3/ZE¢:nÒĉüquMÍ´iSÃçßxóÍ>úˆaX‡Ã¡R«ú„ÒjµÓ§M€üüü¦¦¦þÑ7ø`U…eÙóç¤Út{<…C©á´²³³5jummmNNé@¸<$é9ÀOž<éß/¿<ÊYdØž–­8g̘ÁqÜ‘#GÞ{ïý ¯½:”R̘9cÓæÍ&³yÞ¼¹O=õË0³gÏþšïVFFÆöm[¿Ø½ûÓO·¼øâ‹nÞE$7­½éî»ïùÞ÷¾>³ÿþwß}÷ÃÍ›µZí¿þõRuMMõ¦P’å¾þË(‚fd­V;غ£^eY–e™¢(D‘ô@ \D¨ŸåƒÑç¯áŸÊÁìÙ³÷íÛ_ZZª,<:qâ&ýSŸ>mÚþýûC¡ÆøóÏ>ïYÆÒ{¥âÝäy!Š„ÖÞtÓC?û¹Õj3fÌPJ1»¸øüÓìâbµZm0?úøãÙ³gã(€ž„fLŸ¾wïÞÖÖVŒñ†×_Ÿ3{ö`'ÃykmmeYv势yôÑ'ÊAˆÂ¼sfÏþñ~tÛm·…ϸ»»“’’4,Ë}üQø&DÜßÈHpËG|0#Ÿ³ö ©ÚÀùîcøbI’Þ{ï}ŒñAÈÈÈÀ@ .0_‡—4!>þoÿû×ÿû§<Ï˲¼üšk ‡Éò+Ç|±kgZZÚ}÷Ý»öæu©))f‹¹ÿõë×ß¾`Á{lìÿ3¬„Ö®½é™gŸ}ôÑ_±ųgÿô¡ŸÍ™3Š‹g½þz]VfæHÌ•ššúØo½ñ¦µ––öççŸìd˜²²“¿}üqš¢0Æ¿}ì7 Íí£iúž{îŽ<³pÁ‚7^ã¶Û× úäää!ƶü;o¿5Üà£RUF˜„Éd(J¸Q©T§N$U@ „Kâ%%@ IJ @¸º!÷@ „KO’ÖÕÖ»@ F±ã†*IgÏ]@ìE @u”-G‡$I?±@ ákƒ,o"@ \dÈò&@ ÂE†xI @ D’@ ®n¸2pO @¸¸’”R@ Â× ¸'@ \dFyàžã¹ºúÚg»(JXY¼1fF¯Õ F“Ùœ›@QT¯7z‘8Žkw´Qe·ÅjÔš¯ÃŠÐnÂhÑåîÒiµêÁk¾×çóû| —cé|>ŸÇç¹·­QÈl4éõzrß …¯UòÕAI’†úÄe˜iS¦Ož4™˜Ž@’$‰°:]wÚc4q*Eå•$QEžçZÛZJ¼››A5Mbà0­A鮕©Ô‘”Áï÷óþéêtÄÚã<¾îæ–&³9†B T*•Á`ˆ"þ6mÜ´yS?Š(ŠÒëõ&“I­RB‚ÀÏšY¼lé2R« Q=o JJJðY–ÝÝn†fÁ V«N ¢0`¯Ñó ˜eX“Ét! èêêLˆO iº·c‘ÚÛÛuF’ú<ž` à÷ùøPTÞ`ÐètÆ P´.w§«Óâ‚\($ˆ‚F­¶X¬V‹Íh4ù|Þ“åe4CçdåZÌ1¤’_R”|uðþ{`YÕÐ[ès~vÒhKRYôRŒ‘ÜÂ(IGâíkmkž:yzˆ ɲ$+`Y–%À@Q”Z¥ÎNvdÇvóþ’ k«6î×þ¶ßâÜH½T¢¦F­Gi†¶¬Ðã¬D­ZF¹€Ïo6™T¬ ˇB!¯Çc4»ÝnÚ¼éºk¯¯©© ¡PˆçyA$IbYvÊ”ÉëׯWôw(záÅ®YºŒlìJ¸X~kŒ…ãx¿Ï7 ï°ÛíŽ1[(š ƒZM4c‚ÀÇÚcÏÓ´¶‚qt¡PÐíî’zE°ÈK¢À³¬€¹/ð|S}­"…i†µÆX5ZÝå9®©®3 £Q«Íf3Æ8 ú=žîÎÎD¥ff¨ÔêQ) Çë©o¬5Íy9ùjµ†a¡»Û]ßP[vò8'p‹æ/uuºÊN•Íž1{˜Ýcà@ɾêšjQ‡ЦéÜœÜÓféõ:Ò¦Î$I,«ªo:M! Q…BŠ@ñ`ô¼·aˆµÇ‹¢8ºCjÎ’Ú/×f¿£³N#w„pÅIÒ^¶oýlùÊkyž  áq%"„DQÀËXÆcYÆ˲,ˆ‚Ì— Â6{Ræ*´±êb @s]/ê¬ÌdjLz”eYµZ-Ë2 @¸·÷¢$Ó²¢5j äõz£P¥f³Y¯×+žQ¥ÛEQ¥RY,14M+>N‹"’”0¢hwZЉ±èõ†¦¦&Nß§9ˆ¢ ¬V«( žnOtÙÃ2V¢‚ž©9Ê?€{Ñét²,–5Ü]Fe4J’ìõú$‰Ãü €°$‰”Zo4ê)ŠæyÎÕéJN‘rut¸­V«ÖjeYxÁçõÆ*F­Ñh ƒµ••¶¸8{|üKWßXç ø¦Lš¡R©xž …‚¢(˪Ìfó¤‰SEQܵ{»^oàyÎáènüJöÙíq‹-U”nûŒÛ¡§¯êÓe‰¢xüøÑ%û-XLÚÝP@€jkk8ž?Ç5µfìØÂÑÏ7–JîHs]CÉc–DÖ‡®,I¯¼Vù>Ê+#–e¹çéÊÍ},ûÞpË>Z•c¶ßZÛþŽuOQÌkêÄ¿ÒÚá gp<¯R«Q ¿‘"ñ ÔsŒ1–eЦCg¾$Õh4áQN%%žçY–ÕétQQ€¨UjL¶, ŒŒ(Ú]d‹À€(š6šL]˜³Æy;Ý]6{, $J2/ÑUTI–1€$ˇ£Çóñ?»ÍŽ$,V+Áh2q<×ÒÚ‘””d‹£¨³„vzF¦ÏçkhjIJŒcU*ÁãIÒÎŽ·Ë¥3DQìr¹bìv‹Í¤Õé .§“U©Ô:ËáÀ#Q¥­m-ÃŒ©Å<ϹÝ] CS­R©B²,ƒAY–´Z]ñ̹½JqØ·¬º¦zñ¢¥ŠØU”(ÆJwxæã³~EQãÇýó¥¿-¼š$éHÚB(+;—B=‹o)ô>“z½¤aå?ŠÏˆîÖO4†ÄØŒ›½'Ý­Ÿ˜“V‘.”pEIÒð4Ç…ú A’Š=úOq‘ƽâ‚.Þý†%sƒÊ°ðLK¦´±…'{‚;k¿oÌ=4¼÷CŒ)D‚Ô»L !©Iþ€(ˆá^X«ÕbG1h‚R¼¡,ËŠ¢¨÷zL• ¨Så;Š‹iµfŸþh7ŽT/BDÑîÎ8^%S²Ùdnhl0 Š{ xžÇÖ¨5<ÇcYVäIÙ“e0Ȳl³Ù"Ÿ®½ÎR ²$ÖÐ$V9004]_W?ØeZ­¦§ÕË8ꤹPÈÕÞ¡Óë>¿J­ÎÊ£R©Â­›eU&³%Æfo®¯ç‚!•JÝÑÚf4™ÔQÍpwwu8ÚçÏ‚ ¨ÕjwwW]}ßï …¸ø¸øÄÄd›Õ …dYÒh4 ÃðE‘a˜P(xÏï‰<ÿÂó/œ½´‡*ƒZ ÃH’tU-ÙI»C®©:—T£W0¡ÏCvä8«žN»F–}ñy74•=cN\IºP•%I{Ù±íóå+Ws>8¿$%À  Ù÷¾Š÷8R(ð0êô ó%•~ :2Hþ€k#£›8üç „°ŒÕ5¢Ôǃ¢V«Y‹e,ËR(Äõ<5‡¢>Ã2T9Pþ _ã­¨Ðüõ…â;sDðÀ~¸`ïR½QE» £R±¢( *•ÚfµuvvÆÅÅ)ruvÆÇÅI’„e9F·Ô°2(±Ãéåm°§Ya°ÛíÐ;¸?:’´·ÁZc,²Y>G …>ž¨á&„qc]Z­x^¥VgääôN ¿îV©T™¹9µUÕÏ«UªúššÜ‚‚¾††Ö‰SeK.ãy^x†aJ¾:àõyó²s3ÒÒ=ϱ²cÇËŽg¤gM™4<7ÙÚŸ·ß|W9¸ù–›BKW­Q~~ºé?°ò7(?7¿÷ÎÕ9õh$íÊÉÉïuRô¸JÏ Ý¡Þé£m× »TäÚöâ@×û&ûí÷|Ð]ªµL$½(á ”¤ËW®îsp~IÚû¸ÂX†³Þ Ú<7ÔµÉÓø€)íùÞ?†@övÖÞ/quú”—†; c 0Æá’>m^E„Œe,cI’¢U¤=’4¬GçΫR©Ž?~IÁà—·Þ:kU Ý- ¼¤2[IÝ"DGí.ŒÁ`ðù|11VQ ƒÛíƒZ­Öïh5Z†a‚ÁMS~¿/!!1ºì)mcˆµÛ{) ³wsʤá6Ë04}~ícßçñ`# <Ÿ–•…ª­­E133“eYáôéÓ,Ëfff&§¥Õ”—³*•,ŠÞîn“Å2¬´ÜÝn«ÅÊ0ŒÇãV©Ô¥Ç#DÍ+ž¯üµä«CË–¬°˜- I’¢GeY£’¤aoøçÛ?‰PPH¥bÃÇÊËL„òF¤Ý gÖ3•íÚÑâœ.'Ømötƒ¾hÑ@€14ÊšÔQý\bÞ7°äb-ÆÝ‰coqT?Ÿ6õ%Ò‹®IîÓC¡PŸƒó?®$)Ò±¡ü?Bd°ÊT,Ãje,€ä€EŒC€ý²Ø­6N•À6Üá d°Äñ¡¶ŽVš¦MF îé„1ìõ{üMÓ&ƒY–±Œåîð%i¤g´¶¶¶¨¨hñâÅÝÝÝʇî»?Iï0ÇÇ»Þn/ípåÿåE²È‰Q´»HIêñxB\HŲMÙìV§Ã•˜”èv»“’“8žCòú¼jš¦)íÀ= ;œ®3ò¥W“ÆÆÆaÀ’,565)KþÏÚjøÓ¸{¦¤÷y•D4Hr¢hбº:;£H.à ño±YYµ æÞï÷WVUæææ@UUU(2 0«VYlVwW¢ßç7šÍÃ*T{{[ff–$‰E;]N§Ó9·x>3c*è÷ù°,áž)PJ§%‹‚Õ-ë™!ú¿ÿ+Ò‚Æ7ùýÜ—™Ú³Oíƒ?ý¯§Ÿz¶Ï³€´»óHR!ñÿ®Äeç.|ü1SŒU–e·ËYöóG>xæ¹E¯üÛkÇF˰Aw©³æ¹P×AÛ”—d®ŒU'‚Ô›qkËÉëÝiϾŸøJ Wˆ$ ³sûÖå+V‡¸Pø`ˆ’´GŒ"åAÕ;E ŒÎ £Ò`±!àÞt}¢³-ך'#J+4‹†?’¨ŒÊØáê°Zm,Ã:]ŽÈ¿ó"Ÿ˜˜äóyº=n­FõËŸ{‡Ãqüøñ©S§òykÖ7³;ßo¯r¹¢x䮹ë`ÈÍô÷¿™'’Þ0T¢hw‘ÄÆÆ¶wtØívQ5-ÍÐN§ÃcQv¿!$ÄG¿O~¡ØØØÈn”í(ËrLLŒùl¡ÝÎP>¼1À¨oDå÷yB¢ hõzeà%33³ºº: UVVÇq&##CÉ•Î`èt¹hšöû¼Ã-Tk{ë¤ISxž§iº±©!=5=r ÐÔÉÓ>ß¶ÅÝíÏÉo`ÅýR¦O½ðü‹ß¿»g:éKÿ_0ô½r A¿a}Òî†×î€}wý°è›wŽUì=~¼£ !d:U¾à¿ÿûäî/¶¯¿ãú϶ŒÂº&,{Ú>qV=#ñޏìE™_”…:„$V²ØR´r“«áýæ#ߣ³=ç¿L +È|Â"I—¯XÝçàü’T V6d¹îH„)¬yMwú›þ¡ÖÅk 6Oó •NLécò·EÓ<#Ô³V”ã‚AB|‚»Û­üÕb±XÌ–’d–$‰BTÔ¯§‘÷z½~êÔ©¥¥¥î“§J~üã…·¥¸w9‘™šù³³¶²ê*÷”>øàümÛHU# ‘(Ú]$,ËÚ¬V—ËKÓ´Ñht»Ý:NàyŒqWWWB||Ÿ/YD!I §Ó‰Ò²Q||¼òþ©´/Y–Aà8nä;C ,I/ÀFTÊ I–5Z­-˲999UUUÊ´BµZ““òlϦr:,I MáªÛãa6ð«Tê†Æ†ùsæGþÕfµ_¿æ†Q¬QJ† ½´ÏO…³‡õI»PÙ¶m±iic&Nâ¼ÑéørÍ  ø³Ù™YcoY×¶{Oé–O&^³b$9 tj*¹SkI‹Íœl°ŽÃRgÈóÃhXuÏ$‰«'L±Ö”×ýîÒŽš7ÚŽ?”2í]ÌTÒ¯.WIž±ä}}Î/I{î{w¿ "ü'€,}›5/Ÿ’kv€>.qÛ§'Nù¡fþL)Y”dIž¡Ø®Î.½žu:ƒÞ K’,I,Ãx}ž` à÷T¬F–$ŒeI£›’9p?iÒ¤ÆÆÆ¶¶¶ŒÌtI–xŒ[ßkbýxOté§($äêdSŠ8²u „«Š(Ú]UªÓjŽŽX{¬»«+&&¦«Ó¥ÕêN§ÅlŽlãQ ‚Ò¾lVkØK*KêÙp Æ’(8¿ßÞJ–$Q¢HWEY”ä³?Ø(J’,I¢ ¶Uɉ¢(‰¢,Š’$É’¨¼L+%URW¤žÎ Ë¢(K= ·\…DQDˆÂ³ Ãó¼Z¥¾p5JѠƳ$)Šð’ôÖïó, íî¼´aiÎc¿ñ–•5;;*}¾57¬E€ö¾ö&£V'ø}y¿{ì«£¥“Pô†•Eoý¾›ó–Z’‹®Ýëx‹¢€U'P(A½Ê-“D¯È;O ½!ö›S~媳~ßÚìE‡É·—ƒ ÅœËKºç‹×¬Xí÷ûÂçïÖ% hŠêI²w½aÄ"ˆ –ȲÉX¥Ï8Zñ÷¢©Ñ.þÅcl6[0ƃÁálQ’%†f@¿Ï/‰’ÕbcV­VSˆŠzä$¬GÓÓÓý~ÿñãÇY–Œô¹¹Ó^øóÁï|wMÇ_›T}Ú[vôŒ*µ«Æ=üsRÿC'Šv×£Ñ(JRGG‡ cww·ß0 Ñ}DôìF'€zo)-]’e›Ýb2šÎì íš§½¤2–•möA6¢~rjFÖ¡@@¥R`Q«kª9ŽS Ëq\UuUNv޲¯V0PRÑ (5«âxN™ÎkÐÜn·Ñ0°bàxîà¡õõõv›}æŒYÊš§áIYî'IáÇ÷ÙêÇ÷ýøÏϽðô³O+?¸ÿ«süHÚBÈéê4ÄÄø&í½vÅêë×Zb¬EÍݸqóÞY3q‚P‡Ã1’cL™öFKéw;[Y“ öåÅH|£(¸@–ü KÄ$êKÒtµüÇQ³•ùS¦½Iô(árá\’ôšÞñ‹k†>p/I€Q4è7Ï,¢=Rv 6@”^<Ûÿ…$õü]]¡Pc@” Š‚Þ`Œý~¿ÀK’(í:½În³kuÚ‘Ü;Ç£(TY–DQÈ\·®a×U¯¾ª9Ô]¸.¥µËùÕÓ™7ÝDª! ¢hw‘ °¹¡Ñáè@cŒY•*9=½££ƒ¦iO·»¹®!„²Ùl)ééá-K‡…J£)//ЊáÍÞÎ(HŠ¢ºÝÝ=ÛèŒlg¨Þ½Ï>y6¢2 Þîn„PÀïWVÐ×ÕÕq!N­Qçdç@uM5âjkk•ÕN~ŸOÙÓÞ<̵M Õê¼^ÉhE¡°p¶ퟧ¦¤x7?þä£ÙÅs®»ö††Æú­[?ûÆšë£ë$À`ròhä_Ïñ&@ÚÝyÔ?ÆE#ºgÃ|„B DÓ´(ˆçð µÚÄLÉ^pØÛ¾Åuú­U»l)…±k‚¼ÿ¢Ô 1/FÈÐ^õ²£n7«Í´fÿÒ ™KJ¸¼%i¸3òõNÛ÷ yþ¾$JÎþÄ/BgmϦ¸K{VábPv×âiؽ-(.³Åb†¾þµJ¶·cp´ÛÄ(ßä išçù°oø`Nzý£¢zÅé™Mƒ•%Oññ:I©—Tà³Ù¬Œª‡?潟!Qþ•$©»»;jí«^q¯<–X–õx=^¯×çóéâcçÿóïÿY²ÌêÎ`ëEÚn'uŽQ´;…N—K£ÕÆöövY’P||¼Ãéä¹§«+5-­µµEàyDQF£Q§×»ޤ””QéMÔµÙl…ÔN—‘Èq\äÎP0ª÷Š!p²UÉL& (šn®¯ÏÌËMOOÌÃ0ÙÙÙÊÏæúúÞNŒÃ÷’¦¦¤–=ÒÖÖb2™|~Ïò¥Ë÷Ø·qóû…c “’SdQtuuo7ÀžPð­;¾yñU¸Â)êv§€Pë÷~ôíïL.(¤ÕªÞakl~Ayeù‡h±X’×ßz‡Édjnm …B,«ú`ÓÆÕ+¯"!•J…ÂXƸGa zö¹È7‹>ó.B,«"ínXLX¶tûÓÏ&íÜ™4~ášëÆgd0 ƒ;;Ñ'[š¶ooæù›V­‘FŔþ£Ž£·ÛÒWÒ"¤íl:Wô†$IŠk†ô¥„+B’†>ç—¤¢ÔïÓi² @X ÷¸wZ$ösÛÊg¢DAP |IIÉÍÍÍ^oÏö‰‰I­m­Zò…hËrÏä´¨ iZ­V{<ž¯•ššróÍ7¥¥§©ÕžçxžD!kûþçŸÉ½ÝHõ"DAí.¬Þ`QÇ…‚Aš¦EIdX–¡iF#ŠMÑ·[«ÕRˆÀ Ú—èeYÀÀét ´3`YŽæ›éËäÈïo\¸ä4Ml\œËáT©UÏÕVVÄØl:½^£Ó@(øý].Bˆ¢)çãâã5Mt6LˆOHLH|ë·V¯Z-ËrMmeŒÅ6yâ¤Y3fJ’,Š¢×Û}ìD©N«Óh´ï¼óöô)ÓÓSÓ¢H‹çù¤¤¤a eLéjëÄ¢ow=o-hú†ÿ;pÛ©uµ±3§~ ØÛåtþûåfž[¼é<ÐC6º‡ž2îÇó<˜N vWÄ$ßíï<Šéd2 P©TáaCÒ£.oIn+_îùâš«½^Oø`h§EÄ4RÜûFŽÎ$Ò›Œ(I8Ú„eŒeŒQT‚ëôV¥JMK ;HDQ /ŽDQÂrÔnRš¦eY.--ÕêÔ·Þ~sLŒU£ÖȲ {ûq±ÛÓ-ÂnÈ„«šèÚ˜­1¾nÞ`¨8UβŒÑd Cö¸8c«ÝîîìÒ-¼  žã-VëhÕUI–•Vlp[be‹bŒÈÃ_ß$IEÓ`°ÏF.9³ÍÆ B—Ó¥Õj•Êïóy½^Y’0MÓ!še%A‚ÖX{Ll¬(I4MGg´™3ŠK–¾úê++W­¶Yí^OwGG/ðŠ‹‹¡kŒ­¡¡aûŽmy¹yS§NÃQõZ>Ÿ¯¹¹Yùœ2Ž˜1…û>IÓtll,Ã0˜´»sÒ³€¯÷‘fŽOX¶}ëÑ-[JŽwº¡¸Ø¸´¼ñºëCÏRõnã!â@0à´ëÚk6X—´Õ|ÒÞÚÙÙ©Óé´ZV«a†¨RÂe/Ià w C„„„¤ã'ŽM_4ÄfPU]k‹•¢êÖyA„ á'ŠÃáðù|²ž €Â3A”m yAPE,¼8/¢("„ZZšy1´pñ\­V«R©0LJz¦°`I–=qŽFHÔˆf‹¥£µÍh6ÙlVY–¹âSSÀÛÑÚ ëôz#M‹¢ØÝí1Ù¬‚ °Ãi ƒ?)‡´3Ôð^8e™çyÞÐÝÕår:#ݤ­~Ô“ÃK²Œ1Ö¢${»:QˆcU,MQˆ¢P¹ð–ÛÏýÚCÓ´ËÕ™””m[S¼¤¢( <Ïaë}ÞY»)èq„¬“)AEQ–%yô& U’ööM^OwŸƒs·—Ó©×è¶lùdïI¢x¦¯;«ç;ó!kMKIëhoîÐð¡ÂÐÑÞ. ‚’g­F#I’Ù¹¢iZù«(m­­¢øPH5ä~VÇÛØ\—•›Î²¬â9à„¾¢[ÆØï÷cÒFưÚ]$Z­69-­­¥™çyQ¬Z”šÊPCÓ¡±&ÔŸ>ííî$‰¡é»M­V#ÁYµJU~êT¿I‰gýÔiµÃJ‹BH­RY­6‹ÙÒgl£³«kÔ“C,M‹ë´ZÀªXŸ×+p\H•mP)DÑ,«Ñé f“^§×hÔ4E1 %Iâ9Ž…b,–s¶¶µU”WìÞ½' PˆbF£Ö$Ä'äh5šP0ˆh )wsè"x⸉_øò‹=;‡%P(ŠÒëôc iŠºzÞ±£jw83=ëOÏ?£¬ë 4Mg¦gF= P1 £bYY£A Èô£M'.Æ=a2Z4V£Q«T M+«8ˆ—„pyKÒ(ë/BV›-???++{x9`h{l,¢¨á¦«R«eŒÀí¨BB¬ÉdR=-†eo»åÖ÷ßÿOÏÞçÔÍË–,#­Ÿp±@e‹±YEQT†_•mË”FÍ0Lv^ž(ŠŠ×Ÿ¦ie$zTjlBBâygÄD‘¢(–¢ Ÿ7I«LcùT\ECˆaY†eUjµÉl–ããTx’²À1²ˆÚzMŒFµF£ã8}(d¶X²²²Q”¥ÿ–òñb–aT*•J¥Òh4jµZqi=QKLÌü¹ ÚÚÚ†â;¿,Ë>ŸÏn·Ûív¥êq¥bµZ³!75%m¸O.ëæÌ Š¢4Z-«RéôzI’¤ØÅ¶ÑFŠB Ã(ãõJE%·pÙKÒ¨_ªX†IINަwŽê]œeÖ`€1ùyÃNr8É­^¹jõÊU"faÔ¡)ŠŽÜcòì ÉÐ4éc½êŠ¾Þ¦AwjÐ’SVLQçpFŽRYX†aÆ ×_¸îE¯ÓegeF™?Ò›µJ•”ðõÛ–BˆêÓÁDná •¤#yN'@ #—¤äÅŠ@ p‘%)ñö@ ¾NÈ8;@ HR@ ÂÕÍ@sIÉÀ=@ ák„xI @ ™¼¤55UÄ.@ „QglÁ¸¡JÒÁ.%\P0ÆÏ ¼ |½0:(ŠbXöÌW°1–$Y–$<‚­½BMÑ4sã$W4G*[ßÛyª¡Í}éd‰¦¨ä8Ó ÆNÊK$7ˆ@¸ šàRÑ£Á` ¹©éÄñcN§3j=jµZÇ/Ê3V–%ÀX…¦¦æ²²ã]]QkG³ÙÞ¼jåµùycF+Îýö•:8mêô™3fEƒ×ëµX,—Â'ÌK ¸>qe䊹W[Ùˆ÷äK3{—£ÁIs E¾Ä âõz‡ŠHÒKLÂIÊó|eMeSs³ ÷¤,›œ”œŸ“§RE³n½²²bÇÎí·Ü|ë¦7!@yyù£RŠ’Cï¿÷çþüǨ%)ƺÚ$Bèë|C ¹JnÇÕVF†êyÛ¾d³w9œ4RäK¿ D’^îªÂÕ±¼ªrÖ¬â›Ó2Îq}}Cݾ}_Ž/(<—̨ZTVVìØµý[wÜ©Õê¾uǯ¼úoŒñUé¹Ì´©ÓŸûó§M>’F…/%Ÿ ¾„Ȳ|áR¿”ô({J ¥µ)%%ÕájÅ·Ma&%%µ¥µiÜØ‚a%Ö£,«òxÜ:AQ¥0r_éŒé3gLŸ9 ¦¸¤îËSÁH)H¿þÇ ²Œ±Ü·PV›Í`0({ÉÝýÃ>ôÐC7™Í}V×ÔÔÜrë­%ŽVö._ƒ“æ@Š|uIÒ°(|ö¼Ð¢ðÃ7_ÄÔ/‰Š1p/"…¨vgôÖN𦭛V£ †n—$Ëvkœ ˆÃª¾‘z´¥µiÛ¶Ï/^š”˜2ZªôÀÁýÊ\Ò‘SùRjò•Ò;\‘¯‚Îú +#K÷tnýÿôå—{“““ýß9:Æþ?‡ò9Q™óí|ÌÒ—±ÁIs E¾’êÊîÇûm(Z³æº[o½ ¶nݶhñ’9sç-]v͉²2à8.3+û·?>oþü9sç(+»ë®L›>ã×ß ý~ÿßüÖ‚ .\ôÐÏ~>X*«W_ ý/î“z¿ß?Ø<ËËôÅã³T)ŒÍ7nÌD忱¹ã¹² 'ž/âÊ6ŒÍ?6w\D@<ØÒ¨È?UT”GêÑ?ú0--ãÃ>limbYÕ·î¸sÇ®í布ÅÙÜÜôê†WÞ|ëõÚÚÓÊe.iÉ¡ƒÊÏšÓÕÿzéïo¼µ¡¹¹éÜq–çH3³r^zéåÁ.$é…ÿþ™—?Œ3 ûÛÇçΛ?{μ%K—ýó_/áKƒººº+W½ …ã¦MŸ9sVñÌYÅóç/õü|=·£ pÜÌY³‹gÏ1sÖO>…/s+ãªÕ׆þòW¿ÎÈÌ®¨¨‰UûÜ CÈ2î÷ô9óú†×‹ŠŠ&Mš´æÚ5íí}.{饗 çÍ›ÿòË/ÆÊÉO?ýtÖ¬â)“§Ì™3÷èÑ£øÿ³wÞQQ]Ÿ­,DŽŠ(XèH/‚b¯(*jâgb4‰=Q° ØMbKDE5*EQ:bñal v¤l}óýñt³î¾]–¦ïïp<ã¼™;·Ì›½;¯,AÔ×Õ,X°pÄðŽ3¶o_WWW·ysça*5È]R)öÆíóñõóöñõõó߸i3¥]\.·­}[›*-¾:É3S<ñ¤ -{Ö·øÂÕüU¨ÅFåW97wþæää|Åš»ÖÚ%]¶ìÇØÝ»SR’BÏž=‹ˆŒ=|ê ‹]QQ–|<9À€u##ã䔤aÁÌͦLž»çƒaiÙM™ç³Îùùøévè·oO?¿ë6ÎN.?ý²ÙÙÉ!tëöÍó™“&†••?JÏ83eò4eÝ çNš£GÐÿèÑcS§„Q¹‰~ûõ·Ù³¾$ÿ{(!¾ù7åÈJ˜3g®––fê‰ãêêê•oÞ:t¸Üúƒ !,OŠzŒ’*v{Ó¿ë”p ŒŽ9lhhXYYÙÀ  À¡=mlþÛË•£;·o[YY …ÂììSS2£j²W¥¢ÓŠãÓ¨·4}ýú‘îUU9ó,¸x±ÐØØxåÊ•ó,ܳg·ØúDDD^¾|I__ÿ›oæb„0BOŸ>]²diFÆY+W®Ì˜1³°ðF¨ºúí€ý×®9v옺ºÚ… ¡šš,O½Xz÷î–Í[NO622wJK)=,N—ÛÔTiñÕIž™’,5-~Ö·ìÂ%«H$b|Ü7€6xê)Xå’’“¿ýn~aAFkqýù<^‹¯Ø­’’J’“óúõë°°)â­J² ¢¢2xÐ „ƒ½}=ÌÍÍBŽeeå£ÇŒŽ\ùã²eîîýû+–okg«dã¨5Q†:µ«tôý&©¸òÕ›—â ÷šZ„HÀÖ2$D>ŸÏb±i4šòϵåäe6’Åb?~üèhâ±A[÷°AY÷°Á>rìè¨#M’v*m¶å×ÊȬªªâò¸ªµð©3¶ï܆ ,¾—ôæÍég¾œ9‹Åb3 ñù£¤+(+%&Åí‰ýbÖì[·n÷èÑ!t>3sÃÆM!:þóO[>Ìåñ&Lœ¤¦¦öÇÎíã&L¼ùw1B()9å·ß~§Ñ鯯FÖ­ÕÓÓãñx.®î“'…Þ»¿ìQÙÊ‘ŽŽÊ(sëÖí‹—.]ÈÏUQQÁëhkùÅLŒ1å®îž“'…ž;ž ˆM7lß¾³¸¤ØÈÈhçömt:]ÁQUUÕY³¿zòäIMMmÛµ1kØl¶<þsÛöz:¸ºöEXîWy^•¬¿s§tÆ_;ògÇŽ,ZlfjúÍœ¯³²²7mÙÂçóU9ªQQ«l¬­e=¯¡¡1j̘ìÌó¡îÝûîûùɉÇÖ­ßÐÚá´‚/ÐètmmŒ±¬÷êêê¾›¿àqùcD£99:DF,GÉš&OÊp(Ž ¬pJ”´qøðaÇ“.˜þ|¦»›[aa!yß9éÕ&(#û·oß.^´!TtíZ䊕‡&¸¸º9âueåãòÇ‹-tvv¢ôXƒF1é4Œ‘콤¡óçΉ/Ü'$$øúøa‡Móë×OÜ8?/¿_¿~õ:bOž4©°°8ó|æëׯÇ÷î覘Ífû÷óǶ³³ÿá‡-\äéé9pà@J˜té%ôå‹—;vÄ3™Ìž66d©9oll„Ú´yKFƹšÚÚMÖ“S…rR}œ©"ou’·˜ÈÆW¶%9Äê¨5—¯\©«­‹Z½Šl)>Åj5òÎú–=¤.ÊÓvËO? …Âù߇*)ù{Ñ’%'§ˆÏ—¾ncÇŒ¾ÿÁ˜1£êë¹Ê¬HMˆ#¥)5Êd?_¿ï¾_ðêÕ+ÿþÔ_™óWÒwÿù§ec÷1RRŒ±““Óþ}qRõ***dÁ`¨pÞ•é º@(èÒ¹svVVVVVjZÚÏ¿l=•–ª@¾òûôîÝ®n!DB!Â!ùª|«Þ :Cê B¨ä[–ºÁšç ÀWžL¡P ~:ª®®®âIEõÛê”ãÉú²´´Ì/È+ºvÕÁÞÑÙɹŸÀÿП‡‚†ÕÕ׫°Ù|>O™~>~IɉcG355ÿbƬ߶ýÂðm¬mnÞº™q.}ö¬9,»¼üQʉ” À`2•9!/]º¤§×ÁÌÌlXHðÑcÇ–,^ôìÙ³E‹—&ÄïïÚ¥‹@ WŸýâì Á———¯Zuòxr§N6oùiÕê¨Í›6bŒkkkûõó›ÿýw¹yù[~úyïžXe”¹qóF=Ä+5‰¼!Þ¾}kog÷Ý·ó¶ïØ6eÚ±£šš˜ÌšýUjÚ©À¡C9bxôš(mm„ÐòˆÈ£ÇÇK©syyùÆM›SO¤èéé-ˆT°kNqB£ÆŒc0è¡n–Ývý±ÃʪÛ3g.X´xø°a>ŠŽZýìùóèµkÆÇkkk]/.^°`Ññ”$YÏ×ÔÔJúœü÷#„ƒ´bBèd:V^þxÖ—_bŒe½—™™¥¦ªš’œHž ãç/^Èš&OÊp(ˆ ——§¬pY”·qà€Ó§ÿݷǧ‡‡J]æk¬2’ÑyõêUÈð‘ß};ÅbÅÇ'Lœ0žôƒŸ¯¯÷½û÷§N ?ŸqöÕë×M0ŠEG4Œ‘¬±d¥¸ž,H6“<„1‹Å"kXäí¡c‚pqv>tð ”L‡CCaܵsç‚‚sçÏŸ8qbóæÍç22d½-û^RGG33³~ý]ûºº¸8…s8Ù9Oú¼W¯žóæ~“ššFNy“êãLÊÕIÞì•/ƒÁ7Ï{õì¹tÉ⢢ksæÎË:ŸAnˉG‘,Pžõ”niÎé µpQž¶#† ›2í»oçÑh´Ä¤¤ÇKž/555Þ^^K—,.//>r´2+RâH)GÖEʘLªv*ÍÈÈH]]]ý•9%]!‰ì[0v­•’’wˆ ‹åãí½dÉÒk×®ÙÛÛñ÷ ¦†Ož<éСCPPMÏ^Šo9—ט]²e^~¾…¹¹©©i»Ù%%wJ‘Ì…{ uÍ—}ra;BˆÔ#„lÇÇ^Ý3Æ!,A¸/”—~™Ñy$£Û8*™ÿNîÒ3Òkkj ÚÝÊ c\tíÊÜ9ßýôË&'G'ëÖ,&3+;[ 4XÁ “”iiÙ­¿ÿ€ &N˜hfj1{Ö×?ý²åÁƒ·nßœ;g›Í.+Ÿ?dÐ.»*?kù|¾låá#Gƒù|þÐ!ƒÇO 7onn^ž‹³³©‰ ÙžÁ`Éî|>ÿBaaß¾.ººº|>ø°aã'†òù|>ŸÏápúôîÍçó;[X”?.§TV¡P„1!U)o//O>ŸocmmÙµ«¾>ŸÏïÕ³ç£G_Öóãw&0ŸÏ‰D­’½»wuêÔ©ªªjÊÔp{{;wwYïuïn³nݪÕQÎNNÞÞ^|>ŸÒ4yšP†CAss°¬pY”·‘ÉdöêÕ+55íŸ{÷z÷î…1â ße$££©©éâìt25ÍÛË3;'÷‡¥Kø|>“ÉìÛ×…Ï盚˜°ÙìÒ»woü}£ F1ä}T½‹ëÝ==.^ü¸â±±±ñÞ½{}}}ć0Ânî«£¢ê¹õ'õTYéãëóý‚W®^utt ¢¤¤ÄÖÖVòá§ŠŠŠ:„„ûùùZv³²=L…Ãÿعýö;W¯:üg|üÁƒ dç<ÇSQQññöæóù}lûlܼYÁ¤ú8S…ru’7{eãÛµKÊ– cà |>¿W¯žâ–’£K(ÏzJ·4çtZ¸(O[CCC}}ý‚‚ ö'SÓŽ>(y¾°X,Ò|åW¤&Ä‘Rެ‹”1yBèdÖ±£Þæ”Ñ_ÉóWRT‹Ç®wI§L óðô20Ð?yâÄ;wÌ›÷-Ï'bè! ¦¤%ÿ½bÅJŽŽŽ^£øHÊÆ’£‹[®YÛ®î%}Ù^ré&/Ükhh>ÎýÉzȲ›'–cQ=Bˆ©¦‹bª¨#Lô°ðö©5t˱Ôyîû{ALŒM¦Nž*y«Š½Ã–Ÿ79Ø;ÿíÚ¥k×.]¾;p·¢uk‘H6y²™Yç¹sæmß¹mîœyl¶JYÙƒ¸}û†jÝúQ·¤È&¯\.7===?¿ v÷n„PUUunn®ø¯TG©š÷›/ÿ~P‘_7YL&YI£!‚ÀJ~G·îÑýö­Û\.W|Y@bGz6‹EVÒét¶ [\Š^º|9åø‰øýqç@|ÂýäéŒ1b¼¯”ÚºhÂõ/ÒÕÊÊTTTÞ¼©244$0¶íÓç—Ÿ·È¸ôƒŽ’oxðù’’[5’Vhiiõíë’——Ïb±d½gjjzìÈ‘ .dœ;¿+v÷ýqrL£Ðäò•+”áPAJá²:4ÊÆà ‹O (öžä®Oc•‘ŠÎ„ñã¶üüËË—/ôàp8<Aä-7BaÜ4£ÈWå#Ê€J|·03[·6fh`B¨³…ÅÎÛ%wI;››ÏŸÿ}Ppˆ¹™™Ž®i½‘¡áÞ=»¿žó5Ç'"(0жOÉÝÖâââeË# :ÆxÝÚµLCV y/êneÕÝÊjäˆáîžÞ>¤\mØ,Y ÓhäT‘çê3U(W'y³W6¾ò–é…BfòH(ÏúÖ8¤† \@BB‚SNœ¨­«µ²êFÞ‰!îËQQiìŠÔ´³ŒRRøå!ò‹·øF…õWòüýÐ-»ÆÒð÷e#„V¯Zuéb!™öë×/3ó|A~^á…‚ˆˆåäUûû÷þ!»xzzþyø0Yž7w ô“••™•6y²Ôâw‘’ÊÆ’£‹IIInOÏ6a$ñóM>q¯¥¡EB cG„!¨5ì5„àVvê9XPõ@]ÏBÃØc‚ò17ŒÈ{«¨ÿìçNw°wTІüS,ÓÆ¦ç AƒwíŽ}ôè>›­òíÜïÙl•GîïÚ;hÐ`›ž ʤ\n$9s&ÝÑÁ!#ýô™SigN¥ý°dqRrJ_ç‹—.ß¿cÌãñêêêètú»]:‰³ËÑÑáâŋϞ=Ã=z̵o_±§?äHYoeeåàè¹bUMM ƸªªjWìn¥†À2ÃÉ?Z]]mhØIEE… ˆô³g%I qt°¿|ù —ËÅgfeÉ{]¥”•k¢×øûǬ‰Z¸xq}}}ß¾.—¯\))ù›|óæÍ[cYÏkiiÕ××UUUaŒóòòI=?B8$+kkk¯\¹jbbBé½gÏž1™Œ€ÿÅ‹ܼuK(RšF©‰Ráø0‚”Âeuh„»ºö>mäÈ’CÿÛ¾‘ÊHEÇÎήæmMlìî±cF¿{ü– ŽŸ8‰1¾rõª@(477ošQL:B4~÷ŒÖ¿OŸ>161–¬7n\ÑÕ+EW¯$&먯OV¾|ñœ,L™2%ýÌé]»þظaC~^Yéï›{ùÒÅ«W.¯\¹#¤Âá<./#8°ðBA~^^A~þÔ©SduÀïSRIÊÊÊ®ýõY¾yëB¨ƒ®®ìœ§œ*JMªV›*”«“¼Ù+_¹-E¢Ô“©㢢k|>ßÜÜ\*O•,Pžõ-:PÕÊ6cæ—FÆFÚZZÝ%7a"ýýÍÊÉIÇ .”Þ-]öãnƒàï³62bùúu1‘+ø>A`ÿ~~=zt×××—õü7s¾Ÿ>Óܼ“ØŸ!¡‰“Ât:_À÷óõ9b8ÆXÖ{·nÝÞ´å'rÃlñ¢…t:]¿cGYÓ(5i82¤.«ƒ’w’‘•4|×Ä¿cÿûYÕhed£3lXȩӧ»uëF ÔÐи}ûΘq¸Üúu1kh4ZÓŒb1hï6DÛ$,†ôãMB‘è矷–•—#ŒÕÔԢ׬ÖÔÔÔÔÔ”šó† e§JÓª•§Šìê$oöÊÆWAË7oíÝ·ŸË­_%~¦–r—”ò¬oñÓAjáb1Y” ˆ†††£ƒ}n^~Ìš(y˯ò+Râ(oe“rQc7†•Ñ_ÉóWRT‹Ç®±Ðºvíš””´sÛo?ÿúûëW/!/ü$¼­®>˜pÀÝÝN§Óètr§½àRáÜ9ß=(ÿ‡Çãšþ³/ÈÒ÷kÌ}M#ø4† ¢Ñ1a!|¶¡sѾɌ€C¤´œììï.~ùüùáCg|ù?í‰Û=ï›ï¶ü¼ijX¯gŠÛ¢ªª¦Xæ_×ÿJJN’œ’2|Øp;[»ejëèJÕ§H±µwh#¡¹~­¨í(†´›p´M,\äëë8!ÄãñûôÏÏÍn¾Ø¬ü«3§…òü¶éð½ûÿôõpüܦJ ÆNù6hr[ˆïõkEC‚B4x\^¶sÇŽ a#455544ÔÕÕa—´m]¹ÿ÷ëBúõ/_¹èìäÂ`0BFN“+®êì3Gô¶BX÷BŒ ¬Ý+ïeÑ ½äܪ…ÜÄi×ÇnËÏ›ìúØ5îÝcòeÚöî# âöí4q’mï>M~¥ü (ÒîÃѦl¬¨¨øêëoŒH¹ Ô˜ŒV¶¶“ñ9þ h ÆNù6hò(¾œŒ¶¥ŒcŒiïSS “»wnååçŠß¸Ô“÷´>u¥…óXuCGD#d½-»\v);®¢\ñ1RtáÞÎÖŽÜÈlÔÄU,ÓÞÎÁ¼³®®nsNHIÁHI?&FFFÇŽþ)9:›ÅÊÍÎlMXt„óZâ ë³üûŒ/œòmÐäÿP|!%mÛ9éûÿ1ÌÎæ;›w–hàZÿäüœ]DmÅû”Fײ z- q ±¼]ÒŸ” ÉÔÑÑiæ ’‚!’¶˜ DkÛê}†))Ø&CJ È…N§c„h NE£~„Q?É âÃLg0èïß´O£ÑjjjèÍþ©1B$jU™’‚!°X·ç””NkãêAJ 6‚É’â|”ÖA¯ÇãpTšù`ªP$ÒëØ‘  ikk?ö´“¡Q3Õ{þü™ŽŽFk ™’‚!°XÃ8¦ œ°@JÚ6ÂÀb÷écw¡  gO‡Cþ‚Bca0™"¡¨¤øz¿€þ|>ŸÎ`ØôìYxá‚«›{G}z“6*¿|ñübaaÛ>,6»5dR¶¹ùwIÛ‰N›R i7áø¬läñ¸àpÐlüÜLN;‘".ÓétM-íî=ztÔ7€”´M£¢¢Ò½‡†¦æ…ü¼W¯^MzPN§ëéuìÐßÒ²[mm-ƒÁ´°° DDQÑ•êªê&ËÔÑÑécÛÛÐÐP…£J£ÑZ\&e›Ð)á0+ =ñ¶ºªm*« |¸uuÜ+¹~½­­žœ¬RÒ¶Aˆ,,ºXYu§ÑéÍBðùüÚÚÚwÑe±»ZZš˜šˆ„B¢©è4‹Í&óÑV’ùßúreK‡Žú6½{ß¹}Û]ù”ôDr"8øh N€öŠŠŠ¦–Vµü/Ô»¤÷8žà;à#Е›N€vùÓ” nù£NI[öi/zâ.UÀ<ÊEF@©””hÑ”´'Š20sïY±ú2Ú ”JI[0#ÕF×ÔŸXyœz{2@«îz²§ʤ¤-–“v£ÿaa?ƒÁÒíl?ûIÁ®KÄp: ]^JÚ"pp…íj£àúÊcz&Ã;âB®P¦cÄÄ^_uÿ7¨¯qTXmŽœºéÎ ±úr°¥…¾Zø€. Ž‚öí­ß4Ó¤ú®í¦¸ Õî%ÕD÷»Ñw›ÐÎv±Ÿ‹…O鸒Fãwuü]Y”Ц¾E]¢¯­òì —A§YkTÖð „+æf­·ïüƒU<#åâc©Æt: >¬¡Ñül Î]Ö”\þþÛÓî`´`JÚœí+6ªêÍØlÆÎ50sÔï²Å1Ô_`sŒ1ÿoýÎÚìMî6½7½ŒçUB|ÇGÚòä\½ûÚÁR7írEw­žÔt5Ô@÷³5Pe3N^ª@™ë«w7ù9åÙ>ØÕD_[eŒ—¹PDpØŒ:žp穘 ú² ½.Ýy­¯¥rýÁ›^Úºl„ÑÃçµIÊ;±ô/[òÄî³÷ÄC‡tÑQg©°å/ëþÌ}$a„µ™Ö`'#„ÆèÀù®=ô$û~9¤Ûq!„,uì:½©åÎ~TÃ2ôåzÜ|ÑQ›£§ÉN,(ø¼f^k  ;èu”¬Ù¼yÓôpŠŸfy\QacÓÓÍÍíÌéS’õ=êÝÇÖËË3õäÉ6eš¤bRÊoÚ¼!ôÝ·ß*° >»”ÔŸ1RW·“±õXÍ­ÎԱتB:!$à]!ÜÁÌK½ƒ©êÍ“¯GdquØ„RNñƒ73uK»üØÉR7«äyWC Œqá­—s‡[§]®Ø­‡^ÁÍ—bUS.”÷0Ñ:pþ~e ¿s'†ïn`1n—W\mÛE‡/ ¶$ÝB±YtŒqêå 7ëŽÛRK¥†þ3çaO„éaæhÙ¡ðöKm5Ö/óßOÞyQÅcÐi :M¶/Ƹƒ&;ÄÕdsâ­ª:Á G£`W“øÌcýFYÕƒËV&š wžº 3¯õ ÑhóæÎ%Ëv¶­û8H$b0Ù@-MÍoçÍ3·0'ÿ»iÓ¿)©Ô!ø¯ ï^Ò¦ÿ制?©d>(N«yYÌTµ¡³Ì¼¼º‡¼úÇ4F':Ë¢úYÞƒk>­dæˆvÔ&”BB<Qö¢¶·…޾6çÁ³ZR«·õÂ{Ojz[èpXŒî¦šEÿTJõzWÀ¿/‹|§¼cTþ²¾s'õ ¾&½ÌµE",ÕEòÏÙJ﫠ZYièp0F]4ÿyòöùÆH(Â<!Õ—,w6и[Qó¦V€1*¼ýÊÒH“<*÷ŸÖbŒž¾æêj°›ãÞvö×*sšN_±"’üsvvF%§¤¸¹»ëuÔ·ìfµô‡ø|¾T—ß~ûÝ¢s—nVÝÄÇKÖ§?îîá¡×Q¿›U÷+Vñ¸¢BK[ÇÛÇ7,lJG}ƒôôôqãÇwÐëØ»í±Dé_>;uꔯ_G}S³õ6P*CÊt÷ð ›bÐÉÐÉÙåæÍ[ «~ûvó–-‡FÙÙ;TWWWWWkiëØÙ;HjÔXUUUŠ €V…z—”/5Yâ+Ôù?Ö”w®WÍÚ÷~7³¤®£Ï¯ÀVwxóüzÙãoøºó¾.ù“ÛLòäð¢ÂÛ/úf?ç Dcà DYÅÏ‚úš¨²Ý«¬©|˜I¿k#Š0Æ|˜/$xBèÉ«º˜Ã÷0ÑêÕYÛ·ÁæÄ[t:MÖXK#MKÝ-‰·øB§·‡/ EA`É–²}ß5Ãïš „Bït¾ïËЛéÞö»åEŠD"-m²œ•yžF£M™2µS'ƒõë×¥¦¦mÝú+›ÅžùÅLqû¢¢¢ÅK–,\¸ ))I\ÿ×_……Mñòô}]1¾S^=ÜÝT_[åù.“A£Ói|t_ŒñÝŠ·#<Ì´ÔXUµ|7k½;åo¥tüh%h4Úüï¿'ˆ†F{öî!bæÌ™áÓ¦ù÷ëg{æÌÉÔTÉ”ô|f&Bhzxø3gº8;ûúõ#ëSÓÒ‚ÈÍËËËÏ'k2³²È”ÔÔÄdçŽí4-==}Ë–ŸâJKKíííÝÜ\%5IMM‰D_Íž=oÞ» ¢cbä)Ó£GoçÍ+++[¿aã²2ŠI2hÐ ‹…=jBèqE…øPÚ©SÊenf†’güWSR’gBçJ¡EÕ“|U½WϾvy&tn •PBDg‹žH¥›¡ ·^8uÓ{ü²ŽRó÷©tJj¢§:ÌÝŒ 0¢¡#¹E"!”wãùÒñ½«ë[o’n”òƢŋKï–ÎúßìÈÈâC²ll Å:tÈÙ¥o_W·‘£F¿xñ‚rPª-¥ƒØŸ²)ç€b(­VÞ¥”&Pz RRhuª««íììòòr###Ö¬‰F=}úôÇeËR’“.lܰ~Ö—³$ÛWT<™ýÕ×{÷îÉÏÏ;w.ÃØØXžä·oßöøóð¡àà`q¹¯‹ ¥ðšššÁƒØ¿õêU¤‘'õäÉ?’.yTžÂÕÕÕ...ùùyãÆ6lxdÄò¢«W445“Är|¼½³²³B9Ù9NNN9¹¹UUUOŸ>µ±±VÒ¿nÝš•YtõŠ–¦f|B¿æ »kÛï¿MŸ1C$QVÊÓœR¦Ø‡!ÁÁR:¬‰155Û³;622‚ÒEM´˜‡.Z¼$%9ùbáG‡E‹—È›²jS‘R åPÜ…Òjå]Ji‚¬—>LpðYÁáp‡"„Ü\ÝV­ZÊÎÎ~ýºrbhè»D¡¶V²}NN¶·——••BˆÍf³Ùì·oßRJf³ÙþþþReyÂUUUÝÜÜBÖÖ6ÊÊe‚<™gÈÁ!këæææ!GGÇGeÄ}­­­Ÿ>}R]]]XXøÃ?ddd0LOåGß¿ÿ@rJ ‹Å|þü[…MV²X,Ò^+++‡óÏ?ÿ˜››ËV^»vRsJ™’þüSPPàãímll„ ›ìПrÈS[IŠç€¼.ÊOYÝdMàr¹²^€”>l6›F£!„ :A!Œ±³³SB|¼’èt:Ƙ,óɈ”,Y–'œÅb½—F#ÕPy2É< !Ä`0TT8â²PðÁý¬îǵµµýüü¢¢¢˜,¦··’Cçååâ£ÆÆF¿nýerXA`&ƒ±o_œ¥¥åòåË‚‚‚---Œš#\ŠiÓ¦öuu30Ð?}ê”â£ÊˤHb¼½çÎçëã‹òöò¾?ŽÌ •! À?n_ÜÈQ£554LÍLÅõZZZ%—xûøÖ××ïÚµ‹Á`ÙJJoÈ“ÙÄ.JNJjr,ÌÍÍׯD#„,,,vlßF9 ä©-DJŠQ¾‹ò.•5ÁÄÄNÚ´®]»&%%íÜöÛÏ¿þþúÕK„Љäİð™àà#»3hةʴ)¡SÂßVWɶO‚V²íïÝ»çééõÉ ù„3 RRhC±aƒÒ)鮨„øégN7­û§2êTZj“E5§oË" ›¬UÛ±â?:£ %>ÒÓÓ}|ýÜÜÝûù—”4x”Ü@Z¹r•‡‡§›»{qIIøôŽNÁÁ!õõõòº›˜FF®4ÉÓÓ«°°!¹b—Ë8fì8É:äìÒ·¯«ÛÈQ£_¼xZ´xqéÝÒYÿ›¹BÜL¶{TÔOO/[;{R¾bÓjkk'††zyy{{ûÌŸ¿ i®@>}ÚÃÃÓÃÃÓËËûîÝ»RZ 2TžQ”>‘„ìK©§_É«Ø4J9&¦fK–.3v\jZš”V”£Pª*öÀÞ½qvöýÄÅíSru­1£>ð^RàSÒzï%}úôé°áÃOŸ:¥££sõêÕ9s¾ÉËËEétzñüåQ.—kÐÉðÐÁƒC† Þ¼eË/¿lÍ<ÎÜÜ|ÂĉÁAÁþþýäu9sú”››Ûùóç·lù)99I(šš™?}R!©ÏÇ}ýúåçå­^uïþýØ] „œœ]%žD²;)?þÀ  Àc‰‰{÷ìMNN’gÚ;%%<™úÇÎd.¥®®ÞWTT<ñöñ9•–jeeÅçó…B!›Í–4ŠìKi¥O$]Aö•ÕS±¯(Å*v…9‰ÇŽÈjE9 ¥ªbøô¿P¯¯¯ÿí·ß]¼x1//·ÉZ5ߺ֘Q¢Éï%…_oÚ'ÙÙÙ¯_WN %ÿ[S[«ÌQ‡3dÈ`„ƒƒƒµuòsÝÑÑñQÙ#y]TUUÝÜÜBÖÖ6ÊÊäéSPPàãímll„ ›ìÐ_IC8N`àP„›«ÛªU«4ÍÞÎnÙ²åK–.õôð0 Ó\‘““ííåeee…b³Ùl6[òwƒF)ãY=› V±iòä°Ùl¹‹©Ì(ŠUõóóÓ××GMšzñâÅ&kÕRÖµøŒø8@J ´O0ÆÎÎN ññ:Êf³ÉƒÁPQáˆËBP^‹EètA-n›Í¦Ñh!ƒNÊWlZ—.] òóÎgfžL=¹å§ŸÎ¦Ÿiš+šƒ2>‘Õ³ b›¦<‡Ã!]ªä(ŠUe±Þ­¢Ì÷›¦UKY×â3 àã÷’íß¼¼ü¢¢"„A׋‹•?Ú|Ïc2B@²ÒÃÃ#;'§¢â B(.nŸO£º+¯IEÅ‹¼6&¦¸øºP(l‚+¼½}rrsKKKB<¯®®®™FÉ"«gÄ*6­9ê)©ª»»{^^>—ËEzÿ£ö-¥UKÉiæŒø8À.)Ð>122ܳ;vΜox|>ACmûôQòhJ1mÚÔ¾®nú§ß§)ææækc¢ƒ‚ƒB;¶oS0–¸{rRRc5)))^Á 30Æk×®e2™Mp…±±Ñ¯[™F˜É`ìÛgiiÙL£¤ÕS|Hy±ŠMkŽzJªjaa1ÿûïC† 733ÓÕÑiY­ZкæÌ(€<Þ|JZïñ&>>M~¼ .ÜŸHIHIHIRRød±aã»_'S´ù2cwïvrv0pP ŽbmcC Œ½½ÿ}ãÏü µ´unܸÙ{[Êo²´”'›ï±ß‹¾A§O¥¿<ï‰UjYÝ(CÙ¨~B_))´£”tÃÆ–•»+6!þ@ú™Ó­7ÊÍ›·B ##Cò×#?š½­á·ÖóûàTZjÛ<ZI1 %€ÿ<\.רÄtþ‚…ááÓú((¸@ÖO õñõsptš>c&ÇCE®XÁår‡Ž;ŽlµÆÓÓËÖξ°°!T[[;14ÔËËÛÛÛgþüR:tÈÙ¥o_W·‘£F¿xñ!´hñâÒ»¥³þ7;2r…¸Yƒ£ „ÒÓÓ}|ýÜÜÝûù—”H ¤ßQ_\?~üÁƒBgΤûúø¨¨¨ „ž={Ö«÷»×IÞ¹sÇÇ×RyYMÐû-±•+Wyxxº¹»—”„OŸáàèR__¯ŒßNŸ>íááéááéåå}÷î]y6*ð²ÈÈ¡“&yzz)é–ý/é7YUe…ˆ¡ôªbwÉ3DŠ;wFDD"„’’“µut+++B>¾~ä— Jï 2TJˆçÈSCÖXÊ)A²déR¿~þ.}]Åg判bòFܳw¯½ƒã€ƒV¬Xééé«’Ÿ555ƒ ŒÝµí÷ߦϘ!‰B¿nÝš•YtõŠ–¦f|BB(2"‚Ãᤞ<ùçáC¡êêj;;»¼¼ÜÈȈ5k¢BgÒÓÕÔÔsssrr²W¬ˆ”âáÇ‹/IIN¾XxÁÑÁaÑâ%¡µ11¦¦f{vÇFFFü›’64ÊÓ§O\¶,%9éBAÁÆ ëg}9KÊœœœlq9$$øÄÉ“A$$$L˜0^d•—ÒDLuuµ‹‹K~~Þ¸qㆠ±¼èê MÄĤýVQñdöW_ïÝ»'??ïܹ cccJûí]È:°ÿêÕ«”q‹2þ—ôBHVUyÊ(F±»d ‘ÅÇÛ;+;!”“ãä䔓›[UUõôéSkÅÞÓàœ‘UƒÒXSÂÞÎ.óü¹_·þ.‰š6bttôùségN×sëa]@ðëM@»…Åbùûû#„¬¬¬8Î?ÿüÓ½{÷ýû$§¤°XÌçÏ_°Uز½8N`àP„›«ÛªU«BövvË–-_²t©§‡ç€ý%øx{!„ÂÂ&ûôWR7ÙQ²³³_¿®œú¶VAw555GGÇ”ãÇKï–ººº*h©@yY•† Œrpp°¶îAÞ àèèø¨ìBH±ßrr²½½¼¬¬¬Bl6›Ífs¹\Yô›ªªª››BÈÚÚæQYYƒni‚ÿeUmZ»KÖY¬­­Ÿ>}R]]]XXøÃ?ddd0LOy3D–猬2–ÉdŽ=!Ô·o_çŸþ¹víZFôõõÓÕÕE7.';–& %>/‚ ‚N§£÷?ð——ðàÁ³gÓUUU·oß^ZzW¶›Í¦Ñh!ƒNB¨K—.ùyç33O¦žÜòÓOgÓÏ4_7ÙQ0ÆÎÎN ññJJ˜0~\øô³f})®¡Óéc²ÌÿƒæÊ+Ïf¿K4 †Š G\ „ÊøM•ùñÞZÓÜÒâPzU±»( ¡ÄÃÝãXb¢¶¶¶ŸŸ_TT“ÅôöñVÞ{ :GI5”çãÀç\¸Ú-"‘èðá?B„¥¥eUU•‰©©ªª*Æ8%åø»¯eL¦8g¥¤¢â ‹Å ^S\|](þ›RxxdçäTT9¹¹¥¥¥!WWW§X ò~Sìå刑UU±J¯6ßßvõêÕ”ññ^·n½··ª*GSK3%帯&4yÎÈó˜¼)! 9‚*,,äóx–––MÑÍÍ-33“¼Söà¡C°. ÷ƒ\´W´´´Jþ.ñöñ­¯¯ßµkƒÁðÛ7rÔhM S3SqËiÓ¦öuu30ÐONJ’•SRR¼<"‚Ag`Œ×®]K~~“˜››¯‰ FYXXìØ¾M>ŠG122ܳ;vΜox|>ACmûôQ Á`ÌûTÖ»|ù²  `KKK#c#Ê‹59}ê”2žlÐo§Oúuë/“ÃÂ3Œ}ûâLLLTÞoŠÝÒ(ÿ“I©jii©@¥W›F||¼­­í9¥·÷ܹó|}|BÞ^Þ÷ïÇYZZ*/°±sFÇ(§„––Ö_ׯoýõ·úúú?þøƒÁ`4aÄÎ;/Z´ÐÇ×OOOÏÝÝ£ª K”кvíš””´sÛo?ÿúûëW/B'’ÃÂg‚k€@\ìΠa#¤*ÓN¤„N []%Û>ñÈaß~ôô”Ìår»Yu//{NÚÕÕÕ'†ž8qü3´½¾ž«ªÊA­Yý¦ªjÝژЎQUS‹Û3bôXª•°*3ãì „Ðãò²;v ¡©©©¡¡¡®®»¤­Ž––Öç™"„VG­ÎÉÉ­©©±´´Ü¾íw˜ P))Ð>áp8°E m¨Õ«Á 4<Þ@J @J @‹ oЩ™íïÝ»×~q1v÷n'g—‰k‚ذñÝÏ “?§ÙX™Ö66dÁÐÈØÛûßWÍ_°PK[çÆ›JʑԤ 4³»’r𿢨ç­=“ %€OŒäkJO¥¥6ªocÛ¼´fWlBüô3§?ÈÀ6llÁ!È_räO5"Üм”tC ¥¤-êÖ‹¤¤ð)9tè³Kß¾®n#G~ñâBˆË囘FF®4ÉÓÓ«°°l™žžîãëçæîÞÏ? ¸¤D9&¦fK–.3v\jZš¸åà!CåR[[;14ÔËËÛÛÛgþü’íB{÷ÆÙÙ;ô·O,­ Zµˆu‹/.½[:ë³##Wˆ›E®XÁår‡Ž;ެ‰ŠZãééekg¯ä@úõÅåñãÇQ>v’>'‘ÕSVˆʈ(ö•¼@@J |¦<|øpÑâ%)ÉÉ /8:8,Z¼„¬¯©©qò$A &ŒWGY¿Ii¢Àç”ÖÉë^]]íââ’ŸŸ7nܸaÆGF,/ºzECS#11 !ôëÖ­ÙY™EW¯hijÆ'$HÉ©¨x2û«¯÷îÝ“ŸŸwî\†±±1¥‹$‘HiÂÔ)SŽ9ÂçóB»bc§‡‡7*v’>GÉê)o")F±¯d­Px Ð>)((ðñö666B……MöèOÖ«ªªº¹¹!„¬­m••!„²³³_¿®œú.-¨­UF›Íö÷÷—7ºì(övvË–-_²t©§‡ç€ý¥†ðóóÓ××GMšzñâÅ&kÕRÖ5‡Ã Šrsu[µjuƒI¡¦¦æèè˜rüxéÝRWWW-ø­AŸ7Ê:‡3dÈ`„ƒƒƒµuò^GGÇGeBû÷HNIa±˜ÏŸ¿`«°e³mo//+++rb°Ùl.—+ë"I(Êš ¯¯ïéé•rüø€þý32Îm’¸{µ ±“Õ³i@±¯d­€”¤a±XdN§Â;;;%ÄÇ7J‡Ã¡ÑhÊÒ¥K—‚ü¼ó™™'SOnùé§³ég>lÿîLd¾ïØ4­Zʺa³Ù¤ù ½iM?.|úŒY³¾×ÐétŒ1Yæ¿ÿ½uÅ~Sl{c-" CE…#. ¼¼üƒž=›®ªªº}ûöÒÒ»Ms‘y)Møb挕+W½xþ"$8XMMícž,”Qì«æ€Ï¸p´O<<<²sr**ž „ââöùøøÈkéãã›——_TT„"âzqqÓä(¦¢â ‹Å ^S\|]ò¡(ww÷¼¼|.—‹:õþÆ[J«–’Ãd2B‰¼¤QÉâëëûí¼yS¦ˆktuuëêêÞ¼yƒ:—qNžßÔD±uÊwSUUebjªªªŠ1NI9.ëooŸœÜÜÒÒR„Ç«««k‚@y¸ººVWWoùiK¸ÄUû¦ÍLY= ¡ŒHÓ8{öìË—/a]@°K ´OÌÍÍׯD#„,,,vlß&¯¥‘‘ážÝ±sæ|Ããó ‚ jÛ§Oä(¦¤¤xyDƒÎÀ¯]»–LhH,,,æÿ}Ȱáfffº::-«U Z7mÚÔ¾®núÉIIHƒ1wî7RYïòåË‚‚‚---ŒøM¬Éé÷|£æ€’ÝÅøÇí‹9j´¦††©™©¬CNŸ:õëÖ_&‡…f2ûöÅ™˜˜4A ªjjñq{FŒ+{¨ºº*3ãì „Ðãò²;v ¡©©©¡¡¡®®îÚ(=réëú¶¦fÔ¨Qà Ú7pá bnn~é"¼Ú€ÏØ% % %HIHIRRRR€”€” %>/àEöIJâQpÐR„ŒEY/ 1þ|\A£ÑtÁ Ñ %%NšÏ½±”õ¿ìQYñõ¿^¿~ýùä£:::½zÛvîÒ™ÅbAJ JÁçóÀ @k  Ë•]ºXدÿ ‹Î ã³°Z(xðàAÖ¹s˜vµêÆd´XV ))Юùœ®¤BD_ÿË¿ÿ.]-?«™LV·nVt„òórMÌ̙ꒀR)¤¤@k}ÄTVVš[tù m7·°HK=)Z2Ù…)´çõâ³÷À•K…nÞ&8­‘•~&×ë¥ÓG› Zø¡.HIv¾X€ÀàLÀlü¤¹à– ð΄@ðiWåíüSKòÏÀÀ kWK+«îVVÝ7¬ß uTüסƒžTÍ?ÿüãææ.¯½¼¿½{ö:99øäççI 'D¢õëÖ7V`Sþ¨ü@ºÂÃÃSüßï¿û^]]ãÆß+)¶¥ôW,‡[_oddü1¼Dõ·ë]ööþmÜ™í>Êþà¯Õ×RvI eöQ0ÊÎÊ411ip—E¦#VrWF(2™ïN«mÛ·ÇØß½{÷·oß®[#îŽ1‰DëׯŸ?ÿûæX·&:a´té’¦ì'a„ºqã†@ H?{ÖÂÜc¬äÎS‹èß ¬´Û[ƒ?ví:t0¡{÷îR ´5g¶ûX4"ðy›úwìɈ`1èá½Ã‡ö‚]Rø¤¤ðncå_ttrvvé;bÄÈçÏŸ‹Ó²°gÏž>¶výüöìÝ+vúÌooŸ¾®n¾~ý®_/Æ×××›,^¼dÔè1'O¦’Í.\TZZúÅ—³:hðà…‹I ˆˆ¬çr:jô˜eb*Ö¬‰^³&zMttÔš5X>Ô~À#4~ü¸ø„ŒñéÓ§}}}Ø**ã§OŸöìÙ‹lrûömooŒqMMÍø =<==½¼¾ûþ{YýIêëëML#W¬pswïëêvýzñ´iávöAAµuuãñ&z{ûØÙ;„‡Oçr¹²rN:åæîîæîîáéYZZJê¿jõjwÞ}l/\¸ e„løêëë Œ—GDL˜êîá!î"ëaÅrÄá[ñ©œIiˆ¬ªm$²)MX·ný?üHv¹xñ"é“ ´ø i}v,ùvBß§zŒèg½óø_mÐ'’@+B(  g¯Þ={õ¾yóæƒ-Zœ’œ|±ð‚ƒƒÃÂE‹%³Æ¬X¹êlú™Œ³éUoªFã'OžüøãÉÉI ò7nXÿå—_’]Þ¾}àÿçáCÁÁAdMLL´©©éžÝ±©'O¬_·½O…ß§¤Ë9NêÉ>Ô LŠ|4:zMt´®®®®®nttÌš5ÑMIB!ÁÁ'Nœ‰Dññ ÆGâ|]²=Bd>§¦¦–›“““½"2RJI±ÕÕÕ.Î.ùyyãÆ 6,"byÑÕ+‰Ç1Æ¿ný%++³èêMMÍññRr?®øßì¯öîÙ“Ÿ—w.#ÃÈȈhgk——›õAò-/|555ƒ :°ßêU«È.ò<¬@Ž8|‘JdB­äLYC(Um ± Hi”)aù“ÇãaŒÿص+<<¼ÿ¡ô«9E†.Ý~&|¾°Ý|dÃ…{àóâlÆYcc²|ðàAoocc#„PXØdÿ€þ’- üüüôõõB“&…^¼x!”ýúuåÄÐP²MMm-Y`³ÙþþþMS©±2£cb¢£c¾7oÙ²B«WGEÇÄ „–,YܨqÕÔÔSŽ/½[êêꪠ¥½Ý²eË—,]êéá9`@-9Î!ƒBÖÖ=ÌÍÍBŽŽŽÊ!„öï?œ’Âb1Ÿ?ÁVaKõÍÉÉööò²²²"mg³Ù\.—ÃáE¹¹º­ZµZ*@”áSUUussCY[Û<*+SàaÅr>¹3e i”ª3òÊš ¯¯ïéé•rüø€þý32ÎmÚ¸±eŸ„HTÏV×𠤤ð€Ï—~s¡€ÏW …"‚ ÈÿòŒ1Y& B¡ˆÁ ‹óù|@èèè°/.Nr@Àáp2o Æó>Ÿ/ L|(\(V¯Q2×­_¿nÝú… ,\¸€ „ÐÒ¥K˜,ftLŒH$Z¸p’~ M=jÔ—³¾œ9s&ŸÏÇ ‘H$öy…—Ï盘˜dežÏÊÊ>~üøæ-›ÓRS%õÿ×·›Í~g&A°YïÊ#¡@˜••Ÿp*-UUUuçܽ{WÊ’áH: D"‘Hò(eø‹Å"+E"!Ù…ÒÊåH†ïS9SÖJUÛB, dRš€š6mjTÔš'Ože2™JJ> y• .OPUËÇ"Q»¹¯.Üí|™ºò"ù_77×ÜÜÜŠŠ Œñþýû½½½$›¹ºöÍÏ/ ïŠ;}ú YéååYPp¡¨¨ˆ|D©¸¸˜Rò¿zÈÆRîÉW+“¹Kãdb´`Áü æKV.˜?á‚5îÂ=ÂØÛÛkΜ9“BCß ‡°¶¶v]mmee%ÆøüùódßŠŠ ‹8tõêUÅÅ%@R9Fÿ^³F#üæM•‰‰1‡Ã!âĉ¤C$åxzzäæå‘·-òx¼ÚÚZ)'4*|’eynPj+Î|W¦Tµ-Ä‚R ¼..ÎÎÕÕÕ¿ü²uê”)-h¯îÿ8Qâ9û`ß/¸ÌÜç<#NWC¥–+¨®©[ËWSaÙMÚaº½ÏÄmö“¶ýväì’Àã›+y‡Y655]½zÕˆ‘£Bæææ¿nýEòÓÎÌÌlÞ¼¹#G635ÕÖÑ&+;uê´cû¶o¿ûžÏ㘃ɌÝõùn„ÄJB>ÙÆò¢¦XŽdø>½3ßÿ+OÕO J”&íÇ—”œlmmÝ`@h—ì:y=Ä»‡Í g¾ˆ@7ªáñø¢=TØ òáÝ·uÜßÎíò5“Öµkפ¤¤Û~ûù×ß_¿z‰:‘œ>fðˆ‹Ý4l„TeÚ‰”Ð)áo««dÛ'9ìÛ/ ƒž^ƒ’S†N þìégîáÒ;·Ü<¼_½|“ œÙvøâ‹/8zô(ð_!ýTjÈéËãñâ÷ïûzî·ämT­‡óô¸@ïYEeFch4†h4,!ZmÎÍ’;·ŽÍû8>ùí—ŸFŒ¥£«+U¯ª¦·gÄè±²]ª««23Î A=./Û¹cGаšššêêê°K ´g`üÎlS”••M dff6lXH3= ÚBáÿÛ»óø(êƒñãß¹v³KNBBBR1!\’áPTÄÇþ*^õèãñk«/Ä‚O‰Øþzh[¼zT[‘SîŽDn9$„H swvæ÷Ç`ÉaÈA²ÙÏû]6›Ù™ï,ɇùÎ캭S±Û$™¹ß…9%I!$!U»<•.½›]sú©’$ !$Iréº,™.W—Ž$I êqƒy™DGG–µ©MF’Nó3¡Ý_·Oê÷æò½ºî1MÓ4 §Ý~ýÄk>ß÷]p€ãëýßœ¯¨¦aš¦"K÷Ý”â½5HR€Öüû¨}+ðî~DÓ;ÞpÚüüüì~ZYyÅ®%÷Õ~I’$’è¤?'||âû&rB-ƒÉŽÚóMûþ®1 Ã0 ]×k¯ó3<†¦©v?›Ý®™†QUUeŨ$IªªÊ²,Ë^ù~J$)HRZó«¦}“ÔårUUUéºn\àQ5ÍÏO³ÛìBˆ³gÏZªªªÃá°ÙlÖÙ¥$)@’|)HÛówMí{ z<†ax*++eIÔ¸<=‚»UW»E®¨¨p:¦)¥“~*I _÷Á?1€vNÒö=üaMÇ[‡?Ýn·Ûíž:¬ç__ÿÄã1Ež:¬§¦i‡CÓ4EQTUõÞÓIIRtYgÃÆ0€Öó/\ÛD”ŠvMR!Y–5ÍTUMUMØ5éªiq†aȲìtv ð÷w:Š¢X§“JV&“¤@ça0khoæå8I¬¶6N§ªªºlš¦uÕf³)ŠR{IWÜï§E ¸Ez™~ßX j}qÝTõê÷~"IÑõMê4ÅŒìfÙM›bz ©J—ÎÕHgªdÝ`ljÀ+šôr_NT{Ä´î*t$IÑ•J0\˜ÓìXsô›ý_ûæìÙÓBˆ °ðèŸÄÅ'Vªå.‰!b¨Nÿ»†_7$)Фúç’&÷ ”$içÑR§3èá4¢ýÎoXµ,<"ü¦›gôމB?ž·aý†œ ïžvGþ9©¸ÌÅ@1Ô@§%IReE¹äoMߪ7>¸í1±±¥¥¥ºÛ݆Ë$IZX¥>2_U³F_ÔÅÄ=@«Â´Áû·,É>pzÏÑÒƒ'ÊL!~<¢_èð~¡ I оÊ*Üÿ³h÷îoÎõïú“ààI‘ªbê’8sºêÿ½{ 2Ü>ïöÝì I Ð.rÿúo[CÆGFlÛµiË·_ž+;©¨¶ˆÐÈÁCÇÜ3vüþ‚ÓÓžZûûû‡ïÎp‘¤m¬´¼æá¿d ‹>ºàoDE§OHŠè>\’ĉS¥ûnÙ´eåc=ùÓ¯yäÅ-Ÿ,˜èÇ ‘¤­bšfÝsIûÚÑönçKN~~`õ´II©ƒƒB‚ƒBÃzxtýÈÑ£«7åÌÿó3÷þì7¯è3û¥Í/?6ž1$IÚÌÖ}ßmß?2^xØ_säîË3'„ؼyó‘#Grss_ýõ]»vÕýªÛí6;I Ðí?Rà¯Ù]ºžÓ3 ÀÏá'K’$I², !I’$Ùf·ûûûèwºô”&´Cù§šSwn·[–åîÝ»WWW‡††>úè£Ó¦M[¶lÙ’%K ””4uêÔ¢¢"!ÄK/½dOýè£l6[II‰bذa(//Ÿ1cÆ!CRRR~øakÉ«W¯6lXrròÈ‘#÷ìÙӣǹ¤mÀ£»<ºÇ&;5›Ýf³)²"É’$ÉBIÂB˜’$išfÓlš¦ÕÔ¸ —˦$¤Æ–9nÜ8Y–óòò{ì±Þ½{WWW—••Mœ8ñøÃ±cdžž››5wîÜGydÑ¢EcÆŒ¹ë®»„›6mJIIÉÊÊ;vlaaaÿþý?üðÃnݺåää!ÊËË…………?þø¦M›BBBrrrî¼óÎÜÜ\’À‹]Ñ»{IYi ³çñ‚rë ¨i I’$™¦)$!„$™¦,ÉGò‹BüÊΉë KRË\¿~}tttIIɸqãF5jÔ(›Í6aÂ!Ä–-[ÆŒ%„¸ë®»®½öZ!D¿~ý KKK³³³çÍ›·fÍUUSSS…×\sÍO<ñ裦¦¦Nš4I±qãÆ’’’3fXÏeu*I àetÝ­ëºu;ùŠˆ¬¬aŽ>{÷¬šRe·ÛE‘%Ùš™7M!I¦aUU•¹{ØÕîE¥§’öt¹jšX¾Ûír¹jüý»¥¥¥®^½zèÐ???·Û%„ðxtÃðXßîrÕ˜¦iÝ9rÄ{xš:jîܹŠ"u­ËUµmÛÖ 6~üñÇ¿ÿýï7lX¯ëî!C†¼ÿþ{µO×ôÊ´+Î%h!ÓüÏåM#ÅW;íZMEÌÊõ‡]5.Ó0=†aš¦i¦ix<†Û­oÎùê«#'{%”ž5¨o“—]¸Q^^þùç_ÄÅÅZ×YwŽ12+볂‚Ó4ß~ûíÑ£G[÷§¦¦-Xð|ZZšŸŸ_@@ÀÒ¥ŸX_*((PUõúë¯{þù{öìq»Ýiii[¶lÉÍÍ5MÓãñìÞ½ÛZš5kŠ‹‹¼ÁåM2Jk“4¹ï5WE{ö+EòÏÝf,_ûMMMa†á±þ«ëîÍÛ¼´d]¸ß•GоuUŒNIlúºöôôqýû÷OJ8hРY³fÕMÒ˜˜Þ ,˜2å§ÉɃrss,xκ?--5??ôè4Ó4SSS=O||¼iš{öìMK=bÄȉ3ž~¢(={ö|ë­·|ð¡Áƒ‡ <äƒþi-á7¿yäÀ Þh¿$eâ ÅA*êöY毦eÜóB€üu°3aãÆê{?|Mx¿ÄPE–¾9vjë—‡v8¬Ä»tåTU^¼vì™§Ÿš7ÿÙÆ~òdaý;OœÈ¯}Æ[n™yË-3ëÖ±">>¾¬¬ÔúãìÙOΞý¤uÿĉ&NœpуÓÓǦ§o¾èÎÝ»wY·ëßh¿‘$IZ¥uB-Èßñ—Ù3Î|?L/òOÈÏ7 N潯ï©ÑK…²n‹Pû”Ÿ,(?1(üôôôŒEï~ðæk¯Þq÷=Œ#÷­Ò: nåËÆÄÛ÷žÙ~ª,ï|Y…ÝhÆ(®ÐÊyÏ™ý…%{úW»-ÙÙ3gL_ôÎ;k?]e\8åÔk´ùHr” ÅIÚÀtvH ó¯sný,÷ÐæœÃ»¾Îß•XÓ3dà€ð?ùIÍéC/¾ðBè¸CåõË]·þ×sŸžÒ}`ò UõÝ0#IZ¥¢^’^¸Ú)).¥_”Ë媮®®ª®v»\ÕÕÕ.—«&8ñ—ÿýàË/ÿÍîçÜU~NQÕ™7ßððƒ¿|{Ñ?}v™¸hM‘6À0 Çã¶ÞV´¦ÆírUUUWUUUTVž?_îçt\?íFÛuúdAööÜâââø¸¸•+W2q€éÅw~_m²,K’¬ªªîñ¨ª¢iša˜Âa†Ê¡6›­G«V­8qd(I’ª(²$)Šb·Ûìv»Óáp»ÝºÇc†õ-’$eddìÝ»{ËæÏ&OùiÊÐa$)Б6gm̘<µ²²ÂºÁ€¼§H}·NI’EQÅf³9ÎÆ–5yò”Ú¾%IS›¡ô(À‹H’TYQ.É>weŽixä¶Þj’¯²²â¢tþ >UTákÛ^\\"ImY¥\qŽ·9k£ÓÙ­î :9EV HÚ–]TTäuotßb†amÍÞze¿~š]kÃñä():÷ïKRU‰ëkž_攞+5 öZ–åäAÉ‘‘½œIŠ.…‰{€7Ò4[ßľѽ{ën·ï\™$I²fל‡IŠ.…+î^JU4µ›Æ8´ç’¢ã1q€¯Ç=C€ÇÄ=>Ž£¤èx\qI t0&îðqLÜ£ã1q€ã():÷¤@câÇÄ=:÷ø8Ž’¢ã1qI t0&îðqLÜ£ã1qI t0>ãà¥tnx Ó4}g“%IRdEVI"Iѵ0qðFn·+ÿxþÞ=»KJJ|§Gƒƒƒ¯×'NÓ4’] ÷¯£{ôüãù;¶o;~Bllœ¢(>±ÕºûرcY6˜†Ÿ˜ *mV¥\Þ„ŽÇ÷¯cxŒ½{v§ß×GzT¡ªZBBâØôôÔT»ÚpÉ$):÷¯cšæÙ³gcbûøà¶ÇÄÆ–––ênw[Æ./)t8&î^Z¥¾s|ôù¨Ù £/êâ():÷¯SÔæÃH’¢ã1q€câ‰{|GIÑñ˜¸ÀÇq”‰{€—j§+IR 0q€câ‰{|GIÑñ˜¸x/&îIRtLÜИזï{så>·î1MÃ4/üGXÿ3MÓ¸pC‘ŽÓÿ÷Œ’h¡ÍY3&O­¬¬°n0 Ôz}ÅžŸŽLtØUÓ¦i¦0…i¦!„i˜Â4 ! Ã,¯r½ôá6’h9&îhŒÛ¥W»ôu9yž:Ÿ$I’$ !$I’$ !Ù5ÅíÒ½w3IRt<&î^J×ݺ޾!(I掃EN‡M’$SIHBS´zT˜¦BÒ=º,™.W I ´÷/eM¦·ëSÜ>©ß›Ë÷êºuÔøþ$Ò‹Ï+Udé¾›R¼÷Z+’‰{€Gi;WàÝ?p×”«šóHI’HR å˜¸xm¶ïQRÃ0 ÃÐuÝz–Ÿ«ö¬RUUeY–e¯|×y’‰{€Gi;'©Ë媪ªª­ÒY=êp8l6›U¨$)pɘ¸xq¶g’Ö^co¦i'©lÖA’-ÁÄ=Àk“´}'îkÚíFÓGIeYVUÕ{O'%IÑñ˜¸xo”ŠvMR!Y–5­™ý*Y™L’-ÀÄ=À›‹´Ý°ù§‡rÅ=ÐrLܼ¹HMÆ¡õd†nsÖF§³[ÝxI“ú¨6HŽ’¢ã1qðÚ"%%IÑE0qðF’$UV”K²ÏÍ9›†§Íߟ$hIŸ**Šˆˆðµm/.. ‘¤¶¬R’à’)²2`@Ò¶ììá#G†……yég&]*Ó4OŸ>½-{kò dÍ®µá’IR€KORU‰ëkž_攞+5 öZ–åäAÉ‘‘½œI ÐÁ4ÍÖ7±otïÞºÛí;9I’¬Ù5§Ã!D[&IZRЦvÓ‡Öã}I@’€$HR¤I ’ I@’$)HR€$I ¤ I’$)@’€$HR¤I ’ I@’$)HR€$I ¤ I’$)@’€$HR¤I ’ I@’$)HR€$I ¤ I’$)@’€$HR¤I ’ I@’$)HR€$I ¤ I’$)HR†$)HR€$I ¤ I’$)@’€$HR¤I ’ I@’$)HR€$I ¤ I’$)@’€$HR¤I ’ I@’$)HR€$I ¤ I’$)@’€$HR¤I ’ I@’$)HR€$I ¤ I’$)@’€$HR¤I ’ I@’€$HR¤I ’ I@’$)HR€$I ¤ I’$)@’€$HR¤I ’ I@’$)HR€$I ¤ I€6¡2誖¼ýƒI t˜ëo¸‰AÀ[0q’$)@’Í{½Ê²ŸÃq RÅívËrKò’$…7 ®ªªÒlš$KŒªGUÍvò»‚À à|;WÜÛ\Ù¯ζ­)ÃGDôŒTU^½tn·» ?/gÇöääÁ$)º¸È^½„»w~YVZj@'!Ër`PPròàž½"IRøD•Za ºNÑ2 I@’$)º*Ó4%I"IáUÿN’åÊÊ Æ€.Ãðx¬_ñ$)¼F``ÐñcßVWW¦ÉhàÕLÓÔu½²ªª¢¼<00¨±‡ñ&Pèt¯¸bßž=ý  d4ðjÖ|}EyùÞÝ»¯NJº´$}ç…Œ :JXðIIß}º±j¿õ·žîñ'ž¼çž{3&MÞºu›ug\Ÿø9O?}ë­?[½zuý•œýÔS‡~àÁ‡®¿~Úu×]?û©9-¶þÎjÙ&ÔÛ‹Ö­Á'ªuÑ^hðµQw/]ÚôÂÜ;í\Ëÿø§¹sçY·srrj_‡©?¶½¢-Zúâó-ÉÉɳg?ÕÄFµßú———Oœ0aáÂWÿö×ï»ÿ~Ç#„8þ|úØôwßýÇÕW'Õ_Ég33£££_[¸ð“O–>÷Üs-°±Õ‚M¨?¶u×-%%¥Á'²Ôß @í¯›:õG^ï4¸sgͺí£ýËår !Þ|ëí;︣þó6ö¨¿ÕyyÇçgf®^½êÓÕ«JKK›ç €ïhƒ7²Ûí“22„ƒ’“¯¸âŠ˜˜ÞBˆk ÊÏ?ñÙæÍ%%%³fÝn=²¢¢Âºáp8† *„¸òÊ+óóó›¨.ÇcÍ\' Lš÷̼9O?=rĈqãÿsì*<<¼°°0*ê’OòûÇ»ï.[¶\SÕ¢âb›Ý&„ؼe˨Q×&$$!l6›ÍfkpxÛ¶­£F]k¥ÒÏÿÏÏ'fd4¶Qíºþš¦;F‘`·Û=c³Ù¬;[É&4¸³Z¶ õÇÖRkÝ{UXêï…ÆÎU­]`sÞÌ—\XXص#G._±b\zú† ~ÿü‚æ¿êoõ¶m[ÇŒ&„øÙÏnݱcGckØà# Iÿ#::úĉµG°œNgppðEIjÝPÅîwᶬÈnÝmšæàÁƒ/z§~N]x˜,›†qá†iZwº\îÚ%»ÝnÓ4%Iê÷YVVVVÖÊU«^xñ¯«W­´SSSm÷ó»ÔÍþ";ûƒ÷?X½z•ÃáX¸ðµC‡·~(ëoTû­¿Â0 Ã0dYBèú…óóó“$©eëßàÎjÁ&46¶µëÖØ«¢1 ¾6.ÚØ]xý½Ó˜»ï¾{~ffqQñuS§6ÿDÞÆ¶Zýþyko4¶†õ @—±îÓUÓošY^~¾Ñ_÷?ºˆ„„„€€€µëÖ !-Z?|ø°¢Æåª¬¬TUUáv»ë~ïðá#¶lù¼°°P±xÉâ´ÔÔ&"µÖßúÞ?üP±uë6·[oÙJ6½³.išÛæ¿*êï…_­É5¸s…C‡¦œ/+{áÅïhhÖ¾±±mp«‡ žýEMMbͧkšXà @—1ý¦™M? Y÷ ¾úðC?ùäìØØØW^y¹ùOß³gÏ×¾ú«_ýºÆå2 cÊäÉWÐX<õÔìéÓoˆï_÷ôÁŸN™²iÓ¦>wܱoÿþgžùE–Maþïÿ>kõÄŽ9)C†øùù !Þ{ォ“®®»Ìßüæ‘5k×VUU›Þ¿ÿÿùAí—Æ¦§/Z¼dæ-·øûû×=Sö…þrÇw†¡ªÊ[o¾ûí³F^;*<¼ÇŠï;#&¦wfæüiÓoBÄÆÆ¼ô÷¿71í´þBˆÀÀÀýŒMWUUõꫯ(ŠR÷4ƒKZɦwVó7¡‰±mþ«¢Á½Ðàk£•/9!Dýk¹õÖ[ÿýñ¿û÷ï×àw58¶ null̯õën¼±wtï ïç\à @—ÑÄñQ‹ÿñÇ/|ùï/üí¥’3§;Ûœ8qâÞûî[ùÃËük=ðàCÿuËÌÔÔÔ²²²ÛfݾôãûÈú×ÔÔ\Ù¯ÿ·GtžMèJmîþÅ/222fÞ|3?AhÚùú‹&î Nä/|õÕ©Ónð÷÷ïÖ­[gÿô¦èèè»îº«±÷iO8Њ¡ÀÀÀNØ£]`ý›¿ ]Ãñãù#F^[^^~ã 7ðs€Vª¯ÿщûÎ~”]Œ÷%€wY÷é*ÿ€o4†$@[ª?_ß6WÜÍT{Sý‘­wAgìÐMÌ×78q/Õ![fÐMÌ×78q/˲գBµöC)€kb¾¾Á‰{¹.Ó4IR\fªª*Šb+• ÃP…AÀeNÒÚ*U=Om’œÈgtpØl6+IEQ=ªªBˆ‡ø%C€Ë–¤š¦YU*…††îÝ»×årÕÔÔÔÔÔ¸\.—˥뺮ë†a†aš&C€“$ɺŠÉš¬·Ùl6›Ín·Ûív붪뺦i¦iZoPª(Цiº®{<«GIR´2I­*UŪR­UUÿ?Ms2 endstream endobj 144 0 obj << /D [142 0 R /XYZ 56.693 815.761 null] >> endobj 145 0 obj << /D [142 0 R /XYZ 56.693 427.908 null] >> endobj 146 0 obj << /D [142 0 R /XYZ 56.693 408.038 null] >> endobj 147 0 obj << /D [142 0 R /XYZ 56.693 243.155 null] >> endobj 148 0 obj << /D [142 0 R /XYZ 56.693 120.078 null] >> endobj 141 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F73 59 0 R /F65 39 0 R /F54 15 0 R /F75 79 0 R >> /XObject << /Im12 132 0 R /Im9 111 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 152 0 obj << /Length 1621 /Filter /FlateDecode >> stream xÚXK“Û6 ¾ûWè(ÏÄ\RJJoyµé´¤ÙLÙ¸»UG–\=’n}¤%Û{Hö°¤$ñøZF‘Œ~ܼ¸ÝܼÉUT‰J':ºý3Ò‰ÐETªJ¤YÝÖѧøWÓͦÝî’\ƵåÉ<ÎfhzO¥±54þd‡ÁÛMfûùögØj§”¨òœzñ}ßÝI™<̃Ù7w©N»su#MÌ~ßôûŠÒßÌ<5í<"î”D%ÜI§x§¬(„®*Xá$UzŠ2¾¡AâŠÍëÛÍ?"2RQ®A>ŠJ -“hØ|ú,£x°­Èª2úê$Q®¤HR ó6ú°y¿‘OÖëÌ‘ƒ…ÝI^ô`§ Ú™`•ºYÙãÞŒ¦f®eÚÞ G;™`4d×)¦O†ÅÇæplƒÙì·Ñ¶Ö™Ö Þu4çv„“9[ê|qTk‘ªÄÛòÃ|d©Õe“Täiº“¹ìWzi÷þ~à#ù¨ºï'º7»$8$K…’Y°x¼%$ü•$²˜S‹œ8~ä›·%£W=8ê}нóÊw íWü—W ùÚp3%\4îr™ˆ ³S…P“¯àz©,ãƒéì`p^ÄÇÁÖv²Ã¡éÀ©ÏH eæÚ÷Èñ¾Ç¹íX*øÞQG¢Ž¸ªí‰è¢ '¬q«â…Ò»$OÉkÅÊ·™©yRÛ{8¿–1M·oêfðŸMæ®§IÍ‚7WbAiÐZå!’"]˜¬Ðç±&þKŒÎ˳%ZTEæ•\Û§9ä Œ=]t鄲A§O0æ.Ís0Éôíðƹ#ù±'{0Kf›aÿW³MòøË6‘qÏ*§æØÿc×üûŒ‰}Mü$n½ dÚðÐÓO™W{‰Õ‘÷3ækÇkÇÉ0½¹#륹‹Ãrè8û,òã ât.²<‹tY ­Î.]  («2 eF¶€W¯ª„+¤ë úÏø ³?4ÁãLcÿ·š/håž(ÎuEI®AÉàøø£éê~«òøëˆÿŸ­—û±¹G_9ÜÂ?3OºÞ;lÔÞ„ Éé˜XÖÆ´=3|ö"\Å.…ûm&cqYC¼UòL(Ðo°ðº†,-Í5D'‰PEE6ìÙÚáѧ4„Tr¹Ï•³ð`¶ówÃÌx%¥À]ˆäeJ[½›-•沂ñ É3p aÄrÊW›£ìÞw€/~õÑÂÑ,º $Jé„p(Gö»öÇßß>ÁYæ wA ž'.ásBºÒW<@,8ïçŒ0žcÁs$'Pܬ—ð™RèÁdÏ…ü´Ô¯k™ËÇ VD÷Ì›¹lgYµiîÒ"a)¶ÛôõHC8BÛan'ôDgM0Kü¹42Ÿ]Æ]Ó=8Ä_õhýèKøÂðòÒÎ2ÜÚ|¹:>˜rzßÁ¸‹ˆp¢SU}=„½h!|sD´»)þ~½ˆ$àšé‡~œBó£eߊ…«ûÖéˆu{ºl_}G3«îÔ³ž2oÑÃù ¿×O˶ˆð ‘Z”*¥ÆGBIUeæ$–sÇÔºµCYëª3J}gt¾ã©S¢ýv‹ Hé²RCÇ%K©„Jn”~yÂ;‹§À7le¯‹6@e±%t nó7 úˆTTÏi|ùý˜Ý)]ˆ<ƒž/…WAÉ¥ïµÃUÖ´Ð×®,ü˜úúª@X rÁ¨¬—Tï´¢v~ôRÜʃ=€Ô6Ô-41)‚í «¬íÅqž»CêýPÎu"Ç€e®B$ä½ÓšUx lðVo Ôç`ø¬=ô™ ÅPoèØï°¢S²?$¢+1@X•Dã÷÷Ï#¸Um&Þvꡯû…s¸ŸÝ•Mo)$?ÀµÝ5 xoa;¯2l]w®Rr;ÒVjäÐ0IŽˆ8ùâ*¦Š1ŒX á. J‚4‡É8A—:Í=K/0é+L~îEˆÇ7X+r{\»n¨]øð Ÿº‡‰÷)~àO©Ô>:į >É:§‡[ÇI´4¡âò‰½Š³½(ñ㑆îìÄz­…£ðt€+ÕþeXSi»ëP1Mxò\oÅU%<¾¾ãdžÿ_ð¡ë endstream endobj 151 0 obj << /Type /Page /Contents 152 0 R /Resources 150 0 R /MediaBox [0 0 595.276 841.89] /Parent 122 0 R >> endobj 149 0 obj << /Type /XObject /Subtype /Image /Width 893 /Height 587 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 158 0 R /Length 40956 /Filter /FlateDecode >> stream xÚì\SçúÇ­µ··ãÖN;ÿÖ­µ{ß¶·½·í½·ÃÚm«vØå¨Š¸·ˆ¢8ÀŠ"*ÊÞd²FHÈ" I€„½éÿIŽæ¦Y„ô9Ÿïçðæ=ïû¼ïó®ó;ç$‹Åb2™t:J¥’Éd¯ÏY‰ ‚ ‚ D$•••æÔjµ …âß߇¾·"õlI‚ ‚ ‚™ 5u:¡9‰Èè °;U<ÿ—_ÿ=õçûá•û¿{ñ®ßÞ{nËÎãÄQAAdh²9¹b}b™ ÁÅÏ•Â0*•ŠÐœ{³ÔÀ®Ô²à… ç>w[ì¼çäÑë~4¥Ì¯?µ@óÍò·ÆþðÚCÛS­ÉÒd»Ó«ˆ,‚ ‚ ÈP`cRù¢ýv^€ì’ä’ÉdijõÝ™*à«gn;üÛËu§öfüªˆùTùQwÆB]Ò‚^Jx¯à({ÿ/_<~Ó¬¹ Ÿúû+Ÿý¼‚È‚ ‚ ‚\r@à-ˆ.±vZæéa7‚ _ü\¯ÏYy(_»+]IðÍ3·4f®êÍ^Ò›µ¨;g™ðÐ~ø»Ê-O¤Í½¯7eNý7aÝ7/ÞuøÈ7ß±tÇi{FÖ¼»4xoyÆÎ4[LZÕ—ËO‘>ZX•ûáò$Hÿá~¿2Ú™Eå‘«5ÿjåG3~ÁH‰Þ] ;ÛORkŸEI†`Æg·éìûË’Þ Júd]Ú£R?Œ ||©AHØqÂo;¸"— «âÅ ó6'W€´ó!!±S.·3ËŽ§\`HàX„=Æ)!;w¦)~|õACÚº^öÞ^úŽ?Ø{ Ñ3²¾¹½6dòþ·®3…LÊúîÎ.Ö¾Ø5_ì _óæ»ïý¶ùˆ=#‚ _`jüaÛ:Zôï/K‹<+ŸœÄoí&"áhŸVGå¬ÍSÕ¶vAúze‘§Œ;ÎVy²0?ŠtûÕn:©²®±£»»«K§3=”½ðhE¿Œø8>û‹—ñ<¨me·ã´õ×ìE˜r‘YsLtÝþ\@+B2Hì” æ‚ÊØê8Ôg.öcœr²sǹ*‚ß¿ÿ*oë§TfýQzª÷ìæÐ)Å?ÜÅúí¾füz﩯ïÓøD´ú³¯Í Ž´çBaãY,mçéïcòæDIÏe‹Ö„ýÊS2H¼õX.„gEŠ-¼³$±¥§ïK¤mŒ9vŒbÆe‘Ù,Kš½W‘*ßSøé*«Á÷‚O~¶!éDz×Jn+œµúÔ{A‰ïød}fp¢”ˆßžZ¶`[ÖGÖ{³I¯Mód *ãX«ˆÔÒŸCÓ J3–œ³µpsªÜžÑZÛ]9'Í\~úר2?š±»»}ÁŠdÇ:x©¿£¿Na/.8÷dÄmS;±"$e­° Luöôv´èÞ Nß~Ö{ Ãh³·sÛzz»»ZR³8ÛI4¨ˆòånq¿ ò2>·¥ð¿\›2cYò·‘/}ávÏ^zv¡Ý@a7ëɦÛx§Q„ —ëJ )¸/[íB Bb§\¾ÈN﹈ùë%!;aé Øt ï‡no¥G÷¦ýÔ²}}þ!oÜøå##W¿ü×#Ÿÿß±Ÿž)yß@=ôÓ7Θýãæã\{F¾ØÏ>´æ®½dF|M{{³úÂ))ápu[ooÏú5IKç|±K‘U…9³v‰ìŸ%©;zÜÞ{±[ËWY:zä9ÙŸ†ä,‘XÛs¤~FZºŸùó¶ì/v‹ÂRúQÐûžÇgx2oöúB޾µ³³šOö½yíãyVXŽ÷ž¤A¸ì p4=Ùì³,§é† × ‰e„ôþPB Bb§\„bt}¼î( ]sA·z"]Ë"dgø™% ýë®ÆäïD+§þðìMñ¿¾\¸õ˰YO,xîÚÈ™÷í ú¸ªøðá½[¿÷ã+oþÇ1#‚ SìgŸ’ô½½½‘Û˜=½½Ü¤´ó§¤%‰ŸG”B@IÉý`ʼnHe+HÐÕkN,?)%²/?È^{”êx×Åõ<[+•îH`ìJ Ï\šhîêél5îJ E¦pÓ¹ºC3—`9Ý·Çn>B]ÇMeïJ)‰Í.kêîmm¿·"wÉæ”6±d(«Øqœ~œ¦ùm{¶[kŽgØß7¦DÉZ ,)âì/2X«'c}¸‘nO£*F¥Wß:x/8ݱ&[’Ë>_{ŠÂn›ñ÷‚úî®ÖyËÿW¢§ú{’7}ºàKøƒ 7MíTÿMGrçØ®#TԜϬ½¬ã~¹8 붆ŽM:3(±±Ûz—ò‹ „M§*‰È°S²~4cYª§ñ¹`íɃÕm.-æ ™|o^ûx^¸‡ä¶guº9«Ž=ã±Yú,‹ÈŽ —›N”RpWºÂ „„ÄN¹ì Ó1±“ìtÍå˜ÌQsº-‹éÈ‚y?|óä¿¿pÝé 7IkÞÞ=ëÑݳžš=õª£ÝþËìÿV²Ïçâ˜/¿ù§Œ2±Ÿ}fŸ1‚ héîîjþ*8É~Jú28‰ÔØÕÕa™|N¬ 5‚÷V»µàé4½heÒ¼=´…Å_¯ïj{7èÅXž­¥ôöK«§çõ¤»Cï-O¯ïê‘ççØ“yªÿŸÚjI‚£Yï.x ;qÛÔNõÿmMr”Úª»£2ænI¯éìéêlødYÊûK/FÃz và"¥É&;ç,K\—TNDnJªèoAžšËnç‹eÇað÷Ù¤®ãÙSÏê t;ïà£'›}–åÉ>‚ ;¶Ø4ž«®s’mqÉå¨0'š£ìÜâ¡,WÙé¶,BvnL*wbåγŸ?rèàoóŸ˜óü7Oݺè™ë×½7iý²y¥‚â¨}»ÞÿìóWÿó–kFvØÏ>ï,MXÁj°þ(†UàxJZ¹7cîÑj‹ jaŸ¿÷Ì×Dn-x9Å)×~°òÜÖdnr±´¢¥»³­vƲÔ?YX’°(šãTµÖóf ÊÊè"l=w/M¬·©£yÁ‰?í¦ý–é\Ÿ ÖÜ‹ „A§ÏŸ…—&{¯9Á’ýìUÑ…öÐŒ‰ÁdKwg³Ý‚§ú¿»4¡»×*«>\šðÞ²Tǽ»ðç°{#n›Ú±þ‹£©ï/O#¾ôè¸eí:=ã¢4¬§Á`ç‡Uç²çìOýdkѽ´yaYs"yý-ȣ켠®¿X–0cÙ™>›ÔuTxêÙA„nç|ôdÓ—²pD.¶¦HíÒ „„Ä®¹Ÿ!±ÌŽ“ìtÍeOãú}ƒíuñ޹ÙéhßÎì'GnŸËÜóó™uŸ‡ÌŸõí'ÿ]µd^qÞi¡¤äõ·ßù2(rÝq‰ÛŒ2¼p”ßo)ŒÍà¯Üò§ç¿ëDŸRÚ¾ ×ÕnùxÙéµ î-x9ÅŸŸV[ryüÊý)̰ãŒ|SGwWË»A'!þàÄÛ);>™¾õyѾGûŸ,KRÙJO9Ã8P éµIëͺ);ÊÎ? Þž@;F©äÖšcM~]2JÖJX™E<&,xªÿçÞpöy/©Ö±Dï.8†=ñÔÔöú¯Ü›ö]¼Îz•ÁàlŒ%oŒ#…&UÚ~ë͘|â"4¬§ÚY}ˆôù^»õ'EÍg2K˜ÇÉ*a!ùãÉý*ÈSøç5É5m6;\LJ잚ÔuTxêÙÁ„®ó>z²éKY¸ "—a§+}ÿq$v›Ëûw;=åòþ“"{.Bv®K(uå­¾¸ù§wéûøgw³Swó DÜBQOXÊýߘùÉêxÛŒ2¼p<û¬‰gÍÛQ´8^ü§§$”þ¼%eQ^½õ+g´Ü¶²½Xðø [Ê9ëS•uæÖ®ÞÞž†zó©™s£8¿d{Ö²,e}›õ\ßÖ¤xoy–£ýà=ù?k›»º;Û™$¦À& ÀæÚcü/VŸKdéj[ºzz¬¿|ùpõY·Öþäã1ÞìÕ駆ƎîÎŽv‰ |Þê´àcï5ïW3.Ú’²ŠÙ`ÿè©þË÷æÏé›»:Û[©Å,ǽ»àödÄSSÛùnʼn“uÖ{‰‡6üjmÁúA'´Ðߟø|Õ 7lŸ5‚¢²¾ÚÍ TÖ7Y+51ÅÌüq»_y ¯9Âü|]!WßÚÕÙA/d@dOwç»KOxjR×Qá©g/Î tJàɦ/eá2ˆ\l;#ó]vBâÀæ‚Àªxñ*Û ÔS.Bv®=.qbîšØO¿øâTÂÞˆõ EÙ¹" 4çñ“ ±ÇãX\ú?ß~gÎâm®d8Bœã Nštbv(å3[2"~M<ïû´‚­/·ÿpuªkŽ5YÏývÓÙ™A‰`ð³M¹ËâžԼ_͸(ä”ãGOõÞ›o‹Oþ"”ìT¢wþd܃OMm”'{¡C‰? ‚ô'‚ãŧaû¬!°b?å‹õgfZ+–ôáªÔ÷ñý(ÈmxõÚ¯{¸ûHËöäï-Ѓ3«yï¯)òÒ¤®£ÂSÏ^œAè”À“M_ÊBË€íg徿ø$×ò8!‘vì1N¹Ù¹:^ìÄ÷Žýwæû³¿ýöwfüû߯­ß¼4çæð×ß™ñúŒ™¯½õÎëï¾ïš A.Kˆ»"]mE™ù³ÂéØ ÈåÁŠÃ¤Ù[Jum]=½mmBAùo«Ï-ŽbË È0%$¥r[ªU Î />Ès ²Þ~L•C⋟‹«ŽŠ\ùvõáÏ~€ÀìÅñÈNØCb¾YóKXªÛ\rYb½p Jž³M\N,?LúÈúnÿ„Ë’gmÌY+À6AaÍæä â?¡{@²K’‹+޽°xõå7ÿCaï‰AAKŶTyT†Ê àRå"dçò8‚ ‚ ‚ ¿þô£÷o"‚ ‚ ÈÀÙùÇÔÕš€Z“AAAHM”‚ ‚ ÈE–&£AAAÊNAAe'‚ ‚ rYÊN£¡AAAŽï²sĈS.lŸ%raoHMí?þÜ×n{Ñ‹ÿ½¿¥¬ó[ ûG¢ø†¿ÜÌVií6‰­¯>M¸fwóéW·øÞ2i^ßmªOAA<ÉNCÞ Eúß_ú´ãšÀ¢y‰oß<.Øþ‘¾ëÅ;ŸÛúÊÍAja'#ÞmªOAAìø-;íí,çÓ—:mê¸ ÏlÏ“D\)Ç_špÏ„iÓÿóÓ§ãÞx–¸s8uÚc¾—¢×ˆï¾öÚ´JññÛ»oø._ìÝ fô ¿M‡€8óý#®¦)4þúÎë÷Š«"ÿ”âä7{xÒä‰?öæÉ ¦ÜFÚ³œ\2ãÞ{ÇN6å¹÷’%;ÝöšcSÇüøæ£SÇß;áåç ‚ ‚ ’5z'‚³øh'[žºcC–2ÖÞënŸéÅTŸöŸ{ã0¹jò-3£) ìáZ¢=Ð/âÞ¸ï‰uPˆc®¹~šJׇ ñÞîú§Þ}à…ÿÞóQ–H«`\wÃT}ÿ‹v,håרûfÜ:y¹—H{–ÑW_E®R[«$’¤y‰gý^zͱ…gÆXëC‹†ú¬¨ñËeAA _²ÓíG{à¶kFÚUÍcîö[9rÛ¨‘bu5tjA d§”¾ôº[g@ óÇI¾<ãƒÚGn¼ž­ÔÌ3†AúáÁ÷R$ù³Æ<¹¯f`²Óѵ«FÝì%ÒžåÇé·Në‹-»â$¶4i^ï½æØÂê#9êVœ/‚ ‚ Ùyó¨«8Jß5éKv %;kôÕÿ}ínùsûËÎ · ½{±ÿé1ŸœKýKuñcfœýôá—2';…îd§ÐUvêµò´c{ûì…Ñã¾”ìtë/ÊNAA[vêuZO€qûÑØðįn¶-¤¸¸Û ¹Âq’ ~ÃdÓ+e===No¤ïîîjkokh´”UHŠ c´Uuëëe3´››-¢”芡FϦÓmµ& ý蓜øøÓ?ýìão¿ûzáïó—/]¶<è÷% O¦œ¬/Ò/êêjÅbè1O ,si©D*­0jü+„ŸJ­tFeE©T e•V[=HJ$¢ÚZ“Ù\Oa‰D7?3¿(W­Qâj€æìììðýŸ³tuuò x5Ìuì d8ªœdgƒÅoRÓRz{{[ÛZ›[š›, æzK]m½±¶ÎXo®miiêj)î2‡7k>®ßÖbÜeÜÕ¢_ÚRŸ7B ‘ŠE\¶ˆÃ¦“ŠbDf||üºuë‚‚‚æÏŸ?oÞ¼¹sç~ýõ×ßÿ}tô¾––æ¶¶VN‚6®@_¤_h4jVSU%qè6J©Ðë´Fƒþ¡R)Z[š½#—UÊ#¨ª´¼´L"([áó¸5zpÍl;j†0ÄHD|¼òR±¡F7ðBM†>‹Éc1Å\ŽT"VÉeJYe¹X(,ast“ å`uµŠB+‹ùÍÍM IqÒÙÙi2K8̬촳é§àhûŒì´þ‡¾>}æ$èßoÇ ¥ —ÞÃBæ‚þRjäêj…F§ÒêÕºšj½A[cÔLzcm ƒ£©C–ÀÖ¡F‘K?v3ì±;á‚'Ùy&åD[k«c O’O%‚œ sC=hκz“©Îfb­!ÏRÜm˜Ñ$ŸÔbØ )[Œ{ÌSÛMë›ër'?+³²T$`3ó2ÒAöDvž;w.<<|ýúõÁÁÁ .üé§Ÿ@sþòË/IIIíím]]@GGû¾˜½M8¢àǼ³#—ÉÌõµ ³X,‚½ÓÑúºÚ²2 \AšJi…ÕS*ª@Xa(Âb©·˜ëÌõu`VZ“ŽúmÜi™D­”×è4Zª¼LÂ)aé´Õ ˆì{ˆ)/•h5J=¤PÈÊ$¢–XU)eÓ¨WV^&-K@×2è\:MÌãVˆE BA|²(dy |Šxt¥½½®Öa%ijj4Ccšë@gvvvôôôtttääeÂRY__{äØáþÚõH¦À,qilÛZ€ [3±5ýy3›ÍÅÅ…ç²S¥©*&çåägxD)€Saàe§¥ž™t§’ó%ì!Œë'2egœMlÀÔ}’˜|ì?z- f³¥¾Þ\Wg6ÕÖáBd§Á 4«Õ—Þ]+þ›YúxoO3”ØÛÓjOÕ²ÿ¦ãN¨¯)ð¥ˆ>ÉĘ̈(Ò‹‹r3ÒÍæúÙ™››»{÷nBy._¾|Ñ¢E 9A‚…óB·mëìì<{Vø€x\±ø1ïì”––Ö××Á T«UJ¥Âé¨L^i2á(ì%±Õ“Ëe W`fI¥@…´¼¢¢¼¼‚ø²e)X†£ð1P­!ñõ:J)£Ói*•²¶Ö̈O­G•2V-pRœ¼RÊaÐK…Û³uЬ¢\«Qƒ¢ !’ÏfGAy¤¬rX§D|BpB¯56Z@Bë,„$ý ‡@²óP\L‹Ûbýö~Éd2F£Á`¨1ô55z½^§ÓiµÚêêj lj1¶ïIÀaPž¡á[pÞõ !;/ÜêÔ÷9µ5 0áÜWWo‚“`¹Ö†©¶ÞDÈÎV[]vL˜ñxK]º(óiãú‰ œe§Åì7ÇãzÿèµiÎZ˜qµõF˜}0Avš <ƒð7ßwémh­Ó°ö£ÄZ“Q©¬R)€ZeÝçedTˆ…´ÂÂÜôt¹¬’@V)•UVÀ9Ñ"@væååíÛ·oûöí[¶lY½zõ’%KæÏŸÿûï¿§§§wvZegOUvÆ-M65íÉ'Õdò@šAüC(àךL¶û±HzÃ~Èh¨±ý’¨±®¶ÂÛíP?¨¬”‚*ª³)1ÛÎó@¹0MF#-+•Ê#±€§¯¶ÞÆd³˜¤âbOÀQH£«V y¿Ë2èu, YÌã•P©Bœ‚ær"á›J°Ùpm Yü+K©ª*&€æi±˜a¯Õi¨trN^ÆÙ´ÓLM­Q‡@p û˜{ú[ (œ¶¶VœN_MïSy655YÕÎ)ZÎ`­²ï»Ô8-ž—«7õ1Cåš&S’Q¾…›ú8ö2,ð$;‰g Ž>9R¸²ƒË:¸Ö³iNƒÑTScÒÕŠÍÏY³ÿèívú½Ñ]:Sù{zñ~T–I8ÓÕ×ÕÁy– /3³\, äƒì„‹{Ûõ} ,¦rl•þÉ΂‚‚˜˜˜;wnݺuíڵ˖-[¸páÒ¥K333í²³N$JºéúÚߦ×|;5uêWˆø1ï씕•Öèu¶÷Q4ê´ÕRi…ýPyY(‹Ùv¥¦°^©ùW=iE¹UvÖš*ÊËl”Û°Ýí,+ñ GýÖ´®ˆ\BvÊ++*+Ê<G Ù)à–øWè»Ïfó˜L– „Îlnj²sA|6@Î¥ÓYT dô£¬´Ì³íííK}ssc)ÿ\Æéò ‰V«.-'&;p8:¯ ×l®³ß×ݽoç@d§}Á…°ÑX3ý©gåiÿH(Ï+Pvú7ïÎËÎ ·:mßç4ÔÖá$Xo©37Ô[Ì–F³ußPo¶ÔVvê•…¬ä{ZÍÙµU?´7ØÉwC .¡Èð•çŸ58úäð‘VÙiû>'íV'ÈN}‘ÙZ³¤¾lbƒêW‡ûœmtë¤Õk¬çõ·æ&£A­R‚æ¬Ñéd2‹J­ª¬ÌËÈ( Èyy9ééå ¹ €V\\QVWòe¥âÚþßð„Uº¨¨èÀQQQaaa6lHOOÏÍ͈ˆÈÊÊ"dggsÓ¹iÓÔ³&˜¿œªŸ5)ã…çq\!þáǼ³£Ñ¨e•uµµ 0A8•J¬?±x  3A/ÁUÌq‰Xè÷sò²R– /mËÅù{ž0íÀQ‘P°û·|ŽÎ&;}A«Qó9lÿ ‚*¡Q…%%,2¹ÎdÕíB€Ëá@Kšœ’ˆ´Þó4™ T&™¤é¿€‡‹`:ƒÚÓÓª²¥¥™J'“ þ§RS@˜^xH÷…ï#£"ü­­­F£UvÚo»A„èS/¼H@Üó´´ÝòT]²Ó¿yGÈÎjõ—DÄãõÂ”Äøcq;vn @N=ÙØd- ?+;E¹3Ôüy-µÇ-êm–sÑQî{¸„"ÃNv•¸ßÀ:ÈNâÙºâç{ÄCvce³1´Qö˜Eùãݦ?zLtë{»½bSéfÅ\K½º¿ÅÁe¹Éd„E•F&q™t‡U“••v®TÄ/ÎÍÎN;—Ÿ•É/aÒŠ I…p/—ÉUòþ–«4‰D:|øðž={@jnÚ´ ô'™LOÈNÚ7ßpž½³aÁôª{î<5j”$&z ͈ ~RS«­]ÑÐ`1ô±d!DZ,f.&Û­N™Lê·}‰DÜÜܦ¬¯Í¬¬ßí¬–Km˜Íõp”Ïç‰Å"…¢ ¨ª’ò*™F­ò£8¯Ä&™+ÿ„²JáÊÀŠ“–J8tz hºÆÆ†’vqq“ɨ¯¯ 9œâ ŒE¥°(”r±¨¿N1Ôƒ–(H¥Vž9{ úÈ~4ñıêj Hͺ:´³ÑD|S»mûÖþd“-CÓCv¯¾ñ&ÈN§£vÙ‰³É—†S§V¯Ö´R‰àÈ‹Ïe}1G«Q65Ã(±À¥PÆ'}ù%­BÞÔÜâ“/W¯(æÎ`¸«ÕœÙ\ÞbØÚVw°£™ÅLº âá(v 2”ñ$;‰g Ž>‰>°ç¼ì¬5Øox÷2©¤Âœ¬üœl°ü |?d'…B‰‹‹‹ŽŽÞ±cÇ–-[Ö¬Y”Åbåååµ··UÆÆfÝ}CCÐtÅø;³¯½6~Ä;§ÇWâ €ô?æ#FCX$ª©Ñ×ÕÕZ·RfU†:­!\ iµš²R±£Èé/"‘„%("ë×;ëëÀ¬Åú{vó…á(—ËáG*+ýѺ|.ÛUv‚Èt2îJ‹ã1™\&Ãz÷R¥$d'8HHMƒ"áõušjƒȚQKèô~wqêIМD=)4ŸÏq<*—KÅؾ3<"2lÛöÐðˆ­aÛB¶†o Ûä‡(jiiÁKß»ï¿OR°„£NàÕjõ(;ý›wçegõ {Ü‹Ïó£÷u…µçäJi•ª­lVIDøÑ_hni-:PÙY_«.=Ê9ó(;ù^%gvsí©fã^М–X Ýr¦£™­•,+95–“ú¤„ô¸¢"ÃHvÏ}²gßNûCvâuÖ½õæ§5\WWÕ¨Û¬aÜ¢¦Ý`àm”=­çܯ ]_E¹Ãlö·Ú5zJi}r…´BV)ÍNO+Êɦ“Š%n¹DÈc3@|2Ȥ¢Ü8$ ¥Ò 8eøü½ÖÙyôèÑýû÷ïܹ3Զ按‰ÉÉÉ©árßx£þû‰ªçîQ>uwÃêGQ~üЙÇÇ1†øŽóÎùNˆN+‹Ad‚Ôj«%¶[&“õ[ΠHM?€ê |›ì¬5k½ÃYY¸Ød{}-)a+•Š:â‡F¶ç éý(ŽÇa¹ÊΪ*9$ä.èÞzÛ X­¨ˆËbÒŠ‹ } M(OBpâÓ®9(‹VTXB£’óóûëT\üaX'-–úÖÖ–ãIñÕZÍà݋٩×ë@[~öÅâWíö„ìt|¯Ñ\‰²Ó¿yGÈN]MuÞñ#³>ig2›>ù„÷Ï×vG†í ¼õßæ_~i¡Óf¾G9u”ç@d§NžÍLºG”ýœFø¹:¢^µ²¶êG‹z]vB Q·±Ùt´½‘Q§ÞWVø_fÒÝ UdˆËÎZ“ÑovíÞn»Ûiý »íݵõÄ7« ¬ß©V¶Ô§´Õ†·›V=»³Ï-2ê+ý(«¢¼ Î/°¢Êå²êjM¥´"73#/3ƒI!‹x%<6“E¥äg[Ÿ¹‹„™ÌzªRX/V‚íWA„ì<~üøÁƒ‰×(åç秤¤¬_¿>'7[[ÂŽ½áîm7ˆþúW'Ä×_Ç{ô¶Sÿû@šAü J.“ˆEV)ò¬ª’ÁL …j•j€–AR‚è‚©¤—ýž'qÛ“xeƒAc³Yb‰J‹…P4DÂG?Šc3i*%xSîHJ0(-•’R1HëGÊËcÓ¨¤ü<ÈNÚjôØza›“Ó_§Ž‹íìì„J¶´4'§$V)äƒ4 Ù©ÓiÁ©~ú‘Àh¬Gì ½ÓCvFCÈNœG¾´0!;ãVÊ*L©§øÿ|5éÙ§5eµF•ôô“’÷gÖegJËD ‰G[Z› ÙéGAF½œ?ZÉþÈ¢ÛnR,Sóž­B¤¡â³–ú¬¶Ffµh!-þ&È‹=… )<ÉÎ3'“ÚZZ}²}g8ÈNBdZê-æ†FKƒõ Õ Vš¬ßo}£ªÙÂk¶p{{êC÷Ôèuý­³ÉhàrJà§V«à¤T*@|B ¨ tf ƒÎe2r2Òós²E"aYY©õÕ‚åep†‚å—F¥BöþÊÎÄÄÄØØØ½{÷&''Ÿ={víÚµ›6mÊÉɱ4X$‡¾ê*ΨQÕ3ï/zô–Ý#FØI|úéòô4cˆïø1ïÜ"«¬€ÁÏãYŸwʪœ}ØlfŸïd£Ñ(•2©õ5úš¡E"űTWÙYV^jýæªU>Y±½‹²f€Å1)&™D)ÈWÈe ¥0Ž‚“Ÿð"‰£P)r~­¸ˆN"õש¤äcMÖ'ìÍÍM™Yi<^‰§”Z­æÔ™äí‘áGãã IýE Ẕç⥿¸~ÕÚÍ~”xŸÒ(;ý›w„ìÔ´;vn«­3*5òÝ;BU*ESs#ˆLVGõ]䮈ֶ¿e' ‘f0OÜÍM}PYòv­rM½zƒIö½Qú HM‹z!³fmsíÉ–º´jñ¼Ô±Ì¤;!.ªÈp‘0õˆÙgôIøö­½ôZ­¿Ú S¯¹¥ € ØÒÚ“î<­-¶ë¥ßæ­ý*¥N£ ;‰ ﺲR*‘ˆ©rúÙÔôÔ3äâ"¡PR)¬¥2Y%hTXr ºRQÕ_Ùyâĉ#GŽDGGïÙ³'$$dýúõ°ÏÊʬ­3;™_}•xõÕ’ÿmZ<5á®ëÙ{÷à¸BüÃygÇP£ç²˜ÙiiÙiç¬?©Ë΂«-.—#ðh2 GÙtº“Ž@(ä3™ &“N|ã‘Á Ñé4J@(4ˆ))aK$"â$¨ÐP?Šc2(*¥ÜIv––ŠÏÿ`J"²!¶1 â$>TL-,„°7íRÓ.A‰Gí$J),óûí×Ùs§uz­í{õjúpìO½s`/8 ×òJ•bÿh?dgcc#ÈHX×nXMàúeNˆ±%d'äºÒd§óÎQvk j­rÏ®pFg=8ÓéuÚèÝÛµp-T ²³­½u ²ÓбF!Šåœy”žpcéY³f›Y³ÑPþˆO ÑÓd<.£ý—‘ð7ÎééÒ㊊ }Ù «ßl ÛLüsLBp‚°„©s­½£­££½£è°ÒÑÞn}e]$Þ°y-ÌÍþ$ð5jœ:‰7:m5,ÓÄ‹bDB8çpUrmµÒTkÔD2@Yåe<.Ç÷²Ù™œœàÀ]»v…††nܸö„­N§³˜Œû§L)¸ï>í{×üþäÞ±cÒŒâ0Ðs3ÒA qè4®í†?)/· +“ÏãÒ)äâ܈x8 â*'= fÁDs‚ÅdÀü’V”I+Ê+¥  +aê9&h°˜û5éì0h$ÛK;Ë‹`¦6ÌxÐfFÁ€Š“K¥d™E…¤ÜhɺZ#§„Í Óˆ÷ `Bë•°á$€dÐÔÅy¹²ŠŠþ:Åå–$Ÿ:ÑÖÖVS£…}zVZÊ©d°ÿçd5‰'Ž“ »»»åŠÊƒ~ãæu°¾õ« Û?ÄiÐh4 $·lÝH@ütÝñËœc?j“Õ òâœò¥… Ùy4>N^.6ÑÈE+—ÿ׫ЊÐYÇ_}…³·¾\R.â&$#NyiXMeŽ ë-Ú±ÌÕ;jÊ?ÕŠ^2ʾk¨9D‹¿^õ6Å®A†2žd癓I­--Ž>ٲ욳µõ‚àììèìêìêî"^«Þ twuuuvvv@âµëWõWvÂi…B&UÉepŽm €ª´ñöQ àœ'Y8Úþ]‘´¸¨ŒôWv&$$:th÷îÝ[·nÝÛŽíYYYR©ÔÒ`–Ò([¯¿žÿ¿K>|nÿ3Ïà¸BüÃyG  È…‚6Hʬ³©É€0ˆ§ìsg%|^~V&D椣Q‹ ~é@·Àeñ+?‰X(‹J%b+¥â2ÄËrA°ùa™N-v•pÕiý§B5:[Y)κªØd'ìÙTJ­ÉË÷p €œ— )AØû¾’8rðpŒB!·þÛÊZ¬Šyoôn¹H.¯ÝÎ`Ð"£¶§¥¥ÂZY¥¨ÙÉãsvEEú!Š@@ªÕjF Êô$ñÀÝé!;ñêNBv66^q²Ó¿yg—¹ÇŽPþþbÛÁƒÇ‘7¬Ý³3boä6ÆÁým¥’öèhÒsÏÒΜlïh”ì67?»¾¾.ÏUei™¨RV±fÝÊ’¦²³­­Íö/U6ñ©±‹OЗv©é¨9‰CëJ“þÍ;»ì4˜ô ?V5gNûõpÖ`¶¾1I£j‰‘}òIÂÃI0€²Îkp•§(Ë`&ÞR¯ S–õ„±ZÝé(;P¢§N ç/…\VQVÊHž¢ÏmÐïÑI~€0Ä@<…4;š8ÉNû÷£ˆg Ž>Y·a5,q ;¾ÞÙÚÖ ú³­½í­°ÀPèÒàÅz˜ >·£Q«Š‹Šä2…Lðùb‘ˆÏã±Y,&“ j“N£1Œ64§P àp84*µ ??/7 6È®V)},ާNÙ´vÝê¬Ütf ] â‰K…’2PÌ ^äö›oâ;~Ì;>§„RP@/.Î>wÖz׎D"çç ¸mµFÀãÚÞöC±GiEEÔÂÂ#Pu†Ùg1› 5†+Y£í_gžÿ™æúzØÃQ:Ú_³°2ÐiäR±P!¯tdðŠƒe¡„É}ÂÒúÿvá.i¡¹ŠŠ À¤P UAyZu;ƒA|½| í–““µyËzXIªµ¹\*–@jò%WR*„‹Y¹®å?âŸýÐð-Z­¶´´T$ …°Âz ‹¥uãr¹°6–”ÀJ Íi]<­ë'ú‚ÂG…B¶-çw`´8Þí´¾›ºÞTìÈŽÛ"wE$$ÆSSNvY¿TÖÕÙÙaÿn§ïg'`Â(µ}ºÜúmµ(}=7ubK]"÷ìdCŒ€Ïƒ£P¤´}óUdÈáIvÏÞ³[tÌ^ŸÛÛÛëãeµ´²"<|+¬Þýª0,õ,&”d~^ž[ HÅÅ JApÂÂN‰Ù,¦ïZwæ3¨TjTÔ®ˆaY9iÅä|:“Â,¡±8t¶† :ƒMýù×ypÄ… „þÎ;; ¹ äÈÎ ô9??;í\¥´&fµF›‘Ê“I&ÃQ‰âS$à;ýðÇo`>‚ÒóLÅþNs¥¢J(àÑ)Åä¢RQ¾Á(Žø6œÐËJ%L: ”g~f&)/ô'ÈN$}1\ºfd䦧±™ âÌ>„ìåeÙY™kܾ֭s[ZFª@ÈS(ååå—•_˜»)dÊ•ËNžL‚Ëiи¿r%ñÄq¸·=[¯¶=j·n*•JyaSØ6뿽°Él‰\|(öñ;Mœw/ôxÜÐðÍ]¶o‹ù~'® £ß²::¬T"†«…¢¢ÂŒôs”øÛU%ŸÁ>3#­¸¨.$` ÃÜAÙ‰ Ù µÿô:!Ÿ4.dëæÅA‹-ž¿ðwà·‹~,üå7`ÁÏ¿Î~úå7`°nÃêØÃ9l6ñDÀw ½Z©PVÉý2 *ìKAZúŸ¯¿–xâXFöÙÜ‚ÌBRn9¿˜þ ÄõÍþµ‚ ˜¡ ?+3355çÜ٢ܖU²Jb¨ÃH¦礧Y¦§±è4iy™TS Šæó¹ :A§Òi ƒö³A¢Iœ¶UƒJRT9Ma§d0г~k¤™RQ^*á–°I…И ä³Îrl/¤¢ò¹œJМJÅ@Z– y¥:ˆÅ ä'ß´lñ¯ ~ž¿ð×ß/Á¹kçŽÓ§R23Ò‹ $†,Ñ÷RÊËJÅîß¶9$t“ï@ú¨=‘…ùù>.’W,0’““@yúÞ¶ 9! dÈ4‡I#A,–°YT2©8+Šw#ìi2ŒÛR±®@a$÷÷¬Š  'Ù ×Gþ¡Q«X,¦mýïÄ«Wü+®üü£_¥8óñ§~2ë£O?ûø³ÙŸzáðáƒ~·‚âbJEÌGâv‡#Új ñ21âÝb,7°“îÒ١鈟"B[ïÊ ÞÀÍëÚª~å²J±XÄå”0tŠõÉLˆLð"á$€dØ"ªä2b™e³Y¾`{”'ðÁSœMÞ!Áãr údñû”G@ Îó¿’­”V”—•KØðÂ0VaÐBß|Æ!Hq–0\ýÎj~0AAáBe'‚ ‚ ‚ø(;ý~r ‚ ‚ ^p–:-‚ ‚ ‚”‚ ‚ ÊNAAä²”þýAAA¼ƒ²AA¹ø²“B*DAA€ã$;‘Àrþ¿Æøõ<…\FüO™Z“ÑnÓdûo4~_hèª5¶ÿ´¢l›‚ C\špÞæ¤·~‹F¼³ ê 5ÇîC.?Pvj•’N#ïÞ²i½„nÙx z/ƒF1›kÏ B§-a1㈌÷];"â`ҨĽîA²‰ 2 –”}¶âHd ïE“BÓ ¶;SøŸÇe2±”HŸ€–ã°™Q;# rsØ4J “î&½¸  jçviEYccƒÉP#ðöïÛSYQÖÙÙÙë×ÖÑÞ^Q&1\Âb€ÁÁ°‰½ Èá§Í'ÂNðâ Ô±ùªaÔ|Þ¦$ìDe'Ò'*eÕ¡˜}ÅùlÇf ¸%~C§RíîèhÓëªãcWVJ{¼É*¥GªV)æÛ)•ˆÎž:{ðRq,îÐÙÓ'¡—¼&èÑåÝ/W”›CÙ/¢n3Æì<'JW G æPœèõÐ÷eç%G!—…nÙȤ‘¹l¦ˆÇ•~#ðÀTgg‡®Z³kG„ß÷$îO‚)…L:6][£²¢<%)AQ%kjjlii¾$@ÑP”¤ãÉ ñ—¶&èÑåÝ/W”›CÙ/¢n,Š^¾ëlpä™a Ôçz=ä}I€³<ÊÎK‹²J²i=‹NåqØb!¿L"`ª««S¯­ŽŒ×ˆ LÉ++ækkÀ]©X¨Ój.9PÓ'“†BMУ˻_®(7‡²_Ÿ,‰îÎÔçz=ô}9{ú$ÊΡ";KX":e ø.;KË$¡á[`ï‹D¬’I}±I¡’·Gnƒ½6][ãXÜ!Z©­V_r P™¡Pôèòî—+ÊÍ¡ì×ì èîîî®a»Aýq^ ×ÔCAv2in SÄçJD€Ça%%ŇGl Ýä8”Ɉôv|”¥¥’¨=;5ì!(Ù šFìý–ñ±«5ª!ª zt÷Ëåæõë«àè®ÎÎÎŽŽa Ôçz=,|AÙ9Dd'‡Íò8b!8ž¯PVýáuƒŒHoÇQv‚ºëv·š³¹¹ ÀžPžÝž7GÙéÉ&±Ùïvv÷µy‘•bˆ0¤*ƒ]ÆýrE¹9dýš»2ÏÎŽöa Ôçz=,| ˆì1bX²dñà)4{)S§Nõ”fP+0x²“A%sX ·D$àá[»{ºµ5ºšj·À!HɈôvú”vÍÙÑÑa6×Á¾Oåé»ìô}ó";Õʪ!ª zt÷ËåæõëÇÕ1°¶··9¡Ê|aâØ©<2e¤Ù[9® àôäéÐÅêó½¾VvÚƒ*;˜fhÊÎ&Ïa ù\ $tSoo¯¨œ/*ã”J…5FmC£ö†C’éíx—ŽšS¡”8¸ö}*Ï‹|·S©†TeУ˸_®(7‡¬_¿®³ÊÎ6—í•Ñ×è­¡3›©kó°Á©§í’nPœèõ°ð%€²óè›ÏA`êÔ©ÓyÜú"teÁ¬—›öÈ´ñžÝYXaOybŬ§~ÿ]ÿ~”üé³O>r÷˜‡ã N½wï½c§=2õù÷Oö)n;U`ÉN:…ÄfÒx%,²³»§Ûñ©ºª0”ºñ~ØC²“HoÇQv:}=^";jÎQ;²s2a墨$~ÙáDZä~ lO£½¿,Ü¢³µ¥Å‰[G̯®wŠl4q~xûÙ±“áü6å¥4ˆjœY;û…§û¿;^šXF$³ÔÐæ¼úÄôéL˜ôü^ºšˆ$R>óøcÜ=~YRyòêÏŸúÑ{ÆŒ N®ð’+}å‡÷Ý7núôi/~tε’Ôÿ¢­WnÛÜ>]ÇdW€€/b_‘cì×ãœøìÖ3¬‹V·÷ààÝí }zÌæ<ë š”Üý×ßñ=ÁçûIÖ÷U²BFŽºmöa:„å´Í׎þ‘`ôÕWÑ5zT—©û,Å5±Û»^ÊÙYÌbиl&Ÿ[²SWS­ÕkÚÚ[Ékǘñ°‡0"d'‘ÞŽ'Ù)•VDîŠ8¯9²í‘á"±âaaˆ!”'¤)//óQvŽ;¨PÈ- fÈEX#SH 9aOX†øúú:·ÿ`´ï²âÝ’¶`ÊCŸ}~ý˜=% ÷½í/n+ÃJúeôýÿ>Mœÿ˜qxÉ΂<µƒ[Ûh—ª_ìE”2ã®þËÝC­Gèæ'wŽNH \!L½åÎÕ¶a |ºMæcÞò²rï –lŽioÙÙìÄÉŸ_uý½¯¿÷ùúÈxCc¹óÅ»^Ý”N„«¥FØC5¾>·€^¸ãÚ›ÿAÚñì˜0ІÒ8X»ˆHHùeË–2bä¨Û¿:Æ…°–víͯyÉuóÕWñj-¨S˜\+ @ý/Úzå½Í]pt]„E¬Ï¡rñ×Iï^3~¹ö– ž`*°=8x²óökFN½°¹ón{µÑh ›´_}þ?”=zÛ£ï|ºç˜Toè³×ÄÃô!;\Ì¢S9,Ã\²765¯º¥E‘û†F‹©Î}±5l3‘ÞŽ'ÙyàPŒF£mYUU" ì‡ 1K®´²òÈ´)Ç?0î©T†—Ê‹©û_w׸ÉÓ^Ÿ»Óî»/¹&’"oÿÛ”4¡oßÿôoÇ!PÆ;ýÁ Ó&Ož4öá'ì5qê'kDøâô‹Ý,/gû_þö¬—Ö;:ÿ¿wßýàäÉŸ~û0ãÖ5·5ñÒ^:Ñ­}×jøèfÎú'žÞ” á¼gž\ŸiwÜ1Ðßú8öQÆÒGÆÏI R Š–ßpç,ÂæÎo^›6ùá»Ç½pˆÊ ¿|œP^F»§~Œœûæ#Ó&ÿ3$Û{Ý‚Cö·µ¶675¹"gåì [óÖ£·Þ÷ú"æöQ#+ê,Ži  CC£-lÓÙùd׌œvasç=Î)ëþö–ë×Ço{lÆ·1'”õ n+ õ÷}½ò4’]{Ù÷”n‡¢—`PÇÛ)|öçÉçž$ŽŠ(ë®»m¦SmíCÅ÷ÕÉ¿éïjÊ©•ú嵬‚7âªk|÷Âǹl75bÄíÁÁ“7ºJ¨­ñòÝK·áZ£:+qÿ‚Ù/ŽÿUŸ¥¸&¦²“\T@£3idƒ ¸}Èn•U9°§nºŸµã)êÆû·Ì ÒÛq”íö°3j“E—”Š6‡l(á° ¦¨¸p{ä6ØCb ^$âCš½ûv;ýsGÙéhS àA.¹¼´eSSÔ™° {C ÄÃQ«e±À­M·².­\áåÍ¿ñî¯!¹üÑqŸ'"×?uÇ Kc‰p ‰{è}{{xÉÄ›ßÙ‘Üíÿ½eâ"ûÑ£¬‘¼Üµ¹éy·…º­Ìß®¾Š[Zæï©”¶Ÿµ•²jä¨[>Ú• aN抿Üô¢ $TêùÈ¿îö™^*¿ôBr¶ÿ×±úôˆXOž~m7™¹áÍ;žü¹ êÓ›'Í.­°Æ¬}üö•§èàD\wÛÛýê‚‹Ð/„'ºYÆ;yó³ <û®›OóD®ì_}ìÙËø©£oÏ/³ò=¯ÞóZTqôHkkäíxë–‰‹Ã/û ,I¼ /£Ý“_ïnO÷¥n«C÷··µµ45y¢ÁÄ¿êê¿aÒ:‹ãQ(È5|˨«*j-Nvܦì3Wsƒ± %vñ/Ý<á[·Õƒúû¾^yÉ®½ì{J·CÑË 0HãǾˆ¹Na ;úÚ¿=#µ=þáƒO®Mwª¤}¨ø¾:ù=ÝÜšr벯‰@öžÏoó¡ï^ø8—M¶+;o5R¢;ãqË“cþ’I„ÙÙ Ÿd§©š\¦€AMyÍí}ÈNw‰+0¬dg>•\Ä ’˜t àø½¡Ñ"ÏÛDÙx?ΦŠTë^n½çÙX™U¼ú6Òú{©G~!rY3:ÈÎöööææ&‚²2É®Ý;B¶næò8DŒý{˜ÄGÐQ»##vlƒ”ö\޲ÓÑ&Àb1×mX#“KmʳqæuÉ'OÀÂñpÒ8´Ût+;ݾ?ê÷<’>ãð_¯ŸÌY#o5²€÷§ìÃÀp C221¯ðªQ7Ù–¶0oĈ«Ýê¶2°Œ3×ø>Jqþ¾ÚÇä£kÿñÄä‡ÇŸ8a\Ïz©¼cÛ¡O<%þýé;®ÿë½Gh%ÄÇ[G„:Ü~û{¡¾tÁEè»ÙüCso¼ïs/­÷ÕÔ[¦¼þñªÍ»¨¶Ò=¹æ¶&}t‡‡Ntkßµ¾»¹øáÑ!g7~x‘ÛFö¯>Ž}öüoÊq2n¿î’­zpÔÞYpn$¿|™P^F»'¿h|/u[¿m»õng£‡Ï2šl-âÚ›ÿADF¾x׫Óˆ°¦Â{(ÈžÅ{zÌëáùDXPÀu:Ú\&f•Nv®• þ¾¯WžF²k/ûžÒíPô² êøñ4…çÞ{㯙ÔR!{Òõ×%±8N•´ßW'¿§›[SžþŒ'¯­f'ŽŸþüöfÑ}÷Âǹìh*°=XÙyäÛÜóðDâ=5Ê‚Ï_}dì¤)“'Ž{ã‹C¾ÈÎZƒü•ǧN™:uüCµ)Ë»ìt›Ø±Ã軤Â|*©N)fÐÈ€ãCö†& ií#s—Uj–&¾MÏ}«š {##’¼öN"—5££ìlkmjlðDaQ>hNØ{ICð'Ùéb“Á ®Z½B&« ”gxDèyÍ)«€x8êŦ[Ùéô|@Ä-¼ë/×Üv×ÝÄv㨑³OA<Ì©|.×1% ×0$#qy„˜z^R:á¶2_Ý}Ã/çÈ®ñý*Åî3Áã7\³>)0ë=—cúå‘ÛÄ`äÕ1ãèL*sÓ¨«ò8\W¯º`äˆ"[@,`ø^á÷Ëÿ ˜Wü«—Ö ˜Çölýîý§ozè#/® °;Ãní»VÃw7ó£ÿuý׿ãv,ùWÇ”ÌÌßozp^úú§ïkŸý¨½³àT5H~ù>¡ÜŽö>ýò^·ÍÛ­Ù]«¹oÿ}Ü„ÉÓ¦M7åï;²+‰Hs ë»ÿ<õÐÄ)ÖŸ‘! ²g±‡ëµä9ÿ|ôáÉS§Lÿï¯8õ=W£Yýê“Ó¦N›6aì¸o¶º_´¡þ¾¯WžF²k/ûžÒËP¼8ó—)œþ½ÿÜMMù|ô¸E^*éûê4ðéæÖT@¼öä…syðV6|]üÐyR\D§’§‡ìÅ«nmÕPAdZ+?kQä•'Ìj-ÙñˆOÒš;ˆ\ÖŒ²³µµµ¡Á2pe§[›*eÙò¥••å 6{zz`aˆxï6ÝÊN§àyѯß<~©ýcÎΗîxbV?yÇó‹ö‘Ô\ìa–r¸D L "°hüÍoGœƒ@ƶÿŒ÷›ÓQ§°#n+StxîM÷¾ž˜G?_njÌ¢°Œþ–b÷™à®k®>LbB qå+Þsý>þæwlHÿO¿<ÜŽö>ú±¯º…Fº—è¿ïë•§‘ìÚ˾§ô2Ý®ƒ:~< ~;môuÿ·ê‰ÛߌÉö2q|_ü›nnS:ÍÁ{íÉ ŸæòŸM¶QvÙY\G.. ’ i”bÀñ!{[{y͘UqiÜ;m:¶…°Ý 4ó¶éX²äÏ[U$D.kÆ?É΋Å쉂¼í‘Û`ï% ÁŸe§{›drñâ%‹¤ÒòÖÖfØCbú´éVv:½XðÐM¯GgÙ?òY©7\sS&«„ÇHùô•Gî;nâ„qÿü>íøô¹;;qÒTÃÔ Ò³ öýcêýãÆ?üÀÔWÒ‰HûQ§°#n+œÛ¹ôÅiãÆO˜0þá‡&=õÚæ¤Âþ–b÷™àÄòîºížÉS¦üç‡Þs±ò¢ž;æáISþùUX¿<‚Ä.l“§<1¹QŸß4ö6ÏzôÀ·Ó|g3¸´Ä™ÏOºÿáñã~ðåȼ®]½}îwÜ=eÚô·Úi¯ÆEè— ^Œÿ¿§/ÍóÔzB.é¹i ïú¿>Zz„HæÖµv‡cØÕ¾Ûjøè¦§˜ÔÇ©€ôMOÜxÏŽyÃç¼2eâCwŽ}foí"øå}x¸íÞû±Ïºm:`• –a Ôß÷õÊÓHvíeßSzŠnW€ÀާEÌËDØôØí#GÝ^TÂñ2q|_ü›nnS:ÍA?f^ø2—L¶Qv Ù™K.ʧRÉE@xÄÖ®®®JE¹¸\Po©cïz¾^x¬Žµ«ž±ÍÌŽ2—ì©g画‡×Q77ÉsHkï$r޲³¥¥Ål®÷„ý»^Ò8ÊN/6‹Š æ/ü­°(ööŦ[ÙéôüKȪ zt÷ËtsÝscþ½;ÃþN4—}÷íÚc• èÿ[ €½ŒÓÈz}É{eçP‘ù¹äÂ( 5ú" âãb²ÊÁ°éVvrØÌ!ª zt÷Ëåæõë28/Ðëaá ÊÎK‹^«å”0#·‡åd¦çç‚òôRa^a^NÔÎíÒŠ²ÆÆcM ÃÞ¿o€ÇÕj45z@FÈ~ f_ ›©Õ¨æ[Ù‰ rI¾š“2Ü9wèÜ™”òR1ÊÎÁ£Öd¬¯¯“ˆ…÷ï ݲ1dÓz?€ŒŒ´¶¶6õÚj:•wøÀ®‘á~ÆbÐÈJ¹llº•à†n¸]¢møÊNì;Ü.ƒ­µ¥¥T,LIJ ¾†‡²sð°ýCɶÎÎŽ®®N?€ŒŒ8Ú4Ôè4*…B&…î«’Iû äRÈ¥ÕÎAµé*;‡õ=AAüÃP£//§¥žv’qcd€ ìDAÄŽÅ\¯Q+År•kŽIÄoPv"‚ âDµFEüòÈIv®ŽÍGs bo‚}`Í"C”‚ ‚ø(;WÓG^ç¿qúÈË5‹ YPv"‚ â£ì\qD(BcžœØÙ¦`$…p-#C”‚ ‚ø(;—Ç EÊ‘Wkd¡=Ý–šÊ°SG^  edÈ‚²AAegp¬ ¬‹Í"ÇßÔÙZÞl:ÔÕ&#¹b|É•i®×Ù?ž«ë‚˜>sYêÌ­ººÖˆ£ØûRPOï·wŽy},î e'‚ ‚ >ÊΠÃü²áð©Ä¸wÉq×W‹ƒ;‹ZÛºÛK«Å+!&éÈ 8ê=;T†Ñܵó¨5|´¼¹Ù1}ÚÞÓ»6ÖãÑå±î òÛÇä½¼AÙ‰ ‚ ˆ²sé!žß¬8X”û.õømRÊ¿,Ú=-u'› ! Gº“;›éͦ“ræGÔã·&~Rz2• £6É)¥%5VQK!Âìf½DJ¤Y•TÝÖl´gáZ ¶®•€HO˜:&¨W›ZÄäÒn}}S›¶¶U.“Á¡XUÓù,µÍŽ¥o%›ÔÆæêºVS}Ó‰3B"rY\)EÙdª·ñÊòÚ‹[~¼RllÓ×µŒæèã|{”ÔVZê[ÚòòÄiÞaAÀe§Šqè'¾îš‘£®½ñ Ó>!ö’x„m»\笣wNž. ®œ¦@A.Ù¹ä ×o boå¥N6HçeókÊ>0U~ÚPÔjŠª—™ÕAÝNCå"nêÄ‚Ø[V<çÖˆõFb\ys³”¦®È8k „ƒâJ[:ZW²¦‰UµKòÄN¹\Ãà–á–žÞÐXk øÏ5‹àãB"°*YÑÑRK„SôR–”¯Này*.½®‹[ ÀÖ‚ºæ:­ý(#Ϲꄺ³½a Í;,øÿöήªºqÜ€ë}Í nM@Y—å^¥Ö[®|+MSË‘½Z©Ùr”š––[Â=¢¸·-Ss@Deo¸lPÔ,ÿÿ/=¿Û]\®Œçù<>_Î=÷Üs¾çÚ}º¸¥žo5ø·È§á3oZ¿ê« #†® $;…žžB=®¶""b9ÌÎ)›.—Øï6íþe³ãŽ/D]|9=fVFÌ´ôȱY±ŸfÅ}™›ücNòš¸ w.înñËf±¦®ˆ_g>ض;úvf‚¼D¸5þþ¥Ÿ¯Mõ ÉùóÞ·Zî¥6ƒo¯vRùg|”rïɈÙZî"ûíáØä;)ïdÞyøðoiaÞßçyýpb5i¯¦z\ýûïò­3¯ùðáÃ'™Þ a©gç¿L ‚ÊëÄ•ì.ÏJ 1òµfæÏ˜U«Ù®‹j}m›9¬ésµj×}aªïUiyvú­ïÆhÕàÙjÕj6kÛùïóªë{ñ¦EšÏ5²éë?wTïºÿ®ñ\c›oö„ê¿ï)·lšÕ331ý×sõzkî¹Ö=ÌL˜øf·zÏÔ¬ùL½®o|˜œ®º'_nüì?ö<5âÀ+vjü»î›_øèz·ÓäŸh®PÜ-òÐK%;'¯ xBoXô³·õßz1AÃÓ£?M½ñFVü·±WÆœÝV_,·ê¿»Øñõ›Ãw³þ :,/NÝw'+qÞ‰œÔ›7µÞKm¬ºpòÚKn?E ͹“™ªíÖGFÞÿ{Ûî‚ýt}¼BÞ_¿Y_ôÉÕf®&îû÷_ô¬Y‰-õ윪¨'ÕQ-ó¦/ÿë$iùºW›‹…-þ3n݆u³>zCµ£lÞùzùwà ïÒSZ¾i@Kñm×w'/Z´`ì«MMLªÿx=áÿÖ2uù¼a…CSëA_.Ÿ7¢ð¾/ë¿oÃf5Ÿë¼rýÆ5î >ÖWsϵîáòÅÂÎ,ü¤«4îá®Ïpª/­¿`bg]Uééé!}«ú§ê Å}Ð" ±T²ó“5þ¥â¼u«Ooy6åæ W^T†O8³å±Ä;Š_'¯ :x!~ƺÿ["yþö_Ñ÷ÿöñº¤õ^jc•…ó½ÄàÓ WÿþëOiaî_g®SôŒ¿.÷(XsÉ©Lùî;ÆÓ6¨ÝW^í@ÚŸþ¿^ƒï~K»¯gÇ*±¥žY©Á ?¿»³Uõ·=ë4!§‘ø60%]ó2tPjFnVráÐLZnQ¸²*í8/¯)%='+Qû¼˜ifÀ}‡6¯cZݼϛïLš2gßùhÍ=׺‡õ«, OÏÌN¿Uð5èßó5¯ŸvSÏÏvj^dW]RÜ-òÐK%;'­ö+-y)nž´‹ îv²­x/±3z–|{4'?'Qÿ½äñÿ-\s),åvBÚíä¬üÓgB¤…®def݉Wæ©ngá©”ŒÛwãRóünÊwŸ¼þÊ©¨\eÆø´;Aþ×Ôî+¯ö¹gØ•”üÄ´;©)™+<ýõìX%¶Ùy3,ôàÞÝâŽBÍ[“2³ Bö¾YK5ê.iËNÍq£Â•goÝuðÀÉã—ãô¬oÈ}3“®x-_ðùıíÍkÕ¨ãª+;/';õc™e§–‹òEšt²%}<7Ú»[¼ 7;'®ºXZþ°vÙùíÉ¡ÿ9»½—Ê6·ÆÞ 8t¹wK×âfgTÄ­Ý;¶Þ ‰ŽŠ‰Šª­ðL3—ñS¿[·q㢩ƒD=ÓèÑ»k_iVx {üºë¿ùø¿ú;ÊûVbܨۻ+Öo\ýãüÞ|ñ¥åf§®ûþgȸEî«=6­Öú9³šM4MëJ×»»LZ°HÛõnÍñ÷…?c Ö_¨û"»°e­jâÛY+ÖùøÕu‘Ýð-òФ3…ˆˆ(™”±{‡¯xY/VvNXy¡ýÉKqù@㟼ž|S“ׇ&¤ç§&$M.Õ=ÄÒµ¸ÙyhÿÞ[7Ââb¢ÒÓÓr²³4Wøðþ¶-Õ¬fZ­fÛN¶Æ>ºø®¼:mÄ+MÌk›š©ÿJ‘æ8;#jÁǃ¬?ofbZûù†®/ö_z2ÒÀìÔußþ/º4|î_&&fu›ÛMZyVËhÛÃÌä€ ot­ûï5þmÞå¿©ývæ8åÖž^6Õk=ßgÂ:=ÙùÛ¬·-ž­%–Ôn0Dë¯ëA‹<4DDD5óóïˆWsñ²^¬ìüxÅùRôëU›O{U_Kw³Xn-nvúxnŒŽëð±âš—›}÷n¾xY/Vv~¸ü|é:{ÕªRß&–[‹›bý˜¨H­ïs"""bòÁƒ?µþš†žìï~±Ä–,;ù§ŠˆˆX³sÜgK,Ù‰ˆˆHv˜ÿà ;ÉN²ÈNDDD$;ìDDDD²€ìDDDD²ÈNDDD$;ì$;ÉN²ÈNDDD$;ì”]öJgE!&&&Ò ó+Ks ?L¼ÜþüjútÍ…bÏõÜZêʧúñëåj–ä=ô÷J˶öí{LÔ5‡e´çOwB´µ‘Çh3`œç<"’@v–Ö»j/‘FxÅLOÏÔ:~ÂWs#×N¹ÊN­ÓXÛÌ4>3KÏ,UÊìÔzÔ•5;Ëóÿ$""Ù d§!Ù¹wöˆ®œ[4²œâ{õQÕ$œ~·—«£“c›.«ÏD©m!3Ùoü€N–¶ »×§œÖÕ6bàùéÛ¹8ö[¨:ÖºqÍÝØÞ¯›ôƬ£S;ÍýW»UÏ6;º8·jb=mÛµ³FtéàÔÔ¢õô!ª öêaûá11ˆ<1ÄĤÚå”t1×ø™M‘ÉZkSó¥?håûí\]ì,m»­>ýî=©¿«£MsÛ^{o&éY¨uçumSžFµ ÜÑEš>Ÿ”oR›¥œëC35onåè¤è6ø€ž³oàf‹<#úw&5âPÿvÖvvÖíúŽHÖuÔÅšRGÿ–å§D)µáÿ"‘ì¨@Ù9zKAÃĹÕ2ïùèŠ|'‹E' 6›xÕ³vÃ!j[ø±[ã^sIã˜ëIz²s¨§ŸæXëÆµî†Ö÷v´æŸ®mŽô:_¸Í%fÕëò ãXÿ…µÌ{ÿ#f"=ë4ùH ~~ë…ÿÛ|ØÉˆ¬Ô+µë8æèx8ͽRÞ —ñ›j[ŒWâ]pDAÞƒë9|§g¡Ö×µMy |VíÔ÷\›W3½TØá©…™§ëì¸Ù"ψþùΡž4{—½Õs˜£ç¨ ŸR§ÈgZ©µáÿ"‘ì¨@Ù™œ%]£Ì01©&-lPÃLñ‹FMÕ¶P¿ºYXZF‘WrÅ &#Ks¬uãZwÃðì,b›ÙÊŽ«ýs›YÎÏ>¢ÌܨQ°ÿDËÁ?EŸÙ¨£W®ÁÙydeß®N6v?:kZS^-²ðRxvz¸ˆ = µî¼®mÊÓX²ì,äRßå±ËÖïˆ~|Y_ëÙ7p³Ež‘"Ÿxgï–ius=Gmø”x8E>ÓJý¨ ÿˆd'@EüÙNy\·ºéue†®-h¾R›™˜dr²µVêXëÆu…«Ùiø6µnÖ§s£G÷›·š™eÑhðïïY÷ÚzÕðììülÍU§nH1©ºšÙ©uçum³¸?tZä$è?×9YÉÇöx~9ª‡yÛ±ÅúŸŽ’‘"ŸxòìéÏNçÔÀÃ1ð™VŠGmø¿D$;*tv.î`ñê’£~"îø%µ-¸woÜ{ÞaiVpíµ·y­•Áq+ûŽ.2;µn\ëÊ" n¥eêÚÕ[ ߦÖ×îkÛzÕuiá2ëŒÝòùîÏÕÜbxv6¯Yí—ÂõOüØOuµw¶ìÏÐzsõ,Ôºóº¶YÜìT¥bŸëìÔ )Ò@šÕh ëì¾Ù"ψþ'Þ\‡zCÍÞºöú.²>¥ŽÏÞRÛQOÔiÞý̲1Í-Z:»¸¼=}»êjÒo5µyIóWŠTjÝy]Û,nvªÎRqÏuNflïv …¢mkë± é:û†o¶È3¢ÿ‰—~ Ÿ«•ƒ•k¿ÃÖTëQ>¥ŽÏÞRÉ¥¾Ëc—­ßž©g}ùQ´Þjà‡eë:(Í}ÖrDÙÊŽ­ydeß®N6vbLLkj>ºÖ}3p–4'§ÈTÜù7Ú‰VÛÎ<ÛºÖ×µ›«ã³“䱿$èÚ=㜩§x ÉN¨ìÙ^¬Ñ×­nz]™¡ër²’íñürTó¶cõ¬¯kÅÏNí¥y€E]çgk®:uCÚ¦Ö|2pß´—æä~‚ œ£hµõÃöÿ·ŽU7ö‡ªnÁÌÄ$ûÑ'Ê 5'¡d»WZgê)žDD²*evÎu¨7tKPÁOÄù ©k¯ïŸxѼ•–©ç5wq‹W—}ôóuÇ/ýãîÙ©"R¤«3«Ñ@Ïúú·æÞ½qïy‡¥qlX²®½*ò JÍkVû%ºàNüØOµoåG×Ü7CgIÛä~‚ š£h)ÍN»ùí·s sKÞBoóZ+ƒ >ì>È÷ñïi›Õ=1þ™zЧ‘ì„Êù+Eáú¹ZÙ9ØY¹ö;¬÷gê|Çõnfe«öË;ªãŒ„3#_v²´s°·mÓgŒÏ?ÞÍËŒíÝNá P´mm=vá1=ëëßšh’qý:´¶±wTØœvF×^yP%ÈÎ3ËÆ4·héìâòöôíòBÕG×Ü7gIëä~‚ ™£hý¿./ ñbÕ¸¥KûNïÌØ)-Ô: ª{bü3õO""Ù Uç(!"""Ù d'Ù‰ˆˆHv’@v""""Ù d'"""’d'"""’Pųó©ÿ¾­ÖP(e´{_MŸnœMé?®r¥÷¸WZ¶µoßc¢®£{Âp¯k;O^¾HQ¯¸[{ÂSötÏ8""Ù dg9Ïβ۽RÜ ‘÷¼ì¬mfŸ™¥gÿŸ0;G71?•˜&ÆIgê5]Ü­=áLrÆ‘ì(ëìÌLö? “¥­ƒÂÁîõ)§s >ûPÿvÖvvÖíúkþuA­™!{gèèâܪ‰õ´m×vÌÑ¥ƒSS‹ÖÓw„¨®Ðµƒs‹F–S|¯jÝ“`¯¶üÁÆÈCLLª].üxîqŸÙ™¬k š{•žpúÝ^®ŽNŽmlº¬>¥ùН¹ÍãÝÞ¯›XS¡PhþÅHý‡´òýv®®Nv–¶ÝVŸŽÒÜ”æly\š·&ߨÕÓ¦™­S»7>óÑlÍ}к ßµ³Dº5ñÚ‚:MÿñéHšs2¸£‹t }>;)¯¦vtZ÷Vÿiذ¡¼‡—Ü»t[Qðë—×ôèâî¯ÿ)whÆ æÍ­Ý(ò”•ÿ3^º§ÉN€ò™?vkÜkî!is=I|ýΡÞïÀ‚W¯Aõæ˜#½Î‹A|гêõGùÄC¬ÿÂZæ½ÿャ-…+¸Õ2ï©uOR#=ë4ùH ~~ë…ÿÛ|ØÉˆ¬Ô+µë8æèÞ‚æ^-ëd±èdÁ±'^õ¬ÝpˆfvjnDÿñªÝ]ÿa*o…KƒøÀMµ-FhnJs¶‹<.Í[¿µ«;lká‡Ýl¢¹ŸºöAm;Igë>kŸXøî¥oß}·\QÝH±æDÿôê?#ª÷ÍHD$;Êgvj~>µÊ'GßÒüäh]Ù™œUxù5[ùÏq5õr2ä…f9?ûLˆ2cp£FÁþ-ÿ}nd£Ž^z¶ ¹W j˜)cѨ©fEhnDÿñj¿»ŽÃŒ<²²oW';ñè&¦557¥õÓÀõ—ÖŽzüÑÞšû©k4·ãÑ»ÙÐÃaY©ÁÏ´ŒHÏ4ü9 ';5EÿQÛÎ<ÛºÖ×µ[äSn’K}—7Æ.[¿#:=Ó SV¾Ïxéž>D$;*`v†k¾(›™˜dr²õ‡A‘å ©OçF#Žî7o53;#Ê¢Ñàßß³îµõª!›•u«›^WfòcuªŸÖ­çx ù9FyÜùÙš«NÝP Â"#ÄãRÛáhÝÙYä>Èã„+ß›[uyÕ‹–C÷k>+JkNôŸµõÃöÿ·ŽU7ö‡ù”ËÉJ>¶ÇóËQ=ÌÛŽ-îî•Ã3^º§ÉN€ò™îÝ÷žwXdž\¯œëPoè–Âk¸>CêÚ«_‚ìm^kep\Á­¾£Ÿ0;­­­ÕvæÚ¶^u]Z¸Ì*ø˜ì¯[>ßý¹š;¢SŠ•g‹;X¼ºä裓;~ÉŠÐz¼¢n¥e7Bš×¬öKáŸø±ŸjäțҜídçÛºïn/¸¨¼u˜f·hÝ]{>²qöÏÖÜž¤¶ýϵ@•Në£è?#jëg§ÝüöÛ9á…M¨ï)—z!"EúÉI³ Š{ÊÊá/ÝÓ‡ˆd'@¹ý•¢qý:´¶±wTØœVÐ{©áú¹ZÙ9ØY¹öÓü•¢ß)V[º´ïôÎŒO’™ÉÿU·¿ú¶Åì·Î )hŒ3Ók>Û±¸ï f$œù²“¥ƒ½m›>c| ©­Çë;®w3+[Í_0Ñ?>³lLs‹–Î..oOß./TÝ”æl— ;“¯o±MS['××'­7­ö¼Ú1jÝ]{´¡Ûs­>Ñòs¶zŸªªÖGÑFô˜ž§\Nflïv …¢mkë± ÷”•Ã3^º§ÉN€ ý”JÝèóïö\u‰ÿž”ÀìŒhé¢óõ“žk5ùI6µºWÓÁ{C˜Ò *§‘ì$;ìÄ25éÆ"…£Â¾M+û½.Ç–l#i±ìZ[v§ÌbJ+žœ>D²“ì²ÉN ;‘ì ;‘섪–Þã^iÙÖ¾}‰¹OðÒ|ö4"""Ù d§~k›™Ægf=a=’ˆˆˆd'²©‡ú·³¶s°³n×_ú†ƒ;ºˆbT(}>;)¾mذ¡Ú]2“ýÆèdië p°{}Êi­É5àó4÷ÎÑÑŹUëiÛ®í˜5¢K§¦­§ïQ]¡kç,§ø^å¿<ˆˆHv’P¡³ó;‡zC¼Åà²× zs y£òÇn{Í=$c®'¹]Ù9Òë¼Ä-1«^”O€Çú/¬eÞ[^aô–ÀÂÜj™÷ä¿<ˆˆHv’P¡³Såó©oéÿ|jÕ»èþw-Ñ•ÉY…×ñ³•ÿWS_!'C^ˆˆˆHv’Pñ³3¼4²SËFÌLL¤OÕÉÉJ|ÂqGDD$;ÉN¨ Ù9סÞÐ-Abä3¤®½AÙÝ»7î=ï°4Ž K.r#½Ík­ .ø˜õ ßÑd'"""Ù UôWŠÂôsµ²s°³rí§ùÛ@ZÍLöׯCk{G…ýÀigŠÜHˆï«Æ-]ÚwzgÆÎ'ÌN…BÁ‚‘ì$;¡Òü%DDD$;ì$;ÉN²ÈNDDD$;ìDDDD²€ìDDDD²ÈNDDD$;ì$;ÉN²ÈNDDD$;ìDDDD²€ìDDD$;ÉN ;‘ì²ÉN²ÉN¨"Ù)6‚ˆˆXÖêzÊÌLOW¦¦Ua•©)bÄ4ädg‘P鳓é€2EWvŠâ  ôñöXʺÒÝm³§G€ŸŸHP²ªBvÞ¿±ŒÔšY™×CB6®_~óÁƒ«*÷ïß¿u󆘇àÀKbNÈN¨üÙyï.""b©5;Ó”©¾›½##ÂÂÇQ‘[½½’“ÈN¨ôÙyïn¾0-=kË¡ 7ý6ã¯U\1 b*Ä„H3ƒˆˆO¢ÖìT¦¦¬tw«Êïsª½ç)f#.6†ì„JŸwïæ ·ýtñè…°Ä´œ”Œ¼*®˜„£çöÿâ'ÍŒðìéýõ—ü->¡Ì'ç«”ºÞí\î¶”à”³EvB¥ÏÎüü;Â…›~‹Wf%¥ç PL…˜if„ÒK³ü->¡Ì'ç«”ú³óo(DÌF\L4Ù •>;ïܹ-œ¿ñ×DeÊŠ ‘fF(½4ËßâÊ|r.°JIv’@vþ_vÞΊÊJPf ƒ/ëØ¦µ­½ÂÆÚæíï.H 5511ÑuSéê1a@Ë6övöŠ“±éâ«Ú£>ez=nAvÎŒðÑKóãoeÅnÔ³ý^þv±¢žX¢¹š¿þú«b­_âMwÇJQŸñÿiicßáÅOÊÿ|VúÓaø¹@,EÉN²ÈN9;oçå Eeŧd »=WËýlLÁ8)ùèñhi¡¦âuS×M¥km3Ók ºýÉwã‹)_}öå4ÍåbB¤™J/Íò·²âÑÇ4©{&9CŒ³RÎÕo2F,Ñ\MÅ]¿Ä›*Å*®â &fç¨.)·óYéO‡áç±-ŸÙ¹áЕ.úv·U|c²À8Ù™—›#•—œ!4¯n¶7,IËFE^Ý·c«¶övv¶}>=!–ˆ×MŸ¯†wlçÜÌÂr’g°´ZDø‰!/ºÚ+Vm:/9.-”ÖlçäÜ¢±õd¯+Ó‡uhçÔ¸aëO7_Õs/Éí]ÄÝíì$ÅXÞ¦øºéµ®Ò­ö W=¾jÂ@''Gµ#’ü|Êt“B>ûbªÚMbB¤™J/Íò·²âŽî]º­¼$Æ—×öèâ –È7©®& ÏÔ¼¹•£“¢ÛÛÄ·;úu7) G§vj›Ý7ûÝN®.­šXOÛ²cÖˆ.œ›Z´ž¾3TZ!hÕûíÚ¹:9ØYÙv[}&ZsSY)þãt²´uP8ؽ>õ´¼Í®\Z4²œ²íšÚ(#õoomç`צ}ÿŸ"STwCí.‰§ßëåêè䨯¦Ëê³ÑEngpGiÇú~vòéΧÚhîjù9šÔz—‹sÛÙ~ø»tkRÈ‚:MÇ–â¹@,Eõd§È­¿ž?ôÝu*âÀ¹¨Å;/wçó×Ó†ì„*’ÒXTVLbºÐãÝ«ÿ»iÏæ/ð ‰K“þйQ÷Yû¥qp@œø*^¿†môƒ«g—Özþ%é¦yí-fÿzS B.nüwƒÁÒB±æÐµg ×\dV½þ;.Šñ•“ók=ßKϽdÅÝ5Çš=þÆšójÛ”üìËiâÖçÍÍ…bðéçSUo"O”ôÒ¬9â^‰'ê6ý@ŒÇ7«{21M,‘oR]M˜W3½”’.©Éš«©®?Òë¼Ä-36Ê'@ŒcýÖ2ïýèÜ —ñ›j[ŒÐÜÔÝ÷š{HÇ\O’n½%°p›nµÌ{ª=âwõ†xÜzÙkP=‡9ò5ﲬ“Å¢“Ϯīžµ1p;j«>5ÄÀ]}*§C×Õî’‘t¶î³ö‰™¨çÛ·Eß-WJñ\ –¢å3;;ŒÛºûtÄLÏ ó·]rãEv9;£Ó%ýÿøiѼ™ÿQÔkÚ{©´¤^u³óÑ©ò Ñ…9ŸV8N51©&-¬_ÃÌÖÞA²Eõ5’þ9Öw/ÕÒkô M~4q²øvòçSå ÌNñužmÝ ëëÚÎU}YךI“\껼1vÙúÑé™ú;'9«ðÃy³•ÿW“Vˆ<²²oW';…BabZSsSõ«›…¥ehßfN†¼Õõ# w);ý–ius=wiPÃLñ‹FM ÜŽáÙY¶ó©r îêS9º6¨yÞ͆ËJ ¶x¦eÄãI(•sXé³³ÝØÍ>¿ßødÅɯ7žsµ‰ì0Nv¦§)…¢²nD%©vδZi\·ºÙÉñª·Š×/ÍñóÕMO„Å«mGëšEÞKÿ]4†<ºì¤O¿Ë'NþBÏB1!ÒÌ¥—fù[Y±¾øzu×ëÏX>3pW°¼Dhfb¢,¤¥FË ÓRcݾá³w»?ßf´ê´nVϸSšîǯ‰2)T^¨º¦HŽ«‰É†lS^?,)EÚ H=w1¯nz%!YsŸ ÜNù™Owõ©œŽ"7(£/}û¼ÕÔ‹Ë{X¾½«tÏb)ª';ÅÓïÁSÂeŒ×†Ã×F-ø}ÒòŽï®ð´!;¡Šd§ø·/•™(\êsüzáàÂO j>×CZøm§F]¿Ú%/ž‹_Åë—ô­êx†KÃç’Æ¿í=£vk±î¥ÿ.ò@ôðé°x]Væ„O>׿\Lˆ43Bé¥YþVVl\|MM¸6kÖÌÄdy‰°çóµ~ô?ï÷-L;+É1gÌj4Vm’¬u³zÆÍjV;x£`S¿/~M^¨º©¥]õœ³W‡_‰Ñ³MÉÙöõÞöò+Ø[ÏAuífêyèùí¾²àiì÷ëùân§ü̧Ö]-'§CëuÝeD£gÚÕ©¹:$ºtÏb)ZN²s;Ëÿçãú¾·ËOçѽ&úþ¸ûò›3Žž¤ÓûöזּºÊvÈJû¡+Ü·#;ì,£ìT¦¦Ee…F$‡½Úµ••­M«¶]gï’^¹vbø+®-¬mmlmÿ3éˆXRp¹¼ð&Õqpð‘A/*Z¶±mcmÕsص[‹u/ýw‘Ëß{©ñ mmì] yôb)&Dš¡ôÒ,++6®kI ÷g–Z8µë0dÚViajÒ­ž®ö‚6/Xž÷‹´š×ØžM-Û:(\tmVëøøÂ‘Í¶ptv~ëKy¡ê¦’¢O¿ÿZ»VmmìmûqLÏ6%cCvõq±´µ³±tymoH´ž‡NŒ<6¢—ck[;;ëWGn*îvÊÏ|jÝÕrr:´nP×]üVwy¶åÍÉ|ÂsXŠ–“ìlÿ÷ÜÍo.Úæ?«ÿ¸Å¿÷þtW¿©û¾Ùtî{Ÿ‹ó|.Ц®=i3Èì²³Œ²35%Y(*+$<eÅ„H3#”^šåoñ e>KÑ_jòæ¶Kœ ,Ï–“ìtå1cãÙî¶wýx{—¶uúpk‡q[;Ž÷íô¡o綉…Ý&ìè6açë_´¸„ì²³Œ²3%9I(*ëÚÍX”"ÍŒPzi–¿Å'”ù,coì´³y¡u—÷c9X®Õ“÷ïß3Ú‡%9ÚØgê>Q•gøß‡^›²¿ÇäÝ}¦x뛟ÍþY8xÎ/g²¸ÈøŸåDvBÉÎä¤DáÂM¿…F] ‹A¡˜ 1!ÒÌ¥—fù[|B™OÎV)õdç½{÷nßÎ3ŽnÛÎ:ŽXûøg8W¸¾»î[Ÿ€W§|gÞïNהּ¸ÄòõE­,´z}áb¯ãFÛ+Y²ªTvnÞvÿÑKA¡‘W¢«¸bö½äsð,/ͤ籌³ón^^®qÌÍÍÉÉÉ–mó–Û²=WÎ>2jɉ֯/R½I¬i´½’%;¡ŠdgRb‚0<"Êcïé…›~›¿ñ×*®˜Ͻ§#"£¥™ADÄ'QOvÞ½›/Ïfggeff(•©))ÉÉÉIB«ÿ.]q0ôíù'Æ­8ûBÿÒBq«XG¬)Ö7ÎŽÉ’PE²31!±ŒÔ“ùùùªo3–¢$EUFGG…‡ßºyóÆõë¡­__´æ—[ï¹´.@d§X"–‹[Å:bM±¾qvL–ì„*’ ñqˆˆˆe¤Þ켓e32Ò“’£¢"oÜ ¹t)Àòõ…?ûÜ3èã5~b,–ˆåâV±ŽXS¬oœ“%;¡*dçN_DDIJSOvÞ¹s'++Ófff¤¥)EOÆÇÇEGG]¹:{+3Ãl#>}õdg^^®è=’P²sÆæ«XÑ]} äÄ…Ÿ­»ÌŸ?}Ê羟¿ÖsçÎ߯-ÚÉü0ÛˆOY}Ù™›+(ÍÙ •>;¿ö¾¢fäÛš ±Üºjȧ¾Ÿ;wýºµ‘‘÷ ‰Œ_·vÍwßÎ=â¹âÐMf‰ÙF|ŠjÍNejÊJw·ä¤DùJwUṼ˜Øè(²*wvN÷ –Ý{3ã·Sá";WLº|3Aõ&,ŸÎÚ|âBè‚ùóÿ8~Ló™süø±…‹–œ Iås…¹b¶Ÿ–ºÞíÜâírU4††^Ûæ³9.6†ì„ÊÓ<ƒTõ¾’+6}5Jm9–O7¾ê»c¿··—8k÷ïßß³g¢¯¿þ:??_,ôòôØûó›qBKy¶µÂl#jUkvfef\ Ú¸~íÕ+Á‰ )ÉIUSqìb<6¬ ¾¨LI&;¡rgçT˲»ÃÒ;y3âöí•'/…ũބåÓC„,\° :*R<vïÞýé§Ÿ6}Œ(O±0*2réÒ‚·à˜«Òm­0ÛˆZÕš¹ÙYiÊTÿ‹|¼=Vº»-w[Z5Ǿu³W€ß…„¸8­¯Ôd'T¦ìœ²é²š";5bùôعÐéS>¿ÿ¾x28;;7UA|+Þ»wïËÏ>‰JÎc®Jw¶µÂl#jU{vš™‘ž”˜]-8ðØ‚¿*:œì„JŸ“×`ÅõçS!†dgœò6sUº³­';™mD5õd')Ù •);?Yã×­¿ÿðã˾_ýµjvJÙ###Ü–- ¼•Î\•îlk…ÙFÔþo‡ì$;ì,ÌÎI«ý°âºdûåµ^{<½<Å“!??_¤¦Ú¯yzl:vòì¶QÌUéζV˜mD­’d'RvN\u+®“W_ðù9ø»y??¦åOú;ö»Û²eq©y_®`®˜mħ%ÙIvÙ)eç„•°B;ËÃïЙßÿÚի#ÂoIÀ\ Ö®^µxјĴ5‡Ã˜%fñ)Jv’@vJÙùñŠóXÑý~[ð±ÀxßÝ?/^²dúÔ/¾šúŲeKùíhtrÎêC×™fñéJv’@vJÙùáòóX œ´úâšÃ7Ž%…Æd…'äøßHÛr,âÓµ~Ì ³øÔÕ÷”2ÓÓ«öG±+SSÄ ˆiÈá(AÈÎñîçËN]Ù)Š380ÐÇÛ£Êþ­xéÏÅoöôðó JvB¥ÏÎq?žEDD,;u}8æõë׆‡ß|ðàÁêÊýû÷oݼ!æ!8𒘲*wv2½P¦hÍÎ4eªïfïȈð‡ððaTdÄVo¯ä¤²ÈN€ÒÍNejÊJw·ªü>§Ú{žb6âbcÈN ;J7;Ó”©ËÝ–œ2b6b££ÈN ;Ê(;ÿÖÁùPå²Ý×G/ºÐå“#?92ráù%»®Ÿ½–úw%EÌF\L4Ù d'€Ñ²3+÷Þç«ýzOþmâ·ó—ßX¿)ÖÃ+f½wÌk®¿5ãÄÄåÒ²óÉN²ÈN€'ÉNÿë)Ý&ìõÕÉù ƒßæîÜid+ÛW-º¾ô¿IS·þúkê’!]'8{5‰ì$;ì(Yvfæäw¿ãÓ™çÆ~¸Ë¦ó¨—OþbÖÒ…ËV/r[=ù«½ßüHÑuÄ–í!;÷Æw·K™u‡ì$;ì0$;Ený¥ÂÄ¥GrxìÇ{Ûöxê쥇:uêÔÕ+Á ±11'Nœ˜6{qÛNo/[~ᛥüðë_•²ÈNãdçÙฎ#=?›rܾç„óÜO:“••%ÒëáÇùùùÁÁÁs¯U¼8ÚÓ+ªïÇ»ŽD“d'ÅÊÎ…Þ§|°½ï°UýF|qêÔ©ˆˆð4¥òv^ÞÝ»wƒ×/[½/55Eæ½{÷¤73wç}Ñ™k7ï}yÐ̱~mœ»!WÀÕ²³a 3§Ç4jÜLsåÄSëtwµsp+˜˜Ö,nv~Ö®A»AãWzHοOvÙIv@yÈN’wîÜ–œ½|ÏKƒÜ¿{pÌÇëcb¢²³3ss³oçåÞ¾'ÌËËÍËËÉÉÉNJLøß”%ý†.ð®ÇÔÅ;ä»k*RP§ÞZVÛb¸4®[ÝôffŽž•»<[s͹1ÈËŽ–—›™˜änç¥Ê 5…+¤ý±ó”Ñ/šÛüOÏî©IvÙ PvÙyïÞ=©*…GN9ôŸ5êƒ_‡úuõ¦ßSSRÄj¢3sssDŠ ##mçÁ£ÝßúrìøÃ.¯Ï=tÌ_¾»¦"¥AVRð‡íê\}YúvIG‹W——ÆWN\V[Yؼfµ_cÓÄà”{yyoóZ«®%Üeûy¡7;¾w{…ƒBÑÖÒzì¢?¤[ÅnèÈ’@v”]vÞ½›_øfæ#ã“íúÝÿíM#F|oì‘O¦ïòÚqÒïrÈ¥àÐmþøä›u=5ðõ¯õ²íóe¿¾¯}1y‚êÝ+´d'e—ùùù9…WÒeœ ²í÷U÷7–¾óÞÁ7†ï|kÔæ¾#Vô:ïåw¾eТ·ßÙÒuÀ’–=?}cÈ»^kÝz¿Øy¹Ûµ-TPÉN ;Ê2;ïdgg©›0üóUöýfv°øÕ·Ö¾9tË›C}Ä@g›W¦·êòÞK†÷ysø£†¬[±°½³bÏ®íYY™šÛ©X’@v”]vÞ¹sG£¦™™û¿øÅü-/šÿÂË_¶êýÅK#¾ÿhÖúu[-ÿq™uëV]_ìùÒú~8fز…sìÛZ;z$-M©uSE²ÈN€²ÌÎÛY™jff¤‹—9ejJB|\tTäõÐË—/^¸pêä‰ßùéð¡eK–X[¶R8ØwîÒeÂÿÞûnÖ{K¿‹š›ª@’@v”avÞΑ©¦x·&%&ÄDGÝ»tY4çÉüöë/öïß¾ÍwõêU_|ñ¹][k«Z¸:ÙMúpô€×z÷ílÍMU ÉN ;Ê.;oçåi¾À¥§)•©)";cc¢oݼríê¥ÿ³gN;vô—ŸÚ¿ߎíÛ7nذpÁüž/vå©°kcÙªùO‡hnªIvÙ PvÙ™——+"SSq«(ϔ䤄xÑbÑá·n††„\  ¼àïïïç'ƒ Ë>›½Æ}0fÿÞ=©)ÉZ7UQ$;ì(ÃìÌÍ”fƒì² Ô³S™š²ÒÝ-9)Q P̃˜Øè(²ÈN€ÒÍÎ4eêo¯Ð«¢¹04ôÚ6ŸÍq±1d'¥›Y™Wƒƒ6®_{õJpbBBJrRÕT»˜ ë‚/*S’ÉN ;J7;s³³Ò”©þ/øx{¬tw[î¶´j*Ž}ëf¯¿ qqZ_©ÉN ;ž(; ÍÌHOJLˆ‹‰ŽŠ‹‰®‚xlLJr’èp²ÈN€2ÊN,R²ÈN²“첓첓ì ;€ìD²ÈN²“첓첓ì$;ì ;ÉN ;ÉN ;ÉN²ÈN$;ì ;ÉN ;ÉN ;ÉN²ÈN ;©G²ÈN²žbvff¦§+SÓª°ÊÔ1br²³ÈN ;Ê";Eqúx{,w[Ze]éî¶ÙÓ#ÀÏO$(Ù d'@©ggVfÆõë׆‡ß|ðàÁêÊýû÷oݼ!æ!8𒘲ÈN€ÒÍÎ4eªïfïȈð‡ððaTdÄVo¯ä¤²ÈN€ÒÍNejÊJw·ªü>§Ú{žb6âbcÈN ;J7;Ó”©ËÝ–œ2b6b££ÈN ;Ê(;ÿ†BÄlÄÅD“@vd'd'd'Ù d'd'Ù d'Ù O1;Ený…@vd'd'd'Ù d'€þì¹õ !;ì¨Ù¹fßåŽÿóq}ßÛeŒ§óh§‘›ßÛèøîzňuÃ×Ú¿³Únè*Û!+퇮pßvŽì„*žöî¼›G@vNû¼çxž_èë¿`«ÿü-~ßûøÍó¹8×û·ÞÄò9ç¾ñ87sãÙOWüa3Èì„*ž"5¥ì”d'†ã<ÊcúºÓÝ'lïòñ¶ÎùvúpkÇñ[;}è+Æ?Ú&v°½ë„½>Ým5p Ù U<;¹È•,;ïß¿wçÎmãèÓ ¾¾6õàË_쵸Èh{%KvB¹ÊN.²@%ËÎ{÷îݾgݶu!ÿ ç ›ÁËÛroó–›õ›Ë¬þ»ÔràË×µ°Ðêõ…‹½Žm¯dÉN(WÙÉEv¨tÙy7//×8æææääd¢XÓh{%KvB¹ÊN.²@%ËλwóEãÁìì¬ÌÌ ¥25%%Y˜œœ¤©t“XG¬)Ö7ÎŽÉ’P®²“‹ìPɲ3??ßÀw ŸPQ’",£££ÂÃoݺuS—âV±ŽXS¬oœ“%;¡\e'Ù Òeçìì,#˜‘‘ž””yóæ°°ëº·ŠuÄšb}ãì˜,Ù å*;¹È•,;ïܹ“••i333ÒÒ”¢'âãããt)nëˆ5ÅúÆÙ1Y²ÊUvr‘*]vÞÎg33Ò5ßÃѪXÓh{%KvB¹ÊN.²@eËÎÛy¢ñPHvB¹ÊN.²@%ËÎÛyy¾Yé%;¡\e'Ù ’eg^^nzš…d'”«ìä";T¶ìÌÍ”fƒì„ò“\d€J“ÊÔ”•înÉI‰b€bÄlÄFG‘PN²“‹ìPi²3M™ºÅÛ+4äªh. ½¶Ígs\l Ù å$;¹È•&;³23®m\¿öê•àÄ„„”䤪©8v1Ö_T¦$“PN²“‹ìPi²37;+M™êñ‚·ÇJw·ånK«¦âØ·nö ð»§õ•šì„§’\d€Ê“…ff¤'%&ÄÅÆÄFGÅÅDWA <6&%9It8Ù å';¹È•,;±HÉNx*ÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ì ;ÉN ;ÉN ;ÉN²ÈN$;ì ;ÉN ;ÉN ;ÉN²ÈN²“첓첓ì ;€ìD²ÈN²“첓첓ì ;€ìD²ÈN²“첓첓ì$;ì ;ÉN ;ÉN ;ÉN²ÈN$;ì ;ÉN ;ÉN ;ÉN²ÈN ;©G²ÈN²ÈN²€ì²“ì$;ì ;ÉN ;ÉN ;ÉN²ÈN$;ì ;ÉN ;ÉN ;ÉN²ÈN²“첓첓ì ;€ìD²ÈN²“첓첓ì$;ì²ÉN ;™^ ;ÉN²ÈN²“ì²€ì$;ì$;€ì$;ÈN ;‘ì²€ì$;ì$;€ì$;ÉN ;ÈN²ÈN²ÈN²€ì²ÉN ;ÈN²ÈN²ÈN²“ì²ÈN$;ì ;ÉN²ÈN²“ì²€ì$;ì$;€ì$;ÈN ;‘ì²€ì$;ì$;€ì$;ÉN ;ÈN²ÈN²ÈN²€ì²ÉN ;ÈN²ÈN²ÈN²“§@v"Ù d'ÙIv@v’d'd'Ù d'Ù d'Ù @vÙ‰d'd'Ù d'Ù d'ÙIvÙ @v’@v’@v’d'HvÙ @v’@v’@v’d'HvÙ @v’@v’@v’d'd'Ù d'Ù d'Ù @vÙ‰d'd'Ù d'Ù d'ÙIvÙ @v’@v’@v’d'HvÙ @v’@v’@v’d'HvÙ @v’@v’@v’d'd'Ù d'Ù d'Ù @vÙ‰d'd'Ù d'Ù d'ÙIvÙ @v’@v’@v’d'HvÙ @v’@v’@v’d'HvÙ @v’@v’@v’d'd'Ù d'Ù d'Ù @vÙ‰d'd'Ù d'Ù d'ÙIvÙ d'õHvÙIvÙIv@v’d'd'Ù d'Ù d'Ù @vÙ‰d'd'Ù d'Ù d'ÙIvÙ @v’@v’@v’d'HvÙ @v’@v’@v’d'@v"Ù d'Ó d'Ù @vÙIv’@vd'd'd'Ù d'’@vd'd'd'Ù d'ÙIvÙIvÙIv@v"Ù d'ÙIvÙIvÙIv’@vÙ‰d'd'Ù @vÙIv’@vd'd'd'Ù d'’@vd'd'd'Ù d'ÙIvÙIvÙIv@v"Ù d'ÙIvÙIvÙIvò”²ÈN$;ì ;ÉN²ÈN²“ì²€ì$;ì$;€ì$;ÈN ;‘ì²€ì$;ì$;€ì$;ÉN ;ÈN²ÈN²ÈN²€ì²ÉN ;ÈN²ÈN²ÈN²€ì²ÉN ;ÈN²ÈN²ÈN²“ì²€ì$;ì$;€ì$;ÈN ;‘ì²€ì$;ì$;€ì$;ÉN ;ÈN²ÈN²ÈN²€ì²ÉN ;ÈN²ÈN²ÈN²€ì²ÉN ;ÈN²ÈN²ÈN²“ì²€ì$;ì$;€ì$;ÈN ;‘ì²€ì$;ì$;€ì$;ÉN ;ÈN²ÈN²ÈN²€ì²ÉN ;ÈN²ÈN²ÈN²€ì²ÉN ;ÈN²ÈN²ÈN²“ì²€ì$;ì$;€ì$;ÈN ;‘ì²€ì$;ì$;€ì$;ÉN ;€ì¤ÉN ;ÉN ;ÉN²ÈN²“ì²€ì$;ì$;€ì¬šÙ‰ø„’@v’Ef'bYXZÙ‰ˆˆXÖRd'’ˆˆˆHv"’ˆˆˆdgq³3ðRÀ’…óç?·HGÍöÅŠh ~\ÓçÃ’EóÅ“‡ìDDD$; ÉÎkW¯¬\þãÉ?þÈÏÏÿ[/"3¤a…Sdçå¿â*N·þçC^^Þ±#¿‰'x ‘ˆˆˆUÐ?ÿ¼_¬ìÜ´aýÍ7þúë¯?‹BtÈ>?¥Ï©d¬@ŠS&²óÚ• â*N·!ÏŠ›aaâ)T¬ìôñܘ’”È?UDDÄ íí¼Üüü;âeÝðì\8ÿûüüü{ :dϥ׉$¬@ŠS&²ózÈÕâ*N÷ƒŠ|VÜÎËO¡beç¡ý{cc¢Ä5/—³ˆˆˆ³9oçÝ¿/:*B¼¬ž¢.þ¼ÿn~¾ªùwî\8{::2Bu¡Xs×ùã X§¬ÄÙ©úÄØ¾}û˜1cîܾ­öT‘žÅÊΨˆ[»wøŠ'êÝ»ùü‰ˆˆˆË?ÿ…p'*âæî[ÅËz±²óþ½{"'doçå;sê·ŸÔ§Êr±æŽ³ÉŽÆWûŽ_¢kPi§¬ÄÙ©úĈ‹svv9rd^n®ê³Bzb+;…7ÃBíÛí㹑¿´ˆˆX/ââ¥üVX¨®×z]Ùyïî]Ñ’¹99çNŸüéÀÞÂk ¹ªŠ5·IZw$®Ò("S× Ò(NY‰³Sõ‰!Œ‰±´´ùÞ{9ÙÙjOŒâf'"""VnueçÝü|y°«;}}‚òDOüóîbMï?âÝGUEdêTÅ)+qvª>1$'Nœ`bb²níµ'Ù‰ˆˆˆ†d§Ì4eª¤25åüÙÓ?Ü—’’$/”kz‹s;Yi‘©kPi§¬ÄÙ©úÄÞºyã…V­†žš’¬öÄ ;Ñì7‰MIN:_ø³‰ qªËÅš›ŽÆ-ÙQi‘©kPi§¬ÄÙ©úĸvÝÑÑqø°aÉI‰ªÏ é‰Av"""¢!Ù™%ZBÕ¤ÄQžÑQ‘ª ÅšŽÄ,Ú{ +┕8;UŸ›6Ž><1!^í©"=1ÈNDDD”ÍÉÎÒõw;ããb’â5MW*U¿u±î×èù»obRœ²’ggV¦Ö'†ª ±1Zÿn§ïfÏü;wøw‡ˆˆXÍÌHOˆ1 ù)EÁ—âb‹TtÈš_¢¾ßy+┕8;³22Š|Vˆ'ÖO)úéà¾×CSS’E»ò¯±ê¼Ï™‘‘ž˜qëÆO÷kýLöƒû÷F†ßŠ‹‰Ö£èÕ¿Da…³ÄÙ™‘ž®çù ž0âi£ë3Ù#Ãoîݹ]l'>.&!>«ˆ‰ñ±7o„îÛµ]Ä€Zv /,Y4_dF‘Š€ÁŠh þ ¬!Ïñ´ ÐlNÉ×CØç»Ùs«·"""VÅK¿€›×C¤PÍγ§O """b%P×{AOQÕìü *å<;±²úÔß;%;«‚Oý½S²¹ÈŽˆˆˆˆd'""""b©d§2Áÿݶ¶ö¶¶=F&¤÷¾rnº'"^sybøŽ&Î_é¹ãŒA¯X5~ÎÄÄäI}êÔ)òØÁÁ¡Âí¿š[&ökÕÆNÈ…ødùpŠ|ˆB9Wõä2ÏOx. ¿{éžtDDÄŠ’û‡[v™wT ŽÍël=b¿‘÷-&pn£NËuÝêÖÞâûËQºnýyÏ¡Àë1FK…rµÿÉÉ©Z—?cf‘’Z¬c|’C(Ö¾•XÕ kãªNv""">õììý|­Q bµ¿–ùËš¯»fïàìÔ²±Õ—[‚¶~=¬s{Ç&­§ø?Ê€˜?†¿ä¢pT´iÛyʼn›ª÷êÒÞ©y£ÖŸû\ÖÓ{ú·|ó—GÖ~ßô7›5³T8:t´GZzh`«×w—ìÜß}´«‹‹£½­¥M—<Ú±Ô¸sôëØÚÆÞÁÞ¶ÿléÓEÜÝÁÁAá誺©„°}ý\­lím­]ûî‹ÓsPe·ÿb¹Ç„¾.жÍlzî ‰•nœ4ÐÕYÑw…ŸæN¾ÕÁY: yËò@ëÉ*Á!h[Õ}Óú@²jgA×sCuƒEn\óìh=¹gæ¸ÚüïçG½ô}&c´ž ­O­G²ã%›¦mûOòÔ?ÏZ×DDD¬RÙùŒ™i‚²p¬Œ35{F3~ÞÝxZ ¢ýšU¯ÿž×1Žiq5V×^Ͷ¯7xSÁþûm|³žý,=Uvû/–ö(x8ÿMoÕ³Ÿ-/|{Ã9ý;©µßôœ¬‚Ö¹UÝ7­$kàYPÝ`‘7ð)—{Ò¼Ž]LªRŒ}^kÞÇû’Ös¡unµõœÇk^Üð¦þyÖº&"""Ù©úB§,xÎHKü縚´BƒfòÛkš¨ß+=E^SkZÔ13´fÚçúÎÇ,^ã{ëñ…ÔteŒiµ:%˶?»÷éâØÖÖ¾à}?ÓšÒÂúÕÍ®%¥yV¬v£pÒ’CM«›ë9¨²Û±üñ>\Á//ŒHQêßI=Ù©õd•à´Î­ê¾i} YÏ‚ê‹Ü¸áO¹ ½š9pM™`ñL‹°^²×ÿÐõŒ’×Ô?ÏZ×DDDä"{‘?'Í«›^ML1ä^f&&iKF5;ׂX÷ÛŽŸ½×ýù6cž<Û:Õ©¹üxˆ”mª9QÌì¼®¿èÊnÿue§j¼¸“úOV Aëܪ>´ÖÒ“ZŸºž{†?å´.Œ üîy«i~Ë{X¾½[×F´Î­®g”¼¦þyÖº&""b%p§¯Ïý{÷ ÉÎ}C-»|Lú•"«aûŠ› Ú[¼²ðWip䢞5{>_ËýRÁ/§øŒT½È¾OºÂ›–p&,^úÁ?³ 4¯ðZ[Y+ÛšÕ¬vèVÁ.í#¯³¬[£žß=úµ©ÈkqR „&¥ªmjŽ}½!Þþ»ê5¸®Ý,ý?$PFû/–}´o׳Ÿ£¹²á;©ÿd~úçVõ¡µ>¬æYÐúÜÐõÜ3ü)§õä ßmôL»:5×\Õu.´Î­Ö£þÖ¾žtšü=éŸg­k"""VEs˜©ñ‡u·±µ·µé>Ì¿ðçúŠ•)1¼ÛÛÑÒÖÞÎÆúµQžzÖ öùܪQ çv‡Nß&/ÜÕ·Å?¼ƒ”žÙÓÕÁÞÁ¡Mk«1?üöè÷Y~úo«» Cèì¿êöUÛ·ÕÛ6nÜXlJ|mÛy•Ú­'jfÑÒÉÙyÐÔ­òÃü2KŸö/´µS8Ø ˜RðË,>ôjje£þ+E×÷ôuÇdkåÒGõWŠ4ªìö_þ•¢&m_Tý•"yÃwRÿÉ2ðŠœ[Õ‡Öú@ÿø•¢ž­Ï ]Ï=ßrZOnA ®íòlˉzþ@ëÜj=ê‚_jÛÄÆÑe€Ê/ iÝC­k"""V©‹ìO×è€9ÜuÝêÞÁâ‡Â¿Þsëôð—–_¬Rûo´21ð*“+z6ykg0ÿe@DD,•kë†_dêNun¢ýo•Gìlâ<½üÏyí¿1ß«è§Àp“"÷ÚÛ¶¶ìöA¢’ÿ\ ""–εuÃ/²#""""Vú‹ìˆˆˆˆX¡¯­W ‹ìˆˆˆˆXq¯­s‘¹ÈŽˆˆˆˆ•ãÚ:ÙÑ×ֹȎˆˆˆˆ\dGDDDD²±ÄÙy5ø2""""bÙ)²±¬ýÿØb endstream endobj 158 0 obj << /Type /XObject /Subtype /Image /Width 893 /Height 587 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 1040 /Filter /FlateDecode >> stream xÚíÁ  þŸ®Úç¼"6ê endstream endobj 153 0 obj << /D [151 0 R /XYZ 56.693 815.761 null] >> endobj 154 0 obj << /D [151 0 R /XYZ 56.693 639.329 null] >> endobj 155 0 obj << /D [151 0 R /XYZ 56.693 612.16 null] >> endobj 156 0 obj << /D [151 0 R /XYZ 56.693 174.768 null] >> endobj 157 0 obj << /D [151 0 R /XYZ 56.693 154.898 null] >> endobj 150 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F65 39 0 R /F75 79 0 R /F54 15 0 R /F73 59 0 R >> /XObject << /Im10 112 0 R /Im13 149 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 162 0 obj << /Length 1762 /Filter /FlateDecode >> stream xÚµXÉrÜ6½ÏW0·QJcå’[¼$q*qä²n !-3ÅeÌ%‰ÿ>  AG¶ãŠÝhôúÐî#ý¼{z»{ò“bQF²˜ÇÑíû(æ$N¢”eDÈ4ºÍ£·ûßu3êêêÀÝç~Œý¨»²õ³n¬´)ºN×eÑ úêÝí¯°Õ1’)åzöSÛ)å÷c§OåQÄ¢Y‹ë݇>ʶ)ú‰¼!ô•‡²{C›x”‚M±06É$!q–Á ËÉÈIÒý7P³b÷âv÷qÇ€…F,R1ð‹(ɉ)Nõîí;å@ƒm‰ÌÒèoËYGŠQÂE ßUôf÷zG/:ÖË”a4vš¼)Ñ>tj]4-9¢/Šª€Ùá‚£{ Ÿß5Èyës…ÜC›{ON.ßçeèU‹¦ÖkܶmNžÞs,6öëq¯ºí‡NwG!™Â”Lgò³Q7¹YC“½Í%ïÛ»?‹¡¼âjÿ×§{¤ö…vdÇ–ïEÂÝ$è?WLíÿ\rƒõЬw¬„Ù;׎Խ£…öåN÷Ú¹ÉhÖàØ‹Z#‹µÑ®­Ïl&u­j{¯µ \¿•¬úd´6t êyUÛFçmOÌœœ\e¾ ßCWªu•!;69»ÊL®]er/°ï¯Ô^w(ÞQ+w§¡Žý7õa.m“'vwãSÜhòé†Ñ³‡mrá8{x‘Ek»„õ¬\áÒlKVcòf">Ç|ï|½é 0–)>èp즜)YRBù•'¯¯ê³îMx àx¤ˆ'R‰è$£¨[ñ¼=(J½Ê:ôƒ™«†îBl(¿´0Ü'Á”“„G±HI¢ƒfZ&RüßÑûG!à3‹ˆHHŠˆw3V}á :V V. M&„~ÙôE7@–/e‚,!'F4úl¥^¹kBwo‡“+ÀbBá/u‹oGŒ‰rÿÓO^ÖYô¼ë_O’^ôa–ýÐ'üÉ¥ œbR³ÆœÛ~,Q 2|.°œ“”ÅßX#w6¼ÈËa‚P¯²ýûøN‚ókÊæTæúKÀaZôq,‹®s~ÓEŒRðXÅ©²u  €Œ.ßÿÎWrÑ|L¢`dØQõRZv¡7Z–tþfaš•ðØ‚‰Tᇅ"3ÎP¿zãØªu?ô©8ÚóU^jÝæG¡Î¹N©$(ÒX&¨F‰Hõý†òdI-˜Ž<×N´‹…Ѫ¼oJ“$qÓ µ R`‡YNviÞ³ Ú;Å“¯ˆ’ùº&”‚ ÎÔ·Ô„R)ìœ9»ÿxO˜§ÏÚÚÐÍ:¿ç>`…ABÃéÛ¡@ ÓU5/]1õqíê¤5ê!•É%¤B«–(å1õ» Ô…2`Iì9nºâ=¦n¿]L—Æ3H& » è ![@¬@¬f †À sÁ(k‹×ûMØìw;ÌÛÙ&b™ß@ËàXâ™$©ÄýkÆb(ºº´M]à§•{áè€ÃÀõ©¿výTš‹‘“ÅèîãÿQgê3YnβÜ…Y|Óæ¶»¡:Qgë 0Éý¶ÀVpÞ(Š~˜w³Úýþ4Ý~Éa‰úÌ  ™wô鿲“®”ùe»+I÷HD}>hÛž®zμ½ów5#$¼ ûúõ5ðKN6ˆ¢9â ^Cªq ‹Kû ‰[N!ÍõSú¹’‚Vz.)óc4 a>ðià)Å6ÕÀ}Uk<êl ÖúR&’ðT„ev±KDžÞð]`z/ó7–’}¾¡CaöëžpÆáéíí‘k;¾3JJhœý—§Ëmœý endstream endobj 161 0 obj << /Type /Page /Contents 162 0 R /Resources 160 0 R /MediaBox [0 0 595.276 841.89] /Parent 122 0 R >> endobj 159 0 obj << /Type /XObject /Subtype /Image /Width 394 /Height 310 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 13108 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 394 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚíÝw|ÕÞðßÌζ´MïH ôÐQÄFQPá Òôª\Á{õEÅ.ŠŠ¢¢¢RTPE@º@h!Ò{6e³efÎûdže I=„çûÉG'g眙9»ûpfvr–³X,Œ1I’dY–.#Ë2»ˆn(î"žç—¬Ù$I’øO—'ºnF<Ùg“`Ï–M;Ó^]ŽŽ€[éƒÆ‚ T*•J¥uTÄUUUY#Él6›Íæioý¨ñŠœ4º7: n¥¯þËX˜òÞ¬aª‹¸òòrk0™L¦ioý8}Êd"Ê-1‘X­ÏúãóÊ”²h-fY4k½Bý<íÕ] p·)ÖDIn`AÁ{讹–§‹†ˆ¾üzÙÛÓk4µZÍ•––šL&“É4õ5Ó§LÎ.ª""ÑT•óç’Â}+zdž÷é¬uqWªÔ ŽË.*_µþÏâjõ¯ï4îA¢hæ9žWxæš}6•”W%ú½uÚtèîâhŸP×P«°¬j￾=}°V«lž4^‘D$3FD‡ßèݯ{ôì&ºiÄŒ¬Ââ‚âÖá,ºM›×»Å>x`Ñ{Ã,&ŸM>Ѿw¯‘Sðä4c¥åÕEe•ɇÿ8ìþÈ ·:×IÉ,ýý·uQ‘›‹öšk‘Æ+Òd2) .??¿ººúÉ—¿÷ø´*£ÅúðÑWc?|u¦o$&ɼ*)Ë(—œsµdL+>,®Ê?îlzæ'Ÿ|Ögêë«úµý€ÇƒÂcñ6L¬ÎÚq0‹ˆœ‚cz„9^¾Âöû‰hP¿î ”×·Nsu·o“UPZyh׿¾ƒFí?t´ÕZ´l•|ø.}‡{»9Ù×òuwúeën"ºoÈ¥ëB¶’㩹öµˆ(¯¸âàö5oÿ{tÍ'wÖRÛÝ*G]µ$8y¶ ѤÔ>ç·MÚá•›[\|öÐá-Û>ùjßøÁå™DœÑPÛ®”MÙÒ\Ö¿3†ˆÎý¾í¥ä€¡ÿH¨„]¬Žš³&¾o·:ˉ¨Îuš«úún=žãˆÈ×݉ˆ;·Îuf-ØàíîœLÄsœ5lµ~ÙºÛZkÖ‚ ÷ êED¿nßc+éÞ%Ö¾–Åb¬wcZ—/>ìÞÿÄ©Ó#»‘ÅÀR·ªôgµJá\N…ÎQ•–]a•yÇw͉|gåî èQ-bzˈ§†ÏÛÓò[oOD™öˆ©ú=Q ‰âˆ$³þø‰seÕ²}÷ÉŒÕYÕrÁÊ}Ö™±?v$¢¶Áîg²K%NÕÒSMD’¹üø‰´²jÙ30¬03•ˆôéZkŒ%‰©ÅF³(¯utnÑÒDZöÄúÚg²åBZzvq¹É"«ƒÃB¼´•'^0øuìØÚß³ço‹Â½V†¼¤ýg+½ÚuˆÑ©ì[.ÏÍHÊ,6˜D^!88:vmIDL6e¤fd—›%¦upìѱm}FlמƒW܇Kûäq&§Dâ5!á\qFFA94¡‘!nªêBCñÄsWµ²5.¯µhö½³l¨3ãlµê§‹o÷®þøõØž}ã4ÅǪÓö$gWí;_y:×â¦2*]:¿sE–¨Ö¡®IÙ™§ }4Ž:<…õa²”RÊE9Xª f9½îwŸóÞã1PQ™xZÿüÔaÑîüÁ݇. µLeu–ŸJN³&lËïnOÿlR“lذvçî‚–¡.¦ÄÓeÏNãÎÜ}¨×Ìšõû÷êr)›J3²(ð½g»{»¨LÎÍ)XóÓá<ÿHo‡K õçžCu¶æÎŸNLé=¤ãœO-_RT²yÛßœ4¹vì»~†û¶~^\ .}ý!'cæÃ¯ èÒoý;^{?_¿”E¶u©I¨Š¼ ¥~ï<Ô#@§«™ùeóVë’”˜:`x§ÿµõrSs…%Ï,¹tàÝt›Ú7¸á}Ø•Xt.ɺÏo'¤ñdÚTñ󺽖ž^‰õQTW®ýq÷Ñ’VA.\uÛú9â…zÅÑ“ý@éòܱ_Ùš$¶ZCâzÌZ°ÁºŽýš³l×C_i´¯e#I/˲,˶·­?jÏP—®_}y^eµå\1[¾¿40²ããNphs$­ (7'©T¨¹.]ºx:ÓÖoþg«ˆŸËŒÚÀX_%ŸsøØ±YD4d¨{vzeÖÉsqOtïà«=»ÿT²*Êö¬ÔW^§±îkþÌÔ8:ß÷P笴óY§Òâ&uïè«=w ɾ®ýþ¯và »N,Yô»?R]ü¦ÿ+:ùä…¬SOûù)IQx¬G`qrê²MÇ•8N|dpIÊ;œCDQÝTNaî Nå䯣º;3ÆÖ嘂¶–ŸËÿ¿Qá~šÊÏÖìÿü·ä”2rQSÞéÓ1cŒïêÏ.œÿ䇿wœ7ûê.eåÏÊ+îClÑÛúãÝ+W%\ptq}ä±a•%ß%d:êtcÇwLO©·n¶QÄ µŸËÇAƒúu³ýÔ9²¯%Ëò ~Ýj…Ú¬õëf [-ÛËO’$ÁþVÌÉVÙ­×ÔSÕ¿ßþÞM- íß×C£<‘˜è@Ê¢ s§ ãìÊxÏáºv=û?ûÂ+ö¡–ü´²n“ý‰hÿ1ÑÁœV,¶òŽîÈÖüqÄW|UDôöo)å\æä>£¬ë_¨®»¼No¬KÊ“3†…*5Þ²XqA"kÝ·6'—qluíŸ £Á\å¬×&ØEY3¾s ‘-›-ÁWl?­”æF9Q›Î­mg_ƒÛ9$ìIÑKm<ÛzdyVë“‹"ï÷T·öR™ Ù©’K7™™åšpø“UR/'§®­ýrŠÊÿÞyÀÙ;â\Ò‰ÿ†k‰hÞŠD>(èlÎÉ€é¹G¯j¶ÿUn]~kí©I1cDÇqoÿ””-qÓ‡‡*µ¾²¸»¾º¯dT{øâ¯±£'"ª0˜XÙúz³Õªoeûr[­Kÿ¦Êò?â©Öàʳÿ³N­GœÿòV‘™Ç˜‡“§S¼µç,žÞ-C,*—©Çÿøz­‚çkU».6fY´o¨‰hÌŒacjŠuOøÑ—¹5¿pÄ×ùÙB}åöòD"’ˆˆãøšë4ÌúŽ˜ýn\ú%ù|ÁÂù}ý•üê÷$•šŸz¢Ÿ¿RAÄê|kµÏXM«ß|³3Õ$sDŒ8“ÅÙKYµ¶D|Ü£Uç>rÑÉÄŸÃÂÆÅG{«ø¼ä³*'Oû–[FG~ôþÖíÂ|œÛ÷ˆÑ+ð¡WÿR\lVæˆgÄþ¹ÃÜ¢šxʹ¸>eKŒˆ]±nˆ‹¯á(¾V‰Tÿ–<ÏYDÙ¾–$ɇŽ«u½ÉzªKÇö o_ëÒUÆxûxb—Q{‡s*‡¢rƒGdç­ZDô¢ë/†Çõ‹, Žë7nsêÚ» êa.ËòhÓÑç²ycÅ_o¬Ø½àÇT"êv¯1~]¾…ˆæ ¿gX/Û³â§VÔYÞ~Zź<3ÍyÏð^öÏ´ýÌ"#"R©„V­ü®Îuêìªú*É@D#{zë4^^®=»·™l®tލàyå㾪ä§÷Vxµ '¢3»ôŽÞjû–S2 ^z Ê•³œ¿PœixÁÉ–@åŠÔj"zõÑö-Ý©g÷¶Ù™ç¯vÓ?õÕͬ°àµÚ€ËOî9fû¹<žjղϦY 6ØÎò;×VÝVËþå÷Ïkêü®Ôµí¾³#F  ” qv\}IëÊ Î8³7$¦?qJü S÷™]–aÈsDô[Âù4¿NAIGóïkáë&dn_¶¿ã¿ºF÷l[µÿ(‘—µŠG« „ºÊóeðËöÇ>Ù-¦gtÅÞD"OY2ñöÏlËÏ7:ý£"G ïpxÿ±FÿvZE}Ï~-®¡á)k–êc‡¶ šþp ‹Ñ˜™]üG¶èæîZp<‹FzðÄ~.Kª/pœcòOyfß6 û–9‹ÁäèþÀ°Pš¯Ô—ÿºþ€wP˜»»âȪ«ïé8(ºå3‘­Š J~Ùf¹Ú}hLÿÔW×UËãÓçÆŸÜÕwoÁ¥KãŒÕyJ8kÁ†öíÚZj5b«eÿo*—––VUUõü{?Œ{|Ú…ü²ZÍe¥ª<ÿÇÃÃz¤ŸMñ ŽŽ‰áTŽ¤Òž8•l6›ÛDE¼øoúGõoÙq(žÂúdŸ:•o‘ƒ¢£½”Öó/ùäñSfâÛÆ´¤ÊÔÔÌJ3Óyøë‹²ˆ¨c‡"’-u–I<Ñð²,êKªÔ1®†ó¥æàÈ6Óø–^8ú¯eí"<íwÉTš›šUl–9g¹4»RbÖvìÕ·-bRAvvaY¥I”x…B£uððôrdsabRµi×V)•;•CD­ÛµÕ^öoZjj•Á(ÊLPªÝ}‚=µDÄdsnVv±¾Ê"1•FÛ6ªÕ5ìÃû§ºx¡6@ç¤Ùºqm#oË2òë‡q¶Z•ÓÉSIDÔ6úÒý"¶ƒÑl_‹ˆ,¢|pûšÙöùG<¥ç–Ö¾ôpþXÖ‘µîînE¼¥¢gß~£Gßû릭;vî#ž—DQ¡Pöxø5<MåR—Xšž£ž?5&ÐUÍ̦ä”ô%ëRµ-C´ ×ÌA«V üöMk£z¸êœê\§L_™•¼oЈ,¢l¨6]s-"’df'¡ÖhªVeŸÐv’Å\]UÚ­ÿ óǶŸLNM”x<É'²_XûAÙ)ût>¸e¼éà®!~esn4šEŽœu-‚5<‡ç®G•Á¨Õ¨»ÿ÷ßÖeÕ¿ÚÀa÷›ÌbµÑ|=µì]ùÚ“o«NÖ‡|[u;xbûŒÿ—ˆºöì&3æѽ‘×,àÖQèÂ#tW|Z®.¡ªMî:Ç‘÷i`“E¬º8ºžZD\ñÔð¿±*­Sïño7rehfŠË*oM-ŽûgÙ…]£êZm\ÿ3^ 7eìÃq:]«¨(__¿kkáÚ㩸¨èÔ‰ãÑmcˆ¨¢¼ÜÙÅÅ~…6±ƒÆŽÕ1Ü_v 9z×ä×¼>¾3ÿÈypòËsï¸åÙ×—6°•7‡Mþ5cÉç>Ò‡7ݽ5µß{¿´tnÌ6¦n¿¸xÜ ‚ ˜ÌÆÃ‡)¥‡§ç-§ÓI§bÚupppÐhµ …ÂöÕT6ãzùíúáóïr‹D^Ùuؽn-øÛ矟ýýæïg&¬ˆˆ}¶Á­Üûå¶×çÍYöËÆç¦¯Ô¸xEÆt×έ‘{ؘºµ"n Ww·®ÝzK<Ú»o¿k]óµ§M~éÛ ÖÁAx Îó;­ƒöÇU+GÜ{_ãkÙ®=]û'wŒ1"¦Pà¾s¨7%AyÍß(~½árù9À ± žO€x@<â  )nÁ6ðwmÍÒåi{çÅ%dºã¹hNâƒJšÃ艈ztï‚§ YÉÞÚLâéZoj€»×-Š'YF>@=!ž iŽžê§gF†}´ñü Ü–w”ÿ`¡ø»“&"r ôØNõÙæ ""îÉá!붦KÝgF†êMŒˆ#9ý‚~oFµí!…R;c°Oöñìµ™–Îý‚½“²7Ö´Ë)”O öû~ë…ò‹3 ·ˆòîë#˜eúmOΰ^þ+wçÜŒ@<]ÛèéÚ½ZeŒÎ=Ø ù„ªRÊ©ƒš;hdJ‹ÒRU$^Ýn|¿+‡ˆxAèÛÄœ»ÑtDîan¥éÞ‘.ìBñéSբ؟zëC:_sY‰Þ.‡´tXº)ÝÄ.5x3ñtFO‚Z;ª‡—£,–êmº{ Qó<§$ùà‘ü¤ Ù;2`0~—b&"Aã2­¯jѶ+O˜W]UÆ©ƒÔTRÍ(V+ýzÄ2Â_ØŸfvòu¨*.•ãU|O/%§Tȇ矺8ÈiåÕÅKåÀ‹ ûòk²äâ¾ÉËîƒeOõÕÉ…Öò^¡Ê¿gÇø‡F*‹O[‚|e¹"Q‡(õ™ù¶CÞÛ_Åqôñ¯ÜéÔl8gßxûá58Xm43seÉGªñJÄÓÍ=ý#ž:t÷®JÎþ)×âêïqñÑò¼’•2©œ¦öq?µµ°(­Ä-Þ%ç‘O¤K~J^£®a1ñ„‰:i¸}¢ÖÙ¨¯,]ÛjXª) D™ÌÄ‹éæ[x"s«^V98=ÕÇãäÖ‚šS°Ò’ï“,®þÞ㺻|ögY­=7Wëu(cD¤vtóõéfV™f¡J:aü½Pê$¬>gTN1Jó"½dÛÑM»³£FµüöÏ,ë¯ÏjikÓºPçþŒˆpZµé\©L‚ŠÃ•;@<ݺ“»ÎÎüò\ cTšSLäl}Tåà4¸³³«Š“)Õ*Æ E³á¨èÓUË0PaûqK#ß§ÉyâÀ@!±Ü¥4½H4[ÊTAÓwqä7ê%ƨ»›¢*Ö?Ú:ÄÛÚÜyq—4‚+«cÏYͯÑιI9ŒQÉù×ÁüñìÌÃû¸²´BÏp×Ò E"k¨lËÖ…:÷ç¤^ÑÉóxŽáL¶Á‚tÄÓÍc2ÿã’#2™E#â˜íѱ=<Žî8w¼L"Nñ¿‡ZY «ßZu(ÉÁÙPœQ-6rsyg º^÷jeò~“É,¨äÛ98;ˆU鑈x¢5ÛÓËå:vòâ.1ÛÛ”ZW‹¹Âd‰S ðVð.þÿjMD$ñB/-Û^Z˜Ã‡·æóÛ‡(÷n®2™Y=P«ñ:÷gÛö´@_§V®“"4l)À+O·èän¹4Ð_Øeq ð²=êÌs¥Uc̯…­°,;_Ó90JÃ¥Íhü9NuE‰RÜ]ɾ7HŒ(ç¬yBŒ›¡¸æÜpW‰4¬…zõY#¹¹«JKÌÖZ¶]2–—Ô:ÿâeÿžçN\`Œ9ûx …l-µ®àøX¬Ã¶å gÍcºø«Eýq£ÜpÔj¼®ýá¼Ô,3·<«ÀØct0cùx¥âéf©uiüÀŸ9cã‚§´Kò‹‰tÖGW-34¬Ú å9×TM z~„;û ßr·vЦ“>R,21FDú¼rçî¾);ŒÖ6ýyÁ«—ß´œÈqú¢ÕÅ&k¥3Þ“Ú¨œxñç¹¶þ×àPÆϱ³çr~H3QL¬cúáKW¾KsòUÝC]8}~J¡ÓèÀŒCyuÞEa_h[®w8.¾OˆO¼À9–)ãÚÜ•®ý‹¤6®ÿ¹_ÜÀÆ|OÜÆõ?Ÿ×öB_4'aÕ{3c‹N·rÅò«šÛàÆ|‰ù5ŸÜ4Ñ“;€¦OLFW@ÓŒ'Œž iÆÓ…ógÐ×ÍIDPs‰§óÀÓ Ðœ¬øúË›½ |S 4Qˆ'@< žñt¶ÎŸÔ£ßÀøøøT£o- ¸QíßÀ¦êlífï?Ð-ûä®–™K¶:Ÿé*pD”pÇõÚ¾ÿˆ§ºM»g˜AfdýõôéÓÙÙÙö+X*O¾0ù…S¥£Ùiæâe·q½þ‹öL›8'ݨµ-Þ]ñi ‰ÕgçÍx~ǹJ ¼èë9mϯš3ãÛ¢ÙddnOúÕƒQ®7jÿÿZ8ýÙ•'\ÝÔέæ­[ܯ<€¦OŸýúÛ†€Û ãòs¢•ã~ý…íÜ+2~޽÷å‡-ºþ.;U3kýŽQ-Ïm˜v'fѪGNôÉÞ¯{‘>×HDþ_Ø<΃ˆ*2~í8jþƒ‰ïߨýŸ²pÃÆ3é-4‚±Èˆ—@Ó=¹kØûÇŠ½Ÿ{x59qe7¤ÍÅgô;†‡Qè°×Êfö#šADïþ]´mMwë :? •§o=õ›Œ2QPp†¢T¢÷oÔþ?ÜÆmÚÌÿ>2|ÈÈ{â4xÝÜ¡ñ$2öÍæ­*Å­ßô¤ ÿ}tí¡1m½dKQPhû¸ÿó6<üç¶m÷úhÛéïà•pEMñÆ‚çÛyÎùî˜u9ýèÙÒæ´pݼ­D”±ežkø ká ]<Ÿ]zÀº¬Ï3QžYp!¢«ÿs#÷Ÿ™SйÎF½ðæ;•é[ð²¸SGOWŸ4å¹^ߊj²t~þÛØðkh¤cÇŽÖï1m™3iõgO=6!n¡Ò¢[²f²õ¡qßýpzÚ³=VU9)¹!‹¾úOôòWÇ?×ÏÍϽåÀg‰¶Ý¨ýg²é•ÇFZ8©Ê8þååxÙ4Ýx²ÿ¨Ë¶l[P:E¿¿rëjßJãÕgùæ¿j¼6üÍåíK¢'¾}pbÍòâÙÙõµvµûÏ)œWoÆýwþÉâ Oˆ'@< žñ€x@<â àF¹=Ô²þÅñoîÍóò¼ñ§¹ ,˜={öm?  uëÖÖåö/}Ûî˧¾Í¯"¢Ó§O[Ë}&¬ÿþ±‹«IղǬ…Kƶw·odëüI¯$d8*¹Ï7nyjäPëO—ÿ 4Ÿxzî»]‰é™Î Žˆ.\xÃã‰jͱÛýcc«ÖÜ»Ö_ .èñÈ cO~eÿfì¸ëâiÚ=ÃŒ2=dÜœ}…ˆâããyÁyÛ–Ÿ–Lþé®ÔB‹Ï»k–ÅykoÍ.yužn,kSk'1c/À]Oÿœ wýsD³5ö›_ =¿iæ=ã—ŸL˜vÍ[±}Êç·´Ò\á0Ó¶¿áày_ý;‰{îš“»üßà`" üŠ~ZѵÇS#OÇâãã‰d•{Ä'¿¼wUícÆ^€».žn±k¾¨„{n¶Ûc›‚/°È¶__ÛžID¶½ª ŸÞ”;3ö4ÿÑÓ;ô?ØÓÉu󦟈hСW†-<_`ñ^ôûM¹ã0c/@óŒ'ûOÁF¼µf„ÝC÷Ì[vÏ m¿ò†ï`ÂŒ½wûÉÀO¸!0zÄâ Oˆ'@< žO€xºNë_߭߀‘¾MD ,¸ÎÖ ®¸¯ïññq}û?³$¥ÂZ9]>¯ÓÖù“zôŸjmsH]¾ÜpMeB•;½ïô‰óßzü¾g’§“M ^¦ô¸»FO-œÞ¥KŸAƒã›ì¦÷øÆñ­ßODñññƒ‡Ž¶ŽS6½þäðÁq]âÆî(¨ndûI1ÈMMDÄkZ·Ñ5PØ0Û”¾ññññññ—š,•'Ÿ3|ðàA}ûþ!©¬Î£€;iôTkÒÛ>½ï‡uݱG¯~½zöúÄøaN ®¾B²›ö÷r˜Ò஋§«šôö¦÷4íßÚ±gß–ï^X±µèÐwë+¬uÊvµ•0¥/@s‹§[0é­wd—1‘]xäÞÐð!D(¼˜Òàæ¹מ®4éíõOïûËîdFDD©;•Ž(¼N˜Ò Yž®8éíõOï{`ùÿÞû_‰VEÕÌ}þ·_4Px0¥/@³Š§:'½½±Óû¾µtm# ¯8½/¦ô¸›NîšA-¦oú-ª"}y›¾CÇ|öË/[–§-k?òùÿœ^UsNÔ¸Y}y¥Ï#žÜg9U³wæxOñîà>o?M‰:ø]zÛwÃ/_s«§×?Ý¢âüŠvߟ;t -?Ë{öÆ5#BÏoš¹ùâjËÆNÕÌZ¿cTËs¦Ý;féÉ„>½'d¿ú3Í=ûùá>ƒ%"ǨÊUYfiÅ~Ó»/?ðEZYê‡.mg6pŒñþ±âÕÏ=?zò§Nܾël ñtuæm>øÆø^Y-îÿ¢­Ð爈8å?—¥kh¿Å].¬Ýyâ‹3Çøєય“–jûÅ:)/_¹f[¤¸úmq³"œØó§ö‰À°§+v®Lýâ`ëí8ÆÆ°Nœ˜ø÷u¶€xº×:Ýmãgõu ›QóÅg)Üc>ŽDÔ~R‹ÏÞZìÑñ‰Fnhz¸Î¶­K׌Âuó¶fQÆ–y®á3¬…¦Elivȸ¼ÒóÕ–w¶fOéäu=ÇH˜ à6^{ºæén?«¯ i1ÊÕ°ÍáßÖ‘‘Oßû Ÿ™¿¦u#7ôøªE=|܇>a½§­³NZýÙSMˆ[¨´¨Ã–¬™l-ôîñXÙ”)S¾ "¢a-^êÒO§ºžc$L `;=IKK«ªªúòóÅúYIqQãkn\ÿs¿¸Î..Ysâ¤'Ñ×ÍÉŠ¯¿9jôWsÑéV®XÞ˜5m²³2¿\²dä¨Ñ¸kš(Ä žO€x@<â ñ€xÄâ Oˆ'Ä žO€x@<â ñ€xÄâ Oˆ'Ä žO€x@<â ñ€xÄâ Oˆ'Ä žO€x@<â ]ˆ'Ä žO€x@< žñ€xÄâ ñˆ'Ä žO€x@< žñ€xÄâ ñˆ'Ä žO€x@< žñ€xÄâ ñˆ'Ä žO€x@< žñ€xÄâ ñˆ'€@¸5›Yñõ—èkhrñ4rÔht4àäOˆ'¸C1ÆnC¹ƒ;˜XUuäßÏdÿôcP°gˆ®ÝÈ.Zw¥ªº¼ ¤äÀö“¿ü”²àÝ+W;††¢¯®huÂñÖìe™cŒ1"Ò-âͧßY‚x‚Û¯`×®½ãÆz8)úŽèª”Œ|u9œ£Œ ¥ÆÁÃÑŽ•GËØˆóGS~kÓáÝ÷Z=õz¬¡ —ä÷WýõúÔxGZbœ(“Ì¨Ü ¾¹t3â àꔟ9³käˆö1Á^¡¾ìÂf(%S(8Ž'2éYµ^–˜,hÃ"£¼ü=ÿ~å%…£cØ„ è·ZÎf·ôwçyÎzæ¨sÔìL¼`–9“H&‰Ø!ˆèÎûº\\‡›‹5H–¤}cnæíîå,žú›«,åyŽWp¼À J^Pò ão®–“Žh,U:„™5ÓÍš°ëékóûßiÏÿ‘ã.^ÕbLfd‘É,2‹Ä,"3š-<Ç5ÍA\³Çh–jÞÒÇ“‰2I2‰2'ÉT¦¯¸ñ·d2˜7/*"@ÊÉ$‹™ˆ?Xå°d+¹{_ZÉÍ[ýÅïšwVÖT9&42¸üxbÁ®]µZKݲxd¯íÚÇvhÝiÀß)¾)WCšÒm£åé…ÿ>“÷Ü„øK¥1"™q’Lf‰*ªŒÌ\Zû{z}óJϘèŽ;DGwÿßÒ}— !wG?ÏV%áÚ4ó“»:*;~\ãä qÐJ™)‚’cŒñž¾BL~ÑfÓ3#$}!¹{ 7ò!râ^bÄ1ƒ •î.Åxõéck*ï«Ý§ûå÷ݽBˆ¨ðT²¤rë~“Žè&uÈUÉ*ÐÏZ¸)2,`ÔÀ(µRAD'-¶EÔ³ 7‘BÁ ê>w€"}¥ýžgnyzØ;ú]{´Ö©,•g¦vï5ËÿÈÇCƒl{Xyá·A]ôÅÞ×î ¿·A žà¶)=|ØÙA- L&ë~Ö×e¿)Â"Õm2¾$BJO©záQYfÌúSQéâ¨*Úµ“f϶5õÁ„fnJ³fyEÇ¿MDtöëé¿<"šÍÕÌ}Î7?Lˆq'"¥R¹ñµ‰oüz";«rü¢ßæ !"Ñpú¹ S¶­tXèÈek_‹5Wþà´c%bµÉé?ß®{¬½{Ó麃IY/~¾}HïmZúÍ­lªûtîÃO‚‚S)H­T¨^«V:9¨9ŽŠõI’ío¹û6¿ê\˜‹íW—ÐiUù-‰jâ©{Çqÿ|vîÀÀÛ~¤ˆ'¸mª³²Ü Ùd!™8‰8Ž8ŽÄü¼òç'¸®ÞÍ©ÔÌlª˜=AÊË—e’E&‹L–˜l4 N Óe’ðu}n®OÛ0vìçÊD¥‚«ÊO&ª‰§÷G…‘.ü_¦²g¬%óöçÚÚ·æzW –ˆ^;\è7eÈr""ræKšH§½øùö3Ùåãîí_i’Ó «TÇóÏY/91I&žc"G¼DŒcœ àMQ«iì›ý©{Ã?ü`Éâ^uä9Ä4g’$Š¢XçC®=zT|—âîèÌ$fÍ&âˆ÷ôu^ð­5›8•ÚéÝoË*åçË“$&KŒ)Õ•ú ]d¸Ùl²5õ¸¿ÓG)s/@ÝÏÓ“¶&Ohï-[ ]ÃlU”¢Ù|qm…³ÉL—&ýûáÏÝAêšÛjöÛ½±ÒF³…ÉD‰™%Yxf–ôU"GLà™VÉi”œFÉ[˜Ìˆ'Z™W\êëjÛóñÞŽŸ)œÓRWâç>vôk{ô©¥{ªÆwî0Zø{Íímýð ŸÜÁÍÅX½wú¸uî\%sL©–%&KLsõv[±Eh)¦¥?Ð[LKZDê–ma®Þ’Èd‘I#¥V_VåÚ£§}SOõÔ¢QÓ÷gVZ-9³káÚtÆXŽY pfŒ]>ƒì.KÛß’c]x¹»÷ÔÅÕTÏ60Æþë5ëë¿­%©‡’/¯{­÷=]×­OoO0¸sÐê *I öp¨¬–²Šú*Ñh–E‰.þ0Qb’Ä$YV ¼ÎQ»rÛ±ø.-l<óñ˜x>YobŒ™+Îþçþø™KHÊg¿Û7^þ¦ûÄMòí¼ï £'¸ùUÏ TÛ¡¢L/xÈ$(2F¾‹W*[FZRS Ç –‹ó Æ öZµMÙ2Òýórïé#KL–ˆ”ƒTÚ­›}³Þ=_þãÏ_x¤–A¡àD…{øŒ·?aŒ­yûñ±]:»x„™C´ÙVž®uyâÚ_O>1­í7UÎ*.tÄ’•/µ›¼~Ýñ 3Ú/ÕÌÔíÅŸ:E\^÷ÆvH#=64&<ÐíõovÇõŒ ôN<_:°½  ç” xNPpO ž Fñ|néê„NZÕè>Q¶í]¸¶àµ)ý»›TJ“I5bæêùCÿÑ9œvîê}ÆÑ]z=©:øåmû+"ÄÜüpªçݨñósnÕ*/§ÀÇÓGÊËbŒÄ¢"㑃“”‹ò‰#ÊÍË{p׫¤â"ÉÂd™q:ª ƒ¾ÒàÙ¿­f[ ›ºnØÔZ›Ž™üÁ©É5¿~ý_½µJy¹ÞV×¶¬ÐF¼¿úwûº‚Ş?歹böuox‡4^è€ÏžöÜ' ¥ú^±á2£ÿ|ðÓå›òÐi¸V®vðòŽ /×:º ïôÊúÓ¯ÜÖùOp+Nîê{´ãŠov÷é«sÒ*œ¥ªŠìGäxâyޏšÙS¤œ¼¬‘qŒ1Y&R(y']ZF~Û÷ÞSyyÙšÕé\ël\¯/»ã:¤ñ‚¼]–½8ò¥/wþúÇߣv"¢‹&6‰—­õtWì1Äܶ“;"rlÕ*|îœô?lååJÄKzŽ#™göÓÕŒ64 O﬜"mL»ÀñãìÛ,++½â{òNé«â¨Q¾?sàg?^ºn'™ÍfÆwÏóuβT_w5ÁC<Ám,„Íœ™óÛ–”¤¤P£ÆÛO.."‹™8f½O‡#^Á»{ÈJõ¹œâJ^ýæ¢(*®~^ýæ4z’eÙb±ˆ¢(ŠÒ¸þ-üÝT‹7”Yåyžçy…BÁó AP‚ T*yþÎû ñ7ýýØÀwºY,–ü‚‡ùóó¾ÿ>iåJ_­·›·BàÉbff3§Tòj5“©´¼ò|iqeûöÊ'žH/-5¤¦úùù9;;7¿i QÍf³EE‹Åb±XD±}°ãÜ¢KKKeYæy^P(k&Yÿ£TJ¢¨V«ï¸LG<Á-8•©÷Ýh6›MF£Ñd4õé]äåUùÝw9ç/p*•£ èÁ U—™Í²Åbrp8;x°:¶ƒ,UWWFŽãîÔ)q¯ûÒxÍÉqöçq¡¾N’$1^Áq¤P(¬gv¶5­%w\!žàvžËhµÚ€€A …J­. š›Q\lNMU^ÈÔæåUº¸||Ä @GO/oW›«›‡§GhHˆ¯¯¯J¥ºCãéúOî8ŽS«Õ*ëW Ȳ$I¢(Zc …¢æ¼N¡°¦’õ´îNì.ÄÜü3™ßJ¥200000Ðl6WUU †j£Ñd4šÍfŽãA©Ñ¨Õjµ³³³ƒƒƒJ¥² Ašk‡4ž5zAP7ø¼wn_!žàV¼³¢R©tuuuuum–ï´kè@<ÁÍ;‹a<ÏWV–+wÑËLÅú®ò COÐTp<§Óé ‹Š}¼½ïž£..)vssç9rÅA<Ám£à…˜víìÝÓµ[wOO/… hÞÇ+‰RQQá¡C;ÄÆªêº„A^ÆÏsJ•Z£Ñ¢CÓ!ˆ'¸ÍA)Jô:äZÆ_è@< žñ€xÄâ ñwZ<ÕL§ДpÇ[ÿ‡¾€¦5t²A_@“‹'ë<êè hRA¨ù>,ô4µx¬_ç`ý=;+MJ¥ … DôôŒièh:ñÄ™Íf³Ùl2™L&“uYEë7gɲŒo•€›ÊzÜú¥X‚ ¨T*•J¥V«ÿ6CÈ endstream endobj 163 0 obj << /D [161 0 R /XYZ 56.693 815.761 null] >> endobj 164 0 obj << /D [161 0 R /XYZ 56.693 677.21 null] >> endobj 165 0 obj << /D [161 0 R /XYZ 56.693 286.706 null] >> endobj 166 0 obj << /D [161 0 R /XYZ 56.693 266.835 null] >> endobj 167 0 obj << /D [161 0 R /XYZ 56.693 220.843 null] >> endobj 160 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F65 39 0 R /F54 15 0 R /F75 79 0 R /F14 51 0 R /F73 59 0 R >> /XObject << /Im9 111 0 R /Im14 159 0 R /Im10 112 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 172 0 obj << /Length 1548 /Filter /FlateDecode >> stream xڥ˒Û6ìî¯ÐÑžY3¤(ê‘cóhÓi;édoÙ¸³QF½z¤Íß$Hš’•줹˜"â 0Mšüºûåv÷ìµ`IEª<Í“ÛIž’¼HJVž•Ém“¼ßÿ)ûYv‡c*è¾Qîcg9´ÚCqí$®¿©a§Võ“<|¸ýX#•HУ׺¿£4}˜Y·w<çýšÜˆ²®[Ý«1oýKÎSÛÍ£9Ò¤rntÊŠ‚äU7,&Ë€NQîŸáBÍÝ«ÛÝ㎠MX"rÀçIQ1’Ó4©O»÷hÒÀ°%YU&ÿXÌS"%)Ïá»KÞíþÞQgXº0p ãiga4G‰8aD+‡¿˜¼?2Jéþ…î›6hâÞËQ6ÒmTk-Ï`ÂF6Êëû,•f„!¯?¼Qã;0jgÙ=̽G;úܪíqvî™=úPj©Ø9¤tïBâ<+ïÆ“§AòÔD‚3ÁIzVÈ·jÐ7ˆ¦Lìÿ­Õyšeßèe PëBDZ³´ ^ÿC×ÀùÚ8iEʲôXŽé¤¯ÂFîxÆÂî¬úFõßK‹`)õYÕóädö¨µ>…Pÿ#)Ó™ÁÅÅ[4"/2àz¶n ±t_‡ð‚ïǡ㌫ɗMv{–ƒªÕ`„¿AÆ‹½¾ñÄ2¯ö\­òæc,ænÀÐCuêdärÛö6ke£Ý•³öâw‹vÊ.L'kpw·Œ`”nôví—ápVã$Auæö/Ö!¦‹ \Ý76zh{¹òŸݳNít]½™qÃQ”´¸$m$udÓeî?µB­ZU*ž Â*a*Õ㎒BDˆ>íQ^€Ø=¯röæÄDòRCýº®`žÓѱ:F¼lu+xœMàQ^V OIóÊ—œm÷DïÀ™ka­U> ’‹ ¤5çÈÿukœ„T{îb㧘†2}d9%*ü‘C g)r|eërµ”ìÌmSVJ_K¾Ô¸Œ™Ã©e^®+4ظ/­Á z篪÷äNOf»êÚq’ÚL4©=kÇØú`)Ñs<¹KoÔ½?ŸOçêÏFâÚ‚ž³=¤¿¥š[1îÒ‚#ü+ ½^#ÈÑ…/O×¢ômÿà®<~kª?&-ì0!sjKD¥Î‚•C´O“¡ 8i<Ÿ°äâ™r—êÙö)£îêÂEùÅE½:ŒÇ³OÃC‡ÿX9Ÿ£¯^jmãèjÀ/¦0™Hr7\ì."l¶Æ-±4[²¶×îBT‘pTŸ{ùQ°î†öO>»‹ZÛ£×E#<]Ô®»DŠtùFcéÂñ¥‹úÁg\¤Gè(ó"÷ðX¡G€;‚ZSjßýèДŽzÕÂðB2Í´QŒ:K±« Q@„9©WÃ…uÓðR±!Z¬ä’Ïb2.SR¤I%O3ÓÚN’0^ºßA%£&òúÿ©«ÉÒ2nèíd–Ç̬´óÛ›^ÃI#/Ïâ¥Çoý•EÝ6͵“/F2õ„EŠ ÚΟ1HQBcîúÕWM2¼?—ÂüÎ ~t¾˜'Œ7µn{º«|º²—×çV ê;Áâ&†Œ £Àÿøå?Ý_ñA endstream endobj 171 0 obj << /Type /Page /Contents 172 0 R /Resources 170 0 R /MediaBox [0 0 595.276 841.89] /Parent 179 0 R >> endobj 168 0 obj << /Type /XObject /Subtype /Image /Width 901 /Height 528 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 45095 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 901 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|Õ¹÷Ÿ3e{Óîª÷nËEîEî7 cŠIIH @’Ë î›BHè’›áÒk°M‰Á½à"cËE¶ªÕëîJ«íSÏûÇH뵊-­d\t¾áãÌŽæôö›ç”A²,Ã0¨Š¢zý‹@ !Z0ÆcY–{ý‹1F!Q•[¡Q«@ —.®®€(Éçx€¡)›Y÷ »²›4ð÷W^}òžåF­V«Õj¤×ë9Žã8î‡O¼{Ï]ßkrú@âüÍ;ÿîØ÷s&åÌ›”¦5YY•šF¨ÉéygãNWçÿ 5E QM“R'@¸tÄh‡Ç²xë9ž)˜¾ÄjÒGŠËoÌ•ÃíÿjÛ¦'ïY®Õj5M÷úQeñ¨&6dŒàÐïæ-œUðÀÏoшuW»klnJ»+(x|æ¢ÃÅ_zv¥8õ{•§çNš;gõHÁ@ \ tz‚N·¯ìëmKV^ŸŸÓï3å [?ÿhÌÔÅcÒ~î@›Ïqœ²½ ™Í把Š`0øƒ_þã–;îö‡å¡#M~á±{ T°$Sª“!¹ã´Ehp·kÿ‹Ù8}Ò¸ —Q9©™éɰ}o±,ËKæÍ©8Tü;»¼‡JJ +=%;#åâfƸ¶¡¥¹­=䚎±Çåe3,3$O¢®`—BÚ¶§X’¤^7§Mc6ž×í­ÒÂ¥O{§¯x×gó—]›`5œã±cU-e_o›>U\Œ!ÒÕþâ#çp••Ó¯««áãÍ»Y†ž4.79!šZ%¥•é‰1«LÞ´¯&Ò´º¼¿|÷ÉŸ^§ÓéÎì¯÷€Ê…Ê` JŒÁž"G3êøšÿ9ùUJ^lK‹ËUYüõ¾XòƒÇæ-Yæio@q9 Š0ÊÄ(ìØ{pÃSëàXuÛ³ïš0&§¢²êã'×"„ö­ÿ¿/+&ŒÍ9¯VH4á±ÊbМ8í°›µ 6ÃÚÿù`ά)‘ŠAùpE¯R¦Jj𢓤‘>$ÆÙO–•oxjÝ©Zç“oœVXp2êÍÇUÕ74·½þËkY†¾é—,ž;cøqþýû ?þî.oÐãP¢úîÖÒýe YýIÒo&ë0†C%'–MKû¯Ç[õ!^,=íxýËSÙƒ—¤ƒ¬`Qå¾íñlÙ¾÷Ð[~K£ê؇ÿ²,&Ã9Å(áª4pY@! Vƒ$ŸkMgœÕX@!¤¨¸°+øã_Ó¯“ûžÝ8«7ï~ðÛ‹tæ¹7vÉ2€ŠêÚÿ¹s±I¯þóûãR#]…AE†¢(å|å®Üó!wáñ“§–äÏ!€«6«º*µ,sºÙkÖ«ª›¼‘m=¶}rAþÓoïI)¸&s™èQÂ(Ó£a&fÇÕTu]ÓŠYYáq;UÕîpMŸ<ÞhÐuvzŽœ(KIŒËËÉ;,«®ýñO¯²4¿{mOk‡oJ^¢Q¯JLŒã8á«â£A¯Ñ¨®ÎÂqy Ímî.¯,Kj•:;+µª¶áñ;®€¶}ÔÔÚ>{Zá™ˆÉøPÉÉ@0(c¬R±©I i) àìp×Ô5úüAš¦ÒS«ëÃ>4¶´'Úc>ÜqÊáÄÇÚdŒÛµõþ`ˆ¡™„8[Nf*Ï {–èõZVÛÑáV«U rõ:í2ê[óó?ßÿYäI’ûÆÖç<|ÜfµŽËóƒ·Æ˜'ÏLudœí¶wgGX*y|~‹¢TZ^™ñvkdT[7ÎÍYÆ &§¸£"#=ùÂeݹãSr¢ü‡×Ι˜Úêò}¸ýEQ3Ç%i*(ð~·gA TÁP]cKMC3”œW[ßc6Nž8v œç8~ïÁ3rÊ„1åÕuÁ`(²Ô*¨kTjrÂÆÝ4ÒâÍÓÇ&5¶{œl^¢k+ªƒ!.ìB¨—ÿ©Iñ‘ê™ O„ѨG©îÁH’ñ`VšIØÕ ƒèåJÍ2: c3iX?ÿ¹×w‚Ö/°™´.O°¡ÕmOHtÕ[*ßg:£G{âmqÛ¯ÜR4o‘Æu4X½·¬É¿¯Æwª%£ ±&ÚœxÚ)Œ›a¶žln<ðÎÓèͤø £PzÛWõÉÚܬt8|ìÔS?Zœg€G¾sæÀŠw¾,õyº6<µ®º©³­Ã7£ ùÉ×÷Þ}Í„ Ùq,C»º¯}~ô¯?_­Ó°°á©u­.ßO^Ú2kêDeè-9^ö›ïÏI²U Ýá nÚ[q¨ª^«VY´âcwÎMO0ó¢ôÑβo:ˇGþºý†… NÕ:¿zó€(JñFü»»¤Ä}A~Ç‘ºwžb(yÃSëêZ»šžic“§ßÚŸ|^IÎ(N´jöÚ¹yom9þëác§zÅvß©ÓZØðÔºÃå-/|xب¢6<µîHEëo^ÝÝ+Õá8ï=±¥Îܶæú¾Î_ü „¡áîk&†³ñÍ/N´¶»âz$ ,c·»³hÂ:X=ŠÒL¨³§>î{vc¯'#¦}]ÉË|î]¬Ÿo3iþíÀjÔº<ÁçÞØ5&/³—«Ä$IR·}Tî1ç†E«Ê–aœ~ûc¿zôîZSçÂÿÚß9oÆ”™K2•?\]š™ˆ=ÆŒTMŸ>}ïñÚͯýÏÕwÿ‘?aêQ^ö«_6=«±ÝcÒ«ßßvò{WOF³aOÅÜ´³rþùéѬ™_¬NˆKVZYFjÒ›_œøÙÍ3-Í ï%ùû×L¶4á ²“cÛ=ÿÜt¤ 3vúؤw·”ž¬s¦Æ™YVý÷G\_|ÿ  ãœÌTÅOŒÁf³ì9ÚXÓÒ‰¬[2'}a³Ä…¹kyHßüâx€uš³}ˆ8¡C’eüÞ¶´Óúë†Ã3 ’¯—/Jò§_U@z‚y瑺&‡wí₎yí‹ò±yYa·^¯ßÕé–a’{ TáŒòøÃå-×ÌËÛ´·"줟ØVnVzª^&-nÀ8G>ˆû³ËÇó3 “ÎÊF•:äòŸ®kT"¬V«¦ä%êµìÅÕG+ÛMÍX89ãƒ]ÕF5¾Y÷×ÇæŒOè”rt{|cÓlp¬ªÕè”E·éiI>¿ AñON TÁ´”ð½«'wzƒïl)W˜Þ+Ëúq¯ ɉhÏцšwD©µ]ˆ•žšÔæìè6—¨U*«ž~ð¶¢^^í=Ö8ÿJì‰}”0ší£ò9çëÏk]¶àÌBÿ/w8·«8»Ëø¹×wþüÛ bŒZèðŸ{cgfzZœÝê ðýÚG•ï€v/4<—Ï gÇÌù¡ƒ üìÉ7-jqÅÂù6 {¼¤D¬ÓËOM hò-ÕÙ³rÍ‹þìÁG#£GÀçûª®™›çÕ“Êꜧ›ÝÝ •¦þ²:×üIi¯ÿçØìñ)U­¡ød•ÒXtzý×%5!Nì=Ö€ZÕˆXçt^üà ÝjK‰ñ_¿`Ì¢©Éq¦ªÆŽc•-Þ $ɰ÷xc^N†ÅlTü”eÙÓåI´'®.ÊÑkY–¦”!?Þf (´iwÅ–#Mö‹Œ¹ú†Ö°‘«$Aœ>6!ôÙ¾ª}§ÚV¶ýuÌê™ÉÊèÞØîùxw…ͤY»¸ Ö¢…¸pÃ÷ùüjÍg_H(9Ý’×+£ÞÝZºhjÆ Ç†ïôÛš7`À‘½(M3‡+ú3ÆE\C_ç@£3ál#Ù6.­;Â_¨ýéºiPVëlqù!aîÄÔl*Y¼0ÿBd(I½âsøxCfV¶’ŸR¤Ú–qO&c‡³snÁ`ƒd¹´ÖÕo+Ì€Ï÷Wï=ÑVÙÐñüýË l°è•u2Æ4:S!S“¼Þ@¢=muQnd©í,©ÙÕ=P‰g¢ÂqüôiY}½âi ÿ•*A†'Âh¶**ð¼+Í„ê³4üÎûºòø /:c@€!È‹a®Ît2²,Ë2£4×p'Þˈj[øS}ÁêÚ¿ß“—ßpìÇèNœ*ÓkO ö¸ìtAe:^ulû«ÑM&D£V¶vŽT´LÉOül_U¤M))!aãžòo+ú麙z-ûÅÁÓñ±±‘-…ŠØSBõÙ_âp´mzjrM}Ã/ÿ¶cR^|Z¼ùŽU……9ñ½²cPz„¨°Ÿ-mŽy’–MÏÚz¨æÃe×-È_6=‹¦©HSÆ€1F û@ýû.#òx­F%uOЀŒÏô^_ =U»vq´º|ŸïßÛ+£\žÐæÕ«Šr(„”hô[¹gË´Œz숽sþì )cyÁÄä¾¥†Œl «á~ áý®qëá&óõ„ÑÛ³fåÜ;ågMŸ¬Ø,QŽta¼”ÏaUíåÊáìhok}`ý«QÛá "€£öÛ(Û›bíÖHW‘6ŒqoûhßmòêØPiž€-Z–ÃÍ[3*[»ôiéK—.ý†O¾H·´pÍR²¿ž0jõ(CSïn+;qÚq¼¦3ɪ ?a1›•žjïôOÍO ñ➣õùùc†ÚR<_~JL¼EUzÚQÝÔ9%/Á¤W 'ØLÚ%Ó2\ž× ƒ^yËd ü!AÅÒ…9ÝrªøTóÍKÆ]=7/Ä‹þoÔ뛚ZÂ>8»8W¸aèâS-7/·jvŽÇÏÍ,HeI_M t#ÊU\¬íDƒóÚ‡ÞµZ=q\wJ#“KÓôÛO-›žÅ0”ÒõÛNOP’qNŠuJNÜꢜp¸4Eõç³¢„P¿ÎQšÝ;¿X|ªyð¥3P¥:ZÕ+fe{ÜÜ´°­c œïeÉè·Ô¨J'êÑÒºu&Ë2ýzuÞü0`¾¾øðÑsÑËUccÓÃß]¤l`zî€áÛ(Û›~ÿêö°í·Iö>J£ßu6æñû*ÛW¯^•‘"%c¸Êhe,  µ`Œ32Òê*¾Ê˜°ˆ¢)~ÂèÔ£!¤1ï¯è´Ûí ûÎŒ‚&“鳯ªîX]¸ûh½Fg@½×Íàój Øç¬[˜“°´€F¨¡ÝóÚgÇbíÖv”ݾb½7L?TÖüÒ‡Gs²3Àn³n;\?%/auQîÄì¸Úw\Œ:ƒøÉ×÷Þ¼lÜú«&ð¢üÑÎSƒ.Ò‡?ôu·d¤(«ž~sß-ËÆýð[S}A~ãîòï®R ð ¶ÈäØí6»ÝÖëþÙ´J÷éW•×-£ä[¿±eÔÚ×??¶n鸻¯›²ûhÄì8%#âcûóÙrL[_çÀç÷÷ÊÆŒ´T£ÑåU §dÀçû«|’J£R*¯ºiIÁ´1Iú°øBdÜ7>ÉI‰á|ËÉÎxùß%§›Ý‹§f\¿`Lˆ—NÔ´EQC(*˜‡£þ¹éȺ¥ãnY6~롚q™±œ Ò¥7ÚúÍùHªc&“qÄkDZQhšîëÕÇ{N†sûOÖF£EhH˸ŸýL Ù\q‚Øåçà¹7vZíñÊÅë˜ôêÔK/W½ì£(!!aïÞ½~¿ÿg޻去ëÛܽÂk¬(ö×l_»bVmeybJÚ¸ J*íñÒ2žç Æä=ü«ß%Y˜=e)~Âh“¤GŽW©ØñcÂ7}>EÕé˜KfzªÏ ø®å3²–LË|à_2:«®ÏnôÒSåÇO*G!*|-‰ÒñÒ2ƒ^——›­øÙÐÔÌ…x X£Q§$' z‡ÓÕÜÒ&I’ÙdÊÎJ{(ŠâéÚz¿ß¯ÑhT*UW—'=-Åfq{<­-íÁPˆB(>>6!>.Ò‡´Ô¤ÈÝî®–Ööbh&ÆjINLE1ü€ ÇKËôz2¹<ÔŒjjnmkwPš4qü@±mkw´¶¶#Š²Æ˜Û.“Ñ“ ÅY‰R8þý:ï7Ѭ¨¬öùùyÙzNéŸ8%cy¸¯ßw!²îÜñQâÐÖîpu¸yž§(dÔÒÓRh†Réô[Á::ÜÓ Í$ËkŠrg$ÿcÓ‘#5Þ¸X{¿Y×+{*µ T£::ݵu J›ê×+„йý'ab6h6òá O¶¿jÍ ]¾Ðð]ù܉ғ,C'$$˜ÍfèêêjmmMOŒ™U˜ÿÕ©¶HW ˆòÁ/ßýïõóŒFco=ZÛÒÙ+ÔÖš£‡?´ÙbÚÚœ´à›=þu×]³éÓÍÛwíCˆEaT³Ö>FÊž@èűғoþê[…>ÞUþÅ×M©)É$O—õ ·/ËŸ=>EÍÒw`롚ÿ×gf¤ ´“@ \vè´j–¡¾üôÔ1³#—žGâîò5–í[¶úA”Aîv’ŒÃz”écÉè=¯Ÿ1Qø¿sæ‚eµG·œ(/¹ äø©„¼……K›*öëLqduЗ coûÍÇ€!ÖnKIN"Í„p‰š’üú—åü XƲŠe­11é©Êr_’9•?ÒjTKV^¿õó~lÉÊë9^ †øoÞU/µ~4!gªò§„œŽñãŸ>3gÏ1NÌ du0ãÆŽ9GË".ÉÉIÉÉI=?£Â'IƒœÕ¬_ó­uçx†Dµò›w9's~ûh$¬Ö0÷Ö'ù0@ ábárû.eWõ§GÇoÞM @ ð 0Æèì­G`ÃSë:\N †O@ Â…A±Œ656üýo;”;É@ ÂE„é÷.±@ .¨ÏqýÄ>J @¸˜=J @¸˜ùz@ ÂÅdÈöь̬ñ&Nš\8iò‹/¾”’š¦Ü_ “HÿgÌœÕë¯555‹/‰ Q–å^|q¨¡ÜpãÚ÷Þ{/ü³££#+;§««k¤R1JºÆŒ-HNIU®ŸyæÙAº‘¸edf-Yº,üóáG‰‹O(++‹"ÐÁäü…ÎÏÈt57·(×]]]‰IÉ—B¬@ †h죛7ÿ')1Q¹ž7onøá‘²ªFúßËOå§òïÆ cŒ%Izá…rÿýC bÝM7½ûÞ{k×®U~~øÑGK/6™LŠŸ.»KŽ€]»výö·O|ñÅæ¡æÛÅ —••åçç ‚°}ûŽÔÔTŒñ@>Ÿ#C“ó:?ÏJàžêqþ¼"3@ \: wýè5×~«×­Û¶-_~Õ‚…‹V¬\UZZ:"±|óÍ7gΚ½jõš·Þz»WÐOüîw¡Pèºë®_¿þöÁ{¸fÍê£G6·t[ÔÞïý›ÖÝ™œ¾©xåÕWûÛ'`Ó'Ÿ$$&¹ÝnX¾üªòòòá$íƒ>œ;wÞ¼ù n¹õV§ÓyŽ› ~¿ÿŽï~wÉÒ¥K—-{øáG¢qíkßÿغuëܹsÔ*•rÿŽï~wùò«f͹ûžó<™ÉÇeçä>ñÄï¾{ç‹—,-..î›óCuÞo&s—“›÷«_ÿzH¥yÎQ•X=òÈÿüðGw¯Z½æÀƒ¤; á¢}tÕªÕ4MÀ[o¾ù0Ƹ­­í±Ç~³qÃÇf³¹¤¤ä¾ûïߺeËPãö?//ï­7ߨ¯¯ÿÝïŸÜ±}›Ýnè¡_àÈyøáýëµ>ú†bôÒh4«V­üàýî»ïÞÊÊÊæ––… „¯ý¦bNQÑý?ù)ÆxÏž½“'OÞ³wïܹs[ÛÚòòò†jlÃ0Ƹ¾¾þÿýò—Û¶mMLHxê©§ÿß/ù—?ÿ¹ß›áônݺU§ÕmùòKE›Faç[µj庛oyøá_¼÷Þû?úÑöîýJ±þáùç- <ôÐ/Þy÷ÝÛׯŠ1öù|K—-}䑇wîÜõô3ϼ÷r~¨ÎûÍdŒ±×ë]¸pác>:Ô¤…«,Ëç­áX-Yºdñ¢EÕÕÕ7­»ùàýŠ@ .¾=7Ÿ}úIbÏ|z/öìÝÛÙÙyÇwïT~úýáûààÁùóçÙív¸ùæu‡¾>4")¿yݺúÅ}÷ÝûÞûïßpýõ‘B¤ßTäååµµ¶z<žCÅÅ>øàö;š™5kæpâpààÁ9sæ$&$À­·Þ²jõšn†™0aÂoÿí¯ýè¬Ù³–,^E :nò¤IŸ}öYUuõôéÓÂ÷ß~çO?ý”aX‡Ã¡R«z¹Òjµ3¦O€üüüÆÆÆ¾ÞÕù@U…eÙ…  §Úty<ãSÃaeggkÔêšššœœÒ)pèÑs€1ž2eò¿^}u„cɰÝ,;R~Μ9“ã¸#GŽ|øáGo¾ñú`R1sÖÌ›6™Ìæùóç=ýôÓ,ÃÌ™3ç.°ŒŒŒm[·ìÚ½û?ÿÙüòË/²iSžÜ¸öÆ»ï¾çûßÿ^øÎþýû?øàƒO6mÒjµÿüç+UÕÕ}¥›rAQH–{[.£p>P&kµÚ¾Çä^ Ú(˲,ËE€ Ф; á¢@ 4D¯¿†*sæÌÙ·oII‰²Óèĉxˆô }Æôéû÷ï…Bã/¿ø²{ßJÏ“Š]“ç…(Z{ã>ô «Õ:f̘Á¤bNQÑþðœ¢"µZm0?ýì³9sæà(€î€fΘ±wïÞ––Œñ›o½5wΜn†ãÖÒÒ²쪕+óØc'N” ‚EöÎ3çÞÿøÖ[o ßqwu%%%i4Y–?ýìÓp!D”o¤'¸WÎGá| L>gíTµó•cøaI’>üð#ŒñAÈÈÈÀ@ .0Ü>šÿ×ÿýËÿýsžçeY^qÕUãÆª'+V®RLV°k玴´´ûï¿oíMëRSRÌsßçׯ¿máÂ…öØØ ÿ{H­]{ãsÏ?ÿØc2EsæüüÁ‡æÎEE³ßz«6+3s8Ù•ššúøo»áƵ––öÇ—^èf˜ÒÒ“¿}â š¢0Æ¿}ü7 M Ò4}Ï=wGÞY´páÛo½}ëmë }rrò ý çüûï½;Tç#RU†„Éd_BBÂå˜:ŸÏçñyAîik2Mz½ž”;á¢ðõᯋ¿>(IÒ`]†™>uÆ”ÉSHÖç×£ÃQU§kO[c¬“'M£¨³Œ¯’$ ¢Èó\KksÉ‘r3h£¦Q ¦µ3)ÝÕ2•:œdøý~^àÃ?]ŽX{œÇ×ÕÔÜh6ÇPˆÂ€ƒJ¥2 Qø¿aãÇ7mì#AEQz½Þd2©Uj@HøÙ³Š–/[N*áb!Š¢Çã BII‰ý> ˲»ËÍÐL ÔjµÑ)BAúí5ºß?³ k2™.D] ñ 4M÷t,R[[›îÂèQŸÇ ü> €J£Ñ Îx’Öéîpu¸B\ …QШÕ‹Õj±&ŸÏ{²¬”f蜬\‹9†TòKŠâ¯þ侟±¬jð-ôÅ?>?y¤õ¨,z)ÆHŠƒp¥éÑáØùZZ›¦M™âB²,É X–e 0P¥V©³“Ù±]¼¿8èÚ¢{Ôßú;Cœ©—IÔ´¨Å(ÍÐ6ƒºÍ”¨½½E«Ñ"ðùÍ&“ŠU`ãP(äõxŒÆ!7Ú›6^{õuÕÕÕ@  ñGE•Je±ÄÐ4­Xkt:]l\,BˆèQÂpˆ¢ÝE)>&Æ¢×u:}¯æ Šb0°Z­¢(xº<ÑEËXñ ºWä(ÿîA§Óɲ¯0Vi4jFƒP(¬©¨°ÅÅÙã㇙ºº†Z_À7uòL•JÅó\(EXVe6›'Oš&ŠâÎÝÛôzÏsGûPý?P¼Ïn[²x™"s»í×glÝ}U¯.KÅãÇ(Þ·xáÒîTSSÍñü9žÑ¨5cÇŽùxc¹¾øöÄ1×Öß>fùI@d[á Ò£ážiŪ«•Ÿá‹Á¼,`Y–»‡&P.(hî3Ù÷¶[öѪ³ý~ÐÚîð·¿ì¬}šbÞP'þ…Ömƒãy•Z-ˆbø]àˆÿ¡îkŒ±,S4â8ÃÐõ¨F£ On*!ñ<ϲ¬N§CˆBˆ„@­Rcr@axDÑî"[DÑ´ÑdêtwÆÄœ5½Ûáî´Ùc!Q’yAˆ®¢J²Œ$Yv8Ý6ŸˆÿÙmv ay¤Z F“‰ã¹æ–ö¤¤${\E¥²Ó32}>_}csRb«R Ïp‚v¶·»].Á Šb§Ëc·[l&­NÁ@ t:¬J¥Öé\Ž$mimÆfN+âyÎíîdš¢h•J’e9 ʲ¤ÕêŠfÍ둉C.²ªêª%‹—)JW‘¡+Ýá™÷ŒÏú EM˜PøWþºh4éÑá´;„PVv.…º­ÝvRè“zì£aÙ?‚cDWËçCblÆMÞö“î–ÏÍI«IJ¸rôhøÝ™ãB½.¡GÅnñ§GãeHA'ï~Û’ù¦Ê°èL3¦´±ãNö;>î¨ù1÷ÐÐÞ 1¦PϾ(„P¤ ø¢ †»`­V‹eÅ\ BH±ƒ²,+Š¢rÝc+U N•m/*¢Õš‰/üÁ4~<©a„(ˆ¢ÝQo¼ K2¦d³É\ßPo4Ãð<%¬QkxŽÇ²¬h“(¢'Ë2`eÙf³E­=fR ²$ÔŒ$V¦7004]W[7ÐcZ­¦»ÕË8ê ¹PÈÕÖ®Óë>¿J­ÎÊ£R©Â­›eU&³%Æfoª«ã‚!•JÝÞÒj4™ÔQ-{pwu¶;Úæ-‚ ¨ÕjwWgm]­ßï …¸ø¸øÄÄd›Õ …dYÒh4 CžçE‘a˜P(xϽ÷DÞÿÓK:{/)ÿT¦³†‘$iTíÑN»C®®<}T£_0±× ;|œ•Ï&½F–}ñy×7–>gN\EºP¤G{ؾõË«Öp¾8¿%À ÌÔ÷¼„w›P(ð0êô ó•~> :ÒHþ€ëcF7ièƒ „°ŒÕ5¢ÔËv¢V«Y‹e,ËR(Äu™CG‘ža ª\(ÿ†Ÿñ–—kþò§¢;rDðÀ´pïRÃQE» £R±¢( *•ÚfµuttÄÅÅ)rutÄÇÅI’„e9F··°2±ÃéåU°»Ya°ÛíÐ3§?2z´§ÁZc,²Y>G …^6¨¡„qCm­Z­x^¥Vgääô,ÿ ¿ëV©T™¹95•UÏ«UªºêêÜ‚‚Þë„Ö‰S¥K-çy^x†aŠ¿>àõyó²s3ÒÒ=ϱÒcÇKg¤gM<<7CYÚ—÷Þù@¹¸éæBËV_£üüÏÆÀªo]¯üÜôáû£sÅÑpÚ ”““ßc¡è6’ž™´C=«$F:_ƒî‘k3Ú‹™ì·IÜKAw‰Ö2‰ô¢„+M®Xµ¦×ÅùõhÏX…± g½ "@µy^¨s£§ág¦´—zþÙÛQó‰«Õ§¼2ÔEgc@€1Ï‹ôjð¢("„d,cK’­íÖ£a1:oÞ<•Juüøñð8$ƒ_ÝrËìÕ)t—$ð’Êl%Õ‹Q´»0ƒÁçóÅÄXEQ4 n·; jµZ¿? Õh† C4Mùý¾„„Ä袧´qŒ!Önï‘£€Î>¸m׆Û,ÃÐôùÕk´c¾ÏãÁ2F x>-+ !TSS#Šbff&˲ ÂéÓ§Y–ÍÌÌLNK«.+cU*Y½]]&‹eHa¹»ÜV‹•aÇ­R©KŽFˆš_´@ùkñׇ–/]i1[@’$EŒÊ²,F¥GÃvð/·}!ŸJņ¯•7™ÙH»Îl`*ݹ½)Ä9]N°Ûìé}á⥀ch„©£êÅļoaÉÅ0ZŒ»ÇÞì¨z)mÚ+¤%\!z4Ü¡‡B¡^ç«$)Ò¤¡ü?Bd°ÊT,Ãje,€ä€EŒC€ý²Ø¥6N“À6ÔY d°Äñ¡Ööš¦MF îî1ìõ{üMÓ&ƒY–±ŒånÛíÐõh¤M´¦¦¦°°pÉ’%]]]ʇîÿI’ÞaŽw½×VÒîÊÿóËdW!:¢hw‘zÔãñ„¸Še)š²Ù­N‡+1)Ñív'%'q<‡(äõyÕ5MS8Úùz v8]g´K À%YjhlT6øŸuÔЗnw/Cïõ‰hÜŸåDÑcuutD\À@âÞb³²jÌ ¼ßﯨ¬ÈÍÍ€ÊÊÊP(d00`V­²Ø¬îÎND!¿Ïo4›‡”¨¶¶ÖÌÌ,I)ŠvºœN§s^Ñ||f¡TÐïóaYÂÝ+Ÿ”NK!ª"ë^ú÷¿ý32òŸüìþÌÔîóhøù=ûôó½ÆÒîΣG „<Çþ»~—»è‰ÇM1VY–Ý.gé/ÙðÜ‹‹_û—)ÖŽ1ŒTÆÝ%ÎêCmS_‘¹RVR{lÆ-Í'¯­?t‡=û'ÄJJ¸ôh˜Û¶¬X¹&ąƒԣÝJ)£Tϲ$0J8S4ŒJƒÅú€{[Ðõ¹Î¶Bkž‚(­ Ð,ú¢2I(c‡«Ýjµ± ët9"ÿ΋|bb’Ïçéò¸µ}Ô¯ý½æëÇñãǧM›Æó¼,Ëuo½íùüÝÙßÎîø¨­Òåˆâ‘»~x䮀!7wòßþjžDºÂ`‰¢ÝEÛÖÞn·ÛEQÔh´4C;KŒE9ëB„@ ýaøÝ¶O„bcc#µQþU„£,Ë111æ³UZt‡@õ;rc€?sÊïó"„DAÐêõÊ”KfffUUU(ª¨¨Žã4MFF†+ÁÐárÑ4í÷y‡š¨–¶–É“§ò®$ŠòRVMý饗pw÷ÒWþö¿`4è{´‚>³ù¤Ý ­Ý!ûîúQá·ï;»È{üx{A>BÈtªláÿ÷ÉÝ»¶­¿ýº/6ÀF&,{Z?wV>'ñޏìÅ™“^–…Z„$V²Ø\¸j£«þ£¦#ß§³=ç¿L +ÉŽ{• GW¬\ÓëâüzT[ VÎ^¹ÑH„©¬ùš®úgºÿ®ÖÅk 6OÓŸÚ+œ˜ÒÇäo¦mF¨{g(Ç‚„øw—[ù«Åb±˜-!.$É2,I…¨¨_L#çëõzý´iÓJJJ222Ü'Oß{ï¢[SÜ;ÈLÍzè¬S«:Ë<%<°`ëVRÛƒ$Šv ˲6«ÕårÅÆÆÒ4m4Ýn·N§xcÜÙÙ™ßësQèQÈét"¤´l¯¼|*íK–eA8Žþ!PýëÑ p攲°A’eV«x˲lNNNee¥²”P­Vçää°,Û}~œN'KCÓ@`¨‰êòx† ü*•º¾¡~ÁÜ‘µYí×]sýÖ(%†Úë§ÂÙ³ù¤Ý ¨tëÖØ´´1“&óO<Ñàt|uÍJ  è‹íÙ™Yco^׺{OÉæÏ']µr81 tj,¾CkI‹Íœb°ŽÇRGÈóÃhXu÷Ú‰+—'L±Ö”·üî’öê·[?˜2ý5]Ì4Ò¯.K=^¥ä}½.ίG»çë{º ",'€,}«5/Ÿ’kv€>.që®Ó“¦þH3 }u”,J²$‹ÏPlgG§^ω:Ao%I–$–a¼>O0ðû*V#KƲ$‰Ñ-Êœ¯Ÿ]’€¦¨îðzvFìzˆ‘`©,»‘Ü€UúŒ£å+œíV_Œ1Æf³cl0Î6A%YbhQðûü’(Y-6†aÕj5…¨¨'LÂb4==Ýï÷?~œeYÀHŸ›;ýO*cYù×fàÌ©¡§ÖhU T*E±ªºŠã8%±ÇUVUædç(Gh%ÍÐÏ{R³*Žç”%¼½Áív ýËŽç:PWWg·ÙgÍœ­lršŽ‘å>zî½ÿÌñO÷Þï_üÓ³Ï?«üüÙO~6:×¾§Ý!„œ®CLŒoJáÞ«W®¹n­%ÆJQÔ¼?Þôï÷¯™4ѨÝáÎBŠ1¦L»¹ä{͇¬Éã öÅH|ƒ(¸@–ü KÄ$êËÒt6ÿÛQ½…ùS¦¿CÄ(áÒçóW¥·ëé¡1iwƒÄfµ{SGgA[ÇîïÞ±à_¯#;Öß6î–›§«CàâbãQÄG¢&2į0įuí8ýRÙî_™ÿÈ5±Ú13¥[¾¯³/IžöÆ\g–@¸tò|ýÞÝ;¯Z¹Æçó†/až‘¡Ç2J!ªG™ž9XÙãߦ“ÄáÚG^0›ÍÊdzø[mÐó¡å_I’ººº¢¾ áýõʘIJ¬Çëñz½>ŸO»àû÷ÒåVw['Òv;©p„舢Ý)t¸\­Öh4¶µµÉ’€âããN'Ï…<©ii--ÍÏ#Š2:½Þåp$¥¤ŒHW¢Ö¨Ífs(¤vºœˆDŽã"‚¯WlŸs€3§¢Î`2a@@ÑtS]]f^nzzzd†ÉÎÎV~6ÕÕõt2`º}45%µäè‘ÖÖf“Éäó{V,[±ïÀ¾7}4n츤äY]ÌJÏœS4¯¾¡ZZšÍ&Kt&m%þ·ßöîØõsü|çöïF>< ·4EÝîjùþ“¾{甂q´Zµá£÷Ɠׯ/œ]„vîiõ•ô_ü|³Uc.LšüÏæ#ßsÖ~“RòÒZV·W¿¡³/IšüÒ‹.;.À|½,ž±">k‚"O Àpf.MÎ|=`Œ± ʦƒ` øu:½V§€^?QˆúÌEŒ*V‡ÃÑÖÞ6eÊ”Ø8»Á¨çy^—ž¦¾çî=[¶ÒAõìG&Õ‹QÏ:ÛÛµZ]kkëøI“T*Õ¡}ûËRBR’Ëგ(N›;|Øj³;£Õ£ý DåÅ3.6î‡@E×Èû®ùä™SCÙÙYUeeµ& ÖTV%¥¥©ÕŠÕõD8Žo®¯ƒM‡BÁ¼¡œIaúÔé_|ùŸ›ÖÞ[Z›g͘=6¿ ¬¢ì“Ï>±X,I‰‰ëo¹Ýd25µ4†B!–UmØøñšUWGJ¥Ba,cÜ-‡0†ž1òµ¢×r „˪H»—/ÛöìóI;v$-X0îšk'dd0 ƒ;:Ðç›·mkâùW_#Üw"S‹)ýÇíGo³¥¯¤EHÛÑx8®ðmI’» éK —¿ Ï×{=½.ίGE©Ï—Ñd(€°îqÏ¢³n=í§´•A‰‚ ø’’’›šš¼Þîcê“ZZ[´:åëÏ–åîiQAÓ´Z­öx<_þ:55妛nLKOS«5<Ïñ<'ˆB(Ööƒ/¿{·‘Fˆ‚(Ú]Xº!À4¢Ž ƒ4M‹’Ȱ,CÓFš¢=n·V«¥€A±¯Ì˲€€Óéèï(À²Í÷Ð1–1ȑٸpÁi4šØ¸8—éR«ž«©(±Ùtz½F§€P ðû;].„ESÏÇÅÇk4šèò0!>!1!ñÝ÷ß]³z,ËÕ51Û”I“gÏœ%I²(Š^o×±%:­N£Ñ¾ÿþ{3¦ÎHOM‹",žç“’’†¤N”Ù¤ÑÖ‰Eßîº_YÐŒ7ÿïÀ­·§ÖÖÄΚjø1`o§Óù¯W›xnÉÆ ¸¿A6ºAO™ñãyž‡ L'»Êc’ïöwÅt2¨Tªð„!éQ —± 7”¯öìºjå¯×¾ÜÈÔmœˆX:Š{ÞÅÑ™@z‚% G{L°Œ±Œ± ŠŠsÞÀªT©i©aÓˆ(JáÝ‚(JXŽÚ@JÓ´,Ë%%%Zú–ÛnЉ±jÔY–C¡`O'.vyºä8ò˜0ª‰®Ý€Ùãëòè †òSe,ËM¦P0d‹“1¶ÚíîŽN½ÑØÜÐÀ ¢Ñ`à9ÞbµŽT]•dYiÅöƒ%VŽ"À0€<ô M’$Q4{ pá‚3Ûlœ t:]Z­†Q©ü>Ÿ×ë•% Ð4¢YV„@ hµÇÄÆŠ’DÓtt™6kfQÉÑ’×_mÕê56«Ýëéjooå^1n14c±Õ××oÛ¾5/7oÚ´é8ª^Ëçó555)_KÆ ¥pÂ7išŽe“vwN"¿q›ã–oÛrtóæâ£Ç.B(.6.ín¸öZÀн}B=‡6D'FA…¸@  8íº¶ê7-‰K[«w…´·tttèt:­V§Õj†!’”pyëÑ0C¿!!!éø‰c'² TVUÄÚb¥¨út^!$Bx8q8>ŸO–ÃkPx$A9žUÄN‹ó"Š"B¨¹¹‰C‹–ÌÓjµ*•s|¨{Ù–dÙãñ³(a˜D=oh¶XÚ[Zf“Íf•e™ q` >5l±±í--€±N¯7Ò´(Š]]“Í*;”¶0ð09¨C †ö¶)Ë<Ïëô†®ÎN—Ói Õhõ#ÆX’eŒ±Þh%ÙÛÙB«biŠB…z^åyc9&Ön²Ä(â j=Êq\zz–ñ¿?úГ›““š’c±r¡?àw:]ûlø“'MNMImnnÑê´:­vH:&--­¡¡>99!ÔKt†SÝïÆ¦›Í&Šbt+VGI»s¹:hšE!!.)|sÑÍ·û‡¦i—«#))1Ú¶¦ØGEQxžÂdÖû’³fcÐãY§P‚ Š¢,KòÈ­ .ží阼ž®^çn$.§S¯ÑmÞüù›o¿!‰â™Žî¬nïÌ„P¬=6-%­½­m¨3JÀ‡BC{[›(Jœµ$IfSäYkˆ¦i寢 ´¶´PˆâC!Õ ;YA<oCSmVn:˲ŠÍ€8z+nc¿ßI/@Cjw‘hµÚä´´Öæ&žçiD±juRj*CQ M#„ÆNœXwú´·«K$†¦cì6µZ`dædÕ*UÙ©S}"žõS§Õ), !µJeµÚ,fK¯YŽÎΰ4-b¬Ój«b}^¯Àq!ATŽ;¥E³¬F§3˜Mz^£QÓÅ0Lt(IÏq|(c±,œ·¨¥µµ¼¬|÷î=`€BË0µ&!>¡ ¯@«Ñ„‚A@SH)ÍÁ+àIã'}uà«]{v IP¥×é ÆŒ£)jô¼`GÕîpfzÖ /=§lä 4Mg¦gF½l P1 £bYY£A Èôc'!Æ=i2Z4V£Q«T M+;7ˆ‰„pëÑ(+/BV›-???++{h‘`h{l,¢¨¡†«R«eŒÀíîª(¯D@¬ÉdR>,†eo½ù–>úw÷IçÍË—.'MŸp±@e‹±YEQTf]•Ê”FÍ0Lv^ž(ŠŠ½Ÿ¦iezDjlBBâyÂD¢(–¢ 7I«H`ù\ICˆaY†eUjµÉl–ãã[Txõ‘²£1²ˆ:÷(š6jFÇqúPÈl±dee ¢(KÝ–-åÛÄ,èT*•J¥ÑhÔjµbÌ| –˜˜ó¶¶¶1 =È~Y–}>ŸÝn·Ûí0BÕãJÅjµfCnjJÚPG.ë0–Ê Š¢4Z-«RéôzI’¤Ø%¶ÑFŠB Ã(ÓôJE%ÅG¸¼õhÔ¯S,ä$'GÓ5GõÎ2 k0À˜ü¼!9”àÖ¬Z½fÕê á30âÐEGž%yv…dhš‰´®\uEßlӠλ"hÁ)[¤¨s˜!G(-,ð cÐë/\÷¢×é²³2£ŒéÍΉZ¥JJHøæó–BˆêÕÁDŠp%êÑá äŒ @ Â0õ(y¥"@ \L=JŒü@ „o2·N @ z”@ 0Z`ý(™¯'@ |#û(@ ábÒ¿}´ºº’d @ aÄ[0~Pz´ïs„oŒ±Àó/('ŒŠ¢–=ó…kŒ%I–% ã/„ES4Í\@? 0DŽT´|¸ãT}«ûÊKMQÉq¦Žœ—H z4@ÔÀ%$FƒÁ@Scã‰ãÇœNgÔbÔjµN˜P˜7f¬,K€±( M¥¥Ç;;:£Žf³yìØ‚ôŒt†U]? 0D—7ÿó“£EÓ'.^`£)ú K$Ë­í®l:rË"ïÜ)y¤¸‰%|C¼ÐØÐðuñÁqã'NœŒ¢ZÙ‹ øÅÅ &czzfÀïoll<üõ¡…‹—ddfÓt4– µ5Õ»vìÀXÎÌÊ@#î'ÍzH CãÃåS Ç[blˆW^Mæ˜)…ã?+®$z”èQÂ7¨G®´ôøø‰…z½Žaè¨?»j²˜&O›¶ßÞÜÜ<ŸW,=qbÑ¢¥Y9¹QGŒeÙܼ1Qû¾Ú“”œÌ²ìˆû©c }Ÿiok­¬(÷tu]¬¡(Ê`4ææåÀÅ IÈ•T£-—r¢.ß WbÞæt›hñ¥+xdÔbÚ]ž½»w^‘MþŠtâ∽üeÜáêÐNÐ24ÍÒ EG?ùb6˜\N¢(ŒÁív§ge ?zéé›?ÿLE†aGÜÏ~Åhé‰ãS§Ï°Ûc‡“Ã*Ir:‡‹J’4}Öì‹’+©8F[/åD]¾®ÄœÚ½µµ¶T–e¸¢¡O(œtE6ù+}Ð)€ÁKR¢G/)I*#„(DQˆŠþ(.š‚p…1¦izøÊ2,+˲Œñò³•åecƨÕj¯×sKD­Vç-¨,/»è1! ¹’Šc´¥ñRNÔå›ájµš¡áñ{V\áç…ßòÐ?®à&E:c+Ëˈ½ŒÁ=|3Á•W”}úÙ¦Õ«®ÎÏ3R~î?°¯øÐÁéÓfÌš9;:¼^¯Åb¹¾Ë`¶XÀð…ˆ+#!WLqŒ¶4^ʉº|3œ0=\Á°ÔèúFÏ•4èx½ÞÁ?Oôè¥'FáŒåy¾¢º¢±©I„þ*Ë&'%ççä©TÑìR¯¨(ß¾cÛÍ7ݲñ“P^^þˆ¤¢øÐÁŸÜ÷³ÿø‡¨õ(ƺ$Bè›|= %Å1ÚÒx)'êòÍp†ê6`\ÙÃ"3Êôè6è=zYKR×Ųʊٳ‹nJË8Çóuõµûö}5¡`ܹ4nu¢¢¢|ûÎmß¹ý­V÷ÛïxíõaŒ)IÏÝZ¦O›ñâÿ0}ÚŒá´(|)½÷ã+Åqe$›Ð™ÆK9Q—c†34tåk5†F£¡ÉÂ^.=šš–~`ÿ¾„„„_|ég?ûé…ˆGRRrssSäE/dY¾p¡_Jb‡m¤ÐÜÒ˜’’êpµ‰bÿgy0 “’’ÚÜÒ8~lÁ ‹Q–Uyô`ßÇ¢K¦<úÄÙ(Lò6q?þøoC¡Ð5×\{Ë-·À–-[/Y:wÞüe˯:QZ Çefeÿö‰'æ/X0wÞü¥¥wÝõÃé3f~ëºëƒÁ ßï¿ýÛßY¸pÑ¢E‹|è…²fÍÕÐ÷á^¡‡ñûý­­¼L_‰0>K’ÀØÜñãÇLRþ›;+}óÄK…\é›cs'ŒÍá´*òOååe‘bô“O?IKËøäÓOš[YVõÛïØ¾s[yyîÃ@~655¾þækï¼ûVMÍi厲~´øÐAågõ骾ò··ß}³©©ñÜ~çHêë2³r^yåÕ$éO/ÿ9ü3/,ýF& þö·OÌ›¿`ÎÜùK—-ÿÇ?_Á—µµµ+W­|B ÆŸ>cÖ¬ÙE³f-X°hÄãóÍGÁ¸ñ³fÏ)š3oæ¬ÙO>õ4¾Ì(«×\þù«_?š‘™]^^>œ\íU:%Qáê÷òŸÿ2Û¾ l¨\ËËË׬]wúdºžžÞ‚Ø8%ëårî»@hÐa4!ÔŢˮÛ--»|3qâÌÙsúGF–þSº|é’/_.?˜”¤­­u»¨hæÌÙ'ÒËz¾ººFÒçäßÏ0¤#¢FS©”òò§“¾ýÆÐÐc,ë½K—.««©¥§¥’ûÆøå«W²¦)ÒDît(™Aoo/Yá²:¨ncïààq1ãš1ýXjêø˜˜‚‚©«{ UFrvÞ¼yÑàŒéÓ FRRòÈÃI?øûùùúúüýøñØq1³Î¿yû¶y‡ß®ÛÙl¶l`ˆûÊsE3X]]íãí=oîœ3g2¡›££C‡‚z¹¹º¹¸8E„‡³ÙlÙ˜'}ncÓ}ÚÔOŸ>C†Š"•š=TTDÁ}ZoÛ³çí¢"n]›ÍWææå%%'_8^]]ý÷­[KJJÈ´• B$¢R(!@€0ÎÍÍ•ÛRœéJf½ âÉMRŠaŒ ÂÅÙ9åàAÉÊÎ;äç_¸xñäÉ“ëÖ­»•%;5rŸ?*{à’»Ûè=fÜŒéÓ(Jêñãú÷—Ü_ÄAR^^Þà`UŽH˜G¹rdŒªì,¤Úg2εiÓFýUÙ%]!‰ì¥ŽØrCZ޾EòQ:N†,ƒÁðõñ™;wÞ­[·ìíí ‚¸s÷n½yá³gÏÚ¶mæëëkÝÝF(’Ô˜]²eÞ•+æff¦¦¦­f}”\#E2×ë5Úh¾¾¶åÙÕm!BP‡²žpsχèdá¾(^æ´Ži]†É“ùÿÈ ÎÌʬ©®éÓ»_WKKŒqá­S§Ìذi­“£“U7+~9;[ †ôé«$¼$eZXté| ùÀÈ#;˜šOžôÆM럟ß?2røÈ(>ŸÏçóÙlvÏ=ø|~Gsóò§år•UF(aLHU*‚Åby{{ñù|k++‹Î ôõù|¾M÷¥õnMI9”™yžÎ ¿yý†4M®ÎW <ÜÝ455ù|~dDÄ›…*B’|`_ûÈCºtéÒ¢ÅKŽN‰D¹9¹••ï&}7™lS]SÃçóe=/ð1þ A `óù|‘HÔÒÓA²w÷®öíÛWUUcooçéá!ë½®]-W¬\¹xÉRg''o>Ÿ/×4EšÈ%3˜›ƒe…Ëê ºt:ÝÆÆæôé3ýýw6c@ øF(#9;ššš.ÎN§NŸññöÊÎÉýeÞ\>ŸO§Ó]]]ø|¾©‰ “É,yôèî»Ík”dø¥Ÿ8!’a#çŠfÁ`š7Z·;¶=xøðæÍ”C‡“’L> ó<Åbùúøðùüž¶=׬[§D¥f:¼‰ã“ƒªMO)S\»f††Æ»wïvïÙÓµkWS5u5iééÖÖÖdÂ(‰¦¤DEÌÏÏ…-:?|T"·¥P(Z|çÎÂ…‹hT*FxùòeJ’QE%G·Œ_ߪîýxµ^òC^¯×ÐÐ|š»Á*dþ½“ °¨!DW×EÑYm&ºÏz±Œj1T~’ûñþc“±£ÇJÞžboç°~ãZ{òßÎ:wîÔ¹þ;rð'wnYu³‰D‰‰‰Ñ£GwèÐqê”iÛvl:e“É*+{’¸o_¿~VݬtŠlæÊår333¯\ÉOؽ!TUÅÉÍÍוê(Uóñ›üÿ äMNVR(ˆ °Šk'Vݺ>¸ÿ€ËåŠ/ˆWd‡`2d%•Je²˜â²@ P¾õú¤Ÿ8™´?‘ÍfHJ~üä‰"1F´•nêjÂõzÒÕ¥ee,ëÝ»*CCCcÛž=7m\/ãÒO:J>ÆYÀçKJnÑé´BKKËÕÕ%/ï ƒÁõž©©é±#G®^½šuá⮄Ýö'*0MŽ&ܸ!w:”Ì \á²:4ÈÆˆð°™³çŒŠ)öžäzOC•‘šǭ߸éõë×Á½‚Øl6ÇÃAy§P D·„Qâz¹!6²q®È.6‹ÕtݺZZvµ´8 ¿‡—Ï“þ‘{´a2dJ¡¡¢H¥fòyøHFóÄĽqq ÝÜÜ1ÆêmÚŒ×+00qoâ€545:˜š’ƒ0ÖÒÒ*..ööö©­«Û½k'JUÒòÏ?ÿܼysm]]ÂÎ4*UÙú(BãÆsvq500È<›AVîݳû‡)?ðx|‚ ÂBCm{ö,**š¿ –F£bŒWÆÇÓi4Ys=ïIêÀ¥èž~òdMm¥eò Ù QýˆÔ¸½L®¤ô‡r7‘ߺÅ÷'Ô«¿Šûï§®sÄnÊ^ßÌùhYé?daÉâÅK/&ËRëÿýYöòòòòò"ËÓ¦Ný°8§øNPñ3GÉBp¯^²%G#û §ÿz:JÞ@*™Š¯×c‘PÃØ!Dj mBneûî}UOÚè™k;bLÈßiVòä{G{GÔÀ§KÈÊ´¶î."ˆ]»bÆŽ33ë4}êOB¡°´ôqžÝa¡áÖÖÝúô Y[ÎËttpømËfòßcÇR§¥ÏžùóÊU«?~ܱcGò»šš¹>'þ΃1vttˆ_¹òÅ‹Gssu¤®/«¢Œ¥¥¥ƒ£CÜÂſ̛ӦM‡säè±>}z×?–NÉV‡chØžÅb‘yþ| E:;:ØoÞò™_º|Yê”Ùˆ|tÙòø À@w÷Ysæ¤$'¹ºº,[¾¢¸øŽMw‚ >,±²êæêâ,åy--­ººÚªª*--­¼¼+¤žT*µ¥§CÒŠÚÚÚ7n4P®÷^¾|©­­èææê$ åš&W•¦ãÓ”+\V¹?DP´/»¹¹ŽÚO<ô'¿Æm 2R³cggWý¾:!a÷¶­~`+"ˆ'OEF„ß,,…fffêmÚ4³Qá'70þ6òâ¼ÞlœnåååoÞ¾µ³µEÝ»!ÔVWW6æ©Tªl¨¨TÍ*t*BЬOÕÔÔâãWÄǯ¬»žvë7®µëi×°gŒ)–iÛ£§H(HÜ·wÔÈQ¶=z6úÑeð¾P0¤ÕOÇecEEÅ÷?ühllÜ·Oo¹Ë?­{âþ“ï ¥}r¾h­Ðið¾ÐÆeø¿Ø~ié(ÆS>æ¥æ&&ÞÏ»’+~¸RwÞóºÓ‹Ì‡¶1tDòŽ~Ñû²?Ê®'cÇÅHÁ=gJ"ÒÎÖŽ\ÂÄ ¼TI{{;s³ŽºººMÙ C ýœ;zXrt&ƒ‘›} òÑ/¡†<Ôù? Þ_ß(š}ÿ…|ô«LH?þG£Ñ;šuìhÖQ¢[ݳ‹sv5³O UËœ°™IabEë£Í‘õÉÔÑÑiâ ‚!‚Q ›²ó7 µþlÖG¿ ý‚ ªI©7£Ožl@|¾Túñqú ¥ººšÚä7‰"Q‹Ê„| #5䣠[ÃÎßÔ¯!Uø~&8@> ´P2Ji«×–Çã±Ù¬&þâQ(éµkG…‚´µµ_¾xÞÞШ‰ê½|ùBGG‡J¡´„LÈGÁ8RC> º0;_ÀL0˜={Ú]ÍÏïÞÝšÍf“ïHh(4:]$ÝêÅçó©4šu÷îW¯º¹{´Ó7 6êË4Aàׯ^^+(èiÛ“Ád¶„L¹mîÝ)þrfç‹R i5ÓñµÙø%õu8ÇýÎ_Ã.ßZM>s2]\¦R©šZÚ]»uk§oùè— ‹ÅêÚÍZCSóꕼ7oÞúY:•JÕÓkÔË¢KMM F777'DDaá N§Ñ2uttzÚö044d±Õ(J³Ë”Û&jL D€rÞsªZ·p.h5pkkŸ<ù»øöíž¶¶z2))ä£_!27ïdiÙ•¢ø®J„|>¿¦¦æÃ3˜-,LLMDB!ÑØõ*…Â`2Éd´…d~ÇYà+O¸¿*Ú¶Ó·îÑãáƒ*æ£'ÓRÁkÀg#,r8Z7,KSK‹#ï;†ÂõÑ¿Ù^à8à3Й›N€VùòI¹wú)ÌG›÷·]lôÌC8(Ÿ~”‹Œ`>€úóQ¢YóÑîh©AîKþ@›Áé@ýùh3¦£Úè¶Q›g–žïOiÕÞ®B¶àw Þ|´ÙÒ.Ôæöh ÝŽö“ŸåïºN¬¿$ÊÞÖØ,°q…åf[£ðºÊcz&ýÛá6®P¥cìH›ïúˆÿ s5^ÝÓ@›¥¼—SÝ©–ßöµ0×W îTï(a¿ú3Mªï¨hŒøªiÁûG5Ñã.ÔÝ&”óì§bás*®¤Pø§£›+Pp‰hì{Ô©^!úÚ¬ï¸4*ÅÒX£²šO ¬\1w+½}Ÿ¼ªâ±´ôkO¥S©‚ø´†Bñ·5¸pûEcrùOûn;óˆ€ì  ¡9•¢ MYñbàwÔØö'‹ºžA«uŒœuWé,}Ì¿£ß1Ô!$Ñ¥+€=Þ²€ß)Y6»ùè­ƒ….Ƹ«‰æ_Ϫ…"Œ0°5èçlD¶éÐN}J¸¥äª¾6kˆ·Ù7}-¾ ±w5ÆÓ¨”¸¨¡.Æcƒ:ÙwÒØñLj®?†wt3Á÷u4dШßôµôÉbêèÀŽSÂ-h5Ü׌Fýàn¦šS#»NìúcDW=M¦TßoC>¬æÚwÖùi@·éý» îÔ†E#uXÕ³¯£á¨€ŽS#ºšé«Ã²hË­ …Â5k×:9»´Ó703ï82*ª²²²ébŸVThiëôîÓWI½¢2Bhíºuk×­S.êóSZZª¥­Ó/4ô¿¢0Ð*i‘ûGiuuÛ[ ¥P™\N– –ÁT3R™!ïAà¶¼Û´5U»wÊàí€ËDb-6‘+§èÉ» }ºœùã©“…îåâ— 50Æ÷_Oíouæ Ý»éåß{-V5ýjy7­WVó;¶×èí`øážíA9çÄSŽm'¾€Xü>BˆÉ bŒOÿQánÕnëé©¡çüSË!„zvp´h[ð൶:cˆ·Ùï§¾ªâѨ•"ÛcÜV“áf².õ~U­ £Q¸›IÒ¥'cƒz·¬êÉ–&šÁ†;2AðµãÇOH=~¼S§N3¦O‰DgΜyõê•®®n §¥©9}Ú43s3åõk×®C͘>]I——ÿœÂ@«AÉúhã?9¢mÏ*éOŠÎT¿.¢«YSfÞ+^í?¼º§Z{*Üó"ïÉ­ÃÏ+é9¢í5„‰\!!ž€({UÓÃ\G_›ýäE ©Õû:áßϪ{˜ë°´®¦š…UJõúPÀ,‹ü°œƒ1*]×±}›0W3m‘Ku‘ü8[ê}ÖuR?K #M6ƨ³‘æ_ÏÞ¿|Çà E˜' ¤ú’åŽ*ªßÕ0FÞXi’[BâñóŒÑó·\] fSÜÛÊ>ÍË7R×ÓÓ»x!kÞ¼¹óçÿš——Û©S'@àããkdl¢ÛV¯{w›M›6‹—ý<<=GFEé´wsw¿]T„’Û˜„ÇãMüæ[ƒö†âÆœ÷ï×­_Ÿ’rHJÉz;{‡Ãáp´´uì줺¤Ÿ8ááé©×N¿‹e×… QUU5løpC#ã¶zízô´=–*ý¾´ŒŒ _?ÿvú&¦V­^JKOw÷ðÐk§oÑÅrÞ/¿ðù|±uÑÑc Ú:9»Ü»wŸìþÛo¿›wìÔŲ뤤F(¬úXõÊÖGùQ£…¾A3ø ¦¼ 6Õ;µÿþ½ƒuŸ6:úüº'Ì6ï^Þ.»{â_÷ï‡rQ B!‘ ¼Žêœ]ô’/aŒB‚/].zæj¢Æ¤ýùweuàÓ4úCP„1æ D˜À|!ÁˆBÏÞÔ®8t§›‰–MGm¿žëRïS©Yc-Œ4,t×§Þç ß:l¾@$%[ÊöýÐ h&}ÐAø±/_@m¢{[ÌæöÇ „üýüÚ¶mKÖP(ƒ! lcÓ ˆø•«~ùõWÿ²ÍÝ»÷&NœØ§wŸ§N7.æÆ×)Š¢Æ………þ~~“¿ûníºudcU´Z¿"zÌX„Ж-›554$7ýùçŸÑÑc¼½¼R.Ê<~ÍÚµzzzjêjgÎdÌ™=ÛÃÃýÁƒl[²Ëí¢¢#£ÔÕÕýå-m-‘HtëÖ­1cƶoo°jÕÊÓ§ÏlÞ¼…É`Nüf"BèλC‡µ´´\µzõªU«vΙ;×ÀÀ`Ö¬™Ço¨Â ëÈÑ£J €zòÑ¦ßØW& (Юûϱt*ä½¥Ð^–Þ>t±våK‘ 9ˆ²þaŒ”qÎ>û£ä ©yýýïgïÙLZ½áï§Èêùñ¶DLJwDi·aÖr…·þ~û ¼jÉ{ ‰DˆJA"‰ß9©1©•Õ|ž@DAȶ³îó·uã‡åœþ¦úÚ¬—ï¸t…J¥ðÒ}1Æ*Þð젥Ψªá»[é=,/¥ƒä_à³ÁãñJ•lݺõ]UŸÏGݽsÇÛÇ!dÓ½{̸q¡mÛ¶ß¹SVVÖ¶m[E»uë¶paBèô™3÷ïß/++£ÒhõŽÞ§Oƒ“Ê5BWï¿rê¢÷ôu­\Í?¦£Òù¨‰žZ¤G‚Àˆ‚Žäþ#¡¼»/ç ïÁ©¬O½GJ¸[úÎݺݤЮ<¨ò=LkßUó’.>ß§ …‚DÞ•ñèŸ+Õcü†Ã=šûÏ”ˆn¡7Þ¾¬¿åä£òÑ&ñ¬¢âþ½;ï*+B•ÜäììL¦toß¾%W4 ‚‰D»v%$&9cúô 7&&î ?,Qóø|©‚’ÆÞA(ŠÜ. !4yòw£¢F‘5êêj;vQ ¾¬|´\èYÉm¯Vr§ŠkX.ôTuqTzZ¬ÉáVo8¼?¾†UƯû÷îö°sh£®®®¡A§ÓÉõEIvíÚÙÓ¶gròÁõ6¨««{{{éëë;öüùóÛ·ïȾœÝ£‡Mii©¸½ƒƒÃÓ§éééVVV;¶oC)o\þô©dc™6mê¢E‹§üøcŸ>}Ö¯_'®·³³KLÜ¿"þÛo'1 ›ƒR©ÔäƒÉÿýX$uëÚuéÒ%’¢ìlm÷ïÛ·bÅŠÅK–°X¬éÓ§ÙÙÙíÙ³{ùòå?ÿ @> ÿ]¬¬­­¬­;u¶Ðk§O–—/_ÁårM;˜}™ ±zÍÙz}ƒöJ¶6/äXr _b}vïvrv îݧYÄ6.0>ƒs4ï²>‘ìþ%?@ëäþ½{÷ïÝKHØeccC–çÎóy† …rËõg«ådgN+ÙÚ¼c}iHúP¬a®„䤙çζî0nмËúäó„ ä£Ð`–.]æååmkg_PP@Ödffúúù»{xKµ?{ö¬§§—§§—··Ï£G^¼xaÓ£'¹éáǾ~þ!.—kbÚaî¼yC†KMM—OŸ9#+œË囘ÆÅ-Œ5ÊËË›T#náB.—Û/4tÈÐa’£÷ é'»U®LÓf‹-öôôr÷ð(*.Ž?ÁÁÑ)<<¢®®N,mûޱ±q¡ãiiÚ:º•••!_?ÿ{÷î‹ÇRÎȨ(_?G§ñ&òx<±9?Ïœ3>¨Wp~þUE•Š\-W¦¤¥¼1{Μ’G%“¾›·PR7…ËΩ¢ÀP.YÉÖz§£‰Q‘’’âìâêêæ>pÐàW¯^)ò‰l÷†?ä£Ðüp8;;»¼¼Ü¸¸ØeË–#„ž?þëüùéiǯæç¯Y½jÒ·“$ÛWT<›üý{÷î¹r%ïÂ…,cccE’ß¿ß+(èð¡”ððpqÙÕÅE®ðêêê¾}ûØ¿ɒŤq±±l6ûô©S‡¥È —ܪHa‡ãââråJÞ°aÃ"#ûÇÅ.(¼yCCS#5õ¸XޝÏåìl„PNvŽ““SNnnUUÕóçÏ­­­Ttà–Í›³/_*¼yCKS3)9ùÿæôé°kë￟0A$É­T¤¹\™bF„‡Ké¿b…©i‡=»ââbÅ•ª —;§²Q¯då[•L‡¢.*FÅ?ÿü3{ÎÜô´´kWfÏ™«È'RÝüŸ:¸øÚ`³Ù¡¡ýBînî‹/Aegg¿}[92*êCNPS#Ù>''ÛÇÛÛÒÒ!Äd2™Læû÷ïåJf2™ReEÂÕÔÔÜÝÝBVVÖ¥ee 2A‘L6›Ò!äàà`eÕÍÌÌ !äèèXZV*îkeeõüù3‡SPPðË/¿deeÑit/OOÕGß¿ÿ@Zz:ƒAùò“Å$+ i¯¥¥%›Íþ믿ÌÌÌd+oݺ%Ws¹2%ýÙ·È —S.—+õJnôt41*òóó}}|ŒBÑÑ£ƒzµPð@> -“ɤP(!JBcìì씜”¤¢*•Š1&Ë|@òdOJ–,+Î`0>J£j¨Ž"™Læ‡LŽF£±XlqY(øäVOÏc©©ÚÚÚþþþK—.¥3è>¾>*—wåàÁƒçÏgª©©mÛ¶­¤äÕn‚ ‚ R©!ÁGŸÈVÊÕ\‘LI6Ú-Š„«õ:¼ÑÓÑQñy‚ %€ëõ€|}ýòò®’)Ôí¢"É­>>¾9¹¹%%%!W[[«««[[[ûîÝ;„Ð…¬ MþÉ·C:]2™S²Uu™rññõY¹r•¯š[SK3=ý„Ÿ¯¯Š}«ªªLLMÕÔÔ0Æéé'Äõ"‘èСáüü«BÀÂÂBn¥\ÍÉl–y”+\vN›2‰˜Ž&F…§§gvNNEÅ3„Pbâ>_ÅÓ§<¨šKͬ222ܳ;aÊ”y|>A¡¡ýl{öo566Ú²yÓèèh‚Àtmß¾D ‹ 懅…[XX5E¸ãÆuus70Ð?›‘¡|«ê2å¤ >>S§NóóõCùxû<~œH¦ª˜¸/qà Áš¦LÅõZZZÅwŠ}|ýêêêvíÚE£Ñl¥\o(’Ù,ó(W¸ìœš˜˜4z4ÅÍfffñ+–‡…‡#„ÌÍÍ·oÛªd,q÷´ãÇ›¨ @ A144ÌËË«©©Ù±õ·[~ûæ5BèdZjtÌDððHLØ9@ªòÌÉô¨11ï9U²íSò j«§®ûràr¹],»–KÜ¥ª¨hõ¨©«'%î0x¨ì&§êRÖù°„ÐÓò²Û·‡EÐÔÔ„ëõÀ¿ ä£46›-»*·  ÈG@Œ¾A{Õ±zÍšÆõm"RCKA¾ ²¥]ÔÒö*²BV²Ð¢Ó‘°{·“³Kpï>r§ q·²¶& †FÆ>>ÿNÓÏ3giiëܽ{¯Y‚á?T@Îß«ÿþÎ8súßú«BÖÏdM‹NG®„䤙çζÜÜ»w!$²²²È8}æ`øšƒ ÈG Å©©©åííãããûóÏ3ÉÊÌÌL_?w€À ¢âb©.r·ž={ÖÓÓËÓÓËÛÛçÑ£Gq r¹Ü~¡¡C†Cõ éG6KIIqvquus8hð«W¯B\.רÄ4.naÔ¨Q^^Þ’c‘+O‹-öôôr÷ð(*.Ž?ÁÁÑ)<<¢®®!42*Ê×ÏßÁÑiü„‰<!$5´”b¤Ø¥K—yyyÛÚÙ‹‡“5J®gÄÈŽ«Y5d%®øy欘˜ñA½‚óó¯*kî¼yþ.®nâ–b?‹!kMGC­–¾Ùsæ”<*™ôÝ丸…âfRéèpIôÛé‹ËÇ?xð BèܹL?__‹…zñâ…MO}øð¡¯Ÿ¿\åe5ùœAмÀóG™–{þhêñã§NÞ¹c;y:oÓ¦ÍóçÏ#û÷?›‘¡££sóæÍ)S~ÌËËEé´õò…Ü­Ï||}3Μ¶´´äóùB¡Édšv0{þ¬âCzaÐþÕËÿüóŸÀ•¼ÞÞ–––!&“Éd2…B¡ìXùùù¾>>ÆÆF¡èèÑA½>ì“jjîîî!++ëÒ²2©^l6;$¤/BÈÁÁÁʪ™÷8::––•"„öï?–žÎ`Ð_¾|Åd1¥úÊ*ÆårÙlvhh?„»›ûâÅK%ëI”[¯Š$0ŒÀÀ@„¥¥%›Íþ믿ºví*·%N}r‡«wh%øùùMŸ6mLôq®®nmmí»wïB².( æz5i¹ hv`}hµ-ˆ¥Qiãøøx:ndd¸gw”)?òø|‚ BCûÙöì)n/w«±±Ñ–Í›FGG¦Óhûö%ZXXŒ7ÖÕÍÝÀ@ÿlFÙ×ÌÌ,~Åò°ðp„¹¹ùöm[›¨|PP`â¾Äƒkjh˜v0×K-¥˜‰‰‰¬¹FÉz¦Þq!ëE´´´ŠïûøúÕÕÕíÚµ‹F£)iùçíÛ›·üVWW·sçN¦\Ùéh¨Õ š>ñpiÇ«èp%Òh4ÚÔ©?J¥¼ Ì ·°°026RÌr ÿ |åè´—*('a÷n'g—àÞ}BVÖÖMôóC¾C²é~P‚ V¯YÓÒrê5ªu úÜ‘…&:_2Ô €/ˆ„] ÉI2Ïmeveœ9Ýb ‚X½zÍ¿%§…Œúò玬i¢ó[k¨ù(ü›ŒŒŠòõówpt?a"Ç«·}JJг‹««›ûÀAƒ_½z…š=gNÉ£’IßMŽ‹[ˆÒo§/ÕåìÙ³žž^žž^ÞÞ>=’+DÌ‹/lz|xåÇ}ýüÑÇ5°E‹{zz¹{xÇŒŸààèQWWÇårMLãâFååå]PP Wóí;vÄÆÆ!„ާ¥iëèVVV"„|ýüïÝ»O6Xºt™——·­½XBß~RB233}ýüÝ=<ƒŠŠ‹%7)RCÖØ¸… ¹\n¿ÐÐ!C‡IvWb£Ü™’’#ëg%F)ÒvÏÞ½öŽÁ½û,\¸ÈËË»Þh‘+gÕêտΟOv¹~ý:9‰JâA‘ØŸgΊ‰Ô+8?ÿªòp;ož@ ‹«›¸¥ìÜ‘5’NS®g½¡ù(4[6oξ|©ðæ -MͤädåÿùçŸÙs榧¥]+¸êèà0{Î\„PüЦ¦öìNˆ‹‹EåädKv©¨x6ùûöîÝsåJÞ… YÆÆÆr…Ô ‡Ãqqq¹r%oذa‘‘ýãbÞ¼¡¡©‘šz!T]]Ý·oŸû÷/Y²xÙ²år%øúø\ÎÎFådç899åäæVUU=þÜÚÚŠ”ogg———«HÂóçÏ??=íøÕüü5«WMúv’TY5äËf³OŸ:uøPŠê6ÊΔ¤Y?×k”\m—/_~ñBVæ¹³uÜ:£EVÎØ1cŽ9ÂçóB»ÆÇÄ(‰ebûôNHصõ÷߯O˜ ‰µäp8övv—.^زySLL ÙR’NS¢§*¡ð9÷3­™ýû¤¥§3ô—/_1YLåóóó}}|ŒBÑÑ£ƒzÕ+?''ÛÇÛÛÒÒ!Äd2™Lf#„ „ØlvHH_„ƒƒƒ•U7333„££ciY)BHMMÍÝÝ!dee]ZV&W‚••ÕóçÏ8NAAÁ/¿ü’••E§Ñ½<=ÅòCCû!„ÜÝÜ/^"WBvvöÛ·•#£¢>$L55R dÕh±ÊmT>S²~ær¹Ê’«­ŸŸ¿®®.Bhø°a9Ù9ªD‹¬}}}//ïô'‚{õÊʺ°Vâ~MY=‰e0!KKK6›ý×_uíÚUnK:>xð`„««+ëcKU‚J‰ž‹RÈG Áäå]9xðàùó™jjjÛ¶m+)yô¯«D¥R1Æd™/ñæq2qAÑh4‹-. B2wùØB„"ážžÇRSµµµýýý—.]JgÐ}|}Äò) BˆF£*’€1vvvJNJR$_E5¡ÄÆÆÍ”r£ª­"äÊùfâ„E‹¿zù*"<\]]½b ‚ ‚J¥¢ïŽo‰pU]O€ùü.Z+UUU&¦¦jjjãôôõ¶÷ôôÌÎÉ©¨x†JLÜçëë[oßœÜÜ’’„Ç«­­U.DWW·¶¶öÝ»w¡ YšbÝï¿o½yóæ'Êøú¬\¹ÊÇ×GM­©¥™ž~ÂOÄøúúåå]),,$³¥ÛEEóùjuD¶Ý¸™’”#ëçFxÌÝÝýÒ¥KäµSRš-nnngý†õ1Áåê©H¬H$:tè0B(?ÿªP °°°PÔR(9r!TPPÀçñ,,,”-0|ê|Ez6"ÔZXZ-AA‰û¬©¡aÚÁ´Þöfffñ+–‡…‡#„ÌÍÍ·oÛZocc£-›7ŽŽ&L§ÑöíK´°°P"„N§/X0?,,ÜÂÂÂÈØ¨)Ö%%%ÙÚÚ~’PúøL:ÍÏ×!äãíóøq¢òÜE ##Ã=»¦Lù‘ÇçÚ϶gÏÆylܸ±®nîúg32š2S’r¤ülbbÒPuìØqöìY¾~þzzzîl5µ¦DKTÔÈ£ÇRmlº+Ebµ´´ŠïûøúÕÕÕíÚµ‹F£)iùçíÛ›·üVWW·sçN¦\1)çËÕ³¡ТP óòòjjjvlýmã–ßß¾y:™–3¼|v„Eª°> @> @> ­ ‚ V|8ù¾Ê†J°²¶& †FÆ>>ÿ&ÎÏ3giiëܽ{¯š4Ñærˆ,sQ³°{·“³Kpï>’>o(úí!æ €//]½¦’ï‚YYYäë…>&ÍeH³;¤ÙòÑ] ÉI2Ï… €|Zq r¹Ü~¡¡C†~xØÍҥ˼¼¼míì >üÎ#33Ó×ÏßÝÃ# 0¨¨¸XJ‚~;}qyøðáD;—éçëËb±B/^¼°éñá!>ôõóGÕÔÔŒŒŠòööñññýùç™r5Aq¹\cÓ¸¸…Q£Fyyy‹UJIIqvquus8hð«W¯”t7í`¶hÑbOO/w¢ââ˜ñÂÃ#êêêB#£¢|ýüÆO˜Èãñdåœ={ÖÓÓËÓÓËÛÛçÑ£GŠ\$FV \V­^ýëüùd—ëׯ“>#kÝì9sJ•Lúnr\ÜB)Ÿ“Èê)+DŒÜQî+E@> MÎGccÙlöéS§JAq8;;»¼¼Ü¸¸ØeË–#„ž?þëüùéiǯæç¯Y½jÒ·“¤$ääd‹Ëá'O""99yĈáJÆ=—™©®Þ&77'''{áÂ8YMÄTWW÷íÛçÀþýK–,&UúçŸfÏ™›ž–v­àª£ƒÃì9s•tçp8...W®ä 6,2²\ì‚›7445RS#„¶lÞœ}ùRáÍZššIÉÉRr**žMþþ‡½{÷\¹’wáB–±±±\I"+P® cÇŒ9räŸÏGíJH/ñf ¹ÖůXajÚaÏ¸X)Ÿ#„dõ”+¤^”ûJÖ àsÏ{¾Ølvhh?„»›ûâÅKBÙÙÙoßVŽŒŠúZÕÔ(é®®®îèè˜~âDÉ£777%-ííìæÏ_0wÞ>ÆÆF¡èèÑA½”[Ò!äàà`eÕ¼…ÀÑѱ´¬!´ÿ´ôtƒþòå+&‹)›jûx{[ZZ"„˜L&“Éär¹².’D®@Yôõõ½¼¼ÓOœîÕ++ëÂZ‰;Vd"=!¤^_ÉZ@> Í“ɤP(!JBcìì씜”¤¢„ÇŌŸ0iÒ·â*•Š1&Ëü/ ïÔ©Sþ•¼‹—.:}jý† ç3Ï)È`0>Ê¡*5Ô"²@£ÑX,¶¸,óò®Ç)\´bÆëêæn` Ÿvü¸ìV##Ã=»¦Lù‘ÇçÚ϶gO%Òh4ÚÔ©?J¥¼ Ì ·°°026"+‹‹‹ÄÆÒ¨4Œq||<™Š59›‘¡d33³øËÃÂÃBæææÛ·m•2Dyw1AA‰û¬©¡aÚÁTÖ!g32¶lÞ4::š 0FÛ·/ÑÄĤ5òè±T›îªX§cc#)=-,,”‘;#ã§ŸgnÞ¼ÉÇÛö#€–†bhh˜——WSS³cëo·üþöÍk„ÐÉ´Ô蘉àà3˜°#,r€T噓éQcbÞsªdÛ§9äÔVO\÷%3v츾Æ W|m¨©«'%î0x¨ì&§êRÖù°„ÐÓò²Û·‡EÐÔÔ„ëõ4'¥¥¥.®nï«« ÞT®×М˜™™]¿ð¬ä£ä£ù(ù(@> @> ­ x_(ÐjIO= N¾" ’[/ 1nƱ( J£Òh ä£PQcbÀ @«çÀÞ¹õ¿¬´¬èöŸoß¾mÆdTGGǦ‡mÇN ä£P?|>œ|…E²Ҳë× z››w¤ÑhÍ#V(xòäÉå 0!ìlÙ…Nk†”òQ µÓ¬W(à¿!"ŠnÿØ«W§ÎÍ(–NgtébIEèJ^®I3zÈG þt#„ªªë2® iLŸ÷ì­ýtDþ¤ cŒ1®««‹[0ÏÝÉÖÕ¡‡Ÿ—ëöß·à¦ÁåÖu³è [ßÑÄ@nA$mX·ZÉIûý½Ý"úõ.¸š?t`Dã„4‚ÿ;M|"ÿûñc``àéé%þ÷§?µi£q÷ÎÙ–r?„H´jå*7Z·®ÎÈȸ¡2Û¶Õ“*(ÿìÚ¹ËÞÞ!(0è wÚ—ìófù¨>ðOëü@> _øêˆx‰” ð¤‰ãÞ¾ysöBnþ·¦æñyd}>H,\òs4íYo%k„BѦõkT‘¼{×öm»SOdXYu[¼\RšêB”|Ö¬\±zårÙz±ÓÄ KrrVŒBwïÞÅóùüÌóçÍÍÌTOyE"ѪU«šž:×+G®òõ¦ã ê»s×®”ƒÉçÏg~áNû’}Þ,¨>Ð*iâ¹2áôïïSÜ&%{Ÿ’púä£ÐRù(Æøîâ‚ü+ËW®kÓ¦ ÆXGG÷»ï§bŒ'ŒÕ¯w€¯§ó”Éy<.ƘËåZwé0Þ¬ï' ¾VOÊ‘mI _¸`^XßÀ7qËA‘¡R§g²fÅÒ…\.wÈ€°1£†m\¿zÉÂùäÖ\ï×;@|d‰?÷¯G%3~ünÈ€°ÁýCcçÏ•”&)c|!+³_ï€^þžá!AwŠ‹>èoi¶pÁ<²,kW¯X»zźÕñkW­P’O(<£#4|ø°¤ädŒñÙ³gýü|™,ÆøùóçÝ»ÛMb¤§———·÷ŒŸ~ÂÇÆÆÕq¹}Cú é”}é¢e«°ŒÎõ ÉËË®¬|ûML4YY[[Cöb0˜¤þRlX³rýšøIßOýyö<„К•ËׯY‰šöÓìùS]]ÝÑÑ1ýĉ’G%nnnJZÚÛÙÍŸ¿`î¼y^ž^ÁÁ½”´d³Ù!!}BVVÝÌÌÌBŽŽŽ¥e¥¡ýû¤¥§3ô—/_1YL©¾99Ù>ÞÞ–––!&“Éd2¹\.›Í í‡rws_¼x‰Tå¥ÈÏÏ÷õñ166BEG êÕˆ l §©©©¹»»#„¬¬¬KËʪê—àsYôõõ½¼¼ÓOœîÕ++ëÂÚ5kšw"‚‰ê¸BN5˜A> Í Ÿÿáéƒ<¿K×n÷îs8ïY,–¸ÁõkWN9xô[MmÿÞ]ÿþ‹Çãóx|L\.—F£#„Ÿ/ÈÍÉ–ÛaÄãñɼaŒø|ÇGóxäПDÿkïÞã¬*ëý?û67.rd%}¦ˆ ^DÐÀ ¢ˆiÞÐ4µcš]ÎïWyùUGéX甥f*j¥x9ešÔÔR¼ŠçØI03Êc $šÌ0̾¬õûcÃ8gnŽ0ÀfæýöòZ¬YûÙÏzÖ‚ýáù®µv!‡°iMøôé³®ù÷«ÿ¾rå'§“J¥×çuŠMesù(n³‘\.?j¿OüèæŸ4¾°Ø«ŠŠŠl¶ùcНÿá÷®ÿÁ¿_tÉW.úâ?ç Qá’¯|5•Nÿð{ß-ä }ñŸ› Z«¿Ü¸2—;iæÌ >wÁyç—Ífã8Îår…B¡xqd¡XðÍf³C† ™ÿôSóç?óÐC]óƒk}ä‘|>ß²Ù\.WVVV\GQYfãrˆC>—Ÿ?þ]wßýØ£TVVι喥K—f³Ù¦íäó…(Šš¶Yl0—Ë…¢¨P(šþtÁ‚-Ü4ìÿkaãäA“ö³¹ÜÿÚ,—k9DÛlÐ2™Lqe¡/îc«]-Ù1ouBŸùÌÙ³g{åÊ•Ç{L:nl§StÃRá‡äÑ(ÚÐ[S—ã8*¶ýƒ)Ôëéú¿ 7Ý31ò€1c¿qé?×Õ® q´öýÕ·Üxýº5ï<¸¢¢<Ž ?6/Äqˆ£G…Bá¡ûâè?-ÌçrÆ k{Ëü¼ï qôò¾˜Ë6 6,ÄQñ[.¤’ÉB>—-®ÜÿÔ®[{ËM?úôignܬñ߯ÆQã{µläàƒÇ-zqÁâ?¼â(*äÿ¸ä•M[ÆÍŒ£Ç]òå‹.ùrÓ•}áK]ò•¶ïX½>Äñ„ ã/¾øâ3N?}cu;Ľ{÷^_W·zõê8ŽŸzê©âkW¬X‘ÉdŽ=ö˜«®ºò•Wçr¹bv/²6.] ”°C‡øý÷× ²KEEEE?üpˆ?xÈs±C÷ÜóÏ/alhh¨««ky-lÓ÷jµÁvêõ|ÐsÏ=·bÅŠ8ŽçÎ;aÂø¦CѲj¶=mãr«]Ý!ƼéòØ1cÖ®]{Ýuן}ÖY{ @½>„pË˽ðžÏ¿sìywŒùìí}{–×mÈ­­­_W—­*ÏìwÆÍ£N¿ißÓn}Æ7Ü»Èü(tÚ_ ‹wŽÿÚ¯ùÞÕÓ>2ŽãÊʪSN=cÜø‰¿ø»?{öé=zôãęÇï>xÐàbX¼xÉ¿\ye*•Šãxö쫊 ³Î}jÏž=† ©ÙtÕehÚÎ~pÍgÎ97Ž¢T:}Û­· 2¤y³Mv¤­›nÖtûššš«®ºrƉ3CC‡ýÑõ×múiëÛaÐ6ý¿­®–昷º «§œò«9rd§àÖy˜>aDEY±²¢ðêﮩmhȦŒQ^–ŠCˆã°ný†ßûÂ…'ÝÚýI 4èù矯««›sã ×þèÇïýãÝÂÃÜ?ëœó-¶Ûo›3íøÍV>úðƒ§ŸuκµkZnÿ½?Ÿ8éˆúõûЖ¼ÿ—§ŸuΪ·ÿB¸õ¡ßO?üãïUCCÃÄC>±ð¿¶Å3/¾rÉ…“&9íøKäˆ<øô’s]\þó믘ëú(_ÚX-ߪV¼µüŸÎ›µË]:fz•â µúK6c ùH–-[vÚégìºë®Ç?} GÒ€|>W¼ò»©D"þÏ×Wõí]•H„B"$6d ë³ù噪Št"‘!$‰l>ŸLÄÙlÃÖGévî[õÆòw‡×ôKv8’vC…(þëòwíÔÓPt­¿ 7”ç»Ï9Ç|pÛ˜³o«®*«¨¨(¯È¬­­ûý4þ(‘HȣР¿ CãGÕ<û‡·ûÝkæJÚ‘H„AýzºïÆ?z†lÏâ¸tœAs  Ä>›ÏFQEQ>Ÿÿà+c Q&“.¯(+/ÏÄQT___L¢‰D"N'“Édrë>‘I¥[äÑ•™£ÚÍh|¤A «ü¡ÞmTHg2™ò²òÂêÕ«‹4NWVV–••¯(•GA´€ÍJ£-î (*¢(*¬_¿>™ Ù€>=6lȦRɺººªªª8©ÔVù¶zy”îåçwÝaèÞy´ùÔL± _œøÌår¹\nÚAƒ®¿õÁB!J¥’Ó”Éd*++3™L*•J§ÓÛàRy”®ìäÓÎ4tywþì¶vih–GCH%“ÉL&N§3étE³ŽúøI‡íEQ2™¬ªêQݳgUee*•*^Bš(¦Zy€Í·~éZcÔ¬ªªJ§Óù|Ÿ8Ž‹S§eee©Tªñ&÷×°…q´Í@Y  Å/%nšS·ÍcžäQ€îH?ün¤Æ¹Ò¦/Ú–}”GºpÝ5#tM‰Db}]mb+<Í>Ž ø|y k†ÑÞ}ú¼½jÕÎ;ïÜé¿óÎ;}ûöM$:'’&-€®'•Lí³Ï¨,XµjUEq'‰¢hÕªU ,¹×^™òL§tÕü(@WÌ£éÔn»‹¢ÂËÿõÒš÷×DQÔ)Í&“ɾ}ûŽÞôàÁ»TUVÊ£´)“)ûØž«Ùu×|.׉w5%ÉLy¦ª²2„Îù^{y ËJ§2é™ï¤ëGGG@@€mÅýõ]SÇÙlC.—묇%“ÉL¦¬¬¬<Ñ9{’Gºh]__÷þ{ï¿õÖ²uk×vbíѳGMÍК]‡vVÌ•Gº l6»ú«ß|㯣öß§~ý“Éd'5ÛðÞ»ÿX²ä•žÕ½úmhGh-8æ²+V,5zÿþ …|>ß)Í&“©þ~<ìû§×þ8x—!ò(­‹£¨®¶v§~ý ù|'~YhQßúÖ®[ÛYs®ò(@×EQ"™*äsÞr2•îÄ{¤äQ€.,=9ÚéäQ€®HK< Ð¥ÓhÉÏú~&¶'ó£]V¬^ÀvN¤îg`»ÒR'tá4j~€óöªwÞ^õn¼)ª6ýö¦âr⇃íøgc"Ý4!‡8'¸ ú#t]­]?:pà€t´­_²—GºYFݤý͛ȣlnô ­äÎB¡EQhwî³C“Éd*•ÚÚL:NÝ1ª¶;?oçè›èÒ©³E²L$Éd²ƒõz×ÐɶÍU¡§^Àöd~ ËjõûBKùQäQº½gç?UUÕ£é°åâ6ÚÉäQºš©GOk¶liÎK&××Õm¥ ›LvZŒtý(%aýúºf À–H$“=zö¬«­­êÑù…Çõuu=«{ªß ¹ÙÑ¢¨×@ç*Ë”ÕÔìºtéëõuuøp§D"Ô×Õ-]úúˆ‘{årÙNiÓü(%A½:WyyyÍ®C{V÷úÓk¯Ö®[×is™ÉdÏêêQûí?hðàκ@¥$¨×@§‹¢¨ÿ€ƒwùd'^ëYl6—Ëvâ•©ò(%áÙùOM=zÚúõuÅ"ÛÐmh(ñNº~”’ ^Ý–ùQJ‚z=t[æG) î¯y¶'õzè¶Ôë) êõÐm™¥$¨×€< Û“z=t[êõ”õzè¶ÌRÔë@…íI½º-õzJ‚z=t[æG) êõ Âö¤^Ý–z=%A½º-ó£”õzGa{R¯€nK½ž’ ^Ý–ùQJ‚z=È£°=©×@·¥^OIP¯€nËü(%A½äQØžÔë ÛR¯§$¨×@·e~”’ ^ò(lOêõÐm©×SÔë Û2?JIP¯y¶'õzè¶Ôë) êõÐm™¥$¨×€< Û“z=t[êõ”õzè¶ÌRÔë@…íI½º-õzJ‚z=t[æG) êõ Âö¤^Ý–z=%A½º-ó£”õzGa{R¯€nK½ž’ ^Ý–ùQäQäQGG@@yyäQäQGG@@yyäQäQGG@@yyäQäQäQGG@@yyäQäQGG@@yyäQäQGG@@yyäQäQäQGG@@yyäQäQGG@@yyäQäQGG@@yyäQäQGGG@@yyäQäQGG@@yyäQäQGG@@yyäQäQGGG@@yyäQäQGG@@yyäQäQGG@@yyäQäQGG@@@yyäQäQGG@@yyäQäQGG@@yyäQäQGG@@@yyäQäQGG@ +Jº°;v›Ay¶é3f(}êõȣȣ ‡²ÉdEe…q€”J¥r¹\2ùѦ<ʦWï>õõõ™²L"™0PRa4)ûûŠ·zõîó‘^èþzv0#÷Úû¥Ž=ø N§ÀP*r¹Ü[ËÞ|iÑ‹£G Ò• Þe—¿ü_k׬‰¢È€@‰H&“½z÷=ú€A» –Géú‘´˜J€®d ò(ò(È£t=q' y”çïIÉäúõuƺŒ¨P(~ÄË£ìzõêý·ÿycÆú(ŽìÐâ8Îçóëëëëjk{õêÝrÏ{¢í9bÄâ?üa¯}öéÕ«—Ñ€Z±L_W[ûÊÿ÷¾£F}„昅 _˜qâÌŽì×–ìB)ÛŒƒ»'@£7ÞxcâÄÃ;wKèFyô¼óοô²K_ZôâØ1c¯øߨ–]œ7oÞÈ‘#låé©™L椙3ç̹¥­×žpÂñO<þ몪ª-‰,ß¿æšÆ_>üðC;Jÿóù|«ëo¹å–Ÿýô'>òÈÇ?¾÷·g_µµwá#õm³5m°ã7;¸@éæÑ¥K—®Y³æ“GB8óÌ3æÍ›×ô§ »ÿØU³g6qâø ‡-^²äüó/{àA'Ì8±¾¾>„ðä“¿™|Ä‘ã'öÉ)S/YR|ɰÝv¿òÊ«fuöĉ‡¿øâ¢ªU«Fïÿ‰b›þóŸ'qdqyîÜ;O˜qB¡®®îÌYg~ø¤I“&ÿ߯~­1±Í;·­žrðÁ;ï¼s[?=sÖY“8rì]pÁç²ÙâÊÇŸxâ°‰›8ñðÃ'ýå/¹òÊ«6lØ0}úñ§žzZaڴ㊛ýü¿8øqãò)§¼ûî»míÔÖëñí¾úµ¯ŸwÞùS:záŠ+wÛ}øåW\qê©§=öØc-;yée—ýyéÒÏ_tñôéÇwÜôK/»¼Y³-ÖæíB˱mÖ·VߨQ³£Ðê¹Ñ´Á_=ð@û·ztšÜ¢ïÿšo|ã›Åå—^z©ñuÒÌg^~ùå‹^|¡gÏž<ðÀÛo¿ýo~ó¾_ÞûܳÏ|÷;WþÂÏ_R[[;eÊ”ÛöÓo}ë›Wç;í¼û‚… ÷=ºøÞ£ªêé§Ÿzê©ß~ãÿ]QüéÀó…Â[o½µ;íðÛß<¹èŪ««ï¹çžÂÊ•+/¾ø ·Ýzë3óç?þø¯|Å—WTT<øàwß}Wã ß|óo—]vùý÷ýòwÏ?7zôèK/½¬Úzý¯­­òÉOΙsó®¿î‚Ï}®P(„Ö­[7yÒä»ï¾kß}Gµìä·gÏ®©©¹eΜ|àꫯnÖ`[k3v¡åØ6íÛØ±c[}£¢–G¡­hlð¸iÓ>´ñ–G§Õƒ;kÖ™¿¼ï¾l6BøÉOö™³Ïnù¾m-÷úÍ7ÿvÕìÙ=öè¯{tÍš5íŒs«[@wÐ9Ï{*//?jêÔÂþ£G1bèÐ]CŸØÿeË–?óì³ï½÷Þ¬Yg·¬««+.TVVtÐ!„‘#G.[¶¬ÈU(ŠëQûúæ·¾yùWŒ;ä#Žü`ÖjàÀ+W®2ä#_Øw×Ýw?ôÐÙtzÕ;—…ž}î¹ñãÝc=Beeeeee­_xaáøñ‡sÒ§Ÿ1eêÔ¶vj«ö?“ÉLštxa=ö(//ÿë_ÿ:tèв²²âʶ:ÙŽVÖæíB˱-i±omE-B[×§66Ø‘Æ;xÊõïßÿÐqãž7ïˆÉ“ûÛßþÛw¿Óñ å^¿ðÂÂÃ'Nìß¿á´ÓN]´hQ[=luKG7ª©©Y¾|yãÜUUUUŸ>}šåÑâB*•*¯Ø¸œL%sù\ÇpÀÜ;no™¥6n–LÆQ´q!Ž‹+³Ù\c˹\.ŽãD"±ûn»=3þüùóyôÑk¯»þ±G)nÓа¡¼¢â£îùï,øùüü±Ç­¬¬œ3ç–?/]ºå£Ùr§¶^ÿCQEQ”L&CùüÆ«¨¨H$›×ÿVÖfìB[cÛØ·¶Îж´zn4ÛÙm¼åÑi˹çž{ÕìÙï¬zç¸iÓ:~ñn[{Þô¾ mõ°å–Ðe<ùëGO˜yrmíºV>è;òú=öØ£ººú‰'Ÿ !ÜqÇÜcŽ9¦ãï}Ø„ ,øýï_ÌO¯,nóû©úôéÓx%ÀSO?Õ˜!vÛm·ÿyóÍb.++›6mÚ·gÏ~å•WŠ3—…BaÅŠ•{î±Gᦛn~ùå—;رµkÖ 2¤²²2Žã‡~¸¸rÂøñÏ=÷üÒ¥KC ÙìúõëÓét!—Ë5}íÁòÜsϯ\¹2„0÷ι‡M˜ÐNBÝJý/¾öÞ{ï !,\øB.—>|øæu²ýƒõ‘v¡±íøYÑò(´znlù)×êÁ !xàØuk×^{Ýug·V¬okl[Ýëƒ:xÁ‚ß544„ÿõãíô°Õ- Ë8aæÉm~"w°‰9snþÂÅ_øú×/6lØM7ÝØñ÷4hÐ-snþâ¿ÔÍFQtÌÑGï»Ï>m…ƒË.»ô„f ÿØð¦— {Ì1O?ýôîgŸ½xÉ’o}ë_RÉdâý×oÃÄ¢E/3¦¢¢"„pÏ=÷ì;jߦm~ùË_yü‰'êëëŸ4yï½÷¾÷?oüѤɓï˜{çɧœÒ³gϦWÇ^{íÏþÌ9Q¥Ó©Ÿþä'Ç?ë¬Yã?pà€y›BÆÐ¡»Îž}Õñ'Ì! 6ôÇ7ÜÐÎl¥þ‡zõêµäÕW'M>¢¾¾þæ›oJ¥RM¯.øHlÿ`u|ÚÛŽŸ­…VÏ-<åB-nÑ©§žzÿ¯îß{ï½Z}U«cÛê^6ôK_üÒŒOܵf×Þ›ª ­ö°Õ- Ëhuf´(1hР矾®®nÎ7\û£¿÷wK­÷Ë—/?ÿ‚ ùß7õ7úüEú”“'L˜°víÚ3gõÀ¯îï&ýohh¹×Þoüõ/¥³ ]é÷̹ŸýìÔ©SOþÔ§üñ[¢±L߬^ÿÖòesn¾yÚñ3ª««w€ïgª©©9çœsÚzûèýö+&¡^½z•`íýïø.t ûÛ²CÆZ[[{âŒþ€-ÔX¦o§^¿ÌÐÅì`ó£ìXžüõ£={V·ºÐ’< @'kY¦ï„ûë ƒï[j¹ÐR2„H$6û êPÔN™¾Õz}1…nüÚy€-ÔN™¾Õz}2™L$é8Ž“Édñ;'`³µS¦oý›B‹ŠßK.°¥ÓéT*•Œ¢(™L¦R)#À6Σét:Çq*•jÌ£o-_fhØÊÊÊÒétºP(¤R©t:BøÂçÿɸ°Íòh&“ITWW¿ñÆÙl6›Í644444—óù|>Ÿ¢(Š¢â=ø°yŠ7,%“Éb‰¾¬¬¬¬¬¬¼¼¼¼¼<EQ±j_”H$R©T&“Éçó…B¡FåQ¶0#i±2ŸN§3›üöɉ: endstream endobj 173 0 obj << /D [171 0 R /XYZ 56.693 815.761 null] >> endobj 174 0 obj << /D [171 0 R /XYZ 56.693 759.068 null] >> endobj 175 0 obj << /D [171 0 R /XYZ 56.693 739.087 null] >> endobj 176 0 obj << /D [171 0 R /XYZ 56.693 313.15 null] >> endobj 177 0 obj << /D [171 0 R /XYZ 56.693 293.28 null] >> endobj 178 0 obj << /D [171 0 R /XYZ 56.693 127.737 null] >> endobj 170 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R /F75 79 0 R /F73 59 0 R /F65 39 0 R >> /XObject << /Im15 168 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 183 0 obj << /Length 1569 /Filter /FlateDecode >> stream xÚXKÛ6¾ûWèèj†= ôǦMѦ ²=Å9Ðã¨%‡’Z¤¿¾3âPO/šdKŠgæ›̓sÀƒŸwÏvO^F"ÈXË8xøÄ’ÅIŠŒ©0 Šàýþw]÷ºº;Ȉï C“¾íµ-¿êÆJ»ñc­¾”¦îô݇‡_᪃,‹"ÇГçM}ä\ž{«óò¨bU¯Ùµn¢ó¼ljÓŽÛ7˜¾Ö}WV}‹{ “ RÐ)V¨S˜$,Î281PŠø$éþ‰8žØÝ?ì>ïð@Q ô*H2Áb.ƒü²{ÿìÁµ,ÌÒàŸòD‚3©b˜WÁ»ÝÛ'Ãúqâ™J–È  ãYâ²bB¥ôßšàãŒÃ&‹°,Œ]þp&¹öUKF3µ×Çß,TÂøì Ü b1©#™ÍÝfÌ"·ã'°üäÕ% ^4 âÛ‘õÁó>̘o%`P©¥èWmÉ]ôÉ––¤'÷Ê{]Ø•wà#¡¨š3­?—ºðGûšØåú þTèÂ}Ö½¹“Ñþoü§Ù`œ5Js#Æ‚…t¤2&yFv¢ÍÑpŠs–éҔɹñDì­·¾f²&]r˜Ý2X3Q3kÊP0 6¤‚1sÖü”¯Ê¶ÓK»öðt6mñ¤ Ý.̱BíÀY–€02b©Ï/KŒVÇFÈÝäù×^àGÐ4L™’!0OÁ3H‡7MabǤ5•â^ÀúsTQô h»¥£Jd]æúùˆLÒ–DM®òN³R <Ý÷SsiüåÄèªní§¦ýÜ›‹sµ!K)–yû½¹ —·àFůÒê‡MÌ?Í͵!ßÓ&‰ôIŸïF;ŒÌ‹æT™‰É2ùšz™ËizùIi¬Y`)Y*"P|HRZ–+¢÷‡ˆóý«º@–X˜Ñq½MÖh~.åQFª0'ïáýåZù<Ð5…+ÅQ&jaX—Ð.<àcðm`°¬l¸1æqøpÙ2Gg‡d<,Ý·]ãfmy®Kôžœnv¹mŠ˜m¸×þls3 ,øÔ”¥!( MΔⰣgë ÎW¸@ –RÃH°x“N࿾LÐÕ†LÐDuGud¶Jî?ºÜ t>D¯Š#Ÿã T¡#κÏÁh8i{夗[ Zó/š¿V…x8Wº±"’…`ŽEÞ ¯änhmˆ±Ïh¬—Œèmþ©$ ë·nµƒÌD.ï·É4¸ š—-º&~5 €Éïu5Õ{Y7éüX°6}Ä« ø2{ôÝ!¡9 Õ»#É’GßCà.Ò•ç¤ÈÈû¿ ” ª~Ð<Þ€>‚÷ ŸJÖ^úvÕäôë…•‚fÑá,rÛV_¥"Ý諾âµMXž§„'‡"½ßQ‹^ºˆ¾­RY6@—¦í¬oÌÆ§hQ~„ΧÎK¿¾lý¥ñïÕ•Ž›ß2SmZ[lQ2É¢þ„1˜`,@ÏG{Ç~rèÐ1^ðSc¦vÓ[X H.OÆjåùûg –„,”ÆßÖ£ xÒFY¶ì¤nô WLœÃkÏ}ß×ö¾‹›Òë 1ÚÆ‚p.ëu ;vÀX”ºí/Ö»L»èA§Ÿ!¦Š4“Ø¿_“ðÿÍrx?gßóÃ>s endstream endobj 182 0 obj << /Type /Page /Contents 183 0 R /Resources 181 0 R /MediaBox [0 0 595.276 841.89] /Parent 179 0 R >> endobj 169 0 obj << /Type /XObject /Subtype /Image /Width 401 /Height 251 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 14313 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 401 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚíwxU‡Ï”ÝÍnzï½B ½…„Ž Š (]Aš~ T(HDD té-´@BBéu“m3s¿?6,K²†dÎûì³wÎmgf~{ïÉŠçyBˆ`B!A Š¢(Š¢ ÁjU‰çyAøè4 e A†,­f15`µ‚Åó<÷05e ]‰ HC²è”>:ÁÒè1eþ¯è8AoÞÁ²¬H$‰DÚñUQQ¡Õ)µZ­V«§|ñ»™cð„¡]ÑY‚4:kvþ«ÌOújFñ}¨²²2­Z©Tª)_ü>uÒD¸WT œ¢4óðOò¤#§â4jSK}\{½iÒ ]‰ –Vr¼P‹ËÐöÖ²'Îå`e«Ö¬]4µ™™™D"¡Š‹‹U*•J¥šüÙÖ©“&fT§ªÈ>º2ÿôú®‘ÝZ{I­ìDb CQYe›w-T×~3³óä85MÑ4Ãâ‘CgS°ŠÊ*ΪŦeTŒ•¹¾l=A®ü’ŠS‡ÿZ4µT*eu‹YfŽÁ ?ëÚ£cèìwÇØšqw3ó ó [z䕓Ж-vˆ¾xîì÷_õ×´x;ñRP«®]Mƒ‡ ÏÅeŠ‚yâÅÃ1ý_ö´5h“”Q|hß!m{€­•ô‰s€™c°J¥b†ÊÍÍU(¯Ïûeä¸)Jv÷åù‘ËæO· •@x'd*…¢;6šÌë)yúGW¸EßNËøá‡Ý&/ܲý¯V½ÆyFâ!¬ §ÈXkÒ¥\M¾§Ÿ r ËÏܺèC«îjSu4ˆÍ­ aH°²Î¦XíZ<î:ða¢{'Ÿ‡d+îøYíÞ!s¶Ævï`0 Ú OìÆj.MIËèd go¥ûû l=4E€‹|?{°A›Kv;ÙY&Ð¥U ]®?÷ŸÐæš±d÷s½»À_OêR:FEêçÒ¡ÑhXí£¤ÚïÂýÝæ=¯Ý¸Ü4•$y¿¸ô¶TÄÞÉ.·6§d•Wr¢œ«G"[/ÞtÂ3tˆ_xW5«æT?%·Å€V ˆG§ðŠCñ¼wÀ«K¯^»S¢ô]&b0=4ÄɦÓÚ Ã'Î@˜—Ý­¬bž{†ø;H€W—]½–R¢<|ó3’ W·öÕÚ£,ºŸ\¨TsÐRsK¿ góê ‘ÆÊ'‚&=%-«°L¥Ä2s/_oG©üîõsé•®mÚ´Ñ'O^Ð0v=;Tæ$œ¹-wŒhn-Ö/™ª»Éw3 ËÔ<‘ÊÌ;µiYK“´Íu·IºWJ›Y¶ ²Óî!GOœ£¥Uöú®»‘˜bÌ¥©éÙ˦u€-q[SÓ³{ukŸ~éRrѱƒˆV•&Ÿ¼ZdáÚÞÇOéêšESe¬U‰š¹¾Ÿ=xÆ’Ý…O—˸fÝ¿^ìÚ¿úûš—;w6+¼¢H9™˜Uq:U~ó^¥·­X)²b¬]ïhBZøØØ'deܬ,ïffn‡ðáK”O*&߇È4м¥™ïº>oyêj%çÁÈão–¾=¹¨}îÄùƒ2U‰Áô‰)ºAnû˃i+&xZ•»w;‘çïc¥Š¿Y2srÿp;ú܉ó]¦WÙ÷ìõ@°Šïf‚ÇW3;:Y‰"ÜËÎÛºýbŽ[°“ìÁ5ôäyƒåûÚÑ7㓺öm3'ÜÙAJý}àÂáë*›6ÝwM³;ðÍÎåyÜê…/Y(3†/<ïÕc×bÇS?íZM‚ìÄ:ÁJˆOî5 ía޶*?¯è­•ç[ûÈ 6)áòem3–ËüuŠ«¦0Ù/ç Z´É3 ÚëÚß©_—©]ݸ¢*{}×éƒ.Õ|múæóKÜÄ çoÏö±ÉUíZìsçÐ\£¼Q¶ Œ³ô‡T5ÅHßX+/º\}£;ÍX²[k£o9cÉî¾ÑJåJý\:xž§µT¨ûµ×~$>VíÇÌŸ÷±\¡¹SH~=SìÜfÜ«£-Ý[^JÉ+¸—PÌVpTTT”ƒ%ì_÷.#~´eù]©G¤‹ˆÎ¾xåÊžLèÛÏ.+MžyýNôøŽ­]¤·ÏÜH‡èŽ„±tƒ¼lW¾õh†™¹åó/µËLIͼ‘=¡cé³ úyõÛ´DFUÆ¿¶r×åß'Û¸»N}-4ñzúC6FÊÏMJÖkl'ÂÄäµ{¯ž/2óJŸ(žÏ¹˜ !-ľv %6÷tc¸Ž–„?²Už2FWrÎÍ›á#zjïFÒSØváHªÚÅš5Ö$]3PyÛÎÛ¹¸¼=Þãæõ¼GÚfó?«g_B‚ü´c.X²éô’M§½lâ¶¥R=¦·]ÊíÒvƒ\Ö/ów3óºÚ§æˆ©wºÁ“~.Az÷èPMéf,ÙÝ»G"éréÎOžçYý¿ËQkx]fÛ.“óTÿ[´ÑVÂ÷ëÙÝÞLt->^¢‚ru[OåÙ,y¬ÌÁ/Ð:¢sÏ™ï~¢Ÿ€Ü”’ÝàÌN¦N)äœBÛ­‡ÓûÄE ‹ö%•Q» ÑÚ§+ §ä³?rxfZ‘™“À•§ó ÍûÅ߉%Tº.¯þAQVª+,­{E·ô²U},¼ÍµÆë‘å§ÃÜ´l×¢å}›>²¸“I¥|K‡–ö™ŠÒÄBYð ’ŽbueV2oÕA j¡ªwJ5ïJàãõñ´§çíìëîÞ~ÊÂlƒMÒ5Cç çÅe¥ÃcÙ×å0ÙX[Ÿ8yö¨NpâJz€¿ƒ³_Á¥ø墢D{s“”ç\Iç(Bð$¯}œå•êZŒµÔå2f¬Ÿ®Ëõà—XÒ¬jÃ0‡ž3-Z L]õb@PpÆÕ³*Vvýf’“¹ôŽÆÁÉß[#¶º–|õðš MWËøŒ#ÊLô w Œ˜Ö¿jîÖã]aÕ½ª/Ðo\K×'‡(Š  ÍA€¢ßŒ_Só–.èî&¢·ü~2¡XýÆøn"€¸_~‰ÚÎçvN©¹—wllŽ5ßµç€[hl«A±xßPuI¦}Ë62šÊ<{i]R%‘H]g¿Ða°ëªŸ2þÈÕŒw“ÌéxŠzp—ÊUÂL¯ ®Ræõ³9ý‚OÓž_„z÷1 €XÌzx¹²”±#^/ñ/ •ïFX êâ±ébˆÍüÝ=ï^ÿ¬Œ½|¶| ûq.äЦò›÷ʇÀ­ã¥æNú%{X‰Ö'+Þ 1Ÿÿj«MWŠœ<ÃNž¹n¬I:t®¨ÈMb%N Êy,{NyïÑËŽ„ˆ)ÈÓN"zD{Ÿ,Een1±±ñ,½zî®zHX´=§.ù9„¶á^—5øó—®ÔbL^ƒ×,ý5x­luŒŠÔÏ¥ÏCwŽ Þþ+¶ ;};oàÀ>¼;¾–v¬ Hm!>>^woòï ”჉afeßYö°/.5ÅÚÍš» —sŸ÷sôŠ´e3®=Óæµö¡Ã*Î\pÔf±ðŒ3”^ü½¯=ùz‡ðΡå§â^ @ëMo‡Ï·ßühHð­/ž¹rMé!eŒñê(ŸÀ¤q«K#ûExNî§Q*3² gq¶v6yW3a= dgW¤H§(GB„í9j—–Œ~Év¾þ—6Ùò\›Þ¡þoäýy@h¤I:öNS»Úçæ|·ö®O€¿DÎ=–}òõGk–@ˆ³õ²#ïöðxeXG¥úÜ-¤§›~xõɺq#W#x††:Š´Ó7áúÕj ÃÂ[²¼<99C®&Öön¥™Ð¦u8šrƒé—â¯Õ¾-p¥E’p›ÊÔbµWpË)½\ŠÓ/¿¶¶<"ÈA¿Iªâ{É™…j²´wгä<Ñ–£±º€ðyYYù%rÇÓ c&•Ù»y8ÊXAŸ-#ÂD|Ñ•ÙÐ""LZã˜ê{™Y…¥žˆÍ¤a!Æšt)þšî¾CQ´Xæàc%¢ké‚¶©¾Ž–ér}ûGºNÛ6yNúÜRŽÍZ·ó’WT0šò®ídžÊ>_°£À¯…MIÖfû÷ì¨ã3¥}½¨½¨Ë%¯T]¿‘a¡ºeRÐ¥T*Õú¹@à çnýj·‡4+í^qõ¥Ô+™—vØÙÙæåКòÎÝ{ :ø¯½û; 4ÍsÈ: ÿ_c.ŸqÅiÙ’“Ã=l$D­JLJ[ùG²Ôß[Ê4É+-þêufµŽk¬pjåÉç~¾! t±ÄsÌ 2©DÄÒ÷îðédcmaЦ¤Tž™xº÷À5œP©P=q.à¢Õ,¶Ú¸«ZfgŸ^£VTwèÙ;õÊÁë‰ñCâ¯&8÷ðmÕ;+é´ÌÚ§ú ÅØx»–ÌYºG©æ(š•YZ»ûy™Zh´ Õ>QÕ*<´QºPÕŠ±vò p6ÇÓÛ•J©™8¦ÿ ‡öý‘iÜ,¦ÿ *5§PªÿK®‡NxýqVJVa-MTU–ŸÛ¹P»Ý~è‡þþ È³Žµ¹DT[d•†+*­¨\TÆYúˆ¥]G-ª£1‚ Ï…%ò†ÉEÝ_¼¯Ò¬Ëí_T#‚˜&!– ÿ¬Ã®Å#Š Ð/‚˜ Y™«V¼‰‹ HS5 AÔ,AÔ,AÔ,AP³AP³AP³AÍBAÍBAÍB5 A5 A5 AÔ,°wp´wptóQ£ H4Cý<´‰¦ÓÿFi±JõÓmÀ¢Å‹-^Üè½@F}Ú¨J¿)ï«¶Nyß?^¦Bת•+ë’þÕWK`îœ9̈ 8ÎzlÙKw¾ù¬óO©ý ý]YqïulÝÒÍÅÙÑÕ»Cï—·'–èv.šæëáµpoFíöŠücú†ºx[¸GÄ!hò¾=62Ä×ÉÙ=¢ó oÿºUeŸwô….Zû¿Œ5›WgõÖȰGÏ6ÝÕ¥ÁÛ?íïáֲ˰£yŠÚíµìþt|€çCö¯Ošôú¤I5£Ÿnpð¥o`¬×WÖ}Ø)"ØÑÁÉÃ?´× xê#¨Y†ùxA‡â¤EonZt«¤Ã‚yú»D~¯L›³xñófË»zxÖ‹íýò®ÿ;3U¥-ŸñVíök†O>’˜1zfÅú%ü1¡ß§¿þí;vÁ‚úxg|:¡çúl9¬ñƱ¤¼È±³:(–köïc,ÚG·ùý÷_¿Ú͹. ^-t™=¶UnÒ±I#ÖÖÅ~…ºÃÛc²¬±Øª•+ ¯ŒõzÄÜU©¥Þ_/_ñåGoµ÷fñÔGš(UïÝYõÓòï~\Q¿±•µ£€üìk­}[çIiAá|5õb¨›3ä@òŽÏÆ|´*)÷þÛ5(Qa~¶.ãùÌ{¾b•ƒ“]X[‹}‹s!'\ÏÎu†J¢(k+ë€×'+áÉ5«° àƵ«¡aáææP^VfieeвÂ¥ó/¶Ó¾zÝ€J!O8öÇ%÷è¶±³…í¼«…ãüòÿÐU÷y?ωÝ]ù󞹯t£+ó/ŸØŸÜã«?ý-gÛ|r£hü‚_“ÝF§´Ý\¦Î6qÞÜÚÜ‹ÿgæÂÕl°®@›àéué`Mû:â!a2Uü’ Û‚ìýhWm¯±^z{el爰¶Q9w^ËÌ®Ylè¼¢§ ˲*µòâùó"VdïàРšu3áFxDk™Lf&•2 £{ûXMÄ–§OëX3}ã·Ó†Ï]¹â“bÇÎïjuðßGÝU4f?~ëOqÏO;¹úK»‰Ÿ\ ˜ª—Å^u`áÇsÖþ¹gÖÔMfVŽÁámGFØÀÄ­Ë}óÔêÅÖã>8k°®áö¤¾={ãß§Ç­wŠœY‡O¢ÿµê¢S`·¶N€'²¯#+þ÷Üøö~1sšÌáÅšše¬×’œ K?ÙX רºN^d`!ÏØO‚Ô/6v¶í;tº¹k÷ ºžµw÷ŸÝ{ÆHe2–e׊¢=Ñ-Ý­’-›ýí1ÇÈù‰§6dj.0!RËôP*“þ¾yÓÀÁÏ7èz!€0Lã?IO¸²u_,¼•‘O˺ ~}ñ÷¯ãi & !„eEOü"úÿzÏ»–)aƒ!suâÒ¨Flް¤ÁÀ¿7D5 A5 A5 AÔ,AÔ,A†øû~üC6yv0ö§ÇMI³ .Ã%‚4{b=‹šÃ8 :uŒÂÉ ÍŸ¬ýÍD³ê5Ú ‚ Ï. ¤Y‚€¢… HSg¡f!R4г!úŸ}^îêªý¼ÔÑ®ÚÞzùDX×n0c OùÑåzd¥uÿ¼ÜÕõi¸Å¤Üø¸ÞÖoÌ“)ü<íOsgUOÙx<û©ÖØ1ØöÌ­’'Xe{2·ksÕ¥Ò:ò´ýc"n|,oWkL£ŒÝ) gŸ‘õ¬ǹZŠÈÌ|BOëí³ yoçÙ¢<[’’fűQŽ"JÄç/æÞ(€bD=Û8úXPÊròw'©g öûf÷m9Úmÿ(WÕÝaãñ{6^öý½%4M‰@8w)7¡¼*À¼ˆc”£XFsq§sÓTD¿a«®½ƒÕ*5X¬Á~;Ë;:‹efÔk9y–6QÎ+}ýJöé\^¿@]§¼‚ûxI”j¢–m»¤xh\£Š&çÆjyÜú‹ 7$¨@$µžÜ•ýá`a•åïû.K3*áZΩî‘ÕÕì A÷;p{oËÛ8ˆ*Rswgr(ÏâzÖ«=ܵêÊ’­çäj…ü÷óaím¶ÞeºšWüt^AÂ;¸ä_ËØ_*ˆeot³¿¾?":¸Úåæ­9§‰¥-Y¿|BHò¹lâ¿áh¦6¥,§hÓ]Ä2‹ÉÝìnì¯ wåW\´1Acãæ4²£ÕŠ£%úM5Xuí¬V©±ä%›’Ôbsëi½Ü¯_ÈÚrK#±°~£›ã©}÷ :m`Åæ½wŠ`ÅT57Ö¬¢É¹±ZÞÂ;ù}™Y€W˜UƵl]“ª5ÊK¶Ü҈ͭ¦tw8¹ï^]ª«ÖAƒî5VˆOIѦ JƳ£YÕSÖɬ–R–{ÑÝ{tkòÇþt^;Õ²e*"ÝBµÒ´¶ÎvÌú“ í¶RAj–¯ÛÖmˆe}ÚYÚˆ)€H"&¤êb;vOCgšµõ$¤ä¡Yž¡ªëÒA݆±gª €J^JÓG²5@Y^ʈìkV¡M¹^* lëp5»òVV¥æaƒU4-7VËËsêÃÅlŒ³¿˜Šu„uç¸jYô¿j½§’—1"‡:VW³ƒ5Ýk¬#Ùœ>Cš¥RsLŠq1§JJ ‚J-hol=˜Vm>AÔN%<4/»_¥_²nãåNö—ܹZÂÅ|ðR€¾ŠP€TËe°êºtP·a¬¹^ÇuÛEsу).6‚̾ù'¯Ú U4)7ÖÌ{óBq¯®ÒD©*+§XUÛiSÓ{µWg°ƒ5Ýk¬RN M‚ºoH¦f !¤e;Oó´¬ G ûör‘!„/âûûI´{mlEÚcÜ ©v[b„4 ‰4§!6nŽº’+"£ªJ¶¤©â žââë¬3€7V›KYVT­a«6†ÁJ – ßqcÛ§€ƒ˜dÜ+;z)GbnYÍÆ`MÈó*Ë “Ŷϵ–þ_YÍ^¿1½W{u†:hÀ½‘•\Þ½B[m]{S*Æ÷ñ©Ðð«ãÒ·\.ÑÏWQÉdXêsËÞiBK±ÍíVˆzxWØãÎ ñp"„™OŒqkÊ~ÊRヘÖÜA œ'jùOûn£Æ×," «iBš…ã,Ašf¥§ÞB_#H³'ȳ¹hÖú_ÄÉ ÍžõkV=í*ð½;‚4%P³AÍBAÍBiÍrww7ÙÒþK–,YR_eÆÆÆ6LÇÝ{‚ã¬FcéÒ¥õUT\\úALW³”'ÇèÝ+ºÛÀ‰§ •ÚDNqûƒ ƒ;÷ì=añuHݽ»÷º-¡D7¨9¼ìÍýûulÓcɬ¸ïþ÷ü ¾m[wþê`¶±áÏ¿K§FEuëÝ'ö…©'š±÷¤Ž°&ÒŽµ/O6›±ëÈÿ;»§ ±úzÜ4ØüÊðäÞ?œZÓJï)À-æÝ¿GÚ@ùÝ¿Ú Y0,þkÓqeß_ÿwwÝøhÓ¨WC^aW~wgäàyï|¯Mßë7uï¾ò´_[vï7bÅŸîñ/KYÛjÐÛïÜÜl°ØIKw﹕ægÆ* ”ÍØ{ÒÄ4kù­Ò#|À§ÿ§%Ó{L€//ØÚQk`íjeiûgO^w·„cª² Àt¯º¯¯:;,¨ƒšƒ‚ÀÒûÿàÓþ~`å÷ªºìccå oi;eúû¯ è;è¹h³gÆ{bêšUG&Œ~ÿÕçG„9 šOŸV¦ÜTŽuïw3ÕÒe4@‰Þæ•óñßç.=p`Ïò.߸ylñ3â=1†©¬gM ´þxÿ]¸ûÏÇ6Ó´‰ïF9Ì\}V»]𣀵àån×¶¼c‚Þ´eè·û¥séûi2šµböïolø<ÐR"s¿…¦ü>{ÜÝõbô¼ËP?ÝÝÃ'CÍÀ{‘ûŠ•ÚŸÜ#ßýoÈÀ¾í#».ú'S[”±Æ»¾> ŸIÞmDçÖ ‹\÷Ö>2¶rµPÎPGç訑ù©ú¿fuSžë¯Èо½Ç|vµû¥u]ý†ºFLˆ”””«W¯Î˜ú!¤° ¿îŸu«W¦ÝI©£%y˜ O÷2NÐ}¸2wÏ`Bˆ¢`g`äŸì¬Å>ºoY:%`Š~ž DoÝ©¯`¾µÇVÖ…06AïUË+’….lUðþ¹ü¯#•ï„«X¿xü½±8ROÁ|k­¬ aÜ$¼×ûËqŽÝœ>í¤¬ï—N¢ÚÖ%7ž2 ÐD¨¬Åu¦‰iÒëYtïÙ›ZÜ^öeB1‰~›£¼Ü­àÚ–wtÙ¦Zz0ÒÌ×%´¥uàÔjÕ×{¼Ýúæ[klåGö¥q½W3¯¥ÏŒ˜’ßšwîEÕ⺺wPG+ñÆ»å~p~-®ÃË8Îú¯PŒù×?<ßëµeïžšo0úí¯óGîaëjç3à€6׸ÍßþBô2gß®SþÐ&´€Þç?é¿45Oãôý¶/«Õ^ïñvë=˜oí±•Ù—ÆõžÁ¼ÿ{·Å€ï"‡;Éjq]Ý;¨cɲ)/?ó››kp웿A=ŶFLŒ­Œ4(_js|Ê_?÷Â'°š' [™E/# ƒºüÔs/Ì©°ê× i²sCäÙAlÙyÿÁèä?‚oˆ j‚ j‚ j‚ ¨Y‚ ¨Y‚ ¨Y‚ f!‚4ͺ²0¦ç{—´Û©Û‡zxµ”óˆPá함àªÙë¢ ?2rqÃDR®¥ ÓŒ­Ü0Ä`ÊH³Õ,ŸQ]²TEȼôKÊàôšÜ ¨ÈýµÂj@ˆô¡Gó9Žè¢ ›BøÝÚi¬ØÊµ`²Ä`ÊH“Ñ,KÏi\þúB@~δ{ï½ÖÿìÉ€¬¿÷:u­ûáÕ…»ÕþW ¿Ûè‘”kÒÀ±•ïîz1zÞe(ˆŸîîá“¡æà½ÈÀ}ÅÊÆr SF‚F‰­üadà‚´2Eá_¡Ñ•Å[t_KYß³åkçrk†»5¹¸#)›HleEÁÎÀÈy„S“;Ž×öí„BN™æ4 ±ˆÁ”‘æ[yH¬Ëû¿ß¶ÁwÌB‰M OagðÊiå?µ°ÕÙÔîÖÔ")×äiÇV6³â-'Sýñú3ª/· zeyJÉ뛬¦7¢1˜2Ò4ŽfùJŸpìÚÉ[–»À$¯Š5 kó¥="-D:›ÚÃÝšZ$åºWW±•©AæK®<*ÿ£ïÈòcŸ% çZL›mRÄ`ÊHsXÏ+ßiŠìŸW$QcÍ Õ¿_,·o3¾ö\úáwM!’rí-l€ØÊ­§üp¶÷ÈZäðŠøŸÅû³&µulDb0e¤Ù޳X3¿!6•dÿÓþº:w!ÿ­¹±[[ÔžK?ü®)DR®½… [Ù©ÓØ’I“&ýâ ý‡y._mÕÃZ܈Ä`ÊH€±•‘§ S~¦ÀØÊHƒ)#Ígnˆ< `0eäi€oˆ j‚ j‚ j‚ ¨Y‚ ¨Y‚ ¨Y‚ f!‚ f!‚ f!‚š… ‚š… ‚š… j‚ j‚ j‚ ¨Y‚ ¨Y‚ ¨Y‚ f!‚ f!‚ f!‚š… ‚š… ‚š… j‚ j‚ j‚ ¨Y‚ O¶aªY¿fúA¦¡Yƒ† EG#‚sCAP³AP³AtBA³(Šb½ ÈcÁ0¬F£¡(ª¡5ËÚÆ–ã53É× È³˲fRé½ìlkÛ',á‰ënÑ2ôüÙ3íÚ·wusgY A9%Ôh4é©—/^lÙ¶¡5ËÞÁ!4<âj|ü¿ÇŽý—Ù)‚ ÏEYY[‡…GØ;84´f€‹‹«‹‹+A ¼oˆ j‚ j‚ j‚ ¨Y‚ ¨Y‚ ¨Y‚ f!‚ f!‚ f!‚š… ‚š… ‚AûF@àyŽçáB¡hš¦)†ak‰4‡AÍBLµZ•™yãÆµ’â’æ?‘¡i+K«-¼¼½Å :¤.AÍBLk„•ŸŸwùÒÅžÑÑÞ¾þ,ÛÌÏ@Z–šrüø1†e¼½}h†A‡ÔîÔ,Ä´àxîêåøž1±þþÏBEbq`p †þ÷_gg©¹:¤v‡Õ~›ì|©Þ7Dš\EÅ¥ÿ½•µýwO/ogëˆAQR;kM…¢,¯¨èìÁënOZòe§M[Ì}|ÐWdKÜÕo·žâ!èÛ!èó7ú4­Ž f!&JÞñã§F¾loÁtØ^Ä+iEäÝ»å"3™½¹•]€½dPêå¤}á­¿ü*à7Ðcµ©?/|½ùß…“cÍÍ$<¡8e•Üç«ÿFÍBz ì֭ヶ ÷rôq!é·He1°ÃP  *%ŠR'+õ qts¸ðɇŒ¹¹ïèÑè·jÜÎ,ôw³£iJ;ñ´67;Ÿ®(*žŠií Ðô^¨ŒkðH#@jEàùÓ#†ø:Ù9Zr7.Pòbš¦h†¢YŠѬˆfXŠf(Z­.™i*Z·ö½4czeV1aþ‹CžŒCRÆ-ø¢î¯”"Р戆'Ž(Õš¢LÓ!¨YHS"qÉ’›íîçÆ¥$Q‚@Q@Ñ@Ó@3À°T•`ÑEP@2ï˜[H¼ÜmÏŽÁq–NaùŽ³Ë¶žTªùªëœ¢!N^N xJJË›bïP³Ó‚W©®}üqH;Ÿ5˜³Y¶r?Ø9=0²u’ü|Èlñ¦ª,©·|‚½Ê®Æç?^­´ä–êÒ:¢UdëˆÐ¶½^\w©ð©¬°˜Ò“ •JÍ›K÷\¸•3ktìƒT €@(^5åJ¢.õ©þ&çóë>éÚ¦MëÐÐŽ¬>]³ƒ•÷Žôpsxws®g!ÏâÜÐà®’«WÍ,df2)Ÿ‘ÄŠ(Bíà†GÑßÿ­zk _švNìÒ=´w ¤²*åvV²Â³g»uÓ•{j~Ç©Wþ؈Of f!¦EñÅ‹–2‰PYIÐ~JgŒ°Y»ñ –|»W9oŒÙÂõ´wŸ–Tñî«‚@ˆöS.·2?³gëŠúfô·Ó÷¦h Ccß ¸½fê˜U—8µZAìæ¬Û6:ÜD"ÑžOÇ|ö×µ¬Lù¨ï÷-â \åÍY£'¸-7g‰Ï µ;>T—_ž:lÊ•"N¡²xgÃc[Ù™ŽëÎ%d¾÷ÓÁ¾][·ôw½}OÞÊÇúǹÃYX†3 1––JD2 EAai%Ï úH}=yÃÌCi-¬Å ²ZºëmŸ^_ww™voYòŸÑ¦¾´áÜÜ~ÞÛMÔ,Ä´È?qÂ\Dóòrˆ ÅŸŸS:±¿õê}Œo°tõ1J,áÓ’ä“úóyy‚‚¤B.³°K½xQ¿¨ÕYòÛ65«ð0ÿôG(KùÝ«çÜÑ+µé;Cæ/¨ôöÏî'-²Ö ì›4h]âŽh(ÎTÀšϵZÿK[‡²;›=»Í›µÎDüöÛþ+þ¹2|@W ™49[.f!!½TÌR"D,HXJÄPD,x9Û± u;#ßÝцһo¸!·âޝ•î«•Ï”Š\€*ÍêØfäð·çÆx4zOQ³ÓB‘™iË0‚JP{4Ÿ“+ pDàˆÀA©f-UX.´¡[ù¥)»_~ùç;%œˆ¡*rª4ëë!`øšªä-mÊÇgrÏïï^µ†æ!€O/æ»Nêû+XÒE&â´÷~:x+«läàžr•–¯‰)Ц)šÐ.c^š"4!ËÐ* '5««¼18pÙ7+߉žoNS¨YÈ3ÏsÇÜeÓ©SùoIvæ–„'ZÁ hË%´‚E‰%_n(×ÏÍxÂóDà Iä¥åÖÁjµJWÔ87‹o“òæÖj½ðÜ›ö'Žnå$hò-m|uYDœZ}¿ºDZ¥†ñR8B¶=á)©JÑ™é×[¿© Jµž¨yåi¢æK+8 K©ˆ2Qf"Z»A4˜ID9…å>.6º–r2ÿîVþë*e¿ó¹Ó˺½o¬>Y1ª]ë¡ì…­s¤zëï"!FŸH²m×®B ˆH"ðDà Ïbãd»þÖ/˜KI*|±+—’Äú[¯ý‡Ø8ñ8ÂóDÒÒ’ ›Nõ‹zó—7¾2õL†\ûµèÖñ¥;Ò!ÙjÞÛÝ’rù×i ·þ­ÿèvc^G§ÉËÿ­ÊžUIy?ÒqÆš Ú”äó‰5ó>éóYÿé­E“{õiç¹e÷Qp^ö2¹‚Ï,T–VpJµÀñpÿC8žð<áAÄÒÖæÒM®ÄFùé yë»ß¾øvb©Š¢.¿ýÎ‹ß ÿî­ÑÌßNÖu³L%4æóY8ÎBIµŒœµÖ‘­ËKJw{Xà8BÀeù&‘°&9)d¡07odÇÍDþÁv?m»÷\7' 2«äå>:èëÔyÞáÅ?½ûJÏÌJ†¡8Æ.pÚ¢![{9ª»}`ß9ë²èçÕnÙñ×õñSÂÖUXŠ)Ÿ+7}1q×WGOkµš“µg‡÷¶· ª™·~RGÆö ô°]¸îDtçȧøÔâ˜VÎ,,M‰`iŠe(–††J%—z¯xKÜ5 ©xh·]½ý–îÈûtRÏŽ*±H¥œ¾eA?‡œCIçn9­Õåuñ¹UöÇR¨YH#)–‘KÔÌÕÕ2 ';ÏÙÁ™ÏÉ$¸‚å¥sy† ¹@ÜËÉÖÛñçÍ|a¯!‚@(kûŠòÊRy¥CÏžÕŠ è?ùþ“«U>ñ›«¾®y¿T›¥¬¬T—W·ÍHƒ¾ÞrH?/kþãÎãÕ¤M?o½;¤ît u_ñvÿY?Ä—zw‰ ¼óÍöšUÙ[KݬGôjÙ­•W5±m?zÞ‘Ñóªõî¡ÒŸìºùI£F¡@ÍBmnhlo›õëNtënm!É,ùŠò¬W‡Q4Ð4TUà>;'sP4!Dmar77ì«¯ÄŽŽºb­­m ^ZZÒäRw<¬Ö¾7èÃUÇþ:|ahL[8öý˜Z„òÁðÖˆ»LÐc¨YˆiÍ À< peËmh¾¼”¢@ ‰~¸¥ªq‰™ŒqpÊÌ.†GxŒ©_fIIñ#/Ô¦âÇÂÜLôõô˜;/®þã¨ÕjBuš¦ F­2æ.ôjbŠÃ ßéÓ³÷ý“”àcmnæä*€F Ñ>OD€ÍÐvö‚Hr'»PN3¡ŸÆqóø/DhNã,A4 ÇqÇìéçf+^¾»¬  @»—¦i𦆡i†e–eE"M7½»p¨YHã\¤µ¼ËO£ÑäæåÉ,ÈÙ¸1aÓ&™ÔÉÖ‰aiШ‰ZM‰D´DB(.“§Ê[µŸV\\™œìêêjiiÙüR8ŽS«ÕŽã4F£á¸V^æs_ -..¦i–aX­Piÿ‰xŽ“H$MNèQ³Æš ½DÕjµJ©Tª”ªn] å¿ý–šN‰Åæ,kͲ•¼¢D­4•Lv»OIdkgW(J¥’¢¨¦¡ø?¯ÁWÍý€ÒŸú¸XðE1 #‰8Žãy^+X¨Y‚4ŠfieK;dYV$‰D¢ÿÜu¼B endstream endobj 184 0 obj << /D [182 0 R /XYZ 56.693 815.761 null] >> endobj 185 0 obj << /D [182 0 R /XYZ 56.693 515.135 null] >> endobj 186 0 obj << /D [182 0 R /XYZ 56.693 495.264 null] >> endobj 187 0 obj << /D [182 0 R /XYZ 56.693 449.272 null] >> endobj 188 0 obj << /D [182 0 R /XYZ 56.693 316.054 null] >> endobj 189 0 obj << /D [182 0 R /XYZ 56.693 290.259 null] >> endobj 190 0 obj << /D [182 0 R /XYZ 544.4 237.99 null] >> endobj 181 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F73 59 0 R /F65 39 0 R /F54 15 0 R /F75 79 0 R >> /XObject << /Im9 111 0 R /Im16 169 0 R /Im10 112 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 194 0 obj << /Length 885 /Filter /FlateDecode >> stream xÚµVI“Ó8¾ûWèèTµË’¹A3P3¹j[4¦;±ãYþ=O›Û6iªÙ.–üöåÓ“ºEý‘<Ý%W/E.r–£ÝG”3œK¤hy¦Ð®BïÓ¿u;êf³e‚¤• ›qu_w‘ê×FûõOÓ÷úP›ö¬7v¯ÀÕ–R\á Fñ²k÷„°Û±×e½ç9o׿¿ÑeYw­&ö£¯õx®›q°<ȉ!9åÜæ”I‰ó¢ 'Is°#Uzåb5’ç»ä”P!ˆ"‘ƒt]ȳ„*ëñ”,ϸ“˜ï3‡œ˜pÿ¼Pq ¬«—*ѳ‚y{¯»mð·9tX|†FæE†2B íª÷WèñÑ g M£zÙ4hjUÏÛu£]ÅNšÐâ#€H×·kA r…Hs¡Ð–XñËÚbÆ[ ü±ß\ÿ´ã¸°ò sQ -g˜db™yÈð`KÝžëJWKê`S.ä%,þ[s9ÄrÔUNØ“£îM ÖËãöµñ ÇÏà‹ùÝ·ÂXá‘e«¼ˆx,¸šðx·wL‘q€¨×fùŒêÁ`œy»FF° ¬p賄ëY‰Vü±ö|‡[f£³aJ,¥¸€Ä,"ñwF5ifÇ_‚|·•õ­d‘v7ŸÍ¹Þ0‘þ³a$ ÜÁhÏvb@8˜vÏ%óD‹ ³¡"ýï쇿 ±ÏáN-c|äIžÔçéΔgéªéÁsõiÜs!¢}¿–Ýà¯û M÷<£‘Ø®\FÃ÷Ü8¼AÚ_0‘/N×ò ±¢*f2³SÉݶ˜r¾½AgƒíÂkJb"ÀÜ&RúŒÞÅz¬¦~æM ÷j w8627MP¹^$¯‹îhz¨q¨ÍÔŸ¨tkÓ‡½>6u©ƒ¤^úÿ¹Š…g ÁÄÏñï}7}¦§g endstream endobj 193 0 obj << /Type /Page /Contents 194 0 R /Resources 192 0 R /MediaBox [0 0 595.276 841.89] /Parent 179 0 R >> endobj 180 0 obj << /Type /XObject /Subtype /Image /Width 903 /Height 531 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 69315 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 903 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|Õ¹÷Ÿ3e{Óîª÷nËEîEî\€PŒ)&!$¹Ü@à¾)„Ð$$7 Â¥ƒMÀ¦Äà^p‘±å"«[½î®´Ú>õ¼Œ´^«ØÒJÆÆ:_ü³»sÚ3çœùÍsÊ Œ1ƆA½PÕç/B@ „hQd§,Ë}þ* „$Iá“#,^ @ „áv}£èVEwJ’$˲ÔHKlJ @ˆB’*ª”îGϸ=BH‘›ŠÏ¥¿0%f%@ D¡J#%)s.=ª4ìEQˆàîGÿEŒH @Ež{p=Ã0,˲,«ø={”+Ã0>ŸO’$E‰ò<ÏóüÝ¿O›ÿëçÃ@ F‘—ÿ½/ä¨xú¾UªX–E,Ëvww‹¢¨èQŽãîþý{÷Üõ]hí €ô4ïü_oÅYä%—EN›‘¸ôÇ1ùD³@ \¾¸º¢$Ÿç†¦lfÝWÊnÒÀß_~å‰{Vj4µZ­V«U*R«Õ.—KŽã8ŽûÁãïÜs×w›~8Ëî¿;üß¼)9 ¦¤iMVV¥¦jvzÞÞ¼ÛÀùß{]cMEBEÓäÚ@ \>’´Óã?]¼ý<çÌ\f5é#%æWÊáö±cË÷¬ÔjµŠ6=;¯T™Tª‰Íc8ò»‹ç<ð³;b4b}“ÃÕ៛ÒáÅ ›½ähñáŸY%NÿnUÙÑÜ)óç­ù>¹ü@ —]ž Óí+ÿrDzU7ä§Æ xNEc×öOß7})Ę´_q(ÐÄæs^ÿ„t:]KK ÇqÁ`ðû¿øÇ­wÞí Ê©Çúü£÷¨`I¦T§›Brç‹Ðtª¦cõª%þ¤%Uu/½ô¿óïzìí[ —Þ™š;•T˜c¼mÏ!°ZÌÓ Ç@(Äí=T€ããl“Çç%’–6GÕ™^b,Æ'ƒ¡¥ fÑuÁ€u-‘šuþ#cà8nÏÁc³qæ” ÏP9©™éɰs±,ËËÌ­|r}Yó‰7Ï(,¸H†z}ëÉ#Õ -í¯ýâ:–¡oþÅÆ¥óg<Ï¿ý Cá‘çßÝí zJVßÙ^z°¼1k aúÕ˜c8RrjÅŒ´ÿºqi¼UâÅÒ3Ž×>/ËÎȺ0b‹B.÷áߨ›eçþ#oþúUßÂ>ü—í`1Î+Iù‹W¥ „¯B`5HòùæzÆYåBŠŠ ‡€?þ÷µ¹ï™Íƒ…ú`ëÞ¿¹D§až}},c¨¬©ûŸï,5éÕÞx0.!52TA”ÝH{T©"L•ßäÞS ¹‹Ož.[–?„®Þªê®Ò²Ì™¯Y¯ªiöD¶íÄΩùO½µ/¥àÚÌIód¢J cL•†™œoTS5õÍWÏÉ ß­1À‰²ê‡kæÔ‰Fƒ®«ËsìTyJb\^NF8`yMÝ~r•Å ùÝ«ûÚ:}ÓòzUbbÇ _— zFítuNÈkliww{eYR«ÔÙY©ÕuÝylÜñ~s[ÇÜ…g3&ã#%§Á Œ±JŦ&%¤¥$€³Ó][ßäóišJOI¬©o ÇÐÔÚ‘hÙ´«ÌáÄÇÚdŒ;œ]u Mþ`ˆ¡™„8[Nf*Ï û—èõZVÛÙéV«U“ rõ:í° õ…ùŸü$òI’ûçÖç>zÒfµNÈ󃇎œ´Æ˜§LÌ,udží¶wWgX0y|ƒ‹¢TZQiÆx»52«MmŽ›æg€,ãESÓ7íªÌHO¾x¦;~JNUüàÚÂy“SÛ\¾M;Ë(Šš=!IÃPA÷»=CLb° €ê›Zk[ äĸº†æ³qêäñƒYžãøý‡ÏVÈi“ÆUÔÔƒ¡È«6ØÕ‰ºF¥&'lÞ[IÓ(-ÞO÷‡O®¯iîjïôÍ*H~âµýw_;iRvËЮîÀ«ŸÿëÏÖè4,|øäú6—ïÇ/n›3}²r.9Yþ›ïÍK²U Ýé nÙ_y¤ºA«VY´â£ß™Ÿž`æEéýÝåÞ|N üuç‹•Õ9¿xã(JñFü»»¥Ä}A~×±úM»ËJþðÉõõmÝÍÏŒñIŽ®ÀSoˆO¾ 0 Š$­š½n~Þ›ÛN…=z¢¬On”ÑЇO®?ZÑúü¦£Fõá“ëU¶ý敽}JÎóþSXê¬Ìmoièü…% w_;9lÆ7>;ÕÖáŠë‚²ŒÝI \ÝÕK¦gd%™ºÜ^ŸÏ1Lgµ'665–¯Ïo3Ðó&§züÜÏ^Úf¶X ÷VŒÏv8»Œ0”$ÝÜ`L’äiYæ_ßq$ãÿ¬~áGóOq<ñÆ!«éoºçß;J#)²BþúŸ»ûÞüÈ«öÑ_vu¢®Q©IûÊš}þÀ¤tóÌñIu­î»«T,[fºÿ¦Åá¨þ½·<&ÆÜÏ&ÕL„/X–‰*%ŒQ_éPU)BJ3¡Î¹ï™Í}ÎŒt ö5./óÙ×÷<°a¡Í¤ýÙ7a«QëòŸ}}ϸ¼Ì>¡"Ü=œõ•ʽÞ°€UÙ2Œ3ïxô—¿þŸ»ÖÖ»ð¿v-˜5mö²Ì#%'Ö”f&b1#UD3gÎܲnë«ÿsÍÝ$•€0U)/HûN4¬˜™ÕÔá1éÕïí8ýÝk¦€N£ùp_åü´«çäüóããß_;>;\“—¬´²ŒÔ¤7>;õÓ[f[ šçß9$Jò÷®j1hÂId'Ç4uxþ¹åXAfìÌñIïl+=]ïL3³¬úï›=¸¡þøÞaAÆ9™©JœƒÍfÙw¼©¶µ !X¿l·×L9þüV‰ =r×Ê ¾ñÙÉ'ê4çÆ±—‡$Ë ø¼}y—7ô×Î.H¾nA¾(ÉQ é æÝÇê›ÞuK nZ<îÕÏ*Æçe…Ãz½~W—X†IîuV… å ðG+Z¯]·ee8ȹ­ÚªôW}Ü[:Ý yŽ<䣎çg&cF•:äòŸ©oR2¬V«¦å%êµìgÅ5ǫڗLÏX<5c㞣_ Óýuó‰yúä$å:º=¾ñi68QÝÎjtÊdÜô´$Ÿß„À“øÇG§«`ZJøî5S»¼Á··•.(Lïc²~ŽEܧBr"Úw¼±¶ÕqÕÚ/FJOMjwvô8MÔ*•UO?x{QŸ¨öŸh,~%÷ÄWJ˾Rù¼#øô•®XtvÀç»?TœÝŠeüìk»öÍE1F-tzƒÏ¾¾;3=-Înõø}¥Ê;DeY>ûÆÑð?/œZ3ï.ðÓ'Þ°¨Å«/´iØ“%%:`^~zjèP³o¹Îž•kž\´ø§þ:2 0vT)|z úÚùùß¹fJy½óL‹»§¹Òt“Ó_^ïZ8%íµÿœ˜;1¥º©³­+Ÿ¬R‹N¯ÿ²¤6ĉ`€ý'1B®š“åœîÀ Û­¶”ÿ ‹Æ-™ž‘gªnê9P} ¬ãxUû_Ç­™]¬Üã›:<ì­´™4ë–ÄZô¡nø>Ÿ_ ¡…ìà %gZâúêí¥K¦gܸx|ø›s[Ûê 8²/¥iæhåÀyÆ ˆcè(pt lÆ#'2’mÒz2üÙ¡ºŸ¬ŸåuÎV—/æONýÇ–’¥‹ó/†éDIꓟ£'3³²{J‘š[ƽFÆg×ü‚¡&!ÉrikÀ V˜Ÿ¬Ùª½ª±ó¹ûW@ØyÑÇt2Æ4:[!S“¼Þ@¢=mMQnäUÛ]Ò0º5ªçv%žÍ Çñ3gdõФÁâWª¹=Ʋ¯TÑ‚nUÛâŸè ÖÔýýÆœ¼üƇ8Fwª¬"N¯=#Øã²Ó•édõ‰¯¼OS4"!ŒYUÚÖ8VÙ:-?ñ“Õ‘þ¥¤„„Íû*¼½è'ëgëµìg‡ÏÄÇÆF¶*bÅ Õoõ‰ÃÐj´é©Éµ ¿øÛ®)yñiñæ;WæÄ?úònŒAé¢Âq¶¶;LJZ13kû‘ÚM»Ê¯_”¿bfMS‘n/ŒcŒ(Ž r<öŸ^ä ðZJ겟í1¼¾@zªvÝÒhsù>=¸-..¶¡\žÐÖC5«‹r(„”l ˜[¹wúž–?·BÊX^49¹ÿUCF·F…5ñ€Nñç¾ ^¯5ÈÕ‰ºFE´´µÉ²Ì€Q]Ð&äöD‹¾Òˆ±øó¬¦ŸŒÁ/>züRQ}ó²‚ã’þ´©øb˜ä¤Ä°Ýr²3^úwÉ™÷Òé7,â¥SµAQFÔ0®Î`ÌÃQÿÜrlýò ·®˜¸ýHí„ÌXNiŠÒmZ>’Áê˜Édõ‘š¦ûGõÁ¾3F£áüñ“y¥„±¨JÖÉ2`µÓ`rv°Pœ vûyxöõÝV{¼rðÀ†E&½:5ÁÒ'T_) ‹ÅRVVü~ÿO¿{ëw7´»û¤ÚTYì¯Ý¹îê9uU‰)i&MB*=¨´'KËyž/—÷ð/—4nqö´«I% Œ5azìøI•ŠX0.ü¥Ï篬>cÉLOõùß½rVÖ²™üñsFgÕõ[±^ZVÁqü” ¢ÂÇ’(,-7èuy¹ÙJœÍ-\ˆÇ€5uJr’Ñ w8]-­í’$™M¦ì¬ôp„¢(ž©kðûýF¥Ruw{ÒÓRlÖ·ÇÓÖÚ …(„âãcâã"cHKMŠLÑíînmëq!†fb¬–äÄQÃ'‚p²´\¯×)ÃÍÃ5TsK[{‡ƒ¢Ð”ÉËm{‡£­­Q”5ÆÜáp™Œ†œìL,ÏJ–Âù0ø€f g²²ªÆçäçeëu:¥—œ(=ýÆ/¿AQèƒ=Ÿ}Ùœš’LlB¸hhlºcEþ܉)j–v¸ÛÔþ§¸!3#m°™™ák‡N«fêó7¥Œ›9%=w·¯©üÀŠ57 ¢r_q(d©J™¼}G:â3&KòwÍ^´¢îø¶S%×”œ,KÈ[œQ¸¼¹ò ÎGfíý™T0þöß|bí¶”ä$ÒL— ©)ɯ}^ñÇÅ2–U,k‰ÉHOU¦ãWþ@H«Q-[uÃöOßoü´e«nàx1â¿úPýê¼Ò„œéÊO 9³üìG?yfÏ%cœ˜;Ȭa&Œwž–E \*’““’““"z~"I „+N˜9«Y¿öëÏs'ˆþ^ÏåWªÏøÌ|¥‘°ZÃüÛžâÉ@ „K…Ëí»œC!4¸*gt~°u/¹„@ „¯€qFçÀª>|r}§Ë Ä J @¸8(^Òæ¦Æ¿ÿmWøKŠØ…@ pÉaûøJ @ 4Ð&ÿÄWJ @¸ôUJ @¸ô|@ Â¥'_iFfÖÄI“ §L-œ2õ…^LIMS¾ŒÈøgÍžÓç×ÚÚÚ%K—E¦(Ëòó/¼0ÜTn¼iÝ»ï¾þØÙÙ™•ÓÝÝ=Z¥ ¥\ãÆ$§¤*ÇO?ýÌÃŽJÞ22³–-_þøð#ÄÅ'”——G‘èP,±íY®––V帻»;1)ùrÈ@ „!¥¯tëÖÿ$%&*Ç ÌŸJHLr»Ý°råU#)ÚÆ›æÏ_°`á¢[o»ÍétžçK¿ßç·¿½lùòå+V<üð#Q¤¸î¦uï½·¶oß>þ<µJ¥|ç·¿½råUs‹æÝ}Ïxž42ÇqÙ9¹?þ»oç;K—-/..îoùáÐÈÇåäæýòW¿ÖÕ<ç©J®yä~ðûW¯Y{èÐaÒ#p©ˆÒWºzõš¦àÍ7^<cÜÞÞþ裿Ùüáf³¹¤¤ä¾ûïß¾mÛp³Ž?//ïÍ7^ohhøÝïŸØµs‡Ýn衟àÈyøáýëÕ÷ßßÃq€i4šÕ«Wm|oã}÷Ý[UUÕÒÚºxÑ¢°#vÀRÌ+*ºÿÇ?ÁïÛ·êÔ©ûöïŸ?~[{{^^ÞpoÀ744ü¿_übÇŽí‰ O>ùÔÿûÅ/þòç?øe¸¼Û·o×iuÛ>ÿ\Q¨QøüV¯^µþ–[~øçï¾ûÞøÃýû¿P|¥xî9‹Å=ôó·ßyçŽ ‰bŒ}>ßòËyäáÝ»÷<õôÓï¾óNË7ø€FÆ{½ÞÅ‹?úë_·háj#Ëòkc8WË–/[ºdIMMÍÍëo9|è @ „ËE•žŸO>þ(±w„½ûöïïêêºóÛßQ>úý‘Çèðá… Øív¸å–õG¾<2*…¿eýúúù}÷Ýûî{ïÝxà ‘rdÀRäååµ·µy<ž#ÅÅ>øàÎ]»š™3göHòpèðáyóæ%&$Àm·ÝºzÍÚÁ¾ 3iÒ¤ß<öÛ_ýê×sæÎY¶ti‰êtº©S¦|òÉ'Õ553gÎÿÖÛoüñÇ Ã:•ZÕ'”V«5s&äçç755õv¸Á«*,Ë.^´h$Õ¦Ûã)(˜0”ÚN+;;[£V×ÖÖæää~@ „¯*=ãiÓ¦þë•WF9£ ÛsÀ²£çìÙ³9Ž;vìØ¦Mï¿ñúkC)Åì9³7oÙb2›.\ðÔSO± 3oÞ¼¯øšeddìØ¾mÏÞ½ÿùÏÖ—^zé£-[¢ˆä¦u7Ý}÷=ßûÞwÃßNž¢HhÝM7=øÐÏ­Vë¸qã†RŠyEEøÃóóŠŠÔjµÁhüø“OæÍ›‡£zš=kÖþýû[[[1Æo¼ùæüyóû2œ·ÖÖV–eW¯Zõ›G=uªT„(Ì;Þ¼{ô£Ûn»-ü»»;))I£ÑȲüñ'‡/BÄõŒ÷±|Á3òykߪ \è:†O–$iÓ¦÷1Ƈ!##@¸È|E¾Ò„øø¿þï_øïŸñö›Go¼i¤¥¥ýñÅû2Liééß>þ8MQãß>ö†‰æ"Ò4}Ï=wG~³dñâ·Þ|ë¶Û7 úäää!ƶü{ï¾3Üà£RUF˜„Éd<]vzåUWƒÁ¿üù%2©”@ „K²X,eee@Àï÷ÿýÿüâKét9€ã8b• Çq……SÊËˈ)@ø*Q«ÕÐÜÔø÷¿ýmíu×FƒÁ@Þ8J @¸ô7ŽÆ.*•ª¬ì4©ê@ \_)@ ¨R@ Œà@ .kUZW[C¬C @uÆL†*·`11@ aÔQö!ª* üÄd@ „¯²Ú‰@ pé!«@ —â+%@ UJ @ œgÈ>@ á’«R¢I @ _dŸ@ pé¹(#øÏÕÕ×v8ÛEQÀÊr~Œ1Ã0z­Þ`0šÌæ„ØŠ¢z}²hÔ Æq\»£¢(»-V£Ö|¶Dh„v#F‹.w—N«U^ó½>ŸßçKHHø:–Îçóy|^{Û…ÌF“^¯'×pIøòè—Å_–$i¨÷]†™9}Ö´©Óˆé„¡ªÒ‘h«3ug¬1Ö©SfPÔ9¾XIQäy®µ­¥äØÆÜ Ú¨iGiílJwL¥Ž¤$~¿ŸøðGW§#Öçñu7·4™Í1¢0`À R© Cñ¸ùƒÍ[6÷¢ˆ¢(½^o2™Ô*5 $üÜ9E+W¬$u‹p©EÑãñ¡¤¤ÄOeÙÝífh& jµÚèt¡ ö=O¡€Y†5™L£€®®Î„øš¦{;©½½]wqT©Ïã ~Ÿ…@¥Ñè Ng¼Eërwº:]!.È…B‚(hÔj‹ÅjµØŒF“Ïç=]^J3tNV®ÅC*ùeEñ—‡|ßOYV5ôúŸ›:ÚªT½c$—ƒpeªÒ‘øüZÛšgL›âB²,É X–e 0P¥V©³“ٱݼ¿8èÚ¦ûµ¿íw†87R¯¨QKRš¡m+ô¸,QGG«V£D.àó›M&«À2Æ¡PÈëñÃnº›·l¾îšëkjj@(ây^I’X–>}Ú†   …þôÒŸ®Z±’løJ¸T~kŒ…ãx¿Ï7 ±ÛíŽ1[(š ƒZM4# ‚ÀÇÚc/д¶‚qtî‘¡PÐíî’zu°ÈK¢À³¬€¹/ð|S}­¢†i†µÆX5ZÝå9®©®3 £Q«Íf3Æ8 ú=žîÎÎD¥ff¨ÔêQ) Çë©o¬5Íy9ùjµ†a¡»Û]ßP[zú$'pK­puºJËJçÍž7Ìî1p¨ø@uMµ(ŠCEÓtnNîì™sõziSçG’$–UÕ7¡…(ŠB! E 81zÝ0ÄÚãEQݵ@gqíë2‹ÞÓYg’+B¸Ui/;¶}võêkxž  áŽ%"„DQÀËXÆcYÆ˲,ˆ‚Ì—Âv{Zæ*´±èbï ¹®—tVf 25. Iʲ¬Z­–e ÜÛ „» Q’iY‘‰µòz½QS³Ù¬×ëÿ¨Ò󈢨R©,–š¦ÏN§‹‹EUJ Q´»9ÅÇÄXôzCSS“N§ïÓDQ V«UO·'ºìa+QAÏåà^t:,Ë£e wW§F£Q’${½>Iâ0Æ ,I"¥ÖzŠ¢yžsuº’“G¤¥\.‡C«ÕªµZY–^ðy½€±J£Qk4„BÁ`me¥-.Î?ÂÒÕ7Öù¾éSg«T*žçB¡ ( À²*³Ùëyèé«útY¢(žʃ#–e¹çÊÍ}"ûÞrË>Z•c¶ßZÛþŽ—œuOQÌëêÄ¿ÐÚákp<¯R«Q ?—"ñê9ÆË2EÓ!Ž3 _•j4šðp§’Ïó,Ëêt:„(„(@Ô*5&›FFí.²E`@MM¦.wWLÌ9¾î.›=%™„è*ª$Ë@’e‡ÃÑãÿ‰øÏn³c Ë£Õ A0šLϵ´v$%%Ùãâ(ê­ž‘éóùšZ’ãX•JðxF’´³£Ãíré Q»\®»Ýb3iu:Á@ ËédU*µNçr80ÀH„ik[ Æ0{FÏsnwÃÐE«Tj„,ËÁ`P–%­VW4gA¯Xö%«®©^¶t…¢w1бÒž}ŠÀøœ@QÔ¤I…ÿxù¯KÆ’*I»CeeçR¨ÇgÑã3…Þ{R¯¯4,þGñÑÝú©Æ›q³·ã´»õSsÒÒ…®4U~Žæ¸PŸƒ!¨R±G*ŽRÀ¸WRÐŻ߲d¾¡2,9Û˜)mì„S€=ÁÎ:k¿oÌ=2¼§DŒ)D‚Ô»j !)Kþ€(ˆáŽX«ÕbG1z‚R|¢,ËŠ¢¨÷úM•¨²òEE´Z3ùù?˜&N$•ŒQ´»³ŽdIÆ”l6™Œƒâ$žç±„5j ÏñX–…EödY ²,Ûl¶Èl¯Ëƒ,É£5F‰•¡ M××ÕvšV«éiõ2Ž:i.rµwèôú€Ï¯R«³òÇ©TªpëfY•Él‰±Ù›ëë¹`H¥Rw´¶M&uT!ÜÝ]ŽöùE‹‚Á€ jµÚÝÝUW_ç÷{C!.>.>11Ùfµ…B!Y–4 ˆÂ°G~EQd& Þsï=‘ßÿéÅ?»Ò‡?*C[ ÃH’4¦VpޤÝ!„ÎÔT]ÀWªÑL,˜Üç&;rœUÏ$¿V–}ñy74•>kN\MºP§J{Ù¹ýó«W¯å8.|paU*J€A»ï} ïq§PàaÔéAçË*ýB@td ü׌nÊðoY€Â2VkÔˆBP?ŠZ­fU,–±,K¡×sã>Š +Qå@ù>Ç[Q¡ùËŸŠîÌýÁC?øáâýûH%#DAí.ŒJÅŠ¢€¨Tj›ÕÖÙÙ§üäê쌋“$ Ër Œnå`etc‡Ó ÊaO³Â`·Û¡w”tTioƒµÆXd³|ž }üQÃMãÆº:µZ-ð¼J­ÎÈÉé~â¬R©2ssj«ªžW«Tõ55¹}g !­Se¥Ë—¬äy^x†aŠ¿<äõyó²s3ÒÒ=ωÒ'KOf¤gMŸ: <7ÙÚŸwßÞ¨Ü|ËM¡k®U>þgó¿`õ7nP>nÙôÞØœƒ4’våää÷ú)z¦gðP)ѶkÐ]"ríF{Q ë}“ýv‰{1è.ÑZ¦^”peªÒ«W¯íspaUÚ{ÇÂX†sž  Ú¼ ÔµÙÓøSSÚ‹½?†@övÖþXâêô)/w2Æ`ŒÃ#%}š½(Š!ËXÆ’$E+J{TiX’.X°@¥R-+ !T[[+Šbff&˲ ™3gX–ÍÌÌLNK«)/gU*Y½ÝÝ&‹eXi¹»ÝV‹•aÇ­R©KNEˆZX´HùµøË#+—¯²˜- I’"IeY£R¥aŸøç;>QH¥bÃÇÊóL„øF¤Ý g—7•îÞÙâœ.'Ømötƒ¾pér@€14ʲÔQýBbÞ7°äb-ÆÝ‰ãoqT¿˜6ãeÒ‹®(UîÖC¡PŸƒ ß±$)Ò½¡ü! 2Xe*–aµ2@rÀ"Æ!À~YìVgH` 2HXâøP[G+MÓ&£÷ôÃöú=þ€¦i“Á,ËXÆrwøª4Ò?Z[[[XX¸lÙ²îînå„#÷ÿ8Iï0ÇÇ»Þm/épåÿù%²æ‰Q´»HUêñxB\HŲMÙìV§Ã•˜”èv»“’“8žCòú¼jš¦)í> ;œ®³ ¦W–ÆÆÆaÀ’,565)›œ³]Ôð§t÷LOïó4‰h<$åDÑcuuvF‘\À@âÞb³²jÌ ¼ßﯬªÌÍÍ€ªªªP(d00`V­²Ø¬î®.D!¿Ïo4›‡U¨öö¶ÌÌ,I)ŠvºœN§sAÑB|vêTÐïóaYÂ=s¡”NK!ªKÖ3[ôïûg¤ÎòÿôþÌÔžýkøÙ=óÔs}î¤Ý]@•"@yŽƒwý .;wÉã™b¬²,»]ÎÒŸ?òá³/,}õ_¦X;Æ0Z† ºKœ5/„ºÛ¦¿,s¥¬:¤ŽØŒ[[N_×päN{ö‰Ç”på¨Ò0»vl»zÕÚ  Q•öèQ¤Ü«z§+Q™¢ aT,6Ü;‚®Ou¶«µæiˆÒ Í¢á)*Æ2v¸:¬V˰N—#òw^ä“|>O·Ç­Õè£vôÁw8'Ožœ1cÏó²,׿ù–çÓwæ~3»óýö*—; ŠÇîúÁ±»~†ÜÜ©û«y é C%ŠvIlll{G‡ÝnEQ£ÑÒ ít:,1e? A@B|ô[è÷øAŠÜþFù«ÈGY–cbbÌçjµè¶‹ðþF}w*¿Ï‹A«×+Ã/™™™ÕÕÕ¡P¨²²8ŽÓh4J®tC§ËEÓ´ßçn¡ZÛ[§NÎóV¥¢¨øM°²K†ÈeH"LgÍ×v7<ÝÝôwµ.^k°yšÿÔQéÄ”>&{4-0B=«G9.ˆ$Ä'¸»Ýʯ‹Åb¶„¸$˰$I¢¢~HÁ×ëõ3fÌ())ÉÈÈpŸ.+¾÷Þ%·¥¸w;‘™šóÐ9û[u•{Jx`Ñöí¤Â†Hí.–emV«Ë劥iÚh4ºÝnN'ð<Ƹ««+!>¾ÏK.¢P¥ÓéDHiÙ(>>^yUÚ—,Ë‚ p7òí¢V¥aw*eªƒ$Ë­V‰–eÙœœœªª*eŠ¡Z­ÎÉÉaY¶g§9N–$†¦Àp Õíñ0 øU*uCcâù‹"µYí×_{Ã(Ö(%Æ^Úç£Â¹ãû¤Ý ¨tûöØ´´qS¦ò?Þèt|qí*  è³Ù™YãoYß¶w_ÉÖO§\µj$9 ti*¾SkI‹Íœf°NÄRgÈóÃhXuÏl‰«§L±Ö”7ýî’Žš·ÚN>˜2óU]Ì Ò¯¾Æª4<{É'úú\X•öŒà÷n‰AExQY$ú6k^>%×"ì}\âö=g¦Lÿ¡fþ¬)Y”dIž¡Ø®Î.½žu:ƒÞ K’,I,Ãx}ž` à÷T¬F–$ŒeI£›ž9‚?uêÔÆÆÆ¶¶¶ŒÌtI–xŒ[75±~ ¼§ºÎvUru²)EÙ2˜"Šv×_˜ê´Z‡£#Öëîꊉ‰éêtiµ:‡Ói1›#Ûxˆ‚ ´/›Õö•Ê’„zvaÀ±$ N‡Ãï÷…·‹’%I…(Ò•DQ%ùÜ7:Š’$K’(ƒíNEr¢(J¢(‹¢$I²$*ÏÓJI•Ô•©§3ò(ÊRÃ-E!Q¢0Æ,Ãð<¯V©/^Rd¨ñUŠ"|¥ýÆ÷ûÜ H»» mXšÿØo¼¥¥ÍÎŽJŸïÚÖ!@û_›Q«ü¾¼ß=öåñ’©(zÃÊ¢·þÀ͉y+,ÉE×îu¼CQÀª(” ‰^å’I¢Wä‚§ÞûÍŒé¿rÕ¿]`]öÒ£äÍO„ËŠd.ì+Ý·g×U«Öúý¾ðÁ…{vIš¢zRí]±&"F‚å²ìFr'Vé3ŽWü­pF´Ë1ƛ͌±Á`p8ÛA”d‰¡YDÁïóK¢dµØ†U«Õ¢¢B KÒôôt¿ßòäI–e#}nîÌ?ýñðw¾;™¦ã¯Iª>ã-=~V˜ÚU þ9©‚„¡E»ëÑh%©££CŒ±»»Ûï †èÞ2zn£“@=È›”–.ɲÍn1Mg·‹Šv Ô€¾RËÊ_›}Ý©†ŸœZ£Q´u(P©TXÅêšjŽã”ÂrWU]•“£l¶ ”T4ÃßJͪ8žS¦öô·Ûm4 ,8ž;|äP}}½ÝfŸ3{®²jxjF–û©R¸÷þ³EÝ{ÿ½|áOÏ<÷Œòñ§?þéØœ?’v‡rº: 11¾i…û¯Yµöúu–+EQ >ø`˿߻vÊd# ‡c$S#(Ƙ2ó­–’ïv¶±&O0د¦(FâEÁ ²äY &Qo\¦«åߎšm|ÈŸ2óm"I _ .¬J¯êȸjè#ø’E#€~sÎ"š$eÇ`DéÅs½ Q¨RÀßÕÙ 1D ¢(è ÀØï÷ ¼$‰r0ЮÓëì6»V§ù¾Ãáðx<ŠH•eI…Ìõëvï©zí5Í‘î ëSZÛ¹œ_=“yÓM¤’¢ ŠvÙ›Ž„1ƘU©’ÓÓ;::hšöt»›ëêB!›Í–’žÞÊtX¨4šòòò¹Þ¤(ªÛÝݳ·Îȶ‹êÝóøÜ//ÂîTƒÁÛÝ øýÊšúºº:.Ä©5êœì¨®©æB\mm­²øÉïó)ÛÝ›‡¹Ô ´Z×ë1M¢(L˜0yûŽÏSSR¼šŸ|úñ¼¢ù×]sCCcý¶mŸ}ãÚë£ë$À`þƒgžÍ¸ñFRÉQE»S¡ôøqFc·Ú”‘ Ÿ×Û\Wo‹÷{}B‹‹WDJ(MG ¼kïμ¼ü¼¼qµõ5z¡½£]„á>Kôv®X­REöð‘I1>û«ÒÛõöИ´»!b³Ú½N‡©³« ½sï·ï\ô¯×‚]nŸpë-ŒÓÕ)pq±ñ(âUÑfâ¯6Ä_ê>ÞyæÅò½¿·ðq ‘kfµã0fJ·}Og_–3/7===2 Ãdgg+›ëë{;0ßWšš’ZrüX[[‹Édòù=W¯¸úÀ¡lyÂø IÉ)²(ºº:9œ•ž9¯hACc-´¶¶˜M–èÜÛJþï¸ý[=/¿`£(øÖߎ\ô™€bYiwÃbòÊ;žy.i×®¤E‹&\{ݤŒ †apg'útkÓŽÍ<Óšk¥Ñ{»„âp1¥ÿ¨ãøí¶ô5€´i;›ŽÆ¾%I’â!})áJQ¥á|¯§ÏÁ…U©(õ{·š,…–ÂÝ îŒÖ£J£}%·ò)Q”D_RRrss³×Û³¹}bbRk[«V§¼EZÀ²Ü3Q-*hšV«ÕçË£_¦¦¦Ü|óMiéijµ†ç9žçQÅÚ¾ÿùgrï¤7RÉQE» 8˜F”Àq¡`¦iQ–ehZ£Ñˆ¢@S´ÇíÖjµ¢0È£ö¶zY–0p:mX–£y¯:Æ29òÕ/9Fçr8Uj•Àsµ•16›N¯×èt ~—Ë…¢hJàù¸øxF âßyïµkÖʲ\S[c±M›2uîì9’$‹¢èõvŸ8U¢Óê4í{ï½;kú¬ôÔ´(Òây>))iXEYkXôí®çÁÍzãÿÝvGj]mìœé†€öv9ÿz¥™ç–mþt“Œþñ<ÏC¦ƒÝ1Éwû;c:™‡ T*Uxðô¨„¯½* 7—/öí¹jÕZ¯×>Úý©ÇQ1¥÷>—£³‰ô&#JŽvsaccA•à:½U©RÓRÃnQ”Âk%Q”°µ³”¦iY–KJJ´:õ­·ßcÕ¨5²,‡BÁÞ®\ìötË£°Q2aL]»³5Æ×íÑ eå,ËM¦P0d‹“1¶ÚíîÎ.½ÑØÒØÈ ¢Ñ`à9ÞbµŽV]•dYiÅöç%V¶.À0€<üåN’$Q4ûlpñ’3Ûlœ t9]Z­†Q©ü>Ÿ×ë•% Ð4¢YV„@ hµÇÄÆŠ’DÓttF›3»¨äxÉk¯½ºzÍZ›Õîõtwt´ñ¯8º𱯨vìÜž—›7cÆLU¯åóùš››•÷-㈩S¸á/išŽe“vw^zÖóõÞÒÌñ +wl;¾ukññ“N—!—öÀ7^w`èYÖ¡Þ¢“¤‚ „B\ œv}{Í–Äåm5{BÚ[;;;u:V«Ój5 ÃaJ¸Ti˜áŽh‚tòԉɓ ‡Øªª+cm±RT=;/€!|Sq8>ŸO–óPø~&‚²!/ªˆuDE„PKK3/†–,[ ÕjU*5æøPÏt6,ɲÇã!.R‰z$Ñl±t´¶Í&›Í*Ë2âÁ@|j Øbc;Z[c^o¤iQ»»=&›Uv8mað›å¶‹Þ3§,ó<¯Óº»º\Ng¤³T£ÕzrcI–1Æz£Q”doW' q¬Š¥) Qêݨ•çŒå˜X»É£H„¨U)ÇqééXÆÿ~“9&&7''5%-ÆbåB!Àïtºú0à L255%µ¥¥U«Óê´Úa©™´´´ÆÆ†ää„Pé.õ€ß457Úl6Q£›É:FÚËÕIÓ”( qIá/—ÜrûùŸ|hšv¹:“’£mkНTEçù Le½/:k7=Žu%¢(ʲ$ÞláR«ÒÞîÉëéîspþ¦âr:õÝÖ­Ÿ¾ñÖë’(žíîÎéüÎ~@ÅÚcÓRÒ:ÚÛ‡;Æ|(„0t´·‹‚ äY«ÑH’d6Eî͆hšV~¡­µ•B ©†ÜÕ ‚àñx›ë²rÓY–Uü¼ÀÐWwËûý~LúÂÈV»‹D«Õ&§¥µµ4ó#]]£ž`iZÄX§Õ"VÅú¼^ãB‚¨lJ!ŠfYNg0›ô:½F£¦)Ša˜è (IÏq|(c±,^°¤µ­­¢¼bïÞ}`€BË0µ&!>¡ ¯@«Ñ„‚A@SH¹šC×ÁS&NùâÐ{öí–F¡(J¯ÓŒ›@SÔØyÌŽªÝáÌô¬ç_|VYæ;hšÎLÏŒz" bFŲ²Fƒ†éG›Nÿ\Œ{Âd´h4­F£V©šVVtG ák¯J£¬ÂYm¶üüü¬¬ìáåƒ¡í±±ˆ¢†›®J­–1·»»²¢r ±&“I 8ô´–½í–[ßÿß=» œW:¯\¾’t„K¢({\lŒÍ*Š¢2«ìe¦4j†a²óòDQT|ÿ4M+CÒ£Rc/85&Š´E±ý¼¹IZí`2ëì‹ä¢(B Ë2,«R«Mf³¯ø¥Âó‘”õŽ‘ý@ÔÖ£hÚ`4ª5ÇéC!³Å’••%ˆ¢,õx¹”·³ £R©T*•F£Q«ÕŠc{è‰Zbb-XÜÖÖÎ0ôûeYöù|v»Ýn·Ã(U+«Õ𠹩)iýsYG0yQ  ÑjY•J§×K’$Å.ƒ´ˆ6RbF¸W**¹|„+A•FýhÅ2LJrr4tTOä,ðŒËÏv’ÃIníê5kW¯¹1£MQtäÞ“çVH†¦™HOÛèUWôÕ6 ê‚s„Fœ²€Š:Kr”ÊÂ2 Ë0½þâu/z.;+3Êü‘Þ켨Uª¤„„¯Þ¶BTŸ† &rùW®*É­‚ìFA @UJ¯@ —^•·?@ á+ƒ µ@ ˆ*%@ Î7¯”Œà@ ¾*ˆ¯”@ péÔWZSSE¬C @uÆL†*ðlÂÅc,ð¼À Êë £ƒ¢(†eϾ)cI’eIÂ#Øï !DÑM31N@ úq¬²uÓ®²†6÷_Rš¢’ãL7.?5/ql^k"./I š›šN<át:£–¤V«uҤ¼qãeYŒEQhjj.-=ÙÕÙµ|4›ÍãǤg¤3¬ê¢ÄI B?ŽV´üó£ãE3'/]d£)úÊ.¬$Ëm®l9vëïüiycðrUz!ðBScã—Ň'Lœ\8y*ŠjÒ/B(à2˜Œé陿¿©©éè—G/]–‘™MÓÑ4iAêjköìÚ…±œ™• €F=Nš!U‘@ }Ù´»bZáDKŒ-ÀañŠ/¯É3­pâ'ÅUD•.µ*¸ÒÒ“'êõ:†¡£~q«Ébš:cÆÁûssó|^±ôÔ©%K–gåäF1–esóÆ!Døb_Rr2˲£§Ž1ô?§£½­ª²ÂÓÝ}©®EQ£17/.mNHA®¤Ë1ÖÊx9êëkð±ÓÚî “-Þ 4vÄ€ÆÓáòìß»û ¸éÄÅ'UúuE–q§«S;IËÐ4K3ýP…Ù`r9]ˆ¢0·Ûž•5ò쥧glýôI†õ8”¤¥§NNŸ9Ën‰)FtE$Éét->,IÒÌ9s/aNHA®¤Ë1ÖÊx9êëkð±Ó¨½ÛÛêJeY†±xRᔯÿM§†%L‰*½Ü„©Œ¢E!*ú}»h ÂmcLÓôÈ7 eXV–eã‹gª*ÊÇ/P«Õ^¯ç^µZ?¾ ª¢ü’ç„äJºc­Œ—s¡¾¾#Í¡á±{ÖŒ­=Ôo}èWÄMg|UE9Q¥_{p/_Mr•å²eÍêkòóÆVœ(>rxæŒYsfÏ.¯×k±X.‡·9˜-–@ p¼WâÊ(Ès9ÆZ/çB}} >šád;°\7¯×;¬ D•^–’ΪRžç+k*›š›A¸î²lrRr~NžJÍJöÊÊŠ»vÜró­›?ÚŒåååJ)Šþñ}?}áˆZ•bŒ¡Ë¡Y"„¾Ê‡R1r9ÆZ/çB}} >šCõ¸jÆ”`®UІ'ªôò¦îhÊ«*çÎ-º9-ã<ç×7Ô8ðŤ‚ çSºÕŒÊÊŠ»w|ëŽ;µZÝ·î¸óÕ×þ…1¢0=W8sƬþø‡™3f¤]áËéù_)ëWFAðð\‘e¼œ õõ5ø•ÝsoAgh„Çž‡xª45-ýÐÁ /¼ðâOú“‹‘•¤¤ä––æÈƒ>Ȳ|ñR¿œ$)ûK ¥µ)%%ÕájÅwÄ`&%%µ¥µiâø‚a%–¤,«òxÜ:A¦0réìYsfÏš3 ¦¸¬®ËSÁH)HI¡® ƒ_ñ¾RYÆXî[F«Íf0”­ 5MÙéÓCÓd6_òåí²,?ýôÓ=ôÐ`¥kB|xª4lÄçþð‡‹­ ?úhË%Lý²èb"FðA¤ÕîlƒÞ JÓ´ÕbÓjtÁP Óí’dÙnqX58R’¶´6mßþù²e+’SFK˜:|P™W:m*_NmR¾R:ˆ+£ ò误È2^Î…úúüÊn,Ýs[ìÿÓ_ìONNß7‡ç¶mÛúœ/Š"óÕn›-ÉÒ“O=õàCVjyLªÒá­ò~ì±ß†B¡k¯½îÖ[o€mÛ¶/]¶|þ‚…+V^uª´8ŽËÌÊþíã/\´hþ‚…§JKïºë3gÍþÆõ7ƒA¿ßÇ7¿µxñ’%K–>øÐÏKeíÚk ÿÉ}Rã÷û›sù5}êÅøa ãs'N7Eù7>wWúÆ© ¹Ò7ÆçNŸ;1" l¥TäOå‘’ô£?JKËøèãZZ›XVõ­;îܹ{GEE9îÇ`q677½öÆ«o¿ófmíåe^iñ‘ÃÊÇš3Õÿ|ùoo½óFssÓùã,Ï‘444ffå¼üò+ƒ IÒŸ^úsøc^þx<2ÌL0üío_°pѼù —¯Xù¾Œ/êêêV­^;ô‚L˜8sÖœ9s‹æÌ-Z´hɨç竹&Ι;¯hÞ‚Ùsæ>ñäSøkÎ`e\³öšðÇ_þê×™Ù#±jŸ«sI ®~/ýù/ƒ…í_ÀóÔóÑÊÛ«ÿ÷ÚÂE‹,\´hñÒgŸûÀC¡Ð¤ÉS.·ª2ê½Ó`Å _—ÿÏÞy‡EutqxîvúÒ;¨ˆô.RTPÑ Š"Ö(Š=1c‰Ý¨ØÁclDE, X@{AAQ±Ò¬ôºíÎ÷ÇÕýÖm""¶ó><lÄöÿ¡ÓéVV­bótÆ©N~´utbvýÛ¹S€­][Ï?ÿZÛÖÃ!t÷^îéô´¡C óSÓN 6²¡aPpUÍÁƒèÖõàÁøÃÃ寈DÿÞ8~ÜÏÔ˸Ø=ެ…‰'ijj;rXMM­¬¼<.nßr&I„°"gä”c”˜pÐÈÈHyØ¿Ó,é@ÅØgddTVVÖµ[`pÏövv_÷Û€¼1"Œîß»gmm- Ïœ9kffJ}†5:ªRÙù,ƒjàô“Ú¥|ž¿³(%5ä'è¤Lå=x°níº#‡Áý¼<¹}‰åÑ5UšüÝIÑ0%'µA•4áQÏ #LÈ_õïԙʬ­­í¡C ¡ªªê   E‹¥¥Z¼dÉ‘#G† Ò³gpDDA»÷Ä Ãÿ?˜PeeU·n]£¢"Ÿ¡k׀ٳ礥är¹×®]3fì¥KåÚY´hQtô?ǧ yO½bЕ½ËJLœ2uÚ¥ ™A|Ð$o|¯Éß±?•*•äÌÙ³¥¥¥ááÃÅ –Ô›Íîˆrsuµ±±±°0G¹»¹öÐ?baÄóæùúøtíªÜ¾³‹s+/]¶ÔÈÐð›R¤o—JÅ…%å¯Ågð5Ô5I‘€¥iDŠ|>ŸÉdÑð;ÝÎfž éËd²ŠŠò&Ävënkc‡²µ±Ã$>°_h_³îAÉ)Éã­~mˆÍŠŠŠz^½ GuÔˆ1[¢7c‹¯+Íͽ“švâç±ã˜LƒNB …ÜÂø„C1ÿnÿiÜø»wïÙØ´ANO_µz BˆFÐÖÿ¹.nß¾zo𡪪ªÿDo4xHîíl„СĤ74š‰‰ñªQººº<ÏÓËgØÐ°Gä,ZáîîÖgîÞ½wùÊ•‹çϱÙlŒ1WKëçŸÆbŒåváåÓ~ØÐ°S§O“$¹fõª-[¢³s²£·l¦ÑhJöª¨¨Œ?áÙ³gÕÕÕÎNÎQ‘ËX,–"Ÿãöíß¼e«®ŽŽ—W;„~KQUÉòû÷óÆüôSüýzzzÓgÎ273ûmâ¯gÖ¬[ÇçóU8*K—.¶³µ•¼ººz¿ΤŸF=|ôhêïÓâW¬\õ©Ó!9 ¾@@Ðh\--Œ±lôjkk§N›^TX„ÂÃÝ-bÁ|„ìÐy"7Ê3(k\® cŸ>!ñ ‡fLŸvútº·÷¥K—¨kЩ¨6ÂÉ츹¹VUUÍš9!t#++bá¢}{c=½|úõ --++*,š5sFÛ¶r#ö1ƒ’š~²C²­Üy.7ƒí¼}èÿøñ“ž=‚ާ¦~¨o¯_½VWW×ÓÓÃ3 {;;ª‚Ôœ711F­Y».-íTuMÍšU+©©"×¥æ™*ŠÞ½™ÈæW¶&ÕÅ’¥Ë®^»V[S»tÉbª¦øp»A•(:ê1FÀÉ^WŠ:}êÔÿÏà““XUUÕÛË“ØÎÖ6ÿi>&qË-ŒÎËôöò:xð`æ¹s”)ª>‹ÅêÒ¹ &ñùÌóþ~~ÆFƘÄáÃÂ;uî¬È &1‡Ã ê„IìîæfgkkanIìáîžÿôiúéôÒÒÒA½‘FÕÕJìPnÈg4BÉÁÒÉ¿ÓÔß§—””téú5É èWWW/÷µ!ǯäñòàáæÊ]³ªRŒ±‡‡Ç»b¤ÊÙl6µA§ÓÙœ7Û4:M ´lÑâLFFFFƱääõmHI>¦Ä~Ã+;9:~KU¤H(D˜$%Ÿ¢ogíH§Ñ¥¾º"„rþrfªܯ~iIwüÙ ⛥jkk‹ŸWVU&NìÖ5ÐÊÊêü…ÌY×Ý\ÝÛz´í,è·?.¸Gpm]›Åâóy ±ÙɯӡĄý™™Yü4fÜÆÍñ|;[»Ü»¹i§RÇ›Èd² ó“Ž$÷ì¥ÄfC>À®\¹¢««cnnÒ»×ÁøøÙ³f¾xñbæ¬9±{þkÕ²¥@  …Ó~Ÿúßî=»ÿ‹Á.^²ôèáDCCõëþ\¼déÚ5«1Æ555;wšöûÔs™ç×ý¹~ç¿ÛâÌÜ;666â7k E]TUU¹º¸L2yËÖèðá#ãî7357~±䔞=‚”ìíÚgù²¥\--„Ðüã~4P®Ï………«×¬=v$IWWwþ‚%kçr®Ä@¨ß€At: !ÔÚªõ¶¶Z[·þiìØé3gõ Éš¿|é’/_.ŠÚ»g––æ­ììéÓgN:$ùêêɘSÿ›!Ô(‡ £ÑˆÂ¢q?ÿddd„1–^zz†ªŠJRbu,`Œ_¾z%;4EžÈM‡’ vèÐ^Ö¸¬ ãݺ5ú÷©SâFuéÒ%©Ó¸êŒdvJJJz÷é;uÊd&“¹gOìÁ?Rqèäïïç×ñÑãÇ#FŽ:v²¤´´i%ž~Û¢·r8Ù‰!n+wž+Ê`uuuÇæÌž•œœÒßÜÝÝÌÍÍ;tõjçåééÑ»W/‡#;穘;8ØOžôÛ±cÉÔTQäRóL¹ïNŠf¯l~étº¢yî`o?gö¬7²&Nšœq:Zœ÷"¹!÷¨—–÷Ž‘ICÆHvìT¡d9Æ ƒ*¡I’Ôö!CöÆÆÖTU988¾i‚1˜ÃábSÔÆ»öåĘÅbQ…tÍá¼Ù¦Ó&I϶mãöîmˆ$w\oG-÷`¡óä”dccc555ñ$/,,ìÓ·¿ÜwÔ†¿’Ç‹H$ruoÛ$¹û䪔ºX 0™L¿ŽgÏž“••åêêJ’äí;wÞ«Ÿ={¦££ìççggï üâbE•©Þ%kfž?oiaafföͬ•Rë¥Hæ ¾ºšÆëË?»¸!D êBÎ?n¿þï·ðXá®0^êUz‹¾ôÖƒäÙüÿüîÐ-5-µ¦º&ð‡m¬­1Æ7²®Mš8õÏ¿Öx¸{ØÚØ2ŒŒ3gBaP`w%“LÒ¦•Uë®]ºíŽÝ=dðs3Ëñã~ýó¯uOž<¹{/wÒÄÉ,« ðéžØ=AA-[´jøÄåóù²…û îÙ“Ïç÷êþã°É“'ËÌôlÛÖÌÔ”ªO§Ó© Éæ|>ÿâ¥KíÚyjkkóùü>!!? ãóù|>ŸÃá89:òùü––…E…r;•uF(aLJ*ê‚ÍfwèОÏçÛÙÚZµje ¯Ïçóìíóóóß»7.n_jêI“Qòº„š\Ÿ/^ºäãí¥¡¡ÁçóCz÷¾výFB»{—áÛT…ýû¥§§/Z¼äàþ8‘Htîì¹²²òq¿Œ§êT×Ôðù|ÙÈ |ŒßX˜Ä|>_$}êtPìܱÍÐа¢¢bøˆQ®®.¾>>²ÑkÓÆ:rÅŠÅK–¶õðèØ±ŸÏ—;4EžÈM‡’ ž;‹eËúÐð12 ‡cÇ’>zäèè€1â ßg$³£¡¡áÙÖãè±äŽÚŸ9{nîœÙ|>ŸÁ`´kçÉçóÍLMY,VÞƒwnßiÚAIN¿¤Ã‡e'†ä´‘çŠ2Èd2)ÏíÛ?Ñ[îÝ¿ýú¸}û÷ìÙ»7v·ìœçñxl6Û¯cG>Ÿïäì´zíZ%.5ÏT‘ûî¤höÊæ·UË–rkÒéôàóùöâš’½KnÈ=êå†å½cdЩ³íò–,§¶ÅÿÅ­úõë»tÙ²’’’!ƒ‹ë‹ÛRÿ}ÚûΘ5«¨¸ÈÄÄdçÎþþ~RÄ¥ Ñ»%~þ~¿OŸ~íúuww7’$srrœåÚ¡3è!¾€/%iÄ£–›îÁaÂÐÓÓ]»z•ä$WôŽÚÀãWÒTæ®9ÖJ‡÷mßÁÀ@ÿè‘#ÿDoÕ!„ªÚ![ aÒ¦ÛŒ{)ËhVåKÝ·×…˜š˜Ž6Bò2 W·uë׸¹ºQ/[µlÕªe«÷^ã%i!dkc+‰bbb‡ 37o1iâä-Ñ›'MœÌb± žÄìÚÕ#¨‡­í]ž"«_ëëëSSSÏŸ¿°}Ç„PEEå¹sçÄëDR ¥JÞ~–xwÀcÌd0¨B‚@$‰¸akÓæÞÝ{õõõâ“â¯Ù²]°˜LªF£±Ø,ñ¶@ P¾÷ÊÕ«I‡ìù/†ÃáìÞûøÉE>cŒèo ¥0q • u~A›Í./¯022"1vvrúký:™¾ÓPò™Þ>_Òò'M‡ä(455ÛµóÌÌ<Ïd2e£gffàÀÅ‹ÓNÞ¶}Çîÿb MŽ'W¯]“›%”k\Ö‡cï^ÁÓgÎ6D=ɵÒuF*;ƒ´ný_¯_¿îÖ5€Ãáðx‘’ÙT‘ûî¤höÊæWaM‘èØÑcã7²ø|¾………”T•Ü{Ô7nŒ BÅ ðíßóçÏäÝ¿w7—úS×Ð`s8E…Ô^CÃ[7³Ä•wÅÄ<V¬¢¢B½|ýê%FH²>FhРA7®_»qýZBB¼ž¾¾T±AÉÂ;$$ÄSÛS§N™={6F¨K—.™çÎ]½rùúµ«‹-Td#´|ù²¬×OO‘Ü{ðåAoK8 <~%M5aî>ù=ø@³œÁGcL¼³VJÁ×Ñ֣јê·îÀÖw6Ĉ®j`hו¥kÃ5u@2ßo”¬„Ir#ëzÖÍ,WW7W÷ZÈ”µé`ï@ŠD[££ÇŽkffVXXýOtï^½ì1;e›JJêÒ[\Ð%jåªóþX´pÁä©Ó0IÒô5«WYZX èß/¤O_]]]êr@Œ±‰±ñÌÓGŽ‹235]¶t±ô÷K™Uåά^¹âÏõ…ö€0VQQ0 ÿû»·ö£d¯¯O||¸_Æ«ª©ÉiòÖg“±cFû³±‰±–¦æ‡®•<„ööÂåÄCñ.\Ì{7ït:= K—å‘Q æ¯\¹ b!_À'IÜ¥s'›6úúú²‘ÿm⯣Fµ°´040dzÒ24œN£ñüNþþ}Cû`Œe£w÷î½5ëþ¤ÓiãY3gÐh4}==Ù¡ÉõäýéÉ \ã²>(:låA=}âÿ}ÿÿãꃑÍNHHï”ãÇ[·nMTWW¿wïþ€AƒëëëVD.#âS J\.wbˆ«ÉçïÍ`ã|ŠDë×o((,D«ªª._¶DCCCCCCjÎÉN•÷OªOäñx&Ffw[ùÿŠëK ’OÐÙˆ a,ÂB"ù,£¶7v £ÄQÖΞ9óûŒY¯_¾Ü·wÌÏ¿(¹Çèߘ“›ºnýšáïyfSÌŽí½z÷VQQUnóæ­›‡…ôÔ'¤‹³Ë{mjqµ¥Ê“$9»º}!©¹•uãËqòͤãËãô3ýýýƒ{ö@ñxüÎ]ÏŸ;óÍ'îëTãyÓæ÷‘qþúØ‘a|}Oìüo¿¿¯ûGùò{+ëFPpo%Š ¢·n  ÕÐÐPWW‡µÒ/p±TâKBúzúW¯]nëáI§3BÆʯǵð›(ª*Ö¾D¤c’@˜©Ó¦ìQͨƒüú°²§ú¹8¹¬[¿ÆÅÉåÞI¦Ø¦³£“H(ˆÙµsè¡ÎŽN~Ôüâ( ä›OÇ5Æâââ ¿þfbbÒ=ð¹Kzßvâ¾Ã_mòü~ ôw>¿ô&ÈËW‘_éƒüòD)ÆoÕ©¥©éƒûw3ÏŸ?†Éž÷¼îØ"˶ÕŒÜA]ï/ª*¸Zp%»/–{èb¤ì ¾‹³ µœùAsW¹MW7K‹ÚÚÚs<€*…€*mNŒãî—ìÅdž;“ªô[*MžßO“†Ð‡<èúÛ€Ik‚ ùUäTéW"Kß¾¢Ó-,Z´°h!QÁ«îÙéûg·‘5Åo5(AÓ´$¦#¬h­´Éçåûlr¹ÜìT) T) |ûÎ}wš´‰ÖJ¿Êƒü¢ Ñh!⽳Ѹ3iÜY²€|÷½‰F§ÓÞ>„Ÿ ˆêêjÚGÿ)}R› Ja ð1 ª|ƒ©"-Shß¡(UøÛN J攤„Ž®ÇãpØyáP$ÒÕÓ#I’ ––ÖËÏ Œ?Ò½—/_p¹\A| › Ja ð1 ª|ƒ©|çiUú%%ƒÉrrr¹xႽ½‡Ã¡~_áC¡3"¡('ûV瀮|>ŸF§ÛÙÛ_ºxÑËÛGO߀֨/$‰_¿zyùÒ%'g'&‹õ)lÊ­“{;çËÉÎå ä›IÇ÷6Æ/yP_oÀ¿ùÃÇ«ÿ%Á7“Öä#Iâm¦¡©ÕÆÆFOßTé—›Íncc§®¡qñ|fII Ù¨[×i4š®®^瀮VV­kjjèt†¥¥%)"oܸVYQÙh›\.×ÉÙÑÈȈÍQ!¢ÉmÊ­6|Ì  ª²â»ï·úñW_[ûäÉ£œ[·œœuå SP¥_$)²´lim݆ Ñ>ÂÉçókjjÞä˜Éjeeejf* ÉÆž “Å¢$é'² ïDðmöéèéÛ9:Þ¿wÏçƒTé‘Ę@³ A€o6›­¡©Y©@v+[+}ÄiášVõ™øæ¡~¸RѵÊTiÓÞÿÅAÏ|„ý.0Ö#cÈ ÐPUJ6©*µGK Ì}ì‹—\E î@CUiŠR-tËX홵oJÕÑÍÚ[ÈB4P•6™,mMûÇÒu ©ÝÂuü³ Û®ë ô€šrUÚ$pp±q]ǸW]Y¼®i=|‰ƒ‹ÒpÁ‡ Á­Å/ƒÛ™, w2Ðb+oåÑZ{Ro럻[Y꫎êÖò½½ „ýõ74©¶ Ã1И0ð½ói¯+Õ@[Óv˜'[ºNÂÂç4\FüVîSÐõ¾Å¨[žhDjù^#úZìåõtam¢^VÍ'V­î®ÓO^UðØLzÒå"©Ê4A’ï–D'gƒS·^4FÔ¿ÛvKò4@ÓªÒYÄb¡ GúZsÖ9swý–«˜AÝEÇóoë·è©eèjúhŸÙ£Ñ¼9äT>ÒRdçúƒR7+íä«ÅmL5>«ne¤Ž0îìl Â¢½RŒ²ÐWëãcº>é>U¿——©¾{@ ¡ˆä°èµwÐ’«Æd3é…¯k÷ŸËŠ0BÈÖ\³»‡1Bc´ûô/]ɶ?µžs!äf¥àbHbT^Ãßw&¿º^È Óæv¼ûJO‹£«ÁJ¸Pøôe Ì¿OGfæù =B3g̘;wΗãXQq±½··÷‰ã)¡˜˜] -zõêU‡í=ú‘ÖÈšµkBS§Li´…&GÒ¥&)ªu¡÷ÕÖ64±HÐXõ•i‚Z&KÅRHc!„¼k$‰uÌ;¨é˜©ä5( Í cj±©\;ÙOÊǶN¾Zäa¥‘󲕑:ÆøÒÝדúØ&_-‘ØÛF÷Bîk±«I mL5wŸ~\VÍoa¨þƒ›Ñ›«˜ô{…•‡‹*[rùrÝ¡»!“†1>vµØÛVoó±<©®÷Ÿ}ZË!„úúš»[é\º÷ZK•9 ƒÅ¦£÷_Uðè4‚N#dÛbŒu4X½½L×&Ü­¨º÷ò2Ý“þcÌfÒîT<¹ZlmªÑÍÍ(:åÌ¿OÇÞ¸½!:·o_3«R‘HD§ÓíÕÔИ2y²…¥õríºu¯^½:x`¿‰‰ióIÀ5ÿ—€Rþ|6Uºæ=ªô ñøt(¿®´ñgE[ž•1žd'W¿Îf¨ØÑ˜Þ+^íS^]A7¤1-+_d>ÉÚÿ¼ŒqV´µ†4•k!įj-¹úZœ'/j(¯ªê„žU;Zr9Lz3ˤZ½ÙÀ¿Ý‘ø~a%ƨðu] Cµàv¦Z"–j"ù×ÖZwBp›q=¬­Œ5 ¸ŒQ+c‡Ïª^–ó0FBæ H©¶Ôv õÅÕå5ŒÑ¥{%VÆÔ^|ü¼cô¼´^[õ1áýÆþšwèP¢©‰ÉÀž¾¾ºzú­­Û,\¸ˆ$I@б£Ÿ±‰©¶Ž®½½Ã_m[èèç>\Oß 55uÐ?›èèê9:9Ç'¼ó3i•UUk×­‹‹Û‡òóïôðáC„P¿þ¢££%«UTTÈ‘õGjàr+¤¤¤øùwÒÓ7053_¹j•‹«[eeeee¥¦×ÅÕMÒ„PbR’·®ž¾Ukë9sçòù|q|ÂÇy´õÌͽ+s©^>È””Krƒ,é§";rƒ| k¥|¨ÑvKP‹þv3Þ)‡ê´m2· Tãêóëž°ÔÜÊ_Þ*¸s¸œ¯}›÷k¡¨ µº¤Ä‡K÷^‡´:“ý’/aŒB’/ed¿ngªÂ¢ß|TV]'Zâ¥ê„"Œ1_ Â$æ Iž@„zVR¹ï¶©¦C -'ƒµ wi4Bv°VÆnVÚëîò…¤Ÿ£—È„"’$±dMÙ¶oªá7ÕB¡7>ß¶å hÞo VÛKNI©¨¨><¼Kçα±{ãâöy{{S»îÜÉ;vlà¿Mš4rä¨kW¯(*¿yófxøðíÛÇí]”zòäê5ktuuÇû¹ÿþö$IF­X9÷?:u£ƒºyó¦ÍòåËÎ_¸œœ2kæLï{÷îqØE~F,˜?zÌØ’’’íÛ·Yµj%¹ëÀÁƒRFäúÚ÷ÿ¿Ô*·‚Ÿ¿ßà!aªªªÌ«©¥)‰VDE†úûï êê’fee >ÂÐÐ`åÊÇŽ%oØð7‹ÉûÓX„ÐíÛwhmm½rÕª•+Wnß¾M²á­ìl©^>È””KA( ²$²vdƒÇÀ7¢J?þæèaçagú•N9³¬Û òJ úËü[ûN×®x)ò¤:QÖ#Œñ½‚Ê“7ž]Í+¡ü¡ÎÈ?zVÅaÑ\6½'ëçÛ[»1eAÜ!¤¥Æª­f=*½WX±d¸+A ‘ˆDÑ$’¸ J…E+«æó"!çVÚÏKë0Æ÷ +ûø˜ék±_–×3èFðÒm1ÆŠ«B}Í5U™5|o[Ýû…UR>Hþ>qqq!o/ï–-[jjjÆ'$DEER»ìíG‰Ú²eKÎíÛ4:]nù±äd’$Ïeffž?OµMÏÈ9rDÞƒ¼Í›7—WTðù|„ÐÛ·;tìˆ235Þº… ˆÔÔÔuëþÜ›——çêêêíí¥ÈÏ.]º¨ªª–””ôï×Oj—…¹9BHÒÈ–­[eý‘T¥r®®©‰DÆŸtúikk#„(¯è÷‹?Æ”¤KJ‚¬ÜÎ{#Ÿp`;Ÿ¦©¥ekç`lbò%ªR„PNýH½çQ-õMKž—æÔÏn å©[¯H•,Ú}S¼ÝÊHýLÎ YSâ:Š+ÿJ¬Dñ…¢éÑWßxò¤,çI™T“ƒçž<÷T²D Ä[ŽÞ—u)ûqYöã2Em'o¾Lm\¾÷úò½×’Õ$}¨¨áGü—÷c$é­ל\ÝUTUÆ¥%%:ººÿÏH|¼@ <øÇ^Á½BOž<™3wîÞ½{)Uš——7Áyyy­[·677§ e˃ºwŒŒŠwwwWᨤ¦¦ÚÙÙò|„––V=—žž!×½sç2³nduèÐÞÅÕ%--íõë×£¬¹þ÷ê%n"·BPPPTÔŠ¿7nTUUåjsÁØ1c444ž={¶sgŒµµµe K±…AAQQ+¢££uttŽKFõìÑ£!ÞÊöò¡¦$]jHyÿÎpø|RØlv=wõÒF&Æ_¢*-ú–ÕªäÝ®¨7*ú6t¡Tºšìñ½lK*yWᅥÇﻹw]ÜÔTUUÕÕ µF(fïÞ8„Иѣ===B"‘hÅÊ•ÇOœ˜3gBÈÍÍ­¨¨8))ÉÖÖ6zëq+Ùr—˜˜Q‘Q?ÿ<ŽÉd:88ôí××ÁÞþäÉ“[·FŸÉ8ãè蟟/÷kbìÞØG‹D"›6m–.]Ò¸ïšRFäú#ÙDngçÿv튌Œ\¼d ›Íž2e2BhòäI‹-žøÛoëÖ­•´ðï¿;–/_>mÚt.—;aÂø9sf¿j€ª–íåCMIº´yÓÆ÷¹A“ª ùíøDput<½½oÞÈúPUJp¹ÜÜÜÜÚÚÚšššèÍ×ÿ½©´ä5BèHbÂÅÇ&tQ›ö »úè”êmedkH ‰·ZNpH¨Taò‘¤°á£ª*+dë'Æðë ®®N]ŒØ@=ð„ MA# æ½{Búö—Ý[YY‘žv2(¸7B¨¨° zëÖàP uuuå¿íÔ”.–ˆZŸ¬Y["I |,$I"Œ „¾40‰ F#nBh¦3øÏnyîÄ“SêÄý{151©¬(ox9ÍI³ªRø`Uºur{Ð Äl¿A€ï„U  JP¥€”ßí@S1.,å•T‹Bx:Ú× A &ÐU£›è°éð½T)|]’4·¸®¼¼:ãRNQi I‚.ýŠ¡ÑU¿vUõšv¦ªøØ\T)|>ŠJyeåÕ_ ídïãnÏf³ &_/<ïüµ;O\îèU¤J7ÓaËýÂçóA#~Úäã3Éd±XlÐÊ€*@%U¢ŒKÙ};Ûû{»B4¾vØlvg_7‚@—o÷èâ%«J1Ƶu5ó^¼xþå‹"‘¨y£Óé†>>í]\ÝšY €*€¯>‰ŠKk½Ýì!ß ÞnvûNÝÈœ|>ÿaÞÃS'Sƒ‚ŒMÌh´fºøT$ä?IK;©¡©ÕÆÆ†ÏãAšU À;`ŒH³X,¸¢ôKãæÕsÞ¾ëøœ‹-"åÿ*3_À¿tñ|÷ žÞ>Í< KK=}ƒcG;8:*T) Õ)‚ûï¿ÜÔ4-’|ñâ…‘‰ég‰UëÖÏŸ?k¶ZP¥šø„𴬬!¤­­Ó8ƒ"‘èséBƒÙlW²€*€¯SúXþ_à H”$ éÕ!”xøX£…)ð¡ÀYà§®®~ÎܹNÎ.ŽNží¼þþ{ãG$IrÕêÕ‘>ñ'  ì{ýú5Ù]Õ5Õ›6n-ððw;w¹Ö$›uRªP$èÇ쎕kM²IÖk.®®#5E"aÃ+Ëõö½f¥v÷ðh´·!¡¡;wl“Ñ–o^–——öéÕÃÉÙùZVε¬'gç>½z”——~¤.?~üÌ™3333=<<.\G%€\à >ð-“sûvfæù¼û÷8BHGGgÊäÉ¡¸¸¸•«VÓh433³-›7éëë¿xñ¢K@×Û9Ù¡û÷ïûÓ™ŒôúúúVV­;6ïAÞ“ÇOÖ¬Yíåå±pa}}}ž=ÕÔÔ÷ï‹÷USSÃb±˜L¦BMŠ‘Ô=øC `³9ƒéÜKUUMQÃ;·s'%f^¼J’øpâ¡Õ«" DÔÖÕmŽÞÎb2ùi ‹ÅêÙ½Û˜±ã23Ï–––ðêëitº¡¡‘³³‹••uyyù¬éSoßÎáóù½Cúô í'Ù$ëÆ W·üüüîÝ:çä>@ñùü.þí·ÿ»«-å@Qaá¯ã*--13³¿Løµs—®3¦M÷µjÍúÓ&?zø ºªúçñ~úy¬¨¨èÒ¥ BhÈ!:u‚T)ðÝ‘}+ÛÑÑ’¤bž>}:sÖìó™™&&ÆK–,9köömÿ(²P]]ݽ{`„÷‚Ó§O/[¶<1ñPÄ‚ÿü³íØÑ£R5 8<<|РA wïð±ׯ]Ý·7vù’E^Þ>ìçßYR-Q¬[³jü„‰L&“Çã͘>åâ•,---êwƒØl¶·oHh?J‡mÚø—ƒ£ÓêíëBÝ»u6cj Õµ®žžd„ÐíœlGggŒ·ïåË—Ü<ÑÑÕ¥Óé<^½‡‡ç¥‹ç÷Æþ7}ælƒ!nríêGGêåͬëN..R}]¿vuä豓¦ü.év\ìîøƒûwÄìVWWßðçºçÏŸñxõ’]Ëmuïî±YEëëPÑÈʺnckÇãÕŠ?(Û×£‡LLLÙl6WŸuýº½e3õDr;ooÁ»—‹»«««‹ùwûØŸ¡Îà“$½eSøˆQ***ž„¦¦¦EEEÔöóçÏUUUa¡@þg1„ø†qtpðññ™4yruu5B¨¼¼|ݺ?}}}Ïœ=[\ü !³ËÏÏ!¤­­][[[^^Ž:•vJÙ79ƒ’˜RåçÎe*ócL"É¿È%‹}=Ý÷ï pæü•…‹—ÛÛ;IÕ D***Ôöã‡tV·‚FŒSQQIT_`ddLí;uËÁÑI¼íèäŒI¤£­{3ë†P Â$zñü¥t“¬›ÎήԶg;ï¸Ø=å½CúJ: ©¡•{ç&QeEUä²%NN.R}éêèžN;Y_ÇÃ$*+-+*,Â$º{玧§—šªúëW¯·oÛêèè,ÕµÜV’fÅR;89KŒÑEQ_Ù·n‰kædgS51‰vnß6t¸Øø›Ì¼}É«ãÅØ?mÊ$_(à §M™`?¯Ž'å’dÛ÷bee¥¡¡qêÔ)„О={áÀÿ !¾mbvþ±p¡·/ÆXMMmÔÈQ‘˃{õBYZZnݲ™ÒšóçÏ îeeeelb¬ÜæÈ‘#ÚyyèOI.[¾Lùu¥$FøÝsÅÎnn㛬®®þFÉ;“lbfZZVJíúkýšË—.²ÙMMÍ•kþÄ[XZhkëtñ÷>rtaaƒ£#U3;ûµÝoà sç2|<]ÕÔÕýü;G,^*Ù¤¨¨ÐÑÙ…jÒªuëêêꥑ+¤Üè7``Rb|Ÿ¶6¶vt:ÝÃÓ#,¶ê?hðÅ‹|½Ü¸\m 5nÀ÷øã„qcîÝËÕÕÕSSSspr’òvÐà0ÙV’fÅH;ìäDUÈɾåÙÎKQ_ÙÙ·Ä5oßÎnçå>“‘Îçó‚zKu!~©ÉÕŠÝ?x@ßö^îc]ÝØýñš\-üq'ù7nÜ8uêÔyóæYXXlذŽJ¹\.777·¶¶¶¦¦&zóÆõo*-y:’˜>j,há¸=:8$Tª0ùHRØðQU•²õìóï £«ûµ ðòÚ¦­šÒ[v…µ!üœ˜€ÒÓ×ß´u;AÐ>'Ÿ”Û99K–E™š™Ëú/U¢©Éýoï~jã+,ÀרRh&0Âd£~q´u›6µ!?Ù¯•¶he•|2ý>“éå—_ûEâéHäWû£©žíù/[¨©Åýª ªŪcL’‡/15M:. ?ËX„BÁWz‰¨Rh6éƒIP¥_$M›‚F344,ÌÏ·°lÑücyøà‘‘1Ì4@• O¦ˆF#ªª«™ 8â¾, ÍÛ<.xш†¡€N#BÎ.“åíã›–vRGO¯µuFs%](>È»¿ßÞ>¡ý¤È ª„bѱŽÊ­{OÝí[B4¾ ²ïçëª2ä=ñ™Íf»¸º©kh;zøÅóç"‘¨y\¢Óé†FF}BûÙ;8ÔÖÔ@ŽU €4:ê ÿvŽO\"r´6g0ಿ¯¡P”“WpâÊãþÞºj„Ü:$IÚØÚ::9S¿Õl$)ðA’ªù˜ê²«xšý½3.ß>zé)Ççñ \ Jà ‚F ;Õ"z.^‚Ç }ÕbЮa®§"ÿÂRT)|ÉRÆL‡m¦Ã†P€\hT)€*@•@cf-ÆQá@à „N§ ‚F<T)ðõ¡©Å­««c²˜ /K’2˜¬çÅEšZÜm ÷à_¶vöW/]ôôö142fÀoxÀƒ@ (*xzõÊeWWP¥À·±‰ Bèæë•$IB@à F£iji¹ºz™ƒ*¾aJiS¾E !@•¨RT)€*@•¨RT)€*@•¨RT)|2„B¡¦WS‹ËÕÖ1·° èÚ-6vïY(*.ÖÔâþØ]ª|ÍÚµkÖ®ýìTäÞgç ‰ð•€ß$ALúí·ç/ž'%þyܸGÍ;çcUךµ¡©S¦|Þ¡ijhL™<ÙÂÒBv—H$¢ÓéŸM•~ñ¾R`­øFg6¶paÄ–Í›O¡Ñhk×­+--E%>ìãë««§ßÚºÍÂ…‹H’¬¨¨ôãFÆ&:ºzŽNÎñ ’vfΚ¥©Å1s–³‹keeeee¥¦×ÅÕ !”˜”äí㣫§oÕÚzÎܹ|>ŸZÅôñõ¦o`èåí}+;[Ö7YÄ ÃÇy´õÌͽ‹5j´¦÷Æ¡óç/hjq?¾²ªjíºuqqûÐÛuÓŽ~þááÃõô ._¾¢Ä+)ãT¹Ÿ§aàBûö;w.Ó³—¡‘Ѭٳ?ÔUW7©ø¨Rø?ÎNNövv|>ÿæÍ›7oÞ ®«£·7¶_¿¾«×¬Ù¸qÓƒ““S~›8ñàý¿NÏasÄmçþñǦM›§N™²"*råŠ(•íÛ·­ˆŠÌÊÊ>|DYYÙÊ•+ÜÜÜ6lø{Ù²åT«;wr»víºjåÊ»wï9Jʹ>P»nß¾ãæî6ñ×_óòòV®\‰6l(Bhßþý¡ýû÷#„† &;Æ›7o²ØìåË—½xùB‘W²Æ)²²²LÍL=Û¶MKK8hÐÀtut7nÜ”›{÷ƒ\])˜x¨RPȱäd’$Ïef8hëÖh„PzF†…¹9BhOllLÌ.ïííEU¾víÚ_m˜0a|DÄ„P`` “Éd2™ýûõ LNI!IrìØ±£FŽ\µrBèè±cTC{ûQ#Gî`oŸ——WPPð^¨]666S&O1b8B(¿ !äïïoffÏãñ%&ZYYùúúÈŽËÌÔ4zë–±cÆäææ*òJÖ8…µµuäòå”üíÓ'dú´i?üðB¨  ÿƒ\•ŠL6àCëJ¯’gÅÅwso——•!„BûTR3++ëNn.“Étvv¾tù2Bhüø_†† ¥öªªª´hÑâðá¤Ó§NßÉÍ7~zFƆ !„¸\nEEÅñã'¦Lžl``€"cü^ßx|¾Ô†$AÈú@mhkk#„ht:Bˆ$I„FµpÑ¢’’’_ ·G3ssʬdSèêê"„L&BH_O_\N’乪<> öÁ¤ø ÑhšZZ¶vÆ&& JïB’ÞºqÍÉÕ]EUa\ZR¢£«+U‡$ÉÅ‹—<{þ,!áI’Ó§MÓÕÕ êÞ=22*>>ÞÝÝ]…£’ššjggëàà˜u#«C‡ö.®.iii¯_¿¦,XYYýò˸‘#G…ôé“|ì—ËÕÐÐxöìÙÎ1ÖÖÖ=‚‚¢¢VDGGëèè;–ŒêÙ£Õ0//oþ‚"òòòZ·nmnn.é˜\‚{õR4Ø¡CâV¬øûït:}Èà!Ê#£Ä«Fð¡®JÆGjM׿sÌ[€ï6›]Ïã]½t@„‘‰1¨RàçnîG75UUUuuƒ!w™c¼zÍ555›1£G†rqq‰‰ÙõóÏã˜L¦ƒƒCß~}i4ZìÞØG‹D"›6m–.]"6Ú§OIIÉÔ©¿‡öíw8)qòäI‹-žøÛoû÷ÅýûïŽåË—O›6ËåN˜0~Μٯ^¿F¹¹¹'%%ÙÚÚFoÝ"å˜\” Ö¯cÇŒ3gŒ”GÆÅÅE‘WàC]•Œ”*•ýÚ|«put<½½oÞÈúPUJp¹ÜÜÜÜÚÚÚšššèÍ×ÿ½©´ä5BèHbBø¨±Y ˆÙ*U˜|$)lø¨ªÊ Ùú‰ñü:¨««3™Ì/j EÅÅvvöÞÞÞ'ާ@Z€ï‚F0Ì{÷„ôí/»·²²"=ídPpo„PQaAôÖ­Á!¡êêêp·ðõA’$˜Á€•~øâÀ$f0’÷04ø\¾Îñ{ïïi~LML*+Ê!;Ð`­U  JP¥ªU  JP¥ªøN026)*.&IrÕêÕ EBH(~!ž¤$kbUºm{ìžÝ©'Ž™yÿ¼ÎÈF»ùg†€*±pa}}}ž= „JMMõóïäíãÓ¹K@vNz»²µhÑb_ßöÞ>>Ù99£Fqs÷èÕ«w]]ØÎ{« óóïäæî1zÌX‡Z¹jÕóæQͯ\¹âçßIÒ1Ùúõõõ&¦fÓ¦Ï5jt@×n.\TT(w Šlšš™Ïž3gÀÀAÇ’“ŽïÜãâêе[LÌ.q¡Üà4°wªfDİ¡CÛ·ïpéÒ%%uꡤɿ;wºº¹wû!páÂE²‹”qqqm=ÛµóòîÛ¯ÿ«W¯B3gÍÊ{7î—ñ å!´té²öí;8»¸Š;’à QMMͰ°:vìè7mÚtI uuuý \¹j•”3²CPç÷¦F*zË–-_¸pÕ$++Ë×·½d´%g‚"¤ ¾wÚ7Ð1Ùt€*¾?Uº`‡Ã9vôèþ}qÏŸ?ÿcÞ¼¤ÄC/\X½j帟ÇQu*++===ÏŸÏ4hPHHŸˆóo\¿¦®¡žpHÒ”òjoØp&#ýÆõkš{bcB#†?pàŸÏGmÛ¾}ô¨Q’Ödë#„ª««»þ°}û¶Í›6Ž3F$É-T4¹6«ªªºìß×»W/ªäéÓ§‹/>™z"ídjEEU¨ÈfÃ{¯®®îÞ=p÷ÿ-Y²xÙ²åŠ:’Dn“åË—Ÿ>•–zâx]}Tý§OŸÎœ5;)1ñò¥‹înn3gÍFEEFš™™ÿ»c{DĹy§rçââ’™y."bÕ‘¢Q|hˆN¤¦ªªª;wöìÙ3 Fˆ-”––†ô éÝ{ú´i’ÎÈ‚¢Ô¿?5ïFoðà÷8€1FÅîÝ;xð`ÉA‰g‚‹³³BÞ5¨|Ú7Ü1©tHÁ€ßgΜ)--öæ³³¦†Úàp8AAÝBnnn¶¶6!ww÷ü‚|ÉæÊ«ý÷ßîĤ$&“ñòå+›…Ò××oß¾CÒáÃݺvMK;µæÝëêdë#„˜Lf—.]BÖÖÖçáDz…YYYr"×&‹Å¢š‹¹páB§NôõõBC‡†]¾|YIpÞ»ŠŠŠ··7BÈÖÖ.¿ @QG’ÈmâïßI[[!ôã AgÏœ•òܯcGc„Pxø°.]˜z‡Ó³g„·—÷âÅK”Œ÷CCäêâ2oÞüÙsæ´÷mß­Û~÷  æÏ§:mÈdãܦMåóV6z-[¶466>þ‚—W»„„Cg2Ò%»ÏE>ÈT>íî¨RxŒqÛ¶±{öH•³XoNg³9âm¡@ØÀj™™ç÷îÝ{òdªŠŠÊ–-[òòP{;fѢů^¾êÝ«—ªªªØ”¢ú$I’$I£ÑB@Q¡Ü(²Éáp‚2“ùæ€Ád*N{§tµA£$I*êè½M>,‹ N£:R4Š QË–-/œÏ<ž~ôØÑuþy2õBˆÁ`zz¶M9žÒ£Glðå"7õÊS#7zƒÿWSSmooodd$%Í•;#× ’iÿAŽ(ÎàßÇ×/Cü1ïç矙yþÆ”¸•ÝT½TTT˜š™©¨¨`Œ“’‹Ë½¼¼*++×ý¹nÔ»§ïÕ‰DûöíG]¸pQ(XYYÉ-”;E6eñññÉÌ<___JII¡ §½7¼#åx{{§§§—••!„öÆIŸíõõõ=sölqñ3„PLÌ.??¿†ä].ÊGÑð?c2™½{õŠŠŒÌξEÝHDĆ¿þ"1~Â’$%Q4¹©oˆ«RôëÛ79%egLÌÁ?*ªÓð0*§áŽI¥ãäÉ“¯_¿†w'þÿ.!¾FŽÑÎËÛÀ@ÿxJÊ¿;¶OœøÏ'I²gÏÎNNMÒE@@—˜]1}ûõ×PW737“Ü6ä`|‚ƒƒ}CêkjjæÜÎéèç_WW·mÛ6:.d d¢Ä),--§ýþ{ï>æææÚ\.U(צ\—Õl`GÊiÑ¢ÅÌ™3üü;éêêúøxsTT$÷ZXXDE.îÕ‹2¾uËæ†ä=ñÐ!Ù½ÊGÑðåädÏ_°€N£cŒ£¢¢ †X˜þùçº)S¦Žûeü¦KNB¹Cs]•BKKËÇÛ;õäÉ¢£Õù 0*დŒÀïÓ¦oØðWÇàÝ ‚ËåæææÖÖÖÖÔÔDoÞ¸þïM¥%¯BGÂG…Í@ÌöèàP©Âä#IaÃGUUʹ9&áÀ>ÿÎ:ºº_ÑGŒÔ}Р÷ßz\__ßÚºMỳÊ-l6>Kïuuõ**„вeËË+*VDE~óÂçÍ2@¢¢ªº'æßÐþewUVV¤§ î**,ˆÞº58$TCCC]]ÖJàÓ’ŸŸß¯ÿ ‹~ýúA4Î’¥KΞ=W]]meeµeó&À7¨Rø´XXX\¹|©áõ9Žìj™ÜÂfã³ô¾tÉ’ïmª|Þ,|vàn'T)€*¾àºR€o„¤„ƒšŸÞ¡Ms;/¨R€oêa+ÍFò‘¤¦2gð€Ï¨Ràógðï’$yuõ|€a‚@ Ád²9l‚ 8À·ÇÝ;·äÝWRF£µjmmkg±T)4|¯¢¼*÷N΃‡÷KJ^#„ôtõ­ÛØ89»¨©©3˜tðñðáƒÀÁL&SQ@šr T) J ùàÕó^<{‘rüˆž¾~¯P3s „PaAþ™ŒÓ¹q·CBú™˜¤HQó§OŸ:»¸F._þË/ã¨}ÃW/_@`/L’J$)BˆÉd’$©¤A**ª,6 !!,à jkk0ÆÚ:ºB¡°ª²!D4®¶vYi U_UUÉb"„H’¬­© …!m]R$ª¨(§Ìªª©s8œŠò2‘H¤­£‹1~ë1.//“ë NWW×[x/Apµu(¯Ä¨¨¨ÖÕÕÂÄ€/¸®øö!I²²¢*%刻GÛá#Ç´²jÍb±X,V+«Ö#Fuus?r4‰F§)9¿'668¸çž={¾ùXQ(ÔÕ5QQ^^^VZQ^.‰h4šX&2d$¯ºº"PyyyyYY]m­†¦&N—T–jøÿ_++ÊËËJËËJIÒ¦‚£¢9P¥ð9áÕÕß¾“­g ß9 []]ÝܹsçÎ[WW×¥ë\.÷ÚÕ+t†üSãØØ½K/æ ø·oߑܵ5:zÁ‚„СÄD-®vYYBÈÏ¿Snî]„а0?ÿNnî£ÇŒåñx¡•«Vý1oÕöÊ•+~þjjj†„…uèбcG¿iÓ¦Ku-k¡¾¾ÞÄÔlÚô£FèÚíÂ…‹Š B©©©~þ¼}|:w ÈÎÉQbÓÔÌ|öœ9Ú¿ÿ€€ï :Á`2kjj¨µLŒq}}HôFMÖÕÖªª¨ÊÖ¯­©A#„ÇãpÞAÇfsB,K(ˆ—G•Ãfs¸\mM-.Õö­¨eijqµ¸ÚšZ\ê°%B]CSK‹«¥ÅUUS—´@„††¦ŠŠªªªAššZš!›­ÅÕÖâjkü½ûŽ¢Ìþ™Ù¾ÙM6½‡B'$¤S:ˆ€''XQî<OíNE xêý,§¨¨T滑$ô„$Ô$@zHÝ^¦þþX×ìf àó~ñÇðÌ3Ï<óÌf÷3Ï3ÏŒ§§jáíã«ôP©TjO/X,ÁÏB•"tƒQ4s¡¦*;g4¼ù曋%//¯££ãË/¿|óÍ7 +{TyY©c§Ž£ââÿ¨¨¨Ù³g¯Yû³îÒœììý@áÂ#F<¨ÓéZZZ}øáýûJO÷T«×¬] >òÈwß}GQ¬\µêñyóv(•X¼øõn»v.ŒFãÄ ãW­ZùïO>~ü‰'„(Á9±¥¥åÕ… ·lþþPIÉ»+–?ùÇ'Ý”i0òrs7nX/WÈÝÔÝUÄbË0ÐCüHQ„ãB~Þ!?C3ö‹=вI¤RÊäÂå§—Fãí£ñöQ{zþì÷‰)”J½^§×iíC$I*=< zNÛe6U*!Nž×é´:Öb6ý,$õô¤(Êb1 ÷èõ:ƒAO’"•PÃ0J¥‡=?MQF£Ád4¨Ôjü ô[í` ;Çrí½¤Û·o5j”}ÕöíÛßzë­°ðˆ––f’t•~»æÛÙ³ï€ûï¿?77÷Å‹íñë AƒZZšõzýáÇ_yå•={öˆEâÌŒ aí7ß|»yˉDÜÚÚ&•IÀßß?33kËÖ­ãòòöìùñŸï¾{ùòå… _{yÁ‚ÌŒÌqãòºíÚ¹H$cÇŽ€ØØX¹\^SSáœXVVÖÙÙ5gîÜ+±¬Éä¦L©T*lžï¦>è®%‘J…¾F‹Ùd)-f³BéaÐë{SÏË0R©L$1 í¸J¯Óº¼½U"34-¬²Ù¬b± ĉÐýi#€a¥D©ôð`hš¢iÇx×b6 ×ÝJ¦iêJÉV›§——}MSÀ²,Ïó"‘ÈÞ7Œ¨¡ Ûý¢7nìE®+,ËæÍ[öþ¸÷ƒþ]]Ú={öŒ?Þž!#=ã›6yyy=ú­·ÞKÄÙ9ÙPTT¼nݺݻ  ŧŸ~ZUU-äÿÃü'ÞxcI[kÛ=Ó¦)•ʨ¨¨’⢽ûömÛ¾íý>Ø]°Ë^rO%pÇqœ0æH_ývNäy>9yÄÚŸß ÛS™r¹\øuwSt·aXV)AÏÓ¥£(•Jíø‡BÓ”‚WH¥W®m†Uzˆ ‚°w—Š%bÖáNe›ÍªR{Z-–Þ×wZ†aŒýϯ%5rÕ…³eËfÇÿj4𦯰?¬4&&Æ>\¸`ÁË ¼lïqY·v­Ëú:tø‰Çç ËãÇw¼àgÕ·êï&qìØ±ÂÝ¢îË”ËåBG²ûú »Ïóf“Él2uKw|¨ðÔR{~“ÉݳC·ç† ÑgO«ÙlVç¾Uš¦»=¸T¸Á [Íí%›LW‚N³ÉW+GÙlÔÏ']9äAaTŠÐÍA„J¥ž>}æ¶í[êëë²sF;>Eßh4<ôÐc,Có½|VͯPWW7ë¾ßEDDÌš5 Ï ºéŸ|’¤)Jrõ¾OgEÙŸ?ŠB•"ô›|Ð%¢ ù|êØÑ#;wl»|¹‚‚‚ãSRÓX†þmn Œˆˆ8zäð¯)Á±_Ó}"B1ýc vîpóö&’$£û÷dž8v¯"„0*Eè&â8–ç¹ä”Ô‘ié$I<ϳ,CÙ¬¿A/)B¿½Aƒ‡à;îB•"Ôñ<Ïдã|[„BõxGB!„ºõ°¯!„îö¹í!tÛÁ¾R„B!„Q)B!„B8‚BwªK/Ô×¹{dAaáá‘QÑØV!ŒJBÝ,õõõé™Yn^Ë0Ì¡â"ŒJB•"„º™xÞMH b±ØýÃzO=2<>A"•Ò4uîìY??ÿ ààGb1I„ÚS&•ʄ̤HLAÆ%$¸,ÓfµVWŸ:,®—Áq\Ù‰ãIÉ)‡Å·47‡„àF£R„nWÇÙ,VЦ9–'‹Eb‰D&—Â)BÈIXx¿æ¦†³g·Ä'% o½Ÿ0qŠT.g¦êüÙógÏO¢Û “¦È àyàx¾¡î’Ë2 BÃ#¯å…dý¢bj/Ö\Ùœ š¦íêÄ„F¥Ý~(›M§5œ9]Y]s¾££ü|ýc ïá¡KDØD93™Œ§NU„„EÄ'$ê´Z!*€æÆz†aT*•L®`XN"¾òÔÔPçòý½mmm͉XåéeOÔjµ <Ï‘$­ôPrw¡ºÊf£µª_dÔOW•,[]]¥V«†áx¾ìÄqв 8¨££­©±‰JeÑ11b‰„ã¸ÒÇýüüX†±ÙláýTj5žJ„ú>œƒî 6«­¥éò¦MÚ;Û¦MŸñê¢%¯.Z2uú½—[[6¬_ÓÙÑN’=F¥f³ù¹çž6ì¸Õò+^]¸PX>zôhΨюkçÌ›3jtb҈ǟ˜o³Ù@(í…¿ý}Þ¼ÇsóÆ•”ê) rFNKO36·¢²ÒM™¡aá//Xð»ûgoÜøÝœ¹s³²²³³s^xáoÝŽqâ¤ÉöÝõtD&“ɹ—5±s¹vçΙ™YYÙÕÕÕ¯/^lµZ'O™ò»ûg÷´ÉW_­ŽOHÌÍ·zõ×Î'Èy—òöÛï,^ü†°IYYYFF¦ãÛjûŽëׯONIM™6sÖ}mmm=hµZÃÂ#ÞxcIFFfZzzEeå¼ÇŸHL1mÚ=‹¥÷sl—|Ë OTyzV”ŸìiZ”ÉdT©~on¬¯¯½X_{Ñ’^鑈-3˲@,Ǽ—F3jlÞ˜ÜñcòÆŸ4… H™LŸ˜l6›ÏŸ;'\(áëçOÙl:m—Á ïV‘Hd±XX†Žç ¥Îó¼ÅlBžç$)~"„Q)B·E3jª²sF÷”!+{TyY©0ð×MEyÅðáÊŸ†ÿRSSO–—€Ñhœ8q·ß|óæ›KÞ~ûÇ­}ä‘ï¾ûŽ¢(X¹jÕãóæ9®ýèÃìßWz⸧Z½fíÚ+IFãÄ ãW­ZùïO>~ü‰'X–u™ØÒÒòêÂ…[6¨¤äÝËŸüã“nÊ4 y¹¹7¬—+äJ¥ÇÁƒ………/~½§vpsD» º•ÐSM.×655?õç¿|õÕ—ÅÅE?þ¸'$$äõE‹ärùömÛ6nXïr“ÚÚÚ7–,Ù]°kÏî®ûðqOup>øýÆï¾BœµëÖ=ðÀŽåØ*>.îÅ—^Þ²yó‘Ç’_|ée7-£×ëSRRŠ‹‹fÏž=}ú½¯/z­ôÄq•ZµiÓ÷½¯˜c 87rªôð¸tñB·¸”ã¸æ¦&ÊFõ‹Œ>í=Q©=µ]]Bà¨ëêà@í©Ñi;/·477545Ö×TŸk¨»DQÃ0ÀsÑÑ1&£1(8T(aDÊH–c««ÎÛ48ŽJîêì´Z,ÐÞÖê奱‡¤u—.a48žW©<ñ›¡¾GðÑc¹ŽŽö°ðˆž2„…G´´4»¼µÔÍss EZZ 4¸®¾Þq•¿¿ffÖ–­[ÇååíÙóã?~ãà7ß|»yˉDÜÚÚ&•]é¿‘H$cÇŽ€ØØX¹\^SSáœXVVÖÙÙ5gîÜ+QŽÉä¦L©T*lž¿pák//X™‘9n\Þu‘s pY˵……²³²bcc…ºI¥RÇi1.7)))=z´¿¿?<øàÜ#GŽüâ^\HTTTpppqqÉÈ‘©›6}`ÿ>Çrì URR’“ ?üÐØÜ<7-#—Ë'Mš‰‰‰ƒ Œˆˆ€¤¤¤ºúºÞWÌ}#÷AAAMMMµ/FFEÀžÝ;9ŽžW{zŽÌÈ+”ím°{W>ÇsÂüaqñö+=™L~ìÈa^$‘$ R‰$fÀÀÊò“”ÕÊçíí£ñöÑiµ u™F$14sMsÓÈ·üo')%U¡TBê$‰F¤’ý"£YîJôiµZšë9ŽKJIŒŠáx®^Ë5Ô×ÚÓ×Ç'22J%Ì gY!Q­R$úøø˜M&Êf  õöõúS;ÚÛ‚‘’*ä òó ’ _¥‡Ë2¡ñö†fÚZ[®üñ&$FEG+J‚$Ú.·à7!B}Žà£»àÚK,òóóoèùሠõuÁAAœ«nÑaC‡¦¦¦¾ð·¿ 7kî?p`íÚuúÓ“¿¸Ó‘#Gêõú÷?xÞχïu:]hX˜B¡ày~Ë–­öt–e7lØ%%‡šŽ‰‰q™˜“3ª¨¨¸´´TˆYË+*Ü”i×ÔÔ,‘Hî™6mÙÒ¥å.Üãžs .kbçrmvvNáÁƒUUU`³ÙÌf³0µH¸]n’žž^TTlµZ ??¿[­Üס›Y3gîÈÏÿjõê9ü¾§< ›šš`õê¯srr®ï#×ûŠ9¶À¯?MΗZÌÕ+—hšùŇõ^ºXc¯I[kKKs#Ïó—.ÖÔ×^¬¯»T_w©­õ²=Ã¥‹5u—.ÔÕ^þu‹¼ z]scCÛå–Žö6ûÃJ-fscC]C}mC]mgG;˜Í¦ÆúÚÆúºÆú:aÖ?Ïóö‡•¶·µ qggG[CÝ¥æÆ0 uµ uµ-ÍìÕ:;Úêêj­V ~"tü^c ;ÿS.‘ÄÆ<°otŒë‰ó…öÅ%& .ξ^ýÕ+¯¼:"9… ˆ   õëÖÆÆÆ q’{sçÎùïÿ6 :Ä117wìê¯WÏœuŸZ¥ ³§{zzVžªÌÎe±XV®\)‰hšvN úò‹UO?ýWEq7eÊä¸áÃ{*Ó®²²âµE‹D¤ˆçùeË–]Ç4sç\ÖÄžßåÚà>ü=ü0Çñb‘èë¯WÇÄÄ<öØ£©#Óüwæç;oÒ¯_¿žþžé÷†‡‡{k4Ýjå¾Ýxyy¥§¥ìÞýŸÏ?ï)ODDIJ¥ïL6 úõë÷Ù§ÿ¾¾Ü5UÌÞÏ?÷ܯúD¸Zýaó¦‡çÍÇB¿Õ«>Ÿ:}F·Ä?l™ûÈ<çç#À¦ï6Œ“ëãëÛËòyž×iu7¬OHÌ7¡ÛÚ=»w>UñÇ?=MÙ¬îß¾x­}ô±I“&Ξ=ûsZ­Öþ±ºõæºLDÈ-›þ›‘•í€ú-,¼gƬn‰ ¥rÍê/gÜw¿s~½^·oÏîISï€Æ†úÏ?ûlêôjµZ¥Ra_)º ®½B¥ROŸ>sÛö-õõuÙ9£…™O õuöï5 =ôËÐ70$­««›ußï"""fÍš…íBõF¥èîø KDA!!óÿøÔ±£GvîØvùr Ç%$¦¤¦± }îásqôÈáÞç—ËåÎ}¢.B!ŒJº½qËó\rJêÈ´t’$žçY–¹á÷ÝB^ol„F¥õu<Ï34í~V2B!„n |2B!„ºõ°¯!„îLgOŸª®:ï&I’Ñýc ‚m…¨!„ÐÍRSS=aòT‰Ó;±ìhš.ÈߎQ)B£R„B7ÏqnBRH$Î/>u´w÷.áE¯"‘xà Á¾~~À²lÕ¹³ím@€L&8H¡T..JJNñðPÀ©ò“ etL¬s³¹¼ìÄÈŒ¬^Çqöî;âùÚ‹#££ñü"tçÁûJBõhÜ„ÉÓîŸpúT…D"€Š²RŽçó&LšrÏŒ¸„¤òÒ<ÇÅTuö,I’mm­£~Øð…RéºD‚ðòÒ\S¼}~öÊŒ‹ª %ž„î<ØWŠBȽN+“ËmV«L&ëììÐj»&O»— ­V+•JƒCC›cb´¶47Ô×^¨©IJI•H%:­Ö^BcCCí…‰LêíýS|ÙÞÖVS]ÅóIЦV«Y–­,?iµXOooÇ[ 8–-/+Õx{Ó4ÍqÜ¡âƒ<Ç%ŒHnnn¼Xs @.—/‘J9ŽÛ¿wOpH(CQ«%vÀ 7>- !ŒJBÝZ/·(•J©Lf4Ôž^2¹\ÛÕ <jµWC}ÝÐáŠ 3ôöm-fKuÕ¹Ñcò¼4šãÇŽ”ÍV}þ\Zf¶§——¶«ëøÑCi™Ù—[ZÄbQî„I"’d†Ê¡l¶dž†† 4„¦éƆú1yãš6çÏžÍ5ÆÛÇ÷teyMuÕaÃ9Žc&*:ÆÛÇ×l4È5–e<‰aTŠPÂqœÍb¥hšcy‚±X$–HdrAØ8¹´§ Ÿ¡–eÒ³rX–Ž#‚eÇwOð®âd©J¥òõ÷‘"áÏvïž]Q1ýcúÇÚ¬6«ÕÂó<Ïóz½®¥©ÑÇÇ××Ï_§íòñõ»P]¥T¦éõ:’$ƒ‚CŒ@àk2¨¡¾„²ÙtZÙӕÕ5ç;:ÚÀÏ×?vÀÀáqñ*±D„M„³ÜqerùÙÓ•ÕçÏ©Õj•§—þì–e :u]ž^^f³ébMufÎ芓eõõÞ>>?û¥‹šæ8Hòêü*ÞÛÇ'{ôXîjQA(Êôì‹ÙÔP__{éRòÈ4 IÒ×Ï_¯ÕZ-Š¢ºU I𦮔ÉóÂÜ,!b¦i 8žãy^$9Ö!Ô7ál'ÔWîß«Tz8.Ü@6«­¥éò¦MÚ;Û¦MŸñê¢%¯.Z2uú½—[[6¬_ÓÙÑN’=F¥AÁ!Óï!,wtt‡Ü%gÄ? ðV•ÆqÜŠwßíeæ .dffõÙ¿>×Ô7›A¯ ±XÌÚ®.µZ­Ñx—Ÿ,"¿®ÎŽæ¦¦þ±Jމõñõ8hÈéÊò+}”à¥ñélogX:Z[…D¿ÎŽö¶¶V½^§ÓiëµÚ.›Õ <¯R©jÐëÔjO!srjÇóå'yžF6„0ÔËÛ§£½Íj±@Sc½·¯ŸŸçùÚ‹@ÛÕÅq¼ÚÓ¿`¨¡k0aÒÔn 7ð^¯3äçÿ4"ù‘ÇžˆŽé/•J¥RitLÿGçÍOHLúaÛRDºǯªª***¾Gí8ÐùÛs¿÷üÛoeL¶â–ÅdÎþÛŸ¦[Û΂ˆŽ‰=UQ.‘H†'$% ‹ ÷×T‘’j4(›mÐСV‹Y®‡GDž9]I’W~_JEdLì¡¢•'m%ü¡Éd²á ‰'O?TTXRTx¹¹Y$Œ†#‡Š–<0pбø§Ñ¼ØE¤èÜÙ3<χ†‡ïܾõØ‘C …bÐà!Eö—Ðëtñ‰IÂû„Åb±V«=z¸øô©ÊøÄd‚ ±£¡ÛŽà£¾Âl6u[¸Qlë©Ó~þcžzh76o|}}ÝñcGG$§?iÎ^zñÅ7ßzsÇöŸ+KÞ|‹¢l …ò_ÿú`ø°ao¿ýMÓ‹½eeeO=õçââ"çlV«5¦ìÃ?T]]óÐCÞ3mšPàœ¹s CRRÒÇ}(“ɬVktLÿ9sætvtÔÖÕ½¹dIzzšËD—õé©LûÞgΘ±õ‡­uµuAŒ9rÅŠåŽ8qÒä¶ÖËÂîþ0~UuÕ¥‹—þùÏwGŽiÏc2™æÿáÝJpY7í;wî\¼ø IòË/¿øò«¯¬Vëä)S<>¾™AJ¥ÐåççªTzÏf³‰$É1yã…üý ððPA 8Xéá!‘Hyž€ð~‘ƒ¢8Ž5BæøÄ$›mˆX,!Âh4à,B•"t ÷ï0iªÙln`ÉÍ\¨©š6}FO²²Gíܱ-udZOQé”)“W}ñÅ?þ/¤´´´¼ºpáÎü|Fsâĉ'ÿødQÑÁøý´{¦¿öÚB‚ Ö®[÷À¸Ìƒ!/7÷·ßvÜËG~èíí Ï>ûÜšµk{ôQ0'ŒÏËË«ªªš~ò“.ÛÚÚ\îÈe™ö½oúþ{¥ÒãàÁB!¾ì©}ŒFãĉ^O[´wïÞ·ß~góæïí«vt+¡§CvÓnMMÍOýù/ù;¶ÇÆÆRÅ0Ìë‹ýç?+·oÛÖÓ&µµµo,Yr¨¤ØßßÿÙgŸëVážêà| Χ̱{CÕÖÖŽ=¦¸¨($$øÍ7ßzñ¥—W­üOO-£×ëSRR^{má{ï¿?}ú½ûöþñÀœ9›6}?vì˜^V̱zyš\tp’$MQ©´Ç? в÷hö¤«³Ã¾LÓ”NKÏó&“LŽÝÉ`³ÙìÿFÕvqh³ÚlÖn‰4MëtÚŸ¥P”îç7ò~áÂ×^^° 3#sܸ¼žŽ]¡P¤¥¥À AƒëêëW9—ÐÓ!»i·ÂÂÙYY±±±BݤR©ãˆ¹ËMJJJFíïï>8÷È‘#¿¸—â|Ê˱7TIIINvvHH0<üðCcsóÜ´Œ\.Ÿ4i"$&&40""’’’êêëz_1÷ÜK1ýc vîpóö&’$£û÷¿Ã¾I»WB•"t=nÞ~ïžûô ¹rss—¯X±}û{ÿMròˆµkÖtËöÀ¿_¿~½Éd2dHPPPOÙäry·ÛX‹ŠŠ×­[·{wB¡øôÓO«ªª¯„ÔÇqœÐ¡E_íÊuNt¹£žÊ´ï=**ª¤¸hï¾}Û¶o{ÿƒvìryìö·V’$Ñ-Äq.¡§Cvßnnô´‰DråëKìôRÍž7qq ÝN™ûÓÔ›¥Wû&E"‘L&·/34sMsÓȽlºAƒ‡Üï¸wì^EÝNW•ب¸ysðÅb‘ŸŸC}]Oê낃‚8þjøê+¯.]¶LXÎÉUTT\ZZ*ĈåBú¬™3wäçµzõœ~ï&›3N¦P(xžß²e«=eÙ 6@IÉ!†¦cbb\&ºÜQOeÚ555K$’{¦M[¶tiEEùuÌéq.Áý!»\›Sxð`UUØl6³Ù,Lsn—›¤§§ w1æççw«Uï›Ýù”¹”‘‘q °°©©V¯þ:''çú>н¯˜c üúÓ„B·ì+E}ÅÍÁK$±±ìßãz°²ðÀ¾¸Ä¤_|ûKVVfÿþý;:: 88èË/V=ýô_mÅqÜ”)“ã†//¯ô´´‚Ý»ÿóùçn²9ËÍ»úëÕ3gݧV©ÂÂÃìéžžž•§*³sFY,–•+WŠD"š¦]2í*++^[´HDŠxž_¶l™ã”ç^r.Áý!»\üчÿæ8^,}ýõꘘ˜Ç{4udZ@€ÿÎü|çMúõë÷ÂóÏß3ýÞððpoM÷—ª÷¾ÙO™KË–¾3uÚ4èׯßgŸþûú>Š×T1{ <ÿÜs¿ò4!„ÐmÐh4gΜ1›Í&“éóü¯>^¼ñÃæMÏ› „~«W}>Õi*ÒŽ¶Ì}džA¯sÎ¿é» £Æäúøúö²|žçuZÝÆ kãsÇMè¶vÏî]§OUüñOOS6+Ï÷­wÀº»õòºLD¶lúoFV6¶Bè·T|°ðž³º%*”Ê5«¿œqßýÎùõzݾ=»'M½ê?ÿ쳩Óg¨Õj•J…#ø¨¯¸y#øA¨TêéÓgž:UñåªÏkª«l6›Íf«©®úbåg§OU<ôÐc,C÷µ!„º«àHê+nÞ>ˆ%¢ ù|êØÑ#;wl»|¹‚‚‚ãSRÓX†î›÷êÉårç>Q—‰!„F¥Ý7o¾€ãXžç’SRG¦¥“$ @ð<ϲL¸G膸tñB}» ‚ ÂÂÃ#£¢±­B•"ô“›÷};žçšîéQùÝaêëëÓ3³ÜÌŽbæPqF¥!ŒJú™›:‚Ð݈çÝOØ‹Ån †>UQ1`ð`…\jªåryHh؉£GH‘Xxk@`PpHÇq õõÚ®N@DþAÁŽÙ‚ŒKHp¹›ÕZ]}~è°¸^Çqe'Ž'%§8^m¶47‡„à G£R„nŒ›=‚º¶Ÿ±$¢_dsCã€ÁƒÛÛZÍfSJZDz0aÒ™B<z½îèá±Hœ=jŒ§—†¢¨‹j¼4šnÙ8žo¨»ärG¡á×r·t¿¨˜Ú‹5W6'ˆæÆ†ÁC‡i»:ñ¬!„Q)B7Ào0‚º&Þ>>]]µ—. ‹‹“ËåM W^ˆÚÔP'Ì4›ÍƒaüÄ) uÇ©Ô*¢[¶nÚÚÚš%±ÊÓËž¨Õjxž#I222Zé¡ä8îBu•ÍFjU¿È({fŽe«««Ôj5Ã0Ï—8NQ¶ut´556R©,:&F,‘pWz⸟ŸË06›-<¢ŸJ­Æ“‹F¥õGðêƒÂÂÃËO–…÷‹ŠŒêßÚÒ,ŒøïÙ½“eY0pÙlöðPy¨Tu—.k9–Õi»³)ŠØƒìeÚl¶†úºôŒ,¿€ÀÒãGMFÐÝPW—˜œâ¨íê*;qtØðø––&‘Hßí„ú ÁG¨¯©½x14<"88$<<âì™S2™Ü9R©T«=+ËËxކaš›šÜ«R{j»º„ÀQ×ÕÀ€ÚS£Óv^ninnjhj¬¯©>×Pw‰¢(†a€ç¢£cLFcPp¨Pˆ”‘,ÇVW·wÐr'”ÜÕÙiµX ½­ÕËKcIë.]$Âh0p<¯RyâÉE¨¾RÔWà>B}JG{òÃââµÚ.±Dtéâ…°ðpçœÑ11]§*+YŽ‘d@`—ÆvïÊçxN˜ƒ?,.^$ ùe2YHXø±#‡x‘HD’$H%’˜+ËORV+œ··ÆÛG§Õ64ÔðÑ/R&—Ä•yTAAÁ—›[š›š‚CBüüwîø€ÀÐL[k‹9.!1*:Z¡P$Ñv¹Ï/B•"Ô#ÁGè#†¦ÅIOëiš±w=ºd4Œƒý¿ÂÌz¸tõY¡v<Ïw´·u´·9&:gsdÐë z]·D‹ÙÜhþÙƒKÍfS·ñžçí+mok:;Ú:;Ú\VÛ®³£?aTŠÐ/Ã|„n¬ðððC%ÅnÞÞD„Ëù; I’öîU„F¥ý2ÁGèÆŠŒŠÆwÜ »WB}÷›õ8‚BÝͰ¯õ8‚BaTŠÐ­‡#øýzÂ#™Bèv„#ø¨¯À|„Bèn†}¥¨¯À|„B£R„n=ÁGèÆ:{úTuÕy7H’Œî+¼\!„0*Eè ÁGèÆª©©ž0yªÄÝSôé‚üí•"„ú¼¯õö7¸8¿Ê!txŽs’€D"±¿Ô¥½»wÙ¬ÖÛéyþÒ… xꨡ_¥pÿ^¥ÒÃq!tËyi¼Iòvú¥¸x¡Z¡Pâ‰Cèv„#ø¨¯À|„ú¾ö¶¶šê*žçHR4xè0µZ õ—.^I¥ߎ¶Ö‘Yp²ô„ÕjeÚËK3døp’  ½½­æü9 †'$´¶´Ð4;pè´Ú³gNLÏvIJleùI«ÅBxz{<äÒ…šn™“SGvËS}þÇq‡Šò—0"Ù¹¶ÇØ»',"¢£­:<¾öBN¯“ˉI#x€nâG£Rt7Â9øõq”ÍV}þ\Zf¶§——¶«ëøÑCi™ÙF½áBuÕ¨Ü<µÚëdéq‚$½¼4:vȰaÞ>~$I–8ÖÙÞá`³XNU”§gfûpDZœL*+)>8<>Ñjµ44ÔGDFzziô:­þŠÅ¢Ü “D$É0 ~øP±cf“ÉÔ-OÿêÇäghÚb±8×–£(†aBÃ"†Ç'^¬©);~ldf¦·ï‘CÅ:ަ©nšMF<ïaTŠî:8¡>®£³ƒ¢¨²ÇX–hŠVy¨ëj}üü==5:m—¯¯o[k‹¹©±±ìÄ ’ l” BÃÛ›|}|ƒ z˲ –H4Þ>mm­ ¹¼£­-)9Õ~«Ú˳úü¹Š“¥*•Ê×ß_DŠ$Ri·Ìf“QÛ¥uÌ<Ïó<¯×ëš››œkÛEu’$n0è¥R©J­ ÒétJ¥Òl6W;×­@„F¥è®ƒ#øõy¼·Oöè±Ë ÿ'H’ išçyà8ºº:[š³FQ(=jªÎF‘HI2 Í^Ýœçù°ðˆšªsÁAA …B§íV)Êôì‹ÙÔP__{éRòÈ4è–™²Yóô¢¶$Ïó4EA$˲Ç˪Tžn DÝ\8Û õ8¡>ÎÇǯ³£½­­U¯×étÚÆÆz­¶ËËÛ§½­¢lÐÜÜ$ädiF¡ôP*= z]]í%–aoߎŽv£ÁÏ ±©F£¡lÔ…êóÑ1±4E ¡-جVày•J=xÈPƒ^§V{:g¶Z,Ýòq§ð`—µuhu¬V‹óNB¿ì+E}Žà#ÔíÞ¹CˆÛdRYjzÆð„Ä“'Ž34Åñ|@@ ÆÛG¡PÄô=°wH$Òx{‹Åbðñ÷kjn<¸/ —+H‘drùÐaÃ.a† ˆ¸ÄJ¥’çùàÐö¶VÿÀ@ƒ^o߯Áh¨>Ž x8hˆP,8fv™'4<|çö­b±895͹¶E¹9X½^wª¢Üy§!ŒJÑÝGðêkÆä÷öñµ÷_ }™AJ¥Ðef˜ à¨˜þ …¢²¼\,ó$AÆ%$©Tj‚nô¡_?ÿ Ð«~ã˲ZmgDd$DZ,ËØwíçç,ääy ~šé˜Ùež+=<$)Ï»¨-Ë0còÆ Eyûø Ë‘Q1r…‚ _?ç"„0*EwœƒÐE$MQ©´§ Eýâ³H»:;º¥Ð4­ÓiSjªÎwuv2 £T*“G¦1 ÀóFƒÞ¹@š¢tW;,-KÙñc ¥""2Êêô¸~Çœ=eî–çÊwˆÉ`ê©¶<ÏÛЦiš¦…e«Å",èÜö§"„0*Ew>ÁGèÆŠé[°s‡›·7‘$Ý¿ÿ¯ßQìÀAJ¥‡X"!‚cY£ÑÐË  EfÎhµ§'DZ”Ív3#„0*Eèúá>B7Ö ÁC~³çÀ_÷DZ:W“~}f„F¥ýÚ_5ÁG!„îBød(ÔWîß+̰/ „B£R„~k8‚BÝÍpõ8‚BÝͰ¯!„BaTŠB!„F¥!„B£R„B!„Ä/^t~ÏB¡ÛÑŽ¶`# „nר›!„î ÷̘…€º}á>B!„¨!„B!ŒJB!„F¥]×§–$å 9¶B!Ô‰D"š¦IòšƒLŒJÑíÇÓKc±X$R AØ!„PŸ IÅiKS£§—æZ·Å9øèö3hðc‡¥¤¥‹ÅøF!„ú š¦ëk=’0£Rtç  €“¥'ô:ÇqØ !„PA’¤§—WBˆ `ŒJÑݘ ±)B!„!„BaTŠB!„F¥!„B£R„B!„0*E!„B•"„B!„Q)B!„¨!„B!ŒJB!„F¥!„BaTŠB!„0*Eè¦aÆÓKãøoåªU7i_ÿ|ï½¾÷ž°ÜØÔäé¥?aâ­=ü>R ÷m…B9c ;AÏüßÿ Ëñqq7+Òúç{ðܳÏ€§Zýì3ÏDô‹¸µî¦,ËŠD¢[•:´B!ä ûJÑúÉ&ÉÅ‹_þ%''ûíO/ÍóÏ¿sæÎõÒxïÝ»¶lÝšž‘áëçß?vÀâÅopùùù9£Fûù„†…/_±âôé3ž^š™³î€óçÏ{zifÌœñ ‰z½^¯×{ziâõÃ{ï¿¿~ý¡›·lIKO÷õóé»à•W(Šz1Ó32~ø‘€À É)gΜu®¹s•zÚpÞ¼Ç=½4¥¥¥P\\âé¥ùÓSO9VCØ0;gÔÃ?âçpäÈÑÞ×JHÏ5ú¡‡ š1sÖÁƒE)©#ƒ‚^zùåk­j·¶ÂÏ'B!ŒJÑÝ‚eYû~iiéܹsfÍœùŸ•+Ÿ}ö¹~Øö׿>=f̘“'O>üð#¾>¾ë×­5kæ»ÿüçÇR^QñÀœ¹555¯¾òÊ’%oh4{˜ÛmÿX¶T¡P(ŠU«VþcÙRÇUeee<òhWW×òåÿHLLüðÃÞ~ûaÕ©S§“ŸþË_ªªª–/_Þ­L—UêiÇz6lÜ7n€‡|ȹ)Nž<)•ÉÞyçíË­—¯µVeee¡a¡)ÉÉ{öì¹öìûïÿ¯ïÇræÌÙkªª›¶B!„8‚îLA¼ðüóÂrPP0¼ÿþ{‡Y¹jU||ük Àö;8Ž;XTTT\,äÜ·¿ÑddYöÏO=õÌ3Wn8}úŒP`·]L˜0A"‘À}³f@cS“}ÕŽü|ŽãæÏŸ?ï±ÇÆŽ·k×¶íÛçÿa> 8ðÙgž©¯¯_¾bE]}}·2]ViÆÌ.75jTXXØÿþ÷¿×-ú~óæ˜˜˜ŒŒtÇjÂBC?ÿìS‚ ÞYºôZk»ôwÖ­[Wxðà½÷NÿÛ /464®úâ‹úúºã'Nô¾ªÝÚ !„¨Ý!š›šÎž9¥íê€÷Ýïœ$É… _uL1™Ìf³´Z­Õj•H$B ùÔSzpîƒB¥R±nýz§¢`Y:;;»Å¾<Ï_Sͽ½½€‰@¸a [ÎUêiC’$œ;wé²e‹ßx£££ã/ù³Ë=†…‡;‡Ô½¬•¯¯/ˆ%ð÷ó·§swMUußV›¾Û€i„º3$ééå5hðÐàŒJÑ]’–—ž¤P*ç;;:||}»åá8nÉ’7…å¬ì¬Q99óçÏ7 ¯½¶ð7–üß3Ï®ZùŸI'.]ºìÿû_RR’B®(((>þË/¿xçw^xáoæÏ~jÁ‚—ÛÚÛñÐâãã«ä&DDDNvöþrssƒƒƒ~±ðë«Õ ©ªc[u‹J/*Bݾ4>>)ii'KË®5*%ººº¬V«Ùl6™LŸÿûã}ôIgG;ü°yÓÃóæcË¢ßÀêUŸO>£[⎶Ì}džA¯sοùßåŒÉU©T­Š!„ê;’‹%ß­[3}æ}Îkõzݾ=»'M½ê?ÿ쳩Óg¨Õj•J…sðÑí‡ã8ày±{úB¡>‡çx±Xì$5[L5U5‡·^¾Ì²,¶ ê#D"Q@`@zzf|B¢ûK¦ž‚³#ç:KN·—_ÐkÐóBÕqÑšôÁ¾iƒ}±y1*E!Ô·PUSUóãî‚ “&‡„‘$Þ]†ú –eëë.íÙ³[íé5`à@Êfëý¶zýÆ×'Ož×ññ Ñ¤Ç‹Eùw_¨Œ@ °°ê‹/F$§Œ?Á¾Šã¸ï¾+,[­Ö°ðˆk-|õê¯SG¦?¡¤äÐ=÷Lï¶Ç^Vìrl—zj–¾Py„úŽ¢“µRÅÙ†3ýBåã³BCC|}|år9Á²,Aþãs#B¼öÝëë_XzÉM^^^‘‘‘ÑÑÑ ,À¨!„®Óšµk§N²fÍšßfw øY›¿cû•¨t媵k¾-صóg1ÙŠwÍ®?ûì³o¾^]°kç°aC—.]zMÛÚ+v‹£Ò_×ÝÍø«ŽWÖyŠ¥zcKzÒ`??_—Féá!–ˆ ‚`Y†ažç” ¥¯¯ONzB]sµJ¢8^YË÷ kjjŽ?¾råʲ²2ǵ4Mó·F¥¡ÛékzíÚuo.YBÑÔ©S§Àjµ†„†½ð·¿Ï›÷xnÞ¸’’C=%@AAAΨÑiéécÆæVTV ‰sæÎÍ5:1iÄãOÌ·ÙlÂæ¡aá//Xð»ûgoÜøÝœ¹s³²²³³s^xáoÝê3qÒdxñ¥—ªª«žüÓS¯¿¾Ø¾êõÅ‹­Vëä)S~wÿl!å­·ÞÎÌÌŠ‹O8|ø°›úìeNž2eÒ¤É/½ôR·]»ÙÖ^1“Éä¦òÎ%œ>}fè°á­­­ðäŸþôÎÒ¥=íhçΙ™YYÙÕÕÕ—/_:l¸°êüùó9£F;·€s; ^^°`ô˜±)©#í§©—Çh2™è÷„ú¬S5*‰Œb˜þAjµZ®“AIAAR™L¥R Ù®»,IUýåÞx4M“$éããcµZ}}}_xá…éÓ§oݺõÛo¿6lX\\ÜÔ©S…/„O>ùDèUýïÿ+•J;;;`äÈ‘§OŸ6÷Ýw_rrrJJÊ_ÿú×+Æùù#GŽLHHÈÈÈ(//¿UM‡÷•"„n¢ââÿ¨¨¨Ù³g¯Y»æ­7ߣÑ8qÂø¼¼¼ªªªé÷Ψ(?é2±­­íÕ… wæçk4š'N<ùÇ'‹ŠÀG~èíí Ï>ûÜšµk{ôQ0 y¹¹ï¼ýö¦ï¿W*=, —µZ¶téîÝ{¾übUDÄOãѯ/ZôŸÿ¬Ü¾m›æêõúøøøW^Yð¿M›Þ~ûÍ›¿oiiqYç2KJ½óÎ;Ž{t¿­Ý®‚‚ž*ﲄ!C?ûì3Oþé©~?ûâÅ‹}ø¡ËlMMÍOýù/ù;¶ÇÆÆRÅ0ŒÁ`pÞ»c ôÔÎz½>!>þ·ß>räÈ#eÊdH™¶dÉ›pàÀ—õé^në¦ò=•ðÄãüíï/,< ‰\f+,<•+4”T*u•vã²Åbñ}÷Ý©©©2¹¼¦¦fÀ€½<Æ¥K—â¨èÎ70ܧS¯óTÕ5…®Qž‚‚ xž‚çI‚¬©oõVùµj;"CÔ$A¸)sÏž=aaa¹¹¹YYYYYYR©tܸqpðàÁÑ£G‡††À¼yó233`ðàÁÍÍÍ:®¤¤äõ×_ßµk—X,ÎÎ΀¤¤¤—^zé…^ÈÎΞ8q"ìÝ»·³³SøÓ¶‡ª•"„î(‹eóæ-{ÜûÁÿ€®.íž={rrr8Žã8Nx }H×9‘çùääk~CjQQñºuëvï.P(Ÿ~úiUUµ=ˆ$¢¢¢JŠ‹öîÛ·mû¶÷?ø`wÁ®ë«¼T* ‰Há5ƒ.ëÓK½ÜÖMå{*Áb±\¼xI!—wvu………õrG$IÚo£\ª÷Ôοæã†Ç? t§bÚ~S{ÂÀÀýûüQ•-–É™L*‰H‚ä¯ü¥AðÇY,æã52±O«îrB|E¹{>?MSeS©ßÔÔ45õ3«ªªŠÃáŒóʼn……… …B$egg_¾|™¦i•JuíÚ5f §OŸ®­­Õ9ñŒîv±RxV’“Sâã§hþ;fL̼ùóÅb±™™Yñõâ Q°D"Ù¶mEQ …B»ÑÎÎvçŽí3fÌ”Éåjµzôè(ÃÂB“v'M˜8ÉÔÄDè(ÔÞhqqѢŋ)6EÓtbb"“´Zé7¦ ækmm•zø°ö\ýiåš[¹¬Îë\Cê‘#7nÜü*í?'&:ú“¹s¿Y·Nûeöövë¿ý浩SÕjšCQ»w'¹ºº.Z´0::ÆÕÕÕÎÞN»GRSuÖÙÌÌìZaá·ë¿“H$[·nÕ\TÚš1®X¹וBgÎ¥E4/×Aý…¿—Þt1z¹ ‘oôkÌÈÞ\9EÏ$¿¬‹77ìͰæ÷)½ó»\Rìãn áÑ4 £(¶L&ŒŒœ:uªæ!ÄÉÉ1111*j4!ÄÅÅyóæÍL»H4sæÌà`MÓAAAIII½zõ¢iº°°hÑ¢EEÑ4ýʼnEÙÚÚîܹó£fÈd2µZ=zôèB>þxöúõßiO<£"²êêê¤RiSSSccã–ß­[¿áÞÿîBŽ¥š:ým¼Ëà9HÚ¾%zìø'‰}úƒz±öë<<<¬»¥%J×I¥R7÷—++ÊÙ]G}½ø«5«gÍþÄA(D5 }š3kæê¯ÖiÿV’ÉdÉ{v¿óþ‡ÌùtÆýMo¯ëiìjnìFqåæ=ăY÷u·¤Ø¬_ÿ¨Éÿ¹äÊ?Ì)šæÝ÷b÷qwKX¶¢#–eÇÖ-ã'L4·°hÑ.06NNÚ9~R¬ÎÏû¹ÌŒÈè1„ªÊŠ-›7Gojjjbb‚c¥Oè§³»™Ö.ˆ¹|¥ØÁÄ­¢‚®ª.Û¯,”)Å„¶’gÃéWÕP]ÕPém}w\hÄî”;¶nžöfW?ˆëJà¹âóùÚÇDu6t¤LúOC¸œØø‘S/£¢ÿ]¬©/{Pßh¤07£(¹e“Œ]ø¿ë·ïö4­•*ÔÙyy±“ÆíNJJ?uRýðòÓãé–ÇJàÅ£(J¥R¢Ð>)•ŠæWQëJ¥D;¢Y˜ûÙ+.—dýtëê/W+nBœl-<X{¾ü²ìnÉ7ëÖY ]JœŸ¯¾ò¯ ‹~fnÑÝÓËû±.ˆïLJàc±Ù666•ååNÎ.¨´C¥·nÙÚÚ1÷éË¥D+•>¼%ßÃŧ¯ƒ\.—J¥©T!—K¥R¹\.3wÿƒ6n\oÄ7¾ÚpŸâpb'ŸùÑû»v'»¹¹wÍ:ã >¼`<.Ï×Ï?óLÆ/7o´þa^ÏR©üåæûSÂGF4¿ŸIW(ÕA­V«T*ó¸Q™L!—K$R‰DÒØÔôàAßX0fì•B~·º*ïâåÚÚÚ^..'NœÀ|€ÃÈÈÈÓËÛÄÔìÄñ£5ÕÕ*• 5v‚¢([Ûqã'öëß¿Iÿ7ºÑDGDÓ76›Íb±9ŽR¥âp(.—«VÓD@[²-y<ž••ÕÉ“Ç+ËËÎ]Èmj’¼÷á̧žö: ¤RxñÔjuï>} ô`¾ß  ]½9 y“á/ÖsàÅbq(ŠÍbQedÄ3222 …R¥¢Õjf‹QTt-;ëBdÔhŸ¡ÃJ^$¹L&—ÉPèˆtÞí¤ ¦EQÅãñŒõ­A(tˆŒŒÒD\¤Rx<,«©±ÕõóÓjÕÓ=¹T ÐöHÚÍܼæÎ›®6öÚÚZ ë©S¤R€6¢ØÔ€yy¾þþ=zô`1ßvßÙÑ4}÷îÝ‚¼|/o/®©àE§RåÒÓY­V]ùù'ñ}±Ágšvl6ÛÂÂÂËÛËÎÎÞX @*xñ¸\ž«»«ÐÑQ©Pt•X,6׈k,òÔ#•ÿ|©¿€¯Ÿ_Qqñô7ßò48&fŒD"1¼Íõ ³y5Nœ<©sm;wíòò4bdÄ’%ŸkŽ\ê[s‹Êh¯°5[ܵ+ÉÓË;,|DRÒní÷Éþýû‡ø :ÌwÂÄIµµµê©Ïçÿ{ÎGGá?ü¨ï5 …‚ÍfwïÞ½¦¦¦ÿ€L㯿þ* 1\Lf®B¡ÀgôÁ“¡:†ÜÜ<++«ž={ÆÅÅ%§$/_¶ŒÒÐÐ0*bdxxxIIÉØqã‹ ¯él¬­­ýláÂSiiæææ?ÿüó{ï¾—““MYÿí·„Y³>NNIycÚ4BȃÂÃÂV®Xqèðacã—²³³˜<¡³W‰«VeddîܱÝÉéïÓô ‹oݺíÄñãL$ª¯¯÷ôôüôÓ?:´bÅÊÔÔÃÕÕÕ:û£ÑÐÐ0jTD‚ïâ³gÏ2‹èëm}}½Ï¢E ¿úúë±cÇ;{ÆÉÉé•)S::ÜðV§ÓÓ SSêêê±ãƵX[YYÙÊ•+óóò,,,æÍŸÿÈ57¯Œ¾"r‹\îßۜ¿ªôHÚõ4àòåËS^™²eëÖo¿]OY³úËðð¿ó¥……EP(óÌ™Ð4Í4Êÿzï²ÇÀø,€¸® HMMõóó»yóÆõâ¢ëÅE«¿ü299…¢R©øž’——¯T(\]]u6ŠDÁ99¹W®\a2+s«ŠX,v MÓGŽÕÞèŸÞær¹cbbW­***lýÍ7§yJÖ¦³?†=²·mÞJ+‡©sm¾¾¾çΫ««#„ìÛ¿ÿ‘kn^™GvOç üüürrr¥R)!$--­Å"þþþ²²þüó6!$)i·H$z¬·™T*]½fMEyÅĉÞ~ë­kW¯\»z¥y$%„466æåæ:;;[XX455Ý¿Ÿr&óLkŠ™SYY‰3èýõ´ÉÉ)ññS4ÿ3&fÞüùb±ØÌ̬øzq(X"‘lÛ¶¢(…B¡Ýhgg»sÇö3fÊärµZ=zt”ÇÀaa¡I»“&Lœdjb"tjo´¸¸hÑâÅ›¢i:11‘IT­ôÆÓ†óµ¶¶J=¬ãFý1¼ÂGö¶Í[iå0u®ÍÅÅeîÜODÁ!–––~~¾|à‘kÖTæTZšáîéÜ¢³³óœÙ³ÇŒçèèhanÞ¢“NNN‰«VFÇÄBœ7ojíCÄÂÃÂ9\.‹Å ð?~ÚÄÄDçkØ%—Ë#Gz}êT‡³hÑÂèèWWW;{»ÖsÅʸ® `ÕÕÕI¥Ò¦¦¦ÆÆÆ-¿[·~ýÿÝ%„K=4uúÛ(<IÛ·Dߢñä±#ñ¯OP/Ö~ý¡ƒ‚‡‡u·´ìâu“J¥nî/WV”?²ž‰D*ð !+V¬¼/‘¸ 5iƒúzñWkVÏšý‰ƒPˆj@û4gÖÌÕ_­Óù[ ´ Œ““vŽŸ«óó~.3#2z !¤ª²bËæÍÑcÇ›ššš˜˜àX)@Û-[¾,++»¡¡ÁÕÕuÓÆ (@›!•tT|>_û˜¨ÎFxv˜GtÀ“ÃÝNðâQ¥R)QhŸ”JEQ¨R)tr,6ÛÆÆ¦²‡ù¡*½uËÖÖî‘V¤RèØx\ž¯Ÿ晌_nÞhý3Èž¥RùËÍö§„ŒP(ä(È3…ëJà322òôò615;qühMuµJ¥BM  (ÊÆÖvÜø‰ýú÷oÒóq€T ‡Z­îݧπÌ×’´«7§B!G$E*€®B.“Ée2Ô ËŸ¤€T €3øÐÐ4-—Ë ¾í ›Íæry<ž‹…b •@g¤M’ÆÒ’ÒüüÜ;55¸ÚŠ¢¬m¬ýü<½¼ñ'R)trr¹¼´¤ôLFzDd¤½·áCû¡R©*ÊÿÈÌÌ05ëörïÞ¸!©:u*UÈ òsGEFùøú¡ÐÞ89;÷°²>qìhÿ‘JŸ)ü= /­V×ÔÔØÚ; Ð>¹º¹UW߯Q|¤RèüT*~åC»Åápq¹3R) •@gQVVÖÍÜbÆí¡3VÖ6ÌÄö;ñ12B3K­V¯^³†™–J¥BG§ÎQÿß~û- °mË6¯É³XªOß¾šÛ¶-+@*€HNI‰Žœœü|6§T* ÌM;yâa*ݶ=%yoúéSÿÈR«×`µÌ—«×¼Ø¥ ïP¤Rhš¦SRö-[ºT®_¿~ƒ"•Jí„sþýÉôéo†…ÈËË××HIOO‡øúù  +*.f§ÄÇ‹‚C¼ ~ó­·e2³¸ƒÐqþ‚“cã¾ÿþà”øøÀÀ   Ñœ9ÿnÑŸQ‘Q„¹óæ•Ü*yïý–hf%,Y"•J£FžÇ´,_¾" ÐÃÓ«  À@4N:åïàïtëÖ-BÈþýû‡ø :ÌwÂÄIµµµä¯£°Ÿ¾Ôß?À×ϯ¨¸xú›oy3F"‘ž«oìö„„%ñ¯¾¨éê®]Iž^Þaá#’’vkïíŽÕÔÔô0™ûë¯¿Š‚CZÔDç>zäRv‡U+Í¿-¶¥Ù¡;vîÔÞ„¾}Ñ|…Í566* |© ëÊÍͳ²²êÙ³g\\\rÊÃÃ¥ £"Fnß¾mã†ïÞ|ë-æB~íÆêêêÏ.<’z8?/oÍê/ß{÷=fñõß~{áü¹+?_635MNIaŸ_ZZêää¤ÝxõêÕ{÷ê¦ÄÇ?Ì^ÌÄž={Sár9wîÔòŒxL#Çc÷òô\¸pÑü üFŒosÏù|þèÑQ„ßa¾K—.#„\¸pAg4y((0ÐÝÝé ÇËËËÙÛÛB¦N}-4,\³æÈÈQ„ooï>}z;99B T^Qþȹ:Ç.|}} !}úô-¯¨ „äåå…„„XYYB^}5þâŋͻª¯c¤½ºuëfx‘6ïÍÕÉð¾Ð¶jÕ*[|© ‹’H$©©GΞ9»ví:BH]ÝýÌÌL‘H¤V«Õj5ó,ÍyUíF𦇠œòÏ Rsrr÷íÛ—‘‘.6mÚTRrKõX,!¤gÏžy¹9gÏ;~âø×k×f¤Ÿn[çy<³BŠb3ßõ§³?m[33AQ”‘_3­T( ÏÕ7v.—ËL°Ù,Í×r¹Ærþšk›Í¦iš™–ë9Ù­½¹T›w‡f‡êÜÄãî ñyC?Q€Î-55ÕÏÏïæÍ׋‹®­þòËääBˆJ¥:pà{BH^^¾R¡puuÕÙ(çää^¹r…ÉC…EE„±Xì  š¦9ª½Ñ?ÿ¼ÍårÇÄÄ$®ZUTTØú{e8Nó”¬Mg4‚‚DYÙÙ%%%„™LÖÔÔäïï!+ëÏ?oB’’v‹D¢'¬ç#Ç®áçç—““+•J !iii-æê옅…ESSÓýû÷ !g2Ï謉ö>zäR­ßúê¯s†÷…¶ììœÊÊJ|$@ï ” sKNN‰Ÿ¢ùï˜11óæÏ‹ÅfffÅ׋ƒDÁ‰dÛ¶mE) íF;;Û;¶Ï˜1S&—«ÕêÑ££< MÚ4aâ$S¡£P{£ÅÅE‹/¦ØMÓ‰‰‰LÖi¥7Þ˜6t˜¯µµUêáÃÚsuöG3×ÞÞný·ß¼6uªZMs(j÷î$WW×ÄU+£cb!ÎÎΛ7=é³±9v ggç9³g;ÎÑÑÑÂܼÅ\'''íŽq8œE‹FGǸººÚÙÛ鬉ö>"„^jöÇ·~w謿ΎÞÚV¬\ñúÔ©qqqøT€N¬ºº:©TÚÔÔÔØØ¸eãwëÖo¸÷¿»„c©‡¦N‚ç iû–è±ã[4žqìhÿ[ŸJ/ÿ·vÖú|73‹p;›‚«ç²ÿù~}5ÅáÙXÚ òöððëUwÇ~šþå{C}ûY£ÈH¥Ð.ÐjuMM­½Jí“«›[uõíÖÅ7Èf®=?¬‡ðÁݪ¤³Û„æ¡#™1ÿÿ…šýMö‘Ä(K3>ŠŒT í‚J¥Â‰{h¿i‰Ã5|¹3MÓͯ+]´5WhôÒƒ{Õ97ÒÆŽòìnfÖͼ›e+•RYúÛoiç~Zöõ’w¦|<²wϲ6~Ž"#•ýͰðyyùú !ééé¢à_?¿á¡aEÅÅLã”øxQpˆ÷ Áo¾õ¶L&cw:Î_°`rlÜ÷ßœ$š3çß-ú3*2Š2wÞ¼’[%ï½ÿABÂͬ„%K¤RiÔèÑ“c㘖åËWzxzèOsó,ê3t˜fÌ™&$,‰õÕ€€@Í exhØg 2¯¼té’(8D{,úÆÛ|U;vîì?` Óþ믿2«ÒÙ+}]5<»vyy12bÉ’Ï[”¥±±Qñô¾ Ýº^ZeÂ5’+•nN¶¦¦¦|ŸÍb±X,6›E‹Å",›gddbb2 ¯Ë]q —pK*jZð ›ÍîÞ½»T*µ´´œ3gÎØ±c=ºwïÞxxxDGGß¹s‡²aÃæ¨ê?üÀãñîÝ»G6lØ7&Mš4dÈŸ™3g>üƒ3-mذa^^^þþþ………/ªtH¥ðÌåææYYYõìÙ3...9åááÒ†††Q#·oß¶qÃwo¾õs'vcuuõg I=œŸ—·fõ—ï½û³øúo¿½pþÜ•Ÿ/›™š&§¤0< ûþÀ~¾€olüRvvVVÖ…%Ktö*qÕ*¡ÐqçŽí ‹ÿN¥‹óùüÇ`?!¤¾¾ÞÓÓ3'';!añŠ+ !úú£Q__ïåéyîì™õß~3}úôwH444Œ±wÏžeË–2+|äX~üáàÁƒår9!dÛöíoNŸ®=–Óé鯫YÕ˜˜¥ÐÙ+)++[¹råÙ3™é§OI¤í­LŽýñÇñq€NO¥”«”*Û˜Ë3âñx›b±Y,›‹ ¥„°X,.—Ëãò¸\®L&WËå41KÃÂÂúöíëêêúÎ;ï8::2?jFŽ™ššêíí={öìS§Nþajld&öìÙ›zä—˹s§–gÄcy<³¸—§çÂ…‹æ/Xà0bDÛonåóù£GGB|‡ù.]ºŒráÂýùû§*‡3iÒ$BÈСCøüÒÒÒ—_~Y3W øúúBúôé[^QÑš±XYY9ztDxxfæ™ÿ¬ÑqáñjV¥Î^él4°H^^^ppˆ……!ä_qqY²Z,²jÕ*[\– _oÇî÷êÅfƶåU L ¥iÂb‹EÓ4aBX,šf³Ø¥w,Lzܹÿ?{S¶¾ï3%„’™™) ïÝ»ÈãñFŒAÉÎÎ qpp „LŸ>= €Ò·oßÛ·o‹Åâ¼¼¼„„„Ó§Os8œ   BÈ AƒæÍ›7gΜ   Q£FBΞ={ïÞ=æó7'R)tN‰$5õÈÙ3g×®]G©«»Ÿ™™)‰ÔjµZ­f¤9±«ÝHÓô!ƒSþyAjNNî¾}û22ÒÁ¦M›JJniB$‹Å"„ôìÙ3/7çì¹sÇOÿzíÚŒôÓmë<ÇcVHQlæËuö§õ¸\.3Áf³˜>r,„wÞ~ëóÏ—ÖÞ©cll¬½ZÃãÕ¬ŠÍfk®“7;™®Ý+}†1Ìcà@| ³R*šë¶½zÛœ?_ÙCг¨¸Z%12âQÅf±™ÏM‹V«ÕIÓå¢R#N÷;â/O[¹ÜÐóù ¹\.31yI$ JKK:Ô‡Ïç+rBˆJ¥T«UÌâr¹Œ¦ifÚßßoß¾33³  ÀÅ‹S;00@.— …ùgΜ=|øð—_~yæL¦R©2dÈþýû4›3Ü™ggðàÙJMMõóó»yóÆõâ¢ëÅE«¿ü299…¢R©øž’——¯T(\]]u6ŠDÁ99¹W®\a2kaQ!D,;…€¦é#GŽjoôÏ?os¹Ü111‰«V¶þ.‡Ó<%kÓÙŸþrRî†ït ëׯŸ‡‡§··÷Ô©S›§R''ÇÄÄĨ¨Ñ^^Þ—/_NL\Å´‹DAÁÁ"š¦ƒ‚‚T*U¯^½hš.,,‰‚ýüüGŽŒøâ‹DŠ¢lmmwîÜùÑG32xð¾gÖðñdzoܸ¡sâ¥RV]]T*mjjjllܲñ»uë7Üûß]BȱÔCS§¿w<IÛ·Dߢñä±#ñ¯OP/Ö~ý¡ƒ‚‡‡u·´Dé:.©TêæþreEù#1mÚ‘‘£âââÚs'%©@À'„¬X±ò¾XüEâªV.X_/þjÍêY³?q ±¯¡}š3kæê¯ÖiÿV’ÉdÉ{v¿óþ‡ÌùtÆýMo¯ëiìjnìFqåæ=ăY÷u·¤Ø¬_ÿ¨Éÿ¹äÊ?Ì)šæÝ÷b÷qwKX¶¢#–eÇÖ-ã'L4·°hÑ.06NNÚ9~R¬ÎÏû¹ÌŒÈè1„ªÊŠ-›7Gojjjbb‚ëJÚµòòò‰“&;99Mœ8±wuÙòeYYÙ ®®®›6nÀ¾ƒ®ä»™Ö.ˆ¹|¥ØÁÄ­¢‚®ª.Û¯,”)Å„¶’gÃéWÕP]ÕPém}w\hÄî”;¶nžöfW?ˆT /ŸÏ×>&ª³œœœ.],è]]¾lötÝLúÏÓÙC¸œØøÑgk_½y±enÂ5y‰knDº5*åâëòƪž–*©‚ÎÎË‹4nëö$¡0lDËàÍøH¥ÏEQ*•u€öI©T¾Fœ¹Û©E£…™ñ·Ÿ½rárIÖO·®þRqµâ!ÄÉÖÂs€µçË/Ëî–|³n•Ð¥¤AÀùùê+ÿš°xágæÝ=½¼ëRx¤R€§†ÅfÛØØT–—;9» Ð•Þºekkgð!h4ÑJ¥o~òpñéë —Ë¥R©D*UÈåR©T.—ËÌÝßÿà£×ñ¯6ܧ8œØÉãg~ôþ®ÝÉnnî]³Î¸^0—çëçŸy&ã—›7Zÿ/€ç@©TþróÆý)á##šßϤ+”ê V«U*•‚yܨL¦Ë%©D"iljzð o,3v‚J!¿[]•wñrmmm/—'NÐÇÓ­6Ž•À fddäéåmbjvâøÑšêê_Ó ðQeck;nüÄ~ýû7i}—[‹PÚ²ñ¯àÆf³Y,6‡ÃQªTÅårÕjšhK¶%dz²²:yòxeyÙ¹ ¹MM’÷>œùÔÓ^GT /žZ­îݧπÌ7{´«7§B!7I5 T»™Åbq(ŠÍbQedÄ3222 …R¥¢Õjf‹QTt-;ëBdÔhŸ¡ÃJ^$¹L&—ÉPèˆtÞí¤ ¦EQÅãñt~c0C(tˆŒŒÒD\¤Rx<,«©±ÕõóÓjÕÓ=¹T ÐöHÚÍܼæÎ›®6öÚÚZ ë©S¤R€6¢ØÔ€yy¾þþ=zôè"ÏÀ§iúîÝ»yù^Þ^\#.R)À‹N¥Ê¥§³Z­ºòóOâûbƒÏ4í<Øl¶………—·—½±@€T ðâq¹}ûýTïãëgckÇáà= Ð^(ŠªŠ²Ÿ.]ôòŒT Ÿ½=!äÚ•ŸëÅ]åyÅ›Í6ëÖÍËk°­½R)t•`ÊdSè$‰%¤R¤R@*€.‚¦i‹…T í&6»©©uè4Ô*ó+©:3³nåü.•JÔ4jth4M+•Ê&‰¤±¡Á̬›Î×àÉPÐN¹÷î]\XØwÀ333T CcNÜ764]»6ÐÃã±SiÒö-("¼(=¬¬xxüúßÿ>¨Ç£ò:<6›mjÖm ‡‡¥•õã¥RWww”ž››7Šu¶[t·°ènú<‰¾ý´ÿNêM¥¾þAØ…€ø~]N¥¢÷ÐúÎR¶Æ3:òŠ»ºœ'9+þŒŽ]"•t9íð¬8žW H¥•J‹¯_>ÖÖ:ž¹Êår'Mœ¸eËV}ËŽ76ýô)ccã' .ÿùê+Í;ÚQú¯T*u¶oݺu×Î'Oœè߿ߊåËžõ«omÖ|…­_y‹ í=•ÞºuK,'„¼öÚ«Ço>W&“õìåºlùrQpp`¨øúõwÞy×gè°qã'H$BHFFfhXx`hÄȈâë×™Eœ]z.]ºlêëÓ‚ƒC.^¼D¹s玗÷ f%%%¡aáÌôž={ÇGill|mêë!!Çýdîdihh9rdÒ®K–$¬JL4°õ¼ü|o//æùKÆÆçÎ={öÌâE ™¹ÖÖÖJ•ªªªª ã_·öë3™—.˜ššîÛ·rûöí3fnß¶íÂùó§OŸ²³³[¸ð3>ŸäHjJJ²fÁ²²òO?ýìÐ?äæd{yy-Xð©A=»þ744Œ1bË–Íë¿ýæÝ÷ÞS©T„„MII8ÐC»“+–/ …[·l9r$uÕªU-V¨ogµaÚµmÞ7bhï}Ь0&:ú‘+×Þ;:wîÔ©¯ýðãr¹œ²cç®7¦MÓÞ®¾7€ö¨ËÊÊ—-_ž–vòTÚI±Xl Î:_ ÐE<µ'CŠˆ „x{yõîÝÛÉÉ‘2ÈÛ»¢¢òBVÖ½{÷¦N}yecc#3!† JéÓ§OEE…à¥R©˜SØž K>[¸ÐßÏ/,üï#XÖÖÖ·oßvpxì þ’SRŽ=ÆåpîÔÖòŒx„¬ììÀÀ777BÇãñx:Oä0iéÕøWGFDèÔ3í?—Ë><„âææfddôÛo¿999ñx<¦Q_' й³Ú6íÚ2%eú¦ï]ÁÐÞ ú®[Õ¬°5+oå[®GþþÇŽ =sæÌ—_$¶þ  =ê‚‚üàà=zB¦LyåÒ¥Kúz¨ó•H¥ÿ  +++5DZŒÍÍÍ[¤Rf‚¢(#þÃi6ÅV(4MÿqŸ›—w`ÿ´´“`Ë–­%·n=yAµõìúOQ«ÕjµšÍfB”ʇãóù,«mý×¹³Ú0}µÕôMß»Bïƒ}äʵ÷Ž>o¾ùæ²åËkïÔÆDG·þ¢^}£æüµ]Í„¾j¿ ÓÈ8urÜÄØ††º×·r-nnn¦¦¦é„Ý»÷DEEµ¾¢  ¼¼¼«W¯2)ª¨Xï7\™››k® 8{î¬&I¸¸¸üQVÆb½bùò¢¢"æ(¦J¥úóÏÛînn„M›6_¹r¥•«‹MÓGcƒ³³snݺE‘ÉåMMM‡¢P(š/ëëë—sûömBÈž½{DAArê3ê?³ìÁƒ !ùù …²W¯^më¤áõXC0PÛÖ¿+´÷‚Î÷Æ“¿åtî\BÈС>êë×}óÍ4]§ïõÕV稇 óÍËË•Éd„Ó§Nè¡ÎWtã&Ƙûgð·lÙýtÁ¸qã{¹öj~)á訨sçÎõœ6­øúõ%K>§ØlšÐ+W®`"Å¥K?ù Âçó !ûöíè1°ù:?þxöéôt‰D2<´_¿~¿? ™5<4t÷ž½±qq&&&ͯš]·ní´7¦«Õj‡Ú¹cG¯^½^}ª@ µµÕñ¿¢†““ãòåËÆŽOqvvÚðÝw*ðŒúO133»~ãÆðÐ0‰D²yó&Š¢š_oðX4¼³Z?µmý»Bç^ÐùÞx·!D{ç2^yå•C‡õë×WçR:k«sÔÎÎN³þoÖø …ŽÝþ:ೇ:_ Ðiè;JÊ`ÕÕÕI¥Ò¦¦¦ÆÆÆ-¿[·~ýÿÝmoc¨¬¬|çÝwOüóÆ?šñ¯¸Ø   úúúצ¾žzøPé¿L&ëÓ·ßï¿•¶Ÿ!t¦OΛo½;y2~ˆ< ͉ûgð«*+¶lÞ=v¼©©©‰‰IÇøn'¡P8}út}p÷òôdò™™Y;Œ¤ ÿ­BçP^^áçÐÐÐ0aüxü(xBš÷†ÏàwŒc¥ÐÉtÈc¥Ð±dœ:ibbªsB'¤Rxú´OÜ?µ{ðZIsW“ö„N•²X¬6?w€aàĽÎ3ø¬¿°5y©ž÷:Ïà³Ùã(‡É£l6›ùÖJ€63pâ^ç|¶ÆßGM‘Jàùâp8E=L¥L<¥( u€çœJ™`Êa”R¥I¥U•(<<ïa*eŽ’RÅáp!3?|Õ€ç–J¹\.‡Ãa555)•Jù_d2™L&c¦•J¥R©T«Õjµš¦iT ÚLsá(sÖžÇãñx<######ÇÑÌ£ÿœÐçr¹J¥R¥R1‘©ž0•2Á”9KÏáp¸Íp4ó˜ÜÉDR‡Ã%U©Tš´ŠRÀ¦R&mjŽ˜2Ù”Ãápš?Jó:‡£9JªV« !H¥ð„©”üõØ|Í­MLòüÇ=øä¯“ýLÕœ¸ÇRxZÁ´ùÃò™lÊLü*/r endstream endobj 191 0 obj << /Type /XObject /Subtype /Image /Width 725 /Height 168 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 200 0 R /Length 16043 /Filter /FlateDecode >> stream xÚí\ÇÇAT»b¡ISÑ(j5ÆØ½ÄÄtkl±D{ÀŠXbT¤ŠŠн÷Ò{owÀGï`þñÿŽÕus»·ÇÝqpo>_ý¼›yofvæw{{‡Š &L˜0a„ Sí©¨°À~À„ &L˜0ÉS{ Á„ &L˜0É'ä }‚ &L ˜öîÿ“¾b㢩ÉÈœÌMx ±¤u¥`‡Ü{x‹`μY\.§¤¤D«ÉôviYÉ»wïDÉ&,îJÊ,?ïXçòsj¥ñ†&fì좘ÑKëÙsnçΟ=ïé‘’–Lä(ˆÏMl.Õ?ä ÂårA~ÀxIÖ«8RìÉÝùTYy)õŠâúVÊÛ rÖñfDŒjØõ¶I.ÝM,Iq\ä0вž9â\z2׈¯÷ÅŠ²2ªÑXGI°´&&Ç'§$¦qR¸é¡ÅVaûßbð'J(<²²2×o\Ožž^#?Љñ’ó &Ó·ŠpÕ:¼¿¼¢LLùQ'‡Arä%ÿ€ÁOü17å·œÄÉþ£¥¾ØŠãO[·å¶4)Îb(ÅÚêTO^.?<4xÕò¥,•+ˆêh\óYÿArªƒ4$ ù¼††G×.W._²w8ø×‰£§ÌõPUõlÙÒSSS¡ÁZJeÿA;Qw?Ħ™c™é ?NŸ95wþlóî;vm“édpð ½ÊsÔJO»³~3Öžm(­òƒÇË„` 22¤¸¸Xœ»U²¸ ¥¸ÈtÑìÜ¢¢Båu•Âäd Õœÿ}FÄ(^Ô 7e}NâºèG¦~ç[ùZ¦D¸ByyvZ®ØkkhÀíL΂SÌsA{Ðå?'›N=Ãg¬SZÔÚ–œ§™Lƒ%Ãñnß>zèÐÜ©Só§OÏÿòKccŸn]œùvñsƒ¼/¿„ü¼éÓc­­}tu9ÁA,ý þˆC>,¤°œFÅ„ÇÄEÅ'Ä÷=èw?Ä¡bÏžyæõGì?5rý†µ“§Lªçdè=eﯠ¡KÏ-±½½ÿœ¿Õ¢có7ºK}¾AŸq¹PB7=¨{€ü u#!?à,êxIÖ· {EÔѨ“Ûâ|VU›æîâXQYÎxEHìð+–™Ñ 9!ÖiÆáãx1ß¾ôhvg 7ážü;Mêý¯ã®;B}ê—VÖ3¢ZÏ¢ËY÷Œb®9 U•¯÷Åò²2ª!&Ï—|>dHÚÆ^ÚÚçš5;¯©Y<{¶‡ªªëê•**e;vøöéùµ´B­¬b† {<}:Ýóº†I®½°œÆÅÇœ;ö‚ç9Ï‹ç/z] þ÷ò¾ÈËÊ_~•ÉÉÎù‘Åˈ‰ ÷ faApP@ú<3#=)1Áßï5)?ŽŸ8 òãÁÃû ?Àù±å÷Í„üع{È5k×HöI Ñ¢þd»c>ÁëŽ?žºùÊw{ïÚžõ›°ú¬É—¥»¦ n,,äpÒ@p¹\Р.¡‡=233ˆ£tù¡ ÛSƒ‹–³ˆK€åÜÊÐÒ+ž˜˜¼<õwEe…TäIø)1L¹áã^hqÃÆF>èÚCþ¦à#+Y¢P³TŠ.Õ'RöS„ä‡üR›·u=$¡:HCL®öì™9q"¨ nd¼áQ4s&üŸ”¡E‹üiÓ<[µâÆÆdÄÆ\jÝ:kÊo]]iÅK¬½IÉ )iInJz'“—AüŸÍãó³E-¶µj^f!?¢#â#B£"BAZÐçÌɲø9YÈ.'-*2òö­[ (þúû8È3ΧEÉõÖÎ7gÕš_ °›«ëógOâëz ®÷d»¿.‡üzì­ûëßN=_´ë&H‘•ö÷§®;7v¹“´Ö4èóòòr8q„! 6HáAÑ‚ÿ+**¤¸9’½Ñ(.^⺫k‡—@6Ÿ'jÔJ׬I=ê¢iÿªÊ )ÊâÆ]JÌ-?Ïv9 ‹3"¬sâø]h 9G•dÉU5¢^5öN¦Ê>¬ç’"Ü-õ¨ ‡+]»ò&Mòi§“úêeêË—´´øS¦xéêFGFútë–ùùç—;tˆ¾v•ä­Ý&kêÔKmÛJ«ibíMå$_òòôò¾äsÙ‹ ‡Ÿ•›Ç/(È{¿Ø²NúÑl^f:'íÙã™\ž–ÊII (*(ÈÊÌˆŽŠŽŽ‹yOÍ)Ù¹99pÊÔÉÿäÄ„ðÐ+>> (Îz¸òãí[…äÇŸ¶» ù±tÙO³çÍÜ*9yòÑÃñ±1uí1ý‰v›?°˜}ÈtöÁy›Îïtz¾ôÐýïöÞYb{{þŽó¶_ŸýǵÉ/×ó"‚>/))ù÷ßßÕ%Aù‚‚ÆñBØ/ü<†}*%,ä¹…ù#ÃNZUuÕÇ_êÑbÌ ¸@R’aþû{›¥‡L*L[Ê þlÈ|8 e $PÓ¦Él²Tùo'9C|æB5Ääá_Ä ÷É'ZµòÖÕ²¶<øþܹðÞüñO? ?r¤O‡Z¶Œ¶²J¶¶¾1dˆ´|&ÖÞô /+–E~nN~AñaQAII±ØÒO$×gÆjáí—“úôñ’ À€B<àý?'‡ø¿æá%>…2uòº(22âÆë =jÜg¶v{Nž:ñ×ßÇoܺîètŠ”?/ûqëï[@„|ýíГ¦Í8çáñòÅs8½NÍñ23ô'ý9`®ýÍûÏ_¿~½ÿ¤Ï¨oŽNXqfÞ¯ïloýtàÞ¢]7glñû‹ç€EN?°ûØå¨ÈȤĄt.§N í?h—‘‘R“‚ƒƒƒ‚‚ÞÔ$???ðþONN†sñóLMI&.¬œÌœÜì¼|~nîGrÐ~ŸËé÷ÚV”—WWWW n¼—p¢dNÂ$‚Y”–šòúÕË'7wùö®àÿä«6ä@>夥BÉšÛƒ¸º"Šʆ…¸÷K5ÄÄßÛë’¶vòÈ‘ùS§ò'M 0ÀSGçåÛ°Ä¥ÅÆxuìbiÉŸ81Ú´”Q£¼Ú¶½{üìhR”ì‰Q~ÔºÆÂÛ;XcÁÏØ˜hØ‚#ÂÃùÁN]åÑ„ßëW>ÞÞß|÷ýH›1³æÏÿ}ûö½ûlAŠØí³Ý±sûöÛV®ùåçå˾˜6Ýz”ÍÌ9óöîÛ÷øÑC𩮪vÃiû/]{þ³§OïݽsýÚÕÃ'ÎN^zÄxú¾>“íLgì;uoŸ)v_þrÂýâuØJB‚ƒ êº[¹¸ž™QóÔ‡àë´œš”–––ú!¥Ô$IRbbbBBH8/@1/@Ðp ÖÞÕ18´N”X~À¥#WÈÇ'OߺyýÅ9½ä—càÿÛ·n<}ò*'æ ʤQʘ´H#!91áÑñc^½z×Ô<¯¥uqذçÎEGFG£Ÿ?»úÙ¸ mÚÀQÏ®]¯îÚð†—‘.•¦>¼'ôÅ[:GŽ’ æl^fVfF—Ã…=39)%9)&*2(ð ;°Yש¢‰Äø¸€7þ (ì;|µdÉç“§ec1ø’!#FŽ7~Îü…vvv>ð{õ´GZJ2q»NA]¼þ26:*,$ø¿ß‹gÏ=¸÷öíׯ]ó½rùò·sÞ—¯\{pïîÓ'¡•àÀGNj œX§†àýïÉÓ'ö°­ut¨@y8+"<¯)1Ké⥠uêg(|ÉËN”¸Qâ“—¤„x˜„PÏËçÏžÞ9þâ¬6üÿêÅsb΀ª†‰]×ù‰ …У§ ›‘F¼‡÷²ÉI‰ð›~” ëUb€¥«qÅïöxGBH¥~âNK|œàF FbBSöþzòåFÇ×›_n9ýè?ó@~Qé?"‹üথ( å FÔ„ÇE©ÂTä¸uŸ+ÃuñÃï§ß‚þ¨ªT6 ð¦´H]~¬=ñbÒ–ë6«½ÿè±öØc“/%”œÔdA¡œÁˆšð¸(U˜ŠW£îse¸.–n;]UUUYY!lRæ’ÕðoéX€SêT^vlݺEÔ!¼)­R—¿&kòcåá‡ËÔ”$A¡œÁˆšð¸(U˜ŠW£îse¸.VíÈ Z‚MªBz©¤¤¼¢!KxSZ$“¢ûù±âÈS£×xüXzð¾ñŒýy…%¢¤a‘)ɉŒÄŸQUQºï¾¨À/¿¬"mccc–’â Ê™ÇÎ;lô1ùdükõlHê¾+-vDPØøC²¯ÓÄ5Û¥åÛ›‹;÷Ó7266ìÓoæÖÛu½èvÂÈh½b –œô9)­`íîÓ >ÊËÊ„€3}·/6زGç~=c çå&s‹/‰£üÄ£­ôQÏÃmÍ «SÃóRnNÔÏÄÔÄ`ðÔ;©¹¢*$2/ÿ±`ðÀ½ºm¹ë½}‘õË®z}~óŠ# f½Zß72]R\Ãe!?~>ü¤F~î~|¿ï®Äòò¹¶Ü¸ÏWs[éÍU \•ŒÎ¼¹¸R»ë¸‹OBˆ—·]6}$ÅF¥‚¨~`ŒHºÖPãB6åçܬyE)†9¿SÛ«aQ`Ç…_m×iž´úVÓ þ“±˜˜çÆÇÆIæ›u›æƒv|ø­ë ÞŠ°^±K?*­ÎÙ`{º²äG©ÄÆM0|¢;™ùíù0xa‡5ulÀÈçz·Ð[ZsôÞ×ÖD1²ü÷`ÂþÓ¬ýlWæ6«½Ù.Q™ß¸½d†Û«©wXrNpVfÈ!M±D‡¡z^¤‚‘éÜJo{UôÐ p–~öó\Ù¢Ýx &¼˜@URœÞR‘ço“_r1˜¶ïÇC&þö^~|ýç-ÓY‡È£“V:å–Š)?’☈±ÖÖt Œ˜Ð®ÅA¿P"3.üÖâÏöêkhld0~ù•“cרA£þ¦Vp”ø¹ ÊÏí3s}Ã~½-?;çFdÂQçµ_²ìßUOù‰GŒ2:ócW­UwÞÐóEµâ´fš¥™i÷N}V|ì¸öK+Ëþ;ô\yꉘÚη°0ëo¼Œ†¸áÏâ|äKÇáý:˜˜Møñ»8Ñ ‡?;ÒAÛüvxØ{&tòËy0bB®ÌnÖßĸO_«ý×ü‡@¨6–ϸՆܵoÞf(Kï]=¹K—Þ&&FC¦¸9Œ¡1z"j8Ø‘±~ºb†yo× !{nƒýÀnÈàÝ·ÉÀ©F]ý¡ŽÑÍ æ†ß]"J†=Ý¢ÕiQçñ>77é×¥ßpç—¡²ˆKÌ Še¶‹Ç#?L°03àžd¾é¨«yEe2Î|ú„å’Ü&Œ¨õJÔL¦²ø%§"Ë A˜¿íu¬(//-)êdÌÌ.*®± UTš™«{´Ù‘QZÄ·h­õ”—O= NQ¾¤ƒºZJ~‘à§²ò“TÕÛ±Tø1³8ï¿öû4ÔÌ>$½NÝØ«¢GA³\5‰q!*ªô /ê"óZ&«RQÑ“ÖU2ùQUUIý³}.?ùúÄ’½÷¿;øhîî; ?lÖø€üø|÷¢Ý7ï¹5v¹ëð%¥óøB?€Æ"?ãcéß[ÙºÛw`ÜXoÚoáy"s×àŽÃ7ºvгPø\%O!íMÆ:“ßãþáIíŒ×“Gçd†ÜÛÞ\Ûš±QFgÚ4S ŠŽ¡ç‹jeÎák‚Vîÿ¡¦ÞnÎ1Aà;¿7×!f¨—¯#äÁáVg±8L?vŒG§Pû¡ÖˆˆyE0xÌa"óöî zC×<<<[Çø«è8AÎŽ~¿üZÐèÃ-ÛO­ÓÈa\ˆ(Œ õ5šµüå –Þk«®z?<ŒÈסDchŒžˆöAd¬Ÿî†˜aÆ„x·Õ›ö¢Î:¾!ôN–Ìòô˜Ð+m[÷Lòc»=þ€8JήvÆd9 ïÖœ.jz°ÌvQqMw¸]ßN-¢Þ²ÓÈϦýºóhhL Ȩ̈OQ.ÉmˆZ¯DÍdú(‹_’q*²¬„¹m¿ceEEYI‰P'{&iG¸ŒÕŸ~™óz¹®É¡CÔò„ü£¤F~°TȘIµÛ©«ÆæŠãc8ãUCwO,jÕñKú„u‰y-S«’ÖU2ùQYYYZZBeÍ~ß¡KN.²½;uëù!¸û1ä'[|Ǭp¼èh 7Kè€E~DG†Ó96ªË°}7Á}uºy+“ÐAf;uµG!!Ôbà*݆bÏCBÁˆ y¬ª®M «±C@|26Êè \ÎþaaôüZZ‰ú¯ÝLÌÏÜ·Û 2éÛÏÀÈÐô-‹óT¨ýPkD¢ ¯Ò±U‹n—ºêjàA‡ÈFÅ9Œ Yí#—Ÿ[w[ÀÒ{ßôog2nö¶½Ç_Ö´.*4FOjƒÈX?Ý ñÃÜЯ­íµ=mû­gìdÉü¡ŽÑ¾¡z3\FÝêвëÓ÷à(9X°cÊ(.q.(–Ù.*®W¡aõñ xêë¶ç·UcMtºŒÜÊ2ó首©%û #j½5“é£,~IƩȲHæ®CŽ•‚»ÅBÔÜ7`Ë$íœ`­>Ö¾¼#tˆZ~·©î÷0BÝf·7ÝÉR!c&Õ>0Doü‡„ö8€¥d{uµ¤¼Bz ÎxÕÔô^?³¡ŽÝzEŸð¢."1¯ejUÒAb¢J(?*ÊKŠ‹¨Îßä1ü{Ç{îLÞrÝf­@~LÞtÙfÅYËy‡c¹Bå XäGTD˜Áõšk´ïÜ…HZêj_y?|èÛ‡ÁÁÔ’à*݆bÏ‚CjêyCÀRRFg–tÑZyã9=¿N­v­,µ4ö\zDtûY×)"ÆÂPɽ6­Ûî½ý’ÈÑVW}LZhÔTT"jŒÈ0?±–¸|,毢¦ÉÒ{à˜Ç‰}ßϰÒî=›%´zÕf¬Ÿî†øa><=¾e÷–NßcœK’ùC-éwóíÞ+níþ¤Çä¿É£äì‚%KFq‰A1ÎöZã’Ì7’°ÀëªÍ´DÍ|ɺZÖFÔz%j&ÓGYü’,SQZaÚ|øBßP Nò‹Öd&µi·ÒSÓ蔜W tˆZ&'ÑwÒ ¾&¦&ý¬&ßLÊb©PT+¤Ÿñ|ñ8K¨«¿±Á„oœYJzü`ÓÃÐlÕ§ô!p1—nj¦¨‹HÌkYvU2ùQ^^^TT(D6?wüÒÓÃ<3gç­1k}&¬÷¶Yîn>Ç>4&…^˜€E~D†‡ ñàäg:É—wìGtô'Û¬:Z¯s$2_Þ÷ƒÿuÔÕž9à6a¬3Йtð*7|¡c°Zè¨M…Ñ™'.?hwçqïõûv¯YðV][!íZ tnÞÌå™?ž¿Û°ŸµÞ@gªýu0nšT§ˆ oñýéçÖ´îhó´¦K7›·¹Ù8zëÜe u›æÛn>ãö‘ÙdÍr²ðË+›4Û~*²÷ÂÞ\~,ð3ôÍ5u]¢chõªÍP?“â‡ôhýºµÄ¸ÐÝÄŸÿŽ0E·Õ€Ö{½&Ï%g—ŽÁÅE…}z0ÎöZÆQRßöŸöЍ1^\ú­y›a¢f¾ø]-Ï #j½5“é£,~I–©È¸Hæþ#Ìò£É‹¹tS3E]Db]Ëÿ­JZ#HLTIåGYaaT.ï“ÅdžÿäóG›wïÝ×Ȱ߸Ÿ<áýÜOºô645 6¸M”xtÒÆ´g?ƒ¾½Ìlœ¿&2É£B6Fg€ëG7Ž0ëÓ·¯A¿ÞƃÇüéù¸®­v­¼¶ÎîÒ¾«Iÿþv`?ë̓ãCûèõ5î?æëýuŠ ~HÆ&!çþñEÚ}f„Žž^bª?ÕŒàWž_Z÷„¨ûê:ÓîýXІà®Ã½:v11³œ²ü(醯…Œ¢§¾Å×¢z/<øÙ03C#Ã>=zÍÙx–(ÆZ=‡ƒjÓëgtCÌ0EåÔÇ¡1®m³lÝõ+ê¹îoÔ»SŸOþ~ðJq±OÆÙÎ>Žû6o¬UOý>††}{Xms{(jæ‹ßÕòœ0¢Ö+Q3™>Êâ—d™ŠŒ+€a>~F ?Š ©¨0%¡2\œ«F(SÔE$ε,T•´F˜¨’ɲ²²‚‚|F"ãSÍçØZ|Òdæ¡'obD#`‘àƒ‚ PÎ`DMx\0ÌíC:~~ì&ùe¾F=µêï¼GYF;!ÅEEÊ.­>lðQ®“ü ¤Â{ùQZ’Ÿ—+Š—1¦³Þ~ÆR†@H~¼)Û±£zèÐjMÍw**‚ ‚4=`—‡½v|Ø÷ë$?JKJu ‡›Á^€€”àx‚#‚ ‚ Ê%E†%EH­ò£¤¤8—ŸSˆ:‹°ÿADi%À(?x™Çì“â2Ó¹`ðx99Ùõ„¨3ëèìvAA"$?²³x‘an®)‰ ¼Ìtw§ðð0Ȭ'P§ïþýt*çÍ{ºbYÄÕ+Á¯^ø78®NŠàFÔäÇE©ÂTä¸uŸ+Ãu1VVT*Mcpag‡ývyØëé öúUªü >súd`€—““•àxòdfp¹Y¼L €‰:K,-…„GApñÍAaD µ!?š¾÷sÆØPe@é€TùqÖÕÙïÕóÔ¤D¹ü^Fúë—ÏÝ\Îs°?bPàD¨3ä’§ö ~ñö&L˜0aÂ$")¡ühzƒX^Vž:jU ì\´€”)IñéÜ4¤<ÈÎÊ䦥¤$Æ'%HòÇ|á,¨³pëj‹Ä}ªüPN}‹ ‚ JBv/ñþ]ª¸b=Œ”nN§eAV¿~Œ·>P~ ‚ ˆ2PXÏå¤&NêÄÎIùqò.GT·hõñyWg”‚ ¢l¤sÓž®Xöñv„º:)?NÜI“¢>yAù ‚ Ê#?®ØG•dúëvš, ¶•—™òAA”P~œ?sŠQ~»™* þ#?hrå‚ ‚(ƒülúLòÒÑ)Rå‚ ‚ ü`‘ד¥ÊAAùÁ"?_K–:(?Aå‹ü8t5IêÈN~pC·n›ÿúT‘ûœp’|éúÓ¸¶-šAŽwj–«­›7m¤U›, {(‹~@AA~ôM”:²“ÞS{‚ÏÍUU4uÆ5Dgæåä‹SÌÙÙ _¶RS|Îåx&žŸßPòƒ~®“ЦÙÄï^A¤qÉWeŒäGQ~š¾f³æmG¸Útç÷Dp©ÛÖ™U“ÚµÐèdlã›ÀcÏ/ÌßùÝä^Ú4kÖ¼»Ñ°îþD~´÷Ï=:jª«©i´ê7hü¿Tj=Nk¦wh¥nñÛ3Èyæ°Ì¨›®šŠjK½ÖãØwRªØ£—d¬J”‡ÔJD•)àGmYüyW-5õú¦Öt„#ì|^À²éÖºZÍ›kéZO_ÄË¥–qÙ8·«¶f+]ý_=Âé!0¶X× =dö k#A¤¡äÇž‹±²@Fò#áþBðÙø§û©/£Ï,_ê4t¹­Ý²!`´·ØÃžf²àʰ…«öí³ûþón*ªG£Ó!?ñÎÞÝûs8¸kËʶÍTµ:-¤ÖÓÅæ‡“ŽŸ¼95Ô4Z:zÊñ„ƒÝÏ ¾`—ð>xÉø†±*QR«Uæäøîßý³ŸNž>ùDztH7¨µ)ø-Ü¡+ììV û©µŒÑ¼ßŽì˜†fÛQô[¬k…Œ²{…µŽ‚ Ò òc·gŒŒ‘ü82°#¸½áÁëðP¿.ÍÕÔ[ò È (Ÿ_ÈCM£uc¢çëi¨ ½×¶²}ùÁNë;µþ˜«ªA­çiŸôdf-Uu/fÌ]±~›÷‹”Z?G`ùX±*QRëU¦cM~`Vn­mPsÚ« ÎJÈ…¾Š£÷aHvnQAF©Æ¨ è-JP!ÝCöa¯°Ö1BAä/?v^ˆ–˸˜¨«>^Äß­:”Ÿغæ júþiâG™Aîtêíÿ#?hùj¶Ëç¼®úú< æ@~Ÿ‚Ÿ£ßxÜr[Ô¶˜—ìä`»fé’:š­ÔG~0V%ÊCj=¢Êb Xªòƒ= Æ%¨^¿8#"Ê®uŒdô÷A”wgÇk>^°q×I~ì8%;$“ɉñ^ž±Q‘i)É©ÉIõh¨óp»ß’ýçÏœÿZ/;[Ÿ$7a+íö®ü1_]³]Ô͈žï:½—àÜO;åø×aÛïg|:êHäµlp¿8a·f*û¶ûÙœ÷9üåtæÄ¼ÞÚjë#?«å!µQeþ× ò{Nøù”ã©m˧“ õÐ|õfëÑ“îçîÓ½rÑ™ÚWG:ˆ/?[” Bº‡âŒˆ(»Ö1"æ‚ "™éÜä¤D/Ïs°}‹)?¶Ÿ‹”)’ÉkW|âcc8©É¹¹ü¢Â¡£«{jÃβ?6ý}N¯§f3UuèœÒÈÉÉ΂q„Á”à—gAP~à‡/ò”GhP»«ÓûƒH£æ˜ƒ½›³S€¿?H\OAä#?ðÑS (ÈÏ‹ŽŒt<õwBBÜÛ·oÿÅÔ˜SUUU|\,ŒfhP Œ¬¨Açó³3Ó9pMÉ .'ZÌÉÎÂÛ2‚à7_P~v¢œìsn®I‰ ¸w7™”œ”èáêÂËLgqÈþôÉÁ}vÖ­^¿f•|€¶î·{ñìIII.t‚4ù¿û!1ð†ô˜ƒ=Þ÷hb÷@`L9i© ´ñ³ß¼y½{Ç6ÿׯ8iié\®|HKM}ñì)´]QQŽk‚ M@~àÏŽÕóîÇûƒ°gý“‚¥ÏÿóÏ?’ cš–’LîŒtŽýÁ}Aï"%ÄÇ>´‚µAÆ.?ðG×Q~ ü`”œÔúps9©֭椥5ˆü€p u˜l¸Ö!‚òåÊÆ%?ø5I2ù×Ñú5«Ò¹Üw ” uQׂ Hc‘²](•I~À†õ&K„üJ999k,ç¢ü@AùÁBˆ÷ñƒû›˜ö7601ùï§ÉõïÆÍ›6ÉU~T—ncä›Çp¤æÊ(§”æøjuþAnÛ½(oÅ?«ÆáŸ$v h·ÕÜ«É,òƒÐú5‰]ˆ/?ÞV$¯™ec3ÆÆfÖš”Ê·(?AùÑä?|I¼»I§Ç¤»áï¿ ™ìwe‡kxý»º¥þò#¥°BÌMóκÁ£÷ú3Ê[×¾ÿiú†ÍRõ”ŒW3{L¸SOI!~Yfok«VÈáž“îJìlIÖŶ½·Š’|>$Ç’%K*kð2ë)?žÿ2bÆéP0‚OLñË ”‚ ühòòã—m60|;2;ñÚ¤}û÷³š|3‰G¤ †Ï ‡ZYôèÜ÷×séraâpÈ433³`-¾ü€ ëí“I×.cç,u»áWVý–%¤º´i?±°JP(òüŽ¡,Ì úI+,äüeб…Vc ‹¯/'=šÛwÀö­ÆŒ4ð{°¿¸— §T–Äoþj¼©¹e£¾ã~z*tÊ‹¥&£/Æ—å>lÞÆšh®º²`F—Ž^Ü"ÒÞÓ…£ÍMÌýüç£ýu×ÅåB&µ­ò‚à3G 4Шw¿¿ ÎÊ Ü3rø°AÍ{÷ì¿Õ' r„šf<‹Z-‘CwØ|óïÓ¾cÖC×ú«¢Ú‚tšþ»=_NüOÉ·o«t›·.®zßã„ü #-**:pà@UUÕû¢UUð2ÇE|ù1ßXÿeqUEÏõ ü@åG“—m›©¦å1üän3ÝYÎ`»ÌÔ5ÛÁ.?¾9(øFCð!MÑ,w?@ÔI~¼­.}uÝe霱Ýz˜÷ë¾§™ŒÛÜÙ1Ý&œ«¹zm SK+kìüœ Áê;ªë¢@QrS6_ýURõÞvL/z[]±|@‡å.~Dnb¡Ð)ûz·=ZÆíæ/òËÀx³w”Åêû'Ëê·ûóž`OÏôû .®øO[Õeß›[\ Éì×eœþ­µ3Ê”fqªÞË'W­Î?•}lZÄYÔÈ$äð€å.åÕo«*x4šåUV‹jkm·Ö–+\…JBê­Ù,¦¤’Q~Ô)‰/?úuïVñ?ñïÿ*ºuï‡òA”Ê ?¸ù ò£½ºZRn>…¹ñªê:ìòƒW@Ô§¢ÒLâ_X¶¹ŠÂÔ³»¿n¡¦2þH¸ð±ª’ÎÍ›GÕìøÕUÅ6][Oøv½Ë•'EÞ¿/ìØê.¿´Æ¬ìªÙ2¢¦$ØÝZê@™¬àåºf{…ª¤œRݯUëìã9¬óÿÌÒÜÇÝu­9e·ÿ¬àeþEØå~šmǵŠü©yÛÞRÏÎ]j„Dõ•Ãë>d9f&´{njZÄYÔD:œL°Šì–-z™ mUWtÒÔ¢•|[YšØL½]ù‡ÛM(?AP~ÈB~¬êÑfkpš˜òCME¥°Æ(*È ÊFMRWùQYYYZZ"DqAê5—ƒóÆ[õì?rÝŸsr… äq/kêŒ%_–ro_t\:Ã´Ã Í‚Ó Ó´Zõ#å¦y¶ê¸ˆ´µ:}Æëm,6¿øO‹”SòÒ¯¶ê¸°ÃÝFÿððÀè.ßúÄPËSkà¬î`î(Ô¼ÿÛ1—fvþô÷ø¬° é;ÿ®PÓŒgQ«é°ÞW„o«Ýs›¨¶ø©ô’@òã¯Úî"+'äù2''ÛÎζ¸¸è}ÓÅEð2éHôáË }ãù(?AùÑäåGÂí_uô§>ˆÊ ^¦ÝØ]óèé.SÝ9®A‚ïŸÎÒ5}ÿáËM‡PV =ÿ-»üÐUWKàç×Q~T””SYýÕÄžúÌúqó•§B‡Hø©°#Ï'ìøç¡E5FêóÝmº/#'Ådq4éÉŒn6>¤Ýý³+`Dœ£7Ô–8‹/tJÊóÙ]G{vVâ1õ–Fºë…sÙyøa0 s£´¸ó•P[ãtÍ7dÏ‹z˜ž Æãå&æ ª¹a©¥1áf¬PÓŒgQ«%røc»ç?5X|OT[I§ÓKÛLu¿¾GVNÈò%‡“fii¹xñWùð2‡F|ùñlåð™gÂÁ==}øªg(?AùÑäå‡àéϽŸ 26615íod1rò©g‚/Þf'øNØ×ÄÔ¤ï É7ß?zy~CßÎ=,­†ÎÛr‘]~œý~tC³AV#ÅöCðg8Š‹¨8¸ßÈ((Ê¢¨€Û¾!aï›6\¿¯¡™…¹ùÐ)ža\ÁÑüÔ™ƒz˜šÍ<øh™É§P¢¤ÀvØ…yÉ+§ éÖÇÈÜÜlô‚‹B§<^ÑŸ<¥0?U³Y+÷ž9a3­zu1ðÙ‹V˜è¬yFÔÿáD¨pý¬]zXXXüd¬wj6df%^Ü«ƒ‰Õ'“mÛ¡Õé$žPÓŒgQ«ýØ"¾úy‰wbEµE­Š,™òì÷vÆ?R*'äµ¹ÔÔT=zôèÞ½;ðRÔÐÔå‹· «fÚØŒµ=sUb~ñA”J!?B~”——H€Ã`½cqé’+>÷vŒ°Xv•žŸ›Æ%Œø‡uë6•_P kOdDANÌ„îf×’yÔLB~•LMI¶UdaK…ø³c‚ (?Dý:cjùQVVFÜÒ¯+œp§Ã·b%;WxIç,ÌŒŒFýÂÏ£}¼Ú¦·¡±™©‘åè¹×bÓe熬Ixpôôó$¡LB~Ð '''ì¢ü@‘üÀ]—žü(ÍÏÏC B~Hv.ÊA”Š/?JKJ„bDB~Hv.û_¼MKMÅ¿x‹ "™üùZ©Lò£¤¤8—Ÿƒ(„üì\Qò##cpßë—/D~$ÄÇ>´_ð<-.w‚ üPnù‘“uÌÁ>‹— :iÀh˜¦¥0üùBP&oÞøíÞ±-:*d€<ï{@‹ÐnlL´àkV¸Ü!‚òCéï~œuu‰Š ‡M iDEEœwwã¤1ü9¡¢Â‚Òââ°`ûû6¬[½~Í*ùmA‹á¡!o««q¡CåÊ‚ü<ØOýš‘žoœ‘Æ Œ Œ£Óé“¡ÁA9YËYN°ËL]³,o«…î~ÐbŒB‚.j§®œ•[£+>îãü¨ŸGv[¸÷ÝQ!Ðû¹ÖÙ+TNêÅ:c kŽÞ^Üo˜½¿Po“3A”ô^ªuæ‹?ðî‚ üPBùÑACÍìCÒëÔ,@ȃâœÿÚÍèu²—L¼sô k #S¨_Eµ9‘é8ºëÂ[±ÙazZ=ró©2–‡š“jŠæ&ÀRÏ’Éލ:Si7ÛÛ««‘u’½$ª‹Älýc·å‘ÝÂØÕó&ÏãUÕuÄ—ô†£ ‹V ho9u‰½ãÅ”C åg·]zæ£3¢B ÷³¸³—Ô/=ÚlãdY´ÖzœÁêmr&ˆò^a­3_|ßP~ Ê%”ð5*'OÌÇØ?»g´‡´i~âY¼ÐnÅ ÙÖÎpkȉQ}æ\ª±¼øòƒ1QuÒ»ˆqoÕEb¶ÎØ-µÊ1O©¿ü ÛŒQHÐEE™÷½Ö~5BÇð[²‰3Ë­ûNßž] ù!~‡‡:ÑŸîúrY;“Ý,½]k7²Q­ÝXkU‚ ühÂòCW]-ÿþ éþÁzã÷ßÿŒÄ#©ËîšÍn¥dñäð$j¹[¢Ýüïø ¡ Ë nŸ xè>W×tK&c8¢ê¤wÑnS]²N²€¨.³uÆnalˆ}kÛnÜŽ~ É.SÝ9®A‚£®³tMÙ>|¡Ž>cCŒQÔ¹‹ ³_'>sÉÏz£¦Ñ‘Ú„ÓŠá}¦lͪ¹ @uFTô~&¿Ãó³u´ú¶îô¥oKo×ÚâËñ}£v‚ (?šÞÏŽ‘ËÝÙïG÷04d5Rð$FúóÅc-ú˜˜ö76øü'©ËößõÐëi9`àìM¨‚Ž Õî$cy0\WNhnÔÕhõÑSz&c8¢ê¤·žç=Ú¨«±ÅÀÉ«\É¢ºHÌÖ»…±!ö­}áSƒšSVœRm¦-üèi‚ïÄ}MLMúš|ƒò¬=Fêè36ÄE]»¨(?mÌ 3Sss£Þý¾ÛûP¨ ç•#ô¿Ø”™_@uFTô~&©Óì=f¥§¦Ñ))7Ÿ¥·kíFñ凸¾Q;Aq¾Œ ˆ¢É™*åùÙ±££º|éQŸo&6ì-kù·^˜—B<<í»R»×*%¹Hñƒ AP~ÈA(ƒüàs®[š÷ë;òGò”â»×ÄÄÔÔ¸o“‘NAi(?A”P~ÈHà®#‚ Êù! ‚òAAP~°Ë©+”¢°I1½R@ß‘©ü®Aù .?|—g_‹p¤D©ä‡´DʤqmÇŠì!\8$à*õ¥]ìõ¬­>M³'™: ­(äÙ{Jö­| ®0a!ÁgNým»g#{m÷œ9}ÊÈG~°‹q Óåû[!ùïƒðyC½éVÀ)G^ÂäuD×öâ#i}ªªgÓµ&¹5ZŸªäÙMì[Æi&çëREyyIq1,>……霴 €ãGÇDGгœJE~Ð¥…ø…©òCœž ¾4–;À]ž‰?÷äÜœÔJ%ä%,•娡6P :_Îͱ´.™$•HëtJ“ßv£L’úL“xþós²³³x¼ÌŒÌt.(W¯Øk'­uµÑ%üZ”ŸŠ#¥êäTÆ]a'ž;ŸÒZñd•Šê³L’Ï-9XÏžQLi'OWe1Ùê9îTù‘”o»g—rjQkxaA>q(-)%-9%ƒÃággC¦˜BI i ¤ºFQÏÐ$–Cõéy—¾Ò<ŒOM¸9…»³£ßËçu]ޤµ I} Tdá!¦“ uWG1Özb#’vÒü xcP*ƒNÊNj )?T0)¼4’é^&ªZyî³uªDyn¾ÉúFJ­ëOvV&(Y,žŠ0ŠæO­½§7Òe£ÂÞ\’çg" r¿NžS…”¸Ñ£€ið}VÁoV4T§ÉS㱯?µ>ûÍ’þ©*!Ïz÷îbîõŠ™ê¹ (¾ö«ÿÝ 9ßkÀÏ ë#M_bÂÔ(Ôv…ø DZË!?$v¯4?—*?p¼$)nUØ« òH†¢Í L˜0‰¿Éb'ÈyeÆÞÀ¤„ DZ÷Oð"„ &L˜0Õ*$°CQú?> stream xÚí]|EûžÙÝ«IH@DQAÀ‘v)šÂ*¢`¥HH„Bñ³ "ØTTÀŠí³PD% ¶Oüh±;6,(úIø[.ÿÙÙ¹-w{—kI.›÷¹ßÞݶٙwž÷™wfgïZ'0ŒkZš¬0,7o¬6zc,¡­”·ëš_ŽÔÄ7«›±2š°ê#¡Ul2ƒ­iéiV;‰ëèÃU穯NÃ1Q‚¨ ‹ý*ãÈ⣈2Dk?6U¯›tº_I‚åO$#ÉL´¹±¤¹ªk)ª]:eÓ³QúôzH<Ĭë§¿ïñÔ¹¬ë$Ʋ05À‘KJW«×–¬Bɇ+üøH¥0¬oT¨ê£Kštmµ¶$R)RÚU½¯Ú•€ˆ!_:mãþzE}-æÇ8x}ÊBJ‚›­áè„ÿÑ8½ÖÓPï€x…2¸NJð*¤óšÔâ—טR…ŠI×Õ«â£ôWô9K;¯¦^Uõ8µýwѤ=C3Úêz,ÝWWO2SËr£‚hsi[‹Ø70в±S±¯ËIûקއÔ׸‚#Ò†KmsãçzuÂåo Q©|XÍ 'ñ, NJG‰¨cJ ©A­J]p85?¨zÿ¯u^cJJ“&Ù£ñ‘ZC4¬ÓÚª¢’¥#ªØJ²–~P⩪>]¡Rà@5ÍBÛ(ñS¢•bh™¶¾¦g™÷‰™a¹QC´9Ýæ#âX'`=µA«oÖU~¬$íWŸ²(c›â!äœAV¿:P¹ROa[ÉÍ›]¾uì«$^ ’ ¤¶sdÑ´X.)uI'ÄV.ÆžµÙTêâß@`_¨dšd²A±&MŠ%í©ÕÓªiëÔ¡+SE%?Jle$ZË·9—å©®^]õµ2•ô¢«Ô Wtx¥èÔˆr~ê%kªhëkút–&7jˆ6§Û´‘•˜}¾ÒZ­æ´·~XüÀy÷Ê—øìs|t•ßKçÔȪ¯‰XÒ}ê)rc•3‹™`¥ó%¶¢$ª¬øÛB.´·9‘Óõx$?¦»tR÷ÕàÙõ]Ú¯ì áiÍ7ÄѺêáÃÕm‚Ä:r¶jHŽäŸÜ &Å9";œokS«b‘äO2•4í¿ÜЬ¨©­¥èéÔYUÙ©qùÐV" öµÖ/3*W—¾A$37’(IZõ‚mrb>úŽ’÷ª“ö…tuƒãÝ^«Qx­ÛÉõäOn_:Ë´pU3‘TêX%Н’ØlÚZVwHj=åbIÍ Z8…ðujiTZN}¨\¿NÓ@ø—]&ꎆ|"*u~¦õQx­Û©¨!·J#$“É´ÐUo8ë èëk†ס‹\OÄŒGÕÍI_u»‡ûÔz|R÷Ö©ùô)ÑXÙ½„wÕÔ7jX®ç¨ ] Éñ‡\*^¤µñ÷P¥RÔŠ¥¸ˆ¢³ª4õêO[š£¢Œ€ÖÌ41ŽO ¬_Ca\F?wž½PMnUA2™B ½óX몰˜— õ¤Í¨ÄyU!µJ}¾P8ÓúT 9ÙÆ«‰ÄÖt˜QŒFjè&€ÔR@j@CjýŽÔ0N 0©á.9Àx¤†ÙÔ’‚j(515М¤†Ñ€áH B 0©á€ÑH ÁÀp¤†à`4€PŒGj˜ÍRñ~V ÖQT]Wï^ DjdMsU×^ƒ-†!5ÂÖ´t‘k0À0¤&´&¼vÁ}E€‘H-òÚ7a#5Lª©?€f%5tF#µ8T Cz#‘Zº©¶‡Ôâ£/@i€‘H 3ª†#5<ú0©A¨@j Ù;Šp`‰1F{µÜ›IVƒ´Zü†¯J€¼KΫm¥TèñHq“J §#2c¬Õïlˆu.y¸H:Ÿa ¯ó« º:I6ͪ² QÅ=ÌRÞU©æYäíeŠ2hâãí^o”ªÃ{5YóƒëGŒÒŠÓ¨Ü¦@/¨¶Ò’Ó2c¯b©¬41éꃴÅ÷$›éÆõÕiX‡»^Rû0TåO’-ŽÐÓµ ‰ý£È(-¼ln%“¬•ŠR×q 9”,)¹¹×)”VJÑ@™t^í$›öÿªd¾z5àoz‚*¥¦ngCªs™tÚ¿Öb^äc(6`G} «-ãS§Þ=þ&Ô_CLºÕÞκñ^=W7šõV±Ìu-¥½f;¢rCš‚x©ºzagµÅèìc4é\—ÂvݲKL<¢T¯Íôþî‰ÛO]kû`ä?RªnBYû§SW8mã>EF%ïFº·(rè#^Acç2§[)E¥†Í£h§¸iK¥Z)ü Üø²±¬…mÞ4õU#·íºœöØÑL¢Ø‚9¹ÊÛ%MK÷UãàhÔkµªà]ÕP¤mجrCš‚x)WM½:2®öÖî±qßæ=°s1Dk,EP›iÔCÝ k%K+ÀÊIMêmñt.oISD!]SÓAáu:væÅ*ÅV šžShl5ˆ*³¢dSW«¿h¥š…ºƒ’Új•M,KøææÁK‰š¬˸O•ÉØA.§¶Èzó­QõZº:xW×°&ËÞK©x§9÷©ýç×5]g4Gó´y³b3•/I­Œ,ÞiŽÞÀ^U Þ“|%pK°ZFÃI¸¼ `v•; 5ÐeKëQXß‘êµ}¹´dAIñâÚjEJ¿  Ø*ý¹€׆Ê- ½ˆÆ'xWv6Â;Í)8mó/Ûu•:Gó¤ÎâKR+£èXûë•{(Z?”N WPpX„V —ÂŒUŠ]^#-)sŽ$÷ÀY !†Oûµƒ)bGÆWˆ•~A`± Úžé‡ÊñŒÃ¨I¬[­Ži„å“«¶ªjPTñ‚<ŸžÞ,‚" —nÜœº‰…ÑCÊ@J@«£µˆ›ÙAoëìvá§t>ÊQŸ·ï• ¿§ËÉ–v]:DV–9€“­ Ú7çÕ¶&IŸ‰6íöC~VðÑ^ç¯vP³€Öˆ3Û Ln¾«MLˆ—r?`kMµ´;ɘì³$?‘|¡¡,³KWB¬òPï{$Èù £ŒƒŠX;<‰X~—Iüö^ B\˜õp)=þÑïº=ä–t?=óv¹îÊSª9ççˆmq ð—·vtÒ9Âk.¤Wº™¾/Lîù³hž»¡‘í ®áJT¾gè²üOˆCDµ_™¥¹®7„©óå²J?*×ào†÷¼k⤯ý²ý$ËžâÑøŒ#Ä”ÆFái'qMgÌ[b<6(Hë~{À}5r.ÿ&;\÷kWïhU5 3 ¬ÕÑ£/÷;çý©8|ðSÊ*Ž¿Ô6²ÿ^R Ký¼ýµµ•sµ\†ÉЂ¨„QÌpe”VzHçüRˆ—› ·FY÷‚—0”k#Ààá± áJ3X¡é1(†À”ÉÒnS Ùµ‹©)S_žbÌz -ŠA0—݉üZF1Ø,Ú'ãW%¾NrÒ“ÖiF›MßM4½k‹ŒJýÞLz?˜ò­·î,‚|Ö’^ƽòÂø‹“K9¢ÞšÍ®>*,ûwNZÞ¢qÕõIÊš5Òy8ÀüËWc|Gì™D¨Y@ëÄÙͨ¨[,`o€iB¯¤ÔÄ'–Ûx;B£¹øÍé E‰ ƒxÖÛl>¥Ób"-b÷YŸÌ/Ñ´Ž5òù ÙÑwÈ6º?J¯½MõÆ&ÕeÈŽ`Žçi)·µ»?â¨èéö;øÎ´ÿ±(‚òܤ9'Òùl½íse«ö ûÑ•Hç³UÑš~>âGeÖИ¾ªhóO‰ýhïü5´óÎEh¨®§<fôØY¥F·ë¨æv£Öõ;QŽŸ s×Ŧ/ëAϱ¼*kÎÿ¨Z®åŒëY«ãæÆÆèÏuëGrcóÙ®fVEr‰ï~f04ˆ3Cwç˜_AÊ<å(}·Gü,ƈùYÀ¯¦ù(S÷ö› x_«±ùl·“Z¸Êwh”»Lo·èsE'ÿè±gÜ´\'²œðöeÍ8Bü"oœq¶ÈøxÇ8àÁÂ&{â-×þ¾¥±þæ®í>۱_ÛÀÅÍúœeßf³Â¸ Ubå¬ïlP}Ym=Ý´Ódánâ;Ÿ/DÔj]B¬2>HÉï r~E”qÐ Ýí s´µ'÷Éÿ©ÔÞÓTuÊ¥¸ÄÞ3lO¤g÷#)݃£yÞ[Už(ÆÇ§†•ÿ ª£Ël}Ã.ûúÞ ¤1î±^õ}™î–0Õýy[[µåÉÍÜûûÞ/6Z)çà#Z “LƵö¬8ék;dÿX¨ë)]ì¡>ïýFŒâ¨„Óù6Hl½<àHª¼gû¶‰› õW—°JôÍÏ»~çÜ`ÖóFŸñ:Á~+áDƒÁô§±ññ*RÞ☔yl‹>#>¿Í¶ñ7Œb†€Ò(­´Bçüà͆k¢¬¿›ÁK†k#iï€?m.¿n Š!ú0ezÚ VÝnÐzûŽî ç˜À€Ö‰™Mß΃–¾Éѽz&#šQéêàW4å­õ.‰é<®;a|«•c$‹µ6@Ì¥Â4?/ù†ùÏN];Mjô®êÄ(ï»f1O»%¦õôKmIÀÜ}ÀŽ8¢sÝ\zÖka)ʧ0V΂yþ€(°¾³Ù{lDmWPÖ2ûï÷©‡zöÝB_¢?»Ìo™Ÿ‹x.ñmQÅVx®¡ âFú^ÒŠîÞ¾Õ"ýëÊ W½…øî¾fÊÉõ²~|7÷> C;ö¨,Ù_Å»ËH¹ÕU°u·¾¤=›F,7*$Õ¼Ão„lš|ÞË3rŠàluó¹Îñë6…þQžÿóñ¹ì³«Ê7 K€V‹~m¼üW´¨÷žÛÌW³™cd«A'ïÎ6¦ù] b†câpœþñf¼Ö-ÐcÌÖ±ù„Öµ[™Ê›áÎ'n„s«› Nîj"û^á\ŸÄ8#…ýéØÕnÓt[!­å̈ÆÁ{ $^›MòÑ;‚ó“+ïÆ¤¯v9^Œ9ûçáúòøˆ,‘œ {nqoùŽÿ³Än]ÈçåèûƒÖí–+"bA/rÖ ´Îòšå× Î€ûÌq[¨çŒ–kãböm¼.‹¾‹›»cš¹Ý½X×ç3[ŒÅÛY¿¸g\÷«6û´²›u­8€míÔ*Ÿž\Q |LÏ­…ô"mA®ésËé!rë³(­¶¨ 8|QwCЊ'uTfBmù³ªóN á:}mßðkõ.Rmù ŸðÌûCªÿûY–²£ÿÑ=*5‚Ñ®“C8fü2Q(–lEcTëc”×U4ÙÇ(hÄKî@Ò#QNßwÈêÓ¤t$èùE zÎrYqn²_’ú¸ürV ¯·6¡ÍŸã±èGɇ1DýëIÙ·É6Ÿ Ù7,„ôíö\gû©öÿÐ4.`¹mo?Æ<º×v‡}áA²ì°¾¢™ýœã¹Ð·²:ܦ²—9‚zÍ‹©VL"%¿ž,•öˆRo$e•b'ùµ‰¯«¢„[4{¶²’¼“ ÖM%½™f´ÏˆzjOœüâd.V‡Ä†,˜»ØfpNŒêú]Êwá×)d™@Y—F¼õ‰ˆôç¸Ë×̘׌ïÓýóýM”îÎkHó¹þ`UË56îzk7!ËþÓ÷~6¢’fL׃”ð9JI xÜW¬ž~÷‹4fÈ5Zá·oI£½œ,»-~G­ ó.UÖ*¼ço$.ê¯jIÎn6æí„X%ŽñUçtmT#úú¹Ö÷mgµ§ML3n‹óûi&Ë3– ¢¨JÖ0­Ükq“o÷³µ±QµÉ[Eìùo¯kêk—ª <1Ìšöó”8x®ÊÒÏÇXóoˆ€‰›„­As±ÇG9\>Lé5ûWFl…3UöÏ`µkÅ»5-÷ä&œ­´)ªó6üËf›Æ%1Ò€ðû·ÍŒcä¹ç6qüðœJ×ù¨á%dý8™Ã ‡þÕyä°õ¢JþŒŽžk¤ý¸.ÌÚs4züf"ü'Ä>úó"ü/£íøñá°x_Rû{aD*xJ”mû¥!Ô]Ï(ï<®#Ø¡'ðöÐe.Ìl‚ˆ5 þµˆYaøGš<Úñf”ãçW„Ðþ¼¤e£³Ïã6eo˜e´µh›v¨Å™TåS§=ãŽë›Àßã |ørR ­ð©µkI\ÞÅæg“eN³µðZ8–XÑFG:þ'Û}P}Î{‚ŽÍÚ ù~3®ï”«î`}ç_ÑÓ©¶"ÌïÛÏJo÷kã?޲ĥaùÏàr¿)àýÅÌ(Õ¢2Èù¯k®:(D;¿U~öø~œÖ½U[›ý…a£à˜¶Kc2úûKQŒ[åaãøÃÒǹ--¸c~ý³™~zä-#›!"9É~@3ùAy„ÀO6ÄìÓËBðÅUu}ZŒîÜô Ò&˜Fj<±w”\Û£:ÿŸ}…1ð•uaôÿOal½+º&`‰§ùå÷µ[×ïî) ©ŽÇ©Žú šÈ°±º ΂8…²ÿdÙÒäs?‹á7bŽ‹ZI›wñ­½dIÐøØtí' ¤è.{ž›r+xj3ô寇ä¹É\<«Ÿ`è'[ê£/uÛéô ñ@¹|~M‹>w1‰åã[}¿G™öÜ õ÷_ hÃØ òŒjNi#rJнÉA£ò¡òÕçAœÐ¬à±4 E‘A,C` ÜS43Úÿ"=bÓéñ'¦îËï¸ý¯K¾ÿ~lû:½»bË`>{tvÇŽ[Ú·›>.çñ.§oÝüZçK¿\îîøô¶ç÷­^õëüÍóÎ]>{á“Nù¿.·þðê¤5 ¶¢aÃ6¤šž™õý&´øÇËnºý½ñÈUüÒqSÖn*Ù÷±ê…;úv?7ïÁ÷¶|–±Ü³©0-é“W§íš;yPþ½swõüýì[R7=ÜýŸ_~ZZc߈w}9ª_ÑU_¸íÚïþ÷®©Ÿ:( W+ÿ(ù¤òäG®®Yù)þbý_IçÕŸ±vùGëÆ{½þ“ü3¦.{ªà£;½bÂþ¯û¾q¸dç“3ªÞOúhïѱ¬ÿå›íëžü楛?»iãÖ›÷?X5ôÙûûŒÌ=ðó°G—=òW‘U“ «ùvûÿ;xhIדÎÛ{\Öµ½-±=±ýƒ‡wwï´¿ì\á?ž_4zÿóž·¯ÿ÷›Ù©­XgþtÖ“;ŸvÆ ý «óž7;[efÿl¼ÿŠŒåÝúúð·Î©éÜG˜’µiÌ;Ÿ¾xoűÛ_Ümêõ?¿6cääî¯pŸœr៷~öÆ•Ï<~M—oÏKªŸž8/?·]V».yçÞ21íØõ·šv哳Ÿ|¯öÁ'çœ0cßÒ—äVýûúG'þÙ°åæ¦&¾ºc×á_®Î»Zz0/#$í‚æiÖûè“è³~¹@!YnCã5ÛWhÖnDA®ëAë5ëIôÝ;¬–òl!®ÅÊ/ý”’å"œƒÚÓµ…ª'OÕ¤&­=Hö÷’‡cØóoé. ß§×ÍVƒJl3pUB-ž°‚h%Bû­ ©…÷›šÅ-±UXšïM˜E¶üŸm'þ¢Æ^ú¼Z'›úæ§ø?ôó§"+V”ôQ§ÈöSá> ‹K ý<­·û/¹Ý$þ¶Í)èn HŽZÆ‹ q!º–¦±m#GæVòo&üa=@¾ÿjz‚—Û‰{›Åúvâ¢z%Š*àÄÙ‰N|2Y¿@Î×|Óh 9rQ¢×Ú"'eq×H:‰&bšgÕÆÞÎu#Ç®OÁïD—Ùï 6=B–¹äŠÝøƒÜóh9ãYó | M%…ØÓCŒp7íÑpö—Ù5fÚ\ÔB¢Nv'â9™{MHìÈr”.¬Fß iè„ä@ÚÍÙGÊ}$åÁ¿¡öI)c’%½S°'a©îW“ž§"ý m¾Ú±ûȯ')ÇõF_'ˆú7Ìt"þ÷ÄòhMͳ·§Ÿ÷%l ×t'îÆ·¡·‘ŸžÜ .7¹[¹Ñ¼;9O“Ï~\–¼?!qI^ð‚¼à/xÁ ^Æ!°¼à/xÁ ^ð‚¼à/xÁ ^†èá€>|¾¶›?ÕØÃÑ3|Ö/:KJÁù:×gw\¤3«¬–}«U½+Èbó̆+ó•èV-zhÖšr>› ’ætœjM™0­Æ·{g¬±ÏGñNqŒ,ÞNúm7ºR•Bº Ý#Mù¢¥LD]Ùžˆ}ó¹úZ²Œ#Ëx:÷ê%±¾Xê[ÙýUó¡¶£+TkÉ÷4Õº8W'›Sfæxç‰s=¤OÿÉÒ´Ÿ®øqb¥¡r¹ú4O½pWT ÚvºüýLúmžŠFa7ù6…|Ò™+ª£ç°ïV¶ýUÊù8–çQ–¿%ãU)ܦÔ.µŽw©¼¤¤üƒ&¿Dks;äõx¨üý(¹Æ—>å;„ÑaÆ2Aªi:‡Û€Ðm+ÉõÇÒ¹dÓÙQW£ËQ/iF“fæÚ Îû?ѰwÞÜ|€þKåÿT3ÇÎfŸ]Ñò6+ž Ji(ºšVÓNÓׄM©¼ô<~§ª$‡ÑÙ$÷˜Ä™<þXŽo%Çná\\;,úÛã>û¿’so•çÑõ‘Ý¡gnăåãûâ³rõ7Ù9{°¸,Áâm‚W©ž’ô‹ëÄæè%ˆ3ˆHyçoØBÖœòÌKÑ;:Úˆf¡· #·a«F/\ÔnѦl´Ÿ âúµø_>¿óp *âûiêy  ¨Fô;û3l# RÙ^ùžÌfùLÚ£§ø6wpÛ+~â’Ñk|wt%ÉÙ™Té:oÃh¶“53û†²¢ôD9¦?÷»‚KèL?i¦mw Y¶Yn&çÜCª»³y+-Ý6‹¤[-³Ü_‡>$ïßà)äý%¹¶¾ÁÒ|65Æq‰ºú×ÉüµË$®+zž¦ Î1ìÈýakOçÐvã“Ð'Ü`´ßܽmJBRªŸ¹ÛLŠÇ¨=À‰³`?V¢óÐD²~†hb‘±Üã&¿D8h= ìµóGJ´Å^¨ÌسÝL-¾h5š÷“MØGm=èöáæN¨«äþ kÛ™ÿ|-(3W+x±¾œØ&kÍG„OCXmávè&K>ÛÓÝÇ4ýšÄ‰t†c.oEÓh ­RµEKñ“4v•p2š/ŒB'âãÐ#̲«9qzØ—ø(]?Þü3η BÍ{,7â‹Í;ÉÖùÄä]m¢ïÍgÆŸŸ¸…_/œ‹¤¹hï°Üå™=æ3푵‡ÈqéI’Ö“z´ŠóÒ¾½Óú‰ð«8ÏÍ,þ';BÓ’6 b«VIŽ?*–Ïú8w ¿Ž¤p=± V5ä÷ÙnaSÿd lļ=LÎÜÐn1÷9vgâp¾Î¾ÖºŠœ¿r€Ç׉3É:DVÏ6?’Ag?eJ@?‘í˜7­3´¢¤gÉ–%t˳ø1ò}»æHÛb»ø­‡’¤ù·õü›¶+LÏán¨=cëëv.ánò}EŠÔz-¶/MYa~½BRxO-4ˆ\¸(bBh‹€ñq¤såÈÆÇ+|¶Uèœ×dK¥ñvÆ•'lˆ£µådŸnœéèH¢î¿±öD4€ôð¿V¹½€¥÷÷éçzÕžÿ`q$×ÅõÓº?†VüŸ×Åô=‡¢bÌÂË‚þ3ìŸè+´ÑïˆN~uÑ!: µVµg2¯e±_H¸–îù‚\]à—ù¤î]_Æ)÷ Ör$[râRF?XÑ$='Ž]Ç=ˆo¤{@O¨Ž¹™—•è1òÙ òyÝ.¾é¿qO’9~ªæéHÇÒ'èÕøÇ„ÐÂÀùdû£Hzª¡èt&YâøörŠ^L’½µA'GÇ’¥]†*ØHÑRýðÞqÙOQúTñ^ŸóÄgB/ăP/ò~YN¥ëIdîçP;útóùªmÒÓ¬“鈫ƒðA,Ñ“\).!ü+¡Ckïs꣥+ЍŠñ;Ü|Ž„ÝêÝŠÄѲ/yñùmÆ :2¼˜~ù6‘·­•B™<®­Ü›úX%KÑ4Šî­‚˜Þ£i_jñþC6וæV|Jÿ}Ô_N¤wÁag@eí´eá·XÞÞ6åÛheÈHšš‘ê²kï?Ì™™Zà(ÈÍÊM;%57Ë‘›—šŸYàÈÎÉO[œ:®×y…eU…¥½ûe93z»…ªÊªÂŠ’r_ZÈwWTÎ,q—Í)ì=aìHÔ/3ÓQàtò¦¢ò²ñYS«* ‹JÆgçf—%Uò…EE%åeîJsʨª9%¥U•e¥æ£Ülœ“—çÈ-(@\fÊËïÕŸÏÀö¡cí³í™$¯™©Î\”šWéÈÍÈJ-ši7!#µ!GNA~ê;/¡’ •—áì¼ì^•%|enVa…»È]ûòå|Yy_FŤ~8lÇærÁ]꞉…JÄ— ³ÊM¥vÁ^X„JÌ¥•¦²„YîÊ9…(S8+ ÚñÔ’²ÂDÓ,wÅÌ’9ÉBeU¥ÙŠ,VkBW”˜ãtd8ñl{†#T²•ËÍs".» ×ÔÄÌLgêÙå(ÙÔOègåò²m(;¿ 5;ËéÈÊ-0cM·':¹Î|„²³ùa%˜ÏÌÏõÎìU.Xyëi&‚!ÏiæM¹VÄ!r§É™äæmÎö¹‰ZÀs\áApZ¹É&³31eLI‚ÉjM¬&Î}\»b7.Ã&3oI©LÀÎ2ed’ž<Ý='!ÃdEã³ó²x4‡ä’lÏ­¯Àe$!K†€íœi&æÊÌBy¥ ÷kOJ†Ý&«ƒ7ãR>…+Jy NBŦҪ©½Iö MÄWMü4 ‡I­šSN²'Ó”ZkGál¡ÂTh·ò]ÊI¦™ÊÍ•å‰ÄÁœef™íœHHÄ¥s*:¦ØìùY޼¬Ô§#;+sŽÌì|¡Â:ÅšŒ rQŽ#'+߯åÚPFžyDšSX‘’GäÄl)1ÙI¶à.y¨ / C‹Í¦„>‚Éb.*/)Ã‰É ³«JÜîã…œ GÊh ®± 0<^†AD@«Åÿj¦lF endstream endobj 195 0 obj << /D [193 0 R /XYZ 56.693 815.761 null] >> endobj 196 0 obj << /D [193 0 R /XYZ 56.693 425.973 null] >> endobj 197 0 obj << /D [193 0 R /XYZ 56.693 406.103 null] >> endobj 198 0 obj << /D [193 0 R /XYZ 56.693 211.881 null] >> endobj 199 0 obj << /D [193 0 R /XYZ 56.693 192.011 null] >> endobj 192 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F73 59 0 R >> /XObject << /Im17 180 0 R /Im18 191 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 204 0 obj << /Length 1431 /Filter /FlateDecode >> stream xÚ½ÉnÜ6ô>_¡ãð0\DR º ÍÒ¦h‹öÍÎÖ0iBI)Ú¯ïã&K²\vÑˈËãÛ×ÁÙ!ÃÙO›/7/Þr’•¨Td—Ÿ2A‘YAJÄò"»ÜgWÛßT3¨úlG9Þîu\ Ý ¬iÓiøÖ*|ÖÖª£ÑM¯Î>^þ¤v„ ’ó€0Wms1= VUæš Ö,Ñua¡ªÊ´îÆë¤¿«¡7õй;‰fÈ$˜“)—‰²„’HÀ#‹í‹ðÁîÅæÍåæË†ÎHÆÀ³L– L³ê¸¹úˆ³=ÜY”—Eö§‡lðT±’O+ÂŒf’c$ßDV§ê/P.ŠÄè5æXw½5U¯Ž Ì¨X¶6,¿ €H@4#· ˜f*úö1Ía4¶z nž~÷TaÔ_+ÂŒzœ›E¢‚ä™Ä*dáÌâÎ"¬ˆ¿VgŸ–V˜»·D˜;• œ½kzÛ+5÷âJ5½Ù«ýÜ)­þ¤­n*£F®ÓÂh«÷͸$ÛÑå8tÞ€ZYŽ·_Ï(ߪډí¶'«÷º×öhµo㙲*¬êø½eÆí3Œ•ÛN׺cÇݸ qßkÊÙŠéhÎ#£Q^XÆ`CÿY±”;Ž–rËd)¿Á+–§ #Îøh{*Ùy”'JèÔæ5•C`œÍ=µ3‡Æ¸Üàl¨Zv‹:¨‰Ø°í´½f9 ›!‚ÎöæŒl÷ªoã«:,Ž-È©öñ¸WñáɶMzRµÇ6½J_¯tHHi‘A\vsò è›/Â÷Šn#3ëyMÙê³qnƒ·m‡fñzÏ'™Þ2‚Hz AäüAv¾ V»˜yŽËƒÞÁá«»Ê`Ê´ÝŠeƒ‰ö¯õNñáìÕ»‹n¸ÍážÚËœ CNžༀ¼œÇÀSNºJâ™2úqwþ0+4Hø³XP••X0W8rº©ãµŽ…PÕ‡ÁûT8£Œ»”Žn­õarŠhù,Yr‚TÆ©,ͽ2=IŒµ ^Ìt1œÚÎÜÔ ,ß’M»¤Ó'Ò½M(\”:¶Blù”(g‘êû¡îô\ T!N€NS$îßÙâ¥Ïá¾Æù,cožóñ’D9¹ŠÐßí”l «n¼Ú›i{t£:ÈhÝœãÔ¶Eí¯ úkde^TÖ­Ô%ÐYðëu¢Õ ö¶]QÑ=Öýð¡/8ù¢e£EHéSÇ— F%ã÷Óµ¿ä9G4ìII‘¯^¼;B´¾n!>Ü¡˜Èí"½Ý„`èùØ¢ÚB}˨(M)óÕDISù"ñOãsG $eÇDRFJos˜€‡ð—añßËÉŽˆ•DúƒóXxÞ»(ýQÆþ*xîŒêÜMïãe^B2BQî:ˆi® wʇª÷Þš£NÒOëøÔ]{sZPvì×Ð$zº¾– ç@rìp¤oõCåo’,ÇŽs,GqÌñÔÚ>Eü#uóýZñLöî©M×LÒæÿcjVhFæš¡I˧³6õçd]2pœ€éª3]×0ÉÀ4N£,pdC/ LeqÛ[Эýánæ—°÷†wÙ(ÞíÖ¹u%0t‹aÌr8b“çcöµÊ•0u§X6ÏàI¨¥¾¬#¬K¼ãÇ8›ÏòPô?§ª Xb1Äן0?4ÚgQÌguêx¹È pÓÞü¡ûIàƒBN#bë§ŠñûpÏ`Ĉ@Œ’4±ü›™0âDû¬´Ã%G"'‹9Ç‘©#Ùà°˜4b¼©Uœ„œ^ÏÕ‹è¦ý•Ÿo`¸Q÷4©:?/¡¤XìU£é1CAÌ1¢|Ê_&ÿÝ€Ã{ endstream endobj 203 0 obj << /Type /Page /Contents 204 0 R /Resources 202 0 R /MediaBox [0 0 595.276 841.89] /Parent 179 0 R >> endobj 201 0 obj << /Type /XObject /Subtype /Image /Width 727 /Height 257 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 212 0 R /Length 23139 /Filter /FlateDecode >> stream xÚì|SUÿÿÀúGQÀbe´ð¨ .PñB‘¡¢(T–ÈDq<ÊEeÏÝéÞ-Ý‹Rº÷nÚtþßæà}brÒÒ‘–Ï}½ÅÓ“³î¹É=ï{ϹÉÿý6lذa{R¶ò²Rô6lØžðÓ Î„Ø°µËçŸ>lذ=›û½lEÐ-ذµ¥{ÀC°aÃönï»® t6lm&ðlذµÙVUSO4)±,-Û àHq[–0ƒ@?`kmý€„`k—ÍÅÅ% 22]ÑéÝCý¾U á‘¢fÞXvlÛ,‹Žnr¼Öüb[Ï@ !ØÚxÛ¼é+HHlÅeÕíx™¯Î ßTÔ¬ëqó$ßHÉ •¡×ךSZÛ Óª›Ú¾Ã}+í”fÞÛi_‘ÖÞëÐö~ï ‘f£Ç|wQ.÷{Ùï»^)®¯¨®“¥•öT®d¹J[Ū[µüÇ©¥½W4eÓiÆ¤ÍÆÇǑےö²ŽÖ8”-n-Û{šp[é¸w s]QaAç–Ç|“´Ôìo ¡¡°VŽGéDówZu7ý|<ëëë›z\4Á=š§"‚zÌ3p›ä;–{<榽ZÒ¼š‘«Å¯±]§þ%p'˜S#iq iß ´f¼ÇZÖº•¥dR!®+¯®U„§¾dÊÒ«N TÃ$D1>#;—P}˜”ú,a†êÅZgkÕzÍ8u·Á™¿óéGË h)ŸiÙ#ø˜evŽ™µW/µ¸„4õ¬È%»vé¦3fì8ÞÒd³P²±ãÆ7»aMEYkÕÏE 7^·Ù ønßç.^áþd"› Mj Ã^~™ ýÉ[{¿Ñ‘U<ÜŠóþûïO›6mÕªUÅÅÅ­í!T;ýÛîùõÇôC‡ö޵âè1/Û™„ðvBS%ä‘jѤK3żB-TvYGéÓSSÔ<¸óæ}°rå Qv…ÓÓRúéÀcÇâ¢ÂÞ½{7)ËßBƒW,Ù¹r1ÊØ¾cç~æ}ÉÎÑeÎÜä"‹Êª„9ù!a‘Ìréêõ•«?V³¼P]ê'æmí#‹•kð'k>kvkƒî†M›>ƒûóo yøgzV£|üéšÂÒJ‚÷C²rx‹¢cª¦„¼õÖ[8vìØÖ­[5DBÚ÷N5O ‡t”)¿)\VBä:¡IÒ7UHï%'!$ Àÿ™gžÉÏË•‹¿pþܨQ£tttfÏž’œD1I‰ C† a¯Þ ¹3qâD PÆ>}ú|³}ûÂ… tÇwsu¡È-[6wíÚuÆŒésæÌ‘-3G”MÍV!!tù\\.–eúŒ™ïÎz.̳r å^’Å/0dÄÈQyEå¾fd¬7¶‰#Göðö÷ ¸£¥5ä•W´©¨+×n®ÛðÕ‡Ëôç/X¸pÑb þq†²¤fæ,ÿhå¸ñº”eÇÎÝrY6oÝ~ðÈ±ÈØÄÁ/½ÄªË-,;n|PH×€¨Ø¤·Þ~GWOïƒy f¿7ÇÒÚŽ"eëJHÉ\´äCJ0|ø+TËecïüú¤Éãuõ^~y¸Ñ-3Š‘«š7—l±,F±Á«Vòλ³_ÒÒúbý—ÊêbE-Óÿhåªé%.eQYuŸ>} J*ö­TB¸=ÍÎ+úõ·C…¥UìO ПÉ{\Ô”äädz;±pNNÎèÑ£5GBm6Ü?i»,'!r'I5%¤mf±)!r¨/!çΞ>}š\dTdDÿþýããâ(¼kçÎeË–©êWg ÛX[½óöÛ*î„–Û4IBwOß _n¢¡ó£«hpçGYh$=~ò4r J_80M˜Karú“½Ê »“§Lýü‹õ\ØÓ7ÆÜ©oLcÙ‰ÄT¡\–7ßzÛÉõ6HBbR)°ÿÇŸi çj§xâÄ› l(LÿR‡$§gËÖE ¨w/ gŠò_xñEæT$?T;¼ý‚Éš¸}aU+Ë%» ²= ÛàÕŸ¬¡Ž¢ôO?݇¹o]TIò‹+úöíÇRýú=“ž•Ë+!MBM ñööž?>÷n§·Yii)$H$Dµ„´ÙRº6–óçÎ.^´ˆ…££"_xáÒ«W/™¯­­­BBüü|““UHHI¥¤ˆ®ÄùÈ/©¼rýÖóи©ø  É"Ö1rùG+oš˜ç•³£Fë„EÇS  ´Š†×¤ôl~öÙgE¥¦–Ö3ßz[®L. ñÜsÏ s )ðá2ý«FƱ‰¯hÈÌ)àS ïÏù€…cÓ´´†ÈÕebaE 1}ÆLeÏÊ+¢ø“§ÿš>óÍiÓgèM˜ðÆ´érUóæ’-VYƒŸþyÖ¢ü’I©XõÌ3ϤeQ?‰i©7XÊT!ÓÞô*û“Iˆ²ã¢H´’„´åzþÖ“€ÿ~ýúÉMÇðJHJr’––—‹“ÊÎ"ÉR†þ8kBH!D%rÐpÃÄœ`ذ—×møÊÍÓG.APhøÐ¡Ã¸?Ó³s¯ÝšóÁ¼wÞE¦dŠžýÿ½ä2vÜx.þô3–ò–™àõI“…¹E\áLBd«‹NH!ñ 9¤N£ý©ìШ/!QQQï½÷Þ´iÓV¬XQXX @Bž ÑJHa©0§ Ì›¿ÀÁÙ­yyÕgçîï¾Üh Ÿ”&d +Û±ãÆ¥gå¶vKZ‰¸¤4½ ‚Ce#™„È¥ŒŠKÔÕ%!Õ£€ŠÕ—6Þ !€Ž+!mÎ|B$D”_š‘ß ÜnûšZX5/¯:xúè茙ýÞœ¤´,ÅWwíÙ7fÌXbæ›oyû·^3Z +;[¹H&!Љ#bÕBBÒQ$$;¿$-+hLBš—Ž"!Ë2s€FÁ$¤yyUHÈ®Û2ÒÓÚÅ@èƒOµCBHˆ¬„sŠ’Ó³FÁ$¤yy•IHv¶ðØáßý}¼ÛEBâãb9ÔÐЀs  !<²?Ýo›”‘”– :±IéköÑ‘U<Üùyþ¾Þ?ØSWW׆÷@ê¨Fª72"¼¦FŒs  !|#²wŸ°0±÷IL‚ΩƒÏž“–ÞÙ¼G¼²¢<"<ìØ‘ƒ»vlÛ±msÛ@uQd õõu8ðˆ.$„“’çèÿÅ×Lí}bÒR2AÇ…Ž G:šN ÑÉ"e½¦FÜÐÐÐÆ%ª÷@Hˆ,´ÅŠhÌÚsRðé~£÷]—5ûöœ°¤£•UVZ‚S @B42‘Ø´<ŸÈl°l÷{ CGÐ;";:YH:„t¦°$@B !€„4UBŒ®\ÌÍÉÆ!4ªÊŠêê*¬;¥„Ø,ÒR“Å⪊Š2k@£ D"‘¤&'Ò`Ýl iKiª„$ÄÅšßHOK‹«ëêj !TWW‘˜ßHŒ‹ë”Â<ÄF`ntå"倆@C3 ÐÊ ¤£Hˆÿºµ–.m:ô~÷î¨1è8ÐðMƒxíþS}æ¯$!œ®2‡èp*¢É"^· è|H¾Ü ÉOÇÀ@€Îí!šùÛ1œVlmíÊ•ÕׯUDF”äã¹' PO7 ß4ˆ+ŽìÅÇ©m¾1 ‘[’2}Úƒ´4J ãB6"§"uZZÊ$äA{l$!r·Aj>úHõ#ºè(Èyˆÿºµ%!’ d›Wr/tšû!²£|Æë¯i”„ÈÎÅÔ|ôÑ#¿¬ ôfHÅóÏi”„È~#Yù•Ë 3Q}ý7Ð×wë¦Q"7 :ñŒŒF=󆉲!!@§¢ _ i—ï QlX³%¤¸¨íE×®]Ÿyæ™I“&;{¶I%ÄÅÅRö©S§ÊÅ8ð#ÑîÇQYóÚ éš‰šÒö_ÛÞâÒ¥K—íÛ¶­\¹âé§Ÿ¦?wïÚõø£|?éÖî1;KH»vâÄqÅ—JŠ‹Ú±aÒ?:„´™Š´†„tëÖýéççÛµk×=z¤§¥ÒŸ7n7¶{÷î/¼ðÂŽo¾¡a[˜™ñÁs{÷îý¯ýkèСW¯^‘•¿¢ðW_}õòË/s}2|øpzÉÈèúرc¨¨|ýµAaA>ËHå/X0ÿ©§ž3F‡jWl¡b¸Œ‹-êÙ³çÈ‘#ƒƒ‚(å²¥K)ÞÛË“ÂÎNN^½z•lóXx„ ”‘öÑÅÙYE«ä gñ'N\ôŸÿPü¬Y³FÝ«WÏM›66µ©Ô'rý<¦„´Š´ª„ãÇ£k+_o’7gÎXZ0»øí¿ÿ=qâ8öìÞM :hblÌò›7Mo¶o§BÌÍL{I·Ë—/QØÇÛ‹Š4hàÉ“'Þÿ}–ŒeìÒ¥ Ež64¤ÑrÍãmËHÛO?Øùí· ý ÄÔ$ l¢ðk×R˜TDQBh[¾|ù±cG¯_¿¦¬UŠ…sñ¤3gÌ @Ÿ>}öïÿ^륗(LjѤ¦Êõ>kZJBZÕCÚLB¾ûn[+ÒMºQ˜FjK s :té‡þòóÏéi©lœ¥ËN§XQ?ü°ŸÂ‘á=z4ËHÕÉÖ%Û<Þ6°ŒT% ôž†@Bš'!­ç!m ![¶lîÚµëŒÓÙ¼ZZ˜Oœ8qìØ1¯½öš¿¿7d|»cÇøqã(ž"—-[¦­­ýÖ›oæåæÈ,*’-X0ŸJ¦}}ý‚ü<ŠÙ¿ÿ{ªe÷pw£We›§˜žªèӧφ –-]:iÒ$gge‘¼;¢¬Ì¾}ûl¢Ý¿qÈ«ý´¡áðáéÀo¶oçFXÞÎQ³v–’J[¸pèæê¢¢"vm®,‹¡á©W^yeÊ”);¾ùFqô¿pþܨQ£tttfÏž’œD17~Õ«WÏ×_Šâ’ÉwvìvïÚE¥½üòË\E¼}ØÔ.ÊeS·“MÐÓÛ°~½¬„Ðãý÷ßgoÙ7¡â.(ëg5;|ÏîÝÔi,‹·½We{[ö ¬ r>òm¯fÃäz yB$Dö,1!~ÌÌŒt {yÞf# 3iMM¿þ§Ÿ<ÿüóÑQ‘ž?ÞÙ3gd%Du²Œô4–ò‹µkO:I:·<¨° ŸÂ«V­¤AM¶yŠéYËÆ_@½¢¥¥UR\ÄÉ»#*Ê´XÊV1`À6ôPJ–]Eç¨S;KéêÒ8zÚX[½óöÛÊ*’y³ 4íȦMå$„^íß¿|\…wíÜI"‹9r$;Êî„PE·nÞ¤ðÕ«WXEÊú°©]tíÚÕåË—³\$$ÜÀž–:uêÔ?ÿøC®1¼»ÀÛÏ\cÔïðˆð°¡C‡²_x$7ûﯿÊõ6{'¨hƒ\ªßöê7 wB€„@B.^8ÿâ‹/Ò僮sÙ9³gÏž,­­ ų0]ÀîÝû¬„¨NF'üÉ“'OŸ>D:ÿ³Wõõõ/_¾$ÌÌ zssD²ÍSLOUtïÞ½´¤˜%1bÄÝ;¼‘¼;¢¬Ì=zÈýîðùsg©aܽz6v(ë5k§”½zõbÉâãébYYE²Ã"o–+Vp×òrn@¯.^´ˆ…i4|á…Ô”:v¬häe)ëæv÷ 6‘äpwŸzõê©££c|ë–bcxw·Ÿ¹Æ¨ßáÄ”)Sœ©Æ’$Èö6÷NPÖÅU¿íÕo$H$äÂùst§bßÁÁ~Ö¬Y,|àÀßíÙ£f2:íÓ8ÅnP9|ˆÝ–'Ü\]fΘqèàÁõëÖÉVÊ›žªèÖ­7_?lØ0&!Š‘¼;¢¬LÅå4­Zµ’…}}}Ø«¬sÔ¬]¶¢¤Ä6ñV$;,òfi Q¬ˆw/šÑEDv–ðÆ £Õ«W‘rŸ|òñš5Ÿ²A_ QìgÙ(5;œ­ÑýlÍ s³wß}WYo+kƒbªßöê7 $äÉ” bÙuÙ³Ï>ëíåÉ–ëûùù¶”„˜Ï;—þ¤A‡¬ƒ“b‚žÞ AdÛÆ›žÝÇf“;.ÎÎ/ ÌMÇÈEò2%$*2‚†9z‰Âûöíe#¬²ÎQ³vÞ¡‡·"ÕN—ðʦchÄTs:Fö¸óVÄ»Íè"j K–%ÌìÕ«'¶¬:: $d&ìþ×Þ]àíg®1êw8Án»-\¸àâ…óÊz[Yš*!MjׄÀÒ"5%çj !þé lÒÖÖ~ã©¶¶èéêŽ=š†­mÛ¶¶”„äçÍ›÷ÁìÙ³—,^¼rå Y 9|è ì££ Þô¬Š¯¿6˜0a¨Q£œœ”Eò2;ç´¡áÔ©Sõõõ)7Ð+ëujW6ôðV¤BBˆ'Ž“¼úê«tà&Mš¤¸0u„t£CÀÖl(“î¸+«Hq/šÑEæfcÇŽ¡ãÇ34<%»_ä!k?ÿ|ÅŠd²oBÅ]PÖÏêw8±xÑ¢§Ÿ~š[V­ØÛ*ÚÐ$ iRÃd{€"©4œ«€„tb Ñ>\²„NøÍ{´óñ/}LÚ¥ö¼Ü\س{÷W_}õ$|fÛ÷(€ÆJ¾1µÙе9]!¾÷Þ{j~-$„±yó×'N¤‹ô9s椧¥BB @›I~ÀH „ O ´=}jØÇÚ H€„@B€„ !9JKŠóD"aFFFjzfZºH(ÌÏÍ•ûmY:„øûxчEFW.úûzã €„´¶„æç¥$&Û[[Ÿ6lX¶té¤I“\œ•E–æ”}ìØ1¯½öš¿¿ŸŠ2ûöík`°iΜ9çΞUÑðDIHiIIã¨-5 ÅѼ²¢¢Nz3„“–¾X&½X\]#³ô$0âêj “íS$yˆ:Bµ4Ô“}ÔQ^NBÊËÊ(¦^_*½ÙBI$ú›Kkä$„¤FÕUUbé‡ÚL66£¢¼^ºÑ߬, e'‘¢’éòƒ í.!Zkm fdž}ÚÈ‘#7nüŠEêëë_¾|‰\åÅ_ÌÍE„‡ :ÔÀ`Ó­›7Ù} YK aèÞ½;!Y‚#FÜ ¹ÃyñÂyªbÆŒéŒáÇ«(³Gì)!ÕíO¬„”——IçP(’“vGBM ¡d4ÖS Suî„PœZüÏ7*Ê©Tƒ-#)it†z±¸º¢¼¬HFB¨–Æ…é˜Æ’%5²ªÃI—˜k!ò8’™ö ,³ÉHÈîz> ÉËÍéÛ·ïKƒ‘n={ö´07“•eK—žš9cF^n.©È¦MOž<ÁîŸèŽOÙ)|äð!njÃÍÕ…:xpýºu,&;Kxã†ÑêÕ«È äîÀ(–@ÂЭ[7n寰aØ„(F^8nþüyŠwuxËìׯ—FY{À7S*?CJPYYÁIH*+*Ô™Ž‘JK)ØêP5%¤æo )•‘‰D»¤q¢§FÌ´‡IýÙ¸F¥Y­Z@BGBDBá©ãG¸éY á¦cþ2÷ç§O¸d‰¬„œ:uRKKkïÞï(<}ú4 ‡Ý ¥°‰±ñܹsÙ’²Ùõôô È–—ÄÇÅ‘P K˜Ù«WOÙu¡¼%°©“³gÎPØÅÙ™ìˆ›Ž‘‹LˆöÙg½½<ÙÒ\??_er¢¢=à _˜ÊfRä$¤¬¬”Fðÿ-L­•[˜zŸ3 –¾ªª’)‡:"Õƒ‡3/¤.Üt eáž»akB(RvF6@Äyˆ:Ó1ìV}h0@»Kȃ6ÙZ[Bòssíl¯P-J¦ÒK~¾ÞtÕ¦˜÷í·ÞºpþÜÿnªd¤÷éÓG˜™ÁI)u[ ºg÷îÁƒ=|(8?oÞ¼fÏž½dñâ•+WÈJÈáC§L™ÂÂæfcÇŽÑ?~ü¸q††§þñX1_ L¾þÚ`„ £FrvrRIX[ ôtuG=räÈmÛ¶ª.ó‘íOè#ºböˆnãNÐÙÀÍI…Tyìðþ½»ˆSÇŽ8ÚÙ’“aü^ ÉÏͱ˜…Ü ª­•äçq²‘™žJaÒGû¤Ä„ôÔdÙxE‚ý­-ÌlÞžœ„Ü»{ÇÎZ`keao#ˆŽgÊáêhggeioeééî"+!äBζþ>žÞ·ÝÌnÝvs¡?)AH°?9¹³½mb\ Ëbnr“²»;;P‘a¡&€„´£„äåE‡G=ôÛÕËR’“$ÒW.?vø÷ä„„ÊŠ eyssDë¾øbèСÆ ›:uêmw=õÔSnäjÙ67©´Ò’â~دfâð°{ºãÇkìŽ7&õ@»Hˆ•¹ih£ÔäåÊÞádÃËÃ-$8ü„âI'¬,L ©üïîGL”¥™±(KHå8ÚY“„$ÄÆØ ,„™555¹99dY™wïz¸8UUVHjjª*+ËJK˜„ˆ««l­îúWUUÒùbèü@‘T¯¥é-aF:9RĽ»~Þži)”ÅôæuQveÏËQ«²…™)€„´‹„Ðy>%1ùèÁßn»»*Öîáæròø‘êê*e?"3gΜO>ù˜Îu¶µµyî¹çî…ÞíX¢úG{=o{´×ÈN ëÝ»w{IˆâŽ7û×çШßí"!A~>îι¢l¹9Y ð£áž›¦a[uU%—%$ÈßÃÕ¹¾¾ž !*üž“TBB‚f&ONâhkmciN‘q1‘¸äœ’ŸžšÜx[Ãø†“½MXhˆX\Í\ÈÂäÆ}é •ìæâØ@%§§’êX››Ðõe1»etÿþýQ¥±˜—a¤Ò.’'ÙZ[]½|AYè%_/òżþýúõËËÍåb 6­_·.?/·OŸ>ßlß¾páÝ\]d‡àýû¿ß²e3‹ñpw›8q¢l™ ̧mmm}}}æ6¬´ 6,[ºtÒ¤I.ÎÎÊ" K sÊ>vì˜×^{ÍßßOE™}ûö¥Ö’D;{–èéêNÐÓÛ°~=¯6(Û#FŽ([±Þ–pÂûª¹™éøqã*Š\Žz©k×®3fL§F*ËrÚÐpøðáÔÔ6E QÌ»#{vïÞñÍ7,‹·5@vÇ¹ŽºqÃèÂùs£FÒÑÑ™={vJr’²)’ÞßîØAEQíTõ²e˨ÿßzóͼÜõ&Û¼¬ kB‚|ÝœS’ø%ÄÁÖ*:2‚“ÞéRoOwÒ GE†ÙÛ%$ø¡™ˆ««l ‰GzZª¯·'‰GZJ»r'( 8À/7ç¡ ÉJÈmw—ÊŠ v¿E`fL2 á–‘X[˜IS0^ is fdž.nÀ€´/Kt òssD²÷x³DEFP&´kr›…wG"ÂÆÊ!oÜøÕýUnÇYGQuýû÷§vRx×ÎäÊ d‘¦&&þé§Ï?ÿ|tT$…çÏŸwöÌõ&ÛªS;Jy…¿¯7 CÊ?#i¬÷÷ñ²27­(/cÓ1Ê$„ôÀF`^ZRLa?ïÛö6kBâãbf·²³„ì—èȰÆc£é*;[˜Éfa¸5!~Þ~>ž”’IH}]7ÑS˜ŸOa_/'&!¦7¯§¥$“ÃD†… ÌMj%Hx:¦]$$#5}ÿÞ]‰DYjjj(A]]b^P”IH¯^½XLB|<]ËÝÐ×׿|ù’03ãÅ_¤ÑV¶©*väÈ‘4 ²á©{÷îtŠf FŒq7äoäÅ ç©@ºpf >\E™=zô`Ã.‚ébÿÖÍ›ì> ¯„ðîC±e-a¥ñ¾záü¹—,Q6Á›åü¹³Ô“Ü쉜„ðfQ¶#S¦Lqrt¤H’ »ã\GQu‹-béI*^xáeRdÏž=Y¤­­ ÕÎÂû÷¿wïwê7L¶T¦ö•ú}½=o»¹¤&'°µÖ–fÖ¦®N¢l!}vØÂTKóÆ5!Ò§t“âþq3äN»‹“»‹£'ýggŦF„‡º8ÚÛ ,lf>žîYÂŒ°Æ¥ªXYÜ ô¿ÿ>UÍ=èëãçÝè!^n¶V¶ÖìhkmkÙ¸05/'‡MÇP–°Ð»TÉO\ttÔX¶—Ì4u$dw=Ÿ„°é>d§cÖ}ñ»Ïb’ä†`ÂÍÕe指\¿nl4ÒHÊîØ9|ˆÝu§ÒºuëÆ-H6l“ÅHÇéZ[®‘ÊÊäZHÐõæF«W¯"WQ&!¼{¤¬Þ–p¥ñ¾ªZBx³¬Zµ’…}}}ä$„7‹²9yòÄgkÖX˜›½ûî»Êv\™„((éà`?kÖ,>pàÇïöìQ¿arkBT¦v‘â~Cws£¢¼¼ºª*-%‰"—}ÔÖåe\ŠçÑ­—š‰lQdVbqµt x ÷ˆnŽ(KRSS+‘ÔÖJØ­’\Q¶tåx ÁžÇ¡¹¹ÊLÍ @iIImm-Háü¼ÊNPóØÂTæ-T`cᵑô~ Òö" O?¢z:æ/ÃtBãÍ>{öìO?ý„]™ÚÙÙöïß?ônÈ#%„˜ §7hÐÀÀ€ÙÒLŒçÎK:“¥pÂ@}~öÌ »8;¿4x07#IWÐÏ>û¬·—'[pëçç«¢L®…ñqqÌ£²„™½zõ”[~©Ž„(–ÀÛ®4ÞWe§c¨?Ù "‚ép+ËAöŪ޷o¯œ„ðfQ¶#ì®ÔÂ… .^8¯lÇI~Ü8CÃS͸Â[‚bKd{€÷U3S*GGG‡Ê »Êî,ikk¿ñÆTeYNN:U__ŸöKqaªb;²xÑ¢§Ÿ~šÝ2âÝqvwe„t#¯à¦6UBšÔ0®T¦æýv 9Æ“ùÛ1²7Ov”²Ò’Ìôôc‡wwuV¬ÝÝÍÅðäQ‰D¢ìÝfóá’%4¢©¥IÿUD€_Ñ@B:Ö—•%'$œ:qäÊ¥óÉI‰5Ò—/ž#))*ª®ªlÁ± :*’.ß{ï=5ï¨CB$ éÄ¿SYQQ]]åãíù§á‰öí&þ:}ÒÏ×["‘´¬ @Bð=!rT”—‘‡H$5Ô9Ò¥ýKë[|€v”öñ€6€„:“„´™‡@B€„ !:„øûx©x>—0ºrÑß×§P$@ËJÈõ+ssD*Nô*yN¡H$€–•ú¤<òì¡:…ÉÍÆßˆ±4³³$ÆÇ±Èü¼\/[¹­•¹‹£]jJRNN6¥ÉÌHc |n»‡ð˜•™áhk¥þÉ*³4½%Cõ‡Þ ÆiH$€N/!U•• i©¤åeeéáâäëíY]Eñõ9¢lk SQ¶0&:’âKŠ‹âãblâjÚªø%Äκ¾®®Irÿþ}Y ¡VUWUáÌ@§—¶ñHš,!¤¹9"Ó›×%55éi©dä55⢢BJèz'¨´¤ØÓÝ%*âžÀ\(̨¯ÿ‡fD†‡Ù ,œlƒü9 Iˆ‹u´³q°µr²·¥bÙ=–Ûn.޶ÖN¶Öl± '!y¹$9TQ¿¯Ù-#JFR‚è¨p;k½ÀÝÅ1W”ͲX˜Þ¢ìÞnTcJR"Æ !:®„ЉÂÎÊ‚>’ÑQ®NdÅR!b££(¦F,Îf’„544”•–ÈÜýȘ›6Ô×ß p¶·! ÉÉÎr°±**,¬««+ÈÏ'[(--¡¢|<Ý% % icBaG»èˆ°Z‰„ÚC1Ô’ºÚÚÒâb*™ÒÔ××S ý}¼¨©ô'ù’(;‹²ØY[––”`˜ ƒJHxH›I]¬å‰DÂŒŒŒÔôÌ´t‘P˜Ÿ›KgK ^¢LBl­,f&æÆ7²„™4Ö“ ¸9;’piÈ\íÉ%"ÂB­-ͼ<ÜÄâjÙBb"ý==ÈLÈÒR’È7È1Hf¬ÌM=\]ì]íí¬,)R(̰Xܽ]PW,½9BU;ÙÛÄÇÅÐ9­²¢‚Mǰ *™ª£0•Lͳ¶0•ÔÔ°,É&ì%¤Ãö•Âü¼”Äd{kë“Çïß»‹8u숣-9IqaÆ/ Qv'¤Ñ=¤Ã=;›Ž©‹¹4þ>þ¾ee¥ä$·Ý\’ä$Äß׋ô€Âii)l:&:ª±@2òFC}}ãdJA~fFZ€Ÿ‰M‘TB¨º;Awý+Ê˸5!œ„ÞH$%7Jˆ¹ HYÌnqËHl­ÌÉAà!@BÔ”º˜WW·¬„äåE‡G=ôÛÕËR’“$ÒW.?vø÷䄺ÂR–·wïÞï¼ó §¥¦ÐŸOȈÆ~é¾]J£!ã‡ö«™8<ìžîøñ»ãÍ£I=ÐÓ14ô;ÙÛdHWnx¸8‘P …“ãÙ„EdØ=r€l¡ÐV`^\X(;cgeQ%]Jz78Iˆ(;K`fœ››Ã¼"=-…¢,!EµQTumm-·&$(ÀÌ„UJ/ÕK…ăjgS?w‚ü½o»3 1½y=-%™"S’é|R__ ¢¦„´¬„Ðù'%1ùèÁßn»»*Öîáæròø‘êê*e?"CÖ¡¥¥åäèØ¢æÏ춪k÷¼íÑ^#;5Lý~nq QÜñ¶?LMê6‡ëHm­Ùï;ß °³²´µ²pq°ÍHO¥ßÕѾ¶VRUYA)Ãå\9Q‘®NÞžîþ¾ÞNÒ5!™”ïâhï`#°³¶ ð£jB|¬ƒ­•£•£­UTxXãzT™§c‚ü);yH ¿%sq´“NER«ì­,Ý]é“Φc(KXè]g;kAZj*™ † !í5“'ÙZ[]½|AYè%_/òeòÇéÓÓ§O““K ó‰'Ž;æµ×^ó÷÷£˜=»wïøæöª·×øqãx“Ñ9¼oß¾›æÌ™sã†WÑ‚ó)¥¶¶¶¾¾>HYÊ>}úlذaÙÒ¥“&MrqvVÉ[‘²2¹ÚÏ=K ôtu'èémX¿žWXußlß¾páëÝ\]dÓ䈲Kàm '!¼¯š›™RwTԽл[¶lîÚµëŒÓ©‘ʲœ64>|8õµMQBx»]qGx·ã²‡éÂùs£FÒÑÑ™={vJr’²)²_¿~ßîØAEQíTõ²e˨ÿßzóͼÜõ&Û¼Ü6B°,\^VÆnA#ՈŠõjÈô++Ê)À媪ªd³$•”€$A,sèR›)\/ÝèÒ£1¦¼± id]¥Ti¨.nn…2×H§uÄâjiªÆ+*ÊY dAla*óJS'-¼¬¬Ãx:¦½¦c„™'¦CY’“ÿ4:*’ÂóçÏ;{æŒú “íÕ‡éߘ*}jUTZçûÆTů@BÚq:}ÿÞ]‰DYèÚŠÐE“ ¡Áˆ.]9 ¹xáü‹/¾Hª º$g‰§L™âäèH#ÈÀiÄáMFƒN=ŸÊ¡pòäÉÓ§O9r$ ˆ,e÷îÝKKŠY‚#FÜ ¹Ã©¬=¼erµ³!˜.öoݼÉî“ðJH¯^½XLB|<]Ô˦Q,AYKXi¼¯^8îÃ%K”MFðf9¾>7{"'!ʺwGä™ìŽsEÕ-^´ˆ¥'©xá…”H‘={öd‘¶¶6T; ïßÿý޽ߩß0ÙP}˜TývŒ¯79Æ£~;Æ«óeožð©í;“™¦Ž„ì®W)!˜6í?ÿøƒ 4nÒµ­bâ“'O|¶f…¹Ù»ï¾«,»c/Iã ¤ìŽý‘ÇØ]wJÙ­[7nA°aØ„(FòV¤¬LÙÚ³³„7n­^½Š\E™„pé“8©PV‚²ža¥ñ¾ªZBx³¬Zµ’…}}}ä$ä‘Ý.»#r‡ŒwÇ•Iˆb²‘ö³fÍbá~ünÏõ&·&DÅa¯è !š<# O?¢z:æ/õµµª%ÄÑÁaÈ!lh +ÖgŸ}ÖÛË“-|õóó}8õ“™A—º . k^eÉx%ÄÄØxîܹ Kï™3fpÂ@Gáì™3vqv~ið`n:F.’·"eerµÇÇÅÑŸÈföêÕSnù¥:¢X‚²ža¥ñ¾*;Óø¥™9"ÖílÍo–¨È²/Võ¾}{å$ä‘Ý.»#r‡ŒwÇIéçë-‘H4Ó@€„žX é4OÇpT”—‘‡H$5Ô9uô_m­X\­³0´ˆ„ÜvsVñ|.qýòJƒS(ÒªÓ1<ríò…ÄøX§z•<§P$¤µ§cxâ$äÒùGž=T¤IŒ±27‰‰Ž`º»8úyߦ€…ñ ™ ½DøûxQLrb¼—‡›µ…©•…©­¥y Ÿ·\2k 3eµÄEGÚY[¨º£º,LnÊÆ¤$%°f !š<$D} !Bï¹;;ff¤Ý»lke^VÖøk´dU᥮®¸¨ÐÅÑÎÃÅ©¨ ¿®¶¶ª²2:2¢¨0_.Ymm­2 ±·¶”Hjš$! ²‘T5cLÇÐi$¤ñˆ³cDX¨•…iRb©BZJ³‹ÌôT– :2ÜÂôVyYYEyYzj2Ť§¥4þï?“Éèomaæ`#ðöôà$äÞÝ;vÖ[+ {AtD8SWG;;+K{+KOwY INˆsv°õ÷ñô¾ífvËè¶› ýI B‚ýmæ¶sg{Ûĸ–ÅÜä&ewwv #ÃB1j€§c0€æKH|L ñþ~uuuÙÂLvÛ<ÁJ:ùq'(ÀÉÞ–¬€üDîî—ÌEªÿ»ûeif,ÊÖÖÖ’8ÚY“„$ÄÆØ ,„™555¹99dY™wïz¸8UUVHjjª*+ËJK˜„Ð)ÂÁÖêN UUe£ð˜Ü¤ÓE²_¯f¤×ÖJ"îÝõóöÌHK¡,¦7¯‹²³({^ŽˆZÅv Át š,!Aþ¾d^n¥%Åœ]TUTÔý½…Þ vq´#Ë(—¬ºª’{)$ÈßÃÕ¹¾¾ž !*üž“TBB‚f&ONâhkmciN‘q1‘¸äœ’ŸžšÜx[Ãø†“½MXhˆX\]—ÛX—ÉûÒ *ÙÍűJNO%Õ±67©¨(§,äQ÷ïßÏeQ[yIq !˜Ž@“%$>6ÊÊÌX˜™An+k²Ó1–¦·*+*x%„w:†TÁÛÓô€ÂQ‘aö6‚F ~h&ì^(Á–‘x¤§¥úz{’x¤¥$±;!w‚‚ürs²Ö%#!·Ý]XcHBfÆT “n‰µ…iqQ4ÃLÇ ©ââ`{'п¾®.1.ÖF`ÎMÇÈÙ…«£}¿oJb<{ì—=«¢BBH¨4vkÅÏû¶½Mãšø¸Ù­ì,!{à%:2LjAÑôéUÍfa¸5!~Þ~>ž”’I5’›è)Ìϧ°¯—‡‡‹“Ó›×ÓR’Éa"ÃBæ&µ $,LÅt +!!Aþ¶VÕU•…ùl^†ì"#-EÑ.’âîùÛ W€Ø Ì)%[˜jciÞ¸&Dú”nRBÜ? ¿äîâäîâèIÿÙY±…©á¡.Žöv ™§{–0#¬q©ªE#V¤C÷ïß'ëàžŽ ôõñónô/7jªƒ­uã=!Á޶ֶ– SórrØt e ½K‘üÄEG×I Át {'$?/G,þßb:c°™Žû r·8ÒR’ÊJK~±D¼…’qèìÙŽ‚ü¼Æ¯,® †—pèæˆ²$55TBm­„Ý*ÉeK·‚²°º¸¹é7!7Në”–”°ï@fͦìDuU[˜Ê¼… l,¼V"’Þoh¸„´‡`:€ÖúÆTé3ªÊHˆ{"¾1•÷«ELÇЪ¿CŽßŽ‘»y€„`:üŠ.‚é ! Át $¤Í<Ó1´”„°Ï5´LB0$ Át xr$Ó1´ˆ„øûx©x>—0ºrÑß×§P$Ó1´¬„\¿r17G¤âÔA¯’‡à €„`:€–•ú¤<òì¡:…ÉMQ–° òCïcP‚é:„TUV–u ¡6WWUa\‚é:™„$ÄÅ:ÚÙ8ØZ9ÙÛ¦§¥r§[+ Ûà@G[+yÛÍ…RR¼÷m÷‚‚¼‡Ùãc)kafzè ö“»Djr¥ç*ÊÏËm,ÁÖÚÉÖš-\QL¬˜†˜Ý2¢H'ÞÖR¹–¦·‚ýu׊"½=ܨ‘®Ny¹Š0 @$$';ËÁ†£°®®® ?ßÙÁ¶´´$+3ÓÚ´¤¤¨¾¾>4$ØÉÞ¦¾®Nºà¤ñ×o)eHp É!Ê ÌMrDÙõõuµµ’±8?7ÇF`NUPz¯ÛÑQuÒ¼Dlt”§;•@¥QJÚrEÙr‰ÓRSäÒ¼cЩƒ*(/+Sl-IˆéÍëYÂÌêꪘ¨Hk ³jgM¯×íÆô‹‘¯ã í(!ÚdÃt BBhÜ·27õpuvu²wu´·³²¤Á:&2œ” ¡¡¡¸¨0=5ÙÙá¡„Ü»{ÇÙÁ®1™µ%yHeeEtT¸·‡¥,¥¥Òÿ¼==ÒÓRórDTr%mì%¡0ÃV`q÷NP|ltAA¥¤H¹Äùy¹riØtÌýû÷•µ–$ÄÜøFã¹¥¼,)!ÞÝÅñ~CCIqqè :æçå(V x¢$Ó1hª„„{I-¢®¶–ÑP_OâçãYSSC HBí¬i¬ONJp´µ’žˆêh@§a],®¦ì>žIl)ÉI®NQá¾ÞÌd¸— ò33Òü|\틤ñЉåÒüSBxZ˦cX‚äÄRŠoœë  ©®ªR¬ðDI¦cÐL eg ÌŒsssØÐô´ d 3­-ÍÊËË(èïÃ$$!6ÆÓÝ•ä ®NöÁ~b±X”%´²0ý[0òòórYØÉÎÆÆÒ,W$ª‘™þ Ä$ ”j§fÔJUA.1o Ô××+k­¢„ÔÖJ˜„„…†K£(V Àt $€¶—KsúHNÒU£I‰ñ.Žö6;kKR‹ÒÒŠŒŠ³·8ÙÛ„r4Îzäyz¸z¹»zy¸úxz„²õ‰ñ±Î¶”ÝÑÖŠì…Ý÷½ëîì(¦)ùß ØøX[+G»ÆU¬QáaLäó¦¡6P¤‹£okUK‰ o¥<  %„ ¸áï­¥ŠH3ê¥}TÙí…ÊÊŠ††úˆ°{!Á—J$â%’Ú¸Ežååeõ·:¶8„D…ä„NYrU?LÙXW•Ï"å󦋫¥qµ¼­¥*9» W™„UU•ÕÕU¼ðt $€&cª([Å©#G”Ý"ߘäïëdgcgeéáâTVZB fÆ,a¦½µÀÃÕ‰$¥¢¢¼ !˜Ž =;Æ×›ãQ¿ãÕ"g!úÌÖIo8ÔJ$Mz¨¤¤¸¸1×ß·#Z01‚éð+ºH¦c€„žŽÁt $_V$4JB´Õ†é !H$H´¯„~L%„¯[§ØZt$_nÈfh¦„ÀC€Nl åe¥M’¶ù]NBؼŒÜút\†­>ó›¬Ñp aø¯[û`éRj¶ì÷˜ C@Ã7 âµÿù§HBT<¢›k~Ë(>6&#=-#-5=5…waêÎo¿eØØX—–Ïœ1£{÷î?ü°Ÿ^]¶l¥ôõñîÚµëàÁƒ._¾d|ëÖÚÏ??rø¯¯O·nÝúöíûóO?ž:vì¨03ã_ÿú×sÏ=wã†Ñ›3gRöY³f±º´´´(ñiCCg''ÙÇRXɃ ^îé¹'ešÔ*Ùxj …·oÛFaj…ÍLMšÚTÙ¾’Ûk:‚:9ÙYi©)æÆ7ãâxñŽ.!6‹¸˜haz%++-yä#ºä!û÷Oú—|þÙg>{æ …É+tÇ'9éÝ»÷¤I“ìíí(’†Ô zzÙ§O–å×_~¡ð€¾üòKY 9zôH¿~ý(fΜ9r#þõëׯŒÑ!{yþùç 6ä«#!¼MRñ­7ߤ’ ÅGt×U¿U”¦6U¶¯°t:1bquzZ2 ÖRBŒ®\Ì4 qß RQFBƒu§”JŸ‘–ªxš@]]- ÖUBäÖ  !@B !$H$€„@B !ò M6H€MqqaaA~A~Þ“íoIQQY)$h7Š óÃï…]½|êøÑ'ÃÇ®_¹¢ìÛË_B´Õ Ðqï\8ûWrrR]]Ýý'c«­•$&&\8{ænp`qqA‹Kȃ6Ü !:(…ùFW/§$'Þò¶äÄ„ëW.刲[VB´í ÐA)ÈÏ3­££Ceº8;¿ýÖ[r5ªÙ°vD¶xQÖ-ßxH¶Î$!‡®ù.Xg2wÅóVïðööNNN*,(¨¬¨ ÷` jjjD¢ìàààù+¶®ÙtyË~¯ç=U ôO?ý´––ÖСC¼k×®'ABðµí ¥øî»= .˜ §×6ÕªxÕó¶ èéêÞ ¹#—±wïÞ#!\™ÙY ÀÀ& Ð\ÃÚÙ€„`ÃÖT ©û{[¾ó檯Ó|ÿ˱‹11Ñd ÕÕÕ55br‰„þ©‹«KKJHNºòÎ’½{^¸åjò$$--999Ï=÷ÜÝ»we_%·©k¿ 4üû^~ùåˆð°1ctØ@Ö§OŸ 6,[ºtÒ¤I.ÎÎÊ" K ó‰'Ž;æµ×^ó÷÷c‘ ̧Hmmm}}}úø³ì}ûö50Ø4gΜsgÏRòÒž ë×ó—7~Õ«WÏ×_ý›íÛ¹—¶lÙܵk×3¦S!l´Ý½k—îøñÔ~7WíapeR T»ây¹d9¢lW,TgÈ!ÉI‰^µj%ùž²ŠÌÍLÇGPá÷Bï&%&PFö‰¥—ëeýLÝBýüꫯŽ=š;Ljî#í²ßº‚„`ëL2îÃÃ6;¼>w±¹}ffFeeiéGm­Dº5ziInnŽƒ«§î»_üøó=%‡jk-!™™™ HMM­¨¨ ãÖ­[çÍ›gffvõêUúHŽ3†>¼ÙÙÙ”ÒÐÐpçÎ011éÒ¥K^^…é“QRR²hÑ¢ &ЧuãÆ¬ ;;;zuܸqt Õ Á¯è‚ÇÇÉÑ‘ÞÒ8pàÇÍ›¿f½µ–½¢¥¥UR\Ä™˜Oê’)ýB`/ÏÛä¬ÌŒ¿ßð_¬]{êÔI®L+eãÛãÚÕåË—s£ž²kö‘#GFGEª¸BÞºy“ÂW¯^yçí·) ¬=\™ŠÓ1ÌË’©h¼²Ž?6{öìK/¼ñÆTeG'.êØréï\äæˆx%DîNˆ²~¾pþ…ÝÝ\_<˜jTIoX^H¶Î-!:ÿùõ‹¶ÓæýlaãF¦!®®–Èß›TCÄbqQQ¡›§ÿ«s¾Ú³/hÔü_$Ê-„$ä•W^1bD÷îÝ÷íÛG1$!ôatpp pRRÒsÏ=—žžNá½{÷®X±‚4 Ó5¾úê«É“'“¨ 4ˆbŒW­ZÅJ&!an3vìØüü| êééAB !ƒ?^}ôè ÄÆÆ 4ù}ŽJKŠYúXÑ ÈyñÂù_|‘F.ÆðáÃÙ«ÿýõWúLMŸ>ý¿bƒc=ÊJK(6tèPºZ'…`×ïÍ“ž={²i×ÖÖ¦€²ö¨#!ÌË’©h¼Š>ø`nÿþýcc¢•%£¡ÿÃ%KdKSGBxûù_ÿú‚ΊlúIÍ}ôóóe7m !Ø:·„,2økÉ'Fs—?þ—U^^.ùFMM£„ÐK[ˆ„,¤¤¸øìu«YK¿_kàðþú“êLÇäåå?ÞÉɉ$„Nz¬Ì+W®,]º”¥LNN¦! ¿ôÒK………&L°²²Ú¸q£@  kŠOHH6lØÖ­[-,,*++)æÚµk|óï>Ú"!mã!ÎJ^nNß¾}ézyˆt£aÝÂÜŒ²nݺq+7è³À$D1’†Îùóç)ÞZ¡Kl*™ÂGbsrk²³„7n­^½ŠÆÐfKW ×ÜP®Ø5%ä‘y¹†)k¼²¨+ttt¨“iˆW–LQBR’“´´´X8 À_QB”õ³ yä>bM¶N,!¤UU•Œ -ß^zjÙǶŸo:ŸžžVZZ\QQVUYQ)…¶ÊÊòòòRQvÖúGç}t|ÁÇ—w1á²+B’˜˜À›6m$(**¤s‹¹xñÂ’%‹Y˜.÷^xáÖ×_öǧgΜYXX §§÷õ׆†§ØK¹¹9·nÝúøã§L™B^ºtqÁ‚* HÐXΟ;ûþûïË>û¬·—'{pƒ ²&ÆÆsçÎe«MfΘ¡(!ñqqô§ô}žÙ«WO¹uª*$„ !˜-Zà•Þö¨)!ÌË’©h¼²Ö¬ùtç·ß:8Ø“Š3ð&“Ž¡fnŽˆJîß¿?›:ùõ—_˜„Èö€²~æ¦cÜ\]´^zIv:æ‘ûèèàÀn×@B°u> ©©©©ü[3\|ÃÆÍûþÓ/œV­qþë’ûP———UT”“P ¬¬”,ÂÔÆmƇ߮Ý`÷ï…?Ûº‡pÙyúéÞ ñÈËË0a‰ÇÉ+èÅ^‰‰¡3Y …wïÞ¥¯¯Ïâ éêoß¾}ž>}:…#"Â)L));D¢ì^½zÑÇ5))‘>¼>>Þ•ÒÈ¡ V‚••€$Š7ÀÑÚÒ é¬Ð@,»€†¼>}úИNŸrrú(5ÊÙɉôå" k+ž®îèÑ£i|ß¶m+û¼Ï›÷ÁìÙ³—,^¼rå E ±07;v ]Å7Ž´_ý;!„Á&mmí7Þ˜Ê+!¼íQSB™—%SÝxÅŒŒ®Oš4‰¹ © ‰²ŠÌLM¨d*9ì^({H™’Q7Ò…'!\¨ègÅäæ>bM¶N-!b©c<ä“gg~xü“Ïü¾Øàrù†¥¡±¾¬¬‘ÒÒ⢢k'Ÿ·—ïþpÕÅ·Ž›ý%i‰lv9èêॗ^:tÈ‹/¾øÙgŸ‘ÀäÓ‡‘KpáÂ…ÒmöìY©©),2<<ŒFpWW ïÙ³gðàÁ,ÞÂÂbìØ±ººgšÓ§ Y¤µµµžžÞßÞm,’N}ŽŽ¼Ž6ÖöHÈïcžÍ{$àËʰaÓ ‹Åååe™Ù9cæ}7oÙÅUŸz}ò…ëæÝæWM½ƒïEß ¹e}{Ëçf.ûnáGç,¿¢3gǼæ|³Å@6{Ò²°ýÅ  WBÚå‡8±=ñR]VV*‹«_˜Î{f,>öÑÇ6‹W™}¸æú«O¿ûѯÄ쥇—}dôÆü#CßÚºHõ•3Çß}sê©ãGäJè¨/!Šj¡¾„´ê‡Zs$„ÛY  CÐiÞ«-(!íòµÏØ:î¦þ0§ZBª««JKKäHÍÈZõÍc?Ø÷Æ‚#ï-9³x¹Ñâå×)0mÁÑQ³÷¼üÆ'o-X5gñÊ/>Õ?kxðõ‰ºfÆ%%ÅŠåh2#!lSSBZïC­!¼ŸÍlUë5²]v™ýŠnFz$ÛãxÂ㔬ºüGþŠnUUùƒ"ÅÅEÖnA;~¿1kÍï/¿»ƒxsÕ¯÷Ÿ?kd{êıǽ1ó­7gÏýò³Çþ8n´¶»›KAA>oQš‰šò-´uJ ÑÌA§Å‡ª'jrJÝoÒ;ÿñ«k ÷hÙÛæSÀ[Ev¶ðØáßý}¼5v´â ‡´—~´ø¨Ô¤ããb9ÔÐРâ-]R\$GqQ! gùy¹ÙY´Ԕ¸Øÿß¾õ¼´DáýCZ*þ*±RðTE¡/ý„R ¥1Ò“ŠzQÞôRbêALðW«=DQ“º‰‚´½´^4ÙØS-Tˆ-„PÍîìÌìsv÷ûx×|ûæÍ›÷¾7»96̓ý½Ý­ÍäÇõ•å¥ñX¬¡®¦ùAÓ£ÖÖ—]Ãý}M÷kÓ©½ëTÚ±qÜq2BSÉ5“–éßàžAìq·²·êšÓsùuU{+Ó;Û[#C¬J‹E¯§ZhÉÚ·—F0ós²„diÉ’óè0{yùÛ>¥™ê¨´¿ÿb±rg§'ß¿}ýò9›1™ÙL&?¼_K$âs³³““ÑÞÞHc}]ÍÝ–‡‘W/ž=íx2<4ø†æX1*Eˆòj,Ÿ3•$<"D¾¶““”×,·ÕX½îìZi½%X£«P+JíŸòëâça63{í‰ö¼°ÉŨlyhÝþDÞU·ns¦Š*—ä=Wëª+Z–,-™¹º**<¡k««‰øâüüÜÔÔÛ±ÑÑö¶ÇL‡4GjïÝYYJ\ï‰úgÑ(‹Cc8ŠUÞÓ–AÙy@#ÀÁºxxؘY*•”ÏÎáòƒ˜Ú÷ 4åÚæYÄ·jwDùD¹oéÔþ§t*cšïf¦»»žÇ¬|îÇyAØ*ÉexÉíó?¢«&B<}_¯¶eÐ4&#pLø?¼ Þ–܉ “Ë/_ÿØê·i„çK‰Ñ“bòÃ>ÿ}Qp6ìÍ%¡OóÇwÁÕWî8>e¬¼¤yGŽÝA7DðÐ6JÌцè÷HúŒCÍ+Ÿã4W„l0 ,ÂöÇ„l"@ð`#Ÿ;«fN ,¢³A@ —"ˆ éýFq endstream endobj 212 0 obj << /Type /XObject /Subtype /Image /Width 727 /Height 257 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 32566 /Filter /FlateDecode >> stream xÚì]|Å÷ŸÙÝ«éôN€ ¡I.U¤—BA)’¢!šmËý) (E@¥‹(])‚D‘?¢‚€ HUš ‚ ä?»·w·w¹»\H@8ßw?{Û§¼ù¾7ofgoüW @ PaAiy!'mXãÆaZÄ#±° ´Š×}mXâæC‡6·I=¬nM J«˜êŒè~âæãù76‡AÍö/•BQ»gu)¬û[Z¶‹#ùÄPRj„}QoÊ2L‹ Et2°[VŠ¥udÁqk¡äçµÖÚÍ·\Þ‰yù¶âÊ“yoa¢„tŸ³ÜKÔy ¥À¢hEòæ^Ìâ¾”Œ ®:†g#CcË¢>ÛäpHñ ãEk]™É£.tÑ]QÆ*ðÒÒV¾J¡;i‘E…;Ã’Qdž¼µ u4€=\Y’°šd«tžš¢B|qÊH‰JñX"–Á]QšŽæ[‹í‡‰ -¦Ù*|+f&/Ñn¾åòVš•÷­7Ë£ë}Nr/Ry;‘ÝnqdRÊŠ¦ô„D)ÔÔº³#±eݶÖ<6šÚågU›6[²^ „-ÓÊ‹rha ËæQ;˜ë¼D…¢[½<9 Ee Š-ÌjIlBwÐ",«ð!gX2Z`352=Úƒ´"WÏE¬@‰Y]èÎçv(1OV [!$;öÄX8KmýÉÈÒ´‰M–š5‡"ó¯W˜f×Ägã™3ëm¼w¬ux¤4zv):¹Vëeë<°$yBv]Lœï¢WÑ*f;±-ªvHááÚij½Á®þ.ò嘙"!!¤påÜ#•[c'/φ²2(°Þ§Pn¥ɵ«³î9$ÑÎk =ìAŠÔª/WÏ…‰íHEnÚÄíâfÉç¶WvÏÈœ£Q–‹HQ0ÿÁZšbá[ú“ÄPˆM–š5‡óݦc©Ï{·tp0z–„Ë$Pšt«õraê ¬º)éⱫy­µEZhv·¨ÐΔ¼|— ·Ý Pÿ{ƒ­$¤Êó–RÑ$ŸµëŸ|ßqvÂÆ÷bÒeå5iÛß(pR $E€;b;øÞÊö‰c—ƒ§ƒlQ8ø¦V«f Nr}F¹HÁ$:$0(¢¥?¹ÀQôt±ç°°ŒPà…nØ+o)2 Üy÷ÓAíÆÈî¶äåºÊ²::³«4Ä&Òµ.žlJE/zÖ ‰ºâ»G^kmm{{ùgò \©¦Â:c…ïíØ> s VééXœÑúIÒ5ß´ÀZ IÄÖ¶žoqŠìFÙcIúRóÜZÍÓðþ@Ê_§N6ã8g·@éχÙÝ–b²ìcQš åå?‘zh©çÅnUqW{Y=B«of·&‡=c˜²«ôt¬°›®}S«“¡kwÕ⹬v\ù{D zˆù+¹™tÈ®U„îÜ–#C™ÅžWÜøPת©ðm¾™ÝšØ{Æ7I²Õ¶>(çF˜KßT$¶hd§È{>(5íâ.((ð… •9H¦³¿_ðÖC,êùé!ùx³ÐNk{•à…S`7IÁ=tŠb)Ž×’a,¹T‹¬ÃuGÿýÑ4€G‹×À3BîüwàÑõŒJl¬€‡`¬>IëF‡ÀX|ŽÖÖ 5NMF ,h |_¤5nüÐàs´çàƒ´çà{´çà‹´çà“´çà{´†6#Ài mF€ïÑÚŒ_¤5´>Ikp®`­ð­€Ok‡ÿ?|‚ÖÀj€ïÑX ð=À»€/ÒÞœ|ÖÐg k < ´®·îX>à[@š°ÄÍÇØß¢µujXÀ—hm!6t^|ŒÖòü§ €oÑÚ>-àC´–&±» òø­‘¶~Ò °×£5ÖÁ°k€Ï9!ÐðÁ&#ô]|Ö8ló ð@¾FkñðAZÃøTÐZ@kh ¸¡5ô„|Öð¿ ߣ5üÀi æàƒ´†?-ø"­Á ø"­áÏÛ>Ikè〵À·<­¡‡àƒ´c ð=Zƒ±ø ­ÁX|Ö`¬¾Hk˜ ðAZûÐZ@kh ­@kh Hkp­¾Gkp­¾Gkp­>Hk0Öߣ5k€ÒŒ5À÷h Æà‹´†Nk€Ò†9€ÖÐZ@kh øïÐ:ø>Hkxð=ZÃËs€/Ò>"ø$­Á¹€µÀ·<­¡'à‹´†~k€ÒZŒ 5´À·ʆÖÐð=ZC¿5Ài æàƒ´s ðEZà€OÒúB¾Gkèâø ­¡Íð=ZC›à‹´s ðAZƒ¹ø"­¡‹à“´†¾Xk|kàÁÓzB>Hk0Öߣ5k€ÒŒ5À÷h Æà‹´†| 5NMF lh ¯Î>Ikp®`­ð­€Okè ø"­¡ß´À  É” ­Á\|Ö`®¾HkxðIZC_À÷h ]|¤5´¾Gkh3€Ö8!4€2¢5tð€ÖÐøwh /Ï>Gkèßø­¡à‹´†þ=Ð'€&#P6´†>€OÒœkXk|kàÁÓzB>Hk0Öߣ5k€ÒŒ5À÷h Æàƒ´c ð=Zƒ±­pB€©ÉB>HkðB¾GkðB¾Hk¿ðIZƒs ð=Zú¤5´¾Gk¤m¼ø­¡/à‹´7àƒ´s ðEZƒ¹ø ­Á\|‘Öð¦à“´†W2°ÖøÖÀƒ§5ô„|‘Ö0Ú àƒ´†#h <´†Ž€ÏÑ:B¾Gkèø"­¡#àƒ´†#h ­ 5´€Ö 5´€ÖÀý¥5Œtø­a¤À÷h #>Hk0Öߣ5ü0À÷h ¬ø­Á±ø ­Á±ø­ÁX|‘Öð½¬5¾5ð¯Ð†9|‘Öà…|Öð:à‹´ïà‹´7àƒ´s ðEZƒ¹ø ­ËÜ\€ñ>x™‰PÒºŒÍuþñãÿë™÷( Ðέ‹ü㇎çØi]¶|ùy:=:}†%.‹YÈ?“_pŸ(ÿp г¼Dvý:™Ÿ—ؘ q3!vAAÙÏËXŸ×Z§+šXQƵ³2P9IÉ+Zà‘èò‡mNÙì®øÖž˜CÎf¨,`S«•º÷€°4áØxíhñmB8îRXä²Åq—ùæ$Ášdf«žK±:iӋź{¨1&þ]K£ÆûÇ=š Ç,´Þ\Ä϶ÓÛõZ gºykð\ ÉóäªÏ%íM"wŽÂEÓâ2$µBi6'–2l¥,M8¶ö¸³·& ÁVá*9\öP‰a/„pðÞL†Å­«‡I½{PnÔÜÈ]*›•-^mmz­D™Z@7²uïÈUŒÛúKék•½¼l wŸÊ£ä¼Þ,·z] ÁÖ~Ìw²¥J¿G'ÀC¦ëÝÒTSÞÙ eï–£O`Ók%þÝ’”½ùÄû(”b†XÛãî…%zmžzªÊЕäÙ!F‡/Fe¦×÷¯(ô_ºþ=5Ãíùñ|=Uÿñ`Œ‘´¡½oènÚÔZ ‚ø–ÁIÀ÷jbÁ£ˆ]ô;ÿuû­B”Wºû¹ªA¶w÷/M*ú=×§œ·Oÿ­/i|A~¥“ZgIµ ^òh–þÛrº÷«Š^û«”aò¢ü˜ÿ¸ö=ܘtÂmG‰¿…RÙkKí †{Lå—”§«¶Ø³ÊAy?HÐXŸ<¦[uÉüà£Á»2X¶y¯ódoZз ºú"õ` YaAß©¼}ò=µ}ÿOuo¤ÆÛçϨ‹ž{¬ŒKBUʺ%ß+¯â æa)Í/¨{yêÉj­~°i}ÒïÑמT¨1€Ràgÿ¦Aç‹Ô9þ÷lYmR?÷{>8›>'Ù ?É¢—×7FÈvÔâü¸ˆÿø´­-¶BÚëìÒ•Ÿ{·öû¶*VzºU”%|ûùvþâ Œø¯áŒå(˜ þõÿÀXÛ{š¶¥z‡¾„³:ätཇp;¡>!P"ð_‡¼Ï *1¾¿§((cÀÈÇá àãtºeˆöIöËOÄþÝò¹Eg«\Ðþ)ý§ ÷~¿|øæÆÞï¸Ãå+UKkÛ¹á±5œ}ìÉõª>ðí¤oÏ?òÅÑ:_í>¿v³¸f§²fÎZQ¡wêœ÷¢Ú̘ޯM—ÖÝzbXŸã?õ6®ø'=1áÔ•Üþ'~”v0íæáF/½zøðÊ%º­ù®å jéhó™±\ŸÙÓ"[ø?óô/ót‡›ÈM^´ò›§]Ùu©âÒ¼Å]ß¿¥ùô׆ªv‡Í}³áœr¯­7W®5³Óçõ¦\žrõ‹+ÿ÷ËÞó¿|;i¿ë´Kõù†®³]× 7oùgÒ†'p¿·æt¸ñþÄ'†.Üþm6÷é-Ó¯ö^7³{…ÆUwL:3%Œ®ýSûg޿ج‡aòÎßb~é;泘§×¼¾pÏŠJ}7Æ6Éó¯Ævj]o“ßÜ¡þ¹ÉìMŽÞ8Þ?#äÝWò{'z®ñŽ©ãÌï°˜?÷öNU£ÔÓ{Î|WµîG“òžöÞìgænÝÔ~nó åf©|öÂøãW&æ5ŽÉ?Ó%æ³£Þ=ÑpUÁÒU–t\}pÇð§çï­¹YU>ìøçãƒrN±Ïö{}ÓsûÂZyìµË|˜ÿé‘ë}’yöíõ>ºxó3Ó®Ë5ŒSgO:òiµ”¯NnõÓ ß|aøwÁõ–ô4­¯j×àv…ýÖ½ÕüõÙYߦ6Ìû¢ñì÷ýë}wsø‹ŽŽ{«A—ßý3«Ýà ö¶øÄ8q׿?§ïX¡}vô”Çk­xíǵ—?þlh‚n~Züw7~™šž¿2óì‡!7y½éîn\ÛÜçÚé¯7vÿÔ'_Å~Öå¹59:…¤ÕœÑfÀèì@ô§Öÿ·ùµšíÈG“3ê/ëvôâ†Qµè aÓˆ‰C¯áñû¼x*Šï4Þ¯ wîN›Ñªíºg¶Î÷ú·Â©/N¸õ›jƒ¿ùøädG©„תÜXs}ZÒµÓ¿ÿPe«vJÆæ½§ß=ö­†^P9´]Ò»åÞÆn[ðÕ罂“>íRëÌÛQÿhG)ˆhLEwº¹¡oH•³¸Y}#úÄg}úÁÙO^ÿ_&~q»w<³dêÖ·^ÏXu]›œ5yø­&ý²ø*½w}ÐdïgQ-:Oý„©¦´'§Bä‚cß8¤ h¢ý©ÖÌÊݶ.=ØàûϺ…xëñmÓo¡·Â‡Í¸x{Ñ•¿,ì]'‰M½®üÄ=³lßéí»n5I©œùλÓÿª|mfû„-“÷ÿtù­tý‡ÛŽÍO{1gÉ㻇Ÿ\pöÐÆ—×èÿy!Õ4¨÷áU‡êïïwõRîâÞØ8°ç‡kß½º¨Yü­Å¦%¸Nz}5' cý³ªüàƒŸäKHŒþ½sç5Ö ÚÖ¼íÇÛ3êÔjybÑÜÝ—ë~vÒ<ø·[?.>ÖöåoW„wkø×í«wÆoôºU÷Z÷³Ù‰º0ÓWo´ªc—ÌiÙsÙ‰Wç$_ûizío¿~}RYíÿÙ!üÕwì©­á5î¾Ú³Ú®‚Fc¯L½x¢ÛgMƒÚFµíyåñIi«CÇ|SkâÊüSó–$}ßýÒÍC_Ì~¶ÇèßìÿiUnûlÎ/ø×ÖY¿\š‰®·;Ÿ9³ÉW¯g7IU™Ûsíб–îÔËýëî³å¯u½qåƒnGº~ÿKaÊóÏ ïøË¼E¿}Cìõ_SV‰¹€½°Ò8°Ê‘ˆ¯?¯´¤ÉÈJ©\»f~5ºšFï_µÆþUwOgü2gmþ„1ÓŽ†kkœº|xÇ–Üú9S‚¹ä=YñCÞü5%èÆ'Ü7³"rßï»ïçÎ+–m¯ýQ½ª?¹íìWñó÷ýÙãïVï¯ é;$òGß›Ñ*úØ0¦çžaµrk¡‹c·ìöyðÔE·;—¯ñ3%´MªPoHõKïO¾v{ä«ûïœÔzêÌèuw‚ç¿q¦ýí>þ²~bÝS¾šñA½£?k×Î8dÛO/0/¤zgßSªü¶üî¬÷2oî™]ãƒÇ[5[´´ïïš§—¼z!²]›=‘;¿ôÍs><5ÄZ…¿ÜJWÜÝéÅ´óx5È£oÞÁû=ÔÜ÷ï{n€wˆ š±Ï¡ ÎÝS8 m:êñ¾¯ïË7Ãñ¶w‡¹o$^ñ=å<´Â{¤A”·½¸çGÉ>%*¬”‘¶|Ïý¾ôEö¸büÇß4WÔ iJ>*ßÎ_ ðìÿ!¼¬ ¬ðVðNð€ò‡å›JËßv0¾ÂöÛ}~û­wÈ'•¾¹¥ mìa¬PaKHàóý£—×h¾îl¿‚ÝçM[yÔ0ûÎóßÔ~Ú¹;㉓õû4c:¨ Y³—œL|˸àɥùqË÷¯nûÇÁ¼Üæ‡n0ñKgéæª’ûܘt¼}½ûÁüzÌ¿ñQ\íÑk>ÿaöS´§:^[ÿB¾yíñuGLŸýšyäuÞS¿1«ª>vCµdÍõ±«çZûÄî×ê¨Οøå­Î¯ýµ4蜽¶ÞÓãÏW3ó×­çÞê\gR݉ëÆ7ðŸ5ñÜ] ßèg®ÿ‚Šú»—‚:õà«îKþiᘯ›Í;Zæ ·Ç¼ÃÜèÒµ·‚›¨öm~sî5ÌY¸­Ç(¿>œ£it`C ?îÅ5[G\ÝôNBNßé/MPuTýÒaBT`ÛÐË+óûüví€ÿ°€nKÆþüÓûŽç.Ñ ü¿¤yûÏh뱎lzç…6þYÿëÄe/Ú?»bßkÁ_N96dWÿ…wÖý4 ðã³›©µúg÷\ØtØÜÔ!oÛ}•üäÉw/uéóäÅÁÕzÎiÊ×oRÐ?;agÖ¡§k'ýøæ’+ݪþöìOhí5ÿ¯öý<åÖÉM;ªö==ÃTáÃm“Æ6Ù<ïêØMcºÎÅ®82ôV©¿¼`ÜVÔ±ãÚPÕG#ۀ̗ú½ö º³îÆKôÄþC—lHîÒdÙfvg“º×ÆtŒ¡Ó†~Uû9¾ÂK›f]_EMO1:î½½[NEÌ(Øpâ‹áûFi?wô¾úµÿwØêü9@%déf.®³ù§ãž¨™Wñuw'BµÑÓEÎÕ@‡ä½CŠ_;¢P#iÛÉvF#uD=‡£¯ÒXq8näâçéØûaû¯+L"ë‡èUÅõ<¤ ®Œ-“Y§ªOÖÎ(“üvAõH(£¤³—ÉÞ²mNÖ½Ò™½¨žãáKÑ9¸ŠâÈþ©Çü“íËÀvŠ;æ¹ eW‘¯g¹ü®p£CY/ ÷Tvóýáp²öq“î|äù+È[½ÄÛi(¬Eñ] Õ§í¼ÞêÛ,rôŒ¼¿kÐJ\™¬~d'+úÇ)ewlÇûч‘ãªò|¸+9¬Á¼%ß9‹’q™1†Š(ÚEîc‘A–àoÒoeé7Ávݨ¸S‹rñ FÔ£nh.I /ñ–#kY«JF☆~T|·EÅ)ÒJ%w\dž°K U”ò)—àFrýqJ«:M)-Ä,y{ !¿ëÈ=ù´=̵rÎ*Kçvª2Èïi˾tÞ²?W…Ð8²×]:ªKYÃKާm[)”)Ò¹'¥½HÍLT‹ÖƒØÛû¬ÞTERšè f5Þ«HãÛ^5ÍÉž|…Ú¨D= Ãm¤ž¨`íÊÎÏeíXNÏAhΖÃÑŠg ºj‹•Ó/NyÕ$y>§ÊˆÒ 'éý[AK®”#w6"Qõ!!U·ØA9âïɽëÑ&Ý+ø‚”Ó§ÕËÉsÑ]rg®£}Ãx)‹óÔ³ÚÜÅ·©u‰Õª©8VNÜY]Þ®–rL~³$k3‰¶æov†æg‡/ÃŒ¤¼1ÆÙø–j¡,‹Yªé¶ëÏK¿‘T'[Mó*ê^äÛ²qjëïÑÕÕƒuŸR£ÑûÔTÔNqo[m’Ÿ|ræ†âlÚ­Y#—Ïx”'ZIýXéèGb hr¥ YÏ¢br\¨nªÊÒ¿¡”l©Ò"‡:hßC ÔJF§©ß‘÷ýÐ|´Ÿ:…MÄèSDy»IqF™ÌE º=Äþì!ú»‡h÷¢Û;Åð©h.Œná·u_“k«u¢Õ¥5=O hÎë^¢-ÒÿTÝEÚÆiDmîª &)m‚æøß¢†Ó{‚®“³5¼,ÝÉdÛCÚk-U?å¤2þ[Ú¯CÖš¨ SM‘3•_8Z$íU%9üJ_‘lƒQ(ªê4ÿÚzÂ^íYÿ…8Èaæ¹ßü‡‘ß1HGéÐAÿºÈ¶> ¯¤‰}ƒ’žÁºŸýO’çGißÕôd¦*æOÕ‡8¼c6†ŒÑ‡HO¾í·Vj—™ü÷ãih7RãæAµñO¶*u+Õƒ6Å9¤±)e»îçß‘ ,°À ,°À‹ï/d ,°À ,°À ,°À ,>ѯvÇ«iQoaö’Ç9k‹æãׯ‰-Åâxšò6ãƒ-#£Æ+BH@/¡9Ò–ri‰RÈ·²SìKÈÚYƶ DŸŠå%‡¾U¾£™bÔÒvôœâhÙS‹#/Œòqs[™Šè!Ÿ-:ºÌò‡5ñr"¥¶|]pªžÂqM” 8×ܶßBÚk‰‡¡$lG‘­x&Iqw޼¯•ÏßU„ƒqÛXж½ ¼Q‚}”›?c»“¨Ð’dòE‡ô¥Mí´ŸÅlû7I§òw—wÁŒéŒ¥¤ èIj-'›Mâï-'z^¾ëeô, —öV8Œø{Z.Lj-Ç6µÅgÑaq$‹bôˆu8lMô¦íœT„Ô½,ÓÕ9¦ZÚÞ£ÈÉ5Ôž¤`Ž 9û±`žJîÝB%RXÔ·åN×ÏØR¯µ¨jdS‡r8AïÖÆvÜÙcß%?s‹ë|oc¬–j¥Å~Q•Ä}Æ2Òs,ÉïX¢ [ÈQ 9n`õW•hÐ:4í&ŒÜ†µö"Q’[U4IeD<®¦àú«øE§ÿyx ¥ÐMʹc·ÐïòÓ§°Ž¬H!{û¾E_¢áLZI#ˈÒÎòUq{… B;èºh–BØNž¬@]×… òd¯6€NPmÐ1uU´[€ $W—©i*»Æ(?=iI‰#ÔN0³Q74HUIdB‹c—«tôæ‚ö,ó½þš˜>’£-údÛ“‘ºÉ’介R“Ò^GuXß#i0©MÔ•P!•M]'GÛeý9ÇØÇˆfÑbyÅ`ÍÖüHøÔV.͈^ÓÄËWê¡·e›þŠÿ i\m,­Eõ–qÀöºh"¾¡k^qŒ:h,“„ªãÊh±,ÙùT 8¦ߔޫ¨/ãxMk´N}@3 ?£ÞCÎŽ%"¯©uo¬,ü±þ[è5LWÔEÚ×rêâÔêúÛäh!¹¯q€ÅÖ“rÔŠ#iO‹Ú©=Á\%ÛÆ¤„Äíð€uŒX«e“ûoŠùÓ.§^¡W“"¬¨ÈßÖM ´ìý#30‰i[Dž\h¦Ö“{÷øw¢ë—hç‘çY‰4æÈv$9ÆŒÈêQêÅ~´¨+U~èwr~ ¬M«Õ´(`93A:³ /#ûå8»èÌ$§ ª+–Q€ùô.Ýsªõ¸6 ‘Ùú¥žò›Eög[j/³~bðLõzô9 a1ê.I¨5‰8%|Bø/úÇ‘‹˜ï­<Ëé\–‹ç¬ßTZrcmŒûÙ¾§´Cì­µQé/õŽø»üº>2 –¤…NÑçö ¶üþ m×(®|ƒÅžÜDªž-,/C3ÝÎój–~£©¶ ÆŒ#üèçqfØÐ´®È•Š”E]„¤^¨%Š+ChGf9ÐÉÒ¯JW~&±3ôt§Ð­ÇÓ)û»‚%TK‹,)qͶvhÑužŽûÆ8ê=´µ_ö$*'Í,ü½ÓsâWòOáÖ(œüÖ"ké8€¬ŠèÄY(}iÚ]q.RJû©ÇÕ@ø æh•ŽÅoÊÓ¤®µ(åÝöïòó˜Tü5Õ _z¦ZÏ"±·Lüö;Rfs„Ô3l&™ŸIöÑ·Fk6“aë×¶¿›:Ê$ÙLQ[”$]¥Œo¨öJa÷Õ¬‘¯©šRjÅ/è@Íl¤âx!ŽqkD9±( %§m·*^‡À#†ˆÐa¡¡‰ú¶½õÍ:ÆD†&b£bC{ 2ÄÆ…w=>2Á`ŒŽíÚ?¼[rFnrzæQ1á©&&7;79+-SE§'ÓLYYÉ#ÒL9É öFFbbhUJfÆ€ˆˆ¨a¹YÉ)iŒ±ÆŒ€l:9%%-3Ô­NJÎÍIKÏÍÆ(*4Åqt\œ!6!Q‘q(.>¼õzëGé#I^"Ccb‘14.!Òš2Bß`Dh*B†è„øÐ1ԈИÈC”1¥‡öÒ÷ÔGèâb´qFC„1*4.&ÂG?Áèâ ѱñª1¦ìœ¬´”œäˆA™Yô¨\ФõMi}‹:iÃÔÉubé–1Éã‚Õ~q†øÈèиˆxC|\<ÆFC¤1žÉ2… —"bpœ!!>Šîœ‘“•™š;>%Ù/%9#'-59Õ/Ë4Ô”eÊHIKV«ÒLYɪ)2ÆF†6Š6DGDÓ1:"|tè˜ðätŒGf™RM9¦¬iÉ©™LrV2ÎhHŒÆ„ðlSº)E1c ŽŠ6Œ‘êvêØˆDc«¨ˆà(c„!Æ£ŽŠ36aLE£ø£_vÚ°Œ4HT,Ó™d-Ê6e 0FGÒ¹ JMkžšœ“ɨé™(9•ÉIfFfef’‘©RQˆIgP¶Lj“š†2™òÉY)ÃÓ0ŠÏÌ6èQ´# ‘*dˆó íP/=¦);%+ ¥ef£(Ë´7 1©pFZ–v®†z¼VL<ŠŽL™ddJQQi¦¨IíXóxlJ ™`’T“œ>,—¢‘Z¥ Ž2D%<i0"]F¥¨¦—ž™™6$]Ež ¦ÊÍÈ ÈQåd©0¦©8C´‘é‘›žmòSDÉ(’é@3EeùãaÈ_5çe©²Õ©iº!ÉÙ$*¦\WƯ|¶Jo*Ÿ’›œš•\A]ùGÅÇ"¨QúC‚1&>†ÒQ1Ñ1†(:2!ʧnÖyjŸ‰zªš2Mµ´Ñ…FÅÆ¢Tí´ªzþº¦Q‘ˆ°#.Žé˜†i’7ººidl´!!2ŽŠˆfz`µ¿šÖûUô Œ2Dc]d` ê‘•6¤ÒérÒFúãtD…F"#ŠÄqê8ÊTS«V3LÚˆ‘™Y9ª°V!OT`Œ‹Ê¦Wgäf¨ât*ÁD•땆ãˆÐ(¤Ã¬AzDa5 ¢³0hÌP(= ©²G2 M¥¢0~h¸ %DÄúµÇ±q(ÃDÅÆû%7!ìóG™Cž7åhi:6NË`EW0FÆŒQ‘ª6 )§„Clt$I)C#=V§'386ÊÏ?[G¡ä ªæªb3 UèèCDlBdJfZöò•KÔÁT…O£ˆBjlC |ŸA'"à‘ÅÈë–¿Ef¯Ô@â?Ä[þë^Ü·þÕõ£0;v!Yo‘õÿ‰¡7ä}eÞÆ’Õ:ç «çn9…©ñB…÷AF…Š}ç´‰û’õi9m®pÎEþ‘‡0OÊk=…Œ4Åä×ÌP Òä2ŒÀ `)Ž?¯]=é†5šbÊ´¤¸éÄ›ód­^FaÛ°~ͪB9žIdÝ=`pÊÍ¥ ßùS–éI9?Ú2à r–'‰Ç*ÿzòŠË*|pLJ¼—BŽ·\¸™9ë¼’›E8IÒjÍ»X^ÅqÒ•=­á¤'­q(¶†¿‰³È"ôj ¸Wèe”•}½åF§óël?]é»x<ÝZ3y°iî Œ—@×oy–·œò–›’Û÷Zžkݺ[Ößs|í}àÛI«ÝpQnJý«áEýU7låè®nKêÙËáø§S§Ð·ß|.^ºäœ®[Êr§( U¨PÅÄÄ¢:u뺊w’Ò6”ÀΔ^é ± %°),Ƹ°$Ï.~w>êÚ½g‘о|…ŠEÂ!½ÖÉP 5­D­Ú´»U®|y›0¬Ž‹gã‚Öxpxs<^8GŲ"FÝQ©§0Ž/Òá©< ïñ¹Ò8Ó'ÝÈ%ÞɸÝôà„;W®äબpåÅ]Å%žµ·¢‡2)Öáuæ'á&VÈh¬‹†òàˆx[ñ¸u ½…œN+Ä2'»zëEO­,ÂvvovîšôÙMã²Ú—Ë¿_ãjUЏÄp“µ¸ue·HXû-9.m eämʽÃØáœ÷{…“Ìê:É {ÑH=éΑ.iÚdÙz# u‹SÞâ½tÄnS”…síÎN:ë´s~Ý5*ÎÝc}‡<4\Šsê<9†Îa‰|ª$ÛYo8ok,’r½Y WË–> Ž.o[¥ÏPV7]Õç®d뤮ê/m â´9Ôîâ* òoÜÐÞ¹s'¾°°àÕ‚ÂÂø¿ÿüSséÒEü;w¢v: êÕk:7ÈÄcwu¢²îûóÏkèó϶!RŸHÇçÏEóçÍC̽&Vá4ß$NòIçKü¬ž ÉðM=h^9ò³VŽuÓ*/IËýœ›Yw†Ìfݤ՚·sN­¿QŤÃ]EZœsçÃŽïÅ™v‘?«ì'ÉÆMì‰üº­CWrp.«{m­{êe÷Tq¹•oIUù~«ŒÒVÈ—JG©  ƒ¤õ¦¢Œª{)w좒-bÐÜ„KYQØ*t'SÚž×b°b|¤ò±VþšôæÜ,Æ)®wÖÙñ8WZ‡ÚIf‡å4b/{G]v,”&Mž½Id~ÒÛºEqøœÒV¹sÄnzÙ{¨)Eg†Ç^4§ü8ç×¹wÍ¥ÍP4.OÞƒø=½e+tÑšä¡R–ø&ðC/9Ë“ÓWúíl+”*÷ùv[·ºÈ£µÌÏ9õÌjî±Í%ß<éâšUoÒ]ðÁSÜeîP‹Ðéõ7/]¼°»  €#ëXŠ¢êU¬X©Fhh¨æãõn KKsà¤è–¶þ|†Ü¸êí~@=ÕÅÌt¦h«ÈÇ×SEê©7³8‡½8gÝgÚ¹¥'*ÛT9Ì×JÐ:ô¦§Ú•"{ۃ붗]áèa¹åuy{N¡·ÊŸ¸˜üÞòVÉ.Å{h¤ºâr®d]4§°½m0º)ãÝë׬â:wM*«Þ¬Â{éVô‚—'—ŽRôTçxÜKoµGM§¸Šëõª·øß†Ó›…–.už^U»zãˆî¡'»H¥íÅ¿2—ãPöR:÷4Ÿó¦ÇÓ)¬Š%è©.6_¥è­¾‰Üÿ«ç‚ÿ¥ÅMwõ‘—yôd‹= §tioî…/.øP£»Tæµ~ûUKœê…õÈvÔ­[·ªðÁŠóé#2lò-ΡöºÃý‡áôÛ"tRN"Òé“?aQJ C#µFƒTjÇå×zq»´Î»´>€žêâœu¯œi§¼X+bTR2»’ƒ“ë)ƒWâ¼Èq4$ëJyûY? yæìƒàèÃàH—°‘ȩ̂‘òþto š"loLîø.5~ˆSív,ñ¢w扲nDÖäm‘! côXƒpT¿A¸«Þ×IÞV råç)OEzöJRÙ¸q*äm§ÂýJÇ}r¬]5€4Þ8 Ç•^xÓ“}ßû$/+¯•=Í%nH‰ò+KžÜãð+Wo"¬=Õ•ä:`*ý’B§2÷º—ØC÷«7®÷do¼LKqoÐî+Çýå<&NµFt®ÉªYºtÉ-âT—Èw§ ^9aÅ8ìÅ:ë÷BHkœ÷ÃA,ƒWâ¼(zÚß”+Û}ÖJ¯,{ª}‰nø„JŸ4˜Ü½™¹Uœó.WºÖ· z ¤çïܹ}kËÆOГI=\ö¾Þƒãë.O^÷ì=¤ÎÕ}ïý—EÑ)‡"÷ÖpÓÀ)®'û9÷©ì‹ô4? p1VÞÓÇànßÉC¹¬uÁ4ö¢$pþNÆ6<æ^eæå75œø|_ìÓxëòÍcÚ™ÓXì8%N5ÿÒ+eÎIpª÷ÍY¼{Ê‹bHB².C^ŒÅ”MƒÊ‹S©Æ¸+†38;;6'úãukĪˬ÷õέ¿´×þºiËS¹òЕ˿?C$þ+pÑë\jG ˜žìîlÜ™=ŒÜõðöÁÙ†ÛkëÁ^”ÈÏCNßÉÜÏ2wãä>{ó ß ý[§¸7ÇPk퉇úáj0•¶±çÆÙ±U:²S]¦ÁßW~Ç· ,ÁÉN5gú¡u®ËÔðЫ¸¿Žµ»7%zKäEã¨8”êŸo6>ÿ×N5P çîaî­”­³•àsúíñcðŽe¾g l àQ€ò‹]«âhA,e‚ÂØH+ cƒt>=þW%ÆØú_’ÖwŒÖîO3þxš!!ïfÉñNqJâiÆ™‡MÁ$A–üùRÞp)Œ‚§ÿ¿Ä°LJ:ËŠ+ïßÇ4Þ/YX¿ìÇÅõF¥ÿ{ ‡‹¯­ÿ={^>.³?³/ƒ¼;ÿ¿b.¸ù¿Ù¨lf¡òÖv[»ä­3mò‚“žlާÿ¥-«YÂþM;‹KÆ£nŸ•ܾ/3³ý‡ëUw“PxëÓ•E\%Á½ø{%™á±äNµìXKJíÆ¹öôi¶»ÿG,n–„¼ŸîÒÓ_ÈœCÞO•ùo(…7‡a¥/MƒèatÄ=ý°7N³3ÜM1XÒ?°/IkÞíi–•Èóÿ–eCÕ™7÷«¬üÿ?ñ nq–¥²ø{Œ›Y«œþÌþßlØ{œ ЛWšr~J;íª'GÚí[Ê|Š«=zÍç?Ì~j€öt@Çkë_È7¯=¾îˆé³_2ü¢Î;`ê7fUÕÇn¨–¬¹>võüQkŸØýZUÂù¿¼Õùµ¿£€³×Ö{züùÊCbfþºõÜ[=‚ëLª;Cx"qýÂøþ³&ž»«áýÌõ_PQ÷RXP§|Õ}É?-óõq³yGËœãö˜w˜]ºöVpÕ¾ÍoÎý£¦q₹# ·õå÷чs4läǽ¸f눫›ÞIÈé;ý¥ ªŽª_:Lˆ lzye~Ÿß®ðÐmÉø£ÑßzßñÜ%šÿ—4oÿm=¶Ó‘Mï¼ÐÆ?ë¸ìEûgWì{-øË)džìê¿ðκŸ~|v3µöOÿìž ›››:äíq»¯RƒŸ<ùî¥.}ž¼8¸Z/Ã9MùúM úg'ìÌ:ôtí¤ß\r¥[Õ€Ãßž½ñ ­½æÿÕ¾Ÿ§Ü:¹iGÕ¾§g˜*|¸mÒØ&›ç]»iL×£ØG†Þª1õ⃌ۊ:v\ªúhäoùR¿×žAwÖÝx‰žØè’ É]š,ÛÌîlR÷Ú˜Ž1tÚЯj?ÇWxiӬ뫨é©3Fǽ·wË©ˆ’ÃN|1|ßè!­ãçŽÞWÿ¯öSB7,ª{÷ß'æé×á}§“š¦¼t®ó´wýzá»·†]XyA_d_O;‘]gñËy³OâŸ×Üè–ÿÄ’?®ÐñËüñO ›¾2áÇ7[Ý|nà±sMþïZÚž/äþðã÷7{÷\óÇùí«Wœÿtò©×Öm|ì½Ü«ÞiÔ%öìåŽK§/¾íwcÞà+ó?{]ÿîß®L¨Y«Û÷•£^ ¿2A÷þöËö×­t,£+s}Ý¥î)=†Ó—ß,hõúšvCoÏ\­>9òÝ!UâÍ’7›é‚]•ºælv©å¶6Çž‹˜Q»YÒ‘?«†®[\µ34jC¯¯Onœ›Uqûgmj.ïx¡ËºŸS'{꟩§þoüGË_©ñK·€üçýÇÄÇFÖˆëÖcË °Šk¦\>~Ũ{½·"§Ú '~Ö26÷aé  ·Lþß0ÿ/vî»öÇËq/[ÞEx¥¡5ЇãF.îñw:îG"HÆâ ™çg:MB â-@kޤ_k·~;ûë=|7²‰Ó¿>£QˆtÄ*^6pÍrô¹ÞÌCÊ˳â}åâ%ä Ô–\Ý‹—á©eÈ]~Š.'•Ô}ˆ´}Ûo­§É?ž†v#5nTÿd«r·R=hSPœC:›RQ¶ë~þCÄù^aX`X`ñõ `X`X`X`Å'Zøà:§ãJòø©â>Ž~Á鸧ÇQRvtw§8ºãi£ÊÉ{‡¿vDÉãÌ:ÙÇ+IgQÏáè~ŽgÓJÿ¦ê½PeÅ‘}d@[4¿n±&o—â=â8›ñŽ‘öö£ñŠÐKhŽeÈ—”Ké?\-cutq‰X‚,s¡Æ^}*–—úVùŽfŠñPÛÑsŠ£Ad?Lq,ŽÕ1Rö‘9Ö1BâX˶èà˰Ÿšx9‘R[¾.8UOá¸&JPœknÛo!íµÄÃP6‘½¡d+\QÜ#ïkåów!Çã`ÜÆ6Žª‡m/oT„0Í^ºÒè¬Õt¢BK’IÈÒ;P”6µÓv|w°íß$qœvÊß\Þ3¦3–’6 '©µhœtn6#þ7¯8–ìyù®—ѳ(Ü2¢ÉaäÚ ÔryÒH?ËHÛhª–BÇV ®ëB¤1´µét‚jƒŽ©«¢Ýªd ¹ºLMSÙ5FùéIKJ{‚™º¡Aäø Q&D"½©å*=¹ =Ë|¯¿&¦äh‹>Ù>bO7Y’|wQjRÚë¨ë;“sõ¤óÔ•P!•M]'GÛeý9ÇØG®fÑbyÅ`ÍÖüHøÔV.͈^ÓXÿ·¨z[¶é¯ø’F8ÆÒZ4\*¡yŠºh"¾¡²ŒŸÇÔAc™$TWF‹eÉΧÄáa§ñM鸊ú2Ž×´FëÔ4“ð3ê=äìX"òš:Q÷ÆÊÂë¿…^ÃtE–±h_Ë©‹S¨[èo“£…侯[OÊQ+ŽK;-j§ösUçFJHÜXLjµZ¶¿åï¬R´Ë©WèÕ$È+*ò·uS䡯ÿÈ AbÚ‘'ך©õäÞ=þèãú%ÚyäyVâ9q¤"9ÆŒÈêQêÅ~Òèá•*?ô;9?PÖ¦Õê Z°Šœ™ Y…—‘ýƒrœ]tf’ÓÕ•ËøÛ|z—î9Õz\…ÈlýROùÍ"û3ƒ-µ—Y?1x¦z=úœ„°u—$ÔšDœ >!üýãÈEÌ÷Ö?žåt.ËÅsuåžlKn¬qû¶vˆ½µ™È2OÛ(ä/õŽøS®Ò[PKÒÂ?§èsû[~¶kW¾ÁbOn"UÏ–€—¡™”;i˜¥ßhª­‚1ã?úQždø:ƒÖ¹£R‘²¨‹Ô µDqeíÈ,":YºãUéÊÏ$v†žîºõx:eW°„ji‘%%®ÒÖ-ºNÂÓQbßG½‡'IWßEï+î™L‰ël´Œl D¶/IçÅßΔ7lªeãx‡¯#ET”¾ Wâ® ¡„cÉù¥ÈòU9B­Ð¨Y¢è[ˆV ¶ik¡‹‰Ó®d£~(Kî)ºd)ÚÚ/{•“¾*þÞé9ñ›Ð§pkN~k‘µt@ÖNEtâ, ”¾nî®8gùšuˆÔãj |s´‚JÇi„iR×Ú”ònKŒ"ò˜Tü5Õ _z¦ZÏ"±·ì4-~¿-3Hê6“ÌÏ${ƒh[£5›É°õkÛßMe’l¦¨-J’.ˆRÆ7T{¥°ûj¬ÿÀ`¤jJ©¿Òÿ5³’Škà…8Æ­eåÄ¢(ü•œ¶ÝªxÔ:À£†ˆÐa¡¡‰ú¶½õÍ:ÆD†&b£bC{ 2ÄÆ…ÆG&ŒÑñ¡½SCû‡wKÎÈMNoØ4*&"<ÕÄäfç&g¥eªèôdº“)++yDš)#'¹áÀÞ]PÓÈHCBL ­JÉÌ5,7+9%m€1Ö˜M'§¤¤ef˜²ÕÁIɹ9ié¹ÙE…Æ£X#ŽŽ‹3Ä&$ *2ÅŇ7£#°¾Coý(}$IkdhL,2†Æ%Db#¢BSFèûŒMEÈ:†aˆ2Æ¢ôÐ^úžú&B­UE'"#bi£!Òc T¡ý›FFDD„·ËÌHMS£!ÉÙɩɌ)ƒNI‰R“SM*ŠŠ6DÒ]U:*;“IN–›¡™•92ͤ•Ë䪲R†§5ŒŠ Ý0*"œ™kRÈÌÎÉJÎJ7©ô5BTSVfÚÔ02&|lŠidNnrFj¦ŸšŽ‹ÑFFŌꮙ)((*Á¯br2SUêTÓˆÆèHõHSFª)£ªÚô¼)%7‡!"馑1q†ø¨8†éAã¢JË¢QfF 6ÆóÓèì\3ÔÈä,SŠ) 7¡3éŒÌ&*ŒRIùPXÕ™Œ)Ý43ÙˆJNÍdFfªÒõŒ>9¥û©Ó³U~#MÙ9É(’i€’õþxXZF²¿j¤)kDZN“›­Ö"VëWù£c ‘ 1x”>ÂG YKÅÆÅ Ê˜«jÖyDdLhûL¤jÊ4ÕRqF2Æ'„£b Q± ªòÚÆzÿClL‚Aº& €4 ÖSª˜ÊP3™Ù*Ü4„ä ›TZ­Æét0•̤Ó€RUé¹Ã’ä'«ˆ®ªèá “RU×ÒѤkm¦=“¥JÖk鈓†ST™êìL¢`1EF0‘1ˆñÇé9Y‚u~úø(C\ThBŒÁ)C¤1žÉ2…Õ¡„XmˆŽŠ×Q±:§îœr’³‚qÄœ¨5i*}ù ®—€ââÓ!U­òkĨ4ê”Ì´ ìä7*7Í”eªÂDG"PD!5¶!>Ï ðÈæú†X`Q.à0¿ró½ÍoÔÛC˜½¤YÇ­°Ï±ÒÍǯËûíäíR¼‡ü–·ïio?¯!½„æÈ~¯˜Kûœ>Õˆ|+;Å.Î ÔŸ¬–y½?ËK}«|G3Å\3ÛÑsŠ£Ad?Lq,ÎNnT̉nŸÕ¦‡|6¨Hî-S”×Äˉ”:ØòuÁ©z Ç5Q‚â\sÛ~ i¯%†’°‰ì %[ñL’âîy_+Ÿ¿«9ã6¶Y“zØö‚ðFEÓì¥+ͬ³šNThI2 ù¢CzŠÒ¦vÚŽÏâ¶ý›´8g·cþ®àò.˜1±”´=I­Eã¤s³Iü½¥Ù¯ž—ïz=‹Â¥½s½@-—gÈn-Ç6µÅgÑa²÷·bž¨öò¶&zÓvN‹*Bê€^–ŠiêaÓ -íFïQääjOR0Gå8¯¼3ðTrï*‘ Ä¢¾-wº~Æ–z-cÓ/›:”Ãâ<ëëpÛýMp;d}—üÌ,®ð¼±Zª•ûE‰sh­dÄ9ÃKò;–hÃr$ÎAÔ@ºGÔŽªDƒÖ¡‘h7aä6¬u°‰’ܪ¢I*#âq5×_Å/jóóJ¡›:”s+Æn5¡ßå§OaY‘Böö}‹¾4DÙ´’–4 ¡ÎòUq{… B;èºh%Nrߔޫ¨/ãxMk´N}@3 ?£ÞCÎŽ%"¯©uo¬,ü±þ[è5LWÔEÚ×rêâÔêúÛäh!¹¯q€ÅÖ“r$) A§EíÔž`®’mcRBâvxÀ:F¬Õ²Éý7Åüi—S¯Ð«I‘ VTäoë¦Zöþ‘‚Ä´-"O® 4Sëɽ{ü;ÑÇõK´óÈó¬Äsd;’cFdõ(õb¿ZÔ‡•*?ô;g4³„¶Z}A‹V‘3¤3«ð2²P޳‹ÎLrš º`™10ŸÞ¥{Nµ×F!2[¿ÔS~³ÈþÌ`KíeÖO ž©^>'!,FÝ% µ&§ƒOÿE@ÿ8ró½õg9Ërñ\]¹'Û’kcÜU/r§Ø[›IÖ‘d…ü¥Þ—3Î×GÔ’´ðÏ)úÜ>Á–ߤíÅ•o°Ø“›HÕ³…%àeh¦Û¹ìÍÒo4ÕVÁ˜q„ý(O2üAëŠÜQ©HYÔEHê…Z¢¸2„vd‘,Ýñªtåg;COw Ýz<²¿+XBµ´È’× ik‡]'áé(±oŒ£ÞÓ¤«ï¢÷÷L¦Äu6ZF¶… "Û—¤óâogÊ6Õ²q¼ qºVµu ã® ¡„cÉù¥äØÒ?Ø ýZ!б…hÅ`›¶ºHQE²f£~(Kî)ºd)ÚÚ/{•C¡dû½ÓsÈúnÂÉo-²6ŽÈÚ©ˆNœE¨²¿))¥}ˆÔãj |s´‚JÇi„iR×Ú”ònKŒ"ò˜Tü5Õ _z¦ZÏ"±·ì4Iw¤Ìæ©gØL2?“ì ¢5nÖl&ÃÖ¯m7u”I²™¢¶(Iº J!ßPí•Âî«Y#_7R5¥ÔÅt£f¶@Rq ¼Ǹµ ¢œX…¿’Ó¶[¯ƒZðàðE e8V᫈Å,ÅÒ,êX5«aµ¬ŽÕ³~¬?À²Al0–c˳ØŠl%¶2[…­ÊVc«³5Øšl-¶6ÊÖaë²õØ0¶>ûÛ€ g²ØÆl¶)k`›±l$ÅÙh6†eãØx6}œmÎ>Á¶`[²­ØÖl¶-ÛŽmÏv`;²‰l'¶3Û…}’íÊvc“Øîl¶'ûÛ‹íÍ>Í>Ãöaû²ýØgÙþìv ;ˆ}ŽÌ&³CØ6•5±CÙaìp6}ž}MgG°l&;’Åf±Ùl›ËŽfǰcÙqìxöEö%öeööU–e9–gÖÌþÀNd'±¯±“Ù)ìTvû:û;ÁÎdßdßbg±³Ù9ì\ömv;Ÿ]À¾Ã¾Ë¾Ç.d±‹Ù%ìRv»œ}Ÿ]Á~À®d?d?bW±«Ù5ìZv»žÝÀ~Ì~Ând7±›Ù-ì§ìVvû»Íc?g¿`w°_²;Ùÿcw±_±»Ù¯ÙoØoÙ=ì^ö;v»Ÿ=À~Ïd±?°‡Ù#ììQö{œ=ÁždO±?±?³§Ù3ìYö{žý…ý•ý½À^d/±¿³—Ù+ììUöû'ûû7{½Áæ³7Ù[ì?ìmö{—-` YÄaŽâhŽáTœšÓpZNÇé9?Ο à¹ .˜ áÊqå¹ \E®W™«ÂUåªqÕ¹\M®W› åêpu¹z\WŸ{ŒkÀ…s ¹F\c® ×”3p͸.’‹âŒ\4ÃÅrq\<—À=Î5çžàZp-¹V\k® ×–kǵç:p¹D®×™ëÂ=ÉuåºqI\w®ד{ŠëÅõæžæžáúp}¹~ܳ\n7Ä=Ç æ’¹!\ —Ê™¸¡Ü0n8—Æ=ϽÀ¥s#¸ .“ÉⲸl.‡ËåFsc¸±Ü8n<÷"÷÷2÷ ÷*ÇrÇsgæþÇMà&r“¸×¸ÉÜn*7{{ƒ›ÎÍàfroroq³¸ÙÜn.÷67›Ï-àÞáÞåÞãr‹¸ÅÜn)·Œ[νϭà>àVrrq«¸ÕÜn-·Ž[Ïmà>æ>á6r›¸ÍÜîSn+·ûŒÛÎåqŸs_p;¸/¹Üÿq»¸¯¸ÝÜ×Ü7Ü·Ün/÷·ÛÏà¾çr‡¸¸ÃÜîGî(wŒ;ÎàNr§¸Ÿ¸Ÿ¹ÓÜî,wŽ;ÏýÂýÊýÆ]à.r—¸ß¹ËÜîî*wû“û‹û›»ÎÝàò¹›Ü-îî6w‡»Ëp…â1Oñ4Ïð*^Íkx-¯ãõ¼ïÏð|̇ðåøò|¾"_‰¯ÌWá«òÕøê| ¾&_‹¯Í‡òuøº|=>Œ¯Ï?Æ7àÃù†|#¾1ß„oÊøf|ÉGñF>šácù8>žOàç›óOð-ø–|+¾5߆oË·ãÛóøŽ|"߉ïÌwáŸä»òÝø$¾;߃ïÉ?Å÷â{óOóÏð}ø¾|?þY¾??€ÈâŸãóÉü>…OåMüP~?œOãŸç_àÓù|ŸÉäGñY|6ŸÃçò£ù1üX~?ž‘‰™…•gyŽçy7óÿã'ðùIüküd~ ?•ŸÆ¿Î¿ÁOçgð3ù7ù·øYül~?—›ŸÇÏçðïðïòïñ ùEüb~ ¿”_Æ/çßçWðð+ùùøUüj~ ¿–_ǯç7ðóŸðùMüf~ ÿ)¿•߯ÆoçóøÏù/øü—üNþÿø]üWünþkþþ[~¿—ÿŽßÇïçðßóùCüüaþÿ#”?ÆçOð'ùSüOüÏüiþ –?ÇŸçáåã/ðùKüïüeþ ÿ•¿ÆÿÉÿÅÿÍ_çoðùüMþÿ›¿Ãßå øB X Z`• 4‚VÐ zÁOð„@!HB„rBy¡‚PQ¨$TªU…jBu¡†PS¨%ÔB…:B]¡ž&ÔáBC¡‘ÐXh"4 B3!Bˆ¢£-ıBœ/$ Í…'„BK¡•ÐZh#´Ú í…BG!Qè$tºO ]…nB’Ð]è!ôžz ½…§…g„>B_¡Ÿð¬Ð_  Ï ƒ…daˆ"¤ &a¨0L.¤ Ï /éÂ!CÈF £„,![Èr…ÑÂa¬0N/¼(¼$¼,¼"¼*°'ð‚ ˜…ÿ „‰Â$á5a²0E˜*L^Þ¦ 3„™Â›Â[Â,a¶0G˜+¼-Ìæ „w„w…÷„…Â"a±°DX*,– ï +„„•‡ÂGÂ*aµ°FX+¬Ö „…O„Â&a³°EøTØ*l>¶ yÂçÂÂáKa§ðÂ.á+a·ðµðð­°GØ+|'ìö „ï…ƒÂ!áá°pDøQ8*Ž '„“Â)á'ágá´pF8+œÎ ¿¿ ¿ „‹Â%áwá²pEøC¸*\þþþ® 7„|á¦pKøG¸-Üî B¡€ÌØL™i3cV™ÕfYkÖ™õf?³¿9Àh2›CÌåÌåÍÌ͕̕ÍUÌUÍÕÌÕÍ5Ì5͵̵͡æ:æºæzæ0s}ócææpsCs#scssS³ÁÜÌaŽ4G™æhsŒ9ÖgŽ7'˜777ÿkßuɲlÛ¶mÛ¶mÛ¶mÓYU™•Õ¨¯mÛ¶mÛ6_¿}÷Ø÷ô9ûÜwîïÇ«VDfÄŒX¿²²œV^« UÔ*i•µ*ZU­šV]«¡ÕÔjiµµ:Z]­žV_k 5Ôiµ&ZS­™Ö\k¡µÔZi­µ6Z[­Ö^ë uÔ:iµ.ZW­›Ö]ë¡õÔzi½µ>Z_­ŸÖ_  Ôiƒµ!ÚPm˜6\¡ÔFi£µ1ÚXmœ6^› MÔ&i“µ)ÚTMÓtÍÐLÍÒl hPCÖˆF5¦qÍÑ\ÍÓ„&5_SZ MÓ¦k3´™Z¨Eh³´ÙÚm®6O›¯-Ðj‹´ÅÚm©¶L[®­ÐVj«´ÕÚm­¶N[¯mÐ6j›´ÍÚm«¶MÛ®íÐvj»´ÝÚm¯¶OÛ¯Ðj‡´ÃÚí¨vL;®ÐNj§´ÓÚí¬vN;¯]Ð.j—´ËÚíªvM»®ÝÐnj·´ÛÚí®vO»¯=Ðj´ÇÚí©öL{®½Ð^j¯´×Úí­öN{¯}Ð>jŸ´ÏÚí«öMû®ýÐ~j‘ôÈz=ªM®ÇÐcê±ôØz=®O¯'Ðê‰ôÄz=©žLO®§ÐSê©ôÔz=­žNO¯gÐ3ê™ôÌz=«žMÏ®çÐsê¹ôÜz=¯žOϯÐ ê…ôÂz½¨^L/®—ÐKê¥ôÒz½¬^N/¯WÐ+ê•ôÊz½ª^M¯®×ÐkêµôÚz½®^O¯¯7ÐêôÆz½©ÞLo®·Ð[ê­ôÖz½­ÞNo¯wÐ;êôÎz½«ÞMï®÷Ð{ê½ôÞz½¯ÞOï¯ÐêƒôÁú}¨>L®ÐGê£ôÑú}¬>N¯OÐ'ê“ôÉú}ª®éºnè¦né¶t¨#ëD§:Ó¹îè®îéB—º¯+=ЧéÓõúL=Ô#ôYúl}Ž>WŸ§Ï×è õEúb}‰¾T_¦/×Wè+õUúj}¾V_§¯×7èõMúf}‹¾Uߦo×wè;õ]ún}¾Wß§ï×èõCúaýˆ~T?¦×Oè'õSúiýŒ~V?§Ÿ×/èõKúeýŠ~U¿¦_×oè7õ[úmýŽ~W¿§ß×èõGúcý‰þT¦?×_è/õWúkýþV§¿×?èõOúgý‹þUÿ¦×è?õHFd#ŠÕˆfD7b1XFl#Ž׈gÄ7 DFb#‰‘ÔHf$7R)TFj#‘ÖHg¤72LFf#‹‘ÕÈfd7r9\Fn#‘×Ègä7 BFa£ˆQÔ(f7J%RFi£ŒQÖ(g”7*JFe£ŠQÕ¨fT7j5ZFm£ŽQרgÔ7 FFc£‰ÑÔhf47Z-VFk£ÑÖhg´7:NFg£‹ÑÕèft7z=^Fo£Ñ×ègô7AÆ`cˆ1Ôf 7F#QÆhcŒ1ÖgŒ7&IÆdcŠ1ÕÐ Ý0 Ó° Û4 bPƒÜp ×ð aHÃ7”ÓŒéÆ c¦Æ,c¶1ǘkÌ3æ Œ…Æ"c±±ÄXj,3–+Œ•Æ*cµ±ÆXk¬3ÖŒÆ&c³±ÅØjl3¶;ŒÆ.c·±ÇØkì3öŒƒÆ!ã°qÄ8j3Ž'Œ“Æ)ã´qÆ8kœ3ÎŒ‹Æ%ã²qŸj\3®7Œ›Æ-ã¶qǸkÜ3Æ#ã±ñÄxj<3ž/Œ—Æ+ãµñÆxk¼3ÞŒÆ'ã³ñÅøj|3¾?ŒŸF$3²ÅŒjF3£›1̘f,3¶ÇŒkÆ3ã› Ì„f"3±™ÄLj&3“›)Ì”f*3µ™ÆLk¦3ӛ̌f&3³™ÅÌjf3³›9Ìœf.3·™ÇÌkæ3ó›Ì‚f!³°YÄ,j3‹›%Ì’f)³´YÆ,k–3˛̊f%³²YŬjV3«›5Ìšf-³¶YǬkÖ3ë› Ì†f#³±ÙÄlj63››-Ì–f+³µÙÆlk¶3ۛ̎f'³³ÙÅìjv3»›=Ìžf/³·ÙÇìkö3û›Ìæ s°9Äj3‡›#Ì‘æ(s´9ÆkŽ3Ç›̉æ$s²9Åœjj¦n¦iZ¦mšÈÄ&1©ÉLn:¦kz¦0¥é›Ê Ìiæts†9Ó Ís–9ÛœcÎ5ç™óÍæBs‘¹Ø\b.5—™ËÍæJs•¹Ú\c®5×™ëÍ æFs“¹ÙÜbn5·™ÛÍæNs—¹ÛÜcî5÷™ûÍæAóyØ5Ÿ™ÏÍæKó•ùÚ|c¾5ß™ïÍæGó“ùÙüb~5¿™ßÍæO3’ÙŠbEµ¢YÑ­VL+–ÛŠcŵâYñ­VB+‘•ØJb%µ’YÉ­VJ+••ÚJc¥µÒYé­ VF+“•ÙÊbeµ²YÙ­VN+—•ÛÊcåµòYù­VA«UØ*bµŠYÅ­VI«”UÚ*c•µÊYå­ VE«’UÙªbUµªYÕ­VM«–UÛªcÕµêYõ­VC«‘ÕØjb5µšYÍ­VK«•ÕÚjcµµÚYí­VG«“ÕÙêbuµºYÝ­VO«—ÕÛêcõµúYý­Ö@k5Øb µ†YíÖHk”5ÚcµÆYã­ ÖDk’5ÙšbMµ4K· Ë´,˶€-da‹XÔb·˵d¶ØGícöqû„}Ò>eŸ¶ÏØgísöyû‚}Ѿd_¶¯ØWíköuû†}Ó¾eß¶ïØwí{ö}ûýÐ~d?¶ŸØOígösû…ýÒ~e¿¶ßØoíwö{ûƒýÑþd¶¿Ø_íoöwû‡ýÓŽ"ƒ( *ˆ¢ƒ &ˆbƒ8 .ˆâƒ !Hƒ$ )H’ƒ %HRƒ4 -HÒƒ #È2ƒ, +Ȳƒ 'Èrƒ< /Èòƒ  ( ƒ" ((Šƒ $(Jƒ2 ,(ʃ  "¨*ƒ* *¨ªƒ &¨jƒ: .¨êƒ !hƒ& )hšƒ %hZƒ6 -hÚƒ #è:ƒ. +躃 'èzƒ> /èúƒ` ƒ!`(†ƒ`$Fƒ1`,ƃ `"˜&ƒ)`*Ѐ ` ØÀ€ àÀ.ð€ø@LÓÁ 0„ ̳Á0ÌóÁ°,‹Á°,ËÁ °¬«Á°¬ëÁ°l›Á°lÛÁ°ì»Á°ìûÁp‡ÁpÇÁ pœ§ÁpœçÁp\—Áp\×Á pÜ·ÁpÜ÷Áð<Áð<ÏÁ ð¼¯Áð¼ïÁð|ŸÁð|ßÁðD‚‘aFƒÑa Æ‚±aƃña˜&‚‰a˜&ƒÉa ˜¦‚©a˜¦ƒéa˜f‚™a˜fƒÙa˜悹a˜æƒùaX‚…aXƒÅa X–‚¥aX–ƒåaXV‚•aXVƒÕa XÖ‚µaXÖƒõaØ6‚aØ6ƒÍa ض‚­aضƒíaØv‚aØvƒÝaØö‚½aØöƒýá8‚ƒá8ƒÃá8Ž‚£á8Žƒãá8N‚“á8jP‡4¡m „bH … rè@zP@ }¨`§Áépœ CgÁÙpœ çÁùp\ÁÅp \ —Áåp\ WÁÕp \ ×ÁõpÜ7ÁÍp Ü ·ÁípÜ wÁÝpÜ ÷Áýð<ÁÃð< Áãð< OÁÓð < ÏÁóð¼/ÁËð ¼ ¯Áëð¼ oÁÛð¼ ïÁûð|ÁÇð | ŸÁçð| _Á×ð | ßÁ÷ðü?ÁÏð ü ¿Áïðü #¡È( ŠŠ¢¡è(Љb¡Ø(Š‹â¡ø(Jˆ¡Ä( JŠ’¡ä(J‰R¡Ô( J‹Ò¡ô(ʈ2¡Ì( ÊŠ²¡ì(ʉr¡Ü(Ê‹ò¡ü¨*ˆ ¡Â¨*ŠŠ¡â¨*‰J¡Ò¨ *‹Ê¡ò¨ªˆ*¡Ê¨ ªŠª¡ê¨ª‰j¡Ú¨ª‹ê¡ú¨jˆ¡Æ¨ jŠš¡æ¨j‰Z¡Ö¨ j‹Ú¡ö¨êˆ:¡Î¨ ꊺ¡î¨ê‰z¡Þ¨ê‹ú¡þhˆ¡ÁhІ¡áh‰F¡Ñh ‹Æ¡ñhšˆ&¡Éh šŠ4¤#™ÈB6"„0"ˆ"†8r‹<$D>R(@ÓÐt4ÍD!Š@³Ðl4ÍEóÐ|´-D‹Ðb´-EËÐr´­D«Ðj´­EëÐz´mD›Ðf´mEÛÐv´íD»Ðn´íEûÐ~tD‡ÐatEÇÐqtD§ÐitEçÐyt]D—Ðet]E×ÐutÝD·ÐmtÝE÷Ð}ô=DÐcô=EÏÐsô½D¯Ðkô½EïÐ{ô}DŸÐgô}EßÐwôýD‘pdGÅÑptÇıplÇÅñp|œ'ĉpbœ'ÅÉprœ§Ä©pjœ§ÅépzœgÄ™pfœgÅÙpvœçĹpnœçÅùp~\Ä…pa\ÅÅpq\—Ä¥pi\—Ååpy\WÄ•pe\WÅÕpu\×ĵpm\×Åõp}Ü7ÄpcÜ7ÅÍpsÜ·Ä­pkÜ·Åíp{ÜwÄpgÜwÅÝpwÜ÷ĽpoÜ÷Åýp<ăð`<ÅÃðp<Ä£ðh<Åãðx<OÄ“ðd<OÅÖ±Mla 1ÂL1Ã;ØÅXb+àix:žgâGàYx6žƒçâyx>^€âEx1^‚—âex9^WâUx5^ƒ×âux=Þ€7âMx3Þ‚·âmx;Þwâ]x7Þƒ÷â}x?>€âCø0>‚âcø8>OâSø4>ƒÏâsø<¾€/âKø2¾‚¯âkø:¾oâ[ø6¾ƒïâ{ø>~€âGø1~‚Ÿâgø9~_âWø5~ƒßâwø=þ€?âOø3þ‚¿âoø;þâH$2‰B¢’h$:‰Ab’X$6‰Câ’x$>I@’D$1IB’’d$9IAR’T$5ICÒ’t$=É@2’L$3ÉB²’l$;ÉAr’\$7ÉCò’|$?)@ ’B¤0)BŠ’b¤8)AJ’R¤4)CÊ’r¤<©@*’J¤2©Bª’j¤:©Aj’Z¤6©Cê’z¤>i@’F¤1iBš’f¤9iAZ’V¤5iCÚ’v¤=é@:’N¤3éBº’n¤;éAz’^¤7éCú’~¤?@’Ad0B†’ad8AF’Qd4CÆ’qd<™@&’Id2™B¦èÄ &±ˆML¡„Nâ"‰O È42Ì 3IH"È,2›Ì!sÉ<2Ÿ, É"²˜,!KÉ2²œ¬ +É*²š¬!kÉ:²žl É&²™l![É6²ì ;É.²›ì!{É>²Ÿ É!r˜!GÉ1rœœ 'É)ršœ!gÉ9rž\ É%r™\!WÉ5rÜ 7É-r›Ü!wÉ=rŸ< É#ò˜šŸ i!Z˜¡Ei1Zœ– %i)Zš–¡ei9ZžV i%Z™V¡Ui5ZÖ 5i-Z›Ö¡ui=ZŸ6  i#Ú˜6¡Mi3Úœ¶ -i+Úš¶¡mi;Úžv i'Ú™v¡]i7Úö =i/Ú›ö¡}i?ÚŸ é :˜¡Cé0:œŽ #é(:šŽ¡cé8:žN é$:™N¡S©FujP“ZÔ¦€BŠ(¦„RÊ(§u©G•Ô§ŠtNgЙ4¤tMçйtOÐ…t]L—Ð¥t]NWЕt]M×еt]O7ÐtÝL·Ð­tÝNwÐtÝM÷нtÝOЃô=LУô=NOГô=MÏгô=O/Ћô½L¯Ð«ô½NoЛô½Mïлô½OЇô}LŸÐ§ô}N_Зô}Mßзô}O?ÐôýL¿Ð¯ôýNП4‹Ì¢°¨,‹Îb°˜,‹Íâ°¸,‹Ï°„,KÌ’°¤,KÎR°”,KÍÒ°´,KÏ2°Œ,Ë̲°¬,ËÎr°œ,ËÍò°¼,ËÏ °‚¬+ÌŠ°¢¬+ÎJ°’¬+Íʰ²¬+Ï*°Š¬«Ìª°ª¬«Îj°š¬«Íê°º¬«Ï°†¬kÌš°¦¬kÎZ°–¬kÍÚ°¶¬kÏ:°Ž¬ë̺°®¬ëÎz°ž¬ëÍú°¾¬ëϰl̆°¡lÎF°‘lÍÆ°±lÏ&°‰l›Ì¦°©Lc:3˜É,f3À C 3Â(cŒ3‡¹Ìc‚Iæ3Å6Mg3ØL²6‹ÍfsØ\6Íg ØB¶ˆ-fKØR¶Œ-g+ØJ¶Š­fkØZ¶Ž­gØF¶‰mf[ØV¶mg;ØN¶‹íf{Ø^¶ígØAvˆfGØQvŒg'ØIvŠfgØYvŽgØEv‰]fWØUv]g7ØMv‹ÝfwØ]vÝgØCöˆ=fOØSöŒ=g/ØKöнfoØ[ö޽gØGö‰}f_ØWö}g?ØO‰GæQxTGç1xL‹Çæqx\Çç xBžˆ'æIxRžŒ'ç)xJžŠ§æixZžŽ§çxFž‰gæYxVžgç9xNž‹çæyx^žççxA^ˆæExQ^Œç%xI^Š—æexY^Ž—çxE^‰WæUxU^Wç5xM^‹×æux]^×ç xCÞˆ7æMxSÞŒ7ç-xKÞŠ·æmx[ÞŽ·çxGÞ‰wæ]xWÞwç=xOÞ‹÷æ}x_Þ÷çø@>ˆæCøP>Œç#øH>ŠæcøX>ŽçøD>‰OæSøT®qÜä·9à#Ž9á”3ιÃ]îqÁ%÷¹âŸÆ§ó|&yŸÅgó9|.ŸÇçó|!_Äó%|)_Æ—ó|%_ÅWó5|-_Ç×ó |#ßÄ7ó-|+߯·ó|'ßÅwó=|/ßÇ÷óü ?Äó#ü(?Æóü$?ÅOó3ü,?ÇÏó ü"¿Ä/ó+ü*¿Æ¯óü&¿Åoó;ü.¿Çïóü!Äó'ü)ÆŸóü%Å_ó7ü-Çßóü#ÿÄ?ó/ü+ÿÆ¿óü'äDv¢8QhNt'†Ó‰åÄvâ8qxN|'“ÐIä$v’8IdNr'…“ÒIå¤vÒ8itNz'ƒ“ÑÉädv²8YlNv'‡“ÓÉåävò8y|N~§€SÐ)ävŠ8EbNq§„SÒ)å”vÊ8erNy§‚SÑ©äTvª8UjNu§†SÓ©åÔvê8uzN}§ÓÐiä4vš8MfNs§…ÓÒiå´vÚ8mvN{§ƒÓÑéätvº8]nNw§‡ÓÓéåôvú8}~Ng€3Ðä v†8CaÎpg„3ÒåŒvÆ8cqÎxg‚3Ñ™äLv¦8SÍÑÃ1˱à@9Ø!u˜ÃÇqÏŽt|G93Í™îÌpf:¡áÌrf;sœ¹Îg¿sÀ9èr;Gœ£Î1ç¸sÂ9éœrN;gœ³Î9ç¼sÁ¹è\r.;Wœ«Î5çºsùéÜrn;wœ»Î=ç¾óÀyè;_œ¯Î7ç»óÃùéDr#»Qܨn47ºÃéÆrc»qܸn<7¾›ÀMè&r»Iܤn27¹›ÂMé¦rS»iÜ´n:7½›ÁÍèfr3»Yܬn67»›ÃÍéærs»yܼn>7¿[À-èr »EÜ¢n1·¸[Â-é–rK»eܲn9·¼[Á­èVr+»Uܪn5·º[íéÖrk»uܺn=·¾ÛÀmè6r»Mܦn3·¹ÛÂmé¶r[»mܶn;·½ÛÁíèvr;»]Ü®n7·»ÛÃíéör{»}ܾn?·¿;Àèr»CÜ¡î0w¸;ÂéŽrG»cܱî8w¼;ÁèNr'»SÜ©®æê®áš®åÚ.p¡‹\ì—ºÌå®ãº®ç Wº¾«ÜÀæNwg¸3ÝÐpg¹³Ý9î\wž;ß]à.t¹‹Ý%îRw™»Ü]á®tW¹«Ý5îZw»ÞÝànt7¹›Ý-îVw›»ÝÝáîtw¹»Ý=î^wŸ»ß=àt¹‡Ý#îQ÷˜{Ü=ážtO¹§Ý3îY÷œ{Þ½à^t/¹—Ý+îU÷š{ݽáÞto¹·Ý;î]÷ž{ß}à>t¹Ý'îS÷™ûÜ}á¾t_¹¯Ý7î[÷ûÞýà~t?¹ŸÝ/îW÷›ûÝýáþt#y‘½(^T/šÝ‹áÅôby±½8^\/žßKà%ôy‰½$^R/™—ÜKá¥ôRy©½4^Z/—ÞËàeô2y™½,^V/›—ÝËáåôry¹½<^^/Ÿ—ß+àô y…½"^Q¯˜WÜ+á•ôJy¥½2^Y¯œWÞ«àUô*y•½*^U¯šWÝ«áÕôjyµ½:^]¯žWßkà5ôy½&^S¯™×ÜkáµôZy­½6^[¯×Þëàuô:y½.^W¯›×Ýëáõôzy½½>^_¯Ÿ×ßà ôyƒ½!ÞPo˜7ÜáôFy£½1ÞXoœ7Þ›àMô&y“½)ÞTOótÏðLÏòlxÐCöˆG=æqÏñ\Ïó„'=ßS^àMó¦{3¼™^èEx³¼ÙÞo®7Ï›ï-ðz‹¼ÅÞo©·Ì[î­ðVz«¼ÕÞo­·Î[ïmð6z›¼ÍÞo«·ÍÛîíðvz»¼ÝÞo¯·ÏÛïðz‡¼ÃÞï¨wÌ;îðNz§¼ÓÞï¬wÎ;ï]ð.z—¼ËÞïªwÍ»îÝðnz·¼ÛÞï®wÏ»ï=ðz¼ÇÞï©÷Ì{î½ð^z¯¼×Þï­÷Î{ï}ð>zŸ¼ÏÞï«÷Íûîýð~z‘DdEDÑDtCıDlGÄñD|‘@$‰Db‘D$ÉDr‘B¤©Dj‘F¤éDz‘Ad™Df‘EdÙDv‘Cä¹Dn‘GäùD~Q@…DaQDÅDqQB”¥DiQF”åDyQAT•DeQETÕDuQCÔµDmQGÔõD}Ñ@4DcÑD4ÍDsÑB´­DkÑF´íD{ÑAtDgÑEtÝDwÑCô½DoÑGôýD1@ ƒÄ`1D ÃÄp1BŒ£Äh1FŒãÄx1AL“Äd1ELšÐ…!La [XA\8žB _(ˆibº˜!fŠPDˆYb¶˜#æŠyb¾X ŠEb±X"–Šeb¹X!VŠUbµX#ÖŠub½Ø 6ŠMb³Ø"¶Šmb»Ø!vŠ]b·Ø#öŠ}b¿8 ŠCâ°8"ŽŠcâ¸8!NŠSâ´8#Ίs⼸ .ŠKⲸ"®Šk⺸!nŠ[ⶸ#îŠ{â¾x ŠGâ±x"žŠgâ¹x!^ŠWâµx#ÞŠwâ½ø >ŠOâ³ø"¾Šoâ»ø!~ŠH2²Œ"£Êh2ºŒ!cÊX2¶Œ#ãÊx2¾L ÊD2±L"“Êd2¹L!SÊT2µL#ÓÊt2½Ì 3ÊL2³Ì"³Êl2»Ì!sÊ\2·Ì#óÊ|2¿, ÊB²°,"‹Êb²¸,!KÊR²´,#ËÊr²¼¬ +ÊJ²²¬"«Êj²º¬!kÊZ²¶¬#ëÊz²¾l ÊF²±l"›Êf²¹l![ÊV²µl#ÛÊv²½ì ;ÊN²³ì"»Ên²»ì!{Ê^²·ì#ûÊ~²¿ ÊAr°"‡Êar¸!GÊQr´#ÇÊqr¼œ 'ÊIr²œ"§JMêÒ¦´¤-„I,‰¤’I.éJO )¥/• ä49]Î3e(#ä,9[Αså<9_. å"¹X.‘Kå2¹\®+å*¹Z®‘kå:¹^nå&¹Yn‘[å6¹]î;å.¹[î‘{å>¹_å!yX‘Gå1y\ž'å)yZž‘gå9y^^å%yY^‘Wå5y]Þ7å-y[Þ‘wå=y_>å#ùX>‘Oå3ù\¾/å+ùZ¾‘oå;ù^~å'ùY~‘_å7ù]þ?e$?²ÅêGó£û1ü˜~,?¶ÇëÇóãû ü„~"?±ŸÄOê'ó“û)ü”~*?µŸÆOë§óÓûüŒ~&?³ŸÅÏêgó³û9üœ~.?·ŸÇÏëçóóûü‚~!¿°_Ä/êó‹û%ü’~)¿´_Æ/ë—óËûüŠ~%¿²_ůêWó«û5üš~-¿¶_ǯë×óëû ü†~#¿±ßÄoê7ó›û-ü–~+¿µßÆoë·óÛûüŽ~'¿³ßÅïêwó»û=üž~/¿·ßÇïë÷óûûüþ °?Äêó‡û#ü‘þ(´?ÆëóÇûü‰þ$²?ÅŸêk¾î¾é[¾íúÈÇ>ñ©Ï|î;¾ë{¾ð¥ïûÊüiþt†?Óý–?ÛŸãÏõçùóýþB‘¿Ø_â/õ—ùËýþJ•¿Ú_ã¯õ×ùëý þF“¿Ùßâoõ·ùÛýþN—¿Ûßãïõ÷ùûýþAÿØ?âõùÇýþIÿ”Ú?ãŸõÏùçý þEÿ’Ù¿â_õ¯ù×ýþMÿ–Û¿ãßõïù÷ýþCÿ‘ÿØâ?õŸùÏýþKÿ•ÿÚã¿õßùïýþGÿ“ÿÙÿâõ¿ùßýþO?’Ь¢¨¨*šŠ®b¨˜*–Š­â¨¸*žŠ¯¨„*‘J¬’¨¤*™J®R¨”*•J­Ò¨´*J¯2¨Œ*“ʬ²¨¬*›Ê®r¨œ*—Ê­ò¨¼*ŸÊ¯ ¨‚ª*¬Š¨¢ª˜*®J¨’ª”*­Ê¨²ªœ*¯*¨Šª’ª¬ª¨ªªšª®j¨šª–ª­ê¨ºªžª¯¨†ª‘j¬š¨¦ª™j®Z¨–ª•j­Ú¨¶ªj¯:¨Žª“ꬺ¨®ª›ê®z¨žª—ê­ú¨¾ªŸê¯¨j¬†¨¡j˜®F¨‘j”­Æ¨±jœ¯&¨‰j’𬦍©JSº2”©,e+  B +¢¨bŠ+G¹ÊSBIå+¥5MMW3ÔLª5KÍVsÔ\5OÍW ÔBµH-VKÔRµL-W+ÔJµJ­VkÔZµN­WÔFµImV[ÔVµMmW;ÔNµKíV{Ô^µOíWÔAuHVGÔQuLW'ÔIuJVgÔYuNWÔEuI]VWÔUuM]W7ÔMuKÝVwÔ]uOÝWÔCõH=VOÔSõL=W/ÔKõJ½VoÔ[õN½WÔGõI}V_ÔWõM}W?ÔO)ˆD ¢Ñ‚èAŒ f+ˆÄ âñ‚øA‚ a(H$ ’É‚äAŠ e*H¤ Òé‚ôA† c)Èd ²Ù‚ìAŽ g+Èä òù‚üA `P(( ŠÅ‚âA‰ dP*(” Êå‚òA… bP)¨T ªÕ‚êA fP+¨Ô êõ‚úAƒ aÐ(h4 šÍ‚æA‹ eÐ*h´ Úí‚öA‡ cÐ)èt ºÝ‚îA gÐ+èô úý‚þÁ€``0( †ÂáÁˆ`d0*Œ Æã‚Yíú·‹ilÕH‘&‘"Éð÷'e¦¤ùÏOÕlÏð£ZžtÿûÓ8[kí­úou©ÿÿœøm#EzÐæ^S§Z¤HÉÿ¸^/nªß5“þ¼œ´þG錚ogê/>;þåk}«¿_…þºðñG­ÚíëüÊŪ_\§˜ö_²µÿuGÿñ·õŸòsþŸ¨zùk£ÿ¶îvð_ßå2GŠT9íÔ”™y%ÿ[_¯ö¦ªÛýãŽ|Y~·›#UéTÿóûþ䬯Ÿ/°~û·×ößí?’åU»ôí½¶ŸþÄ3ù—_‘é÷5ªü»Ý5þ†³Ùÿ‚|áo—oÒÓ ö´¿—ß þ3&†´kóG ÑÚý½~Â_ò§¿Åó®Ýö¿rÓí/l“þ¬=ÁÞ?jízæß­åü«üÆÁ¬ÿ~¹|¤1¿uD²éÿŠ©ñôöYZN«ø§¦û_¼Ïøƒ‹KÿÀHý¿*lJÿ7íþÚy=Èð«"¦ü…êÈ?UBîéi~­>ÿ’›ÿbùqʈiCSþ½Ñ™þUöªV²ö¿úcÿýTó'êV¿lNûó9ÇŒ†íý–áƒÄš"M—¿¤ø>'Oë6ý?÷õ¬Öï¿çýC¾×ÿÆÀÌšUyãïÖ—ø+²ƒ«o?#á/ [jý.wû'¿Õðµ?c¸ÿ†æ¿Í›-ÿÔ«óÿè¬$™oÿ÷5°‘RLü«c2VÿŸ²1*c¹_,_„/ÃWáëðMø6|¾?„ÃOáçðKø5ü~„?ÃH‘#¢DDˆ="FD̈X±#âDĈ?âÿ€º endstream endobj 205 0 obj << /D [203 0 R /XYZ 56.693 815.761 null] >> endobj 206 0 obj << /D [203 0 R /XYZ 56.693 645.846 null] >> endobj 207 0 obj << /D [203 0 R /XYZ 56.693 618.494 null] >> endobj 208 0 obj << /D [203 0 R /XYZ 56.693 258.204 null] >> endobj 209 0 obj << /D [203 0 R /XYZ 56.693 238.334 null] >> endobj 210 0 obj << /D [203 0 R /XYZ 56.693 200.633 null] >> endobj 211 0 obj << /D [203 0 R /XYZ 56.693 138.553 null] >> endobj 202 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F75 79 0 R /F54 15 0 R /F73 59 0 R >> /XObject << /Im19 201 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 216 0 obj << /Length 1474 /Filter /FlateDecode >> stream xÚÝXKsÛ6¾ëWð(ÍX€¯ÞšØécÚN;ñ-Î&… T²mòë»xñm;N{èôXì.»ß~ŽNŽ¾Û½¼Ý½xÄQŠ”¤Ñíû(%(Í¢<.eyt[Eo÷?sÙóæp$ ÞWÂôºçªnêîÆï…Rü\ ÙñûÛÁÔ1ŽQ‘$Na/[y‡19õŠ—õM©\ªÓeÝJ¡‡í ¥¿ð¾«›^›=¸‰r¸SJÍX–¡´(à„•ŒsГåûnÀæÄîæv÷qƒŽâ(IAžFY£“¨<ïÞ¾ÃQ{`±"þ´’ç(‰1"4…ï&z³ûm‡}`ñ,ÀlâLÐÍ ãÔyDQŒrdý£·Çc¼Õʪ£þÚèÀ(~eßñûC ‘ kbÚ)^µ> Ó§…€†hêþÚ èTšwµrÓ½_×½Mü‡÷é…+ñ¹ä^Èì4­ŸÔnüÀ?™t_KÝñÆ8äŽ6§;š¯èÂÁTç)UI!ç>èZwâÌ‘›Ýè.XôÇÿ8ÄpHÕæ&Á5PG“ÄM΢ª¹ì6“Ç&nJ÷B_DéUŒW† ){;g{®Êõ³ï[· aéê²o¸:0¼¿r‹.˜ð¡ÅÅ[ñ⺿´òt7ÎAÒÖ˜ÕÂc&ª½´ÊÔ_j®Ä½p*[y¡… §…œ«öÑ|¬:WôÅ÷É Z(÷²°hP–¡‚Òdöú„œƒÄÅ8 !ŽýüFv­’Q ”~ùÜjHhµ8{GY|ª¥Ÿú„õu`u«sÝ­aƫѽ¶LuØrÏ5¯ìæ çáæEâ3h6F*hjÕ‡4ÈÛbÛ>”=¯T»±™ïÀRžÈrŒR–ü¸ÃpÙœQ+1ý¶› £(KÜé¬@$ [/~8]·€kt æŽÞÞqbÐ"gF'øEXŽ`)K1ÊHìâþj!OÅe–J `1@õ‘(¯ûº6ÙãÅé7î㟛Àþ§` úÊ‘„óÅc Í¥Ù¤ÍÔ$¥é‰Ì¦en 4 \¹õ®­z‹ÝfnÀÕ(‘íù^‰`Ç›ŠËö|iD׺c&9G_²!9G5FÆä¸·÷­é¥7`zÅ“7z £ÆZºr!°±†››¿€‰ÈPù#®h‘¥a«—›¸·]†?gï¼DÌM ¸ß%ÍÏoƽWišV@…Ú X>„0!߈­^u÷~äUÅŒ¥‰->š'JÒ%'¢NüÈæràDktQ@ æéˆîO <ÐÂk¾Aã9àù ’$ €2DÈ>fQ˜»šqïÚ I·eÓ ã1ç±Aس/hÃÖº{ó’½. JCOGnÕ°ý !í•*~5ü³“ðÖ«ZZù^ݵç©o]m®ò`W¬oÆ!܇{î¦U6`ÁµEK/BVbðcÂ"›Ö C·Ât,*,ñ²ƒßÎk&´æÍá]1CKž“#Oòe’AÞå#].žK—•8AͪPÓ°r}|9ü\øžŒçò˜xÔ¯‘ÉÁ™Æ/N™L]Hnt&‹ &+ŽÉ¹­ “ƒƒ#“›xl#dçÖÃ+'ú),¾oû ¹Q…Ïg_+B<ôô„ê7ò`«•›u×ÊMò@†5íÓlqBQ\C6“¡!ÏzM³vã‹“ÐæÛÿ±óÅ)C$ÿ•ÎCÍòÜη@$’-;É— É I·eÃóá]amÝàÌê¯~ÝÂŒßý`e,ßhpSzñÞ½:ñàl¶ yUwÿ¹Cfúš·úŸ‰a„Óâkþfúݽ&Q endstream endobj 215 0 obj << /Type /Page /Contents 216 0 R /Resources 214 0 R /MediaBox [0 0 595.276 841.89] /Parent 179 0 R >> endobj 213 0 obj << /Type /XObject /Subtype /Image /Width 725 /Height 239 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 224 0 R /Length 17536 /Filter /FlateDecode >> stream xÚí\×Úÿ¯11š7+*¾‰½ßH¬$Vì‰F#b!’Ø5Æxc¡¨˜«X±E°P-AT@é]`eÙ]`iRâÿ‘s³ïÞm Âº,¿çóý$Ç33gÎÌìÌó9³Ë?þ¨;Š‹ ż}#ØŸ@ ê)oì Ò@ šh¤¥&3°+T/_¾Ô÷x]yhFÉNî6ªÿ–Ju¢2ñŒógNæç =®97i÷¨¿<4H#D“:å%Á©s½ÍŽ’Û”*w{clB=·±ž+Uñ‡ðu __ßDGG«Ò=ÄúQ^VFˆ MÑ=ê)¯Õ‚:kÉën{CmÈ[ ›šk^ý7Mv?\:w¦‰fUHHÃ&Óú7õÆ-×gÙÆîÿoã›í†ú¬6àÁU“ç[^yÖ­Y­ýx)/˜~ÈnMRŸQO÷xƒ”¡¤…wûxäu{¥¤Ÿ µúèIõž·é˜Ü9é¬QtùR“‹[Ãf@uÛ •í¢ú¯îµòrƒ4[Ïõ6FÏŠF}¥²Ïc´¯¨Mºò(¹„Ê^©²³8â£#Ÿ¨@?^*ñà {úÁ býxç7ª¯%o–5ä.Ûà©V›Ü »èmz¥‚‡WïpïÕÙ>ÓÉ+ \r©Ïµ¥þ×"Õ$V5Q”FM n ›‚Ö ÔÓ=cdçu·ëu†Ã0_kL?d/¡t©‘{¥"ý_¬ÔA?¤_¤ô£¿]Ò°ÙêuÛWMBoÔ±¡wb oܬÊú©âý¦\?Oçòr”\4hêEÇÓ¯uÉRólòÎÝÔs5ÆþQ«ô­ÝnŒGvê¹Ûß¾Û’ú!¦ªê…šèÇKÅ¡|ðEš?#íÙ<Ä~˧j’ñÕ­?j•Ù›Rú!÷Ì’Bù<®WþÌÉÎj¤{ÆÆ O(ˆxü¨)¦ ž^¤O¢Þ­Ô§)uЗoõ|Q®à-3¾ÚÜãëÇóÒRQA~SI¤Ôç²çÏU6‚€êÇ­ÔmüëÝêÇË·ˆú¾@?šA?ÔS?’â½n^÷¼áî}ëFFzšørÃÝÕ×óƣЯî¬òÞm_š“êïÝ ùÿY<1žf¨Å#+3#âñÇ!÷Ù¤´Ôš_¼"?÷U 7<¼ox„ܤٙe硜/_¤Ê»¾Þr{Kí^»zùQh0õê©2ðîmꤟ·§Ÿ+Û ÍG–Þ¸UêÇË·|x,T ÎÿŽÈü¼o=z\^^ž“åîzõoµà ø¹¬ì}óúõkι99ƒ43©-Nk§n¼¨•©™åÎC…êêjE½•Õ/*™~<+¨}éDv¥€w¥/30ø€ÚêÇõk.tJ޵$'úzÝò¼îvÓãIEa¡ˆ*c¢žÞºîæ}ë:éÉÆ«1!ßÿ®_À¿€»~AþwÃ…²÷(’ã}^µƒ2¢ÿ{Ç51Þó†»×ÍWï©ÆD>e 5³Üy¨TéëuSno•ë)ŠÜ•4X?0ø€ºéA)¸æï`ï…ÒŠH0ªkƒ³”ÓKKKjjª£ž> {ôà?¯æçUVVRr¯¬¬ ¿ÆY\\TýŸ¨b/¢–ÐÅJjÕÿ™óÕºª¨}V)5³ÜyÊËËjë^Èí-­Rì4•éñüyiYÙs¹ 4X?0ø@ÃÿêiWÉEƒ—íÿ¯ž*áaÈ}ï›×oº_»ëë]T(¢ì_ϳ³2oy¸Ýõó&=)))nÀ™Ð ¾ðNô#ä~ Ù…¢?ûBÐÔû rý¡s¶ªö!ËÊÊ×úˆ¨ àÕR?‚hÀ™Ð ¾ zýè_€~ êöÅ[ ¾ý@?T¬|ú€~àgÇ€~ôúôý€~ý@? @?_¼…~ý@? hª~€ê~àý@SÔ—ÐúýÀ;Ô—¯«Oçò¸8¸€ò¼´¤¬ì9%k Óën®éi©ååÏKJŠp”µrÊÊÊ´ÔdJÖ¦I ñ.N—2ÒŸ•——UU½€šPVöœÜÃÙéRrBÂëÇK•Äëê3ën.OÓ²P(5S‚VäM]?ЩS?^ª*êǹs/¾úª¦W¯¿ZµzIý@r7epÊãeÇ5ý(ùãhÉ'qì €© ‰Çž_=|ø­­ ÓÉ“'K釋óU­Ú8{ö •%ó~P`µÜ­[Wj¤ú?þÈf øõ×Ý?ÿôȤ:/·KŠ$ƒ¢²…Å*³í" ‘ÕŠùóçÓ†\¸p¾þ½דlŒ;– íÚµ#ÓîуÊ$¯ÕU©}…s ©d”þI‰‰TŸ•ÉÑÖÖfO¨}ªÙºu ý“rhËÚ`ޱmÛV*lÙ¼YÜ Ó)S¦Hé‡Ô€‚dÞg-ïÚµ“ÊÑQ‘TÖÕÕe3P*ãbc¨<|øp©ÎËí’¢ E´E¤B¿cÇŽ:::RÝ`e†¢BÑëöŠÕ0€Ê'O8PyéÒ%T^ñí·Tvuq~­®bð@=õCeòú‘”ÝÍ…$ê3øB$&$tèÐ&õîÝ››E5Ì4Ö®µ Á`PR–ÕÇŠ_ü|}$õãþç^W?$Å`èСR”Û%% R?Ùüôß_~Ù%W?ÄãA¯Õ+Éú³gÏPùGKK±~8_½òº]•ÜWR°ã@¸èxš4¥é·ÑÕÈëêm”Ë勉ñqœŒtNzZFÚ3åO?®_÷(Œ;¶U«V”|_Ì›'éèÞ½¥W§Ë—)±ZùÄÂbø%Oåú!·KÊœ0~¼øÕåúñZ½ªS?^·«’û O @ƒ)//ËHO¥d­aúqÑñ4§Ö=pˆu£¤¤ˆ „’µ†éÍÏIO“}îu ªê…ìË™ Rï{úý šôÅ[è ©ú¡¶?;ý4R?ÔùOÎA?èôo©/UÐúýêOAA^žP ð›´½¢üü¢BèðÈÏD>‰¸xîì;›f‚ý!Û Žg"ÂÂý9ôhÔçä§Ž¥¦¦TUUýÕ<âÅ‹Êää¤SÇÃ…¡€*É .ž;û,5ù¯æ©ÉIÏðr¸Ð@•|ûC¶Íç¹Ç=©¬8zØ.‹“ÑPú/ÞTLQ¡H(ÈÍáfegqP+ècIŽ¡èKštÄÎæ¯æ´í™é ¨øÕS€*݃ÇË ´9¸o“•¥•å:Ôú@Úü=ä~`iI±rý¨Q¡ñB;ׄåŽZï7r½ß7Bm\Bb5Ð@“~|Mî±g׎G¡!™ºßÌ@MàddìÙ½3:*²¢¢üµôCT\ñã¿}¾Áwí¯á¿Ix‰@¨e$&ÄÛY l[ýxŸ;ÆÂcÙÖÀß÷GÎ\xxȈoúèMÖ14=ñûu›þôöæÛœŽmq=$†ýÕÕô€fNvg“•e&‡ƒ4‡PÏ dJQ¹YI®~•üáê†í!+~p4rÙ¤y6î°9`wìà¡cë·ìû|¶¹áè%b¯^˹ÊE zý€~Þ‰~XY®ËÎÊBšC¨mÐGT‰~P"®–ˆµ¶wæ­¿µÂüšî¸›vÛÞ¼y#000:*’Ëå’fûûûoþÅZw„™í‘Ð]¶áßýîSÝd£ñôCýúý@hŒ~GfÿÆÑò§»-¶ï=ÇádˆD¢êê*j¤¼¼<22ò7kÃñËÏ:¦M[ãr7,úý KLtT‹-ì߯ùàƒXáðáC 1b„xR¡¨`×®¬,àç~ôÑG¯ÛøG4ˆÚôõñ™8a‚ÔëÙ±wˆä‹¢Ýòö‡~ 4I?œ¿oúÝ•© ÿ˜¾Ä*00055%O(,-)!ë`3TTTääp=z4cá†ekήß°û¤¿’ÿá‡jkk÷êÕ«{÷î›6m‚~@?@}غuË—_š©fuùyJ¦úß»Ë F††áa¥lÛ¶íÛ臸MnvÖÃÐÐ×JÍ⎽C$÷ôx]ý¨ú;æÿüçâÕn£Mwüf{:..–Ü£¬¬¬¢¢œ¬£²’þSQ^^V(‘–8âøÏÙÛ¶íyôåúsUŠƒô#== <¯cÇŽááá’SÉjªÞ]@?€ÚþžCŸ>}¢"Ÿêé }ð€¥°víÚ­ZµjÞܹÆ óõñQTI\su2dˆ¾¾ÞgŸ}Ì*MMgP¥ŽŽŽ™™ølñöíÛ[X¬™2eÊ šL€„gÕ÷ßËM”ææ«µ´Ú :tã?Š'­_¿î½÷Þ;v 5ÂòìæM› ¦þßöóUÒ†¸MjÖ.ûôCɲâÙx9\%—m$§gÏž©)ÉT^¼x™ž¢¹8_l`@PãO"ÂS’“hA6‰”‰æ—ÚŠö3íÚÏŸ~ú©®®®ø0Õsiëýu*èB“ôÃ`ÎÁUë<‡NÝâär+3“SZZBÂAâñâEem¼2’Ü\ž§Ÿ¿áç+ÙódÐì/^Ô­™™™:uJKK+))¡“qÆ Ó§Owvv>wî’zzztòr¹\šÓÞÞþ矦•+WZ´hÁçó©LgnTT”H$š9s¦±±1­æææl7oÞ¤©tŽˆˆ€~@?š:Þ^^ôa¦ÂîÝ¿¬[·–¥0úP¹]s¥rDx˜¶¶¶¨ _nerR"IKfíÏùøß#`mrþþ¨¯\±âÈ‘Ãâ6ÝÝ®½úxœ?7þ|q¾StŸ>`À€Ø˜h%O?¨ÁËþIåsçÿ9q"õGŒ¸MÙÁ—:—e³)é¼¢ììlMLLΜ>5jÔHE;-1!.Y´c‹kÿ>E./G®~H=ýP´ŸO²zËö‡güV©Ø?H?úõë׿ÿV­Zmß¾jH?èdôôô¤rJJJÇŽ322¨¼mÛ¶… RR9Ý QaõêÕÇ'E …ݺu£''§Å‹³–IE˜Õèëë *‡††A? M¥K—ØØXS!>>®[·®Ì4è *°è„¢ô'·òô©“]ºt¡œÅèÛ·/›ú¯½{él3f4¥{sóÕ,-¶nݺ¨PDå¨È§½zõ¢;t’vÏþfúѦMÖ ån*(êO}ô£ÎeÙlJ:¯¤…iÓ¦vèÐ!>.VÑl”ôçÌž-ÙZ}ôCî~~ÿý÷™rt=dƒMõÜÆààûìA ô¡Ùú1ÓâØì¯/NwÒî˜;ŸŸK¦QQñJ?hÒßþQIþ!*(p¸à>i“¿?\ŸÁ>Ÿ?xð`oooÒºè±6çÎËæLMM¥Ó•{ôè‘——gllìîînnnîææFw7TŸ””Ô»wï 6¸ºº–––RÍùóç»ví:þï SúýhÒðsyíÛ·§{äžµA ÝÕÅ™RXË–-ÅohÐYÀôC¶’’æŒÓe§Ðm5µLeëƒØ…Ô; Üì¬K—..Y²˜²ç뇸AÊÔâ$.ÛŸzêGËŠ;¦¨óŠZ ]1hÐ ÚÉ”ÜÍ&«ÏRS´µµYùÁƒYýP´Ÿ•èGÛˆw?¬$ÏŸ—2~±¿6qî‘yKo|»ædFFzaaAIIÑóÒ’ÒZ(JK‹‹‹ s¸Ùßÿl3}éÒ³›¬¯ˆ—…ô#99‰•׬1'sÈÏÏ£k«9}úÔìÙ³X™nô:wîÌÊffóþøãè¸qãòò„FFFk×ZØÛa“rsy—/_^ºtéˆ#èŸgΜ655UÒ%@?€rò„ÃäÉ“%¿BI=Àw8~œ¥iö_neRbâÇàϾ”ÁÒë'§©S§²·JÆ+«‰ ôÏÚŒ–©¥ÕFêMT%úAPòe/'ÈÕ¹ý©§~Ô¹,›MIçµ°lÙ7?ÿô“§ç-’²¹³I¾Ð¥2——C-wèÐ ”ìýí7¦’{@Ñ~¾ÜöóÕîÑCrð¥Îmôòôdh ÍÓŠŠŠÒ¿Ã÷þSƒé;¾Yé½x™Ï±3·ÙI]\\TRRLB…¢¢Bò‡«×oóÓŠU7ÿ÷Ë=7—åÃÛ&%%RÏÏ566>tÈŽŒ‚®Qlj\\Îä'TÞ¼y“™™«···§û¾íÛ·Sy̘1TŽŠŠ¤2ÍI‹S!'‡«¥¥E§kJJ2¼AA¥µ؆nIX îîn¤Or b @ ¡,9ÖOÉ®]»v”Íé¬!§“hàÀ>ÞÞât/UIx¸»êêêRf·´ÜÀÎôéÓ§™˜˜Ìž5kÑ¢…²úáê⬯¯Gwîƒ Hõëÿôƒ°°X£££3jÔH¹ú!·?õÔ:—e³)ï¼l /^6l³’RE+r¾z…Z&E¡–Ÿ>‰`_=¦Ùh7ÒÍ”X?Ä{@É~–=LõÜF¼ûÐhý(¯µ‹ÿðõÏãæØ}½/‡›‘ž–”˜ùô ¹G€¿¿·—‡‡»ÓåËÿþ÷V7ê ì¯Ó§çÿé­ýa™é”ÏݽK¶)µúhÒ”–GE>µµÞ¿ÉÊÒÊrj} écIîQ]]¥Hž)—––°|*IžP àçæäp39ÉII±1ÑááaÁ÷ƒîÞ¹íåééáîvåŠÓ©S'÷ïÛ7aüX2ÁzúõÖ¾uÃC¶)µ¥1ôCen ýtkYSSƒÛm„º},å>÷ø/ý()&Ù…¦’äòr¸ÙYœŒô”䤸¸X2íˆ2‘ÇaTxúäɅ󎫾ûÖÝÍ•ŸË“Û”zýÞÉÐ!¥à’âb*4C0ø¼ý°?dËçåø¹Í >{ô°ôP1yBÁyÇ3ÑQ‘ü\^s#6:òÒyÇ,ú¨Q~~DXØ)‡ã1ÑQ¼n./§9@[JÛ{ú„Cøã‡¹¹9øÙ1@Åäç Â=¼pîÌÑÃvGìlš´¥—Î;’{p³2‹‹DÐ@õy9Ü,NFfFz3!‹Ã©}î!’»C P1o¯*0èý€~úý@³)* ¹9ܬì,j},…~Q!ÎSèôMs/;8(Ðæà>üÍ nóÅæàï!÷KKŠqªB? htkIî±g׎G¡!™ºßÌ@Màdd(ù‹·ß|4Q¸Ü,Ûƒû‡>À_7C¨g$&ÄÛY¨©©ÁÙªýÀ¯žT@vg“•e&‡ƒ4‡PÏ dJQEY @?MT?¬,×ege!Í!Ô6è# ý€~@?€~ ÐèôCÄDGµhÑâÀþýêЙ>ø€>4`À€#Fˆ'Š víÚÉÊ~îG}¤žûS¼ *kYrϼ=‘OŸüöí´mÛ¶G÷î½{÷îÛ·ï’%‹ãããÍ£­­Ý­[×--¡è€~4¶nÝòå—¦ÆFFªY]A~ž’©þ÷‘¡axØc©)[©¿~ˆ7áí÷F=[–Ü3o¿ÆÔ„„xv°vîÜAŽ‘ÃÍV4OzÚ³:߇~  úÑL~¡OŸ>Q‘Oõô…>xÀ’E»víV­Z5oîÜaÆùúø(ª$®¹º 2D__ï³Ï> f•¦¦3¨RGGÇÌÌL(à³ÅÛ·ooa±fÊ”)'h² žUß/÷ßÜ|µ–V›¡C‡nüñGñ¤õë×½÷Þ{cÇŽ¡F˜~lÞ´‰%õÿ¶Ÿ¯’þˆ…6$×¢¥Ä‹Èí-5þ“•Õ`jŠÚ™7oÍ0aüx~.OùZÄ›ÀËá*ÚLɽqéÒE¹­ÙÛéׯ߈#¬6nË€¢–%÷ŒÜîÕgGííûöíK—v‘¬~œ:ybàÀƒ 211y–š¢dʪcÔ¨‘´ Eó$'%~òÉ'ññq)ÉI={ödSÉ?©ŸÊw&›J§6ôý€~@?šÞ^^”q¨°{÷/ëÖ­ei…Ž‘Û5W*G„‡ÑM«¨ _n%¥ ’–LNUøßç,NF:+¬\±âÈ‘Ãâ6ÝÝ®½ÚÏçÏÍŸ?_œ8/ 0 6&ZÉÓjðòŸRùÜ9ÇNœÈR˜ÜþH.âçûJœ®{¸³E”ôöê•+Tþõ×Ý”YOf̘îpü¸òµˆ7AÉfJî ¹­ÅDGuëÖ•ulÍs)ýmYrÏÈm°>kìÔ©ó ÚRES;tè˜@åM?ÿL2¦d*Òµk-h[dç!ç!µkÕªÉ$ÕÈÕåŸò.²#èúý€~4!–.]bccMºñ¤”ÇLƒrA¡¨€ÍпÊr+OŸ:Ù¥Kºø3(°©ÿÚ»wøðácÆŒ&…07_ÍRUëÖ­‹ _ýå¨È§½zõ¢;q’ö´áÍô£M›6¬AJ‹”¿¨ ¨?âE´´´X9)1‘-¢¨·Ô8›zãÆujŠ•wîܱmÛVåko‚’Í”Ür[;yÂaáÂ…læ À)ýmYrÏÈm°>k433ñHéM5s&+ÓAéܹ³’ýùºúÁæ!×20Ð'‘«Ê?3ÁÁ÷SS’¡èôC¹~¨ì˜B?ꄟËkß¾}îÝ{Öå\WgJ+-[¶¿!лwo¦²•tË9cÆtÙÇ)”¼Ø …õÁìQ¹Ô«Üì¬K—..Y²˜òþ뇸AJX,‡ÊídÒ—]¤ÎÞzzÞš4i+ïÞýËÖ-[”¯Erm¦dûr[S®²-Kî¹ Ög‹/båû÷ƒê©²û³ÎÁ[[›¾µÁž¤Iγzõêõë×=KMÑÖÖf5„0ýPþ™Á»èôúÑ´ ´2yòdñ?ÿ8ztÎìÙ졺ÃñãTãëãCr"|‘ª¤{Þ?þ80ÀŸ}ù‚½7xÅÉiêÔ©ì­’qcÇÊ&ôÄ„úgmjÈÔÒj#õ&¤ý`ÙŠòËÍ}rû£\?êì­¬~(_‹x”l¦dûr[‹ŽŠìÚUáà‹Ü–Å{Fnƒu®1&:Š”’5»}û6)ý !wð¥žúAsîÚµS»G%¯žòr¸ÆFF$'´9´.66´÷·ß˜~(ÿÌxyzÆÇÅB?Ðèô£©0qÂÉAsºæ·k׎R ¥•µk-Œèãí-Î5R•„‡»›‘¡¡®®.Ù‚¥å†âÚ¿²1}ú4“Ù³f-Z´P6¡»º8ëëëQ‚l``o¤þO? ‹5:::t­(÷ÉöG¹~ÔÙ[YýP¾ñ&(ÙL©gAr[;tÈŽ|àÓO?¥Mf/ç(oY¼gä6XŸ5µ·9r¤™™í¹¯žö¯ ÚâWOëÔöÅÛ>}ú(ÿâmÏž=»té²|Ù²<¡€}皺GG„Ô‹é‡òÏ Þý@@? uê‡*)ôãÍûVuþ¢«†Ž‹å²Â–Í›W¯^‚/Þ" úýͺukéÆ¿ÿþS¦LÉHOÃ~  ú€~ Ðèô W?6YYr2Ò‘ãêø‹·Ðèš—›e{p_HP ÒB=#1!ÞÎú@MM ÎVè.ƒPÀ¹¸g÷΄ø¸ªª*$;„:=÷¨¢%}8££"+*Êq¶B?ppÐ$JKŠ£"ŸÚZïßdeie¹5>ô±$÷¨®®Ây ý€~ yЭeMM n·êô±ÄsèôÐTýÀ¯ž@õú¿x Õë‡j ú(* ¹9ܬì,j},…~Q!ÎS•ê‡ ú܃ÇË ´9¸ß|êöÍ›ƒ¿‡Ü,-)Æ©ªbýhl~ÐÌ¡[Kr=»v< ÉäÐýfj'##8(¿ûñ®ô£Q ú@3‡ýêéãÐøŽ'¿z ýP™@?hæ°¿ù’Éá Í!Ôõ·Oñ7_ Ð4P?ðojø‹·ÐèÐúw? êOLtT‹-ì߯ùàƒXáðáC 1b„xR¡¨`×®¬,àç~ôÑGš±ÿ#Ÿ>1<øÍ–•Ü'±T÷îÝÄÿ}³u)iú€~@? Í™­[·|ù¥©±‘‘jVWŸ§dªÿ½»¬`dhöXjÁ¶mÛB?í“ÆXJÒ-¥ü€B?Ѐ/Þ¹?ªÐ§OŸ¨È§zzƒB<`™½]»v«V­š7wî°aÃ|}|U×\]† ¢¯¯÷ÙgŸ…„³JSÓT©££cff&ðÙâíÛ··°X3eÊ”4Ù ϪᅲûôÃÜ|µ–V›¡C‡nüñGñ¤õë×½÷Þ{cÇŽ¡F˜~lÞ´‰7õÿ¶Ÿ¯’þˆqq¾:ØÀ€ µ?‰§šS'O 8pРA&&&ÏRSÄbó“•ÍFíP#óæÍ£m™0~‘=Fu.ÅËá*9LJÙ¥Ö%> ¶¶6²«Pt,$”„ºA§6ôý€~àgÇš Þ^^”ª¨°{÷/ëÖ­eé’Ž¬Û5W*G„‡ikk‹ òåV&'%’´dr2¨2Àÿž8‡r2ÒYaåŠGŽ·éîvíÕ1:nþüù⤣hðeÀ€±1ÑJž~Pƒ—ÿü“ÊçÎ9þsâD*(ê#1!¡S§NÔy*ç ¹¼œ˜è¨:P=Õlúùg qËW¯\¡ò¯¿îþä“OX7f̘îpü¸ò©J¶ÝÏ÷• \÷pg]¥USg˜WМR]•Û1¹"!»O¤ŽQK)?Ê÷?; rW¡üXÈBVCÆý@@? øÑõfÂÒ¥Kll¬©×­[Wf­Zµ*°ú÷ïO9EnåéS'»téB‰ƒA÷òlê¿öî>|ø˜1£I!ÌÍW³lÕºuë¢B•£"ŸöêÕ‹nœIØó7Ó6mÚ°)MëèèPAQÄÏæÌž-Ysò„ì™3Y™ÖÕ¹sgqˬòÆëÔ+ïܹcÛ¶­Ê§*Úv---6[Rb"ë*­ÚÌÌL<Þ$•åv¬>ú!{Œê\JùáP²ÿÅTî*” Y‚ƒï§¦$C?Ðèþä\s€ŸËkß¾}îÝ{Ö%VWgÊ,-[¶è÷îÝ›é‡l%%tºë—}œBÉ”DX<ÀžçK½ªÁÍκtéâ’%‹)S¿±~ˆ¤ôDz›Üþ¼~ˆ[öô¼5iÒ$VÞ½û—­[¶(ŸZç¶‹»J«^¼x«¼?¨>úñ,5E[[›U>x"W?dQK)?õÙÿrW¡üXà›/èôúÑœ¡47yòdñ?ÿ8z”4{®Î†|}|HNă/R•t/ÿñÇø³¯EÐ ,®89M:•½U2nìXÙœ˜@ÿ¬M+™ZZm¤^\T¢¥?ö†€Üœ.·?r_è6?——CíË|ycý¨sÛÅ]‰Ž"=`ûaûömRú!·c´£¨’ gìýí7ñ+’ûDöÕ¹”òÃQŸý/wÊ…,^žžñq±Ðôú¡\?TvL¡ÊÄ $Ü)ƒ´k׎R$e–µk-Œèãí-N7R•„‡»›‘¡¡®®.Ù‚¥å–Ù§OŸfbb2{Ö¬E‹ʦ`Wg}}=J¸ƒ ìíÔÿéaa±FGGgÔ¨‘rsºÜþHâ|õ ­zРA´ê§O"ØMzÿÚ ‘|õôÍô£Îm—ìêQ{û‘#Gš™™Ñlr_=•êû22m5¾f¹X$¤ö‰ì1R¾”òÃQŸý¯hÊÞý@@? Ð ‰Üï´jÒ]›ÕÃÏŽ!Ðèôú Ðôúý@?èôúÒMV–œŒtä8„zþâ-ôú€æÁåfÙ܈4‡PÏHLˆ·³>PSSƒ³úƒ €Æ ðCîîÙ½3!>®ªª É¡NÏ=ªècIÎè¨ÈŠŠrœ­Ð\4‰Ò’â¨È§¶Öû7YYZY®@M $},É=ª««pžª@?Té–ÐA·–555¸ÝF¨[ÐÇÏ= ÐúýôÐè ¦  /O( øÍÚ^Q~~QaCꇊßê~hºäç "ŸD\Ï=þëHeÅÑÃvYœ è ‰RT( rs¸YÙYÔ úX’c(zÇ’&±³ù«¹m{fF:ôÐD݃ÇË ´9¸?ºÔíG×mþr?°´¤X¹~Ô(ˆÐx¡kÂòƒG­÷¹Þ6. !±‚ˆ†Õ|ñ âÇ×ä{víx’É¡ûÍ,ÔNFFpP€’?9§D?DÅ?þûÑç|×þþû‘ħ9g3NœËøýxœíGB……eÐüÉ9À»‚ËͲ=¸ïqèüy„zFbB¼õʶõ×Çñ¹c,<–m ü}äÌ…‡‡Œø¦ÞdCÓÑ¿_·éOoo¾Íé¸Ñ×CbxÐ)ýP™@?hædgq6YYfr8Hsõ J¦ô•›•äêGAQÙÈ®nزâçA#—Mš·aã›vÇ:¶~˾Ïg›Ž^rÑ)ö구‘«\¢çÐ)ýP@?€~XY®ËÎÊBšC¨mÐGT‰~P"®–ˆµ¶wæ­¿µÂüšî¸›vÛÞ¼y#000:*’Ëå’fûûûoþÅZw„™í‘Ð]¶áßýîSÝd£ñôCýúý@hŒ~GfÿÆÑò§»-¶ï=ÇádˆD¢êê*j¤¼¼<22ò7kÃñËÏ:¦M[ãr7,ú!W?ÕC ͘è¨-ZØ¿_:óÁ°ÂáÇ 0bÄñ¤BQÁ®];YYÀÏýè£^«eE‹ˆ×ØxÛ¢â]ý@@?éÇó÷M¿»2uáÓ—X¦¦¦ä …¥%%dl†ŠŠŠœî£Gf,ܰlÍÙõ;vŸôW’â?üðCmmí^½zuïÞ}Ó¦MÐè¨?[·nùòKSc##Õ¬® ?OÉTÿ{wYÁÈÐ0<ì±Ô‚mÛ¶mpý¯±ñ¶å훪o³!ЄfëGÕß1ÿç?¯vmºã7ÛÓqq±äeeeåd••ôŸŠòò²B‘ˆ´äÀÇÎÞ¶mÏ£/ן«R¤éééTàñx;v —œJVSõîúÔüWúôéùTOoPèƒ,M·k×nÕªUóæÎ6l˜¯¢Jâš«Ë!Côõõ>ûì³`Vij:ƒ*uttÌÌÌèôg‹·oßÞÂbÍ”)SN88Ð d$<«¾ÿ^î-¼¹ùj-­6C‡ÝøãâIëׯ{ï½÷ÆŽC0—ؼi“áàÁÔÿÛ~¾Jú#©Ô‡O?ýTWWW¼ lliudbÔ¦¸AåÛbllL½bsÞ½s›æ”Ý^WÑöJ6ekkÓ³gOVOÞÅš’Û+E]U¾!ööGúõë7bÄ«©^j·S'ýu*èB“ôÃ`ÎÁUë<‡NÝâär+3“SZZBÂAâñâEem¼2’Ü\ž§Ÿ¿áç+ÙódÐì/^Ô­™™™:uJKK+))¡K͆ ¦OŸîìì|îÜ9ºàèééÑiÎåriN{{ûŸþ™ W®\iÑ¢ŸÏ§2]—¢¢¢D"ÑÌ™3éÂBWsss¶Š›7oÒTºöFDD@? š·—}¤©°{÷/ëÖ­eù‹>Nn×\©¦­­-*È—[™œ”HÒ’Yû£¾þ÷ÄIó÷~åŠGŽ·éîvíÕ‡äü¹ùó狳ž¢„ÄÆD+yúA ^þóO*Ÿ;çøÏ‰© ¨?’‹œ:y‚ÊwnûõèÞ6A2kÓT?ßWNrÝÃ5Xç¶íÕ«Ýò“<°ç o¦mÚ´a &&$èèèPAQÄ‹¼ÿþûL9ºb°ÁqÖÖÒÒb“’Yƒun affvö왬L­:——#»-J¶W²)Eú!Û+E]U²!'O8ÐuUÈêGpðýÔ”dèBãõc¦Å±Ù__œ:ï¤Ý1w>?—L£¢â•~Ф¿ý£’üCTPàpÁ}ÒÜ+,<'¸>ƒ/|>ðàÁÞÞÞ¤t^³6çÎËæLMM¥«+÷èÑ#//ÏØØØÝÝÝÜÜÜÍÍnR¨>))©wïÞ6lpuu---¥šóçÏwíÚuüßA.èôCàçòÚ·oߣ{÷žµA ÝÕÅ™òWË–-ů"йÀôC¶’î—g̘.û8…²µLeëƒØpƒÔ{Üì¬K—..Y²˜2û뇸AJÜÌ4äö§þú!Û`}¶å¶Ÿï¸±cìßÿýwß)ÚEÛ+ÙÔ³ÔmmmV~ð D¬²½’[©|CêÔ¼ûÐ`ý ¡xþ¼”ñ‹ýµ‰sÌ[zãÛ5'32Ò JJŠž—–”ÖBQZZ\\\˜ÃÍþþg›é ìL—žÝd}E¼¸,¤ÉÉI¬¼f9™C~~ƒ¬æôéS³gÏbeºÅëܹ3+›™Íûã£ãÆËË­]kao„MÊÍå]¾|yéÒ¥#FŒ ž9sÚÔÔTI” ýh¤c ýÐl(+MžÉ-ˆQ~4Þ1…~h6'Lñ§Ü×®];ÊYtîÓ©4pà@ooqR“ª$<ÜÝŒ uuuÉ,-7°ó}úôi&&&³gÍZ´h¡lÊvuqÖ××£ 8ØÀ€„¿þO? ‹5:::£FT”‚eû#•ëe7AIÖ®s[ì—ü‚°Ô¶(Ù^©¦>D§u‘!4¬~tUìÝ»÷§Ÿ~Jû½íƒw?ÍF?Êkíâ?|ý³Ã¸9v_/^¹Ê÷ì¥ š‡²|QÑ+ é> _èá4qþæ9‹OO˜eo`ò ‰äâRÐ=Q=zõêÙ¥K—åË—“º…:Å3œ:uªm˜˜LJK{Æ*##Ÿ¾zGËÏ—Ê[¶léÞ½;«wuuÕ××74|uÁ8zÔžUzxxý}Y³d•tj{yyÊ-ˆ~€¦…Ü/¨¾Á]›sfÏV”»Õi -—¶lÞ¼zõj ¾ š~”——‰Éäòô¦o>ïôâo¾^é·n³Ë¹«žÄ†GÆ]ö¸·~׉qó¶~¹à„é|ÇAS¬¦O›²q½…äâMüê)€~h*±1ÑtKòÅ_¼ý¯v46ëÖ­2dÝ‚M™2%#= úhNúQVTT(‰_ðÓAÓ¶Œe»`éõY‹ç,»0mÉÑÏì%L朷àâ¨Ö½&l˜i¶Äñ¸ÝçãG±³–j¡IýàG׈w¥eeÏ ER¤q²oüCÚöQ¦Ö_Ì>>kþÅYó/Pa´©Í@“-}F}=Átñ”Y‹V~cæ`¿èCWg'‘¨@¶u¦Qõ£±)ôèÇ&+KNF:rB=£Î¿xûüùs2Y ò=n?´ÚwiÒ²}}>·"Æ/Þk¾ó¤ÃÅGÙöïÛ{Ô¸ ãM¦þ°|¡íþ_ tuîÜö r›RO €¦ —›e{p_HP ÒB=#1!ÞÎú@MMbý(äKQŸGéLÀÏåfg¥§=Kˆ{ò$âÑÃÐÀÿÛ~¾·nÞ°µ¶ Óg°þˆ‘#×|·ô×?éëö {üP¶)µúhºÐ:ä~àžÝ;éú\UU…d‡P§çUô±¤gtTdEE¹Bý(-%Ù¢ö*|^7#=-)1!òéro/w§Ë—ÿýï?¬6nÔØ_§OÏÿ5Ò[ûÃ2Ó)Ÿÿº{—lSjKãé‡ .ôPZRùÔÖzÿ&+K+Ëu¨ ô¤%¹Guu•"y¦\ZZÂò©$yB€Ÿ›“ÃÍäd$'%ÅÆD‡‡‡ßº{ç¶—§§‡»Û•+N§NÜ¿oß„ñcÉ@ë è×[ûÖ Ù¦Ôè ©C·–555¸ÝF¨[ÐÇRîsÿÒ’b’ Yh*H./‡›ÅÉHOINŠ‹%ÓŽˆ yöøA…§Ož\8ï¸ê»oÝÝ\ù¹<¹M©'Ðà R .).¦B3¤‘ôC5b ýÐtõÃþ-Ÿ—#àç67ø<îÑÃvÐ@Åä çÏDGEòsyÍØèÈKç³8œ†Õ• «A?4QDùùaa§ŽÇDGñr¸¹¼œæm)mïéáæææ@?“Ÿ'{ôð¹3GÛ±³iЖ^:ïHîÁÍÊ,.A?ÕSP äåp³8™éÍ„,§ö¹‡Hî~@Å@?ý€~Ð|ñÐåúqÑñt.‹ƒ ¨!ÏKKÊÊžS²~cýPÏ]¿îæšž–Z^þ¼¤¤GP+÷¨¬¬LKM¦dý6ú¡y]ýHJˆwqº”‘þ¬¼¼¬ªêÔ„²²çäÎN—’ÞR?[B^W?˜\ws¹èxš–€š@©™´¬{h†~ iñú¡Vƒ/€~@?аúñ^=ÍáB?ÍA(Pý=‰€~CIt”zþîÇ_­Z‰{UìxöòÇçÏKq¼  ìÂyq–¯nÙR}ô£ºgOqÇ*,¸åá–#àó E8j@“¦rÑ"q–Þ¹“úèG¥©©äc™gwü®]uŠ‹ÉÎâ éÂ{,™â‹¿ø¢NýPͯ”PJþ8*Ù·Š ’ânz¸]¾àxéÜ4Qž-™â)ãשÁAþ*£¼kÉîñ§N »ê¤Ê K÷ªGô$¢bÁÉä^ݳ§xªý¨VaÔœ=+ÙCFÍ×_W_½ZšZ]VV@ âõC¥Ö‘Ã%ë(v<+%R>êüâ­*û\þÝw²]€@Y^2é«~À@€æàê¦ì5TÉïá éB9]rÌ¥žúñN „IH¥©)õYòÉ þPî¦ Ny\®x¨³~@ƒ©S?ò„‚Ñ£F%ÄÇÉ.›ËËùì³Ï8éMqÃ…þŽíÛÅÿü uë:©Ï<Š{<ØÀ aç4R?h†óçW|û­¢Å÷ýþ»d¯ü\^Ãn‚dƒõoœælÛ¶-ôP+ý`3|abrãÆu*dr2¦OŸn8x°‘¡áÊ•+ÙÔ„ø¸>½{KµI³÷ë×oÞܹ99\ªÉáf·oßÞÜ|õä/¾ Ÿ¹zå Í §§÷é§ŸH-îätÙÀ@Ÿ u=~ôVÑóï*yú€”jðÄ åÓÌíÚµ³Ü°aÆŒ”Ù½½¼¨r­…Å{ï½7fôèɵ?ËÔbû¶mTÏÖåëãÍÖ%«Ç0`€®®î¤IŸ'%&(Újâð¡C}ûô:t(­],r7_îœ@óÔJÜY™*œ=sÆlÞùäÑÃP*ór¸´jEú!n°ÎÆÙ ^žžT¾æê2aÂEO?È%ºuëÆ«•‡… ’ÈêÇ“ˆˆ:P?©leµqîœ9жšæ¤ma~B•¬3r{(wN ¹é݉ÓTNFº––ÖÂÃzõêin¾úâ…óâ»{‚ná}}¼%Ûܳç×aÆ5ªÿþ?ü°Š @ëÖ­ó„*;8ïܹó˜Ñ£lEbŽ?6kÖLÉEú!n°ÎÆiñVÄÅÆôë×OÉà˼¹sO:™ö,•ÚaÞ%5Ïñcÿþê«/YÍÓ'O:uê¤h«iNjM½íçˤBnåÎ 47ý¿\úþûï³ÌNd¤§?ç¸hÑBʳâ ôþï'åoÞ¼AÙ3;+“Êû÷ícÃ4$}ô‘X0¦M›¦¨?²ú‘”˜ ­­ÍÊAbý7Xgã’3̰Œ¯H?¼½¼ÆŒóû¿þµrÅ ¹ï~ÈÕ¹[Ms.\¸ÍéïI…ÜÊЮþy¡²¢¢Nýݡ‡‡±aÊãTHO{Ö¦Mö’§€Ÿûÿþßÿãfg‰üóÒÅ)“'S&R—ոؘ?þøîÛìë'’ê"5ø’S;øB+êС­øõ×ÝÊõCnãrõƒ ý ¿’}­ÔÈаk×®÷ƒ‚äê)‡ìà‹Ü­~Ñ»w/¶Ó¶nÙ¤BnåÎ h äõÑõëÖ±6¬_occM…+Wœôôô(3è:dǦzÞºÅ^Ýü¿G 9Ü©S§NšôùÌ™_-X°@V?WgÃÁƒHn#^‘˜Ë—ÿ¤éêêÒŠÂ?¢[[šŸ\½úåú!·qEúan¾º_¿~#GŽÒ}¿ÿ>|ø0%ß|9~ü˜Nm|þù?Ù r·š½P:bÄðysçRX*än¾Ü9€f8øBDE>¥´¨hñ… z¸»iØ>™5k& >@C¹ÔsðErÙ'ýìØþ}û4i/=}òdàÀ&&“üÇI€æ<æRÏÁì1¼«Á€·syƒÁ€·sÁà 0øÍs‘;øâççý@ƒ¹È|¹sçÎÇccceÿä@c ¾Ü»wïñãÇñññШF?‚‚‚"""ÿñßý€FÒDEE¥¤¤HéMhpH?ÂÃÃãââÒÒÒþ!4 Á‰ŽŽNNNÎÌÌ”Õ_@ ˆ· ??¿;wîÜ»w/((èÁƒáááäIII999Rîñ@ â­#44ôáÇ?ŽˆˆˆŠŠŠ‹‹KNNNOOçr¹B¡PúÝ@ ˆ·Ž˜˜˜ØØX²ŽÄÄD´´´ÌÌÌœœr‘H$¥Ï@ Þ:Òj###ƒÃádee‘xðùü¼¼¼ÂÂÂ’’)ýà!@4Däææ’r¡P˜ŸŸ/‰Š‹‹KKKËÊÊþ?xjN endstream endobj 224 0 obj << /Type /XObject /Subtype /Image /Width 725 /Height 239 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 18737 /Filter /FlateDecode >> stream xÚí]|E³åZzèÒBíHr©R¤ H=’i¤H@DPD@ŠR¥«€T±¡Â‡‚P‘€"R•É7»·w·w¹»\ÂúþûÛ»Ýöæ?oÞÌÎî”5…óÓ€@<Œ šº×Õ8;]Wƒ´þã_Uj%Š[S7vë‘#[[;°ZMOÞ[W…ûpÓ‰b†ö¯*5¢©®!ѦõÖœyy×·Öµ €ÔÝxüFÞãë’ÿ.±ÊVSâ" ©$†á*d[3ìñe¥Ô ,Õ´oÄJ 'Åàôîyùùùy9±Z¹oMlŽtZãÆêö Ð ÏŠÓ²-¡ìrIm²2ÕTb΢ÚHs:¦_ž'âÜp4'Ý|ÞÜ ±„fö.(ÁÂúSfb”@©¹‘¾¾B+ÔñË9æ„{Z¿í“ž/âÆîX™xHÝ­æó7D nž'a[²B¬¢•²æÊD·ÝW°é+”’D&:bá¡iÔÅ©&V2›ÖÄ}"´ÜŽq…ÔFæˆêÈY™°„ì4)ˆIΩ¶„V×OôN• ”œåQ"†E©5‡ÄZe Üœs÷²«»õz^~ž9áR,‚:²ršÒ7GƒåJã#yâY1Wb2İ iŸ­ •n®jBš4’‰®qΞ#v—ˆ¹és§*Í*Ç,9‘ÿ–…Li›U ±¯SŽIẅ ²tIíË’æ¢Òì"°DA ¶‘bšóãX¢à„DÞØ-cµ(1éô|l“Xs3l mk¼è=çòqKMJ¶@*mJÍ:qd³-‡Î(+UY)õ6’K9w/<³Ì 7×H'r$6Ø×i§©™²¶KUµVh‰Ä°[kd®`ûleh§NfK%³•ŠWµXoœ²Ç|‰[º,>ëj *‹D%ɉ5G*b!6ÑååÝÌ*3ã[³Ú™æ6ű!›LIŽ%Ó–Öʛƪ‡¥ Ø·ÆÄ¬A­bϱÜd¾d-“<‰›–X­™¢>¨„…ìZxgõ,JÁ¢¥ŽäÈ‹—úûÍ\‘ò-](T²´¬üw‹ù—úm26[…ßÚ™¢Ê¹!O½äbºi°…(jYºÍ5Ò²Jeµ¼‰TÎ9vž­ÊÚN²9Ý;™fÂØ*œÔ>«å%ia¨Eàù–FÄ,j{µb³è¥*eVé–tYô˜,áV©še$INä¿5F¡òYDg6«,Œ·f±3¥6¥±¼q¬ëÖLÇn•ü4vbŠ;Øô°9Ns,–LÉ·fÛJkks³Û¾Lòm"°•—YÂÖ;,ÌÃÍ“ÓØ>¨|«ÛlVXŠ9Ï®•v •9ÿæ~›œÍVáïvª¨ìRo#¹%ÝnÌM½¸œ ·'‚¹ÐŽX`5­beuÚAYÛ—êÍœ™‰rDVá„DZ{RIZÄé®õ„쫤ØÌ4qHWž5J«P­JÙ‹ü8?Ï¡ÈmŒ·f±3¥6別q^×ežd‰‘©v;­aÏ>sœæX,™“_ ÌlÍM~Á=bI,“xïÔ³+Иalâ—Tª“ö_ÊÎå …,lÎwZ¤²fΖz[Ê-Þ\Zá¢ônL°b·Ú’‘'3­rn¨Ç’|dj®€ü¬¡X’™—WÏL†zß…4e"°“døH—,á2©º$/Ï!‡Àdmˆ(›FvV×ežl‰Ù*³ äZÑ}ÖJfÍ„Óä;47Nà:Óî<»ð‘פIœue9j½û†côÖDŒÄR¤ÄySã4å»GVÔµˆ`)´¦•kù¸ Õ)knæHêÇ_ùv&`ÛÉi‹Y dóŠPt®£FòŒrÃÈÖp¸L`^ž?\g°ù(¢ç›7n:oá ðÒ“"µØžµŽÚj ž·äy®æ<§… ž‹@ê9(êE«0r«àÊF±«,GE ËÒqñ\Žc EàσHɬ«Ñ¶Þ}#ÿaF4kŽœÙžÚ:¶ðð Qê<=äœF”Àü‘?eQŽ nää §ÿ»HÝèHžÂê6ížÔ HjÍâ¾’ºà“ âá&õ÷¨(1©IãÔ¥‘j’@óÀŽ"QRãBy¤Æ‡/Å‘Mj„ÒH&5Bi¤F“¡8R£¢F(Ô¨¨Ê#5>ND(Ôh} ”Fj´>Š#5*j„ÒHŠ¡&G(ÔhT#”Gj´?J#5hZ㚃…‘­j„òHC(ÔØUD ©4?ì("% 5é!”Fjä4Bi¤ÆŠÅ‘ j„Ò€Š¡zA(ŒÔøè¡4Rã05By¤F“¡4R£õP©Ñú@(Ôø¡8R£I@R#HjI@ ©;RãèBq¤Æqj„ÒH¯Ý"”Gj‘Õh EjÊê­9¨¬Š"5hêÆ¢ ‚P©hqªBa¤Æ1„òH³ªÊ#5¾}‹@M@ M@Ü_R£¢F(Ôø¨¡4R#§J#5r¡4Rc'¡8Rc'¡4R£¢F(Ôø>Bq¤Æ7oHjI@ ©ˆ’'"Fj¦F(Ô8LP©q˜¡8Rc?¡J#5Zå‘­„ÒHÖBi¤Fë¡8R£¢F(Ô¨¨Ê#5~x ¡8RãØI@ ù@`G(©qH¡E ©4?ì("%"5é!”Gj4ªÊ#5Ú¥‘í„òH+ƒ"PS#8©ñm.„ÒHýD„âHÆBi¤FEP©qêBq¤Æç‰$5¤F Ô’@R#Ô’ø7I_Š#5>&G(Ô8¡ ¡[™åblú[Y W¨¹ßXÃTⱄ)T6ŸºÕ OÞ·öi¨$Í<~VyÉ£»>wàö¥–â¢lê{ÞŠ@ ÂÓKivQNà"ÿ_ãwæ@ @(ð™ â>ã”´|ÈÉõ{æDúï:ßçrð¾ÍÄõ?/þñ\üñ¸æWšþÔx©º®7lJ¾z~{ö•äæqÏþñÇôýK_qû/gÅÌÚ•³sÇÉÙo~ÞsÒô×Þ9táNp½àË[èýMc3ûwH½ñXÆOŸM««ý¹ÏÞçÿùä÷5)Ÿ­©Zõâ——^zâ®|¶=§æ§GBgõœS7Îè߬ÿØ©¡1צ/¸V½Û{Ö¾øâÓÉ.oO½à³r÷å]ï/´¤åÖr/§oíÕåÀ›}ç¿ýað¯“_Ÿ‘ñݼ3w*¥ì9ûùųÏÜ]éEͬ߂;·YÚ±_ÀŠòóV·¸ôó®ÏzòÏ©¸±ö«yÎý=øåÐÚá/]ª?nóä©Ï ¹ÒdOÒo]¿; +úÈØö=g¤'ÜÓ¨WlùªrüŽçøfMlÞñ?öO¨dúåÊvÞst£‡o8è£VÞ‡ß}ibÀ”ÎÌ;îUé®÷â1³?J?üêÎÁÇvVívwêIç^j|e[î }…¯}ëHÊÝ=-z5sðã'¯|;+òÝæ‹Öÿ±÷ÓÞ¿ÏlHÊ=©î\ë÷V<=æ·ýs–œüCß÷Ÿ¯ò£?OëôÃÙúŸFôx>vÞçÝþ·|Ͷ¿"ç}U?¥Ë¶ƒÛŸ{rFŸ)>UV~¶ùðg×}ãwmRåÍÜ¥þ[´ÆsnJÝúhÈŽÝé¯è^~û‹/ú_ùí“Ý^Í„¨7ÿ׿û£ ¨´7¾þš~s„ ¹îói8®??öí—¼ß}é÷¯ÿÁ£•úüóů}ž¾°iCÀˆóß~áûÙ 3¯ßžüÆ‹ŸíUkÖ½»ŸY;·FÏ ×&Ü:1²Óˆ¢Ÿí7~ÍÊ·nO¾–5$ëýŒ“k_¾hg»fÍü1ý`Äzæ/îUö¬ö÷Sg;<ÿ›afÕ‘¨:ò‡©áûr†–ÏiõZËõ½·l\TåÒžjO,}„0•`_úŒ'æW»[?KûéžCï}¼D»"øñç>h]WÛ¿Ù„èrÕn™8sT¦÷ÙY?ÿ‰¯;xS­˜ØˆŽ_ænÝrcí¹j+£†Œûb^TÀ8¯_>ýIz-ß §,Y²{âËûzܪ³n„fÎÊ Æ÷,ÙºeàòØðK;Úïï¶l«ê—Jõ¬”úåÎ>‰‹ŸjýÒq/¶o«É!µ~a¦­ô|Ö ¹O¾ _Ì(·ò妭Cƒ.ß×k°¼\wwßÙô_Ûò-ŸÙ³µîì¹i»«—µøn/©2iýœ¯?]ôe³¸EÕºì43% S]_ýŠW}uãY_o[«÷â‹uæ-ÉNª“ðûÑÏ7¸Ý°É®Tõ m=_:8|pã¶-þùgæä?£®yÿõ%YǾévµõ”ˆ ‡“F·í9 ]ä¼·k×mó3§_™÷ÝÙœüѰ]Ý™ù¯ÿ¯R»JÊ]=ñ¿-­ëÎmÚ¼æ× |¾ÖQiæû÷©Æä“¿îÿ³êú '÷Îxä—{Cž75ùeDZ¯J0Î÷ÊÏ;½òkÒÇ•¼Ç>9&[J톱•n/®±åö[/'þmTÞ°ÛU˶…Ø û†ÍcÚÂîNâÜ_¯ïöªŸÛïåt°Æ>F‡-÷ý„çïs#Ê!´f´+ƒÜb…ÓÐZ‡‚ÜÞ÷u™¼¹üñCþ=¬Ü¿4o;^Ìa­ð‰Øb %ÀîùQÔO±2-e`Íïs›×·[ˆýø‡ú"®@ D) ¯ìüµDËñÂsø}@”F¢…@ ÂÛJ髌µ5o¨¢u#±‹@ @ Bx Ÿ© î3.™_±©¸êÝᇣËïºÓç?z|TñÛ¹ÛÚ°††òå·øŽì¾ªZó§ûåµì¾$'2qÍOúùw¯Ÿ9dê7fm•ú×ùë¯e¯[2zC‹}/×âcΜ8ûZç—ÿ^> :gl¨óä¸3•†FÌý}{îk=ükM«=çű›–E7ð~}jî=õ ~Ôÿ º{çëúuêñB•ƒÆ_–ù:gòä½­2ŽÝ?yïäF篼æß„?¸uÞÂKÕ SßX˜–¿£Çh¯Þ_ nth³ï cŸ]¿=ùò–7c2ûÎ?…ïÈŸí0%Ì·mÐ…57úüqå÷pŸn+Æý>bä“s²V¨~·ø»ß4u&v:¶åÍQm¼Ó_ê4)ãíïæWè{Åÿ³WŽý²ÿ²»ÿáé­Ì†«Þ=—5¾0a袱û.3C?¹ô|—>ÿ9ä‘^ú\u¹zMòúgÄ|ž~äÉšq?Î[q±[Ÿ£ßž¾þ«¹âýÕÁ__¹urËÞ*}OÍ1•Ç´ì&[_ÎÞ2¦ëœÑWv«ÚŒ??òÆØíбㆠþƒ´?6Ãäóý^~ în¼>žÚØŠÍÆ.MVnøy“ÚWÆtŒ`‡}Usð åÇoyýÚZfvœg¢Þ:°íç9y›u}N|:âà3C[G/|æ`½¿Ûÿ;lu| "˜‡™ låàî Í<Н»“8j“ÎUƒ#ÒÑÙ¯ aÐHüïd=£ÏÚ£Ž+Ä£4Vƒ1vîFNîq\š®0Ò}& °;?×Î5 bÜÄ[ƒl »sÉ7"åéooÙû‡j’CBeî,é?‘žëÓ¤+æÏ¶V–Êt"YF?äZÿ}d¥^°„æ@s;wg+ ’­¾-’š\À·¯ôŸIGâï7°[ïr\ˆ¸%³­ÀÛŠíào¨B¥!¤Ô߉œl%W*¹|c¶t#–<+ÀÜw¡7ÍIÛjyš4,ÀÓ²”м9§Z‰¿ý!Ž,eOÃs¬™‘fyN‘rÒMžI<×Ã\ ÀZˆ'޹z‚{œT’ŽÑû[8¤Õ62ÖÆ¹á\¬tT±do(Žá6Á?Ô½ΙC†ÿqH|Àö"!0“u,·02&A/N,Of0[Ü$wmZªÛÝÑJv\ðõøj| >•þ§Ñ}4<*†¶G–Ö®ñe r!,©L*‘úâµüû²{~KºÓÙ*ïgá‚t=ú:¼ÑÔ’=Ìi¥U*Wò~ •ÍtΜ‡aLyh *Î\oFKWwðþ0ï`ÒZcúÈ]¼ÉÌ ÿo2±Pr!—Ò4¡‰êñŽw¸®4þxťйžNé|›íKë>³¼nrSÙÖü$ŒoHÏï€ÃRЇÃšÛTé٦ДÊ¥1_pyä.½ÖWÛ+/û9ñnó±ð[^¤ÝÏ”×rÚ®B=¥~_µ*š¿5Ÿ©«ˆÒúJË1{èùzÔGQ¦Zíñÿ/¨#Jñ2#h ¡LSE¹üC÷’jt¢÷Uê´TëVñGÔB{2†—HÝf ¿Ðʘ 2|¼¥~Ct} óÕ×µþ:F —¤4LTRtr=ÚQt5…pf­5in-ŸnÒx ‹hþ¢½~´«ÿu™/‘K4Åͼ̻€©ß#¬eòfÞÁô|°×MÖÌÇÇX¯yLTÑÜa·‘ìxò-Ô‚7¹³L¹¥ÙJcûFkn‹40K<úF[j|àNGÃEóÖz¡® Ç‚;îUéC÷MP›øÓÚ ÐX¼[ÀDª‡¦°´^GÔ=Aߪ+÷ê–ÌPQúzÝ ÍµÌQ'ÑÒ™ /1iÌm¶ îŽjËñ\ÎrŽêt•¹$ÇÐx¤íË)UEê Ÿ©b!O$jöSªáY©f^§ò|“¯ µ½²Ù\ÂqÆ[›«a·¶ûp«+A`÷ŒÙ0F –È"¯ b陼¿#3a¨Hs¿šäk“ºéÁšü¢ìrÑ” ³^÷òîH 7Üpà 7ÜpÃMù  pà 7Üpà 7Üpà 7ÜpÃM=|Àùje;_M½Ý„Ù *É\¶)ma ™%›%Îf!ûéo9«ò޾ƒq²b`<,0Ïsi›/ô•o%‡ØWˆó¨@œK7>ÊK }»ež†lfØ.,s b„¹6·0‡Ç ¹›[ËTœyÅÈçÈÉaž:T¬¢Rê`Í×9‡æ)˜T‡Ù¹æÖã–æùHd8Ä“8Ç,N<'»;Ó2»E:Or4ñ'mX‹«‡õÈ|, a¦­tÅëØXY-1Òÿ´Kï@AÚÌçV÷ib›Ít“ÆqÊ!‰³åÐfsæ’ÖÃãÌ+ž›Oãï-Î\)Ýõ< ÁâÑj»9|£˜UÒl’ÖRl ¡-9 G…¹D¬í¾öÖY|ólóïÈ@YHà9±˜öó¹”M?Êji7v¿,'W =MÁÞçFÒÆzÒl±)ù9D„} 9FvpMµÆ¬¿aÎÍzŸ0)›æ7›Ö†mÔ%Ìl Þ#ÔŽ*´m„4ØG¹C6GTб¢ÜªÀ4Þ/Gd\ž<ëð‡úÏ6µ+çÇ8›Öh1–uZiVEöò9‡Â.Ö°þÒìÒβ™¡?ØËÖ†q4e-EMH:ŠÉö³›Û×Ac™…Î_³ÎHµ¡e’e&m8SŽî;ÔÂl¹´¸«¨¶‹¹Û¡6ë‰íê»Rê'Á1ú{† £¿ŸXKë Íà 3Jû3ÞNõ_EÕJQ.C˜êð¡Â.ê³7øNf6Ñ{÷{wbst+4‹©ÿ‰"X2‰þ§Q7áVV-÷ a…ú°†÷‚¿èùRmZ§:§ŸµôÌñÌZ²’–âì¢LsÃ_ô1Ïö½Á~©Ìo"5!@bëg:Æëuz<×ßÜzMÖMõŸ«Ú{|…¼ÝE µ¦Çû£Mˆ@ @ ÿEàø88‰¹xããéçÒø³¼ùjÎ¥3îåäWa´ÖöΫ·8:âít5Öz ‡V´‡Ÿ+sûˆ˜ÿ×Ë®ï[ž&±LkX/’•0×å:¯æ·|Ù¶2ÆŒÞcu»2ìmø 6¸£b²¨ ŽB­]ÊÚ3‹Ê5ŠwTqÕS>9ZÍ$á{‰âÐÚŒünsŒvs äk¦9'Ž„Í°œa´ìM·å+!âÈðdšù¹ôh«v©´æs)ÖqmÛ³©Ÿ¸8«*j qâA þä:@ »¯z½tÝÀTSkÒ Í¬$jd‰p©9M„0ò•”¶}|´@ @ @ @ @ @ @ ÄC† áA!A±º¶½uÍ:F„Åèc"Ã"ƒz Š ÓGFv=:4FoêÔ?¸›1%˘԰iXDHp‚‰ËÊÈ2¦'¦òl’‘ídJO7&'šR2 öîMCCõ1,Ÿš2 $$lxVº1>q€!Òâ“ÁããSSL*ÿ8cVfbRV° hˆ4ð¨(}dL 0¡ÑÜŒ !º½u£u¡4/¡A‘`ŠŠ ÕG†„Å'ëú JЇÇDa’ƒ"BCôa†HH ê¥ë© áBtá>ÀÆ¥!“K7Az"oJñÊHÌÈ4%õl‡ŒLž{†Æ“žHx` J6%$S2™HC°)#ÍÏ IÊbƒéñ#†‘°àT2ã³’Œé ÃC‚›°,d˜Ò8šœ´Ô”á U1 OÒSÓRÓ‰Ñ'Á4ÔÄÒ¨yS†)Eˆž«âÍe3Lé,ŸdÒ«¢ô1Ÿ”ÁÑKiB¹)™©é)pÉ©î=À:<1…ã8&=91ÓF“¡"ê¡Æ cÏó&6°«Qç¯æUϘÊÅgÒSýuœWuðÑG†G‘Ѻˆ70Z&"Ü Š`£bôa|³ÎÉa!AíSÁoÊ5Õ0QMXx´>Â#CôQa¡l;ªºÎ»i@Ó°}4ß1‘°¡‘²©š†FÒ“†0}Hx8Gƒ!JKˆÁéG¨”Y€&l"¤&d1„”Ôä¡é&ž ŒOMNK2e¦²D¥Rµ!ñ©aÊP7ay¿Ù«3€á³RËñ:ŸÀöàmLNãØxÂ'rPç}}³Ô•u‘Œ!""} z³o€p**w€D£¿7ge abbI6A—Â2!!ê&•J²2â èY’Q1CàD’qË%$¦0‰Àj3IE^,›”šÎˤ™RL* e^Àã3iöô~|H¸>*<¢a°(ˆVÇ4M7 §% í›¶UÕ ñÒørš­Z«fTÔaÔUXWUæÆnð5ptO¢¼f‰‰çÁ›F©µ†a˜&ìX~Xª ü›ùªü³üK )µ¦†R]—äWŸ9®‹ m ÑaM½Ã¢|¢}šIPéÅù|£ýµÐ04˜ ㈷ï¬P€Pßð}HdL(ÕúʬäˆOML!Þ~^£³Mé¦ÊœpBòx ±P@(;q@ ñÐ"íšù³èþ¯Tá ñæoÝ Ç–O]? «cçÓýÝsAø9À«Ò±ÝŸ”Òæ ¹NònÂ<)íud2R’_W2ƒ"¤Éi¾~þbW¯\>é†%êBÊ´¨¸éÀ›3t¯ZJa[±iýÚ|)žitß7`HüÍw–½yU’éI)?šRà 8Ê“Æc‘i'¥¾¸â]ÞK Ç[2.GfŽu^ÎÍœ¤iµä](¯Â8éLŸVs¨'-qȶ„¿„Udž/÷ò=,ƒÒÒ¯·\ÔiÇü:êOgõ]p϶´Lntš+Èã E¨ë·<ËSÎ aYÊMÎíâ–çƒÚ¶î“êo®›AS|;iÑNÊM^ÿªyÐ~Æ k9ºjÛâzö²sÿòóÏðí7_ßçÏ;¦ë–¼Ü†òåËCDD$Ôª]ÛY¼Ó亡z¦ä•>??Ÿ8©Ö KÉ/ŠßåK—@×î= 4ôåÊW(mè5ŠÖ°kÓîV`¹rVaX '~£e‚V»1xÀ1Œ£ÂY¥îB©Ô‘)GµépWžùÅôWcú¤ ¹D;(·›nŒpÇF™œ•)¥¼¸j¸„óBí­à¦L 5xùI¹Id2ÊvÒ±7†ˆ§ KÚSHé´@(Ca±«×Ši(ºSh¥¶£1x³s׸Oéa’—E¿\øë¼×c%ˆKç(ÝûÿÎôƒHa¿&Å¥)¢Œ<í@¹ÒB{ó^\8Ȭ¶ƒÌˆÔ“® 颦M’­'²pÛ¶8ä-ÚCCìf!m@i×®ô¤cv̯«NEn1Û;pÓq)̨sg:†%𩢤g=á¼µ³HËõf!\- ]’Ÿº<1lå6Ci BÜtÖž;“­CýsÖ~iЧՠvWQpãúuÍÝ»w£óóóžÏËÏþçêUõùó’/>ÿÚuèU«VËwì nWm¢¼í»zõ ìÙ¹h{"ºÏ䞆%‹WÜÄÊŒæ›ÔH>éä|‘ýÊáNáÑ ßt2‚æ‘ ùµ0ÛE¯¼(=÷\#²®™U ºH«%o¹½¿Ñ…¤ÃUCZ˜qç‰ÁNŠcL;ÉŸEöÓ$å&ŒD~]„Þ¡398–Uq{ëîFÙÝ5\.å[TcUºß"£$‡Ž¸ãRã(äaдޔ•QUåNœ4²š‹°I  kƒî cJ:òZhVˆ6>–Æ_]„Ñœ›…"…Î:¹%5¨dvTJ#ñptÔéÀBIÒäÆïM*ó“ž¶-²{r]åÊ»éá衺ƒnGÑòã˜_ÇÑ5§:CÖ¹“”œb•oaµÇÎð†Ãcl+¨ÐÁ? P$Ò©“¿AJÇ‚J­^Ń0/§°Þ‹cØ%5~\¥õ>ŒTf¬{dL;äÅÒCQÉìL¯º^‘ó"Å!|Åiôÿ7Ý?õsú~pôA0¤‹ØIuäSšt<Û…& Û““+¾‹jT»œKüö›‹Y7¢û{Ò) „¨ß ê5v6ú:ÍÓFAjüÜå©ÀÈ^QWÓ!ÊРOÊ*edX;ë©=1d†…³záÉHv™e$/ ¯å#ÍEîH ò+Mžsú•³'–‘êŠR0J>¥$ß¡Ì=%vS…½càì‰k±ô‡i)ì Z™rü÷³g5ªÕ‚qMwõ;טּEê"Ù.hTc'Á##¬ƒ½Pc½8„´ÄYb ¼"çE6Ò>OjlZ½Ò©Vÿ\ð ŠÂŸ"t˜\=™¹U˜ñ.5º–§ F DÿwïÞ¹µíãàñ¸NG_‹aøºÊ“Ç#{¨qU棣ÿ’¡(ÂT¤3ž.:8…dß7c£ŒÊ¾ÀHóƒÀ'såݽ îò)‘4•ËÒÌt¢/ŠÇ÷d¬ÓcŠ+3ß1¨æÀç2Ñ7ó­ïË4·#h¿"ÂÀ)5ªaÜø ¥ÎI4ªef¬?^±ò"›’Пî+Áƒ¹XˆÒéPyÐa*ÑwÙtGcÇjD¸q½ðRu©¾Þ½õ·æÊß7­y ,W.^øë¡˜"ñ_“Qç…Œdßwc£,dö r×ÍÓGR設}Q$;Þ“)Ë2waäÞ}s?Ÿ ý[@£(ža¨±ŒÄ Aý`u˜JÚÙsaìXɨ.Õ†àŸ‹‘[yæà$£И~`ëR5ÜŒ*"ÊÖ°võ¤ HO‰<è†}ùæAãóhT#%0îäÑzDé;Øè Š«ßn_/â\æbÛS¨[äoìZ*ŽÅR*È¿´ÒP6ä~çÓí·* !–oIZž1Z†KÜ­øãn…ÏVÉqNa•ÄÝŠ3Z»Ÿ}Pò§¤¼‘(wß¿$÷±LŠºÊŠ3뎔aËJ–7û„yq½¡äŸÇ°[±HöXÐòíÙ3’»Ô>f_ ywü¾b.¸øÞì (U¨<ÕÝ–!yËJ[£=à¤;ãî»´¥µJØ¿©gI ÂxØõ³œÛe²2Û¸]uµ…§6]iÄUÇÞ+Ê E7ª%ÃZü(µ ãÚݫٮ¾XØ*9ž/wéî2¹àùR™ÿF¥ð¤àÈC\éKÒ!z qwöÄhv„«%‹úû¢ôæ]ÐîVY9î¿CXšUGÞ”U'Xþý?á na•¥Òø<Æmp±j•ÃÇìÿÍŽ½Û¥=y¤)姤ˮº3¤]~ÛRâãÉB8é®!,ì»´–7|ÀªÂVUrÕ©õ½¸sƒJsÙ]RŠÜ>ñ”gIͲ¶ [ Ë™M§)åé‚®PT{¯(+<ߨ.ĸvûj6¸_5¡°o¹ Ç¢ô²ÁýÇÎo¹ñëI+JÏÝ“žc¾€C¾ ˆ‡ÛJ©í®­yC­©F‰"@ PÓ¡ ÷—Ì OU\õîðÃÑåwÝéóǽ>ªøíÜmmXCCùòÛ|Gö_U­ùÆÓýòZv_’™¸æ'ýü»×Ïž§ù¤woN‹“õú4ã:ðúôù+NƾfxãñwFL»ê»um/ÞÕüÏa›M/¼óºvÉèÊYƒÇÌùóXÇ;׺¾q»Ç’ëDÕ|fýžæ?1@sʧã•M£nLÞ³ñ˜içï1©ÇΪv2õ³¶JýëüŠõײ×-½¡Å¾—kñ1gNœ}­óË/Ÿ36ÔyrÜ™JC#æþ¾=÷µþµ¦Õžób‹ØMË¢x¿>5÷žú…F¿NêÿFݽóuý:õx¡ÊAã/ËÆ|3yòÞV™Çwr£óW^óoÂÜ:oá¥ê†©o,LËßÑc´×ï/P7:´Ù÷…±Ï®ßž|yË›1™}gŸÂwäÏv˜æÛ6èš}þ¸rÈ{¸O·ã~ 1òɃ9Y+Ô¿ˆ[üÝoš:;Ûòæ¨6Þé/uš”ñöwó+ô½âÿÙ+LJ~ÙÙÝ¿ ÈÿðôVfÃU˚_˜0tÑØ}—™!Ÿ\z¾KŸÇÿòH/}®º\½&yý3b>O?òd͸筸حŠÏÑoO_ÿˆÕ\ñþê௯Ü:¹eo•¾§æ˜Ê¿¿cZv“­‹/goÓuÎ艫 »UmÆŸŸycìvèØqCÿAÚ›aòù~/?w7^ÏNí?lÅfc—&+·Nü¼Ií+c:F°‰Ã¾ª9ø…òã·¼~m-3;aÎ3QoØösÈœ¼Íƺ>'>q𙡭£>s°Þßí_ Úüví{—þšº[·‘<×4~|nç™Kü~î¯ ?·æŸf\K<‘Qkùs»çŸ$¿®¿ãÓíF‹s~\7 ãg7ND·>{MÌó»9xàñÜ&_\IÜ¿zTÖ>?~³wÏõ—ÎìZ·úÌ'Ó~yãöéÇßÊê°öÍF]"O_èøÎìåw¼®/r±ã³tKÿ9wqJõݾ¯ö|ðÅ)Úww}û»Ú§tå®m<ß=¾Çö¼¼Çf­ïKCйëT'Ó–­òh‹—š·Nf󾬨õƸÐfç[íhs|pÈœšÍâŽ]­´qy•Fܰ°Í½¾>ùñÂô »v¶©9üÅ {GuZ{s¢þ·güüŸVM¨v¶›Ï‘Þc¢#}Ã|«Euë±mPÝ ë_¹8bÜêÑ«ykuæ#£OÝÙ*2ë½ßt;Ûô—†{úùÁ+—ž‹zÎül,Ä£Z ÆØ¹9¹ÇÛÁÝF`$Â$™vççÚ¹¦AŒ›xó`½ÛGüµ ë·³=Þ#GH#«KXþõI¢k¢ì!`»ÐÌ®·èõfnÒPNZï+'!A[zõYIžeV‚«x "‘ù®‹G×íÎ_—âÕíb«YÖœ¾d¿JøÚ¹*±ì|~¥£CN£ªIeZéüPøC’r?Ö|fŽŠ’ôõlëçÒNARt·”æ@8ÄP¨{ …¦L q¹„ÚV? AÅ>–b3ˆ¿»éþ){š‹q_¢¿Õ˜ âq_úë'ËýÑ7ÀiÆ‹^yi u­éÝC¶ÛÉi+U…غ ½É]Vpk÷:ºk—ød]@ £€ÊJu·—IÿG‰üY %ŽýÞÅÃë î-¢Q5#zòk;{…;&º&Š®•¤£¥2Yð./÷ÿ›èú\üM¤iwµô¡ñwå*ÃUêzjÐ`9_nR¹„’]Vét¡û¦œ,„d¨ÓÙ@«{,L&s¥;å²Mä¶±‡¤Tä³OÑß©Ök‚´ÊCs‚¾ £{ëÕæt¯)Ôwþ#Öæˆ8ÏнSí–¨ÁP¾ ±Ä—Á ³"D¿«5å!‚a¬ ¿+ÈxÍFú¿‘\¥¿UÂ{/Z¸G? Á‚I)N-Ýq]˜0ØÇéEæ–xKï\Â÷±¦,–òýè° ž€Þê8*O³.|šÖ¼P*ÅŸH%¨Ãhèîk¨ûºW§9¸Aÿ©ÃV*Õ7³VJ‚WA‡©AOž‡Žð ³[·W-Ì@8Á¥åõ#×S<þ[Tq5µ»!Q;Šdy!¼æŠÓ[Žk&Š>®Hc¦hÓ5çT ½„7™niw0šßkźª•?üŒ£VýOlЛ&Ý#è)zþ=Qq× Âî/þ—ƒõj*ZKfѸ¼TõaÓK\Wl6+hˆ'ĹÛ`½»3ŸýÒëšæ4=¾Ì¿Ks^–GC•PÞDX²¹¾· "ˆÁ;‚Ô¢îžÖte󃡽óo‹´^ñ c&˜õ$ "y0FÝ‹I¢ŒÅÔ¤÷®÷êÌî‡~ºW©L¯ÓýcMöó!l¦>Öªæ’ b(þTžyT¯‹=F·SŠ#Y+JHГµ©òÊ| ½ËK)jÌ-30ñs¥»]kIe=ÛA7Ä¿—ŸYßÙpÈk1-îO}>•ô±ùò•ž#æc»¯!äz ú¯#_•œ!õÈl XRctâÿ"¯ bœ&ïïÈLØ*Òܯ&ùÅÚängz°&¿(»t6e¬׽¼;ë½â†n¸á†n¸á¦ô P¸á†n¸á†n¸á†n¸á¦ˆ>@8‡ÖÁ]Qš?UØËÑ£Ü=ÝÎ’²¡»“8…ÙO:™UvD::"ûµ!LšgÖÉ6_I›ýo§ú¯¢j¥(—!LuøP A˜cXž¹¦ çÐÖd}àÓŽ«ªÀ>Þô4W˜™¼­ÆÈ_=ių`Opó¡ ¢î‚L¨Dz3«x-;…;§9Í}¯»"¤æh›Îh›±§.J¾» 51íµø£ºÎô\ñ|'UEÈg2˜kÔµKª?¹œmæj:+”WÑZuÍ”Om¥ÒŒ'¾ð²ÚòÝ¢:°HÒ鼉3#Y ŒKh±¬-šJ®óæù³‹¹ZÍÅAUR –K’]ÂÓÃN‘›¢»²ê‰V·†ªCêiä)Õ~z6›Š¼ºV¨{Ù’ð³½·±ë¹®`ž‹öµ”º(Užª¥îu-£÷5ö1ëzZŽa^Ú)¡vjNp—…yn´„„ÿ>9¡UËð6Î*^³Š™À®£!¼HeBd ù"í+ÒTãÛ@HÛÛÔçßÉÌ&zï~ïNlŽn…f1õ?QäK& 3©›p«G«–{…ˆ³‡×ð^ð=?PªMëTç4à³–ž™"žYKVÒãÃRœ]´“iNcø‹>æù·7Ø/µƒùM¤&HlýLÇx½Nçú›[¯Éº©þsU›` a9t%ÔšFï6!@ @üããà$æâ§;œKw⯶4’mÎ¥3n{ÃÖa´6Ìë´oqtÄ›q–Þz ‡V´‡Ÿ+sûˆ˜ÿ×Ë®|C„‘ÜX¦Ž5¬ÉJ˜Ë¸’Ædñ7œi+cÌXÊ~Œ;Þ†ß`c;*(‹Úâ(Ô Ù•¡¬=³¨X£xÇóâ•_iì;Û!t‹{6c{V°‚ie–%#ì)â¿ ¸FÃÓ2ÂØØ$æ-2M¼ºÞ•Ý3öù°’þçs@ÿÇ‹ç…ßÎŒ'lªaåx»·#Tß —ãðe`6=ÿ˜ß*x .AKº0l€5D †Xkk¾“ Ë®d@?H—FŠÎ›Ë‡µŒËž„@ñ­âïü ï„>AZC0ý­A÷¢Û‡î Ô‰Óà+¾ÝÜ]vÎü6ëPqÄUOù äh5“D)ÿÅ¡µùÝæìæÈ×L/rN ›a9 ÂhÙ)Vx[b82<™f~.=Ī]*­ù\Šu\Ûölê'.ΪŠÚBœxA‚?¹ÎÃî«¶|ÁÀTS+¼¥ÿ4³’@ª‘e$Â¥fä4ÂÈWRÚöñÑZlu@ @ @ @ @ @ @ ˆ‡ !AÃB‚bum{ëšuŒ ŠÑÇD†Eõ¦Œ ŠÑ£ƒz'õîfLÉ2&5lœ`â²2²Œé‰©<›dd;™ÒÓɉ¦”Lcý»@ÓÐP}LDËǧ¦  ž•nŒO`ˆ4¤ød°ÆøøÄÔS†Ê?Θ•™˜”•A ,(" $<*JLh8DE7cCˆ®CoÝh](MkhPD$‚¢bBõ‘!aAñɺþC‚ôá1ÑAc˜ä ˆÐ}˜!’‚zézêB¸]¸†ч†D²}¨>BÏðAý›††„„·KMIHTÁPc†1ÁÈ™RØxc$L¼ÂÂõ¡lW^Ëd¤rƤáY)|ZzjZ¢I3:‹ËâÓãG$6 ‹~¦aXH0—–eâ“S32ÓéI&^§W0=Lé©MXSÃЈàìxSZf–1%!ÕKÅFEhBâô1U×Ôxð ‹ÑGGGó\fj¯J0%0„‡ªÒL) ¦”**ÓHS|V&GE˜Lئ¡Qúè°(ŽëÁ¢ÂÓYHM‰'†(CpF"›‘ÅŽI3¦›âMé¤ ›Ê¦¤6á $ÐòaˆŽ¨R9S’)™pÀR¹´T>IÇéŒñä¥JÊàS¼ÒL™FåÚù€QçM†'¦½ù4Szrb¦—‘•¡Ò€Z£ñªÞ†ð}hL­ ÑGÑBÖ0‘QÀb"ùf“C#‚Ú§‚ß”kªa¢ Z0DÇÂ"ôa‘1|9Mcw„>2"À``;&64ôQîQUÓÐȽš 4ŒíÀħ›ŒI„Dóà­&Ú‡î d5¥PY³Y $%ÒäªhÞ2ÓR9ÆëQv@X„!Á4”ÏJNK&24˜Hf@X”Ë’”T–žIILÎéÙ„62„!ÆÄ1 3•ÍdYŸÅ°Áé"Õþ¬AË„© ‰÷6°\Ãe˜ÒÙgá8ˆš‚h–iœÊiXÍ£<…?¡bùH 0ÀÉEð>VéÍÁX–a¹r¡a†òªoÿ^‰^¼FãÏixÆTÉ7ÁDR¯bÕþ^$°JKxèHS¦W¯†¨02i*éù´M8&ÄÔ!Ñ1|2aRT\jOšМ¯Ñ³*’Äú3F.‰UHà“²†7¤É7ò´®òì5Ch©ªükè|¨h’4œ¦<מKç: [-h0‰$žOUe¤zÓ Â…úFçM’2ÓËûk½tÑaú¨° ˜½!,œ0úPC4—n ¦ñƒ˜Hׇ‡Ek™H-„D©:§@¦1ÝßEÕ‰JÈëÊù©Iµ¨ˆ‰Š®C‚Š÷jÄñjU|jb ñöó•hJ7UæÂCô!’@ Ä€2@ Bñ؉ƒˆ@ ˆ‡¸Ö7n¸á†›|C WÀõÀIÌÅ[ߨ·›0{‰«Ž[`[c¥-,!³¤ãvÒÿ;d?ý-gUÞâÑw0NB Œ‡’Ý+äÒ¶¦Ï#T¾•bÖêOwóºÞŸå%…¾]º£™l­™]0XæDëÊÜÂêäÙšè¶UmzHgý äÞ¼Dyu²ŠJ©ƒ5_çš§`Rbdçš[[ŠG­Èpˆ#&z4Œþ gâdwgJÇéü=YÈÑÄŸ´±®šÔÃzäG>–…0ÓVºâÊ:ëØXY-1Òÿ´Kï@AÚÌçV÷iÒÁz|“Öì¶ÏßERÎ 3fsæ’ÖÃãÌ+ž›Oãï-®~5Rºë9x‚Å£ÕvkbVI+d·–b[mÉi8Jþ‘­Õ^ú¯ó¬ç4d ,¤ðœXLûù\ʦeµ´»_–“+О¦`o¿®¼sÈ zï6&–ñ%B}[åpý7kê5œµ~Y«C ÖYßHÚXïoBÚ-ö/%?‡ˆ°O!ÇÈ΢©Ö˜õ#¬¡µ†Ö Ȧùͦµau k5ïjGZƒ6B죌ÜA4vú"V”[˜ÆàòˆŒëÏ“gÕöù©ñlS»r~Œ³iFð—äûg¢¥;Èdo;6×—†0‚ €5¬¿XÃ:KW…ÿ‹ŒìekÃ8š²–¢¦ ¤GÅdûñòØ;HY©áü5°ÛЇ2ÉŒ¹Δ£ûõtêg-î*ªíbîv¨Ízb»ú®”úIpŒþž!Ãèï'ÖÒ:Cóð‚ÊZýo§ú¯¢j¥(—!LuøP aõYž¹¦ €rô¨&ë'˜6p\Uöñ> §¹ºÀÌäm5F' ­õ1Npó¡ ¢î‚L¨Dz3«x-;…;§9Í}¯»"¤æh›Îhõª.J¾» 51íµø£ºÎDXãLlMT!ŸÉ`®Q×.©þär‚¾5#]\,‚h­ºæGʧ¶RiÆ_xY-]©‹$>Á[Heyˆd50B,¡Å²¶h*¹Î›×~[ÌÕ‚l.ª’J°\’ìFXäþ¹)º+«.hukب:¤žFžRí§g³©È«k…º—- ?Û{»žë ]D¡}-¥.J•§j©»C]Ëè}}̺ž–#MQœj§æw™þ7¦%$üðÙÈ ­Z½ÿ¦?Í*f»Ž†ð"• ‘5ä‹´¯øšnK !moSŸ|'3›è½û½;±9ºšÅÔÿD‘,™DÿÓ¨›p«G«–{…°B}XÃ{Á_DXÑÌÚ:Õ9 ø¬¥g¦ˆgÖ’•ôø°gídšÓþ¢yÅÀì—ÚÁü&R$¶~¦c¼^§ÇsýÍ­×dÝTÿ¹ªM°‡†°º‹jM#Ž÷G›@ Qzø?eŸù endstream endobj 217 0 obj << /D [215 0 R /XYZ 56.693 815.761 null] >> endobj 218 0 obj << /D [215 0 R /XYZ 56.693 759.068 null] >> endobj 219 0 obj << /D [215 0 R /XYZ 56.693 739.087 null] >> endobj 220 0 obj << /D [215 0 R /XYZ 56.693 448.602 null] >> endobj 221 0 obj << /D [215 0 R /XYZ 56.693 428.732 null] >> endobj 222 0 obj << /D [215 0 R /XYZ 56.693 289.613 null] >> endobj 223 0 obj << /D [215 0 R /XYZ 56.693 261.661 null] >> endobj 214 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R /F73 59 0 R >> /XObject << /Im20 213 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 228 0 obj << /Length 1459 /Filter /FlateDecode >> stream xÚåXKsÛ6¾ëWðHÍØ €¯cîk¦f⛕L".;(dÚæ×w,(P’SÇɡӞH,‹}|Øo¥,yH²äûÍ×·›WßyÒ¦¤erû.)))«¤ÎÂxÜvÉ]ú³P³¶×´ÈÒNâËlf¡û1HýsþùƒÔZì{©&±}{ûuç¤) o0¨·£Úe}˜µhû+™:5gü‹hÛ~TÒ,Ÿ/ýEÌS?ÌÆ~ƒ˜hRCL%³1ñª"eÓÀ§™7`§ªÓWþ‘Ù››ÛÍã&•,É“¢}–TMNÊŒ&í~s÷6K:øÇÞÔÉNsŸyF(+á}HÞl^o2Ll¶J0œ ¶yCò¬ô1’Â8GÂÎäî:ϲ,ýfT]L8|z›©•ú¢r\FHå„•xÀ¯³ Ií¤Í¹êµ_>Î(7ó1×Q-Œ}°Îâ ´üÐb•MPP¡œ{¡º ÑÁA‹ôý,‡÷Öm6¡•VtRaU…ÀXI2Z…ªMz–¥%áY”¤Zc C$Í´c-f~Ø÷¤RKÕö⡞t d–óTBþ& 'H{ „jQ¸— ƒJ Ÿƒªq¯Ñ@0$tû[ï²6¢²j‡ËqmÊõF–³t<`cÌm‹QáÚyÒƒj ¾âƒ×Øæ)Zîze×—®ö¾ÀH_U f‰=õÒÃÞ»ð-j–^àñ/èh@à³Û|ª“Î#µ¶7Œ¨ ³.„¥µ›– S(íó›÷3G⻨¢ä¤®? Pÿ8ç,'5eÑœ“?wÎ ¡ô–Bom¥YbV’úôT|î´ž{l_SQå£Ö †÷Õ¯îê3ò2a_>éŠk|8–²]ì^ÿï!¥øì!åœÞh½­½{´ •¼òROo³¬jàú˜Ýá\,ÔGG)Ûé¶á‘í¬Åþâù(\ðCëã9Qœèæè÷'‘òÍŸðë ,^ÊhDMK+ÑëAßõfdµ,}‚ÞMo&¹ëjœì4Ï';ΠÕô‹ÏkÂ9 ãÙô1ŠÃ¬ü¨ZømiC-¹¯NÉ\Ñ@,g;-ø…Kè,˜(=·9Ř۬†™Ã §Ño j.ÝðtÅF.R@ÏÒ+¯vüeVzsº6¯³i‘Åü·ùܸŒøæêVâý‡õÐûñfñ—Ù‰Ü7ß py.ç=Í:¬f¤á/¨lÜê‘m´sX&^úͯ‡0µô»`ùì°:Ìgñ(¹°„QÎW}é¼ÕÙàpF+ÿºÙŒ6””Œ¿d6;û_‹g$+›—ü­õ7vðD endstream endobj 227 0 obj << /Type /Page /Contents 228 0 R /Resources 226 0 R /MediaBox [0 0 595.276 841.89] /Parent 179 0 R >> endobj 229 0 obj << /D [227 0 R /XYZ 56.693 815.761 null] >> endobj 230 0 obj << /D [227 0 R /XYZ 56.693 759.068 null] >> endobj 231 0 obj << /D [227 0 R /XYZ 56.693 739.087 null] >> endobj 232 0 obj << /D [227 0 R /XYZ 56.693 549.756 null] >> endobj 233 0 obj << /D [227 0 R /XYZ 56.693 521.804 null] >> endobj 226 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R /F75 79 0 R >> /ProcSet [ /PDF /Text ] >> endobj 236 0 obj << /Length 1565 /Filter /FlateDecode >> stream xÚÍXK“Û6 ¾ûWèhϬRõè-m7}̤“Lö–Í+1[eli£GÚüû(Q¶·é¦™NOAAðû`Ëè>’ÑO›ïo6Ï^h•¢Ìâ,ºye±Èò¨P¥HÒ"º©£·Û—¦Ìa·µÜÖ–?¦a2}Óy)Cã϶ïͱ±íhvïn~W{¥D©5ôêU×ÞJßO½©šÛ$KÚSs}˜ªjºÖóò£¿™ilÓ€kp¦8*àLY‚gJó\de ;œf,ÁN^lŸÑ qÇæúfóq£@EF*Òè'Q^*‘É8ªŽ›·ïdTøiYD8Íc¤•q’Á÷!z³y½‘œX¹JpZ®K—ao<-…’…”ˆX¸0ü¾èí^I)·×-$iìMO±ºÈ ¡„…›¾4Âý ) YD:΂'„Ó ðÇuÁ·[L3^€Ã³ðÙ/ÇXE?vpìóƒ{G{ö´\¹¤äIPu±.~j™‹"N))?Ò1§ÛDk’ö†hmh8 Ãým’ÇíêÑr>ìÁ!(†H ŽÞü¨ƒ«Œ(;05ëßJ-ù³í`¢ÄìjM1|½š›°í§À£d)ž?¯V7þ`|qÌ™^íÆ`ï›–§.?nÝzëý±ϱΛéÏ–«x¤¾V ˆ÷ì1ÑÅ*NË>  OºúÓYºàŒzi-äýÓ.!Ï qqáÈp'x¡4Ax²;¥·ŽD9U@ˆV|s3` \T0º¨`\EE¦æúC{ðMm®¼·±k+— Ü:ÑhÖûÛ/û+8ES›ÑPDìÔ@MÙÊögg¸Àhˉt~~"Íy†µ#p6š–>úŽŸ^Ó±#)mÎÑzÇ;¦–”Â×ï×ú‘ßÏí¬Mseøí#:Å2A[ÞL¼ìóvåMRv¯.¥ãHT¶í- Xãá†÷ŽðâÜ©­;KV‚‚C0(”½Â¬º—Ž3B9§Jãq‚óõöŠfcW{ã¡ßÐéÊk ƒLÎgøWÙi7ÃÀxNøæÃ‹FD¸£‚c¸ª¦ãáat@}÷4·QPCu³î¤“ÚfVõy2lÀ×´¸Èy«*Ó"(Jd!RÀ¢“* z(è§DáÚ ê¡|Ï´ ÛŠËLHÍP6jrm‘ÕªÆ\hûNRêq%I¨vqô`‰æÇ^ ¾ C‚OÃÐÂüHqB“ébÀ ‡°sEKŸÙaÛvlÅÑ_ĸÔ>)„üK 3æ#ü‚r0ÍñâÔ®¾ò >RýR¸®›Ñ·¬ž Bwâ¼åöWœ[é¯(—P¸Ãز̹ó<_¦×UïAØB¼GÓZß<ô¶¶#ò;¼róTŽÿæè-à"þ9ç–)‚&g eš8Ö*34?©y‘û±¤ zfPYø&½À.Ûz)Ë™Ê üíÜñ‡ï—v©t…ëŒÍ… ½ÜI‚`t@Ïî$ =£ê¥µæ€5 ó€ž/¬9?°¢6húTƒu’ú´ ÿØHvÕ³ÁKä†ìV@¯ÂæÜ]Ï$ëÔ âõâ5³~ºbÛK©qw‘,wAwè®› ) ÙWd¡ZÔ¦†Ät_Éú¾R Ä ãì¬ Hç1Ï\dm¸9Y²:—qr)« ÿV8ÿãÎþ©WÅ™(tùM¨W©Ƨ2¯>A—> endobj 225 0 obj << /Type /XObject /Subtype /Image /Width 616 /Height 264 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 247 0 R /Length 19883 /Filter /FlateDecode >> stream xÚí½|TUþþ¿_–eù»Š:¡÷ÕEŠ( Hoº º¨ Þ”"" ¸ô^¤$$$$¤@¨)$¡H! ¤W …$$„ÀïIŽÞÿuî›I™d2y>¯^gÎ=÷ôsÞó9s3ó—¿Ðh4­T-!.Vˆ]A£™ÅÇÅÆsQÓhÆYY:b·ÐJiúÅÆè¨¼7Á}RØÌ5r00“ò;´r±XÌl×*ñv•ë-±6¨ ;™ ì:ïÉwí10cdÂݾ­b“Ý œ…M`‚~‰TÌð%l¤Þ(~ÎÊ˰9&¾í*·¢Í SëϬg‰ôC‰ôg9šÆÅ_Ú¥ÙLÃK)©A/μ-ÙwYÚÅy70©·úÆÛBK§+J$óâÔ¿°»Séo8q1Ѫdó,TÑÆ¨^éw á•,‘N0j&&…Ë"wxYÍ®Ò\%²² ïC’•B…1[ŠÙ ãí*Å,ÔHù—át5…­¾ôÇ¢|ѳ4×µI©°õ/Ãn/Ýk~*Íþ7¶ƒP »S™¿‹(×ëË[½Ç…³Å—±ó7RÝ ¬d)4Ä4»®8õ/渔£¶Sf9?Km+µ]Ú<¶£ö³öà~Rž’ãããcbŒÁôß‹¸ŸtÚËÒÊ#¦m-iTÌtdú54¤þÅir9m8U^&g‘'˜Q'ªA»´Ñʪ˜s È–# ‰À?ß}{v®_·¶hÚðóO{wíðõöBVª#rÊóÆìÛ`{ÝÚ3ÊÖ;¶Ldí½ÑÕØkïæÉmÄœö4Š2ƒ·µ¥ÃMbqlû–M>^‰ñqð4¯øùlßò¿;A999ÏŠdÙÙÙÁARžÊÚ~µòèšÃW÷Ú{&²lµæð•‰+sþP”yY˜ÙZsMA¨LlLTy×-ÿëvÖ‡Ù ¶‘2›çr(e•›ž^¿lX‡ÿ‹ÌÍOæm}j2†ÊÄDG–wEE†Ü»‹­`Ù(³ép.‡2‘‘¸ h>þÿ™›Ÿ-Øú4''çÉS*a:°g'[Á6²QæÔá\e¢¹)¹]rnyšäoèÊéãæßn{úÈÊ6¡2Q÷Ì@˜~lÛÈF™S‡s9”•Jœ›†›>n~µxÛ++K©à  ÿû¿ÿûiíZÕ«ÐãÌÌeß}'½|饗ô¥4P¨Ldø]3¦[Á6²QæÔá\e%]ÎÒô7§~—ÇM0P©o¿ývÈÁ;vP½ ¥§?úë_ÿ*½¼xñ¢¾” • ¿fÂôc+ØF6Êœ:œË¡ ¥ÍÍœ|Óáfξ{ïÎ÷…„Ü1Òç›âeð ­Û6í?¸)sþlú¸9ãûmyÔÌÌÐQfFzãÆoߺٺU+??_ik{¬]Û¶Pûöíýo\Ÿ>ýëJ•*uïÞýÃ~ýpþ¦H¶kçÎ-š·jÕòƒ>}"#“üðÁßþVcöìYƒnß®ÝÙ3îÊ!TæÞÝPÜúâóñõë׫[·nÓ¦–ß~û2M™èÜY÷V­Z©^ÂôSFV¯^íÕW_}ýõ× † ”x}ÂBï ‡¥—/¾øb13Ô׊×_ÝÂÂâµ×jõÕD‹oc›6­¥—ãÆÅÚtu9Yœ^Õ2i”4ýæÌ™­ï^e5æyIÕí»ï–6hPk¼aÆS§NQ½1(ðößþö7S›*%¾;ék¦4.:’]õ%¾q*7÷ìÛuï^XJjò†_¾yË1žMü0bÿðáƒþ×vìÚf 7ç¬Ü–• PþYnn®;wF`Ù²e_= ÐÐôÞõë×NIINJJLKK…¿)Ýnâÿ€€Û/¿ü2#<þ¼?þÔ ­sw?ð‰'Þÿ=e‰*ƒJê¨w¯^Ç ½yãÂW.ûÎ3[™¦LtÖýÞ¨^ÂôSFV¯VÍËã‚ñêˆ"¤—vÇlŠ™¡v+®øùüµj9ž°7‘á(Ù6¶iÝÚÕÙ á;A5ªW¯®ËIÇâôªÎè”I£ ™~Øè ŸçÊ6¡nxC‚‰äyñ<ÂÁ·O8W½1ðöMÅÔ¦J‰ïNúš)M}z·mÛ1ƒ ÂÔ¢u_MœðÁ}Zµli}ä°(zåŠå 4øgÇŽ¸„xŠ aú)#1ý°9ÈcœëÖµðñöDxøða_O›ŠÀ®ÛQT²Cûö¨§H¹cûVÔ‚ûÚÍõ’—'n—Ü\‘/¿øîÿ[;¿×³'^b}iô•jÓ Õ o/¼Aò¸pNµ÷°“ µmݺõØOƈ{•MÓWÕáÐAeæªu0°ß,\0q—oݼiÔþÓ¤qc –Ô«E¨Œ|tfÎ˜Ž—¢,ë#H)úaÜØO€©uäÐoúz¬8Ò™~ʉ!Ÿ6ªó\ukÔ¨1þ¿Ÿ¡]k׬.BÝîßW¿^=S'^g΋>Ÿb5•k*MÕ*•ÎTÑ·;éÛL”ã«ož£?Û·o‡}RJ)‹N@ߪ7êÌQ]¶S§XMúj¢H`og‹Î—¯i’lúßFw$qÔà¦ø¶97á JߢpãÆµV/ =z´úÇ•—¯ø!ÿ#ŒÄã*ÒܼuCçôqsñšíÙgéxBêÕ"TF>:˜?¯½ö†ax++W|/2Ä^‡ ´…E}“¡8’¦|gÕ‰!Ÿ6Êy®1‚»wî(rÝÐïté‚&cß@Wmªs^´yÓ¯ˆÙðËÏbªhT©¦Šêî¤1{uÆW#åO?®AøÀ‰”b\”ÕUo¼™#6.Õe{æ´[½ºuáN"üÙ§ãÌŸ§³^Ä$1|GÒG nÂa„äÜ„3("…üü|–-_v'iËW.³9fÿF âqiä·ÈóTrsÙOÛ³?N”&×ömÛúöý@zù¿ÿý:|øð;ÁA¯¾ú굫Wƒâ7“>ÉÀMüûö-LT$FxÞܹ}4ûI‰à¦HÒ¸qc…P¼Ç뇕+þõ¯7u"Wý°oKDø”« Ö×®ø¡"ó³Ó¿þ%Âpâ°½k_EãÒ±C”Õ¸Q#¼â ƒHvîŒ{Æ DÑô‘x+Ø¢E º aú)#1ýκŸRÆ¿×ó]L$÷Syï¨×¬úá•W^Aõ„𾑫W­ì×·¯ü– çÎXXXˆ0ÞL¶iÝì-(BJƒ«ÑWʦ¶Þž›7k§@µ÷\°Ê>7«õúÕËúš¦¯&ªÃ¡1‚ª™+ë`x=/^€“ò˺Ÿš6µD ª·ÐR¯¡2:£ƒY´öÇ5R^ñóA†x"F ¼-Á°–x£äÓOubȧržëÁ*Uª`‹+NÝ ;[›Eß~Ó¡Cû¶mÚ ”s^ô¹(èì™Óbªè«RéLÕÝIßìUޝ¾”•+W¾ùGJ¼G)Ÿ(ª«Þ¨3GcÙ•޷g7ªRœ?ë._/Ò$1|GÒG n>JK…þÄÍÇE¤¤K—¼/ù644X síº5¿C34ñ¸ª“^ž§’›+Þž•™™ž–*WÏžïîØ¾Mz/;&*Òúèøø-[¶„ƒsãÚU\šbeeiiÙ¥K„󸙟÷6Í·Þ½zÝ EÌýÄ„3ú¿Ÿ}ªÚ{·×úŸ× 2;ƒ¾¦©Ö¤ÀáPŽ jæÊ:ÞF ç·oÝ‚÷3Øiƒmí¸Ý1©W‹PÑ9¸o§Nÿš?oî¨ÿü[dX¹R%¤Wñ¾ÝÑáx‰7J>ýT'†|Ú(çy#XäºIû'H¡œóªS¥À*uª¨îNúf¯r|õ¦¬\Ù?ß¿†ò¸ép\e@uÕuæhl K/9rÄæM¿¾óNy}äé ß‘tÆQ4SSS„äÜ|ü8SŠ—äéå±à›y!!AÀenn.þG1ˆW&–ç©äæšõÛ•h.+¡2xK¦£=º4ïÌöò¸0sÆtW—“µjýC‰˜‰¾ìÿá‡`úîâ–Ý;wÀÓáé_OÃbѾºqÃ/ï¾Û/±p±›a+ÓÉðÜ™ÓJòß³ÕÅ%„±£¶hÑ\YaÓO‰é§R'rÄðá¾üU=/û^:ã~ o0ð—°"°e!€–Â…ÇòAsÉÏÇû z½˜Ù3gàÍŒTRˆ0fl^… ê+©i…m…ï%¯V-[~ûÍBÕÞC‰¢—.yyà *¬Ú4Õš8ÊÔ×o:u0¼/œC>³fÎ@ΈiÔ¨"©W‹PÑÐ{µ_}{¯È;ÀŠåy§”ûöîÆû(ÜXâ’O?Õ‰ñÿOµy^à­n.'Ø'¿Ünbb+ç¼êT)°JÆž*ÊÝIßìUޝFÊU+W䕸oïë¯¿Ž”Ò¸¨”«Þ¨3Gcñö¼?·W¯÷ny}äé ß‘”ã¨ÊÍ””d!97ÅëJ]¼x~ÎÜYwîÁYÄÿ#F5¥.Ê€êª/Ù™£³qil ôé]½zut‹¼’òô†ïHÊqTåfròC!97322¤x;vú̯ϞsÇÿëK&ÏSÉÍ›ò¸™––j BeðîÈ „éÇV°ÚêûAŸ•+–‹°ŸÏ%laàÊï¤*NÍKv|+ìè¨róáƒûBâfzº¯”»»Û?‡ÿ5ÒÈóTrsóÖ|n¦¦˜‚P¼ 3aú±l£>9;hÒ¸q·®]á­‹_oì«aàÊï¤*NÍKv|+ìè¨rSb™œ›éé”°“+4äŽvyžÊøÛwdee™7Q™ëW/›0ýØ ¶‘2§çr(s©ró~R¢ÐŸ¸™ÿGÅ—>nîÙµ#Ûd¸‰Ê\»âgÂôc+ØF6Êœ:œË¡l¥ïyÚÄÄ(>.vã/ë77üü^ŠøâHÊSÉMt”ép•¹zÙ× d 1›á¨hm4åF•ßçr([éã&ðù߸¶Ï®ð°øØè½»òž“ñÅ‘”§ésóŠŸÈ<b6ÃQÑÚhÊ*¿ÎåP†ÒøÒƒØ˜ÿë×vlÝâã푘ç{Ékû–MˆÄ%øŒENžªÜ4h nREQ”\ÜÜøË:x…>Þ÷Âî'%æ}—]\Ì%O½»wàÒúuk‹ ežJn>þÜD¸ùœF£Ñh4™iÿÊÝÐ;áa!ð å€KŒ‹Š¸‡ø"ÿ4Œ2O“å&EQEÉ¥Íͽ;·[ä&EQeЄ-9xÛ¨"7)Š¢(sâæâ·Œ*r“¢(Š2h¾ÝÓ¨"7)Š¢(sâæ7ûnUä&EQe6Є-ÜëoT‘›EQ”9qsÁžF¹IQE™7çí¾nT‘›EQ”9q6w×5ã©d¹ùðÁýß^¼HÄÔ¬Yó¥—^*BVK—.D800y¾ýöÛ:á¢IT²råÊÊ‚(Š¢(3à&lÎΫF’‘¸Y«V­è¨Èâp³f¾‰pLtÔŒéÓþy1¸)/ˆ¢(Š2tÎÞqÕH27«U«ö /Ì3GÎMdÛ¡}û¿þõ¯V½ºuW,_ŽÈKÞÞHß»wo„/ûåý(L¯^½nܸ±Ôv„õù›únŠŒøðÃ~Õ«WG54h°gÏn}ÜÔ)1ìoÓ¦u•*Uj×®=kæÌ”䇢Ď;<¸jÕª(⤓S‹-ªU«:yò$NcŠ¢(Sãæ´Í~Æ“1¸iaQçÓOÇ‘÷î†IÜÄ¥ï—-³=fcc}´S§NHæéé!À÷Áè€Ïúè‘jù¶k×N„µ¹©¼ž)Âóçͳ?n·fõªÃ‡éã¦NA/œ¯T©RîÝQÏI“¾B²•+Vˆa d÷nݨQ£Æ¢Eß‚þû\ºÄ™LQeRÜœºÉ×x27nßzñŧN"q3.6fܸ±u-,ÀSxsH¶}ÛV¾¾}ûê€OçøT››ÊÛÙX# OsÄðá€uø½»žÓ.X0—€ÎÊù& ,JlÖ¬lÛºáO>ƒðøÿþa¼ àL¦(Š2)tNùŸñTnØÛZ‹ï„×ÇM„'L˜PµjUÐSpsù÷ßãÒ˜1£¯\ö@Þ¼i“¯Ï%é ÕÍÕEÎÍ¿ÿýïrSãö'fΘѯ_?y¤*7å-\¸ ¯Ã§XÈBþ7®ËK„[ŠðŒéÓ%n=rX§Já«ø)Š¢*¬ „¦Õ¯—ŒªÂrдþmPÀíˆð{÷î†ß ÓÇÍ;ÁÕªUÅKÁÍÅ‹‰£NOOx‚‚›Q‘/¼ðÂ?þñö÷èÞ]θzõêm7lpqvÖÇM}·ŸtrgÂ{÷îoÛ¡C nÊ ç´¨?øxè·ß@Æ׬.,7Ñ'EQ”‘T 7'oô6ª ËM{[›ÀÛ·¢Âï!YjJ²†¿ }ýõ4‰›÷óN`®m›6ýû(¸)üÐ5j¼úê«'N”ssíÚáŠcX¿CQ½lݺ¼]@Å9:žÐ় ñ\P»¶mqcõêÕ;uê„{ ËMŠ¢(ª j'mð2ª ËÍý»wDäCÓlú?só¦'ƒç6hð¬J•çù EQe",@,C,F,Ir*7'®÷2ª ËM¤¸wWéi–Sbbr¿¢(S&éI~ñ4ªŠÀMÏ4Ë©²'NàîDQ¦,,RÒ*7¿üÙ誘Ü$4)Šè¤Ì’›Ïo›™›7)—ç“Q£2÷í}ä#-)‘’¢JUI‰XzX€X†ÊµÉ[ŠÜ,sé|¦‰¥š‡KÎCŠ2a1êÐ –ÝB‘›¦ãlb…rúQ”©It9)r³,×ãàÁòõHO“¢LÓëüÓûÛÁƒÙ'”‰@³rS~HKg“¢Ê…ËÉ£ZÊÀ'iÉMcHþå™ûörR”‰~¤²o¯ü+Ø!”!ßx@nC<¤¥¨òxTË¡Ò ø%rÓØÜ䟜P”)ÿq ¹I šäfip“S‘¢¸Z)s&¹i+1)!>:*B[1Ñ‘ii©\EnRä&W"°hok3Î }úfþl»c¿NQä&¹I‘›Š› çÍzœ™©ìù‡îÞ½—€N}½]½zõº 6lܸñ˜1£n‹xñ“¦†«°éunLI~¸xñ¢é"פø¹é´¢dkR´:ér“"7ÉÍrÍM8•ÊnˆˆèÚµ«………§§§H ›$&Ä/Zôm½zõbc¢ñòì÷Ò¡•(èáƒû¨I‰tHak^‚íÒiEÉÖ¤hu0Ò-ä&Ua¹Éï 2Wn¦¦¦¾óÎ;uëÖýßÿþ‡—†pS¨K—·7nØ ñ".6fàÀíÛµëоý„/¿x­Q£Æ„ FŽÑ©S'W¾ }ÇŽ---?ú裤ÄÄÇÓ¦MWÝOŸÂU%˜ R¥JݺuíÛ·/^³±F²Ö­[½ù曞ž¢Üš5kΞ5«m›6ˆGäÈ‘#QÊ»=z$ÄÇ)3õœ9cÆ AÛµm{ÊÍUžFÙ.ÕBåíR½j}ôê!««W.ë´Bºwû¶­Í›7oÙ²eïÞ½ÃBC ¬ž2gÃ3)°'/y{ׯ_?4ä£GZ°`¾Î-Bv¸ê)ër'ʼn¹Iäfr3==]êóiÓ¦ÁÓܸq£xi87§L±š.VÇq÷Þô¿ñòË/#1ÂsçÌ} ¬ž2gÃ3)°'¡uë~|wîØŽ·I>US»Ã5ÆH§>ä&Et’›¦ÉÍ}ûö½õÖ[‘‘‘èÕ .ÀÓÄÖúìÙ³bróÆõk 4°²šüÛÁƒÂyÄÞX¥J•”ä‡"}Ó¦M±ʹ¹bùòÎ;wíúN³fÍ&MúJDÂ÷ܵkgTdÄk¯½ hssÇömH÷G¨qãÆ¢ÜªU«Šöˆa8³ .PåfµjÕDLpP%ye»T •rS½ pø°ažâÞm[· 2DÄ=µk×.°zÊœ ϤÀžúðÃ~qÀí[úÎiµ;\ß)ëCnRD'¹i²Ü+¬ˆˆˆ^½za “† Èç´PLtÔûÇŒÌÅÞX¹reì´âjÆ åÜt>y®‡8ÇûqÍjéô”›k÷nÝV¯Zõå_¨~€(ߺA 85Êm¼fÍš"ìääˆ6ŠðÒ¥KÌŸ¯ÊM)=¶n92TÛ¥Z¨”›êÕbrS£z†sS™I= a€Z¶lY×ÂÂÃã¢75:¼À1’êR¯^=éååInRf†N#Ñ“Ü,sZÎV­ZYXXÌŸ?_>>´xñ¢zuëŠç‚ÄžˆøüR"«U«Š VœÅ‰£QWì½òsÚÇõë×Ô”d€Râ&Ô¡}û:u^÷öòÒ÷à j‚‰!\•Zµj?wV<ê)öö’妲]ª…J¹©^•Ÿ¦Âi~´Ô é^`NõˆU»z:9*íž„>ýtܜٳѠ§x“#¯¶!Ü,pŒäGÍʼnîòï¿'7)zä¦I=$Ð »wïžá܇ҨQ#åß¡ØXmݺ\ȶmÚlذ^Ú§L±êСCóæÍ]œåé±É÷ïÿaïÞ½‡ :jÔäÜ\³zÕ[o½¥ñÀª•ÕdKKK8¼·³mß®]‹-š5k6}ú×%ÎMe»T •WOõêÑ#‡‘èƒ|®]½¢Ó ùsAMó Õ–éÑv‡•9ž‰vOîß¿¯S§NâÄôCun1ÐÁ×#y}~ùåg¤Ä”˜\g4¸YXÉ÷ÆBiø°aØù¹)r“â_t’›¦ð½™²ï=HHH÷FF†Æ÷”7oÝô‡WÒ§OéSQŠ"7)óà&Ÿ *§Üt°;2j|Ïž£½¿g¢ÈMª¹É¿C)Ç+1-ÕQÈÎÊâ* (r“*tò{¸)ŠÜdoPr“߳ǕHQä&W+e 7ù½î\‰EnrµRróyi¹IQW+UÞ¹ù¼ܤ(Š«•¢³Inr%R¹Iñ“Mr“+‘¢ÈMŠÐ$7¹)Šâj¥ŠFL>df+1)!>:*B[1Ñ‘ii©\EnRÅá&ÿÅ{ƽt¸) zøà>jR"b`Í‹9:¶ÇJDEè·ìjr“"7ÉÍŠÌM¡.]ÞÞ¸aƒ„•¸Ø˜´o×®CûöâG¨×5jL˜0aäˆ:uruqÑÁÒwìØÑÒÒò£>JJL@ pgDM01„óR«V­óçΊ‡?Åno$n‚JÚç´ð²á ëk—Tgí µ+£,®P™h÷ôé§ãæÌžN=úåÕ6„›Žˆœã¨¹8Ñ]þý÷ä&e–è$7ÉMñw(5RþŠõÑÖ­[ÁÕjۦ͆ ë¥ÝrÊ«:4oÞÜÅÙYžÛ~ÿþöîÝ{ØÐ¡£FýGÎÍ5«W½õÖ[ϵZYM¶´´„Ëðq;ÛöíÚµhÑ¢Y³fÓ§mr„´TsêÕc‡Pr‘›¥©'ƒ—ÎQ- íqáüÚ5?Ì5}Öô©E¨åÿýT¾No4µdŸPr‘›¥zø³y“|=ÏåLJL4—-þÖÇÛ32o¢(Š2Pé#GÊ×éÃuëØ'”¤2ÿéêŠÆM£ZNcx11Q?­ùÁ×Ûë9F3ÜîÝ{þ韜Íç±Whr#7ËÜå”虹oo@KèS¢£"æÎšO““œF+è‹?²ópic£KL¡={ØC4r³Ì•=q‚Êò¤(ÊÔ4u*1A#7‰NŠ¢M¹©ª„øø)S¬6lX¿~ý-Zü°r¥á\KI~¸xñ¢B¡Pß-Òo/*lŸÖ¯Ï݉¢LNñx–V1¹Ù¿ÿ‡£Fý'6&áð{w¿ûn©á|øà~õêÕ ÅM}·èãfZþoM¬ZõÉàÁ¹ È¿¢¨ÒÖ‹/æárÄ“VLt–_nzyyþýï˜tâ·oÛÚ¼yó–-[öîÝ;,4DÀ«F3gÌ4h`»¶mO¹¹"rÚ´©•*UêÖ­kß¾}ñò˜uÇŽ[·nõæ›ozzz æ’·7ÜØÐ;=jÁ‚ù:·(¹9pàdbiiùÑG%%&¤ýñƒ•VV“ßxã xÄ®.."¥²8UþÆÅÆ »ô=4kúÔè¨(©«›6mºmÛ¶+V ìââ2wîÜîÝ»®_¿~Ù²e"Í•+Wúõë'ݲxñâ&Mš 0`Ĉ}úôùøã™••…ª.Y²dìØ±ÖÖÖãÇÇ¥>ø`áÂ…¸Š¬êÕ«‡ô¸*h$CÎ]»vµ²²ÊÎΑ§OŸî•oÈ!,,LçÞF<ÇhccÓ£Gž={Ž3&))IÔƒ¸råÊÏ?ÿãèççÇ…L£ÑÈÍbrsë–-]»¾£yÓÿÆË/¿ˆðÜ9sFŽ)à…–º¹æ1Ëþ¸Ý{={ê8w‚ƒZµjŽð¹³gÀV¿nÝOØ´wîØÞ¥ËÛÉèoF„ßÏÇ_¿þ©h áÓ§ÜêZX }Å)¹ F‹{ äfTTX™››ûÅ_€5‚› ¨ýäɤùúë¯<( ¤‰ŒŒDÀÇÇG⦅…ÅÙ³g>qâÄ”)SDÊôôtüŸ““ƒ‚”œœ,óæÍÛ¿?qqqíÛ· E¥gddèÜ+¸ѦM$FxõêÕ“'O–êàëë‹ðùóçÿýïs!Óh4A§™qsÛÖ-C‡ á[7ýk×®-àU­Z5P‡›;¶o{íµ×)¡ÆK~øa?€8àö-CÎiW,_Þ¹sgÔªY³f“&}%Š~á…ÀJ‘ÎÝe?_}Å)¹éáqQ8¼róÁƒS§Nutt|ï½÷ÁMà?~<55N.øU 76løìÙ3„ÃÃÃßzë-øžÎÎ΋ÔÇÍ-[¶ 4høðáÈn¬ð"'Nœ(O£ÊM¸´_~ù¥ˆAM:tè ê€a‘ñññpc¹Ši4š) ³Ê5ê9mÍš5uÎiõq)EdÈ`Á)9áÓ Ð_í¹£¸–-[ÂI¿ ä¦óÉ“ðq Â?®Y=áË/õqS_qŸ“ÎÍsçÎÁ}[·nœ›ð=GŒ±}ûö è *7[´h!%HKKsrrš>}:°¨›ÞÞÞpÌ333Þ¹s§8Ñ-&7¥:$$$téÒ…K˜F£™:Ë57¡¾}ûJÏEF„/ûî;°RõœVÉMŸ ­U«ÖùsgÅC³‚’ЧŸŽ›3{¶““#è)€(Ý¢äÝáC‡úõë'¾9¶{·n7¥sÚSn®õêÖCõ§äæI''áêÎͧOŸnÚ´ >šœ›°>øàŸÿü§ôÒ@nÆÅÅᥠ' ð‰‚D@2WW×qãÆ!/€Ü”ŸÓÂW~®ü^ÁM”®zNKnÒh4Dgyç&X6iÒW 4¨_¿>жfõ*á<6Í·^½zIÏ©rÓÊj²¥¥e—.o#|Üζ}»vØ«›5k6}ú׈ٿ_§Nàc" z‚¡:·èp3)1¡ÿáv :4—¸‰¢§L±‚Õ¼ysggq‹²¸ù|ÜÔa¢Ê;v 3fÌ„ ¦M›&¸ ;uênïÙ³'n¿{÷®Î½ò為åÛèÑ£¥ç‚ÈMFnV¨ï=0¶”ÜÔ¶‰'O\4Vdt–Nqäf™sîä»ï¾ûÉ'Ÿè®Òh4Ü$7i4FnRú~%"ü§4F£‘›fƸÌÍ›øU{ÅïÙ£•kh’›¥FLŸ±¦(ŠßëN#7ÉMþ”E•;]ìÐ~Öô©¥-r“Ф(Š?ÁI+š¿É¿ß4êñ¬r…>5*sßÞGþ7Ò’ù\E•ž’±î°ú°• «•]Dé“ù}ÏžÉJç3M¬Ö<\rRTY +Q‡žX­ìŠÜ4)g‹”s¢LJ:è¤ËIÎÍrý;b¦»$–/Izše‚^çŸÞÜÌ>¡ÈM9¤¥³IQ¦ïrò¨–"7ËVò/7ÈÜ·—¢Lñó”}{¥uŠ5Ë¡ÈÍ2i)ªÜÕ²C(rÓD¸É?9¡(“ýãr“"7M‘›œxÅ¥JñïPÈM.FŠ"7© ‰Nr“‹‘¢ÈM.UŠÜäb¤(ŠK•*Ð$79ë(ŠK•"7ÉM.FŠ"7)r“Ü,‹1)!>:*B[1Ñ‘ii©œÿEnR¦ÿ0-¹iì²€E{[›ùsfèÓ7óg;ØÓ×ÛEn’›¹YѸ¹pެǙ™úú—€N}½]½zõº 6lܸñ˜1£n‹ø—^z©PÕ(lzS’.^¼¨D:ĚȋKLˆ¯Y³f¡Š(rmEÝŠP"EnR¦MrÓl¸ §R{D}Ü ›ù¢EßÖ«W/6&/Ïžq/nŠ‚>¸š”H‡RsyqE X‘kKn’›¹Inš 7…ºty{ㆠÒ3pà€öíÚuhß~—_Š=¿F&L9bD§N\]\t¸‰ô;v´´´ü裒O›6U\u?} W•(A‚J•*uëÖµoß¾xyÌÆÉZ·nõæ›ozzzH¬™=kVÛ6mÈ‘#G¢”w{ôHˆSeê9sÆŒAƒ¶kÛö”›«<¼8‘ó¼¹s‘¬Q£FRJeToÇËíÛ¶6oÞ¼eË–½{÷ iT#åÜ´²šüÆo´hÑBêCe×!åßþö7¤Qä&En’›¦ÆÍ)S¬&Ož$íð{÷îùøãÅ%0Tìä˜9¶Çl¾rÙþiòÃrnF„ßÏÇ_¿þ@ ‹:÷ó¿§wôèQ‚Ë:˜“{pw‚ƒZµjŽð¹³g€3©Ü#‡#üÝwK_yå•[7ý0 ÿ–Í›U¹‰ôn®yH²?n÷^Ïžþ&Rþvð Â{öì)Uë zûMÿ/¿ürP` ÂsçÌÍõEêÔ `Eøô)·º¢•]'RÚÙãFnRä&¹Y.¸yãúµ ÀßV$¨J•*)ÉEú¦M›^öó•ssÅòå;wîÚõfÍšMšô•ˆ„µk×ΨȈ×^{->.V››;¶oC2xsB7åV­ZU$pp°G¼Ù]¸p*7«U«&b‚ƒ‚àÄip9§¦$# Ò‰”ªuP½}ÛÖ-C‡ a ¼víÚú"åu{á…+¡&Mšˆ>TvR¾øâ‹¢n¹I™7ù}Aä¦ö9-uàÀþ1cFcK;yåÊ•qµaÆrn:Ÿ< ×Lœþ¸fµ8Ú…N¹¹vïÖmõªU_~ñ…êG~rÁƒ©“Lþ™ ““c¯^½DxéÒ% æÏ×þ 1äN°øTSªÖÁ¨ÜTí:~JnRä&¹iÊÏ-^¼¨^ݺ⹠±ÃÃÿB|~)‘ÕªU/ÄÉ¡8uuq‘ÎEúÇõë׸H¥ÄM¨Cûöuê¼îíå¥ï"ÔC¸‡µjÕ:î¬xrÕÃãb‰sS^œjJÕ:¨Þ,*dU#UÏiñŽ}Ž>Tí:r“ܤL›ü1rSüJ£F”‡bc}´uëVðƒÚ¶i³aÃzi'Ÿ2ŪC‡Í›7wqv–§OJLèßÿÃÞ½{:tÔ¨ÿȹ¹fõª·ÞzKãA\+«É–––px>ngÛ¾]»-Z4kÖlúô¯ÁM©8})•uP½]8§Mó µ’?¤Œ”×M§U»ŽÜ$7©Šér’›¦ÌͪÈ;ùðaćEQä&Et’›eËÍ…ófeêÿÞƒŒŒ ï=(n޺鯭OŸ>Ò§¢EnRä&¹Y†Üt°;2j|Ïž£½¿g¢ÈMŠÜäbÌSZª!£•ÅùOQä&Enr1RÅ¥J‘›ä&EQ\ª¹InRÅ¥J™4ÉM.FŠ"7Ù”‰8›ä&'Eq©Rt6ÉÍB,Æüß¡(Êä””HnRä¦ ró‘ÿ N?Š2Aam’›T InCϪT‘cæ¾½œe‚ÂÚ”Ö)Ö,;„2œ›|.¨Ä•Û ´ŸŒeÔ²’⣣"´™––Ê…@QramJëk–BMr³ä×ãàÁ¥vT ,úx{Ú¿GŸŽÜç{ɋ߳GQ‡´X³ìŠÜ,ËóŸÍ›þ´$ér‚›‡ì¿©£„øØ3în¸tªööý¤Ä£¿í—^ÆDEÙÛ5Ù^µ>tPߥ䇎ù­ÈùܺyÝÑÞÖí¤cIÕ§d[' ½vůMVÞ^„º¡Äòâlæ}ž²yaAŠ›FEgä¦ÎQ­@§‘¼NpN¥2>*"|ÍËçÏ™qÓÿ:hpSº”ÏMëgÏrM–›úæŒØÒŸ={V´|œOØ'%Æçææ>}ú´@ôÈzø^ zñ†ä†ÒmÌÊz\Ø&+o/BÏ¡D“õ4u ÉCZŠÜ4A—S¢gæ¾½y-¹?NQåfRBüê•ß/˜;ÓÍÙ / ËMìçÜÝ@—ö—ÈäÂYw$8ír2åáí"ä¼Ó—3œ)''{»ˆ{w5ê¬ÃÍK^m8íìtÙç^Üt´·sr°sws¹Ÿ˜ eîãíqæ”ëà@y}2Òý^ŠÃñ<°‹Ö—‰Í‘ßü.yŸ;sÊùÄñˆð»ÊÖ!7íd¾—<1^¨$juóÆu$s°³‘Rjô¡üvÕJê‹”sSÙÉú†Cô˜éüÉ ÖVŸ1élRä¦I){âå ¥(ʤ„uJLPä&ÑIQ¡I‘›å÷ÀVç³NŠ¢Ê\X•<ž¥ŠMr³èùdð`,UùW"PUšÂêÃÄJ$1)S†&¹ilÉŸ :wöô‚¹3!çIô=”÷·*q±gO»°;fok}áÜ™ŒŒôììì°à“'Ž;ŸÈ{Ö%à¦ÿóçyPÞ u=éèdoçhoëç㕞ÿHŒô,ŠNú”äçΜ:ç~ê™ÓçÏ\öñ~’- óÞݰ3§\srr¾~ÕïÆµËÙYYEHO§hä|íÊe'G{»Èˆðg¹¹úê¬|žWÓÒRqáàÀÛ'Ž;·uwsy”šúäÉ}Ï‘Jù„…ÜÉ{TÆÁÍAÚ™$%Æ£ÃsssµŸYUMæãí‚Üœõ¥ÔîCévÕ–ê‹üósAê䚢̚ä¦ÙpS sÓ¯¿è¤Ñà&„õiNNn¾aŸ|”ÿÍB™é¹¹OsŸæéñãÌß½fD"&ß²³³þäP«¥ÏÉy2æ Ó'ÙØNE¤´‚Ñ‚›PVÖcpS»Hj…¾œqËÓüÛ3ÒÓ5ê¬ì \Ü„gfˆô(áÑß³¤J)Ÿß›Ÿÿ§,"íL£DynÚÉЊürrô¥ÔîCùíª•T”×MÙÉÚMQä&¹ijÜÔùރؘhy‚÷õ}ïEQEnV@nú^ò5¾gÏχ߳GQEnRùJK5dÄ)(EQEnREQ”Ùüñ&¹IQE™:ÉMŠ¢(Š2ä&EQEŽNr³œ*5%9)1>6&*:*‚¢(Š*Y• 4ÉM£B3..ú¶¿¿³£ƒõ¡Gî£(Š¢JP䦙))1á–ÿ ûcÖ·ýc¢"b££(Š¢¨¹ifЉ‰rq´¸å¯ì^Š¢(ªø"7Í¬€§É¹MQEn‹†póÈÁ}±ÑQœÛEQ¥ÉM>OKnREQ†C³\s3%ù½íQÈÎú°õ¡"|ÕÏÇÀÛ­Äÿâ狃0‘ª •¹F>†pÓæðAg‡ãÒKÏ‹ç‘ âÞ]í¹qóú5G{[W'‡°;§\œ œK÷“¯øúmêÜkýÛ®MŠ¢Ê4ÍÀß|ö,7.6ÆÍÙ y" ø5æÊ .ÔŸèä£ÁM3×ÈÇpnF„ç2)1ÁÁÎÆÁÖº@nžt8q„ø8ebNƒ‚ŠÌMù½÷ÂB¸<)Š*wÐ,n?vôqf¦(ñsÚ»a!.N'ž>}ŠpPÀMG{;';w7—û‰ "jäŸÈÞÏÅÉÁÉÞìWϹ»9;:œ8~ì¹3pl%úx{œ9åz'8PÉ;}·(3 FÊ“'ìPíè¨H}ÜÄíøg87¯]öóñò@8(à–çùs¨ J¼â{é’çE‘ænhÈÉöÒ-^çá§»8:¸t@…¿ æ¢ÎÞžÜ]où_Gcq D†‹«Èêèoû‘Wå3-/Ù {Àúü™ÓII "28(ः]¾ŽGE†ëÜ+ù›·n^?qÜnïiדñ±1¢6èj/Ï3§Ýp{X( KQ”©@ÓØèÜ+7EÀxÜLˆ‹µµ>œüà~nn®ÿõ«^Ï?JKU”sºw74;;+1!;ú#\ÏûÅ眜'ÈÓÏÇûNP  Xªb¢‘2'''33C‡wúnÑÉ®X€‹H™”˜¤¦§?Rå&@xËpnÆDE‚•pëΞvk7A"¼]‰@÷¿~M>IàF@:§EJäŒú#pëæ…3§EJÔ_Ãߌ‹ùý|øÂ9t2¨º=*"\ä‰ÛuîÜŒŽŒD2ÑßKžçÝOIu@• <år’Ë™¢(Óf)pÓØÏIÜ º}óüY÷gÏž=JKKˆ=nsäÉ“'ª‘rn ÂÕÇùt<~,5ßÅ»qõŠëIG ~ÐeïÇ3‘ÞnÉÌHW=_U½E™9œÁã6GÏœròÛËÍ÷”•ÜÔǺ@nÆÅÆ^8ãxë&|[ÁDqô ðö-¼°³>"ð§ÍM4S\ŠŠp°µ†ï‰: /R7¯^öÅÀ—D†pc… \ãœVpó¶ÿõ³$CMì¬ÿ^‡?Râ ÞopESe"Ä,n–Ú9- —*'‹‘`–j¤’›"+lûð#Ãï:Ÿ8žñèQ^ž·/û^‚Ã(]•5ù Úª·(3¼ '‘OŸæÁÖ÷ùfz¾÷k87ïÀ}µåÜ„ïéæìxýÊe¯ çuf‹*7ÑL)AB|\`^º£‡õq34$tR>‘¯_½,Nt‹ÉM©q±Ñ'lÉMŠ¢Lˆ›¥ðùféÓÆçɦ¥ææŠï¥‹çòÜLÕHsÚð{y…F„ßu8f|‘sî§à‚Y§]œ|/y>ÉÎÖ÷È'48XõeæÀ‡íÑC‰‰ñâù"Pßç›èŠÄø8ÃÏiÁMd~õ²|497!g‡ãxÃqï^¡¸‰üÅ/è 'T<&„‚D¤¤à€ÛgÜ\D€ÜüÓ9mR‚ðså÷þ~N¥~NKnRUÍÒ?§EÞÜI‡ãŽÇmÝÝ\¥¦Š#YÕÈ??tÙÅÉÁÑÞ.2"üYnnJòƒsgNƒp =ΟûV 75nÑÉ<¿Â¡®'ìíímý|¼4>ß„ÿˆ‹†sS‡‰7álº:9(ÇB››ÁAN¿?Øc'>µ„¼=/8ØÙ¸ž§Ñh4ZQÍ4¹ÉsZŠ¢(Ê4ešÜä9-EQU®¹YÊŸoòœ–¢(Š*×èäó´EQe FKóóVžÓREQå¥ÏMžÓREQå¥ü|/Ïi)Š¢¨rÎ2á&Ïi)Š¢¨rŠÎ2á&Ïi)Š¢(r“ç´EQÑÉsÚò¢Ô”ä¤ÄøØ˜¨è¨Š¢(ÊHâó´f͸¸h ç×®ùaî¬é³¦O¥(Š¢Œ!~ïy()1Ð\¶ø[oÏȼ#Š¢(Š¢Œ!~?­y(&&ê§5?øz{ñ· h4­t~0…ç´åZÑQsgM‡§É)M£ÑhæÇMžÓƒ›³¦OŽŠâ”¦Ñh´R€&ÏiÉMF£™,7Ëõ9mRb‚…EèÿøG•*UDxÁüùÞþÒK/áÿ”䇋/Ò‰,)nfgg¿‘omÛ¶mР¯]»6++«E‹ÊAiÔ¨QqÆTº](5ËÍÍ]¿~}Ù®&:©D¶ò²ô k1SzZÅ„&Ïi‹ {ûã;v,ì]‘ܯ^½ºyöŒ»1üÍ .ôë×Oz©oƒ½víZqÆTº½ ¹™““Ó´iÓ²]P:u(f¯j÷¶¼¬rÊM4¡ô‡¾¤ ¥š<§->7·oÛÚ¼yó–-[öîÝ;,4D#RpsÚ´©•*UêÖ­kß¾}¥ÈÄ„ø5jL˜0aäˆ:uruqÑ)1.6VLn®Y³õéÒ¥‹ŸŸŸséééãÇïÓ§Ï|°páBy>»wï^±bŽŽŽuëÖMNNF9èoº»»#ýûï¿ß¿ÿÛ·o#&00°sçΉ‰‰ýõ×?ýô“j2ØéÓ§{åꖀťÑÀeË–Õ«WoĈcÇŽÕ—dh&®víÚÕÊÊ ¾¹èŒÔÊ•+?ÿüstŽÔ3·(+¦S©lllzôèѳgÏ1cÆ$%%Xœ!½-/Kß° SVÕ*!“U«V¡9è7tÚäÉ“ÑÞ>ú(33S»KEs¾ùæ›I“& 8ÐÇÇG£ŸQÊ’%KPm'''} U‡^^¨µµµ¾IN£š<§-7oúßxùå—ƒž;gÎÈ‘#õEêó7%nb lÙ |å²vƒä‡ä%‚³`qq¸iaaáì쌰ƒƒÃ¿ÿýo9æNœ81eÊi³•çŒ]  0;^jj*Únà9-H÷Þ{磻¤w Ûûï“aï^ìÛ¶¶¶C‡}úô©j²¸¸¸öíÛ‡††"üäÉ“ŒŒ UnÊ}ÅI&H›7oÞþýû¥žñõõEøüùóRÏhÜ¢¬˜Žã#:!""¢M›6HŒðêÕ«A‹3¤·uüMÕa¦V*¹¹¹!ü믿¶k×.22áÿþ÷¿GÕîRqï™3gF‡à-FS£ŸÏž=«=…ªFC//Tc’Óh……f©¡Ó,Ïi·mÝ2tÈyë¦íÚµõEÈÍ*Uª¤$?‘Ø .ûùÊKôð¸r§8Ülܸñ³gÏĶ·ñò­8<<ü­·ÞÂÛrìÀ’K%Ùo¼‘––†7êØÓðFÝÕÕõ«¯¾2›ÇŽCGøÃàI—>ýôSìáÑÑÑú’Á3š8q¢…µ¹©Qœ°-[¶ 4høðáÝ»w_¼x±èKKKq5>>^ê[”Så&œ/¿üRÄ:t0¤¸{[‡›ªÃ*L9¬úª„LDäÅ‹Ño"¼~ýúuëÖiw)îmРAnn®xÙ­[7Œ‹¾~nذ¡¨ª¾…­FC//T{’Óh……firÓÌÎiK›•+WÆ%‰Å®ÃÍü|ô‘v? sØ«áÝLŸ>»™ÎÀMš4éÀØ‹?~Œý;p á&A9233{öìùæ›oÞºuK_2%ž’’’àшp@@€’›úŠæíí 7DúíܹSÖéë[ŠÉMâ ém}Ÿoªæ¦3¬VÉËËkôèÑ"¼qãÆµk×jw)î­_¿¾ôÑáÛo¿ nØÏ&0°½Îç¿“œF+7KfyN ,*dU#å΂›Ò‡•òsÚ-›7#ìêâR×ÂBçœö¤“SÀí[Fâ&\$K“&Mtž À¾ Zá=?Âp¾{÷®Ü„KÕªU«ëׯ?ÏúQP6{öìU«Va{=±ª&“‡ÂAÇ¡pQÅYÜæÍ›¥bóuÖWœ0ønãÆCÀd7UoQVL^©&ÕCQmÒÒÛRYÚ¹)‡µÀ*)¥Ý¥â ôèÑ£ûøøàÐÓ§O ìç^ í¡—ç©=Éi´"@³Ði®ÏÓnß¶µi¾õêÕKþ\2R⦕ÕdKKË.]Þ–s³fÍšS¦XÁhÞ¼¹‹³³N‰Åÿ|Sƒ›îîîï¿ÿ>\ÔÎŽÎÀa߯Þ(ùøñÇßxã Çê¹æsAç΃ßôî»ïvïÞ}ùòåÏóz8p Ø¸@O0T5ìÔ©S¨ØŠŠ |+H6aÂ8bRîÚµëСCõå# Œûì³ÏÆŒƒÛ§M›f7UoQ­˜¼ò為å( Gƒ›†ô¶T–vnªÃª]%%°´»TÜ»téÒ¾}ûöèÑãÒ¥K†ôs ¯†öÐËóÔžä4Z‘¹iTtò{4$¸Éï= •/«à@J#7MO~?-¹I#7i4så¦1ÐÉï§å÷ìÑh4šs³ÄéÉsZ£þJDø=ÎsF+sn– =yNkÔßßô¼pžóœF£ÑÌ›<§5Æ·Í{^<¿lé¢À€Û|ºžF£ÑÌŒ›<§5†Ò¥Ý¸~í§WÍ5}Öô©EQTqô—bÏiM_YY¥¯;£Ñh4Z:›<§¥(Š¢*”Lšä&EQeöè,Y·—ܤ(Š¢Ì’›F:.&7¤#÷•‚T‹NMINJŒ‰ŠŽŠ (Š*+¾SL¹_‹¹p#æfh\rr¡Ñi¼YÉMãqe$¥$?ˆ ¿§ÊM@3..ÚãÂùµk~às¼E•¡&}·ó“oöGãíŸÿ󱓞A>ñ©)…@§QO"7ÊM#eþøqfVV¦*7“Íe‹¿õñöŒŒÀ[¾(Š¢¨2À—‘õ´8z˜šáxÆï‹¥ûÜ|BC¢“ 䦱ë%7Ë#7=J}ò$[•›â{Š|½½ÒÒÒž?{Æ×i4ZYYñ¹)ätÖoÁ/¶ž· áf)´‹Ü,Ü„rrž¨rS|/.X ÿ“›4Íl¸ùèqNZæ“â«°Üäßoš?7Sú}=üʧøar“F£™ 73sÒ2ž_Eà&¿/ȼ¹xÐÿä?38Ýtî„0¹I£Ñ̃›@^jzvñ%¸i _NkÊÜ”š\¸yÕ០!K%I ûáªÃä&F3n¦fz¤m›6Pûví®^¹Œ˜íÛ¶6oÞ\™çÌ3 Ø®mÛSn®:¹ÅÅÆà-GÜÔh  33Ù9=~mFÂêÇvf§ûú­ƒxm¯³8ÜÌÉÉiÚ´iÉrÓð=A^zin§Å¿±h{©í¨†ä_ú›|ùEŒ‰ü’rùí‡i%Í[ðí¼ßÈc„þRvVâí5g%e†”b7ƒ_}õÕ+—ýs?)1>.ö¦ÿ í¢í۽׳§Nnݺum5¸ixÓÍ'){ ¬”ãÙé~± .Û6¹êðϼDŽþxÂÖö*¹yàÀwÞygðàÁ?üðCïÞ½³lÙ²zõê1bìØ±333?ùä¥'8~üø~ýúuíÚÕÊÊ*;;[âæ’%Kú÷ï¯Ý¨„„„Î;‹|BBBNéÅ\Å\ÔÆÞÆúŽ×xÞ\éïðe‚˜Éßûs9‚¯16ypS©¡ß á&`7|ذ²ÞÒÒR'7‹¡!wJп7дØåéIû³Ò.=ˆÜx¶¿ïQ‹éNpSéo>|øpÈ!‡R.ääd˜7oÞþýûÅ-666†ªä¦¶¿Y‚;Fr0å‰]?ÚØu(‰J™%•¹Ø Ë1i&‹NUnVÀ.’s³I“&={ötqqÑXÇïÞ½ûâÅ‹ »d ÅÍÙ8ÿÚ%{œ^Ê•)Í÷c¦ЊÐpZ‰ SyN[Á7XáoΜ9söìÙÏž=3Þš Ðæ&'mù݇ˊnå÷íVŽÐ)=tôÈáÖ­[±—„˜sæÌ1ê´yófÁM¸ zr_2z²h´Šãx²gJÙ–,Y"qá®]»:”ФÑh4S(;Á<ÏÒh4Vt²+h4Z‰Øÿ6Œ§j endstream endobj 247 0 obj << /Type /XObject /Subtype /Image /Width 616 /Height 264 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 20594 /Filter /FlateDecode >> stream xÚí]|EŸÙr-½€„ Hh!½Ò¡* EBr@ ¤ÒìiŠRDD €?D”€J•^% -ùf÷ööööj’»áýï·{[§¼ùÏ{oÊî"xÄ€1!8DŽ +ÒQ5 RáG®êT®öX¹ë!;ª "b”~Tªpåó¡ Š/8X¤²&qG~e³óV®êèjO…bã0',„-oˆ1~Ë–xÙa® +ÿ+:ײpuªH^ËS’XÕ¦ °¸´¸° Êr‘éê©-Ž˜?«;Ä ¨‰eRWPó'«:‡¸Ú#h™òÒ¬ €™ptâ—ÆXX\\¨U æ`~vL}²¯Š_!+3QçšSÍ.É S§Š8a*°PœvBÂŽâÒ²²²Òâf‰¦+²‚ø&MlpÄB¼BÆøsbqˆË«,¹@Í‹ÍjQ骩=ñMy-S>ª‘vpp2Á&üÓ…­ ^8/ÄHÄ(ĪÌýÂxU¹I¦«O؈/†„2ÌM _O 1SËôõܘ5øŒñçÄ"iŽ×eUP–vTo>æ—ËZ§}Dý%T¾öê´LA¼ý.¨.A&ƬÖñ¯L}>øÃe’Ã<ùÃ$Œ‚ lA½XÉéACŠ1Åëóhl]Œ ÔD^¦’{ôzBÔ¹z½aPÍmÔAE’rÑës’Ì!5èÚ’ CÖ§‘!4ëQèÅ&ŠÇ ÑtQ”éê©Èéeú ã ÄxãEùpÙÖeL—ÛºDɲªS–Ö™¦SÖ…E¢/ÓTêô—i’uT“D#ó ÛMô‰–è&ñ63â(ÕÕ"S! ÖëŽÔm@Ò˜›%¦XÂ1INY€PK9Ä.ЩL¶/Q2……%Få"V£Þñ‡tAÝä9Ñêù 8Æ®ƒšñf¸®™Ôß2£ ª3Q²—äc¾È²*)KË.¹‘ÈDÖè+…Q>ÌPZNc;Ä{§Nò²2w›©Àôù(³z˜W :5)uŒU€DÁÈIlA©EØ#KÅaR.Bæ“wJàmµÚœÖáù –KGbOÍ‘ˆS×76O`^ïa,õîÌUrû³j¥½+ó}ŒMSÊRé[fšTmèkŸaÛ\ùèo‹·;"±rT–XÔù`>òÒróÅÑ(->Y|¨ …Íé%‰z2‘Ni‘^Í™c§´®ž5ù­ÔrÀMâwXÔWå–¥ö®y•*VŠør–¾Ä\—š©ËÖo+,®xa«ÉR ŽÝÈR³RŸÍJG0{ PbÄTæ¥p%ä^fAKšQg–’ z*åL…e×m•*,;»‡Ä£(ËÞ‚tx³§j`©õ¾5‹TZêxnÚ[eU=$v¥2Ôû¯¤½´0¡iÓ„ÂÒr(ßú/±fÄ*åT˜h&­ "Àµ(átoIüRëMA ×ùD+,©4ÜxöÖ½¶ï*} Zo…(AŸœ®ÒŽ;ÛòÏ€ŠúœFãÎÖÚ›@¥ÑR…f¡ ¨¤B;ÔCCàZà <¸ÂpÏN3œ1øg§óì7‰ƒíM€ 4è?¸ÂAƒñ€+4hœÁ0gM€gç¡äd1è3€ÓµÙ±Q;Kdþð àxž=?꤬½ <8Þn+‘=À <8A£•ÊÆ7g'†7®Pi0]àju<¸BÏ®PgÀ3€+Ôð à u<¸BÏNá™t*-Ì?8‹g‡ä<ƒù´è3TŽ·5õÏàA€+Ú›À38h€GÆpBÇÀ†Ì&À†Ì&À†úi®0œàž\¡Ð€gW(4x-Ài-ÆðZ*€K[œÐܸ„gÐܸÀn‚{pE;Ü3€³h&ù '¸gÐ Ü3€+h½´WÐ xpÍ€gg&9\Â3“§7g'ðì<% xúŒï?ªœëŸqO Ÿ„¾Z€SÛ›Ѷ$Ãé§-(È» rœM4ŒaÒÀDƒÞ €3ˆfò† àÀN°›W(4˜ìp†B“ ÀdG€ó 'V5Hup²áTÅ–€LÎ0œâOª6…Å ÍÎuи— ËNÖgð®m€iV$øgÐÐ8eÅ…ÂÈÌr8 %…ñA*˜M p®6;–Ð@…¡ƒàdžÍ܆vÀYMM£1' À<ƒ!t€ ì&L 8‰gðyt€+ÀMÛ†Ï\@´ø %ð àt¢ÍÂÀ3€+}4àÀyÍ0φžÎSh†yŽ0ôp"ÏšÀ‹Ý®Ôgà \áŸá¸¢½ †à u#œ—¨3Ðg'ñÌhÊøggµ6xµ'ñ¬1Lظ¼<8¿<¸ <¸¢<Ï`7h8 _àz…ÃèW(4F8O¡©áù€óšáQaF8‘hâ£Âàž\Ñ÷ à‚¶¸gç*4Ý$4pÏ.áôÒ\a7g´€g§òL˜´þÀî´7®pÏ ÿ à ÷ 4€+Ü30œçºgâÜm0œWð Ò®á8hàì&`g{Ú'òÌÐýçA÷ à žÙ¸Àn‚Ù¸¢½ ó‚àž™æ&ð à|u<¸BÏNäÙo0º pakÚ›ñ úÏ.àŒ\áŸB¸¢½ à<ïh£…p>Ñ$oB…p^KÀð N˜¸ pE‹ºjÀ3À£c7gç·À?8KAÀÕê úÏ.Pg0càu<¸BݸBA;à uýg'ñL2û 'Ài<;dÌ30œ—ð ®á8h'ð¬1ð àtȺ5ÀnœB3ɳиŒfЯp¼s&뤅N€Sx&뤅fÀ9MàôàÑõÏ€g§´7¡›à¢ÅÁ¼ €ó‰VX`Ô…ÃçøhÆ}µ0p–Jƒçê®ÐhÒ×ÀpÀi<ƒ×¸\Ì3ÐgWØMðÏ.h@{à,šõk@ÿÀ)FS6Õ4€3”™l84€Sl¦lx4€s\3Ó hà ë›™N?}p¼:“?» þÀEê žŽæ™éÓ`6Žç™éÓN`6.á¨3€ x¦j³ÔÀÙ<š\À3pÎÀ3À£c7¡pÏ`làžýú àžÉÇÀ?8òqtPg')45æê àT…¶#¾ 0¥ÔÀYD+€V€äACü&i)•$ÔZNJ¹â‚ø¦b¯/Ï¹Š Ç…ñ n·çÞRÛ%`Í€ñ¯ò/䊘ÛtQ–™q'îA!!fÒRªK§xÞ4»†+ÈFA|JÅ*ÞA8gÑ.[d¡cz\¬—‘>ÇvÀl8z•ÚɆRyÜ6+¢ Þ ÖXáÓ$ñÜw#â›8¨O¾Ô¬™Mý€.!’´ˆR,àÓ)ž—”¾ž˜ú+¶l‰oBX&ŽÊó¾[²Ë¥b=3wŽN| ÕÊ]³u4²X‹KùªA¢2Ý ‰È‚6r/ G œ•Ôœ4œçãnjk`Y ŸÆR»¬£Üç¾´Ä1W8Â#¥5¢ØôL!äœ_Y˜æ¨Oˆ!-¼)å¥ħS<¯/ýR}d’+¸ Ésî÷u/Á5;D¯g§™ÕRþE3º(ã+Lu«-ñ42M™¾Žð9–>Q*@Œ[—WQ —(å¤ •¦ 7I´8åoµI†ôDÁÖž,µPk o†Bâw½x¦qWšEÌšM– šÅºœó´H>¸iÌ5IZÚˆ’ו¾ ùtį0Î:˜_[xÆ…™Œ.4Ò²²Gø%Ekª[Íh‰¨Ä¢Äææ£è¨£¯b»Û@>1n¬zm ‰Z”Æñª¢‘^Ô¥ÆK´|e2~2CÏóÝzUT*·^úÚ$3Š¥’7CÉfç+šEŸ5I5‘ÏX÷ƒÏ9±iMÉÊ2Í̘R)‡dó;ôšÏðñ;s) '¦Ú\êš+;Éd’CrÍiZJœ==Úè5¬ Ùys$‰I§-Jõ.&–Ä-è<½6DmN>ÒªxÈ õZÚ`;ôom2¼ãDïKRjÜ %¤GêJë}±Ö ŠÛ¸Âš-B²è³f¨&rû!ÖMKšŠ·iÜ Ù k²~Rr…‡©Œ¥gÌÓ²“št™n•h]%Ô;3"=Œ{ MÌ‘ìii}‘ÇmpL⶘wIšÖI ÝøfÁ –оT½Š7™\ƒå®´èëH'Ú"„K&ÍPMäö£ Þ‚î‘!3l.…Ñk‰L¤'«VÖMº¥zÄWÂ"½3cJc²›q ÌÞ„lW(›nˆ˜ËÆ#¾àèµ£¢‘U¼³'s¥M£³¶ a=íBrû¤ÂŒCö™aUÔy•ã™ÌUB‰_`†²›÷S±Ó¤h#d®ž,‘è;“lºÒ<–ÊÂ8[úû!"¯p®ÛÇ¥-¿@ßÅRZ¼£ê!“VÕRa»5x¥HýhƒW8K*¥Îí°M²ï(v’B­|âÀQ §Ö¶ïœórÐY uVê¼8Q¡VÚó€‡m}Çûqÿ¿zs뿘$ÚÙ1ÖóÑoÑjn=Ú¡ónÃ{ïg|Œ÷oP½¦¤=?#ÇO‘¼4ð)oв(àAE1ò1—]Ë­÷ø=ü)}]HãR_ñ5.S×]<¬}Å¡s.’aäCçoG{Œ+‡ÎÚ,¹6SR–=Èö³µq‚Ù£_Y‘w¢¿ýé ±KÌ2ÉahŽg¬„‘U>±çÄÍ+yÿpá¿«>Ïâ}N÷ï]=_à0;)øu<Oîìz ^ã.Ž=ÙäH'I¹`_×r´dx»N7• 5+^>ÿµæ ¥xð˜éõð¥i„ kóa—´ÿGù…sÌÈ|Œçƒ•ù&Áþwuy^+™ÏÜÇ)¥ÿo9ü›öjû¯áV±ôœôÓr¶ZÊxòS=¥+&ñÞ%!ÍÛŽŠ ñ±žÈž­šþÉÏuν"áÔ7lÙÝ÷4Qô'ùWž/KÜ3*ÕQûÖpÿiVÒrÅ×ôØIR.—ýÆPÙjÅ7Âiô<± jrµ©B²ðöŸè÷¼oô‰{1uŸ¬ÏùÜâÓáFð¥ÝE,íþ,Ù.÷ÌÖ¢Î6¬ŒÚeÖpåCᇿ-ñn¹ÔHìÀÑê>Eòœl—…^.h%o£«/ù¶ û“­h¬¦h{k-ŸçWˆò#±ßuÅz•î1šXß© vû=/I® ³S÷·“\7Ô÷Ù’Ú>ó÷CŸ±Ã¼î·Xv•²Âµ/Ü.™=#Ù~Ú莿-x‚~¤jg­ü½›¼_5ËÈS¥ø¼¬ Óëš«—2=}Ú†·šL# ~ˆuM?#~ÿâ7ÑAiÍãµG®‚þ^ú7>Ö·ùkSøõPñl*Ia‘ÕûÛPZþž×Ÿ¦ù­”Ÿ¹ÑD y¬óÊ`µ_[¢'ëÉâì(jƒwXg2 ªY=U*ü­n‰aúØÐUHÞª“kæñ–bäÌçêŽüÿ“fR°GÔ;·Ág²OU#»6Ì'Üc?èóª'ƒ…>|ÚðÇ{ Wõöt·iÎV¨'~f%{+â+9Ú•e¤‘_ ¹Ÿè_Ï4_²pªÃ{sÉÒWÐ!cÙ¹’ÔÏ ’˜Cö_qbïÝ“Nîúž9ÄËóK“ZIVjÇB;ò6«Ü>ÕÀJèÅó&}7éVÒ8Jƒÿ9x9ÈÖ”ˆÌ8EXÓ—gÝÂÖ骱/Xõ¥?pw\þ;³Ào –òê›…LìF®MïÃW°.EäÊRñêxïý’;ß0J˜“¬ÒÝ<~¶Ô¤¼ÆWУH3º/[=ÓŽQ6Ø2RfÊÊ¥ .¸vs®ôÒ%>ßY^«,rt¾‚åÚX½!Ì‹íåWøë.šÉßwVd:YfÍß0ñY=ˆ>[c¢=;Wp^Z ïመ ÃckS"eõ»wÆVÙ´@MÉ®U„:ªe•€?{©ÏäküϾ§”h’ÎN~ý"l°d‘þ{Âÿe#ëVðÐôSþPÉýe~Ív‚Óf®îdÅþÞ,—mnÃÇRÇç¾äØÎe<ãþ² FŽËX´NfmïªÄ>¿®Ê–ÍZjEFL%Æí.äðaõ{A’¦Ó²ôݵâÛåÓ¾°Âm£»bÞžôQù\÷üÚó€„á¾ ×bI¥ÚÇDOÝàuÕ];ûn˜´¯FÙÕâªCÂçµÙ+ÜèêÏvdÿ9WL|Ãj|ÛªÉQ?¯Ç«ÿ´¿Ê‚íTY±Q¿ôR9mî¿Vëé{&Öò}+Öi‰Ìée5¾½2_*Û$þa²ûŸðîfÆÿZj1•n2ùÔ)÷hÙ#F¾QÎÙÇ/[‘Q/IÚ2-ø ÊQËsíheåHÒ?Þ›@Í}¸.Ð ý,j‰Avõk<'¹ê4ŒË.m¯È¿.‰e0¼SÂá(…^!Ö·ž¸wò²»®4tÁ¬Úçe©iø€ßÛwâ÷¥õd‡¥VÛL¿QŽ/T²_sŒ•2Ú"ø~·¥¯™}³’òʰ¦0ÐÊ12xÏf4 ,P)ÜEy6zIS‰MºæÎÙ‹&ˆ"Á›~_k¾ß¹½Ï+²ÖÙrÉì•°yoÁÌSsjÿWÎÏ¿j{*¹ë™¿|¿#»Å‹þæmíË~Áõ¾-žàñä߃F_½:æéIÿ¬;ÚsØ Å;/´ùuëÚã—>üônaÐs›oþîѧzAd×Ôa!' ð=òóK…»§mN=züjdÉæÝUšü®,<|mØÅ´ZG>\~ýÔꥭªýVçãÂö£æ¾\4cÄè±Ëvß=÷ûËdµºôMíºÁ3|:ij½õç=ÕêiŸ¾¡ ƒ[Ô ºøW—f·7]òÑžKôÈna¾^äI/Þp¹úǵw.Ÿ’ÜèýÖëŸ)2!sßÂÁ—¿ruñüCZ§ñ~~Àþüÿ->_mÿüOóVl~Ù¬âKa¾mœðS+eÝ¿¼s°ÿ—¿1žIñdš¾0¤îþÀÌÌ{«g4Ìû0²mÞÆ+·¼üV{߸çÚÌz~BvÄ¥-»Í Kx… xúîÕ™~Ç·/¹é9oY¿ŒÃã½ùlŸW[½­ñØ'ôËÕCvè°êìg^ºV»ÛèuÛ¶äj²@}ì©#ßU6¿Û$¶CïÅz´¿t¨M·?~,>¼`爟^Í™4©ÞÏãf|ÎÖψ^4¿Uí;o}PuðÁüúFÿïÀøï[¬šÿή#ª«GîÌù«ÖþËk»e¿­-¹\ÿ©oÃÛø³ë¶K7ÇœéÖkÌú•øT§>_\nØïÔ /f†¢ø­kôÉcŸ|Ö?û|µ©S½Ÿ ~çë]k¿\ðVD»¸»œÊœzóVÑkÃ’ú¾têÿ~9ÿ£rT jÚ]þ7¼¤ï)1»wæ%(JÎî~½cû‚åS“ Ö¬:µûÃÄœ)m&GnéÙã™ÜMWVxÏ;:ìù[hœ"Öyêœ6û¯¹=½üÂÊ'|g~vr”Òýæä÷›3kãZo¨úQôˆ;}¦)rçÞÙ\«Ë~ïDùmÓ7Ïžž=£Ê¥çÛ¬ßuö˜ÊwÐþ ‹‡Ô'oU?µiÒ—C Ÿý$s윦cÛŽ=·n±¦‘ú¾³“?|áЪ{r^üáÎö^v}êÒZM§ÂöL]×ãS 2³}èQö|lYSÿ+}û“¾ß. ιÝmußOü¿û8|}«¶ ZSõn¸ïõ&íýÚ¯™°séî£íÐÔë—ç´=ä}hzÕ ×Θ¼ÿPÒ„‹5¿è>¦ëk£f|ýïÍâ×/g7=Þ`A÷ÇkæÕØkiÉÆwjún»agŽÜK*z‰è®×üο#*^ò¦¨º :@þ?æÍÖ8ïç:§¼¢[@åÑ÷ÿ¦íÓðµCÀc„‰J…‘àEa«Ê1áÔS-QÄjFBÀ#Ö0¦p1|®ê>!SuÕÇÃÆúsÏëãóyÕŸænmKGôˆð÷ßêã9r@䪚-òOõ/}ºûâÂè”5„Ì¿Wtæà<Õ—˜ûsZoз9Ó Éš¿üxü;Kž]1bʸU¿¬kwõàŽÜ†mÒN]ñ®zqfµÜÇιp¤ãÝ[Ýß鱸hmL1ëwþ6¿×@Õ Ž×7Ž*ž¾¡0ÿˆöëâÒœUì8 í?ö³€'‹Øåëoå­[œ¹¡åÞWë²qgŽ}§ó«7?B ;go¨ÿÜø3O šûÏW§ßéá]wV½9ÓZÆo\ÛÐýÝ™§ï+§6þ{Ê€%U4÷/yuê15`â_ËÆþP8}ú®V9ƒÆí›¾kzã‹×ßñnÊî/˜÷ÞÕZ3—¼—Q¶­G¦ÛÚO(Øä9uÜKë¿}mËÒ¸œ~³'Ì`;²g;Ì÷lxyMqßs׸÷è¶|ü‘#F>·¿0w¹rз ‹~9©ª?¹Ó‘-KGµuÏz¥Ó”ì™_¥ßuïݯúÝ€e÷òÿX¶ùTµá†{vÏe͆¿—£n(¹Zè ‹_Ô«‚ºa}‡™0÷cÔ‡ä$™îê`išT4B/HRBòŽ¥œjů ü>} M¤uŒÔÉs†“n’ð´ü±ºR`ú %ay®z1Ïbý3EÈõ-eiõBù”Š6pn8/lÕ@ƒé’7Ée6¢ÉþGè¼.dô?¦1N@kéÞ8½IËË-GSPoF…hËf0ë÷/ ûõH}¨etE+Év ÓÆÖfÓÉY2ÑS|h;%ií*‹/“ ¦q5ü~’?÷û©äš?ù’nEuåýº,œOCýdO4=MdÔÂ7V²^ÈG(›×]†Qþ¨R0ºz“)œÝÆz£Al£FÓß$w1h)õù_JÅ£ tšârùIC"jªø‘¿bÓ•ÄŸ„c˜t>ׯ:ß¡û‘íú¸¯J'¯f&݆=‡ÃÙFäø6tPHñp´äösEUr´jÆe2¨o™R|œë§nÄøóÄžÈ_­ÛæÖþê@õ>Ê_ͨ»rõ”Üû¶¨hnªv+xi}¯f¨äxrG[^¦jõÏüÿ%TŸ—â5ŠÓ\™¦órù—¬wášd‰!×puZ¨u«ØCJΞL"á¥}†OdÌ$‰N.Â(—ð{?¡ùÊ"µ·Æ›R£«BH*Ê=¡ŒÐHõhG~¯Фæ:P‡äVÿ*•ûh!É_¬ÛïFõ?ˆ å¿g™GRÜÜM·pØLî=Dë?{ÕÜ=˜v«êA{!ÝöÚÛm•ŠTwé­ø=ÿ„ꢥÌYL¸£* ±ý¨ÖÙ"z‹ßúQ] ½§ò@c ÙŽäuÎj/Ôsuu Ùæö}ÉRƒ,qdÙˆêaoR;¹ïyqWs˜LôÐ z’ÚÇí²'ÅIâ'e5ô“òij(/ýÍrÕ¥š£L%¥3½BePwdlçö;*õÛsý1¢Óº’KâýØ—ŠªdÿE´[J¼f?¡˜†^jf‘çR¶ªç–GŸ&!¥ÜÕ§#Œ¾6\ÜKÖø1GøŒÕøð%²Ðm_zZ÷_ð›h/Rà^uð_¢IýŠêAk½bŒrÑŒ Ï»¹w$=èøk‚¿†PCáÈP<ÈèŠyâÖLk6Þ" Ö’°TȇøcQ¤$N£“Rú*9SÊûAW%63Ýê»Åè6¯7Gò¥W…kŒèÉ?Í˯CM·òõR/ä—œ÷’];”_=5‘ê7|¬w$Wu wÜ÷Ó6•ðÊð’ûçyv¡L?ÿ”Þ/ t–.žlñ[Ò§§çð»Hös„ÿº’c›iƒMÑÕé'gƒdñVãýÖš‚?kŒÏio±4ßEñL|ýKBÃÔFž¼¥U1ÆŒt“ø¬É(•Èe#õ ZÍp%M|µ¨‘¸ñöôåˆÉÿ`1äK¼÷ ó:BU!€?»–ã‰á. q²Pn#ÈöH² `ô–t<ò%²Pf½ƒÏõÙ{„MQë˜/q>³˜^!÷Gż§Sº'ÕòÈ½Íørã´Ë|þšùDîóù=ny–¤¢š-2 M Kƒ[eÑF8ÂýgÔ"âZ*}DöíA¿*~å·¸õâK1ž2m7€þë´ÝÓ‚¤Â…¶Ë[ôNš‹/æ$Bä¼q'qì#ytU,ß"Œ¹6Ó,#‰ì"W•1>¼.êD«Ñjýq"Éöäx{æ]Ä1úy|öDg™&Ëþ–µk¡<’«d"ùWØa(‚ØÓ2^’ÿS°ŠéóØ—á<ÉõF%2˜ùµRÇ«Ûó²è¢~‡?ÛÕeµL[tˆýWÑ^T¾¯Kî}ƒáŽ·W÷àÏöUµWGª¿cºåí'r}4û%Y<‚buoÜe¥B—™\m'çüi®Þô êØƒm‡VÒdyŠ]I÷$ûýI»AçÁD5™!¢þ~Ÿ,ßòõwYÂÜ’ÔždÏ2†ÚÎÉr9ºŒä¨Šè“lÒx(8Ï?Ûí)uäxsª§b¨ÛXÑ›OòôšòEåÕ=vœèAx¸¿•gIš§*¹Eª^Å9ü•Qlm¼‘áJ,RYSr½ßl¤k[üDºÕG;‰ßô¢"Z´¢œ½Ú©L'œ d¾•êF–ºh;ó#i×#ôòG²4AõèÏHlùˆ[¼Én+ðö ¶1…ë¡.Ä»y]å‹F•8XÉÙÚZ$Ÿ»¨êÄ_$¯88oU«lŽN‘|sK¹.MY¿A¤òÞƒ¯âÎDv“ÈQ_4JB$üï÷sËëDONUz"ÑšãùVäÓn{7YWVGÜ}DaN;·C,IS±¢'±¥ÜVÀב_ÈUÊL²=ŽHs¨²Ì3CÉùk]q.ù¯FÎSc©£·r…û9ÒçÂðƒüà?øÁ~ðƒüà?øÁï?ÿÿtöø§ õ±fo£±8Ô‚vh1~Ëh” ¡x×£-*ï(~ë4^Bš€èæñ¹4̪Nä+kòr~âçÒ B_rå%„þ•~ž†dôr;zQ²7˜âæzúEû-Ä2åg^QÒ9rRè#jáUDJÄ|—™§`\ ÅI޵·ŸÖÍGÂÃQÖòsÌø# ’«sô³[„ã÷%!ÇboÜV]ë!nyá/$!¼i(]¾//©%‰$ä Fé寷«S{ÄýSØ0›©„ÄqB–¿+ØÜç5f3º’AÏRÐ8Ýè ‰¿?Æ9R¸j"zí@hµÑ8ó(j•0ŽÕFˆí=ÔŸB‡¹¹D’åöâ,>Ã8¼Êh„¾šÈÓ>ö4aÓï’ZÚÞ'ÉÉuį-`uó–Læ5ò#.[©xÊ“ŸË·Jvþ¤˜z•8þÖX¬¾˜›Ï™ÛŠ×7ÅÏ Cìß ÷ÀÜ2ÁÛ½¦Z£Ó_7çf £OÎ#ùÍ#µa+Ù‹ç&<ÁψCù(í%ŒÜ&™#Êé‹xZ7‹`¦âꮿŒåc@O¢$º™Q9·f Z£1ºDégÔ©…YuzÙKgph„F0>h í-Ì.í,™z…òB»èzh<­›R"_²Õ‘O¶—Ñܾ*ý,ÔHö–8#Õ€¾„IúqãHÊ,Û”Ül¹¤¸_ñ¹Û¦Ô鉯”÷„ÔOAGÈú FÖ_Š¥u†äaªlÖÃÊݬþ«ªXÉËeU mæCØNîô§n©}ÙªC{ cT[tT€ö²(„äê2õ&k¨1ÒGOZQÜèü1f>êÆ^s³8•47 ¾ŠUÓ3˜óªS̯šëX7¦¹U“(Þ¦~—|wNj|Ú벇517S·&Šª¨ŒÊ¦n‘½íBý9Í qžqÍ•W”0Û•öï„Oí„ÒLžèUe¬p¦>Z(èôIîƒùyÑ´ àKh‘ÄÍÄE,gyÉQ¦.ÊcP üúHìb~æÀ \ÂïWS\ƱÊ6(_q@9 ?¯ØGŽæ‘×Rsu/O~žûVz=Ó•9Eè!u1ŠRÅÓš»do¹®‰‡NדrTqãÕ'¸Ú©:Æ\ãÆÌI qÿ#<òΪe“ëK¸ü©VQ“èu$„iD&XbȪ_†ªï ôA\Ú>$wnðœNm$×îsïDj–«‘û'ó ñn”ìc†cu¦â#·Pš«kX7t‰$Ô¦uŠó*äñ92ƒ?ò^I¶ qvQO'9c¯xèæ…Óß©_d7â:ÈG`ën åö.Ùžë­³^Ó53½ç*6¢žÜ Þڈ“¼Á'€ÇÐ?ŽÌÄ\±þñ,Ù±,3÷éŸâÑåFßw3óÌ+×[kxæÕïq7û¼N‚Z‘þiIŸÛçX·þÿ_/9Ã=oy ÇSõۦá•h®Å'tOùFRí$ŒÇ=ÇJY“átå›\QÕ¤,ê!Ä÷B-—œJ3‹ÈNä¯x™?ó7‰¡gËB×ïϦ cË)ÝsÅoRÜ’Æÿ B·HxjŠë›B}€gñgßGK®yâ–ùh%Å=ùÈÿþ8·îLÙæÚ"Ç=mÄ¡ j' ã>‹ÐÂ@î©Sî‰]ÿ`kt=M„(ÚG Q!bm-3“"îI±lÔe =EuåCëûe#_ˆtOÓHÁ=Ñ ·AÁd]›, ù}²t2©§'ÿ\zwɱ0>íCù×Â.G«©T̽o …ïZû’^­‹‘Ã&ÿ@õÆçùž°7ôG×[v‚¤[ÿƒP¾gx:Éü\²5˜VZTZó™4±_Û06õ“ ª¢v(?ÁIÁ±?óa÷S®ÎGPµøÔrÏý†š‹$ãšx޲¨89MFáø{!m{ÙX5X࿆ÐÀá¡ñšv}4Í;F…Æ…ÄE‡Göhë|lX\HDdl`ŸäÀÁÝÓrS5 NÖ2¹Ù¹‰Y)é,šHwÒfe%ŽNѦå$6Ô§ jE³IéiCCÇçf%&¥ ŒˆŽHóȦ“’RÒÓ´Ù ï„ÄÜœ”ÔÜlŒÂcQtŽŒ‰ ‰Ž‹CTX,Љ nN‡bM‡>šLMÉKX`T4ŠŒ‰ ‰ L­0(40¡È¸ØÀ±ÔèÀ¨°Ððˆh”Ø[ÓSÊ„j"Uld\HXh4B±š……††?“ž–œ¢DÒŽÔ&åæ$m†Ø4”“•˜œÎ¨QxdHD4Ó#WKG!œ–’Egæ2Ù¹4V ŒÄ,íø¤D§¦3)ôˆÄq8:8%-;'1Ó©ÃFÄ„3‰(‡ÉÒ¢¬V›æ–’£BwÈÎa™1$ž¬Ì¢DB£µÉ)‰i9¾TtD°6;C›ÄpIÊ¥"ƒ³’F¤4 Çá¡Áé4ÊIIÊMMÌjÜ”¦Q¶6ƒ!ÉÉHOÞÑ ŠbqVzFzNôHÖÕÒ$jV›­Mã¢gÜ™qt¶6‹fSµ!Š˜¸ˆ65›!§20 c:¤å¤g¥1ˆž²ÜFD† OIc†Ê’ãE¢ÉV`åÐÄìÄd–eµ´o×D·’U0,¥õKÊMLÎJ÷Ö0nµ{dlhHtd ÎÔ„¢ØÈJMEEF„ÄDÑ1q!áQlóΣÃCÛ§#/¶ÓLEÅD¨Â#cC"QdthHLxýŒJQKãÞ,¡fáq!±lÇL‡E?E·V4 ‹&#ÂCB##LEDĨ1ŽˆˆöÂDÊ4BM锞œKaŒÓÒGÍÒ²´oRúèŒTmN:•1 %ÆL[œÄàÚÚleSšõê‡ÒXe6¢ØÜ4_?VãáÛ¹'ŽÎ`è$̦0¨ Ëzzæ*«i¢£¨ˆ(í¡"{±(’Èd8÷eÇ”Dow&i k0‡ñh-ÊfÒh*4TÊ ŠJ§‡âÜì$ŒBhœ]5›ãDjâxšINI£R­ÎIÁUY ¢éÔô, ÑT†6-Y«Pf!Ì*“ÙĤ’½/642$&2ªQíð«Œk–¥NJµoÖNQ7ÔMåɨBÕJµ’RÛ0¥  5L E¸[d8¨È7¤D YR ¯i¬eYäN¢T!¥Š¢¨¦ô8vXºy7÷Txçzû`£Ôô:*BuMª×“Ô°èÈðè°va(6*¼™{xŒGx¬E2‰È ÷f¼0ƒ8",:˜¸G),J¤)Ì9£ÁÄÍë)LSôè\”¥mJç¤'³jµ†ÁcEX´q?Ôx(Í$åo¸m¬%§¸]Áz2lˆ/q߈‡Êù™îă ‰¥hVÉ„ÇE‡„FÑ¢`œÄ¹q,)uâ”3TN¤Õ´ZiÄ(i¬&C3Ã0ñÍYœÖ8¦jJ¼ôœÄÑCQ£¢«uHNÉaY5qÓ¢QT¨šA!¡q1L6ë§¡ÝG'¦iÙŒ,m²6‡H¯Yø¡†q‘˜Á8ŠFI‰Ù)©l2C“AqÈ i9™ÇyS Kœ}Šxt¥ŠRQJ죊bˆXUÞd¥F,¢£<©ŠRøDª)”„¹†‚¢£Ü¢˜H¡$B‹P‡ÐJ’:Â-’&%âIWaÒÔJE„R{ Õ¾×.,,5‹r'm—0wL‡“lãl7U¸'ÍÐ$™ãhUX*-„vóiß+›Å ÈƬÞÁµ I| ˆ€ÿ,2né^‹î=Y~¦&âÞ¯{×=·­ÕõáëØed¹M–Óˆ{9Bo ÛÒ¼å‘EÿÍAs÷Ý–…©´CeNQ™d[ž6nûS²<'¤ÍN›É?²æqa©/‘‘ÒF~-É •#MfÃðôòæã¸qýÚqYút*m”iyQ"ãͲÔpPØ"6®ÿ¬LˆgYö’T²bÙÒ‚L ùQ9€3H.O^þõ…;*|3°Ä£¼WBŽ·%\¨ˆÌäu^ÊMN’´êóΕ—-NšÓ§5euà¸>IØúð÷"î+²½\î•ÙYŽÒ¯·-Ôiy~åúÓ\}çögë-“f Ò8p9êúm;²—ó\Xúr“r»¢åù°ÚÖ½Bý=mÅgP9oÇõzÃL¹Ië_M;ì—-nˆåhɶ%ôìm´ÿן¢Ÿ~ü]¸xQž®ÛÒr§( ùûû£¨¨hT·^=sñÎ’ê†rè™ÊWú²²2l¦ˆc\Vž{?z1êÚ½§‰¡÷ó¯b1ô*™¢@ë×®A­Û>sÛ×ÏO†Þ10so¬DÐJ+’Çc‡sdK‘™(u J¥¾D9*íH‡µò,«à}•q¦[K¬L¹•XqÂåFœÌ•vP^,.î8W{«X)›¯œŸ„›X"£<3 +dű×ðXt í…N=¸2ä>võNEk ÍaËÁ’Î]¾!›©\\zýrùÒE.®Ö•ˆ‹ ç0Yúrÿæô‰ a¿#Ä¥*§Œìm@YÒ\»äy¯(d2«'“¶£‘zÜ’#]Þ´ ²µGVm‹,o±v:b%6l€#œkKzR^§åùµÔ¨8]A{‡¬4\l9uÖCyXŸª zÖ΋ER®%6¸ê]R梎.{[©Ïà¨NˆsöÜœleõÏœýR•#NÑ¡¶WyP\T¤ºwï^lYYéË¥ee±ÿÞ¸¡¼xñþvÏôL‡¨Fšeò·oÉ&Jmß×Ñί·!bOøý3§O¡Å‹!¦¢‰•8Í%ÄI>næx¹ï•šÂ#.1Óƒf—ƒ Ü«`ž…VyyZî§-ôÈZRd¢´V}ÞNËZ™6ÒaÉÚrîìqØqEœi3ùÓË~– Ü¸žÈÊÑ:4'yYU´µn­—Ýšá²(ßò:«Âõz¥ÊVÈ—ÊG¥ ƒ¤µDRF5ì”;6cdMš…°q% …hÐe:¦²=¯6°\|Äøè¿²½9%6[½³rÇãtej™Ì iÄvöŽšíX¨Lš¬Ü[Bd~Ü^Û"¹†»Oª«,9b%vö*+Ñ™aµM–y~å½kfu†¤qy¼â·6ÊVf¦!5ËJ/¤4,n$ðS;9ÛšÓç€ú-×ÒNg8×m«™<êËü´¬gVYÁN4³|³Vo$çôõ&Õ ¬Åíp‡šƒZ£)¹xáüÞÒÒÒ)dÉ£(ª~•*Uk*7oÜt{xJŠ'9ÿ°²öó¿0¥À)0×Ûí¢žjs ¥Ò´UdãkÍZëÍ´å°ÛrÖíq¦å-=®²½!„ùj9Z‡öôT›«ÈööàZìe—8zXèEyKø?-©·ÈOl#¿·í­ä.ªK±V©æø„äFÖœB“…moƒ©ÌBïݸþ³)»&8ª7«¬"½À’^P[y2Ûè¨DOµ-Ç£"½Õ\µdqÙ굫·øAC6²ÐÊL£ÎÚPµ¹GTžl“8*Û‹ï ™ qH{)å=ͧíéñ”…U¥=Õ6óU‰Þêdyú_}3ü¯,J,Ù#;óhM[›NiVßT„/føPÓ†^r¸C-Åùsÿ¨ˆS]³¬´´>ùϼ}ûvO>Y}&utš(_[µyÔP‚SmÖY3:òöñå‰tâø_˜“ÃÐH¡T"VÁ"n^Ž­Ö‹<ìÊ:?–Òꂞj[κ]δ,/zCŒÊKfsr9¼Êr8xå΋÷§5ÂÿM²¬å¹ç”+8ú08Òål¤Êù”!l϶G¡I¶§Ád‰ï|ã‡8Õç¸t'ëÆdùDø7™Â€1FO6 F ›ë}e¯QŒŸµ<™ôì•ÇØXšáD‡ ÙÛ©à¬t8ɱ6×RÚãH sõžžl§;N’—ž×Òžær7¤8ù9’'œ~en$BßS]U°o¢ÊO))“•¹Ý½ÄVÊÀÖ3æF\+¤oìL‹­4§rüŸ³g0qª•œsMåŠËo§º\¾‹=x¬êÇ¥‘`‹06v›ÎzE©Ób9¼rçEÒÓ>O0¶ûõFÏ‘=Õÿ,𠕇?åh0Y™¹mËyŒ®~¢‘¬Š¿ÿÞ½»··~ñ9z6¡‡ÙÞ× 8¾–òdwÏÞCê\9½wô9ŠœSÀME:c¯#`¡c«'ÛeΆ“ÊÞ¤§ùaà€™¹òÖ·8J$LåÒÛ‚7Íè‹ò@þœŒ8=¦¢2³óƒš2>;EßÈæ[»dÍjÚɘë8%N5?a’Ã9 N5ÀiÎúÀÁ«P^$Se%²c.À1 *;L•šã.™Î wvD'zsþzî¡j‡õ¾Þ»}Suýf‰˜'_?tåò¥ÿĉÇfz+íØèÉv¹³á ™=ŒÜµ2ú ×!6{m­è‹rùyHöœŒ3ËÜ‚“ë}ãÊ´pª€Š9†*}O 8ÔWƒ©²= ÎŽht§Ú¡†àß+—ðíR]p‚SÀ™~hk‡:VzÎu¬-”k”ÈŽÆ‘-TêÍ7Ÿw€S T¹{˜{ëŽuvÀè\ý¶ú0x9ç2WØŸÝø/@úÄ®¾â¨@,A™ iŽP6ØÕù´ú®JŒ±þ]’ú1F}w‰µ/þXûBBö}%ÇZ8¶*‰µ/ÎBa¯Oçˆ¸ÊƒŠø{åùÂcùjÁ±æ_JmÁ¹¶öh¶¥÷#ÚúJBöîÒÚ+dN#û?•ù *…=‡ÿÕ¾2 ¢‡Ñ·ö`{œf9,}b°¼/°/OkÞ’mí++Çõ÷:²¡*ç³ÁÒ÷ÿqOps_YrÄë1î _­’½ÌþA6ì­~ О!M!?•ýìª5GÚâ»->·ÁIk†ÐÖ{iM>oø;U¶¾ªd©Q,Ô÷ŠÎ rägw±¹}ì?Pž•u6í3Øú–9ŸNåeï/,¡¼þ^y¾ðXq§Ú†smõÑldý« ¶Þ]d)½ÒËCÖ_v~ÛʽöT°ò´Üíi9–ÙÑ`@è€'ƒÀ[d»ë©–(b5#• QZk@×ÂçªîÃSUW}<ü`¬ÿö»}ÏëãóyÕŸænmKGôˆð÷ßêã9r@䪚-òOõ/}ºûâÂè”5„Ì¿Wtæà<Õ—˜ûsZoз9Ó Éš¿üxü;Kž]1bʸU¿¬kwõàŽÜ†mÒN]ñ®zqfµÜÇιp¤ãÝ[Ýß鱸hmL1ëwþ6¿×@Õ Ž×7Ž*ž¾¡0ÿˆöëâÒœUì8 í?ö³€'‹Øåëoå­[œ¹¡åÞWë²qgŽ}§ó«7?B ;go¨ÿÜø3O šûÏW§ßéá]wV½9ÓZÆo\ÛÐýÝ™§ï+§6þ{Ê€%U4÷/yuê15`â_ËÆþP8}ú®V9ƒÆí›¾kzã‹×ßñnÊî/˜÷ÞÕZ3—¼—Q¶­G¦ÛÚO(Øä9uÜKë¿}mËÒ¸œ~³'Ì`;²g;Ì÷lxyMqßs׸÷è¶|ü‘#F>·¿0w¹rз ‹~9©ª?¹Ó‘-KGµuÏz¥Ó”ì™_¥ßuïݯúÝ€e÷òÿX¶ùTµá†{vÏe͆¿—¬wÿ꥙;4ùxÿ‰„fINw~óýCÿœÿß;Ãϯ9Ï o²o¥Ë®ûÑÄóã¿×ßõèVÜrùœß× ì¸»øXlËá³×Äý>¯uÉ‹ƒŽžnúíõ”}«Gåþæñû¯%}z®¿zfûºÕg¾|íÏWó¿zíè¹>[Ú¸Kô©ËWÌþè®[Ñ¢!W:ý–æýÏ_™Q«v·_Ÿ9øÊ õÇÛøK½ªGÓº2·ò/vOê1‚¾<¯´õ[ë?ù."ðîÜuŠãï xªå+Í ¦Ó¥ßUíZ<>¬ùÅVÛÚ}1tNæ GnæИ¾©÷Ç¿x/«Êö¯ÛÖ>íò®Q]†ÖÛI{²×7þüvüÚU“jžíæQ<Ò}ll´g¸g͘n=¶ª²þõ+#ƯÎ\ýó¡VçTupæ×­¢s?™¶bð²­¯½2Üý›=û¯_3Q76jW ­‰Æí76s»l¿?‰ s“dŸk´7 ÅY‰·­7Ú÷à×únýg Ã{øn,îqŸ}G"~o²d°¡Qhº½ÈùæVÒà'|ï{3ƒƒQ;rög¼¿D­D–â1E µñ[EFÇ‹„8Æ£ZF±=‰rÅœ¾bü•>äi´÷ÝØèÎͨ‰°uÀÌ0ªW#¡uŽEç)÷§uGæÝQU~@{ÉBúš“Yô¥9ýŒ6ð¡ø;î#5jFµä?—PO¼ç=Ä…â¾b‹à×;Èò }µàã¾JÖ5©*üv?²ö’äþ.7B§(7ræ]ª Ó»e$§íL¼°U}Nûå ÔߣUh-³F6Ü+߯‹Üø‘u¾|Œª™”êNf3’üâ9ø'Jý«…Áëlæ¬R4Ç!øÚpô:s„ß›Ìï­Äõ5ÊE³ÒûOò{{øu'M£³­P_W¦ºAö&¢ÚdAè#6•¹„áí¢tºóëêdÙFùIBj¡×h_qšŽç WJ(nMf¶Ò„T”ÑÏ“õLñ'-ÔCW£P?¤!K}ñl ²Ôáê;û9í‰æð¸Èøå ÄMµ[¬Œ†²m±>¾l–›uÅß»Zå¢0Ær²^Ž'¨òÉ>¾AÖÜs/jtŸl¯ÅÁœq!N5Y2]¨p´— á™ëÏñ–\¹˜í+¦, ½Ïö' BËP/ÔG™@ä©Ó…/šF¤ø~Õ§TdqCkÈþT²Ô"9(&ÿƒ•MP‘êRJ§•RÑۧÔ(¿Œ:¢×©š]JnÂ1ê0)¯ß™žüöM^ÅÕQï@)êQ8×íîä6—ŸÞrT5™—ðQBÔ u–ê¼â=7îI¦Ûêm÷ÍÆ_Õ|]UK?ˆWÿÝ©°A“îäô9þ ¯¸kcnñæÿýÐz%‘?©%o‘¸ÜO¢Toþ»b³iNCôâçn ´m#W÷ æÓß¹ÝR"ÛרIÎòh¤àÊ; sŸl~ÒÓQ8Â= ×%û=Åtå±/¢ÞäÊ©îzis ¼îNMÒéI4—¢±ÊÞT*aì[Tríz·Îô>Ô_ó6‘iYÆëÐç©Íh¹ã3Å\<‰śȳ”á]¾ECi¾â­Žç%ÄéÉzDy¥¾@ƒÜý…5a£3hªîeIwSš.bI!í âÝÛK§ï 8ඈ÷7›y%½“7_žÂ8ònÃuÐi7Nÿudkà3¸îEûò%5VãÃÿ/tÛÀÇ©uÿ¿‰ö"náUÿ%šÜ¯¨´Ö+Æ(ͨpñ¼›{Gî{¯ðƒüà?øÁ~ð{Ôd?øÁ~ðƒüà?øÁ~ðƒß#ÑÂóPËö« ó§l==J¶ßÓê,)º›‰“›Ýñœ™Ye‡„­C’µáÂ<³N†ùJüQcÔ7Úsæ|6ÿ6UKèžìf´C‹ñ[úkÂÿ ¼›#*ï(~ë4^Bš€è¦|ñ¹tçß᪛«£6Š‹Ãr¤ûú@~îÕ—\y ¡%\Ñ\2j;zQ²7˜lIö¹¹:”afŽ~Ž7×C÷o:9B7í§^E¤ÔAÌ×y™y ƵPœäX qûi~«Ž°–l #ÿüÌÉÕ9¶J8~_r,öÆmÅyT=Ä-/ü…$„7 ¥ËÏÎZGÇKjI" ù‚QzqÒ¦öˆû§pq»„ÄqB–¿+ØÏ 3f3º’AÏRÐ8þØ|†{7/7—l¤pÕDô ÖÍh2š¹6ŠZ%ÌGkƒõóæÚáSè0ÙúW2s¬½ð_ Í©ð IHÐD¾˜ö±§ ›~—ÔÒnô>IN®£ö$ Xn&)æà7ȵ[©xÊsõm•ìüI1õ*q]c±:øbn†`>n+^ß?ƒ ±'ÜssË |ocôšjNQU…9znÜ "’ß#´†öævÎrÿW(/´‹®‡Æ“”=Ík:_²Õ‘O¶—Ñ̾BV HöÒoЗŸé§›iIù‘e›ò5rÏRÜНøÜmSêôÄWÊ{Bê§ #d}#ë/ÅÒ:ƒuóÙ¤@¹›ÕU+y¹ ¡j¡Í|ÜCê–Ú‡ŸC[‡ö@Ǩ¶è¨"íe=PÉÕeêMÖPc¤ž´¢¸Y°Ç˜ù¨Lö[r2!éC­bÕô æ¼êó«æ:—>’£­šDÃŒ=õk¼ä»sRãÓ^—=¬éLŽÕçwRTEeT6u‹ìmêÏiÆ0s5‹æÊ+ «E]ó;áS;¡4“°'zU©oQ}´PÐé“Üó3£iÁ—Ð"‰-š‰‹XÝüÙEL]”Ç$ ø ô‘ ÙÅ7=ì.á÷«).ãXe”¯8 œ…ŸWì#GóˆÈk©¹º—'?Ï}+½žéŠtsÑ~R£(U<­¹Kö–‘ëšxèt=)G7/íW;UǘkÜ<7RBÜÿ|†³jÙîº×Y%©VQ“èu$„iD&XbȪ_¦ß胸´}HîÜà9ÚH®ÝçÞ‰.Ô,W-"÷Oæ9@ã)ÜLE²ŽÕ™ŠÜBùÙÃkX7t‰$Ô¦uŠó*äñ92ƒ?ò^I¶ qvQO'9c¯xèæßÓß©_d7â:ÈG`ën åö.Ùžë­³^Ó53½ç*6¢$„Pw^BmHÄIÞàÀãèGfb®Xÿx–ìX–™ûê =ÙºÜèã†'l àzkÓ‘î;m™Èïq§Ì¥· A­H ÿ´¤Ïís¬[ÿÆÿ¯—œùs=¹ñT}1¬ix%šKY’Æt~Iµ“0fáGÊš ï “(ß䊪&eQ!¾j¹äÌPÚ˜YDt"ÅËü™¿Iì =[º~6e+XNµÒÉ’â–4þߺEÂSS\ߨê<‹?û>úXrÍk·ÌG+ɃÈÿþ8·îLÙæÚ"Ç=É¡ ÿ½÷Y„–æ‘ã+î©r„Z£«èi² DÑ>bˆz kk™™qŸ]ÉFýQ–ÐStQW>´¾_ö8òåŸ*þUv÷Lh/Ü“um²4ä÷=ÈÒɤNœBžüÓÍÝ%ÇtO³å{\C¸­¦Rq á_ ßµö%½Z#‡L2þêÏó=aoè"®·ìÍ=¿-0ˆïžN2?—l ¦••Ö|&Mì×6ŒMýÁ$ˆª¨JàOpRðÆEìÏ|Øý”ú70DPµøÔrOéÿ†š‹$ãšx޲¨89MFáø{!m{ÙX5Xðxãÿ}oø endstream endobj 237 0 obj << /D [235 0 R /XYZ 56.693 815.761 null] >> endobj 238 0 obj << /D [235 0 R /XYZ 56.693 759.068 null] >> endobj 239 0 obj << /D [235 0 R /XYZ 56.693 738.489 null] >> endobj 240 0 obj << /D [235 0 R /XYZ 56.693 495.704 null] >> endobj 241 0 obj << /D [235 0 R /XYZ 56.693 475.834 null] >> endobj 242 0 obj << /D [235 0 R /XYZ 56.693 400.699 null] >> endobj 243 0 obj << /D [235 0 R /XYZ 56.693 375.118 null] >> endobj 244 0 obj << /D [235 0 R /XYZ 56.693 219.095 null] >> endobj 245 0 obj << /D [235 0 R /XYZ 56.693 193.514 null] >> endobj 234 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R /F73 59 0 R >> /XObject << /Im21 225 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 250 0 obj << /Length 2180 /Filter /FlateDecode >> stream xÚÅËrä6îî¯ÐQ]e3¢¨çq7q²»•L%5ÞÓ8YÍq4¥–:zÌÎäë Dv«ÇvÕ^D‘Ä“Œ‚Ç ~¸úçÝÕ7ß§2(E™ÅYp÷1Èb‘åA!K¡’"¸ÛŸªn®ÚÝMœFá^óÏ<ÎÕÐôv”Ú¶¢ö_zªC£»©Úýz÷ u#¥(Ó”Zðºïî£(~œ‡ªnîU¦ºSt#ýTuÝô—é ¤ïªyjÚyÄ9ØS°§Láž’<YY KÀ“á7ÔD¸âêöîê÷+ Q ƒ4xä¥YõáêïQ°‡9 +’²þg A*#« þÛàýÕ/W 6òœ8ÌXÜI)d”GJÄB Ç]|¸‘Q…·-qÙ?|ÒSóy§¢°§#hС}¨@èôkíoë9X¹¸g ŒcèåÄÅ·sÕíyƒÄ§f§áçLCÄ–H"su56­íìy’‡´vŽ@~êÇi¨‚Ó­>?LF3a“ËÄq8Uƒ®ÆkšgËžGaÔýJ$ÁÔ°‹f_MŒÇ6GÀSkË…G7^éÊ ÚåIÒSR«wbY–‰T)Zö#B+™9Œ½ƒ‘ÈÞN"7Ø"7Ø27Jæ† ùôqdÄý·=wlÐ(=XŒh¶óü¸KC<bfšíŒ1hüyÔãÔ>Õj¨c5ˆAïðp¸cª`¿Œ¾g¦ŽýØ<´zôDÈJnOå—ÁQBߥÚ÷ <‹ÂŸQ‰*sñû¬t¦i÷ÔaØéuuM]ã™jÝ«â½âÿ^?h‚©çñmdêÍIà/yœÌ¸¦}³8³%Û5 ¨f.Æ gKËò·¡A‹Zúv~âÐ$KQdåê’mÇð®_Œ:K7Œš¥þ¾AµÎÙrrßrr£8Ø’F.V”³…äáÌ-ݽÊcê€t&ýÅöܫđY‘Yo{·+àäØâ ócäŠm{ ?êÂ>¼$g³ÉæVœ½ô#ÿ,“Dáµ9»» ï¿r4:<ôì4G¬Ö0Ñq pU}ÁsPïë³0þ÷HäævßLvf`dBþá¾½§T~ôËE!“ -2Q@ÑÇ•ªàï ƒN°ÛÈ"r¥ˆ"éI’žMn§,{ª|a8¢ê&)×èXóÒë¿f>+„ŠãW1m§Öyÿ>ûg‡èž—Ù«È'…(Jöà›—¸cã8ôÇF﫽Õ+Â#fªÆ¾n(Ƙ.oàÛ¾õ§Þ÷)›[ÉR‘ *i¤N“ å$A«Å’'=x¦4c‘v=e‡'ÉÚIÔøN58Nm2qlŠ(íÁþšDî$†ëFcºôB@å¯Egˆ} GR i„k˜ul þôlY62ر߳YáhOƒ—1;ÃÔÀäZhP‰hè#„ꉑ1“´±bQvËê‚c#¸°“ç©,K>)JkÌÏ=ÅSå8Ç™g"e ÍH²DDQB»ÁC 1~BIxû?ÏÚø‘" õáØ¯RÇ‘ª}œ;c4EÉ ÀÕ„Ó`GÓPã¢Éâg¨ÛRÛõ‡‡AÓ’½äÃÄßÞOA3ˆ±6ÔAƒ·#e@·ðbIÈcc;S3ÍÍ` ÆöMgÀ››íôâ@šdJƒŽÚ©Aqø5þ¤ëy›0bÒ8üùŒ¥jûÁ–”™Åh…zaÇÁG ;ùt)ñr˜ò>ôôOh+ä@/ñ9^"Ä…V¥BE¥“ adœ×ÂÒ)+2?wϯÚ œ@VÈWm+S"/’m•dB‚=½†|’Š8-þïA[©ŠˆøM\³’0'Ï ÚéVÐV’ª¢+l/m˜ó‚¶³Ömœ÷ƒ¶ñTÐF æmè1‹ËÚËN8ÞØ‡YåO£˜á›­Šxµp60¾“/}llq\º{ÛÃOo|̰Åý¤Ÿ!Åg?òfYA iHž¿M¾•¸P™zaVð#Fž»'—s†Ç‚ľ{rËt~.HB5Òb u¨:í®>ˆLšÔóÐ@¨ã KíÐŒ‡ÊÇA—'y¾VzæÌ ÌwzÄ›8 ÌdM²å"ŽßH ÌJÍÆpz7—ÅáGº(á«0h™Cü]‡=HW¬Âá\K­UÑLñÈŠÉUÑŒ/ô ÝRÑk&Áyœ¦û探ÉOz<êú^¥)mÍ'tÎÇ¥»è †s}’Ù´¨cÿsðò›ú”ѦTžgªNPTð×¶‹ÑÚ;%ê;v+_/.Ú²T¢|k[Ž"‘¼‘-ˢыm™3üDæ'>Ž,>vN²êD’ïÄ)”»Á°èP—ë¬çYÝé bðµÔÚú±ìí þö>xÝ»Å.¢â`CKOK…² \µ,ÏK˜[J…µ*HͳKUcFý˳ªf¨*(O«˜!e.Ï«)/uª‚Ò¯ 6öù7j™(PÄøMj)K!ËÜ&/ŽçQø°šÖнµâ‡43ýV²/#)2Ø'ûæ g]êÞÞe »+e]œò¯¹Õê±…Rqå‹8‹v~¥‹S»uïXŸYB\{×™sç_o.þÕYoôòr~ î¾Ã¼3/©U°Û5Ý#n–Ÿ1NvëdkYÊ¥Œkã·ï0LGoIÏÔ€_Uèqy¬{‹kp2Ö¾üLƒå`YHí…§8¢a« Z0®ï|häûj´Dg>NÞ¯—·žTÍöœ.VÏÝÜÕ'Ï[Ï­I¢|ÉkëŸ4®Ïˆ endstream endobj 249 0 obj << /Type /Page /Contents 250 0 R /Resources 248 0 R /MediaBox [0 0 595.276 841.89] /Parent 246 0 R >> endobj 251 0 obj << /D [249 0 R /XYZ 56.693 815.761 null] >> endobj 252 0 obj << /D [249 0 R /XYZ 56.693 759.068 null] >> endobj 253 0 obj << /D [249 0 R /XYZ 56.693 739.087 null] >> endobj 254 0 obj << /D [249 0 R /XYZ 56.693 660.306 null] >> endobj 255 0 obj << /D [249 0 R /XYZ 56.693 633.852 null] >> endobj 248 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R /F65 39 0 R >> /ProcSet [ /PDF /Text ] >> endobj 259 0 obj << /Length 1080 /Filter /FlateDecode >> stream xÚVIÛ6¾ûWð(6‡‹Ö\ 4tAZ4è\‚q‰õ¨D)M›üú>n¶ä1šI/âöøÞÇïm"è€úqóýÝææ]NQë‚èîOT0\”¨¢5æY…îZtŸü*ÆYôéŽå$ie˜ÌfºSq×½ðãORk1trœDúéî0µ£×yîFñF{BØaÖ¢éö¼àã¥:ã'¢i:5Js:¾¢ô71O]?{ob¨‚7ܾ)+K\Ô5Üp’Œž²Jnü@ìÍíÝæiCA„ Šòä9*kŠ ÂP3lî?Ô˜ÅY]¡¿ä€rJ0ãÌ{ôÇæÃ†bÉŠà X™×Žá¨<«1%…‡Ä1ÇF¼‡îw”’ìYY~˜÷<§¬e"2K#ýØÊ‡0“Éfž„þ.ð°ô-0Æ2Ì‹`ô½õ^•'ÞgÔøùQ«ñÐK¿rŒWYò4‡§¹“ZÄyØ4³—Ø`9I=tcÔäam°)Ršô…íªH>¦”ÕÉÖkÕGÙ<ªmÔ5Jnµ ñÍKÐy2b­Ð‡“}¤j„¹Cm· 5o&&ŒZ: dˆÔ£ÐâBÒ› A»jszÓµ Â/Ÿ-ù}× |Tâšsè­BŠ=ÊAPÏ™10騍!»Ä² f ¦]×é{´˜]|È[¯{ y€·f­<ãgvqœeö'Ø×~ #­’Ã<@aPfë7ØÓÑÏ*Mâ­°5ûñ9¥àã/áŽÐë 'mÙ±[r8ªI‹Vl72 ÑŸ±kâ&X—Ví?GxBçd´Œ“9Sg­¬‹•ã:x|{":x,e6p•~W­<Ê¢!˜\U¿èoÙKÏXŒ« ʱÝ9Åf/]ô^–W{Î…žÁ)®ÊsÑ¡×ËÎï)C'²RFgÞ–šÎÕØ=¤ Jóe&$Õí«¢+Pvœû¦1*cˆ?¨i‘NïÃ>yâ2}„èµÕ’F¬ ¾ˆw[óµÚGlPÊpžsÄ( ôC÷€Î‚V’{‘ÅÜò"Ã~É+h'§“›ŸÆÐ úÊËÎÍí¢½Ý k;%_8…å%& Ög¬ŽÀ¼†ŠËZ:{Ç æ`Š*–­wݹ¸ÐêMðØ·zàUXõí"Ç™m¶„á—}›/ú6ôp\Á:öíØ§Ï¹uÙ„©3ÿ.3RHÄ6€¦W~5.ÊmoËH½ˆ]ø«²± õÙ~|üZ¨)£ôS×B¬à¢…Ø}¨'ƒM;(é­Òv&Þø“6«Ë®èøBY[¦¼_A+™üZ{Yp6³hµòs_Àm»¥aÿ*ú(¼ö(äáöZŸYåDM˜]0ÛųlæÞµ2PÚ«4# ~ùãœV—àìoò §ÿ€Á¤¨ÿÏ/à¿p‰âk endstream endobj 258 0 obj << /Type /Page /Contents 259 0 R /Resources 257 0 R /MediaBox [0 0 595.276 841.89] /Parent 246 0 R >> endobj 256 0 obj << /Type /XObject /Subtype /Image /Width 486 /Height 507 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 28618 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 486 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìyXTeÛÀï3êÈ" à‚"*(¸+"Ãê¾oi*¾inõ™¥¯¥•’¥Ù[f–f*jfeZ)š–KJæšû‚+î²8àÂÎ sÎ÷ÇÁãqÎ2Ï 3¬÷ïòò†g¹Ï}ž¹yæ0œEÓ4Ã0 ÃÐÒ° A±>EQ¥Æ-Ö Ãèõzš¦õ¸’UA¤bê5[²•lØZÌVçÒVmÌ&‚ HÅl±Ÿ—i>Üκ´´TÇãÈ?I˜;AJ¤}Ç®666¶¶¶¶¶¶ìÖ™*..Öëõl™ÖjµZ­6ùào/¯Èè^˜/AJä`â_5šö»Ø=ƒ*,,,--e‹uIIIJÒѯÄ@AA”åŸÞ¿íÞ•“¥:m©®T¯×ºªvè9ºéKí1›‚Ôr òKKKeØØØÔ©ëdv/Ç:ŽðÛ/›ƒÚutpp°··§òóóu:]IIIIIIòÁ£FÍËÏt%E§.$ÿÔÊ'¨…—}]g[;€æiAâ?§‹JaП¸¸{éJu J¡T*ñä!R«((È/**8}ê”L›;::֭˫ڦö¢(xüøÑ‘ÃÿµëèèèXv-›½ííå ÍÀúy¯¶kÓlÚØÞÎvúŒ¬ÇOr7kâù¸ü|}ý;^¹tqãǯ»wzúBjçNF çAZµ¿.(È?sæô ÁÃê:9‰×ôüü¿'´o߆Ý5›× ¼½¼JJJ”J¥rΜ9ìUìRöî70??aæä¾Í£÷t²¥¨ºõœ—ØçdÞ³yríì‰ãM]ôuù4ó;y`GÄÐ1Çÿ=­òpWyx0øÿá?üWþétºãÇŽô0¨ž³‹TY·³³S©TGjÒÔ×ÖÖÆÜ^àèèèX§ÎÙÓ'Ý=TÏ?1Ï?mïX§¸”ªãÞôZ¥Ò®þý®\?ãå[ÿaVΓÛçSýÓuÄÿµëÔ%?;]¯§óò ð#€2Äǯ×Öý_V7侜2e²y£:u:vì`0>;`9ç(É=½qË)ðh?lXg÷ò„d•÷¤Y7޼p?ë±–¦ê¹y´êÕ¾Q]S¹ÿïßÉ©w JJëxõ-ÌÚcÕ€+ Wì8˜1¬µÏ]fhW7†aò‰hƒ÷?øÀÝ݃fh¶¶Šözÿƒ¸öÜ3½¸ÚªÓélØ¿o|V²fh`ðy©Ó´´®¾m¡´ˆ¹ûmî-;u/3×É^q7#·PKe_9ÖÚ¯Ùº?Ov‰éÒ©=ÃÐx %O-MÀ“«û5!c=lì—fgìßÿ€ÚqÏDFFr–spެcWišVRÔ£Ôãt§>T9B²8ÅÙ6ÿ~œ¦:tö¬góäáý{YEí:š:Î_gnhi¦GddÝ:.¥Å– ˜Ö3 %U)¹bÇ€ÄÄDˆŽŽ6oXK-¡{ ™Ë˜|3.Ÿ½-\8oþ|öh/(PÏK6û×\ÉfhvÛAáýü­àì_)¾sòfFÁ™»yiš¢†.¶Å Ge=Õ½GZ?¿†uë]»qãz·ÎñÊ¿ê(‹e½êýì%Á@þ½#{þ¹õ4¿ˆ¥³GƒŽá‘-ëÛÀêÕñ0mÚÑǰjÕîÉýû÷@óæSx¯7Ff‡—Ž<“ö´ Xaçàâæ1rH_Á"+9t'Wa£Šò.Üw÷ÎÙ§%íœí€.-8søÐå[…Z¦®›ÇØ‘ƒˆBÒ=9–tèú]lUMZª#º¸Ù*¸Ž1[½p§DáÞ¿K³z$áÿë”¶TߪߠîMœZø34Ã0ŒIý²~}q©R¹‘Ù€u…þú3)ý©¾i[õÍ3Éœþã˜öÍ\¼íéXVPLc¸¶ï÷ãwrë5mÖ\U˜}—0¤+»w}PÐ ¸‡uóðÙ³» Ç |‰ks2×¥C»¦ÉÇ®;˜Ü©i’ðÎçÓ4Ó¹aþ·š1i¢nááþõZ°€ëòá‚Ü•®Ew*ôz½ÁýCJuZîq§Þ£KŠ >YµÝ‘*íÔYU×áZZš«ÃM-x;2géí\ú·Vµïññ§_ÙâçühšÖ–ëKJå U›M©k›vgvì?‘É~YªÓ@áÓ¼+§/?.Ô•ýèοZª Ằmø}›ø°_ú6ñm@ò¸ƒ2­ðqÚÍ;..nBØ'ùÜ,ªA=»Ãýõ´TÇ>ÏþàÖêi¯çµçFã'œÿ ÿ±Ô aC6ºq÷qîÓ—N^¸˜6qü –ZéÓ£ ô4sjÇÖgŸ}tôaa˜§#MëõzZOÓú϶|HÏ{­×ë ç‡ê¤=Céõzxö¼|xÐÊQy&·äxz¾úÙ¯š¡”©Iå‡fh=C“ä“}\_Iq:­Ï•(SH)?¾¢å±Q(Ë6Â옞][æŸZ¯W(•4CS¥4mÐ .ZÄïòÑGÍŸ7ø½E=û$Ã0ÏwÙl¡¦†»œÍâÞЗ²µ}œWäÖ¬CÚƒº­ºÜÎ|¬roÚ½]·ôb寄}Qáê áê¬Üâr\ ØG 0ÀP@±ÿs¡PÀ6à~‹J=»®Ä¶b€y6ï,x]Ž¢φ§(Š–¢€¦iªTëáâľ°™—;;١iUÇ6©»ŠŸ} ÃÐ SZZòèþ'¥ìY¼m¨ûZúè•[nÎÓ¼öìë6WÏœº|ÍÕÞÙÏד?¾Ác©Aö:ߨËÝÅÍ=ßöÆÃüƒhso.ÒÓn­C:7®ú’û‰‡®Þ9r·Ç –8$Ý+ؽÿXÇæ…š»íB¢HBꨲOÉ(GaãÕÜéÏ«O¹#1=÷¹tþØ ŸÖ]¼•÷ÒµzöùaºtùÈá&/u`è,þð`ßçîü›œdãØ¢YS|ƒÇRƒPùY§o_-ÖÑöN.!ѦžxÈд;¿¦uí˜F'_Ë{xô©Î¯yt¿§ÿ¾zçJÒ=ÆÉULRËž½'¾zéxØz7}©Gx a¨üÇòဃ{àÈ~vGO]ºzúØEšrr©ßº›=Ã0¦N$õ¸U/õí?S2/² èÊÐY”ÂV>ŸŒà÷uR§Õâ¹’øˆÂ ¤Æ$™ ‘¬ØÏ>¢×ëš6Ø/sm[†¡)nm¿Ø Þï=¶Ü¿7gÎâO?éÅ»pÍ0 •‘‘QXXXPPpú䱑£Æd““S”w&ôiqÿþ}öíûû𱓠¥rgÉ.g»¡½£Ù{¼²XØÔ³êË>.» CÓ@Q Ã(žÖü§šÑgÈûZþ‡®höç' ~¦µz—l}Ñ¥Ï<Í+[Ǿ!êÖxBt:mÿƒ~ÙüSxDTýúâköèQNrÒß Ñé´ì2£ÃÃPÜu^þ¸=ø ïëƒ Ÿ>Íí3mê{÷Ÿ½t±_?8w!5<¤[ŸžÑGŽ÷pWÑ4Í/Ùb—}ÊJöóORÏkzû@+׫3J‡VÃ_n%<³ÂQ\Tdoo߯ÿ ?vý.ÓlÀÀÁ¥:]II‰Ù½øå6(Ùee›­êü'»thÏ^éÒyOâß³Þýºuî Ò¥ ¼¸Q—,Ä Ã|×ÒË*÷Úw¹ŠÝfãšF^µ‹‹ëÔuÈ>¿”}2ýÀG1a]üš6öððjê št_økªI‘œÛúe¯®Þ^ÚEŽÞs/ŸpÙ›Ãý7hÐ}á/—ðE‚ 5ðÂ2-xü«/…tÏ»páa@+Š¢œ/_‰˜=;õPÊßãb‡þµ½>B¼ Õ];´ lš±Oäß¿l£j5 Kd[úÁåäÝ «†Þozy÷k\¾ïmüòð¹·ÛG¿½yȈMÒöþ~øÀÄðJYw؈¡þiû~?üçÄÁ_ß<þ\X>rüÇ)m_yupîÕ}›–¼qn¾÷½ì[øøµeï xÈt“™1O|4ðãŸ/:¸¿Ü?()®¿I‘ôšùóð—x¹þ±ûTâC¿¼u2Ž/¸hóEGÏ£´9ôñ|‘ HÕÊÈÈ(,,,((8yâèˣǚjX_û]üœwÞÏÈzú÷ßÚ]F½=K÷å—7²5GõUtÿë`óf~ÔèQ—.uÓ®wߺuœ>[²xòÄ)Rò¯e³ïF-Mùö?­Ø*~>igÒÉKš'¥z]üÚ [•&#•ëõßÄ+ï»ó«¾|û_ŸÑÊUWpÁ»i,8rýMW}É=ÏF(¥SvÖ-è×èH®Öøøw{†.\»n“SÇŒÛ{ùÑ\z–é"§áá ¯eËŒÙÛ·ÑÉ|íòó·Æ6tÊðSÓà™ÜF#™—rmf€[iá¯&aÜ!³®¼x{´wÝ‚Ì_š´™xyA* ¾a½‘¯¥ÆÍdô=~œwéÒƒì‡×òó Iuø§-6ööÞùþ‹ž:w¶=ñO‚)S&S”¢nýFÝ{‹ òbŸÜþ†zÒ¯W^¸X {¡ŽÌl[Ÿÿ¥ÑöÓü]À¶n٧ŧ¶t¥½€Ö—]%8‘§€kÛ~¸ö¬—6ÿ´|ðF»ÄI‚̘góµ0²85 0“<’ÿ{É lêø³×Cøóª u½†LÇ— ‚Ô¨ #Eeç9kÛUø!ù\LÁyoßhƒŽ ʤöveÍ/~ ü¦tr²;–§õû…oC½Ùgî¥>}þ€(eÀ†"í"Œ“™1;8ÙÈ×îԎ𬓟¹ À„H 2Àìdw*_›U0Ú»nAÖ|‘ HM+Ùe•Ža %¥,ûƒŠ¢(J¥T*Ku¥le/Ïøì>-ùü“E‡ÛÜû—ÅÛ‹òÉÿuˆþß±­#{é^îãy—N¤Ü´[v5©ûÝÎö)¹%}'ÎèÔÀ‰ûI#ß…„ž½zs[Æ~ûmls™1?ߪï·fF8Ö?àìÎmäÁKñÑ+-¬M5ìßm/ü±_$Ru°ØÍWÝë{äekïÜ Èzth«O?}òèñÁ±cml²sr³zª¼((WÉŽOXÖºá•ýÛ¶í?7à»-Þ^”v³w|7b@Cýï?}¿yûß…îÁÓÞhÉ}÷›U³Û5ó<ÿÇæøøµì¯"v!á4ÔŒBù1;¸sÞ+á¶ONÿ¶ópø‡Ûù§Õ¼Hº-Ú5÷å¶OÏýö{J×9ÛñE‚ UËüú1óaúʼnޫÖtœ0Qçèp.íúgŠaÚ;9‡t§ýsbÃw6sßéÐw€½½ü¯“ßÜè²h/öÊLÞ½ï|Ûϱwî‘~K-‚Ô¬õëÇ ^=ÿþâˆII Ãà nëëkcc÷o©ºut*,`€É{œýý†Ú’è¿ã-¡¬u ëµTü¾á«C…¥Ê~m^Ÿùöǯ·Å´ –lCŠ‹‹ŸïÞqñòîõ÷sûöý{îBvކ¢(O•g“ÿþwøàÁÀÃÐðì&#ÅÅŘ}‹àè>ð¤˜Á’m„G)Ti©ÎÛ³!÷däè±2]ôz½B¡xôèQÆ 1û‚ W²À¯Y‹e_AÓ¤—= …_³æ˜wAŠ.Ùõë×oÕ²•o_“zÙÛÛׯ_S R¡%ÛÁÁ¯o ‚T L‚ –lAK6‚ –lAK6‚ bÌÿÄÈåÔ‹˜>A³y) MÅ•ìnÝÃ0ã‚ fóôÉãŠ+ÙfL† ‚”¼– ‚%AÁ’ ‚%AÁ’ ‚`ÉFÁ’ ‚`ÉFA°d#‚`ÉFA°d#‚ U§dïüh¢“†>þã¶\eŸIž8x¿»‡ÊÝCeÒ°K¢ƒ>)€ÝŽï¢V‡G\+*U‡GôýßgŸ±Š'¶‰^*l`j0‚ 5¡d?>0aÅ.õÌųúÛ¯š5\Ë@~zBìͺ'–gؼ;«6ØÏ‰tu€i«ö&JJINòw´IIN2h©ÕÑ"å~Éì·èwl¾[u7Ï=‚ X²A¯Í€njµ:¤1­{T¤×-þn§¸_Bœí…w-z­¥OÀЗ“³‹ä‡=9]È‚h˜Ô'¦€fGG©Ã#ÔáÜîØÝC•°`bLtä„ßn'/™Ü5<2bÀ”dØ=v ¨Ã#Â#{@ï»®;%œbG\ltDhPèˆÄÌBö™´ŸfÇÄôŒP‡u¸éü£²w /Úü Ó‡õ ŒìÖ}À¦ ¸x—Íèß;:8°Ë¢Ý÷dd[öŽŽnߦÛâ=÷÷,}³_ï¨6]>Ý÷@f|Aj!TFFFaaaAAÁÉG_=¶¤¸ˆaŠ¢Ì’ѽÝöÇó98r冈½Q‹í®žYí ¹ÑyÚÇC¾ÿíq÷ ¯ýý:¿:<‚¿ƒ×ÒgÊÉj{¶oN¶†‡}ìî¡xÍ0ðóòÜ{;ÝßѦHSä¨r4èRò4Ù¯ów®m4ˆgøúãñƒýÒvLéóeÛë)o@q–ÆÁK¹7¼—ºBtðõ}K?M™ÚÎ=ïÞ{ï]^Íûýñ¯øåÞü¾uÏ]éiÛ¤t÷P]›²|èK¹7×7ï¾dÌÚ?¾Øâɵµ}ÿJOûMj|AjlAÖ<Ì:räp#_+”l`J.ž<]äР_A÷Ö½§¼äùÛ{o>¬³«?bîšù#ü¹’šž¥¢²U ¶*MFªÌM==/gfÕQP2%ûFæC7 æG·>ÜdàØ¾=‡ q·UtaèUƒ6ÙY· Jö•Œ,•­‚Öi¼|Â4™W@s|Ó[ ×ßz¢·UR—R¯çhˆÞª——ÿKì8šìG—/g¼ûða] w÷h”“)5àó–ŒÖ]Õˆ÷¸ ÛKt|Ajaɶ±Ê$”}›Î!°y|jÐê±®/ýíû‹·;Ýx;häÙÃR¹7 ˜ñÐ5`ë5|¼ÿÌÉ¿÷íýãÛÎËöß<ºÄìã?êݱ¿ŸìEë4ªRƒ—2Ìæ¿Ù+ º×U°ñ(ô2>oIÙ½ø¸¬—Ôø‚Ô6¬ø!¿œs_ÍLvùui_†)€í›·þ²-•¡µ4¯öNX¸vÝ¢IàÖúMùÑÂ\ìOæi ÷ø—s¨Î1CÞ[üyÞí?Ê6Ñ6ŠLmÙ¯%µy'í]ÔÂ~qûîÀí½q®þÓÙghõÍ|\à즙2ƒÏ VÍüñ ûøæ©4™ÐD$€||Aj66V—Ñç½9úË‘«û:(ÁaÔדv,X:wŸ½×„ÅÛží=¦Ú™¹æ¤§¿úÛ_^5ÁàZö„®ªWž„wõ2>5]2oÌ t…ÅãüÄ>¹ì?êžaêúuê$üëñå¼B';ö>ýÅÍ,­×ꄲOþ´h측î ÜZôz`ŸÔà¶m¹8á­Îßëí­O×÷7wl.›p@DÇ7È‚ µë\˶¹·¾éúºÛå½cË?Ô} âMkRO?‚ UƒkÙÕæ¯›Mÿî3öOiÊCñ“¿?ÓMÀz ^±.s-ðI ר‹‰Qx⩎à=FA°d#‚ X²A°d#‚ X²A,Ù‚ X²A,Ù‚ H,Ùä"1w•ÊÛ'8´ÿ²?o×ò3Á©ÎHjϸgdÌjäSì˜3ª]ˆºçà8©îfx×j¼ªÍI³Rn˹ØDM~FcàD€Ý~i¿ ê÷Ó ©”=p“²AUÁò÷)~| QËW†~°$ðîºÅ¿cÞzÇæY÷ŽÕ†Ò¬ÕÑv¶ ÑuÆÝÑ›äUdИ¤;ù>žž—2²œ•”Tw“¢5»KõÂI³Rn˹ؚxzžKÏt³Q™wgU××]RwýîÆÞ…k½þì6Ë»¶h½÷b/7Ñ””ðè´:º$} yT•…Õï1b’H,<\ e}ùa…ú.w¡ú«´ðÚ»±ý:…†«Õa±‹/š‹ÜFßs&l` :«03qhhpHdLì‚]${"y›G‘æÐ¸žÝBÕa]{ƦhŠ`RŸ˜BšùÊGçžo¬Ý…š4£Y­^ª6aŸ4ÂT¹ï²6×SÞ"Ù¼ˆjÒä³ZíTmÂ0*>iä©`gý®pý[j±‰.<Ñù"@áAñÝ~Y'¦ Ù:éèç &’ϹhÀR¹â^‰äQU]¶HÉ.-)±up(ß$¤"±„m[]Û6é½Í.Íÿïæñ2CŠºÁÕ_þÞ^IwÓÚ=·ºUs‘ÛÂcà{Τp«St.o¯Ã÷2T¶ Z÷PÕ ÐhÉ–·©qð‡õô ÍμNX}„š4ù¬V;U›0ŒŠOy*ØY¤VŽÁú·Ôb]x¢òE€Âƒâ»ýþtyùáwšÔ3˜H>ç¢KåŠ{%’GUuJ¶ánš°±·+÷ÞT$΄ušôÞæ§7×È•lB7˜”©Ë¡š+íç©Ö\õÆ‹|Émaä1pž3£A›‹è7 ¦ÛÔLû†P“f†ð¬*«ÚÈhݤ™ºÍ8Yl$2$‰eJ_rNò©WŽ…J„{%’FU•\˦(Z¯·ÈÐ$"±„„í–þ8¸ªå·íB}ª¿Þ¾ö(ûøIFˆ©¹šY“’œ”’œ´È×Ù$[a |DðUg¢s½éïÊÎuk÷<’7:ò65Žéþ®óËa¾kËérWÉźó1*<«Nª6‰%W¡I3=¢ß® /6‚ž‹ÅŠsûåÝ]‘8ÇN¬&Ëç\4`£Ë†0ª*…È5k…Ò7Ñ&‰Mž2…RÚ7m«þï²å#ð¯e‹ê»€Lýã¶$¤NžÑqS¡“-4í»ò‡¹måÕ_&ÙÂcà#Ú€¯:ëµ_¿;lp÷¥^-Âg$É¿1›ÚóS°5~ҘѡŸÛéìš~—0EfLÑî|Œ Õª‘ªMjÉUdÒÌH…èw…ëß²‹äˆ8 èAqn¿++BÞÛ.:¬|ÎE6ºl£‚ªäí«6"1ÑFTú‡Æjü×Ä"È‹9·_lëV‹Ï¥ú˜ra§¢ªRײÂoãòBIJȈùn¿¯\­°zMU•Bd—­Ó–ØÚÙã"C©tŒÿ)­¦ A¤ ‚·…BÁ’ ‚`ÉFÁ’ ‚`ÉFA°d#‚`ÉFAjYÉ&q‰U.å´jRÁ†'ÎêdÒ8RT;Ç‚Ôx¬rB—XåRN«–Åg1£½LãòßüÄ$ó‚ VÂê"1 v‰éµéKÞz¥m _•W£àäÇÊÀDÅBü'÷Xhœ*§U ª¤á‰;d’qŒºµª£c Ap—mÞÏ"—Ø–ÑíþïÀƒÆÑ¯½7¢Ãƒ3ûþ»x½Á{|þÝ…2$£2'¾/C(p*§U«ŠžŒŽcÔ­U-KRÛvÙV»ù*K¬u/Ž>v/£¥£ñ;t eHFeNüú%8•ÓªUÅ OFÇ1êÖªŽ%©m%ÛÆZó»Ä,q³×ç?`4€€¡ ø-„'ò1E©F†'#. ·TCÇ‚Ôx¬û!?y—؇aÞ0òÕù[¶þöåå‡ÊDÅBa.ö›nçÀ­½óå,—U«ÊžŒŽc”êèXBõ†6ê{ùÇ?nýwö¦=?O?øC#ÿö³^ìnp-[(C }½âáýÃ74ònÕs&À2á•ǪUõ OFÇ1Jut,!H§‹Ä«R-KR㩈ù!5€êèXB¼0‚Ô^æ&ž}ÞÁ5êbbæA*Üe#‚`ÉFA°d#‚`ÉFA°d#‚ X²A°d#‚ X²A*X²Mµˆ¹{¨H„[œ×j÷‡ã;„¨Õá׊J9u–<œXKJ‚eªñË<¸YÖ?Aj–¿Çˆ1¶É‹¯ø^«&žžçÒ3ÝlÄÞhu´­B87¾¨«üæ-Â’-5‹hئbö˜‚TM¬~B‹X‘&yD@oÿ ‹v‘ Ëy­&õ‰) ™ÁÑQêðuxß–°`bLtä„ßnˆ¯ ÄZR¬q±Ñ¡A¡#3 ÙgÒ~šÓ3BÖ9tà¦óe .Sb¢ê/ѰÍIÙÔØ1»†ùwŸ{¢ìgÞ½5MÛ¾ƒ/Á]¶Á"‹ØÊÈÖqrº¼¾h윷ê„p—mxóUž×JJ=3"þðšaþ &¾âw•`¹{¨†¯??Ø/mÇ”>_¶½žò&gi¼T{#!pÐÁ{©+€X!Æ!ªþ Û Ù˜”ùŒSWp©uàëgÓ’ë)©?Ç´ß4fÇÏšâ¢Gê»Ë¶’ûѸE¬U¯lš‘¥b4ª†mŒ^á{­¤Jö̇n6ââ+~Q –»‡êJF–ÊVAë4^>ašÌ+ 9¾é­…ëo=ÑÛ*©K©×s4€X!Æ!ªþ Û Ù˜”ùŒsÛˆàýoï[Ù©¸M«aÉ7Nzâu©Î%Û:wò#°ˆ1¦ ÄŒö`‹XN|5~Ô»c?=.Ø‹ÖiT ¤'–„Qòa›!“œ³×Ò©ï¼üã­Gœú~‰õAª;V| Ë[Äf´r€ ×Å/œH2Ús¯Á_(¾â‹µ¤$Xqe ±8Wÿ2…Ø­¾™ œÝ4SfpyS¡ú Ì’5ŸÕkúÆ€ü•¯pböÇ]p¹#HuÇZ÷Ë6j›øë·‰CgYÿ™Ë„ONG0¸–Íy­ŒO-&¾â‹µø,>½OÄEq3Këµ:¡ìS€?-;®G¨{·½ÞØf)ÄÕ_`–lŒÄ|öö‚¶QŸvåY_RÝ©6"1y¯•IÔ6 Ö¦áAߨ³.º.w©vTȵl+àÜlútAŸ tu(Ï8¬ëbí¨×%OSbúÏ.®ßïP$ÖkÁ #‹”×Ê$j•ËÞE}蟸ʤƀ!@Á’ ‚`ÉFÁ’ ‚`ÉFA°d#‚`ÉFA°d#‚ U­d“XÄXs˜»§wÓ1C_Û|8Ï„Iz0¡öŒDQF>ÅŽ9£Ú…¨{Ž“ên†w­¦ªÚÊ3QÅdÞJ'¨œ+VTh4Î&h€P˜öË ~?ÝJ©Ñ7)äQ• ßc„Ð"ƦcmüêGwÎ~»tíÛ¸ýgÞjçQJ³”ÜË$“™°1Iwò)|<=/ed9+)©îfx×PÕVY™·Ò *çŠÕÊÉ· 1.ïÚ¢õÞ‹½ÜDSjtR£Óêè’ô5äQ™uEb„1–aÆOš¹p϶W)^6qµüÈB}—»‡ŠPýeàâcê/ ¶…‘ÇÀ† èÁDç’ÉìämjBÙ¤>1…43 *ò•Î=ß º'.›Ñ¿wtp`—E»ïɤè…-dSµMøí67‘èàÂc©øÌ›šO3²dꊕÒÊÇÀÙEŠ/Ô—Üÿ&7¼—›ƒAJEϦüB’zás €<*Ë‘‘‘––vþüùïÖ­ÉÏÏÏÉÖdkædkÌü§I rgG¹òÄÊN†?xhØŒmÀ>Öd\JébÐ&00ÿ¥‹’:z/#'[sÿò]náëçdkN¬Z? Ž}òÁ¥TöÁ­ckêxŽfâ¥^À>¾qþNN¶æóΞ‹\ÉÉÖÜ>½¶Žj¸ð@„Ó‰v!FÄ–oÀÍ.:ׇõ‡¯;ž“­9?„ߨ ;÷@4cÂ#{6ìñµCêÌ“iÉb¿?ž“­¹ub‰½‹Z&l~Â\&Ÿû'šþ.ó¢ã—ÿH¥òÃÉ5\x,ŸyòÅlv–ʳbEW¯è€}ݶ§Ý—:¨ô´­õû±Sw÷Ÿ¸G8‘|ÎE–Ê·È£2ï[¯¤^ünÝš}ûöYÃýhÜ"ÆWª³ÂJé’uCfTQ7¡úKèâ’W±-Œ<¾ÜKª÷ÃLÊ(&’ ßÇqämjR*2ù·Šîª»ÖUPzwF9Ù™F³ZSUm\cÑÁ…ÇRñ™'_Ì2"Ÿ¥ò¬XÑÕ+: ß&(<(¾ ð!A——~§I=³É6 X*WÜ Ê"F¬p'?‹Ÿ¬ãÿ§†ãåG%tƒ‰ª¿„•]i?O°æ*¨7î\äë\[˜d œÜËhÆæ"újºMÍ´ŸÓ¬ª@  ' ›4WÕKÕ&ÖÈ΂u3oj>ÍÈ’EV,É€ Ib™’Å—œ“|ê•cµSF#á/ÆüÉXëC~ò1–„„më–Íë3jPöo¯C~ç.Ôw¡úKÌÅ%Tv5³&%9)%9i‘¯³I¶0Âøˆ6àëÁDç"’IeŒ?‡Q™h„¢È Õ †ªÚä—X·šyÓóiF–,°b bxn;(N˜wwEnà;±š,ŸsÑ€®j¨,…Uî—mÔ"Æ2yêuÝ›wêóÎìEã:~\„o½Õw™ú Ä\\òê/“la„1ðmÀ׃‰ÎE.$›Úó³@ "“éÎG>«PsUmRƒK­ÛŠÌ¼ù4#Kå_±$GÄÙEŠ^Y‘òÞvÑaås.°ÑUMäˆf^Ũ."±ÊúÐXÕAj ò6ANÛºÕâs©>f^þ²VT–º–ýˆ HõÀ¹Ùôÿè>ÿ£•'¦›ÀVƯ\­°zM•¥¨Æ»lAî²Aª+X²A°d#‚ X²A°d#‚ X²A,Ù‚ X²AÚW²IŒb°ëýÑ~½Ý=T»rŠääl=¢ "y8é‘”ÚÇ<­‚ HEb­¿~$4Š@OÏšYºzM¯Aƒùwã5€ïUqˆºø7Uû˜¡5B±6ôׄF1wUÍÀ§M•©×ÀsI)ˆøjy‡–PícžÖÈÝC%T:IYÄ—ÍèݾM·Å{îïYúf¿ÞQmº|ºïÌø‚ ´ËF÷vtÛÏç@àÈ•"öF-¶»zfµÃ‹?#¶Ož2ÖÆÇ6”ÿ-ƒŽké3åä µ‹=Hû,FÄ^3Ìü¼<÷ÞN÷w´)Ò9ª º”R2!¡ÒIJVÖ’²{ñ±ù .Aj!Vÿ‰QŒ„ç¶‚ݽ¼CË µQ™‡Q‹X9ÇGK¶Õ¶ôeF±|”uT£¾ž“²tî’F1Q >½ÇÚzˆ&¥KæéÑ#|¼C‹ýõ#_íCÈ„m[¼÷½Û¹GxÐ6¥Ê´üiÑØ×{„FFǬʊ-çø„Ÿ_D¤öPmò¶“(¿ÚA¤b¨®Š[IXCíƒ R1ØT£Xç&Zàs®Q£ðÄ#RÁ{Œ ‚`ÉFA°d#‚`ÉFA°d#‚ X²A°d#‚ X²AªY²I,bî*þ¿ˆÏ/Ôæ3Á©ÎHJ¸gdîLB>ÅŽ9£Ú…¨{Ž“ên†b­¨Ú¬‘³Ï¸U—“y'‹Sý ´÷¥ý2¨ßO7¤RjôÀMÊyTÕ«Üc„Ð"Ææ}m|<û¥ëKQQ/¹ÔøÒ,ê9¥eÂÆ$Ýɧðñô¼”‘嬤¤º›¡X«ª6k¤Åì3nÁöÂÆfœ,¾êOˆ½oy×­÷^ìåæ šR£“VG—¤¯!ªjR÷!´ˆ±„‡«Ù›:ÉŒiàcOÛŽ¸ØèˆÐ Ð‰™…e?½Å<^¥…×Þí×)4\­‹]|Ä]Âé¤\b„1ð=gª3ѹ 3‡†‡DÆÄ.ØE²c’·©qiëÙ-TÖµglЦ&õ‰)¤™Q‘¯|tîù¶KÐ](Q“ÉjÕTµ Ïr§…|¥É'Ê`…—s9™w²8ÕŸèAñí}ú’ûßä†÷rs0H©0ç|D–Z6Ük<ªZ½Ë&´ˆ,…¶ïþôn[îK‘˜¨løúãñƒýÒvLéóeÛë)o‚„ÇkÃÀ6;{¯Ú>= §º5¬cTÜ%œNÊ%Fßs&Õ€Û8ˆÎµ\Ýêâ¬=ñCü®'Lî6e‡Ô.›{ oSãøZÝêÒ¬=ñCünlŸÜwY›ë)o‘lmD%jòY­‚ª6aŠ*>-ä+M&QÂn©åD~²øª?áAñí}Y'¦ Ù:éèç &’ϹhÀR¹â^käQU—]¶õÜÆ-blÉNض•íQ¯iǾ’mQ7Ø•Œ,•­‚Öi¼|Â4™W@Âãåïí•t7¯6*îN'å#Œï9“jÀ­]ѹü½½ßËPÙ*hÝCUƒ@£%[Þ¦ÆÁÖÓ'4;ó:amJÔä³ZUmÂU|ZÈWšL¢„+ÜRˉüdñUƒâÛûþtyùáwšÔ3˜H>ç¢KåŠ{­‘GU]J¶ÕîäGl 'Ð &åñ2@(îJûyê„5W@½qç"_gátä®/©8쪄 ÍEY0c¦Ë!”¨•G‡V)ª6²Y7-¦®43’l‘åD2 C’X¦dñ%ç$ŸzåXŠ”ÑH¸×iTÕë~ÈÏR1Q7Äí»·÷ƹúOgŸõx½ßE5}íQöñ“Œ"w5³&%9)%9i‘¯³ètR®/Âøˆ6à«ÎDçzÓß•ëÖîyæeŒ?Çt×ùe‡0ßµåt¹«äbÝù”G‡V ª6‰EU¡i1e¥É|W¸Â-¼œbx®ú;(ÎÞ—wwEnà;±š,ŸsÑ€.¨ªV¼_ö3‹Øa_%8ŒúzÒŽKçî³÷"±ˆ\Ëfè’yci´ +,æÜ`ÐûD\ô7³´^«Ê>¬óÓ¢±ãz„º7pkÑë€}ì“ã¶$¤NžÑqS¡“-4í»ò‡¹m'lÛrqÂ[¿×Û3ZŸ®ïoîØü…ÈŦ“êBѬê¬~:Éÿëµ_¿;lp÷¥^-Âg$I¾Ø!ð§àZNÞ?iÌèÐÏítvM¿K˜"3¦hw>òY•‡¼¯ÑôŽ/µ¨*2-&­4™ï W¸e—ɱª¿ð®^¢ÅÙû®¬Hyo»è°ò9 Øè²!ŒJøË³ZöëÇ ¡*|>¬z}F A¬‡¼ê³÷Ŷnµø\ªYWϬU5º–ýˆ ˆQýñí}?^¹Zaõš<ªjD5Þe#‚Ôxp— R]Á’ ‚%AÁ’ ‚%AÁ’ ‚`ÉFÁ’ ‚Ô¦’Mn#³<Š&“¤JVÅJ&*N•$ê"LN9½Jlº2x†ûÒÝC¥P«Ã:…Üx:»ü‹Aª–ÿëG“,båq™ô‚¯"w±†‰Š/põ?qˆ:Ìø3–Ç«TÁ¦+ƒg„÷tÎ9»"øåÓ÷¯m¼ R±ú_?šdûó‹ÿkÓ¬±OËΟ<³.É T4‰š‡äZÖvSqT˜‰ŠS%IùŸø^%ùäˆz•ª éŠ„úA¯=>€/xwÙF(˜`ó9gZÀíYýbï¢f­K÷BU4‰š‡äZÖvSqT˜‰Š¯J’’‰p^%ùäˆz•ª¾éJt—}ë@\Ä̼;–á.©I»l+¹I-bÿÞÏô³Óº{6PädgÉ¿5*šDÍCò-k»©8*ÌDÅW%I•lΫ$ŸQ¯RÕ7]l```iÑÃkwо:znœŸ3–l¤&•lë(ˆ-b~JV“JU¨hâOÉ=2ª ²ª›J4&%Ï A—QÇçU2Ã¥T5MW*[Ž={O}É=…­'÷­”ä$z遼fN·{6¾æ‘š„?äg1‹˜4"æ!b‹¹©äc“zQ>A×sUÁ»ùäˆx•ªªéjv°Çœ-eï6Îm™ë<Ë`a÷~wKÀµ¯žËÁ9R“°–H¬œ1 óúÍCä->–rSÉÇ&E9]œ*ÉøI1–¾WI¦KU0]ߺåâ¤ÿvYSd ZGŸ-¿ÅîÌ•NËW øùüSŸ™´¨¤*ƒŠƒj¼*É$ª…W Aj¨8¨iȨ’L¢šz•/Œ ÕŒ¹‰çË?ˆƒkÔÅÄ(L&‚Tep— ‚%AÁ’ ‚%AÁ’ ‚`ÉFÁ’ ‚`ÉFAªHÉ&‘‡•“ÊÕeNd4A³±Ì=Fåa塊è²ÌoÙŒ ˆXå#„ò0VÑ»cÑk/5mäØã‹Ý×—¿=²¹OCßÀÐ/¤ËOam]–Qm"ScüRWôê>÷DÙÏ¡{kš¶}‡sG\ltDhPèˆÄÌB©qÁ]¶%îäg’TÇ겈 KæéÑ#|¼.‹ýõ£P—eY&lÛâ½ïÝÎ=Â{„†|°)U¼½ íõú“GyÖázõ>:èÓ¬Õ¿N”§œŸ5D¤ZSmDb5L—µixÐÁ7ö¬‹nT¶Ç""ºµÖµl+ãÜlútAŸ tu(Ï8¬.ëbåÕë’§)1ýg×ïw(².GAL¢:‰Äj†.ËÞE}èŸOâAð#‚ X²A,Ù‚ X²A,Ù‚ –lA,Ù‚ –lA¤ê”l—k9hØ|¸Ž½O£êט}²–Ÿ “LcÂtqÏÈÜ„„|ŠsFµ Q÷'ÕÝ竚ªÚ*%Wæ\Î5&*ð3çÿ3@¨ôKûeP¿ŸnH¥Ôè›” ò¨ª»Ç¡KŒKëÄ}—–tô|xò—ú|Ï>SKþPÔs&ÞfDؘ¤;ù>žž—2²œ•”T÷*xS”Ê ©seêÈå\c¢?ù1ùþ?!J¿å][´Þ{±—›ƒhJNJxtZ]’¾†<ªJÇ*"1 v‰±ô«ï°}ÆOðÃŒõû‘Œoà ùVÚO³cbzF¨Ã:‡Üt¾L¾UZxíÝØ~BÃÕê°ØÅ€ÀÑ%œN´ y |Ï™°êLt®ÂÌÄ¡¡Á!‘1± v‘lŽämjEšCãzv U‡u훢)€I}b if@Tä+{¾ÃtO\6£ïèàÀ.‹vß“I?°j¡jžúŠÏáò{^†Ä¾k°ì˹Ƥ~ò1pþ?уâ+ýô%÷¿É ïåæ`RaÎùˆ,õRå^€äQUE222ÒÒÒΟ?ÿݺ5ùùù9ÙšlÍÜlÉÿ4é±Aîì˜#WžX9ЩÑð ›± N¬ –úšÿæ8·Ëæÿ ä颤ŽÞËÈÉÖÜ¿|—jøúã9Ùšë†ÖˆcŸ|p)•}pëØš:ž£ÙÇ_„x©$°oœ¿““­ù¼³çâWr²5·O¯­£.<át¢]Èc€ñ‡åp³‹Îõa@ýáëŽçdkŽÅ¦‹{†{ š1á‘Æ=öøÚ!õæÉ´ä? ±ßÏÉÖÜ:±ÄÞE-6¿Ëص)9Ùš['þ§°q·áhN¶&íÈb{—á!È·”:ìƒÌ;I®N/ÝÎz˜“­ù¡WãÞߟ”:S¢ãóVñ¹"_~2ß.{K­1Ñõ&:`_7‡íi÷¥*=m«Cý~ìãÔÝÃý'îN$ŸsÑ€¥rŽɣª ÿØ‚|%õâwëÖìÛ·Ï¢7_%v‰=L?ßη½¦Ž‚.T»}ºMCo£FDÝ`Bù–æø¦·®¿õDo«¤.¥^ÏÑ<o¯¤»é ížë]Œ:º„ÓIéÁcà{ΤpËßÛëð½ •­‚Ö=T5”º0Â=·©qð‡õô ÍμNòÆó¹M ôîd jüîÕBÕ&Ì[ÅçŠ|ù±³H-ƒeo©5&ºÞDäûÿ„ÅWúý1$èòòÃï4©g0‘|ÎE–Ê÷$ª ^±èüˆ]bJ»ߌðösZ‹1ß4°#eºÁÆzwìï§Ç{Ñ:ªA€T3¡£+íç©Ö\õÆ‹|…Ó‘k½¤bà9nKBêä7:ÙBÓ¾+˜Ûv¶-'¼Õù{½=£õéúþæŽÍ_8 ±é¤ºÆÀG´k«_§NòÁ¿Dçzí×oÇÜ}©W‹ð FN„Ø!ð§àZNÞ?iÌèÐÏítvM¿K˜"3¦hw>òYµ ¢„÷ö‚¶QŸv4Tµ½x¦„ãH­´ŠÌ•IËOæ»ÂeoÙ5FrD¬ÿ/¼«—èAqJ¿++BÞÛ.:¬|ÎE6º £2¨BU„j#+ÿ'œjj ˆ(¨j« Èûÿ8¥_lëV‹Ï¥ú˜ra§¢ªײ¤ €ª¶ªƒŒÿ¯ôûñÊÕ*UÕ¤ï²Aj<ÖúSAÄÚ`ÉFÁ’ ‚`ÉFÁ’ ‚`ÉFA°d#‚`ÉFAjSÉ&1ŠÕN¬$â¬H¢ª'y¸ÙË©Pª`©•Á3|=‚:&â¬HRª'þáËÛÅDJUPjEBý ×ŠÀ<‚»l£?toG·ýñ|Ž\¹!boÔb»«gV;(DJ°ÿÈ9ÓnÏúè{uzÚ6~ƒÛŠnEý¼<÷ÞN÷w´)Ò9ª`}ßÀÒOS¦¶sÏ»»# ÷Þ{—W³íGÄ^3¬L‹ûýñ¯øåÞü¾uÏ]ì¤ÅY/äÞHtð^ê ¶åØµ)ˇ¾”{s}óîKƬýãë-ž\[Ð÷¯ô´ß¤æâøZÝêÒ¬=ñCünlŸÜwY›ë)o™ÁDžüDãZúL9yCíbÒÞîð…ãw)yšì×ù»×6òÇ'O2;Žèw7 l³³÷ªíÓÃàqz¡[Ã:üyE»,W·º8kOü¿ë “»MÙaê.ûÖ¸ˆ™yw.,Ã]6R“vÙÖ¹-±Qìßû™~vZwÏ&Šœì,·Æ2®,£!Q«“”ÙË G…I§øV$©’;¼]LT¡Tõ¥VXZôðÚ¢¯ŽžççŒ%©I%Û:7_%6Šù9(€–R@(º€{’Ü·Äw ­NRf¯rꬸt˜”<3]Œ±1¹Ã7C›T5¥V*[Ž={‡e}É=…­'÷­”ä$z遼fN·{6¾æ‘š„Gh#$ÌÅ~Óí<¸µw>·—7Õ·$…Qõ—(òsU˜ ë¹‰àݼ]LD¡TU¥V³ƒ=æl){·qnË\àY »÷»[®}µð\¾È‘š„µäF1) ®e½âáýÃ74ònÕs&À`–oI £ê/Qäçª0AgE2~RŒÙÅø %™.UAj5~ë–‹“þÛeM‘-h}B¶ük¸3W:-_=,tâçóO}&µ¨¤ÚŠƒj¼É$ªšB ATÔ4œ›Mÿî3öOiÊ«PÂz µñÂR‘ÌM<_þA\£.&Fa2¤*ƒ»lA,Ù‚ –lA,Ù‚ –lAK6‚ –lAK6‚ RK6ŠÄd0I E‚¨%KÆ"&oÕUUíhæ%MžŠÌLeþâ´TªËR»Db‰”´ŒüÞÍ„Ú3˼DUgå ¯jB˜4þ1VdfÈ窔´ IU‰•Þ˜7q`˦4mÕ¼녥F“а%”u ÚÀÝCµ#.6:"4(tDbf¡Ù]ŒJË„~2–Ô\Üì3·¶éþÞ)М™æîá}£¨Þ ôÝš]ÖE˜ni`ð’jÏb :3žppÑœUd¢ 7aG¾Mx™†vîÙëÕvñ[Êl®¥r§ÀÔ̵Ðɬ7Qáœhnóì|É/êb6Oé2àóc@&rM‹ÁâäH¬Ô*BªÙ.›P$¶qp›Y‡³º¼¾h0µëƒo{‡.½ôûxƒ·À"1¡aKTÖÅGÊæ5|ýñøÁ~i;¦ôù²íõ”7ÍëbTZ&å'ã62Rsq#”½f²w´Ž8qçââ&u^Rªkôö­ |[½z÷ÎAJ"3Ü,¢/a{Ñ}–Ñð„ƒ‹æD¨"{þžL,E2Ú3Ñ£øª‡ÿµ÷ö}Û¿YÚÎi]&n3P‹˜oLêœS3cÔBgt½ w»¢¹½úÃkCõß=-;f‰MjÒ§v”9"7aZø¥"”YEˆõvÙ•&ó÷öÊ)¥S3²T­j¨°õÐd\–ße [¢².>R6¯+Y*[­Óxù„i2¯˜×Ũ´LÊOƽ*¤æâFàéÛ쇫iuú`ûð‘_ôÙ÷Ö¯aÿLÝ;X*3Ü,¢/a{ÑÂd4<áà¢9ªÈ8DSÄ!£=“ZGîexØ*X»IÉ–:G‚S`ZfŒZ茮7aÉ–òÉ-Üæ‹Óö[.éîbf‰ÜäK¶T„2«±^É®d‘˜I [ü)ËÞçþ-$š¾Š Pi"±ºª`ÂÂukNÏ.ï™1…PÖÕ|Ìš”䤔ä$¶^KÙ¼âÊžŒsõŸntL©.F¥e¢~2¾@‹\6ÖîÍ—öÍé;¶—¦þ»ÄE»îM ñ$I‘ÐàUžô\$'b*2ùqïÕd:Šòzs—ïÀ¿pOŠ(è(Gf¬1”èzÛ>sàÃQßÿ¾ýí9ýÞÐèh ¹‰¦EÔigÁƒEÊO¥‰ÄÆnÞqíÿÞÞ²aÁ‡P·ë€É_;Æ`ç“QY—TƒÞ'⢿¸™¥õZ°Ôì.F¥e¢~2¾@‹\6æÙmÊãsc§ml }F5Y¶Ú¡o}’!4x‘ŸD£á æDTE&Ÿ¢²%$ÛQ”)¿­3l`÷ϼš‡M¡”{Ë. t„”'3L2‡0·öÏ{çt÷Kÿ„9*Â6¾²kÀÛÛ¯N(rM‹¨ÓŽÿBІ†°Ú»Ë&Tˆ5óòÌÕ3×2²XÏ­ËQ5hM)³³Ò ÞÚ£H¬ì¥U[Eb¢i—W¨˜”3 aHåî²-}óU…[²¯gfÕ·Q]úHåÝJX²…[*‰Õ6‘˜hÚ–lòü›qÈhC*·d[úN~ ±ñ ê~s?yêãAîðøò7P·A¬Ñ±Q$VÛDbòH©°ÌÊ¿ ‡Œ†0¤±Ê¯äbÿ·fª ÀšÁ#¾üîç;9x €ÍÔÕ¯›1ŠÄŒREbÆÎ”¼! Ì’„¡! ©âXþ~ÙFbž]çÝ¢zoÉú¯>˜YŽÍÛ†}öÎâIݼ ÆA‘ŸZ(3z¦ä a`–$ a¢ !¬ê€"1kuA*åL!H ÊòCA¬Jm,Ù(«Ág A°d#‚ X²A,Ù‚ X²A,Ù‚ –lA,Ù‚ –lA¤‚K6¡N¬°¸µË€rJ­DuMñļI—D|R »?ß!D­¸VTJè”âf/~œØ&zi…¥Ë¤Ó'Üà¾A¡V‡u ¸ñt¶õN%‚XËßc„P'Vhutƒ^Vý :3n‚aTF%êš½ß19ywVu}Ý%u÷hâéy.=ÓÍFAƽ ×{½I½ H—Iíåo„ b7Î9»"øåÓ÷¯m¼Ÿ RU±ú=Fubî*wÕ¶ã›7núrrv‘ѤÐ)%¯}jР-ðüIü¡dÌ[Û1£Ö(3c\_B×” ÄL`¢“rœœ¿.dA4;~Í ŽŽR‡G¨Ã#Dý[Þ/ƒÙ{ØumÜ)ƒñ…ª0ùxHœXóŠv)ÌL»`—kµ~ÐkE`Q@jõ.›P'Æ‹ÎÓ>ªøóýo»}|íïn™-‰ R$Ú'áÖIÞ¼e°“·F™'ã wM„'Œ_tRŽq-}¦œ¼¡v±ÿ–ÐûÅïRò4Ù¯ów®mä/ì"•v3œX¢]–«[]œµ'~ˆßõ„Éݦì0u—}ë@\Ä̼;–á.©.»lëÜ|•@'Æ–ìÔô,•­j¨°Ui2RåwÙB§‰öI´üɘ· ^ÛòÖ(ócä®)ƒð„ñKɨXšzz^Î̪£ €À¿%ô~ñ»0tªA›ì¬[üñ…]¤’ÀŽc†Kª —@Uƒ@ò’XZôðÚ¢¯ŽžççŒ%©.%ÛÆ*“èÄžµ† ¬œSò¿1]±UIRú%Ó­QÆcFã7Š0~£–)£ùå“ñ~I!ì"¡Ë”." TÙ*î•è}ì• /¹§°}îñIIN ÷~:hæôøq»gc]@ª VüŸ¼NŒeµëM·ÖoPè”2jBõ'‰bÔJE•QÁ¹ÉÉèÈOæb2OKøIèýâÏ®Í;iï¢6ÚE>B'^Ñ.oú»²ù¿µ{žðPf{ÌÙRönãÜ–¹Á³ ïw·\ûjá¹,HuÁÆJãÕ‰±Lµ92sÍIOõ·¿¼j0‚Ð]$tJ5!‰ú“D1j¥’ Á¹ÉÉèÈO:¡«jã•'á]½ŒŸ81ïöÇ—ð `´‹‘xÈœXüyE»¼öë·c‡ î¾Ô«Eø €ƒc¿uËÅIÿí²¦È´Ž>![~3TBSJ§å«‡…Nü|þ©Ïd‚T*M$Æ^Ë.ÏG¸rro}Óõu·Ë{Ç–¨ûÄ›fÖ‡ü1yû‹"±Zˆs³éÿÑ}Æþ)My(~ò÷gº X¯¤¦]1Š©[fÜb—“¹‰çË?ˆƒkÔÅÄ(L&‚T¸ËFÁ’ ‚`ÉFÁ’ ‚`ÉFA°d#‚`ÉFA°d#‚ U³dWŠK¬r]P(=j3G‚Ha•{ŒT–K¬rïC‚0óÚ£ Ad¨ˆ{ŒºÄÎnx?$¨•ÊóQ³Öê¾#åǪª ¼Sì“„†-£†0y ÀP† 5g—MèkÝÀë©C§Ï?›¨,Ê9w<ù³o7ñ¿kpL¡ªJÔ;EhØ2j“÷r¡ `R)»l«Ý|•À%65Øw[–mÏþ=[4o9d|T€›ÌxBU•¨wŠÐ°eÔ&ïåB  A*£d[íN~.±•G’ûlÛ{áú”ï–¬]óGæý2ãÚ­È [ò†0bÓ ÀŒ€0± ÖýŸ¼Kì•Y«2õÛuôw³Óë2å÷ìBU•Ð;% ¹Ö‹¼ À`RXñ~ÙF]bö™'—-ؤÉÓº5òŸöùjƒîükÙ¢ª*¡wJ4 r­y/€¡ A*…J‰!$  Aj9(«N  A º0‚X€!»lA,Ù‚ –lA,Ù‚ –lAK6‚ –lAK6‚ RK¶•,bVUj¡¼ AÚX²‹˜°b—zæâYýíWÍ®e ?=!vƒfÝË3lÞUìçDº:À´U{%¥$'ù;Úï¤Õ‰Ü9oÉ’/ØnÑïØ|·ênùÔ)ÉI))‡ö­ìõÁèwpÅ R£J6¡EÌÝCÅßÉÝ·Z[©e”W!RéXþ#u=GÇ}2§wW¹2{ÛÔ-…1W'š:ŽÁ½4×}8e…+¬Û{`»‡Šû¿Öï š{`«Ôúóc@¿M»€×Å-ð?YG¾ˆ0)žÛÿÏÉ{®AjTÉÊö«Äs“ž[ÄfÍ?xé¯ÏÞ0°ˆ‘\ŽàyèiI|=;ù.ÿÔ’}0¶Mýio¼Çú±Íìêu*yúªI?<8y®AjÔ…€2‹Xç¶¾[_e-b–þöá_Gö~Õbù›CŠèçÑ /y@8ªIJ­ÏƆ¦ù¶³zá଼Š},”W9qñ§·?™+AW²À˜E¬‡³=,Øüç†'Œf]¥Ê«©Í%û™Eì_eÕ¨¯'Ť,»dgg[þÍMÝ7¾ÿnŠ"VêrÿKV©E45]2oLŸ°ðˆáã ”Z쯅J-¿u‹çž9]º‡…vïúîn•”¼jýÄÏe‚D±*ÕF$†J-Aj!ÕU$†J-Aê$C¥‚ µ¼Ç‚ –lAK6‚ –lAK6‚ ‚%AK6‚ ‚%A©j%›Ä"fà4 QÔx8Õ ÂtqÏÈÜö„|ŠsFµ Q÷'ÕÝŒóU1ª6kDnöI±êÕé³ñ ì¥ý2¨ßO7¤RjôÀMÊyTˆ…ï1Rüø@£–¯ ý`IàÝu‹yòàÁEmFB@ç¸_.Ÿâ[iØÓ™“­ý²f£ÕÑv¶ Ñ%Nžac’îäSøxz^ÊÈrVRRÝMŠV´ ÷%÷ çìŠà—Oß¿¶Á¼ñ­¹Ù'ł텛xzžKÏt³Q™wgU××]RwýîÆÞ…k½þì^Ë»¶h½÷b/7Ñ””ðè´:º$} yTµëÞc„Ð"fn0vM숋Ž ‘˜YX¶5øivLLÏuXçЛÎ?bŸ,-¼önl¿N¡ájuXìâ  Í¿0}XÏðÈÈnÝlºðˆd:Ñ.ä1ð=gª3ѹ 3‡†‡DÆÄ.ØE²“·©qiëÙ-TÖµglЦ&õ‰)¤™Q‘¯ü{çU™ÿñïÌpÓ5F4ÑеÍ+²€ŠŠ–^ú¹ úËÔ¼my)£Úeí¢fiÞ3S³\S 1/ëe×\]ÍÕ¯H^@JWdfÿ÷xvÎsžó 8£Ÿ÷?΋yÎó|Ï÷<ó‡ãáy¿uOé <<{Á¤gb¢;…tKÛv‘“"q˜ª6å…¨ûÈ'ý2Äz×fÖðŠ«éôø1H6>æIÉ{U·/}t=ª/›”*s.‡°ÚGú8ˆG¿Ê&Kå”èëŽýLD!Ï-^ÝkGŸ9§Ž,óÒ3Ê •m# 2ùIn°zÆzÖ£†­:°"6(/3iÀûÎìM!¢[Å%^&#]?›ò쮋¹‹ˆhõàÐ-1K3’#ˆèjay“fõW ¹óöÞñOúܸÙ>fÇÅËlÎC9óñ||ÃWì[>4˜Ó@Ês¬…‘ms¦m_t&=±GR¦Ú*[zÁ̘ráóadÛãÓ¶¯ˆ :›‘8pA虽“EÖM>¾ÆQŸø`PÐõsŸ¶ë—U˜·Y-lñUvþw©½¦Þ8ÿãþYÔ}äâ“Á: ó]å$tÔg&“ÙaÂãI‡ÎF6òdžÔíï êúIÁé5DT|pBܦqûßëb3?çÌ€Õr%}Ä£Â*»y@`-l¾j¹sÏ"3~×q¿/gÙXĪqcäõèvûZ ¶ºÁ|ÜõÖ£N^.6ºëÍ•%¦€ˆ’¢“DTr`ýä?­Ê¿VånÐÏ=ósI75í¾PØÌà õÖÖßd ~Âúº¤ô—ÇiǬ£¨]>›Iè¨+μúÌ[úù(*®¯×1OÊb.3ú‡–çÑÖ¸Ž'î{¥EC›ø9g¬–+éã Jvó€ÀÚp?z†v #¢/F?eµˆ=6ÿËOs~êrvJÇçâ^š[OO­¼ ù·ªÿZѹGå¯GˆÈÍ«¿×?~{äÐ_wîØº¤ë‚oÏퟫÖlôˆéñ_ýÐÉd®,1ú·WkvÇbùâ›ìæž÷>?yŸ³üE®Ù’è­Nyˆ½1Hž3Í µÆúB̘½ÝJXUD¢*‘°­ª¶O±TmDæo?;5yE¶—í?‹ÚÜÞÉ >U{ÅE:´ˆ$Ör{ÎqïÝ k0[tš‘HѨÕÞC~|‹Xjts"9lâ;sßø DÔ¼_*å®tƒQêÎóDôÓŽÔÆÁÉÖŸTTµ hDDÿZ?Ujöj7còÊýÖ××.ß$¢ŒS×±þäÜá<"j=rùÞ=»÷îÙèÍNyˆ]1Èa6«Î˜c¥7¶Ž•¿m¶Èï:|›šDrpã×ïžÂëOæÝ%g.G-EVª£jS¹îu¹=“ó®r:øŠ ÄpÏÆÇ:)I°wã¢ë!3?åé˜>¡í»½½³€Ó¿•üŒ¸ž³QÉ‘ >¾MÏÞ¼CDÓC7•Þ”¼"&-¦ ÊF©L*6²š›º”ïþZ°å‰ >9e•DôER·AïýCļÅÌ9SAÇ?ke'<€«l‹ØKóŸ|'xÌöïþp¬EèL"Úw¡ðÇÁ'-É:WÐÓÛCþÛ«|£E¹mHÍÇ!©‰ø-¦šH\ &®•R «Ôbñ+÷.òÄõs«Z÷œ;råÖ·¹vzeûßæ}I\ÍÕÍÒÌv½žÏ™ó÷q]çÞ©l>å»EíÊÛ¾páü.KV¢˜¦”‹Ù•Ú*Û^SóÝSkÇÙ¼mBiß¹n¹»ßöÐi»Ö˜Cs&ƒÚY+;ÀIVÙw?jXÄ,æ²'šÝô˜ýÚ¡è´N-o¬Ýr4çÙNyî‘g7p:–Û†ÔJ‰¤&â;´˜j"q%˜¸VJ)¬RSˆÝmi©ð16—½n! ¹²ôlµöTÞ[Ou|-cØsó으1â½swÄ’zÉV¦)岫dÛkêR{walè¼<7ä|ßSñU-žsÎdP;ke'8IÉv´â@Û"öȔ޳ó?ýv‰§ÿ7’¦§½·° ¬2 ÿxíеHj"G鈘Æ/q­”RX¥¦»ÛRçñ¿¯E4Wº©íyçØßþê9vEÐ eûfžõ:Ö6eÿ¼”É;”^é‰ÌDz"‹¹Ì®¼Ùkêb¾k®,=˜w³…[Å¥kÔÈSäæÐÕP‘qóÀý¤Vòã[Äzkm1—¥æþÒõÅ §[ì\FDRÚóû¼gXéóZjj"!%˜ýZ)9šŽ1&üþŸLybçÌ©ñýõnŽñÈN˺˜æg» Ö2i1Q<×ÿtƒˆòw¼Î惘Ž1æ»S_ñéWSf<ýRI¥™Ì[‚“Ö83މiZÄšF³›IŸÒº‘¿ï0¢D4µÃ£6ýØÜË–lCÚh9´äj"9"J°jh¥äh:Ƙðû÷ë‘tõhü„5-‰hÀˆ –y |Ô˦M“Sõᢗ†=µºyÓ¶ý¦­ãtUCǘòÝ‚og¿òCÏ㨧Xó|Ö )Ó4o NþY3 8 .£8àÛ†ìj"€«àªŠŽmÈ. &àÆH]03ûXÍ;ñjÜ''».<ÀÁ#€’ %P² d@É”l(Ùœ¤dk*ÄöOèæãkŒßWDDeÅk}|Fÿö7ÍDDû'vóñ5Ž=|åa¾vY²”².é'K–ø™3F<Ù/6UíðjØÂHU›ÈÛøi5Ä1{Œˆ(Ä®÷DÌW-n>².2?#¶Kâ÷DôNN~bÓ¯„~R\¶=¿ [C>ãLÏÙiÉR69\|ˆ?¿ã—‹½ :µÃ«áôzØ4`·‡P+{Œˆ(Ä·@D¥ÿü‚ˆŽ¯<Û yН»>s÷señú+e Ãøõš©ƒTÝ)?=}ÔÓ]£"##FÍù‘´¼Vd-L0¹çLÙ@Ä’U^”=$¼SXï¾£ÞÌYÌòmjJ™Ö¸}ËÍ–A}z?ÿÖQ©YÍmaäjª6eV oƒ¼ÍåWÙ" 1"ôØÞëw_*˜Ü¾åÏ Yÿ¾¬É¼ƒ+µêú‘©ë'¹ÛÛü&%ßî’©ƒT­º%fiFr]-,oÒ¬>ßkEöØÂc{ÎÔð-Y #ÛæLÛ¾".èLzb¤LµU¶ô‚oS“ÐTˆ©-ëìµ…¹œªMÆÝ¢yäm÷o•í¸ÍWµbDôõàÐÑû‹¾ùü³þ#_ØwzÔÆ!>öønRUÔÛÇz.?˜5¬§{¦JPýÜÔ´ûBa3{¾×Šì±… Æ ÷œ©5à[²äÖ+£ˆfÉæÛÔ$4bj5Â^[˜Ë©Ú”aHsò6ÈÛîWÉvÜN~Ú 1 ÿ8í/þæO¯éßÒûÑç{T~¸ê•õˆhX¸¿{A7˜š©Ë¥†*ïóñc–Ÿ"¢È5[Ò½Åmaâ1Hž3Í µÆúBµß¦fß÷´½¶0ñ\9‰ªM=·i y[íáà‡üø 1c÷ßÑ•¿å×ó ò24 ø½ÑöÒ›zw¿çMð—ðL”ú‹èÕnÆä•û­¯¯]¾I, Uë‘Ë÷îÙ½wÏî´@o»la‚1Èa6дd¥7¶Ž•¿m¶È/=|›š„¸L«†¶0r-U×@yäm÷ Gî—­©«ï;¬¥çäó·«Œ]â‰Èà0ÜXCIyƒæ<+<ù½l5”ˆú‹ˆ6¤ç&Nê¼¾¼;µ¸xíÌ| •]¶0Áä0hZ²Æn\?4¶ç|S›¨IDé×B˦&µ—iÕÐF.¥jãÈ oƒ¼ÍÅÿûñ~à á(@]ÞËÆ_?€ËàÂ%Û–·XbP² dJ6”l(Ù€’ %J6 dkzŪÁÜèN»®Ý"¢moŒ~*,22ª×é›wE’éÖÕìÐèùÕŽ^%À}¤VöñŠÙËóK»Ol”»m$µðó;ZXÔÄý}Ã4uÉ7YR¾ò[4¬FØTP—ÔÅ#"^±s›S||=¦~MDK†wôñ5½ÿO^)<ôúÇaoFѸ}ËÌ–Øè>‘Q½"£zI‚"¹©‹ïЊy£ûÊÔö…^%ÀùÊôŠ}œð›; Çθ*íë'_úKöûØÜ:o½˜ðx@Ò¡³‘ S†ÜÜ!™ºø­ÛÿÞÔõ“‚ÓkäÃÁ«pþUv­m¾*ૺu>¶}øþë·þîøÁ…ÿÕR°iéçw¢¨¸¾^Ç)Ù’©‹ïв˜ËŒþ¡¥ÅùòþáU8Év«­q¼bU•¥¥•UDTùïK¿TšÑPY´Æ”L]ö;´àU¸µûÏ+f¹“ö¶ç›Ko]ýûवü®"yºQ!¸Àç;´*nòlis¼JçÇ­öºæ{Å}ðÜâ£?‡¿¶#å¹ÎíÝ5î‹éÉ›{}$“¬ÛÜËÓݸæäµ¨î&íqµZWO¬5…±9 ^%€óã2"±ëùuŸØäÄŽøšwµn@HÙŠL¨ÖC~P—¸ªHÌ»UòÿW¾kýSššpëÚ_ß­ƒz À‘Úefö±šwâÕ¸ONv\x€+‚=F%J6 d@É€’ (ÙP²8aÉÖ´ˆ]Ø:ÙÇר¶ßëæ|ß§Åøø{LÞú0_ »e’!AùŽ¢L|ˆÌ#ž ‹ì›ªv¸2€û’u j»Y²·çÎ.¦ºO3ÉügƒRæ—÷—gŸþì¬ZJ5OÜ®lˆGåœ8~A‹ØÂØÐ·öÇ->ðAƒíº¦X†>‘éïñà¯ú™ž3²SQ¦l,r¸ø~~Ç/{tj‡×žPÍ…Tm.”¥Î.¦ºß§Üü§ÄFæ·°{›v;rú7ñb¦TsPÁ³«¨4ß.\.•“Pë{ŒˆXĈhâúu^†¬iC_4ó–Y7mã*~½fº¸2SGE÷ ï><»¨üî×õg/÷íÛ¯WdD×ðÁëÝ•{Ý)?=}ÔÓ]£"##FÍù‘T`üáÔ´a‚1È=gÊ"вò¢ì!áÂz÷õf–ȉoS“PšÌÆ è[n¶ êÓûù·ŽÞ[g)WªÎøYu~U›²“ºÏ’àÄãdU9ák8»ÔÔ}ü$óó¤ä2¿ªÛ—>ºÕ¿‰—MJ™N‚°Ú„‘>zâQ=D«lA‹ý”1±sâ&"jõÜÊCK㔿ØÊ÷eº¸†­:°"6(/3iÀûÎìM!¢[Å%^&#]?›ò쮋¹‹ˆhõàÐ-1K3’#ˆèjay“fõ™09ÊáÔ´a‚1È=gj øŠ²…‘ms¦m_t&=±GR¦Ú*[zÁ·©I¨™Ìøk¦êŒŸUçWµ);©û,‰O<ë(Ìw•ÞQ³‹9Ó˜ÊÍÊ“’ËüŠNˆÛ4nÿ{]lâ眰Z®¤žxTN»Ê®%÷£¶EŒˆŽ,ŒëûÇ}Dd {-7k ¿K¦‹ëäåb£»Þ\Yb ˆ():ID%ÖOþÓªükUîÝñÜ3?—QpSÓî …Í<îécÔ´aœáÔ´a‚1È=gj øŠ2¹rÌè¢Y²ù65 5“™f1RªÎøYu~U›²“ºÏ’øÄ³Ž¢6Ul&¼£fs¦1;”›ÿ”'%—ùmëxbá¾WZ4´ˆŸsfÀj¹’>zâQ9mÉ®ü,beEYCþü½Gƒ§Æµ>¿dÿŸ_ʲ$®%§KA7ØèÓã¿ú!¡“É\Ybôo¯ÖLéËû|ü˜å§ˆ(rÍ–´@oåpjÚ0ñ$Ï™fZc }¡ÚoS³ï{Z©:ã‡íüª¶jtâð,Ù;ñħ¥cg—H‡‘©h¹=ç¸÷5˜™:ÍH¤žhTNL-þw×"V1;vÊ*ËÄõkg§¯næaØ”<ü‡_+9Ëv¦‹+õ®‚+µqð]WAEU«€FDô¯õS¥f¯v3&¯Üo}}íòMb9ÀZ\¾wÏî½{v§z3‡SÓ† Æ ‡Ù@SQ–ÜØ:Vþ¶Ù"¿èðmjâ&3æárøf5gWµ9È÷V£,Ù3ñ8ï*'¼ƒg—@ ÷̬“’d~7.,º2ÃU“ù9g¬9a£rfjk¿l¾Eìèâç׿]oñ̇©á&"SÆûƒº'5*~éñ¯&1ïe«¹¸b¦FÏ;W\aZ–~÷éœÏÒâ~îãߤMÿWˆvZ˜°!=7qRçõå Ü©åÀÅkgvà;À˜Ã©"ƒfMEÙØKâ‡Æöœoj5‰(]#ÿZ65©¥¸ÉŒy¸~V\Õæ(ß[M²d×Ä㼫œðŽ]"g$™ÿ˜'%ÉüN.J›•Áì–ŸsfÀšF0*rboŸËˆÄ˜FÜ÷§Á\è‰4ê¾ùO’ùj×vÎÑÜ{nìÔATÎ|/ýp<óŸ\æ·îä©:«×âQ93.¼Ê€¬²ÀUAÉ”l(Ù€’ %J6 dxÐK¶¦n]ýnÌ¢¬È©s¦=ã¹tÚ° ýZ˜>juÉÇë^´«M]RQi®ÉásçÎiæœ;Ëê’-"Œ©Á´sI0…^šV!AÁ˜R:¥&åâè¬ÊоÒ³SÏÞý_x+Kú!Sgj8hy˜°`Lº¥ _¢2å[ò’­ziZ…cLs?ŽÎêƒßŸžµsÉ3­ò¶LèöâfÉë¡ìîÎÚ‰‰ÈÃÄcL˜ò-yÉV ½4­B‚‚1¦ŠY²ù:«ï/^öu×[M4RÉVö j%ÛqŠy˜P arD¬B‚‡(uPLøj"樂=9ü!?ž<Ìž6J4í\J¡—¦UHD0¦ÃÅ5QMlÝèì‹Dtþ›71íÕÑ"1¾âüÎÜMÿ¶'P°Ç d@É”l(ÙP²%J6”l@É€’ %P²8MÉÖét.·A6> endobj 261 0 obj << /D [258 0 R /XYZ 56.693 759.068 null] >> endobj 262 0 obj << /D [258 0 R /XYZ 56.693 738.489 null] >> endobj 263 0 obj << /D [258 0 R /XYZ 56.693 648.87 null] >> endobj 264 0 obj << /D [258 0 R /XYZ 56.693 623.075 null] >> endobj 265 0 obj << /D [258 0 R /XYZ 56.693 181.31 null] >> endobj 266 0 obj << /D [258 0 R /XYZ 56.693 161.439 null] >> endobj 257 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R /F73 59 0 R >> /XObject << /Im22 256 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 271 0 obj << /Length 1550 /Filter /FlateDecode >> stream xÚ­XI¯Ü6 ¾Ï¯ð¥À ðF‘%ËK/Eš¥ Ú¢EÞ¥Èä ±•^&ö¸Mþ})‘òÈ~NÓ=i£HŠü¸Ø‡lŒ'¡äe8cµ¯[3ô'‘I"ŒsL.÷£p<øvé꧃˜Ù|˜ NFëצ§mÆúÝ ÄŽî4~¬Ç+M+º`ÓšúÑóiŒƒ„®üÖeè/ýîÉ}Ý]¢jßéãf,Oƒ(€Ë8q‡ñÁŒW¿W‘Êwõ_`èDØ¢.ûöB:âÆÓd3HÁ¼lK£ß ØÄÂp­Ë©ÑøÔnÝ¡oÓз)À;Ÿáݹ ,àºé¬Ø”Ãó+›è˜¸W€u#%/XœÅžx/8ï/²ý®Àª)?xþ@æÑ{ïôÝSS¾ë‘À„|g… ct$ˆRMqóÌ+b¿ð„3¦;þóƒáœÀ®Æyº´¯“šI@ nêJWwv)öåt’IÜà:MÄ:$("ÁÍãrJ¼è…MîI7o; iO2͵ð,…ëóØ7ÓUÏçÊÅMWW$’îÔí!†ƒ—õÙacf€-%Œ4Ëa_“|ø¢b„Iˆ’eš(&sJ/’I&P¾¿½>Æœs°f–=wðA1$gš™÷¦„·Sô9„ØXó¦ûŽPÖ-ˆ#‘0™’¯¦[å*ËH•eF'e)JN.³5JsÕËÂtôY¿ï—W.zð«ÂèÎ 7 Šn+!£ð–u'Hp/” YIÊ„0^ùÔéüYßê®êïˆQ;œÂi9éjèqoÓ®•¿>¿%  ·Ü! ]¿LÍh%…‚ÔþÅG(ê3•¥Ñ±º!ØÊi[–ôFóíÄ9ß´+3» ·1þ—u?.õ¥€¿ªçI*Y–&övœIRGÎÝ¡J8^ïeÊï?ù©2zÞC8<®ô^Ö‘„i.h2ÀU$Ë¸Š’D²\h¨gÞ-Õ¿â04Ë*.Ž"†$êˆIô²¶=òˆ‹oqò¿HŸ£p³8)¢£Œ'…çp༫€L&.(ÔZ•¾C‚Fã8 ¶‹Êà9ü즡ŽÜ˜7–L9Ç9±ßTƒÚ!"ñr{áê˜cé i…qˆ¤ÊŸQYìÏz4^yº|âŠ_WI¸Š=cª$®p ¡˜‚~nEayÙL./lH*É­Ï *Œ=.‚ä䈰¸ÂlékÍuè7 >Å­ø¼!U`ÈP ,žAÝtgs݄ժnÂNGJ»Zëvú„“º…6 :W­òý€ŽÚ"†Žð¬Ï ‘Z:ê "]¶Ã×›F y? {NÅõœ–b¼ž¤Š}É8×epÖ-#¨­Çv+˜,@Ø:€“eã.!„³[a•Ÿ/¬Ïl­kû¯¯«ˆ<³i1ÁbA–9‰4!Ã1‘dÑ18Û,Ä€IøDÕcBïÓÊ´g`)±¶cð8àŽû棣ªö=´Ý@OKÔÛŽËn Ùž=ã úñšxb¥’2»ñ'õ’ÁHÇí¾Ì®n½|¨ûÜË£R›¥›Ö®?w‡8(:àØÖí£.וÒÓRÏÝ-%£°Áñž¶6_f é[‘f¦]IXt°~±è¨ì[­{°Ñú)+ñ¡îÖÚ6¾ór©b_2‹{ÄæŸÕÛ—±õ)ŸpÆmÿ—/ù†@nv endstream endobj 270 0 obj << /Type /Page /Contents 271 0 R /Resources 269 0 R /MediaBox [0 0 595.276 841.89] /Parent 246 0 R >> endobj 267 0 obj << /Type /XObject /Subtype /Image /Width 720 /Height 157 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 279 0 R /Length 12186 /Filter /FlateDecode >> stream xÚíXTÇþþÓ4–›ÜÜøKblѨPÐhì%ŠbWì%z­˜˜Ø[Lb,ˆ‚ Ä‚ jÔØ¢(¬€…¦ÂKï ¨Xþ¯ÌÍþ7ÛXpvÙ÷û|žaΜ93sΙï;3gÏyã F£Ñh4}™ý”I'Nœ`;Ðh4FÓ“Þ¤Þ Ñh4¦?KMI¦Þ Ñh4¦W±¡W½ñRÉØæÅ³¬Ì mxœõQlžqšq;«×ìäµ÷la“2ï-žzÕ/ÕØVÏ&¥JFiU~¼¦bѦÇ`ÇR¤™fhgÊÐN–LKñR£æ•p1$µÏ÷› óB}^`FtgÅÆHô¤7^fÐ8¨öÞé£>0ö‰VŽ®9%.ŒžîúèaèÂŒº)ŒÈYh/‰_Ó!–d#`ûkÓb/µ3ƒÒŠb÷+áéè Ц÷~V`%ÐæÏþiEJ_–ôÆK­Mè 6ÞVè ]ëKEl£l:EBè Ük/‹nÆë›J±C.­Réü¾.Éšcê^]‘^êÈJëBÒ“×Ö‰B+™–Ômþ²dòzC¹÷vqvzþüù3õ¶tùo:¼*4H‡»èÏêJoãr’×ʪCÙCoèU„TªT©z5ا 48ä{°xR¡b##=mÁ‚ù†£7j×®­îvÆßíÛ··oß¾wïÞÅîL\\\txÃÊ—¡iӦ⯮úÍiÔ5”JC'&*®}o©¡ì&^¼xÑ¿ÿÄÄDådùùù={öÌÎÎV—O^^ÞÈ‘#GŒ1{ölsóæMGGÇ’Ñ”–•®ØÐþ‚,ÞUQŠçBWEñô† 9)QK½'‘ÆÇÄ'JŽ’ž™–‘™ž‘•þêofZzFš†:V®\9**ªHúáÙkXhh¨•••õ‰NôF±O´²Þ(ŒÊ3«C½¡»×&ôFHÈ=6mtÿøã33Ò5«…´Ô”â•A9ZË ª;¨õÆ­[·4líÚµkDDD±ovx´zõêé¤oWÞW¦7ð÷ðáÃNNNz½ì‹¤7 ­¸¼EFFvéÒ¥H¾F{;zôè¬Y³ÔmõððР‹D«"0dȉD‚.kàÀÉÉÉbkjjjSºšÃ×Éü€>¦q ätè{æM~«6z#_½ ½—›—”’pvÿnï[W»®\8´/+;dfe@x 1vÁŽòåYAoàNÏ×hÊ{Û„ÞпJ‡¥×õ”×9ˆ 7´|ªAeÃÊôF´$ ‘ÒØ›ž É’Þ{ï=;»)ݺuóöÞŽMš4©[·î Aƒp­Šï¿ÿþÓ§+âëâ‘`ÿ>ìbaaÞ¬Y³‹ýãà`ÿÖ[oµk×yªL Pw77ÔÊÒ²±•Õ„ñãê'E›ëd~ãñãÇ_|ñÅ’%KÆßwíÚ5D.X°àóÏ?Çñøwß¾}:tèØ±ãðáÃeNG³-^¼¸F À0ÿž9s¦{÷îÖÖÖ=zô¸{÷.bBBBZ´h‘””TŒyõo¾ùFö÷Ô©S‹-B OŸ>(Üè–-[TæõàÁY&999cÇŽE$ò™3gŽˆT.§¼ÞP¹õôéÓ Lä_hÅa;vìhݺµ šWYoˆÃ!QluùàÄ5hÐ`éÒ¥84â9eÊ”¶mÛâÍÍÍE‚#F\ºtI]MQYS G’/ƒÊV•m…Þ¨Y³¦ì_œJ¡ýÄI1R¥Q<Éñ’fH'KçzCŸ( ¿´­m«?G”ÆDeçdA`H"ïl»½C{iäƒìœL¨™ÞP6e½qäÈÜ2 6lÞ¼ù7äõîÊ™3gʃrÊììl¸‰3fôíÛÉΟ?/Rº»»£ÓnÙ²%6)ë eÉ¡Ü,ùùOõ¡7^óŽÞÐ^–Èÿ+Ó®®.5ªWG@)'..«…ëGøàýb‘Œ;V>ÁžÝ»åU Â={öpÛ°!<,ÔÜÜ z1çÎþeÙ¨‘Âü†Êòݺu‹­­­L](Ô¢eÓFw]éjÕª]½za??¿Áƒ‹­íÛ·ŽŽFÃ[\íñññ/[¶ N­¨Ã|¸¶N:eddˆI™‡Ýºu+Ìpã`­03O×âŸ6tèP•ëð¡cÆŒñôôÄÐhˆQèˆîß¿˜§OŸ>zôH¶#nä©S§Ê®†rІR¹Í‚[[>ÿB+ŽöÄ.B¶¡cQ§7 ÍGœ¸“'O"¼víZKKKq¾¾û{÷")ê«\SaèÁ¤R)PG”Ú´j¡zCÞP¼²ª7èè ð”)DêFo$¼ZLÙÚ¶u »Û“àà”cGD…?”D {íêug§ímÛä<ʆÑ^oà>µ°°ÀP áË—/ mû÷Â"ReJè T}5ÂÇÇpCìþñÇãvFx„ *õ†ÌP÷è¿=š‚Þ€³V9–§Þ(6púuêÔlݺÕ_gN#æ·_…;kÛ¶Mýúõ'Ož$\ùòå33ÒÅ.*T¨PAl=|ø€ÏŸ?oΜÙ›6~òÉ'ˆàp zCeùƒÞªU«–Ý”;vˆyüý/Üוި[·®ˆIHHÀYAoøøøŒ?^D"¦qãÆEÕû÷ïoҤɀ¿M6¬†=b&66¶¨+*ÍÞÞ>00÷ ²E8++ ntâĉ*GEEa,°páB¤ò䉆rІR¹U9ÿB+Žö´³³“-ii£7T惇ËF$¸páâEØÅÅÅÙÙ’ì´*×TX=0bBàÎ;b¢IËVMKKSÐÍš5+3zC‡KZ´R4踄ØÓ;·:øq@@öàÁ·:[¯sY±ÁeEPÏ9S§>ò¿ðG¿¾þöBrh¯70ΪZµj‡¿ ž‘^^^#FŒ „`P™·6üˆH‰Á z ±;†c"òÒ¥K¯¯7”ÝJñôÆëŸÇ2 7Äü†àø±c–‰EË—‰Å ±\¢e‚£Gÿ€ÈáE‹Ξ5kÓF÷ž={hx~Ceù<46ÆÛ{ûðáà uŠýüÆ–-[ZØ_ý%–× 4Pžc×Ro¨Ë_Þ]Â)cЭ|!åæævìØ® þNYoØØØ4ý§a”­á²ô÷÷7Z[[ëâVussÓ 7^]®YYG6mZ¯^½4”S4”Ê­šõ†Ê]ÐžŽŽŽ"|ûömmô†Ê|äOz˜aƉðš5kœœœ°;ôê‹/TÖT.ZÑòEmUºzõê²É"t_ýuÖôÝeRoÏÐü[p¢£+V¬ ðøè±£Gïݽ£«ù Íz‹±žÂ[L›˜››cŒ,&êe>îÇ\ºt)|%T‡xä@¶KQíéÓ§ýû÷ÏÌÌ„‡Enˆ9xð †ùòëp—òë)Ø„º _,êÊ)JåV•ùk®8†$­Zµ‡^µj•:½Qh>šõ†8ƒQQQ*kŠð³gÏ,,,òòòÄîbŠIËV«]7nåùþûïçÎ[–ôÍônŠœœlu½Ÿ(]íº2%5)*æÁºÕË%’Èìœ,¨‹8iŒûZglOŒsY㜛÷Hè •YU®\),,TöoDD8:ÿóçýÎÊÊ„<@CªU«ÆÄD#lggÁ .eJJ2Ü„ÈêÁƒûuêÔA}BíÚŸaÂóæÍ»«ƒz£õ®½=¾E·ß¯oß¡C‡(ˉB(ë |°²´„G¨_¿þ´iŽb«Ý”ºuë¶nÝJeù<÷ùìµ°0·lÔ¨QÆ®®.z}~C³Þãëv§¦åó¢°… ¶mÛ¶oß¾Ÿ;w®k×®#Û_ý1üñ¤»ð}PÐ »É\\\|||Dp[[[8ʸ¸¸—>blw‰sôðáCÙ.gΜA¿Qh«BÉ <¸eË–-Z´@E d¨7hƦ7ò²³³Ô!¯7’R£¥Që×8ÅÄHreC]ÄÇIÝ×­JJIˆ‹…ÞÈ{œ+ô†Ê¬àq>ùä“jÖ´é—ˆñõõÅ8åïΚH¶zõªÏ>û¬Y³¦S§Ú5oÞ\D*§LNN‚›[ï߀Þáµk×` ck;h„ ЪV2zCWçÑØõFÙæuÞ÷E+K U£n«£££¿¿¿^ @½A3d½‘———••©™ÞØî½õAèäKÎÍ›³³K'illœ4vg§¯ý7nH ½zûæ®Ý; ]„ÞÐa¡$&&ˆÀ¬Y3'Mšô:YiFOzCa-’zƒzƒfRvàÀuïûòôôÔ÷Ñ©7h†­7r333Ô!Ó§vlóo×6ÏÓ3kçŽ ¿,Zïê¼ÁeåÏMy÷î>vw?ߪå%ß}Ÿ<zCC†…bo?µI“&õêÕëÖ­[däÃ×ÉJ3úÐò-¯ÛGž¨7¨7h4ê šQëÜÜGéêéÄäø]_6y8räc´ [™é¯~#y¼qãýÁƒw5ýnZ¦74dh8è\oèõ¬½ñèÑ£ôô4uÈôFRrƒ{Á»š4öoß.ìÎ-i|ll|LHð mZïþªiRlôS9½¡!CÃA·zCßç‘zÑJcì—íõ=·F£™¬ù^wX¾ïùóçêõFNzZªJâãäç7RR“RÓ’ÿÚåí½cÛjו.kœwíö¾¸_þ«—æ?}úDöüvT—§á@½Atn¥nšï}ðBøÅД+áé„b: ßƒØ@x)ð”€Z½‘““–š¢’;·ƒW¬üþW{·øìÙ³+—bGuyÔD‡ädg] |`¿Ì§Ï÷›z:¸Bˆé€~½ÄƳgùêeð¹99ÙÊŽLp;8hÿHŽ¥ËÓˆ ì‚Õåi8PoÝU/ÿÁ F3Cï§rfãz#;+%9I%ÒØ˜à Àë×® ì‚Õåi8PoB!%³è Ÿ›•…€ B½A!„”ŒÞp]µ21>.)1ÁÔHŒ—®YíÌßÃB!ú&%9i«—gpP`bB¼©q'8Ð{«WŒDB½A!„è•ôÔÔ×®mrÛp;8(>Nšg  ¦¨¯‡»Ûõ«W⸞B!„è›Ô”¤kW¶mñ\³ÚÙÅÙÉ@M½·zAlHc¢³2ÓKoøîß›—›+ PoB1ÒÒ’1ä‘DEGEš1IÁÌFºÊ1d½!ô†PoB!F ×S!„bÊzƒë)„Bõ×S!„ÂõB!„Pop=ÅH¥¼ÉÛ{;ÄŒDÕK’•ÏÝ¥KÑnÚ×:-5¥^½zÁAÊ¢¶ŽX£F •™³ß Ô\O!EçƒÇ.]ºˆ·å£{ ­X±zÝ ÎWªT ã\ùôÍš5ûꫯäcn½!gwïÜÞ¹c‡……9²µlÔèÆõkHWkff†}+T¨°`Á|ccÓsÖÌ™²;uê„¿ðËØÚ´iSss³ô´ÔBË/òQ>„pXÂ0x÷òÚ\·n]ÉÊÒòò¥K…f+_°eK—*ÔH¹‰Ò«°»»¹…‡…nÙâ%Â`—¾ÿ^“˜ß§wïŠ+âpÍ›7GŒÊöìÕËFå¦}>{QGÄ|ôÑGÆ×P $Fä‡~ˆÜ:wîŒÉ7¸ò R™’5jØÍþ¯ýkÉo¿¡À(¹“Ó lêÚµk‡öíUÖèä‰?‘áٿΨ¼¢äϰÁƒk®µ|&ë×­>|˜Êr¨_¿>öEa~ûõWÄôíÓgðí·ßnܸñ½{wê+j׺u+4ޏneYB½ÁõR$0x”ïØýÎEä÷Ó¦U®\¹ZµO¿3F!ýÀ—/û‡?MNJ¼s;ØÙy%:m8¸Ó§Nbx¸pႈð0ø²!C†ÀÕ"g¸1ÆÿòË/EÌœ9³#>€Ÿ‚A¡!!ónöôØ¿Ï[ìß';DJrR|œ@ɇeù("Z…‘iǯ¿FÎGþœàÜÿýïË/¯¨ËY¾`‡R¨‘rɧÉä ûªl|øÊ:uêÀ£É¯ìÞµ uÙèîr%WמsçÎQÞtîì_ï¼ó·nÞØ»g·æZ:ä‹| š ÇÊ—/—-¯Ž”Or"Yc+«?þ8‚@êÕQàÿû¿ÿëÔ±#vDb\Ê5B N.b.^ôWyEÉŸ»¾R&P2j-ŸIZj E୛ʑƒµµ5ò/ÐW33ÒùD¼ïÁØ´r¥“|}¡*‰³uT½Z5\T²¬ØobÈßOázŠa/€ àçŸ9}  GE$ºtD~üñÇÚÌ0ŒÜ1Ø„{BxÌèÑØ÷½÷Þ{ÿý÷1*9r\ bĸb@ÿþ"fÏîÝQ"ðë/¿ˆ|ÌÌÌ  Z´hw Ÿ¿­­­¸Pábäò|”Ùñãôéˆ=z”l†¼jÕª:u*4gù‚)×H¹‰äÓËÁ±Ê#Qn4è䉚*<|‚£Ãlj#zymVמ¨µò¦±ß}‡Ùá4×͉(&µ*T¨ ¯-Už u%Ù¼ÙZh´6¡'ˆ‹) 5B Râˆ8´ÊËIþÜ ­=£¡ÖòûºmØ &C”"‡ÞÞ÷ëÛ·R¥JgíÚµÅIüÏþ£\ßÿÕÎÓá>ú•,+B¿×FŠŠƒƒ=.WWŒvá#„¯Ä@µeË–ˆß¹cÒœ:y¢gÏW® F@añ3¼ÃO?þˆ㤱p9Þ¼q]¹Ïg/ŒKÿ]¬³ˆÎ|ñÏ?‹¤ÇèRŒ+ÅR>< FÇp‚W®È‡†çÓïòaY>ʇ3öÛ¶mE²qcÇBo`¯eK—*<©.gù‚)×H¹‰äÓC?¼ÿO›?žB³¯X¾ Ejß®ÝñcÇPTùM8ÈßßÿB•*U0lWמH£¼ ˆMÛ·o»v5àò¥KškÄï¼óFñ«V9#þÊÊ ò©+Éíà xjŽ9,–‡\\V#ì…!¦qãÆƒ >]ùŠ’?wsçÎOlj¨µ,¨úõë߸~M9 «2D¥ TPý¯¾úªnݺ)ÉI&LÀ&¨&ùúÊj'SS²¬!†¬7¸žb˜X[[Ë.ƒO?­ŠnÖÌÌ ~pÛ¶mÌÍÍ0ø=ûÕSúèØà%âãäŸ{÷Ýwe9`xë&ºq82Œ@‘OrRâ°aC?üðC1¢GxÄÀõ =y­Zµ9uªþݰ~=ÂkYxY>ʇpZ±1õ}çvp‹-P¤5j(LÝ«C¾` 5  Un"ùôÚÌoÀsÉ­fÍšò›z÷ê%uÀA¡»T¶§¨µò&Y Z ¡H P½Z5È!Œñes «9$ûÏþóêw³ÿ÷;\bUîúµ«ˆ'NjtðÀ~\3Âq+_Q@þÜõéÝ[´†ZË2Ùèî&ôŒr@ä€ÒÚØôÄÑ{õ²6F±+T¨€kÃÂÂü£>R¨¯¬vâ¢:tˆ,+BH±õ†^%×Sˆ6@ºÌš9îïÁý¶FšjÑ¢… ‘‰ õêÕ[±|™>ŽèîæxKeX6j}òú™B \op=…hCrŒ1Åò!º%%9©\¹r'NdSRæõ×S!„>¿ÁõB!„ð÷)„B¡ÞàzŠ‘Rè2Ä#ŠúI ßÑðÑ“"aø_ÙÐSÛzlÚX»vmlUxû„f”›]|6ñ ïZ'„}è ~?ÅÄÑü Ù#ŠúI ßÑðÑ“"aø_ÙÐSÛîðöþeñbuïNW‡r³‹Ï¦x{o§Þ „”½ÁõÃDáƒÊߌ(Æ'-Êß{Á™f©úž…r>N+–‹o|têØ±B… â ¨YÆð• ½¶-$‡xÅ–Â ÕðAÙ·f>›ùPå·]!Äõ†6ë)¹Ö?íÝ;»J•åʽDÁ!„bÀ/?¯U >žÚ¨×SP~T„'”B1p௟yzãzÊ“‰xú!„#â^çNÆõûŠ B!Ä7–÷}ånX¯\þˆ6­“Ö­ËÊJNâ39¥ˆ>>-©Q½ºxXT›ïY?vìÁýãË/¿lРAFzšëUŠ_ÙàÇ8!FCr>Öÿ¼ŸÓòßgLŸ6}š=!„˜è÷œ–/¹xÁ/';K³Þx®Æ.ßKvÞ2fù•Ö'[9œµì²“OÈÅ;IÏË„éPo¼Ô¿q=ÅÀ§ !6/˜pùb´R?†BLIT”ÿùs‹Í |ü8¯Hz#=ëñ÷ë¬OLýùú—Pw‰§W”û–¨%BúÏ=gçr99#—zCè—%b\O1d¤Ò˜•Ë¿zùÒKF3U ¹ç¼bÜ«özã꽄¶v¾£gû-YØgÈê&-GÕ6ÿ¦®¥M›Žãígì8~<ÑÉãn»CoÇSo”°ÞàzŠa‚ cÆôiÑ ;f²-õFZfn«‰{ç^;q¯Y«Ñ:þ0Ïi™óúå«Ö;ÌúݺßdË6÷ﺳgL« >Ié¨7JRop=Å`õÆôiö±11ìph4š)zB zž÷™œM]yz Ãc'ïoÐ~ìŒE+9ìçç(•J1|;{öìÌ…+´´Òåò‚•×ÿ»äÏgFk\O!Ô4V*zÃ?0ºÅ(¯i?žiØÑnî¯.~~çîÞ½+‘D¥§§?{–LòòòYáfÙaÌf¯‡ßNñ9s-ÒÄõFI>/ªõ”§Owp°áeK—V¨PFÁ»g“+V¬¦y÷¤Ä„÷ß_!òÝwß}}'xë¦e£F¯™aFzÚ‚óKXoà69räˆ#fÏž-bnÞ¼éèè¨|Z###»téÂ>ŠF£™šÞX¶õ‚Íww²¶Çðé~~~÷ïG¤$'çdg£ÿ ?~' è9Äqô”ÍóÏ-ÚxVƒO¯\¹r5jÕªU­Zµ3f”U½Qb¿‡ÕÇzŠïÁÍš5á>½{7mÚôÏãÇ>súTݺu Ý=>Nª¬7ÎþuF·zC9ôÔ­^¢›šR©R%m߸«]ž…êÇ;99!0dȉD‚‹màÀÉÉÉÔ4ÍÄõFþßfûÓŽa“´±™÷ËJ»wï@läææ>~œ™ñä þ<ÎËËÍHO‡YæâÕ©ßœ9‹z9lÉWoÐèQˆ¯R¥Êõë×å·BÆä—žéVo”ÌûEõ±žÁP¡B…„ø8„ëÕ«·aýúùóç!¼øçŸG…À¦î_|ñ…™™<ãƒûbNã½÷Þ³³›Ò­[7OMBo$&ÄóÍ7b_1dÿú׿~øþû^½l NpàFˆˆ ûì³Ï÷íÛ—““ƒ˜­[·V­ZµÃßmSêzCOªC¯zcïžÝmÛ¶ Kú÷_»fMÍš55øhÙ3b=bäÈ£G’ym™<%‹’ P½1lØP¾pá¼²Þeiѳg…ŠOoÈ?‚h߮ݲ¥KÇÿ÷¿¯ÿûñȨµµ5î\®nnnвgGoß¾M½A£ÑLDo@A%%ÙÊÊjêT; ½Å¦„„ø;wŽ1¢eË–ø×ÓÓÃÆÆFC4@½!ÃùŠ+Ö«WO<Ÿàä´ÊmèÐ!Â/«\ƒ×CiŒ=zøðaéišõFpP $¢†õHJìˆðܹs4è°ÐÐ>øÀïÜYñ#ÿ ë)¸¼Åô†¨W¡u4¶²úôÓª—/]Rh¥cGÞ»{G{½QÝ¿ÿÌÌÌ/^tìØ1ÐÏÎÎΉ¤U«VPòˆYµjõF3½~/çoEqâ­†=æw|Øè?×{žÝ~VVfvv„™™ {j×ÿDZŽ|ÙkñáÓ×d»+S¹r¥°°P7n¼j•3$ºw±õîÝ»èÿ!Hž9sÆ AƒD¼««+×sçÎE¸mÛ¶"Œ”ظ8)ü#ÜLDD8œÎùó~9‰¹té¢ÈáàÁÐK*2¨7ä±²´ìо½£Q…µkÖÈ& êXçÎeÏX*è ñͲ±ß}7dÈô´T zà2€¨hÚ´©Ý”æÍ›+?/ wŒ‹aÂøñô†øe ŠÝ AƒúõëO›æ(›«±°0733kÔ°á­›7ƒ£Ô­[·uëV…ÖE°|ÙR¨Yå&Òþù a...>>>"ìææfkk ù÷²àyÑ>}úØÙÙÍ™3‡zƒF£™ŒÞÈ+ÿcäOníû;ã?n‰ÍÞç‘n=3ói©©É¾ÇÏw´Ù˜Ç×}]v™"¿»ZV¯^½V­šŸ|òɘ1c U’““нËlÚ´Iôÿ]ºt~øðˆ ¼õê9Ó'ž5kVµjÕDü¾}û,,,,-á…­Yã*"}}}­¬¬þv:ÓD$\Û±cGUdèOoèã$–¥÷‹&&$ˆÀ¬™3'MšdhÅë߯Ÿ:]Á÷}Ñh4Z±õF^^^VV¦Œhi¼yÙ=z un专ö3}¶ìñ ¸yçzàݾ9,po?pv¯Áî6¶^fݦ÷ø¶Ûvò»Ô¥…½ýÔ&Mš@dvëÖ-*ò¡áìÎí`×®]»õEÔ4¦…ÞÈÍÌÌç¤ÿ-³ogµë»rðˆC}‡íí?zÛ·Ã×Xþt°|ààí­{®¨õµcŸAý68[whåâ¼B!£€¿O!|Ÿ9F£•˜ÞÈÍ}”‘‘®ÀCIì°ÖZ|;·µÍŠ®ý6ôµÝÞ×vmlœ¾è2«vë‘_Û ëÖwè¸QƒÜ\—~ÕÄrßÞ]ééiÊù2Æøþ ê Cþ>¬$*’½ F3Y+ôû°=‚TP&--Õ÷Ô•é¿{wý{mëé Ã°_'Ïßè¶ý°Ëª•õê|Öºý׺tŸ8fÈÊ¥ 6¨{úÔ‰ää$•Y&ÔDWH¥1+—ÿ~ñ¼;f²rÏyŲçÏŸ«×9éi© ¤¥¦À%%&Hcc">¹w÷æÍW.û;{êä‰?Ž^¹bEýºµ5´hÙªÕ”ÿŽøyÞ >¿võŠrV õѸU.^ð[¼h>î”üü|v;4ÍÄf6òÑû¡  |ü8O­ÞÈɺP àw$‰ñqҨȇa¡!·nBlœ;{öÏãÇ|}îÚ¹sݺµÓøÁü‹zuk×üÒÊ|êÄÑ6ݬ^´@9+ƒ…zƒèœì¬ À[+W,1}Úôiö„b: ßCï±ñìY¾ºA|nNN¶²#KINJJLˆ‹“FK¢ÂÃÂîܾ~ýšÿ…ógNŸ:vô¨ïÁ»wïÚ´iãÒßÿºC;HŽFæõ?ÿ¬Æ‡}•³2X¨7ˆnª—ÿN F£™Ž¡÷S9³ñ½‘u¡ ¶Br$ÄÇIáe£"#ÂÃîݽƒÜW¯] ܺysÛV¯ ÿýîà}‰ ñ*³2LŒñû°Ô„BŒqÑ>7;+ „zƒB)½áºjeb|\Rb‚©‘/]³Ú™zƒBÑ7)ÉI[½<ƒƒâM;ÁÞ[½b$ê B!D¯¤§¦Þ¸vm“Û†ÛÁAñqÒ„ø8S5E}=ÜÝ®_½’G½A!„è›Ô”¤kW¶mñ\³ÚÙÅÙÉ@M½·zAlHc¢³2ÓË”ÞHN¢Þ „b˜¤¥%cÈ#‰ŠŽŠ4b$’‚™t• ’ÿ(ÇHõFvpõ!„bäG„“Þ(_^VÔÜm[©7!„£àÙžÝ2þ¢\9C×µkËJûtèPê B!Ä(x>r¤Ìƒ?¯UK{½Q:ï0@å’ õ!„b°À_˻什{IoèOr¨Õ[¶ü£ÀOqPoB! üµ¼ûÎݰÞÐõÆË—ÏkÕRPMÔ„BˆaÎl(ˆ …Å-õ†ž$‡½Q$_lAD›ÖIëÖ½Z^‘û‘,!„BJä$xäÜm[”†ÊÉ ƒÕ(Ø“‰”ËO!„\YŸh©7ô!94ë JB!ÄèxÐã[•ó!†¬7@î†õ ÏrB!ÄyZ½zÀ¤ á!!ƨ7dªãiïÞ/Ê•ã %„B „go¿]¥JT³¦Ç}wè€:±aÈÏoB!¤Ì@½A!„CÐ%ÿþ žB!ĤôF)¼ÏœzƒB1%½Q:ßk£Þ „BLFo¼Ô³QoB!&®7^êߨ7!„SÖ/KĨ7!„ê ê B!„PoB!„zƒzƒB!|^”B!Ô„B)Ãzƒïß „BH è ¾_”B!% 7øýB!„”€Þà÷a !„RzCO’ƒzƒB¡Þзä Þ „B¨7ô-9¨7!„ê ê B!„PoB!„ÏoPoB!„zƒB!†£7ø{XB!„èUoð}_„BÑ«ÞàûÌ !„B½A!„ê ê B!„zƒzƒB!Ô„B¡Þ Þ „Bõ!„B¨7¨7!„ê ê B!„PoB!ÄxõßgN!„ê B!„”½ÁïÃB!„zC¯¼¡ÊxåB!:ך%Gñô‰áë7´°R)¯[¢“Ë©v!†ÓƒW™yúŠê•LAo¼QD3½¡}J«$¼õÊ^b˜“u¼ü §2عY]å_¤Òê©RÅëöKàÖ0¨ñ¯^õ†JÉñF±ÌõÆÅ5™cÑmHR2WW1ñ:¥¢>Ñ÷u¢ßô:§L‡çºHž]OWÚº°Rì4 vÞ¬HzCAr¼æéÐ^o”@cÚf€×Øëßï¦æzÞЃ•îÑ5—Gß·Œáw§5³Zb—œn»£R¼eôQÃé:tUì×ɰ¨zCHÝVM¥Þ(UÉŸ©RŸf)Éžª´æ‹ ¡5®®À¬dÖ€ŠÝz+PKÝiê¶ÑJýª+áËÛènÌ×ϰ¨zÃ`;(cé?õ}ǽæÍxÛP ¥COgàý€ažnÑ]z} Çx¦þÚ­T®=Þ°%`Fª7N¢1ÜJ÷ò3 ½]­WŒÊä C™Q)¥x)–âífø—ïš0ãÕexøfâD*ËɳI+­q‡á¯¹ÓhÔ4£@l2<´¤éUr°eh´¢Jê úJV$ÉÁ6¡ÑŠaÔ4¦½ä`kÐhÅ6ê FÓFr°h´×·ÿxêÆ endstream endobj 279 0 obj << /Type /XObject /Subtype /Image /Width 720 /Height 157 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 14321 /Filter /FlateDecode >> stream xÚí] xÕ¾w–¬]RöE[ZB³4MQž @ð!*BhÄ×6¥i÷ Q@TpWpÄ>E÷'("U‘‚ ²\Úw3™Lf’ÉÞ5=ÿ÷e›ÌÜ{Ï9ÿYîI! Q€1è0Pedƒ CçáÕ5 @ÂÐyk]}ÈbÄæ+}Dû6äÁí¤:lsH €›—ñÒ¹¡!d1B¡jdaä›ÃžÞxNÅJÄîoý"ÞAÕ[…›Ü´­¡:$Zhjà ‘¡s &Ĥ¹8´3ª ‚6ì.Fª ýTŸ…±,õ_ ¹ÞxTò¤öR½°z·{ XÂá³jø…Q:bÓªâöˆØTæw”Ç ÕÃU8Kx| Šþ¹^voÌÀB—r$ŸÃ•þ(‚1£Jú‰JqªÂÚú |æâa!)FêjÅ*ôò(tqʌ ôëfs-׺Z©Ý{rT'ß’ =»7 'žùÛ^2ʦ˜^p Š5¼`!ëˆUY"E{=Þmº­‚¸"W$ŽÄm¸´þŸÚBgx¶€…î/ÎØè±æyé¦jHñ9£nÚäÓ6ŽÊùðÜ„Ìn 5pàU(téæQvv@qj Â—xÀƽ‡÷zô+Q:ákƒ<©Ý=y¨Î ¤Vè™ÛÈ3œóL2JÞ…‘ì×âíÓr ãÈt!²æZòèÑ—pDê 2*_"E{ÚcŸÜ;„ñ5¼"EÔð:‰×+„yjPÒKuÅ™¥ÁG‚ìlFz³ªwD"«›üà •lãHO¨*H#Ù9eÕÖÌèiÜë‹aãg> d®÷Ìù.=ÑÓ¯8ð³“è­8iãìšú~}¡…Szƒ \“ðñêb̘ꉥê’DQßBbEû9µ¯­Ÿõ‹·KùDhðæ;ŽÇÃ=æyæÑp•È…NÔ ZÒ‚¤/ˆæM¼¡=žä!½ONyBd÷µå9‚+u|A®Þ?|  O¹³? à3©zöú“Ùje¿òJ㱓79òÅ-%m u=UŒ{à'ÖÖ7ÄŽúºu¢<ânbnTûR%•ê^ÍzüÝ÷ ˜ÈœõðìÃuÁ™D0ˆ÷k®¥ >*Ž:¾rÂgté±õA›òZ? Xô¸T#ù¸´µN°g=ï6\ñ¿A¶Ïz¿:0О$)ŽQþ ñÊ"»[\"Ï P?_òùPˆðj™øìu«"e; ÉÑS ôªÈ]y»ØÇ ¼ºöDC\¨o¨G¤Üð¥JIâöjÖš2|ß2*˜ómr'¼®„¨ãWND Q€ÆXT,z\*X\’±§ðE L¾f¸$I¹ëÊ0Ê Úi"GìYr}dóÕ‚·DÇB2 \‘Ž‹[¾Ñ¹]$˜Ù]eKGYϼ¾¡ñP/ËEQ‰çg…z!4Ą̊†`܉p¨Á¹Q+ÞE{(— ê©áVD;s Ë™¸/޶êjÃx–à½%º(ÂËLãf”¨FzBÆÿüə. Mq=õ£±X´7ûV¯›=§­"0¦|¶ˆ¬Úˆ»7[}Ë«?~Fµ0¼Ù7DÅžèêwØÈáÐü„®­‰7¿$|ëxžÍWJ||æN›Cx$ŸUÃ7m®VCx$ŸI`>~|ë˜1[!<σjêÜK¨  @"ð™;™3 @"ñH zHœù ”΀„á3œHŸ¨7˜QðÖëÀgø Ÿà3ø Ÿ€ÖÃgX$Ÿáü ø ×oŠÏP@ŠÏPpˆÏPpŠÏü_AŸ¨Ÿ€&ã3¬oˆÏPnˆÏPnŠÏpý ‘ø å3â3õ3ÐÄ|†õ @Bñ4 ‘ø P|† H$>C€$Ÿá‚Q@bñ– Àgê æƒ@„|V ‡{†Ï@g@ñΦ‰ÏP<ˆÏPmPmŠÏðëð€z€ù 9Ÿ9B××CÑH >BW×ÔÔž]‚ÏH•‘3qDh@bðaLÁ£€„á3\ÑH4>C|$Ÿá¢$@ñΪ‰Ïž Äg8GH >CµH(>Ã5v€Dâ3,>ŠÏ°ø H>Ãê ø ÓA@Bñ¦ƒ€Dâ3LÀgø Ÿà3 }òÖ7‰ÄgX$ŸárQ@BñNxŠÏPq‰Ï  ÅgЀDâ3h@Bñ.é@| ~š˜Ïž ÄgÏ€â3VCx$ ŸU…pý Qø¬^] t$Ÿ¹Û[‰˜ ŠÏðãð€zhòù ¬=ˆÏ ‰Ägø5, ¡ø „$ŸÐ€„â3P|BŠÏ@h@Bñ–¡ Ågø7â3Ð*ù g  5„ð H>Ãò ø t$Ÿ¡x$Ÿá7*€Dâ3ܰ |€Ïð>€Ï@[ç3¬×‰ÏMr>¥ÞP1 ™ù,¾©±HX_W[ãFm]d­%óëÃnháñÅa܍ެypñòÀïjQ Ý$Œ¯íºÚêÂl7 «kÂÿ»t½›ýµ­÷o{#ÑÙ¥î€DφúÖÃ]Á¸1Èê>Vrd(•prK)Vƒ|ü«©‰ïÏÈ¥—‹Öm-äIOÛÄ[ 3TØ UFva¸?˜&¢TæV×Fcýæ©f¸Nx[†èѳOuQµ×䞣È‘ ›³«—á®`\AÏA8/cuîØBáï½H^šº­Å^y&^qŒÉö 0‚ÿ#®HÉåüu[‡«xk;¬I<†$íx)€ÃÜ€…°_•ÁÅò«¯½šª^©˜LxZèsñ@Ÿã©KöÉHè!‹‡ÝDªTΛÅ##úz+ro¨÷¦ÇÂjŸBëk Õãzô\”ó·ñËݘ¤Þ+oŽ[%ivÖy äUœ7^ÉKÅ3ÆŽ.õrÆrÉN~|æt½›Î^JÚ–X®&xÈL›¡B"xô¼2q‹âîÔË«ƒ'5ßèyþxý­Þ.BÔIòª‘ ›ù<½¸S×Å¥õ“ˆºns Y<ǹ·pÞìæ€0b¯cHü‚¿Ì`ý‡IÂäØœ¡òrWˆ©5Ùžãѳ ]¡(Úð¼ ¸|¸þ“l…†óìô ^¿ò´®:ûàQ¯DÆ­E )cx@P™'–‹wòiÓ÷{«ßöV—ÐPh›/o9‘ÿú…‘i¥­ð~$8ûD‘ Aš¥„ËÇO»žns¤ò›Ÿú}/ ›¾}Oäã‹&‘‹‹ë'A#"‰=öó°Ûû[‰jш½Ž!ö >܉Hä¬À¯?„N9WäØ, Ç{ˆ›f"= Ò‰£ ¿O¡_؉=*á>‹ÊS2âa¯ ÅÆÌÁIåÇ_} VKê(IØÜ* R½ä“Å—=mŠ©ë³ŸTv)ãÅ~ÁÉÉ×[¾Ù² LñúƒÓ„Ò^ôYÄf>–x„•ÒL4J_†´'©ˆ²CÍ ìÇNQ;¾òÔM«ã>¿‘!“GhŸ9<ŠT² „´ÂÒï+b|Zï­’†0^Ÿå< ðVÛ‚<¦õ¥Z¢z¯î÷îõ·•NÜWKªOU†·[±|ýU«à*É÷ž¸. ›>¢ ECœù6QXÈ:öÉÉ×[BëcŠàB{h!Πü†Ë »wcPš Þ— ¹±ù²ÃÞp½´Ú´i¸*Äž¡Eæ@‘CH+òQ†SŒhSØñJ°Û'=Ždl¼ùŠ9Ý‹’ÿ%w2ž„̪ ƒ“kÂ[µú<Ãß‚î¸. ›BHòÍ"BŠ’dðQ@SšÄÄô`ß¹ï*’8ƒÊ¦G°ÊpI‹XIvu°ã2Tá…ŽYu!hæQLŒ¦p+ Cõ`$ÅKÒÄϸ¥—ºà9,˜ÚøªUäþøõχ¤ãáéZ¯ÑZGÔö‹²ÇxÏøj5q f­p H~Ù! ™šEuÁ-b:JT¼DÈÌÂÚÈ8B&µ€­\H .›Ä >@K&Ò(\‚ŒAG_´8Å´€É¢TÎx.&ŽEoAºlõD‡¸¤Š9^߯©lN޵XD*ýã±d¬„‡»blŽÈÏn-\µZÅddƒÚ¤Ý2€ÎùÀní[Zé¸Ìï»›)°RûÅÕŒ÷ ’ ÂªmŠV¯Ò€fÓ!Ò@³â#ÖûnmÐ9Çlè6vÉÎA/Õ‚v›+™Æm¯@Ýþ“Øö«ûêBÍ ^_:ÙÚôͰÚÙ ³Ç ôˆˆµú!¿çESHø‹»– ã:gøñÅ.D’Qõ´Z¨ûI. J‡>n1?¢ ˆRØÚÕlé!˜Æ…±‚þ–Óñ´3†óã)$*&~ü º÷S·ùÏkvþ|$S9Ç=$æÞJ¢ÚÒ&ά³¹þßk¢¹w×*À!™Ö“½?èØº„Œöª×UÛd/-ΉÂÊÛÔŸ5cms!—iï rc¬èžU¶_êÙ&cñvɨOWMâVç]ß*ЂЩAmïCU#^ѬÓLj7Ú{̯æx’H~7“ŸÅé`~5ÉÔF\óëçlþ,Ár÷µˆ ·ß V†“YÐA¢ÀgÄgâ¼–ó­&Í8—…]%ÒânÙ™FZÉÿH Dˆ‘¢™þâ˜=pU‹]É5¢‰Îÿ͈P¢KEòÙêáìݼ%†Ñ?‡˜uÝÁ¯_GÇ×ãÿÚøLåRÙ­OÆaÝ|UöDÈÕ×y¾Í‰ñjý¿Ï…1Žö4Þ~.‘Ä ÑûÏbjõ¾…*?=ö Z±ö…óïmKáW'Œ'ÛÔ¯³žå—Dµ@Waû»Ÿ pªOh.ðx@‹.Q|Qd¦®McÒ‚D¶«˜¦ësÄçÎ'#HÕìeFórÿK]+ùþAÙL}.¿5»®8nŒ£þy>ŒÎŒŠ[#ÐêXŽÅkå\íœÅë#ð´Ÿx_M^£~ùÆ– £NâÕCðϼ/—Hb‘ËÅÂñVºií{»D4ž«)׸ɏFä§ÿpRv㞯mT¿¸5¨´›M{@¯…eÂÞ¢÷ˆä¼,†˜5¢…âÇ»MÓ»´Š•ÕÁ-“ß :‚†ë½‚´Ð3¢ã4ãÚàùœ½Cÿ…+?dP/Dù.Ât£ûð[ægÊ›Dz»:DN¸=DÜ{*†\2»Q#Þiê ÍvwÞÕ¼J|áôùd^#õ[Ìùܤ§=¤Åqª“\»“#öÄ7üøZ£|’Œºb±ËzÍIêü„øéÜ(¼r1D±CÝÖF¼¯Eâý'!£Ç¿Ií°»™F²²Õå»ç©¾!X4†÷î%¼{ˆ4¹L”[ƹ¾‘›~!»5-DÔ0FQË-;~D6"?Þóè5!Ú¸,ˆ|Õí¼Þ¹†F€fÄ8ŸÍ¿¾%AŸ‡ëŠmKøìUÊ´OùßyïŒf¯áó$=¾ÞäýF¶Vs&²!Šš`yœë˜OÇ™MíÔ[äp&ä? *l…×ïkÆLpº(Ómn¦~wÊÄ©õ¢mµÀšå>ç­k–ß/ ™õ*›@þ·e*£l•SÅ*£èÿÒsÎ6þ¸­-´Z{C@¿* nŽóÚ¥k {Žñ ʉò  ‚ôÿ5¯ùhr&™ŽÆ ŸsHÏÈòxyÄìÞ³üù—÷1œÝC® –x9¤>²$Gõ"1ô©)«4çÆ¼2voÅ¿ Ç™vø»¿ävxM幜Í{j/âý¦ŸöSŽ©ÿŠ)–Ûž vØÔ–nJrðï®I†*²ùñˆÎóú]“Ç—=A3|n \ÿBáÊ s÷gt_‰ÿ¿ó±å=ÝíºX¤¹OsBìiËp6ë«N$Š?À˜ãÚ¯S$ž”Sůu°’h%ø!ÉoæP/nÆ àó”V~ú‚V[á¤M-Jy6y¦ú¢V~ÃOI1ù^ÈZe5Éã¹v3¹ç.¾qJZ𣙴Ö07ü’‹&×Çl½‚?ÅP׿YDú?¦úÅúLàøzu`Ô+HÝÉã|E±e}TYÿÜ8#á*ΫûúmíÙϧíiå3X½¨†¼CvGƒV™Þ3Ùe»þ(ŠFIÔcí®ÚT6›ÄÞß'ͼ5SˆXr¼ëÒb×+¿Ñä=Si-mé8Þo×ÝÁ{Èy²ñíµ$}˜vžâcr=Oã—ïè™w[T1ê!œN2Üã¢1âž½¿-¼–oõˆW‘ˆ3ë¬ÔõIK¼x2*Ì,ÿoòý””¶/gƒ çXõmQÔÁ*f¨SKm VíMàêM§þ{¥b‡øÓÐr) ¬k5³ÿòœ} µ¥¤žÞ¤^3©‰ä:%µe¹²æM †» {Ú(š„»õ© Ù„dK3žc/HjšvUpe ‘q6ü‡0  ñžpæè faßå<&“ï‘=û40Æõ-ªÍFQkRËô»´…ÿ•ìñv>KùžÿÅåLYûg•¯àÏŸç¼ýÞÿ’#²ƒ+ÂsÅ7òÑ _«‚”wòµøB¿u9âTnÛŒ¨ä0ÇYÛ—·³ëËnàysGPÿï”Èò[ÚÀÿO^׆îáqˆóø{ãÎ&S¹óTòÙI_¶~Aã;H„ìÄ;­&ßW7{û,åÓéqR…$B/käì¾IÔ£•cgmÉíŒàzåÇc¾réýYóþä)šóaMaj3®©ïâòßfâ…Äh‘Ó[Í/º¶ÉÊÝ/Ñû„”³jѳ*.bÑž1gñ×á([.›$Èj`ük}›Æ¾8²ûÓªö¬9û†n|êªvC¿÷»N?•ŸÕÎ<ñ¼<½]Óæû›“gâdñ¥1ý_Ñý{ƒàO¸ªàð„.? ´¸(NK¾ÉÍ™u1g+[ÿ¿¤&Ìœ^‹¿l¤È^Ýhsî¿–€,þíçeOˆÖb_Å’cMø?pƒSËí·«Ÿ7ÕŠK„k™õq¯”äðñs·ŒÆóòËË{¹Ìø¶D¡‹ŸÚøJÕ¥²[wG‹>ô`àg¼ù!-:ƒëá¥0Úû>è\9ük9_7è$ž°)|5áµac¢<¯î’Ä…;U_IÎa^T¯÷¶ðŒ÷{NwžQKðùf oßkã”ó3¸ßE#â*óZõÿ2\í—ÿKDæ]—¾ "Å­Aªt·?Ö9¬ô²ª€Ø4FEÖä¼íMp6îYž÷÷·Ào æK|n-Ñú"a¯}3*y75R|{ª•¬ö¿œô¢_ K62•ð[/o¸õB˜z6Çô”«‡ÞãâÃ+Ÿ¹Hàì‹$“}˜´.ù?š \¿·E´¹Q$ ×AõCZ«º8åMÝfF•ò5õkÌçg.ŽaeïQ‘ýŠšäª}Z-–¶¹U'?âÃÍZž"Sý[Õ›Ô#›©Îû¡‰Ö/ÇŬÏ婦d_À¯Ï®­·ì±o|ÊVº‡lì+•K§†èód¬îQÔ{- ;Y!ZšC´ñETó´Úf‹²Õ í Câ<þ>žÇ[dx“ÅEÕƒJÐrK"«M­¨Tµšÿ{¿_!z*o‰¹Ä³Óš=+|ÜÌëjÅ[îÖ-+’¯it.¤EqVnT½§Åyþdœþ÷!\WMð gÝê6TK¥GèoµPšrþÑìñC¦>:¡½¿¯ ¨høù®Œ|[¸ÛÈëaX³üò“ ±:ý]ÊCMPAïŒÂÎ=›ÑÝ›ù~îýùz… ªÓ ;gqµXŸ˜¯±(#ljҳ6‹´>€ÆüWõsÄ¢ÛÐá4*£ÐÜè¾ZpB#ÅÚ5œÏØö£î8ÇÌs"–o€h&UÓl믬0âÛ[0¿-ÒÒ-²~´°Í#—Ì©¯”dÉ‹´sµK%[Î×^ËÅê]ç~ˆ:§®‰òlùM1GµJ?–ý$ë¾øœÈne„9v™çRwòº!yšhž¹9ä¨/ ˜‘f†Í@:W;‘L·3ú:ªl{SÐUîR>ë‹ ò<”úzÞÿ•ô] ÕÏ^î˜,QÝ1ÛOªs‚¶zœèÿ’”®²£.ôÚ—ï]2ëN¸¶ côä~Áækmò_Z ‰7»’nhÅkr·Iüæ Õ°Fë.z$§}¶½­šeèn§rµ1æžg ߯ -LY¹Ôÿp½ jëži©1^ox3Áľ;›È†˜Ë4KBøÔ‚&Èÿ׉Ú|!dmuóï‹òªˆ}BTSG-:}²9ýN¶9‰ÅG=âc!þ­Q-J~G÷²nÄ>êÎÒýJ?¯ê—öÙ¾Ew–æ|¿L”$Hý]níŽZ÷›#ª2ƒ¶{u”<[òìîºÓR:§uR°‚7¤6òzŽ<“1ÜD$Z®Û%Òò«D‘Ïw4ŠçüOÖJÙ‚¯‹©Ò¸9Œ6®ÑÞÒHë1Î&Êš¯úéåH˜ñ…óCÍŽËÚЉ‡%žõiõ„;¶KœÏ³åK½cЦ6¸ão3c[\5k5Ð .¢}A;GÉžæ8®›ßMŽ_ÁÇO ÿ7Ї¨rºï„vבw·Cý“tâ$»J¶‚žÿIöëåY´·q¦s6Wó>²ògÂTþ׆Y ŸáLJé¢,üw‘êá0uyz£mùV¶S…èÿ` ¶ø¤Wûn‚&ˆã»?Âóõ³FÏ^ÖîîNtm»ZK›•ºIæ£)¬Ê‘ÔñqüLÕtêj¼J-|;‰?rpJûÑ߬(d] dŸ#¨•úùy^­ÈR¿G¦ GtbS“ ù÷òF´Õ I[å!V6&ó>F“׿âú¬[EZê ÑX~T’Šª×Bþ-ç„ÿFþ¨Ž¢£•~õà@Hk †§ã¬à'ó™ÝÊ1[ëÇ—>AŽêìÇÃsEqd$y<ßlëß—µÈ¹šù!W×ûµ«YëÇQXàpHÍŒ#<ÞÄy¾_“ž9vôu\ŸFsÝI"‘¼N¢1}Òø +³Ý$}Ÿd¯»e­u;É—Ó$Ç/”ÍA•~[·³ãââúóQæé^Q®FÞ(;§ý4ùšêñ£œÿÉøS ~ú-«¿9Ïöùi䔨F­ۼݞï÷ǘä¶3ÖÕ”k0's÷˜ÿõ÷Iv3ÏD#aø¿9ЧÍ1¥QÉÿO“eæ»…ëò5ú…Í0‹ÝÐäw8JrØ·’_òz]FâùuÍP‘éBxèsÌ fôßMvµÁÏD?0…ŒçKøj¢”ªMÞ‘ÞÇð{epÛ"Y©éÈÉ2(Dk“3‚öb gmóû]Ê,Q5ÔÃf"ã+Žþs"‚ZÂ0Æœ -N’͆½CÕ ~²õ$-7øéóˆrìš ü=‘íõGœ,ÜÕƶ?™gr~°»‘¬½,d,8×ì7:öóyhsA«ºvçSÙ3” Ú«ÉxŸaæ1/q㾕ù<éAòî@Òaò¼8éááòvyg³ÞDêþüû›ÔGÕçE\1žÚ ço…õÜñvíÉ Uv§f;ó7=UG˜Ö‚g('ñ_-3þ#þkQVŸªó»-2ÿO‚'hEÈl$œÒ(­¨áDÍ kÂæœ ±ý̈ÖV”d¯/S†¦#Ñ­ŸPmž›Ú‡;ú—”çIôëÒî¯żf(s-#½IÇùl­y\”=—´êk}vFY+oŒÓF_‰tv³Ä#?1?ë%S/ŸÒÎÖôÿ‚™%,’™ÃTѧ¿Ð¦QÎIòóÝêyšµÿˆ¢TÎF»Üo8ÿû2 êd ³Øÿ¨È'æjTç­Xz¤ûk¹Ì¿Q›sœý l M…U2ó³|è¥%‘ ëh€ü ë£ü°L¨nŽëôoÔM^§[ÇuÔ—% J©s9ÐîQ˜:´ì‚s*€fÆyÏyþÆìæáeóöY’¶ìÜpxíëI‡G/¸ýì!£î_«Ýûب/Ö¾÷íª+º*/=åxõ„úk²–ÿñÞµw£aŽÕcÿ]½çô+Í?úæ¡¿þÚ×=ƒ–jþ½¦ÿ’C_Ž~j†£Ëws·ßYXwÁÑ+ž9tÊþ^KÏüýûã’»úüâ·{æôºÎüæªÚ½•S®™ïj0-úŽ!ûî3o~xó/¯vüိGåÔGнš÷jÚ©¯äü¼ÅôÍÕ›·Í6íçY=~í¾yìÈ‚ÍY+ŽO»rã‹™_ݼºS‡Å'ëÕ)û¾ØóZõ—×ìy{ø«­çg}´=3{æÊŠ´¿:Ö³Ï劙SÏÿv×—KŸ_2yÇ}wdíxàÇO-ë}ê›ëßíùÛä#ž÷xÅÊ'Þ¾SÒü›z­|sï‘ѳn{óô ö…·ÿ^5mÙè響~qö¨§§?ûÄÅ×íZò¯Ô[º•ÜÞóÔG¿µ[{½´ábÓÑS—íÿÐí®ñúºÕÝËSO?1¯ÇOŸ¸éÞϯ¾7iâèŸ?{ü ¶4å?÷'½µôùÚgßÍžýÊŒ»©ûÿÜuÄqûM Öÿý©ýÇ!ÿèýïšýÓzì²/ú¦Ë¬œsnʼ~»u.ºå÷m·OÙ:%myŸ÷/?6]9ãÇ‘{z?¦ÿëø™C¼³»g1­0Ù¶¹äìÕ_¦ª÷èÞz£|Ýö§v@5Êö?êÜýѦ¬×O{äëýÿ]•óÕ+?=»çî7d/yàÇ®÷VO¹¾ªÏ€C.|ðí‡{Îï6Äúòü?½Ö¿þtŸ¬3æ×ÿ~uÕoG»ïG“&mùyùë ®ž½0½¨2cÑùæavdÏÜzxéñÓêènúúÁ%¯¯×½sÅ+/n¸ëþ±ÃW•7åòyYÇ¿«¼s쾯ºСÃ[C32û÷ÚöÁ7xÜæN846¿ƒó´tÇ9ÆŽ¼¤8œ³ðç#{òw_°S×ýðþÛ¦LɸóPͯýnFè¦{Ž}®°ͺ~pÇžo7o·uš~×Õ'›¹`ì¢;í÷gžâ7äα§œ»ek·×þõ΃®çf­vy—Ã# =úf̾ÿ¾ºÇlšt´`Áž <þ×Òs{~:xÑ€å¹÷ÝImxüâïTƒ¶Ya}jª=kÙ¸‰úòÆ¥vu}²ýÊÞG§nýíž)ú+§=óƦçk—uÈî·zI×Ã+«NS>änÍÔ±ï/ȽìQ³ì§¿§~ypýÁß±çöàŽ‚Ÿ.ûq®³ËîÖ¯Øú¯­W­Ú´¯ŸzÚÖñ̸ðÆšú· 3>dZ±v½ñ•~×íyßqñÊ££üú–ªà˳M¯¦o2ÔßÃV¡ÇÇÖ¦]¿õéÆšºò”.ÇûÎ{°óØóU…iîtœõRö7ûû¿qò©ÎÆ+¿8Ëzúú£—~º|AoÚ¡ŸcìþúìöêÅwŽ|þ’.sžœýÅ =²õ@®yû ýÒþ7g¨.¢˜±Ž>ÿò°®,ºÍ9÷­cYÝ»¼ï Ö¬ÇVwºýTfáå¿Ú¬ìÖó™ëdz§è3kº\´bËY7Žþƪ}ù¶÷¿ZRð÷/?º4u_§{óWŽ/x·`ã—“{v¿io¿þ¿W\Õéëƒ÷-ûé†.ÉŽ…s­éòþ#çMýeç•æK¯xåê‹§+¦Œ­^<¬èéŒõåêGï½ñÚ²´Q¶+>¯R2¦3;èëv®tû0ýß~»è¹ê7˜”’ŸþóAÕùIÝé½½®ç‰Íý.˜ñÞ¹Úœ‡G쯜íÚ¿à“§ËÞ˜X8îÕ‹T?ÏûsÁ]¯,´$e¦¤­ûãŸë—îíóÒÃÏîL^~ÑЃšNûO{ùÍÏú<0Z{Åê«&¾Ý÷؃+gn~xÍâkþgýÌ^þéàO®{w^ö½9Ã÷ ½þ.û7ú~ ^¸Ø¶â‘!Ïî,Y÷Ÿ¿6lxfÑé=_p( ÛfŽXYp«¹ß›†åÅ» ÖÚœ·®{bdö“¢3Ûýþ‹]fÏèµ±ïËE‡YëWKÿú~õê§{qÿðsή©]º½LóùÃþQÿùûýóg®½ÓøêïÝNíuìÎmcÞý•ÙÒ{Gïõe¯]ýä_û¶¯>ÿ¾k»>ðéúeg\~Kgkfï¡_íùô×ÕúÏV|¼û|åÎýïëñic/¬ìýܵ¼ãÉ_.^wÕs»þÌêšýû£‡>ÝkÙr¤¢ËSÍœn¼íª·¾ä†OjïÁe=RþNßëJîrò:HˆÐΑ›>;=7½PsædÍÑy†ô}ÅhIŸ<+ÝbÔ[òÓ­†½ÉlMŸ\œ~qæ[Y•­$k°1/7³ØÎT¹ªl'K—Øè1öŠ [©Ã^ViËš6yl0è òòh¶ÈYvIn®qvU…­Èq‰Éb*KvѶ¢"‡³ÌîRè&Úª*%U.ŒŒéVd1as~¾ÞRP€(£å[3‡Ð¹X3j²f®Æ@ÆjHϳ Sz~AoÉ5¦•j.ž–›^ŒÞ\`M¿œ*MÏ3äê& *IŸ¤9O“ËäjÌ*Ö\ 7äZh“Þ¨7é)6ýâÁ†ÜÜÜÌQ%´sæeöJǼ,Sn¦“¦…fÚy£dÕÈhDùôYU¶²bl6¢JG–1/s^–!/› 4*²¹%l1CW8p‘ Mpº*+l´½Ä^Š;C cf¥­ÂnsåЮ*Vã²W\b"G!G±­’aËQ‘Õ•†N «WXôy&=› .¥ŠYLÀ˜ ùÖb.q2L…Û+XLUÍÎ"ƒ +«X ϶»*Z[EÑƈ0.cãdÊ.ÇÌ»Kð؂e+vSgž‹mš[E,G«ue‘-‡Èª¤\lŸi§‹ªJËKL¥“´…*v((\æPØW–!³Šeu m.Ð[-JsljN…%OÇLrà|&_KÆH+È›Ì*]bÊ7Ò¨Ò>ŸJ5æšô«…œeEdX.éŒç3f²#“ϪœzFaÎÍÌ¡³š+˜Ò™N¢µ–q)TöNôýGhifT±£’¥\Œ–*uj´ùz«Áœžgµè­a“Þ`²•¤ÏRéòõ¹y8hvT¥UÚ´*§Š.#íåôµXõ&£q(2óXz,r¦£üËP³Uo-`‚-¯p–;ìŶbaÆær9hŠ9ËYæ²_æÔv°äéÍØdÖçåš’M*„¬ŠTåY˜2'”4Ò^nGvÊD8Fce–³ØŽç#›Öm¸ßj6šÌ½˜óôÆ<ëµ&S.2ži2 £¹^šÉ@›hÜiT„Ùªî˜Q!†ÕªT:Li158M‰XŠô¡f’)¶‡1£‰柅ô$t˜Çãü|u>Ã`µ"?•vÑl©­Ì®.¯ |£K¤R‡«Ô¦¥óó•5ÒîÂ4­R0:ÊÎ$[Œ™¸hBC¬ÄˆÅ%4k11Jµ…Ai9 CÑ bw•Û‹.1‘¨¥MíÜ)'‰-cJ5¥ØÅ"©$*)Q°´J­íb0é &äæêÍ# V«>ט ùIX“ˆ{cL)ÌŒR£îD‘>0gm‘Si]r•.(HE %²3 D¤ º ™Ò‰RÙÁÌ`•oRÍV½™-¹ú|£>K¥è­IlDh°±@oeG;0m° ¥ÏP 6XÈF“QŸk63˜2™òÕ›L–TL´L#”C;³¸ŠÂ{V’YºC‘³´¼Ä^餱2_¡Ä˜‹ÜÇîJSæÐlê¨ù¨ŒUºÅV•uèÈj’;ŒDI¶Òr†.¬ƒAY6%¥JÙMcÉ£Ly(Ïâ^D§ØTÖ„ÌD'Dï9lº$Æ„ì„5˜*(À¸ÔŽ\LMåæ*sDQNz&®ra¤§±«‹Ë͉Û•4íc#Z]éÀ]X ¢ég…hªÜ^VlW¨³f•Ŭ­¨’ˆ§OesÍú|s^Vc>²* WØg £‘ƒÏTôËÕªRU®Z©VR r¦”Ýi ÓSaÔš4¢Ì&-R"†…Ýõ™ÊEj¯rg±çÚR?‘,_Å(({]ì˜e¯@v¦Ä}½²»r»;¹£b§¶Äé.&í%ŽËl´mnW^ÁÒ.ã)Ë4ŒçB ’¤+f\îK ˜Krór™2'2èd,çVñ²‘O#Š4å6V¡Áî¢ì,W¹±ÎVÌ£_Zf–äKÏ.ÈsóŸp·úßçóЈú;G¦O„ú¢ ¶õB5ü»ѳF4ˆ{#lQr[¥ F4Æ^èrÉçA2ûøß¬{*V¡KB¶z ÷˜Ã½×‘wë0BŸ£ñ’}¾àž«0ƒõØsç姃ÜÅ·G~Cålîù>IKÐüçÓø-…"Fìá¾KF¹-'°Çrf/Ü)뻪`"å³DGî}G$í͇§DïÍÔdò¬ †‘^¿¦T’ý0¬up:k[/P#ÐZj:áüö‘ør¤”¹ =È íÞǗ”籂LžÎàöðØ»{îŒîÅjôêƒIî(;Àô0®Æè³¹méÌ t*ÒS^ùnÁ¾¿ÚíG¢åÈȹúy^ŒÝ¬™N^'à¾ü^8_ˆßåî;Ïã¶Ýèw'ÛTY޾D$Ñ=;Òè~èòiU€JÉw» ëOÇŽF]°m5å¹s®•¿­‹³²˜žËsd!÷­úœ1ð÷ztÛêòÞ¨XÈ –ü7ðtÑÝ ¯G~ýMä[¤pg®ÍäÙw»«¿Ñµtª„>ìõ2U­#ºGî ÜóPÅE „.R¯$¯/à5’»TÞçwÏJÿúDm{Û_á¹. î5DhƒÆŠ¯'ƒø´¿¼þñSÎßÝŸïðf¦1-Ä}à(|ýdmEÊyw[^»‰¹«=[kn}÷ßoCÔ ª&àÛ~oܱ›ØÿzE¿ÂqC°c°Ü6ñ¼I’Ï_~ñÚþþÿÐÁŸö×I±Ý)ŠB:uByyÔ¯¹~‰cCq&~§ohhÀ2N 8,Æ8¨3ü7êR^ endstream endobj 272 0 obj << /D [270 0 R /XYZ 56.693 815.761 null] >> endobj 273 0 obj << /D [270 0 R /XYZ 56.693 663.319 null] >> endobj 274 0 obj << /D [270 0 R /XYZ 56.693 635.367 null] >> endobj 275 0 obj << /D [270 0 R /XYZ 56.693 431.72 null] >> endobj 276 0 obj << /D [270 0 R /XYZ 56.693 411.849 null] >> endobj 277 0 obj << /D [270 0 R /XYZ 56.693 324.024 null] >> endobj 278 0 obj << /D [270 0 R /XYZ 56.693 298.229 null] >> endobj 269 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R /F62 30 0 R /F73 59 0 R /F75 79 0 R >> /XObject << /Im23 267 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 283 0 obj << /Length 662 /Filter /FlateDecode >> stream xÚµUKoÛ0 ¾ûWèhÌêýèq[»u@ Ë-éApÜÀCl¯v¼ûõ£_Yì¹i°að”Iñ#ÅO"%;BÉÇàÝ*¸ºUŒ8pšk²z&šƒ6Ä2BZ²Ú’uxï‹Æï£˜+nÓAiêÆWY9þíåÞ÷òSZU>ÏÒâࣧÕg„ЧTptOÊbC)ß5•O²Ð¢˜‡«{Å'IVi}4/}ðÍ!Û7ukÚ8±X“mMÒÐÎáŽÎ“KŒclxÕ ÚînVÁKÀÐ…F”FAŒc )'I¬Ÿ(Ù¢ aA:K~tž9QŒõ=ù<t8ØKå Qj gl‹øP0JHÑyœêQcM\ukáÔ¨¢éê.ç’|(1™ÇWáâ/>ì¸`Ä 8wX,‘’‚P¢?¼÷oõ¬º”—Û²žÚÒ¯iÒŒ»ÚCÓšq0æ ¬æ(X1ßf-fˆÓë^ù/ÙÌ%f'OØ3EÁ Eb!rÓ§' ýL"‘uÌ(¥á=¢÷dëÀQ^ >—ÈÓg˜µH3rÆq'ÝÀ™ßzgT ¾¨‹ùr¶Àa€á}aÚbßøaÊîæ*Ö`h x);§ ײ3Ŭ4­8ÚŠÙË“÷‡ùg'ûàNfsqìs4dZƒ8ÃB¶ÄÂ! ÊšWÓÿ\¢º<ö½Zòj0Ô¡ÂÊá½y+…;V7ãkžûbÜö­I;÷iÄT¸Ëª:Å,Õü¢ÖxÀíàûïW¡ß—UZ_Ïš¥ÕI³ppŽ}z(«gÖ™î"W5?΄»"K2?&¼P.­)¿ ³¬ž#†óéç´°ÉpÜU!YKd¨í¯bë«H©púf, "|€©v3‡~L/Ý endstream endobj 282 0 obj << /Type /Page /Contents 283 0 R /Resources 281 0 R /MediaBox [0 0 595.276 841.89] /Parent 246 0 R >> endobj 268 0 obj << /Type /XObject /Subtype /Image /Width 903 /Height 527 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 46307 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 903 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|Õ¹÷Ÿ3e{Óîª÷nËEnr‘{Å Řb’%\n pßÜ„¹ô ÉMƒpé5`Ó î[.²U­^wWZmŸzÞ?FZ¯Uli%ãv¾áãÌŽæ´gÎ9ó›ç”A²,cŒU*58!„@ ÃcŒ1–cŒ(Šâ8c,I’,ËR?”ëˆM @ ÃõBQÝå$BˆA)’T’$ñtú SbV@ Bª4R’2§4M3E…%©Áþ‹‘@ 0Š<ÿàZ†aX–eYVñ{†ÿÄP%˲"IyžçyþÎÿy_›Ï}÷Ã@ F‘_¿³+ä¨xæžáÑxåÞ¸“eèIãr“b ¹ÍQZV•ž³jþä {j#C@›Ë»ÿëwŸüÅ5:N«ÕjµÚSkðÃý r 2X‚c°gÈÑŒ:¾öËCÇ¿IÉ‹mmu¹ªJ¾ýò«Å?ytî⥞ŽF„ð‘}£—™$…m»÷òÔZ8RÓþì;&ŒÉ©¬ªþøÉ5¡]‡þïëÊ csΪMøÁ_­´4ÇN:ìfm‚Ͱæ¿>˜=sJ¤nÀ÷ùŒE]cˤL#”Ö6G'L#cHŒ³/¯øä©µ'êœO¾µZaÁ92Ô¨nhliý×W³ }ï?X4gúÈóü?oìe(<òü»»½ACÉê»›Ëö–7f $L¿Óa J-–ö×-Š·êC¼XvÒñú×'²32†.L‡XÁ¢Ëý¿«2êfÙºûÀ[¿ýžFÕ·°ÿe3XL†3JRþÜUiᢀB¬I>Ó\Ï8«±€BHQqáPðÇÿ¼jÀ ÷<»~°PoÜùà÷ê4Ìsoìe •5uÿõ£E&½úÏìKH F„ðn¤=kðêTî½Ô»àèñ‹óg€ÀÕUÝUZ–9Ùâ5ëU5ÍހȶÙ:¹ ÿé·w¥\•9a¶LT)á2S¥a&fÇÕTM}óò™Yá§58r¢ºÃá*š<ÞhÐuuy+OIŒËËÉ,¯©ûù/®°4¿mW[§oJ^¢Q¯JLŒã8á›’R£A¯Ñ¨®®Âqy-íîn¯,Kj•:;+µº®ñ±Û®€¶|ÔÜÖ1kZá©ŒÉø@éñ@0(c¬R±©I i) àìt×Ö7ùüAš¦ÒSkê›Â14µv$Úc>ÜvÂáÄÇÚdŒ;œ]u Mþ`ˆ¡™„8[Nf*Ï »÷—êõZVÛÙéV«U rõ:í° õ½yù_ìý<òŒ$Éýsëó÷w¦;s~JUüôªÂÙSÛ\¾·ž (jƸ$ CÞïö 1‰Á*ªoj­mlA€’ãêšcÌÆÉÇfyŽãwï?U!§LSQS †"ïÚ`w'ꕚœ°~g%M£´xsÑØ¤¦ϾãÍÀKt]eM0Ä…£Bõ‰?5)>RC“ÇárT¥TÏÃH’ñP.VšI8Ô“èJÍ2: c3iX7ï¹×·‚ÖÍ·™´.O°±ÍmOH Õ_•Ê²Ì „NS¥½¹·N¿åƒWn*ž»Pã:¬Ù]ÞìßSë;ÑHQ…XmN<éÆŒÍ0[·4xçjôfR —¡*õx„`Ŭœ×¾<¼´hv‹Ó›d7@·Ç{ïuSç¦ýÇK_u{ÌZ*øÉSk?ßSý龺ܬt8xäÄS?[”g€G~pjS‹w¾.óyº?yjmMsW{§ozAò“¯ï¾óª ²ãX†vu^ûâð_¹J§aà“§Ö¶¹|÷½´iæÔ‰Ê¸ôhùïnŸd7ªºÓܰ»ò@uƒV­²hÅG4'=ÁÌ‹ÒGÛ˼á´ùëÖëÌ?QçüæÍ}¢(Åñïkôùm‡ê?Ü~‚¡äOžZ[ßÖÝìðL›äè <ýÖžØøä³ Ó°¡8AÒªÙ«çä½µéXø¯œè“Û='Njhá“§Ö¬h}áÃFõÉSkU¶ýîÕ}JÎóîc{Xê”ÌmoièüÅJî¼jbØŒo~u¬­Ã×+e»Ý]Å溺Gª;NÍÈJ2u¹½>Ÿÿ\˜ÎjOllj,?^Ÿßf gOLõø¹_¾¼Él±"@Ÿì¬.›ípv%a(I8º¹Á*˜$ÉS²Ì¿½õJIÆ_î­~ñçsŽt<ùæ>«éoºÞ?H#)²BþöŸÛ»}Nä]ûô›o»;QרŒÔ¤]'š}þÀ„tsÑØ¤ºV÷Û«T,[fº÷úá¨þ½³<&ÆÜÏ&ÕL„/X–‰*%\¦¾Ò¡ªR„”fB> rϳëû\é@íjL^æsoìx`Ý<›IûËïÏÇV£Öå >÷ÆŽ1y™}BE¸'N}³©ÇW*÷:xÃVeË0Ýúèÿö¿îX]ïÂÿÚÛ5wú”‹3”=XS–™ˆ=ÆŒTí>Z·ñµÿºòÎ?’J@¸ U)/H»Ž4,-Êjêð˜ôê÷·ÿñ•“@§Ñ|²«rNaÚò™9ÿüìðOVO€¯ö×$Ä%+­,#5éͯŽÝã ‹Aó»ûDI¾ýªÉƒ&œDvrLS‡çŸdÆMzwSÙñzgjœ™eÕ_èÁuÅðÇ÷÷ 2ÎÉLUâÄl6Ë®ÃMµ­]ÁÚÅã~¸jÒá6J\è‘;–…ñͯŽ8Q§9=†ˆ½<$YÁÿà-Kº¼¡¿~rpFAòÕsóEIþì›jHO0o?Tßìð®YTpý‚1¯}U16/+Öëõ»ºÜÀ2Lr¯³*l(_€?XÑzÕܼ »+ÃAÈmÕF¥¿êãÞÒéÍsä…x -p¡O~P@Rî£Ûã›f€#Õí¬F§LÆMOKòùýH 1‰|zl° ¦¥„_9¹Ë|gSÙÜÂô>&ëçXÄ}*$'¢]‡k[Ýw­ý\Ô¨ôÔ¤vg'@ÓD­RYõôƒ·÷‰j÷‘¦ÁâWrO|¥„ËÙW*Ÿqÿ¬¾Ò¥óO-øzû¾3‡Š³[±ŒŸ{}û/¿??ƨ€Noð¹7¶g¦§ÅÙ­Þ? ¯TÑ£ =_ ñó©©å1³êà÷?ù¦E-._0Ϧa––ê€uzù©©¡};%:{V®ybñ‚ûümd@áòQ¥ðÅžê«æäÿèÊIåõΓ-îžæJÓMNy½kÞ¤´×¿<2k|JuSg[W(>Y¥4^ÿmimˆÁ»4b„Ö]1"&Ë9Ý?Øo·ÚRbü×γpjFrœ©º©óHUk—7(I2ì>Ú”—“a1•8eYöt{퉫ŠsôZ–¥)åÁo3PÚ°³rÓ¡f{ŒEÆ\Cc[8†ÈÙ“‚ MD}¾§zωŽÃUí³jFA²òŒoêð|¼³ÒfÒ¬YTkчB\¸áû|~5„æ³€/$”žlMHˆëc¨w7—-œšqÝ‚±á3æ¶¶Õ pd_JÓÌÁÊóŒ1@ÇÐ?8Pàè @ØŒŽ4d$ÛÆ¥õdø«}u¿X; Ê뜭._ $Ì™˜ú ¥‹äŸ Ó‰’Ô'?6ffe+ö”"5·Œ{Œή9CMB’å²:×€¬07¾Ø[³ûX{Ucçó÷.€°ó¢édŒitªB¦$&y½D{ÚªâÜÈ»¶½´atkTÏãJ<•Žã‹¦eõФÁâWªy<.g_©¢Ïz±ÒL¨~SÆÏ¼(o€ò" S‚¼Ž'êT'#Ëá/Û3J£ wå}ܪ¶¿Ð¬ªûûu9yùGöqŒî؉Š8½ö¤`ËNT¦£ÕG¶¾úMÑdˆ„pÙªÒ¶®À¡ÊÖ)ù‰Ÿï©Žô/%%$¬ßUñà-Å¿X;C¯e¿Ú2>66²¥P+N¨~«Oî€V£MOM®mhüõß¶MÊ‹O‹7ß¶²°0'þÑW¶c J?€޳µÝ1wBÒÒ¢¬Íj?ÜV~Íüü¥EY4MEº½0Œ1¢P8 (ÈñØz‘7Àk5*©gÈd|ªÇðúé©Ú5‹  Íåûb隸¸Ø>†ryB÷Õ¬,ΡR²1`nåÞéó¼ mÆpƆ–g4`p–f:ù>f,9ÑÎ𦒓ÓòàáïŸìžšŽLGQtÿüüáýƒù¹Ù ×é*œ01'^äÖ54SÜÝ^‹Ù0¬»3Xë¹)ø473êõ)öµüéRÆòü‰ÉýïB0º5*¬‰tŠ8÷mà q˜Œà.GØÞY,g^M?³h²â¿D92T„#S>ƒ‡µO(‡³³£½íuó­Fm§7ˆbŒÚn¯,~е[#CEzÂôõ•ö_J¯ŽÍ•Öé Øò§e9ܼ5£ª­[Ÿ–¾dÉ2‘ÑòéWIã–®^BÖà.[UÊÐÔ»[Êt­íJ²jÂWX̦e':ºüSóC¼¸ëpC~þ˜á¶Ç—ŸoQ•tÔ4wMÉK0éÕ(À 6“vñ´ —'äõ‚Á WÞ8†HP±taN¨*9ÑrãâqWÎÉ ñ¢?ÄõúææÖp ÎnÎîeºäDëKÆ­œ•ãñs3 ’@YeÒ_(‰rk;Öè¼ú¡w@­VO×SÒÈâÒ4ýÁÖK‹²†Rz¥sÛå J2ÎI±Nɉ[UœN—¦¨ó|Z–0¸ J²ûšñëuŸ}S Ë,šAÓÔÖoëö–5@¼Õð£Õ“LÉxoóñsa:I’úßVQ£étÚÆfᛣÅRŸ¹gÉÎÒŠFÓÇN}þíý%'Z†~w«T‡«Û`ùÌlo€›S˜ö{ fù>^ï5È݉ºFE´´µÉ²Ì€QÕ&äñD¸}¥cñgXM¾2‚_rðð’誩©ùá.T–7=÷ÆvÀðÀ­ó•ÅOÿóêÖ°*°Ižò•öb¦Ë<~OUǪU+3R¤d W­Œ%´ŒqFFZ}å7R4"•€pyªR„Ò˜÷VvÙív}§ž…&“éóoªo[U¸ópƒFg@}çÓà³* Øç¬]“°¤€F¨±ÃóÚçGbíÖ¶•ߺ|ÂÝ×(oyéÃÃ9Ù`·Y·l˜’—°ª8wbv\]«;.F]Aüäë»o\:nÝxQþhû ƒAß?ú¶G8R‡UO¿¹ç¦¥ã~ú½©¾ ¿~gÅ¿wV«ù|[dqìv›ÝnësþtC­Ò}öMÕ5óÇ(v0·ŒZûúGÖ.wç5Svnœ§"!>vÀ<Ÿ.JÁd±õŽ|~3f¤¥¨¨¬^0%¾Ø[í“T•ú@Eõ ‹ ¦IúÓ‡%çÂtpÿü$'%†í–“ñò¿KO¶¸M͸vþ˜/«íŠ2¢†qw«`Žúç†Ck—Œ»iéøÍjÇeÆr‚HS”ÞhÐò‘ VÇL&ã¨×(ˆô¨Ð4Ý?ªw4 gŽŸÌ+%\Žª¡a],ãV; &g Å b·Ÿ€çÞØnµÇ+¬›oÒ«S,}BõÑ£=}cBBÂîÝ»ý~ÿϼwÓmw6´»û¤ÚTYâ¯Ýºfù̺ªŠÄ”´q& •TÚ£eå<ÏŒÉ{ø¿Ÿ4fAö”å¤.7azèðQ•Š_0&|ÒçóWVŸŒ‰±d¦§úüŠï^6=kñ´Ìþø5£³êú­X/;QÁqü¤Âq¢ÂÇ’(-+7èuy¹ÙJœÍ-\ˆÇ€5uJr’Ñ w8]-­í’$™M¦ì¬ôp„¢(ž¬kðûýF¥Ruw{ÒÓRlÖ·ÇÓÖÚ …(„âãcâã"cHKMŠLÑíînmëq!†fb¬–äÄQÂp´¬\¯×)ÃÍÃ5TsK[{‡ƒ¢Ð¤‰ãËm{‡£­­Q”5ÆÜáp™Œ†œìL,ÏJ–Âù0ø€f g²²ªÆçäçeëu:¥—Û¸uÇ„hQF5sÍ£¤}8RvüÍÿþE¡wT|õmsjJ2± áB ¡±éÖ¥ù³Æ§¨YÚál>PûeICfFÚ`33 ÂE‡N«fêëÏ>L3+rJz$în_Sùž¥«®D9ä¾ãP ɸ*eúy5úŽtÄgL”>äïš1iÝáMÇ*J¯(=z"!oAFá’æÊ½:S™µC ôgBÁØ[~÷1`ˆµÛR’“H3!\ ¤¦$¿þuÅ?(‘±¬bYkLLFzª2 ˜‡@¸4ðBZjñŠk7ñQÓà—-^q-Ç‹Áÿ݇!Í+MÈ™ªü)!gú¾£_ýüÀŒYÓeŒsg™µC ¸±cÎв„óErrRrrRDÏO$)pÉ Ó g5ëWoí®áÑßë¹üîCõŸ9»¯4Vk˜só“C¼˜@ p¾p¹}r(„W¥cŒÎ7î$·@ ð0ÆèX•À'O­ít98A @ çÅKÚÜÔø÷¿m‹þø°áÓO“Ün7,[vEEEÅHŠöÁΙ3wî¼ù7Ý|³Óé<ÃI¿ßÛ¸xÉ’%K—>üð#Q¤¸æú5ï¿ÿlÞ¼yΜÙj•J9Û¸lÙ³Šgßy×Ïyž42ÇqÙ9¹O<ñûþèG‹/)))éoùáÐÈÇåäæý÷o~3¬»yÎP•\=òÈýôgw®\µzß¾ý¤; á<¯tåÊU4MÀ[o¾y1Ƹ½½ýÑG·þ“Ífsiié=÷Þ»yÓ¦áæ)^^Þ[o¾ÑÐÐðûÿyrÛÖ-v»ý¡‡~€#S|äá‡ÿõ¯×>úèCŽL£Ñ¬\¹âƒ÷?¸çž»«ªªZZ[ÌŸvÄXŠÙÅÅ÷Þ÷ Œñ®]»'Ož¼k÷î9sæ´µ·çåå ×ñ†1`ŒqCCÃÿûõ¯·lÙœ˜ðÔSOÿ¿_ÿú/þó€'Ãåݼy³N«Ûôõ׊BÂç·r劵7Þôðÿzï½÷ö³ŸíÞýâ+ýÃóÏ[,xè¡_½óî»·®[Ncìóù–,]òÈ#oß¾ãégžyïÝwûX~¸Á42ÆØëõ.X°àÑßþv¸E WY–ÏZùZ¼dñ¢… kjjnX{ãþ}{•@ \(ªôÌ|þÙ§‰½#ì}ص{wWW×m?ü‘òÓïŒ<þ}û÷Ï›7×n·À7®=ðíQ)ùk×>øÐ¯î¹çî÷Þÿºk¯”#–"//¯½­Íãñ()yðÁ·nÛÆÐÌÌ™3F’‡}û÷Ïž=;1!n¾ù¦•«Vv2Ì„ ~÷Øã¿ùÍogΚ¹xÑ¢(Õét“'MúüóÏ«kjŠŠ¦…Ï¿ýÎ;Ÿ}öð‡C¥Võ ¥Õj§@~~~SSSÿh‡|°ªÂ²ì‚ùóGRmº=ž‚‚qC©á´²³³5jummmNNé@¸hTéÀO™2ù_¯¾:ʹdØž–­8g̘ÁqÜ¡C‡>üð£7ßx}(¥˜1sÆú Lfó¼ysŸ~úi–afÏžýß°ŒŒŒ-›7íØ¹óË/7¾üòËŸnØE$ׯ¹þÎ;ïºýö‡ÏìÝ»÷ƒ>øtíVûϾR]SÓ_À)…d¹¯3ŠàƒY«Õ¶¹î¨×FY–eY¦( Q$Ý@ çj°Çù`ôùkø§r0{öì={ö–––*ëŽ;†‡IÿÔ§íÝ»7 aŒ¿þêëžU-½W*>Nž¢HhÍõ×?øÐ¯¬Vë˜1c†RŠÙÅÅøÃ ³‹‹ÕjµÁhüìóÏgÏž£zš1}úîÝ»[[[1Æo¾õ֜ٳ;Î[kk+˲+W¬øÝ£;V&Bæ3{öÝ?ÿùÍ7ß>ãîîNJJÒh4²,öùgá›q##Á},EðÁŒ|ÆÚ7¤jg»á‹%IúðÃ0Æûöí!##@8Ç|G¾Ò„øø¿þï_øÏ_òúÛ!–¢xöì_>øÐœ9³ ¸xÖ[oÕeefŽÄ\©©©ýîÑë®_iii|éÅÁN†)+;þøOÐ…1~ü±ß1L4w¦é»îº3òÌ Þ~ëí›oYg0è“““‡OØòï¿÷îpƒJUa&“ñø‰ãË®X ÿòç—ɤR@ Î#(!!a÷îÝ~¿ÿïÿûç—^þK§Ë ÇÓ.m8Ž+,œT^~‚˜‚@ „ïµZ ÍMÿÛßV_}Ñh4 z½ž|q”@ pþ!_%\¦¨Tª'Ž“ªN Âñ•@ ˆ*%@ È>@ áÂU¥uµ5Ä4@ „QglÁøa¨ÒÙs“@ FeÒ¡ªÒ@ÀOLF @øÎ «@ ç²Ú‰@ pþ!¾R@ Q¥@ Â`#ø@Fð @ ç]•MJ @ø.!#ø@ „óÏèàs €J£Ñ ÎxŠÖåîtuºB\ …QШÕ‹Õj±&ŸÏ{¼¼Œf蜬\‹9†Tò Š’o÷ßwÏý,«z }ñÏOmU*‹^Š1’ÛA¸4UéH|~­mÍÓ¦Lq!Y–d,˲(ŠR«ÔÙÉŽìØnÞ_tmÒÆýÖßö{Cœ©—JÔ´¨%)ÍÐ6ƒz\–¨££U«Ñ"ðùÍ&“ŠU`ãP(äõxŒÆa7ÝõÖ_}å5555@  ñ]–(ŠGÞW²gÑ‚Å¤Ý ¨¶¶†ãù3\£QkÆŽ7úùÆrCÉ­‰c®n(¹u̲ã€ÈrÂ%§JÃýÓò•W*?ÃCyqÀ²,÷< @9 @ ¹ÏeßÛnÙG«rÌö{@k»Íßñ²³îiŠyCøZ;¼q ŽçUjµ Šá÷R€#þ„zŽ1ƲLÑtˆã ÃW¥&<Ü©¤Äó<˲:! ! µJÉ&„‘E»‹lEÓF“©ËÝsÚ€o§»Ëf„DIæ!ºŠ*É2dÙápôø"þg·Ù1€„åÑj‚ M&ŽçZZ;’’’ìqqušÖNÏÈôù| M-I‰q¬J%x<#IÚÙÑáv¹tƒ(Š].WŒÝn±™´:` Ðåt²*•Z§s9`$´µ­c˜1­˜ç9·»‹ahŠ¢U*5BH–å`0(Ë’V«+ž9·W,û–U×T/^´TÑ»ŠÅXéO½E`|ÚO (j„¼ò×…—“*I»CeeçR¨ÇgÑã3…ÞgR¯¯4,þGñÑÝú…Æ›qƒ·ã¸»õ sÒ*Ò….5U~æ¸PŸƒ!¨R±G*ŽRÀ¸WRÐŻ߶d¾©2,<Õ˜)mì¸c€=ÁÎ;kbÌ=0¼·DŒ)D‚Ô»j !)Kþ€(ˆáŽX«ÕbG1z‚R|¢,ËŠ¢¨÷úM• ¨å[‹‹iµfâ 0Oj! ¢hw§4/È’Œ)Ùl2746 ÅI<Ïc kÔžã±,+ %Šìɲ dY¶Ùl‘Ø^—)Y’GkŒ+C𮝫ì2­VÓÓêeuÒ\(äjïÐéõŸ_¥VgåQ©TáÖͲ*“Ùc³7××sÁJ¥îhm3šLê¨&B¸»»:ísŠçƒAÔjµ»»«®¾Îï÷†B\|\|bb²Íj …B²,i4…aüŠ¢È0L(¼ëî»"Ïÿé¥?¾Ò‡*C[ ÃH’tY­àI»C¬©:‹¯T£_0±ÏCvä8«žM{•,ûâó®m*{Μ¸’t¡„KN•ö²uó×ËW®æ8.|pvU*J€A»ï}!ïq§PàaÔéAç+*ý<@td ü×ÇŒnÒðY€Â2VkÔˆBP?ŠZ­fU,–±,K¡×óà>Š +Qå@ù7|·¢Bó—?ß–#úƒû~ú³»w‘Fˆ‚(Ú]•ŠE!P©Ô6«­³³3..Nù“«³3>.N’$,Ë@0º•€•ÑyŒN'(/„=Í ƒÝn‡ÞQþÑQ¥½ Öc‘ÍòZ(ôñG 7!ŒëêÔjµÀó*µ:#'§wZ`ø°J¥ÊÌÍ©­ªx^­RÕ×Ôäô94„´Ž([²pÏó‚À3 Sòí>¯Ï›—›‘–îñxŽ”9Zv4#=kêä)àñ¸@ÎÜÐþ¼÷ÎÊÁ 7^Zºê*åç—ëÿ +¿w­òsÇï_žsFÒœü^?EÃôÔê71Úv ºKE®Ýh/t}d²ß"q/Ý¥ZË$Ò‹.MUº|åê>gW¥½O,Œe8í­Ò¨ÍsC]ë=÷›Ò^êýcdogí}W§Oye¸“Ñ0Æ€c)éÓìEQDÉXÆ2–$)ZQÚ£JÃ’tîܹ*•êèѣ᧑ ~sÓM³V¥ÐÝ’ÀK*³•T/BtDÑî ŸÏcEÑ`0¸Ýî`0¨Õjýþ€V£e& Ñ4å÷û£ËžÒÆ1†X»½W”:}‹·QœWn³ CÐg×°Ñ>ù}–1bÀóiYY¡ÚÚZQ333Y–ANž<ɲlfffrZZMy9«RÉ¢èíî6Y,ÃJËÝí¶Z¬ Ãxo“ˆÆIRNM1VWggÉüD!^à-6+«VaÀ¼ÀûýþʪÊÜÜ\¨ªª …BƒfÕ*‹ÍêîêBòûüF³yX…jooËÌÌ’$‘¢h§Ëét:çÏç¦Ný>–%Ü3Jé´dQ¢ºe=³Eÿþ·FZÐá,¿ïþ{3S{ö¯}à—ÿñìÓÏ÷yvwUŠ!äq8öÞñÓ¸ìÜ…OO·Ç­Õè£vôÁw8G6mÏó²,׿õ¶ç‹wg}?»ó£ö*—; Їîøé¡;~ †ÜÜÉû«yé C%ŠvIlll{G‡ÝnEQ£ÑÒ ít:,1e? A@B|ô[è÷øAŠÜþFùW‘²,ÇÄĘO×jÑm5àóŒúîT~Ÿ!$ ‚V¯W†_233«««C¡Pee%p§Ñh222”\é †N—‹¦i¿Ï;ÜBµ¶·Nž<•çyš¦›ÒSÓ#çM›Rôõæînwx~~xK“(î—2êO/½ü“;{¦–¾ò·ÿ£Aß«¨ôß'ínxí!ØsÇÏ ¿ÛØYÅÞ£G; òB¦å þó?ïܱeÝ­×|µq–9aÙÓö…³ê9‰wÄe/Êœô²,Ô!$±êxŖ•ë] 5ºbÌöœÿ0%¬ «ò —Ž*]¾buŸƒ³«RQTü&XÙ¥ Cä2$¦²æ«ºžénú»Z¯5Ø<Íê¨tbJ“¿9š ¡žÕ£DâÜÝn寋Åb¶„¸$˰$I¢¢~IÁ×ëõÓ¦M+--ÍÈÈp?Qr÷Ý oNqow"35ó¡Óö·ê*÷”>ðÀüÍ›Im# ‘(Ú]$,ËÚ¬V—ËKÓ´Ñht»Ý:NàyŒqWWWB||Ÿ\D¡J §Ó‰Ò²Q||¼ò ª´/Y–Aà8näÛE ¬JÏÁîTÊTI–5Z­-˲999UUUÊCµZ““òlÏNs:,I MáªÛãa6ð«Tê†Æ†ùsæGþÕfµ_sÕµ£X£” zehŸŸ §ï“v7< ²Í›cÓÒÆLšÌ?ñD£ÓñÍU+(€â¯¶fgf½qmÛÎ]¥¿˜tÅŠ‘ä0Ðu ©ä6­%-6sŠÁ:K!ÏW £aÕ=³q$®B 3ÅXSÞò»K;jÞn;ú`JÑkº˜i¤_%\Ī4<{É'úúœ]•öŒà÷n‰AExQY$úfk^>%×"ì}\âæ''Mý™fþ¬)Y”dIž¡Ø®Î.½žu:ƒÞ K’,I,Ãx}ž` à÷T¬F–$ŒeI£›ž9‚?yòäÆÆÆ¶¶¶ŒÌtI–xŒ[?lbýxuêª($äêdSŠ8²e „ËŠ(Ú]aªÓjŽŽX{¬»«+&&¦«Ó¥ÕêN§ÅlŽlãQ ‚Ò¾lVkØW*KêÙ… Æ’(8¿ßÞ.J–$Q¢HWEY”äÓ¿è(J’,I¢ ¶;Uɉ¢(‰¢,Š’$É’¨¼O+%URW¤žÎ Ë¢(K= ·\…DQDˆÂ³ Ãó¼Z¥>w5J‘¡ÆÓT)Šð•ôßïó, íaiÎc¿ó–•5;;*}¾«®]ƒí~ãF­Nðûò~ÿØ·‡K'£è +‹Þú=7$æ-µ$ \»×ñ.E«N P‚$z•[&‰^‘wž@zCì÷3¦þÆUÿNýž5Ù‹’/?.(9‹¯t׎mW¬Xí÷ûÂgïÙ% hŠêIµwbÄšˆ –ȲÉX¥Ï8\ñ·ÂiÑ.Æcl6[0ƃÁálQ’%†f@¿Ï/‰’ÕbcV­VSˆŠz%,IÓÓÓý~ÿÑ£GY–Œô¹¹Eúãþýx"MÇ_™T}Ò[vø”0µ«Æ>ü+R C'Šv×£Ñ(JRGG‡ cww·ß0 Ñ}eôôF'€z/)-]’e›Ýb2šNmí¨}¥2–•möAv§~rjFÑÖ¡@@¥R`Q«kª9ŽS Ëq\UuUNv޲ÙV0PRÑ g(5«âxN™ÚkÐÜn·Ñ0°hàxnÿ}õõõv›}æŒYʨá©Yî§Jáî{Omu÷½wÿñÅ?=ûü³ÊÏûï»ÿòœ?’v‡rº: 11¾)…»¯\±úš5–+EQs?þxÿ߿jÒD# ‡c$S#(ƘRôvKé;[X“ÇìË)Š‘øFQp€,ù@–ˆIÔ—"¤éjù·£fò§½C$)ábá,ªôŠÞŒ+†>‚/I€Q4è7ç,¢IRv 6@”^<Ý …*õü]]¡Pc@” Š‚Þ`Œý~¿ÀK’(í:½În³kuÚ‘à;Ç£ˆTY–DQÈ\»¶aûŽª×_×è·6¥µËùͳ™×_Oj! ¢hw‘ °¹¡Ñáè@cŒY•*9=½££ƒ¦iO·»¹®!„²Ùl)ééá­L‡…J£)//‹áàN‰HŠ¢ºÝÝ={ëŒl»¨Þ=O?yv§2 Þîn„PÀïWÖÔ×ÕÕq!N­Qçdç@uM5âjkk•ÅO~ŸOÙîÞ<Ì¥N Õê¼^ÉhEaܸ‰›·|š’:àÝüü‹ÏfϹúÊkë7múê{W]]' ãi#ø‘I#ÿz†—ÒîÎò€1EшîÙK!„Ñ4- âüCC­61S³ô¶otüCkÕv[ʸ،5AÞQjИ#dh¯zÕQ·“ÕfZ³ÿÛ™WJ¸èUi¸?òõÎâ÷ y:¿$JNÿ 0B§mÛ¦8M{ÖåbP6ÞjØ.(޳Åb†¾^µJºÏcp´{Ç(_ì išçù°Bmnn1+333g=óôûû÷·{<–jÕÂ[Æ~üìs×]Gj! ¢hw ¢ ”>¬ÑhìV›2Ráóz›ëêmññ~¯Or±qñŠH ƒG;q¢zøsOŒOèß‚êêêããã9.¤HDš¢5²¡R¸©JR4ëuäž½O/©$c ² vÛÀ»SE‘œV§ër¹(Šv¶wX¬6µFMÓŒV«ËÈÈ i²2³ëëë†Ás!ÎÙÞAÑ´,IZn¸åJNJÙ½g÷êWú|žX{l\|üŽ]Û‹gΡéH·íÜš——Ÿ—7¦¶¾F¯3´w´ ‚0Üw‰ÞΫUªÈ>r")Ƨþªôv½=4&ínˆØ¬v¯Óaêì*hïÜùÃÛæÿëu„`Ûº[ÆÝt#ãtu \\l<ŠøTA´ÙD†øå†øå¡îÃ'_*ßùßcæ=A#rͬv ÆLÙ¦ÛuöÅÉÓ>И áôÏËQŽàïÞ¹ýŠ«}>oø`®z½¤¢zõé©ý„•Pñu;I©¯Tà³Ù¬ ¯‡¿ö½)Qþ•$©»»;jù«^ƒ¯<™X–õx=^¯×çóéâcçÿãoÿ^²ÌêÎ`ëEÚn'ÕŽQ´;…N—K£ÕÆöövY’P||¼Ãéä¹§«+5-­µµEàyDQF£Q§×»ޤ””QéPÔµÙl…ÔN—‘Èq\ävQ0ª#øŠ!p²;UÉL& (šn®¯ÏÌËMOOÌÃ0ÙÙÙÊÏæúúÞNŒÃ÷•¦¦¤–>ÔÖÖb2™|~Ïò¥Ë÷ìÛóñ†Æ—”œ"‹¢««sÿýY陳‹ç64Ö@kk‹Ùd‰Î½­äÿÖ[~Ðóñ»6Š‚ÜúÃÈ‹/ÃOQ·;…„ZoÿiÒ4¥`­V}òÑ{ãÉëÖÎ*FÛwu¼úJú¯~9ŠfÕ˜ “&ÿ³åÐuǤ‡¼´–U5oèì‹“&ÿƒô¢„‹”s0‚/‹§ž[ŸDA‘û `85º&d0ÆXeIB0 ü:^«Ó@ŸŸ‚(D½»Š‚"IÃáhïhŸ2eJlœÝ`Ôó<¯KOSßuç®M›é zÖ#“êEˆŽ¨GZ­®­­mü¤I*•êÀž½€e)!)Éåp„‚AI §MŒiÛ¶¤ùóÇ]uõ„Œ †apg'úbcÓ–-Í<ýª«¤Ñûº„âp1¥ÿ¼ãð-¶ôU€´i;›Æ¾-I’â!})áRQ¥á|¯§ÏÁÙU©(õû¶š,…–ÂÝ îŒÖ£J£ý$·ò)Q”D_RRrss³×Û³¹}bbRk[«V§|EZÀ²Ü3Q-*hšV«Õçۃߦ¦¦ÜpÃõiéijµ†ç9žçQÅÚ~òõWrï¤7RÃQE» 8˜F”Àq¡`¦iQ–ehZ£Ñˆ¢@S´ÇíÖjµ¢0È£öµzY–0p:mX–£ù®:Æ29òÓç.9Fçr8Uj•Àsµ•16›N¯×èt ~—Ë…¢hJàù¸øxF âß}ÿÝÕ«V˲\S[c±M™4yÖŒ™’$‹¢èõv9VªÓê4íûï¿7}êôôÔ´(Òây>))iXEYºÜ:±èÛ]Ï‹ šþæÿí»ùÖÔºÚØ™S ?ìír:ÿõj3Ï-^ÿ è!ÝCOýãyž‡ L'»+b’ïôwÆt2¨Tªðà!éQ ½* 7—oví¸bÅj¯×>Úó©ÇQ1¥÷¾—£S‰ô&#JŽvsaccA•à:½U©RÓRÃnQ”Âk%Q”°µ³”¦iY–KKKµ:õM·ÜcÕ¨5²,‡BÁÞ®\ìötË£°Q2á²&ºvfkŒ¯Û£7*N”³,c4™BÁ=.NÆØj·»;»ôFcKc#/ˆFƒçx‹Õ:ZuU’e¥Û#œ—XÙº#Àòð—;I’DÑt ì³uÀ¹KÎl³q‚ÐåtiµF¥òû|^¯W–$ @Ó4BˆfYI 5Ö+JMÓÑmæŒâÒÃ¥¯¿þÚÊU«mV»×ÓÝÑÑÆ ¼âèbhÆckhhزus^nÞ´iE8ª^Ëçó577+ß[ÆS§p?Â'išŽe“vwFzÖóõ>ÒÌñ ˶l:¼qcÉá£N—!—öÀ×]}5`èYÖ¡Þ¢“¤‚ „B\ œvm{Í›–Ä%m5;BÚ›:;;u:V«Ój5 ÃaJ¸Ti˜áŽh‚tôØ‘‰ ‡Øªª+cm±RT=;/€!üPq8>ŸO–óPøy&‚²!/ªˆugEE„PKK3/†.ž«ÕjU*5æøPÏt6,ɲÇã!.R‰z$Ñl±t´¶Í&›Í*Ë2âÁ@|j Øbc;Z[c^o¤iQ»»=&›Uv8mað‡å¶‹Þ;§,ó<¯Óº»º\Ng¤³T£ÕzrcI–1Æz£Q”doW' q¬Š¥) Qêݨ•çŒå˜X»É£H„¨U)ÇqééXÆÿþèCsLLnNNjJZŒÅÊ…Bþ€ßétíÝ÷IÀ˜Ò3\êÏ457Úl6Q£›Éz™´;—«“¦)Qâ’Â'ÞxË™ß|hšv¹:“’£mkНTEçù Lf½/9k×=Žu %¢(ʲ$Þlá|«ÒÞîÉëéîspæ¦âr:õÝÆ_¼ùö’(žêîNëüNý@ÅÚcÓRÒ:ÚÛ‡;Æ|(„0t´·‹‚ äY«ÑH’d6Eî͆hšVþ* B[k+…(>R ¹«Áãñ66×e妳,«øx¡¯î–1öûý˜ô„‘1¬v‰V«MNKkkiæyžF«V'¥¦2ÅÐ4Bhìĉõ'Oz»»Ibh:ÆnS«ÕFg”V­R•Ÿ8Ño‚âi?uZí°Ò¢R«TV«Íb¶ôáèìêõäKÓ"Æ:­°*Öçõ De{T Q4Ëjt:ƒÙ¤×é55MQ ÃDg@I’xŽãC¡‹eÁÜ…­mmå;wî ¢X†Ñ¨5 ñ yZ& "šBÊݺž4~Ò7û¾Ù±kÛ°4 EQz¾`Ì8š¢.Ÿ×ì¨ÚÎLÏzá¥ç”e¾C¦éÌǫ̂'’! !†aT,+k4€a‘~´éø¯Ä¸'MF‹F£Ñj4j•Š¡ieEq”.zUeFÈj³åççgee/ mE5ÜtUjµŒ1¸ÝÝ••CHˆ5™LJÀ¡§Å°ìÍ7ÞôÑGÿîÙMàŒÒyÙ’e¤ œ/EÙãbclVQ•qXe/3¥Q3 “—'Š¢âû§iZ’•›xÖ©1Q¤…(Š¥(èçÍMÒj“Y§>$EÑbX–aY•Zm2›åøxÅ/ž¤¬wŒì¢¶EÓ£Q­Ñè8N ™-–¬¬,Ae©ÇË¥|ݘe•J¥R©4Z­VÛCOÔ3î‚¶¶v†¡‡øÚ/˲Ïç³Ûív»F©z\ªX­ÖlÈMMIî“Ë:‚É3ˆ¢hV˪T:½^’$)v1¤mE´‘¢Ã0ÊÀ½RQÉí#\ ª4êW+–aR’“£é £z#g†5`L~Þ°“Nr«W®Z½rÕ¹ˆ™@uhŠ¢#÷ž<½B24ÍDzÚF¯º¢ï¶iPg#4‚ä”TÔ\’£T–aX†1èõç®{ÑëtÙY™QæôfgD­R%%$|÷¶¥¢ú4d0‘ÛG¸tUéHd7 @ ¨¨RòzE @8ÿª”¸ý @ ß%d´@ @T)@ 0è¼R2‚O @ø!¾R@ Âùg`_iMM1 @ aÔ[0~ªt°« 猱Àó/(Ÿ7ŒŠ¢–=õ¥lŒ%I–% `¿/„ES4ÍœÃ8 çžC•­n;ÑÐæ¾3OSTrœéºc'ç%’[I —$D\@’4 475;zÄétF-I­Vë„ …ycÆÊ²‹¢ÐÔÔ\Vv´«³+jùh6›ÇŽ-HÏHgXÕ9‰“pî9XÑòÏOM\4ßFSôE—I–Û:\ÿØp覅Þ9SòÈ %¢J ç š¿-Ù?nüĉ“QT3~B ¤dŸÁdLOÏ øýMMM¿=°`ÑâŒÌlšŽF‹‚PW[³cÛ6Œå̬l4êqÒ ©‡çœ·WL)o‰±8 ^ŒE0™c¦Žÿ¼¤Š¨R@ ª”p.U©À••?±P¯×1 õ‡[MÓäiÓöîÙ››çóŠeÇŽ-\¸$+'7ꌱ,››7!jÏ7»’’“Y–õ8uŒ¡ÿ5ímU•žîîóuG(Š2¹yùp~s2*iwºÇM´xƒÒEÝL4†˜—g÷Îíïí¸ªÜÅR¨‹×à—dU¹ Ëxi?tróòãâˆ*½X‘eÜéêÔNÐ24ÍÒ EG?Æj6˜\N¢(ŒÁív§ge<{éé¿ø\E†aG=Î%iÙ±£S‹¦Ûí±#1ňîˆ$9Žƒ%û%I*š9ë<ædT BíÜÜVW&ËòÅÞR(À ']¼·ãr¨rK¡.^ƒ_’Uå2,ã¥ýÐ9XRæD•^PÂTFQˆ¢ý¦]4añ1¦izäÐ2,+˲Œñ9гUåcƨÕj¯×sïˆZ­Î[PUQ~Þs2ò‚04 䤤¶´6[0¬„Â’”eU[§3(ÂFî11}æŒé3GÁÔ}¹Ø›:²Œ±Ü· V›Í`0(;|i4šÇnº²,?óÌ3=ôòÓd6paé%ï+½dªÜÅU¨‹×à¤9"_vª4ütyþ8׺ðÓO7œÇÔ/ˆº1‚/"…¨vgôVP𦭛V£ †n—$Ëvkœ ˆÃªÁ‘’´¥µióæ¯/^š”˜2ZÂtßþ½Ê¼Ò‘hSùBj“ò%0¯”î©]ýÿôÍ7»“““ÃÕotÓ•dé©§Ÿ~ð¡•Ÿ›6ma,})ÜŽË¡Ê]\…ºx Nš)ò¥Ä0z?öØã¡P誫®¾é¦›`Ӧ͋/™3wÞÒeW++Žã2³²â‰yóçÏ™;ïXYÙwü´húŒï]sm0ôûý·~ÿ ,\¸pуýj°TV¯¾ú_Ü'õ0~¿°9—éëƧ S›;~ü˜IÊcs'peo{©+{sl¹ã#âÁVJEþ©¢¢çs>çóùœÓû~ÎrfúôéíÛwèÙ£'e˜°°06ÁÖ-[ÝÜÜ<<<º‡wœŸO¦¢¼ÜÌÌlúôé}ûöóñöI=uŠj+0;VZIs—¾~mÛ´õoíë·hñô#§µË5wiѵ[¸êÏfÎjØÈáÆoÓÉ+,d§¼}|}ýÚøúµùmÕïU­«¹ƒUõóZ,ÛÆèMAþA!Ë–¯Ðº¢D"iéê^׺J­ŸªÚMU»Tš¨Ý“ð+{N``ðkeøöÿÞ^õ‡^U»ìë×ÖׯMXû'Nœx?{û¶{‡c¥3fL_¿aClì>BH~~þÌY³Øollœ‘‘ñÕ˜¯’’ŽBŠ‹‹½¼¼¦ÿýO?ÿÜ+²WBB‚½½ÝÀAƒ÷íÛ§££«§«{üø16”¬~[G&VJ¬¾uu_|Ñà }ûô!ŸVdªÞœŸä©þ¬_Ï$+ii‹žË¯ìoî÷ßgÏ -Í­k>ÚïÞÝÄc QCGÂÜÜì}û÷…†´wjælee½/voDx„µµÝAC×ÿõ'ÇsphR“<%ýT¯~ýèM…:5söjåýÓ/+¼ZyB2o\?v{ö,¬}Çn]»4wvþ¸OÚö‘PróÆ GGG…B‘œ|ÂÖÖ†Ô߸“W:X>ÈNíÛ³ËÒÒ²ú£^sQUý\Ëh½RY“¯ «”Õ­Û·W®Xy`ÿ>+++¹\~óÖ-­ÛR}®«S]¥ÖÏNUí¦zÇc'Ø9µ~~›ž£I³<5ì$µ9úªC¯š³ÜÞ}ûÆŸ˜–šÂápj½ü2©´Öÿ¾«¨T]ò‰………ƒQ X²"‘¨SÇŽ„w÷fÍšÙÛÛB<=<²³sz÷é=kö¬é3f´ñó «>W7×&ž¿`¾¥…Å'‘¾*UÍ,xþTuß@ßQÊ…†–ŒR.“É!‡Ã©ù“n'R’{FD ‡³víÙݱ}'§f΄§fΔ¡;wïêÕ3ÒÚÚ¶SÇ·âqøoMò,**’H%:bݨ¡#V¯ýƒ2Tu_éõë׌9Z òy<Õ!TêÐ:s÷ž½Ñ­ÿrô˜ÌÌÍš5%„;~|é²å„.‡ûóO+wÄÄH¤Ò/úÔÕÕýsíê~_ô¿~õ2!dï¾ØU«~çp¹ÖÖVK\lbb"•J½[û 8àî½{ÙYÙsfÏòôô¨Ia23oœIO?}ê¤H$¢”úr$¥Të&Zûµ4pÀ?ÇŽ1 ³|ÙÒÕ«×^¾rÙÊÊjíê?¸\n5KuttFùêÑ£G¥¥¥®-]/Z  «*󎘿ÿX½Æ¤~ýÖ­}ÕR{|.‡R¢y_)!äØ?ÿüï >C !#†8|øÈ„ N¥¤p9ÜãÇŽöëÛïÅñ^ZJšt<)Àßß±IÊP_ à JŠKT9°=–¾¼“U}»”¡§RNXYZQ†48(8˜M©««ëÛÚ—2ÔÙÉ)ëA–ÖÒò¹œªú¥T&—s¸\c##J©fí•——Ÿ8éaÎCÂá´òô˜5óBHRRòò•+e2™ŽXgþü¹ÎNNUU²Ö樾53×Z†öÿ="vïÙ;yÒÄcÇŽûùú¦¥¥±÷ ³ü óã’¥ªƒÅÃý¤¤dÊw“ !.Ìš='fû6ïÖ~½"{>{ö0çá”ï&{yµÒZco³S•>„kDêëjíçZ[ÐÇ·Mß>½ïݻߵKçà ¯[¶§Ožêë뛚šRJù|~sgg6A¥³µµ!dùŠ•‰‰ÿ”–•-_º„í*Z‹ô~ºJUg§ªN&ší«™’Ýļù Ξ;W^V>Þ\6¥êìª*;G½_©Ÿ„ßiÏÑzØ®üég…B1qÂxBÈ•+W¿›:õàþXÕñ¢ê$}úôª¨ÔäÄ´£Ö|*UÑkírP`Ðø “ BÂ:¼²ü59~Õ«âö;µÛvï)*¥”¶jÕjó¦èJóE";ÁãñDâÓ\W®7jØ09)))))îСŸù5þP\5ùש[I¥BA(è¿Eßٱ˫ô1ŠråWžùÍÒÇ xry`Uy*rÕÃRååå¹r‹KŠc÷ïkÖÑÁÁáTjJÆ…óîž^­¼‚å!;þÞÑ­K·òŠ ‘P(“Ik’gP@ÐÞ}{úöîgkkÿåˆÑ«þøE&—9;9_ϼžøO˜Ñ_ œœ¬Ø±Ýº†W“gMŽÉôôt“úvvvÝÃwíÞ=uÊwùùùßM™¶mëæÆÉårö´yËÖ-›£U™PJsrræÎ›pÿ> ‹+š;oþŠåË(¥eeeÁÁA'Œ?™rjåO?oük}M síúµfÍš©NÖ¬ª6QRRâîæ6~ÜØÕkÖ2l÷®¿mmlFù*îP|×.«YÙ³ÇÂóŒ!?Ìœµk÷žÿô뫵Ì999Ë–¯ˆ;kbbòÃÌYZkOÀ%J‰f­²3ÿ=¿¼¼üîÝ»:::Ï ílm)Ãx{yíØ¾½òZ/£ÏG:ûéˆ}©™Tú¯ÌÕó×¶.;“Ïç³3¹Ã0D[Ðú¾RJÈq¹œœœ‡£G}iiiI)Õ¬½ãÇ“tutb÷ía÷‘RúøÉ“…‹oߺÕÈÈðÒåË“&}·?voUCksTÓ‚íÚµÕÌ\³ 5ìÿ”íÛ‹>aü¸Ý{ö ŠJKK«t½ïu £~°tï9~ÜX@°uë¶þ_ü‡­‡ ÀÀ€ÿ»÷î u,ñhAaaíîT¯>ýx<.!dÝÚ5b±Xó R­«µŸWÕ‚¥¥¥þíÚM›:åСø7(›§§‡]phXkŸÖÞÞ­º‡‡‹Åbͳ [ç..ÍÇ~ûM\Ü!¶«TU¤÷ÓU´žªê½šíËãñªêç.Í›O›:%#ãÂ×ߎM:–ÈΩ¶¢>¡õ$¬µZj¥ç4qh²îÏ5ZÛž="6~ÜX‡³gïÞž=z¨/ªN’““Ó#²wMþA¼A;jÍG³Šj²Ël±Å²²²ÒÓÓ«IùkrüªW…R©t÷ôªÅ¶{‡Q)ŸÏ'„Èår@àï?uê´ .¸»»3 sõÚµWF‡=ª_¿~·nÝœ›»( 6Ã×JÌn]=eÊ©S ìímmm?™±Rv¼”h\Á××3xzæ·G§WBy!Äõ?ëÏÿÕÇcð6ŦÒ„³¼†‘¼&ý´åù¿þÝ>´}BbBYiYÇ]š::RJ3.œûöëñ?ý²¼•g+§fN>?)9Y®PtîØ©šN¦ž§ƒC“°ö[¶méÿE;ÛcFÿ÷§_VÞ¿?óÆõo¿+ ³slݶµsÇÎ6®yÇ•Édš3cvîêÖµ«L&ëÒ¹Óú;öÛ“))Þ^^¶66lzÇN¨¯.“ÉN§¥ùøx׫WO&“õˆˆøOÿ2™L&“‰Åâ–-ZÈd²† ä<ÌѺQÍÂ(JJ™J3«Ú„H$j×®­L&svrrhÜØÜÌL&“¹4ož••õÊ¥;vÄ$$å øO Ø]ÓZæÓii~¾­ d2YD÷îçÎghîŸÇ^Övú#´ÒüI“'w6|xrRR@`À„I“Î?ïééÁ0Ì•+W\]]ýü§L›vóÖMGGG©TªP*ë—••={þÌØØøhb"ÛMx|!D&—©Ž\J¨_Û6“§Ly˜ûÐÚÚzãÆª2¨~WUZ>O{ߨ¸a……EQQÑ¡Qîînmüü4k¯iSÇE?þ8wÞ|¯V­üýÛÉd²“'N>{ö|ôÿa3)-+«¦chmŽjZðä ª™¹fjÞÿù|¾‹‹K\Ü¡;wï¶háB)•Ëåªÿ…Q*•ªmx{µ:wÈ¿]Ûä'¿Ÿ6U&“ñù|o™Lfkc# oݾ}íêµÚÝ©m[6Y¼¼Þ»¿æA¤~köóªZP °%ã²ý¹võ›7ÏŸÏØó÷Ö­Û·oÛ¢y¶‘J¥"‘(Àß_&“µtm¹lÅŠjŠô~ºŠÖ³SU½W³}7j¤5%ÇëбƒL&sqi®J©¾uõ õ~¥š©µZj«çTuØZZZ𙙥¦žöðp?whgÌvõãEÕIjþâ ÚQk>šUT“]þbÀ ‡cjj²bÙÒš”¿†Ç¯zVµÞvïv¬tÈÁmÚ¶377;xàÀŸk׌;N*“1 Ó¥sçWF¥W®^={Ë¥„.\¸ š´ªÄê[W¥\¼hñ'u_éËë÷êÿŽÙ+øúúOþäÔyÆõ?Pe!„¯[ÂéÊ4k?ùFü®C_í¡îËûBl¬m†ª~ÛŠ»›ÇÊŸ—{¸{°6nÔ¸q£Æ¯¾S‡þëŽ.§fNJ¥2::zð Avv ¿ýzìêµ|ûõX¡P”}?zÓ¦.»85sz­ÛS4ãW‰D’pêTêú !EEÅ'OžT}î­´b¥9/ÇæÔâJ)¥>ŸÉᆡ5ü¤îÔ¬é̉Duq@5ð§¹ ¡@ÀÎär¹B‘P5-—Ë«_š~ölìþ[7G‹Åâ-[·Ý»¿ª2SJx/gVÀP»ðMˆÖ±RBƒT÷$K?óÏ?Ç®]»¶rÅr>Ÿß=¼ÛäÉ“ýåçmøï×ÿ•Je ÃtëÚÕµeKk+«U¿ý:`à †aø|Þ–M›fþðC—®]¬­¬ÉËWÆ óòö177O8ÏÖQ;»/êÒµ!¤aƒk׬®<€ª9˜ª¶#Õ\Û244ôññNI9%4kÏÖÖv÷ΧOŸNüçØºõ¶lŽf(umÙò—ŸWVÊG³’Ïž;§µ9ªiA­™k–áµ.Yvï6é»)ôWõ4õ±Ÿ×-L¥ƒå‹ÿô[ùó/OŸ>m*‹¥R)e†aØ{or¡ô]ì”Ú0›–ƒHý(ÖìçUí—X$zû²5utlêèÙ³‡_[ÿûh=Ûv‚Ëá°]¥ª"½Ÿ®¢õìTUïÕlߪN;•¯˜ktž·”–“ð;í9ìŸZÏçÝ»‡Ç8PV^æèØ„½%C³“ÔüÄ›eZó!Õ>¢uûÙ[uÇÂ+Ë_Ãã÷ßUQËm÷ºjô ~vÖkkkBȼ¹sÓϤ±AappðñãÇRO¥¤N9óöòý½»wØUÚ¶mûwL ;=öÛo¿›<¹}XØÉÉIIÇ““’Tiªw”²Z«o]%6vß§ô¨%j_îôïgð õ¨R¡oíIaäe–.É3‹æäE÷õLè[{RÊh}𾸻Oû‡»gÔÐáîžÕ¤aªÏÓÙ¹yÇŽÖmXŸ•uO(ûv‚P(Êʺ·nÃúŽ;9;7ežZÏ8êŽIðôðHL8|$þБøCßO²w_¬·×™ô³÷îÝ£”J¥Òòòr.—Ë««`žžgΜÉÏϧ”îÚµ»µª¦ªìQë|GGGOY³ç–––RJ‹ŠŠÖ­ßP£MPÍU½´¸¸ØÒÒB$1 “pô¨ú²J™xz¸Ÿ={N"‘PJ'%iÝ>—‡¾xfæ?yynߺy#ó:û£o`Ð=¢{bâQŸO ™1cÆ/¿üL I9yòlú™óçÎΙ3›]·S§Ni§SÓϤ¥ž:ÕØÁ5,åäÉè-Z˜œœÄ&[¸pÁ…ŒóGÇSBž>yÌÎìׯ_ÆùsçÏíÙ³ÛÔÌŒ"‹æd³KÍ-,.]¼ YZú2*­ªÊÊÊÎ;occ£µöòóóù|^hhÈ”ï&]ÏÌT(>>ÞgÏ»rå*ûðéõë™UUršãß-¨5sÍ2Ôð \ö¸kÝÚgxÔ°ÈÈžê›þ_ú×,L¥ƒÅÍÍ­´¤týú }ûô~ñ@.Ãì?pRzîüy¹Baoo_û;¥¦ªƒ¨š~þÊ|³²egg_¸x‘¾ž™I©_¯žæÙFkW©Q§zg]EëÙ©ªÞ«Ù¾U¦T*ãÆQJ32.Èd2{{ûJ¡ªú„Ö“ð;í9ÕœÏ;uìpüxÒÎ]»»‡‡Wu¼¼Þ?ˆ×lG­ùTª¢7ÜåW•¿†Ç¯zVµÞvïé¾RxgWð ¡”rþ5VÊ^Á¯_Ï”ËåSFaÖ¤ÈÌÕ‚ž®¹…s˜Ð¤™± ©úƒWõ#ãÂù /¸»¹{¸{¾Ö@¦fž.Í]¥rÍÚµ#GŒ´µµÍÉÉYûçÚîáÝ]š»¼AïÔ\eollˆîªù¡¡!‹—,9cúœÙ3ÇŽŸH†Çç-_¶´½}ŸÞ½"zDš˜˜°·RJ­­¬¾›`—›4ù»ÀÀÀn]»B¤RYphØ©“ÉŸüqôñãoSòÚm_´N]ÛåºÐ¾—.dtîÖ½šs²×®YÓ-¢§¾¾¾žžÆJëÚ`©Ú‡ BÌLÍΞ;ãÕÊ›ÇãB¬Z Ê=¿£aÀ×Ê’\EùcÂ((e8„ ê7}v7‰kÙNë}x•î­Ä­¥ÛÊŸ—»µt{½w’U§k‹–J…ï_]ë£Þ|Åâ»››ûÕ¿±¶¶îÔ±ƒÖ¡ Oû8ú ¿q´ÖÛ­S§vù#jßáÖ± ”RJ9/£Ó66·of¦œ:©z Ssi^EÜœ^}õ,= ‡½ß_Y’}6;}õœ«5æ ¤º+øn®nìpækõÝêótwóh`ß°^½zos< *­].!¯ó¾Øº¼#ˆJß++«Ý»þVߺP 8™|Qé§ÚUj½}Ñ:uj—?¢öETZçÃÒ—ñxü†ö Ú7TKкâѱ›'Ö1e¹/cP×°ã2‰#¶¤U•Öz¿|UžÆÆÆo¹QD¥µ|¨óç“8D0VŠB…n¢ÒÏ¢Ò:„ËåRB8¯ìVÁŒU°ú æß˜Ëãq_¾„ŸÃá”––rßú»È¥ò扨ôêÜO#(­ò»ð? ;…¨‡vQ)ÔVHÊ©oR_*•ŠÅ¢·|RZ¡Tš˜š2 Ãá##£Çùy–VoY¼Çó¹λÈQ) 9•¢lè*8㟢Ò:ÓaË–n§SS›7w‹Åì÷+¼.Ÿ¯T(¯\¾&“ɸ<žsóæi§O·öõ353ç¾ÑhÃЧOŸIKkéÚR ¾‹<µ¦¹~õJÝi:U˜7&•J>ƒåÓhŽÏpëòN}¼ŽÃ»\—:«šær¹†FM›5353GTZ׉D¢¦Íœõ NŸJ)((`ÞèÑu.—kbbæàФ¬¬ŒÇã7hЀQ2犋Šß8Occã–®-,--Eb‡SëyjM3`HzE­+).úØwàc$)/¿ÿî•K—ZººšT˜"*­CFÙ A#GǦ.÷-2ad2YYYÙ‹;8ØØÚ( æM¯p9PȆ¤ï(ÏO5„ÖÀªojæÜ¢ÅÍ7ü^+*=°oêÞ›n=Q Ÿ6‘Hd`hX\õàB•c¥wÅmQ}ð4–¤ >yìWVsï_•Qií>ÿ%&ü½Rù»$Ä ­5J™ZJ›“ùæv~Ísç%¿¢Ò ¦Qi-¥Fä’•Þ#Ç6ñ%C Ë/WÔ;Ô0*­µ°´ ÷Ïî#x‚z ÝÇÖó·47U¿V«&õ¾íî8ª“C3ݨö^¹Bh` ³7ÛµJëÎЂ›T#À»¼¯Ô€ÜkÂÝ`Ã9ÚÈý[ªÈãÒgެ±ç8r>2—´¿¥ZB½23#Qþs Ëq´ÖV*c­¾`¾N&›ŽÝR$ x±gVJÌåræßs8œ Wó.å¿IDÿïuWºÍ ƨݨôm±„¤¨o…𤹧Y£¥±¹¼â´PlMeWÍv5²p·¹c{wx¶´Ýf¼ŒU•ÏùÛ…õÍmjcxçQicK}Bi°«¹Žw0=—bo¦×ÃÏæçØ›lúðÖ6fF¢>íìJF,ä•KkãïðyÜ_¸¤ß,43]ºÿÜ¥Q=}!¡äÁã²½§s:yZ xÜ/;9Èä̆£wU›ÚÈXO ðrž–ÿ}2K¡¤„';ÃN­¬!”’-Çî·nf¢¾î¨ÎM¾¾Hñp¨êfÁPò¼L“œU*Qðyܾh‘zý‰©‘ØÄ@¸'5çÁã2t¾wA¡PÔ71UŸ³bÅòáQïäÛ€–¯XA?n!äan®³ss__ß#‡ã?àîgeeµhéÚ®]Û¸ƒÑQ) áEÖ«gaíÔ—ÃJŠåå¡NWH‘KÏ1 ­o×N¯¾­Îõƒæ…=“˜èrj£5ŸË÷ŸèØäÐÙ‡­ê%]yÜØRŸRš–ùôÛN‡Îæ*êÛÌ$õúSUQcOç4³1ÜrìÞ³RYC ý–/î"ðnäïXìÚÈX&gVîÍ$„\JiÜÙ\_'Ó?ânUÚôß'”K•„È6vžõÓn<5ÒôigÿûÁ›OФ<.‡Çåh®K)­o ìÞÚfŞ̢ryGO«ðÖ6[ß§”ŠÜkÙE÷Ïæ:Ú´÷°\ïÝáp8c¿ý–vs}WO×-_þ¿¨ÔÐÀ`ÜØ±ö ìQùo¦šûJßüç„rõ£güû—•>½Ì×qæ ìåÒ'ÒòÒŠ‡žWР8?åþ…¿óžñO(×”16Z3!„HåLö“² ŒÍŒÄ÷óËØR•T(î>*mÑÀX,à5µ5ȸó¬ÒZ/&(¡/§• ½™SL)ÉyZÑÐB¯›‹½‘RI+­¢þãåhòU·¦£»8:X˜‹)%­ î<*yü\J)Q(©TÎTZ—nh®;·ôy™œR’v£ÀÁÊ€]*W0÷òÊ(%y…’zú·©ÞOìçtk.wöìYì——×–-[ Œ'L˜Hé?`€‘q½cÇŽBb÷ï÷kÓÆÄÔ¬‰cÓÙ³ç°ïõ 253·±µ[²téµk× Œ#{õ&„ܼyÓÐȸgd/Bˆ›»Gqqqqq±¡‘±›»GqIÉŠ•+wìˆa °/6Ö×ÏÏÄÔÌ¡‰ã´ï¿—Édss ŒýÚ´yò¤½{÷ªòѺƒÿýïWèqð‘E¥oÿpt¶"8[lÎKº2Åѧ¯BZÈá=κs¬üÇÇJov#Õ­O ¥ôFvñÑŒGgo°åa¯Èß}T"òBÝ-?xC³œ/í¦lª !FzÂr‰âÂÝÂ9Eó†¸s8D©d%\Qª=¥#ä>+•IåJ!®ëåVPJoæ÷ð³53=~.áó8\.G&¯¼.¥ôvnIÏ6v†º‚¢2™¯“ÉÍœ’JePÿ ï‡Ã™8a;miiEY¹rEÚ™3ëÖ¯wssûaÆ BHÜ¡C ÜLII9uŠMy<)©´¬T©T~5fÌØ±/n¸ví:›a¥MtìØQ Bz÷êEy˜›«Zt(>ža˜‘#GF ìzäÈÁ¸86*mÖ¬Ù¸±c³³³—,]š•­µðŽŽŽ‹.ܾ}û‰“'{ôˆ˜4qâ܇ë7lÈÎÎ:wþ¼fΆF†„áQQ_ŽéíåÌæ£u•À畲ò^Ï ŠÒ16)xx´PÑ(_áõŠxT­J†9šñ¨RÄI9ù¤U“‡O˵–üePZ9*µ1щð³cJ8dçÉJ%CI¹öxÚZ—ËWî¹þ"Ézîël:ºkS©\ù¬DÊ·ÏK¥[ÝÞ± ‡C” ]û‰LRi]JiA±d×É_woF)(–nJ¼«%*¥ˆJßÊ£ÜÜÌëWŸ?{FéÙ»¯f.—;cÆtõ9eeåååå„çÏŸK$@ÀšcÆüßÀÙ4ºº:ÛwìÐÈŠCaM +ž¯ÛŽõêÕ#„py222ùÄ U¶cÇ~;gÎܯ¿ù¦cÇŽ+W®PÍwssûë¯ .œ8q’±±ñW_™6mê“§Oß~ßµæ, ÌŸÿã’%C† íÓ»·zbͬ”¡f@ð6Œë×÷öõ½˜qá ¢RŽ¥¥eJJJYYÙÚ?VýüÛï…O !öí9]Ö¢‹X{»“þðøÒuϘ&h0Pç«w¥[DÏJ3ˆ0$ª¤¸H3ý¾Ý;‚CõõõÙÛ: îàp9|¾`çö­‘½5—O<Ú¹[wBÈÜìµkÖt‹èi`` ¯¯¯§§WÍw;Õf ”MŽ–­(P"$…·Å0 ¡”Ïç£*êÊP>Ÿÿfï"|WðYyr·¼v êœZ/ÜÀÇëýE¥¯•®ÛµïAôúk¨ࢠQ)¢R@T €¨•Bªy3T¥¸LšxöN^A ü×W;s¹+ƒPo]Z•|îþ9{ÇÂÄ(ħ—û^¯8)zõvnbúÍÑ €¨àÄ0Œ´B"“Ë%åpŸÏã "±Hë×Û>*( ònÆápßó·àq9œæÖÛo=D{¢R€OL*-z^rýÚ•Ûwn<%„˜š˜96mÖÒÕMOOŸ/ài„°”ÃåPò¾™™Ë%ïù¶D¥ïƒT"Í”ø€©™YxDO[;{BHNvVrÒ±ë;®FDDZZ[3Œ²ÒZì(©ScÛVÞ>[vì&„´ñr˼›óŽÊÙÄÞêvÖ#´|ªð >|Ö†).*‰?àÙÊkȰš…B¡PØØ¡ÉШ‘îžÆry\Íëø”¾Lïܾ}:õ”êOv¢ú¹\Q“d•~Ô7 €¨à“"­\½vÙÔÜ,8´}EEÅ÷ßïêêêêêúý÷ßWTT„„u066>w6Ç×¼²D ¡„±ã'-[¼@õ';±g׎ÿÖa~Cú÷)xú„*•J\š6˜;óûaƒþs0vO‹f —,šÛ)Ô¿CpÛëW/3fdP[¯/úDTT”B¿6°[Çà ¶^ß|õ¥L&©”9Z •|jdrÅÝ;·ü‚!óæÍ«¨¨ +((øë¯¿æÍ›GiçxéBWùÖRÕ°eXÇÎIEòñcªá̬fÏø~KÌž„ã§Zº¹Ïš1M\ZR²>z[Ç.á%ÅÅîž^‡Ž&÷èÕ§¿^“¦L?v2]OOÿ`ì>JÉâå?ïÿçØÉt}}ƒ¿wlÇX) *øÄ1J¦ à){/i\\Ã0 ð‹âââ!¶vöyy¸\¨TmÐrüäiK\ šŸ~&Í·m; K+JHß/žJIf ÂvÁì´H$ m߉ÒÒÍñi3;{Jˆ«»gNN6%$fûÖÈðN}#ÃSSNܺy#¥ð9ÀÓNðY«t¿èßÿ]ƒT„ÿ=Ï0´]@ð¯?-;ˆý“¡”Ð T¿†ŠÅbJ ¥”a¨P(bq9\‘jšË•Ëå§SOíÙ¹ãï}ñ:::ÑÖÞ½sûå¶(ž¾€OÆJàóþhÎ癚šådgBºt颾ˆý3';ËÊÒ’Ñrá\}à’Ž›4õ—•KÙioßÔS'óór ¡1Û7ûµõ׸1´Òô¿~Š‹ž[YÛèèˆ)eâãü{[-€O÷„Œ*€Ïú$(8:6KN:ÖØ¡ÉôéÓ !û÷ï'„„‡‡³žH>îêá©T**ǤôeH ¥Ä§u›F (%6¶v3fÍз'!ÄÖÎ~éÊUê7†jþ¦ês(ñ ‰Ù¶eØÀ~zúúÖ6¶ê÷’â¦R@T ði‰E-Zº^¹š˜p8´}ÇùóçÏŸ?_µ4ñè‘’’bo_™T¢•RBÈ¥Ìûªé [bTÓÝ{öîÞ³·zb¡Pxþêmv©ú´oß6ìô¨1ß°éÿX­¹­«·s(ÂR@T ðIâp8úú‘ãb³³³ü‚Ôߢ_ZZ2hÐ0¥BŽpQ)À;> x–ÖÖ#G9›~æð¡ƒùùy„KK+Wwo_¥B®PT¾|ÏårJ†Çå¼ÿÒ*ÊýÛ@T ðÎ1Œ’RÆËÛ§µ¯—Ë%„C)U*2©Dë(©e}ƒ›÷ó›6´xÏ¢’¡·îç[›¢ÉQ)À§‰RªËryM‡ù8=s'öøÅ÷üª&.—cebêí€öD¥@ tE=ƒš£jóƒ7ª• *D¥ˆJQ)!o†`1 #­ÈärFI9ÂçóøH,âpðEJˆJÞ ™TZô¼äúµ+·ïÜ,(xJ151slÚ¬¥«›žž>_ÀC¼k¸‚Ÿ;©Dš—›¿gOÌÓÂ'á=§Ïœ;}æÜn=òçÅìØZXð”Ë­2*µ´²~˜›û6[gfé²eµµ/fæïaD¥µŒa˜â¢’øøž­¼† ÑØ¡‰P( …š éîáyà`,—Ç}w×ñ†Yº´¦Q©B¡¨>Aü¡8´) *øøH+$W¯]657 m¯¹4$¬ƒ±±ñ¹³é<~u÷;I$kÛY³f8°mÛviii•ô0 0ÈóÕð#¥R©ú¢Y³gK$’.]»öéÛ’äëçzùÊ6s[»©Ó¦õéÛoÏž=¶vösæÌmÓ¦­¯Ÿßå+W¢†ððlÞ½¢¢‚Ò©s—jÊSM1•|H2¹âî[þAU%hçxéB÷Š[KKKK;uê¸eóæyóæ.X°°ÒÒß~ý59éxÆùs†[·mûWT:s¦X,Ž;xðï˜yyyÓg̈ݷ÷tjê²¥KFͦ))) ý;fGxxxqq±··÷©S)ýúõ‹ˆè1kæçÏéèïÙ³÷•婦žv€Ï£d žÚÚÙW•ÀÖÎ>/ïQ5·–²ttt|}} !NNÎYÙÙ•–nÞ¼e_l¬@Àüø‰P$¬*“äääÂÂgý xY–•±B¡0$$„‹Å;w"„xxx895³··'„xzzfeg½²<5,¢R€÷­f÷‹¾:•@ `'¸\Ã0ê‹RRNmß¾ýèÑÕ«Wߺu»ªL(¥^^­¶mÝZi¾X,VÝØ*¾ˆ&y<žH$VM+äŠêËSób|¸‚Ÿ÷Gs>ÏÔÔ,çßêr²³¬,-JßxEEE6¶¶:::”ÒØØýàBär9!$ 0%åTFF!„a˜K—/×âžV_ €BFÀg}›%'kìÐDk‚ÉÇ]=<•JÅo"44$zStd¯Þúú¶v¶š † êÓÚ×ÜÜìp|ü_Öýõ7R™Œa˜®]»¸¶lY[{úÊb *ø`DbQ‹–®×c®&&mß±ÒÒÄ£GJJн}|eR‰ÖÕó½xY©j´ÕÂÂââ…ŒmB$Ú^í£E ,X¸`;¢º…”%‹U™«Oû·kçß®;=~Ü8vâÉãüJÉT婪ì*ˆJ>$‡£¯oy0.6;;Ë? ˆ}ò)';+9éXiiÉ AÔ 9}‹+ø€¨ çAÏÒÚzä¨1gÓÏ>t0??biiåêîáíã«TÈ_ùîz@T P FI)ãåíÓÚ×Ëå¡”*• ™T‚QRD¥ï¥T!—+ärTÀ7C¢RD¥€¨Q) *@T uÞW @! ÃH+$2¹œQR‡ðù<¾@ ‹8*Q)Àû “J‹ž—\¿våö›O !¦&fŽM›µtuÓÓÓç x¨"€w Wðàs'•Hóró÷ì‰yZø$<¢çô™s§ÏœÛ-¢Gþ㼘[ žr¹UF¥–VÖŽM›99;;9;»¹{¼r[‰ÄÖÎþuKx÷îݶmÛÕdfÍW¨k0V Ÿ5†aŠ‹Jâãxzy‡¶WÍoìФ±C“Ž9p0öËÑc(e(¥Zs8~ü˜µ5jà-a¬>kÒ ÉÕk—MÍÍÔCR•°ÆÆÆçΦóø5ý ÏŽ†Î™3·M›¶¾~~—¯\‰>ÂóUxx÷ŠŠ 6ÍÔiÓ‚‚C¼}Z§¦žfç$$$ùúù‡„^¾r…¹qc´›»GhXûèèMªüµÎ¬ùêˆJê"™\q÷Î-ÿ€ ª´ó¼t!ƒÇ«ò"~Xh˜K‹–.-Zöê݇S\\ìíí}êTJ¿~ý""zÌšùCÆùsúú{öìe—º»¹?öÏo¿þ¥T*óòò¦Ï˜»oïéÔÔeK—Œ5šòàÁƒ9sçM8’x4¡¨¨ˆÍYëÌš¯P—á >|Ö%SPð´š{=míìóòUskéÑÄ£•®à‹ÅâÎ;B<<<œœšÙÛÛB<==³²³!|>¿wïÞ„‘X|çÎ .>ë?`»ziY!$555((ÈÌÌŒ2pà€3gÎT5399¹†« *¨£jöÞ§×{;”P(d'x<žH$VM+ä ­é)¥^^­¶mÝZi¾@ðâͪ™ùZ«ÔY¸‚Ÿ÷Gs>ÏÔÔ,';«ª9ÙYV––L:½…B±sçNBHZZšL*uppLI9•‘‘AaæÒåË„??¿””S‰„Ï®«ufÍW¨Ó'dT|Ö'AÀѱYrÒ±ÆM´&8‘|ÜÕÃS©TT•CPP0÷â~ú™3‚W L^¼té×ßVUTTüùçŸ<ÏÊÊò¯ ë¿þú©LÆ0L×®]\[¶lРÁÄ ºGô°³³«glÌ®«ufÍW@T PG‰Ä¢-]¯Ç\ML8Ú¾c¥¥‰G””{ûøÊ¤­«ç=ÊÕœ©yõo×ο݋…Ž7®ÒRu!!!!!!•f2xÈÁ5™YóÕ•ÔEG_ß ""ò`\lvv–@ûäSNvVrÒ±ÒÒ’Aƒ†)rZ{WðQ)€¶ó €gim=rÔ˜³ég:˜ŸŸG±´´ru÷ðöñU*ä …µ€¨àc%¥Œ—·Ok_?.—K‡RªT*dR FI•¼?”R…\®ËQÞ ˆJ•¢RD¥€¨Q)Ôx_)!„0 #­ÈärFI9ÂçóøH,âp8¨D¥ïƒL*-z^rýÚ•Ûwn<%„˜š˜96mÖÒÕMOOŸ/ࡊÞ5\Á€ÏT"ÍËÍß³'æiá“ðˆžÓgÎ>sn·ˆùóbvl-,xÊåV•ZZY;;7oéêææîñcÆä<|ÈÎ73·x­2¼nú×Å0ÌÒeËÞÏZˆJÞ$\+.*‰?àÙÊkȰš…B¡PØØ¡ÉШ‘îžÆryÜj®ãMw6ÇÅýNb±xÒĉvv¶»ví&„têÜ…RVVÖÀ€víüýý&NœD‘H$Ö6¶'MŽŠÖ>5õt¥|úäáÙjøˆ‘R©”²déÒé3f°KÓÓÓƒÔÓïØ±ÃËÛǧµod¯ÞOž/ïQ5·–VÃÝÍíôéÓS§M;pà ÿåh«@  !„8::ŠÅâ;w²yó–°ö:wé’|âDff&!ÄÌ̬mÛv±û÷%&þÓ§OoUâÔÔÔkk+BÈàÁƒ’““kX°êË€¨à}«Ù{Ÿjúv¨sçÎ9;9«þlÔ¨Qê©??¿ƒq»v 3 Ã0ì´\.W_=%åÔöíÛ÷Çî;÷åÈJÅ‹!Ì/GŽØ°~ÃÖ­Ûº‡‡ëêê¾â´ÎåRJÙiÙ¿óÿ_,®Q†š¬€¨à]áóy¦¦f9ÙYU%ÈÉβ²´d^FlU‘H$K—-ËÎÊîÕ+R537÷‘@ è¾xѢ˗/) BˆR©Œ‰ù›’šzZ!—;88¨ÒÙØÚêèèPJcc÷«æ·nݺ¸¸xåO+£Ô.ßBÚ´i“|âDnî#BHtô¦€€BH½zõÊËËŸ?Nù'ñŸ—»ÉW‚5ËP“µÞí UŸõIP ptl–œt¬±C­ N$wõðT*UåÆ8NÛ¶mŽ$Ñ××W-ºråò3gò¸!¤C‡:tÐ\º`þ|­éE"ÑömÛ´fxútÚˆáQšóûõëׯ_å䣆 ‹6¬ÒÌ… ,\°€"‘H´–¡úµ•¼CG_ß ""ò`\lvv–@ûäSNvVrÒ±ÒÒ’Aƒ†)rúª+øïNVVV¯Þ}ìíí{õê…öD¥ŸîyPÀ³´¶9jÌÙô3‡ÌÏÏ#„XZZ¹º{xûø*rö~ÐZ!‹«¹‡U+{{ûô3iµ¸¿oPD¥ïÃ()e¼¼}Zûúq¹\B8”R¥R!“J>à()¢R€Ï¥T!—+ð¼9À‚7C¢RD¥€¨Q) *@T ˆJÞ¬Ër¹b1ê âñxr¹œË}“Q)|d Œ+**B‡ËAmÔ©”/æå>442~ƒÕñÝNð‘qrn~6í´·¯Ÿ…¥Ÿ PWÈåò‡ÙΦŸqwo…¨>}VÖÖ„‹ç‹‹Š†A…Ô\.×ÐÈÈݽ•¥µ¢Rø\S66€O'¨E¢RD¥€¨Q) *@T ˆJ•¢RD¥€¨àÙëåíS¯¾‰¥•uÛ¶íŽ?ÎÎ_¾bÅò+^+«7XåÉÊÊ242îÒµ+Ú>U|T|JžþüåË—·lÞܱcG@@éÝ«!¤¬¬ìÖí[üñÇó¢"vTòÚÕ«íüý !¶66k׬æp8„9sç©V¹ví:!„¯É¥yó¨aÃ!«W¯¾rõjvv¶]¥4ŽŽŽ‹.ܾ}û‰“'{ôˆ˜4qâ܇ë7lÈÎÎ:wþ<Ã0#GŽŒ6,$8ØõÈ‘ƒqq†F†„áQQ_ŽéíåÌæwèÃ0'SRRNbçOJúï¿Bë¢R€÷êQnnæõ«ÏŸ=#„ôìÝW}QE…ÄÀÀ`â„ 'L¸ÿ¾«›{zúYv‡Ã¡”²ÓëÖ­ŽÞ4`@ÿñãÆýôóÏÑÑ› %»ÈÖÎNzª¯Âår!J¥’RXXX©HR™¬Ò„&B_ „˜™š©æWý](B„B‘j[¼1cþoà€ì]]JkíÙƒ~ï—Ë542rrv±²¶FT ŸEHz)ã\KwO]]BiaAA}ÕÒ{÷îu ïܹ“½½ýÅ‹ !ÎÎÎì"ƒGmÜíèè(“Ë!FFF©ôøñ¤ª¶¥¾Š‹Ks>ŸŸ‘‘»ÿšÕk*¥¼uëÖ3grçÖ­[Mš4Ñ(­^—Î/þqíÚµõë׋;DéÚ¥KP` !dëÖm­ZµÚ´i³*qçN-Z¼{÷nOOO±NBB‚³³Ó¨Q£Ô3 EW€÷L$I¤Ò³i©±´¶BT Ÿ¸Ìë×Z¸yèéêêêëóùüJ—Ô-,̃‚‚Ž;ž——'‰Â–/[Ê.;öÛ9sæ~ýÍ7;vüã÷UG]³fmrRr‹.YYYZ·¥¾Êß1;fÍœ¹hñâqãÆGFF&«ÝèIñððxø0766ÖÉÉiíšÕ¯»SnnnýµaáÂ…'N266þê«1Ó¦M … æÏÿqÉ’!C†öéÝ[=qtôÆÅ‹5Z ¸¸¸DöЬ”¡z¤ðÞׯïíë{1ãÂD¥KKË”””²²²µ¬úù·ß žBìÛ38j$jÞƒèõk»Eô¬4óÐØC¢JŠ‹4ÓïÛ½3 8T__Ÿ½Oôƒ{˜›ëìÜÜ××÷Èáx´&|æ8\Ÿ/ع}kDdoÍ¥ÅÅEÇvîÖò0'{íš5Ý"zèëëëééá|øÈ0 C(åó1ÌPçP†òùü7{e!þµÃGØã)­êYø÷ÏÆÚº¸è9à-a¬• *D¥ˆJQ)¢R@T €¨•ü¾q>kR‰D*“VŸ†ÃáJQ]ˆJáw"éXÇÎÝÊËËØ T¼¿¨T&=—žžššRU׺µ_xÈ’â"T¢RøÄ©"Q„¤ðþ¥¥¥Îœ=_¬££u©¤¢bÞœÂ{Dj]ºfíÚ_ýRÊãñúôîýý÷Ó†Y¾bÅÄ j²é×Jü6*mÈÌÜâÉã|BÈú ~ûmUýúõŽFO€ ÷•BP^^V^^¦>ðÞ0 SUHJëè(•J­‹233,Xwðò¥‹gÒNw ïÆæ¶té²nZ&“Õ<ñ[î£ú†âűë×­ß¶u BR@T ð‰¤cººzêußã'O ,ÌÍ !B¡ÐÍÕ•2köl‰DÒ¥k×>}ûBúäáÙjøˆ‘R©”"‘Hllí¦N›Ö§o?ŸÖ¾ªÄùùù.-Z²9ß¼y3 0ˆMlmc;qÒ䨨á¡aíSSO«€]:kÖì¶mÛ.--¿cÇ/oŸÖ¾‘½z?yòD³T:w!„|7eÊ­Û·FÿߘY³f/YºtúŒìêéééìÖ•ÂgWðácäÛºu£† ÝÜ=F½qctE…„2kæL±Xwðàß1;!¿ýúkrÒñŒóç ¶nÛÆ®XRRúwÌŽóçΪ'Öª´´´SÇëׯûã÷UÃGŒ¨4p[ZZÚ©SÇ-›7Ï›7wÁ‚…„|7ejì¾}gÒN{zx|7eªf©X‹-²µµûkÃúY³f2dçÎ2™Œ²nýúáQQh_@T Ÿ#\Á‡‘P(ŒÝ³ÃËË+zÓ¦N;3 S)ÍæÍ[ÂÚwèÜ¥Kò‰™™™ªCBBj¸@À&vtt‹ÅwîÜQ_ª££ãëëKqrrÎÊÎ&„¤¦¦øû[[[B”œœ\“­˜™™µmÛ.vÿþ¢¢¢ÄÄúôéöD¥ð9Â|øxµpq9bDÜÁ™™™•BÆ””SÛ·oß»ïP\Ü—#G(/†9Åb1‡Ã©|:æréË—OÉärÕ|†aTÁ®\m¾*f}¹:G3&~-_ޱaý†­[·u×ÕÕEË¢Røá >|Œîß¿ŸžžÎN_¾|™bffÆçóUácQQ‘­­ŽŽ¥46v¿fê‰ëÕ«W^^þüùsBÈ?‰ÿ¨Ò(•ʘ˜¿ !©©§r¹ƒƒCõ¥jÓ¦Mò‰¹¹!ÑÑ›*m¨*­[·...^ùÓÊ(\¾€o†‚:AuÕ—ïá#¢T*çÌ™{ïþ}J©¾¾ÞÚµkŒ !Æ õiíknn»o_ô¦èÈ^½ ôõmílµf¢J|8>þ‡ftëîàà`em¥J`hhxåêÿ€ÀŠŠŠuëÖñx¼êKeoo¿xÑÂnáá„ ¬Yý‡æ†ªZwÀ€þ»vïqqiŽÆD¥ð™Â[ôácäàà°¬æü… ,\°€Þþò '±Xœ“¥5qÔ°aQÆif¸`þ|­PÏÊÂÂââ… vº_¿~ýúõ«¦TìËJ !çΦ«§9}:mÄp ”À‡+øP'à >|Èó —[QQQÕÒòòòWO~²²²¼}Z—”–öêÕ ]>Œ•B€+øðùú¶™?燪^•ÏãñüüÚ~¨²UX}wìííÓϤ¡3¢RøÜá >|(†FÆá="«úBQ™TŠº@T Ÿ>\Á‡†Ò’â"T¢RBpೇ§ NÀ[ô•|x¸‚ð™Ã|¨pà3‡±R¨pQ)À‡‡+øŸ9\Á‡:Wðრ”ÊdR¹\Î0 j †¸\®@  E¢Røäà-úðABÒòв;·îœ>}êÿÛ»ó¸¨ÊÅã³±Èf*›¸k¢(à–ì ¨¨á¾¥.åÕÛªåÍRq_°,ËV!-ÑD­ôŠ ¸±‰z3së†f*¹Õ5AYf†™ùýq¼sçÇ ˆŠúy¿üãxæ9Ïóœçœ/ç9gæÚÕ«•}·À”\.wqu òõëT³Ò“JQ+0ƒ‡O£ÑœÍ?»'=-ªo_wO™Œ;šàÎt:ÝÅ ¿fd¤;8:=Ù¶m ~õ©µ3øø R©V“w0§Oß~Ýü ¨¾¦Íš5lä²cÛVïk0•rmµÏàãá3èõW¯^uóhÌPÀÝjÕºõ•+—kv–‰TŠZ|ü%t:÷p eßŽÏ >jfðxÌq‘µÂšÁOHLôñõëèãëשóÂ…‹„z½~é{ïUsó»*lnÞ¼ù3ãâ¤åÏ>ûÜÅÕM­V !´Z­«›ûÕ«W…\\«SÕ/¿ü|Ÿ£áæîjüïÔ¼éèä|êÔéZx>TsX¤R †=ˆüŸ~úiÑ¢Å;vl?þã±Cy£ûGßšK«45Mõ › ÊÎΑ–srrÚ·oÿ¯}/„øá‡<<<\]]…©;w<ä¡>}ú')gdd4mÚô¯:âåååœöR)j’’biîÞ¸pÿ®ýþ»ƒƒƒ«‹‹B¥Rùúø!æÌ[VVÖï駇)„Þ©s—ç_˜ ]È,++kìÙäíéÓ‡ùTwcá«W¯zwè(ÕüóÏ?‡†…K…={NýÇ›ãÇ?Ù³WnîAÓtïÞýäÉ“%%%Bˆ“§NMxá…ìœl!DvvNppT¦Oß~ÆzæÌ™óì³AAÁyyyÒ««W'ùúuŠìÙ+)i±Ú 6tíöÔSÝý‡ öûï¿ !gÏž#„øç–-NÎõÿüóO!DhX¸@M=óÌ3ëׯBìÞjmm-­·8»d^RñÕêÕ~:÷ê5wî<ã5Ý´´´Ð°pÿ€€‘ÇOœ¨0¶;vî4öj×®]AAÁÁ!gΜ1í°ysÅÅÅ£cb‚ƒCBBB§Ný‡Å5¦Š‹‹µZ-o1 •Õò fðý»woѼ¹¯_§‰“&­^TZZ&„˜3{¶ÍŽíÛ¿Ù¸AñÉÇØ¿ïè÷ÿrtpX—œ,mxóæÍž‘‘ßlÜðý¿Ž˜¶èÖ­[}¢z¯ZµòóÏ>}þ…Loý®W¯ž··w^^^~~~Ë–-—Nsrsƒ-ÔÓ'êëµk,˜¿hÑb!ÄùóççÍŸŸž¶;#=­°°P*vþüùio½²eË¡¼ƒ;ušöÖÛBˆÐý!2dvéÒ%3+«°°ðÊ•+íÚyUheÀ€þÛ¶o×ëõÉÉÉ£F=c\oqÌ»d±äùóç/^¼wOFÚî]¥e¥R±+W®ÌŒ‹KÙòσ¹¹ï-}wÒÄIÆv@ÿþÒšK—.¿øÒË«W•““½gO†‡‡‡i‡Í›Û–fgW/++33óÀܹs,®15|ĈM›6ñ€Ú§P+<ˆ|•J•’²åÄÉ“¹¹¹IkÖ¬úò˽{2*”Y»öë-))J¥âÚµßUÖ*ã†ÕlE©TJ…Û´icccsöìÙ'Ÿ|ÒøjPP`vvŽgÏ  ÀfÍšhµÚƒ¾ÿÞÒ õØÚÚúûû !¼¼Ú]¸xQ‘››Þ¨Q#!Ä³ÏÆ:tHZâáá.„ˆ}."²§ÂËËëÊ•ËEEEyyy3fÌÈÈÈPÈæÁWagg×¹sç”­[óÏäwïÞ½êq0ï’Å’¹¹¹aaáõë×B<3rdæL!Ä®_ÿstLÌí€[\\ÙØff nÓ¦ôªJ¥ªúùùúÆÅÍz{úô À ^½zZ\c*>>ÞÍ•»T€T Tσ{¿ƒ·woïØçžkÚ¬ùÙ³g[´ha|);;gýúõééi¶¶¶+V¬ÈÏ¿=wlccceö;2™Ì`0HË“a½^¯×ë¥O2Ÿ) úpùò&Mš>?~œ¢c‡ÉÉë<==ÍÓí²2~›Ryûªøï«• Ü´y³““SxxøÂ… JEHhˆÅ’£ž9þù&MšxÇq0ïRe%Í †®]»$¯[Wa½Å±­ŒÅæZ´h‘›“½wß¾í;¶ðá‡éi»ÍטVâÓ±#ï/¨˜ÁG­ð fðýõ×ÇKËÇB4jÔH¡PãcaaacOO[[[ƒÁ’²ÕÂm&…ëׯ_RRrãÆ !ÄžŒ=Æ2:nãÆo„¹¹˵ÚV­Z™Öðý÷G9Ò¹sg!D@`ÀûË–o*­Z@@@vvNYY™"55õvú <™yéÒe!DRÒšÐÐÛÏÔ‡„†¼óλ!¡!¶¶6Ž))[ÃBC-V6eòä1±cŒkî8U—ô÷÷ß·oŸt3ëú ·ou ËÎÎ9zô¨Ü<~¼²:CBB3³²òóó…jµZº ·Šæ.]º¬T*ôï¿$>þøñËËËÍט֟••]PPÀ[ j?®•¢Vx3ø:nÞ¼ùç~ýÕ`0ØÛ×KLLpvvBŒ7ö©îþ..R¶lIZ“4dè0{{Ï&ž+1Þ•š:kV\ttÿV­Z¹{¸ 8::ž8y"$4¬´´tåÊ•r¹Üts''§6­[;;;K×§NýÇëS¦T§ÿÍš5›úÆjÒ¤I}ggieÓ¦M—Ä/Žîß_*°âóÛ)0$äµ×&‡…† !B‚CÎKªärùk¯½jº&22âŽãPEÉæÍ›O›öfhXxƒ ümlm…îîn_}¹ê•W^Uk4z½þé§ûUvÍÒÃÃý“?z.6V¯7(äò5kþ×s‹Í8q|ÖìÙr™Ü`0,Y²D¡P˜¯1­ÑâEcbcGŽÉ» j9+77·ìììâââÄÏ?]þÉg×ÿó‡bۖͱã'0:x’V%F\aåÎm)1cÆß,*4/¿ùÛa="ŸhР6t¾¬¬¬u›' .^xÌbii™­­bÑ¢Å7 ßY_'º]TT¸ì½¥SÞx³±§'ïD¸[S§¼ºtÙró_Ö¶vvë’¾Ž „†…wîÒõè?¼5íMp˜ÁG­ð fð.” !.XÀ H¥x<¸gð*ÈårŽo™€»V^®­ð(Åýcµ3øxø¬d2WWׂ \퀻vöÌ77wãG’Jñ訣3ø¨ÓTJ•@`ÆžôŸNŸªðyR€Ê”——ÿtúÔÆ É={Giµš¬™|Ô Ìàãá³¶¶öõëdïà¸cûÖ«W®˜~[, 2r¹ÜÕÍmÐà¡í½½KŠkò·6©µBæþ½Q}£KJŠ¥‡^¯oëåÕ¡£ôí\€jþðÔj55II¥¨-˜ÁÇ_E£VkÔjÆþr¤RÔ Ìàð˜cÒ µÏà@*þzÌàð˜cµBõgðe2™­ #@-$—˵Zí½=BʵRÔ1ŽNÎ¥¥¥J•ÒJfÅhP«"©B©ºré7G'ç{Øœk¥¨c¼Úµ?’w°›€«›»BÁ @m¡Õj»xþÈáC~~]H¥xô¹{x!Žý¾¨°°f¿è Ü™Læèääç×ÅÍÃTŠÇ%˜JÙ<:¡–!© •€T J@*H¥ •¤RJR)H¥ÀƒQ^^îèälúoåªU¨­÷—-{Ù2Æ€¡`ðè±²²šüÚkÒ²¯ÏƒJ¥ï/B¼>eJN'—Ë97µ×Jñ(žÖ2Ùܹs¤]»výúëuŽNÎo¼1U1:&ÆÉ¹þÞ½{…)[·6hبu›'çΧ×ë…©©©¡aá ¹4ölòîÒ¥§Nvtr2t˜âçŸvtrúXQXX8ò™gÜÜ=žhаCGŸM›7›nRYÓ·2oý·K—œCBÃbcÇ4lärèÐaN @mƵR<‚t:£“³´¼ßÞ˜˜Ñééé_¬\©×ë·mÛþÚk¯öèÑãØ±c±±c‚ƒ‚6¬Ÿ—–žþÞûï7hÐ 4,tÔè;;»™3f8:9êt:cÌ­ÐÄ;KâcÇŒB|òÉÇöök{ù嗌孬¬† æíÝ^¯×/yçÝ3g†÷?tèÐΩoM›àÿïÿÛÆÚÆb®°æÛᆱ°•ÅÖ,„8vìXÛ¶m/^äááΉ ••••ÕÔ7Þ–ÝÜÜ…|°,ïС•«VùúúΊ‹BìØ¹S¯×geggçäH%÷íß«ø–N§{éÅ'O¾}À©S§¥ +4¥T*…ÆB,Ž7¯Í4•ªÕêü3ùŸþùÂBF#„8uòdÓ&M„ë’“óóóýüüüý»[Ü— kÌ·Z‘`Þº”J=7NLXa^ ¤Rà~]¾té§Ó'oüù§bð°æd2Y\ÜLÓ5ÅÅ%%%%Bˆ7n”••)•J)¨½øâߟyV*cgg»~󪬄ÒEÓëׯWÈ‹ƒÁ4;V¨Í´ðÊ•«’’ÖÄÄŒ~}Ê”—/OJZS^®ëÕ«×Ö­){÷ì=uútܬYûöïß¼é»;6m¾U÷îOUÖºg“&#éæo7r"j–L&stròjçíîáA*ÅcI<ú¯Ž~míì„Ápý?ÿy¢Aƒ eôzýüù ¤åàà°ÐÐ &ܼysÖ¬¸yóæ¿6yʪ•_ôíÓ'>~ɦM›:wîlkc›––Ö®Wß¾}—,yç“O?µ³³s®ï¬ÕjG ®P(Ž=š²ukŠÓV._¾¼zuR›6m,Ö6qâDcaV#„prr*S«÷íÛ/­ÌÊÊþáèÁÁA¾~¾üñ‡iýîîî›6ßÊbëÑýûW1Œa="9—5ËÚÚºL­>’—k%¬ÜîþÎ1R)ꘟNŸêàÛ©ž½½B¡°x!Ð`0¼»t©ñ¿GŽÉÌÊŠ‹›9õ7.^¸øåW_õŒŒ=zTRÒê%ñK&Nœ¤T*½½½‡ âëã³vÍšøøøù X[[O™2ÙÉÉiÎìÙñK–L™òú!Cdf«<ùµyóæ¿òê«QQQßlÜ`^›i—Æ›žžžx`ÿ¼/\¸ ýM™¼>ù—_Îétº¶O>¹páÓM*kÚ|+__ߪ[7gå¸ÎO<ÑÍßÿØÑî!•Z¹¹¹egg'~þéòO>»þŸ?„Û¶lŽ?‘ÅC´*1zàà +wnK‰3þfQ¡yù-›¾ íioo/ÝÖ j+™•B¡üvýºC†™¿ZTT¸/#½oô!Äo¢vpp°··¯W¯Ÿ …:F¯× ƒA¡à2?µŽAoP(>±šH¥¨ƒg¼ÁÀCåýÓéÓÇ~8ú@RéÒZJËËË9€T  Ö9uê´w‡Ž×®]BLúûßÇÇ !ÒÒÒBÃÂýzDD?qB*¹k×®ÀÀ ÀÀ àà3gÎ\½zÕ»CG饟þ94,\1gîܲ²²~O?=|ÄÈÊê1Þ©s—ç_˜ V«…ÅÅÅ£cb‚ƒCBBB§Ný‡ia‹ÍY,oÞhYYYcÏ&oOŸ>|ÄÈ;wë,..ÖjµœPûñÉPÀ#¨gdO™\.„ðòòúîÛoÚ·o7eÊäIqÔ3#Ï;÷ÉÇ_¹ref\Ü®ÔTggçï¿ÿ~ÒÄIÙÙY—.]~ñ¥—SwîhÓ¦F£)//¿yó¦yåsfÏþâ‹•;¶oBX¬Ç´ð'\¿~}!Ä”)¯¯KN7vìî´4;»zYY™Rd¼ã¾˜—¯¬Ñ›7oöŒŒ\¼h‘éæÃGŒ;räHÎ •xØÒ3Ò{x˜®yáùçÓÒÒþñæ´¬Ìr¹üÀׯÿ9:&FzõVq±"3ó@Hpp›6m„*•J¥RYL¥¦,ÖcjíÚ¯·¤¤(•Šk×~WY«„~¾¾qq³Þž>=(0¨W¯žwÜóò•5ªR©"""*lïæêÊ)¤RµBiié¹s¿ÚÚØ\ÿóOOOOƒÁеk—äuëªÞJ&“ iYci¼êz²³sÖ¯_Ÿžžfkk»bÅŠüü3Bˆ-ZäædïÝ·oûŽí|øazÚ3/_Y£666Vf_ÉìÓ±#Gêî+ oN›Ö?::!1á…&”––†††egç=zT¡×ë<~\𙕕ŸŸ/„P«Õ%%%õë×/))¹qã†bOÆžÛË*BéfM‹õ6öô´µµ5 ))[¥•—.]V*•ú÷_üø¦O&Ylμ|ÕV••]PPÀ µ×JGPxx¹üößœ‡Ú³wï©S§—¥¾¯P(úGG¿9mÚGË—õåªW^yU­Ñèõú§ŸîçÓ±£‡‡û'ô\l¬^oPÈåkÖ$µjÕjÖ¬¸èèþ­Zµr÷p7Ö?nÜØ§ºû»¸4Ú•šj^±XddDÒš¤!C‡9ØÛ{6ñ”Vž8q|ÖìÙr™Ü`0,Y²DʸƼkÞœyyww·*­`ÑâEÜW ¤R+—/UX3pÀ€HËqq3¥…ˆˆó»0ûôéÓ§OÓ5ãÇ?n\…b‹-2>Td±‰µµõúää +{÷îÝ»wïÊ:oÞœÅòæÚØØ\¼`^¡ôT öc¤R€T àq&—Ëu:¾ îZy¹V.—“J XÉd®®®.0p·Îž9ãææ®×ëI¥p¿TJ•@`ÆžôŸNŸ2ý€*@ÊËË:}jã†äž½£´ZM ÖÌ3øSÖÖÖ¾~ìwlßzõÊNǘÀÉårW7·Aƒ‡¶÷ö.©ÆG“JàÎôz}[/¯}d2&Žà.~xjµšš¤¤R;Z­Q«øËqy¤R€T R)p÷§¬LfckÃ8P Éår­V{o’JQÇ8:9—––*UJ+™£@­Š¤ ¥êʥߜïasžÁGãÕ®ý‘¼ƒÝü\ÝÜ N`j ­VûÛÅóGòóëB*Å£ÏÝÃCqìè÷E……5ûEgà~Èd2G''?¿.nî¤R<.ÁTʦàÑ µ H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥@M3 VVV¤RÔµ¿–d²’’bÆ€G†^§“~Å“JQ—8::]øõ\YY©Þ``4¨Ó CyyyIiiñ­[ŽŽN•S0R¨…Ú´m{âÇÛuèàèèÈhP§I÷Å·n?v¬£Ï]§Ò¤U‰ "þ* ¹tðñùùßÿ¾YT¨×ëê4™LæàèÔÑǧA#—»K¥­Ú´aøðМ>uÂâúúOÔ¯ÿD}Æ€ûÑ®}‡:ÑOË©Ô?0„Cð(¼ñgN¥u¥÷¸[•ÍRVǃ»òÊÓN—û™p×.I¥—Ú9+Îç•€T T?•ž8y²Gˆ®Ýž>bÄõë×f Cÿþ®]»fþ’V«íÕçÖ­[•m;í­·}|ý4ldqóêÐëõË–}`ü¯‡GãºÕsk×~Ü·_¿ƒóZýºŸ]¨ÍîáàÞà `tîܹ°°ðš- Àc—J'LøÛôÓ>Ô­k·¸Y³f·oßîåååâbá3W•Jå°¡C¿¨lÛAƒ¦íÞeggw?ÁåýeËŒÿݶmk]éyy¹Åõ_|ñÅ꯾ܹc‡·wûE <è]¸«¾Ý3Ó «_y…ƒ j{*=sæLaaa¯ž=…Ï=÷ìöíÛM_U«Õ-Z¶Z°pahXXpH艓'ÿö·‰Ýžê>hðÒÒR!DzzFDdÏàÐ^½£Nœ<)mÒ¬y‹ùóÄŽ~èÐa!ĵk×ü:u–êÌÏψì)-¯]ûõ Áƒ„ÅÅÅÏÅŽ ïÑ£GÄ›ÓÞ2æ¶µk×VÖóWW×Ê^}.vLDdÏnOuŸ8q’Z£‘VîNK ïqöìÙùó”•• 0pÔ¨ÑBˆèèþR±ß|ãcf…jÍÖ½í‚ùØVè›Å†Œ*‹ç†i…ÿܲ¥êÊ- WòþûËfÏž#-9rÄxV`>¶•QkÖ¬íÚµ[TŸ¾k×~]õ8[, ©ô <==¥eww÷’’’7n˜(**êÚµëýû‡6tÈЙ3g>”goo¿eË–«W¯Îž3gÓwßfexgIüK/¾$mrëÖ­Þ½{'­þjîÜ9ñK–TÑzîÁƒüü¤_äõììöíÛ»wïžÙ³â¤W]\\Êuºß~ûív~ù‡ìÉH?|(ÏÁÁaýúõBˆË—/¿òÊ««V®<°ÿîÝ»ÜÝÝãâfÚØØ¤¤lIN^gÜðüù 3fÌܼ黜ì,??¿éÓgT±S®ÿ·nÝêÝ«WbbÂ'4qÒ$N'„¸yófDˆääu;ú˜wrÑÂ…žžž_$&¦¤l‰¯PaeëvÁ|lMûÖ­[7‹ IÌBe#`¬°tô+7?:nlìsßmÚ¤Ñh„_~µzÜØ±æíVv˜ïõùó,\˜šºsWêÎÂÂÂ*ÆÙbI5óÉPÖÖÖ}¢¢„üüÚ¶mÛ´i!DçN.^,8™yýúõØØ1RÉââbiÁÖÖ¶{÷§„^^^/^¬"xét:i ÛÇ×gÎÜ93ãâ"{þï –‹‹ËåË—7¾ëþÖ%'oݺM©P\ûýw•µJ‘™•Ôºuk!„J¥R©T§ƒóòIiéÙ˜g{GEU¶S´ÿJ¥²Gp!DëÖ­­­­ùå—¦M›ªT*iee¬‚Ńuo»`>¶ÒJ}«ì¬˜…Êî[5VXÊ«yÊ5lØ0(0pÛöí‘{öìy÷%Õ?Ì÷:/ï`xXXÆ …£G:|øpe=´XRéÿãééYPP`¼Žeggçìì\!•J r¹ÜÚæö²L.Ó–k C—.]Ö®I2OT·‹Éd½þö‚Á ­Ôh´ÆšµZ­Á`°²²jѼùýû÷ïß¿cçÎå}œºs‡TF­.³¶±¹Û=ÏÉÍݸacjêN[[ÛÄÄ/òÏœ¹ÿÑ4ß©×!„^¯×ëõ2™LQ^~{Älll¬¬¬î­ÿÖ=ìBeckì[egEe,žvöŽ•›Ê<ÿüó .üýÚïý££«Soe{­øo»Æ…Êzh^€GFú®ƒ†Ž¸uëf¥¿î«SKëÖ­ÒÒÓ…kÖ¬íׯ_õ{’››ûÃ?H)êø‰J¿áÊÙÙÙxoÀÞ}{I¢yóæ¿ž?/b•J½háÂãÇKW1u:Ý¥K—Û´n-„X±"áèÑ£ÕìXQaaãÆmmm ÃÖmÛ¤•!ÁÁYYÙgΜB¨5š’’…B!„Ðjµ¦Ûúûdee_¾|Y±ö뵡!!UäÔÔiÛo¿ýVqð`žV[Þ²eË{ëdÕë®v¡Š±­þYa~,ž÷ÊY<¸Bˆ§žêv³¨hùGµ4}_ÙØZÜëîÝýsssÔjµb÷®ÝUôÐbIƒ†Ž¨º@ugð^}åÕ·ßžÞ¬Y³+>¯~ÜÜܾHL˜»þŸ?jÛ>ümâÄÿÿÁ£—^~噑#BBBŠŠŠž‹³åŸ›“þ«Õj¯víÏýr¶öì£ôÎyþ…¢¢¢F Îî‡qâ¾Â þo¢vpp°··¯W¯^øn'OOÏñãÇWöî~¾¾Rrtt¬…‘ôèõwáÑpáÂÅ€À [·n <˜%Ü'ãÄýgðëÀµR> stream xÚí\çÃÇQªTETU«"K"*hݳÓÙÖ…vØö_kmÕ¶Žjm­¶– Šƒ "Ü».p ‚l $BI°o}ŸpšÆ,BÈ„ßóùÂçá¹çž{ÖÝ}¹»\,,Ì&ˆ„¥j°@@@@@@@@hx().’EóœêAÇ" e6½îJfz8Ò :Ù&‚&¡°°àÇ?t¸û›àqIõNĪ®¬lžÎƒ£«)ˆ‰_4hª6¢´íºÕïRr<$H#fTÿÍÞšö!bÌØÑ?._6uÚ”Ÿ–ÿè>ôµü<^‘ ÐdçŽÇçåñòóóÖ­ÿ•‚Ï/˜ã5ëéó@â$Eº”äÔÕîoš‡¦z×’Ûe×RS,éjÒ™ÍÁFLêÐÚTeɸ=ßø­~DŠ‹@WÛÒIÓŒÛFÙ/êÝ´´zÔù~VzVö}zÎC‹Îb3¨ß.›—Ç%KISh”vaú»S—¯ü1 Ðì¸1”“¬\µ‚8ɽÄ6›UÈ/0ªÊö0éó²²2K´„2FBAA>ñ¿¯œ£ œDº”8 ÉLÖÒɾoÜæk^«Æd¨]@PÌ 6Í9¬¿C´Nê£ï™ÑѦ1-jd?4¦'9 T†G%Å„ôÔäï-45!1ð¾cà=TM!'bUUVÊF³Åý-Z„/Y¼ß¢rݺýúEµlyÈÆF'J¦x@ΦgEˆŒ>uðÐCG¢©ßGbñ ”:‰Î³èðªÅºõ¿^¾répÌÁíÁÛˆ“¬þeå$¿oXGœdé²¥ÄI.^8Ÿ’œÄÉeý §êD)‰¸\ÑG]0!‘…X µ”rj¼¹ƒÔ[I­}XW’ßÈPÑI®øyÇÚämD.a˜F5¦Âº#ž[u+ߺt‘NbŽBÒx»3¤ÿà u$”F´Û"±‘²™3Éof=ú¥—JgÌ8ض-ïaVþìÃ/¿\8mZŒ®šL™¬6‡Éå±óò¹ü|ê·@À/.hâ$õöÞƒŒÔû©ÉI‰e"!•RÈ/ò‹|ê7’â¢B²”äÑârþÜ9¢;vnŸ;oö_¡{T9ÉË—ÍõšóÝÒïIæ}áá7®Ç1rè ú¾S7í8–¢I­2äó°3}óòòµ—ªª*â$$p¹\ꂉÔLˆ‚HmDFH$¿«««5/c]Õߎ¬Å(ë$EÅüC®.¬)S*W­ªÎz`\!û…IýëWï0æ4Ôø­4s¥±„D±(Ùô†:I19æ›?†iˆáûPº‰Üø[¹·n¶±)ž6íˆÝƒÌÌ£¯¼RðÖ[Ç:w~pê$79)¦}»ÂéÓwè «MSä\.ëð‘ƒGb=v„¢¨¸°äQ±Pøè™“4°X¿ ˹~írKÈãärÙ¬ä{‰eBaaAþÃ÷>xõŒºU%EEd)ÉSï@È#'=5åøÑ£D3"÷GPN²ö·5rNòçÆ ”“,üæ³½¼Hæ=»v]½r™þ0«¡ãÞgò¦UÛ/»ÏöSS«©+ŽM\rxØ—fúí=|]»q)//ÿ÷ߟ6$üB¡P‹ñjÎH¤ø‘€ý03ÚÉñ–§'çAfY™¨¬LÈNK¹á>0ÚÙ©ˆË©©­ÑÁ¥AaQ!Ÿìda3dþß¡å¥Lqò’ß!q’BÒÉR’‡ä4äѵ‘g܃tX¾YŸTs݇Òê$äÿPÐPÚ{ÔcÙˆ†\y笡C³_{-ºmÛ;»û#G¦ziî\ò_üµÿ}•äáA3æhçÎÑmÚ<ðôdyfØ0]µ‘: çåsù…ùäXY\RT*|Dý• ËËË('ih±…|b"œÌôÔ¸k—¥$ÝK'áóÉrB‘€Øuõ»î‘ªb²”äQ5 JÇ‚tQffÆ™3§?˜ÿɸ×ߨ¸é]»ƒwìÜ~æÜé½»¥Nòõ7_­ùe51“O>ÿŒÉ”ïEíßëæ ²ºªm)m¿ ¿Ï”?Ïõ?{éÆíÛ·•îkï­>1éûƒƒ?Úéô®Ï† c÷33™Œœ<·Aèí»)??ÿþýûéééiii©©©)u!999))éÞ½{‰‰‰ uáîÝ»wîÜ!õ!¿Y,Y·yî°Z쀹lµ ••—”þöÞº{‡¯ÿf_ÿ-a{‚¯lÞX]UU[[+®WWW5æX²E2‰È,âä²éÙÓRSnÇߊ=»>éDßêâ_’Nô!q’BÒÉR.'—䬻hè#žv§CžzpjkÌÈêc rŒˆa ®ËF4änÌ‘Ãí۳ƌ)>½xÊ”ÔÁƒÚÚÞºpž09³Žté’2hPñäÉ¥3f°Ç;Ò¡ÃÅíAä4§C'Q´p’º³w9ð’z>Ìz@ÎËéi”“¨GÑIÔCmâÎíø£11Ÿ.øbÌ„‰³æÍûå·ß6oÙHüdÓ–ë~ÿí·u¿.^úý׋¾ygÆ»#ÇM˜9Çkó–-×®^!uj¨*Ó„Ó ïçc‰\‹ûûâ…Ó§Nn ޤv´~S7¹Íôu˜¾¹ß´Mïqè49¿¤$'‘ CÙ  ……ÿEÜ£îI’<ò›[8NîóÀ® Ä@˜ÏƒÁÈÉÉ!~BÖŨáHÄŽ(ÜÓ¿Ídņڈì®AFŽìÄ)cc¯;{úf”=ëÖDòûü¹3q±±¤pjÎØI”z…Ö«ãŒ`Öÿbë×IȬ& ‹‘su{БW_=`m}ÀÆæÐˆ—£¢dfRKܸ~ò×£Ûµ#Köèqrýï÷øùy:Ùô•+K?¸¡ŠÀm~Z”,àäçó¸ô5)ÃFÿú›sæ}¸iÓ¦kW.߉¿E„„ÃfQ—ÇÔ¨C§o=|p?-%9áî›×¯_½|éâùógNŸ:uâø±cÇ÷EÅ;~êòßãb¯‘­$ßK$ãÈÍe“´!òŸò®=Á[|6Ö;:²üd­ŒôTìSBv¥C‡£ÔÏ$óá#ÉŠrEi~¦nÜ0sèd’rnݸwaûÍÈöäwüÍÔœ!ªM&vCç§®À‰4”9 1m`úÿÙɽ,&ƒü3®¸”GbŒ’ÏÌ«]äÿBùŠÈ¡“ò©k2ôlÉ%‰0r褻¨ß¬:#"Ke ?$…ôgc¶.{ˆœYR‰KÝK$?Ä%ÈŸ$‘,"ãØ˜Á"å§§¥’bîjÉIò“µ°+i™‰‰ wnÇ7² Y±1Û%(?Ø:›LE2KÉÄ|x?‘š·ìºÉIfŽNö CÜ„Ìm='€Ù9‰Òkæ§aNR à$€“4ÔIøùyzN3r’›×¯è ¤ W÷ %ÅEÔ*„âº×Pj­CJËãR|ú7Mý~·92}éRyÒŒ#41Ô;I ¿oP€ÿ¾½Ý¿%½´Btâ^ÂÝ}a‘¥Ú¡X&0·îe}¸&"ðhÊ᛼£ñùf©ö¶£©ó~ÞwñÚ]Œ&4'ù·.ÔˆÅÙY÷CvßK¸S,($¤§¥„ì ÎÉΪ­­ýW« W&FÁ,ÚxØçpʾ«Üð+ó…4á›?a4 Y9 9ôȰÐ<›_·?<,'‡þo£ƒ´L¥{p?ãÔ±˜ýá{EÔ¾ÐSÇcH5Œ^ݶèýe{¶fn?Ë6kHHCšÆ¸4“égúí2ë>oª¦y6³ ·ZÚ–F:IXàÏfÐ òx$¢õ¥e*Ö*'ûáÑCÑl£¼üqee…Q ›&8zèÀ‘èýÆ­‰n[4ë‡Ý«ƒNýxÂÜ! iãÒL¦Ÿé·Ë¬û¼©N˜æÙÌ&Üêçm‰&gù†:Éÿ½ý}™9Ùüü<!FñºT™Šµ"*ø 3½ ŸgtH5ŽÇ2…šè ¯å»ÿ¯IÒ¦4.Ídú™~»ÌºÏ›ê„ižÍl­&m9u<¦ñNÂbÐuî$,e×I¢ö…ò¸¹ùy\£CªA*c 5ѯÜýÏ?ÿ<1ÿ@Ҕƥ™L?Óo—Y÷yS0ͳ™M¸ÕT[ä$ªüA½“8LßÜgÊ&9„+ê$ûÃ÷æñ8&‚IU¦ñ|öóî'µµµ55æiHS—f2ýÌ¢]fÝçMuÂ4Ïf6áV“¶4ÈIþQ²NBtâe¡ß´Í?íºµ"äöª[«÷Ü ˜éSZVñŠ ÆIx¶‰`R•i<_þ²ç ‘’±¹CҔƥ™L?³h—Y÷yS0ͳ™M¸Õs’eÁ7§¬>=aIÌЯö/ ºæú¾–NÂÍe™&U™Æ³ð×=555bqµdÐ>ž£>WÌÐxÖ¬Y-“­4²4Ò¦4.Ídú™E»ÌºÏ›ê„ižÍl­n“¨ñ‡zäûí×%N²Tâ$‹·^ÑÚIrÙLÁ¤*Óx¾û]â$Õ Œ{µžƒn7AҔƥ™L?³h—Y÷yS0ͳ™M¸Õ r¥Ê:‰ª‡$‰“|GœdüÒ#ÄIú^ryÏû‘¨\ÕcŠjœ„Íb(åaò_-,,†o¹¤*áûï¿“Æ]\\ÔäÔU•¹ºnÂ`'G'ggÇ~®¯½és*±‘Ò9d(—mØCŒ¤ª²R’Y.¥({W[Ï{Åe$ô^ŸÑk.‘ˆ¨0~þDAî\Fí¾Ã£r>.NúzÚð~.ni¦­ˆ—+Šž2Zr)†F4x”l†Gì³S=ú»º¹:~!·DºÊ‰ß>1tP¯nýWÌR¬-4Di“]êBŸÞ. }ϛڈèjú‘fÚ:®’þù«KGéX7rÂËî;Fi—Ëó07üFƒ&¶ÒDÖ-áÐïCû÷qvqqê׿šó ª›Ñ'ŒžŽWJ+ŠsR‡Gæzçûй *°ñg ]¡fTÛjÇ>Î÷œH0XÝ?‚:ÉðO¶ó‹EZ;É×[cëœDrä‹-µv’®”S‹\ú}<·­ý\U¤j–6¥•I8´¸}×ŦP&ž[¾íª7ª”öÃò{Äbâ$rPÂ@1jr•˜´ýýnã~ÍØ÷©m¡¨B’0ÜÞçf.‰f†¶µ÷¢²mÝmâŸg©x>½˜*M¶d¹ˆlüOZ§ÙáÉ$’¶oV'ÚzéÒϤ?m«µíÅÚHCÔ4ùþЖ­»›Úˆèjú‘fÎëÚádÚ}ÏN?Ù±«—®æ¼n÷-Ú¥u%5\—þ0[»ºl×:àJ²$NO?w:Ñèh Ç+õU\ªÃÎiÌüÑM¦ŠÁŽÛš´úÎÁÅ/u|S­ Eév5q’›/¼ñmĸ/v•Ë5t’ç’¥±qœ±å+¿«“~æ$ŸüyÎm–Ÿté”Å{KE: 3'[Y#Û[‡ßËx»ãK¾wR©Äìôsóßòªƒ“‹³ã›‹Žïš4´Î¸y’¥$Ne»gßû8:õï;註iT"Yºì}AzØ÷Y|UéF•Væ«6ß]HPLWµ•½Kg ¢¹õìÚï»]×B–½ï9h@·Î½ïŽÕ0ÕóÜÝiÈ¿hÎÃ}ÎÜUSùÌ[!£úwst¥½ýU ´í²ü¼9¤ºªª¢¼\’Y1‘°al7›6¯^à•PvneI{컾ò,ÑÊ2û‘HUiÒ¸ÒD².»´Lò&Rf «ŽÒ¥‚²Çuq‘…EK¥# Ql´É)ý[·®¦÷"—LíÞ½¯««ó°iaTJVÊñY£h\]ú9xzŸR×ɪ†Cý *-_±šL?²­¿×{ ûã<‰_Þ4lè†óÒ†ËFZÙ}çìòN S9ÓâVÛtý€*sû—o tíß½ÿ¨Ð[©úh—†;”šÙ®j¿|Ûæú¦ÏßÚÕÍÖÊòHR†\¢ÜÁGÕ„QU%ƒMUÇ+U3Yq”5Ï©t*ÊÍ.Ù¥z?JGää"×EǨ¥7oÓé}¹ÚJ§Šæg íFS±(¹^jP«Ù)-ZiÞ ÷eiQöºAMœÄaÚ¦~S%þ0í»½E%¥²¯_“u’š±ì¢-aW^û$ø³Í—ø^»áq’ K'y뇘6œÿǹI‹ÂG}¶#_,÷J75N ?T$ùïÅ/¿²€DÎüèÖÿÃTâú¡]F­§âI×SÉoÒé*ÒøJÛ©[ϓȥ­S:ºü(]:w»$1åïßZ·©t£J+Ó®e‹¤YŠéª¶2gë)ÉV.­µ´ê8'H’!ùÂ/­ÛÖ0Ãý[ñT$åòÖ¶]f©©<©À»AIäò¶i²ý åWïquuey¹$³bby){j÷nííþÊȧR:ZµxX"’ËF¼‚þè…DK ‹òºHEY¡´dÙMH㔓ÔmKâ$jrÊA¢Ø:j—qvêÓªe›ï£oªé½V-.¥g’HæíT*eÝο»-ÉvÅ·M§éj:YÕp¨D¥å+VC“éG¶••ÓÁ~‰ÔÍöDJ†t¬e#ZÔGºzVêñ/H(™äÁ“^™´ý2µT:»:º,×G»ÈðQ\¬[]Õ¥f¶«j×»çS·Ýó‡Yµé:æ?ý¾-5+KÍÁGq¨ª’Á&Œªã•ª™¬8ÊšçT:å"²q=ÍŸ¡·ªÚ…ï'ì²n?š^·ôÀì>žëÎÊUR:U4?kh½»)-Ji“Õ´šŠ\ þ¨m—÷5o…†û²lQºÁzÄù=oN¾àQ©âqù㊊r)²N"‹e–zŸþÙ®6^œ¾æL“H®“ ûßþ÷VŸ˜øí¾¡mcó åV‘–©ÔId¦+4®ûˆ-gI$5~Oë¶®©’ÄŽV–WSRd³‘¶(ÆI¶)©$’™r­…U{éÒ{éiuñòÿ¸Ò*­ ÙÇ殮)¦×³•Œ¤ã-5Ìp=â· ®ýœˆ «©¼ldûAÊz¿±ä:Éc9ê.\È'†}ä8ì‡Ó¹qÚw›Â.‘Ÿaöoú\¡–¦]K¤"£»Müã çe ÈÖi<I?¸@Zr'+K¦ärÊ ›Ûàf7'"…DR÷Íîäö»be”VŒ@¢Ø:i“¯†}ýò+¨é½Ott}}ö¯›·ßªë.‚•%É@ѹsW5\Ïp¨D¥å+VC“éG5syÿOýÑ¡ÿ² —hQÙ9³e¸ý{áW2’ÎunÓ#®®zd©tv‘¯žÚ¥É¥f¶«jW|jZcêFˆ;±ïŸ¿›äjÛ}Ìi>Цž©¥ÿ £êx¥j&+޲æ9•NE5Gf½ÎU#òyw›¥â¤'º´ms(!I®’Ò©¢ùYCëÝMiQJ›¬¦ÕuÅö§ ;è\¼æ­Ðp_–-J·#X¯“8½»%Ÿ/(\¦”œ¤ºJn©H$š·rÿ¨/B>øãÂÔÕ§',“8ÉÔ•Ç&|9ÈkëCOM™Jä~FšÉ×ì[·êÔ­;l¬,?މ%é¤Ã¯$'Ëæ$mQŒ“lדSêʹJÆEMN9”Væ³î6‹ÏÜPLoÐV¤ñz3 ²iõÇá«T'¨_K¦×”¶hãVɽű ™¥7eÜ$)Y1‹l?+I–žZâáøÁ_$Ršcþëƒ\ݸ8¾ýi(µ®°0á«ÉCû8¹¤ ˜¾òI¹½¼·^ƒ<‡Ï[}˜”LeÛÿå„^N4Ï±Ôæ¨Ä"Ɖ)¤<×þžSÏ2 ¥•‘­˜ÒÉC¢Øºÿšœv×ÂÒZMïe¦ÝÙ¼å‹÷<Û÷M¥´·jq9)YeZ ‡l\iùŠÕÐdúQe^Ùóf›žmÞÞó·Ò¹¤]}dsÞ9û}û¾ßžÛðZ¯©;¥K¥³‹ÇôÔ.Íw(¥³½ÞviW7)i÷N·hi#­€&ͧ–ž&Œªã•ª™¬8ÊšçT3 ³_hÒÏç½Gö|3øÖÑ:ôÿAM%5?ž7~wSZ”NZ­ªîËú›¨š8 ¯@PV&RЬ“TUU)f—¼¹pϨ¯þšóû¹‰Ë޾ýcÌ„Eçø§f±Õ—©ÔI2ÓS帼ë [ÇÒ?/øîâñ'‰üêÙeä!Tâ­KwÈo[+ËØ¤d*…´‹Šüàh;Å÷$‰œõyÇÖq‰ÜR¹¸,J+öeûW^ßÿ÷ígÛ=õ×¾çºi¼Þ ÝZ· »~—Dþ2AýZ?:ÚN÷?M"çü¦(m‘w r'1;HC['mò­ã+­;ŒUÙ{i Ç®I¦JjÂqK+;*ÛªÆ¬Š â碎éd8dãJÊWV M¦UfzÒÕXW7Õ«¡M}^ÜwÓìÚ~¹ÕWoKוÎ.[Ç¥zj—,êw(¥³½žqÔ¶nÞ{ŽdÔEnþ¹u»T¢âÁGó®6ä„Qu¼R5“GYóœj¦¢Ò#³^窾MM8Ù¾MïµßÞsQÍŽ£ùñ\»ÝMiN¹}°ñ­VÕ öå‹Òíjæ$…"‘P)/:I¥Ò<¹<þkóƒFý/tÆê“㾉t›í7-GUÒ2•:IFZŠKú´s÷éŸ)wOØ´j>á^Ê£óÆìÙ×ÁÙ©ÿëÿ;HùÏ}­{_'7ÚP'í¢ò'^Ý5Á­wG‡Wiö^»M%J—ÊÅeQZÂém+FÓú988:öïë2t⟯5t+Òx½ެ™Ý½S×& ~­„ËÛ‡÷³wp0ño¥-Úºý/‰“”‰êEñMzš¬e0HC['™Æu¡w÷Õá—Uõ^zòõ4'Gg§~½^³"’Ê–ðý‘.½É€:ô;s“N†C6®X¾Òjh2ýGV±ZÔGnß!œúuÐË=>–]×wþøÎ}»ö{mçåx´Ký¥t¶«G­ëæ5ɳwŸ~NN½=ÝwåÙQHáà£yWr¨:^©šÉŠ£¬yN5SQé‘Y·óÇéypq¢¾Ÿ×Ñ:YZu޽—¤fÇÑüx®Ýî¦4§Ü>¨Å^£a+4Ù—åŠÒíÖë$Ž3¶póùBa©Rd¤²²RU¶LzîÀ9þów¹Îô‹MÈR•M¶L¥NB*f"˜TeOP°ÄI—•™;¤!Mi\Lsúý6¬Ë[Ag¥’£DsØ­Ìz—o|åu8Ê#“mµÑGY'é3e‡—_ú¨D)/8IE¹ªl„[÷²ÜfùžKS“G¶L¥N’–’$‡Ò//V̦s+c¡" 2gçn‰“”‰Dæiˆ‰Ì™~ºmlâõ].N¯¾ê9÷nÒ ›6d»L¼ÏÍeÂ4³ØkÌzŒô=¸šô€Ñ;G'QšAЬ“T”—«ÏÌåå«Ï [¦R'IM¾g"˜TeÏ_!Ôu‘¹CҔƥ™L?³h—Y÷yS0ͳ™M¸Õ¾Ÿ¤¤¸H²NR^þXMNÍQå$·¾\ œ4IܽûÿYY=µ°@SâßV­þéÕ«fÚ´òíAªœ¤¨H ~A~P€?3'» G"|~¾ªœš#-SÖFHÝH%1X@3œ÷)3Qü¾A!_‘ÌŒ´ýûÂÙŒ~A^DØÞôô4¥Ù„´L©Tù%†h†Pú½À…ü)ù<^ZJò_{vÝK¼›Ïã¦$%†ì &‰d‘lNÍ‘+B€âyóDò;þ¾Aþ‘á¡wâoä2ÄJŠ‹øùy·oÝØöY$ÍÖ äʤnÙ(©Þ§Ÿ>‰yÊf?­©yŠ ÓОqÅ " ˜e çtrf‰yòÑGЧþÈI•~ŠŠúBafN6›IÏãqˆHo² x6»n©_R¬X¦Ü3$ÌÑ£H…›Àyª(NH½;CVJÚµSõºƒ}{÷¹‹$b/¯ýá{›ÆÿòP…HXÊãæJ.DÈh€ª°ë"Wß'©™6M¶2Âä$8 ÐÈãqŽûlÑÄI‚/pô qÙ7b//êip 98‰ä¤¯“ì8ÏÑ7ÄIþmÕJZ“Ça¡pN"‚Îæêâ$r7nà$œD.l;ÃÖ7rNò¨ NÀIäBÀi–¾‘w’çßÁ'à$TØzŠeà$œD“ød;‰\Cܾ®ïþ\µr%A±¦3â¦V@C'ñ=Á0zr’ÐнÇns Ƨ6 'é$>ÇCONÂf1)¸üG)}HR\¿ˆ&K×ëfaa¹öR‰‹Jè¿/˜újçv-[¶îé<â÷ˆ»T Ââû«ç¿ÕÃÖÆÒê¥>n#OëŠqiPÌPÊOüæÝ‘v6­[ÛØ|÷›$~‰lž°s{´·nk×ç§ýéªÚ±|v×—[·ïêºö`⟽ѱm«öÝ\Öx ¾|AÎñ‰.][µéøî²õQÕjÀäC †aîÝøNéETäëߦ’”!‹R9ÿšÚ›ü9âÃï¶lÙôÅ[¯X´hµíAIßõfO’ÞóÿíÚ³kí7ï©w’Ðн²Wf3Ž!d1üÛM›¾N"ÝÇÈæqöú9pݱî0NU[œç,Ü0¯.ڂĨü¶¯«/ÿO÷N’ôE7}3L¶>ªZ ˜ “l8˜e0ôä$'Oœ ¸šÊ“\ú¤ê`MÒÛ÷ù/R9í[YÊ5Üscr$ñÏö¥Ižö|ÄÚôÍL‡n,-Z´í`ï1vª_¬Äp„Eé+>|½[‡6-,[÷rA›õS_»¶­lºLÿ6PN!ίžÙÙ¦IiÛyŽÒg\ÎѱM«VmlGÌX(÷ŒkãDUù…Ù1ãì­¬;¼ýÍΞqUÑj@TUU’³69}kí$$¬ÝŸaê$¡!6›äÁ(¦OùcQuu9}7ÆIHø%"Cß4ÔIHþ\Sé˜ OžÔ*}´AN"yLb_º^ÑÎI0¾@ss~OÓpN¢¡“<Õg€“p8 ÌÈIôª%pN‚ë$€“ÀI8‰æNòTÏNÀIêu’§úpN¢ÞIž$ÀI8 œp8 0DÂRŸÏËÍå0Ù;ŸË-H"zŒî$O à$Àè r²é§O ðó^»z!ÐÏûìé“\v.¾à$p`0!ÉHIóݲ1<4„ÍbÖÔ“¶wŸÏ&^QþXÕºdOé>Î_öO½VUßåœNŒxˆ™Ãð󎋽ª89ã®]ÙP]U¥FÆÙ¾ä—Êm3”>ÂIp8 ²ø…Ï‰ŽŠ$󭪪ê矦Õ!’ĨÈ} wã«*+TIBæÁ¹]sãÔ”!.\ú{N=ËäK—†.™á9xàÔÝÉ$³ÆËsð W»;­ŠÎ8¼öÃCÝ{Ø÷]y0“Êœô¹§Çwš›£Û˜Ýñl8 N'M'7p«o.›Eæñeu¡G] ’D6› ®®VyáBTâÕÃfÙ5†¬3l ÙÍ M$‘ä°™v´uÒÌ^á‰Òøü°xIR|,­:}!IçÞó¶¶He(¢3ží­©a6]?†“à$pдá0ÙkW¯¨©©!ómРAKêå$äO’(‹W-_ö¤¶VÍÍæÕ%/÷˜W*úÏ:YY2K$ŸÙ•Ð[XÙJ3ç>¿kCâ|a]\Tôb¼%•qaÛ;#Ý]Ýh4šE‹Öp@³u’§ p`L'a½à$=d Nòä‰ú<~píèu0£^'QúdˆÒø°v­ƒ¯ÓëJÈ‘&ÂIp8 hªäs¹²÷ndäÙ½sçŽm55bõN’—êó’í8éŸëÝìæ„'I Ÿeç¶N 'éiÝò»Db·N“š­“<5l€“#R"\ºx>:*Bõ3®á‰ w««*ëý Œÿ¸îÿ=ãšsbòW7W©g|-œä¦ÿ‚^ö½ 2{e4œ'“€&O™HÈãpý}â®]Qœœ±W/o¬Uñ0 8 œè2ßtz€¿OhÈn&#‡zg‰ì Ù¸ÕW$Vªþ °Ò€.Éeç’Ùˆþ8 œFH2RÒ|·l  a³˜Ôw𱘌°½{ü|61èôŠòǪÖÕÉ7î­Z¹R‡Í¡Ñh ]ß0e'Á÷Ý€æsˆ™Ãð󎋽ª89ã®]ÙP]U¥×³¹æ…”>ê£à$“u’§† p`Dü‹çÎDGEªšŸQ‘ûîÆW©øv`éÙœDŽ®ýp¸§{¯n?E¥ËeK úÜÓcˆ;ÍÍÑmÌîx¶ì¢èɣȺ4Í}ðHògIÞõ& qwèè?,^²¡K«NŸDHÒ¹÷¼­m'jR%¥5“à$p`t8LöÚÕ+jjjTÍO±X¼jù²'µµõ: _HÝXydaÑR.ã¶wFº;»ºÑh4‹­Õ8IçV–´çÁ¾ë+Ò ¹ÏïÚü·!QÑ‹ñ–šTIiMà$t’§Æp`L'aiæ$OžÔë$jÏÖ®uðuºäñ•’Å¥²)­ZÜ/z¤&C½qõURZ8 N'F'ŸË­çÞ ‹¹sǶšqcœ¤§uËsìB‰Ý:Eq©•eNñ³¡xµÓûÒ³g?®ÞÕ¹“(­ œ'“£S"\ºx>:*Bõ3®á‰ w««*ã$7ýô²ï=hðÙ+£—F~1¾—ÍÃs ‰?Ê»1’{?W·.Žo}ºWçN¢´&pœNŒN™HÈãpý}â®]Qœœ±W/o¬Uñ0 <ã ':„Ì7àï²›ÉȡޙF"{Cvnõ‰„•*>¬d?†±ÀIà$ ™SQþ¸²¢âzܵAԻ僷Þ¼'‹õ*$'Á;ÓP¤ª²B\]][[SK~jĪž!`0'Á»å`"N‚ïàœNÀIà$€“ÀI8 œp8 '“À4ï'Í ‘°TÀçórs9L6‡ÅÎçr‹’ˆž8 œŒâ"AN6ýô‰c~ÞÔ»åý¼Ïž>Éeç’Ùˆþ8 œFH2RÒ|·l  a³˜Ôw𱘌°½{ü|61èôŠòǪÖ%; íyðñ‰†[Ôîëö”®¥yQøŽ?œNLü– 3‡àç{UqrÆ]»²#( ºªÊv'ÀIà$ 9#à^dÆÒ}Òm)MÔ|u€“ÀI€ ÂãänõÍe³TÍO6› ®®®÷ÞÍÈw¤‰óÃâ%…§øXZuú$"‘Ĺ÷¼­m'J3xE$“Hʾ9v´õT¢ßkö[b%;/5¤m—¹TâšÝÜç9¥R¡4QóÕÀ¼œŸÍ“½võŠššUóS,¯Z¾ìImmƒ®“ð…BI\Tôb¼¥4³Dò‰QI‘*±s+K©ÞØw}…Jìde)Í)Ý–ÒDÍW8 œ˜¢“°4s’'O´{ÆCi\©“t´jq¿è‘\Qš;‰æ«€Ù9‰Á´NŒH>—[ϽsçŽm55bÝ:‰WdŠä–JÄ\;·g÷n¼‡Ú¿é}‰Š§\½ûìæ‹›4ç÷n”%j¾:ÀIà$À).]<¡ú×ðÄ„»ÕU•õ>Oâ>x¤æN¾xÊÎ=œÇIŸq}”wcþ$÷~®n\ßút¯ô!ÕñÎ=\܇Lý.\öWÅDÍWstÃh œ‘2‘ÇáúûÄ]»¢89c¯^ÞX«âap8 Ð!d¾1èôŸÐÝLFõÎ4Ù²+p«¯H$¬TýA`Å€þ=9‰´NŒNEùãÊŠŠëq×vPï–ÞxóFœX,V%$à$p 'ª*+ÄÕÕµµ5µä§F¬êp8 '“N'ð¹8 Œë$xgŒå$O à$œDÎIž#ÀI8‰¬“<5R€“p’ÿ0^€“S@$,ðù¼Ü\“Ía±ó¹Üb€$¢gN'£¸H“M?}âX€Ÿ7õnù@?ï³§OrÙ¹d6¢÷nà$À0B’‘’æ»ecxh›Å¤¾ƒÅd„íÝã糉A§W”?Vµ.Ùqèî>ÐmàÈüKÓi4Zƒê`€/ï[µr¥ÁÖ<ã €·l˜9Œ?ï¸Ø«Š“3îÚ•AÕUUõºD 7é«Á¦m»§]5 à$Úmßt 0–“ài ¹!à^ ÔÉÊòyiôV¶š;‰š:ÀI&è$xž4}'aiæ$OžÔï&˧m—äÒË„—bö.ûx´­ÓçšøÀ°v­ƒ¯Ó©¥ÒD^ʯÖ¤ë7ç˜\”:‰¥……èÙÖó5w’z×8 œè|.·ž{7,æÎÛjjÄêäQ^Ê×§Ý{!]$¸#¹eSZ˜`ÙªË÷M"S$÷M"æÚ¹Éß7éiÝò»Db·N‘õ¹]^~­}ëô|¹ ¬w³›ž$)-|–Û³{7m­R9$’zàsi!vV–9Å¥jêPïZ`,'Áçn@s D ¸tñ|tT„êg\ÃîVWUªrÉ# ’ÏXê{TÎUÊJ9=hn:÷í¿`óé¢ðÅS† tîᓴ¦ۇÒE½¬[’”5ÛvED]¢RœÛX‘”ï}‚7-.û°¨ÒGWßÁš¤,ܱßïÛ¡Š«X¼ió·#HÄŽ¶^ý³©ªâ£»É–ÓmL•¾f'›.Íþî«’lcçíÙ±uãï˜(·]ªÓPÇc1GF‘Ó·šw¦™©“œ:~”þ0‹›Ë*)). 3|í5Ź·½µ•eËÖ/» Ÿº?™#]t~õÌÎ6­HÓÚvžC¥¤„.ëgצåK¶ï|³}l`¨qÅÕ3£~êk×¶•M—éß*zEø’©¶ÖVöNãŽfhç$¥üÄ…3FtlÓªUÛ3&ñK¨ôÂì˜ñNöVÖÞþf§l~Ñ#Ö¦of:të`iÑ¢m{±Sýb™xÆ€©ªª$gmrúnzNÂa³ISî|>xö’Ç¢êê*rúnŒ“FKê$$.‹©ô œ0Až<©%§ï¦ê$_ ù8‰iÞ»“ÍÊIŒòÎ48 '1îwðÁI8‰œ“<5l€“p8 à$pN¢ÊIž<ÀI8 œp8 '“N'&BqQ!Ùêp8 Ð+d_8{úĪåËT±zågÏœü÷ßÑW'“½: ±±X¬j~Š««IU³‘qÁo„³ÃÍÕÑùƒ?oS‰«V®Ô¼ ÊÜd7D£Ñ¨Hè“z; :öÌœNŒî$«–/S?E© JW×Ázo*WòãoæR‰d?Òp륄šgn$J7ÔÆ²¯Tˆi0M'Á;ÓœDs'éhey™#M‰ž<ŠìD4Í}ðHògJÐçžCÜinŽncvdz¥zºd†çàÝd3Ëjƒ4N"K¦{¸»ôt™p4»@Ñ4Ž®ýp¸§{¯n?E¥S‰Æ©)C\¸ô÷œz–ÉW¬Uø¬aƒ©Ä·—ÆÆ¯ó°ø2µz~榗{,ÀÜÀIà$ÀŒœäÐ×£­Úö˜4Íë·­‘ùÏ/8ȪEñlC©a6]?–fð OT̬ÊI¼"’%z³oŽm½¢“|yDxÉ~Ö¶ã©Ä 4»Y¡’ò“ÃfÚÑÖ©/œŠ<*¸Ñ±½;_(iBÔäÞïD¦anLÁIð½ÀN¢¡“rî\ö^;e]Ï7üÏþŒ ÛÞéîìêF£Ñ,Z´–fÈ}$ÔÜI˜%¥$"*ɱ´ê¤è$”H<.{daÑ’Jìdeù|z +[Mœ„2¾Ç‡ç iö6½sêVSpCj œ˜µ“<{2DÜ¢e;Åý°v­ƒ¯Ó)£Pj²qK Q]¤L˜¯¹“(Ƶs^ʯÖ¤ë7ç&N'æå${OÜ*«‹äÞðµ¶H%ÚYYæ?»ÎÐÓºå9v!‰Än¢Ôd3O´µH•¼ %õÀç/Ü»‰L‘Ü»‰˜kç¶^'Yïf7'&N'æå$_NÓÏÑ…Fsíç6&ðï*1ò‹ñ½œhžcHü¦ÿ‚^ö½ 2{e´RÍœy`¹C·^ƒ<‡{­>$›9|ñ”!{8SúŒ«b\sbòW7W©g|Å ©r’¤Àáí{/¬ÀIà$À|ïÝèƒ}X˜°m\÷÷d`VðŒ+œÅI$ïL«®Vóδ5«~R:-”3u’bîéAû;ŒùJ ĬÀIà$À8NröÌIbªÞ-O;{ï–8 œèâê§(É W££ÀðN‚w¦N'à$pày8 '“ÀïL€‰8‰Á´NÀIÔ;‰aÌ„r’GUWUJ#p`Š‹y\²GÐ7—K‹…e"¡^DߊB9 ñÊI¨œ~A^fZÚùÓ'ˆ<@;ÈQôü™“÷ÓÓÊËË é$:WÜ»1 †üf7Ó¤¤Xð0+óä±#÷3Óó¸œ|€vð8¹™i©§Ž)ÈãUWWËIäÌD WiV÷nôúem ­€Ñ+c\òó¸Ξzø SQ‰Ð-Jw:t‹º¢ÝüÔº(=ûâ¹Óÿüó'Q<ûèÜIsEÅ”ïÝèöÄ­ èuëõ3r¼†Ö™ÇÍ=| 2ËiÏfx¾S?oÍ¥žÍüÔ©Ãæ£“õÑiZ”Y\$ ÇU¥_ZªÊIƒaœD•¥˜ò½ž£5?õëVt>j¦páH'õ$f~(*"ŸÇ5ð®­Ûã@3<k1iõ´E×Ó|G­¡­Ð«7¾{›ƒÛèoN’ãªÒÓ7å$&tuïFççMž—õچߢÁôLßMÓ‰“è£oMíCÍ‹•Ë ƒž¾;¶‘l° `ÑÒIQšFVÉôÒ`½× Dë{7êOmŒ ~#œÐh®ŽÎüy›J\µr¥aþ]âæüÅ%‹¦4¿ÁÔxç1X£Œk#õVF‡Í1ÌéUçýo:Ê'W¦iv—^ï%éÖÙ ³ß~:éI`L¡÷ê$ærjÓîÞ&'µq¬÷¦r%+ ùñ7s5üȉ®®p’Z ˜Þþe¬¨žTÊþe6ýnÔù H‹¢Laܵ¸Ž§Ãédħ¦ 6ÙT9‰yí; ºw£y±­,/s²«GOEÒi4šûà‘äÏ” Ï==†¸ÓÜÝÆìŽgë°ßÌnš™˜¯MaMa šÌ¶Œ2]õú(ˆÑ5[•“˜ã´×ðÞMC‹µjÛcÒ4¯ß¶Fæ— å®“àPƒÐ Ï,P)×<Þ/3|Ó¤ Œ”*'Ñ®Ì`ïµSÙõ|ÃOÖI°S ˜‹·@Ët(Z¥‚ä-Ûáò‚Ùi º¢©J:Á”ÃÿjÑeî endstream endobj 291 0 obj << /Type /XObject /Subtype /Image /Width 732 /Height 238 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 39230 /Filter /FlateDecode >> stream xÚì]`SÕú?çŽÌNFeS @KÛ=@dS@ÀN@ i(Á4)üʼnÊs ¨¸žŽgˆó)>QŠ8PßSTÜ ÑöÿÝ‘ä&MÒ›(áüà×$7wœóß÷ïœ{s/B-ŽɈW1ƪ’r%*¢nÙ± ãMˆá’¦ÕY^ÊQçªú­"ê«JTÄÜ l²Hˆ™XŠß$nƒD­·öãúpº¾|Ô([tŒX@–‚—rDŪQõ[wìk±oGý¨V„îÖÚ´-›£¥eiú2X$İ”Ü} ›HM+h](`$Þ´ºÓLhïÌÂT[¹C´.XÆÁ0Ï>> Ni„DðRæUÌI{|jŒ¢a߆¦¡[Nˆv™´Q\fÄm/4wë¤,­ Uõ[¸(€ã”-Ä‚½õ%2 ñƒÛDbZ.¢@xá È‘×~U‹Ô-ñÃøöNá|É-é‹Zky1 €ºÅ*“´EyKWÕòÓ³13Æœ<ÒëIv¬óHpÔ¸„#Öh ÈŽ} )MÆ•³é÷|áwD"_4Iß“¬½…ý¤‹7ÿOž|'xcÚ}5îߣ£-% —‰Þ±<à¢9©à×bá„>,âÕâð-YÏÑÔç„AG¬+‹¤‰ˆ„D#t†a»1½…]õ[Ó4ƒ ¹URË4 x±ý4 2ÉCNcS÷ôW;¢!>â`KÇu ½P,á{%>7ŒÏ@š‰ ɯ!ª†‚úãºdíÝÌqÄú&ZâH" I¢=W,bÑÐp„3nüÝò 3‰/74t#È)Ñv¶úaCKS÷#Í—‰¶ Ž:Äi{Ñ6AVj[Ö©‚#OÛ­%‘› µM®)!È^m“É‚,Õ6ù¡;A¶æÛäü A–j›d$Yªm’‘d©¶IFB­Ú& A–j›d$Yªm"m‚,Õ6I¶ ²UÛ$Ù&ÈRm“°MµÚ&¿–$ Ú& 9 K´Ÿ¶Ià&ÈVm“s7Y«m"n‚¬Õ6I¹ ²VÛäwÀÙ«m2ÇM@´M@@´M@@òm‚öÒ6™'!ÈRm“3“Y«mr) A¶j› % ˆ¶ HNB@@Æ’í¦m2HµÚ&› [µM7AÖj›n‚lÕ6 ÜY«m¸ ²UÛ$pd­¶Ée®Ù«mrn’€Äm’ovm“y‚,Õ6V“°M}ÚÆ«JªÈ]Ó²NÛª’òòªúDÚÙ¦mÕ¨ú­[wì# A¶Æ{ÄY§íë·l%› s%¤Û|½Ÿƒ ËÆ’˜ƒjà´OIä&È2m“SîDÛG¢¶Éå$Yªmr9 A¶j›„m‚,Õ6 ÛY«mò£‚,Õ6II²TÛ$%!ÈZm“{d«¶IºMµÚ&'% ²SÛd(I¥Ú&CI‚¬Õ6Jd«¶ÉP’€h›€€ä$d,I@ÐnÚ&s€Y«mrh›€€ä$d,I@Ð~Ú&s€Ùªmrh›€àÓ6™&!ÈNm“i‚,Õ6™&! Ú& 9 AK’y‚,Õ6IJ²TÛH5Š<9• ;µM2n‚¬Õ6ɸ ²VÛ$ã&ÈRm“¤„ kµM.)!È^m“„› KµM~ž@­Ú&ƒI‚,Õ6Ld­¶É`’ [s¢m‚ìÔ¶ªwþD’“d¡¶U£ns‘«¥²PÛ¸äÙŸwid£¶Ë·6„„ µMæÿ²TÛä¼ AÖj›œo'ÈVm“뤈¶ ˆ¶ ˆ¶ ÈX’€ Sm“9@‚,Õ69wCµÚ&› [µMî™FµÚ&Y AÖj›üꆀh›€€ä$@Ûd¢„ kµMκd©¶IJB¥Ú&) AÖj›\,E@â6É· :‚¶qÉúOö54›”d¶‘²¤ª~ëÖ­;:ªÀ‰Ó´TÛ«JÊËË#çÔÔÎÏÀ‰öíÚG:Y&=,f:D‡•S½¸uPôÜQà î};Ä ÞÐ>•†ý‹N$Y7ù>`ÕzW}¤Sii‰ZÙð)7ns=5D‘ávœI#}o»+eäÙqº|ñ0 ¢I&«¨RbÚ–¼ª~K}UÄ[¥p±ÒÉÚaC•èD‘æLîLÜòúªò’ü±S‘S¢¦ß6H>3}5$4_rAÉÜ­üÜš^-MÕ/Ø©\ì{“”´u®,4OªÈSëòÛÂKSHI¨_T4I×ÚP1WÔ\ø.Q A<º^CæÉ…p¤ª M¶Ý¿£~”Jp"®øæ”:“´¡ë« (E:i‰’—¦i—5Œ`™fmÓ×V±|‘æKh¼ˆ `·ûe©¤¡!ÞsŠ+¨$AlH¡£µ"g'ÑL|Id»pª ÔûÌ5O“߯D"*ÚåGV£•Ĉ­ë"8) õD“bÃUêhúF@Éß‹A<º^òýE””\Ú£øJJô´†ÓªD'âoN‰3‰ò–K;I‰„ÃJ !Ú³¾*λb†›yÑû£“4ç¨ M¥8mGC’,%®¿æ‹'¤{ EhÚ‚’1Q¥±-Ö2bfâJïÅI<¤‰‹$ fCøÌ5O³$‘'Ò:ja.9­$FLÌ?ÓçV ‚j¤¼’Vˆ_oky¬,°jM$ùÕY$¢% ͼ©„Éó’ˆ#MX_‚¥CX¡9%‡ä'J*e‰øÃÆR™¨®K$]‚à!1àhôõ[ãE°OèT$“48êÖØ~c‚’œý’¤|qý5_¥‰¹t¯<¾ÑðˇÄ1¾–Fh¾–ŸüüI|ˆ”4΋ã*—K4íæ#m(©„³ ±wXÞ ¢óÅyiÜ1xOÙg&vB‹ÄåÑVˆwZ‰°øõ<à¦?©ŒuH|hnRÈè"vΙ*¾›¦Dååå)„-m¾Q’qAL×XzLÁCšx†´('”²||3Å9u 1ÊZÄŸŒ·…VW^ç”á<­s°8eÄò61öÆ«Jì_äÚNîºiúÎXº–$¬scöQ*tô¢5qµ­¢òe®HÅy¦£þøL+J“,]‹„õÛªJŽfi´¦Ïkn¨¼-EXï­Â¤•Z1/ÐËGšˆ€àða­"»ë÷I›îm¹²£ÖóTz;ƒî¨¥3°­ÛÞŤþ.G†‚ÇȲŒjIÙ&ðû¾”ñ4ß›ÑPžÄ >MSZ†¦>’¥»amàËÿ>Bzä§²{Õ²í¶)OeZo‘AqGߘP—G$öÚï—6£úÏšDž¿3*Íähþá”Õo-KÈWþ–ÙÛ½Ÿ¢Í”iêW)Ùæ[šøRK°ð¨šcyżÚDwo&Ul~3ž]H²ºCŒ©­¶ø•¼öokgxTRÎ… eªzá¨\›ãú¨âl´·™Vþ ÃÖû?ÉúÇɰ¼Qf.ðTŠ ÿË4Ûœ/#[Ø”ðùŠ ë;4cuíÛâ8¦ýÚý×÷T³ˆà¨†>…¿|NFð Y^¿ŠXTu³Ÿu2úŸgÒøý%íØÕ‰û.hçqEe3ùÍŒúÿ=›º©›9þ¾ õñFB› $2Ë`m#ØÉÇ×·ôÒGnž yï„}ŸV§#™#ÝêsúùÛ£¸6ƒ¸¿-m/¾ó”ûØ>Ãw:óºØÇ2IJz±lÏ™“¢ž§f˜G)ã”>©Éñ?î€6|R´àˆCg^kјh[—bPÚRä%äçKât#9g âÂ#è,Àü6ÝÛÚ¨æ ´Ì9-[¥¼+uíÁñ: ¶ÿˆ6D)ôÑsÙ•lF-9<£µW4Y[#ö CÒô ÖVökÓŒo{$|þ‹/¡"ÎcÞhsmQ>Ô;£}¿šQF08ZKJ+?)+~<,YëWÙÇŸÃÏ;z¡æ=K%*§œjÝÞ¾NëUO‘kÓR¢?*ýOÇÝã n³srÛSó‘4žûrœÏn£Ñäÿdï罸ú¿ÓF¶øîŠ¢ýŠÖ7'9òW­< ö&‰¼‡ƒÒ~›/3»x‹¨õ‚ÆšCt]ǹôd¶1=`46œ9›1¶ÒNŇ¼às½ØKí8Â¯ÙØßdDìn¶Fµz}7uxj;, ÆÿÏ‘ƒ€ U8ˆNl¦Ïñ@¤(RØøX˜™1BŸ§©þ;!nž—l¤Õ&½Å|’WE81Ë3ß§É/J Z€çÉü(Am”\ûq´rÆf3¹û AÁ5äœ Á!Æ/7 ¢›2tg¯úœ—žöíü¾ïîþûÛ…3_ÒvÙTùÝèºO_ë]·èE|ðµsÎøá9ÏãΟ/ºaÒ/Þ8¡ÿÀácÞ~ë‹CêŸ?å*{Ý­ç<±tЭ—X_7*ÇœùÄ'×…ÿtå›?­½¹¼‡oËhÏî7O;ÃÑðã7Ÿíûuú™§·ùÃ]_¬½[Íò+ºÓ÷Ïè[:á¹cË>·¬>ቫ߿ûæËþ¿7O:µÈ³Ì<”Yöó¿ûí°…ÏyíVûúÓ¯/ªúa·÷ßûrå{ו˻x›ö“=*ß©åýK;M¸a£¯r­)<©Ï#w–~|w®sô°ãÏÝá8é*ꘌ8ÐéXEȾýøorNZSã½r§õ“'~°ä¶Ý·Ÿäš:+|Η[¸û»Ýºÿ]w^©á–·Nûrzþ¡þì×ÕÇØÏ=½bÕuŸx÷È÷ùÿx¤×ó7Ü´ã‰;>ùpçë^ødlß-·.Ôÿ7ç‘ÿ–ö>Ý€>ŸW9¯ïŠ-ߟu`èÇïœ7ø„í]Lã7ªÇÏíwQ`Ëýƒ×üÝmJÿUáwKïýrÄÝûª¿夳rŽ»é_[º×ÜüôÄ:éšáû<¯Ï¨ßôаÛߨÈÛö×Ý-~åÇ/ºõ=øSáiw}~Ó)gÎÙ|ë½Û&=Y×£Ž]™·liéýj>ºeOÿÓ,#ß[þBÿã#½xbNñh™bCΓÜ1à²ß¾ûßS¿]÷é)=ûqüµÕÌù?®›ûýìûs^Enÿó.|pѦËÏ'w…&hôÅ5Åúâ*͘š¡,†b‡Îa5Z‹gÌ+¶uV[±ÝàЙÌöâÕÅ3K§:}a§·¬ÒhÑ—V»™p0ì xü,íuÒÝ€³Öãö…œe³gLF•ƒÎa±Ð¬Ë×k§Ë3Ëd5ùrƒ´Óåòø}î ¢`š3òxÃAŒŒÅvd5a³Í¦³:ˆ2Í^:”ÖcÍøš…”ÕPl±"S±ÍaÐYõÆbW­fæl}q5B:³Ã^|.U[l1èuF“y‹§kNÒè½Æ¬bÍAo¥M:£Î¤£Øâ™•½^_:ÞKûç.p‡<‹ÊLúR?M! Íu"x¯dÕÈhD6zlØé«Æf# yÊŒ–ÒEeK)6här=^¶š¡ìR¡©þ`(à Ðn¯»1n†6(ÆÒ3àv+è`˜ÕÝY&ØÒ…<ÕÎÃÖ!—›Õ•†. «SXu“‰ž‚M« ×RÕ,÷\kÆd°QX‹ƒØëg˜€»,¦Â5eP:f)\ã†ü­3àšÏÆ>1~¦ÎôÌõºƒ†ÅV„(gµšºôDì¤ÐÂ0´­FÔR—³ꪤ\ížë¦]áÚ:¯‡ ù)L[©j‚Â>ÂÍË ¥a–-Phs°Cg·:”æÎÓü «¥€™îÁ6Ʀ…2Ò xSfÐ,“ÍH£{1•oÔ›tV»•QfGP, {»âÅŒVdl¬Ê¯cf}iUÉj–0µsý`5/Ë*wzIÿÑZš_í ±TÑRµ~Ö¦³ÌÅ»UgG›t“LRäA!§VåWÑ>Ø_E_«]g2‡!³ÑÂÒ“¿ÙÖaf»Îî`‚­ øë<îjg5‹0ã ú]šbÆú}A÷¿¶“Õ¢3c“YgÑ›rM*„ìŠ|Y¬ŒÏOçäŒs×¹‘›2Æh¬,3`»ñbäÔr g¡Uî  !…ý BƒT3ØO³`¼´ÓóPˆah»‚U0º|Ælw°sómV6[Í:½ÞL*ŨsbØMÙÍ¥îÚ:¿;½5ae·”Öѵ¨4`AµXA{iŸ¿vnÀMW³p µëèñA*i¦q8ò„ž‹ª=>ÊSÙ¹–¦|tȃµînWX k/‚]û,Ma·BEc¢UÜ 4ŒYoÑ™ô+UE †Uõ2­H1}˜ÉŽô6üí?p¤ Yí†aV“Îf7Mf«Î€f‹Îh±Ÿo2é‘qŒÉ€Œæþ–B“6ѸiT lUw̨ÃjUªLi1UY¨D,ÇP3¹ÛȘ à†¶±H¡Ã<ÛljÃ`µÂ–Oi¶Öés«ë 7ºÖû©õkZÚfSRÔ8wÓ´JÁPn&×j,=%Hƒ ±#{iÖjb”j+ƒ +†¢:Ϭs»f™ jió»v©Èa}L­¦YšÊq"¯WÁÒ*µ¶È`Ò9¦êõ:ó8ƒÝ®Ó[³Á–ƒ8ÜcJaf”u ŽùæÐºüjLä:ì´Ã‘ÏÝaÍÍ(åÈC´#˜ÏÙÛ¡-(5˜M`)Ä\ƒ\Ä„±‡61˜òôòÀ‡ ÄfÆÄš´&%+QžÊ˨+ÔæR J»ÃÊ*SéšÕ”ThÂ>­B…é|õ4Ê¢_öÕ`&·9…‡aXÆ]`Échìò€Á½,H‰QÐ]h–*qµ3ȆF“ÃùÂ>WN¡YÒ]d!š›ï¸óç{ÛÏŸtvÉüùX¿¯Ú£DâçCιeÄúP(à¬ö3jd4ëLVnò’¶ ìóè…a&¦±Õ9î¥.'ÃÍj{èùÎ%ØZêñCN/¦½5Ü 2SçD!&àFëöiƒž`È]ëä&4C,³Žð`ñsuµîjÓêDYM¥ü Ã)L™K¹IqO™¹É}ò¸Â^g Œ›s¦it×1Pœ:¿¯¦ Ñ ŠbqÀ_ç`g.?‡fÝA·;<Ó=‡YBÝšõºu ›Îa2±Þ _Õad`ÆûBþ7ó^ë¢@7Í_ãñ1 Cj=¡|8LP•sAg5˲nºÓ§¦@É*–rwv…Õ†ÑöF9f»^g5ÛðBÙÍ&JMYÌ&ÍBÛ:£…:©Ö¨/çGùl%S©¢l&•Ñl×™‘Ùª×ÙŒz¬JÑ[“SiD¨ÒèÐÙÙ L¬Ã葊JƒšŒ:½ÙÌ`Êd²©16™¬ù¬L#TA{¿:LaŒ…™d–îäò×ÖyÝ!?•6…cf4v1¸;X¨¬ Ùüñ‹‘Uņ}:³šÜNãP޳¶Ž¡]˜õ0¨+Ëæå…•Ý4V e² ‹•›D§Ø|Ö„Ì`°;BgAcBnP ¦ŒkÝ(ÈøhJ¯WêDQ~z.]éh, ršð:—Ò ?huȃ‹X ¢i¯?@!šªsûªÝ ( aVYÍ:]!¨ž.ŸÕ›u6³¥¬Ñ†ìJGeÀ]-ŒÆUŽQôÓkUyŒJ¯Vª•”6Ô²;­az*ŒZ³‘F”Ù¤EJĽ k»YåÀ!UH©¢(ª‚^ÂÎó+PÁÐÌ((·®öÌs›ñr×; w°‚qs;ªök½~.™t{= œ´sa˜Ï—°tÐÃé£OÃb@'B˜ r—@0³ô=ãó#ƒNe91,fpÈ ŸF»4uNV¡Á\âFQn–ÏÜXÖ‹1™^Ï(Ið¹©øWU3Û“ðù$4TÖñNHrL„ú¢Sš,ë…¶Šï¶JþÆ`DCø×‰Ñ%J~i<Ä e•±:7îó$ëä$|>«Ð¬´{ÅSxe¼{sO„·Îgüß0f° O†x(Åu‚Õ¸Pv—óo‰ÛS—è׆‹Kª$ŠØÎ—‹ºòKöc¡åÌ]h±« ¦Q±–èÌ¿ïŒâÃ’÷fjüUP#à¨_Rª¸õ6Q˜ uâˆ{g'©Ñè^j”ð:qù8|n£#7¢‡ ¡Ð§Xàç”ÀÕ0xɯ!´w#ÿ·+º«Ñ›¨wwùih6 ;ðt^GÏ/+fÎFƒ‘ŽŠÔïr¬®ßx:Z…Œ Œ•Ð9ð÷ Ì©f¼NÅ}ŵ¸ŸŽßâïÄ|6^Ä/»8á®öùI5ú4žCØ™îD÷C¿Â§Õ”ÕÂw[@õÇâM¶A-k²Œ{Êàf ]¼toe˜^(jäRþ['õ1cï|ϵÕ2xoT\ÊTÆÝ}@úl¼ ‘#áxÓÄ=R¸+¿ÏðWýö/t>ÝŸòÒÃa­g¨zÅDɪ/âÿSœ©@èLÅPf/|¾‘âža|OÜýnI¸›‚I|}ööð6–{åÚüC¾¬áÍx.Úůõ«†åj÷'ìyJöTˆ± Â¨> ¯¿ NQï¢þ@.öŒŒ~¿4Á6g9.Çg+3[ð pØßy[Öào诡¤Ûx%œžq€z?á·û’<û ?Ä¥Ès‡£—y[wk²V>½[ÉÙŽÓŠO|‚âºfž¤PûÚˆ§«WPÇànb«°ì5ü«G$B!õ¸h9í¡÷§Ü«–âJÈ)ï-*Ò¶=Ç<¨œIÅü‡ÓÙˆCB¼¿€æâѯêûñœh,{ ¾kdòÕÐbxçBÿRÌA}n«Ñ ºm¢žŒ;öKhDÜçÉ¢^΀wÏI´ó¾z=G142¯ñ½À§p‘Bˆ·3Ñl¥u>…ŠÃ$(Ù¨AžŠ{7 _†F(íÊ^È®Ìv‚5žF9Ê‚¸Þ÷~uU'åKBtÄ•¨“&¹KQ‘¤+ÎçËEó¥F!~­¦¼Ö‘ø€Ð˜¨÷L¥ûA™6Âçç`¯ÁëJ?ð럮\J=ůÝEܦGÔÂwþ¡¼À7ɵʗ£í;ŸêïW U!*A¤þ=·§µ…h7|Wm9M}ogØÊ1#úüÝqј2šÏ­9ä¡wµ/W£Õ°ßÿ@kü¯½©|ÖA½ ¦C”èU®fè4t5ó¥j7a¬y%ì²ÍE‹TœÅû«÷)Ÿ×¼ þÄ’?\ªîG»ƒß@= þB…ô¦hÐõå¿“OfÓ ŽLÔý!¤66K!´Pœ+è%Î#ðãŸ# VܘõðkàNà5â{iݸ¬Øž0§#Ýî@Â>•2ìÐØ6j”¼O,÷þaà)bÙ’áë$õGiö¹S䉔ÍÔ7•ÍPeJº¼üþ¿þòó΄}DÊ©l¦M3ÅþÝ|ìÙFûŽâ‰u6ŠÇYü׬³]ûïYsû¯¢MwŠõQµfP¢=á8û‰ÛjÿIJ7quo…H´Ð›%ú¼T›M4 eÔk¯æ4™,žöJð‘cHöÙÿ¿Äž 2Ð^£Ì68œ óëÉôѲùõ@´†±Ñ{²Ù/¡&‘9-êÙdÍ«~.'à•šÃÏbäˆs?67ÅܼB÷áxG`Ea|Zž0×ká%ÂÜšÕÄJøö™7O‡;…ÙRaž*É÷ç£Zjìã”YÜ_oŠ›[­e¦ËäÆZŠâXË¿ŠKÄ™Ÿz¨¥–>/™{Éÿ]MÇæä{&d œ=–2MÅïàÙâÒ•hº\RŠË(Ž—I¶»ølÐê%*™×Œg¹¸PÍ—å=qžÙ&~7,…Ífˆ¯ÂVNìPü˜òî¸báoždïh+?¥ø ?—ªKÜŒòzôXR˜¤+Þýf‚;§Ó;.(r3oNþ]ç&Ç73ÿP\$–nyjA H1Gb ‚öÂ…çÇÏÏŠbûÅ ±ÈDUâd]é&AQ’õ’N¾eŠ„2¶5¤“,‰“*H:±åHœXÊ´L‰ÇJ: È4·ŒñþÆÆÆ‰;ûž34,kl+‹ˆûÚ×í·î”1Õ¤±“44g¨ÈìÓb€Û.òÝ¿PòYßtÇ—[†6'‚$βPR¹g7’ÍvÇÍâ%\K&²ïÅ(ù¬~“™Cà§H¸N²ŒŸaàf}bu9 Î'ìŒ8’9S/§M’Ø¥iÛ–8 ·ŸT3 éÊ—üv¢ÌÎRH/õ„dÎgPÄrsë$¶ic{ùFж޸¾7ÁWÒé¯M|¸-ê)ÑcÆûM³žtŸ;eøgœŸ%±m²¸*=ûeÄX9q¶I¬m&Ögr¦aŠä¢WšøŠšIN¢eÍT ’šÌ¾HŒÿ‘´_»è2¡©|¨¹DEªei}"ûHgW”$îhO¿K¡©2b«4¹ª—ÿCìKA¼k®ÏýZnßÑåm'$ƲÉ i4ÙØŠc%íeÏ¢@Û2qN‡ø>®\Ï>õš9g.úí×_d*¯ Ü)¢ošsüÈ ÓaG³³^ Á'Ó`Ÿ2ijËúHìž¶,ÒcŠuãN»>(¾b»#(v_µ4ÉÏÀ¾¨la—8ž2ݨ?]ðkI¹| ä¯M–4§ÛšzHcH\âÔžmÕ_I«¿£ rü³™Ø˜WSNP4§9³ørÚI,÷ã¦Pú˪%e\‘$¹H_åL´IìHã³;Åxà0û,¤Ñ[:»&³ï!«sKú ‰Pk&¢ÚÁ§³>Ö%‹íU×{ÖÜ®š4ec¾ùú«ÿ¼õV<å„“PVŸ†L.‘·£ãÊ ö%Mm-ìt× v€#Å×FÅ™Gj$ŸÒÙ×Ö·¶Þ >€ZÚþ)êÙ/·Ÿ·;Bò|¸ì‘Þñd˜°J5•ñE;Õ'1~4™QB±Yãè,{b}SÄ×vóÏL|ö0NÜ´j)arg ˜ä¯=&_H¬ëX€C=@L GB­Êú:™¸²IT™ûŽ\ÿ„Y¤ž1!kÂf8ÚÖíÔA>Ål’ôôåßVGæE3³Ð‘³#ÑYg™³§øPùgGMÌõŽ$?þð=c ¾è@cæh¨x¶:£ÜësúG®ŸÝ†„뢳&!k͵­É’Ô#rBGø™‚k*N‡1Ö¤º£L“k²ÛàºrÒo‘z}Æn’OÅ› ÔQÊ1÷ÑP6&dÙÒi$Ô#š<‘N‘Äž?"?nãfÃ#·&Ëš3Y‡»tmüñ‡ï#1†C/Š˜… uÄÑé쎜ä‰$ÏD‹ÒÙæ"IòL@@ÐVIt$Æp¿Í:ÜË”€€€€ k ¹VŸ¹´ˆ€€ MQ»`>޶DsO0D(ù›»qdÊüU$\Ï&…ôÉéné&ç ‰rÒ¤HïÚOÛKUßTO8D)ê¹ËCäI€Ò;t¤úÁ!nƒ2s§K_Aéa¨…d÷M,û€´“œr§³ŸœûN'»×²²üËÔe¢Æ•-(S³ÇJyÝwŸK@â£#Æ^ˆÊÝ\>Y`[97`Mep,³±¤1”*CÑdb¸Æfœ5úYNÆ—ææ×Í=µ­ô¶IÊ&½Ñº²@*â:z*¤j“Ä •̾©Ú¶]°A®­ß؆õóhÞTí’ê‘ÀJ\ßo.ޤ½±¾x÷¸Ü¯’$-©ê×äâ>¤±0Ý=RÓÝî)Ý­»2yÈDºöËĶr5‹[©¥–”©=‘,qNuóîÄ„w€ŒºDö½?ÍMÏ“Åç^2ü®Wåh.Á•û°‰æðg’úÊyPI*ÿý5}lw¢}äÆyœ¢}"íú‹H9Hã’•}@ ú\9*9Î~2ò9h-äIJdƒºæbdKÕìÓ—¤‚è‚„§/}I²R$ÏѼ9ƒ‹OuòÊ5ËéèP#àýi:öæHvgÛ’ëaž”l€Û!à˺­E’_¶¤hL“˜â G•© çÉBÍ=53{!×UmÔF™>}I)³-šKt3­GäÉ)Í%})™êÇ2:Ÿ^22âH³~Ì/Ó×ë‹«4cfh†N°Š:‡Õh-ž1¯ØjÔYmÅvƒCg2Û‹gTÏ,êô…Þ²J£E_ZífÂÁ°3àñ³´×IOtÎZÛr–Íž1U :‡ÅB³.¿o–^o¬ œ.Ï,“ÕäË ÒN—Ëã÷¹ƒŠ‚iÎpÈã 12Û‘Õ„Í6›Îêp ÊhF6{éPZ5ãghj PVC±ÅŠLÅ6‡AgÕ‹]µš™³õÅÕéÌ{ñ¹Tm±Å ×MVä-ž®9I£g昭°¼P£×Ù,&³‰RSVd´P&‡…EC'ÕÍÅãü褢J¦REÙL*£ÑŠÍf½Îd1Ñc{û™Zµ?¨u/p»Â,fs*ÝjDÝÄLð`Ú¨FŸœ‹ÌªJƒE¯s˜,Å•&³No´Ñ&6è4Å3+ z½¾t*¢)4(åìvdcF‡ÙÁ() c°ÙuË Uɦ3 ƒÕŽŒ~ÊbÔÙmH§GÔ,£ÕLUêuv³ +|9µt>í0éРî«Ugêf(d¬:‹ÝVd:Î2¸[u6½uz33¾wA0ÌÖ:}l]Ø­ðºË –ÒO èÎñ…¹A„ÙEeFK©Ó븃Ãr¬FçÐ3ÓüZÔ YŠI>Ëãd ö1˜Wf@KµššÀ,“Ù€]l0„}ÕÎ@™ÅRª-Dz«Ã¶ß’{»/YO¨i&¡—3q#Í ö§xJWk“èÆfêÉÒ%žéîБÌ>r­dÉU£4Ž´âI?é&×’=‰1]Ÿ+§ïH£[”Ç$yša[Ï@7÷ÀœtO×Ü™a™dM̤M %³Ð\r5øH$ÉJ—<Ëž*gÔ,kV'Íl–1B‘ë@w¶-H¢S=F.“™z¹ISÚ›)·À©SVCIfgOMõN²]b’ÿu†3ЩÚ$Ѿ‰O'BÍÌ^ÈqÀ֜ʔsXîñ“Ͱg2»)·bò”øaÊàÝF·PIõxÎ(õéëÍÅ‘ Ë–´Ìðёɹ±%Ý #Ý#™ßHý,Qÿéâ*Ê ÆÊMTš·f¶3Yr‘é#¡S>ZN,MñÊ Rø¬ì䬹[º¥‰‡é&nRê$q .M÷ĶVÅHvK´æ|OÆà\N¢•,¹j”l›ñÓ¢2‰†·ü먂üë­âÏ_O<®Œ’š7ö™zfÜþU‘äïB„ò¹ï¡•Š·½þ¸ÁüçQÇ•Æ~`+YŸÿ&¼r+ýùSlÙ;¿JXßÃnÕ‘mðYØ GE•)¨J`d™º…T¥ø¬©’,“¾WJ–%+£2Iù"ûäÞk%ï¿KU6M’Ïš$ÛjÄýK·I\Oº¾2¡~Ê„ã(%ûLe{UBû¤:vsLfM¥ªŸ:ƒãidØV“Áñ¥ë©$mÌörl¤•i›ÈñRµµªíȵ“œviîx‚N0_7VÔŽ"Í«4&¤‹ÉbD¢^xר˜ åÈ㩆ð$°Ø) »$a‘Lv“ÁîÀ2ÙØK{C]û¤`_`q3ì쟄€%i88HÂÁÀÒ,‘°"+ú4M@sZ€V = ‡ Ž•ppTÇÇI88QÂIÀÉÀãSDNNž(áIÀž <]Â3€³€³gKèVççK¸èéY'r!0 >r.p1p pðB —/®ð àÕÀk«€×WoÞ ¼xpÈ»€ˆ| ø8ð)àsÀ¯7ßn¾/r p;ðSàÀ¯€ÿ…ððàA.`1À\`°3°7°p0p(дG'OV}Àó€+€×ÿ \ | øðÌ ÀƒÀBŠA€FàXà©Àà?€Ïw{Ò :x.ðšFÛf†FaàKÀ±,Xžž§¤Ðƒ*È„4z>‡B 0z¾£Ïqg O³:a.6‘‰q•‘NøÌ$ɧbû,˜W¯àhàXï ^¼ öñ$ð#à7@ l4ÓhÐ\ Ü Ì¥h°…þ§)ô)ð2£c”ÝžÃÕká,e9ª§:£Û)¡,(êC‹¤D²iÏõ3ð½þæ‹`»ÀJØn4°z”«€\J:^ÿüžßêcâPtÜ‘Ë_]=:¢sî,ä½½áÛ>À «7ŸoÖ‹ËÓÑH´F\~•AX^ dÙÔ+âr!æþÑ(ÙiL9ÜKœðê‘ÐKJ3¦‘ÄíŠ$ûè$~æ®fè*¾ï&2WÜož¸.—§÷…‚ô¡„ºõ¦„[åôövv,vvvv €ùÀ<`.ÅÍÙ"²FZ±‚ s¤r’Wr­ d ¦„‘ŽŠMÛ €ÿþ ¤€ !´¸¸ø7fþü ø+ð ÷ô„Ÿ€{€?~•ìÆ‚š¾ƒ×oÿþø 䉾~…¥} ¯»€_?~Ü ü¸ Jü^?nþøPÌåŽÜÜÜ üø!ð}àfà{@-ðßÀw›°ÐÖï`aüÓø6æ®FAèMà[À7€yÀ×…À×€ à«ÀW€€/_¾|è†ý>¯ÏëÏbÁÓ8Õ?Ì> 4Á²§àõI Þ?¯€ësí‹…ˆ±^>&ŽÛ×ÎXÐèCðú ða >›àðÙ¯Nqð~ø|/ð>à=X˜à´ÝÞûáu-¼Þ ¼ ¸X€…l× ¼ ¾^oþx;ðV`WNGðƒ§oÏf¡„òs¾ ïÞ¼¸x=ð,Ü’î:xµÀk®‚Ïׯ®^ ¼xn…É žKÄÉ9ﮀå+€ÿ^¼x9p9° ¾wq“ðþbà%ÀnÀrXV ¬æ†ÑðùàùÀÿž\\ʵ|¿ þÜ ^Ï.âôË*€Ýá} ãèX˜¼reåÞröåì k9Â:çÀ«è.ΖÁòÀx?X tçÏætœtÏΞ œ œ <xç³H¸“ÀVx=^g§Ož <x"pð,Ä®©ð:^7'ÃûIÀã9''ÇÇǧ+¹²Ç`!–Ž‚×ã€##€£ÃÀÇÀQ°^?à$¾_â§Ó§ ™Ó1ÐÊùPÏé8 ñŸ‹»Û¹x ì\ œÜ9ƒ ¬„u+¸vá|‹+?§-àD®~ÀõÀ9’É£aâ$Ú8ÎĘþ;ðEà^à®—‚ý”q¶âÚ‹Ó™89·8„óUà³À¡H¸[ ×|ÜÃé–Ó3¼ÞÃ÷cÐ.ÀǸ¶û‹ÝÀŸûpõƒõ¯€÷ãÅIÇS¸öÞ <8¸™Ó"ðq‚x—8ù58x)p °3ðQàÀÙÀ—ÇßÎ.'¹~»§k,LŽOÈÜÎÙxðdà)â Éâ}Ÿ‹—ÜôÓàRà2àù\›a~Ú ]¼ŒÓ ׇs1xpc€Ü¯øžž…„KjßAÂs$¾rÓYÇÏŽåæÞ€ÿäb— pqø8ðIà,àkÀ7€o?â²à·â•ˆÜ婉“£61æYÄXÊÅh.®Äø6T’p1»RŒœŽËÅ<€ÓA™_9Šñ¦³h»|±®\ü(j¤DŒ—¹¢¥¹Iw1é&¶Ud]$9†B,+ÎR0âñhÉDoiòÛóa ÓC³Œ‚;Œ)ŠÂ ‹h’Nša)–U(Úã7`\õ±|D×{ÅAI¾§¨ØzÂ[ŠGäUÍÿa"Ÿha Å%üú4ÿÊý¥9`ÆÅÜbšÜ2ša A¹uX>PÜKÁª xϲ 4+ü…e K³Ü…‚R² xá MN«”Tj•J­ÑhAC¿ÄùìQâ|÷ùe)oü¨;̀ſ¿_ÖÇÆ"§ªzƒ›ŒË?4íü?º}ö;¹Å7À\•o’Q÷å¢ÁîÍ‹-{· ö~JÞºGN²-kÕÉ–NsÌœâVËYë¥&ÃI«ºõ67§ÙÇgÝÑÇ!»ûÒ9ˆà(ÂÐVn‹¨ã—“覌KÐn%±òáDÙuëãpnG)É;G·n‹-±<»ð÷ æÚãU7Yrƒ&ò.»¬ÍµP˜'Ýñ½°•?ÆÙÙJÿ{ï(÷_ñ­[åRÅ2ýmÉ ÚsüqÈㇶ™üh¿öÖ¼CWšÀaˆŸo%©ßÀ܇­í0B}(ŽÆ°©¿û&ïövÈ 7gÐÎ=a[t×Úvî/æ+LJ{ êœÇçb}ZüDlÿ[†žõ¢ÄêÜy”(Ç©Š® ¹Û»Ä5rŠ -¼‡U´°ï¼Kl“¯4-ÙzlJ,¢0“m—óÞ7)ÿ>¶\]#ËWÆyRYܼU¼÷éZßöç¨ÏÊ?¹ÅQø¾ä?ª‡¨@GBXnBÞá-ëÔ6е÷ð>³+ª¶o öòÊ™6·ÉÇü[2¼*âÓhTSˈ`rÞ¾³£Ëü9•yÉña4þÝ£Z‘ûfÁ3÷ĵÏmc ~¤ŸPõ+ü–¿\0VsrBO”­õ7i´µ%cÛ¿(+s(M¹ßó2ÔÙÊ´gw-ž×µ°‹‚zC~ÏçpW_e¸j´ªà‰•_K¼Ÿ¯mÏy;i+•G[ñ‚e—5ceÚËÛh>ÆßN½æ vù­™òþNÎr,8‚®ØFúø9γ~‚½ž¤à®r'õ¸aÍøáÁCv6ú,â<Ž-þ.ӱ˹Fìoß_ßmÒÿ62aXæMXþn;Åã®l˶+h£óº/5éËs^€e» ¾óÔW&øÙÚ4½Åcm0ÿµ¹™ZýÙį§¥ÿž7-aýwÓ”ßÛ‚65EOÎÈ Ç7Ùþ’¸xR’rK¿ÞIjeEukv”3 À­} ö=?o{’Ùž•fƒEÍÌs&NŸvÎü 8ó¨íSº&è«@fo¢–dLÃÁzÿN›Õ²G¸²–§Ã--è]pá!?q“¨Ù¾b„™Ý¡®".—ÄÄm|š,*äIñ›Ëù×+4}ùå/6é N—}Þ[GÄW«Äz׃ÔJêÝ3Ã=~õÝ/dô¤Wñë¬Wù$ÖúºYË9šô?']o²Ê¨:FÖŒž¡Ioy¯€;´2Úñ‰*î„í^ç½àÉ–[eçÃî&}¹–\”¢Ç=7ο¨hQ™³ž ‹Çß–«NØç)ÍœÓxI,myŠõœi¶ÿ-iI÷´ÀvQïQ×À´NÕryTK½[MùÄ–‡[•³ÖÓÍG´ÏdìçwXÓÜŠëæ·Àö«Åøiãÿ:zUªû&ºßGáÝG¡ŽþÎ9Eq€]“4ƒžÖ$þ¯ˆ[¯s†gÑÞhÑÎñ|Î{wÚÌŸi&ó?¿™Ùð³ô0GÒ ÿ%#RÝÑL^^Üfg[¾Nšƒ©Òw Úb[Îö]‚A,±ïâ;E½þ§Mdz ÔG›-Ï?ªæÒ¦6‰JÝâÆ(¬ªˆËnãøÕj5E¥Ž~;]ܲ2ïè±ß¼ êº<Úk|/#Wê—ày;$-õKÆýÏìè]Øüœ!Ñþ÷Ü6l«³ãöU—ffc†èc4¼d[sÌH¬Ô)Îb¶Œj¶'££nŽö¿Õ)ããü4õ¿Xܪ³dkeB>8tkY†‡Z™ÁÏ{v;¯lm‚^ú¤Øªk‚O”Äî¾kO²ùï‡å\Íâ´³ëýŽªQ뇴ÀÏi-34¸·ûù~íz^dW³¥ß'ãú4š·èfzDò}qÓåLI93Û-îØcR¬uCÒÖº úËÙqÛ_š´ %,ÝÄNn•֟ȰŸî•áläÅIÇ´å.“‘¿—áxø'9åÏ3$ØBRûÍ—=Bú4Á"ƒ2*µFÚæGíùþDLÌ=rʺ¶úÌ×¹{aK·€}QT¢~jGñâ”}LmFõÿ»Ýzæ¢#ÖUirôÓÁ(vª½ð;ôa_Çý J´ë5Ï/8YA}œrýwy»]mð=ØñÌûiãùÕb6QKíÈ]'ËîŵJø{9n¦¦3_—!iŽxonIÊ£¸eôY~—2O’ õH™$ñOÿÙ/#—ð4)cEŠ=NOÚöN—/$Ô­'ì¹1¡LËêcïI©ß?dµñ’µ~m¥ ? ÑQ‡Böè«ó\Þ¶´Qk_“6ì%×ì·9vŠýÐvæ”uíÎGIÏP6jσò>Ì,bžæËýæãœÛàÝ®œŸáï9»@‡«˜£±{3ÂÓ8\¢þ]}’ìŒqð!8»§YÏýoÒH™ew9dgþæä+[‘Æ3”ÓÅ_›¤ü¿%Î9d˜}ªÒŒï–ñ¹;ABii`P›ìE]HZäP‚ÆšfûŠ”±}Œ¬¹%¬õyÞ°ü? ºõ‹f›'æ÷á·þ!ï ˆ~EGýÕ£XôÃÅ]­œË(n×r~•4×Ü+é=¯îÐ×úlÎ0W^ßÊÖ8]V|Ý#±ÙeqùašñY¯$ùò £lNÿ YÈ€5näp†äÓAôlš(ç‡þùõ"͇ڿ%Qª—óÏ«àúy“¨SÅž£‚OÌyh_B´béqÜ}kùž½6¯Åqöß¹¤m Ú k’ŒÏl*b—É\2F@@@@@@@@БùQ‚\Í.kÕ}ô/.˜”ûhÁ­¸ŽzAμ­ä\ÁQª»?ûi×öù½.0¿¶fÇ'¡Ó–-6šV {ÓP~ØËîxñ‡:ÿo—³GèŒ;«‡¼`y¡pðóß¿lúê¼7þn1ûûy=~ìþâ¤qŽËVï:éÆõO•~qÙÚ.öWhPç}úÙö—ê?_¶ýQ¯®µŸ\öþ¦Òò¹7 Wÿ¸çž}N©SÌ=ãä¯?ø|åWÏx÷–kËÞýç·Ûö\Ó{ðk½Õó§ëÇ <é¾À÷¿që³9‹/éuãkŸü6¡fàÆ×Ž]Wâ¾ôª_³¯™0çãWf–hÎ#÷ÿZ}ÁW—y7ïU=ßõµÛÞËõôº™¦ß¯šÔÿö«‚StûÖv¯Ë?vÿ¢ßí¾ÿ’›?>ïæœi¾ÿÏ}÷³µyoþ¹3çõ•{Ìç?òVùÔòçÏî±…ºõÏ~ó\uÉòÇþúÈýíп ö¼½lçìÛï^ðùw_Í«8á’Ò 7Ù¢ËÙxÕiN+\Õçsÿ˜£<ûÛqÛ{ß­;¸w̰]onéYM+L7¾è=~íçùêí¯¿Z÷è¦?ضvñí¼Ë¿åýgË^~ç—;Ÿ[SñÅóß=²ý†×~+¿úŸßssýi†û 8ôôÛÞ¸£çânCí?¡¡OüÝë±WêS6rqèÿ~@ýßO¿w߉¦OùûU¯,?¯æÒbW¨dÅÉSþƼ[>wÃÏËM÷ oø­à’/o»ú•Ç Þ\òüS뮿uÒ¨5¾Ý“O;wQÙÞoB×Múô‹îævêôú°’Òþ½6þû«žüâ·—NÝ3ÉÖÉ?¼Øs‚±ó¿ŸVü\qé÷¿m·m9esAWô¿wÞ˜zÚi%×íÙúc¿Ëºä¦?>V8]ó.¬ìÜsàUæMÎ.s®?oÿÝs—OZqûÖÒAÁÉC¯›4èÄ—7t{é¸7o >>ïÆçý<ÚУoIÍ­·ì»où³Ów,ß~úo÷\ybÏ*W X¥¿å:jÝ}3¿Q Ù4qµ{Âà|wÙ5“§éž´LÎ?&¸mÓ«¡Þ¿Ÿ±á§›NÓ-ý¹ðáW¿}¯Ø¦½Âש¼ßÚ«ùùÆðà‰uCoМ1éåú³Ð[¯ùî¯3>ßýØîŸV°' ¿íUã»ß.ôm¹è±ÕŽÛ0pÍšg?í§ž½aÊ¿ç¼ôâ­ oT•î¾Ý´úÞèõÏ÷»`û;ž™7þ>á·_W9>ªÜôBñ³††›ØðHþãÞ 7<ô¿ICθqPÑÞ¾‹në:édUUá{;ïšl?‹ýÉýÎO#<ØÕ¸ô³±öcûý¬V-ïM{tóÝ_9¥„ÝTÅu㞘U4ÿšÏ.êY¹mÃ.½yÓÝÊþ—•¨v¯ ˜I]~â™ÇüºâJÿÂ_7L¼smﺾOÚËî^ÛåªÁÌ¥ÿ«ëúÅ‹Ên=¾p ;HWºµèÌÕ/½xÂWví3W¾óÅÕŽ¿~¸ï®•ùŸv¹ÙvãÇ[ŽõŸÏèÙý’Oúõÿ%ð]¾Ü}³ëšï.*Êõ\ºpÅ=EïÜyÒ?l^j>kÉóçíºbŽâ´IõWŒp=TòXú®›/>ßW8Þ¹äã)º¡Þ‰]Ù!o?ºyÍ«Fè.þúë׿Êäy¿;çßáom9ÝéãÞx´çþûrö¿NÔVÜ1zg¨&¸sù¶‡|¯N«šü™ªïý¹üúç/µæcN+|ô׿/\ùIÿËVþüÈæÜUgÛ­éÒ¹ÿìg^ûOŸNÐ.©þ¿ioôýã¶ç¾xÇ=W,{ÛþwÝG•xô­Eå7WŒÚ>ìÂëÝ_éú-r¦sõCÙì}ôœƒëÖ=¼âØžOz†sGßèø‡¹ßk†UÕì;*^¿pÒþqØm®1?myç©¢š³{—­ïûŒëgÖþÅʃÿ]»ö¡½#žÚ9ê„ã·îX¹É§ùøŽ_©ÿüåÖÅsï½ÎøÂ/Ý÷úãºßú‘y¹÷»½ó½tÞ?Ý´öäö½÷˜~ôØ5#Ͻ¼«½´÷°/¶ôãZÝV¸åd忝­¸öñ¿ÜñŒuÎ<íw3WÍ»oö¤ÓC½?ý·×>ðÃÌGÿïñþ,;¦ü—»ö|ô‰õåßEÞ>wŽñÊÿ{ý¿w^´mÇMxýewÖ½Ù÷‚ÚÆ›†¸€tˆG9ôÅ5Åúâ*͘š¡,†b‡Îa5Z‹gÌ+¶uV[±ÝàЙÌöâÕÅ3K§:}a§·¬ÒhÑ—V»™p0ì xü,íuÒÝ€³Öãö…œe³gLF•ƒÎa±Ð¬Ë×k§Ë3Ëd5ùrƒ´Óåòø}î ¢`š3òxÃAŒŒÅvd5a³Í¦³:ˆ2Í^:”ÖcÍøš…”ÕPl±"S±ÍaÐYõÆbW­fæl}q5B:³Ã^|.U[l1èuF“y‹§kNÒè½Æ¬bÍAo¥M:£Î¤£Øâ™•½^_:ÞKûç.p‡<‹ÊLúR?M! Íu"x¯dÕÈhD6zlØé«Æf# yÊŒ–ÒEeK)6här=^¶š¡ìR¡©þ`(à Ðn¯»1n†6(ÆÒ3àv+è`˜ÕÝY&ØÒ…<ÕÎÃÖ!—›Õ•†. «SXu“‰ž‚M« ×RÕ,0&ƒÂZÄ^?ÃÜØ`1®)ƒBС0Káw0äh×|ƈ0ö1ˆñ3uþ g®×Ô0,¶"D9«ýÐÔ¥'b'…†¡åh5¢–ºœPW%Åàj÷\7í ×Öy=LÈOaÚJU{öyn&Xf( ³lB›ƒ:»Õ¡4wžæWX-Ìt¶16-”‘VÀ›Ò0ƒf™lF…Ü‹©|£Þ¤³Ú­ìŒ2;‚bQØÛ/f̰"ccU~£0ëK+¨JV³„©ë«yY&¨P¹»ÐKúÖÒÌøjOˆ¥‚Œ–ªõk´6Ý`.¶Ø­:;Bؤ3˜ì`’âyª›NoÁd Ùñ! 9µ*¿ŠöÁþ*úZí:“Ñ8 ™–ž„üÅÈæ°3Ûuvƒl]À_çqW;«Y„gÐïòÐ3Öï ºøµ¬›Ì:‹Þ”kR!dWä³Èbe|~:'gœ»ÎÜ” 4Fce™³Ø#§–k8 ­r]y(ìgp¤šÁ~š¥¨ã¥=˜ž‡B CÛ¬¢€Ñå3f»ƒ˜›o³êÌh´ÙjÖéõf:ˆP)FݘÃnÊn.u×Öù•Øé­ û(»¥´Ž®E¥¡ ªÅ ÚKûüµsnºš…©-ÐèXGÒPI3ÃÁ'öXTíñQžÊε4å£C¬u/p»ÂJX{ìÚ`i »*«­ÒànÈ aÌz‹Î¤w¨pX©*R0¬ª—ÑhEŠéÃLv¤·9àoÿ#MÈj7 ³št6»Ùh2[uä0[tF‹ý|“IŒcLd4÷·š ´‰ÆEH£e«ºcF…V«R`J‹©ÊB%b)8†šÉ¥ØFÄL7´E:æ)ØfSÛ«¶|:H³µNŸ[]½ÑµØO­'XëÔÒ6›’¢Æ¹ƒ˜¦U ¦€r3¹Vcé)Adˆ•±ØK³V£T[TXÁ0ÍÐyî`Û5ËQK›ßµKEëcj5µ8È"ÐTŽy½ –V©µE“Î1U¯×™ÇìvÞʘ ¶¬À9àÞS 3£Ô¨»Pp Ì7‡ÖåWcº ×a§Ž|¤P"7£@”#ÑŽ\`>go‡¶ Ô`6¥ s pÆÚÄ`Ê_hÐCÈ‚›kÒš”®Dy*/£®P›K)d(í+«L¥KhVSR¡ û´ ¦óÕÓ(‹|ÙWƒ™ÜBäp†aw%¡±Ë÷² %FAw¡Y:¨ÄÕÎ fM[ä û\9…f=rHwI@@@@@@@@@@@@@@…hn~¼ãΟìm?nÐÙ%óçcý¾jQˆŸC 9ç–ëC¡€³ÚϨ‘Ѭ3Y¹ÉKÚ‚°Ï †™`˜Æ Tç ¸—ºœ 7«í¡ç;—`k©Ç 9½˜öÖp3ÈL…˜€<¬Û§ z‚!w­“›Ð ±Ì"8NÀƒYÄÏÕÕº«=N_¨e5•ò3x W¤0e.å&Å=eFlä&÷QÈã {2nΙ¦QÐ]Ç@qêü¾š2D+(ŠÅ?€¹ül8šuÝ>îðL÷f thÖëÖ)l:‡ÉÄzƒ |U‡‘ï ùÜÌ{­?ˆ9Ü4ÇÇ0 ¨õ„òá0AVÎuÕ,˺éNSœš%«`XÊÝÙvVüFÛå˜ízÕlà 5zd7›(5e1›t6 msèŒvè¤Z£¾xœ峕L¥Š²™TF³]gFf«^g3è±*EoMN¥¡J£Cgg'x0m°£G** VXh2êôf3ƒ)“É¦ÆØd²æc°2PíAþê0…1f’Yº“Ë_[çu‡ü4VÚJŒ™ÑØÅà>î`¡²‚fóÇ/F>VDöuêÌjr;C9ÎÚ:†vaÖà®,›—VvÓX-”É‚,VnbóY2ƒMÀîyœ9Œ ¹A5˜r80®u£ ã£)½^©gEùé¹8ta¤£q°(ÈiÂë\J3ü<6¢Õ!.b5ˆ¦½þ…hªÎí«v+T ,„Ye5ët… zº|VoÖÙÌ–²>F²+•w ´0W9FÑO¯Uå1*½Z©VR Ø SÊî´†é©0jÍFQf“)ô‚®iìfY”‡T!¥Š¢¨ z ;ϯ@Cóá‚BLcäõ÷UÔ5ÞüAÔ«Yg´ÆÝb¬Ì1Úrö\ *‰(Ogò1ƒòìjTf(¥ ÎÉ[i@ÈgÖëôV‡b†®-~pù=>œ“¯]ö¸în ·é Ò£_ï o£|­Ù,Jzуä’>= @σiuoÄBºa×Û‹-F›A‹¥¢ÌVÈd¸LÃiXì:lÑÛtv£™[Ä×NWE—u@z(ä&Íg¶aôpÈ<ÞV\iâ%„J…+°Â\~¦ BîU篮€ü zù0£ Ü>ºÚ3Ï@nÆË]ï€ÜÁ ÆÍuî¨Ú¯õú¹dÒíõ,pÒÎ…a>\ÂÒA#¤> #\ˆta&È]ÁÌÒ[ôŒÏ :”åݘÁ!'|íÒÔ9Y…s‰E¹Y>scýX/Ædz9<£¤ÄGz!áá?Í=蜄Ï'¡¡²ŽwB’c"ÔÒdY/´U|·Uò7#¿NŒ.QòKã1 ~L(«Œ½Ð¹qŸ‡$Y'ñaÝg`š•v¯³xÎçßÀ»G1B£)që|Æÿ cë°ðäå‡R<Å·Ë r9ÿ÷–¸=uA¯ŠŸ‡‹Kª$ŠØÎ—‹ºòKöc¡åÌ]p·”]U0еDgþ}g´”¼7S3ூGý’RÅ­?°‰Â\¨èD܃8 f â³¹¶ZïŠK™Ê¸{Ï‘< òBäH8Þ4qîÊïs ü=îê/t>ÝŸòÒÃa­g¨zÅDÉ3r/âÿSœ©@èLÅPf/|¾^ŸÄ÷Ä=¥ò–„gVšÄ×'`oŸoc¹W®Í?äËúÞŒç¢]ü:\»jX®vž7 dO] *|€ê“ ðøûâõ.êäbÏÈè÷ @ly–ãñxÜq¶2“±Ÿ‡ý·e þ†þJºWÂIà¨÷ãEö%yÞqˆK½Qį_æmÝ­ÉZùôn%g;N+>dám¼®™§'—Á¾6âéêÔ1¸›Ø*,{ ÿê‰PH=.EÎG{èý)÷ª¥¸rÊ{‹Š´-BÏ1*gR1ÿát¶åŠñþš‹G¿ªïÇs¢±ì9,ø®‘ÉW@‹á ýK1õe¸­nD+èr´‰z2îØ/¡qŸ'‹z9Þ='ÑÎûê ôÅlÐÈt¾Æ÷ŸÂE !6ÞÎ D³•jÔ”l3 J¶j§âÞM—¡J»²²+ó€`§Q޲ ®÷½_Ý_ÕIù’q%꤉EîRT$éŠóùðbÑüF©Qˆ_+¤é¯uE$> 4&ê=Sé~P¦ðù9ØÃkðz†Ràüú§+—ROñkw·éµ°ÇÇ(o ðMr­òåhûΧúðëý?{_7’¥k;`‡fr˜™™™™™™9³JXú+ÌÌÌ̇™™¿ôLz¶·§{¦»gfÏîyýSVÉ¥º·.VIG):YTXDʰo™úuЬÍÇÉR‡=üÖ¶á›-›'éð=ëûmmÃ}mÝ¿å”ZY „}ÏÖ? eØ‘d[¾¿Ñ=ÿÍϾ³G¤JT)bó÷¥DáÈ¢a»~,¬C˜˜ðFÔÃð±áÅ¿]É#Y4¬wØø¨4“ä]äºoǼᇿýý}ä˾•ÉIÒ|ã63,cøÞ°,ÑŸÃR'8ü·¤;<Õ¡ÿï¿aÿ'þÄŸøâOü_ÅÈ7]ÚD#/6êû³‚lߟ#üåþçÿ€T?ܳ~øVn+qߊô½þSÙ~XWüÙ3Ÿöûð3š‘¿AñÿÅÿ¤þó±ýP_ü­´û>¶_Âí_?ìÐŒû^òüDG‘ÿDÞ_ÓYØïÓ/ÒH™*ú/<^¾x÷3?Ž3òŸØô÷âýÏüæÎ·’õßDûoXµ|iüw>Ì·r kÏ>ïÇ|ù]§qßå‰ú7øLØÏõùÏúÏó½„ÿ»èÿ~Íoþ›ìÿ‚?üÄþˆÎ~ó?õÍ¿óÉocýQöìõÏ|ò—òi¶ŸÅ@Ü<~BûGú¾?á™ñ;|/þ7Úàß•_?üJLÿ\ÞŸçÏ_Š÷Îåg¦Ó~ ?åþ;býÃo õ[}þZ?Úí§¾ýGíù¿un=ð=~oÿƒ5CÔÀßâ~Ì¿`·ŸÆ_¶ß0ý3ßø›mnkÞªÍ;¿võjØáCÃ>zôóq}ø©Ý#""ÂÒ¥KV®\ù°Ü11¿Ä—ùinøyæ_úøøøð_‚¿lxxx|ØŸøâOü‰?ñ'þÄÿ|þó[5âOü‰ÿ Þ»Aº±ò¯¯÷ÄÏC‘$’I„$F"‘($ ’I†$GR )‘TH4’Iƒ¤EÒ!é‘ HF$’É‚dE²!Ù‘HN$’‰Aò y‘|H~¤R)„FŠ E‘bHq¤R)…”FÊ e‘rHy¤R©„TFª U‘jHu¤R©…ÔFê u‘zH}¤Òi„4Fš M‘fHs¤Òi…´FÚ m‘vH{¤Òé„tFº ]‘nHw¤Òé…ôFú }‘~Hd2„ F† C‘aÈpd2…ŒFÆ c‘qÈxd2™„LF¦ S‘iÈtd‚ (‚!8B $B!4 ,Â!<" " ‘Q шH‰Ef"³ÙÈÄD,ÄFÄE<ÄGd.2™,@"‹ÅÈd)² Yެ@V"«ÕÈd-²Yl@6"›ÍÈd+² ÙŽì@v"»ÝÈd/²Ù@"‡ÃÈä(r 9Žœ@N"§ÓÈä,r9\@."—ËÈ$¹Š\C®#7›È-ä6r¹‹ÜCî#‡È#ä1òyŠFŸ OÑgèsôú}…¾Fß oÑwè{ôúý„~F¿ _Ñx4 Ç"°XB,–‹Ä¢°$XR,–K¥ÄRaÑXj, –K‡¥Ç2`±LXf, –ˆeÇr`9±\Xn,˃åÅòaù±XA¬V+‚ÅŠaűXI¬V+ƒ•ÅÊaå± XE¬V«‚UŪaÕ±XM¬V«ƒÕÅêaõ±XC¬Ök‚5ÅšaͱXK¬ÖkƒµÅÚaí±XG¬Öë‚uźaݱXO¬ÖëƒõÅúaý±Ø@l6‚ ņañØHl6ƒÅÆaã± ØDl6›‚MŦaÓ±‚¡†á‘…у±‡ñ˜€‰À$LÆLÅ4LÇ f`!,›‰ÍÂfcs0³0s0ó0 °¹Ø¶[ˆ-ÂcK°¥Ø2l9¶[‰­ÂVck°µØ:l=¶ÛˆmÂ6c[°­Ø6l;¶Û‰íÂvc{°½Ø>l?v;ˆÂcG°£Ø1ì8v;‰ÂNcg°³Ø9ìbŸ°ÏØì+…ááxžOˆ'Âã‘xžOŠ'Óã)ð”x*<O§ÁÓâéðôx<#ž ÏŒgÁ³âÙðìx<'ž ÏÇàyð¼x>Þoˆ7ÂãMð¦x3¼9Þo‰·Â[ãmð¶x;¼=ÞïˆwÂ;ã]ð®x7¼;Þï‰÷Â{ã}ð¾x?¼?>ˆÂãCð¡ø0|8>‰ÂGãcð±ø8|<>ŸˆOÂ'ãSð©ø4|:>GpÇp'p§pgpçpp¸„˸‚«¸†ë8Ä <„Çâ3ñYøl|nânãîâîã>Ÿ‡ÏÇà ñEøb| ¾_†/ÇWà+ñUøj| ¾_‡¯Ç7àñMøf| ž¸cXØÔ6î”­ø.|7¾ß‹ïÃ[ö +Ù¶TÛýøü(~ ?ŽŸÀOâ§ðÓøü,~?_À/â—ðËø<¿Š_ïã7ð›ø-ü6~¿‹ßÃïãð‡ø#ü1þŠ?ßã/ð—ø+ü5þ‹¿Ãßãðø'ü3þÿŠÇãaD8A$  éÏW ûÛ'"¢‰ÔD"-‘ŽHOd 2™ˆÌD"+‘ÈNä r¹ˆÜD ‘‡ÈKä#òˆ‚D!¢0Q„(J#Š%ˆ’D)¢4Q†(K”#ʈŠD%¢2Q…¨JT#ª5ˆšD-¢6Q‡¨KÔ#ê#ÿëÅÿ°U ðÁ ˆ–D+¢5цhK´#ÚˆŽD'¢3Ñ…èJt#º=ˆžD/¢7чèKô#úˆÄ b01„J #†#ˆ‘Ä(b41†KŒ#ƈ‰Ä$b21…˜JL#¦3„@ ŒÀ ‚ Š  †` Žà  @H„L(„Jh„N@ BD,1“˜EÌ&æ&a6á.á>s‰yÄ|b±XD,&–K‰eÄrb±’XE¬&Ök‰uÄzb±‘ØDl&¶[‰mÄvb±“ØEì&ö{‰}Ä~âq8D&ŽG‰cÄqâq’8Eœ&Îg‰sÄyâq‘¸D\&®qÄUâq¸AÜ$n·‰;Ä]âqŸx@<$‰'ÄSâñœxA¼$^¯‰7Ä[âñžø@|$>Ÿ‰/ÄW"ž#ÃÉ2™LD&&#É(2 ™”LF&'S)ÉTd4™šLC¦%Ó‘éÉ dF2™™ÌBf%³‘ÙÉdN2™›Œ!óyÉ|d~²Y,D&‹EÉbdq²Y’,E–&ËeÉrdy²Y‘¬DV&«UÉjdu²Y“¬EÖ&ëuÉzd}²ÙlD6&›MÉfds²Ù’lE¶&ÛmÉvd{²Ù‘ìDv&»]Éndw²Ù“ìEö&û}É~dr9D&‡CÉaäpr9’EŽ&ÇcÉqäxr9‘œDN&§SÉiätr‰(‰‘8I$I‘4É,É‘<)" H‰”I…TIÔIHdˆŒ%g’³ÈÙäÒ$-Ò&Ò%=Ò'r.9œO. ’‹ÈÅär)¹Œ\N® W’«ÈÕär-¹Ž\On 7’›ÈÍär+¹ÜNî w’»ÈÝär/¹ÜO ’‡ÈÃäò(yŒ#Ÿ“/È—ä+ò5ù†|K¾#ß“Èä'ò3ù…üJÆ“aT8A% R‰¨ÄT$E%¡’RɨäT *%•ŠŠ¦RSi¨´T:*=•ÊHe¢2SY¨¬T6*;•ƒÊIå¢rS1T*/•ÊO  R…¨ÂTª(UŒ*N• JR¥¨ÒTª,UŽ*OU *R•¨ÊTª*UªNÕ jRµ¨ÚTª.UªO5 R¨ÆTª)ÕŒjNµ ZR­¨ÖTª-ÕŽjOu :R¨ÎTª+ÕêNõ zR½¨ÞTª/ÕêO  Rƒ¨ÁÔj(5ŒN FR£¨ÑÔj,5ŽOM &R“¨ÉÔj*5šNÍ  ¥0 §Ф(ЦŠ¥8ЧJ¤%Q2¥P*¥Q:)ƒ Q±ÔLj5›šC™”EÙ”C¹”GùT@Í¥æQó©ÔBjµ˜ZB-¥–QË©ÔJjµšZC­¥ÖQë© ÔFjµ™ÚBm¥¶QÛ©ÔNjµ›ÚCí¥öQû©ÔAêu˜:B¥ŽQÇ©ÔIêuš:C¥ÎQç© ÔEêu™ºBÅQW©kÔuêu“ºEݦîPw©{Ô}êõzD=¦žPO©gÔsêõ’zE½¦ÞPo©wÔ{êõ‘úD}¦¾P_©x*Œ§#ètB:˜Ž¤£è$tR:œNA§¤SÑÑtj: –NG§§3ÐéLtf: •ÎFg§sÐ9é\tn:†ÎCç¥óÑùétAº]˜.B¥‹ÑÅétIº]š.C—¥ËÑåé tEº]™®BW¥«ÑÕétMº]›®C×¥ëÑõétCºݘnB7¥›ÑÍétKºÝšnC·¥ÛÑíétGºÝ™îBw¥»ÑÝétOºÝ›îC÷¥ûÑýéô@z=˜B¥‡ÑÃéôHz=šC¥ÇÑãé ôDz=™žBO¥§ÑÓé4B£4Fã4A“4EÓ4C³4Gó´@‹4 %Z¦Z¥5Z§!mÐ!:–žIÏ¢gÓsh“¶h›vh—öhŸè¹ô½€^H/¢ÓKè¥ô2z9½‚^I¯¢WÓkèµô:z=½ÞHo¢7Ó[è­ô6z;½ƒÞIï¢wÓ{è½ô>z?}€>H¢ÓGè£ô1ú8}‚>IŸ¢OÓgè³ô9ú<}¾H_¢/ÓWè8ú*}¾Nß oÒ·èÛôú.}¾O? ÒèÇôú)ýŒ~N¿ _Ò¯è×ôú-ýŽ~O ?ÒŸèÏôú+O‡1áL“€IÈ$b3‘L“„IÊ$c’3)˜”L*&šIͤaÒ2é˜ôL&#“‰ÉÌda²2Ù˜ìL&'“‹ÉÍÄ0y˜¼L>&?S€)Èb 3E˜¢L1¦8S‚)É”bJ3e˜²L9¦Ó€iÈ4b3M˜¦L3¦9Ó‚iÉ´bZ3m˜¶L;¦=ÓéÈtb:3]˜®L7¦;ÓƒéÉôbz3}˜¾L?¦?3€È b3C˜¡Ì0f83‚ÉŒbF3c˜±Ì8f<3™ÈLb&3S˜©Ì4f:3ƒA”Áœ!’¡ša–áž‘ŒÄȌ¨ŒÆè d &ÄÄ23™YÌlfc2c3ã2ã33—™ÇÌg0 ™EÌbf ³”YÆ,gV0+™UÌjf ³–YǬg60™MÌff ³•ÙÆlgv0;™]Ìnf³—ÙÇìg0™CÌaæs”9ÆgN0'™SÌiæ s–9Çœg.0™KÌeæ Ç\e®1×™ÌMæs›¹ÃÜeî1÷™ÌCæó˜yÂû€}È>b³Oاì3ö9û‚}ɾb_³oØ·ì;ö=ûýÈ~b?³_دl<Æ…s\.!—ˆKÌErQ\.)—ŒKÎ¥àRr©¸h.5—†KË¥ãÒs¸Œ\&.3—…ËÊeã²s9¸œ\..7Ãåáòrù¸ü\® Wˆ+ÌáŠrŸâ\ ®$WŠ+Í•áÊrå¸ò\®"W‰«ÌUáªrÕ¸ê\ ®&W‹«ÍÕáêrõ¸ú\®!׈kÌ5ášr͸æ\ ®%׊k͵áÚrí¸öÜÛVaa)êUÜëÊuãºs=¸ž\/®7ׇëËõãús¸Ü n07„Ê ã†s#¸‘Ü(n47†ËãÆs¸‰Ü$n27…›ÊMã¦s38„C9ŒÃ9‚#9Š£9†c9Žã99ÀIœÌ)œÊiœÎAÎàB\,7“›ÅÍææp&gq6çp.çq>ps¹yÜ|n·[Ä-æ–pK¹eÜrn·’[Å­æÖpk¹uÜzn·‘ÛÄmæ¶p[¹mÜvn·“ÛÅíæöp{¹}Ü~îw;ÄæŽpG¹cÜqîw’;ÅæÎpg¹sÜyîw‘»Ä]æ®pqÜUîw»ÁÝänq·¹;Ü]îwŸ{À=äq¹'ÜSî÷œ{Á½ä^q¯¹7Ü[î÷žûÀ}ä>qŸ¹/ÜW.ž ãÃù>ŸOÄ'æ#ù(> Ÿ”OÆ'çSð)ùT|4ŸšOçåÓñéù |F>Ÿ™ÏÂgå³ñÙù|N>Ÿ›áóðyù||~¾_/Äæ‹ðEùb|q¾_’/Å—æËðeùr|y¾_‘¯ÄWæ«ðUùj|u¾_“¯Å׿ëðuùz|}¾ßoÄ7æ›ðMùf|s¾ß’oÅ·æÛðmùv|{¾ß‘ïÄwæ»ð]ùn|w¾ß“ïÅ÷æûð}ù~|~?Äæ‡ðCùaüp~?’ÅæÇðcùqüx~?‘ŸÄOæ§ðSùiüt~ð(ñ8Oð$Oñ4Ïð,ÏñŽ¿Ê_ã¯ó7ø›ü-þ6‡¿Ëßãïóø‡ü#þ1ÿ„Ê?ãŸó/ø—ü+þ5ÿ†Ë¿ãßóøü'þ3ÿ…ÿÊÇóaB¸!$ ‰„ÄB¤%$’ É„äB !¥JˆR i„´B:!½AÈ(d2 Y„¬B6!»CÈ)är 1B!¯OÈ/ …„ÂB¡¨PL(.”J ¥„ÒB¡¬PN(/T* •„ÊB¡ªPM¨.Ôj µ„ÚB¡®PO¨/4 „ÆB¡©ÐLh.´Z ­„ÖB¡­ÐNh/t: „ÎB¡«ÐMè.ôz ½„ÞB¡¯ÐOè/  ƒ„ÁÂa¨0L.ŒF £„ÑÂa¬0N/L& “„ÉÂaª0M˜.Ì0(8A€ ² ª  ºC ±ÂLa–0[˜#˜‚%Ø‚#¸‚'øB Ìæ ó…ÂBa‘°XX",– Ë…ÂJa•°ZX#¬Ö ë… ÂFa“°YØ"l¶ Û…ÂNa—°[Ø#ìö û…ÂAápX8"Ž Ç…ÂIá”pZ8#œÎ ç… ÂEá’pY¸"Ä W…kÂuá†pS¸%Üîw…{Â}áðPx$<žO…gÂsá…ðRx%¼Þo…wÂ{áƒðQø$|¾_…x!L #ÄbB1‘˜XŒ£Ä$bR1™˜\L!¦S‰Ñbj1˜VL'¦3ˆÅLbf1‹˜UÌ&fsˆ9Å\bn1FÌ#æó‰ùÅbA±XX,"‹‰ÅÅbI±”XZ,#–ˉåÅ bE±’XY¬"V«‰ÕÅbM±–X[¬#Öë‰õÅbC±‘ØXl"6›‰ÍÅbK±•ØZl#¶Û‰íÅbG±“ØYì"v»‰ÝÅbO±—Ø[ì#öû‰ýÅâ@q8X"‡‰ÃÅâHq”8Z#ŽljãÅ âDq’8Yœ"N§‰ÓÅ""¢"&â"!’"%Ò"#²"'ò¢ Š"%QQ5Q¡hˆ!1Vœ)Îg‹sDS´D[tDWôD_ Ĺâq¿x@<(‹GÄ£â1ñ¸xB<)žO‹gijâ9ñ¼xA¼(^/‹WÄ8ñªxM¼.ÞoŠ·ÄÛâñ®xO¼/>ŠÄÇâñ©øL|.¾_НÄ×âñ­øN|/~?ŠŸÄÏâñ«/†p€„ H "AH’‚d 9HR‚T ¤i@Z¤@F dY@V d9@N ä1 È òü (  ( Šâ ( JÒ  ( Êò ¨*Ê  ¨ ªê ¨ jÚ ¨ êú hÆ  h šæ h ZÖ  h Úö è:Π è ºî è zÞ è úþ`Á` †á` FÑ`  Æñ`˜&É` ˜ ¦é`@ 0€€4` 8Àˆ È@*Ѐ 0@Ä‚™`˜ æXÀp|€¹`˜€…`X –€¥`XV€•`X Ö€µ`X6€`Ø ¶€­`Øv€`Ø ö€½`Ø€ƒà8 Ž€£à8N€“à8 ΀³à8.€‹à¸ ®€8p\×Á pÜ·ÁpÜ÷Áð<Áð<ÏÁ ð¼¯Áð¼ïÁð|ŸÁðă0)\ŠH ¥DRb)RŠ’’HI¥dRr)…”RJ%EK©¥4RZ)”^Ê e”2I™¥,RV)›”]Ê!å”rI¹¥)”WÊ'å— H¥BRa©ˆTT*&—JH%¥RRi©ŒTV*'•—*H¥JRe©ŠTUª&U—jH5¥ZRm©ŽTWª'Õ—H ¥FRc©‰ÔTj&5—ZH-¥VRk©ÔVj'µ—:H¥NRg©‹ÔUê&u—zH=¥^Ro©ÔWê'õ—H¥AÒ`iˆ4T& —FH#¥QÒhiŒ4V'—&H¥IÒdiŠ4Uš&M—fHˆ„J˜„K„DJ”DKŒÄJœÄK‚$J@’$YR$UÒ$]‚’!…¤Xi¦4Kš-Í‘LÉ’lÉ‘\É“|)æJó¤ùÒi¡´HZ,-‘–JˤåÒ i¥´JZ-­‘ÖJë¤õÒi£´IÚ,m‘¶JÛ¤íÒi§´KÚ-í‘öJû¤ýÒé tH:,‘ŽJǤãÒ é¤tJ:-‘ÎJç¤óÒé¢tIº,]‘⤫Ò5éºtCº)Ý’nKw¤»Ò=é¾ô@z(=’KO¤§Ò3é¹ôBz)½’^Ko¤·Ò;é½ôAú(}’>K_¤¯R¼&‡Ër9¡œHN,GÊQr9©œLN.§SÊ©äh9µœFN+§“ÓËäŒr&9³œEÎ*g“³Ë9äœr.9·#ç‘óÊùäür¹ \H.,‘‹ÊÅäâr ¹¤\J.-—‘ËÊåäòr¹¢\I®,W‘«ÊÕäêr ¹¦\K®-בëÊõäúr¹¡ÜHn,7‘›ÊÍäær ¹¥ÜJn-·‘ÛÊíäör¹£ÜIî,w‘»ÊÝäîr¹§ÜKî-÷‘ûÊýäþòy  ”ɇå#òQù˜|\>!Ÿ”Oɧå3òYùœ|^¾ _”/É—å+rœ|U¾&_—oÈ7å[òmùŽ|W¾'ß—ÈåGòcù‰üT~&?—_È/åWòkùüV~'¿—?ÈåOògù‹üUŽ—Ã”p%BI $T)‰•H%JI¢$U’)É•JJ%•­¤VÒ(i•tJz%ƒ’QɤdV²(Y•lJv%‡’SÉ¥äVb”J_¥ŸÒ_  T)ƒ•!ÊPe˜2\¡ŒTF)£•1ÊXeœ2^™ LT&)“•)ÊTeš2]™¡ ª` ® ©P ­0 «p ¯ЍERdEQTESt*†Rb•™Ê,e¶2G1K±GqOñ•@™«ÌSæ+ ”…Ê"e±²DYª,S–++”•Ê*eµ²FY«¬SÖ+”Ê&e³²EÙªlS¶+;”Ê.e·²GÙ«ìSö+”ƒÊ!å°rD9ªSŽ+'”“Ê)å´rF9«œSÎ+”‹Ê%å²rE‰S®*×”ëÊ å¦rK¹­ÜQî*÷”ûÊå¡òHy¬T©Õ'êSõ™ú\}¡¾T_©¯Õ7ê[õú^ý ~T?©ŸÕ/êW5^ Óµ-–PK¤%Ö"µ(-‰–TK¦%×Rh)µTZ´–ZK£¥ÕÒiéµ ZF-“–YË¢eÕ²iÙµZN-—–[‹Ñòhyµ|Z~­€VP+¤ÖŠhEµbZq­„VR+¥•ÖÊheµrZy­‚VQ«¤UÖªhUµjZu­†VS«¥ÕÖêhuµzZ}­ÖPk¤5ÖšhMµfZs­…ÖRk¥µÖÚhmµvZ{­ƒÖQë¤uÖºh]µnZw­‡ÖSë¥õÖúh}µ~Zm€6P¤ Ö†hCµaÚpm„6R¥ÖÆhcµqÚxm‚6Q›¤MÖ¦hSµiÚtm††h¨†i¸Fh¤Fi´Æh¬Æi¼&h¢4I“5ES5MÓ5¨ZH‹Õfj³´ÙÚÍÔ,ÍÖÍÕ<Í×m®6O›¯-Ðj‹´ÅÚm©¶L[®­ÐVj«´ÕÚm­¶N[¯mÐ6j›´ÍÚm«¶MÛ®íÐvj»´ÝÚm¯¶OÛ¯Ðj‡´ÃÚí¨vL;®ÐNj§´ÓÚí¬vN;¯]Ð.j—´ËÚ-N»ª]Ó®k7´›Ú-í¶vG»«ÝÓîk´‡Ú#í±öD{ª=Óžk/´—Ú+íµöF{«½ÓÞk´Ú'í³öEûªÅkaz¸¡'Ðê‰ôÄz¤¥'Ñ“êÉôäz =¥žJÖSëiô´z:=½žAϨgÒ3ëYô¬z6=»žCÏ©çÒsë1z=¯žOϯÐ ê…ôÂz½¨^L/®—ÐKê¥ôÒz½¬^N/¯WÐ+ê•ôÊz½ª^M¯®×ÐkêµôÚz½®^O¯¯7ÐêôÆz½©ÞLo®·Ð[ê­ôÖz½­ÞNo¯wÐ;êôÎz½«ÞMï®÷Ð{ê½ôÞz½¯ÞOï¯ÐêƒôÁú}¨>L®ÐGê£ôÑú}¬>N¯OÐ'ê“ôÉú}ª>MŸ®ÏÐÕ1× Ô)ÖÕ9×]Ô.鲮誮éºuCé±úL}–>[Ÿ£›º¥Ûº£»º§ûz ÏÕçéóõúB}‘¾X_¢/Õ—éËõúJ}•¾Z_£¯Õ×éëõ úF}“¾YߢoÕ·éÛõúN}—¾[ߣïÕ÷éûõúAý~X?¢ÕéÇõúIý”~Z?£ŸÕÏéçõ úEý’~Y¿¢ÇéWõkúuý†~S¿¥ßÖïèwõ{ú}ýþP¤?ÖŸèOõgúsýD»°°˜f;ñú[ýþ^ÿ Ô?éŸõ/úW=^ƒá0&€ a"˜FÂ(˜&…É`r˜¦„©`4L ÓÀ´0L3ÀŒ0Ì ³À¬0ÌsÀœ0Ì c`˜æƒùaX‚…aXƒÅa X–‚¥aX–ƒåaXV‚•aXVƒÕa XÖ‚µaXÖƒõaØ6‚aØ6ƒÍa ض‚­aضƒíaØv‚aØvƒÝaØö‚½aØöƒýá8‚ƒá8ƒÃá8Ž‚£á8Žƒãá8N‚“á8NƒÓá ˆ@b‡$!iÈ@r‡!€”¡U¨ABhÀŒ…3á,8Î&´  èBú0€sá<8.€ á"¸.Ká2¸®€+á*¸®ká:¸n€á&¸n[á6¸î€;á.¸î{á>¸€á!xGá1xž€'á)xžgá9x^€á%x^qð*¼¯Ãð&¼oÃ;ð.¼ïÃð!|Ã'ð)|ŸÃð%|_Ã7ð-|ßÃð#ü?Ã/ð+Œ‡aF¸a$0‰ŒÄF¤e$1’ÉŒäF #¥‘ʈ6RiŒ´F:#½‘ÁÈhd22YŒ¬F6#»‘ÃÈiä2r1F#¯‘ÏÈo0 …ŒÂF£¨QÌ(n”0J¥ŒÒF£¬QÎ(oT0*•ŒÊF£ªQͨnÔ0jµŒÚF£®QϨo40ŒÆF£©ÑÌhn´0Z­ŒÖF£­ÑÎhot0:ŒÎF£«ÑÍènô0z½ŒÞF£¯ÑÏèo 0ƒŒÁÆc¨1ÌnŒ0F£ŒÑÆc¬1ÎoL0&“ŒÉÆcª1͘nÌ0507ƒ4(ƒ6ƒ58ƒ7C4€!²¡ª¡º ñÆLc–1Û˜c˜†e؆c¸†gøF`Ì5æóÆBc‘±ØXb,5–ËÆJc•±ÚXc¬5Öë ÆFc“±ÙØbl5¶ÛÆNc—±ÛØcì5öûÆAãqØ8b5ŽÇÆIã”qÚ8cœ5Îç ÆEã’qÙ¸bÄWkÆuã†qÓ¸eÜ6îw{Æ}ãñÐxd<6žOgÆsã…ñÒxe¼6ÞowÆ{ãƒñÑød|6¾_x#,Š%% % %E†¢BIBICÉBÉC)B)C©Bѡԡ4¡´¡t¡ô¡ ¡Œ¡L¡Ì¡,¡¬¡l¡ì¡¡œ¡\¡Ü¡˜PžPÞP¾PþPPÁP¡PáP‘PÑP±PñP‰PÉP©PéP™PÙP¹PùP…PÅP¥PåP•PÕPµPõPPÍP­PíPPÝP½PýPƒPÃP£PãP“PÓP³PóP‹PËP«PëP›PÛP»PûP‡PÇP§PçP—P×P·P÷PPÏP¯PïPŸPßС}oÌoÜ/4$44tÿcïÇg¨õ×cÕzÿoヿl3š Üëè¿mO[?æ÷S(Úûq~‘ôÿö¯ "bÿxß|YþQ+›íÐLð«Ÿó­û¯Èù0ô+ž“>,¬oìÿ¤Æçgùã}•oRÔÿ™§R?Ù€¸â?ôü6”ÌùõA’ÿ&ªgf*ý¯ôoó‡{~—àSÖ°°û3ÿ¾=ÉÈÁM»üïã1¡èýÿÀ>Úï²]ÝbÑE­ ŸõŸ”°f쉷GüÞ^{Cÿ“Vh1³åÏ|gTËÿ{sBGîïrï·œSdö/_½©ÛÕ±Á?ÖJó…Íe£O}ëU3ÏV¦&¿2Mú›èÙÃÂz4ù¥kö}[•´(ò[¸|ú[¹4ùgQ¿!ÞЙ¿U.â_ʼèà6±*òJÓ¬¿c‹=ÿÝV}×_¿_ýé?‰À)£¦ÿï­rý-÷ÇŽ¬öÃ>Ü?žŠ¡çüµ¶2ôúgQ\ï÷E¿¨£çßþ{æ/c»:ûŸË±àï®9þN fÿk>·-ÏÿÎøš`N4'™“Í)æTsš9Ýœa"&jb&n&iR&m2&kr&o ¦hS2eS1US3uš†2cÍ™æ,s¶9Ç4MË´MÇtMÏôÍÀœkÎ3ç› Ì…æ"s±¹Ä\j.3—›+Ì•æ*sµ¹Æ\k®3×›Ìæ&s³¹ÅÜjn3·›;Ìæ.s·¹ÇÜkî3÷›̃æ!ó°yÄ1ŸšÏÌçæ ó¥ùÊ|m¾1ßšïÌ÷æó£ùÉül~1¿šñf˜nEX ¬„V"+±iEYI¬¤V2+¹•ÂJi¥²¢­ÔV+­•ÎJoe°2Z™¬ÌV+«•ÍÊnå°rZ¹¬ÜVŒ•ÇÊkå³ò[¬‚V!«°UÄ*j³Š[%¬’V)«´UÆ*k•³Ê[¬ŠV%«²UŪjU³ª[5¬šV-«¶UǪkÕ³ê[ ¬†V#«±ÕÄjj5³š[-¬–V+«µÕÆjkµ³Ú[¬ŽV'«³ÕÅêju³º[=¬žV/«·ÕÇêkõ³ú[¬Ö k°5Äj ³†[#¬‘Ö(k´5Æk³Æ[¬‰Ö$k²5ÅšjM³¦[3,ÄB-ÌÂ-Â"-Ê¢-Æb-Îâ-Á-`I–l)–ji–nA˰BV¬5ÓšeͶæX¦eY¶åX®åY¾Xs­yÖ|kµÐZd-¶–XK­eÖrk…µÒZe­¶ÖXk­uÖzkƒµÑÚdm¶¶X[­mÖvk‡µÓÚeí¶öX{­}Ö~ë€uÐ:d¶ŽXG­cÖqë„uÒ:e¶ÎXg­sÖyë‚uѺd]¶®XqÖUëšuݺaÝ´nY·­;Ö]ëžußz`=´Y­'ÖSë™õÜza½´^Y¯­7Ö[ëõÞú`}´>YŸ­/ÖW+Þ ³Ãí;ÐNd'¶#í(;‰ÔNf'·SØ)íTv´ÚNc§µÓÙéí vF;“ÙÎbgµ³ÙÙívN;—ÛŽ±óØyí|v~»€]Ð.d¶‹ØEíbvq»„]Ò.e—¶ËØeírvy»‚]Ñ®dW¶«ØUíjvu»†]Ó®e×¶ëØuízv}»ÝÐnd7¶›ØMífvs»…ÝÒne·¶ÛØmívv{»ƒÝÑîdw¶»Ø]ínvw»‡ÝÓîe÷¶ûØ}í~v{€=Ðd¶‡ØCíaöp{„=Òe¶ÇØcíqöx{‚=ÑždO¶§ØSíiöt{†Ø¨Ù¸MؤMÙ´ÍØ¬ÍÙ¼-Ø¢ lÉ–mÅVmÍÖmhvÈŽµgÚ³ìÙöÛ´-Û¶Ûµ=Û·{®=Ïžo/°Ú‹ìÅö{©½Ì^n¯°WÚ«ìÕö{­½Î^oo°7Ú›ìÍö{«½ÍÞnï°wÚ»ìÝö{¯½ÏÞo°Ú‡ìÃöû¨}Ì>nŸ°OÚ§ìÓöû¬}Î>o_°/Ú—ìËö;ξj_³¯Û7ì›ö-û¶}Ǿkß³ïÛì‡ö#û±ýÄ~j?³ŸÛ/ì—ö+ûµýÆ~k¿³ßÛìö'û³ýÅþjÇÛaN¸á$p:‰œÄN¤å$q’:ÉœäN '¥“ʉvR;iœ´N:'½“ÁÉèdr2;Yœ¬N6'»“ÃÉéärr;1N'¯“ÏÉïp :…œÂN§¨SÌ)î”pJ:¥œÒN§¬SÎ)ïTp*:•œÊN§ªSÍ©îÔpj:µœÚN§®SÏ©ï4p:œÆN§©ÓÌiî´pZ:­œÖN§­ÓÎiïtp::œÎN§«ÓÍéîôpz:½œÞN§¯ÓÏéï p:ƒœÁÎg¨3ÌîŒpF:£œÑÎg¬3ÎïLp&:“œÉÎgª3Í™îÌpu0w‡t(‡v‡u8‡wGt€#9²£8ª£9ºà 9±ÎLg–3Û™ã˜ŽåØŽã¸ŽçøNàÌuæ9óÎBg‘³ØYâ,u–9ËÎJg•³ÚYã¬uÖ9ë ÎFg“³ÙÙâlu¶9ÛÎNg—³ÛÙãìuö9ûÎAçsØ9âuŽ9ÇÎIç”sÚ9ãœuÎ9ç ÎEç’sÙ¹âÄ9WkÎuç†sÓ¹åÜvî8w{Î}çóÐyäw¿{À=èr»GÜ£î1÷¸{Â=éžrO»gܳî9÷¼{Á½è^r/»WÜ8÷ª{ͽîÞpoº·ÜÛî÷®{Ͻï>pºÜÇî÷©ûÌ}î¾p_º¯Ü×î÷­ûÎ}ï~p?ºŸÜÏî÷«ï†yá^„—ÀKè%ò{‘^”—ÄKê%ó’{)¼”^*/ÚKí¥ñÒzé¼ô^/£—ÉËìeñ²zÙ¼ì^/§—ËËíÅxy¼¼^>/¿WÀ+èò {E¼¢^1¯¸WÂ+é•òJ{e¼²^9¯¼WÁ«èUò*{U¼ª^5¯ºWëéÕòj{u¼º^=¯¾×Àkè5ò{M¼¦^3¯¹×ÂkéµòZ{m¼¶^;¯½×Áëèuò:{]¼®^7¯»×Ãëéõòz{}¼¾^?¯¿7Àè ò{C¼¡Þ0o¸7ÂéòF{c¼±Þ8o¼7Á›èMò&{S¼©Þ4oº7ÃC<ÔÃ<Ü#<Ò£<Úc<Öã<Þ<Ñžäɞ⩞æéô /äÅz3½YÞloŽgz–g{Žçzžç{7×›çÍ÷x ½EÞbo‰·Ô[æ-÷Vx+½UÞjo·Ö[ç­÷6x½MÞfo‹·ÕÛæm÷vx;½]Þno·×Ûçí÷x½CÞaïˆwÔ;æ÷Nx'½SÞiïŒwÖ;ç÷.x½KÞeïŠç]õ®y×½ÞMï–wÛ»ãÝõîy÷½ÞCï‘÷Ø{â=õžyϽÞKï•÷Ú{ã½õÞyï½ÞGï“÷Ùûâ}õâ½0?Üðø ýD~b?Òò“øIýd~r?…ŸÒOåGû©ý4~Z?ŸÞÏàgô3ù™ý,~V?›ŸÝÏáçôsù¹ý?Ÿ×Ïçç÷ øýB~a¿ˆ_Ô/æ÷Kø%ýR~i¿Œ_Ö/ç—÷+øýJ~e¿Š_Õ¯æW÷kø5ýZ~m¿Ž_ׯç×÷ø ýF~c¿‰ßÔoæ7÷[ø-ýV~k¿ßÖoç·÷;øýN~g¿‹ßÕïæw÷{ø=ý^~o¿ß×ïç÷÷øýAþ`ˆ?Ôæ÷Gø#ýQþhŒ?Öç÷'øýIþdŠ?ÕŸæO÷gøˆú˜û„Oú”OûŒÏúœÏû‚/úÀ—|ÙW|Õ×|݇¾á‡üX¦?ËŸíÏñMßòmßñ]ßó}?ðçúóüùþ¡¿È_ì/ñ—úËüåþ ¥¿Ê_í¯ñ×úëüõþ£¿Éßìoñ·úÛüíþ§¿Ëßíïñ÷úûüýþÿ È?ìñúÇüãþ ÿ¤Ê?íŸñÏúçüóþÿ¢É¿ì_ñãü«þ5ÿºÿéßòoûwü»þ=ÿ¾ÿÀè?òûOü§þ3ÿ¹ÿÂé¿ò_ûoü·þ;ÿ½ÿÁÿèò?û_ü¯~¼„A‚ a(HDQA’ i,H¤R©‚è u&H¤ Ò‚ŒA¦ s%Èd ²9‚œA® wä òù‚üA `P(( ŠÅ‚âA‰ dP*(” Êå‚òA… bP)¨T ªÕ‚êA fP+¨Ô êõ‚úAƒ aÐ(h4 šÍ‚æA‹ eÐ*h´ Úí‚öA‡ cÐ)èt ºÝ‚îA gÐ+èô úý‚þÁ€``0( †ÂáÁˆ`d0*Œ Æã‚ñÁ„`b0)˜L ¦Ó‚éÁŒ Ð ð€È€ è€ Ø€ ø@ÄR J Z 00‚PÌ f³ƒ9X8xÁÜ`^0?X, ‹ƒ%ÁÒ`Y°Øl 6›ƒ-ÁÖ`[°=Øì v»ƒ=ÁÞ`_°?8 ‡ƒ#ÁÑàXp<8œ N§ƒ3ÁÙà\p>¸\ .—ƒ+A\p5¸\n7ƒ[ÁíàNp7¸ÜƒÿW<PaPͶmÛ¶ÖÖ²ÝZ­–¶Ü²µjµjië_¼l»mm ËXÚ²ís'r7r/r?ò ò0ò(ò8ò$ò4ò,ò<ò"ò2ò*ò:ò&ò6ò.ò>ò!Q Ñ1 ±qñ‘ ‘‰‘I‘ É‘)‘ ©‘i‘é‘‘ ™‘Y‘ Ù‘9‘ ¹‘y‘ùQQ…QEQ ÅQ%Q ¥QeQåQQ •QUQ ÕQ5Q ¡6>Æ'¨ƒOQõP ÐÐMÐÍÐ-ЭÐmÐíÐð:âstBg|.èŠ/Ñ ÝÑ=ñz¡7ú /úák|ƒþ€„Á‚¡†o1#0£0c0ã00“0S0Ó0ßafb¾ÇlÌÁ˜‹y˜± ±‹±?ág,E!˰+°«°k°ë°°›°[°Û°;°»°{°û°¿àWü†øàOÄ!Æü…£8†ã8¿q§pgpçpp—ð.ã ®â®ã_ü‡¸‰[¸;¸‹{¸xˆGxŒ'xŠgxŽx‰Wx7x‹wxˆÂ¨ŒÆèŒÁ˜ŒÅ،øŒÇøLÀ„LÄÄL¤LÆäLÁ”LÅÔLôLÇôÌÀŒÌÄÌÌÂ¬ÌÆìÌÁœÌÅÜÌüÌÇü,À‚,ÄÂ,¢,Æâ,Á’,ÅÒ,ò,Çò¬ÀЬÄʬª¬Æê¬Áš¬ÅX›óÖ᧬Ëz¬ÏlÈFlÌ&lÊflÎlÉVlÍ6lËvlÏüŒù9;±3¿`vå—ìÆîìÁžüŠ½Ø›}Ø—ýø5¿aà@â`áPã·ÎÉQÍ1ËqÏ œÈIœÌ)œÊiœÎï8ƒ39‹ßs6çðÎå<Îç\À…\ÄÅ\Ÿø3—2BÍÀe\Î\ÉU\Í5\Ëu\Ï ÜÈMÜÌ-ÜÊmÜÎÜÉ]ÜÍ=ÜË}ÜÏ_ø+ãþÎ?ø'òóÿâQãqžàß<ÉS<Í3<Ës<Ï ¼ÈKü‡—y…Wy×ù/ÿã Þä-ÞæÞå=Þç>ä#>æ>å3>ç ¾ä+¾æ¾å;¾çFQTEStÅPLÅRlÅQ\ÅS|%PB%Rb%QR%Sr¥PJ¥Rj¥QZ¥SzePFeRfeQVeSvåPNåRnåQ^åS~PARaQQSq•PI•Ri•QY•SyUPEUReUQUUSuÕPMÕÒGª­õ‰êèSÕU=ÕW5T#5V5U35W µT+µVµU;µW}¦Žú\ÔY_¨‹ºêKuSwõPO}¥^ê­>ê«~úZߨ¿h i°†h¨†é[ ×Ô(ÖÕ8×MÔ$MÖMÕ4M×wš¡™š¥ï5[sôƒæjžæëG-ÐB-Òb-ÑOúYKDIVÐ2-× ­Ô*­Ö­Õ:­×mÔ&mÖmÕ6m×íÔ.íÖíÕ>í×/úU¿é€~×úSuH‡uD騎é¸NèoÔ)ÖÕ9×]Ô%ý£Ëº¢«º¦ëúWÿé†nê–nëŽîêžîëê‘뉞Ꙟë…^ê•^ëÞêÞ냢8ª£9ºc8¦c9¶ã8®ã9¾8¡9±“8©“9¹S8¥S9µÓ8­Ó9½38£39³³8«³9»s8§s9·ó8¯ó9¿ ¸  ¹°‹¸¨‹¹¸K¸¤K¹´Ë¸¬Ë¹¼+¸¢+¹²«¸ª«¹ºk¸¦kù#×öÇþÄuü©ëºžë»º‘»‰›º™›»…[º•[»ÛºÛ»ƒ?sGîNîì/ÜÅ]ý¥»¹»{¸§¿r/÷v÷u?íoÜß<Ѓ<ØC<ÔÃü­‡{„Gz”G{ŒÇzœÇ{‚'z’'{Чzš§û;ÏðLÏò÷ží9þÁs=Ïóý£x¡y±—ø'ÿ쥎¦e;x™—{…Wz•W{×z×{ƒ7z“7{‹·z›·{‡wz—w{÷zŸ÷ûÿêß|À¿ûÿéƒ>äÃ>â¿|ÔÇ|Ü'ü·Oú”OûŒÏúœÏû‚/ú’ÿñe_ñU_óuÿëÿ|Ã7}Ë·}Çw}Ï÷ýÀýÈýÄOýÌÏýÂ/ýʯýÆoýÎïýÁQBÔ-D1BÌ+ÄqBÜ/Ä BÂ($IBÒ,$)BÊ*¤iBÚ.¤BÆ)dYBÖ-d9BÎ+äyBÞ/äBÁP(EBÑP,%BÉP*”eBÙP.”BÅP)TUBÕP-T5BÍP+üÆmC¢ endstream endobj 284 0 obj << /D [282 0 R /XYZ 56.693 815.761 null] >> endobj 285 0 obj << /D [282 0 R /XYZ 56.693 428.234 null] >> endobj 286 0 obj << /D [282 0 R /XYZ 56.693 408.363 null] >> endobj 287 0 obj << /D [282 0 R /XYZ 56.693 394.426 null] >> endobj 288 0 obj << /D [282 0 R /XYZ 56.693 368.618 null] >> endobj 289 0 obj << /D [282 0 R /XYZ 56.693 156.712 null] >> endobj 290 0 obj << /D [282 0 R /XYZ 56.693 136.842 null] >> endobj 281 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F73 59 0 R /F54 15 0 R /F65 39 0 R >> /XObject << /Im24 268 0 R /Im25 280 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 298 0 obj << /Length 1513 /Filter /FlateDecode >> stream xÚíXÉrÜ6½ÏWð8Så±dn‰$'ŽËŽO–Ëq`—»ä¯OcãcW\9¦th6zyýNîœü¼ùé°yúL$GyJÓäð!I)Je’‘1ž%‡còvûRÕƒ*w{*ðö¨ÃdèÕš&®ú±T~üE·­ªŒ®{µ{wøŽÚ‚r!¼Â(^4õ ÆônhUanXÊꥺÎOTQ˜¦Öݸ½¢ô•zSÝŸh’O)³>q)Qšçð…“¤ôÈlûÔØ~±¹:lî7DpB‘‚;É*#ÊR˜—Éõæ÷ ÅÓ§bਛçˆàÔ[tØåt«ÛÊÔgkMü|‘ÎPNDôãym £æ‘ï£÷ëÔêº5GµH$¦iëEòtW´ÖMóÄ/<„õºú "j(šJÕÇ&ª‹›¥B ûg¾ïƒ{€WNƒóWÕ©é[ʾâ¹`(ͲèùÈ´ùLê0)àpÄèzSD“»“†8-|§;pvÕšÛO;Š·MÀÛý¶O6¸½ž…¥]1O@Œ ˜DJšdO3$31(çÞŸ‹¦ ¡Qì~ÅšNYêÿÉÝ'K‰æ4+«X? К¢WÀ j½¢ßb«ÊóÆ^g®Êä4¹,ã¶bŽÀ ~›Ã2‰øå(ÇFÀ/fþÄK0 `¸­vd«jÝ*ÿyÔ!¶Gë†]´±`‚o«ÆzjWŽÚ¯¸î á÷?'Þ­ fÖ,“ýªi«U 2²4=cЩ¿Jð³ÎÜÕÆf Pþ0GSó'¦—šÑƒ^E!GŒ$ÓE’jSßÝ0ICz Q·êc3ò¶«ÆØ_Ï4Á4ÀZ }Y6‚O:ôFFP&ýQ Ù?:ÿ"y»'ã4}pôL2ÀFc«eNÍß¡•.)çq’ÙFz¿Á(gPÕNb:w›‚§þSÁ‘ˆËOŸW´ËúëãÚ‡³ö“Ã\÷•l &¡_“„zyÎ"ýNî!Î×D@YI@"^䆦Ü'£ŒK;„å%v ïn¾·Ë*÷’A9ÛâÊQÆ‚yÏŒµÌ« ô?Y±9O‘€o×mfÿÍ#‚@€#–ÂæØ×¾dó˜ unWœN–-êÜÊÄ¡öã™'asµÎ‰$ˆÊô_Öù¯þÁ+î‚¥º çûV[®1À‚:•fZ°d-S­eM/m†vÚ©zÍÖœ[œG#Z]5Ÿôš­`sl p;öн-24çÖ¨ÛRõM€cÄp>'˜Ø­V:5u·¯pÎåÕõ‹Ão¯ß_~üãðæõûç—+¦¸çb ® î`EaŽã­N« =^ØûpŸ À˜ó;D¡:S–j3/Ø>b"±NPz &&@DBÄÏåÝ e6ÃÙÇ_Iœ½°\‘ͯ))&g—í5rÕñ¶½ãbÛôMÑ”‹»u½îC¼&~›(dÖ¿3œ1' ¡¹í54ÜP¿•c÷ª,u÷Õ>’™ç†Gí‚­·‹ ¸Gèy‹ødßyµZA ´!J¥d ҷP¨ÝÈ RUé’Æá« $ÎÌ`­3Gé÷(|ð‡tÁÐ@ °â‰–pa\ƒuGôH V$º©kǪ΋ð¹Ç»[ð«ž;Z7Õmê›Bõ ˳«¯è›sxE­Ö£©û¶9_ŠÅ3.²xŽƒ:¶Ë7bm_jAÉÅäày·˜×…:ÂýÏtî×®•½ ƒª{Õÿ_»«µ»ö/ ~œæßóŠ¿vJš endstream endobj 297 0 obj << /Type /Page /Contents 298 0 R /Resources 296 0 R /MediaBox [0 0 595.276 841.89] /Parent 246 0 R /Annots [ 293 0 R 294 0 R ] >> endobj 292 0 obj << /Type /XObject /Subtype /Image /Width 728 /Height 206 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 307 0 R /Length 9276 /Filter /FlateDecode >> stream xÚíÝ \UuþÿqvR\Ñ€LT@.ÈR¹oÕ̤fþ&3þ9ÍLšM™ù³Ílœ_e:i.¨¥ˆ¡9äžåüª·,5A öd½à¦?ù/o·»Àî ¯Ïãéãqürî9ç~ï¹çûæœs/66EQ”¥×ÕªJ5ô eQû$Buò·ÀhhQÝbÀžÑºp:ŸêÀû¼þÕ R­ý)eú½…4ÞbݸqÃ;¢EuK3 §ç) ÜçºO6´»ÔX^V*á5åWW³ökªopxoÏhØÎ³Þž7Y·tŒ(b¼ ¶ØžéxÇáöì“âGùy9ŸÅFK£ÿù³‰ó_|Ád!Dª­ÑŸ(㇒Ø$ñ#Ó¿:z¾Ç­t·iÛs1ãÓof]ú¿RÍom«–cí‡ ­OÁ;Íz_cïH&ÛWMü7È+kúwqÛ–i 3Ò{¡ ›¤·ß¼Y¯ë±mË! †«æsˆ)>­=ºZÔQ±Å­jÕ³0êÓo[?·“·Á¼ƒšYºÚx 4ãPkÞ£‡ÉŽQ­Íœ¦<ÕÎ÷©1ŽÛmîCîÛÿ]Òx'ÙZÕç"‡ˆá^ëcÛC Zzæ£vŒwPµËÄ£¼E%3>_“Ûï0i–Hÿ¬eâ_aÔf¶–]½/´iöjÓävs½IM¡Û°URÑú£ÖæCW«rˆ æÏÎÌп·ñ±EE#ý¾`™¿G[o81ê…ðš£y·ÍªS·Wg¥XsþÚ™rc:jé¿#pÀbD³ÆQ’né<ýl-/z§:ÛÙyÒ¸‰7ƒbùQÄ*v$Xò+à윹ŽotN§½Jé9„1 ¼ °Þ4BŸ€ˆÇ@!‡ÀzUÊ+Š‹Šò²³s2²r2³ rsK‹‹E#=–“CŒPä˜]iIqZJê½»#W¯|kñºÕ+Ø—›•-öFúÈ!ä/„üœtnÕŠÄÆDeefÔ5VfFú–èOV°<=5õúµ«Íœ  ùêš=Êv™LÖÚ³ÜÆ~šo.Zd²G9ÐórLFZzäê•Gÿ[sç<òŸï>ÚYS]Ýb~(Ë=ó\H¯G×ÿÔæ«í&¸ o™€¢gi0N‘C`FÅEWþõÕ—;â·éÚ?ã·m=uòDõ¿ºÛÌ0]xñý®}"ÔÚ÷/žîå5((X6jú^åâL ö÷òŸ°+¥Pmþ¤ ³ÂÃBƒeƒÇl>‘%ZN, úÒ·ÒO ’—wë?ûWÛŸ¾r¨¯ÿPÿAáSfin•4½cÒ(1!“É‚CF¶¸ ºfÌ! F+rÌ(/'{ÝÚUÙY™ºöϬ¬Ì"kkjZÌ!Uy¶v.jín¶‰WÊÃ/!!".Q9¶Îp—-U›¿$5½éyv‹Kß§ÅDyá1·ÁEr¹˜ŽŸäóȶsª°Læ>=æ´˜HÜò¸»l‰®D¡ÙØÌ6èz˜+‡4³È!0£œŒ¬·¿QWW§kÿ¬­­}sá+7ëëõÊ!öÝÕÚç…ô6õ™5Q;³Ê*”?Êhœ®,K³sè¥6ú¡õŒ ö ”Éd6¶NRcÔøþ3¿º,/>çáâ“Vö«ðôr°»³´T[WýsH3Û@`Q9¤ÁÈE9sH¦~9äæÍ–¯Ë\ú kŸ§ÔÚ«ä…ß|ýÊÓ£]‡ÌÒ'ÜßÝiãÑTé§ÊƼ¤·Ý†ü-iã¸3v«m€ÖbgcSÙ´öýsH‹Óçã9fT›ÛÂu™ÌŒM­¯««m>‡”ç'=ÖûÑ ?ýª½²ø‡4Å嘊+§ìûürMd[’âšHÜ“îê×D¼œí¿Êº"&¯¬šžìÓíN›R Ô6`i ûŒØ3Š¥ÅNwlº.3ÑÕ9òlŽ˜8»}–r!îvi¥ÍlC‹r9†UV\üÍ¿¾Þ§û>ÕØÓ§NÖTßЕC·q*>·;âåU»ÔòIUEÎÄ0Y`Pß½ƒf¿ÿòG±/M òëï7NóÑãkf{{ø }bÑÕrfÝð>/j¹Ï6mï¤P߀Àß°)_Þ¹%yûB_OïaáÃ#ïT.d۳㽇ÈÂÂÇèÚ†&Î! &)r̨ªRž—“³nÍGþóæÎyøßßnüp]½Ž›CÚ¦mW:Öë÷û„ŸÍ» @!‡ÀàÄþ–žš¹æƒ˜¨ÍéiÒ÷˜‰‰è¨×­]UY)¿¡ûC»mûÓÉ­Ú¼ÒÜÂùŽy®X^I@!‡ ã¹~íêë×ùÏG"¥ïußøáºãÇŽÔÖÖê !î ¨úÆõÚššúúºzñ¯®V×=!r¯)>‡ðý!€B€BäÐásçCÈ!CŒ”C®}¸¡îÑGoy{ßvtl+‘èÿÏǧþ±Çª7m´„"ˆˆ¼.t67½¼¾Ÿ3ÛŒ9äâCyèÌjæÌ1ÏçeæÏ§ó€ˆ"¦Î!±±š›QquKÌžV4ÔÕéºÝ%åÒ…ý»âb¢¶F,–¬ÅzéBÓ ^Zríü¹ê¸­õO=¥™r—¾kÒ¿/3`€Z‘'žiñó2 D-Ôõï§šCŒB~}2D„=?· :ŒëOLWÍÛœh¢2ýWëUž !‡Ðy8®š’Þkš¯sW½(£v2„@'‘Ÿ—“1z”2”uïn¢âä¤\éÕ-1ä:g92oî/_'bgg¢¢û¢ 9€Î“C’UI¦Ï!å…ä:gÙþéf3çÖü;БrˆbÐ×È!F"äÈ!ä@!‡@1M!‡@i6‡1Š-‡äüó»°A]휻ù ž÷ÏdåÞ\´Hhs_µóáF"½LìÉ€™CŒEŒ–CïÝÅÞÙç5EmŠ|mÎŒ'>:ÓÎ!»¼¤Â’G|r cç£D£å»ìlœ]'=Ÿ¥u¼V–Ôxñ‹ç{÷qv°³sì:(ì7Ÿþ˜­:sôËÓzwuþëQ]o~úÓù“Ýîrìë?aoZ‘®ü·ð‰¾Ýœzô xëóÓæa·®Ž=<ý—ì½(ÍSQtzî´‘î.NN.î#§Í=ST&µ§í™èß×±‹Û´WãT×[Y–úîì)÷ôînoïäå7âݸ“ìárˆ)sÈ_CzIÛÜÍãÞßE¼ømzSˆ‰‰–ÚÅ„ 5¦zÙʵ"W-]üRO{[—¾3UCB¿ s>ŽÚôñ]o>‡ ñËçÞ/&zÿ]Wñ›±pݲÿ×8i+¦#—ÌSήIó¬ã©XμåËç WlÏØH©ý½à^ªËW®÷Ó)>bzÄÌù+V,ö·wÛØ:®¿˜ÏN ‡˜,‡ÈK’W¿ñܸ°!N¶Š-ïîý§f.a$F¿æß·Û/ÏÓÖQuÎ#¥Í_i>‡¤•VT–^v޽u埮”UÉ ”ÓW+K'í¤yz9(¾f?­L,'Eu9Míw–¯\¯‡£Ú þìärˆsHÊ¥ ûv%lþDÐüia…¼i"yOc´¸«™ 1ð.ÑòƇqûö›¹éB³QõK+áGKQæ‡^Íßסkº…r§]9߯òn|‚x:’ïsÕÖ+õ&µW‚¸Û™C EÚšC2ÓS>ÿìò…䜬ÌìÌ Am—»Cþ²ðÝ£¢V,|\l¶‹çLå¼íEËßÖÿÔâ×E‘=þûƒË_žª+ 4óðñ=EË }¶zÞ}šñÒò÷çî²¥mË!‘£=U—ã9¦éºÌ2™»j»rþØi÷(fûÇ ›£>Zûgÿkì¸u§ÕÖ+u&P˜Ÿ—™‘žðy¼¾;FÙ¿gWêåK¹Ù™ee¥U•rÍž˜ìçãáì`gïÔÍø”Ïs”?úzñã½]ÅséÚ{†Ô’óÊ@÷.öw¹>2÷ñ¡¢™¢ùðäø×ïuïêèÒgê¼ušY"vÁWg!ãv¥¶-‡T~á±n]»¸Žxìå}ªWR¾?ÄÃÁ¹çïænúÕ}ªå™Ëç>îëÙÓÎÆ¶kO°±SVÎà¤ÀŒª«oˆQ[ ß#‡ÄÅDåde‰y,¹Ïù,-’kW+kjªÅðÝ1rÈÖèO²33´ž !‡`nÞ¬×zKg«rˆ£Hûr¯)är ‡€œC,êþ^SÈ!ä`ìb9ß§J Såc9r9Xji0R‘C ‡4›CŒWäÈ!ä`y9¤Á¨E(-¹"Þ-¢£€BÁ‰ýÿà½o.|E—Å‹^;øå¾Û·oÓW`ÊÒ`ì"‡À2rˆHµµµºöÓÚš1ƒ®½1ýÐê~¾Ce²€Á~O½÷ƒÔøæ¢Eúo@«fnÕÉd2i"æÙ}† ½oì«ì È!ä˜%‡¼¹ð•æwUi­×Ó9úl®bZ^tâx¶Ô(Þ>z®½¢\®ÿÌí¤uE]ìló*äìÈ!äXcqs°û6§XµeǤQâí#“É‚CFŠÿ&m˜, 8fó‰,e$ˆYðXxH§ê̪QA9-&âL ö÷òŸ°+¥P3]ìzkæðð`oOß×ãÏKÅéû'‡úúõ>å`F‘æVI Ÿ~ˆÔø»—ŸX6ô¥o¥‡$/ïÖ6ûr9žCv>?Ú¡kÿxgí¶‚;'TãDIjzÓŠÎnqéû´r†ˆØÓš3ëÊ!q‰ŠH³u†»l©fùó¶ŸÄD^âjg×ñRã2™ûôÅò·<î.[ÒüÂ¥‰òÂcn=‚‹äЧ?Éç‘mçØ7CÈ!°ð"¤ýxhãÊ·&s÷zxµæˆŸ~hý##ƒýe2™­“r†ìr¹þ9$£¬BLT–¥Ù9ôÒÌ!Rx¸ZUncc/5ör°»óT[W}rˆ5¾ÿ̯.Ë‹Ïy¸ø¤5>È!äXxiºÓ£8ÑÖ¾»æà~w§GS¥¡uôW¶³±©lœ¨’èŸC4§Û–Cò’Þvò·¤ãÎØÍŽ€Båçè½ßW5Nd[åì:Qjtw°K+m:ŸàålÿUÖ1qxíd­£¿êÌ]#Ï*¾«äìöY¿º.³-Iq]&îI÷À¥úä¥î3bÏ(;Ý=p‰æŠ´n‰ðdŸnôpÚ”ZÀŽ€Båç9Ž8Ø_& 8fÝÿ¦IÛžï=D>FL_3ÛÛÃgXHè‹vhýUgNÞ¾Ð×Ó{XøðˆÅ;UgŽ}irh_¿qZïSÕœ.NÛ;)Ô7 0À7lÊ—éEš+Ò•CάÞÃçEö –Cø3Cô¿.c<&û`¯°~\¿ß'üÌ^€BÉrˆâ{Ìjjšù³¿½ùºÖ½ÑF[Yi)Í=0,hï˜çŠåìÈ!ä˜.‡ürŸHº¾×]ü諃ø^w ‡C` "c4¿«Šjkkè( ‡Càó2ä@är ‡r9C9¤™²w×ΚêÊ rL£´´¸0?W¼ m–—›-Ž¥%ÅWª*åVšCDörˆ4A æ'Ÿ;÷õ}ÿܾmg| mÄQôë/÷]8îÚµ*®Ëú(+-¾|)yßî„ Éçóss òrm“—“|îìþÝ …ùy55Õ\—ZTŸ{èàþË“5c0  ÒSSþõÕ[·nq]hQ^nö?·oËÏÍáÐQZR,Ž«Zÿ0(_ÐÜówÆÇäårèCÇU­Ã·åç®Ë€äså#]—I?´z„ŸïP™,`°ßSïý 5¾¹h‘þ£U«fVsxA ß³ßHÓI´up-¨P| ©J^ÐÛÑþÇ¢21-“Éô\šxEÚ9òŠ%¸ù/Sþw…̽ýË4l9,<‡7Š˜äºÌ¸žÎÑgsÓò¢dz[;ÆU”ËÛ3 æœy¡[ÿùÒtTHï'†¹¿u!Oq‡äÅw»ôú½é‡f±„gú¹)(Óå…ÇÜû=cÆ"ú–ä É!Fº.ãæ`÷mN±jËŽI£Äó’ÉdÁ!#§)6Ì  –³ùD–rŒYðXxH§ê̪ƒ£rZLÄ-˜ìïå?aWJ¡êº*K/Ýåà’YVqµJìî÷óîß„¿wB´Ÿ\>`ê~Íåìzkæðð`oOß×ãÏKWR¾˜à·pèc/oUÎYœ¾r¨¯ÿPÿAáSf‰–³1cüŸÿVLdüg†­ÓÏ%åbzާK|V‘ÚàþSäˆQëN‹éÄGŒ<¥\¦®~ÐÜ$­s]þçx?õí,Ë?ú‡ ¡ÁÁAƒýFn:®Þ·S6'þ’IŠNþeÊý†Ê¦¼~Tµ[´®nÿâé^^ƒ‚‚e£¦ïÕÕBrˆÙ¯Ëì|~´C×þ>ñÎÚmÒ5µ8Q’šÞÔg·¸ô}Z9CDìiÍ™uåˆ8Åš´u†»l©Ú<߯ۂ³9Å™±îC×—dî6äѸÖßmÚ¿R4—óçm?)>Ç‘¸ÚÙu¼Ô¸Læþä…+çÓc³Ä–ÇÝeKÉ$ãÓný^?`âä»ÿô}†¼8©kpÍ“ å‡ÝúÍV¤”»ÝŽ”*—©«47IëœKÜ4·sõ+g4Îյϓš}«´v”ç„¥MÁ,çb‘j·h]›ƒm╲ÆHV¤«EIו/rCLðy™´m\ùÖäaî^¯ÖŒé‡Ö?22Ø/ PŒV6¶NʲËåúç ÅÊʲ4;‡^jkÿæ™ÁÁ‹Žþ?þþU'ÅÃÝï-“—ø8Ûÿ;¿Ds9Eri¥å66öRc/;å•sª4¦Ú:¸66ʃº¹$—”OïÛïüÉÍ<”ylf¿ÑŸi½Øñ^€Ûǧ6ºü]uíºúAs“´Î©u;{;ÚÉî”Gß»5ûVI<üRi¹Öë2ZW7/¤×°©Ï¬‰Ú™Õ¸R­-œrˆå|^¦¢8ÑÖ¾»fœ¸¿»ÓÆ£©j¨®ìagcSÙ8Q%/Ð3‡d}ÿtÏK>é¹ì¢âÎèÐ>ï}ï.×ßjÍ3šzçÊ-÷yÌüf뀷Ŝž3E |8ág­9äÒÞi.\~¿÷‚êŠôï­sjÝN7Û %åúÜøÑLѺº*yá7_D¿òôh×!³tµC€böë2Ñ{¿¯jœÈ>¶ÊÙu¢Ôèî`—VÚô[³—³ýWYWŸmY;Yëø«:óDWçȳ9Šû1¶ÏúÕu™mIŠKqOºª_—©¸ò“£cïû]ûI'’6ìûP_¯‡ôÌ!ËÝ• W6. tŸ{FÑ;Ý=p‰Ôx>nœ[ˆwÈÛÇÄô"Ÿž£z8íÉ.֚Āþ÷eˤؠ\f‹ýÐüœïø»inçÊû<~³òÎÇ…þ}²™9Úsâ²M×e.µ°ºÊâÒŠûö”cí-ä ‡XÀu™9Ž8Ø_& 8fÝÿ¦IÛžï=D>FL_3ÛÛÃgXHè‹vhUgNÞ¾Ð×Ó{XøðˆÅ;UgŽ}irh_¿qj÷©J"útí9à¦û9SÖˆùÙwAÏr%å‹ñ~ýýƒC§Ìýå>Õ´½“B}|æ|yçvˆâÌ81Ãÿ$+>tì çžcôùв¥Å~h~΢‹;ÆnÜÎy›mí{HåùÇþø`ðÀ€À¡þƒûçèfrHEÑÉç&Ý7`H@lèÔ7Ž5¿ºªŠœ‰a²À  ¿{Í~ÿ;­-ÜäNò=fû¦TYž%]±º¸÷¥÷Ìç{Ì€ÂurˆÉ^~? 0Ðß×;`Lô™œÖv Z‘C€Âß—ßëè$9„¿/³ü½Ý¼œlŽ`Vý÷v­÷º ¬TA~û/&ŸçБžšò¯¯ܺu‹ë2@‹ÊJK._º°wBêå‹"Ãs€öœ ÇÒ}» óójjª ’CŒ]\—YUUʯ_½š›•uèànß¶3>Ð6â(*Ž¥¹ÙY7ëëµr-?‡p]fQ[[sëÖ­Û·o7PEQm-qÇÒÚš][ËÏ!\— £âº °¢Âçe€sHøû2ÀìêëëÚ–CŒEÚz]&.&ª ?׫pýÚÕêêbøn[1Viëu™ý{vådgŠgtí*/.–B®_«««ÍÊLÃw›sˆQÒH[¯Ëd¦§&|/žQMMõÍ›õÀ2Õ××ÕTßÈLOIøü31|[rÑÿºŒÒø5˜q1Q[£?K ÖŠo®¾tAטn!9Dÿë2 Ã°ºë2 ³åËù¼ ‡p]tŒÂuÈ!\—+‡p]€Î™C¶ºÙ¼Ÿ—‘'žáº 3‡ìù`…>9ÄÀQÄÉI¹Æ«[b¸.@çÌ!GæÍUF‚›vv6-•arȀʕÖFDp]€Î™C2FRF‚²îÝmLsJdúôf.ÍCè ŠNWÍIï5Q‰U]o΄q\— ³¹þįÎKl{p¢ÉnUU¹4#ÜúÃä‰gÚ]Fm›ƒÿzÔØ}øæ¢Eûú»vþ\ýSO©&ºþýæ¿ø‚érȯO‰(ﹺ%Fqël]]{rHLL´d÷9ÆîIiÖ»'”—Tðv˜Bi‰ˆÕq[Õˆ$wé»ÍäcÔüùš›:›š9sΟMÔ•CŒVšHçÐÉCHyY©®Ò`ÌÚýɵ7ÜòöæU ³¹éåõýœÙÒ§eµæ#—È!ÒÚE©{ôQHn;:òºÐQ‰þÿ||ê{¬zÓFéïËXBÑóûC2ÓS>ÿìò…䜬ÌìÌ ¡åûT+Ëæ‡ô²µsYö‰âÙ ˜)Í;íñ_ϱܰ9ꣵÿxö¿ÆŽ[wZ´ozènÑîó»ç7Gm~ûÅiÒÌã{:‹Æ>úlõ¼ûÔnLõv¶ÿýÛúãâ¿i~ɪüº8ˆyþûƒË_žªºÀ‡g<·"ò£èO7FÜÛÃαfèÚ­Ôµ%Íß[+u,íT˜Ÿ—™‘žðy¼¾u}Y39¤ÁøÕڲϮÔË—r³3ËÊJ«*åú|n÷»wÆŠ‰1o+~ºåƒÅô3[ωéÊòÌås÷õìigcÛµ§GØØ)«+R¼äü3òìÙÅÖÎÉ;`„´Øäø×ïuïêèÒgê¼ujƒø×‹ïíâ(Zºöž!µèZ²ª¤˜Wºw±¿Ëõ‘¹ŽmŒRûä±!}zÜekkïî0/RˇŽum‰ÖêÚkÿŒÀZTWߣ¶¾[›CLR­Í!q1Q9YYb^Y¬à{B®VÖÔT‹á»U9¤ÁTÕÚ"æÏÎÌÐz&X ›7ëÅðÝ‘r¯)är ‡r9C9„9„È!äXˆÒÒâÂü\ñ.´Y^n¶8––_Ñõí^ä@SQaþ±#‡W­X¾ðÕ¯½<Ð6â(ºjåòãG_»VEôQVZ|êÔË–¼}ò‡¹9"ÏçÚ&';ûøÑ#âˆzùÒÅššjƒä‹ýû2äDA~îšU+Îütº¢(Š2D¥¥¦¬]½òÖ­[ä Ey¹Ù _]›“ტ(Ê %ˆ8®Þ¾}ÛP9Ä4Q„³{þk/ÏÏÏËãÐAQe¨ÇU­Ã79 ‡PEY]1A!‡œxÕdw*lÄŸŒ±Š7-"‡PEQähÍ!`íQQ.'‡PE‘CÈ!’C /lõp ;YT&¦×M»gÔ_¿V|p5ÿè&„ ö¹éxVÓ^tò/Sè7T0åõ£jK“¦wL%r ©k9JIf…‡…ËŽÙ|¢é§ûO÷ò,5}o3¯œÖœ_ëJÅü1   š²9‘BQÕ1rˆ±£9Ĩ×eF>²Ej<µnšçØÿIÚòG7Ùóe•Š–Õx¬8¬èÉü³Q]û<)Ͷv”ç„¥û¥éœ‹Eº‚j£Öå(•¤¦7íig·¸ô}Zšvs°M¼¢EÅéEúäÍùµ®TÌ{Zm¢È!EQärˆÙ¯Ë,ëéÒÅçëœb鿽í”qÅ£ïÝRc/»K¥å-ÕF­ËQJ?´þ‘‘Á~â§6¶NRã¼^æ>³&jgVY…>9Ds~­+ógëqE†BQE!‡˜8‡T–¥Oî×sh·¨s¹Ê“ JÊÕfÓÌ!v66•Uò­9Dër”îïî´ñhjã¤)U%/üæ‹èWží:d–ÚüZW§9¿Ö•¶ê®rEQ9„b²=sð}¯ìÏ:¼´‡çäŒÆ³ +ïóøÍÊošîâø÷Ii"r´çÄeš®Ë\R\™èêy6GLœÝ>K¹dw»´Ò¦SZ—£äålÿUÖ1qxí䦇Wÿ¦XrÅ•SvŽ}Ôæ×²:mók])9„¢(ŠB±¨ûC¤[I/&Ìuõ{¦X®øé¾aƒžŠåùÇþø`ðÀ€À¡þƒûçhå}ªÏMºoÀ€ ÙЩo-ÉÛúzz ±x§r ßöìxï!²°ð1º–£t|ÍloŸa!¡O,Ú!=¼ª"gb˜,0(ÈïÞA³ßÿNm~ÍÕi_ëJµæî¡(Š"‡CÀ÷‡PE‘CÈ!°ð39šE¡(ŠêÌ9ÄØÛLçC(Š¢È!ät¿·›“Íqƒ¢(Ê ÅßÛôWŸ»fÕŠ¾?Ρƒ¢(Ê •–š²võJ‘F •CL³Ùä˜EYiÉ©S?.[òöÅ Éâ]Ä¢(ª=gBıTQ/_ºXSSmb²'‡À,ª*åׯ^=—”¸æƒ _]ðÚËóm#Ž¢âXzþlÒÍúz­‡\r Ummˆñ·oßæ×Š¢¨6—8ŠŠcimM®ƒmksˆ)7ž@ÇFV‘CL|2‡9„Œ¡¾¾®Ã丘¨‚ü<^S¬ÂõkW««oˆá»cäý{vådgŠgtí*/.–B®_«««ÍÊLÃwǸO53=5áóxñŒjjªoÞ¬–©¾¾®¦úFfzJÂ矉á»cä!åÒ…ý»âb¢Äc€Åƒµ²S/]Ð5¦[Ý÷˜€Ãêþ¾ è 9Ä2ÿÞ.è$9ÄQ„9DW1v!‡@!‡r9rˆi¢9r9CÈ!CÈ!Àrˆñ¢9èä¤# ý‹Ú!Ù'É!FÊ!ºž{Ì5tvÈPŸ'Å;‘8g‚=°™jñQt#9Äô;'ûÚ° |‡ìð]ÄÛÐdG³ÎÖÕ6­/#½µ­½ÇL™­7‡´¡ëÚ–;Õnci¿˜fíz>Yƒï6&ÞMójÚ¨8ç`¼¾í.Ýb9¿˜·viVšCÚÖ{V½ã™ìc »¥)Oèùd Þó¦<š½3= ˜àÙ™w ³1Sü­dú£9Äà¢ÁûÓsHÛž²åì{ÏN†zY¬A6Ò\ƒ—ÇÍö¬«= ë"Í›ÉM¹‘VÑ™æz½,|²Ì[ÅÚ¨1l—š>‡¨-¶µ9¤mÏÚ }e #ñÞSí\”aÇSK{¾–vÄ6l—v°øa¼}Õ,ïP«8†˜eô·Š(ÛΧ`E—öL“CÚEÚ¿åæê±Ž}”kÿÍ]V7$Y]W[Ëéw«Øóm(Cï-;Fü,‡ñ:ÁZÞ¶íÌ!m‹"¼mù…‹Þ¶Š®nþÞ]^PÊì¿ZxD7ÁmÛ• Õ«Ê¢ÿÈü.CQÕ™}ëg)Êôo+º‚¢(ÊQ„N£(Š¢(ÊxQ„ßïŒWÿÈÚ§0 endstream endobj 307 0 obj << /Type /XObject /Subtype /Image /Width 728 /Height 206 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 22268 /Filter /FlateDecode >> stream xÚí]`åÿn%i’.–l hi²“âBVÙC †6`°MJÓ¢ " ""‚¨  âF@\TEç_PQ¢QAET†LEÛÿ»Ë%½¤—ä’NÂ÷ƒ×$—»o½ß{ß»w—ïˆub¸o—¼‚c’YDèÒ Ej U‹åú&µk•£ÔŒ¡ÆZ@Š6ŠZ®#ÔèÃðµWxPå*RsJwJ{Ä ±=J=]#$˜>;P ƒÊwu¢ûàΦ&< ×—œå¢º­©:‚÷¡‡‡Y9âµTÏyð…ã-|]v®pnK5ˆºDäÓQÍL`Š[Îq]Œ¬Xc<¦ÏÚwiNå;Žãœî%¶„ðCõ|QNé.?I.Ô·o Ð—²BÝzÛWµŽê¨¾J¯Ùò·x˜U&æX*ÝH”6ã)¼üliªH DjéÙò çDwœ)RƒØ½Ï²†<üüf 9UÏõÝÓµ2¯þ¼É1}־ϕU¾ã8Îê>Gµ½Egðóc„4ßãl|žF0†b…úY«ŠÊQgI }©åkeŽ_Ñ„²‚ú¼¥z‰ÊYM™gô+<ŽÅ¿O˜ÀqÜöØ _xYŽH9e<­a‡Á'áã°×r+Ê+¹]u>ò82§¼ýöhQ Z±¼N2QHk®r¶¡íå”~w¢ŠEÞI„g>â)\à²Jûõó¡¿]‚aòéÌÃè!$¤7ÈðªÄã:«ÌÇl‰üYB™§]š úÆm¦`› 7]w—W„ƒ/.ñ‘ª2öæ³ì\•CBøÂÀh”=¶/ô5•œ lG†Ð/ árûä+*°kÆ { óÍgüè{ùᵿÚ<»°Úç$¼Îò®ÜþÌGÐ9pd™>»õö;@³^b œdÞ–@]°mm` z¼ƒéµN¡láåxC ~œŸcóÕået*1Õ¿Ù¾ó*á‡À>ö ¼`X£*éš`›€axíkŠÏÎ|±·Ï8«ô”¥Jn•း:d¢€UýbHÓ¬JöJÆ {æŸ Ìgå~ü(QSˆ¯BÞ ×c#•|ô0!àXŽXü”Íó§s¢½|ÏMU¡pïww%ü<_0Ç plcÃv*·4°Ùåå£è7{i¨y1uûÕ9¯}5 æüò*Õÿ€Ý„x~ÍGÂ;åeCúm9'‰¡Áübð§—¸¼Ö‰¸ÊS°ª:‹¶ºÐó¢g&âü›pßò öÄËbq;Jl‰ç|Và«6±|OŽ!^„èÔOç¤ ?[xcµª_‡+@Èë=å“ ¼2ö¥¥ýlTï.í â¼ÔáƒewΗ•‹¤)5ˆòòÀÈÛÐUÔ%8ÍfVë«ì\£Á‘0wVQu2 Ã1¤<¬µ—GÔÿª±šdˆ¦„jçË„q w.íɯ•ûç ™›òŠñ€®N˜áLõ,ÂO!¬¬;sðþ:ÕJX-2^O‡Ô”ŠvûKûkÌ—0¯hˆÐÕ…fËë°¡­—5²óõ0Ñ@áuugwþ\º\ìûŠŠ†Û²º³Þò‹iê$ ¹YrQ2;vô"ÌbÅbį1­1bטÖ1ÈkLkŒäuí¦ø00ê‡×u™ ÁÀ¨#^cw“¼îº»k ì¯10p|Q?¼Æ#y6FLò:Ÿ``\¼ÆŒXä5°1b×8ÀƈI^ã#6yl ì¯10p|Q/¼ÆùŒXä5v×1Èkü30Œä5ŽB0b‘×8 ÁˆA^cw“¼Æ7=aÄ"¯ñµF ì¯10p|QO¼ÆùŒ˜ä5°1b’×8ÁˆA^ãëè1ÉkLlŒ˜ä5&6FLòçD0b’×ø‡`1Ék|Ñ#ys}1Èk`cÄ$¯q€“¼Æ6F,òØ1Èk`cÄ$¯q€ý5ޝ10ê‰×Ø]cÄ ¯ñ }1Èk…`Ä"¯q‚ƒ¼ÆQF òG!±Èk…`Ä ¯±»ÆˆE^cwƒ¼Æî#&yï¼ÆˆE^ãåù00¯100¯100¯10ðy#F(^ã<F ò_—ÁˆI^ã_ìbÄ&¯q€ý5ޝ10ê…×8‚“¼ÆùkŒXä5>mÄÀ¼ÆÀÀ¼ÆÀÀ¼ÆÀÀ¼ÆÀÀ¼ÆÀ¼ÆÀ¸øyó×±Èk|½#yïÁˆI^ã#&yŒä5D0b’×ø‡±Ék`c`^c``^c``^c``^c`„â5·`įqþ#y¯7bÄ$¯ñª±Èk^cÄ ¯qxƒ¼Æá5FLò‡×˜×8ÁÀ¨·óÆ[Îak¼b—–a—k¼FŠÔœ-˜Ø±ÆkD°± Œã5¾8ƒ›¼ÆÓ10¯10p‚QO¼Æg0b’×øb:F,òÿtûk Œ‹ƒ×7~‡lŒXã5’ãKé1ÈköRúÖóx<0bŒ×%æþ„Ç#ÖxM¤¾…Œ˜ã5¾âˆ‹ñ5¾âˆƒ¼Æî#yX€ƒ¼Æ´ÆˆA^cZcÄ ¯ñ9#F,òŸ3bÄ ¯q‚ƒ¼Æ´ÆˆA^ãà#&yR€‹¼Æ?ÃÀ¼ÆÀÀ¼ÆÀÀ¼ÆÀÀ¼ÆÀÀ¼ÆÀ¼ÆÀ¸øyó×±Èk|½#yïæÃˆI^c‡‹¼Æ#&y6F,ò;lŒ˜ä5NacÄ$¯q ‚ƒ¼ÆFLò?½#6yl Ìk Ìk _c`Ô¯q>#yó×±Èkì®1b×x>Œä5¦5F ò×±Èk\cÄ ¯±»ÆˆE^cwƒÀî#&yWÅÁÀ¼ÆÀÀq>oÄÀ¨9^c‡‹¼Æ—Ñ1b’טØ1ÉkLlŒ˜ä5&6FLò'E0b’×ø÷è1ÉkœìÈA^ã@¤>P^Ã]«çΡšZ@¤Ü‹X$Z uKXLyù¹²²så1`Dåð[ΕíÞ]v®!𺺷?‡žp¨K]Õ°~‚U|Sí~yŠñYÚ¯_i(Ÿ%×·r! kªìs^Íû”®¬4'##§slaÚ,òŠ2À¨¨¼lpf‡œ¨u~À#ÒGø=ý{Ú'ÚyPSfNi¾e綰Űô*ç4ŸªP¤‚òË£©È( Œcû=¨$aMªÇ¦ÞâX¦ñD ,ºlp't‹u@AÉ[.ðÅAi݃- XÆi܉¢GK ëMù®•‡w½<¥Yâ±}ËÈÙ´)§’‚»}¥„p0!kàÍ“ðíÞ®Règ®†Â·Ù§œÊ¾™øPT¶·&Î>9Ýç(|%I¸Êèí…vïqib:âö˜|ó·góÝí§ÿÀò¶äøjã}ŒhãÁd95±Üí+ÑßEŸó¸ôà&ÉÖÐCÁN*Ç2ÂëOR=æ"ÔÓîàÁ©Ç׳]Ûí7û‹v’1ñ¸¤V’¥y©˜ë:˜ò@ÿ8‚ó¬[lªBzîXÂüËßf^9ÂØ§râ ÂkñVˆZ«¯&Ö>Ù>óº÷êÊǪlò§a¥ÉUÚ=çÒø¯üuÄí!œ»}%ñ6Áwާ©@sUµåõPxkƒzx™Æ6¾< ¯>fxKäuÎëÛ£`Ï`›ŠJ½Å– Ü€I=]ö1€ôžy%#C8ûûS¼Òùx)í«Ìï½·Ïxû_liN0_SîA_}áxÍ÷'̬ê©FȬòòÊ&òV+âBòºÜ7õ B¹@Õež¸ëÊ Æ×ìr¯ñ£a©Àä*‡¼Ò•ü/ïO‘pî®tò¼Mx»ÍÓ´Rsþ¯×ÕøjËðúÏØ Ù)è+§3¾DÎùp™3s~0ª†1|+S(üIê銰¤÷Ì+B È©œR¼­ ¡ëö3Q_±©Š_SIŒÒœà] Áërþì•‘2…F%MúWÃ9ÒaìSÅ™†ãµ/8ð÷z~äQæ¦WRýg£ÔßãŽÎ¬h¯ñ£aªÐäPUWâc‰¿Žø¹› $¼ôïv%‰üµïµWà@‘pF𣵠D^ço_*0s¯·÷(Èw†HDXzùéIÐÇ@Ò‡*@0¥”öP ‰ |s ”q~àk|ª,ÍI c5â¼æ\ © ¯Q ¢ _Έg5èÄkšˆª&ú|sžW#~^N=ì” ÛäþuÈS¹SO³ùæ}E&WEUÞ¦²Ë3ws„ˆïKUˆ“Èg-U»°#ç-Ë+ƒâ íózû‡â‹KËN”ùÎ#† UHÚóêJUDVÒÙsßmL%‚s_ Êp¬’:ærBÜÙ«/Dò†–¾è—35žà£Q¾h­ÒÅ–žõ ~…ñóz"=ªZŠ"è0N+XSËÅœ& ¤“„nWZKjX¥ðQ·ŸX!ï¹yn…ý£PñIdäôw‘kðr 6#ÉTÅRÇ|N( ¬ ïòE¾œQ„ƒQÂ._´æ¹‚ß`…J/ÿS”(ÆÙgm¢N3Ê¥vÁ§Àh­7.U´QDßÈjö1:C’à…¥«Ò—:ö;œ!fÕuûrFö^.× £]¢®‡4èØôàò¡õPs5ÆÀw`ƒš5øHRyeî!àÄ,HEô”'²‰Š²µ¾‰Ý\ŒÑ œ’/ÈñxPÄ ã¢"v剕_ q±;%¢2÷€Ç£&ð`²ç5.¹r›3Ñó:JõpR4eNWÍ##=¦ WÓÃL$Ç\tïã|»{¨ý·o§¼ïn–ù³˜ß³À·]#‹¤-G½ïžMnO¢¥ÿPò¥Å»U|o“aĨ>®ä,¾¿ººåÈØ¿ö„ïnK&&m ÿaÁß$ÿîjªCn§6ÿ¡´" zÿT-¶j"¼vQúMmB¨oÇ$_®ü´Ú'£·'µP"”RGtrö÷mbô%¼^ï§ßñ¼÷è’t1rê ?K—üüý'¾>[ô;hô Žé»`DÏDÅå4ÂÀˆ¿à”ÞE×#žÝS|^&W}iÝÉãä—J_oå<(y.?߀"Éö¾ëÑB†„£FòúËç_× b½û%Õ€e, Û—¼®ž­±üË2_¯‘’+àùñ@Î/Œ¨E—%"ŒC7Ž{–z¿ÖñBT-hQcížü[¿Þ³5ãØóÇé(íúz|_±>ð‹b†±}-ÄÞ/…ˆCÞIˆ úí#QÄb ôÜ*›{E´.cÂ&®¼oÔ3áûÐÒWÃä$†ñvô{¯Q]I+ àirÂ.й%Ä,f´éŽ€Ñ\ŸèHx_u¹lYò+Š'ï¤VÅE«ó]!c€A{û)s;ù…êÅjÜ·4®½d+Ìèü2îýÛk}áø‹¥¥¿ðv7·^â¿Éü~Áo6><~‚Š%^ÜAL>7ùõß^Â˾'˜ÿoN^F-:Óü,ê×z‡˜;¾Š`^Y$á,p Hyë3}c49ÊìóËAëN•“CRøê<šàJ̬³èõ·jÞR¡\'±¾µ ð @r \ïVÍãçózI‰/q¾<_»Á¨G(£àߟà7ƒŒº„³QõÚ÷6uœ¯É«²Å%àMvGCýú7;d4°…ó­÷Hš)¿«¦ÖV³§_â{Æ|xø":óý_GÇhØäóº  #ûÖa»¥îÿï#ê³Ûú"úgêáÚÉ|oÔÁ/?{'–GÀµ—j„—ÏG0¦ ʺ÷ÖêzÏ5Qqä\˜üäýÕ¾›­ŒkßpÁÐB£z䪢Çg$°ûUAD÷MÄù܃Š~µ~…žžäbÂÉПéÔ‰ £°^ÔGl=˜Ð½F~QýdÓH¤~*i6õvb^”^h­N¸ÆIl’°ü¢É‡×$»¨ë80*ûgYoó=¯PlåßÙªŒE—€3¦Ñ`óÿÔ骳_Èõ«§lÙÆr}£¯›ë!ûÐÞ—ñŸ³†]Ò5’ñý ~¸¼Š}¹ø-iD¡¼qÂ[’õê„ãtÕÈ&üÇ›v;[$–8PcÙŠQÙí]‚¹‚Rf ,ruµ¢à}!zÙKtëËÐŽ•\[Þ碇ý —ù•¡ô±þn{†¬”·–/­nÎmsGéÑ^DÎ gE?âuaBBËééÆœÅ6øù‹æÔôŠU–q¬û9ù½°å=&ßWÂí]Áíûmòði<:ÊÇKB–ò¢b÷ý~¯“N%ÿe?ÔA¬åµ¹¾ËÜ Ëâ¦úñ–‡°ÆFµ’sÛå7㬮b×KjŒwå\MΨGqÓdN‹#å6ÑrÜaçÏE|âF:5àÛßë¸Ú^U%ûæÛxÝÌ Ñƒ’F+»ÎlùCÁx,¼yɬ>ÜR$ÆitÅ=Ù5ª©ÎgÍ?EQÆ]aÙ›y?Ãf4ØýÉѹ^æ‘yü¨Ÿã^%¿×À×À}´9ð¦|þEs'Y/¿LÆ08뼟cZtˆ«ð›±œ!æxh|Cb§ÿ6aÏ‚ŸâøÑ¡Æ¹úÌ‚Opm>ž¼QõAØù6Ùç-&q}+¨Ò÷>iS€·³«ÿó½'a¿å|i9üÙ{\1Ñ5š›X’øh¶@ý%Îì¿ð}~‹Y%ùjîêjf<ïòãÂwutîíKòƒ†‡»9ùl•ó‹/£:«x¯JQÇ(¯v Û¸áM‰ªi”ñE.0ãMÙ ùÅPÖÄëÀß4M¶Ënv‚}žH¼‡ãP³K’IïéÄý~~ø–Ú1Àž¿Gx渢†Î4‹`îØ(!æú1Äwí}3Ak®Ï¯‰h~sÀ¶­²ðBÀsF ŽïñB$×òpˆüËZ_lòETQÕûõœÁSVñôûðÜ|‰¡8 ^ÿ7ÊçhÍ©³sà{U eì5ȧ,¨Ã\Ës½ñ5°ßuûÞÇÏsZ~ûú€ó#µä‹:6Àû¯£û+×(¾çøT†ßcCÆG?DpõîÓjÎ?ßú²¦‹£*i»ß™.w­Èø‘Ûšj:P¥¯ó"¾v¹Ó7ÚûE½* ¬’½ºJ<ú±$Ë]•T$1[4Öx“&D¢…¿$ÏÿïˆÚÃ!âTW=_IÜÃG"vï‹D§ªYÇØó^ä8Àë9;¹Ú~³Øs÷W¯±'ª_òuùíO¯‚ýˆÙZ§ ¥¤lçâj°­ xÙ'•½îâ³ÕiÖª†óÞ·™êF­J`+¯åüßÊKM K|óÐÝ”*¡ÜïœggSê¡Ïð3Y|Ù‚{£>Ã/«fÖvT•𝬒h*¡G©5t§Š¬"ú/"²ÜqŸ_dñø.>h¬ÖUëjúãÉŸQÖäªõÛˆŸqF £àE|M£ŽAð WO°L¶ßœôîÎÑ'¬#~¾wc£<烩]æï˜ßøá!‹w0“oa–$_öÎá Cr=Ò$wô˜ì犑ìVó´©ÿµL|¬ÑŠ7ÿýÛ+SÿøHjÎÔ»Ÿhß?}€ýÑ…­uOvz ÷¯)†ï™Ùõö;»ž8ûÂyGd{–u^ÿÏÆ‘Óÿí³iÝKóÖßùÆ·Ÿo:ÿ»Æ÷µßü~ÚÍÆ3ñŸvÞ:Êæ¼~ûÑgßþbÈÈaKŸÛ{ ôݧO/j9mDÂÊÔS·>zïô×®šœ>lÙ¯'îìòôÿò/ìNÜ7}ã[ÝóYèÞ…=-¼ïŠkóë>rù¦ã…E³®´6;yŵW]þi×dºãöáK—|zæ—sñ ÷~´ =?¾Ñ/,ÿuλo*Þ÷sñÚ²í»“&Þ6èß»¶þbèàÞ§M-P®ùeáñ5ÍÎý¾ûhâÛ¦œ7úµM}Îñ{Ÿ¿ŠG¿.Û;èԇݮ˜ufÁÛÍÿYÕaRÚ²{>éüÒCËŸí©º0ñ½ã3©;gŒ<óÔè=/þv³ý½ŸÞº%íóWüÝê¯ÿÝh`Ë£Úô&?(ÈÂf™6¢÷cï<6ÛšEÜõüå…SÚ’{šÝ³¬MÓ²!—ÏÝ4hkÙIo1—¾ûäýÏŽm®Òcžziï—-ËbH5º¤´_¿ê¡ç”«[ûcúGMV.¼à†£Ÿèr탿3Ö^uÊ—ËžÝtkʤwÛ=}püÚí§>&ožøðúí‡oeR¼9~~Bã+ºÙ2‡õíßä_ÙøY½­]ýê½ãÌ?ôTßýü€‡Nl˜ÑeQ¿_ìèüùæqÚÁ¯.þåµWï”Øb銯›öãÔo·~Ü+©íŽËËvÚíþhÐMfç4݇ÞuÛ‹ÉÉòVžÍ]ûÐ/ƒ¿i;hÅÓjenßûW®Ý6áÆ=*ý™“Ýsœ=yx»\£ë•­cïÉŸ}ÕÖ¸éhùúÏÿœöI£¾[»M(ÿðZmü-¥ë¦ä­t kEcrêîöoæü>{ìëo¹Ïµöãi“FÏÿnCé#?²ò˜úÇsͯîòýºULØ›Ùò±ÿ^r¬¥ÖßûªñÊÜ/_ÜB8ñÚû÷|mÚçÌk”º«Ï£“F< íßkZʰMGs ½¹öã}ãvÑ6ãÖWÝ}ƒù¾!ÝÛžîÛwhçÿ†©¿½º{E‡©ïtiN2Þ]xz`3ýÖV}s×Ú~°åêEš–é¿’“ý¶ï´-ÛÒ&Ý3x|÷Û—ß÷|ùˆm çìòÔèG^ß!ûç÷C ­|÷Àkgû`̹EùÊÄΫÇ=6‹š6õ‹ÿ >Öþ‹oz÷¸¡ä7žýÜþ.×Ì»öòY+^ÙiJ¼ê¸ó½Mv0]Ï=zMvÙOÛ‡}|ßÔóÞølíªÓò«oؘ=dá ×7*V~Þñ¾3:&,¦ÞOþ…Ø÷ì½¼{O-U—8G¯¼8ëèþí®\}öÐ]lî7¾x0uÎöÓãöþÝxCù¶Œc÷=»òíø_/\—xÓzÝÖûº/špc‹Wò²F¬³êÖ²`ö”ï^\0íó½+nZ‘ÓñƱ¦§N/[×âwþªÂËÏÎ}7Koüuï eÃgÍÈý°ðª.K÷­»®»©dÓ†Â/~Þsæ¡\Žk7ýßC'~9sá×%Ï%—þ:^µ~U«cÍoéc›h5x­êÊ›÷](|*eëÒS—÷^Ý}ÄâI †nû®ßaãà¡ PËiïUuî܃ìÝóÃ?ˆ·ßcþ`æ·?×Å»¯ŒYøù†ôôΗüi*ÚóÈÉ7ß=4¾ìô ¯è’wõÚÜyúòæiy{·Vèº4[ýÖŸ&ãþ¡[š-Ê%ν”YrnÏUÄ£Oü:;çÏûÖmzHUšsdêCçóN}ãÆkâ_o? ùÙ¼÷Õ_oúÂÿ©‡Ó£~{´ÅÇm~\«Nýâ³[š®3P9¿K¢Òî:ñ@ñ¶/{¨_ùéAbqëBÛ˜F3KrVžî§¾.õíoûä¥/:ñÖ'ï,¸éÄÚ'/¿Ñ²§ ÕÑå=ÏÄíxmí†#$/wßÑgÝÞ5/^x3;aÜÜ šÖ¯ÞñóîÌîoî°Œ/7éšO?:üÃÔMK¿¹¿ûûÿí,>öð7뽫š)éÎ=ãÞYûÆ;g»)S¦¯øåà©vs·x²«üuòÁ  ŒÚÂŒéžð'Íð|NHLª€—óà{Àëaöµ#È Vá5ô¿û,àß‹Á»ßßÂ|]# 5¼°ýl 2™õ‚íÇÄ>:1é|À±‘¶)°.ïû­Gv‚ ÎWTTü/ìwv a[EM_ÖùÕ+—ixXe‹(š(¶½÷òîÈ€œ?ÎûÝÿI#¡~©m¨°$1–É‚þ´´3Ô„^!Òöüaqå‹.ƒñ–}G±…÷ÕÉï»ä{tùȳ"!hï!~ÿ9!t¬]‘Ž/ ¡Ûh -ç1Ãè$LjŒW¤õ m‰èÿp0'*±íf÷ßËë´¢¶l#ˆ®½¶Ÿ`+¡øW#6\ýð1ârCì',ó€ûô³3‘±ó«Bßs^‚•âg«øÚ0¾^ ?…m .Z‡ð¯(Lpâkk¤\øP±ñE¼üF ¿Záe@;‚ÙP¸@EÈea¼e„W$â÷ÿ®M» ©|«0¸*ä·?ÈÏ¥uàïÂ͹‡¥ÎµÑÞZƒ@_v@ì¤!'+ªQ—è(9‹A4Q“s(üùÇï~íÚôú«è¦qãÑ©¿NJ輂'”× °iÿ9œá{3Lõ@ްY¯ç©³4Õdã²-Â:ù¾uy‘%ø“%®›Ÿ<EäG0¾¨ÆÂ*0Ä/pªM]Ea+!ùw)AŠ}†ñ~5h‚"¤dñ¥è‰oÓÕ óí!B$¼mœ#\ó¯R5â;BØìÞþ]Ï6$‰'!øj\ÅÆ·ÎúÍ|!#TDT-ØtÌû:1ÿQ[}}fÕJEÿƒ9óóáC—/[F 2 ÅôeH'ðw}‘¼ Wª³(hªib‡"8¿G~¼š?Ãcu´Ï„¸X€ øf#‰—ÕªÛï@Ñê?H?¼å²å|Ú‚çúr°ûÄaÀ*äTÄ ŠZêO ÿ¨’QB•Yc_–=°¿Aük­Ùg$6[‰›j%‘Êš¾h‚¿ÚH¾`_×°4tG>€¾hEÌÐbäŠ%REêìrÿ²H­b@Vƒ‚pè×SM8ù Ù$áåË‹^Wg‚"LÚ{uÄ—u–˜=%êÊ>j`V×'p8øÃh¨øóß9ôã@w„š /…ŽÇª1J½?÷"é¿÷þÙ=Ès_tÌdÕ¹·µ!Ù€H?¼÷¡!t‘_ÙÁAàÂœÍøÌn¸»Œo ø< u“Tß‘:j‡FUÙÖíæßíü­„ž» ¡~¾-rn«?:ú}ÒJjckt»ßç®"û.z{Ä‹6.f´cü¾yT´Ž[‰ùp*°Ò/ÊüŸßÓ໾bGïOÞw•[›ó¯É‚÷,z¡žUtІ·ý‹<×ÇqÏøû/`ÏAè¿Ïì§£\ ØÓ$ªD˯ñ¯iÄ6þé"*LL]Hz¸€ÐXnÏËàïýè^¢%á©­U•ãiß–/ù×k‰É´Æ·ý9xwy~uƒÐhªÕÞ¯9yïô˃0ÃÑ ¼ž¯”Vèxÿ%ù‰àIˆéHï÷\Dù÷ƒÀÐüq?‘W ö°pßîËz“ð|nÇÄÁk3”[À6ö5ÝYY(òŽ´y !oµÎÁ¾zZP*æ-®&ž1ZBí×ÎÁ¢ZBÆ£/˜ËXNöVðŸŠ@–£H±#Q®Ä1ð÷Ô©ýÊ?Šq¯xl ï’P‚õ³¹Ò–°Ìð1˯†Yä8øÛ˜>6ú>nßÄÐ[ÐCl«ˆ÷¹í½9 UâÙ*½|ŠxÑ·­”™OÝ"—Óƒ`Ë›ôͼnþ’µ–z8²ŠO)âêßP¼$YMh¨åŒ]+ïÛôÿ¼—ê^Ãky—û¶_Æ¿¾Áµîùx9[s>×Ëé\ í¸Qy…/í=~Œîaæ(þàY ž‚ô÷vŸ ú/G-Ñë ³ì Éú¶Äb¾„ÔXß3¨Ÿâþ.oá^÷÷þuÔ“ôÚÎÛÀmÏ»o¹×î §¹q9B5B#‘ç]*jɳ(iŸýG‡ýÌê—eôKü¶èwy+ÔBV¹ SKª1´Š…™É€6 ñéËžRÈûýJe·® ¯‘·UÝ€æÁû•~:F0~kaÛèõ²—`éq·Jš–³5Ç’cPžb6¿uŠÂÉ¿Û;(¡gz˜èD’ýýß\£Õôjr´ÂÆÑšáF­ˆ8èÐçd6·•Ý!Þ=Ï—u å(DN•XËÆÀÖQe Øÿ;âVõÞ¹Àwò7Y¾•ZLnóÓAšŒÙZÓÝ 5¬ôƒz:Âëî9åfò¿±j eõ’o¦Zre^Ëmaõ;xÝ’îZòuµ ‡Á_;boÖnA7iŒÞ;iAïôú(º#ú•{wó1Ì‚'H+±³©Jü-e`}+Ó7ñQâ4Ñ7þ‘ç¥oGÇ_ïûœ ÓåKñ}àÝT¤‘5÷ÁóaèÓ9JN¼HîMÜLm¦Ö$ýÍ?öé¤ZÄ}5Î]ºhºgÛ\ôþ¸õŒþ«˜¹’…QhܤiÅŸüîõ1Üé4‰‡£MÄÞ,ô<Ù]<Áž1…?dÝÆ ž100j*ˆöú6<¯eŠ3Ü«ÏßZ„Q£(˜t+· GM»DP¨Å»½«E[CT¬LoÊœ½Ÿ%ÐzïÁ µ>2BÁ´%—Ø!„?H®*ºÐvc(Ö_a?ÅMì£w•öWñ­ÿ Á~pHÔ@›ÙË¥[Qè_XrAlÑÀ¶wŒBORÚjü¤¬;-¶Ö²¼ì•ÈË@ŽË£hSغ‚þp‚]çàU`GTyã•ßúfìâòb€c¥,ÀlÀ ‰Êþ;Ä@)"$M$WÆX}Ÿ¥D|!¿:ˆÚ̈.k!Ò6áBëò(&`cHDièÁL'NKl|ƒé¶V °N®¦ë¯¨Á~T„™¬Q½n‘q±5`ö7°Î ëó÷ý…*¸µPýa±:e}a¨5RC-÷jé®H2J‘Œ­TÎÕäR4mªMˆÎÁï x;Jè‹·ìó!=óÏ­%Ø]ëÚ.À•ú°‰pøG¤¿RTÌ~÷ø±ñ‘êç‰ úñêõ$/RÌljµ½cs®”•üjü$Ä1R:P]Hñeb'uá|d´u…}ú’MçéKß{ƒ¬ Á³/7àüSò%œ5K™èPgÀçCLìá HòdÍý0O;Á jÁáKZÖBäÑdÑL!S"³Ê`òd¡pO'Ba²R PQC:ŠôéKr‰ºèFÚï“SÂ}Aë öã “Ok 'üHX;æ¶iS&¦hSr”=G*»õ5éR²5Ùf½9e䄳^c¶¤Xuكњ22/妴A6g‰-?=KoÒ¦åÙéw‰­Èáb¨|ÕÏ^Td+pØÅ¶ô±# ,N“m2QL®Ë9F«ÕO,)²å:ÆÌg¼›²åæ:\N»[–4ØVRìÈ/qHŸbEfa´X4æìlDêÈbMëFi eŸ‘ÊÉJ´U—b2#CŠ%[§1kõ)¹Ê›ÆjSòÒ³­)·“)&V£7˜Q~Êå0¥–î¤6š¡b²R«±˜ FGš‘ÞD²M êÖ¿@oLéíBÚeÑY ÒbPèõÙ(ÅhÔj &Õ«‹.på¹Ü*û${n C0ê,½Nc5ëQ¶Æj û:J¯íN GFE–ΤÕdL)Y£F«·P ¡Ó(SnÊÒiµÚ´Aˆ"Qçx¤ÖY­ÈÂdë³Ù´œ4Ñ:‹U£4uV$,Ò™­HŸä"MzÕ‚4ZDŽÑ›d–Vc5Z™S]@%RÙ êÜBg6k ÍuÉ´Yc²Zš®2uI&Ì‹6é5Z#ݧM’»„)°9™Â»,ßž®3¥Mt¹íjgqQ¼Ì”t½)Í–ï*²»»«Í& Œ&[Kv æÈ¬—õw:r6& Ñ%NÚŠ&¤ëÐ4•rbуQGä2îb™g+J7™ÒTÉHkÎÖ…œ·¤.÷%é 5az)‰alp>ÈSºªDW„é§7~x†Z¡Cl|¤ZbÁU…ÐTãI?¡’kbOb 5çJ™;Ä|tTqŒÈÓ k:î9¡ž®y Â6IJÌ„  Yh6¸º y~üÊ P¨àYrzÌóhT)gÍ’²:!²9„„3©ñdEì1r‘dê¥M!SŽÂ¨ƒ]VC"Ù™ÀKSmDŽ òG˜¦“Àñ |: “½b€Õ¹”)å2°ÔúÅ2ì‘d7¥ö£‚žÝ; ê¼kàÑœ:R, ê[Bd„:Á³¡ò?”_EøX©J¸áêd;Å‚‹H ôqÐR|iÇPÞÄf%gá–t áC%n‚ò$°¼€G—†zb[µ®bˆ-‰Îö$œœK ´Ä‚« Á±?-*_¡ûÔ³lF¤IÜë2þç¯C¯J'…Ã[ù™{z¦_ù oð7ƒ]_¾-¥\ÕÙïxíU]¸Ï=®J«ü­`~y ”rÊóÊîôÏñÊmÛÿT˜ß•+s¥ ÏgO)¬ÈDDâÝ¥(‚|Vò¢l¾— ¶‰µQ.Ò>o™ì{•à}àwÁÚ¦ù¬9VÉ—/<&p?áþò€þÉê‘ Ê 6öŠý«;œˆ‡2Äë_\õ)%Œ­2‚ú…û)º{)c¤’86Þú‚éZ†;RÇIŠ^ÂÕçá Áõá¹# ñ*ô ¡üƒ˜ä+ ï**â¡ œÄ{òH2H#i""Í$Js Ò¤¥DiÒZ‚´¾¶ "í@RÂH{"Ò$5„té,.ìú\A$¤«@2ƒHˆ6ˆè@ F1˜A¬"ÒXp…@®é ½@z ¤/H?ôr-È@^ *a #rÈõ¹d ÈX[bÉ™r«@&äóâä¥—É %`#·ƒÜ2än™r?ÈÌyä… ‚,Y²dÈ U¼¬y—õ ¯€¼òÈf­ Û@>Ùò%/»@öìùäÈ/àþ9 rõƒhx$Æ m@Úƒté¢1ƒôérHˆä.9 ,Yò:È _4:r$™¤QG=H/ë@&‚<ò6ÈQV®¹äŠBû@Œ4…J@ÞéÅPˆ‘Qè »ä$zQ‘’Do«IÔ)‰@o7#ÐÁÎìè¡|ôCäb%Ðï1¡B|¦Eâ©Ê2SÁçeÀk6È5 a¿Q .b@VC¯ìù„„1êJPhˆd ÈNx’‚1"Ñ —S$Ú2›!Ðer­ä–.=ƒp³<•’ÑJÒÓ/dý¡x!yaB^ë§áû8ø›Ò Žë’Ç]2f”y lH:^ù;ê[ üï¼#ž»»º LD/ªŸéâ‰{ÛÀ·mAfämëÆ®7¸TËo®F«øíótžíže݆’[ù힘ýG!±i jÑšOxµ ˜%…S/øãš ÊhÄfïfhÊ¿oÎK<_®wEW6NgWvlKzúÖ†ô,•Ó ¤%H æ —4i Ò¤1H#d$Dx’ÍÙ"Ä®ö©â;4Gq ,å嬖A„"=g$ûÊ«¶6”ƒürä_@Ø•[ÿ ¡ó ç@΂œaÏ@Nƒœù ä$ûô„ã ÇÏꞀüNxX®Kʲé7x=ò+È/ ?ƒ=ÑaC„‡i?ÂëO ?€ùžð¬Êº¤Œð0ñ;xýdÈ7 {A” ñ„g}Ø= »@vƒ|ò5»’+ÈN/@T„gµÌÏ@v]o'<ç?슳ŸìÝ(}Ì®o òHȇ É €È@ÞÙ ² d È{„g}ÞÍ ïž߆׷@JA6KcYÏ®›HxÖ5À¶×áõ5 ¼^ly…Õ/áñàuÈzþ¼íexmLx8ú¼²«®%<«—A /Àg¼Úø$àó„g¥Tv•\výT+Ïí&ðÞ¯ì:ºOƒ¬Y’Dx¢]3b×SõpøIx]A°+±"n=ãe MYÁwÙȳæ2»^1¸YÄ®“ɺŸ¥„guß% ‹A<ò8áY’îQx5!Ϻ³% áó# @æƒ< òÈ•Oαö5¶Ïyd6»Š0È ³@ràû\6ùAxV“ Ò$¶¥ä±§Ñðùé ìj¾wÜMxÖd.…ï§{n ¯w€Ü2…𬽜 ÒÞ—žóè–„'yífÛʾ™ÌŽ/;»ö'B¬À>·Á«$dÁ®Í®3 \™ï'€ä䂌¹…åÈ8~õé› Ï:¼7‚ÜDxÖQ¾žð¬N}yV`×Ѿ^G‚Œ Ø5Q2 d(áYxáñ]ìú¸àu ÈxÏ®ô{-;† ýØõ©Aú€ôé2`×0†¶‚ô$<¾´¼^r5È• ×€\Òä l°»¶ln^ðøO+Ë– F–Ç fÖ>@´,AºÿÏú]vQv¥dv¥çù ƒAvx¯ ƒdÁ¾™¬žAº²¶Å­¯ ÜBž5Ä€lDž5i½É£î|­7k ¼O? ²ä,È.v–"ØU®êÌŽ«/–g|rnò¬¾d»îñ6~>øäË[–Ïðú 7!nõÜõ¬®øùâ(È 3 mÙþÁþAæÂû>|Òq1È@V_ Ï‚Ü2„]q•]Wú+>AüŸüºäÄ®® v Òdò¬Å;ä=äY—ø3veÜ)|‘·Û³¼&<‰Ã«ù 2+Ùqyd8È(þ‚ä$þ޾ƒ|â’M?M™r7ÈtVg—¶B3AØuÙÕÊÙ•{ÙuÓW€tf} bW˜_r3òÜR»yž#Á®Ë®¦Ì¦³®¹ äBÜJÆìÊÁìš½ìêÆltÇ®3ü ò¬NήÒþÈGˆ]·æ 6 9Â߉ÈÞžú/Ÿµð>ÏÄûRÖG³~UÇû·n‚x€õÙY¼`yœÁÇ,ÒyÿÊò(™÷7ù±KäûÊú¯N‹°g‹øL°ªõÀ„-TKµØ‘qb[»„¨óïVËn'e¯w«œNšãª?æÆe|Ñ#±Êêlõ¥'ÕãB·jÿÏã÷Dx“έáTŽG¹>‘~Q-}\ßPZ²=éÒæM^“Á²“ë|Vø:±nëË«²åqß#Šâï®q.$'Hß·Oµ'WóÇ8ªi_\âVãÁ!N»¥Q,•"ÑÞÊp|ˆQ›çuî?Taâ£óªe uך¢z🟈ô¯S=Çaùq¸2®.j£™àßýœ°²"èè¹UꢅªnõÜWè ãq°s‹µú1âN8þT„–µY0êìu”‰ÐŽëdMeRÏå÷,W7K6q–åܹš×É!e4Gãê&ùÖk(³8ëëŸø“7Q’%Î÷³¤t¿¼UË„/©?¢ðoç“ânNµ>õüϸW@£dè’Cq#×7¡~Û:¨†|í3œÍüäcÛ‘¤³3‡Hî_GÁ™Ôî:Ë¿2¾Ï«Çø#Á(] ùqi]›Íý èÃD¶ÿ̨ÕSÀ²ßmÝ_èÍ Ì±+<—ZÀë†ø±‚óÌÍ![=¦ÊiZØ(Ià=šÀL·³6ôcD³íÌ Yî~Ö¿R‚çY™¸5ï/¨Ž"úùŽ;&]wL èÕ¿Rðz¦šXïCg6)c¶F§5S#Ó³õiö¢‡ŒÚhÐdëLŒgI U1CÙ'Ø‹y65r9Õvwn‘9\™ÔTš]í£˜†ÎØœy.†É·iÔÊ,: eëé>…®â"jn2hÌV+3 9¦±ËcäÚ€Ò“É]ìÈeÜ…v?ÑîF*[Qî­v)ézmš‹ž\BÅve‘ZÅ ]>™’¥·j,V2i²T/W-#™B—Û.+nšï*T2¨È‘[l+@Ìä†]®C®–“–8ƒÕ¨AÌHE¼EcÕë˜Ö&‹F›­£éA.ĸmùDs³EcÉN4[)¤0g+…ä$¥BSiAËI† {•0Ùì-E´ÛNÙs]íNʨ×X‘’.(!lN5%gWùpæ1c´&­»8ÏCÒ1FM¶Ö\2P½Áf Òui6§½ÈF! IA“1­ÀEyvДŕ@‡ÜIz+¡gØ…EL«Ù,'û Êí˜èt¹6ŠŒS˜HY±¡ zÆbV;Ήc =ÆÛ&¹`Däì­…ñ&£t+·¸Š^åY[¹Ši¹…FBÕ©F“Æ¨ó¬ø’m@di2š)“Qcbºõ/@½](‘á{‰3X.ňŒÙFA¦‘FG±ë­PžåVèx†p«’ÔY"*W|Ñw§’²ÍjlÈ‘!£Æ„Ôéd  š V5Á”8)9j¤³è4z‹9XE¹i·m<ÍÞl+ÌwÄ!ÂVDP rÛ&Ù“³Sd/pM±'[‘ Q”….rØÆçÛe»6[Å$éIºwŸ׎2t܈‘× 9jè¸þ½“ÀPÐK®#O†œ¹@Z‡T¹6·#?ߦ¢ŠL`‹V‡t$w—äË)ê¶æZª2kur¢‘,ÝhJs»r]ùjgc¦Qd¡q/¶#š­äçÛÝ-‘•J04î…ìª)„Ó–„ôz^¯SX(ÄXL´9^f†³±]¥¹; ã [¡]F0v'ÉÞB;UNWÁø"ZLD#š@Îâ"W^É´\5­¦KlyEñN‚î¥P©lyÈá&‹’IЬhį-#˜¹|^-N‚oûdp~w¬o›Kí¹3O_ûæ•gsâ?Nz3é?¿½"©WÒŸÔ«ŠöÉ?Àö÷’z)‡ÌDj_Dùsˆ³Â]GÛ%EiA˽+¸k~È«»%]žÐ4¹‰Œñu&Öp>‡½‹x.´a&ôhaÒW‚Q~FâKøüHD’ŸŠj)çÅ{¢Š4f‡»UÔP>Æ¥Dµ‚wÆåT˜öžÆ×‡ê“.¢;:Õ?NøYÖq(u˜Œ½Ë¹DÔ⺇±Ã uv5úfl®åGü3ºa·s?ß~Ä¿~Veþ­ K`[~ÀöÏjÉ7e¢;.©†®ë¾[eÌP¿Û~‚þNˆ{(ÀÎÖ„˜-Ö×@þkg˜^ýSÅ®ïq–~:apÀþŸ…h~6TÉ4 ˆh®­rüL?’ôH·ß‘Þ?‚QÍÃ^Mè˜dW­‡²oMØ'’í™a4Ø,LžkH?=úÌüóùÉKvNiÀ¯$‰³Iœ bºFïóQ-s‘3kVÈs¸iIm’fÔùµˆ%½O.Š;®òý>ì7ƒúÝ*Â÷ÙîfÒyÜ>NÁh;rÙUæŸÿD÷ Ð+.“tå\We¶¼‡cÀ“ª z|YÀЧà¸9+¸MpänÉñ°½Ê\n†-÷™qo÷³/Ò7cd©72%|ý{âãÊæšÆ»|k3‚ìg qü)Ñ–‹Â~"¿¸¨îǨ) çÙò€Km¢ò¦¶D<–u‹mÕŠYK)„ná<Ú÷Ê9 {«qßü.8~ï?ͼÿß@# u?ûÊ]ïž¼yôŸz”ìof•h=¸ŠÿŸã·_ãäÈêú¨Ït®åbÞ§CFþt˜Èz˜lø-|'˜…ÿ•ਫ਼ —§ÔØÕ–â1˜"DýG£ÐÅžÌöÍ$F¥b>#žâùúMžÏNŠ»ÔÆrú%•KTÅ+5÷;ŸèKŠL¿øa%ïÇ{*Æ‘w“q¾oGðGf%\:ã7!‚¾ÎòÍ¿Kˆ•ÚX^™@S'#žÆúŽhÂ$ª»úæßÛkPW·ø•U"³1’·1 ^/0Õ©óAÁ(5ò1KD=;Q­;}óo^PÿxkˆþßÇÕXp´< ì„§µÃKÕŒàGò3»•c¶*€/mƒÕ4€‡C~„]wíÕ:ËOª—k5w„Ì®·¿¤ÎZ¿Ž@'BŽÌààÙZžçÛ×êu‘ŸÂ¶þœ„ûÓ(nDwR]Á“Ÿó1z`ÐÌls¿º{ÙëqQm̓ùr¬ßñ÷‹ÎAÅ[w0ªÅõW#œ§[G˜¼OôœvoüÝâñ/"<>.¥ý º€ñï+:~·J>CÚ0"#jµR¨óKöz úÅ_Ÿ´»„9k[ÀjÑPËÀ3[q„°Ÿób G•6f)q„èlØ&T¼зVPrE@›¾•4Ç>”¿g$éøOÁ^U“…_Qè’C2séõyóhUð/Îb```````/>˜]­uôïKê¿.in5¤îš°_ËÁÀÀÀ¸ä‘“€Ç£!à+|M£Ž1ìÏ2f³{8§ì7«ßÛ¹áij[Õ'ú.ì´ãÚn}–=«úîé>ß?û¿Ã«6.ºL~sç³¥ƒÊïN_ø×ÿ¦Þ…®t¬é7÷ßÒ}WL›sÇéŽ]¸pà±%]ç+¯{¦ÃÃÇö}ñG³Ÿ'oË{4çܨÓÓ*Öë| õüž'ï¶ßªø±¶G¿?þÓ¾[[ßcü`UÙwÅ£ï¾Ã]a˜Óýc]Æã=g?¹ùwÿú“­eñ Oåu}ÇôNr—·3Ïpè®ÍÛN[®ûû„–¶ØÜ¿wöæôEgõ_¼ñõ´f¯iÒè|Þßåq û¿ß÷néÁ»÷}Ôãý5Öáé_îHË¿¸(yÑŸÇδj;ªP6þ†á‡¿:8ÿÕ‡G~öÄ#éŸ-?²çØ‚6]>XÿI«ã#7öî4ì¹¢ÅÏ´l“úŽ™­ðÝ©¾;mûàŠ ©öûç,» ï¸o·Þ”Ñç¥q/?ÿWÞ=_=|UâÍóçµê²ú°ÝÚ:÷ 7NwYØ¿ÃÊyîšskZ&^q~JËߎ>?sé·w-Uîûû7Ï=Ï$|üÏõ‡ó§¿üIÆ Œ·oi¹‹\öÏW§ófÎZÿï^û‘nÿ%ûôîcW>=éào‡šMÈ23mÆëdôÀÉmóFo¼°íöÛÏŒ“ßr¤÷¾6Ok.œíÙý§wµÊ£d†~Û6ç_»æ`bܾ¤ß/\·ãůΣÝMœV»v}¹)}ëåOýxà­U™?¼ýÛËûÿàTÆÃË\¶´tôŒ’¶;u»~ÅGO¶º£y7ëqÔíÕÿZ¯ßúRÛô«ï(ïñËWäÇO·8€FŒxï÷…[gÝ5ñþ”ÜâÔ9ÃM>E–1~ˉY†ç./?•4óÇo]ŸôñÔ·_ßðزþ=V9}û”ô³??Úÿ-ºjÔèÃî©iZoûüP1`ó‘ûëoiäº<Å1Dßøó7d'2ïÿýÔ>Ë®Q;“š¢_·4hôèÔGíþ³ýl„f.9ó­Ì–;aFVãVæwØšŒ{ì®óOŸÕΣöeiݺ=Ú¿óÐ÷¶4÷ªW¸_™°øÊÛ›¸Fײ]êÄeOœ{nÖ¦§³gí»þÔsæmµ7kNÇ…Ú'%7¶©ßÔtËï×”éú麫ºÎ»RsßáÃs^)}ŸNÈÿí¶ÏKŽXÔ-¨«>Z×êüæö£nùßPUæ“×(žè>0kÏKÎ÷ç xçFÅïSþ™õØÛ÷›ã»Ó£“×ýõߌùßu˜=ÿÄË;ãÞØý¨²Iãcßüà›¶Ëûª¦^wçàÚY±xüæ'Ÿ™{÷§Öoì…{³:¾°î“)K3{ìë>ã1û!MûY¯Ýd[ôT·—w毻í† kç\Ñê5‡L·mü5‹³4¶ÿ@·0ï+µ,óÃýÏ÷nÄìÉíy|×ö×›M¼¥MúÆvoæž`¬?Ì¿ðËš5/½òõ=†\»»lþ§òÛ'¯<÷ÏÉewŒöQý;'›wi}æÑmý>ù“~¯ÍgmÖ;ß½ë… ûw¬¾¼Ý³—-ß»~ÁÕ·?ÐÔšÖ¦ûûöþ¹FóÍ¢¯w —ï<Ðø‘¬Nk^ÙvòÉ7Íã&¨~»iá„çÆö¿¾¸Í+Ó7yä…?nZwç+_ý“~YÆÉÕÇö~g~ïTQ³WާèÎyêÞ=eKˆgÒŸ*ü¸Ý=Kºý}ž10000000000000000000.qhS&¦hSr”=G*»õ5éR²5Ùf½9e䄳^c¶¤Xuكњ22/妴A6g‰-?=KoÒ¦åÙéw‰­Èáb¨|ÕÏ^Td+pØÅ¶ô±# ,N“m2QL®Ë9F«ÕO,)²å:ÆÌg¼›²åæ:\N»[–4ØVRìÈ/qHŸbEfa´X4æìlDêuÈbMëFi eŸ‘ÊÉJ´U—b2#CŠ%[§1kõ)¹Ê›ÆjSòÒ³­)·“)&V£7˜Q~Êå0¥–Ö* Ƙ­ÑiÍ”A£×4$“rS–N«Õ¦õɧ\ã'Ù‹SÒ Ú4E"·!x½UÎÄ!½Y¨^%6gaÔ£bGºÞ”6%]gJ#Œ: åÚÜŽ|&¦ŠD® r¹‹‹lE”=ß^€h;Méd2}Z±­ÈnsgRîFé¶1À‘¹È‘g+¦™B”kg”z¹®‰RÉhdfÉ` YAy   : I¨7‘ï¢é";a/b²db:4‚*.aHb¢Ý]ì*RÙŠro¥õˆ œ4¢]t¡ËíŸow+i†0#DÚò\ ê´¡„D“K@sT"§åÚ2¡¯r’&òìãíTnIAa¾ƒ.v‘e&ó2’p:dvÚ®K+a˜$™JMdk¬æl¹±ñ`—ÌlJ¢G8 mQA)¼I+¡ÑƒEO¡bûd¢^kИ­ffdºA³H"¿)qm„i £pih™Q›–If1Ê©tÁxŒZ>C»e {jj‡kTÝ'ÏQÌnZE¸”*‹Æª3¦˜¬f! Ñ¬0$)IÖD˜Žbú;P±M¥p)('”—ÙÎlÕôúîȨ71TäJA–lsw£Ucͦ‘Œ),r:ìy¶<´ÍíÊuP$ÝËåtÛ'¹TÌ&‘05&­!Þ @È*KdÉL;]”ZÝÛ^hGvÒ£yºŽ`;q²©XÅ™(…Ý‹ƒ$\4á…äÑ„‹bH²ˆÎ§5Ó4e•1²$Z“H­ÙL§øD‹YcD×ÍFVk¤Ü¥¨9=´ÄNZiö‚B—œ°åO,q’VSZ!U€ÒŠ‹`-!£ò)§«`|‘Êc ¢8(ÐP}ÜtÒH%îbGq‰£ˆAy'éÈj\@‘NªØA¨ì“ì¹%rØ{ í*b(’°Ë¡@”BI4G:%mÔš4m¶‚(‘+šÉhFÑZ¯7#Ùˆî+ÒZ²áo‡NWÙªën6h,V£Þ`4kt(ÛhÒèMÖéƒé{tHoì`J6è(E4CJ0[Ñ‚ ˆfT EAª2+YŽꈣãI¦¥Ñ}Á -½\‡q a±ÄYhšˆ“Y)7ÅØœö¸Â"àUà€r ²Xä$ÙÛî&(J!£“H;oÖ§rS@CBN †È§³–Ç™i”œIÓ$ES vw¡=wŒ¼–*±i“L5㤠”„›AÀ)µ åçËJ§j¦3h²iµcoժњi£Î¢&d„Ì› H™‘–+ãšPÁ©C•ëŠ#¨¤øl+•ˆdrd§eˆÌN@Tv{¿²»3i;;¹£<—*ßÅ“ö|Ç$e›\ÂÅSÊí =á£SI{nÄ€Iº´›½‚£5ii§ é42hËÐ>‚C6øtM®²ÐÆÈ”¸‘¤á"7ÆÕ€ù¢ãKýœ%>Ò³ò<ü'Ü#€n ø< u“Tß‘:j‡FUÙÖíæßíü­„uå^ûù¶È¹­þèèN(©­Ñí~Ÿ»Šì£FÿKì¨ endstream endobj 293 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [103.298 330.574 314.035 341.478] /Subtype/Link/A<> >> endobj 294 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [103.298 246.595 314.035 257.499] /Subtype/Link/A<> >> endobj 299 0 obj << /D [297 0 R /XYZ 56.693 815.761 null] >> endobj 300 0 obj << /D [297 0 R /XYZ 56.693 627.408 null] >> endobj 301 0 obj << /D [297 0 R /XYZ 56.693 603.757 null] >> endobj 302 0 obj << /D [297 0 R /XYZ 56.693 413.373 null] >> endobj 303 0 obj << /D [297 0 R /XYZ 56.693 393.503 null] >> endobj 305 0 obj << /D [297 0 R /XYZ 56.693 317.633 null] >> endobj 306 0 obj << /D [297 0 R /XYZ 56.693 293.982 null] >> endobj 296 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F65 39 0 R /F75 79 0 R /F54 15 0 R /F73 59 0 R /F78 304 0 R >> /XObject << /Im26 292 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 310 0 obj << /Length 1697 /Filter /FlateDecode >> stream xÚµXYoÜ6~ß_¡—2°ËðЙ>åpÚh›"îS6ŠD tYGç×wH%®¬“¸E€,Ňß|3šz7õ~Ù=¿Ú=y2/%iÄ#ïêÚ‹8‰b/a)Aâ]Þ;ÿ÷¬™²êâÀCêÓ0e}ÙÚYó[eæ÷WÙ÷Y]ÊfÌ.Þ_ý[#iƒV=o›#¥üfê³¼<ŠH4ksƒdy^¶fñ†Ñ?²i,«iP28÷8S$Ô™‚8&QšÂ ­É#°'þóCÕŠÝåÕîvÇ@…zÌ #Ð^œ2QîåõîÝ{ê ƒmI&Þ?Z³öBF Œ+ïíî¯E`é À㌵¤„ÑÈx$ˆúí‰]ê½;0J©ÿ¦¿àÔo»RŽˆ88­!‚_8üÊ2Ÿ,ˆ®•‡~áÜ«SGœNÀ©ow”¤Œkù2Ò‚0LIhò”Ä¡•Ýá¨ië=šÁ©¿_¿4ƒ²û¶˜¾äÖ÷æÔd>eE¿:'‚>+pÁ%úµö }!srÇ$µ¸¿-­c'Näh¿™ÏÞ £-2YݵûÙ¶ÉmþSô²|„*IÖ”rS%€T±›ôávÒ_F`у¯"æÕXv•´%Îe+˜æœ@ÆÛo&i±/ä -Ø·“üæ£ãÇÔ ²Ÿ.XèË/û…Òm¯T‰jEéªÆlÅöv°øÉZ…ÂÆ¾uÏ ;µ` ®³Ä¿™ô‚Mnü ŠIìwxä$çäµìËÞÌ¡aZ&–C«Ii&{Ù•Úaeªí07¼‚)ë²]´x¼Ç53 Öv Øuwqì%8Ÿèö¨‡­ëÍPØ·6wÚ;d¤KåJ¤Ž™Ue‘Êë(ñŸ-+5~0;_¥z6+ê²hêºR¶µŠúXBnáA@RN‡TL# 5x;š^ övŸN6Li "¼Í@Pá×m_gfêÎÌ蔃϶/dóµžb&Ygr·–P)†Óâ0ëœkXUm¤É&œÏTR ¿“ƒN­˜ã…,m0Ȫ›©ÑF•âÊX Kˆ Ú5ýe~ͽΡšê&jC&, íÚGRÃ'ê®Òü„¯#…©p¥.uŠ IãȶF?åµEÃ<«ÁÚþa'×Î ƒ>hG†à)Ûkd" X~N[Fêì®íÕü5¶°-Ë«²É “Ÿž”ÓÓ®.& <@ uz5תHðÿ^z×NÛ²ÑÇ„ÂR! ù ±ŽÏRA<”ÍÍTA´%7]€ öF@‡F‰9 Î$\Ĺ˜ÜûûC6ȳz´*¿??Œ§$äé£ÐƒÇE¿^WAUý8v,Ða±Ø=ÿì6.®ABÞÎ5vñeèÙ†3·›¸þwÜ‚¦è˜ˆ ]P=hHRеçÅdn‘šö_¤ñ*Û”ª±i]Ôǧ BƒrÁ|L%5‰&à†I¥ )Š&k =Ý;3 E!­‚‘t“f•‘âÖN%µuo¦F£¬34 “êµ§—¶8Ð×À€Žµ›e_ª®ä3ô^óM¤½JubsìJ †Í2n¡tã¿*\æ™ê”}õ­b?5§!}¸q‘À«"|Lq¡N‚oôA7È+\8}YËÇÎåcfzptqƒÅƒù-ðÛ^Ãa ì3JÛÅù áÚ ¨¿7BÛVïÍ2§©pŒ9M|¦CYÈ~i°íÕéÂéNÅÂL}$ÝìmµIY#?Úvw¼ôOã}Ú×Þ­r½ÂEc6¯Ÿ›h‡óœ}6 gÚçóÜ#j2§‘Fà1d4D2)ÂCdJ“S*A¹Ð <0¹Î†éñ ÔÖÔ¢lŒm]¿¸aœR/PŽŒÓ6õ]°ÇM燛-s×.S_+‚mPe‰Yµñê–ÔŠSç8sEÿv2n:|¿O£‡9ÁâÐøQ]‹Âb§À&ü±5å™qs“©¹Uw«dK QGÕo=({hºý5=dJêšš™[Í:†Ùu%QVSEN=[”< 9Ê3*é\BDßBˆÍ×ñWƒD¾$ó÷/èDi”þÈßÿ2®¾ endstream endobj 309 0 obj << /Type /Page /Contents 310 0 R /Resources 308 0 R /MediaBox [0 0 595.276 841.89] /Parent 318 0 R >> endobj 295 0 obj << /Type /XObject /Subtype /Image /Width 746 /Height 173 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 319 0 R /Length 6824 /Filter /FlateDecode >> stream xÚíÝy|uþÇñ¶´ ¡­PÊÑŠ\miZ õâ†Eý!ˆ¬¢òu]凮.»¢ÂºËå±[[°P+ȱ*ûCý! j9ìAﻥgZÐJ·Ýo;³É¤¤iŽ™äõy<ÿ†ÉdòÍÌ÷ûÎÌ$õð (в´ÎÕÕ %)Ëi Š¢(Šjï*¡5ÖæÕ¥‡ý»G•iµb:ñŽ)[OÑ,EQeyh1‡V²kËÇNè;û“3ÚòS¾!YU548EQnRÍEkP¶.d{7~щ%þCÿtbýø÷í¢µmÛ¶4… ;ÚÄê–¤®]l`Øo­n4—Œ.ì6ïÍ öþ^ÝnêÞyCf ­m§›Û&ƒJ»2…lÇf¹Å&F<\vx7îù¹9NÙýøœ¢„袺080dxôˆ{½ï¬?²OªoFÃVýþ›»‡ü^E­mïÝÃêÕv|îøÎß®‡·wý8*ÕÕ (¹s‡Ï€Ív(ë¶dÛ–¸¶Ó‹mß;ž—kNé`z±íë²ù™C…¼.Ó¯í§~s|Ÿ»“~Pò.d“fìÈ»ÓÁàaE–°n3,¸ýÐ1ﵪ;1¼F‡õ¬ö†v™¼à÷+!º´wÑÅòôb×Êû˜>Hª±Óîø(¯¸H/ÿsÏŸ^|îÅ矑%þK»ÿv8æ‰T1‚(mSü¾;eWwJ¿¡´]Ίר¨í¹t©Á’Ñ¿]é¥Ùþeynioz±÷Á«äÓ¹›¡ŠqÄ’æjjjj{ï \¸ SÑHê°vvù]ݹ§>ܳÏqð3ºÃ›¨œô"†osm.ýö¦—f‡T»¢K{Ó‹=Îu@½,{‚cššÖpÃãVÓ`§ôbª¸¨ ½é¥Ù±%ûŒâåE+Ò‹Ï’Qn›^\5À¸ó9^('½4+£l•^@i.iÀ¶é¥Y1EzàªI†6H/¤Üæ ¸mziVR‘^p@z!½€[Ýã ^œ’^vïÜ¡«ÿI?AzcTV–—Šc`µ¢Â|Ñ—V”Ÿ­«ÕºUz‰EJ/ÒéPVZœrêÔ§ûö|ðÞÖ‰ ëˆ^ôÓîI=}êüù:;¥—f…WŽàU•ågÒSöìJJM9]\XPRT°NQA~Ê©“{w%•étõî“^¸r+).ÜÿñÞ3i)¦á`…ìÌŒ}²¯±±Ñ¶é¥Y‘Å•#8EQaþïm-., Ã›¨¬(ýjSS“­ÒK³‚‹+Gp q¼ìHL()*¤Ã[ýªìðmEziVvqå¤ ½¦—fÅ—]¯eï_}Kè aMøÐ^ûZšùâ¢E–qíZØÈÁ…¡¦OlåéíWRÓòU²:mIOŸNß”U‰iFcùHtüg(üÖéÿ¹B ØŸ¤pÀ†‘^@™é¥Y e×+Gã{t‰;YØ2­-;z$¿½#cMµ¶#ÃhÁ÷wë»@šŽîyïð€—R‹ZîM{õêkïvü€.Ö0§ß—%•bººôp@Ÿ9NL/¢mI/@zQuz±Ó•#o¯Ï Ê ç¼Çh12j4š¨èQ-§DÞz$fäˆ(MĈ±›Žæé‡Îø…wÅDGzx.l8¤ê§ÅDÂÂé#£Âú‡MÜ™Qjø\µ•éWyûæVÕœ«ÓF„þ°ë¶˜×ŽŠùÇVÄ ˜¾×t=;_š}sLTpРçOK3Ïf|81¬_XÔˆ»ž~W¿dyöÞ©#… 3íãœ21çdüذùŸ‰‰œÿ¿ÏóóÕbz^ob^™Q$ønÝ-£ßøVL'¿=fÔºãúuškÓM’]²ìÌB·³ªøÐƒGDEE µáˆqÛNÛ”üK’);ö»i7 ¦‰ŸöÜ!Ãf‘}º½‹göï?82J3zænssH/@zQé•£óÇxwíû«;g½¼v«tÕÆ(„Tdf_n½“›}{?¤_`Ö–oM6—^f%´ Ä'Þ½/@³Ôhæ÷é¶ðdAyî–€aoVäo÷ú71sm˜ÿŒe˜®ç·[¿kù.Lòê.~¤™Ë4÷ÿ¼rý’bæÌøÖ²ùžÍ+-y&çn}ß=`ÒÔ~¿ù*G[~¢k÷ÓÕ%ýûÌmÉ6ýü¿,©Ô¯Ó\;˜n’ì’¯„û›nçê›WÌi]2¶k¯ûMÛVoíè ‰K/ǹ‚´2Ãf‘}:oÏä³U­A®ÌÜ=s׿H/À}/ŠýÎQÖ7ûׯ|iêð€þ·®6 !Ùûßœ2**4c¶É^Žy-Üãñõþá1|vsí`ºI²KÊngO/ÍÏØ»ŸiÛꉇ§WVË^9’}º'£¯>}ΚØy­O*;‡s/@zQûwŽjÊ“=;]cBn¼¦óúC™Fî¹ÄâåáQÛ:Q§-±0½ä}õP¯l´,­åŽ—¸½^;ôÚU~·Ë¦ Ó™§—ÚÍ7Î>ð‘߀%bÉÀ Ùûg ¼5éÙô’¾{†ïß»w§>‘åí »¤ìvú{{¦VT[rCKéEöéê´¥>Œ{æ¡1~C17‡ô¤•^9ŠÛýU]ëDþáU]ü&I3¼½²*/BïߥÓ'yg[¾´vªì¨m¸ð$¿.ëN´ÜgòÞ#ÿuåh뉖‹& ÷D_9ª9ûOÏýúH'1NlÕ{rïþ·&Y˜^–EèW®Ÿ¹4"à¾-ß·ÌÜ23 âiæé„ñþÑÁÑK‹éE!=FwïüQ~¹lr1à/Ë–IaC¿Î+¶CÛK¾æoº+o¼måÏ_¹úâXéeݘ IËö]¾r”^v…§«-ÿ:«¬µm{ùô’ŸCz~ïEµWŽæÝ9và0&|`ÄØ7þ/Kš¹õÑ ÁC5#cÆŠé#kæ† qï¢÷eGmÃ…SÞ{~PPðð˜›g-Þa¸ð–§¦Žˆ í:Þè®]ɬ^]{ xùòÝ­kÄòSö¤Z˜^Îf|8!´oXÔˆi ¶ür×nÖî;F 4rÚ?¾Í£<7A,ðç”–/X~!²K±–|‘G?çŠíÐö’eiïÒºOnòìÔ]šY]|øá_E 6äö߯µ‘^jÊŽ=vÇ ††Gj†MápÛOWWS0i¤&"22ôúÁs_ÿ\v÷½é…_«sîw{•¯¶:Oº¦–¶û©î×-à×ê€ôâéE½çˆô"”žy=<<""lPpøØ¸ï ÚÛ€FEzÒ‹›ç ½é…+Gp™¿1]TOo6aÿ1íæß9Ì)).ÜÿñÞ´”Ót8`Ù™ÿúd_cc#¿VGzTUVœIOÝ»+)óLšø¼@·9ë"úÒ=»’J‹‹tºz~­Žô;©«Õþxî\a^Þþ÷}ðÞÖ‰ ëˆ^Tô¥…ùy—d»\®‘^`C.蛚šš)Š¢(kKô¢¢/½ Ó™ël¹rDz@]¸rDz€ô¢À+G_Í›ÛáÝó§O«¬ÐßÞ“›™´=1/7[§«¿t©(SCÃE]ýO¹ÙIÛ·‰á[ŒæbL#»ßM}‘T—^~êÕËð%äŒÝœ—gîÖåŒÖŸHMˆŠ%ë–_5OO5ÊEŒ1Ê0ÁÁêú+F'^|°oL×`` —¾ª¢ôrñÎ; 7^›ü=é—wþô)ÃP;y²ŠÒ‹áW¤ &Žoû×ê€ËøñÞ™ú p±o¥ߤ»˜˜HzÀMTmÚðËÏ¿x{ëÓ‹ÂŒH/F—Úþ;GÀe”=bTš^ölçÜ î¢8'ËÒ‹ôwŽH/¸Ez)*pô"ýV0é7O/J0FéEúƒG¤H/Š 0\9€ôb.½(3ÀpåÒ‹ªÓ WŽ ½(<ÀØüÊ‘Ñëúã!{·ü‹‹ ì¸gzéø•#éeÆÇÇIv}]`ï–—žQ½{NuE ‡€ôâÄ+GÒËÌËÍ‘–UŸxg¶˜þèûâ—Žòððzé@–˜®­Ê|uî´ëz^Ó©Sçþ¡·¼špLZƒ¶2uñ÷÷õóõò¾j@Ä(Óˆb:­/i¦¹5Jûpþà^]¼½¼|ºyÛ;ßäKó­{"´_€—‡çÕ~Ñ£&·– §ehnK¤Æ==£gWoœž€+Gí½r´jj°-ó_ž&æŒxj§´ä;ÓBÄ?o™½`ÅŠåÞÞÏÃÓçÍ´b1ãmýÅüþ·þnã?6¾ôįÛÎ ññq†g{Ú^³¡ìý¯/[¹ö­u«–.~ªG'OßÞ³¥ù½|¼|º|sSìúuËç?0Åòô"û@s["=°ÏÄyc7lÜ—Ááà®]§_9Ú³{·ä‹“E-§SÊOîÑEÌï>`v™V+-èãeÔ>1=*Å1ýÝÙ*K2ƒì•#sk6”÷lXïn¿,áé#Í¿§¯§·ß”_ßÿä³K><’gyz‘} ¹-‘¦¿,©äÀ^^2ÒS÷ìL,¼ ¥ªè³!W{‹ùWùO«¨–fönÙ_MLÒGÏ“ õé%ù¿Ó‹*kkµ)WL/æÖlhàU-ÛóÂÛ â¥éËw¡'Ç­ûëÓωöëâÓ-ÚôšÛÙšÛ’¶ïÕ‘Ú€JˆÝ»3I Ünž^r³3“¶o;“šR—›Ÿ›#\ù®ÝÚªÑ×zzù.ûGK› ˜±NZrËŒëÄ?ƒÆ=ü֦ؿ¯ý룿7þoÅü “û‰ù!ÿ3Sì¦%¿Ÿ!-<¡õÔÍãß¶úÉŒ†þà.Ä?ÿôæÆ„Äm¯ÙPhkšúß¿­_þôtÃÞzßc+Öý=îõ³®ïîåÓË´Ìm‰ìÍmIÛéEjX:¨´¸(7';i{¢¾Ý9½ìýhgæ™ôÂüܪªÊºZ­%÷½|þò811vÉgâ7?8DLÏy÷T˭չ˟¸gPP/Ï®=GŽ›¶ú`KÒVœ~aöä W{zu¿EZmJâs×tõñí5ýÉ7Œ†þOßÓÓ×GÌéÚó¾Ë÷ÊšY³¡ñÏ ¸ºÓU~Sžx{\k ‘æOÝ«ûUžžú‡?¹Næ~Zs["û@s[¢öïIÔ¢¾þ'1j‹áÛÓKB|lA^žX†ýå;®V§«÷uéÅ5þÆ´X>?7Gö¬ P K—doUu·ôžé…ôH/¤`uziVj‘^ ½^é…ôH/¤H/¤ ]*+ËK‹ ű°ZQa¾èK+ÊÏšû56Ò é¶RVZ|øËƒ«V,þ Ÿ}zÀ:¢]µrù‘CÏŸ¯#½^`?U•åǽì•%Ǿ>ZX >;¬SŸäЗ¢G=“ž¦ÓÕÛ*½4+¸H/pŠ’âÂ5«V|ÿÝ·ÍEQ”-*+3cíꕤÒ ì¤¨0ÿù?,,,( Ã¡(вI‰Ü"úÕ¦¦&Ò év"Ž—gŸ^P\TD‡CQe«ýªìðmEzQø+%½€ôBQEz!½¸9ñ¦k~®‘·üÆOñâ¢E¤Š¢(ŠôBz±azq§èˆšj-é…¢(ŠôBzQuz)M}7Ðoä±²*1ýÆŒëFÿñÓ–¯ zp∨¨È!¡£6É»<î—ûÝ´›†ÓD„O{îÑÚ¤é÷ï-Þ‰Šen=z'Þz$fäˆ(MĈ±›Ž^þß½‹göï?82J3zæî66^?mº¼ì“ŠåãÞ9mS2é…¢(ŠôBzQé•£QS6K3¿1#hÜŸOl~Ø_3¿ª¶eÎê›WliÉ⓱]{Ý/-¶vtÐÄ¥{¥é‚´2sqÂp¦ìzô*2³/ïŸ'7ûö~Hšö÷öL>ۥʳË,I/¦ËË>©X~Ö–oV(ôBQEz!½¨ôÊÑÒqA¾W‡|ZP.ý³§—>äöî'ͼÖÛ+½²úŠqÂp¦ìzô²÷¿9eTThx„ø_ÏÎÒÌ'£¯>}ΚØyU5–¤ÓåeŸT,ŸoÁ5#Ò EQé…ô¢ŠôR[•=µOaÝýcOêOh¤VT-fš^¼<É;+&®zùáµå_gµ¬¹æìq/Ÿ^FËË<Üò²OJz¡(Š"½^\à¾éÆÚ´¤'üBç”k[þwÏ‘ƒˆÕŇþUÔÀðˆaaCnÿmœþ®ÝÇî¸aÀÐðHͰé/sRÞ{~PPðð˜›g-Þ¡[™¬®ôbtúE"^W}»âž«¬à@Ý*+Ę.Fv£Ü"IÀ(½(üÓÒ/ÔéæÍ3}-Àå‰ ’€izQò¯ÕIé…€:sëd)ȦÅþ¥}z‘.!Ý\Ò¿CBjÖ¬Þ¶%®íô¢Ì¿Òh˜^$_Í›Û> stream xÚí]`Õw—Ù¤»eb ´J“4ì]fÙKfi »èADö•© 8ÙUÁ‚Êdø§ )Ce¨€ˆ2 éÿ½»Ëå’^’Kº(y|Mr¹»÷Þ÷~ßxß½¼¦²'‚ °0•ÔˆŠ+[¤À€©\ ±V1p‡eÇæžÊmƒ¡Ž-by@-??76”†{y—Þ&7¿ ÐP˜WžP/Ïþ"ˆò„QÖP±î}˩ΗÁBÍPXà^Îa„¢M,»¨¨¨<¡NGKÅ$V6”Cp„:œ&ß²Úehª•|+Þ—Ž „Äj­QÎÖ!ÈYkLå> ¡Vd0 ¸—$Œp „ èE æÀy<8P'Øa§ ³è IÂÖí-of·×ˆÀm§òixŽ«£‘èÀRœÝX[Zn™°$EP,²JÂ& ~™K[J[J̈́ɦ6Ù ŽŠŸ‹Ù½ÛIk¬ˆ-0™Èva£_ ¤ÕöÕ–¶=ð Ћ ± ÇûÂ(:^ã-º§|i݆Ìì´½bœQnÌAãxÆÂ`Ûâ0†JÕAl}ò™J™ËÕZi°°¿ÏÓ-°ÕMâÌOÑXŠÍ- ;K!°¶(. ÅÊÿÖ¬,6LæÚd vn¸È©…Å] m î,ÂncY$ð°ÆÚVkP7ÂJ Ë˜¯ŒZÍS[¶§¾'l8¿pK£nцb ¢kcI¾æ]ÄÖ‰oˆFùäÁL`gåÀ:5ÞÉÜhø0v ¾•sÈ¢ 67Ä!Ƭ€Íïk-¤¶´Ÿ,¡À’'WžI4G>²Zt øŽÀL†Š +UÀïå[„²5ïKK±W|SÉËtÐ"fÂd®M&éÓ¥ÅËDjÍ7ß„1B¡­±Qõy–Èñ|B#ÁèÖ NpinöXɾ2jµImyåW æÎùÜÔp¾;áu‚ß)‚Æ™é £èP¥9yšweLÆ ½Èv390'¼A„QÇÒv«ðü6cGCd=5"‘ßoÌ8ÀÜiŒ¦ˆsmK“Æë£ý4ŠÆL®&“h “^È”Äs|°±!†ñjóÎ>YW›üP [lf.9üpÐå f0ðÛd’>]QÆ-Æ"t0.‚àt¶£ês†.–g\ &ùH(*FÅtÖ(¤žÙ#xcüÊØ+<8›iòDŒ` …¿™5ÜLÅxõ4¶3ÎÆ»0aÁtq¬Iž–Ýc“ÁÐù¼Ñgè Lb`Ô?–ï@ÌU¸%œ9e„d2{tñÆÎ)(¼Oßf2žÈXeú[«*ÆS+® FãlÔ¥ùø‚Ñs+ªk¡½rxû‚‡2¿c0ò,쪅FrÎÁ²ßPÖÔ­˜FBfv¹àŽ™ÿ6÷í†"{d`uÏdU:w6œ;…W/ÞÕ\@Ï@R4ÐÀ”XÈâGI0¦ÈLE…›aìe¾­13algX–b~_ ¹ù60) ‚S #Ãm÷S°É-Z5qõFÉ,l™…î»lbÄ<4RÔ»`KFƒa[>Dèiƒ°ÝåGA|4·1æ~ OT× êSž@} C1š÷![tQ‘x Ó ³xWÿº~\Áɶw†¨»Ñbg+øˆcÃ:SdbQ¼(½á„l°_凌åÚׂBÇ`a>ú(Ò"CX>öÕ%ö¥±6p÷·E%$G¥È“K ?#Åä"HÇó^0¹Òñ€¶é˜0á8¦J…tœ{Áä"HÇùtL®‚t¨cÂHÇ„é¹A:N¾`r ¤ãä &—@:N¾`r¤ã@“‹ ‡/˜\é8|Áä"HÇF“k (Úäa¨cr¤ãø“k Pb¤cr…iP,Ž^0=ÿHW´É-À@ÇôÜ#Ê}€CL.€t<à “k OÀ„‘Ž Ž^0aªl#RœyÁäHÇs0¹Ò1Ô1¹Ò1Ô1¹Òñ /L.‚t¼º&WA:Î4bÂHÇ„ #&ŒtL˜0Ò1aª¤ã¹/˜\éxî &—@:~t„ÉEŽar¤ã@F:&L8zÁ„ H1azÆŽ³Œ˜\éøÉ&×@:Ó1¹Òq˜ŽÉ%ŽÃtL®tlÒ1¹ÒñÒ˜\éè˜\é8HÇ„‘Ž Óó½àñ(&—@ºùsÎ8…uRÚ˜‰Æ‚hàÝE°C¬u“)Бò óÚ(é&?´['‹›ÓxÍ+tJ•¡eI´ú(£¬­ƒm1 b•!nKfGôî…¸ÆqV!¢ïäP¡ÜoŽA¡¡ ά„ 7’\.mXdxXà¡A\å8H1úcÑ!|¥*ŽžX®<‘R/ˆU &׳ƒBer77ªˆ‚€€h“Ëi¸Cž$¶¾§1p´Dµö•VÀöK,¯x>p sƒ›g÷©"ÛSö¬‹…2N‡’ÂÙm¶å"í*#$G ð>²X/&MÖ_›7bª ­2¡Œãƒ§°X0¡ATøgàðŠÔ ÌäÍW*SM€ä!¿Ä–Ç Á`ÓìòC fd¾í|¡U/ÂÔÉxsº>¨q¬K4j¸xOh Ec¶Á·‡^û¬‡IŠœ ýÂÄ­Å|!×2Óκ_bL™…ÚúB„ÒMÙm^uÒ÷‹µéê &»J É2Œ°ƒôbD0!ªYËS&Œ*C0Üá$Æ¢áT®ýðÏ8^ Xµo•ü”?]£Rqhgd™ÛÆè—à—F!˜ð#Ö~ 7*·9†XÑ2uâm"Âø£™`4œ½à,T Þ !˜\Fh(¿}UfZD'Š™?.Úèz’Ù6›ùBÓ×ÀL‹Y“eáÔF8P26Ìa½)Ðææ<ÿŸ׏úð~JkxŒ]i´«´La„pÛX硚µ™Œ¿ åሳ‹cWš$Æ¢éAáŸñ~&OC˜'BÙ*ðÆZ~ ¼òŒB0áG8|À²ÊÍbè!9¼:±OÛž>0j¯ªÌ èðÇ7j!ÆBÛä¡fB©}F×jàE6t‹èä¥ùãl,Ó=Â!-ÉoŒfô½¹¼ncTÑ`Ä™Y]hu%,N-î{òL ã ü°`[]ç¿h¡ßÆDMf¿ âjn0ÆÂ&»Êösh¨¹Ñ35ÝØp`›>–X›Éƒ- 3 ð/VÔV»Ÿ©s‹ûZ“ÞXÞËäéø½Ä7§¬,-kÀûŠà€cÞ§C åf0wÁ`BŽE`¤s*·ÂŠu` cߨåÒ!œBt ™ žöñȈJ¦…mŒ#³èé#.͇Ÿ"4£1ÌkІuuy´0¯ˆEeÛ‹3i?KûÁ²!¿‘¢¬õc„ 7ÿµ§ÉËêgÂÜè5æšÎÛ@q®ÙÜfòpdýRk_pñ!Ïô±Á—àý8%·:ßò[ÓUËñ‡Ñƒ2*†D.pA¢"Mȱ¸¯<È–âân÷n“QC=zÊ!æéa×Ê#óS#U¼î1âÒl”^\„fíh¬ÑÕµQ˜×EÈ$ñ¡Î˜`³¶²&Ë` ="ßñ…À) V¿Š)– ²™rSËÑ{ ’Ìœª(ˆÙ!Ö+s©™\Sð%X>;cAèŽk9;g„˜õ l³*ÛââŽo­ÙÎÔlH_°Xçš[ U&áÒ8!B#‚,ë"hÃLîšNU–Îð<—(îù§2 a0ɘvز©Å Ï_ÐïA…kÝÚp¦Ï,ø²‚ôRº1Z0ڹݻ…oI›•B+Zà`S ñ:âÜýMNÄŠŽ˜tÂZ{E"H”tÃËüÐâ—ȧjÇ<£Ñª1ZáÚáxÙkJ]䎊 …8IÒ›¡t€ÎD ÜÐÝZeý ”Ê+YŠëKí-=âÒ9ç·ÖºÝ^u¡¾œ²­T"¯jw\b®t€A\¾¬4ϺÌËÇ]›†—Îu»Pç„pWÎ*^æïy%Âö»”Íàóõ rWqWu9†S˜0î0•.á`2^žÆ5&L•×N.Ñ;ÅÚ°ü3¿ŠˆBæy[‰­ ¼Á!ɳ£½_}2пâÛ½¾ÌÚà ì´¯ÿQ§J_౨B%w iJFêrÕ6¹'§äÄÙì·V¦ü-ìÓIqåô“âžÅT9)ÙËSÅܳûh›§’sÈç¯u¯ÚU©—«ŒïƒŠyÆ=Üõ#ŠéèŠÆA|Ñß)êu+ÕcÚ;*Žm¼|XG~çé|->ãZñšÿyßb`Ž™ þrºÓ¹$}‡Òý5a}«sŸj;Ùø–0z‰Ž8êbòÌÓ§¼žn#èkOx”W]î=¾¾H^^%Šié7´Íi¬`,ýݰe4î?Óý±ÌiS½TÇÉ!þ°ý a4 ú¼×~avîÐÀ‡yM7Ë{ݲÒw+Õ–GnB MPðØIäs¨ŸOq¨ ±¸.ЧøÙ#¼ÅßyC -Ö÷ ðÜÑ7v|±'ls ¿ÊßN®ï–CíÙ€sYFoøcا¥%”ÒW×ùb¹–=]§=è'%ì¿íXKXz‚Që­ÁøÁ„©tFÂØ•"µe-Ó3ýžÇö}ïU6÷ õÁØ©ÌÅâb¥¼"k1Tå®LR2ïûQ¸W0UNz§Lâ[o—Šš§Vˆ%Ѝ€yÑϤ¥[æ˜GÇ¿wÅ„ S%¢Š=Ÿ;^ìÉKK§|î×_U.ù?žÏ»íÐÌÕõªŠ‘á/²ŠíÃûe5J·sßp6ëÒÜ…3™ñ~‹”±¬Õ”Ãr«RœÇ>ï$˜½Ú¡[‡él Ù>3íL2;zÜÔ²–ìÓý·¬>•¿Á–û«±¿±zðˆkñH‡ê³‰¾n1ü{ǬÌKܧsf-lÈÖp!;ZŽu±üK3ZEØ?W’ÇDZ½àß«éœ)¶JE¥„–z4.OHª?"ån·À$¢–;JmŒ{M]²ë/W€¶+f³ïÃ(f1´h¯C>é×ÁãAÖʾ÷ø öß3SœÀÀ{6cÃ$é'TŽS³ö{™EsÉ刉Pºº@Y„(­³Áæ|º‘ÏÌï†?ƒ¿¥áQÍ4ÁËïøwl™þzî€9½{ô0g×ÚTJ©bªÌ¤òÃ2¨Ì”é°w×±=®õúÕÕ%ã5Èÿ/—AÿT«-A#H©´]ÏP&h3÷k¹ùÒ‡í½&AZŒg>bEšç<[󙪅€.lǸªÆyv¨S -¾¤’/çª"rJɲÏ,µ1w{:ùƒ&K{e1_©5/ÂïΛ%ó,»:|"›×ÆžãÅØ™›ö*›½Ž*ñ¶5¬ÝëÄËòfZ½ëS¶Ü%ßxUr¿3\ðhr |ÑV¢CÈv6~ÿ„'÷U4œÿ·Ïjζ1ûÚ‘ÅûQîÉÃòRÍóî‰-‚¥vð=è4®_)ב÷UZ~_òb‡4²/?§ëßù[<5Óà§ÏÞTîþð^Ce®Å³ÄǼñK}žõìae^ÑX+m[G_.ÊþÞuµ°š7<XÈÚ6tšóÎXV†º|ØJ¶[­w½Ž§ï9Ã4ƒ2« yÝþ‹#À\³ûŒ”é%VZ¯ðìÁªJ¹Ïc%9¹³ïÛ ïȵ9£ÿ8×ß~zˆÔ<ý"Bﯳ­ÛÆöå`Ÿ‘úÛŽ—-ë`UrÍØh~"‡%-ûNûf<ïý=Áù­¹Üõ#‹a=ØÆ<„X‡ã2?+Wô`ëØÉL??¤k“BËâ_úŒz%Ì"¶9«"¹Ôt®×âŽ6ìÝ«l»æ°åãÉ)Æ ÍIªdÙÖc•ÀÆÕó¬èŒ®ð§-Ÿâç=åNÍyúÿ=˜ÑêÍ8íÂyÃO¡ÿ]å¼Ñ†­ýÑ/Ñê· ý‡YÊ“Eÿš°7[£,Q6¿µ•û6³xz±Rª€zû‰û6zôÿgk?7 Yì~ËÍâÑíǬY ½Ðû´\nû]äÝéu·Mvì}Ïõƒ}H¢½ç`ÿ/ÝËCÎc¼V מKbM¯HêI£­«ìÙ¯éjÖn àùéQå4òúŸÛS’†pz¬ÓÞrªKg+s«#Ëm&OS‹üO¿ÏE´ýMvü3ƒgiñúÒÞãàL%‚6¢.{mKv¿é@,×ÊI ô"ïºp'S?ˆ¼iu43ÛÎïä†ò¼ò¥ø2?+ás«™Ê’]?¨„¹±cx¦o¹RÓ^ß›Åñ"¶ßšòÆš+ècI¸G1‰¦•´ýš_ŠY•áN>ýæ¼Ìz^mֻ̚ЃYßÕ öHÿr×á¸rÎ×dóñ+¥ÝÒ—PsÞ(á/a)&ðéŽÃk1U:Úè]²ë‡{>k-ZU©ægSÞÏZ†«>)ÇÒfXñ:‰ehW?ù@ß[œ'ùºæ.e³rˆ/— â¯w’‹ôÚ—Á3É$⛎å‰ô ëµËi›QPª«EΦçÎ=då å°Óáüùˆ ½T€ß|ÿkõã\êKІ3ÒÏ­öuGèžÏ–ߒî‘¥´ìV³ë‘±h^åp\½Îç[(÷ÏDêán3[B×a[÷ZȾ9Tþv÷Xî!èSUþþ~j'Æ^aŸÏ¢}rjƒ‹îãÚÜÓõÚü*×—9´Meßù8lK»@Ïû³M¸¨}”®œÇ½ ¶l 4­1J)c£eûç\¹Ž¾ ”6ØÆJŽ…œ\Z³Ï'^3»Csx4Âæ›¿íæé3’À¬ ÎOÕçlÍyyw3,Ÿ’“¥nvð=ˆ“º’wæ'â‘ ðúUòŸ_ÿ¶÷ ÆÐ¥î¥¯yÍ8òÅ}û?øaÓö'ߦ¯ü’³XÛü?åÇŸ«Ù+^§o­Mÿˆ¯Ýƒm¼Ì³<ñÐ;MƒßøÐߎ|UF¹Î§b«Ž<ßÛΦä‚`K»Á3> íà0îxx¼«tôWh¹„›Í_ÜËÙ¦ÿ¼Æ¸ùw÷aûûú¼lßPßÝC$»ý'Àãü§øöõJŸ‘Èö¸ÚÌ}gevd_ZþƒÊPWXÄ!ÿ•jYó`›7B^éß‚•˜ÎJŽt2ïÏ{߇zß›­†Ÿ{Ûèÿ/J8" -SL±*¿­N ùœrÏÕcïêïôìŽoJd?®[± s‰T«zï#X×å6¾™ç²ÔÙç¾o¢5{ ëMg£ý©ÉiP[—;‡ OŒ¢ò¥ïË)fýØj9_Û¨ÁnœßýâsÑï=¿wi{7‰¾ªƒÛ5úµ»ßÛ^O=3ü¢‹ÝëÛR}*ÇÅnKœ”[¿R’÷?ãÀBè9æHW©æ9ü i{Åß~Wxu{µTåVTlÔÚÚŽ¦·6‹ÏgبÍ×Ðã6£¿¿äsØŠßž#Ú®üçT¤òÄíŒY¿Y=ÓŸõ—9‰`릴‘QÚ\̳tàâϸwuÊÿ´)6Úìñ¡Eýgcd7ƒ'Û…å–ûÙeæ‡=ÛôÝQÞþ7a¶©[qPƒfÚ´:‰çQ‚op>.¶²jé¬fïôߥۮÌý0ÞæøÈÏâ©öi3‰üà·Ão„™m?M‡çüC\"›Z¿ˆ¾íð¯5¿ðï;Õ{ TOÓß|äS“>¦2“Å9QAC#Ö»´¤·í9OÛ\ÝǬ׼EŒ/óÎYiá6ùï9ú”6ëõ9g ò¥ç!Î:÷,à¡h+´J/ÒžsWW‘øÿÁÁüÀ0Î>¾P eY_û²›’³›-ZS­XÔøÔFi;›,W{³aW—zÆs‰|n…©¼©ˆÃ×éGœ?<µ©WùÞXÒ¥MÑ¥äñ³Ë8÷õºqž¢@9îð;gaçÀO?Ú%±ª’[¨fâj1¯²Í,Öö¶’u˜ÉF ëi©½§æöö^¯ýÙ‡_í‹EέÌîÿÄ!}^ÛÎlDó‚…üº9¨5êÇVÇ>"âNwòžfã»×DDÄíEdj«8ü<äsüTÀ%(—ý<}^átn\™Ìdÿïçø\Ó8»^ûˆÏf«–h„OSÚ…å‹\XCã|NVÙ±üg"‚÷Eûÿ°#´SÍžáìcËÌiO´%´Í展b%wlh9æ—¦ÓeEÀÞßiå—hÃðà¾<O‡X]ï~RÔ³²nðÜ Q匶ŽôwxdžEö7CDÿNwrÆa ‹ÏUŸÁ_aÕýÍ$°‹ç±ë”Z}Ó­JùuQök&ï¬mž¹¯¸dFÓ\|6â½r)e!Þ[ Ôi4~¦òÐfrô¾/ 1šê5uÙ„òíU²~[_â'¶;¬Žf‰ÐÜÅn.>\î¿Zȶþ±Z ®»KyŽÜy"w'}I¶ÇÓ¢€»%¬ïû2ùÈë\å¢våc¹_b_Z‚Xø1Wú8N(W¢7»ÙN™ÕC-Qc‰fð,¥ÇJW<Öy¨¸úA÷­ÐÚ‘è1tKùl ±Ø6™ž)Neh/q:Pµn ½ììJ÷ à7Døë)½ñ–àìÓ%Ì7t*JÙäDÜ7ï9›ß¿{ L˜DЫYÚÇ`† ŸÓ úl)´íË#ͬT(ø ‘]¢¯Ü\,F•™YÄZ>'‡Ì¼ûngÙçà¾PƒÃaô8Ï¢~ûDƤ+¤Ë5‡WïÓˆ &¢ãxdöÌÑËÏùo*G”ÑxÒ»‚å–ˆG,˜*1åá玘0aÂT è-m`„ &L˜,¨÷Lgz‰ž¢œö{äÞÅG ~]–§@áŽ{&L˜0a„ &L˜0aÂô,ÐüLS9SÛæ‡Új›¿¹é5õòˆµï‘Ú­Gïœ\ÞêZÆy¿±+_¸Ý7ÒsA‡šnÙƒckü~vbgú›?ãíÜŽÓ¨î1÷ò]­“£êÜŸús˼ó-'ùk›ÖOþ>ðïç_ž?ªi|ˆwÛ߆ù_j^Tøùòí7~Û×þFUù©ð¤W>?øî¤ë….<ìÈèÃ.x*R»Z`rµ3´L_øñ“Ñ7vìi± sÄKY3«'N¾ëZ£ÿ™óSëíÉ7&÷ÒFûúD÷ Ê_>#ºAïߺmú!p«oCƒïÝö§\¼vúö„CmfOþQx²êðUZŸÞ·¯Ý¿}ñ•þ3S»,np©õ‹;´ë¤¬ê½0ôï¿no©ÝqäŸÊ}Ó¯,ÜY{ݬŸ¿4↑^Ívcoóð®ë‹>Éû%?ýë>‹æEGoª7cÄÑO޼©ý ñ¼ÍïÌúë…}cýVIãö­OŸ¸tÝ—iÿ7#¼{—±Uþ]úýÚwZLv÷Ü+?“U ÚÚ¼vÆÆ™;ÞëÔ¨Š‡̘#ËÖÍÊìpãÀà#M¿¾ÔqÜÌ•c–¼Xÿ[bBÏ€Dyôðfýlè¿~BäœÜ—ÇÉŠ>ê©«êÑØkÖÇÓ'z­: bŠ&lŸßoLéåV›ÝãÍFî¨q#eôøVý,ù¦gËû×çÈ‹˜¹½úã]˾¹z¦ðz~b«¤ŽyÍúÍhš±¿þ;(_­—•y(hgn^“M 㮎Í[þƉKêšh_Üùøç7wýZ»º¡ï½íSf5êrfifߺõ§õÛ¶òÞ¯þ7¢F§‘?Í”lyó…ë§Mxç‹úÇ“B—]_Õæ`µ‚ôÉÛš^ hrn÷ÛO®tåP~ÀöÂýq´éãÙÿKÝR«˜>\Ç?7Ô:˜ràÁ„­xqö·‰or¦Ÿpk¾s¤ûæßç-¿7£GÚå‚.·&¾|5ˆøýêÎ[G/)~\ÿbÝ Þm¿±KrƒW~~ç||Ò†¿ÞÚ3#äæöa_¼¼ç^pf‚ú\õœ‰ãoU­-ÿàÿ:þ’ŸÍÝtóX^çvGN¬r¾¹4Ñw]·k]×-ZÞ?i‰ÿ‘›Áÿ|Фj¨B?5¼ùˆ'G†ÞØ>}ì¯ä}¼ví\ðß vi¿¶mãÙ'n®g¿îµÝõ/7_1|Mí>ˆ‹”vO^óžcmzýZålêˆ1£oÿñ¥3Oìjšxwçû£ “¹ûÝ^!sNý~sÕâ—õO]÷CƒU'úõqË{{fܦeWf7^œ~xÃÊõ?uzç·#Õ­éV}žºÚyýÓ¤©Çö_»âFƒqí4Výõu>¶FŸï<¼¨†76ÿïɬ-ž³××Ìø8,‡ZàÖåÊá]Z_«¹³ãw-6ÖÚÞßðìqåÌVc=c½çüRðR¢ç J0hj¸!nÜÚü×iòIéú][›xݸýõÛ¼¿ôÔ©Ía ”ªÞmTòœê“=ôžg7t¾S4|òÙ¸‚í?Õ>4ëÛ>õÖ ºúçG'gê(!òÞ>°­gÿ§ÑŸŒßv®eQ[‘a›Û¶»t\?៤?ü~ž£Û½’x-÷MÃÄ 3>ù£Ö²yk†õj9¶sŸ;?˜VmÉŠ#ÖýÓ¨`©döäaù‡>UÕi73sÿ”îõõóüâ=§ËÇî!¾þ ¼¤jy±æêæ:Õëmš±$ûíÑï,ùíŒ,®þê9éŸtúès]„ÛÛ7v~úÞ®è“g÷M[´seÒˆ ›¯êî ¿ÛcÝ⽫»æŒÊºÕU9ç˜6mmö•¼FC¯/¿±´ö«÷7j­ÿ´Þ«¹ŠñKöm|aJ÷ãׯÍH¿×6ê0 †F¿:øhCǯ%Œžœ‘M(ÆÏ<0óQ“;ÿ‹_sKW·kÁéüÕ¿žW}–Õ®`ÀßÇ´Ÿ®ÏXÓC:…ø¤ýàÃS“·þuúÏZßþwàÛî¯]¼•º³ËàÀÖç'L¬]eϽžW^=öҦ̽ßvLˆÜòÁʱsýî®z5R=æüïwk_§ýtI§_4‰¤oDmÈ·í»¾Ý·QÛ/Oª}[„y¼êœ?ÿQ~·ôŒì»¥¦,L–—¿ªOÓ^‹žŠ¼?lë¡¿Ï]éÓD’u6LÒwDèŒÔ^Ióïü§Úw«æ/èû{Ý謎E´«_Kk6%¯çGscöÿ¶øäÃÞÃ<^§¾õé>Eƒ'Ûô×–Ïz{ý—ý'nL춦wìéô–Á¯Œýꩾ¥_b×’«%+–Wr¬Ùô9?çÔï]c@ߎq-‡,­ÓÂMs¤N]£?‡¶ëp¹Ý¼cgÿ8³Ã7>Aw ›þÑ!y©áðåªERì¤1a„ &L˜0a„ “­Ç»b*g"ú3ùó ]WÈ.Dzí=1ðNtßkÓ·ù$¦Íj¸èè"ß7z¾{T:~¤Ôã=ïª__ÝÒ3áÊb¿„Cc>ɲ±‘“'=­áwÛgÕ“=þÜ:é¿î‹ƒb'u=uõN½.!]“ÞZRKó~ý¹ ÿNxÜçôÌF_itçÁgß%þ!;½¢Áæÿ¶õ›ú¤ãîMn~eç+ú/:ï;#³Þžoƒ‡GÜw?x/mlÿø´AGn|üÕñžýz/ûäÌÅܽÞ{§Æä¾«/RŒ}kzϭƇô^ñûÙo¯#ïNyœïynê¶/›¥ÜŽ’tÈhç³dF‹n‰q½$÷é·r÷ß™³ZFWù§E·VÍhä- <ÒgÙ{?Ü¿^èî1ýÀ)ðé(Ÿ_>[ùû¼_ò‡dŸ»–½±àH¾×˜—z<™²¤Öñ^qî]™”êöÑõ%T¥ðfþ ϯô±;;× ú$ùfdz~!;Óãî÷M[̺ÿæWÕþ[ó¸à]Oj°áõ•·S=óÍß3©W¦ Œ›ywàéõ‘ùæ·/GÛþÇ£š‡¿xäÓ½Æð¿_dÆw³þ˜Ü·ÃÛ_¿='º 1åÓæê§«¼¶¢¶AÏæ v÷ØWðÔkWÏÈܽïÏþxX5MÏ6 ÕË:t­º"±§.HGj¼‚¿ôÁ럸­­ÕûÖÔ~«WĽ9øFÑv›="tã Ö'W|8Ð_À¸½u?¼½‡gõe«ŽÜ4ù×I?ï;ØÞ«ÎуÅŠIWòô™6Yóý_S^ZïÝ\%?°úAÂÆ×¯Ç­ÓcÕ‡j·„N³×flÜ?úÅÓ*íýš%ü:g|Ÿº é[÷ {-eN«}Ê©`åwÚù¯òé´¯éhÃ÷ÝÂÝGænš¸qÜÅFE¾ä¤üz»boÎöŶ‘3Ò7œA§:¾5®ïå‹á]ÚOè½ûF‚îß]žq"ìØ÷âšWGÎè٬νNz5xÚ[ýsëfE/Lúºa5êJÄ«÷ºWÑî«Ù)acRܱË5Ö¾V#äwrü[?wšœ·?xL¯Óq£šM\9ãSCßýKæíùÁÀÅ_•ýwóŠGÍ7ÏÏÝñàí“âæÙ`툷gQ“'áiÜízÇÏvh3¸Kï†_óÉ…†¾-ìÖ|Öêk«ëOpWýöÍnŸ£ÒF…oµ)øíHïƒ3&X¸óÇkîÉ[ÞÓsÉ´ô³©£‹V œÑfZ Ç»Ô·Þ׉sgeß$N¿»L“6pUÜ»Mn\8òýêµ®,oŸµóøü yGî8óÈw‹aèí¯þÊý÷Ç<‡lÖì›ÑìÑ/Vߚؤ捻Mk¤Î™p~ý›“Y5dUlà‹ÃôÜ[±©úȬ”5Í,ØÛDñû™Ï ú¼IÜï1-áûŒV —Û4 ™>g÷–Œã×Nßý»ô-—GÔúäÊë÷ÿþ^è'Þ¹¿Rm^Sóvµ‘ã]ÙDÅmTµ~îqÆû–ÝmÞam³¾ïŽóÐ5=×jÔ Ûâz½ jLö®jР Ù¡Ý÷'®]tOz-ò»™?ûÑeÕÞ­C—ÛÒ`Ì{é3O/þg×Þ+£ îõøiéë_çì½Ý~Oƒ©+«'žÉÓ­Ò4ôW®ýò/}Ä…^yUÞI 74Î)<ÝŠxkùïsbÿš±i÷ëªÜØ?&½þ0ñò¤/¶uÿ¢^Wï¿Uÿow¯Ï.V÷‘ôÿó­êkÿºQtüÇ‘þ›tT쟅^Tð”;s³÷Ÿl£ÞúÛ|âÝZñC}fæÄ®¾×Y= è«õ/Úpüõ;_úúÍ!w6¾ßüŨө5o¬lw_ytÇÆ-,ö^™õrÇMg>ZÿxWŒÇˆtaµ¶¿|@ºwf³]G£F¥Ž×ö‡W™´{ÙÙÙ;}z"ûög7¿³W5S¾á•ÓE#¾Þ¸óëMݦ®º~ùnÝyvvå@ÿþs‡@Œ% ¦²¢iS™¨yMc>{xzÁ—‡Ðö\„¯W!£×@È/CކÌ_áôïœ7Ù÷Bd<ïÿ [–ÃdQÇÒ¦‹,£vÖ‚<ž}5jÇ<ȇa=Z\ëh,Ë2ÊØlåg» "ñ°¨¨è0{³›HÐðXQiI„½×õ«W\¨¸ÝÎèh$(Tßél£YÈÙëŒß¶ˆòÅÖ¡T@@YÆóÚS‹WO[½H îWYÅ¢ï/8gÆxï—-€Í8W&{îÈ— ‡@^˜5^}¯°çϳÑgÖêå¨|¾uFÑ}^R<^ŸØÂØEy9Z>_€@ÿ_µfDE¶Ã²Þèü3lŸ••nXék£î§XèŠ-ü•Š—F;yxtø¾6Îãßó¢ý4Ó3Ù ÙU¾íy(ÂÆŠ±³Ål­[/Ÿü: µlØW`'8áêê(x6TH¾€µgyýW&¸´¨‡5²¨ð±Ìoñ¶ä ìþ£²Ô;+˜º(¶òƒ« öø|Ö—•ƒ½³çs¯ŠõeQß2’¥-»(4h°É¢”%èEgQ`M”fàl‹þºuÓ¬^»¿Ø†Œîþûh!ÀÆ+X@@MÈ×ì)¾1ÃTà°›õ²0>Ž{«ASi¶‡'w›uá—ɶ­äõì+Á˜¸Y¬ó¸âlï€|AÈ"š§xr[£~[ÆÏ™zYè€ÑÈ/ šmÝßF;ø6Ä,p*˾rBWlâÏ•HŒ~Ú±–vÕj‚ÂÄdñÅô[§Ö—²õ!l$Œuœ'\X³¯b¥b;lèìEÖ>ª`…x³%W!ù–[›ñ<’$¢Ê@§Ÿ{['d?ʪ­ëÖ¬VtéGÛ˜kW¯®\±‚èÞ³7x®C Gò2T\±ÆÞ¡ ©´m àìù¬lÍŽðPíg3!+«àŸü ÁU ò±ZIÛm¡ÀÙþ·Òã}Ñ}~x‚gG´2&¥Åç*lîÂ^–ô%‹Ï½ASQåõ(€º ±cµ@>û.Ÿ÷×DZz @g>jNfŸÂEÕ±˜hö¹‘À9–[î †ù 0Ôìø[ô_f;Ï ¹È^É$v‚@B_ùýБèûå!x@ÚüÈ×7P÷9†÷¾Fñ6Ä8¶/S@#Н³;6—üNG.#™÷«ÈF„’`*ü´~s™=ë5úïdÐ…ÃÖR ¶³“é=úû.ÜZµÃè¿ýAwFC²ßó²¾V0Œhä¾¼Ï%û0[y¬ÙBdµÙû¾L·}9˜ ÿޤk±ˆ>žÄ{>}í µbÕ¶–B>¦N£:Öܧö!ïK~µ²óëÉfrˆÔ-S8Cʾ{ ˜%s_,f"NÑ2[ êí¹O ݦ߷az’˜Gx_éoû‚âkÞ4 Énluž\,yMjÒ2†ZàÑý‡`ŽvP"œ¡wïèµñ%]¥\*QºÑ#ØŽK²W $™<‡kwSÅ,ÎŒL¡Ž¢¯,b[‘FÕ‹¤_ó¬^Ëâ¨åÚƒÙîý©. =›ðîNË9ˆöœƒéóê±–vY¼zu@X¥tãaÂÜvoNÛ-¹ Y akß…WOQ.{ì_PHk!‡¤Ý@~)ùÔc¢ä±ì ýý)b6Û¢P*±4þŽ€uÀõ`;HÉxßW½*ó¡“¿õˆh¢%ëݽÀ\Zâ#és x¸PBîêÚ` ¼_è¯èÙôãõI¼ª¹üx6my ü¥lÈaæo·÷ˆûò;Ä9øÝ-X7=}´ è¨ò'ý@¬qkÕ·Ê¥ìÂ$уlO¿ëAþC®€%ô£ÖÒ-ÅjºÇ(R ¹dÆn û`3ɦ´ßË$û5¬uøÒ½&ˆ'[@ö€J~ïç;³{?òWõÿ¤=Èt;d,égæ™®›<ñfŸ> ëyDæ.¹ÕA`Ÿ”ij”M]RûøOX âUøZt•¼ã†¯ˆÝê`àÏÛcñ˜:‡ò†%{“u³*ü;L'jLi5‹]/᎜d_»IðwüøîoÀüê€TªžÙäänøÅPu(‹>`4­w—š`|’<Ä˹„­YFGÞ¢s>ßWØë~#[òΈ¢¿=5kÁ|® ¯QÂ×*  ü‹2eèÕ¼ÿ¢>Š¢TÀ(XéÛàr° vÆqåT§TÒ/é’˜~ê! 'ÌŸaÄ öBOÒ—VE˜à­`?eB^ æ > ñ]˜6ü{øµÙýoúÕèˆd :o׆@¶b}·÷2¸+f™•0‹ÿúJøOMfÐ禩$μ¯$¾¥w {ÈDkåÄzîX®t5R.—ô€GvI†³}󯬖ÜÒ‘ÅlJ&Pÿ šÀ×Ë$ê‰0j¥TºÉ»XÌ‚2ÿ|†zZ £æ™ž¤Ue_wÒµ)%gžg¡VN¥ïP—–ÊVönß°2zM:Oq‹E5´¤¹µ;Æk¿Ô_("e—IdÛºï²w8A ãž|@ÿ]Ús~á îúôû/@;Ò¨;_Al3ï~¦_›A¾GËåÊôÌ» 6“¬ÁÒÚð³¹tÐgÔ¿ÑØcÓÀMyMP]fZ†©å k…(R ëГ“éçÌ]ÈÙfwEGW‘måuTƒé'd«Íú 7!•ñ?ÇK6Ë6À3¦*ÇŠò +Q‰ŽÃÈ¡ Q1‡=:A‘ƾÛ¶„„VÚÁBEÇÐYßPFk%kÉU°ñ4¬¥´Ô2‰Ëœtæ‚cd }оû”½×]ë6¤©„j6ý4t«Ï?OŒU¿Áønð7^¾z—ÜoÖÁ2äÙjIšÂÚ î Ë „¯Ð"ɹf²ªïÕ^¾‡ªAß³}õïhˆë’. [VuIoø7  |}u‰d_ð%Ô“ê’F% dŸ˜ „^ðMœ£uÊD¿ ç³ÇJ;y¾EÜ#:¹/xyÈ= tÄ}‚îrƒ{Gøn“Uc® å|¶©’ëÉ3ž{¨=ÔG^Øìý‡^eˆs5ι.= }ê±hüq²ŒQìWÏÜÔ"L˜0U>òõó/úëÖM£¡‡Ó$ ¦gȳб³«<Áž1=#Xäÿu?Ë8xÆ„ SiÑFƒòÀñZ¦˜0a„é¹!Þ\}Dxj&L˜J•RÇ¥Wá(M2.dkñnãjÖÖº§1eŽæ³XBãL[ë#`}Ù0¹Èzð‰ÿƒþú¡‚ m;!C¡öòÛ)´hºe«< eûjó:¬-MD”BÑãÒ}ÀöŸ–XZcÔ²îNô“˜zÛ’Ÿ˜u§…ÖZ–—¾"qi‰q¹u²[–ÕN u.!;0˜&^™­o†—j¼V̬ÖNˆììG6¥p4Ž®È޲rŸÅD|6¿æˆ²ÌðS¶µx4¡u¹NÀš 'ÝYëK£%$_k}[& X#WÚå•b;Šì8k`£_,¯±·È¸Ð° ÛkY¦Í…õÙ9FÿÓ×¶ª¿*Tï|[hkT[Ë=ÙZºË‘M&lõŸ#²‹Y¢„Xr¦NeIB³µÅ»-Þ@m1Þû¡EÏ…ìs-zWËzØ pÅn6aþh¯˜J¬éï ["$±vž°Ò?Æ~ý‡e1dÍÆ Õ=Ð Ÿ+f£’G¶ä'"޳é@IIŒ-ÔÙ³‘Ζew÷%> ÐÒ!h}¥KÆ ËJðÌàöÎîê”"bÔ,ÆÑFÀm8v{ $ÚÙ:3ÆbG ¡Q_Ô²[“9ãŠl¦„ƒ£Jk$fg!{»;Ù ± ¨(¥>rt÷%¹È¾°è:ÚãÎ)ö‚>«eZûq†çSKÄ ³H„±«Çô±ð€1á±níú¹5í¤×Ä„ÅDj#úˆÔ†EFDkbÂtÑý†÷ˆOˉO i¢Õ‡'&Ir²râ3“Ó¥TJ<Õ9)33>59)-;>dX¿® ‰F£×SÒ„ô´¡ááÚ19™ñ ÉCu‘º4÷,*>!!9=-)K染œ’“Em@4ˆÔQQa‘11€ÔF€¨èà¦T8áÖ±ŸÛx7 ¬«&@ tQ1š°Èpm@BªÛaቄEÄDL$Sôšð0­.¤ôuëí.©¯Žˆ„÷!Æ»…‡Eéu:RIF­žÔÅ襠i—TmD@‡tлJI¥Shµ1 "":ªŠ®•¾¡7´aá’޵½²r¤©ñiÒŒœ$YJRˆF<&93+I–éžé„­>8>%=3)«™:R¯€‚ ‹ —Ä¥g¦‚j R+ë’–œ/õ’œ4I2È¢“Unc2‡ê"4D‚4+›HKŒÏ ÑëƒUÞ <2FcÓoÙµ6쳘 ´µÌ.!"6xhe—®’ÑEvÚiŒlž¶Vè’˜@K(¸*âÛ‘ìôc+¹&´£-Ÿ+ÆwÙh§âÝ K;moÃ[»k^t°N¢36h^WhIÖÏA–­àYtzŒÙŲYTVÇF6‡1B«@;['‚hkÛÈ9’©4™eEnûiK©­=VÙËGSµ®³ ò¯:˜¶Ö'–òµÜØÉ^ˆQÀ’<ÊóXlùBvG²›bÛQÄÏY<=´j¼KakN¬oϬ?¾¾hÏŽ8X7AèàÖ‘BXÛbkak€!¤7|=³Ä¿-» °±b{á’d;…‚ G·„¶º´[jeÊ׬è¬èàÌÞ’n6ì¡­ÄUœXÞÏbëR[;¶•è)†Ð’hötOÄà\L %\ñ®ux·(Gl…æfÙŒ6^ãè×ìÏ_{µ !ùâ5}¦wÏ4»¿ÂüMCëëÀïa/´j`v}x«†Ìjù­‚M?°åÏ.o˜Åñé•lþûÛtìÈ¿¼½Ð*Ö¦•¹ó™¹ b™Ë­°Â‚Ç”N²ÂÊg7–¼cü÷rÞ1¡:Êêg¼'z¯â½·üÎZÝÜ>» \ëÆÞŸåyüóåí“[”#çÝÓšìýc­l{,$72²Ö>¥幉­›åóÏSðúZHöbd¤)cyÖúZa;bå$¦_ì•Çà„ Û&e±#³ñÊ· ¶ìƒ°Ä«¾+*r‡õð Y ÍÃÞ}ØO€«ˆäj"¸:ä"¹&äZ"¸6lk+\r€®ù„dƒëCnÀã†h}.+¹[á&í°²r„ë!GBŽàf-xÜr n¹;AîÌã.»Bî¹;Ë= ÇAîÅãÞûñxäA< y(äaGò8r"äÑÇòxä–ÓXÎ`y<ä¨#!¿ yäW!Oãñ,ȳ!ÏãñÈo@^ y ä· ¿ù=ÈË ¯€¼ ò–×BþŒåÍ·Bþò—÷@Þy?ä …|’åSÏA¾ùÈW _‡6àä ?Fö€ dwÈ^}!׆\rCÈM!k GBn¹ ä!§Ažyä·!¯„üä/ ù'B.B~ Ù›”€@ÈZÈí!€<ò|È_A¾¹&%­ O„¼Ž¢À9È ä@Þ ¹½”RvBž"'ÁzŒ„ÜHð•šõ½ðU\n€ž@÷b£Ê"kÉ–vOÊc )‹ÏxÊtÏ hóBák ä¶»ÃóúCN‡œ y.äµð; Ÿ| 2 eÔˆ ÀÈÉ?‚|²;IA‘à)äæ .@ž#%@U9VÓK—B! —‡‚\Ò¬&ùûá˜·ÉØŠ I`Š,…S•ø½þõ€\^¹ ¼®-ä1У,„ŒBÒQðu>ä›ôU?SÐqãwzvuCèˆÖ«×5dâÞÚðÛ:§%îoŠÖ\Îh§¬Ö` {|¡†9Î,ëÖ‹ÜÇgb`ôB+ÒèÔz¢›ðªaá%ù“Ë>ìuü|ØÏh6ƒ?û¾Ëîì}+º¢8­ìX‡dÚV›d–Ê© ¹äê«A® ¹ dÈhÏ_íÏ…v`õ€ì Ù²;‰r¶€Þ±LÅ6Â(!#ÈËQ/C–B–@¦Hf$A¢W¶k‹àä§CF{õü­Üú2„x¹`v®ºÆ ïA¾ ù_ípÚ=áoíšÄ¬îy òM‚A Z—¡ í6óäß!_‡| 2„'¸ ù Á íWøúä_Ð.m/̪¬  ÏÃן!Ÿƒ|òÈnhÏ‚Yö4v òOÿ‡Vr¥÷’B;qAYÌj™?B>J0}}„`Æ?hÅÙ@ïÉu­o ùdÈßCö†üdäo!räof}Þ=¿&˜¿‚¯_BÎ…¼›`4 ¡­ëI0k€êà1´çÚ™퇅ö¶ò¼ òVÔ¿c1¶À×M7³ã¶Ïá«/Á`t|E«n$˜ÕK# 'CþŒ`ö‹g“€Ÿ2;øÐ«ä¢õS£YlûÁ÷éð­£û!äµ×@ö"˜h7 õT ¿_Wh%V@¯gŒö?òG8Ìþ}hÍe´^14³­“‰ÌÏ2‚YÝ÷=Èï¢½È ¿ y)Á,I÷Á칄ÖE;é¡=¶C~ò"´K!Úw òBÈÙìà>ˆMÎ!ýZσ<ò´Š0ä¹ghß=fï´é³šìLÈÕ ‡ÂcÁÑ0~~Þy Ыù¢ßÐN\hMæ\øý$‚ÑçZ³÷ÞDÈfí寫Ã÷93Ž®A0Éë,TWôòx$_$­ýÉì™— оo°Ÿ §@G U¢™]î ïGCND»4Ay$ÂäìêÓà f^´×‚YGyÁ¬NvãB+  u´ =ª ÷%К¨ôÜr/‚Yí‡lZ·>|ܾ̓G+ývC2„Ü­OM ]è¹=äîZÃÖr;‚±¥h7?´çYkÈ-!·…Ür3‚Ù-†@;k¡}ǽóâ(Ö~F#, @Ž@8†‰ôr8Â1ä¦cÿ‘ÝE+ˆ¢•’ÑJÏh÷C´¯ÜQãdÈMà¹Q?Ì~aôúÚ[€YC¼+@;2kÒ“GÍØ$Z¤ ¬M¿˜ÝÑÞ•§—"Ð*×4@²Bý…pÆ&çÞÌêá[ Ö=ÞÏúƒóo#ÜÒ»nBýÌŽhõ\´ûß@Ö_Ü€|ò}ÈuPûàùÚÊžM:¾ ÐNnh½n´—³'ÚhÈhÅU´®ôOl‚ø76ù…öPk ½_äÀì¸ 0kñ¢,¿̺Ä?f÷Á lÂùízד8lÍ>A»÷5„ü ä>Ы¹£’ãØ}—ÙÄ%J?MhM¨O€Ù³.A§­ÀLÈhE]´Z9Z¹­›¾ rdcZaл4Ì”Ú#€ÙG­‹VSF鬧´÷$ W2F+£5{ÑêÆ(ºCë oÌêäh•öï hÝjè7PÐN›ÌLD4=õ ›bmžžµ¥ÈF#»ªaí[S^<€lvÖ ‡²qÂAk_޼Y{ãËÊΓm+²_õYŒ±öÒÅ#?6©ÎÆ#ÕØ¾2Ž «ðʱu²Y [ÅKô /ÏGEJ(©D†ž$I$QtR))•Êdeñ°gPó ñÄ åeþÉûž$Mç1oIšŒ¯ Qô‰ñÅ¢`Gìú|Š~E)D„„€o$R¦$ð#:FI$°CÑ9x*ü@¢¤$&LOic¢ôR4Å9 Mqö”š¦8k}tLX¸VÒ¾Š$#SéUEÝF u:ŠžÓ¬kF ’5ÑDèÂ41Mtô|â¾ôdâDIV’ ù¿2‰OBÎ$IZzê¨L‰¤—TrZvfzbÎäiš*!'>1S 2ã%%î’0YTXŒ´o²Ô-A’&“eeKãS3ÒËÒÓ¤Y]ã²A˜»†¼QJ½oGJR‡ê¢´)ÙÉ)IR%ÐjÃÕ+'Iš˜”•$Ÿ“ÔMHž€f4'Mn,OÏ$¢NIÎÊŽW§gI“R ) ã¥r ‰“CúôÑQÁ’èh4:)39“Bé99‘De&e$“Dz&•@©TÞX"“FJœ˜ #Y 6ñ–éR¹Â§#Iħ$'Æ'‘ÑÁmåð2XFjrÊ"¥§ÙÉ(ô%I‚l*=«±4#)-‘"ž™OM¢Hž™˜”V]–A¥&,•Ì-K-ñiKè‚3’²È(­D'ñ)crÒHBî…Â.- ½tR)®‡ÑCjF †jõ: †âa1Q‘Òú ^¤l(h\×˪Óë¦1ÙD´*Øi“ €$Ù@*OHIN‹§š¹©¢Â¢5º:$ÒEK2“F+¼¢ÂÂNô‘•œ6&'H” ‰—F 4:Ù(½»B9*>+I­P7¯« ÓkcšÁ‹gF H‰ÒDÒv!^YI@&ÏÊ ²ü¨,Ï`ª‰‚› g•·Ï¡t1𔚦žƒM0Œ öS$9RIc(˜$¥2r`8J2’ÈNJ—ÀaBº„Ì’¤û$/1>b4…Èò‘*Õ”‚T礩êjuÑ@£Õ’,Š0395)S¢ 2\²¨D‰TAh‚AHMp tÜáÁ)icJ¡€š¬äĤL¹T¡ÐÉIÒ;>-iœÔ]¢RMR§H²ãe2…LšåW5ZIÆ€p½„ɡՑ:m¥•“n„‘”F‘ZŠHDá.D!WÊ µ—<Å+C®®*kXUáYW¥ j¦‰ŠÓD)t]pv:¥© ¹„ “3A°;A(4nŠP G0V‡²ÈNÊ„2²žO°j=ÁÞ»„?ƹè^²ë{aŸ À: έD±T€ÈñMŽ1•åø£Üí‡ÊÎÈø¡j…GùÕ&³ìç!öÕw¯XlcåÐRY¥I¤Ö¿»æ±º 69á@?×,Ǿ¨®*ß~~W$VåÑ¢s4½Z§·Oƒ×ßuP³ö𤎞£Œõ 󗉽>=Ó ®â­§5¬±“¾s-Û'WÜœ¹z]6ÉÖ†·­¡šEk_ÏO¤¡Ê1¢4q‘™&…˜å­jxœ¤n9aßzz)‡{öqÚ ß§kþ—r+ìÑú2àr”í€ä:yTl]{”’­]GëÌoÚþðz@#³§èöòFRùå–•r5^XøOJ­aüº¬¼Õfö34Ž\RlL=ÙÌK¾¨¯Zdv¤j*m«¢1÷»Ã>uÔ±óg:Ý=Ù(û“W× N p+¯ßÒ r’Ü"X,U‡¯[܇ñÆ™{lÖzh±i°]äų~ÐÓ(ýê·i5ËÊzý–",ÏjÏ}VpÿX}͉èç<}M/îcѪžfw}†óçúRÉŸ+#õ\½_HŒ68)eh ©:B£ÑK™%-TÙR2#“Î'Æ«Azfš:)+!3$§7¦&IPf=[ƒÞéRiJ|˜Ú­‰¤ ˆÑJ:¦f¤ggƃjz]Xdt´´?HžŒ²Ñ ñÒ:½>+;9Aš•‘ÜÇ$eU|fÂØd´ÎÆ:}/Ÿ#É ²“Ü2Õ*)ФM´ÑaQÑ ‹‰ Ú§§Jd¤4#=+I–íߨ==ÃM 2“²ãSt|Ž-×!WËÉ(¥.:" Hû)ܣ¢µi-}TXxŒF"鑤Yñ)DµÈ¨°¨ÏÈh ("cÜä$¥“$2B"'¥Ù>Gƒ¦I²PMMÉQ–?-QŠòÎYÙ‰éP$BiDXLxÄ’Žêu65DŸ–”r·’D‚ túˆàÔt‚HL¢H™26(ËKMh¥ha>,:2RNvTVò˜´d"!ž"• =)ËŽ—JtZMXT¤:-9m z £âÇ¥C‰ÈÑÔBw}„è4aÑôâ*Zóh¤gKäQL¨juD„>,Bìø£¤’ÔGDRúˆ0úYà? Qꢀ& DÄè¤ 2„i(´Þ Å,·"q—Y*/u“( L+¾h›Q^1‘azà«‹•ˆ°Hô|$è$º( Aê¢Õ„4'’M”&LÙå¶³$Yñ£$èÉC|FJ²ñ™%Yñã’¼c"ifRjú„$ïh %ÉLŽ•’$£Ðb4á1*©—–”tèØ·[¿ž½Fôí×¶O¿þ½Ftéà…€ý’œ(i 6 P%Äg%§¤Ä«¨L½¯<®š( ÏÊIÉ–SÔKÒnD´*2\#'|d!úàôìô„ôu𝴮PdF¼4}Tv°WRR’²j€hÊCçÛ$©&iñ^葌V«QDQ@¥—DºËôa„oDX¤ ¦JèÐîD|F’Œ&¥‘hZˆ$MÅ<.Ò=á#!€÷ÈH-QKÐ##÷4BÒ^¡RÅ'‚ä,2Ó›¤È"vmžç⬚R„÷ç„Òvww,]ÍÌ̦ÿq~ebžûA¯]^ëÌìö*¯ö^QÛõ¼Ç¿ñjïÖÇ©¹ˆòšQá)‡£á=¢"‡`«÷â`ÜµÈæÓݽš{ø{ûɤܨӳ”ó9hñX‡™°EK¼~âIùk(‰“ðóâR‰$ì¥P®_s*Ò˜cG¯ªæ–R>&Ý ” }m!—»vê{?*wW‰6?®_Jø¸c¦Yûö–¡YÎ9‚×ÌŽ>ö,¯öÇúAS7Vâ?Jžíz®aýíöõÇbþ·H’¥Xÿ±Œì±¿Ô¹ë¼Jé¹îÞb~0Tý5<ölïhåëzö‘ o±¹ò_'ì´ê¿bzý²Qú=8‹ó´Qÿ'zXW,ÓÔÕ!)t+výL3{dõÊdú¼û­Ý¢ªÙ}šè•¤Ú ï=Öãœ@¶g‘ƒÑ`;y®ž6ìô@Ìü³ùI—õ)þøòéM”¼ˆ©9”Þ1›Q­´’#k–Í1Üd¯Ú^ÓÊýYÄ{,fë²fØ3õ3ŸPžM£ò€Ÿº²ÙÁ~3—~]àV—>¾§˜/$zžÞ¡J1ãj Ûî«f$•×îšÞñ&§»¿ˆð¤ és¶)ÒxÒºjWr1ÅüÏSÁóº*´Šª¢žœkŠyË×h¼¯*ÑŸóPñ¼î{Z ^â]™/:N*æË#á‘éV<îD3ý"9ÑD½MšÃ–Ú]iqÏþvžiìekjå¼x×߬ém‡µáÿ|®%ã endstream endobj 311 0 obj << /D [309 0 R /XYZ 56.693 815.761 null] >> endobj 312 0 obj << /D [309 0 R /XYZ 56.693 759.068 null] >> endobj 313 0 obj << /D [309 0 R /XYZ 56.693 741.231 null] >> endobj 314 0 obj << /D [309 0 R /XYZ 56.693 576.906 null] >> endobj 315 0 obj << /D [309 0 R /XYZ 56.693 557.036 null] >> endobj 316 0 obj << /D [309 0 R /XYZ 56.693 493.121 null] >> endobj 317 0 obj << /D [309 0 R /XYZ 56.693 469.47 null] >> endobj 308 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R /F73 59 0 R /F75 79 0 R >> /XObject << /Im27 295 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 322 0 obj << /Length 2532 /Filter /FlateDecode >> stream xÚÍœKã6Çïý)ti H3")’ÒóN€Éîf;ØÒ9hÜš‰~E²'A>ý–,[²i‘bé°—‘§%ÿ«øø±Š4Å4ù˜¤É·w_<ß}þâIÁ -tòü!Ñ‚i“ä¼`2Ë“ç×ä—‡wåîTnŸ„J^«þé9•õzí®›²»~WÕu¹]W»cùøëó`ê‰sV(Õ âã«ýî%MÅÇS]®Ö/RËÝ¥\Ó}(W«õ~W5ö¶CôÇòt\oNM{Ê$’ʤe[¦Ì¦‹¾q~RÐ1ùÃçÝ%m¿q÷õóÝïwIž( ÏËÄœéT$«íÝ/¿¦É+ܳ,+òäó“ÛDñ” ©áó&ù×Ý?ïÒ¾bo]ßlhÎ2':͙٥ 9´‘¦LçÊÚihÐP…b…™’€‡K¡ª:…s³k5lvhïÜ€RÁ´Ò]=ýã‘CÕ×/2ãÛêX?òüa]W\f2½„\@› 1ö⫪YÕëv+ûÒä̾„ý,ƒ~’åcû?U‡ê¸¾i^é¶fóÍ_õ„VÁL*´íèm™ ªuÓÕ—Úz,D€Ï%tùl¢;ÂWs›Â ›"7p»)h‘”w-qÿ~¢÷ÅÙ }¶û ¾¤*=ÔëmUÃ'Þ @»ýö}ÝQï˦šè” ¸% ¨o>öªYï>ž6e}m9“3EayЧaÀÉ¡4 ‚‚†k~ ?A~¤&wH´ÍR9IC¥íMÒ@D g¹^„P£˜Êú±òþ‹ B£LºÚܬ›cy‘7ì›!¨Í€Ôó§¦:”uùŠOöuŸÓôùGÕ !ÙO`=·,>ã%,žôU¼õ&×èa Ùf"ÔÅ»ŽD›¶rÑ~ ?ÑA~xˆ&hX¢ H´*Xž.tµ„ƒîjé8›n¦‡Fabp¬.æÕ¦Ú„¡màÿçYÁ™ãÛ¤ÎvÑêÅ̲‚‰6Ás]×PŠG¡>µÿ”PhuH;¡$–\‚¢ :%c¿†Ý ?<è4,º D¦frT½4=¹¯äF™tƒ;´ù–-—oéòª¬a UåËt¿0]º.Ï5ì” |ÆK ž E§áé×ðãä‡O‚†Å“ x ÉòlºQD;ÉñÒ)aìO³žÎ¯&茱è†S¶ë:â*Sî3àò"îßfy{~¯Òè·û¯Îe>ŒØ×{b˜YtÉÑ drõÛ´zØâÞ´:ÚqdîêŒÈ¾_ÃÏ~ö –}‚²ýÙäËÄf® î1«þ0AœM7ÿC£¾¥,乬W¿­û¬4}˜‚uO1\ ׳-;0§h ³ ¤$TNL¨ý~jƒüðPKаÔ4zj3@.÷åQA!;+ d‘Eí7·¡3éf6… ÁÍÌÕ­[ð^O–?»¹6ŒáýZPð’Øì ¸†š L/Ð »GMï‹Ý×ûa UІ6 hx‡0?¦‡Š Œb¹X"vg¦`*ÅEîß&†(“Îa`ds¦7Hpýiýй»ý³+ÌÿüÓ÷èÎuÚ.½Ü¸B6*÷¬2B9,ÇñÈ1(hAKÂ4üùáᘠa9&h ÇZ2£IÂ3 ƒºÂ$|;rœM7ÉC£Çõ¡Êï¾÷uº1³è%¼ïó‘óþÄ|¾eÇ ™ $ƒ„ÒĈì×ð“䇇d‚†%™ $ƒ;¹Z$1‡h‘qLÌßM€eÒÍ1´”, m1­å¿¹+icê9yà0·à˜ã%,Ëôê· ù°É½ y¼ëˆ¿ì6‘ð÷køñòÃ?AÃâOÐ@üÌ’ ãj>Ç||7AŒE7üC“®U³‹ ±ÑÉøLÔ’ËlSña™ç¥âÑ¥°G+ ¿¢Û/Gâׯáç7È¿ Ë/AùM%Ë‹%¢7—Tâ/a›Š£,ºù…(ý¹3¹?TíÒW=&x×Ã{¾;Úþû©äéªÿ*q·XÿáþÞ^¬ÑUÿ­V§ÁžáËŸÆn'Òv —øa]$ð3í:ØW@ö£}Ð }¯„Ÿü/<àÇKXîã%zì¥gÌÜ˼`*“=÷¿Í}œI'ø²PL‰ÿðoå­ˆýì‚_L@„¨~ÌÚGMîËÚ ®÷ä· &'‘ï—ð’äÅ4ù $Ÿ äkÅÉ–HÙe»Å•ãÊÛaý8›nö‡Fw§3ðUEfiÞÇÄ¡³ó'ñÒ$Oƒ{·_lC=À@p$gùó éà|ŠÂLTQ³2}JI,ö ä$ŒP4ðý~òƒüð Oаì4~(kna_A ÀÕ«ûf‚ý(“nô‡6«ù[¨Ž¦v®{hé%´ÌK8ÙørXdã%XPд×ý~^C¼ðà/ai—@X3˜2-óÎ¥l·ÌÚw.O´ÆÙtã:4:Ì<é§Ë#GüÓåù–8R4G‚ šøše€†É ?¿( –Êj£ò¨&½Q™à<Âlºms$˜ý~˜ƒüðÀLа04æö”IcY3! sj˜-âÛ•÷O\¸Ü&:ʰè¡eü jÕ¯¹:V=©/BÉîÓ‘÷ ŒÊO0½ï9õvè öaääs å`œ^/ø;Ö¨^fýŽE(‡Å=^iWÝÆÂ¸¦7OßåÐB©·Ú,œG}y*_qÿ[wý†ù¶Ó¬ÿºqt®£½àŠúÔ0Çf¥ó_¶/ÒˆÍq}ØtÕ~ë[×i¹YÊÒëf!‡åþJíï endstream endobj 321 0 obj << /Type /Page /Contents 322 0 R /Resources 320 0 R /MediaBox [0 0 595.276 841.89] /Parent 318 0 R >> endobj 323 0 obj << /D [321 0 R /XYZ 56.693 815.761 null] >> endobj 324 0 obj << /D [321 0 R /XYZ 56.693 249.269 null] >> endobj 325 0 obj << /D [321 0 R /XYZ 56.693 229.399 null] >> endobj 320 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F65 39 0 R /F75 79 0 R >> /ProcSet [ /PDF /Text ] >> endobj 328 0 obj << /Length 2743 /Filter /FlateDecode >> stream xÚÅZKܸ¾Ï¯P ô3´$ê™K`o& ‚MâÀö!ðì#Ñcj©­‡wÇ¿>EI‘jª»g §¦(ªÈªúêc±Øað„Á_¯Þ¼¿zõ—4 JRfq¼ÿd1Éò ˆJB“"x_wÿ`ÝÌÚëÛ8 w5WyœÙÐôº[†¿ãÃÀö ï&výëû¿ÃT·QDÊ4EzxÕw÷a?Ϋš{šÑn-nÄ«ª¦ïøh^{„þ“ÍSÓΣx:ÅA:eTè”ä9Éʾ#ãääÅîþ„â‹«»÷W_¯"Qf0žy‘,Œƒjõñ×0¨áLK’²~“#÷A…$¦´ÛàÝÕ¿¯BeØcYi! »•—ù¦(é›,µ|£E%%I"¥öݾ?´Ê”P¥¾íÒ”’$4Ú7œö©öª96ÝãܲŸ¾dsä¡çµÛLRfÙZmz¡©eÒŒD1*óNé0ÎÀ¶¿Î+Å*6øÄ4”&f®À’ÛFŽhAÂ4ÒæzU³©=V¥))À;jØ J|ÚXÂÈ[^9·×q0A°¨o¦A Õçæ:Nwß®ãp×{W[R’çfµ^½g±qIŠ¢Ð£ˆGPBÊ"6bØC{^ŒÑÙ³¬˜$)տ̬óI£¤ŒVkrð~›d)ÂBz¦|Þh›âïgmã¾mªfbµÂ7¯>C+ÊòÝO7žé#à¸p‰ -ŽáÕ<±áž&Q§ÑUñQ;"ݱ=›vp?êyœáißUýžuu?þѧWQÒHê•Æ.×+ƒ ¼x»ÞÇsÖ0í%3$[Ù°ümJÊÍJi®ˆdœà#š¤",ä/ïišbûÐÔÇžÎ3’Üüôà³s ñn°°P3”9wJ6{Ï']XÛò}š) 5y"’’8J@ðlw×â$Êø |-5E_«‡nê»J+?wªûÛuï¾3(q¬6Z(¡µ*!!¶\ ã6¸è(u©x¡ïµ£/VÎÿ˜b€}!x£¡÷ì€xã ˆ2&a’ž ÕÓ®0ï@Þø"ƒ!WãtA¼…ì³ÎA,YG!8Áðk ím Q „ßø!%ñ TBX?á„ÄibØöL*Ü7פCR"(^‚8-Çèn©¬±xX@,†ˆ §íõZÕ…èñ‰Í»[õºmF-­VS ¤…xÒQY’Tºa Ó½ÞÒ„›g”râ_Âöâ7Û9Í d}ÿÖ§@·¡fýø\ œ ‰s;Ë‘#~0>v˜¸Ìd|Š_Ÿ¢­âß·ªohö|PíÓ!¥ÅØÎpMsVõoL8γ_À¡I@¼É hÞÜÐpVFK}2a£UjO°ÞÕÐD´xµú:¢Åƒ [Ñ0‘#7"‰±©eAÞª'I Äî$ *BÅ’³p7pqŒ`ßÕb2Á$ÂÁ¥žzújÞUz–:d^ò³m¥Ñ":mÆ„¤‰É$%Ù3Xª‰õ°ŒþZ†Á1wjì(}þ8Eœåé!Jµ¶š[¥Í“²¤ÿeœ¸!Á€G#¶[½l¦ºZ‡ v©û ï?/ßÔïù³]8‰Åå%¼÷Rr+ l'/ÜàÓÞSû}âð‰ô Ÿ@Ûð‰$Õ§ù„çù$%ILŸÅ'€œÈìòìë¼,ÆK.pšJ–ÈŸx8ôBPØÒFùãFM¡v~õ8jÕ —€Î&oX ±äâi°ˆÀ³f€QžÑÓ‹†xr;˜ed%%œ˜W$$ƒ&:çÍ‘ƒgs¨J¸E7<ÊñI†¢ø;Ò]×ïðÜ ½l”¬ÍŸ1V…€G.)&[ ’(“%¶ÉRm¥Ä±’”vl`9Zžcº¸pbêyœši~âGË:^>³R0k^¬KgèðÐFa-$ª6ºÜâ«Þ$yHŠ(Þ$¼ÎÓÒ®Þ$z™”$î*‚·Q†»£,>å¦|5ÂVú6—a˰%cñ÷‰w5WcÇ™)µÛ?O²Xç$¿òäV'¾kaÛ`j¢üÁLÙ1/wzT«G ½`cÐÇ£¥¿Tžs$k>ñaßtˆr1—ØÀO\C1€W®•n›GhëTT j>ñÁzäÞÝz‹®@åõºô§©~Éë­â”•ðzrú~UŸÝjJžºÙ¬Ò"‡¬,ýŸJi^À¹Ë['MÎÖI_? Šô£(͡۔ÆÀðͶ9%åqíø‡*Ÿ4Kþ¹y¼§íSs´J‰fáÌ->š±Ì0Â†Ž¼s ™óCS±-‡®!÷ ss«Þ_›D``f)ÚÞ2Ž–r8@½©ÙÅ+s¥µøG Äàö¨äн‡¹s È{Ì<=J¿ånÉáî>Îs™Dø,N”¸s©üŽŠU5|Ð}&ÊĪbM Ô.aS¥9UzPKªô Çz¨=©·ÊÖâƒfàÕdÅ Ö¿ŽvÚâ«¶ÍŸðéRØI#?öØd?Ø}Ø3ÜhUÊ Û\â»›Sh¹;«´Õ¸;8°Z‡K}êŽÁbKæÅȇnÉæ]z\î¸D¤t éwCµ£¢ºëxÒjÛ߬ƒPæüußž Åö"Vp´ï¾ðÉòñ•¨ï„„¤d[¶}›Æ ¾z½\êðk®üð3™0±LíP³UÅIÌÉZ–YáIöÍQLKR¯µA >ë WŸ›œëH0Ɖ åµí\ﯮl?/çÌÏÇìWô®\¥Àðz}±*]»j|4`¸Î©ã9Ýš{ö¶ðz>׌‹‚ù³’ÍÍ}Žó$ÎÒÞÊR«†v5pvyLÝØYt¿²íŠV·}±“#t©iÚͧOömóE}ñzåx™»ÀQÓ®e•i›C×|'˜D¹©f½ÝÖš¨óš@¨¼°ÈIT&î…«°ã3©‰wÄ´„˜ˆªôës¯}v˜yͽ´hþ P‰b e³Ù×üAO\Í6ƒfþ…ïÌ`ØT¸OS-.q¯z¹¯Þ³¤ž2‹ ò˜´üU¬@áÐÑå€ùHÿ®e…¾Ó'%Læ=G¦Z <Ç‘óç£Î$•ÈÓÉý3ø,Å»ïÎ}ÒÂÜÆ„Û®'±ˆAÈÇg!+qo„œ­9îÃ4Ü^A½úðYä:^bŽkó,·3—˳©Y ÷CmÀm2*‡s·”?¥†Ø‘uý~‰¢ç w榔:º¦< ¡4£ïŸBý4è\ÝA¿5‰8twõkÂÁ|VT’ðK3âZ¸š¹¸uíTEÊ–Ïß„DX»®Dq5ÎD MUVžE ÍlKÁ€VUìÍD®E;_°º±©ùR#Ó+Ö+‘ ÏO~…àÄ(îzÅXÓZgj¬÷4—ª¨ºËËrr¯é‘׋iâØNxÿýxu™:vý2¡êô"câûž°kTblžÁœ@Èù /V¡SÍ…¨•ß-ÓI—ÚK³]J𕼭Ú¨DPô-Àoªù‰>cEã*¼NÆ6˽õnÉ @ÝèÖN¼ÀÝ>žº ˜’0+_ò_ºÿbWG endstream endobj 327 0 obj << /Type /Page /Contents 328 0 R /Resources 326 0 R /MediaBox [0 0 595.276 841.89] /Parent 318 0 R >> endobj 329 0 obj << /D [327 0 R /XYZ 56.693 815.761 null] >> endobj 330 0 obj << /D [327 0 R /XYZ 151.038 487.164 null] >> endobj 331 0 obj << /D [327 0 R /XYZ 56.693 457.041 null] >> endobj 332 0 obj << /D [327 0 R /XYZ 56.693 427.238 null] >> endobj 333 0 obj << /D [327 0 R /XYZ 524.345 305.179 null] >> endobj 334 0 obj << /D [327 0 R /XYZ 56.693 210.103 null] >> endobj 335 0 obj << /D [327 0 R /XYZ 56.693 185.046 null] >> endobj 326 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F65 39 0 R /F75 79 0 R /F78 304 0 R /F54 15 0 R /F14 51 0 R >> /ProcSet [ /PDF /Text ] >> endobj 341 0 obj << /Length 1993 /Filter /FlateDecode >> stream xÚ­XI“ܶ¾÷¯Pn=UÓ´H-”rsg«ø%)ÏÍ“G¢'riikqbÿú. Hµ¦=//—f‹+ðø2Ž£8úáðÍÝáÅ÷JRæ,îÞE9#9 Z’$-¢»:z{|-úE´7'–ÅÇZÚ?Ë´ˆ±°×´­0írE×È~7Üý G(%e–™ qz5ô÷qÌ—QTÍ}’'ýv»ÉüUÕ ½œÜðΦÿËܴˤÆ@' Sž(RÎI^–°BÏd%ìËã ÓÄjÅáÕÝáÔ8¢Q–Ãü$â%%yÌ¢ª;¼ý#ŽjƒcIZÑ_zfe4&,Éá½9ü~ˆŸ÷LKBãÜHòªŸ‡¾’Ó­Q ±ÆZn¡¬òg9*ÌZã¼Hœ3ÉÑüiºó0΢ŸíÀYŒÖ0Ó²ªÿÚö«vÀ}°m¥^„âǦãPóõñ>IiÛÔv#Ùƒ…çQÔqËIšå[%× ‹e|BUÄdAœ!V5bÕ‰^ŽbÒ‡;ËD”‘4K¢£$eÖyèfÎÛSÇÇoE¹Ñ=Ð÷Ãb‡»á†fÇêIããí«Û(KM¡•2àø¬³› ¯&¯Ç~² >.²6ê)C$M»Úÿ¶´è ˆüÿ„‚/‰GåÓBßãøÒZBÛÉþ>á ™ÄbŽ1Rp ÜK«·¬›ZlÀpŠ5Ó,Bã†tVòs%¬åºm7â¡• ú lm`Ä ¹¡ÅQ£¦Url‰ÖB=З‡Mœ«ÝÀT89ÊñÐ*K¸±ùèAa¦¬Î@$GdÍ{»üåXýÙ¬ ¦4õ0¥rXŠäüÕê`fÊ9ÎxýäéF™å)I)tz£0䙣Kž;Å W+íªŒKÛYAòû°4ÒÎõ¾p3ùÔ¨µ¶7dø :Ðì·V98Xr0³k‰"‰u’ŒßÇY,'\W5.ìá»Prˆ3;e˜ÜiH¦W2ò%µÂytÏI¾ºá©5›t†¶TÞõ·€à½u œ€×äs]Cì,{—P‚¹9o*/Å‚(`á¯7L“g›°÷²Å¯ëâN×FÛÅ÷ò˜dO‘‹ðûeBØvrF»Ÿ‡Î6^ÒŒäyÖÍ--³½šùÐz½Ý­ÝC#<6‚(é1ïwCÝ(gs&mmõÇ!TÎ LYÙ1„†\³È‰¥¤Œy˜Ç<»ˆöxPéon*Dlª”k8:U‘ä¼Â)¿jNZrÇe`Ï:² {B×dÒØó†mx#ËÈv^0Þú”¢8RAmwFæÑmêƒ ½÷,K £r>V@}O/(Õ¸C®NËK‚È!‰º*[ž‡=ÂŽ¡p¦£{ÆÌj@¿³»¦µ@¾¶³¦×ðÂñ@ ¡SŸ`iáeËJ`J6Éç‹beë¤Ï÷ÊÕý|Z°”È‘ó2¤Dni ú=ovR*)_µƒ£ÔéFnöB¹ìVŸLƒ &̲7Ij=œ¿ÖùÐcR¾{Mò=¤Lýõ²–C›`–K“ …RߌV£ö$ÚM"°eݸʦLñÞÿ ÈðGWEeâ :¥V‡@%¥9>mo7@Ý(ÆÉn¡#¶Ð†QÃþVêÂa2Ìlî¬ÐWÛ…è»Ä|¾iLkê&³Ö—?qª×8£Pà]ý—îܺR¹ÇÔ#»mò‘ïeµlr¥½ ÚER)V‘VÉ[L U»|’ý:kzªÆsC~õµ_@é“ ·r‡ëåwl ï ïüÉ›)å{,» Uk±TXfƒÜT¼Ãµâ›Ù’Ni–Ä™WN'qªü\uº"^w*Ýtïª[oFdoFôûraèOÒÎѤ †%$ä;MŸ+^»ÏÁ•]3)¶P]¶ñ¥Ññâ ®¡êý­”ãîyá/TVP¡U BÆÑ¸ÞÚ®‡L{†«²ýÛ|Öô£}‹n“ÖnjØ´ilÇywlÎ:ÚvæûoAžTEøú£³H””@§b—%æŽ<5”“"áªqc}¨¦ dØùåz¿ò†×ð×Û%eLò,¼%|'\éX5uƒ/MX„oEœpŸI Š* ÇVÝAõ'„&…ýeôîêÓPE¦¶€¤Âm4™'‘'b8¸[¯ëóŽWàbƒšè†B³_aÞÜ”D³ ¹ËÉ‚é<ê‹Ø0³ÿ –“,µ.>„ÄåÞÆ fáÈæ–ìWí^±ðOFj†›úBµ;¬¹¾E%’$§@e%áI¶R'}&yú•­«w ß^3·Ÿžý¦ÁðMÒª9Íî Òæ'Þdw‘š‚ç½Þ¿¡5kòºæYv‚½ïM>‹z”›'¾/µà£è¡,†ËO‘E\5ãT¹(¸/øÀLfŠ÷_2ÊËÌXÌÏpèÅO¤Âïpçß/ŽÄóNxàÉ;Q{=Oüú“ñ¥8ôÅëtmžáSH#yùO^öÿ @„„Ü endstream endobj 340 0 obj << /Type /Page /Contents 341 0 R /Resources 339 0 R /MediaBox [0 0 595.276 841.89] /Parent 318 0 R >> endobj 336 0 obj << /Type /XObject /Subtype /Image /Width 283 /Height 137 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 353 0 R /Length 9121 /Filter /FlateDecode >> stream xÚíXSWßÀÃÒºqáÞ²—«ZG­ÖjÕ¶Zmmµ¶úµ¾Ö.kkûÚ·Ë=G]€"nÅq  {†@ ìBdd9¿¸6½$7áf1Ïy~OžÃ½çüïIÎùqÎͽI(”¦S¹P€=bPH§À7†LÚUØ9'ìºzPP2kRw‡:óQ@êLT©5›%ð>¶ÖŒR.–Ç£«¼šû_» ˜9µë€ðU°Ìö ýgïÅòIwbt´Ð“úŸkïwOÅC&ñäÛ}\·6jŸÅ`B†[km×OûYë Âç0~ýå—lÿ”õ7 ÿê¾òC:Ûü•S™{{æácjdȼȺZ®«µk5ù¤Ô{—ù'ªŽî·´ëÿŒèbƒÆ›þ~ÑU·ÙFú þkf ëæ=~šþFj? vn…2õ`¼vG”…¯|Íc”³«‹Ó˜9Ç6²rN›è¾Ætc1®Ìó†ƒ;÷fp_EÀÍŸ9ÎÍÕÝÍqäèÕÛn'ᖈݫ‡ô¦gìiWÁ¿òXuO/ïw¾ $)á‹lÐ8lR(õ!`‹ö! sjý¸rå‘#‡¾Ûüí§Ÿ~ ž9rÄÇîj< „Âæ=:Ñ$\nÙž};õ¼5Q©T–ž¬PH+•r¹\*‘TétªT*&Y$àˆR)xEEùé ±W®\ܲåû7®>Œ@(³h’îë¿E^(L%a9—UZ$‘”7P÷ï‡ýõWpDD¸““ aBn\«­©ÁgÈÓäýJ¥‚ ©éÉ2¹T,©”sKJ‹Ä’ò4:U"“¬NB¡€ÜÜìÙ³gi eÞ£#: €Ï„äÝæJ…\…\VXŸÅÈT“š–,“IÅâ [Â.‹ËÓÒ©™™êE…PK;”A,r¨K¨uëÖví5Ø­×7{`Ü[ƒUB™v8 Œ μJÙ¬J¥xXU„BI%b±H¤T(6‹ÉãrMl°¿]翾ÚÂã• 5Ì£÷p¯¾Àï¾ÞŠ„B¶ÒÃgÌ+”¶S%ÌbQEdRiÉ œCᄪ€%Ÿz¯\&+ KJŠM|¦gmìRºt»øöy¹YÚB×oôÄþc&:Œ™4àå¥#Pãx±ÒÃeÌî¬ÖðäçåÂ|¤PÈ™%…é©pê$•IàQ$.ç ˘ìB.¿ò"‘öæIA5±jiÄ1êùĉÅ]»{yFJB&ÔêÕ«ø|9NäcQ¡$bQ^nne%%‡y 3Ò s±I „bqŠ+DÂÜü,z&­¢BX^®B.—åæä@]„êÒí¹»ûsoï€Jð8hÐs›çŽŽJ›À¾ü}‚MØ’ÏkÞð ‹FMZŸ pVUXÏã–aAÈ ÊÙù…òD Øø|ĈGÊ…n=.;… 5yéèi+§à<}¥óœÿ¸€Pä…@˜ƒœb•09œR‰D*ÁBfð…Ãa'SÀ&‘¸N¬ Ïf³¸\ìøee˜ªX¬6«Ä0¡† á%ЍIc`/l êÒ–˜B½²|쌕.3?r}m•ÛÜ/ÜPã ¾Z[]ÏXH(¬paaP(€¹‰Ç+ƒ¹ ¦* ¼\Àb1SRŠl*))†] ”ûJKÙ ÈUTXh˜P=z0)”"ž[YÁ u©k·ób3Ôô•Ž3W»ÌúÄýõµîo~厄BH„y¤Î‡“”xæÌ&U‹*Ô023àüÈbdpJÙ,äDB©DÌf3“’ãX¬b,ab‚} ³#“ EØ–ÅÈćÒJ(;»çݺá©l° V}¹Ø½Ç¥£'Õo›¿ºÆqö:—7Ö»ÏûÂcáfŠü±Óáçå÷í›7eŠdñb2*aÐÓÓä2)ȶ€5¥ìÌš`𿩿 @@™TB§§ T^—¬mð\§Xa“€B9ßÃ>4è"v {Û|Ö:Ç9ë]æmt_ðµç[[P#•^Mu5>C’øOÖd½ü2gË–ë={’´I%= Ô0âz™J¨ô4ò̓s3—‹ç¬]…´²êÓ?2äVBB,ÌM i@€ßŠËgæ³³S÷‹Üï4¨mè,ü5_$T+¡Ñzš‚j[: ßwÐ&HB>¯µï!›Õ [ˆ †ÍjÔwíôi¶m¡Ð(mS ¡â¢[øNi…ÍCtð¾kòã„R‰¸Uï”f8œ€Ï㔲KY%ÆÁ.aBu>+‹Ô1Å Ÿ¸4ú €Ç…êåKÇlë}×R´-§š³SÊ8¥ÉIñ~§ŽïÙ¹Í8öíÞáêDJR‚\.Áb¸MK¥ž;ëØç€qõõ9àOMJ, e9¡Z•VÍÖ)0JÓiÔcG|¢"ÂiI iÔd#H§&ÇFE;r¨¨0¿²R óH#ÃïäñâÂüG=3*Õ×Õæç‚æi©)ØGoÌ Õ Bµ§š­S8¥¬3§OÆFEÒR’2hT=Íh’Îøª¯¯ xÏ=391‹‹ÎŸ=Ãã°-“ðÉËÍý+øB`€ÑàûΈêÏ ý;šazK,MrªÙ„‚ÓX°Q“âé4jv=7‹a49Œ õèQ=œªÀâÊèyDcNPlf‘%bj¿Å…7®^f³˜UU•ÕÕßwFT‡CCn\½týò[bi(†¤"T)«N‚R“3Òi9Y™ù¹Ù¦¡?~g(pÂC÷©9„*).´DLíWf„¼œ,Ÿk ø¾3:4ãïà«&¶¤@Bé*-5›‘ýh  ¥¬ª!9øYÌ"³ Å"š¡`¹Å-+åóÊLßwFf@cLlI3€–|„BQ“èiÔìLzn6ÈHO½zõŸ½{öí$v]¾rŠaåÕŠQÈ÷xï`=5…AOƒÙ € èÉÓ'"I¹ œGì‚P +¯†ŒPbYÕ”½ûÓµMÇbWÿqÓý½ƒ9ÅÓ…ÚtÞ¶âç`¯‡˜eb…úúXœJ¨oUB}y(Òh¡JÙ%&‚ï;S☥1…¤Pçß|2îîîžÞS:ˆPÉ q4jRFZ*œ>˜P0á×xœè}‰;†Ã#äa&V^ ^(·§ºúGm½4{Ùõ‡¢ÿ|{Ö¦à—?¿ðñλK~¸:~åaŽ@ú˜(á…ÒŽ‰%jãáXêµo¯ƒPÿ9áòÎ>©¢ê±Ž¤G(6‹IHÝߊB™²7BWà믿‚G|ßé)Ü$º}æ÷Y㜜G»Nž»?”fÊQLD¿M¼ü2=3(Ö~…ŠMMI¢Ó¨™ô4 –v|!£¶®&þw9ãçc'||ÝþŸùD¿¿ý^ƒP7`ð¿¹9~k÷Ü{ccÐÌu'%ò*’B]ºKW¿¡ç¸dïg£ &&Ìzî˪÷.ü2@¦xHR¨’âB"ò§ö옖ýfï—¤db ³î®~cüˆ1N.ÎŽs¿øûäë“`ظ¸8ãûŠå¦œ{Ãs¤£ÓØQÞo\¤2°ºPò̦w'x» vùÅñ(ƒ6æ³Áݾº—ª½]×Q¾]âíá>tÀè¯NFûmzw¢·ÛÀ~ÿ<C²@䮼¼<Ü\œF;OÙ›ªÝxýBõr\Ó1…ЉJJˆ¥&ŧ¦$„K>•P¬pxLÜ9<Õw,ÿ®ì~+¯/T}}ú’ú¥»4Ø£îóÖnç·÷}ºïzð¯üã¶ç{‡`ûèEªÁÿÖW"‰ 9/>&°÷l$HúÉžˆµ¢Và$÷]0Ìz«wÜ}ý‹ÀiŸüÉŠ5.ñëŠYT  =üËîCÖBæöf÷±^Â6n›ÔÚ–@,Ÿ— 0làßwðç.ö‹…A&âÐÂÞ.›±òPrÅ1ÕÆŒðß:õœJxPÂÆô°±JÏË×Þ®ë(Ë…ªŽñ‹µmïåGUè÷þשçt’r“°LƃC]û/#l<™7%úØZç *:’P‘‰ñ1)‰qÔä¿äƒù¨äÁ΄ÃA¥ªÂ›ªÇÕ«¥ªˆª¶¦ªR© µjWxƒPª7Þýù¦ÓÛ{ù ÂÂ@#¡´b*Š~¼0mßÊ÷m½5k“J¨E?þ5kãyï÷0¹zb ¥q©ȦG;t²ë;p–ºÙZ¯ Ží0†#ét|I?ðˆï;¬X=£!N u|Ií<ÂÆ|2¨Û—·ãµ·tu¾ÉÞÝìv\‹Â^=µÐ…]-¡$ÄE%ÅÇ$'ÆK¾Ø_úÔpA# ðʇp&Upy¥2û|šï8Ð*î·þX-UEœP555J¥BêƒË3Õà_üÓß WPAXÀ E³B,™ûŸÓÓ>ó_þÇÝÙ›nÀIÙ¬/‚<—ûdæ³õÇ$JãR5ðàäöŽ[ÔÞó™ÞÂNÈü:±ÿÔïü°‰)ðhok“NÇ÷lüÎÑ~᛹³¾½ã7XyJÃ.í<ÂÆÄœý¿žCæ\O~qÜPÿÍîzu¾É;Ùœ£BæÊÿf鯅n= õ >6 &)8“ðK¾ÚºÚøßª9±yç× hŠÌ€ºŠ,yf@­ •yý£N…ÕRUl$TµB!ׄZþG˜J¨†‹°ó¿¿Ñ T9aa ±PÄ1K¹ÂÉ«NûüÌ’­7gn8ïþž•Q¬+ :&¡P—ªoFöœ{êžúÏ jH7»ža©i)7>xÍsè¨1ÎNcç|~vù¬˜«à…ª®®–ËeÚ€PK»ûÞa‹·ÞœûÝuÀqÉÞ2¾°0€JWL §¨f¥ «Oº.=“š¯«>&¡P—ªßw¦Ä1Kcšt·¹¦P‘ñ°ê‹QMR@เä”DPû/éxNà’‡¬%ãœ4y¿4q·$a§4aGeÞ5NøÏñ'–bµ€FB=¬’I%ÚÞÈÊáò „Ò#1-ß}Ù°X†ž2ø˜„Bi\ª‡‡v15ø¾ÓS¬I´£k¬šrÓiŸàhf¡b"Ãá4*>&©( úÁý  ÿ>{Ô·—‡nŸL;öª(åh5;²º4xÈŽÆíMØ9:>ì"V À õ°ªÊ,-Ä ÕdÌ2.Ÿ|LB¡4.U¾ïL‰c–ÆXš¶òÃæêA8¬úTNÅDý îÒÖø}ãâ~s€“& öW‡„“ânžÀà UUU)‹L/”yc ¥q©Úð}gJ³4ÆrP Oç#ð0%Á$…9e40Cá?/òE¢  øª¤¸Ð1 …¢§¥š¾ïL‰c–ÆX$”ž/i¹÷vLä §Œ&.:Jõ%-uª/i :•Å0ý§ñr²Î²™Å–ˆI(T:j"ø¾3%ŽYc!Ú–MÍú5b|~zõð¡ýáa·c##À)#€é)úA¸úkÄDåå°$ð;yœ‘Açs¹ÆýðT„êþ§O¦Ñ¨|n™%b e:&~ëQ› ¥ 8¡É¤¹9Y~'`Áfô]BuRSSÅ„SžäÄøsgýaqeô—Rž<“’_Z´PLB¡ž›žð?¶ÛNJ?p²___ §??2¨Õ!>fE¹€Ëa³™Ep¶bÄç »¤ˆÇåà¿6Ù1µ…ªT*Lßw&†jµ!Ô¹€Ó-¾SZ¶%í$Ts uò~Y ‚ï”–mI{ ÕÌB¿ÇiA u«¸eÓ.±”PbQGʧþ ã´ øN LhÙÆ´K,$TU ¥ŽÞ)mYžØþû£Õw·žhñö´?,$TMÐ9üV·c¡ rêÈmvË¢tòï§>ç,kñö´?,$Ô£•+Õ÷tøp$–|o±ôZüPQY'RԻÂÇ&ËÉ22Å0ЦÍot˃Lõ.’‡CèÇBi¬÷-YÒ¾…"ïÔ¡P–~êŸ=;~Kç^_¢]ÐSM†Usï›ý®®YC¾.‚ – ?=5'Ž#¡þ½•[+*æ¼Y —Ô×(°>¢Qï¬\%bäcGÁŠËêÅÊz©¬êjK݆yJž¬NYSŸLåà…Àc^¡`nÒ°‰k×ù·|³]ýÛuåŸ~ü ÐrNÕ<ªõ aa†1©¥òð²kç!““ÊÁò5OŸ„ª2¾wK´«¨9ÆÂ2GÂËëk•X>Bü¸4‡÷ë}&)ì; f¿û<8øô©Ÿëy±Š'ù4Õáh•Õ ‰ú( ªjã‘Ñãújí#"0Ì ”XÕÓP ãÊkfýšÐ B9h—Áo'¬®Q ÙÞñ;p³ôáãG†0÷ÿý/ð²kç!sôŸb©²'å|E8Mp,„ Šš?cEÅâZ±R5Ó={ö ÛXýôÙ‰†Zé ?Öî)Dë§~ýç0Ì”29<æ¯wÖ¿³­µµ]×±æú§”â¡ÿW {¿d7ÀeVH±Û®¿|з‹{wiTžÌ ¥1¤µ ($E¬]4¢_›NC_ù#ˆŠmóÝà<¤5Ū‹½Ã¸©s´U’‹s·®žgð}}¥e;®à;´óø;®ÆòJªk”2¢½/à>zz¿X•¿V¬.ððé³Ã×_H¿ ϶h“æ½=Û÷:ê{`ÛÖ/{ÙXuð!~gßÙ®û8]BÑÉ õû¥ÜPᣜ˜"È Ú†¾)Áb]¿r¡ 7‡Ãf•²JìØí]¬­l:Ýøû¿ÓÇÿ»á½×Þ”pâëýÇw»X{À¿òåî=U?ŸÔÇc¶ÝÐò$…ÖYõÉ?9t1B»@àÛ# ?ðÕÕGOùýyh׺w^y˜ÛßXþÙ^ß?ü¿?ª§µ]í—åÄœ!Pqø›ëuIôÛÅŒmר|i¸\²ýŸ-ˆö„¡B…þ}£¨ ¿¬”%‘ˆá\œ°LAØñ%3<{½d ^ s™ükÃÛæg6îÓÅæ%ûùŽ½Ú«³Æ€üf‘}g[§™7 ØvCË“*lëÒ~Ýì`K×~Ë Þ”²voX:f`/kŠU×^^]t0Fõcá«ãú÷|ÉÊʦÏP×¾qoJˆ²¶|8g`¯.„6ýr!ÑA0T¨ 3~6ÊXúmðvsy÷AÙˆŽƒ¡BAyXæéš›PÚéçsYˆŽƒqBµû[‰Ì(ÔˆŽÊÒB=G©#%$ %$TÛºç 3$ …ªu~$ 3$ʼÜ@# …„2ãÇ ÐHCB!¡P(µ¡ΙâÑ`8a™)s`ïժ¡ñéx h¹ž½H(”šy†Òþ¸„¥½Iå„yC›J~/ ¥êÆ/N™è5là˜ï/fa%¼¸f÷òòttžzBë|2!õóE“G;»y¸».ú>N#&þÆò3ß,™8ÎsÑ):>O\»—LÃ&S¯qSµÛ¯±W#& ¥jÍù4Èpé;Û¿öb}8ÙaoÃ%x™~]û¯ÐˆphÚÀYÛB±<'O¨G¨÷iÚyÂà„ÍÐõ}JÚ{5b"›PjA¡„rl&¥Pl°ýì¬=þI†hDèkk/–ꊉð¥ÿ,ððyÂà„Í /”vL$J-~¥Î÷¶µÊIuEÐÊšBQ`Ÿ¯—ó <>O\—’$…ÒÙ„„j Bí›ä0wߋϤgDQ5"øN8{û­K¾|Õ’o¶}gßLd2/}Ú¤P„Á ÷±µ.Ëtµ¿WWL$ª5%åů~Ýk´«»›‹ã¼5ÚoJ|¶`ÒH'WO·Å[âaK봮 æ=qÊû[¯6)apÂÂç×½6ÌÉcÂÄ„ ÆïÕ …„Bv-tµ1$ÊŒN¡1†„BB¡I %$ %$ %$”ٞѷ°ªï\mÙh /Z¡÷úPmB¨–½_Ì ´è‚ÊB…n]6tèXO/iËBôÜ«¢„{5îŒÕ¸IU]·‚ºpü7—±Ý)ê¹?øƒ~â8~ºœ}í—_™ä5ØaÔWr^\±=úéÄ ã½<ÜÝgœJbkß"Kx×.º¯ e!¡zÛZÑË% £]¨ÿ>U={I޻ݣϲ3ª»aég—öñø]ϰøº«Ïª~­†›±ßÚ¶ïÇAªêeiû:ÛÏÆ ˆŠ˜X†—y¶Û€UÚ3¾mý8xH(#„Ú8®¯÷âO|ü®²%2ý÷©êÙKòÎX(VÒp…¤ÈÊÖ^ϰ·é*Dó6ÿüèÛ‘ùS½œ]ÝU“´ê¤}t¬mc~H(ƒ„RÊÁ›VM·wú”Ì}ª„{MJϹ®½êüË=:+jˆY¬}ƒÅ䄆Ê¡É ?€++OUÿ¦’þûT ÷jß‹¿IU]w›{Ÿå骊Ëú¸ÿn¡†v¶¹Ë.‡LÌ¡…fô9…„2B(¥Œ3{‚‡»§§ó¨±k÷D’¹O•p¯ö±ø›Tÿ}S¢8dÁø1®î®c&,ºÍšE¨ŸµÃ†{ÿÞ—)Kh"¡Ð÷!§PBBµN›Ú¨Yè_y¡ð]ÜÁ…¢´Pjý*¡¶É—Ejq¡H¶°ØD8VÉ^‹ÚÚâÿÈÔè¦ô¤Lì_³ EF ãÜסMØd„[vn%P#ž¯qÏÈŒªk쑼®†ù£´9›tutë n¨)}^f| Í܆6úŸ¿m%‹öoó¨ÚdÉÖùï«¥š¿¹Ëõ5zÐKÝîÓÿ¥ú[ endstream endobj 353 0 obj << /Type /XObject /Subtype /Image /Width 283 /Height 137 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 29317 /Filter /FlateDecode >> stream xÚì½”×’?Ü̬fP·$;ffffffffƘ)`ffNbŠ™1ff¶cŽá“åñxÆ—·gwÿû§:G3Ò…ªº¿[U[€O„‡’†p }%éžÂB“þ?ûwåZ{l]Áx\ ® 'ýûjâ¡øUþ„#B½Cÿ ý׺ÏõÛó·ÏϬËÇÁêôû¤ˆšÿœcX|ÁuŸ}oþL"uÃBß¾C@úïè¿ÚÕ¡µÏß½{÷öùº`¬Þ'EÔügM‹1¾3ÏcM%üùCS¿j ÿ‰¡pá3¡ïÅÆÐ>uOÜòŸØ|HýRÁOü˜]ýÑ7pûŸ´¨à™*)DÄ"ó.†>*ßß¾"€¾ýè±,o߯45®)$ÀãúO ‰ÔýŒbú€lÜòL Æ0ãøÉ`?öG˜˜®þX¯àOÿÀ†Bëb€x±)âRq‘‰Uðù™åm*NÿÅ‹ ãúömü¦Æ1…à|pÚOôì™8å?gŒaÆð“Á~ìæñ˜z§žùFÇ¡¤Ç>VüàRüë ý>ÚTÜþ>76œyþîч®{äÛwÿ˜¾†uXðGÃŒ `ƒ}ûöÛõâØÐ?€æƒKÅù—bl ˆ×ßñ ⟷ó}þ)’××ü—º|‚óS`ü*B±n~ØlbCÏçô<›Aú ìΞ}ñïÁ»ÿ kjñâE¬{ú„Å™’É núVw>ßT賘®´isåÝÿ郙ʼn_‡æÅ™¿3ôÁðë¹ÿŽÕüߣë¾4L£°| ͇Q8ŠJ„ÎÆ‹Ã¡µÏ¢À|9oûl²¥wÏãŽQQhâQÜ©MšoNmâ,¢ßlâ΃£ßlDÍæ[3â¨ÙÄ·šõqƨdÑ@™Íyˆ¯îÕD‘‰‡Lԣ⮠Çß±‰âo-½£fó­õeÔl¾1«‰šÍ7g5Q³ù…çÞô" KÄ£âíØ¼'"êR1ôü‹S…è”ø[Ñæ›Ç•ÿéÑ}û¸ò?züŽž¶|Ë£¢§-ßZ,|ëÎCš/®_Eé#4_¿~õ†?nóEÏZ¾5xGç3ß4šèæçgÀœ]Ÿ;j4_Efsá„DtÇü«Èä!Àè÷W#páè]€£Ðüíš; ÍWOÑ0ü·Ðà¹×‰n Õ¡"A¡è†ylŽ¿- ÑÄXú|[8ŠÍ7<*ŠÍ·=*z‡¾|ê'z®ûM³áê]ŽÂòÕ@ŒçŠ›¯Íú¢;çßZ`FwÎÿfôŽîô}šèó[#TÔh¾9BÙ??Œ"òuŠZÍ·=*:þæR!zÅ1žÙÄ»æ]yÇ¥ø×£+ïo¯0£á&˜Ø3ïh¸ù ™OgÞQ—ú ™OgÞÑç7âOø ÷}PÑ-‰o~‹Xt•½†ÿ%}þtaÔŸþš¨?E¡‰Bó߆£Ð|mù…&}y®»¿i6ѱû›f…æ›f½Ñ÷m³!Z'b6_<F¯;ÆÐ—OÀ‡Á‰nÙDèØ—SâènÖ·¦Äñ¿Œ9:HE/ÙükÂC%¢îôåúûÃïwDÇîõiƒøýïÏÄýÕŽh&âþøÑÛ(0_ñ§høý&4Ñ­šo[MtÕý-h¢“àoÝÑïûÖØõ¨øÈÄýRݨG} ™¨GÅ›ïŽ^Äÿ×18úœØ·V Q«ù<ÖÄ߬‰Î‡ãPüÍš(4ßò¨è©n<Š{Ø 5ñèù'l¢FóMl¢Fó%6…>ü q4‰M̾G­æKŠùÁ÷èêòÛÓ›èêò›k©¨G}evóa?+zïès\Îÿø¸XôÞQ|`ÖJ–€ˆsï( ÎGƒ)”Á襬/q LôRÖ7pùò)…ÿð§v_l.ü-\þßÚ<Žú \>|IÀºãg_ü— òì‹ÿ£?þ?"å³#–¯a“ Y¡õÿ%áïG¼ÿ±Aî=" ƒSÁت‹é¿F&‹ÁXtÂLã0û""Žÿ³A.~Ïä_T\Âãz " þMD8Æ0ˆLQ>R,¦dÆ•ø‰‹N˜i¬ Ÿ‹8þÞ`ä‹Vÿ•G~àôQËO|cRÞkWð§ðø>*§x`úè#Òï‹Ä@õ‘‰E'¬ÏG3ˆØD\ɾÅûª_XAlÁ³”ýXì“ê1)﵎#ø[á1nñ83ý¤cü)JÓŸcJDŠ|Ðuý?GæðÓ÷íž-LÆ Q¤qQÿ¨UDèÙ\?Zň㋣ú‡”ˆÖq¾è÷›ú©x¬ƒ}Ä=®Ž_bêÄ"‹`‚ ™¸ƒÖ™G_{d>†w؃>Gý“i}°Œ<ÄG«X÷û¾T=^BDðÙ¿ëÐÏìƒ þë>ÿ‚ÿ5zoƒ¹‰¿Ó¾Žz,>1¹ï?ý[Ý1þ„ÿ¬ÆGþwé½ þ½ç›×NþmÁà¿þ·ùÒÿ è>D”þ‡(lÛÑ/ÓŠÒ†¥GÏe£ôŸaéÑóÒ(E-=JQŠZz”¢ôß@uš“ÿ·@Òé€ô@ ãWò²9€œ@. 9ò¹P(Í/”Êåÿø+i‰€Ä@ iø]I P¨TªÕÿ±æ½>@_ Pèôz“€€Ÿ€ @ŘÓ€éÀ `æWêÎæ €…À"àg`20%œÒh4Z-V@k  Ðh´:N@g  ÐèöU-6›Ã)€Ž“&ƾSí+u¶…_ûÀAàPlÚÚ8ù…w‘­@(f{ì pö+\ž†_z¼ ´Gÿ;3RoëéAÌûM¹üà×öï  4ˆhø½ *  j`u0X´@t@?肃`ü´goNøo 0%˜ L ¦Ó‚éÀô`°!˜ Ì f³Æ‘”Ìö€ßƒÀ‚`!°0X, ‹ƒ%À’`)p$X, –˃ÀŠï/{@çcëó€\$ÀÈ€Üî¼ïk°Øl¶[­?kÕ>à9ðx ¼ú¢­(ˆë€õÀ†Ø”Ó rà9`x`à€…à"p1¸\ .—ƒ+À•àªxüŸ?Ï€ßÁíàpglÎ!ð0x< 7¿¿S·à»0´ 4 ˜ T*„CDBqy±ñ‰Ð×zË€LÈ‚ìØ¼‰@"(1”J Q 1¥†Ò@i¡tù R Ò LPf( ”ÊUŠÑnDø•æ}[Á3   J ¬ Öë‚õÀ?Á`U¨Øl®×€kÁuàzp¸üå3\;ƒ]À®`7°;Øì ö{ƒÕ¡¾`?°?8 ¦dN08 v†ªAý¡Qàhp 8Ž'€ÁIààà@ègp28œ N§ƒ… Ê`°*X Õk‚0œÎÏçÁ àEðx¼^¯×ÁàMðx¼Ö†ê@u¡zP}¨Ôð3ìž‚ÏÀçà‹P(”*„œØr+ïÝÐh/´ÚUŠI?€þ€NB§ ôP(#”º]„.A—¡þñø7®C7 ›Ð-è6´X“š(ež@O¡gÐóÇÕÀ)°T: ÎŽ‘°\-„A‹¡%ÐRh´Zñ™îó *Ðè ¸Úýmÿ,‡ ˜„)˜†ç@s!ž °K°–aVa Öãéùa ‚pN'„¿ƒEòÞA  ǔ, —ƒËÃàÓÐè,t:U«ÂÕàêðè*t úª ׃ëà àq´YŒÆcqÀx` j 7ƒ›Ã-àÐKèôôz½…ÊÀÝápO¸| Œ©Û ü:ÕÃCà¡ð°X1x 0žO‚€{ÃûR©àÔp8-œf`æ`Î g³ÂÙàìp8'œ Î Ÿq ÀEà¢p1¸8\.ùYÞx-¼^§‡3ÀáLðoð&x3¼Þ oƒ‡·Ã;¾Ðè|>…ÁÇcòÎÁçá ðEx¼þþ¾_‡oÀ7á[ðmø|¾ßÇáü~¿„_ÁÁ'bùÏÂï`¹_†¯ÀWa!¡aá¹?€ÂàÇðŸðø)¬!:b &b!6R . ‚§ÁÓáðL¸"\)Ì;’ùI„À‚ †$GR )‘THj$ ’I‡¤Gv~ÖÂHN$’ɃäE>¥¾…K %‘RHi$1’IŠ$C* ‘JHe¤ R©†TGj â”?7D!‘&HS¤ò~·AÚ"íöHd.8,—Gº"ÝîH¤'Ò éôAú"_ëóíÀ`'° Øù4Ž|Œ@F";bì² R)ŒAZ­à]Ðxø7d²Ùë ¼Ù‰ìBv#[¿Êý x9ˆB#H,ç¾(Y‹ŒCÆ#ŽH'¤3Òù ù™ŒLA¦"ÓÕÈ d&R3R+ðq<ƒC‘aÈd-²YÎÛ†üŽlGÎ#‹È%är8eÏWFåPJ¨¬ *ª¡:z9ë}¿ à…ð"x1¼^ §G3 sFþÊhb4 šM†6Œ´d<·æG  Ñä¨?–Ï8š;\w \ -Ž–@K¢¥Ðáð÷‘:)âéòyŒü‰AŸ¢ÏÐçè ô%ú ý }˧hU9€2(‹q a^÷"}“ ËŒeÁ²bÑGècôO4–˃åÅòaù±XA¬Åpéæ±j€”ÂJce°²X9¬|ŒFsÂýÖÞ$Ã’c)°”1©‰Ð^Xo¬ÖK…ýæ@ƒhM§mgàÝh¬*V «Že ׂï:X]¬Vk€5Äa±&1ÜšB8:H–ÄÚbí°öX¬#Ö Ñ2¨ yP B!(”0¬ãØØOØÏX ¬&V «MÇf`3±YØll6›‡ÍÇòĉt[ÁÂð l%¶ [­ÁÖb£ÑÈ@l68"wt¸dV r»† Á†¾×­‹ÖCë£ Ð†èYDÅîb÷°û؃pŽ„úмèKìöö³0µPuP?ꢡžˆCx8ã(•bQH:˜ãppï‡õÈeqwp?îâÑL1e¥˜g âßá‰ðÄø0,5–&\ú;(-žOgÀbwc¼'ž ÏŽçÀsâˆÔ{À â…ðÂáO0„@^/…—ÆË„?F‹ EQ ¯ˆWÂ+ãUð”á´6Œr¢2®à)àøjx+¶ Û«÷p¨DFtE1 ñ£è1tº]…žÃÎc°‹Ø:ì-Ön€·…ÛÁ=°åÀŠ}Ž4 óø½ƒ¶Ä[á¿cÛ±Vhk´ šÛƒíÅöaû±ØAìv;æ~;ˆvÅ»áÝñxO¼Þïƒ÷Åûáýñ‘V€GÆôecÚo‚WŽhy»Œ^A¯¢×ÐÒèz,-ú+²ß…ïÆ÷à{ñAø;¬~?„Æà{½È>$?þ~?…ŸÆâG‘cÈqäòr9…œFFãϱøü"~ ¿Œè9ôŸ‰ÏÂgãsð¦Ø®xcíil~[¯ÄWá«ñø1ü8~€?Äáñ?q Çq'q §qÄFa£#ØG$"Iˆ¤D}ü6¶ÏLd!²Ùˆ+ø>¼,Z-V@+¢[ñmx4!‘›ÈCä%òµÑGØcìOì ö{áÓ…˜@”øÿ ÿŸŒSM0KpO„HHÄtAìSÑÍ"v†`­ˆ…ø¢˜Ôh3ÂO¸„Gˆ³èü)þ Ž¿ÀK¥‰2DYb:‚NE§¡ÓÑèLt:˜B %†Éï‰Äpl;º݉îB'????×ÑèMôz× jµˆÚFàAD¢!шhL4!š½ˆæD ¢%ñ}‡3:PÑíeør¼7чèKô#DLÂ|˜Œ)ØL¢VDûåpvÂÆL¼&~Š8Mœ!γàXBì;,–K‚%Å.—‰+ÄUb2‘ ÏŒ§ÅÒaé± XFl ±”XF,'&cÙ±X}b ±–XG¬'6‰_ˆ_‰ßˆÂX›pÌßJl kS[ŽÙ„C$‡‰#DìmX~eì%ñŠø‹xM¬ V«ˆÕHB$L"$Jb$N$IúˆfXóØ@$%ÒGʤBª¤Fvƺ`]±nXwl8~¿GÜ'‰Ü@Q|vËKæ#ó“ÈGÄâ{,-‘ŽHOd Æ`c±qØxl6›„Ù¤CúI—|CLÁ¦bÓ°dBò;2™˜LB&%“‘ÉÉXü1)™‘ÌDf&³YI) ЇKŒ%’ã)ðPøÝ@$ª“5Èšd-Ò#d ‘õÉdC²Ù˜lB6%›‘ÍÉ~¯iÙ<#Q í@v$;‘É.dWòv+B%‹‘ÅÉá·°œD.b>¹€\H."Ëå‰ DE¢Q™¨BÜÃOËÉäJr™Ÿ ˆ’Äoä&r3¹…$‘É ¤x2¼Ù—¬‡§ŠØÓ2ò9ù"fKp ¹¿ŽÏ 7£^’¯ÈBh#¸1üŒä(ž(‘’¨˜&J¥4J§ ‚Êáåñíd€ R!*eRÕðêxsü"™„JJ%£’S9ˆ!xC¼¾?Ež&›á©©ø r0ÙoƒïŒwSn;±ƒ(@u!º‹ñ%øR|?q€˜AÎ$g‘³É ±Œg¦†âÃðÜä÷ø|$> ¿‹ÁsQi¨YÄlb1—XMRÔÚH‹î‘M¨¦T3ª9u˜ oÆz“ãˆñ±Ò²QÙ©TNj,>_Lä¡òRCÈ¡d¢.QÈ‘ä(r49†KŽ#Ç“ȉä\|9/I•¢JSe¨²T9ªGÏ gÒ³èÙôz.=žOÿA_¡¯Ò×èëô ú&}ž¾@_¤/Ñ—éÇôŸôú)ýŒÞHÿBÿJÿFo¢7Ó[è­ô6úwz;½ƒÞIï¢wÓ{è½ô>z?}€>H¢ÓGè£ô1ú8}‚~D¿¡ßÒïh€ˆ„AŒqh 0A&Ä<§oÑ·é;ô]ú}Ÿ~@?¤ýŒË$e’1É™LJæý’~EÿE¿¦33Y˜¬L6&;“€IÈ|Ç$b38C0$S®Oß¡îR÷¨ûTº)ÝŒnN· [Ò­èÖtº-½™ØB°$GþN§JPÃ3Ó‰î„S1˜ÊhŒÎÌQâqœ8AüAäcò3íÿf?s€9ÈøÅ±¿®ôäsš9ÜeÎ1ç“éÉôbrS™?™'ÌSfó–xG4¦_11¯™7Ì[æ° ±à°~Ö ÿ Ñ,ò,Çò¬Àêäê,e‘ «²«³Ï˜çÌ æ%“ˆMÌ&a=6ÀÙ›€MÈb`´ #2ãcdÆ"’³)Ø”l*65›†Í‡äG¦1‹™%ÌRfYXÓbHe¸2[…­ÊVc—3c˜±L|S‹­ÍÖaë†uÈIçe:3Ù&lS¶ûûL?ªÓŠmͶaÛ²íØÉÌ5f*S‰íÆvg{°=Ã¥*Ñ•é*tUº]ÞCueû±ýÙìÀpA“ô$f;šÃŽe{±-Òí£eZ¡]j#5‰ýý‘ý)\òOò ù”œÅÎfç°sÙyá”ôòs›(J§Á—°KÙeìr¶[ŸmÀ6d±Ù_Ø_ÙߨAln<žχ/fg·³;ØìÏloö:“…ÊJ¥§KÐÙ.ìHö{=ÄfDZãÙêÔ1¶fL„ËÈfb)&?Õ6Þ/˜áѮӘ)Âe‹±ÇÑžD~¶ [–-Ç–k·ªCÕ¥êQõ©Ý.}Ù³ìgçàþØ]€áì÷ìöL8ð3ËqOŸ [hÆá ÄØãnv»—ÝÇîgr~Îå,Ååârsy¸¼\f³’YŬfÖ0k™uÌzf³‘ù…ù•ù¹ÉÞb3³YXƒ5Y‹µÙœl.67›‡ÍËæc_³؂줈Çü{ÀI±¥ØÒìö-ûޏ´l:6=›­ÂUåªqÕ¹¬l66;›ƒ­ÃÕåêqõ¹\C®טkÂЇB¬מëÀuä:q9ÌÒÔ6*Wˆ+ÌáŠrù¸ü\® 7›ÁÍäfq³¹9Üö8{‚ýƒ=ÉžbO³67ŸûŽKÄ%æ’p“¹÷<3s“#ȉY§Wr"(NãÖr ¸…Ü"n1¹„œËÍãös¸ƒÜ!® }‰ÀÞdV³kÂúõŒô˜ÉYÜî8w‚ûƒ;ÉãŠs%¸’\)®4W†+Ë•ãÊs¸Š\%îw»ÁÝänq§¸ÓÜn"û‚[Ç­ç6p¹¤ÜÇ–þ†ÉTNà_r¯¸¿¸¢H ¶8ÒƒëÉÝfï°w#˜ØðÕO§ì3ö9û‚}ÉgK° 3‰ûû‘û)†ÛÍØ^HD½ ‡/Èb*Ò¿pCØÖTê9—‰ÏÌgá³ò¨ÎT*“žÉÀô .r½¨ÞÔ n·Š[Íåæóðyù||~¾ßŸ@ãÊóøŠ|%>ŸÏÁe‡±w…»Ê•ã«ó5øš|-~17™ÂNe§±ÓÙì. hT‚‘y…ïÅõæÐ éFtmn7Ä æ†pC¹aÜpî{îjÇ2>ȇø|Bþ;>Ÿ˜OÂ'å“ñÉù÷\j²Mø¦|3¾9ÿš+D'¦R?ó“ù)üT~ÿ†{Ëeägñ³ù9ü\~µž‚ÂÃÒ"~1¿„_ÊÏã·P[©©ÜïTnµ“jÏwàñùUüj~ ¿–oÁ[ŒÍ8L&fžº@¤NQ§©+”Iž£ðù‹Ô%ê2Õ•»\£®S]ø®|7¾;߇ëËõãús}ø¾|?¾??€ÈâóCøÜÈp»›ÄØWo ‡ñ¹ñü~"?‰Çéùü~!ÿ;¿ßÁïäwñ-ùV|k¾ ß–oÇ«ô=î>÷€{ÈY´Mïã`PrÐ-Ø\tnº7£ š  †°ŽŸÎ¦‹ÐEébôN®4¿›+EûX¿à ž‚Bm¾_—¯Ç×çð ùtMº]›¾À_ä/ñ—ù|O¾ß›¿Áßäoñ·ù;ü]þŸÀ×b¾çÛ‡Ç2” ¾?M¢†£ÝèÒÂ~$ßèNô þb‹ ñ¯ù7ü[^dwó{ø½ü>~?ŸJH-¤Ò ·¹TLj& “–)Ìá‹ò™&BS¡™Ð\h!´Z w¸\Ln&Ó’í"tº Ý…Ba¦S”)Æga€0P$ z ­…6B[¡Ð^è t: …Ê\N!—[È#\á¯ò×øë|A¡PX("Š µ…BI¡”P›©ÃÔeê1õ™LC¦Š°‹ØMì!ö†ãq»°gÔê õ„úB;¦=ÓéÈ”åû ##lcW˜«ŒÄ¦R »…=Â^aŸ^¡2ƒ˜ÁÌf(3ŒÎŽG…cáôÍìv3ž™ÀLd áœp^¸ \ö K¸£\5þ–p[¸#Ü. s˜¹Ì³€YÈlc 3bͽ„»/‚(HÂ#î1÷'÷„{Ê=ã& S„©Â4aºPƒûÙÎì`æs…yÂ|a°PX$,–ùÃñf!ã¹—ü+~“°YØ"l.0™KÌeæ‰pO¸/,ån0g¹sÜyîs—¹Çtb“ ™G / ¢(Jâ a¦0K˜-h¢.¢)Z¢-:¢_tE8u,ÞæEVßíÉ$bR1™˜\L!¦SðeŸN g„³Âá­ð§NL/ 2›WÌ'æ ˆ>±&W‹+ ‹‰ÅÅbI±”XZ,#–›r‘LȦȧˆ/øjbu±†XS¬%Ö»pGùc|w®­ØNl/v Š…ÄÂb±«ØMì.ö{нÄÞb±¯è‰…ÙjÂ(~4?†Ë—d‡‰ÃÅïÅâHq”8‡œKŽšŠÍÄæb 1±p„{ <ÖŠëÄõâÒ „ŒB&!³E 8’ûMÜ$n·ˆ[Å–bK*”áÏgÉsäw‘™Ý>q¿x@<(zéC…›ÂYñœx^¼  (f²+ù«â5ñðþzÈuò¤š¿EÞ&ïý„]Â#ñ±x]¼ÎYÀ.d³qÅ·â;@ V²«Ø,bVq-»Ž…(˜:#â!‘ÎÂÅÇɜ©œÆéÜ.q·¸•çÄñâq¢8Iì(v;‹]ÄÉâqª8Mœ.ÎgгÄÙb?ñ‡°ÕÿÓc7Äâq©¸L\.®WŠ£Å1âXqœø”HJ,%‘~SJ©¤ÔR)­”NJ/e2JsÄGü(®eÌÓÊ-å‘òJù¤üRégîwq ·‘ïÌ•ŠI*¯ñ³cÎtòÃ5ÂÞò„]+Tæ‰óÅâ+¶–PYj 5”IÃ-óQ4IФJjX”M9”Ÿz ‘†JäáÒ÷áœK‘«6päor.7N/MˆÔȈ_®[Ù×ÂLi–4QšNm%n‰è9 €Ãÿá°HZ,-‘–†ó¾£2ðWÄ ÒFééWi„d ¶°NZ/m•¶I³¥9R\ÏÚ̵÷H{¥}ÒïÒö89{¹5âIé”tZ:N]‹osò¹ø7âéªtMº.-“2ˆ¿Š²tOº/í—H¹ð¦Ò-i‡¸S J!)tWz*=“H¥¤gâsñ…øR|%þ%¾Aäƒ}ˆõa¾¥Ëâ‰÷ >Ñ'ùI·ÄÛâñ®xO¼/Ž•fHšO÷=—^HEpXB$T ùøú Ÿé€p “8‰—I”$É'=‘RøRúRùRû,ßcéOé<ßRj%—JHI¥dRr)…TV*'•—*H¥JR©ŠTU*'–[Gp̶·s±XOª/õ•úIý¥RAé ß+"åóå÷ðô•”JI¥¥2R1_q_ _I_)_i__Y_9_5©ºTCú)fVr’©á«é«å«í«ã«ë{ÇË>ŧú²ù²ûrørú|¾ýù)çßPß0ßpß÷¾>ÜGøHå£}Œõq¾|?ú¾ó%ò%ö%ñ%õ%ó%÷ÍñÍõýäûٗƗ֗ΗޗÁ—Ñ—É·žÝÀ.õ-ó-÷­£óJj&5—ZH|}­¥61=ÛAÊóÎã»JݤîR©§´P\$Žãûúúùúûø¹}y|Y}¿øF £…1ÂXá™ð\x!¼^  ¥Ë¾+¾«¾ka‡¤ÃÒé¨t,Ìs’ï¾ïï¡ïQ8ýœt^º ]”.I¿û¶ûvøÊ„ç ?B?A?C“¡Þ¾©Ð´ðçrPy¨TªW†Úr¬<ÒåPM¨´ Z ­ÖBë ÖïOçb*žÑ¶„ZA­¡6P[¨Ôêu„:A¦Üê ÑLw¨#Þë=çû@}¡ºRÙóȃ ÁÐh(4 ꀀFB£ dl>y,4M€& “ ë>R¦dZfäR2'óòth4š5õ5 ·åW!²N–ƬT’²|}|+!¿ìÊžƒrHN ¿Ïû+÷»¾™òoò&y³¼E~*Ž ç6ɇå#òÑp>ðR 6ÕîOóM÷u»ÂCåaòp¹‰¯®\Onîkákékåkíkãkëkçkïk)·’[ËCù±òp^çõ ˆ=énÉô‘ûÊýäþò¶°îÂrF‡õÛ#‡¸ËÒIù”|Z>#Ÿ•«D¢ö%n‘¯¬<X) ЍHŠO9&'×çëî÷ÕÒ áŽB«€²­8Š_ù áˆÈ)¼’RI¥¸ŠN$Í,%…’QɤdV²„SjÂ×…ÂK_.%·’GÉ«äSò+ÂéµßŸ×‰˜ˆ‹‰LDa¥ˆRT)¦WJ(%•‚J!¥’RYI­¤ —\è3”ž_åÚJ¥ŠRU‘•sòyù‚|Q¾$_–¯ÈWåkr¥‰ÒTi¦4—ßCÙp$?`Ü4iºÔXé¬tQº*Ý”€2È7ØWK¢ U†)ÃÃ5¶øþŠÔ™ù›[¥ŒVÆ(c•qJw¥‡²Yš¢LU¦)u•zá²ÙÉ71ü‘+s•yÊte†’U“ºL© ¤£KñGÅ\âde޲RY¥¬VÖ(3•OýŸ…Û¬lQ¶*۔ߕíÊe§²K™'ÿ{C¾)ïôe–_ʯä#¾£¾c¾ã¾¾?|½äÞ2¬ ª`Jw`·²ƒK"ì•ßI€o¶ï¨ò—ïµï/!uR™­Q^*¯”¿”׊)ì”vI»¥œ ¨B*¬"*.\ðe—q˹MÊAå˜ØŸ"TR¥TZeTV­Ì·TúÂýà„Ê€ÈÖ§Êê!å°¨†jª–j«!a„r™Ô«l-ªµ’XI¢ Üe ŸUÐT]Mª&S“«)ÔtÜÏ %‡šSÍ¥æVß(o•,ÀEß%_~µ€ZP-¤rj:å;UQcVÈx>µ„ZR-¥–V «EÔwJµªZM­®ÖP˨¶Ïñù}nÄÚ(m•vJ{¥ƒÒQé¤ÔUë©õÕª£úUWõÔ€Œp¼._P.*ßËe¡ð)ûdYVdUÖä+J^y¸jɶìÈmåvr{¹ƒÜQîö» 1^ŠÇì$—SÈ)åTrj9œVN'§—G¨åLòe%‹ÜD‡€CÁ\rnyú½ºFÍ/ Ê…äÂrc¹¨\L..—KÊëÔÒrÙTÊÉåå ò °–\[®#ß–ó ù„üBQßù¡üH~,ÿ)?‘ŸÊÏäçryŒ:V§ŽW'¨ÕIjì>Exl»«ÜSî+”‡ ®ì«{A[r¤à,_µ½ÚAí¨vRƒåA‘ØÓGí«Þ’ªwä»ò=ù¾|L=®žPÿPOª§ÔÓêõ¬zN½ Þß©À‡à²—ïwµï®zO½¯>PãF¬ƒòKõ•ú—úZ}L6P*”Jb-‰–TK¦ý¶’ÞJ¥¯ÒOé¶âª|q5–VK§¥×:«uÅz1˜! Öú©ýÕê@u:X¢U‡©–¶V-¯TG©£Õóêõ¢zI½¬^Q¯ª×" ŒD³eXrpº:C©ÎRg«sÔ¹êP/¢ã:¡'Ðjßi‰´ïõúH}”žR=.Ÿÿ'é?è?ê?é†nê–nëŽî×]ÝÓzPŸ¦O×gè3õAú˜˜±/&zR†ëKô¥ú2}¹žHO¬'Ñóë¿ê¿é›ôÍz*=µÞPÿEß®ïÐwê»ôLzf=‹žUϦg×sè9õ\zn=žWϧÿ®ï×èõCúh½¥¾O¿ _Ô/é—õÝú}¯~M¿®ßÐoê·ô7Ú[íè´~_ ?Ôé?ë“õ)úTý¹þB©¿Šé•í¡‚º@š¨¿Ó4 £¦ZK­­>Óiƒ1Xƒ3®èùœä\x<NB§¢SÓÙÄ3ZJzœÊ£®„÷jû4Ÿ!Š¡šñ±§Aß==‰‘ÔHf$7REõbzq½„^R© Ô„j95‘º‡ƒå2zY½œ^^¯ WÔ+é•õ*zU½š^]¯¡×Ôkéµõ:z]½^Dב¸µW\¬g0^1/«/6F¢IE¥¶QǨkÔ3þÒ_ë è„ï Éhm´1ÚíŒöFP™ÁÏä»=ŒžF/ã±þ§^PÛ®½_¡ônFc€1Ðdô6R©©Õ4jZ5úHË fT3…ãÎ ™2F÷"#A}EÔ%ݧ§7¦£1ÆX£½Žò÷ ûÐè!ôJgÌ7 EÆbc‹¾UߦŸ××ëŒõÆcœÑÁx£¿Õ7›-ÆV6507ƒ4¦;]ÆncÁ‚ÑÕi5ŽÇFC7 Ã4,Ã6Ão¸†gŒ 2 ïÂ=pZ¬eœ1ÎçŒó†ÈKüOücãOã‰ñÔ¸`ŒÑÇêãôñúýˆñÒxeüe¼6þ0+q±üMÉcä5ò‰ÕÓb¢&fâæ6ãwc»±#<Ìk¦næ,}¶>G? Žxa^u¾¾@_¨/Ò~Ó5=3`¾1”®ÍF1q>•™ÚLc¦5Ãó)ª¯ÑÏÈaæ4s™¹ÃŸ)‹•œâ(ø¬vN;¯]г€YÐ,d6MÓ2íp‰BFa£ˆQÔ(f7J%RFi£ŒQÖ(g”7*JFe£Ž˜Õx¨ýhœÔOé§õ3úYýœþ›QÎÌhd22o}ïÞ?œñ~äP6êkŒÎf³«ÙÍÜhübüjt2û›Ìæ ó¶~G¿«÷3‡›ß›#Ì‘æaýˆ~T?¦×Oèèm̶f;³½ÙÁìh3Ç™ãÍ æD3ÙÒÌfd7r9fJsŽ9לgÎ7 ó¤QT-¦.7W˜+ÍUæjs¯±ÏØo0‡ŒÃln4153טkÍSFYs§¹ËÜmî1˜KÆeãŠqÕ¸f\7n7[ÆmãŽq׸gÜ7 æAóyر’ÙÉívJ{¢¥[†µÜÊbgµ³ÙÙíDvb;‰ÔÎcçµóÙùí—Vi«ŒUÖ*g•·*X­Âv»¨]Ì.n²âF¨Sænkµ×Úgí·X­ªvxmÏ7µšYÍ­VK«•ÕÚjcµµÚYí­V/©·´@ëbuµºYÝ­‡j)3—Û®häÖÀ.¶¡'êaX»ŸÝß` çN³òXy­‘v%»²]ÅÎa7R«MÔ¦j3u˜uϺo=°Z¬ÇÖŸVf{¢=Êm‰ð¼cݵêYõ­¤J2åëGk½Ð^d/¶ÇÚãìñö{½ÞÞ`o —Í`ŽÇÀÀIà°ÖÞlO²°´²·É¿ËÛåòÎHΤ··ÛS DDlÔÆlÑ’¬ö{«½-Ìç²ÕÑèdœÑùÌ:v]»ž]ßl7´ÚìÚ.M0ES2}¦ln²¯Ú×ìëö áKÚɸFV_³‚ýÎÐXk­³Ö[¬·Ö;ëWë7k¾M:”C;L8/%ŸŠŸe§áÓòébvsûè#lÍ9h²Û¶}U'œDŽîŽéÜ´oÙW¬«VJ'•“ÚIãXÎmk™½ÜžaÏ´ýÎl{N©¾vF'““ÙÉæž×¼oç7 :‰$NRçˆÍ«ëMÕ)ér ;EÖY©ßôÝòÝöÝñ%4ƒvE§’SÙ©âTu8‡wGt$ÇçÈŽâTpê:õœúNgý§=Äîm—6˘yÄvK»•ÝÚnc·µÛÙíívG»“ÝÑêdu¶ºÙÝívO»9OúQÙnÖqZ;¥œÒN§‰]Í®n×°kÚµìÚöû©ýÌ~lwpžØìÆöç°õ3ÆëŒsÆ;K¬¥Ö2«€3Ï™ï,p:Éœcæqó„ù‡yÒœìLq¦:ÓœéÎ g¦3Ë™íÌqæ:ËœåÎ g¥S"‚Æpá­DÚ ßíÎg§³Ëi®·Ð“;)œÃÎç¨s̹dÕ°jZµ¬ÚV+‡³Â^i7°Z½õƒÎ!ç”sÚ9ãœu9‹^Voë¤sǹëÜsî;»Ä)e—¶ËØeírI­œ'ÎSç™óÜù _jgw®8WkÎ*{µ½ÆÞoC~ØøQÿTëWû7û­-øE¿ä÷ùଽÃÞiï²wÛ{ì½ö>›÷ëþð€ï·ülLeìÛÎwþDþÄþ$þöñÚf•¿ì´'œ·/ØíKöeûŠÒŸÊŸÚŸÆÿÂyeýemó-urûóøóúóùÏ9éœôN§ˆ¿¨¿˜¿¸¿„ÿ¼YÇìãö ûWœ×•ËÜç–“Â_Æ_Ö_Î_Þ/ÙœÆN§©ÓÌiî´ÛQi½¹ÝÍéîÓFÈã´ñÚm¢ÖËùAûQäZI­”VZl”ÕÊi]ü½´þþJZe­Š¶D[ª-Ó–k+´•±«³ù1»eÉä&ZS­™Ö\k¡µÔZi­µ6Ú@;­½ÖÓé¨uÒ:k]´®Z7­»ÖC›áà_âï£õÕúiýµÚ@m6X¢ Õ†iËüßk#´‘Ú(í;sŒ¶WýY›¬MѦjÓ´éÚ m¦6K›­ÍÑæjó´ùZW{¡¶H[¬ õó÷ïáéF•{ÞÚº- #þ!ÎPg˜3Ü©™wWñWõ?·W;Š­Ú:uýõüõý üùýÛ3Õíüéâêæàÿ~ÿÿAÿ!ÿaÿUÿQÿ1y^[¦ i$ò/öÿâ·µkþëþþ›ázsÝ&Àoî&w³»ÅÝåßíßãßëßáîtw¹»Ý=î^wŸ»ß=àvöÕBÖÇìJOôoôŸtO¹§Ý3îY÷œ{Ë_Õ`\Öå\Þ\Ñ•Üî|w»Ð]äê®ášî×vW¹«Ý5îZw»ÞÝànt›ÚÍìÖþKîe·‡³Ë×6²§ÙÏéïDî°ã]ð>N¼5„ðÚ}ã¾uß¹ó¨P%O—òhñXï¹ÿ…ÿ¥ÿU¸%óÜl^v/‡—Óƒ\ØEÜzn¯ WÈ+ì%wiò`ñPópðH¯„WÒ+å•ö8÷Oô$Ïçɞ⩞æéžá™Þ/îd·šWÝ«áÕôf¸uÜYnq¯¥×Êkíµñ²¸%ý¥ü¥ý½N^g¯‹WÆ-ë–s˻܊n%·²[ÅÍçäwÏ﹞çÍö¿r{;ɼä^ /¥—ÊÛ ŸñßÒyé½ ^F/!ùó{=½^^o¯WÆûÖÅèáfõæzó¼ùÞ¯›ÛÝnͰ*z•¼ÙVo®°ßøWx+½UÞjo¬ÛÄÍ®äPú·x[½mÞï^.¯€¿ ÿwn;¿ò¹Ý,½O8*çpó…û|Cx 63¸:¸&¸6¸.¸>¸!ØÎKLÜÜÜÜlèæu÷zx‡‚‡ƒG‚Gƒ}½7ÊÁ*Á¢ÁbÁâÁÁ’ÁaÞp âA"8ÊíA38ÎïMð&z“¼Ô^/­ && ~ÌäsŠ;%œ“ÁSÁÓÁ3Á}ÁÁ_‚¿†[·#¸3ø6ø.„ÀÐüà‚àÂà¢àâà’àÒà²àòàŠàÊઠ"CTˆ1¡ú±;|~iF!3d…ìbC\ˆ !1$…|!9¤„ÔÒCß……‡’„’†ê3‡²„²†²…¦§›ºÏ¹CyByCùBgƒç‚烂ƒ—‚—ƒW‚WÃÚ½±¼ ·4 ‡Š„ІЅŽr…ª…ª‡j„j†’…žxO½gÞó˜X:X&X/T?Ô Ô0…ö‡¸CÝãâ ññ®1”)Ô&Ô6Ô.Ô>T1X)X2T*”6”.”>”!Ô#Ô3Ô+Ô;Ô'Ô7”ýÿkﮢãÖ¹@SÊÜ´™$c”lÙ’)efffffffffffffffæÞñL’öœó¯uŸïZ7Ít,Û²-yÛŠ½?*'•‹ªG¤FQ£©1T‹À¤@«@ë@›@Û@»@û@‡Àj"5‰šLM¡:R#££ccããÓ¨ã±ýýƒÕ¨ùÔj!µˆZLu¢NN¶RÛ¨íÔªyÌüP­Æî¦öP{©}Ô~êÕ˜úåŒrE¹£ S'¨“Ô)ê4{#öfì­ØÛ±wbïÆÞ‹måoíxxxxxxxxxxxxøøøøøøøøøø¸D]¦®PW©TAЦjõúAý¤~Qg(‘B”Dɦ5˜B ¥†QÃ);í ´‹vÓc©qÔ–˜­1·©;ÔŽ.Ølt:-ŽNOg wR»¨cÔqŠ¥9š§]4æClñDK´LcšÐרëÔ ê&u‹Š¢ýô]*†nCt…ÎJצêPu© Tº ]ˆ.L{è&TSªÕœjAµ¤ZQ­©üt º$]Š.MCZ ;S]¨®T7ª;ÕƒJM3t5º:]ƒ®Iע픃Ê›1¶8Ý„nJ7£›ÓÙèìt:'‹ÎMç¡óÒùèªt;º=ÝîH¡‹ÒÅè¶tº/ÝîO÷â@“˜1 c^ùµÈ‘Á~ -–õÔj#µ‰ =5G¡‡ÒÃèátÞØ|±ùcgѳé9ô\ú7e¡ Q©…ô"z1½„Nž,2UÖLõcFÓcèF¡#ü%8YªUžª@9:½’^E¯¦×ÐéHz<5˜ÞGï§Ð郡õ$ ^^ŒmL£Ó'è“t'º3Ý…îJw£»Ó=èžôýرè ôEú}™¾B Òƒè£ôCúý˜~B¢Ó½ÒöNkø?†Fv¦ÐSéit·Ø=ôê!õˆzL=¡žRϨçÔ ê%õŠzMM™37ö=õúH}¢>SÛè¯Ô7ê%9°$õÒÔ§S½O]%Ýô@Z&“žÉÀüt=£ŸÓ/è(ÆÏD31Ì–ÔµélñOfÕ¡·¹·»-–ñô^šaX†cxfqªkôuú}“¾EߦïÐwé{ô}ú­3Çda6Ó¡'+èïÁßiRL é¨léÎÓ˜‚L!¦0S„ dDZc*2•˜ÊLÆbI“€PZ@dfj2µ˜ÚL¦œû}„¦™¦L3¦9Ó‚©Ê    ”¡vÐ;é]ônºt  =“nË´c¶£ÿ¹¤Õ™©K×£ëÓ è†t~¦3€È´g:0ÕÜËèåô z3ž™ÀLdÆÒ%©Ô ªÓ“éÅôfú0?éÌ4f:3ƒ™ÉÄ2`Ýr0_éLIf3µ…ZÊ,c–3+˜¯©¼´N8wžL³#mï ç© ÔTf³™ÙÂle22‘L&¦ s˜9ÂeŽ1E™bLqf³ž)Å”fÊ0ƒsgíÏœfÎ0g™sÁõ̧з™;Ì]æsœ9ÁœdN1˜ÇÌæ)³’YÅPLæóšyüe̵ ÿÅŒÙážL¯e.1—™ ÌFæó™ùÂ|e:2C™êÌÆÍzX/ëc#Ø¢±Åbó¥þM[+cc쌃q2ý¢˜6f`T—Ì]3§ $e’1É™Lv¯ÅÒ+°u½½'c“³¯è×ôº ½ÙÁluëþ6ôRjµœZA ^-­Š\—ù£°*«±:û–nÅl‰LËd ±…Ù"lQvwäžÈ½‘­èý‘"÷Ƕ4[†-Ë–c‹±ÅÙÖÌG¦:[ƒ­ÉÖbKP¯ý«£×D¯^½>z#½‰>ÏÔcFÑcÅž¢ïEô]e~ÑéÙ lF6’ÍÄff£Xãf<Œ—ñ1L’`#eYŽåÙÁx|!¶<3–QßvÌÆdgÖ09™\Ln&“—ÉÇŒaưcÙqlÖÈà=8S‡­ËÖcç²óØñìÖbQ鱟b1KÙeì|v;‹™ÍÌaæ2ó˜ùÌf!³ˆYÌ$c×±ëÙåìŠ`ù¶l}†t ^ &e÷°{Ù}ì~ö»’]Åjô ö${ŠÝÀndùQ‡©#ÔQª2Ý)Å^d/±§Ù3Áù0™»ì=ö2{…}Ǽg>0KØ'ìSö>û€Íz •ƒÍÉæbs³+©UÔjj µ–šP™ ìö-ûŽ}ÏîJµˆ]̾fmœ{Æ>g7±›ƒKELéÐycZà%ãã"8çä,–ËQkÙô\. —”KͶ¤+±­é쬗ósÑ\F.’ûÀ&a³VŽç9;Èb³ ˜†L#¦1“ŽÃá‚Áƒ[Ⱥ9Çq9¸œœÂ©œÈub:3]˜®L7¦;³ÝÎî`w²»Ø‡G™+Àärq¹ƒëß‘²${‡­ÌUá q…¹‰,Š–¢åhM¢ëDUcksu¸ª\5.+3‰ÌNa§²ÓØéì ¶]‹kεàêrõ¸=©ËÆ÷Ašn›²ÛíÁöd{±½Ù>¬ŸfcØX6Àƒ;„Êc‡³MSűYØ: ”NF'§SÐ)éTôlv[ŸmÀ6d±Oé—ì+6?7Ÿ[À-äqÛ‹+G—§+ÐéJ´ÄUâ–s+¸•Ü*n1·„[Ê-ã¶p[¹mÜvn­síØVlk67޶pטëÌ$ÚÊÚX;ë`¬‹ÝÃíåöqû¹yô#ö1{‘»Ä]æ®p;¸Ü.n7wƒ»ÉÝâns£.E5aOsg¸³Ü9î e†1ÃɌbF3+Ù±Ì@P”¥AP”åAPT•ÁX0ÌÕA p•»Æ]ö@9xV[ʨ\#Ð4MA3д-A+дmA;ÐtA'0t]A7Ðô=A/Ðô}A?°Ì‡Á 0A!P…­ÊVcÍèvŒãÁ0L“Á0LÓÁ pwÀ0dæ—å`˜Ç?g^0ûA,xƒ'`%XVƒ5`-XÖƒ `#Ø6ƒ-`+Øî`'Øvƒ=`/Ø^€à 8~ƒ» ÇÁ pœ§ÁpœçARx\—Áp\×Á pÜ·A˜Òð>x.óuxóü¦˜-ž°¯Àkð¼ïÀ{ð|ŸÀgð|ßÀwðü¿ -Ð mÐÐ ]Ð =Ð }0?d`i˜ &‡)`J˜ "(Á´0LËÂŒ0f‚™aôÃhcaR°,›@ò0T„•`[¶Ûž/A|ö¸Ð8X6˜æ€9a.˜æya>Ø €a!XEa1X–€%a)86…c`9XÚÀ8ØÖæõÂÖË<â#˜Z°6¬ëÂzp ?•ŸÆOö3–«Ø¹üS0Ÿ_À/äñ‹ù%üR~ »•5#ÚthF4šW`èéáPÍæD®‡ÛùüN~‚ å9²æðGùcüqþ’oÂF°1œÇ«p2lk‚)°6¨°Y3&Øv‚aØvƒÝaØö‚½aØöƒýáu8‚ƒá8ƒÃá8Ž‚£á'x Ú„ñpœ xN…Óà68΄³àl8Î…óà|¸.„‹àb¸Îägñ³ù9üJ¸ ®†kàZ¸„àF(p>q·,$Ñ—‚]p7Ü÷Â}p?<á< À£pUôŸ+µ Ñc¸éÜ ÎŒJ#¹QÜh®€PP($Ši¼y-ù,ù-,-…,FæuTI¡”PZ(#Š á{òjBu¡†PS0ïÃçïçRÓ¨éT.!¦4æ…î»ë „†B#ÁÍ2ÇóÞEŸ‚§áxžƒçáx^‚—áèìÂpÁ+Ü„óÀ|°,7¹}üí` }Ã'ð)|ŸÃð%|_Ã7ð-|ßÃð#)|†_àWø ~‡?àOø þ†Á*,F§àÜÂ&a”„!‰TH&$R)…TBj!V¨ C„¡Â0a›°Q8)lF S"¨Pƒ«øÕ¡ºN¦ Ó…ÂLa–0[˜#Ìæ ó…ÂBa‘°X8-,– Ë…ÂJa•°ZX#¬Ö ë…gÂ)á“°YØ"l¾g„ÂNa—°[Ø#ìö û…ÂAápXH'¤2…H!“YˆüB´#Ä h!‹À œ06f=¿ßÈ'Œ05æÏ Š  š  †'d³ Ù„ìBaQâø÷.n0·24Ú½&¦+·.&«˜Mܱ6ǶÅôú ý„þÂa 0H8*Ž '„Âg¡¬øS8+a]¾_ŸoÀ7 ÆfZ¼.Ün ·„ÛÂá®pO¸/< „ÇÂá©P^|.¼^ ¯„×Âá­ðNx/|> ­Ärb7ñ«ðMø.ô+ˆ¿„ß‚E´Š6Ñ.:D§èÝ¢GôŠG„’b)±´XFì#vÇ‹}ÅŠb%ñ •o ¯ó7ø›ü-þ6_[¬#Öë‰õÅbC±‘ØXl"6›‰ÍÅbKq¢ØZl#¶Û‰íÅbG±“ØYì"v׈ÄbO±—Ø[Ü%Nû‰ýÅâ@q8X"‡‰ÃÅâHq”8Z#ŽljûÄâEq¿8Yl [Áé"/úA4h;À¹âh‚{â}ñøP|$>ŸˆOÅgâsñ…øR|%¾߈oÅwb$ú ~?‰ŸÅ/âWñ›ø]ü!þ‰q(#ÊlÈŽ†€¡`F€‘`XÇ€‚()J†’£(%J…R£4(-J‡Ò£²¨ª‰2¡ÌhŒ0V'ŒD KXÄ!‘€D„„d„A R‘†td Ú( ÊŠ²¡ì(ʉr¡Ü(Ê‹ò¡î¨Œ ¡ÂȜȅ*Ã*°*¬«Ã¡¨** Š¨ªŒª ª¨ªŽj  hšƒê ºèœÀˆ„‹Bñxú£»b3Ôµ@-Q+ÔµAmQ;Ôu@Q'ÔuA]Q74õ@=Q/ÔõA}Q?´ @Ñ ´ÍEÇÑ04@#Ñ(4AcÑ84DÑ$4MASÑ44Í@3Ñ,4]A'Ð4-@SÄÊ¢Ex]@2ô¡GpZÖ µhZ6 hÚŒ¶ ­hÚŽv hz„ö ½hÚ ƒè:ŒŽ £è²KQré:Π³èz‰^¡‹èºŒRJWÑ5tÝ@7Ñ-tÝAwÑ=te–RH¼ô=A×Ä´R:© l ÛÁ;âÊP‚Æ™™&Å?ø }G?ÐOô ýFÉ*Ù$(9$§ä’Ü’GòJ>)BJ"%•’I% ••RI©¥½byÉœÀÜÀ¼ÀüR´#ÅJÉ'FˆIĤb2q)\K£0µ¸¥Ó‰éÅ ¢(FŠ™ÄMp3Ü·ÂÃâv¸^âófdBÁûÀÙbË´H”DYÄâ±`\žŸäWH,,‹ŠÅÄâb ‘–‰•8©²TNš* ’(E!?ŠF1è¼À‡ð-Ò%CŠ“²HY¥lRv)‡”SÊ%å–òHy¥|R~©€4]*$–ŠHE¥bRq©„TR*%•–ÊH›¥iÒ~©‚TQª$”ªHU¥jRu©†TSª%Õ–êHu¥zR}©ÔPj$5–šHÉÅbJ1•ØRj%µ–ÚHm¥vR{©ƒÔQâ…Ù¡jŒ$Aš¢^Ò~%¿‰g£XÑbÁô i°4D*%ŒjÔIQ–;Ä‹®ÁÕä: ]„®B7¡–P[(.”ܲGöÊ>y¦\Á½UUH.§SÊ©äG™~I¿%‹l•G[sᬶš]– ;Ìœ^Î g”#åIñkH&Ê‚,Êÿ|Jw§Èª¬Éº\VàCO¢ä”sɹå9ʇäÃòù¨|L>.ŸOʧäÓ2%¹±{±gÇ.‰“áäø)z†ªˆUÅjbu±†XS¬%fÄ‘8ÎŒ£°G㋘Â4f0‹9ÌãÒb‹a Ëc‚¬b 7Ç¥pgœgÅÙpWœçĹpnœçÅùp~\Ä…pa\ÅÅpq\÷Ä]ðh\—ÅåðTqšØTî(w’g‰oä9bu\×ĵpm\×Åõp}Ü7ÄpcÜ7ÅÍðXÜ·Ä­pkÜ·Åíp{ÜwÄðJ<oÅÝpwÜoǽpoÜ÷Åýp<ăð`<ÅÃðp<Ä£ðn¼ ŸÅãðxŒ$IšŒÝè–x[T%Mš‰gáÙøqºXkð|…à…x^Œ—à¥x^ŽWàóx^×àµx^7àxÞŒ·àWøþ†wà8t_ÁW±yÑ~à(é0>‚âcø8>OâSø4>ƒÝä;NM.à‹x–ôTš#Í•bQQˆF º…oã;ø.¾‡ïãø!~„ã'ø)~†Ÿãø%NK^ã7ø-~‡ßãø#þ„?ã/ø+&$ ÉI~â_¸*ŠŠ¡â¨*‰J¡æR”›xˆ—øHIB’’d$9IAR’T¤8ÉE*“t$=™"O•§ÉÓåÒK© z#Å’¡MÂŽðH"D$"Lª…¨D#:1HÉB²’l$;ÉA:*¤ÉCò’ߨB¬$½”AÊ(EJ™¤~¤)IJ‘Ò¤ )KÊ‘ò¤©H*‘‘¤/™Jª‘ê$N‰SáÔøš¼ -G=ÈMÜ€4$HcÒ„4%ÍHsÒ‚´$­HkÒ†´%íH{2t$HgÒ…t%ÝHw²ô$½Ho²™L#ûI2€ $ƒÈ`2„ %ÃÈp2‚$£Èh2†Œ%ãÈx2L$“Èd2…œ!È 2ƒÌ$pyü½@ÇÉ ò9É"i1YB–’ed9YAV’Ud5YCÖ’ud=Ù@6’MäÙB¶’md;ÙAv’]d7ÙCö’}ä¹I\Ê!r˜!GÉ1ò<"'É)ršx”³ä9O.‹ä¹L®«ä¹NR+n%Z¹MîK8‰’TÁ‘é¶Xj‹eFÌ’Oä3ùB¾’Xå;ùA~’_ä7±(VŦ؇âTr*1JQÅ«ø”]¸¸²ïÅûð~|ćpZ%’^É dTÎÈgåsòyù‚ÜTj&%-¤«²¬\—oÈ7å[òmùŽ|Wî$u–ºH]¥nRw©Gb¼›“:4¢ÿÔòN~/?ÊÂÓs#% ¶b¶cvbΤdV¢¿RZ)¦ŒU ¥d I$ÉDæIó¥ÒÂà\¢‚Ii¤`…(Š¢*š¢+†§dQ²*Ù”ìJe¼’KÉ­äQò*ù”üJ¥ RH)¬QÖ(ã”J ¥¤RJÙ¥”QÊ*å”òJ¥¢RI©¬TQª*Õ”êJ ¥¦RK©­ÔQ.Ê—äËò¹¡2Oi¬4Qš*Í”æJ ¥¥òDš¬<“žKuH]òJz¬Õý`ôÌägi|"‘z)½•>J_å§”YŽ’ýr´l“í²CvÊ.¹š\]®!×”+É•å*rUÙ¢ZU›jWSËiä´r:Ù£zUŸ¡f’?+_”¯Ê7%FŽ•ÊäÆr™UšÉ¼œBM©¦RS«£I–e,»Õ€J©´Ê¨Åå89‹œUÎ&g—sÈeeAU¤Jj>9¿\@.(jœšEͪfSeµ„\R.%—–ËȹÕ~]½¡ÞTo©·Õ;ê]õžz_} >T©Õ'êSõ™ú\M¥½T_©¯Õ7ê[õú^ý ~T?©Ÿƒ—})µìÚwõ‡úSÍ©ýV-šU³ivÍ¡95—æÖ<šWói§•3ÊYåœr^¹ \T.)—•+J¬vM¹®ÜPn*·”ÛÊe¿œ_Á¿—.©—Õ5üZÞbé¤tVº(]•nJw¥‡ÒSi¯vP;ªÔÎjµ«:Aí®öP{ª½ÔÞjµ¯ÚOí¯PªI´¤Z2-¹–WË¡ ÑRki´´ÚD< ×S[©­Õix:n¢ùµh-F«¢4J£5Fc5Nã5 AMÐD i’6LÃÑMÕ4M× -NË¢eÕ²i‹µ¡Úz-—–[Ë£mÔòiùµZA­VX+¢ÕŠiŵZI-B  Ôiƒµ­Úí¸6\¡Ñ £ŒÑl侎¡"(“´ÉÚ­VYͤUÇ©•GJ=òT©¬gÖ£t¿­Çè±z@§tZgtVçt^:ÔË뢼%ÓeëDWtU×t]7ôVz9½›žMϮվißµdJr%…R_O¥ôÐ é…õ"zQ½˜^\/¡—ÔKé¥õ2ú`½»>^¯ WÔÏ©çÕ êEuª6Ÿ, ôËZ-½¶^G¯«×Óê ô†z#½±ÞDoª7Ó›ë-ô–úD½µÞFo«·ÓÛëôŽúl½³ÞE絛Õ'è;õžz/½·ÞGï«÷ÓûëôEú }·>DªÓ‡ë#ô‘ú(}´>F«Óé»ôKú$}²>RK§Ý'ÈAýþ˜üÖf)sõyú|}¾P?¢/Ö—èKõeúr}…¾R_¥¯Ö×èWôuúz}ƒ¾QߤoÖ·è[õmúv}‡þA¿¬[Œ=ú^}Ÿ¾_? ßÖïè‡õ§úQÝf×Oè'õSúiýŒ~V?§Ÿ×/èõ¤†ÕÈh\Õ¯ég4—á68…W€rI›£‡žÞKW~mšö¹þB©¿Ò_ëoô·ú;ý½žÉø¨Ò?ë_ô¯ú7ý»þCÿ©ÿÒëqF¤‘ß°c‹VÐÈl¤ÖЇÄvʱ­zLLn¤0R©ŒÔF)­´VF+«•Óê*õ”üz¥²6C¯ªUÓªk5´šZ-­¶ÖJi­´QÚ*¥ŒöJåšú X›1±ñÔØ[¥­ÖNk¯uÐú)¡§k¬=µ^Zo­ÖWë§õ×ÒéŒôF£¨QÀa3¢ŒTzq#žVŸ¦LWf(3•û:kpo‚!È ÙÀ1C54C7 c”‘ÅÈjd3²9ŒœF.#·‘ÇÈkä3–#ÍF!£°QÄØjŒ6Æ%Œ’FK£´QÆ(k”3ÊŒŠF%£²QŨjT3ªåµ ZE­’VǨkÔ3ê Œ†F#£±Ñĸ«ì6î+”jú,ã±òD©©·5ÚíFG£“ÑÙèbt5ºÝFÎø‘޾F?£±j±Ü2öÄï$ÆêøOSÒ¾•_¯7Æ[ãý_ï¤2>_™¶ÇÁ+‹¹ño_Yãlqö8Gœ3ÎçŽóÄyãB™±CëJ®–W+¨ÕJjiµŒZV-§Šq(NŠ“ãª†îÙÕüw1'ÄiqÁƒ‡ãH\¡®POÈ—7._\þ¸ÆB¡½ÐLh.´Z ­„Ö×Vh'”Žë t: EãŠÅ+×]è!ôz ½…q)ãúŒÆ c°1Äj 3†;-FÛ¸]Æ£’þȨ¢WÕÇ«]´‰ê$µSÜ4cº1ØiÜ3fsŒ¹Æ—õd×0Þ÷ùó“Ýò·f—-%ĵ¿KM¶„ݵé‰2]XX[d]`_%šw•çjÿi£Åðd¸?¶Ø2ë¿ <Ó® ;xÿ{o²^±^µš ݧŠ%Át;ÿÝ;ë{ëëG«i«­þ‡4–%ê»õ‡õ§õS8»”ÍiK°ýÂ*žiê]N{lMoË`û·¡gµ%H$o­ rL‚O'Ç{z/þªÿ%ëeëQ/ÁÅÛiÝe5ó‰ºÜÿÚÞt¶²¶r63ã—?}Ðʘúà^KVk ëËÁLék Ûz¡ç ­Ç­fÖ`¿-A¾ûcè…Kç‹Ï÷5ÂFÙ>¿»jÙod›l›b›j+l3}†b¶â¶¶’¶R¶=Ö½Ö}ÖY63#™™õËTôæZçYLº<‰•™l«m›-l›Íf·¥´¥²¹l“,›l{l{m¦Tg:^fƱӶ3¶³¶s¶ó¡­]g]ïé]³ýÛ”ªŸÏ,y°¦ þ_Çÿ÷ë¥',½l½m}l}CË{~{ûƒÿ¬Á´ô,–Ú–¼MÉ“(ÎM ùD¬Í4Û M°™aQ{‚¯íêÚM/§ƒ½£=î?¢™•¬{ÈÔ;\ƒi"Z,+m·m ’ÞuÛÛE[[»™Éf¢}’}€e ÅtÿîË™yߦÛgØgÚgÙ;ÙM×b°=œydYHèëcïk7óO °´ Ébkìkíëìí…ì…íEìÓì;ãM¼ñ{â¢9Nj_`_h¯a¯i¯e7MªöCöÃö#ö£¡àöËrÕ~Í~Ý~þþz~­mÿÖ 3Ú#í™ì™íQö¶¯v3ÏÝßåŸZLûÐôþ¾‡þÿ·¶ô~…,½v¿=Úc7Ÿ ¢ìfFËðüQ¶ƒö;ö°©·ÜnæÛ;e v¦†gŠjWì ÞûûF{‚ hŠ~YYÙÙ9 * /Îs”²›æ^Y{e{•¦XÉnzxaIq‘½Œ#,t…}ÀúŽކŽFމû¤Š­ªÍ™˜?î¥=­­¶ÍÔòZ8L,Om 6^#ûtÛëWëÇ@Ç Ç`Çêô—ÖŽsöz‰.Þìø÷ô×ö䎎”ŽTŽÔŽ4Ž´ŽtŽ5Ðb©om¸¬b-µO‚¯,VÂä¿e‚Oø×õ„c©c™c¹c…ceH‡[ã0õ¶õ!¡0*±\¬£PèwEkÍx9/l•†®¢CÚœÛê±zƒ58h;d3IÓ÷Û`kg·:mN»Óá´XÂ’¡©Ë¥t¦rþ·¥]³˜ÚÞMËFÇ&GCk#kX;M0d÷:ö9ö×ýØñÛnûÇ–¹¨Ð;™Žôΰ÷WÁ‘ù¯µv†­âÎâŽް–—*;‡8†:Lÿ/ìÜÕqŽqüqDˇ±ÆÎ&ΰzY#$aµs¶wöu¸œn§Çiš8¦ÚæLæìâì’æfýËÙ+äÛxC%âëÔÔ6ñ&9s:rüç,ålmöÎÎñ"SgUg5§™0Áf4Ë…¼uN3äÇÇĵ†ýÑö0$ÀY[&Úyº#Ó” /;ÃêÝdgI粃ã48‹e”u\ÈϺë¼ç4Eµð’:ÿxOÏ º)Ó]•¸l·Œ“u¶·ý´Ç9³8:ºØÌ<˜Ým=l=myùœ¦tØ/´Í¦ÔwÂ9ÙafYkR¡l.»k˜s¸sDhi¦\˜ > endobj 343 0 obj << /D [340 0 R /XYZ 56.693 724.278 null] >> endobj 344 0 obj << /D [340 0 R /XYZ 56.693 705.845 null] >> endobj 345 0 obj << /D [340 0 R /XYZ 56.693 677.357 null] >> endobj 346 0 obj << /D [340 0 R /XYZ 56.693 650.464 null] >> endobj 347 0 obj << /D [340 0 R /XYZ 56.693 433.946 null] >> endobj 348 0 obj << /D [340 0 R /XYZ 56.693 407.054 null] >> endobj 349 0 obj << /D [340 0 R /XYZ 56.693 311.094 null] >> endobj 350 0 obj << /D [340 0 R /XYZ 56.693 286.791 null] >> endobj 351 0 obj << /D [340 0 R /XYZ 56.693 125.526 null] >> endobj 352 0 obj << /D [340 0 R /XYZ 56.693 105.656 null] >> endobj 339 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R /F14 51 0 R /F65 39 0 R /F75 79 0 R /F73 59 0 R >> /XObject << /Im28 336 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 358 0 obj << /Length 2231 /Filter /FlateDecode >> stream xÚµYKsä¸ ¾ûW(·î*7-‘z´ö6™8“¤ö1[vNã=ÐǦK-õè1»Î¯@€jI-ÛS;‰–D ˆÇ€A|¸øëíÅÕß“(ÈEžÊ4¸ý¤R¤Y°r¡â}p[Ÿ6?ézÐÕv'“pS~ºA·¶ñ£ô¬4=ÿaÚV¬©{½ýíö_°Õ.ŠDž$ÄÐO/šú. åÃÐêÂÞ©TÕKv½è¢°Mmº‘¼Âôg=ô¶:¤Á™d°‡3¥ Ïg™HóV¸™*>Ù~sEW\\ß^|¹ˆ`JDA’Â|dy$ÒPÅáâÓoaP ¶q¾~w3A…BªÞ«àæâ׋럞™ØGqÅJÄiŒŸ—$R œÁóQ@LÂßž¦LÞ‰˜Š„(þ†¯þyyð·Dþuä½óÌwîç'‰@Ãû|~’»0 ›3YáÌi–ÿdUṬÌü Y÷±ˆög²F¤ä£nYýM[šZ·ôÑ «®ëMäæò„®05|õìô¤vô‘† §ïs‡eç’J$*ÿ.ç’±¤cþÂR—¶×ó?¶æ³iM]Xíc¹mMwlêÃÞÌe…­âI<î hT P‘سF•H…œ¯ >ÁÄ0ÜüÒn£dó kû§^ˆÙƒ®·€®¬9$ÃËDçðõÌKL}§2éñazt@ƒD)‰ò~Ðu &P¡ÚTM‡/1•Á­èSm:CÃdôš(Y"05ÍB­9n¶ëõ%yV Îõ`¶2Ù|ÝJpÞ¼c~¶îLÛkæú`jÓÎö{º¾YßúØtÖƒì zê¢ÑÅHÊD®‘n,²B78܃þ£ýæ¡Á3$ÑÆ aþ€CžQѳÐ]Ã3xí—§ µ& ‰1ß-í¬âˆ>:Љ³¡.5oõL”ºáénç#Ê–š†8pˆw?1ÐzpJ~ípÓŠ'¼ûÑ´˜‰* 3Gú¹ñ²¬é‹-Ñ’Ì.!r<{Vô5³&>•y!ü‘õymû¦s¿P)ÞÌ=«>4ZÕÛceÞ¬±’ˆ¢…CãÈ” Hw$`YuOƒ\ìÀ³b>3¼ÃU%O\Á;™I!£oÅ;dâ™9¼Cî'¼›’=Þ šô‘ðΉëj¨;Œv.øLN™EòÖJÍ8f CtL €'=Cÿ§cÿý¾o«cH8`ûI«lDœI?á'ýüR=Î"OZ•p*-çe›¯Â—]%Dº´måË·—ÁO0¤«TÄa6ǽ¢¤Ë˜¾šå^È<úæ虥>&³x"w%îk¬ˆq.ÌÑ‹6êʯŸ„<6‡€1‰j£ÑÅŵkBûP3VЂéH‚1“EÞ;ž|ód¦–üvp•?Pú> zø qþ’ˆ<õÞRDJî:üêh²ZNºÅ){î9jþ];4P«CQÞ™)!úf)òZ6(@«Ø¶p>ù9ùB:ZºY7Xó詉‚AØâ`{ÀWAß×ÜFÏKƒå“„Æ<}ý‚ï¤Jx™ûqªÈü2X‡¸@wNÀ‹z}¸·.–xí4zV˜I¾C€—GûD¯¬3«ÓÓ-Ð 2åœ`¹FÒý®µ…9;ÀšƒÞÉD¤Að‰Ó=+Ôy ‚ë½ïd¦~@Zl\]Â3^] g“Ø# [Tþö@é¦GÖ# M–@#4i—‘­q-2LqµFœRíßà°…4çE-øŠ‡D£±¯è¦=áÒ¬—nM ç…¯¯m¦°ÈÝ»Òê\ÎË!_^9ð«—IÊ÷ìtÝ1Wï©ÌªíxaxZÙ™ «IërÓ§|iµ_/¬> t ¥¿€ïÚ tÚ¦{»…˜_J<ÃòtYº¬,ÉÜ—cÓñÄË޵ţ\¨¸]¡ÍžÞÖ*H,>÷ÿeE®HRcI3>LA]®Ôj/âO,_v7k àPêgº-¤¡H•\ܪ™™"|p 5åX¬ø[ä¥f<Žqß-º†ck¦õï jž¼Û”M;o&®¯nxÀâ}³®7hÍôz«òeýäºòì‚«[…ÌwË_oÜsRƒ8>aŸ<]ØIc8íb0ºÞzÎø5;RgÙœýÀ4žkyçPP.oÖ@ÙØ›4<þñt¿Ò½vçC?ÅçÒüÏüjô_ʵl endstream endobj 357 0 obj << /Type /Page /Contents 358 0 R /Resources 356 0 R /MediaBox [0 0 595.276 841.89] /Parent 318 0 R >> endobj 337 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 370 0 R /Length 744 /Filter /FlateDecode >> stream xÚ•TYOQþ>êƒoÆD*$`¢•|ˆ.ѤãJI|p ꆕ¤bAQ0´µ P—†(K]ŠµÐ…H¤™N÷•2ÕCG&˜'_&wîýÎw¿sîÌe Cù—½·ÓãÚÜÎy—sqÁKù}†fhêÛ×iÕHÜd w#I`:erÒaw=ù}¾?» ¿o™ÄÐüõ$Ìäv‰³¶( \Áëê–à8.—ƒ·ú¿€“Aÿkæt†Wà6F>•{Òÿ)M‚Á¼Þ†ø§ðÓêY¯bó9®­÷ÃQyO¥âe2•Émq²V…+d³YaÆúQ[‰¬ûVçhÍ}¤®EO¤òóÛ(ðãñïÉEumÛ[i#Zݤ/½Þ×ôÌœNgxq‰‚tv%0?fq©í:§4U4 IHìuù]¼XÖÓ¨ÒóñL8±¿µÚÜËe7zëÚßËTO>0J¨DÞ_y·¿+½Öwó!¸Í ÜNø3™t<£VÞª=XÝqèŒJrA]£4S Eõ'Þ8Ý^pö±äüÓÄ—D"ät:Ÿ"¯ 'pxÅ¢€•t"—M¥“ñ}U­# PX?P,ë5Y¹lŠ[I%1ž #Gíë Éd" °,(œj>^(ºÜƒ˜-bl˜ €±p8$€f{ËU•ÍÃÒä°¼¿àR7bž…‚bØ 0„W q œƒ¬Š¦÷”µ•ÝÁŽß,¹újU§fxJLD#aÐh$Â4M7«Ê.“²kèáó¡µiÚêáPGt‚ÂZí -F8ƒ Л¡ ‹!Z»Í 7ªÓ0pSPþ]R0NsiÁ‹£:ÇÜ, “4µCÙé˜ó.ÇŒ-SˆvÕjv(aòó8ÜTkm£üÞyÜ6`Én›ælƒ<Óå°û–Cú_J˜®" endstream endobj 370 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 24 /Filter /FlateDecode >> stream xÚûÿ wÀ0 †.Æ#Êòå* endstream endobj 338 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 371 0 R /Length 742 /Filter /FlateDecode >> stream xÚ•”ÛOÓ`Æÿ¯L4$„ôŠI¢2ñ$(‘áyj¢â†Yˆš``j®‡udM ‚ c'¶A;tí6¶uçéË*Mðä¹X¿¾ï¯Ïûµûh/E¹]«+v›Õl³ìÍVó²Å¼â°»]N/å¡<îÙÓ†hHbHCîÑZR…+g¦&¡ž®Vá.§ó×>år®“8æ°Y!VMÂJzŸ‚h\ÒÏÃP .“¥RÉOL§SÉí‚Å!zqþ'ì GH 'š»u2ÅX«b\¦oêÖíîdj›þæl[Sùl$v äÙµöÑÚ¶‘ëmÃÇëêÏ »3h5¤H$„èá òJ™®èZ(é+}0 ù¢ü‹À ‡ÎË/·èФèQIÿ)iGŠÛIž;‡á3뜞í¨hB¡¤ÿÄ­Þ±I#¿©ñŒàu \_ Tû͹ؑSö<¿òeyÓ' Ôö•ÜïÏ:×–[.?r©óz:™Éæ3XÍð5ÆbÑP(aC³ÇÉ=Õ²ÑêöqqƒV$ÅòkÞ‹Õ-âº7’Fe"ÆB%8À§ÈÔ*.ƒÁ p2Îê& U¯ÎÔ“â†!‘Í»Ú[,Er«ºn¶`›í™2p„ “fØ"°l8ðs޲AÝ·ÅìòÎÒzRt+¾‹äU½~(×Ð ³±U†*œ'àápÈï÷ñöùdx&»â…ø±êXÍÛ+O\JX†*å$ƒA†¡…˜Æ®Ye§o+\ßÏì(€<ư@€öRB34Åx©Öž‘•Õ5¿Þqì÷1ªä 0œ»M{7ý×[>†ÆQÄ Ÿƒ7¦¤à¤p»öehÁ•¼ÍU‡À”&ã’=î=ŠÍ¦%o1á÷Ì÷Iù€!ƒû2Œ05ñN*˜ öe œ6É Ÿ‡Íù3•“Á¹¾í¿> stream xÚûÿ wÀ0 †.Æ#Êòå* endstream endobj 354 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 372 0 R /Length 831 /Filter /FlateDecode >> stream xÚ•TMOQ]¸2qíÂ?À¸r¥ £ÿÀ…1nTŒÑ­cÔš¸3DlËL;¡E¾RJ -ma:3)í´óýfÚiG ½t !n€›³xçž9÷½7W×TU–òë<ÇÒs4°t–¡×s¼,‰šª¨Š¼[ôbn’ðŽ’Ä |¸Ç]C:|ÝïÃ%Qü{ÌÄc9Ž??+;Ç HÄµÔ ®`Úh4¶··mÛ–$±XþG©ˆ „Æ~@Ê(éO¯Äád'=‹üžM'þChjrfnšç9‡ ±§LpûU€¬(–€Yµ-dh4¤jº¢#Õ,£Í­ÍÏý½Óñ ‰ƒ õz]( ÁÐDvI®-RT¼(æ CÎØx:œ®îŽC&&ÇÛz3`‘%ÅÞ]bƒõÝ“ÛShíBbKö·¶¶ B<ð…l:“J¥6ýòL…ò%†îèönáÝ]›L¸Žƒ {„‚ã¡.š>g_­Ðdè٩臫 ¯Ï½O›Ì]“;-, ¯qss£Zµ8> Ç®¨R^àÕ|b±óbðÉI39œ¸ëºTå§‚OD»¯2ä?ð¿Ï S˪d9dMļ˜ôq‡Ó/NË=4v?ÙÍb‘7ç©á›23ä?vðb«û ¶]+—M–¥'ƒ¿¬jÅ0‘œ¬ÿzÿxÙ.ÌÉ!m©Œçƒ=è9 ƒ ÞRÀkµªi K‡¦‚…R.E%„ô~ô‘éDáv#Ú¢ïõp;м¥\·K™Y ƒ >â(^ܲ,„tx½c?Gs9N–å|6é»!/ö˜ñ/F´ E:ŒÈ[=ö)íº§ Wʦk)`•rY×T´‰ññ1’ôùäÌØÀò×»ÔÐÍŒ» @¹ÚRƒ7¸ð7]Ó€iÈ;âi)@]Ð+ x˺¤ù"5_HO9(e—4EvhÒñ÷j*7æq©Ð)déX€Üã†ÛÌçx/æÉPk ,*òd:³æ™ ãh$<âþ޹]Ç”°0? *>Ë@·K«©8œCÐd2™U±T„ô'NÀ< endstream endobj 372 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 24 /Filter /FlateDecode >> stream xÚûÿ wÀ0 †.Æ#Êòå* endstream endobj 359 0 obj << /D [357 0 R /XYZ 56.693 815.761 null] >> endobj 360 0 obj << /D [357 0 R /XYZ 56.693 706.548 null] >> endobj 361 0 obj << /D [357 0 R /XYZ 56.693 680.753 null] >> endobj 362 0 obj << /D [357 0 R /XYZ 56.693 537.009 null] >> endobj 363 0 obj << /D [357 0 R /XYZ 56.693 508.624 null] >> endobj 364 0 obj << /D [357 0 R /XYZ 56.693 466.826 null] >> endobj 365 0 obj << /D [357 0 R /XYZ 56.693 441.031 null] >> endobj 366 0 obj << /D [357 0 R /XYZ 56.693 380.702 null] >> endobj 367 0 obj << /D [357 0 R /XYZ 56.693 354.907 null] >> endobj 368 0 obj << /D [357 0 R /XYZ 56.693 216.87 null] >> endobj 369 0 obj << /D [357 0 R /XYZ 56.693 188.485 null] >> endobj 356 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R /F65 39 0 R /F14 51 0 R >> /XObject << /Im29 337 0 R /Im30 338 0 R /Im31 354 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 377 0 obj << /Length 557 /Filter /FlateDecode >> stream xÚTMoÛ0 ½ûWp·ä`E–lí8,Ý:`C‡æ–ö 9já"±3;ÆöóGI–ë|¡C/–,‘¤(<…/ɧU²¸‘ 4ÑŠ+X=âDåP0MDVÀjëÙwS÷f;O¹¤³6}×›¶jâiX·&¬_mÛš]e냙?®¾a¨”1¢¥ €Ñ¼lêJùsßš²zJÔ§p]ؘ²¬šÚvãõЦ?TÛ¾sw˜‡sRÂå”å9QZ£‡· qòb¶ uÉr•üNšP` Ú È5#Šr(wÉú‘Âï0,Ét¼å$£„ …û-Ü'?:KÎÍr©½Â<Ó„Q5P"šxÑÖ)£”Ζ÷M‹<éì`ÚÀ·ë»°U9rDY¸"BC_„¾ÝAÿ/"»B¶;˜_s†…³¥=e»oçªÙWf<°OÎØ¶¶.Ýi(Ü´]äŒ5”x¹­^†[n*ÇÚ»°lâ’a©e¬ô‡ ˜Œ–çÑâIŒ<òÞ´fì:»ñy¸Ÿã«uCÚnàX5߯MšJM žC*)r6ÑúŠÚw§úyU=\í‹-ûHmêþÖŠƒÇ P„*‚r¢…tcð:"îë2Ɉô¿‚e„Ëx³¸Ý ŸŠó±ˆ(é"Äð#“‹Iɸ¢D3¼„R}­rQû«©ŸtBÊQiœ£òBØ›ÊÕ4qù1lÞ났gïKF1yýžçåp_§ endstream endobj 376 0 obj << /Type /Page /Contents 377 0 R /Resources 375 0 R /MediaBox [0 0 595.276 841.89] /Parent 318 0 R >> endobj 355 0 obj << /Type /XObject /Subtype /Image /Width 602 /Height 419 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 25987 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 602 /BitsPerComponent 8 /Predictor 10 >> >> stream x^ìÝwXW×ð³•*,Mi*DQT°‚"hŒÑˆŠ]cŒ±Ån4 Ö$ÆNâûY{Cì c‹EÅ.ˆ A)R¶Í| ŽëÎÌ. šM<¿'Ož»wιsïÅÃì²ÀS©TA$I5T ÔQ „BÿN¼7ø|¾€AHÕ9ªò)ßŬˆºÎ…Bé)f-ª£ï•J¥BÍèïÿO×È!„пÒò)Ÿ …B‘H$‰¨[>^ee¥J¥¢J \.—Ëå£vÚxÆÇ´×5B!ô¯´aï¹Ê¼ûKÆu¿Á“J¥J¥’*„2™ltÂÎ1#†@N¡”ÅÏO­-»šPÊ” 9¡”Ù8ÙuüÚÒ+X×¹B¡Z*(–*U„–¡€oen¬ÑYý,k3CHÚð¿Ä1] xeee …B&“Éd²‘ ¶14;¿”²ò©ëó.njßÒ=Ø·‘‘™¥Hl àñ²óK¶îO-¨ ½†m1´l¨TÊù<>_ Ôrz„B¨ú Š¥…%åw®œÔãݦ“¥™‰zE¬EV^Qù…SÇt522ªzïzãÐÐÆ’€« Ú‡´m:iJœ…¡òÉó¼‚WMÜ_•’M½½»zùÒ/Kº)Z}xïšG‹öAQ#´œ!„ª¦×%ùEe÷®žêÔ-Ö³¡kÌýg¯OÞãÕº#X˜Õ: mìáãg+W® ùö]ZtÜн%ëéÑ'åø™¿ÀØÖ+ÈSB?ìÒVG‡Œ¬gàæÜîQð=W§¬x~úòs0mäÓÎÙD{°öYÕ9jpàñø&f^.V†í)L/3îÞÉ)Vм1_W8Bÿ¤W¯Ë®üy¨C—è¿®¤i squ»wõT›Ýë[˜ªgÙZšî;zz…¿}Sî¹™‘£ž¹¥—oOü&æíO–RèOSˆMÌ+TBSkPÊBƒYGÒî\pô°ÉÉ)(xxåê‘c†ß¡s×’WÏx•ÒRü:ñç¥ý‹>€ç—OO<«ª|õz=u{纲5e>~àa—>¶–¦ðˤž¬1ã–&×·¬w€ÏãQÕ‡ÎÚwô,•5nir.Apàøyº§m›–êY4…B!$‚ªˆTñ&ÂÄ=4ýöÝNž ’GÅÅDÂG/JÍMę٥R¥(÷æé–Þž‹þ8Û°i´‹O{Ë!zîu }òGj=IÊ Ÿ\Ï|]!“À72©çâáÚÀD§Î^€ŽÁþí¬§/~ ÛNlÏzú¢c°S/×¥\€¦^®·ïeªÎ5HiΓÛÏ ¤2%_ 466ö÷õ†‚Ì—Mº·A:¶ó)?™¦jÜ„@²'O² JdJÒÐØ$°µ·ÎY$I•™÷å–+A`faÕÄ«‘1ŸGÏÊ»¡eÆ‹×*žØÑÃËÕÊ š3€%¿_°°wÖxêÈÊ?? ño\5 ƒÅÜ"£ÆÞ­ìy |šù8» D¦ ÄF&œlŒ =»xÛWvF|Þêm‹[ @¥’³FVL®å°nI(X©æÚѧ¦F߇ñù<ªú0³~™ÔsÜÒd`«©tM¡PI’|§U–þ_îÜÐ/°C˜aÁŠÌó÷²Ë/f•ÝÍ‘6¶WŠÌævò^Mœ$Vw²ŸÝ•–š˜BPHˆ¾‰°üú@ÝSQðø8&Œó·• Èyñjû®«¹öžwÒÒXoøè6k'Õ¦:{™5¦µký"ûEŸµs0++e/^¾ž¹åº_sO¹¢ê±HDªû¯É_¼Œ•y˲Œ¿kbkv!Mªh$VݹžÑ±{ëéÍl, øy…ãÖ]ª”–kŸ••…ñ­ëO¢cÛtô´2åƒûWí¹ïàëqùâßTÌÒ“O&s4VI÷ï>s.ÏÕF‘Ë:C`øóúSþÍÃÂú[¸©d7N}Y5à©§ßr,8sbÖ}ãügíÃ[Mñi`cÄ/Ì/5Ô}*iêÔËŸÇ£ÊÖnÜÒd*F=rÜÒäð°vÅe•êY4•JUuwHU?™JLk'3ÿ¸ïgÍ™1²Ç“òÿþzìß* “óß×Ó¯eÞv¶#Kê95TòÚ´i#»™ut㌣„`ѹâEÁí¿}“|cRšzáN©’WÏÔ¤w'Ï1Úö_¬~ù/—¥\œÔ¿P÷^^.÷pƳºùèÕ¯ñ!&Š‚5Û3±¡›³­™O&—ߺ}— hÖ´ QñÜȱ¥­ˆÿôÊõô ŽÐ¤I×nV”‰‰Ç>Ÿ‡÷obòêÞƒ•i…õmÍÅ†Ž ´Ï*çö=¿½\v‡…xÎ7)µíí·}%%[O=ÛÝ9¦ß¶®å¥Ì²¾Ðbnj ±w…,Ÿ/4%”¥Tÿ†²ÿÛsEfõвÜûtÔÌôö•»)9•žúw-IØ{ÃÙI}Î^./ïßñêÓ…yô͹tŽIGj,Ǩ^%sÓ¸Nw¢X¹¡zkGŸæ}^—·oC?sI#Xãî ˆ.!tE¤Œ[šÜ%$€®tÌ»C•J%Ôø}¤r…Š>l4ò•¬ü›Äß- T¡¬ Eéׯƒ(¿TÞºaå¥ì²ÎÆÖ.îæÍC'L™«žˆ>q™'.–GLêdI÷TJååõÌÃB¼™‹¨Ò´1¡øû4µg§ÄÜüì•4êñ³7žº¹:Y[VïåµAÌDü륪ffþMl_ä—^N½dÖÀãâ•ôÝRôÔíNF‚€¡öp1Mi¬Ìz©ð´ñnÅßv"“PLw7€9›® 6|xñ¶C#gÐ>«¬RÅ,'CH¡*µ³ÌõKiËœP©*÷í¼bëÔøEƪ7¥UØ7440Ë/S$x@Ó6Mš¾Éêìc|î‰áÙ÷è9·mÓòêÃGß±E=WRÍ1ßF¾»œGÅÀÜ´«§±žîÄÅÒj®}j4î T*g>G=mè,®`õ~:‹F„ÔË¡Æý£uèÓ&‘YI½Ý<<ŸÝ¼$ߺ{¿¾‰Ñ#…u}ׯ ±YzÆÍSv ø|Dô)S)K—üU:?8î¹›õò§ùìEüm;Ïß~-=$Ä^$ HI x<1JÁÛϽót"I‘Ö'û ÎÞ^+—½ÜÂÁ¥¾ióvM#ƒ>ûþ¼§»ëìõ©T€‡kÃGO^'8Àçc»UI0âÀ_ó ¨óñ¨/#HÍ hÇxó%­’£$TÀãñc†mZ²¼`8;)•P(r^ómÝœ¬Ä/ÞôgÈI+KxBVgóÆ3d€žLQ¯±™èŽÚ8A’‘%Õ“ŽÔX=²ú¦qÎÃîškGŸ‘PóG½TÜŸ¬çóy %jY*qåÚ ÷ ©÷Û´j!ðÕ³h$Iò5îIƒúî<±q~‰ÔÊÓÏÅÍÅ#(¼Ø9TéÒ¹«Rh²?åX½†þ¡3ѧ†~bñ€|pô/)ÿmeâóxJ@,:¹»Û «JE=ÿV%q~Žá݃ԟšb¼TÐ×ß©‘´ðupàäÁ“—3ûxYò³ ŸKU|¡I*Ìê™VòL¨ÿ ‰×VÞ­Œù¼ç—®-ØxnÁ¦³Kvd€;ð7eTÀܸ–î–ÔÎçÅÓ,³r0ny,€©Ý<"»@Ñ“["S;àÀ:CÖ-½‘ñRn`åàáÝØÒP½Þ|Í6’ˆ½#€Èà† Ì ml$m½ãÉŸ•*4‚¹"«?&pp417kkGŸ,æ‹¥W®Ý ÿÓ8Äçó4²ÔkḥÉô[¿LêI§ÓY¤ÚW“æo“a}íþµ¤ÙŇ¯"#»;9ªH¯g)”Ø‚‘„$I'§FO\hì <3}ªxMÊ—\-çoF=vid½p×ÝÙÑžÑÝ}¯þu#½Ò®¹‘7²^¹ãîü>^=[_¹t ÀŠŠ'HÒÙVòÓ©gSBôi[Yöø‹„û\'ã„§ÊL,ûts27ä—•$ïý«~Cg‚$MëU}Þèù­ÇáßZÀñ“YföïÙ´1.¶Ž-ëÃÓ+œÞÞ£uç¦._{¸æ¿*Ü{LÑ@׬,]]ÿÚtÚ¡·_§v-ƒòÎÍû+w¿ôðt¾}ã9°áš!k°©‰°}…R='÷û»OüVÜ2¢¹ãè¾ÎŠJÙ³ìüÓÙJ #~é»Á\‘Õ8X:»^Ûzz{Ô;›ÖÌ‹}1YYýµ£OŠÆ‹¥\Ÿµ ðyoÞ;d¼Ä:nir‹æÍ¨†Æ t$I^NNŽT*-//Ÿ¸dǃG?}Yïz~ÿJYÖ©¾ÝÚ=~xßαQSžØÄFé·ïÉåro/i³Ú{…º¶ŠôÉ»v=Zùú@ÉÓû…rú¡ìuNÆó9Á«geO¼Î.S‘UýŹOóåßÜʶ(?›Ž€²Ü§Yy% Éšû6k¤1¾z›kÌŒŒri¥’ "+Û†ŽVFξ}û¥‚pðnZõQ<’¼}ó¶Œä5mî-EÎóì‚b©BEˆ šy¹UgV$!{þäya‰”¾‰™E£Æv†|ž–™ëœ¡z°Ž~Rõ*;;¯¨L¦TñBC##+{Gc!K0GdõÇäZIÈY6ckGŸ&sSã)»«ù1üð¨ÞÔ‹ÒYeRÙ­Ûw YSo:˜î‘VÊÕ³@¡$.ß>éË`Írø8çµÆ)s³n<¿¶ÛÒÒâÕ«|¾¢4°CHLLÏž>sø|•R)ˆÚõ!„Ð{362 ùÇîvôj'17e)*.{~ïb—ÈÞ %!­Õ: TI•CÍKIÆ‹ œš«òŠòס]²n¿uïz Àõ›wx†8·è’}ÿ¢±yfB!T åÒJ#Cq§n±'ïa›:u‹•É••ò÷ÉRW­÷mÝZS‡lÝ.§ûÍtð HÒΣ-WB!T å2Ks“¨^Ÿ7™BYþæR»,ú‡Àuߪ™¶ïŸXÍ`„B¨v Š8˜\‹ZdñxŒrèU/Ÿúß!„Чë^>hÜî_ôyaA>G>ŸçXß<6´I+ο„Bè=Õ Þ{œÿ¿ƒ×Zù„u°ðñ¶ò#QDî˂ߤ]+ü|\t…#„ª”Ãߥ·lá#±°’ÊοMŒêœ™Ä¢uËæû.<ÀrˆBH ÊaN^‘—Yi…JW ª{Ff¹ùÅçÿôñõµ¶©ÏÇWªëAùy¯®]¹L„_@[ÜXп=Ñ«ùèÕdjê_=ùZ{³ê+"¡ÈÒÊJWxMÊ¡PóÇDêŠBJÿï~500(ý4¾­û8 š4mvÿÞ]ÜXš¾í‰^ÍG¯&SSÿêÉךA“¦MïÞ¹¢+¶&åPÄ’$©?êT&•¥þý 'ïSÙÓÇ[kó°6&FTµÿÚ³PMÕ33“–—ãÆªÓ·=Ñ«ùèÕdjê_=ùZ«gfVZR¢+  FåPÈ’ ¨­<{í¡…y ¯û§pÇý âÁã—g¯e„·kBõ±~<þ&QômOôj>z5™šúWO¾Ö¨U늨Y9ð€@’ýªÈ¿¹+Ï#¡Z§A5ÅãóÜêï=ñ Þì°PÀÃ7n?ÜX&}Û½š^M¦¦þÕ“ÿ jRù@UßY$ð‚[«zÞM›©’ª,Æ®ü}`+k½kIâ‚ÉßÍ Ú;´;õçEíñNò”˜ù¾°®ßépòB]±$xó} Þ~8¸±Lú¶'z5½šLMý«'ÿAÕ ŠU…€PÛÒg.@áõýúŽðàwf®Ë–$NœZUOœ¹H|ø+%WbËk¼ãÿw2-§ØLÀÓ9®>zÃE‚·¥Õ-ÜX&}Û½š^M¦¦þÕ“ÿ jðoº@$AP÷Ú$£-i6¼òõ1ªmo] ÛöÖõN-Õ+<¸w‹Ä”Ç$A;´ëÂŒŒêЬ境OŽ.Þ¾u“æ‹?¥d%ißÄvèØeëÍ|ú\tzò¬Ï#Büü‚zœÊ)£;÷Íù²[§ á;2™é£"‚+26,pàÜ«\ãku$A(ÊîNØ)0¨mçþñ Ò¸?»x_ ßΡíb†Ÿ¤¢¾ÏÂ7?ʤÎÉÙ5¢[dDDDH×~\Ïgh·üÇŸèvD·H-‘ÕW5¥n‘Ý"£ûÎÑ^u;möe}¨ÑO¾]oDhDÿí7 ÈêI™=8¨s·è~ tþ3ª³'uNý²jàšÏ‡{¦Õt2¯.oéÓ9,¼[d×Náßþú€@ùÐ{¨“Î+ûh÷}¶gRíë»~êÕµkD·ÈÎ]c—íºÁšX‹'?ëWqîgU{W î… y@¿•¥~ªýøÔ&¶}é~ftûvÏx×’¬ -ÿšÒm×M‡ äØést ™Òxlò1ï’¬¤fíC>_wdï÷¢k[G}5éÁ^ø£oŸ¦ /.oaUötOËnS>¿ï:Òjþ¡¹®Yû‡öì»>=u<ÕyÜgúÁÙž°1ÒC#}õÁÔdµ™p¯e*@cðG¿ž]ןû¿ðú…”kðËöîÏÌs3VäU¼{ýªÚBû‹þ‡R’ ðVRû!³ú]YÉ ÐbÅŠ_¾ùzÕ>”’Ì:~-PS¢ÔÕ˜êê|Ú¬#htÒ™ÁÔz_]Y2dúgWV«âz!aòïç.Þ½gV÷ƒ?æKꪳ'uH® Ô/+“–'¿–€Ú©ÅdÆ[ðÅî 1.f@ÈîݯÔ2™:œgíh¿²GW޵ˎ$ˆg¾[]¶gÏ~—zbEÙ£ïbúζJù¾ƒæçÙkñägâú*®Î^Uÿ,:Õ`!ŸG¾¹µo1 KXPǶîÁ7ÍÝ3îT s#œI’¬ç'+>§=òû^$IÖkG( ævs%IÒÜmˆ¬øO*`ùümßôì3h™)ÿ<ù.˜áD’d£n ÅWÐó¢Üµ¤«Ï„+@çÌ.ùûÕòaT[bgĕ۷™å¸¯¦lÜqDj.~3 ÞÞ“B>d ç,i2 ²è Õvqó è¶‹›GêêïúöŽiß®ËÒcÏI’<6¢?têÙ£73²w¯˜AáËŽg_9õ³Þ½Ûv^~ò +½=9.6²GÏÎáývÜ.$ߥ¾”²‡ý[öºS.'Ir×7?_ñ7× iÆœQŸ‡EDuŒ¹ü6ɶ®iWä_Ù)vÔ…ü :EcÕLÌ 3;ÕŸ™\‘Ö­†ÊÔ.ÁÄqѽ¢ÇîÂ\é¸>±Ù/ºçÐEé$ÇVhäXsYsÏÿòMPp×È=>ÿFók‡¢}Ot>C\Ü€ €@åêÁF| PÑêCiFòÄï¶«²”$ù¿Ãgì ÌèòM?}Ô\ÈÓžN7¸tŽÀµ@õ²æÎ<œ~íôáWvXq,ýì2:˜Þp®ÏROþüÙ¤~O:@=’nq±m”Sé“m½g|Ûù×n¯”äýt y¸áà{ƹ8ss»Ïg|ó÷o°=~x“Y5³({~¨Ýg?ô¹¸ÞÙ£'Õ¨gÿõÖµŒmÃ7O9¿fû‚….,kE’$ë Ûãev\rru[(ʭИÕæšöÿ o4zÛáîNY¿í;hã•#¨U-Ë|È ¦z2O.5±‰¦žlúõÞ)®°åóö+ýyÇ®ƒjKàÚO-#PÌ¥17uð±+ïLKw5VTrýc¡}O´?Càx‹)û¾sz|hâgñ[®Üˆ^¦Û»—•ëÔêªóLƒ2™Åüúwiס]@`è—}»š xÀñ|f»jìO€Z|¾ç•-H_f1˜jïÉ—žu0¡ƒMíHó;‘ätÖD®'ÿºŸkì³ëàow\¬š²‰þÓÿ¼Ç­Rÿ*Þ?Ùê«m›º;=:øíñ7:¿@Z5ѽêê¨A9 ¨Ù½ùGAí6–jwüv»×ÿ<Ý2ÅÇ*ÐÜ`{Vq¿Æõ™®Ì̲ò_V*ë‹ùÌHõö„æ6ßm¾º1Þ_Ëpjåïš4ë§îÎOŽÌ0wÇ“+½èö$¿ú“Îý>:Šs*ÌíŒXrIÙ½²UX¯æm½×xõ ‰%oQ{±T.—CdTOeeþ£lÙ¼ÇèõHº=¥ƒ\.7°‹–—Ì×9µSc¹\n`Û‹PΟb/—Ëcå%‰TÀŠôB›ïí^sV{víÔ³qÌ’¸äNQ“ÄkOí…\Î1È× v'µ ÚÆ–ªÁ:Cf篙%É!¶r¹Ü.trÑäh¹|0u”uÕXû5:YOM‰Œê <ÒÀÒmé¦ÙôÑïµoÝà Ð9siÌ dÍõ’L˜8¯wXpD·`~­öDû3¦t°•Ëå¶!“Š'ÅÊåqÀ}èeÇIµªÎ3 >ÊdÚOþõd̵³—®žÚ6ç÷ãy'×öŽç3óªq]ßZ|¾ç•½¼ürÄüéê; T}CN*嬹ڟüÌ}æµh6ñ—Ì‚Ñây‡^~?ŖФþŸô&Þ>t2À!íûCŸ¥:«®Žš”C>ß#Wµù&‹~‰ ž8ùââÄåcö ÞloëÞiÀ&-Y _vèÖÞÂØøÐ±ã }|µö€­ÛYi@Êüglhé ïêtyfÔòGyŠ?m_Æ“+½èvß-{Mj*‚†]W¯›ìÃÌ%U•óãzäËA!­übæï¬kçú ÅžÝ;ˆÓ+‡Ì™þ{ìæ‘@Ýš“$€$*ÔG0âQm긶}~)|·]•¥rÕÖmvâ7w·ŒY1{Eáµ'•Bù‹bYO¤e’$ÕÓ¹ÖÂ:m’|›­}Õ˜ýVB~¶Li/€Jþ‚/´b=5eÏî·ÿ(ÓGÍ }»èW€Î¸.¨ú Ys'ýqäÆùÔÔ›º%ýy1y&°aÝ+Ʃٟ!Àq-X;éeÇIµbv2Ÿið±&cíÚ2ƵeÞ]}ú‘ägt¤F0óªéº¾5ø2|¯+KÊWܯ·Û®êް§•ÑïÙ¥#Ö£J³·YE1sµ?ùmŸûLh>téõ~c.äØnf$¤:µÄëü©Îª«£Fï¾ó|ó_Vv>ݶëøËÍ‹‹I‡ˆé§®¥H9¼|BW:@=’nw]°ë¹óWïdTo M}ýqêô©?œþë·E=èê?ˆœ³%ùø…‹©{;40fŽÃš^·t[`ä1ïÿŽžI={ðøÙµ“}XsA`¶ùà™ÃÇÏœ8é‡a­Õ¢¾ÿ$ÕÉ µÚãѯ?Ý.$I2 žxϳR’$Ÿž^ü&€Ž|§m!ä¿’«4:Y#ÕÛcšXÎÝu‹j?¹ñ˜|—z íðÜ!=–møu肸ùrÉ1ȸV3·\¥ÚÔ‹K¬kaög³Å©ÏI’|vz±™Ó`£$ÇĸúGy[ü°ÿÕ¾³?ÁÂ{W0kºz'ëJë6€n37%—=(„íÃÇNVöìÉFû¢t>C`IÕµXbæ<ˆêÔyÔ/«›Lc>Ó>Îd^|H$I’¥YEÆÍ¨Næå¨þ”ÎM®ó+[ú|C™çhá›ãCfEþotâ£29I’ò²¬c6EÍÄš¨¥“uŸíB¦—]H<²àhÛ)á)ñÎfÔÅzzj±¶•ªŸ¥z«®ŽÜЍ»fzèjüÌÏ?IϧW}o6\$`ÿUCU|£y 1×|}hÚÜyq#}¶½K‡a{è,õtª=§¿Ø>#£]Û·¨0#ÕÛ}×­º?qn÷*Pص»Ê§¼+¶O_ª!Jvl]—{vé·ZŸÜÝÆßæÇž'Í=rà‡n¬ƒÄ¬Zû`ê܈}&Bp ýá§±ž¬kaöë'ÛkH!v\–ô…ε¨cö÷^»òÞ”"·TŠ@a`×jõšÖ¹zÔ;¹¶«è6s™¹¤ªrñ¸arPVÈzûsõ÷D½Sû3BÒ–ö]÷´@a“°~f5/ÆeÕÀ:Ÿê<Óà£Læê¶„U E"’©¿,âºÀ¶]Õ¿¾Ú³ÞóÊfüïH«1ë飶¦¯)X9m@_¹P¤PŠ:Yùupƒš>ùY÷™/v˜âY1ë&œje­±óŸ¯ùa܈¡Ñë­Ú8\ý©æª«ƒ—““#•JËË˓֮^±jMaA>Wè;öÜ_¡PÀïG®unë¿°ôƒ"âÄ_wD´¢nü}gH`+í)¨n^OkîÛRWÔ§å=÷¤¹o«›×¯éŠª÷™^Mæ§eòß„uœrô¸ý›×$ÿKn^OëÕ“ëhöógIë×GEÇÔàîPXõ[iH°³ª÷$» ‘½%VÄ„ ˆ§9…öÖfô7;Bû7bèýáÆ2½çž¼g:Óû ø>¹¬ê|À‰kò?ž:©åè§ åú¤#õI‹¶>ÎßxròÒËOxë>,ê[š5oL´ÿÀÓ‡ƒËô>{rýÚßï“ΪÖêÕdôÁ¿zòT Ê¡PôÇ Å]ܵǣº…w‡n,“¾í‰^ÍG¯&SSÿêÉP5)‡| õ[itE¡ÚÀeÒ·=Ñ«ùèÕdjê_=ùªåýãðyüàÆ2éÛžèÕ|ôj25õ¯žüU³r(—Ët… èîí[ºBPmàÆ2éÛžèÕ|ôj25õ¯ž|ðx<3sswO-?Vª®få°ž™yiI±®(ôA ¯+!„P• ©ôqVæíôtßV"‰…¥®ð–CôÂoDB¨F¬¬mšúøÜ½s§]P{]±5ù%m!„пˆ‰©iqÑk]XBýWñù|¯º?“å!„ÂrˆBa9D!„Ë!B!XB!ÀrˆBÁG+‡fæ3s ýpá„… ´Äë9WSí²Bý³þ™ßJ“¸hLŸ>MWàÇ£”Bñ{}s@°aÃoºBé÷*µCß<©ßHŠW?NàãÚв~“6áKöÞQÙóý`7‡úŽm¥<øi\Lc[GÏ€%dz©˜´ß¾kãí"1·¨ßÐ5°K óŒJéÃiƒº;Ù×·¶w ›öPªT|çœA.vÖ¡Ëo@E^jL[O+[ç¸ï“ÕGÐ>=õâã‡ÆÇ}ç輡Ž l|ç§<¥ú«ÎÒÀiÀœd¼›D!}ð”CúþiÆßèö®Açl8h>dáÂïÃ?›?¸ÃoÙetJÂ3÷ScK^Þ[0 `SY«¹Ó?+ɽ¿xØ8êhŸ©ë³JÝ^·~ù¼IA.À°ù³«ö]püý¼xÏ‹û×D~¶EýèÌ4«ù?ý26°ü;ôäÝ—­â§ÈV©ÇhŸžúL‹Ÿ{L›+}ýxÅØª Sgi?%Pö k B¡Œ—““#•JËË˓֮^±jMaA>Wèá”äƒâk÷‹¤© ’â"Ö‡àfmùJA¨§´^páôWÞTäß¹ùî2s ¸œ“ïeÌ—˜[À/).€aMwæ »F…»»yuŒܹ©¼ËÙʲ@I<Ì/´|‰µ_d]”Ÿo¦‘š×ÊTDEºX[æ+ˆ‡ù…6džÄÆÞLRûôÔGP_ÕN{Yà*–›YØÁ› SóyWX^JlšÀ»[B¨®””§ž<¡åoðÃ×£Œ­?£Êa¯ §fNúuoÊ7#ÿ04·ölÞf@ Ý­‘"ν²töæ¼¹…£ç˜eIÌ€;ÜõõÖßfÏ“¶=G­Z÷%3†2lÏú=ÆœKJ4ºàÝÿ>Ócºû×ãQ#Ï&%ZL¸ÂÔcÆhÿ~!„EbiжÝõ´´ÐŽïuQ7å°èu¡¡‰©©HÄþ²¡Æ{c“͘üN_h96qÃØDРžÈÕÞ–’ Z Ý7fŒÍòŽqƒÎÉ—T=HèG÷WgzÌ®6ð‹"'þ8ÅÁìî±¥¬|ÞÝ „BÕ¦R*lؽ.Ô¨CÝ”C’$I’ ëf´ÿX[Y»yxú4kaRÏ„ëÏe „BïIn¹d2Ynvîþ}» ¢czÏœ3æœù=zžzõrç®­¯ _k¿A”¥JÌ%Ý7gh‰©+fæªÔ^{dMÑ#×⨺êG.\˜@·kºœêŸ…Õ{¦#„PÒ—rHDIqéÉSGÛ´4d˜“³‹X,‹ÅÎ.®ƒã‡ûùù=zH Ðv/{ýl—øái?ü¢%¦Î]8NWˆ¾K\´ˆnèåÈ„®„úgèK9”UÊ3Þk`k×!$Œy´ChG‰Ä"=ý:÷ŸT$æ¬z0{~wåŽmyRª+uQ¼wÓÖAÁí#âS©¥ôþ¤þ]}‚ÛõŸä¥7GG‡·öØ|³ê¯Gš™KŽ/Þ)¤©G«y)O©NiMÛ‡öŸLŸ•¾¿aM)Ï9Öÿ©pÇs’™wB™›&„††µlçÐ}ó Í?\if.Ù3£Hûï€^Çs¥t?ó,\ã0Ó™‹=د;µ îjËan”öÙÒ*òþìæØ®UXÿ3yT§™¹d×ì¸ÐàÛ³X·‘ë*PY,§A¡º¦/ïÊå•÷îß‹îËØ>øpJróæ-”Ì£ÅYË.›ÝkaØhbÓ¸„›ý–·€¸E{Odçy +Þü»¼±wôƒˆõ×ÿè…ÙRØÛ§ùâ‹kZZ•>ÙãÞiêÀŒ$*2Ù}âÑ“®Å6¸…›µÖÇŽ°ùîxrŒëÃÝñ)̰¥¬‹i7ëÔΙû†ïgÄ;„OO³€âŒ]žÝf|¸Z#à ßü3 \3÷í›ôøÂxª“y®q˜éÌÅFn;ææM!s£tΖ²6z°Éäã—b\3öÄwŽ^ûøÂªÿH‹©ó<à§À.Ìmäº tB}húR %™Ÿ÷ÊÎÞ+ÀÎÎþéÓ'€õèùi›[ÏÙ®_Î{ÚdªlÙ|éc9lä”Ý»Æöîj?\~un•bé` iù¶_EoSþÛ›žÄ(0w$+šLõü|¿èr”3¸öLØ Ì”__‰h Α vjÄ—f‰””U¤ xÒ¼š&1Êœ£‹†µÿ¦Só,\ã0Ó¹ËÄÜ(³¥¬x³K.=_÷¨*‡‹£=¨ë6rMŒÎB¡M_Ê!ðtPx,q„"â©\EztÓy"Yö¬[‹}¬œ¾uåäáÃÉ+[.;öôÊrf"¨HrÇ©3ŽšUÖ„OH b$±Ï•5E˲ú÷™80åfœ¯-¡È“X»s¾ƒy–êõØê¨þYÞxgé–BæN¼íáš[B}úòÞ¡P(°¶©Ÿó"›+ çEvc'g‚`'È97±Âm^ÆíôÛ·ÒoßJ¿°¹Ë¾)'€”Ý)àùw‰±hYIVÕÛT³êY{j¿~QÓ|mÆo¼Fõdþ­í§R¿ñ”L?ü²R¦i S÷•›ùÌãÏàñ‘YÌ£Ù2•K# ¤mþšyªNwh†ÄsåLðâ…ôC‡°„ò¸ŽYÒ®Óûöx%EyåàùÛ¨Cq»öߎÛb‹ÔTNÝ×ý>Ãgè¾Ýéqc}7¨ Iyö³vú¹1ǧ ß³þóž‘þK¸‡MØÅ¦nÔžÕ}£»ù'4pë0Š'8¬qtkÂÀ/ü­ì-Ýçh€n—f„,Î|)o”üó(kf:ëbW khib|þì):—¹Q:gK¹oÃà¾}År±Ó¦äQÌÖm¬þU@¡„—““#•JËË˓֮^±jMaA>Wèá”äƒâKKŠ™‡öîÚÖÉÒÊŠy¨šH’,).Ù³{‡oËVB;j=súä;·‡]Yñög,õ¡| B >ÀóÓ3ÛŽç?¿9OWÆ[fæ’’â"]Q!„ÀÈØøMÿÓ§/óPIIqêÉÝ¢z2Q²Ÿ?KZ¿>*:F_îy<ž±‰qdTtJÊþÌŒŒ°ŽŽ ÀógOSOŸ,++4d¨B!×5Œ~‘æíèÒg ¨,ÛŸ÷nÑŽBè£/åD"‘­íð£¯^½räðÁÜœ`gïм…¯_›•J©R²|ÄBŸ™Ú¼x~¤®(vxkˆB“•C €ðókãïß–/àðH’ T*¹¬RW*B!T{úU)J¥’õ³ö!„Т/´@!„þAXB!,‡!„–C„B°"„B€å!„,‡!„èáç ‚UÊä2¡"B¡@l` ‹ø|¬Ü!„>ý*‡2™¬èuñ½»·233 òÀÚÊÚÍÃÓ§Y “z&"‘H×!„PmèÑ-—L&ËÍÎÝ¿oWAaAtLï™sæÏœ3¿G¯ØW¯^îܵõuák-7ˆfæ’ öÁíÛ· Š˜t’+ìC33—PÀ öÚ#kйGÕU?ráº]ÓåTÿ,¬Þ3!„jA_Ê!A%Å¥'OmÐvÐaNÎ.b±X,;»¸Žîççôè!@Û½ìùsgÏ;{öðªŠßGôßøÿ Ù çÏé Ñw‰‹Ñí½¹Bóï#„ÐG¦/åPV)Ïxx¯­]‡0æÑ¡%‹ôôëB¡ŽWwEf®s~Ÿrjþ꡼ôæèè° ààÖþ›oR©‹â½›¶ nŸJõ(¥÷'õïêØ®ÿü›\‰fæ’ãËÆ„w iêÑj^ÊSªSš{¢g@Ó6Á¡ýg'ÓÓ ïoXSÊsŽõðoêÜqàœdæPæ¦ ¡¡aíÛùtß|£P㨙¹dÏŒþ!í¼zÏ}û×™gᇙÎ\ìÁ~Ý 0¨}PpGP[s£´Ï–V‘÷g¿0¿€Àv­ÂúŸÉ« :ÍÌ%»fÇ…†ܞź\WÊb9 BÕ–¾¼w(—WÞ»/ºW,W@`ûàÃ)ÉÍ›·ÔùÛ½MlûW̧Úcû4_|qMK«Ò'{Ü;M˜‘q‹öžÈÎó0V¼ùwycïèë¯ÿÑ ³¥\‰ì>ñèI×âGÜÂÆÍŽÚëcGØ|w<9ÆõáîøælØRÖÅŒ´›uê@çÌ}Ã÷3â§§ÆÙ@qÆ.Ïn3>\­pÐoþ™®™{‡vŠMz|a<ÕÉ< ×8Ìtæb#·s ó¦¹Q:gKY=ØdòñK1®{â;G¯}|aդŌÔyžðS`æ6r]: !„ꊾ”CBIæç½²³wà °³³úô‰@ à `•–oûUôf0åWÝ^|éc9lä”Ý»Æöîj?\~unuÔÒÁ˜+£\ÀÜe¬h2Õóóý¢ËQÎàÚ3`00S~yX|%¢18G.Ø©_šu$nPRV‘J$àIóh˜Ä(gpŽJ,Ö`ü›NͳpÃLçZ,s£tΖ²âÍ.¹ôH|=Ü ª.Žö ¬ÛÈ51: !„ꊾ”Càé  ðtÇ•çn5²Š¢Ú*’ÜqꌣÁ;EtÁé[WN>œ¼²å²cO¯,gƒ=LøÔ*FûÜXS´,£Ÿ‰SnÆùÚŠ<‰µ;wà;˜g©þ8\‹­ŽêŸåw–n)dîÄÛ®‰±e!„Ð{Ñ—÷…BµMýœÙ\9/²;9³½CQòèû‹:ΞD=œæk3~ã5ªùw)»SÀóï;cѲ’¬ª·©fÔ³öÕ~ý¢‚=‘Ã7ž’釟@VÊ4-aê¾r3Ÿyü<>2‹y4[¦ri$€´Í_3@ÕéÍxŽg  pÃLg]¬•Ÿ+×ü æFéœ-e¼§dZÕy§KWèá”äƒâKKŠ™‡öîÚÖÉÒÊŠy¨šH’,).Ù³{‡oËVB;j=súä;·‡]Yñög)ÿ½åkZ𞟞Ùv<ÿùÍyº2Þ23—”éŠB¡Oˆ‘±ñ›þ/¦O_æ¡’’âÔ“'ºEõd¢d?–´~}TtŒ¾ÜòxYVV6hÈP…B®k˜iÞŽ.}¶ðˆÊR°ýyï]á!„>8})‡ ‰líl‡}õê•#‡ææ¼;{‡æ-|ýÚ¨TJ•RÇG,þ-LíF^Vn„BŠ~•C™LVôºøÞÝ[™™ù`meíæáéÓ¬…I=‘H¤k„B¨6ô¨Êd²ÜìÜ£ÇZÛØDÇô¶wp€ìçÏΤžÚ¹kktto[;[‚Ðü |3s‰…×ü'—ÆQ×¹L½Uøá~½ç{þY‰÷LG!TçôåH‚ JŠKOž:Ú& í !Üœ]Äb±X,vvq?ÜÏÏÿèÑC¶âݳxYZ™åé‹ zh‰üøä ö*ŽBHOèK9”UÊ3Þk`k×!$¬¢¢búôé>>>>>>Ó§O¯¨¨èÚQ"±HO¿.rVÄqS½¦í~ OöMó˜:–îÏÜ4!44¬}`;߀î›oRfæ’ãËÆ„w iêÑj^ÊSº“΢۬éLyö ó l×*¬ÿ™¼ z]³ãBC‚nÏ’æžèдMphÿÙÉt–¼ôæèè° ààÖþ›o¾•År„B†¾”C¹¼òÞý{íƒ`þüù•••]ºt),,ܸqãüùó °}ðß—/óù®œ?K¸›¸Ö.¸ø™3Ýï>=5õô¹ Ïü?¹ÏLº?Ù}âÑ“g.ùê—±ãX†Ó•®amô`“¯·_ºpqÇ8ÃAÑkéþ#-f¤ž9»ýK×õ±#l¾K¾r6õûûè£cû4Ÿ»ëüÙ³©;GLŽª‘!„>}yïP’ùy¯ììàСC¡¡¡ô¡C‡-\¸ÐÎÎþéÓ'g9™¶üÖ,vÛÿõ&,5}ûC7¥YGâ%e©Dž4ïÀjª?1ÊÌ]ÉŠ&³¨5]ÊûE—£œÀ¥Gâëáþ¨þÅÑTãç7®=öP iù¶_EoSþÛ[O: !„ÐÇ¡/åxï<Ú¹s'GØ»qïê“ܦßÄNK/©wöï3q`ÊÍ8_[B‘'±v§ûMøÔPÕà ø$Q®3Û;3´2'ü¶GE’;Nq4ЬñlY!„> }y±T(XÛÔÏy‘ Ý»wW?D=Ìy‘ÝØÉ™ Tìù`×~ɤ—Û©wfËT.$¶ùk޼*!ƒÍY%ðèÐtº³šéã=%Ó?€¬CÓ%ã™ßxJ¦S)ÓèÎi¾6ã7^£Ú™g0³B}úrw(60ðönzñ¹ÆNγfÍ€@=¨‡Οõk@¨´•C¾¸Á·&htnMøE€¿•½¥{øT€Ã¬‰”_V‹Žhÿ›ƒ­gøD€5J¹oÃà¾}År±Ó¦äQÌ€á{ÖÞ3ÒI÷° »¨Î¡ûv§ÇõÝ 2$å ÛÎÚéçÆLD!ôðrrr¤RiyyyÒÚÕ+V­),Èç =œ’<`P|iI1óÐÞ];BÂ:YZY1UI’%Å%{vïðmÙªChG£gNŸ¼sçö°£++¤¬é!„>YFÆÆlú¿˜>}™‡JJŠSOžèÕ“yˆ’ýüYÒúõQÑ1úrwÈãñŒMŒ#£¢SRögfd„„utlØž?{šzúdYYÙ !C ¹®aB¡ÚЗr"‘ÈÖÎvøˆÑW¯^9rø`nÎ °³whÞÂׯM€J¥T)•ºÆ@!„jCÊ!@øùµñ÷oËðx$I*•\V©+!„ª=ý*‡¥R €7‚!„>}ù B!ôÂrˆBa9D!„°"„B€å!„,‡!„`9D!ôoG’¤®Ýê¦òx>—ÿºèç`kg/Ö͘!„$Iª”ÊìgO®þ}¥µŸ¿®pê¦tYÛÔoÞÂ7ýzÚÙÔÓuò.B!¤Ç“H$-Z´´¶©¯+V‡º)‡`gï`gï + !„ÒGuóÞ!B!ô¯†å!„ÂrˆBa9D!„Ë!B!XB!ÀrˆB–C„B°"„B€å!„,‡!„`9D!„Ë!B!­š™KÌÌ%­ÇV¨=E‹… .LPïQð=ÿg}ÌÉ3·!„>Yuöžª#óø‰Z˜ˆtê¸hLŸ>îÙ°á7îpÄŽ¹!ôÉúHw‡{AÉðï/ktfŸø.À×»µ¥ÄÚ¾UØg;îQý\7|¬ññCãã‡× i¿}ׯÛEbnQ¿¡k`—®Ä=ßvs¨ïèÑvQʃŸÆÅ4¶µqô Xr<›Š!¯~œ0Àǵ¡…eý&m—콣ž»sÞPǶN¾óSž2'P»@Öù¹½«™¹å‘וðòòh3sI»Ù×@)}8mPw'ûúÖö.áqÓJ•Ô 5ÚF„úd}Ôr¸q´÷ƒ ñ÷ßüKM7þbÔ¤ÅKÏŸwãÄøèé\éúFpÆßj}SØgêú¬R÷Ÿ×­_>oR‹WXÂ3÷ScK^Þ[0 `SY«¹Ó?+ɽ¿xØ8êè®Açl8h>dáÂïÃ?›?¸ÃoÙetîâçÓ&ÅJ_?^1vÇð:°îÌÀµ_³Þ€ãÓNð˜Ð6ÖcÕ¾ ŸïyqÿšÈ϶h¼N¶!„þ3x999R©´¼¼½ýQ¥Šî678S,›ý{Šûíåƒ42<•©oÜæaåÚ+ª pã¤ïø•]‚|›µôË9´+-;—+]»EÝÞÿdÝêý3… ¤y×Î~¶<ÅÕŒ+^ËŠXqíL㫽ŒÝÏÿtUh쵬-Õ9»mýñçrÎ]ÃK€ú3©þZocHX'@!ý&‹+e²«W.‰D"k›úºÂµ©›rx+=½…okCCcÓz"¡ÇãqEŠL›ÿï ×^›3èž­+Çõž´vÕ¬]†ül~âl±Œê_µz\ÔW«6Lý6bð €kꃬŸ÷ó¾elý™örÈ5ˆ8÷ÊÒÙ›óJ䎞c–%iA‹^N'ÌœôëÞ”oFþahníټ̀–Z⵬ˆ×Îð„kFy…-¿åÚïÇz‚ª­¸óÀýQ_oýmöL0iÛsÔªu_RýµÞF®ohBH¯H,-Ú¶»ž–Úñ½¾‰¯›÷÷íÞÖÙ´ž©Hô¾¢@:]¼xþòšÑ³’_l}ô<ÒÒPW8Bý—ñx ‰wný½WïϘG?ö{‡$I’$!ÖÍhH»ðˆH¡‘Õg3÷b-D!’¡PH’¤®@ê²€iyÕ!üYP„ªsõs‡!„~ÂrˆBa9D!„°"„B€å!„,‡!„`9D!„Ë!B!XB!ÀrˆBAÝþ’¶÷!“UÊd2]Q`ff®+!„ª1ý)‡²×ÓÎþy†+€ÏçwèÖ½GYi W B!T;úRàü¹³sç'°•UVΛ;³{$çéÈ<ž4%qcv%TV­<Ç,üe€¯¶¿>¨ÅÂ… Ó§OÓõ¡°žÝÌ\Býæn3s‰]‡å÷ÄkôWŸúøAí/œ?µG¬(µAã^+ÿ>4Ð+†õ¼ïã=çŒBêôè½C‚ ¸j!ÁuôÕ_ '›¶ùØ_çÏ^ºô÷¾¥Ã^f•©Èœ¹L‰‹é ©™º=»ûÍéIYµ¿EVÿýkåþúÙ.ñÃÓ~øEK̇8/BÕ=*‡ïcŰգw¯ð³7¦Úx‡}ÓÌÌ%»fÇ…†Üž%/½9::,(8¸µÄæ›…Tdæ¦ ¡¡aíÛùtß|£öëA탂;k™®Nýìyö ó l×*¬ÿ™¼ *€Ù©qvš Ý^½¶ç_üïb‰™¹„ Úã«p¥@ê¢x玲ƒ‚ÛGħ bΪ ³çwWîØ–'¥º”Òû“úwõ  l×þM®ó²n‹™¹äø²1áBšz´š—ò”êdÎA}OÔ;…„øxùýpðÙ¡%cºvêàåÞrÁáçTëÕd=ë> „þÃôèÅÒ÷±ñEYº“ë¡#-f¤Îó€¤.Í_\ÓÒªôÉ÷NSf$€CøôÔ8(ÎØåÙmæÀ‡«#·s }û²1¶3‹ÆLç:û]L&¿ãš±'¾sôÚÇ&ÀÚèÁg§ef<¤Û"Vwý¶ñœkc¾oeMwêœ …k|íâí=‘ça$¬xS±Ôg-»l:t¯…a£‰Mãnö[Þ6öŽ~±þú 0[jéÀ~^æPýÉîžt-~´Á-lÜì¨ýÀ6õ=¡ísþêäïâGIÛ„~¹áȱÉî¯ï¯õè:nÆ“½À}5™§C}jþ#å¸þöðâhª‘–oûUôf0åWÝ”f‰””U¤ xÒ¼šU„5‹¦3>ûŠûE—£œÀ¥Gâëáþ¸:uã nÖbÀÌYwÖÒ}:gò>¾ô±6rÊÀî]c{w5b=?msë9ûÀõËyO›L•-;cÀƒ.¿:·?ˆ °t0f$UáÚÄ(0w$+šLõhŸmq¯&`î<ˆPN^Ôà ,<âeE3¨£\W“y:„Чæ?RãìM×d•|çÆò1 KaUT‘äŽSg êGû÷™80åfœ¯-¡È“X»3ÓY³h:Ó鳫a­ÛÅœƒMëïG˜;>òŒîa €àD9ÇHšXSœ¾uåäáÃÉ+[.;öôÊòÌ-î¹![.pTL<•«Hn:@$Ëžu«`±×øÜÞÙ>õP ¢z4æÀH7‘'~·]5×Õdž®[‡úWû¼wøõú‘kz}5§ê«Âþ´÷©FÌ4_›ñ¯QíÌ¿3¨F¶LåÒHi›¿¦#­„ü\9¡%‹ÆšÎj¼§dÚá'uhºÄc¼–Nõ³kñíÖéûG¥²Î$Db°9«šNwjŸ%…”Ý)àùw‰±hYIV2¸~ùë…óç.œ?—àlžsnb…Û¼ŒÛé·o¥ß¾•~as—}SNÀ¬€úcÖ^ xý¢8Î˺,s¨íWSëÖ!„þÃþ#w‡ gžL\;¥çr¨dB+¯VhÄ Ý·;=n¬ï•!)oØvÖN?7Øš0ð‹+{K÷𩇩ÈCBÂÚZšŸ?{Š5‹ÆšÎjä¾ ƒûö HËÅN›’GiéT?;÷x`æ<|aóåßþYõu&¿¬Ñþ7[Ïð‰©Níã3SH¢rzßÈWrP”Wž¿M#~û”3Á‹ÒÂÊã:>®ì·kÿíø±-¶HMEàÔ}Ýï3|XÏ˺LÚçP}Ú¯¦:Ö­Cý‡ñrrr¤RiyyyÒÚÕ+V­),Èç =œ’<`P|iI1óÐÞ];BÂ:YZÕâ%²*%%Å+Wü”°˜óE0˜6åÛ„ÅËY'€þ¿½ûޝ¢Êÿ?þ™rïM$„.]@zï ‚4Q¾ ?D\uUÅUV¤,JSÔïu­,(«â¢»"(k[¥¨H‘ÞAÊŠ„Drï™óûã†KÈmIÈJÊëùà¡“3gΜ9î›iw ÜŠOHXøæë7 :+33cÅòeƒ†D|fýè‘ÃóæÎ2ô†t²T×uoNN¤¹ÞœÃ€‹T‚N–öèyÕŒiSlÛ;×0Œ={)¥ÂÎàb””8LJJ4øº(ßÁ&"J)Ÿ/ö×|PX%%E„ïæ\*%èÚ!— qqq€‡q€‡HÉyîÐëÍñzc?bŸ”æN\¤’‡Þ6müú«•‘*èºÞ£çUƒ_ÇÓú€bW‚N–®^õõÔ³f=ýL¾?Lz´IóÖN¹ú믴Hï¼ñž^‘’œ2xAø—Ø%%§°°°ò6Ú‡‹\ÅOÌ -LJNirÝü¼?†Ö‰.o³Ý{\˜(B;yEÿ€°ë½¡}6v芦€]Í»Æ" fÉÜ­ES„Á/Â"@ñ*Aqè8ŽÇãÉWxèС!C†LžzùíwnœùB”:ÿmÅÞ‡'Ÿz*lyãÍ“æ(úQrÞf׬^¥fÁdÛÿëÍ'Øl¤¡+‚võâ×XwkÑa(аP¼JP†ÊÈÈ9rä¦L™Ò½{÷¨uÇ^Ú=ëу­¾“ž(Ê>¶ìú.-:õì}Ë£çߟ¶0hß›öîÝçÊîÝÚv¼à‡_…IÉ)ŸÏ¾w@ß^-®h?ýÃCù©Zµê¹É0}‘Å“oéue—æ]þçóc¹…gÓ¿Ù§c—îÝÚ÷¹eeúÙ@aÞŦ?9XDº÷¸²GÏ«åB/Ϲ~æÍÏå+ŒÔù`…°Í†=„.""+žº½y‹=z^9ðöF˜m·²wýé–þm»ôèÞ½Û-36GZo¤ÑóÐ>ä| .(!Ûèûuó=CûôèÙ³Cç 6_°[ûöêÕªiÇ™þøïíß÷ª¦Û=þÉ‘°mJ„^„î¬Ðša»‘W‰Ú­ùvŸxOÅü3G>hT÷ª-Y~ùûí>¹6Ò¯zÌ}eÏæüÂn>Ê¡’rí0(+++1110=sæÌüqâĉ£GG|Oz@ÆÙßU¸cI¥¸ºãZŒšµyä3]EdîwUðùÒîyïöÏÕ [TkÀ¤£ªŠHÆÞEMý9mÏËò¥Çý{yÃŒýóõ¹ÿÑ!ä]dßÞ=‰°}‘:ÎXùxÃ}Kîè{㼃k‘9CŸøðçßÞÐpïâÛû sp̓εï|,É)aÿ™_wàËýª÷؆{§µ¯,ŒÔù|¢4Ũ§–,;š~E¼yöÜç`^a·ýaCwœ»iáU"òËÑìÔZá×i4BÇ<´ÁÁÏ'ß6¾qãðÖO¯}¥]å_\ܸï#i{çÊßopßò•Í3öϫש÷ïæúÙÃOíšsEÿû'ÿ¸$l³ù7!tTCkFêFP‰Ú­ùvŸxOÅü µ‡~8}ñuÃþßg÷¦OÚÙÏ«ÝÜZÄÎGßG‘†4Ê_ؼ¢ÿV£¼Ñ~úé§ìì쬬¬ys^~þ¥W~9y"RÕO>\úo½=ìËè—,úg¯>}S+WU@™™/>ÿ\óVí^|ñÅE‹Õ©SgíڵÇïÕ«×Â… u&ŽhÖÓÏ„íÀÇ#[Ϲñý¥#.÷e®©Ólâ¡#+=š4¨œúݱU]ºã?žRåŠÌŒÓ"á ƒÒ¿Y0fê¼§m—¡mݶ;óôqIJNùéÔ©D]±“’«efœ í@¤>$%§ì;ñKU—îøÓSkt=}r_¾>TªÑ9ãäÁÀZ‚ Nç- ¦¯¬Íï~>´}NjJnHÞlhaع“z5\UohÚàþ7ë_Ù•ÿ¤B¤ñ_õSz-÷ù—6‡m9Òh„Žyô>äk6ïº.¯’Z£IóÀôñô_öîÞ~Á*”/)¥ZžéšùvqÞ6£ü&äۺКa»‘oñ’³[Cw_Á÷TÌÁ‘ç†4}ê{÷¢ëz¤xò-sÅØ³ºTÍG韰ðÍ×o>"tVffÆŠåË ‰øöÀ£GÏ›;wÈÐJÜÑá‘#G† ¶hÑ¢©S§z<žY³b_`wü'Æ}qÌ¿eh‹é"".ïÑ)[O>Ý*o6‡½'Lá-ÃÇ¥}¸yTÛŽ?=¥Jã`y¢¨lˆ„;qúÖù>è"Žˆ.¢œ¬( Uí0í®ä÷|z8X¶ó…mV",òø—[×-ÿä“¥/¶›ýÙ¡uÏì{ëi¯ì‘^o}ôxm‘¶=Ô{$tÌóõ!dñˆl¥þùÅÊÚžóŸì¹«ÐÜN‡ßÅ,ù7!JÍHÝÈëÒîÖ(‹_(ÆžÊ+ìV;þßì=[Ïå=rÚ+)ùïÈ+ú>бgót©X7eSÉúQZZÚ“O>yôèÑnݺmݺuäÈ‘õêÕ‹µü´jÜÙFÓ÷nÛ²më–m[·¬YpÍû㗉ț¤LúäG9ðáÄ`å°…AG½öåuSDdケ¡s£ˆÔÉ]ÝÇ“Sš<(y IÊÄÜÂI)WäöJñ,8)"û?žl¶²©óE¼è¡·'}0zLðǰ/B³aQÞí'µÎ×Ü8ù©Ù™–ŠHÃß½ºfõª5«WÍjiÛ§t©vïœ5Nýç¬DXoØÑ#¤Ñå]×ĶUxcC`zß÷Ñî}½ÑGU ÜK¸[ó Ý}ÝSü÷Æ:>rÁGKÇýiÀèt¿#±:I‡T ¿ù(‡JÜÑaZZšˆL˜0ADb^2 øÇø•=Ÿ~"øc­>³²F]}0gø‹çÞtýµÿ·zã>Š, Ì [ôö¬´›»t®|Yjãˆ|"©"2èÛɽžÞ÷³¯ú¼¥ÏæÞýþüßÞåI·Ï]ÿÍ¥¹ÛøÂK÷xåkµj40Nä@áó·õêÓµ{jbÂ꯿I î|¢õ3}•ûcØÎ¡ÙÐE”“3iĵÇ}âÏÊùýŒwòÕ´í£}°íö1mÞÊ®à’úƒÿú÷ɭ®7ìh„ŠÞ‡Py×uÇûïm5¦í|;NùêtònÇF±–.Šè£*"ìF Ù­¡»¯€{Jb þ‘Ï&Ž[ßc×7WÅëW½uËîoÜÿsôÂ*àJá7åPɺv8ëéÜó ,X²dÉâÅ‹óÖ‰ríPn•µk‡º®{srV]‘BÅaJ¥Ô­ZíÙ½;3ãt¡NÈðÓ4-)9¥EËV)•RcÕ)TŠHÕjÕ«V««¥L!®PVâèpÇö­±ªPâ4kÞ2V•ÂÄa×î=cU ÄÉ8}*V•ÂÄaAš 4âÚ!Ä!Ä!B Ä!B …zÐJ8Ƕ-Û–rð¥ÊJ)M×u]3 3Ê;‚#”>Ÿïè‘#Û¶m9}êt¬º¥ž®ëI“š6kV·^=·Ç¶R(Ä!€²À±íôôã7¬ïݧO½ M³Œ¸ù}¾ƒö}õÕJÃ4êÕ«¯F¾ H¬%ò+ã œ°lkóÆM½ûökذQ¬ºeËínܤ™aºÖ®ZU£zõøÄ ù*0 ±–È[i”ÊQ§NŸªW¯~¬ŠeJ:uOgœöûý¡³Â"”š¦9ŽSæO æãr»ÇqÂÝ)ÀVù)ež*ÒGa©ýFJ¤€ˆCåŽRjëöÍÇÓ…[£zÍæM[í#µ¼ygÙæ¿ücå8¢”R¢D‰È€.W<1º¬EKâ@ù¢”Ú¶c³išýú <¥Ô¶[·íØÜ¢Yk1:Ëvf¿½jæÝýã<¶Ò,G%™ÙÖ¯}L@‰¦”Ú¶c‹a˜Í›¶ÈÊ:cYùï¹0M³yÓ–ÛwmݶcK‹f#†±çÈɆ—¥êº8 ›œ·rÓ!Ÿ£y-ñÚZß¶uDJ堇ʥT”KeJ©í;Ïg᾿ÎÝúðø ¾±EÓZ>õäå£G7oÒrÇÎ-[·ÿPÚ£H|±~ÿ£ó>_5çîÜf•r”øñYÊo‹ß’Ÿ_×´â]éoƒ8P.(¥¶ïÜjF ÷Ï{uÿ´é½4pëºmY?Y^ï¶iÓ•R ï¹§YÓVÛvlÙ¼ucë–íJu"¥ä•Åß~úíîŸ( Äž£ÄrÄvÄr4Û‘Ó¿Fo§ÄâA åÂŽ[ CoÞ´eVÖ™ý¯¾¶÷±©SSÝšæØ¶rœÀQ”Ç0šÆÞiÓ÷½òò™3™-šµÑÖoü.lƒ{?}yHömÛwhÓºy‡«‡½±ádØj©„<)‘ãûì‡ßï>öPZ¿ó¥š(Gi¶#>[~ÍÊQ¾_[Ô¯¶…uoNëѺeûöí[µî>õÍuÁòàf]Ö³F•‰ïî »øo D 4‹(çÿ©_ŸYYgÌŸ¿wÊ£m+V4ElËRJ9J)ÇqiZ#‘=S§Û¶Ó`ô]­[¶Yüþ»ÚuÎ×ÚÏk¦u»ã£/¾îT+ADŽo]öúŽLÕ.5Üš/ÖÅœx,–“¥GŽgÜÿìGMÔÚ·©ÇeˆHÇÛ_>7S{ðÙ¥"bÚ5OH»úDÆ éóáOÇz2sÕÚõM’Üþ_wÝÕõÊû«m|~@íÀ\¥Ô™?îÛùöAó¾zýåßá¢!”š&–åßüLJ:U©âÒ4Û²$8´mÇq”㸔j`Y;'ÿ¹æ­i+$ùÂ}ÅÉ3iûÉþ@ŠHµ–ýÆ·Ù3ÿÞ´¹l_Î»Òø×ÝÖ®²ˆ¸\®gÜ:ë_[ʼåÅOg ­'"VöއÒîúloV¢á4ò·EÓÛù~Ýxïð{6ýbåxǽ¹ø¶¶•C×ûÛûnû‘‰s>peÛæ kîùéL›úÉ/MaêbšÛËð˜z¼ÇU!Á£ir2#Û¶ÐS˳ï^ðàòƒM’Ü"âªØäÙþØ ßìç>˜›¹gIïncF.ün|ÿºù—ü ‡Ê‹Ü£¥L¥lË <­8~ Æa€©”(eÙ¶í8a¿ñëµ£gö^žZ^gðÔon¯&"»ß©{õøÛ޼(_Òä‘gì[«Û]3†þ[Dæ_;`×7v¾×GD~9’-"ó_׿¹M¯v¨òëÁÖîñàmGß mÿ7öÖ¿Xðé#_Y!!~ïθMÙ~(Ãmj.]\¦xLÍehC\¦Ô­žjÚžÃ鵪¦h!w–.ø9kƒ¤àÉõÇdk$’‡];ÜrÓ’½ãûÖ’KŠ8P^(¥G‰ˆmÛŽãnQçóð‚cD±m˱m¿Ï¶µ°·×dîÿpäÈ9ûO[.CË>¾S$7gm$"Éîðž(y웟×ýûªÀtj홾>½æ]^‘ŠúåJd¡Lœóù7_ßûŒ×9˜~6Á­iº®éšHà’¡²Ñ5ei¢Û¢D)¥™†îõ[ñq…K–»¯oô—gþú§>ÓõKyËRá: %™m[–eEš«”c;–ˆØ–•{³¨¦ËÃ<ˆ¶í8ŽˆX¶mÙ–Ïï÷ù¼ùšúýežÛy|bã”|åÆÜ?êÓí·¶­áøÓ+¦4.貂¡j ý>¯Oο‡ÈRêÝ_×öä–«…®½à¢Ht9>¿(qDü¶òÙŽiëÊggdYš(SWñ.-ΥŹôÀ„r”èçq;ùký)ùú|KµÄö¤?w<±ïùÄj7ëÜóÚ꬛;¶½ÁüþÄ_ºû;/Ýš ¸)L·ü,ËrǶl±,Ë <\á÷Ÿ²°-˱í`ŠH Ðï÷‡¶6öÕÑ/ýÏ}ßÿ'+ðãÉ+žyï Rêˆ×nP;Y)µáõ1’çN–à‚Áé)]«ÝýòªÀô/G³•R“ÚU½ïoßJö~·;tÙ°"Ž…ˆD˜ž¼ûêþë¼³t…K¬º•ΜµœÌÉȲr|Že˹?ʲ•m+Ûq\¦žœ¿ð³úuº<_S<Ós7þiW¦O)åËÜ5nØó#_x 0KD”¸úûÚ›ü¯wõœ×Éߊ> Qpt ,‰øèóùDZlK4í¬ßïÑÏ ä~Žž{ÜBD|"¢i¶mù-Ëïó‡¶Y­û”åOÍ?²Ï¼†Ø^³r“ûžzA)õΓ£FvêX¹VjãD>.˜·…Àô¨÷þµõ¶{Z½™]Á%õ¯»ðÏ­ïø`ñæ´1m^µ<ÊW·Û£ïvlºlá]TBÜ:°UãÚ•f¾ñuŸîíšÖ®¶éÀ©¾mª›†˜ºæ2ÄÔ5ÓÐL] ]²s¬?zgÙ– ñîz6Í·ÒÚŸ}ïøô;{wõºÜ>¿çú?.~l@­ GK˜üîZïu{ÜéþnÞèp}ù¯#”QŽü~Ÿßï×4­Ñ¬™§Í¬ãõz",å9WkÂÚnx}ÞÀÑahƒݽxÐÝyK”R­ÿðÜö?äþ8RF`ÁÌÌŒ` Ái#þŠÙï,Ï»¬Y¡ÕKK¾Ê[’oÙ"ˆ2 Ô­E­WÆ zèÅe§2êõhרQòð3‹Bj©ÊÉñµª$ßtuóžmê†MðÎiS¾L›r~½âôvM¿Øø/:â@Ù87vVµªÕ×­ÿ¶]›öÕo¾Ù¶C3¯s6ÇR-…U~°Êðããã¿\±¼I“üÇ:¥H”)¸:Õ’þ6qÈŸç­ü×ßßзƒˆ¬|aT¤Ê¿ºK…k‡ÊIë–mÛYûÝÚ„ø„j7¨9qÂḸ¼÷ŒªsYXùÁ±©Ã‡{<ñ_~ù…Çåéwõ5-"ŽÄ¹Í*‰q®Ù÷õm^»âk‹WŠˆÏçóz½>ŸÏï÷.ÊÆjà·k@"âè@Ùý`¨}»Žß®[»fíêN;U1ÜvìÓfªso‹U"º®W~`LêˆaçË_$&TèÍ@)ÍG<tè8N ó,˾¹÷å—Ur¿¼4óĉ¹º®ëºn†®¦i˜¦ér¹t½Th‡Ê%‘?ý5‘.»®^³êëU_uéܵòð+^?D© Žl Ã4]î/¿ü"1¡ÂàƒO&Fj°4ˆ6 1Y–åóùü–eùý~¿ßoYmê&NÖâÔ©SŽãèºn†ÈÀÀ\.Û²<aœ€¤´ ”!±N—ùýþ–-Z­ývõʯWtëÚÝã‰sÇQŽr”RŽmÛ–e-_¶ÜãñôêÙËï÷»\®(­•±$:-àÜÿ5MÓu½~ ¶m+ÝÐ41 C×õó³E ”\ÌJ/â@ÙýÜ`VVVvvöÙ³gëÖ®¿yÛæ·ß^h;޲[åf¢íØÊQ5«×èÜ¡óéÓ§½^oBBBbbb¤K¾‹> endobj 379 0 obj << /D [376 0 R /XYZ 56.693 759.068 null] >> endobj 380 0 obj << /D [376 0 R /XYZ 56.693 738.489 null] >> endobj 381 0 obj << /D [376 0 R /XYZ 56.693 738.489 null] >> endobj 382 0 obj << /D [376 0 R /XYZ 56.693 712.131 null] >> endobj 383 0 obj << /D [376 0 R /XYZ 56.693 712.131 null] >> endobj 384 0 obj << /D [376 0 R /XYZ 56.693 685.773 null] >> endobj 385 0 obj << /D [376 0 R /XYZ 56.693 655.93 null] >> endobj 386 0 obj << /D [376 0 R /XYZ 56.693 630.135 null] >> endobj 387 0 obj << /D [376 0 R /XYZ 56.693 270.89 null] >> endobj 388 0 obj << /D [376 0 R /XYZ 56.693 251.019 null] >> endobj 375 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R /F14 51 0 R /F73 59 0 R >> /XObject << /Im32 355 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 391 0 obj << /Length 422 /Filter /FlateDecode >> stream xÚ­“Kœ0 Çï| ™'!¯=Víö!µjUn³{ˆ˜ìŠj€–Ô¯_`Å>ªJÕžlbÇûCpï³7U¶¿Ö> endobj 373 0 obj << /Type /XObject /Subtype /Image /Width 610 /Height 425 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 20656 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 610 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìÝwTWðw¶Q…¥JSz°Q¬ˆ±c71±›Ø¢ÑÄ^£Æ®)ÆnôKÔ${רc‹6 Xé}ÛÌ÷Ç⺲ÐUžßáp†Ù;wîÜ)ÏÞÝ…aY–S£üSý7Çqð¡c†a§þ[ JG]”Pu2²2 ˲ êcMt"|À©ŒIþ«ÊŒT(òWi&%ú>ì¡äËtTQe¤LÍп¢×  ú~\O@  …B!˲L~~¾2¥R©T*:w‹±ï€ÎÑSP­Ûqºèù­…#ÚˆD"‘HÄäää(R"‘ »e؉èqFÉ ³SŽ­Ì»uœ•Kä2)+—šØ¹96ií×ýïDzv\Áê) àól,Mßx)[ c"Z³îó†µ266f233%‰D"<{ó°/¦¦å‘\’ÿèÄêççÖ7®ãݤvM k¡ÈˆÏ0©i9î:‘^Èù Úhl]C.—ò/Àn€·“‘9ù ±Gõ” mama¦ž”o°Ôó¬ü³ÇöÌÖJ º1ilçKD,ÇÑÅÙ##ÇŒëce,¿Ÿò<ýYº¿·Ë³\.0 à»ð¨‹Îÿ¼°¬ÞÀ;7/ù„4nÔþ ì9¨l™9…iYy7/kѦ‹o +­en=Ì}ZXXøùÔ_>é74¿H¦|,nFg|iÎ+"NÁòD )ElÆ]±,åZÒ³¶m¢ò¢îÜ{¸téŠ&ƒ¿Û´uOHó~5¼ë`ÿA ‡OþKD¦~|Ū??ŠŒx³Ú“‘—{õ++,gåêä…)Ç/¤‘yÍ îfåiU%u)1 ÏÌÂÊÇÏÃÆ˜ÿº• ®[–¤Ô_'À[Ãc"r°6'¢ŸÇtÔZfÄ¢ÝöÖÕnñF™Mª¥v:¥\jÄ¢Ý>jDD{ŸQ͉­£¾”Š@ù­Å'ËÇ̼›]½~£…o8É ¸ÄC¢ì;&BÁÝG¹–f¢¤ÔܹðÉ•ãu|çÿqªF`ŒGPc1 :8Ökè´{Ï]õk.ÇI2îÇ'eJ¤,ñL̪yøxV7ѱSˆ¨y“°ÓÉý8¼ m:²9ùÁ£æMÂý<ýqŽˆý<¯ßLR¯\W%¹ï_˜^ ‘óøSSÓ°Ú~š­MOzêß6„ˆd,çÒ (ÿhœÂÕŸ!âXÉýÄû©é99gljÖ°^@©­b9Že‹’nÝ}’‘/'¾…•¿_MS£jU@ ëÄG™ FäâãçicTÆÑÂßÏZ9y Šr?¸¨÷O#Ã\‹+t¶ºó8ËÄ5 ®“)CòI÷RÓs$2VdbæìêæfgJDWS³7}éhÂc–o:—åâjÍ'…BªµdÙëÔµ9Z;ceZ+)ã¶CUÉ×yºÆã1ÊlÒ\êç1G,Ú­5kUKéˆI¶ø1ë°Ï¶¬û¸aÓ(ãôË…Ign¦æŸKλñ¸ÀÕJT$´à[:ÞM“ùù»‰mRÞ(Èmblf‰ýZe°ÂQ­­Gîy®šS˜~ï!¹Ìæ 6ûøÑ³Í[/>qòMˆ‹Ó:@TMk©œV9vê‚Ö2õ<í³ìœæwoàl)’I=Íœ²1¾~°¯TV|£A$r¬âV&÷³Ÿ©¬èùâdÓ þŽ],ÎÆÈjŠ ñ‰ÍÛÖ›TËÎÚˆ—þôÛäCÆþ­æŸÎžß¤ó—G3Ç32å NœMÈ•3ÕÌͺ¶ð6(°×‚»ºjðóñXôǹ1½‘r¬æçãqóöÝ×jÆ•»Ï~i&K_±9‘{¹;X1©ôÚõʵýÙ—:BÞƒØø«g]Èß¿U›}óDì½ žÑ½ü͞ݼ½4.ÃÞÍÅÁRdìR]«_¿Y¿wëNž¦ '/%—A‘¾³Ìr†lzùt¡‡8çÏc†·uïÜ­þ¦ï.=fs5[¨õuKs#±“É$i<9+ÏUÎï_CòëöX>YTËJöîÖªo-óë±7ö>.röñý´W«œ¹;.»»©·ÙÏÇãé­¿ni–<ôb]¥ÖyHÇæ˜T+Òì4]«;’-_W¶mŒ&KÌù(òåÝÃ'ÏëM²,ûQd¸*)UùQd¸*µŒ&Õ¿ˆN*S¨°j4ø™$Լ߭Œ­›5µ1^7%aZ®´^¢ó©y-Mm=¼-ƒ6=î[õÔ%9—Ó¤õ˜Öª9EÒüj–Q‘5-…ÅÁiîÊÊþ{e1µÃTliy*6Nyq?uù—§›­uÙ^½P«ÄBÈ‹ÏU4µ°ówx”–{áÄy‹ê>çb/«FW1ã7»™ðÃ:ѹ8¹©<ù©Ì×. .oÓ‘$V6ÉÛ„ˆ¦¯çרqçÜuçšîD¤¿Uɹ²©nÆD4oÿ­æþ ÈÎb× iî^U9Ûo_µ”ö˜,1Ò´m6ÚÜ¿]òš®^>¾¯œ—L¯Ý¸eofrWfkïé*Y\M¼rlÝ6>WbA…ëÔŒ!žæ€Œ«Yþ‹¹3Ã,”{Ô´³õÆ´ߘ¶µ/þ{ùj‘c° Ÿˆ\kÚ.ýëÆ¬n~­;Ö‹=ÈFuXº;ˆ<öp\¤Ë§Ý"Šòî}2÷–®•骄‘H̬»µq³4æåfåìÞñ¯} w–ãÌ«@*åÚ½è¯mˆèðÑäD '1Ÿy˜÷¨³‡ƒK{zûÇñÍêµ ôéã™ö,cÇ߲ꥵÊÚÓóßõÇ»ÖoÑ ¤É®ÜZºí©¯ûõË)Ú»IG µ673ÑzÂ*çˆÝ¼om;²6»Në`—¡=ÜeE’‡©iÇSåV&¼ÜW ë*Yö:uíkwÏKßÜþ•N«å§½WTöm¼èª>Ô_˜å8­/ÕŽX´;$¸–r¢D%ª¥^ž›IIIùùùß,üë“~C<Í*QWʭؼäc=Ú4¸wç–£KÍÀ  FdF"“«×oJ¥Ò?Ÿ‰Óæ8ù5ó¬ÛûJ¸•ˆêÖ"¢œ·3¤ª?%™SÒ¥,SÍÆ‰ÍLÍSpÅó³Ÿ$>H“²_Ø ÇLì<¨l¦&FBïð¾m.~ Ä–æZËdeç¥Ü<÷Q»®29[P(y㥈HÁro~åEWÍ/Ó©î¬I ó3Û}”|ùðµ›ñ‰â¯$T÷tù(õÖ9SËêø x ò ŠLŒE-Út9z`{Šîb-Út‘Hå…EÒò,¥Rú½I¯zʇ¼Â/\=<|Ô$" kÎrœ£O„®¥*>) %Ö–fí;õÔSF"“ç¿–g)å{ÔKMª™˜7î5¯Œ…*CzVÞÛYŠaÔbÒ¯Zšò[Ò@Ž/G“»æ÷ÌHOC§QjÊÃ5«Oà¿Í脘@L &“ˆI€wJ€.x/\ºýxû‰žd¡+*æé!q±·ìÒÌ¿®#z“ï·›÷Òþ·/>¼nPTS[>/TË>yš¾vOÛª°~:“ï±ßÿ¾Z'$HleS a‰XtH…°[Õ«¼óìmÄ$TLL>}ú$ñÖ­œœlôÚ[Ã0L5 ‹Çϳü‚,r èŠedbñ$-ûÌ?'qT«6/_"2„3Ý ÚchSu_þ­®^Ýá-ÅdFzúk×ꆆÚÚÙóðºßÛ²lÚóg¼SGŸÜ»Î±GV<ÃÕ®£Zu°]нÀ²lýðˆwÞ'ÕCëœªÓørou¬P ´¶±y1yãú5ÿÀ@##£\<ï~Ë###Ÿf k‡®¨ ½&ü‚£Zý`ó¬uëæ éƒj¡uNÕi|ù¶:ðFµFM"ßFLæææT³°À?Ïz'„<â8_y}‹~P©faQŸo8}bPí1´Î©:/ÏVçæä”³’²Æ$Çq Ãà‚òNxı,:¿²ú«FyšNŸT{ ­sªNã˹Õo)&‰÷ÆÞÙ¥œÏC„«yåô-lÃ?Ù ª=ïõƒ£½’c—éw7âaY-OM‚‚‚ˆSä+¬¾YýçÀP»×ªvÖ¬YS§NUN‡††ÅÆ^(S‹›DDDF–Nù¡Â{£b›Ñä{q²T{ÞëG{åÆ$‹þ}G„|åñ­å¡ .QÚ¥ï}:ŽòçkU;{öœ)S¦ªê©¨Ý«lÒ‹s²â{£b›-äãÀ~NvƒjÏ{}Ààh¯ñ¶`N7wÏÖmÚµnÝ:²ÕÇħq¯éû~TM·nÓŽ{wöNëרe›˜gs†GÀ#bYNãGù DzÖÁ_fTN›˜˜¨ ¨¦MLLÍÿ¼EÓ>nµ¦ïºÇ±ìž®-‰(,44<¼±fÉȆ ü<‚g쾿wî æM#<]gî} , ÉŽû¢m£ðð°:Í®«IªŸÜÛÜ".çJ8–]ß7°åw§uU"ËKÕ½Y`ÝаÐz=¦ÇiÝ]Í.xr¬[ãàz¡õ‚w;þ$_×Vkþx¤õ¨Öúg‰ù/ÿ6­›µîµùrúp°)G¥öI…S¿”±=­Û´SþÄô˜þnóìÂÆn-£¢Û´kÕ"úë_nëZ¶²û°ü{öî¶OºmNRNÇoý±S«V­Û´kÙªËâ­—uï‚×;ø5i½òW`_½Ý]u¼¨½ïn"ʸ¶¦qÿ©Ç.}­Õ/Yòó¨‘#Tõ¼…×Í¥2V$Ôòä`ìï§ÏݸiQ†;Uºj¨Ä!?Ÿ8†ˆ´îoŽˆ’Ì4wüX­W¢íòsd¬WvÒ/nM‡~Ûaoû-‡ÈÌüüùÕÊ—Üá>òÄé€ì¤ÕÎu÷ùíï£ã}2o®ðh1tjên"ú5¦Sðâ «êØæÞßæÞlLßäu%®œ°¨9åð–öæ.öÏÞÖ®Óü£_>Ÿ˜ÐêîºDœÖJ~íÔîvÛµ×6GQFjA‰V)§u5{y‡>fãŽþ×ÕëÎÖ¾Í;,{xþ­[­½oµíñ3UjVÿÏb—DöŸÔ=vùû~°é9Ù+ïô”ÊXõKAW­ìù oÛ4æ«A³?Ùv¶³‡±’›·Šô4æßÔ¿g-½9d«#DzNÎè³,<¢E…æÌiÍ&{áÐævÊ™¾}×çÿ/làá?|'àtV2óü³•C)§ÅŽ&zZ¨9ó§›™óÛ»³,çÞaAÆÍõlu‰)õI·êOͳ@5Ƕî@‰ÚñÿþlºÆª™¥žžZOÀ´s_t‰Žn×®E—!gÓ Kl¦ŸõKÁkµG%ïѰ:ò¥ÇmÕ²ç’ÿÞZcnÊkXqÇ1"_? ]»ƒˆ4÷šžýûº×ÀrîY¹$uMnÃ(KÇq«'í¸fª»¹ã8™û´5ý·Oüåu~Í~¾öCL›yW”%óŸü>^ýÊ_ðôäg­›¶êÐe𼃪ÊK=AʲÕoq4©c}Êù÷ÿùÉ̾£ªŒzaÕôA/6 q˽¿)¼ëä¯[þ¯åÊäã·w÷.UUÉ5úmÙî“{ÿ÷zmºtýáÍÃܳ“64è9yÔk‰hó€Ïý§î™_Ë*/eƒîßu;·¨D“‡ŒÛ9ÁíÞþoºØ»græÑÀ‘;ÆyÑÆžK,þÓ_[÷©µDWýzjкD´y@ߤæ . ¢¬'…º*¾ôÀ–¸«žÆ‚¢ô"Í~òˆaF[çŸ?wŽˆÝ?+zøýOP>ñᔿÙ|"R-eÎSNò‰ª™êu–,Ɉ^.^JÁqÛNœv1âë:N4ÛÉÊÒþM,tJS²$ŒØHO%Ì«‹ëÚFÇê"†˜R·ºDßj=°KÌÔz`«ÏI:ºÈÌ.Fõèû{°é9ÙËxzj=íû•ÉÐMÚº%ïûºGßßb÷|Qb3½^½”¥=í:tTNTsùçÊ¦ÑÆíï3`Åæþés›ž]\W¹Ô[hÌ‚Oë÷jòQƒ¦ Â6û¬G+s>£uwèØkÚ€7¸–sϦ_]lݺŸrz{ZÁ)g3Uas§O ÒZpܤ×:øWuèY¢Ÿ=ûº×|bÜzÑÕÿ0b™ú•ý€±6_nZßÖí¿˜Yê R׿ô­~{1)•JµÎo×¾£¼(ínªdæž¿UeÔ «¦Ç5u”J¥FŽ1ÒœYúKŽoá*•J:±òYã#¤R©‰KiÎ=~зµm"ÅF¿%g÷s·HÚ?áERŸPMÛ x¥ ¯DÍ’êÓ“êØ}ùëŃC‰()6Ñ3ÔK[“^±uD«gŸlÜ×éJÈGŸ·HøÃNÈÓZÉÔpûÁ+Nïùª)e>*´r2Ѻ-Z›ý•¯xÂäµ=îîŸ`åóU©Û¢Þ·Zì3µ®ªãŸÎÈÚkÑúie?T ö`Ós²—ñôÔzþ’”³;ÒA*•:6›56F*íWb3õ\at=´}ë–\;/ì³»Eû1¢•Çv‘¬x™·Ð˜Æc9ÚùÒ©ómšþûáçGWöк;´î5]û÷ ®åܳ¾¿ÐzÖ$õò‹Ÿ[rréüšý̘4èmñÍÏIéCE3÷?1ÎAYRù{Í‹òNÍÆí×ß?ªµ”e«ßýhrû¶-Dìñ¥ý§Oú½Ë†ÁÊA€‚ãxD[¨¾  £œV>®oÜù¢¤àÕéâ¥äÄ-ûs“£ˆ¯ç ¾j´­zÔ’OúWMè*Pj º6P½…Z—óÇÁËgNœ8²¾ÍšÎížRr'ñˆÓÿÄ–g¶lM·ðÞ³§_Y¼tùˆ˜V qvð‹Cô«ž~^2 22,ÂÚÌôìéãºLšÓwn»Òç˵r#NZ³ÁÔ-õ=K4)¢ACå_h{úä®”¿'Žþ¯ÑíóMMxMÿtg«á[/­ê®µ’>Ûv_ë?,hC¹ÜÚ­úcr°ÖmÑÚìÁ»ÖõëÑ5tŽHfä¶~ÏR·å•¾Õ˜o#à¥JäN">)¤x=£ÉíÛ¶h®âý=ØÊ2šÔzê:õŸ•¤÷³ eÕ±²ŒK÷‹œÒGÙ®šðm6ÆÖ³NgÏ:º¶ªþ1Çu׺;´îµÒöïk\˵g9é’[Õ¶9 ;Ú˜üžš;¸F5eÜÔ?MlÚ¿îÁ¯µŸ»¸(þãag; ­e"(ñ:¢fùRO²lµÜ›d"‡,÷¹ûË×38Ž ¯&Úþ0—ã¸Çh½¯£š¶ðžIzîiæoýíÖkÊéû—ïi6i቎ã_háÞW³­‹WlÕôˆ›)/*§•/¼hY–•ÜΠÆÑÃÇOÌ{xDû;]µQÿnF—VËS¯,&¢ší§ÆÝ¾zêøá5¢UÔKª¦;,Úy3î¼2lô—TŸV ^¾ãŸøógÏ_øoËO1šM:wöŒòçôÉ]DäÒjîÃØŸLxDD‘Ó\ZÕ]W%Sßï7½{îìÙsLÖµ-Z›mbµùÄ¥ çþ;±)ÒÎDÿ¶hÆd C¬¾Û• œNØ5×*à‹RïMêšùÞl¥nT©§§Ö°¿»Å‚â™ ,Üúi.®~)x³{“Çø¶z‡Åë~8»Ïä4©â­5fß¹;,Çq—›|NhZK×î(ûÕìM®åÛ³¹)ëò|‡ ^<Þj»ÿ w7OÊqœ4/yö°õí§õ}Ýý¢µŸ#'åwpö¡ˆqÑ%àn¡ÜYŽ-(kÿ”m« åÞ$ñLfÎmÝù›#÷OüvfŸ/úvß\ÝÎ£é ¢ízžÚOïöq—nb“­›7–}@ÓcÕ²[ß|Ûö/…Éë _T³D“"ãõXõ ]f7wõÍ:u-^TÓ—­¼=þÛÖ; ÍäÒ컇ûj.Ë)ŠŒ”.%y¡¤ë×?i¹7©|éxªB¾–ï²êºréÍqßµÛX$$™‘cÝå+:—zoR×Ì÷î`+ËFé?=µž€Ÿ¬š7vÄðN+„2‘Ëâ5ŸhVUâRP–ötéÖ£øu ø¯?W=9µè»kõŽn 5æ…þÐñHßoîù®ÍÛiÌÅMs—ÍÍ2’„ÿy¾®ÝñZW³×½–sÏ&þï`Ýa«U:4´"}éÄO{HB™\زÿÒ‘Mª¿îÁ¯µŸy"çq¾…S¯Ð±º¶%z¾çŠïF|10fµ­[D¢eéŸ2nu91IIIùùùkV._²lEFzš®röî®]罸ð×®{%þÒ‡t)?yöÒ ~½d2R­Âýöû–ȆuÑê®ÄÇ•çd¯ð°<í1¨ÆòžÕ|Ü¡ÃN"þy<·ißñÍ–MMy¸fõêóËê>°/dð?À2œ¾EÇVøTá]Zž ª1»g8vW‰ïàˆ¿ôß¶³•ŸÕþ‰(wßâÒP±'{eœ€o\¡A5CÄ$T∇AHb4Y…/¦øês41 zwY‰}‹1‰˜Ä$lÄ$í•“7®_C½+R©PIp`~ŸT{Þë¦jíÔ¾%_‰a KKo_;ûꓟö€ËÇ;¤ëòP8ªª Â‚‚{ÉIׯ^­]W(¶²®°˜Ä•ðä> 6¶vAA74j¬¿$U‘‘‘™¹yvVf©%“Påðx<†)ÓÝ“ˆIÄ$b1 €˜¨º1ia)Vÿi<ïJe¯qΜ¹sæÌÕlCEmË[hpeìƒÚd€÷‚à­­iݺµÊ ±¿ke¯kÞüùD4iÒD͵WÔVTvƒËB.e"Þ;l6F“&ªY3åO}7ó¤-Ã,,ÅõGî%¢¥,,­^xND¬ìÙ£? ò¬aemï½pG‚rY…4uÞ—=ü]ÅÖö­5G9%¦5g0pÀ€ÅéRpgbß¶nNö¶NÑ}&Þ)«—ß2s Ku·Ú³ö>ÐÜ õzÊR>õÈ„ðÚÕm­Å¶Nu£ºÿu#KëpM³Áºº¢x¥Óûz8Ú6ûþšjÎöý¼œí]|"æï½ýãˆÎ®v.¾á §–½Ùei*b²²¸{x*Ú/¹îÙ}ù¢¶5nÿÖgÌ÷ŸM:þ¨Î—[ƆÙÑÖ¾-§¯ÛçÝΜÑ®gõkº65ˆ6÷Šž³áo^ý^ËW,éY½Œ#§uëÖjEmèÞaÙγÞýfÌà{n׊vÝ7ª?º Ågâ˜.™÷– Q–íÒ_^hêúÉ1 .øvì€ç—|3©Œ ÖÕJSâlfýøóð†/»bîCïÉã»ä<½9ûÓðõyu¿Ô=çÉ­ƒF”½Ùei*@UÃ$%%åçç¯Y¹|ɲéiºÊØ»ûÓ¾Þì{¢•#¤];w*ÿ¬æV¯¾{5EÑýv>ag³%n½nÅ-3ã1DäekýLƪ/[oöÙã_xÚZ?—±Ÿ¤y›JT›“UbZóÏsÜm¬Óåì´ ;JÛúð„¶Yi‰ª2qOÓ=ER +G"^Nv†ÖmQ_©þò‰[gõš¼úæ“Üý-ÌÉz®«‹Ô¬«+”%O¤>¯k.T_ö¿'iÞFK+g"ºð8ÍÏ”'¶´f_4©,ÍÖÕTͶ|rr²O=Ò¦}G]RS®Y½ºbîM>~”z3!!++“ˆ:w롵LTT3õ?ÒçÏ¥ "’f?L—±fF|"bˆˆhÚÆ¿ê™‹”ÅÌkº¨á4Â,Q!K"YJvœ§1ŸÈ„ˆˆØò—ï6üÇ»EŠq?¯oTÃbôÇ]ïÉÊúüEoW¨2RÅÇD ºÓìg*xѶìÍ~ݦîØúN30ÜQ È-žŽNÎå©§b2íù³+—ã‚‚j›˜šr—‘žnmc£Ylë¶mÊ ±Ë–þf3:ôL”ÍZ=hê+ÛüõÚÆD4¿m~»î¯Z¾krßfü‚ç—N¸õý^O‹™M‡MíüÙ¤É=ë¥^Ú7vÞz"jbit2[2í÷½Þ׿/±®šFüÅ‚ß6ùØxvjZâÑiö_~ÒûÛU™ÝDd>¥òö“ˆÇQQQîõã›ï)tÓl°®®xçMU‰Œjó –H$*’H.Æž …¶vöï2&¯]½R»ž±±‘©y5¡@À0ŒÖbª·OüÇòàäŸãÓO;òUÏú.'öÿý›¡[›¯èæÞiÝñ¹SÆü²cï¨Á[Úú‡~bMDÿy yÔè û7=ö«‹oݱDD´lùˆö_.[7þëÖý&]R_×ê±ûü´ç»‘CLm»kÆdï-{n ùçÚiSÈ,¢ãe«>«¼ýôçÒ]Ǭ\6uòGý¿kbyäT¶Dk1ÍëêŠwÞT­O† ‡ØÚ:<¢A|\\³æoþ´¾îMîܶ%2ª¥y5s¡Pˆ½‚aH mùó÷N]»k>ZÆ{“ðNWŽã8ŽØ%`88ŽAYþ©¤ö]¯µ¼¿ð®ˆIÄ$b1 €˜0Lø°#‰T"“HØò}Î ªŽãø<ž@(222ª¤Ï%"&Á€äççÅßy¶ï\bò£Lô”ŠÏcj:ˆÛ7ôjTÇ“c+åé5b …T*¹ý0c󱄘¡öv¶|>î@) ųç雎ÆV·µñs·“I¥ˆIø`I$’í'oukÝ ]„zÊÊÏF$ü¶/vÑèN•“x†‚eÙäG™VbKt¼±ØònjW)‰†˜CÁ0Œ‚åø|¾òOgggô ”ŸÏW°\%½…1 €˜¬LI‡×tmÑ8¢Q“ððúÚ~ú{|†¡µÐÂRüÆËΙ3Wë4bJ÷ìß¹ÍÇœž¸áïÏœ:þ¿‹=MÎû6pÞüùZ§õ“ÊX€˜Z2hùÐmKê;™*ÿ´ ˆúºsM"*|þÏÇQõÃ6¨ÕëäóBÕ¨îðâa-"#ƒüê·ïáþ…ÃZµhêç]gö”2HZ?ºY³¨Æ Ôo»ár†úRÑ-"}êÎÜû@9³àÉ‘Žá¡Mšõš¶[ëørûä^‘ÃÂ;~R «ò}·%¢†7jÒ\}šˆ¤¹W†ÆD5jÒ¤^Xë W^¶dë´>Í"›ôÞœ¬µUï| ¤¼~{”wÕÍBsþʘ~fcŸï외}@˘•÷ÎŽVÎßéþåÑ“Ùw׸†6ûlÝÁ¿ÇzgÞZéÓjÄäû;ÊRÀ9zÒ‰>vD”¸Õ·Í”Þw–+—ÚíýÍ¡£žÙw×yE˜Ö~­îò…݄û;{ÞÙ6`¯¶–ï«?ëälϤ[tYsïìWZ+o·i?YŠÏž9]¼ŒÚôo]º/8·¢ŽMîýíÞ-Æ÷N\£œ0dò‰™¾Dd1\K«T6jü²ZÄäL뻫–ÜʺÐÞˆ<:ÌËü<Œ¨8&tò'"K÷¾¬|ìü^Ddå3@’5Yµ þ¹Éûô]“œ¥ò™‚ç·‰Šcr^{"²ôè+É«œóÓ‹xvœG´]³…óÚ»‘{ûyYƒ"ˆ¾ÒS¹VsãÒ¾ŒÙ@DDæ¼—·cÄø¨­¢d«T‘€˜¬ú8™¯HΙà¥çÓ~¯¤¨!"bD¯N+ÊX W·ozï½Ò§¶+{.¶õ.¹ñÕ«ÒÚ=tU®•‚ãþ:vÒň_b¾µ€)[«Þ¸7Y^#W^ÑuäÅÇÅ·÷2nÿóãŽDô•¯xâûD”¼’Øç«ŠZ]ªDáQSLDqFê/9ÊWÃk¯SsÒS·Ô÷z­ Á½I@LV^m†loS2Mì›m>q±ÄÌœì,ýÓ¥ôc â™ë&é[ÊÔ¡åž Åsgfi6»Ëì?º¼:Gkåíèð¢€ú´°Zвÿ¼îª #ཀ]“ {؈I0tÇñyŒBQüžØÔÔTô ”…B¡à󎫔ˌ˜ƒyÊÆã¹;Yeee£+àµdee{8[³l¥|G&Þ†ÂÈȸK¤ßÿöŸ“Êåö¶6ªÿ¨ gù,-}ç‘ØQ=›ÈdÒÊXb …P(¬çï*™l>ïQ†‚åÐ' ŸÇ¸9YîQË˱°°1 2†aXŽ­çïäÆãñ*é?¬À‡„ã8–eå2Y%e$b ŽT"‘J$è0x b1 €˜@L &”¶ñ³°+ìÝ>~ƒ.Ïkbaiu¯HQá… jÂBÀ€ìJÌ1±‰¹tjñ–oPC®T#qS7c~…Œ&Þ%ŽÍß™Vh,néììììììXÝ\–{ÑÝÆ:bâ¹ì»[½m­;Ìú[½|?Çšu—”¨ä÷Ô|ó½XYÚ¸^Õ¨n+¶qnÜWו…Ñó€Ñ$¼ Óvå³\þÝ1Žã‰hnüþÕëý14 Íª~O·ÿdÉž©­ÔËÏ9}‘ob«>GQtÿT¶$¤S@Ö½‰+÷ÅŽûuï'Õ®Çkÿ.uUaô<`4 =DÔú¯gΜ>sæôgöfDÐÿ3VúøŠÜïø’ÏJ”wrrªn%RŸ“ÿl=GÔÞ¥šÓÈvõÜõkߨýçñÆnªc‚míìíì«_É—© £ç1 ï‡[îQ¤ƒ¥±‘‘±‘‘€!IVl׿ӛµ“å_™|î)qŠìÔÔÔ,9ÇÉ3SSSs¯|=ú³Ógˆ¨·“ÙÕ-7¾Yºíâé5óîþºø²ª@ØÏ»ÏŸÿ÷üù ÁfBUaô< &á=pñø"šØ¤ž@`pèNJ¤¾;'{õ¿°}ã7>â }'È8JÜØÓ? ðb®ôúÏý‚“‹äê5ÜÝô@`âa!Ú¿siçæau#?–úD}ÿ[¤ª€uM7OwWõÂèyÐ÷&ÁP ‰»?äÕ9›®¥('¦ÇÞ›NDDÞ}æ(ß‘3úDÎè’5´ÚADDSvþ3¥´Õ© `4 €˜@L &“ˆI€·Œã¸w“ Ãcg€a y<¹\Î0Ì;ŽI±•µD*…åk @Åe$Ÿ/‰ž>y,¶².O=ðõµ‚‚.ü{®~X¸ƒ£“@€ï+€wŒã8…\žúðþÅÿbëÕ{Ç1ikgRûj|Ü©ÇËÿ*0@ù1 #‹CBêØÚÙ¿ã˜$"G'gG'gìøÀஈIÄ$b1 €˜@L &“ˆIÄ$ &“ïILZXŠ-,ÅV6N®¾Í:öûýtjyêÑœ?gÎÜ9sæT·êjªA1À~04oï¿(¯ûeeú½¸e V mðÙñk£ëØVTÍóæÏ'¢I“&N·®[·Vë|¹”ˆ eo€ýPG“Jݺvü͜ûW´¸ï2åLVöì‡ÑŸyÖ°²¶÷^¸#A9?ní„б¥•} φu.QU⎩¶b±GËѤ¬jЦ>€“ܙط­›“½­“GtŸ‰w äêe¶LûÔµºwx—i…šíÔÕ¤âegôq©îàV{ÖÞDôW KñêGyD”}o±…¥8°ç>"0`à€_Ypz_GÛfß_+½y¯®B5ûŒ~^Îö.>ó÷ÞþqDgW;ßð…‡Sß ÙÊùïÑÀàÃI%»zˆ(7eòÏ­}[N_·Ï)ºÿœ93¢]Îê×tmju¿:9×û§U«¿Ÿ9¦‘‡‘z w÷ÎjØÿg›ÆÃb,vñTã¶uëÖª¦7tï°lçYï~3fð=·kE»îÕkX%k8áóúOoëßef u5IiAŠÏÄ1] 2ï->‚ˆZ.ìID«æ]%¢‹ßn ¢ókÝð)q6³~üyxÃê¥6¯Ä*Tæ>ôž<¾KÎÓ›³? _ŸW÷ÛIÝsžÜZ0hÄ4[}¼«ÞoP“”””ŸŸ¿fåò%ËVd¤§é*w`ïîOûÈÍÉ~ƒu(+9ÙYDÄÊž‹m½¾evÆ}"ò²µ~&cÕ ×›}öø—ƒ]¶<´jííå×¼K¿–VªzLyŒ‘ÿ+§æXòÍú•Üm¬Óåì´ ;JÛúð„¶Yi‰ª’wžgØ1ÊùvYiwJ´VW“”ËÆ=M÷I-¬‰x9ÙÄÉÛº:ŸW>y°·¡sÍûÆ=½÷'ój“”Ó'RŸ×5–¥y%WñbþOÒ¼$–VÎDtáqšŸ)Oli;(ózÍÖÑoUGNNö‰£Gڴ飼@jÊÃ5«WW̽ÉÇRo&$deeQçn=ô”|zn6UsîWœÒDD4mã_õÌEÊ9æ5]ˆhå…3m¶ì¿rûÎ?¿Ì[µrwzêqU ¢‹··ï¼6¶oˆõ›>7 "ŽHõ[ãAmMRò4æ™KDÄæöi²àҘݣoÊëMžÊèX§*#KUr/ø˜T÷’ýL/fߤÙe°cë_8‹à=2ŒØRìàèä\žz* &Óž?»r9.(¨¶‰©)ÇqééÖ66šÅ¶nÛ’~ïÒ’ùˆ1úú×â—þæ·­Ño×ýUËwMîÛŒ_ðüÒÉw¢¾ßëiÑã«¥5ª]«NýÇû·Æ¥>Q¯g×™_›Öï=ªUTµ3ÿtñ²$¢šFüÅ‚ß6ùØxvjJDÓ"ì¿:ý¤÷·«:3»‰È>|Šz ½¿]Õ…·‡ˆ¬üGi¶SW“tm¾ßðïx b~ø1¢…ý¼ÊÒcú›÷f^·ÙZûM]dT œfðþ‰DEÉÅØóB¡ÐÖÎþ]Æäµ«WCj×36625¯&Fû€jÀÀÁf–6^¡mƛۧ^ñÛ\;­;>wʘ_vì5øcK[ßàÐOC¬‰Hô$vÑ´ Ïs¤V.¾Ã¯Q¯Çܥ͑#?„6ûêó¦­Í/iåb¶zlç>?íùnäSÛîÊË}ï-{n ùçÚiSÈ,¢ãe«>S¯a¨àôW+.ØûF®Ú6@³ºš¤‹‘8r²xÖí,›à™õ«‰ÊÒcú›÷f^·ÙD¤Ùoê´>×xˆ­­Ã#ÄÇÅ5kþæÏû+àÞäÎm["£ZšW3 …Þe¸Pu0 „¢-þÞ©kwÍGËxo²ÞéÊqDZ» Ç‘@ à8®<•TX¶éz­Õ ` ¯ßé €˜@L &“ˆIÄ;‚a‘+ä¬\Á¡#  8Žã1 Çç ø•ô¹DÄ$©Lšrÿá•«ñ™™è (dz°° ¬åæîfdd„˜„™B¡xöäYìš5oîææÁçóÑ' ŸL&»/ùä‰ãBßÕݽ2®ˆI0r¹<îâÍ[´t÷ðDo@Y…B/o@pöÔ©êŽffæ?`E/ƒà8.#3£¦«º^‹³K̬L™L^•c4 †‚a–eù|~9¿§ÞSçÎüѰɼG °,˱le´ £Iø@žj#& ÊÉÈÈÈÈÈxWkÇ‹®`X8ŽÃ‹®Uü"P"#£££‰èСCÖÖÖo¿=ï~4ia)nبqÆ j‡·ýßÅ´ ©³a£ÆÕ¶r–Ÿ3gî»êØŠê„ò{‡ïû82:::333333::úŒ) âE׳gNŸ={îèÊè ÝFWT…²çÍŸÿ{µÄ©Œ­jï/e4†„„ܼyóæÍ›!!!ÊȬŠ1©dòyaæaÍa™jÚÂR|xñ°è‘>ugî} ¦žGóÿÝ!,0¬IóÞÓwkŽÿ žéÚ¤Y¯i»_Lî•¡1Qš4©ÖzÕâ§3'æ¬×¨IãÖN¼òŠ"waß°ÎÓ¶îù¸­rTרIs"*|þÏÇQõÃ6¨ÕëäóBU ·OîÙ8< ¼Óá'%ƒMÛz57êòì& ¦^z±uÿsðV¢¶NëÓ,²IïÍɺڠ«c[DFùÕÿnßÃý ‡µjÑÔÏ»Îì)¯Õ¶}¯vBY^o€ª©ÄE@$õêÕkÕªU|>ŸÏç¯ZµªW¯^"‘Hϲ•Á€îM&mîØC™ÝÞß:ê™}wWÔˆiíw险g‘U;N=¶§ƒ{ÒÎÏwi¬bu—/ì&ÞÝÙóζ{_Ìü­K·àçVԱɽ¿Ý»ÅøÞ‰kˆ¨ÏüGRŸû˜ _ä )¤©:·Êi»rÇð&DÝÈR¬Õ­Œég6öðùΞ‰Û´ŒYyïlñÐy_ýY'g{&íآ˚{g¿RoŒÖõjn”ï°©I!ÓØY{yDñ³—Oü½ÄF ™|b¦/ýÐð#­mÐÚ‡;Ý¿W¾Ìñˆ86_½¤Où±>‘BÿLý–íÃ5/K)8î¯c']Œ^ù¶ÀÙǯÅ=p`÷Ò:‹ÿ~û½rfÛæs÷þ]Ø-ЄW¦šõÓº^­ÕoFhÇ©>Ÿpìa õÌ…%_Ð0úÛ ¯cѫӊ×mÛk‘Ëår¹ g&@•%‘)' Ö®];|øpGD,Ë.[¶làÀ¦¦¦o³=†so’×zâÖZ·¾ŸŸND‘b£ É9Dtwÿ¤ _Ó—^–S?$¢{§j>:ÊW<éÀ}"JÞ;Q5sbm»¯~+¾ù—ô_"'IHgÂ>ê2yþâœä—w1{ÌÝ?¹ÆÑ½°ÙxO¤ÅoœùÊW|ø¦M›‹ŠŠªî½I†o¾ô—®}çN¿¼èçe#bZ7^ëìàý Ño»¢!Û—÷ˆi6·ºWÓ! ÿ@‰G?ß¾ºgÇva «{G&ÚZüRêÎmWû ¯½NaÌIkDLÝRß‹c‹&õh÷LJ²ü¢~³6©×Ðmö^þ´ŽŸÈÏþ1aIÿȨˆ†Öf¦gN¼s]¿ÝÂ牤"·õ»‡¨Ê·9?9rAÒSiõ5»,ÑÍõêÚ(¾±Û¼ ‚¡ÿÑÆŽz¶]WÞ@ÙÛ¦Þ ê¯´k}ÝŸ›¨âTW±X¼k×®˜˜˜ààŽãlllvíÚ%‹ßò%‚IJJÊÏÏ_³rù’e+2Òu~lñÀÞÝŸö›“­ùÐŽ­EFµ°¶±y_ö+Ï$(åø”ˆ¯x)Wf¾ÃÆXXŠs²³pb‘D"ùcã†Ï‡ •I¥è €*èê•øˆ†MòórÕgfffÆÄt"¢]»vZYYéZö×uk;wé*Ö(`bjúÇú_;wÓòþМœìG´ißQW©)׬^]¿…§àù_uÛȰE¹äðÓŽ84 ì‰$±MTa%®–bñŽ;”ïäâPcÒÜqð¹3ƒ ¤1Jj JÄ$@Õ¾”˜#‹µÎGLB•{æLxD[>ÿ3JG²ééi±çÿ­W?ÔØÈ1 2>çèäR;>îbvV6‹7ò@ix<ž••UpHˆ­­±‰ b>h cddäåííR£†\.çX–aô èÁqÃã‰D"ÓÊÉHÄ$@`nnŽ~C°¢ “ˆIÄ$b1 €˜x›ÊÿE¯“ Ãcg€a y<¹\^Î/*©€˜[YK¤Pˆ¯LCÉH>_(=}òXle]žz*à[xj]ø÷\ý°pG'_ëïÇq ¹<õáý‹ÿÅÖ«öŽcÒÖÎ>8¤öÕø¸S'Žãê€!`F,‡„Ô±µ³Ç1IDŽNÎŽNÎØ+ðÁ;]“ˆIÄ$b1 €˜@L &“ˆI@L &“ˆIÄ$b1 €˜@L &1 €˜@L &“ˆIÄ$b1 €˜Ä$b1 €˜@L &“ˆIÄ$b1 ˆIÄ$b1 €˜@L &“ˆIÄ$ &“ˆIÄ$b1 €˜@L &“€˜@L &“ˆIÄ$b1 €˜@L &1 €˜@L &“ˆIÄ$b1 €˜Ä$b1 €˜@L &“ˆIÄ$b“ˆIÄ$b1 €˜@L &“ˆIÄ$ &“ˆIÄ$b1 €˜@L &“€˜@L &“ˆIÄ$b1 €˜@Lb1 €˜@L &“ˆIÄ$b1 €˜Ä$b1 €˜@L &“ˆIÄ$b“ˆIÄ$b1 €˜@L &“ˆI@L@ÕÄq\Ç$Ã0…èYø( "†a˜ ‹IK±øÁý{………,Ë¢àýGÊäò¢‚¢ÂK±U©åe¬×? 0þÒ%ÿÀÀje‰_ÃÄååç]¿r%¤NÝ ‹I±•u`PÐÛ·s²³Êþ’.€ÁÅ$ÃXXŠk‰­¬+,&‰Èξº}uô/Tx§+@¹G“7®¡³àãP«bb2¢aô&|`²³2+&&K­àÃ{“ˆIÄ$b1 €˜0LtT¬B!W(¨ |%5Çq Çã1|¾@Ϫ@‡ &ŠI¥ÒÔ””ëׯfef}ðËãñ,ªYøùû×tu¡CÊÒ!ˆI¨ÒãÈçÏŸÅ]ºØ,*ÊÕÝS øÀ¯{2©ô^rÒ?ÿœä ø®®n<>¢¿C“P¥Éò+qñÍZ´ôôôª Û+‰¼}ýùá¹Ó§ªW713G‡èïR£8…àÃÆ±\fV¦««[•Úê5jfegÉd2tH©‚˜€*a–e?ø—5‡P,˲ÚÞ¡ƒy-xѪ̰² ¼«S3Ñ!eïÄ$@éQz-áʳçO´>êPÝ1À/è .µUЦ#W~Ú|VβÄqGqDî3gH«÷kC“/3òú+ eTkÍ(ä8îúk×o\ ôFRê'W°‹ÿ<ýÝà–fÆF Ž‘³Är”S Ÿ³v?bàýÍÈ«|¾ À/0??O./ù^@àW+áÖµë7®úcL©Å”tO'kQ¾œkif|2þ”e$r’(˜µk½†˜€ª’‚znÅq—póeF&­Z}mì¸W¾¡†ajÍŸç1dH€o­7¯^K¸ü¾)õwÈ8vñî´5‡O¯\\-DZÉX’Ê9™‚dr*’Êx óÞÝEL”K¸yÏç+3òîš_îΘÙÌÝ]Äã)äråO¾Dr}ÆLŽã<‡õ÷ º~ãê•kqÁµê`LIDG+¶Ÿ?xþv‘T¡œ£ŒC–#9K –ä,£`)+;÷}Ü:| ªº7¯ñù¼¿ZùùywY›8ýÛúÖÖ"†a Že•£.#>ßÏOœ13iÅò¼¼œ@ÿZDÌŸ Z+L<¸¼}£ºµëÖ ¨×¼ëo—Ò+e”cŸè((’üaï·Ÿ|Ý»¥Úà›8"–c,I”›_ÄIsÝlµÖ»~F£àZuëÖ nøíúXÍ ÌO=ÒÄÁvâ–›MTâQ×Ë}Ož=nÕ:??/yݺĩÓjW«& RÈåDZJDZ¬a¼ˆî|;S¡`݇|\+dûÎ-õê„•¨íéÙ FÞØwìT¨³)=»vä×9\ëJÚ¨Êè²Ky–=â‡}¾îÎ1-üŒ„|"ª?`¹**Gÿ°›ˆø|æ£Pï ½›§eçi¶ùáÁ‘mæåœ>wÑ×B$˽õEDãöqK¢]TÌ»¿¿EØ€6kÎÛÑã¼`‹˜ †!¹\veÔס¶¶B†QÈåÅA¢ŒI…‚eYŽe…ç.—ßœ<űoïjæRm_éò}ïŸF¸«ÌH"²¯Õr\-"¢;ë†õ^}I!-ÊSXûukÿ:6D$ ÷Îê;wÏÕ‡rz-=8+Æ•ˆä7¾îýÅ߉ùf|Ö½ýÿ¶Î¬#ÍÖmh|†¼HböÍúíýkÛB§]HH™¸òptãÚžŽwç…¸Y.›ÐCÀ#ŸñÉHÈ7ðLŒ„æ¦F CéÙ «ùõâÁF½çk!""a5ßvro¹xɽ”æÜÙѬÁðÿ¸0®UÍwµ™ˆI€oÖá8Ç)ärå§Ð•ã-UL* 8Ž8N®P(XVë7Ÿ­MÍKô°Ôœ_£í·ÿ°'¢ìÛ›j6×?e­rþßñ'&xg'®vnðŬ˜CD´®]ô­ö¿ÝÜED)D´®m‡ã©g›{ï/—F£û§®ç=¶ñÐå /÷hÛØÜÔ$ñQžH@ ²EFÈ#¡€ŒŒÏñI( šÕ­|æÎÃçÎvbF㮞æÿ¿½»­ª¼ãþ¼sî½½ØÒ–Rla€e¡@¥@Á0TÀ16^ÔÜ¢ æ œÌ@X¦€ ¦cS'[2da`¦Û² E^:^4Œmœ‚àm-íhË9ÏÛþ8í¥ô¢dÐÞï'M{î¹÷9·ç—æ~ó;/}Nõ»-ñ0µï¢ÚOòiˆÉ¢ÍyóÃåsnâž"&ˆµÖKÑZc s앜¼ª§$„h­ŒÖ2ÚêM[ª9õÛ¹s7Ÿº¨Në.œ ¤!&×}5’š÷ˆqI¸æ¹¿üçÈ¿.§çÆ!kÞ-ïõÍI[!„tc•7½\+7ÿùƒó5ÅÓî½ä›3åõ1—RÆ(£„„§$­6„Q«(ašXb­¥‚3_ªhäúBgÁ´¼®ÿÉÓãW§°›v©b’‚ÖJ)ÕvLm!D+Õpñ*¥9Ù¤¡ÔÚCQZ+­)ƒÀo¶©¯ßßpâÂÊiÍÖÏœú­ùxÿááÙF–wKë—è¨DØêÄJø¹2ß“²v{é¾\¯aMâe-ßýF¤}—I,1„Hmm„f6ÐÕµŠ+˜:4âЈÃÂk,a$â9ŸTþ·ovZ³ßù¡¬”Mÿ,_ÞØWÿkcJVqâ5 _;P[\8|º8ú«ïDoÒ%§¸Ò’¤_L¤^sJ)cŒVš¢”RáM R&îÑJ­¦©VJJÙrkK^}ü¥¯->úqmø°òDéúg¬µç|Ý/7ÕZûÞ–E¤É4‰‰åUEY ^Þ.z¾ÎZûLAů ×|xøƒ–c[õ™ rMÏ/˜ð@aïmo•:DõɈ]ª×ç*/WתËQš4~Y¥­ÖVã–šÝú§¿Þ7²³M-Ý8gÃŒ§OÖÖÚ æäS37ÎÝ´ôÊ÷É_–Í‘[ŠæoðýœÐM´› m|P4Æ(­¥õRzŒ]5&< Ûø9B(ÕZI¥d [n3kìªÝ/l^>wüÇ>'Ú¿°ÉZ»íùùsGf䤘´‚ß'6ÝB¸<ÇÛÿÆÂü_ÔÅÒ÷Ë?ÝúìÐG~³óø¼EÃ^Už úŒùÞö¼–co`A:âáÉùr»¯ýù¾ñc åf;]5qXOÁ‰`ÔáD0*8ŒpFê.«Óÿ®Ú¶ëoñ¨;}Ü foš;ùÅÖ)+f®ªª2Æ0Æç"ÌÆð›ãh¥<Ïãœ#&nÅî©ýæIJ9dp~Ù¡{÷•Ž)ëycŒ±Æk­ÑZ+¥vïÚíyÞ=ãî‘R:ŽÓµ Ò>jüI)eŒõÍŽk­-ã”Î9cìÊÓ„†k0‘À­ íc¬­­­«««¯¯ï“Û÷ø?Ž¿ñÆVmŒÕFÛ†¬ÔF[c{õÌ5bÔÅ‹}ßÅb)))]µ ‰IÏó\×müEºáöS­­µœó†ã­œ‡éníŒÇ¨“1Ùîm‚±XÌu]Ïó\×+YH)ƒ@)m¬!„0Ê„àŽëºŽãy‘X,F…¶3tµäÆLËF Âó¼ö{×NZ(Ä$$QN¶ó<ç<Çãñwc¶k“ùh-cìÒ¥ΓèO+ÕÖ‰@1 pe455µ¼¢²gVVòìuå§•Ý»§3ÊPk1 I3‘?t衃F.ÊÌìÁïÚû«•®¨(?räðð‚·µó…(bà ÆYvv¯!ùùÇŽ½WS]“˜å£Ëî/ciiiC† ÎLψD£(È5 ‚˜€¤F)u=¯ÿwäææ*)µ”Ò.¼¿ÖZƨãz‘HéHA“DGu@A®»E “ˆIÄ$b1 €˜@Lt•˜l˜VZí&“­Çd…h%&)¥ˆI€6»IÎ9 Ð’àœ'bòü¹P€«bRAY²h!ÊЭ¨¨‚ ß÷}ß—•RJ)cŒ1ÆZ‹2@×ODJÃËZ…B×u]×BÛˆRÊ9wG)¥µ31 I“aR†ÇY…Žãüˆ™ÿ˜ endstream endobj 392 0 obj << /D [390 0 R /XYZ 56.693 815.761 null] >> endobj 393 0 obj << /D [390 0 R /XYZ 56.693 759.068 null] >> endobj 394 0 obj << /D [390 0 R /XYZ 56.693 739.087 null] >> endobj 395 0 obj << /D [390 0 R /XYZ 56.693 375.336 null] >> endobj 396 0 obj << /D [390 0 R /XYZ 56.693 355.466 null] >> endobj 389 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R /F73 59 0 R >> /XObject << /Im33 373 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 401 0 obj << /Length 350 /Filter /FlateDecode >> stream xÚ•RÉnÂ0½û+æ‡ïKUK©•¹+¤(R5!êïwZ!*•KÞxfü^fž€Á¹OÉb©9xê0~€ÔXpÜS©¤{ØÌÞB݇ržÍfûüô]Ú¢™²Ëñ9oÛPy} ó]úŠR çÔk §ö¬©·Œ‰C߆¬ØJ#ëKº.!ËŠ¦Î»sù é{èEÙwC gàp&#‡™”µÔx7ÆN)‘ǺÙ"nÇ”|Ž- 8hƒý¬çÔ0YE6;{¬¡,UÞÁרYæŒ i0.aMV„û_œ£ÌPŠ#úAñço†ï˜PFR=%wSzñRI Нþ¤ONüÉ/Ñ{+y/ŒÂá<(Á)W*nk—yvÕž¼ËÚâØà+—~½xQ ²94—M­5‘uY ®Gaïbp»Ô%^sQ±iâ[MümV¸ÿ endstream endobj 400 0 obj << /Type /Page /Contents 401 0 R /Resources 399 0 R /MediaBox [0 0 595.276 841.89] /Parent 397 0 R >> endobj 374 0 obj << /Type /XObject /Subtype /Image /Width 618 /Height 424 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 405 0 R /Length 25357 /Filter /FlateDecode >> stream xÚìXG‡QcA°Æ‚ôª‚Ý5&FÅ»&~ÆÄ^b¯Øb7vcG$*EÀ.6ì"pôÞ›½H/~ÿ»…õ¼æ!”ßïyŸdnnvnvoo^fo…ׯy)ç§ŒŸÒÒÒ’’’ââ⢢¢B~ òA¤„”Ǹ$H*$!’?2®|]V¬7cæåå½zõ*''';;; AAjAHy$>ÒI1© CY ª“ñ&™—‘&u’‘‘‘–––’’Âår“Aä«ÉŽ”Gâ#ý‘’‡ ”Q'³ädÖ›Ô833“¶¥N’’’âããccccbb¢£££Aä+ iŽdGÊ#ñ‘þH‚¤B"i‘Y‡2‹PF ìª“êɰ¤ZjLþMHH N"##ƒƒüAä+ iŽdGÊ#ñ‘þH‚¤B"i‘äHŠdʬ@…Ô™ššJÂ%óFDD ž¶¨…LI£¤B"i‘ä($PZ„Òš”Qgbb"-]‡ü¹kÔÚ+W=Ó€ZITH %-’’.IšÌ×ùùù999´2%½2êd¶=~'ž8r%`õ¢ù †èÏû¡ó¬þßþѧåÂQ=·¼À< |z¶] Ýl,jP­ÝS ¢OHHÉ‘I¢$]’4™›li)š™™™œœLëSFGoŇ®¯þ믙=U¬æôŒ<>>Éfvªã¢ §Åþ'f¬ÖiÖÀŽû.<ã5»qäF³ ð±ùÛ.dÉI/–¨5«æVäSF ´%E’(I—$Mæßu2 Ï„„„ˆˆæ‚íçXbzw•3 ¿Kwú«üæ‚èýŒ+½ùW’Ýâò§{Ê}ÿ{qrþ¯]šNšù—ißþ“ç­e6>*d·ÅÇ=Ij»/EHºîJOQjF«³Ù“´øüùsR$‰’Y~2ÿD%++‹ËåÆÄÄ ž¶ÎÒ%ñІݕsœ×—ß^^~kIéU~–‹}öŒˆÙÞõú̶åŽÓrÝ,½m6ÍèÓòŒõ©ŸFŒ\±ÿ»!,#VØ÷ú>|ïÞ~BˆöÿA:dŸÃS¦·É‡«9ªtH‰‘+í'o½»Ñ1ò=:YwÀyÌ*^'ë.Eá,_ëÏã¶] e? ba\I…¶"Í1 ¨ÀÂÖmE¬µö'9zyy“(I—Ì·Ÿ´ÍÈÈHJJŠŒŒdìyðz4Ãì¸×7•¿8Zî¶ÿõ‹£Üã#oÍPMÛ¡{rXƒÔ:·þP/ñ8fµá׃{6ü4bÔÂmÖì†0ÐÙÈü>«øç÷ÇïñbRá=z[tøñ…;þ„úgÎüêt.ÈÞ‹O'ìðcz‹¼w{Òá€÷ÕÇ;¤”Ò’â舘õ[¯npŒj¶ÿj””NÖpÞþ$1·¸Œ:Ù¾ñâZ§HY^ZzŸ|26œ$Á1Ê‹MÉ =E¢¤fÔXÒVT8y7ž¬ÚŠ÷yáÛÓÝÝ–Ÿ$JÒ%I“Ô™››Ë\¶ cì¹ÿZÃÒ?§ßÛ9ñuø­×ANåWgeîÒ{4«¥Ç¶ö㛹/hãô¿¶ñ§&øÚYL9pæêìV°°S}iiáâµµBÏî<û`’…Ó¨•¶#VÚOØì¼Ú6ŒÝŠi Zt%Õ¬¶|±û¼+A¡Î%u²åă‰ëèá¨Õ“·Ü;ìµ;7úåRWÅeåEyI#VßØÇ¯ßw%xñ?·Æ­±±ÂnüÆë²ŒŠî½4o×õ±«ìF®r˜¶óÁ¶+‘‚£ZuèÎ/«íF¯¹´À*X–²/·ëܳ“÷_RáUZÈèõÞtxà6½ÖÔ£þ{¯Dî»ú×ÞÛã×^¹Ân܆ë‹-ØNòËx¿jìˆëÊS;¥¶”½O±»#ö IêD–w€M6A²Û“KÙŠ9o¥lÅ›øö|òä ‡Ã!Q2oI999©©©qqq´&eìI†­§îÍê­šïv¼üúܼ}n‹Úïø±ño† ß}c=¥Ýù¹ÝíÃ}f9wÆ/#§ÎÞvÁ›ÝvªO).‹yâ"(šíV÷çZ…Ťæ–”•–”ÄÇ&îùçê*›PIËIÁ5—ôRÊ›ŽßÿË)$6³°´¼¼0¿ *:‰¦hç‡*ÿs)ì—•/‹ËŠ R¶½¢ ­¶;,² ýçRÐﮞž˜’Çû§^Ü—)ã7^{ç¨ö\ œ¾áæ%_nvaiqaa€oÈœ 7ÿ¾Á¶Ù}/&½ ´àUŽíÙkó-ƒ$Pô_f3bÅEÞ/Û,+%1½éÐ%6«¨,òÎíɇ¼gn¸båÿ2—7à”ä”ÿÎ9ÿИéá?—B¤·”½O¡Ý{Ð$½Ü;÷†-ü;yXŠ^³ô 5Úêˆs¬XíR%=%´ÁØóáÇžžž$JÒ%I“ù ðÌ—žŒ=÷\Ž`Y¾xÉÊZæ\üÃþ¬MÏ-øîÁÎßvO꺸gý£Û]9>êÑ™3Gwþ>gvÿŸ~Ü‚T—ÞÏ(-ÉŸ³æV¶Y?[vÖÇêÊ‹CŽžV·ƒsKËó³#G­½+I|+NyÐj®bŠæ¯ì¨¦ªö»Ò6³¤¬8?åëGïÞI³w9o¿»3yw’|ŒÛáµ|›ã~¾L¹Á¡û/¸]p_¸ïö;GµôoÇÃyT|èuò!— i¿üíÆ¶‰õô;|#Š Ey/G­¾!v„b)vÞ Þåå¢üäQkn°õiaaûmÜÙ¸ÍÚâ¸ÇŸ·‚ð:yÅûfp^yyÙ‘­u3 xÅ'±-eïSÒîˆ?h^nôŠwì; [íC„ìyèF4‹=©±ÐV‚ÍÕÉÔ mE0ötqqñðð Q2_}2<%999::: €±'m+Èâ9³ftk¼´wƒK+z¼aø‘IÆG&™NÕ—ÿoœêü©CÃ_\{tÏÉË÷ùw?ý,´!ì¤JÓ{FIY¤ËV+ÇÌ9›Uüæoý¼½†â‰o¹ÍÛ^|kYºä¸»PIJ@'ÿ[gÿ £¸¬´ð¹OÔ¥{¾ö^Zq6Pp-Få….Ž+ ²íá›3·ßH..+)Ξ°Êq n§úÙ«íæýë:ïŸ[Bû(vTcVÚf•ò¶š¶âÂÈ•Nü/+ F¬|s{Ö;zÈÿ{ e’F(öV^/°;{mö‰7«¿%ëìæüëú×éqÀ‚ ½zsÒ!ÁRŸ’ZÊÞ§¤Ýa~:h’:½ÚNú¾À°/8A{ }Fí¹]d+ÁfB×l·"{Þ½{×ÝÝDIº$i2… QQQþþþŒ=ÿ¶ bÝÁ«S ëúŸ^xsQ½ÓzÍ0m¾¤{ÃM£t6¯šäûèð±Cc&Oðó0Ñ A-‡TÍWØ®~’UZüŠ´Ç­´MäßµbcÿtÝñûL™/>›Rþ_ÿùe…ͨUWØö‚½‘—÷z«FØžâ;Ù|Áoìºk;/z_|šWZ\6rÕ•å'_¬?þ€aÙñgcÖ\Ï++šÛoº4rEÅœ?gµíÜ#®sw; í£ØQ±öüu¥ÍÈ•—*ì¹â¢¤‘‹¡ØCºþăµGḭ̂¸8ó_ŽÐ‹2-I÷éü[[=¤#¼þøýuÇ,?üd•À LcI-eïSÒîŒwÐ$u²ò Gú¾À°Ó1LÈž[lƒY„ìI…¶bÛˆ^¹ÝÂÿm ‚[Œ=ïÜ¹ãææF¢$]2öÌÌÌ|ùòedd¤ŸŸcOÁa°LíÖìÁ¾™ÏÿwyÓ”‹&ý>aèúåsÝ»äè9x¸ùo+lº(vCP›˜HmÆ®»•SZÎΫVÙÅñ¦PÇËî§îÇ3/ꧬ¶óÉ/¥òUû'G§±í©·_VÚ&ó%{î¢ÛNë'KŽyJš´%u2uû]ŽOøIÇç»/¸»¤•–äXé@=/?áÁ°îèõ?Î%ñnv÷úÛêÉßgï² §‡1î#WÛ﮸¹ÏÆõüÓrÁ;Gµ`³Ãáˆ|æÊ퉊+·/Æn~*iä’F(îÚ.?åµþ\ h=S³x›ÓN_ÞÒôÈÈC¶®¼oúrý¯ºL9ì#ÔXRKÙû”´; ÿv=h’:½ñ–ô}€a÷¥pÙ¿÷¤Æb·’~×»!hO%é’¤™É=7Ù‰2lPŸmsGøÞ8æsõÈ‹+G8÷mü½øsü‚¼ÿ˜?ïÇÑ,ÎùŠÝÔfÞºª¹Ýqýólöáê]fH|URZ\øüñs_¾ì¨~ÍQ—™Vþ/_•æ?{äñ憛 åûn­º“QÀkY=jÍ-I“¶¤N¦m¾âžž™_R^^–‘édï<ó°—à€ÿXkï^D-·:L?äºø_·±+íi]\VZôÇjû)ë¯Ùz$¥å•ÐcîË”_,®¾sTÎs¦ZܸäËÍ)*-.* ô ™cq}õù@I#çߺ JjýÆ þ3,.z“UD+ñ‚ü‚°ðøãGoÏ?í'ÔXRKÙû”´;Ïûüj!|Ð$u2aÃeéûÃ?—#d¿ç–KÚŠ ëÏ¢ÿb…ÝŠ`ìyûömWWWéöÜx!Pˆ™¬&þú«“Íѽ›ÛXîõ{q×ßוÔyÁÁÆêÂYo·AÃͧ-ûGtC˜é”)/Ùá$øpõ‘{ãVÛ\i?u×ÓÉ«íÞÔuá×_üu×ÁöIJ½Îcù-G­qíÿ­Î%tBz³Š×Ãèµ—fò0 ”žcå_Qs>`ÜJjo¿ú\À†sœ?w\»š×à‹+2ŽjÃ9ïß·^½²â—¬: }äï¡Ð1‘VÞoî.çqk.2ÿdâæóNùŠo,¡¥ì}JÚñMB'ïÜwˆ}W#eÿm ÔXh«5gý˜T`ak„¶"d·§Å¹!þÜr~èè1SÿýGó‘C† ܼm©sÛžƒÍG9zà0óÁ#ƈn|pv8†ÿs…§Â™{Ÿ,;Í =Å[B^‰¤ÆÕÙŠÝžëÿóåw‹3“—î¥ÂÔe{Çÿú+Ù“þKeª™±îÄüÝWÄn|ph ÉüNZ)PjVý­d·çZk?),;ö컟~f ²ôÆÀÇ€Vˆ‡oÆJáÞ/:ø [ÉjÏ5g}@ÈbÏsgKÿ¨mßiOÞ?ÂJKáçã {°'{°'{°'ì Àž_7w]ýæl³¶ð8ø ˜/>AÇ“Ž*N-ìùµòÌ3xòZëŽû§ñŽ®‰ úБ<èè3qõÙÛžãÀž_%s·Ùï¶çœ½gå > tTçlµÃ ø¨ö ô¿êäpÎê4ødœ?kyõ’Ãè¿N¼yøF4ø°ÐQ¥c‹³Zðd£y ù¤×¨ñÔ´ƒS{_ý½þìö  q´³‰ŽŠÈÍÍÉË{> t´é˜]r|Í¡««\:¶8«O6G» mÎÕ„cR£ÆSÓNí|µ÷Ú†äõyíI?±ø%%ƃOÏ„åÇË:¶8Á¡ù%;Œç‹88µgðÕÙkZ~^{Ò*8>.&1!|z¦®<^ZZZ‚|„бŠ&}ÌéÃŽñ|§ö ¾š{ýyíyÎêtB|,ø,L_}¼¤¸¸¸¨|pèØâ¢¦}ØkÔx¾è™°vNã´×ŸÝžñ±Ñà³0s݉ÒgQ!øàбŠ&DMû°×¨ñ|Ñ3aíœÆk‚=ãb¢Àga¶Å‰¢¢¢ÂÂ!äää )ztûy'Ú@:k×®aËÔMU7KÅø1í;ûƒôùQ‡MÇ'˜5íÃ^£ÆóEÏ„µs¯ öŒ‰ŽŸ…›xö, ©Š)Ä?ÛÚ@eTAÃnþó1úü¨/AÇ'˜5íÃ^£ÆóEÏ„µs¯ öŒŽŠ…¦2жf{M³m—ž‹m#…… °eꦪ›@Oë×FC˸njÏ8Iüµå¹3?/O:øL!/7UNþ¡JÁ2.oœÚṲ̂ºÆ Û`ª±Ú‡·N4002ê&Ú²{“ö­4WÙ…\´˜ÒË̸µZ§ÕC™YÉ®Ót522ÔÒéuÔ-NÒXRBÏ©73vOÉ¢òññú¬½+©“œT¯YÃ{tÒ5 Õ´ù W±û"iØéÑ7†uÓÔ3ÐÓì6ìftš¤½…Ž­Ø³ZìC¡ú7翎fí;/{|'!öÃ.ºïÁ©@ÆñèTÆØlê猇Ý&Soµut´:u³ÖYÒ¶ûVÿ½¿§»éŽ;Lùòî&štx;k/Øí$ù-¨ÚÉ/ŠØ™ÿ«š`Ϩˆ0Qh™‚çååß(ÿ(¶ØÍ?!Á!bë(Èû„†V§‡Çòm' Éž¯„ໃW¸´ qëéB•‚e*üï‚^úí¯¯ô½ô–¿õà·Ü« ¨:ý¼7•½v×WÈ4ØßCm÷Ó*pƒÎ6T/:$RCŸ¡¶L¥×áÑ-{¯¼0³¹Áì¬W;9ا倭7˜rBXŠ”ŠVn1PoÍÛAß³cU 6IÙk!èØ¾ó´dŠž®l»ÍüúÊ?|'!öÃþQ?ª´›RúÿÄãyÁôjRïŸ;ž¼r˜ÿÍk/jÎtWÕ#¹²CÓSžþTxzzJÓŽ#ïq¨êsktǦÓ,“ÿêA–W© öŒ …ö‘)D„úÈÉת,SÁrÉScýÖ-ÚÏý÷>ÕhÊÿéE[W×P´eý¶êç}p|ñènÆz-U¿ü!Ó ˜silo]]N]w\qÒÁ t5Zuîmù̇­<0ó'CÝA;n‹n>ÌĀɀ?%õ/½±;H„úÝœöC—öµhy>xî%Iÿ·hh«VtuµÍ†Ÿ=È«wœ,ÈÏ•›+½¢ŽF ù:MŽø$°•‚ Ø7;‡_Î’“«#SËœô·Ë[©ÖU0¨ŒšzkÑ!‰Ž“ØÒ¯e£íoŧIéDUQ!4=KRo‚#­¤m£3²yÿ@:#R^QYÊ^ AÇVÊY-zK>ÿ9ròu¿‚“ûa—ýã)öè~ö£ŽšÚšžs÷ÚM9¹‚SA•ÆÃâ÷ø€j½ë¾TÞ5ü[³…>Ù`”ì=ý…*E߱÷·ªs`5ßÙ°ÀÍU†0å_ÕýuÏ“mù·¨‘ú¯U=ùEóÕyºÚ3˜–þO75P-ØOÀ³“½;·ì¬k0xæA¶òYöú³Û“ r¯&õ6Ý|J…›ûǰ Ø‚`™×/o¡J±-Ë« Uú®¶fÊ7Ï]’ùÞk¼§þª¤¹X´±›ØlÙ¢[‹^KN2ågwÝÅoëëáôà9|ž;Ñ\ô ï: Þž úб=àkTú[œcʶß©­}‹%Õ|é'!öÃ.ûÇSìp‰¦ÒðŠÊŸ›u^(º¹àTP¥ñ¼õIÑÁè÷Ol—4iñý#~oŸf0»N8øó O/®©×¤‡¤·CöÙì}æÀê½³î7ç¨wßÃVÞ=4®Iûá×Ü^P™ãvÙ¼}“ñ‡oUõä{œ}_\oÖ Ýú®ª?¸-´ÉRM%æÍº±çgYl{ýÙíéïË…ö‚-ß=2¢q›ñT¸½ofû­ô Œ†Ï=È6lÉ–÷Oì©Þ¾“¶Ž¾`¥Ø–‚eoWÛѽt¾ÕÐÔÔèðÝ/»E‡´gZ=íŽêº½ç*ÚØÍ?l¶ÌqwœØß°m§ÎÚZýi+v[?ïÇ= ´4µ´:¶k?n…µèAÞwøÏžÙYàƒCÇVô€{»ÚŒí«ß¾“FçNßê÷e÷ÌCô-–Tó¥Ÿl„Ø»ìO±À÷}¯ÿmgMöúýO=pÝ\p*qôôÚÄãÞáÔ4tôMß-ãñ‘q¯?»=©Ÿ/:°_ÊPeäп<{ædgƒÛ¯ìl©>Õü°ð`uÆS£S“ßÙÊJ·<^|­çóg·§/Çë‹€>/_ÊPeäèqž=³³²À‡ŽíWv¶TŸj~Ø?ø°:ã©QƒùÒßÙ/w¯?»=}¼=ÁgáÔIfí™>8tlq‚ QÓ>ì5j<_ôLX;§ñš`OŽ× ðY°² °çGµ'N0Ñó ãùRNí|uöú³Û|F ¹gO@mãüYËk—C‚>=_#Ÿ50ÝÇç‚ÔÂäçåø9ÚÙD†‡~{b²ðÀM~IkÏëW.Áž€ŒdefÄÇÅœ?k {²“+ýž"Ø€=Ø€=Øö{ž`ÏnO¹·c´úñÇ>&«V®$DÇPýž?T?ïð‡¥:ÃþH» °§,Ó¯¥åi'·Ø}LD'|楫ßó‡êçƒ*#5ã öÀžŸÑžÑQ‘ q/Ó9§&SÖoçèÙmZËÉ)¬¿N嬴°M3†µWmR§N½6Z=Ö[¹2=d¦®™öc¥F uêµÓí):«‹–Ùˆ6ÈxùbÞ¨ÞÍիרy¯‘s¼^¦ ¶9½tlË&õ*wX~ÞOºJdiì8[·cëuê6ìÜuð)÷˜w®Í™JI‡¢âETm¨È¬â™«%£Ô×kª®³ö¼Çæ_(7¨Û´¥öz‡@Ù‡-i¨°'ö¬9Wn÷ mGÒüsÃpªé2ß‘iyjØ·ô°×”…;wnŸ1˜¬ª¸/(ê nKõí~øã؉cëf”nOZd ®vEèÛ’Ê=æmß± ZöÝ/ØF{Âê›&Q¡¾RYì)½}„óöÍ;÷Ú¿góšùÍêÈ7RŸ,va(:`I‡‚iÙªÿŒ£'Ž¿úfã–Ø2‘_”ï²mÑ0)‹8ÑK:Ïž’†*iØÌ{ 5“¤„ø¨Èˆ‹¶çIR5ÓžW/9†…ÇÅD¥¥¥fgeÊò½§Ë†~Tèkqž=3E“ÊSNsx·Ê¤GmŸ3F£e39ù†ÍZté7tÏCž‹3SüVLÔJ©¡¼Â›»†Î/ë Ü n#5óy„fø[ë~QkÂskCÕqbïš;²mZ·Rϳ…îú°öäXþÕ©yƒ:ß( ™s¸_÷b¡è€%ŠgOICÅ•[ÀJ~~¹‰$U3íI«ãØèhjƒw @Í!7'«  Ÿ$U3íyöô Z#‹]uŸ‘’’b±7äÔ{â={ž`OØì {°'{°'ì ö„=A $5•›”Gg5¼“ø¸š1R¸É’~çì j/“ž~˜›› {‚ÚIZ*×ÃÃmËF‹çn®q±ôSe<H'6&æéãG4o„äÞ ’˜·wÏN/ϯAª’ð°Ð}ÿì*--…=A-$>.fù’E´êÄT€ H•BÞ¤Ù£¼¼öµ:“—.^©Aª†f±’‚=ì‰ {~Mpv65Ð30ÔÕélØgØÑGQ5m„ÕùóÖ«V®[†==aÏ÷&âöJå#ï'1#Ý.m´òûšì)¸­ìý¤¥eÀž‚Àž°§$¶k²Æ+V´žquh×κúº»½ñ’µ£Åd3ãö­:¯¸ào»nrOS£ÖjWÚÈØ€sè]»t1Ò×í¤ÓûÈã(Á­z™·Sï´ì|…»“C¾×i£md2|‘µ¨õ¨ÆjþÐ.†Úmu¾w M’Ô¹ÍϽ©¥¡QWÁ2Ï §|ßÅÐÈPS»ç‘'oFb¹hDWßx‰ì‰ ì {ÍêÈÇ¥‹ù›ô›³ò¢‚÷™1Íõ7°r™vÆ•w)g·‚¢Ê¯Ö/¨ë±£¾Ò¤„…WÜ¡êuª¡Údv«ßþóâoµ·¾R¦rså¼,Ljµ'ó,ÇjlsýMÒ;»öü§»Ú·¼÷=Ñϲa‹qlƒñ–Ï¥ŒŠ…, {"{Öf{Ægˆ±§Š¢B$ÿêeVZ˜¼¢+:ô¼rVÊÛå:26ˆ¼}hH/#m]}²œ|=á­²ÓÙ–‚kÏÊgÃIÓÒ;kOÕº •QSoÍ6ˆ©üYB쨰öDö„=‰®Ü È+\ОҿO|gƒMê~Ât+}+ÁÈhOÙ;'”åƒRÒeü’T–/LaOA`ÏÚC¸ó2å#„T|uóâêfþ]C›õ›ÿû4j=NYoDzgÛzunF'SáÁ¾Ÿ¥oµE¿ùfV¿ˆµgųÖã›ëo–Ò9Y8,5C´¼ËTmðî»_˜ºxž‚Àž°g•ð¶ÝñCW==C=]-£¾ÃOðo¡á†_þ¹‹†®¾®F—Ÿïª¦=Ÿü3½­Ú·Æ&&¿¬´‘¾Ur¨CíÖ:F]Ì¥Þ5ÔZû;ö®!±Ÿÿc@ æN!Árz“i:éêëéhþ4ݺªöÄ÷ž‚Àžøm _Õù7,ø÷ž‚Àž°'ì {"{ž¿©AØöµêo¬ÄÆÄ`@¤JÁßXøûžnÏžb*@¤JÁß÷µ™´Ô÷--‚èS€ AYV4cмTP{‚ZHvV櫜_Ž÷ÞÝ;—/Y´tñÍ4cøùpJŠ‹ÅN,°'¨%Гåååø¡Aw†æ š1 $M)°'PU`Oö`O¼G`OØì {€=aOðõaß»¥\e¾Qò=qb_Žm €=aOö`Oö„=Àž°'Øö{ž€ŒÕX{Z[žLNJÄ{ Fñ*7'??$U3íyõ’clL07o€š¡ÎW¹EE…ÑQ$©šiϨˆ°‹¶çi„ù%%ÅÀ祸¸¨ ?/*"ô¢í9’TÍ´'xÕé"­ŽÏž>|vHI$¦°à@Iæª ö¾,`O𥓕)HVfT¡™öµÁ›ÌÉŸ™‘Nd¤§RÎF„™4˜ DȤ°'øZÕÉH“5fZjJj 7…›ÌM~I$¿LI0Í4oÐì!hRÖ¡°'øŠÕÉH“ÑeRbBbB|B|\|\l\,H„f š+hÆ yƒ‘)£QY {‚/ÔžŒ:™õ&ó/“é#@‡˜˜èè¨È¨ÈˆÈˆðˆð°ð°P…æš%h® ƒæ š=h¡™„æfÊ ö_Ó“]uÒ©žÄg }èóààïççë ’ Y‚æ š1hÞ ÙƒæšIh>aʬ@%-?aOðå.¡Y…æšahž=Á×dOæOúá01!>&:Š~b¤3ÿ5‚ Èû†æo/Ï?šOhV¡¹…fæÛOØ|Mö¤•gòË$ú12"<(0öD¤šöts}Æñö¢ù„fš[h†a.Þž૱'sÙ6)1!&&š~Pôóõ…=©¦==|èñÜæÞò3&šfæâ-ì ¾˜/=S¸ÉÌeÛà @ÇöD¤šö¼w÷Žë³§4ŸÐ¬Â\¼¥y†ùêö_“=âã¢"#ü½<_Àž‚TÓž·œo>~ôˆæšUhn¡æ‹¶§…:•Ô»öuôF`uú­_µr%Q£ì i¨5ŠÏxܘ ·Üä—Ì—žþ~/<žÃž‚TӞׯ]{ðà>Í'4«0_}27}Ñö´´<¹Ûbn‡oêÈɳéaÄTR T•¥åiB´>#5вgDx˜Ÿ¯ïsw7Iö¤AQ õ5ôúž"å³C-kÎÙ‚-Óð?xÿÒwVðÕkÈ€äØóê•+÷]îÑ|B³ Í-_‡=™røí?¨Ü´ý_³hZئÃÚ«6©S§^­ë­\™úG{gk·i®@¢mªbÐ}€P?ÞV êÉË©šý/$5CîíTHêå‹y£z7oT¯^£æ½FÎñz™&ØÃéEÔ¿©«®3ðjäK1»„!Ul»tlË&õ*wX~Þ*O}׊*÷'P9Þw=•Û 9/´Ë.©ÚPÑhõãwïí—`ë­–ŒRk\¯©ºÎÚó› Ü nÓ–ÚëßcØo.¼}Ü>½=ãbcÃÃBékâÁ~|Î/ýF^®U¿¹ÑiÌ*¯rmûf¹w oKªé1oû޽¨Ð²ï~ÁºÏݺ“_¯b¼Ut´’†Äl«=aõM“¨P_©?UÆ<_LeÍßœ©|yt*oð‰kÏVýg=qôøµÐwOè%ÞÔ[~`ËD~Q¾ó˜¥¶Læ·øÖtÜj¸=ËËòèç© ‘åxOdjlb¬­Ûç4'M°¥ßN3½ùϘšœ˜}ÛÌì-Ÿë2ÂLKßP_Ël„ 7ŸÝÐyëô¾=º~Û²óšK1¢°Y>Ö´›‰¹e˜ bØ²èæ—Íû1Kfc3Ñ–=»uíÐZkÝåØ+[~ëÓ£KuõWã¤ì›¼$çAzmuMºZîÀö)º‰Ð«‹í³$/hÞÈ^z†´¨µÖ[Ò€ßãp!ìùqì.hOµº B‹ n[y‹¦ñmË+*ý4jÂüeœ\£ûi¨ ¯¬?'>#SÊHE^·ái´"ã}ãZWU°ex*[ßBt´’†Ä”9ÜôœÌ—Ì÷¸¼öYi}›Õ¯Û¸kzF’vÅo”ÎS~˜˜*ãð„_¢²Þ39-;3‘){ð–« mª6ìså¶JöŒ¸¹¤q›™LùH/õýž©¼s2Ú¶¡ÚdÁ–ů|•›ä”–SÙiø·Ã£{Ûa¨2É.Œ ¡¶T ·³ÎtäUf…­¯4Ht“m‚Dh‚NÝ\R˶þü–‡Uw¡rFÐúJƒ¥ì›•ƒ±™Àö)åPHip´_«A»\˜rz|ž¤¿ÇáBØSv{†^q¼xöô Bº=C¯Mç]¹ývóP?ç[œ³¿rù2ƒ‹wïÚf’ï™Ûÿš7£›¹©‹`?fJõêªzõþöäÕ‡ Ö "iH¢BdÊOVRùV¼Ù¬Ûß®9ì)ûðÞ¯\Õa¿ÓžÌ»ù‘8sòØéãÿžÞ^>ïsÖgh}W3íyõ’cXHp\LTZZªØßçPq%Q^¡‘R ã¾Ã_õs/=jûœ1-›)ÈÉ7lÖ¢K¿¡{òä;´ŸI‹¦ßвL¹­îüCO…&ÿ˜g‡èÇéºtéá­u¿¨5©Ï»¨«:޽khîÈ^Ê êÖm ÔsÄl¡ÛrÎ.¦T_QM»ÿ¥ð$1% IІÖk)ñ]¼Cì²NÔžÒ‡÷~å÷¶èq«éß{–æV®¿Ú‹wò@õ!‡Ü˜úp÷PÑ™|F«ÆÝ›Ô³Nνø9Å1‚·•ÃäæÛ«jÏ”êŸŒÌæm~ééN$ï$•UÕžb÷‹Í.C•©üÁ‡ÙO’¾‰à«‹mpì»V?ì¾Ï”3ò% ø=‚Ôœ+·II‰a!ANíj¦=­-OÆFGS›šÿô¿ˆ†YK~[Â{Ø“wszÓŽsy_næpfüØ¥³¾¡žö°?D[†ÿׯi‡e¢½å'ß57ÕÔ7Ô×45¼ FF{Æ\Z«Ùª}×nº.݉Nó·ÕÔ½kHº=Å$çºmôLLG Ü5$vÁWÛ $/h®yNºÆF£×s$ ø=‚Ô{ÆÇÅfd¤[ž8Z3íyöô‰˜¨HI¼öÕ´çûåôm&8Ça>AÚlOšarr²Oÿ·&ÛF5Äž…™÷ õ5:7¯  Ó ‚Àž°'€=A`O{ž‚Àž€==aO{"{žöDö„=ì‰ {‚ZmÏa @u€=Aí´ç¹ÇÉð~Àž ÖÚÓúÑKx?`OPkíyöa¼°'¨µö´zïì j­=-ï'Àû{‚ZkÏÓ.‰ð~Àž ÖÚóÔ½±Øs2c3‹ÒsŠÒs‹³r }CS™z:'_¥g²Íè![¾˜ÍÍ-NË)ÊÈ-ô ä ¶)ÈÍbºå”²[QÚ3p3r% Fè…dA´½Wdv•z¼ØÔZ{ž¸/Ê/² òò.=N`žyÌ}—É”éœL(.{ú4}ÈÎ{ç¾zewŸW>yÿeè«2ï$¶MPA©ó”KrAA.»[x'²·”Ô¾ª=ÞIm³§œœœE_·“Nï÷#>ÈäLý}¨¿¦]Íö«V®ü\†úP¡úˆIö<~'^Ÿü2' bŸ¢sò<çUAN6û)ø¼µÉ™'ÙE9l» Â¤À—T¶ (H zÉnÅÄrúaj|nIFvQTTÛ’üœV˜šÍ[á>tKd*¯EäåäSeRRÊÛ='x¼,Ž‹J¿Í-`Ö¹©Ù…TêaJtVqzNqfVþµ‡ ì&w£óS²‹sr nΊ·‰—åöÙº«í|ÈÛÇD?ˆ-Æ1•Juä=“ÓøZ|£¡ÌÔÀY}ÛLÚvMtG6Uöì}fLsý l¦’c5¶¹þ&¡Áˆ}]ÑJ‰±ÿ¦Yß,þ³ÎÓ:÷Üû\è Œ·|.} bá´3®üÊÝ Š*¿Z¿ r¬ÇŽúJª46IkO}}}Q{î¿%Šg^Ù3—hÁ:… Ù¥A±ìCNþ[›üë’Q”Ÿ%¸É)÷ܢܲ0÷X±½‰…Dyü:¿|=†mYPV~ê†hãh[wîó˜ü‚œl¶gçÈüŒÄôC"» Ô3Ù“mÀV–UV¤P;¿÷ÔéÔB¾N“ÜXéö¤qóËérru¤WJyVEQ!Š 3+-\tb§g#+ž cŸU­«`P5õÖLå|“‘3þ9n]yE”ÚÑi6ëä3±-{–WTbTV†“¤„#öuÅîÔ_í›®õ‰ÍÉL6jÜèAbªÐAˆIÏ”>i6+åírªŽMö+·û®FŠrâYFÁ«\›;Q5×¢éTdÊláȽԒ¢<öá©çY¹9V7xå7âsK}ÜcÞÚäZÌ“ ôã×Þê„-ˆåqVi G,μÈa[>H/‰òK`ʖ㘂õ-ÞP÷߈+++ìùFx~fRú!~ óÄµŠžŸdñÔÏëáEN~v:»I [™•&e`†Úºö̰[ÞS­Çj¦RAN.«ârn¢ Ä*UJ¥ØgÉ Ñ2ÙóͳʊòA)éB-³3_Þs°\úk_%­ìKœšÛ[cän¦t{†ËhO±¯+v§|­µ7¿ól޲î)AÒd<°‚eÙÇ&»=÷^‰Ë÷´¨ŒÂÔìÂäÌ‚¤ô<ÿd¦žÎI¶Í½”Á‡6œŒ¤œ¢”¬Â´œwN[/ØF¨† Ôž!9#O¨ÙÁ[I±9%©™aaÉì&ûoÄûq 3² S²‹"£™QEÇdðzHË-òñOz‰kay™/Ó]‰$æäq3 ˜ž#2ŠR³ 32^]tŽb7¹þêeVQNNžÓ­(IGÀR{¿÷ÌH¨Té#^W”êò‰ã]Ï<ÿÛ·çå)6¾¼kÅç&ŠNì[ô›Oø]×êöÙ]¦jƒwßeÊOþ*Œë‘L…Œ—Ïêª ¾„åü¾†¯Mæ/ÁÈVa©ì5áñLÏÖã”õÞ\5­x9ëñÍõ7 FÌëJØ©L®r£Žûz©¾(å HÃ{ØSö± éöÜs90ÐÇ €*QkíI9LnÚa&Î/Óhù­I·îÖØ}p{¾ ²é§ÙZǨËðùÇåë4½k¨¿6ïYs»†ÒžLhÔIW_OGó§éÖ|×Çèj o` Õ±óŒ÷„^âì¢ï: Y™”‘yþm4t*î ¿üs ]}].?‹Þ5ÔZû;Ñ»†D_WŠ×Ž÷TW¨«)pY´¤1¼‡=e›àAþ½çîKá€>n8T ü¶„þOõÓ£™ËÂA—ç7m¿ðËúG1_÷oKØåïìù±I Ù©o`h §Ù^¯ßïXسæØs‡c¼°'¨µöÜîïì j­=·] €÷öµÖžÛ‡Àû{‚ZkO¨°'¨…ö´·· ò¾¡9ö°'‚ ì ì‰ ì {ØAØö°'‚ °'ì `OA`OØÀž‚ °'€=e´§œœSx•p§—ªÒ »`¦ÒØØØÄØØÀ¨ÏŠÃ·UƬß<)4¶[#ÚÞÂÂó‚Àž°'¨Éö̹ޭ¹ÊúË‘B.+Λoª:êdhUX}{VµA`OØ|J{f‡96k±ýV¬XsåÆl¨6U£å%9Òk«kÒmÔr¶eQŽ÷ôA¦´ŽÕÖísš“ÆTÞÛ4¡];Mc£~ï ö\^šó÷/:?.¿àdÞY盘Q}>×e„™–¾¡¾–Ùn>»‰Ý’ÝŒuÛéýàœ”‡É A`OØ|J{j6P´¸› iÝGF“Wh,zå¶Ÿùe¡®vªL² £BˆÍ¶‡#½Ô÷{¦òNïhÛ†j“™J¥:òÁù%|-¾QaiQüüþmÝ{_t ;*{µ b¸m0ÉžWf7QÅp'&7=aOð)í¹w¢N»ŸÖ¾*+—ÅžR>\ªŠ Üâ2*”'³-[ÔU`…«Þ² S¹¤›j×±³X_Kå·gz¯§´àœŸØ1ö,¯¨Ì6¨¬ä*(ªbrCOoÏìì¬kOkË“ÉI‰0øˆß{–nÕ©£ù–ü2±Wn5T›VE{rÙ–ÊŠòq…¥B-ËËò]oÚ®þý{%ÙlÏç÷Ó»]ì{†=¤†Ø3!>.==ÍòÄÑšiÏ«—cc¢òóórsàð±î*/{µnÈ·šãv•¿e®âìpÞ]C§dºkh—¡ÊTÇÞ¥TûIlË=Ô‡rcÊáîü~Ê ý¸ôÿ’¼ …º-{¶YÒ_cÔ–<þ*˜Œ™TTÆ^žÂï9Üarsƒ7Wn§VTNQ1Ü…É A>¥=###¸Üäà §‹v5ÓžQamÏGGEä—”ðNŠŠ éÇ­œœìÔÔ”øø¸°°P‡óαR^š½üûVúS–”W|¿i,õ_¬té6H¨«¼$çºmôLLG Ü5TœÃ™ñc—Îú†zÚÃþtà¿PÖfF†FF:Z³ö» Ã~ùÀŽÃ-rKËæ n«©Wq×Pò]sSM}C}MSsÑ»†ÚèÄ]Cò ìéì|óéÓ'4Ÿ„††DGEùx¿8gmX3íIÐØ®:]´¶ž%Ú,7þ`Cµ©²-/Éy^[]“n£–;°-‹r¼§2¥u¬¶nŸÓœ4¦òÞ¦ íÚi›õ›xW°çòÒœ¿Ñùqù'ó~Ì:×ØÄŒêó¹.#Ì´ô õµÌF¸póÙMì–Œèf¬ÛNïçÊå3‚ °'ŸÆž…YëÉËé-º#¶M^¡±è•Û~æ—…úÙi¨2É.Œ !6ØŽôRßï™Ê;á£mªMf*•êÈç—ðµøF…¥Eñóû·ýuï}Ñ1ì¨ì9Ôv‚Šáv¶Á${^e˜ÝDØîöàSÚ3ôÌØÆ-ÌÖËbO)7UEnqÊŠ“Ù–-ê*°ÂUoÙ†©\ÒMµëØÙG¬¯¥òÛ3=×SZpÎOì{–WTfTVrU1Ý!ì À'³gQö³öMÚ=ÌÈ[j¤2Õ.RÜ•ÛC Õ¦UÑž\¶¥²¢|\a©PËò²|×›¶«ÿ^Ig6ÛóùÅý4ÇnÏ/“nO.ì‰ °'ŸÝž[û¶4?Ä»ˆšr]­‰¶Ï«â×oÝ5λkè”Lw í2T™êÁ»”j?‰my ‡úCnL9ÜßOy¡·à5ïŽß …º-{¶YÒ_cÔ–<þKd̤¢2öšð~Ïá“›¼¹r;µ¢rŠŠá.Lw{ðñìÙº2ZݶD;þOYo»2ôÞ=°ÝÐÙï7¥þ‹•.Ý už—ääSw廳Ð[ðšwpBÝ‚®´YÒ_cÔ–<þ½Ld̤¢2öšð~Ïá“›¼¹r;µ¢rŠŠá.Lw{ð1ìíø?e½ì:Ð{÷ÀvCÿ•äÄЫ~230026Ð×1é?Úš#ü/Vºt$´I^’ó@Ý6z&¦£î*ÎáÌø±Kg}C=ía:ðäYšõƒ™‘¡‘‘ކ֬ýîB+Mûå;·È--wš7¸­¦^Å]CÉwÍM5õ õ5MÍEïj£;w !ì ~[‚,Á?iAØØöDØö°'‚ °'ì `OA`OØÀž‚ °'€=aOA`O`OA`OØÀž‚Àž°'€==aO{"‚ÀžöD=€==1íØAØö°'‚ °'ì `OA`OØÀž_âß%±°°ÀT† °'ì `Ï*‰ A`OØÔ4{åxOdjlb¬­Ûç4'©|•xc n[=³±+ØMÂNÍ25551Ôï¬×ï´wEË’¼ y#{ièêZëí·ÓLoþ3橜˜}ÛÌ|­{›&´k§ilbÔoâ]z(¶±P›ËæýhFFFÆ&f’FK œ·NïÙ­k‡ÖZë.Ç^Ùò[Ÿ]Ú¨k¬¿'öu=¨¦=ôRßï™Ê;!£mªMf*·ë7ŸæÁ3æÅÉì&/¹L!+ôBCõߘòÑ~­íraÊéñyů|•›ä”–ÓC§áßwŒ|-¥:òÁù%TÈçæÓÅ6j#4f±£¥3lýy ?¬ ¨ú»C•3‚ÔW,öu=¨¦=[ÔU0ªŒzË6L¥ª¢BJqÊŠ¹ì&ܧ§†÷í¢«oH-åäë±-ã‹J;¼0¸í”û‰¥‘êÚ'ó;a³¤›j×±³X_K­¬m,ÚFpÌbGK ^•ñüº¼èírI¯‹ ì `ÏêØSYQ>®°T¨’œ˜*bÏÞMêòJªµgvÔ%­¡§tžrG¨Ûò²|×›¶«ÿ^Ig¶¤Æ¢mÇ,v´‚ Ä–EûDö°guìy ‡úCnL9Ü=”)lÓk>ý ï:j„Ó4v“võê{’>S¸É ñqQ‘þ^ž/`OAªiÏ[Î7?zDó Í*4·Ð Có Í6°'øÊ왘ÈáxÞ‚TÓž÷îÞq}ö”æšUhn¡ö_ÙÌ¥ÛnRbBLLtXhˆŸ¯/ì‰ H5íùèáCçî4ŸÐ¬Bs Í04ÏÐlCsì ¾{2úL~™Ä|õ` R½¸¹>ãx{Ñ|Â|éI3 Í34ÛÀžàk²'sãsñ–~P ð÷óöò¤“Ÿ~z¼w÷Î-ç›×¯]»zåÊåË—@šh– ¹‚f š7hö 9„fÞ“Ù–¹eö_“=™¯>SS¸/“éGÄè¨ÈÐ`??ú¹Ñ㹻볧=zðàþ}—{.÷î€(4?Ð,AsÍ4oÐìAsÍ$4ŸÐ¬Bs sÙ–fØ|Mö¬øî3™Îñ„¸Xž@é'Æ À?__úxy¾ Ãsw7w7W…æš%h® ƒæ š=h¡™„æšUhna.Ûžàk²'sñ–üÉ ”~VŒ¡ó>"œÎÿà ÀÀÿú9Ò×$A³Í4cмA³Í!4“°ê¤†¹l {‚¯oùIg#P2(_¡±11ÑdQò(}È¥dS…æš%h® ƒæ š=h¡™„Q'󧤅'ì ¾èå'#PfJ ¥sž–¡ôs#}H¤¤Rú8€$h– ¹‚f š7hö 9„fvÕɨö_·@ fJ'?­EéSÀÈ$ÁL4c0Ò¤9„™LÞ©NØ|eÊhTФ ¬1i²Þ”¢NØ|M4)T ¡™ä3ì TØ€=Ø€=Øö{žì Àžì Àž°'Øö`Oö`Oö„=Àž°'Øö`Oö`Oö„=Àž°'{°'{°'ì ö„=Ø€=Ø€=q´Àž°'Øö`Oö`Oö„=Àž°'{°'{°'ì ö„=Ø€=€JvVæ§±çù³–ùyy8àÿoïΣš¼ó=ŽD+VD­Šv³‹µf:½wÚ9g:wæÌt¦¹çÞsîí™;Z§3çÔ™ö´SmÕVoµj§nTD¬¨¬‚‚ÔŠ ÈÒ°†@Ižì!û’@²©½_Ì‘rIX—FøüÎëà“'¿<òüþÈ›` c€ËÙj4è)mw»žEg e±Íjis»°ìpÿî:ÎV“I¯RȊΞ¾ÛõlQÊ òNJ¡A¯¥Ý.À}ÊdÐÉeâÂS')mw»žD&aÎ)¤}nvF*À}ŠBF9“K˜àÕ»Sõ?PO€¤žÕ•cÌÝ®çU Œ17ð[üÜõ@=POÔõ@=PO€{Æa³ZÌ&‹É8智S›ÕÜê°cAF¿ ¨'ÀôæÙÈ­ÏL?–˜°wÌKÚŸ™z¬¾¶†Âå‚ žþ›,¡€ôð!¥\ÚÛÛ{}¬žîn¹T|4åP#—C÷ŽqAPO€@û,cvFºR©¸>ž†J©8žžfÔi° #.ê àÏl4$íO›¬!.ºkJqAPO€[-“11aïõñ7è®[”r,Ȉ ‚z‰Åµq6è®Õ¶ZXÔàÎÖóêիͦ’²  >M@=G3rŠùÏÿ9yåI+WX±êÀòU‰dCòEÔ`ŒÕ“Ê(51!MþöÛ¡è"±€&Ü/ýëÙÓÛGݼP'eóÕåMš’FÍ¥Í)¶’ŠzŒ¥zÞH'ÿF:¯y½·Û9„×ÛNÓD èý±½÷õ”éì}}ý+ÓÝÓKõ¬j>ËboͨÜt¬òý”ªóõÚå« ž÷Q=}}nôõõÝÜuR:Û›÷îÉf±²Ã¾Ãb5ïÞåñô”77 yô’«¡=‚×3ø‚|QR¯xá/ɾãþz®>P%ÐlË`tŒ½>…ýNreA•råê¤\Ôà{ÄâF:i×)ð¥S°¯0*ÊøÔSö ,Oi~üqÃ#hcbZfÍM›–?e ×?ÛÛÝt1¿Ã­ xAYÑ_ÿ$nIܲű —ýì÷©\ÛÝhAXXX(ÔÓÓѵv÷™UÛ Jù†ïêÙ×·|Ub_KÏ|É~soÉÚ}ç9Œ>`=ëÒ¶ü$ö¹¸¸¸E±ÏoN«ó¿ÁvÝ¥™5ýƒ“ ê pëéÛc%e®_¿îõz„‰_LÚ2ožyþ|Ëüù”Îþç¼yê9sT3gÊ¢£ùS¦œŠŒlül§ÓåèëëÍËÏñ¿š‘½yÆSÿQ«m÷=4ñ/î<¡ì» ƒâ|BðzYÑ©õwë3×%—^â«Ëòþß­*~MÒÆC—Ú¼]*£ƒê9ä êsk§/ü#ãì¤ã+.æN_[¤|ƒnÕÙ•3ú¸@~ûŸ-ê pgëùí·×Ýng6‹%Ÿ=[ÿðôß$t ›;WCé|è!ÅôéÒ¨(&2²aâDšf2é{{{ŽŸÈð¿ÚûG}"vøŸ—¤ü5>>~ùÒÅ b_<µ¢hûêŸ>¿òñ¹ 6~¥òìj®}í…§c—Æ-]üûMýßîtqW¿¿lù²gýë‘kˆÔ³F ùÙÚ#;s¸§9†¤"Y%c©‘XëeVžÒ&RÛ†VÅewy¯t÷võôímr-þ¡õüûÃS·I[:¤[§>òöÀ :%§–FÏÞy¾åŽ|½zÜñ½g=ÃÂZfÍ¢\jbb´11t ž=Û—NÙ´iâ>ð?"‚¦éôš®î®´Ì£þW‹žÀrtõúŸ÷L¾ƒVññ)1«ñæ)IÿIiòÓ_öL~qÞËŸ—øŽmšþ=lÒ 1  ¸”9Sæ¼ õL/j|ùíÔƒç$eš=…Ò᥇/ÈÒJäÇKå¹ßÈOW+Šê”—¹Êoš”j“Sou•5ÈeZÛÞ88ä:Ó&°Z»¿[®Þ.kBôÀ >±ù’öNíÖQO€;[Ïk×®9­”EŌʙ3©˜„è¡<:šv”NÑäÉÍ'6…‡Ó4µFÙÙÙ‘r49`=ç``˜Ø)¿ýéŠE‹—ÆÅÅ…±& ¢­Ç7¹;,l‚ï䬈pMg÷à×ΞwsÄÌ}ä¯çú¤ ¯mÌ=ZÒòÅ9åÖ\ÉîBé"yÊ%EZ‰"«Tq¢BþU¥âlâ"GQÖ h1õoBÙMJÒôÒ[‡o©ž{ÿë¹Ç~µé桞÷ºž==ÝÔ»€¨žT»ÃJY¤PÒ6³_t4}¤‡’©S™)Sh×éKgãÀ¢PÉÚ=mI‡öû_íÝÇ¢67ýÏ¿5éPмmê‚ïäÀÁàcª§ÂÝ>øµ3"XrWû ~m@ÁëdAFôö¾³¯mÈM)iÙ}FñQ³#_²«P²=O¸#Oðy~sâAÊyaf sªBüuµDepP=ëÅÚbŽìO[s‡\ê­yS?™š…[¦Î{ë»ìpn{õÉ'^ÙÒêíøÞŸíˆ ‚z ‹îîîŽo@Š¿îíí±XL”EQd$µR|I[NÁ¤I;túê)•1.WkBâÿ«µ0ã‰?°•6ßC=¯h{CNšpQç öþW¨ ¾g'¾8÷ç;ÏûŽ ;}Üóã9¿ÜWæ;#¨hòm@ÁëdAFã`~ÍÏßNýâŒäð%õÆ,Ñ;G›Ö§5m>Îߑۼ¯@üµ0õ¢èD)sš-–ëlfG›Lk[ýi^æyîëHóߌ~æõ&‹‹ŽÝÞëÏDÿå+éàôz¬~ùØ‚ßáòzoç² ¨'Àð±è¢7â€Îœ+ g F]6‹Åˆ V ý&ÿF7y,–/µ7þË Œ¸Ùf·îÚóYÀ 6åíþ·øØØ%Kc-Œ{ñÕ#5Z:Y°æÑ9ó—­XñŸó¨ ¾™ƒÝ¶†¿¾ò£'Ÿ]º$öÕ ÕtÆe®þÓ/–=½hqìsÏüzÍqÿ×4R=»‚¿|DÅu’—ÞJùß,nF¹ö½TþEžùr³¹Bh©[8Rk£ÂÖ¬êÿõ!¾Üt‰#{cGþß÷œöx\§4y}ü³ —,Y²ðÙøõÉeþ âi3¾÷ÒÜEÿ½û6?aÔàVëÙÕuÅãi(¿ð$½µMzÎç;OEFÖ…‡7Ý4ÍtæNž\±u‹X*Òu;>Û6Ü5CAðzYÑc”ú_½›öNRYnµþ|£9пXIüÅ;GVmË;_% ÙA=†‹Å•+WÚÛÛbW•—sÙívjtêšÛó"'×*æt–mÙ$bøj­*3;-¿ o¸k†‚àõ ² ·Ädµ¯ÙžÿÇO ¿ªÑQ.ïÇA=†Eg[›; ·ÛUZV|¡¸Èf·*UòÊO·æMþm¸™ÎË›>ä x ¥,5ýHn^½p¸k†‚‘êÙy§þ"—Ûµ3íòoÖeQ=»Ýn£­ôw9[Cj‰PO€[­ggg'½“Çår^,.:}¶ÀhÒKdLÅÖ-9,V6‹•N²ÃÃODDoXÇã×Ó³)GeçdÑK‚\0¯g𠊣Õj1 Z­V­nI?ÍþñšƒR©ÄG.—)• :OÏÒšé‹i.ê 0|,:èý>—³õܹ3'ó²Õ•á76Õ7ð긵õ 5nu]}·±NÀð“¿<‘™F“ƒ_-ŒTÏŽÛ¹¸Ãn3õwS£R*¤±P(hâ5UÔÖÖTWWÑGn=‡ÎÐyz–æÐLšßê°‡à‚ žÃÆ¢ÃKÉ ÂfµhÔ-'Nf¥g“)$r¥T*‹e"F"Ýø_’QOöïMþ2‰¦ÑäàW #Ôs¤ Ž:h6uZm‹J)“JD"a3ŸjÙ@Ѭçpè#Ó:OÏÒšiµ˜CsAPO€ábÑáõ™£×iéMžÞþ««*>øÉ¶Í›?ùèãÍ7~üᇛÖ°aÝû¼÷uïîÞýOš@Óh2½$Äo$à7™ «Å<¶Ñ=Ò;r¸±¡ÞdÐcAF\Ô àï…ZLƺšªÌôcIûöŽmtÇ3Ò8µUÚd4 ‚z Çf5tJÑ¢”«UŠ1ŒnPÓ¢0tTI,Èèõ¸}¨'ê €z ž¨'ê‰z ž¨'@(×S­V‹D"ÔÀ¿ž%%%uuuJÊ¥¯žmmmV«•2 ƒzø×³´´”ÃáP()—ͶÃf³iµZ‰D‚zø×³¼¼œËåR()—MJg{{»Ýn×ét2™ õð¯gee%Ç£PR.)š”NÇÓÚÚj0”J%ê à_ÏÚÚZ@@¡¤\R4)^¯×étšÍfµZí«'ÍŠccc£X,¦PR.)š”ÎÎÎNß>õz=M€!„B¡B¡ Pú~èIé¼råŠï›·ÔS­V+—ËiE–v©•••åå奥¥%%%Åã`Pò(|”?Š ¥‚HY¤8R")”¾oÛR:»»»;::¨¤‡Ãd2i4Ê+íOÇãr¹§®®®c J…òG¤R)‹GJ$…’rIѤtöôôPC½^¯Ûí¦óVÚ™ªÕjš,“ÉèU ÈD"!Æ8”< å"H)¤ R)Ž”H %å’¢Iéü?ô×8 endstream endobj 405 0 obj << /Type /XObject /Subtype /Image /Width 618 /Height 424 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 143482 /Filter /FlateDecode >> stream xÚì½wXTWÔè}hö®Ñ{ÔXAš(–(6Qú0tP¤Hém†é{¤ÎØcïÆnÔØ{ï½w½Ëíñdfˆyï{ŸïûcýòdœrÖî{­µ×Þçðå ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ÿ‡ÒasÞ£ärõ£ÊîFY£sbòsó)ªÐùë/N¾T‡}}=Ëš;‹¢$WªŸTšd®á̉ΟàèPðýªîn†dß~7Äþëë³ä})¡i2êg^/ Î]#Ò½:$N_~ï|Eñ×ãK¿}-ÿ3%8m_F[‡RNî*Ñé í«%Eÿ¼¿o—1ˆ¢úN«^&#øïÛëxÓƒùÞ„úŸcHv•V-çêHè[ßm({úó)JE5ý¹v¡åµùÅh”âÇJÛ¤G|ouʃùößä ¥”C¿ñ?h5mºÕŽõ“ÁëA};B Ž :ë|Ÿ£ó)³Ö<ßé´ˆRÌaÒÈ£Ê~°J˜\EÆÕO4¢þ—0§ÿåo#Ý13‚úßÎé?åúsËÿ_Î¥¶šå×R§mÆÿÛ¹Õ܆&TÓÿ;chÖŽ ÎR}M¿^}ظ&)Ýo{¸â2sIoÓoßuÍ_GóOtºß뻕þ·‘ÁÜwÓï*Lÿ¦FÓï§›ÊéwŒLôê4Œz“%Ͻö£Ýøo±>2…)ÁšO÷r>eÍͽ•¿:€¢Š&þ¨|ôPiEÊ>êw9wr>dæ^mù÷ÿ‹ó=òí¼¢°Â\=\îh”½0÷…¨úµu½µ?Ùji&0 S¯TôS/ÍP:~ÉšŸ{'_ÇÖN'z*¤¦Rì4R]Rv­ÂJm*Ð,{iî#WÔ\îƒ,ýoJËilÔË¢‡›d/Î}ÿÜ×ËGÇâ„ ¦¨«Aß?·_HQ[Àoe; ¶¸¼Ìªòç"³ Š*›y_-Ïûz5cõWë)™òðž£t¿©,³©\åh’±i±UÖßR? üöKXÄ×פÁ߯\Væ·àâ€êuê_9:·~†ÇplUi¢¨ží?¿Ä_!VÇÙeýõõtJ¿ÁûPTÆ¥*Këf°†÷Ë?¼ rÌç΃¾^áR:jÉ?R¡Ü9fÉUeû2ÊhŸµ¼ÉL°cá¼²ÛÅß¿ÿ#–›H´ÕbÝÚ*R¿¾š2­RZ1´r³cóŒ˜1kgÔY^”ç<îŸk­£ueÇ,ïí>½|íÒ¾ÉZ^1¬2&­i†rx»lÉòoß.!-0Š–¾ûË"ÓécíhÝPú]¶i E­žêPÙ?}nFáðbÕ Miž~יּ_ðíÝ&Rr'Í·O¢lÚÿKe¶Iï4|cæîSM #ï®ù'§CµSl2ôçJÉ ? Rl\Ϋ8•½0ãÄȆŽÆ~½âÂømš¾¾; ó¢…ã7¹ócHyf}ûä4›Œæ¼ueüŠéûùqÃëq¹šò¼ÑÇR¾¾ú‘¼¾LX14}aúÌáÍòg—ñéù6{lE¥¸ût‡%!#)Ên¬eÖϤ<=sÉ ²±l«fpúâŒ[9¢M:ΈËý|ÔúߌKÚ\va¨³úDzÓÜ9£*Å¢Hço¿D¤ëi¡ÀA$Lj¼é$Ý&³i/XcÍõ£ôƹ‚‚Y!”¿;´Üpb·A+Ïr¢G2)ó¡$Šú-æ{Š–®__HìS&ª³ó®½,ÿ37ä+'(\¾]Á6°‚0B4[ä·O܉oìëVMR¿Kož»H¾;W òoiW5Š«-—³¸ Ì?KÒ¯\¾Ï*o©—n5üÖX?ÅzÞ:è¿^ÎÕs ªþ] ií£e?iÓm†SÔ¯…ûr?+™Õ†ìÕTíëÛó’»Wót4ÇËÚhÚ+'f_ÊÉPÉݨ3~fO¦¨Ðc&íP}ýÜñûÒ€ºè¼Húí݉²¶šêÃåcÆJŸŠ×çýWïãTY;Mœº´U˜ê’ >´ßdq©çyÕ¯ük²îç%²¯¯wr;hfª¯ +t®tñ¨Kß ·ÚsmÏþþÎlP'M¢ÚòÏϺ&hL˯ 4$U¡× ‘©‡FL©èZ™¬îíâØd]4Ô²ŸÛ¼~¤þâŠî•)êÃx÷gÝ1òþ?"ÍR{TlLIU–š±uÔ Á°=+9ÚW¼’åGQšÐoŸeðkG­z°*†¦¬Iß™!¾}ÔÓ3È—±f ÒûI‰Îëýê]1·Â;};ØÏYw&¢ÚJkŸ\ý;ߊÆj¶úÏ ŽÃ°ÜSù+DÞcuˆÒþtJÏø#õ+ª¢ü+VpÔ»3Žš[',…HßÖT‚Šˆãð›_É?ß¼*k3;²êÏt£qŽÙ¹9Õ{gêJüµ›¥¥½'}}u&ßl„×7e»S¦UíNß1:;(þfyC­¼ãk8Þš™9Ç"tVwe—GW­ka•/æÎ)½ 3¨X®¿–ïŠÿvE.íÏȈu«èG¼0¨ÁÄò¯ï>”­\SµF㜕:2?çôœ0"õ1‚GFß¶yÄ÷eü™èÉ´Wðtƒ tü;ѵÁR×iž –/Ìq+D¬¶ûмù¤¶ kjIUEíûYa¢î”º^³ÈÖ&ŸŸ³ ÌòïY x ó˜þvJˆ v7ÁÕ´«¸ [˜t«zUZ¥O?Yq.WšSg™”hÍ«Vß~uçµL7ß_—Û.øþþ hÀèŠ>•OR¦ÇÉ)Î9ž· ÊUo9£3tœß"–öHúÐôÈcf¡Sa^ù*õTz—ÜÙÊœ!šp’ÿÅq5Õ{™Ì%b›>ýÎäQÕ¯òEjhz§ÜG#å9u4˳kzÚ䴥ܕ_¿ŸFÏ£›th ,ßP’W •ÄŠ®š7©Y·Ê[# s 4M¸º×ÌþõÕnTui5Ì•âÑ¥©wfJ½”Þv;{aNZÙ¹†r²cB#~‡ª€÷·²â/¾ú?¥bkå‡Ô é=r·hæç4ÒHè’÷ëj¬n*¯ï™"¦”©…•Fi×Ò×åΪ6*­Êä ´¥êŒ›SY½D{‡û7½Â±2½êJz§LNö™¼Ù - 4Þ/Óò#ÒèPÖ2çJ¦7&”«Ì¬º•žé=·*ï¦Ü‰Ì·»AY¿Ê wå-ë’]Ñ\“]µSÃ…fOÊ™$ –Ò]õý÷¼©Õåý´ä?$»Ë® Ý­yà0-[“𤻠V¼…»¶„`‚á’ šØ´œW©þSó*#2»4gvp7Emøiµtš—ó«§íÓ˜gÆdÛÏÌËS&+¿Z¥}ÕaAM)¶,VÕÍŠL7ÊŒÎ<>=¯˜O[4m\í»; øû{ŒëÝös+ª/iÔÜÆÙmø¡"{ð|815Ëÿá§ûùOûù•mÒ®h*¹)Ù?ñƒk°¿î¢éuÉlœ¹°²CÚ5Í*îàÜÄ1iŒÆ~DæÑøÀë¡ÕbZëyNÙ0õâÊþššÜt˜?áÿ8>kÊéi3©::åîë5‡xX}ÒÊšýJm”±Ÿ•›½=GLÏ^¹èY ž¤eçÐΖŒpkÐoL«ÎöövÖvÝB:ÛY[Ø è<ÐÊÞÂÆv`g· ÎÞ='°§ÏdGõ2·îoÙ3(ØtfÜLvlx´™IÛdlpl,{Zxðôxv/_7'ÊÜÊʾ3NôtKKëЙ±lN¸ÍôÆq&l'mF”‡2ö±`3ÈhS‚­5#Ö()|š‰]ÏhŠ]§Œ¹à¯ßÛA“Æ…SfS“Ð;uÂÍš75«oêlÒ·¡™ñôÆf& ëN¯S7.¸U=KS³-aÕdV‡cשa(T·±Iß:¦±œ°ðzÆT}Ѝ(ÇúFÍlZØÖ52ŸÒœ²3«C&±³±nÜÀÌ(:¨ŽYc3Ó¸F3bçÇšE™EÇ6ÝoŠ)(ãØàúQfõšÄµphl\ϸ®u]k³úFqñávC*ÚÜ$(ºIÆTPcÊ(:ÔÔµn\[[ÊÎþ9í¯ðëFìÙÞè{k*ש‹ÒK¹ý³§äNÉÓxˆ·ð"&Ò1AeE—Êõêé=2g³À÷žM|æÍ"ã ÷ÍI\ػܹr£z}ú› ûl\¼!Œ½î +ç¼x=!÷ˆqý™ÄÑg¦öH÷-ŸP¹Y½5=5sk–oîaF²…ïÍ»ÃI__ýˇÍÞªÞœ®54ÛÊ¿¥†h“jõI'þ»|ôìíêšÌÌWYÇs_'h_cÁv9K-ŸL¢“Ž_TfÅÈÙÁnÛÓÓ3›fûç>6 gÖz¿¬¡dí~p3Xü~:¢ÝXx¿,Th6±¾r┦Fói…ÿLGáO“õóÕéõæuN1ÕòQÒèøòngª4XXwb]¥™â•òø¸ÏI‰ª*ôK²v¹îç÷æEΪ¢æÂ¥‘Âú+7+Zzœy—9±3´¯U½Vk™õtSáŽùïG\*ÈMãÏ|ß6§îÒeýuY¿HCí¢ ÙKº,†5šXzÔÔ9&°n? eoañíºçÐV®&JrßRo= |[1M80C(="×þ~žµÝ›uJŽ»î™U<·rH{ìðeq¿\zBÞÎc=ö†ÿsÿÔ|’¯`vÚÓ-sŽý¬—0ÚÛwÅ¿ˆ¤R±¼ƒÇGhÎ<èû¿Èê¦ç¬ŽUÌšˆÄ[—ÀÚ´¬T”Ü3b¨ôŒ¼“Gwèÿ:›õǪtf± ¬2舕Ù·’sï—Ï„ò·”ž’wñèá©_Ë‚A·uVh9yÌn†×>Ñ)çfe­ó—§Ï—¶St%½·a6Eýî=HÖð¯«>ùuhÒy»©¯@~mªÁ•gÊ?ï•Óë±ñ;"¹®êTá‘É ¥—äöo<uLûÉü*ùv)׋o3ë–¥Üfš.®Ò{“nÈ{4¤Û¯›VT0‰ÈnÊ2Tª‹¹Åꬲ.Ò×äçÓQ'Xi tøöþo}©ÇôZó,ôÌP~o®ðʤ^ÉrC9l££ó5D˜:=U©Z¨fÉo|…¬¦~*‰Õþt“ÑVüaŠ“Ì=È73=Ý–XÛôJú7á_ÿ¬©éÕ¤1Æ¿WзðÔèäŸJÚï²Ïlf¿¡@Õ“‰â‡@]61õ¸æ´zìç€vÒ'Ê7þ¿ÇhÛ{L ßi¿Ëäýh·XШŸ  Ëe +oHìYä?¹gÒý—$ÑYUO¡£ôPör&ªÿ–äµJü¢`­âžd»â…¼{6È7`ÊÞHog}½®¯ÒŠj¬?+pRÞ‘ÄE>“·uÿ Òo÷éž5Ï:PG‡±o …$3#(ÚN¦³ã|¢-Œ|Ðçû }}8Õ¢d,ù¸‘c_(…$¯T¯äÜ×{þ¸›­ñiÜFùÂg’äÈòNîf Ág¥–O±6 ´å·w "¬c-™ž {j=÷]Á\a£€”ÈÊ.îu=M|O2åÌJ®½MAƒmå¦,¾’¤FPvu¯OÊ¿_Ë#Èc¬ÇKƒ~ÂfnñBá IzäNÅû°ê¿o®q µ<1a'÷¯„"á;Év©\¾ÆýÝú{˜èÁo¡µ®M8Û¹]ÄÊßHNMQË׹ߩv^`ÌÒá‹ÍOÇ:]@ûYFƒïåý“Û˜ÿ°¬P´[š/_ïþ'ÓMú}û·õ ¨#cÁ¸C~‰IÐñ±vsÏ&v\ª픎SltÿLv¿÷¤EÑ×TÍ©„93TK{¸€&uÑ ,Ù}°­ï+ìå7Ìí“rËŒKµÚŽ]. ÿþn÷Ï/çé)qN´»^f¹x®èO)OnFÎ:&d´ u/Òo‡]Z~­ÙKå2á–%¹.?êrHê,ßNb1å¿•m9s ã1ÔÑ~¿'ýóþ÷ƒôañq—R¡¼m5MÛÿLÃ=÷+íÕç&%üRrÂ%XÚ]Kÿ¦ø¿¥õå"­6‰Šù›ŽKG1¾ÔQî© $gÑ©´šþ΄±ÓÍàa»VŒ59îP¹^ØR|BZòA³$ŠØœªåd÷úoZûýF/‚ÿž½I'Ê}‚»Að°ÜC|\ªÔÊ¿ŒÙÓ¬µþ7k &æî+:Ç]XТ¬DtF:_9õYµte4ÚZú –m&:Ã_ kwJZ¯*78G/šßÍm„SwÃ=0«¬’—åt‰»´à¼º\´N¾Ê?Ñ+‘™AC†/¤¨álNú{žè÷°¤…¦TtNºP>Ø=Më À@-í3{dM3ø·¤`—Æ_uEZ$o¬R“úB}Þ“8¾L”ã°ò*qŒøë“E“ïÌZöˆè ×E`\Y)º$]*æ¾Â£¦|>ϲ]î‹´9!ºÅÍžQpTÏ¥òæªU:ò«é–kìZîÛnòcÎ-tÎZ æªN)تkÒyS•Îj0Æ_ëÉú%ñÐén’ÅPÁ U¸´—ÜžýòßY'Qk•@Άm&å¡¥K-éýâ;ÜÞ…USƒU·¤åPÆ–ªÛòÛÕú¬ø{ÞÀ^Á4.W9°Ð[#VÜW}!ù´,¾k5¿ÇÎEç<”¸LvIÁRJSè6Š'žÉ2º%-k9™Ö”ßWÌwæªNH*eO¤kä]T;=ºÒ»è‡é|ÇÓ»¡ø†Ó˜Ï=¬²ðöU=’®‚üwèÿçµYW\sáðV”ÐFýcÿôèk`µ4+°ÀWEìPF5ûò‚[ètŠövºªöyä»IÖÝ>>º×ŽçX¿:ó™–¤ýˆyÓÖ’_þ&;Õ&¼Ž3[Žÿ¥ôrbsEE©”ÌÐ#Ä{Ùü3T&otSóÛôNöitôwÛd±°>¯ÞÔ\Ù†âú°r0s—ëxKÞÁUÖ!£¢–ê–xŒñƪÖåñÜyëÅue>3)•:ò zëø“StSj´z7‘/ø7†üO¨ «yk9L¨Ä;hÇ=óG‘‘ÕwÊK(h°¼¡l…çqÕ\"¿]«÷ÇC[]oh9i…œ2в&3LD¤—D4çí”´/i.[åyF5_/ÿÃCD%ÚŸ%:;eðŸšò&fØSÔT¶Æó‘j¡o³‚XŒ™tüçj'¯Œ·‘ÄñW ÒEK”qŠÝ´ß1‚_ûºõâØ=ä 'EYIbø+íý\”1Šrö=_ª7“í¡ŸHùëÙ¢O²D… ëïcáS ì}†•@IáA¦¨)k¦ÂHÏû¸¶ÚoÑ}Ñ-»_§^{¥@]²ÒËR_TkˆŒ #ªn¢î·Í`l '$óWIrEö²dÅÐÂÍŒü4:>àÅxsÀX঳/_8”—Îï ÌK&KW˜æë”mH<Ý\k=ÔñŽöBÚƒy}dí„u‡ÊRF…Û™ü­"tËš¦5'µÎ::ð²ùÛ ‘²lEÝ _ǧ–=ˆj» Ãx™üNBŠã ËTÜQ$³ªVú‹ §äOæxðØÑ¼ºüqSš‹bËê*é´¥h –kxâùc–ým±·¨}©~ «¡÷­DŸ—›ñå‚‹‰ãKO©ò?yÎ"ñÝßhO¢ŽÞ‰º‹±~iû‰M{MÚro£¼—ð'Ѧ↊¦…­öo¿äº+EýÌœ§Ó9mKÇ'y·œz;Im×W4. &ò ´zI‘x°\¿ä[À*“™ÀK•-•.-[^2¥eahpïˆÉ¿ÃêœXý†Á;l÷Äj=cÒ»μÐ E7—7V4/|JÊØ‰Ø¾0â{ÔaâÁ˪ùtàGLâùƒN LìXÒRѦ02ØVkïc$©Í¸IŸûÓ>é@ûj¼t™r|cñ’’íòŸ §Ä(ƒ‡« {luΘL Úh*¯¿óhE·´¢]a4È‘\'Ó' f;­ÙJï”]ßTŠÜѰR5…7Ày¤b‹àiùqyÛ˜à)ÌèýHj¥¾ZUFbNZ'›LXVÙ—XÄG\uZÚ]½4MyÛ’5|–[Yreðåj'è·‘Ùè5´7‰âxð^9‰]ºŠ–TUÊ;Î$e8ËP ŒMÛ¨µ×ÖŠÞh_Õ?Lè/9\ÑIÑ•¶IQY—o#(§æÙè -èÍkÇ—»¬Ík­é ¸ú·ë ©÷1ð³¼h[¿RSslÞøuvÞ^MWÅe )¿££ìFŽÐ[Iä1£y ´ÓÑiu'¾ƒ°wö˜ò.Šî…© ¿ºò5™oI ›Î÷9½ÌëÎwÞ—‡Êz(ú¦ƒüÑ–ÿ\•QmÅàëÙ§´žŸc„ÃëÊ-¼Ë¬èNlž-èú8ßÇ.t¢Qí«ÝáB<¥6¢p^/¾³0B)ë£è÷Í{€•Üs&ßr3cYoƒM­WäŽó#«®P^þ8¡Ea¸¬—¼PËJÃû‡Nõs®nµ¬<‹´‘Fß90gÎ_#(Ç÷SØùžÌYü,—8#éß üKù@j®°*|@ô³W QóÄjö_ôŒ»ª`аB1Ln¤ˆQ>"ò¯µvQZ©þPŒbÊ‘C·Ã¯Ì}Ѽ~üIÂñÊŽ~+äý Ÿ|“‡̪ñLø}fD½}ðŽ{§ÀC8ÎehÃdå/ÓþËÉ7ð:ñŒøS…¾.bÅù Úû- ¦×)³è;0‰gÒ¢ÚY¢dž=ß[˜"1’«eà _¹²¯€å÷£eHä ೄ©._döŠOÿÔz;dÕv- t"xmœ¥‚í".è•kZëzµÆÝg3åKáµuön}‹àP8¸PÇ?«ì GnÖ°ðÆg&¯«˜#Ì– Žjª˜É7pe÷85y6á¦÷$¤fé¼ÎláNÑÐ(XËzAþšN+×›óÏû•,C.¯—$Nì(1“Å—…+CµFn«hèîüž´¥uk~ÐÇ­Ázò¡¥²H/”ŠcÄ£a., Uþ[o-×Z¿Ž…tœòx¼wRåg _rl9OËÃÿ‹‰Ì&žÇþÅ¢° 9óy%Òã¢Ö xîòH&ÿ½ÐÆ$J±—XÝèydO"ÇZ7 !/léÙD‰XR¼|8³3mÜ÷îRÃ5XÍøÐïmÁ.ãóË“Å$BÉíåmIþN‹ÇоŸFš ³~÷$u¯ Vc.=Ò\K¥¼7ÒÅS$rÉÉ’™tù]gqg¥gâ2c~SµøÕÞ„ãà9‹yÍ©âI©¤Á²8"_eckµ‡ÞQXß'åÁŠ×ö÷õ¤w×:16ê«äág‹=$…OÍ*6ÌS›½ç¯ ðxÓ–óNñ3ÅS%JÉóòDeø¯šòêšÌ&i†ÓšË»À&õ–ð¥y•^\›àÀüa:ãwÙØei«Ázd Öò¾„.Lj…¼sü\1K2W²¬ªƒ²¿Îü)‰Ü”×hDH¹Á}kz§`!ï Ÿ6­¾ôŠ,S9äceÄoß×j£jj…$Š0Ÿw‰Ïÿ~ßÏšt¥}ðÖjwA=0p~á2\ï’ÞyÖš±]x7øO&p$¥‚ª\å`ƒšâº“VÛ3;óa5›¹˜wo"gKÔ …¦½h(‘ÿBÛüý_ý­•ŒÙOV“ñ7yê$g¯‡`±$TòBzGÆScòo/þí»^Ç»Å_( †ùKæ£r ò=™y8Cþø_îí.ç=àI"%‹•dB›ìÙšmèºEÕôqÈ*§0ùi•d辸XCåš—öŽo>å ôÅ;Ù|åTóg²wí#ð ½$]² ´ yŸ›-¿,Dñ£È'þ:Iª¤ËT*ò€K+ÿ:çÖÌ™]ó(Z¿v{í²7R°f¹ô5Øù/Z£oIk–ŽG6ŠnËûÄ'èWÐpâVž‘`£¤“¤Ô5¤“ŽîyžÇ{¶¿¿š˜D¢îõ|€Õ mø&®u%w\Ä·ª’ky@C`å>fÉÃEë#‡@[üJÖÁÛ¦ëJW 0NÈZ´Ub&é'·£r¡Žçk9H¯©úü½Ü’Na9S>?QÜPÒ_j¥ÜVìD¢~Pç«´Ý|M¼=xì1#èõoBY¬’e®í`N¦ï.«/±‘òe+éò·.yªD,x­ók÷é÷}`L7Irš¯ŸâOÌ¿0¡©¤N‘T¶\ç„â¯Ärƒ&±£¨%0þÞëiòiΞ¿]yrÞ©Xv—–ßözD¤9¹0¤¸†µcÂI²Õs”'ç_™ðD9Tª”&unÒ H;¼¬a׸ï¼ÞáIùëdÍ%ƒ¥rYÈÛUÄõÖŠY$TŽ…Q‘1¡¦Ñ{‚WÈÿeX‰ƒt­ÊKó™ç:¦öÑ>Vñçé³£;A{ç)ùû”?I†I e/‰¥u%Öj–ιK: òÜA?½3¼ùàÅ´“Œ–.”q+·ªÚ1³u½‹¦ïcˆbîl› eX 3þOÈÿo.ÿÜĶ’‘Òù²âªÍªó ñ®ƒ//¯Ñ8sÔÈbº>ž¤-³)j‰lXÓ³cxV|#—…âqRAnaªGŸ5x9æßfÿ9ÞBþ½ $ŽÒŲ_4ÛU{†ýøúéÂ8XòŠø&œžš‘wSýÁÀ)è]:-¹Ck«Zäo)ß*ö™ØY-Si>ü[â±ì©`ÊþV1·Æ˜â ^)¿¾KÉ$écy–ç-•Ùá} i6cGµœÀ¼Æ+!±è‰R/ÕCéRgï©ùÆ"ÞáUò/(¬äS¥’£ÊN`?—èD©­µò¶¤}²f^éxÔî-^9¿¡Ü&vŠÔºðˆ’RP¤4s´¼Sz5Ý^gé1±¬«&>à­à?õ—³¤å â·d¹^&–ýæ„Ï ÆÔV²I;ùjþ=‘ÜCú·ò¸òSµüãj~ûc-Kþ«ßÞ¾™Ë‰¯4Cuæë}Z{¶ÿÞ’xc ÍNLñ–º*OX‰ÀÚøÕj1Œh6wÎè±3yýùæ0gØÐ#”MõìçcÑ£h­S‰ë žñÖñûˆ¾¸úƒü9eó`ê?’ÊKùXÀN†wEéý5èìkñòùýD&“2¡—/)}õä›Õ°‹?›ìs<ýñ·Ÿç?LòÌ}»,6Äßã¿•¾»øo+?nÒPIséVÙ5%Û üåJq Zr)¯DÜI’Mþ³ñúâ|HtBœ*"¦8[¢H­ å붦}Á¢e#•‚‚†nÇÅ)ÒIò»V;Ê,k±Ñã:êÄò*øcöF˜;™RÐ÷>še_§ç5žÕlH…5ø- ²Aú”8]:UÞÏíuy•pÁï†Rp§ŸêóÇèÛ:1ý¶ö.uÅĹRo¹•[A¥ Ô7¬q!~ÄäÙÕöÀtîŽoS0ØÅL|Nœ-eÉmÜ–W%d­×ZmuЬ©l‡µ'ÑùC]НˆyRy7AÙUúdþÚOÝÂÜ3à§õT£“ô^ÆØ¤vv9õÅ—ÄùR_ù·öš¢¼,Ã9þ-{šö0FÂ;B,Õør—Y7Ä+ùR7IUÉßxx‚–ç±°ŽN¦wVgýÕ©`äwM¼ÎõôÃÍä¼®tlR¬¥'Dô,\©÷œ™ß<Ϻ`Ã]uÖ¯7‰LtŽ—\àE ü…À+•ŠXY<É·…NÔà¾ÖjÓU¯G_ñÂÉÂ{âuŠ.ÊrÅã xbí«ªÝ‡0ÊËØÇ§Ì1/ˆ´O)£åÎn™*\3@kåfLÊ“  ÙÃÄÖë¸À*@À?/UvWö÷NWù<èÙ-t .ÓÚ4AgÖudj‘§Š8ïË¥?¹ôQÎïSôOuëVGçÂZþð+­]™‘ü£N ¿sÞ‰ÿT¼‘å+^ƒ·ÍÄ/]¿ÞE—ç½ûãŽC{¦¤ ú)¿ˆ)Òå”Ó9†JÚ_ë®±zžããRæÊOâ Ç)r…iä¿y ý<–©e}~¶ Zl"9ªÈ–?sËb¢qz5·Ré>_À´cøCü2Á‚IŽ(2å/ÜÜBréµß¯ô¹—¹µ•fË|Ç‚º‚õŠO’¹S÷É_¹œ?–ÙçH¬UÞ‚Ý´Î8£Ô¯o3­]lÛhŠ]`&h<åƒdþTùäR¥{µ¤ ø™W—V‘ë8»Òqûç:»÷ÓEdwÜq¼s?@¬Ñ´ªœüÎm¨ê0|¦ÕÞY í§?/©^öÖ°’+¨/X%ü"‘E‚†¬êI_¹—¹Ñx´ø8±Àó2À¶O,XÌ,6“†NÚ*O÷rPE}Í_kÍîFÈ|GöçéÜ‘86aBÁF¾½ØDºN:r¦×0UÞBkF{øAΉ“¥ÕÑ:;a7m†N]¦´8(ä0k›Ëû+G«Îï/ioåh³mZ1‰ÆôþõéỊ7K[“œTðnÂP2ç›ÊwòFªv••Ã@é¨z«m÷Ól#VsXÿëD{UAOÌ#>ÕŸüK`ɼ¿žn¯Š„´•UúpÕž}3KçþÉí`æÑ6ÙzE± Ú F‹m@µ‘V¶çúi3kElñ_ã®Ó«rK(ÏðÓ³aöˆÍàÕ¿ “ÀY¼òï wP^ͼiZou­sX+.ã[pˆ?N<òo'¦¬'ꨳןâeð¹eŒ/qÉ©«`¢Øä»ÈG+ã³ëœ·1Ö_ÅÈ_&-ÛQë‰'ñéÏG¼àuW,?˜ÔI>R9$µNÉ_fÕT‡±$ 2Ì)´`«óÏ Óß•ÈÞ«Ž¨âaôcÅL*ÑýÞÐûÆ2sù$¥B颳‚}J´p7ƒw5. ³nZ¹ ­ø‰ä¢|¢ò´² ÈiE[y/q¹ífª³*É;üüËçn\À_ŽÄÒ,§}–I†ûÀQ`%ð¿S™OÝ>yŠÒO¼CKÓ=çÿÀþyÁG¼^¼[ñLÅ‚¼Îj•´ÔÞ <…Hךågô°ÅBÈõb°ȧ…µÔþ}»öüOM,o?r?3ÙäÕŠwsé˜ù/5ÞÇçX*µ‹7B_ø{z+¼Úù§¡µçzƒñùù¶‹[€[éõ9dŽ–L[Q·€ã§N›ù)­‰‡?¤ZGk|Æ‚ôz<µ¦S}¤÷Ä¢SNþs9»ÅfÊ‘òÍÊûíôÚßñez‰ç ŠÄÙÂb%7„£œë±W'ÖÐÊë!E­I«´¦ã¶Ûj8å! ¾ƒSé˘œGÉœaÐîWé•îÇhÃ2£\_öýúì³% ¡À>mѺtTÊnÎîŽȇÒñ³eI5µàŽÅIdÍmDüÎ6žÍJö…5ÌëÄ‘ÉCÃþfÖ>ÓµÎò_eNÉMï íÁìé?·iëÙ»dz*‡ÝN|¹U}èñ8¹µÂ‡^¡.5pOH;ÏÕK–¤³;±39ià» Ô²Ö®³ô$œtv |a^wð¼¸ØVz™ÙËÈ.5x„´Ÿv lóm²SÐ*~ ´—ÔsVñœÛ¨®ì\͸Hò_3ó>‰ T,²Ö‹Ç¬™Ï3n3ñ®¬=e§Éîx>È·Z£Wâzk °eŸi›ÑôVwÖ¯U½Áã»Å¶ÿ ]”¨²ö™”PíþBת—`³²9_B;€/4fìFÓbÉ.A³Ê@â™p8³:EÕ|õã¡KúV³®Xe› ÎGsŽÂœž¦3ŸžÓ§ù–2HgoÓ–<±âuº¤L•{!À%ùgÝ.¿Ž¯§sçÈy¦ C §gé¬Îûx&©¯ .„G]áC»Gm˜e7Z¿Œá ÞsæþH5÷¬§y@ßÕ ‡öˆjBô—¶ã/“6²OÌRg/Eiö‚ÔÏs­Ú=ïÑWÒÐ7i%I$*O‹Hû„³lÓ½SmIò»ZûÜÓ<íoå7¦²yyè;úœÅ@°¿Æ÷®‡$ôs•ŠYQïõ8+¹ðžËç(C?¤ùM8ì·©Æg»ÌY±Ö“¡]'xwžœ¤°‹í-B|‚ü[ÕzOù¯:wÚ_­ Ü3e â^@pˆ˜3úÿzRͲÏÁÒþ¡ÕÜIN.e®®Áó”Úå¹Íù?`þÈjNÃTþÍ‚/*4¥õðþ©B°ôn?|_¼£ç öð¹RÙã8§˜²Ûé¬ê“ ìÉ?¦Ûaœç /ecζ虤¶Œåý/÷›C=ùMf;{žO:åÛŒ³q.éEvÔBï—iÆ\X9²2Â΀­[Ìæ„^ å?ËxC–Ln묳ë9‡Xûq¬nÓ¸Ao–²ƒC/éõÝxº§×òÄž/þÁº½ hÎäÿÃ;ù_™À¢BÏø}€ù3˜XYÙLŠêûÃ)ü0‘Õ"üœß{ÿ+CA>4Œ§s±!™ ’šS˜Ät¬ßµˆa!¯}ÂÃⵞaíSÃɬ'ZÞÉÖ¨øK #b&ä6Fß3X‡#vXAße@¯Ž¿X;•%‹»\9 r23Oþ3ô=sÒñªmqø›ÐÚ?k­o=X^IñE½ØC–M=8¬€9ÿ?pIszÀ=ê°Þ#ÐvЧ Y¬•ÉÇŠú°7$ '/>Æ-ì4‰a´‡õϘ ]©&LLÎæ ‰jE¥¶(Rú \#tÑï­ÝªÝ¹ò¹äÖI‰ÍZj–‡ç¢”Ÿ‹ûAÛ9‡B ;H)V–‡€³#á_÷5Ù,Oãü¼â¹Ðjãɨé ö{_tÁ­¨Aœ»Úzd|é›=cÉø÷öl´dvñ|¿lÐë ÿ󌇱I§Ï~Óšs´žì”É:™¶Ö°w@~}è‰ÐÌþËÚZ,ù¯Ì®c6«8¿[ÕÄ€ÅÛÐm©ý‰ÿp°†}ðµÕN(¬µ!»§f="Ï-HÇþ­¡÷ZÑ»øc™¸~1|ssø?)p[Tªý8Q‡Às>W£þÙ¯óÜa]¾’`Û¬ UU+übØG@þ‚–¼Fø#38Ôóº(H³Ê/Ž}4¸_¨ íÿß§Ÿf5‹µ7sn’hH7f¿ä:ñÂ=‰f©×øÍ„Qu]xÅ`ùeZ1ŠÚ6^Ý8€õwv¤g è¢fŒŸ@¸êZhoz=W©õÔ/`Æ$ 6”¶”å–÷‡úÌ_¢eîê•@Æôôaf¥x—¬®_;,g½–'EÎg4 ·Ö•Ôý=J°†§%ÍXkB’k¼:<_¯oQ~»ÅG<Ã|CþÍ EDPF X¶Ui5¥vGϲò<Ý…/ƒ–àL 0´BÇsi >~bçjÏÝç{ÎQN.‚ü§p>AùŒa m]íüÞtúLÊe ¤ÝžN}Ó<+¡çyåhß’€¶A—‚¿€|7UŽkñ$¤ÎÓéSûkØi~)N;ú–´ƒqaB-øm^1eða"Ï¡ôð‹u¼“¥¬§ªÓÐj]è5^2‘‰ùQ VÄÚî}1ÉÄ?”–ÒýïÙÑŸ§³2îÍ©ïŸK´ú;£wW kù1d†U²öy‡6¤-í‡PÇ­ ˪­€_V{ÞO^ˆšuÀ; p3Œ=[(Á§ÐFz÷5­Vƒ4ò¬`òv ÚÊé4“ÓŒÞDïðù±þ[Å:â}?b;äŸÈi òÅ5ƒ±Ï©_H-σ>[Mžo1ó´Îs×À ^pµrz|bÈΤ©¡[ˆíUÓ–{C_ýü6Øžƒ’í!iÌKlU´ŽuÍ«_BÑØ”dÈÝ#´õBOzr²ÿw™¾qÓ D”KëqlóßE÷RHí#è5íéûíh$OoŸ»„¶âY·@~Äâ‚´æAûÀFþ±DûªÉKÁ÷ «cR£ÙóÜôb!ùÄŸÿ¥¸8¥%ÌÀ;a›È>Æ&Ò‹¿šÿ{û}dîÃ-®—ÿSÐi°úA:V·~ò¼¸ñZ^D?›óZzù~>=Ë>ÆŸ‡ÏYZLúîü×{-“¯Ð6ÿ V,°gdŒÖÈxÄ>òV>ûËòèko8C8 Æíg(×çò:ÖØ“^Å÷ùHßߪvV;iœe:Š¢:<‰ø‡£ŽNt¸«ë.¬í0Wzkþ>‘Ô’ÌŸé8äCfÎbÀòjùa«BH à'½öëíþ1³Š.áLÒ¢šªˆü;upFÞ¬õôÜÚz®økÜ1‰Dþ·JUÅ=Ίප|1SÓ tKÍr_b ,ÉÁÉ^¿BËÎV‹pGàëDìtˆæ!½wô›Žç²Aï¼` Éÿ²&Lôˆ³to3c½ó-´<ç%à;51pÞbƒÚ+7>µIvJÚižt V–o¼vûÍŠü(7 Yœš–cà¯óTH³èq3}Ê ¾ìOOð ¦+æ‘>{çõ‚èw‘¬GÓuòw©á^€ýÄGNF‰Ðë£ì;Ù*|«ÂÌ´úLü¬#è´±“zÖx–Þ¶99õàó†=K2¼4+/›äo žß…øÙü¹zO‡5fvÑñàŽã½½¿x½c»¯•,ý“›æV»§VÄäu íî,íMɽòÁ'ZáUiú£‡ÞømPëßé™÷õéÿ!ž}•uA¾—'Ê…éÄ^ÿQÄø…^§Ø?ùžžè§¬¿ô ãjé·Wµž ºFôí\È¿®ï2vW"gÎäß[Çþ‡Jã|ð|/ÛdŸ·¡Ý‰|?«.ƒ> ¬}$.ôZå­öy™Ôä_$Y…u ¯éÊ×ÕVå!·ÅPþ>g9½@þU’M˜i­þëÁj‘„¥ ¿Ê§€´ê›¤ÚËz8p5ãÿN'V¼Yh‘W}ïs¾îà•„„¾KòÏ1ÐNÓµ4ÝE=»^âÕÒt%ù óïF¼žÖèíAâžë ÄÕ®ú4öö÷y1~û”´;4Lë¾¹éó(j»Y€V»¹Ò¶_ãN¬’ o9ÔŸí³wÆõÊîá_’:Uk½ÉZ÷VçD-éÛ“¬ïç0£¬èx¯ˆ1)IE£C—u©¡õÝl ¥¡ºß ")_ÜÕç†oNâçbG]Cwëõ»š÷‚È.À ¯&É·|g¤>$v{dès'Uhíì÷£±ëgA?¤Ñþ…ŒÏ;¾ æµ/^Ì©›|2ánQk­ÓxP ðcÁìÍØñA´_°Ånˆm ñ7êä/}õ$ñ*ÉFtóã-[0¾Èb¢«f“ºü\2 zó<´à°½JÖÅ„vóz—‘–—Ö~îä¤_ü6ßpí?“2œmyyþ똳iËJ@¾´˨ÙÙ\Úò !ÇË:1óŸcöŒxêíVEïÛ_ñ\#²,ÿbi)Ér¼áüŒhM<›Œ>L#±™kž}–ú¿Îë«yÂi9¥AùëÐV`Xª0~FØ—œžEQѾGÇym†üƒ¸O«X0‚ŸL¯uÿ½™=™ó³u"àçg{B~·<ßf<ñÝR°®ú jû†íôhû…sÐ¥³N4c/½¶÷"9¿Ýç™ïÍü¾Pî6 ïÊx>¿k=Ñz 9c?»ê`5 QÉÙùuF‹<é«=!¯ôîAOÒbîU5hÙÇÚíÃö ]ÕP”psZ{äiEÞúòêAšÛjÜUùÓçç4ÏÜMdܧþ3û|R|ÞËgGžàÔÚÚ»‹VÜ)H: Úük¥¯Ë:à3Ô÷¼ä{g—rX¨Å”ÚòÊÓÛ 5 ®Ï:äãðY5Œ³†Ó5Ù!ÔRT{iéOhÈzËâû{á½ÀÁÝIYû@ù¹Š«ÕÎ1Ì"Ûü›4‘£>oe ”îÁë9=jÔ5gk¹«ñ8ôÿeå[X›÷Ò“—€åÎÒZ­ ¶¾˜Ä ìèV~åÿ ä{+?Š'öIîB÷?—ÿ£½÷ÆÿÈû(óã zŠÿ{ï?=ò)ƒ@ûöKî@ôú5’mø¿§27à}è)ÐhÉbSñµøŽÄÖeû½N:£wïqâÕÀÃ÷”hÎ9Î3Ð~yLΓki6£Æ{œˆwô‹ ¿À)d|OAPGÚÒˆÝO§S6o¢/±xãü<¡ïÓÃÏ…5¡Óà±0> ¶’w Wƒ|g¿ëæàäIzö3[kDõfz%M«6î-@ËûýƒÞš<%4Jïü_gø^TíY>ϵvÁмKãBŠ7+[G›…Þ»ØSëoŠyC ‚¬kØ¿%«ú)ÞåñëAþzÉÁÄ[a›ŠnêܹÿåË—KÔ—õ”Qç‹ç/_èzñü¥ ç¯]½rïî‡î?¸ï¯#‡V¨+Ö¬Z±nͪnkW­ÔT–>°Ÿ¢V¯ÔܽsçKß»wn¯Ò¨¯^¾H­]½ŠúÜ—¢Îœüûë ðãÇOŸ>½~ýúîÝ;·nÝl|ûÖã'©fÔº5«Oý}Œ219|äàÎ]Û·nÛÒhûŽ­»ÿÜuåÊeÊôÄñËfÔ;·©—¯_<~òÐäáãÝôøÁÓgß½·xéB“µkVÕÿðáÃÍ[7·mßréÚ…gŽR'Ï»uçê“'÷®Þ¸xìÔJ¡’uܲuÓÇO?S×Ä‘ÚÜ=RôÁÈ´U‡zÿþý›7¨+7.:wœºÿüÕ®Ì_žŸ]y|¹ÿ£×F2•â‹1EÕ7½yÃä#e¼'§Óóók¶Ïjt¸Ðá¿Ïª…ÉÆFŸë\¾wjíµÍéÇæüþúÆî''–?üku¡Ò÷‚:äîù?¿>ᦎæÕ«—OŸ>¹pñüöÛnܾzòìñ›§6\Yÿð üñ~ѓêLJ•ö‹”œ-÷»}nÏW©*“U+4/^¼xüøµ~㺫W/ß»wïú¥¹ß;4ÿé±%O+”=9(ytdÁ©rÎý›ç¨çÏž®P×Q?öìÑõiÓú5kV®^»f÷úeG‹Ùg—{ž« Î–œ,r¿¼¿äÑÇÔÓ'WTUÖóò˜zdòøþ­+·Îî½qj‡ÉíK=¼ÏäÉãGšªŠÓ'SêÊòÔ½»½)Meuýê•êÊsgÏܧîßëF?w†ºpî,uøàþªŠ2uEyoêÀÞ=_]¦K(ê4ŒÂöÆξsûå· ¼™9CrŸTÓM²jžÿÖÃÀÇa­…Ù6šýPx]³šûŒÈw$óï¯Q.ö;~¯e5’VzÕ†5ÑOQáȶ Ø¢~*|¡•ÿêo{1Ä/'^Q­ØùG°BŸ@;õgMò;â;Žm™üZÒ=ÔS`aJŸynRÃ_Åsw¿ÊìÂ÷óâwÔw7»@L …Á}óÇzg6‚À–æki°©~Ç}'€ÖÎd€Í–Ñyޝf7Øk̺®òðkê7äó“wˆ²$»@§:þ«´´MKxýâÍ"麼ä L­,ÿõÉ&;èòùxûErÚAKò“wúOª¶×Úš±Ë“ -*;k¥nâÓsò4N‡€kÁiòÊ:zìUcÜ`Ž'Ò88®Œæt XÖR¨ü2§†óGu¬ë -;3Í7†ÓÊÆÈfüÜ÷ú1ëëÀšKÖÔŽ!M£ÐÕ>ÓÁ_hF,ä ZþÆO7ðtŠ`¥5’evRð6é\° ¤Kâÿî´Ïp@Ëã¶0`MGƒ7*÷ç9œ ³i¯äÝ5¬â#Hi>ê¥ñŠÕÜW £qj Êÿëߣ‚™Öz™ð¯þ«¥o¡ÿÝÄä{Œ€9¬i¿w¬Fþsý»® =[ËÙ§›¤ìÈLj ÕwM|>@.óý»Ck=…rw}6{¶Þ³ð—§\È…õëAº^¿ZÁª)b,m¥½Y3âýÈ/AÓV‚ŸðXç„[1YUˆ­¹d¾¿k\)ÔâÊe•áÙ:¾ã‚õ°†GŸ…ï#ŠüYqæj¨ßŽDÏEêð úô”ªÆ3?Cš™ó€lV>ø¯•þs– Ò@Ù{’»æn–PÔ"RÃ#Ð+-jðë{“ºvònz»Ò#`|ë²eóšƒ7 :(ü  }jë¹EK×Âs´OïW¾V!’e ò¯Âzÿg×G‘k¦Ck–<”Â$ÙNë'æ\Ùm(g¬í}ºz_ðµ ñà&X”ͯf?úBÛï§Wƒ› þ­ÀîÞ—|û‡ð¸IŠå CÆž#Äí7'ŠÒèÄrmÉ ò˜Þýu`î¹%áìQ½¯Z\ÃIÅ`;ú Û.°gªQ³gýN¢Ú×ÉIÆk†0à˜À´âhÈa‡ÿ¶þè²_|]“Å}ó_V×Êÿ3÷ÞC¯ßëXGx@ï§ú½‡™•_¦>²‚7Nô“|¦3qû G}ée,ÿM| .àn¾¥ºEZ™ÕÎÁW­>ŒÐZ¡ªHŠûüÌ 0Í«XrWPoô1:Æ@"$aZw‚ý6Èõ{|ƒÞWëö7¾G Wr_ª7ÖxR¨›N cIå¶b·ìªF¤¼ó= zê±p›zsˆ›–ÍÎÛß‚ŽŸÏ&§!ÎT;—–Êrðþ@4øKÉMÖV&ÿ™z6ô7²/7”éÛô{:kª÷'"ßW¶ÚÒ òô"{Èo‰çѬ†¿û™ŽÅðŽBü ãÂ…fác§ü—Ñ3rbyûlý³M4(ªnxof¯LR­'ùA=Ûšë͈Xô‡äKDýpê'`6o ›Ì(²#méÏ’ÖÉгÅðí ò‹B+:aæ°Êo¡4‰lþìbÓiï@ƒ¼ÔDn8¿_uîqØ¥ è ý]iÙ4Ü”¶XŦLKW‹ÉîÕòúm÷ èR·8u#›Cýßýà³øBèHöN¿È€ ŸÒ;¨exÕôÿÒr­ÈÈ™Ð+ ;€øÞ€ån žžQ­—ú¨"=’žoû/=hMôÃ<Æ3)díó«ëgÀJžã¿ÿYÄŠ÷­ŸWS:ö´µæ±øÕ÷;Ö<Ð-I¡¡Ï#þÛØá³šû„"þðÖ¤8½ÚÚÕz7ÅôœúÁB–л±ß"¿=éHÈÁ9zñ²øŸDý³ÈÓyšØ4êÇXw°qbÖ. Š*ñ7a«À®.N¢ò£H4q¸9ÌRϵÖ0¾ôþÞ_t|¦Ü×uÚžé{ɧÀ’ äúÄÃÒž-,µN?5ªæùWˆ —\ ¼ìµhDQŸçO–${«}?V‚×p-°KТåÏ—ÅÒ£È)’kà.Àm:ÞQzèfÖ ßŒÅ‰þ…7»,W0§>™+iéÂ&ôÊ1Ú«™ËZåëFü£[݃ܗ‹Ê!¿Œ*ÝÖê©$þogG1§CZÑú|>«ÉâvÌ®ÔØ²-5Œ¸([ýoVG•Fþ\6vù䄾֒rw+=-Peë^×LïÊxfMyü½Å¬õ»ÌߣÐ7«š@ÏŸ§-ï‰D‰†çåÿ\­TÓèܘÙ}ûù èÃ9”•Y§âtþR2b^ÓqôƒÆëÜÉôq8i[æ®Á„”;V~ÿhö‰ iHHÅc½ç¬Ô{ßA½ûÍ÷foõ=áìÿºêTPfH…z¥NüØšYÅÔ™µhPŽç»¾ÎÚîÛÃ7ÔUÀ™ ìƒI3~¤7´ï„îädÕÌ9²­¬¾½|á5ÎAûª‹ZëyXv:^Gñê GkOMr«´æd–tXþZ½üƒ—z'ÿÎïX]ÞÓÙOü¸dÈÑ RÞÉúÓ×Ü—ý8ü(¡Žò¿hŸK>»Yû|Ÿzs^qºröÈ$䛳…IEaÀõƒ¼_k=ùf˜_zÀÈÝ*èhB3bÙòµNAÍ#ÖÆ®Úù·æÐÙÁ¡~f>`qAëÙíò¬WX{‰#þÄ/° v$ëDßçy#ý2ý?@.ýƒ†D…ü§úç(v†¿òvöͦGó…´E­{ösôöoøù-ãåúwËÿ&d‘ç(yÙ?SÆ%2Vn³o¢ïo‘fìÝïBnǼ—töCÛÐF ;èqVEVýǯá4x÷£ˆ/7Ø7;b¤D,‡ì×.Ú†eèyË~5œ¢Ïýºn  :Î9è:¼$ów“AËÓÚé>̃ñŒŸxç.´H§@¸~BP£^XMµ5Ö;c:ÑÊó–ÏKÐø]5 ‚>&±È{ÌôŸ?aôLñ7çØ‡L ’üo’AKɸÙé%„œV…Þói i}òïǹ#°‚Ô«*èG{p¶÷R’½‚â8碶ð`z3ý0žñ¬Þ)'ð^SÈ>C¯@NyÈ…¨‹ÕbÿÏâçM>}úôù3õécs&dþ©¡ñ'Iñ®§Ï_SÆ H¤¼ñçOÜE[‡/pYòúÍ»ÏMŒ¾…ÆëP«wœ4ºl‡{J'£üå«7ÆíM¨=G/Ûú*ÙÜM±ê©i«GF.MSm|ûö ‰ŠS;_Â.de¯›˜ö‡CL•MP‘KòŠAA b…«ML¨ú&ÔÉ‹·ÇF-âð· ·O˜½Ö!Fm\ì:ke0óȈ¥Óx+ëhÅÆï=xœUÑoªÈÚChë£tÏÞ8<¦j@hɸËͧðm<Ŷ^ÒÅ+÷½zõR':N½ûêó‡ÿCÚ[FÅխ预 Á$@pw àî^X…»k‚ww§p+ÜÝÝ¡pww¹œ¯¿ÞwïÝÝçž3nýªQcÍYSßGæ»Öº¹½¾ü*¦ä]ÃÊå6Hƒ´?=Ü<Ýß\_]ÀÁü“-Žpxt£ðëõ:£\ý”âú!¤ÿpÀaNOOö¿È„ÊyÕ Z³æ°è$מœ#ý§Ý s||„°·¿'öGÌ¡ô‡UqÖ7¥(píÒ¿zÛûûû^±Õ>ñŸøß„š_±Áñ¤ÿ´³aö‘N‘Ž÷?üÿr°a÷vÿ«…- ,ÓG2ê‹*uzA¡£ÇÇW.ÁøW®XùߺÞèߢc…Îj‰É_‘¥B?Ó`*¤øŸòàÿåYúsÿÍ=ðn00Eš¹ÿˆLÕÏÅÿây³ÿÅEN‹œÿ~?$kàÈ?ô|ß–ÁúßQE÷¯ów뀰W¾öúÛûTâŸë©ùö4) úUŸÏël~¿yåü‡ÿ~….µÀ?eüKf¤¯÷«mý¢N$ð΢Ìä]¡éÿpÚåaþwÿ½ÿ)¯`³ðHÝçµxÀÿ} h€Ð¿VàšÁÑkäÒýGÿwÿ‡3ÿœ¯*îH¼§4 (ë`5NLI7ÿ‹~ù7OîÖðþïÜT‹ õW¢ PÕÁŒÎ^ËšÿŒª¦ÿ?øq°æžf4@]¨cT`dZ6ÿ¿}s,»×Ö¬kêé¡X˜½þûÿºUå Ì™ôEehô¯Ÿíå3©¨ë”‹2‡ô ´a{ÚÅJ:—Å f~jŠØàBÑÐùl0“Rp[Ž@‘À@²À¢@£Àƒ@@Û;Ó¯lIRÒ™Ü ¤pÙo²á€o€po6à0Þ`ÀMlT<½y‚ƒ{çófºànêéÈ )‡,™·2ˆ5 ‹GS¨….Cr%á=Çy×rn`)Ï}˜é„{ü­[áúì÷ŠÑSTû¬XDn¤×F‡%s‹Nú'=ËÁ[VG^„ÎèÎøÎØÎÄΟœñœ±œ‰œ1œ œqœIn?ÞâÞbÞÞ¢ßâßbßß~ºÅ«ä•Ê©‚ß( åáš_¥Þ >åxʃ(#Äõcæ½cKÀÿ’ë/ßIÅs”‘Zì8 ÛLÅ%”0Õ‚y¦ÂpéçÂQáQÌíñ¹éRÃddAN À)› \®¤|XëöOó3\!Éj)`ÒØlÁÁÊþ7‡à ¬§Kµ¿åO<{ÂT¿‰Ù¼}90’lÃgÀz)·ÝoJŠ…xÓ)¦‚ ùð£=R ˆ^ú§F"  T‰£gÚGBšÅž­àS*>›uã3ð1™©†êk)Á‘<9¿{hÊM‘<"½“y1q·[hÏÓÀý},†“<ѽ[cOÒÀ ?–õºYˆN@`BjßAú"Û=ñ3è⮦LI!ïùØDÑ2&:w×ì—çÜ+ñª=®K­{ÃLdy°ßåWW¦f_™4Zfå©+ È$pW$“ô‘œÓK½P9­P€ Ž»9J[¸,ov oOÌ•—-aYô$m qÏ'óŠ IO;ÄBŠ$;|’b7Úž¢êw,á”Ý8É·›vù4‡Xº‹|)|î‘Øò-qÂg7ûòçý§§Ï$Yh“Í×2f·üþ"ŽycŠ{&öµs|—pû_®þ¸Jñe¦)ŒìL!ï“_¹JK‡&b³p\ó]ý¾óÈú®¸¸[6űOžÊUNv51•¯Ø, ‡^ h|#ŠNëo{´çËNŸdØ¥ìbaŠ›‚왟ÉMgÖÖ×6ÒÅ]j'é©ùl Í.î<¢[„WòNÆœöÜ.=îaKX0z ôØ'3)hvOÚWL¤2ö Ì÷F&ß&xK}ÉcTô…ý` ¤¤fŽMÂêÑÇþ….§!€f`dÊ IX"ÊKy òðÍKÌ“bÉãšô`¾Ãü€ù %&ÓqŒgpiÙ`Ÿñž/Úr°XƒýRŸ3›–œÍ>˜DÙõ·÷Ì{Ãò ¯¯ÄÍ8½4¸»uùÞ•%-±MÊ g‚ü{ês!âdô^÷¥Ñ=#ÿþ«7‹Obóo]¨-£Îº”¸ ÄOc€ÇB“Pnª—átJ“ª"µ8ù°FžR2¨Jœï07dfŽ”ú–‡d—ÀÕAhÆ$œ¨/ecDT•FÕc4Àˆác ?M1a%Úµ_ åãŒÕ&ò ¶‰íR¸ÚS d˜Âz‡0¶©ª¢Ô»å¤¶±.’\:› ‡ ÄÈ/Ý!ókiRe†ôLñ‰(C"Û‰wî†ÜÌ?÷‡Ð{†]Õ€¤sYÝú¹ÏÒš¸4@àaˆ óSV.»‘®Rü€%…Ì0Š©?Sʱ¬{‚&¢Ü¡¹™]U¶;{IÐð¡9u¾ÝÜáà™ýRÁ’¢!H„¤MW¤E„‡]N]TÁýgÙm(5ˆm€\á7ÿÕ\ÞÑi3­¯9²d÷)ñëM/z «¦?Ý`0¸¢{~fH4[Ó§¤F_R®ì©({V¨,T§ù»+isà÷Ñ) È8"­;-ëDõ`è9¾7ÿÁ\„=j¸ËÈ([ gÈ7$þŒé“T”.©¡zØÖÿ•½•­•£••ƒ•V Õuš åÛÂÇ-Ü:>á!˜±\Ôßê†Çå™äk÷ø›¹–ÐØ{InNÿÜÒÉ’ðm„ÙQÔE/Q³Æ—­=~~&Ô‰.ëžÝ.SÝc?ä¶äõŒ:¸c´P­„XÔ®jž—Üθ´Ð­„Y:­òœ§Þޏã<¿Y =¹Yu;o¾]v'iaX ?E[]9ß¹KüèIÉò2¾*ŠPëÀÊïO2¾Ñ{qøHæÉ¬Éß¾=z rá¹í΋s'Ù4/Qv&üc¼n1²¹seëäŒ<ªwî:T‹ýé%Æ«‡Gç”áNõÑì%¸icå‚ä6ü‘â™åÅïeÀk£õ‚ß+®þ÷[5AavŒ¾Y¿ðöÞiz÷#›V|úŒ$ö>ê÷æç·bH ¯8…B {þ‹ú3\ß»ãò¯N ΖE½S ŽX˜ ܶ7¨§00ïà?¿'û ÷áœ[,îgTXuAö¢M.Aú1<¥·O‚ß#H>ú3uâùô‡è‹°ÐÌW ȡǼÉēÎÛ|+÷IéMl»#Ìü´ ŠulcíZ€ËYEs @‹t —VZeŒ°†Nf ¿ÖBgŒØ†H‚‘À È1Ft Ã'È0Fp ë!È_N4ô& ý3#.&Ì[Á/r~%*Àá]G̸vxÆORo¢Û1±¤à&Û?XÃÂ:µ2âlÇÿÞÒ}›ÐËÒf|¤u†'ö¡Ð%W{«âæK§†8モK:ÏîC§K3‡pü›H—bî­£Ÿ.âö/¸ÕÏœðž>ŸßÃõ¶#Y£§¼ÉodzÆNÛTpþ¤õ&¾ËK n¶ÅcéM­ BüÄéwgú ç‹Çü¼ß tiåemf§MoOÚÜNaÝáÓÛ@§oÝß®´9Â=· ӽ·C%CŒ¡ð!{0òèš$|ø@¥+‘ðþ+e{5#‘Ú`G#º‘w¢æe§1.PF¡.Yõœ]É7VW³†h1-–AÐýºnŒS=hû—}Áöo½ïs°½Õû¢†‹ý[XI0î¹' »P—Kx¡sŽpæÍöUêÌ ï:i‚F9{1ÜA‡«õ{þØôY´k/–¸p„¢¹úGEÆt6†Mœ³à;òGOäÆX6Ò{cÖ$UÝݽ5¹ám¡Ò€Å;¢GO/o”-®J’íðSÑ;à£Í3¼W” A‡H9S |oG‘5³9¬™7U9{q9š:Ë·sŸ½Sõpæ°} zhs×ÞÍz$s8×>OkœQ½}Ö>rb¢út®½ãDóÎ^£pFYð=³~“òލÅ™@Æor•nÄ·jÕœqÄïbÕ½†Þ7xU¿~dtVuÇõ(Q÷¾ÔßlU£•Ø—`U„Òú;¬ zí;Z2Üñxo€5ÇÜM‡‡5?/ ÞÚGÞámÙÖÊ—é4”q`ÝÞÒ‡‘ Òzù%ãÒ_rr”d˜ØAïLš\èîhïèÞÒ¾¥ó£ÙvPÏŒ‘Ó $ÅÄ BZs;7ýáé/§ÈxÒ¹ƒpÒ™¯0Y°§äEÿ%kÛï¸ñÅ×ÿi;á0sïŲpºwþž3všÏÎÚ[çOÚÞñkX»Ÿ;¬Ûi–|/ÚÜËahá9ê=t?x¼#î¤8¥rGHïÄ9%w«ÓÉqJ玸҉vJJHåªz‹âÀ¿*{‹üìÝNMûIä|þ*úRÇ7½ßw_#”ľ‘á(¼£òSúaú%4B¥ ù§of£^r¹<'•9޲"ü×9Ÿ¢ÛéLÜ ¬<¤I?¼)½8FÍÒ!¬m¤ ¿·?ô"ËÕ8éh±âý°:$ôbË5ÔH‹±fü@TkÑåês_ͱZÞ|‰:dôâË5çH±®‘üà:×"¬ÕÄ(rp˜ßáù‰}‰ŽPÿƒþø£ú#i×{ØßèÆ_‚ÛÞ§0²ñµþ^é£adÛEÊxŸ”ìÿ‘³êý¼ïáT=ùõÛzKÆZfÖ…æoy4µôߊ¤—pñ+Ø{1jº/?Ý¿ò}î€ÑË`ã¤&ÄC¦ð%éeß*rÒÀ¼Ó´ë¤[µq|è1Òh¢_úhù¾Öw±ƒh­ÔZ¶Ž÷#ñûpßÞŒ5°œ¶;}ÓGí÷e¾³k%§2Î î¿¿/é²Õç8+:•¾¥¿üHó§ÕwÅ[¸:ˆ}œž[(š%z$ê¥OUQ­&rHêˆÓìѤO~öÞ+Ö ¥ì‚ã6ù‘î™]G³˜të ðªAÿgE䜚ùWv¬äÀánl}I›¬9 sÒ¬ÅÀ£nT}ÑŠè9õïŽX³0ºˆôe+âç4—ÈeПºa×l"8Õ¿¢bvvZ³‰áÔ $ Ãê |èJ]¶iåT7GÒlßûÊp/ÈjŒÆÓV¿ÎkÓRצÃ\ŸˆW*­[Q'¤EMLÓ»NmqV×¢)Ř &è ]ÿfSU'üÊ0jƒOº%×­ljëD‹aÊ‚9º’õ?ÉaꪪÉK;kñ~IÔ ÌïfYW?KqÖnúüM;ð©,¨vö µ ùÀÛ5ã»1 ¾·ÛºÇÙï[9w²ïØéd»Aëvg~· îä-Ø+¬ºôÉî?{bò¦w3¬«ž%ß¿Ë!D€Nžf "h!Ï3Eì @$O1…ç ç`E»à“g˜"¸ôç¯~ƒ"7þ¹š`X¸wœ‘•0T€tœ’?T8ÎÉJœ*„1NÆŠ'-¨8ÎÊJ4,À2NËJ¤ƒc%¡PìÈ‚v&0_fŠZci„Îd@Œ‰4ÂÙ3B1Bj2JŒ Â3Rq\}¯3šIÂQ3|v?r‡„edïâVJ¢ÉÛîar‡ŽdTíºjgï¢7„(H¨Ž³ÙA8Æéì  ‚Nã|ö$†q bM—¸|‚³]Õ Ü`säÅvžõ9ïžÄÄoÝüˆ·(¢üc²—ÈO"ØýÔód”\dù›QKQ¢çß©~H|%Kþ96VAœÛ¬ïÒ›Òöv© ®© ñQ¡“´[¶ŸBäxWŽ>³ •‚d6#¤3k2p¯ûC¥HPb—´5Ë+ôvt®;ÖÁic¬_ühh›×¬‹RïZ¯ÐÕJKß|§*FK‹ý)8¨»k])270–\©$“DE)ü…?H„i—¸ ¤-à”n‚ügPt¥˜z®¹‚#U@ŒâùVܹ˜K®»‚'ø+€š +.HL8W_Á쫤@M7 –œk2á öV’/$#Š)SÎ5Upû+)’OÇí‹9äº*x€OÉ™’±Å%‰õwcêK0ÅÎ)˜’CâÄ,rÜÀ>Sòë~óè˜ð™ŸLCȱ“²´'°=É[AÙjãúí—ŸMÊY…ð©ÉCL§Äåãxºˆ‚KÛ§7¹‘¾¥?82ãä4)éc>.UŠ^|wñÊÓjoVV£ÏPoŠ&zŠ·’›ÇŠjâÛ­×$â>ð ¥h|Ån‰Ÿ™‰}ƒÃð¦xq—pÂÏï+,îoÐRYý)›µc×_¿Åk«=[dþ¥¾\Kˆž'št“ÌV!±okóÜöm}o2K¾ÏíM83ù$3i3EºovÎø„­e²½’FwÉöŒµY=ÞºT…HR¶~ «N®Õ„Ó^@uª$®Ã3 óÒKªðȉœ³ xýÓ)&õ¤¯H4±-¼ )0qa8~†¿±7£|™6vV÷º ¸ZJƒ¾$BE¢(gzߤ¤ZFƒÁ"‚]"9'ðÛ¤hJc™þ(ÂQ¢1:AlRV-«A#á4Ó9ñɤÖ]Š›>5BF"?gro¯Ø^†›A/Ÿ38µWh/Ý@°”¨ÍYœ Ú+µ—m`à‹ –ÏéU %Ê JÊÃKÊ ÚmÖ*XçT÷)®âÄàr-mê–Éoâú<¶f¿”/ˆ}(Ì>CdÖ.„ͽýHçø\ý_M˜ÔÄEp© ªD)°©ÿœ‰r0à›`’ÞÄžÿQeaÀ3/è0à˜ÿyå±IP/®5ðÅ6ð‹h?ÓyïWŠ~*Û$瘪MB.YúˆàMôz©Òˆ¢MüzKrzéãIÎÀ(¥vôHÌ=„5Sô`C‘!^…9© +—ŸËQN›|wߣd7Yî~´D©mñÜ zFélrTPªtçÍa¬+ÙR3IÈwÝÆêê*OºN=ÝaHº¬5ÈS£´û3 ”Fú@[vç.wÞKJ¦ß°ÈérŠ*‹µâ­ú8¶4Ï-îÂÜUÉâĹ– N`Qý¦d¼hnÖ¬—©sO¯þNïIT;Rrä}‚ ¢£>ÎHŽJf«‚U^ˆò›÷¹ŸñÄÉú…¶Å/rßNt¬jeycŠ›äèúQeQ'eÑø£çÈWRÏÇJ 6EIö—lÊŸSßŪüé8@_Ÿ¤(ý2CÓ»Em«<Ÿ¥¡œlªª8h²YmË=ŸíªœŽŸiÅO£S6ÀA.K0ºÙc‹‘¨œÔß”òCœ§ X”)gHÛ8ýK\=PнÅÉœ¢<ò o×gh(ˆ¥œ#aú«UK€ž’À4%Ix¸ÐHÑâ«¥@O7ØW?ÍkªÍ–ž¤ãP 3ûR§ñƒ§`ÖÙâ¶Ô§iéX~)°Éꄪ§¶Ï?–OHh—*. m^Û"º¼O âl–žól5Ÿ ÞnßœºÝ%ž{>üN`‡øgLæ£aóí](³Qöˆü6µjìÝÀÃÌWZRL+G=³5ðÞ0·RB½$Dn–ú æÛ>‚av¥ø|±¹| õbÌÑ€‚C]ƒ<´äPþš:yúiv+ÃVŒ«˜P>Œº7fci+ÇV"P ì3ýe_Ρ±Aœ¦$ ®ê3g"7±ÖHAÍï%Š¥ÚWrHâ¤fŽ(ÀUÓ\ûZiÜ:€ z%pð4ù¾‰Cbƒ ³TI\4Ͷ¯áÚ  Íh‘“ëLÑí«8$ßKC3•œÀÓ|ûÚé :|ÄJhà€iÒ}ù«W-¾Ìg…ÖBªj–}õ+úzQêÕ :ôÒ¢ÕÂöæÌe%+pí4Ï>à*ÍUÇ#ã» 8|šb_ñ*ñ^K:·YI\6ͱ¯y•z¯ý”á©ÄN÷‰÷ ‚.8]Ü+ƒŸTè’”«L‡3¹Øâ·gx“T/LòcYÔ·Rlµë3´”è©âci$Š¥ëK—ä,©kcˆ ñZStÚ[ãéÁñÓlËú{9ö* ”€XK §Ü€ E“2G9žÂÔ©SH·àQ鵜[aóÔ²) ¤lAö¨ U±P¼:Gƒ™®>Nu0e\Á̤ºzAˆiVQ\2mâÌm™u1¦)ÊzË*‘Í&d“Ù`Ë”B1‰b—êÄÇ”žf•žý@'3˜e8]i É\p¥‹Ó̶˜:7¹ƒ¼Ñ|å@j4YXÓA&Ýt qº(S&>’„£:v-‚Ìñ÷Ù!ãæ›ø-a™_)£«û0K~«ð% #9%“K†Ç·M/ªïÞXdÖˆñ€éÆãL«·Þ[äÖHh–”ŒÏ˜TS, ùÔˆ/ S‚ v .Ã2„›H6‘²ø†e5²‹eDc¨¦Õ ŸŽ ¥ªöI 9÷TGÕìâõùRòyÔ‰â˜gÑ»«xOAŽÊy€YKcˆæ‚ÅQ˜£jc>t–Ø "º¤«VrËã›Õ6f€¨.˜…^«¸å7ÏÂó%ç{Í´߉y*üÂ$óëc-y.Ã$UwH¶œ%jPtÚ³„f»9¤gRŒ#ï«_Vº¾çËý®>œ®Ü F‹•à;Wƒf²í[‰Kzw+\òí5@ö*;öÚˆÜSƒYÄM䓆DBªöʳöŽKW®æä4éÑR¯é“ˆ„-¹Ÿ‚ŽlîåòžßÕWWùæm-†Ìø)ɽÜ+æ{ÝæÆïÚeªS£àiä}a‡BötÚÏ©—ƒtÍ5Ú¢eE³“ˆû(—þ®¤ÍËBV…“Ét—q÷BÍe«¢ÚÉŢ˰{óæªeᓲiŠ]ž×UÎÐ\»,zRt3ùpw)|ÿÙ£ö»I!ÚdÀéeä=¥Gõw’¢ðÉð½ÆKÉ{2=ºÿÈGè|ŠxNxœ1¢²»r¹w÷øÝ"ÇŸÅ0¿+yexoëá×¢ “[63»«zépïêáÓ"¿’c5S»«yeqïèð,ØZ¬Âw¯í‘ޢß±2s²p•/5"œ•Ý¥¸R¼7y ñTáÏOŸeØÅ¹ÊñŸî3Öš.۱Ư±sú©þ²OÎH G[–TEóÄ·HMº®þánÐ9°º¬½çyjNë¿-ðšà?й,»çxj|þù~™ð:°ɉ\)'@«Œõ™çÌ t9|ª(q•’²ÌaTÀ‡L‰P•T«ˆÐÅNîS_Å<ºÂåV²ÿ,+Tž,4c«NÒ +©™‘xÕò Ô¹!׈[I÷ŸÕ’™>UœMÍiæ–ÌȘ•9ŒÝSeæ›óA´5¬JÂgTò¯f'ð÷B.E² äÛpõ0Y²B”\mHCÓTÒó¤T(Yb¸Í¬¬`àð½¿à÷E|˜oC`ÂüÉÆú“ã0&²»ÏÔ€¥’€+$E„ž´6²·Ïl“%Ž€4tXäKv¹|לi{yH”ˆdvµ|¥Y ËVHyv¥|w©K!Á但pI”JoÙË>Jˆ¿ivÅxW]Ñ!û1 ZŒé=íFŹ\˶€wŠ*"š=>¿«oÏÖ€ %¹ káÏ®0­Xb¾î: %ëÙ¿•Uœh‰ÕÁ+ åèÑÜxÒ9ÉñbþN ƒžXÓÛN\f¥£¾ansÍ)šÂ2‚µvÑå²ñ#±âçDiœ*MÖ´„© $DC….?ȆR&(z£Ðÿxkúщ‰¢ËĦ݇'`CL‹(³TN¶#žƒ^Gë¹®çFfó˜”1}õG÷%¾3oHfUŒ)bÂ>Ûcr# ouc…Ó|šì~¹ÄtEjöô¡Ú¸'€ ùÝóXÎÔ…kúÅŸ€'”Nd±Ѓ›õÜW¥:Ý[¨Ü'ƒ(.±˜:L–XŒìBê{x-mjÆ´ÌØ’!¹=ÌÙKï¹å]%L3ø!W=ÀìŠ~\ŒYzK‘%v`cEgÖìú-ÙÑ—›ËçÖü›—ºü‰˜Ctóúòù'+†ïñW᳌Ë7wÑÐóZ£x:\rô.H«¤t/²È PSÓ4Dèê'9Åbìšâa¿˜dwcž¢Ôñ×Ì1´¢ðN–¾çq~q³J­Ô®Ð†$½‡’¼Í"o·ç!yò¸ ˆ™•<°ÆEï7^½î°+EÎÆ˜aÉò§ê4“}À;7si«A݇ÚL„\ŒÌªÉVÊ[–¢×Í•á¹ð…üÀð€Dž¡½{ÑjÈvA€ذô²°l_SYcËβÏï1æ5p¿ª-©b†r;Øî%µg†²èš¹ƒ\Ò[b4£ÛJ'ØòÜõ“Ü ½aë™ÿŽØÚh:o•jlž¬ŸlJcÎâá¯_³^ƒ^U£PÃ7Ó<ã1£ÎÎBš˜x5¨t¹­±£Ž!ÕÀø&61Ô¼È"™ÎïMò°Qmnune½y4m²¹›¹›Ežˆ[Û¨§b²†¥¦ªÆ®æ"³`쪞c ‰ÓGi]Êóžuz#^n¼r)h›Í›-<Ì=~òš&_5hi,j-¢–ß. kj6&öeyDyü2Ìè¶9~;˜è²’·š-€æyæ¥gõËùR\ ÔÅv€'f²(åhÕhïûõÍÍŽßùú NòlH7œ¹­gqɘêèê—é•™”rH]ÿ¼î¼&½ÎÎ\½´öö„zv¶<{¹z–X¼Ì ³,%&É_£Ö”9²ŒBW¶Ò5¤Æ.Ÿ[ž_j½pj.=ýh›I[ùˆéY‡F"ƒ§ò5>×<×åàÚ%ËíECdÇ<P©ê!þ2܃ˆ›÷{ã OuBu¢yÂy".B$êÏ$ #Xv1•ÉÛÚên†n±yjý–®Îzâ6‘Í!¤´ö~m÷aaþa"aŸr‚J ‡øsùJJj†§Î58¥~ÓâÊZ ±k“>Ø/â¨Àô ô~îÕíÝ÷ºŒŸ ³»v ¤_>Œ€¹½¹œ½Þ à ‹ S › c «³ƒgÓ[YDÔë{ÑAd½Ëði1Tˆ:½7[à ½eom¯|``"°è4 ÐÜ`¼ª¹ú’ÉH]¡Uœ-·ë$l6ìÌÅ`ë_šõs!eq¿ÂՇӘǀ%T|òfQÏŒTËm!Ó8¹V­Ö• ̵ϳ}®ÍT%,,KŠô~ýiFj¦Æ#ÍhpÃ}Íu8û4w¶hùÐWU0Æ“v9R~£ÚyWÁtô[²>²†VŽOÍÀéÏ-õÂp¸4mfóh#4€YÑ3òm¤ÜU”LbWãtíP—b™ßk’Äù)oa[jûpý?jÛèipžfóÝ¢óÏTòõƒ©©Oìg߸ì¸mwh±¶͉,¯GFðξ*b”Alù‰DŒíF¬ƒ~©M2,^›ˆ½½]ÿ§ÎÈkxXF²6ulM„o . ¤¡“1È <ûPøNe„ö+g°aŒƒVßhÃAÓ«0ä4Š„ûÅYv4©!•j€[Gbþ¶–0$Ú¡¦ö©º—«Š»anˆ7jÁgÎgá’z—’g?ÇP=œ7åÔÁ5¯g¤nF¤iNßh–`Wg'dl’§•ð™×¢öè݈ݠIiÞ‘Aƒž!_°p˜êyeïNF1±P±)Äi³cÐÞ¸é+}À õRƒp#zL£—ITi+]sP&8¯ºë®k«F·<š+_jŒ˜‡ç+F|ÔÐUÔgD Ú+-i:$|%µß˜©yí [8€ÞüHÌaË"*ñxÓL+e{ÔbÜàU-\BÆ–––S¬u¬=Äby’\G^öànúâÀ ~jäe±#ºã0KbGè›_\_À§îæRáºidî²:‘?€YXü¬Iš£¯/…W·N?ˆ?pjÒ0Ú×´)-Šë²¨Ø´?²>²?²=r<²9rpY¢‚‚—°kÙ8·ü«jh„Å&%d6dN]_§„º“]?s:S€îbî¬ÓÂNb3,Ky÷†ööÏÖOö[N8œ®¤æë[Šê}§®*’¹¤«&b¾ÖK·‚³ú–höé·K·Jè÷è±Rš'‡Þ¹õ›,H;,9@ë¡y±ó‹ó½ó³ó£ó+\÷ƒêÝÓ Ü2GK逼NÓ™ªÒö¶¢Òb3ÍcslsˆÏ’ôçÒOhž;¨"ĞÚÃ^ÖZÖ>9MQÁ‰ùFf‘^s8bÏHÂþJ´DM]5GzcûžCaOªöø$›½mžzsœÎ‘Á&ÜZV:ÛŠažaÑ­á¦î¦A@ÏkèÞ7¹¸¹|ÈîA«¹^|sQè4â±ìÑF„íïÔxÒ(¿'ß´…Ãn$Ù5éTo²c8‹5«¬ª0‹ j; §êý`:®ýpálW°•á–ôö ,ö‰wsB ©G›ZÖT_VCm‡¹voÒo˜FñW•š¿ZŸiãˆG¿á‚lëRÞ•ÁÕ/ \+ «% ÕBºOíîð]$ï5túNU{ǷǻLJNjÇØ 0ׄì»ÄÔLrÏt˺‰¡Ü Ôk‰)Oâ®"¿‘„êe’ V‘$ÍžÉþ4j9òN K“II£O+MK¶\h^&r,öw–²±É¾H 1ìc1Ìué¹®- LOë'Vœà1â·ä×ã7á7ä·Ø9¢Ieá«âÕû Nȯ£¨w“ÑØSßê_“ˆû M\J„­³5H§•p¶_Xež5U™ýêUò‘Z)õa¹Óéd§âäõÊÉ I+ÆVl´"¬þ\$M6ˆ¤ëo¦jza½evfy;Q‚,X|ŠÄOe97'ÎZÝãXŽ—•nÒ¢O;´×‰KütíÐ4âå´eíååe8âI{žCñµ]¤&ªwjwŠwR{Yg¥ ´Å”žC§#—#ç#×#C7d,A‡lK¹¼y0 £ÉÅôç´½exÉѾ=BC5Bà˶çñòtM¹y4!­,í.0HÛ.|ïO)ØÔ¼ÓäÖôi™Ÿ]‡MÖí|óBûZû,IªtÂzâxBz<Á8Q´")ÛÛ¾ºIBíÿ\žmqºúð$Þ”'¢üU‰§_±GsF’wVëeÙç^§¤´Š-¼Ê‡£ýSIÑiʹç…çÍóéóeÚnßL{ZMšcÚuZ™vOï='É ÁtG{:ÿÎ>} Ϋ¤ßÞø…²i`™¾Š½¡©G§Éž6JŒƒjZuwíšr'dVeƒBâQÁŽÓîÓyë  Ök¿­P†Ì‰X¤JmIµ/¬(8Šâû6=³¹ò»'cEÍy;úÔÖO?ó–He9¬œÊö ‰"”+5éûÍ'Â%Ä~BúôÅ3?H}yâ4ýòPadËÌÕÌÅÌKÀ¸sÛï—q“F…©Ø%Ö.n­01"/„Ë)ËZËK˼ËMËÚŠ=ÉûÉÛWáõÒH|Ï®¤ÎMÜRÝûy£JêèK§K—ZgPÛ“…–o-ªg×ZÖ­™½î'W%;¹'ñ'µ£èz¡ŒD-cË(‰ö:î:+î+?W8¿úʹQ¡Ð¸KºKz ºb ·±µ@ZÊ%Õ{Í’~çQU ×ò-¿Ó:+›¹j﮾I;ó#j4ÖQ-3yq!ÕnЩ×iœlÝJÝÑ›yœQ· "'•Ž «[%Þ":²ØxÈwä$ÏvF—¦ 6,uJ»ÉgÔC®™v^±5\o9ØÁÝ;ø8Δ¥(´óg!LX±üŽtží4ABÊ;CuJmðÓŸMà´…:0‰Ø>Yän)B¾¥mœ¡.œº±‡âÞ1ÚÿUÆu‘‚Ú¹ê«g€i9•½¡Jÿ,oΦŸEã CûG‘,qáÜù¿ÄÞó«,FÚõýt‚ŽÒolQÍ´€r-"—Ø>ºÙHÀ’&°Qñœ¯-·ˆ[Ú¬“yi)âüÅ4†kpÉ®O³šj°¥Þ‹ f)±ømŒ|HdÁ»ùJ*è!¬yx<¡€K`x;÷ø4® ![^o(†ö«îd¥íd'ì´ªóÁ‡d|bFÇE =éà³Ö(6LaÁß ¹ðï“|”}nÈnžMÕ醌÷îo\žÝÃ?ý9›p6|4lbf$¦±©x”în²ãNO"èg}3Zßfßpzm¤¼Cfy–øÛ´5ßEù?‡‡9ëi;´´è0LàyN²ñ±è¶0Åà–‡Š0Ù|M\æ±u^P–öém³Ú%Öw¦ãPǦ¬SÞ;Êð”Æ0«~©Ñ`³KO2YþÑËþ#?Ei„É!Kª b’"?C Šá ÆÅ •1ÌK˜v.x2N™’ÝË¿b¹WJyN–26`f&°ò8YæO9óÜ”cß7 1©*š^2~Ô4µg~H†ú½ýù¢ÆS´µè†% y%™t(r[ïé§ɬì®×®ÅPOUó|û¡1*KoâÆ0Ò¶KêüÄ‘‡-.W(¦‘„]×l h„é"G^‰.žC5fXyÛÔ®¬btΊ? ¤ÁܒՋɋ͋e6ÁlXQDÝ.¿~pÉ☠''T²Çp#ÈfºÎH‹Ã—#T³Çb#Ìf¶´ÄAŒ‹в-xá2Ç«¯ÂL“¬,ÕÛd¹Ìh•T;”ÇŒ‘`wåâªÀ’˜¸¤e¤Ír’Œ6°MzQõŒ &dÔI¶ªÝæ¹(¸›qÁ|é/V¡*S’ÓÀûã§‘à§é3üe[ήf¯Ê@²BÉ,†kÆF7XC8hELJ?²Õó—lW³€/‰ˆm“0ö•Œ!ö %~B0Ï­™P3)±ŸÑ¶K¯_25¬ªÔä*N‰3sQi“0ܪ:×|[ì­ò•¦"¶K”¼*J“ª8FE¾(Ay‰Z/¶¹ú.F¨xšˆÙÅX©~9V&˜Ú7B©ÊS,¶˜a:Hºº7‚«Êœï37ggJNÚÞ<]°(e-0P®)TS.1Uq0ãkýR9`R*óJ¸'‡ñ¶¥ìTævï5žŠŸg`$«â$ûc»zÔÌRØ–“t·*m5OÆ{ªQ™øÕù5£K¨fÈìÂätåØÁÅÝ*®f-ZÃj” Q ªâÜsÂ;?È„†aI ±¨ÈŸ|=úüa–mõ‹—å&]mV†Dñ¡–{#³`Èô‚QI³ÚÏËÌ{Ææp‡)n#¢Z5¸žmÀEšË· œ^Ã2fn8ñ×\Ñ$-Žœ)øãŸ\l6ãpàï0Imè0ƳŸz9r/r€S”¼ 8ù7 ÞD®Ör*q¬Þ¥˜^$Zœ?ÃrPÕqßÉm’Z)£ *®Â]Ôè_ÓWS×àš¥±ñóžâÕ˜h:~)*Wîš8ŒHm“1öñ³¿°¦'ȃ¶í.üî&Ü ¿WDÍ÷a:J¸eåjúC–ôAªùù#!G}žÀÔ©àäbþî(^Ť(Dy†[K­†UÒáø©±0DoIR¹.R ¸mi™]Õ¢ª!–::[Œr@’Ô‡K°U$‹b§LÈ‚úQ ª ¸¶Zà@ßÒ - 0¥b‰O],5öÚœi£Ç«É¤ØGÓÃTkL‡®ë¢}Ø‘©:Ws)‰t$o¬tèq(IO噲8$8Œ6Xñ•k„÷Τ«¹eñ [„ž6¡}õ«’ æ-ÄQ³ßÍcÚ 5½ ‡g×ðn©ÍË˺Vâ‡uIÞ†ÁöþÆh#i_Å,ŸY6—­ô*÷ªöª¬ío\Ü":ë*DÌ©­]Tü $d>Õc>U wíVÔL7´S9=¾k‚‰1~7ÄíhL¬›sT“,„¦.ÐK3 +2{ä™[V–-Ì\£¬I.ô׉¨èTy? Žý&„Q3+©šÑ$(®áyUÜf-ÒÜ1?y¤8ÈÓƒÒ ó×&Ï÷ôívI͇¹ŒI*Ñk<”)R„ÂŽqÃö–ª­æU‹‹T$(b£Ä7ÔF,Ì›—ÒôF«ŸFÌÝdàÁ-Ž"ÑÑóýèÛi³MV;ÈÜ©d2 ;†‹¤§©ö0_50áŒ:xåz½†ž‘³ú8 çG)΃ו8œàEíÉzwúÂÖ•¬÷¹¯Rîeà@Où|]Çñìƒ .]ØŽ’±ÐK`-dqþèÕQ´1:¾oàPÓ0="v”m$à’½—Ÿ·œ±ÑàÉM™ÁË —ZΖ›-@®áÀOCžæNÖis¡‡=×ð;åW©,=x!v=<’Ź3ÌE¿XFOh­±¹ûS€Û6¾w._°ÿÃ?OÙùÊcL<²ÙæLÙyÊUüêÝc½V"´€”º’z4‚ ʯ4)­‹æ¡Jéù´S`7To0]nª)^P!¢ ¨êÐ6á(Ç×h¾òù²c·Àµ‘â€Íœª­buc×[°dwÌÓHÔEe_38gxdûI¼$…bDq'ñbéEÇäTÊ©šj6BíiîY¶úé9~+ÿ¢t úÀñPBw+ܺys»ZÜܹlrRé´èvØ|ý=ùæàùô×Iíã[s)ÃÃŧg¡ç®g²g´ë³£ØÖÃjŠ”Z†9œ#ÉkÇ Ô‰ôô…ôž—Ã'C‹ :Û‡‹Û‹û‹»Q®½”K„ü?­­ ­u­¾/Mp꽇×HoTSfc—`wâ¢;tztftFt–æCSzd0òÁ“C&ÇÕïåMšë¡Ã{ǘ“"}Õg ðY3ƒw‚ò›èâ%1*æ1Ó&€Çæêçg‰×€T#¤YH7gFS[QTuÇÔhØ¿ùMC±$qFË,2¥aRa_ðâ)iž™Ü+p˜à6T—jp”4ÎüL^#YÕY?ɾš¾7y‚À.XD°«d¡Lû› >®˜‘VG.PñØ…Ô¨>©'Kç™NVï-|°Ècÿ¾4TÝ2kÄ4‹Q®Ð.Ðn¼NHÖHöH°DbÑÜ–Þ5Ðe>‘%°,ÑTÏT¯økUy‚J¼¸ž®¯žPïžHY¦q÷¼Ö½ö½¶½Vyíã8ýž¬žN!7 <…>†>I?J? ??Ñ=Ò…××IÖå<4B  zGÕŽê©:):©+)Ò#F à*¶GéÎÒõÂÒmK¶üÅNðÞ”m!ÁÞ!÷s—%:8y¨dµl·uUËžž+žhBö΄ã]ûÈš¥!qiÈRÁK°1âiN§nÛ¹±(ÅumtkÛÞ–«>•WFTí×@¾eIU[­9ÓorSQT? Å·”®Óì¢ÛǶ n¼‚"Xþ¬\œä‡D†(-[n³;iÖÑAUJU ù[ûm P[GU%ò«ØÔ~måišme–ÈÅÁ££k›‡†hŸI„æ¼×¬×¨·¾«SÏÑQ˜ÍCý´áQ‹§Aq |ÌêÔì'Yb3Ã}r5‚ÐkóTzàjÙ†Òð…ãwã°8%ä¬öŠtaä]-õšúÙ÷ÏØÁ—//z/Ê/ò/L^.$èÚš˜y0&dç ×/ëµ³çƒg‚çä5W;è·6«ãoNUÝÐÿ¼UdíØÞ©¾Êw¬í”޸·êx=ýc¦÷PBöÒê2Ý^¶>Êr¬~“â6¨3­«5³¥µŒ¥5»ôéØÝéwã`s¿t-é~ÖQµ¾Êv¬á”Ú¸ ]µ´O^>œy–<6¬ ¨œe¯ÌŸÝ;:.ßœ~—ibó=]ðØhqX©¿(H•#÷’?7?S;©ñ{É}Q®#¿X2×vdˆŸôÑš^rµ„-ËPí£9$w2Á9×E;“C»°?+óU ÙŠ½æ ¿—½$ÝéO[§m省%.3Ô&©B‹Ö¦/ê–Ô-mÊrgÌŽ g•uäO¹¹ODͯ3_¬ÚCwg7؈µdI^[©Ù=¼³éD8zRŸ¶3|ÝjëÆÓß´©ýž!7~`%ýlåÍ„Ë^óm†_ˆï.Üøšµµ­ÊÂU{"fºw׌®¶]/šî–ß”%/BS-‡Ë©]c›æU°¬J±ÊWnUiš•—M­Š»†K7åÐïk5›-–O´éË~µf¼8Yò ´ž×Cy-µã¯ìž¡ËÄVeµ£‹'WghLi»Í[Ëx'ÅN#<'%g3=}–'§¥®³MË('¿j)&HeN•ΪMˆË?O"oæ4wïÌç=wӆϖ]Ox?à Ð;ã4K.ž„ŠÂ÷Á`eÀY4‹Ï¨DË/Ïýø «#€*ð»R›«¬Iµ}qÕâ’Ú­ÕU¹Ùgþñw©¶ÊƒóYüÿÃÞWÀG‘d·Œ&@€È$-“d¦Ý=¸»ÃâîNÜÝÝÝÝÝÝÝÝÝÝݾXvaÿ~·w»{yùe¦»úUõózÕ]UC 02L°Õ\õ|ÍÉ{cž»TËœÍãÉÙ¢f†˜Šái¡´ðJh%EÀWÇÞéø¦#Ô±SÇl3¯í|.ÇÕ¥Å÷œ¹äÑñgËôræ³åsä³Ð P›¨¦òM¨;¡ì„VQ9£jD•˜PhB섊ÚMÈ:!þB­Ö‹2nW·õºrï̳3μ:sî§f­:ßÚ¿f`Åôí[·w¶ÏÝžn_ë}øüÙëË¥¹?«õÞ¹rŒëõéÐ “Zl_›â Ð(_æ–Agsß l™¥òœåéµR…±Å÷éÁ☓£/|êØW¢Šå½vÃ{#Õˆ¡7ðÁ7О‘#BÂÃÃCFDBï̼#ó®Ì;3ï|µÓýýÝ6¯=¼¥Þ­³Obs¶º?æí©õ'ë!i¦a¥ 1õ†VoW¾`õ1Ïp§°§pÛY1*¥Ë‘­£­c—Ž÷¡ÝW®>bïç¸ÐÃÎ 37ÜܹkÞm~Þ ¹.Ô¼PòB3èÕªÿ˜í)¼-R¶oÒ«=ñÉãW­á5ÏEÅ-ˆÙ‚Þ„‚[H^¾aw[7ǼÕ1gFߟ/KÏÅ_{ý\óÈ×Ä׃2ÛÞ Ú=:îÊòGé#Šd±«i«é¨i¯élurì˜_Ÿëeq–ÇYzgáV<~0¢nÐâî§ÏŸ ïì´³3Û‰íœn?‡žÃ#;ì\¦S™Î"<š 7€À‡ïÜ´RÚ:I™Â·qå³ «KG•þ° H‚?òÀI2ø'ÀŒïêÑ¢ÿS4\ Ë¿±½Äíd€¿–œO¥úçØÌ(ò?y·²ÑvÃü‡ûá;ç_—¶1¨VûŽÂL¿ þHÜvJCÿ~vvîßІäNê7¿S¡¯Ïüʧï¥ù£-w úoòõ«M½dÿ¡¾5ËßDï?o˜Æöw 6£ã?y·!λüá1ËV;¨ ý=èÌš4–þþø49žß ù½ºÅÿo=é_xtqçßÚÚ´O>ÏùW×þ­?©O9ó9 )mûß|éØß†ÿsIùÅŸQ¶$ü>d*ä þ¯.ÿÈ£=Ûž?ß9~ùüÀ·0êwñoäùóøIòù­¯?Ü‹ÏúÍ3ªaª¼‡üæ M ÿ¿ÊÛ>QÑâ7Wö¥>ð'û`çÿ¶5ý¯óÿ}¨šúVôürx/ìÛ(‹ÂФüs©“¤×$ø—€J’A$A$ÁÀÄO¿Éêb’dñ>þ®›+Å÷1F$e"ÿ8öoÎW%ðÿLÁü²\Õo–Nã¿_£—ïÛåÂæ,*á¿C†ÿ”^š…!a¿‘>éI_ü… sò$$Áß $EÑ$H‚$H‚„í•’dð|z¿uÈóíëØˆ+I?‰?µžéÃS‹iE“¤‘I¸ò_˜9ýP±îw-ãF¡û}¼‰€ÐÄ%J¸Ào$‘íÃ.P‡ŠeùÚ>àÅþ ÿØqÅ>ø~Нj‡Åú¦þÃâ?jï#4ù§Ð­¤ŒË÷Y;“êE}ƒ‹/¢G–¯æ{KZëT¿ˆ3!"Äýk©+_XwbD€â£~È—¬/¨J4çĉ\•›À±†Ùí'Äùæj7ï®×%ÈjR|¢5}„ŸQÓÅÍi’+06öüNŸª7ºð/¹Ù_ñsÝ{"Ä~³Î½&9šýrÖæ‹+§{åºCÒ~<{ð©vÍvPï«Ü»a«:_5ãó½ó4€\Ÿ-þY£»®÷]«OðÏe ¾,©›ÐNíwþYC>ûÇÏ0í;3}E“·È˜† À|¨—¥ØÇ²Æ?Ø}¦7Ãç–W}Ðê³/4àú@›ã‹’,Ÿy)Ö ìG9}¸ë¹ØQ X‰Sï?´…ë§ofrñ‰ûÌúLQÍ„xö Ï/”@ë¥OÜŸ¨9S'Mý<ŸjR ß]x^z½¨[íSÏ %«ù›ùä‘¿„Åt_ùeŠºŽF‰ß]âÊ~Õ©Ø]Ÿdvüxý+Þãûý kî×îÃüÛf xÉ£Õç+Mêýl?óð <øv/[¿IB4(û½Ëê·û Å°,;B¾ÔÄgN4¿ˆŽÞ/³‰†ÍäWöæ³ïøBé¸S-¿Êo>·»¤÷A¶êü6b~“>öÊæ”®ùÊ„Æ?ÂÕŽÏuz4|ÌÕ~‹µì7Öý*ö{-¨óÛ²# z}úÄý°Ø±Ë> rÀ¯01àQ³oŽdc‘ÏùˇèT/W‚½­HŒË_qPµÅÏG3(ÛW½Ù êÞ–?"›M_}’a“†¿½šë³mUÿ®]Oˆ}Rú‚ŸyŸÞ|Ò:ÿІwŸj§üª×_õ®X'1 oñ!‰K–üUl¯V´.öçh<á'“ª'zêÏ“{sÀñå~ÈV>øs£†_fÜe¿ËA¾¸õ¬¿j#ÝWç¿âµ_ìÇ~ï_éŪ}á“´–Þ‘“û¼MࢸTí ü8'šøÕ‚QŸÏW•þ¢ô3¯|”X èDƒ|ÍK°ÉaŸîŸšü(·å[ÿr\3v œ?ÿ·WóÅåŠkÕ$_Ü/{Ð}ìò´ý…׺±¾› ù Q¨Ê/Ç_B“Ëêçjø{úª[¨Ò€_ò¢ÒzÉ_a}é$æÇ~“5ùn‹3bÿÕ}Ò|¨Û£úGHŒ·“>Ìæé—`Éã¾Y#[BjöU´Ë?çwÖ |ŒÒ? -¾“ë=šQ-®}ÁO·Ï4Xõö|*¯èt5ö~~Srì3ö¶Ïj•ЛKGʺÅo©A}ÒVŸDI|è ÔHÌmŠ%½ ¦|>·>ùŸí7Ogbc„8’ø?î ™òéxÞgš‡µÉÑæ+‹ùÝ9TÈδw-øpçmâͰ¾!Õ6±->Qú"Ý÷pzÄU‡üÊ^~^òÝÝ~egÆgÿÑèãyñOŸ˜/ý&:~nýÍw-öUlõص•{ w‘Ƙ!¿Éº5˜]H )ÿ|z¶©æÇŒŒª™íMX£ñ¿Îc¦´ùøÿ·Om^øޏ_F'£Ü?ç›gb$ø‡šñg¸5ÿÖ3ÞK‹ÿÎÖÖüàákɾ­éÞyñç½fÏýäès|9Žýë¤ÿº¿&íJÐö¬?qÕËô.G“~(nœùìÞüóÃΟ<ÏñˆëýI¥ø¿¹=áߨ֢?éóüC,ö{óï÷…þwèá¾a§“¦ÿYHñzÛ_÷/KÙÃܧ" úç[\ž¿ã²0)8Éû %¢A«„ì´âïD…ÿ×Vü 8ý/ÅÁäAIV÷ÿÑ{!¿.Éõ/õXú;Ô¿ytöð“ò_Œí_ýμû4’‡…ý}t~äóT®-Ò/¥9’ýÿ¶»+ÉþãàûÝÑaÈÿ$Úü‹ëƒ¢Ö¼¿aƲñ;Qðí<õäþg§%öäÈ¿~Òÿ¤7'A[-~`7¶ð?‰oÌ;îW½óº¤ÙèIð_‡2ÿ_‹›gÉ.ùŸZMÙ.1§üÄñ“î»ü¯zü³ß®]ú‡<Ë÷'µkû yßã…þŒþLþªþ¾þ~þþþþú¾a¾X_œ/Þ×Ð×Èר×Ä×Ç?Ô?Ì?Ü?ÂßÔß××Ï×ß7À7Ð7È7Ø7Ä7Ô7Ê¿;º“¯³¯‹¯«¯›¯¬²Šªšº¿™Ÿo¿o¥•µ¿^ÔdhgôzÿÿFÿ&ÿfÿ-ÿKÜŽ;p'žÛ¿Ç¿×¿Ï¿ß}&úlô¹èóÑ¢/F_ŠŽõÆy¯ûnønúnùnûîøîúîùîûøúùûžøžúžùžû^ø^ú^ù^ûÞøÞúŽùûOøOúsøsú ?éŸäíãëç?àü¢_òË~ůú»û{ø{ú{ù{ûaÂFØ á$úùWD­Œ:ï¿à_E[|[}B„a„‡'Öú×ùwùwû)‚&‚%òF=‰Î%! ¡§ü§ýgügýçü8á%.ú£ˆx¿EÄiˆ´D%eÿ"'‘‹ÈM¸ˆÚþ:þºþzþúþþXœ?;Q€(H" ÁÍý-ü-ý­ü­ýmüÁI”%Êå‰ DEöÛüáÑÑù‰ÚD¢.QHG¤'2‰LDf" ‘•ÈF”!‰&DS"‘—ÈG4$:‰NDgâµ[ñÕŽªU#êž×@ú>û—ø—ú—ù!¢Ñ“èEô&²Fg‹Î=ŽOL &ïý‘ËÔ?•˜FL'fA)ÔiÑjQý‰DMèPÔ_Ìÿ“¿¸ßî3‰¹Ä±€ˆ b°¿;±‰ØLl!¶[¡dÀÑèZÄ.b7±‡ØK4#š-ˆ–D+¢5цhK\޾]“8B%ŽljD¢+ÑØI\%®׉Ä6b;Ñ.´}¨å} F£ˆVш+þ«þkþëþþ›þ[þÛþ;þ»þ{þûþ‘Q£¢&F?ö?ñ?õ?ó?÷¯"^ú_ùï˜oFðÌàý©—í %ÃHN¾uÜ"nwœô’‘d¹"¸‘ÎV™Xå\í€ÁÄF‚$)’&rzêSÄiâ q–8Gœ'.‰KÄeâ a’C¦!—ñI9„ ðta‡‰dN2™›ÌC²$G „A– K’¥ÈÒ$ô%TŸæÓ}†Ïôad²"Y‰¬Ls>"vY‡¬KÖ#ë“eȾœ¾\¾Ü¾<¾¼¾"þ5ÄZb±ž(ì+MŒ%’È•À¡äeI™¬BT%ªÕ‰Dv²8Ù…ìJ6&›e³ˆÙÄb9˜B%ý]ýÝümȶd;²=Ù|K”'G‘£É1äX2šôÈ—D² ¹Ü¿Â?“œEÎ&ç/S»‰Â¾7dMhûðÃþ#þ‘ä2r9¹‚\IF‰’µÉíär'¹‹ÌKæ#ó“‹ÈÅd!²0Y„ ¤îLî'ÉCÀdb qž¼@^$/‘»É=ä^ry¼NÞ o’sÉy¤ŸŒ'ï‘÷ÉäCÜ“kœÃ‰…ä1ò8¹„\J>#Ÿ“/È—dS²'YŽœA:)妨@*ot¾èlÁï €Iˆ„Ii';ádÕoµÄB}ÉÉd™’LïNÈ|ööî½ÑAÔ=â>ñ€(B¬&×+¦7ž˜éŸåŸíŸãßÌCæ#1Ø9R£tÊ Lê!K®@B©œT.*7•‡ÊK­G6 ‘Xb3²Ù­R…©"TQª•ÊOÅ‘OÉrTyªU‘*à¿ï¹ raä¢ÈÅ‘K‰eÄa²*ÙØ½-zq ép’|Gx¨p*‚B(”Â(œrNÒEºÉ2LPM1TuàHôOä@Rs¤#Ó“ ÈŒd&23™…ÌJf#¨Ô *-•©*TUj"5‰L ¡@'žF?‹ÞFΤfQ“©)Ô8r<9œHN"'“SÈ©ä4r:™‚ZD-¦fSs€†T5’ñµ’S¨Ô&j3µ…šKÍ£ bµ—ÚG-¡–RÛ¼ÛüÛý;ü;ý¥ˆNd!ê(uŒÚO®WÉ‹Ô%ê8u‚zD>&Ÿ3¨ÔMê2u…Ê<ßÊHe¢2Ssýóüóý ü ýÃ}:y„z@=¤Q©u©§QÓ©ûDÃô-ê6µŒZˆdah”ï.@Ò6ÚNÀq|!å¡Ãédtr:˜j@”¤âˆô”›öÒ‘tÐO¨dÔn ¤š¥9š§·RÛ¨íTu²Y“¬E†Ñ ­Ò=•rÒ.š¦3ÐiÖinF6'[-ÉVdkrµšZC­¥ÖQW}×|2ƒÎIg¢3kR¤.P¥èÒt.:7=”#¥H9R‰T#+ãe©Jteº ]–NK£†S#¨‘Ô(j45†jGT¤ëÑõé*tUzCpQA4LÕŠjMµ¡ÚRí¨öTÊKERQT4壪Õ“êEõ¦ê¤Ž¡ÒPD2"9‘‚"R©ˆÔÄxjUªNÕ jR7‰»Ô=*;=™žBO¥§ÑÕŽ.FüD'J% ‰.IϦçÐséyôtz=“žE¯ WÒ«èÕt¤Q±T•‚Dô)ò49Œ)ˆ‚)e§Ôz#½‰ÞLO"®Qש£ô1ú8}‚^C¯¥×Ñëé3ôYú}ž>ŠÃkSûéôAú}˜>B_¡¯Ò×èëôú">²käF_¦È•ÔXz} XïÛà‹Iu™~H?¢ÓOèú„H/£—Ó6ÆÎ8'ãbB¨ t :“œIÁ1yŽâ))‰’)…ªK‡0¡LãaæÓÃétZ*ðŒzN½ ^RY¨¬T6*;•ƒ f¢ãg¦••ÎFÃŒÉXL “†éGöñõó÷OðOôO¢32™˜ÌL–¦jIu¡»Ò ¢F/Š^½$zitzyôŠè6Þ¶ÞvÞöÞÞ Ñ¼½e™ùÞLwooOï1ïqï ïIï)o7ª…­‰m¤w”w´wŒw¬wœw¼w‚w¢·3Ù;ÅÛžæM– ÎÎòÎöÎñìÄÔdú1 ½‹¼‹½K¼K½Ë¼¼+¼ÝÈUÞ—‘˜µÞuÞõÞ ÞÞMÞ“DI¦Sš)ÃŒaÊ1åGq "ñ(ü<á„—Ûàs´fÛIï¢wÓ{è½ô>z?mïÍtc1˜ŠL%æq’ˆ§Ñ‹ipS›©ÃÔeê1õ™L,ÇÄ3 ™FLc¦ Ó”iÆ4gZ0G˜VLk¦ Ó–iÇ´g:0™NLg¦ ó9̼ez0=™^Ì{¦ÓèÏ `2ƒ˜ÁÌf(3ŒΔ`ö1û™ÌAfß1¡ìQæžbò@M¨¦Ôæ"s‰) ûà¥t:ês“¹ÅÜfî0w™{Ì}æãa1™'ÌSæóœyÁ¼d^1¯™7ŒÎ†±™Y€ÙÊb,΂*U€ÌÊV¤Ùdlr6ĦdS±©Ù`6„-ÀfaK³ál{èK@U² ûX?K°$K±4˰,˱<+°"+±2«°*«±eYƒ5Y‹aÓ°iÙtlz6›‘ÍÄ6g˰Ùllv¶'Ù‹ìMZt_²ÙŸœK $»²ÙBla¶[”-ÆþÄgK°%ÙRì@¶ ;–-Ç–gOÒ§èÓ€ Ì$uº&[‹­ÍÖaë²õØúl6–cãÙ†l#¶1Û„mÊ6cdz-Ø–l+¶5Û†m˶c۳؎l'v5;ŽÝÎvc»³9Øœl.¶4U†*K;ÙAì`v;”ÆgG°#ÙQìhv {„ÝÁ^`'°YŒ™ÅÎfç°“˜Ûär3Í^c¯³7ع컀]È.b³KØ¥ì2v9»‚]É®b/±kصì:v=»ÝÈnbï°[Ø­ì6ö={‘ äv±»Ù=ì^v»Ÿ=Àd±‡ÙäÜQö{œ=ÁždO±§Ù3ìYö{ž ç’qw™½Âg*3`0Â)T>öu½Ï>`²ØÇìö)ûŒ}ξ`_²¯Ø×ìö-ûŽ¥8€9ˆƒ9g眓sqn.€ËΑ\a.Ä¥äRq©9‘“¸P.ŒópE¹áPãpÎËErQ\4çãü\y®W›£9†CØ\I®!ÕˆjLE±wY”ŽKÏeà2r™¸Ì\.+—«Ëåàrr¹¸Ü\./—ËÏà r…¸.\nWŒû‰ƒØA\=®" ®¡Üä5&¬ÈUâ*sU¸ªÜf$3Š €ýÙyÔDæ&;™™ÂLe¦1Ó™ÌLfµ’Gs ÁhM@s«™5ÌZf³‡‚àíÌf'³‹ÙÍìaö2Õ¹\M®7ŒÈä†sõ¹ ì®[™½B]¥@•kÊ5ãšs-¸–\+®5׆k˵ãÚs¸Ž\'®3wšëÊuãºs=¸ž\/®7ׇëËõãúsϸSÄæ†pC9†;ÏäFq«¸1ÜXn7ž›ÀMä&q“¹)ÜTn7›ÁeÆ1ã™ Ì\n7Ÿ[À-äq[¹%ÜRާx‘–èiìtVf²ë¸õÜn#·‰ÛÌmáH~·ÛÁíäæE:—D GÓch°/ÝîOçàsò¹øÜ|>ÄÈdr9\€…-òä ñ…ù"|^>—åËñåù <8éåíïLÛëð“ j|u¾_“ÁG‘û¸ýÜî wˆ;ÌáŽrǸãÜ ÎÅÃ|oÞÍŸå&±“Ù)ìTö,½‰9\e¯s7¸›Ü-î6w‡»ËÝãîs¸‡Ü#î1÷„{ÊõåŸs/¸—Ü+î5÷†{˽ãÞsò3ø>üÞÎ;x'¿Œïdz| ŸŒO뤈Ŀ”|*>5̇ð¡|5®;߃ïÉ÷âWñKù½üj¾??‚Wy3¸yÌ|h-7’ÅæÇðcùqüx~?‘ŸÄOæ§ðSùiüt~??“ŸÅÏæçðsùyü|~¿_Ä/æoñûøgür~¿’Áà×ðkùuüz~¿‘ßÄoæ·ð[ùmüv>Œ÷ðá|ð(ñ8ïå#ù(>š÷ñ~žàÓðOó£3K˜¥Œ½s˜×x7x“·ø>BH˧ãÓóøiŽutwz.´ ª%½(*­NX «¢:ðùN|g¾ ß•ïÆïäwñ»ù=üþ9_TxËäYŽãª0U™jLu¦@§ù3üYþž¿À_ä/ñ—ù+üUþ¿Áßänówø»ü=þ>ÿ€È?âóOø§|¬PLh%¼ä_ñ¯ù6BqáÿžP€X° vÁ!8—àvð…BBa¡ˆÐAh- : %„’ æ$ÇfÎ0g™sÌy¦’PY¨"Tª Õ…BM¡–P[¨#Ôê õ…ÂP!Nˆ „ÆB¡©ÐLh.´Z „!¡­ÐNh/¬† „ÎB¡«ÐMè.ôz ½„ÞB¡¯ÐOè/  ƒ„MÂZᨰY.4àb¹Ñ#xÙH¶1ׄ›(L& S¼ƒÀxßta†0S˜%Ìæs…yÂ|ḰPX$,–K…eÂra…°RX%¬ Ç„÷ÂzaƒPœ;-œÎ yؼ¬ÂågA±·[Ø#ìö û…ÂAápX8"$1\l_¶;›Àæ“‹)Ä 1¥˜JL-‹!b¨&zÄ¢b±‚ˆŠ˜8€Èâó/ò3X…§DZdDVäD^DQ”DYTDUÔD]4DS´ÄJb1­˜NL/f3Š™ÄÌb1«˜Ml-V»‹¹ÄÜ¢M´‹±Wš+ÕåÊq=ÅbâObq±„XR,%–ˈeÅrbyqˆØCœ V«ˆ‡xR8ÂåC„[ìm¶³xQ¨+Öë‹ ÄX1NŒŠÄÆb±©ØLl.¶[Š­ÄIb±­ØNl/v;ŠÄ9b±«ØM\/Nw‹½ÄÞb±¯ØOì/ŠƒÄÁâ^q¨8L.ŽGŠ£ÄÑâq¬8N/ž÷ˆWÄÉâq„PJà9;,e.@¼ÆÍç‹ Ä…â"q±¸D\*.—‹+Ä•â*qµ¸F\+®¯‰Äâ&q³¸EÜ*n·‹;Äâ.–®ŠAÒ>q¿x@<(ïŠ÷Ä£â1ñ¸˜J:)žO‹gijâ9ñ¼xA¼(^/‹˜”Rb¤ëâ ñ”*…Iñ\C®wA˜ E‡Ù^‰¯Å7â[ñø^$P‚$N²IvÉ!9%—ä–¤@)™”\J!å”X©¨”Z –6 ?I6ÖÎ:X'ëbÝlë•"¥()ZòIB LH.¤fr³¸Ââ.X˜)† a‚GPa·œ[Á­ä¶ «¹5Ü)Þ†ŠÀx¡A¨(H‚,(Â.`r²t.!·GÈ+äò B"%J¢¥RR1i¤ÄK‚„‹^1RŒ/q—¹+ÜUî¡hJ–#¥‘ÒJé¤ôR)£”IÊ,e‘²JÙ¤ìRi´”KÊ-å‘òJù¤üR© TH*,‘–K£¤ÍRq©„TRÚ*•–ÊHe¥rRy©‚TQª$U–ªHU¥jRu©†TSª%Õ–‚„”B*!µÐ@Š•â¤x©¡ÔHj,5‘šJ ?^âxž¯)Ö%^æëˆí¤Ì\f“0Æ@!ºIÝ¥ROÉ^9eQz½+²<]nηà[ò­øŠ|%>?_€wÊ.Ù-È›ÑL@>HN)§’SË×ÐwÒ{ A¹?P‹† X–,˜ÃT©Õ'êSõ™ú\}¡¾T£µ×êõ­úN}¯¨A¬Ù4»–Q‹Òòjn-@[§ä×6(•MÊfe‹²UÙ¦„jašG ×"´òAù|X>"בêJyÕúÒIYÖNËgä³ò9ù¼|A¾(7“šK-¤–R+©µÔÆ16*º <’ËOä§r/`;ÝWPX±)vÅ¡ ¦ášW+¬åÓj>ͯ…«*¢¢ê$i²4Eš š¨IZMMÑTMÓtÍÐLÍÒb´4ZZ-–^Ë  Ö2i™µ,ZV-›–]Ë¡åÔri¹µ<Úm¶F+ Ô ië´"ZQ­˜ö“V\+¡•ÔJi¥µ2ZY­œV^« UÔ*i•µ£ò1ù¸|B®¡MÒjiµµ:Z]­žV_k Ý†k·¤ÛReµŠzOº\P|C~!µÓÚk´ŽÚ[ “qÙ+GÊ Ë6Ù.;ä²r9¹¼\A.)—’KËed@uH‡õ`9D•Ãd—îÖô@•Ÿk/´—Ú+-JŽ–kÈ5åZrm™ÒêÊŒœRO¥§Öƒõ~š$˲";uŸî× ÔóË1r9­œNN/g‹Ê¼.è¢.éÙäìr9§lé1z=­žN—õrA¹\X."gÖ³èYõlzvݦÛu‡ÎéùõzA½^Q®$W–«ÈUåjruÕ1×½z¤¥×“»iݵXy±¶Ik(7’ËMäÊH¥¹ÜBn)?ÒkO´§Úzf³‘+of¶0[™mL ½¦ÞCë©õÒzk}´¾¥÷×huôµZ/}ˆ6T+¯Ž×*ª•Ô1r+}œü@ë¯Ð'hµ“ÚdmŠ6U›¦M×fh3µYÚlmŽ6W›§Í×úè µEZm}‰¶T[¦-×Vh+µUÚjm¦Þ[_ª¯×6hµåúfm‹¶UÛ¦m×vh;µ]Únm¶WÛ§!Z7½»ÞC﩯֗é{õ¾z?}œ:^ NTC”P%Lñ(MµúH}”>Z£ÕÇéãõ úD}’>YŸ¢OÕ§éÓõú~}–>[Ÿ£ÏÕçéóõúB}‘¾X_¢ßÑ÷é/ôúJ}•þJ_£¯Õ×éëõ úF}“¾YߢoÕ·éÛõúN}—¾[ߣ¿Ó_ê)úAý¢zI-®”PJ*¥”ÒJà´~F?«ŸÓÏëô‹ú%ý²~E¿ª_Ó¯ë7ô›ú-ý¶žÚ¸«ßÓïëô‡ú#ý±þDª?ÓŸ©ŒôÆkýþVÏh¼×4 6l†ÝpNÃe¸c¿v@;¨ÒkG´£Ú1í¸vB‹6Ni§µ3ÚYíœv^» Íbf3s˜ÇÒ1ý¸¾€YÈ@3­¹ÖBk©µÒZkm´¶Zc½‰ÞTo¦7×[è-õ!zk½ÞVo§·×;èõNzg½‹ÞUOf$7RAFV#ƒÑÃ6BŒPc¨2L©ªÇêqú(e´RÛð‘F”QÚð~ƒ0Hƒ2hƒ1Xƒ3xC0DC2zŠ¡š¡†a–c¤1ÒéŒéFOc±‘ÉÈld1–ÙŒìF#§‘ËÈmä1òùŒüF£ ht1ºÝŒîÆJc‰±Ûèmô1ÔzJ9­p¯ 3†#ŒêFþˆTÚ4aœ1Þ˜`L4&“)ÆTcš±×˜aÌ4f³9Æ\cž1ßX`,47Œ=Æc™±ÜÔ‡ŒÃ¬ÚÔªC}f„hMÆfc‹±ÕØfl7v;]h>5’›ûŒýÆ0í’6B©a*®zÕHà„qÒ8eœ6ÎgsÆyã‚qѸd\6®WkÆu#ȼiÜ2nwŒ»Æ=ã¾ñÀxh<2¼™ÂŒ1Ÿ/Œljv5‡šSÍ¥Ž2ò¨Õ´|jZ2aÓfÚM‡é4]¦Û 0ÍdfN3YÔLi¦2‡ë¨9P¤_Õ®iUÕ›Z)3qÓkFšQf´é3ý&a’&eÒ&c²&gþd &`ʦbª¦fê¦aš¦eÆšÅÌVf:3½ùÒxe¼6RhAZJ­š™Zkcæ2s›y̼f>3¿YÀ,h2 ›EÌîfks°YÜ,aÒëGô£úHc²:Emf7*š•ÌÊf³ªÙÕ¬nÖ0kšµÌÚf³®YϬo60‡šqf¼ÙÐld66›˜MÍñfs³…ÙÒ\h1ךmÍvf{³ƒÙÑìdv6»˜ÓÌnæz³‡ÙÓìeö6û˜}Í~fs€9Ðdî2×™ÇÌaæp³¯f\V¯¨[Ímæuõ½1N›hN2'›SÌ©æsº9ÜiÎ2g›s̹æ–㙘†|#¾pL¾)ߌÏ“/&L˜Ö|¾-ߎoϧŒIÓÙêbuµºYÝ­VO«—ÕÛZk­°Ƭ³X%ÍkVi³Œ9Xoa Õ‡éÍbFY£­1ÖXë’5Þš`M´&Y“­)ÖTkš5ÝšaÍ´fYcæXs­y³ÀZh-²[K¬¥Ö2k@L£˜11«¬ÕÖk\L“˜To]ï߯q8ì©‚m ³†Í™p§ìîá<ÚO§Ø¥=^¶¥hwΓƒpð>ðx¥ûaÛ#ð1ø| ‚óì¯Á7à[ð Ù!; ®ƒ(JBö‡ Ý.ÛÇA§}-¸-Gª0¨(T u[·àF -XÜl è¸½Ý g³õüÐsà$° ‡F@#¡Ü˜Ê€ B…  àFp8Ap"8 ´gq€+¡UÌBC© Ô,ƒ6@qöC ƒÐ!è0´œg;%/g ìM!|Ðju€:B{!ç#è1dƒ.×Àc¶ËÐb¨ÄÃ, N…ÀÐLhT‚ÁP;œÎg‡sÀWW4W²º²8FAn‡8ˆ‡À¼°®ƒMà¦pL °5´H@› ‡ì§¡#ÐQ¨! …‡Á]€®x GÃcà±ð8¸ v‡áYP¸# v»ÂÝ ðBxœÎç†óÀ£àµ¶3¶£ <ž —‡+Àap ¼ Þï€wBð)ø4|^œ:J#0 c07^ û&‚¯!7üz{áH8 ý0ãÐVø φÁ} ¼'`ûx ¼¶ƒilimélémlvÆ–ÏV‹Â¥àÒPÉ„ZÓà"6®f«n«a«iëã( •쎻p(T ëÛ@²×„GC/À—`[W[7[wÛü€8Û!¸ªc<ä¾ÙRÚRÙRÛ‚m!¶P[Xâ”Éj`uG>W;ÃÉí.ÛLÛ,ÛlÛÛ\h \ áŽh[.¨XÁCtn`+´-A»K€ð L´>{b30˜ÊžÚt ÏKmËl5Àš lßhÛdÛ \·½‡¡§²yìpqæÊm‡óÛóÛ $ðRÊÞÃÖÓ•ílΟ ZöÚv¸<ÔÈÞØÞÑæ°;í.;ÚSØ[Ø[Bã’å²Á=ílulð0{F[†¸½;Øfáæö1¶Òö2ö²vЋìàÛSܶCÀt «Ã´…ØÁãvx¸½ }eO0‹~à è¢ýRöU»ó¶Ýž†.çl¤²7†ÞÂ1ö4ö­¶P‚µÚBYíÙì`'Ücnã È;zÙ{Ûû@ }5´8gO0w'È j+gm v˜ÇasX¶³6ÂaOæp—€@ÚÎ8`Å®Ú5»n·7·!ŽŽg@‚äª:êvXHh¢«N0•펬 ›2C™n{^G>G~GGAGœ#ÞÑÐØÜP2 e²§öÓg´Â±¢móì›á¶`¨+Ô jf‡$·ÉñÎñ>!Þ:àd „et¬q¬u¬s¬wlplt¸œ©œ©€ÎØ+9RBÁΧÝYņÛX` mm0:!+á2ÐÔþÆñÖ‘Ý™ÃVsäwp‚iu(-æK8KByùœ•œ…€Çvð˜¬ì¬âÌìÛÛ;Ø;Ú;Ù;Ûû‚ïì¥qN°‘ó¹ÛØìUÕœ¡Ùöº@7gwggÏÄõuVwÖpqu‚É)œk¡uPlìlâlêlæÜÙSÂ$º»Øc¡éÎÎ>Αø|nëÜàÜèáÁÐ2çr'¶FC‡œ‡[œðzçe'xÍ–à\뜄ý¸ã„ã¤#¹c‰#ÈqÅaÝðm[`«s”ó’ó´Ía8ì©]Á®W¨«}VB‹ DõVA‹œÇໄ–]ëªãšãºã†ã¦ã–#Aq$TÒv܉º@¯+Ìåq…»"\ˆöA¤ „`LÂëØÓ9f:a{5Èëˆt€9]M]Í\Í]-\-]g„s±îá—Úw9RAà#{-ø¡c¨k˜k¸ Üï†÷À{á}ð~˜çÚǺƹà|®ü® gh®kž+ƒÃŽ8Q'ælb[悇¸’v4wtq`{+¥k–Ëy•/¸`ÀvÈe¿âºê:ç:ï8àÚlû9{»Ao]ï\`GH´ ]wKlã³³–u®´vN4c ¹2¸2º@À´ÜuºI€ ¹SºÃÝnÄ-¹Ì!(yi÷RœÞ ^wÝpÁ`àzWw[w;w{÷¸Ýe¿ç÷»Þ»º%¿rquswOrMvÙÀå…Ê]£Ýö÷^{?xŽ}üÊyÛ¹Æ½Ö >w½p½tMvÔs  ƒîCî î@·³¬«œKteswŸpƒ#ݣܫÝ×Ü×Ý7Ü7ÝÜ`g7ØÍ ÞµÉÜ`Hrqu«®SŽä¦«9˜ÅÞÄm·¹ö¹_¹_»ß¸ßº»á8W¼«¡«‘«±ë¥›  è& ¯¼ãÖŒ3À `] ÝiæÞ)Ø*Bé@ð¡»„„\ÜT6 \âvòµàP©{ƒ€«ëé²ÛjBóÝ ØºæjånpT>à‘~æ~¤°9œ®nd+ï¨â®ê®°Å¦\v'´ÜÔæ°!ö îŒîLîÌî,î¬î« <Œ xÚ€æàÙÐ~ÆuÖu"àœs³ÛP;àž pr.ð¡ënÒû 0!nBЋ€—¯^C¶@*ì†gÌ ˜0Û± `a\9 U«ms’=èÀÆîpd@K7è¼ë¼ç¼ï uŽ án- @`ÁÀB…8û¹û»ãG@.LtOr¿ °¶¹ŽN¶¾M›6 lXÉÖ+ATÕ] ½”3‚•5 ´ƒs‚¡)¶N@)Ç`ÇugŠÀ½îÆŽqï¡ePÉ€zÜéŠtCº#·Âo‡ß ïŒôAú"ýþÈÁðCá‡Ã„ ?~<¼!ÒiŒ4Aš"ÍÞÈd(2 ŽèH,’>"CDƈL""!ÓéÈ d&âBNDä ˶Y„,F– K‘Ý{"öFì‹Øq â`BO½Yƒ¬EÖ!ËåÈɈbÈvd²Ù…ÌB.D\Œ¸q9âJÄÕˆk×#nDÜŒ¸q;âNÄ݈{÷#D¬Bö#ƒÈ!¤R)ƒàÈ5ä:r¹‰ø?B ÓÃg„sÈä*r¹<@"·¡ýC÷!o·È;ä=ryñ>@@ XèO¡ÅCK„ÆEØP;ê@h¤'Ò ™Š£!h(†@"ƒÁŠb(ŽzÑyó#D,ŒX±8bIÄÒêG ”D)tQx[¿UPÕPÝìAö"éÐôh4#š D£ÐhTF³£9Мh.”F”E9”GTD%4š-€D ¡ ¢Ã"†GŒˆŒŽ16"MXGŠ(‡”G* ‘JHe¤ R©†TGj 5‘ZHm¤R©‡ÔG^Ó#fD”BK£eвh9´<º2hT?l<2™ˆLB&#S€Nhg´ Úõ  S ¡LÄ`t:†fF³ `ËðV6Ù†ŒFÇ cÑqèdZD÷ t:ƒÎE tfH¹ˆÙ!sB&£SÐù!ÓÐ×È"t1º]Š>‚ž§ÓÈä,r9\@.",Ò)|ºÝ„nF—¡&Ú3¼WxïðŽèaôz=†vCo#w»ÈYôz½€ºÐÙHRíƒöEû¡ýÑÐzô*z ½ŽÞ@ £MÛ…7o¾]ƒ¶oÞH¡)Ñ`àô<ìú}†>G_ ÇÑèIôz=ƒ¦À‚°”X*ì&êFÐ@4: D`†b¹ÑŸ€OÄ'á“ñ)øT|>_€/Äá‹ñ‚PŸ”ïR»1ß‚oÅ·áÛñxýðá.âñCøaü~­€VD+¡•Ñ*hF|¶«ÖD;„ïÇà'ñSøiü >Ÿ‹·G; 'ðÛøü.~߉ÛðÂX¬(V û ŠÃŸàOñgøs|s>–¿Œ_Á¯âK°¥Ø2l/ya¯Ík÷ŽG×bë°wXJo*ojo°Î`Û°íØl'¶ ÛíÁ‚¼á^À‹zsbްdØ-œòÒ^ÆËzá7XòÐט‘"å9ìE ðÐK)öá7qÑ[Ô[Ìû“·¸75V ¯×Áëâõðúx Hx}¬5ÞÏïé2Ä3Ô3Ì3ÜÓéåIRÐSÈSØSÄÓ#¢˜ç'OKo{Oo)OiOÏ<Ï|ÏÏBÏ"ÏbÇLRÇS×SÏSßÓÀë‰óÄ{zºy{šxÚáÍ<Í=-<-=­<­=mÇ–â¡Xö¯ê­æ­î­áÍᵈ?ö>ñ>õ>óÞÇàóð<ÞwÞ÷^ Œ¬é­å­í­ã­ë­ç­ïmàÅÁ„ÄÜéŠtGnA·¢ÛÐíèt5¾_‹¯Ã×ãðø& bDpdHdhdX¤'2 ²^¯€WÄ+áå#t¬Š—‰d#¹H>²„·¤÷<~¿ˆ_ÂÝÞo 7™·%`FZ‘1‘i"9o.,7öÈ›32WdîÈ<‘Kðô¸Ë›92žÏ‚gýt½u|ÛÊ(ì2sRHK²ËÌÌÌÌÌ Â23cRffnS®œ”〘Y.sû|rzî¹ïÝïûCÖÂìÎÌ,X¿Ù˜f1ë‹g:€Î@ [L£èùÑýÀ@`0h ´Ú€ÀH`0\Ž\W0W䆂=¢Ç€‰À$`2áôö¶¦Ó€éÀ `Ð=¦P pÁÂߢk{{.\XŒ’¢JsyÀ|`>^Ëk{ûg¬¬Öë ÀB`0 È4Øìö{¬žK1ñ1—c®Ä\‰¼€ø?PHŒ)Yñ¢ÞÌEîeìëyì}â}ê}æ}î}ᕼ¯¼¯½= eö´Éù× 9'½×½ÑEd¯âU½šç00Ös¸@¸ï}à}è}ä½ ÜÀ#à1ðx L+48ó•Ì›½×¼É@ ¤@º·_±Ü@ /È k€£À1à8p( ¢€M@4p¸\âËÀà*p =>öò€Ì޹_͸0fQLÆlÓ³ÍÉ™ÿðøüŽä¼—±·wÌæ󀟽_¼_½ß…žAÏ¡Ðå‚ ä‡J@%¡RЙˆ³)`„’¡( Fއ΀c!Ò 2 §ø6æ]L6È…BÐ[è41r!¸\ .—‚ËÀåà ðt:†D`9´RÐ0€uØ€¸@´ Ú ]‚¶Bß#zDýŒøñ;™!2cä>h?t:ÍžSrÀ/Ðxh4ª=œ³"zeôªèÕÑ} ò¾ ¾Š¾J¾{ÙÕöÕñÕõÕóM‚&C0„@(´'zo´Ç—Á—Ñ—É—Ùw8úHt{¨±¯‰¯©¯™ï$Íû ú ½“À ˜ Êuóu÷õðõôÕ÷5ð5ô5ò ñ õ ó ÷y¼^/à½×çõ{KxûÆøÆúÆùÆûº@]¡nžeY ©Ð4h:ÔÈÛØ;Å7Õ7Í7Ý×Ü÷*z3°Ø £“£S¢S£Ó¢'ú<žžP/¨7T˷̷ܷ·Òw¼ Þo‡o§o—o·o†o¦ï9ø| ¾_ƒý|ý}|}ƒ||}‡|‡}G|«|…¡"î™ïi4÷\õì÷]ô]òÅû.û®ø®ú0°¬¯œï¾ïï¡ï‘o4œÎŸû^ø^ú^ù€?¡>¾¾¾v¾ö¾¾Ž¾N¾•à*0«/›/»o¸,æ‹òÅ‚qà&p3¸¬V«~_ _I_)_m°}L‡˜Ž1ɾ_ª/Í÷ØwÍwÝwÃs×wÏ÷Ë÷Ûçñgðõó÷ðôòöñõó÷]ðe÷çðçôçòçöÈê-¸Ï—Í_Ìå/îöÇøóøóúóùóû ø ú ù#ü‘þÂþ"þ¢þRþÒþ2þ²þrþ¾‘¾Q¾Ñ¾:þºþzþúþ=¾½¾qÀg¨‰¿©¿™¿¹ŸòÑ>ÆÇú8ï|¢Oòü,úL“Š-õµñ·õ·ó·÷¿ö†Æ@ýýýüýƒüåýÀà'ðsæ.¾®¾áþþ‘þQþŒþ'¾åÀ àM¤ÁVt-m?âGý˜÷÷òõöuòwöWóW÷×ð×ôÏöÏñÏõÏóÏ÷/ð7^½ôw$¾ãßá¯òó   #‚‘ÁÂÁ"Á¢ÁbÁ¨`ñ`t0&è A0}A°D°d°T°t°L°l°\°|°B°b°R°r°J°j°Z°z°F°f°V°v°N°n°^°~°ApÐE§Ê<Á†ÁfÁ›ÏþÂv'©y°M°m°]°}°C°c°SpÅSgéÅÙIƒ=‚=ƒ½‚½ƒ}‚}ƒý‚ýƒ‚ƒƒ‚]^þÕ®ipppDpdpTptpLplp\p|pB°\BY…,ó¦99Xƒ¬IÖ"k“uȺd=²>Ù€lH6"“MȦd3²9Ù‚lI¶"[“mȶd;²=ÙìHv";“]È®d7²;ÙƒìIö"{“}Ⱦd?²?9€<D&‡CÉaäpr9’EŽ&ÇcÉqäxòîÓ‰ä$r2 “‰’‰“™çÎTr9œAÎ$g‘³É9ä\r9Ÿ\@.$‘‹É%äRr¹œ\A®$W‘«É5äZr¹žÜ@n$cÉ8r¹™ÜBn%·‘ÛÉäNr¹›ÜCî%÷‘ûÉäAÒ›x˜!Ÿ’ÏÈçä ò%ùŠ|M¾!“È|wòßI!SI,H‘4É,É‘<)")‘2©*©‘:i&i‘6é."ß’ïÈ ÃÉOägò ™5ùùüAOüEþ&= ŒLÌ!1k [ { G g W }`BBÞÀߺ¸2Îã)ˆD ŠŠŠþ;fÅå Çó3SBBb‚ÇÓåù©Ø!±C¢v…!:…Ÿé»ãöÄí»vÆãÙõ'U©„¿~Ñ,§Î&$ßn˜ìñ¼K(÷Wù¶ÿ‰ë”çvß!½ŒÄ¿KZ&>þõÞ<ÆQ2Æ—°&=ãû×êrô„ÀŒGÿ´î™pöÎ0Ôõ(gÏ…Øÿ„oú'xÿÚ‹ÿ”ÔM¨¦gå™1÷–¿üö&>Ð#±g߃?83%ü‰Lwâï·ÿbÍÌ£Ïþ•jsìO|ÆÄyé|M¬¨¨ÆY°õß5õÃÜ·ÿ›§F'žeôxªõowêã€(aŒ/¼Œ½·+ù¯üàÿW°ÿ¤b‹ý“êÞ÷àsÏù‹;Ü|]ã­óãÄý}‡e÷âý> ?ýßÛuá?|óŧ¥s8+ùŸÞÖ¤ç¿ý'”ײ“¾‹iaª_øÿŠZRþÎå£ÿæÒâ&6z¹/<"¿ÃTÏìñ¼º=é¤Çó+vvBé #³~L”ÿÑ  'kOÚ==ÎÏM˜¦yçîÞ~.§¨¸£Cþ'ÞݘË+ñÿ¡¹bb¥Äÿ†Ú–\3P#ybÐÿw^.ª¦×ŸˆŸ”®9]nûoŸNÉ´']g~¥×mâ«0ŸKŸæ¿sçh.óëW¢îdK¯ý÷š±[ 9®þõ>š.ÝsEã ¥ü‰¶óOÄÐV ¸8#á_zŠ—®ëN> S”~º„1 sž5¡õ…/#.ÿ ›PlðÙsçb=ž3áé Rú”°-LËΔ¨„â ù‹ ûì+ÏâgŸÂ6¦aP“Äggó%­÷?%ú^c»tÝ<[<œN-ˆþõú%%¥ßÒ-åF‘¿K“‡{Wr®ø˜8îO H\‰0õ¡°Þ—+W>®BÜÿ_)øðÇs%öjìµØë±7b7jߎ Ô˵WºïÙž5ì;þ«u®ÿØÒÜÄšÉÞ¸#£caúnÏ“Pî¶Öâïº,wþÓ±¤eÅþ·tK‘ÉyÃØ–†uÿC˜7þÊë+“/MOˆIlveô"ÒŽ8Å„mo]ºÍv>û3¡÷ùjö†qÃašn½öxº¦ëT†tj«ÞN ÒÕ°Õnþ•®•Ó9Ø»%öŸò`:žUáò|éZúŸ|úy¢ýá^¢’Ã%7Sn¥Ióx6¦ÏrìZz”Å”j—¢Ò©xŸnù ·$þ/×kÓaz¤5·n–<)ݦ&…½Ñâÿ’õþ0ß.u>óoIR:/%ÿsÑËôàÔÿ+2áÏt™a™-K+ÜÙ|aÄy}ŠÝÜs’9÷W:÷_Wâz²eY‘î ¶üÁØ<ùß~&dÉR4S˜ƒyașɥӭØéÇ®Lvî_Ø™ÁÏ͹–ãRf$y<³ßÄþ[c¦Záö»Â­Ç¦¼OýNþ£#£Ì°½ŠÍÿÎ…Rߦ¾¹ò8eåS Ý2·wwÃtm ¯î–†éø§sá_¦àiàYàyàE ûíW×a˜é²ÉBgÒÔ^|ée‹Ó-´É (Ð.õïòjáwjpó•(VñN¥;•ï<‹k˜t&¥"U‰ªLU¡ªRÕ¨êT jVØ2´nV“ªGÕ§P ©F”Œi§M÷`cªÕ’jEµ¦ÚPm©vT{ªÕ‘êDu¦ºP]©nTwªÕ“êEõ¦úP}©~Tj5D ¦†PC©aT¥°l¤6§Z¥Ûòû¤áÔêÓÅχ\šH!JaNÔê^xôöl„_´{ƾ™JÍ¥æQó©ÔBjµ˜ZB-¥–QË©ÔJjµšZC­¥ÖQë© ÔF*–J kÎÝØ¦IqÔ6j;µƒÚIí¢>½Öˆ é+†¯í»YãÉxj7u‚:I¢NSg¨³Ô9êÚO— KÒ¥èÒtº,]Ž.OW +Ò•hêMúȼ®L× kÒµèÚtº.]®O7 ÒèÆtº)ÝŒnN· [Ò­èÖtº-ÝŽnOw ;ÒèÎtº+ÝîN÷ É5^‹Ï@÷¤ûÑýéô@z=˜B¥‡ÑÃéôHz=šC¥ÇÑãé ôDz})}Ì©É4Nôz*=žNÏ gÒ³èÙôz.=žO/ Ò‹èÅôz)½Œ^N¯ WÒ«èÕôz-½Ž^Oo 7Ò±t½‰ÞLo¡·ÒÛèíôz'½‹>ó,OØÛOÚM Ò‡èÃôú(}Œ>NŸ OÒ§èÓôú,}Ž>O_ /Ò—èxú2}…¾J_£¯Ó§.ýß^¬_ØÓŽJ«@Ý ÒèÇôú)=)~rXCʧ>£_Óoè$:H'Ó)t*FS4M34Ks4O ´HK´L+´Jk´N´I[´M;´K‡è·ô;ú=ýþH¢?Ó_è¯ô7ú;ýƒþIÿ¢Ó&“‘ÉÄdf²0Y™lLv&““ÉÅäfò0y™|L~¦S)ÄD0‘La¦S”)ÆD1Å™h&†ñ2Ÿw\L£fWx>¹}k?}$ L %ô¥½þ›§Íq(?S©ÎÔ`j2µ˜ÚL¦]úÚ¢:¶§NÏ«2ú“7‰çÞ`t]¦ÓšiôeÚ1í™LG¦Ó™éÂteº1Ý™LO¦Ó›éÃôeú1ý™Ì@f3˜ e†1ÙÌHf3šÃŒeÆ1ã™ ÌDf3™„AŒÁ‚™ÂLe¦1Ó™ÌLf3›™ÃÌeæ1ó™ÌBf³˜YÂd ÓÖ*(SK™UÌjf ³–YǬg60™X&ŽÙÄlf¶0[™mÌvf3† ^H¾àcv2û˜ýÌæ sˆñ†e:÷HSæ0s‚9ÉœbN3g˜³Ì9æ3_˜¯Ì7æ;óƒôGÿî¾ÆÞüd2³Yجl66;›ƒÍÉæbs³yؼl>6?[€-Èb#ØH¶0[„-Êc£Øâl4ÃzY€Yˆõ±~¶[’-Å–f˰eÙrly¶[‘­ÄVf«°UÙjlu¶[“­ÅÖfë°uÙzl}¶ÛmÄ6f›°MÙfls¶Û’mÅN£Òçª5ÛíÈvb;³]Ø®l7¶;ÛƒíÉöb{³}ؾl?¶?;€Èb³CØ¡ì0v8;‚ÉŽbG³cرì8v<;ÈNb'³0‹°(‹±8K°SØ©ì4v:;ƒÉÎbg³sع컀]È.b³KØ¥ì2v9»‚]É®bW³kصì:v=»ÝÈÆ²qì&v3»…ÝÊnc·³;Øì.¶^µß[Éìf°ÙCìaö{”=ÆgO°'ÙSì‚t?Ÿ‰=Í^`/²—Øxö2{…½Ê^c¯³7Ø›ì-–dl›ÈÞfï°wÙ{ì}öû}Ä>fŸ°OÙFáö³ƒ-™gìkö ›ÄÙd6…MeÓXŠ¥Y†eYŽåYY‰•Y…UYÕYƒ5Y‹µY‡uÙû–}Ǿg?°ÙOìgö û•ýÆ~g°?Ù_ìoÖÃeà2r™¸Ì\.+—ËÎåàrr¹¸Ü\./—ËÏà r…¸.’+ÌáŠrŸ(®8ÍÅp^à@â|œŸ+Á•äJq¥¹2\Y®Wž«ÀUä*q•¹*\U®W«ÁÕäjqµ¹:\]®WŸkÀ5äq¹&\S®לkÁµäZq­¹6\[®מëÀuä:q¹.\W®×ëÁõäzq½¹>\_®ןÀ äqƒ¹!ÜPn7œÁäFq£¹1ÜXn7ž›ÀMä&q“9˜C8”Ã8œ#¸)ÜTn7›ÁÍäfq³¹9Ü\n7Ÿ[À-äq‹¹%ÜRn·œ[Á­äVq«¹5ÜZn·žÛÀmäb¹8n·™ÛÂmå¶qÛ¹ÜNn·›ÛÃíåöqû¹ÜAîw˜;ÂåŽqǹÜIîwš;ÃåÎqç¹ ÜEîÏ]æ®pW¹kÜuîw“»Å‘\€Kà¹ÛÜî.w»Ï=àr¸ÇÜî)÷Œ{νà^r¯¸×Ü.‰ rÉ\ —Ê¥qGs ÇrÇs'r's §r§sgrgsçr!î-÷Ž{Ï}à>rŸ¸ÏÜî+÷ûÎýà~r¿¸ßœ‡ÏÀgä3ñ™ù,|V>ŸÏÁçäsñ¹ù<|^>ŸŸ/Àä ñ|$_˜/Âå‹ñQ|q>šá½<Àƒ<Äûx?_‚/É—âKóeø²|9¾<_¯ÈWâ+óUøª|5¾:_ƒ¯É×âkóuøº|=¾>߀oÈ7âóMø¦|3¾Ù¥±YÚ]+Ï4çÛðmùv|{¾ß‘ïÄwæ»ð]ùn|w¾ß“ïÅ÷æûð}ù~|~?Äæ‡ðCùaüp~?’ÅæÇðcùqüx~?‘ŸÄOæaáQãqžà§ðSùiüt~?“ŸÅÏæçðsùyü|~¿_Ä/æ—ðKùeür~¿’_ůæ×ðkùuüz~¿‘åãøMüf~ ¿•߯oçwð;ù]ün~¿—ßÇïçðùCüaþ”?ÆçOð'ùSüiþ –?ÇŸç/ðùK|<™¿Â_å¯ñ×ùüMþOò>Oäoówø»ü=þ>ÿ€È?âóOø§ü3þ9ÿ‚É¿â_óoø$>È'ó)|*ŸÆS<Í3<Ës<Ï ¼ÈK¼Ì+¼Êk¼Î¼É[¼Í;üèdñÄ·W¯X—ÿÀä?ñŸù/üWþÿÿÁÿäñ¿yAÈ(d2 Y„¬B6!»CÈ)är y„¼B>!¿P@(("„H¡°PD(*¢„âB´#x@Hð ~¡„PR(%”Êe…rBy¡‚PQ¨$TªU…jBu¡†PS¨%¬¸è§òLm¡ÐPh$4šM…fBs¡…Ð-<¥>~ϯIŸ—ž§üLÛË4 ïL[=¯/´z=…^Bo¡ÐWè'ô…AÂ`aˆ0T& FÓÏ“º #…qÂxa‚0Q˜$L`Pp¦S…iÂta†0S˜%Ìæs…yÂ|a°PX$dOß þ|³XX!¬V «…5ÂZa°^Ø lb…8a“°YØ"l¶ Û…ÂNa—°[Ø#ìö û…ÂAápX8"Ž Ç…ÂIá”pZ8#œÎ ç… ÂEá’/\®W…kÂuá†pS¸%B@H…ÛÂá®pO¸/< „ÇÂá©ðLx.¼^ ¯„×Â!I ÉBŠ*¤ ”@ ŒÀ œÀ ‚ ’ Š  š  †` –` ް)<–ï´\áƒðQø$|¾_…oÂwá‡ðSø%üŸŠÏÄçâ ñ¥øJ|-¾“Ä ˜,¦ˆ©bšH‰´Èˆ¬È‰¼(ˆ¢(‰²¨ˆª¨‰ºhˆ¦h‰¶èˆ®ߊïÄ÷âñ£øI,œ~޲\ø,þŠ¿Äë×Ö&4S—ú-f–²HY¥lRv)‡”SÊ%å–òHy¥|R~©€TP*$EH‘Ra©ˆTT*&EIÅ¥h)FòJ€Jä“üR ©¤TJ*-•‘ÊJå¤òR©¢TIª,U‘ªJÕ¤êR ©¦TKª-Õ‘êJõ¤úR©¡ÔHj,5‘šJͤæR ©¥ÔJj-µ‘ÚJí¤öR©£ÔIê,u‘ºJݤîR©§ÔKê-õ‘úJý¤þÒi 4H, ‘†JäáÒi¤4J-‘ÆJã¤ñÒi¢4Iš,Á"¡&á!M‘¦JÓ¤éÒ i¦4Kš-Í‘æJó¤ùÒi¡´HZ,-‘–JˤåÒ i¥´JZ-­‘ÖJë¤õÒi£+ÅI›¤ÍÒi«´MÚ.ívJ»¤oáõÙ©!³[: ”IS^ÍI.—¸_:,NJ§$d ï¥ÓÒé¢tIŠ—.KW¤«Ò5éºtCº)Ý’HéXúéOŽÛ3cÏK3ÎÏpNº'¤ÇÒé©ôLz.½^J¯¤×Ò)I:#ýÛž J”DKŒÄJœÄK‚$J’$KФJš¤K†dJ–dKŽäJ!é­ôNz/}>JŸ¤ÏÒé«ôMú.ý~J¿¤ß’GÎ g”3É™å,rV9›œ]Î!ç”sɹå"•ÉÇåòIù”<êzTzç8sZ¾ _”/ÉñòeùŠ|U¾&_—oÈ7å[2)ïú‚?ë“óòøò¶{!MÊúôŸS±B@~)¿’_Ëoä$9('Ë)rªœ&SrÞð|7)åJ_¥ŸÒ_ d=ãñŒËô]¨ S†+#”‘Ê(e´2F«ŒSÆ+”‰Ê$%oúZâIÒdWeŠ2U™¦LWf(3•YÊleŽ2W™§ÌW( •EÊbe‰²TY¦,WV(ÏÙ¿ÚySº¥ UV*”J¬§lR6+[”­Ê6e»²CIN·E^Þ©ìSö+”ƒÊ!å°rD9ªSŽ+'”“Ê)å´rF9«œSÎ+”‹Ê%%^¹¬Ü·K•ÉW”›Ê-…TJ‚’¨ÜVî(w•{Ê}åòPy¤)Ÿ•/ÊWå›ò]ù¡üT~)m®…u(õ§ü[ɬfQ³ªÙÔìj5§šKÍ­æQóªùÔüjµ ZHP#ÕÂjµ¨ZLR‹«ÑjŒêUT!Õ§úÕjIµ”ZZ-£–UË©åÕ êÑã¹Ôõ­RQ­¦VWk¨5ÕZjmµŽZW­§ÖW¨ ÕFjær±öçß ÕjKµ•ÚZm£¶UÛ©íÕê‚øVi™¤ŽjWµ›Ú]í¡öT{©½Õ>j_µŸÚ_ T©ƒÕ!êPu˜:\¡ŽTG©q O=žæêhu‚Úâ¹ÇÓ S&ª¨Š©¸J¨SÔ©ê4uº:C©ÎRg«sÔ¹êUŸ©ÏÕêKõ•úZ}£&©A5YMQSÕ4•R÷ÐOÜà2­ ª¨Jª¬*ªªjª®ª©Zª­:ª«†Ô·ê;õ½úAý¨~R?«_Ô¯ê7õ»úCý©þR«-ƒ–QˤeÖ²hYµlZv-‡–SË¥åÖ.¥Ÿ¥?QóhµBZ„©ÖŠhEµbZ”V\‹Öb4¯h i>ͯ•ÐJj¥´ÒZ­¬VN+¯UІÆy<땊Z5­ºVC«©ÕÒjku´ºZ=­¾Ö@k¨5ÒkM´¦Z3­¹ÖBk©µÒZkm´9—¯·) µÕ:iµ.ZW­›Ö]ë¡õÔzi½µ>Z_­ŸÖ_  Ôiƒµ!ÚPm˜6\¡ÔFi£µ1ÚXmœ6^› MÔ&i“5XC4TÃ4\#´)ÚTmš6]›¡ÍÔfi³µ9Ú\mž6_[ -Ôi‹µ%ÚRm™¶\[¡­ÔVi«µ5ÚZm¶^Û mÔbµ8m“¶YÛ¢mÕ¶iÛµÚNm—¶[Û£íÕöiûµÚAívX;¢ÕŽiǵÚIí”vZ;£ÕÎiçµ ÚEí’¯]Ö®hWµkÚuí†vS»¥‘Z@KеÛÚí®vO»¯=Ðj´ÇÚí©öL{®½Ð^j¯´×Ú-I jÉZŠ–ª¥i”FkŒÆjœÆk‚&j’&kЦjš¦k†fj–fkŽæj!í­öN{¯}Ð>jŸ´ÏÚí«öMû®ýÐ~j¿´ßšGÏ gÔ3é™õ,zV=›ž]Ï¡çÔsé¹õH¬чêÃôáú}¤>J­ÑÇêãôñú}¢>IŸ¬Ã:¢£:¦ã:¡OѧêÓôéú }¦>KŸ­ÏÑçêóôùú}¡¾H_¬/Ñ—êËôåú }¥¾J_­¯Ñ×êëôõú}£«Çé›ôÍú}«¾Mß®ïÐwê»ôÝú}¯¾O߯Ðê‡ôÃúý¨~L?®ŸÐOê§ôÓúý¬~N?¯_Ð/ê—ôxý²~E¿ª_Ó¯ë7ô›ú-Ôz‚ž¨ßÖïèwõ{ú}ýþP¤?ÖŸèOõgúsý…þR¥¿ÖßèIzPOÖSôT=M§tZgtVçt^tQ—tYWtU×t]7tS·t[wtWéoõwú{ýƒþQÿ¤Ö¿è_õoúwý‡þSÿ¥ÿÖ=F#£‘ÉÈld1²ÙŒìF#§‘ËÈmä1òùŒüF£ QȈ0"ÂF£¨Q̈2ŠÑFŒá54 ÃgøFI£”QÚ(c”5Êå FE£’QÙ¨bT5ªÕFM£–QÛ¨cÔ5êõFÙãé&ðjC£™ÑÜha´4Z­6F[£ÑÞè`Œ ×ß=ÕEíht3º=ŒžF/£·ÑÇèkô3úŒÆ c°1Äj 3†#Œ‘Æ(c´1ÆkŒ3ÆŒ‰Æ$c²ˆ˜M¨{§›]mÍÆ c¦1˘mÌ1æóŒcék„Öºqæiã^e¾±ÂXi¬2VkŒµÆ:c½±ÁØhÄqÆ&c³±ÅØjl3¶;ŒÆ.c·±ÇØkì3B/»¤u{ÞQÛo1ŽÇŒãÆ ã¤qÊ8mœ1ÎçŒóÆã¢qɈ7.WŒ«Æ5ãºqøiÜ2H#`$‰ÆmãŽq׸gÜ7GÆcã‰ñÔxf<7^/WÆkã‘dd#ÅH5Ò Ê  Æ` Îà Á É ÅP ÍÐ Ã0 ˰ ÇpñÖxg¼7>OÆgã‹ñÕøf|7~?_ÆoÃcf03š™ÌÌf3«™ÍÌnæ0sš¹ÌÜf3¯™ÏÌo0 š…Ì3Ò,l1‹šÅÌ(³¸mƘ^0A2}¦ß,a–4K™¥Í2fY³œYÞ¬`V4+™•Í*fU³šYݬaÖ4k™µÍ:f]³žYßl`64™Í&fS³™ÙÜla¶4[™­Í6f[³ÙÞì`v4;™Í.fW³›ÙÝìaö4{™½Í>f_³ŸÙß`4™ƒÍ!æPs˜9ç™Ç³ödif¸9ÆkŽ3Ç›̉æ$s² ›ˆ‰š˜‰›„9ÅœjN3§›3Ì™æ,s¶9ÇœkÎ37½þw^ŸIo®0Wš«ÌÕæs­¹Î\on07š±fœ¹ÉÜln1·šÛÌíæs§¹ËÜmî1÷šûÌýæó yÈ7_˜/ÍWækó™dÍd3ÅL5ÓLʤMÆdMÎäMÁMÉ”MÅTMÍÔMÃ4MË´MÇtÍùÖ|g¾7?˜ÍOfbšÇÓ*°Øølþ0š¿ÌQ麿Wýmf¶²XY­ITØæ6³Y¹­[_¬¯Ö7ë»õÃúiý²~[{Ä£Úòhªd°³ÚÙììv;§ËÎmç±óÚùìüv» ]ÈŽ°#íÂv»¨]ÌŽ²‹ÛÑvŒíµ´!ÛgûívI»”]Ú.c—µËÙåí vE»’]Ù®bWµ«ÙÕívM»–]Û®c×µëÙõívC»‘ÝØnb7µ›ÙÍívK»•ÝÚnc·µÛÙíívG»“ÝÙîbwµ»ÙÝívO»—ÝÛîc÷µûÙýíö@{=Øbµ‡ÙÃíöH{”=ÚcµÇÙãí öD{’=Ù†mÄFmÌÆmžbOµ§ÙÓíöL{–=ÛžcϵçÙóíöB{‘½Ø^b/µ—ÙËíöJ{•½Ú^c¯µ×Ùëí öF;ÖŽ³7Ù›í-öV{›½ÝÞaï´wÙ»í=ö^{Ÿ½ß>`´ÙÂ2%__³Û'ì“ö){èí»{¯]@ÔÓöû¢}ÉŽ·/ÛWì«ö5ûº~VñÀºa'؉ömûŽ}×¾gß·3?ÙÿÀ~b?µŸÙÏíöKû•ýÚ~c'ÙA;ÙN±Sí4›²i›±Y›³y[°E[²e[±U[³uÛ°MÛ²mÛ±];d¿µßÙïíöGû“ýÙþbO û€çrSã«ýËþm{œ NF§Qx×4%-`gr²;9œœN.'·“ÇÉëäsò;œ‚N!'‰t ;Eœ¢N1'Ê)îD;1Ž×ПãwJ8%Rη—Ïu%›SÚ©à|ùϰYìŠN §¦SË©íÔqê:õœ3öL3/Uwê;Mœ¦N3§¹ÓÂié´rZ;mœ¶N;§½ÓÁéètr:;]œ®N7§»ÓÃééôrz;}œ¾N?§¿3À•~–ùÓè s†;#œ‘Î(g´3ÆëŒsÆ;œ‰Î$çÛé÷}aj²ƒ9¸C8Sœ©Î4gº3ÙéÌrf;sœ¹Î7Ât »EÜ¢n17Ê-îF»1®×\Ð…\ŸëwK¸%ÝRni·Œ[Ö-ç–w+¸ÝJne·Š[Õ­æVwk¸5ÝZnm·ŽK¾ñx¦½:o×u¹Ý&nS·™ÛÜmá¶t[¹­Ý6n[·;ízú÷Öîî°®vê´w{¸=Ý^no·Û×íçöw¸ÝAî`wˆ;ÔæwG¸#ÝQn¹0Kƒ¹¬Ñîw¢;ÉìÂ.â¢.æân›g¥›¼Ìàî w¦;ËíÎqëÅGþ×=ßÙܹî2w¹»ÂÝ—>/ÎÜ´xgw¥»ÁÝèÆºqî&w³»ÅÝêns·»;Üz—^…ÕõîNwŸ»ß=àt¹‡Ý#îQ÷˜{Ü=ážtO¹§Ý3îY÷œ{Þ½à^t/¹ñîe÷Š{Õ½æ^wÏȉ'<žBî 7ÁMto»›ÂúW~ð^÷ŽûÐ}ä>vŸ¸OÝgîs÷…ûÒ}å¾v߸InÐMvSÜT7Í¥\)Ú¢vü—vWt%WvWu5Ww ×t-×v×uCî[÷ûÞýà~t?¹ŸÝ/î™ô³­îîW÷—ûÛõ„2„2†2…2‡²„²†²…²‡r„r†r…r‡ò„ò††]ôxª9KÝ|¡ˆPd¨p¨H¨h¨X(*T<Š yC@ A!_È********ªªªªªªªªªªªªªªªªjjjjjj 7ƒ›Ã-à–p+¸5Ün ·ƒÛÃàŽp'¸3Üî wƒ»Ã=àžp/¸7Üî ÷ƒûÃàð x0< ƒ‡Ã#à‘ð(x4< ƒÇÃà‰ð$x2 ̌Ã<ž Oƒ§Ã3à™ð,x6<ž σçà à…ð"x1¼^ /ƒ—Ã+à•ð*x5¼^ ¯ƒ×Ãàp,o‚7Ã[à­ð6x;¼Þ ï‚wÃ{à½ð>x?|>‚ÃGà£ð1ø8|> Ÿ‚OÃgà³ð9ø<|¾_‚ãáËðø*| ¾߀o·`À p"|¾ß…ïÁ÷áðCøü~?…ŸÁÏáðKøü~'ÁA8NSá4˜‚i˜Y˜ƒyX€EX‚eXUXƒuØ€MØ‚mØ]8¿…ßÁïáðGøüþ…¿ÁßáðOøüö ŒH&$3’ÉŠdC²#9œH.$7’É‹äCò#‚H!$‰D #E¢H1$ )ŽD#1ˆâGJ %‘RHi¤ R)‡”G* ‘JHe¤ R©†TGj 5‘ZHm¤R©‡ÔG ‘FHc¤ Òi†4GZ -‘VHk¤ Òi‡´G: ‘NHg¤ Òé†tGz =‘^Ho¤Òé‡ôG ‘AÈ`d2† GF #‘QÈhd 2‡ŒG& ‘IÈdFE0Gd 2™†LGf 3‘YÈld2™‡ÌG ‘EÈbd ²Y†,GV +‘UÈjd ²Y‡¬G6 ‘X$Ù„lF¶ [‘mÈvd²Ù…ìFö {‘}È~är9„FŽ G‘cÈqär9…œFÎ g‘sÈyär¹„Ä#—‘+ÈUär¹ÜDn!$@Dä6r¹‹ÜCî#‡È#ä1òyŠÔ–@K¢¥ÐÒh´,Z-V@+¢•ÐÊh´*Z ­ŽÖ@k¢µÐÚh´.Z­6@¢ÐÆh´)Ú m޶@[¢­ÐÖh´-Úmv@;¢ÐÎh´+Ú íŽö@{¢½ÐÞh´/Úí@¢ƒÐÁèt(: ŽŽ@G¢£ÐÑèt,:N@'¢“ÐÉ(Œ"(Šb(Žèt*: ŽÎ@g¢³ÐÙèt.:.@¢‹ÐÅèt)º ]Ž®@W¢«ÐÕèt-º]n@7¢±hº ÝŒnA·¢ÛÐíèt'º ÝîA÷¢ûÐýèô z=ŒA¢ÇÐãè ô$z =žAÏ¢çÐóèô"z G/£WЫè5ô:z½‰ÞBI4€& ‰èmôz½‡ÞG ÑGècô ú}†>G_ /ÑWèkô š„Ñd4MEÓP ¥QeQåQQ •QUQ ÕQ5Q µQuÑú}‡¾G? ÑOègô úý†~G ?Ñ_èoÔƒeÀ2b™°ÌX,+– ËŽåÀrb¹°ÜX,/–ËÀ b…°,+ŒÁŠbŰ(¬8Å`^ À@ Â|˜+•ÄJa¥±2XY¬V«€UÄ*a•±*XU¬V«ÕÄjaµ±:X]¬Vk€5Äa±&XS¬ÖkµÄZa­±6X[¬Öë€uÄ:a±.XW¬ÖëõÄza½±>X_¬Ö€ Äaƒ±!ØPl6ÄFa£±1ØXl6›€MÄ&a“1C0Ã0#°)ØT¬Æ˜šcjùk¬5yVerÌdï乨¬³& Zˆ8!Óë~•&/ÅVa«±5ØZl¶Û€mÄb±8l¶Û‚mŶaÛ±ØNl¶ÛƒíÅöaû±ØAìv;‚ÅŽaDZØIìv;ƒÅÎaç± ØEì]Æ®`W±kØuìv»…‘XKÀ±ÛØì.v»=Àb°ÇØì)ö {޽À^b¯°×Ø, bÉX –Š¥aFc ÆbÆc&b&c ¦b¦cfbfcæb!ì-ö{}À>bŸ°ÏØì+ö ûŽýÀ~b¿°ß˜Ï€gÄ3á™ñ,xV<žÏçÄsá¹ñÞoˆ7ÂãMð¦x3¼9Þo‰·Â[ãmð¶x;¼=ÞïˆwÂ;ã]ð®x7¼;Þï‰÷Â{ã}ð¾x?¼?>ˆÂãCð¡ø0|8>‰ÂGãcð±ø8|<>ŸˆOÂ'ã0Žà(Žá8NàSð©ø4|:>Ÿ‰ÏÂgãsð¹ø<|>¾_ˆ/ÂãKð¥ø2|9¾_‰¯ÂWãkðµø:|=¾߈Çâqø&|3¾ߊo÷ã;ðø.|7¾ß‹ïÃ÷ãðƒø!ü0~?ŠÃã'ð“ø)ü4~?‹ŸÃÏãð‹ø%<¿Œ_Á¯â×ðëø ü&~ 'ñž€'â·ñ;ø]ü~€?Äáñ'øSüþ¿Ä_á¯ñ7xÄ“ñ<OÃ)œÆœÅ9œÇ\Ä%\Æ\Å5\Ç ÜÄ-ÜÆÜÅCø[üþÿ€Ä?áŸñ/øWüþÿÿÄá¿q‘ÈHd"2Yˆ¬D6";‘ƒÈIä"ryˆ¼D>"?Q€(H""ˆH¢0Q„(J#¢ˆâD4Cx € ˆð~¢Q’(E”&Êe‰rDy¢Q‘¨DT&ªU‰jDu¢Q“¨EÔ&êu‰zD}¢ÑhD4&šM‰fDs¢Ñ’hE´&Úm‰vD{¢Ñ‘èDt&º]‰nDw¢Ñ“èEô&ú}‰~Db1D &†C‰aÄpb1’EŒ&Æc‰qÄxb1‘˜DL&`!P#p‚ ¦S‰iÄtb1“˜EÌ&æs‰yÄ|b±XD,&–K‰eÄrb±’XE¬&Ök‰uÄzb±‘ˆ%âˆMÄfb ±•ØFl'v;‰]Änb±—ØGì'‰CÄaâq”8F'N'‰SÄiâ q–8Gœ'.‰KD<ñX» °(¶·¿¤ym%íîîN»[°ëÚîtØÝ‚}-,J“ÝÅVl6lìŽïåxœ;[€÷ÿñ<ÀÎ̉7~o™9{\§ŒWžPžTžRžVžQžU&(UJµR£LTžSžW^P^T^R^V^Q^U^S&)¯+o(o*o)o+ï(ï*“•Z¥N©W”)Ê{ÊTešò¾òò¡ò‘ò±ò‰ò©2]ùLù\™¡|¡ÌT¾Tf)³•¯”¯•o”o•ï”ï•”•Ÿ”Ÿ•_”_•ߔߕ?”?• †°%ì{Âp$ ‰BDa¢Q”ø‹(F'J%‰RDi¢ Q–(G8΄ áJ¸îDy¢Q‘¨DT&ªU‰jDu¢Q“¨EÔ&êu‰zD}¢ÑhD4&šM‰fDs¢Ñ’hE´&Úm‰vD{¢Ñ‘èDt&º]‰nDw¢áAô$< /¢Ñ›èCô%úý‰Ä@b1˜B %†ÉÄHb1šCŒ%¼ b1ž˜@L$&“‰)ÄTb1˜AüMÌ$f³‰9Ä\b1ŸX@( ‚ Š  †` Žà ‰…Ä"b1±„XJ,#–+ˆ•Ä*b5±†XK¬#ÖˆÄ&b3±…ð%üˆ­Ä6b;±ƒØIì"vÿ{ˆ½Ä>b?q€ð'‡ˆÃÄâ(@AD0B#B‰0"œˆ "‰("šˆ!b‰ãDOœ N§ˆÓÄâ,‘@¨5¡!‰sÄyâq‘¸D\&®W‰kDq¸AÜ$n·‰;Ä]"™Ð:BOˆâ‘J¤÷‰ÄCâñ˜xB<%Ò‰gÄs"ƒxAd/‰,"›xE¼&Þo‰wÄ{âñ‘øD|&¾_‰oÄwâñ“P6¤-iGÚ“¤#Y€,H" “EÈ¢ä_d1²8Y‚,I–"K“eȲd9Ò‰t&]HWÒt'˓Ȋd%²2Y…¬JV#«“5Èšd-²6Y‡¬KÖ#ë“ È†d#²1Ù„lJ6#›“-È–d+²5Ù†lK¶#Û“ÈŽd'²3Ù…ìJv#»“=H²'éIz‘½ÈÞd²/ÙìO ’ƒÈÁär(9ŒNŽ G’£ÈÑär,éMúãÈñär"9‰œLN!§’ÓÈéä òor&9‹œMÎ!ç’óÈùäRI$IR$M2$Kr$O ¤H.$‘‹É%äRr¹œ\A®$W‘«É5äZr¹žÜ@n$7‘›É-¤/éGn%·‘ÛÉäNr¹›ü‡ÜCî%÷‘ûɤ?y ’ÈÇäò)™N>#Ÿ“ä 2“|If‘Ùä+ò5ù†|K¾#ß“Èä'ò3ù…üJ~#¿“?ÈŸ¤‚²¡l);Êžr ©TAªU˜*B¥þ¢ŠQÅ©TIªUš*C•¥ÊQN”3åB¹Rn”;Užª@U¤*Q•©*TUªUªAÕ¤jQµ©:T]ªUŸj@5¤Q©&TSªÕœjAµ¤ZQ­©6T[ªÕžê@u¤:Q©.TWªÕêAyP=)OÊ‹êEõ¦úP}©~Tj5D ¦†PC©aÔpj5’E¦ÆPc)oʇG§&P©IÔdj 5•šFM§fPS3©YÔlj5—šGͧPJŠ HŠ¢hŠ¡XŠ£xJ Dj!µˆZL-¡–R˨åÔ j%µŠZM­¡ÖRë¨õÔj#µ‰ÚLm¡|)?j+µÚNí vR»¨ÝÔ?Ôj/µÚO ü©ƒÔ!ê0u„:JPTL…PǨP*Œ §"¨H*ŠŠ¦b¨Xê8GÅS'¨“Ô)ê4u†:K%P*JMi¨Dêužº@]¤.Q—©+ÔUê•D]§nP7©[Ômêu—J¦´”ŽÒS*…ºG¥RiÔ}êõzD=¦žPO©têõœÊ ^P™ÔK*‹Ê¦^Q¯©7Ô[êõžú@}¤>QŸ©/ÔWêõúAý¤´ mKÛÑö´íH  Ò…èÂtº(ý]Œ.N— KÒ¥èÒtº,]Žv¢iÚ•v£Ýéòtº"]‰®LW¡«ÒÕèêt º&]‹®MסëÒõèútº!݈nL7¡›ÒÍèæt º%ÝŠnM·¡ÛÒíèötº#݉îLw¡»ÒÝèîtÚƒîI{Ò^t/º7݇îK÷£ûÓèô z0=„J£‡Ó#è‘ô(z4=†K{Ó>ô8z<=žHO¢'ÓSè©ô4z:=ƒþ›žIÏ¢gÓsè¹ô½€VÒMÒMÓ ÍÒÍÓ-Ò éEôbz ½”^F/§WÐ+éUôjz ½–^G¯§7ÐéMôfz íKûÑ[émôvz½“ÞEï¦ÿ¡÷Ð{é}ô~úíO¤чé#ôQ:€¤ƒè`:„>F‡Òat8AGÒQt4CÇÒÇé8:ž>AŸ¤Oѧé3ôY:VÑjZC'Òçèóôú"}‰¾L_¡¯Ò×è$ú:}ƒ¾IߢoÓwè»t2­¥u´ž6Ð)ô=:•N£ïÓè‡ô#ú1ý„~J§ÓÏèçtý‚Τ_ÒYt6ýŠ~M¿¡ßÒïè÷ôú#ý‰þL¡¿Òßèïôú'­`l[ÆŽ±gG¦S)ÄfŠ0E™¿˜bLq¦S’)Å”fÊ0e™rŒã̸0®ŒãΔg*0™JLe¦ S•©ÆTgj05™ZLm¦S—©ÇÔg0 ™FLc¦ Ó”iÆ4gZ0-™VLk¦ Ó–iÇ´g:0™NLg¦ Ó•éÆtgz0LOÆ“ñbz1½™>L_¦ÓŸÀ d1ƒ™!ÌPf3œÁŒdF1£™W£¿ö½;a@ŸVÞ‹ça<¦–÷~:b"3•™ÆLgf0W|J-3´éìf³›ÏæÿÍ,`” Á ÅРð ÇðŒÀˆÌBf³˜YÂ,e–1Ë™ÌJf³šYìeÖ1ë™ ÌFf³™ÙÂø2~ÌVf³ÙÁìdv1»™˜=Ì^f³Ÿ9Àø3™CÌaæs” `™ &˜ aŽ1¡LÎD0‘LÍÄ0±Ìq&މgN0'™SÌiæ s–I`TŒšÑ0‰Ì9æ3_˜¯Ì7æ;óƒùÉ(XÖ–µcíYÖ‘-Àd ±…Ù"lQö/¶[œ-Á–dK±¥Ù2lY¶ëÄ:³.¬+ëÆº³åÙ lE¶[™­ÂVe«±ÕÙlM¶[›­ÃÖeë±õÙlC¶Û˜mÂ6e›±ÍÙlK¶ÛšmöeÛ±íÙlG¶Û™íÂve»±ÝÙ¬Û“õd½Ø^lo¶Û—íÇög°ÙAì`v;”ÆgG°#ÙQìhv ;–õf}Øqìxv;‘ÄNf§°SÙiìtvû7;“ÅÎfç°sÙyì|v«d –d)–f–e9–gVd²‹ØÅìv)»Œ]ή`W²«ØÕìv-»Ž]Ïn`7²›ØÍìÖ—õc·²ÛØíìv'»‹ÝÍþÃîa÷²ûØýìÖŸ=Èb³GØ£lȱÁl{Œ eÃØp6‚d£Øh6†e³ql<{‚=ÉžbO³gسl«bÕ¬†MdϱçÙ ìEö{™½Â^e¯±Iìuö{“½ÅÞfï°wÙdVËêX=k`SØ{l*›ÆÞg°ÙGìcö û”MgŸ±ÏÙ ö›É¾d³Ølöûš}þeß±ïÙìGöû™ýÂ~e¿±ßÙìOVÁÙp¶œgÏ9pŽ\® Wˆ+ÌáŠrqŸâ\ ®$WŠ+Í•áÊrå8'Ιsá\97Î+ÏUà*r•¸Ê\®*W«ÎÕàjrµ¸Ú\®.W«Ï5àr¸Æ\®)׌kεàZr­¸Ö\®-׎kÏuà:r¸Î\®+×ëÎõà<¸žœ'çÅõâzs}¸¾\?®?7€È âsC¸¡Ü0n87‚ÉâFsc¸±œ7çÃãÆs¸‰Ü$n27…›ÊMã¦s3¸¿¹™Ü,n67‡›ËÍãæs 8%Gp$Gq4Çp,Çq<'p"·[Ä-æ–pK¹eÜrn·’[Å­æÖpk¹uÜzn·‘ÛÄmæ¶p¾œ·•ÛÆmçvp;¹]Ünîn·—ÛÇíçpþÜAîw˜;Âå¸@.ˆ æB¸c\(Æ…s\$ÅEs1\,wœ‹ãâ¹ÜIîwš;Ãå8§æ4\"wŽ;Ï]à.r—¸ËÜî*wKâ®s7¸›Ü-î6w‡»Ë%sZNÇé9—ÂÝãR¹4î>÷€{È=âsO¸§\:÷Œ{Îep/¸Lî%—Åes¯¸×Üî-÷Ž{Ï}à>rŸ¸ÏÜî+÷ûÎýà~r Þ†·åíx{Þwä ðùB|a¾_”ÿ‹/ÆçKð%ùR|i¾ _–/Ç;ñμ ïÊ»ñî|y¾_‘¯ÄWæ«ðUùj|u¾_“¯Å׿ëðuùz|}¾ßoÄ7æ›ðMùf|s¾ß’oÅ·æÛðmùv|{¾ß‘ïÄwæ»ð]ùn|w¾ïÁ÷ä=y/¾ß›ïÃ÷åûñýùü@~?˜Âå‡ñÃùüH~?šÃå½y~?žŸÀOä'ñ“ù)üT~?ŸÁÿÍÏägñ³ù9ü\~?Ÿ_À+y‚'yЧy†gyŽçyù…ü"~1¿„_Ê/ã—ó+ø•ü*~5¿†_˯ã×óøü&~3¿…÷åýø­ü6~;¿ƒßÉïâwóÿð{ø½ü>~?€÷çò‡øÃüþ(ÀòA|0ÂãCù0>œà#ù(>šácùã|ÏŸàOò§øÓüþ,ŸÀ«x5¯áùsüyþ‘¿Ä_æ¯ðWùk|¿Áßäoñ·ù;ü]>™×ò:^ÏøþŸÊ§ñ÷ùüCþÿ˜Â?åÓùgüs>ƒÁgò/ù,>›Å¿æßðoùwü{þÿ‘ÿÄæ¿ð_ùoüwþÿ“W6‚­`'Ø ‚£P@(( E„¢Â_B1¡¸PB()”J e„²B9ÁIp\WÁMpÊ „ŠB%¡²PE¨*Tª 5„šB-¡¶PG¨+Ôê „†B#¡±ÐDh*4š -„–B+¡µÐFh+´Ú „ŽB'¡³ÐEè*tº =¡§à)x ½„ÞB¡¯ÐOè/  ƒ„ÁÂa¨0L.ŒF £„ÑÂa¬à-øã„ñÂa¢0I˜,L¦ Ó„é áoa¦0K˜-Ìæ ó„ùÂA))P-0+p/‚(, ‹…%ÂRa™°\X!¬V «…5ÂZa°^Ø l6 ›…-‚¯à'l¶ Û…ÂNa—°[øGØ#ìö û…‚¿pP8$ŽG…!P‚…á˜*„ áB„)D ÑBŒ+â„xá„pR8%œÎg……c¤ÁÚjtmÛÆ'A¸,\® ׄ$áºpC¸)Ün w„»B² t‚^0)Â=!UHî „‡Â#á±ðDx*¤ Ï„çB†ðBÈ^ YB¶ðJx-¼Þ ï„÷Âá£ðIø,|¾ ß„ïÂá§ mD[ÑN´DG±€XP,$‹ˆEÅ¿Äbbq±„XR,%–ˈÇ<ÖuÜüwYqààAƒõÓ]Ä™ÌÖí§–ïO¿7=uzeñl‡=úT+ˆÅJbm±¾Ø@l(6‹MĦb3±¹ØBl)¶'1“™)LkñŠwÉö—„öâ;ïÛÞjŸÎb±­ØNì.¦M¸?áÁOq\Ÿñ}ÖÌï#ŠƒÄÁâq¨8L.ŽGŠ£ÄÑâq¬è-úˆãÄñâq¢8Iœ,N§ŠåD'ÑYœ&ÖëŠõÄ™bÇ©¦N`æŠMÜñšª=ÆÍô™ÏÐ"/ ¢(.‰‹Å%âRq™¸\\!®«ˆUÅjâ*qµ¸F\+®»ˆ]Ånâ&±ƒØQì$ú‰=D±§¸Cô{‰½ÅÄâ.q·¸_Ü#î÷‰‡Ä1P ƒÅñ˜*†‰®¢›è.†‹³ÄÙâ1ZŒ#Å(1N<%žψgÅQ%ªE˜(žÏ‹ÄÃâñ¨xQ< ú‹Å«â%ñ²xE¼!öû‰ýÅ;¢NÔ‹1E¼'¦Šiâ}ñøP|$>ŸˆOÅtñ™ø\Ì_ˆ™âK1KÌ_‰¯Å7â[ñø^ü ~?‰ŸÅ/âWñ›Èˆ¬øÑý“ûg÷/þÚø¨ó«Ej"[»Hw0£RDì±X"ã@ìøKÚ”zz"öú½¾cc'¦|Óµ¹Û!£Ø³ÀØ=éú+I—^v:y8ªè5EæeíHÕý«gÓû¦¿z0/öÓ‰¡÷º%÷=—}åÚÂìszŸ3ñº°¬ ±YO•šR±½³ Ç:ÆŽÍšüpq†íµKw½¢ߺgø¦'bž$¯Œ?Í¥¸FeDùè—g5H¿pâÕÓQ ž‘Ù^cn7Ñ{²×_óz¦Í|Ýíy‡˜«Ú‚™¯vI2R³ý = [#Ûd_yr óBúÔônì³ãŸž~yòNÏ´¡‘ž µ‹5>wú?|¨šš=çéИÅ/#çÜû‘:>F•uMÕ?Û^Ó)}â‹O·RSg:FïUŸÎ\œ^+kŸ*5ýpt—Ô£/…˜Y†y]¢£?½±ïŒ*æ\LLJÖÝ Y_²<¶OrŒH}²/e­êPÆßê›á§Ãoƨ³²²¢¿<¹v'ìNƒ¬Í1a™Lø¼ðéá}£Ož>0|_Ú¹ÌÓÙš”ÂQe M4§Tc~d}\,Üöeáð•©{bTQ{ž.ÏKìð´Cj]ÝÖ”)%²×fgÅD„‹zÓ!yãù)sµ'½bì³®.<)šÔ.ëaÊô0Ííž7çÜQùòÒ+Ìëz‰W=¶zø#æô½/ÙkŸÎJ¯}-Òþz™“cŸ.h;'KuMõ84ö¾örèPƒ¥½ÍâlVöâ½ÈvÅÖ #3Š ]ŠiŽØ«¥üÛîšûJéóDB‘‰vNº/íºå˜¥ÔªC / \Mx–l~¶ªÔ×ÞU¡Ÿ6á’´¿œyŒvÙ’o`˜íðëA´ã›/Úã+%Y…Æ^«K‰ ýu}®ç*Ý¢î¿>¯5”ÐÝ€jµBÑÃA§R(êë-Éaå‹4Ch¨ñ¹úˆ‚5ž9y»¾öí ÷‡ÞÝÌû“±náA¨ÿW˜Ã€zŠn ÅQø”`[Ä_¡àd»¾©í—d;8N?•|õŸ¯¯ƒöa»qO%>Ú—Íβî:£«§‘TT)¥#ÞU(úeàË4ßÑ&ÓžœrOõ5îWÁ^~TÊY¡Ð+¼c«†ï…ùÕÞËQ¿Y? Š<~Rd;÷iÖ„ïBô¿@ý ‚¼'¥´i=sò‘F:Ç·u–ÆJŽ ßý“e³vò—ö†„ÑÒ o¬†™_VcÜóâ¿ êkø4}i×: !#Ìù Úy®-Hg¦´“i¢Ã3±m#6„¾€–Ÿ¼Còé˜!ÉË\ß²=âÚ¢ùccƒUk0~Š?³.³RÏ30ê7‰Ö Øšºп4²Õ[!9ky)½€âþF»ŽD8ŠV{$öEÄ’PÓÙX$Í@„ø½é Eïò#ì­øØ¶‘bh†Þè£Çþ>;7gÛOÅå;ò–ñÚMhw:G·ÚîÿžÝëɆ.ÛЧªÉ®Ž›¯&É·9Ž5Ãó×Ë/íÂÉÐ#ÁàF!¤xŒÀ»û9\µ&Ë›²c«FÎþÓ½‘5—Oþ¾öS¢è«µ±ŽDÍ ý“ßps³Ô¦ ÒÃZÅ|'ók[¢·›ýÿº–›Å|–ï}èèŒt½yÛȨ)1Bsëk“i~®9¦³’M¿‡ âû£u¾€.¤Zо€ÐŽýÑVÈZŠƒÍ½µÿa¸…mïfHœö¥ê“Ç¿#¹%ÞÔ…Æ‹S(š¡c’O9“=Ççì9¶ŒòÎáSòµ¯äKHû•#sþßqÙv5<îh\XœA÷áóh­ ö´ =Šñ E„>\=ñl@žk¾lGÈ˺âôWâ܆÷ Cöf¤fŒËROOÀù0à2!=§Õmq»Ñî™­Füƒ(ê—~ hOÂ;.>Ç#ï:ôØ?úH´,o¢µå=w‘­ W9£=‹é«tp=çÓ&dõSµôå ÷×rŽÞØì7¬”v~üïhócF»kʤdÅ=5ìÓ¬‘I6 èÛì°ú«Ós0žÍÎÖM#^3‚ãT5ÑÛÝvˆŠÉ€‰;šEÇ&#ôü|B¡ @‚4ÓLvÑœ ¶tìµLbÝèaè=„ÒÚ0æþ1Ý­hwq,Œ÷šüŽz’`ßÕd»’j°?˜}¬ô^ˆ9òñ»'ŸB;´)–˜:¹»ôT÷åîõ%¿ÐØÈÞ ˜ðPÚSÙ1ioªB1$´ áü4òŒ…ÜÕOtç³§ÚNKYlD×Û8KéƒP¶Tk“x<Ç2པlÖ«` @F:Íùd[ÝÁËÔ÷V¯IHBôW”j:ájQ6òY2ìì²èAïg§E¹t«zŸ1Úy¸0 X=lè½ecM~ãÎø£ùkj*^ÛdÚá9@u^¿ø<§h!ÅN Ï˜–Êåc Ý,ÆëáFx9‚ŽJøÍ0ø˜Ä7í^¼GsxÖïs ±¿!=Æ?vª©•b;Àþ«h7D­ ®Úí«¡­÷b‰õm"’c¿ŠÐk“: _[ ”ÔL|#ùÙÏÉÛ @×°ÏÈ~Šÿƒ Ky 3Ç¡¾uU–ø\¬_ƒè?mò‚ï)äÿ;j #¯×Q’\Eí°åkôŸÑè¾êßÁ}´Ô^4Ð: äᇸ9šÃ¢tFÆÙ”-Q?½ß;7tÞ€£'-ÅŸ>Ù<è>ÑÈÿÕVÓÊ×é—ý/ ÝÝ%Tñéâ9ÝÙg «’¿[È£O£¿_“Eèhðì?`‡ ÊEÜ+Íè$ÙÑ:$ýhô·kÄ“=º½³Löê…QÖ¡‘G覙éÀ.Úúßá{ÊCã³¥ìÞlÿãV.A1£ ÿùsþz .ÉŸûçN᪦?¢?2fô/Ñ»ºYì¶³“Ã]§þÎ0£AÿGØúŸƒŒl®€ïFs_¾‹3Yå@™xž½ Na'JÒîàïhŽ6UcúE-¹õëh#ØÓQÿ‡àEË{þ:Óx @´T·’ÁÐvúV O‘¦OªXUT€!ù.ØíÀ1©€§‹Ç:˜9_ Q@¦¹:2?•MÄ•8®8îrüaðËß1òÏ ½Ê‘œ¼h:‡ôuÆ&c”qq•Õ&í5<·ë–©6h¾ƒü*€”¡¤%öOgbÞ뫤TQ;kÚ$ öV?xŸ©»®©ÿ_KTß•Ñ!  Ê]S"áÊ ÃÍhÕ5DÕí ësU¼%.^€Ž<ñüþÑ$x Æø9DM ônÎ;HþMdõsReñŸO©2æG˜ÿ9®÷¥:gî …¢¬Î²Þ.aÄ'G¸E]QÏ€x˜"µT&?µ¿`whš³r=‹§„52îÝ®-x'4Âë£jC>–ܵ¹ûVÐûkï_-Nx÷ˆ²’ÿÏ*5N_ªà ó˜ˆÏÝÅUMjæ[Ø—µ+/ññ$Aã YÊwŒØÈ{@,·A™Ûa°ƒÃîÖó‡ËN9þG½†c¦åÍÌ{D£¨t= É­òêMÐ燘ú‹hOò4õrv‘O½$Õ_µuцנ§ýÚóXþû“-ÑYÉsÅóg¢>F!$NÀÕÚIÔnŒö ,åkBîµôŸ¯‘/¡ÿ¸äC@eY@e¨ªpxÐðF1àfC©¢ÜèÙÕ¤þ݈¸¤²KjQ¶ÝÒ{„Ì'#οõÌ0öî1é‘ 1ˆ‚k/ä¹C“G`­oCÿK€kªƒ@bË}K­(yƒýWSÿЇJuÝiÊ;¬ó¹›ƒ£ü]ŒÁ=&ؘš{ú ‘Ûàœ_« ½ÑH*’ý‘g!*ª"¼ž`¥þ¾¹$²ó¯o{ðIqrŽ4 £Ë¡Jí"Ž¥¤ºm«Yþ^Gß 4eUZÓŒâqo„š²Š¦X’ÙýÁï£ô±&1 øÞô»# †cÌi°4¾Â8÷ŸÌ\†¼wì(yO‡lsZ>`/ÿIæ•"#XÿzûB)ÿ>wjH/ÕÄkMð|˵£ÔÝôÃ,®¦{hgDÖõì ’ž‡½û£g^BåŽrÿ@#[›ïr^}½‡qÿãç&Džº+«Ú«9{\Û†=Êy¡©…o? wyízü3Üèoj´Òë™y½Q­l–;«ÆºÜ9tI·3xͱDc\ŸvëkäçÚXÈç〆¯Q÷\°oñ» tWÓy¡» äëÜÌH;aÆXÀK‚Û@<ç’ˆ)‘3=/jœÆ½â– ü¾¾¾¡ë±[ ð‹wô”Ñ]‰´ð~ÀÿDÍ`*ý \/úëÛ•Ìpêâ[H{ñ,–¹,&‰ý“ÚÏFøw§û ,+îý`àê”Y%¶"¢#òßg]N…žÀc?òÌo *Óõ„)¨í} òÞ(†S3 3Á"þ¼ƒêF¶Õ†b¯0-{‡KKðë m„JP Œ’ê IÒâ^އú™Ä<|Å\6nužçL»ÅÀH›%Jª7QÎ÷F睊ši¸g¼æðºn÷OTNÈ¢:Cüª™€ç?†FØŽG¯Xò]íˆkšcW5S4'&ÚD|שC½œÚ潂üÁT 1ÎÏþÓí̸çq?ã¾Ç½‰{ç2&çåpHFøŒÖf¶†4–Åœ=²ÞÛ0O÷X·[ÛRµIåÕõ ôMÃzë¯[#Uô÷ â]HØâ¡Oü:Âï{2ùER„µ‹ƒ˜¿!ð\Y¥¼Ñ!«"ûƒ…`ÔgNHè3€Ÿ1F¼‰²Ï‡ìfÈbKŠÙ ÜÂ$uÄÙêÛ>)–,7ÊýE+÷£O üB¯:âý ®Aöà™çHìȉ~F~°ÍͽÑ]íàLcèo»&ÖÌúê;Xš¿C–?ÌÏiФ|°¯4ôÔë©éò}Óè ­»ÊšõÚÙΈޅèWê÷àüöo“¥Q¶ÎØm’°ô ö áæTý@œÆËüêN‹5Ùã”Pè_T¢6;ëÓ¿>ÉR°}®ò2饔âXˆÖÍ¿@JÑ?Ô¨N2xaÁ»µË>"ÑÿLÊÒ¶¸4ôûúD“n]ïQ˜‚^Ñ{qÿi~ÏQÕû©¤; ¤¼iØÖÃÒ8olþŸ1j6@þÝO[\–-†ãÐ N0£­_)CCÀ¯;¿.Ÿ@;îmo.“lCð<ßM¥ÑÏ—ÁGáf¶‘ýhXéW£óML2„. ³ ÓtëºÙ¢!F o=KªÃqÖøÕ,Ê|0ñÜoe¨ºÄÂüíb¯Êª¨‹²˜×ÜÁÍ(š¯Âc¼è:Ñÿ½+H°ÿØõk¾ê¾ß?­»Ï×Áœé£“»_9obmZLÍ 4þ-ôw½m¿è†6òØ![_êæ—÷üN‘£ÂŸ„(†Ñ+o]“zê\þèOÞ W¯õ=–#I7C”’ž“r¬i£ƒ$“Y€´>Õÿíï6vPøÞ`óqÓ,œK—ÎM–Æ+Ù£Èÿ9H¿­Q½»íy×(Ï Ò-Ú#\×%dßøÞ=ŒõóI¬Å»ÿCeøtOÑglW¤ÿ3ÙSðsÝÕHŠá(F:pÜöÄøy`ä_¿Fw ß6Æ|žüý°‰6#$¼²˜‰jn·Â8Sª–b­Å-×#;Œ.gçY4˜s¨ô8à…dKG¬D4gŸÛ]·›D¡5Š© íaѧA£í=çëž•·Í²äy»VëñD— ¯‹ù&B¢¤ n²Ï®˜òšZ?5@F¥(„|I8Žîk4…1·©«Àè„¥’¿¾ãX1 =Š©>üÏZìµË¦$õÐ`õÉÙûXVÝ cƒÆMúu4ý'‚*†gÇź0A:^ ×­„Zl3|*áñ3kgÐÉ„Û0Ê8Þ¬ Šw:Ÿ"à7 8JqBòœð¸P.(TòQ$ÔþׂÎCM÷!á&žu™Ë]ôI4 !#5¨xxø^]—º44”‰/¿_ó®gäÌ Múß Ö%¹~ÁãüÀÿ«/ 󗃙ª #ûh‚ôg÷ÒßgøÞÎH`¤VÈÇ5©@Oï/‚ñóµÇí5ž ZVçn?÷S àþípÔ¸Ril¿ [ãz¤[ËW“d!B—“|ðÀb]³\õ}¿w‘Öi\écýš]LvØNŽÍãpiý_÷x¯´òyê„Ñj Y”í;TE{pO“­¬r\‘Q¥ ¾HÇiþÎ$[žÞÊšg†µÀÛëQ;¤ ²Œt$\Š"‘Õ5”ñýf*"ù5uôáœo}êséø´#ª=tWŒç;j"‹·ACt%G­Ñ¶õhŒ9¸ŒñÛi0ÍÿAqÚ/Èâ““.íJ@UQ¯jíU" n¼ä/â’­I¿¥cåÄd¤¿Q{+4§RÂÜEäÝ·¥dÉúu¨‡ýg!Û²¸–ª½öù·{ªÌä^€‚Å2M”“bö!Í$©×YdMŽ\ÖyJâûE·,âèƒä³?§ÃdÚð9ôO²íý6]û)Վ˲×áOTr} ~8;&ú÷³jºéAc,<ûÕMÁHQ(¸I$’_O}Eü”ìE¬§ë@é@{Ûe3ÉÄþC£BÃnt‰ îƒøv’qÅ—6¹dv¼ «>væ±¼3…­×§¼£„µ†ì£c²âTÀݚȧPn²ö¿é¼yûVˆ£}Fç’¢wü.‡´ÝŒò~+½6TÀ†¿“Gæ„Pp>jô÷GO€L4Êüæ&>˜n©_w# xÄlAúÓAöðç7·¬Ü=j#ÏHxì³!¬*FOÙî*AÛ3²/iãUp"æ'~û­®QUè×Û½s뛓øÙÅÚÍ_ÉùO¤wÂnÖ×Pµtÿsˆâ£QþxËÿ IÄ©"Ë?‡#>Zx{ïÔXµÅÕo7/E¼…þ3½ÕÛKë{!6¡èsÕÚ¿Ž0îÓ¾­4Ïú×YÃ$[½Ô*H¸?ÍZEœ6 ‰±`_d²ç•}qqÃ`DÝž€ˆ€˜€›>Ážü˜¥)qºF`ß»ö\ç×X?6p|àd8ÃÀ¯ø/-ÃïÕAÑÏ0}áÌþ6ÓE“*Už,¬Ç`jVAŽ|Ò̺ç8œþ=j1vÎŒhÙúa Ë´]šoVkÇÂö0ƒ%ìAý¤‹ŒVszØ ¤87v„ñhÃ¥'ÔîC¯Þ(æÚK>Ï_òbG|)¤eOÀâ{ÓzØŒÖRö°ÜÇ¢ÿëžq„T˪Õ2˜þ¡]þ=g×Ê|g/ ^ÔTŽÿaô¤gŸÊäÉdMºØ]T‰7}ôdæ² ;Ã,¡ ã³|{}$Iï|[äAÀèQ99Iò¾â"dñVv2HtÍkL›òs4þRÞÚYwÆ_ø‹SÔ÷‹wd'3‘Ìl¢ód›×Vâ`Œ„í[Èo>—yXO„Ë o›ÌFöŒ³®4 +Ë'þ½£e\™qu\ct’(b?@&…èóS¬ý$ȘPÜÐX|ßd!ŒÒÁb\ ÃÕáqY~ÐK{Ä(ÿ\jS·Z«Î¿o½h¡Zæõ­uÑöy÷ÝR9l×4”)a7]›{ ®÷t´~ýœ•:x/Ò@qÁ[Dk)Ý2#,è@ãí…‘Fç·å½'š_ð÷+X´F4hL¼á\Í ÐzÝ4¾rÏ¥–ý+¤Ü㲕ûMce’K´ÏŸövjòjÑÐHµ]rkûÐ5!O[íkÂùY;ÅÿËÏ«W"òÑ{™ì²3ù’^ÜíçF^ÞìW9cöIR;äìgÁǵÊSfß³¿¢˜xp÷,Hhcóï¤äõÝÍG ¿á×1 p@“€#Æ 'mcô~ ÔÌB‘¶wÎ{8;“R]uÍñÅs²§cK£2–ªÎ†Øêw›Ýïi'ñè¼ø(x.fú~E×h@ÚM·7Òêä W[!¶œt#˯ŸçkÎÿÆ®Ö$ã(é úÛB»»>yIsZ{e´RêöÝÌáHã¦ÿÝ=û²Í‚orÄ­‹äú\W—1É’¥= 5“¤¶.Ÿ÷!-È~?öÌ•âÓ,´©i·_pFµÜlÐɤOA‹ït‘yùåèÉËTÛªñyS½ûÁywònÛµu6¡§H+Ýu5JUho5@²›ç¶—|ýsÑÀitŸîÊzšL)Zn„jõ•Mî­Cœ¬_kfS^á§šþÏ}Ûtðù»<7øä§íR wÞ•ùýi p2 qâ¤ýï¾vD« ©ÏÒr$¯WÉW£¤¶¶²Lc~B}1ÒÿB—µLÐ5I÷'úx`Ùò[bg Š¹ï’ÿñ†Ë¨©ä>õ<ž¯'W7ÿ¡%>É«E+ð %/ÿS¦¶ý“Yº$ä·e{ Ï"d˜`섚6DÅ\dóÐ)·žuQv80A6µ *¸[Þ—åG±§„µ†„¢ËÇÝ)Qa`[GC ~…(y²ˆ¨0 ãTMÓT­·T— Hç×mzâðgÒ˜gTͶ%¿¹ØƒäFÅk8S!­®–¬Êu3aLÖŽ7lvÚù{íÎæˆ»âþù&³ý` #ÑÞÖ{ ¶ÉG´¼ûçëÄåºø¨§õkûPÏÉ*Ë£ã;ž5`V,ÿ]bìI\›æY³/»òß$rqpýïšÙCe‚Ž8&˜Ýùüf”Œv^ Ü4|Ϫ!ùÚ!W úO3ñÿeܼeq‘1µÂõ‡4Û>£¥Þm&ýWó2½½”ñ<ñ’eÞƒ=“Ù”' ~º„Þ¾óŒ, I}žÕ\ô&¾?2[µ§äÁ.Ë<Äl¿F˜;®»BÑIâ}‚Ì£•²Æí éhW{×…ÝI´û.a¦î¿ÇÙÇ)©òŠÊÈîÇ£¿‡RÖ9“bAg$¹Îªr¸<šƒ–€wX\A\Þµw÷xd;é~£tgðžï}'°DŸàÙÆX!n‡QF÷MºÛ®„Eåò¬P$Õýˆw ÊÍ[›Ùûê¤ü£¿FÃ.£»³ÑhŸƒÂyø¹f^³ƒ®ÚþÞÐK¡2òä02VÊlàŒRcþÃ3L jž†äpHf³ßmCÎÔ¤­Ö,ªl’8û‰lë Þá(;|a´ý"èÙAFyCÔ:Ž}Œú¯qò—2ìhäeúZñ».¨_IÙÙRËQxŒf½Ȭw•ÉÚCŒt­y.ÙZ¨QÄ,- «ÿãO@oI™'PçcmÉ è(ë¹Äá„ÕØåø-Cd™,?z柾ƒyÖÙ¯`® ™&¿hò7ò9,sÊa‘Åë³™ö›˜w´ù¯RÿÁ8AóøOc,"ô<–û#dåõ0jR¢Ç³|­Êw´(™¾&•hŒ]Œígâî%7GÔ=³í¡‘ƒ- ¨zþÂi1&—ìèò‰¼¨WË|Ó9¥_ ?æ–³G½"S· Z+Ðyam…û—Ï1ǃQ€Ðƒÿ˜‚|ºÎÛ"?p ×¶d5î.C„Ëá2Vèh¬6Á²‹É¢dë8†ñ"b Í.[žST¿r]†æLKàí6˜¡c5Š…¶è©ï»Vënâ¾; S( |\º¡Xj¯.%óDóA·ë¥³.AÿQ&x}Š2€ªŸ dØÒZ©•½s×[Š•û0ÂrñhŽešŽÛVÉ5Eçü¥;ÿhŠbOlDí«,ËãG«ýq{µQ ªeÑ=²pö²LŸA -b¿̿ڭ‰Ó1w?¬fǰ5쓞újó¬ ëº]:qÍÊŸë —ìê䲓ØMlOßn^©Û¨Jê2rþY­[öjßZ}ZnÃÓÿêU{Uëñ¸mMòÍC2¾n¢Œ‹‚Πg½f.Ø@%¤ñ>à{DÛNú À×}õî„ËK,ú¡·ªe&¹_¶n…™2,ô`…Êõpf–Ù!·aö^9qGù‚à3kH2í§æ\Aœi ­ùj ]°Ú{špßApv¡ïAàcB‚.Êi jº‰n»Ëüx/iÜîKðçyÞ[)a¦ÅAö~ìâ¹Il¨‚g°EZ:*ÓUÐCGEâµþî‡õÁØ ‡çR;<Дŵ(ø¼ Ñ“ﵤˈ–³&XåòK[Œ£“ó\«øU´ÿ”Žç¸åçåqÅ¿ Iu5¢ „żqcÞ£ˆóJÈë„gòygche‹ÄçK™ünåêìÁ|Íè*à¼ÈäL#?g‚1òuCla—³úåÃ÷LtãuºêÔ…Ç2Àºú|ƒ´õÁVŽB\ðíü¤cM¬¶óÁ±|»‰•_* 1^Înf»´tßîc(ˆjåóÈ{,µ6ᘄƓ Ý77îFO†ÌûÊ@Ò®èù[Hœd)=µ—T¯$IR£ kì|Áþ§‘lM|HŒÖÄB=Êx°¼C<¾{…'Е’"Ý6M ¬ùsÒ »¬Ô{­xBŸŽÒÚf(;™%CRS×=\q/Λ3[~ïtŠç>™ò EAÚT¹½Ÿ²¶Í7Œ]”ü“½ìQ±^ O‰ƒW`MÇ0ŸrAn¤ÃœÿŠªl¬ðÿÌvzjqvnpöåß`-óµ«Âæ0{I§3õÎF#ÛYŒ +3LÏ$=Éņ`«Ó çŸYàá È«¶[oˆ‚Yÿ¾E†ÚËüÓŠ|Ýÿ›däGJþÏÏ%šŒà ²)”Çs’åð– «>íø1;#Oßf¡Lî¾1y†æ¢ˆw–< ªðê¶ûþ¹¬ð\ÿ÷sE ïØ+ì\7·˜9ýc"‰&n¯e9ìséªÚq£,6UöÌ4‘jUÇüpðúØ—'¨çd«’®ÈçkÑX°³†vƒ$Z.¨wZÅË"@âYÔÑÊwäíàowÀ§-ÊäWû%çz'ø†Å§ K™Ìí‘'v½ò3»"=žtûß,¶º~€u{Ñ„ž²4Ö¢Oÿ(ËвŒ²µíùZ)X”«%öÄó/±ˆ®›pµ'¦Ø×H6/A{ÿäšKݵz¥ŠÕ:êAöd­FU[ÕéX{Ý• ÞAez¬<ºô¨QæàÛ°[ÞÈÏ”Þ5¸¾ý!SU:exp++‘èÕúÆgÄé;.êçèz%˜¡1pÿ¡ûAœkìCQ†ArZ'YðD-ö<ñò ò=)È??•V·ïYDëq‰úa’<çÛ§XÉ’ËYÜ7¥0¶·ÃhÕ6EÔé@}†oRãL’qÿf”K.÷{Þ#³Š¶2ÄNôûè6RÓBÂÊYŸ²·<[»¸§P\u½´»cû ÄZð—ÐS æìGmUϱ똬DÜûW¦å½$Ŀ”?ÊÏ÷Óoc~P+콋NOaæ$#û„T¸WO©þ>…üØb›®’N&j·XYóª$ñx»S.ý!‹HŽ —(,G=樇¦Ô«œÿ;uÀ7ÿÀÒ !¡"Â]uÔ¾¸¤IwÉÛ~CÙÆΊ˜ä¡DZôs»×R)¹ÙtbºBQÍþ¡Õ\lãS¶ŒU&øm„pPÔ(¾žÇò<‡ùoÚöܯïÇúÃŒ¤+TX¯¬è¦„¿f“g$=¨›úï^QG4âòÈg£—!­Bt”‰LnÛ¸›Dƒ­fè©n_%W/»cj nµÉßÝ* Õ÷þ<ªý°rÿª›$Çc(–OZ¾#,Þ7ë±µP›œ÷‘üh²ŒË:‰ÑyÊÞÛê=µÏøÊG+k•eMëqr.ËꟹN›ÿèù„ s“Aî—ÿ‡;ê …h†Ô;yÄüÅÿëOU[,šëÓKE$¾K¹\Å4½1‘Å93î£oùXdv¯ñˆvž¬.:)Iºú$ êô`”úEƒýµ“=Á7´s ±â9OBð(õMô º6Ig±R9)«8z˜ô?øN7ñe@›í€—!p~¼lÜ–2‰ÖŠÇ`~'˜P¿ß­Hk šï=ø—1 e`$GÝ$¿ßÛÛlÅ^¡£¿+é¿–ö¦a¨$ѵɧµöZƒäIþòß$i£3л #° Ô#F7è£/ª»œ¼(¹³Ií厼J*š;Ód%ì0ž…VwÓëwíïuͱŒž:¶è:É`™É³aç\ºüǧ þÉ3¿=ƒüWoÄäSsY™ðÌ'7ð$.’N‚|Œ·ì輕 ,ÙÕN‹ÙörûfmûcØÈF™ï§²_KvDgC5; ¿ï‚u ܈«ÿ/Ík¥¤±›!¹ „”ƒO»£&ºjIñ¿TÎnõ²oc9nب^¤¯ðû;lŒj™Fà?³*4šžê;v‰9ß> Ö2ÔÈK$«ßk‹[Œ?,¬àJÚéjb“Õ¦ûÈÐ <õ7Z?.%Q}Ýâ“hãÌbó u`Îî8@m• üÂV‰è¢íúšT 3ͼóH‡¸cÏ-®CmÁ¾&¾‚uMn³´ø3¿˜fæç 6¶Fñ¸ÇLÜîg®OOy€µŠöý-¬´Añc-äBÙ Šÿág©¦2Hõ‘†¶;LhºhSÁBœˆû¬5ZÝœ'ñ_ÙU Ô„H7ê÷¹ð>õ> ²ë'É8Ó9EÂA§Tk=ao·ëvÉ 5B¶Î9 ­?ÈåþËX‰–)ùØí妤¦¶´¾™þ’ѸÝRïJÜ3±°‹V)臹ñÉÕãt¼t–IaDÎwÄ›¬A‚Ùû'ümÍŒ}T|2Âmš‘~+FµÚ£®W4²Ø“¨3è?ãw õû©mÛQ’çl3®øæ.[Všs¶™uœ—Ö¶þ1BŸ³³ÂqQä§B,JyøÀ’èú$ÁWš¶(‡°3É?þ6ôŠw;`+x§¹eõn»œç¥þ‹dJ†Y¸÷âÒ&e ¯‘æJK8þ,‹o¤86.<¾yv³X1;šÙö8ŒrÃö*=­Äp ùÀÜÛ/‰m¿…‘g=ŠWºh«Ê«NÒ§ûn×6ò÷]¤£y~%‘¶µÎ=wÍuÐB\[L3Ä#»è‚P'›<T3a‹ÍÔ"Y6æ5§>YAÀ"\B„¤=[«kUE0¶}^àþuœN‚„kITÖ²Zíi}ŸY±ó‹ ‡D +õ‡sñ KeYw˜æO°3Jæ÷[‚4#-`ô½û:ÄQ„°e(:#¾”ÍuÜ*}+pæ2Ȥ6¨‘^K’rH¾¯mC#{#!©šá8 ü¸…La°ÅÈVËÈΓœ–Z‰Eͱ¦Ô³¬5b§üH5ÍÉKæî8$äzçeë¯%¨¬p±0×Õ…ó@û |¼›â„r†ËˆƒVV, 01öùCNîßåÖzÅVI¬®ö}mpÚäÈ:Šêÿ«5û$¿?KŠ9=¤ úSNýåþë§~ªú¢¼Øÿ¾áF¼÷ ­aŽª€óX¤ëj8íÆëÿõáêl× ‘2 nÂ8ï 8h%[çÞé,{çëgÎî„ȇ~Ãϵ—|ùdÏ8ô9LZ¹¿b¢õŠúo††Àåyœ¡ÖüãfQŸíºäO¢íÍ<ÁC Á·®Öûð0{x®qjµO¨û'™×x#Û+õ ÌØÎ{%žw ¶½­ž™`¹—¬¿“ÉúñßÞPQ ´3AþÏ­ZÛê,…b3þ\Öæ8Š/§­FÎ`g‰IÝ]Ó‹½Íd‹½¯[È‹[är÷k9hpœ:S–¥,tõ yðeŸÍ´ò]Oú~‚ä×;dqø‹¤‹ûy<Ÿt)%E·ý’6³¾p̳­ {¿_-+z½µ‰W]$µ*)Ɇ2ó²e¬J£· Â÷b Œ3œB\ýyÓä¬ÞÙ½¹d·¦ˆ²0ÞGÍl™F^˲Œ@c%‰ÎÓ˜—'FR DÖºI¡³cMÀçÙÿpOÜòÏfäY7{ÌcwBÙœŠÑtÂJ|džùŽ7•06ßJ:Ýé{Gw=ûüäúF[ß,_G–¸ÎÏB>¯+ø_“*¢;•sÿìÐ\U!§¹DiQ¿Þèù\Þ=ðµ¹´d›&ÍZÓdÇ fËÝ.3‰Pwõ­ð±=0ziàᵕ8–¥.—Çû6¹ÖWÛÌVçVúýïØ¨•˜ß–Ÿ\üÏ{›çÓˆÿäö‚èZ)÷gG»r¬ ¨j!ˇºH–ô—mG™Ÿ´u(‹r ³@'zY”¨6ö¨Þ°3 pð)¼J1Ò̰þä…üë&£Úà#BÖnßSºí† g_³o!¨€üÃõE·âª/ÉÕ$/á| šŠÖhb3Ä£9rAú³‹%7Pûú#DÖ5£w-Ê/"€–¦à­â°Mý%á÷.–Õ|E+iHpY9z™ŒÇ Õþ£° ¹È'§gh×çˆL…"Z[ýÈ0Çy²Cuz£Q{e:J’Y§äOÏp.° ͺúW&­:†Z–0‘ é%’o‰îÞÒ3 {sj6$ëu2ß¶Yºƒ‘±¾.¾òÒªwx%½avØÊJ§—¶^—SIøi)‹³ß²Á³›­t2Âç<™uo2Aygéù´&¸‡û69ìÉ¥æuÿµŸ‡´]¡ö§DÇFÉäúÞÖ=‡DlsøµCþËÌ«£‘œtÑV¼u ƒïÞ$É¥¶4N)xeñ;Rj!šuN ¿¶‰OÁšþžëݔ˒|—ŸP(Ê!ÍTÆÜÂ;þZqN`l¯ÉyJÎÄ÷¾ÖufN5Š’¥d²;ª ³Ü· M%ÌpÌ@Ùô@#Ÿ†¹¾"?XÉ>ó’Žç Ä£«,"­¾ºØ çotÝ@žÐj«Ôâ#H¿Ÿæ¸&KùðRWºø>e²æ´É7JÆ…«ïBÓI‰ïg2=oŽ!ûkœ°óÁF¤v˱/* íËYÌ-~eÑfO¥ Gg&bj;×ûý=Ñ(ûfá)¶'&Ò/Ü/Eôé,JôŽ,ôÅ}0Ý€ëLjÂçFˆÐȲ×Q’$)¾Èf8-y£ŠÍ¾Ñˆõ-¬éÛëJÀÙN~¹XñQ¤è<Þ®Ìå‹0ñ8"ÇIÜöµ_3É{2-ÜM^dñ¾Äü?~žp{\®uxù<Ÿœ!YùߨŸÕEœE›Ôg©Fv’öójõîÜzéS¢$ùêÛAŸ}OBý_ÛuŽçŠ“3ržŒB•ôxZšqåM¨)*ük½xOC¹é[#Ú[ÝÀy šÇÍ §¾Pÿ—@µýe³Üò¬ŸïØ­Ðï”ûÊ´‡­õ‘Õð› ´œÎcå¨TönÒÉ`…bXrI{Lªõ‹Vr«*ž›=iÉgl²@Õ ÉÿŒ·¸‚ðY™¿û9” D¾<ÅDs—,ÚÇMÏn!ós¹EÖ'—LÚÓ±‘4r)™ß½}:YÌØo÷˜eÄãi³ï÷èPRÃþ"Òu;×r’t®Ü!ŸÏxW3²ð\z5Âtv´Í2áu…‘\žÿÑžzåuëóñöýø;êŽy¬_¬Í.f¾©2:ã†=Æ%™½×Ì£îzmg°¾*㮈L¯sìn¢ü©!Øž¤×5²ñ;å!³vèùÇ9ï&9Rày'¯”rŸ«€€@_o3?ä¾ÚÍ÷ÑèÚ,#OvRšû£ëLì9¸ù¿þ“ˆï–¸Fm‹}ÇR#œ¸øÑøÓϧpÛ!XrÓ5Õdq²!¶w«õê£üd(íªT_ßýwH=!­UN´`Å•€GÁÒJ4HÑKw[Á IGd¾°E>÷(üýBì†|F²~¸ÝPÌiÿÛK¹óWä`Ÿ”ÅüN‡ÐpIâöÙ€ŽÔ?X¥¿ñ?=ùÿ¿ý6£s³‘[n%(é¾,ßï<¬5~“JÒþp8ÙÑç|¼M¹Qêé9ûûüÒƒPÿOÄ·Zü®x=ÏA%}ë õ¤ª›Ù: zÿ¯ƒ,²}‹(šð=ï­S1pØæÖJðª!¥ëIÛ¡ÛÀbœ4‹Á¾ [É'©2Õå¬ópp× Ô!\ª†â'hM~GOd‰PtBŸÈomï—@è]Þ¥ÓÕøW­‘ˉË1úPÀÝÿ@îÂi<ý{ë/Ü8±ºiy[ šdaÈ‚îFÐ~c¿5@¿SüýPÎaë¿æ ±™/54åÀáN¢vâxÿÿWà{Yy)Äþ:» eœ?ßgAfâÅ0]ðLôD“÷ò »ùQâshý«µ,¥ìPb‚Çá¸ÜzÈ ´Ëûbj;€,š`\?¿Kø×ÁQ¶®žAÕÿ €ïRØšf=P&ÈfGÊš”@Zã+g*ë¯]¼ÍHà€¹} hG ÐÝEà;"b¼@T–%Ò'úNW¦u ú¼‘þÌ<ýÉ_ûÒ'¡s60d0týæÈIuàmÀÉ5ˆåmùÅ9~2p¯¯~³+¿ï#HÈïÁ#ƒ©îûmTtÎsư*`Ësè_äQ²‡ õD€œžþƯ·Á~Ø¡B}À#ƒÀsM ¢àkוáàôÊäAœŒÓoŒÍ](o䂺žO¤ðh ’ Uƒí,ñ*ÐÎõ¯ÓŸ`Î̬A¤+Ä‚òî®êŽ(â5ˆùÿ~*J ‘ ÎBh³kªJîã, ðáN U¾ìn@BìPèä휆X(ºíŠAߣ õ¶Ú!¨ÈÒÔ‘ hªïˆŽ¯#wB<:*Z’”уŸŒHÿë­¸oÑS  •=” É Æ A4;R-¥ƒ¬q]kåe©5¤'ëc-2DÓ]èþad‹S -ìv¦D7 °.xŽ´ãh‹ïQ:âi‹Gæ-ñÏCø0Çx°ÔxA–Øûñ¯o¸¿NSí <¡Âw9ðV×vuHe’Çp'`+€ýÙ»ÿÓNéˆd5~¹©AÈm ¢{ ù%Œ6¨=%`î1 ò$%@ª¨ñߘA|8Bô! Ò¼ÇîTN¤ât¯¶—„qmæêLþ¿A+#Vèõ'÷ãüsªÔÕ3¿qÿ'–ÞîûÛœCâ·;ýZ@=î›—äv^Dû„žñI€µ”žêsmpvÇÿÐ.Œ®ˆ¤iI•qtøtÙ9€}×Ð>ŒEbÄ0Ô¡PÍ= Ží€ŸÆ‚¬"ºû*”G2w¹´×Â|·C)_—?ƒ²&°9ãšóEä¿_w¬ ºbü_ èKE^W¨«©+éb×ú ƒï몿ÎNüm†Šóë-À`Thè'‰;H«— Ò¼’ßLþuç[R û­'‚dH¢ñŸ`gûô~ëQ ?βé ¬#«üppµPWY@kùü0ø^ýÍîè–ƒï}· ¶Br˜OHBƨKå;Œ<'ñ@uûdW\ðP‡HhÀ]nèÓ¦“i‹<ª‹(¿Çl(àSöÆüÕ#€û—THÖ~û¯g„Á8"@ Ôý ½þ{&õ×;Š$ ª˜Ç­ii`¬o0³½H@"(ùxÍåœ0ÄdõvÝ× -üŽ n6”7…ú‡@ýbþÛ`ý9»å ÷àUh„7 ,Éã’9ß/é-©ýýÕÐ7aâ””zaXy(pí1À+1Ðîø÷øßäÑÞ…Jbð3#Àû9áòºäOœÁzôìçƒç„HPèXY^ô(T=2’&X×P®÷ظCÿ‚|@ߺêao6௚àÞ0¬Ã?ÿ«¾ß=ŠØï)æ”ã:NµÒClp(ž^;ÑËúþGçúB, ŠÎe€–û0ÇO„¢²î+ 9B݇yäüLÈú¿·>œÎ¯³ß`æ(# jâs¼@ÿš†Ó}&É&ñL»N÷ö?Óä}ô*ë8¾=J{ºAH ²>áo;í«GrMgðþÿ| 8¸O0û‘|s ãÚœàSKP…¬ö×Ó)@ô޳ù%â^سa 12â§` €×/¿µÃP»÷€ÌIFŽö†åÜ?pm‚ µ0·¶à¢ç¡@“€˜€ T"€’HÙ{ú‰ˆ®½c¡Cæ>PÉ^Ú¹kÆ$A4𽇷ƒç@õPT,>&J>ú£y=¤cÖuXA+»„îP>csì.‡—'øªÒ‰èPTÙ…ý'´-…²Ÿ‹0=7ÿ”ˆá…hFPÉæèû~3{ò[lDù) î; ÊHö PšÔõªÝÆžÿ ó WÀX-²$ÃvÀ‘LÏÙ¡Ê_OíW F,l‡jv¤•”4#‹ù|(‹x '‡Ät jýa‡ è¾{ü`TU‚hÏôIÔÏmCÆåG( ýlBa(À `U'FZ[øP@ε€ GÏø’DA¼Ìê˜:ÚÖýP®vB½}ý} ßt„}Ê“—ÊIrÁ²qçD€Ì–Ž©)cƒÿúWñÔï=4þ3ˆf…èí¯%àðÖ2Žr_“¿°ôZÂâò-ø0yò9„v» ÊIIHá?Ÿ¥}ð¯òØœ û·5bÖo~¿s°ú$Ä þ|x•QÊÁïƒ| ÂFÓ3ÀÍ.þxJ0!9Id€ì`Z¤œKj%:c®íXäÕÎÚ¸ …ý j ,Ã" Ö¤ž÷ä„LþU¤Öôk˜*®àA¾úüm¾<°a[p¿Ä¼rCî<Ðÿ<(ò·BU€Ùòg`>WÆv¤V‰*^£vïËÎ]ˆo–@ž7œƒãSypìäÔè¹c߀ԯ[0+‚'YÌMB^8}#AE·#QÇ¿ãhº¬"‘YàS xB?È3õàùþjãó'Þq÷HlWzPÜÁËÛàØ¹­Î¨ _óýÕ¨4N Cr °Qµ³œ'`Ðê©qãñ UÂyÀáO]'ÄCz²€d=µýF_‘!þÒ Ñ) yeH”Âúí˜!0g\¡âœ0¨¼Ø÷O’U¹>yߨªÏ@õyà  ’|þ»wÀûñHþÅ:‘ÏoÏ–J¹ ~™0á?ˆBûq­bÇJåZ¿xpù€ÿ„š»x{Lœæ†øx Ð+û‘¬âÉkõ1¿ÞKeÁOàëN”Õ à?t™Nì÷ ÕÖ:åŽPô4ž'@mÉl´¤ÎâˆèXOzö3U5G$ýJŽä'ØôõcfQbÁ£ÏÒ¦–~ÒÁz4_ƒGHe8þ†cg·Ä¨A9%ÅP@Q7‘”,€yO›Ÿ?p=ÐÅ÷µSü±+œ`9£#9(ì â¿4ˆþK„Ÿ“^%ú‘0‚ã?ê¡§(HhÚ<ºÊ¡¤gà?ŒöBˆM OßÀöWRn%ŸÉ$.ƒ¨³ÅÿÅHðî<åûpÿáo LxÒ?»«  ÛõW4‡ƒÄáyÍnƒZeƒ$’÷÷â x– 4»K ‰Èª0l6$ý ›ùäï!zÈÕ‚NÜg=ò¿ŸVå:T¯lü`’¹3Š]$J§ÊlA–œIÔ·þ9s}ç–“~×ú_fß¾`‹5*S­CÁ .óž®Ïr¸d5’—ÇøŠw—æ)ß,›Ö›Z¶í1ùkt¹ªÅCÀ¾Ë BÕß®!©ûŒBòíxË~©€ú˜<™~§™gýWšŸ€ú, æ: ‚p/Nu¢É3z"Ÿ¢ŠU9Ô§5þ¿·Ûv˜±«êÐUeÀ¼htâÀ¾©^H,ñƒá¥{0ª÷$«P”>âœîÿãß{ˆF¢ÿÅn?¶Såd=>„D,Öcs ­?Úí[ˆFüߥ€ Òæ¬'Ü;ò#Ê {ÊÿPÇy`|úÈ·òþv°²€ã?¦ÀE˜§é[€£"`ŸÂ¤g Áu|²ö;.“€þöFþp/OÁÕRÿ#ÀÐ Ðê5Ärº@2‡òí ’~+¡êw„x¨Ñ{Àü œÂ£S¬ª_P8üûüoôÏÞåtÌ!­âq-§ +MGä‡ÐÇéßÛ×'…ß·!‚²)¨ë‚Çøe2I‘àiÆ–ƒ²‘ÔÚIœ¢¯†UØÄ¥`œ<{L¾ t¢£@Ï¿=Ú`>Ç{Ì9Žø·À©Eãk@g•· &ž"昰ÈÀC:g#¬…©6PÏe ô×iâþŸò/qRç?z~cþ„}"¿‰Ñ+§@Þ(‰Nì !`þo²X†CôlŸ"UŸ‚F6¸ÿ“?jü4@ÙT/`£¦ÇÈ8dåÁ´±"F@I’î0„q­ù¿q¡}Êøúù²-/øëGðãP<%‚ȯä£`®Y!újþÏ:jKÇBM&hT26Á 3bçÀùÔÁŸ 匃´þ ÔEÞÌà. ýL‘?BG朼ªÇä Ipp Póÿ[|¿Í¹Áõ¿’Âø/ ª™~«e“´£×aÞ8Jƒ°y${*ɰ’ßN¨6Ѐ2hÆŠÈÐD×±3[ “ ñT f)¡Ê•PÌÇF 2~ÀkÄÅÛ*;‚iÓéEh# ¾2¡üw»³GjtzPDéÍÿö¨¨_aÄÁWåW èêß±ÄþˆäU€hÜ&§Œ?otªxJõO®ù‡9zÀï}óÇçüþÞ~°„ªg€Jòè¼ œ#€ÉMªòééM…ÈïŒþK ,ì x¬s ¿®ß s`ÜÝ€TP,s'D£[¿7Å °“ùc3ŸL0ò8‚û tæ‡òўŽÃ‰CtÜë¾"?Ö0¤ ý•M øÏúwTë?‰†®ßÎe>h¸úGõ­k^ƉO)µ€ge˜»c¬=—üŸl)¼³¡£¯äÐ:7×o£ù$HfŠþ€ŒÊýÀw#œ'¬4èý‹þé“îf:$ ¡CëçQAˆtbÛÕ§¨M Úàž0ãáöÞï‰{ˆËš?¼ÿ üW8Ìc­€êØyo2Ð/,p*+GzI„)#°Þ‘þ=×&‡rŠ øH˜c €½Æ0Dß)š7OÐ /}Cϼ‡¬& &úÜ<‘7K ¡SsO þ§‰ƒ²Á4€íǪú7:Æ¡$¤Šx"Pëÿ‡fŒÏŠ[…pS@µúÂ-?ðI;í4ô¯ƒÏ·:8C2Á_Ÿ:¯E({¢óÔõ”£À ‡€Ô†Ê-]aÒå ”yd‚lÌ¢Ï!HFôô„U£BÀòœü§ú€ÿÎýoxîCb)ô'Z—èÁµå?ðâJdš÷hoÅÌ {ô)9þW.åšSþœ×$„’ð¥øä¶™‹7%ùØÊ€Ó"ˆN¾Cí~œƒxõ™CxzòFÝ›‡°BèXí6’¨òýcc+`wÇî*÷?1ê/ ÁÁ#°ƒ-Tö&JâdâÈü¿÷¿zJ*òÉ´¨æ¦(}Ÿ;ÆÒòQhaȇ%4ùàØu‹ßZî@¯[0®‹A0 ÚÙš :!ûM‚Fq’¨ñ?@iЦ\¯õ3#R-"ªœ é\µ 9ü+³°¬ÿC|=üg÷fŽÂÍ~ºû¥Nz6¼¼H¡×ý@ŒF΃ÒÕ‰y> ½}@þÿÙYô[?t‚V½ðÖy¬6 ÚKýíŒëG(;@?¢ ·S柉(N‡Z¦ƒ©«ÅHõjÄ¥CTmÉÁÁ1‚rY(j(A=hg30$ƒPøÁwüH A/QÚù¼ËùТÌåc×Ïõe€jŒGÓ$f`Yžbþ7aÛªkó} s‰Ç¿¥©sD?%ò+êj :>¼èýý·žR S×·›z Ô®À¿Ù'`©Ý‘ª, âÁAs@Ñ€}÷C[åïOßF޵ÇæÈN÷ò`_G?à\ÿ]þ­Õ‹N¬P÷Æ>·3»ç)öí¤ÕÎÆÄŽÝ˜ØÈèØŒ+ ùÀµY|GÞ3]XÁ;°Ô}ôT(ç`"èÐ(Ò§Ðö)£5))Ê©êÉ*„™cär¢Ž[ý»tAw%›œX“PA8Ä…²VªS¬[ ãïžXm÷¨9qç(Õ!üÑyåÈèÎ8sú£b@žÚ÷¯þöþãÎ5tžä5¸W„p€S ’Ø‘GDüdâ0¥wBdZúMî¡ò/÷,vþQ¶â …é—Æcû£C}š!ö…ÑJñ·Z 8–¿ŒSí6,ÚLõ…° †üÍŽäJãσàƒÕlR©‡±[‰íÍ;cò5|Õгpú1’Î(jv kê ãäOÀÝã[»ˆ…ãŸÉHüI©ã÷ Ï6âÎ]ãÕˆå~û,Âä~aþÑwJï„ó®Z’Ûˆ忝÷­Ûõ[ô Â}Ê q¼ôùƒ?v‹»Ç y,¢˜’°W ‘(éOo½pÓ¨ ÿnàôчNÍ’‡Ž››™é½«µe`ßæâÈŸ‚¤ÃÑ7ìQº/9£J´=JŸ³ý‘VXz¿î‘ÌߥzUç(Q2ÚüøøxŽb‚—Ÿ2½yÏû™ 7ëÊÅþŒ. íÄ3Hþ67ú}пé¦HÔ·QTËê‰ rE~|úŒáÒ×ÀË^/"‘Ñ&øÏᎡ`•Xr°<¢éP‹DÍœÀEF*k›¥{®™Óî^b·¤cqÁ')úíDÉãÐ^By9ÃàÏ—ùÑf<,»‚f,,ÿPþasÍ'¦NtxÏÎÂn!½dw:œàj3Õhe´²˜ÖµÖ€lÎ…³Ø?=Ï!§Ÿ­Ú.»Ê¦4L—G`£ÓëJVK2“U¨J$AbX{oØ¢²L¥›hˆÁéaë=¤‹ú¶KÁƒ´Êé|þ\ÜÐL÷¹Ut¨K¼QÆ£Ž.’]ø Åçì«7#+¾ï·%Ó2‰Œu=C33üZàRAˆ¤xÎÀm޶ÌP]öòÂçÊ®§z˜ËFþJó’«“”'ÎŽ+¢Ñg)~!mØèª†¥§Ž&T4¦ø­íõsdwM”‘R­Ñ¶»}5$=Ú fèEþÆÕQLÌß(*á“_ÕÍëÑÅdgEÐ~,yG#.Ä(È•!g‚¾áS"âêqéÊ“’ùQù Îwç……}Ó¥m$k~˜ü¤Ô,{–*ze²9–¸â Ÿ.|s¿ó­ûSÒ%V-ª/.Ú Þ§*½8Ñ)ö‚HÇpM¦üuÑmÝ/B–G¥ÎŽÕoö µ¼(b$6uì¿æX<‰=ñ(–Õòƒ¹¯†Hå¥Âj$³;¬ 4Ø÷œ%à‰ªšÌ’v˜ÔyŸqÞ¥|Ûÿ¼–¥¤G‡Èë“;¢±°_å4Qô.£G¥Hê?m¼s—ü”ªß3F²ùœNẨ»\KÀ%{A:d纼¾æMÖ?G#5ºŸ½ãR”¨¤#8_IiÂpÓq€Ð$ûLô”±ëÍ-4²+›®^¨0i»ƒÞIe¦¾ó½ã 6KˆÎŸ—Ê9—âà»="«ŒÙwê+óTJM^& …ôªãù•þÜ,häxyf¨Æã.­Ú 2½ïgo+0^Z˜rjÜFí‘EQÇíô{¼ý<3up&ް æs¬9¯*çúCõKß‘¼7UÔ¥Z-îŠJŒË!V_—ýœ•€[⋖ש¹uñÉ{Sô™R"RI-$Bñ$.­‰³"j*-Üó<µ8O¾R‡²j8?»mm²XYí*N8V¿æíðj-ù¤ë•’7R1†õ[Hc77o$ê},4²ØvtÃ;s»Wa‰v&ÑEÀ¨¾4£ÿQ[ NJÀ}M³ÜŸà}¦õYWJëg*¦ Ïž°™3¡†:°»HÓ÷µ*ð4ðnñÍWÆpR•çâ›ÐqúÜ;*xÏ&Œ1çÖ˜Ý%q©v´)2Ép[ Þ[„Ö)äM$ÞZD6câ`dZHãïçÙ)8”ÖdŸ1wÏoT» ucÃ]½œMò™šDÁÕÂAgýÏÊ£n^£¸]íaŽ÷«TT¹¶®b6Q£ðÊp­µRû®Å¦3½(ÏÉá§¾,ˆ[Ía4¬õb¦ YWè~ª÷¾­Qõóà{6Ã$؈ž_ä§LF%Õ^CÐû2K߬V—Ϫè#R”}5æ#ò® Ä•X³TlJׇð èæõS¢índá¾Ló¼ŽH(jVq¦X®väÓÈ~Þ™M÷ 燅oðû⳪5¹¸ÉúØìÒª:ÖŠ^ä¿ÆÄ{õ»!+±LÀÕ˜x‹æïö}l}«Õ*ßωTtÑIS6òˆø—§Fk+Ê(•|y£ddî6Iè”3MIšŸ?~M.1úÛY6¦ÉÉ,Ÿü&¢&´mqoÕÄ•4úÜceΓ›H`‘à6¤€8¹‘‹uÅËD$ˆ¡ àûÙƒ*!‘ÔW&¡Ï¾\}„¾k$4TÐ6Ю]içaÃlþG.¿gµöÆÇ˜þ—X"|~Dc¡j„û‹ç#b“¬¸D:®Ä‹Ðô’‹ôWÇÜT¿˜\®¡4-¾ÂÁÎþÅ+ )ö§‡.&¡Ö¥¿~Ü4Iuü%ȲUΓ¹÷ØÄŠ~‰lxý—}Áú[Àn‘aºO€ô—¯v¨Â…Þ@¾‡=R‹Q7rÁÒyDë£ÄÀ¹ÿ@:«†®„§j¥‡*ìÌwÛW¼€¼2á(Gÿu¯8JÉ_\*&¨Oõ8Ô²táA•1½H5?òècÏsœ{?ž«w M&vÆ`~§pÓUæ±…ÌÀÇ{ £,nm©7RØÄ^÷ —Iåxû˜ÞýIä•vßÌ0§ûFÌ̉^iûýÐùÊ~9»(îÖ‹,>ï/kþOáJÖ„iÓ,¸^œ5v"ÑZO ì–\Köt¹M æö®¬Ó {”rö:ÕeÁ7˜ÄÈh \2ôWDÛ”CH™ÕàϦÜþè5ì÷Y†áã=© ­ ÒÚ‘:éë’¢¯F(Š¿T¡•ª4Ï,ñ¢i>+šµùø„¾¬¥ÆÂ8+þe²0£îW qíH~õìÒ7"¥ídx7!2P4|ïݲo)6í·› êó”ÕD‚]ºÎlÝÇvÆjí4P2%oZ÷ü29uîJþCôšÛ^ŸVÔø(¼‘eíÃ~H^!CñºÎË€ß3x¹2jP*uw¡Eé’̇çþ;﹑£¿ÔÖzÜ]98(@´@u†¤ÍþóõVW™ÆÛ¦C”eÑÁ*Œ¡…p´R}¾XøA ÚW‹mžhÊñÑœ÷æFÄ¿Ù5aEö®“)dó~s{‰®§,œŸÆ`‹Ë£ÛLµgT ‘®ýãØ¯Øhÿºµ`÷PÏ×ÂKQ'+)눪³÷ |¸n™ñ¾{cžt÷…ÏôT—þÐí0yx0bÑîŠ8oÍýÎë p•rv(— –¼î3 ža±)Éø^§6Aqžµ€-]¼;œ‹A÷LZb-ÁÄ\³. &Eåýîš÷½lÚuø™L<'Fb7‡õi›9Ë(èÈkž{i®æªK5ª| –UÔ6¥¦£›³^Á¾´óYEþ‚"Þx±öǰþJ>QÍâsCº† •eWò¿¯kÇç6Þ¹ÛÛñB%ä W€LH:ús ôO[žâäG${nËùõÉôý™Ü(üÆ—LK§W²í1ðJ½0Ž }T“ǼT徘JŒñõï2S•Hu’þøÑ&ŠPÂû&hÁèák‹Õî?¹xQ]Ìœðž$£ºYçGÉH}‹¼Vï§«©©e2Cš;¿F7ŽçnaœíÒ Šâ·XQÉ«êΗ˜÷¿ÄÕ”áz^˜Ò*뙸;ö¡¹›éejgæÒ‹g»õ”_,R4¬¤—ì²Pç ±õ/É7?ù±èÖètûº+ßÍð÷¢(E«Ó¿¦qT#œ‚7\7ô“àå´ú~‘blNµý;Õ²¤7ÕEÌ's·†šôß+)8kÎbk'7¶~‘j篾¼ø±>H%3;ãÊ•HNÊ~ûE—’kHˆhO‹=®àFfIþh´¾ô®64ñª{'EÛ ã„`Éj.võ{&|°ôYÙµ°œƒVÑÂô3¯cu4øµy†¯ÎC)£V¦\¸¸¸o39OI>íÐÍ4 9ºâ7^!Åz­“ôœdÅ›ûÌmí¸wÆÕãi¦i]ÞOÈ“¼æ<,+9{V©<&'<.VÞ;oÓØmŠÀôF«zûuƒ8A»ñI:®a¹Åû–ýÞ˜j*>ÁçöŒòðšs/ÛÛº5íÞUµM2ŽÐeÇéÜ`À´zíÃ2¥†½TÛWnH5¡'nñ^ZqŽ¿¨è’5¡‡Î$sVN2œ ínï狌sÜÍ»éµ:ä’…RU5{öŸw#UÏn…9`µÛ©šÍý,q³eþaÝ›Ñd~£5@Ðð>†è#„…¡oãøñ—ñèé_oþŒÛè¤*¨è·äE£ón[G·_èid6³I§Ñ7Æ(þÞ/Fž:À;ÛùÊXWàù†:aG\,õû&i„vüMµÜNÅ8Î ê™âYa+G‰i¤”ÒRç²Ê/tÍçÉîì†W­ÙÎ?aZÇX-íH¨Å©R‹- Ô»%5š*òøöü¶ÄWi†'bVq"CòÏ=>Ä=u§öˆeù¦±!&V~,H°ªØ¼ÂM’:Ê׃3‚]i¦FX8Îf®Sù‰÷ÍMîð†üÙŸµ­«‰oé3Ì1îÁ4ÝÔãr'xÑÎó}z2f+Öûr£¤Ç¡U\ód—ƒ »>âÉ»Mê£ubrÝ™ñ½ÍnÕs±%#`¦y7'™Ë¿¸4`›()½8ÝjÁ]oñÛTæë"Ã[;ÖUɵÂ=qÆštúÕm/(Øå|LÓw„ñˆïàËñwÀqK¿«â“;_8Д„7Iz-û!¬s€ãMñä‰Ü”£†9%—£¼Ù‰xY‹*fLÓK¿Ê&¹¡™9_~UóV–v/×d{éð=¶ïÞEëg×úïàJ†–”X3©—_ž¤‘ò‘Ì\³æ7®uý(}à½}©$:Ò{T²ì}]Ѿ³®—»‰Ûä6[wåžœ——ÚEþãòËÁ‰.¯nêã‡U}M¬$°4‹—D£+ŠyG?žHiô°&£öË-sk6üM$'lì+ÂÖ·”îÒ—ÍׇøR/Óæ³ÙP^i·¯ ®èY»Rès}‘$ûnrïô·Kšr…Ó’Ù=ØÔ$ýOŒŠï(,h¡Ù4¢<â­6c²#Þw¦YÇLjºŸÓ [Ÿ}k»ëmŶÄ\MùÒãºå9ü×¾tޱf œŒ©Ê×Úß®?‘³S^Rsóf̠玛îß”ç¸Û<‡Øp!Ì¡OjnoP‰W#µ"ó[UÁ¢°møêŒª†R£Ì yArå›ß÷úLÏùü™N¦ºË›ÉÄûÃr½ÌS×<›Ž‡Ùò)8æ…>qöó¬¸åŒN·“0, {÷<ɨJ2·½.¾Ÿ¤~*—¶0Sšø0,·Aš5!s¾;r¾ú kô>K{?™•{ Ç.!åýù´Ì”îÊ5âQ•ˆ·x[Ý>tÓ*OŒê:´í(ݨé¶ÅÊó59æw9K7SrÐñTåì¨äp–q¾Í}CzEeº£F„›;FÏïþ!å-/+êZÊl\Ö$ÊÜ“Tòö!¦™Þ$ýü±Ï£˜Ã5×*Ñꄟu¶©û—T¶.'Oy¥.ÄÑE sŽŠÕYnís’á5N]¬c™-³,ÿ¸¯ˆ£Da­ÆIT? ®ˆKzžÙ/nàÏÚ5۹㤥C¼¸Õ„Ý7üf@ÄÚ‘)ꦵ°ƒYñ$mûw!ôÊù¼4ö’Üî:¦ŒwºëçG\— –b7É'§È®nñéyîãæ‹Jý!‹”Ùý–*?ܘPú*xëõ'ÿ¬Ýʲþƒb\»gÆ j­” Úòk?üt’íoE[{°oÔ>øÕ¨¾ýÎò¢ïØÞ¦ÀGÆ}WéU‰¯Á_Y@&ô)×»õ„­k7k.=:¹' cZ’} rÞ®I\תš4eÙ^khKsã¼Ùäé—¥ÙÌC»©‘iäNxn>ÍüçJW`éšË¨C!>£¯W"§¿üÐ ‘x”˜Ä_ÿi¼žóÙ(ù¹ÑÏ̓;›xî‘…R¯úmöõ0W‡Ȧ…ºÞijHY3$žoè7çA:÷66kæiæô[Ütm¥Ñ …õãòW×ø¦ ïÈcÝoW%’_—«.b•Ú3[?#3G1!ùdoÏN—¦R _5¢!ÊÖQ×Ésn¸«§yµkçºw{ k–¨Fÿ&‹¾p>OÃv¦èù¯ñ8¶ïSC« íѲõ1ˆ±/¤Ü {xM=Zc{\!×§Èý=SGåC—P¹Ì¥;ù¼ÆŒecØ!ųc“wÂÞ•$Ÿ­oׯ³´4¿C‹ŠñÎ/Öpzw¿¼wæc„4Co1¶žp˜4`m¸Ô âÙÚ´ºÖr»ØîUS:º_–Ö©&]Û2¯›Êw”~h’­³oëÞª”Õ::õ¹W G¯5ƒsLÇ͏âÝýŽ5ÅA¹Þ·)¥Rð»óâãÜYbš÷>-=û*ü¬eÜ5S¼âVì÷4¾àÚX)iBN®¥åýlìõó‘•?cçbÓ,Ï×±,VØnsoª6Ÿ_£éÿ”¶ó.S¦{‡o´*/©÷†RÜsÂÑ}w²´^'ƒ‚ÚLŽÅŸì¢Ný?û}p°mžäÖ#Å©%ùpôw×qTÎ/½Ã9;À0gjQd‚¸B(­ëR§Üó£óÓ~AåWÔMóuoÕímâ­ýþGýø½¼—ówiJ†Ãvâ6ÖVÉF¼­^ûÚUKl«¥aöLYnÏéû#{i™oûþº²Ë*!Ì÷•&ûýƒêÚû˜ÜžÇo°îw³ê/ Iq°îžØ§ÈByŽOR$ýzqŠØ¥ÍP#Ò†Võù©ù•ŸçŸq§Ê§G¿–J²š§’iGe* ö'ËhéD/zu×cZT+z7¡Fç‘| »ÛYq¯¨¥Øù×4w;tY•»ãKI C±Î÷ï7Îs›ëX3¿.Jtê¾»õ%¿¿[IœóÎN”gït÷cÛëøU†Â¡ïå‹¿[çÆ.¹?Á:ö@:aŒuçœÎEëŠ~;i Së/R£O¥ô[ºº|>å0y6huÄ×µÿfŠ..1îðè§êJÝ—ŠYú6ë%[Œ"ËÙ±ŠÈúšDeúSÖ[‰.…ÚL“!‡†¯Dæ¦ß÷³®1]ìšYüÈo¿«¥þŒÙ‰¦Ûe4w»Sc̳{¯÷¼^ß³jXv‚üËGNš]YlÞ¯Ç%Ÿ¿àº™¡;™¬9¿ÒÛZk¿ËÐ7¶QÝ0”°¦sçõÎ@Nùsçà0ƒóÜ¢nã;¼äa ”!oäà‹Ý‹fÒî_\˜goµŽ”oî·‘ôãútÛ¯‚•XâÞ^ª¶ü¬˜œ ³¬âÝ ½UÉíü^aôËõ²:ƒöL›@|"ÝzÉ4½Êª…¾;NPφ³N;ðQûFÖCú¦pc_ié·û¥¥;% õ\EÎi Ê*og„¼Ëô ¡““L‘iÙhÐaÇ ¡•¶ÎT•&´ª4~mcè2—è•Pà^ÞŽ‚7)JÄÍñ%Az³O¦)V´1vd1óËújÞËð(Ö¹v\-Õñqî®0êôÄwòñÈšdCº·Ò2êhÛֲߙÕ Më$`âƽ¹¸¶¦”¶‹Ùé¦<ëâÉ_ŸR;·ÿÂÞ–L©»^ŸoÙÑe'5þ.òTÕÓ*.dÊ!1sâ¥pÍáüv>¾o³üÏt“Xv8FŒw¤J¨¯z“!îrØ* š*×>ÛGœßPhfÉWÚvoÐL Ðv—Äïr%õTá¶{ŠŠß™¾£…Lé¸Î¿½É!Ô@'Aû³= u]$Ö_kûö‡Þw4f^IVx[kf¹L’—’òº¢Ä§Õ‡WBÞcÞˆ‘²NoC 7Men¡ìg…«D;»¶)¡µQ¤ž;©ì68 ëê…Ò•ä74²ÅRVÔI'à¿c­œ‹Æ•%ó¬›ÚÅœ¥ß“Z_ÿJqãýs—~êŒá­±Øž¢=&]öĶ˜ò‰n~ ®²Ú•¦™2q7BúlJ×#ýîè°É¾îáÆóÊ7óðZæÎùÌ4Ü[­73ƒûá[3!3ÖÖ²“·~9.V´G¿Ah3CÎmÞ•ÌïÅü¡Ãƒk˜òNm´˜Ë±Ù´.ñ u[LQÂz?dçébÙŠ’–B“e­¾\ÜK—Lð‰Ía™µ_ úÞ6¢ØKF6:æßý“úîÅàö¥ë™Vu£•¼ÅÌ)õI²š™+çf¦_ì[jpa¦Ê’$­ œQÿQ‹«#žE…Sçñ%Ý_Ú\_›u,ðS³I_¿Îh v9ÉÂ@‰¸›Œâ¼Ýã–Ì Ã…žK£^Ù>+æÞdÏÂùטyùöÅÌ*U1<žD”*«¶¢ìÖ]þì9ž>ý^ζ9åᦩĚޕùd{ƒð\´¯Ïšl˜† ®iPôÉG¶è0Ú}Z"ù©i„·RDyëÃÔ]S’Nç%ìÙ'DvòÊC4ÙìÉ>öš¯öT¢ÜÄãR˜+F”«ÎÞK÷•‹LͶôéÁ#¶¤4§±ÂÍ®jFŠz•O<¿w{³qZa4Êlôz®²šòE9G™[Ò[¨,bW¥£Î0çwŠ·bñÒI¨¿Ö\ ­zè+ÍÑfÿ•dëÞzÊÏ®·dø·L„7õ}/ù¦w09‡_ÓЦɆóþ‹áÙ™™‡ëèÌ|Ó×ð fš½©kÉ™M®?ìáëažg é/F²>'Ä÷7I¶«JÅ#¢ùì–þµ¬YûTuÉRW7ÐHÞ*F¥õ(Ð øË~“ã¢Áu«-ØF5Ôê(zäT®ºÂÒe·ÍWs#†øÇ]7iÜùfw4ì+øQÃÏÖj4l>¿.ø¾Ñ¢)ßq4À]6èú­ÑÁqŸ Õ2)´ :•2g ½Hm<þºˆ–Õëð¨Ð5둾 {A4;Å€8žAk¤_ €;þj |X¡ýI°#‚,É*Ù3æFÜ¥Rœ{aòîê’û—ù·])‚ó¡ }Sr•–Åé7”¿ö27ßsû`Øé¤®·cg¦¦å»Âm?<ÛãÓLD?wk} G1×/zª'bËøGÁ2ͦ^H›ø×Â<ñ¸²o8w¢Ž»yw¿ë¦²®’ÔÆæÒ,³]wûžÀòÍ„…i{.î¹71Ó.ˆö7I8fª'ÈËoz[\'~œ/§bô…èj–ˆ2áÆ¢P ÏèÁí›°ì$1¢¢io¹èýàeÉéÙoæ+ëMÛx[|ëß•¹¨òîÍãöçlQ¼HzÎë4ß»‡¯P`¶µæÌk )¾'k‘1µðD.¢/'­·ØvÑŸxþŽd>­á‹„UOv²¬é˜ä©B†•ùbÃç ½/G"¾Û6§ÑöÈZ÷&G`“0Î'*Ùב›©?_^HöäªÙ¦æÞæòã|žÈ¬þ¸Qܧ a7r± n¾6lkÚÅÛV}÷©ÐðZŠxÄW“Þ²@2}fªëÀô'{Š[»]ær"Dfë=7¸ýžœµïê*0«¬ fï›n‰÷p³¯ ¢"üÑV÷}æÅpɼhqQËËžZõ€™}yµû ¯ø,Wð5wõ'Šíî„öVÕxpM%$M5vèµU5ÓX¥°¡©y\Ñè.â;‰:jÿ4¤w¸_`.þ%•ÆÊÆS|û]ÚÍOZ?p·Ûǽ«=ƒr ·†åZ}Z°²SKŠñ±¬#ÚªÓÆý^¼gÏN~U9%Ðßòª¶–¡’Ÿ(ÆpªOü^åká)ßÚ¨Ê=›ãÌæ»oäòó>ÎÎJjÞ2ÒÔÑìÏ#[[íÎ^êKÃÞcŽˆ{Ë]÷^ßrÙe:UÔbÜs«Êï~ ¢rë˜ÊÇ”šîJÚF†ëÝâ©ö&£ìJÖΗ¡ì¾ÌšîÜî}œDÄe¯PÅÍÜÂd4PêœrÞÞâåZêëçFŸ"^èÇl‘öÓ3G va:Þ̹Rds×}cwª^^þšñ¾Z/FŸAqº°‘“´Ý¸M“kqßß®;T#ckªÊão”ð_h:n)¬†¾~þ$…œnàü>ÛÞ;Ôˆº^“eo¥q3A±d£¢\ÆFsÅ=Åv:¹>n×ûoCJ÷m~ÆèÆßç¾[°éîK#èÚ×Áe;ã6b[`6«°Ði¦Sœm0ÜIc˜ªU<÷¡w•žYù–è,*6—»ç{3q¥å²pu«]¹Qý)÷[ÑÏIö}cïˆÏè~°0ߎ&:G旻ݫDa,¶‹ggÜ:ˆ²*®¸Îëô„fkõåkkÍžOÒšÌJ¡DvåßW¹M­Æs¨ZQS&ŸÚ†çuYî6Ç$T­‘)ç 8½œ%f|º»ŠbÊ•-1ÏQïÊÌ´?_“LçžÙÞ^»ÁBë&7Ð6ú}P1LN9)7sØœŽ©­Ë¾ïBÿÂÌËÑÚ§êœê…ã;/<ŽGÈ ­ëý•"̰§k§]gI(lrKQ>Ä‚¼÷ë.êj7yAñJKB*ÆûD¼>©¥Ð)?Εp-f“"IF›¥Î¯Ž³Ü­\ŒÓÝ\«m åMÊŠÅ»ñ„}I§Û×Ðç·$ÊŸŠË/GJ†è³Ó…“c?Zÿʨ¿³M¨h±óÕvDuŸ4‰Æ¾ñjšé´‹)FÞÖ¸ ÙÔUŠ¥>®Ï)ZûqØD^ýf©aòoUCº³óM¸#b¸w죻 ßYЭ‹–C¿ÃµÝ–a©çºªËšmÌnÏý&è©A*UÛns¼J³òìÕM7®'­:ÌwŒ÷ßÏ­®.ï qÆý¨š£(ÚC'*ˆÑµL›ck%&6ø~y{¶qžvsÖ‹6uo*Œu2ÂdkÂXѹ»›ÙÌn«/uÂOk]T>ËX£É#$mj£¸[½w¨0)Ìë{^ëÖñ &ƒ5ÿÞ4úâô¬µ¤ufoÝ”ý¬¾¤\Eá5Õ‡ëDÃí•uŠÛ™¦Ϻ ³mh‡ñV¥Q{…‡¾½ZÙÀÁ°,áÇŽ\^ì©l,,£Wê0é»ÓZ.m€ßšªRÒ_•‘Ú CÐÌËæ²³;P.é—³gºÕ ׿Gh>Ð=—†¢XàŸ—ùc ¤mœF$YQ£¡0\Z‰Ó~­éSma¿™ˆ{ÏRé÷tãݹT«»9ÇvæÍõ”ÏÄíšÅ)3¾Žy·jP3‹_Ô›#ÑM/žh+ïloY0ʽ/a—³â5“Kþ‰V„4 ¸8Q¼YÉ/Ü£€[ú#Yqƒâd3ß;S&‘&s¾ ¯%¡eÔù¸.oó¤1ú‰mëÞ‰d~ì¬$ea=&ê´qAcõµýì‘ò¾r¥¸"ÒÕI.~ JXiðm°²Þ Ü¥1™Éþd>3¹Pšæµ;•P«¬ÖNü7‰úF€4¡Qrç +÷x˼¢:O¿ÏK:7Ú”æ2Q\ã1RÅhn·ìé¹½êZû„,™åÌ\÷ÌÑCö),FùÏÄ܂НÎh~„)Uùj×µ(·îl.£)JWß䳚張 fүל³yùSÝyݯ”ýÌVEÖRlv1-Üó‰ÊʽMw¿«;;ðªsÕ d¤¿õ£áLÄ5ïÖjõãôÝëa›,žótR£1å4]+¼I¡è×'÷XxÙn7m_Ì¢g|¥V[YÇd¼T«Ÿz‚½0ªtl?{5d+fxN”ÏÐNcü6ù=Û<;Uf_øs'7Ásn zýý¬{‚†6;­‹á»VôÛ#µ=…ä}Öq•#EdIôɽlõ¬Þ¦Tº­(-n‡u>O£š'³ ·4œÊ¦‰íñygR­=žùLÀÓðõËB¼Ëë“9Fëý„Á™rÒ›qü9OëìµGèÐ8š´:­¹{Š•&æní–\[˜¼¡Ì%¿¹] ¼äö,"? 0}àAQ{P GpFLÛ¢ÒKÒ9Åà÷Sk«ÔööR± š{ i+éììíh[—75«ì3Qí(Ø›‡çGªÍÛ“nÝ“_.û:€«(N®ûypÕŸ‹ž5ó´ù®B7­U$²ÆÍv!îyö޾¤úF'” l!é¥ó+ƒ™d—w•%•äæ{è¹?oÝ+«lO« KiVouÓÍqËl×ÔïáÞªh¾>»kÿz‡MË&" kR~ÚNC,Éö{‚ʨy׿ù4dò¥É¬´IíòõÞ²^Á1Ão¾¾ì©à/‰Ù±ÊW{^O¸V‘ýöN3Y(‡á@Ô²¼~qºÅªÁjšK«sA–NÝP£Q»Åö¤ëˆ÷nk×d7•Ü•P…A³ÂÌá —fTÁ´I3¾ÔÛ}¯‡ q¹ëHúÒÍ ;\¸îűÝMõTìÇœ(ÜpœëW$>Nü’aÆ·c}èƒ4ª`ýDgr}¡X˜Õ]‹.ù]ãiM~z‘­<Õ»S¿%®çI7Î%u^SUÜ“þãn[öSªs£ynó¡9Ü"iÍ/£?ˆ*°Kòöï ‘În––T(“øïš/{Ö174ô.Ìλâù uªÌºçhIøÑÚêôÌZU5˜ißù*L<襁\ãâZDN7ÓfÓ6¥—4-þBz7l­Î0"ºIÀåùïk³æî\ “ùº\å­7W#¾¯Ù¸&k%3!Úó)9zh£¦\dU~KN_ûkc-þËbÅù"a~L/žôä‹*°,íN}9ŸJûœ âËòÆN¤¥àœ7Ërµ¹§ªýÄ,!yÚÞ÷Ýõ*D7ý¶™Æ™°Fú§ý:bæ?ʼnêÅÔ¿°Û ñó “½ûì‰þ€gù y|zÂVuòû»„uä´Ý|Ä‹ÛÁ g· „zæoÑ n{=Å ëfŒ æÒZðnë·ßÍ_¡ l Ûù6½N¾¿§4AÓ—[ìûØ@IrÙìË[Òa|ÅN¾ ©/$vs/+Qá·z úT 2‹æ}–Þål×mAï²*DÓY KÕý‰Ñù±w&UÑDÜŠn)?˜{›Œ¨Q£µ/…7¤ûâÅ&•ZkûÉ;âô{Zí}7¢ÏέnèLN+ÏöÚ‰;%ÜHB¦ ¯iNib\‘NÝ]¢·ýæ¢dù¤OèÒYfÆúk½z›óÆjûÒuÖ§{:¸¯î1,.Å„Ñg›îG)IÏûb?ÙnžÖp“ìéúÛ•ýå”)T½ý< R“ª·{!&R3.JR ïÙ3×#ô£û¶ºm†zåym5Ǿ¥µËr^šHZ¥'íz±³Ê®L¶µUGaÎTÔ¿Sßœp÷y²¾¹²¥IU%=íšRðªQ•¨—ܾ…´W•;2ª‰ê—ìbž¥æÙmö"["™™òìï»ñxQ; aʈґ &·Uç²¶°Â- tû¹¦àœ&MÝÎSMÏëãZ«<¸‚5Êܹ~ÿÇ<Öþ%ù€ògUMŸ:åE¤ÅÏññ Ö™!~.ÈHè9¶—I’VÀ‰ÿÚ[7¡}ùªTÿ¤~4¢,|uç´W?i6’·ûREÛG©3<<²•Ë]’žÒâò˜…"ç¤e+¢æéáX´p*-æé^Õ¡²H_±žC®¼äÆ£„Dz÷Œ’mÚçñ†ÌF­¶©Ñxï"SøF[%ìÇJeüð–¬r\ʨ¯xö•¿hòñg—gôMìÜÑÀó÷7”™Ô‹ž‹“™ð Ûñ÷À `·´0Ù(bªî_Ž:³ËØ|¾ólç“¢YË«e•é™ú)¤òô(;lg‘ñ¿èwH«Ð° NM]ų`’zPôꋃ–å®ô•¯YñnwI3ðãÒkŸû.’eœEšÙ‹Îha¿”wµ,{É)éÜÚ†M[ ž¿Saæ¸qšÇ*©†Dÿíw±tùWµ?;ÔD]|O=ȯ%¡rAô½æ€¾ç^žis²R~q¦«òÜÞ¶¯6EIå BoÑêö™kE·Ê¥à>‡¬f0pùY'Ý“ÔÉv£11 ¬ÉNÁY¹QŠtæ«lòò×!ý7ó¯lîVS~ˆ³0’¶“¯l¶’xÕXMwöƒAo¿ûÓ7Ú×Ý—Öjðàeוî`ÖªëXF†òíÙbÅ ¶|\Û›ÀŒU ý˽LCi.(Èd¦©]„Ucן˜áoCáJT!½è‚Ml‘I-M± ¶ˆÏAèðîrÔwž¸kyšgÜßS¦Û’ŸšL’ véI§!¥*¤;Nôe2[¤’óž%pÄE^º-¥^Ù÷12!ËÁ}`fÓ!Q¿Îgáù¬Ö üIXÈ;çJŸ\ZJ—ê6øˆXÒ¹—Ó„9lÛhkgç¨%ˆ˜uûJlÅøuý¹2¥€jφÂ{’£«8W±_åEÚ§«ááÚ¾±ÞÎ'gu GkÎ=”KWÌA3¢Œ¿5/H{-÷m k€ü†+)áùM †–™ ùeMöäÈÜj¥šËfŽ<÷á•7w¾@Ú¥°à±ïBÚ©FÅkG†c~¶Îêº^$°ÈtìK6½$‘GZ&»/&S ÜŽ˜àMªàõ¤jçw*×w²팃9§ïnÍ?ûéRÞö82;Óo’skûfÜ—ò‰âÝ{˜æ¼03ú—ñ3¼‘‹ž2xiŸ)*h°‡£ÞfG´$Lî¼ÿìKçv‘HŽ-kƾOŒ^º;Wø7k8._ÛÙs¾_ÔZ³pîs}‹f+è‰#X£˜¶û’±<[£iäŽUþ‹N’…÷Í÷"ësAÔÆÊ´š”b·åѧ°fsÅÏõ~êÏQµz$há ‘L×Û†'EÑùô1y‘5)Ùnoòˆâ•”wí®) y5I EÜbï[> £À÷¶}l9‰à™„%ß%–s¾|úšþZ´æ±ôgúÉ)H…z±(jP•úƒ#(ѾkŸïõôV‰h@rP]¨¾©Ã›ASðƒ½`ô~±2Æ#¢Auû«ÃÌ‘Y¾uÌÕ¨^mYc†ãÒÌÆó)é`_C®Oåmsa«+PæýÀ¤é°â/(¼e,“,„Kê¶+OæR•I¿(u™…ÆóÏ<ç3Ѹˠ‘#kG×?XÒª1#«ô)!Zy~í“Tÿµ@¡LÜÖ«s—ïhøâšJÕ²Wæqº<榵½÷Aŵ»›Q ý RÛ 4[¡¤ÛV F\†ú¦á ´–¢ºM·]å°Ê#wÝT|ÌQ†~4ŸÇšø‚¼H­«p]"ïM#U‡p†4Úeü`7=sÉ Úz/‘¾>Qi´jòoZá¼ÎÿŒŽ(\Àî©;«•¦=ɦ+AÑeúö7¶Å±KGwø~ä[UƬ·1x1ãÙÖÃÛÉ–ïÂ$wYç¾ZbÿŒjX~[ε Þµ1"’½Ñ-È“ú¹g¼ã1îÍë Çl:ƒ¤ó¿ Yá0^yØT½ñŸ^Ýqk¸x:6ôEO;ÝÝæVv© ½æñê»&97ÌÙ1zM‡˜Lξ„BþüI»4•8á©ó”å‘M_®±µÐ‹ç«N(yÿq~§¯ÎŠÙÎÓW«SÜ`Pe9sᕞ íµ¹¯'O3›7Ã<`mü‡ggë•KõïPß_ôù¼äyK’¢í Éœ€÷I_ftÉÅŸ²ÝòÑTÜj§sž_é™ñbZ]Ç–¬®@Bµ n¨Ê ÃÒ­é}±PpÕŽä¸FŒX4ôѺ!SNKPÅÛ%}‘ìy3çü——”„D/…ƒ9÷•Z[‘Ù=—',ÐYclB.R^´e[°RÜòLËK×Ë“‘"ŠƒcsÞ|뇉¾÷^-Ó˜Ôq#-¯ÂŠ:"JæBÜa±#ïêåÒ¿¬1}~[é Mg½:Ï뼎„õEc‹xtqîÂ+óžzíóªú"3{ÙK51íê]S/Ñ»ìÆ×))nñ›Ý²³(xt¨Ýdú3†5ó”­húe)­‡tüþ×9ˆÊ§ÛÔçiJ!bæsî¦Øœ˜ÆŽ?ÙÍ1.ÓÛºiØETðÉ¥g¼[XíoØþúgŽðÏí]¿(wi¥½ŠLÔSê¥Ø7~‡c$FxnéLp\èœr,þý‘ÂÍMu7\žé¢¥4A@ßvþîuþËUÃ"÷z¡§®ö«N2ĥĢb{žmÍÉ÷²¨î¸‚®ŠæŒœ»}Ü÷¾°es•O×ì‡ÅƱnæãç­;¢T*¿ü¸Å•¨ ÅzdŠŽzèçÆS’oK²{’ƒÆÙ‚ІùË1ß|’îü<ÔÆ¢n¿ÅÛ™Ãß.+˜²Ýöœãõ§âUÔNRõiUÓ¬BäB]Cû±ò˜Úõ´› ÷¦ß:ï¶ÄmBPX@ÊÊSfÔJOyƫڬ¬¿UUÞ[4ÖÑwì§ ¼V¼Ð9ôë§Ü‘j›Þ¾:ÎôºéùázWWw°ô=VqÖýR¹[ÕÃ(ÕÊÜvÕsÞ ™ädŸ† vc¯Öú?$OpˆÒŒºæ],ýΤpoi½ñªë;bž%MaÅKí¬•=÷yãÙ»AœW¦*ù’#M¥”¿*›Äb׌Ÿî]q¡›Ý>rò¹õ±[šæÜ¡^0n½é¼íbƒêÖuzò‘åµëÙê×ÊÃJ¢ooO>—zÐöá1…xüÃÛð´Wò™†¹”I> œçôŒ¤çÆÅ/X%2¥]³>ëe¦¤ƒ‚&=dW¶X†ròäv¶œÛŽ= ªì+r;–qÕÅbɹ±MæåC¥+/©´¢+ƨ\Šg'½‰^±Ô±g6—–å=ýpîÓ8Þ‰™’¯® ÏYºßªÞqòú{m_S'‡*¦ÍGGÜ-7´bƯ‰ ÿ2O¡$ݣͷ¦©^Ý5{˜·uLJ÷Cá€ß³vwê-¾4³`F¥„±Z™£ÇY^dçYiøµ 2Œ¾>jñ•dúÄòM…çIï „ËN/ÊÕšãíGJh¹f»lò¼ºv¯ï#7cC‰¨w³ŸDJܹÃáÚgºîÙ1?y»'Š®“^i‚ãï+¯Œm_%X!Õûiws–…Ú˜Ý]º¥á§BÖ²Ì ý‰½ç™q³ßh·ó擺øó]ò»6ûq¦×—¼ItïÌÊŽmÌÜ•½`ßÊ;›·$žãªÏ‹X5¯\rAɤͷUÜsªÉY ãdkMÞZ4'Ez‹L$rƧ+¼ƒ»§µµ9šâ{çrLÖÑW®+‰ÞuÙ>ÎTºâ™BZIuF»ÌÄÇ›,ß½ \Òýü6]›÷@Þÿ•ä¸=šü)Qñ“´~˜†oÃS™MÓ,V·Š Þ3ÅàÈÑ“•eµòÅ jc”Á¯+?Ü7s`·°»'¤VèyQÞ*ÇM Zë5éºÕý€S×7¸iÍü°K£„·Æ?/Ù/ºÀ=ÔÙ.ñØñ˧‡šm$f5Þ½vlÍʶùC$b}¯'ÆÞcν<Ûtêú^Éð#Ùk] _¼%3'©óUŽ.Ì)®}eÙ×ÔP£_¯Ðo[ÕÒwé‡íÉt<Ѫ­¾NâØ gçô!’òõ÷m¸±9tQ·¦µjmZxüÞqWT¯»´W“[ºðo^nTŸVopå&Ju8/>kÔÂ¥ ~Ã}óá*W¦9ªîF)Ê”úilR–Ù|õL¼ yÅ—(~Ø µ¥§%Q‹ûÌ£Œý:{­£cº5Ë+ÏË<7o`?¹¡Û•d}(4àó¼ÚoÇ]Ê=攬tôÐÕΣí Fè#ôèìןÊG¼Î¿‹_J¾l©Aú´–VŸ2Öl5íbŒÄMô+—”‚w§¿¾j<="ïv*U[Ë9º$úñð¬[{½\,o›én=ÂLwˆ…uˆ_ÅáÜU’Ò{îN¬Kî,ÝýèQƒ‘ÙÖwôkcl8eÒm g­¦ff5DwÜ3žÌ®¬;2³Æ"³lLÒê%$<<¦n02J¨wHØÿ¼¥ÀkÔ£;Gw5.)VxHËF…ƒzm+®œ;ËÆî`cÆÔGè*$yì%{ª+"©s[û°"Cn>Þ¹àÕkiÃGÖ¥%w«]9½2uì‹æžÎXQNýåç{s#¶xͲ·I©=í"é,I–Û;1ü¸‘ªªºº¥ë¾»¯£öó¼%y똗ó“Lnt~²×ûCô5ëꓲ‹ÃwæO4¶øe»G|“mrÞ*eé=·¨&7Ç&¯ŒÚ£$»›>Ÿ)[g/©¬¬ÜDšÀoa×o{ÎÑ\{óŠý%§ÖüÉy«V³çß9añ‹¼‹&6’rb¥“_äOVV"_¼ˆšy)ÈÙšÒÅ׬KS‰xéU•µúæÊDÊí6L=)?Ç9$ÛÚüàêÛÎí)!'ÍS&•N}$‘¹îøÙ’èüï"êÒwðý]<ÓT,µÌ†ë;ïܼóE™ö"™Sd=ÊZÓj¸î¡­æžG’èkè[.íQ©ê©ÿ*sóŽ Å¡°Ì&ÎÆ•ŠJyh–÷ì鯩/ÕMì“Lô·;K¯aÝ|µÂ»YÕÒØaú­9÷£¦mDzY¥Ç« ÕÔM‡‡n9œI¹9vaCDºÊLrÎ ŸçœÌõÙ6ãtÊô7nà¶uN×/×*•Ü3d—þ•E´ûáûË&>`³ Íšó‹â¤ÓQ“cŠÝó¸ÃMIá“¥åɾáÎwjÖÚn.jñ‰M¿/ï]½ßßË窃i*ÇÈNâ Ûb’vRxTc¥Yæ“­¡;ÇÎþ1î@‘• »/wÝqâqòác¬Ž#æÙ‰'îhoî8Þ´“vïÚä4ó™–URïeýf~´“[èX²}Z£Ç%J¿¥Uiä™qS£Ü‘Â95r´ÂÑç΅׬å7Ò–ú¼åÎ;4ѯqZTÆÔ¨µü‘qVÇ.U 9ÍP,>:Ä[Jz”b±2‰éx2ùÄ)¥RÙI‘¡ Uw Ÿ>o©nΜmÚ¶»èÒZï~Í5Ó^yN²8±é¹nJmfxWÌøK-®¹šR¼w‡,>©ã8så3jØýtÓÉOžßåµÕLYzœ¡öññˆø‚E5&§+.Ê~qóêÕù·S‡’K#ƒÆ/>”Rù±(ÉmtñÓ5†sP,ûò»›fö~nŒi«¬8ƒ­Õ»S°©CÞo-gNÛJ¾^T|1iíÕî%«fŒÜÌ;3ýKwt³Ñnó*òËg´c<>{òË€M¸õizà«+Í»–¯}ºäËû§Ò¯³&mÔøíÁ­mm<é¯Ó‹f.5à‹T0.¹c½—ô´|UFÑvÒÓ÷5Û?8uM Éçê*L_rçSÀTªÅ´§ü‚)m›®¶$ç6j…Õ8ö®ê$ýDÛŠŒµÅ—áçôõ¢S?´çúÓ•ü¥9#¿7>áPZk¤z™y«¼z¹Vk€z™éÌ(%ý@™è¥ÃÔd”¬²âÕ˜Ù矤„Çê+båë&=ÒÊø¥¨˜RÂŽNF^©9Ú­“n ã‡,nâF+0g‹—“Ö[ؾ©~b˜qÚî ¥Ü⺕êUÛ7—Ÿ4g|~·iµµTf-ÑišáØ1J9Z½õfÆÕŽÅŠ­R›oùÝ^bÙª¸_CR­‚µ„Ûê«6þÉ;ƒÊcj5OÞa•sl&³–Ð[OªV>ZU^W=’p†Ñ!¿ù®]oúÓ_3NÚõb[2ºmš©KF·ª¨ª¬ŒË|:1£ÆöòQ¦ÒWuJªi‹tërÕÑ] =dQåäŒxµ»)âÑc*ÝÔ¢Tíf“Ê™­h†¤Ú>Ûl‰rëIµ#É_$Z‡ª.§~Ô¶Ã í–±îoߘ`SPùZM<Á’ÒW9ÅöZ®¥‰©ŽO>³.ï¼Y¥—ÑjÓÌ,?»ó”#/´ËQ×¾KNOnrjß´ ÿp–ÖîÍÃg'äØtOÛ£R¥.umóÂñUÓéëu×ÔpWÅÔ¨†¿·{Åj=‘qú—÷ŸÆ¸§î[bØz¼]ÙBuWbœ˜1=´>-÷<­òZÆè¤8¬ÄÂÙVnC‹në3)º¡Mކ¦·êskÜi;5Ö–Ô¤À:™B­ŸeŸ¼v½z­ªsðjƒ•7q{Îr{?$’'ËÐÊégi5ªÝcœnWçѾÀºu{§÷艵ìyOØ‹b.ó<íΡ»#B77´7šgìÓ|3gõ…@éÊÔð}…w‚Å–ÆíN1»aðêΚ¦«Ê3¦w®Çìôëž×ÇæIoo?8õ‘æG‰,™ëÖm ¾ìÜw¯&ÜtÅèÏç䯿i‹_«*o”RQ›_jHƒÏöÍUèå”Ö—‡l3Ê!Ë+Ãkd¦p_׬\œø!¡~ŸTb±*úDBóQ×˦œ‹Š:j•×=†ŽÙl·Ù¦À)Œo›ç{"jM JjÝ—¡2Æaé‡/T¹¢¦O4ãdÎbZyFðÂçÖ_ae¼µ=Çü8{=G¬ÍÁ^o»Tøf ³Ã-É–°Ej7ýµé{jëCµ)©€àÉÚeŒŒ ª¯}{>)´N©5œ•1T¢ú`¡Œª ‡Å­ùåî.µ]+â¤;ä*g‡×(&ù«t™$.TÀTU:ÆgR}¢÷vgÚY̳õ—¨ŽÜ:ÚÎÚeX||rð•Ñá—ï«ÐlÞ^[À)šÃøˆ„ˆW>Ó•òE)D®uŽÚÛgT¢•[çÐÂâ›­2*´²yIG¦ØÝXyf{°‰Ønå"Ú+çaQ /[ŒJoØÊ~º²ëDGⱟú |ºÑ‰ówÝ2F{r¢æÑ¡¡‚cHqcíœÍϾ=NCU{Lozp×ú53²v[ôÔjÍû0qÿÌϺ_´óŠö|Vk=žqצK=;|$7÷ƒ—«B|НD¸¦Í‘é]£;GaÕ½ñῆ–N629†e­ª®1NòÐmUù6ïl¥j…ØÝ ÎÝÒÚÊ“ïìkñb·Õ é1Ë$;ÔKÇ©5,ë°«¼ßÖbævCík²¾f…¥J‡béêa­å3$ÂZ…½-}ÛÖæZy[5õâô ’7‡É/[¶¶y ³öÐÇ<¥‡µîánÏ{¾ò“nþ€ën¶¯”¤…½~z%ãÐ/Ýføðu‡m‡]{eàå۩ܱ˜?…/Ž}½Ö¶u £öÜœâ]ªûl”s½ó¶½a¨®O|ë8ÆÝþ´‰­2y ÿ"¯U¢íå­_èaJ“K©w9IþŽK8 Ý×.|b§OÏ]PJ͵:¨Ú­Y»m?ҙؤ=ô¸ìkñÔ™2*'­ã~]ÑÄ;ç¨ÿuáãä&¹¢ñn¹AJès¤Üªõ ð‹ì^´EÒѽá#G—þæU9DíäÊ&ÅèáI÷Ñ!)6Q»ã¯"gß?Ö¹³ÌAÃ@UÑfͨÅU¤èQZ ðé‚ Æê§åmʼéRÞ=¦ôH“ÇÉJ·–òµ£%«—eLíüÔÀ™”à?挾É8ªN>Ëñ×{üj>³Ð­‚šý@îfó¦}[Ôkõî"&6%v_Wν¢õ[3ZýòÑ$Õ·)éw¬šk>­xŸ1G£©îôl»¯¤êuëÃ?–~~hsgJSBµ#¾rÁ„Ï-ñ†µ’U9næç˜µî³ÃÏÎ.Ý¢|L»!¼2ü²wéáÎñ3“zFš~\Ù5!ЉœÒ*¾M¥Œ>,ê]ž’AZ}êÒh,¬û}æE‰¯ciwñ¬Q3µÎ°=Ý="ù ½Õ©=T¾‡šùäž\ü–û—4]F»aáëÝöO¸ŸxÌÐv_Ñy×Êð±A¥få2EÛÏ1¢I!Ó‘€©Êµ§MØÔê  ÷±"ù5>^JgìCJ»ù¹¾ÆúÔ=#–Þ|yEçÔ˜W¬9äꗭ᛺ުª á"Ÿœ …Õºo¯vµ7±ú@ß®¸vÚ¬œœã{+4NœúzÒÄÉ– 3JÞa«*¦–ÌC.ÚÒ¢¦H¬;ã¿ôÉõªY³ôK¦|ðOÇvÕí¼¬1ÚôÀ+·ï3^—{¨½*ã肌}’òåqæÐÇ |¬‹Îû”\’ïÌå“Å=¸²1ž\]ÝMU!¡ïŠg¬ŸðžþîÒNæÓÐ^òµÏ9|·ßŒæ8oK?ÂòèTYõNò²b^°#§MâSÜêec—ëÚ'''Ìá{bJüv sg~ñ˜›fÜÅz_lòHù|KoÊÃq{¹÷ŠÚ‡Zjmðô윢¥ñÔS.n·ÜB³½ž:<ÆÞíÛÓÒ>Þ½~þÙ±Æâo¨ùÈ,óÚj¦z¯¢ºbù‰­WÔIRÇwo‹i7ص¬w§ÞöÏ Ä¢Õš9æ³v]f´Mo“ÝásüÍ› Ž·'0ƒ¶ê•~¾§Ú‘]¸9hœî³Â³—S²6Te^·¼xÅÊЬTÓǶ¼è\ç9ùàhµÈ€‹¯¶Õ뀌Të”ïYuÓvô/ï7iŒ›~.ºlR²¼„d}½ýûT‹NæaóŽTsf-žëíy"ùÆ0£ù™›Ž'šsW¦†¯žŸî0®Êù¬µ–ëøˆéó:=M.›1ÜæumÜV0*ŠãêWæSwn5_câ ï±p‡ÜŒæ«snF9ˆeޏiÿü¢‰‘êÓ÷ø\gÈc{gŸL,÷c…ñªñv7øÎ±/÷»®Ê_¾…í°0,vÚVA›m÷j%lª2nÈ»ˆqÏ“†g–TêÙk£ït§G×9Ù­}³ò¢áÕ³1žº²ò‡ÅSoމt`ÐS"?˜3RO5òØP÷‰>9¦Nxà]%åëòo½J,0ºo/£„–êÝ‹ÈÊMàß·Ñïäì¾fß¶òyóFH §hæüº±ãŒ³0ý3y/&ºS;¹r6í0ÕÒ&;md¬ÚâÀ41¿¯³üìi;3=k}ç¢ #¿5}Û‰53N«êì3êªMöw¶Ñª©R-ù²ß &øà*JÒöÜ›NÖìŽ1j_¾q"•X³‚ã6,]euMä›y:O×QÉÈæï5Žå"aœYéî²vËù©v§’«3ó?ó%†’䌬©ÓLVVvlл½1Éë·ü/#Ü´QÙs["Ó€»zØp³ºór±’ýö«¼TlÓl$Ýæ2bš]X«1Ýewi[aë¥|×r¯Ýµ×œë,¬‡Dì¨ÊótóÜçTò$Ôx¥ë¶§¾#”¯$Ì=›Œ\“Ú}{ƒù,|怜ÙÉ26:lXídÿÈО£æ[E?¾Åò²þ˜Ã‡õ¢ü¼ùûJîg®,XµšvË^7F>hîBó½‰2@ÿJVÍn[la«c2[~õ„\Gåa>©%•îUx²qIÎøµÅ‘RVšO'¾Rþ|rÉ«õK§îbœç™3nÙõJ¨|熮7Úô´gOÓëÔª•=»#W:~¼­u kûM-±ëö¢#~Š3§?­õôWÞ뜧âô³£§X¦âflFß5¸znÿa½‡Ë–%®õåû<½‰åÍ79»<@ißI‰ñ+î>\0áXW{þºœ=é‰dUßoYuÖ:ÑêVîáÇEûFÍ:7H£¶oÓŽòX<ÈôÚ”“E»iÛÆFM‘©Ÿ¿»Ê(ÏdÞ†­Z+³ŸE.Þ‘?ÛlêCåØXÝÔ¥]ó÷Eõn‰Öo»ùɸ%zãë„Vó%^3ƒ–nÌ, r|U=G±¡·=ÖFãØ¾ç]äÏO7/ß=b²_¢r2Þ¥hêú/§ ÏÜën².Ðs¦«ÕýêqçöË Y˜¿>RoÖ¡åyFݧ±^°³þèûæ¬îKë|Îò½ËtW«äajtf“ºŸwê‘IM©ï®l]:óNløQ‰ˆâ ñÖËÇ”—ÕÞÚ©“Èþú2ãäΈ×wVÅ~ݬnPYï3Wàÿëªç¿Yƻц¾‘~ó`NØ¢ø”÷¿}ò¼¶K_ãC vvŠSºé(]ÉÐpús;é=7ÇmÕâußÓX#ëYûÊ!ÛØ°mæºújÃåøûFh9O³š„)¬à6¿ðŒp‰Ën(Z•OO»éb^–?cÆ•‘±A~!1¥¥£rÒKnÒßqêÌÏZë[˜ÙnÛ´oºÊE½ãÂ.Þ )½q7*·KãšjIV“ñm=ÝÚü Ô­ôæT›ò¹âkVå6ìÛç’o¢a¥ï¼ùõÃ{VV¿¸1Œ³$KžLLŒ‰['5䮚ïõk:{ ÍÕYNŸu›ö\Ì;.1$ÞËoqºƒú‹ ì|ÿwºöÇ+÷ï—­© gè¨OoBÈ­ü½XߨN]{/~ßÚQ~E”sÉiKµxWOyÞn±5”Ù™õŠêÖnn×<6ⱺã†ÿýU/&ð9vòö~®‹¥.e®{‰,0a/©¸kóF¹õÑ'3í“Tc>¥µÔÇ$9¹æ9m5¦šê\§à¾7|ª„ÊNkscO÷…¸—OGviˆºZŽú&†•îõu[\bÜü¼ò͇˜ÍbÅbªèžÇW÷ŽYUy³ÞnQ|2öÜdêÍÎÇz¼÷áxþŒq­Ü ×ý‘¤öÉÖv¿öp÷ò3ëí=?¥ ûäOkM÷x™— ¥ŠÙ_zžÏ0F0Nr„Ni3ã²ÁIõy[¸þzCdé(©ºêŸ ßî1ÙhÃÔØ–Ck6%¦ÓhNq|¹çüS:tÛ—y·“M´×f’TÜ6j¹*ðîË>=qŒïÿnÿùµ1q.%\λ­¸&ÙÿÝ“Ì3ÓÕiaž‘Ÿ’ùoÃUIR<Ík®ëT6eò÷ÔN3yd¤w`Ëæ1ÏïœT‘sÖ¡óõÝã+zÏ:ļh!óV&|ÍÌØ¡CŠ sL¹b4/ÍÐÜ—éÐ~Wñ³G¨–ÜÃè6Õš*çk›'ÖCëfÛ—êjhÇ…¨I|jélëLî”Z°íHéaé !gLâ½r38žžž™%‘ áUc~kTæÐâD¼›ü|CºÏ!{ù½[ìO]ïäLMžcï—OÉ-py.WûÆ>Î!3=Ckï†ð€4¾ÛeKÃ:ÌꑆZ‚xw¥ÓqµÝ&vu“w{^ÖNj50¾µ=¿R]eá,¹œßnóLæu'þ–\·p‘ì"ƒ _««% ó–…óÙöHÐäWÕm]zGº&/÷hä}8³<ñjŻȷw®^”èöJ÷tp_¸m<“vÀlc³Ñv¢ÒL¨Í¿5…i˜|«ê«ÿ¥¥a¯J¤Ãî ÿ0|ׄ7Å= »N•Ðî_X6|˲ Ÿ-Öçöe•åÇæ4ïv1zIo|s(L™¿éî›mìæwZûNW¤µç3_Ì?¡[·¸îT¤o´Ñå/5/¼?¥Wºú`^ÎŽ¨ÕK®ß ÇÏÑãÞ\¿ëý„wè™7K˜“mj®ì®÷ìºÆ£ /|,ߨÿªn¶þ¦ýY·m¿l^Þ1¯¦waND[h”BäÓ3‹î>侘•zü‘À“ÚçI:ì´‰ :(‚Ô¡ÄY3>(ŠÎCqþ6S¤ã›7Qó~EáIñðh_;¡[OxŒ'ƒ‹ †# OÓ0>鿇%Dþ¯Aí•¡'n Æw¤Æ[t~¸Gt)Ù‰ÁrÅx1A3$Cx<ÉqxªT¿ZrNÔ~{îÏxxʸZXà4$#éà×S„“âh?Ð;ª‚”‚r4pÛZ+‹ ÏÁ³*ÏAÁãV6 œ%MtJøx««²ðÐHwªÈ×òXqUDó,µÀ:†[DSMxN°Î„žÎ¡Ÿt@—7ÒB?¸07xºê2àq‚˜ýç@_õàÙ\ð¤ÖS2Ä)vËÀ¯%hkÝPÐQþƒW«\ð ñ2_ ®óàÙP’èÑ€ž® úM†=é§GàÑâÓT$›Ž Æ¢srAÙu0J`îzËG ôˆï€t8Ýõä-s?›×wö2<_c¶È%G¼¨!Ñ F6 c¸ÂáYq":)‹Z­EyÊEЬÒžö!ò†[&âê^q¢,›E¹pVÌ¢ ð i3Eñð$fÊ ¤ˆðŒ7(c;¤DX.!¤|0ÔËà¬úßOHH¡&× }tÞ¯.‹ÓDm×|—pP‡t×LЋ 9ÄŒ Ûî5žõ-Âäc³ÍAxìG1•˜³êXG›Š(þj_ ‚`M\ÿ Ð8@ÎI §_ë¬ õ†*ÀÙµó`Ê Q‹W‹(• ¨z³V7äûD&$+d_H{–ˆ«¼DçN4ƒÁÚ Õ„tòµÖƒû¸PÇ´Ê7Ba1úÛÁ³òÄh…ZW! ÆEWâ&LcIÔrù½Y®a?ðwÛzOœŸðØ–elB¶ìäì6÷µ_Z¸½à Íb0ÞžƒßÙ¢8Rpâ ¨½Í½áÃ"¸*ÈáBEâ¾OŸJi«¦tBÖÖŸ”j_ê8 (®âýzêêg×P ™Kp¨±¨]Š@«.Ðî— @°ý§Kr„ö1ÜëᄤîÁ\B"öš­‚æ"•ÐF E’ÎÈ„QðÜH/;P_/è¥P&Z‡”)#D£Ä•PEóJh0Z!?¢…zÈ:bf éà%×7´—ÁÙXlpÿ@î†ò¨D‰ÐÁúNlbÚÓÀdÕ+Ê¥.´]´Ç•BH8û@<¤P‚gáOˆ‘Ë/ƒÚnß±îÈ@cÐc®,ãÁÁ^æû3ÝìÅ¿Oòmìžð¥0¨gXãnÔ) –ÄVÀ­ô}ËPبèÍ«€'_ÃRP¢I4¯ šá\œÆ#wÀ›I³ˆSh* IÄxÍÏEãö‘ûç5Áº¶‰ 餿61'”°ˆ”ÅŠ}¹„z3­ÿ©/®p”àsc&›|ÊD—ú=Ø÷õËŸágø~†Ÿágø~†Ÿágø~†ŸáOÂ^ꟿa±cúÞ°ld~Rëgø~†Ÿágø~†Ÿágøþÿ^Sú·Âq„öëú²[¸Ãù–7„âpb?ýí»{û‘,Pî«ò™à._ Gž‹òÑÀs¥è> ;ÇA¾ô“¿„Ç`ÌÜÀÂ=E.ê: ¾y¾@uQ¸÷\pk{”pq–€$ƒÈ؂Ԃ˜ýÈM*aããO FæaF¤@žáþ‹îBâ.ñœNìï C …\¶ðŒø&4‘­í–6¢!HCî‚û±äJ¤L˜î/+’ÚÐ/вˆ”€]"=G20?@ @$—N DýÈv!äpòLr9ËG‚ ƒÉ²“Vˆ°0{2¬‡–hh6–†Ø“Ъ±ZÄñƒÖ$ ~1 ÚÜ’ƒè„…Š+ÚsÄÀxJ1‚£ÕþÖFh3€àT‰±L1cöõoöpý þz`dœ ÃGÒ4®ÖÅÇ_“GÐk‘Åh:#´a$zA¦2ÊAVyÊ„8Ckˆ% å]â_ñl@x†ýf0èi{ÜŒ^ˆBŠ € Šd?ònŽ]‘ÙnÁË—3ÚÑ‚ÉtŽ%^J"¨`OÒÁæb~h0Ú‰ £ðA«¸õ¤6ÜoÔ‚ü¸;U¶ê)VN‚mý{ {,– 2$@ûñx†ºÉ}zD}[‰ø m,­˜»é¨h œáhñúGÃ\„Øï " ¡½ EÈõרD v%·g„°žìU|dþí·–®™O ¬*r͇¸»„¡¢~î£Û¯ÊÄ3´ö:A†Ö›_D)RŠˆ¨ Áiª'…;ôaß —"U"iÕ>-è¿¿°4ï³~î‹ 8aIÛß>TÔòªï¨|ÖªÿÞîÛ§Ф/ˆEŸÜqTpìëïqú=ukÄÊ5QV%îs7!ì’ ±—7¾£uX†üÂÀÀý¶`V$bß–b<h9„l$R฻"²) „°Û€­L6(moÐß×mæúm!6S~OzA¯­³¾/™ NÿöÔ,’UgDuÄËËûF~ v`þù€‰ìAð&ý+\ ”–î£6„½pîeƒ,0óD½C¬5¸HÔ•Q˜©ë°Ñ%ÕY4#÷„øÂˆà:ŸßÉFubõë›È MZËF#ëÉ[éøm¥ïï¼ï)µÁ» ÝT§Œ„£&‚âú{y8H–¨Q¾² %ZÑ "õ:!-ÃEtµ}`€~_—“ Þso@ûf~ǧÅ2ßÏL:¢¹2_a¬ Ê;àk/¡Þ«ôGâ1CñûgHõ¡ÔßÏGÆÂ9¿þ/fsBüV1=˜Æ\ùÆ}:öÀTh È$þÀu€oZãÅDŒ²UT(á_S¬èVà 3»f[ ï῱̜ҫ½îE9e Šh8dhgïå… —©U§““uUýaÚHW¸J€"Œm¼"&Ù£íÈsdDP+òÌöäx¡&6f»œY‡* 糉,,Ä ¾ëïGËtqÀL¥P=kÅáJƒ™ÑsO¹ ¬|‰f‹kÐä `¦Hô†fç¯Á¥‹ÂU3ð·ˆÄA:è_Ôpu 7«€ˆ ð¦H_¿¼½´=Ž£pmà)ž€zL¾—™ ¡8xûió‡ÿ”¡‰ö£€“íÀ›<‹Ì÷~ë|z\è´óh ZŠÁ¯î6‚š1ÏNzº°ës…oû°õ³¦AtÛ‘!P{vÅUÑçdø=Ñ=á{#Š´â°Í1Ô!п’¶¼’Wã·Åøä™È² ÌÂ>ŒîPÐO‰Ìyè0žÄ_Å@OÞ§Ú’fQ9Üð©@´¼#ßµÛ>“ Ò¶\|À<ž†Â9N"¨9]¿­zÁ¨DÌC?ÐcFñ ï ìðJ’ÔÏÅ´ÿJ(üZ›ÓO‚ÿ ÿÁ ‡þ¯1(£àx.9IºhŠ`R/ˆ‚ë¢ÏÚFÞU4‚×Sð—3‚$WÏ‹¡ZRòÉ•´s“¤fLžç­¶Ìé z–7!GU$˜Šß‘¸4î<” c™Ž³ÊŒ /”îž›ä æö‰íòP êJ’Þˆ£}’ôº"U9¼-5KU Wá÷¨gÉۅ뻄+”!>;”j-A ÄCYSY£Há$„¿ö ! ÑÅßHÑ$cÅc]É©Ñ`$í¤ßrãË%t° È阒YWd%ÝâH;ʼnÖY"†‘Ä—Ÿ#Çôk¹‚¾åd Ð ­çCü+È쨊ˆúͦo}f ü;ÕbòP¨ *M©rè×±á â•€mã­Äá»uu\˜§o –a ÿ ¿$ºK¨Ù* ßÁ9¢w·`ð¶¢#ÔÜZDú˜¿Eã \@[Dë°ð»ÀáúF‡B R+ü"ØÓA³Á½F|…o‰Á–Káª8/Æúµ¦4f»p|ЮÀ]m3_ ±ï¢`ÿ,ÿú‚«€ÿËúxáý÷|ðZÉúúÑZ òo–û£´å|Iÿk¹–¤D/Æé<\èû0Ê&ÐáJ'Ž|·K§óœí÷>úÇíE¤ãˆ;N{Á¥áÍ™Q/ԗ턃/€qHŠX#¤ˆ ôëI¿YŒþ¶†¥á‹à˜<¼Ã|[XèakýÍз6 Õ¿NÿÞuë{Æ™ÄK\¦Ã€•S.‚hQé}¸4D@ÊÞP%ÞÁaœR罟٠ܷl–Ñwü3þè …yr£’BÓQz)/ß0‚žïÁï3ôû\.,HFTø)þ…3àßSÞð﬿?NE"ˆ ë{…K9ÖS…kÍûâµ°l/wlvØ`œw €‰õ÷@Á,"n³w_êj ´#L\&;UánÐìð﹪ÊÛ5ru|³6ü†GÁ1bÑ¢ý£ ÏZ¼þÙØÍõí»ãz|h© ã aã^pꜱm6'ª)²?|§70nÊÄúV„ò…-|ã%|wöÕf6àuÀÅghùÚxÃu‚Khˆ“ï`ìÞ¹~‚÷%ìÛJ(Që‡D+ùççÄøûÍó¼ÎÄåÂ"Í"é3û¡d¹ W#û¸Ì ‰ê‡_0wñ¬¾ûàýn§d0‰àø¾X¿~(‹çX wYÜ}úÓûæjGq(Gbì¾³VGmôï[ɯ®cÄÍéƒçOÜkSN¯XÏJÃ÷b$…³õ—‰&s„#tÖ~´­€g³ûK [Ñ—ê‡Á¿Ë„WÒ|“…£×I¸.°.ÊÅÆiè“HŽ”÷`éªê§:û ®êÛß“,ä¥/ô_!œ•Ô;ó—¹äW(ºs%ߘÓ9óGÜ… )µ¤Æ6d¸LâZ)ü«J꿇bm1ÙÎKÏÿ¥ï\?ÐV;e×/ŸCß=@w ž÷Uí…kfs7úXÉ3úŽ Õ wkræ¹ €Œ{зUŒ†c;…+¥Ö}Øõøx×b çÃ/Ù;æYûöÎ!¾TØŽњغùqè¡ W5«x’ë©Y0=ÚÛÔ¤úð+×^´7,ZÈés…{q¾…OÙ~Â]G7O ~S ×ÂÌ´ rçæ|?kÜÚ ˆ uÚR.µ\¸2À/I¨ïžäýàé{8ð”ï¨ ¢Ü%˜6´\ØOõ…ý?ÍÔÇÝ¿†û÷U~æ~¥¾Í~Íôp!>9A}ée£()ÐOÀüÕ:»ô€ÖÊ#fEWr>êÒ-8ô8Q îh8üJF£aÐ&ŽÄ¹8áA¦MøÍ9Ú~€|Øáy¥µ‡«:ÄZi‡ÐE_€vÿѼÇPþþY’Ø!düN0Ep‘؆Ê}ÛAÓA˜ÂXšpíŒ,Ze‡PV¡p5r˜PâP,/÷)ÄB¤ø·uß›(\–Ò‡Ÿ¿ƒ¹„È­?`uù.J°FüýÎNß¼{ ö1“ÖÞi.Á~2x†p%›HIU¢-û\v:‘ˆ‡ÖF vÈ40B†/+K#¢ÃIˆÈ:a¼Ð"FäGIȉeÎ}ø ô‡4 z o1»©Å`øüX«²ùokðGš×4îÆi*Œ'ç=æ"rþ½ü`t0úÆOý_–˜r¸}ŸëoÖò¿ ïÿiˆ@»ëþ·}—ä¿W¾ê_¦‚-BÈ f|füßìoWdѾÛXÿÈ!²†ù6 Yçq ÔþÑ:”$ýEŸÖ¿Súq>L‹¾—ÝK¿¥ŒÜñú;ºª¢Ïúòö_`—ýkxù7V Ëà«ï&ëÿ"ï¿eØaÿ ¸#þ¾´•-d²þ„ÖS‡"ÈÚáýë~}¾ð(Ð?$ðC¦Ê@‘ôR&ÿÍc ôø5ábm#üöõù©êÛ¶´ !füt´oî/#¾ä@›3 i:Æ5C›……¨“±2׿©7py,©}?Ð&(NˆÉ]èr Y6È2i5xvWÙÙ2há"´à”è¾n€ŽCø<…û0Ы$ôÈ4[ÔÛ0¢Í.@•JàÖBI'-‘B r;Aoâp=¡¿®>4 ¡D¬ÒP‡Û…~¿`}I"?Žæ¢ú\±~‹‰p6aA” ~“(„¾—ÂSÐlíпº¨„=á›—\3‚– ‹ÁïîíC›š¾ï9m}×™ÇûŸÜ²øÄ’þ»ü „þ«Ð.í?Ö áÜú‡£*| ‚Tü¿_=2æÿæüm¸üïïþ::œ¢ÜsÍ2a­»˜Ü§›oÓ†Môû·Ä²?°GÈT«¡ïn JƒyŽ ôs±b=&6+ý¾ìB¯VÂÁ€X—©ÅBß ”ØqÐ Dví‘[Ôýs>´¦ƒß©Ê篋 àP/!–¦ŸøÑ$—0QDUh½-„­pçR‰¹:ÚÿžÛ•!l3Üݸ§Ôï ¦¶÷ÍOÐ37…XÜ3ô=ð\ Òµ †p®äCÜ»ÂÏ· f}1š‹öx CO€­û2Š~߀6²AûŸC? “O2¹RÐ3)ôê~ᎇ5€yä €+&¬åÒâXv«ÌF ˜Z__æ¨Í²)«oìîí®ˆˆ@Ñ4H&d$ÞÛÝXΤÙT  cO¤"úÆ(U[ÉEë¥0 Þþ”_Ö… z{Q3”* u—ñQd¤r aÑpTNLÕ8z«C‡’1íŽcQ1ß•DÊ09UI9yÒ„æØØ+ *È¢(UC¨‚ÞFGÚP2ÅÆ&FBÅId– 1@ñz“‡¼mÀä4h¸cY#& SÄ(Ša(UÆi8Ì!‘i²šâ] À S™8Õ«ïE©8N£`$„JÁ((gòÄp”FcB4¾§ž…ð0†‘(TŒLB: #ÓÄ蘥0q”L¥Ñ‘ö†²é(ŽÒ¹$2ˆ# ¨ J#8bÝ GÉÈW2Äì%S”Ähd2ƒÊ@»I4:NfrX”z}ƒB¡ôöÒ©‰ìˆ‚b8™âHCit›Mn7dr/•B%õv?f0hd ™ÔKu¤Š12…†³œ‚Sh·¨”^2¾ƒÉ 0zéõN¦ÐAƒQ14 ãPyTDZ^*ŸL§4RIŽt†$…ZÔØÍ€Œ˜4B&Ó™$)iìa1I,E ¥Rí f¯@©§:91{)4…¤è@e!t”Ä$Z‹1éeõ²’(……SHÔÆniwM¹—Å—gÒ4Ý›äÈ ¨þí^I:ɬPpIœÞÞ^6´1”&®éÞØk"©ŽiÐq*KÒ«ÒCªèViìÖgŠ d%U*0GYºÀrˆ€IWF¦—É¢ÔѽÚúx™œ®®6'×÷ŽêÁ{”E­ tïq·*ØMž?‘DÕPU%å t%uWÅø!·põæËõê}ÛÛû•¤ùBK°¥é¿-HVë\+˜+¸&à¡*Á9TA øm‚&Š@nŸ ÁK`¯ð®UE„ýÂÇ'‚aQ¤õ÷÷ˆðçÛs뀒ëûbõ•! ?þ¾¾Â~ŸJÀ„1æ™ä¼ò=º¢œ÷A ¸CéßQ xH³)Dj†cžHêW$|lðÑꘔþ}ƒ¿Ý<¦^7ÌÞ^ žeQc÷[§ŠÒ‹—98–½énÑkÑ›]0‹Œb|0€ø¦€ß¢†vW89ñYh½)J‹º+õõ}{ž9hY=Eƽ(ÆÀ†Ñ¸¼^’nw… ëQfaúŽÝÆHˆt@tÕè¥è4¹¸KiéQ€ÔÔ'!н’h†÷Òh‹.îHáY…jº+ 0›2Šž£¦8YŒ7w¤Ñ($)ãJ¬ÞÛú˜$Î'éÂå:œ3È áTõ^ Š2èTRŠSzå{ëõQÒцni0JQœ¬Ý‹1@UFÁŽ’@|Qq}}&•Œ( t‘A§)ÑØTqª•NÇÅh@®ÞÖGY$÷¦^ zÀE“"Qéeƒ$šJ²!3Hd&[L¼c²lØÊî­×#ã$*ŠJ L Q¥0i2< 7¹1:O tŠ¡T•Ï£û e {›e—$Ç2cY3?c4CÚšü">r?e9¯AòA ãµi"ESO‘£(éIZFa*‚œ}4n ;´ó¢€ÚË>‡Р– óÛ²Må\tyÏq#âK[+e¨¨Å%Ía´Img‰½B¦Óä³I¤Þ-Š.Kƒ+>EBû ¥±d)¹qNQ‘—ªàR¶" ×ò*-Oq’‚)ϰËþE0,PbŒÀÉ¿Æ^!uóg¢>WP>ßN]È£‡ÒI^@ºÛä)ñrY´ÉÜQ™ÙúBY¾‡}ƒme|ÚPûD{£w€9¿…²ôƒ·â0Ü¢gªÔ:º#®ÌÝ*†ûq±4ñ'l,»k…gJ¿Ä—ãñ”`½",ig4Sî1´ñtܱm>Þ-í#õbÆA¦KŸH ìÕ°rkFe´!KPEÙ^‡§,‹‡se@25H­”=»ËÍ‹[A‹¶E>”\@Z`<®9#ºtÞAùà”ɪ ŽT pYq RI±)”3¥åцÃqcÎ#öG3Žïõ³eÒS窜H;LY=†ƒ¸ºQÓ~¦%§D«•%Hu°ÄÏ0Ñö+Æ`_ ÄX£i®4ЏoG3ÝL1i‹;Т¥¿â5–œ3“¹£â“0;Ù/´&‚ åž—6ÀÇâ×)[].ðpí%¯˜.lÅÊi‡°‡õ<–‘ íBëÉNe}¦iÒܤ¥ò±­êïÅôY/Ù’ŽÛ`´l¿J)]c8m‹±9¢„dcØSTÆ4n3¾”¶ãT»ø(R&ƒÂ–XÒ&©>Ãâ$ŒeG³—6ÇQŒq#ÚZÊœµLC ÄŽbŸ(… j9{+c¦V$ ÉÁÞH= ­a)Φy!¤[˜?¯”¶ˆ‘AÕ7]^œŠ –ŒÇ\(»vâ>´i!uŒ¯œI”cÈÙ')Ó°¡¬R…ªëñ$šM¹ÊÝÀUÁ­8ëu¬MhÃLü°WÒ+i3èÚû-WÐ-ü,DµôÀ×áCiÛ°P@k;¶Êi²‰åíÀ3Üñží>s.ûsÉ˵–ztD€”b‘‚Ç$,&‹¯Ýq$±v2³ ²L1kF;¾™±æ*Ìû ÷Pö.¥DÖQp–ÔcLB‹/ãxcÆ&Ëh'ø 8³~ÿ+{ ¶‡‡¼Uô!ÍÀÎb[Pî4J‚Ê{cYX9å(o¯úWö©‰^±Nä!m*’€p±`ÕS^ÓÇÒìäùÈ8dD±G\È‘'Ø0ÆYÊ'Î 1>ÏUÒ ?‡ÅHêKˆéâ'y ^œäD^ ‚³¿HMÄüü¶±>¹¤!‡í¤mgñ.‰'"öò…”zrrWo5­ ÀÎp\ø× ‚(êl_|1ƒN9Ì’e•=N+“5pß@MÌPâUÆ_åë%n£ìc×9b“’‚T+ï8³šÑÊ>ÊZÀ|µ&Yžå\Ð{¤Ä¶f|Ñk@ìê¬q¬ÏÒªb² ²ËUǨJ —áRâÜ¥”HÏ炆Hå*îaé)Ü¡Ï7±´Éø:Å»œ-{ZªùD)7еø¯ Mfâ›Èœ,MÁ¥+ø—Ý,e©@–ÐÞœ±aÒÑœñÑ-ËÂuH<=$Œ6ŸÁØ„½`y³_Rº©ÅHnáê-FñSf›±ž1ThíH“ä“ÿ¯«¯‹â Û>gbw6Ù¥$–…Mº¤D¤E¤\` ¥KAE Q±@DìB0A »ÁƒPù†ßû½|ßìµÃ^ÌÌyžóä}_»sÆSyŸb“Áf:ýBçtÞµ~Þ[5#ÅB£/<6½sÆÚ G#)ˆ+åètÕ‹=§•Þbçc›•6±Ùq.ÈÎì•”aå ª“gÿÃ"UVEzzÖl t°c;Û(á ˆ4)G˜(à릞0ЋS A¦«˜i¼±sR™˜E?Eh{¦ª®Ñ+"¾k4ŒÓ—ÿù½vÜ/n¼£)z±Œé‡X ÊFƘĩQµ˜WFÿGéNY‹)29§gUc‰U±ÎC s{¼n꼟Nf6c”Úñù(¤kST5õì½½˜½—Í t±Ž„ýq¤®`°ÆA‘B’ð…—f V4¬ã-anT¬s0Ö[­ºVNö&^¿ê(Ts8øB•ÒÍÀ-ÐCy†4°)tMÅ›Äez-ý>¦¬À*f‡A5^7ÒDWwc|ý¢'QÁÜ%±ããÍíÿ¡¤ÿ—j0(v}Ê#,o•F›ö‰»ûXÿ?‰+ˆOrMB…j çžH9ùÏ£vmA„Ç®~½¹ÕéuÚ#å„mzŸƒ¤ ¥î“éY¡^oï/œÆ6l8²®¢Ùc¹ù%uöÊçKDšÕyÖÚ?ó:¶?rÌUZ&^Ôÿ2øhÍêhK™)×õU„Ê3ûñßG¶ž|Õá68I‘zÇJ¾ôá£Ð¡0ù›ß!‡FôÄ]ã?‹úK ÓRÓOTÓ(ší˜ºMߟ¸ÁÆ6‡Òiâ™Eê±¹‘§ÖiÆ}+¹å|"Ѽ.1@h£ô[Ñ&ÈàîÖB£Àêóôú+úÇ”Œÿ) ¹õ•>}Ý÷9ç²Ëмk ý›“"· ?¿þùùéâA^Q²w™Ñ3繿¦zÒ&qך}ùôù¨–Ǽ÷´Ž‚þµMZ{‹ou/2X5:‰óiuÄàY{«é‡Æ÷·¿¸›Ú:sý*›zݨu6z6kÍW5T®Ìù¤.ÈKy;î×q(uᦽkŒoZÍðNPý¾éâ®J‡Üˆ¡‹"ª¿o³×J«+jÜâ9E•­bß“Vµ·8Ã}ðRhϲõ™Çü¢mñås ÏÃ^,Õ&R¯øá¿Y‡r¤%Í‹æSÆ÷ø‹&±Í9Åû r¶ß¶ã9'VÇûtQß«­ðÝ 7¯Qc0).Ýéé˃‰«;µGµ‹‹N¨ª:7pï÷›»±Nrv;cåB'³´NÃѦ_´¥º™— ššÛ-êcŒýÚ·®ë}ÆÜc! }Ú4öpé+ÉZêÿ‚~œXR<ÅûÞ¦Œ ¶áòàãÛ~¼Ì¹¥á9ïVvtƒÞ›¾99•' oÈͪÞlwéR{œj”xÜr€gñàtÅŸ7{ú/ßå¨åÏywÕrlÅí䣚Á `õ|÷‡5»’.ýÊ96|eîŠó]ð\vA/ݾi«¡ñbûÖ…¾)h¥Þ.0€oš>^}F\Û%›«£a´Ù­Î;ÑhñÃÊG2ùáOë¬¬Û M?œˆ8¹¨í²DÄ»—Ã| ž½0ýã$Cjí;mì×Á•õ®k<8-]¨úÈUÚëózúÞõ[gÉËUz>˜|«µ˜dFHò­ì£öåIÍO$ ž¡Îäœj*35奫‹ÂL¿• Á34õY’EöÕ‘;µ~åÔúIñ‰;õÚ®»¼T½Ÿ7xãÚ»ME½§,c‡šj¢Bã3No0-¹óÊêÃö²sf%ï½b´½7x&½½¢È¯¾ª…yY²U÷ám‡nyV¾êQŸ³ÓG}Sí‘ä¯<ÿúÙ»ªæ»™3>­Cyi̼Àæ Æƒ ·ÿÕWXqhrÚ>~6ZJ÷îï>åéüzr“LJ:ÍÎGÿdÆ÷oЊœ¼¸%/L/ˆUУ9ù~ažƒ>õ!´ $§ŽYp¯Ö¸Â¬¨­ÙtçN߈Æpàº0¨Ùêyl‰ÂýÃÓ¾ŽGæÝ÷{|â–Öåâó3uwŽÐޝïU™éê°éúõ`ד\CëˆËwþòtQ[éY¶Ú–§s7§^l©z26æ&íViÜ‘wrJ»³óZíï÷Ü,ºìÁö ‘!® ³þÚä˜ß”à8®ýQÊopúì†$ç›üòÃÑémpYó† Ÿî§YµjgD€c´™¥Mo/Ŧ¨•WÿŠÚûmÊãMØáã‰w/`hO-Êè\2ÃP²Úè·Ä{ËTI¥ÔhÃñéäö"Æ:ÝúÂò¬Š¸ÊòW÷(~†;š²S÷{î9"Ó+›l9esó~ÇòõMÛäQ‡D?"‡|÷–Ý1=;:óãtZÉuaÊ®¬þö)áo¶nÒZú³>ÚYr@wi3‘^ÞQ§·d†Fú.¿ÂÔ®Ö݈·YzUûò×1qyiYH/ºT4bñõqäÙÎ"é/Œ¨0_>bl·žúxö—ë‡ÒÖÚúâKà~·ÐîüÄcŸúÞkžïwéüŒ¥O?&7y‡ê;?ÊY¨¥Úöÿé£ûÏê3Ξ÷ˆ‘­Ý–°RyhûR)3þÑÛ!­'úó…Ê=_b%±»Ðô¼[ìôŠ )®-7™JV-7&•¼ÿF»°éå¦ÝIk“#Ú›eÛgZ¬_{Gú3âØeß·+·)Z`™÷ùXP”Yar€|uhÓ7µÁ͓ձÉôÏîX–b·¤ÝÏJÛÎWe7‡#ØkÐóÑ:£?Ç%¯·¦gVj™µ°.Ögg W_ª£Éâ„3%ŽÊ±Ó±êXõVÕ°ëv%³ 5fyø9†mÒv 3l{´µESÞ‡Ou>uÕõûßBŠÜÏ) ý¶|瞸é_÷óIãøÿÛ°è‡È†g¡9Ó«)dÃ:ÛòÕ&èuÁqÅØ”ÕÆë¯®WZç¿ù*ž>goáNj8êÓ_¦n»? P¤y¹58~Ÿ·ÿiy,wtF™Wîô;_u½M§Ë7–k j WÆ|Ï›ÙW4eáâ)_¼ûŽÒWmÔ0z<8ÿÇéúÃk7-^8¬²þ‘Ra†nÛy“HñOV×”„Y²”9=ƒûÎÜð¬ÚïióÙÝ?*5ò‚Ø;ž¢µ  üMÒM«ß~]Q±ùÑ4vWáAþñ»¤ÏÖ˜{ÚTÅòBŸX¿€ÒÄ™ÁÛNIË(v´Qýæàãde Óï™YµåÊÏ7¿Yì‚KwÀhÅ·½]õânXÖƒ×Yu{îrâøþYR®y#ÀÏýGn2}Ï›ò/{T¸;¨pFâÕ4MÛ`âïY!')÷|‡.Z:ÿÜpFmt§Þ|“êé}—¯Ù¶o*c,þÜ—"tñò¿¢¡¾CïÃðžs¯Zæ™\?ñndr÷ÉŃV¦Ê/$íBñ»¼ ÷ŠÖŠ ¸ä€}ZŽ6Ò§º¬ZK屿}éiߎÇ9§ü¥ÍgkVì‹Pø»¬eV¹OŸTë/2!ŽÉÛgµköÓwi~Ì¿¤¼£ÚoCèàø•§Æ>«ßˆÍêæ8ónVïQéàÍ?«³ûyt]ÏP¿®¡g@ÜbÞOœŠ^ÏVr°”™zz+ÿ¡D»ÛCá®{QÒS™KL_óõèrãÊio6\5ºÞeåwb󛯾 êUÛ¯vÕç½Ì}ØÑåÆÑ¾Úõ¨î•÷ß½ä&MÉ\ü´dÁ!î d;õÒŽ_1ukÞøÝ×öݾ›Iñ\±+­®3nnCøó›]ÌË’ô™:1âÔcË’Jœ:hù`Ûáêá×&—=;,ãþ]ô±bÍk®Ï‰­›ÿtʸ’{W÷”ׇ’ˆ“Çç¦ÖuåÍYÿèhsÙº²Ÿ™/«9?«ßYwÏ\£âïáĺYLaÁ ±cÌÍCíÈô¯7žôuÅí øgå… ï'¶Tß*ŠôÐÒõZ«hpÇcãü çO­¼Ýòx§cDßOÕu=ˆêƒNqÇÜKC¥…þvÚ?<=Œþ2:Ûëå¶«¡ýâ¥i?f¨ ;&{ÆÔÉý®?רUÉ×0}‹¤o|è™×ÞiÐçm·p[áAå«®ú׆”¼JýÐÏž¼áÑÊÆ_ÂW&ÑŒvEU£y¹7ôþú}Ö½qßÝ%ÔÛ…«9P²ÿ‰±Òžµ>öÅ;^ï0Ìa1¾¤œ;­xŸò{£«íãW=]…¹½k›®ÕíüAu=në_¾<õ~rÜøŽëú….ËõÙ›ÑóÜ7ðÁ}ʹ؂¡*fvJÈv¿ÍƒOz.îØõ««±,³éÆjƒU=?¢î(ý×iö¹pߎ3¬·c³Â…v•qsÕÅZÕË}-5’KrÚwýÞö°í^ús#$µ?ªëÕçe&íL³ÿUzÖB(~{ïàã™àOßå1ÓœŒ«Ô϶“dŸ>švãußÏ5R>ÒÉÿÓÿõÍϱ·[Ìös›ßF3vNþ¬6ÏC¶¾¿õ«c8F>K«åuT Ù»ï² Ú<Ÿ-²|à­wÜ/`ÐÈS*`¹ îS/ö¾~Ê’/“^(z¨t9Ê{ûÙcáåךšÅoù$Éè+ûvêlôã¾·6­iÍ>ûÙ­Í(›šIì½vÑv± mWË'‰øI@»je ü}Ø<ûwŸܸõm‰×§ÂúÓkÍ^ïr× Ç>ÏmšëÊ:©;»/ö<óö逃O»™3±Yï7ªwi½¬cܸ6O¥^„z½ÿÍAM–|]™ÕyÓ…yìÕj¸Y3M®X”íµãÇ4ælƒ3‡\>|cÍ×–Ë­¾ÖÕØÏµîKž<¸mêOÚÕÆº£ïʸÛ2yÔßÛshì”-;ªô’ˆ¯ybÑ%ül‘Ý©«ÖÑÉQó]¯\x‘{ºêþ »ó{³>¯»ßPy–QD=¼¸o<ªµ®©õ—%—¿ýÍó!Òv8>ïû·¯ßâŽÏZžr–£lÎ8OÁ€ú`°´bÆÅGhŸéûƒš Ãá*Ð †™,œ® !&èÆ>@0î ïÚQý”£Í°ÓǨÞÍâN…œtB“Pç `G€/bÒ(Ø𠘂õ…D?¶JMŨ à2.¡þ”cAœ¼‡ÏRÆ“˜êS] ¾í)ÎáÒ†yºlM]WS hR,.Àî3™*Z4®8#¡ÊOy´4l56>OkÀ00˜õ”«6n£h ·ú§è§OžaQÑ`èû7#’ã“Ák-§¸"èoÄ3kÀ[ú)*U ¨ª*qcÚ¤á~!áè`2Ñv2¬»ÁرŠ7(0†€Š€LÈA2ha œÂPI„!å ¡Í"í|› Xp`ƒÀ÷ Á$ƒÂ§h#:݉Pm° ò=‹2 Çâ!ôû|È'3a/ôÂhPŠ<ÄN=À¿Ç¾@«Â³5‚P¨„6Eÿ‚n\¡†Fð(ZÊÑ­”Ê#¤ [†SQ'¾AÔá– ´ Íh,¾Ï(K!¤P³)–D1e Œc)¨X·»0T¸¬Y¨7pÃf H(¢‹ÍF´Ábàµl§Ñ ð™eP'nDøMÚt ­”‚¿IÃ]Æ} @Z°ì…Øår®Àf/¤ìºÁÒ)´¥EDÚ@GŒV"óÇü¦h` f¾¤¹‚ Þz Ô€jäøD3¦|¡o?©_áðHàÁPA”Éóçi›0ú"nˆ/ò ©Áè.$ƒÑ4t€ ÄÉ@&–œË-¬É@†82Ì“€¦²‚‘—ÌÛ¸/’ÊþŠx!Êô7t½é¡(ƒgtMð€Í:ˆ¼0†¡JFÊtLœ§™&@…¸ÎÌF¹€‹h+ì@©›§¼T™ÖÝ2~Zs˜e0eÖuññD²ˆLäõ&2¯õɼ†¯ú ÷âðÉÛÕ€¶q²„r¬!—•׃ônzðlÎY¸âT5ŒK@70•­…u€?Bþ2}Á("Ä4²1²2|¨fBæe2‰L±¨ÑÉlŒró]ì¡ì_&î A]P]:™MAÕÁL‡ÊdÒ77‘Ë„)ÒEÈGäXŒ½B kä8Q-@#çl d¹Z£ €¼¼CBý(ê(oAP_Ü 2üý¸O‚e€m`¥¢ðFÁe ˜ôA ˆ(lD4H&ÃH)¦#Q@ £"ÉÇÚ‘mð<âŽP÷±ká!J3¾G¥b¾à‰}§hRY;yO*ó|t⻪7“qÕ8uÖ„Ì£FSQ˜è ǰsd¬">ba\'¨@œ$¤òÂp3Ö‹FPjÉpq£œ¤8¡0ÁÏô!b~ ïPE PŒ&¸` ë0¶| N|ÓHÕ@•”âfÀŸrEVÐávÄ•ªÍEvÐ!N¡É°ÊaOKÐÛIo„ƒX¢Ë!R°ã qwfE EÀo” !÷ÚÐ6tgÛÍ §Œÿ.€‡ÖØz²…URV'ƒGññUøÓñããÅ´Nlxà0äøañ`˜ž Ò!èª@ƒ5ÂÜt\“¢«F ¥©Ó¨V*P¬¢ÂâªÌ´ñŸ6® ÔXZ\œ¥}Tõ.ASWW7U75„‚P® KŸ‡«q5yš&Z†Z£]•'L®!TÆ¿aº*\Ròˆ:O×Q—«%Ñ&kç3\™¢…%ñtɰ𖑀ɅzÁ¸4WÑÕš†„»Õ@Ë×RUáiòÆyÚˆ/žgÅó¢O ¦[zJ<[¾­T(åÇñ¤B¾Ôšg#°å‹Ä6¼àX^˜‰¯,%[–dj!”X™ÄʱìÌlYFb*Ž&ÉÐiòŒ Yr¢<%Kf<X|[‰ÅcRS­¬„ñÙ²˜Äp‘T”ÂÊDe11‰©)òL ÇO–•˜” g¤"(¶¶æKmm"kKÔ Ò=‚éétð$R âYÛ øR+!/&™aÅ‹€/¶µá-D’y_(’‚$^=n…2ÅRÓéV|k‰H,"ûŽ%ˆÈV‚Kïd¡˜çž U-0 ±B¡-à‰ÅV|‘D„ºi¥bÉ©±©™ ù|yL6q¦…PÀ·‘ -ßF„y&BThe‡Îd1a!XñmEž…HÌ·Z£">ðé¼0 •••‰/@`ÄL °Æm…¶b[ŒŠH0µ Ÿ.1"8"k>9A© rR‰oc øV Jň…ßFl ))ÌdTµñ‘º@*å‹Ô\LÊ—ØX«Šœ$Æ\(å[[Ù!ßJŒyhq2³ñdY ž–-§$ÉM“øÄŒL93%+ƒ• žc*”˜È’R3ä™vL©„|[+Ì/5#¨©â’“(Ã9ËNÁAFœ©ä1èñá"±Æà™Y0%V–a*‘˜0¸ÀJj+ÐÐV##ž7¬ì8®‰««su¹ã4u.™Bޝ–úSs= Â#¸ºª«§y†|+SCºº à°´8¬s hêÚêrM DZLBÕ…L<}0é©–¹¢9דÆR&†Z¶\ U]åeÊFZjêª,¦ºW‹GŠ#ø¦‚+¨ g>R8™"4*B'ðå7?:Ñ­œŒQ'*ŠŒ~¡ö|'8Ê( )Lª2ÁÄibB™ŽJp©2– C¾0‹Fe’/B… ±8—®¦B3¡óè&4‚àê2 pBÓPW …ŽQÔhê\ÆÇY€ÐÙq9ÊU5ž:Ð0˜ 4yZ@[Yð4uG¨#Â*›‚)„¹²°Rs$@ l8vÀp.L7àNx‚i„7˜|À ²Ñø" ³Á"„“Àn!± $óA–‚¥aé$XHr\°,'ŠÉv»Š(%ñ^(A%ØB‚Ýj°ìÄvƒX8N’U¸„"à ¸ nbwHDø¼ýà h¾1q€‘x„Cl-(K UuÞ`6)>,«@ÙR÷ƒ]· Fr®1w`d#’m6ˆ«Á0&£p"Ü‹¢¤1†’êžn8 p šÀ*€Ž€3Lr 8CØçF0C™,N`ÊÄ8T`l+˜fTV‚]$¨¾^L(ˆ‰¤6½€EÂüöd>>%8$ ;;ß ’jšI(¾¡1pCU #Á›„údw%U^ `4©÷ä! DXˆ18ÄÜkLBm°<¶ÓVYa:“–\+@ѤCIÁ\SBvA &ƒ)b4E ª`j‹d™PAµt2ÙëÕÉ”›D RP ™xDˆ)—…à”M,“I'lŽ"(±qðœÁ€£Ž€‰[VCô'?Àø>q5ü!ú|€(‰Þ·¤ã^“ç €~ˆ¾¯&Ö|Ñ'à1D‡¤Ýï“–¢“×ôÁÿžËp ܆¤pˆ^W!ÚCs…T¥ ‚K¤ZIêrPÀùÿB¤œƒhh…è2lšÁé ™ ‘ ’Äã88FŽ{ÔƒìP‚èaë *&Ýq¢2ì9!L™ôÜMºl'à@”¬Øh ØNê‚@H2è‰)Á*ˆn™¸½l‚èÆÿ¦V6€õäѵ 3À`)u«'ø²“B ZDÚÕŒdF±,CÈÑ l¹Õ„èBQsÒðÙ%Ñg&9Jú„ÆhòÄ­ÒI`>ùñ1éò¸‰k£'ž´…E’Bà :ç?Ù³!šPl&pÿýÇ4ÆtIJ1 ÂÿV{s3&>L8ì ɲvµ8Lâ~òN<=Ä ËÿÆ ·«8mæ¤ø‰gÄ¡ä€(n‡¹Cìiˆ;ÿ lDî±J@Zõ4 Ñô#ðNœ a6¾’ìR’Lló„Ð8r {…AW­'O=Hߢ9Ô%O Ùº1Ø?q×3B2èç̰ªCŽZôŸ·O¬Cª О 9ÐÌpøŸ=!â1ƒÝŽj0¹É\`¬6b¢IÓ=Ë–ÒœÅjϦ<Ž«a‚ñw–[±sSd0¡JêjE¸Ø–/°’B1ŸœF@†©ÐÊ$5-QžE*MÓL)„¶!B¢‰-_‚ mIŒB‚U¨€SPbcKÂÌMKË qT™ˆD("²CçP,b_`+&±„Äb™r@ ¦“‹¥¤&Gg`Ø,ow4‘lô©±Ùy1x #&[›Á²X̃ôŸbͷŃqz –B¡dfá²ä´TsJj Ù×§Ëb²ŸEÖ4‰’iÒäp‘µ0)+1-IŽÓ€PÈ'M–-Çcå™r<=[ns <ÏœššAÆ\3)13KÆLÍÄåÉdŸ@d±8lLâ³E`cm’†‘H'ÏHÌ@ɺ&G3äi‰LÍ@cÈ¢SÍ1 n PšµIl"Yòp §âTBÑJ¡,)1V ¥6&®Tҷɉ)05f%’¡ŠJ…¦fšãiò”X€H1²Æ‘pF†æ’Å>5#Vž¢NIC“å “A¡g21EW(2I“g"ÖBL„YR|v ™ Âá8·’Xä´$„ I@H$k)nÃA(áÀ\‡2ÃE ˜#"12È&‹e‘Ü.&)1E†ÚÑÖ|˜'#",C΋#8Ö$¨‰€„ŒôÌÄ”øì$€ÑŒ#ˆ­"a´h Ò¦½ŽÐŠ/ÚÚ…´$d-#øTSN¦P¨™i0SÍT0A-"nÙ¨ÈX3ÿ§Vš &ÖH²qÌ€X9ަe“(Ì’'Ë0Š!™Xª¢.˜ž ’`¦"Nc¢ÂÌNaèE6@b+A,‰Éò ²Åf*2ÑX —ˆ!9¾©…À$ X™˜£¸9J 31VžAÅ BDE®,E>ga F.3 Ë’Q(ÏTžd#´’"¶ÀŠ, …B"ŠQ!‰Ñ ÊSPDˆB²ÚB* ™j'ÊœD1žD(è¬%|+k;µ˜/°&D‘IV**LHÅ ’˜LXº…ëzeÉ3¤Iu5ø$7ä:ÑŽC øœeâÉ^ìë¾yEyÇù…øéwãpÊÚE—gð²*yŪrv}.#±ž>“‘ÜBÞò÷âfEÒ,æ{â‰Õ1"ÈébLeEmálm¡ zm^N)RMÆy;:”ǘ¯­!¦D<ÓŸ^%™J“J(Á¦¶B9™8“,¶ Ž2²p$-‰•1ÉÄHaÊ3c2Abª9š‹Á,²~¦âx’ŒÏ¤“ÄØ 1²:deÈ€šDÄ—ÚØà³@bŒ‘2ü3³Éš‘&¬xy&`È2ba‚¥gcidÀÑ3˜ ’ž…Іom#¾­uKMÆ(ž–š)§d©˜³RÓè8l1Y²d@Ö|â‡çˆ5L+>Àƒ ™HB®)!ÓÇV€a¾©Ï”%A5©5ßÚVAjƒBjK( "(™†dv‘ì ŸÈ Ü– d“O˜˜¤U€Ž%gCY ¥’ü‡™Y±©p1É~¬uÉd‘œ!ƒX,ÙßD±Ir*„±r¡Ð²A&Gh…8TIH.(¥"ÍLŒOI$ ‚"4B‚P²d8&"©¢µ”™B&9Ù¢eóS²$bˆH‰(HͨÖH„ ²ˆÅ¾X@’;@’T‰XŠJȶh4‘5I{Å@l+ „GR]2ÆQc‘š38L khQ…v(Ç–ä@IäEb¾ÀD ÂDÖdrˆl˜ÏNA©@Q`-à ­¥æ0Ë”EcP––”HbKY 1@¦l¾œk+†x†<95Gε!Ë+ŠZc‰²è$9…V¶ œ#D0w Ÿ`ÿ€¨ `×™Á³¢¼Ý9dçIŒ¥€”€ #F–™˜”$c l‰X‘¼ÖP3³“²¨(º€‡û@†ÔJ@…ŠS±Ä$5+5&5‰™¢„ëI„›&ÃS£³ä€,IIòL `ƒ²EJn@ÎÈ)2 „5Ù)¬%˜”E‘ˆYÌ— & ‹œ‘œq9Yű*Hâm HabL ²R æF0²X˜‰dpIè0®ˆO˜!”T&ªt›²—XÅêâœâì¥oç¸q>¡']î pŽãFŸÉdR^«Ýá·é™¨.1_¯ñcÏVá*SpŠÂ {rÎ-¢ÜeS¯(šQ– K4—2Vº§ÒÁÌVææñ”ù ݿҿ€@ ÌV´ÓSGŽ#>Ø5lÛNìv=Ž‘Õ˜y-XqÜϲ͘­$X£­aîQkpéÕe/RûÁöc^SK²±§OñaÑ T‘Ÿœ5jjÚú9£$°pÖ›«jú«…|Å~©094Â\×ÀÛŠ5ò8Zœå)[0,¢ÔŒˆg°Át¬[‰”Òu6ö£Ë»Ë±z21Ùüåo-rœH!´mÙ§Bb’ž€½ ©aŒó޵à"²€¸k$gKAòB:B±`dz±>9Kó,f¦,SRü̧eü¤bE e‹Ê ʺxÉ.вà{ÊnTPô¼WÈК¦½Ji€_fËÛP`N E¿ÛuSyQ\±È€[÷zq§Y–}p1*t ¾K»Ëf+¯k@Z´ÔK§Ž¹¬¯˜îò )`Uyà;VYë€A^ ,/ÛèžZç}×tµKªµþÍÎUÞíZòà ˆF o~ »ð©ø’ý¯õƒ:ßÊ;H»%²ÙU£Q¬ç¯h0ÖSw ‘n*úCÍ€QeË\T†S }×ï­ËÂí²^u¿¢íÈcÀ€ûQÜÏ»LôÖ,[þÇoÑœó >='Þ[/rD¾›u[òœ‹€ã-Y™[ñÊDçóüyÎË5±‘š¯GzÎèì]ûÕê›ý¢¿ª±:ÝּŮ›xߊã—>p䵺ä-Á¿KZ7š‘~±t .ŽoºÖë’ÃÑŽH5vxëü±´±VñãSb鵆Túwî4¤{%ï Ogy·Ë3êCú V,£{19Ô³ë¼/œîó’û§]¦»J¹Ú>1¡½ Ķi‹îIÇ©û/J8¬¶e*‘“ ’°Ü}–/¿©M~‘­Õ÷¯í“|QòŒE6£Šm'êv4:ÔmÑpÕäYvÄkµ=6x1T¿/8§2<ço°Yï'£¯Ïð£íÎø¡„âÝíŽEßú™6ì½(Âõ˜Ùq½Ç~9Ï7T»sáÃîÆ7ÂÖHAsèņŠ+gj÷Çg?7ä­qU-p |·yºñsà"‰nï™FCãå>áò¦ÈùÓíPýoÀ©ÒÿÆñ_’I§za.'VÚZjÕò]2^Œ…KG\Í®ØA»­i€žÚW0püÀ­¯#ÚeïyçŸ[XðÄwѽXþŠ/µ§°Ž.\þ„-\ñõÈÙí´Ûȳ-œš¡w›‹s?Å=î9GÝzm½¥½6ÖúËx*~¤Ãétgj «ØÙ x½AÄ §n%¾/((\KmYñZ¥Û&ÿçûm´^»6ëÂ'î‹îž#=ì·”;[qÞý[çØ‘^…ky$\ ¶kò2Tgñò[ÄÇÑæ/²Ý`QoÃÅö%¼¿~r]þƒò–Í»oUrªð‡Ã¹“Ô¶H™Þõ±§ócõÙƒ]IY—DèßøÝh¸ýv{­Š8­ñ†%¥CÛóÏWw?«µ¬ÕlúêÔ{qlæ=¯ÆüY—ÇN§.Zþóah›Î¼Üí—¡¹ÂíÜñžï&[[¯9î30Ö3zÔÏÁkfî2õÞ¡@µm'_ô—¿ikh‹¿yËî–Z-Ù\øæÃlõ3ñ·×#ÄÆÓª£ÔVñ¼7òL¸ßâdÍ» ×Θ=¹.X4¯ÕÚÊÔ(5ËqËi¿ B[jßZ\é„—þî:[kÒkDWvýÖü×ôså_Ÿã¼äÙMfgÊþ„áî”= Ê=ŸoýÏÂ{jŠ9•‹Kv¹ÖtêóÒ±q¹pæî+”l÷•5\4UNŸ¾n30b}r{oüïCOïÜ)âÿ9ø½õšË×eŽã~)G&µøÝ¢\Û»0ú黑Ã9=ZœŸHC‰¥8ê´FçX<®°fxƱÃ?;Š-‚}š”ãéÑa­Å‡¾³¯¦hË.¬ÛîWÝØùMG¾Dç–þñžÁ¤ŸûŒûˆ~Å©§çkc½ý¿ÝUܨ¹,x½W‹Sy~ ÅÒpÅçsO8¾¿ýÆwR¤RE牊KfÛOùpµîÄëôçúËJ_}iHçO{~Úk2ºlC=œ¸,*üÕìþN]¿Ö}“Í+õn=ëI[²*pÛ[ìÏÎÁ²W{†ËiÙ÷«wç}­­]õãhãeÙä‘ôfaþž­/žÿÝ~섪޻Üw-³´w¯8L~Á†w;ûÓñc™È¤5MëF¯ülþon µü˜½iõÍõb}å37ô¾þmbí#MWݬþúIKõý+ºr±×†þA£‘{„öØhóáCí°f×:p£áß{³ÚÛf]-¶<ä¼ûkê[¥ŠW)~šÚM“œ.4ýémqÙ³#öÝF·tLÿ¾õ®üÇvK–|m¿þg æqùÞFMÑÊiŸ£¼:·Þýlwµ]xNµ·î²ú°~§IKc$=1bÛõ¿¬w²ÊÌÁÄüÆu‡¯É+©ÛŸynÔl}f»§Ã§ î§Æ¯ì Òì8ñK~ªƒ£QÜw×i׎›­sØ2·ãCÉðñ¡k×uÃ÷÷¨'Î} nâý±ºcÆéF é÷ÆO×v†~FòïµÏ,|ºµYB|±<¸l½ÞèÈz{£ÎÂÌw}œö™“¿æé쯞óÅmr¼ÔT-æ”çIþÆŸ‰¿v#+•¸k%ÜŒý0cm¼7c–ÀMUõ¡ñƒ5š¹RI†Šm_ΔrÔ6|ëÝàêˆO{ªJn(?ØžË/¹r:ñn¹Cþá½¾¢á•Þäù)„k³ÍDtÛýÇ¯Æ /¹zMMøÔIŠ—räås/ñ"œ¶nÜwz¾ùl-aâ‰uÁ–!ÐBëÔ-ùf)Õê_¦ v—‡%™¹\P,‰hpkØ\±Ù¦¨ï ëµim1}ªî­ñÜV¿ç½+ÿbsòˆ{f£GÌ?q˜é^«x3}SƒÕ]¯z—ðWZ=üháqò±ŸÊÃÌ¥O~=ïÏ)ßÈ7ÑMò“ƇŒ¤½Äœ4ªoµéÅÝåÛOßS÷paÀÙÎ8ÆíìDé³ÝžºóÓÒål„IùËI‹W‹æ”ñ/­ZûâéºÀrO¯ãêj^Ï~·¨$­nãÝPUToJÈ’[ l~jQ^9ÝJüyÅÇæÅw6ÿÈ[y4hŽÉÅ93NÚFÆ!%Üuë4ÙÇ#öµØïì§…íŠð´Ê1¾òLuªý,¿Îa½¹f¸ëW»¬Ó¼ñJ/$òÊÉpIý~Ÿ¤\o~…Ÿ÷JÊí~i´f£wé‘„‹G-ô«Z–DZøNJÅÆbÓòIÝæó©Eä¯5ö¦2^9ó•³_žè½ºsûY½C!·kïÖ•þºâÜñë÷Æ<Ó•Ôkîó£ÜG2W5žàz]ØfèÁNt½zÖì|ó‚üîºÖe†57Å-«×~Û‘mt/ÍiåÙ5‹ø'eF?d·C 󩞯|†ÿL[ç¾±¶t¾é…—ï.Ç­T_×:Kán€S×>÷¦Â…H×ëàª_5]÷WjVðwÛ»>޳ßpè½t“쪵g¯¶¸ß}ufåñ ŒìÉh\’ŽfÃk¯?¢3²Ó™*ÎÏó/¶çÏ–ÿ«ßé3/,¿ãWïü+:ÖòÝöüC% ΅ɵ¯´£ó ÿù­ZlÒqã^q•Žû.ÿÄWEþ ºÔð…Hßœo'KëøW»"aY¾²†4øŠ˜µ*A¹¡>ãÏ çe5~L£ž~®^þÌY¹0ðú…HßwU±!õ+O¤ú>0Þøi«ŽLüÀ|FÍ‚i„³ã¨âµ?C#W|rü5:ެnôÞ΋>£éùe¨,Ð"³\´`vwfs¢wòƸ»#M« âÓŽK*:³ÆÆí…’ñaÅw@îÑoÏ:ÎÞ˜uªÿTjƒpR¸åˆÓY~©}ƒê÷¿N­‹”‰Ñ§SÎ+.ûýð³‚bÜíÜ'N“Uü:´Øög½©wÿ=yçM3~EÖëðù©¶•1‡é´¼%¡¥^4+Øš5û¦ ¤\ùvìlOxJ‰ÅoÊÖôÔß–·­cbY —ü]üªéÑTySÝÕºd¨ðc<#ýé­ÍÚkÎkäëµ7ü\pù )óíÃïË7ø$ïþ¾ÿ”»Ãæì5É}¥¡>¦Å)/ýVì±e-Ö¨Kþ‡o“Ïýâ|½mü¹‹–>£ Ûy¬'‚ú¥¦ ËýQ›·écj\eæØ\:^Û:ª {pô ¥7«áuô³nžÿ²ªº—åU% [À%jÆU+Æ+_ªa*m9p÷Aßæ »Uzî½öܼT£qí×uÅsŸN´“~Í«‘Qßu5½~¥­w»2F +}&_2“ü¶¯}ç£X:£}Xføåòâ)]å +P•ôs©^_½â Ãíú­u ÏÝø~]£ÝgUå#êœÈ­.AÆú5˺F×'œ78Ü:úæùã!§‡+g©é5 6žÐ#-­ú ¹všH¾Oø¸;Ú«ÖÛ/J _´`Õ¿ç—uúæ¤tài,>ФvÁ§oí ¯ï¢ÖʘSS–[&iö‰—¯tÃó‹#~ê³»ºÌÿð–’…Å×N·ï½1·}½ jû¶x_†Æâ^Ë ;U|îs$N“k5Nª¶Û.똿C »pµC¤Ä K/>V;¤Móª”ÆQLÓ‹ß%=0 nãÜ<=; ÃÃeÛ¹Jñe'¥Míñï‡ý;#—ͪXH‚!aæûŸ¹ñÔÖùÓ3¦Ž6×üÕ¸ óµym˜ðûóG•³SCwa(ùåÀ*¸t­ùNú¯µƒ/F??¶yLrÜíç›&­Þ;"F&o19ê©\¥)³÷_¤¥â-·­ëþª“ãÁónèžÄ}õ§!æìöñºJbO'¯¾Äæf‹çôÕ>]‡|Š…57ªß=ý{Ó¦°ò ‘T¥3Æ5ð˽g“’Ù¾IWµþz¯{ñ·:âû ŠmZû{f‡ˆ¶”Ϭûä` ± FåZ‚õ»ÅKs<ÕÌRì—6lˆÚ@ëJ:U둯õêÏ‘¦imOF¯¾êˆß¬¦¦8ï—}f³ë×÷È#åóW[æåç;¤”~_з ±œå›Ö[7äÐñsžÊÑŠ7ökÎúÂÚw­7[@ꥀ³³´l]¶gŠî|ç±\‡{ Å3YVÙ=²Õ£àò>'µÿÝf}µ¼±!zÞ6¯ÀÒ©*¢>ûÇŸAv~bŠäóžš½Ÿ«MŽºÚÙÑÑÑ> endobj 403 0 obj << /D [400 0 R /XYZ 56.693 411.082 null] >> endobj 404 0 obj << /D [400 0 R /XYZ 56.693 391.211 null] >> endobj 399 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F73 59 0 R >> /XObject << /Im34 374 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 409 0 obj << /Length 413 /Filter /FlateDecode >> stream xÚ’KoÓ@€ïþstžÌ¾w9"(m%sJ{X9Ne)q„«R=ãµ N ÁÅ3Þy3O@ð){_fë# `°ÒB¹+Ñ:ð" ÒÊ-lòϱíã~UHCù¶ž”þÔÇ®9ί£ÜÇQÞÖ]MÝžãê±¼çR…ŒÎîÕ±} ’O}«æAYÕ¾Nw•XUͱ­O¿ÍW’~‰ý¹Ù÷§ÁÆ3Ið<“UÃLÚ9´!pDòTšó8Ÿ¯GACDö±Ì~f‚]Ëþ \hIBuÈ6[¶qYÔÁÃsò<€„RYÖ÷ð=û–Ñ–.ëE3snP:BžDajdŽ„M!ˆ(ÿÚÕ»• ¼îê¶jn:!b™ˆ³lÚsÝíâË¥u^Ò2ïß$ƒ˜1x‹Z9ÐÐòŒŒá¢á›´!t&ý+aÑÌ–õÝAøpd(o±ÌYŠ©D±¨‘9µ¸IiY' ÊtBŒÌ. &W®ðîÇÅ௽=¯„A¡sÓ"nšáÇpéßÊ?Wº‚ôÍmiB²áNëÃÎÛš endstream endobj 408 0 obj << /Type /Page /Contents 409 0 R /Resources 407 0 R /MediaBox [0 0 595.276 841.89] /Parent 397 0 R >> endobj 398 0 obj << /Type /XObject /Subtype /Image /Width 601 /Height 422 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 31565 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 601 /BitsPerComponent 8 /Predictor 10 >> >> stream x^ìÝw\çð'—@X&a) @AÈ JEkÕwëªUëÆQ78këÖê¯jk¸ÐjUT\X¥Š{‚Š‹!C äî÷Ça É]1˜çûáãçxïyŸ{ïÍ%—#9I’”úWÅ)Š„B¨öãp8‡ ¥yòÈË!B¡Ï€¼ªâÑÕN&“‘$)S¡xÖ¨i+!„Žâ¼CW.„2™¬¬"Õr¨iC!„ŽR-„çÍ›7‰D"‘Œ\´{ÌwÃ3³‹ LRô3¦›±±1O~±ÐÈÚHŠ€«‹ü:¸Mž:Èܨ,ýYVÎëœæÍì^Rn®® ½¯^¹¼zYHiÛáî_sjåçöšm#„BZzSP’÷öþÕÓA!Î Íc<}sêØ~—¶À\`\å^`dí,‘H¸\.çÕ«W%%%ßÎþmÀÑEâRzuò¼Ö«æ}oFˆ’‘„áÝgb2÷±¨ôÙíÔס!E =yºfÍzÿ‘ wÅnÕyHÃf­·ôÊɳÿ€‰‹¯³Hþk×€º±HI{ MíÊ[~`rEe%ÏÎ\yfܽíMÕ«Uµ£“‡C˜ Ì\,¸ê»¨z•rïî‹ü2Zz{Ö3$4…#ô)½~ó6éÜÑŽ]ÃÿMJVæàØôþÕÓí;†Ö57Sìecavðøyø¢ûûkyò–›)/{ÀËœÂ+'wÇLè]þw¤t«üƒ†¦ÂÏÌÊÊ$\¿^Ú?Éw휬_¼ÈÉy”tõŸAßÎëØ¥[Áë§qq!~âÅŸ»|hÉWðìÊ™Içeâ×è_çíîÒÑKSoe©Ožz9™À凎M‚Bþði»àC’+*+ɼœ* ³=>ubÖ}[ï&¬åPý¨>p$ªäÉ@VVú4ýùÖÝ7³]\-ùÊ!IRÁaJð*õ¾Y›–Û¼lÌ ˆ˜y±/[¶Ñ¦ªÏ‰ÐÇCp8`ca«'÷bŒ·<®®Eû‡CWy¯ƒÇÏÓ½Æ-ëÙÕŸ¼(oéоµb/¹ÒÒRý{úwòÝjÓfnݹäì¥ÅTÊqÃüGƼÇÏ …¦†©™…Åe/ožiíê¼dçù†náî~$ÖBôNý¶> â?Vh!)J’›~=õM‰DJalZÇÁɱž)NŸ¿ý=•–Ó2ž¯ë»âw§e<ïìïéæâ¸|ç%psq¼s?U19[’ÂéwžæKÊ.ÏÄÄÄÓÃT䤾jÚ JIÊÎÛ½èT²¬qsEJÒSÒ3s $e”‘‰©O[W£")Š$Å©¿Ì-*®Àܲ¹K#‚#•kC‹”çodC;'GK¾–#€e&š7pØxÚHqä/O<—'´5ô"ϸ±k›&(ËH}’™S )% Mm7ibm·2ów}_ߘà¬Ûu)Ï®±d2)c¤ö9Ùv‡qÒ(²”1‰–ûŽôM¥þFºú¨öZ=¹×¸åqÀTPå½äTj!Y¾ÚÂó›½[ûût 4ʹQ’zñ~fÑ¥´·÷^767¸Âú³K]š7YÞÍ|z¯¸ÐßÈT@.i0!Øâ‡ÃYò–’œ'OÁ.zœ§Èˆä‹ç¯wÇ^}ÙÀùnr2㩞|™±‘^–;}þ cL[ǺyÖ –|ém+4,Kž¿z3ëëíZ:KKË/P¤ìÁjµ‹I©8kEšÉôæõ#‰ÉÅ¥ ew¯§tmÕÂÚ‚OädåŽÛxY\\¤~T–æ&·¯§‡G´ïìli e´ïì…,GëÒ—Œ#ç®g7ŸìkbÞT&¹qúü«ò„§3¦²Ë9?ûµIöS¿îm¦º×³6&r³sÇ_=i›óø®|Ìcú{‡OÛ`)¸sýšHís*펽9¨NšW«f÷˜6ׄ“­å¾#}CŸáÉÑõL‘bm#8ºlÉ{uô·<ŽŽQŒ·<®{ wþ[±b/9™LÆ£¿t”þ]^*ùVMžƒæÍþiæÈžé9Ôïÿ¾ñ÷lãdÿßõ[×RïØ×§ ê4iXÆiß¾½äfÚñm3{Ž^ À’ ùKü½m½?‚)‚oB'$Þ-,ãÔ13íäqÿªûÀ榯ï?\“œ[·‰ÐÐÈ®žúQ½¸s¿]dðŽ&wÏ^K»Î L Fízÿ‚~¢‚¿NgŒ µïÝ·Ý®…×^…ª#d|‹EhÆ5h ¥’l‚gF–ÒíCJ~ߟÄA¼´f}» nav'éÞ‘b['ç¯v+ˆ>pþ‰â˜]œ^=¸ëÒ·«jäñwÛÒ˜S©´;ÆuĪ“ƶ¹øü²­Úí;Ò7ªgx]Þ_}8yö²R°Òy!I’]¼äå6ny\×/y¥S=/”Éd<ÅïW“–ÊäëÌ}G¾–MˆùÓœ/ îÔÑÒÈàÖõë&`](mÛP|9óm+‡f–>&N«Øé¹ÔøKþÁ“ƒ,ä-âbiQa`€k#¡ÝB™5&Kÿ«ÐMáÐ …ç“’éWðó72š:6±²Ðî…$âz¡¬£@àÙÜæyvá•„Ë‚zN—’nÈϓ§ínbÌõÞ.%—™”¥½*u¶vmCìŠO%K£šÀOÛ¯s6|téŽm#{P?ª´ÂÒÙMŒ æèƒNúˆ€Þ¢ÆîÒÂ#ò€Åûï½cCí Œë’²BsC†2>•þø©7Èdâƒ{“lš4~žr·<áöä’ ø‚ì·¥Ñ.&àÖ¾¹Û»^]ÜM.¤¿q_>æí[_}ôx:Säñ Zæ|Yqwçƒê¤]ý/™qsñ— µÜw¤o”Î  °XÊ ‡C6ò^lÁŠíò^r$IV¨…J§V&š5ï‘¶¹OS'ç§7/Kx&·ï=¨kjü¸Ôª®cãRCÁ­”›§·îã„RG¤Ïde…Ëþ-\àï#o¹—öjÕ‚Ž ˆ]{/Þy#=4 € dÅåp *ã¾ÿœP…É¢ Ô`ÌIì]]Ö¬<~¥•­C]³–Þn=|m¿œwѹ™ãœM t€“cÃÇéo¢mùðÕØò ‚¡¶Äú§@oCÿ=I)@í¨8À»ç³BÈ‹2 @,#lßšá}Â9›ÈÒÒ¯ò ›¦M, Ÿ¿kO‘Rž–N•ogǶ³%$€ޤ´NcÁ]…<$IQ,‘Zæ”G*íŽ<³â¤±mÎÉ©¾–ûŽôOùo»dìŸ'Ni ½d22éÚ ¥k„ôµÃömZq¹„b/9Š¢ÅZH©à×mÆ14É.(¶tnçÐÔÁÉ·{¾}§²f]º•ñL9Q§¡g§È¥ª‘¾‘U ÿ·˜x_–§Œ04ä5iÖ¬>¯¼NÔá·Å$ jg×=ÔWñ¸4äÀ«Rúy6©g\œûæ-°`Kò0ýÕ¬¾.Dé“ÌÜgÅ2‚gLQ¥‚:fbŽ)ýcD¾±tmcBpž]¾¶hÛ…EÛÏ/Û“ž=ë—ØžRsµnf¾ÞîÏ3Ò4ŽÊÖ”÷Ç L qêâyé· Ìê Æ2Né”WR¾¥­“kc #Åvx÷œm$2üín1ôðoXOhdm-òéà:¨‘ôia©R0[¤ö9…À@uÒØ’hÜw¤·Tß#MºvCþ£´Š 8J½ á¸åqòË«'÷’w—÷¢žM¾2†ñýú7¢—½îÑ#´‰Ì–‚îu,x"0QÕ¤I£ô‡‰Ý;Ç@µ#ÒWœÆ¦EË®Î÷п;4²Z{oN¸sx¨ÇÕoÜ×oìƬÖì¹· ¯Kp¯¶I—oXÒñ$EÙÛˆV~:5Àîë¾ÄoŸ ˆ~À¶1¶$œÒb‰©Eß&B#¢0¯ îÀ¿uÚ“eV§üsEÏn?éþ£%œ<•–"h âržÞM~ÞÛÁÆ®u]ÈHÚyfw϶]Ü~prÌ~{àDi=M£²ptüwûÛ>킼[ ²»7¬Ù÷ÊÉÙþÎgÀ„m„ŒÁf¦ÆÀô ¥[DMš=Ø¿%¿upK»ÑýìKÅ’§™Ùg2Ë̉ŠÁl‘ÚçöŽ×þ:³;¬Â¤µpaNbH‰µßw¤W”Þ#eûX༻^¨òÎê¸åq­Z¶ ”’È{ÉQÅIMM-**š´lÏ€!£3^åAEÏ$½M;Ý/ÄûÉ£õí¹¹»s MÁÐøÖûR©ÔÕÅiƜŠ\:9¶ ¤÷®]¿m<Ü  ãAJ®Tþ«äÍ‹”g9R’SDzù&ó­Œ*oÏ™’‘-% ¡¥M^v¦<Þ¾ÌHË*(•QOèÑ¢‘R~Åe¶$©))EÅâ2’âð-mÚY+ 8óÎW¥¤­«[ùGî(êÎÍ;ŠãÖÒÕJ_<ËÌÉ/.•‘†FÆ-\šj3*Š”~æì% YY—kàÝo> „BÌĘoÀ#Nþ½ÏÎÅ[$4cŒÉËûìþ¥®=ú”–‘Å%’*÷Iѵ°Â{¤”Ê{õš´”•JKŠÞxuêšvãäíû×{\¿y·žs€}«®™.™ë©öB!„ª ¨XlldqêØ~æ« !‘–•ˆ¥ÒK‘æë…6MÛÒ«lšz]¹urì„(ðôñ")ª¾S¶^!„P•H,„¦a_|ì$¥eEïÎíhUë%ÿ“o ç…Š ÍüÆhŒBUMN럎«Q…^NÅZèR'›þ&o„BH¸ÔÉÅóÂCK¾ÊÍÉfG!„>+™ÏžnÞ”šïÞ‚B}Þ°"„ÒwX Bé;¬…!„ôÖB„Búk!B!}Wá³öé›k_ìO¸—ñRù[éõApìê #:5oãÄzŸ)„>WX ‘þºÿ$û_÷jãØÑŠKèû{$2’|ù*gËád²[I;wMá}V°"ýõç‰[­[¹‹Ì-‹%$ë½³õ‡@dÞ¶u˃‰±"}S‰ZøêÕË” ò5¢jÃápêMœ'¿Ñû"+ÏÅ]PX"Ó®GøÆ‚—ÙùÏýä›Nü:5˜ÊªÕƒ¯2ù^׫g£)@ûZ˜›“sïöí6íÛ[Y×%ôþݤC’dvÖëkIWH’lçÕ'¿ºÐKœ?õòÉŠÄ3 åîáñÉ6:øuj0•U«_eïö:É€g`ai©)\ëZxïÎíænn|>¿P?þO¡;ø|~s·îßÃɯ^|>ŸÇ…czh Ô;§ÿ¦#›Nü:5˜ÊªÕƒ¯2>ŸßÜÍíÞÝÛ¾þšbµ®………u¼OÓ'QG (.*ÂɯvP…«„žMQ5D§~LeÕêÁWY ° @S€öµ¢(‡£oó¨#è™Çɯv<(’ĉUÂÓ¥Z¨S¿N ¦²jõà«Lû²¥m-¼¬òiáüW;—íž*úƒÇåèÚÁ¦SãÑ©ÁTV­üGU™Zˆ/ŸÎµã@’ ÿS622‹KTUj§[ÜÝÝdŤÕÔMnkZˆÐkæ™çuë?±DSì' Sç…4N ¦²jõà?ªJÔB'ñ“Âù¯v\–ÓB¥Fù¯ªÁW®\€¸ö;èÙnÅUÒRÒЀáö¾Ûÿ¸ HÈåh|HÙ2|T\;Øtj<:5˜ÊªÕƒÿ¨*ñ4£˜4±w éЭÿÎëÙŒ1j¬üy•|98¤‡šÈíÈœ!¾]BÂû/Òøi0οN~ùBz‡ôï÷“¦ðª¨Æaó’¤T~€ñW¥vÅ–z^ĹÿÐËÆÆÆ{f ðõñ°3E’Ÿü]¨¯——g«Ö¿žE‘dd€O1Iuíàu•"IÕè€ãK¾ êèíÔ¤ÅO‡žÐ¥oïNø²“[›öžíÛöû)™-ùéE‘Íš¹{yµï2(^uß)’äÌ›jc5R|X•¨;ø?ΑVÙÁ¼¾òGß.ÝCzt êþãoUh{5b›Iùòã}úîN¥—¯Ç®ú¢[·à]ºE¬ˆ½ÁØ18¤GpHp§à»oä¨h‰ñY\sÅ^Ó*¨Äy!ÅòFóÑ#q{{³ßÐÙý“Ö0ưùõ×Õ~G/=Ƕ‰jÄöí)^¸tï¾@‹+%Ÿä¿êÀ2ÿ:8ùôhÕ•SQ5›ÇŠŒÏ¥FJe¡Âª‡Gg™Ù ¯=ê1ëÂ"ØÔÙ¡åŠ+[[¦ï³ï4ypÚÖígÎÇšš]¾ü/Ý÷÷ð/”4f 9MŽŸÒ4?õ·&GÏíy~ÿ¢ÇÃÐ-·w@nf1[ò¯£÷yõÆÙ˜Wòº„qßy\æîC¦Z=i)©ø°ªRsð« ¨š* füˆEö%öv)¹ÿ@¬f0Õ8ΪQÿÈ_sTl}Š$ŸŸ7hÝÛýû9Ô1,}ûxzï~s,Ìë¨ü¡uú!xôkÀШ/“Ö)®Òþu’íY¬Í\i¿*‘…­äÒ ¢æ_‹óÎÒËMäòe‡¦N ë¦÷ëÓÛÏ»ëòÏ(Š:ñÝ@ ëÙ£gÕÈ>_ôîèÛ}ÅÉÌ“k¦}Ùç Ÿ]VžzNH ïLÑ£g¯.Ýû﹓KUäÐÔéÈâQ½z†øIxU,o<3.ü‹ð±‡ÒU»ëQBRýÃ{ _r‹-¿ú ÓRUZœòÓ¨¯ƒÃB{ô¹ò[ò‹«'øúwëѳçW.RLç_'_uœoŸólýÅÝ")EQ±º|õëlITçJu_؆]’}黈îÝ{ôŠ•˜]"ï¢úˆ(âŠá¼ˆ‚Ч‹ò_Aå4<½:xvðúnã›ßODË—…;ÑË ¯eoæéÕ!¨ß23ÎÕißG …†J»CÿðŽê\ÉYGãí¢ŸS.ÍýV¶M«od<Òjf0÷JÊZð)Š¢8†Î.ºQõxÕRÍ‹IeŸ†ø2R&ÉÜ\è(4¤(jSÔÁá›gÛ›PÅ3µŸ³yèþ¿±u´j3\¢ðú#TçÛ?‡‡Äܤ#‹^þåæ5Rx¿:ûMpÇn=#FÆü#O®ñÕX›½ÖFeÎ Y’Òíéç~1­ÛK£,_þÇá»]£š¦ïòê3óÇ.ÿë²ápr9wH#<ÖpÈÞýN…é¶ ‰èóóÎÝcìóSwx5sÂ[`÷°o›Ï>¼¤…ùÛgG½¿\Ø÷Òr¨èd«©§7yrtÒ—ÃþH:<‚n<åöéŽðÇW~JÝÙû·ÂHØò«É@(í ì68µó²Së:@Þ˶äc×Û›|Ëш'ΫŸgÆFšü={Ñ uüð׆ ›î;¦4lýî¡9‹S:&®hÃ6 ªs*ûÂ6ìß7½ëXh“´¿ì7x[Òáïè.ªˆ"8”Õ5 žJdø\I2ƒºòÕàË—.©´%¯%mä={o;Çj/Úw{è÷ÅfÐ¤ÇÆ3[ªö¥d%Ó¿ }-Òbñ…»Ïö™ •Ye>B€å±`l”?§ â)Q?9Õ# jj0VŽ­{;¶îÙ§›‡WŠúR©¬z@jz1©ÄÓ°Ê/#E%ýõA}õËÏ{Yÿ™Y8²a: 0ó/cË0Õ¾û÷½ÿïÛ4*Ís߉-‡/¿ÞLâ‹£[óèF5ñ_µÙkmT×õBNÀ¨uN[u'—¢(¯:†ûŸR•qf©¼£bù²9x-•)52F*.in17ö6½œ~ã U,KxFQÔÓ3Ëöƒ•ú²u¯Þùò¸V–³þ¸J/Óï“0ô%%s¡•_÷±Óf¼}O1aœÝœ|Jű¹Csz®ØúÛðEƒffKeKÕ¹bÜÆaµ,-З š QZK± ŒÇrøÖiµfߙ䤯$];»oµ‡ÀnWý"GƯvTl4¨ÓrÝs×/'^¾òßÞ_Â?F€|™gâ¼r÷©›I—/íœÙ’±/‡+Œ;sñßÄ‹W¯_ýet;`Âøw¤ õLO@âê˜;ÆFÕ#­fó÷¥G$EQU˜vÉÀ¤ݨz<3N—ö/&z}ØËHá³­oGóÞ­:»ÇÿFÇ<~+¥(Jú6mјías3vTÓÈ8Ïõ¢Þ&Æü³èx‡©Ý•º ³ÐVÆé¥êöTq+Úíµ6ªá¼°¼0žÜ{ÒúŽÎ˜;Ðwƒ¿Ü]ÏÚ¡ã€ýòŽŠèåŸúzöè+26ŽÝý‡b€j¤âr¿kLšºGƇÒú­Ç®uo$/ï·1#§Ô:zÓ,ÕœlÝ«1@¾Ü{í†‡Óæ,1å]§…«Æ:«ö¥dâ¥ãFäH¡¬DÒçÇ_4Ì3c£.M~Dß~ô—'Úóׯ—ç—/¼ÝöÔ¾öFDûŸ{ÅžûÏá…!ŒITçŠq_‡=`cÌ”qc¿XoPjh·bóûB3 ßÒúÙ¢' ¸Ì_[¥qVå˪O@Òê„q<ÚiP#ƒ¹º+zmtß$¤hÚê%lÏ}`š.í_LÔ÷úÀ—‘”ÿýÓfÌ&ùZ›ŽQësÖÌøºŸ”gPZfÐeèšüë©öUœ0Î3ah;Õ¹döM8ÝÆJiæ¿Z¿pÜwÃÃ7Y5é0à˜6ó£å^kƒ“ššZTT´yú_×®ÏÍÉf‹;v$®¥Gk¶µ:¥¥G››×¯iŠªen^O®-ó_‹œM¼6bÈÀÒÒRMúeÛŸ{|ÚhŠbUíOÀ9øuj0ŸœšÁOì<õøÉïÞŠüœÜ¼žÖ‹mmæ³§›7m ï] ç…:¨ U{ŸåN}Z¼òïÁ‰­€ÇýÐ9ùÀîª>$á‡ôeTí kÛà>}JÍZ}ðÖÂë×þ«-C­”Ïr§>-úCº ªÐoxϦñ¬rBŒ.¨Õƒÿ¨>ÃZø¹Âù¯v<.0}¼Pß}øyaµÓ©ñèÔ`*«Vþ£ÂZXkàüW;…ý½3š¢j”NG§SYµzðÖÂZçÕ];Øtj<:5˜ÊªÕƒÿ¨*Q ïݹ­)}D8ÿƒT*Ñ¢tí`Ó©ñèÔ`*«V¾R8Ž@(læä¬æHU¢~=x˜¦„jÆÏËë3|¦£Ï@Iqñ“´Ô;·ny´1™[h ¯L-|Õ@HàÓ},­¬ÝÜÝïݽëíë§)¶2ßÁ†BÕ|>ßÔÌ,?ï¦@¬…!„>KAp8ÚþQ4ÖB„Búk!B!}‡µ!„¾ÃZˆBHßa-D!¤ï°"„Òw5Q Bý#²jàÑñ‹mI¬w VŒÿðEŠñ•íËF)ÏâÅÑ‹G«‰G!¤›*÷½3bëÖ-ÙwöN]ñÏ”¾£§ïÕþmݺESˆV”òÄ,YQQ3XÂB騚8/¤õíÓg䬭 Î?O·¥¯žøµ»cCs‹ºÍÛw_và®j¯Ìøé^®õ¬,DV Ú~¹ç^žâÚCó7±±næ‘]¢}ÎaÆ6œ^¦ÏíöÎîdWϦ‰Ç‚#t{IVBïΖõš|ýSÛy¤RÅ„ô2Û`è˜ýó†4µ­kçÔaÉ‘‡«Æõnlcmçìµìd&“¼ez{W‘мnCGŸ®½!„ÐGSsµ0''çÁ…ßÀÜiÝ;¸ËO[ÿnÐ}èâÅóº7~º`HÇ-™o•z˜40jòÒeKçN–u#~|x”âÚÕbÏi#Ú½ºzhÄVísªZúÌiÆäˆâ7O~;Žnù-bø©{¯Z›ê#Y­¾/M~ޏuëù²úÁD?m6sZDÁ«û‹¾öÚþ¶Íܨ/ ^>X:¢|}§mJ+löËÆM+çOöuàB¡†“ššZTT´yú_×®ÏÍa½’wìHÜ׃‡UíK{Oª …îGoÆ{ŠøÐÔÊâu)©ÙvQâ™ï]éø‚ü<H‰]0pæ¦û/ Ë#8yYòœ²r­9Ù"+'ÂÀ:/û‘–9U—“_å8Jæõˆ‚ü\°·´È)#fåÖ…W"ëæòxEŠyTMƒùïev3¾Dhn W^d»˜"¡ùn#Üìö¾äu ëÞ¬©Kçˆ!]ÜÌ!„Peä'œŠWsÛ¦ÌgO7oÚÞ»z®¾xžyÿîݼ¼7лo?ƘCc¯þ5÷­ï&Æ]ÿß—@ßS|Î{ÚšÒ1fì”zõ»ê±X6uõv߆‚‰ýû<—VXÍú»æ¨÷ šrªr4â@yé¢oxÎáÈW…úÁ8óä×k]LxP¾íòl¸r1dïÑ›û-fㆸœÌ3PÑØ=€BzŒÃሄ"gW×ú l5ÅjP µ0;ëõÍÉîîÆ&&EåæäXXZª†véäßöØQç¤ý#ÿXòْІC¥o\whæàNÜâ¬kg= \yÄQ ØËà€X\xçÌîÇb™RÎȹ#ˆÃ`Þ|Ý¢MNmLt5º‘9wc¸l¿¦ØrøÜ ‰lé¶]N–Ž_„µ‡L¿ñkºúz´hÝîÅÑØäÌ—ªAª!¤? ÅÉÕ¤ËVÖu5…«S µðö­[­<ÚñMÌêðx‡-’Ã3ß¼²‹Ç·Gç|½ù›³¿Øz&zÖäß™0r§‘Ðʹeû¯[)ßqñ¯5ãúLÞ°vöÌ®Cú ãÏçW¸ ùhÞ…ñë¯Ôuظ¯üî£ÚäÔÆð}¿ y~sŒåÈh€$·Ž¦°iJïA¿^øÃ(«/éZø!ƒ1|™´|ÎŽ¬©¹ó˜›UÿÃBzEdaáÕÁûzrr§ÎtzP × îÛØÅ¬Ž™êÚZª$çÀŽS†n¶‚{'–ÿ¸ê¬•ÇüÇgÐÔ !„Pâp€g`¸÷¯?¿èó¥êÚ½^HQE‘<^5¤Òdé›­ ?|šM˜Zù†\ºv´¦!„jEÇÓò&…jT[SóÖhmdj3ìß[Ã4E!„úÔÜç B!Ý„µ!„¾ÃZˆBHßa-D!¤ï°"„ÒwX Bé;¬…!„ôÖB„Bú®Fkáµ9¾íL¢—Sw…-È( Èb+Ëä·¥PñOê-^­e£FÚo”͇gøpŠûîãë§&òc¨Â È»Tv´ŸpO囫ڑÆHË]PÜbf»º,~s¼_7Ÿ¾¾­ZtXp MS8BµCÖBûA3¤—ÿ[Ÿò…oýóB(z±å­Y÷Öf•û:Ó˜%K´lÔŠûžxñ‚šÈ!­xGÆjQÙÑÖÌž2’o®4-wá·ÈؽJ&5ný±/^L<9÷ç14#T;Ôh-6š {ý?úö¶kÓ æzÛÿ2ÆY{އ\1¦{P€›S›ùG2è–Ôí;u ôóñöð Ýq#þî >¾~¾þå•K²ÎõlçåãÝ&pàÙ¬¨¨øe|//·öþΉ“7ªéòx˜çÔÿ ëÚ·¡eJILr¶Ý“]¦:liáÍÑá¾þþm=ƒwÜÌ¥B‘j¤œ@(Ú?s`€Ÿ—«×'_Óª» K†¹ºµõõ÷ –*û.?o`Ü\Ñ‹==Ý<ý;Gþ§z†Á8 ¡(vΠNþ‘»ßŸ 0ΡbBÅa¨î—jXYñƒÉ»yxùúøx\p´xè?dO'Vã*cPó@¸»´[ø÷Ó£ËÆt êèÒ¬õ¢cÏs‚ÚM«ðZoŒÝMÆ^jR™û; €”æsc@è³P ÷©8»' 0HË[MonGü}g¶è¼Kð«‡'š:ÝM¿:ú÷ÿ,»¸Ë¿>„¢Á;®®îå˜ÿxkÓÀCYé‡@ü*˨ž5ä§Ä:‡œ~ùhÉx¯yyãÏ>·§œÜÒÛ1eÿ°.ËÝŸ$NTŒ\åãpkÊÉ-½íÖvØ~º—š.%Ùûý®<¿s~ˆGŒ¬ÌöÇ„õÍ‹l¿y‘yžÃ2ìÍ]Ê–^ÝÚ²0}³ c/S6K¤œ@(úò÷«[z;¦´¬å“ÄñÀ²û,Ìã3³œŒy%Y%ÆÖÆPqßåËŒ›[ÙÁþþÌÓ›zÚ§ü¶õà½JÓÈ8 ¡¨ßÖË¿õqVŒdœC¶a¨î—âZzaKˆË¡àMqã;@nf±…­‰Æ‡þCö”-¹úHu7ÙèÈÿ%®pͼ¹qû˜o¶þ³&¼Ù›œºÏJ?À–S›M³E2ƒ­»üÑdì¥>½8ÝÓwDÈ– SBŸ”±‰ÉÎí¿3ÞF^ûûTÔt-LúÑk¼pã.¯yƒÓŸÝ<Ø¡åÁ”kê×[ó𹟡èÅ›7¦@&Ö-ÈÏ€¬wŒ»9-OfÀåܾó° ï5hQ í--®¼Ì¶6 ÈÒ׿6žù9O#׊¬œè^j»Pþvv¦füäî:ûp߈%!§~ÜÝaBçGñ½eØV6ήtç×Y¹)ï²EÊ „¢Ôì\k‚,Ͳ°é—“ ,»àx¡qxdh·ˆ>Ý, `¯ª›³·´Hz™me@¥Y"«fJÓÈ8 ¡èIÎ ^…o`gœC¶a¨î—j]±·´¸ð"ËÖ+߄ƇþCö”-¹úHu75<ДT ª«°\_MNm6ÍÉ8 ¶îòG“±—úT0ÚÕÎlÉùe=í¡O­ZjaµÝ§BKŽ#:d|uüöz®·€QŽ’µ·¶fò}èBH3%è\.@ùìöyäæ ú!¯êï¡Á¸Vµ‘3ÉÕlñs§ŒFlqþö”GÆ7šŸ"_­:lEí9}ÖŽÿþ•-R=ÆÝ_tævÒ©cÇâÖ´^q"#i¥šîŒ›Óî®"¢” aEïW$@‘EìñÚªÔC_Ù=eK^ÙHÃÍ1¬¸¬.§ö›Öþxc$4{iLµ+óm6Bô©Ñë… tøQübý/·Èïê›@«ÑÍ6Ì[iÙJÃÝ3%2‡F"HÞñþ†º–<â¥TùÊ¿bãxgÑŒcév4Jä4^)r‚³(Š^{d†¼Q}—Öã››òC“È`‚g1œ?/.c”o]`7ÃÃzü¶kôrê)j"•êèL‘sùvŸ’ÜÍáxv˜¹dEAZùµ:Æ aô}SᬓOàÉ?³UתŸEŒs âïH+€ÇG£ƒU÷KÕl¯ºc6$ÒËož—@ezFê÷”1¹–ÇPµº²4îµúa°ugì¥q6oÝ¢UÉE¨–¨éZÈ5j<À¢ô®ð;3.êù |uê¥Ûîê{ýù—§@§µ/ÉØÁGñog”GÜZ¸²¯—wߟßn¥”óÛý›^.ìáé8'ùýé³ú.õ|F½¹þ´GÿÆÚ¿QÕ*ÔÂØ ?¸ÏæØ$¾¼ÚOß¡ü.›Ë3ü¼z,z¹yùß©î>EŠ£úuñöõëàóõ»èFÆ a4jÿºŒ9!žþ³þ äp…JkÕO‚"Æ9\½vܪ`¿Ž»ÅÜ U VÝ/Uƒb5Mœ×ÊÓÇ××çûÿ¥@ezFê÷”1¹–ÇPµº²4îµúa°ugì¥qV®üYµ¡Ú«¦¯"õ/‚V;²ì ðÌ €ggfuO<»9_SU3û¥ªæ÷!TÃjåõB¤ гötíû‡‚Í/þÐ^‹éÏž"„>ÖBÝR3'OfõG^º8RSTuª™ýRUó{Šªjúz!B!¤k°"„ÒwX Bé;¬…!„ôÖB„Búk!B!}‡µ!„¾ÃZˆBHßa-D!¤ï°"„ÒwX Bé;¬…!„ôÖB„Búk!B!}‡µ!„¾ÃZˆBHßéĽ|%±D"ÑPSB!Ti:R %7®'Ÿ?w–-€ _ÿŽ!¡=ß°Å „BU£µ.^8?wA4ŸÏg\+‹çÏÚ£ãZPÔ¢E  dÅ2óñë¶mkÅFGäçUm­"í#Bé>]©…$I²Bà‘$ɶ/^€œä_\#&MÛ¡&!„RòYýíŒE«oKÞœ¤—¥…7G‡úúû·õ Þq3W)2uûÄNý|¼=¼BwÜx¿vÿÌ~^®^_œ|Y¬M9PtrŘ €w—v ÿ~ztÙ˜nA]šµ^t왚üà¾[ƒÆzl•QÒ†fïm×T1ò¯èÈ^ž– ,šuŸpLÞryfÀÒÔWÒz›ãVÑ-êóhOû<«×Ž öÛbkãÜ}À6 HqT¿¯¥PZ$²`[G„BUó9ÔBÅúÙu]÷ì€A÷µαE¶±êîˆòÆ­QyŠk#*vQŸ‡±…qYcùr£°YÉa³èåÍÓò€Ã:sB}ºò)A±˜m­D,ær5_±C!„ª@WÎ }ý;.˜7[&“1®år¹¾þE1®E!„>„NÔB@Ú“í+ÖhEI¥š¿¿!„ª,¨…€_ºBèSÑ•ë…!„Ч‚µ!„¾ÃZˆBHßa-D!¤ï°"„ÒwX Bé;¬…!„ôN|¾P"K$š?G/5… „B•¦#µPrãzòùsgÙ‚ðõïÚ?’B¨ÚéD-€‹ÎÏ]Íçó×JÄâùsg±}I›@(jÑ¢P²b™ùøuÛ‡¶µb £#Uo1¡åZEÚG*Y¼8:*j½ìãë—xï>BŸž®\/$I’­ßȈ$I¶µxñBbâ¥SºOï;QMØ'³d‰| !Bé]©…Õ¢շ%oNÒËÒ›£Ã}ýýÛz︙«™º}b§N~>Þ^¡;n¼_»æÀ?/W¯/N¾,Ö&c²â“vóðòõññ¸àæßýCÀÇ×Ï׿3„":¬$ë\ÿÀv^>ÞmžÍ*¡BÑÉcº¸9µ™$ƒnLX2ÌÕ­­¯¿_ð°@!TMtå=Òj‘vj‘Yý~ôò¶ˆ¾-—^ZßÚ²0}³ i‘)›#m»G% ²€ü”XçY‘ÖÑí·[pv‘cêáA›Ÿ$Ž×˜G}Âm}Âoº¾³#äf[Ø¡HõtpCøÓ)'/÷vLÙ?¬Kø†'‰å§¶qÍ&?å˜ÿxkÓÀqsÂÀ %â3³œŒy%ïJ&B¡÷™ÔB_¿²âWÒÅ«ÿ»M·D'gÛ|¾Ìåó¹Â´ Þœ–'3àrг”ט0{°‹ÉÑ`¼Æ<ê.¼òúÂ!_:ÀÂÖ„­ï¯ò®„Ù€CϘ7ßz”ט0: –äM¡[¾q·1rjdh·ˆ>ÝŒÙÒ!„ª¤Ï¤&^¼@[:nÔ†A'¦€Œ¢öœ>kÇç2Æì;)òÈÍA6di–Ȫc M}9íªÅQüÅ” å”ßâxÑ™ÛI§Ž‹[ÓzʼnŒ¤•*ÝBUÅçt½žÛâÁÊy×s`†‡õøm×è©ÿ¥(…fJdD¼ãÅö¨cévt¦Èy<Ý¢>cÂÙ^uÇlH¤—ßüà¾[ƒÆzl•QÒ†fïm×T1ò¯èÈ^ž– ,šuŸpLÞryfÀÒÔWÒz›ãVÑ-êó¨O8(öÐac[ýQlfMB7þ9Óýס|,LM.ž?-ï;òàÖ!ýúzÅJ ›lŘ(RÕ¯Çk)”‰‡,ØÅ†B¨²>‡Z¨øQ?»®ëžÝ0¨ã¾öÀ9¶ÈV#VÝQÞ¸5*OqmDÅ.êóÈ1&ä™8¯Ø¯Ösùžï–åIŒëvÚp*RܽÌá Áa „PõÓ•÷H ‚ˆÅlk%b1—«áŠB!T5ºr^èëßqÁ¼Ù2™Œq-—Ëõõ (Šq-B!ô!t¢ ÂОl_±F£(J*ÕüýÝ!„PeéD-üÒm„BŸŠ®\/D!„>¬…!„ôÖB„Búk!B!}‡µ!„¾Ó•¿#­‚·Å’ø¤ÔÙ…¤¾~îàpê[ÕéâéhfÌzd„BÕâZxæZš•°S{'.¡§g·2’¼÷øUÂÕ´0?M±!„XéD-”HĉæÏÑ BÅ_Ÿ½Ê÷kÝ”àúzZ‡p±¯·ëŸgšB©£#µPrãzòùsgÙ‚ðõïÚSñ#ù$E‡}­„@½}‹!„ª‹NÔB¸xáüÜÑ|¾òu¯¼¼¼ƒèßþÜYª_ÒFWFõ-›»º%+–™Zõû×­­€E£ú–/rª¶V‘ö‘ê˜9ÿdš©!±öÈé±aŸ:Õ—!„–t¥’$©Z322˜––æääD’Ê·À…wµþ‰?¹7õ0iàmª‘ª]ª°V‘ö‘ -% .jþ°ñØ¥'¯E<þ‰?'ÏY©ä!„>îþÕI~~~ÿþýÓÒÒfÏžíããÃEAù{¤eÞb¸8/ž^–¾½1ù« nBwßÎQŠLûëÇž!A¡A¾Âvßz¿öȼ¯Ãºz{wŠHxU¤MùOã–ª}7°Œ[8¤gp§Ñû‹³ÏõìäúõÅìbêûž‹Iªp§à.ƒ»tlÜÀR)9ã¦/®áÝÎ3¤[Ç/G'(Ä#„ª:]9/¤™ššÒË .LOOŸ1cƨQì·z¯x"•~&ÆÔæKzy×€þÍž_ÖÒòíÓíÃfô»±Q1²~çéqý­ àñ>¯ˆ9ý®¯¡×o=ïðÇ´ÃßE Ü’?NcEª} ¾ÅŒ¸™N°¾Kˆñøc'z:>Žû¶ÏW›’ãǯŽ;uØÖêØÉò«¤Ml­”v‡qÓ£~>xàÁ Gcž8»OB¨ZèP-ܱcÇš5kbcc6lxéÒ¥;w|ÿý÷jºÈkAp×YÉ딌’è³7éÆU7³­'EìS"WI/¤Ÿ>rkz~Ë)É~DAy-œlO4 ^”ÿ½ã4æQ¤ÚæöhFGn~”w<Øžh²(oœãUó(%gÜt?7‹ñã§÷ëÖµGxWüP!BU ª…ðìÙ³>}úÄÆÆÎ;—ÏçGGG«'Éòòñ÷ñòÔ²^Q6~y`2”QÔæ¸S ø\¥Hzaä7S¿Üs­Ÿ{=²4«™ƒ«|-ER$IÑ¿ÒÿªÏ£Hµ/ˆ÷ËïXó(52nzúáää³ÇO]¸údò™e€BèƒéÐõÂÈÈȘ˜˜ÌÌLooïÛ·o÷ïß¿qãÆš:Q Ø8ÜåòhÕò[ÙÔxw«Y]£ž$§(]Š{!•5¶P·wMT̳8>€Ê89GØô{ºQ}…†¾Šaß6-*˜-tdPÙ¦MS⇹Ð&0|Âü%oÓ(Ä#„ª:Ý:/ŒŒŒ€éÓ§€šË„rÊxI˜FÿÚ;dÔÒI– øs÷½Qã;ïñ)©mû¨ÍŽŠ‘æ|=*ÈÏÜÆÜ!h2ÀqyžÎIsÂW=Î.­·bçrºQ}Eª}Ã"ÿÜ8~hÿà•†¥†Wÿõ-㟌*5ªnš’I é•-…²bÉW3wàõB„ªºU á]9kßÂÝýÊ¿—ÚyzÙÔoÀãUCB„BH=Š¢dee™OÓ¯þ—Ô¶§¦p ª¡tYY×mÙÊãÖõäó gªå}[„BH#‡#‰Zµjme]WS¬ÕP  ~Ûú l5E!„Bº¨®"„BµÖB„Búk!B!}‡µ!„¾ÃZˆBHßa-D!¤ï°"„ÒwX Bé;¬…!„ôÖB„Búk!B!}‡µ!„¾ÃZˆBHßÕP-ÌO[*ŠB‘bÐ}ÕÇ,^½xq´úª% B¡Ú¥zîÙ¤ÑåÙ€!þ6Ÿš½£)^ÉÖ­[4…@Ì’%5CS :Õ’!„PíRç…”,ò‰LÃ:^[ºØIòN­J/ Û“·Loïê š×mèèÓµ·šÆaÆ6\M€ü¬Qñ 23~º—‡k=+ ‘Uƒ6_î¹—§³wþp'»z6M<ÉP“„qs!„>'5q^øúêŒ'™ó7óý¿;'WÿþÓï }§mÊ7nÿËÆÜ’ìÿž¥ƒ1lݺ….–Šg&ŒšlÎ'ß¼~²bÉÚñáQý®“¯]úÌiÆäˆñ?ýõëØq³Ã±%Ñ8„Bµ]Mœzz  jÄç>=6¥PF@`=“ÒâGŽÅß}&îþÃz:˜±Qc@ß>}ä òå‚çÙ;þiÜ„És¯É—QE¯÷*æÙõëä¡?¬IÞy5I4Ž!„PmW=ç…/žgÞ¿{7/ï ôîÛOqUYIÊÌÙ°¬‹÷²ò¶Ô™×³mk½áÊŽGo>|tî·˜âr2Ïc£"r}Ç®z,–M]½Ý·¡`bÿ>Å¥Šk¸Æ@2v§iÜÜØ=ŒB}TG$9»ºÖo`«)Vƒj¨…ÙY¯oÞHvw÷061¡(*7'ÇÂÒR¾6ãè”·$Õtð’ùÝì@’?tìÿŽN;ñkü×ýƯéêëÑ¢u»Gc“3_ÒñŒŠØñ¹ÙÒm»œ,¿k†ÄâÂ;gv?ËTS©RM¢q<Aª!„>6CCC±Dr5鲕u]MáêTC-¼}ëV+¶FF|³:<‡Sá¯Dÿ7÷* ™60̶ÕeÁ¤i×f¤‰û¾LZ>gGVÔÜÎyÌŠÍtî,[A¾þCB{¾-,`‹A!„ªF'j!\¼p~î‚h>Ÿ¯Ôž——wðàÁýûÏŸ;+´G/ƾ¡¨E‹ô2_à}æØ2Æ05B‘ÒÍ›>_¿Ä‹`ñâ訨šÂ+„}’qªÒräJªÖ !„j€®\/$IRµfdd„……Íœ9óêµk$I2v¤%^¼@ÿT¡Ö0y‰Y²D}$M˰jÇV¡ªCªZ/„ªºR Uåçç÷ïß?--möìÙ>>>šÂ•%,æêÖÖ×ß/xXÝRVü`òÀn^¾>>ÞÜTíBÉ — öì='–ÞèëïßÖ3xÇÍ\¸³ª³ç”ËtdaÆúÍTì[ü2¾——[{ÿNçÄ „"ºQ¾ ¸L/üÝ?||ý|ý;ÓhiJaprŘîAnNmæÉ [T‡ª(uûÄNý|¼=¼BwÜ(_«º9Õù€•V) ‰1¿@(R§êŽ „îЕ÷HiEEE¦¦¦ôòÂ… ÓÓÓg̘1jÔ(õ½ÀÇ×^4œñÏ®0hÉøÌ,'c^IV ½j[Ÿð‡Á›®ïì¹™ÅJdÒÌé½»„n80Ö¶Eôm¹ôÒúÖ–…éû›M‹LÙìôí¯¯œ¿+Œ¹X‡ËI˜²ÎoÉÅî›"¾³ž~2®·ã£}Ã*¬`Ñc×QŠäç^ª£e €¸f“ŽŸr̼µià¸9a‡€i¨Šl»G% ²€ü”XçY‘Ö1nŽmª«”†Ä˜TÆ©º#!¤;t¨îرcÍš5±±± 6¼téÒÎ;¾ÿþ{Mý˜ÞÐûÆÝbÄÈ©‘¡Ý"út3€…W^_8äK¯µ°5QŠîïc=éèÆ~nô¯ÑÉÙ6߇ï3" L[,o—?ñâËž’‰ç9‰4Tìþ˃¼+aöàØ+`?T’êhÙÄ„9€Ða°$o Ý¢:TE…iÿ ¼9-OfÀåg=XL›S3õccÌLãD!¥[ï‘>{ö¬OŸ>sçÎåóùÑÑÑšz°ZtæöòH¿ç×´ö™¬) ´³[ü‘%ï.JÊ(jÏé³ô5È”‡wéÆî«FŸ˜¸-mï8³¿Ô5`›:Ž|‰ óQdKp9íGkJÐù¹2º…q¨rûN ‹Ù“ôïÅ €’Òª›S3õccÌLãD!¥Cµ0222&&&33ÓÛÛûöíÛýû÷oܸ±¦N,(ÉÝŽg׈™KV¤ÅÑm³½êŽÙH/¿y®üN`¿è£3žòŽ\VLR0ÃÃzü¶kôªÔÿRèA“ï{¾]óíŒËÓy)uŸà,Š:–iGÞÿ©d€ˆ¿#­–<⥔`-C Æ¡ÊeJdD¼ã‡ò&ÕÍ©Ó*Å!1äg¡qGBèSÑ¡÷H 22¦OŸÚ\&”“_/äò,ÏŸ=D‘â¨~=^K¡´H à¨NãtÑW)I5?;‚BŸ '55µ¨¨hó†u¿®]Ÿ›“ÍwìHÜ׃‡ä«®:»' 0ÈÂÒRu•– ò×üº*zéJú×;v8p`ÿþ WÝfLý1zéJÆÔ¤á®§Çø_;515ù)@„ÒsÆ&&;·ÿÞ»o?ÕUù §âC˜?›™ÏžnÞ´),¼·®œ!‹ùFFÙ½{wŵ±˜Ëå²t­!’¼³‚'”Xôø·³ºBˆB¨ÖÑ•ZèëßqÁ¼Ù2óßYp¹\_ÿŠ¢×Ö ¾(àÒ¿Éš¢ð¤!„j¨…0$´'ÛW¬Ñ(Š’J57B!TY:Q ¿t!„Ч¢CŸ©@!„> ¬…!„ôÖB„Búk!B!}‡µ!„¾ÃZˆBHßa-D!¤ïtâó…‰X"Ñü9z@¨)!„ª4©…’דϟ;Ë@„¯ÇОø‘|„BÕNWÞ#½xáüÜÑÑKW*ýL‹šãìÚrÎÜ…ÏŸãpÞß&W‰$/A$…îP¾{Ÿ"PĶjÿä>-Úûö˜ÉPÃþžýuËö>>¾~KÊä·£úp‹¿¿7r5¦U¤f’?ùŽ(î]uí©bžšÜ55cV’öªÖK•@(òñõ£C¦h gP“Óˆöt¥’$Éçó•322ÂÂÂfΜyõÚ5’TwØ›æ8 û6yáj51jŒÙrúâ¿Ïü½HS HKkân´#ÖM¸t!ñâ'c^âÅ Jk«<†˜%Kä˪ik)ùŽ(î]uí©bžš¤fÌURÕz1J¼xþ9sl™¦X„j ]©…ªòóóû÷–6{ölµ±äOkFÏYZ¶gWV1Ý”°d˜«[[_¿àa Š¡”¬pÙ`ÏÞsbåõdh—NÅäÿÛ»ï°(®µàï”Ý¥É. EÁ‚ H°wc¹Æx/jÌM4ÑĨÑX¢±%–|¦5F£)&&7[ˆ{ﱃX@¥mŸ™óý1¸.l]Ø÷÷ø$Ã9ï9sö̰/ÓvI×¶Iÿúø ¨s÷ Lm—кEê ½¹j1Æ]®X;mpJrRÚÿ®ºÊþiLJJj›„ÖÑqÝV}¥qªË ê—˜ÐzЬ +=o_ðNçöÉáMZÌL¿%ŽG)ÉmÅ¿¾ GAlÕ>99²iËÙÝÞüÙ;Ú·mÚ¸ù'[îXÛ_»@Bb›Ä¤v`ôçy9Gepm]Ø ' ÷Ô›îr¯,5ãBüÏ+ikÚPW”ñvïÔĤ¤˜Ø.«2Ù\¨îíèÞ*)eдMÆ3`(Shüê,½R³kTÞÝÖ36<6©]ÚÇ›ÜK²”éÊýÒ Ìî!¦{¦i‰a$eªÊ Élÿ¦/Óô…ˆ*ºé-1¿éÎ_†ñ¯¡éžÿ²]ìø£bdÑ­oꆎ5í!ûªZßå«T*]]]ÅÂñãǯ^½zÒ¤I£F«ßå[pý³°ù9ç?¹¸¤Ãà¬ÙÇ?€úž;rr›8³ê\µ³·3¸ËsÏOìÓ©°ÛÒoG&÷`üí»_$4Ê¿}EŸ ¬uÃ:ü_äCcÄ€+~×/ĸ•æ~®“¯7d­ éºëÞÕ%Ƶ+º6ÝØeÙ¦ÑmàQŽÊÓßÅRÏCVüºWPÁµ•Á©son,3òñÜ労ï-îVpmyƒVsÿ³rë¢Þ_^Ú¤Óß¹7×[›ÙnË?*‘:o]P›cÿ\š»hô\žó»ç›P¥Ðîæì§,4\Þ± 7ÿðÛͽŠn®kÜ~˽¬åÖW_&4:7~ûŠ>AWÿ3laÌN‹•Ú2¦kü<>ðÒ”]Ëzfox³ù5e¾o«L?å|if·‚éživ_×k¥ÊRÿ6÷(ƒŠnz±6""¢d¹Þ¤­¿usƒ4Ýù{(ókh:‡zefpÈ[™7Öb¨?_\õïôß{5„,°ËwùV¡\Ù|Ñ¢Ek×®­W¯ÞáÇû÷œ¼zõj1ÆJ.Ü<°ÙÒ¾6 h¤+ödK]°Ì=²jäôå×óy Cež¿R˜ÿÀ¸6ÐËóÀÝ\)c\b¶ç»»Òï.÷),x–ßÊ cxÚŠèÜ>FËuÄÌŽÍl·åÕ$) à—ì[G†Mý³ßy]wŽý_üûí®îèc©a£Úž~!abã¹²®\°µŠR£RÔnb¯\hºÆ@/Ïã÷òjKhAŸ«¨ÝØz.,çK30»L÷L³ûª¸^+U–ú·¹GT|Ó›ïÇt¦;¿qe~ ÍÎášWÂÿ»ãÛXmH£^‡nžñ‘TÝ3X襳K.¬÷‘ܹs§_¿~k×®>}ºL&›3ÇöAŸ7n×=ý¹Þá3$Úœ©™çGz}²;óøÎ-[6-j¾`ۭ㟋ÁÝÚ…ÏIߦîî\®ß¬R™¯L"€AýÇ¥¥g ŽößF¡JuåJ‹?2æ¿ÊØÀx %­(iéå’žilå5.ÌíÓ³ûv:ýwEÐÅÆ_u>:úém¦ yB~ßµ7@Vö±|/üé¨h€ ‚Òr¼5f×hñŽ,åi"³[ÁtÏ4»¯Z ¶Ù?”wb•sÓ›g}¦ÊüšÃÎ_¾=®ß×ß?èÖý+L„¨T¡,--mîܹ999­[·ÎÌÌ8p`ƒ¶OŒÜ=0N<3ëü¹ó™çÎgž;´ªã† ;€h/<¤b;ö2oAáõM†às6O©·³uÚg*XêptˆbÒ–›p}ódE“Ñ–Â GË7ª¯€Ó«Þ3­çóÎÒCâòãÔP‘žŸŸÙ±y±ô=]ÙûnžaTÍG‡nÿ^ô.4ëù†lÇŒM·F$úX‰Ÿí=úÇSârö k÷ú¼¢˜,Ž*}’¡0Y![u½®mžlÚÄøÕ™}¥f –´ý6ÜØ:Õ´Öf?Ö_š™­`ºgZØW-UÉúhÌ^›Þ sƒ4Ýù•ù54;‡î Gõ,^ô椣?‰„^¼ªu\˜––'N€#FØ øß„½Ió?5üèŸ:G9¸ÝuU§Éz>Ð^©:ë7ãøþŸ¤3ÓzÅ¿ÆZ=Ñ1sH0|ÃÊ¡úÇÍ•ê¤ Údm ¿ÎI{-.Ö«®gãÎl)S;xíÆóÃFFý¬r“@Ãnßþ2%²ü=??³c[øzrj|‚§«ËÁý» ‘Ï0*ß„Ï |ççÐm`ýß8uót²ÿƆ?Î ½’w"ºzñS×´ ¶,zsݲW{uýÌ·qꀵbá׋ßíÝ¥Í ¿Îã~,ÓÄøÕ™}¥fX·d@ï®±s|ƒÛŽ ˜²Ñf?Ö_šéV ‚fò€îÆ{¦i‰Ù*ã!YßÙkÓƒÑó ëµïF³ƒ4ÝùËtbükhiÇÎl–üIÌ@Ÿ§×zqªÐõÂ9óKή¬ZµjýúõëÖ­3ޱr½Õlf¯QÙ‹À=Öƒ¸³û£øÑôŒ™¶Z J²ªwØ®w·}ß!ÀV rt5êz!MÓZFæäiii;w6®Õj4 cþ’ BÏC•û{Çþ?S‚¦ü¾Zÿ³­pT´ù{Sº¼¯öì~¤&BTIªJ.LLj;kÆTž7­ža˜Ä¤dB,^äC5Ø‹;(·:Ãn+ U*™"ùð‘Ó¶¢²§*‘ ÝÝå]»õìÖÝâa,Bt:ÛŸßBUT•È…€ºBèe©BÏT „B/æB„BŽs!B!G‡¹!„£Ã\ˆBÈÑa.D!äè0"„ªÆìò1,vÈ…E99Yûhf„BèE išã8Š*ÿw¯™g‡\¨ððÔê´¬Dò܃A!„Ê‹f‰TzÿÞ]…‡§­Xìð¹3‘‘ÇŽnçW§.ËÚ¡C„BÈ:BÏq9·ožwæôþ=»írÞ!„²‰¢(…BÕ¼¶·µ¯/;äB¨S׿N][Q!„PUd‡ë…!„Pµ†¹!„£Ã\ˆBÈÑa.D!äè0"„rt˜ B9:Ì…!„æB„BŽs!B!G‡¹!„£Ã\ˆBÈÑa.D!äè0"„rt•” ®Ïw—+ÜåŠÄYgmÅ|úéœO?c+ !„²ƒJÊ…G§þ R ®|7³<ßp8wÞ¼¹óæÙŠB!„ì 2r!á >Ø–#­·¢C€6ç—7 ÅrñHÑì²i!§º:iH·†u}j×mÔyð¤«*Ì9½bb«°F ¹‡O½ „Ž}Äœã¢Ã|k{*j×m‘ú¯ß/æÀï=CÝåŠeÿ@ÁîrEø«€ ðŘGÕóðô mÕù³õÌ®!„PQ¹ðÁÉI7´|à€™I³ûÀŸ°¿rå ÂayÕ¿z.Þp¨ñÐ3‡…ÞøM÷ý,–?|Bü±ÿ‡Ë®5þêÛeŸÏü ±‘L,”¸4xmÄó?›?}ü°Ü³;F÷ž >{¾{NN_Ãæ¶€µC:|¼ò¯º_ÿôÓÜž5´íŠœb@!TsÙç{í­Û¤úº¬¹w9}ËŽÆÁM;¿÷MIÕ?y«¿Xvé^QI_Ö,ñ ù¨ü›£LÑ‘þáÖ;N]ÇÊ`ò¶;pø—…‡) ÿyý­7F…B¡Ê>¹ðî?9—.\ÈÏ }ú0®âÔYSÎæÀgZVR–=åLÞÂo@P Õß1é²¼6nØ`üãÒc»®Ùœqåê¾ïæ~»tÓÜÝÐä—×4ü„¯J¬ç>f`¿k=ÅÎÞ$iþ©6¹¬æb¦L“³øßi?ÿã&ût«¥­_û; „z©(ŠRÈ!aauêúÛŠµÁ¹0/÷AÆÙÓ‘‘ÑÎ..„Gzzyjom_,à!ófv mþŽ×G~¿ùÃm wü;I.Û[ öKzãóŸ—é³¾Œ¹¥åçÿø[¯ Wz´€iñ>£ÜK›þmjøÄ}$F¦¦¦70zQÇÄèˆæ-ïn^{:çžX(¥)ÐhŠÎïþß5 on:r6=¿÷oü”ô³¡Ábá¼nõ†n¼ùí’S†¤0ªÜS{·\Mý<=ÈÝx-É©í!„ÐK%•J5ZíÉãG%Imo[áÖØ!fž;ãä$sq«%aYŠ*uòóûé'`臃zø× f[uýԤ뚋—¼ÛcÔ╎í2t À)ãVËÆ÷üÕŸ³ßáRû_b.L[óçåïýºbÚGàßkÄâoÿæHïÿ¿i«r u!ï,X.þºèÝ~,]ÂÇ‹¯Ì™6«÷ûo¹*±È]®0T‹Ë ì ‰m“Ú€:wßÀÔ–q ­[¤Ú›«6Dn_ðNûääȦ-gÿu{ógïtjß¶iãæŸl¹#dÿ4&%%µMBëè¸n«Î>2íÖ°^NuùƒA¢ãZš•a¶­©ó_¶‹T\.ºõMÝбƵ{æ ILjÓeرĴϳŸ$µžzJ¬UÞýÞ/øÐe¼Ý;51))&¶ËªŒG–z3p—+ÖM”Ü&.,î•í÷J¦Ôl'âŒunŸÞ¤ÅÌô[b¡êÞŽ^qá­’RMÛdܧ•&Ê»ÛzƆÇ&µKûx“ñ¶3nbe»˜ÝšV†ñz‡¥@z$·MHl“ئB[ÍÒ·²G•y±Vf!ôRT•s¤Ï£àú‚cno¬÷pª?.|𜌟Ǜ ëþÛf+ Å/í=Ôuüö£}‚²Ö ëÐ{éCcÄò £vî +¸¶¼A«”ÿ¬Üºm|ãÇ——6éôî”›ëÀ¿óä=ƒ½  kmH×Ò®.)Ó­Áýz_é²ìÌê¶ð(Ge¶-˜hòæÂû!oÍ=X‹¡öŒ_Òf^ºqíàyëwää6qfÕOÞjMû ygjvÔ4aV: pæ“ÅÍ&ý?öíßlþáoš{Ý\׸ý‡iYËÍöf쯖³ö~”½þö}—ß84ÚR'°©ñ¸¿w\[œúî´`Yß·¼'nßÔ'èêÃJ½€'L›|Ûgx©»þ옽áÍæšXß.f·¦•a|¿cÏF[ÍÏʳÕ,mqK{”鋵>ó¡ÊWráÁI«b>ÞAÿ™y+ôC킽²r|¯ðÂËùÇz@£žs¿ PòÎ5ÿ•P¸ñóz€G“aÚü)bmÑõ­ƒ‡,¿žÏKJ•{ÀL>Í>öàÀÆDqÙÓߥœm%®ÿײ`ÌÁ{߯jÇì§ý\ϸö?‘žÿ>!­[§¾ý:9˜íÓÉ£ÓÛŠÿ~v½àò×ßýjn#˜s:ÏoTïUàF?²Ô›±¹= °ÇÜüÿÆŒ¶Ô ÌíÑä†hóÇ‹%_=™Û ^sÖ•íÚ\“¯¯ïÒ» °Æ´‰õíbvkÚ†©gÛj"K{”鋵>ó¡ÊWís¡ Ï·ëžþ\ïð™mÎÔ̇ó#½h€ ‚ÒV¥2§+MPÒÒ˼X;¨ÿ¸´ôŒÁÑ~‚>WQ»1TD9Ûvþòíqý~¼þþA·î_ùHJÄþdwæñ[¶lZÔ|Á¶[Ç? }Ѫ×ÔcoNÜu»ÞÄ7 ð„ü¾ko€Œ±Þ›uf;Ã,c˜%#æÿ*1ÛÄú0Ö·‹³Ý”ã# ʹÕJ3·G½ØŠÎï,=$.?þGm©­)÷†£z/zsÒщŸÄ•ª Ú ©ØŽ}§Ì[Px½ä˜Ù>ëw]P¸kÂúÖ¥Ìé+–LŠöýcÉEÄìY–z36¹dr¦(BF[ìÄ‚÷C%ÍÓË{×î¨`ùGÛoÀ­SmÅšavk>Ã0ʹÕÌnñòîQ¶f!Tùªýqáÿ&ìMšÿ©áGÿÔ9ÊÁínhú½øÝÞ]Ú¬ð÷ é<àG±váëÉ©ñ ž®.÷ï¾aåÐýãæJuÒ†?ma¡û²~“öZ\¬W]ÏÆ?Ø"wkˆ¼vãùa#£~V¹I a·o™i¶­Ycg6Kþ$f ‹q!4“t ½R3tÖob¡Ù>§†s#UoŸ€«mêˆ%oløãÜà‘Ñ+y'¢«?uMË`³½ëztJòüìû:ß图´Ô‰i+ћ떽ګ{ìg¾SǬµflĺ%zwãÜvÅX›³ÌnÍgF9·šÙ-^Î=ÊæÌ#„*•­T*—/]²pñ7æYŠÛ’¾éßC†˜V­_û{rj{O//Óªr*,,X´ðË9ó­,š4aìœùŸ›@ͳªwØ®w·}ß!ÀVà‹Rù; Üc`=h€;»?ŠMßɘi«B8»¸¬þé‡>ý˜VìÙ¹£k‹Ï¦çܹ½|Ù²½ûT•ãBš¦µÌÉÉl­V£a˜²—©j$mþÞ”.ï«=»i÷ÒáK¡Êý½cÿŸ)AS~_­ÿÙV8BÙSUÉ…‰Img͘Êó¦·B0 “˜”L1[[“Èɇœ¶õÂUòA!¸Õ~øàp[Q!ôBT‰\èî.ïÚ­§•XBˆNgûó»B¡Šª¹ðC·B½,Õþ™ „Bè9a.D!äè0"„rtUåzaÍ£ÕiõZ­P%ï}%„Ð4M3Œ„•P%‘Hlµ@¡š sá ¡T?Ì}xûÖ¢¢Â*ø(EQnµjÕ«ß ~Ã@N¯·ŽB5æBûÓé´ùÙÙW‚›„ÈÝåõì ý<ìÛóйb­F“ûà~æ¹ O/…‡‡`á±N„r˜ íO«ÕÞ¸v-¤i¨·¯­ØŒÇ™9ìcƯN]šf2ÏžéÐ¥«Jió«<B¨&Ã\h‚ ¸¹Õ²øÂ+çg=½¼ hÚ!>Ü!„¬ÀûHí¢(BÈË:5Z1P*‹ܧR) %4ÃT™q"„ÐË„¹°F#Dü§Rgœ:U·nÀ¹3gÔ*¥¡ÜV{„rU+nIßt`ßžûvïÙ{ðNÎVx‰ûöØ )±%½ä«S­41T]½|ÉRLEíø{Ë‘CÄçï©l…Û !%†W/_nÕ:¡^ƒÀˆfQÙYY”Xn«óÊ?ávœL„²»*w½°kÞ<Ïkdl9˜Ø5FÏÛx¿Ò¦mŠ‹«›JYl=RTË]^TX`¥‰¡*ëê•ðÈ({} x|B[!ög¸^جy DprvŒ²~Ѧ M¸È¾“‰BöUår!¨”ÅàRŸ×]9'ê‹Õ‚¾ óä™Bá6¨yl€\ [Ò7EÕ¹‘«”¶Ì=»KüªF^›wæØY•@ ´kDlŒ—Œ^óà䑳ZêêÝİŠ-é›Ä&„+ºpúLž’g(âìÛ"¦©\¬ºü ìÙµ] ª.œVG´ôNumס¢N¢Ì޼ê)9JÈÓ§&Œ—ÍÚ’¾©eÓ€«ÿét\݈֊¢ËÙ÷ Ô*. *¡‰¯ Íž™}¯H­Ö×Lñ+UkX6žÌ6mۚݠyWOœ»U ‘0¬kx|Œ·ÅÁ!„Ð Ps!ß¿À:ù%Pß>zDÑ¡U]w¢º•¾ýb`çh½@à±_«¶ÑÎR†þãlÉÑÞÍ#Ç™&)ƒ¼•·ì9v»SÛ†<›GOJCR’ƒ}Šoíß–ýtb“ÛÇ)}[vj[Ÿ¥)­Šc%z± Z%Bú¦ÎÝzòŒ§RHúÓù&Se>¤’“œæé5¿òœ0ŒOîèæÄáónœ9qôjJbˆ•`ûÊ-Z„Ê U‘õ½·§ÿÉÒT›¶m (L~èŠo#…“¾¸Ð¸›× µ³ÎdåS4 ϸxDLJZ ¶/òäzá勃‚¤R™F£¾yýzXD$ÿÂ>ƒ42*èÄöô,™Ôů‰á¤´ñdšÙ œþⱃZ„ãë…Å-ÐX_ BÙQÕÊ…†ûÑyD«™³CS pZ /G–™w‹ÄŽNÎN4@JŒ“O«ä®Î.ÎBtý2M(¶Vh‹¤hgg–¦€ Wª|#[ûË\d,M€¨”ÊÇ·”ÞQÁ Ñ–9*´y½Ð¥N³„:–*+I`PЕK—мܼØÖ j‰´qHÓ¬+—âÛè´Z›…æçÖhÙtÁx™pZUqÉŒjµ¥&ó 3TmºáB¨RT¹\XÑÒÚIÉ]\\€èU\…¯±½LFÏTH$’ˆfÑZÆf"D!Gƒ¹°œ¸òü‰x-ï\­4†ãBWúÔ(ñcÄMÚ!„c©Š÷‘Vw4M»ËåEE¥n±©‚Š•Åîîrü"_„ÂãBû“Éœ6 ºrñ˲ž^4ýòþà°ðÜDŠŠŠ®^¹Ó*N£Å;6BŽs¡ýI$’ÿz.N..dž:ùOBnÛò—ÙrŠ¢j¹Ë£[´ôöñ-.*”H$fÃBÈA`.´?Š¢"øÔñ«[¯MÓUðËr !‚ÀkµÚâ*"!„*æÂE§Õê´Uý+Šðˆ!„ïA!„0"„rt˜ BUcv¹?ѹ¢(''üb„B•¦iŽãžÿE;äB…‡§V§e%’ç B!T^4ÃH¤Òû÷î*<SBUœÀóσ|`2!„¢i𦆵òe 8!凹!Tètºœ;wΟ?—ÿ8ßVlµGÓ´{-÷¦¡¡õ4ÊdfcpB*s!B¨Úx>7÷ÁéS'SRS±l gÓët7®gïÛ·—a™ Ò S&'ÄV‹²jø!„Çs§Ï¤´ïl+¶&H¥CBVrøÀ?__gW·28!¶Z”…÷Î „ª="Çù4hh+°F©W¯~~A¾^¯7­Â ©(Ì…¡j¢(Ajü™À2$R© ‚¹[cpB*ʱf !T³‘gz¬Ö¬ß6‰RN˜ BŽ…’y!ãAî=³µ~¾ušF>Ûû©£ùmGÆWÿ;Ä B Ð9®É§#:ÙjZå`.D9BÈù‹,ËvHíbšï!ç/fž¿˜Ú Ó¡u/,øõÀìá\d<¡8…*îÓ›1"„PÕE9ñðaMÕÊbŽ+{“˲aM#.\Î<ñ\x(šqõÎພ4M‰g_å®N{ÏÜÒ ”–-Oµ®P-' s!B¨† „X¹“…¢"æÍm4bDXHÄÅKç2/œ­îG‡Ö'äì:ymÚòí–/é–€^Gô<è9Ðèô4EÙw¥•s!B¨æ#„\¸”É0Œ˜¯-ÿîÚŒ™)Ršæ9Nü§ÔjÏϘI zûíЦ‘ç/žËÈ<Ý,¢yµN‡öB|³îèÖ£W4:^,sž@€€€(^€ü‚"ëýTYøLB¨æ»x)“aè°¦JeñµïVd}<½¥§§”¢ž'‚ ?ɦ)Ãd͘™ýÍ’ââÂðÐêäécf;ÌÚº¤Gb‹è1QÍÂbÚõûñÔC³aÏ©Š<¡Òèßû"ýÄ•{cÓ:<-¥€„âÐñP¤Ô]QxÃÚf{8þÓŒÄf-Z´ˆl–0ý§ã†rà TæìHò«=iÍ%³Í+A•˜h„z~VN Þ{p·Cj¥²øúÊ•YS§EתÅðGD„APT0ÀÕé3y^ñV³ˆ¨uÖÄ4-ÓÛýC3Z¿wñ¯]û[ù»ÀƒÌ?\,$Í=Í­ùy=ÏùF»œ#½ó àÝ/þ ôïݾ©LÂ@ËaKžTRc¾Ø CulÕxbZ»¼‚b0óí­ïu[xàðÉw©¾èò[ñmÞõ9½°s€XK)¾¹¹}ì°®ËNïÕèùül0"„EÇé3ÞÛªvm Eñb¶s!Ï ‚@ABH Ç]šòQ!iµÜÜuæ>Ääó´¯ÞÛrML„àÑaBÀÕ•ï¤-;Åë4żDŽÖ¾ÞÜ $Iú¬!sþ»jëÙÝÚ¸¹8gýS,eá­)KIh° c) CɰPßדe¨«·sý½”É}¤«î+¯º~”7©¼ P’ ãc½º>kB{x©0"„!DðVȤ¥Û¯ä¾Ö+¥X+ÜÈU»H)Ц)š/^š"4!ËÐZ=çìT±´2¼WðWŸûAê WúeÞ£T±A#„P•ÅóÇq–j xžãJn ¥¨'ÉÐèÐçAŽç9žÓéõ:¶LWCëº}yéÁ¤ÆŠ2åýz¼;xë…!Ñ~‚>·–"ÐÐPÂ2*o(Ôë´:xúÕB!köì•”ÂL×^~Ö'Ä:N=Ot¼Àò4ÑñJŽÂÒÄYB9I(' -. N2ɽ‡E ýeÆ<ÈÇõ뫹žId/tõyÍóöŠƒÊ×ZF÷aOüïCç—w7çË[3BÙ!†ÔVÇq‚ ðÇqâsz½á žãž7$B õz½ioï}7bñ+£Nü£|xiÏçÜ „ÜÑòrBÈ©F‚Ñ­+†††å©ñ>×—å¨!“›{úþ„X’uìŠi[³,ÎX›æoשe½ß6í‘WßË¥XÍßy¨)PrÀñðäáxÂó„ KË]Wo;Û¡U£2]^øê—}?¸\¨#„è /ë·pà×£Å* ûËáWõ?ÄþR+”FEYŸ+ð¸!TcX|7Ôéô‚ p<¥ÖëeôÓÀ’7Ñ'OV€(Šç9=ÇéuzÓ>}¦îœ·tÂÀÔ´ ðZÖ+dÔ¼¯ !¿Í<°UK/ÏÆ'l644îA\üÇŸ™¯¿ù“ÊM »/[ýQ³76®ËHõ'#ºú­§­ilÚ¶âž+= éÙ8ÀcöûSš7 ð9sýqû(_––¦$ °4Å2KCƒJÃ]¿ûø·çÜœ¥}’š–Yi@—/þx0óÍ”x­DªÓËz½¿îãÎþ¥&‡r™²æ°¶gËÄ7¥Ç–07–s!B¨†°rd ×ëôz=EQÁsfߘ1»žV+³ÐJpËÉÉâxŠf´:­x\hÚap×áëº7.!„4ûï—þ[òãÊÉbÃÂÂC†eƹɂßv·eÝ"¯ßg\R¦í3°2!åÔ:Üÿ›q]Ç.Úñ¸ AbóÆñŸ¯5‰"^rgÿÚòWÛ…%EÕ7›¾cÓ¦îN›ú´É„]kæ_—g>oîv˜ B5„xJÐl•·ïñ“G›Gµð}í5žnÍþ¤žZ#5 ¡÷ø1µû÷uvvÞ½ggHHÙ£œjÄÊ„”_=÷ï'õøhùÞ?wèÓ>ö~=ØRðó¯îeÁë…¡ƒXÒ,"Zà…ÃÇ»8»ø¼: Î¤‰·œŒï%O¡×˜÷<û÷—ÉœwïÞ%“È:´ëh±Ó*ÀâLc6yòÕ¯€¦i¯Ñ#=ô“Éd»÷ìruqëÔ± Tçcç?.ALxÇ¿–Ò¨®‡tɦ¼¼<±–¦i𦆡i†e–e% MWËC,Ì…¡ƒ€å·~ ®eüÁCöØïÕ¿o­^=)uLÃ0,+‘îÞ½ËÕÅ­[—n∖:¬¬MˆMÇét:=Çqz½^¯×s\T}׉ýÂ?~,MÓ,ðbÿ#‘ð'“Éæé³"ÕæB„PMaë,™^¯<|ôàÞý{ZÇ'ÈdN‚ D !Dàyžã¸;vÊd²ä¤d½^/‘H¬ôV Øšë(Ñ“ÿSEÓtC?7žç ÍP0 CÓôÓj Ä’çYéË‚¹!TCX?%¨T*U*•Z­®Ð0ã|Ư¿®æðOJ"/ðD u|ýbcbóóóµZ­‹‹‹«««¥«¾ç“‡/yL“ç ! Ôœe1ŠgGŸg/æB„P !>Yn©ÖÅÅE*•Êd2©Tß*^§×ëu:Žã"MÑ,ËH¤R©D"“9¹¸8;;;³,[MßÙEÖ'¤üÄ<Dz¬L&Ëì²®—s!B¨¦°uÄ0Œ››››››•cÕúÍÀö„ Ì…¡jBÓtqq!Ã8Ð{Ïq–.Îá„T”MB¨¦¢hJ.—çæ=ôõñ±[s<|ôÐÃÓ¦Ì<ÀRQ˜ BÕC³‘Íš=t06.¾vmo†­~÷ôWÏñyy¹Ç‹nÞ\jîNHEa.DU{4CûùÕ‰ˆŒNHEa.DÕ,+aÙjþt¼]ᄔ߳\cD!„jÌ…!„æB„BŽs!B!G‡¹!„£Ã\ˆBÈÑa.D!äè0"„rt%_Il+ !„ª™(Š¢ÅÿÙŠD!„j&ÚÀV$B!T3Ñ4MS…¹!„ÃbY–¦išajøW[!„B–°,Ë2 cÈ…9wn[o€BÕ0R©”e†eYxoäÛ¶âB¡šF*•Ryyy:N§ÓiµZ­V+.sÇqœ ‚ BlõƒBUâ-24M³,˲¬T*•J¥2™ŒeY–R/Þ(#¦C‰D"‘Hþ­ÿ" endstream endobj 410 0 obj << /D [408 0 R /XYZ 56.693 815.761 null] >> endobj 411 0 obj << /D [408 0 R /XYZ 56.693 759.068 null] >> endobj 412 0 obj << /D [408 0 R /XYZ 56.693 739.087 null] >> endobj 413 0 obj << /D [408 0 R /XYZ 56.693 379.648 null] >> endobj 414 0 obj << /D [408 0 R /XYZ 56.693 359.778 null] >> endobj 407 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R /F73 59 0 R >> /XObject << /Im35 398 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 418 0 obj << /Length 411 /Filter /FlateDecode >> stream xÚ’Ën«@ †÷<…—dã¹ÂtYõ.£sTvi#B+¤- êë×Ì„Š¶‘*ue3ãùíÿÃÏ@pœ—ÉúÊp謴P>•hs(„C¥ (·°Iÿønô»U& ¥Ûú˜ŒûÑM?ŸÆ¸ó1ÞÔÃàÛ¦î~õXÞq«LtÆDÁ¹¼ê»"ù<¾j”UÝW¹}L|U5}Wï?®Oˆþõã¡ÙûéŽ=I(Ø“U“'çhã¡RÖÉ‹tM/’Ë2yM—0–ëäN % U›l ¶|ÇmQ»ÞBe FJe9ßÁ}ò?¡#XúX/†™µµCAö8²aù%l2ADé¿¡~Z Jë¡îª&á¡"ŽMûÒœRzø`¸Tù)²íÙta1ggš)^6Í@G +y¸Ô†Â‡s3Ÿ¯o[æqÑ3Œï8æ^Ù±Y¶èPåj±‹Òtœ*Çеˆ¬& ‹u ,Ncø²ä™XðïȤÃB©(|ÕL‹¥¤;‹É¯º€üm·4!Y÷›Õz Ç݇ endstream endobj 417 0 obj << /Type /Page /Contents 418 0 R /Resources 416 0 R /MediaBox [0 0 595.276 841.89] /Parent 397 0 R >> endobj 406 0 obj << /Type /XObject /Subtype /Image /Width 600 /Height 421 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 24519 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 600 /BitsPerComponent 8 /Predictor 10 >> >> stream x^ìÝwTWð»•*¬A©BPQ)Ò ˆŠ 1ÆÄ®‰šMŒ{Œ±—˜D£Ñh¾Ä+*lX¢bìŠ #¨ J/Ûf¾?Çegfw¥ÈýŽgxsß›7o{-oyJ¥’|‰ µI’„B¨éãñx<Ïç«ý+¤rÌ…!„Þtd¡T*©ÕЉs!B¡¦‹÷ŸÏ0©œ§¨Ž™ µ!„j¤˜YP¨ŠÊ‚rþO[›!„P“´fÆ{B¡P$‰D"êfWTT$—Ëe2™L&›¸t—¾¥ë˜˜@mí „BMÒÖ½ç*sﯜ)~‰———'“ɤRéÄ¥»&}4² Ê@QQœyrcÙýS„BªË…ÌÀÒÞºÇgfnAÚŽ‚BÕP~q¹BIh øæ¦†j…º×²0Ñ€Í[]6©·¾¾¾žž/''G*•~¼xǤÆfå½…ôÅÓÓ›r/üèÕ>¨s;3‘XOÀãeå•ü½ÿt~é6î}³¶ …ŒÏãóB F!„t—_\^PòâîåD 1îÞáf&Fª¹°µr‹^$<°lRo!õ¡¾¥+$ W†øy|9cDK}EzfnþóüímŸ—’îîßú†]½tñÇ•‘ò®c¤\séÐï# F!„tTXR‘WT–rõdxd¬kÛ–¬1÷Ÿ&&Ĺuí-M j\ ô-]¥R©@ à=~üxü¼_Þ5ñE¥œÚw}¡×Ú…Ÿó+T|ñÝÌJ¢à¡Džy;íyßȰmÂ<~²n݆ ¿Ý¾û@§£Ú¶÷b=0jVŽŸù ­Ü\%ô¯½Bü´Tãúè 8;´¥KT¬e㪙§.e€q;ÏîFšƒ5÷ªÎQÇ72iéâæh®/Ð\…éYê½»ÙÅ :v÷i-æk G¨!=/,»üÏáà^Ñÿ^¾®!ÌÑÉ9åêIïྭZ«Ö²23Þwô, ìóê%<º$95[µää—^:¾cÙÔ¡R©¤ŠèÏHˆL+”Bc GPHB½ÖŽ\¿›dëb™ŸÿàòÕ#ÇÂÇ/ îÙ»äù^ey)~¸øçâþåï@æ¥SÓÎ*+Ÿ? ~ž¹£g°¯¶ÚêÒ?ñui ÿËp²o *íGÏܵi\•¢"ëbš ÕÚÃÄcsSlºÛsæBͽªeO˜èÆ@©?IºuGrž›»¹^µ\H$ŸÏckàYZŠq—Ž¿ùZ‹øËîÎéØE—\¨¹M„êŸÇ+3cøñˬ1“WÅ·2k‘Àçñ¨ìC×Úwô,Ukòªøþ½àÀñót‰Ÿ·—j-š\.•‰—ûŒÚ‡Þºs/ÜÕäådêQqñ‘ðáÓRS#qZVi¹B”“|ÊËÝuù_gÛzD;z˜ÑKÖ]ýÛÄx¨RB¤´ ýFZa…TFßÀ¨…£‹Sk#!œ<{ zù¨m?Êxºö“ Ø~bÇ£Œ§=‚|<ÜœVýu<ܜ©6ÎÕHivú'ùåR_ 444ôéì ùiÏ:ôír‚´íîù"ñºÒ®€$¤é©éYù%R©ohäßÕ]k¯’$ˆÊ´ûs ^(@`ÒÒ¼ƒ[;C>î•{[³Ô§…JžØÖÅÍÉ\OÇÀÊ?“Z¶qf7óãÊáß? ñ±«jЦåƒì";÷.m y ÈH{œ•_"•b#;{{KC¸•U¼ýSk>ï§íŠlíÌ TÊX#uo“ëtX$ä¬èxy­ÿñù<*û0kýøå€É«â-›ÒµhÕ!QµÏÌçÃ][‡ú‡éç߬H;Ÿ’õ⣲{Ùåv-Å•"©õÃ<¹[{‰ùݬ'÷ÊKƒôL!( DS#Ì>;K—Tä?~¶K'ûXIô…@d?}¾c÷Õœ6®w¯_g½É£·Y ©mÚɳ—Xcº:µ*²l³üÝî6¦bE¥ôé³Â¹ÜèÖÑU&¯zþ_,‘„ò~!ù£›¡¼2wõ#ï:XÇš$]/—·+ïÞHíÑ·ëìw,Íôøù¹“¾XYþBs¯Ì[Þ¾‘ëÝÃÕÜÿݼ>î¾Mg—K®P1«Ó§³5T–ïßsæ\®“¥<‡µ‡ÀðÏ ~òÓqaƒ [:+¥7Ož}VÕàÉŒ¯&ØæŸ91ï¾¥aÞ“À>]fx¶¶4àä=qõd–MþûtŸ' í=sGˆ¹É÷5DêÞ¦Úé8´æ ùvjípö¼<Ï57Ô½JfªTŸÇ£Ò]«OX÷É«â©ÕÈÉ«âû„u/.«T­ES*•B‚¨z¿)$õ,ìM|F,œ·`ÎÇýÓóÉÿý[äÓÅ7ÜáÊ[×Òî8X“%-ìÛ*xÞÞÞÒäGG›Óâ€,?W¼<¨»M«éKòõ ÉòÓIwK¼ÆFƒÂ]'ó¶Bõ¦±7ÇU]ørXw î·Ü\SþãŒg•üðù/cBŒäùv¤b}g+=žT&»}çðŽG¢"ÓÀÖËJÄϸ|ãV’-tèÐ;ÒüБ21ñØó½>Ã:=OùoÝõ‚Vö¶V¦b}ÛÖš{•}'¥ÛðˆN†wÏ\KÛq!®‹ŒJ&lõ‚!’’¿Of|Ò×!fp·íß^Ë&J™=d}rÅÔXOÒÆäÒ<¾Ð˜P”Rå£ÛJÿwY&-еÜ{ä;Æw.ß;˜]iãâúÁ°Þ%K÷Þt°Wí³›‹ã³ûwÝ÷bF}y,­mÒ‘j§cТ’9h\‡;Q¬ØªÛ¹£æ†yo×+äÕ‹ÇÏ\T V»#$¢Wˆ/ )“WÅ÷ ñ¥3óŽP©T égKer%½£eÀÇÏ¥/¦.û³¥ž2"4Ø\_tëÆ Cå•ʺ¶­¼˜UÖÓб½iGÿÐÏg|­Z5si'.”E|nF—T–Ë^´0 qog*¢JHc;B~¥Z5•y)15={ù:õð}öf†³“½…™nO9¨4b"âß(U›˜øt°zšWzéôE“Ö..ߤï¢gî°7øŽm®+ žÉ]-Ý»ð·ŸH#ä³ÛÀ‚ßoÚ¶}páŽM;ÐÜ«G¥òyöú°ìðý^ú¸‰§¬ô °$î^¶’ÿI_‘A+BYÚRÌÒCÖ?¥?Ä€RY¹o×e+{»§©w«üýzE›¶úz&yeò¥n†àáÝÁãe­žž†çÒõÏÞL¡ûìçíuõÁïØ"ž+ѱÍW‘ÕOça10íê•묇;q¡TÇsGÍÚ!”–ËX#€ÏãQÓ†®Å¬ZN×¢ñ*ªÝ-Z„~nÜ!êÑæAÎ.®O’/J…†·ïÝoedðPnÑÊÉN.6¹•š|r럯V5gJEéÊKùÓ%÷=[»(¸ˆ¿}×ù;…²‰£CÚˆ$©$I'R!xõy jÓ‰$D'{#înëÖ½ÔÉÆ±•qÇîQ6ï.<ïÚÞiþ¦ÓT€‹SÛ‡é…Kmôà½O"«Ò#˜Œ¶áoxÔñxÔÈR½{Åãñ^þ1«„d+H%ðx|àè¡·ËÓƒó7Ÿ&äòìgÅ|+g{sñÓ—å©2ÒÇÜ ÒɪãlûíÌR‚@O*oag"º«ÒA$G$@‰ŽmÒ‘j§C·¬:h\‡sq±ÖñÜQs#ª¿™KÉýy>Ÿ'W RK©$._»©öº õz¡w—N_µ$I>I½Víybü’rs×nŽÎŽ.}ŠBíÃBzöVö<Ö¢­OèðÌŠ¨¹¡§ÈÿŽþ[Ε“ø<ž‚‹…öíÛ[ «’D ÿv%#ºÙöé :)Å/óâµÅ¿[üûÙ•;SÀ§¿5ø¿§VÀ×#¼Ú›A@wϧ´öÊÆHøÇc)ÌŒt‰Šô€¢ôÛ"ckàÀÚCÖ!½™úL¦gnãâng¦¯Z/ÿfÛIÄ¿Ü-€¨ ¶­Mõ--%þ~î#ÚÉž”ÊÕ‚¹"uo8Øšˆ˜ƒÆÕˆÖsGÍó©ÑË×nÒ?j»ø|žZ-Õ,8yU<ýã_ «ÓµH•¿¦Wë°>G_(yçƒçQQ}ím•6$ôia&”X„$I{ûvéÿ%Ùy†OĬˆš+žÑ‹•WK¿ñ1¡~wlg±d÷½ùÑ®Ñ};_ý÷æ­J뎰kg±nç½EƒÝ"t½|ñ6€9O¤ƒ•díÉ'3Bl?ìWYöøý¥÷¹ÆÕO^.52ioªÏ/-*‰ßûo«¶I·¨úüPæíÇ}¾0€ã‰RMÚH¼'w¯?q´²õj—ÿ:µ£מŽŸ¹8å=/Ø{LÞZ[¯Ìœœþýý”Í náÝ;ÅÝäûëöOCϵöP5XK9©|ž••[T&U(ù¡¾yC!K0G¤îmrIÈX£­çŽš'Scý£÷èøú>ýQo¥k••Koß¹ ïx¸ÓÁtIy¥LµÈÄ¥ã;¾ü0èU"|œ]¨v°œG73¯í13kùüy_^ê3àÀ¡£§Î\>_©P¢îC¾„B¨Ö ôDBþñC{lݺKLYcŠŠË2S.ôŠ$WåÒ×%AR‰ðÕS£$㩉Öö•rYÅ‹BßÐ^n¿r#àFòÝÖ®!zeÝ¿`hÚšY !„ªå•úâðÈØÄ„8ö <2V*STTÊjSK•–×­œ»R»¬œ}/Ý:þÉÔÙàãïK¤µ‹W-„B¨^THÍLú |¸IåŠ/ïê(5«E¿Á[Ó¡*±qà°e:#„B5“_ÄùFq jP‹ÇSI„n-ò¨õ¹B¡æÃ­EÐw„û—¿WŸ§1!„z{de>Ù¼é4hÿN„Bè-†‰!„P³†‰!„P³†‰!„P³†‰!„P³†‰!„P³öêõ!tí¿ì¸Ó÷2rÔ—àÃø|žm+ÓØÐ]\8¿Ê ¡º‚‰!T%åqÞ¯‡nøvñ ¶ðòé"%Aä<Ëßrà:Ñ»¢›§£¶p„j!B¨ÊŸÇnyuò”´4/—œß þf˜HZvõê¸/é?L„¨¾éšŸ=ËI½¿¤¤X[ ª3<¯…‰‰³‹+àà×!X&jL²s‹ÜѨÆDØha“ž0Mºó5¦{ÚÒ)@£zÙ Âñ¯'8°ª„ðt{ìx3„^£ºFª3¯«Iw¾^éœÓßF3„ã_Op`U ù@,÷ úú••¬UêÄ¢E‹æÍ›Çº«ñÜRUg^W“î|½Ò58‚ Ç¿žàÀª 8nëoœdrbñâ%sç²'B‘ q]£FÕ™×Õ¤;_¯t}-ÉÆÞÁ)"2*"""¤÷пn䱯h°æ»µôvDd”†Èúvpþ¨€ž‘ÑCk l¬ãß¿ªK‘Q‘QÑCh ¯‰ºí6×À²þªVN¾:߈Јa;n擺iÌ“MÈ ’ñÔ†ÁÑåãCü»»9v\Ÿ~pé¸Á~NvßÌ vÏìïãÕ¾KÔѧeTayÎÉÁ»zwí8øTÎ :rç¬÷ü}MMÀÇÛÛ×7yh!Ÿ{ò×ÏLScjX'ÌóK îÖ'2ªwxŸ/~ù@aΟ7Lël¸çýÁ;Ò¨í»×ìÝ;"2ªgïØÕ»o²V¬Áägbý+®Ã±Ò”ÕTèzGÈõäòáƒñPp{sàèyC/¯cáòÃ?Nýl2µ}ø`üxþZ&'Ä"–Ü?ýÏsèðjW õµcpð©.QêªMUuÞmÖÔ é_™ÁÔù>¿üCÈèÙï^þIuWSœlB<`}ø¨*ÜëðÙésîÅi›lºŽøíXâL—” ŽáçeU]úÞ‹Ï/uNÝ3*,zã“‹ŸÀOýGÍH¼2ÈùÁî‘=ú¯rqy¸óÜs‹ÝÀÐÈøâÅUB 4M~ŠÖ‘ÔLN¨Î1&汦Œ[üþž¤G ¤)÷+5t¦ûY3šgûÑu)v[“ñôÌÂ?•ÅÅíwl!–—=ü*fÈ|óƒ ƒÕ?™^ƒÉÏÄõW¬ËXé~­tm…+ÙR’T¡¶]èzÛÑÙåôO_ ؽתc™$Iûhôí×?ªÿ fä 1Á}VÏ:¾n滃úûõ\“ø” –Þ™>"6ªÿ€ž}†î¼S@VçèìrpÉ„ý#"F~VNX69z`ô'ûÓ™Õ'Ž­ È¡ÑÆ.¿ÅÕ¾æH¶$IR^žº`Â{aýúFE}¼æWãçœÔ;ªÿ÷¦ž'Ù°Ž#|f?Ëž&øx ¼ûBF’äî©=ßûá W#̱bž W·+ò.|Û§OTTx설¼ º óЍÑ<°j¿2ƒé‹.c¥*— éN6!ŸG²Ü’ðòFV t#²…ýHB‘·¼Ÿ3A¦íÇH‹ÎÐË£‚´ï·¢0e-Uø}Jáò~A:ô_Qð²VF»¨µÏüòyÌ~ê8ÓX ¸f 5æn‚Tç˜Ö s¯BÑÖL$I’'vu3¡ ™—˜WMÃõ}Ý?ÃZ>Œ(¤Y›KýÃLÅ$Inš½oìæyÆ"’$…Fó7Ž›õ WE®ÉÏçÛßEG.K¦"_äüíá;“Tù+.væÃˆàÞýc?^v„n\ëˆ.g­ ï9Z¤ÊÓÿùÞ¨Õ:F5˜Þ>âøÑö ö¥éÛ}Íù¢ç¯=7þ.nã÷Ó1tdBÛQ»â\JÓÿì;軿vLr(NÛÖý½9S¯l€cÆw˜w`ù;-Ë2w÷ÛÁVAuÇ;ÍØ÷•ýãÃÓÞóÇåã¨ÂDÏöÎp€?Þ T«þýÎ݇TzÂÕ¾†¨µ€cF¦õX™ø“åTp5þɺ„]×o9é +ó+53ka£ü¨þ¨m>û{c¸¡UŸm3³aÇèü%©ÁI«»p s¬€q.\ÝþßÈ)·'ôµtè‹!#»|à#ª óŠ0iXæ¯Ì`ª$-q•‘e4½·éN6x<XÐ…Æ|O\}[©Z‹÷2žQÈS-4¾ÚÏzPàþ¡.3 Ø ¸f =æÎÕç˜fኺ êÕ=¸»¯è‡Cz xÀ1ŸÙ®û¨ÁŸa-Fòo­6‹EmÇ啟µ1¢ƒÛ|PžN’³Y+rMþŸû¿§6ÎN£¦>î±B9ãw>À­µ¿ºO^¯úWüû˜éæŸnÿ½¯ýÃC_Y¨õ¤Kíg­ ]¡L&c-ê7@Q™÷0KúÍctŒj0½=#ØZ&“éYGËJiŽœn'“Éô¬ŠE3CÚÈd2ÛXYÉ2*à‡[–_ÜF¼"fÇf[Éd2«/‹¿Œ•ÉFP…_…Ùj®Nophmy‚ßÝÈß³¹µmh&Éd¬ucÝ$ŸOûfPXPDdŸcœYÇ¿~Üî]jmÚŬÞïKñÆ“ûA.“q4Â+àè!³ð—´’ø+™Lf:½hz´L6ŠÚËzÖjXËÕ YM‰ê7x¤ž™óªßçÓ{µNz£±M6¡€zb{¸|Y¨º—u{V£_8><üUKשTáWÉW ¶P….S˜MYùÙ2¥•˜å *¡€ýé2Ó€íÑ€k¶Ðc³‚kWàô_c®½xõäöÏMÜ88æ3óªq]ßüÖøa„*¼´æRÄ¢Ùª# Týç„TÈXëjžüÌqætn2íÇ´ü‰6âo?[8ÃŠŠ¤þÝü2¾Mèt€ÃšÇ‡>Š.g­ ]!W²Û³ €8µnô‚ÙÆnûøJ’äD…jEµMíù—Pý¿üÕ#…Õ·«j)€\ÿ÷vk±€Ù]B’UÅô^Sh®NophmëU{ÈZ÷Ë¿ŽÜ<úô‰ß#7ÿs!~.°aÿÆ9øj%„¼àZz¥Pö´XJ¶ihDm¬¸Î…µÛ$ùª¶æ³VÃ,7ò³¤Š6b(eOùBsÖCSâö¼z8¦÷j*ôFc›lB>“Móø«nG^˜´,í™Ìjóï©Â÷o5d÷±\Ïþ÷˜Mý0&$ÄÇÏÌÈ0éÜ)¨ŽëãÌBæLމÁZH9°5NcÝeáäãäÕPïξCIò]:R-˜yÕ´]ß×ø3¬ñÃI’@Ê~¸ßbuÕ]àsƒ?³J?nÛ‚ (ÍúÛÀ¼³®æÉlã<øóŽcWÝ:))»ÍÄw „T¡†x­ ºœµ.êä5B^È„Ÿ\þ²öNI’¾-ÄqOJI’Ì8µ‚®¨Ú½ÝRÈ.Sª²FªnOê`öõîÛÔvúÍÇdu°òt&I’ON­4q©V—«zÝÐÛ“;™Ïýã*µM==ÂR—þWû|2sVÙ“$ÖñoœƒO2$|=:¿ÿê­¿Œ]jUÆ8˜P+ãä MgªzÝÎZµ½#¬*ç|³4"fÚ†ÏÏúú›|wGkKÇàqqtEÕ¨íƒ}†Æ–ìÞñ‡j3Ru{ÈÏëïOûºïN¥È­½>YïÙª ¹¾jÈÏùrË¥›æ2Ûäª^‡ôvÌúÿÍü:b_…‘lC¿]û‰+³.©¬\1y\¾ ÒA_|¯eœY ÓàÇBm„’ÿœsvÕ··»&îñÖç{7àÄȯø6’µæX±ž k·ßÿyÙôÉŸ Ü ’‹mWo~_빨b–Ú¸.eÆ·QTŠ@®gÝå§ 1¬ r•¨j*µ ·ëd²‰¨gÃ8ÆJWµ¬^HÀ¾J–.3 Ø ´Îµ9¦†Ù™«Û—®_Z¤')!™ùãr®ËlWM÷뫹–Ö+ËlJµ0õ×#]&m¢÷ZÏÞ¿nÖCdB‘\!ê9zÝgA­_wò³Ž3_l3õb^2œìb¡6òïmøvòGc£7YØûHÐe|tì š1·°ôðô¼w÷n÷€@m±:/±†B5zzzFÆÆÅE…Ú0"„zûðù|O×·c"D!Ô¬a"D!Ô¬a"D!Ô¬a"D!Ô¬a"D!Ô¬a"D!Ô¬Õ{"41•˜˜J´EÕ±%K–.Y²T[Tm5È©!„ª[õžß$…Œ 6–-_¾lùrÍÁ!„¼áDHÝBÅ-ålÓÊÖÅoùÁÿÖNޱ³²´uõ]yÆÝ£k@P`ĘÓT ë!h¬{5kÖ‰Jy­ qs†…úºû<žSN•h>„š^rròæ?ý°~CA~WPÂÁøFŽ)-)fîÚ»{gHX¸™¹9sÓWlù‡îÌ“œu‹xöß1g—ð»éW'þÏÏñÈÊóÛƒ¬ÀÄT2rÛÕ8?Üê¶?7}?T>ËÕom Å©»]#Oæ<ø‰Šd~s¡jáwþŽ·§ßã”7¦ç*ÏÇIŸ«F®õw¼5ýø–§{ÆtGÕÒP¥"/Î)ðÒÓ”egGu^¦TØ|qzC‡6Nfgåqt{s/ÅŠ ½ÌKÓãÚ‡'ä¤nŽH×™j¨BŸ²ê¹szø¯IëcÝ‹n¶ó^öáÖ#ë¢ÛÞßèÒûhnú^`ÃÚŸ-‘nû#6ÅO €‚¬r3CÕCÓÛ¬ƒ©ù\¸ª Ùzñ—A®ª‘ZÏE÷ÁgíÝŸ@ðHâp[|êöåÄ„„øu^«e\^܇ hÞËJ[ÍÓX•®‘ÚŽˆPsñæ^#SÇ/*³7|‹øÈÚ:Ml¿qáóN5×Ê’*ÛIàú¶ÏèBs!?G¦þî ÕÂ)®’Y éðèðl‰ËµÈ©®’ÙÔÞƒ³èBÍU¼¦tH˜þ™ýð¾Ðl¬Þ‰…ñZ·Y-§üvÚN»’ª!’Æz¦:R=÷ºtí¦VÂÚŸy¾­&mL¢¶ ŸVǵÐ<˜¬jP…‹î#"ÑÛö¨žMª)½›Ïóé;gùê’GU¯Õi>ë^ÍCÇZ…u¢ÒtŸðPÕÎá9ת½ºBo·7zG(з{ßL¾Ïà3cZ{6zR¯Ýžšký½tøû¾>æmÌÚ÷™ @þ0:$ÌÏßÌÈðüÙ“t¤jáÇû¶Ž2Øw™X&¶ÿ=~‚Z›ãã6½7 ÊgeëöaŸì¦ 5Wií?¡ðÆÐIØ@ß¡íVoÐïk¦ÜÆîÛskÄ'·*õIY[¿y»º9k¦°ž©ŽTϽ‡V”§d滨²ögÄîýwÆ|ÒércØ÷ýùÏ9ž¬×Bó`²ªA.ºÀë'GGn±±rí3 à7` ’¨œ=$ê¹ ä/*G-ÚNj>ë^ÍCÇZ…u¢ÒtŸðyqNÈŠ´g²Ö›ã×R%ºBo·7ú!j´òï|2êÚç†ãC!BMIÓ{5Zæëxh jp(jnÞèk„!„Pcƒ‰!„P³†‰!„P³öFa}¯È¬ûÄ`½ž–†]ºSíL4XX¯H z˺îö¡ytôö÷ü¯BQƒK_³|­9ð†Õ쌴Ò0¶j=ôÊ£CzûûtzÇoÑÞW æ!ÔàÞh"¬¿™@&'ÕĪ3\êꊰ®»=nÝáÓÎ%?çb Ôñ@ª+k×lkV뵨vòµ–¯§¾iÛ7³ºÎÈÉþ=>éø×ßMz_[0BoÎM„ôÿ‚M´-šlb*a®¬yQf ‹P‹%ŒÕè²ö7°­ÅLa. ®ãªÜ4fË–ä~Ýå§iôa—®f]w{tÏÐÙ/$Ø? Ð? >W›j+kë2€:®ÆÎ©Jm-l¨~»¦:iéNªn×l”(wÖöð™~‘Ú.ÍØÐ¦Ã ‚ÙrYæ~çvÁ·^Èàϱ^Ë.€JÕæ ×zè̾À‹ìcý}<|‚z _ϼ[Õ} u óM¿eD“)²bßj4Þèçé¥M´-šl¶F°ÖE™U—^¬ÁƪýÔqíoæZ̪¨.b©ãªÜ4fË\Kr×`ùif'YG¦–KW³rµÉº²¶æÔ}5vÖHšŽËˆ«Í4z»6£$qÛÙõ£Ûéç[xÞóÜöÁÁì莱¶œò¿‘ý·»›”º\ôàÜr1ïU³Ì9Ãu"̾­ñsH™srS‡´}ã½FîRCÝ—P׺÷‹ì“ýÆEn97=¬ Tkuò9ÂK„šM6a[#Xë¢Ìªö5X˜f¶:3ë Ô̵˜UQ} ÒqUn³e-Kr¿ÎòÓ4º“¬#SË¥«Y ¹Úd]Y[óê¾;k$MÇeÄÕf½]ËQÚ5Ðãè'~ö‘º:HJ¿ÑJeq]»µýÜ–_ïN¹ ÑSmŠ9g¸N„Ù7s³Ë9y">µ®¬Ú꾄ºÖ…¼'ºÛ/?»²¿ Tê$6Øê_wèê´/ʬmAa- ë¸ö7s-f.º¯ÊMa¶¬eIî×\~šÛ«‘Ñ}éjÝqµÉzUéxEXéIáZ‰[µ“ôv-G©ÏÚ‰Óýöhêyã¨ï[Uÿ¿kË„<ïßÔ ;‘4³H ’W«ÕCíf#hý“¨R-êug5lÏ*ËÃ,ˆ™7úáka®¬uYáš-aÌ\lšË Ôlk1ÓX—¢V¥iÉc¶–k¶$·Ž +³ŽŒŽuA‡“¥Õa›º¯Æ®yè˜ka³®ÄÍ¥–gdbÿiÿ²uãg]üj±¯Ú.Ö–÷|ù|è¶CñÓ¾ì3!Wõ­:lsFëÒ>u6{ü <>2¹WëŸMëhlÞºE÷ÿ”!ôf4Ø¡VÌ5‚µ.+\ƒ%ŒY›fÅ\šu-fëRÔª4,yÌÚrÍ–äÖqaeÖÅu¬ :œ,­ÛÔ}5vÍCÇ\ ›¹·µ?£/¾é²¸ëÐV†jñÌ–3Íšv5àþ¿Áüà?†íï3yϵïRÁ¬sFëÒ&Äý4$:Ògikçà <úiýÓ£i5k¾ïæÐzû‘Lm!Ôd4–D(•J‹ ‹SîÝNKKÍÏÏ s gWÏw:µ0‰DjñIòù<0 ¾i|>ŸŽF½MÅóŠR©4'+gÿ¾ÝùùÑ1ƒæ.X4wÁ¢þcŸ?¶k÷ß……¬7…$ $ m­Ìû„‡D„‡ôìÑwÉÖ“Taþ¬^±ŒYØ»G°Öеùa=¨ja[+s­¨ýÐ}fmüµ~BèmÒð‰ ˆ’âÒÄ“G½}ýFŽgïà(‹Åb±ƒ£Ó¨1ã»uó9zô°@ÀrçJ?('?søø™C{,ß1aüŸ©ZÇ_ëgíš•ÌÂ#'þÑZ±Æ?RÁzPÕBúôuÿ¡ûÌÚøký „ÐۤᡴR–ú ¥µ•upHXEEÅìÙ³======gÏž]QQÚC"iyëÖ ¡™ I¨zj” E-gnùòŸe«¨_+óþ××§Wx@XßÎç•¿ ®ú±kc~ú‡O÷ëáßÙ{å‘ ®*ÇFõ€ˆžÁ‘½{ªUWm'&¢G`ŸUGŸ_ûÉ ~a¾º­>–I\øA¿^Ý»‡Æž~öBCßìÚ˜Ç;ªDh{»w˜eô˜ý—•Ýüò½ðÈÞ!=Búî¸Ï_ V‘¾;¡ïT Z½_Yp˜ÚÞúÞXƒ ;qî— >yoóž&Áiꮉ q“6>…«J¯_uÇyô¸Zuzãݤ¸„ÄC»?Z?>ü¸óÔÝNÝ5þç)S耣^ Kúó ó©Ã¶hèœxgV|©ÇYw˜Uë kÿ·¿?´Ã쇞޿mÜ‚a³˜§Ìl‡µŠ.'…Bo†O„„‚ÌË}nÝÆ>LAԮÇ€µu›ŒŒt€‘_Þ›¨ÞøÐ¿n~P4/°‹\\ôàG’6/‘há0\Z|^CµöÕ `A?7 …ýpB‘??Ò‰0q%->«r  ]Äââë4èë¨öºôe³êý_›œ·sZlD¯ÁcÖñ“4ô™.d­¢ËI!„Ð[£¼k”Wí·]»vq„U RmãEÎßúfQô¯$AIeUº¦_UÈPj®Â¬«Zø²Qõmf›¤j-Ö™ðu=(°õ_A’›ãÛè ¸Z`6ÎUEëI!„Ð[£áï…B…e«ì§Yзo_Õ]Ô¯ÙO³ììBɨJߟ¤¼ôáªq«g~Ný:ÞY²øD:™q|ž©Ó§Úî¯8«˜ ùÏeJîê,í¨,©js¾©ó§ûöª:ëA«²kЧÅÜ¿¯QÛ¯§ªU§ÃTÛᨢý¤Bè­Ñðw„b==ww IçììæÍ›€þýûS¿&?ÛÍÛ—Pª'BúŪ¨Þ¡<OI…ûiÃ{NTùð?ž2zhı\l÷ãß㙯l©–h¨òíA1=CZH8ÊZÙŽÚvËó£×>Ì“·^ý×*Í}£7XªVÈ<Öûî¸7aJmJ=Rfã={sg'¨ŽyF\U´žB½5xÉÉÉ›7þôÃú ùy\A ã?9¦´¤˜¹kïî!aáfææÌ]:"I²¤¸$nÏÎÎ^]‚C{¨í=s*ñîÝ;ã>šXYQ®Z¾~÷¿ƒ{zA£×Þ®õƒôgÚ¢š˜Ý'®2ØO[BÕ;Cÿ~ÿ_Ìà!Ì]%%ŧODöÀÜEÉÊ|²yÓ¦~Ñ1 GÈãñ £úE<¸?-55$¬‡mÛvù$ãô©Ä²²²‘£ÇÊå2mÍ „B5Ñð‰D"‘•µÕø&^½zùH¡œì§`ÝÆ¦c§Îݼ}•J…R¡P«ÂçñJeã_qû¿Ç9äÛõ|¢’ øŒ7.!„PÓÕ(!@tëæíããÇðx$IJ¥LZÉoÛÚ$5#Ï©EãÏ…o%A¤=ÉkÛÚT[ B5%R €úÍ«°®ŽÇ/¦Ý= @¿I|ÏʲEoogm!Ôd4®D¨;c½˜PwmQ!„ø¼"B¡f !B¡f !B¡f !B¡f !B¡f !B¡f­}|‚ i¥T&•Jx  Äzz"±ˆ™G!ToK"”J¥E…Å)÷n§¥¥æç瀅¹…³‹«ç;ŒZ‰D"m „B5Ñ(n¶¤RiNVÎþ}»ó ò£cÍ]°hî‚EýÆ>þl×î¿ 5Üš˜Jüýý»wöíûëUÎ/Ш[&¦m!š,Y²”Þ®ASþÚBjEµ{Z1ûOwïµÚA¡†Òð‰ ˆ’âÒÄ“G½}ýFŽgïà(‹Åb±ƒ£Ó¨1ã»uó9zô°@ éÎ5éü¹¤¤ ‰û|5øs a K&'èíeË—kˆÔ*éü9m!5'“uÕ½Z¶ƒBoFÃ'Bi¥,õAJk+ëà0æÞàÐIË[·n…ZžÅ5ë4¾¢ð8µ-+MžÔÕ'b[rUhb*9¾zRŸð—.ßÌ  éèm*2<$ÄÓ­Û·‡ž^9©wx°[{¯Å ™tpÜœa!¾î¾ç”k>èîù#BC‚†ïxD•Úü‚ª¾|‘Ù+Ö¦hº÷ÓÄTÂìgEî?Cúùúwï6ìLnIõÓ¢¨tµ'å9'øzx…› T÷ÔNSÃÑ<Î!Tßþ5B™¬2å~JôÀX®ÿÀ „ƒñ;zi^ûQâbcëªïfü-vpÇ6x™—¦ÇµŸ9Nªº¦ûi¢Ò=ÖžlŠýÈò«ãñ1NöŒ9ÈÒ)Æir‘Öþ#„P}køDH(ȼÜçÖml¸¬­Ûdd¤ ®ÿ€@Eù³ûé•?^¹M•,½žgõiô60濺£ZÖÏLGJ‹¦³4¤bÅÀ`ê0’PL_ÞßZºŒ‘Í¡–õs‡~ËŠÆùLˆv˜½âjŠ©ýüá~Ñ¥~àØYáx€ªDÈÚOÖž|ÿ²§Ë☵˜8G[ÿB¨¾5|"¿ä•ûË`“Ο ¾í;yÂÆÇf€’$wž•XVV6rôX¹\¦­„B¨&>€H$²²¶ÿÑÄ«W/I8”“ý¬ÛØtìÔ¹›·¯R©P*4}pqÁÛA„ÒªQ$B €èÖÍÛÇÇ/àðH’ ”J™´R[U„B¨æK"¤( ÍŸšG!„êVÿk!„j@˜B5k˜B5k˜B5k˜B5k˜B5k˜B5kès„AH+¥2©”P’À¡P ÖÓ‰E|>fk„Bõ¥±$B©TZTXœrïvZZj~~X˜[8»¸z¾Óɨ…‘H$ÒÖB!TâfK*•ædåìß·;¿ ?:fÐÜ‹æ.XÔ`ìóçÏvíþ»° PóMáÕ¿–öðõñôö _ü×5 ‘¯Å? Yhb*a2-Y²”ÞÖ±Jƒ¨§~²Eõˆ´¢ëª6XX§yÄtdU›ÁÑÅk[ úPÒð‰ ˆ’âÒÄ“G½}ýFŽgïà(‹Åb±ƒ£Ó¨1ã»uó9zô°@Àyçšy|zÌêÇ??—tþ\Ò‰é«c¾<Áù¿šÉä„êvÒyίHÔjÙòåÚBê’ZÏ5Dª©§~j:Õ#Öf„éºõt jjp8Ý#YÕfp´’ɉZv¡·IÃ'Bi¥,õAJk+ëà0æÞàÐIË[·n…ì¹ðûɺkE{1ˆZ´_±ë“¿&ÿ7uŸWuwø"ûW+çI +MžÔÕ'b[rµ×ÄT²{þˆÐ á;©mSå9'øzx…›O—µ)Ê¡¡}À? þêÝã«'õ ñpéòÍÁ ­Õ@Q~ÿËa½;ûøûw¶(ªÿ—œÞæê9×iªuƒÙO¸³¶‡Ïô‹ÔviƆ6¾Ì–Ë2÷;· ¾õBŽõŠXvTzxzùw®AcN3¨z"Ì!z‘}¬¿‡OPá â™w$T‰ZƒN<<$ÄÓ­Û·‡ž^9©wx°[{¯Å ™ª >Œëç3ã ä^objžZ¡€i®6;ó*¸lW–¢K¤æ9 68úob*‰›3,$Ð×Ýwàñœª¯í¬ÈýghX7_ÿî]†ɭ #©IbaÑ´ë´§qµÿº§‰PcÐð_Ì[\T·;z`¬½kÀãÇÆ÷±L&eîµ5ky'·ÀTÀ£~%Å’V‹ Ò+ µëôCNÆA>ÀùO»-ôúóØX×ͽ\+.Lô2/Mkž“ºLL%C¶^üe+s›ú£µþŽ·¦ßãô`Ϙ®câ¨BÖ¦hªßˆkb*¹í꜊nuÛŸ›¾_kõ-‘nû#6ÅO €‚¬r3Cµ©m®žs&³Ìfå/n;»~t;ý| ïÀ{žÛ>8¸s€Ý1Ö–Sþ7²ÿv·c“rC—‹œ[.æ½j¶YËY¹.ÂŠÜ KÖ#rõmŸCÊœ“›ú;¤íï5r—ÚWJ©Ö¥wqøð_“ÖǺ?Ülç½ìíGÖE·/¼¿Ñ¥÷ÑÜô½tƒyqN—ž¦,;;ªó2¥Âæ‹Ó:¼°qú0;ë,ãp¬Ýfö+RÇ)¤µÿ&¦’wÿwuKŒSÚÞ±á+;>Nšßù;Þž~|KŒSjܘž«<'}Ó›«'¬ÓžÆÕþëž&BµT'_ÌÛð‰°0¯ð—-æ.X$‹Y¤Ré×óf-Z¼¼‚íKê¹!,èØÎpÿ­™vzm¾¿ÿ¸«±ÈÑÂÌÊÕŠ|ž[úß]01•<Î/4ò˜ÛÔ¿ƒ¹Ù¥œïÀàØå‘‰_ìð›ÚãÁ‰®Ã±v›¦5RÇ)¤µÿ&¦’´¼KŸçšYùå§AõIÛÒʧ8ÿ1pLo®ž°N{Wû¯{šÕR$ÂFð®Qž¶ =îýVF›2J¦;˜R¿–dl2j5”ÚµÐ{À¼Kã¿:ù¤íW]E $É'ÏØê½J0꡹ÍðjWS¬ŒøTE€’*y­êÀ ø$ñBµœµç\3»ÁªÏÚ‰Óýöhêyã¨ïU³ p´LÈóþM­°I3‹¤ ÑSݵøÔíˉ ñë¼V˸¼¸±öMÇ©AÓrâb÷~礅|üü?ý5~\?ymD`pÞËîôek¯ÝO“«Ÿ_|ÓñÙÇC[ª•3[Î<6kÚÕ€CóƒÍ½>ýcXnŸÉ{è`’¨œ=¤g÷€@?ÿF-ÚNjÚ„¸Ÿ2æGú…Íý7Œ'0å SmP÷gÕÚBá'QCí ïÐv—ÉN}ÍôÕbtï¿ÖÈZöVUäÅ9!¾Q‹s6Ç£J>Þ·µtÍ`_ÿ+û=~³ŠÖqcö4­íÓêð4ª' ÿ!I’%Å%q{vvöêªþ¨qæTâÝ»wÆ}4±’íBTO¶E»Ÿœ|ìמ¶Úë¡(aK>@橹~Sø™Éßh«ÑL©¾Ú‡Psó–¼FÈãñ £úE<¸?-55$¬‡mÛvù$ãô©Ä²²²‘£ÇÊå2mÍ º!-:1µÂ,êß ™ €H$²²¶ÿÑÄ«W/I8”“ý¬ÛØtìÔ¹›·¯R©P*ÚÚ@uCOráßëÚ¢Þcë/œÿX[¼D¨–E"‚ ˆnݼ}|üø>$ B©”I+µUE!„j®±$BŠB¡À›?„BoNÿk!„j@˜B5k˜B5k˜B5k˜B5k˜B5k˜B5kès„AH+¥2©”P’À¡P ÖÓ‰E|>fk„Bõ¥±$B©TZTXœrïvZZj~~X˜[8»¸z¾Óɨ…‘H$ÒÖB!T"J¥Òœ¬œ£ÇYXZFÇ jcc Y™OΜ>¹k÷ßÑ󬬭‚ó«Ý¤E§[Û ô_wåðpg®\¡!„«†Ö‘ ˆ’âÒÄ“G½}ýFŽgïà(‹Åb±ƒ£Ó¨1ã»uó9zô°@ )aßß4ßqÌøëßþ¨!!„bÕð‰PZ)K}ÒÚÊ:8$Œ¹78´‡DÒòÖ­B!W.$¬ÿoéüE};·çV}gáéåcÜ=ºFŒ9­J*KWŽô‰™¿[õîÒÄTr|õ¤ðO·nßzrxå¤ÞáÁní½'dR²Òä‰ÑaAA]}"¶%B¡·HÃ?5*“U¦ÜO‰Ëà”p0¾cG/Öõ¸‹­¾dô4÷ñŒá}{Çêmð2rl¿å´Ã?ñ`6²b`0uI(¦/ïï -]ÆH‹æP{—^ϳú4zóñŽ!„Þ* Ÿ§-€Âc‰#äyÓNæÈoE{| ’fÍ»¿ÂÓ|ñ©Û—â×y­>–qy Ü·‡ÇÒƒÇ*{0ž6âóxâêÛJj¯’$wž{HÏî~þŒZ´]5~ð⃠œÎú½¿¬Lù¹pì¾=V Ó:ûøùzµí®¶p„BMIÃ?5*Ö»¹¹ÇíÙùÏé“Á¡=Ôöž9•X\\Ü©³WeE9³î—«þ*ÐwÌÊ} ûO©§UúC„1ßÄÇpìâÚµð\¿÷@!ô6jøDÈãñ £úE<¸?-55$¬‡mÛvù$ãô©Ä²²²‘£ÇÊå2mÍ „B5Ñð‰D"‘•µÕø&^½zùH¡œì§`ÝÆ¦c§Îݼ}•J…RÁòÁ „B¨öE"âÿíÝy”Õ½Àñß­ªîž f`6°Ì 00 j|!¢ÆèKô¸äô™E4M$˜ÄDЗ˜?\¢‰1n1æ=cž_ÖgT”²È. a†™aº–{ß ÎÖ3 é¾ßÏáhSu«º¹ô÷TuU·Ö"ºªjâ¤I“×QÆhE~²!ݦ»®”0 [¼k€‘“Õ('!X¬FV#„«B€Õ! SÓ/ŽnMgC¨”ÊÉÉI7 €ãÌqœ0 UK?Ò×! aQ⤟ôb±N¿ÚËqÝX<þáïõ(N76Î~³LyEŲ,©štZß~§x^g÷@ZƘ( w¾ûϯ/ŸP5)Ýð4:›®^½KÆŒ·võªW-<.çjHK)UTT4vle¯Þ%鯦ÑÙŠH¿Sú÷;¥ºQtEýŒ€ŒFV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!dcLº!G´+„J©ƒõõéFÐ%DQ$¢”R銴3„…EEïüsûÁƒµÖéÆpÒc‚0<ØPßp°¾°¨Gºá""^º""£F—­^¹rTYY·îÝÛXN %R[W»~Íš±•ãÓig‹z—UTlÙ¼¹¦z‡N¼p‚)¥º••Wõ(N7V¤!‘Þ%}z—ôI7 € Ó®ÏÈVí:"ܸa]º!t9£F—§Ò¾N>ã¬tCèrª÷ïK7¤}!lÏŽÈD|F°!X¬FV#„«B€ÕÚuûtq:ŠÂ( ¾ Ù£Çq”ëzmü Ò~„@Æó}çŽëׯݿoº±Ïqœîݺ5jà AñD¢Å1LH‡B™MGÑîÝ»V­\1eêÔAC†z^–¿­¾¿ýí·^~ù%×s ì¸n“LHº-šÊò õÂ(\³jõ”iÓ‡–nl6ˆÅãÃGŒr½Ø’Å‹ûöé“›_Ðd’n‹¦¸X@f3ÚìÛ¿oРÁéf•î¯ÞAóULHGB™M)¥µÎú€MÄâq­µnéZ&¤£ìš)YÌÓ›`Fkû"I&¤!‹cÖmX³k÷-®íÛ§ßè‘Çöfj›§ž_ó“ß¾j-Æ#FŒˆÌ8í?¼öœt›v9„€-Œ1ë7®ñ~üøŠ1gÜöÄòÆåÿÀºÏŸÕ·×-Oojqó KL4tRg?Øõþô©çÖÕÕ¾ýØc[oýþ¸nÝ<‘( 1:Å£uL©a"[n›Ezȵ׌)»àŸžP9©ÉÞ>|mÞé³7þùÅW&öÏ‘]ëž|c©,né™;«3§Ë©Ñ»ª¿vÏŸG éÑ´‘‰˜+"U_|àðJuã=×UŸž8|î̳÷T×J³×üîs³Ï»³fñ’#ºÇƒo^3ù“_+YuߌÒÔZcLí?ÿ2mÒÏ{xémžÚù|l!€ì§”„a°æ7MìÕ+¦T†’JE*„Q¤µ6ZÇŒ†›¾û½~WÍìVÐÝoékJîžù“Ùÿ·-UA))Ÿ>§\DdËc_ùÐÊÈo¨zÌyüwWWö‘X,ö§Û¯úÑ×¾ûNÍ~úÜí ‘°~ãM3¯ùÛÖº|W¹à—¿›_éXõÕK®[ýQØÌÿæ ®׳ùóžxË6ì¸åÁ¿Ïøä¸ÑCûmy¿vìàŸͽÔsÄsUÜ•DÌMxNn"V—PJöV×G‘n~"ù®Y¿¾ñ…í#ºÇE$ÖmÄ=¿ÿÆéwÝ·ýžÔÚš-ÏN9ýúËŸ\6çœM·<!€ìwèHÃϘ( S÷]§Ž™C˜â#Æ„QiÝâ÷u=º³vë©…Í—8ÿ¶|±DDª7?5ðì9Wïx4µüÙß^4wxõÖ‡úŸ~ÍíýUDûÌŒ7/øÕ¦g¦ŠÈG;êEä±ó?;öÞÕLèu`ûÿ”žyãÕ;Ÿh¾ÿì¿þúƯŸ{ãÒó?Y—»õ½Ú¸'Þ©Ž{*æHÌ“„§b®J¸ód`ŸbÏU[ÞÝÝ¿w‘jvÕè¯?¬Û6¤{ã_ __÷Á0‘C!œ<á —=»uδþrRBÙÏ£µ‘(Š´Ö©K`Ì‘~ì¸PD¢(ÔQø~‹{kñššmºüò·íc®ªßµIäPïºh˜ˆûRrÿìÔ’üãÃåý·ÔãâÒ<™¿bw¿kf<.""ÝœÉ'Žr˃ß¼³æŠ §Ô&õöÝóâJ9Žr”Hê£Aiq” •8‘1Æ(Ïu’A˜›Ó±¦ÌºpØOîþÅ·¦ÎËwNæEI{ÑÐ5EQ†akkÑ‘E$ ÃC‚*u¸„GF‘ÖZDÂ( £ÐßO6ÙÕœRpï¦]· /j²üâ ¾vås®×W»» iÜ06æ4j\øI_ŽüZPhÌÓ‹^)MZÒ8¬ù³·_ÛÒ¶?#Z$ˆŒi/rŒU×…JŒç˜Ü˜Ê‰©œ˜“z`´Gr±öÜ·¨ÉkþBIþý[vÏ9| ]ýÖ}ù%W4޹îÑW뮨÷9ïõß~;÷ä]»yòžŽc»ÖT†Zë(ŒD$ Ã0uËD4Þ;…¡Ž¢Æ ŠHjaÍ÷6û‘köï7¼þ^]ê¯{7-ºû™íƘÉhHi¡1fåã×ËQת4nØøøÖÉ%³XœzüÑÎzcÌw*{ßðË×SK¶.ÛÜ|Ûµ:"Òæ„¤u笳ϩðÔÅ$Ø3¯ö`´coCu]Øàë0’ÃL™(2‘Ö1Ï)ÌÏ}òooLŸxj“]}ý¾Ëîýü·Þ¬ñ1~͛߼ø¾Ëïÿzj•ˆ‰ßôßK. Ÿ|å½IÝôetTÛÒŽd‡Vß }?ÐZ‡Q(J ‚„säàÐ;èá›(DÄ¥¢( Â0ðƒæû,9ãÖ~üàœË§¾—t%Jz=GÜðãû1OÝyåå«zö/>c®È_7óÇuW_WñD}ALæ¡'¿7æK¿_°fæõc Æxú÷Ÿ®Ö|ÛŽëT®:·bxi;~õÊÔ3*G––¬~{ß´±}¿¯zЙ•õ‘›ïþ]³Q¦ganÿ^…—=ú¬±[l÷¤™·.œyë‘ šMˆ8ÝæÿùÍù ÿ±#„²AêL`‹«Jz÷Y¾biåØñ}®¸"Šô;wü瀃 ñfÃRì}ó½.ù|nnîÂE/ŒÑôø&ƒ´1!í7 ¤û/o¹à{¿ôÇ_ÿÜ´ "òÒýW¶6¸óOw²ð!€ì`Z3¦|œŽô’eKòróJ.»´ß-sßÍÉ9úzPs¸‚=oœ]|É%‰DîÂ…/&b‰égºÕv­ÎÄáÖq‘Ÿ»ë†i£K»=ºà%ñ}?™Lú¾AêÃ×t;8qÒMH«8" Ú>_Yµtù’×–¼:±jb¯K/‰tôö¼;Ìáßq5"ŽãôüúõÅ—^œH$.z1?¯àœOŸ+™|”Óù#B­uªva]1åÔSzÄøCÍž={RkÇqÇu]Çq=Ïõßí ŒùØÑŒëz^,¾pá‹ùyçŸ{~êNÃÖv˜ Úš´Â0ô}?Ã0‚ ÂpìÀü¹—íÛ·Okí8Žçº^ª~©ÿÄbQ& ×=r[H¦ „²Bº“cA”—U,YúêK¯,:}ò‰DŽÖZm´1FGQ†á Ï¿H$>uÖ§‚ ˆÅbmì-¤›¶©”ÃÿWJ9Ž3¸oAEÆq•×uÇ9²ZTjIgžôd!„²AÛgëêêêëë<8°tðšõk~ó›'#­M¤#s¨†‘ŽŒ6ýúô4aÒþýû“Éd^^^~~~k;ìú:yjT)•H$âñøáo݉ÝŽEÆ×uuÝTÿR'E;óŒ'! R··¶6///'‰x<1yâd?ßÃH-"Žr<ÏÅãñX,‘ÈÉËËÍÍÍõcB:Ê¢i•”£ wïÙÛ§¤$ÝØì±÷£½=z;ª…Û˜Ž"„2›ëxcÆ,}íÕI§MîÕ«·ëeÞåû…Ñž=»—/_6®²2ÞÒçvLHGB™Íq¾}û•WT¬^½²¦º¦ñ$²•ã8EEEååe½Š{æäæ¶0€ é B ³)¥â‰Ä©C‡–––†A Q-þrn¶0Æ8ŽŠÅ99-¿é3!EdÏ‹y^†ß\1!íw,Ÿ+5!Àj„`5B°!X¬FV#„«9Ùý´A)EöJýò0gG–"„«yžç¸n–ÿT­ñ<Ïk áÎï¶=€,Ç=ÏóDdöõ×¥ @¶‰Çãê½÷Þó}?™L&“Iß÷}ßÃ0 C­µÖÚ“n'd¥TêÊÏó<Ï‹Çãñx<‘Hü?8¾ endstream endobj 419 0 obj << /D [417 0 R /XYZ 56.693 815.761 null] >> endobj 420 0 obj << /D [417 0 R /XYZ 56.693 759.068 null] >> endobj 421 0 obj << /D [417 0 R /XYZ 56.693 739.087 null] >> endobj 422 0 obj << /D [417 0 R /XYZ 56.693 378.322 null] >> endobj 423 0 obj << /D [417 0 R /XYZ 56.693 358.452 null] >> endobj 416 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R /F73 59 0 R >> /XObject << /Im36 406 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 427 0 obj << /Length 413 /Filter /FlateDecode >> stream xÚ’MOã@ †ïù>¦‡¸žï GÄçJ»mn…Ã( (R›@Úhùù8™¦ —xfl¿¶Ÿ˜à®“ó"Y^½•Š'°­ƒ\xT:‡b «ôwhú°YdÒPº®‡~ׇ®n§×h7!Ú›ªë¶®š}X<¿¸T&zc¢à^¶Í‘|î»PÖʪæ³Ü.BYÖmSíŽî¢B¿¯7ýnðñLržÉªa&íZï9cŒT–u\ž.£¡!#¹,’×Dpc9^ó-I(·Éê‘`Í>.‹ÚçðoŒÜ‚„RY>oàorŸÐ,}¬gÍLÚÚ£ {èyƒc#S&¬2ADé]W=-¥UW5e=á¦GDl«…0éÛKÛñ•Òý‘ã\é;Ë£Oƒçµr oOŃÿ‡2|ÇmïJ(4“gy»åÜ‹–1|1©d‡Ù¬ÆÉ©ÙJ¦dŒå%:!"¥ÄŒÂlQŽNø´â™˜óÏȤÇ\©(~UkåÅÃ+ž@üe»4!Yÿ“åzÒ¢ÝÈ endstream endobj 426 0 obj << /Type /Page /Contents 427 0 R /Resources 425 0 R /MediaBox [0 0 595.276 841.89] /Parent 397 0 R >> endobj 415 0 obj << /Type /XObject /Subtype /Image /Width 601 /Height 418 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 24361 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 601 /BitsPerComponent 8 /Predictor 10 >> >> stream x^ìÝwXW×ð³•*¬D¥ ˆAAiÒ‚"Xc"*kÔä³cKbT,IŒ±EóÚ  ˆQ±{Q¥÷¶mæûcp]ØÝź†ó{x|fïœ{çÎYŽwf—a…B’$Åb1AbA/B!ôqb¼Äd2Y2ØT"‹Å¢ædÓ¡² !„BjJ6²¥I¡PÊŒoÿ§¬Y„Bè£ôãÂ1l6›Ãáp8j¾Ç¨««£òŸ@ 3ÖÖ4¶‹ óVÖB!ôQÚuäBcIÖ†ÙAÜ—ÕÕÕTäóù3Öž9u2¼(¯QCU~êŽÚ¬³„ˆ/ ‘@ËØÂ´ß{eB!„^SYU½HL(`³˜†úÚ- U¯e¤§ 1»þˆž9PSSSCCƒQQQÁçóù|þ´ÕgN\PZ"~Ýó´%—öx;wóqꢥgÀáj°Œ‚Òê¿ÒÊHû)û4 :‹D&ƒÉd±l!„R]YU}yuÝýŒ1®z:Òéð5j•TÖ¥§þ=s ––[r³PÓØ’€k«½ý‹­Ñ1÷Äûéæ¶Æ/^”•=ʸvâTàßúöX]œÀh¬¯Áo\ 3ÿ\IX7ò¯žw^ÜXüˆzºè`_weµ[Êy’çnÛ®<|fmѤÚ]tÞ¤qi¢†‚+9zTkSN-ËìÔׂ6*îÕöD–¤q‹„yOŸï:x»ÔÞÁP£Y:$’ÉdÈk ('S·wÏÝî&ºfô·±…={«’·‰Ð»Ãd0ÀÄ@~™?LnÌì‰ Úe0 *ûHj=yžª5{câÐ^ð÷é‹’WgéZB¡M}ÅžzM¼\­ÓÍÿνvî ¬'³Or«iqØŸ×èëps jêEœÂÛgìÖýy¾sP+Gos!zÉ´§YâߥJ’ä—?½™SÑÀÀÔÒigekÝQ‡ ©ç¯@?·˹ϞošåÎÌ}ö¼Ÿ[{ë^€öÖ÷2s¤§k¤æÅÓ{yeõ|“ÅÖÖÖvs²e9E݇ô!Aš÷u¬K¹!îÚ@ü§ÙO ʪù"RS[dzƒÒ^$I9Y ËëDÀÒkoØÝ¾‹6“!é•Cgƒìçb×ÜÖÞÚPCÅÀ†ýéíͬ¦t]4­qüÏy~n]›ìÔþÑ‹J­®½Í´ z–ó¤ ¬š/$¸Z:ºZXkÀ‚ª_šj1Û\ª4ïjÀ±X 7Rõ6évGî ‘„Pn#*î;jkZõŸ0&“AeÙZ¿Ì6{c"ÈK¨’Z2¹hZmàöùá]c=}4Ën5ä\Ì,¨»”[ûàE}×öÜFŽKßôq©Ð¾»Ïð~AÞƒúM}@Ê ÎWƒ æü]")i({’ækg»™ð4Ù@¼x^|0öZ¡™Ýý7äNõ$Ër ©e‰ÔóWåÆô±îPil¶nTßNú\Q#ÿyQŲ}7]zÚ „M7¸Iˆ³*È_ìµ…%?äj/în®—~£^Ø…+¾3»ß>QŸh0ËJÊgÿz¥±¾Nq¯ Ûkß½ù44ܵŸ¡ˆf=ÙŸÕÉÉöꥩ˜)OL1××'Ä»Pbm,,”ÛCñÏÍgÌÛϧŒÔno#æßJ=_ÔÔ`ê³ÅÓÍËÎYže¬]šç=¨÷BÇŽÆZÌòÒò“g®¥t*{|_Òç™cû†.:èg¨wïf–‚HÕÛl±;–íAvÐÜ{u{ osŒR÷µ5Ô O‚ÊgÒ¤s“Á Ò–¤Ö €¾³7&R1Ò‘³7& è[UÛ(]KB,³ ‚ ˆ¦¡JR¥†‘…ž[Ä·ËW.6ôiù¿Ë>n½Ý-ÿ½yçzÎ=KS²ºEgÃÕÕ•;÷äî¥CgüÀº Uë|úvJ~u“L m²>-ý~ˆÑNWgD ÝÌ)=Æ­—ž:6cokµñÏKóÇõjÖeok•ù6^®Û‹‹ôÓ–m?˜Mp5m,Mô4|àî½TÀ'=º ùZæÎ&泌›wÒÍ¡{÷A†ÇNÔr‰'Žcë®SœùpËòæ&ú\MóŽŠ{õâ^¦ËøÁíµïŸ»žæSüìVéTO?ðêÿ£yÕ¥>›5Ä2l¤Ëﯿ jd{(÷‹¾®ÏÌ„üR&[—ÕPå“:óÿŸÁ½v•¹ÝFœð‰î½ŒI/;ÙÚ}6n`õÚ#·,-¤ûlokU”uß~äÙÈ“/·¥´MId‹ÝÑj×(;ht›;S%Ú¥Ú¾£¶Fv†7ÀïÕ݇Óç®´n1/$b€Ÿ»$RfoLàç.Ét²óB±XÌ–þûj¡X²®½×´b~ÝWÑûÛkˆûûjrîܼ© œÒAŸÎW jûkYuÓïééÿõÂo¤+¢6.çÌ¥jŸÁó $%õ‚ºvú~]ô9T ©Û•þÛ¬šÔ©ÉÓ×?Ÿqƒú ~þÖ3k #Õ.Èê £õXhÔÁº««w'ûvê®8“Ù¢"jËÄ¢š —kVùxJJämZåkÆa8|ñ^…`Æ$?3 € Å$Éb0¸@ŠX¯¾'Ôìt"IŽÂL~#–ö[~OF-; °W àåûY*ä…ˆƒÁšº:˹N¸"& _U1Ml, ¹Ï_–g H7CxJ6mgïîsù€_Ø®«ç¾T;A’4‘Õ*¶)‰l±;’–¥ns¶¶¦*î;jk8ì–ŸíÓ}žÉdEHÕ‹‰Œë·ZÜ#¤îºöîÅb1¥kI$ɔ΅¤ Ý\íÒêzC;++[¯AU–þ¢n~ýŠØ: I§Úuvó¿^¶"jk$gȇ'/×3_¥%&ƒ!"¸\¶E·n¦ì¦<юżÛH@„‹ù !^Òç%—EBF»YtÔª/¯¨t<|Z´l¤½Sø¤ <¿^Ìdk‘¤P¯n#C‡úÑ$* zk3ùW®¯Þ}aõžóe€ÛPS`1÷d7À7ÎÝ À«¯ãóg¹J{ÕI‡½ï Ùy@åÓ»]S !·‡r‡ôVv‘@ð“­CWMérxùžíÂãþv¿‚}:wÔ×46æyz8DtäÕ[ÓEªÞ&Ð0×ãÈ]#J÷µY²×H3®ß’ü´XÅd2ZÔ’N„³7&Jn7þ2˜¤º¤)õnjö'cä^¯¯à}réQqpð sq'µ3`óL@‹G’¤…E—§Ó»:úƒ#[µUŒ®:u®Õ|ç¦G½¶êb´&öÁŠP»Ð!N×.ߺÓhÚS‹]»m9ô`ÕHûÁÃúd\¹ `HÅ$iiÂÛ”š·ÐÏü³‘µO>]›E·1ºFÂz¾ŽÁÈ }MfMeuâ‘Ë:[$©Û®é{EùwŸ ú?C8’›­gÆc1òîßxfebîÜžeüyöàÐ>ý{Xͱµ.-.?rJØQY¯ ¬­/ï9Ûi„K`ß^AtÿvÖ–¸"[;Ë{·òAºÊ ÖÕÑyïPª„gÑ-+îÌïU΃{šÏm)lä甞-µ×bÖ4¦‹T½M a`i}ý¯³Cš Ú'öòá’ªï;jSZ\#¥ûZ…Éxy¿PæÊê쉽z~B-´hDRK‚$IFNNN]]ݼ ‡>8ãYQ%4—Ÿ•Q››::¨ï“GY¦æ]z8:2¸:ÀÕºs/S 8ØÛ.Y±ÆÌÞߺ÷`@mÞõ›w ·“#T?ËÊ.H^ò+^dç— F;C3¢¢ VL6•Wf?+L}C“ÊÒI<Ô>Ë-©ŠI&[ßé“.-Ú—^¦k$';»®¾QD,ކ¡IgsC­.¸w¯HHtrèÑô•;’¼wûŸdôèéÀá‹ü‚²ªz¡˜àjj}bo£J¯H‚Ÿÿ4¿¼ºž¦Ž^û.]M5™ =WÚCé`%夸¸  ¤²–/3YlM--C3scm¶œ`šHÕÛ¤Û’È4šF”î;j›ôu5O&Å©ø]ûA!#¨†JjÕÖóïÞ»ŸôpKJêÒµ@("®ž>8ÿsŸf¹ðÉ‹ŠÛ+̽•=ÎÀ }qq)SXãéë6ìïc'Ïž»L¦X$b±8}G!„ÐÓÖÒà°™§Å™Û÷åéëÊ©¬ªÍϼ4 x„PDÔ7ð_»ˆ ’Ê…Í®‘’2×(:Zô  uîþro¾›y3 àæíûíü,{ (Ⱥ¤­ßQ¶B!ôêêµ4¹Aá)Éñòï.@`P8_ jh¼I-iÊïšØô¡V™Ø¸_½szÖWQàæéN¤©­]-„Bè5Ô5ð ôuB†z|¡¨îåÜŽòzµ$ùV2/”ÆÕÒõ­b0B!ôzÊ*i?:®ÀkÔb0šçBûv¥Ô_òF!„Úûv¥ =/LX7¦¼¬”>!„úO)ÈϋٙÊŸÞ‚Bý·a.D!ÔÖa.D!ÔÖa.D!ÔÖa.D!ÔÖa.D!ÔÖ5û®=B©›ë_ħ=xVØòÉï“É0ï îß½·-íC¸ÐG s!BH}e>)ýãØM÷ÞŽ¾F,滎%&ˆÂ¢²ßÿ¾A lpq´RŽ>>˜ Bêkÿ©;νyí ëùíóÍß=^û>Î=¦?Ä\øŸÔŠ\XTT˜•U]]¥,½5 £žž­àà¿E8°²ÔmL¨þ¼(©´wÔ«i+ 4´ô K«.þsîƒN«¨Û‘}?${ݱ£‰²XÕsayYÙƒ»w{»ºw`~¸+m A¥%Å×3®áâîƒÿ¶àÀÊR·1¡úÃ<ŸRøäI|È¡4&ƒttrúàƒÓ*êvdß—{Áas •…«œ ܻ۽G š¶ñ õ¡¡¡Ñ½Ç'Y™pðß.XYê6&l¬š¬,ðý·ø75œVQ·#û~hhhtïÑãÁý»^>~ÊbUÎ…55Õíôôð9MD;=½úº:ü·V–º ‡ $Iª[”E©#u;²ïG;=½šêjeQªçB’$ F[G5A<þ[‡+KÝÆ„Í’ Ô«?jÓ™VQ·#û~¨ž¶TÍ… >—ìÛ&ÿwV–úŒ ›Å€j¿ÎÞ6‹¡>ƒó>êοS­É…js:¶M8þï¬,õ6BÎlFSSËÑÑ‘ZÖÐ÷ºpæ'™ª¯oÕªUË—/—»êãR>êοS­È…â…ãÿŽàÀÊRŸ1á°h¦…W¯^•,¿Åþ „ÄêÕk–-“Ÿ 9,5œ×ðQwþjÅ'kIy,,­<ØoàØ?o–ÊQàÇŸ6I–+ˆ|×’VLôê:vµ²ÀCîø«áà7u)(xpPpèè•ÊÂ_ÇÛí6ÝÀÊ}Ù¢œ|µ¿ƒý;x«ŒTÍGz²É¾EÒ‡U› @¤Ì´(©ygaâq«†OÄž =ú$--­ØE#=Ýœ»õ>ù¼–Ь/LéݳkŸžÞ#ÏÖQ…ZZZ‡–|êå鮯gn®®îîÞ²Ûe3å NñÕ}#û 8èÿ~{(@y×c¨”Ò#û8îÓ‘s¨å›±›†88(¸ÿÀðboÉ­ø'¿,¹ïâ·8Vвš”VÌ é.4OJ€ò»1Þ“–ÍØ"7†ÎæÍ¿|5g6µ|<)ñ=\Ë .GÎÿì¿péA¦ž 7èZx×ävL Ÿêåmµ)í­w[n - %/eƒ©ý-ÎØì7)jTÆ6éUÿ±“Mio_›@HHVil óÍÝÝZÐë²ìôá]óáÇWÇ_—òeÉ’ûïêKÕúÛuõŵ6ÙqBwä]ù¶ ÐY˜òï›G±ú ÝšweÕÎq§eVÛ€¶Žî•+—äl—Í’3s§¬þ4.=ÌJ~fV£‚zwc¨"ÅGöä–Ì鱦$AI’§¦Ž€!!Cƒ‡Ž1<Ì×kЧ NoY4jÄpOþ?¦<§ø5÷D„ÖÐØC÷ÊÉæ¬ll“ÖL64ÈkðÄ´¢zIáßѳC‡‡ÎJx*[}öÈð‚:lòº;tí+n”·ƒ$I ë³WN08dHpð´ïÑ5~ñ—¯¼|:æ«‹¤=½´AREöˆ´ x`[¼” –”õžÌ—:ÿá“Mé"÷ Hw€¨Ý´ïî#}X¥±™ Rδ€K/<LÚMØ3‹õ‡ÛäÓ&Ï&›ÂÖ[i²¾"sösfźK‚ -‡®/YBm%˲[¤~ØL)ãAƒ¨³I’$ƒkg¯GÊ=j Žok߆oxdEü‚˜Ï}.I’;£ŽNŽYn©Ë!I’­c¹"fRü’ßè*Òü²ýîO¡AÑ·©ÈºÂ¿z¸/"¥ÞÅõEç>ì;phø´è’Æ•¾ATÙkU´f^HÓ(UþôŸŸu: “ÄHK–OXM=0Ý¢æé÷Kÿ¯ÿýwì[û¤ÄIŒ$2¹óÄÃñ¶5O÷÷ ñÓŸgZVåìí;féWÿþ#¿è¾üïuŸ´¯Í?ÞwÔ÷#/m„æN÷Zxt±Å“ãóFEîËø{ U˜ÒcΑ…Ö°oŒw‹ê?Š=&Õºö´@´ØA89!§ß†”mPYØ@×ø¬-ɇoܱÖd7–5*g¹…j5øÁC‡Q íÌæüµ#PÛdÐÞ…Ç#"·œT¶&Û7ý‡Þtƒ ;V ³/tÝþß„¹Z3$±È=ö£'ìÎø{*UEöˆÈR0°²/eƒ©’œ”:Æ¡’µÿá“ ”! ï Hw€$»iÓü°Jp˜À`0 ‡l!!,½œÝ`ÁäWò< éH†LÒ…†ìWëånh¾_¸þ3—q>úúöu÷ôÿ|ô@]hÎgyGMþ ðoÃ7<²ew~0<‘ZŽ/­?ßIG¬köY}i IFÉ­Hwòÿ:tL‹ƒn=ñ«'ýÖ‹îaÜÙô‡Ãì­Òïâ=‘ ¿<°gˆÅãcÿwúe¡Ò7HïîÊ÷Z­È…@nypÈ0QcéãþwŸ’ÄHK–úš  ÓPAõ*Å‘‹»  “á„hÕ"?3@ e.¨Ž¦6ß)7^<á0è0*e;¶Ð×D ˜øÍ¯š.DP…‹ÌW—,Ð(mAvºYÓ‹ZÖ6` ¹uÃíy_ÏûnD€Ïà &Í8Ë5üøØÃ-Úì¶!"10d>wGjšFdÇ hz([ø[Nu¢Ÿ‰@ 0õ_P¹ T ˜H­•»×-È-oQ(wÓ”àaÀ 5 l6îY!Y«ôT‘,|D'›¤PñòÞ€tH²›@³Q6‹ú¥(ï7¸LaììÅŸî;6üv¯_ÞÿӘÀ%ɹ¿ ³z||q{»¯¨*síx‹“s§ mçJÚ‘,±™/b®œËfl–œ~z/ø-%ìúù+×R¬Üº$eÇh 9ŸeÝñ}·áÙ«?^¼*JúpXMÿ% E¹uŸü²¡Õw¼Þ¼_rÊftâ~w¼èÛ…&T$õoÌËx3ÿÇd+ªìµ*Z‘ éRn|Üaâì–I+£ö‡ïL1I2H¢Aº¢ƒZ¦ÖËù¶L$»ùrS-[ÿ:`Êeɶ )!ɦbÉZ}(®.Y  PÚÝJ÷PnÝùž¸u1-íÌž ˜.%.y䎿z~‹BX~ýic'¶àyŸlÇQÐH‹±¢Û¹Ý&ÉWµïu ²å†lf_dÆe€XðœÉ6”»iJ|Ü«Ü/Y«ôT‘,|D'›Ì¦åŸ!@s,äJvh6ÊfI³Ê£¯'µÀâ]8—jÉ×ÿz=¼â«ÅôÝÿÙѳb¯ÿ: ‚.EùDç Lbþþ™jgZ®‰£G¸®á 5,öü=]¶›#ýüÜ< t´Ó/œm±QºïTY;‡Y;1ÐÉ},IŽ¢ [wÔ”ßV¼ ßèÈ’‚ÍYíâL›æ‚à µöÔLëÜŽ ¨)øKË0D¶®â“äô‘_÷œ¼ñæØ™é/Ìf|¢Å¦ Ä+}ƒ¨²×ªx[÷ ~Ó·Ù>þmÓ½r’$ÝÛqãójH’|vv½¤¢t ’åölf±@Ü¢Pn¤ôòÌîßÄÞ¥–ŸÞzB6ÒòI’Ì;»AÏrB‹ºtÕßn€dyv/Ãeû®QËÔu9u þÃrèå=hÖ¢%µygHy䎿z>)#ù›IeCØõÛäÕKKb’¦Ù±’»/r»=ÉRo}ÓA_¯g1±ÅZ’¦ctåÓÚŸpŸZ¾Ÿ°¶½ÃTº`…Ç…$U8UÞ<àýžlÊÏ÷Tz€¤«46ͯ¨šêªK驟 çÀ|àÚ¼ŒŸµ˜~+ÏP‰Â×üõÏÅ«Y‰L´©­Ó®_½tùFÚ?c-Iƒ’Ƈn<šyãŠl"„—¹°…c—$I’dMî%Žö'T¡ìá•ßPr#•Ôz³#[“¿«ÖnûåúI˃ÿ˜ý¸V@’¤ 6wõÌ=!+&È­¨ PîA7õ‹ªM>±ú¤ÇÂA-ªDZêQgγÔõŠöTz+ªíµ*Þ¼°©œ©õÝÚÁaó¶Ï9¾ä›ï"¦Nu°£±•ï€xIEé¨å•#ÝÆ†äiiÅÜ' )½<ú×­Yó¾rH¬BSçY[»@s~76ŽþõY™ÐxíÎe²mÒU‹’å°­;.úfðÑ6˜û¿i–l]Rܸ~ö”2ˆø#þïg%ã,·P?|ähjÅæúë×Âó¿¿Û'%ÎU“éúÓ°3¾9ñ÷÷Ar‘+¹û"·ÛŸþ½`ö¬áÛ9B®ù1Ÿ*Ýi²å#vlÉ\ø}ð¾F5L{oÛ&·AºéB¥§Ê›H–ßÓɦì yo@¥¨Åa•àP—éhú©’7©+ƒÃ’ó7½®X»um¥øoÑ/ëè´æ ÕÚ·áÙì?Nôž¹S²ÖÄ7j{Ù–%Ÿ°9B§ÿ¤-s|:¶öä—{ЙÜN í–߆ÔÞF-Nƒ1Û¿Ÿ=urèN# IɪŒŠ{­ FNNN]]]ÌŽm›·n//+¥‹KNJìéäL·V­ôtê}ûæueQ™Û7o|,ãÿqÁ•õ†còv߀çÒ¯O™8N(* |Ovï?ìçÙ[Y”šRpd¿ è·ðäi³——"ÿKnß¼2ŒnmA~^ÌÎ!¡aoa^¨†>¢®ªî?¹SêVÖŽÉV—Ænú»3o­Á7Äf©Qg^]çJMQ°¶-øæÂ›×ÿýXºÚ*ÿÉR8°²ÞdLÞîú"µü/U|ï3›(uçß©ÿ`.ü¯ÂñGp`e©Ï˜°Y@óõÂã¿:/D˜ ?8þï¬,õ6S!PwFY”úú¨;ÿNa.ühàø¿#8°²pLø¨ç£îü;ÕŠ\øàÞ]e!èÂñGp`e©Õ˜|e!ï•Z Nk}Ôoƒ¡§¯ßÍÖNÁ‡H¥µ"~6!RYB½}Ò_„ÿ°ð×àÇ¢¡¾þInν;wœzsxí ”…·&‚:‘!ôþáïÀˆ¡‘qGÇ÷ï÷õòVÛš¿Á†B},444ttu«*+”`.D!ôŸÄd2 U?÷‹¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[÷>r¡ž>OúÇ;ú¶²odÍšµkÖ¬U°hT—ކzú¼„²aoÒŽ!„ú Z÷wgÞÄ®]¿S ¼î]G¾‘€`s™½nDE-¡‹œ¾óLAnŠùÍ¥—.¦IãoBiÇB}oúû]uþþÔ‹…nÎá™zú<—9I°e¸ƒž¾Á†«%ðryxÅg];wsO+mš·‰ê-™0Ĭƒ‘™Õ ˆ%êETySüÊ V¦Fþ?Þ¥J¤WÉvCOŸWGðÕS:qY­m\OŸÿíD›NÌm=Ö%=Ü4;¬«‰±¹û†ÓT­‚3‹Ý:ðŒÌzŒ:ô RÒšt³€BHm¼¿\hieMý„l¾g=jÛÆ!ÿãçQgŸ;yx›±$òW¡çâ/\Š2S'…ï¢JöŽºõhz·‰ß~iw)a{ð¨}Ò-/»a¸jÓ/³<;‚Ôìs×®ß%ËÒ¤¨Õ§¬Íë¶tQxuQæêÏÜ÷Ôöþ&jTuaÖú)³©µí®ŸNŸ¿~ÃúoD–Ü:374ªÅæè:†BèCaäääÔÕÕÅìØ¶yëöò²Rº¸ä¤ÄÏ&D¾Þߥ¥¦A GR/ÛYôq±l'n|lë–^Å׳—uc«“!‰|TRnÌ(åÙ29Æ•¥ÀÒРLD<*-7ªÜ¨²4[ŸVPÒ[—ÓbsÕU•-ûA zãTÉ¿…¥Ý4øúí;ÀÕ¥öÚLž¾ÌêªrÈŽ]5néÎÌš¦18Õ•%r·‹B誮®JK9£à±Mùy1;w†„†½û…/ždÞ¿_YYa#GË ð—~)””Ä ¨Ê+:¬Wë@ý9•þŽœt"|ëd·ÕbKî³Úk³€€—ÿŒœµéq£xá/{¼:ë}=vÄãF!¨æHì!e!!„^a0<}žƒƒ©Y'e±J¼…\XZR|ûÖ GG'-mm’$ËËÊ eÃbãâ¨^÷þý»ë|;tL6_cÕÎ)˧î2ùw÷M–DŽÿæ×pæßоûWTÉ s/Žÿæ×0F"tp_&Óü+]4XÏøâõ»ØZqUIiUãJq™ hl¬¹wöàãF±ô*Åó „B*ãr¹|þµŒ+Çȸƒ²pEÞB.¼{çN/§>ššÚºí8l6ƒÁÙ”íz.ùGÿÄÒ_n–y¯83wŒ‹ù¹”Iûç͈í·}¤%0ƒ}aîö«ìü~kzlæøÃgMŸó×ï+–ŽÇ°é[ý\î&(;„Eüü÷÷s¦kR%¶ªq¥þÚ2{Äü[—/0é{ý3ç«^=’[qÇäþ!„<w¾7oÜðï÷FÓ‰·p¿ðhÜa¿€þºít9œ7½V‰wÔB©ŽÁ6‡{ø¯ýÃGŒ’]«úý·ð9R’$I’`³ßÂ!„RI›ÍVñ!… ¼µFwi´UpFˆBèý{ óB„B裆¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[÷ÖþÛ[A¿‘/àó 1 `³Y\ —ÃdbÎF!ô®¨Q.äóù•U™îæäd—••€‘¡‘­ã'½tÚé¼ùC0B!¹Ôe¾Åçó ŽÆ–•—…†X¶rÕ²•«†/..:ûWEy…‚©¡ž>ÏÓË›ú Z@özÖ¬Y«,ä _¥:Ùø7ìù±åŸõtõôôò~Ø òôò¦ [Û+„ú(¨Å¼ ˆêªš”Ô“®î¾~’rK+kK+ëÒROž<9y*AèZH¿xnÕ›‰èu뢢–( TGoØó)[Žß+)3`3á /B© µ˜òÙ2;š˜J'B _ÿ~<^û;wnªþˆÄÚü›.¾wê„°²óàèK §Ï‹_:ÎÏÛÝÁ}øéÂz*²¡äŸ±.îž}{Œ;WÒ@êéóbWDøûùuO/o/Ÿ~ÒíçìùÚß?ÀÛ³¯“û½·Ê©Â´u‘=úxùxŽLƒæäÆËª/<3̽‡«ÿ¸‰’BAÍí¡^>>}Üï½­d[¤¸f÷°±R=§ÛMÙ¡Lêï_G!~¾Ôl[v:(·W!ô‘R5»¼SAcfVfèðpºOoŸä¤Äž=Dò$ñ:/9q X×<4黸¡#6žšY•9ðÑo}©µÇ\V[msdr`xÌ“ô¹°#t¢Î‚ÓW¬³ã#û‡îx’þ5y¢×Ò´ïì@OŸ';+ê4(*-ª²cí‚–´ "Ö9SPb«Ånx™lÇËÚ>ÕxñéÄ0ëGq‘I/ w‡ì¹þÒvgÚ§ñÝÏŽšm‰‹ÃVÙqd–ÀHê9ÝnÊå3iqRÕes¡Ü^!„ÐGJ-r!!"KKŠMÍ:јšš={ö”ÅbÑȦ+û‰»gÅÚ{NåÆffp_>f8:Ä,C¢+§xÌ€ÍY•WC,ÀjhtÅnMIb}¨-ЫÉ=1!&·RÌa1êKl€Ï ¦L[8~ÈÀðµTˆ—õóËÎX‹ˆ§ ×Þ(5ù2t/è2›f`r·5ÙÇÓxÞñ_G÷hÙ.ýnʈŠäö !„>Rj‘ *a¨@K/g7tåðó+ùÀÓP-:aÀV´­q#çOºádBKxFݨÂÕgïf¤$''nqþáÔ³Œ•Æ+ôjëb’<”zÎ\£ÙÿänkH¿k“N5Œì¡¥èÊw+ÆP¹½B¡”ZÜ/d³YFÆ^Úxy¾²ã5õ0éÕg^–8ÏÝ}ZÎù7€v[£×_Ú9¥ïø õ Í{N·›²¢"9½B¡–ZÌ ¹=.¥_èja)7 ýâyWwBL› %÷ YlÃóçòO-™wÍ+벯Ów߸„A³ã®ïAW–ú­Ï)tŒIÜDÅO;ºkâè‘îÑ\×bOâtÙ–7Oò ðð4ÐѾx>URø×ÚñŸº»št´ H¢1jtp±„uWhшl¼4O/oêïñ;Ç vÛб[À×±ÔÚÉGãîDÌrÚ%Ö$=–v±Q°­‘«“X+†y|*Jÿs±tÏévSv@T$Û+e5BH}1rrrêêêbvlÛ¼u{yY)]\rRâg"kª«dW‰=äh`h(»JE$IVWUÇÇrrîíëßì›pîlÊýû÷¦LÑØÐ쳎­¥§Ï«®ªTÕ†à€ „þ´´µÿÜó¿°‘£eWUWW¥¥œ &»ŠRŸ³sgHh˜ZÌ  †¶ŽvpHhRRBNv¶_@?óÎ] ?ïYÚÙ”ÚÚÚ “& …´_.D!„Þ„ZäBàp8&¦&_LqíZƉäc…/ž€©Y§ž½œ\\ÝÅb‘X$ÿÛªÃ9P 8 !DQ—\A..®nnL€A’! øÊª"„B¯Or!E$Ñ}¡!„zÔâ;!„Є¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[§^ß/$‚ßÈðù„˜°Ù,®†‡Ëa21g#„zWÔ(òùüÊŠªÌwsr²ËÊJÀÈÐÈÆÖÎñ“^:ít8޲B¡×¡.ó->Ÿ_XP˜p4¶¬¼,4lIJ•«–­\5txxqqÑáØ¿*Ê+L õôyž^ÞÔO@к°×³fÍZe!oAΩ˜Q¼=<½=ÜÝœ½†,Û~þÕªÓ1#½=¼|ÜÝ]¼†|¶ÿfë"?Ä'®žÁKéôôyt«ÞܱåŸõtõôôò~Ø ’/~é8?ow÷á§ ›…ØPòÏØwϾ½Æ+i  õôy±+"üý|ŒŒº€§—·—O³§*æìùÚß?ÀÛ³¯“û½·š&jië"zôñòñ™ÍÉ—Øfý(.2I¦ñŽZ~™rΡêqLWWÿÏw8µ [EÖÛ³—>=BÈŽ*¥ÅÖesáîð‘=×_ÚîlXó4¾[à¢ñÙ1€B‚ZäBBD––›šu¢ 055{öì)‹Å¢ ýuo?q÷¬X{Ï©ÜØÌ îË „Ñ!–`]9Å`.lΪ¼b VC£+¾phJ*ëCm^M 1¹•b‹Q_ò`|îh0eÚÂñC†¨¥B¼\óƒú¥W ŠŠŠr²Q% yW7éºbúVø•Šî›þü²ºõ°h€x‘°~xwзœ@ˆ¬jím#ù•¯n@ÊŽªŠÖÞ(5ù2t/è2q^ˆú`Ô"‚Š7³ä¦„°ôrvCW?¿’< eáТlEÛ7rÞø¤ÛN&„°„gÔ*\}önFJrrâçN=ËøQi¼ÄxSÝO«XéÀÆäTšBE˜énÏ­^l£´šõS‡I½dˆåFËxU @0H¢N:¢©M·ù²Ší+"&ÉC©çÌ5hÿ‹ƒBï‡ZÜ/d³YFÆ^E[SÙQUÑ'ã¹»¯SË9ÿf+F¡wG-æ…\ ‡—Ò/tµ°”~ñ¼‹«;!¦Í…’û…,¶áùs ù§–Ì»æ•uÙW‹é»o\ Ùq×wŒ€ +KýÖç :Æ$n¢â§Ý5qôH÷h®€k±'qºlË›'ùxxèh_<Ÿ*)ükíøOÝÝ Í º Z $Ñ5:¸XºƉ«´hD6^š‰÷Š”è‹#ä5°4¸l»ÝWkwS«:z.K‰Þ±p\ÿçˆùlCÛ/×nº­Øñ;Ç vÛб[À×±Tá/[g‡öþ½“‰Ý y»· MvTU4ùh܈YN»Ä𤠳ÇòÃ.6Êj „Ð;ÁÈÉÉ©««‹Ù±móÖíåe¥tqÉI‰ŸMˆ¬©®’]u$ö_@ ¡¡ì*‘$Y]UwÈɹ·¯³OlÀ¹³)÷ïß›2uFcC³)¶–ž>¯ºªRYjU„Ї¥¥­ýçžÿ…-»ªºº*-åLPÈ0ÙU”‚ü¼˜;CBÃÔb^È`0´u´ƒCB“’r²³ýú™wîùyÏÒΦÔÖÖN˜4Y(¤ýr!B!ô&Ô"‡Ã115ùbêŒk×2N$+|ñLÍ:õìåäâê.‹Ä"ùߦPN_ÞU„ЀºäB €pqqusó`²˜ ’$±XÀoTV!„z}j” )"‘ˆî õ!„л ß©@!„> Ì…!„Ú:Ì…!„Ú:Ì…!„Ú:Ì…!„Ú:Ì…!„Ú:Ì…!„Ú:õú~!AüF¾€Ï'Ä$0€Ífq548\“‰9!„л¢F¹ÏçWVTe>¸›““]VV F†F6¶vŽŸôÒi§Ãáp”5€B½u™oñùü‚„£±eåe¡a#–­\µl媡ÃË‹‹ÇþUQ^¡`j¨§Ïóôò¦~‚=Ïý5¬Y³VYÈ›’<¹Wòä)ÅaÒ躗s*fÔoOow7g¯!˶Ÿµêẗ@o/ww¯!Ÿí¿ÙºÊÇÏñ‰«g@ð«çÚ«Hnÿß‘h¿)òÿtßâ‰aÎÎn}½=]Æɬ€ÆŠ3ö~ëe#-ÿ¬§«§§—÷ÑäмϽ@½7j1/$¢ºª&%õ¤«»‡¯_€¤ÜÒÊÚÒÊúŸ´Ô“'GNžJ´ªH¿xnÕ›‰èu뢢^=ðöz½Û½¢ôÕýåÄ;åb¦ 5ù×·ÿx ÀŠ/¯í7?3.¹iUÉý³{³jÁÉ@¶e:3OÍ*-×g1”~0ÕO¶þ®µ¸½¦ÜµÎc¢¾ÙåªÉ„¢Ë?8Í Ëݯپÿ"öÌ­O§Ïêª'9eËñ{%el&¼Ö¡A}DÔb^Èod?Êìhb*%|ýûñxíïܹÉf«š¹kólºøÞ©ÀþÉ΃£/€ž>/~é8?ow÷á§ ›…ØPòÏØwϾ½Æ+i  õôy±+"üý|ŒŒº€§—·—O³§*æìùÚß?ÀÛ³¯“û½·šæUië"zôñòñ™ÍÉ—%™sÔ½85Ô­‡›O¿ñ+¥'"§˜9(Я‡mïï’žÀ±±C@^÷6OÝñeÜOT¶€væ½þ8«iÕ”m3â6KV;ü_X ‡[œÔß¿ž ƒ|}F­¼)½EÙ}ÕgÍ7ÐÉÝËÓ³ï¸U·©Â­€ æöŒÐ/Ÿ>nƒ÷Þ.—Þn ŸŸ£½Ë÷ÇòŽo˜90Ð×¾›óêä|*@ñxf,ýÕkU¸µÚ§ïòëTaÝ‹?LlfÀ˜ WM&€qïÏùUM.è;_—]“ndRÿ:‚ ñó¥®7ÈNåö!ô‘R5»¼SAcfVfèðpºOoŸä¤Äž=éþl÷«KX—œ8¬kšô]üÐOÍ,‰Êøè·¾ÔÚc.«Î­¶Î9290<æIú\Ø:QgÁé+aÖÙñ‘ýCww4˜2máø!ÃG ÔR!^_Ue î –ÁkKÊ£C¬@ßj¿RÕÛ¢óƒú¥W ŠŠŠr²Q% yW7éÆAÅ-Êîû÷W‹/$xQk :5MCe[[{£ÔäËн Ë|5»Z?¼;è[N D Ö µ€ö¶‘üʦ›”ŠÇóŸ*þ.=.h¶8ƒ7eCnÕ¢®‹Ž¼ø9ÚJó0.jÌn^ê•1ÔK®ž+¿j<´]ÏB#µÈ… â½'¹¿ÅiÂÒËÙ ]9üüJ>ð4”…C‹N°mkÜÈyã“nG8™ÂžQ7ªpõÙ»)Éɉ[œ8õ,ãG¥ñŠÉݼ“*fˆå­o2ÞTwçÓêVú°19¤¦5fºÛs«ÛèÓ×n¶e·¨`ߥɶ&&ÉC©çÌ5Zþ/§)’Ám¾ÜTKéx’/&~ë:lùÕ/§æu^ÜG·é£È9G¿u/þêak­×?ÿézŽú©ÅýB6›edÜáÅóº€Ï ºZX„¢_Ç-ÄÍ *»÷Xâ¼ùƒ¦— ª0*ù)ä_ʳ›K•̵ã-i*ŒâÙΕmÇÍ,- øb«.<¸±wNSÉ¿_Æp¾tÝÕ¹‰ÊãúÒFÙé<xrb¹âH¹Ý›óë¿„Íù7¿–zI+^­Ú9mûˆ9×^4]´,øÏ¦#Ï@…qPDÞ¾/wï0sG:µ\ñ¼åEc‰%NÆsw7ÝÒËù7›.¬Åã髯qµºécV]‚~¨N]xd~¼ÿÚ¦+ð9‰ßö›ŸqèÒÁ>ú\IAu††¾¯lS ¼^ÏBêéõÿ_üq54z\J¿ÐÕÂRn@úÅó.®î„˜6Jî²Ø†çÏ%äŸZ2ïšWÖe_-¦ï¾q ƒfÇ]ß1 ‚®,õ[ŸS$蓸‰ŠŸvt×ÄÑ#Ý£¹®ÅžÄé²-ožäàái £}ñ|ª¤ð¯µã?uw343è6h@2DcÔèàbë'®:ТÙxŦÇoä¶¶£ïtKQ¼Üî™x¯H‰Þ±8b@^KƒËæ°Û}µv7µª£ç²”è Çõ.`˜Ï6´ýrífPa»ï± ÷"gõÚW¯Ë‹!¿î_ê(·îä£qw"f9ík’‚ÎË»ØÈ kAñxNîÛá™&ÀÒ´ˆv¬Ÿñ/<ò6¥Ööð»³Ý×CûS/ÿ>÷!›YñàŸ)Я×s„zbäääÔÕÕÅìØ¶yëöò²Rº¸ä¤ÄÏ&DÖTWÉ®:{È/ ÐÀÐPv•ŠH’¬®ªŽ;ääÜÛ׿ÙG"àÜÙ”û÷ïM™:£±¡^nuééóª«*•E©BTìöL€ü³Ë<æ2óo§¬z¥*wsŸ/ÚgŸiÅý¿Ýýmë~ÿw&ÍŽBêLK[ûÏ=ÿ 9ZvUuuUZÊ™ a²«(ùy1;w†„†©Å¼Á`hëh‡„&%%ädgûô3ïÜòóž¥M©­­0i²PHûåÂÿžú’CFîc5`òó‘}ÊÂQ3ú–s"…)£i¾bØBcEÊZáäLL„µaj‘ €Ãᘘš|1uƵk'’¾x¦fzörrqu‹Eb‘üoS¨îc™€®é´K§)‹B´¢ÎÝWòŠfûÀÌsÊ¢Bÿeê’ € ÂÅÅÕÍ̓Éb0H’ Äb_þÓB!„Þ 5Ê…‘HD÷…z„Bè]P‹ïT „BæB„BmæB„BmæB„BmæB„BmæB„BmæB„Bmz}¿ ~#_ÀçbÀf³¸.‡ÉÄœBè]Q£\Èçó++ª2ÜÍÉÉ.++#C#[;ÇOzé´Óáp8Ê@!„^‡ºÌ·ø|~aAaÂÑØ²ò²Ð°ËV®Z¶rÕÐááÅÅE‡cÿª(¯P05ÔÓçyzyS?Aª>ð]EkÖ¬Uò¦âçøÄÕ3 x)]€äI¼’i9§bF ðöðôöpwsö²lûùW«NÇŒôöðòqwwñòÙþ›­{üºÒŽÑ‘ÛÏwáØòÏzºzzzy?lIžÛõÞ¶ŽúÏP‹y!AÕU5)©']Ý=|ý$å–VÖ–VÖÿ¤¥žKî£ì•(J_ÝoQNܱS.fÚP“}û—| øòÚ~ó3ã’›V•Ü?»7«œ ”´(åM:ö~LÙrü^I™› ïì@µj1/ä7 ²ev41•N„¾þýx¼öwîÜd³UÍܵù 6]|ïÔ `ÿdçÁÑ—@OŸ¿tœŸ·»ƒûðÓ…MBl(ùgl€‹»gßÞãΕ4=~]OŸ»"ÂßÏÇȨ;xzy{ù4{ªbΞ¯ýý¼=û:¹Ù{«i²•¶.Ò¡G/ïÁ‘iМÜxʤþþõäë3jåMh>§Qe~³yêŽ/ã~¢²´3ï½ðÇYM«¦l›·Y²ÊØ!àÿºý.Ÿþaæ @¿¶½¿Kz2“ÝMQ}Öüqܽ<=ûŽ[u›*lÑjnÏ ðòñéã6xïíréíúù9Ú»|,ïø†™}í»9¯NΧ]A†øùR—d‡KîBH–ªÙå3³2C‡‡Óxzû$'%öìéL÷g»_]ë¼äÄ`]óФï⇎ØxjfITæÀG¿õ¥ÖsYunµuΑÉá1OÒçÀŽÐ‰: N_ ³ÎŽìºãIú×Tä‰^KÓ¾³=}žì„£Ó ¨´c¨Ê޵ Z6þÑ6ˆXwäLA‰­»áe‚QOùãLZœ¼M¨hÏóÚ»4ÞÛý¼öŽ…œUt»œØmÞÉëªÇ»lf¯I ë˜ìnîúpðΛú@yA½ÜÖ`wøÈžë/mw6¬yß-pÑøì*ò¨å—)çªÇtuõÿ|׉S ºUdí°8{éÓ#К¡“Í…t[D¡Ô""²´¤ØÔ¬]€©©Ù³gOY,]€ì¯lû‰»gÅÚ{NåÆffp_^䋱ËèÊ)s`sVåÕK°]ñ…@SbXj ôjrODLˆÉ­sXŒú’‡ÛàsGƒ)ÓŽ20|Ä@-âߺùAýÒ«EEE9Ù¨†¼«›t»búVø•Šî¹Êîæ÷W‹/$xQk :5MCe[[{£ÔäËн Ë|5K[?¼;è[N D Ö µ€ö¶‘üʦ›”o2tt[D¡Ô"‚Š7¤äþj§AK/g7tåðó+ùÀÓP-:aÀV´­q#çOºádBKxFݨÂÕgïf¤$''nqþáÔ³Œ•ÆËÅ ˜$Q§ Lb¼©îÎ§Õ ¬ô`cr*HM"Ìt·çV/¶Ñ§¯Ýlu˜ÔK€Xn4EÁnJ“mML’‡RÏ™k´üMS$ƒÛ|¹©–êC'‹n‹!Ô‚ZÜ/d³YFÆ^¥8’2ç×/~ ›óo~-õ’V¼ZµsÚös®½hºhYþðŸMGž »¬ˆ¼Ý\îÞaæŽtj¹âyËëÃKœŒçî¾N-çü›MÖ‚êC'ëõ¶ˆjƒÔb^ÈÕÐppèq)ýBW K¹éÏ»¸ºbÚ\(¹_Èbž?—jɼk^Y—}µ˜¾ûÆ% šw}Ç(º²Ôo}N‘ cLâ&*~ÚÑ]Gtæ ¸{§Ë¶¼y’_€‡§ŽöÅó©’¿֎ÿÔÝÍÐÌ Û EÉ@Q£ƒ‹ ¬kœ¸ê@‹Fdãéü²uvè`ïß;™Ø š°[A$ÅÄ{EJôŽÅòX\6‡ÝMµ:z.K‰Þ±p\ÿçˆùlCÛ/×nvY¹»›p/rV¯}õº°òëþ¥ŽrëN>w'b–Ó.±&)èì±ü°‹Ü°T:Y¯·E„PÄÈÉÉ©««‹Ù±móÖíåe¥tqÉI‰ŸMˆ¬©®’]u$ö_@ ¡¡ì*‘$Y]UwÈɹ·¯³OlÀ¹³)÷ïß›2uFcC½Üê*ÒÓçUWU*‹B!ô1ÑÒÖþsÏÿÂFŽ–]U]]•–r&(d˜ì*JA~^ÌÎ!¡aj1/d0Ú:ÚÁ!¡II 9ÙÙ~ýÌ;w€ü¼gigSjkk'Lš,Ò~¹!„zj‘ €Ãᘘš|1uƵk'’¾x¦fzörrqu‹Eb‘üoS¨'…!„äR—\A..®nnL€A’! øÊª"„B¯Or!E$Ñ}¡!„zÔâ;!„Є¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[§vŸ#U]m=ÿLF΋Ò‚$•žeLÃÔ¨]7k]-Uþê7B!µöç³×sMŒôý]mYÌ÷=»ăÇEi×rC¼í•Å"„Rwê• ‚à7ò|>!&l6‹«¡Áár˜ò²]~Q•·³ “Á|ïÓB`2˜ö–œÈWˆBè# F¹ÏçWVTe>¸›““]VV F†F6¶vŽŸôÒi§ÃápZÄ$Éd2HxLÆû¿6‹Bè]P—\Èçó Ož:fdl6¬“9äçKK=ûWhèS‚hùAI2âW³³wûñÊ¡OiŸËÓÅÔðÙ‹2ºµ!„Ú¬÷}§M.‚ ª«jRROºº{L˜4ÅÂÒŠËår¹\K+뉑_¸¸¸x€ßÈÈM:Ìtœ"„ЉZÌ ÑìÕáÇišÇIKWüS$¼î ÿßÞGGUÞ ÿÝef²ABaIØ d!ÂâÖ²U·×êqé9hµ­`µ¸´RlE)Õó÷ÖZ·Z}«¶*¶îVÙE@Ù7YDY„Äl3wyÞ?f›RÈÌóýŽLî}îðü1_ï{gÄŽ|ù‡µûîÈk?åõ+æ¿;ç­GG<òÞŠ¹ÿ?úûýzû?•ôKªóÿI"¾¯Dß}ìù¾W©'^›Ý%dÕÞ¶b ï@"iÇ…ÁP(//ÑG »÷è9uêTyýõ×EäüóÏþøÑ‡ Jõ½Ú-TJþuç‚¡Óî®yG°ã™3*'Žù¢rôïrѾˆ¸•áË~÷\ÍZ¥äÜ©ÿ2f^<ö÷'oMµŽh}]hÝÇWüýë'Þ8ò9/¤"9ƒûÄ€^H­¤…Á¾}óf½òÏæÍùþð‘3gΜ9sfÍÚùsg—–– (®®ª¬µ¡RjÂìÑÑ%f¨ÇŠÍEä™×æ=LD6ñuôÁØÛ^{Ôò£W5ôØNÍŸùÜûµvH ­¢…†a¤¤¦œ{Þ…o¼ñï϶lùÁˆ‘¹]»‰ÈÎÛçÍ]^^~ÕÕ?uœH¬Ýp,ZE E$têÜéç×^·lÙÒwÞ~ó«Ý_ŠHç.9ý‹” êy®ç~çn 1 Ãõ¼ÿÁÜQžï›u®åÄ£ÖÒBñ}_Ä/)ñŸ‘mF§mÎÜàgŸâH«kaÓ¥%‡.žk1œè³‹´6´ ;ZÐ-èŽtG q¬E>³ZhFRRR¬Q´0Ó4]×5ŽûSÀZ …í2Ѱ÷/@S™–¿þjwF»ÌXcch{í —|¼¨dÈÐN»Øv ì€Æ)¥<×ݵã‹eŸ,T2$ÖðZ ]Y²û X½rÅ‚ys[ä¼-1†‘‘‘QTTœÕ!;ÖØZ …"Ò¹KNç.9±FеÀû…Ä5ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh! )¥b 9¢©-4 £ª²2Ö(ZÏóD Ã0b iz Ó32¶±­ªªÊ÷ýXc8i”RŽëVUWVWU¦g´‹5\DÄŽ5à~yù+—/ߦmÛ&f€“Â)¯(_»jUQñÀXcEšÞÂŒv™ù……›7m*+=ج“°œ`†a´MÏÈ/(Ìh—k¬HÓ[("²;vÈîkq¦©ï¨šz\¸~ÝšXChuúåÄÒä;ý¬XChuJˆ5¤É-lʾˆG¼_Ð-èŽtG º£…ÝÑB€îšzO´r¾ç¹ž'|`²RÊ0MÓ4,Ën䢦£…A$ÙµsçÚµ«8klÜ3M³m›¶}ûõëÖ½{0ªw Ò,´@Üó=oïÞ=+–/>bD÷ž½l;Á_ÙœHdÛçŸ}ðÁ|˶ºwïaZV­LH¬-jKð  ×sW­X9|Ôè^½zÇ›Áà©}úYv`ÑÂ…:vLNM«5€ ‰µEm\; î)_8x {÷±&”®]»,=è8NÝULHsÑBqÏ0 ß÷þL`-`Ð÷}¿¾Kc˜æÒk¦$6uL¯ƒq­ñË&™&¢…ô¢”Z³nÕž½_Õ»¶SÇÎy} íõT7/¾¿ê¡|äú¾(¥”(Q"2fè÷fN<;Ö¦­- ¥ÔÚõ«lÛ=✺½SJ­]¿fíúUùýú“ÃÆ¹žß gLšò”áúâ+)«tg>õ-€ÖK)µvýj˲óúæWT”»ní‹,lÛÎë[°nãšµëWç÷ãè°›wîïÕ%Ó4èÙ×ôÔ¤ù+·G|#ìJØ3F è*—“F $¥T#o)¥Öm8ÂÏþòøš['ç3Y £àÞ{N™81¯OÁú «×¬û4ÞŸc0gÙÖ;žxoácíV)_‰ãKÄUŽ'Ž+ÕÇ4Œ–}ÒƒH|J©uÖX– áÖ'žÜ:múðž=ƒ¦é¹nôOE8¼vÚt¥T¯ë®ë×·píúÕ«Ö¬è_P×9l)JÉŸg-~gñ¦êˆ]mž¯ÄõÅóÅõ Ï—ƒ¥ß6¾ŸV‹{*$¾õÖX–™×· ¢¢|ë“Om¹ó®’ÌÌ aøž§|?zü²¬¾–µeÚôÏþühyyY~¿cÙŠ%õîpË;žwÆÀõÏ4òâ¿-ß_ï°ãÔJnЍ¬v&=ðÆ'›¾ºeüè#K Q"¾2<_"ž|[Q­"ßæ÷ȪwKŸvFÿ‚ö?ý®g—Ö,¯ùVìzÿ¬NY·½´¡ÞÍO€V1Ñpü9%øÕžÝ£GœSQQþùÓOo™zÇ€6mlÏu•R~”RÊ÷†Ñ[dó]Ó=Ïï9ñÚþE³þõÒ â!µööõGÓN›´þÍ9 礈Ȟ5ï?³¾LgÖ÷ÌÇëxÎ7¶È9Ò{JùÀ›}zæ\8ªo(`‰HÉ5^iÜüÀk"bYÆŸ:eüÈ}¥åRçwÞñΤ±÷”-\´¬OÛ óíÆk‡ùËìÉ®UJ•ñÖ¨!׌}bñ]œrü¿ð±¡…´`âºÎª›nœ•0 Ïu%Z‹h =Ï÷}åû¥zºî†ßÝÞùªñmÒÚFêû“ûÇ?4éí­ÑŠHvÁèÉ""›ŸþÅøÇ—{‘êr¯Ýäg^¾º¸½ˆ7î¾ê¯¯Þ±½ìÇ|çî »‹ˆ[¹þ–ñ×þgKEªå÷<ï¯/O/Ž|»â—\·ò·:œú«gg]= }Ýç=ñ–¬ÛyÛcï9s@^¯Î›w—õHÿÓ”KmSlËZ X!ÛLÒRB†!ûK+=ϯ{Fù¾ ÏÝ<{[Ÿ¶A ´éóÀ¿oê9ú¾‡·=][¶ùÕá§]ùóK&ŸÝ­ö–'- …CÇJÙJy®½%;zäTÓÂ([)QÊõ<Ï÷ëý@¯§v•o9%½îò®ãîúøšl)Ýôb·‘“¯ÞùTtù«}~3oÊ©¥[Ï9íÚ»/|WDž>wÌÆóþ¶á•"òÍÎJyzÜùE®|rPÖ·Ûþ™{ÆÍWïz¶îþO°ÿ{÷ÓçÞùôÒqg¦¥$où²²yïäÃGÒ¥Ÿ=œš}E͘ëžú°âŠ’ÙŸüã7É'ïjΓ÷ÌТ”ªI[m®ëú¾ï¹žˆ¸®ëFï£pœš*<×õ=¯&„"]è8NݽMzrâŸþç†O¾¬ˆþ¸üû_Ù¦”Úözæ¦+¥–?s½uéJ͆5§ËžðèÂèãovU*¥~[Üᆿ~]²eɦºÛÖ«Á¹‘F'$¦{&Œ<»¤ë‹¯Í ˆÛ­}Jy•·sui…[ñ]OÿQ®§¿äŒŸ—<1±¾ß忎H8NÄqÃ0zÿaƶi3º†Ã¡¶ŠˆlOJÊ™r«aZáH8z\Xw‡½ÇN˜5vÂÑK”Rýöຟúñéß–F7,++­ÙCÍc+ù{÷½8ûèmí´Â?½úÁÑKjm{ ™&:-?çÏ¿{Ëß?PÚýŒâS}%·ÞÿrQª}zrNVúe#óÎ*êVo¾‡ŒŸ:wüÔ#Ô™1ÛLsãôãmÿ±£…Dô”`½«²;t\ºlqqÑÀŽW\áyþö¿ïZU¬3,·ޜuÉ’““çΛݧOí£œ8ÒÈ„4]×ì¶½í¼ÛŸ˜ÿúœO.5HDæ?reCƒÿéNÞ/0TCú ð=Ñ’E)É)Ù—]Úù¶);’’޾BTaû›'e^rI(”\28ëÒK<ßû|Ú uø«_•ˆišío¼>óÒ‹C¡ÐÜysRSÒÎþá9ÏÇ:Ç\èû~4x®ë]1ü”.킾V¶oß¾èZÓ4MÓ´,Ë4-Û¶lÛ¦—‡X´@ÂPÒðK¿!2´d؇-\°ðƒ¡C†µ¿äGm.8O©ïÓX–m‚sçÎIMIwθèˆ í046!1¹®‰D×uÇqÇu‹º¥N¹8ÿÀ¾ï›¦i[– `ô?€çº¡PȲŽÜ+/h!€Dë,™ã8ù…‹8Á¼Ó† %ù¾ï+_ùJ)ßó<×ug¿?; ýà¬8ŽÙ[ˆ5!3¢ÿm†iš=:¥yž§LË0IJ,Ó4¬#ºäxžôd¡…Dã§+***++«ªªºåöXµvÕ /<ïù¾ò|O ¢ç{ÊW;v2hÈÁƒÃápJJJjjjC;lýŽó©a¡P( þLïÐmšž§”²,ëÐéQËŠ&0zvôxžñ$¢…DôÎò†Ö¦¤¤ƒÁP( †† q'q]ÏW¾ˆ˜†iÛV  ¡PRJJrrr²mÛqúÊÕø„4]´s¶m‡B!iX‹<×ÉB $ŠX‡A–e¥¥¥¥¥¥52æhqýâ.{BPƒˆ{J)Ó4ËËË,K£×4ÏuzsŽ i.¦ @¢2L#==}ï¾ý³³cMû¿Ùß®]¦iÔsÒ\´@ܳL»°ÿÅ}8dè°¬¬–×ô7‹çzûöí]ºtÉ€ââ`}ïá1!ÍE Ä=Ó2;uê\PX¸råò²Ò²šïšHT¦ifddäge¶OJN®gÒL´@Ü3 # Ò«Wnn®ë8¾RF½_¶›(”R¦i‚¡¤¤ú_÷™æ¢…„ml;ÎïŽoQLHÓË{Œ$ZÐ-èŽtG º£…ÝÑB€îh!@w‡¾’8Ö0“afô¯X#HLfX#HL¦iš†aÐB€¶lÛ6MÓ´¬ÿj+bÛ¶mYVM wíÜÑø$˜`0h[–eÛ¶ˆLºþºXãH4Á`ðÿÖ/ò\ endstream endobj 428 0 obj << /D [426 0 R /XYZ 56.693 815.761 null] >> endobj 429 0 obj << /D [426 0 R /XYZ 56.693 759.068 null] >> endobj 430 0 obj << /D [426 0 R /XYZ 56.693 739.087 null] >> endobj 431 0 obj << /D [426 0 R /XYZ 56.693 380.591 null] >> endobj 432 0 obj << /D [426 0 R /XYZ 56.693 360.721 null] >> endobj 425 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R /F73 59 0 R >> /XObject << /Im37 415 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 436 0 obj << /Length 405 /Filter /FlateDecode >> stream xÚRMoÛ0 ½ûWð謒¬‡­[´XQßÒG- Äj×èßmŃÛ(¶)‘|ïÏ€ð#ûZeÛ«’À o¤ê ŒÆ‚#/”vPía—ß„n ‡M!KÌ÷ñ”ŒÃúæ¸ü¦x)þŒ}Ú&v¯aóXýbª‚Hø²L€K{}ìåóØ‡ºyPFuᆔ„ºnŽ]þ–/€Þ†ñµ9ŒÃTcMk2jÒ¤­Æ{ž˜;•eëòm 8Mdß«ì%#nA ( ÷+°ž„A u›íö\cZ¡½ƒ·¹³…’PHe8?À}v—áÉX|g°^-³`k/Íi#ÁJŒ˜Y&aW"æ¿ûø´!Ìc»º™á¥g‹8ÆáeŒmÞ~Yë¢ÔaYŽf~";)eó¢I«|.ê燢rùÜ^·ÊÁ·#Ë?7`!*NLÅŠj6ǪÕõIƒÂ( Š'OÉÉ•úÕ\Tÿá  I±õ…ôÂ)• ¯šé舢/)ùGž ®ž]FÆÿÏý“Ö endstream endobj 435 0 obj << /Type /Page /Contents 436 0 R /Resources 434 0 R /MediaBox [0 0 595.276 841.89] /Parent 397 0 R >> endobj 424 0 obj << /Type /XObject /Subtype /Image /Width 600 /Height 420 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 23521 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 600 /BitsPerComponent 8 /Predictor 10 >> >> stream x^ìÝwX×ð3³¥w‘"½‰]Q±!Š v±Æ$öX£/‰5F51‰F-‰FÅØbÅ[¬X°‹ŠÒëÖ¹ïÁqÙŠJuÏïË÷ÞÝ;çÞ¹swØãÝ¥”J%!„ÑB„B¨&£(Š¢(ZŸMuJ¥’a¥.b.D!TsQ¯Ñ4Í+ÏfA¥R©(M3Ú B!TMifA>‡Ë‚rãæýa¨O„B¨FúqÚ@>Ÿ/Ã0Taa!›üd2™L&·h§‰ƒÿˆ>m õƒBÕH›öž“¼z°lb¤P( …T^^›¥Ré¸E;Ç ©YE (Î}~rmÁƒSŒBªË…LìàQ»Ã$Û€¶†ö‚B½£ÌÜ"…’ÑÀçÑvV¦j•eoeoië7ý¾x|g*;;[*•J¥Ò1 wŒ=2%£Ò§׽º¸¹Mcß¶êˆ-mB¢R2ò¶ï;YLFýebë¦PÈhЦy|=;F!„Ê.3·(+¯ðî•zbêw´µ4SÍ…ïÐêUNá…“ïÌçÞ 4qð†¸¶°MhË )ӆؘ(’ž¿ÊLÏ ôuMÏ'Auë.hvíò¥•Ë"åMG>ºݯa›ÖÝGëÙ1B!TFÙyÅ9÷¯ìåïf£5æÁ³ìGö4í6–âwn&þR©”JKK+..þlö††+”ÈÙmqóÿ4ïssZDÉлÏ%LÖkùóø„ô®‘a…ÎaŸ­Zµ¦í˜Ñ»4ì0ÌÍ·±Ö#£rüÌ`êÐÚßš{Ø)´¥f:<~ú |<ݸÕß³sUŠâç§.?ó:õC<ÍôëU¹c;Š¢Í,mü¼ìLxú›hJ{|ïnj®‚!Ík iCáU¥ôì‚+ÿnש×Wâô„yyûÜ¿v2¸]WGsÕVN¶æÿÄœ€Þ]Þ¼…ÇÕÜzœªÚ ^fæ_>¾£äS£l÷ ¡™U±’onï )/ªõôhÜÝ ®~©©™™®\;z¬ãgóÚ…wÎK@IŠòñË(ößKû– €ç—OM>«”¤?böš¾#¼] C­Õ%$>kág—&{{¸Jÿ½¦ï€÷é\•¢8åR‚%ÛÛ“ÇfÝw ñЙ õê=G¢‰ë” ù³¤›vÜʨk'*• †Ð4¥­€´„ûæMüÙÂÉ\@/ž·ëeƒ&eÉ…úûD¨âÐN¶æ°rJO­1—ïw´µ¸@S›}¸VÿÄœe[M\¾¿G§Öpàøy®¦epcÕV>û=zöóz›™oûÛwîuôoò"ò8F˜ûH,à?y‘oe&LHÉ/R^Þ:Õ¸®ÿ’mgÝ‚zyÕoÃ`"D¯ÕnÚÊyÿ'*5 !Ò¬¤ ÙÅR´ØÌÂËÏ»–Nž½ Ú6W+?M~ñÓ„¶»ãiò‹m›x/ßv‚¼ïÜOPí\W'ù©IwžeI4ojjÚ¼QhÈLH ìÚä q ©_x"NéHFšô8)%3Oª &¦f­šÖ58*††‘$^~­»äz¶Wø†…†wVðÍöØ»1·qD×q<åé³”ŒS) 1_:XWdÙûl=½¯o?µ£{©I« ½!‘”ýØ‘QQ»4ªë,šzý¡ÆÕ‰Ë÷7lP-¨uµâP ………“—ýýѰqÉi9PÚóW žž’øèAm×:AõëSB3Šoß¹/“Éêø}=ç{ç€öÞM"½ë7n@“Fõ /ùÁã,÷Pšúøy¦Œ¡,윙ì”%)©Ï}ù89CÆÐVvN9)\<¼L~ú*O®$4ߪQ½:jý«–uu’ðøqa‘DÁž@dçäæj'VpÊ;irÆ¥nPÉWë¹s뎔PA ê Ažú<%3·H®d„&âz>ea¤Ï“žgå1@›YÚÔq¯mBSzFnp„ªÁê‰2=%åUNT¡¤y|±ØÎÙÕÁ”¯%XGdÙûÔu8„‘i™4}z8sêÌE i¥BÁã BÌ„Bè½™ŠE>}üÐn×€k+s­19¹Ïï_ìÔ­¯\ÁKß¹(rùøŽR—F‰Æ¥‰Z ”rYqav‹öžÞ<ÿF€·îÖòõlØ)åÁES«Zš­B¡wPX$›;FF8²Gû› Ð12J*SKdïÓŠcø=B'Ÿ¦ì&'Ÿ—oŸðÅLhÞªCHm¿–ºZ!„Bï °XjkeÖ½÷@ÐM*W¾^Õ±Þ­ûo+BUB±y›Á‹ËŒB½›Ì×ãZQ”J" °È`ïÏB‹Œ7+Â}Kfefè‰F!„>$)ÏŸ­_wÚð² „B0L„!„Œ&B„BF !B!£†‰!„QÃDˆBȨ•úB=B!=®?LÝsú^òKõß'¨Îhšru´ŠjØÄOç‚9L„!T&÷3~?t£E“úaíìyt¹œ¦d˜—i™Ä1‹›Õ÷2nŒ0"„P™l=v»qÃúÖ6vER@çϦWC–Ö6M7øçÂCL„Z½E"LK{ùøÁƒ¼¼\C¨ÜPeaiéãç8ùå'VSu›“j5v0©¯rê[æ+ …WG"±åËŒÜóÿž©Ú™¬4ÜùS«–“¡Ø2'¬ÌÌ{ññM‚ƒíéšsM ¦c&ãUúõ+—†iÖ¢%N~yÁ‰ÕTÝæ¤Z‡ }öÄËÄ;„©IkAU4Eê7jTµ3Yi^Ÿ?W|­þà²&Â{w⃂D"Q¾qük¢ú‰DAõÜ¿‡“_¾pb5U·9©Vã‰D||7¾›¡ÀêkðŒ Õa&+H$ ºw7¾uÛPý‘eM„ùùy––øÓKUÂÂÒ²¨°'¿ÜáÄjªnsR­Æ# RMóØñŠú XXZæçåŠ*s"$„Pel“XM°3“_îpb5U·9©VãáÓ@¦š æð/–1m•5@ͽ2þaÀù¯ 8±šªÛœT“ñðyPexa­žø<ªšÌduó6‰°Æ>ýœÿ ‚«©ºÍI5Ÿ†Ñ²mà™}²û£~;Øò]?õîÜ9"²[xç¨vÝÔÚðN~MZÿŠËñ|Ó›ÖJ¼ÅŠP×ÅåÃ÷@Vüú6Ãgº²JkŒ.¿ü²ò‹IÙòáƒû+áúµLÎZÒÿÔ­ç.Þ»oY†kèºz¨hZV 'Ÿ«¼úTUîÃÖÚƒZ%÷P3˜=Þô+¿„ŸÙÿÊjÕMØÉfp´ïL&gTŸVMzN~=ïFÏ`ø< ¨¿¶®Óº‹_ý°ÎíÛ†EŽÞË‚GÀ½»=ìº1~G(d¥±­öùM‰ê“›°Á£Ý¸¹=À½z7øáòoíó“v{¶Ÿ2ôé&¶Ï½ž“NŸ«››°Î¥I›!;1Ý/ûþ¯Žãf§ì×ÕêãE»O¥eû‹ùÅéÅšƒvüzŸÙ˜U÷ÇîªMæÅ™yCVìÙ³ÏËB(/x2£Ï€9vçµSÿfú;œüštý—å9-û^ô{‹.t%[¶`ø±$ç [öòñ㸲—ßéÕ3ôíÓ&¤ÓòcÏ !ÇF€®Ý{tëÑW3²oï>íZwùáxÊñUÓû÷íݪeø'^°Òü;S‡DuëÑ3¼Ë ¿ïd‘Ò¼|ü~?¶gÈÖÃN§q•Oìջׄ}IšÍ'ö‹*fÈ ^=G.¹­«ý=mH‘=þvìÀ°ˆî]»uóã]Ÿ_ùEë¶»õè1ð‹óD­ó_ '_sœ/Ž4oÜûn¡Œ²ë‹ð¿\ÕÕ‰æ\i‹®ag\Õ¥K·n£Æ^È(æšh>#jôO¬ÚCÍ`®Æ¾ÉH©ÊSðŸlÏ­€ºž ö0Ûª>­ºv­¿Rë™V¾ƒáÓѲÐ"‹?8ý{ŸÖ>—6MjÚw#[9ÿRúÚ±­Ù²um1ÃXÜÍ‹aˆ…ç0iÎYvÓ‚ëŽíÞ¼EËŽ–™SçØJXÚ;€aˆ…ÇPF‘±¤»Ã+ßÒœ3zZ}ÚÀvøÈÉk·ηj[>M ÜL*¤)ëó[…Y !ëfþ3rýlOs!„oæ9gýð=_oÐÕP×ɯ9Ïñ+zE.¾ÅF¾ÜÔb:Qù+.J;óID»Î=¢Æ,>Êunð¤,ç³Ao³"ÔÑ#[ŸôïÏfŽ=¹Õ`®|ÔktôXü¤è}¿ù*ü÷ðµ_ÀÁýû¸.òˆÛ°{üò“¶6Œê»bÛŽñž¹ [B~óÅÕ°cÄg³,©gSðüpHÿý..‡ÒŽ7œöÏ ÄÓûøëÊQl剠I{§yÀ_Û¨5ÿùï]‡TF¢«==°j;F Mè°ìÄê–ó²XWçVÙwÛÛ„/É”èŸg­•Õjò»õèÉ,œ'm_ÛÑÔ©Ë–i‡‡ŒX³cxæ÷Û]ø¡‰®IМ+Ð8]ÃþcèÿÄã¢tõxzè«Cÿ¼r`4ÛDóѤgb5j³5 '–›9ôâ¶~À':C@Û ®'ˆ;LŸÒO«®]«*Ë™å: EQ …S`ÈÐÀ‡õ±vjKÁH¶’P 6§Ù €’-) Ù}úœ«ˆW:ðu$%,]Ö×jÑé{—cÞ·²Ñò˜”k?]ß#d+3oÿ`1Œ-ïÉ(:ëbÆ›;\”Ñ‘™Zê:ùë1Pmž½‡}‘Øa©rÚfàöO¿×ø«ê_ñæSí>ÞÜÕãÉ¡¯Ž¿®4øÒ$ÐðùlÐ[$B™L¦µ¾[÷ž IÆ“éüǸÕ`®<­]m™L&ªÝK–÷þÈéÝe2™È©7£ønz¨³L&»FÉò³¿ÜÎr˜1t'˜Q9š›ÖÎI&“9…NÉ%“ a+g„¹êoÎtìAóWÜÈܽ¾![6µåÉd2­m£¬¿œ<¿oXۈȶ´ŽyÖ:ÿÕpò÷ìÚ©Ö§{ŸeCöwì>E¸öä>Ëd::Ñœ+Ð1BÍÊ yûCd2YíöSs¦ö’Ɇ±[µµ­õj•ZwÍêÖ½'PDdë³|ón«ÁS…+Ô “«Ô†€¶?@]Ow˜ c§z6•åLƒr ŸÇ¾<«¿Úîo¸Q!"²:!³w6óVݪ«¬ÙŠ(‹gôïš.y‘dØ‚:ǯk&‰ì—»k—¬{Ú‰·¦äq³`òS¶‹íºk¶Õòƒ¶yî÷eƒ‘Ëo !Õy\=1Ÿ­Ôoð¤,ç³Aåõ!:vµß“ ?ÝÉ"„´°îy–OI>µ”k¨ÚW¶áÓé2¥Z¥ÖHÕòø@Û¹»âÙrÒÍDR,;ýœòìÔ2KÏ¡jmu5/ß®<±¡Ý¬¿®±eöj•–¶Œôa4lÓeÂô¯ žÅm´Îõœ|¢áÈÜá™=~Ø´aäÂ!ßdÈ”DG'šs¥õX´{¸§åÒ’'}©¥Ç0µ­DÇÀtÕ­k³`ß]¶|wß"›º£uë}^)éòþ•{²>C@Û Á'HõiUcp’9šgZù†¯ãõrŶCqWÿ»xῸÿ qd+ù¦þ?î8qëÊÅ .²YPõ&Ÿ\Y`Ñ`õÞo\ºpéòÕ?÷RÛZöVÏjÿ©óÿ]8íÆµŸÇ5m´~j!ùÏ7øã¿Þ>|v·ßÇ-~R #„È ž.¿¹ûœ¡Zê©Ô:ϵCg\X|taLËi]ÔšŒð´dŸ¬ä“oþÞ œÿe;Ÿ *‡aI=-ž¿(¢Ïä5“=wþÑCûï¨åàÕnÀ®¡jlùÛ~ÍEõ³‹wíøK5@3Rµ<à·_LžÛõo¥äµOøµ~(-4nù€ß’3å‹ÖÍÒìSWór àÊ}~]ûpú܈ŠÍøàÚ~ÁOü5Û¥déÄQ™2PKû~õ³yÖZY&?ªß¶Àã[ÿ½ý·—g—/ˆozbw° ¼¢gìйG,ˆÔÚ‰æ\i=­Ãþè·ÅS'Nè½F ºþ°þ#ƒÇ¢J³¾ïÚU÷§-èö—DrQí&«×ôÑÚ¡®ÕJƒ§ÊûpåJ:Ù ! íÐà¤ö´ªÑ:ž²œiP®ƒ°— uLZõ'ài¿ß!äñïG›Œ_Çmuj7sM檯? ã ä AøðU“ÚÖzÛ“_ë<ÓB—iþųoÁÉ&öj3?pÍ‚‰£GöZgïÑr8À¶Rÿù_ÆóÙ *!!¡°°pýÚÕ¿üº&+3CWÜ‘ƒû4j¬kkµÒ Q“[7®Šªan݈«)ó_³àÄjzÏ9)÷?À÷OùæÌ…룆 –Ë冫©?·î mÕDë¦/Â:L‹9îüú ä‡äÖ¸Èî=umMyþlýºuå°"¬†jÐPËîƒ<¨ê'VÓ{ÎÉ{6×ô>¾O[5ü’;Ë”[‡•ŒÏÓ9ø'O@M>´÷ô&Âׯ֔¡¾•ò ªœXMï3'ñøÎ–ï`دnkÿþDM`„?ÃTF`"üPáüWœXMÕmNªÉxø<Ðñ5šAÏŠÐÈa"¬1pþ+N¬¦ê6'Õd<|ºgA`ï,c(Êa"¬1pþ+N¬¦ê6'Õm<5ΤVo‘ï݉7‚*ÎÁ‰ÕTÝæ¤úŒG&“ ©ÖªÏLV4Š¢,­¬|ýüõ|d”ó‰ðã¡# … „ÐNõî5‹Q½†%>M¸sûv£&k[ýÁo‘¡&Ÿ!däŒíÜÎÞ!¨~ý{wn£?ò-n±†BÕ"‘ÈÌÜ<7'ÛP &B„B"š¦)ªL”ÅDˆBȨa"D!dÔ0"„2j˜B5L„!„Œ&B„BF­2¡¥•µ¥•µ¥³»ûžÃ¶žK1Ô`ßôþujÙYZYïË,6«»Sîá÷ß/úþûEzâËH­[„B5]e$BÖ¦ k¿Ô7ëÒqÝ›®ˆË0c×ÅæH”?­ßÐÌBh(Ö°ÅK–,^²ÄPB!£Sy‰°_ßþc&|ß ’†þÊV2òô_~\ßÛÍÆÖ10¸Ë²½wÙzK+ëB†ÀŸrò %vF‹FukÙÛZÛ;7 ëÿ÷½.’[¢éZ® ˆÛ8#¸®—µ•£›w«N}ØJ¥,eñçÝ]¬mƒZF¨Æ\:6À­–“G£ï&³5zÄÒÊzϼa>.Ž®~-—|øÓÄ>îN®þ-–OÑßVë¨B•¯ÊK„,‡¦3 ÿù&öᮡáßn:äÜeø÷ßÏëâþì»aí6¦À¦MÙ® 0uÿh씥˖Î:âÕÍØÿõš©­{íT{ãʪúM_÷4ß÷çßÖý8Jk/[¹cp—ï·£› ^½æ—¡¡µTãç=öœ>9ª(;ñ— Ù]ÂZôÌ÷›éQyi÷~ÜbsA“¹3ûç½|°t”¶ZG…B¨|Q ………ë×®þå×5Y™:¯X9¸ÿã¡#Þíž­ì",/7ù+k{_Šg•›•>ö¶érF5¸é §>¯«Ö ïúnð7ëî¿Ì/‰£y9¯ÔÂt•5ªäºó%¿s÷.¾>¢†…Ù€·½í+9síe†¯øÍ­ÉÙ~âÒ2½…2K›Út^nè>6þêË _‘ÔÊÆ.§f˜ÒÖV¶Œ¡¶ZG…B¨ŒòòrOŸˆÕóKL)ÏŸ­_·îí~}B—Ô)÷ïÞÍÉÉ€>ýè‰L»¸,\†±Ùß{žó×ßMÍKÞ4¯ãªµa¿ ?=‘(§­ÜÜÚÍòËA}ŸHäl= À3 ”?×Ú°,Ö^>¹óð­‡þݰø·µû3SNq›´Þ¥ÎÛ„ €’¦ÿ@üÄ|î‡>Lù¯›h«gT¬½»þ„2VEY[Yû×­[ÛÙÅP¬>å3^¥ßºW¿~#±©)!$+3ÓÖÎN3l××Y²(ÑW”\\ÒÕmؾ¤ßVïûfh{^Ñ«ëgŽ< ûñ ·¥fs!M€D’çÔŽ'%WßÖJt&W:gëAß;?j¶âÔñ’¥Ê¥FûÙy÷uÀÿVujݨ^ãf©‡wÅ¥¼d+ç·«=îDJŸOf~3°iÊõCSoÖèõ²ˆ&]mµŽJUhXGÍJ„2B¡P"•^»rI Ø;8 שaüíÛ 551™š[ø|Š¢´†9ÆÌÊÎ'8rú´ECšÚ³•½7Z4kʆ½¿³ÍÄÊÞ¿AðÇ µÿ‚âöUûNYûëìo: _ÐÖ*ölnÉïDÿºzb÷ÏÝ4ý«ˆaß\×ÚÖMí3äç &5µï¯™…/¯,Ÿ³åUžÌÆÕüëÙÊAÛ<ýâË-‡ÿwòWÿ&S5úTUöѤ«­ÖQ©Òú„2Ö¶¶-Z†Üˆ‹kßáÝåðá?»w††…›[˜ Í­!„P¡(à „;·oíÝ·¿æÖ2¾GXŸ%„Âðùå°¸D!„ÊŽàóùeùÑA=Ê!²t]E!„ª³rK„!„PM„‰!„QÃDˆBȨa"D!dÔ0"„2j˜B5L„!„Œ&B„BF­’n³ïnC!!„jŒž}új­W(ŒBù^7z)BSMóx|^ݹ¥’!|P„¬ì¬:î†ß…‹«[vN¶\®0ø.*5Vóᵫ—[¶j+Çë·!ôö(Šb¦".]€@ `†0Œ¡Àw‰P]$BU[÷*Zã?5 *³cfnQX…/Nöh5´Õ'DùémZθhR} ÍÌ-êׯO(‰YçÓŒ×ÚäÝ´hré¿‹º¶.X¸pÖ7ß”%!„Ðû¨šDÈ– ’c"ÛŽé²ú̬nž÷/–LÎ¥î kjõ/œy^ÂŒჄǷõÑÚêmÉäÌ/è9êE‹3s&[Ö‰Bè}TêeÈkûx_ÇVãzoø÷›®„iÞ±=BCZ·nܬóŸ73 !ñ+Ú7›òŸ—ô«“ÿ »º5›r…’~u¤¹…ÍÃ"9!äKßÚ;^BŠÒOhß$¸e‹ÆíN/bš[Xîœõi»vm>‰~R˜z¼{p`ÓÖíÍúGu0ª£R«çò-¼æn~bÞö¡æh !§ lÒºUçá'Ùyáý¯…7iٲŠù7Héñ˜[X²aæ–»¿Ô¶Up@pÏc©…„ƒ" eH«ÖíÙ6R×1[6®SX»@ŸFs$„ª`º_æËdã¡øÖã£[ŒÝÞz|ôÆCñ†Â+\•­ÛµÞû­/ÜÙÊ?úô«¿ôâêÆvùI{|;NûôñzßQ¿¤ùÎ[tÞ‚Gš²ºÍ’ƒN­®=Ÿ¹“,mzï—+m{Ö^z/{M`áÖ¯åv&„5=‡™M=~©÷ã=#Â{®I¼ð%»£# gžžï?µ w˜q|ïG»G,óŠ{hZë£âÌùºF Ÿ.Ù›òÊOÌ/~U\ÕóaĺÛÚ@VJ[ÉÇrü›Î6ûîÌB#;öY—xá]£ƒ•õ…ó縰ÿ«ë÷ù~sÂ;÷É&Ÿ°ÏçtÛ!TEÊ’)7ŠŸ<¸…O?|ž³þÀÍ]ƒôÇW´J]ªÕÕ믕› ™’ùZ—±åó^­Z·é2øGsú<Ìê-o–ûåù—JIâ—g©U‘nbû>Þ[’¥ÊMŠWÎêuyåýœÇË-¿bß<ýåAÎâîžàÕcqöƒŸ¹-íUòîãϯ¼{.†÷£9Zø¤¾í¨1ÓÖG-².¹÷Á‚ËékƵf˶.¦l*v`žÝç<øEs+G×1.îîV^C¥9çt6F¡êAÉŠ‚+ÒJF.W ¯p•º"”Éd\ù³5' ‡µi9ˆnóWb„l=zÜEÄSì°ì³¯nz0é¢yärk¢Éàf ®žˆ _ã6¬àì×w…·ü'üëV&“ÉÍÈåªû2gäÜnµ¨Q«ç¼øKlÉ>Ô:Úoc®_=spe£åG.,c7Ée2”ú0±Úx¸‚ŒÐŒ\¦VɵÒŒ…üu¨R×q!„P5Á(•ÅE^”Q2„©úDX©+BÕëË„“6ê+ÿ+ô³_¥ ™ÖÐþ«-qìÖ„«Ù‚yqÝ Vÿæòä¹ÁlMà 1_å>¸3ų&:±àà³ÏZ:°›&øYÏŽI"„<=:ÛÚw›½ö¹Ÿõ6àð,ÕzŽÚ ‰JsYÞ“C—·Ÿù%ûPËhÉÝ hÖ±×ô…‹ó±›¾v˜¸î[Î~QDJT®!” ìèk¿’‘Ûñé—R¥Z¤ÁcÔz\!T¾´½ÀƒæK¨. ÃH¤òÜBY~‘ŒQ* …—гÓ÷T©+BÕ#!„e:ý¯SÒþm:NÆìØ?êËæ*LˆÜµùŒ­M¼Ø°ÿÍ©¾¤I1ÛÖ¡ÅgÙ7?½ÉÒ¥ŸÖ‰ºØˆØM#ÿ^;ú“Ú.ÈDîvŽâöņG¯ú´_ï6?Ôòý`¯®iU«mFQCÌ:~ºêÁ^ìÖ¡oYj´D)™óIïWRI?³™ ¼mç1_4Û^dÎ÷ˆUL¯š“/Í _þ4]î¸z×2¶rù¶Û…Ú˜šž:q”‹4xŒ 1~„ªrëÜþýp¼BÉÂBlÌM %ò¼‚bбßð“ulª£)2ºwÓ ý›ꯜUM"L{™ZR¦Íçì¾1VDÓŒ¼°#©ãâUÜC‘uxÚËT6 Þ´ãϦ½‰4±o»ùèyµÞì@ì¶ëßë%›g¿©W£ZÏîKsß,H}´´ÅßGN¨Eòľ‹7R­Tj¹çÜ?z–nÛõûè®­ £j!„ª‰‡nõj`"ä!DÉÀݧ¹R©LÙ¥u€HÈ#„@~‘dÍ®KÆ’ËBš{6¢×t‰MÄ©Pç·jøž*s_œ*Ù)BU…\)‘)b.=eBÂ0 PU(‘»šDSEQ”­•‰¢*>;S}¡Ð²ÍÉSìêç­Ú½¯Jݤ¾H©ü"„PEP* …æ­±™kÓm¬LÙ[¤Q@IdÊ"™ÂL$05á³7N£(J¦PPÀTþöUßDXù¼¼}ÓÓ^ŠB!¤!Z^ê‡Fþ~ð¶RÉBaÄBa¯.MÏÇ¿°¶ß‹PP$ÂBh Æô ®üL‰!„P9"š/õ£º×Ù­÷°Ù°M¦B‘‰ ¿°èÆÖ1Ü&Š¢*?S`"D!TnQO„ Ã0 £P(†a71JF à‹L„"‘€0LQQPEÓ4ŸÏ§iš¦+õ«}•—ÿÞ¶ÅPB¡šMóÒ(Ã0R©T"‘°¹P©T2Œ’/˜˜DBdggóx<6 š˜˜ˆD¢ ú¹%]*/zlV¾+BŠ¢,-,|}½DB¡¡X„BåÆ<õ¸îê+BòšR©T*•ÅÅÅ©Lé`m&‘Èhš***‹Å<ÇãqÁºz¯•—›7)ßÕ.Ã0©/Óž< ð¯Ôß2D!¤‹æŠ¢(@@¡P(Šî-j¯Ü°aMSÝ[Ô¦¦¦|>ŸÇã ‚Ê›°ò!EÑå{hE;ÕªõìYJùv‹Bè=PK„<š¦…BvQHfhdÝþ¡ ÃÐ4mjjjann*óx<Š*ùF!TîËzå%B†©ˆ£!Ó3B¡·§ãÂ&—ãLMMy<¾R© „PÅãñE"!û!×fó Uy‰°âŽ­âzF!ôV´~CQ{ ”‹¡^«ÂWòÊK„Œîƒü_wÏŸ>ÕµÕ ==¿'ÇçÎüÌ¿â¥`íâ4¤¡píádõYW÷}1‰éÚn¤õpþ×ÝóU®”Ð@ž>˹XÌmâñÅã»Ôzq+e÷3y³Ð:ŽwS¿*é—â Æv®½5&9) ö plWK cÈ‘ó/"[;o;ûB×B¨òmß#Tí9›T¨ÊK„úó}&á}Úê—“\lbJnK –§àQ.42¡.‰¥PQ”¦y¡×´ië¿/€æóÛ¶tî¦L=˜,gëmWê×ÈË…R©¤iº‚Rlå%BµhÔÒ±èAÊ®rGß×[ó^foMR€ÐÌ|lÛÛ1¯2²¬;Ù»©PËß2íÁK͉¨ © Š›Rh*¦.ÈÄ–’ܹU}òHêì.H¿-%„Ôoáôêö³˜\F`j>®­Ýí˜t¶wvæÖ;rkgÇZZ®y½¼ãÆ)+Îã‹<I¡©MmEîn“ûHÖÝOx÷¶äDº²]Áö_hÖ@ [™«äïÐÙ”€^Þ[N?gNîåÍõɴާ»ŸùöCO²à «ò*¿[;kò8ÝÎÇ&;9C¡÷x¹2[Ð:žÛ¹Ldûø—EžÉ+r®BÆŒÏç7lÔèÂùó-Z†ØÙÙóxå“´”J&33ãÊ¥ÿš6 6‰ …¿‹ÊK„RY©·Ô€T¦Šp[†Øß<õäfŽ(Þ7ý}ØÊ«7‹?\ºcjQ”™T¬å}9µžËWÚÃ"˶&ÖÖ‚—%Rs9Ÿjdjn¡,J(R °ãx"÷IŽÊ¡nx\A ¶–Kó¥2P¼Ž<žeíQJšßZLŽg¿J¦|ëñ˜@wÁ…#…R™zîR=^µÎµŽçØñ'sW«¾&?M„ª<š®íìܰa£q×rsrFã•ñÐ4mccÓ aC{{±ØPø»¨¼D¨vQî¿ßÜÜÜPTõRy‰PmÝ&/.ØrøQɃ›wÙÿO}”úÓëº=ñw¹à›±n‚Nº"€ƒÿÜ?øº,—äÌÛžÃmRÊ%N?U‹Ÿ·ý.ÜÑV©æÜ᪉R¶øïÊ‚ï¢ïiÆCé~¸2WÐ2¢üëØ@!¤C•%ÂrTq=#„úàU^"¬¸‹r×3B¡^å%BR> *…] VDÏ!„ŒDå%B¦œ>AÄ!„äçf›ˆËù÷~B•ÊK„ÏAy™ˆmìðÒ(BU ¥‚Q(ËñE™BSMóx|^ù®¦8•—žÔÁPB¡àðþ«ZëerÙó¤g·nßÈÎÊÖðhš¶´´ªTÏÃÓCTÓï,ƒBè¦T*Ó_¦_¹z¹}‡^åuëm¹\ž”øôÌéS>ÏÝÓ³¼ºU…‰!„P9P(q×®vèîéåm(ö-_?>ŸáìÙZµÌÌÊÿÛúåsST„BFŽ’•UÇÝÃPà»pquËÎÉ–Ë+äÎÒ˜B•Š¢†©ˆK— †!åt#o5U–O.ŸѳwTTÔ‰"**Š­¬W¯žþV•¯|‡¤Ù[M™„*#R1 ÆjT͌ͧŽ_¿iŧ`Ïž=†Â?X8!Tµª&N<°ˆ!Ãôc>|ø0>>^5@^poÞóîåÈerÓáKVFXkë¦jH2/Mð]²”§Õ™ýë²v& (NX2}ι¤"1͸…-þyR`ÒîyÓwÞSH‹‹ëQ‹Ž Ôrï6ÿ­™2k÷=+k‘¹çÔ?—…hv‹B¨ìª&.ß¶ãh½zÜHóJàî1ãügî]dSr4lð¢¨3K4ú¨2[GMݺ¯‹{âÑ)ŸŒúëÜÞQ°g쨧íù¥ä¾,§vŸG÷µ€‚ÄÃaÖE^¨ÙÕ»Í×kc¶^Šó2áK2%ê="„zKU“ Z}'Ë~öȽ`F刮\<Éû§ƒÔé8#wzO€Q°òFæÎ ÍØ+'15ªßø »¹»JÞ-K¾•¨7¶² ÷²\v:žŸZjé9‚­œØØnöÖkl9/M/¥LgK¸³÷[=¦eˆìq6Õ°mÄ„¯g&Çêi‹B¨,ªéŠpີ'ÏîºC!…s㉫xjQ:t(¹Kª©ÃÀƒ;Æ ^¿lÊçc{­æ+Dn?nü„ݵfÃé³#ö™ñÀ­ÃâŸ>X9½ÏÄÞ=mjY{´pZgïziÎadK' ɲXÖwò*C „P¥ÂK£oAõã‘\™+Ìæÿ¶SK³J§ö1N0±Y}H­’/öžµj›jMà ¹±ƒJÊË&¨ çmç♯ÆoY „j’õnÿ~8^¡da)ù`ÿ”hŠŒîÝtBÿæ†ú+gU–B‰‡nuoí'ñ BC€! aC€€aHA±lÍ®K˜B}hr¥D¦ˆ½š¤T¹Q E±7Š¡(нe %ðr¥¡ÎÊ&B„BåF©T(š·Æf®MÓ4]©ßq¯¼DˆB胧yi”a©T*‘H …žÕEQ|>ßÄÄD$UÐÏ-邉!„P9R_¾þ˜(a—†ºšÑ4MTè «˜B•Í!EQ„B¡þ!MÓ òß&ÄDˆB¨PK„<š¦…B] T•|·ÐHáo>^p.ÕÞ>ôÐîo—/_>eÊC-ª†‹‹K`` [n8kKƒõc·¤À½{÷Øz³ZŸîÛ:ôu˜²˜±›¸bÝ †¶ªÄ|7bnl¢™€^{ðèØî±±±lÏ)));D¡šLDžͲ¿íWÉËA¨ÂDøåæ3q‰Ï,x¬X±¢Ú&B`óV‰öû†€‹‹K©ú×aé—–·üxê øª›>_wìÊÓdk> j½!„ЇEë÷«¹ªI„ãzD3¤O—NÎa?~üh.„‡‡S´ðø±Ã...kGw^}îi†ÂiéŽßÃņ:«^‚ÇKsêªÖŒëYÄ~Ù‡÷îÝS[Ê â§œŸ-—ÊÌÆÿúû  8·bÜ—Ûn[Û˜Xø|»gu[@¡š€hûa5W5‰pÍ#û߬¨ö@éÕÕѦsŽ|ëùôÀøýb¼®N*Mxx8[Øt(¦ŽÈÀo'_hæØOµ¦ôÁ‚‹‹‹Z“mƒ? ZprEÛ‚gûuŸ=èæ*ølÅ}Lø’ „PM+Âr1¯‹;¸GÌÏPõ‰°Œ3ÃÃÃ"&ökþYb(¶”nf:~5 Ì©l¶rPÍçg}Ô%¼G¯&z#„Põ@¡iº  ŸÇ3°`xJ¥’ý~…¡ÀwQa UÆ|©IAÈæÃ1ÎÂR§ÎœCW®Ÿ>vüðÚÖ+cïY¬«-BUEY[ÛdeeÚÛ;Š}kYÙYv¶vTÅÜq¦B:}[¶<:]þæ[–ó?€äcó¬|«~9X &7°Ÿ¶õ&[NŒ{@d²¨¦zNùnQAâa}B¨zàóù 5ºpþ|ZZšB¡òƒKïG¡P¦¥¥ýwþ|ÝzõLD"C£xÕbE¸ôÓ6]Ã:Ú˜Š; ®Ì\ñ4]î¸ò牢š~†Do½;ú«Ö›"»OßÜØ‹0Ò¹Cú¼’¢H:xöŸ†:@¡ªÇ£éÚÎÎ 6ºw-7'WÏMdÞ MÓ666 6´·w0WÈÇ'«,ª~r2ráöH•M=¾ý½‡fƒ*¢ë«~jõú¿¨º•+syÐÛbTã)žEôáw¼ÐŠBUƒ¢D"‘¯¯«››B¡ SöïêA¡hZ(šVL„*L„!„><|>ßÜÜÜPTõR-Þ#T…7[A!T™ª]"D!„*&B„BF !B!£Vy–ÉÎÎ6‚BU6\"„2j˜B5L„!„Œ&B„BF­%˜…c:÷ìýѰ¥ð믿 ¯$×w|Ú3²wTT¯½fn~¬§²^½zª ÕÀÉå“"zöŽŠŠz"QDEEé C!T™*ïS£ÍÚqáTÜ-skÖ¬™0a‚¡•aÚø%ý·ŸééiŒôÑ#©žJƒfl>uüúM+> {öì1ŽB¨2TY"üoÍ”Y»ïYY‹Ì=§þ¹,dÊàÅ Ò¿¯S›ïú=Y QQQ-ܽ+º^½z? Ût)9Sá8wÃ/m*꾫Z=(V¸Ù‰h‘¯¿HO¥~S,bÈð%?^ÿðáÃøøxÕyÁ½y_Ì»—#—ÉM‡/Y` ³¤¥_„Bï§Êá—kc¶^Šó2áK2%°|ÛŽ£õê½^'ý oÊ'NÙ1Í=)fêÇ£·ŸÛ;BG—âûÁM‡uŒlÙ¦epH蠾ثÖJà.xj*}€Z®ˆî3ÎæÞA6)GÃ/Š:³4f !„P¹«²DØ'ÀzÆ×ßG……v‰lkb(xz7pë0#oZo€JM„¡Óí{ý쥫§vÎ>™»v€®J(}Áómßü[}'Ë~öȽ`F岕o5K!„ÞA•%©Ûß:úôñ?ºn8sqÿCáUÉÁ§I”O“žý"70@OåûP²:z§“§ZYƒf !„j¨*úÔ(‘=Φ¶˜ðõ¬Âd-¿@kã_ÉßüºñòÓ)ðüÔ2K¯J]Àá‹$^˜ÖÓSùžÆÙÍÝUò®aò­Dó„BèýUÍŠ0²¥†dÈ@Y,ë;y•fÀ·ZêÝÇZ,Þ½+ÚÇ-¸69Ca¿x÷šÁêZôÂ_e‹ø elfüº\Oå{¸níÃɳ»îPAáÜxâêg !„Ðû«šDHñÌ×G«@õS”á߬ WÙÔeÚÊ.P5fÿüG+Õ>ªöP­†+syÀüßvªÆk%„B嫊."„BÕC H„šK+„B¨¼Ô€DˆBUL„!„Œ&B„BF­ò>5jccc(!„ªl¸"D!dÔ0"„2j˜B5L„!„ŒZMJ„...†BÊÙÍÛ}-?ÝÕǵN`¾’aЏ׹U(€ðpÕ›ÁéSãùnDHh‡ðððÇ7’ŠØB}¨jR"¬|ƒÛ¼8v€-Çm|Ò­>ãË(Jû³À¼c3ÄÆVåïB|¾îØ‘±±±±>&üª BÕPU–Ï­ܦSçð¨ñgÙ—S¿|Ù#2¢e“¶KcRŽýüEïî]š6jµìø ®ÕyÃ#;µt*½XGÇåÉÂm‚òÕö¡Ö%[Ìþ¦é±ý)ð"æ}Óal ·übÇß§{DóF­}ÎV§ŸÖ¬}çÈ‘ qÝJ2ÎïÚ6¬cXÛ®ÃÏgH i¿°Ùqqãs—:O$ ˜ÙØwo¦´Ík\È"†ô‹è®¹”Ä9°k§ÎÚµï}'›­ÔÕB§Êû¡šÏV8ð0ÑÇ„/Ép•=Æ8ŸøGÝv×üóÏÿ¼smlÔsòÔ{ÛÙ€£MçùÖóéñ=>ú=þÄx}—Zàø‰½:¥`ºÕùg£ëy%N?ã.ÿù4èûÍøÃ>“öNòÌOÜÒ ròŒˆðûGí¿:°£‡g¾qG_‡m8Æô‹§zx>Ù?®çÀ ñ'>¯ÕzHÊܽð]ãGk¯…t­õÓÃÜþ…z,´3skÙïâÂ-5á¶ÁŸ-8¹¢mÁ³ýºÏts•žÞBÈ8UÙŠpPÍçgý¹+¶ÈJÈU~×Ý,Ü?f”Yó#½ÀÊgˆ,ï<0¯‹;¸GÌÏ}´F£Ë Ñ«³óÙèÄŒk›=>i!´l³AÊ(~MÊ]OËýæEx€…Ç`YÞE¶fÍ£ÜyîàÙu>¶öu¥GäüœG«ÀÄ®‡gáöç2åæÿŠ˜ÖýêÚ‡¹O~1÷ŸD€Ž¹*‹nfF5 <<¼÷ð_Ì©’!½so!ôAª²D8çЕ…µJýomëð™\¥)MP‚Òe¥ö.*…çÐæÏöž¸ûÛÃÈ®.0ÒS²îî–Ta‹ -Y¤dÌÀÓ6fJ£Fµ’š`¶üöùÓ&ÃÝ<']Ø’°þ’ÿøFì6­sU B6މ½qã[ùν!„ЩŠ!‘=È¢švè9å»E‰‡ E¿1ÿø3H>6Ïʷ¯‹²,=?—¾\¿æ.3¼–Ôå½qÑ/¶õ?3Ô®Äx_+vÌI1ßr•ã|­æ•È\+Ÿ’i0>àø¬)îu¢ù6CD'z6²¥#À»ÏLn`?mëM¶œ÷à½zC¡RÕ¼GHéÜ!}^É@Q$<ûOCáotº27rÅÓt¹ãÊ¿—Š-HU“)žEôaõÏú§¤¤è/³…PÙ–Ýx´ìuYì0 %e€êVµá©•ÅŽaŸ.¹& ³J*MÚþqø”&²çZÕ›z,qjI½Ö¹âè™(˜ý°-F5^o!d„ªèÒ(B!T=`"D!dÔ0"„2j˜B5L„!„Œ&B„BF !B!£†‰!„QÃDˆBȨa"D!dÔ0"„2j˜B5L„!„Œ&B„BF !B!£†‰!„QÃDˆBȨa"D!dÔ0"„2j˜B5L„!„Œ&B„BF !B!£†‰!„QÃDˆBȨa"D!dÔ0"„2j˜B5L„!„Œ&B„BF !B!£†‰!„QÃDˆBȨa"D!dÔ0"„2j˜B5L„!„Œ&B„BF !B!£†‰!„QÃDˆþßÞFIQ ¿·ªº{6˜aaËÌ0 ›¨ñ„ˆ£ÏèqÉ9è3‹h4$šH0/&B|‰ùàMŒq!j^ŒyF|YŸITPQÈ"»€H¢²ÈÌ0[WÕ½÷}èaÀYº{dÓ}ÿ¿ÃѦêVus?ôÿTuU7X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ¼TºÍ¯_œj'Ú á…_’j'§FV#„«B€Õ!Àj„ÁŒ1©†¤Ð !”Ræää¤@7s' C)eªÉtC‹úÇý¸‰ß+  ×D£¼ÿ^QŸâTc“é†û+*+Wý}Åä©§ xŠçuÃHΣÂpï»ÿXóúêI“§¦žL7t«¤_éøª ׯ{eÙÒã?W @:¤”EEEUUÕ%ýJSM¦B(„xÊ § J5 €§># sB€Õ!Àj„…Ò¿x3ÝJ)›S GPJ !Ó¹×>ݽóÝMMMZëTc8iŒ1A657675õI5<íÛ'ÆŽ+_¿víØòò^½{§XN)D}Cýæ ªª'¦›v‹ú—WVîØ¾½®¶&ý¯œxRÊÞ…Eå•é|ûZº!Bô+í߯´ªQd’t?# +¥{D¸u˦TCèqÆŽ«H> ÝN;ã¬TCèqjk%nSî€LÄg„«B€Õ!Àj„`5B°!X-ÝÛ' ‡ÓJ…J ¾ Ù#Çq¤ëzI~ I! |ßß»gÏæÍkÕ¤›ñÇéÝ«÷˜±c‡ Å:ĤÈxZ©ýû÷­[»fúŒC‡ð¼,g |÷Ûo½üòK®ç:ÌqÝ6˜T[|D–Ï„*ܰnýô™³FŒ™jl6ˆD££Fu½ÈŠåËô_Ðf’j‹àbÏhs¨æÐСÃR Ì*ƒ©©­ ‚ ý*&¤K!€Œ'¥ÔZgý À6"ѨÖZwt- Ò%vM€ìfºþ&˜é’_$É„¤ƒ°‹1fÓ– ûö¿ßáÚýŽSù1ÞL-ôÔó~ü›×B­…1Æ#ŒböiŸøÁuç¤Ú´g!„,bŒÙ¼uƒçy³fœÛ>vƘÍ[7mÞº¡|ìxZ˜\¨ô]¿^~ÇÜYù91ed¨…6¢®1üÁ£&„ÐCc6oÝèºÞ¸1å õaØöª Ï󯩨òæ¦Í[7–帰;öqJ±ãÈÄI×Âüœ—Ö¿ãkE\É™ ‘y“Fd cL’ÄŒ1[¶­à[?hÓ-ó?ò­+RVüèÎS¯»nÜ芭Û6nÚòF¦&ŸáÅ5»¾ûðß–?8·e·Æh#-üÐJ¡höGÊî}Ò€È~Ƙ-Û6¹®›¨à®‡ÙµpÑôáÃ£Ž£Â0ñ§!ß¼p‘1fÄõ×S¹yëÆ ›Ö¯¨ÎèvcÄÏ–¬|nåöf_%–$‚§µPZ„Z*-jj'ßOÏÄí²ßÖm›\×7¦¢¡¡~×#îüÞí“‹‹£Rj¥ŒÖ‰#§˜ëŽqÝ ½õ³êëëÊÇV!׬[Õáw>÷ÀgNœ0qRÕøq“ξäñµ;vœzÈýÍÁ¼{þøúö÷ož3ëèR)ŒÚH¥…¯Äá†fã.VÒáV?±ðÌñ'N¬ÆíO¬n]ÞúlØûüYJn}z[‡›ÿ«õˆY€ã—äLàûûÞ›5ã܆†ú·/ÞyÛw'ôêå ¡ÂУŒ1ZG¤)ÄŽÛ)¥‡_wíøŠª%ÿûô¤ê©mööÁk OŸ·õO/¾2ePžbߦçÛZgª‹;zæãu<§»åÔèž}µ_½çO£‡ºhæ˜XÄBLþÂGVÊ›îù½Âuå§§ŒZ0çìµõ¢Ýk~÷¹yçÝY·|Śѽ£Áá7¯öɯ–®»ovYb­1¦þž9õ ç=¼òö O=þü1BVR„a°áë7O))‰H©ÂP$R‘¡RZk£uĘáa¸í?¿3ðê9½ zû}MÉÝs~<ïÿv%*(„(­˜5¿B!v,þÊœ‡Ö*¿¹^õ™ÿØo¯©î+„ˆD"üþÕ?üÃÆwß©ûüOžûþEC…aãÖ›ç\û× ù®~Á/~»¨Ú?¼î+—^¿þð9žÿ'–\3¡oûç=ñVmÙs냛ýÉ ãF Üñ^}հŸ.¸Ìs„çʨ+b7æ9¹±HA^LJq°¶Q)ÝþDò]syÓ »G÷Ž !"½Fß󻯟u×}»ïI¬­ÛñìôÓo¸âÉUóÏÒvË…°BË‘†1ž1* ÷]'Ž™ZC˜à#Œ •RZwø}]î­ßyjaûåƒÏ¿ýï_(BÔnjÈÙó¯Ùóhbù³£¿µlÁ¨Ú :ýÚï_ô!ÄâÏÌ~ó‚Ç·=3CñážF!Äâó?[uïúG&•Þý?egÞtÍÞ'ÚïÿûñËçÞ¸ìüOäåîüg}Ô[Þ©z2∈'bžŒ¸2抈'†ô/ö\¹ãÝýƒúÉvWþòƒ†]Ã{·þµpØ ï¢%„Ó&}þògwΟ9Hœ<„€Œ1Z!„RJk¸Æ-áGŽ …J…Z©À÷;Ü[‡ÐÔíúãW<¸«&Œ¸²qß6!ZBx×E#……#¿¯™—Xò½¿°ú/ÿ–x\\–'„X´fÿÀkg?&„¢—ó/ùıKn}ðoÛ÷Ö]yáôú¸Þ½¿)/*¥ãHG ‘øhÐ(-iB)%Œ0ÆHÏuâA˜›Óµ¬Ì½päïþù7g,ÌwNÚEI]{ÅÐc)†aØÙZc´Ò¡B…aË… R)á1…Ji­…¡R¡ ý ðýx›]ýÇ)÷nÛw먢6Ë/¹à«W=·åê t°¿WÑðÖ #akNUëÂÀûâ诅Æ<½ì•²XË’ÖaíŸ=}É'$¹f?Fh!e|¥=å_Õ6„RÏ1¹™‘9'ñÀh#‘‹¼ðð°Em^óçKóïß±þ‘cèÚ·îË/½²uÌõ¾Úpåä {¯ÿæ[¹'éòÍ“ô´ÐÝŒiíZ[aj­U¨„a†‰[&‚ õÞ †Z©Ö ! ƒ h¿·y\÷Ó¿ñõ6$þzpÛ²»ŸÙmŒÙWÃË 1k»As­J놭o›V:÷å‰Çîm4Æ|»ºß¿x=±dçªíí·íP§s!„H:!)Ý9÷ìs&~ê÷Ë""Ò7¯¾Ií9Ø\Û6û:TâÈ*£”QZG<§0?÷É¿¾1kÊ©mvõµû.¿÷sß|³Î7Æøuo~ã’û®¸ÿk‰UB#¢7ÿjÅåÁcÓ®º7®Û¾Œ®J>!áˆ@Öèô­Ð÷­u¨B!eSÄœ£Ç-ï Gn¢BøB)• ƒ0 ü ý>Kϸí…=8ÿŠÿŒ»B޾£oüÑýƘ§î¼êŠ)“û*5{nÝðØ=$_õÌ6]s}å1ì3=ùñ_üÝ’ sn¨z$ŒÈéß}zòÈöÛvÝÇoƒâês+G•õ¹ãñWfœQ=¦¬týÛ‡fVõ÷\á92â Ï‘ž+=G¸Žhlß~ïÐSÏo,È^|Ö˜6OZvî=Ïì[ôåéÓ⑨Ä.üú’ïÍô‘É‘yÿùôŠøg'Ÿùå誇¯ëèµükBY"É1AøAH)GþðŽÝ ïÇ:ÙÊ✜A n‘Ž÷ã‰#Âö;yÞÜ%çÍ=v‰1fü—îÝò¥–¿.þvmbúºÚÖ=´>vs?q×S/»­WPùÓg_>vI›m?†$’¦ÓËýìçÝü“çÕ=³z”6â–»Ûn”é[˜;¨¤ðò³ÇU5¤ÃvOsÛÒ9·Ý Ý„§×¢?½¹èxÃÿ1BY"q&°ÃU¥ýú¯^³²ºjbÿ+¯TJ¿sÇ nj޶–¨`¿[n*¹ôs¹¹¹K—½0ztÛã› ’dBÒ7¸´÷/n½à;¿ô‡_¿xæ$!ÄK÷_ÕÙà㺓‚Ïd Ó™ñ´Ò+V­ÈËÍ+½ü²·.x7'çØëAÍ‘ ö½i^ñ¥—Æb¹K—¾‹ÄfýéNwÚt:GþYÝ"?'r×3Ç•õztÉKBß÷ãñ¸ïûA$>|Mµƒ'Õ„tŒ#BY"ùÐÄêÉ+W¯xmÅ«S&O)¹ìR¥ÕÛ ï0G~ÇÕá8N߯ÝP|Ù%±Xlé²óó Îùô¹"crDª I‡Ö:Q»0TWN?õ”>Ñ~_wàÀÄZÇqÇq]×q\Ïs=Ï‹D"Ž“yÇW„@Ö0¢ó÷})Äi“§½úÚòW–¿|ÚÔi}/ý\¯ /0æ#G3®ëy‘èÒ¥/æçœîù‰; ;Ûa&H6!)…aèû~†aA„aÕü—”:tHkí8Žçº^¢~‰ÿD"* c±˜ë½-$#BÙ"Õɱ *Ê+W¬|õ¥W–>íŒX,Gk­6Ú£•Ra¾ðü ±XìSg}*‚H$’do Õ„$'Žü_Jé8ΰJ)ã¸R ×uÇ9ºZÈÄ’ãyÒ“‚ÈÉÏ644466655 )¶aó†_ÿúI¥µQZ™–*­Œ6û˜:ijMMM<ÏËËËÏÏïl‡=ßqž•RÆb±h4zä[wTËí˜Jc\×m9+꺉þ%NŠÏ3ž,„@–HÜ>ÞÙÚ¼¼¼h4‹Å¢ÑØ´)Óü |? •6ZáHÇóÜH4Db±œ¼¼ÜÜÜ\Ïó2ñm½Uò I_"ržçÅb1ѹny®“‚È©€\×-(((((H2æX™ûÎÞ"Õ„ ÈxÆÇqêëë\×¢÷4†} Ç„t‰Es [IGî?p°iiª±Ùãà‡ûô)vd·+0!]Bd<×ñ*Ç_ùÚ«SO›VRÒÏõ2ìòý®R¡:p`ÿêÕ«&TWG;úÜŽ éB ã9®3`ÀÀŠÊÊõë×ÖÕÖµþ‚D¶r§¨¨¨¢¢¼¤¸oNnn˜® „2ž”2‹:bDYYYÚÙá/çf cŒãÈH4–“Óñ›>Ò%„@–ð¼ˆçeø-ðÝŠ IS—?T ›B€Õ!Àj„`5B°!X¬FVkùqáTÃÈNŽ‚¬•øåaN,åH) !ÀZŽã8®›å?U@g<×u[C¸wÏ»ÉGe<×u=ÏBÌ»áúTƒÈ6òÀ¾ïû¾Çãñxâq†aj­µÖƘT; $.‹qÇó<Ïó¢Ñh4ý ˆK endstream endobj 437 0 obj << /D [435 0 R /XYZ 56.693 815.761 null] >> endobj 438 0 obj << /D [435 0 R /XYZ 56.693 759.068 null] >> endobj 439 0 obj << /D [435 0 R /XYZ 56.693 739.087 null] >> endobj 440 0 obj << /D [435 0 R /XYZ 56.693 379.072 null] >> endobj 441 0 obj << /D [435 0 R /XYZ 56.693 359.202 null] >> endobj 434 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R /F73 59 0 R >> /XObject << /Im38 424 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 446 0 obj << /Length 1388 /Filter /FlateDecode >> stream xÚ­WKsÜ6 ¾ï¯ÐL/»3^š¤$JêÍi6mÚiǾÙ9нÃTN“__ei½iÚN/¢‚~ø@ñèñè‡Í«ÛÍåëTD+”TÑíc¤$SY”‹‚ÅIÝVÑÝöÝNºÞíeÊ·•¡—i˜to» űÖ8þhú^7Ö´£Þ½»ý \í…`Eš¢Á ^ví=çò0õº´÷±ŠÛSs¾è²´]k†yúŒÑ_õ4ÚzÜìIF9ìIÅnOI–1U°ÂkÆ9ØÉòí%Ü­Ø\ßn>l¨ðHD©ý8Ê Á—QÙlîÞñ¨‚9pË’">zÍ&Jg2Vð^G7›ß7œËW NÁÛIÁWƒdÌVFw{Á9ßþÖ›Çà[Ó›¶´>#´OŒÇ~'ù¶s'cª®7' ×—7+³_!! ¹bIœE‰HÀ! ÏrO/HRβÔÇ"fi˜¹|ÓÄEô}9y™•`eO.ö >cY¼€¤LK„ŠâB²LL™KË"% Ôûn'Òí“{<§d¡pš’“ ØKÁr8«½,XÇèîµu(Åõ±ü_þÇNGHJ!DêƒP˜¹Šöqθ¤ ’óˆyÓ>zPô ”Uçk€,EØ9åï^ªÄOíyEís-BçÉY"ו¦¢Z¥)/X"a¡lg´ò­KÏ|Á†‚æjÛNf']:àA£n@%¤2”7“FŸiš…eWw=Šúî}‡BC+k²XÛa¤u3µi€„º¡üºþ{¶­lI¶>L†"¨×–h?!„¿ŸîãDÔ¶ê.(Òsf–TEå>ØCkóyw*'w*Cw X¸©wÒãd*RL²RCØ•ªd°é\{ŸTg®]›Û÷q&Q,<Ô?G¤yEìs3©¢ÿ®§Há]÷#)U$&ü¶í#bp†«=¡éÚWœ¥@_0(ŸM?ö½_i4CÁÕ‡ ’^ ¶FáÑ ºG‰ À‰|pNP“Άîó†Ns„&E«Q\c­º¹céMߨVW ueÊÉ}^àªR÷¦$ ¹ŸÈ_Ù5p:]ûL"Ì{°6ÒAùŽØPK…üÝ`Ê¿Ð]W¤²ê§XøRfP±±«üÓºçÀn™¯ûçª?×|¯N›¯ÈX„ ¶NÄÏPšîšÜ\”B"»ÃIÏ“Ûuontà²+­?÷ù ‡Ú6vÔøKß®gžÆà@b8<8ÿÚíKj›2a±¢rÛQ–àÜž;Á2n77Œ.YáìpìZûPmÓΉÆð°…þ17ãŸ]¨8ÎÌ ‹ ÀßÔ˜“³}5>Ûz¶¶ºe3F51Ä !”`.ÀR×Ç!íbkøú\eîb²Š>€fUŽp4®†œ ìct½îšOv€Ãô•ä­Õ_˨‡«éGóðöΕ<•¹½h³òmÜ=;Ça§Hc¨áÁaÇŽ!TºÆƒO(µío”PiìØ7Û úE³‰F`gÿhF}d`+r.µßM” X‰l®j=›tæÜßžÌ!Íø‹<[Þ×z Eé[‰³2@Û5íhÖÁ/žÝ\ðê¹lOÚÑŠ!gž[ÜiÏðœ»òhŽÃ=ÿ Ñ)7ÌsíÚ^nÕ ª›§‹µ(öÝØ¯¢+8uexð0»ÖgËGÚ¬´‹Å€P¯-áÀË*íiºet—oÑâñózf€Û‡ßoáî¯ùé/×áßxõ sÏqyø üÜ‘æ'®6÷¥¥•B¥éºvm{M¨çþ³8Uü—߬¿SÄ endstream endobj 445 0 obj << /Type /Page /Contents 446 0 R /Resources 444 0 R /MediaBox [0 0 595.276 841.89] /Parent 458 0 R /Annots [ 442 0 R 443 0 R ] >> endobj 433 0 obj << /Type /XObject /Subtype /Image /Width 601 /Height 418 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 25302 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 601 /BitsPerComponent 8 /Predictor 10 >> >> stream x^ìw\×Àg÷G9zïE@ì°c±%vc,1Æ_¬±%ÑÄcìÑcoh,ÑØ1±DQ±béå88¸ºï÷ÇâyÜí å}?üñvvfÞ¼y{̽ݽ]B¥R!„(ý „B€Á`0L]† ‚ H&ØtµS©TE©tP×B\1 Sw!Þ@’$K6]U*•²"ºåÐXG ƒÁÔRt ![u!Th0õëÆÜb0 S'Y7w8›Íæp8‡^®r¹\.—O]qØÌ1hBT'c®0 ƒ©“üzìª4ïÙšý¸o Äb1]e2ÙÔ‡§MžY¢RP–¥_ÚVòì2¥”)rJ)ç;ú¸vÿÌ.¸³±Ž0 ƒ©$¢R¥Š2 Àf‘öÖæZBÓ­f°ã×ßVNëmffÆãñˆ‚‚™L&“É>ùöà´É3ò% ”I2ã¶çÝØÕ©U£Î-½ø;—Ç"ˆŒ|ñþãqÂ2íïã þ#瀪8×DY–q3Y@{{yñÜ¢§îí}ô–CÃQU1]ÔÎ@¥T¤¥fþzðA~pˆ=¯B9¤(D’“€œä§–­›ÿîbÉ!W~}$»ykSÊ¡aŸÌûƒ$p±³€³3êÌX{ÂÉÎê)ItõQ[ýqöÚjÆÚƒzu€“篩%íB[iZ©Q(lú'öô6õf·E£®?éŠR”t–[ô‚Ïa¿Ì,¶¶à&g—*9Ù.· ZµïÏ&‘~Í:Q¸bÞàÚ¦ƒÛ‰“/5$B2Qê½ä‚2™œ’oaåèïlÁ€KÿÜ€îôÚ)¯3×Oï .LyÙ½sX“`ÿµûn@“`ÿÇO“5ësRœ•ú8MX*S’,¶¹¹yXË`ÐA˜œÓ¸ PPÈ£}3ÉÅ•wcQ²Ô¤Ô ¡X¦DfæÚ„ŠBˆ¢¤ÉÏ^f‹$J` lí{™“„:ªO»¤ÌÁõ ö·ç™!¬Ù{ÝÖÍoR7ïyŸHGÿ˜æ]îÐÝöEV!ß;¤µ›9Ê×ɯ2„b™‚âò-ܽ}|ÍàaFÑO]ù$±åÀBo;¨TrFMÓ}êcÒ¥`tbâØ1 wúF’]}t­6ÎöjóÑgî-oݸM묽˜:g’‡¹ªôxì•«yþŽŠlÆA‡¿ï½&dNê6ÔÜ6@%»韜r‡—^ÏŸâ!¼rañ3Góü´N}ZÏmæìÈ'Eù¢³î\Êp¾LTÇ׫Ïȃ—¹?Oˆ°P·L¢¸f¾.!“Ë=~B+4mÒ˜*Kç{´rá¯ãï=¼î÷îgÿç_%\êU³á}F5¶È}ú|S‚ÈÉÇÃÅškæál8ª¬ÇOÛŽî;Äß<ñÊÝëà1)"h™…xÊ·ß †Ùˆ÷_z=½¿oÔж–ßÍ¢Šu#d<Åbmɳq …,Ÿd[RÊbZ>ÞS¶óh< V…)†öÛÔòqü“SYR÷À Gõ¯8vß×G3æà@¿œg‰ÁC{éjž}Ó—QŸjM­á𭤺IÓ×Ý…"實ÓÐÐ]áõŠx{õáü•›ZÊZëBŠ¢zE„«Ë!ÍŒµ'zE„«+îºP¥R±5Ÿ¯&W¨Ôûl;~’+“|¾r¯-OÕ·k{3ÎÃ{÷Ì“_,oã)½™QÒÓÜÁ¯‘uó]gÍýJÓÓÀI¾pCܹïìvj‰´T.±²îâeÍ¡%ÈÒ›RÜ®`¦qhÚX[ÿŸ@ÿÿçþë;ÓN½_y…ÁxwrkÐýôýdÒÀ`TA¼ùöÜÌ7ò$9 ³·€TTÞÏî߯<—QB¦°òp5üPBz4Ä&úTkj GíY3iúº t5q옆‡­}o—JÿÏçI’P()аR©¨ø»÷µ®Ò×C[·`±HM+5!R³"xN®y¾¸Ô>¨­_€_`Ç>E¾]•ºEôì­d[?uÎÊ3¬ëèÕº†˜††ú¨"=?ûo)ù¶,‘¡D\.Û§Q#Wvy°b‘¤ŒiëѧGÍã’K@Ž‚€aa>ÎüRQA èAŸ“ç©9‹†Û‘ŠW¢ôRÉæ#¤XYJ úÏŒ*°imNé7ï~ûûÕowý³æP„ r¹+© ¾Óª‘tlß,óuŠÑ¨Ü-Ø{^É`^¿Àý:@aê#Ž¥+è1BÆ”ÞOÊ‘óìÝC¼íÌ4åðæ3ëeÃý9±töt¶6st´éÐ.dŒ—<­X¡¥¬OÓtŸ G7iúœ;¦Á¢{Ž4þî}õŸÖ.’$´¬4 ጵ'Ô—7ά6W[!OS…GÆ0ž¯/°izãEî€ý}8¨MÏ&~Ÿúç犎S8‹ÊÎßÿß]—ÝcÚöhßb(<Û›äûø~:0¡/BFeK >0}Bi‰O£g±~)jÕ·¹ÇÔa¾ ©,-#ÿr†Ò–OWTÖ§iºOЃ¯ÿÝý—¬´¦ÁÌN¸HjúØ1 ­s¤ú~VACo®êœY±öD‹æM醖µ•„‘œœ,‘H¾Xsh丩¯s ¡"éÏâKR. ë×þÕ‹g®^Mš5#¸Àå?|üT.—‡.Xò[pWÿÖ}Óà¹{ï!´n٠įŸ%‰äêMYAVRºPNVönTAF‰ •Ë‹²“^çË)ÒÚÞ¥0?C­%Ù¯SòÄ "ÙÖ-›ziù×lës’œ”$)•*)Äâðì]<=ìùZg<~œ£ ÜCš”ÿä¡ÇËѤyYé¢R…Šâšñ›˜¢dé©é"q)¤…ÀÖËÛÕŒ$ Dn4BMe#r¤ÊÍÈÈ+,‘)U$‹mÆçÛ»y8š³”õhšîSßp%gHš'FÇŽi˜X[š=kâoíû Œ¡o U[•”Ê=N€¦MBÔÊjI©T®i %uëüÁÙu®P _ehõ—r?ýn¬mnn>©(îÐ%"*jðÉ?Ï^¾rHR¥T²Xœöþ ƒÁ`ªŒ9ŸÇa“çÿŒõnocmɨSXT’þôF¯1 %UZ&«´¨(D× çH‘Î9 gŸæ*…¼LRÞµWÊýóžÞ‹¸÷ Ñ9(·E¯Œg7Ì­u­0 ƒ©’R)ߌۣ_ôÅ3G™¯.@~Ñ2¹²L*¯Š•&Ưº´¡w¹„ßzx~úç_@X‡p !×Àvú¬0 ƒ©’2™µÅÀ!ÃA?2…RòfmGS9+õ-ßFÖ…špù–F­4QƒÁ`0˜Ê!,Ô{ë¸*aEka°U>ý$o ƒÁ`ÁVù ¹.<¾j¸H˜¯_ƒÁ`0˜zEFzÚŽíq`üí- ƒÁÔop-Ä`0LC×B ƒÁ4tp-Ä`0LC×B ƒÁ4tp-Ä`0LC§Âoí1 S_¹û<ëhÜ“×ÙÚï`¨—$áádݵqë@½ïMÓ×B ƒ©ÿ<}•ÿÛŸ÷Â[7ëÖÅEÖÿ3‚*ŠÊÎþr2ê]Ö¶™Ÿ1u\ 1 ¦°÷ÜÃV-šÙØÚ—Ê(½oНOllÛ´jþÇõçÕ\ sr²“ž=‹‹Œ)bª ‚ ¬‚€À ÀɯFpbu©m9©UñÔª`Þ:ø¬¼Âàf‚â2•1õz/ÈÎ7i²L­…"¡ðÉ£G­CCȰ¾®%P•Ÿ—{7þEQmÃÛáäW8±ºÔ¶œÔªxjU0ï <ùÏÅìWÕ V„š„I¯‘0µ>yü¨q“&<¯¸N}!ªðx¼ÆMš>{ú'¿zÁ‰Õ¥¶å¤VÅS«‚yWx<›˦ 0¦X5ÿgc*¦×Ââb±•@€ßÓôŸ`%”J$8ùÕN¬.µ-'µ*žZÌ»Â!!TGƒ¯ Óð¦ÖB„A 0µ:ó8ùÕN¬.µ-'µ*žZÌ»Â&QT ¾*°«·@<Ñ\«ÀùOàÄêRÛrR«â©UÁ˜›EÐk!‹0¦ðnµ°á%±VóÿžÀ‰Õ¥¶å¤VÅS«‚16 ۨ53ãK¥et;iO¯ÉÊÍ—ÆÀíÝËþ·.¶ŒÍU(Í¢ÿ·nÉ趺†Íš5P•Rs·ïÛÆ*EhhX|ü--¡fTU¤ú×…TÝ<ê 8ÿï œX]j[NjU<µ*Óá°ô, ÕÂã+;â…¤Ÿ5puÑ•«·\Eñó)#>wŠÿ¡·‡–á­[· ëÚ²ÁÓǤÔÜ%WP\Ó®ÔݺuËpT0¥zàF1)VÄ„¯ß~úöíÑ{ľ{ùŒ:X÷Ãzu»o¿4ß7§–Œëس_äˆo)þ70æ¿&¿<¤~úö9l©1õÊP½aëK,㦖½oß®}G¼/D¦QG6]a5¢9­Z:øßÏ‘ö®ÁäÞÚ3´g·>ýôîÑç??×U yß94 › (¤ótCY–úƒ¸[_.¢¨uS÷|û}#K6¢(¶EÀÚØ{¦þ ÏÐ9üs©è/ºÍçó-Ù±CøÈ}I¥Ù—†vjÞ&´MóNC/gKE%|:?žÖ,ÉØaï=‰6¡%’̳ý[´ ï0lÁQµsYQÂäþÃÃÃZ´ê¾ó^žn/—¾ݨQ³ððОc.èŽQTõ¯ ‘ž³ä§OÑ£Æ/¿‰QG6lüü³tûô©úº¨Fô}˜³÷ê'O,Âh ¦|y0V “O‡DS]>5©ö°=h Õ›ºÊôxsã7DŒÿòƒø-š»êÙÁf4ÚJ#WPšÓª‹ƒß€Bå¨D03'};2öz”Ÿ(ÙÓgRÁTcœï ›ˆÆÕ€¼„%CfÐí½¹’g>VjekïO$9MV3>?½ÈÒe¤ZùtËEW¿ €ïû[̽x;&àÅ‘±ÝmN»ùEð§K“š,¤¾;C$|³±Å—ûßX!Ø9ÑqÁÅ?cž{òpgäæßßú©•Cqj¬o×ÙcS~ÕêÅM{9§ ˆÏ.Ë-c»fÖ…j¹M㥅Wè¶_@ ZAÝö ŒÛ2XLT§ö½ÖžKG›< ú4`PŒ®f̨.û|>ãü¦yÄ éЮ纋™´‚¬øñœ1Ñ îÙgÄ¡Ç"T¿€ÀSßM<¨_ǾãârJÕ“+gD‰œ~ç×6~Þ±sïƒ ÿüb‚1ÿµ0ùºq–dž k5$Q"Gù¼çð ·õ9ÑÍ•îXô…]–crtŸ>ôˆžr=¿Lm¢;#ZN¬Ö¦®²ZâÐz¢Lc êñÁfôaüê› z˜Á;kN«¾® ´š æI™ÒÓŽ‡B7(X@ u§tgÍÀü¾ëÇÐð̲I1¬š¼Y.ÞøújÌgAZB]5MIXx»°vá“*Øyn…Z¸&2nÿø´`Õ@_ŠB¾ƒV‹ž®§(ĵî=ÍæþʤBJY6ûhæÊá~šž×¿Ñ÷¼Z-\~7ÿ÷)ÃÂÛõ¶Æ’¸ªÛËèævã'~±mïébk®V„ô›¬©{ghyêß?Z8 Vëh*«ÛùM>0ŧ8õ@xÌÂÿõü­ç¶=|êÄqµŽZóŒç¸ÃG‹S÷¶éóþƒÓ|‹’w·¾ðóÛ¿ÀÁ 7^|rUSÛ’ôÓí?X>ôÆZ¨Èùsÿ˜ïóêôLØr-¼Øä³csý`ÏðNZæ?:ò§F$úüð@+h N›Ü}ÍÅ-í 0»LŸóé›ÎNxèoÆ– ¥†óÌ(¬UÉ0h0ݰrûlÿ¶æ.}vÏ==fÂÖƒã…ß%u¹þ}k}IÐÍèŒE_Ø;ÇÎäO=p¦¿OÊŸÿ6ö÷ø““iÝÑÅ@bu7u•iIòŵŽ‘ê½õø`cG0}õMz˜§U_ך˜r¤A³úö£:÷jߥ}x‡® ëmÉ"@ÏñÌ4kÌ@%>††g–CAŒe$[þHpÝK@+Œr²Øž*žëgM+ˆS·[8Ôµ½yㆎ ìÙ º–… Xtsò—Ó=´µä¨uô髊»êÁÓ^Ü©{Y÷äÖ…Ó§ol¹ölÆõ ƒ‰'VÞ¡ÊårFù€ƒ•Òü—²oNžSëh*«Ûs»¸Êåržk¤\¼Ì°æ¼Þr¹œç2„R.›á&—ËùÑrñJZaÃC‘ãü±‡À‚(Ô ln¹\î1»hv´\>†ÎïæaØ\ÝЧ`Ôƒî¸'ŒÝÑ‚n›Û±är9£mt°Í¬/¾‰éÖ¹o¿Î¤ž<3æ¿&ÿè‘ÃZ>½£ÖŒ9Ñcàlî¶KÇA!—ëq¢›+С®ðçdñ‰¹\îÚuNáœH¹|½—qÔZ0ʵ„Œ]Ó 8ij X»k‰z¯ÑCEݨC›Zhø¦ ¾ Rôtj`—)GÔH0æü|1êî?7ï\:°tïù¼‹Û†žãYwÖôÍo%>††g–Í¢Ë8Su$N]WÔt!‡(/¡3ÞnèìÈ+›­8Šâ_|°aĆº¶ú¼Ñ™A6óϤü2Øïåéù¶3i¹g¿ï‹§FÍ—D¬ŠSkÒσlœIùy°_ò©yjá—­?ÝyçØ'¡ŸäP¡${,„°ÞÑ­;5YçÑÁ ƒ‰çHß¡êû y4ö0uyÓø¥_îÞý *„HD•iò ºMïgø¢­£É®Ø.·RÚ¼ÿ€+—¥ëA-A¨\¬ÞkÍÃæê†>£ô P3BFÛÙûþº-.î®~;þ¾qb0Á˜ÿÚ™|- ¥ÝM•º³å™E2dÅ1àD+WúÆÂ6Bo­ Z ]¹=›Ì)ݸ,PÉ3I¶=c×4GcßþGVï5z¨¨uè`Óéšù=sÁ(Tôtj`—®P÷Hƒš ÆÁ¿U”«A1½[†@赦–²î¬›ßwøžY6 H&×é°è”z¯Gßu±¹ß|Ü­½ŒÃ•+¸ƒgÆ.íã®k«ÏÝøäø¯ã†Å„~ÇUð|vœBËIžÏŠf’©·!©£‹V¶?>¶cØ þmW97ê6 à0-œøGìƒ1Ÿ¶øEÉCr¯ö‹·õ×4Aª²ùôÏ•¢T:nùAÆxL¼wÆ4-x{ôTàœˆ˜²%ðåÏë‹BáVÜ£išחW« 5=¨Û¶l2W®Ò2jj¶§5¶ûêÈ#ºzÿª¬‰KG¥]^#ð«e«Ï¼zÔí-ìí¹C·éó$ ¶”ì¹Ztê3}Þ‚’´ ˆ Æü×Îä#Î|5^8èû_žøí˜…ùrÒãD7WŒca {¼¯`uù¤¯øŒÓÚ‹ô¦O>%ÄvùñDºx|…mÈd}Êç!•ª+ÔìÁfü¦ Ñ ÒœV-Œ&Yî‘V3Áüyã…B¨8åǼ)-ÔÓ?PF“\‰™ÕWèg«®?žÿu« ? ³$.>þÆõkwâ//ªÏЀïÔí`ÜÝ[7þMˆ;áÈWËG{^$|îøæÜ¥ÚÄÜ¥ç©ø'ñWãö-‹T 9VÍ·ûûÞÍë7oÝ>üc¤– Á²>qùڿׯݹwçǩڿ€¤1±Vú°\Nò¿YÑ7ê‹­Ÿ^ðÕ7c&ýà ³£_—IGÕ†šèöÒ¡a#¢‡ÚðùGîÑTÐÕÔlûió³/¾êHÅ…k«é››yAE"ÖûéµPá¸bû"]ŸúÌ«QAÝŽÚ¼íù¼¯úþQfÁ®Ë×OÒµE*éê“„rP–Ébþ÷£‘<3 kSò£‡£,¶Í¡ý?eÿ³vù£6cCÍÈÐ_ûÕ_'—÷ct¢›+Ʊ0†=ò§•sfL²•£àz|¿c¤Ñ±h¢+Ù¶ééÜåöH9 à¹¶Þ²5ŠÑ¡>‰¦Ðè¡Ruu»†6cG0}NÖ´jÁ)GÔH0w¬Ø¼¢Çe3oã*}ÓLé2}~ [Yýø=3¾?ù¥½uŽiÏ!’““%ÉŽm[6lÞ*æëÓ;sêDó–­ôí­U4oÙúÁ½»Æ´êî%Ô•ü×-pbu©bNªýX•xjU0ÿ-W®ß4n”B¡0¦Xßø}ïáQÃ"õíÍHOÛ±}ûÀȨjXÖBêP¨¦S/UÀ‰Õ¥Š9©¢¹.UqX[FªÝaÍÀ.îL ¾*Ôܽ3µ{woוP߉z9¨ÚN¬.UÉÉûøVÚa­ æ¿…¾<Çü£ŠzMõÿ¦¢Žõœÿ÷N¬.µ-'µ*žZŒé°Y çç…õœ†».¬¯àü¿'pbu©m9©UñÔª`LÇÄǯÔ?L8®…uœÿ÷N¬.µ-'µ*žZ ¦ºx‡Zøäñ#c*˜÷Îÿ{'V—Ú–“ZO­ æËeÆTêˆB¢ú lLàjá‡c'SÁ`0Lí…ñòõ‚$XÀ ómlíŒé¾K-„–G ƒÁÔ]ÊÊÊ D¤/ÚwìdL÷]žÁ†Á`0L]ÇãYXZSÀµƒÁ`0õ’$ ‚0ñ^'\ 1 ÓÐÁµƒÁ`0 \ 1 ÓÐÁµƒÁ`0 \ 1 ÓÐÁµƒÁ`0 ª…E)«Ö6k›ŽËîÓ…ï¾[ñÝw+4%´­>}ÃT¯·ê¢ê1T΃–•nr0 ¦ònÏ©47ï.Ïþ-Ž5üØð•«VÀ—_.PK~ýõýêF¨^oµ¥œbsÉw£•nr0 ¦RëB¤*š}.ƒkþKOYáÅõ©bZ®’g¬ütXcow;§&íúÒBõªEs3aÂÄ &À¡AÖ6Û3K èÕ÷k›&Ãÿ€Œ óÃ[†8;ØÙ8¸µîöÁ¡'…¦xeé‹cûû¸99¸ùõ³àE©RSÿð7=œ]|Z.;õt0Ð)£mY^\T» {ß1_ŸÐõVÁvɇÞΎ£ãòË*È—Žõsuèºî¼Ó(ôXé&çÇNþk»¿ ¤skªÀÚ¦ý’»€Á`0õš¨…¹w¼’©|‡}Óyyì\z›–Õç»Ýçȶ£¶lÝ06™ª.¿þú‹îÒ§çšáðÓʇpç«Ý0ae'à˜{œ2{õšÕ_Í™wÿÂÌÈ/Mñ»?´ùëÆ}ýÍ„ Ç·ø`æÞÕé fG—¼Ú0}†®­¾NõÙþ=ñⓜÖæ†Ë6ëzÓä'E‡ù·Íyzi|ô¯šòE öËÖoœÞÁYKßð(ôYé&gô¶¨%ßÝ€ó .Ëg5 ƒ©ïÉÉɉdǶ-6o óõé9uâñ*÷lîߺ6š™7çÂ1Žìaí2 ŸÔÌÛV,ÂßÁ.OAÝÉÎoįpª–^£ˆ‹ $HÙßÛý¦ªIöëSܽRÍzå¼ÚO$Y6jáö§ÙÅåG\˜gÜ€¯½PI½È9B¾C Éq(ÌORë$äý¹r­+).AEôuªÏÖÏÁ._A½È9¢<Ç ¨ mû"OäHÐñ8æ¿PËã2òZ[r45M…>+ÝM4.Àý„Ä+9ùp æDÀâÔ[ÿ ƒ©›ˆÅEq/xmSFzÚŽíÛFFUÏõ¬̌§‰‰……5t˜æ.eYÒÂûù°¦gû5å²ä…÷ò7´q¤7LzTœ‚½â“ÀΫïÎ>1ëY™²ÍÂÅô¥Ç¡Ó׿”ªænÜÕÑS0kDÌK©ÂˆÓð7cð€ÒÝk¸S][ÓžŠ¼ILuI{'ÞÅŠøjMÄÑqgF­W¨B#ÖÔÕ8v䮃Á`j‚ l¬m‚BB\ÝÜé¡ja~^îƒû Íšµä››#„DB¡½½zïëÓsJ(0vÕ7½=@VxaüôßNÏ;·á‡ßtqz1#ê£/o“q÷Ï9+wÑ&^<Ök™jõïíý‡ Õê.xúrruäΉ‡€à®@ ¹$RiñãË_JUšú†½-iç4ójöè¯~Š"N€Sø"022+ØfÑ#Ñè¯~‚þ0¬9ú«Ÿ¢É“`ÛøsÚ4•…nr¼m 6otmý¶yð÷í]tM"ºõÐb0LÍÃår¥2Ùø›ÇÁÑɘº!ª¡>zø°EË6ff½gê¥A­ç¼1Ù>'jÌ'—6ÅÜáÝêų‰Xh³ìy¡}óoÚZqiáþM3bfoÛ¼xa¯ñË;[_ø§èíë› {}øä³)ŸíÿeÉ"°h7xÊæŸ>“1Ð)#“Žn¿0hÚÕ+­'®¸i@s*ûêÌ­·œ‚"~Š5éýÉ•…nr¶íÖ)ÁÝÖ=òñƒ‹á†_Í/: óßbcgÞ®ý½„„®Ý«ô5½®þ{8¢[OK+KÇôsqft¯nÖ07n\»µuêâ™û_¦°33¦ŽÁ`0ÿ%l÷ðþ½Cb>ÐÝ[£× BQlv5¸Âüçôé;€Í·ÿ`Ñ1\1Lí!`³Ù&¾¤ÐÕVÀ´Nb*Ǹ"¤ùÏÀ`0˜š§&~_ˆÁ`0Lm×B ƒÁ4tp-Ä`0LC×B ƒÁ4tp-Ä`0LC×B ƒÁ4tp-Ä`0LC×B ƒÁ4tªí·ö†9q,Ö˜ ƒÁ`ªÊà¨F¹L.SÈdT•ŸÏRó „X$Éæpy<Þû{¨K ÕBøp¬I™Æ`0LåØû{…·«‘HJ Dé%ÅbF…Ú A––Vî^^ˆz_µ¼æj!ÈåFÞä€Á`0˜êE.—‰ÅâÔÔ—M›µ´wp`±XÆ,j2™L$Ì’øÈÆÆÎÆÎV!—³¨ 5Z «þøT ƒÁ¼2™,=-µy‹VöN¥R*•Æ,j,ËÑÉ™E’Ož<ìÒµg}¨…ïòfw ƒÁTE‹‹mmí(•²î.H¬mlÅEb’|_÷{Öh-¬sÓpçö­v:+jý©Ýº'ƒ©y‚@‘,¶R©0¦[{!Y,„P}¸wê`-¤©+aו81̪ʙ9¥R) VõõUµïk½Ézƒ¹…eXx»°°Ð¦mzÿŸ‡ª€¹…å»î5l¢‰VØw†·þü&Ý~±¯—…À£HI!„(•ÄÛÆún±\Ë<,¼ÝX¶|92HõƉ*Ú¾ØÛ§ÇÎgtûöžåmZ‡…·kݦë7{n#ʧ&<´Yh¿ßïäë*˜ˆz욘>" S ôÿ÷@•ýS(•……梂…RiTÿ=ý½Wj´ÂkNÕ¿7®@~ÂúÆCfŽOÝ£ßÈ8†Æ½FMÔÊ>c"ÒCëBàö–¤!­X›3Äó=%™;Š­ú´´¨ðne¹‚ú÷ÆuZ²bÅÊ…_~Éè\M5Æ©µybõã/.z"„ÒÏͼ¶èRÜõ@WQübZDYŽ7Öõr×òCOMöõïšùttê>Í]rÅå˜ôýI=v-ÞiD ¦Ú@•\*•Ê‚‚BG6›ÍårrsríííêßêФÿkÕ…æ—ºa×ü㲂st[&¾7ePDûŽ[µíýû}!-|ñûÌ.Ú…·íûû½r¡$ëüÀÐÆm:v±èµ+FMˆ]0¢s‡ÐàÐÁç²$Z½3ö¨‰VدÏU¹¿æÈU¡¯Ë¿ ;û!”~ê¸cèÇ´Ž¥•àð¢Ñ]ºtúèÀKK+BèÔ°¾Ð®}‡ö»¢‰SÓV)}½¾¨k[Bhý§ûfZÓÈŠƒb[¬>4}ß§?꺢NáŸIßLæ Jsã†umÚ.¼U×q¹¥¡{Ë;…/¼Ck–dþêä7…6¡%Œ“Å8"u/ƒÁT íÿ¹UF]Y,–B¡`±XNÎNyùùuúÒ##5ZÛ5§Šn¿¼°ÜÒuÝÞ5´ÙêÙ§mÔcîè¤àÞû˸юP”t$¨ßÂÑ/¶ÀOQ;Î?"ÊÿEì„So\1jÀ©¶Ë®|ëŸ|lb¨í¯®ÏÔì±G]Ôa§ñNä¯Å‹mþIušæÔ, åó+è³ë¿$7[¬V;Óâ˸o‚@0 Býœk›ë×®Ò®j NÍͼ„¯"§Óí}¹’ÇÞVj5×dINs„V2úy~z©¥ËpÝAýС§Åœó7£ü“ŽNè9xë«ë³§.Jn±Xµì °|Só{Ñ›š z&K߈è^ÞÇGƒià xçÓŒJ¥R$*prrd±XJ¥’ ¥RÉf³]\\23³8Ž1u†­…štèØIYšó,Uºñö#Z²"!ßåÓÈÝ`IŠhaqÊ_cÆîH)TqXDiÞs€-ðã³Â[}ÀðJ€£4`å@_ð¸²pR;€™š10öh˜˜~î3w§L ÿÅoüw<›Æ fH©×§mjn§ÖYhÀCÍÄ©ææòk1›¾7¦U;Ìÿö×j¡zPÞ$ßoÐÊ‚Ãf™Ùöžj3iMJÑ¡V³¤ÞþT«G¨©8Ë7‘lÙC«Ë.fô®aŽæ[“„ÿóÐ â—[Í?ÐõwùR' 3(­ä¸¸MôÂëcç\Nó˜ÝŒ‹h¡ÉÒ7"Í^0L5òNëB¥RYPPàèèH²X ¥’ ©L–ŸŸïààÀãñJ%›ÍvsuËÌÌprr6Pÿ:u¢ïÀÁú6kÿíõB¢×œ!Ï\v?!4·…Ãÿv'Ð É·“èF†\åë.@ÝÛ3KíáÓ@›%gSB)§©…ŒšP®ù×›Àé{gîQ­°BŸ²ìíSœÍBÍ>ؾl½]óÉš&ºm{6™-SÑ횉“Þ§n7™Ëy³gúÚ¡›F.xQ,GÉ‹_̵åƒï§éºB:h §Ú,.u±M£òP=z¯*¾¼àø¼?:/¢eÂ8YŒ#bìƒÁ˜2éO©Pˆ„BGGÉR*”2©L$ÚÙÚ óóeR)„B®`‘,7W÷ì¬,…\®×€@`­wó]ÿÞ'5º.Ôœªò6iþÖ!]&¬^¿rì¡ý&Î û]i†aó÷¶ö€]ߌÓ¹“›]@Ï/ÎÑVãl=tH§ïý#>8F 5 ÷Í%=צä*œ¶Y£Ò ÆuÑ ›äy ³•Ÿ0›fABȱÃðÜÉ3»ï ašF{í˜Î½»DØš›_¾øWÍÄIo>Ùt¬Ý¼XµÜ½×ªý¹+¦õí&csJî€éû¿ìé¦ûùaüD©…m›üÑÈΫ9rž÷χ'Ñr’絬iégwáa{g­à'K߈Œ}˜1ÌûE©TŠD"''gõ5B™L&å;:8r86›››cgç`ff¦P(8އ‡gZZª««Û;,ýëÏ“-}_ %rʬix¨ƒYV"Fˆääd‰D²cÛ– ›·Š„ùúôΜ:ñáØ Åâ"Ý]ÇŽŠèÖÃÎÞ^w—šÇb?;!7'Û€N-äÅó§í:tæçSüÑç¸&M–Ý}àùæT$ƒ©ßœÿë´î;›Äâ¢ø›ÿöé7Д·#‰ÖVl6çM!” ó…ŽŽŽêR§P(rr²íx<3ŠRq¹<…B‘Ÿ—çìì¬ëíìéSÃF.*,ÐÚ<{ú”g§ÈNfò¬q‰¶½:y*Mø|ùâù!1ÃtËßÜ|ß®QC‡éšˆÅEq/ôÓb6#=mÇöí#£j´×Ñoýu%lÝ8{ôˆQŽÁ`0ŒH¥evövt!”J¥"¡ÐÑÑ‘ ˆ‚QiiŸo&X;99gggÙ;8š™™Éå2.—WZZj̱6­=¬ˆ2±Ü:H.þ›oѨ¸DjÌâý‚k¡qêJØu%N Só(UJ}·ÝiB’¬Â‚B'“I…"G{G„H$²´´´±±“H$yùyövövvYY™v¶v|¾y~žÃå2:çPJ•ßL‡¨2 ¸ q¯œX"¥("X<¹ü?~±"®…†ðóoT'ÎëÖ•81L-ÇÒÒB\\,*ñ¸\G{‡ eeeNNÎ*•ŠÇãåä”ÚÛÙs¹W×¢¼ü|K K;[[Fo>VÜ;ÉÂk Š³žp¬RÑ»2Jx ÍÆ1÷e´­ap-Ä`0˜B¦ü&IÒÆÚ¬­éMÚ„Çãš™™˜™™ÑB6›íà`ïà`¯©©…K«V¥Ooý+‘¢H3›VíS ­éžwûNFAÅmŽ”Sb{¯àZˆÁ`0C‚¢¢¢üü|s>ßúM™4’-hfi-಩äE…åW=[wI͹,’ Ä†ýÔ5W íÛmLƒÁ`0ï„*¿a±XvvvvvåO×z7?HQ\ dÜ#-.øo˜Ñ æjaCWc* ÈdòI/ÅÅÅï–} ‚XY5jäÇãréb0LÆ2ë¼1•Ê P( ‹$¥s¾¹­­Í;ý”‘ˆî=©Ô45W ©J³¤ä—66ÖÁÁH²’È¡(*+;'ùeJp~Ö%ƒi  0éz!#……Ö+77·âb±°@äìèdÌÂ8ÙY™ÆTj”š«…•›…"qq``#‚ +gAº8;§¥eTÚƒÁ4dJ%%înî*•ÊÌŒ/É̀ꨅµš«…U™Z„ 4mK^ÝÈqÝ€ A’öþí-}ÚiÊB•  êT*` ƒùï¡(J.—s¸\‘Hhnn‘ŸŸÇãò¤R)—Ë­ô¹ºÚIÍÕÂJ/ϵ …Éÿ~»r ÇÓ§/•J/œoá®%¯tU¤Òc0LµQ©{g”J¥J¥âr¸B‘(;;›ÍáXZX¨T*¥RYõ«†µŠš+ìB•øÓ5DÅXW 'Mš”œœlff†(ʨŸû«\ÀUÿ›1Àg|¸¥æ¦Q­¿Ðku{D'×JûÑü#XfÓû{Gy° è0ö[-3øŒèä:¼“ëÈN.í¼ÍŒêëškI4C­ÄŸ¦C»sô›´8º[íâ6¢“ë¨..¡î\FÃ\Gtrû¨³s°€0Ú‘¾?ÆôVqŠñßø§û¦Šp8>ŸoccãâììîîîêâbccÃçóëY!„š]ÓЃ)†B¡0:::)))((hΜ9ÀdeŠŸÔ€«ŽH`׌_ò ´Üõ»vÑ.Èößç…t{ïßo/t¿«Ml}m SÅNAôšù6kÐßoµ@;$ÙìÎíܨ²N½V³¨€ÖØ5C­j‡þÜÛW•¥“Ýòà?J Yœž]\#¤qy*-Cz v6ãßËÕÜE`â}é5eŠMïS¨Ê½3$Ij­´«ZKÍÕÂJg1jHQÔĉ“’’æÏŸ?cÆ }VFýÔ&\uÎ&H> µ¾Wþ;Vº /ûþÞ<‚$¸Ÿó¨ˆ€ÿ ö[wâ%­F·ýC]`T7@hÏß™š ´]ð tìíœʑ¼DtènèÐÑ—såbf°«wGøDŽ€`qº¶vô± вóöŒý²¹üþáö6$")åÅ›¹iòòŽ>‡9óæDâƒìëÙJ£1ÐÁS ÅÕø‚)]¬©Ô< ÙÜž¡N‚Í¢nßÉy$¦ôù¡ ÂÛ¸»—>°´Ò U_„§’$m9æ„òœW2æÃ’ Ù­ÙeÛä´nnuçúk¡¥”_¾)þ¸ƒàÒy£a±°ÅõQÏÈŸ/JÚ8pJ^åžÎakãäÞ‡ÌßýDl3ÁÔ.Üçòߦ—ÇlïhI)EyEjçŒiÑìåDÚ»}“Àü' „‚””aL·öBâýÕàš«…•£abbbZZZŸ>}`×®]ñññcÇŽU×F«JP-T"àª#ÎÎ}ÙÜ·£uáÕB Þt!Î.Ø›ª®…å”NvÏ–¿éI3„PÒ­Lˆôß—®)Ô×P·Zîÿó¥ˆ6—á¨åšÛº*‹båTÑ ùÀ@nâC)4wµËÉýõV˜™R)s¿-Û;)žgüž©°uwÑ^°5®|5P\xð¹‚k!˜ÚÅáÚ™,£1¨%ò21›çƒP.4 wÉ{˜v¶ˆâ˜[Nílÿðl®~?d×îÜì¼Øä2€bÍPõEè_ ÜûXaãæ4²Ý[¡Ú3ßÚ¶4³n7áÛKTêþ¤’BÏ !íe4­lçb§ŠÕáù‰ö&* ´«›V0ùÉ"›^¶(1 œƒ9ϲi«òô¶s*}–q$SaëîÔè1-š½`ê$IZ ¬¤¥¥fææÆtk/ÒÒRµ€¢(cŠ•¤&k¡1 =è*•ÊiÓ¦½|ùrëÖ­¡¡¡+V¬ðòòZ´h‘a«JPu*pÕA®Ü*šfõl¼é‚knÞ»­À†KPØ<.BêZXÁСîÞ‡ET¿Ö²KŸ¥—*tFäÑÔ*+1 !½Z÷±'d¨:رv]+£ÍËÊÔUVÛs[+rg¦!eù­=*/*—3@V"fqL‰A+Ïôf;[–¤•[Ë€Ÿþ]=%Ï3ÿJûH~µCC"(Èšµy+Ô2w æ?KÈÓL¬VງÇ讀@)“Ÿúç­á¥ …¾t)å¥wåNíÌÉÔÕ}þA¹¦®>´µ2Í^0uÏÌÃÓçÅ‹gþþøunuˆ*“H’“_´lÕV¡0þªÊQsµP&WSaF×ÍfoÙ²eøðáÓ¦Móññ)))Y³fyů<ºV• êT.àª#“+e9¹ñò€^yð¦‹áíî_~y¿Pká´BèMh£•–ÑäÜùdwËë ÌÖý•këãÈ€”kiK‰îN,–ÀuRcÉîÈGç‹T@®PÊ*~ÛÓíÑÃAÒT(yÓ ‚1¨ˆÚ÷QÈŠéMààùWâŠ10úyš%ëìl¦zYªŽOíP_„BuÆÞ"“+ˆÕÏ… ºÿRª9‡º&)†gi/—éî8û t(’ æöý²sn>6·*¦–U˜MF}Æ´hö‚©p8w7w sógÏž‹ßžE¨+a%4kÞÒÁѱ¬ì_”h"5W +=Œ†!!!Œ‰‰IJJb±Xýû÷7jU骅J\uhŸ×®æÏêå¢Þ„H¢B¹ú9«…¯¨…9qOBÙº;©… Y¨äÍ¿B­S£L&„#¥g‰3r¥¢¼Ê¥díH)7·rvãç­;[~ñÒÚÍ}\+ós—ÅWò•øûž•€Ÿ–!Æ~ÿ«zº±§+lÝËÄ"ýçiµc€ŠÐú$›Óµƒýˇ¯éÍ¿Eª~~¼/¤`kÇ-Éõùytï5ÕÂóã°ýšPY1Eú"ìáÆ>‘®°uw”j5ãáZØó óUovݸ#žÜÙñÉùl¡H6·w'Û‡·SL<žÕBÆ` 3r¸¡žÁ<âUBªVÿ«è8í<ÕB¦´TèS' ‚B”ƒ““‹›;I’uq]HQ”R¡x…j²VúÞ}†!!!±±±QQQ3fÌ`³µR ïy×€«íSZ,:_`×ß¹|ó`Báð¾¾¥¥ªüÌ|+Zxò¦ð£î>­K•yYB[Zøg’d|Ÿ2%Ú~îhD¨×„ zvö¶$dwï§k¨i+‹WwsÔ¬n_QtçÊk‡ö®Ó|I9™‡Éû½y93¦‹Çä&ˆ¥R¹,Ô æmÛ` 0©·@½x™y(YF ãã^;vtêG( ¢(/ï€P¦Ï…У{¯©æ^Ÿt‚mWó5CÕás{§ !\KRyìrãaéd•úPô63Ùûxƒ{ú²(Ä"Ñ“§iq™ çµ9•ü\!1ØÖå(Ô·€–§7.sD7¯É•Âl!€5-dHKÅ^0u¹L&—ÉŒi5\ˆääd‰D²cÛ– ›·Š„ùúôΜ:ñáØ Åâ"Ý]ÇŽŠèÖÃÎÞ^w—šÇb“¸•y®Jòó'þ5%Å·¶­ýaƒz311Q xxxhêÌžõ™UØM‰®Ÿ£rcêKG†|½?Ѱΰ¨À³ÇŸ½¯{0 ˆù¿ƒ£bŒiÕ7øææûvíŒ:Lw—X\wñB¿ƒuwÑd¤§íؾ}`dTÍ­ +}^EË H©TjffFo†„„héK¥R’d™xN©¨tÀ˜úÑ™=xô™a 󾩹ZXéó*Z†|6K. (ퟫ!I–™{›ÚsŽ´ÒcêKö>2¦‚Á`þ{j®¢Êž¢T¨ÂÅ^ÇV<ÇVúÕhtG1¯tUåÝÆ`0LMRƒµ°Rë3¾EQ‘H °­ô½O¡â¢3¾EåÀ`0L½§æjaåÎÚ:8ŠòrŠDzoê1žßÖÁ¥r`0L=@©RRJU]ü'ˆ" ‚$Y,6«Ò‹"£Ô\-œ3ØÓ˜Š>üŒ)`0 NŸ¸Í(—+äé©iÞ+0*ÔfH’¬Cš4õñõ1ðò»*RsµƒÁ`05J¥ÊÍο}«k÷î>>~,˘EíB¡P¤¾J¹w™Ãfyûú¾§øq-Ä`0˜úŒR©L¸s»{ž¾~þÆtk#' Q ›Í¾þÏ?ή.–Æ,*CÝ«…ÿü÷wÜe $IvîÒµS—:5I ƒÁÔ'B¢‘—·1ÅZ»‡gAaBñ¾ž…[÷jáÕ¿¯|»r³ÆR©tÉÂùµ§´Ô¹€1L}‚ Š¢ÞөŃÃáP…ÞÛ;›*¼ª¸N@Qc]),,œ4iRrr²™™Ùû{ÇU%аš÷pÓ¦M»O8¤¹i@™‘Í›7«ÛÑÑÑt£~4‘ßh޴鸣¯ è0ö[]¼þgÿ´£‡DE‰< zìÚÝ·4wM=$:&2r`̸™$¾Û ëÏ~ûIïÁCFŽ[­)ÔLWê‰q£cSèöÃã›GEŽŽŽŽŒ¹éøCСiÓ¦ÑÑÑÑÑ‘ý‡Œ?ú¨ò÷;0&°Š“ˆ©£ c”–Jîß9sîäí»·$’cê5 Ô‡ûHß+B¡0:::)))((hΜ9ÆÔ >OVHë7ÂÓʘ"3[·n>}:Ý>zô¨aey¹w×°‘‰wBôWútÞG¿4yw6Ž\‘ºõ·½ÍùP’ýp0ÈOØ<âÛäm¿—ᄌ~ì¥BlŒxÔ`ÑÁë—X²ô~V/þôìã}nýÏ·“w”ìÛëkÅQ”¤,1ê[ûc ;¹héÓcÏ»³¹ï”¯¢¯þ¨¹K¡ 8“¾ÈV%¦÷‚©<}þÄÙѹeóÖéi? ­ÌC¤ë(õá@§(jâĉIIIóçÏÇ…P“å+zmüôW-ajì×#FŒÙ?rìÑ'åKÍ…ݾôéXˆŽŽŽ:˜Vº&ðïÖÙ={ˆ=vÎ `€úa×˹3gwU:!,£Eʲäo?û°_dTtTäÌ Oôõ+Þœ1b`dTäÀ3n ¥´°iÓ¦W·/3jX¯®ý¼˜I İsþÞ±Û¾¢«Xº4ûdñ˜ò]swÞöµz—}£“ú¸ƒÉýÎ5¼ŒBc>ˆ™¶î10¡’gýVÒ¾‹5~[zbÜ–…¾VàXú~¹e쉥;­À¡ÕxYÑßt»iÓ¦g¾Ÿ5bøÐY§Òt{²ihÔÚò%fiî¡Ðˆ… ‘À²¼«“"{D>óûsj犒'‹&ˆ3(rôѧou/€iHdf¥»¹y”••ÚXÛ¤e¼6¦^¯¨«ëÂÄÄÄ´´´>}úÀ®]»âããÇŽ;cÆ cv ·ˆå]–uøááèYÍìÔB—.Ÿˆ±€’W§»[÷-£m÷M¿CӦﺪ˜µíìÞ› ~fl雲¡IIÚŽûæÃ²æ¹M übËÓÁ‹[ÀÑ)“Rº®<³!Š²Ë¬]˜ûÝ;é þ”½Çûx¿úköG“ö\=6‰–Ÿ÷ýx×dï’ׇº _2³ÇÏ`0†Ø\Éw `âH®ä¼Ãýi&ö»vßÁ¿ ¦K”¸Þ®×Xºý‡°ô¢F–n–æ÷˜Ïh˜÷ƒ…ã õf\ȧ¾ð€_¢>Ô ÌoÌÌ×½×Q³#7í žVa)¹ò|»i{îãrföÅ7ÂØO¦}ylyÛ’Œ¿ºZ}e•V/˜…“£ó³OìlíŸ>{ââìjL½^Q'×…J¥rÚ´iüñŸþ™››»bÅ //¯E‹³kxìÙ?Œ8ðù¥ÆÓ&JÒã¦ù 22jÌÿ~.žÖo\¢‚mæ/øîÀ‰+e®îÞøU±M?ÞQ_dœZ!Gï —Ô–V°váëZÑì|)ž×ݼzÌ/zùv±;¯‡XzÅÈ‹ãi‰áÔ|;vDtttDÄÛ[–¯D˜Þ¯aîm¸Ýwü»=5"::::&jÑ¢5»æª…_ö*w¢OÐù#ëÄíi%@ÉVžÍ;ÐKÓÛooô½{¾-º[‹Ž-ž=fÆv âíÏ´Õ½`ê Æ.Æ!„Pã &"‘(îÊE’ š7maL½¦16Ä*Q'×…l6{Ë–-ÇŸ6mšOIIÉš5kÌÍÍÙ5Dì›ÿo¤eÇÅW²Ô’™S—Gýz.&Ä‘R›·*¯$@ ÊÔ7G3šÌÙþÁµ¸¸ó;ûÿ|寉%©ÇæÎÚá?îšã"_~=Oõtb¯X²œuÏ æÙêó¯Ÿ %Ëœ¤7YåoÑŠAS9ÚÑb_†d²—%,üýhœBŒq²ØV2ÕÇÀµU#ýÉ7=³<âVî<ÒÞ|_¦d²gù2T’¹ÏÜ>R׈q•iÍÖ­Øo%Cÿ×rÒ÷ #¦]Ïr™ÖÌ‚££©­¯DhËÃ.\í; ™zÁÔ,,,Û…u€°Æë!ur]!!!477OJJb±Xýû÷7fÑp™¸éÓs Þ.š³e”—›[ª†[q¥@Úå··AÚ²È<…Þ\L<©€hѹïô‹$¯/€wÔê£G=ztž§enür™÷qÎÓ[ßéìwW`F+ûÅ{ïÐÄ9RÐÓïx?Áš¸ H¿¼Zà;ô¡ƒ&ãWŒümò’Ùz“R¼}7õ¸•£vOYú0·ü*fÑË›¿žÍÓû5HqÆ/%AÓ9oêËø¥~úmJ‰%)ßNûmÀWã Ù3Á˜[×E%׿;·üLøü¾Zúükã2 íÒ*µpZû¯Ž”¿UêõƒW€iØ”””\½veïþ߯ü}¹¸¸Ø˜ú[Ølv›6mÚ¶iÓ²uÄ‚-o/H×!êäº&$$$666**jÆŒlvÈûÆÊsäÜÆ;–½ùíÀÆyQ3† ¶u¶ñé2 Ž~½|ÜÇcbº8úwùà-\:¬Ýˆ!Q6|~쑺nuM%_=}L¾Teò˜/6iéŸZùoè‚·çúœÛÏ/›5"]Ö?zëÏÏç,î{¬Ô‚žÝW®ÿ4˜±ßQ;ÖÌþtJä¶’ç¹î—@†cp ¹oþžU³Fe•±¸\‡m1aîºò]m>Û7ÏŠÏFæÈY R°mýÆÌÿ Lî×0/=ÓzÆ/êM׈%?åÿ¸àÃ9‹­Tq{Œÿifí›H‹ç9/¨lѸÜÖIKÄö•ŸNù“£oû åçÆ‡oßöü‹Åý*¹ tk5cKsÀÔSL9Íx÷Þ/OÏκ&§$ݺ}³{׆õ5¹}û6(Ä/f÷îýrdb 1‹Ú‘œœ,‘HvlÛ²aóV‘Pïë Μ:ñáØ Åâ·ß£Õ;r(¢[;{{Ý]jN‹í?8Ê€‚é|ûÍÒµ?lPo&&& MÙ³>[¸äkÓÿ­€©Ucª™]:Í»pÅMçT$S½œ>qlpTŒ–P&“íÛ³{úgŸkÖ²²Òûî½JMñôðjÖ´¹@` »÷þ6vôIJ²R¥R¹ïàž'L€‚Ñ•¿ãR^¥4êÑÍÊ’á:‡ÃQ(t»$}³{x|QÆN(˽üaä§/eÏoÓñ½ÝœøÉ‡zF_ÿîþú°ÜÛcÜÛz,. ä³gxÙt¸“5Ò‘ÏápN-»âäô×âQ›þZé­ÙË–?FEÇØØj_Xá››ïÛµ3jè0ÐA,.Š»x¡ßÀÁº»h2ÒÓvlß>02ªî#%IR*}{`HHˆV!”J¥µê ZëRÛÆT;?þ}BL­âî½;nnî#‡Ô$¤é'ˆÀÃÃëÞƒ±¸è굿½=} ??מ:u™ý¿9MBBââ.ñ `á:¦,ÿ8ÝÞÔw¤Åÿþ¸w÷Þ±Yü‘}7€[·É¯í€'ënFD¹­H,PISvŒp,¿oîXм¸k7ï^žõäÉúºxÔ½S‹»t]ºhJ¥÷†‹Õ¹KW}{kž:0ƒ©÷¼JMéÜ)¢TRbcc3dèþCû£#£Û´½yëÆõW}}üÂÃÿßÞ}FGU& n™™$3©$¡7)I]@YAXQÄÞ@²WŶ"®ë*¬»ëžóbÝu]{Y‘}U|×(UAJh" `P’ÀÌÜ{Ÿ÷Ã@€´IH€Ì<ÿßÉÉçÞ™<æî{gúìû÷ŒwÆŒëóùvíÞ•¸~CΕÃ+9Ï«*Oç\wM;!DûkŸ>0:KˆÉ±i7v8|Gžÿ^^Rú¯/F\ñç܃“ßMÈx¸ìd­éW·B$¶ç?4©ê ׿ÈkáE¿º8²>º3âž0€ècÛ–eø`ë´Ô´;w$'%¦¥5¾ùÆï¾÷Î5W^sñ€(„Ø¿¿`ÆÌãÆŽ÷ú|;óvø|ñ¹›7uèp~ à¯tûeË‹÷¼›zeÙ¯€? u',ó`†ïñ_|á¹ýµÖã/~p£{]çû,ï²c›´«z¬3!òŽ‘jKÊS.1ìžÝcÞ¼/~üqÛíùñ§ÝÞ¸¸[FÜúÁ¬÷ öK)÷ÌxïÝqcÆû¼¾;¶ÅÅyóóò.Xpaÿ‹*^öz2t#P¸ý#þ2øñ‡B¿ÞÛ1iÊg?H)w|úpòù÷…v¿¯ËœïjsÛåš‘2Þ3ï‰ÿæMìŸ^n;ån—-9sh!¨à”®ÄÇ'\1lø¢¯íÙ³Çã‰ÍÛµÓçuëè™ïÏØ²uóŒ÷þ=vÌx¯Ï·mûVŸ×—ŸŸ÷éœÏÆŽ—’œ"+#„èÛ·_¿~ý/¼tb쭯̸­}hù„ß8<ýºÞô¹þéÃo:1´0½ßÖì>²•”rØÈÖ+dö°OÙvNÞæ©rf[xöŽ‘&W8ùpvTÌIbbÒUW\=ë£ øU“&Mvü°½m›vcF}îùg&Ýs¿Ï¿uۦĄ¤¼ü¼9sçŒ{{jjZUA*:õƒ²a1ig.^]n¹'yhh¼”²ë£K =1¾¨¨°ÒÛgû…ýÊ# IJJ¾æêk,Z°{÷n¯×·uûŸ7þñǦÅû|¹[6Äûòòó>›3{ì˜ñi©iW?ËÂý‰uB @•&99å†ko\°pþ®Ý»â}ñ¹[Öܰ)'!>!//öìÙã~Ó B(i! Ž*Ý/ III¹éÆóæÏÛµ+?!>qÛö-‰‰Iyùù³çÎ7f|ZZƒ¡¤…€:“¡Vú“šÒèÖ·~1ïóüüü&›åååÍž3çö1ãÓÓÒ«YëlÿœIgïÜÀ9Sí®•ßï‚.¼ø“Ï>ÍÈÈÈY·nØeW-ûèÑ£§ªµ¢ -€è'¥¨¦…ÅÅÅÅÅÅŽídvÎÌY—Ó5³›tdqq±Çív»«ûШA  úIQÝ~arrr|||“ÆÛ´iÓ§wÓ4ãââbbbLÓ<ÓoÔ5´Pí~¡Â0 ¯×ëõzO^¨H-€è&¥Ôu½¸øpDŽmÛº®Ÿ¹6ÓBˆfš¦%%%8°?55-ÜØ†ëÀÁRiú™ºö@43M3»[·o¾þú‚¾ý5J5Œ3•“3Ķýû V.ÿ¶g¯Þ1gì¤VZÑÌÐõ¦Íšegw[»fUá¡BÇq­Ѱ躞œœÜ5;;55-&66ÜðÓD  ªišÇãiß¡C‹–--Ë’Ž£išˆRJM×ÝnwÜ ¡ … Ó4}>_¸QꊰÇÔ;ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZPn@½y÷­×à à8K-¼êÚëà àÜà)@u´ :ZP-¨Ž"˜”2Üðê¡…š¦ÅÄÄ„@=Óuݲ,MÓ £Z˜”œâøM—«ÎO€šÒ ÃåvÿòóOIÉ)áÆ†Q×ffe­øvY¯>4iÚÌ4ëaƒTOJi[Öž]y«¾[Ù³WŸpÃè‡t¥¦¥wÍî¶~íš%‹ÕËq[ÂÒ4-)));»{jZz¸±aÔC …M›5oÚ¬y¸Q4Dõð~!TG ª£…€(T«s9kÚBMÓŽ”–†@ƒ`Û¶Z /ïi “’òóv9rÄqœpc8g¤”AË:r´ôè‘ÒĤäpÃ…¨ù5»d¬]½ºsFF|BB 3 À9¡ Q\R¼1''»{pc…¨y “’S2²²¶mÝZTx¨Va8Ë4MKHLÊÈ̪ádzմ…Bˆ´ôÆiéà ÂÔôýB¢UM÷ s7m7€§s—ÌpCjܾý„@ƒSxè`¸!5naM¶@$âýB€êh!@u´ :ZP-¨ŽTWÓk* slÛ²m¡À&K)5]×uÍ0Ìj¾, ©9Z =»woܸþÐÁCáÆF<]×â:uîܪuk·ÇSé&¤Vh!€ˆçØö¾}{׬^5pРÖmÛ™f”¿²?|ÿÕW_¦ÑºuÝ0Ê `B­Q^”OX¶•³fíÀÁCÚµknl4p¹Ý:v6Lײ¥K›4nëõ•À„„[£<Îñ¤#:غu›p£JË–­ ƒïbBj‹ˆxš¦9ŽõGËq¹ÝŽã8•ÄԖZ3 ºÉÓzŒhÕŸ6É„Ô- )å†M9{÷ý\é½M7íÒ)ëô^OU3s~ÎsÿùÆr!¥”B )„zÁù™xi¸UZ@!Rʹ9¦itYÅÞI)7ænؘ›“ѹ+9¬že;Óß[úä„!Þ-5ËŽE¥Ö_^›M  á’RnÌ]of—N%%Å–Uþ$ Ó4»tÊÜ´eÃÆÜõÙ;¬Ä¶ÝûÛ5KÑu-tô5ÑóåÚü€£ù-á·µÁÝZ ‘“F D )e5oI)7m>Âïÿõò†‡&Ÿò™,š–ù·§Î›8±KÇÌÜÍë7lZé{‡ÕOÈiX¸jÇ_™·ô¥ Ç6+¥#EÐKm´ÄÑ@P×´ú}гƒˆ~RÊM›7† áŽW^Ý1uÚÀ¶mݺn[Vè§Äïß8uš”²Ýwv1w}Ά5]3»Gt닔⟳–Ï]¾õhÀ- 5Ï‘Âr„íËÑlG*<\ýv,®©ýr7o0 ½K§Ì’’⯾¶ýñ'z¥¤¸5ͱmé8¡ý'at2ŒíS§}ÿÏ‹‹‹2:g ¡­Z³¢Ò nŸûâð {tëÑ3»k—ž—\ÿÖêý•«£rQDéÑà¤g>ýnëÏŒrb©&¤ŽÔlGlq¸ä¨ Îh“ZéV¾=õ®™=zôÈêÚÿ‰·W–-/ûKöÌÐ$õ‘÷7WºúYÐ &ꮚC‚?ïýiÈ ËJJŠxýõíý±[|¼)„mYRJ'DJé8.Mk/Ķ'¦Ù¶Óvâ]3³gýßû=»÷)·µ_¾™ÚoRîg —ôn'„Ø»aþ›¹E²{Je\Wu9ÞX/ÇHwï-¼ç™Ï:¶m~õàN—!„è5öÅãwj÷?ó±Â0´_÷î0eÔ%…Å¢ÂsÞ5wÒåO-]¶ªc‚;xxË}/º'}ÍóC[„î•RçÍÜgìå¯,âªóêþ„O- M–̹ïÞ©©.M³-K„jj¡m;Ž#Ç%e[ËÚü蚎ïKTö!&OznÒœ¡ !Ò3‡LÎBˆm¯ÿvÔË«íÀÑb;yò›ŒéÞHár¹>ýÓè¿~²~W~Ñ-Ÿû§«[ !¬ÒÜFÝñÅö¯á´þÆÓº¯ùí w®=`õ{|{Ö˜n*>îÙ·bÓîG^š7ô¢n]Ú5ÝöSqv›ÄL¹ÉÔ…ihnCx\†ÇÔc=._œGÓÄþÂRÛv*Qž>áûìì˜àB¸â;>óßûÚ™þüÎgB÷mûh`¿»FÌX1ùÒVå×<‹h!%ÛßÒ”Ò¶¬Ð%Ù¡=§²†˜R )-Û¶§ÒôzmOñöó+.o9ì‰oǦ ! ·ÎluÉä1»_ -ÿ¨ã˧t(Üþró~wüéêÏ…¯_1tËð·68Hq`w©âõaWf?»öÕž©‡wþo‹ ï³çíŠÛ?Ëþýùºwæ®»iØE¾¸Øí?»M±)¿Ðmj.]¸Lá15—¡y á2E«Æ)¦¡mÛµ¯yZ’Vá<Òw~)ÙÑ6¡ì×Ä6w•üÜ^ˆc-ìÛó–›?Ú>ypsqNÑBJR:ŽBضí8NèŒy"†§ì !lÛrl;TºµJϧ)Úñéˆ/í8d¹ ­tïf!޵púÕí…‰íÇùM -yüÛ_V~þ«Ðí”qBˆi«ö5½cè›B!âõ3òîc­<òÒ¼­{ŠF^5°ØïìÜw$έiº®éš¡· ¥í]“–&t[H!¥ÔLC÷­Ø˜ÚeeÂUíŸ{ú_¿4Õ«ŸËs”j÷¤ Á²m˲¬ªî•Ò±Ka[Ö±SC5íx OÚ5´mÇq„–m[¶¹Mý¦™ïÙÍ{éTnùõÃï¹mî¦ÑÝš8Á}ñImËVtYeEµËþ€8ñÕB–”ï/^ÒÂslIÙ°Š^sÕOHõŽ‚B Gˆ -¶cÚº Ø…%–&¤©ËX—ãÒb\zè†t¤ÐEŒÇõóþÃmš$•{η¤{_ضoòñ=éÂïŸ÷¦,sçk_—ŒìÕíZó»ÿ<{îÎæó³×ýnKQ@J(ÚòàõÏxáÞÐ]B)ܼ»ìæà›}o{ÖUý„TƒýBQ£ÊWÃ@ è8Že[BÓŽƒýÄnÀ±ÑãWV!BM³m+hYÁ@°â6Óû?¶ào/M1èG¿!l¿Ù¨ãÝ{AJ9ó©ÛFôîÕ¨yJ‡¡S„˜]¶âÉ[ݾíÃO6Œ¹3ëíRŸK´¹âåè:rFÝ•ýªå‘Výþø~¯ö×­½:åaôeYZ$?ùÖ’Aý»wj‘¾ö‡ƒƒ³›†0uÍeS×LC3uaè¢ô¨õÃOgÎ_ï‹u_; S¹mqÙ3îvûÀ¾~—;ô\u߬LJ6?er´¸Gß_濲ׅ·»W¼2±²çrÆÑBQ¢š=ƒ`0 5Mkÿ×'wN}²¥ßï©b­€ù11ͧ<¤é†?àíVÜ`ûË'̺|ÂÉK¤”]Ç?»iü±__ÿ}ahÅ¢¢Â²-”Ý6bÏŸ>sÁÉëš¾¬|ôÕÉKÊ­{ª™ê—ÑüŸ^þÀßç,l}a÷Ž=ýA…Q²QblóÔÄ›/é2 »U¥ùî3ê±E£;±B… zü´Ï¶L«kûO-%B‡+½+=­ñÊUË»g÷ha˜¦Ë½hÑBoœoØeÃBW VµÁHPÝ„„eYV Z– ƒÁ ee·òN¹>ãàÁƒŽãèºn† `è—˶,Çc'®‰´@´w”, ffd-[þõ—K÷ëÛßã‰qÇ‘Žt¤”ŽmÛ–e-˜¿Àãñ\<àâ`0èr¹ªÙZ7!ÕÓBŽÿ¯iš®ëmšølÛ–º¡iÂ0 ]×OÜ-´Ð’º<è¹B D‰ê –”””––9r¤U‹69sÞ{o†í8Òvly,ˆ¶cKG6mܤOÏ>‡òûýqqq^¯·ª 6|uv™¦mK) Ã8vxÔ0B ­Ë#žC´@”]Y^Õ½qqqn·Ûãñ¸Ýž¾½û‚Á` `Y¶#!„®é¦i¸Ün·ËåñÄÄÅÅÆÆÆš¦¡¯ì!ÕOHÍ…:gš¦ÇãU«—Ç:Wh!€hn7È0 ŸÏçóùªs²ˆ~q"ü„  -ñ¤”º®†B¯i¶eUõæR[ M€h¥éZbb⾂ýÓÓÃûìONNѵJ®a`Bj‹ˆx†nfuíºü›¯û\Ð755Í0#ïœþZ±-» `ßÊ•+ºuïî®ì=<&¤¶h!€ˆ§z“&M3³²Ö®]]TXTö]ÑJ×õ¤¤¤Ì̌ԔF1±±• `Bj‰ˆxš¦¹=žóÚµkÑ¢… :Rj•~Ùn´Rêºær{bb*ÝgBj‹ˆ¦é2Í¿:¾^1!5w:ï1Mh!@u´ :ZP-¨ŽTG ª£…ÕûJâpÈNš¦é¡ÿ :ée :麮kšF Ê2MS×uÝ0¢ü«­¨Šiš¦ae-ܳ{Wõ+eÜn÷ÿ^ë< endstream endobj 442 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [238.589 161.599 351.534 172.503] /Subtype/Link/A<> >> endobj 443 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [369.845 143.667 456.24 154.571] /Subtype/Link/A<> >> endobj 447 0 obj << /D [445 0 R /XYZ 56.693 815.761 null] >> endobj 448 0 obj << /D [445 0 R /XYZ 56.693 759.068 null] >> endobj 449 0 obj << /D [445 0 R /XYZ 56.693 739.087 null] >> endobj 450 0 obj << /D [445 0 R /XYZ 56.693 380.591 null] >> endobj 451 0 obj << /D [445 0 R /XYZ 56.693 360.721 null] >> endobj 452 0 obj << /D [445 0 R /XYZ 56.693 348.766 null] >> endobj 453 0 obj << /D [445 0 R /XYZ 56.693 309.612 null] >> endobj 454 0 obj << /D [445 0 R /XYZ 56.693 242.852 null] >> endobj 455 0 obj << /D [445 0 R /XYZ 56.693 205.855 null] >> endobj 456 0 obj << /D [445 0 R /XYZ 56.693 205.855 null] >> endobj 457 0 obj << /D [445 0 R /XYZ 56.693 178.501 null] >> endobj 444 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R /F73 59 0 R /F65 39 0 R >> /XObject << /Im39 433 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 471 0 obj << /Length 2853 /Filter /FlateDecode >> stream xÚ­YKwÛºÞûWh)#Ó$(¾ÒM’'·mœ›æÑ.⻀HXFJ‘ HƵ}3 Tèħ§ÀƒÁ`Fáb·oÎ^~:»xD‹"(R‘.>Ý,R¤Ù"Š Þä‹OÕâËòJ6ƒ¬Wç" —•⡤ѭ¥¶–Ôþ®Œ‘{­š^®þüô7Øê<Š‚"Iˆ¡›^¶ÍuŠÝ`d©¯ã4nNÙuô!ËR·êFò Ówrèu=t–g‹ΔÆöL›, Ò¢€83.€O–//¨ 튳ËOgßÎ"˜.¢E’Âüx‘Q†bQîϾü.* Á¶Á¦Èw8s¿H¢0q ßõâãÙ?ÎBVl8QðfÓ²¤@ ;æ›"ˆÂ”DJ nÝâËy†áò­Þë^ާqAim©+ÉMïò@%bÄ)s½j+¸ 8)P£q.ÕWU®¢åàÔMºòï?O‚Í&sªºlh½½XÛ~_EÉR™ÎÝ–åᚨ¢ö0(·¡wņˆÖ€l»Ÿn”ŒæžlïÛ.©xlj%µhq‚E1ÜWDg¹é)çaÇ™m˜ÒLå¨I·‹s´OíìÅ©-bë¬oM݃2ì}[É•—߯ã$a÷h NÂëÕ*{VìÎÕÊv¨ÕNÝÎoŒþEóÕunº´¼yk9uÔRšƒr4Ƕ7r+¿¶|º'ŸîßÓÚ¨×öÊyGÖ.]¬¸g ZÖàAšëxíUoÚî$ÈL{Ð ßÆ!˜wÔ…à;ëá<°2ˆC*–½*kYñ`7ì”ÑU;ãÜ}ç¾Cب@`sê–Fa©x‘OÜŸ—Á…;‚r«ºÒè-¯UG!(fPÜú÷Â}ýÝÆœÙT©ÁãO/h¯.?ž_^½8 ;‰ˆ­¢¸Ã“pTA/›ÑËáóÄËa=8¡çBê¹00³Ôy®"a·'z®Ç †ý8:©‘='µÝ{j¬7Ú–½¥go<ždCq ˜M¼‘7GÙ„ˆóYé FúQ+€Ikâ)›z¶„®ãLÌ…ê4éÄ0ayvö£a ¨ì})\&oJ-ãmÓq[¤€•’9B¯ž™NïÞRÕD”tz÷þ3w¿ ³ ÏÜ} û±Ûiͨ+ ØóE‘LíuD?ÜÁ$hzÕypÕ…²Ïµî:þ~¯ÌÐéæij@LžïöR×DÇÄ ~eä®m^˜þái[ÜöýáÙÅÅÝÝÝ*M–A…Ë%,ÌÔgõóÞÚ–DKƒÄÞn{P¤¡ÎÞ‚T«*¥º¹iÍÞCS@—gJ^ˆ › »ÊúOè~ׯZø…ÚƒÝl§I+ïÔvdü˜.^g>¶ˆ7ߌŽê Þþ|uN† "rv:w«&ÓšÝÅi ö•ˆ!»~•c )áŠÇ4ŸGNÁVõ9sÑ¡¡>x‚$j©¹µÚ'âÐ0ÄÔª)µ$ÂxAy4r´Ò8f=‚G9?—`xš,<Ñæ ¼ómJxŠ=nîU;Ó$ ÜE>WAI½<.’dÉ( P€qX¹YµÓ»U²dL6@ÕÔ fàØþâa3| õ‚k[åÀ{­óQl²|óî«ËS?\Ó»§SÂþFчÿt)·Fš70úsöàX%`*Í#Öf²…y¶RmìÙæGt÷S=@ÔÔ½{›’—zVÿrØ=èzÔåxì'Á÷rG5oÞ}&x€¡Ä«¶PùÖ¡iè­.UÓ©p2ª`üç ^zÓ¤.£ æ×}på¼ÿpy‡ÑÕK«ÄÏoÿxÄ„l­‘êÒ¾A¢K6\€K‚$y$þ’öâ8QK«ñÕ-hAÒÚ0ñ8Êfá.xb|q@žLða#‚mǸg;µÞšöîÑò”¸·ý8ÑéÞ‰ÈÔu:Å¢%Ç–¹ºYÌY|‘Çxèê¸;eÙÎ’d2½¬žþcˆrJèÕ1Åm ôTƒ/„ý@؃QóPÍ“3š€ÏV÷¡½MÒÔÌážxdx¦¬¼v³šÁó Z)(|™UrïþccA ::þ妡s˜·XÇ¿™G9Ü·®<ŠÆ¥ éþô1¡-›jLJ7üPŸ‚ñ¹ä7ÑÓâùCþ¿pÒ²± endstream endobj 470 0 obj << /Type /Page /Contents 471 0 R /Resources 469 0 R /MediaBox [0 0 595.276 841.89] /Parent 458 0 R /Annots [ 459 0 R 460 0 R 461 0 R 462 0 R 463 0 R 464 0 R 465 0 R 477 0 R 466 0 R 467 0 R 468 0 R ] >> endobj 459 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [447.446 673.767 555.359 684.78] /Subtype/Link/A<> >> endobj 460 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [130.559 522.189 207.3 533.093] /Subtype/Link/A<> >> endobj 461 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [283.013 522.189 379.103 533.093] /Subtype/Link/A<> >> endobj 462 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [341.661 510.234 431.503 521.138] /Subtype/Link/A<> >> endobj 463 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [250.214 492.301 334.438 503.205] /Subtype/Link/A<> >> endobj 464 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [399.115 492.301 505.604 503.205] /Subtype/Link/A<> >> endobj 465 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [398.062 474.368 567.925 485.272] /Subtype/Link/A<> >> endobj 477 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [55.697 463.036 81.6 473.317] /Subtype/Link/A<> >> endobj 466 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [250.174 432.525 392.944 443.429] /Subtype/Link/A<> >> endobj 467 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [161.379 420.57 247.774 431.474] /Subtype/Link/A<> >> endobj 468 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [230.6 334.746 356.577 345.65] /Subtype/Link/A<> >> endobj 472 0 obj << /D [470 0 R /XYZ 56.693 815.761 null] >> endobj 473 0 obj << /D [470 0 R /XYZ 56.693 759.068 null] >> endobj 474 0 obj << /D [470 0 R /XYZ 56.693 738.489 null] >> endobj 475 0 obj << /D [470 0 R /XYZ 56.693 578.124 null] >> endobj 476 0 obj << /D [470 0 R /XYZ 56.693 539.07 null] >> endobj 478 0 obj << /D [470 0 R /XYZ 56.693 406.557 null] >> endobj 479 0 obj << /D [470 0 R /XYZ 56.693 369.56 null] >> endobj 480 0 obj << /D [470 0 R /XYZ 56.693 275.486 null] >> endobj 469 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R /F65 39 0 R /F75 79 0 R >> /ProcSet [ /PDF /Text ] >> endobj 483 0 obj << /Length 4029 /Filter /FlateDecode >> stream xÚÉvä¶ñ®¯ècë=‰&¸6s“%ÙVžf<ÉhòƱ|€HކóØdA&n}j¶(/¹@¡PØjCÂÍó&Ü|öíÃÙ7ߥjSEe›‡O›, ²|³SE'»ÍCµùyûFw“nÏ/£4ÜVµ&3é¡é-”ÿ­æÿõ0è}Sw£>ÿåáï0Ô¥RA‘¦LТ—}÷†Ñó4è²yŒ³¸;%g¸ Ë²é»Ú¸æ¢oõ46íd° Ömv°¦,Æ5%ydE=3 N¾Û~ÿ{œÝ>œ}=S€nÔ&Í?Þä… ²0Ú”û³Ÿ 7´Á°ARì6ÿ%Ìý&UaÅ”ÛÍû³œ…‹M6М§í¬%š 3žŠ xWïîﮯ¾½»¿»9OÂíÕ ƒâßÍíwwoï®ï~|{û^–çlDy¬˜æ­]¿Œãb{ß”uW6X¢¦f¨>´M)ÒTÂù~šz`è^ËcôãÐ3`ô“þÒ_0¼îzBÁô‡~kAú:ÉÐpàcÝ=Ÿ§[êd]o'M†…ÃКzd.CœJ¨´½Y窡.?CÛeœ r+œÆ~`O MW5®ÂÀ¼Ë$IƒbW,ÏÐÔrJ -bü_KðŽšó(Ýþ?ûj%ÿvU¼``Ï?‹v`’Æ¡æ"YÀ(ÊÙÎÒ´¼ªñ€G¶üë½æ®Ïu'§ àʶûì ÕÇ0 û¹§ŒÊSõYõ0#€>T–(t@i¿ÔBAî˜Cäµ­¹ ÉÑîZ”Fd™+¬C, €ó¢Œ“? ‚-õ0œ- 4¡b%¨ úËF°YŽuЃ~Ðȧ;ÊX±Å`Š`2hFðöÌ…í#ÓóYfV^³2âE»ˆ7r K‘+9H oæN¦°;žOÀ÷š–œ Þ@äƒ!Ï pv<ªßã3X¬äÓ">+h¢-ݹC¦~.ú t±@ÂaWØ”RçßUبzm/¬fÚ× ;]•È vb=eá Fžö¬Ö=ù[3Ìó`ËÖhÕmÛ›U}uO^ØK§¯ÄÐ]‡w ~8hàc#z+ÜÇÞ1V öd´TN(Ì\"€r:’Ûœ:“&G°ªÑpáKçüñü˜t-”ÖÕ;Ïô!NÉÁ/O¬XÒmå+–„% Àmó[õ\CŠÝŒ%ïyðX}ßðŸù ¾ÆÆzg)€JѶ(ƒI½ª‘#ºü¥E×JæL”¢P°Ôš I8þÈûä#I@iûqU‚¼ “7ló¡NŽ*ТÿŠ#•XÜk¤À7DúçAïmÇ— û=öº£ Í|¡qñË õÜÉŸ6:ÙNø"ŽþÊð¼ «©9¶ÞM.Ó°»Â'(½À+GCì.FEè1ËŽÜ™/YEÈ×V„è L5¹«»+Øø[¡ 3C×ÐÙŸ˜g,t¨ëÊ¢ h³È]síg1]ÉhoaQìO”ñE¢ ×ìì ãÈ<Ú<Ï,’Ðf4Ï3àN¬m²ØiÀù\—Ÿ¥H"ñµ±f‘&šìUR¡o—FÇi® qUèÂGîÉ'–öÜæ/âÀLOÆÆ´"¹õ™¶åâg}”FÃsA´ÆÔ°«J[€ì:-{Œœ_Ò Åy1š„%¦vÔÒð2TAôzö§‘&Àj×Ýý¼ Ioì5¤´úÂsslýtÛX µ¼p•,× ‡DÝdb]AйÏ]’o´j¢®Ù‰ÝµØpûlŠPM±Ê%Z€@O')`1Ó½z}w'T¦A¦@!o,ïPäkŽSý‰9¹ž _ªé>Aÿ•StÔTQˆ£ÎÔ|à½fz/þþû7÷Ü"½?ÚúdtW ¯#¼y¸z¾ÅƒgéXÓ õ#7þððæ^ ï€/ß—Cs£¾»ùŽë¦#_ÁÈ8kú©¡»1n,ùéèÔÎÜmè€8ï€-VÜzË!+£Q6è„ù ‘'h‘$šn‚{;’ÇAÐŽÜh[š®l§£í¹Äó’O‚-£çlé»Õµ²á@ÑtŠWlü£…ñó†æÉžã±Ëáàem¬ÎE;žÎÊþ4/E¸J=ã|´uÙIœŸí_Nx ­†¯EP ÞÁ‡QQ3Î)]³¦™9âæN˜Ræ+6Ñ™§$P#sëVŸ+Mi)€r䟰$,™«­Pf–„;k¼Ç9+R¬}ž:†¾ØÞ\¹É{Û»v¼h[[~ÞÛ„ƒn›J¿Á,ßÁÏ…ùcù®ô£‘‰Tb"¡W²k ½6t‘{Aä ž(…Q Štá.]‹ÐGøsmϤŸ±?§_Ð;à8ÿ.W*ÉNÈ„A”'°¸¹ C=LfÏÓˆã M^IDùÎË» ³XG¬‚x—ý•e»•èðM¨{±‡¦0Ž®e[»]‚WÊÙqZ@Ç×,*ã )’“ +Çù=-Ϫ„ï®G · U‘Ø[*”æT<¢K2Ëbuüo¥õÀœ0ôŽ+:0q¹DÆ´=}Ý冗`v ‡ ÊV'Q;¹ûk,ƒý«z1I:wí2‰Ò °Ø»QB¡ùKA@à2¯•JŠ‘í|KÐN*š­ü5fcóUQXi‘ãâŠbmq9-ζuLB¸XAñzß(/} ÷•^M äö™ÌÎJVžg+’¬ôuÉJgÉZq)ä P%˜‘š¬½¿Upýí´_9ÕáŸÙZÅñi¸°µaçͯ(²Ûvvèné2õÒõȇg®ž³l~Žã.Û=‡¼1ðç°ÎÿôŸ^}?Õœ¼DZdLܸ¶u¾ÖÿN>7ÊN‚·{‘ÍH/ òñ§ ê‚_çpæ> endobj 484 0 obj << /D [482 0 R /XYZ 56.693 815.761 null] >> endobj 485 0 obj << /D [482 0 R /XYZ 56.693 738.489 null] >> endobj 486 0 obj << /D [482 0 R /XYZ 56.693 102.822 null] >> endobj 481 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R >> /ProcSet [ /PDF /Text ] >> endobj 489 0 obj << /Length 3279 /Filter /FlateDecode >> stream xÚÉ–Û6òÞ_¡#õžšáN)·ŽíÄ=ÏÛŒ;s±s€D¦ ?. O䯟Z¹‰ôËE  P¨ò6oóËÍO7?üû›ƒ{H‚dóðû& Ü$ÝìýƒFûÍC¶ùä¼5UoŠím{N–K§o{ÓØZ¡Ü†Û×yÓ˜ÒæUg¶¿=ü Žºõ}÷Ǽ¡¢Ÿêê³ç}cNös˜„Õr»–;æt²u•·ÃôʦïLßÙ¢oqîlöp§$Ä;Eiê&‡¬ Ìȇ}Ò½ó7®¸yõpóÇ(ÞÆßÄ à‡›ô້lNåͧ߼Msp¬ö›ÿf¹‰}Ï ÂúÅæãÍ¿o¼'«{F×÷¦¤o»<ÛÞ†ÞÞ©jn ðÁ7™¨­ûJu×P/EÆev`-ã†8†|ëÇΟç>o»$¨âÞ{Ê«“5.½¦6ÀÇÀnßš†{ežÙLwí>‡±ªìië; ;›FI>¶]Ó[YX¯½Ü¥kê7’E( œ"?u}cXssªÏV¦Ï5 ò'«HbhuËó„Ú2ð^f…ÝØýb·±#›Éö™bíq€t_)üh+FÊË#ÐèïÇzwµð »æ”ŸÁ¾Ó(Ñå9¯ÚA§,1 fͦ‡iPæMÍà¶Gm;¡Zæ%þ0ø±17«ìCX‡dá+Wrb~Ì›Ï!jíJ¢ö(ìO)&!e½å…б&m~šÐ°@{ýˆ±TFƒtNŒUV±Û 7<à»ìxp4_‘ª r“û¥mK";Hd·:‚8ŠÌÄT,{ÄDÙørE«à{´3BŸæXØ“¹]cíìŠ)‹6`dÒø@fÃÐ<±Í¡ËFìÅû÷wÿáþ«w»{÷pÿryÎÝKÙjj`§ r½(åH |e"‹Éз%²UGä°ó²>õHnÍÃÏ^ìÕ׋ɸ@ÛÖçºér’f†~àtyEú(XðÖ*£¸U´yÓ-IÃüÙNxÀ±ÉϦͫ5¾ŠGIßóP‹cz8lØu%ptgÂ^(q ±’ -<¹7Âùµí£,zئžÀººoøB.³SðQ&lu*H˜ !u0e1 §G† œM[äÛ v¾áÉy%¤Éšß‘««&¸ ƒD qš‚•Ú‚Ü3 «3ºtóV{W—X& ô’?>…š^¡òèe^~ɈGŠd|š!gsäËóéRÌ0v–f•1txâNir8@;^èòèüC;GkyX6²HŒ%3lš¢ftÙîWu'þð 0y Ƶ ¼º”=À%wì }q†h¸‹¼UD”!—qßÈÃmVC4ÊÀ)ÁÓ6äcßaáÈëÇ]O7ˆ‰Žs‘³**¤> h Ò ŽÛæØðøñØzN³M]Ú Ç‚paø7ÛâÕé½Ëò=î)Þf$|b% 0d¢Jƒ6›ÃXßÉWý0îÇÄóÂpL'TÈ×D ùm¶´ae ).#èÕÎ;žhm޶Œ'Y‹yk¬Q‰aŽ8SSÎ8SøÔü"ۛζ¿o}¡Õ¾Òf®cêüv솉·Õ¯· Á íÁ—µöÔJAÜnQ%é¹V\8:š ž ÓMUÆMŒhl¦c'i‰´=„QK²¿pç†Cuу,Õíõ6Ìg蘯ÃÉꥊí,š€§ÖE}"M˜Rn,†X2B÷×IªŸ`¯²«Í%UjÌ÷º2lg‰t;6(ï5µb¡h2“±ÕÃ5#7`t‘l׳ÖzŽælÕómϨF¶2­ì,êßüíâÉÛ%Éh«Ò1^@xͰePŠScDž:ïÏæÄýD$€S F|ˆÁyâü„à Â59’åå”grj¡ûŠW§]éÕ6:US.E{j*1ø€ªáw_y9™CLú`¸ *Ê"G¥dp©‰€ù0è­ú£.ïÀ¦;F7S‚ KÜÙñf5ƒàe…šcˆêd³ü¹{ ô€yœÛ‘Û5ôª¨«õ4û®‚W£`,à€"ß( YÅ–Âjîj€Ç#Èç!Šà>±‹°Á‡-6wÐÕ¨­Œ%jÞ¢ËØ…4iU´|gãKÇ•t„/Ø]>ºž[¬Ýyf[cõvÄÖ0M«>q102lHMá2©À5k„îP5žì[Ù›ZRw˜À - ƒë³<ÛNч\ ‡]]bÞè­¦ ;ªxOXV¼PŒZeOdçXÆ9Ryع~e é±åÎD£Öc?—¢ÛÙŽ‡R9€žÑ¼’b„pˆ¥ZÀˆÒñAÓÕ…ýryñÆš°âÎ(|Ù®„¹¤Î”Ý@ fTSò1K.&´’`ƒŒÔ’4k NñÈÓ·çÖvšlst‰íä­qÈ–þ;øò¸hV¤Ð|_–(? KÌžŸ“tfÅ# R.;$¥«¢€®,$Þ±yŽøq>X¡ʾÉ-§Å¼¶Wó8ÄwÃòé­€¿à¨Ð®‡¤!)x} ÔŠ&Žé+ ŸRª^aK‡@‹]-¸b+í¹VëDË*FÃÊ”9u²™„{©x~:²CJ*ØÜ…\+ü,Wrf×mŠeÆ›”mxçuÅ”ªyq£±XÀBy«!¥Ü}…j6É=G£°·€KñŸÄì3Ƹ£–h€9à ÐâšEux`Âsj‘Ô0Þ¾yÿóý‹;ôm/îß¿{õñï«4ô˜# ÷/Ü\ñ`r£ÈùïÖ÷ýù•"çmIz– šÜ)‚;moAÅÀtŽy,%œ—'šWx‹ÕºÆù`FtÈ™$†Tá©è$Yç²EýæQaÁ;È ®«[ãäüÖˆ&u²p°¶Sw@­Ãa;†züƒƒÀ‚ƒÉô°‚¡M]0 SÈ Q«áÙYs_Ω1÷•@U‚¶§Ù±”3É“W½®”Ü»ˆžÌŽË¹8à­ÈL.ä Ò` UQ %ËÏ5牯Qª?F©zš(5…á®ñbHŽwª”GQoŒ7$%(4 ÜŽÖ|™m¬èˆ7»ÓôñD¿z ’Q@*zÐÏGwîçÓmìyA˜fZžÒ \ê|k%Ú—’Ó¹,ñ´6Í¥aÜZn¿YaŠGÑö”2¶³ÊG2v(âqy`(ò¥Ë"ßeZÈKÕ¥¥£qTN'ê;^ÕÌÜ$‰¯ . Òf(¶Û'|}"×_Gf¥Àì!΃;ŽïöR0ÛKÁ ·™†ú{ñBо†UucB î 7fL05²Ðå¯@tNÁ§£ Ö šòvrÒœ;+;ç•çèÇF SÓBEUK%c–+«x3;Šo«Õ gðöó§ ÖÍð³Ž:CŒm[/¤öÍ÷Shnâ‰÷ùiU´ßXy›äÀ¯‘ŠBA+½ãY©\b ³Ô¦Áx(v¥D^[s¾>"äEç… ¤i1\mÞBé€1GâÆp6/Z¨ÀÔè‰TÏÐT™'“úÚd‡™ÉÀ;{çkÏjh% :lƃ›'ü0Ã5!A"/øD~Âѹ1 ¨ 6þ,ÅOB/ªÍÔj¤® CÖf@{j·UÏÃFÇS£ã $Oâ,"õi7 –'˜W‘˜|N(Íâ“xg†ZŽÄ´Ï‘Ó«rúv¬ì^[þ‰ HU]U‡Xo(=¯üàoýDzŒ¸Ø¬åý<7Ï2»ÞËÕë½"j;zÉ¡ =1øÁgù^õK¦0_º¿Œl'žÏõ½xNÖ«U²î¦êI€­žþ’ ƒºøf©ÕRiw‹¢ÞlÕÀü_Á3™qué0Z\úçíÞsV/~/…8®\… ~ïÂÊ„òÉ0‰çIrÂNá\QH%‘q´`T¨…>Äa¶Îv‚@‚²Á 5$@\‘HbýD®!Ké&“¸¿ðíׯYƒ'6 e/ÝPÅzþ€cO£îÝRk´_âÿ=4TVɽ;ÓÇrHMûÓòÛÜó"µÕøŸŸÕý'”àvˆl&ñËs´?ó7b­S@ÞΗ‚ ? àiAÁ-@5£Œß¢Æ…ú? ˜þ8¦^¿¯P… +É:â]ëkë·ÅÈùS­ºãŸyø¾ ¡}õdè7ûÞ±bН-ÛÉ'é5Û4vžóH¯ÿReç–J³ŠÉªk˳òO®kžŸ·öï«Ès½äðOþ|õ­Ž™è endstream endobj 488 0 obj << /Type /Page /Contents 489 0 R /Resources 487 0 R /MediaBox [0 0 595.276 841.89] /Parent 458 0 R >> endobj 490 0 obj << /D [488 0 R /XYZ 56.693 815.761 null] >> endobj 491 0 obj << /D [488 0 R /XYZ 56.693 639.646 null] >> endobj 492 0 obj << /D [488 0 R /XYZ 56.693 361.976 null] >> endobj 493 0 obj << /D [488 0 R /XYZ 56.693 301.357 null] >> endobj 494 0 obj << /D [488 0 R /XYZ 56.693 257.84 null] >> endobj 495 0 obj << /D [488 0 R /XYZ 56.693 214.323 null] >> endobj 496 0 obj << /D [488 0 R /XYZ 56.693 196.773 null] >> endobj 497 0 obj << /D [488 0 R /XYZ 56.693 175.109 null] >> endobj 498 0 obj << /D [488 0 R /XYZ 56.693 155.502 null] >> endobj 499 0 obj << /D [488 0 R /XYZ 56.693 123.94 null] >> endobj 500 0 obj << /D [488 0 R /XYZ 56.693 92.378 null] >> endobj 487 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R >> /ProcSet [ /PDF /Text ] >> endobj 503 0 obj << /Length 3353 /Filter /FlateDecode >> stream xÚ¥ɖܶñ>_ÑÇî÷fhîËóI–Û‰%+žq.Ð$4¢›lsq<þúÔJ‚Ý[IN …PU¨ ôwO;÷ÍÍW7_ü- v…W¤aº{ø°KC/ÍvyPxQœïªÝÏû·¦Ls¸ _YiLÃdúºS(Ãßomß›SmÛÑ~yø;,u^‘$LPÑË®}ôýðiêMY?FiÔ^’¸aʲîZ;ÌÃDß™i¬›iÀ18S¸ËáLi„gгÌK‹ff,ßÁgܼy¸ùõ&ì’ð£]V^ꇻòtóó/þ®‚1XÖ‹‹|÷oÂ<í’À÷Â(…v³»¿ùç/Œõ_dpæ{y°Ëâ ü”7ôG[Ð9»Ÿïßß¿îÚÁö¿ÂdozØj0á;ØraôQ²¯Ç©1a„ûÇ0‰¾­‡±ëkófÑ-#–×4‡IhóÇÀ*©ê¾±Lx’%mcO _Áþu²Ü¨lÙ˜^:¤4ðÄnàéV@£®v«äœõˆÖfÅZÈ Ò‰Â`ß‚p8‰¿W(@×[ꄸ„!]úV5 rÕ Q›Øÿ×!£”¥|ÛU5*g ,½eÐh„XÙ:&¡ê+“¬|•òû®a¾ÇÈ÷µì½ãïGóÌS+ø®\±¿’««ó¢8*aä]J«Ó·áï×]9‘ŒˆÇÙ¾ì- =å wͱ±%ÜÕª[O_‹HáÙ,"6,Øta>vž×””ùØ®”Ìzw)sÌ]l-ÜݸïÄë¢ ýắoªzËÇÂqSÙÓc# #xÑc„Vv(ûúèL#QÂȵ’ðBI_t7fee1Nä!Û®‰w‹Ü8©iG ¦¶?$ÉþÂR Úé;°×E(øÿFYxlêRú‚*Úšsϵ4éj€j @È[Ù‡R=ÕÃI͈²Èeé€Ê­6‘õMý €º±ç¦¯¼ï±õÀ`àì2Ƈ÷gk¶:¼?>»$¤L ]•²•…m«6_³…š~«í 9šÁTÇcï'[ÙvËVLǺ4=MŠ3¦ç,Nè¯< À/ý‡Çh÷–‡Ï¸ ƒºS=Ö=·™ZÎk9ô–õ˜k¨„Ò$Àñ£ùÔq‡ £ eºÁšì­b*Á=“eÁ£€½ÍÆ=*'3ö±°ÓðX/M^9Â×!tE¯¨- ºÎŒÙÚ!J_?Õí<É·.?J¤4+‚þÈØÙö°\wuåc/M“õ•ÿÇæ•ƒÓÞü:Õ7•kYÃðEôWO=˜Ë²¦ޏÀŽg ç+ )ÆpË#—¦@Ä Àv£ RQ»­<ˆ/ ²ÉdÂlrìÄ)Î qáá0õmËZºÏkQ]{ÁÎ:qÅœþÅŒ¾0!u[6S]i÷¬P'jß‚ËôŒ&ëJ°‘—u%×ï?Ç”G™O̸Ùhã~1\Øý®=Ĩp4«Ç2šØp]2ö‡ºå†iÀ6éRèpiI‹ºû;¹Nè¶µ Ù9~<¼Cë~²}7¯+3ܨ'£{…ØIW¸â˜2 Ê,Ñœ¥ó,Vi];ó ì½R‚ Vì+™/;ÞNk–^‰.õ¢°XËîí¦ì¾êzâdÆ«{ ÝÕe€“Ë„Q´È¯Î}w4,TµÊ0ôpÈQFdÔŽ8 CLð™]µ1&‘U]Å Åó˜Ý4–ÀGIÆ«¸g¸8&¤Li¼æÄ»MN¼C9§–šÓ±&å»Àq±‘Ø ·uûÄÑ2Wzƒ ñþ÷úqôÈ:X†‘}‡»`,„›G­…™ŒNj¼L›ZÙ9Zn±¶²0ç±Q]Ž‚\vº¥f½ÓÐö_²Z÷®$[WöO\GH>+Lf»±Ê¶¿£7š‹Œ›¾ß@Ó’h -ëBú‡;õ ?’S CŒS‰ÒëЮ 1„ñÙrÇÕaèvü1 &A ¶W.ó@„Iô™„ih ȪëAë~½t§¶2bÏcNahB;‚Ðù'ƒAši¶Â 5>¤VÝE½d•î ’ ƒ„3îÄ4§ÅAR?µ,¤@´fXEŽàì -—k‰æ"ì®l¿Ç#ïшs\ ½¦´}£{”$j³†Cf>„ `e4Ó”böTòè6D ˆ²b=`lú%Äc—/z”¢!…¨R‚8ЊsŸé/ø×z—®õÎc<×|¦éÅì‘wI‡P°8U­¡QòBEÊ5ï(¸9øtŒ›{».Ü ‘˼"’kõž5& ý¥*Ã]©\xRè/{[DJCmOç^¨³© 9b±íÓ1¢¼…ÀG4•¶âdˆn’âøn”WüõõßàÇOá’Š…áþÃdE9~w7£ØO°yVZÀꎳ[¼ ¤mð… ºf¹!.ÃØ`„RÂJÏÚ„T¨áaÉA°ÔD§ÖžìD 9´kp2ùž8×Ö8©Ð\= ¥Å{CVc_®tĬú2“˜Z5#Ö6ЂÍU‚ô'„9úSð2ÉO–aŠúÑðý…f ºãѳiÌ‘ƒ|"€?0p[˜ä3¡×ÚžieE4”ð éç—6¢ó3w#aòg»È¯w‘½pC=%‘–ÞU³‚Fú×/ €~jg#DVC‡Ž/|´Øþx% yô¿ã2Å •¤4¢’’3ËzÀ#¬ñÂ9€±²DWì´JPfl0ÇQÌ"Š ˆ°OÔãbNä^Ôá¥ÇãHfnbäe¢hq XîãÀp^³ Ëk X™Y)š4ŒjµX8i.@jÈÕˆb¯¥Úà„ú2Lþ©IQ š,ÜT+€£D¡Ù[XÀG[Frƈ‹ðUU@Çé¨ £»øRl‰žu´zæ#.‰3ît©‚S½e…£8G* 2xznЕõØ©km¶ªGnQc®‘@ŽLDž¸²¹Ê¬]}ó¯K˜³q å&RÄœ%”™pëûÙ¹cÓËD^ ±Tû·Fy¿3T}4W¾ú³4î»"ƒî–È6˜[W”í` ICqÝ ˆ¼ï‚ÏÃ-:ÇmŠ5 yaEÀjCEø×º?(Ñ–¤KxGEÈb7 cM·¯§ß%~U°ôR¥Wû£‘ÌJèopÀMcI{©®¡5æÃ<”‘ІÍŠänZI‘`ƒë)]#”9¨ã—×V;|‘âtyüˆS-ƒa ´Žg{23É¥C®{Uؙà é›ÉKŽäxLÃÅøÞ EŸãÃ6÷A 8åN†;+ƒí œ"MPú€nTP•ow¿¥–Ë)á«ZMó £týÉðßôw¡Ÿ{IoÄ|¢0ñ2ðÿÅ@MœåÙÕ¾d0HÔ-m–&íõ–ÛÌzÁu9¯,ûÌ}ŒÿïþhùêÊœŸÿr~àùYðù; ÄO¼0IÖ7Éy‚IX!ÜçO}‚ÁòîìñúÀóBuý¢F«+ Ëׯ> endobj 504 0 obj << /D [502 0 R /XYZ 56.693 815.761 null] >> endobj 505 0 obj << /D [502 0 R /XYZ 56.693 759.068 null] >> endobj 506 0 obj << /D [502 0 R /XYZ 56.693 697.2 null] >> endobj 507 0 obj << /D [502 0 R /XYZ 56.693 639.352 null] >> endobj 508 0 obj << /D [502 0 R /XYZ 56.693 607.472 null] >> endobj 509 0 obj << /D [502 0 R /XYZ 56.693 575.592 null] >> endobj 510 0 obj << /D [502 0 R /XYZ 56.693 555.666 null] >> endobj 511 0 obj << /D [502 0 R /XYZ 56.693 525.843 null] >> endobj 512 0 obj << /D [502 0 R /XYZ 56.693 266.27 null] >> endobj 501 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R >> /ProcSet [ /PDF /Text ] >> endobj 516 0 obj << /Length 3082 /Filter /FlateDecode >> stream xÚËrÜ6ò®¯˜ã¨J™ðÍáQ‘´ŽR¶œµåS”Ä¡%lqH™o&_¿ýAŠv\{Ð~wÏ›§M°ysöËýÙÏÿJÃM±+²(ÛÜÞdÑ.Ë7û°ØÅÉ~sØü±}gšÑÔç?Ei°=T2ûÑt¶U(µáñתëÌÑVÍ`Îÿ¼ÿ ®ú) wEš2B=^¶ÍCDOcgJûgq³D×óÄ”¥m›ªwÛ+HïÌ8ØzìqÞmöð¦,Æ7%y¾Ëо “I xòýögüâìæþìËYG‚M¸I38oò"ÜeA´)gül°×î’b¿ù/­êàEU³ãåÕhà¹Ï ÉUH—“d¦Ë ËGŠ›'Z¤ä\8ʸéCÅÃÂlrM¸jZÆÒ›¡y©m)Û2¨9ÀÔÓ{X”ÒWŠ„@6Ô$•[ðF¨Tª{tª‚-‚’ä#sö±–C†Ñ hä€dr‚Jèõ3͈b­OÄbW¯efÑ7Ã&›*ÚÃ`8Õä`+n!ߢë(ü¥ª÷0™1¡W<¼çq!ÕÁ¶O2À_0]ix 2‹¶4]/ |D‚ŸÍ‘ö¦ƒ•ÃÔSò "¸^{÷ìvT¢”#i1)ÔkÂmùB¡MZY˽p®‚ìhèH…lé'‚I1nþ“Î>wB>ËA N›É;iÎÀÏmw4ú™w¥Ù1ðFΕ¦oWcN O÷KÕGÍF 8áŠk¤YŽêI¢ff½q‰,ˆ¢$‡FkÌuæOZ0õG’ŽýÎeן  |ˆ£øîŸÓ‡·†~§[Ë#X4ø75jâ§°2{ÀzŒ>A < Ë)Dd°/N=rl«óÒx¡6ÑZ(‘°‘h…€Ò”ƒ’24Y¦Ë¼=¹RÓ'j6ÉÜÒÉž×ìš|sÙ&ZppŒhù8úž÷“Ãojµàlõ3ÁóÑKþ~Û`&ÈVÐYÌ d˜ËÌŨ)Ù‚(.ö-®0¶Fhp4»GŒ.EæµO— è‚G3 •Ä•ã­íB<{_<ï1+B]“Œ¬Ÿ ìè« õ7r¬Ö‰Ç7\®òð;ËáXMÕõÞ·-äbÌafñ.R¬pB9O¿ã…–‡É^ ðŽ\ñy/UÕ§â¨iļPóÈ»g·7í SG™—„äšExµ¨`5.=PËœ!Y/õßRÚè´M¢råÛ7Z6h)‘ùõ¥Jšp~ex1€ç0ÇG‹ÖÔ0¨–-'åTÄ! ïºmžjüdF‚c`´÷ó°ˆz<Œ¹_ ž^áÉœ>Q”ß`ƒp=*Š)YªR€ž8g—Üc׎w(¢Q¼<¿éM9V9}Xƒ1q—ÝZ®\h"8ù'^³÷ôá|¢¨Ç`ŸhbðªVL=5¯‹\Zt\f} v~¼f­´d)¬ùúå÷êYˆzz–dýga Xèå“1øvž[dÒÉ,“…5G’bž€™—\À‚b¦ÆšC"@.Ÿ@jà’¹ìÄ2¡×Õ2 𨜰D°ý Q ¡‚[®ô“n?i°$/`¨”òxÕboG\¤z€…‚> ˆ()ˆ•"(’Ú ¼ˆòÇ mèÝÉ‚àâé$^õ# L¡ Ì͇w·wÒ2ùÁ,æ“D¥HJç(sÑ)J¹Tpá öŽ`op "$å:”Ÿøûýø¨ªÝ1 Aú* -®.Òyu8LÍ(Þå„&µÒG®=È>—”%jZPéxG®ã 0µÎÝšp¯¼ÞHƒw„¢\Zk„ ÕðìhšJçĬ\Zd²¿–½ÜãkºÀ墕‹G¼E£­…¨žA h‰`9ÉaÓ‰©Á1f@d[C…íJRƒy u*UOUHW»v¬„½ÔÛ^´¶çn#R· ûïÇGÐŒp¿}¢ðKu%?ÂiIHq†‘ž»·_mëwè`OŽH°Ë‚Y¶@­þ¡mJ d[Ž^R¡çkQ}Øs6VÚÆ™ôèè!Äb¨‡ÕÍ÷m+ÙÌúÏ@êÈepšˆa‡'‘£Åb<–öŸ4|ëíž!'žäJ‘öABéë„H²Ð‹íf…. v½gl Q+¾“DÍÔQÇ3)’\FlÅ>±Ÿ©y§Á#½pEåÐŽÁŒ¯s‡YÈ5j&}rf<¿\²W¯@Ðg˜š Ùf3нb‰µD2iÕgÒÛ†q®Zq?8AÖýç‘€ŽZžvP±4Òeq·…\ÏeÈ{HùZÆ¡]’ 帢Y F1Ý™[ÿ2z!Úu @¡«ÕÈ|©M~`d9 J&Än¢Sx„®*<;T|_€£ã;oÖ ]ð÷ ŠŸ¡g÷¢þ4õžŽÎ%.tZÞÔ+¼‹÷zq¾¸xµ"Õ^£Ê[›‡> endobj 517 0 obj << /D [515 0 R /XYZ 56.693 815.761 null] >> endobj 518 0 obj << /D [515 0 R /XYZ 56.693 738.489 null] >> endobj 519 0 obj << /D [515 0 R /XYZ 56.693 614.507 null] >> endobj 520 0 obj << /D [515 0 R /XYZ 56.693 454.66 null] >> endobj 521 0 obj << /D [515 0 R /XYZ 56.693 294.813 null] >> endobj 514 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R >> /ProcSet [ /PDF /Text ] >> endobj 524 0 obj << /Length 3825 /Filter /FlateDecode >> stream xÚÕÛvÛ6òÝ_¡“'é›!^Äî“ë:Yï&N6¶Û³'î%Â*SŠTxIë~ýÎ`âE´MË:m÷Ef`07\dOV{òöèûë£×o<1 ­ÐwüÉõÝÄw,?˜ÌEhIw>¹Ž'Ÿ§ï£¬ŽÒÙ‰ãÙÓXq¡.ë¨Hr¥oÑ÷Ÿª(¢u¢²*šý|ý/èêD+ôÿlObÀA·–Î'¿iÊõĶåHÊéäêè?GvG°îÐjɦnh Û§¡šñéüÇ‹«‹—çWTss}óé”+?œÓ÷üêzÚÓSª½»8;¿<»8å ·Dã8–ç²hÞá²ØþôM¡•®ò»ê·™É y3Þ4¯³8ª@ÔÛÔ*V¦¸H“eTPí«¢4‹ ¬V3Ç üD »§OA˜¤Œbƒ1lSÙ»d©²eu±?äËzJ«¯—ÜulKÌ]XA3»u|WcNlk.ü0&3Œf†o/oºìiPEeÄÇÕštukYGYœãR¹0ªdù‹ž‡ë핪 C«ËðüÞ°i²NRX%殬ÊM¢ÛÒ ÀPwÚ-^ERÕÔ."6)7À<SE€fBšI(-×GÉû˜9ª"§®´öd“;U$ÝU¥©bm¢‚UæiöÚ¦»’³‚ywE)ÛÓœý¦È©Z§‘¨5ÚDäA,žåYY§•v$GhñhÍ¿NLéßG“ÏL·A+¹OÕ]Å´dß0kë…|K‡Æu:]ÌÝF’ƱLk|S¦i©=Ô*p˜LPsƒìVΚDÚj?ÄûkÝc'e•d«ZYT¿Jè«=8|u1oÐ(^üñ2êq,ùmИÏsÀ3gÐMAr ­~ààzWɲNµO¸žÀAĴЍ’6’œ€`é×:QÜpGÛäe —3מS³@1¡¤±Ã{³l30£©÷Upg©V6dq+=Q¬“ŒŽvv‡˜'­ }sî¾»+):+3]NŸíÔÜÌS·äs¦¿D÷LQ&1·en8ÞÚžåÔn™¯™h‘CäŽó°ÂtQt‡ÌQšõ¢â:QÄ’€VC_úvG ¬‡àž:FÛR´lÂçdÁPƒN•Z¡b,î˜&Âiše¾Ò:dm{€7É,k(±¬ÙÈz@[ɇ‘<”z’I>œ“äÀ’‡ROòˆëI^7Ô²¤–5|Û²FpWÆ¡IAA 8D›}u•T˜çc%„ß³<@_±"ð}T&M惰`ú‚l¢EõŠˆP÷ó]Ægïß¿"ÅÇZ™¬²­Z" eޝŠo`j\ûi6‡`_¤1uùÎ/1#ÕHµ ŠÖn,hóÄÚ€rVE´ˆ¾ W—2ä&P@=Œ2*kE”RQ•!è³ä”¡HV¿Tºïñª¢õ"AƒÉˆ $.¸þ¤Ìf­âÄp<T,ЪÑáÙŽ š'Ž—PÀ©Š .—yùجu~äÃâGT iþšPmƒ®wÁIÔÉ]@¡—¼fçEÓ;(æ”vp>yÄ}QëMšSÅ4¨h¯é7ËìyÓþ¸^í¨ Bû*¨amD©à€ ^5ZèøFòJe‰Ž—¾Ky €Éy@RDÚ‹ Ž¾ê¦¸_ÆpÌ™¥jÙòB{·¥oå¨ânõMó7\¶ú†¦¯®¾Q[Š>†éðÐÙ˜ƒ ³Û[Ç“gg'ßÿw&„˜ž\Þ:D“}›¥tM ‡µ³BA€¢5Bm'Ú³|½†ŒœHÈtÅô´*’æ÷uËÍhZ:ˆ:¹Xé£ ¤—–M¸ÀŸ,_¾LÖ° x‘Ÿ4í4Êœ8¤×I¹F KÙNB¥KÝ X »SB,O‰ÕIÊNú­(¸#á@s·‘ñ*€\öcBSˆÔ’Pf¬L2¢Âå }ik¸°·Ò©“n<žD1ðp(ºŠ¸ð¦ˆ@ÂŽYQ¢4¹Ë‹Œ*<©)Á¯yæxg÷Â[sˆC9@i([Û¬ÎÐ6B¶Á³;ÂÄjÞ¨fùpXÌÄ|ºšGÈ `³¨ÔeZr#‹®7ýf¡Nºð:ëÅíã¾` E•Çyw×0ÙTg;­PUWNyUäCIB†Õ§ñ^ v`ìÓK”‚Jiã“,tÂXNG ó4«¡Ïør”ƒžÙ+ª·V  dsÔ•Îö€¢â¾Ë壢—Óq˜ŽÙ¤þ®†-Ï®åôò¶U’±pÁ€aoàØ<2)ÂVªá}£t…Ak$v,¥µÖ°‚jú¼£aÏ™·£ì1•îéSÖ‹R-ëV‰ÐÄèb̽ ¯šG@š£Ç24×¶¡~„SÞÑQmÈ#AºMþJïMÑ™TZ!~§ðXŠ_¸UZ@”«˜ïJÕ:± a˜FPT.’îôž°oÇ„^»YKÝv+ƒ’7Wæ@1ïÌè’’¨D­éÈ0âxH&ŽmÏã#‰„mÔFï tÊD‡.Õ‡¯I[%›Òp¾ƒ0:’JÙå,¢Oã¤ñá-.Œ«Zå$Ø`½l:f}ÅÆípÌôÈÞÉY=vö4Ë+´Ã7B,àK½U¾X•}QßHÁÎÅèõ»h<Åóª:Í¿£Ó]1ðâçmïJHZíN¤--a‡x%„p܇#܉c…ópR¨É]ë¨Ëí9Ðnб¨wKÝ ¤~¢×;­'sõ\^¾:áþÃÚB5Ãb5¡Â'¾8 <º½s[÷fNèY®d»>Ë7¬<íCù]n“Ï'ü¦4¢w~OÇÎ1cû@rþp“?ÝÒÆjä0q½Ý”õÛËïÏÇ‘Fé8:°­F*òtðd”J“3–Chu—Ó µzßa½Ìij<„0ºœ^(Œ}‡µ‰Òò8»©î3-ÕXÛÀcÚ¤iË:õ9¨Eß6žp+x=W$ ¼YÕÉ}ŸÿëùOGÎpÃ>E'¤#Ý@5RÎM¢0Š\g³Ê}ŠZNà†ºœ^hCûkò!õÙˆRÊRGÄ£ÖmæA£Q:Ò„¶‰çA{o= yF¤¥7#Ê7Ït?vnÐÚy b…%o>ÒòšíÞ(ò¼ê¹Ä×o ùmtÐ æÖÜÞ>´ºµ]›vI°?m‘–8†èäe)„;·`Ûq‹ïrz¡Åï;¬çX|sð.øJM’4¿ «ÍÞâ•%=ÿâírz¡x÷Ö>Õµ-ßìè›÷ãRˆö3€äcùŽõªúÁÀ(Jý  ëöÞ4{^í»%¼š7žíâ(ò‹ì›9X× KcŽoÉ08„}t9½Ð>öÖ>öá„–?çsžkõ{uèâÌ0 ù*E5›º÷õà!º¿~b×ø¶¥7­fþP+¼0¿‡ùkr¿t0÷Û×"À"»œ^h‘ûk‹s+p¶ï*<ú·ú¼8®TvX=(ÕóNΤªÓÑÁo5ûiøçv‹± ßë”JßšŽ8OÖrÇrÝC÷¾»ÿam¡g‰ õvSzÛ÷³Òmj¹¾éÂëY*ÓºC”^ó„¢¹ChãÂ5òž ãÛ_Ïà‡¼%÷ «¹Þ¤ÑRAÊœÍsAIwÞË<³,k¨7¾àæg÷`e£¯DàYv ÿì+á»–‡8éqz™cÜ{X{8FáÃÎÓvÌ•”Êâ|¬+ÿi뻋«ë‘‡ûW7W#‹[Ø©^ß¼ûpõÌ#ŠgIplòô7Ë û¡k…î!8úððOmzg»kÊ]ž™òx®lÔ/꾩:æ=OΡW‚¢lÙ?|@Žvtú©¯ïøå ¿™Ê<Ã4ʺüÿÞƒPzµ§¼Çf<øÏ9ðßJÆ#k>o¥<Ò–&åÁb+åÁê@ÊCý ýÔa13kR¬åôi¿wGhU0~™¯ÉLàŸÅ4‚Bó4¶Å35T…N¿°¸V,SÆGëEÄQ ž.Û>@åÿ,"Æ\õSH¸7UT˜'¢Q÷E 9ùðKÑJ!C´ž¾qû/)®~ÅÉ%Ôø}xɤ ]"÷8Yå]ð¦ÈWE¤_}B-clUÐÔ’(¥T4Ätp‰ïšâhmX§Éôºà^ËÊÀ»ÐBz ™ª”{0·Wýzè75øà¶ySÓzMVvþÁCt SäWýîö~Í•|Á|Áü PºÛNÞu:ùØz§mß‚D ýNz;—þ+õ3aÏÞVZ¤Þô£>¿lõ»í#éÑÛ¢oYõCk­µùÃxÞ}TÜ•½î X/1ô·l×¶l?Üç_ÙÿO$:` endstream endobj 523 0 obj << /Type /Page /Contents 524 0 R /Resources 522 0 R /MediaBox [0 0 595.276 841.89] /Parent 540 0 R /Annots [ 513 0 R ] >> endobj 513 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [242.295 699.498 279.057 710.402] /Subtype/Link/A<> >> endobj 525 0 obj << /D [523 0 R /XYZ 56.693 815.761 null] >> endobj 526 0 obj << /D [523 0 R /XYZ 56.693 738.489 null] >> endobj 527 0 obj << /D [523 0 R /XYZ 56.693 572.934 null] >> endobj 528 0 obj << /D [523 0 R /XYZ 56.693 335.133 null] >> endobj 529 0 obj << /D [523 0 R /XYZ 56.693 304.938 null] >> endobj 530 0 obj << /D [523 0 R /XYZ 56.693 306.397 null] >> endobj 531 0 obj << /D [523 0 R /XYZ 56.693 295.438 null] >> endobj 532 0 obj << /D [523 0 R /XYZ 56.693 284.479 null] >> endobj 533 0 obj << /D [523 0 R /XYZ 56.693 273.52 null] >> endobj 535 0 obj << /D [523 0 R /XYZ 56.693 251.603 null] >> endobj 536 0 obj << /D [523 0 R /XYZ 56.693 240.644 null] >> endobj 537 0 obj << /D [523 0 R /XYZ 56.693 229.685 null] >> endobj 538 0 obj << /D [523 0 R /XYZ 56.693 178.959 null] >> endobj 539 0 obj << /D [523 0 R /XYZ 56.693 178.361 null] >> endobj 522 0 obj << /Font << /F51 11 0 R /F52 12 0 R /F54 15 0 R /F75 79 0 R /F14 51 0 R /F111 534 0 R >> /ProcSet [ /PDF /Text ] >> endobj 541 0 obj [277.8] endobj 543 0 obj [500 500 167 333 556 278 333 333 0 333 675 0 556 389 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 214 250 333 420 500 500 833 778 333 333 333 500 675 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 675 675 675 500 920 611 611 667 722 611 611 722 722 333 444 667 556 833 667 722 611 722 611 500 556 722 611 833 611 556 556 389 278 389 422 500 333 500 500 444 500 444 278 500 500 278 278 444 278 722 500 500 500 500 389 389 278 500 444 667 444 444 389 400 275 400 541 0 0 0 333 500 556 889 500 500 333 1000 500 333 944 0 0 0 0 0 0 556 556 350 500 889 333 980 389 333 667 0 0 556 0 389 500 500 500 500 275 500 333 760 276 500 675 333 760 333 400 675 300 300 333 500 523 250 333 300 310 500 750 750 750 500 611 611 611 611 611 611 889 667 611 611 611 611 333 333 333 333 722 667 722 722 722 722 722 675 722 722 722 722 722 556 611 500 500 500 500 500 500 500 667 444 444 444 444 444 278 278 278 278 500 500 500 500] endobj 544 0 obj [600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 0 0 600 600 600 600 600 600 600 600 600 600 600 0 0 0 0 0 0 600 600 600 600 600 600 600 600 600 600 0 0 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600] endobj 545 0 obj [556 556 167 333 611 278 333 333 0 333 564 0 611 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 180 250 333 408 500 500 833 778 333 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 200 480 541 0 0 0 333 500 444 1000 500 500 333 1000 556 333 889 0 0 0 0 0 0 444 444 350 500 1000 333 980 389 333 722 0 0 722 0 333 500 500 500 500 200 500 333 760 276 500 564 333 760 333 400 564 300 300 333 500 453 250 333 300 310 500 750 750 750 444 722 722 722 722 722 722 889 667 611 611 611 611 333 333 333 333 722 722 722 722 722 722 722 564 722 722 722 722 722 722 556 500 444 444 444 444 444 444 667 444 444 444 444 444 278 278 278 278 500 500 500 500 500 500 500 564 500 500 500] endobj 546 0 obj [600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 0 0 600 600 600 600 600 600 600 600 600 600 600 0 0 0 0 0 0 600 600 600 600 600 600 600 600 600 600 0 0 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600] endobj 547 0 obj [1000 1000] endobj 548 0 obj [556 556 167 333 667 278 333 333 0 333 570 0 667 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 278 250 333 555 500 500 1000 833 333 333 333 500 570 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 570 570 570 500 930 722 667 722 722 667 611 778 778 389 500 778 667 944 722 778 611 778 722 556 667 722 722 1000 722 722 667 333 278 333 581 500 333 500 556 444 556 444 333 500 556 278 333 556 278 833 556 500 556 556 444 389 333 556 500 722 500 500 444 394 220 394 520 0 0 0 333 500 500 1000 500 500 333 1000 556 333 1000 0 0 0 0 0 0 500 500 350 500 1000 333 1000 389 333 722 0 0 722 0 333 500 500 500 500 220 500 333 747 300 500 570 333 747 333 400 570 300 300 333 556 540 250 333 300 330 500 750 750 750 500 722 722 722 722 722 722 1000 722 667 667 667 667 389 389 389 389 722 722 778 778 778 778 778 570 778 722 722 722 722 722 611 556 500 500 500 500 500 500 722 444 444 444 444 444 278 278 278 278 500 556 500 500 500 500 500 570 500 556 556] endobj 549 0 obj [667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 778 722 667 611 722 667 944 667 667 611 278 278 278 469 556 222 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 334 260 334 584 0 0 0 222 556 333 1000 556 556 333 1000 667 333 1000 0 0 0 0 0 0 333 333 350 556 1000 333 1000 500 333 944 0 0 667 0 333 556 556 556 556 260 556 333 737 370 556 584 333 737 333 400 584 333 333 333 556 537 278 333 333 365 556 834 834 834 611 667 667 667 667 667 667 1000 722 667 667 667 667 278 278 278 278 722 722 778 778] endobj 550 0 obj [611 611 167 333 611 278 333 333 0 333 584 0 611 500 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 238 278 333 474 556 556 889 722 278 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 333 333 584 584 584 611 975 722 722 722 722 667 611 778 722 278 556 722 611 833 722 778 667 778 722 667 611 722 667 944 667 667 611 333 278 333 584 556 278 556 611 556 611 556 333 611 611 278 278 556 278 889 611 611 611 611 389 556 333 611 556 778 556 556 500 389 280 389 584 0 0 0 278 556 500 1000 556 556 333 1000 667 333 1000 0 0 0 0 0 0 500 500 350 556 1000 333 1000 556 333 944 0 0 667 0 333 556 556 556 556 280 556 333 737 370 556 584 333 737 333 400 584 333 333 333 611 556 278 333 333 365 556 834 834 834 611 722 722 722 722 722 722 1000 722 667 667 667 667 278 278 278 278 722 722 778 778 778 778 778 584 778 722 722 722 722 667 667 611 556 556 556 556 556 556 889 556 556 556 556 556 278 278 278 278 611 611 611 611 611 611 611 584 611 611 611] endobj 551 0 obj [500 500 167 333 556 222 333 333 0 333 584 0 611 500 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 191 278 278 355 556 556 889 667 222 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 278 584 584 584 556 1015 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 778 722 667 611 722 667 944 667 667 611 278 278 278 469 556 222 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 334 260 334 584 0 0 0 222 556 333 1000 556 556 333 1000 667 333 1000 0 0 0 0 0 0 333 333 350 556 1000 333 1000 500 333 944 0 0 667 0 333 556 556 556 556 260 556 333 737 370 556 584 333 737 333 400 584 333 333 333 556 537 278 333 333 365 556 834 834 834 611 667 667 667 667 667 667 1000 722 667 667 667 667 278 278 278 278 722 722 778 778 778 778 778 584 778 722 722 722 722 667 667 611 556 556 556 556 556 556 889 500 556 556 556 556 278 278 278 278 556 556 556 556 556 556 556 584 611 556 556] endobj 552 0 obj [556 556 167 333 611 278 333 333 0 333 564 0 611 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 180 250 333 408 500 500 833 778 333 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 200 480 541 0 0 0 333 500 444 1000 500 500 333 1000 556 333 889 0 0 0 0 0 0 444 444 350 500 1000 333 980 389 333 722 0 0 722 0 333 500 500 500 500 200 500 333 760 276 500 564 333 760 333 400 564 300 300 333 500 453 250 333 300 310 500 750 750 750 444 722 722 722 722 722 722 889 667 611 611 611 611 333 333 333 333 722 722 722 722 722 722 722 564 722 722 722 722 722 722 556 500 444 444 444 444 444 444 667 444 444 444 444 444 278 278 278 278 500 500 500 500 500 500 500 564 500 500 500] endobj 553 0 obj << /Length1 761 /Length2 1025 /Length3 0 /Length 1549 /Filter /FlateDecode >> stream xÚ­RiTW…S ua©Ôò£D$ K@¢¢(;‚3“ÌÄaBƒA´îJ]•P@Š€¨,*­ PA-A‹năZ+‚ ¸u@=žâßž÷çÝû}÷Þï}÷ÑœBÃÜ„¶a(áÆf° P"³Y€¼³X-‡¥‚¡3¤,l>ßÌÖ(ǰ<œ ã)0Ä °ÙBdX '"(…Ù¯IŒÊ1àù1 iÔŸ¡O&E—™t@Š„0T™ XNaÎÁÈi0©åÿ5¸¹H£TΑªúÛ8õ.U!ÊÔO L¥Ö0$ãè`jüQœ†j0*&¤JD&D•0pcs,îÇ<’,B´0в$ —*“á<ŒBƒ•þ è`†„E„Š\?­v •"(žª†ë { f‰I“pD °,›$’çó-~а T†Aš8< Åqi*…üDdÄ:6@PÖXK*f2PŒ KéÌr ÇpJÿ^¹<À$«°’0Lñqg$NùúA˜VçæÎn9€Åõž<Öòÿe‡QbàÓ¶|Žåé$ kaÅx“y¯Y’}d]izPñ…2Kzòøœ=kš­=”ãÍx|ÛÛæ2^u>þþ¹õZë%Hùhý“à}LHλK="L3è˜k[­ #ìè…¹aßtÉÇ-ÒTÐØ0J•¿ñ¡Ñ±]]åÚuݹûNÊ1Ë!ØžEÔ'›,J¯]}÷"]±âì]£Õ/ó}=%¾àhHù÷mõuÌÄŠ1cIÓØ¸ÜnÛ÷FjíÅÍ9üŒÉÐ+9>o‡³èZyÛY ;OáhŒþ•?;L0l¼ÇåÈ9ÀÌÁÇ)'Ú·¦:XÒ9Ìt‘Î79å|Û"^µ\?+Jñj\Y¡¬tœÒgf Õ®lˆ­Wù¢'Ö·WÎ[e£¨¼ÀñÙÎVWeÑæ'ô¾£=Ÿ´Ùâeü›7·_È ÖwÉtNföû‡D¹zåù¥¸¸>¦7³¨–—6œb¤I??$„~³n[ùg4ªÎùµ¥ÕôH@4ÿÊJ»«{789”G‚^UöÎi’X×ß« ™qAZ3~Ì)tz[ÑÓNÕgäqŠÜN¨ ¿æÚTqøxñ ÛŠõñ†j‘¨xRõ0¬Õ0ÖÉ×v¼÷w£…qíá i‹ñD‹v[GR]𠝝wB¹À#¿å­÷ýóúCÕ“=Ò-ﯧØÂ蟪óêz,¸"!õ‚WÅAÃé1S²¡ð4·yÙŠòÒàÒuªÔgüáYeüʧì¡;Óê^ «ÿ”àÛÀ—àÝSé´Eg*ž£·…¾)J`à1~µõ (޶ïïÕ¥pjç.âyÇ%¾oñÝ3W‰n늮g׸6.¢¬ÚZM|ª:h™>ýÚW­35VÖAÕÍ Œèòœ[§ï"|Óêº]ÖgŸè}“}멎ßëñŸçƱ–‡ëXÊ×Mæm}4¨¦HUaGƒìÚ›¤‰.F{ƒÄö¤ø¥=j¨Qg¬´Ýïë#™éí­þ‡<œˆž"6Y|D9ÕlÈ-‹žzûönüÇüK³<ïÜùÝ, }UØçsçbŸf¥í™'›ÎÞ8ê.‘K>,ËJ+O)¯W7ò¾"äTæqxJèÄ´Žå¦æ­&s§ÚÈ’GÌç½–]¶f–¶cÄÇ{êµ(èôâÜËœ3¯dzDlY~n¾­éu~PÏbó›Ænßü̲²(—c&kkìè8¬ò¤³Ðµ9Ùòðx»ºÝzOÿ¯VÿäË]ÌèÙq¹‡’±ûA¶ºu‡nÆéøVå)C…l­Øï]RSxCÔ{%kÖRäŒEwL-7Q³r3÷·n‡†‘˘"¯§ö>iÅ.õQo8Š(ÿÝ•¼ˆiR}Õ^¿¿Qš?6ºþ°i}fTC”wòÜÖEɦ6*¶¬Ð:Oè8÷y÷Ê¥™ÑGÎûê'þ ™Äç‚ endstream endobj 554 0 obj << /Type /FontDescriptor /FontName /LSUPIB+CMMI10 /Flags 4 /FontBBox [-32 -250 1048 750] /Ascent 694 /CapHeight 683 /Descent -194 /ItalicAngle -14 /StemV 72 /XHeight 431 /CharSet (/arrowhookright) /FontFile 553 0 R >> endobj 555 0 obj << /Length1 776 /Length2 763 /Length3 0 /Length 1294 /Filter /FlateDecode >> stream xÚ­RiPSWVFeŒØ¢,,ö‚åB l‚ÆAe q2`y7áiò^xyÁ¤:£E.,A+ŒKudéà€˜ª–¦„ ,n`;ZTœ2´ÐqŠ;÷Ï=çûÎ9ßýÎåxÇ*¹RŒLr’ ¹ QÊDž€ÅáDP¥q’XÒ0  ¤F @D@  „ŠÄ,ˆ õf פÒÀ/‚$R¤pJ€(”N…:¦‡ Õ%©Â!mæ©V â&*  •1 A†«h58ÁâO(Š$Ô$O¥1£þ”)# ø1"ý## ­`PÍâG“Ì,È(ù?DMo.7jµÑ¨n¢ý¤Kà¨ךß2HÞHC D‘¤ˆéÔ-pJ\Äp£n:I£Z\%%4Z¸H0O M¸AŽ› ‹ÓªT Fµ8™‡6] cߤ~LdüÆ [ÞîuŒEq‚ÞhÖC xÏžŒ‘÷1ã…›@¢€' ‘9ïnIÓ†­!T$†$ (E¡fóƒ˜H2€4hbóyI3%€±&¨IŠ5±Vaà3Uä-TÓÐTVø6;µÆ‰ô‡O”ÉHS7H¸’f$‚„±X”ù¢ÊHQ 'cÔ»X3æBh‚*–ÝFªVîÝv´:»"kMY[ålþÜ7-žØ¯Ç×fãX¦RT¢ðÖÐåOKûªò­ìíí‹Ö©VºPW=,Ñ’GN»œ¯Ê;u6þànQ¯SÉ6ïÉ+š?°ìi¤5mó±“ûú‡6Pý'¾ñ ´øîjq*Á˾,«Ýc›·pyÜáå>žbû9Çî™îls÷£_>}Q»ëhs˜ê;]"cÙyÞ²vuø¼”ôÕ+IÞÞ x(½Ññ¸oÇ"lÌ9æ@C¢iØ+×'‡ó¼QyÖô2/kqÆo?ëÙ÷r‡,¥/wÆÌe5xÉšºÛ¬{›ûø»×Ö{mø¤¥_˜ú·gK@t‘«FÐ#t¸ò°ÖãÖ¶M—/!9ÿd¬¿o-Ñ\5ÚëžoµÝÂ2 ïVmü±ûqó)üébÅü…Çst5+.UœÛ‹+UŸéÄÓÄú+®Ém¼;G×Öξ›}þÐâQÃaƒ×g]¹Àö;µîq›]fr%œuÿ°Ôtg endstream endobj 556 0 obj << /Type /FontDescriptor /FontName /OIXTLW+CMSY10 /Flags 4 /FontBBox [-29 -960 1116 775] /Ascent 750 /CapHeight 683 /Descent -194 /ItalicAngle -14 /StemV 85 /XHeight 431 /CharSet (/arrowleft/arrowright) /FontFile 555 0 R >> endobj 557 0 obj << /Length1 1606 /Length2 9825 /Length3 0 /Length 10652 /Filter /FlateDecode >> stream xÚ­wePœÝ–5î\›àn îœà¬†FB7ww Ü-Hp—`ÁÝÝ]ƒàã}ïÌÜ©ûͯ™û£«ž-gíµ÷ÚçT5µš›„…ƒPÖÁÊÆÅÎ)PÙ™9C”ì•Ø$À€Wç{4::)' )ä`/m  t€i 9€›À% €FrptsYYCŒZê:L,,¬ÿôü•0sûÏÈëIÈÊ@ÿúá;8Úí¡¯ÿëƒ@ j X‚À@€”ªšž¼Š€QNE ´:™‚jÎf`9@ d´‡™–Nð? €¹ƒ½è¯Ö ì¯X€)â4½ºšÿ ±Nv äõ‚¬œLí¡¯3€:@öæ`g‹¿¼ú-þ&äèäðša÷{Ss€@!æN G(൪š´ì?xB­M¡Õ†€^ÃË×L sç¿Zú;ö ó…š‚ì!(ÐúW-3 Àq›º½Ö~stýMò·ú'V€ÐÊÔÉ „@^a^±ÿšÎ?ûü·îMÁnŸvø;ë¿8€  Ø’‹ûµ¦9ôµ¶Èã¯E‘··tpqþÃoáìøŸ1 Óßbükg˜^I˜Z8؃Ý@K4èkIãÿNeöŸÈÿ‰ÿ-ÿ[äý¿‰û¯ý·Kü½Ïÿ -ë «˜Ú½.À?Àë ãPüõÆü¹¦v °Ûÿý¯‰:À0üŸ@䡦¯c°·z•‚“óNDä ´PAÍ­–¦à×ýíײ·:AöÀW-ÿ#€‹“ó_bšÖ s[û¿†þþ! ½Å¿2•çoÞÒÊšµäXþõ5ý;KíUu¨¦›ã+±ÿèCÙÁ⿌¿0$%\lïxlÜ|ü^~.?—×ÿPío®ÚʦP'+ÀàµeN®¿ÿß?-£‘±7w°økK4 ¦ö¯‹õ_Ž¿ÂæÎNN¯zþ}×_þOûï]æh ³æB6)i©Ð*¢¬¾aiƒŸ\ð}AŽE5šù¹¾>)¡ëe&*ƒØkGŸ›ÜfŸ¶˜w~u‚:’€§9ä^4L]¹¸+ô-|,;þÆE˜©G:‘gÓJkú¼œÚ;ÃÕ ÿ QŒ¶ð8¡œÝ2ùÒ¸äúâÓÞ8by›'WÇ´âÔÂàUåÑ'ìßÞ0ô ô÷õv\ vm“±dÆ Ò ¹ `ÒGø~Î$Ó×*ócžÙý68 &?â´êè“ç¿"ä] å Z)ëûâuJt¹¯J¡Þïð±ÚùØÖÉÝ¿+a¢Ó—´'¾eÓ¯Ö’¾ú²¼å _.áÌYáðù"ξˆkv !†ålU_”¼KXTFWv,­{ï&Jx½hGòÃP0W L›ÿY˜ÊSz¢ö£#_YôϤÙGœ‹ Z·ö®TïIìèÅoÞ§TyBg‚£©­qS'É‹ý=W.ÚtèɦØÝž [å´¾ôÞÈ´îD]K©ûé0ïÖi˜x·ïÞ™M÷«Wl ÃŒtLêö»¼Ñ52žÂ«è¬º Ó÷L<* ’qNùü[YçU7åÄÞ¼ŸD²Ï Ъäµ^Úf˜>ßx^üÃõã”§IGÄ´¡¯9ŸÊStù9™rUG;ÓCè<—ÌSø 'aÄòxxøí•†<ÞP,:ÊîWh•­9âr+Mˆ/CøQd¦–ªM¢JiÈç½BßZl‰¦÷s×ÐŒõPjªÛuE_e±Êâ)Å„«&ù•9ŽŸ+!Ê’¤ÎXØ_ëxèb6çnï“˵„O ‡gzÎÓ«jRv÷̤HHoøyÆ­İ4¬0½Síg=Ÿ-S ·üô¸Ë˜¯üÓÙ×Ã9§"ã£È÷¿ÝâÆãÉ Òp&”>h¾Ä(TŠôÑÀí¤\½Dv³*sÄÝæÙaFHØMÙ}±åħªôŸàãñ»ââæ(º1lVRŸ8ëÂÐ ”aímy?I{ò-Éq hpiiüîínÿ@dõ„ž—ƒ¿dSVØ3>ãzQ:mžjEÜ•A o6Wá¸ý‹Á¤7±°YØ{› 3,¢fa¸4î9ÿ0ߦ/W ¬^ €² §ØµÔOg³`7k_ĺ[à)“Ù2ç ~Òü‚Åå×&K¼@˜‡Õ¢HÿéK>áW¹Óµ³úsa/ àè5Þ‰,ãÌã!øÚ[C¶¾¾k‘b~ž›,Ô×C'­>û×MúÉn}ù|­ãÕzÞŠAŸ­úñ1BÔ¾ŸŠÜêU°aáCfÜ|nä笄jéXD³ÜwCbPë, ]gð²÷cª»ÉºÞÔtB`Í.¶§ÕƒM1]âÅÛüHÍRO„½øp‘?NÎ̃ãÐR °¥Ï‘]þÜi–íî…ìtɲëÉCÃÀn¿²ø!0Õ7´=×öºˆîYΈj,xòÞ‘ù š,æPŸ¼+s7«¡™¯úí±&—¿a1cÍŸYÎÔ"&K7Û!AUNÒä¶2Vφ޹ëOtX˜/Ýaˆï¨•HãÛ£Š±=q¿z[_îQ¯ »ÿVϼ~äW‘wt÷‘«Ÿr¢µÕY¤ý%gy)öÓÆí«ÃEI¹–RÙ}}`/‰à²Çš× ì%hHL¸ #ÂÎo7†sö\õ¯¬M÷HJ î‹‹¥_uÞÂŒižåáÊ{z‚ZÂKOZ„f>L®"‚÷~R¿åqm°áˆ5èîŸ/£4¬¬Sþ-êÍËõÖçSiÑ/‚LÝ5HÌK×_᪭¶M+¯ÏÌ$,‚ÊzÝÏÜ ‚NMÊ2„gù.wç_j'5êÏuFñuÅFÛÚVñK$÷iK¸êQÇû žÌ?K¤0ý]ª´î€js¿4!L¸©5Ö [?w6'6ê­¼+郋V!`DA\Ñ ëT!ÅeDB⪶ÔbË{oÕÑJŠó86úÆ_x ±y­¾ •ìÜýè òÜð#<ý„'6 ò\_KQ<êg«žøµ_=Â$Ùm!dV68yϸäÍí=d|Ã_züXp?qÁ ‘¥øjiNLÿm@„I„*M•f £×µ8<é C]j¡èñ§"Cݯ5¥(T*ú{Œ¨†¢*ñ‘ªÂæD X@ÀîŽ-ø„tYMR8* Š>ÒñŽ÷6¥‹ð­Oï>Œ…ç…쵎oo‚kó~Œ½h¥h¬P¿VË2%ÏP½ êÈ›Ô/SŸØ„®¬¡óx¹I/Ù´ãÑjï償 S>ÒÏœ›Ì¬Í:Ð3S7µeLzÖV‹°tŸ(„²,´Ð¿qÒhŽÐ%‘ØÓ+tÃñ…_½ŸsXÌ"-]®&gB‰æü¼ùù;Ûz‰IGewL+L°hÉX‘¨[ý ÇÝŽ=ãÞÍ>Ãù)’†s–cÛ¹Nz°‰€¼@7u‰—¬ôl1næuAtè¹’Ð1q½¯=.ó×£ ï­°ÏQÊ[yÈJÅÖiÞ,X89ƒ8-%è6Û|!M†ìÉÒÞ?ö…¿@œÂ`¯ù}J£âLzÌŒ¡¦â/á'‰r¶c²ð1ë¢íuš)2#– 'ÅÚÔïäZuÈ…?8OÕk´r´°Ã‡÷Þ ©orý´B«ä:‰o LíÌ6USR4MÝ2§a!çÞ¤Òì„䗙й þ ܯ¥ç‰,ÿ­ÿòkƒü=üÕDödžèo}‰r¹ñÌ+Ø¡ƒîÖ2m( (¿ qôªIYø>+`Üc~6 Sr·å·°Üyƒ(kòRPò¡šŠ}÷@`íãªÃÊVïE¡Ýº·Ô7jsy½ä™¥O«0Õ,qè5áÆŸ©Î¦.מíßÈ×ÊÚº'0båó-½×Vº…È?êÓ Óü xùê0k׳ŠÿsP°Ï °b𾣊}¨YˆþäS…+3 #o`g ßøíÇmº7^pamãJëÂ>HhpÌú2¥ÂºÑ2»s‡bÔØßþÖ¨ø˜*™ú2aøëËÜÌfñÎ!2ù¼–éBfVào‡ž£´ë—þ|Âô$-ŸóÄ–ióü* éx ¦> [OaQ´^wàrŒóšÜð µ%}ieþZÏýM_n®y·* EJÊTS޵_ZbÆSס¤ŠŸìVø0uzÝþ;kôÆ@Žá¥J…|’$é3KË.sDþ,£pÁ˜8‘Ày3HoÀ7<ÀBõpžôãeÛ6–ÑcWÎç"F¬˜«ï˜JáÔ©G6Ôï‡QÚ©Þ±vØG›$Zä÷ÔØá> S-e.Φ°^ô/#U½?Óë4i0¾Ph†õiÂA[|†Ò­åF‰ÿ™]¨¡2X4‰¦iãUG™©¹‘ű§8@qES¯›‡ ÿI“ \%{ˆòÀOZÈÓ]k–.Û‰ ¾ÈqCÝ”üÐèTòÃf¢iÅäy4@Ë‘½ˆF‡}&’kལŒª;ÉMÇWeJOx%ˆýó<”„cá]DΙÁA¼DYEfß³ãô¹â›ùR'¶$à5é>é„ Ó)ô뀢~…QP‵Ñ&ÇèÁZ ¢I÷ÖK¸1õäN Mñ8èT“©°µûÑ_à³r]ÚòNïøšKÆ<Ýæx„¯-AÅªÛæ`aâwfè ž”¿øäÅ4d¤jÂb ¯{c¤ã€»Ëòl§{«¸ïž V<·-˜yDÞ.â(å¶•%,M=eë²6˜°ÙçÚs£» _]q´MeWEìÖŸ’óÍÄi ¡ |¿dØ›š7æ*J"%`$ÀŽÐºÑ`Vòömƒ¨þâ8qUU:½vão8.r+iTÜymF{«t«oð‡s+¼BvfåƒÕ­ü_QaÊ+¶ãG…£>í …%‰r˜9 “xï+ ‹O¡èü­Í‹¥ €b_êÌÆÌž¦>I]¶jo0©V€aF)w›J¢nÏÛ¶ôÙÁô=Fe„•³y¢÷Fª!NÚp‚«<³§8í4ƒf¾7K Xƒ´óLöj¯ÐÑ€óªºy ËZ±!xçI³àfØþÎíÆ ,|øOê]Àü8À ó Ójo ëOã¿ËW\¨™ùô´)õ›ÊRÄÔ¡A¦€›ñÛ×Ë8a¤§ÂFž±ü0‹ir÷± ëȰë#”5S«Ä!­ º UðÐÆ.óÁª»ypZls@?ê ŸÔ9àÕl )ùÀ¬‹õ9ñ¨ÆŠtžcQNµ*…ö}¬@3ÆÍ-nªáOÊ$çwDZÖüƒÈ^¾’]:Üq "jŽzJ°"qàšòwÓ… Ä"_.¸Ú;Y¨ %D"2èZ*>â„Þïèàötv:˜d0R‚Ç<ÝÕÞ0§¥‘0té?gÌ÷LrGWA(¥_KŠp’†ˆYÿÞòþô®ÙD/šØ…Ó3qx|cù¬²©ómšnà¼e!·‚DîσPÍq«Nµ>÷iÿ÷„ÜŒòp"úŽdyļ‚U°áž¶j2]”܄𛋠¼ñÅf€|ÇHH’|Dk‡Hɹ¸pS÷D¨ÅßE{—/a°7L>˜Á’›©Ô¶+{…¤ÇÎ0V¬)V¾_HŠ”båJ ~k"•|D»-ý&;ãõçœWž>ó9~d±±hòö×ðؽeü"(¹%ô;5Ùwø@|#ÍfÁD¹%§ï|Êp½×kærŽ„9‘ycW°ç»<Èyá{·V5Úc;æ;eßiJѰ6G´¦6Ö¨û‘.ƒ²'HOdJì 6ë,^/ íð²Ð(ž>gêái2ê‹GFŒWjí ½¡„ÑIŽx^=¨¥½¿Gv?â…C†¼wêù)µÀ±“Æ!Hv›öÎ9ñÃW1ÓÅéšթ)•Ÿ`+˜/Â=H(ûqJiÙ!+h(²i"Tf¸ØÉâ4Þ…ÃîºðYÙÎùZT_G¯I’Ê´«Ä¸ô y+4F¼-3â{|‡›’ðö 9oá:X_ÿt–æyž\F“ÞßÙîæXÒh´9Ýj¡¾Í‰£ÉXŸ´|F²*‹$jf¸™H‡O#‘4;ëo †¢÷‘˜–¤±†Oe 7ðÇmÞÉ£ÿ¯0Ø•˜=ƒõt×H§xÿ ÖÓOgR°Ñж² yköNxGý`„^—:ð[¾Rtß=7¹oé©}0æS˜˜A6,íFpŒƒˆígzî¨tQ<ᤉíw#ùWÃùàVV¬àí¥C.‰˜?®–,ò×aî?º¸ÿ ~Q`+ÝÉöª'íR»ta‚…ý~Œß;íÓáÀçM7yÄL kíõ¢FѸS»-g³Çà …_áºiâ²{h›$;’ÌŠ¶š@c ü˜p´].¢Î’–[ SÿˆÕù"E`©¿NñÚ7Ù‡üþ!;&š&â3ENôÖ²L5 /àòÞ%‘ߘ¨±Q3Žë3nhî Öm’,ŽvÈQ2à»âÉÏÇàBIKš![lm…y‰:FVÁ"ÔÔüÓ­=5;¡ßœmïJQ‰¢%jͳ€ý¦¼‰-«nhÑ ¿àgî™UJïôs• ‹\î0÷å(½ÒrzÆŽÝz¯½•Óâ¹;k§†r 6œVå°ØP3QC2«0ÒÅoûv,§¢¾ÉÙ„:? Š–‹þ¢Píµe?,i#s‰î˜ÿfvYœ˜¤Èr¥GÖ†R³Ý~ÝÌHöy02dÄŒA]Äb;[޾I¯•G6®D§ÛǶ‘˜2Ä^àGg£¯;ÃÖQ­ÓIÊÇz[úõ~‡§üüé_V_µãâ7; K×î'Â…ÄäO;­žâœYnî“Û@ ÜIpD¼‘î¼Hwí g ±_»üë¡ccÂô­|ñgê:€àN¬ßá“I-“å2ÑÕe_ÍQ3pù Ó'Ö³·7Ö.fÐdüY€¸²(æB¾eäõ…îåt—~S,:·' ᥹úô[kªoˆEõ3V/nµƒ‡[ªéг¸šü1Ü+=½!3°+sI"ÄXQ±Å‚•’|¸÷o¿">ž$©¬0-R~ør&ÒÉ J' šó2ôcT÷êS‹I™ÊœˆB”KÅ2¾±O: éj&e(ïâ³ê$d2㑳“LÕ¨©ë¿,Jø3u3ì¥üYËÅ‘@¡¾!žôŸ×AE½ù&‹V²n™“¦rÂí'YÈœTûdT„·aë'q„Z‡JçšráeªYbHs,ñf[ ~C’ó‚ý;’:¯àJ11| ,[J"Toš‡Ö,«c‡êû]h·#:‡úKϱWxkt±Ù‘Luš“ <éŸH\*x—ÚŒ#}…ü|•·æ‹e^¦yÀoϹâÝäÍ/§á¢š¹&$µíJ› ‡­ Ž!g飑ÙÊO+ÎQ”6¥³âìTñU+`Î;¦‰ˆUÚ\×ËF{Îcµ“XHîŒøÁ¿2R÷²XLo›-O¾*f¶—(â ·T‹ÌI ‰;ß诒"×A³–Mô€UKv%b3pOØ´Š<„-ïµ7ù`乫¹5oc²æõ.ÊûT\îü²?‹š ×yG°0£ðÉÈí`\~˜µ_¹”û,§5DñùÏ ¾ (e6|N uTï»æ¯Å”{[ëÞðõ ÚWƒy˜µíÙºÕä–(3|kUhî'¯BqåQò¡Š ücòÙVÒÕA´Ê´D‡{^÷—tÚP†¸‰Ñ5J6¦)w õ¢åþà‡47²}ª–øYrù¶·õZ¿•zE[ûÇ«`“ÂÛ÷Hé-ô™ ^–U3iÙkø¡n ÓÏ5û˜Ó€†lû/Ï0~±8ðïɺ¸–û еg ÙEßLv\£d0˜¦WøRÒšr.’PüØ+Æf*×Tª®¨[˜°p8½^^Ò—jbLùÑ&_˜QM%F•-õ]ï¾{6sñ§êîxë+ÉJÂ/Ò”‹°ÊÎït™áúœ«V9ç…nãc Ŧû vÊÈÐ꘵¾‚²ñ˜Ø8c×–úÝÄ4Üë iÓàuO×+ ?wÉ“™ù·iB”AéùÙgüðOm4¿.÷Ÿd¯È'ÓÈÚ׺F>÷ņ¾ìTæÿaðÿ‚wö}ŠŸh®ùÈã«aY((4êTÀnè´uzuøÆOýŠH¢w)KPü¡N+b:×_;í·(=ÏpX“”úµhÊ®mÞ¾X'ŒÔ¥%¤Þ‘°ñCR¥ÃxÎFF¶žkþã‹—žfÁV®‹¬»7;!CkàP?ßVföt`ªÙ@‚QøŸ;@»…»(oƒ,JÓw \†7Ü´êCË•ò🸛çh}i½7„;YòË‚¾÷\вbÇ»è%Q¨ñÖú¤¨C¦ˆC,s&#±:â\3Y$\ó=l‰;à¿’[•R!ä÷òœFÄ’?¡]ÁŸ6³ªGïøkF|ÿÆ•¢}Rµâ6''èäþã—ìA™[Q+«ðÜÈYÔEš½Û›þ¤ÁίVÔÒ¡ÃÕN$Nc)­k2hŠ•”ÒxD+º†Yå`÷Ì爮˜û¥–€³Uæ/aV[ºÚå?ÕC£Ÿa"vzn™XËßH¢élbÅ’¿ ^Ö¸{:Ó<€³<•=Ôû¬ É…{™ãýÞ¿ô*Mw6pLhGˆÜ<öGóÓÅFÜ^ãds¬I{2Ë ¬»Jÿ~íužF쟶©.ö;`Ò±‹‹·Žàñ¡˜tò€Xv&½¹1Þº~9À'‹þrð3GyßÏAÕîU²³å$ïTí1i?ºê­iªR#&…¹Íð[ï£ú=>†V¯Æ6O’÷â¡á$xiŽcd#¾§gQƒG9‚<68÷§}ý²£§ºNÍzEf°Zò±ÚO‡"V9œ3ÙŸŒ¿Ç¼Rz¬§êí%Äã¢÷=•ƒ–ä”ïû‚Űw»»þ$|ob!®H#*¼NRþæ°›ÔÔµÐCøáT­ÿf¥ôdö¾R»Ä_UYÛ–ÎDûƒµŸ¢^`«[‘aWäžÁwZ4cÃÖ^%>’b?Îh=Ò ‡K–mšYâBüiÿÌâtÈ@w+#Äw3Ž7£4åÂÍKR:ç“# Øëü¿'ž¤%ð%6QA€ì_¬ª]⹕%ß´PÅî¶ÒA'{ÂlÌH …„ZfÊ0w!ˆtvÏ“3a!h °¬÷lÇ’"·ÉiR´&¡¦vówIa$´Ãç[ÿ½&Ù­!maïœË J£Q²nñýÒ¦€‚–åO—›Dl–Î*)A!u{š-Í/°Ûˆ¦´ÉÚMqö½U>p1ó'˜%a#Þ¡cœEPù¨pՂƱ¨š8´Jçß“¾Òï¿’ýÑøí!Ã#†fÁ“!й®®Ê€c3K5¸Œò#L7¸ÉÑ7¯m“MQ7¦kµb&1ȆD2ÿqôðA­J]G°Ø³åwÕ áÜê>}"°x ëä‚áM ¹÷™D©âs©S×ílB<é¬ÕÝŽéÇL1—ïc!èê<û¨6RÈÏ$ïøÚ‹á˱ZïànH‡»ÿ¤¦¢™*d«¶‹È &ªËWûÁËÏ‘Ìq‹¥Y©—‹µ îa&|SÁÓEV=§âi:$‹Â¥ þ 5΄+ÌL`}~¡½XºàËBCœFg»‚rÕÁÒ‹raM?-yȹ\áÔDê{ÉèA±r$-SÖJfëº%|Õ¿Ò펋å?‘u½Ë­ E÷MkÚ.X'åª zÚG½¿§Y,IÛ8S~–“~”BH@´¤º9ЭZÄô¶¥êš \å©©MלXÉœëˆûðî.ž¢ë 3G÷Îׂû¾ÆV|h\öQDŧS/ÿòKvVo»Ìÿ ³?àœSý1>Íõ3½"À#2˜\¤îú"mìSÆ*W‹+ ¯f$”vS»N5ò¬‰«¬`Â¥¼6Ë”s¬aÄ–æ¡ÆwDsAÓ¡ü·%ˆpk”ÞÌ7ެʸ8?¼=²âL¶ÒG‹¤Á`4$6d¡KF bpz*•ÏL#ê؇ÒüDh5´ÞÆÕã «rŸžK>±vö!¾€KäâS(Ðì¦æøûÄVÐÔôÒ^”¥ŸöpŽ›o<þ¢±jéFª,p<¤_¢{uœ.Zp‹×ÞÍŽ1pGù2vHÿ¦ä§©ïV^5ˆ{*¬Éž%.$aòâjÆãQ› ;EÁïE0ÁÛ´E´üägè¢OÏà J·Ä;¸‡YlÑVˆRÝeÐŽi«Ï†ÿ¦Ë!]pßÄ  »õ9t’êÎp 'ûí»%Ÿçz²µx)ýImöNK+´âÐë#<©CÜ“Oéݼü¬Ñèúû{¤üÁê±”¼ãíQ7ýç˜,ò«šÎ˜/Ý#ý” å8{ˆÁK®,»»o©ïÆ©o«‘Ô;+y(©Ìr(ÏâàX»é-„"Q§yÕ|¿òM<?¿¥°;j00Dsçú¤`çÓËô0ñ© PN[F©Ó>Èpx vƒ8‹}n)Šªöc`ᙄQùF¡þ®£§ÓØŒl„Œï¢Ôãh.T˜7`£I­ "ó¶QÇóć¥`û4«Õs@v¢A9œâ†~QRµýeàôð‰]x.I–•ø‡}â«Õˆ"‡ð —ÿ7Ò=‹ YÏR{#¤ßû^öüŠ];:”Å$ô`S+„ÿE¬=î¶Õ:GäÓFVŽá:QÏÓäÝ^ÖÜ'©»¦ó§ÜmŸo~‡‘Rb‚+ÙI°¦`Lw‘$¨-‹ð¤¤ŒW”]rj‡U©*"Ý;SÁÚÏ‚¦[Û*EoOÑòÖuÅ„«Ö¨VÙØ)‹Þ²1jÞÈ•Ñp{Þà]WÅç´l¡â„Ùttk'-£(Yklñ4æö›|‹˜Æ„±ÔiY+Cèkk»â™c’[h›ü9˜~ÌOÉòðÓßkIÓ‡jTçÑlèÔeÎbßKñŽ£/’[¦› :ç;Q¬¹Í"³œƒÔ.[¶°žÏ… ëb¾tÉîB;6¤ÌSCD#¡ÞÑÐT¶´§}<ÓÊÓŸºT•{È«QÕt+‹Ï®÷î–´I‰;ÂI¥ñ‘T' Åœ9Ÿ_¢cpêžÁý0¼åéÈRœo$Áí>ÝYÐbXîØá¦——ÆLȶcoeØbE_\¯€Pª)FëžRãØÚw)P‡‚ú‹˜ŠX³1å4Óf¬\[¯îµ´E”Øý#Zf&µB?Ù‘Š>LÛbó4¼@Q¯‚"FÚr§ÜOh zÍ8Gèù §âë÷sõáKHÈ™ð›f}£kHÈ— E  [. ¡9¸A ÃÍËÜ˱Äã¹)ñl¨§†¾ }†4´ûOU?ó³æÏn Ì”«¡Â!û·¬¬áO-á}%%<Ñ1òa´±hÖÍp ÌB!±y*Ó¸YÉËjœû ¦‘<\ÚLH˜5çÆJ×cÒÇØf^:|Í; cnw´)×I›˜Ï”°†9¸&\#Ïì¸ê³ª6²$ôa¢V¬½ÁvUD¤1†eûˆs¤eáȸ“¦ûq²Âó‰ ’:àï"((2`e±×ˆÄ‰ç_ÌâNé^´®JÏšÎüŽNý§’.ój.Éu-;UQ÷ßÞf»ûògGÇ܃¿rÈ™D¥¤:0˜È÷ïÞˆfšf[mæ£æbõa,­Üç9÷b‰³W#àÈÊPl·Òfw›<Å¢ZyµV3™tøÙGF ÿÃ`#nÛ:Î!éÉdýŠË`aîê7ˆ,›UKñÅ–)ÞQ¦s.˜Þ¸»¸zR[zÍÎÄWp©<.k›F‹ÊÇ’+«l•aý1ÕïK";ï]˜üÏSÁÁgŸæâ:K‰î»ÒÍ­>þ’ÊÀ4î*Ô±7³kHwr|•¹]ÌïGZ·Œ»ÏÏ —°›. é5]ã²'+œÒm™á¦øL]á.ª]¨\¢; J/WʬG!n&ú%·b#?`/á„4VÍ|ž£Ù'Èâ# Ð~Ps_BOi²ç'þ,kFñÑ¢ÔéÙwÆQ…Ÿæl8š˜p3Ý£yù|.v¾¯)Yÿ†.ûeUkH©Lš ¢²¯<4Tþö´@œ¢yÝ¥¨ª©fÒgé;ìL5l¿ÂâíWã' •\$†´/Ó—ntÏLG±tÇÛ,èºî+ÀsƒZ§ eMÎ_1Ì?C£\ùA&h|ùgAô,­Êc?Óžïü޲ŸPÀ‚/{ÊÃÏý“Ÿ?V]õ.MÝ~¢v»_\¸°÷åc’bejV‰5üv¬@BøUÛ ¤¬à¬ýÈTXÑI|yY!"-‹G©YØ_¯îÄÖ¾­ÒÎeà9š&Êó/.¦–Í•FtÇg ¡´¡½(—ýS¹ç’;·y_÷…m‘UÔÝ‹‘OžË ­µU‚ÏsbÏçðúËæŽ±aËm%\j²Ý8 NµM’˜‹É%¦ÛpæÀžû3OU[FÒˆÀ¾H¶S¦ ¦è oD0=“Ï‘ýD øå»«üÿøQ4 endstream endobj 558 0 obj << /Type /FontDescriptor /FontName /DMTQUG+NimbusMonL-Bold /Flags 4 /FontBBox [-43 -278 681 871] /Ascent 624 /CapHeight 552 /Descent -126 /ItalicAngle 0 /StemV 101 /XHeight 439 /CharSet (/E/M/U/a/aacute/c/colon/d/e/equal/f/g/h/hyphen/i/j/l/m/n/o/oacute/p/percent/quoteright/r/s/slash/t/u/x/y/z) /FontFile 557 0 R >> endobj 559 0 obj << /Length1 1612 /Length2 17088 /Length3 0 /Length 17916 /Filter /FlateDecode >> stream xÚ¬¹epͲ%*YÌÌÌÌÌL3Z`i‹µ·˜™™™™™,²,fF‹Ébf–Æß9sçNÜ7ïÏÌýÑ]™Y+WæÊªèˆ¦"SQg3}Hƒ€ÎLl̬ü¤JVvß]œA@&5€… é_#<•„#ÀÄÙ ”4qð“jÌH%¦¤ìì¤l|||ðT¤ {G+ KgRZM5m:Æÿ´üBúÝã?<w:YYI©ÿ¾¸lAöv ó_ˆÿëꩳ%€ÔÜÊ@*¡¬¢+§$CJ+£¤I*MlIU\¾ÛZ™’*X™€N:Rs#©í¿¤¦  ™Õ?¥91ÿÅs"5!u²˜ZýÝp7Øÿãb$µ8ÚY99ý}'µr"µp4:ÿí3ˆÔ hjëbö¿vsпÙ;‚þFØýõýS99;™:ZÙ;“þͪ")ýožÎ–&Îÿäv²úë&™ÿ4™ºüSÒ¿|aþzM¬€N¤Îwçr}šY9ÙÛšxüÍýÌÞÑê_4\œ¬€ÿÉ€‘Ô`aâhf prú óûŸîüg¤ÿ[õ&öö¶ÿÚ úWÔÿâ`åì°5g†gcÿ›ÓÔùon + <Ë?ƒ"4‘²±þÛnæbÿ>W€ã¿DûÏÌÐý%abÚzšÌáY”@ÎS’Òþß©Ìüß'òƒÄÿ-ÿ·Èûÿ&îÕè;Äÿ¯çù¿BK»ØÚ*™Øý€_0¤o©é?wŒ­‰ãÿ'ÜÄÎÊÖãÿ°á¿jþMòÿGÎÙäo3Ä€aefý·ÑÊIÚÊ`¦båljIjnbû·Sÿ²kÍŽ¶V@À_EÿÕLR&6VÖÿâÓ°´2µþÓz®»@³ÿJþ¯Hÿ¢Î¢¤!§©¡Ëð_ïÔE©üÕÞYÃÃþ/±ÿYŠ"Èì-þÁ¹“z1ý=Lì<¤Üò²±ùü²ý †í?׊&ÎŽVî¤úKfeûWáÿóùÏÕ·ÿ#4™ý3+êÎ&@³¿ãõ¿ ÿ¸M]ÿªú¯ÿ·àÿXÿkÐw€)üÊÈT Ø:=+ù'ohBR¿¯‡ b(ľ¬I£¸Ð¿ôË/=|›¯Êø­.„¹yŠÿ£ÝcñÄþýÏWúý‘l[š_©€‹B ºÞB´ êN†ý@Ã2¤ŒSíh¯Ë…-H=nV­ý U5ÃÒ7h¢©NGØËG: ×BLÊ{d_Ó´Æ8¬.Ôf0ôú¢“SꤣÇšÑá¡Á_×P½rãà¨\!‘¨£ür Dô4«¼"è 3Z ®;.?H´»½ ó©(ñ)#í^T, V oÉP"‚IŠŽ²mªu°¯æ¦¢Å’¦øfó>×\¨¤œp['ƒúnfl(ƒ¦³`‰‡î¿\Ñö9…{ÕÛÕÒ¿ô"çÍO«v•5ºý€þCÅÊ4áR,ÑfïDåi°,.o x+Ï Æ¥ <,hê왵©;U0ËûæXŸ…«Â|ÒvŒuÜÂ]dÒ|-Ù?©0Ôr¥§4.KQrªêÑé{åÚG@™PáûÀ¥£P“~ÇÒ\¦ÙõCa^ã1y¤»¤¥Ý’`18GŠÒ—/ 1œ2žûû|öX˜þçIÿa¦û&=½ê8Àó8Ôe›~f¾àÁBSY@i+f§S<ÈÒI]yÛú¨ÃQË_‘JSWâð:<¶‚<•. ‡mÚù‚oÐäbú3–ÿ4Oîç8eóª?fó<„ á‰,i#Ø•‰wë1Ó„à@¢íbE†?Œ(}1W÷½È"jæ'úûÓÐapÓiÑÍ!qFR»o$l’oJáï7 9ª¬† —Vê ÉZ»Y ,!¤ÓãÇUÈæÞztð„¶¥-F¦cd ÅάýÓ'ùtÝf¨lË(yÃÄ•÷_Œ¿÷6L‡0[œ/awäØdÏR1{Ô‡Bª…ò»;òGá\§KlØû£">EWÜÑüâÁxVÄ ¦ü c¿9þh  ÷”höú#Â8OMRÜÀ@¡yf«~ø£áž˜Xº…S© E]±Õ˜óˆ “Ü>òÍJYÌ€®%0²¸•ãüÛmˆ„-û®Z¦?+r·Ñ+Î<œ%k{Xÿ7¼ÝCêuÈ -hiü+΢mBª:sDEs“Žü@(Ö÷gæz±zÄè–+¿©ö^)’ÃÕÇÔ{8K–[I{žäÈ>yk³Ð¤ß“lÖ¦úfc¼eKž‚»Æ $Z@Wˆcn~¡µï½3ÅZýÏŸØæd-FF4öt™JµÎØf Xo¡ÉtqO%uÇíÍ7pª±ÕjÓ®Øê‹ÇUNc-Ó¿ÔὉ šÅmtدtåŸ8zÁ¯¯‚i$ÁÂ7V,$»°mÀõPg¬p¶ó ?”ƒ†YñþÀb{™[[ÛÈüEË£všÇlö¸„åM;'ÒÛ™Z|pùs︩Ê5Þ À Øœ &¦Àý¡oä‹êáêhü#ÿs´$ëQ7E¾7kKÿä÷6%>ïq’T³Sò‡‹ÅF_ÛZ!ñÃ5<.øãÕo‡ƒ`x$mí½=³•F3yMlúV9½Ò?ÏãWZņáù?ÂÞÍüÞNö\<ágŽ¢ÞÈY0ÌÛ!a’¡UäýŽ+õ࿎¾ ßkS×}iŸÈJ¸Üá²X½¶l› ¸bô»Ik„_áé¾pM¯ÌRµÎ7Gì«oŽ­0Y„räqNIµ=îä[Z1Ü`J v! t»Á¬¢!yàÍ©üB9ý o®)Óm‹þißY €ryÅI’–#ÏF´2iQä°Yhq?uóíî“ÙÊïê=™36 ÝcéiÆìŰĶ\Š.˪„è¹±Jœƒ ßV·©*1µÄ7åƒ3ÀƒbàÑP>¡ôÜ~˜ƒÕ|4.çk<gËb©lŸµ{3Þ„O ¶E·2©ÚÃ8Z^„ŒŠ¦«PH8©ubd›­«Ëìr@„ôÔ/+c•Lˆâj˜#ÖZÚ¥÷ØÅÇ{œ4§l˜Jôõšm5 Ûsýµ2eâE$…lž L‘þ©3ľðy9öÞ9œØG•õ=€“m©5×uË-çÈÞ«ãÜ6yçßC¶GQú}¥#¤*ã‘E€´>Õ:šŸã«]ÚÂ#ûJÐ$«ñ]_ª7#U:gUa‰©ú2‚›@aÅìÔlú&Øã`îîùäºî½fô®Ð-hÓ*;•¹,7¿EéfO[ú]åfBý¼r4üYŠÓ9+|׺Úí%<™D^/’ZaežæR æ&/j–øA3iñŒqž(•çY]s[²“aRó £RTÿn¨'åìp7MÎ ã—}&ÀÁ„ƒûnÈ)e H̃×,íg¿Sc;Nqëð\ä 9eñ™) Ú›_P¿\4³»\øÖýóØüÒ­Ñ¿:¹;•A½æœÛfÑ-ýª8c(6ípfb9ÿÓ¤[ú° µ×†ªJáï—®{Ö.¢G bXØA¡é´ê¶~,§¥:Ù4Oú(l¬Ñô;”í¨P¤Zd$à¸í² µ# )š#ã÷XÌøÉ˜éL¼?:ôLCÛ˜DާܭêÍDw®…ü 5¹t–;ksÑ4—žŸb¥‹«+ê-Eà¾ö(¥+I~|œOy™üè"Kà…UýVŸÛ–(¿H¢¿æ ë“;ÓEËçœØ¦?nàn, “’Z\.“›É¿!ÍTˆB¹H`zÈüÕyŠå6"RÆÛ»ôÓ3÷lEê"%ïŠåMm (8ÉX •ŒÙd„Ÿ*aÚzJgœÖœ’-OQW7çÞH³c×ÙÅûþp¶Õbd¾"?[„^(ÎA…náyëõ8:nïÀ”ªÊéȸ£uÚ+¢hŸM›«!|±!;ŸÎkæÇÕâš©ŸY!»^á§zÎ7|Þµ[®l%W°×7”ßûåÚv4sÈQ zìêÖÚa«|jmoËS™¢°BÂÂYí™úK…™qœšÀþµa¡D$× >Ñ€*èÂ6IÀ»ø9«p s½]üð‹Òâyá'ø%i,"´'¯2ÿmD[Ul£ì_G³wѲª¿D¾Á—¬¡¯pí±.c®µå¨ðPÃé„`Ú¹¢?¦dîGˆG]=½FÓÐ×Y•Æ/šS­£:P‡nÛÈÝ×­HIÏ2vÍqLºétzÎXJì‚C©»¹ƒwJ/ÝbA£o_Z“•ÝÓ“@=òTð¨vIÀr±e¬XmôËoº}®0ª‰DcÆ[zN΢y é4z@J"lµÑî5.$Ca€x¹K6_›'ùÜ—6ñZM{k{kå8G­È_×Ë}u`½p<åÀPE^#º‹ j‰±ÅÏÑS $>‚ͺWÃÇC󄲞!ß%•ó¿ÌJŸiü‘®ód’Û‹>|ŒYK†Ã A$x“WögLÛ½™ûxõiÕp#…ü㈞<,XJ/\/Cç×_˜[ފ˃´ûO>ÿÌ|„~PmRrå1—“~g軵xæå$g`‡&ïæ©cô`“‘?6é sÛ®]“]ày!eÞèµ\R© ¾AL)ª÷e·%"'s܆:Ò„§i0~k¸R^ èmlV ¤˜S Õ(JÂOÒ/üIgÍòÑ>ÝY‘3ИEú^+pÝ~kÓ²M:T¨ØW|p@‘´šöòã3M«f]ßKï€ÓÙlAÍeªþ ðK—ž€Cvaš U(6p“m5Eò¤Œæ³ÚÓ«¸i;c×?d â{X ¯¹ê€-2¹Iþбx…î¥þ¨jÕNÃá­:C×´tI %8­ßãèjSdîWð… ò±’—Ë€}]HÂÀðÖ‘­¯'¸ì»uË4­æ¸ðêÈ õú&fÔ‚¸TjÕòŠ†Ï·”¹§ñ)ȹÿ]ÈØùò3ç…ÁÇ&V™×ž¾î˜b b¹ðGˆkÜR~ÍãƒÁ ¥¤² V±‡ÕïF#ÓÉèAxåÁlÐJ*›óg(kc÷›I=4.lCedž°iaÀq6à ‹ö»Ñ¬‚6QFª!E¢{Ý]¹L0Ï$IjÊè:´\ÍüÓ«ôÁ¯,aÿ)Ðýöû©Z'guþ;ëi˜f®vh³à{C›Ñ°¥áU4O`¨±ðfŸÕÂ+,å`üú÷MÁ†-aÕè®›”œÅ· Ýž´¹öh ÍÕé!â㯫DÒµ¡ÌBy¾·zµ¬Ñ È„³ç†¬Xh£Ióïøi^G³oâ¿^ÝõÁÓìÒ¾Uí§ß,éÄÌø˜éSØllŸ}èÛŸwEÆ·Ñ™cÒ4okåÏÝs5KCîÑ£œ:”,Þó?\z8M]ÜãûsåV¤,úÝ"p/±óØl¶çsú/T_ɗÚ^èG¥|"êg=ëzƒœ’>ÕVÚs?ôý–)=”É׳‡ï„¡qt^7õX(,È\Áðêþ tq5Vê›Þ_Ev‡^)¿¿iY ùywú[Ä£±báRj~^S¹­íê0ÝFÍ=#¹­Gç‡:à|2îqÓ žA wºe¹äÉuhÐâáÈhƒ“›18 ýRKÁœ»†ª˜+N;$AÛ]þС¬#jŠ…3éUT1eDØ>¦+ȵ.¼óêëVÜŽ¹ÈˆXŸÛ×ÛŒ‡ãžuÉ6~œ¾èߨG䡸µRÓÍèµ ûîy^‚ØõSNRªÏéz n?á |0³üzÂø#Ü£9îè“„~¥qÚ á×Ä •üŒ!ìÜ?ÌVïAJ¹.˸âœÜ=·Ý•Û\/.áÖæ¾åáT n…pŠ¢ ©`åDVž>öÒÆ|¯^‘¿v™^Ñäb¢j€ÀàžCتôfOeÄ">¨Cýª1 §ŸSMôjLþ¼xdϨïê ô`X¬0²ôø¿Á#{ÔûAJï3ä…mâ¶zÕú¤ïMüÆã;œß[q‘ø”¼ÚT@V pç_ ¼x(¤€å¯Áaº‘®ÂÃzÏ#д#•D(„ÔÏTÇU“ÕlyÖ%ˆläýߤ›‘ÜkÎñD­Á_13ê†>z‰éhR>˜ÎxP‘ô8ôì#ýµmqDêòÂQ"’Ù'•lQ©ß³µÍãðº marì­rbé^×:…Ó&5yÇäñKùM‹µ”»êI‹à•t%ˆ„¥)Ãícf¾’#á }’⌸½6ânå,–£LDw4›AÒ%1*œ3 •¥ÈÝ\§Õ3¤Èᩌ“ñE¶¯ƒÐæ|ýħ<%ù¨Éã4nXÖ?`³!¤-FâQc±–ï9ä–n¤Xw)û¡'£·¸‹?jYÇÔõ i'÷TöVDR¢MûcÞ~¨±Í~ÈÙ3-¡ìŒj›ÕÒ²itmN{«®°ä4¼Ù#†°´€7;šY€úâŽE ñlŒœP \˜Ž9ï%…€?\Ima¦±¹K¶éôÀ„ñ[i`Y8}ûzòm]+ò.+*¬ÍȾ×"hP.´MŃåOGWË&Ë“¹ã ³+ ò6S¥ï†Íê[„&UQÛiÙžrrz—Èr÷64’RJë»IpMIÄ]’‰›‡J­Kómß'TAí:_ÚÉZ»íý’zVyQÛψe.ã_$îíôúH5äÕi…¼#ÒHÜñqÕñ:âºé}aW›vòBÁªîã)ýX1> ;Ý$xÔj¥¯ ú$¢2àXD?ÈYqégˆPU"cáû¯HÌ* f}[AXF—±.lå6‚˜ªä‚Ø1cåbTØ )&Õ¨ÛùM¼Ž¾r»Uz•2W¥ºl¯ç2Ó×ÉÖ³‡Ãè °ç¯*@ölÒa}° ç(៙8jú&"jC®¼*—oœº6X§~ãb60-þ'šAÒ[+†*™we{=Øa¥:÷:òò©»BSvPíMò $ßÓ–¼Ö­øÛRÖÈØ~38QaF é"¿ #³]«j_Xœv@Êñjñ?S×É£Þ*Õmk$µ^`¼Õè…ì%C•K8ï3x8·c!Ì*QJóÇ ö’˺Êkç>çS– ¯L7çé´cmús?d“Ñõ6A#›ç´K6ÎÅX. E¨u/Ú\z¶«ëý ;æ-2¾Ty®!ð ¹sÞ:‘}ôðLh,ä_tÃÁøøšß¼ê81^é$Nœu;ÎzÄÈÝÌ+é…ïZ.ÌrçÊêöǽ"‘óùlmW¨Fo»8&(ßü\û`^Kaœ!ß>X°’}ÒèŸj¹}ä ´í«GÕ¥0Jç…UÝâŸã,gÑN€ø˜§ =QÊA—qùÎ'÷c*fD@5È[Ë„ÔÞIë‹PÅ@8ùµ7j ÁÔ}šR.‹éxÛúäÓ¦»Á}ªØ®­ÐEn,‚‰³”r詬t\z8fàq¦B2tј'µì>X¤h(åÚ1Q éŠž Ÿ ý*Šð\&°ç!þ^^jRûûË”´ ¶©#1u[´ðñ\î–0r¥Ûk2îRÓƒé֚锿G=¿¢N,0P«dÈy†ÓÐм’€ªóᣧÈï@„ã ‡|ÎdXÖpÄY„i­œ¢CX”§E!éÉm£Ò:¼Š]ýa­Ž5A™{ÿX¹ò—ªCÜê[˜<‚?S.SÉŠ…7'˜;tJ0c,G*i «WiAÒ YÑ:ÕænyRKOÃÚÆHÇL›ŸÀ¢¸ >ÿ׉©Ë­?ñ´Ø{„ü9÷—D‡•mJ‹.i¬Xua,+&3óSH„…^ÀÌÆƒO†s™Â"CC¬ &eÞðÞ¡Øi7ÒIųâi,NÄœF« .ãʬöñVp®˜±K3ïÉ«5®·¡=;[˜­/M4cï±á,PSRÖ>P1ìZH]¦Ñ¸\>B{̨Uö©ÐU ôȵÌ7hµ,÷ÛñÔ^+>2ÍR.²¥ïÔ!¤@Ї¸ %¿ 5>#Úødº0Oå5*ˆ/‚±# 4Tº ¾Qo#OÇ †¤fqUíïT7À|õîøgÁ5 Ø„ q¸â×ZDc2Viò©Áó›‡ú@>kœ«°/+-]ÑÁÙÄ!]Ÿˆ¤<9š¿S)|ظR+5ÕœÙSóßœiçŽCÔp4sÀHÞDy0”TßW»‹­jÐrÍÊä`V¸mq˜3ÁÎ~G=€Ê߯èˆòe†¯ãAuÛU¦qE¶17¿å–!¤rp?*`öÓÞ¤,ww\11"ºëM’x¹æúë×Çfw‹Ö½Éâá™sª)xb'ŒØ‚°ØØV­a§q®(¿OK„eftÕÙDz'ÔhÉ’e†\¶äÕ=ÿzûû„IõMJÿ….p󠿘Êx9¨‰{c‚ŸP {ƒØŠˆgÝAr«L ²Rì³nwÍfÙ^&qÀ bØ5^Š’RÑ¢ñâ#J8â-Ïécîë³5DSÚrr’Éœ`läPm vPÖøâç–ÀSÊç$KWÇpf>rÄ(¿ã€ÖKÌ®ò _¸[-:ç‘òNDýO^3yD@ù¸DC ^+\ ç§FŽâpQñ팃†ˆß9ßͳÓñÞŸÖÈIž>¹¶x_™[Eov1ä$µØÉ¾²9ÞÞ;èL¦fú6òÁ×Öbm;nÂSÁæÙ–§]&öVõéÇ ÁQ7ìpàÄVÜä7.®ökÜkI- e/É+fc- ÊšÕÙä—<RÍ((`±¿ÚCCSù© ›Ÿ„ ÎQÙR°D8 õíDß΄pï1ü!í³ÑÂŽ²t%D£Ÿ‡Ò³ãß|K¤«fò´òŸ¨ýjÅ[ÃUÅfâ(È\¼Ñ{¤Ï€ˆ/èã“"É ¸ñbºMé"(üx¸å¢ó ÓßGìÞù|ʰQ`;¨c®û㊀èéNK,ª#á5zC.*Ç ±àZè¬é>ª]-žàðZªØ†æ®Îa¹KµÒqõÂ!Lr«hÃØÅ …1&ÿa%Á>-‡±6òÕ^ëóÚ½Ý:ñrxL­^¨&2jdRµøÛo´ÇáT;2ôµL6R1üÀc•` ½Öïøï–½ ºXÁ×6Fñ¿Ó§ïŽõÌvêbÂC"ˆm=Ç C¼:ú••"2XòR¾©G¾%‘‹à—¹B^-Þü„ŸBmÏ%ñKÍÜ 7¡^®ðÞì)³†»—øšüT‘}Îþ •ð׌âåKEù:D¾ïõ­]ºÌ´]àêÒZx®ÐõmEK à:‚7i¾ÞÕ¨Þö¹ÿ“$]à;±ú{øÞ>L¹­/梵ªxãþ¾©Ÿ~®lH•ðŒ y*mtû^#í~‰#ø…íl’aDÕ(Zònñ³³ ]•&½eºñדøÁ™&OT楮¨Ë‹å UF!í*CÎ+Ê{÷ÅœZrf#x2šø9ÓgÅÕG¯7òB¶³´—2©Š©íÕÇA ƒ>ÌÒižŸ«ŒÖïg?â= °©…xedªÓW2Ž *aз#šO„\k;ˆ9®Õ ï-j,'n5ñ‰Õ÷(ê°×7 pÄw¦–(^49“Ï«–è‹\r1~o¿Å7âj©pHö OÓr„9°mqü@ä qÅaÿ25qg³¶5XYûµÀݞ䔿Fo,îàºüåQm÷§ìqayàËÇiÏš`ùŸÆ®]üãà¦U”—š`ËðGJT=£<{+¢´º >s&ìîô7D?!‰žXÁG{’¸rsI8 êá› 51(HäüV‰0ßïã™Ç)Ã[1è% éD^y°=£‘ÍŸ B\ZæïôÃS{™ØAZ[ÀÏÁøIlWLŠé„ =ÁÜÏ›S(ÏH<^•–ÁÀB?¡Žõ>¡Ã#ZæºE€!³‡ö.íRª)……ó>mðÝ®íd/ÚÂÖY‚Ø€_tpj{Øu7²¡…qÆÂDGݽ jZíÉ(Opü,dqñ ø—K9öh©H–_û„rЭ¤¸¹­.“z1y±ò¼ %ß —âè_‚·v5 qtÙSljÇ?H¾môõÌ`nK}iLºÛq2 U)–G‡Öå£ÑҼͫ—®ŽÍ¡Ö• é q‹käŒme»QY’ µ KÎDÞ1~)œJ|‹¿ÆÛCÆ6ÀãuúÍs¾<¹J7‘šRfwî°eX¾!Éd±4pºhÇžsÏXE﨨ÛÜ4Ÿlú¤b‚3ÔeòBÄÏÛÜO-§üö/&¼ÓÜW}ŸU»Ý™µi٬ݞdÿCÖÊ&•d²MQc<͸zqy:KþI=O-€”IŠR¯*´‰ÝàÊ£òGIÇH!üúvÁ›DöW-r~íNº‚.Ò LFš•–I ¾WäÃ":ÓJc Qá+Lr\Záç+ÿ^'|¤‹’fÍ rW«ýÑ%T"þ#t+eSO«ò¯æìˆ,õeI$†»á7²¶Ö0Z½Ù‰˜rúáž3WÓh¯Éš e/&a»ç‚ðçSéIE'q­ç˜5òý ×Äʵ{4)“M0>r Ý »ÍôP¸ù}œ¡œ”lKt½N>ÄÕõ¢ÃŸ¯“¼^ÃÞ"ïÇ>b如ÜGtˆå#P%´6!äÖòA_`­ÄÅ—ƒ¦‘ ŠÍñî/ˆq5½ÿ‡¿qA†žË,·š?$}ðvMùÎŽ+3?¬qJó„*ê¼nEáL ¾è¿ûH_e·¥Ë³Ÿ­Vð!†ß|3C½³Œ§öpÉ]]gþµŽ‡L×ÁÁÑU÷lV5.VD×ÐêÀùÝŽŠ Ór3ö‡SŸß7óÉÉÍo<©JŽÎ"÷m¡š&>qjøöºô°;ëáͻŚæ!}‚‡ªc7µ»Zª5[¬«Á¦ŒI¯dç‡>ôÜ*ÿ%Œü†f°¯ícŸ€äÌìI¤ZM/hNT¼5””y7Nó)ûÖ¯4 ¹¤|n)ѯ¼†£(CqÉU°ª + #˜H*‡+XtÈŸ?é2†YMËþ)|<¦ÒÙ÷ÔíÄ2Ëçüd0V Шh¥gÎpÞsHuiM¼ç(Y’§Ô>¤1–ðÉÄøþn¯_ÊgÝ©†×pÕ§|¤€‚´ö"XÀù1ÏË_t£õO_’ÿü‰´wg°\§q[Ry§nC•Äg¼íËï„Ü„ÁíN¦©äå­žM£™: n®ZmÜRXˆK¶{„x|ðæ\ÉP§j3KÓ[!\-’%±4Ÿˆ %„D†œŽ)»îU3JÅoÚ~9ôû}íh„ô~[Ü78RáRO1w¡ïœ°Þ m®3æR{g© Û´ªp• ©/ó`Š…Ö’¥ú‰«± |f`ÑyyVÜ›BãÈtŽu²<ÜÀ©¬W€ å&I¼®è™”2pÚ—O…NôûÀc 22.߈‘n…ž;=OL=ÎåP5ˆÿ$á ª68þ„ØÛ(…$þ“/9¿±QUýH”!cJüKeÌÖ¶ŸEü92ôN T×7ŠüðõxVOÝËæ9¤ëùÐËhV††Ûˆ³i+{|™BFv"QÆES;„ÍgÍŽxO—ĉ6ȈOë—ÕJæ ‚ËÂú¤œ~ÍÀ’þ^Ÿ^I'Ho`òV·î¼Ca¤ùD§ÛÛ³~eõ}¶9´ÙæÖÌ·ñL]K3¥áÝ„d3:ümím3`zK†1hM´?/tyHßÊÚûu(nUðøð`<©•N¿¶®/Jÿž‚‚?Ý–vÄùÕc$C“í× ãå41¿:ÚúmŒ“=à ü®š§®*y6t¡B³ë ·ÃãF˪ª[KÃHÈU]°+5Ù2öà7mA‹\ÎhShŠå¥tªìROoN +X•".³sžïЏ…AÐiŽhçèY–³vÄ@rÇÑ=´)=ÿÜRØþJã®Ê'­SÃ7&7šÏr¨=WL`ZNåü=<…RŒŒ_6Ǥºüœ!°F\?äô·ãk¡(Ñé@Š_¶wÈ9Vªp‡³©øBžÛûÝ«7ËY«üò(xlñ!£ý›Ú{ë/kù^,)1Bt±Û³J£O¿ñxŸJ©Vö½Q0Cc”DA[©ÍN#•"Ü6-’¥h*VûtNÑ^@˜ÑX‰ó÷‰œäÄ£¼ n¸+ŒC£k" µm£1¨A\ýG;ÂíV‹n“ELRt’ÑwXÿ¨Ð‡R(ó7—¬ Ûm{{‚«Æªª3ø¸Ý‡JœÈ5®ö”ÒÂx.Ï+0~kÁ?˜®.†*8ˆ?ĺƒ•yŠÖO™¨ÄWrøGBA¾j)ŠÅQéc‰öñ4é¶©ú?Íu3BlÕÀ‚UÌÈÇÑÿ,mjÚW¡̧?¶#ÝM¾¸±RÙbùGý:ü‘p¼q|P\nâÈC QÅVûÊD¬ëƵ|Hà”GBu¶Eì‚f>:Ê#T™fñëa]EßÑê®7œdB¶÷qý#FRtƒO¤ì$½ÞC8ׄ%ö02ûvµlÿÒí\ËÁFÚیهÑvì1*Ùs ÍmQ@dÕ&7}Å© M#Öø]ôæ•^RÓø‡íQl¬îά£tr­ß„}¥1Ý& ìsžÐ‘Òr­Ù‘§4wK€Ñ±mI¼ifÅwIPy©³N¡®AÛI9ÖΩù«i“ì"glÌK±±ócœ¨`-ã}Ϲÿ' ž‡Øk®Ó©C:mÖñÜ㫯:4¾Á°æÒïºM»¾#$:âסm;&™pŽŸŸ«/ÎRσ(‘]œcð~+«Ú¿|Mép}çñRÁØE^L#èºoØ™ñ6t@¡ceŒÒÙ÷øÕ(;†N«/`¹$Z“£ˆöö§Dc н˜@t›¾­YÒuþ÷=íÚðõxfFôSD¯®áϔЅ9~ã5_¾ /Ø(~AK¹vŽ€Ï7Kð7Ã6ÄÁð?DS÷pR,{8®ôy³>ÁÐ[Ûä}}W¶Ù‚vCW«ú–=ã^2Ë㸓pÉS€eÚî‰Öoß©ø r#_Év¨Zù|Œó@q¹Q‚Ë{â$} HkAí÷DõPñ)'Qn׸M¾ë ý™ôeô{"ï žHâ ûE’«Á ÃI4\áo=Sçéfw–%¿‚¢°ëJøÖ8MѯͩY<œÇœY½/žÐ[ „ ±RŸQ0þv"r‹n¥ñÞ}#ÇAÿ yLkÝä©ú¥ÏúÉ1ÁìîÂp—vƒm]SñZˆNÐ]ÕÝÑÆñÝúÍèuÌì­æ&@FÀ§!‚lþ K˜Ã­CVú6¾Ü´ÇøÄŒ•9 ¼ü~a¢ú}ΧL±þm9BЯ«¥l~7*)!hFiß@WUÙ ½§‰«Uoly„Zõ+ç‚F"bNÛQ£¬T˜Œ£µ†y‡ÚHq9ZòY}ÿ´ j[/k'ßcÊú8Є õû£/m'Îi>2òYîþ ؘhÆÞý=\­f£X‘pav7}{4,¬¶‡›vÒººäì{$"ÙÖ<|¹·)ŽSÊi2/c*¼-X6n«²–Y–ŒÓWá{.4aàï´I޹h;a~0Æq{¬ê‰”è6Ág‰æöÈ–cÊ×¢ä»lÓÁԆɘ§$I\M.ÖT¢J{b½VÝU$®+›ŸihrÁéSA £+„šg‹ —U»î.Uœà‚z›šw)Û$<:iР/ìÖññ-ýŒV÷ÚyH/hÍ·­iUi Ý«z8p“¢Z$Œ¶{¨-OÏ1ïyõáŠ;rT׳R—•í'EXoê—µ\  AÀEì”#›3"Ù´tC‹» §Æ€œÄ-÷p@Û weÝÉGFDWB¸m/…FÈÆŸöSž2Š‹µÂTIÊŠÒÖ[¦V<^¹µÚ/\ñÖãa{ô'¿Î¬©°oœÙ‘¦†Þ=ÿ53§þÀ¿¦`{ÎdèçBO\šUÕ~ß{²}Q­åS_tVÁõs¬S@6ô•xºÌDøî²j¶Ï ÙõŒÏ5H±[Â<…g^ÐÈ#úHk¶% R¹¬À/?¾þ[µ¼tK9±˜ÙÍ­®¬Iá#¯u®C“aÓÅÅ6«5.bÞ+8Ë9C§†„·°õ¹‰zÏËP¤l3J¥P†ÈŒû†g/º b¾]>TÕ°U@ TÀÖ¾|‹gvŠÒïZv§Âëa}¦¿vT¥ø´%qƒÇÅ´æBk¸9¤D˜YÇ£—’p™Á©ž«™ê(_ÊçÖeúæçºVmšºƒœÍ–m§ χàÁñD\;«¡:s%±Ê[U7sq4[–ú|ì0ØÝظÌÊ`þ³hžuŽ›åÅ“ =|ЛP5e-¹ÜRmʨÂÓQê&ZGWËw?š›·÷Yk°¸²ë ×ó!«Ü9Çq¯¢g5™n\Uþm¤ƒVÔJõ¨ì õ’I+q§8^q9ßû8Pfc cñuhRH®?æÚî»Öî7–#ù¯Yä(žá´}¨|Å ꫃¢¾xûÅùŽfÂÔ‘†ZÓK.r|éži¬þ,‹n(Å!»îÔ×[2#úw†1·]¯b!9$G®h]Œ³ª²èHÈâÒz8©[÷#ЇŽãXø&BÍ*¹èP¾ìÚÝç ¼c’Jq¤­\¾vh^ݫ˲M6°·pé ƒ•]†ƒŽ[+Çã? -b%òÃÁwû¬ËäÆùilm—oì^ojÅŒÒÉr2s3C+¢‚ýލ#ÎÀ;÷°y@cäêiD<ÆW÷Jcè2ó]XÖ•®K ©ïß|¤âÁ{Š"‘qbûµ¦¬©&̞Ȫ[íø¢åÝ^Gä øNÝ(‡ºAƒsZVüâÝΓ‚­öº¶”ˆÿŒÉ-ò3§z$ñ—IU}`¼=ÔÛ„èÖ¡ŽìtäBѼšée:Ó®„”…^t†‚”øà¸ÙðÒ×°ñ ‘)ù²9z,š¶‹]ön÷í&´ËGlŸW÷’ªÝmÐá¦æá•Ý&a%3Am´{ì³Üu}MŒ„-d/+r9å³Ða©ÊñW`®KDžãÚG‡>O•cEctÌ §3}”Oö¶*£Œ+‚ÝÞ±å£ÇÌ|yå#š+îö$BBƒo¡5%¦ÍÆþ2G3)­ËtfÒÊ_­êâ2º)n=tݺñ…`ªsæ--‰®sK>iéw%|‹:Vœ½ÈHR¶ñ‰þ‘P_õXžfKÇKAg hJvW‰5ö-o'O@( þñäföô¯ôß¹ðO.Äõ³¨hå!õˆ6eÒ†<;¹‰©ªtŽå”UZ¨qí{¨›*K2É$Êõ0$Ù4‚”¾àj˜·}&ÉùžÈ$|¨Iï °v<ùÉÈ´]ùãÝJ߈èå*Ò-gˆL ”¡'÷pK 9¾’>N´­üdþ.ðÓf˜RÒŠãˆÕ°ÍU6kË«§ÿK`ºÚYÒ^òÒ´6)×zúAª]•·5OlïbbŒÃ57¦§3Ìø¢ƒ¸RÍgÔ>á‘svorÞ׿¯1À¿úmm¿caäô˜—*(Ë&°i–©ãç6ËóeSò¸õ÷ÜLÕP„ÑaähÔyh¦R›p¥ßŸó]?Ïûèv|c蟓G`}N¯ZT=¿ürJCÕ™«ºð¥ÂI=ålah_Ðw22†±pÁ É[éf0Ù•ýÈÄîŽEb”“%[ Xßôò!Ñ §á^Jù¬r"£3¾›~yÚñOÕ‚s‚ ÀËŒ=VÑ©¦ŠiAåAXB\ÞýÙAl^‹È&ðýÖÌLÞ§9[WÓä>ÆøºóÇxüMUEÅD!‚­€Ù(ÿ§§a9ÙŒ—µxt¥ÃNÀ âØ“U#¢™¸ òå©… LB+°lÛ.:(5=Z#Òï æÍ×ÖºìbGn+Îdä³Óµ?41ºS,D3Þ :d`ü¼Ë9ÔôbaŒÜöpv¾VJ#ß©eöß$”.WÔ ÿK‹¥f—BR*îR,2€Šm6ÄN¼áÖÎöàÑýÒÓ] óW½, $ƒóMîCÛ®?çðNï෱߿aÍr$$­r{¶y+ ÊxÈΠk¡e*Û‹¸wœÚJÂGìS. oÔïæ†¸3ÊûŽÓ}o|%_,D™iµe]¶açÚ¼q–Ú3<4wøåÁñÊC{6`^´o”ÝFÂ*üÖ½;¯Ú}b¦3~IMoŽ„Q‡dYÄ Xm 7ä,5‘ƒ«sc=ô'TÆh•“…j˜ ¨Á1¶¸A©ÒÅïAgTr“[#ÀHHþâ´!ÀHõþçÄñçÔ¯+ßÁyÚ~UÍxq%Zö·šžêõ`kvi”8¹·rãêËþM¦ö@Æk˜ŠoJ9s±™et\ø ÏÙhIFYû\,‘9¹a¶~˜&·£ƒWé5Em%áÌóèßI„ôN.ÓámóÁŠG‘:ו¨~>ž³+\;%~»­ÕšåâÚðx¨†é¸ÍÞ›éOÙqËŒ¸JTá×;;ÌÚw¨´£w@4Kk×UîG9+}…Á!-¹{Bºk OŸ ߥUvÛ%$œÐ”=б,ºªß>lëfƒöKmn¶*]>û4õV¤Få¬ ’QK`aVGm¬ !Fô6óKÕ8»x¸Ôy/]ÏËÉ¿=OØ©%šn:ÀÉj*)°Í±cÉa…IÝÔÁøAÚ~ë™éJ³¥iî"'Î˳ƒ[=]áö=»ÈÚÙ¾(šZ}¶´ÉÑPó,ÆÍ: Y[Q|¾]Å6u&¿Ãû_£TüB°Âüù¥wï4àvF!Ëc©tȓ枛ckd87… 0ãàmï|™ínÂŒCQ Ö’9KÊ«cÈ•cÍããÅn%0²ö¯úÅÀRý{2kZÿf˜buæÃYÉR$ >[`UUÒs™.Þù©’¥g«¦e¥ÿ­FcÀ.Öë™KÕ,rëNŠÊR"í"hyg /XJkï. ÷ÍÉ¥º&/s?ë~ñN8lôýð—»A$ê¥'”ê&ç dûéYûE4†•Ì1;w‹'Wl3{¢³ì©¡ŠM©¢§¿~‘\Cp\¨Æ£±9%Ê>ôUÝÇÒũծypÛ÷í¦‘ù0º‡#‹ý ×6Æl¤¤ø;j,$ˆ!®ÊGÕq…Jº®öŸ™ð܇ÅMóO“·« BÅM…ómmkÓ*‡:êF¾TqÅU^–’—~&~hÔÀîí¹9ÃežS©t˜óð85s” +¼õ=2œü•eI™¿û]ºÿõ–a_!óðžaØ;¾xûeÏAt¨2&RéÔÀWpª’Ë€—w« `gÍMù/M| ­ñn[äí{ÄóìÞëHï§d.m4“mŠ:ìPÆTn ñÌhÏà‘^f;(ÿÚ2ÑLŒ0÷®¤¡ge ´ÛxæÇ‚·Ç³o4§rî­Hú%5 ì‡VÌþÉ¢UµŸ&Ö¯…éàŒ®fülLLÉLCk4x1(÷m³í'þxA(þXãF¢»ºTé}õ§5á]rç*|Vî=Ò½²ê,©M×Qºí-Y‡À1ááÐFü3ظÍ#ëÇB†ÿhPAKEêÛ¤˜¨)‰(¬@TÄüOD”1ÍMæò,7×ÄmɲËpǽj›@Zž¯¥$ÚIãN„¥åT8†v*«JÈÅÆ:ä?šˆó-“õ¶azeûß5Έ0·(T¡|zœa`ýc,`ú2¦¸þGïûV’p§â±ŒG…o¨|¥?T'Ä”…⃠±ñÆýŒÞ‡øêú°uy 瘲:Æ–B²<:gmyÕm1;ª,)GÛåzƒ‡jÿýᤠZ¡£NgÞÜh”ùújš~¥(º ‡5~®¹hssýlPòá '·fäÏYÏ® ‹ Ú½¹¼ˆAË5d¼&½²\t[I²Î5¹ïKܶ*¸„üË,WsÈU^sĉ îvÇ.lÚX¼Dš¯tø:rNË|˜“v/}æ4¨«Ï_¿Jø“a_9ô ˆVð\Á–ûþ. ù.K¤Š3¡E{›P©KÛcö­@êõvi»ââp²vXÕYª ºœ<š¨c¤òö,Zäà³óvK`Ê“*±¢ºij_¬ ñ?Ê_!KóÄFþ€·fÆ»éÄv£ibæÅld?Á0Õ'dEÚ?iîö¼ðÓâÌÛÉP 9yîEfm]1À².ç6hî *bãJ°Ò6“ÑÓWª&k€Âë-š¨c’W^‡8lFÈ4¨S£rª×1X[¬7Ëä²KQ©ÜAƶ}ÖÇSéźVå‚h¼ ÈAƒ­TL#wM2Ú¤xši»€p\ÐßÊNn¾Ù4^ß6$N·Ž-†ïS´@¯ZÒšÒQrN2 ¡cÝUöØãûïÙ®*B™Œ|ÌKõ²n'¶ÃýjøKâ…¾}Ü¢éPEär“éÜIÖ.5ÞlË/É‹ñ.ðèV|Iÿ¿?\R…áÑ!Ù)Î"•èZÿ$<ïÑK×Ü$ò6â‹)8I/B‰3DÚô±¬U»J¬Ú» *CWÑ1<]8¹‰ª¦#ªÃYifeƒÃsBßE«êm©a•ŠQüš0¤¢»hŒ¼²{|žÐ›-V4°h9üÔ»Ïè6HØðì Ò퇃t™Aa"tŸOÑóg)5û>¼yÅH†9• ÝH%³´3ø¡ØÞú¨5WšÔ• ÖÎò„`J‰ý4™Þõ9;‚.F)9©ˆ‘Ê¢‹ÌÏÏÞ©ãrͲG+óÚ±à„{çØ¾Æ¡ Øv,J*4üeðÄOŒ­‚0=ÝgÚÅuc ²™ò'Ú¶›þJ^e«3Òòϱm&§80N0éz ƒW8ÖÖæ·ô¨¬}ëSÖâ-䌚 ,-Dӧ̽¼t£b²l>û¥d›×N®âéd9ŽÌX±mÐY2BÍ|ªc€¿€CÈw•1Ä®ÆbUZ·‡†Éwä’ê~Áë€@‰pŠ’©áDyY¯?‚6\,'¤R u}§ŸÓ- Ú·3ªÅÜx,KK¼7²$µD3õg‡M£U(>×mû‰}Œ=;ö.îú|°‡ì9 ¦„Ò§‘¤Dj¶dLcò¢êÑ€¹!Èo¼h}1Xf«²YÜ—ßBwÛ(è3<¥Kî‡e±F{køŽ/.S]\cH¢‚>b”Vò‚ïS•‰_&6 7%¯–éÞöÆÎš_~>p(1dcÛ¨jBdÃeŒ´Œï¸P”…K_Ù­ìn˜qCH‘—éù…^dÚ’ 2¯[!¯ŠCwt#챜;ð iKþgɦSÐ[”Y~÷ ÷5H{-GŒ¨ ¥EgóÖjµ‘I|–V²âÃ#}·±;«ìÁn¦ß=O$]ûåÇú0„?€ARÿ¹~„ endstream endobj 560 0 obj << /Type /FontDescriptor /FontName /NTIUTY+NimbusMonL-Regu /Flags 4 /FontBBox [-12 -237 650 811] /Ascent 625 /CapHeight 557 /Descent -147 /ItalicAngle 0 /StemV 41 /XHeight 426 /CharSet (/A/B/C/D/E/F/G/H/I/Iacute/K/L/M/N/O/P/R/S/T/U/V/W/X/a/aacute/asterisk/b/c/colon/comma/copyright/d/e/eacute/equal/f/g/greater/guillemotleft/guillemotright/h/hyphen/i/j/l/less/m/n/ntilde/o/oacute/one/p/parenleft/parenright/percent/period/q/question/r/s/semicolon/slash/t/three/two/u/uacute/underscore/v/w/x/y/zero) /FontFile 559 0 R >> endobj 561 0 obj << /Length1 1608 /Length2 11755 /Length3 0 /Length 12583 /Filter /FlateDecode >> stream xÚ­tct¦Û–ul§b½±mÛV'olÛ¶m§’ŠmWlWŶ*Ö—snwß÷ë_Ý÷Ç3Ƴ°çšk͵79±’*½°‰PÂÎÖ™ž™‰ `acäâ¤jh+G/bgmøt²Ã‘“‹: -ìlÅ <   @ h `a0sssÑDíì=-ÌÌTê*Ô´´tÿôü•0òøÏÈçI' 3[Åç+ÐÚÎÞhëü ñ¿>¨ œÍS k @TQIKZA@%© Ú ­J.FÖÆ9 c ­`jç°þ‡0¶³5±ø«5'†O,a'€!ÀÉhlñy èn ´ÿ+D°:ÚX89}þ,œfކ¶ÎŸ3p¶XØ[»˜üEàÓoj÷7!{G»Ï ›ÏØ'˜’“³“±£…½3೪’˜Ä?x:›:ÿUÛÉâ3 °3ýÌ4±3vù«¥¿cŸ0ŸQgC ['€3ÐÝù¯ZF@€‰…“½µ¡ÇgíO0{G‹¿i¸8YØšý“Àhfèhb trú„ùÄþk:ÿìðߺ7´··öøû´ÝßYÿÅÁÂÙ hmÊÇÌòYÓØù³¶™…-ã_‹"mkj`fú‡ßÄÅþ?c®@Ç¿Dõ×ÎP’04±³µö˜Máìœ?K¨þw*3üûDþ7Hüoøß"ïÿMÜÕè¿]âÿë}þWh kkC›ÏøÇø|aœr€¿Þ˜ÿ/×ÐÆÂÚãÈþ×D à?þO ÒΆŸc¶5û”‚‰éN ' w ‰’…³±9ÀÔÐúsFûÕmM€ŽÖ¶ÀO-ÿ#€ž™ý_bjæÆV¶ ƒûïÐÖä_™Êó7oFiU q-mÚ}MÿÎRúTÝYÍÃþ“Øô!ogò_Æ_""vî/zfNV=+ççecbp³qûüõþbþ§-oèìháøöÙ4óß­ÿÇ÷OK÷_`ÄmíLþÚUgC[“ÏÕú/Ç_acGÇOEÿ¾íŸ-ÿ§ý÷’î@c¸Õ%;cÞ`Ëô¬ çZ¬¼á ±oý½ÌàÃ!öe jÅ…þÕv=~éá[Ü•¯5! S<ïm‹'öo{24û#½˜Ö”=©À‹|Rê¾BÔuŠNÚý@F½2ÄŒSh¯Ë¹Mm¦¯ûÛÊ*z¥¯PS¬Ž0—Ôþ¤®…þ_Èîí‘|Óêã0:QAÐj‹NN)’Žî)Gõ\CöíáÑæÆÁ’óºB RDù;äâ j«WzÅ•2' V'÷†ö©S±®¯\c6m²´a¾¯yÖ›½¤^ô~ƒ”ôº+ù°…­•¤Ú×ðv_ÒRL3ÈXð÷þ˜NÆ úÆöKË\øï¬{J•†âÞµ]M|—aÜ©eK?›´Êæ.¿ÙÍ…ê¨5œfð/bxži‰O“mšà¯M”üò5ÕÉÈmƒ-@²ò8 ìѪq.©È/ØÔ×ÿ}oúx¶ÔµÄ1ºº‰„ñ±Â×¹~òôüeÌ£ <?’Ó*g¥Td°.¸®ãöÖµti—ðz„]~ÓŸ{ð\9ζàœÅcá8UÕZò}·Z¨‚ˆˆUÝ7{”õÑ…j4“̼‘G 0×wÅx\%Ú©+ šù·t¢Ïa¾úp}ŽÙ ²‘(‰o‚\®½]Dœ–QxíËÇvÃRðE1¬6è1sú£t=÷?JŒ`5/Ô~Œl^/Ùèn&v&qn ®­úÚ‰y“'”ଂØ­×äF~QJ:æ±L7š³ÕÓt¡ç“áý‰Òå0XÌN)Ï-?:Ôœy—€¨8òä˜)Y…Р;«N"di"j ÷£’„£±ÆˆNòU8ŽDð,b,#Ëù-Êâ‚ QE^ƒ±0Ìã+ù…‰K|¯ðT÷)¹ÔU¼ò¿ÜKÃy§ØòÑÊi6z››…w“áD#a£§{† ÅÚ«Þr<·2gŒŒn¯6þÅ }f+øœÖè#»br›ò4„3ÄÂÈò– iþ2ÇÒ] LÉsÌ0£óÁ_¯QÈw椹Qe­¦52Á1†ù :ûC‘ûòÛ^"9«ûä‰õûkœüfX³ ÕLÀЄ ñMu÷°Ÿ±é¸¾†¼®h†×}ÉÍtµn¼…mÜi/Œ¾~œ@¬Ëe½’˜Jkâ?UË;I¶>0ÖŒ—õ`¹«›ŸÞ-@H³ÊýºœO…ù¸i:%°-Lp3–ŒE¡Õ¾J½»»O'?5¼ò… 3Máx¯Ý5j¥8¼8")†ð¤ÂÏ{#hµÀ¡¸WÖ\OÅ0OÚCB¸'·x^Æ5[#U¿wÊ_`*œ-æÍ¾¹ dñvN4ißX¢—ðÑå qyäÿA`ƒ;®º¸å×ä¡ÿWF …·Ý¼Â•fm;Vó÷AC]8Ãm…q•w›9ÝV²¯¯™.N<¾o ã”\Þ¦ªe×G1u+ œæ"Óiù÷ƒÏ†´ð2µEôX,¦Ü ôMI·¯‰ƒ©j`^½ÌFS3…T² #(?Ø ë©~{ï€ÚR/^OfºÊeªÇÏmÝÔm…²ò˜=à}«aP½v±îiÐî( /Xée=œ6#äs‡¬hPV€„*Nªj\…†z;´™fUd›ÿôàæûùÛ0æˆSiWê¦û°i£_‘Vç¨$äzC埫áŸZ¸À@¿~éCŠ È‡(¦ (!;4ãR¥Ò)-¿M4z0e;udDu¼ËIY®äV""¤}©äØÔ_Þ¦¥¢~åømÕÙêìVÞtÐøK #v½jA½y<wÏÃîêÙ ›VÚÑN™‰Ù…%ny±<ÝÅoIp³[x‡³w9qÇþÏÍηHX`œzÀ+§ÍÃŽ¡;Åg"³îÄú—ªBÐ^ˆ9ëoœ$µ&çqÁ\œöPÙœ]Ýïx¡ºÅñÔú®øª‰ö®ÂÎ x±Œ½œ!jÒK*ŞÑ¯å‘M® â`§:Ûc”6’d”Ê>ÒÝùÇV¥DörßyÓKéÃyYJ9^̈C¹¬ò™½\s¥œûÚ_eV]-Ëö¦{bz¯ ©†~Èþ¼³4Ò¸þÀöÉ]¼<°î±‰/¾óð7ô”› êÁ“©ñàoÛ§IZHdžµ—M7a=¥ßî2%]sÝ&,Û¾ZâqwÛG‚”[eŒ§ BžCbÞßŠŠ¨Ý5¿|ßnùÒÒCž´+‹÷›ôÌYæ\œ)aw9M¿çZŒ·›¢} e¹||!@roM‰Þ¾!ëÍ()¸éO‹máîzÄ”ü–_í í»ÉNSº{ÏÆ­‹d¶q˜á$\}©¾”á¶ë‡´%áWÞ9Q–$•øTÚ24z÷æ‚Eâ_q©‘á\u,´ŠT9gAÎ :F*ûSŒÐ ¤±5!{Ô³*¯÷–Ë<¡†õ¸ÅÓŒ[II,Y^úS/î¤T\dNd¡KþÓ%=ôì•E±4ß\OpÓ ÃDÿ0ˆOCö>.ÞV›ìÔÔÚZ¥GšÇ.ÓÑ©¬·ˆˆåmôÌטѫ™ó"^Û\å’æÒ º›kò9¿ïIª-èÒWfUE'GÁ$l#˜^†ä–ƒ1„ÿf+ æƒÇ‡ j”šÇ|&†¤™[A$É*b\ksÅ^¿?C-Ž&Õ¬û^vé¡Ñ$|E…§M6Á‹>À=tJƒ¯˜ ?ïkƒp‚{›F9Nr©¤6dXyH®Ç׃ídðp=_e½­ü„C¢yE‚ž$ˆ¯\CWV”¹ËX|Ï{1n‹XI•F€Ï Кo’itpÞÈAfKÒáA¼ßzRq€¼‚ø%/Ye³ž®È}e ñHÚæÕ½"2òÌŠ?x€¨2IÛô÷†ŠiÁ‘›“â}DÈTMÛMè¸#Ml=^,VŸ±í­o§±‰{[æÛe‡×–VÈu n:_´°Oâ§#M¨j³qØ&ë"£kÔÃÈN1)+CÙ×'v·‚Ú‰ÿDÆu}cJÁ}aN•ÂsÇòœ†ó—Zí›äWW ]Õ³û›RcCËiì|pÙ›P樴6¡õÏÙß½|g¸,Ò ¡ï±oj1Bn5“Óý°h3"~)_b˜Œ®„,ú­ª©†þ¨»ëú™j©Œ€_@þ î_ÛŠå0i¡¶Ü>3ŠêšÐ B$ö½±Ö™%Ìç#*:¤Ü­xE܉«7£3Ÿ|ï;¸ò,˜@¨VÚNø>/Ú¸;ôöæ.'Kñý0·ÙbK¨Eðö¤Ê%#¢@U“óç]ö½º¥—ö޹Tç°%ƒ*×QrŽ5/®×®kca´ßÎ,&Üì¸ÏÝæ’'ýOÁ"ù¦&ó¶§§3±ÎA®í¸4}ˆ`ïFª’yuxVðµæp3Z5éj4ÏŽ71~ô´ÈíÉQ:Ú0¸F‹pužËùËÐdÄäLeðªçÝ1˜ÕÙXuEŠkûç n÷nrnt¸üöѺˆOj#Κ%Ö÷¯~[|¸ (A´ö`Khûõü¤»žÙuš ©©QùØ!ý “r5ï9‹¢±Ïh| ôW•Y€‚ŽìvDÄÉÄÑ{EÔÀeTA>wòÜI¿âS‹_N¿Ñ-Ð{,R~W'hƒ!Á/”l÷Yžxƒ”™ç5Æá¦NóLŽb :ökIkf@j¹fÝÃÁÎê›>G|ÔÊë'ƒOIgs] ð#_ ’¼ ‘˜ D¸ÁÒؑʟΔ º(îCxüˆGúÁ‚K4C­¯cfé-‘¥^O‘¢¯èÿºM…ÕÊç‡8º¬¨ÆÖŠ>Åá ñ;¤zd‡Ó‘¾]íJÔj)(Šá%´ì”ß2Ò^ú‹Xk"á‘À <±`) ‹˜l÷tƒDö)Ê+”㨦x6kçÛìþ×[Þ¬žV±x~Èß–ts/€ˆ¦EáA5@f(+X×Õa›ïDžŠ23}Ct«ÀÊ}6“(ôíeéþ£ ÏŽgá¥Dìãª?LâC(Éö}é–òDÀ>fÚti¼ ¼ÛÊå´ð¼yÁ“o|íñâÉAÑÜÌd€=vyr„Çx£ Xyß.º”íôç0° ”÷#q’ü…Ð,œ9Hc èæwÕ§ÐMšÒÓ•Ëj%0M`0Þ#3&wÝxz*@mOÔQêÆÉÐ6 ÖQ"^йàÑLwõ>ŒwVœ}ñ¼ ̽9a)B{ ‚)cúAµ¯¸aŠ|Èf  FkžÌ]y3²â«¨œ°ë(š¢ÿÐÕÅ2ŒÌ\ß4Ô·|ãÛ²tð*HwõdgXMÌxBÊ-7=™Gº‹ÙŸÝÃú³P|'_KÄ”ÔÞ¤'ÍÛåäý¦S˜éëDï…Š£±\‹<­Of­ý–¶ü°vúKõ(·1Y©/+x»§?{!Á©‹‹*اˆÈx$h ħË÷æÍ#ȹËoÎôa̪Å,4ê\^'<ävyp² ’‡¡– §+žÏîW^R…¶1MŸtm §ˆ± ¬8J®¾(bë.s#Bá …t<ôª™îê’ª9L:e]@±I?Ææ”Z W¤ñücfÄù7´œ|ð#x=&tÙâ,tBOÐLUœÈåÎf€òäÖýÛãáÕ0ÏD÷jë“w‰sé· )¿ ÁÌU[ôŒ\YôÑrД…rÎ1\ïQ’¡™zÔ §#ÔÓ2+‰',Ø/¢»7†Z¬ÖdæÉfÌ=>˜Ý‘Rã¼»§¸îœ IߎŸªÊA0²»‡‘âQbLœàXSˆ:tŸ EŽ÷1¤A<t ­_ûdúèýœnŒËX—„IA+ÂñJï”ÓPÌ-ìöÈ<~÷qoÝlÝZ#mP>§Ïá#ø± Ùs '¢ø«ŸŒÖ´ ~S½‡ÇJîPQ¿\×DnÒ.8|*XAæÀ|¬gnÏþ¤¬£­£ñ̸a+GÊ“µr·S–'©ÊöÊÉ`ã7OÁæwÞ s†þÙöpê>Œ¨ÓˆQyӱԛƂ*«uÓ,p|EmöÞîiêTƒÁ2fíÞk0³¶N †*y©ICP5ûûoNø ÍùªÞe9ö:( #âzc@„.(t‰|mÙ7HØE^y)Jë©-ÛÃùQã§Ð.[]n¥ú0÷zÙ³²+f¶k:ö`L ä:µpCnÿ~w÷Ïʈ0­ƒkKÑ(õµ—Ä 3K J˜íÑ‚ ¿röŠñÔœ£x¡sÓ(Î ³¡õ-º–pÇ|G—‡±¸òŽw¶0 ¢Ušûç.w» ¼,=‚¬þbï5R©AÐt!6§[u‡ýé fdA[÷TÏ«%˜'q òs0US¬jgÊàq*2¡Dï…D Þ·²fö8vÇaô‰á{´?L¦¥;‰HF‰öè4؃Ìz‘Ñso´Í:2$·Å4UChè¦&¿Ã v.Ëìò.ÝÕs&“”‹ÏýƯ&º´]•²Ûæ Bq´"€l¸n‰l¨½±Nªma»–‘tÔ#å?¬[Eré. N'W|dP½ºˆ,P,(i,÷Ôë8t0U[倄ò×Tå$Ëõ(ÚÎE¹“1‹•–@”iÌ£±âì Û”Ü$ÒzÅë¼qahŒ%®ïÍ2³pFM“¿Ïg³pº¨øFáÏÀ¯¹Ä_‡ÖV‡w”ezÈ4.7Ñ&ÖÂO˜Š‡Øa›}­r‡;•& ›3t“–Mî ßèq|ÌŸ§s÷Ù²€iÇvÅÚ»>ÔE#É}T>×nÌÕ "|@yç‰ëc H¨üI,¶«TÅZâÊó<}êŽ> 9¼xQÅL1TmÛñ­êÚ€9˜0Ÿ2fœ³íK³#£8ñáPɸî<ß/ØÂÑYiœ,GÆŽæ3ê)c—MXüKŠnÈ5†Uʧ]¹j> sè¾NkS²ãôË»KâÌdí&Ìn/k~’AÕÓ ì$-ÏP;çÚo—E&T…±¸ãRN)ü·xJÖ>ipÄ•wÁ»qÆÚ‚œ¬"¼ š(`,õf†7fëµ5—_T곎b¢/‰ßaùÝlSÒóºØ «™GßÓzûj§9ƒ!Z)lU9r$}|cøªó¬E§VLZ .Ъ_Žf€þBOÓp$IUo¸Ú¿xòEÇJpºÚ¿ÿÒã§ÕÉáóÂÂ%«;ÓâoCÕʆÅðˆœïwë ^‘Cú­ WîþµLzm<‰šµFÚþŠ^X«¹˜M$ó?”§K°àëö£ßh̾6ÄYú‹<;½Ñ­•¡Ðcí%ß¼d­ÒÙú^¬_tx€1HÞš?õ¬)Ðô *Èä„×sÓVHmŸ‰§kÂÉߥè§7Ÿ*¾Š]}9à}¾™í–¹j¹… Ú%À •ÆJfê}ýíš ¯³ö­Ê´' :ô2´PâJ4G\ϯ!<4‹¶ó=¯q¬íÔAl¶È« oäêr„®°á§iTÂÁJw—œœxaM¤‚¼Á5KdºðÕÑðkáäŒI1ˆÀ‚–?m;YÔè«’+ÕL1› ØNùÜr€à\Y0Ц”¤åL/'w!&¤5RXp°eb&ÃDö¬²º÷ÌŠCè©ÓÅæBÎEû1Ÿ=°6íP¤”›¡-ÖÁñvÏûýúáù›DB Ћ3î˜0·å7ê’F~ŠøÎêˆãÆZ|K*¬½Ä¢‰{…™§Ó8G{°:Çì~ 4žKR²kjáÄt@zã%} ¯Í]3mMDÕü[º+LfEuN-ÉQ;ƒº¯Åy)<ÙÇk¿(8N©Q2<£Ž±y– “÷Ö/Ûù»CÐå;½×6®ß¤¹[ÌçRµWÖ|&1Bñ]×Üv¹óz‰!ĽCf¿ÀÌùP“Ùup3A­úˆB{Þö ibÀM÷ •Ì”éZd)h„°­Ó‰*rG½~¯¿jïOOñv¼- ºq’a¨:”KuæÑ¬Y¸Ã½ßÀ¾¥~k¥ŠËŸZ£?4¨7¯jÔ™ˆîçDÞ1 B **7Uâg±v€o¯FNáÿ‰JJ–ý–ýR/Q៴²æcVž[UÇáù!ó» ÊõO^ŽeõäÃ.¼ï×ìùì~ªf’ÈXžTw”÷[g+Í«&ÁZϦ$ºVå6ëåžð§99ÊLX¾–[Ĩ4ŒÞ„±Ç™¶ßýÂûï÷odtä÷)4C:dçh<ç³ 4Ò¥ÆÉŒ¶ ‡ðÙÖ"˜”ÔËb°¤ݺU¢9Ì®l‡$³`ÈZ½%/~t‰7Å|˪‚§.Ê” ¦ÓµBã‘›¹òMÐÃL£VÐ^ÒûS éy1œö•žŸ´q1šK¸-² ßâAo őɥû”Ÿ)ï2Ž÷Õ2”ZQ0Þ+Y=`ÿRÊ„GÚÆa“(t„}…rN½™ž¢¨C݈ §2ËÎkBØ—µ7'>&¼q cÞÏVμ¶»ÂÒAÕù®øŽ µ®säBn™öM‚|±G5W'‡m1U€Ä@nÎð£|þk[VR?`r0â èD†{b¢êÅ‘ä§L%©p'çËŸŠ%“à vffQw’zx=n3æsæ}FNìB-øÙ TáÖ„)â­×ï÷ébh×å Ù[ɾE†Dr§1ÃͮÉŸ÷K°l)T§g™êä 9µ`ía¡ÇÕç@³¾æ§5rø½Ñ?^öÁ2]5†ðJ€ô×EÖ­|3Dƒñe~B¼tàtF¡î¬Èµü¨*}ï‹k&u'±u—H¥ÃlV>g)a‰¡Á” –k(à‰d‹D4gög^¤é=ƒ%¹Þ+iš©ÚØÁ± †–Ÿ' õDWD$n¢CCå+ÿ å¬i MfˆWÚ}Þa ¬f¨a”æ—ñ™Òt¨vÌé¡o›“Ú$­NÁ Á˜u–B¡7éêc˜Ÿi4õÅ€ïª3U<ÎVÛ&5ãwG!ö2Jz䓜¼EïOžS£>êQþ±F,ëÊ]ÇG¼~óý w$(·¢?“66^àhqÔ¹æ~ùB+¹¡÷†ÿÆfC·»ŸÀ>'8`\k!ª0¤ŸÏvõºêØ9:ÆØ™î&ÊÇ”d-Ϭ“pšwŠlÎ;w<§8Z/¾-Gó˼H-Þ/êÖ-èÔ ·0®´VØ»8»Øå/32Y[Ÿ ˜¦é-½ä\ˆ?Ó^£´÷ F¥{:íÄ4¹²¹/lx&:™ººg”º¦Ç®lOè æ|Þ<ÿ,ðµ¬(ß|cÞXËhcé6/Pt¶„%Xnó²ã…ÈÔsBàâ«qÍ+t ¶•_[×¾Éh‚‡jGÜ lgC=„àštÛ%fåg6:4=œIHï#¬Rž—ôÃÏñ~ä,&§%7‰¯‚eÚÔ!Oyi%Fuào€`wÂÇøN°6Ãɵø˜šŸSËËŸ@ö߸õéqûÈT8jƒêN¢ëi}q*ÓCÔ"`'wH­E¿)Ý@“íÍâ@öhÚßú9j—šm;®)ä µŽft¤Çx©)Œ´½³ vÔ†®¨IŽ‹¬•å§6vhغ1¥SM²êF‹L:ÞÕB0ì-PݶêZânbsûåÆè–z ¼(/?ìÉò«dØá©ëi¼é½MÀfñ)Sc-AaV cœ]N>C„Ä¥îf?±(ã@xŠLY‚µýš­ÜƪHºöÅ#ßvZÓä&lnLÕõæ±›~{´v†à^bäEÕ¬Ú£s^?‚'É™¦´/ßÛs+î(' Ç7<ü-ïÀe1a!´†cGQÝh4}ž ¯\=N—f/²wpïk7Ïð*ˆOP"ø/õJÜ£©Y™ŠÄ¥#‚]+,§ìÆ×-šb1MGnÏæã%”r¢ä“b8½ÓÉ)S8„ÄþøÙÞèV‘Ýã—;rôy¼•xxµ£á<ÛÄ»·w¼3ÈÐDjöað¢zs ¤-™ =„=3ÛÆG£ û`È•Ôì¼éөУíÄ ]ñF'¸-š®À„mRÝ.–ŒÜWð– 8VÔ1”ÙØ\'²ÐWÊ—9µã,ãKº+­ –éñÿÜÍ]Ä·#È žãu¢Xå:!ÉÇÆ9 tD¶å$oÕmñƒ\öJðià43y¯~¬ ×B»ŠzvêEUÝòÁ"'êlX÷šõÄ:(.” @0¯\ÛçX̓ÆRÐݨAšoé*Þ­¬Ëswþí`¢ös!Ù­¯«ú†â`v4f³u̺$fç˜Â·¡{Ù~ƒ4ßåÏM×Î×§“6†©·f¹Ë'Ú¿NSÅÇO7p{ӀĞ3·-Ý4/69ü%C(ª9»°)ý¹²ó{/ezC4ÈžÒá_í8ÂíY»{ ÁA¶¯’s†2#£˜p …ŒÙ4KtakG¦2%£&ZYNÝ%gR‰[F»åîIÓ”%Wm®(ÀoL©9#ÕÖñ—"¹z‹˜bºq $EWq“¯¡+e³Ò“ç…@.NO«ÕÍ7¨—§ùÀšà µÂ_7»öjT€Úƃ²ÇrúÌÔ'å ³ÚJÒr„–¯°ïbsaWGümyqôP ^6Cä#Ë¿!1.Ç&Ý[)¤Ñ°3¥áókg^áM†Œë*ò‹é‘Æ‘Teµ^(<°Z}U{è'"û0a(}ÿ¨5Ú)ÝëìùÁ'n/mW÷,ÿ)nlès晋Ð$×?Ÿ:O\5>Œ—ØSU ˆ@mÙ³$ }EuÃo™RL72V ºo(Y}Küé@ˆZS˜×ò#«vm w¢ÿ˜ômîX´N~äyŠ^Ìe(_fPªêð;Ù˜9‰ì£K¥ZôO387Ê_PÛ0>vžÓiÃýûÃí³Ã%!yíøèÆ).Nؤ³X¨ö÷Ñ¡•ˆ£ÆøžÅ*ÁÂÅ(UÚúãÏSµŠ:‚ŒV/× Ï<ù9&4ÌHHê!Ä÷}ã·L‹[ë\ñazõñ i ­µW, =—.©…D›¡wm Kˆ›]¤½YHP5´« O]åUȇÞrg7ç-yö|~ôèkÁ}«îú°ƒãVB3i+# Þdt`EÌRgÝZ܋О ÷û_ÂÀ4¥´ù•Ìñ¼3ï©›Iáõ Õɉð)Ó$…‹÷(™¥ånU€¶BÑë‘©BUiý‚µF§7p ÄJ.yźýVä¼ç`e1!ÓF<œ6_d&*/(dgÛÄ9 ñÅ6oï½XÉ©ºz7ÂÎKÏÎlýÚ-ÅŽu”Ï´: ¤ Ã@rÏhÏ´ñ%Ý·0‰ª‘´ˆzœ`áþÅ—ÓSò ±L·IþhÓ:P ×’V‰«¿Å½×. –ݧÁÊtø:ƒ뀭œótBil¤{køË$z~ÈF½¶IâÚë½:ÚL\ç×]%tçÐMN¡ßùþ£ä…J âüÁa¿W–ÝKQŒ¤Õ,Å‚œÖC(?§²z<ø‘îp4´h=6…f~õ(¿DãDç^bÓÐûN—|äô-PÛË–&ÛócFZfU¾|äM{…Km(Ô"ƒÞ<׉çfô™ˆå‘µ#æs‰' :K2Q¡±Â,=Øð)ø€ëgVu9ÊûFfõg×ä þ¶i*‹ VÓǶ½b›$vêŽE_ÎÀÅï4VÄ£þ»²4phMJ‹°†œóÊ å0ÛgO²ÄÉëol„U$Ó?Ç{þ°NI Èe_ßÛ8AŒ`ÌU´t:lÛÔÑ@šV†‹w¤¹âÔ ð½ù £Wf4äoûÖü4ÿ=#Ùo/f[à!•`º¦O=c¤ ô…÷˜íÂnñq¾I‹Hý0‹Ý˜™îq…EÃG¹¸üƒT0ËAíZýj 0<ˆÜC~kújt Þà‚ìÐäÝšªMÖ;‘¤“êEøNÜDY ѳC¥­¢GLfÃEuÈ/–¾³ EÈ”·¯…ûã–t}9ƒ”‡µEœ­Ô·Ûœ“Ëa0ì`Öd†—,Ö×´ó»×%nΆx<ðæ°uYÙ÷×›„Úoѯ”„v®e1R}õßã³Cñ U”R~±áGÊAe‰à„€–¶é¦䣄)?=[†¤ì©¹AÌŸ¢ôÑÛè‹»-ã / 8½lDÁC(«ûãƒÛBïø/œ›úB‘ yåÆ/º¤3 )H˜°Móß/Ó2w ¯4˜váö±kìáÉQÐdÛKÞÁX”ýäúõÎÖg‹ÿ­)5‚a—ì\[Ú{#‘Z©Ïµ;{ßÖB¤Z¨M¡¿®Q¦wÙ)+”þÛx5ô(QÅD¤`%Ãà<§bAÅ?›@H’˜”Јa²ô¾¥<jûMÝO–õþcŒÎ\Å\b)lºö·õŒ[°®·¯E'Jr•Dš{rbV÷‹‘‡DL‹ëø‰Ÿ4"Š»ìj û@ÖJ ´µrwDEmxWî@s*CÍË*6…ûïéŸ'5;éãw¹£m.”l¿Ò*ÀN¬Ü˜ûð?¶¤Â KüV÷=råCáZ°¿õȼí'ÚjW›®>YDÄxïæñFR‰Nç¾Ø»xÀñÄ2QpÖ€Î~¥Ë³SãLú­ñxÛe"Ž!5p|fú[N+Pž¤Íäà,¨3ƒ“…ìÜ®ávÛ<ŸD‹¤ð-7x{†¬å¸+WòÈ¡V/r-hv³8¯ªó-í:²´’³ _7h!n ¶{åØþ(Ó‹ œJ ›#¶Ã$σ'ºvMÂéñI©5|ïºå&‡ÿÑdW§„]á¢4†þÙ§z˜™¶X‰%˜'›õ÷<|2<Îý½²Ð ÜÙ…ƒù*s™“Ÿ†ê“â)h-8LÙÎè{b·ú¥‰É³y_SŒƒ¾Aí„w=¢@dü6uÈT~â×ÑeEBNÌUIw:–ᑂöe ë ¬öêW·?_÷¹ãõŽÖÕx¿Í+ Œ÷b°Ñés>½ºôhB ëûºš’X ,}©5·©°“®Úi˜S¶x–÷©Oe¼߸{âwá©¶Åuh[âËwê϶H̃$þ—s$2"’¯Ã_%ˆl:Oúj”ÂÇšû Uù´KûŠmüÙ¿OÚ æ“ÐNk_Šè@¹ŠW Õbü“YNHÏCÕ„ºÿWéX"—sMžéΔôL9µ‘_?êC+ç¾CÝ`[DíŸ"³€=3)´a¥.PUCãºVPe½˜½ÛQÏmª 0À·¦·òbÎrøgÇžÓNSÍ[ûy çðÂÊ{ÜÙ1í²âÖÞdÝnsþJ±sÇèëj=›ç#ä¥~ÙI•k%#Û¯Ý/…t#§à›!¼ž­r‘*è¼ì…C]*~%¢yY¶-”NL3›2÷ÜÉDì7$šb°ROT{WÍóbzôÔ2MƒOq]t+°©+ã/š©ûõkæ#^v.eŽ}ͯ-œ2›ãc)_#™VÙþ»j‰Ž—<|Ï•¶tëXÛÕO'²Ñ]¬­”¢¢Ž¯‰ù³„¯”ÖÉÍp‘( fÚñ0ù=1‰¦WŸe•øTÙiW9ˆ‡õÖ6öÁ“(r*g*Ï¥ïP˜/“Ú~ä5‡¾2 ³ž—¦ Ä¿^n, —ÚÄ4Av‹±¡µ\Þå:¿”_ ²è¼ÈÚ?»B‹ª?|X«ÿÚWÀ?oËEp î‡B`TØÌ¨ïwh°)0×ÌkBY™Qi°š3ò(š=lIòSÉYÑo¯±½Y3ò¥D°„Ø“k©©†uãÈ4V€ 5ÕouEÁowi$iöòÙŸ~ÎÊK‚GåQ¿ åyŠ  5Ðä[x`Vp7* 90éé€z|p„ÿ> žµËEÓ?ÂîuOéFQ~¡–§‚ÎËÓÄÈ .ÍBRVå°™ÂúzdI¨bŸÄ×D¤ïì‘âÖÉ© ~û%±„„ó9"«îà}Óê«:cTÀ$A_ö-™~à'{ælàíÊj[î‡-Í@?+êBGv£ÝÔÙ¨šÚ,¥rÞûë•®¦š¹^û©öl(‚ÎñÙH©WU‰„Íæ|z1Êw»ÀM«aGzi…Re(ÿ3ÆwKW¢Œ‹Ü‘›z¦0X—d­ŽÊÔ"d\½9XщM’ê%èsÞ Å[Q!náŒ7oC[ö`uY.qÔœx–],Y.ef¾Ìy# Øre§\x•r “gò ¶v`¬•ù‘I]>Ø^I#ß|a ðP/’8R|;©œŽÿÑ»\S‰$“¼à!°ýrWíCÂd[Ø€Û¡˜; ƒ ½¨¨*qZ:šlÂÞóÄœ’úiçl'¿@Ú¡Kí¯ú-EÁó}ÆTºöy<ó¼U*LÇÄÀ>ñ‡~T¤‡¶â#ª…áa¹.Èo^NžÔî8|l#[‡ {ì"þ|R!´Ýq™A9ÝP*v±,06þ£†Z|F‡·ˆ.ÕŸº@“Ž'5[fz⥂‘ïÔ&J½ï­ÞÎ)èeHÓV8CNÓڑ榩És¼øþAÇ›’ì;¸eè¹-rŽ!ñ§õÝ ãGc…¶iy°¿&‰$1„ÛxutëNŽëçÈmÿ5ô}þú*WS¾²Æ¥à±i¬F¸讥n*myß^Œ¥ƒ… zÁý¢¨ÏYgd™\,…Nd8+:$ũĠmÞÕü!ù@^LÈ`Ê*ð¸y†Œæ()FÒá‚)q«z7Çà‡ sçE޸ʴq‡Öú[@ÿÏ→n¿'½Üä°½NQCIkSA|#kaÑÅܲ®QÚ'ërr}`âÍç™ìËJ‘*w2lwBr~y`8Lds3¼ÉO힣pÐßq'ìp䟑òv¾ú¢¾ž.-ʱf36K7ÅB±ù·g]ß븷ã4Àýó« ?hîv²/Ý%‚-Ô|ŽÎ Ûž¹¹^ F^èzËáꔨ-©Bb¤†³[ö®:6[{l¼FK˜ž©Q¿¶3Þõ7<ýƲ™`3–ýÑ5ŠmʇHcFHÞÎ&†Ã¶˜Xâ“SpS–ðg=0zç¬þƒPý5Ç^.TMns˜\Ö¿’³¼Â™É#ù&•PCN~|ÌFôEÅ”ü\(Èò•‡((û ² äÀý:‚[®¶á«¢ø hJTTµ?îŒ>~•¸0µ|ûÞùÕ=¹âŸÜ»IZ`ÚëC‡q6ùN?U{*¡!﮺ýDïuFK»×*Ÿé}oVå%k7øÒò½kÃée:«kÇ-FÇ üIZ¹WfûŽå'òa†þw’ãµ7dx,Ö½¦ÜŽÚÀU>œVžûc ö­Ÿ«˜ùf)q)߈³!f<Ëí¦íÍ_¯`mŒ _ eëî7ÙȢTbf¶òÈW\jø;®²7ŠŠFkKŒ&sueÈ©ûi6!n²ý›dMÐ ¡_s‰dYµRßÍÁÒ"€{¾Ø»­KÿR endstream endobj 562 0 obj << /Type /FontDescriptor /FontName /ISWEYZ+NimbusSanL-Bold /Flags 4 /FontBBox [-173 -307 1003 949] /Ascent 722 /CapHeight 722 /Descent -217 /ItalicAngle 0 /StemV 141 /XHeight 532 /CharSet (/A/Aacute/B/C/D/E/Eacute/F/G/H/I/Iacute/J/L/M/N/O/Oacute/P/Q/R/S/T/U/V/Y/a/aacute/acute/b/c/colon/d/e/eacute/eight/f/fi/five/four/g/h/hyphen/i/j/l/m/n/nine/o/oacute/one/p/period/q/question/questiondown/r/s/seven/six/slash/t/three/two/u/uacute/v/x/y/z/zero) /FontFile 561 0 R >> endobj 563 0 obj << /Length1 1166 /Length2 11320 /Length3 0 /Length 12101 /Filter /FlateDecode >> stream xÚuveT]Kº-‚»lÜÝ]‚»C€@p6¶qwwwîÜÝ]‚»Kîú8§_w¿Û}ßX?VÕœßúdÖ\c‰’*ƒˆ1ÈÐDdãÈÀÂÈÌ PZ:9¨ØÈ1¨˜˜9>@x 5 £•ÉÑÄ{G ÈFÌÀñƒW3wÈØX™,̼Ìܼ,kf¶‚ìyJö@k;@ÉÄÑÄÞ hóA‰Œœ¬MlUlm­€&Æ*& '{#^€éGgÿ]ðdëf43wP««hÒÐÑÑÿaáááºý“ˆ™8Íl” g+í_•>RHšØ˜Ø4müW¬’©¸1Ðñ¯qÔæŽŽ¶¼LL¶¦&£ƒ)£‰#ÍG£â6Æ_@Ö%p€ÿK31 ½‰ÑÇPnLÿ©›¥ ÈÅÆã¿`S ñß#;Ù2©ÛíœL¤ÅþoðÿoÌÌÄÀÁÌÊÌÃÌ 0±˜¸™3ýURÍÍÖäo’å/ØÀÆØËÃd 05°r0ñšš|¼à= œMŽöN&^ÿ/ñ?wð,,c ‘#ÀÐÄìãþý61ýÇ^ÞÀÑè Ðafdff0ÿõükõíã@A6VnÿW0°60i}ÑÔ–’¤ûÏÙÿ%* úHÉÀÂÅ``åæøpÊGF¶ÿÌø/-þ©Ãߨ’ðÿöÉüï”Ò6¦ Ï?ÆùÐñŸ#9›Ø;|x@ý·iÿ3¿Èhd þ·ut™9˜?\óñbù_-õ?øÿÕXÿYCÂÉÊêoU¨ÿ!àC€à/E¬ ìÿ+ÜÀhåö¿|ðŸš&ÿpÿÿ'´£ÐHÄÆÌê_2$€®&ÆJ@G#óØåŸ*ÿýš(€ýÉ–ÿàÔÌF–6&gñ7ebcü%ÅmŒ@Æ@3€ªã‡+ ìÿüE9ÙÛÈó÷}|ûϽ)ð£AW#øå_ Em`ûC¾ Ãþ$[§úÝ»1;|”ø.#D¯Že)>{î-wÒ1¥1sÁ*HyHðàX|ñ(.KÑF4ô 4©0¼SÆ:~^Ä XêéKæ>¼¸Hœ”ìã/nƒRç$åw_)¿L ©ƒ0}´ì¡ñ‰Êó+áhx°žüÏ¥¬¼•y¡tŠ1[ø‡¤ Èt5Î ¢qÑü°!r¹ÎÒ:a $ÊÁ>v 7y·i¸ŠŸ ÃÞ÷¡kiAD]ÅöóÅž©f½Yåü¼ÒQŸŒ3[ÂV¼zw„q}´>ñŒ V‹™2Þ¶{Ó½zÇ•¦HÜnßšJ°¡ÕkµƒßÕõ Xy¨„š×}Á¤ s*b¡Œ÷›ë5©#æ»ÆPR‘p–¬ÞŽøá,Tµ×j?–É­n~¦Ó¥¥Öëz¹;.©kÈ~$8Ç&N±ÏÇÒÃ̸‚¤©Ìíá­ú+”©1áKGÙ‘·ÔÝ€|锸¢-ßÄŽ~ÂYJºÆñÄ^_µù3c¼Gê&g?äÌQv Ïu²üÈC:b¹öÎ sâ÷‹”²L§…!ÁU:ánÌvï™/Iýl‰îàƒ5w*5¯ÍŒ³œÓ÷½`RÕK¼ñºîÔ©õ†¶õÂq‚’¯a@Á¯·óyeS¦ÌnšåÛEù°ø6Ìîª2Yd1©ÖrÁÏåîøÚ6ieðkÄ‹Gù™ýÊ’éC¼ˆZ¸ô%L?á®áî5b¡8%py—È̯Å]ˆÁ§fÑ8[Uî8§d)2WóÎ *òZDKÃ,aqg¿î ´d… ‡¼¾fù„Þ*èôh.áé·ÛSøƒT‹N:¸º•þE×'[…EŽGÕ–¨íƒ?¦ô›Dlíì¿yS„> i *0ÙÌ‹{Ƕ@Ô0)ÏËf#ŠÆ„ÜçÁŽêO"fó%‰J²0®ð«2L¼Ži¼oñq®z©ý…ô*q¡er ÅÜ0ûÆŠÖ5¤¾;iáâq‹JÛ¶ÇE;–² …¾ô9vrÿK}wÆö1—èIjóè8ÜKÿìW½Ó_#¢gE¨O^í¨“Á?Ô»½Ë½k«èëÆ:G8GÔw¶üãXù8ïÔ2WSÚ/VD3K‡iD`ƒÔŠúÓËV™ûb•GÆÔ<&4Œ¥Öàº|®f~–ŸÒVíA#áÐvÔ¡ÀRíÝ0Ä.¤ CD‰I2‘Ä´9Ê{ Rþ\RönWÌZî=U± ‘&ú™qú{¡G+Ê•cù‘Ya©m¡±œøÀV";´mwâWZñn Ýæ/ä«S1EÓu_žÏV¦º¨L–)²¾Üñ0UgÒúw£ZɈH¼÷Á¦6="ZöÑyëáF™Ô[Å']ßc7݆ÖO> ÷-¼Øb{áe•V~!îâ5pä1ÝÿfsôuFÒTtŽŽÆ&j/³µ®ùl£·°-z ¯òK uÏ}¼ªˆxPCSj‰ßM# žË2U0µbq³¿w]ò¥ò«T“L{†âÔE\§9Ц¯ËjuÍt$záéý.¥1<²6¾³]üm¼˜hÑë}®µ–Ù‹I¢¼±ctËuÂ_òxc{Z G÷‡ lôP£*ËÆ×Iº KDáÅÒ¨ŸŒ`”t!Å]Š¿§YXat©ˆj0i26„¼²ËM[µ’‡"œ ,zî˜x¾pôéªb+]k€ØTIOº$¿0T^ö¸Û-ÏVÝü]ÙD1ïRÀÒ%PÍ¥©ÙIµÕ»5¼uôÏz=”³¸Òj´3Ï— Kïä†J‰U°È·uÂ_Ñ}ýºÂÆ„óñK@Çù»—â£¤Í Ï›ÂùåædþÝëWŘ>ƒ Vê7‘äÂ'ŽlÜv®ËzÌr0÷F_A62'’Ú³DÅËä°Šk'éíiâ,Ѳk‡øãU.O7Æð¥Ÿ §—ñÌÌñˆÞxÄœhÞYÑþÇ¥ÔØux®zýf¢¨Î¼ ï:‡tÅx­û— •²épëW:,jFsbdó“†íÂz/ðÅŽ&•¶&3õ}ë§(„;©õ^ŒÅžÑ¯5FÓÛ¼Ô¢‹˜ô£>Fe?ÐF ¢qœ½õ ëÄ}_¹'œ`§OAv}gRŠ úáûÜå]£íŽKbµŽ¿ åuÈͦY8`a£ä°æ›Þ¯žãföެ»ÖÞ Y Bt/œ)@ 'ògç&J™;/„¦,ijû•²M ï0+>”¯…A’`Ä3µm1g—ÂøÞMéóµˆÔ¸È)+ôŠ·nCÝuÓ4ƦDªŸ´À^~:§G6$·P0ìyŒ8uR¹KzS\FfŽc¨rëa5­ˆ?Àÿ±ju1-ksJÀ¼—÷Är†¬·Pjï‘ÇÞ¿d?L>¡$ ×éåºÀ¸ÀÖG®3‘ ÎÈ¢¸Ÿ½ÏmYÁ¨ßÐøb«YMf9 Ò}º‰Èqbx•û,/ Yü6ÚƒKXž#ºñÔýT—é2Žˆh?™£ï·¼+?Wep¥vÌa…VÑTf—:·u MÚ­ç7äf ~Û"Ä6¥ÒN¢¤áãlýYÁ¦˜«£EUƒìº‚Ö€/+—3©7Pµ>Û›æ@£aq( aÁãGÐ5MÝTÓãh8Y~JãEOÓ÷B~«‡bÊ@ËÓÛ` sêš!Q‚ã øý½ã«4òcÓÏ•°tsîßJ…˜uë‚~%‘ ì$ž>td£õø“hó1-¡Õ™Ó’ð3€’'m –@]QãÝldïöYóæW`…ö†}ÙOÖL£Ÿ>9]û;¶wջа›Ê»ø—p{K7_p[¦¤˜üôqàÁdë·â[…+m«³,Ô’´lïjÛò~ÿ3œh[Á‡ì¿Íˆ½ìË{þ¥+**J>;¯meë¥à21t [«ë¦nžÝàÍ¢%|×dtÖóìLXW" =&íYÁדOCÙ´ûä¶àP yɾ ©£ép“\ï~C¹óÙ3CW´$.ÐÏÚÐXãÞÔÝL¾à“iUzJ|œI¹Àç¦A73ך¸H2­ÆÑ4±dF85â6w°$k¼Q¯H2M¸Œ¬:¾=G÷KHàI'ó1òÔ$îÛñ²!Ylv„¡[á¬F6+¾XŸÒÁ³F܃Nyê蛕rUÔñd‚ÔÏ4/ÓiiBš©â›áPàμ@WÇܵ 2úF¯§ÿJeK¾-iĺKÏ[XtôD'.î8×7B´ÜKûc”ˆ( ˜ñeºµHv¸•b”Lª:X#(Ä©Ã4Ë:*R4*ýóeáô(Áèpiã6(AõË«Kf¯“sȺuÎ9tù£-ËÍÝÅŒ6¤ëSt»{D>Îõ}Xa¦bƒ¡,»Ÿý}’,úzÈ×J\¿`#© îwôtNöv÷†}’´—ª7|¢fâr°Þq5Þnêà¡Xâ‹]­¶äaÌrt—¸ÓIJŠê/ƒnWr͈˜ô•²/SŠëN8ñߨcþ0ö£7\®/¡=ú¿Â£ãKî²5Íó3´ÇÍŒ–â%£ÆOœoI‡ÃÊ„¤ü½–©‘8Rt÷„Pg£“m«4ôG=µçn÷³pqQmënáòOòňüßíeUqm~ÿШüÕ 6ùÂÊõÀ˜}d;/Ø÷¥G>ò2œxçñiUÆlqS÷¥ eÆ!Ñú(ŠJ~éìÕÖ¦ñÍ¢…®T–$I4M ¬Fc‡¡ÝjQa#î[Àç[ÆSk¶æ·1ŽƒŒnˆÄïl N•Õ¸‚z̯¨ò¶;æ—¿jú±÷?Á«Í |щ2ØìèüJ‹¥‡t0Tm:ãÐÛñ)¥z:®_ $««i ?Sã=›‹ÀÿM0Ø4ϱ)ÀÚFߦaù®GÜ_­ ß‹¾Ä/IÈ’2ÚdÉJkÕÑ\½žÈ³niP§è²ã óÄÿÇÚVóýs0õªý‘f² !ëœïÜ1 =Õç H šO/–Ÿ%Ðk]× Ù\½¿ÿú”óµpËï T½ö Áiw`INnIÒº“Ù`«±$LŠ9auò‚AIá&©¨a>‡WÇñèÒˆ_k°×iÀàÊV(%Ë"»ÂÒz dUÆ"PÞ4ÉûI¶Åm³Ï:ŽÍb‹YDŠ…jÛËdbIN›$SK²{‰ 9ØmÙh mi)-…5 L2ì+=ÓU!î~Eîg#WÖîò6ÊZȆp•6òb|ÌéÌ&­žzŒx3Yï*/wªz㮕¥ÆD£¹Ã‡E>tX—]ŒIZaÑhÏÚök¦!mÏÝp¡‘îZ¯pŠ)X)âÙ`TŠ0$ˆYéõº'§VQsœgˆµ§+²üºC÷ FÏø¹ªj{ñyä&!fxñÂÍêÂcHã§Ó%7H(ÇÞ…Û»äT$ð+þô÷R‡µ›1^‚F–êB<23Ï‹ï_öºÀ§°<<Ú˜Éréu8ü–?;?aͧ„d;ÓÝOòÈã¬9ÏB3£=Œ&iñÆl‡ Rg ¨ÆÛ:‹82¢TC£?lpHêTe«å¶¿iP«EV(9È€Š¿µÆ»I)„É›P'°Ù÷Ì3; ­éµ7sûb$z=…ü·.mÓã|Nv,_²`Î|s!–Ñ_a1M%Û¸%6±Œ …d ý„™¨¢Ú «6®³äO~ÏLƒ"1dky7joÎ SO<ÿ’Q»¿iºæµ)ïéï@^BØò3…×kYU¥ “õwÈšƒÄ+ÅŠš­$’—o¶ 8Á{`‹P…<ñÀŠ4k+&á¿!{QyŽÕ4÷ä¡Ï©ÿÐefFÕSÕ€»QI<5F_Ù8g;V¶‚ëæAË[á–TÌ¡ï6 4†öþ©”ÏwJ·ÌúVRÛ‹³š¢Âøn z¯¦Ò$ÝAs£ˆ¼Þ›/˜2gÑ\¼öyÅ·-Èf6#½ž%,ûýÂ9ì(¾t8öÐé{u8Ÿ®Ô}*¹Æ÷¹4>°A >é›{ŸÌÐz%öŽálý¼›áïçšÄ¥õúâ}FP&iú8Ò®QŽm#ú54µÖ*œgÌSd>ÔÀkççÆã0ÞÖÀ) öɃѤtAFp×KÉ!Gºâ[“‡N[6™=ó÷©‡HÎÓn×f½0e̓:ìianÿ2EKw®Â®Þê÷&™pNÓ×"ÉÑ ’ý'Ⱥ}©©J‹6!šýýĹ5œt<(¾¶¡Õª‹»ŸÂõñ†'#·I‰·Ûôz»»WƒH¥t-UÓå„Ê<ä:·’q ¦¾g¥V²-¶—©Ä¾þ¤æÍæ‚xP:¿ *œècŠocÒTºKzלÚÍV"žäʉ@écùþ…³T‰¯’MÇâKb„klàܬ<šÈ?Íç³€b›x÷Ba .­÷+WsiNåX«†fyÁ|EàvxÑòŸ­B "‰äŒÄ÷ﯟt§)—Ý©4bËRH§­X\ÝñÉH,«ñð÷A ­üåŠ,ÑÒÌdŒÁ›ÑÌ›ÂVAånü<¶¿þÔÇQ¾ë¼kœ+Í, LSQàê¹ò „ÊÒ÷† ~bSdéé¢YV `+g/×+³¨0¸œÆŸL{‚ûá‹Ý+¼¹K ±E-×·`¢ÓpTÂ\\g¦oÓMåömeƒ¸èìŽÜÖÕAIšI¿pˆ”‚´°+‘B¼UL¯&ÀAËÐŒþ¡, ¿.w ùfÿÙ›RnX÷c/L¯cÍc“ü þÁti1þþ…“3(ƒo”BÐŽZîoï<f³•æÅe2hZÎ^.›A”¢ÉETA*ÂþDes°jq=àd.lô«/ä8È/Ω5R’+¶›Àä´ÅÞ1¾3eº–"¯¨.,Êp'»CéÅQ¼«ˆÇg<…¼ø ¶ö6Ûç¡zÉŒ¬È È<û•g©ã²˜B-.ÒŸ(vŒdk}©ÛZ.¡wÅÞO`á´Ã£|lìäT÷'D ¡5ë–±+* ´õ°R/ªÿBþLrC¡!‚T.Ÿ©·DAqüØq.Š[Xóù…kI¨ÛËï\¥G–ômýÓ¼Œƒç¦`7©uäÁ6Æß½ìW$¾Œú~ uÌMm$|mœâáO¥%­a‚d»2:J¾EFÃQcPús¦å_Ñ\8ÏQUßgdD‹äÔÁö¤™ÖzµgÞËþjJî¿X´Ù˜RgB¡…ó>ËÏñÐåôŠ{SöWaÞþôSkkŒ1–¾rß)8'ÚEÕ6ʼn9͹åŒWîÎÛ4®›sNÅ –Ýùƒ“xƒ#ɹ ³˜‘„àÏ÷“Ð{D…ØZ¾Òàv½SÍåOhXz8xª`æYê)aé_U‘3œ~f¿RPˆçÒQÂÂT.Ã<¾"/Uúl¶´rX¤¿(•ôY>‚ÎÈIn£R[÷§¥SÁ·à*«9Ì8%jôß+\H×je;E íñ-^ÍåùêßýZdZ95è<§0Œ2ªsPóDUz¤»˜EŠ4û ­öiº¨CV¤°Ù½!°—}5رÕÞak!̰dwÍ’_ÉðÙè;_mõ¾¯ËW vNçŒîÍÂÞåà’ä‚ÇA£¿pÀ“¿yUïÖgäòÒ5a¨Ð¶Í¸ªyr‹&¿$Oä?›/EËõ‡dVà ë9ÞP x¡†\pØeÖ:> «ÞÃyÖgÒQRw%úé³ÎØÝ}{¼ä'K)âQk˜¹¬f‹ýi·häŽáù3„Õ]ñçÁ_[§†&¼Éí|¡¼ …R)óm¡¨%PëJ ÿ¥g¶.×Ð0ã%Qàud ]=–‰Ü«R¤ µ‡¬ ŽyÌ÷'†€¾q>ègÞN–6c6Z÷ÉI¸¥ãEU$z™føyýYØ:[ìkÙµpÛq¯õ„ù;º“ NBµW…õ­Ød/¸ŠT»ãx]òÛÂZã%q»|¯u(¥am§”°HÚíÃÅÁ;ß rë¡8né/ÀìgŠÄ@û Œ^ãÀ^g¢›Hl„uëM›!|ÂU0ÌÂrÇ¥'‰±—¦dJDnçmÝñ¹Ò‘U V…œL75ÿf‹©¿ÎRïëÌòIÃþÍJK1ègoèì¾\m¢Ýa‚><ÌOÇî µÂù2.#{ÃYåƒlîáÚÉ,¼ÉìFJpP±òxèÛ¸Ú6€œ®¥è8=P”ŸH|ÁäÒ#ÄØ©{1X[”FP¨ùl¯6ÎTáÏîñóÈ)Q °½I¿é›?!Åx_—z8Wj_Ýrs‡ÚåUÖK I·À>Ó°{)!¾Üõ[Ú YçõÐùû_çms{»3‰ì™œjž:j#ÞÇëVDßÂò‰%ßÊÉ‘) D…^Oíº21u~pŸ ›éÈ]Ø#ä§§säçœsìÀK÷ø§ 5lñLJަn“#}ÛKE&T‰ .÷µ'DlœÞˆ›.ó|õ©·¦1#uÕ‰iƒè+rZön ïØ¥ÎèØÈœuƆ]ñV&7~ñ÷º@bíµ­w}öû¹ƒÝQNÐ*¦Vò µ_®ï`Ñsù{g²T‚œ§$Ò¯i>ŒD8Õ+Ê"nÅ7I°°=:¥eÆO eì»_Ç<Âù> '¶hýENQlçbe‰IŸ¹”²û ä¸zÆtÚ‘a\œM¿¿‹é0¾Ù‹+Üfs•˜´ÁP~^pã0 Q÷{ZqŸ~s™,WÌÈ7\≔g5ØïBv:·žð£»>²Ø{8j'ªjSw@ëYæ/cgÃÝOGö}×`µ¯ê$z¦DU'âjF ÝR1nuÃUÜTÖ\FÁ,…Í~vi6‘þ¬øz†r—¿7ºÝ1qÎRî4Z—5q áé&ÈÊWÕmsã)<ÞÍ æìÇ+_—vz´Y¯·‹» k7 ‡'!÷è¦1ê0f«“E¨•u홓ͻPŽ £PÏ<åÕ¦¸‘ö^‹æÞ'¤cƒ€õʦ¡gf$þrÚ‡`‰î#é ì®EJÊ|t·©^ 8™‡dÖΖøÍRèÛÙ D¥œ `4¸ r®é`~kè>Ü€‰æ%oW¨øÊôëÐlá~N~=Ðtâ¡õo†&h&ËpùeÏ⃜ ×û ðÚ=ë…±H'‚«o‹8ª ¹ü{QgÞ@FfHa gÁÆ›~ºŽà©¦}åu°êo¡oÞœòF±â®ÙÆð|Ç-x©¨¾(|pˆo±Ÿ¨NMZ6©Ù¢\¥oˆD` ˆšDQÞ°{`orÒÜOmøC~r] k†Çb˜ôޏÊð­‰pV¡é/dŠR–8/Ö*I…øgtü R4ƒ`«úB¯T3‹°¯ºˆº‹^ŠÓll3(( hð 5̽wë&ì/FÎ/O8¦T2¢×8v'¸X¼ôÝ5N8WÍa#‹ÁÉ{Fçk£™gáàÆÇ°êŽ;´>#@л’zLf|”É{ôW¸—šsÍz;ߢyP+,LLV¥šf–áä“ Ò5sÅôcàåŠ3ÀÚ&•vmX®3á  Õð{DèÖ3ŒÉÒüsЏŠNÆ£šm,çI^…Û»« ¸¢Aê·DgÔ <ÉúyçW½©#Jxjg´œt°†ðu'׫ Ì¿TW§Ã@5ˆe_'/„óUd½ÍA­‘çÏ Îñ’´óÆBê³÷¨¼1¼¤ÂÂ\MBNÓ™ä¹á½¼Û{;-tE á ÷ÎÛ~P7¬íèMH,)*æ…¿Å7øÍ^Ÿˆ»¶ yTÛzzº¸x”lgŽágÓ1UÍòÏ [ؾê!_®è¯ª2š Τ2Ï÷d%" Æ«s»a ›|ëkrcÙ ØÈ1e”4Ow…·w¨lülW ÑX? þFHǰ’ ÁÕݘa(\e¨Vå ­ã$œ¶7îˆɰgc¶×üÍŠù#ŸMÐ#OöÔ\®Ø5ñØäfA¡)B´ ¥³œL÷¨2{*çåazj²ÞJªþì­ †,¬S=åûUèƒ0B¨Æ)I¥ýnDäÇ6x$s“¶6É‘Æ9ï/˦5«tZg Bû¶Ï^μnŸ,¢.mÅmÿ4Ÿ0&ÿ8íÚµcõXÜtªP™QÆKD­^J99µ±/(Ïì_Ì‚ÍikAî èÓ`ܧ7‡¯n´ñ¸Á§¤¡Í8ÜÜösf#j‡ÀX;B¼—m¤{£K*ªx´W¹¶é°if”.Õ‹Š?©Þ÷×Ç Ç¦D&"í‡ÀˆŸ”zÃ]&Î{@[¬Ø«¼o›ÂðÔ¢xQ\å$áեݑ AÎ`ò¥`=˜¨œÖðcÔT%ˆØ*Ĩ›Ý8‘[BµˆÿÑ`'$Dî9.3)ˆ‰ 9-HˆÔâ¨Ì?h©É†•|ÅÊ\-¾Ø &ëÁ‘BÂh`nžRòô;¦oX†íd,·O Ù~—o¤ß&P2&rKñº—3‡ýœ{¥Æ‰—ƒ”9û]Û]Œð"ÈË #Ð=¸­Œ¾Ö¾OY\2<5¯ã¿@6_%+&Ù1Ò÷T¹â@²›èBgH|cÄrć8±YjXªPõ`p`¿}N¾žÉñ´NÏAÛõŠÐ2+pë*ø2ÕÕzüi€¼þeŒ÷!T÷ÅÍŠ´]³&\.vâ4öÀyñæT•ÃÙ©œÊ3̪eL0Ę£6Ò©#gtð+Î*Å/ó;¶ßq⃠u†`±~Þ‘%uÚ~»iDCg­ÖVó+Ë4²¹Í®f_M®H÷FËdÂ^¶›¼Gf¤:v›Þðmú†–CÄðÈ5m„CÜ@ß& Éj£œ6ZFæÐÈg”{¾"o„»{ÍšúRˆÿNÉá$é¸=ˆÍ6¥¿8n»T¯Ù0˜äC[©½ ®ü‚6xO÷DõL 3)F"ÚYW` Ô1j¢iXmÐ3ˆµóä¾…m»E3À7× Ž–È_¬µn9þξìËõ[Ȱìä…@sîÔ*g2C‡“«³Ñ ÷æ#ÒGùÜvRY¸˜Íûá÷m‡ß —ÜïÏÕh?¸½ìšaÂd§?7T []¼ZÍûél`©²6r¤ãí—G¾SAõ‰(zÑ~]RdbÜ1E+ò¾ŠIxLi´É_9xæòò¬O›I_·”YÖIÄ›¢‡÷]6K,D=e‚æ z¹­Ú°õ¦ïïg¿Ÿy¢hv•Ùtðœ¬àÙÜ£€Sþ *&ç#™÷r.â²Ë½ý2E ÷ƒgÌR½söwh¨kYÄ&Ø:Æûw3qWH7Ü+iÿ5¶4„‘÷œó—´»RXƒ–"W9Át5a|PÝ {ŠÕsÊ»2I$ósâÄd4â! ·†l#öV°éÀ†¹Ñ™ (ã0Í÷’ñp0‰ûÈèÌàŸ]†éƒ†ß¹nZ¨A:åøÙ‘S ój$5·%6–¯c³®Ÿ×n”!GpõqpðÓI°ä1Úëî,y°ßW؈ó‘Ptû­¬ðcÛlòÌÝÒNtXÙÑIBd–êIŽ,Ѷœ£|¿E¶žï’Kï2“ê¡q*ã+M#-ñ¨çHBBÊæ’µ0n©¼¡ƒâ ôN¨ F¾¨aJ_äuM°hyîO!  £Ý4É;&zEÇGššˆÙþ1Àßúy3Áó;çwÆòL“>¨ñy–a§½Ù˜ƒóÌk 5nf8Y=UáBb?À‘7¸w[{Éò«5«Ž7ÂÔah¨2‡=ø0¹¿ÌدMBôúaïÉ–0^7}ƒ¾„¨µ´@-,A, ãò}Špv~èKñó[{ªÀ³[B9=®òÕáyù”µ:°Æñ0“GèíþËÅ· K©l$TMÒáÖŽÞžÑÁ|T‡ŽÂ‘a.lz² ¶î™Zi䕵ÂÔ È­}Lù®A ÌpùÉÂ?Ÿ*W&žúwÂÅË¥m­Zƒ$H—‘ ÄZëµÇúƒT_ÝKž´î-äêlaGESÛ¾]¬¹W\YuAª÷3*(è8R- ¤nÏBT)õ‰-Æ€7ÎófÈÃ[)’Ø…wK:»ˆeåkšônÖ7Ç—tÛ‰AEË"p××$xâ1Te6ÿ*„}!½‹JXÜÿªË³mRÙBÇü3í1g7y7œó!ê Ü¾é‰Ø—µôI!÷I”‚IÁ®h÷káRC@múû˵òŸdl²ÁßµP£1jàw]š\ÏHw$ûzC}XÞ-EîüHû†Ÿ´÷×jj¶%ÿÜֹ͓…©À `Ât¥]/Þ§ãŒÆSù¸æ«ý¶-öhɈ‹Ï(kÉ%·„`Žë¼ wÝ^¡z-V=ß¡¥ç_EBÞ}»P~ŽHVˆW° õu׺À¯ W¤F…`º›Rs0€F.£ÙØçÌž˜wq×y0D;¡OÇ‹“þ–4¡Àå7ì »tS@®j>…±*ñ0hVØLRÅ& ‡d¯º,+ÊësÑdå)Ç÷@¯ï8X¯IùE­÷SŠHgÙ*j8HU/­MAzF1^Ö·¤¾pC˜ïóÞPDÎ5ãtD9ò¥ŒZŒBuÏ ÔŠ•nÚùŽ]èŽQ{À–Âg #}Ógñ_Ê]‰1š 1ŠæÎV^Ò @«ÊÚݵïÔ³` òÁ™ ïè¡;½Hê ¢#%ß¶ÁŒ]¥6‡n‘œ“bC\Êç‹Àßë ̓/ôÜI2ngÐüM=EpÒ÷ ÿ~(gœ|#%ð²4á`ÆÂ0ÍzÂ/N~ Ï7§{Y´ø9ù'\r&ä‰5bÁ¾I³¼äï‘jFÆ‘$)´5Y hLjÀ(¡‹²Û¾.Aª¤æ¥ýj KPæñCð]£†\ôzˆD?]#ídLK842ÇÜô‚I³‘U@û~$ÍX/‹;xÂåÛñF{L:¯‘šnùFm.,"> endobj 565 0 obj << /Length1 1199 /Length2 4806 /Length3 0 /Length 5583 /Filter /FlateDecode >> stream xÚmsw<œkó¾Þ{ï«ïjAô^Âb‰ÁZ¬²ËZ½—ˆˆ„(‰hÑ=ɪ½½Dˆ%!á»ÉyÏ{~ïùåóüñÜ÷\3×Ì\3· Ÿ T\Ýå×A!1â` "Àáåäç uDÞ7ƒ»úéc=8@Ö‘BPÐñ„ÿÑj¢áŽ ©åˆÁù˜»ùŒÑ) RÉ+Ê€pgôߎ(´"ÀðBLà8ÚÄAZ(˜Ÿ‰úy{{"àÎfp_”÷U¸à*üsf€&Ê;puÀf–¢¢bÿXÀ § ¿€ÜáŠ\Åüáž(ï_Ùpºp$+Üù—¯‰‹£¶3ó«mÐ ƒñV””ôvq„ãl¾.H8FRW¬6ÒYåõ‹À—â—~Z4†k,HòOz QÈ?B.¤óïöœý¼%-?¸¾Öp&Šl®p @$RÉà>x ÌMòWjó oøoüËìˆt ñFy\=}áa8îGâëè`Ð~ð°ÿøß pFÀ0'¸+n$ÿ°ãÌp—¿îFŽ4"` ’ÀЯ￧[¸á:£žAÿ¸;zÁ’†úuCuÑ?õÿ_O ŽV|M .%/ƒq}*ÈJÿ›õ¿zü­Åo«‰#â?µ‚þ¡ÔGº  µ„Óòï¶üáh_Ü®€¿W[ð¿üÆ( ÿY#;,·A¸øëõ?ø—ìß9tü<=+üKN_À À/UØz¨ ½}&6bæo¾`ô~š)ˆKêƒùa‹¸ K€Íèù˜;i?Çöyb?ðëZ¾ã€þŠŸ+w³Õe'0œ‹Ç Z®ÀVyv£.’òÓ$ÅŒ5+!›£pW ËË)ð PnW_ª,YAŵjy~’ÚPGßÀ@ñiSQ‹d8*I°+fàš.-å3š×•7“`·fZPj2=Mz‡ÂÛó ‘ú½N'ïê|/8&#H%Ü@ Ëí5ºðÇ)3»G1!Ñ64x4–/éù)ùò»­1bîK‰•£Á9ö e`–þ9ÆLö5ÒÒyº©ðmÔLI‚ާhÐ&åNÌC{Š:¨Ã£H»óäミ[€×t < ç|VñNà5s&dÀnŽ‹È³)CÁâçÜÏ—Loê,5ÒôÞh:¬Ïe^{pgãíª'~îM ³ Õ…oF*ŸLɽŠ­Eï¤]äI ÈÖäŸòŽ^R‘½Ò®LÛïÁ§?õ€7Ó5 ¦¿/ñjßO:æŒå¾u«6äÐ4žmä‘Ëe¼t±$Ý!Ù}ð̧ÅIÛ4ê ¶>ežÄªþcƒ+–ÜÄ}N ð3УÛèB$íÙ½(î_„ q†§¨ƒ†MÅZRhV_ü*zô´Ã¢?Ô†/¿þtUÖPgøò¤Wn`o&Ö×ôuÙã¦jï5|±¤ÌÚMJ:ßÕĆí¨è¹t§­6íc Ò£ çÜÈ7ï(Šå¸æÕS<‰ËS†s“Ã2·ì¦ÞFß]ÍâæòuµízµH‚>SÍç½nw]x)KmNÖÃ7üŽ“?ý™ €ƒþs*-`–ï@p)W3ó«›áQ¦ê›ûø/ãIË0 ZJ\‰P†ä+ïzç`E1ÆiŽ& òT7Šù<úô•ƒ4þeœÛÇR6ŠÔ-è©"ÐhÖDEñü±åÎ:ï8fÔhŽÈØtZ­Öéêëb½£  £ 3ÑšÐÅ‘E®ÍÄ,‘ði<ó&t¦õ)£àX¹!¥ñ!Œó6³t´·¸rÈ©S2ߣ7U¡)¤DÊÁC÷Ô1Ò})­Dz¥kuÜ/꾫¿ØØ+ð%,•£ØêBÚ¾ &¶Ïîê_æ½f·ððÒ;‘T¿5çknÅá¦sЄ—vÛò.›£öøÑ•’ %€õx<ŲA1•»’LÄÚ‰½^zvÅ‹õÂm´{Þ„$µ»½‰Ðÿ‚Ó‡€“\J×Á’[lfj7Y Ð×ù›ÈŠ­*j-P/¦Ÿ†U#jº-=nX3 Vu£ó–8kɰLóiGîzÃVO1lQËùÙì)n²‚©1Š™XåÑöôuõÆêÛÕÅØÁQ–Í-zfcCH®œiˈÏù{ïøQÞ´„uyRa‡üóa¯)V3„;ªR2Íå5!ÀvúºÜQpøãgËþ'íàãÜÍÃS3›Žµ“»É¯' «‘#³9±ÃÞ*1´’—ŸÈJ(÷¥ñÛWy‘>«w‹>º—Í{›‘ajKâú4Ñ:’3µ*Ã?†g˜áòX-Ì—q9Š.'0ìASÚ?«L;Šç’^žïÈE5Ô.ôôMжìé`V¤Ëw'‚áo) ’5Wd4xu°L—ítý¼{ßÙùØùÒ$¤Ÿu ´¥]©Ð.î»m·Ž•·b>]à¨à¹žÜ jàÀ,;•“V4ZÅ„X(Í€h.ùBOU&7Á­ ß_ެª …\&ì¼Ö<î#¯±cLÛj¹‚Z•.¸>–´®sÃÚ:´7øŽ*a¶ »Ã€uX²Ä¶nÆA W§EÚÜ‚ëq;_ý£—Îún~ŸóúBJQBŒÒê²-N‘º˜áÃÁ†ÈØ}¿¾Õ)—í)»ŒD²B-ÉÁ ºê8Å5Î ©Éþï°é(¡hïÂO¿ÅE¬Œ6ÛfE<ñ÷«½ù_Ø’(•F¾Bƒ8?Þ¼ùSúÅ.;Ãp7qb=²ò2ò5á6?\’»ְp‚R~Ðó¿’ö 2lyÑÞÇfXC”Tàœ4‘Ó+WÆñ />…•—„䟸¶Ж3}Ú¼?÷Ð%F‰FÓ£ …º³ElŸ|˜ e–Ác\œ×±St·ÞÕМ+Ÿ$WÚQµD¼9uËmœñ§ôüØ+Q¯­À]r›êú›ÚOn‘I â‘J£¢§×bo€pŽ'òÄ­)äˆÜd$$·K•UK×2AèrCƒ”sÞ‘¯gœõ‹Ñ©m·½ÃÊ’uO{^ì|þ)VE·å5wŽ­”°Ñ ¼ûÍÚú)øOS›O¥•ã(\¹ßZxè¥N òYJ=H¸  VÒpþÔjl²tÙ99_ÚèK œ$kDO•Þ Ùº1kTVvéxñ>ÞQŽ?Y±.†´’ù”­oޝyâ•yïv¼+xÊsîëhÏçó¯[¡Þ¾ÓD=¬2ý©„Vçöy2zEØìÏ-!ÎÍ Ï¦›KK5 /ùÄÒžá/}8­NÒç%a¤yÜ!Õ(bºØ;ëñ*/gÑÏ;-Èt/3®ú2Aö†öüfij䌳¶‰•³*CŠ’½;ḛ̂d˜˜É¯O"Wk&K O§äÆ…£‰˜Ž JÿtTQ†pYɇ•³‚0Ï轈oÉ7Ù'ôH]·¨ÁþL÷K^õ³îÝ%y°LÀræsµ¡­(W¯l‚öQF<Ò/¨¨}o<%ŠŽm?jVOÿõf"J(:¥–7‰ÚÇ'Y8îRå]ÖL»5¦§ÓKc9æ@mV`SäxóÎ÷$ꥉªþÖéÛ1H-þ2‘ø5 bQCµøÒ5²U¨D¬EÜGî‘Pq±û†,‹N·tß.ÁÀMaZU# ûÒ˜ yÄ46ÀlòZãmƒ…ÜzCûð“µö΄U²®‘\.¢¶nûµóŠ•¹±kùé–,°'Tµ›ò7{Ëf/^Çjmç¢ò„Ú¾›²Î-*B?È ¦$äŒVÏ’ €úýJõ“!$ç·ïu hq·¦¡ ÝK„±¾Ý²r鉄 Ôòy¥8³?ƒÜ›¿ ØbiHÃj>ÎsѶž•ÚiùÃoÔ'>x bdðÊ$äSüþcf‘p’¶˜ Õ¦ÂWúÆâ÷„€aÔ€¾wï·Ž@[~¼ªòÃ{—%Ϭ£í‚’Ù½› ŸtVêõoÜ£ãÎ[í5ÎÛi‰ðõ!…–$S‰‡]OßRm<ܰ׿Ýtp¿æfõ>!½ö¼¶U¤çù”-!ÝÜŸ9†Òxª¥¹ s>pý¤inõy»-™ ?1­êUÐ* ¾þ“£"ŽÀäébÝ,kéä *Š8xYŽé«Wjß ·ÜåKRï6Xð|k.fYÓEûî}ÚšBKå)Õ”ã/ï›=«p)óoQ.E¾ÔC;¥Ÿ±¨ “à¡‚5 ßÔIŽ(S5ÕõI(üTßðsZ’>7Ì@ ðü…_“Â(2`êëßaâºßæàÐGz±bwy1ôôØeªÀÇ€ëŵÃo 7Ú FŒy¹÷ÁUÏ_m2œ­×^ªØ1‘¤‹´ò–ØÏÙÙ݇¥ õŸäÖÒM½xÓžÕäžÌ8¢LGP?Í)½>½éçáýq6œAuÌbâ!,—J6 MóŽB³JØ<ìj9’¿ÚN›P{¬Æ4«/ ÖžäØ·^X¡]NY1åûbêNž'¿<Á“µ¿P|î÷¸˜öœ­‚w$BR'˵ijh£@íNÏ[?ùàë%œYªd'Q„%y6¼Ùo5#u‚X[xÌO[¥³.!eœšO ¿G¼Ïý?ÿßÇ© endstream endobj 566 0 obj << /Type /FontDescriptor /FontName /KIOAKA+NimbusSanL-ReguItal /Flags 4 /FontBBox [-178 -284 1108 953] /Ascent 712 /CapHeight 712 /Descent -213 /ItalicAngle -12 /StemV 88 /XHeight 523 /CharSet (/A/B/C/E/F/H/I/Iacute/L/M/N/O/Oacute/R/T/U/a/d/e/i/n/o/q/r/t/u/v) /FontFile 565 0 R >> endobj 567 0 obj << /Length1 1626 /Length2 15768 /Length3 0 /Length 16602 /Filter /FlateDecode >> stream xÚ­¹ct¥íÖ&ÛfeŶŠm'­Ø¶m›Û¶mÛ¬˜•TpêÝ»»¿ûôùÓçû±ÆxîÉkÎkÞóãYäÄŠ*ôÂ&vF@q;[gzf&€¼…‘‹“²¼·,½ÐÄðWÎGNþÝhèlag+jè ähM¢@c €™››ŽðÝÎÞÃÑÂÌÜ@¥¦¬AMKK÷_’LFÿSó×ÓÉÂÌ@ñ÷Áhmgo´uþâÿÚQ8›¦Ö@ÀwE-)y •„¼@h t4´(ºY[d-Œ¶N@j€©#Àú߀±­‰Å?¥91ü%ì08Ù-þºÝöÿ¨èö@G '§¿Ï '€™£¡­óß8Û,l­]LþðWnj÷/@öŽv-lþêþS´srv2v´°wüͪ(*þoœÎæ†Îÿäv²ø«Ø™þµ4±3vù§¤éþ†ù«u6´°u8ÝÿÉe˜X8Ù[züÍý7˜½£Å¿`¸8YØšý:€#ÐÌÐÑÄèäô7Ìߨÿtç¿êüoÕÚÛ[{üËÛî_Vÿ ƒ…³ÐÚ”Ž™åoNc翹Í,láÿ™)[S;3Ó¿å&.öÿSç tüWƒ¨þ™ê¿ Mìl­=&@S8Fy;ç¿)Tÿw,3ü÷‘üß@ñ Áÿ-ôþÿ#÷?9úß.ñÿßûüŸ¡Å]¬­å mþÀ¿w àï’1´üÝ3YÀ?‹ÆÅæÿåbhcaíñÿåôŸÖÀ£±³6ùO”³áß–Ûšý¥…‰éßB 'q w ‰¢…³±9ÀÔÐúo¿þ%W³5:Z[Øÿòú¯–è™™˜þC§jnaleûìÿVmMþþ_ªþžQ^R\Q^–öÿ°\ÿe¨øwœU=ìÿbû¥ÈÙ™ü¯Ã?aDDìÜ^ôÌ\zV6æ¿wï/ n&ŸÿCÊbþ¯³œ¡³£…;@çoÝLÌÿªþüþë¤÷aÄlíLþgC[“¿“ö¿ÿ¨]ÿü¯Ëÿ·êÿyþ×Ìî@c¸õ;cÞ`Ëô¬ ç:켑)Q>fð‘ûÒFÕ¢Ÿþ5v½~éá{Ü•ïµ! M3<ŸíËöGÒ4Çc}XÖ”½©ÀëRêþŸ¨Ûœ´ÇŒú¥ˆ¿4¢½n–dw!´9˜Ô÷§””õKÞ¡g:Yan^¨ýI]úc=Û#ù§5Äav¡4 Õ^ü¢H:{y¦ì?§̓%çu…@¤ˆòwÈÅÔV«ôŠÅc©FBÿáF‚yáÛzá*¼ˆ ¶ß™jxZwæRs‚GS+:*P!z<ÑdæÇvîïU•Ö û‰ÒÌàñéÛ(ß÷.»˜ÙLF)ËÇÁ&Ã0hc&+13(•rwäGØV¶ÙRY´iLxp6‘”„hùµ¤?FpÉB2A£¨Ê½Œô½®ñ óXËײ ¶‡ûd(8O)¢SÇÚ—h²ÏÙr>>Jߦ2?¤Laª·I4Wg£ätæ1£wéM,Ö»mmÒŒ.äø(XÄ#!¢Õfß©hjˆœg„Á_óÃN¦Æv ­XL‡JWš±a¢²ì'C“…|À0vÚ¼7~|åÅ$E–Èh’Ss»"äö¥Ô)÷n±5õd'%RáOYáÀ”´|:òj©Â¨‡ü*½²<Ï$Èo4˜/GîT±ÓD-ž†"Š«q=ʆ ª8‹ Ó"óëš 8+£Óúeåù#ÜË*ÉLKà8­ÜTx½´®z¢:ÄQõ‰û¹¶_Ü|ØÞ|ú€øÓz濜ù”Ög–UÁÁÅ^¼+õ}#hù‰ÂôʬÁáHÃ$}:Æ<4¤Î¤.“¾gç’üÌBo Ã^'©/ëÄ †¨ÝÕ]¦R7º.~·EÙa¬¯LVÙØÍ™4yžÓªäIiˆJþ®1^Ö-؆D›³wÈ4ÇA³l¢°óÿ‰2]Ù§2L‘4#¨¨æ§,ç=‘µ§ó•’Vý4?ÄÒ‡;0Ìa®#óp€¢ñf=ÖêÊI–:ðÈ娨;Šª5À°é UÁÂþ“tÊ8êŠÜ"ÞŸ¥ºTñÎÑã…5bdR½ÅV‘Z¬§þÒ¼~´«”äfÅb€º!zn²äÇ«Ù\—µJäú¡¤œS®¤”ÏÅÚ³a°§^àªOq欩­ºr"—Õq,žd¼j´[zI±âPq¬ßìw ÙžjPCÜ™¥ú‡Ó’¼ù”ßO "ì#o'í:hÆî9 ¾.÷¸Æ¸$èŠàvza$* Å _—q¨ô¶J<ߎÅÙ =÷‹KÝ9tµé")M`´G]ªÐéf)'°d%ˆŸ½Œ—¸¢°Ñ1w¹±œ§ZƯ¡Ws¹AÌÓ÷*‰Á9ÕBDÏ&´z…ƒ+"ÞõÁvÉpW^J°~ËÊΜ¸‚t±²4EÆ—S}“ýºf¦Î"±…¯wjëÓfús:Ó Îíù ñbï^-ý^d<Ìw›¢}Ë5åPŸÌF6ZxÁ{ñT‘O‰·>‰­”lV~n_ik˪„ImÜ·iÜ—»f14„êÄG¯å=& "±.óýhX| o*£hÎEçj"Z`²‡†!9?ãW‹)A¥öt’‘|~¥¶¬qu¤XË˹ëj0ó lÊ´ƒÞ¸B&í¶ø0;UV„Ò3Ÿ(õÁ…G2‡Pë59‰#jEHdÛà'},§Õ6{«ºÂ¯a$xGçwÁT:’tÐÂ\Š/EVëÁ³F×E%$¶qà¶ÌEpyz¬%Õv­olÇý˜;¥8ÿ¬kp[åe ªÜF¤B«Ò'V7_ÿCü£âkvg¼Uè Ì@MÒðt2ˆKw»ˆvÈM0é´˜ç,÷!¢¢f™4gíq,xèý‹ç0·ïQÝ…®P-b‡¨¿€lqÜHDÈ$Þhìx˜ÍÓ„¨«aØõfã’>~ÆÀÔ¼}T‚°úØ S¶È- œ{;Ï4)îáüì¾]é]°eoo¾@±åÞŒéDFaòîçAQ¬¥NšÃ‹,¨åq‘èá~T|•`É{méš…~s±ZÍËXò ®—–è>s¨ Ü ú8œ‡5—ÓîuUYÚO˜èd$¡Í Í©5¹@ýƒFÂc¢]ÇM¿¿Gœ¾fú#¢è•-<¾üGªi.tʪÍ9í6r[Ž@¹)Û’éCÖˆ¥±oæ_™1ùŸË.ˆJÌ.Êæ¤Ñ¦ #ícM”سk«p·ÄIã ŠÐŽÇã K¯é%hõ=ÒÖÌ>V9«’$Ó§[3*òÛMÈnwuE(û/p/†Å< Œž=ôÇ´ GoÁõ¹>boH°°pBè™OЄ%^‰ý—šD.ðs‚§¸Ê.bY'B_3“tÒvðú¥òx;¹KžÁðÁˆÌŽ„Øþù}yæ=üλa Ø ²gpVߥðœ÷À7©XüG¡nòÔu©ö¥`aƒýKÄÏVÛª¦"ÂÕRÑ‹œc=ˆ³äŽÃE8ëî¼ò±>0Ðbi"u}ÿjbê"—¦¨Œ¯XÁÏh‰ïž?÷À½¥’•’Ù¼Už-·tä–a|Kº{%¢ÑÚËØYa¯ÃhÃôgJtáઃd±nÕÉÕòÅTZ„4JÎc°%(åØYŒ¤+ ¡Qå2µeö µƒ¡ª1p Îu‚¡m4 /Fi\Í«‡C¾ôϼVtüÃd³?’ª#K\÷–>a‰ÂÐ L€´£Í¦½ôZÄ2ñ8µµÔ¦`=Òå÷ò¼Ùí±ç¾Œ<2ÀoRÝ7Ê«œý²Ïjv˜\YΞ¾ƒ:èA½]Yø]|WþÕŠWŠbìÃfšZ©Ö" «æ<š’ì½c‰sFDô è¶¡ÓPQWÄ:%ýúz˜ŠÆñÍrÿ~—%)ÏNXyäcxùXi+FÏ6N/Üž é•ïJmÞíÅŠ™ŽB-GAɺG5+•ØHT dwØ¥B È"-`0Ü÷G1õNû.‡¶e”¿z¯Ló·ñ¨™lÍ8’:Cͺɲ—Á(5߃Q‘F]ø1†PU­í\ý(x%Ù”e¡eêŠÙ­Û‡ ¬ÛTÄ~t5–«É©JG|önýþœ€5í,›½èó[÷Ãû²õÓ.&=@Ø÷Š)œ³§älRzÖ"n—ªBp(ƒU íhrõëÜsY?¬®C¢†¾VêD¦}cç,”ñÏ=UÉ‚åŠ;•ÜB‹V8 8î‘2ÛALÝZ­LôuWT²ž¤…EߒјTžÅ¾˜òU’ùU/÷¥ED,€Ç?¯žÙj•%è=œÕÒyðæãÁ°„C35u¢œÏïÍB£49Ž[Öé®ñUi‰•¡Tæ>?t˜¾Ô/$P.›•:U €ù›"‹¨Ó%«îQ1‘ÄÆ¢2—qQna,®!XɇÓÁaÊ1Ó %ûÝl¹ì K)˜Åï`l-¶£z¹•cZ}©·þ›sÄ#/p””Ò%Äw§ij|¿çðÙ@G¬¡Ñ~*žË j»k@àwŒ™¹;dóîŽt†Iƒ¾¯Ê“X[+Ó¾_GÇC—X¸É§G‰¼<œ¾Ÿ°PN•õÎÓ <ÎrÛkðÞ÷[ɵ2!‘ÀÕZsJSøIÔCÜHú=vž{äål^—)é 'I3R¥K‰6[W>œÈΕª8R´»Fò²,WÒ¹iøÆøÍU§þáW9|Þ Œ§í®tƒ¶D»ò”C ÛÎulpc5‚)gÃ]j´æÏ8Z¼ã%ÑÄä– „ËP¡€û‰ºîT“ ãcZ ‚ö]»Ï¾²!3./#–@$ì“þ¦ON«nü”#ÁÆʱºPÝ—Ù¨©VÆÔ˜wïiÏʾf0ck÷wË5«MZ¬­­_‡D"Hó?ap »úoôœJ±+)Ðá¼Þ{PZî©iO«Î;¿A{äÙüÂMã(‰kòðÓÿæ=ÉÕ!ôæo²Ä.ëgn" -˜ŸxákŽxôÙxšªæzàಠ;F"»9jŠszŠ¡ÎÀýƒ»‚ s×L,@&zð è,~Ì}Þ%ö€ÇÊbÝ:œFŽE¥Ç:1•+Çç$ñô¨§•‘ê}õH8=i8B`*Њ¦(¶¯™ÈêêóŽtŠ88ÄüXcz1}–n*ó:é’ ï˜íþX¡è#ª¹HàÆyy­„å³JâU5qéúJF{DÁ¨¤Kc>ý-œÿ§( ÝŸŒBb„À×uúÌ@:Õé=”šñ'ëè*Ú~ïÖ ’Ê•C_…q]jø`]˜cFsöGæ¯ dd—¹°ukú÷‡â3Šfˆ¯>é{V޵*QöÐøB_½Ã¢ÌŠEfµ˜¹Ê[_£g*Ç #5V›™+D”Ž‚v 6]wMñû£ïü:Ø.ˆšý›4òhN@ðo¾‡o÷~! ¿-_½¡ÔóÙ{û9ße\š#ó£®/:àôhEæçŠÊ!‡Ñß?ÈÇë‘*!ø§:ù½}ÆF¬ñW¢÷æaONÞç5<•Þ¦;5ãý ïÜ™ÚQcHûÊžoI":÷\<0¶¤–|¤¥)oWæàÈ_zbTS˜Ð:„Kž–ŠŽ{Ü_ž²†™ì‘.¯!¡Ÿ±˜É_ª_—zŠšUy‹¡gNv«4mœÐ•$Á莌Dã\´ðçIìWñšø…Ÿ®‹'zR²ˆå ½¨®RêŒÛ[2sä€ÂR¤ÅÂf¾uxݱB},!¯ Rœ3¾t÷£uìmqÿaŸ0˜îdõi“-“xÍ2dôbì&ÖòÒØ‘,Û6ÙAÕ ^4aê¢øPW·ôI– 8#Ž˜" EË®Á©kâPY›#MT1ÌKƒé”¦žh’ï(F0pªRh¢îéܹí†O(2Ý^(T[JñºÏÖÚ,H7É*UŽ›•뢠ô?+ïJ—“@†äïW*ÓIÜo3 ˜”B¨ˆs1½×+m¾gkÿÂør °LQWº$i·؆ìqžÒ8¡ôª*èÔYt´ªw)¥‚áóV€´ù, ¢ý¤\vˆ8nîfÔ¯Ódø0'<ùÓ=LÍAªà7Ekƒj™Ü~…ýruùÁ´S·nT¼ÔWé e·E--àÎÈýVüûމ/ƒB .yt& õ¼y¹bŠìjÉúMï6µSEb»žrçdóþÝÿ«Beo–ÙåÃmjj°û±]LŽCǾ?r5¡éê ¡´ñð;ÁCkóFêœ/£Áê3™.¤„nÂ>†»“òÞ·Žç•Ä]ÿ=«æÖpÁ6ÕQ ‡#F‘²ÃS@Ѽ{õã(“ÿF´{ˆe¤nBÔâóOKÝ+•½_"Mx"‚­¤Ü ‚ñP ÑW6ùhaU©'[šf`À÷¸’6¶>EŸÚ?Û[ÕUÌ8Ks*&Saøh¸ôŸ`cžœ¯¶oÑᄊSwùCWœ(§%½Ò¼â·¦Ç}f“NüС?\¡?ÛKq8ê©,eHÒø¢¯ ›wø-št¼gýbÑŸñRºíµ#ß?Æÿìk?¿ÿîN#’ËùùíU„%ÖÌ0÷×QÉ€Ä0¨ûg.x!™RôãwÅQÅ÷Ô³±G• ‡ØðÎ1:+)²€q*Šh ùt“ÀççVšï]¹Ê iO¢‰ôw×÷k†w¿ä|×̵°vwõêQÐÂæd¶TútßwO9í,¦C)¤•ÂdŒ„ ¶+9ø~-G™$Éx×6ñ"†Nqyå…3Õm¯~sïF*péœV ÖÜÐz¹ýåa åJ–èÇ´=û¥å°gf—(¡ëÖ%LrßÝ¡½ª,*bú/¿¿Õ’È؆!C×éànÕ‹‰œ ýZŒMÁøaX:È0\Þ’HDÒÈÙ&}ó°>ˤ¼Ô•³ÉUN¨Ùm’Ç{'µ A/~¯‰Ú´_SéHÃ6¸öŸän=BÒ<ÐÚ(ÉÆ¢­2£ì5[½ñ%-½»›Ùäìãµömbß÷=ú[Ö¨ öë0‰¢Ü6.8{ÛÕª ?¸MA‡È7ËyiÍÓÇ=´£wÇuš>/jd§o ë¶osSgîëÝp>ÇNö¢?U¿¤÷5›wL7™›–D5†µ5œáBQâщ;>i …Óì‡çh³ù‘C…(«…Zµ)S7b=¿ðì)Ľb4µNrˆRD±x9yÕŠÅMG:8gÚꛃ„ÓÙ›iÏGwäN8Ko¿sÁƒhç‘ä0 †eãY|zöúyªkt¶·NÅ!ÓáR¼×É_“2$"ÅÉSqô)£3Q&Tø%š}]KÍØÇÓŽ¡§<äÄkº6Ý.¿Ø¸Ý÷ûâo!ïêÅl§½Œã x •çB ú‰(Ñúêô'K¯¯óRü¹6 ñ_£ó$Ëz›€© λ‚a–©ß]¸Eý)ZÏüâòJe«§“ºôÍ@<Ì¢U˜SÔ@±—¿ Õ»œõ‰0؈omÓ‡0·);\¹–ñÁ5§18¤ìl™äøþ4Ë ˆzi5¦¹x‘€_€ÅPh@þ]þ{+&%-[¯$g3Ãǰæcoº_z kõ­"3>öª"¸±¼2œn7%‰Aĺ†Ã¥(%M˜?å"i”ÓTM8熣;í¾ ðc/š'é¡¢B…)ƒ¼ü+”¯åœlµ,…ÞXHKDiì´c±÷Ûãñ» ¿»ÉÃõ²®T”ƒ§”qú0¹¥÷åOzáó˜Îq&îÈ 0º“2ˆÃ!ç hš–™[è6 Š;aKŸ:£×Ø‚µ1•Ú®g‹°/ˆ% þH•ã5¯F¼:“üX8_lt¸ºü Õ^—¿kX–Ñ!ìÉHRSÙeæy|ò~OI•ýÓªÄ~éš•ßkùÓ8.š¸š}>pÎÿÅš7êŠ/öµšqwá–?3—®pE`ÿ#Äågá8Ó·|¬}¨9%¿"k>¡óÃA•ÃCG3pPsóÑ|ùFš«ä­8¨–-G1,VDÒ«@­vÁPÄÞÒÏof§HXˆ[kVÉ|Xeó $SÛcî„sÏʱK•¾ÎÆXÖ#÷G°Ñ¤)ÃF^·ÔŽÕ˜™ºšé±,ýåA‰ƒå¨ïU¸}ÃÌQeø´×h_ó•ì\'žçíH–4 Uóá7žau܇…¾Ïr•È Ë·ñ6˜kÿ‡o=Ô›ú”Õ‚ß4¡|*¯{‘¹!Ä:Õøt‘­"4QD–(Ù|Jr€f€>²¿:@—« þêð4fÆ®’£WAuÏ’Ú%ùo­ƒ_š‹ƒ —õOëãTu·Ke/ã˜*¨gp>rÑ…_næ&—ÚÒN­ÔÁ}ƒHO$+¡76X×8ûÁÊ`jæ֌΄h4Xó¡u¢¥c/oo¸Ñr,Þ„ßrã’aiå²°k»øôp?¾ý\%j¯×\žH—çvv3+Öÿ}Û±‹ôk¯:«ŽtÒ}8Ý«í m³”âÛ{[3q +_çCÂ8Ã[Eô‘¡Ç›S¤ýª~V¬e*r>í4&©ñ7ºIp`X„32gz¼/Š×’ÑooêªÒPùÏtØ)IäùFðy1ù’Nƒ à0“ƒá,»\Ã"Èåj÷<Êã©tß ¤[PbæÊ‡‰²ßãëá9ÂÄí^ÞΔ•§ÞÏ`ü ,B„:hC5$ƒ5Ó :ØÐÔfë¥Sªþ*ÄV¾Ý°xq 8'âªgòÜ„n Zßr Óè¤jD´DÉ7´fíŸÛ18ë§a}fß¾-:'ª»™0­}k8‡æñ}qAžŸ¹ÎÐä "*rx¹Çg£X74Êâ“8p®5SYÂ|Œâ ÷ Ì¢`nI¯U½Ã®Eÿ)§Z^bÁFîªÏ’¥žùæ‰f7qÜ$;hæÿ¸2¾üλ›Á“ØbL ƒûl€Êk.å)ëŸ(dTGøä0©µøˆrÑZ<ùæÉ)¦½=¬0‡2¥¬FLnNÎÃW0ãa±ï½=Ä&³„c_Ó$\ý„†½Œˆ–ÃwV¦šhɬCÒøÜùæ$Õn²E$ “­>/RÛeÑíËŒó.4v!é–ÆJVòs— ²'¯Èð{Öä•—ÆàZ‰ & úY̶ÚÚò¶H_T-p`Œ2s‚Á¤!š9ãîö»YI§Wؼ|º}Ì ”WQÓµý”ýiÓÿqwùž’»Î³Åeü Mò =НçèÑ>x;ž[¨—qÿ‰RùÛ5}G+q;"“ÉãØ+3ðþÛ®Ó±²¤8ÕàK7ôÉùALS{ ·ÔOÖZ²V¥Úä}þ̨™‹Äsž-›}|ÁÙôž?(rþ£Ner£<=öQ¶ü×÷ïa¹(¶D³s΢„uããÁü%Ûd¡g¿“ƒ>ªß˜†Gkù¹Á»Ç¬êáäóÆA2ÍBïJ R—&)r™ª…­ÛØÖÕ†wö]Êê(l Y²ÊE¦ çÈZU…%¼(GÈjaøN¦P[hÚÌ€næ_¡¦D·GMŒqeâO:°Z ÛtÙ)áaÅCA_y¿¿‚hVLÛð΋Áô£h­¯wºÎä8Ǻ!Õ¯‘öÑÖT„õ˜§Ç†=šy 7f‚+œÙKý!é,¨ü –ýZÍøŸã7&Gf†ú…9M ]²¤rU´Ð <”`½Š¯§SOp¬>°ˆÜ8ônïSS™Žú#k¦H­Âºžì2¶Bâôß5+¨L‡Zi`Ù(Ì<ÂWåùMïmŒu7v¼+-wnö¤ûYÇ6Ò“q‚úF‘ÒÛ&ÒàPIÀ! ¹¢I„~­·‘aßšPÀT‡à1¯wü²ù’“žÑÀbÌK¹§ZT?ÛÙö3ýœen½:ÃÊÊCû™ ôbý&‡*ζÁÉzAŒâ¼«èV¿~(ЦRS/9)˜‰ÆÑ£šÒ0IdýØkŒ^º$„.ÿ]Ý{÷zš•µ4N=–ÏZάwrÝUå?ïlÎJïR]‹+ ŸÅôz+g`~·ÔZ['†u®ÆÜ 8ø ÜÅ#:\tó‡+§ÞºF~D.­§©s{æ×zYNƒÚlí~”Ÿ«»M×H±£¿ ÿt4«ks¿bª¹2÷ôGÈpßjó2©iY†›)ãb¬!Ç2%ÙüpÓ§4cÐ_74“ü¾ ±ª¥~nµSÓ³K@eu^Ž ½Z>Ð…øÜ,x§tl10 ¿‡ưx܈ÍÇè5~“ÒhÊÂÆô Ç´`Ô¢½û9OÐ|‰>jvf’{°2öíßÄÔ•å #Äð è᎘EqäT4€Üœ¨RÄÛ=4“=Q¯O£½ŽÃC¨.´ch°`[æYcº­QÅOƒZb.#èCYÓOÃ^¸T>JâÂa1žÝÄAÇ[Ƴ†`¬Wåý·!e:uïhöHŽ‹Ì—T•ÆçI ö!uE<‹ÍL){0Ë.ñE•€jSù;ppwë¯ß!>¶î*)¦wý¤ìàФ±4½n-¸ä‹Î&LPÖc63¾d©‚¿Xmt–I"ÜøJEª$¨MU¡!PTü(Ȫ„–³2L­uª†#O™“bm¤å÷{¤ÄëHSÄÈW“s®âm¿ŒÊsò½pXMjÓÅÁ/†+à/ýŠˆ}B¸Íjõ9´ÖBXkÔOT¶aDdªi\=à;qÎKyx†Õƒƒ¡áÁÉz7yL45æ³m*f˜A@^ÁVE×ÔçVƒÑÌ¢~#Ä¡8|¿©kA$_8N‹<¿ºõе3,CsávwxÿSÎ&F¡âªR%3ƒÏU=E¡ ÚÖ’Œt§èº,r×bÆ¢ŠxAÔ„XSsíY…»"`„Ãú./žk¦ÃŒæi÷ôÛÉ‚HH ž  äÆXÉéqˆ#¦Qšê^ý¨mÈP|@m¢Ë4ÑÒËŠKÞf"èWZñ?¤îp{3|íyègîêi‚r%døŠˆ¦eugL•Äç®ß‡¿XRGx4h]*¯Ð †òœÆ8¼oP]ð倗‡æP%6âª^Œe²ÇsO[ð÷ !Q ÂÃ~àƒÌ­ïa(!“`ãìa¿÷Ùß‹M't¼z+Æöª`&ÜçÖt¬¥…˜3‡ÔVÛ~ìMA߯²BŸ¯£²õ‚·¢ã:B·¢r>VŽ¢cˆöŸJŽ.)fJФÒqŽnÿ¡ÒYCñ2fÜ|x(× ùWH{‰å‚psMù-}þþ r…VP3i0AŠ ÓáR‚uƒ iJ:täkQBp ÏØy/Œ §r_ tÈkÊau÷èØ“àŽL-R<ÌÚ9Ì–/ÑeEÆýÏýĘJ–Ï2Ðg±×ªÌzÐRDìük¯W¹ò¡`¨‰^bIvqÙ{EaÚ.-ßFûxlާ%ߣ~¹ ¥è×Ð/ø£Uòg»O9Æ­‹æv%Û8u_û³û*£,îd‹ìdòB3¤IN­Ž?HîýX=½ŠðȦÍ!‰`^XX3ØÉd{¡£ŠîFùþ ï^kŸäÂ;ÅÆ«ß%R¯F"`÷ ÿ/t7SYÔûE°li"’¼—™;@,ß&æèA ¡ÉáÍÊ3ô¬–ÔPbœÅ6ÍgX*¦ír^Ð/!ÐAÅîSËj•~‘$ÑQz ÖÁÔŽÙ»6lý~ÂJ°ÝËŠÐÒn8€&ÚúñÕÝQQöa´±³0…—½÷œSVrZ¡ëJ Xm¥ñxÎêÇîUä5.^­)5^„÷ª:˜DÓœp<ã%rû:')­‚¹å”ý±í„ãë¾…Ï.©ÕèOéM h$ñ—#åžÉ‚÷ƒC#gëÏZ«„ô*398×Õ,ûÁ‚©š»ß¥–^ ¤WHÓ÷ê$p+iž/ü]–„EF;>v=œjØÞ…'«¯á+`†Š 2¢YâÇMêÓˆ=¢˜°¹ —”Ö ñƒÁÑ«Òî7’œj+’º`•àœö<+·ã’´4’Õ¶ðü ó0uM·Œ½ÈHmj÷j“ "ãÞiÓe2J&|¡½Š§Ä @Fo2ÜLlý2²ž¿ìª1Ÿþd‰TUs U: ðR À ´âýjt[%¯½úœ`X1éoÍ¡5ÙF¡&Ú·cï÷!Ù nwµbmŽ#†¯ªˆžò1¨¥Îó4„Ä ˜kBèL,ü Šíµ“µmx~Þ·(ñc@§‚e² ÍaÒÕn þÇT>¢æ«Õ=¤%›Ðö­]KÛ*± –‹oêg13`(s›·]Ïøy×žÕø° Î Ë8ÓxNüŽíÐŽßÅ{ýÝR'á"Ä—áܼabSË×ärTÈt¤ñÐÔz[=U–ëçQд#³bðC†¿ O¸á·† Ët@U5èî7)»alÝÈ-K¯»“®lF+ñ3AûN¦ñÒBÒJkœU‘S˜ fyh¦åIJK3ÌltÛ¼DHP·_t­?`¡z¡Éû… ¿*9,L7é6Žl  Ì­¥Sz:{óÐì¨nLŒµÅ¹¶OàjôÔzÄvÜU&Ý-}  ÞC"FQ£q+2'rÕÀÌÔÆú¨Ø6øü»u7ý®SZW­­îqÓe@m^-þ7Öž¸Æ 6oô¿ð|BœÀQy0ôUIg­`(ι&¨?¦èà!b§N9nŠŠ‹ð£ÜáIå“ý˜üO'²…€šàÎòjºFÀ]ÍQ¬¥û’¨ eÇ?÷v©m´2wƒ› ÜëqÌZ•5eœ×S”{èÔœ}<­„È Otò”ÀFÇ+uov”Ρ‘„ŠðДÐnw½×†Û ãRÞHñÌ«npô&p-Zfôëd©{pxŸ¬¬ölãF8Ï þ<&üqdºQÒ}ÐA#¥˜–u#f‚ï5ýÕzïJä6êלòÐP,Ÿ N…@wr ùͰ^E¼ U)È@8JÑ‹ƒ¦=õ\¯ƒSÆÎr;¦mÓ\XåÙT"¼Íexq#[¾¡åG µÍ…Gùw&¢O»ù6v—Eµ·™&ãÊýÙàÒa”—î\Šïñ • ©Üå aµÉLïàËû‡ŸÇ̲ìùef/ÀüìžÞ¯Ž¾$¹®­5¯“¼»Ÿóœº¤ÎáÉ ¤ÎQÙb†Hw¯ðBù)VÏ Þä‡--°ÐÄ#ðŸˆÈtèw´Mñ=m³lÇeü^ Þ*c.¤Kýn0JF›27ßå¬{VŒ0ÞÛëä‘™«¾ ¼&6B2$ÃxD`ÏRñôÊ "m&5î!è7 ¼ ·××­8¼ÙŸZÄ+ŠV¯WŸ\°ÒÇ×Þ¨_læÌ*a>ÊÌ9ÃŽ: š† d`›·È=~¼ÙßW?~[ñö8Ûd3:™xȲãFO8"¶6Ÿã¼ ܽ_s»“AñíýúûҲ臻[‚»D¨ÆÐ[Ó>æz³{å~ùýÁ›ë “°hžÝ}•E+P*ã»ê‘5¯}M“êÛ`vS [ÆMwî7›Sçï–Ô‘d¨!1ááÑ_/ŠºP+‹Ù‚$îL–Š‚^â“N1˜®‚‚Ÿl¨$ O]„¦Éî”È=Ü&j¼xrüÇ ”7/õ­jD †B–üjãG`ÓcÔ×*ó¼/afÄR±œ y¤ElýÁÌ fOÃ=„±Y#`Ìa¦î7‡3c¹al$§â±!·êþ Ó!>Yxw<Ž!¸.!ä¶5}Tٻƴðd»®Þ®4˜BiBP;¸d­‡NÓÖéœu3|sÁýS ½°Äï²]úûÆsÒÐwì\7èvÉõL ‹l£X#)v ÷”KÇþð‹×®‰KÇ”NõépkàB)“výEsß­Ð:5Dª›/dg[‰þÙæ»ê¦ üœ;ùÐnÿüÜ9ÏM¦ÔB†<°—*$â=€£X86zœ= Ô ¯…œ€‹Âò¨ß)Ók¼5KŒÉó[ôý¶â ¬ ŠõYÚv¢\íê°í‘€ômn*URaqb“g[×â‘?æëo%à´FjËHˆÓíuc‚M}O¯`!bÉ^5WûÈÍ]ÂL[¿`(-Ëaüi`MNfn_µy”Ï ŸÆ0ÕUFº”P‹ú%ç§îWÿé·…Íì èæ'·Ð3¨æ¼^@dN;¾ò>µ(œo.á-r–ÖÃôçþ§|5©U +Œbœ|ûE[òäžU~l»û4$–i– Œ@õCîKV8ɶù‚÷õñ4Ì‚õåÝš¾™*þåm©Ë€cšÐ¾õ*ò´÷fc±UëÕpräÞ¹ö?„]5S÷Ó¬s]ݹ½×ÁG8Û½‘A«ŒŠV I|õ Øã¼÷¡‰Ò‚Š'˦M‚“®à.>­ ž €YjFŠßaüXDqž“aþWÉšXй’ãM“08÷Ñw†×ŒÜ¡ø1‰¡HkêI%Í˯‹õ"ÓÁÒ —¿$;ÁÌò-ðÉØVÊ%˜qõ·;‘ãÕgÒè‰ì&»OžáuÎŽWP6(¤¹Ä¼†%Drf¸×ÊÉíW¬ øj@«ùÈ%‰+r*ÙºÉñÞ»´©¼¦oyˆŸsІbƒ¿:´ŽŸ,ÓÚÇ~@_Ë4]u¸F<Õ¢ž6²ÉpOŒ+F¬*ð5™äý„ädvè" 4DÒ‰~èÐÐã*eï ¨5æ DÇ®‹ñ’ˆ§Sœë#þ°1ZÔ2-Þ)'žaW §å>aÍQâI eTôûìOœR1ÈàUEd(^{ ŠÊø• >êS‹Ù»‹ÓÜV¼Ýr0Q­+U-ÿ(¸ÅU¿X½4šãw!,°fšáOÚñÀ–Àí “<‚Ù’ú,bzšêmArn¬'Ë+¦*öÞú»ÑD;;ã§Ué`jœžì9”MÇÆ Ì^±×Kõô ¬B0žÝ>áCôjYuÍíø’¯|å“ZÇçÚv4ŠnHd‹;•>n› ¯¦m•2©YuªýPÿ¶1>H}­;vIpKcºçxÔÌO#/ .¸îDÉÑt³C ¡7½¶ÝSöy lT•½6]%ÐRR¥Ìš´+;'|U†H¦¢Å&¶ÞÏ^NÀ¹Zž–³,=€€¡ ¿©É|Jùà¥Ý{ër0íq/ÝŸ¿/:˜Á8\ËôK„ÅZ×Eì; ¸Þ«N~ö½5Û‚} Y¦³PÍɈßJ™– =Í+h ;[²!뤯Mo µ]®*ÑZì¢?`ž*×ÇêÞ±ÿC5˜²~Ê0±7ßý7åç ‡^P£Ý¬]-Z­ºØk¬ÅMOl>‡Ì¶sÿëDAÏv®ôûóVÖOl…“êôbŠ?ˆÿh4‰Mñæòª¬—°žq5¶Ùèíè¯O±øf¸\»)[öÕèÄä°::}ú(xÐÛ,AÝâû ÖbJg±×óYcf¨DCŤ}g öU%Á¸ µn\~Ý›*Hz—ÓÊñhAñÚÄ~ã&ˆ»¿ªÙ‰’$Oá74÷æ’3¿ë»Iš$ yŠÓÁŒ¨š/sÝX@²£ñ–ágá ‚~ë‘ìÝæÒRÓ±ïzÕ„ÆáѽR^^CÜ|²(øéGu4ž¢¼)]å­Ù¡ÏeÜ{WoI dZ¬óÂÀãüÇ%T¸¨FmqÈõüÌ›Z«±—÷^æU}SØwhbåyÜ€êp,ÎÂ{2¡ã˜h®ØóƒGâ¿]%b­•¥ÇÍjfž‹_ÃÂö£º Ѓ+žËq¢¦C×Dóé·]8∄cê1",ôVù)\]Ðûª¶þàFü‚'tFËs@h\f½vš¹ú²ZÌ8{œBòLªN`BG!PNàój|rc¨¯Nd¢±i‹3»îú¤†O0Þ+­P‚*ÞÛÓ{Ä#P^Xu8âdeÍÒy(Jä¨Â%kv½Þq‚ü!”»HS«ÄêüˆäR¹XHÒ"×J,#¼«¸jÙ#Ì&pšNدÜ‹öu,,æZ‰¾&•?>È'w‘_7t«–#šsÉŒÒKà˜óñì&$ Ô¿²£¥>€ÛÌ^²#BíîNËÃc®–@ϸ›ŽþÉõœÓÏÇi|˜cÇKùÖ‚_Rü‚Øû9ýÛRËŸzâÔc%„˾vhµŸ–ñàú®na6ôÑÙ>‹Ô(Û™à &º t3ý#Ì5%ð,§m… 6JŽ”BÚâõ§¥ô.½ç‰":±!h’–Mjû%÷ô—qh†¾¸»A¦D¦4^—%øöe¬ š$ÍËóìqÁ…ÆÓ‡#9ÁӬ͓‘ÇNŒpÇ1+9ÏÀQ’feªMdtŽÎ­/N†þ§¾x‡)®«ûÀ&Á dM…U‹¿¦MljЎ6ݸM×5º“£¬à0±`­-‹OÀIV¸,vÖý}/´‰Ì¡Ø~ºfïgI(±R²åùøŠuá¢õ&FšÍÒîöÞ¯FKZÂEÕZ”OÏyÐKs r)pãßo.Öñ¼™Ù³û´³GQÍŠn&Àü6ùÄáŸò¹·X£;™†PAÓžŽï¤‚|kCüû•Í] çi|æmªŠíS[1`°œ®ûÜ}³l#Kãw•…Þ¥¢‘„ §mÍ0Ò]CS æ°¬é ”®eæÍa¤B”î’ß<Æèï6nË,geÄ~Ûø¹åZG9‡¾>.iò9ðL³•eŠB¿V®dº·Û¾î¬ñEøI_–äDâÍ”ðé÷Mä*œ}ƒáýº(£ëÁ–ëð@ @[ûcæ—¬•Xßòô4³“,~síkìEF“<ì«»R¾Œ€5ž;0 tš{–ÎFÖQ½a~àÄ%ƒÇ¢PSŽñYÜ£ /f·∥†Òu„ 扊õT5‰±F^$k S?¨ªši…˜ÍIGAs“¥<êH2ysËc‘¿œàwó[ÏhÒ0­£_®K­ÝîdÇÔÇâ“ØÀ>TÙ{z(›ô\¢\ÀèÑ,E§ùEóïvœ~1Ù•DÕûØ}mŸ¥ýî Y*fFfSøŽcÿ6°x3ÙxXjþü½ˆózL÷ƒëä`Žiü;ÃHÚ7fŸÅZÑ#sÕ´Õö,R©õJ—R„ÅÛåž@ØSÇ£yJ¯!bùª!{Û®}yZU°4zוQëj„3D,“(€ˆb…þ&mS’w þæ×©_cpÏ`qh±0'Dé1k|[uô ¿]¾!±7Ì%JÄ]­û:¯’Ùö9³êXv\ûó-]¡OùLñ¨hú ì§ðÔÄ+P-jm+ÕÖÁUz-”5n¾½ (“;0|H†ÿÕ¬Äócôݶ 6UÖQj¨ªE´¾Iô¯yœéïh’]!æ×z-¶ ÑlÈUN•áæÍ­¦‚qŒ¡² êåôƒ»­CV -Ùbúx¨Þ<ùøkâ “Ù¦w÷Á}kx óÙ¼pJÓU»¯nŸ‚4û­2¢ÌÁ‘uck0¡³ò[Al’uÍža°Þ´é ˜ûüFNqÅM?ÐH¦Ã9¹9gª”ùÒ+Ã@t“¤V8ÎM¿ªuwJ9^]1Ú²š^ØŸ`GðÂÔ ˆÚ¡j$š•Ž£W >p,¿Û¦Ð4ËF> KR?ãàœ¯4’Âmæ„‹ÿJ±}ë»Å[ÈŽWŽýe²Ãôrˆç­ ô8þ @õ6óÝ«ãÜ]è¿|ð ¤[ÖÉÔñ*ê^ËÀ&¼|!L †‹c–èúá .`M¾ xr½ÑP›+-XÍ'<Ô÷ ò];÷f²fP«,'Ë}oƒ}(ðªW¸(<ÄŸÄý3ÖMÅæb¨^A¯ãÑÂ{Ž.mƒ‰D"“÷†àÁÎÖ„6±Íâö^—230»Dw¼+º?©‰S¦º;@ý„ŸÎ†%£Î‡—õ³ Òyv!nC°îš¦®à”¼©·ÞÇ”®góŒ%òÔ­7gÙ²Íó›<Œìh¨cPÎjù3KöT™¿ªòd4Ù˜I@ÝÛü< ÔÃ.s» !÷\ÝË国‰–?!Ö«¿æ´‹~±}1Î5.ÑQ"©VË$Ƽš&|¦’¶ÌˆÔyãðÙˆ“VéSÁuß¼ùö=Íb@Ñuº%-VŒŽñ¡lAW´¡Ã˜ŸÜI1˜7‡3B4Ôæî¢P¶§#×£«ïÎÉNDì7áØJ,Šf—œŸwñ &¼Bv6]”Å{Æ!Ñg%‡˜‘ð&-ïjã4ç#çÄñƒyåb6åÏ6Ò>[›eï~&ØÁ”cÔúì?ã!-°ÛxóÛÛ¡<ñR*…äÆ#.ÇbÁ9©ÞÌŽåXÆØH=‡½?Û‡õ)ÒZ‚q !œæÎ›X&FI¦YM.,y‘ÇFìö¥a/‘ð m&Bæe>o]Q$YëQ¤ôÂ|#q«A]5âa gøLk¼ nÛë«þµ„£^#i¶S<²†¹ˆÛ3j+êF$#"¥©s­ Ê¯BÀ§Æ£¹ŠmŽT¨¬lk•c°ˆlhÌÉËMT·Í€¥`ÀVó˜*n5×R.}[ E›ˆ€P¡Þ´ÁUƒ³Ý2W/-F«ðúÎs=/õÌSº-J23í郃 ÜéZòB+ë¢ýӬݗµv× RŒ-'äm¢ë¿ÌÊíG£ßrÃuÑ„TòM¯üÕAèý[4êÛŠ^I? ®òÁ˜‡Žx•º˜×Ë!˜ç¨%Œ9•ŠÄX`‘?“çïÇw~îÐ¥Ê#©OsœZ!^«å*¶Þj’åbÜ­ç‘æý[°ˆt„…ž©O¥Æ5:ÒÝSW‚öìPl=ÈZpÖ©”é„@Ï ìã×8ΙÃëê©5UjKoF™Äj¨º³ö—ì"ë/S3óáUµ6”ýà´ž¤ÿÿ_¥ endstream endobj 568 0 obj << /Type /FontDescriptor /FontName /NHFPNL+NimbusRomNo9L-Medi /Flags 4 /FontBBox [-168 -341 1000 960] /Ascent 690 /CapHeight 690 /Descent -209 /ItalicAngle 0 /StemV 140 /XHeight 461 /CharSet (/A/B/C/D/E/F/G/I/L/M/N/O/P/Q/R/S/T/V/X/Y/a/aacute/b/c/colon/comma/d/e/eacute/f/fi/five/four/g/h/hyphen/i/iacute/j/l/m/n/ntilde/numbersign/o/oacute/one/p/parenleft/parenright/percent/period/q/r/s/six/slash/t/three/two/u/uacute/v/x/y) /FontFile 567 0 R >> endobj 569 0 obj << /Length1 1630 /Length2 20042 /Length3 0 /Length 20888 /Filter /FlateDecode >> stream xÚ¬ºctem·&Ul;;¶m³bÛ;ÉŽí¤bÛ¶­Š­Š+IŨØ6*øêyß>}zœ¯ûO÷ù±ÆX÷Ä5qÍ{ŽõcQ’*«1Šš;˜¥ì]Y™XøŠ ;S7U;E^yFU ¥௜ž’RÜhâ r°—0qò´€æ  € ÀÊËË O wpôrYZ¹h4TµhééþSò ÀÔë?4=]@–öª¿/î@[G; ½ë_ˆÿkG5 àjX€lq%eYEi´¢@ht6±(»™Ú‚Ìò 3 ½ `áà °ý÷`æ`oú§4¦¿X¢.€‹#Ð ô× èitüGÅp:Û\\þ¾@.Kg{׿=pu€ìÍlÝÌÿIà¯ÜÂá_ 9:;üµ°û«û ¦ìàâêbæ rtüª,!õï<]­L\ÿ‰íú«8Xüµ4w0sû§¤éþÂüÕºš€ì]®@O×b™æ G[¯¿±ÿ‚9:ƒþ•†› ÈÞò?3`8-MœÍm..aþbÿÓÿ¬ð¿Toâèhëõ/o‡YýÏ@®.@[ &xV¶¿1Í\ÿƶÙÃ3ÿ3+²öV–ËÍÝÿCçtþWƒhþ™Ú¿I˜˜;ØÛzÌðÌŠ®ChþïXfúï#ù¿âÿ‚ÿ[èý#÷¿rô¿\âÿ×ûü_¡¥ÜlmMìþÀ¿w àï’1±üÝ3yÀ?‹ÆÖÄùÿçcb²õú?yýWk-à¿Óý?€Éºšüm‹¨½å_jX˜Xþ-¹H<æÊ W3+€…‰íßžýK®aot¶Ùÿrû¯¶YYXþ‹NÝ dfcÿ œÿVíÍÿkéúWþÌÒ*2rªôÿ›û/C心àªîåø7·ÿQ‚ƒùÿ<ü#&æà ðadåâ0²ñ°þ½âeãðûß„üëžL\Až½¿u³°þ«úÿñüçÉà¿ÀHÚ›9˜ÿ3:j®&öæ§í þQ›¹9;ÿ%ù_ àoÕÿqþ×Üž@3øÕ%3þëŒìLלüÑ) ½Á~VÈÑPÇòfõ’¢€:‡¾oÛ¼ÕÆoõ¡L-3|^‹§ŽïûrtcýضÔ}iÀËBB?rÚ"´Mª.núƒ fÃr¤Ì3­Ÿ«ù-(].̓)Uò7h¢™.vgØ«'Úr÷¢LŠGGd³ô¦x¬nÔ0ô†âÓ3ªäã§Gêáñ£#}7_ö èóâá(ùÝ¡¨¢œò„u5ª}â°èDD“do÷‡Ltž¾ªQXí€ÅaRžø mÅÇ*ï¨%Y[RÌóç&Êöxª,ʘÁ2¥&µ±LÔ¤WÏ¥Ž“ìRð®zI¶ÉPýéjƒËñ ©ví#n ÁÆÄþù.[Ю׺+|Øv•½‘·Ì§=_©€i(߻ْâÐYÑ–r.ØÑ ]¢Ð\½wÍPAØ+'F”Mz_Gëø½ª; ÖT¢EKR´Ñˆè0ÙûÅMý_¤Ø”>È’”ì*¢£ëR›aE¢8Îãj„­uBB”aþ'ó VÏÄâÎ÷Ò—-K½— /š½SˆmßBÐ|Èšþ¸ó\Àb#ºyšª£sþÜ,²„´Þ ÞqÉOÀ-²úŒ ÷ï,¬ƒÏ¶9ú_‘ú§”¿„¢2^P¯7À=]Ùu$E¿õXÅ¡6odýðý},]¥0vîIA¬#Huîm 2Q)ªS£\æ:Éï™ü ÒÊOº<'ûj©u¹a^®®ÑeapO‡,Ô‘}w´äÿƒñ²\øékôT#ÎkéuC˜ Ã^%(ÓJÑÀ Õ(fg©§‘SÂÂF|ŒDï’ÓÿŽJÞ§DòÒOɤ3U>hŒÖ¾Ý:Ÿ3˜ÿƒ:é½ôhq%î%>·3 1MMž7G=̰: ¥h{éÇðW ¡,×EC/GWé¤Ï?‡Ä=Ý´À.¦¼µÕí³ëVÀº¨îjPúC]ðêTq ­#ªc^­’‘Áâܺnà¼ÒŽÖ|"ò¦‹>!¹4ò½(Ú!âºÈèã¢r].ôêÈÁ´~—ž8wÂòÿ?s«’û‚TPJÛóÙ—€6d¬©4ç 1a\ovµ°;@ie›eˆ¦˜úƒd,Ëàd$²ï *àç6‡*p^ÜpíÐ÷M\¯?Î[f)¸f=qÛH*1o™Ï¦pªÑeÙÝ ~¢^-Ñ$£tSdÁŽ¢ bDÒÁ9Éóo¦¢¨:‰+ Ù×N?¬S¥·w=¦@Ÿ`/‚B'éçÓkÞì2’Ö†€l|m¿‡ô„N:1ku Q®'¢ËÃÿ$;øs-?Œ´ÇšIœà6O÷ý9$›LùpgÔ¼ÏE¤<ìΤ„ %\ê$8‹!ÅáOô\‚AÊo™u‚M…¡ÚJœÆsÞ®[x.@Ù<é³_ò|Ž`ôþõpÊFÙ—­üIç0ßiu(íÁ±|ï§µEöð°I÷'ÿôúâ}©Qƒk½=†ðEéåºT椪Â$yø7s2ͤ2œfGÛ%”óoÏý‚ç ÏðšTÕbÁÏSÈ«Ùi©>ŒçE[›·:øÀ´<ÖX³¡ãÿWÝ#™Vwuñ‚ümyäfÁÚÜ»ÿ ŒÓ•*#m÷æ{‘pâ™·Ö­’¶ëÑŒŒP¬tVÙ[—ˆ»¨†pªõQ馗 Ú¼5~iF‹íY¾ ¸¡ ÕßÄ9 غ2)ä½&šÒHç𾞽è£8\ÏLãl›1OIc  ŽM§‚wå(`<=oön³ÐÄfRÆ]FeïŸs´œyùál»'½vaH¦2> gò^üEYÙn3´¥?¤?²L\•«F桨N«Îo¨}U²øÞ®˜‰µJÏ JøNÝ"Ò?q1([ bŸÈn½Í"*Ã*‡„„ƒ–Г7¾¶ãß‹¦¹@òu4Ùèçߣ eFg´<|öÄÙxûÄçD¯ô¡È/ó ç<Â^!øÈÄÐ,ªÙq7¢='|å^¨Ð® Åk'%¼]Êù¸AkFªYÈϸ‹!¿“¢þ•àxÝvŒ@–›èà•:D½+‡DÍtÀ·:õB[Çßt¬~Ï$¦'¦A¥(x_oÙñù¡˜rOOÙÊìf=¥S®âXóäWišw‹(Y¤§2iÓ¨´[êÑʹl•ÈÒ*­ê4Ú¸\ê ŸW^x“–r¥‹.f„á‰äûµ)Lô]JP¡ªD¿J¢Ã—EŠÞ"’VƼl{óv`´›7Ï'‚uÄØÙÁ8#niøÂ{^ªckëM6X~³ÔñelžW¿›E¡Átã—»Jj~;ÕVZÒ f¶œ$ò`€–¬>zŽª¡.# ðÎìQA{@Õñç·½Ùd)ÕÈð‹œFß㪠ê>£mâVjŠËý&thWhU¨É!¼Z*~Æ]Æ…–}o£@B4s¶XAç†1i麹à¥óØ-ƒD ›Ãçn©ÚœWMÎqýv¢#‰õY27—bR¡A½áÌþ?˵vÚÕ爘¡½ÅÚˆëk@­lôÎB÷ÿOè´èD¹^æZé•0Š™÷5Kð`ÈæIJê 7¤Ø¸DæÔû†mzé(šPx.;ÁkNìßÊ 7pðñççÜhÄd6\a‘7‰¬ó ÌIµ²‹­GÏ7Œ&{«Ñî1ÈwyQéhJ[FV‘å¶E.Ý1Dø¸Í›Á6*žîHWòº¿R®Ý)™Ìf$·\L‘±³·f rË)y–cj;óò“±%à‘BN±r°˜ÌÛ ùÊ[ª8!È—¹Qi(7ŒlrOø piÀe¾ÛŠš—%Ò54†p;¯P…¸¥}ÔËÑX“ÇЫ B¼(V ~‹ÔM¢ü©„âçiBï–vNÐd&»Ô?ó þšÊ,ŵ@‹¿Ù`àÒ',×Â~}pæÔèÝŠn ]ì$ì&G‹Á3©„=Ç5Ü„­áÊêÀtLsofoûq=UÞ÷µ¶}aÅDû˜ÛëwÝ f|°©ì«_@Kù R1F¸ù³:UØ5Ô‡ ‹#]‡4ËÃû.çÂ#ÄFSÓ~¢Göyøø²ó1*Ò"ÚU;‰{eµ$áöÑ>Úø½~Ø'ÒQ› ß±¹ËíÖòKJUx¿ö"kKF·Äü Yh±Š‘@Qo7£Ø¾‰ï!9¥ÇÜKø:ìÐG´X%^б»Y£ØƒX€±3Õ¹†åï“e¬)ÚvsøžÈé3™øï¾®ý«¤¬šIª`M›Gc_¾VµÒØ×j1Nk › Š©áÖ Nh^šàÕíf,{“§™}Éö *uÇ'’EÕ®õªöèÊ6Ržˆ’_8{q¯¥,dÎ|Õ<ÁGµ7‚3ædpCÕE's#ÞêŠvNÖy.+`øpµ"6&ÖöjèF4?Í ¡~EO*|þ~eÙœ¶l÷ ×? ÐÕàUAz››‡'û &j,p„¿êü‡ÝXˆ|€‘¿&é€uœä¹Uy Q 4ïtë‘u;½ #çMQì8¼™Å ³&câ”±YÔ¾ÖG÷TvZÐõ ä³Ó'f¢@,„„ù9ZkÊE6¹§&jA``-z–dRuMocŒ!feOg­Î$PÇôÂÜŽ’س»õMv> j~çàﹷ쳈“@e&™ûÓ»*ÊÔϦžú×üüÅl‰(9§~|Mø-T,œ¨047 ³Ž'ý'pŒ'-Ì!Šÿi'…?Án}Ѩ\/7ŸªYî*Œ\{1ék¶G†éí£ÕK$Lb0ÔVŠ$ýGÝzp£9%µÃí{ŠH ÎQäKhÕ› “Ä%þE}"Ra»üå4lï|0þ/tB¦¨¯9 ~„îØ ëÁ^ûU=n‚©‹»°Þ M‰Akf'Œ¶§Pè$âWs(eD ¡ˆ EÉ©G"kÙ¯ÞäçâœËÃßÇðxþÉšL-/ÓarkΜ7DZ_ vg¶[–W“PBÚ§<%ûAù “Ï_;zEHT'ïhµ.h¿‰i/ùRÙæb¢7 †YÉÉ4+3™g¿¥Œ©):}I^8A$– 0ïû³–€hÜ-¸£0èˆÛoíÅêh(ûg+ïÁ7}MÞaÏЫW޳x§Ð5«Ï²Fèò«5}g÷ø±¥¸$(|gìûðŽÁêàÆˆŸòb.bʾ’j)Ø7ï}w}¸tj”Láá ;öÃ^Gø$oC³Çœa[X4F¢"uH¦YÈï«ßS°å}°ËÇ„+ ½I&¾sÖ(¼c%ƒ‰/Çš¼v#xiA ¡?38B›2Ñ…0@‹0Ïì;>›ô™¿…O·~õ¡S÷CÖÀ¶â#z0áKÆjB…uß7ÙBúKGhlaêB?3‘KªÐAØáÐGÂ÷»9OpOÒŽZ”™©§ŸÅðþoÝÚ.ß±*eÚE^†Wpö}Ï2(Š™ƒœû•Ý-­RTÀûï‰{fÌBŽ=|_ŠJ¢ ­³u-ý…d2loè̬…íoÉyÍõ&9¹¸x£ ÔûbcVb²V  °ðɼQG|®z‘(pÀ[Øûl_~s«öÊL+uØ1µ zÓÒ%É2êy\üâ7}4UÔ Y §¤´ÄêOI^pŹÄ{D•KÌì&J¾›ÍBGËٵ'ø"Œg1~gX-ïÝ¡­Vɵ¨ÿÅl¥|î s¹|÷ ÛèzÁ´´—%× Éú@ª©«Ç׃ó[‹Ëyµmû<…Ñ`¼Ú¸n±§[’1’Ÿšæ½é4e »¸Ñäã>ÿè€~jDî’_ßû¬Ê… G&ÂÐ’»õv­_=&Æ`ÒÃ…›bÔœ•݃;˜Ï˜r™V7»Mð7Â::¬ÝÉÚ¨¿mµc‹úÂ:NQŸû‹Ø…MöªƒG7ø6U£«Èg†cZˆÜºé>#¸¢Tb87eÎT«ˆ O‡zèÛKç€%ádu÷È8”üÖæ Ž!Û7/5̧3²4+fÂô4MmÐÛlƬö6 a2Z× m·GKÎQ  3'ánµÖsËŒþe› 9ĤsOÒáàQ®ÏQ§m˜GÊÆ±Îk¼‰c¢ÀGŠ•4öãÚ/‚”è­_Aò6qÀœHã¯c…þR²°™œgªÛÄUÎ`úO´OõÞ“ËV¿cý3»óEŸJÜ7I¶¦ª‡V#šÉ¥?%îÊØ”AÁm½ãÇG×$ÈôÒ C9ñ°Þß8®M\Ø…ž&ÑÞP©ú|nɺ-nËÄÆ¿æØ­ +Pð/øó½q±ŠUýœ–¶ÃcŸíú‰IzêÎÓ‹Y f$8@äTs /œäö-ÅwÅÃ6ŒŽŒNžc ùSúö˜8AÇšÊmà)†+ƒ3¶ÕÖrâþnÿWò¤%¿dÂäÂŽÞnØÍµœIðT¢H'ç#r¤cPÆ€úa·.¹t ͉1:—F°:›–|–žÅZ-| âK¥°³Œ‰jÇx‡+(é>¥v“3ªáÜþ-õ.3ïHŸIþL)²ÔàÒ`„§ªÔq8}Ùñã1“ÅðI4¢ƒÛþŽÉ$õ±¤@𤳧†–›Ø•سe…À™’ÓEwy¤mj$Z,U©}œïŽEÇc‘ðTt–Aù»™FÀ™~ UzS`>?Á‘û€fίœSAšV²¨8¾4OÔ@Ï;¡¡ç'èîqEõ<íS‹˜îóÍF~«_¾.Í\/v=~õ¿£& , Kf/B[ ÚŠÀõéÇMhÄUg½X1Lòá܃BŒ„Ä,Ú˜e·õXÔÖ#löŽ(\›²ñ{Ô.<]n¢ k5ÂÆÕÆ–Õ±yøUé ŽV^5äÁ&„¾×8 g€I\tŠ-¼ú£ /T'À»ï”BÝò§F£ª©ñðäÔVh¡IÅÉ#|ú+Õ,wc=ò¨!DVk3ÅsÐÏ9 6¹¸¨Ê ç'’>IÌ|㳬ÎË,íj¹a^Í$}†Íüx¾ð5ÒÀqv0¦¡‰Žù“ktqÊÉ.–Ñá_ K”ZgÄý 6Ù‰H½'½8±åžÏáVÓé•JЬ3{Y9„j€“2YÈäî¬+Ø#¸-°X)n;}ªð¯‹Ìq ѰƅêÞ**Ióo³§‰Hò´G.)ftüªˆYnúH}úE5r®ÓûÉ.\Áß·ņîŸüQBÒT€r½?Û¤DC²¸s¿“/~·S‚ã:1ìEwQGFE±ÏÍËHè0¾Sâø ”så–]p'g£/ôý +9z¨©ì2Ž–Õ¥4œ_¸..þ'qR 4ÕŸçáF$i¦çÎ…:”A«ý·9 rp3=¹Ã<ÿµˆIýïåùý‹šÏMOn¥uêïòZyÑÃMf"9ŽKƒ¸£·^{›Y¶Š‡0ïÝJ“WNr¦_x¢×ÃX”†ë¦ýB™ÂÅÔß#LTÊô6AJýc‚·þ|r2 kÈÏ©ü*ñä¼XFHù¥oDÃ઎dë[lž‚ÐS{žÍx} ¤y\Ã)!ì'ž/Ýì-¬úª‰ 7§¥„+8GÖAÓKdíÚÎöGÒ¢#-EÛäŽdi|”Úk¥U^§Ì Q€žÔ9¼€Dœßå@£ðÐTWÁK¾’Dÿõ9n¬–1¼Ï ã¾ï”ä/µ£Ëx ݈ÍP’=x}B´«§jg2H¨òótË7d) 1Œ$›LËlW2ÿèꉆÎÙ½ºÕ F>MÏþ€ìÝ~îÙ;© ™oÉjU ´XWpŸ%Þ¯èî§ý}Ä[!ŒŸC‰x`vp†°¾z<º:OÂÅq5*?{ÎÕ-mOR\WãÞÝaÒlžOléù|îÝ„WåuÛ¯xZáõŽÇÝ{Ö‡Ìóbµ>(ò›_¶& …ÞWpi_ƒ8›&Åç#:ä᧨•É*Øo¾#Wd‘ºj ­Û¸Ôt»»½šgf ƒÍah–èG ¾»|ÇO:DWîr„nyÔÌ\Ý7d­ªýâ7÷NI3e´ 4 £i8UÇÛI¥ŠÏ®‚çö &¯pf.ÈKrfhŠ(û10柃‹+Àñ½;¥rÈü‡±|<@p¹@ID….æä8O^{½‹P¾,½ÞÉÅ2kÎÖþA¤áDð#cô„òSr™b‰c*Åw¸Á2ÖAOÚ;+ÁDoŽr™¥bøÏé2k}¨ :,Ť²;¼N`ùGÂÆý»¥Ð+SÞè 7”µX ˜6–-«´,­'$¦ÿ’Zâý±¨áÖ¡…\ßw]¬Ú~½~:TÐàMyÄè%(™¡Az߸ë”ÌcÌ]غcn[CáD8B.ÝßÏâ¶.Jš÷y¼÷yX .[çN¬‹V<øv`^¾6.?Ox:Ú2@.³|·à¸[p zd•x‘ÈþúýQ.·`ÀCYò4;¾l%@Ÿµ‘yUaC?:ð7’€ƒß;ìauÕ±“þ]qür攘lð«,Ò…/Œ:ói|E<¾K-ÉÒNaA\9W[Â*¾Ð ®~ŠÓVnmVH…å‰ñ×;…`3pi±Ì'¤9±w€6“« P6µƒŽÑð\[S`àÕ¡ªH¹¶ÎÐzöepÌ98wäïîöÝþí.ñþÓïó¥‹_–V ±×(pa:Ú¹”¤Í¬ÔL”C~F™nÈA~± Tí¡¯CÏûp1dʼnè’Âáý½5µ÷²øÏ&¹lV˜…¼±Ón=4Ñ /çP¬ÈÜ=<ðlÔ(²knƒwRÏ×äÔ s[ùÁÚÏ%‹9_ džGÇú5õ?³]–3Ä»¿ooì€æÎä¨ö&‡Å¢¹È3Y}Ž·µ\m·Ø —¿i ~V v;òù¾T±ÍÐqžâ@­šLiíW1©¦`]ydÉ‹wv¬*$¡óóa_óò]†‹Üû] ðã)Ðù=!”e<˜¥£~Ì¥âz²k=Ûq¼™œÐòk ‘_{-1ôÑð7¡7&/LVÎÙ†Í,8²Nà2?M".Ír”Û±i´'L³–D¥÷xŧá«(9,U &M_æÓ‰ ?kÍ£ùl²}oDí!‰â‘ZFkîÃa£œ™ø#éÏ‹šï4Ga,Ñ%stŒ9{nEÏ%* I _Å98t¹­QmV²’äžØ]¦LïÐ:{h$ì‚hSïa‚Í»x¦[J³)}]ƒáÂûZ¼,ƒìš.D±ˆ<Õ&À´;Óf"£°GÄ|£[å2¬öñ03kt1žÅÚ+ËI»VŸd·Á$¾ã'·±Såý@qæÀ”#ŒÉg§P¼»è¦å›“_](V.ÿø®âcë*¾Å‰ÎNm¢üöóãÕd¸ï…©Ãó8óÖ'ì«Ñt†üOðvÀ©ÞÏKí67>\4pÒ¸úèÅa{dd^;ær56Ó­€ï˜‡Q‹M¤ÄÖºFäÑíSš­- &†¨Z›XœúÍ­€Í…© 1ñAwÒ÷΀TÊžù@ún †^tèY@Äzz<ד}r^a­»Ô]IuïWˆÆßÔShQ£îÈñ8ÔÕ»¤^&f9ª[Á‚oûâ(ëÞd7äl?)H>Õb²]LÈøSî<•¼«ÔÓq^RT¢W,Zùï°¦68çi¤ömœQ|JQù H£—èËñcƒíÕ_ìÊÔ;¦i•лǬA·åx¿ãL'ûo¿Ìû.þø`¹FOèÁ½\]qO‚}˜¸¦G3žGÇÍõx‚†Ôï¨Ö ›udÜk(­ÒŠøÂ*¦äqñˆþ;ú„ 6,³™^c´ƒ!:}ÈKïIäj.;T%·ÖÓ^(¥ƒO>xÌQ„p4á Ù¨6…5…¹ËóÊÂâ~ÆÚ»ˆÛ—7YqkÄÅÍt¶D±ÆSG3x6}_ιÎÉ­UÌÏB KU­Ž~“PÚš®=päB¢©TW¥RÜûsA™AeG²Áò|ƒ2|•ëA]^åbëE)ø;Í–N»ÎÒ ›Pâ¤,ué¿ê¥°Ö¿¥ŽþóMâ…yîšïz0e¹( Û+¡ËÿHp¾f¨…*‚–úõ÷Gj0­S³†#r½‰3ƒ—•ú‰µÎžî²Ø"mç7¡.·ãAû=c‚¸œÌÞ}¦à–ÑVòø.îHžóÙkyg$Ï–z¼dç·ŠÒôÝÈŸŒ©êÁœôà¡ ›O˦v\Ù ÃŽu¡$6[Éû®ãË™3zŸl^zCø ¬ÁOÝ šñ‚Û½¸L~¨œ.áBOÚ±ŠÍMwõˢI’\MJHq"–fÎ×oØ~”î<ÊWo:ê6Âåѳ•B´"ŠÂ-¸¿$±.ONQ›ÏtÊ™»e˜bnS½úO…6­ø¬n¦L=×ëÞ_Åé_×y­ì2?ïöËÈÉùi»Œ[á} û@(Ö­'Pñ3eŸ)°˜f0’¿ÇQ“˜Éæo9s4 T?‰œÃJzyÃíCÒFΦ\¸&g¬÷€×Å#{¬™¡¿¬fý籉³wÙ'‡Ä>u´óimbKAl~ ±Ð~Åfeߨ™ìAÄH‡p>]W¤‚9C"¥«YPkžõÄ sWô½£k¦wøEþG‰h,î¬U¶ý§l>ïó©æh9­ÛãA5)9ÁBüѽäTqW„MI¤ÚÁ>ó&Ø»i¬i´Ùn±8v6«³m‡rYˆâK/3¾“-X²Ø„°8LÕ­è:‘ø,Žà‹îÔJ /|æ ºŽ›¿uoTƈ7ÿ—ý÷—Álï"fê*}í4tuµµî 2m§á©lˆ›qÔòym†)ò¯”tÊöEÇ3Âúiñå+‘ØÇ^Elm©¼>£‘“ =('ü?Nì'íKŸ´têS ΄¾3ÿy;Ø$œ?™Ä1Q€?€wÍL_>O‹ë/0Œà?ƒõžÌkkïn"l¬L‹S›&yððñ‹7Nê……#7ó„¡zßhß¿©|l…n•~Þµ›ÓÐë7 h$”}zÌzÎó? ®`'p‡¤ê\6¨nh›ŠK¡–¯£8n‘ÒiIÔÁ$£È81û/{,ZàbK!Ù#ͳz,«!ê³ š¼9!ØÑèáÙ“-Ú¸¶µ%í‘1¨Ò³O**¼Ñ˜eª˜/ž Á׫—–wa ŒI>¶rt¾RÉR\Ô ™Š#2Ž|vVÆP=WPFn¯?¾2R ¶´yîç3ñ”u¶†8^ŠòÂÆ³š*½Àª\ýp:¬Ïvû ŒÏw)ò-”‰ÞpâH+.¯ YÙ½>ml !Ïû”¥gRgaôPøÀMv÷;Ùåô…I`é$8Ð84e²37`T.R0 Ž…ý5ãd¢Ül IÔ}­[æêÑa³É .ƒñvÊ+¹tC,TWg7cªêFR¸ì²*ƒ³½¨·Ó?äФÎÑx`ÇVȱµKÿ@=)Æs½2pù1ÐP+ŒüžoMóly+Õ‚G’zµU Ük" 2Ë‘Ž¤)e$†t·§°Ù·ZÜ1¶mMMMˆbnèÖ\ê7/çöí4^ç½þ'0îìJ{'Ú.Ùú.¿å̦2©!"Àñæ'õÇá÷‹sú}þš|¿EZqö=1‡¥å_W-òn!SsSÕ¤‹ü·˜Ï·•^­Š`ÚN•=ÐiÉ&L¡¿Ýz“.†,æªlæ4é­‚ù¦r0…Oc²ËÇëlQEÊU ¤$úà@!Mˆà¯obŽ_+w=º.×9¸×¼6¢[ ä³ÐW`ú¯™ “¨¾㎙tD`6c¿Æö©sÝW&+íuÜ À¤œÎ Œ¶×ÀÂh.Nå>=­»P²¼¼cXGÖË´’u¿Ž›j2Kº-O"…š—F?7^ß2 Pi·ãï3‹éÉC³ä·¾Se*æ^ˆ—f`s ¡f6¼ 6gÝrt‘#Œ†T)0Š´Ho«•¨*“©O‹È[þø5|ÀŸÇ6bÄìG¬>L³Ñÿêµ¶Êžj S]ÉqlàØÃq§+‰#ì½çŽ+œ24ߣK¹¥µÉ ÕêOmGr&6Uê7Äs¹ªOÜvÈn3‘E³cI =ðè8ýÇOI¤*w &s›0¸£`-T¼qµÌǽþ(¥l2‰DMlj¨2µlúS¸Ï\Ü*—jÊ»ª¹Ù’‹)(bTËjmøƒbìk£ºÍ¨4¬+¹¯¾” Œî§YÑáψ¾h›¼5[{apmMCø{¬0«&‡òËÓwÓí±d÷MªÒd™FKâT æYrík–¿ú…_(Uúk+³Vfs«™÷–HX81Þß½i\"M›Ð¥°>}B=YÙ™Ò0ÝPµQ¸ò„ݸ+ÃwMeÉ;ûÁÅ@ùÔõ…)PšÔ-j¾ÂíQ{8)ù! YZžœ+,!$›[Ÿúñ}›ÛÏÅ#7üSöš¡NXLµf·6¶£Ö(8f©SI¹>ëDk¬Ï[¦Ý‹î0TÒÞlHª/•ýÂV—µÔg»2§~CÉW›cÝ PæåÃìic/±³tÐm¨È­«9þ£ h?&KYžÈ`w_­ÆµQƒÑÑPÙÆ˜¡Ü¸íÄMocä}sscÀ³Æß¿ýÙèDê.C«KÈéwš*Å‚©¨®++j_Êø§ÂhŠÁÅ×€ðO ­êÈí|žÒë™y~qºÊE¶C2â*X Û/C®½þqS–TFĦïTE¶ ½ñÍ[;‘6Ry×ßhiºŒmJ&” ôÉTô/•’ cHËŠŽ rå„ бÆ}×). ~ÌœA¢Ó_ÏË® Cš}ßV¦;D:€ÓúôD ?±¸]qJ*` âÂt2 fÒc1k³µ~ˆµuîo¤Òí S<Ég³véݵ?\è‡?aõÆJ2ž5¸²—]Ú»8POúŽA!LÉþ¦„Ï6¬þ>}éý̃¢·¸q¤&f÷* ÅÉýxnõ|½¶\ŠÏ7Qx¢X5 ÙÐÆm¥‘LèZ_žÓ2TEßjEøG<;,;Ê AœZ©ñN6®B°¡0édÛäç¤f1•ãu˜òzÛ;{ÅhEó äüñËÄ2ò•6orcg¨ÌÀÈÑþ/ë=+?–ðÕ#fJËØ¼5§’§’ÔÏÚ«>¸Twíö> È›†Hð3Ñ2 §—­Ž‚÷hÑ¥øªoi›ˆ¦ËûlklÒ2wÿ²„kèøqÇ÷¶$h:ÌÈ *éL¾®PÞ]±68æ÷xRuêÐ9;¥øÞ}½…€°cnÑ8®À^õ‰V+xºc~³F7š/ÕÒ§R–Í?W.¥â—²ˆ>BÕdrö ! >‚–g’¬æ^¶Zö\übòð†ŽCO›Ú7¬Ä‡©pbk/za”²I ·éFlà 4j§‹¡[|4¸¼åñöè\îÊÂ_ÜHË/,R®)E²¼º P÷G>®. ™¤ƒ‰CS¾Í|€Òz3rù–ÖR 6·¯T2õ†_]W®S·ï`Ô_½´k²;„è}‚5±TÌ5ûÓ¬l#C¢; ¶`WB9í®Ô´¶¾ë·¾I¼…óU+'jÞ«†iK¸ß;–á®=8Ó¨½ÈMë"ÙÔ¨0¦Ê´/%#Ÿóǽû6 Â;®ä*îá‘RçÇþéV]•Õ½Ž/Ç·¡Ø ™/­¯ Ç×…^Ê~2ìƒt×Ü&ÙP¡´½Ê!%ß—ÅÙ„ðÎ,@qœ˜m|®Y÷šÖaŸƒrÛÂV!F0”É«ÚÙ=¦7º6=»0g›z£ZHÃz?ô"[C ¤Bd ›‘ÙsC4ê †f¸·FýÕ§ï÷µ¸ º]é—äjo²0ÏZ¡wŽÃ‚†àçS>0zø1CRÞ™ˆ^ ÓjžÒ•`e¦ÕgeøU”„·Á 4ÿ[’X«>yòÓ uóýã`D†9ôF{ÝD1ˆãÛ]°ÐCoá KbäòÝžCo´`]˜E¹ÍRœ%·ùóm³ùçÖkÒnD[¸rõR”¨ò訢1ü¶B6ûÏd'¿UÁºÉe—·å`Ô:P#ÉÂʹcžºœ©X‘PQßðœ˜åÉ;jRð(¾ý,F¹úxlj~HT´a ¼u!%nþÚ¹¦•k%êçžÅŒ}îñµõ; Ù˜Á^Õ›Ÿ÷±÷KJŸ ’6(ÌžÎzTÍv‰íÑë˜îyó`íLØtƒóü¦Ãjê•sâAKG$øFä'¯D§ñÊR§~¤å¥õŒ‹q·þzXµ#>ï³Cã³nSýÏWñôì, 1Þ'VJ=º·¼‚çã˰ğ*Š.Éêå–oTÔ»W]‚á+žIj"ÅÕ˜u´ßw¥‡®¨'NU,c‚bÖÑôË’Sý=†¡Ðlr‹’­m©“Ÿ ªóßÀî® ¯åXMHнž]@$a}I.ՀĦ¥a7]ð6¢g£{Ì.C“T¢úÛb) ƒ Ïw&ɾ† Ê—N*M)2„zÓ4±Þ óÐÌvb#ðE Îô ¹ÀjV&*kw˜ªZ½“£-u2#ÍÛðœ3¶¼é+Á{Ýä<QžJ©¶'3u¶ñž‘XØhºìvk­ärå)ŒP` ?ÚT™þû)Å0^¿DßpâÐwȤ6 ´^‹(º¬5ÓðÐk¥*\¸Ìœo»GÒ{…ÍSĕĥ«Î—T •þ w3øÌÈwqÎ°Ë x炎Ôo²þ„4`G„f__jËŽÀ¹?öKiX}`h9ëxeïÁù‰ÂZÐ’Íú ˜iŒ&»å¥E:"ùhEàCPr´žî‹ªÌ}øKᯩÅ<¹†JÙ]WÁäýûª6»Œ´uï Ò_½|“å“êé³@±TÊŠƒ‡úù¸Àg5L€­€±’ÄÖ5… îõ“„VV˜”‹c’}ø¬GëÈ·Ý–ÇÈüEƒÝ-Ÿô$ñ™TŒ0k…ãv±W§w—Øe䯤Oq”ÇMT,ÛUÆUú¤Mº«(]4|G0åßÛ¼÷F7J°#·®ƒŒe›!Hbûs§÷ªhëL‡a™æÔÞYïä¼=»rÎ|‡¶  ‰„x>ÁŸ× õ6¡‚'×»OÙ|<¢Ÿ-èlà‚” w9(]VN†¶$09 5Û¿ ÅÑU$ž=DNҷѸRѧh¥J«ÜGQmŸÁ.ˆÓ:óDîee¼¹[·<õ¨mùLÈIàôeÏ4¿c€¨Wš¨QâpéûèM­€ü¢Ñt>½×CZΡÅmìËÓ×JOõ!áãþÄ ³ï5 ”þ£þvWbÅ×]Ò€™%{cYYT ÝÃ…JsaÏY <“XxÅŠÓ»y’ÔÄ£¶‘ ,&®«¸&]Wäè’ÁõÍí'ä‚ßl×ø>)HE£‡u #6Y"Ûè 2îÍgÇê´]4Ñm¾˜<‡>–Ôž)p±¦ýh¾/é­ö5Üòž¯³Pqüúú1‹ÐÄ…*Ÿ›qòqê Õ!Zï®r”Pr:”ÑË2·~ ³#ã/$ŠÒ±f¹1#]q' µ5Lе Vè › 3ÁúIZç’}ïtËKœÑŽ­“XÖÌ'vô»¤jôxE/Ç!îÖÃñðl¡¿³÷Ҭ̲Ä»4qtL&‰¿n™ØT¤ì8«MÛòD&=CªC6Ý“ÅãÀ÷ÁÈ+ å¥ìDš>LŠ´üÓ6Õ^Uÿ«Þí-Æí³Œ¶49þ­Ë÷PÅ';íY³×âÔ‡YЗ¼°J+1„Š Q(›Ø0X²Õ(Z5ߦSäëöøÚ&If_îlâÂs­Üóëª Ø Ý~hƒZW!Õóðaÿµ8¼9rZª é$m¶ð[™ç´o׳ø²€X&Ýü–§»Ù 3ë®r|n‹'œ]î"àƒ‚Óíæ\D§¶Öp¢D/楨š„ßÔHzÒ¹å/ Uо´ÑSŽ'½WL¾^A2¨ÒŒg*0‹ô¿¡B@À»%ˆäc苭η}É4?+öØjÛB½bT‡þ2ú¯VžöÙÿ/•jï‚壯r=aF|åLZ¾Ì»á2¢ù–¾Æ¦Ñ±£˜Ž²›Ùê¬núª õDÞÅöë­"SÏé á”±âó$ìX"ø†z| ÍÖôlÑ:i°æqHüÉ{”ÐxÁäI…?©¶y Z`säX”W]Ír†PCkiæn‚½µÖ‚hÜ~çÉqvã¤C*5š¢,á8¦"Q“„>ò‹%Tm`.é™gß"mUWH1 ÐèœtœrÈô³×ƒ¿Ú4Ó3Öùµl6þ¢ç† @NÇûý¾à›ö9ôøÐ©Ùí &-Wñ‰ìDE´î½´»De•ò}ןñ½}à@Z¥þÊòEº1ÑS–Èλé{Q ¥?y÷NšïOö:Â>~È$ ˜Ç]Ü¢¶1ðb”´Spù¸jtÀ(!&dV(@6u•›çøêÕR7û&ŽaÏŸG“¼$ä &í2Ý1 %õíÁÛ·3§pÙ~¡ÖµlnZ6³äÞU+÷õ¬›c/0‘¸?c³*I¤ GN¼ÿÞÌb®œJ!kMê@ƒÖ2ò•­ciF "uïÔíÓEoâ!7¯>0 mÉÿ5€E/Q¿M‡ng«˜Wd[ˆ¿“¡ó:(+ú`]ÌþrÓK¯g]Mælîx„Ó›#ÚI¢Ábìw¿·%DÖœI_Ì^<+êv0Éúæ@ê-¹4¨§‰V¥ W6i/[o›ø'Ó¸¾ioVèDñ©×Õc³1øÝ&Üösû·±‹üëò*ê«™ï]Ï‘^ºG`øÁÅþÈa />ùð€ÁïÐ ^¾lù©Y~³ÓàžU‡~Jc)nÑY>ìÄy¼#°uî­6\íÞô¤®1´7§É%Þ7xéä½ÏÚ-±Vž•{„F Ù’%Ê’‡Kbö«ÕØB:Kƒk6×¼|´ªÎ6}¶P ¾TÐÕ=ÇÌgDE4\Ô>#ª-9‹O¥SàÚ?Z³@û¸€\è*±>„â?|Qw¼0&æ8ø=EYëãÔÀõñRv†rHbæ[ŽºSVyùö¦üe åýXáS»¥ÑOh”DR7Bj¾ÚЕ±¿Øw̉I—bXï½~“ ™×£Œq‚‡?׆o_"îX‚áèjØsÞ§ÚùØŒ×òg2Ní™Ô!Ïúã\è̹¯t‘¦¹u™îñ¢Ì©pÜ-²7;*Þuêu¥Çé\ÇKêÙS’+ÿ±¹ (Œ5‚@JÅ <™Ò£{”€ô: .ÉÓé¸6qná.ªï;TÕµ#­T;O?=êÝÅù!!Ê·S5¥Ü‰‡ÖrËÊ!+Ì‘M´Šã’Œ3áóÈEssqh2Äß½·æ–óm;FW#3âõ¬«Ty·ÕA”ã ×^! ܰ/©Í’•»wÿTðÌá ²”yÜG0=u¹bLfϰ@>^ÀKÅ"¶ÓÓ}û Õ©¼Ð.@ÐàÆEW3Tæ3Š\¯ªÚ¬“K/t'Ó v(3·ê¶ 7ÉûŒºþiÌóñÕC„Q³êŽÛÜ›ˆðy/ãQˆ˜G¤O©UÓ[ŸŠciN `¹ßS5½e^íê#ýúkø‹¸¡<цž˜Úù¢2;_g¢ù—jõ$~1t@ÄÝùô˜¾±¹W Q²[áÜêÖ#•Y(TVse¬ß+•ƒ”- à¯Öh¹;ÅÓþ™û6ë.Ï¿âô.>ø2éH¢qÐQ‰<8°âDŽ)ÏòúW{ÜÁ”“ôò¶ªCÃ¥ToÇT=šIô÷eÀ9 "•yõAXÀ$:ýùü. ÛÏ/ÒCçZ>5/ŸPÍ|KÌDŠ„xYŒK‡æyPð¦ã¿ Ö ©+¤é’Å]2,]8~Ù0µp£¬«ék2»Q¸:ú¦fžCiøOˆ kxRk“£‡yYÛKÂŽæüå ¿œ2Ÿ5)§ë8’“Êg”˜ß z´¤ÊÀ@#óÃ+̼«ÐyÅ•WÇ)é‚S§7ãøÐç´ßœ}µ/8IñOÖkPo¡‹7¿Î‰œà’åhw1Á!ŒÂ5†‰wt¤ÊžE‘ß9¡áÿß2åjaµöÌ»H_U÷#FÚƒNÀ‹ †!!Ok ÚÔéx(]§„Õ«YöC/²Y"­§p…½JÅ©Šå¼†ÏA»0¥¼_1.„s3Ý¢È~™úçÕš^n“(…™¶;aãåË¡Ím¶69SðþªJJŠô€³§ëS çÍ×Ù€µ‰î”ˆú8ZÙ“zW''ð ï=/%'¶sj”úi5J DÕ#R8øìÐlž%ý6±/±p΋ÆXsL¸ (š¨ð/áàùL=ãëuo%|$Œüªèz#b%öó‡õ'‹RUG´ÖN¦\ö‰¬ûÆ£íeøXph"¢ÐöavÆÎ˵Dâ¥blE®®Ä%Rîq‘÷4À€“Ý·è·Ecü¨v–QÅÑHœƒtŒ„­mŠ }™æ"sŸ«Ÿ¾øR6²ÏE‰9VÅA6%’‹Qc¯‘˜‰=ŠÖåûx¬Š°ïÄþ/u»ë7`ˆgᘄRŒ”§5¢G£CwPõ+³ÌWÎÎEÈ¿èa9ÊϨÍàØŸ£x˜Ích° …•¬ ²Ãàþ;Ä. MÍ Ÿ¦fø2Ź;[¢bOeqài~Ál„†'vûųbµ*—¬ç’¶íuܺ•xÔ—|áÆA4ck<¶,NyçK^’ÒøÈ* a€Æó<­äDEʆÍ;Ðdú"ò%Ž ‡–~7Óô¯€»¾¼ñȬÄKBÎú©Ÿeå(&aˆ¢Ö gš‡¨Æ`7D…õ ¨é<,µüôÔÞÀøÃ.L´ÿ× ×´ôÖüþÆqröePŠRL%a}EÛ–†«ê žyjps~ØI‡ºß¡~Åo{>˜.¸x˜}»¿„_æG”QpAa%½Ð ÎÂýàMïçg‘ªBfh ZįÅFÙE€Â'Ó³ÏrŒIœŒÏÑZÞ9PÔ‚»×/Ò¨$àÙÕS„ áâãL }kÇÙW+Ô—‡™Oâ±µi¸!°óK´Ô cÏ/:‰}œŸAëŽåÔ\äIG4EÕvÞ ËºM–§Èë}j_Äú³¦”‰7à”ö&iÎ'mY‰K Á*">@W±êLjòÌÿ“ÖL§I•Àà6nVz¼¡Vê´ÌÞ #‰8×É Á[¾ì„Ãv@;𣆃_õôÀcDìÒ.,§Bp÷/¸å ðÖÅ„<~3“à6GŠˆõ°£¿JÚþ✅› Ý®&w¶â*邯‚ÄaSeáŒÏr°âO´Z6BEŸÄ­Ã¾¨)œI˜¹Š»xÅ-¸5{»ÞÓIø‘–z$ªžš!-x6Ê*9‘åG*hüP ”°ÐI8À~a&œA7+H © 1ï~5)ÿUMhÔKáûZ ¬ö/d£V³*x@=pÒêR¨¢ ³T™sÐᆤY<중oõWΤú«1Õ Ë Î±™{_!"Ë0êZS¨'6e{Q>CwÏÏwN–Ô„¸«`âø ¨¥IØc W$Çzý6kù±@ᔾ•öÊøã <£"a`mxÈcÎ^\‡l¬‡ßüVI:[<]ǯâû‹H™«ÇÌ1WâÇÄnâ¼:B†¨5úphº‘º°5tÞ/Ó`¢ÄG›Ýû­&„Øw*X¸6ÙüwN™AÉB£Þ[ŠŸ!ŒKÓ³L5žÓ§QSnò÷v¥ÁÇžjý½gV¢¤›%†Ô1ý³ÑáóHฮÜÙ铊šâöhª+ ƒøê;å«S¶nê!mjLûL°;iòû`"r/sÓþ‰û´È]7yýö‰Þ-’C¿¥Óx¾ìùšäÀžún —<BÇ¡ üVþl”â~dæ& W-Œà$Á2pžKróÀYU1Ý“0!rYtøþ}·´K[ÃÎýÆJkHGËVû%YˆWOÔAøÿ^ÄÙŽSÅ#²mCál'€£ãX аTmhÄkA1…Š&Äý îa¹9íÛxØÃ’ûJ68ˆBµˆ™èƒ‘õ0ãïãóÂÑ•Äf•¤|L‘H¯¤v¶°VdÓ‰Ñ̓¯'ßÌfçE?ŽJRgà5‘Ï[Lt ­ô*ãÔcNÔ:XË‹?5øìÀ‡çšXeþ®Ë%[Ií°Àcº¤¸³puOܶŠÂBû=Œ%œ™dA×¼­?#&›}]šO_tÍÖøâ²Íñ¼6èþÊðèZåïk¡è5\¶V¤=¡§Î\6ä›MÀAœ%ZÂX}õ›Á¥ÖÏKˆI!ÿ&Tø µéƒ¦—yÞíÅÈù3õ—3_ c ¯Ë"h$’ÞC_ª±í?Ûþ9…š!Yƒ÷.æƒî,È=îϬtæ­ÚŸ Ù{ð,ÀúfjE€ÉdT¿¬¨{Ïú ”-0îxõOPu½ˆÞeä³ýÝcû& >ø'9´”{$± Ñœ¹Î8¸? é!O–îûí»–ôªq§al"„6‹¢©:R·hyxí_Þ b@o¢Rý{Ü`[ï®Ï©œê@!Ú ÝmßÊIý9¼~ÀFE]cÎæ\m’RmP˜¦1Š™IsâkÓÁrj4ENòñ9_u~nQƒµò]Á¬¤ëWÙbÎw.dÞui³•W†Ï¶=ôþlšRåObHc·T¼bÚ8eŠ ½_ÙR !£ë»,w5äYêâ3ÐØÄ¢Š,#q ¡ž}]ùÂȦÁ>âbÎÍÔŸFBô¶8àÚe2¼+s`ùf! ÷²?–)M!Ïù®ð;ïÓ‰èú :P4žE7¿±÷«ðÀñÇb®ÛaƯ˜²ÚÏe˾“n5½ ø:ÿh},ô­È'ºr2R|·À:©ðó·§·‰·Š·Ø8ïuðò 0\na>J F ôD³¦{Y¤ï ½’zŒYäÝɃLÕAPN—¤7+ËÞ™AŸ€ì;N„þ¿”\Œ§+èßÂùIGàSð9x Ë.žÝª×¢¾[t¤½ºîºò¿%©ý'l$[e<ÜõÆüU@ endstream endobj 570 0 obj << /Type /FontDescriptor /FontName /GQHJUR+NimbusRomNo9L-Regu /Flags 4 /FontBBox [-168 -281 1000 924] /Ascent 678 /CapHeight 651 /Descent -216 /ItalicAngle 0 /StemV 85 /XHeight 450 /CharSet (/A/Aacute/B/C/D/E/Eacute/F/G/H/I/Iacute/J/K/L/M/N/Ntilde/O/Oacute/P/Q/R/S/T/U/Uacute/V/W/X/Y/Z/a/aacute/acute/at/atilde/b/bracketleft/bracketright/bullet/c/colon/comma/copyright/d/e/eacute/eight/f/fi/five/fl/four/g/guillemotleft/guillemotright/h/hyphen/i/iacute/j/k/l/m/n/nine/ntilde/o/oacute/one/p/parenleft/parenright/period/q/question/questiondown/quotedbl/r/s/semicolon/seven/six/slash/t/three/two/u/uacute/v/w/x/y/z/zero) /FontFile 569 0 R >> endobj 571 0 obj << /Length1 1644 /Length2 12197 /Length3 0 /Length 13034 /Filter /FlateDecode >> stream xÚ­veTœ]³%ÜÝwwîÆ%¸'Xpw'¸ î.ÁÝCpò~sïõÍÌŸ™û«ŸSûÔ.Ùuj55¹ª³˜…£PÚÑÌÌÎÂ&PÙ›¹¹ª;Ú+;ò+2«­ÜïvnDjj  )äè i  t€I 9€ƒÀÎÏÏH ptòrYYƒtZê:ôŒŒLÿeù{`æõÈ»§+ÈÊ@óþá´st²:€ß)þŸ5€@ذÙ*ªzrÊ2:e-€ ÐèbjPu3³™Aæ@W =ÀÒÑ`÷¯ÀÜÑÁô·4W–w.1W€)ÀÕ hzwzšþBL' ‹=ÈÕõýrX¹˜:€ß{v€ÌíÜ,þ&ðn·tü'!'Ç÷öïØ;™ª£+ØÕÜä¼GU•”þWž`kSðߨ® wàhù~ÓÂÑÜíoIÿ`ï4ï(Øäà =Ác™ W';S¯÷ØïdN. Òps9XýWL •©‹…ÐÕõæûowþ«NÀÿR½©““×?ÞŽÿÜúÏ@`W % ";Ç{Lsð{l+"ëßY‘s°t°³ýËnáæô˜;ÐåŸÑýú÷$L-ì¼@KDVeGð{HÝÿ›Ê,ÿ}"ÿ7Hüß"ð‹¼ÿâþ»FÿË#þÿ}ÏÿN-ífg§ljÿ>ÿÚ1€÷%cêxß3EÀßEcgêò¿ù˜Úƒì¼þo^ÿ~[ø¯tÿ/dr`Ó÷¶ˆ9X½KÃÌÏÂÅÇÆÿ/ä* òZ¨‚ÀæÖKS»÷¾ýc×r°ºØ€ïúþÓZ3;Û¿ašÖ s[‡¿Bpÿ :Xü{ï’ýS«¼¶¼¬¼<ãÿ¾d™5ìއ͘‡÷_.ªïcÖôrþg<%G‹ÿ<ü%wôø0³óð˜9øØß_ã{jü\~ÿ‡àÿ±ÿ×YÉìò°±°±±¿“þýeûû? ã‘r0w´ø;H`S‹÷ÙûOÃ_ØÜÍÅå]òÖÁ{ýÿqþçž@sÄåGsÁ›´ŒoàZ¼œÁ1IƒÞvèÁP§’ÍÂü€jÇîÏi›ü&Ï5¡,ß'^[½æ^våö†zpíh»S€çyÄ~”ô?ò1ÖiÚy÷‚XJP¾èDû\Ì)nÀèó°iïm©©? ™hçt¿¸£ tÏÀ¦ºuBõ7O­Ãé@ÿY[p|Bóõðî–¶øçà@÷ì]"Æì8jAwš¨çl"}­ ŸXѽx±D¹ß»}¦z÷{ TÖ; `A˜´'amómÁ¡Ú úHaúÆ=iÖ™SSÕ5u6Õ[ì`Ù"ÓªZò‹û"§QNiD°A¢]ÄW˜žTÞŸڑä5û½–*7¦`Rÿ× ËàKý%\û²®È᪀ 4À4ÇÆŽÄXL¶^̽…Ìs$NŒ<×/`ïmstîÒ‘1u½Â`M­ WE«áŠZ”Xa’. 6g„™ÿƒ4 ‡Ê+ÅWcûÒ¨¨„êäexÑ/\§±•"À¦jaajª0ÿ£™xë{R —?2HçߺΕ´»Æ›?‡ÄcøPÔ?¹ ó!b":øê+¢2Ÿ®æÙBšþ]óÈ’Ž æÏ³û ‰ôlÍ­BN5;ù_û'•<„¢3ŸÑ.Ö"Ü]Ø·%D=tZÇ¢7¬¥ÿôýu(S®4têIEª'Dsêm2U˯֠^ä9ʆìýÒÉISŠ¿7šÂˆ†>gr[:ó–X™Žæ?½MÔìÅhÅÿRYÁj%AÒøC„Æ~~»7Êó;K û6ºÉ«USï.7L%xv/´0´JÊ¿ž4O1!óèê#ãë4êëtˆ«nq¨ƒ£ Æk‰c†½”m3äPš® š+ç?CðΕ‹ã¾õX¢h&üú z¼TlŸô’ô{HȇÙzQŠÇb÷÷ïI»¥^æ0°k DLkg©m$ªz 4ô³æ9á+ÍâÍjOc¯%Ïø.ͱô°D`k3' Ãh(Wæ|EM³¥¢`9ooÞ GâN%G%^˜R5Uá?N‡ùÙþÉ‚uí,Ýqh¯¹Ç™…jƒöâsf–²4ÔÙ…Ebi?&/–¾q¼âIc_£fcj¦Â©ÆÃþžò}-Ñû•àÑØÓKíÂá¥,¶£ýúj™ñ+&¡5"4 3ãÁA–¬Ù‰±IÇëÁÕ§¶¸ ÒhƒË¥oß§û¤~D:AfûŽI° ùòhEm‹€a²Û]jOÔÄ}X ¶àánV]FcöM#!ëåqì˜z†½T”·*Ð ,ãÏmÝ·—•™Î[f=î #K:ëg¤å«TõoJY23Ñ™w,;»!|¯¦ÝSLè¦^ò¥MÇÈ1èe\l?Lckÿ"þ´R <ïëÐì(÷‚e-z) »§éÿ}º°ôzH­wy/\¡ø¹´µJ/iËk¾árû;Ów™lîZ0=‡‹09b€wú’TX§HA³ÈB]ŠV©æµûA”þ‡Š6¡ T}_ýê9†®£;àý ÇIÑ]F÷+¸3ùû˲)=N!ßZª®/)»‹Ÿû3?Ù>ê\X¢}>’f±ª¡B«}8°:µ†&×ÝÓݯ³È'©TAÄŽYØÌ«µøzòÍêŠÅœ€Þ]ùÑù 1ã¯æ±Åþfñµ#Ë;3Gý+J¬—S þ¸'rãL4ãêA¯å\¾J‘¤£Ù¥<4Ál˜p:5`ĬnK=‘ýÒï\l-Oàþ‰O÷t¿îb Y‡¶  Rîe]Ç:^&šŠ3*P~íò!¸ò…——ŽaË⤇ˆC”ó¿ÇÉÈçÛÙ©€ºK©¸ [¼¬÷ÙÐHÍåÓ&RrV@ø¡,†‚úþñÓ›.VQ ÐñˆÃTžåì»ThX‹ìA—’èydwRhÌ©m1‚!“N‡Î |€I &S*0¾ÿ™4·˜Ïò-HÿÓ îreDGä7Ò06óº+¢bë¯aêºdDh˜ê¦+(5ð~± _› oýŸ‹ùçð¼=4x_@iøÈ÷P=î~“¡ð‡•Ê[ÕD“×W  f.¾­õ,ãËS.º7Qª‰+:[·ý½&/ñªˆ¯¡ü‘_ŸŠ%ܘúŒ@3èøa¸Â…”’¡¹-¤½Û²ÕJfh¨þ.Ú01Z ±´Ë»³ÛF ’Á7= ‚Ÿz^âô8WäG\Í[jîëaÙÈöòo¤k8n-÷X¤šV„¯Ft‘’Eܘi¬u¡†Ã±Š ‡“µ,»óDñˆCéýJw!êêG3 øŸt±ßÂãýô…ÛVŸFÙœË8˜~%¯-7 ;Õv©jûÜ„¤ž˜Å\†g}ÖX«ð11匈·Ù#Œ}4~»çæm´Ü,E>ß߃5¯{¯ :Ê!Ó@+Ù‘o½2>z†}¨¢érx;šú~lú AGT!ÐüDßð©u­y/^çÒÀY„S­CŸ@Yæ!YÐaàDÈ´ÿ´e¹_ôñ±™>"“4’Ív3Í”aèáét0$y2ûs;Ë‚9‡Sô^,åÔlâf¨`ÐO± ®>zÅ 6< K¾r‚‰ÄD0j«’÷VÜ“hÅɘ8Ô‰ÊØûGÚYq ï!zc4x+ˆzË7“ÖúÏz¨]Oë±SŽú¬y#¡ðF” †T •¬!Äø‡EÉ^1Ìæ|KJFöÄÉÝAJž„ CËRËîªÍ‘vzöh¡È»ñN¾ÐµIŸ:júüfÂSvì'¯X•î"vžXº=ß$y”ªÍó$oær…R^›‰­ûÛ’g9HŸµ¡²Ñ}=ØHÒ–ÇFI£ÿy*‹æâ4£«|î ˜××$"¥@ˆA 'ÖmÌVh÷½먋Ɋ˜¼Cö³gVJ­Y5x€™a/ ƒ'¿îÐï5p Fa^ðÚËÞÆû>ŽÞQŸÇ}rc‰PSŸXwöñn¬˜8“…YǪ́2SJÇ3롘 P%çsÎ,ƒŽ:Gdm”¾Ñ¥lz'(¹)ÚO›ìÛ^åÐä}àõúkñZQ§‡ïçÒ`Ϥ{ `rg˜¸ŽK,áSµÙ{©’ó”( \±²ªGÕšàô=V <¦nÁ8†Z¢ò„zaµ-ô!U_Lô²ªËÚoŽ4‚3ªhÓY…j“Ru£W„¥“ e®ÎöÚ­…:&=X.kÇânãĪ¥ûŒöêäBl\ z, ¿3é2å u3m7#¿D¡;.e•jxC}­DmYˆÿü('ù÷E„“ðM´¸AºÀÖö Aþ‰œwýž¾ƒálü}2±ˆËN™8ùOa³éo988¶¥MhŒÇ‚ú¹ºq·l¨§¬lð"Ó·IñN{ÍAãö_Y’Ó4¿Ía2•¨“õ53£ ýñ·à¨"«6"Öe˜…éCX»Iâ}¿¤$£æä³@.‡B¯$âEÛC¡ø€ka\@” ܼüŒ^Þ,.„ÃÅBV­˜¼zB†â>tCOŸyœžÔ›éuþzÏ3ÇJè­ásNãÆ%rb5ŽëÛ—§Õj{Â#Ó?!…;÷“âÃ5é _ÈÕ– 2ˆðªynlµÅ³dž";†úgÅ ÒgHÀ(– #ÙŽ‰DäÔTóé†Ô*iX‘3¬‡€­ynD›zÙS=À£ñϵ0þiPÄÚ¡a¯ºÇŽ¿ÙT¦™tEÁ¬« _^¢íˆ¯L¶°¥ašJöÑ­04ì0Ï€Ì8²—-²ÊÚˆQà³áq+YÍ Oÿg)A¾U«xoº£Ì.–LOq.z˜H!¥‚Ý`{Úm8r„bbœ?޳6ÎËñö"®ú~3õUú?Š¿CÿHQD; Ñ(ÙZðbº”Ó‘$´ºAíÄ¿Í>³†F½ª]KXQ6_©³s®àð*õ5‚7L½"2R –£7³O"è}‡=ë6ámwyi#‹vKÙ‰qŽŒVÌu6{é¨oÖ¸áVµ'oòËWŠÎ@óó(¹³‘×2÷W¸PPæn"i}» Ó E˜š‹J‹Xz(Ÿ2ÄbŠý¨Íu3 ,‘ðµ¬|›8ùxqpÐäÞƒþ‡HT°ê÷CGNXœñŒ¼¶Su-%-/—Åc•¡ÍmúWæÎ{dÆPhÈb~ölµÜ4ïŽÒ›îÌ¢UîÔ‚ZQõ2MôÙb¾}y\ò¢ü±.bßÏ®° ›í0¤DÒÈ!𠳉ü®ƒºH9‚ÕlXØT›§C³çJ1»ÏZ\Rñ[Э g¬ƒ‚ûß$­8ðê–Bà—ÚD•× ÉCÜ廾Uknëäôí£šàùsû—yÔ2yªßÜÕ9¼†»¡SLÚSï ãÈëÞÏk¤>ÏÊÝ‹EÙ\7ÐB0kc_,ozc¡R+]g(íI/uˆvʸÈéç¸àýd–Nk¨ 9Ç4ÙäóÛï·z^ »^|à ªh?kTev„¶/ø%oNîÅ'A¡çŸÍÔÄýë¡Ó¿—wW°G#>²£`ýq"xòW ˆ]×I†.Ì-FnNÜ7¥úôþ£z¡–šçà p?ßìF3¤MTSÎ/—Ы“å[]ý§¯ Ñššzý˜r¼9ÌXÔ¿HôÌ«B 8×éêÅàÇãzˆ„ÚòÙzé~c|r¿8ª>΃ ì#&›Â:5ß!Ž’ÈtìR+ CÿÌGd•—àØ+?^ W4¾m5Ïìý쑯-Õá ,Ïóµø_A[8'BJ`àÛo¸-u¯ˆ8¡'婢إ7‰h†Ÿ5Ž·fZ<¿á;³‹œµ'!QJ­ ï¼Ì´Z£˜PLáÁùp`ÊSÔÌŒÇoƒ}PÅýlfì¢áp·>[sR¶‡P’Ú^ ´ŽaüÏ¥‹¬…Òö/%V)Þ Ó×Ï*zD¯¨y³To£•£´âŸ­\×#€!†{žÄÍœ,ñÇ„—¥çî‹æ*¢Ø˜Ö¨e8ÆÃS|¸”ç¿0óFŠù¯:“àYJŠ‹˜…ݰ½˜[!3o2æ¨}©º£V"XY¿qãÊ8Påfp½MwX’=ÿHÈ€ºš`mÝÃÅ“DƼn»cCŽ`[6VöM‡{«ôîúÖR‡Iž öoÄH2M\ Û• ÐôYFnߤÀçùuž"•ƯÎ^36»q|þÔ”}Ù+7㟑2#åJ³¶]Ó´UÏäïÚ´öhbü>€‰KD¸…úa -ã±²agM%¦eyn»L¶l×XŽz5"@–\Þ’3Û[“²yÅ&ó§ÃƒÀ+ß—*>…ÕÅè¨÷ö•|ñ›Ç•Øk#}k%Žà•>M)|0CÿŠ{´k[2 “uX-ËnÄûÞÛ¿L"µRÇÕ¶yÇ/[SË*7™RK!>MM ®§Ý†¥CmsHE.¼(䥔L¡ë¡¾k:m®¤31œ1²cË{\ ïÕë­m:o{GÉ£/©É"™ÁßJâsoY#¸ª›m.žÅ»›‹C²2Žžhd¿]4à1ù¨]þùÝþtÔÖ ùvWÓÃ/Ò¤œeÖÒb€FÖÞA×€(9·NìF^ˆaÃVª¬œpÚÁJöœe`rB6Yâx,ùåÑu]uÛ/¬^ùJ@ £ ‰¹q¾» ,䀾)…Œ‹0‹µÅW¶­þì"8‡¥ÊØžb¸B®WÿúÌmÉ5Ì¥XßÔÌ2ÍX̰?<‚Jp…ÇG#°r”¹¤4­ÿÛnàòKGYp:×TaTìÎüÑ’ÃÓÓš£Ú°MSÜ –÷|èC®gëÊJ•©¿ÂO¾ôm~Ri"׎33o¬ì¡Å¯<Sm© !ûÇâû_ˆT=¦·ò„9¿˜·JÈ)°vúXð„^Õf( ÇPëøY 鯯jjŠÛ:‡²;sXhV‰›á÷kTZèò¶zì D%aXþ¸ ¥þy±Éu‘ó¼å6ÈùR}?“™ª¨¿‡×ÿ¶_¾u"Ì–>_æÏgñÌÇ`pv˜£óÖ˜îH7ûUB´È‚îùmNA®%•8 YÇ nøGþ"ýnjËåÏŽ@âܾ¶‰•“+bõ¾‹VkÎD!û/|Vã^&J)"ˆ•AÜç°x‚+ÃF O†fþ§5k“Q´eE…â†Üèê±íà’àõâ«ùšx_R*n* ©Ï•ór­Š3R]ÈÉžãã&[ÖŽ~-9VUäÛjrÎ&V,‡Íº3.ãÞyýÙ¡ÍD€ÏúÀîÑ TPBa^Sä  ö' UÌH"¤.íáRgEãrt§õã»´!ºKäŒ )åÂ[Ìd×–tÑR9YêÍú­ªž"×8&GþHù)”…}%fjcƒ;:ÊgáF›|8ŒÈ«9b`  àà‰u#B=)g•¥aA)7‘èÜ1²Æ¹hƒC‰©Â䄟cÂù¶±±êÆV2Ñ*~Dÿ³0 ÅçÇÏ ä[žPýF+ÞUGÀ¢£ %¡ßx‹¯›©±ŽS/÷ù‚‘zœ4"®[ÇMŠB±3lrÕª˜#7¯Z7bÊ: 78w·& BèŒãµUÆ(3%ƒÄIСº‚ôp»¯r³® /cº(|*üÓo„>•¾åÍŒOñ¾íøX1¢È!˜ë%ª Yyñóõ¦§Šç²Ídâî¨íN¾õ&:„$|á§ü2ÿ»TQ-”í[Yø±p%uþ9TøXûüú¸º¯6™h!Š+&]]ÊJ÷{¦‚Û‘M ¢ß‡9w¹Ñ#ŽWæï:ºp ?ŒìÚ(“Æ‘áW&Ò¦¬+lp+N§v’Uø•Ë'ûaÚ HöÏ\¾ŸOëÕz¼‘»ãË‹äüRP±&̱k„zÚ|â5\døŒYF~…}L×êZ–¡ àìH Ë¥ ~m­³¥i+Tb ;[Ó’…gDï,Fs0—º÷—ºážßd¢¸‚¤]•ÇrõŠqjªE>#Y¡Rè›3ÛÎY’ÇÌÚbgóY¶Ï=´,N¸ŠõÒ~²PçœëtoôÁº Z4Ï¡Ò}«÷ )Àkçó£Â%y ñðÀÊÞêúV‘®¿Ê3 tl£’/Û|+üÉÆægÕÌ ]£ÍŸ÷ØÕÓ=fø…ò6¤C¼ÉW¾aæ„G£ À¦-H¿™¹3u˜¦æí¾a“å(•mG—t –¬Öõ{"%ÄÄØ¤YØTÅitŠã ŠÌ©4š}„S]$PS}ZIðÜzâq+ôñXÖ ³¹ ÈI¦×Óõ]w(6@ºø,¾<pò!¨µ]LÙdIåÇcUÈk‡—•Âd~Õ™$wzül7u«Æ<¸QŸ•_Dí#¼ž[ùx¡âéòœ«Ø÷Á¨ï$ÜÓª'd’š;•Š úÆÓK§Gddt™™ç¤Iøà}ûˆ'ä9‡VJ¥‰ä…ƒªTEÊôªÙ /[T5–üKŽŠdêO3YÔ¶¬¨ç9æSz·’ñ˜":ÖgÂo¥ûpÚb@ÒúU6ÛÊa¿6,¡kpvÞU¯&ê‹Ý“²üß®'»^EåpûB¾©â÷35¬÷Q»(»Y ö‚ˆ‚ÿ§§3õûÕ¬ìL'ö÷tÂé‹Î{£N*7qü±ÓˆX}Þg!}GÆß09 bÝ}8P/ÑwD^\À´±Û;nh\¡¶Y~Q=-WŽýž!Àvé°4i5’ã„|Ëú‹RÆ_e]ÅœeÄ'à fíÕ0Ò9ïTÔJ?Êîï‚ìJÊQÞ‰ŠD+¯Uq#EÇ2hÊ dóz~líXˆ}’#ô¡ä§B×Åo_SêþÏØÝ²¨òó÷v¡Õ´òƪNŸDŠa'ñŒ6ÜZù ±…rÿLÿöƒR/ÔQY—‘“ö2;äF~û\7¦ÏOfERÚ²ñ˜¡>~ïË'#cD„ ¼ÂŽB/–¹š(} b,ÈUçÇ0ñ+ÇØç ®Ýÿvl•.)[J©²?ãb<Á o3.Ýçú‹6zóÿîϾ͢ÑZþéBî œ«/$¯‡~àåŒíxñZ‰ì:®ðý;Åo“§Èù²óÊìÞ«>7æñãejWõXQY\úsâå!ü8•·y•'–t "„Ò_¹ÉÓ!XfíÖswÊÚsÒ- ú¨Úò&dú‡("" î:û¼zD¸¸b|nfÀ&L`ýÂ)Sz+‘¡ß!VÛT økÖú°ø«ä`§å*‡öºƒÉ6}‰Wý#7Ñåôž snDžÏZ\¸ÃjGy(RjPÇrŸ´Á×7,<QsX‡ÓH¬oÞ §Éx‡Ê9 {.é˜TÍK“ÃOpPI8q‚4 ‹–SÊ‚`3‡b˜Ó/˜Õ„1ä4L†àѡѰ6¢kJ­7©&¤â={"ØE9„ JÄež‘+=U!Eìçs&óy]#rÏFó¦LTW†ŸÅ¥­Œ–St¡ñòüiˆJÁän…?Ȧ‡Xg4)÷j´" Q¹·<åêIßÐdDú¿blc0–¦•4aø^p™EÐ/Ù­ª²×ކ®ãS'~ôtB±|üY¬’=m“y”$ßžtÁÅ꿦¨—Ì-‰O9 &Aܬza”\.5¦þ Ûõu—ŠYq›áÃÙÙ›IáÁ^Ž33Œˆ|WàÍÆGæÆô‹;WŽòPRìÀ¨ÎSòO¬QÍeBš­‰-äÇã_"!c¥(hZú,±uŸv;ê£HÓta-ÎG¹´¢$§$IØê™Må¤ —-.ÚõB+윚Ð"w)¢ñ¤Òòåʬ•Hö¶Hæö½{8ˆÄš>¼U9(7;öŒq0™ÌöÉ.׊Á[|=tYž83.ÜÁè´Œ-GI6ÄhÈœ–ì|ÄŽÁßq»ÏÓ‡*ÀÃù8X1P+àŠ5ÌÀy˜÷5Z#ç5õå»ëås™sÙâL“™«„IÖ]Š:bwÔ-¶¡ee¾àæ@ g«­¸UWÊ"ìó•‡6œBÅg¹Ë­³aDßÄëkÔXsÛ ä-ÆÒÆ‘ŸV8Ò¡SÒžHà>yà“¬7'Gxô‰à–™9®Í… ÁŒÞR¬zµdLüA° ÿ EÐóÚS¿ó‘Ån´Æ4^²ÿÖý-ojÑY§Hm‘žk±\»ÚÎì4‹bÁF¥I}Ÿ¡Ó5xbÆi,°½ßœ`~ŸˆúJ^á0/¥2òƒïT|®I)œN:AöMôo~ü ,$øBÂ1›Ÿþ¤õËZÔªdv[VÛÊŒmQTéÚç¨ý¸ È7í9ù}Àz¨•s1k+?E 7À9’|)ò[ïСIloŒ¯ÜV^"7h·…N»×w)Sj6•ÞÜ·ÔÇ• ù%¯”ˆ}}sáäI‰5Æ@2Ì-ˆë±MEÛëÍÜÑ÷ˆŸæÁYù=áæ"‡ætœŸÌ‚Ò®N-ZPO¢ðp‹3ï;RœŒT/^ýq¼ï¼ßÒKŒz½{‹)…I>eg™Š?k2Ug~AM[Cå2ú[š=ö úgžøHÃüI„윕‹8†ˆ|“ÇHFí«dêoƒ‹©j=¹òì{¶ÚeSæ‡.FÖ·`›%˜žœiÇndÅ.ôjaæ";,=W¨XP~Nd¸±Ñ¥ëÏ/sÂUÞk2¥­‚ÈêØ*±ÝF»ê¢‡ð‰%Vùä÷¦u^Ôâ?§ÅÓÂíÿô&´¢ÿ „Cù 9±Y&|æŒ B°À€dŒJXÀ«¥!æTUe¨3qPÓlC”û¾çAE:¨þ¸w»+E¸ó‹úæ¹ç!ØÅ“J9«jÏ‹øwÔiõ¶æâ«–óe]£aÓqÁ:øãE?Ù#Ϋx#E®ö-ûwcÖPKi_)/oz.2ü®‹$•¼ûqÑ?ÍHá(J“WÍÌ„á±óÛ‘ß[oÕ;‡ƒªHDoÆOàŽ—§Ñ¬üG<^L É4ÀÔЧ©VoÁ×dnK­P©´w‰c¶_¥Üï†æ³2é„ΜA"(ÅH8·à×r[dTRG“sš8’ƒ‹kÙñFSCÑÂú%(“wap}•¤9 ˜ÁÒµtd›±§Æy#QšÛæÅ5àåÒédp_Vf‘Pß^y¶ývAŠk!4d›µKÄuä4<Œ]÷ˆê¼oHY_Öt•gH/‰ÔÒ=Eû°¡}ý±®Åî# 5?ÙýVé^üÒI@,öBÚÓ¬¯ížµ¥/ÐØ'b°jn¥á?‡Çk­ª\š¼RjÐE-bÎzä¹^3`1);!‰ôM:cHQäQŸrÌ‘w‡Id1•›V¦Ü_‹yÕa–7ÔSó@pÒúÈ"o…›/d¥hm‘ÏÚ›³ÃpCMç„YgÉ[Ù×Cþk"É5Œ|ûôyÙ’)ÆŸC‡ïîG0^=¹¿a °î’4NG õË¡rjò£4¬ÿ8xv²tå;»><è–"7.‹ô³èFÔ‡Ø"è¸ÊصhªéÎ` š`"qVQúJ¡ý”›xlŸ߆±Ú)ëpá›á<„¼¬”Tt‹0¾Mc½Ü/5ð½Ô)ù ­(ÑXdo™4 ¾>¼VëâJù]nkµ¶F+ãQuštE f hgz(ØY!qòÙMÖ@*$<)æÂlåÅú‚¶Ž_!Y‹%rÕ ê°Æ›~n>ùƀɦìik’nMÜ26ÓµlìÙÝV0ÿò‡o“½Nõ(v +Q—zÏ8DyxÓiØ c©àN­] ¦ôpÈ:W,·wJÞì~ÂE–A‰ÉÀ¬).¥©…ÛôÚ³RéYûêT°v‘6Ùú¨`áàx³P—ÞýV Ú5«Æ… ÉÝ6JÓFωˆ¹¸ Ðç7³ö5 莞–š‚X(p.âÐU9­V›.vZi/ ý­×]TKN•ÍÑ—æÝv-¶‡š‹ CF¥P…6¬ÏŽ‚5°—Ééý"¸¥š DÚ26{V”ò KÛa¥–\î @öýäûBŒ’ ¼c¯ êú¤hž¯|º{ÐDUŸšbÜ|Š¿Ä~0Ú‡7“7÷¸dÇMU_Fûôz„zUÅF_¢G³ Í~Σ9m åj)ʨNãA¤ÞÀño]E»B~G¢Q¿ZÚ¼ÂZ9z„ÔŸuɹ;T2ãúŸ»_ô4¸­Ìö Y }¼FsèŠh¾oç’0 |m¯-¡ž¥ €ÅcÚϲ–$qâZ5È3Áß;<¼‘p8w‡Œ Ç$0jïÉxê¡ô-6®\×:²¦ê>M%O篣Y`ÿiЖ±Ð‚ñ®Í~„»—b¤4¶¬jÒHÑ¥‰‚žÄ1f¨Ñå$Gan8JAèj t)¿Ô¢ ;+Wâ|×ngœ%ûP§jÞÆT1Åsï3¥åùu¸5£Œ±Ì¤QŸ—ÃôÊl’,¿’*^Á¾ƒ nvÖÎÒâsðtµ‰ BŒ*ùÄx^Öº|8 ©§m©Šåš—åªXÆ¢J€_(ØÛ~C°Gsá’[s±´ícE"xûe Sò’ ÝÙsxÆÚ+_)¯õÈí‹ F¦F^°J±Zñ‚ìÁF‚ƒøj5Ø«p§Í‘&ñ—rÊo‰øùôÒ}×àøÒå%­xþ˜´LZ4L‹¨i7ìòÄøvýK]E$¹^AºéÇC(è8jSQèÓÂOPÄYãñóddˆÖ#p'|¥¢.¼ø>çËâ,ñ¬K¥4Lt°§¿A¶3¶*v˜Šx¤ŒÝØ+/‡'’wé‘Tkúª«žÞ—X°ËBËp‹ø'ø„ò"'Hé#ì3^‘áèÃÈhÜ|¡ z $þ (É*’÷bó€–MÑÆõ.ÿ>rT*š $¦rÊÄ(¿(ÉÅÃFê "å&½V¢Õ e‹,ë>Þ)•xîÞßaà/µ]»ç è®R®üóyÒ^ðú(À$˜e¥²gjºèðs «]»\Ä‹À Å®¤ë£½‘å1j6¿Ê>æÒFB¹—HŽÕ>Œ<±X­'1ü2¦vˆÓO .£ Ëïᮜ}\½÷{WÈiJ1ßËy†ƒ8î£RG¸DŸšÙ}á_~ur|1UE ÕOÁ-KºæÇß'»+;I-ª:$ñûµàÃ~:§)& ?è­i6"WZ_ãúNþ:R°ÒG9º×ùÉìÀ€i7NRž1,²ô~îµûÅ,ÊÏ—Kt]˜–qrè> endobj 573 0 obj << /Length1 1647 /Length2 7815 /Length3 0 /Length 8645 /Filter /FlateDecode >> stream xÚ­XeT\Ý’…àœ„ »»»[ãî4ÐHw’Áƒ Ü!H ¸;‚ÜÝ=2$ß¼÷f}3ógæý¸wÝSûÔ®ª³ëÔZÝôÔ@vi[¨5H ³ssp‰4À.ÖînÚP ¨°»6ÈÞ]nå xÄø1éée]AVp0"g‰ @¶9 €‡À-,,ŒI…¼]Áöp“ž¶3++Û¿,¿·¬½ÿÿZÁÝÙYÃÊå±þš3€ÇAc<΀à÷°q¶rü8`›ÿæjåvöþßœÿ¾ÛôWÖÿÉùwø¯ÒûG…عù9øÿ2ƒÝÀ^ [ nã°³r~<¼?v=ˆ-ÈÕ =Šüç|¸¸þ†é:€mœ ¿Õàÿ Alÿ^ãn*àÔÓ3Ô“Qeý_¦íŸÍÀÇ®€ëzÃ@€ÿŒd µýçâ7•Œ Ô àËÎ- `çäz¼Œ×Q˜‡Ïïû‡ˆû_ku+¸+Ø `ÂÅÁÅÅ x|ÿãù×Êìo4ò¨íï>Ò[Al[߰»«ë£â¦ÁcåÿXÿ¹ Èsnj#ì˜ò!þéyVï°œIg;7Ro¬°F7/'°Ú¶"\jù³2„£vDä¡Á{jv¿¡Â²ÙßþÌ™±- t”MîGËÜ‘ƒ¿ÈÐ$Ⱥù†Ó¼ðiê¾A”ïñ¤Ú2²±—þæê°–¶yÁOTŠ‘&^Wôãkæ@Zœ@"º+Ž¿Mru q3^-Á§Ü½}†„ë+Æî¾Þž¶S”Ž 2ÖÌ zQä§ ‘/3É$õJ}ߪ«}.™HëåÿŽ@™ÊבRxÛpˆÀTdž¶‚L½<»—Û$ªª¶aH@¢õ"ÁxPÃ@¨:ª(+òͺÚßjH,À¼œ~5,Ó¢ïÉlÊ©íe] <ãXñ+™cZ®çÓ;‰;§C?´åj€?w9óAzA ‘„øB49^{ÅfÙç/ô|ÄF/ú +|®{¨s‚ddÞK(?{³î˜ç܆ﻤ€Q ¨r#“V›ú¹êåÀĸŸ>§&Þ~C‡¡«„ººÙøô7áü8ÑÍ·‘Ù!ûFw¡5 »Ê—,ÈDø7&?xsÞj!‰1³ÐÉ·[)w=SÖ‡%dT\Oè*’ 9{ p}ú—߃kâÔ)«{)¢ö!;5 ² ®”&žtz+ ½wmÓüÞÉ€›m7… c4º®\rj\{«*fà?†À$Ã/ȉ  X£ !½»!xf}Kð•Q‚‘ ‹ÏÛ>ÔÙ¡BMí8âÛ),ÎIÍNX%#™Ìáî'>÷z@‡×~rGõÇK·ò¹™ö¶D ³›úMá±®’I® iN&O¸¬›X ?k‡ j¿ÉJRªL\ NEð".ÝÅ—K}Š›&ŸÂŇ÷Ê•õØ”á22D–YKÒiDLñë¸OÜ5ÇùFjzÒXÛJ}6pb–zPŒ¾ðy “»c„²ëjw¿¢Ä² aßýxTyôb&é— 1%åIÅ!Ù`÷EÈÏŠÕˆC3ÒŒÀ ’—‹yÇ”oz¹IR|÷Õ3ùLû¤³¶Ì•tjQgiÖ5OWZ˜^ŒS^¡¥ídáIåÌ Ï(–è¼vOëθX\ªÆÈñz°l¡G/ûxáH—†R§½Ñ×Ff–ýÚmSmæ8zn)ÿ£WFÌô\ÇÉp!å4 «ò9Ÿ¡-øHe>"É’8ÏÓ°ˆÅëuü9Üf™xÛoø&ª«cqŠ óúÍeè²ù,ÆK.ÿIX…-n(»`=‡sáÍ¢µ2beG:qjJ^‰§àÒyˆ­×Áföº”6ñUÞÌòeÌ/5cËáËE­añ­èq¼yÒ<\䎶Öjáãue?õ@ú¼'nš;‡wˆ^zÃS9Í"›:‘šjo¢.ŸÊgÕ 6i?œLº­9¬ŽXá¸d¼p­üzÏ(ñB,ä8·å§HÑ2®¸áÛ¡ˆ£q—TeD• rqkE^ @G!£YÔª¢OÒçµèkvî¨üz ™@[×íT[•Ø—n2ö{0}Ôéó†ôÛ•{Tï#Ó:¼”=õ–ï.¯ðx1>ÔÞÌ:¿Yz8 [Çœæ@škÊñ>•vR±%NÈÍTÐPõå/´VâçÛæ\µ&lfôJ¶Ô÷R^½ú‘½—¢ðŽ0ÊŸÔa~[¸ÂEÀ€ù¼—í¶¿M±œí.!sAV€@×mû´Q[lâ* æ-ŽBõË$±'9Zqví°@Ó"•d#>°ŸÊÅäWr…C‰ImzvøAhÓ`ô—…0 kÿ9*×ð„<›î :!³÷q¨Ô-Í) t}_Z“¡]yX&m>F{©UÈ>ïËÃ苈üÎh šx!t¹?A“|…òÙà&_ˆûö …ùíÕ‡3ÑÛY3ö~c :ªÃÜ•RÙ&”»Uß·}xV‰£»àc^¶µÅ ùÊ:©¬E¡QÂf3]å( æßjbLŸˆ½ZÑG¡/ú®6¼Çsû~ž‡[(”g”è0^ŠUá {ï›^DDÌ'Å;µ½oŒÜ÷.Þßrö €ÒFq¤îÚ1S êÄ‹"ÅÌeÕ|–ÂUøí»`CÁjÅyÎó³ù„Eëý£ÜÌÃÍibI.’¢²Ïøê£›a¹O•¿ìéÙ¶Ä­ø)÷ÓÈñßÄĵÂÜüÕÉ^!íN&V¤ ¹ÇG¹T·r'¾ªAêÙ|vó2ã™GÇø²å­¬³gKT4/;Öð7d—ÉW[@3²ÍýK  r¶.Ú°§d8‰i([O G`°3Ÿ<†*ùlÅ/oÄ©U~ñ½'‹H(“ù9‹Ý—äBM0ŸÆ & ²øÚÓö³g$Ý«-ç OLš‹Ôz˜Á3$þKxzƒô¹ó›ÍápõçM§ßýhñ©ÒW€y.Ï¿+†O¸³©¿±®)hÞÇÕ°¨nšIìBá˜U©æþòîeÃÄCrt©6Ó÷˜ã~1I‚‘Ï[(Ó÷º^ÚÅö5Òľò“(ó%·%gTt§#a ™awÓ>z’¡ƒ®¥(:Ê㵑r<’ZzÞz)VZÛÙZ¶ö{à”™œ§¹]ÂHä"è2„4këøã`T&Ö}ŽV— á5Åàf]Æ­…þ =Ë/O‰¤|TŸ$Q¦ãÑXpªŠT[J´½€&‘´¨²}Bcùó?kÒžsîˉexR6"%Ÿõ ‰ `ÃîÖdHá·UX·ÏJÖŽii*Xù#›† ÈKìÓà-/>ý¶î˜RüÃÍ)åÔìJäõ®OKïÂŒ/’ä'€T[¡8gû/¸Ç"EШ×4È -äïFúŸ’:–µvëV'­Odžl;æ§4æ²R–ñ´æWl*ÜÿŽiµÅLïáŽöɉJ:Ô4èÁk9°i|n¡mîÕ¯èÄíj>'éq0Æ÷óÚ9¾kȱäàÉïK/Þ0{ýsšA®m•¢ç_\MêåÐ9¨ÇtŸÔê¡ÍTÞÅøôž#M(ï“éÕÙ?þ8˜£c;Ž›â‹c¶c’¾csªýHÔƒ#q‰O¶WQñßÕNä–>fÊËO›­F]ÿj3»Tæ'¼»¼Áf*¨½Á¹+Âi9#›o¤æ/³0v~œ’ß³T_™`¤ÖäG~ר¥ÿq*›¾ó.my³Ò›Â&œ¸[7øÝnüK—É<}~‚ ­àò¹ ;ûÂW ø‡Â³Ü´FˆèÎ1¿DŠÓ‰Tî»üåä„/“=¦-0]2aåtÀ”âÑ ©ÛØ{ÿ”a'4âJôæ¬VèºaGíá]@ãXTŠÖX°Ÿà¢8šÙW(j b’ÐJUľj¢CO™ž’–êêuU£îfw\Ñ¢hvà7Ý•÷f§äR÷ :"&<[Åù1‰¨t|T±^ƒWa ›!‚€[޸دÈJc*o›¯To™o•’X±P¸í”H-Ù~°¸}£X]îÛµ¿ZtõüY(ü\p®è èÇ2_Áæh¥ÎàieI«\í–qwü(í4·)]Ø”l‘PQš“À»õyuÃŒ‘[Iaéa=à5•˜žÈ*Aîéˆ>vBÄ4lߠȳf^òõBÌÚ¸Ÿ±ÍÓî÷Õq”?Y»~¨˜DéGZ¢\¦ÄÒ,(ˆº jT 8æÔ»›ªŽW… ][w(äÌo)áð|tg”€|Ic~Š»ˆüÙÎ2–¾H©‰¾[0ï-FF%“à³½1Ná ­¤{/E“² ¾÷œ˜ùÆjIÊu)sˆ»3î :ÏQâLZp¯?Ñmrúgeµoﳃ§ˆ³ó6F¢M±p m<&*PBØZŠÕ‹wÇì•2Šä/côí æT9Û­déH°ða½cuŸŒú 1ú¶õ!ü¦ÐA ›¹[²ïš¾È]xL° ÁEÆÔ <öLCV´D•ó&)µe±’%ŸwÓ„XÄT"ô·£{lý³ fÔKä-pËÙS?-¸=2ò¦´'ùGò{äë»àaÅd2£-ÂÔ“kB’Y 61pV+æí”@XòˆC¼7vTŠ9DÚÓòûÞá±#Ùå ¬ Ž_ž÷a‰õà ìf¿æ aT¯Ss—NH21²RíZtMG†‡ÇKE«¾¾÷’ ʵ´! B¯.I:7íçì’ÝŽGT¨ZŸßgè5Ïg‘yŠí|޳viÆù õlÈõ—?æcËB¿`\Ûêâò[¾•Ò2‚lK–õ9Ç6Ö:Ę{d2ŒäM 1Kfȱ”Jô0ANòk’”{0ûMeÎôQ=©íÄ^>ßÅ}sQ2ÞÕöÛ&/Æ<å‘Ö+{ßp!íõƒ=­D…&í)¢>Qª?¼óK—™ZÕœÀØ"/™îGVz~„Vž[èÞÀ’ËŽÈO'ÝÒ;b³‘¦¸ó¥· î–fLÛTô<„øiôϸaÈ+DxîõŠw­ÎߪŸ‰™š‘Ô‚_i(³hÝ´?éo?G¸¯¾SÓçT}ûDgY ¤ëîi+652ÿk¡¦D9‰Ætl#—¾¤³†bIíÞW4GÀvô*©‰s©ü0ü!†õ[ëœÉ'X9¬¬%…³Æp¯5¡ly§uëWì̵ù˜ÞÅ]Ë'KÍd»ÚŸÉ¹³pŤ•!µÏ:& YbÓZ ®è6E÷³·E*ð? I«|o Oü ¹²fm¸ÏXÞ‘¿ÄÜ]/ZÉ 3ìK1Q{ ÒØ$ß¾Û—EžMÎõò.0¿¹”š¨'¯ÊìãÒŪ/~òÂOú$N‘Ì*…””)}€¢CRCq .^}*£Ø8qL#±+îŒðz|ܤö)B!†‹g!cI¶Ž 5 µh£ÝËavsÒa„3+·àòìWv¹ûXYùÎÒõWãÏÜXÜc¸”sR¨â•ðA‰b¿Óîc_õæ¶Ô|»xœÆ†–gc7ŠêÇje¦·z%ˆÆ£CnÏR@ôz\2ä’9ŽNex±¾?V\ÉQpÉ%jXÙŠÊ>_ˆ?'¸mzQ3h=/ÈÒ·ßs1ÎCg”{\Ën=ïÒJ®•fx7Ó8çnÞŠÇ^ Ö°w˜Ÿ)¤:ž{بååòôõ©¦ ƒÕ\š–Á²Fp•‹I<kÞÛ½öÐ…@åóa`Î륃gj¨,SìÁ\ãžÂ¯ RnÎ]Þöö’”¸o2¶kL":EêVŒ-° E¿‚Nnã}Y!Ç»ïÑ*«+0V‡«Þàvr$©­b^t2]Œvͦ,N`:ë³jŒI}º¦¨|çm5ŒÏ_˜y÷¥&ƒÅ—–y´ï¼5ÊÉj—T/Ó>tw¶É?ºÃXœ5?=Ÿìhb jî¬M°ÿ¢ÞÒpÅA­««–W‘å‚«Ð}+÷a]‹Mºx›\ƾ.kÇÍóñ=ÍÛ2DÎ%ëã_A;Jðï„1•×|gëµkkˆQæÂùÞ-[«>fS˜ ¼½ö¹w†„ŸïinŒ»ði§E~4}ÿÄðŒ¥ýÆûkDº½‘éa<öUH«¢Ü²«—5>Á uµ7ñ¼,jÇ»g,Ë·ÀLšÚ¬ë)U©[Ýø+IMÛKùÅ£øÎ¾£„ tTð2V(¶½XôzÛƒí»³*4ÇÀÅ;_FG–¡~ÏHFªrÊ6©]9q‹*³,žRa»ý &Eì7ݬþ«–×=@©9Çn†â@ˆåR½;S&;:IqÅWÏ€kmtá:-5|êrÕz«n*r5Äøaâß—ƒ6¶¬Ç–”OÂé‹4¹èf–KÍ^€$ô]ÒÃØ´Â%£¿%Ÿ0”kG¢æ¾“‡ÇÕ°L„+Z¿D@€˜3ˆŽøŒ¬÷r'Š®¹$AR-ñÒ/"žó ôIKÊ»u?Ë@èü@iö* ïÇȺÔ&LÀÍW&«ÿýr &%}Óìº|õñFæÂk+£• M³÷ë88x¼ûHIK$7r]²Ý ºmÞM³âÙßg…¤”kºãoŽ5adÞaŒxoYÓëb‚"Ò³³vN±ÕÊUœÖ€S`tš ² šŠ¦Œ3±˜XVu < ûšæñTô;i¥±>ç­wFžûâa„*;çE"µ¤ô)©®Ê ;à‹>¬%¡sƒÅÈ®â{¥´$ -ÛöFfâ9"A§Ý@ ž#Ksó/ sâeÖ*ùÕhEúÄU]ËÜ¥×ôC 'Ý_¶“ÙF5“ý&Ý+عƒ½fÀÒ¾_^i‘µŽî$TÝãtZiüäöWäåÒªK(rË $Qp%£Ì'Ä/IJ+m¢ái¤ÏÀÒè÷ZÎ>SlþÕÝ–·ìœ|$tÞ}Û“R5tPl®h<û iU~Å#M-3¤è8‘j<›ÉÛÝXõíuê.¥Oæ5%@ñRÊÑO⣓; ½µŠ|NK—óç=>íúŸû2`¯¾u í§×ÔBUÿôÞ‘ÛåeŒ·¾Éoy‘\¥qß„[‰á€§ñt‘…^3Îb®Ôêv5îãx“¼G¹ͦÙÚ†MÅ\½Î ƇAY›åœ¯À¸mÛT]Så´ O?D“ÒF¡¦ˆõnRí"G(’áæü•$xͱCfßmL E} «V:èÈë”M õ:VnT™µÿ²P(lŒŸÅØÎ0–6¢ tuÎNW»Ô÷U¬ˆ–aæ—?çY½^a¬zŠU¨”u[ ©—• #3^±aM%„Îaké¼IÎݦøLªjtg5W”ðÑs0”P“oP<î9zÛ«H~¾¸‘­óù:ÇgÕ1~K餯òìá–ÏUp¤C±¯Õ¼í2t½%æÏµ%“öƒ6•²4R¯bm—ƒ„Ìå…èFI>?š¨ÞQhmÅo¦"  žsìÙìYƳ »üŠ” R¸A£°>®cÄZѾ2|ÝÔ2„gÛ£$þ±†ÃÃÀ¥‹þ‰¤ÓÓb-ÚW {Ã'ÄŠüNÏ #ÄžŽø¤Óa³{K­¡ÔqQWËTDˆ{óós&ŒfåˆÝœýšëåZâeÌÆÍ€ÑÞÖs\‚£6 BŸ½r¹0î³¾±˜ðñg³©å+ JÂ~•òrɹ #d~Ù–5óœã»EF¸ü¨ –ÝÄ;O>R|ú<(V¸Ã$áŒ[§~`L\_³4·­7Ð|^ó0¹©ÞJíHŸ~n‘u~†}¶bHlXE»ƒ2i¾Dr&ƒà\zK¿3jô™MÆVêû~¾Ëþt§^kzÌð–PaŽ)s¿)žÜ¸ù3RV§uZŒz.ÿqÞ nYÿ“N"ºFb‘b¸ –Øn­—w¦íÙßL´É{¥ Å0…8ÎH£çÂÐíú)‹çÛv¸>“Œ<&Ê)§ú—êZ3ΗôE©÷Ê‹æŸp’k ­eÅöj^{þÔó¸/uˆQ¶IP Lj#ŒzÝõ²A÷ªMt¯þ§ÿT¸šž1»âP¿wä@x«oiˆ9ý#¿€R•˜!aT]4¼ßåu%cËÐ÷fà ãNN‡ÂG©;E摃ÏêåàvJå,\ÚðÏoÒþØG8ÒÌmŸ­öà‰dÓGí¶¢Nf™«ƒ…ºol‘‘;Ÿdع'ÀÕÒÙ”p7•À85h^=¼¡húƨfÞÞ ²‘§A"úÎ,i5ÀÔ„[+ l»ܹÝÅRÒìºj'„àPá~Êýümè‹dÅö—äS4;Ž`ûýsk%¸±Îï)¥VwóÌN­sÞ)¿¢%ÅÂ,+ôLӔȦKѽ¤}“ä=SÄ•¸©”‡øZ|ÛÚ‘§nƒDy;¶žýn‰Då¦×(z·í?¥ŸÃ:¾3òÓ(Z}B±=¦¨î9ÑýiC}eÑÓãž×",b ¥c Ô'º|bÒÉ2mÌÖ:"ƒ©">;ˆU$4€;1çbô÷rЏV 'Ý!'X·¶¥--K³Æ¡ô6-V5ð&Ë»Gú >7Vv/ð±Ü¯Éè1!rx;¸g÷6RóZÖ—r¯†\¬I`Ú-º©ÆÀ0¤ òØr©¥XÀänˆBsGá®BLb’·î›}½@Ûíç¢ ¤J²V.ׄ͢+ Ï.Ok¾iQ&’äÖºuE\tOKÈŠP¼šª!ÊýÀ5’ ó|)‚d‘“Ußj—‰`K’wÌqý•Ò¯+JÉ]Õ\\E‚pD*¨:58ý{­Ý—®á ‚s‰µ Qª*Z—ÒÎ7d")­ñÂ.bÒoã/uÜsüHQ, ¾ÒÊP´û®ËŠu¦u»µ«;WãîD4ñmñÄȈ(™mŸàüP»r?å5”ÑËÝ]ÜÝ–Ò`·R(T`PŠ©Â¿åØW†WÛ3ˆ†‰æ;U“ûÂ[òhÐ6߄͢‚¿ãß'O@Pê{´µŠ_÷Tª5™†XVãi™L?ÈŠËQ—YûâH[ÁðëîãÎÿöÎòW¤Ò4}} åG‡žD¬ú+Uª[•UùYë=oBÂŽª0æ ^k­\Aƒû葤©TރΦ à*{hýNP0½4ÿ©¥ ­ÃçÇÂhÙÏ_MHP¬7F}¯jƒ¾×ÆùŠrÏÍBE ²ž7z´òŠ7™ñØ#ïEI&¢!;‡Æ¾(iSé„ìÇÄš¬±Ý £ˆÕoÞ2†|²õ/ï«•7—2©QòTÁ÷—©Ö$\~M+1þ!"á—Íh+—>nS:»Q³Ñ¶—m¡ˆ¥Û‚„G×˼P™„šH#kqŸŒˆÚ¤Ï×SG`)@F¡Ï¦SŠéÔ3(™óZ¡_+\r8º<Çû2…Û†áÌ“Sr>Ô¡¥ß²ò “*™ÿ›®böyÜä3Ãׄ¸ä¨Mãåtï¨&q>íƒÝvW®&ÏiN<_P¬6aIJ­9¾pß¼ã1¼ld£êl±¬_ÍAiªov²ÅÛ4Ô'pÚf`]ÚÒŽ*´ç+‰6ÂÆSⓃBƒõ­k_ò!M§N-VP0L;EÀ=û™·—‘÷žð³N‡'Õt4·œÑ»f<‹Z8cйᛪÅ>Fá‹Ñj±¿CâØÊ [~ïmƒ#é5KByEÃ1¼‰êÔ ][bKqÞ䮊:ÎZc“»ŽadcÅ6Áéð#KÉÒ牕«Ä"ôû{}ЃXn|•܆5ȵo™ÂrØ×y¾RiÐ ~2ó·þ¬ Õ×O··W?[OYíw˜¸QÏ ä/¸–ÝÒ¤3<'ÛWâÒÓD¤—„qº  à– 4ºË:1j÷§Ñßb‹Ì“D-!§–¤*ÆAcréžiÌø½ôT{9$Ä£T¥Ç$[Òqöü »X²\¥‚:òIÁߟó¹Öe»Û¥GátÂýÊ“YbØ|º?qéʬWk–‘Sð.»ø¾•¨Î3‘wäG Êä4&(Ñ‘)U‹StׂbpÐ7~=‘ÚÉ”‡fõ%hé*Î\8ÚÑI•”â6ë8ÔáÙ"*ŸsàUpð#нÿixaÙòU”ôŽÌ·â2Ë÷ŒçmÜEö7SÌš}) ú.‹MrØðk˜ä.0O.GIQÈ‚tV³/cMbæuG’–'ø„HÉ›€!Z®ÃêúC0V¾‡Xï´´éížßƒ™ËuäŠ89¡Ê5È=Ac˜þîv–‘¹À^õ­.¼–‘¦…X\µØ"k&J#wœ‘’6GZ&Åû|¨ÍXyžë‰3ñ•ý6©=Á endstream endobj 574 0 obj << /Type /FontDescriptor /FontName /UUXUBK+NimbusRomNo9L-ReguItal /Flags 4 /FontBBox [-169 -270 1010 924] /Ascent 669 /CapHeight 669 /Descent -193 /ItalicAngle -15 /StemV 78 /XHeight 441 /CharSet (/a/c/d/e/fi/g/i/l/n/o/oacute/p/r/s/t/u/v) /FontFile 573 0 R >> endobj 542 0 obj << /Type /Encoding /Differences [2/fi/fl 34/quotedbl/numbersign 37/percent 39/quoteright/parenleft/parenright/asterisk 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft 93/bracketright 95/underscore 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z 149/bullet 169/copyright 171/guillemotleft 180/acute 187/guillemotright 191/questiondown 193/Aacute 201/Eacute 205/Iacute 209/Ntilde 211/Oacute 218/Uacute 225/aacute 227/atilde 233/eacute 237/iacute 241/ntilde 243/oacute 250/uacute] >> endobj 534 0 obj << /Type /Font /Subtype /Type1 /BaseFont /LSUPIB+CMMI10 /FontDescriptor 554 0 R /FirstChar 45 /LastChar 45 /Widths 541 0 R >> endobj 51 0 obj << /Type /Font /Subtype /Type1 /BaseFont /OIXTLW+CMSY10 /FontDescriptor 556 0 R /FirstChar 32 /LastChar 33 /Widths 547 0 R >> endobj 52 0 obj << /Type /Font /Subtype /Type1 /BaseFont /DMTQUG+NimbusMonL-Bold /FontDescriptor 558 0 R /FirstChar 37 /LastChar 243 /Widths 546 0 R /Encoding 542 0 R >> endobj 79 0 obj << /Type /Font /Subtype /Type1 /BaseFont /NTIUTY+NimbusMonL-Regu /FontDescriptor 560 0 R /FirstChar 37 /LastChar 250 /Widths 544 0 R /Encoding 542 0 R >> endobj 15 0 obj << /Type /Font /Subtype /Type1 /BaseFont /ISWEYZ+NimbusSanL-Bold /FontDescriptor 562 0 R /FirstChar 2 /LastChar 250 /Widths 550 0 R /Encoding 542 0 R >> endobj 12 0 obj << /Type /Font /Subtype /Type1 /BaseFont /XCWZHG+NimbusSanL-Regu /FontDescriptor 564 0 R /FirstChar 2 /LastChar 250 /Widths 551 0 R /Encoding 542 0 R >> endobj 30 0 obj << /Type /Font /Subtype /Type1 /BaseFont /KIOAKA+NimbusSanL-ReguItal /FontDescriptor 566 0 R /FirstChar 65 /LastChar 211 /Widths 549 0 R /Encoding 542 0 R >> endobj 39 0 obj << /Type /Font /Subtype /Type1 /BaseFont /NHFPNL+NimbusRomNo9L-Medi /FontDescriptor 568 0 R /FirstChar 2 /LastChar 250 /Widths 548 0 R /Encoding 542 0 R >> endobj 11 0 obj << /Type /Font /Subtype /Type1 /BaseFont /GQHJUR+NimbusRomNo9L-Regu /FontDescriptor 570 0 R /FirstChar 2 /LastChar 250 /Widths 552 0 R /Encoding 542 0 R >> endobj 304 0 obj << /Type /Font /Subtype /Type1 /BaseFont /UUXUBK+NimbusRomNo9L-ReguItal /FontDescriptor 574 0 R /FirstChar 2 /LastChar 243 /Widths 543 0 R /Encoding 542 0 R >> endobj 59 0 obj << /Type /Font /Subtype /Type1 /BaseFont /JVJHJJ+NimbusRomNo9L-Regu-Slant_167 /FontDescriptor 572 0 R /FirstChar 2 /LastChar 250 /Widths 545 0 R /Encoding 542 0 R >> endobj 16 0 obj << /Type /Pages /Count 6 /Parent 575 0 R /Kids [7 0 R 19 0 R 27 0 R 32 0 R 36 0 R 42 0 R] >> endobj 62 0 obj << /Type /Pages /Count 6 /Parent 575 0 R /Kids [54 0 R 66 0 R 74 0 R 84 0 R 91 0 R 100 0 R] >> endobj 122 0 obj << /Type /Pages /Count 6 /Parent 575 0 R /Kids [115 0 R 126 0 R 134 0 R 142 0 R 151 0 R 161 0 R] >> endobj 179 0 obj << /Type /Pages /Count 6 /Parent 575 0 R /Kids [171 0 R 182 0 R 193 0 R 203 0 R 215 0 R 227 0 R] >> endobj 246 0 obj << /Type /Pages /Count 6 /Parent 575 0 R /Kids [235 0 R 249 0 R 258 0 R 270 0 R 282 0 R 297 0 R] >> endobj 318 0 obj << /Type /Pages /Count 6 /Parent 575 0 R /Kids [309 0 R 321 0 R 327 0 R 340 0 R 357 0 R 376 0 R] >> endobj 397 0 obj << /Type /Pages /Count 6 /Parent 576 0 R /Kids [390 0 R 400 0 R 408 0 R 417 0 R 426 0 R 435 0 R] >> endobj 458 0 obj << /Type /Pages /Count 6 /Parent 576 0 R /Kids [445 0 R 470 0 R 482 0 R 488 0 R 502 0 R 515 0 R] >> endobj 540 0 obj << /Type /Pages /Count 1 /Parent 576 0 R /Kids [523 0 R] >> endobj 575 0 obj << /Type /Pages /Count 36 /Parent 577 0 R /Kids [16 0 R 62 0 R 122 0 R 179 0 R 246 0 R 318 0 R] >> endobj 576 0 obj << /Type /Pages /Count 13 /Parent 577 0 R /Kids [397 0 R 458 0 R 540 0 R] >> endobj 577 0 obj << /Type /Pages /Count 49 /Kids [575 0 R 576 0 R] >> endobj 578 0 obj << /Names [(Doc-Start) 13 0 R (Item.1) 22 0 R (Item.10) 167 0 R (Item.11) 178 0 R (Item.12) 187 0 R (Item.13) 210 0 R] /Limits [(Doc-Start) (Item.13)] >> endobj 579 0 obj << /Names [(Item.14) 211 0 R (Item.15) 343 0 R (Item.16) 344 0 R (Item.17) 493 0 R (Item.18) 494 0 R (Item.19) 495 0 R] /Limits [(Item.14) (Item.19)] >> endobj 580 0 obj << /Names [(Item.2) 23 0 R (Item.20) 496 0 R (Item.21) 497 0 R (Item.22) 498 0 R (Item.23) 499 0 R (Item.24) 500 0 R] /Limits [(Item.2) (Item.24)] >> endobj 581 0 obj << /Names [(Item.25) 505 0 R (Item.26) 506 0 R (Item.27) 507 0 R (Item.28) 508 0 R (Item.29) 509 0 R (Item.3) 118 0 R] /Limits [(Item.25) (Item.3)] >> endobj 582 0 obj << /Names [(Item.30) 510 0 R (Item.31) 511 0 R (Item.4) 119 0 R (Item.5) 131 0 R (Item.6) 137 0 R (Item.7) 147 0 R] /Limits [(Item.30) (Item.7)] >> endobj 583 0 obj << /Names [(Item.8) 148 0 R (Item.9) 164 0 R (about) 476 0 R (addendum) 528 0 R (appendix-gnu-fdl) 479 0 R (bugs) 455 0 R] /Limits [(Item.8) (bugs)] >> endobj 584 0 obj << /Names [(bugs-bugs) 457 0 R (bugs-limits) 474 0 R (example.3.1) 138 0 R (example.3.2) 190 0 R (example.3.3) 330 0 R (example.3.4) 333 0 R] /Limits [(bugs-bugs) (example.3.4)] >> endobj 585 0 obj << /Names [(figure.1) 60 0 R (figure.10) 165 0 R (figure.11) 176 0 R (figure.12) 185 0 R (figure.13) 196 0 R (figure.14) 198 0 R] /Limits [(figure.1) (figure.14)] >> endobj 586 0 obj << /Names [(figure.15) 208 0 R (figure.16) 220 0 R (figure.17) 240 0 R (figure.18) 265 0 R (figure.19) 275 0 R (figure.2) 77 0 R] /Limits [(figure.15) (figure.2)] >> endobj 587 0 obj << /Names [(figure.20) 285 0 R (figure.21) 289 0 R (figure.22) 302 0 R (figure.23) 314 0 R (figure.24) 351 0 R (figure.25) 387 0 R] /Limits [(figure.20) (figure.25)] >> endobj 588 0 obj << /Names [(figure.26) 395 0 R (figure.27) 403 0 R (figure.28) 413 0 R (figure.29) 422 0 R (figure.3) 87 0 R (figure.30) 431 0 R] /Limits [(figure.26) (figure.30)] >> endobj 589 0 obj << /Names [(figure.31) 440 0 R (figure.32) 450 0 R (figure.4) 94 0 R (figure.5) 96 0 R (figure.6) 109 0 R (figure.7) 129 0 R] /Limits [(figure.31) (figure.7)] >> endobj 590 0 obj << /Names [(figure.8) 145 0 R (figure.9) 156 0 R (getting-started) 48 0 R (getting-started-first-action) 70 0 R (getting-started-first-run) 58 0 R (getting-started-starting) 50 0 R] /Limits [(figure.8) (getting-started-starting)] >> endobj 591 0 obj << /Names [(index) 14 0 R (introduction) 46 0 R (lstlisting.-1) 529 0 R (lstlisting.-2) 538 0 R (lstnumber.-1.1) 530 0 R (lstnumber.-1.2) 531 0 R] /Limits [(index) (lstnumber.-1.2)] >> endobj 592 0 obj << /Names [(lstnumber.-1.3) 532 0 R (lstnumber.-1.4) 533 0 R (lstnumber.-1.5) 535 0 R (lstnumber.-1.6) 536 0 R (lstnumber.-1.7) 537 0 R (lstnumber.-2.1) 539 0 R] /Limits [(lstnumber.-1.3) (lstnumber.-2.1)] >> endobj 593 0 obj << /Names [(misc) 453 0 R (cact-FIG-add-capability) 186 0 R (cact-FIG-add-scheme) 166 0 R (cact-FIG-execute-as) 315 0 R (cact-FIG-execution) 286 0 R (cact-FIG-execution-mode) 290 0 R] /Limits [(misc) (cact-FIG-execution-mode)] >> endobj 594 0 obj << /Names [(cact-FIG-frame-count) 199 0 R (cact-FIG-frame-desktop) 209 0 R (cact-FIG-frame-execution-environment) 221 0 R (cact-FIG-legend) 266 0 R (cact-FIG-main-empty) 61 0 R (cact-FIG-prefs-desktop) 404 0 R] /Limits [(cact-FIG-frame-count) (cact-FIG-prefs-desktop)] >> endobj 595 0 obj << /Names [(cact-FIG-prefs-execution) 396 0 R (cact-FIG-prefs-export) 432 0 R (cact-FIG-prefs-import) 423 0 R (cact-FIG-prefs-io-providers) 451 0 R (cact-FIG-prefs-runtime) 388 0 R (cact-FIG-prefs-schemes) 441 0 R] /Limits [(cact-FIG-prefs-execution) (cact-FIG-prefs-schemes)] >> endobj 596 0 obj << /Names [(cact-FIG-prefs-ui) 414 0 R (cact-FIG-sort-buttons) 352 0 R (cact-FIG-start-caja-context) 95 0 R (cact-FIG-start-matedialog) 97 0 R (cact-FIG-startup-mode) 303 0 R (cact-FIG-tab-action) 78 0 R] /Limits [(cact-FIG-prefs-ui) (cact-FIG-tab-action)] >> endobj 597 0 obj << /Names [(cact-FIG-tab-basenames) 110 0 R (cact-FIG-tab-capabilities) 177 0 R (cact-FIG-tab-command) 88 0 R (cact-FIG-tab-environment) 197 0 R (cact-FIG-tab-folders) 146 0 R (cact-FIG-tab-mimetypes) 130 0 R] /Limits [(cact-FIG-tab-basenames) (cact-FIG-tab-mimetypes)] >> endobj 598 0 obj << /Names [(cact-FIG-tab-schemes) 157 0 R (cact-FIG-target-location-where) 241 0 R (cact-FIG-work-dir-frame) 276 0 R (cact-TAB-multiple-execution) 325 0 R (page.1) 44 0 R (page.10) 136 0 R] /Limits [(cact-FIG-tab-schemes) (page.10)] >> endobj 599 0 obj << /Names [(page.11) 144 0 R (page.12) 153 0 R (page.13) 163 0 R (page.14) 173 0 R (page.15) 184 0 R (page.16) 195 0 R] /Limits [(page.11) (page.16)] >> endobj 600 0 obj << /Names [(page.17) 205 0 R (page.18) 217 0 R (page.19) 229 0 R (page.2) 56 0 R (page.20) 237 0 R (page.21) 251 0 R] /Limits [(page.17) (page.21)] >> endobj 601 0 obj << /Names [(page.22) 260 0 R (page.23) 272 0 R (page.24) 284 0 R (page.25) 299 0 R (page.26) 311 0 R (page.27) 323 0 R] /Limits [(page.22) (page.27)] >> endobj 602 0 obj << /Names [(page.28) 329 0 R (page.29) 342 0 R (page.3) 68 0 R (page.30) 359 0 R (page.31) 378 0 R (page.32) 392 0 R] /Limits [(page.28) (page.32)] >> endobj 603 0 obj << /Names [(page.33) 402 0 R (page.34) 410 0 R (page.35) 419 0 R (page.36) 428 0 R (page.37) 437 0 R (page.38) 447 0 R] /Limits [(page.33) (page.38)] >> endobj 604 0 obj << /Names [(page.39) 472 0 R (page.4) 76 0 R (page.40) 484 0 R (page.41) 490 0 R (page.42) 504 0 R (page.43) 517 0 R] /Limits [(page.39) (page.43)] >> endobj 605 0 obj << /Names [(page.44) 525 0 R (page.5) 86 0 R (page.6) 93 0 R (page.7) 102 0 R (page.8) 117 0 R (page.9) 128 0 R] /Limits [(page.44) (page.9)] >> endobj 606 0 obj << /Names [(page.I) 10 0 R (page.II) 21 0 R (page.III) 29 0 R (page.IV) 34 0 R (page.V) 38 0 R (paragraph.3.3.3.1) 287 0 R] /Limits [(page.I) (paragraph.3.3.3.1)] >> endobj 607 0 obj << /Names [(paragraph.3.3.3.2) 300 0 R (paragraph.3.3.3.3) 305 0 R (paragraph.3.3.3.4) 312 0 R (paragraph.3.3.3.5) 316 0 R (section.1) 45 0 R (section.2) 47 0 R] /Limits [(paragraph.3.3.3.2) (section.2)] >> endobj 608 0 obj << /Names [(section.3) 103 0 R (section.4) 452 0 R (section.5) 454 0 R (section.6) 475 0 R (section.a.A) 478 0 R (section0) 480 0 R] /Limits [(section.3) (section0)] >> endobj 609 0 obj << /Names [(section1) 485 0 R (section10) 526 0 R (section11) 527 0 R (section2) 486 0 R (section3) 491 0 R (section4) 492 0 R] /Limits [(section1) (section4)] >> endobj 610 0 obj << /Names [(section5) 512 0 R (section6) 518 0 R (section7) 519 0 R (section8) 520 0 R (section9) 521 0 R (subsection.2.1) 49 0 R] /Limits [(section5) (subsection.2.1)] >> endobj 611 0 obj << /Names [(subsection.2.2) 57 0 R (subsection.2.3) 69 0 R (subsection.3.1) 105 0 R (subsection.3.10) 381 0 R (subsection.3.11) 383 0 R (subsection.3.2) 238 0 R] /Limits [(subsection.2.2) (subsection.3.2)] >> endobj 612 0 obj << /Names [(subsection.3.3) 261 0 R (subsection.3.4) 331 0 R (subsection.3.5) 345 0 R (subsection.3.6) 347 0 R (subsection.3.7) 362 0 R (subsection.3.8) 368 0 R] /Limits [(subsection.3.3) (subsection.3.8)] >> endobj 613 0 obj << /Names [(subsection.3.9) 379 0 R (subsection.5.1) 456 0 R (subsection.5.2) 473 0 R (subsubsection.3.1.1) 107 0 R (subsubsection.3.1.10) 230 0 R (subsubsection.3.1.11) 232 0 R] /Limits [(subsection.3.9) (subsubsection.3.1.11)] >> endobj 614 0 obj << /Names [(subsubsection.3.1.2) 120 0 R (subsubsection.3.1.3) 139 0 R (subsubsection.3.1.4) 154 0 R (subsubsection.3.1.5) 174 0 R (subsubsection.3.1.6) 188 0 R (subsubsection.3.1.7) 206 0 R] /Limits [(subsubsection.3.1.2) (subsubsection.3.1.7)] >> endobj 615 0 obj << /Names [(subsubsection.3.1.8) 218 0 R (subsubsection.3.1.9) 222 0 R (subsubsection.3.11.1) 385 0 R (subsubsection.3.11.2) 393 0 R (subsubsection.3.11.3) 411 0 R (subsubsection.3.11.4) 420 0 R] /Limits [(subsubsection.3.1.8) (subsubsection.3.11.4)] >> endobj 616 0 obj << /Names [(subsubsection.3.11.5) 429 0 R (subsubsection.3.11.6) 438 0 R (subsubsection.3.11.7) 448 0 R (subsubsection.3.2.1) 242 0 R (subsubsection.3.2.2) 244 0 R (subsubsection.3.2.3) 252 0 R] /Limits [(subsubsection.3.11.5) (subsubsection.3.2.3)] >> endobj 617 0 obj << /Names [(subsubsection.3.2.4) 254 0 R (subsubsection.3.3.1) 263 0 R (subsubsection.3.3.2) 273 0 R (subsubsection.3.3.3) 277 0 R (subsubsection.3.4.1) 334 0 R (subsubsection.3.6.1) 349 0 R] /Limits [(subsubsection.3.2.4) (subsubsection.3.6.1)] >> endobj 618 0 obj << /Names [(subsubsection.3.6.2) 360 0 R (subsubsection.3.7.1) 364 0 R (subsubsection.3.7.2) 366 0 R (table.1) 324 0 R (usage) 104 0 R (usage-conditions) 106 0 R] /Limits [(subsubsection.3.6.2) (usage-conditions)] >> endobj 619 0 obj << /Names [(usage-conditions-basenames) 108 0 R (usage-conditions-capabilities) 175 0 R (usage-conditions-count) 189 0 R (usage-conditions-dbus) 223 0 R (usage-conditions-desktop) 207 0 R (usage-conditions-executable) 219 0 R] /Limits [(usage-conditions-basenames) (usage-conditions-executable)] >> endobj 620 0 obj << /Names [(usage-conditions-folders) 140 0 R (usage-conditions-mimetypes) 121 0 R (usage-conditions-run) 233 0 R (usage-conditions-schemes) 155 0 R (usage-conditions-true) 231 0 R (usage-edit) 363 0 R] /Limits [(usage-conditions-folders) (usage-edit)] >> endobj 621 0 obj << /Names [(usage-edit-cut) 365 0 R (usage-edit-multiple) 367 0 R (usage-execution) 262 0 R (usage-execution-how) 278 0 R (usage-execution-how-class) 306 0 R (usage-execution-how-mode) 288 0 R] /Limits [(usage-edit-cut) (usage-execution-how-mode)] >> endobj 622 0 obj << /Names [(usage-execution-how-notify) 301 0 R (usage-execution-how-singular) 317 0 R (usage-execution-how-user) 313 0 R (usage-execution-parameters) 264 0 R (usage-execution-work) 274 0 R (usage-export) 380 0 R] /Limits [(usage-execution-how-notify) (usage-export)] >> endobj 623 0 obj << /Names [(usage-import) 382 0 R (usage-menus) 346 0 R (usage-prefs) 384 0 R (usage-prefs-execution) 394 0 R (usage-prefs-export) 430 0 R (usage-prefs-import) 421 0 R] /Limits [(usage-import) (usage-prefs-import)] >> endobj 624 0 obj << /Names [(usage-prefs-providers) 449 0 R (usage-prefs-runtime) 386 0 R (usage-prefs-schemes) 439 0 R (usage-prefs-ui) 412 0 R (usage-profile) 332 0 R (usage-profile-order) 335 0 R] /Limits [(usage-prefs-providers) (usage-profile-order)] >> endobj 625 0 obj << /Names [(usage-save) 369 0 R (usage-sorting) 348 0 R (usage-sorting-alpha) 350 0 R (usage-sorting-manual) 361 0 R (usage-where) 239 0 R (usage-where-location) 245 0 R] /Limits [(usage-save) (usage-where-location)] >> endobj 626 0 obj << /Names [(usage-where-notes) 255 0 R (usage-where-selection) 243 0 R (usage-where-toolbar) 253 0 R] /Limits [(usage-where-notes) (usage-where-toolbar)] >> endobj 627 0 obj << /Kids [578 0 R 579 0 R 580 0 R 581 0 R 582 0 R 583 0 R] /Limits [(Doc-Start) (bugs)] >> endobj 628 0 obj << /Kids [584 0 R 585 0 R 586 0 R 587 0 R 588 0 R 589 0 R] /Limits [(bugs-bugs) (figure.7)] >> endobj 629 0 obj << /Kids [590 0 R 591 0 R 592 0 R 593 0 R 594 0 R 595 0 R] /Limits [(figure.8) (cact-FIG-prefs-schemes)] >> endobj 630 0 obj << /Kids [596 0 R 597 0 R 598 0 R 599 0 R 600 0 R 601 0 R] /Limits [(cact-FIG-prefs-ui) (page.27)] >> endobj 631 0 obj << /Kids [602 0 R 603 0 R 604 0 R 605 0 R 606 0 R 607 0 R] /Limits [(page.28) (section.2)] >> endobj 632 0 obj << /Kids [608 0 R 609 0 R 610 0 R 611 0 R 612 0 R 613 0 R] /Limits [(section.3) (subsubsection.3.1.11)] >> endobj 633 0 obj << /Kids [614 0 R 615 0 R 616 0 R 617 0 R 618 0 R 619 0 R] /Limits [(subsubsection.3.1.2) (usage-conditions-executable)] >> endobj 634 0 obj << /Kids [620 0 R 621 0 R 622 0 R 623 0 R 624 0 R 625 0 R] /Limits [(usage-conditions-folders) (usage-where-location)] >> endobj 635 0 obj << /Kids [626 0 R] /Limits [(usage-where-notes) (usage-where-toolbar)] >> endobj 636 0 obj << /Kids [627 0 R 628 0 R 629 0 R 630 0 R 631 0 R 632 0 R] /Limits [(Doc-Start) (subsubsection.3.1.11)] >> endobj 637 0 obj << /Kids [633 0 R 634 0 R 635 0 R] /Limits [(subsubsection.3.1.2) (usage-where-toolbar)] >> endobj 638 0 obj << /Kids [636 0 R 637 0 R] /Limits [(Doc-Start) (usage-where-toolbar)] >> endobj 639 0 obj << /Dests 638 0 R >> endobj 640 0 obj << /Type /Catalog /Pages 577 0 R /Names 639 0 R /PageMode/UseOutlines/PageLabels << /Nums [0 << /S /r >> 5 << /S /D >> ] >> /OpenAction 6 0 R >> endobj 641 0 obj << /Author(Pierre Wieser)/Title(Manual del usuario de la Herramienta de configuraci\363n de las acciones de Caja)/Subject()/Creator(DBLaTeX-0.3)/Producer(pdfTeX-1.40.3)/Keywords() /CreationDate (D:20120307215240+01'00') /ModDate (D:20120307215240+01'00') /Trapped /False /PTEX.Fullbanner (This is pdfTeX using libpoppler, Version 3.141592-1.40.3-2.2 (Web2C 7.5.6) kpathsea version 3.5.6) >> endobj xref 0 642 0000000001 65535 f 0000000002 00000 f 0000000003 00000 f 0000000004 00000 f 0000000000 00000 f 0000000015 00000 n 0000000924 00000 n 0000001360 00000 n 0000001646 00000 n 0000000973 00000 n 0000001472 00000 n 0001594434 00000 n 0001593919 00000 n 0000001530 00000 n 0000001588 00000 n 0001593750 00000 n 0001594965 00000 n 0000004715 00000 n 0000005048 00000 n 0000004581 00000 n 0000001739 00000 n 0000004871 00000 n 0000004930 00000 n 0000004989 00000 n 0000006720 00000 n 0000006894 00000 n 0000007126 00000 n 0000006579 00000 n 0000005130 00000 n 0000007067 00000 n 0001594088 00000 n 0000007749 00000 n 0000007575 00000 n 0000007232 00000 n 0000007690 00000 n 0000008810 00000 n 0000008636 00000 n 0000007843 00000 n 0000008751 00000 n 0001594262 00000 n 0000012931 00000 n 0000011430 00000 n 0000010904 00000 n 0000008916 00000 n 0000011019 00000 n 0000011078 00000 n 0000011137 00000 n 0000011196 00000 n 0000011255 00000 n 0000011313 00000 n 0000011371 00000 n 0001593268 00000 n 0001593410 00000 n 0000059590 00000 n 0000012816 00000 n 0000011560 00000 n 0000059295 00000 n 0000059354 00000 n 0000059413 00000 n 0001594783 00000 n 0000059472 00000 n 0000059531 00000 n 0001595074 00000 n 0000062366 00000 n 0000066201 00000 n 0000064239 00000 n 0000062251 00000 n 0000059755 00000 n 0000064063 00000 n 0000064122 00000 n 0000064180 00000 n 0000063597 00000 n 0000119734 00000 n 0000121204 00000 n 0000066086 00000 n 0000064404 00000 n 0000121027 00000 n 0000121086 00000 n 0000121145 00000 n 0001593580 00000 n 0000120728 00000 n 0000123117 00000 n 0000177017 00000 n 0000176104 00000 n 0000123002 00000 n 0000121381 00000 n 0000175928 00000 n 0000175987 00000 n 0000176045 00000 n 0000254425 00000 n 0000264690 00000 n 0000176902 00000 n 0000176281 00000 n 0000264395 00000 n 0000264454 00000 n 0000264513 00000 n 0000264572 00000 n 0000264631 00000 n 0000266561 00000 n 0000313672 00000 n 0000266444 00000 n 0000264831 00000 n 0000313123 00000 n 0000313184 00000 n 0000313245 00000 n 0000313306 00000 n 0000313367 00000 n 0000313428 00000 n 0000313489 00000 n 0000313550 00000 n 0000313611 00000 n 0000316438 00000 n 0000317368 00000 n 0000320285 00000 n 0000318488 00000 n 0000316319 00000 n 0000313813 00000 n 0000318183 00000 n 0000318244 00000 n 0000318305 00000 n 0000318366 00000 n 0000318427 00000 n 0001595185 00000 n 0000317117 00000 n 0000317937 00000 n 0000365999 00000 n 0000320166 00000 n 0000318657 00000 n 0000365756 00000 n 0000365817 00000 n 0000365878 00000 n 0000365939 00000 n 0000370801 00000 n 0000368728 00000 n 0000368304 00000 n 0000366168 00000 n 0000368423 00000 n 0000368484 00000 n 0000368545 00000 n 0000368606 00000 n 0000368667 00000 n 0000418396 00000 n 0000370682 00000 n 0000368896 00000 n 0000418091 00000 n 0000418152 00000 n 0000418213 00000 n 0000418274 00000 n 0000418335 00000 n 0000420398 00000 n 0000463070 00000 n 0000420279 00000 n 0000418577 00000 n 0000462766 00000 n 0000462827 00000 n 0000462888 00000 n 0000462948 00000 n 0000463009 00000 n 0000461547 00000 n 0000465214 00000 n 0000478875 00000 n 0000465095 00000 n 0000463252 00000 n 0000478571 00000 n 0000478632 00000 n 0000478692 00000 n 0000478753 00000 n 0000478814 00000 n 0000480830 00000 n 0000528475 00000 n 0000526538 00000 n 0000480711 00000 n 0000479082 00000 n 0000526174 00000 n 0000526235 00000 n 0000526296 00000 n 0000526357 00000 n 0000526417 00000 n 0000526477 00000 n 0001595302 00000 n 0000544742 00000 n 0000543462 00000 n 0000528356 00000 n 0000526706 00000 n 0000543037 00000 n 0000543098 00000 n 0000543159 00000 n 0000543220 00000 n 0000543281 00000 n 0000543342 00000 n 0000543403 00000 n 0000614306 00000 n 0000642961 00000 n 0000544623 00000 n 0000543657 00000 n 0000642656 00000 n 0000642717 00000 n 0000642778 00000 n 0000642839 00000 n 0000642900 00000 n 0000630542 00000 n 0000644738 00000 n 0000701242 00000 n 0000644619 00000 n 0000643107 00000 n 0000700815 00000 n 0000700876 00000 n 0000700937 00000 n 0000700998 00000 n 0000701059 00000 n 0000701120 00000 n 0000701181 00000 n 0000668070 00000 n 0000703072 00000 n 0000740144 00000 n 0000702953 00000 n 0000701398 00000 n 0000739717 00000 n 0000739778 00000 n 0000739839 00000 n 0000739900 00000 n 0000739961 00000 n 0000740022 00000 n 0000740083 00000 n 0000720801 00000 n 0000744124 00000 n 0000742252 00000 n 0000741828 00000 n 0000740288 00000 n 0000741947 00000 n 0000742008 00000 n 0000742069 00000 n 0000742130 00000 n 0000742191 00000 n 0000785522 00000 n 0000744005 00000 n 0000742359 00000 n 0000784973 00000 n 0000785034 00000 n 0000785095 00000 n 0000785156 00000 n 0000785217 00000 n 0000785278 00000 n 0000785339 00000 n 0000785400 00000 n 0000785461 00000 n 0001595419 00000 n 0000764200 00000 n 0000788351 00000 n 0000787927 00000 n 0000785666 00000 n 0000788046 00000 n 0000788107 00000 n 0000788168 00000 n 0000788229 00000 n 0000788290 00000 n 0000789738 00000 n 0000819030 00000 n 0000789619 00000 n 0000788458 00000 n 0000818605 00000 n 0000818666 00000 n 0000818727 00000 n 0000818788 00000 n 0000818848 00000 n 0000818909 00000 n 0000818969 00000 n 0000820924 00000 n 0000849259 00000 n 0000848229 00000 n 0000820805 00000 n 0000819174 00000 n 0000847803 00000 n 0000847864 00000 n 0000847925 00000 n 0000847986 00000 n 0000848046 00000 n 0000848107 00000 n 0000848168 00000 n 0000833303 00000 n 0000895815 00000 n 0000951613 00000 n 0000849140 00000 n 0000848397 00000 n 0000951186 00000 n 0000951247 00000 n 0000951308 00000 n 0000951369 00000 n 0000951430 00000 n 0000951491 00000 n 0000951552 00000 n 0000911777 00000 n 0000953524 00000 n 0000985440 00000 n 0000985650 00000 n 0000988365 00000 n 0000986287 00000 n 0000953377 00000 n 0000951783 00000 n 0000985860 00000 n 0000985921 00000 n 0000985982 00000 n 0000986043 00000 n 0000986104 00000 n 0001594606 00000 n 0000986165 00000 n 0000986226 00000 n 0000962993 00000 n 0001017368 00000 n 0000988246 00000 n 0000986468 00000 n 0001016942 00000 n 0001017003 00000 n 0001017064 00000 n 0001017125 00000 n 0001017186 00000 n 0001017247 00000 n 0001017308 00000 n 0001595536 00000 n 0000995382 00000 n 0001020439 00000 n 0001020137 00000 n 0001017524 00000 n 0001020256 00000 n 0001020317 00000 n 0001020378 00000 n 0001023918 00000 n 0001023370 00000 n 0001020546 00000 n 0001023489 00000 n 0001023550 00000 n 0001023612 00000 n 0001023673 00000 n 0001023734 00000 n 0001023796 00000 n 0001023857 00000 n 0001026255 00000 n 0001068347 00000 n 0001069483 00000 n 0001065736 00000 n 0001026136 00000 n 0001024062 00000 n 0001065065 00000 n 0001065126 00000 n 0001065187 00000 n 0001065248 00000 n 0001065309 00000 n 0001065370 00000 n 0001065431 00000 n 0001065492 00000 n 0001065553 00000 n 0001065614 00000 n 0001065675 00000 n 0001035569 00000 n 0001070617 00000 n 0001073451 00000 n 0001072510 00000 n 0001068228 00000 n 0001065916 00000 n 0001071840 00000 n 0001071901 00000 n 0001071962 00000 n 0001072023 00000 n 0001072084 00000 n 0001072145 00000 n 0001072206 00000 n 0001072267 00000 n 0001072328 00000 n 0001072389 00000 n 0001072449 00000 n 0001069282 00000 n 0001070416 00000 n 0001071639 00000 n 0001101134 00000 n 0001123038 00000 n 0001100356 00000 n 0001073332 00000 n 0001072694 00000 n 0001099687 00000 n 0001099748 00000 n 0001099809 00000 n 0001099870 00000 n 0001099931 00000 n 0001099992 00000 n 0001100053 00000 n 0001100114 00000 n 0001100174 00000 n 0001100235 00000 n 0001100295 00000 n 0001122344 00000 n 0001101015 00000 n 0001100512 00000 n 0001122039 00000 n 0001122100 00000 n 0001122161 00000 n 0001122222 00000 n 0001122283 00000 n 0001595653 00000 n 0001293177 00000 n 0001292432 00000 n 0001122919 00000 n 0001122488 00000 n 0001292249 00000 n 0001292310 00000 n 0001292371 00000 n 0001148588 00000 n 0001326051 00000 n 0001325296 00000 n 0001293058 00000 n 0001292564 00000 n 0001324991 00000 n 0001325052 00000 n 0001325113 00000 n 0001325174 00000 n 0001325235 00000 n 0001351881 00000 n 0001351124 00000 n 0001325932 00000 n 0001325440 00000 n 0001350819 00000 n 0001350880 00000 n 0001350941 00000 n 0001351002 00000 n 0001351063 00000 n 0001377545 00000 n 0001376796 00000 n 0001351762 00000 n 0001351268 00000 n 0001376491 00000 n 0001376552 00000 n 0001376613 00000 n 0001376674 00000 n 0001376735 00000 n 0001403380 00000 n 0001401620 00000 n 0001377426 00000 n 0001376940 00000 n 0001401315 00000 n 0001401376 00000 n 0001401437 00000 n 0001401498 00000 n 0001401559 00000 n 0001428931 00000 n 0001429220 00000 n 0001430103 00000 n 0001403233 00000 n 0001401764 00000 n 0001429432 00000 n 0001429493 00000 n 0001429554 00000 n 0001429615 00000 n 0001429676 00000 n 0001429737 00000 n 0001429798 00000 n 0001429859 00000 n 0001429920 00000 n 0001429981 00000 n 0001430042 00000 n 0001595770 00000 n 0001433412 00000 n 0001433602 00000 n 0001433770 00000 n 0001433945 00000 n 0001434120 00000 n 0001434293 00000 n 0001434467 00000 n 0001434823 00000 n 0001434996 00000 n 0001435208 00000 n 0001435858 00000 n 0001433193 00000 n 0001430259 00000 n 0001435372 00000 n 0001435433 00000 n 0001435494 00000 n 0001435555 00000 n 0001435616 00000 n 0001434647 00000 n 0001435676 00000 n 0001435737 00000 n 0001435797 00000 n 0001440389 00000 n 0001440087 00000 n 0001435977 00000 n 0001440206 00000 n 0001440267 00000 n 0001440328 00000 n 0001444631 00000 n 0001443844 00000 n 0001440484 00000 n 0001443963 00000 n 0001444024 00000 n 0001444085 00000 n 0001444146 00000 n 0001444207 00000 n 0001444267 00000 n 0001444328 00000 n 0001444389 00000 n 0001444450 00000 n 0001444511 00000 n 0001444571 00000 n 0001448825 00000 n 0001448160 00000 n 0001444726 00000 n 0001448279 00000 n 0001448340 00000 n 0001448401 00000 n 0001448460 00000 n 0001448521 00000 n 0001448582 00000 n 0001448643 00000 n 0001448704 00000 n 0001448765 00000 n 0001456646 00000 n 0001452506 00000 n 0001452083 00000 n 0001448920 00000 n 0001452202 00000 n 0001452263 00000 n 0001452324 00000 n 0001452385 00000 n 0001452445 00000 n 0001457674 00000 n 0001456507 00000 n 0001452601 00000 n 0001456821 00000 n 0001456882 00000 n 0001456943 00000 n 0001457004 00000 n 0001457065 00000 n 0001457126 00000 n 0001457187 00000 n 0001457248 00000 n 0001457309 00000 n 0001593125 00000 n 0001457369 00000 n 0001457430 00000 n 0001457491 00000 n 0001457552 00000 n 0001457613 00000 n 0001595887 00000 n 0001457807 00000 n 0001592478 00000 n 0001457832 00000 n 0001458768 00000 n 0001459619 00000 n 0001460585 00000 n 0001461408 00000 n 0001461437 00000 n 0001462408 00000 n 0001462997 00000 n 0001463966 00000 n 0001464936 00000 n 0001465902 00000 n 0001467570 00000 n 0001467805 00000 n 0001469217 00000 n 0001469458 00000 n 0001480230 00000 n 0001480563 00000 n 0001498600 00000 n 0001499137 00000 n 0001511841 00000 n 0001512325 00000 n 0001524547 00000 n 0001525037 00000 n 0001530740 00000 n 0001531038 00000 n 0001547761 00000 n 0001548224 00000 n 0001569233 00000 n 0001569889 00000 n 0001583044 00000 n 0001583436 00000 n 0001592201 00000 n 0001595964 00000 n 0001596080 00000 n 0001596174 00000 n 0001596244 00000 n 0001596415 00000 n 0001596585 00000 n 0001596752 00000 n 0001596920 00000 n 0001597085 00000 n 0001597254 00000 n 0001597452 00000 n 0001597635 00000 n 0001597818 00000 n 0001598004 00000 n 0001598188 00000 n 0001598367 00000 n 0001598617 00000 n 0001598819 00000 n 0001599045 00000 n 0001599292 00000 n 0001599581 00000 n 0001599878 00000 n 0001600155 00000 n 0001600445 00000 n 0001600698 00000 n 0001600868 00000 n 0001601036 00000 n 0001601206 00000 n 0001601374 00000 n 0001601544 00000 n 0001601712 00000 n 0001601874 00000 n 0001602057 00000 n 0001602281 00000 n 0001602467 00000 n 0001602647 00000 n 0001602836 00000 n 0001603062 00000 n 0001603288 00000 n 0001603537 00000 n 0001603803 00000 n 0001604074 00000 n 0001604344 00000 n 0001604610 00000 n 0001604844 00000 n 0001605160 00000 n 0001605433 00000 n 0001605701 00000 n 0001605989 00000 n 0001606224 00000 n 0001606483 00000 n 0001606720 00000 n 0001606894 00000 n 0001607002 00000 n 0001607114 00000 n 0001607239 00000 n 0001607358 00000 n 0001607469 00000 n 0001607593 00000 n 0001607734 00000 n 0001607873 00000 n 0001607964 00000 n 0001608088 00000 n 0001608197 00000 n 0001608288 00000 n 0001608326 00000 n 0001608488 00000 n trailer << /Size 642 /Root 640 0 R /Info 641 0 R /ID [ ] >> startxref 1608900 %%EOF caja-actions-1.27.0/docs/help/es/es.po000066400000000000000000004532121433352025300174020ustar00rootroot00000000000000# # Translators: # Andres Sanchez , 2021 # clefebvre , 2021 # Benjamin Perez Carrillo , 2021 # Emiliano Fascetti, 2021 # Martin Wimpress , 2021 # elio , 2021 # Joel Barrios , 2021 # Isabel Ortuño , 2021 # Adolfo Jayme-Barrientos, 2021 # seacat , 2021 # Stefano Karapetsas , 2021 # Toni Estévez , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Toni Estévez , 2021\n" "Language-Team: Spanish (https://www.transifex.com/mate/teams/13566/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "Herramienta de configuración de las acciones de Caja" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "Acciones de Caja" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "Proyecto de documentación de GNOME" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "Proyecto de documentación de MATE" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "Modo de ejecución" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "Atajo de teclado sugerido" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Ins" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "Debe coincidir con una de" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "No debe coincidir con ninguna de" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Ventanas" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "Supr" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Carpetas" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Navegar" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Común" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Editar" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Preferencias" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "Aceptar" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "Prestaciones" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "Añadiendo una característica nueva" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "Debe coincidir con todas" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "<" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "(igual a)" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr ">" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "(estrictamente más actual que)" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "true" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Mayús" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Comando" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "Carpeta de trabajo" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normal" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Incrustado" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "Notificación de inicio" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "Ejecutar como usuario" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Descripción" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "Importando acciones" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Archivo" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "Menú de Caja nuevo" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "Perfil nuevo" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Guardar" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistema" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Aspecto y comportamiento" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Línea de órdenes" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "Retorno" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Eliminar" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "F5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Ver" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Barras de herramientas" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Propiedades" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Icono" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Ruta" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "RUTA" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Acción" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Notas" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Introducción" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "Cómo empezar" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "enlace" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Este manual es parte de una colección de manuales de MATE distribuidos bajo " "la GFDL. Si quiere distribuir este manual por separado de la colección, " "puede hacerlo añadiendo una copia de la licencia al manual, tal y como se " "describe en la sección 6 de la licencia." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "Muchos de los nombres usados por las empresas para distinguir sus productos " "y servicios se consideran marcas comerciales. Cuando esos nombres aparecen " "en cualquier documentación de MATE y los miembros del proyecto de " "documentación de MATE son conscientes de que se trata de marcas registradas," " dichos nombres se escriben en letras mayúsculas o con inical mayúscula." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "EL DOCUMENTO SE PROPORCIONA «TAL CUAL ESTA», SIN GARANTÃA DE NINGÚN TIPO, NI" " EXPLÃCITA NI IMPLÃCITA, INCLUYENDO, ENTRE OTRAS, LAS GARANTÃAS DE QUE EL " "DOCUMENTO O UNA VERSIÓN MODIFICADA DEL DOCUMENTO CAREZCA DE DEFECTOS " "COMERCIALES, SEA ADECUADO A UN PROPÓSITO PARTICULAR O INCUMPLA ALGUNA " "NORMATIVA. TODO RIESGO EN RELACIÓN CON LA CALIDAD, LA PRECISIÓN Y LA " "UTILIDAD DEL DOCUMENTO O UNA VERSIÓN MODIFICADA DEL DOCUMENTO RECAE EN " "USTED. SI EL DOCUMENTO O CUALQUIER VERSIÓN MODIFICADA DEL DOCUMENTO " "RESULTARA DEFECTUOSO EN CUALQUIER ASPECTO, USTED (Y NO EL REDACTOR INICIAL, " "EL AUTOR O CUALQUIER CONTRIBUYENTE) ASUMIRà TODOS LOS COSTES DE " "MANTENIMIENTO, REPARACIÓN O CORRECCIÓN NECESARIOS. ESTA RENUNCIA DE GARANTÃA" " ES UNA PARTE ESENCIAL DE ESTA LICENCIA. NO SE AUTORIZA EL USO DEL DOCUMENTO" " NI DE CUALQUIER VERSIÓN MODIFICADA DEL DOCUMENTO SALVO EN VIRTUD DE LA " "PRESENTE CLÃUSULA DE EXENCIÓN DE RESPONSABILIDAD; Y" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "BAJO NINGUNA CIRCUNSTANCIA NI BAJO NINGÚN CONCEPTO LEGAL, YA SEA POR " "RESPONSABILIDAD CIVIL (INCLUIDA LA NEGLIGENCIA), CONTRACTUAL O DE OTRO TIPO," " EL AUTOR, EL REDACTOR INICIAL, CUALQUIER CONTRIBUYENTE O CUALQUIER " "DISTRIBUIDOR DEL DOCUMENTO O DE UNA VERSIÓN MODIFICADA DEL DOCUMENTO, O " "CUALQUIER PROVEEDOR DE CUALQUIERA DE DICHAS PARTES, NO SERÃN RESPONSABLES " "ANTE NINGUNA PERSONA POR NINGÚN DAÑO DIRECTO, INDIRECTO, ESPECIAL, " "ACCIDENTAL O DERIVADO DE CUALQUIER TIPO, INCLUIDOS, ENTRE OTROS, LOS DAÑOS " "POR PÉRDIDA DE REPUTACIÓN, INTERRUPCIÓN DEL TRABAJO, FALLO O MAL " "FUNCIONAMIENTO DEL EQUIPO O CUALQUIER OTRO DAÑO O PÉRDIDA DERIVADO O " "RELACIONADO CON EL USO DEL DOCUMENTO Y LAS VERSIONES MODIFICADAS DEL " "DOCUMENTO, INCLUSO SI DICHAS PARTES HAN SIDO INFORMADAS DE LA POSIBILIDAD DE" " QUE SE PRODUZCAN DICHOS DAÑOS." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "EL DOCUMENTO Y LAS VERSIONES MODIFICADAS DEL DOCUMENTO SE PROPORCIONAN SEGÚN" " LOS TÉRMINOS DE LA LICENCIA DE DOCUMENTACIÓN LIBRE DE GNU CON EL ACUERDO " "ADICIONAL DE QUE:<_:orderedlist-1/>" caja-actions-1.27.0/docs/help/es/figures/000077500000000000000000000000001433352025300200705ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/es/figures/start-context-menu-caja.png000066400000000000000000002271711433352025300252650ustar00rootroot00000000000000‰PNG  IHDRаQyÐsRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÜ /‹åX)tEXtCommentCreated with GIMPW IDATxÚìw\GÿÇgv÷*wô""ˆ€ ¢±ÆìÝDcŒ&Ñ$¦ç—ú‹%=#sòäÉZ­–RJ1îs!¢(* Aê~Ã0ÁÁÁÞÞÞ¿þúëìÙ³ëiOM¥¥:uÒh4`LJ)ÆcÌóüËq\hhè°Øá;ÿÚQ{šŸ_0tè°š†þ€û–úÙS„··÷Ä ãoãbkúA­VkµZQA€Jˆ’ôí??~bíª•’$ý0Ï[_åeH\¹ï²Þö!¤ÑhêiOY–%„@ï)@55$Þ$ûNy»ýçJöò¶AÜÆž‚܇˜L¦…‹çå盌ÆñãÆìß!TXXøÓ‚_ò ¥Ï>ýtX«P„$I?þ¼àðÑc+—,Z¼lù_»vˆ–žžq=%¥g÷g=1C©TB¶nÿsçî=Ç–•™ß}ëЖ-« à^¡ª=U(:t@]»va˜ˆˆA.\¸Pi·»í=…nîCDQœÿË®]º 40==ã¹—^îÒ©“V«ýêÛûÖ›o¾û¯}„‡ÍD±,;cúc;wïÑh4Ó§Mݲmû¬'f`Œ ÿïwÿX»î±©¤gdüºxÉÂù?6köáÇŸ”••U„»»;$>MÛ“û•|'Ïó’$)жmÛÊ»I’Äó|%3ê€ÞSŒ1ÈÀ}…©´tÿÁCÙ9¹;wí"”z{zæè­Öø çgÍœÁ0ÌÌûùúÚ*\Žå*ªìòþ‹Å¢ÓéF]¿qÓŒÇU( Žûó¯S§L~ûוJe~aaÕ ÜÝÝ¡S€{Œ1Ã0•Œ¦ »ví9r$Çq”R³Ù¼sçNŽã*ÙËÛ.˜z{zÛÞWëÈÉÍcYöƒ¿ëéáaÛþÞÞŸ}üÑ”‰æÿ²0+;»Ú  Êàª*eßiÇqݺuC‰¢(Çq>ø`ÕÝä=k?ÿmæžÂ­<÷:7·Î;þ¾zõûテ1NIMå8EPóÀvQQkÖ­íåBƒA§ÓUÔ“¤ü¢òBÈÍ´ôí;þzü±i„kדOŸ=;ã±G#ÂÃŒõz½V£©DË`H|š>rç(Ã0U]¦(ŠV«u×®] …bÈ!òòùU÷ok/qM{¬Zµjøðá …dà~£Ð`X´dibÒÕ  æ~¾¾3{T¯×çæåÍÿeavNNpP‹Î¸zíúÞýFÄCýù×Î ãÆ>2eò¤G¦µ‹Š’+ßQ#†6Ôjµ¦¤¤~ùí·*•Z„Q#†5²´¬¬°°°RîîîÐ À=aO ÃåË—õz½ýv«ÕzñâEŒq³fÍ!ÙÙÙÇEGGWµ§W¯^}â‰'êiO‡ ¦T*AîC0Æ*•J~A !DžŠ1V«ÕòX•$I Ã( yŽ¿B¡(--øÈ´¿¶n–çÇ ‚ ÿÊ0ŒZ­–Ï`ÛXmò4}{ZTT”˜˜èa7A_ÆVVú\Éž&%%MŸ>½– `ÝS€êë_‹ÅRu£Ùl®Ô[`û ¿@¥ê>ruZVVV— š>òÈ>˲•r²ï(­i‚©$I·}4 æž8I’~ùm±$Iúù”Iš@šàªèt:JémrªJ]-…—š8¦/áÙgžzåÅyJ¥R«Õ P¸0¾¾¾iii*•êN!{ Ш˜Íæª#û®‡———ÙlÎÍÍussS©TŽ}‘SmöT«ÕBê•$)$$ÄÃÃãÚµkEEEu?°.sGo3÷R¨ŠÅbÑëõ}úô¹££xž_¿~=ØSÀñÈï½»£CA€ÞSà^‚$ÀžØSì)€=ÀžÖÛ®ÈÚ¤ ¨[XÓÀ¨Ë²Àp¥pïÙÓúµ|_}÷ý¤©Ö²Ã·?þÔ8Í6¡Õ`¿ÏóŸý}l)¥ßý4¿ñí¹5nÕÆ¶Ò§¡OØ×R «Õúù×ßLyô1—7”‹õó¯¿yø±Ç¡²î{úÁ?ž÷ò«wzÔósž1Ôüþ+JiZzzC_ù›iŸ|þeLìˆ~^°xÙòß–,ýaþÏO=ûÜà£ìwS*•óæÎ©Û›iiö±mh§²xùŠa£Ç>rÉò‚ ÈîjѲ僇\´ly…›‘™ùÃÏ ùÓ/ 3³²îþ„Ù99?þ¼ &vĨñM&“ýîÙ·?føÈŸ~Y˜•Ý8ù^¥R=÷ÌÓ†¢â&X&%Izÿ£ÿ¾ôêë9›Z­zöé§ wòº9¸‡í©ÉdJNI½xùrFfæ¨T*kùcüÅÿ>nè+oü¯¾Œ1ž7wΓ3Ÿ=ó‰yÏÎýéÛo‚[´¨leÔꚢG)ýó¯ OŒñÌé1!Ô!:Z¡PÈîªk§N}ûôž5£¡zÅ‚š7ŸûÔlŒñܧf7 ¼û6 xfö,„V«Ýwà ½==wþ<Ã0sŸšجY£e}õ­²6ʋՕ+¹+hÊW Ž·§‡Ž}nÎÓznï¾ýönCîP´ ¬iè¼Ú­çΟ_¼l9ª2l¿oM'¼³‹g*_¾(Jß|þiåàn ½r{ºsçm¯´Ú4¹#‡:26!t4î¸í„ÇNœˆ:¤jÊ8*P[úØRÉ!'Ä4pÇ®]¶99¹~~Uå¨{JÖ²gmY®æ9u±.g¸#(¥GãŽ?ûÌSnnnûö¨6¸Z&{ÜÍ•@»›ƒÏ?ÿæk¯8`÷¾ýÓ†1F}òÅ—ÉÉ)ïÿë÷>ühHLÌÓ&ò<¿hé2Fs!á¢Z­zåż<=B)©©›·mÏÌ̼–œÄÿ÷ɘ˜ÉÆŠŠ–¯\U5ÁÏ?¿kÏ^Oii NñÁ¿Þ©_n<ŸðÚK/è÷Оýú¥ôûŸæoÙþç#“'=6uªJ¥ü}õšU«×X¬V/OÏu«V"„ EE¿ÿ±zïþ(OFAÖ¬ßPTT¤T*í30¥ôl|üº›ª&4êß{š“ãçë+w†¥gd$&%ÉÛŸ}ú©äÔÔµ6vëÚ5²m„ÐÒ+[ÍxìÑßû×›iç/\›Éƒ‡Ì›;ç³ÿûâsÏý¼ð7Û™åö#ôÖë¯6kÖ>ºN§CÅÒ§w¯ysç,^¶,¨yó9³gÍ™=+(0péÊ•w㺆Œ5dĨØ1ãž|f®<©”Rºyë6³ÙüÜœgfÏ|bÚ#ÛÝ®üA¡P¼4ïy„ÐËóžâñé”ÒO?ÿrЀþÏÍyæW^^RÑÃ*'§¦®Û¸©[×®mÛ´®_TGÄË/(Hºv !t3--*2’ã8JéÂE‹ûõí3kÆãM›úÕ·ß;6P{[ébŒ[†·mÓzÇÎ]òm@Nnn€¿ÿ-O¿ø*fà€ççÎyý¥—._QžYfÎS³¯§¤¬ß´¹[×®mZGB–ÿ¾*¸E‹'¦?öŸ¿›z3íBBBM‡SJ·lÛ.ËúÔ“3§><Å>Äe+W¶ š3{ÖÓOÎ Xöûïå!Ξ%‡ØµK9Äß–,•üÑ©|ýݶ3|þÕ7ÏÌzòéYO¾ÿÎÛõž<››ëçëË0Ì ýÓ32’®^eæ¹9Ï´iáïï¯Ñ¨1Æýûöíßï¡?7m(.)‘òòôœ=ó £Ñd‹ÌÖíZ­V9Û_©$IŸõœ8¯¾øÂ²+¡šõï=ݳoZZÚO ~¡q·{ï¾È¶mB„ÙOÌ=%Bh߃?~û5BH£Ñ,ûm¡Üù‡1žöÈÃ,Ë"„zõèþÁ«™lʲìÐÁ1›·n—;Vÿܵkʤ‰”ÒCGŽþðÍWò>ú÷›÷Ê«sŸš]o·´wÇv¹_-õÆ÷>ü¯¼}ÛŽ¿þ÷áòçàu<Õß|ííí%ŠâÙøóVž·ýä^%MêÏAýûýøó‚C‡´‰ˆ8|äèàAeËuüÄI¥Ry4.ÎbµæçÿÓ#èááA)½›@+á¨bŒ‡ÆÄ,Y±üéYOž?¡SǪêþÃ×_y{{ ‚pöüû”ôpwGÙâ IÒþƒ‡¾ÿúK„V«]úë/r~µ‡J·ÿµÓ&kp‹ û»”#Çâ¾ûê Ù’ö{¨ï«o¾5gö,„{•㎟P(GãâÌK]‚+Ü7?ü4qüØv‘‘?~óu=R†²wÿ7oÎÿe!¡”a˜=ûö·mÓ†eÙ±ÃÖ¬Û02vÆxÛŽãF’ËŽ}¢ÙŸçÏ»>þÏûrjÛ_)Çqßõ¥œ8çnM[¸·í)¥ôâ¥KÿçÙ ”””ì;xpîÓOq\ù íLAa¡¾â«¼¿ŒR¡¨h×54$fв•¿_ON n”••Ý&"‚RZT\ìéáaó+EŽxþšã¸ˆððÞû·|uÙYY^^^6CUÇ“HDZðÛ"?¿»v©úë]º:­VÛ¯OŸCGŽ>9ãñ›éé…†ÊÛM¥¥sŸ~JNÌW_|Á±:ü*ä<0 ¿_~ýíð‘£çž{æéªûˆ’¸à·Eþþ];wª=…CÕÜUýá”fgg{zzVÍŠ”¢¢âbÙûVÍTc[ˆ”Ò2³Ù–௽ô¢¼a˜ßû÷ª5kßxçÝV-[>õä“Umw]ìé•ÄÄßû7ƘRRR²ÿСgfÏâ8n@¿~ ~]tøèÑ»vÍÊÎiÓºµ(Š·É[Oe¥è–+¥BEâtéÔj@  RÏÁýËWC‚ƒm |tTTQQñé³g«ÝÙËÓ3=#ÃÖ:–––Ö= æÑQQ›¶lÙwàà€~ÙNhsEÅÅ^^žŽJŽV­BAˆ?Aïîž™YþÜ´( u´ìÿ÷ö»£G Ÿ8nlPóæ— cr[é«üc,?zµïÀÞ={È[úõí³ïàA9¬ƒ‡÷ïÛ÷nÜ’Åjµ=ÅLùk÷î+II½zöX²|9Ïó„y$› öÑCˆeÙ›ii¶‡»ssó!.^ÂÚbŸ&õ£sÇŽ~¾¾ßý8Pÿ~6·Ô«gõ›6I’ÄóüÎÝ{ìÝÒ]j/„CNh6›å—Ç÷¯%'ËS*dŸ’ Bÿ¤ä­qÀw°ÛÊ?Öˆ¢(Šâž}ûOžú»¦Ã1Æ={t_ºbÏóò¬ûlÖ§w/9SI’tøð‘‡úô©)Äž=ºË nµZm NùaþBˆN¯Ÿ0vŒF­ºÓÄ!„ìܽ§ÇƒÚsTT!d÷Þ}òd˜áÇ%]½¶s÷î^=Ê‹ž»‡Çñ“§$I²òüï«×Øâ‰1îÑýÁj¯!D)ÉËË—I¸xÉ>m ‰À¾ÿþûÕþQíO¿-YºyÛvVÖ*ÔM«Eí?pðôÙ³7ÓÒJJJ.$\¼xù²Ùlö÷ó—‡à£ÛE?yjñ²åòññ‰:dÑ’¥—/_)3›C‚ƒM&ÓŠU\IL´ò|‡öÑ,ˮݰñì¹sJ¥²Cûh„P`³fkÖ­4p@—ŠÚöÑÑû:wþ™sç EEO>1£–é5‘™•µbÕW“’’’®$&]¸téÄÉ“ë6nܼu{ÿ~}Ç}4.nÑÒå.^lۦ͡#GAèÍ0ÌÚ ÏÆÇ«TªÑÑ¡ŒÌÌuë70 Ó:"B©Pü0ÿçë))*¥ÒPd¸’˜Ųì’å+.]¹b6›ýýý=<Üë­ÆØh2M¥OždÛÒ.2òÀ¡C¿¯^þüø±cÜõz„Õj]²|Å¥Ëõ4#3sŪ?“®–••µj®T*ïò„¹yy ~[”’z£ÈPÖêêµë“'N0™LKWþ~åÊ•²²²-‚ô:lú\ðËõädµJUh0$&]mY‘’rîò÷÷ðpÇGE¶•s×Á#G|}|F ÅW=<:ª››6ªmäѸ¸ÅK—'\ºØ¦uëÃGŽ¢Ø>ºÇqí¢¢”gªø¢ââ™OW(‹EÖÎb±øûU„ض­œàç/\°%8Bèêõë»÷îOLJ:~êÔ“3føùúÞ‘7ýmÉÒ­îÐjµa­BµZ-¥tÿƒ§Ïž»™–Îó|×ν<==6lpŒíá<•JùýOóÆOMMØ¿ÿÞ,Kûèv …"²MÛ£qq‹—­H¸t©uDÄá£GAhÝŽeY–eüyArr²J¥*4’®^‹ŽŠº›µ/àŽš¼äää:ÔfxjZøpÕªUÆ ƒD€¦¥T"äÿÞ~û?ÿú—Ãç@£!Šâž={¦M›VË>$4qÌfóÎ={¼½¼ÛG·o ¸< $4qŠKJ–ÿþÇŸíœ:y2¤àò@ï)4uš¬_ëç÷ Ð{ €=€ê¨mp¿¦‡ú ÔeõÚìé/¿,€DÃ0ÁÁ!õ·§mÛC"ÄbAõ·§,ËB Ž¢.SGk³§ ö¸›ÜæÜ¹Ë¸šM„§©þö”eaUTàöˆ¢”“SXRR*IR•,è4‡Š«XQŽcÝÝÝüý}8¬œíÒ²ò’DqÝ'ÑŒ9+YƾM¾{{ ½§Àí½éõëéjµÂ×WË4m×G)2™ø””ŒÖ­ƒ!oN„d¤°ðÖ­ÃÛ( W½L‹Õ’˜”xófªN£°kŽooÇap¸+²³sÕj…›‡ê6›Ä¹ètŠÒR1;» 88´œEH”ÄVaam[G‰Xy««^)˰Q‘Q”ìì Já({ c Àm(+³xy©"÷J„u:eQ‘ò6à4{J©(Ѱ–á¢(ºöó•0Æ­o¦ÝtÓ¨cO1‡Ô4Áq yp"„P†a$"Ý^#,rG-/ØSÀ–ïž‹0äm )X·ûÈ+T´¼w»°4áÀm¹GɆ¼ 8Í•"„(¢”Þ'öT¾L[Ë[—¸ö¥£  \Ðê1 äm )øTz?]. î`Ok‹3…¼ àˆ’Tj6óV^©àt:Û`}”R^DQäXN¡P0L\qì}âN)¢Ø½§Ð„·…eYŒÉ=gÈÛ.êME±´Ô<  Ã0IW/§Ý¼áååÙ0® ‚Ø,H§Ó›Íæä”«nnZ¶‹rb;w[‹ñýgôcŒ1s·\÷°=¥”Vš2‹Ëãf¢‰Â0 º×îþ`î)€«Â ¢±Ô0F”‹År!áo½Î]¯÷¨½ª•ß‹`\þ\Bá:ÎäܸeÇ©3ñŸ~øN­Þ]>¼o»}´ç.sQÝì)¾»Øb„(d,€&äM­ÖâãÐÁÃmÞ4#3ãôÙS-ƒƒ¨AÁ+•ê›i7ƒƒƒunzAà5uddÔåË—¼½<9®F‹…iùƒûUÝ©•ç—¯ücõšu,ËF„… Ø_­Öܸysçî=iiéÿþàÃÏ>þ(4´eí!Tn (¥MaÀ"аó÷)¥ñ.ùúx·ªßˆ‚@ˆ˜œrEþÊ B‘Á(üÃ;ªîìï׬wÏû-’$8u&=#K­V!ŠJËÌYY-ƒƒ&OÓ®Î5Æ‹1ÆcGÅ8|¬Ž—ò,ÆÒݤÛþCÇSn¤_{a–¼åà‘“J¥²OÏ. fOë9÷”RzéJÒác'üó c‡ j/GhÞÔP\¸iÛŽfþcFÅÖ{QIBè¹3g‘Gi4šþýyxx\¼xF£Ñ¨T·Üý4k*Š’}@Ÿ9ϲìˆaƒíwk4bØ`„°}&°Ÿ@‘ý !DÞN¡1Ûqí¯ !å»v'‘$rìÄ©>½º#ŒË¬.,û“ÜiUãi?ÊŒ*ÎPq,BˆÚÎ)[qbl_J«‹*®»úw?j Õjìó+Ã0QmÃì#Ùö´ö««I ŽStˆŽjß. cܼy`Zz¬Ÿ àtoš_X;t¤æošvôø‘°–­ÂYY%%F½Nçïç¯T)ÍfsfffÁàãíÔmòÉS§“SÒX–yêÉÇýý|BF“iûŽ=jª°ÐðPßÞ­ÃBB¢(®^¿9%õæêõ›ÝõºQÇÊaùûúfçÞ–íï4JéòUkÓogâµë'Oѹ¹eçæ2˜3ûq³Ù²qËvµF(²X­ÆŒT«U”Ò ›·_º’øðÄñGŸ¼výzìÐÁýûö’#“xõÚÞ‡+EµR'|í°,‹Põ½§„RÛ2 öÓ4«xbÛ\iù=|°í«mgÙ^ÛùKT¥lÛ•“‚¶Å¹–«#„nܺãü…‹>2ñä©3)©i Žýät?__ï§f>&ïf4™Ô5¬àD¬Vkn^ÞˆØQµVö¦iiGn¡T(2³³»véÜò굤³çN‡†„dgg÷èÑ»UhØ•ÄËÿ}"*2²ŽæDÿ€fz{q±!7/G«ÑZ¬–æîîžCAvN–‡»‡ÏõääV­Zéõîeee[‡ÄŸ?×<°y%‡úO'Ñ­“O ¥e3ÂX§ÓZù±c«À{zzæåç[,–ZVL•Û?^à 7lÜ2lÈ`Š(Ïó+_}ðБ%‹PJ †µk7Ä8±tÑB„$IçâÏ>rL¯Ó¥gfªUê7^Ùd*]½fR©LL¼ê¦Ó>óô,w÷³çâ·ïØàÓéãÆŽ–Uøî‡ù™™YóžŸóíw?ÅÄ 3jD-®òn{OëØôž:}vÓÖ?ýýý^™7çn¼©|…YÙ)!žΜ9Ÿ—[8,vdvVÖ±¸¿#Z·ŠŠŒ­‰D$Qíßßš™™Ó¬Y@µq¦-]±züØÝ»v1oþë£Ø!åŸ&óÚÛïï?t¤]Td«Ð`ŒñøÑÃ÷ì;˜’šöØÔ)„å«Ö®^·é…ggSJ7mÝѽkç6­Ãsró~Y´ü½·_C)ŠGžxøèñGž(gâ¥+ÖŒ;¼{×.%%%o¿÷±-,[ªÞiãIãF¿þζx"„–­XýÖk/êõ:BÈGŸ~Ú¶cg@€ÿàý(¥{÷Úö×îÉãGcŒÇ±÷Àáü‚‚Y3¦]¸xiÅë<Ô[öaËV®0nă]:—””¼óþÿä¨Þ‘=­©'²ÌlÙ½÷°ÁPL!:¸_H‹æ²›?züô•¤ëÇa„;wl×±CTÅ©0¥ôÒ•kq'ÏŠÞxy¥tïcדoˆ’4$¦ï±¸3Y9¹AÍÆæ®×!„RR3vì> T*JJL-‚§LQKÐö±®åêX9lïþƒ7n¦OŸ6E’¤¬[½nó¼¹³þ¹Á•¤#GO x¨7ØSgAÉÉË P«ÕFc1Ç)¡‡ i¬Q«%I*)) ii1›½½¼ó ò[ÂZ…[,f_ßœÜÜvQQu KEw½»(ŠjµÚjµºiÝx^ðððEQ£ÑX,VO¬T*<=Ý“¯_ëÖíAJ¥Ò2£F­õõñÉÉÉ ©ê¯ªöžbŒüýürrrSoÜ|ˆÐJ- Ïóé ƒýük{*¥¥¥¥ã'MÅ· 4°?!D©T>þØ´mþ%èçãûÌìY»÷î—¿Z,–…¿.ùéûoÜõz³ÅòÒ+¯[­Öõ7µmÓ&vè£Ñ8ïåדèÐþ—…‹ç<3»ß¾999³ç<;vÌ(„R©|î™§§>>s箽½{õŠŽŠª=ÙL7¶=•{q±#E Qʲ\Aáäɳ …êé§çaFˆŠŒlÓ¶ÝÆävïÞE§sC”Š‚d•ˆÄÖ0ÐŒ1zóÕd'—xõº(ýs NçF)7j„mˆYžÈÈ0L›ˆÖ%%Fù´,ûOT¯^·EõN{O a«ÞhîÚ{älüÅæÎä8îËï~Ù¸e×KÏÍ¢”;qvßÁ¸©“Ç„…¶üæ§ßvî=ô@ûv ÈbŒÚ¶_³a;Ã0ò×>=»>v cœž‘;|Ø ƒ‡_º’´ÿàñq£‡B6ÿ¹»¨¨äåçg¦EËWcÌRJwî9áÒ¼9OØ}«¥¾Í£QÇaÌÄ (hh̀ϿþÑ~¢Å±ã§´Zí°ÁÁž8 –e›ù\¼” ×¹7 °XÌžž^ÆMÚ°qZ£Ö¨ÕnnÚøøs¾>>gΞööôbÆÓÃýïÓ§üýýOœ<îççW÷:œeÙüü<µZ“—Ÿ«Tª0Æ …"'7[«qËÎÉR©Tažç‹‹K:u· …";';7//¤ÊÒ6{Z©”eØn]:Ÿ=¿s÷žAû5on;ÐjµnÜ´µ¸¸ØÝ]ß¡}ûÚ§H¯×Ú³ÛPTtêôßßþðÓÈá±#‡3›Íò¯r'KiY©í«^žÑí"«^š››¶ÒQÊŠÉÔ~¾>„”ÛÙ2³yò„1 ŽC=>mJMÉ%iÖ?}¼½ÚE¶©%ë„-žãççÌÚ¹{ß÷ókÞ,`üØQm[‡M¥îz½|›Îd2ÙM…BR«•·êÝ÷žRŠ®$]£”þðó„˲Ç1 &„ž; cÚR£QÍ|l2Æ Ç±¶ÞS„mDþêæ¦–#3¨_OŽã† êsñrbrê †Áa‹ÅB Yµvsìþ3¦M’ƒH¼zR)èJq®ýêä_mùúxÛŸ#„œ>/Šâ˜‘àmp.­¦epÈ‘£‡{õêà——ëëë7n줵ë×DGE6 H¸_PPèççÚ²%˲!Á-Ο?›“›ЦMë:wÃaµJSh(°X­j•JçæÆ0Œ›Ö­  ?Ýœ¦Qk<Ü=xžÏÍËíÔ±³B¡(.)V(…†‚Ô”Ô–-C”U–¨©÷”ã¸aCoØ´¥Ð`øè¿Ÿ>ÿܜȶmB«u݆MëÖoä8®ß¾nnZyVh §”š•“Å0L×.ßxõ•ϾøjDìÐò©¥!»¯j•úþgÙŠ•ï}ðQ«ÐÐÇ›Rh0p,G)•$)7?WÞ9;'{ÇÎ]þþÚGßr6I¢ID*1–Tg˜aOB±C!„ÖoÚöåwó_}ñ9ïz¾=LDŒP^nalì˜:>•u}ë¶í³!¤Ö¨Ç3ó‰ÙHLºÝÞ~p!Ô±CôÁCq­ÃÃì7RJwí=Ý.òç…K^xvv€¿¿í9¡Ú¯”P*¿¢·¤Ääïï/ïàáîž““Ü¢9BÈh4êõújsÛ·?.œ7wV€¿¿$Iµ$c½ƒ¨8œ<1}êä cÿÚ½oѲ•Ÿ}ôž»^o2•ʯn+-+õp×Wµ›ö‰]TE»¨ÞýÜSB)Ï Æï½ý’l‹m=ëÅÅÅ!¥’c¦y`ª˜yn}>¬êW¹x{zz"„ÊÌVÙbŽŠ¼uÇî¬ìÜÅËׯ èŠâya˜ªAÛǹ.öTžå2Küýäɯç. E±Cc ­&p‚rÓjÃZ…>|¸w¯ÞÙ9™þ'L^½æ÷N<ÕÎ~Nߥsçz¤Pp [Z%…·ÜX­Ö¼iq‘B¡0¦ÞH Q*Uµø«ªSHÕZõ{ÿ~çÿÞ|çfzúoÿ«y` »»þæÍ4Si©|Ôé³ç’SSC‚[ÔÔÑò…ß©D$É*étÚÒ²2ŠÊ»jEIdY–Rj±Zl;JŒ¥Æ·ßú¿W^|aѲeßþ8ÿë/>ñôðHÏÌn!·Ô‹aôÉg_|ôÁ{þùùöñ—?HDª‹«¬KÓÉÔ~¢º3|h̤ñ£óò 6oû×Q1ƒGŽyöìñìœTÌ0e¥e/¼ðú /¼^VZFÍÌN¾ž|eòäÉHÞÙŽaƒäæå:'?v-ߔܸ™¾ý¯=^¡‚¥ôÚõ„PQq±íù÷r‡dw*„Pff–|†ã§NwïÖYÞÞéè}ûJ„‚xìøIûІÉÊÎAOðÈa]ONÅ—T½Ò; Böp¶ÇöB«Vo$„hµšÁû©J†Áݺ”>9çÅÅ ¾kÀëlø ââ2Q,­fê!í9á¢Ùlé9nT¬¼Ú?Ï ;ví»pñŠÅj =bØÞ‡ÏœKÀwëòÀ¤q#ø{ó¶]ãAýû ÜŸòú;!„B‚[èunEEÅ]:uèÿPOÙDnûkÏÕk©J¥q£†É“"j Únr›‡‡¶–‹’$ééç_ýmþ7¸G ”—Ÿ:}¶_߇JKM¡-î^¿zìØ‘Þ={6Dˆ„ܼüððp•RYh(T)•EEE)©7ÂÃ[©ªÓ·?0%-ý¡ÞYyk-»©T*•R…1–$Él1K’ı\vNî«o¼e0üÞ}ó–-Cn„ Ð¹étn:‹Å"ˆÃ0r²È£¯zÞ]ï.ˆÏóeæ2__“É$Ïõôðd0#‰a“ÉÄ <˲^ž^ N!Él6MFŒ±ÎM§×ë­«•·º¹¹ ¢P\\L)u×»ët:“ÉTZZ*ˆBå®P†=zühëV¡¶ËOLLž6mZ-×îÈ—šÞý’–!¡§OŸkß>|pLŒ<]ƒç­W®œBWÚ’Ò²!b(Š¢lPn;C±)ÑhØ¿WÚ>*6fTlLåY5jÕø1ÃÇnÛ2mÊøiSÆÛ¾>Ô»ÇC½{T=ÛËÏÏ®ÊØêžOª)hûjOvyÒ°kpŸ€1öôð|°K§}û÷öï7À?ÀÿzJ’R¡ÌÉÎn¸šÜh4ºiu…ùJ…Ò`(N½‘¦V©oWTÝ£Q•°X,‹Å~‹ Íü¿úô“Wß|+/¯à×EKÿóþ»ö;ð<_È k²ïÅ%Ŷ-éé¶ÏUE1/?¯ÒJŒ%¶‡ŸŒ&£í'C‘ÁPd¨åÎáVWy·ob9o=qíÚ•6ìCh_•oÙ2iÒ$‡ÇP„[v°,»nãÖþõ lÖÌá×È Â¦¢Ñí)Ûpç—$R‘¹ð†*[œkÉ9<ÏoÞ¶“a˜u·õ¨÷½.À}‚(Š%%%¥¥æfþþµ£¿‡Z´NH¸àîîQTT¢×ëmoHrPó$Y,¼R©LKKsÓ¹å¦ÞH ð °ZEJ­*•ªÚ¾{wf{\éÎ\„Èûø~ýùg_|ýMîÖã N´ wp³QËà~»vm!»µSZj„²:9¥tÕš§ÎœÃwˆŽ3 ¨yàÝŸV¡ÐÊëU®¥Ôd2Æ’£Ñh,*2Xx«—‡WDx˜··^¯×ét ÑjåyÞZZZVh(´Z-ǹiÝÔjµJ¥R©TJ¥ªºw™VX[B’o¤öîÙ»öÁýZP)U>^>e–²¢â¢¦¯ÇpÇOƵ ¨pöäÊ•¤{hp¸÷¨vY~2}ÚäéÓ&;<η\ Œ±»»»^¯÷õxÞjµò„H,Ë©TJ¥R©P(^í«Õ*•Jéæææíí-I¢¼Ô ËrÇÖquíÛîׂÅjÉÈθ7¤A•דj¼uOû–šæž6ñ8CÞpI“ªV«ÔjU£Ç0 Çq©îôÀòOÔõE¡ˆVš{Z—ì)p·Vϱ³yÀž®n£’{OïZÞ{j·Ü)ôž`OÁžMÍžþ³2ÿýp½”RŒÀžíöØ{±jáç´Ar‡"½_ìiù5ƒ= µZ-ˆRrï˜i†ãTÐpŽUcŽãxžÇêâíÃ0‚ (ížN{ 48ÇqœÎj-½WêµZ‹E´œåØ<Üõ9¹ÙÍA„¾RŒqfv†—§§Ãìi]–õîs$IÔëÝU*eiiiï’dF£qcYÖd2BÞœÖaìë囚vS"$À/€c9W½RA2³2M&S«–v-/ôž ÉdÔéôþþþÙ¯Ñ$2ý´J)Ï[L&ämÀ¹(ŠðÐVyùù¯$ð¼P—V¬ÉRS“Š1V*¾^¾a-Cí÷¹ÛÞÓ{î‰lÀY”••–•Ýãû÷Ü*­€K²lóÀÀæwjO¡!Èí»„kÜ{ 8 ŒïΞfgçB"Ž¢.+ÔfO{öì ‰8 žçSSSk߆ï€&ØSì)€=ÀžØSì)€=ÀžØSÀ…á\ï’$I¢”Üɘa†§‚ (‚‚  (ö´X»~É™³Ç ©kéòññØD÷ûBéj‚PJÖ¬[|ö܉º êëë?°ÿð» MB¤5ë=w²Î‚b??ÿý†?Ø­Ú$­Œ¸zíâsñucìë0°ÿðn]{ƒ MQÖ¬[|.þTÝõ÷o6 ßð®]z ØÓZÜ =qâpŸ>}Y–•ËNÕ]ÊÿUüg4wïÙÌóÖ¾}b t5AAO:Ú»w_–eê*¨Ñ¸{Ïžçûô‚6={JOŠëÝ»Ï ºgïž·‚ MÒž’Ó§ãzõª» ´¤D.¡ÖÞ½‚ MOPéÌ™={ö®£ ”R¹„ <ß³g{ZóÍŸ$ÅFS1¥uÚ_¡P´hÑb÷ž­jµº[Wè¡iš‚Ý‘ Í›7ß½g«J¥†š&)¨x§‚îÙ»M­Ö@MÓ,¡%FƒÉTRwA›5 سw›J¥A› ‚(–”L¥uTéïï¿gß6•ZݹS{Z=D"!jwƒw›¢(ð—F„‡oÜ´Êd2=Ø­7Ç)ê.f§¨èµœ+(k¶ió*“ÉXoA†á@PÇCë'h«ÐЛV™LÆn]{ M®„Ò;´eHËM›ÿ(-5uíҽǫ\+ƸEP ¹ÊíÒ¹'Çq (ö´2!wzÏ[1Âx áâ¹-ÛÖ’;?ƒLï^ý™2rU´}‡w#(Ƹw¯þO~$h2‚¶¿pfóÖ5 h“ºß¨· Ñí£ãÏŸÞ´euýe¦w¯S&=8ØžÖGP ƒqdTÔÙøS7ÿQ?AY–ëÛ{ÀÄ rÕÞSJ)!¤ö;¿Ša *ÅR^}||›÷Eè–Ù5•Ž©ØJE!B %„PB$rèа§.#¨$J‡ï7Ó‚Jœ"è‘#û@Ð&UB}}}›ÕSPQÝö´!ìi=5‰&^ý|}‚Ê¥5S“ /=vì)àÊöT’‘j+Z”"J©$B$ù>RŠPYq‘¡~bÌètzQ ‘Æ&œ%¨Dq„ cìæ¦x´aì©“…êJ%T«uƒÚHõ´¬´¬ÈPXoA5-”PÀ•í©Dˆ$‰’$ÕT´(E”AÊÊÊäÛ~„JQqI±§·~û޵£G>ËQÐ;T,+3;VP/ÝöëF|„pt •œ"¨»§ÛŸ­5b ¨àŒ*·!ÕîØ¹aäðÉ ‚£íém•{¯)(BÅ%ÅnzÕÎÝ›†›*.Ù{*I‘j˜°U”&S™R¡38¸EHù/ÔÞÝ2 !tPJ(•änW„(©€Rù¯dµZþÚµì©cýi]åy¡´Ô¬T(‡Ü"(¸^‚’ò!g;A-óî½{Àž6@ •ê"¨J©Œtg‚"UŒKV#¨Ù\¶wÿ°§_åÊ‚ªUª˜A1´¬¬lÿÁ½`OYãÖ¡Ê%„‚PZjÖª5ƒû jÞ¢¾‚–kZ!¨XZZzäè~°§€‹ÚSBDQ’ÄÊw~rÉ‘Ç#JKË(B£FŒ&Äš›{ÓQA«TjA!W5€ b-‚Š¢XVfF1 u* Šfäp ªVk@ІT’jTþµ¬ÌÌ°ìˆØ‘ŽT-J ¨såŠØa±„ðPå`Oo$I3Æ’’²²2ZåÎRJ 3ÌC}û"$0: †Á”PÈUŽ!\R\b6×&(ð}ûôiAÔ±ˆ¢„1s{AY¶ooô^´n%”å¸>½z#$:VPŒAP‡W¹b]åŠ^=zR*9ZPhCµ§ËVüìàc¶X(bB#»—^PŒÅØÏË«kçnÞÞ^&S‘cCÇÍÂäÛôå+øøX¬ÖšE öòöîÒ¹›·—'Úôo6V®Zèëïí,Aêh+óûª_o+¨·OçN]¤„2 ¨#aÕêE·Ôðæ“ IDATÇ×·s§.^ž&S±££À€ € ÚSJééÓq/½ð:Ï[ñ?ob÷6OH’„’’B£ÑÐQ€[yKzîÜÉžµ‚€ ÷B %ññ§æ=÷Êí娄bÔÑ7.œyþÙ—n+hq1T¹÷„ RB™çæÖ.(E¹ -rx…ÞSÀeí)¥4??Ãl6:%cJ¡h9RPB ‚:PQÐÓÑU®SKè­Ïã*¡éf³É)õ-Æ ¸ª=E˜Á9'c¸óAšEÎ#´J(r’ J¨ëU¹Ð{ ¸¦=%„8±Ç c†Â¼ו ¨k•PJAP¨r*(¸W¹ ØSG-„fXgånÌ0p+ïhA1 %ÔqmÚ‚bÖI}§PB]±Ê{ ¸ž=•ic–ÁŒsR“y3ޝ.APÃy‚b´!ª\ÆI‚b ‚ºTŠ1f\О2 #Ëq˜ÁΉÇ­¼CÅ¢Hœ'(A.¨ H,Ç:EPŒAP—ªrAP—”aXpE{Š1C©Ä1œ³:Û0fŒ!W¹Š mAY' Š1êø;8'–PÔŪ\ŒpU{Š)¡˜e1㜺’ÁL¥%※LT§ Ê€  QBÆ9‚2 ¨ÃEQä¬Ê0 ¨ã‹(%N”A×´§!DƒgÝù•ר€õA]NÐ ßßø‚² ¨+•Pm€!' U.àºöcLİN˜^Í`†P ãŽNUÔåÅ (”PGÔö êðÔ©m( ¸°=¥Q‚Ì4þªÂ ÃbJáÎÏÑ‚RÔÅEÔY‚2 ¨K•P %´P¨r°§ u÷G)fXÔè‹oc†!”8eÊŽëÞË#„Ôµ4AAPG…ŒAPÇW¹Èi‚",—P°§€KÚS„%‰`'MU”¨³^çÊõ%êr‚RÔe %Ô¥p¢ "Aµ§cŠ(Ã0¿²/Ë0’$1p+ïÐ;yç *‚ ®UBQb oÆÁ‚"' Ê ¨+U¹X$g­ €=mp$Id0ÓøïÕÆ˜!„ xã…c¡ÎTA]KPúf@PÉy‚ ¨« Š.iO1ƒ ! Ã0´ñƒfˆ$ÀD(§*ë\AyÔµ•@P‡¦iSzO]¥„b†H†ÞSÀ5í)f$‰²¬“æÍH&Þü  ¨ã*ï¤ 4MAÆ¢“ž4Àž6üõ°¬(X5-!ݱ,CáVÞñ©ÊJ"Ïj4N”A]JP:Ûoeœ+(†êb%\ÖžºëÝ‹ŠŠÜÜ4¢(!„§£DžˆkåyXSر͟^ï^TT¤Õª ¨‚µò<†Eø+¨Nï,A9ŽAAP vAuÎÜ)àšöTçî^Pß¼y3J%„0¥Èæåa„qy¡Ã!Ä`¹~³m¡¨|i JiÅ‹3äÅÄ‘ü•¢ŠO¶ÿB”’¢¢|­Ö r•#Õë òê((ÆòJ)*Ê×€ Žlû›^_XèA)劋 @PGêY.hc¥òªðu/¡,êhA±›NW« 6Õp…¢ŽK’TRR¨Ö€ €KÚS7ÁP€fccŒ—Ã0˜A3·ng0S¾'f0Æå¯A)ÿC(¡”bÛfûKìþ£„R"BnN®··7ä*Ç ZXX€j|AEÏËÍóööçN±ÞMWXXèA…rA¡„:´³Mëf08MÐü¼|//(¡Ž¼ßp¶  (à‚ö”Rª×ë²2SÌf#¥ˆ)/?Lyùa˜ c+Xö1ÆLy %¥‡Ø#BÿÙøOÙ“·‹"ŸW×28‚Rxm°ÃÕéܲ³n˜Í¦ÆT¬ùy-CZƒ ÔMç–“}³Î‚V´ƒŽ´ êXAssÒœ"(Ï[ òCCAP ŠÜtÚÜœô;ô–Ï5jŽÖ$¨ÅRVhÈk‚.eO)¥‚ øúž;{ÊP˜+I"þgÂn¢b„ݲÙöÛFìÇ$*Vb“7Þ2(a÷ätéÔ—çy¥R ¥ËQ‚ž?݈‚þó™RT_عS3A êA}¼›]8¦Š UeµÛZgAek”ZXPØ¥sê(AEQôö H¸pÖi‚vé‚:VÐf Î5¨ Ûí¥”"Q” …EÞ]ýAPÀ¥ì)!Äh4²¬:;;?//[©T¢¦ÃÔÂ??Ûö¼u!vzÛÛMù‹Å’™™C)g4½¼¼X–…ìu/ JÌfkff¥lII z÷H’d4YV•••çAËÊ,™™¹”r ¨e§ ZZj–5žžž ¨ƒU:£Ê¥”R“©,++‹õžJ’¤P([¶l³iÓþÆÆ¨eËp•J-Z@Þº{A !J¥*$$ÂI‚âÐÐpµZ‚:ð–C©T;QÐV­ „:¸„ªTê-œ"(ÃàÐЕJ-Iê¸*WÔÊI‚2aa­¡„®fO†Ñét‘‘‘z½¾¤¤D’¤ÆNJŽÓëõAAAnnnð¢v×ÔÝÝ=((H§Ó T¯×GFFº»»ƒ .˲z½>**ÊÃÃuAÛµkçááa4"¨‡‡´¡€«ÙSŒ±F£ òóó#„8«x+ ˜4‚5 Ú¢E A›  Z­Öé‚*•JŽã@PÀ¥ì)ÆX©T*•Jd›?߸¨ôAAAP¸í)äoW­1APA¸¯€éØS{ €=°§ØÓFF‹ÅÒøáBA°Z­’Däh812÷Õ&»Srhq—ð SX@'F'- ØÓ¦Ë—ß|;bìøÆ÷|B·?þôÔÜçŽÆÅQJ?ýê+Jé÷?ÍîŒÈÜ'PJã/\øæ‡Ÿ~öù£Çã!Ÿ}õµSZåÏ¿þä¸ÌfË'Ÿ1fâdÇžV’¤/¾ù’·qJÁ¹óç¿þþ‡9Ï¿wü$Pmyäy^žç ¼¡¸ßìéË/¼Ph08öœ¢(ÞÖ'}÷ãOÓ§M0~\zFB(;+cüüÜ9EEE¥Ξþ0ÿçéÓ¦Ž76##!”Ý8AÛg JiVc…ëªh4ê—žÎPdpxi©DHÒÏ >mêØÑ£223¢šîiAØðà›ÿú÷Ï ýÏÇŸ$%]…4î/{ªT*~Λ·Ü®DIW¯ùûù=jÚÃS(¥_þBˆã8ÈO jO“®^ ð÷7zÔÔ)“B_}öi#„KÙ´eë?ß1þêÓO@Ž»D­V;üœ˜a¾üä¶QÿŸ½óŒ¢èûøÌìîõË¥BH ¡(½‰‚ÒQD°û(>ØÛkyžÇGE}lø ÒT,ô"½Ch¡ B(¡C ½]Ù>óþ±w—KHIðûˆÉîÞ–Ü|gv¾Ó)M?z,¶víþýú>þèÀ+½\×õ?–,…`¬©PJ8ñÙ_ 0àå—†õ}°÷˜ñ X€kO)¥²,+ª*Ër™’·Ñˆ I’$I¡ë°1†ŒÆ£}!XªE1èxBwB²¢,\¼Ø¸êb&IU¯×«ªªñgìÞ»wü?•{¦ñpEQB×/¦”÷—eYüU5¾$ü¾†@Œ± ¥A.‰ºNEE)(´q~0ØcîÙ3ᧉ!qCQU’eEQÜï…B+¥…6" cL’üO¹X“eù%KŒ¿–1¶;ä¹¥¿…ú—ßP5M¹ ¸‚rÐ9J…­zAØRZ&ÉÒü0ñçÒèJ ß| °Â Š¡‰ñï:ý"iJÅÅK—õ½éT*1dJiéˆQþ³‚²* kUšÐ$I’d™1†1¶Y­Ýî¹ûÎí !õë'=v ¸Rn˜ ¿m;vΙ7/1!áäéÓ­Z´xá¹gƒíصk}ÒÆý©©Œ²/>ÿ´Ab¢q¼¸¸xì?8N„Çãy套\®°ß&O™>kvÒšU¡¢ââÉS§Íûý÷Mk× „4Mõý˜iGñâóÏ]øg¸Ýžñ?ýÄ5flb½zƒ$¤©Óþñê+eÎÌÍËûuÒg˜óüùsýúömß®]à‹ìX»n}DDĉS'u~7òëšü^ïÄ_³Ûíûö§rùç{ïÖŠ‰),*žðã§Ó8áåaÃ\®0JéØñ6mÙòÞÛo/]±âÏÝ{ž~êÉÁD»Çÿô¥tÔ˜±õ{t 쯿ò2clZÚô³j׊9täHdD„®Ó¯ÿûÙ/“&Ïž;oýª¡Â¢¢ÉS§ý¾hQÒêU†ýï×ߤ¥üâóOÿýÑÇ}|pèã%oß>wÁï‰õê:s¦uË–Ï?ó´‘;~7v\ê´QcÆFEFþíÙgxžŸûä£ÿŒø´OïÞC?^PPøÃÏ?aëóù†æ sêº>î‡7$müç{ÿ·jÍÚi9B>ñqýÄD„ÇqS¦OíåẮ7~˶mï¼ùæ²+vïÙûÌSO>6ðCúmÛ·¯Ûîr’•=eÚ »ÃžÝ¯ÏC·ßv›Ô[“·-X¸°^ݺg22Ú´jõìSO"„$I=nü¾ý©ß®iÚÂE‹W-]ÌË/(˜û¬Ïƒ~lÐÅž•¼mÛú¤†¬„pß|ñ9(UÙȲ<ö‡““·½õÆ?V¯]{ðÐa‹ÙüÉþ˜P¯ÞÇÿþ—!Mn^ž‘ À…ËeÆŒìºRÚgÀÀ«W3ÆrrrÚwê<Þú޳æÎ¥”jšöÉgÿ}ùõ7‚W}ùÍÈi3gÛÓfÌüêÛÿÕ¥mÚß<§Ì.¥´m‡».ýÇèºzNp7ô8¥ôÃOF$oÛ.Ëò‘£G<68xü¾ý²²²u]WUõ±'žb5Jé¨ïÇüþÇ"ƘÇãytÈkÖ­ÓuýËoFNŸ5Û8aÚŒ™ßŒúÎ8_’¤¶îZ°ð]ד6n¼ï¡>Á[išvÛ/ÜÕ4mÐÐ'Ž;N)=|$=¤²,‡ž_f7//ï¶;;~9òÛ1ã'ìÞ»WÕ´~]¹f ¥433³ãÝÝBcH»»:]¸ú-t]ý¢(¿Å†{õéËnz4]Ÿ2mú6D?’~ôŽNƒŸfçä´»«Ó—#¿3á‡=))š¦}5òÛ³çÃväw£3}>ßmwvœ2}†QÛýѧŸ½úÆ[A‰ƒ÷4NûýEš¦­OJº¿o?㸢(õ­ëº(ŠCŸy¤¹ $Ijß¹k0H?úô³í;vJ’œvðàãO><§ÿ ÇV­]K)=›‘ѵ{àå¢(vèr·±íñx‚Ûev)¥™™Y·wìüÕÈoÇNøaOJÊ%žÕwÀ@CVŸÏ÷ä³ÏƒFUC~AAûÎ]§ÏšM)õx½ÿñé›ÿ÷^è gä¨ï¦2b¾®§OŸ~ésnŒÆ}Œñ/?Lè~÷ݲ,ÿ¹gohcÆx@¿‡1ÆÇ=ýäнûR‚¶{݆¤ûzÜkìöìqïº Œ*–Ð;—Ù­0ÓÐæ-[7nÙ2î‡çÎ_à..~d·Û¿úö;ÿüSUµ_~˜Pã ?«×®ëÚ¥³ñÅçLŸÚ£{wÆØ†›zÞÛÝïÞîÝ iB<ÏcŒêÝ›Òî¶Ûrsó.ç)gÏfÄDG#„b¢£ƒã¥.-´ËåB½òÒ°W‡ÿý¶6mxŽ›8~|·®]eYÞ½7årÚ|)¥ÁoA¹·{·õIIÁoA¹ÒoQ³¡º¾h鲇ûö1DOH¨WJް0Œñ+/ {õï/µmÝšRš´iSîÝŒ“»Ýsw0l9Žãylà#cAžÎ8íÁà8®]Û¶yy%X­Ö¯ÿ÷ݮݻc?ŽÒ\«²”nÞ²5iÓ¦ñ?þ8áîb·qÜd2ý4nÜ=]ºˆ’´'eŸ|‘îR—H§c—+Œ#äå—†½ˆå> !d¶˜¿5úÏ={BÆ~ºTQó+Ç™áÑý1ÆV‹å±S~*IÒÒå+"##‡<þ„pűë†i”¥?Í©S»ö]wv(óQp€TíZµ4M/(, w¹ùŸ«   ‡Õ3æöx^åe‹ÙŒúàÿÞ ¾pG~ùÅ´3ßýç¿êÖ>ìÅNïªÙ1,/?ßaw¿¾ÑSðÒÒ‚Z­ÖË,»ÜzK£_&Mz|У‹—-oÓºõE)ç ÑvlØhŸ(Θ3§NllûÛÛ]n+gQQð[„]ì[T ² ‚ÐùóçÃÃÃý¢•#cˆúÃc\6†`d6›bk×¢›wû%†ÅóüWŸ6mæ¬w?øWýÄÄ—^|¡ãïàJ‹ ’$½x×…öþ÷x=3æÌ‰‹mÓ¦õµTN„¦ÓrŸe2™¾üìÓi3gýßÿjðÒ‹/ܲVaí‘Éd2ÒcíZµ(õgÁ²,¯OJ"„<÷ôSHÀUpcÔž2Æ^óíþ}û<>èÑø¸¸2/Á`§ûܼ¼Ä„„àñ˜èè¼¼ü€IÊ‹‰‰f„Á‘O¯·œú€kž¤ c}âÄIÿÓC*odYþ÷ï/Y0ïÎí?ú¬æwŠŠŒZ³ný}=zø STôº I¢(Š¢8uú ãM| éG^b´µ,Ë1Y–jãZY–ƒÇÓºÝs÷Ì9sDQôz½ËV¬ ¾F¿ýî{Y–-Ë£ p:ì5>ëêÚ¥óoS¦ù|>Ÿ(._¹jûÎ]ã÷v_µv­1ÌvÝú ÷Ý{o0K+÷gÐÐȲL)Cíï²¢PJG÷ÕgŸ®Z²èÛ/¿ˆŠŒ ¾ £¢"×'mEÑçóM›13ônÁ›w3 -gÏfȲ¼7eÆ% !$ð|0J/$÷èÞÍøŠ¢¬[¿¡g ‚]â[ܼ/Bºvîôóo¿y<Q’Ö¬[˜_SÆ¢ªˆ•ÈA¹·Û=«×­3bȆ I=1ÄHD‡¤­Z³¦WÏ`gHQ†JnˆJoëºþݘ±²,[­Öý®ñ °’* B#á¸.:Ι?_E·Û½bÕêÐôŸ‘qN’¤”ý©ã̬ì`šây.ýØ1MÓ0Æ6nEÑãõΘ5;˜^ŒŽ­¡éôbÏÒ4mô˜qŠ¢Øl¶ýÖ¶U€Nizzºªª>Q\—”Ô³{wJéé³gúå×»:´?uæÌ‰“'“6m†€®îã?.÷ƒÔÔÔV­Z]?.Çb27þرc6›­°¨èð‘#­[¶´ÙlÇOœØ»oÿ‘ô£Ûwìä8îÙ§ž ö^jݪպ¤¤=)ûþܳ§°°pø‹/‚€1¶Ûm£ÆŒÙ¼uëñã'èÕkíºõ’,µiÕŠçy„ñùóçgÏÇñ|Ó&1ÆzÓ_~›”vè°,˱±±.WØìyóöîMÁïÚõçÁÃG4M3nÕªEËõIISgÌJIIylУ®°0ãG_µfÍ¡ÃG¶nÛ>|ذZµbj¶=mÙ¢Eòö¿ü6)iãÆØØØþ}ûBZµlfoqqñK/¾ ‚$I¿NžrðÐaBHÛ6­2õ@ÚA]×[·l©iÚ/“&<|X ûÜy{SöY-–6­ZÏÌüvô÷K—/Ÿ:sÖÊÕklv[ã[oÅ[­–ÑcÆnÚºõÄÉ“÷ßwßÚõëeYnݪän²$ÅÆÆ†‡»B&Á4fü„cÇ[­Ö¢ÂôôôV-ZÚí6„PÆùósæÏçy¡ñ-·Ìž7?%eŸÕbiÛ¦uË-Ö¿…ÛýÒ AÅ_'O9tè0Ḷ­[ÿ:ejZZšñ-næ™q !-š5ß²uë/¿MNKKkÒ¤ñ¦-[`QUõ×I“>¢ÈríÚµÃÃ]„°Ý½w¯Ûãö·¿ ‚`øËŸ~ýMV”#ééÉÛ¶›L¦§ŸÊqœN霹óRöí·X­o¹å·ÉS>Ìq\›V­~›2õÀÁƒ”ÒV-[p—~ìØª5k9²c箿¿ðBLL dW„?†9¬(JlllDxDó¦M×oØ0mÖìii>2 ,,ÌHûÇýá‡ã'NZ-–‚£ǎ¶jÑÒf³1Æ22ÎÍ[°€„¦›-æÑãÆmÞš|úô™Ý»¯ß¤(J«–-dEùmò”C‡/Ûp—‹`Rî³cYïøs÷ß_xáZd€ËGQ”_'O‘$ùð‘#Ûwì°Y­O ¬ëúì¹ó¶$'/øãù¿ÿ¾`á¢}©û‡B÷S ´T£ëiii—6™˜]¤!{æÌ™C† ¹™ƒÏç/-d»Ì‘@UA)öÊ«oýãõæM›êº¾%yÛˆÿ~±fÙ™ššvî~ïÎ-PÕÛíîýð€ÍëÖ@PWú&Ÿ7oÞСC/q,ttQÓÓ£wï²î“­ÖAà\W0ÆÎ;o6™vÀ¨ÈÈæÍš@°ÔT­eEa ɲ,!ª7="ÆdYL&‚1„ P€=-BHrÒ‡B©þïo¿˜PÏd2™L¦Oÿó–‰$I¿Mžb6›üùç~}úÔ,À@Õãñx¦NŸA8îç_ëûЃW:H. 4îUÄå4îCëpö{ `O°§ö{ `O°§ö{ `O€› ‚€ê‚RJEì*/Ç!„1Æ„@Iì)Àµ!о“§OäädéTG1VbjÊÝf !Üfc«Õj³9"Â#ãëÄó¼žæz4;'‹‚ 7%Œ1YRtM·Ú- ö´,ªªêºv%åuÂó<Çqjˆ „ðzäd'O‰®Ý¬I‹’c%vå¯ÑtMQd¯Ç•›³%ysݺu$6ây(rW”ÒŠ43'{KòæzõêÕOh‚Þ@)º¨ xìG?;pü½Qo7nÕ*ö´óLÚ›²“Rz™f&**úî.÷ßÙ¡ ÇÁ{ð:|åѹó'¥ì»\A1Æ‘‘1÷tíÕ¡=z½gf™™™M·PT™Q£>1ÆCÌ_¿ÆcF][`£ì>G8G˜Ë_'îlÆ™]»··ms»ÙdÆCWƒ Y ¨3Ìå ôƹÏdœùsÏŽ6­Û 7Š7÷ñO9™y [5ùî÷ï|ý:8Tìi©D²cÇ–Nºpœ‘*.|©…¶'!„ÇãY·~‰¢È]»ô„*·ëPÐ]»¶vìØù ]ª(J—Î=@ÐëM×0Æ”RÃÁ Tâb?ö&DbØÆéºæó©áí6{ƒúÎ?›¼}ó·up8œ`hª]ׯ]P¯Oåo³Ù$6‘ç9YÓÝ>¹È-fžèÙ¥c,*ÜñPç&º®oÝs$ÂiY½iwTtìúûƒúÌߥÑßi¼òŠŽº¦GÖŽL¼Ínñ‹ aŽÃG8Ž`£=‹'5Ð…F£š¦aB¢b£0Áv§%*6‚`‚ RõØÓ²O6YÌ‚ÉD8„ŒÙbŒi*ÝRd´+Ãj¢šÁÔH{Še˜ãpuÌR1&˜”3s

2*IC'DEÕKåªÈ_›ÊPHÕ+ÌVe岂ê”få™yT¬sXNÇã“9Žè”úDÕí]Öбˆ!î8rìLÓ†µgÒcgs1!%‚b´ÒÌÂ+½øíûcw­Ûݦk«ZñÑ!ѧŒ19B‡9c  ”tš›UxêÈÙ¨Úáž"'p&sŒÍ!`‚ùç $Ÿ‚1Vd•ã8Þ$Ö#„ v¸¬ºª¦íH}mÄðøqþ@ ´§FžE©–Ê6ì(¸™ŠÍðZsÅ-]«‰ƒŽKO¶ègJ.¥GYiJfFÅþuP¡u¿JÊ Šª²ôLY’D¬KT³x}¬Ø+“eJŠæ¥ÚœªicÔ/>Cõj»Ö=¶róÁ®;3 v&A+›Ãöæç/ú×ø½›ößÕ뎰H'ÆX‘5Žãˆ1:ß? 1j:CŒ?Åt–“‘O)âxœ©g7j•È¢©zA®Ûd8pÏ›8»Ãf²˜Ïñ±Ù­Š$íX½ýå^jÖ¶ „v£cwèžÿABpp·Ôåþyˆ`b©j”#¤uÓº™¹av3fJQQAaa¾¦iíš7|´KBaÎùÌ\wV¾'§H,,,N9|¦°0¿°° ¨¨èÈ_ÃĸœüâÖMê– ÕàP Bi;x¼E>ÆÏ›tîK>’}6Ÿã‰ pœ ð&N‡ËžÐ$>±q¼`0ÆTg/˜Ì&“Éd¶YÌ3ÇqÇYmfU”w­ÝõÜÛO7mÓ¸ì)ÒuŠ™VÿÓ¡L_ ­¹•mÔ_ýé_—4Ä ¢².3dß¿rb9ø?#!ŽmPõ‚r„»½Eâ‘cç,-–ð‰ŒìÂÂüüüÜâ₌Ììƒ'23ó‹s Š|Eª§ 3+¯  ¯°°Ðãñ4i˜è´[ŸÉl×<1TP‚V9ö0û?>ŽKÝ™æ-]‘ްh;Ïñ”2Âó„çá“À›ÞÄsö/(…0BHUTŽ'f‹Ål5óÇqœÙj²ÚÍ’OÞ¹n×SoiÜê–’aqPƒí)Ƙ!FªŽªë*Û*PM´fW¶’ߌ"êR/4žå¸Õ KÁ3J~@e[5 Jªí>äî5I»[×\³· ;· °0/'7;-ý¤Wf¾¢|Õ¯zò5_¡)¢èÍ*`·4j°|ãžw_xÀi·”Ôp§ h jhj³ÿãÓ¿cJÓve%<Ò鈰ñ<ÏqG8Nà8/G8EÖÎÏ,.ò¯nUÕ !„'œÑÂÁ“Y=¾k·~åцÍêkš¦iš®ë`RnOBº®‘jªl£”"H]ü‚Akne¥%½CêLýÕß-µ”I%%mþ¤›h7S“Õj& BñzVÏ]uÿÐ ·Ö5:˜)À?STš5Õž:ÂÂòòrãâbÓÂŒëc0.•£•íÏr„!ÿlB¬¤“¶ƒ±À1fä†ã!Jiaa®Õf‡XUÕîtæååÖ©S»:劊ò@ÐÊã2Æ_ãKm*\6·t—Óª¯’ ¶WÀM…Û- ‚h5몃Z,&^àò³ 7,\ßkhwÛ6Ôèr*‚Éd2™LÆ.Çq%£à°§5ìû8íÎüü<Æ!œŽnÿ‰þ¡¾È¿OpÉàà”4FÑ1ƨÿe”1F_þ#Æ ùÅ(cTU•ììœÈÈHˆUYÞ°9 òCáðE =~1AÚQZF¸ƒŒ•4';'2­,eå4ËjTB¸d'Ø—“±@™3Ì >.4p Ä’Âú(++{êo¿¾ö×^›>köý1ÙÙÙŠ%%yw»öíw®ÙÖÿÅoiÙÐl6©ÑšÆ¸éì)!Äáp4mÚÔétWýÈYžçÃÂÂâââôï®ANg³fÍ\.W5 ‚Vl1R×uEQDQŒŒŒN=°¿i“füefQÁzÑ’ÝKVŒ3¤ëzzúa»Í^PPlR¬Æ¯¯(ª¦©'Ns:]ubëþôóÿŒÉ kÊl2›ºÝó`Ï{*÷>………gÎf¤=zêôéõë#„L&áŠþ]×G~ù%DH ‚ Ÿš–´dÝÃÏ÷ŽoTÇb±Øíö2ÆÔ˜{Œ)pÙSŒ±Õj‹‹‹‰‰©®Y]8Ž3zØ@«(AãããkÕªU‚ž­ }k׊ݸ)iùŠ¥š¦Ì& © Ùf,Ä‘–Ý¾È aÄab·; ëc-o]Ó|>¯ñ—defey=[6d®W/¦vm׊• /fO×®ßðö?^{ÿÖ-_ñÊ𿇚NUUu]G[-–`±J’$R«Å"J’Àó&“iOJʦÍ[Þ|ýµr?…ø \=¿ÛaqÄÔ‰±Z­V«Õf³…NƸIí)ÆØhD¨–¬¨d†pH{ (pqŒ1¼v»½Aýá^¯W–eMÓt]×4­ô˜û«T͘îÛ(+Z,–°°°ÈÈH³Ùlä‘ÕøÝ5MÏÍÍñx¼¡'²§M™Q^OhüäÓCmöú’$–{Jéž”}ô¸÷ý½–¯ZýÒ‹/ûìØµ+iÓæÔÔTMÓ?ÿô“F Ç¿þߨ}ûöýÅçÿüÏG}|ðÉ!ƒÍfó¤©Ó {zá§K«£AƒqqqaaaÆÈ'0¦ØS°5Ö¤‚ 5LР=!""BÓ4J©±ª¡±¢Ì5E‚3{'¬ ®v{ªªZVV–¢H†Ëäy~]Òª2çÜ{O/Ji~^±RÚ…œÍÈˆŽŠTUµÇ½ÝgÌšzà@Û6mŒÎœ=ûÞÛoQJ¿øzä·£Fÿþ;ãø?^y¹[¯æ/ü£KçÎ-š7CµjQ²®ý…ŸÀÕaµZ‡Õj5Šˆ`L°§Ü0öÔøÉó<»€Š*Ò”Ì1f¬Ð˜¿¦zç–Ò5=?//ôHëmËJÂãöê±§ËW®ÊÎÉùaâÏ !³Ù¼tÅÊ =íß·ŸáËŸzbȧŸ ^âr¹(¥Ã_|Ááp\xÃK —Opö(Œ1 ~Àžp#9T„Qµi)»Öl=¢\·Z½ß]Ó4ŒJÆf©ª²s÷¶ÐiPB÷téÁq˜ê¬Ü.ך¦HKýíHã»äåå¯^»ö7ß0›L(d€Tíòzl_Ú}‚7*0õ]{¢†ÕMÁžTCvæ=º® ¼ßžò·hɬ”}"ä_Ÿ€Q†JN^Û a BH¥ ï°ojà ‚A×¶u«EK–$oÛÖíî»Bªª ‚€ÊÎÉILH€˜T1gΜÑuÝjµ^ËM!f³Ùår9Np¨`O€ÊÅb³ØlVcºÖ°Îë)î~wO^+ïSªë Í+s¹,Ë -ê}ÿýÁ…v›5kŠZ¼tYÇ;ïäy~_jjËæÍB+V­~ðûƒJ’dü4™LF¥uðˆÅb¹ðS¨F(¥¢(Š¢rnv IDAT(Ërtt48T°§@%"KòàÇŸà9Þ˜–_”ÄüÂMUB”Rcb-Jb,"²–è+[{úÛ”©6mŠˆŒlÔ¨a­˜„Ðþý©N§sÇ®]¿LšÜ«gYsæ&Ô«§éºÕj}bðãASûÛ”©N§s⯿õ}è¡ú‰ ¡,r:sæ/xüÑ~ ׯX+Š›|±~!3gÎ2dH ÉdYUµ+ZúB`}êƘ,˺®ÛívªD’¤ª öÊx$˺¦]õ=}>_p¹ÑPyhøË¯ˆ¢#Æf”"„0B:£Œ2J)¥Œ!¦ë”#xöì9³f. ½Üív_ì‰N§¢Pí,Z´(11ñ÷C±ÙluëÖ…€­a(Š2oÞ¼¡C‡^✚_{Ê›ðÓÄ…‹—l¸’Õ¨/¼ÉÈQßýûý÷ VÝ€&IþvôèÍ›·¬X²B£*ß>£¾³yËÖ¥ü^¹…OEùö»Ñ[·m_ºpAÞsìø ë’6.«¸{LØãr…g0~RjL®¥ëº#//÷ÂÍÞ¸Ø7¯[±¨v~_´ø×^­ØÂ'„êÍIÍ·§ã—_6yÚôkô¸999]nD¬VË«Ãÿ¾hÉRŠªÄd2 6lñÒe{ÛàП f“iøKÖ®XyEW]³Éô·çžý}Ñâ –§Ÿ~qöì©^¯ï/Ï´ÛmO?= <(pcQä.®Øs!`Okè—ä¯õk2ƾþâ¿]nT‡j±@ T=®9ÞtñÒeôøB7yWýÅÏWÊ»ñú=ð@?ˆ@Må¹'Ÿ„@*„5HS–e¯×«ëº$I^¯×ëó]Xð’eÙãñMgè.BH§TEI–}>Ÿ(IEEnã´=))~ü)ä)>]×EIòx½ªª–\®ë’$ɲ,Š¢(B“ÄÕ#I’Ï磔z}>EQ $Y–eÙèhæÆOQ3ƒ(Š".)usYöz½Z žk”Oôx½š¦…KÊ}(P-T…ÁÒ4Íg_éô [£¼‘„COð„ìz¼Þ%Ë—K’\Fè`â•$É'Š¡"2Æ<žRWI²ìõú‚U¨úÞÒêp¥,_¹*øúEQ×uYQDQ%)8ÐÅ8¨(Šñ0Ò©¢(ŠªÊ² Õ¥€AÍ©=eŒýøË¯«V¯ùðŸ¬]·î@ÚAJéç#>nXuÚ8gò´é3fÍÞ°z%B¨¨¸xÊ´éó~ÿ}ãšÕƧûSSgÍ™W»VÌ¡#GÂ].ÆØ×ÿý!$ÂäiÓßxíU£'ë†ßç«Wïús÷Cylqyòöí6nŠ ?qú´¦j£¾ù bØÕxMûêÛÿò÷–ÉýeÒ$gXcL’¤ŸÎf³ý2iòâ%K—/þƒ1–—Ÿ?eÚô•«W¯\²!$Šâ„Ÿ&îÛŸ:v„˜˜˜gž|"ôo ”<-ô²,·içï,Òu}ãæÍ÷=ÔÇ8®iZï~ýÏgfjš¦(ÊÐgžcÀÕ’}{ÇÎ_ÿoÔ¸Ú»oŸªª~2"yÛvQÓ J#+Ê# ^½n¥4##£s·{ƒZLš:í§Ÿ1–q?|$½}ç®Á›{<žÛïê´dÙrMÓvìÜuG§.sæÎ3†¥,]¾¢Ï€¸¡þgħÉÛ·‹¢x íàc!ñÅçó=:xèšõë)¥§NŸ¾§g/8{½wtê²`áBJ©Ïçñùo¼ón0}ùÍÈÙóæ3ÆU6cæÿ¾Ã+**êxO÷àËìz<žÐÝÐãwtê2iê4MÓTM[¾rÕÃ?u»Ýƒ1VPXØ¡s×e+VªªºuÛö;»Þ3oþ]×UU]´tYÿA—{Õ•âõz!b7!MZ¶Ú»wïáÇÓÒÒZßÑaä¨Q‡:xðà[ï¾÷Ôs;|øð¡C‡z<ðàÖ­[Ÿd‰ÀóÆ|ߥcGQ÷îÛlóÕ)]²ly¿¾}Bã„zuË(H8®WÏÇ5mÒcÜÿá~Æšì];wÎÊÎVÈmÙš¼ykò?ÿòÇâÅÁ‡e°X,ã¿Ýù®»¼>_ÊþÔЖwžçû<øÆØl68`jj°ÂuKò¶î÷Üâ9®k—ÎI›6ýeò¼‚ yü1ŽãxŽ»³C‡ìÜÜ‹6q/ð÷õ¸—çù&sy¸__BÏó;v̆PAÙ1Bèþž=1Æ„>½{IO7>rØm“¦ÍØ M–åþùB(eßþ=ûöÍû}áÚ I¢(Bè¨F2f'­]ë/{±”™öµIã[™4é±A.[¾â¶6m.q¡±¶uèìn„ã¾üü³³çüë£OêÅÇ¿ø·ç»tê1ìªÁ¥%é•¿¿d r UÍíqÏš7¯NlìmmZ‡êš™™ér¹÷Âåš ŽÁaݦR£yØÅ ”ID…ÅE³æÎ«S§e‹æeD!D©SK¤GÆXQq±+,Ì(?8΢òî|†)(¢ð—¯5l —4 |pûò.àJRe`ØbTT¤ñ Å¿ùúkKW¬;á‡Z11èß¶Mk¯Ï7xУÆÇçž‚ÁUB5lh”AppCNNnýú‰ådM+xÜ!ã¢0Ư¼4lþÂ?ž|öùýüßÛo–›M†æ˜¬t^*IÒ¿Þ{wáœYî¸}Ä¿€èUf5:*êäÉS†³ÉËó×X«šöî?ÿýpŸ‡=2 ®Nb"ÃÃÃO:ml_ÝÌy—ÿP  ²,ÿë?÷ëóÐÀýëÄÆ†ZyH”±¼üü„zõBÃ6//ß89¿ ?&&:$yªÈ?ªÉsáã‚eNI–ËI†ì–¹ €ªÏŽ ãââüu ¢øÂ³Ï|÷ÍW­[¶˜ðó/¡ÈˆˆàÂÂB7 ÚSÆØÁC‡Œ¡Ö+V¯~ W/Ƙ(I±`“ALLÌÚ I^¯×ãñΘ5clØÆØ÷ã'|öÑ–,˜ÿå§#Â]®`Ò’eÿšÔŒ1ÙXŸZ–Br`­jãòÑcÇùDÑl6x¸ŸQ3\ˆ²$1„$I2\!¤k—ÎsæÏ÷x¼ÅÅÅ+WûgÄBNŸ>ãóùRöí'„œËÌdŒçÿ:yrQQ‘×ë]·~BH È$IrPAÿ¶$QJ)¥ÅÇeã¡]:w2ZòP œ÷ÆgΜõú|ûö§bŒÏgf2Æ0B„àÔdYöy½6nìÕó^ã|ŽçïéÚeí† ²,{}¾M›·ôèÞÝð¦áá6nôz½EÅųçϵ¡!žçÓUUU–å‘£¾ Ä–Ò"ŠRé«0ÏsÆUÆlˆ1c®c»äBcW–ý/ Æ`Jp¸ŠòjpûÄÉ“Š¢ÈŠ²99¹sÇ»ŒÒã´™³%I¡G÷n»!Ôþöv+V¯öùD¯Ï·%y„!€â>þøãr?HMMmÕªÕ gk~üù]×;¶mÛvAž~ò MÓ~<åHúQÒÖ-[ò:wþüè±ãV¬\5cÎÜUkÖZ¬–&3Ææ.ø}_jªÕjmÒøÖIS§NOç8r[›6“§M?xè0£´u«–„c'N®Y·þHzú¶;‡¿ðBLL İ«@ÅIS§¥§U¥víØp—‹Ò¼iÓ¤M›fÍ™{ààÁGhx~ÂOOž:e³Z‹Š‹Ž?Þ²y ‡ÃѼi³­Û’'M™vððá&oݶQÚ²E EQ¦LŸ~$ý(F¨UË¿Mz$=]UÕØØÚyù³çÏ?zì8c´UË‚ ø:wnZÚÁ‡e0ú–ýðó/§NŸ¶Z,EÅEÇOœlѬ¹Åb9qòäþý©éÇŽý¹g¯Åb~bð`BBÈèõ›´iSÊþÔ””}>Izþ™§AÀ &aü?%oÛž‘q®Û=÷lܼYSµV-ZpÇ;wþüÂE‹“¹AýÄ«V÷êÙÃç›2åè±cªª&Ô«WXT4söœcÇ3J[µô_•qîüÂÅ‹“W§Î´™³Ž=F0nÖ´éäiÓ=ªijíÚµsóòçÌ_pìø ÄXýÄÄé3g¥;ŽkÙ¢Ååw r¥ @Íà—ß&ÙìöæM›"„æ.ø]§ìÌÙ3ûö§ò<ßï¡ !¡³çÎmÛ±óôéÓ)©=2 *2òÖF·ü¹gÏòU«¤§÷êÙÃQz1ᨨ(؆®ëiii—6™øb=êfΜ9dÈë SJoïØyÏö䫾üÅ—_yû4oÚT×õ­Û¶òÙçk–ÃjC\>ŸÏf³A87Ë—/‹‹3Fe z⩹ӧ^û=7n [ÃPeÞ¼yC‡½Ä95jÞS£=NE³ÙlTÒ\)Y™Y/-záá-ZÀìkTäk ¨àòÆ›†è=%™L¦«ËŽ ®¢í¨Ô{ª(ʤ)SÇÄ_ë×ç¡ú‰‰W‘Þ>x÷ÿF—˜PO0™L‚0âÃC ¢ÈÏχ@j—npWeÑ’%v›mÁ‹ºÝÝ5®N«~–¤¾i‹@5©qàz÷›“ÐÆý 0(ÇÇÇCRªyÜ\ûÔ0ÆãÈÈHð¦7-`O¨H€k¼‰Åb o öàšHHHHLL[ T@Q‚{ `O°§ö{ `O€šÌ{ @•À(²ëäo±Ú0ö€›Ú›èï¿r®Ü/Ë*âË7”q¦ÕŠ?û>Ún7,`O«êŒ2„Ø%óÍKärÆÂ¿ø—h*Êã蔂 7"’Ì>xõü‘ÌßBP߉v4 ~„1AaÄv¹ÐŒãlØVÆ•¹$pFÁ 1Ü=ûlÞܹ] bÑ4MÕTUSá• €=½xŽ(ùNž>™“©ë!ÄX‰o)›•xÆÂØjµÚlöpWD|º‚ @«^DQ%yJB%¤ ½ƒJŽôªô¢ô¦È©x§÷žx§ÞYÑC¥÷Þ›RBïUj(Iè%„ôò´}vwæýcžgŸ}Jœ$ ™ñáy¶ÌîÎovæ;3¿™ÉqŠŸ2´b… wïß9ýÛ‰õ_bY.ãqxž[Ú%I‚bŒ !„ÐO*Uˆ—”ñêöt4BdY²Ù-6›58ÈP)®r™2eŽ8\P¯îJf<£}!44ôÄ©£fÐ’V¨JB¤tÇCƒ‚4ñ#^µþ¨Múw¨]¹Vùìˆðë¼á¶]sÇ®qÄj—1AËNQα    Ðræ ÑcˆV£EÒšŠ«sŸærJYøÜŠ„?ùdôø‰T”Þ}ûí윜' $==ýOõP¢(–äå&Œ“››[|âšÃáøqæ¬wÞ{_1ÙsÚ0˵WŠ«ÎÊP“§ž&5L°¬‚þÀÓìùtoÃÓ#Á˜8¶ôŒ‡¶|¹ 1cŽ<œ™™ÎÞ®? X1(Qán'¥]þnuª8ªSÁiOÏx¨ÕêÊ—«P¡|…ã'dff0ƒ–¨0u‰EÏOž‡ÑQeúµnðþÐ_®(”1ßDA0¯ÒšÍz}kØõ®,cŒeŒe‘½7–ÑèÓ¨\? *wd÷—g^¤æææÞ½wÿÒ•+·ïÜ¡[´Ú'ë3•eù›ÿüçOõP6m.ÉËi4šâ‹ŸÐ!³çÍ'„,š7÷¹÷¿ ”å:ÒÓj4ÚråÊÇTŒ9vâp+Câyö=%0Á€€ô‡‡ãyÅ„ æäd‡……G„GBˆN9ÙèÅÆQ¬‡¢$Á˜(ÞrCi3%êOµ-U½½ñ¢d£Œˆ‚>{òå†#"#!`-Ny õÅPˆB–«9æµ1a¹e ‰‚1XK°ZÅà M@mŠéD˜¸ë”˜È2¯¡§‹@êÛª4š"¥õYÉ=ûö¿7ùí¿þß'Û¶ï˜8~œZ‰¢(Ë2€0H¯W”Ãá1Òë퇆çµZíÙóç>2å·îU_K¡,˽^!$„‚Ó5e:–ư ’$éõz§(Ê’¬Ói}$ }9žëp86mÝÚ³{7‘N§õ¿%Y–N'BcÌqœÏMÒgx€rWcFA!Ÿºˆð?X!$??¿SÇŽñq±´6ýøÑõ +Tu–ËñNѪ”¡q§YÊ(Õò”ŠL‘‘®^`T:F%kiÅsÑb±df¦GFDê´:sˆ¹J•ª¿=Õü•V&£‰¥¡4(V ê1ñc”î€nÁŠ DeggQƒ†„„T~¡Ê™s§š¿òªÑÀ Z"U]éÒi_}±RŸõÌåC,œF´‰Htu–|AeYÂ6»“ã8W_‡§ÝÔ-R±W‡‡Œ1jdx ié¬RnA€‰kN€g»Ùc|öü…>½zv~­ãö„]cGâyWN~òôé‡'&&J’üù¿>­\©ÝþÕwÓ/\¸øÕ¿?ÿèŸtëÒeÈÀ:nÑÒeT?ùïU®e±Zç-Xh6™Î_L$ü×ËFEåæåÏœ3Çl6òóóÇS&40kî¼½û÷4uꎄ„“§4pÀàþý|n>๒$͘9óò•«3fÎ,:jÄ[þ·tìäÉõ6ÆÇÅݺs§fõêcFŽð ¹°æ,X¸cgÂ'ÿh÷Þ}—.]–e¯˜QPGHÀ§.,ü€«Cû=ÑõL Sÿ,@Žã²²2¢"£tZÉlªZµÚé3'[4oÍÊPFa<Ͻ ˜ª@!÷îÞ¿/õþÝÔû÷Rïß{zÿAêýî§=HM{ú0-õaÚƒô‡Ò¦e¤§¥§?Ì é™éYÙY¹ÙYy‚ h´:Fg6™+VŒ9yê¨Óédi¨Õ)Q J<úŠû©K›àÓxªä›PՀВ$QƒšL¦ ¢Ož:Æ ZìÚÔ«åé4¼¢M­¼"` Ö(æk4âРG½µ©ìj/¥âT’±ŒeªQé°ËÄN€ Ü.§„@:fêYo#¿wÿ~Dx˜(ŠíÚ¶¹{ï^â¥KÊ®»÷î}øÞ_ÏŸW§vío§ÿ lŸà¹<Ï0e àƒ)SFx+à-}ýíôίuœæ°PâÿÃ)8­Vkvæù`c0 $Èb6W¨P!9)éÖí›/TªÌRR‰å{Jÿ=Pr>õP}mªš$B×<›Ç!ˆnܺ.K2!@¬5›Ë—/-%…´ø*@Ë…šv¨lÐe[DQÁÁ. ^ŒÈ"€ˆT˜*}úËÄÓ§ïÞèîÛw(cY–Ø"C¤ }nf”’$éÒåË?|û }ž¬¬ì]{ö¼?å]V T¤ÊFEɲìsn@mZôÞ¬ìlC°A1u“ÈÉÍ qéHsHNŽ×øwzz½>àUŠ>·ˆ[²Úm+×®-_®lÓÆ\ô:÷¤åÊF=rì|À§.,ü€?þ#]ÏjV(ËåwãÖ Y’0ö*CoÞºQù…*,gd”"yª ô€DD†ÿ‚D‘5jÁCTþ]_E§ÓbÑçäääX­V½^_³v­è˜˜ËWãã*±Ê_±[ÓUßpM  &È ÀÝ\FQ»êÓEöDQ´X,ù‹%((¨F­šå££¯$]b-‘¤å‡4«¦ Ê+²tÁHt*ešÅ"R§S–dY’$"K¢¤Œ…òôí»¥)ö´›º~`»úù­r Xt5>Ë:õÂÅÄ*URPƒzu·üò˱ãÇ[¿ú*€vÒ32âbcÿå"#"nÞºY³F ¸Íf ‰ŠŒÌÈÌŠ®P™•ùø}.Ƹ°WïÝ÷>øáÛ¯ããâ$I¦°-úI’hkezzÆ#g øÔ……ðàÇäÂp8ŠfU÷ÿù'¤ð,שd¹ê2´Rü ,ËenÉx> ]œB@FF–ËÁTý÷ Ýåoú ãašÛë4-#ýaFÆÃŒŒ‡ééÔ÷43++'';//§  Ïj³9ârss> ÐëtwïÝa)©Dêƒ*£Öè7àöEuhSU6ÔmqîWº4­Ðó<Ïñ|NNα#ǘA‹¹ÐBôC°I¥ Q1¡ÖlÛmÙ,Æ  ÀYPà,(1&‚ÅæEIvÊ‚Mr8%YƲìnCUiSÅßÔÕnêîÙ—eê*˲l±ç:E;ðJÏ$‚ lÚ²¥I£FJ]»fÍ€­¿nçù ‰‰‚ 8aG®.^S ú©4*[îUhÝêÕ…K–X­Ö »Nžþ ðZûv »w ‚ Âî={_kßÞ+LAð|úÍ—RعV›”œìEBˆÿ-qwûÎ]»Ãqîü¡Ô|Š>àÊÕj IDAT«4f¶íÜÙùµŽ»Ý®|úDEÀ§.,ü€«Cûߢëó/¿ øÝÿ矯%!p–‹8W–«Ñh8žÏÍÍ=rè$ H¯¿s÷6Ë>pÓ¦M ¸#11±nݺÏô³]¾z©VÚÁ 2 F“Ád2L£)Øh2£1Øh4ƒ1Ø`4ŒÁÁƒÁèú 6 †`ƒ!Ø`0MÁ¦S™2!aáeBBBŒF&øþ½Ô¸¸¸Ì¬Ìؘ8–˜Š»²‘”t¥FšAP{‚Žçãw-ié]„A@{œ â8¤Ñjõz½Áh0‡˜FƒLðƒÔ´ØØØìì¬˜Š±,Ο"’vl.ȶ\¤?ƒ4¨wÂB‚²D˜-½Žw 2ý)'×átÊV«Óál6ÑfwZ­NA1–eB<ãôݺÔËßT¥Me·‚%¬3Ñ 9élýú½\|Ï«´b>]æ-\´uÛ6“ÉTù… `ï¾ýç.\L}*ŠRdDÄ…‹‰×®ß8yú4ÏóÇ æ8ŽŠÚ…K–&¥¤‚P®l¹ÐÐÀšõ.\LÔëõ5ªWóß«P·N“§N/\²ôÀáÃeË–íÕ½„°^Ýzû<1ñ̹óyùycGÒh4‚ ,Zº,)9!ôbË–.»r5I–åzuê( žKw¥¥§¯Ý°çø*Uò¿%½^ÿÓ¬Y7oÞ Î+ÈOII©[»ŽÁ¬„\ijæÎ“e|íúõãÇk4šáCK’´`ñ’ä”k²,׫[‡çy%Bê׫ð© ?àÁêÐþ·èÚ¸y³RÁP÷ÿù§âÞý»&³Y•ø=Y.Bî,×` 1Jš•™ÁÊÐR…,Ë—/_.Zd¦Æ]¹råÀŸé–¶õ›V÷íÝ?//‡’™‘->Â÷”<ÖVâZx±LX„Ð):‰L~;sºwÏ×Y‚+îÔ¼iëú>½^ÏËËu»b@÷%îI}MæéâW9¬ú8°*m®àXÂçΟíÙ½‹ó§ˆÃAÞqÿúÃUÁæ•Ëw­]!_«¿ÆéyiµH£á«9²(J‡d±ˆ‹hµØ-V‡$IÊêêvS_mJû÷%ÙÝ’êú‚ ¦|Ø :áLék׎+¾çµÙlÊr£ …‚‚‚€ÛM¦â]¨~£&çO`ñ_?~´bLÅàààÇÏr§;ÅÊÐR…Óé\·nÝ AƒŠ8æùEû~ÃÂË¨å  >½ûƒ}6¨}Q!u9"„Fk 1äá2ÅxŠUâ6(p7–ºlR˜A=ß7(Ÿ/t¦!@çèÓj´A¦`fÐb…C°f¹2‚SJuÊVNÐpPÒk”8B@ ‡$;±],VÉfsX¬vÉ5o”ï8}¬´¡º½MÝÚTQ­X–dŒ±„íùÖœH­‘ÖÊ™þ:÷ìpûá½»‹ï¢J'¾N§c/u åÕåj4Z“ÁIJ\Fé’§th}1²3s Yй±ø}aXDtyÝ­FKTƒÅÅkPw÷=TußCoyvï|Òcg ÒôJ ž•.!`-V ¡Áº“Æ&“›BYÄ;eà1H’$Ø$A”ìvÑbµ;" ÀK›ÊªùMU­¦ªvS,{†J¹þ)°f‡™+ðlm°?ˆb•¡¡Ž &“iÎü=»w‹c=È%õž?f–ËÊPF)”§{BÃ"B‰w…ÎýÑu‡\òÇG©ªÛße@}Ñ ÏöZ•˜A=¦Rôd@ƒº%«×@mèÖ³è°j‡U €<¯a-¶2‹ƒ¼WŽP@ M$@ ÈÊè²¥H‘%Á);ItŠBNÃa# „ !@H  d@" Ê ‘L?çšq ɲL€ 5Ì¥N7aì˜ cǰ¨(9a Ÿ$Ë%ãXÊ(eò¸&–€€ìÌ\Qtz*l^5»À'û¿veÂC5ž.N”5ÝÓÅ3JÒ .-ªJá3iPÕ‰ ½ç9ÊàgP Z|pĆcoT,N€2õD€WÙ‹çʲAt£SW~ @64ŠÁ(®:(tµŒ>V– \ÕR–ç2J“}Å9€z`Œä^iØ•‰S£Xßsˆ7Ëee(£4ÊSÚØFÛÔ"¢"v¤ÿlOSªë­êWL© Bà©è)߈§»‚¹u—¸A€ž ê|ÍmYH3GµA½L=5wè1(=•UåK@¡ˆtµ¥HHDˆ $ €ÈeOD2€H&AÈÑqúa„e™÷ôéB8E›bŒ9Žw¥ƒQ3Q1$ª7Ëw|?£ êk%—%¯AÝ‹-0ƒSÑÅ€œ˜ rÏÝÉuzúñ±ìµ_HŸ¾z!SϺPîÝ®¹ø½þǪvSYÆ`j kX·-lq£X@núde(Ër¥JžÒÆ6·…0 *õúê'e Ê›x—³* ƒ ¨Ï‰Aé~fÐâ¬d‹L‚×à\O 7бLˆ@êìêð‡ˆ`Ú½€Lî(CÈÉP†!ÄÉœŒ1F#÷Qœ"L1Æ2æéØà2¡ ÂZOŒâªƒ"µGÜc–¡„e¹ŒR%Oiwty!º_¯IÜ T¯^€g¿û•ò÷Ô½!ä¹Ï&Å()ƒzH½Uª¢J=Å^£³!„ªð^žûžeøs&.¦’ a®M 2kIíøXB€×È}±{ä>íÊÊwÈ#Gî#èjÀqÛž¸X‚˧_ú#Ó0k%b<ïr!Ó_¸¦„ó¼ÌriÓËr¥Ižb‚]NØf¥g:âÓ ™ã¸Š1Ñ"ú¦±"§ä ÷>Í©ê/¾Þù^Y&Ð3 €Ì ÅoDp;ÇmÔD%Ý>˜.ÈØ3|_Ý}ïþ_ýÅw*~z<ƲLçäÇþ}úÔeÀõ‰ ÿbVá¡åþÀ¡QÙÙÙ, 0žÂÃà “­"„à“e¹Ìõ”Qªä©Kd@ˆŒŒ î¦5µŽq‹•ª¾óiªƒ¤×ëGXͯ„ êž&ʈ¿Ë î úÅ?M¡Î`<@¯Î}–å2˜< ØNƒ±»ÿ—¤§g9Χk<£4˱š_Éø5 jEõ›;Ì7§ôž”ÊíûÁ Z\Eà »ó~mÒT0À4›ÒnêѦÞk–b¯mž¶UÏF÷§Z›µ6Ř@#BËsœ!+ ŒbÑŽ}ˆX–Ë`ò´ðv×HŒŒŠÀ-mj£r\TÊSO¥Ê"eQ) f}Á%dOA=ªôI ªrÔWêï>ý3ƒs5ƒ;{ÏQ¡&¡GA绚H‰¬Ì¨/yºù½¤ªg(?&žÖUŒhS¬Ö¦cc°)2¼<›ñ”Á(Þ*¨ËrLž*gÜ#– ééNá±[O¹+FGGyª|žuÜÙШ?À ªlÏW›ª[T½šPÕVõÎ!™AKªèBLpʃÜÔŠúòFMœQs!CT÷ÒÓoXÆV&™òö7õø˜Ê…ø›mŠ *jŠ`… ƒQ¯9„e¹ &O o¤qùž`TT$ðòU„'Fµ”^ó©É€Œ1í‹€®É¾ !®YÜYJ*vmêmPõ¸}%ôÅï­0°A]„´ -÷HyBÀÙ»s5Clhðm«˜ž'*Þ§îvSì§Mee”zX”¿6ÅÆ€*S‚1„˜Íáå£â … 7f0OKœºÆî³,—Áäi¡‚{æ‘züÖSØMÑB¨R¥x·o €Î¨È(QƒxŸêEÀATÔpD]ƒ'Ľú33hq‹THÀ¦¤TŒà+‡ëj†Ós dI¥M½?y´©gÎ}Ù,”kz‚½´)ÁXÃkã*T 1†³"Á(‰Z¨WóËrLžú¡ ¨´žz7 *?Î_3б¾pt§2öÓUw-˜G<ë“B:4$¢ÓF¼¹©òGfÐâ*¸¼úÖ‰ŒÁÁdkËj†šåËX$éjj®Œ½Fã«–4U6ú…r ‡òÌ!åÖ¦ÇG—¯]ÍçÍf Ô0ÅWðw{ËrLž|Eˆ+Å ˆŒŠ„ÇÐx»(!@ˆ+\žú}@0a•¿0(QTñªw÷i~H{‘ ¤™ Òú­V°Ì ˜]Í)€ZiHË%[[V3¼II¼›éÕnê’«Sÿ>}Œeÿ±PcŽÓT,_¥j|Ý ½QuˆÁ(ÆWÜY³,—ÁäiÀØS#€d<ÌxÌyOµZm\\œú]óúæz‡ˆò@&®rÒk> ÆS7¨Gf*:Ô¥?!´® ®Õœa O€Ç1(a-\³!ºjÀµÜðÃ|é`²­a­F1Q‚³×¸†I©@Éraí¦þÚÂóÚJ1µâ¢«éu†@Ú”‰T£øÚÔZ“•¡ &OUïÆØ):©>¥¾ØeËE‚"æÈôž)“ Ü‘L€ÿ«db·Û!„Ç!„ØÛUE»«Ø—k½K›ºý쉻çÖWš’Ç7(a-^@Ï¢‡„€‡yò®9­j·®RÞÀi.ÞM{G›QÕëI½.íßG™Íáqªxû›à™äÀzŒbʲ•ž.V†2˜<õ†J›Õ¦áyQ”81!ª©ˆ€· uõ+.ïE×°Bàí¿­®ºÂ‘±Œ)((@ét:žçÙÛõÔ êt:m6›†ç%I~ƒB•{“2NT]¡÷1(AYf-Fmªút«F² ÷_´¿P^¬nnjºz'5éÞÃì;VO‡ªÒ¦2]©Tµf)0Øh*_>2Îl ÷rëNuIÖÈ`—:Å´õôIÊP@AA„P¯×³,—ñ|ÊSWÓ©ÓiµZ##Ë^¸x¾VÍÚüã'tµÃ¶÷?~@0IN¹l2˜rrr´Z-ÏóDZTUµÙláá‘/Ô¬Qëq ªTÒUÆ tˆç–qʵd“Á˜››Ë úÔQZ»ý,… ˜iÒ­‡R|Y¾zltLdøŒÌ¤»é³s W#©»¡¸ÆCˆøps¸Ù^!Äá=é«´)rW\ F±èSïé㔡„$_¹l2iªÑhX–Ëx>å)pw¢+Tuƒª¿xG¯âª†Üb€=ËÒ]“ÛB×aç6P¸6E^ÿ£[gòóórrs/Ö©[—Cœ¿6={ö7‡Ã–›—ËR 㙣víÚÑÑÑAAA¬ e0y@ÍÐOžç‰O±ˆ…*è;¦üd ë2¨Ï|Ì ÅbG‚‚!È.Ì^¬š{»†S¸†¸··(q¯áM @Ä=_™¯Ê=!.Ý¥X +*Ø5ò’à`Ý¢V-[ï=°W“¤©Q½&BH­M/\'2Û1þç<Ö§8.Ž"žñ<ñÜÊSBÈÌ9s»õé«ÞòÍôï‹érão¿ÿáiÆêU?Ϛݻ߀'=Q’$»ÝP:NÚçéEÿ³¾ûý>ÅG$éçY³û<Õ0Ÿ9œNç÷?þÄÒ³oÖ$Ib~~LXD×Öí;r$3=BШQãÔû©OŸîÞ¦Cth1?û%T×Ûå"\°÷î?С][ú½}»¶{÷ï§ßCBB0ÆãGš4nlÃúõýOœûóO¯¶haw8Μ;/¨:ñy"ƒñ8|ÿãO=ú>MGgZÄwïËœ§™<}Ö€N;&//Oš322ŠïŠéxzqÞÃóÇqcGÌË}²y1Æùø“i}úð¯d¯Xµzæì93çÌ]³n½$Iê½<ÏO?.»Èˉ…h…Âày~ôÈêäWu!™™,={¥RQLݱcOãÆ[¢£ÔªòÏÏbd²ßž}{w›eÙð÷i{«TÙµ«aÃû[¶T¨U*WN 4ç”ÓéÄç俆†„¸”¥9$'Ç+UÆÂnÌj·Íž¿`믿֨ á¶ˆŒÇaÊÛ“²sržb !?ftn.›˜ÉÓgŸÁƒ„¯þýEñ•Ä_}ñùÓ:ŒÁ?¹ëB¨mëV}85×»HÆï;pðö;SÞy{â¸qIÉ)ñ9W§-jõHY–7oýåIïGSêÇ®ò<ÿŧÓXbVswýú³cÇVŠjÓ¶m›víêÄÅ‹Ó>5N$ÿùEÓ>}ÚwéÒ¾S§Z11ÞyçöªUþ!´iÕjý†M>e¹,ãÅË–_»q#*22#3‹nÌÌÊŒŠŠ|d¥Ž~y÷½zvëÚ¯oß å˶¶$ãi£-2%„lܼå‰óXæáÊäéŸ Bí¥µ;²,«w ‚ 86»Ýn·ûg¯gÏŸŸ9{Žr¤Õj•e™:Ò¡©Šq8t«Ýî(úŠÊ-9wn朹ªÀm²,Û‹Õª$>‡•*”8txÇ¡!l*CÝá((°‚k`² t¥S€Édò—'ìÞÝ¥S'Ç¡NÛoÛ±³°¢ÚápØìv‹Õª´°Bl6ÛÖmÛÁ5äY¬V«$¹îYEzÿ6›M}b)G–åÓgÎÌ™¿@‰Fê[a³Û퇲­{”¹ XÓÃ6›$Évw û‡ï„‹Ep: !‹•ZG«Í0E9ÁjµI’äo8kIîæ¼y {õÊÎË;|öìþýûcâã5õìÑç}8‚ËdgïNHØüøÃììê•+ßZ°À?„o¼žž‘¾aó»Ý.8t„þÅÄÄå«VGED¼Ö¾]ÂîÝ4>wïÙûZûö®gw8è§úýÒiµIÉÉÔÝ…ã¸ÛwîÚŽsç/p¥>x@ÍðD£0§3`)©Êc›Ýn±x½qžy$”·XU.°<¶”6pܳwߥËW!Ÿ}úÉ •*BŽ8±ÿà¡°ÐЛwøý×_©¯Ø­KçÆî+ú¾dÙòw'MÄÏœ3÷À¡C¾÷ÞŽ„„ÓgÎ8``¿7|+mÚ4-=}ÙòF“éaZZ×.½ôU0³æÍß»oÿߦ¾¿gßþË—¯@ÿ9í/ÄÇš$I_|ùÕ¶;õï7vÔÈ   ù‹¯\½¦ß¯¿=~\€«cœœr­råÂ*UJJNx“W“’~ݾã~jêµ7&ŒM­ ?Íš}1ñÒŒ™3#ÂÇøó¬ÙûúëûïíÙ¿ÿÜù ={t¯S³Æ¯;vÞ¾s7==}ÂØ1:v`9 ]fŪՓÆ#„äæå-Yº,Ø`H¼tY£á§¾÷—ȈˆŒŒÌù‹™ÌfBˆÃá=bDhˆÙétþ4sÖ‰“''Oš´c×®‹‰‰ƒ è×·:p§Óùóì9ëÖo< ÿÀþýÚuîZ¡BùAýú½Ñ·ÏÏsæ:|äý)“÷îÛåj’F£ùäÿ>®'8?ΜuäèÑ÷Þ}wïþý/õèÖµfêÛvì¼sçnfVÖø1£_ëо¸£%ãäÉ:AA·oÞl¹yó¾Î‚8.8&€4Z»Ã i¾zõáž=+·juöÀY6ÏϘþÝòU«§Ïø±\Ù²N§Ób±Ü½woä›ÃÍfóè‘#œ5s΂…B»Ý6qÜ8š†.Yj2™æ.Xؽk×ø¸XT÷n]?ýü‹7úôéݳÇð!ƒ¿ýþû—6¬_¯^ƒõgÏ÷ö„ f³)à‰ FaÌ7¿ÿ~­Z¶ ¸79%eë¶í©©©Øbó IDATW““'ŒݽkW€(Š3fκ|åꌙ³Ê„†Ž|søÌ9svïùÇGÛ³oßé3g{õè^¿n_¶o¿}ç^jjêÄqc»tzEu©Y±bùó1þû´O;nw8’’“{÷ lÿî‡ÿnÚ²…bµZû ºgß>Y–4nªœ«þ)BýFM–,_1EñÓÏ¿ÿödzL§î=¤¥I’ät:{S–e×펫ÉÉ}ÜWôA’¤†MšÑAã¦7o‘eùÀ¡Cºv xXéA¥ÿûôŸÇŽŸ°Ûí—¯\}}à`e—ÍfkؤÙÒ+1Æ‚ LûìóIïþ…6ª5z¥Ea:Ž^oôß¶c5}rrÊ´Ï>wíò;Q„mÛ ‚“þÌËÏoѶ½€/6}eáâ%’$ɲœ°{O×^}Ô{5o©ü´X,/5}å×íÛ%I:qêô˯´X³n½,Ë’$ýº}G÷>}éav»½q‹WI)Æbµ6{µ55ÁôÿÎØúë6BHvNΠáoí?xP„ÿ|ýÍêuë !NQ\¶båwÿAOÌÍÍmÔ¼å–_~Eq÷Þ½ÝÜQêcÖoøï»ïO=vüxû.Ý®\MRÎ}ù•+V¯¦SuNû×gï¾?•îÊÉÍmܼå¶;EQ!«u⸱t®éßû‹Òœ“c6(¯Áã¸öët:ú¥\Ù(êY…úò‹Ï—¯Zýñ'ŸÆT¨0zäˆWš5 xÅG¢ÕjAZz¸TÈSìv»‡ä}â#©×<„P1„QGO˜D¿k4šÅóæ „:¶o·`ñ’«É)+TÈÊ̪^µj7š_©‹ „ä燇…6™ÛÑžÚ®h¨W¾VÕ‡>ýÉðï¢ÉÉÍõy=iKvˆÙL·˜Œ¦ÜÜ<ïæE,Þm2‡òå7ߖ󛣞¦(„PÙ¨Hâ•¢ 1©ÕðÊ÷’4\Õ±cíwîœY»Vv8BªTi¼lYØ‹/Ò]eê×oºjÕ¥üãê¥Kœ^7th•Ñ£‹é6ïÝÍ’%£8ùæð"æåU¡jã£ùªÆ'Õ²áP¥…g¬õBqóæ-ú3Ó=m „0"<üæ­›Š ÉÏÏ÷+#}CS<¬Ó32éE…ÔÇNݼvuãÆþùÅ¿Qî+B2UåÐAŒG[ €ˆˆpOfeù¨WjBHFfV\l¬&µbñBú·xÞjîŠÑÑujÕZ³víî½{ÛµmSTG¨VÍIÉ)ôÉ×®ÕªYÓmÁ'˜4ž ù=¯mX™2·nßR^Ï‚‚úÎÒ–QBHvNvdd„RŸQ×mÔ¨Wµ°ÛíÇOœhP¿Þ×Ó¿·Ûíþ¯6Æ8++'&öOä1 y¾þ—_ö¸q£wjjÛƒ£Z´PïlÖ¬õ®]=nßîš”TgÚ4Èq,ñ0ž9þçRòqòXRd™Î`òô¤M«WW­]k±X v$ìR¶·zµÅ¢¥Ë ,V뎄]§Nÿfw8 J¹%Ÿ·åÊÕ«t<þÎ]»èp‚ñ÷3~²ÙíZ­¶wî!f3„°u«WW¯[g±X ,劓ýÏKèp8¨«¢RŽº>ÝU+]‰ ¡–-Z¬]¿Þb±æçç'ìòj¹Á„\MJ¢S%ìÚ³§c‡ö„‡ÝN 3'f‡öívìÚ}àСæÍš*¢Än£'Ú•ºB¨SÇ»öìq‚ÍfÛ»o×΢$}õÝwÀµL¹gx2Ƙ¦µ™4MrJŠ(ŠtMsûÒ•]„Wò+ÅuÁ!㸦M/]±ª   /?G®ßΞãx¾UË{öï§cí>Ò®ukàãÜ+N ªxAYYÃjµnùu[í5ºuœ´bõeExŒqRr2 vßÁÚ¶îY!tŠúÝc8ú“­qÅ`ü>¬V[Âî=ÊÏÏ¿üʧì+,Õºç‘pç®lYùîÎcÕE­VSY´?—pÓ¦M ¸#11±èåPÿ¨f˜:µkfäøWßM¿páâWÿþü£|Ò­Kz-ƒÁ(>Ø´ü ƒQB(Þ¥û÷Ø·oÿ¾}û !!@”¤S6vÎüùtûøÑ£îÝ¿5)ùo¼¿dÁ¼Zµj~ýítº«níÚÊé_;½ók'OšøñÔæ-X¨lŸxP¡|y¡rŒV«Uf³b0 &O ãyC=R !„ìÔ©3@) ËæùÓ¿[¾jõô?–+[ÖétZ,–»÷î|s¸Ùl=rä³fÎY°Bh·Û&ާ>wíúåË—sØíAÁÁƒô§7lÞb2™Ö¬ß0lð áCûý÷/5lX¿^½ êÏž;ïí ÌfÓÂ%KM&ÓÜ »wíË Ç`0˜ƒÁ`0 ãO“§ ƒÁ`0Œ?lÕ(ƒÁ(!˜OãùBÈ"Qzå© :îOXÀ<[ofÀhüs>… ’,‚ƒŸcu²õÒLvv6‹Æs@xx8‹Æ,O1ÆNQ”DI£áiÉJ‘eŒ16‹Ñ÷Ÿòóœ¹SÞžôgÓO™™££ŸcŒgÎ÷¾O‘‘Y±âŸë)dY^¸déžýÖ._ú\¾l‡#++;:ºËwX¡Î`0Œß%Oï§>X³ný/Û·è÷FpPÆØáp\¼téÊÕ¤=Û xŠ(JÍSh—ÍÌÌzêü{îÍf³ÍY°09åÚÏ?LV LÉÊÊòyŠEK—:sfþÌŸú9s7lð [¶>¯!Äb±Ì[´øæ­Ûÿýöë§™ž%IÃ3ƒÁ`”2yS1zÊ;“~Ù¾}ìÈ*‘'Nšò^a§lÛ±£g÷n¿óÎ „ŸúÉSW ÿ󽉢8wᢳùë/>{¶lüû«ò]’¤å+W!Žûþë¯þTÚ”¢ÑhžË×L„K–†…•3â­§¬,Ë;vuëÒ™ed ƒÁ(]òà£c0Æ–¯>ÿ- EIBbŒz½Þ!Û:uì!Ôjµ„§Ó ¨¿!Z­ÖÇ÷Ž!Ęh4<ÇqŠtŠ"uC,ì€àtBdCt:(Š¢( î³DQEeB‡Cرk—ro²,‹¢!Ä„ð§h#‡ `Œõ:C4<¯ÑhdYÎÎÍíÕ½[TT¯º:Åétz]Ô)J’碂 Ȳ¬ÓéDQ’±¬Õh” vjýQØ>NcÕg#àBbâ©Ó¿9‚Þ›ÍfkÛ¦MÅŠÑtöd×Y‚ ËX§ÓŠ¢(c¬Õh60û_±0ã>N€|všÒÜvÇBQ”L&£Óé%I0Ô Èë´îKkµJã¢ßÝêèWY–%IwVÉJ§,K:N”$,ËB^ ,âþ‚@0Ö©$Iyùù½{tŒŒT'OÂ$,Ë!$JƘ¢Ójyï;§×Òh4BŠ5öìéЮ-MÏþ—ö~d Õj=2Ôëu,+d0 Æ3&O)‹ c9--íó/¿^2.àôÙ³G ½sïžÓ)~ú÷æ/Z””œ2oÑâ³yÈÀùù‹–-3‹Åòæ!!!fu°™YYkÖm0šŒiiiÚµ}±AZô&ìÙ3oáâ«Wªy˜–ÖÞ} Àbµ®XµÚh0\ºr2ùíI;v­ß¸iÓÚÕ€ü‚‚µë7lݶmóÚ5TïÎ_¼˜Þ[hHÈ þýN9óëö1ÑÑ÷RS«U©2dàzégκz5éã¿NýòÛïÚ·mÛ·WÏ€G*ÒaõÚu·lݰz%½èšuëݱcÓšÕT`-^ºìè‰o¿÷Àsç/ôíÝ«OÏôÄS¿ý¶mÇΊ‚õ°sgÅ Ñ÷RS«W­:x@º«ÀbY¹zÁ`¸|å*„`ò¤‰‘þ#ÂÃ5ÍÚ ©<ÍÍÍ[²bµ…Íf6xpˆÙ„1^´tÙñ“''Ž·oÿþóûöîÕ»Gwë¬\³–ޤçäæ-õ P–eW€cÇî=pàB 1!'Oÿ¶=!¡b… ÷SS«U«6¸?Ÿ+B/_Þò˯áá×oÜ0›Í¢¿}ðÞÊ5kùuÛڕ˹yyk×oع{÷ú•+¨êZ´dé‰S§'Œ³÷À‹‰‰}{÷îÕ½ -''wéÊ•ônívû°AƒÌfÆøäo¿?q2Äl¾{ÿ>ÁdÚß?¢7 ÉòâåË9úÎÄñ‡ŽMNNAM}oJ\l,ÆøÄéÓ;vU,_þ~ZZjÕö{ JÒŒŸg^¿~ãý)“¿ûïŒíÚöìÖíäo¿ù)IÒ‚%K?ñöøq‡ŽI¼|¥ók«W­²kï¾{÷S³23ß6´mëVôΦ§¯ß¸Ù`4dff¶oÛ¦A½zJ‹ì•«Wç/ZÖ·WOzé÷¦LžþßÚµëÕ½[vvβU«è#;Ž¡šÍ&ã“§O?yŠ>2 à“ÿƲBƒÁ`´å"ˆàcõÜ>A÷îÀáÃ>äÍ™ú×{÷ïÓß}ÿßÁú<èïNÍÌÌäy~˜1‰cÇP±µxÙ²ŠÑÑ#†9|XLtô’•+}‚¿hq“F/x½ï}zÿ÷§™t#„°S‡yyy´xž¿hq“Ƽ޷oŸÞ3~ž¥È—e+VÆT¬8h@ÿ¿ÿujFffrRÒÀ~oäÐBÌæ7‡)(°ÐŸf˜ÑôÞèO™5{n»6­ÇŒñö¸±+V­V.=êÍá·îÜÙ¶3¡q£F5ªU-ìHåøþo¼®¾èð!ƒ©”§ Ïǹ{ï~zFÆ{“ß™4~ìª5k‰6kîü¶mZ9bÒXß`©-gÍß¶uëÑ#Þš4vŒrÆxùªÕ±11ƒôÿøÃ22³’’“n„Ö¨VÍÝZ‰—­\3bø°·†©P®ÜòU«\w8dðÝ{÷322Þ{wò„±£W­]ë'+V¯¡4õýôŒÌ«II²Œ— ºÞ½w?33óýw'O;zµ€²ÿ¬q£Fv»ý’*I@Íf3UüoR»fMFðHw,q­Z¶à8®j•ÊÂίuDq×´IãŒL—P–1>yêô‰Ó§–,_±#!Án·LÏB³ÉÄÑKR»fMŒñ‰S§[4…FxÓ&8ázd½næÜùç.\üû_ÿdY'ƒÁ`0ŠBHNn–,ËÙyÛ òÄc~yž¡R¥O>þˆ¶H}òñGë6nú÷W_—/[nØÁM½ìs|^~¾ÙdrÉ>“)//ßç›ÍþÖðaz0iÜØ€µÚlªcÆ)Ûsrsƒƒ‚”â9À”×EN‚mµÛ6nÝZ6*ªaýzþ{ÕKf}äã@}}æµÚ¬4Øõê4gÀ ðà7ú¸ùæxla4ú؂ޡÚóRMn^^°Û¿S‰êü‚“ÉD·˜ŒÆ¼ü‚2s­Åfݸuk¹¨¨ºujÖ[VŠ[±zu·.]öìÛW»V­ßۄޭѨÜm~^>MÏ8uý¦Í_|ùut… C lôòKCƒFEF(i¬ÀjÙôËÖ²Qek׬Ytâ)úH¸úà5Ÿ§Ó9bøpV 9¯;„Ê¥ !Y«Õþmêë7mþ⫯c*D4ðå—^d¹'ƒÁ`0Š ˆ`dXÙì¼Ìˆ°¨Ç<å»kw8Î]¸h³ÙÞ4qɼ¹/¿ôâ×Ó¿W··Ñ/áaaJk\VNNDx˜OPáaa·o»{³ ™³:"Üs‰6K# IDATŒz^ë°2enß½K¿K’d±XhI¬44Z­VÿÐè½aŒÿñÿìÝw\gÂðgf+uA\šFM¬ bG£F#¢(j¼œÆØRÎn꥿gî"¹\.9M41Q‰XcA±ÄQDT5F)ŠâÒìÊ®[gvwfÞ?7#ä÷ýƒÏì³ÏóÌ3ÏŽøcÚ~úÙð¡QÏŒ ð÷¯ã?þúÔ¤(Êv{¥ÆšVêŠãùyŸ}^G·|-(Š4óõ½x{Ãmv»Ñh¬±ÐuªÅ™‚ Ürú,œ×Z[öñõñ¹xñbµÎý|};ôsùpkÝvŽûô?ÿ>tèèÚ§T*‘¼MÓ×ËÊÄè ÖïßwD%GM M_¿q£ZœòkÖì¸R“iËÖmŽN ®?)B$·»=“–¦é·à V°ˆ#¤(±EQ}ûDlÜœb4M&ÓþŒ§rrk,¬Z— °,KÓô3ýû¸ýY>’5ð™gİâ<*«Ó²Óß=tß>›¶¤F£É´?ã@vN.MÓú÷;˜™ÉZ­ ËÉ::hÀ×Ùš:7íêÕ«â)oqÛÅGê"0 C±Û¹5IëþñÁû‰«Vþãƒ÷UÞ*1&RåëÛ,óH–Ùl6šL)Ûw8ú¿½êÛ°ZË´D2à駈£e˜¬£Ç FÏ•kÖXF¡P 娇ßÿ¡°¨ÈjµZ,–ƒ‡øŒ˜viš¾råªÅb9söMW}4ÎÛîØy5óÏžs|Ê‚ Xkšvžçyžwž4Z"éÓ»×O»v™L&½^àPæ¾J¥Å%%6›ÍuÕ‰¤ß¾f­V‹ÅrìØñgú÷ÿºX¹&aY¥R=4ÊËe“î=›^ºVœ{î×+×/þ‰kO%±±±5¾qúôévíÚBn”•%§¤”^¸PR\R\Rzî¼æÔ©S?ïú%uoÚÀgHeÒƒ™‡‹‹‹Oœ:ùêK/5÷ó£(êFYÙO»vI¤ÒömÛv =rôhþÙ³ygÎè †W¦L®öñN:f;–²}G~~þs£G9þ³ä8.iý†W¦L¦(ê÷:gÏ>7j¤ã„r§ŽOÊÞ¼ùè±cjµzø°¡„ww·•«×œ8ùÛ¥‹—”™•eµZCC:‰—„Þ(+ÛùË/R©¬ÝSO)ŠUk.^ºäææf4ŠKJC:v”Hèõ›’‹Š‹­V«¿Ú_åí-†ZGM†eÏž;×9$Äùd·››råš5'Nž¼tùò³ÎʲÙl¡:Ùíö›·K$’°Î¡·lÑ Ò©“D"‘Éd«/\ºäææf0‹KJB;uts:A/V¸té’R©4˜Œ%¥%!;¹»»wìÐáä©ìÉ›³Ž÷W«‡¢iÚµP„Ÿ~Þuö\››[çÐN:9v,ÿìÙ¼3ùF“é¥IeR)˲7o)*)¦%ÒÎ!!·¤ò‚Ò©£ã"Zš¢:´oòTÎÆäÍÇŽ÷W«£‡FÑ4Ý©CÇÛn¾ÉdšâÜaq‰D" Ùt{“C;ur¾*W*•®NLºtù²›Ri0JKKŸlÓfûÎÅ%¥¼ „†t¢iúêõëñ«×¤§ïߺã§™™J¥²íSOQ¥T*V®]{â·“W®\8`À‘¬£6»=¤SG»Ý¾iKJQq‰D* íÔqã–”ÂÂ"AB;u’I¥Úw¨Úüü|³Ù\T\œ{úô”‰ëØêÉf³y{{c ©¹|ù²J¥z\Ÿ` wOK/qg³ÛÔÍ/\.â8Îj·4æy¾¸¸¸K—.u4§j;£½~ýúèè臸aƒñ¥iÓ·mڀϸ‰þo·ÿß?ÿ5{ÆôömÛÚ9îø¯'/Yº!qíƒ˲cÆßýÓv|pWÌfsË–-1ÐÔdee=ñÄŽc7Фã©À_½qñV…®y³€@u‹«×/ÞªÔ5oìÿ„ÝnOKK›4iRÍѯC´ÛíùçÎõêÑpÓ%eeZ©Dʲ¬ •ªC‡övýòâCårù#ø%[V*uz¾i°« õUË­‚üŸ hªžý<¢ñ4ëØ±œ¼Ó³§OÃ'ÝdI$’×gÍŒ_µªEp°L.WÈåï¿ýÖƒÃ0›·¤¸)•ë6lŒÕ²E |(udÓK׊oUèš7 lÐÊyùâµâò ºY`Ë 68ž>Ó¿¿x4Y4M÷í!>×ö¡pss›ö·W§ýíU|w$Â­Š›Ç•WÞ öÂyÙñÜÓzÆSœ¯€G˲®OÇ€GESj¿¹\Ѽ™õåfUËõìJŠÙh\l6Çóâ5\‚ ðçµÇ,žâÙ™Qff¦Z­~Ìäýsüžt,p÷'ãéK/½„ øòóóïSÏ»S÷(䊩¯¾â\ؾ]»S§B†áxÞM©´0ŒL*•Ëå‚ °V+E/r™ÌñÕÇY­Vš¦Å är¹XîÚÃíÀmµÙ¬žžžâq «Õj³Ùmë°ÑdZ±jµ·—WNÞiAà?þ¿üýk[44¨3gÎܧž^QYYÛ»Ý"úÎ_¸è»eq'³³Aøx^쑬£ Ü×hÆŒï¨ùÜØR÷îA«Õöî7 ŽDv»=¼WDm/m6[x¯ˆ”mÛyž?tøpäð®c«m$u´u^Emþú›Å[·ïÁb±¼0iJZzzë‚Æ»çCSƒ£§ÇsuÜïªR©xžŸ3cºã´ûá#Y>>>ÇOœ`XÖl6;jÆ/]âííea˜“Ù9¬ÕZG¢jçÇ«½”J¥„‘#FPÕ«Gî¦ëØjI}ÚÖ1à=iiëÖ®&„(•ÊI â•mµ­  ÄS€F£]Û¶Mïž=«•[­V©T*Þ,åœ, Fãë³g¹)•„ß}ÇQn²˜×''ô¨á›/ªeÓz’ËebL¬ñÝÚFRŸ¶u øæ­[îâ²xÕ)EQu¯ }x,?@£1xР-)Ûª=–…ãøµIë ‹‹]ëû«ÕÅÅ%â²N§s”ÿý½ÆŒ9~ìØà  R¿§²Pe½}ØÒ`0ÜíÈkI=Õ6`uóæ%¥UÝÚl6½^ïëÄS¨¯ /Œ+Ó–¥lßa±XX«•eY†aóNŸ^·a£ÚÏaBÃ0ŽÇcE~vCr²Ñh2Œ¿¤îqô#‘H.\¼da˜ìœ\ M_½vM |®=8çË}û3L&“ÉlNZ¿ÁQù÷V,ûûÏÛo9Ô6’ۊגBÄŸu øÙAW'$ “É´{ÏÞã'~«c]ÐXHbcc1 H«ÕªÕêûrD¦£"#ýí·ôŒ%%¥¿<•yäÈC‡FÅŒèÞeuBbFòl`@ ŠÒ¥sØÁÌÌ7nÌÉË?n¬ÊÛ[ìG©T.‰‹+))qww¯4è5M—ÎaR©ÄµOï–.;œu´´´tø°¡ûdY6¼KÇqk“ ÎkhšîѽۚĤ³ç 8Ž  ¯+Õ8–eklÛ±c‡„¤uç5…Ç…w “J¥5ØÃýKXØñ_O¬NH<™ð—Ñ£(Šªm«¡ñîùÐÔPxÒ>@ÃÊÏÏÇÓÕv1€——&{>€+Ü÷׈1Ï×Xž™ž†ÉÄSxÐCà®àÖ(@<@<ÄSÄS@<@<ÄSÄS@<@<ÄS€;bÆh4añ ‰âyžaƒÁÀ0 ˲†±X,Ï?¬ñ,^²tô_Çâs€'Å4 /]NüñÇÍ)[Çþå/Þ*ï[7o™Ìæ)“&tïÚõ¡Œçïo¾¹nÃF|.€x ÐDµiÝêã>Üœ²õ_sÿ¢(BȱãÇÿûï[·<”ñÈå2|(€x ФÑ4M³)Ïó­[·¶XÌâ[‚ °V+E/r™L"‘ˆå,ËÚív¥RiµÙ8;§PÈe2ÙïMX+E‰ËD¡‹=;šØl6;ÇÉår MÛl6žçy^P*Réïÿwpg³Ù8Ž#å¦TŠ#$„0 Ãñ¼›Ria™T*—Ë9޳Z­4Mó½{‹åqñ+Ò32æ~øáî={ŽŸømÒÄ “_/¾UQ©_¶|¹··7!D¯×Ï™9Ó×GEY¿"uÏÞyÏÝ—‘ñë‰ßžó\·ð.?íúåÂÅKW®\y}ö¬‘#†;süĉ‡2OŸ>m·sŸöiÛ'ŸËç/\”››7ÿ‹Ïç~2oTLÌ”‰²Žß’²µMëÖ¥/†tì8sÚÔÚjâ#hêhPgΜ¹‡÷Šè?xH¿g÷ê×ÿëo¾µÙlbùÇóbdeæ¼F3fÜxG}›ÍÞ+"eÛvžç>9|„ã­/æ/HZ¿A\^·~×_}íÜdÇΟyžÏÎÉíÑwý†Ç ‚º7mhÌ(çÁlܼ™çy»ÝþÙ¿œóæÛŽ·***ºEô¿pÑwËâNfg ‚ðÜØR÷îA«Õöî7 Žš€=š8=hd2ÓÓÊ+*“Ö­JHìßïiñ@éá#Y>>>ÇOœ`XÖl6ÿ~ŽL*%„Œ1‚¢¨^=zèt7o¥gHZ³J\ŽùÒÔi½÷®£ÉðaC)Š éÔ‰çù±}^õok’Ö¥ïÏã©Áh|}ö,7¥’òá»ïT«/ÞÆ¤T* Ë+*|TªªŒè­*/¯p~W¼DUlè¸\Õõv(GI€¿?ÇqÕÞuNœ&‹y}rrP`@߈×-B6<÷ Qrww¢e‹ìÜ3jäø±cƒƒ‚!â°kÃ0LË®/ñžçųö ÈÇ)Ã:‡•—— ‚9øÙ ÉÉF£É`0þ’º§Z˜cXö÷Ÿ·ã]tÔ=ii,˲,›¶/=:*êMþø“çyñ{œ{J¥¹§O³,˰ìî={c†GW_/Ãð·¿8@"‘\¸xÉÂ0Ù9¹š¾z횘P]kB>ÿßü—]_ÀãG‹Yh@Z­V­V7x·×®_Oøq}Qq1˲r¹<((°e‹àß²³sOŸ~ö™gºwív03óÇsòòÆ«òö&„°,»&1©à¼†¦éÝ»­IL:{®€ã¸ð°0©TÞ%<ãÐÁœ¼Ó'³s*õ•³fL—ÉdŽ&‚ ôèÖmåÚ„‚óçY–  ª¨Ô¯ONÖ9z(½p!7ïtaQññ'¤Ré+S&‹´bYvuBbFòl`@ Š¢T*—ÄÅ•””¸»»Wô¦Kç0©TâZ“²uûvGØu^v} ýžMU÷é¸[ùùù¡¡¡ Þ­Á`¨í-///L;<®{>4A¸5  q1æùÚÞÊLOÃüâ)ÁÉ}€FcûÎo¿þškù”‰!•úeË—{{{Bôzýœ™3}}T„å«VïNÝ3ïŸsÓÒ÷Ÿ9“ÏqÜçŸ}ÚöÉ' ! …bMbÒ;o½IÉ:~|KÊÖ6­[—^¼Ò±ãÌiSÅÎç/\”››7ÿ‹Ïç~2oTLŒ¸.QmMàq%¡éÏbc…y±ï¼ÿá·_Õ¿ßÓ˜¸pô Ñ())mݺumïþߺU«7fÏzcö¬6­Z-_¹R,Ÿ3cúå+WΜÿÇï'¬Z²àëªÛ¡ºtîìh¾àëE#¢‡½ýÆëøÁŠU«åo¿þZQIÉ–mÛôïß94Äyµ5ǘT*ýèƒ÷ÝÝܾ_¶ ³÷k7Ã4ÏQµ¿›žq iÍ*q9jHäKS§}ôÞ»bž „¼8n,EQ‰äåÉ“'½üŠkóø¥K¼½½, s2;‡u:S¯R©xžŸ3cº§§g=›ÀcÌ`0ük^¬ ½ÿfOšºvmÛh4½{ö¬VnµZ¥RiyE…JU•)½UååÎu …¸àï¸öÔ™Éb^ŸœÐ7"Âõ]×lzÇ&ðø±sÜÇŸÌËÉÍûݺvÅ„À}‚“ûÆàAƒ¶¤l³ÙlÎ…ǯMZWX\ì¯Vku7ÅBÝM¿¿úÁÂnÊÊ´5^!ð÷÷>3jäø±cƒƒ‚!õy®ËŸhÚMîF™ÙO Ê„Æ•iËR¶ï°X,¬Õ*Þ¡Ÿwúôº ý›7޲'-M¼s?m_ztT”sÛ³çα,˰ì®ÔÔÑÃÄB†a?%É…‹—, ““+¡é«×®‰qÓQÇõ˜kmMàq°q]"²)Üo’ØØXÌ@Òjµjµú¾Q é¨ÈÈ_û-=ã@IIéo'Oe9ràСQ1#z÷ìÙ5¼kÆ¡ƒ9y§OfçTê+g͘.“ÉĆqñ+8Ž/,*:zô¨L&{eÊdñ¡•›¶¤äæV*•]û(•Ê%qq%%%îîF£éÒ9L*•¬NH,ÐhX– ôñQ9§Æ&îØ°çÜ <– =‚'ïÚ»OίǪ Dz——>8xüö|h¤pkÀcÎb±ˆ? …óóüGŒyÞ±œ™ž†‰ÄS¸ïX–]èååµ|åª1£Gµqº) ‘M8¹ÐÀpаçÜ Ü¹ˆ§ˆ§€x €x ˆ§ˆ§€x €x ˆ§ˆ§ÐÄH1Ïó6›ÍjµŠòôð (Êñ–Íng,¹\.“ÉhÇ qÃo1€ÆA«ÕÆÅ¯5<¦¼¢Âù­Ô={DF-‹_qýÆ LÜ׿‘L&Çq˜ @<ðæks!¾¾¾¿ìNuN §²³ !o½6'8(÷OY™vâK¯9z O€BÄ÷£bFlß¹“çy±ðòå+-[´p¼+aXð‚ B, c0¶ê%˲£Q|)Öµ0Œsì`Æd6óÓ¿ßß^šòÒäI_ÌÿÊÑÉÛ¯¿VTR²eÛöýûw qîÁ׋FD{û×?þðƒ«VãCi:¤RéG¼ïîæöý²e˜ @<€*ϹgošÉl>zìxDï^®Ò3 ).G ‰LÏÈ „Ð4=zdLòæñ€í?ÿÄ †ËÅä ð¸îùðØb 3#Æ<_cyfz&OàAC €F ·Fâ)â) ž žâ)â) ž žâ)Àƒ€/5x@AÀ$Àc€¢(L ž<nݺ…I€Ç€ŸŸ&OðŸ:@SkOññOOññOOññO)¦àáÁn³ñÑ»gO‹Ù¼zýŒŠ‰Yµ6!ÿܹ°ÐPBÈ®ÔÔ¿<7ú›ï—8ש¨Ô/[¾ÜÛÛ›¢×ëçÌœéë£úrÁW;vþùdmëh¢ÕéjÜgµÕqÝä»ÚRh4¨3gÎÔXþÕÂk’Ö=v´¼üVFFFa¡æÕ©¯¬ý1á¹1ÏmÿiÇÀÁÏîKß{0óàÖí[W¬Œ¯­óð^‚ ¼:cæ¿ÿû… V«U\˾˜¿ iýqyÝú _~õµ Çþ븟víË‹ŠŠÿû© Ï‹=’u”a˜ó͘qãTTTt‹è;á¢ï–ÅÌÎvîÿ¹±/¤îÝ+‚V«íÝo@mã¬ge›ÍÞ+bmÒ:žçívû§ŸÿwÖëoÖݶŽ&µmŽóê¿Éw<Üqϸ[8z ð€´lÑò†®Ìn³•––vïÞ-.Ÿî÷óŽ³æÌÙðã]º†;v|èÐ(ÝMmP`PÝ]=7räÂo¿ûö['OžŠèÝ˵BzƤ5«Äå¨!‘/MöÑ{ïÒ4=zdLò攘èhš¦·ÿü³xëá#Y>>>ÇOœ`XÖl6;:Q©T<ÏÏ™1ÝÓÓ³ZÿñK—x{{YædvkµÖ=Ú;V–J¥„Ç¥(J"‘¼99(0 oDÄ7¼ž• …¸àïxBVÝmklR÷æÔ§Žó&ßÕ–@ƒÀƒ¥À€“ÑÈ0Ma±Ï©S'»tí²hÑ¢fÍýö§ï ÍÏ?+“ËÊËoy{«ª=ÙTd³Ù!vŽóôô9xÝú žžJ¥Òµ¦¿Z­ÕÝ—u7uþþjq¹Epp÷ðð›6íNM5ÄQ¹¸¸¤ª²NWŸmùû{Œ5rüرÁAA„G{·•ív»¸PV¦mݺu}ÚÖØ¤>›SÿM¾«-ÄS€FOÍŒÙʲ}ûDH¤²ÎÃ’’’žj×¶ð|á¿?ý¬BWβæu?®Óë+¿_²øæ­›Õš ‚PQYIÑëõ<ÏŽ‰),.މŽÁb±B,‹ãbtÔ=ii,˲,›¶/=:*ÊÑÏðáÑ©iûÒ32žéßO,‰üì†äd£Ñd0IÝã¨É0ŒøÓõiÿ‰äÂÅK†ÉÎÉ•ÐôÕkלs›c<õ©ìpöÜ9–e–Ý•š:"zX}ÚÖØ¤ÆÍ©6¤úor= H‹Yh@Z­V­V»–S½ã矺wíβ–æÍÕ2øúùžÍÏïÓ§÷ŠåËu:m¥¾òß±Ÿ ®Tº:uª[·îèV§‹‹_yùÊ•ÊJ}‡íÛ·k§),š4áE“É´:1ISXÈ0LëV­¼¼¼!á]Â3ÌÉ;}2;§R_9kÆtǃ?ƒƒ‚’SRF Ö«g±¤Kç°ƒ™™?nܘ“—7~ÜX•·7!„eÙÕ ‰ ˲>>*çÁ(•Ê%qq%%%îîF£éÒ9ÌÃÃ]l¸jmÂyM!Çqá]¤Ri•ââWp_XTtôèQ™LöÊ”ÉâÞêh[[×ÍqRý7¹>ƒ‡º÷|€»Eá¯@€†•ŸŸêZn·Û þô“[µli4èu·n^¸pÁje)о|ùJ›Ö­_}åoz½ÞÓÓãÄo¿mÛ–òÕ‚…ÎÍ C= &ÔÆ¥kï>9¿»ßMà¡ìùw ·F<¨_¸R雯ÍùjÑ7#† oõDKoo¯-ž0YÌ7oÞôU«ÍA&—¾øÂÄU«Wü߇s«51æùz®(3=­qÍŒãÌ»B¡¨ç_ý‰&€x ÕMxaÜÐÈÁYÇŽ_½v-'7÷âåË·nÝòõñiÙ²E¯ˆ§+*+‹ŠÎ:xÈÏϯC‡=tÖ“xJÝËËkùÊUcFjsû§†mNî40œâìù÷'DññOOññOOà1†/5x@ð-}ðx ( “ˆ§ƒ[·naà1àçç‡IÄSü§ÐTàÚS@<@<ÄSÄS@<@<ÄSÄS@<@<ÄSÄSÄS@<€‡ŽaYL žÀŸÄó<Ã0ƒa«0,k2› ßëpÁÂE˜UxI1ÂÅK—’ÖmÙ¶íÕ—_òôpçyÁl6ŸÊÉÉ;}æÔ±¬?ÑaYYfA” ˜€”ŸŸz?zæy¾{Ÿ§s~=æ(±Ùl/O›±>aÍÝvÅqœÝÎ)r|^ðèïùÐÔàä>@ãù•MÓÕÒje¥~Ùâo!,ËšL&Žã, c4šl6›XÇrûzñ`˲£‘aÙS99KøÁU- ˲‹Åjµ:úgÆd6óûÏäÇBæ}<÷TvNhhˆ§§'!dhdäå+WÞyó ç|½èõÙ3‡EEétº˜1ÏÏœ6U,ûõמ6|˶íú÷ïRŸ&ˆ§MNfz!Än·—”–~ôñ¿ª~›K¥„‘#FPÕ«Gî¦XNÓôè‘1É›Sb¢£išÞþóÏ“'N¨ÖaüÒ%ÞÞ^†9™Ã:©W©T<ÏÏ™1]Œ¶õi€x ÐT}K¥íÛµ[ðÅ !ÇI$Bˆ\.#„(•Jçš1ã—-?[p¾MëÖeeÚN:TëÊd1¯ON èáº"×lzÇ&ˆ§MTÛ§ž´X,9¹y}ûÔ[w߸iS×ððaQC\+üý½¾ýzA›Ö­ív;!DŠ¢ê^oM†qäcçe×—5­QÏóf³™RQYéx2¿ÙbIÙ¾ýlAÃ0äöAUý¼}Y*!døðèÔ´}éÏôïçHŠŽŸ‰äÂÅK†ÉÎÉ•ÐôÕk×ÄÛüuxž¯6˜ÚšB>ÿß|G5çe×—5’ÄÆÆbV«U«Õ Þíµë×~\_T\¬),Ôh OŸ={ü×_·lݶãçŸöï䨱‚óš¦{tï¶&1é칎ãÂÃÂÄkRƒƒ‚’SRF Ö«g±·M[RróN+•Ê®á]”Jå’¸¸’’ww÷Jƒ^£Ñté&•JV'$h4,Ëúø¨œScwBÈÖíÛc†G‹Õœ—]_ö|€á±ü 'ìù÷'÷ññOOññOOññOOOàÏbXöµÄSxDÙl6†­Â0ŒÙlfRà[°pÑkM‡SЈ˜ÌæÝ{ö––^ðôô „TVê5…š'Û´™ûч~0eee¬4” ˜€”ŸŸz?z¶Úl2/¤cÇW_~‰¦«Ni §ÏyíÀÞ=x39޳Û9…BþZAßó¡©ÁÉ}€Fcwê…\1õÕWÙ”Ò¾]»S§BA`ÇIÖqôeY“ÉÄqÃ0F“Éj³‰Ëf³Ùh4ÙívGWÎ5M&“Élæy^|‹añ¥Él¶Z­„S99KøánWáÜʵOÄS€ÆdûÎãÇýÕµ|ÊÄ „ŠJýÂÅ‹ãW¯‰_½fáâÅ•zñÝeñ+ÆMœüë‰ß¾þvñ”W§®ß¸éô™3_}óíÛï8~ò”Ô½iŽ~–¯Z=~òK¿:µpñw3_{cÚÌÙ%.ˆoÍ_¸è•©ÓK/\˜6kö¦-)„…B±&1énWáÜʵO"þµ èÌ™3÷©çÁÆWTVÖöîó$­ß .¯[¿á˯¾—m6[x¯ˆ;æy>;'·[Dßõ6r'BêÞ´¡1£=ˆ5×&­ãyÞn·úùg½þ¦øVEEE·ˆ¾ó.únYÜÉìl±0¼WÄݮ¹U}ö|=h48ž£j7=ãÀÐ!‘ârÔÈôŒ qY*•B†JQTH§N<ÏýëóâåÏxÃéF%±æ‹ãÆR%‘H^ž<97/O|K¥Rñ9¿ÇMmχG Nî@‹Å"þ¬vGâ)E¹”òPÐ ºZ¾’Ò”‡‚–K)çà5c úGxï=rì~ˆ§ðǬIø§ÝV¶î6•–z´é6«ŸÛÊ;^êç!Ô§ù¦Ùíg´õv“8¿5°£×¦Ùí&÷i®ö’ý^ßSvƒ¼÷ºj› R/=Ý|Þè`@@<€ßƒ©ŒbšKŠÚ*Ïø c*v4 ù¤<§¹¤HF1u„TÑžpDKÑ›íÏvòþ½CŠtv#„¬=¢-ÓÛÄB M}±ë꽌óÞ{xèªmEÈÄ>~E}|I°' ž ˜AF1AÒ3£½bg6{õÉn3ÛUZ¨¤(ËS=Þžé÷·çTÿ’ž‘Q EjNO¼@!ég Q!^ŽüA*ùõ ›ã]QhrJßæÕšË¥”»œ–ДBJ¹Ëi79í8ˆ¨RâK79-“PÕz¨ÖP&¡hŠ(¤”›Œv—ÓR§k (BRJ.¥2šv*wí_BSJ-—RJYU‰k¸¬­‚\JÉ%”RF+e¿o‚k¡ó&P„x*%ÎŽhO9uåVµi´»œ–JpXàáך< ÞôµHo;{óoÙÕ¯õ'2¥ÚÆü*W ÖüæO V5ïta{Hñ›g éæ·õ|PË„}çô/ôòmë¯ÔÜ`!ƒ:zíË׿:àa”µ c{ú®ÊÔ:Nèí7¨£×â}7úµóì ¤iê«Ý×.Þ²Bfò R~±ëÚûÑûÏé·ªpîarŸæÏtð\¼ïFÿvžá-ÝSÏTž½ÆDvòjá#TɳtûÏÄU4ó”ŽíékdøoYú9}Î%³XîÚ·'ÜGtQ].·µô•j™ ÇnUÛÌÚ*¸Ëé#üŒ ×)HISdIºVg´ÕXè¼ Þn’I}›Žâ©”ü˜¥«d8BȤ>ÍûµõXº¿lP¯ðVîÛO–ïÈ©À¾ ðpáè)À2ÅóåÍÏ?>ÒË¿kÌ´”ÿÄÙÊí¬ÖÆ\b*±1Ù¾Á½žì:®»º`ŠçË^ôõÚú¹Rn={‰î¬"„H%”Ÿ‡¤Ì`«Vçü ƵáÇnªdmÕŠ¸ýeïmº¤¹ÁÌä/¾µæ°®U3Åð0Ÿ¥æó×™j=$fé¼e~Ò¥éeßì½>µ¿ºZ±lÙܔ˫2µ¯öÿýö£Wú5?QbÞüÛ­­§Êç<ëï(wíæ õÚÃÚ¥ûË^ìíç:ÚÚ*Lˆð»\Î&Ÿ¸5÷õæž²ŠÚ 7aR¿+lb–.1Kw¥œÐ§ªÃ¤,] _y€·lñ¾Ëö—h†ñ ©ØhúAsÓGs:S_v𒶦¤Á6ö&k¾À2× í'PêŠkG4¹» oúl4-×óÁut•vVÿL/7Ýã ÷œË–zÀÎ „¹!/l=YÞ)P)¾e`8Š"ëŽé³tùט8o),c)ŠürºR¼–àX±©¹çï'âzµöèÑÚ}RŸæÑa*7ÙïÿŸö?7åòñ£RF‡»Ék:¥^[…g:xþZb&„°6þ­/)4ÖVè¬o[ÏÃç« kŒO·ópÞ´ôsz¼+_wœTxøðïàÑqmô«Û[öõ3¬ð+Yß¶ÓÓ^~AV¦TîÞ½üzvÑÙ:V}ÄòŽÆ6äŽ]ef R÷kçÙ¹…ÛÚ»†Õ^uªÖh£þøˆ*3[×Óìœ@±q‚cÙñÒÁ]A'eé»@Y~ ¬ZÎý»ÉèQá>Z£=û¢¹ÆÕÕVÁ×Mj±V=&V „"D¨¥Ð™J)ѳU ,§Rþá¿?q+X¾¾ à‘€£§”Æ6d­~ýæŠ//žÝkc*ml¹Õrí™Éå_¬Õ¯¯;›Š7!IhÊÌòYã˜n>f–gíwª$·ñûyÈ®”[vën™ìOø)ªr¤G]G@þ5:xß9ý®Ü ñi®Ozª­Â-³ý‰fU.•J(O¥¤¶Â?üm`²7»}d´™»Tg²aW@<€ß]´÷¾jíXyí/7¯ì¿j ¹hï]wŠ"Þn4!ÄSISÙw¶²MsEFž"D)£!Jå|»ãg5íü•r)¥Rƒ:z(¨º¥Iüv%…ô÷éÎ=(júISD¼Ÿ8}9Ó‘Bã¨pw9í© êàåX©kÿ¼@‚Ur…” Vòñ÷’UK¨µU8ZdÛ³™‡‚v—у:z…?áV[¡ó&dž7<ÓÁS.¥äRª{ÏC·Oô+jÙ@xˆ$±±±˜€¤Õj÷ßù£ ~’ÿÅ/0àrÉå݆ËùVu×÷óNî뤒{+%tÖÒ›l›æŠÙn z\O¿'›+2ÉÕ ›‰å !#Ã}B‚ܬváì/$ÜצI›æŠî­€ÇŒ$66³Ð€´Z­Z­¾=7óõÍ:v<ïôéI^¤išã¸5‰I³gL§iº¢RÿÝÒ¥gΞ=™qð`—°07¥’¿bÎÌ„ÿ|ñåÿýó³ÉÔ-<\.—¯\³öýþa¶XÚ>õÔñ+ÏüòËnOOÏ–-Zˆëúïü?,_Ñ»WÏ·ß{ßf·‡w s ãȱcß/]VXT¼eûö+W®öìѽÚ8+½cå{UÖ±c?nÜt® `뎟R÷¦ˆvóÖ­Oþý™8€ŠJýÒå˯\½ZmZ–ÄýðÕ7ß´}ꩵ‰Iß~¿„–JÃÃ:WÛŠÚF^[[»Ýþí’%ûög0,sþ¼¦G÷îZ®ž[QmÌ5~”u|"ýžMŽ êÌ™3÷¯óm;~ ï‘›+BÁùóß.Y*–1AÒú âòºõ¾üêkq9¼W„¸ÀqÜ迎ûi×.ñeQQñ?c?áãy±G²Ž2 s^£3n¼cEÝ"úÎ_¸è»eq'³³ÇðÜØR÷îA«Õöî7ÀuŽ•Þ±ò½jØÈÑ×®]³Ûív»ýÅ)/W@mÓb³ÙÂ{E¤lÛÎóü¡Ã‡#‡pÝŠÚF^w[çm¿«¹½ã˜ëøDšÂžMŠ :$ò_/Ü—¾¿k—.éû3FDËÓ3$­Y%.G ‰|iê´½[$Ÿ hIDATÞ{×¹!MÓ£GÆ$oN‰‰Ž¦izûÏ?Ož8røH–Ïñ'–5›ÍŽú*•Šçù93¦{zzVCüÒ%ÞÞ^†9™ÃÞé,sÝ•ï}T*•÷‚Eߎýë_º†…Å/]R­ÿÚ¦E*•BFŽAQT¯=tº›õy}ÚŠþÄÜÖ1æº[í™þýœkÖ=-r¹Œ¢T*ÿÄÈën+ús{Ç1#›BS€[£™Q#G\¹zuï¾ôömÛR%ú«ÕÚÛ‡ñt7uþþ5\Ø"8¸{xøÆM›v§¦‹âhX\\RÕP§«ÏþþÞcF?vlpP¹ÓãîïXùGe2™ç~øÁŽ-ÉO÷íûŸÏ«½[ŸiiÍtæx|ÕŸ˜Û»3Ã05. žÀÕ³{÷ÁÁ ¿]4Ô#þÄN~~~hh(æ°çü98¹ˆ§ˆ§€x €x ˆ§ˆ§€x €x ˆ§ˆ§€x ð°H1† ˜x P…IÄS€ÇÁ­[·0 ððóóÃ$â)þSh*pí) ž žâ)â) ž žâ)â) ž žâ)ÀÃ"Å<0‚ p'BµrЦ$´„¢(Lâ)ÀƒsýƵóš³f‹…AĘ*дįYó'Z¶òWH$Ì žÀ’“wªOï§UÞ>· A gÓݼy:?¯EÐÍŽBnBeXV©PÔ·2ÃØíœ§§Ç]ô÷M ©Áµ§Ž^_é£ò5™MzCÅ­ öæëeWÊt7ô••Cžz«üVþ¹Ó‚ðÿíÝ}Pçðß½Á!pw  ‰ˆÚ2 `ÒŽ/ÑtFáâ»RÄ1iMcÇc“4ZZÇØ6F#Uã[ñ]‰Jƒ¶µBñEЉò"8PDáÃÛÝ»}é«79‚L:~?0;Ïîïyv–g˜ï°ûìŠíÖŠ¢È²¬ÍfcY–ã8†eY–}ô9ï)y]J't8œëÖ6iJbç;‚xá¿§OÓÉ‘ 8yd¢(|ã†þ€Á?z,çhO¿€ààGkk¯ßØ“öyfVVbB‚¿¿Ÿ¥±Q"š›4§WPPžaCCC'ôðÐÌ÷ôŒƒïü Jñº5ž:‰¨u6EAE‘ÄÃÿÊÒj¼ÂQz©¤ÝxÚ7´Ï²%dfe-_ºXnI?˜ùѪÕþ–ÒU§'Â_W¯îüñZ­öq‡x‚@<€îÂ;D’ ‚À‹¢ÈóN‡Ã!IR`` ŸÁÀ ¢Z­®®ª”$©ÝUüJåÿ<‘5ÆdZ¿q“¼Í²¬ Š^Z-òµÚÃÃC’$ŽsÈÝHyzzÈ}rÇó¼V«u:‚ Bá¥ÕÊ=_(.>•úýwß!"I’8‡CA$J’‡FÓú‰XùœåcÚ¤[‡Ã¡T*EQT©TßYânAœN§B¡E‘ˆ¼¼¼0yO ë9Néá¢}‰¨¶¦¶¬¬, gÀsχ¼”Êþaþíø§ j•Û¿ÏrÂE±¦¶&Ðh”׬K)))]³jåÒåN?þõ_½vÏÚ¼95U§ÓQssóܤ$?ƒžˆRwì<–óá²¥¹y__ºT.ÂÊ¿ü©XyzzîÚ›&ÇÓF‹eמ4^w³®nÂøqC–â8.mÿ––­V[_«õ‰eú¢oh¨¹¶6"<þü@ú²å+B‚ƒ“fÏúňá˜<ϼ÷à©ÆS‘R©Ô¨Õýúõ¯¸ZñŠitK‹M"Qà"ây¾KÆ 4-wämËK` ±õ^×( ¡¡¡í–WUU?(·X\íþþþfs¼Í0lë’ß/X?q´ÄÄàÞ½©Õ*¨JÜrÿ¾}颅G23^6tÅG+1sO ›â)O¤P«UÃG¼|º ßÇG7rdl³õžF£Ðÿ'99Ù ÃðÎöoî‹¢È0 =øðRÛ˲¬üÓõ¯Ð1¦¸œÜ\Žã8ŽËý*oŒÉÔúøËW®pÇrÜÑììqcF·é„ˆbG<‘ÑÒrßfkùOvŽ«0vÔÈm;wZ­V†aróòˆH>+"R©T5µ×–½X\¢R*oÖ×Ë µƒw£¤¬ÿÌÎ0fJüd½N‡™ðLQ­X±W  566Ævw}™›kròNŸçΟ+*/¿TQYi±4¾4l¸±çŸÉoh¸kR*Û~Ú´þÖ­´}û¯UVq‡Ý~¿_X˜kÇq;÷ìý¶¢‚ã¸^A½ =ÅDÇ?u²¸´ì›‹ÅÖfë›sfk4ùø-[· ‚x­²òìÙ³fÆëÓå7:ý#óPIi™V«=0êd~þ¾ôôâÒÒiS]1&*ª °pÇî=—._ŽŒˆ8]P BLt”Z­Öjµ·l©®®îÑ£‡ÕÖ\QQ=0ÊÛ»G%îF©2›s¿Ê»zíڙ·“’Ý\Oø™ùEÑåÄxÆ•——GFF¶»kÑâ«?NfX»BF R(DA8±ßOï;*îÜù¢'O,^´ÄÛÛ§M­Ífs7¢¯¯ïcá ÁC‹Ïâ7Omæ<,xzzú÷¼}û–ÁàGD$‘üžz…B1uÊ´={wå|™mŠ{Åb±”–• <¬ÍKøÇÅ'¸ë¶ƒÅR’o¬3 ãééÙfÄS€gˤIñ»÷îjjº+I$‘D’ôpƒ$‰ênÖY›­¦XS@€ñÑàøXÔù1__ßÔí;â'MìÛÞ¢(€nît1ÜâÌ|€ï·uññOO~8v»ñOOñ {ᣦ]Ïl6ã"<|Ô~Dps~Dþ ùÓ-ò;IEND®B`‚caja-actions-1.27.0/docs/help/es_AR/000077500000000000000000000000001433352025300170065ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/es_AR/es_AR.po000066400000000000000000004443361433352025300203550ustar00rootroot00000000000000# # Translators: # Renzo Sparta , 2021 # Reshi Starkey , 2021 # mbarbero , 2021 # Stefano Karapetsas , 2021 # Germán Herrou , 2021 # Dario Badagnani , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Dario Badagnani , 2021\n" "Language-Team: Spanish (Argentina) (https://www.transifex.com/mate/teams/13566/es_AR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es_AR\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "Proyecto de Documentación para GNOME" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "Proyecto de Documentación para MATE" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Insertar" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Windows" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Editar" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Preferencias" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Comando" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Descripción" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistema" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Aspecto y comportamiento" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Línea de comandos" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Propiedades" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Notas" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/es_CO/000077500000000000000000000000001433352025300170055ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/es_CO/es_CO.po000066400000000000000000004443011433352025300203430ustar00rootroot00000000000000# # Translators: # Julio E Tamara P , 2021 # Julian Borrero , 2021 # Daniel Aranda , 2021 # Stefano Karapetsas , 2021 # John Toro , 2021 # Sergio Alejandro Bayona Becerra , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Sergio Alejandro Bayona Becerra , 2021\n" "Language-Team: Spanish (Colombia) (https://www.transifex.com/mate/teams/13566/es_CO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es_CO\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Editar" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Preferencias" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Comando" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Descripción" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Archivo" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistema" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Visualización y Comportamiento" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Línea de comandos" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Vista" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Propiedades" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Icono" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Notas" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "enlace" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/et/000077500000000000000000000000001433352025300164255ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/et/et.po000066400000000000000000004441601433352025300174060ustar00rootroot00000000000000# # Translators: # Mattias Põldaru , 2021 # Martin Wimpress , 2021 # Ivar Smolin , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Estonian (https://www.transifex.com/mate/teams/13566/et/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: et\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Lisamine" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Aknad" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Kataloogid" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Sirvi" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Üldine" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Redaktor" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Eelistused" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "tõene" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Käsk" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Tavaline" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Põimitud" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Kirjeldus" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Fail" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Salvestamine" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Süsteem" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Välimus ja tunnetus" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Käsurida" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Kustuta" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Vaade" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Tööriistaribad" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Omadused" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Ikoon" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Rada" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "RADA" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Tegevus" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Märkmed" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Sissejuhatus" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "link" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/eu/000077500000000000000000000000001433352025300164265ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/eu/eu.po000066400000000000000000004512461433352025300174130ustar00rootroot00000000000000# # Translators: # Alexander Gabilondo , 2021 # clefebvre , 2021 # Martin Wimpress , 2021 # Asier Iturralde Sarasola , 2021 # Stefano Karapetsas , 2021 # Wolfgang Ulbrich , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Wolfgang Ulbrich , 2021\n" "Language-Team: Basque (https://www.transifex.com/mate/teams/13566/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "GNOME Documentation Project" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "MATEren dokumentazio-proiektua" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Txertatu" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Leihoak" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Karpetak" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Arakatu" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Arrunta" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Editatu" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Hobespenak" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "egia" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ktrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Maius" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Komandoa" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Arrunta" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminala" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Kapsulatua" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Deskribapena" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Fitxategia" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Gorde" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistema" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Itxura eta izaera" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Komando-lerroa" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Ezabatu" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Ikusi" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Tresna-barrak" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Propietateak" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Ikonoa" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Bide-izena" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "BIDE-IZENA" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Ekintza" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Oharrak" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Sarrera" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "esteka" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Eskuliburu hau GFDL lizentziarekin banatzen diren MATE eskuliburuen " "bildumakoa da. Eskuliburu hau bildumatik bereizita banatu nahi baduzu, bana " "dezakezu, baina eskuliburuari lizentziaren kopia bat gehitu beharko diozu, " "lizentzian bertan 6. atalean azaltzen den bezala." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "Enpresek euren produktu eta zerbitzuak bereizteko erabiltzen dituzten izen " "asko marka erregistratu moduan hartu behar dira. Izen horiek MATEren edozein" " agiritan agertzen direnean, eta MATEren Dokumentazio Proiektuko kideak " "marka komertzialak direla konturatu badira, orduan izen horiek maiuskulaz " "idatzita egongo dira, osorik edo hasierako letra maiuskulaz jarrita." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "DOKUMENTUA \"DAGOEN-DAGOENEAN\" EMATEN DA, INOLAKO BERMERIK GABE, EZ " "ESPRESUKI ADIERAZITAKORIK ETA EZ INPLIZITURIK ERE; BESTEAK BESTE (MUGARIK " "GABE), EZ DA BERMATZEN DOKUMENTUA EDO BERTSIO ALDATUA AKATSIK GABEA DENIK, " "MERKATURATZEKO EDO XEDE JAKIN BATERAKO EGOKIA DENIK EDO ARAURIK HAUSTEN EZ " "DUENIK. DOKUMENTUAREN EDO DOKUMENTUAREN BERTSIO ALDATUAREN KALITATEARI, " "ZEHAZTASUNARI ETA PERFORMANTZIARI BURUZKO ERANTZUKIZUN OSOA ZUREA DA. " "DOKUMENTUREN BATEK EDO BERTSIO ALDATUREN BATEK EDOZEIN MOTATAKO AKATSIK " "IZANEZ GERO, ZUK (EZ HASIERAKO IDAZLEAK, EZ EGILEAK ETA EZ INONGO " "KOLABORATZAILEK) ZEURE GAIN HARTU BEHARKO DUZU BERRIKUSTEKO, KONPONTZEKO EDO" " ZUZENTZEKO BEHARREZKO ZERBITZU GUZTIEN KOSTUA. BERME-UKATZE HAU LIZENTZIA " "HONEN FUNTSEZKO ZATIA DA. EZ DA BAIMENIK EMATEN EZEIN DOKUMENTU EDO BERTSIO " "ALDATU ERABILTZEKO, BALDIN ETA EZ BADA BERME-UKATZE HAU ONARTZEN." #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "EZINGO DA INONGO ZIRKUNSTANTZIA EDO LEGE-TEORIARIK OINARRI HARTU --EZ " "ERANTZUKIZUN ZIBILARI BURUZKORIK (ZABARKERIA BARNE HARTUTA) EZ KONTRATUARI " "BURUZKORIK, EZ BESTERIK-- DOKUMENTU HONEN EDO BERTSIO ALDATU BATEN EGILEA, " "HASIERAKO IDAZLEA, EDOZEIN KOLABORATZAILE EDO BANATZAILE, EDO ALDERDI HORIEN" " EDOZEIN HORNITZAILE BESTE PERTSONA BATEN AURREAN ERANTZULE EGITEKO, " "PERTSONA HORREK EDOZEIN MOTATAKO KALTE ZUZENEKO, ZEHARKAKO, BEREZI, " "INTZIDENTAL EDO ONDORIOZKOAK JASAN DITUELAKO, BESTEAK BESTE (MUGARIK GABE), " "BEZEROAK GALTZEAREN, LANA ETEN BEHARRAREN, ORDENAGAILUAK EZ IBILTZEAREN EDO " "GAIZKI IBILTZEAREN ONDORIOZKO KALTEAK, EDO DOKUMENTUA NAHIZ HAREN BERTSIO " "ALDATUAK ERABILTZETIK ONDORIOZTATZEN DIREN EDO ERABILERA HORREKIN ZERIKUSIA " "DUEN EDOZEIN KALTE EDO GALERA, ALDERDIARI KALTE HORIEK GERTA ZITEZKEELA " "ADITZERA EMAN BAZAIO ERE." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/fa/000077500000000000000000000000001433352025300164035ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/fa/fa.po000066400000000000000000004442341433352025300173440ustar00rootroot00000000000000# # Translators: # Mahdi Pourghasem , 2021 # Martin Wimpress , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Persian (https://www.transifex.com/mate/teams/13566/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fa\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "ناتیلوس" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "پنجره‌ها" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "مرور" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "مشترک" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "ویرایش" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "تنظیمات" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "مهار" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "تبدیل" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "ÙØ±Ù…ان" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "عادی" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "پایانه" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "توکار" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "شرح" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "پرونده" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "ذخیره" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "سیستم" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Ø´Ú©Ù„ Ùˆ Ø±ÙØªØ§Ø±" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "سطر ÙØ±Ù…ان" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "حذÙ" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "نمایش" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "نوارهای ابزار" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "ویژگی‌ها" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "شمایل" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "مسیر" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "مسیر" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "کنش" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "یادداشت" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "پیوند" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/fi/000077500000000000000000000000001433352025300164135ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/fi/fi.po000066400000000000000000004444201433352025300173610ustar00rootroot00000000000000# # Translators: # Kimmo Kujansuu , 2021 # Riku Viitanen , 2021 # Martin Wimpress , 2021 # Eslam Ali , 2021 # nomen omen, 2021 # Ammuu5, 2021 # Stefano Karapetsas , 2021 # Wolfgang Ulbrich , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Wolfgang Ulbrich , 2021\n" "Language-Team: Finnish (https://www.transifex.com/mate/teams/13566/fi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "Maten dokumentointiprojekti" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Lisää" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Ikkunat" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Kansiot" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Selaa" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Yleinen" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Muokkaa" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Asetukset" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "OK" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "tosi" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Vaihto" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Komento" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Tavallinen" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Pääte" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Upotettu" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Kuvaus" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Tiedosto" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Tallenna" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Järjestelmä" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Ulkoasu" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Komentorivi" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr " V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Poista" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Näytä" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Työkalupalkit" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Ominaisuudet" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Kuvake" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Polku" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "POLKU" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Toiminto" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Muistiinpanot" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Johdanto" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "linkki" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/fr/000077500000000000000000000000001433352025300164245ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/fr/admon/000077500000000000000000000000001433352025300175225ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/fr/admon/admon-bug.png000066400000000000000000000056101433352025300221030ustar00rootroot00000000000000‰PNG  IHDR00Wù‡sBIT|dˆ pHYs × ×B(›xtEXtSoftwarewww.inkscape.org›î< IDAThÕ™kl×uÇsgfwvI.—¤ø)QdI¶ž–dQŠ”:vìÆª;i $v¦@^EZ8MA€&(ÚIÑ¢lA‚ˆŽ•4͇ȩ£T~¤²¬H´%ËŽ­*¶BI¤DQ|î.¹³3w·vùX‘Ú¥H©@°ÀâÎ=÷žÿüïýŸsïhJ)þ?›±§m»vÇ€/ ¡} Õwgß~ãdþvúÎg‹‡mÛö5 ¡íÞµ=Ú¾²¡Ñq94:~΂ðìbhK•Ñ{ölqâ£÷í­¸ÆÙÿyÿážÓ'Nœ]Òä·Àö{v?‰E=ôàGÄé·ÞÅ÷Õ¾²M³¢Q×¥¯ÿŠ2 ]Û±}3¿~é¿C™—½õæÉÿ\òÄ,^FK,@ï󤯎;É]w®G:¶fç²dÒ¦iÒ¶|™±b=vOú*@ï»óÂ-``ïÞ½±¼¯ÞÙ´qýjº'ö5#šÐƒ÷ξ!fh[?¾¨ä5Û–Ì€-ý'[Z[ÛkãUúØ¥ –“Dóuð5T ÐtÀP„F€o9Ô·WéÍ-ÍíƒO²ÈäuKÔèµÖb·Dì·auÛZ–¯k!³ˆZ̈ëzäm‡¼ípmpˆ¡ßÒmŽØºýç·À¢—PgGªÑÐõÕ#úãÛwlÔš—7âK7ç"¥Ä÷<ßG4] AÄŠ`DMF†Æ8wöÊsüÿÃð«Ý=]ƒÿ§:;R2týðúkbî\mº9;›Ç÷}B¥P*¤*Y]ø†dF³„a¡]i`ÅcÄ}—®Ê‹ç/;aþIwO×ñŸéDÖÙ‘Úošæ‘<°;±aýj3;œÁÎØ„a03¨.°ª,ú.^ƪŽ!ô™iT¨Èe'¥©©!²½ccÂŒG:;R¿í:;RE­ÈÏ|hoU"';’& B®çPèוœÿ éÈS!é¡4„°mצxÔŠü{gGêÑÛ ³#µÂ0ŒŸ>ðàÞxÔ0™ŸdNäSƒ ëê3éJt]T¡ûu>ãxyÉ–wÆt]ÿqgGªý–èìH†¡ÚqÏÆªªX;“›y8¡ ¤[àÜ€Ù–ËæýµwµÇ…Ð^èìH-XÔQÓ´/55/[¿öŽUFzplº½iÅï¸{ßANý—6úëÇqp]IÌŠLû¬\sŽì€â7¿z”‹ç×Íа¼A¯o®_7ruô/YHlèìHE„ßÚ¹kSU.=‰ g^ùÝûRß²Šú–Uì¸÷§Óíº®#](œ¼ƒÐõégô±_ÐØºšÆÖ5Ü·ÿ…év¥éá4í«[cBˆovv¤¢·ð…Ö¶&«º*Ž—÷Ð]!„@º6mÉ i—ªPOÏõ@)šë¢À0Ye¦a|më¶ ÕNvnÙræõ'¼ÄØàENýôt»¦kxnžUõY\'3Ó¼ö_Ÿ`xàý¼zx®èdÇ&hmoŽOú+YÙ=ÐÙ‘jŽD#mõõµŒ]-¬ýÙJríòÜL¨BÂPM?Å=°ª5ÃïÇÜú{7ðã§¿N*BÂìã%LÓÀŒD–wv¤Z»{ºÊÅX‰?^±¢Ù÷¤?÷7X ª°l[²ª>CÎö*ªÐõæÚ.Ée 5–DºmžeÔ¾ö}î/JéK¿|˜Þî eF$b¢”ZV @YÂ0¬‹ZÑ‚ößÐÖ=7­ýwøàõ§³pmÌɘ‹ëHôÙŠJpÿþhl[CcÛøø‹Ó¦*d]µK ¦® ”Reô»”~¡ œ¼$/Èn}ÌÆudI2+kªä¯Y©{YBhYéÊç·Ÿ-jÿ%Î{bަ \Ç¥!ž UHwJJK_ë‡eøJ/CWzyù—ÏŒ¡i  ÕD%e÷€ÐĸãÊ&¡ (näáË[yégÿ„Rª¨ý¥å´ÐžkS—(0Œ9ø#ö)U@ßùõüðßž"Ta±D)æ!<PéJ* tÿä„]TœÜÔT%šŸµ¤ë ëb#z˜Q'/­âõKYÒó~=xuØ5­¹KñFÁ]à:N@ÇqÊì¹#EâQ&2“^†/–žÊ ¼ÒßUQ³°&ËÎ;SFäm—dÌA)HZylÛ+U¡y\ggÅ£¤G3ðj%•Îgìœd3“DãùÉ™‚®px€SG?ÍÕ¾Ó&óµVjËÅqC@CÓ4”R´¯9ǽû‚W^|„ ¬›¼EàØ“ÀéJÊ2ÐÝÓ†aøSo¼kÇñ‚:íî}ÏOçƒ÷þE¡\‚M…DŒPh@, ½âÉLÁ½ûÑØZÐÿ>\zEZ»,A_Tø÷Ý=]þ’(¥ž½6821:2ŽUm•L¸®GµU:oÂ’xÅdVn#Ç«ã¸yÉøHÚQŠïUŠmAº{º¼ þöÍ7Þ´jb ,œyý3ÓùàÔÑÇ ƒ ÌK1É̪V$-Wzˆb=tôðc _éeøJ/¯¼øš‰ú.ž¿œSJý]wO×/YgÙ‚ÎÄ žK§³ßº60RLÖ01šeèòÿäP¡"T…| tíºÔÅœiGÔÇsdI‰†ÂÐy»ç=Ûóü¿:pò™¾™xnÀ“Ï9®Ÿ<ÿóÓ›7å}<ûÚ1|ݶÏ«R³ÙTí*œn §…jÕc ­f vÉë‡{“¸–@ X­žV¥V« 0 ZµÑj·P̹(æ]´ÛMT+U€­v vÙ”k{‘xc¾V©Dðí jUÑn7aûxpGÃ; m€v§Ihµ›°Ë†\¯Ù×–x#Þ¶¬óãº-µ;m€Ëª å4ah<¸£!•dH%ÜÑ`ê´6ªV,Ñ‚]6äÃêõ$^[àôæM¹àû«åòùIÝ–:í6ˆ–e¡ÓiÁÔ†øøH%>û¨H%m@ín•J ­v UK“kë¼àùßDâµ6ð¥ÒùI½&µ;m"øV§ S¿ D‚R AŸ~”%­O§˲ÀÀÐiwPµ Ù¶Ê7‘¸ò:°7Íó“ãšä8 \*£Óí lŒ.Á AN A«€ÓÿÅOvû+—-8Ž„²e¡í¸‹v·÷h¬*ß»ê:q¥ˆá-ÓŠà‰%³„¶Ó~¼ €D!88¥œ>ýErU6úÂé:(—ÊœNÕ²!WJæk¥Ó߈áˆq~Z·¥n _*¡ÓíÀ2Çà‰ˆˆ8ý×/è?°ï¿;<ø/—DàD"ÜH|ò![Z†+œ^g#Ñq:¨” É2+K|£@ _ÒõÆiÝ–œ®Á4Jè8ÎKà·Qÿ·Ÿ³?ÿ•³'ÏûÍ ¡q¢õO*Ò¯?}Kïón×AÉ,ƒÁévP)éRÙЯ$ñJ ¼¦5Në¶Üs{†aÀéuP)½Ï)…ôä9ßäÓÓçÄHDbÑ5a$‘àôÉ ¯löx×íišk VI—Jºö7%^*pzó¦\ðü‡¦VlœÙ²ëºB@7tt»]TJ“ <‘ ¢PÐ<“Qd›î @' $¢íL0 )‘ 铟ÏfÃå½¾CÆZÂíõ`•4ÉÔ¾Yâ’@ oh…ÆÉa-‚'C7ÐíuQ)ïÂïF BÁÉÔ¶íÍ,bõ¸˜…$Ö'œîßN+F/t]‡ ÃÁí¹(›EÉ(^)qð2x½oœÔm¹?XG^ÓÑuTËS<¸£!™À QçD Šuª^ÄvŠ´+JD¡/¤\"Éé×·Ý©eöB·ß#ÝÐA ô]–©IF!ÿÒub#pvv&màly0@pm?[ÃS”&›¨¯á'"I $£¸£@"Š:'·Ôõ½›±À)‘ÅýÛqÅìý~tÍàº.J†&ëk‰³³3é’@F7ßUdéÆÉ‘-CpΡi\· ۚ㳊”Lpçø6êÁ&ê»b%Mˆ€ïÀG׊í,ÆkE"Šo5dz =Ò5и(é9£È7²Fñ‡—Sˆè§vÙTæs!¡5¸ÃìÊŸ}T TbÓ£‡^ˆú:ÿwÚäIMðxèãšàk¹KQ'â;÷œÒ©¿÷þWC«äƒqŠÅ"HfóôBNüàýxìÍ[ "H Bu¢hK Ö@Dçˆ ˆH úÍéÛGàñðÿp´äQÔ7×®¯ë™ÑðŒ[…Q„@"溸õÙ̱ƒO;ÎÀ“%ì€a4¡˜Óñ¬­âGw&lÄ&Ü>x§§oS($Fœ -ÙŒ D8¶WaÜÿ·Û‹í½'P ˜ˆ:Ój%ðÞ½S½Ù-§óY ‡C$ (ªw0ö(!î^˜ÜßzËÅ—ÏZŽŸËåŒÆ#èEÏÚöã;^bµÚÉ ÅÅT ÄET¨QÏ?=¼^áüàà[dÃÑD@!Ÿ‡ãý™ç=«Ê;?^nRÿÅíôz-ø¼Ë6첡L&Sòù<†Ã«qÿC±H'£fëœ$(Îÿu­€óèÜ‹Ïñh·Ç81]Këíö*nÝý¶Ñì–Óù\Çc0ÆÏçÑŒü¹¿x4VÕK¯c^úy`#‘QËTf“)r¹Fãê• ¿ÿÁÒO'9‰u!ƒ8hSÔñ¦Nl ëB bfQ-­°[wÏŒç]3ÏÙd2c Ù\î`ìÏ/‡¥À®D>£6*%]™N§€L6ƒñd„zuÂ?ùù|žL^Œ:¶ðôOÿ|dÀç¿ÿKO’BE=ž‰¨£áÖÝï˜Ï»f:—)°ét 0 ›É¡?ûóåò•ðjàÅãÉ_,ƪòÎdî=êô~&›0›ÎÏð¬•;øé¿ªjì.NQ^Ç…EˆÚ£ØÝr€Spܺûó™c¤³jžM¦@6“…{øoœg"«* Ë(*³ù “É`<Ó‘= ïßîOwfb“J`œ ĺFøÎ:"(‰Ýºûæ3ÇHgÔ<›Ïf`ŒAͨŒf¾wø+ \PäFI/(soPÓù„êÕQxÿ¶3N&v% )Êu±îóñb„ØÂË96÷æ 2jÃÉüÊðWØ‘x˜‘¥%­ x¾"‚¢¨˜Ï'T·‡ÁÇ·Zã´ŠmÔwWÚè\2vëîwͯÛF:£æ˜çE㨪Á¯V&W„-] U–n˜ÅœâûþZBÁÌ›ÒQuÜ{ÿé0™ä"ê0á&ê]€W•,ó< ( †SÏ÷_þµ^hè…Œ¼ð "ÈŠ Ï›QÝ÷ÞûK?™ Euø§-#­(*[ø£¬ÈN<¯ ¼Á›¹uwúž·X>êf‹´”øžEΰ¯›ÅÔ{÷Nõ xþ«–ž–%•ùžA’¤kÁ×ø‚#ž %jhùŒì/|€Y’á-gt\¬>~ÿO.ÄðФ2áƒA’$Œç‹kÁ_K`WBN%Åœ*/– €I’°XztlV𤩥eIaËE´…‰á—Aøh’ysøk ìJH©d£‘åÕj!Jczé„ÂV« •Na:_ùËðúð{¸(‘häI‚B*™lÿNcæï~oÀV"8häÔµDô ©T Soå¯8ß<ð¾f%2JJ<êB˜ù+ÅÅ^á·ôEwÁó&»¡¤ a/âË}ÃoAˆÞ1)Å⢷q×~·ûIj_Ç[ø¿<þîÿ[å×ÄÎ"Œ}øIEND®B`‚caja-actions-1.27.0/docs/help/fr/admon/admon-important.png000066400000000000000000000046261433352025300233510ustar00rootroot00000000000000‰PNG  IHDR00Wù‡sBIT|dˆ pHYs × ×B(›xtEXtSoftwarewww.inkscape.org›î< IDAThíškl×Çÿ÷Þ™ÙÙ]ï.ö:°À@Àæalc(â$Dy´U ˆƒ”G?4ý”†J´ŠRÔ’¤j*5‘5iI#%&&HMÓÒªMâ”Ú€I16À@°ÛØûž¹súÁ°½Þ5kE‘r¥ÑèjvïùýïyÜ3«eD„oòà_7ÀŽo${{iƒMT®fs׎€´ã¥åëéÄDØ™0(\yÚ¼‡´üùh ×_ž(;"àP5[Å„º<§`‹È.Ø"˜P—ªf«&ÂÖ`LeŽW§—©‘Õ P€=p‘ ì(È:É…?ÔØØ°›eÂvFpU%a¥&´<À:™€N€_aæ)Ňü[\Õ_Ɉí] ¾ŠÝÃ…º4{z¥ ³ 8†@!Añ£Èžñ0çB]Z_Åî¹Qû)'qu5³¹d£\YÂ…º‚¤91®ÌZ¶Íáɽ ùWc4pi®¯Fèr-N}ò|¶ILhÍd›uÒ²3ÆþšW¯&kÜT3§ ,„REh·@(Ëìxt¶Põ¸‘]H¾›–¸to×=3¡h“h ø@vŽ„"€ûÀœ«HÈxbÁ³ˆôµPߥς}—šHÆûuÎÕ6€YVüãhŒ:ptåýÔ?ª€†Ýì^.œ‚ÓbËŒOu8³ÂYbáÎ)s¹¼s¡¹ ”d÷öÀî¨A $í;?L1' ü`ÜpÀýs€äeÄCmˆöŸB°»9Ò©1íï2ÀE7çì¨)­×Ê×[{@ùJ‰p¸°¥¼ÎòíÂé[.&y™€íì/@Ñc…vñ+«cÍ.Âv?m×¼ÃT€ûápøápÞoÞZ'x–²‘žý“OüU@j'€=CCh;ãG8^q8s*ç¬zÝÂÄêX× &d4LÄHžH¾®̨€»€ûŸ ›ñÐ¥ÇÍáY²‡ HŒÆ=êÓ\qm/\ý{—¦OÅju=ôÐùPè1<3Zž€î3îB¬ïZj!²ž)]'_Ì;b®fë×Þ˜»ò×.—)(º æ“B'•z„9€]܇S‡^ KÛz¤üAzw8ë¨eôP[¡u߬%?vgå}ŸS´n Ê NÂ1¡“Ì“‰PóÁœ·¡·ý »õZÒº{ÉFª‰3é9ðén6GU´ši…r³žT)V²Z‡ˆ9~“A'Á´"@/CWËKæù3û.›ÒZµtq̃ì³7Y®íÔ>š”ëÌüâí:ÌS ø± ‹HÌõr@‰ŽÆg¢ÝŽœó;cu­)Äõï3:Þsûg/Ÿµì%³{@у¨ýÉDŒ]±¹n1/Î|òt8ØÛZg;­ï.¾—Âc±¥Ô -¾—ŸSì®`ïɪ–·„¤-Àœ·èu$Fmà®›Û ²A°A$0c-l›£ù?O„‚WÎV}km*ðÀ8^hv«?ºc[Ñ­¿5T=ú@&’–C *­CBŠ{@<ÒŽµ[ÃV<ú\Ù™Öaiw£eÌv4únwû[n¶ymw‡y‚ ;ð {G `*z¿ØK2Ý“.ü¸S”Eß"«€un 4äÀ}”vúºöÚ<÷¤bÆ¥x<,i ¨©a I³P÷Öù¡ñ<¢'ÆÈ ³º§$­¢š¦ŒaþÆx:Q¬8ŒצÀ6Ï‚&WEŒÜdv€kÓ 4gÔÓ‰´½0žZæñç+à>Àê=\ÄõyqÝ\öàðåÌQ,›pŠ¢­ñÊ\d]LTŸA±=XÓÁŒ 0£àúОìf²²K\\(k&\€Mö —o`ž¥²L/÷n‚ë†ë÷ns–$*jâ,”ìd¶ÃéŸV¤Ë“VÒÔ¿Ír¸*üª1ˆNÀ:]•)àÆjBgó/­/[ÿk@Þô•jàæÇæŸ ~Š·áZP¼jVò©fÒõt1U¦´<À8–î@”‰ÈüWwžé`î;ÁÝw Øù>Ž}øxèB[í‡0eLYôeGÝMý ¼ð0÷àY÷Üs-œÌ.€ëp{§ÅˆÒ˃´<À¿5ë¦Rd7`Ç00g ˜¾fðÚm÷õ~Ùg“|¬üAúû ¯®mx›­=}ôÍ?zZÿåÍŸÿ¨KõW‚Âõ ð&o‡/w±»¯·c%€¿¦Ê”^(J…Ç¿“yP¦‚û6"]-¿°šjŸ {/ìì É‚að€²‡è·,è¿Òù›ãµÏEºŽÿ܂ȟô8˜v3(Þ—¾P¸¨H)õ^h;ã óxhÑš×t®æ€ÈFèÂ^œ=^²¥ù©³/ßDgRYêÈ[l:Ó”?E¬˜>÷~÷Ù1ýweô4#÷úõ$SY+媟‡ùšê0™z“nöDGó®pÏù %ååé½T×€ÒMÔàÎûÙݧ›ö¾žÕþ±wZQ¥KõÝMŸdÎŽ\^àh*k¥BÌÆr#k²réäó²éÀsá¾Þs¿‹@ÎH~ð(ß@û<†,èë¿ôbÓ';#ǶIÃí2-åjÜ£½cÛÖœ‹:Ä­GK6Ñ©ñ‚¸~›Áåu)åí\ðê’uÖ†T¾—zbö.U•¬3÷Ž›2É(ÙH­ÖÔW±{8X4e¬oÿìñ5o¼€ÿ+^FJ¬TIEND®B`‚caja-actions-1.27.0/docs/help/fr/admon/admon-note.png000066400000000000000000000033051433352025300222720ustar00rootroot00000000000000‰PNG  IHDR00Wù‡sBIT|dˆ pHYs × ×B(›xtEXtSoftwarewww.inkscape.org›î<BIDAThí™]lWÇçÞÙýpœÔ®MâBH')­H“TA¢©-}¬šU!HˆŠ@¤R¥RH­*ò/TaúÄG‰­©!¡  MIU§ÍVà:ÙØk{¿fæð0›µãÝuwm¯méêÎÞsfæÿŸsÎ3ZQUþ›aÖšÀrñ¿#`HÄv’ÈR!‹ÕÀK"‘§}jŸÕ7|øñ—UO­Íæh(`H$îÃó݃ƒ_ÛóÄ^zËœL†b6Ëõ·ßæCC³³W¯þ,ß{Tµ¼¼kh(à—"?¹ãÈ‘oì8t(N.GËÎÌ Ö"©¡µ¼ùâ‹Å±K—ŽVýÎð®¡NÀ/DôÞu×kŸ}öYO?øòyÔ÷ +•h”˨ëB?'-”J_8¢zfø×±cÌS;|Ðcl &&Bá¦Áì,Áè(áûïsûÝw'xj-ˆ×ø.\0ªR½½##ÈÌ HB©„Îål–®¾>b=Oe|œr.‡¤Ó§¦Ho±„Wt–½ý&ùm¤ߺ…Põôõ‘‘­}é´”.^¤b ˆ ª„A@hà 01>Ʀ½éÎ’@@ZêŠXàØ»çÎÃÍ›Ñîn*¾_©àW*UlÚ\ùçyv}«uhК€ÇUß ‹Åc^}uVöîÅ¢™ µh&Cl÷nbûöqáÔinûj]wx« ‚†–º¸ǶÿÛ9ýÛ—ŸÛ¶ç3tÝy'‰®. ““\gø'È݈â}Ê=œï$ó ÍR¨¡€çTÃ×./˜kÎQ†ou.ŸüùlÓ—áo©{(~ó§ì¹o?¿;u‚G¼ÕYòа¡¥¡‰á%·¥üO?ùu'œü°¶¾ùÝ[xæ×©±iþ•ëáÃ|½™üÊÅâ(Ö&ñ’m«{¨ `Eµ…¸bÝ-ØÚØ¿}„ç¿ÂÉ¿^À:–ß¿ñ ¦r—™žz'¶DrÄic؆PÍ£:4 ‚gb EËDrð+³Ì懼õ,/<þ …¯œßE¹4uv’ð>Žˆ[}b+9 ÕhC€Á³Ö ¡\»˜ÆÉ†nßðg~ôð1nÛp…«#: >O€*"-1€úxÆqQ­Da¬“Æ:Ñ‹+™d'#|ÿ¡ã(–Ô†îšßÊ`W‰j€Vw!uHXë>ÑS¨GwÏ¡ßO¨“X'Ñ™¥@ JØð:Mà‰u­0'@(³òo.P HoüÖÙXýeˆÞÆmDÁsb®@íUĽ­Ä½­+ÍwqˆA´ñ>´¨cã‚6O¡ÕC5 м”„×DMT‡Š³eX´Ý"FðŒ3HxÓîR.^¦0ù—%héM_ÄÆzª\¢H;LˆgmÜD=ȼHì žØ±â„Gm­Có2$ÄÄœè ¸j@m'‚I‹‰ºÂ/¨ú;}´‹i„æ)$6cl¬ÚÆÎ (MŸ¥8}v)Lë쾟XâS-x.!…0’6&V=mÎÍMß‹›¾·ž+€j µÓ !’4Æ"huXK¤Qþ°H7*")1;EWBëõ5¨tëЬ_]T+H2‹ûm,qCùàa DüzKÜâÄ]ÖG Ë€©,´4pqHâAÒ±qÖ‡‹EZ‹ÀT‰ƒnª{&ú˜^$F¥x #ft¡©á6ê8î“ýŸ<˜V-µÓËü¢Z.LšÜØëß/½¼ÐÔP€†þC]=»EÄØöÎü¨LdÏ” ÿ°ÐÖð?²s¿rþÓªa<ºBÕ`ªM¹Ö"Rw²Êƽê#ó|nÕÖ¤Jâæëßì[µ†:½ï°ßÓ’€zHt§DwÚ5—S½½Ñqæhö6Fó•ÑêïÌœ¯›ŠŽã¹hŽyÑ|-1çËGÇŽ[ãÑœ‡àóêô¬_¬u“³lü_ÀZã?·\\|>CÑ*IEND®B`‚caja-actions-1.27.0/docs/help/fr/admon/admon-tip.png000066400000000000000000000046731433352025300221320ustar00rootroot00000000000000‰PNG  IHDR00Wù‡sBIT|dˆ pHYs × ×B(›xtEXtSoftwarewww.inkscape.org›î< 8IDAThÕZ[lÕþΙÛÎz½;¾Ä±C1i°!œ´”¶/Qi”¨)‚'ªÄ©”§Jˆ÷¾EQûÄ1RŸEQŠÔ¦BUP Fà8 qs±MìÄ—ì}gçzþ>ìz³³;³k'’#æ²çœÿÿ¾óßæŒáAnüÿ­À½¶€|¿&ÚsøÄv0¾Ÿ3i˜1ê%AÝž 68K1Έ؜ o $Î|úÖ«_ݹì^|`øÐ©! t„$v`}B>5´QíëLÈ­Q1]A‹®€È6r†¬acn1ëŒ=爐¦Á<:í½96úò…ïÀÞƒ'û ðc­å…}?Ðû;¤¨®`>YÄRÖBÑö`Úжˆ¨"Š„ˆÊÑÓÐÐ3l\ž]öþ5~Ý,˜îY8âõOÞ~寷 `÷Ȩ¢ ~TQøÈ¯~2 íê•f— Ì.Håí5 NDô´éèNhÿú¦ûág×lסã²o|~üsßì|íNMóÎíÜ8ôëŸnÑ–s6&gÓ0,oMŠ×¶ˆ"á‘ 1Äu ÿüÏUóÂÕÅ‹–%=ûÅ_~»tßì:xê EÆû/þ|kû®­=ò§S·‘\#ãAmE6ÊìK`bê–ûÁç×’Ž‹}ão¿ó)÷®˜áë =Ô)/$óƒ×fqÀ‚d®ÀÞƒ'ûd…<÷ô£ÚçW“«¶y"T±YRëÙí]ÐU  «~¹£Œ¡Ò‡ˆ ˆ@¥3¶ëaj>‹½OlŽ0 #{žì[5(üؾ½êí¼ƒt¡q´ñ)QsV$†VÝ¿Èq]†®ð¦¦DDÈäLOnéQ…Ì­ Àð¡SC±ˆòÂέäËsÙ¦ŠW˜äc•ˆ`Úã×Ò¾q_Ng+ºþ± æ™[.` ¿CÖéùáC§†jõ¨ó tä™]ióI³R ø¿»ýQ¥|_¾Y‰*ï}6™EÛúã¸0›Ã—Ó)Ÿ‰U\«jLù D€åxHæ-ly¸32qiþ€ß7@;0л^úïBÁÇvXìF rÇ>»’ÄØ•dýØ °Z „TÎÂÆŽ¸4Áo¨à3¡=‡Ol_Ó¢Q]AÖpVe&D~ç»ã5cïòZ`X.E†®ÉúžÃ'¶‡ãû´GYL›¥îúµŽú9Eí¸¢t5llìZ§ Æ÷‡šg|¸«=¦¤òviI«Ì¤Ö|ªÍ¤¶ODåXSÑÞª¢#®b}LÃúV3|tq9ÔÜ™RÁtoÑ |8zuMÆRÞ- P<PYàŽ‡xéé¾Jܯm¿UåÀʆÈÇÐd Ôë#½ú†ˆºuM†i»ËÛü¸r3¿~|çg2uÊm× Æ#ô7AÇe DÔºž ¶ˆ*Ãt¼;ì4b¾æyÆp0~5‰™¥ïOø\ú& Oˆúâmàx¸¤AÚB”AT¢I™  rŸÎ¸Z·“³Y¿ù4™'(äz^}IãwbÎR9ÃêV$Ó fÃ+Â6Ä|BÀäLzõòç@ѲÁR¡c yÃîV$†b˜ã(^ è±Mq€Ë2åšjµŽ[KGÑrÁ[ð‘^ÃÔ\Îp sÖ$v‡' XDF_GÔà|™ýú9WŸÔÀ²\Ð\(ÄØb2ïD5) TgY MtmŠƒÁßÎOgB£K} NŠœ…‚eÄX(NâÌ•o–옦4gFTºÃêPù–‡«7skb»vNAgÀí\Áá„3¡>}ëÕ¯ E§˜3,DÔúUh»A„ÁÍþðya6 ÏÍë£:‹¨Ä¾aºð\*ÖnIÖ¿Ð:=s+åÅuBøÍ'0áT ÞÔE,âÌÓi_ÿ ŸfDqdò†ËˆNת[€Àß¼|}ÑlÑ$ÈœûoVunÛ¼®Žó×S ² <·»ŠÄɨÌ)ü²€Òót¶`ø›MŒ¾|ÁtÄÙ©ée·½U­a9øXqÆþø;g!](†/=ÓMQØå,¿Z` H¦ Ž œ Ú|'æ®xýòÌ’-sU–V-ìášv+Yaߎ ô´bôS•ø¦þ%Áu29Ãá.½¨kÐÃOÞ~å†ðÄñ‰©y³#®3Va9 D,¢ EóÛÿ`ÿ:üñÕ'ñ‹]ñç3a9"0Ê„ðœÌ±ãa;ס[òo,Þ.\œžO9í­Z);6p¬aãÊÍœo +¡áO›D¦lJ~–ƒsËÊ9“-8¶ã^òXþ0=›n-*ª394°¡S×#,3!€Ðú¨¿«Ï=Õ‹´Ã°¦d‹\O¬©ÀkXuV=ÏŠŽQ´Sž`÷g{}¥í|íNUuÎÅbúc}ÝëtÀ´<¸3ÅṲ́ZqOdsŢ㺗\[¹¿8VÚî‘QEBì(F:Úbʺx‹âQ)Ô ¢P–}€jú0 –c˜–È÷XþÛùÄTÝö<Ù'dvŒ3<ŸhmÑ¢U–e ž PyE¨Iïº–í¸†aYÎrAßþG¾Ú6|èÔƒ8BŒ`€ÞÕY–U.1HœqÁž[Úû·]×6MǨȧ ü»ÿÌÔö>±]0ìg‚s°^u *}èæŒ¥Ø‚ÍcœðýøÐý}hüÿJ<ðþo:Ë“{lÿIEND®B`‚caja-actions-1.27.0/docs/help/fr/admon/admon-warning.png000066400000000000000000000056171433352025300230020ustar00rootroot00000000000000‰PNG  IHDR00Wù‡sBIT|dˆ pHYs × ×B(›xtEXtSoftwarewww.inkscape.org›î< IDATh՚˓ÛÖ•‡·ùÀƒO9®Ÿ<ÿóÓ›7å}<ûÚ1|ݶÏ«R³ÙTí*œn §…jÕc ­f vÉë‡{“¸–@ X­žV¥V« 0 ZµÑj·P̹(æ]´ÛMT+U€­v vÙ”k{‘xc¾V©Dðí jUÑn7aûxpGÃ; m€v§Ihµ›°Ë†\¯Ù×–x#Þ¶¬óãº-µ;m€Ëª å4ah<¸£!•dH%ÜÑ`ê´6ªV,Ñ‚]6äÃêõ$^[àôæM¹àû«åòùIÝ–:í6ˆ–e¡ÓiÁÔ†øøH%>û¨H%m@ín•J ­v UK“kë¼àùßDâµ6ð¥ÒùI½&µ;m"øV§ S¿ D‚R AŸ~”%­O§˲ÀÀÐiwPµ Ù¶Ê7‘¸ò:°7Íó“ãšä8 \*£Óí lŒ.Á AN A«€ÓÿÅOvû+—-8Ž„²e¡í¸‹v·÷h¬*ß»ê:q¥ˆá-ÓŠà‰%³„¶Ó~¼ €D!88¥œ>ýErU6úÂé:(—ÊœNÕ²!WJæk¥Ó߈áˆq~Z·¥n _*¡ÓíÀ2Çà‰ˆˆ8ý×/è?°ï¿;<ø/—DàD"ÜH|ò![Z†+œ^g#Ñq:¨” É2+K|£@ _ÒõÆiÝ–œ®Á4Jè8ÎKà·Qÿ·Ÿ³?ÿ•³'ÏûÍ ¡q¢õO*Ò¯?}Kïón×AÉ,ƒÁévP)éRÙЯ$ñJ ¼¦5Në¶Üs{†aÀéuP)½Ï)…ôä9ßäÓÓçÄHDbÑ5a$‘àôÉ ¯löx×íišk VI—Jºö7%^*pzó¦\ðü‡¦VlœÙ²ëºB@7tt»]TJ“ <‘ ¢PÐ<“Qd›î @' $¢íL0 )‘ 铟ÏfÃå½¾CÆZÂíõ`•4ÉÔ¾Yâ’@ oh…ÆÉa-‚'C7ÐíuQ)ïÂïF BÁÉÔ¶íÍ,bõ¸˜…$Ö'œîßN+F/t]‡ ÃÁí¹(›EÉ(^)qð2x½oœÔm¹?XG^ÓÑuTËS<¸£!™À QçD Šuª^ÄvŠ´+JD¡/¤\"Éé×·Ý©eöB·ß#ÝÐA ô]–©IF!ÿÒub#pvv&màly0@pm?[ÃS”&›¨¯á'"I $£¸£@"Š:'·Ôõ½›±À)‘ÅýÛqÅìý~tÍàº.J†&ëk‰³³3é’@F7ßUdéÆÉ‘-CpΡi\· ۚ㳊”Lpçø6êÁ&ê»b%Mˆ€ïÀG׊í,ÆkE"Šo5dz =Ò5и(é9£È7²Fñ‡—Sˆè§vÙTæs!¡5¸ÃìÊŸ}T TbÓ£‡^ˆú:ÿwÚäIMðxèãšàk¹KQ'â;÷œÒ©¿÷þWC«äƒqŠÅ"HfóôBNüàýxìÍ[ "H Bu¢hK Ö@Dçˆ ˆH úÍéÛGàñðÿp´äQÔ7×®¯ë™ÑðŒ[…Q„@"溸õÙ̱ƒO;ÎÀ“%ì€a4¡˜Óñ¬­âGw&lÄ&Ü>x§§oS($Fœ -ÙŒ D8¶WaÜÿ·Û‹í½'P ˜ˆ:Ój%ðÞ½S½Ù-§óY ‡C$ (ªw0ö(!î^˜ÜßzËÅ—ÏZŽŸËåŒÆ#èEÏÚöã;^bµÚÉ ÅÅT ÄET¨QÏ?=¼^áüàà[dÃÑD@!Ÿ‡ãý™ç=«Ê;?^nRÿÅíôz-ø¼Ë6첡L&Sòù<†Ã«qÿC±H'£fëœ$(Îÿu­€óèÜ‹Ïñh·Ç81]Këíö*nÝý¶Ñì–Óù\Çc0ÆÏçÑŒü¹¿x4VÕK¯c^úy`#‘QËTf“)r¹Fãê• ¿ÿÁÒO'9‰u!ƒ8hSÔñ¦Nl ëB bfQ-­°[wÏŒç]3ÏÙd2c Ù\î`ìÏ/‡¥À®D>£6*%]™N§€L6ƒñd„zuÂ?ùù|žL^Œ:¶ðôOÿ|dÀç¿ÿKO’BE=ž‰¨£áÖÝï˜Ï»f:—)°ét 0 ›É¡?ûóåò•ðjàÅãÉ_,ƪòÎdî=êô~&›0›ÎÏð¬•;øé¿ªjì.NQ^Ç…EˆÚ£ØÝr€Spܺûó™c¤³jžM¦@6“…{øoœg"«* Ë(*³ù “É`<Ó‘= ïßîOwfb“J`œ ĺFøÎ:"(‰Ýºûæ3ÇHgÔ<›Ïf`ŒAͨŒf¾wø+ \PäFI/(soPÓù„êÕQxÿ¶3N&v% )Êu±îóñb„ØÂË96÷æ 2jÃÉüÊðWØ‘x˜‘¥%­ x¾"‚¢¨˜Ï'T·‡ÁÇ·Zã´ŠmÔwWÚè\2vëîwͯÛF:£æ˜çE㨪Á¯V&W„-] U–n˜ÅœâûþZBÁÌ›ÒQuÜ{ÿé0™ä"ê0á&ê]€W•,ó< ( †SÏ÷_þµ^hè…Œ¼ð "ÈŠ Ï›QÝ÷ÞûK?™ Euø§-#­(*[ø£¬ÈN<¯ ¼Á›¹uwúž·X>êf‹´”øžEΰ¯›ÅÔ{÷Nõ xþ«–ž–%•ùžA’¤kÁ×ø‚#ž %jhùŒì/|€Y’á-gt\¬>~ÿO.ÄðФ2áƒA’$Œç‹kÁ_K`WBN%Åœ*/– €I’°XztlV𤩥eIaËE´…‰á—Aøh’ysøk ìJH©d£‘åÕj!Jczé„ÂV« •Na:_ùËðúð{¸(‘häI‚B*™lÿNcæï~oÀV"8häÔµDô ©T Soå¯8ß<ð¾f%2JJ<êB˜ù+ÅÅ^á·ôEwÁó&»¡¤ a/âË}ÃoAˆÞ1)Å⢷q×~·ûIj_Ç[ø¿<þîÿ[å×ÄÎ"Œ}øIEND®B`‚caja-actions-1.27.0/docs/help/fr/caja-actions-config-tool.html000066400000000000000000005526061433352025300241020ustar00rootroot00000000000000 Manuel utilisateur de l'outil de configuration de Caja-Actions

Manuel utilisateur de l'outil de configuration de Caja-Actions

I. Introduction

Caja-Actions™ est une extension de Caja™ dont la principale fonctionnalité consiste à permettre à l'utilisateur d'ajouter des actions de toute nature dans les menus contextuels du gestionnaire de fichiers. Ces actions peuvent être organisées en menus et sous-menus, exportées et partagées avec d'autres environnements bureau.

L'outil de configuration de Caja-Actions est l'interface utilisateur permettant de configurer avec précision comment, où et quand les actions apparaissent dans les menus contextuels de Caja™ et comment elles sont exécutées.

L'outil de configuration de Caja-Actions offre les fonctionnalités suivantes :

  • définir et configurer les actions de a à z,
  • organiser les actions en menus, sous-menus et ainsi de suite,
  • importer et exporter des actions et des menus à partir d'un environnement extérieur.

Caja-Actions™ est également pourvu de fonctionnalités additionnelles telles que :

  • un greffon Cajaâ„¢ pour exporter en temps réel sur D-Bus la sélection actuelle de fichiers.

  • un programme de ligne de commande susceptible de lancer n'importe quelle action.

    Associé à l'interface D-Bus, ce programme permet à l'utilisateur de lancer n'importe quelle action à l'aide d'un raccourci clavier ; cette action s'applique aux éléments présentement sélectionnés dans le gestionnaire de fichiers.

  • un programme de ligne de commande capable de créer une nouvelle action.

Toutes ces fonctionnalités sont plus précisément décrites dans la documentation générale de Caja-Actions™.

II. Premiers pas

II.I. Lancement de l'outil de configuration de Caja-Actions

Vous pouvez lancer l'outil de configuration de Caja-Actions de plusieurs manières :

Menu Système

Sélectionnez Préférences ▸ Apparence ▸ Outils de configuration de Caja-Actions.

Ligne de commande

Pour lancer l'outil de configuration de Caja-Actions à partir de la ligne de commande, saisissez :

caja-actions-config-tool

ensuite pressez Entrée.

Pour afficher toutes les options disponibles en ligne de commande, saisissez :

caja-actions-config-tool --help-all

ensuite pressez Entrée.

II.II. Le premier lancement

Quand vous lancez l'outil de configuration de Caja-Actions, la fenêtre suivante s'affiche.

Figure 1 Fenêtre de démarrage de l'outil de configuration de Caja-Actions

La fenêtre principale vide de l'outil de configuration de Caja-Actions

La fenêtre principale de l'outil de configuration de Caja-Actions comporte :

Une barre de menus.

Les menus de la barre des menus comportent toutes les commandes nécessaires à l'utilisation de l'outil de configuration de Caja-Actions.

Des raccourcis clavier sont disponibles pour certaines commandes :

Ctrl+N

Créer une nouvelle action.

Ctrl+S

Enregistrer les actions et les menus modifiés.

Ctrl+Q

Quitter l'application.

Ctrl+X

Couper la sélection en cours tout en la gardant dans le presse-papier.

Ctrl+C

Copier la sélection en cours dans le presse-papier.

Ctrl+V

Insérer le contenu du presse-papier devant l'élément sélectionné.

Maj+Ctrl+V

Insérer le contenu du presse-papier en tant que sous-élement de l'élément sélectionné.

Suppr.

Supprimer la sélection actuelle.

F5

Recharger les actions et les menus.

F1

Afficher l'aide.

Une barre d'outils.

Plusieurs barres d'outils peuvent être affichées sous la barre des menus, selon les choix effectués dans le sous-menu Affichage ▸ Barre d'outils.

Une liste d'éléments.

La liste sur la gauche de la fenêtre principale comporte tous les éléments, soit actions, soit menus, actuellement accessibles pour modification dans l'outil de configuration de Caja-Actions.

Les éléments peuvent être triés dans l'ordre alphabétique naturel ou inverse. Ils peuvent également être gérés et organisés par l'utilisateur sans tri particulier.

Les éléments non-valides sont affichés en rouge.

Les éléments modifiés sont affichés en italiques.

Des boutons de tri.

Trois boutons permettent de choisir le mode de tri.

Des onglets de propriétés.

La partie droite de la fenêtre principale affiche tout ce qui est nécessaire pour définir comment, quand et où actions et menus sont affichés.

Action/Menu

Définit dans quels menus de Caja™ l'élément apparaît et comment il est affiché.

Commande

Définit la commande à exécuter et quels paramètres lui transmettre.

Exécution

Définit comment votre commande est exécutée.

Noms de base

Définit les filtres de noms de base que la sélection de Caja™ doit satisfaire pour que l'action ou le menu soit candidat à l'affichage.

Types MIME

Définit les filtres des types MIME que la sélection de Caja™ doit satisfaire pour que l'action ou le menu soit candidat à l'affichage.

Dossiers

Définit les filtres de dossiers que la sélection de Caja™ doit satisfaire pour que l'action ou le menu soit candidat à l'affichage.

Protocoles

Définit les filtres de protocoles que la sélection de Caja™ doit satisfaire pour que l'action ou le menu soit candidat à l'affichage.

Attributs

Définit les filtres d'attributs que la sélection de Caja™ doit posséder pour que l'action ou le menu soit candidat à l'affichage.

Environnement

Définit certaines conditions d'environnement que la sélection de Caja™ doit satisfaire pour que l'action ou le menu soit candidat à l'affichage.

Propriétés

Affiche les propriétés des éléments.

Une barre d'état.

Cette barre affiche des informations d'état à propos de l'élément sur la ligne actuellement sélectionnée dans la liste des éléments.

Quand il n'y a aucune information pertinente à afficher, la barre d'état affiche le décompte des menus, actions ou profils chargés.

L'icône « lecture seule » est affichée dans la partie droite de la barre d'état si opportun.

II.III. Création de votre première action

Dans cet exemple, nous allons créer une action qui affiche des informations intéressantes à propos de la sélection actuelle.

Vérification des prérequis

Cette action requiert MateDialogâ„¢.

MateDialog™ est un programme qui permet de créer une interface utilisateur graphique à partir de la ligne de commande.

Il faut vérifier que ce programme est installé sur le système ; par exemple, saisissez dans un terminal la commande suivante :

matedialog

ensuite pressez Entrée.

Création de l'action

Pour créer une nouvelle action, sélectionnez Fichier ▸ Nouvelle action (Ctrl+N).

Une nouvelle action s'insère dans la liste des éléments et ses propriétés sont affichées dans les onglets du panneau de droite.

L'étiquette de l'action en cours de création ou de modification (uniquement celle-ci) est apposée au nom de l'application sur la barre titre.

Figure 2 Propriétés par défaut d'une nouvelle action

Propriétés par défaut d'une nouvelle action

Dans la Liste d'éléments, la nouvelle action est affichée en italique.

La graphie italique est utilisée pour rappeler que l'élément n'a pas été enregistré.

Comme autre rappel des modifications en attente, un astérisque (« * ») préfixe le nom de l'application dans la barre titre.

Qualification de la nouvelle action

Cela consiste essentiellement à choisir quel sera l'intitulé de l'action dans le menu contextuel du gestionnaire de fichiers.

  • Saisissez « Ma première action » dans le champ de saisie Étiquette du contexte.

    Le contrôle de saisie Étiquette du contexte contient l'étiquette de l'action telle que vous souhaitez la voir apparaître dans le menu contextuel du gestionnaire de fichiers.

    Cet intitulé est une propriété obligatoire de l'action. Si le champ reste vide, l'action est alors considérée comme non-valide par Caja-Actions™ : elle est affichée en rouge dans la Liste d'éléments et n'est jamais candidate à l'affichage dans les menus contextuels du gestionnaire de fichiers.

  • Saisissez « Ceci effectue une action avec certains paramètres » dans le contrôle de saisie Informations.

    Le contrôle de saisie Informations contient le texte que vous souhaitez voir affiché en tant que courte aide pour l'action.

  • Sélectionnez dans la liste déroulante Icône.

    Le choix dans l'élément Icône définit l'icône associée à l'action dans les menus contextuels du gestionnaire de fichiers et dans la barre d'outils.

    Il y a deux manières de choisir l'icône associée à l'action :

    • cliquer dans la liste déroulante Icônes pour choisir une icône.
    • cliquer sur Parcourir pour rechercher une image dans le système de fichiers.
Définition de la commande à exécuter

Quand vous sélectionnez l'action dans le menu contextuel du gestionnaire de fichiers, cette commande est exécutée avec les paramètres de votre choix.

Cliquez sur l'onglet Commande pour afficher le volet qui vous permet de saisir la commande.

Figure 3 Onglet Commande

Onglet Commande

  • Saisissez matedialog dans le contrôle Chemin.

    Le contrôle de saisie Chemin définit la commande qui est exécutée quand vous sélectionnez l'action dans le menu contextuel du gestionnaire de fichiers.

    Il y a deux façons de définir la commande à exécuter :

    • la saisir dans le contrôle Chemin.
    • cliquer sur le bouton Parcourir pour sélectionner un fichier exécutable dans le système de fichiers.

    Si la commande saisie ne possède pas un chemin absolu alors elle est recherchée à l'exécution dans les répertoires définis par la variable d'environnement PATH.

  • Saisissez --info --text='%c élément(s) sélectionné(s) : %U' dans le champ Paramètres.

    Paramètres contient les arguments passés à la commande lors de son exécution. Ils peuvent intégrer des paramètres qui sont développés au moment de l'exécution.

    Si les champs Chemin et Paramètres sont tous deux vides, l'action est alors considérée comme non-valide : elle est affichée en rouge dans la Liste d'éléments ; elle ne sera jamais candidate à l'affichage dans les menus contextuels du gestionnaire de fichiers.

Enregistrement

Pour enregistrer toutes les modifications en attente, sélectionnez Fichier ▸ Enregistrer (Ctrl+S).

Cajaâ„¢ prend en compte automatiquement la nouvelle action et l'affiche dans son menu contextuel.

Figure 4 « Ma première action » dans le menu contextuel de Caja™

« Ma première action » dans le menu contextuel de Caja™

Le fait de cliquer sur l'élément dans le menu contextuel de Caja™ l'active et exécute la commande correspondante.

Figure 5 Le résultat de l'exécution de « Ma première action »

Le résultat de l'exécution de « Ma première action »

III. Utilisation de l'outil de configuration de Caja-Actions

III.I. Définition des conditions

Une action apparaît éventuellement, soit dans les menus contextuels du gestionnaire de fichiers Caja™, soit dans la barre d'outils, suivant les conditions que vous définissez pour elle.

Il est possible d'imposer des conditions relativement à l'emplacement sur lequel le gestionnaire de fichiers pointe actuellement ou bien relativement aux éléments actuellement sélectionnés dans cet emplacement.

Chaque fois que, dans le gestionnaire de fichiers, la sélection ou l'emplacement change, Caja-Actions™ vérifie l'ensemble des actions en comparant les conditions spécifiées par rapport au nouvel emplacement ou à la nouvelle sélection : toutes les conditions définies doivent être satisfaites pour que l'action soit réellement affichée.

III.I.I. Conditions relatives aux noms de base

Vous pouvez décider que l'action apparaît en fonction du nom de base des éléments actuellement sélectionnés dans le gestionnaire de fichiers : vous pouvez définir que chaque élément de la sélection doit entrer dans une certaine typologie de nom de base en vérifiant simultanément qu'aucun élément parmi ceux sélectionnés n'ait un autre type de nom de base.

Cliquez sur l'onglet Noms de base pour afficher la page vous permettant de configurer les conditions relatives aux noms de base.

Figure 6 Conditions relatives aux noms de base

L'onglet des conditions relatives aux noms de base

En pratique, les conditions relatives aux noms de base se fondent sur une liste de motifs « Doit correspondre à l'un des » ou « Ne doit correspondre à aucun des ». Pour que l'action soit candidate compte tenu des conditions relatives aux noms de base, chaque élément de la sélection doit remplir toutes les conditions de la liste : le nom de base de chaque élément doit se conformer à au moins un des motifs « Doit correspondre à l'un des » tout en ne répondant à aucun des motifs « Ne doit correspondre à aucun des ».

Si un seul élément de la sélection ne remplit pas toutes les conditions définies, l'action ne sera pas affichée.

Si l'action cible le menu contextuel de la sélection, les conditions relatives aux noms de base seront vérifiées pour chacun des éléments sélectionnés. Si elle cible le menu contextuel de l'emplacement ou la barre d'outils, les conditions relatives aux noms de base seront vérifiées par rapport au nom de base de l'emplacement actif.

La définition d'une nouvelle condition relative aux noms de base s'effectue en deux étapes.

  1. Définir le filtre de la nouvelle condition.

    • Appuyez sur la touche Inser ou cliquez sur le bouton pour ajouter un nouveau filtre de condition

    • Modifiez le filtre de la condition nouvellement ajoutée au nom de base auquel vous souhaitez qu'il se rapporte.

      Une condition relative au nom de base peut utiliser les caractères joker « * » ou « ? ».

  2. Indiquer s'il s'agit d'une condition « Doit correspondre à l'un des » ou « Ne doit correspondre à aucun des ».

    Sur la même ligne, cliquez le bouton radio « Doit correspondre à l'un des » ou « Ne doit correspondre à aucun des » pour définir le type de condition.

Selon le système d'exploitation de la cible, assurez-vous que la case à cocher Respecter la casse est activée (ou non).

  • Si activée, tous les filtres sont considérés comme étant sensibles à la casse, ce qui signifie qu'un nom de fichier /mon/fichier est considéré différent de /Mon/Fichier.

    C'est le comportement par défaut des systèmes de type Unix.

  • Si désactivée, les filtres sont considérés comme étant insensibles à la casse, ce qui signifie que /mon/fichier et /Mon/Fichier sont considérés identiques.

    C'est probablement ce que vous souhaitez si vous ciblez un système du genre Windows™.

Pour supprimer une condition définie sur le nom de base, il suffit de la sélectionner et d'appuyer sur la touche Suppr (ou de cliquer sur le bouton ).

Par défaut, la condition relative au nom de base est uniquement « Doit correspondre à l'un des * ». Comme « * » correspond à tous les noms de base, ceci signifie que les conditions relatives aux noms de base ne sont pas considérées comme pertinentes pour l'action.

III.I.II. Conditions relatives au type MIME

Vous pouvez décider que votre action apparaît selon les types MIME des éléments de la sélection en cours dans le gestionnaire de fichiers : vous pouvez indiquer que chaque élément de la sélection doit être d'un type MIME donné tout en décidant simultanément qu'aucun élément sélectionné ne doit appartenir à tel ou tel autre type MIME.

Cliquez sur l'onglet Type MIME pour afficher la page qui vous permet de configurer les conditions relatives aux types MIME.

Figure 7 Conditions relatives au type MIME

L'onglet relatif aux conditions liées aux types MIME

En pratique, les conditions relatives aux types MIME sont fondées sur une liste de motifs « Doit correspondre à l'un des » et « Ne doit correspondre à aucun des ». Pour que votre action soit candidate en regard des conditions relatives aux types MIME, tout élément de la sélection doit respecter toutes les conditions définies : le type MIME de chaque élément doit correspondre à au moins un des motifs « Doit correspondre à l'un des » tout en ne coïncidant avec aucun des motifs de la colonne « Ne doit correspondre à aucun des ».

Si un seul élément de la sélection ne remplit pas toutes les conditions définies, l'action ne sera pas affichée.

Lors de l'ouverture du menu contextuel de la sélection, les conditions relatives aux types MIME sont vérifiées pour chacun des éléments choisis. Lors de l'ouverture du menu contextuel de l'emplacement ou de la barre d'outils, les conditions relatives au type MIME sont contrôlées vis à vis du type MIME de l'emplacement actuel, qui se trouve être le type MIME bien connu « inode/directory ».

La définition d'une nouvelle condition fondée sur le type MIME s'effectue en deux étapes.

  1. Définir le filtre de la nouvelle condition.

    • Appuyez sur la touche Inser ou cliquez sur le bouton pour ajouter un nouveau filtre de condition

    • Définissez le filtre de la condition nouvellement introduite pour le type MIME que vous voulez comparer.

      Un type MIME doit être défini sous forme d'une expression groupe/sous-groupe.

      Le joker « * » n'est pris en charge que dans certains cas :

      • L'expression « */* » correspond à la totalité des types MIME. En tant qu'abréviation pratique, l'expression « * » est également acceptée dans le même but.
      • Une chaîne groupe/* correspond à tous les sous-groupes du type MIME groupe.
      • La chaîne */sous-groupe n'est pas acceptée ; ce joker n'est pas valide.
  2. Indiquer s'il s'agit d'une condition « Doit correspondre à l'un des » ou « Ne doit correspondre à aucun des ».

    Sur la même ligne, cliquez le bouton radio « Doit correspondre à l'un des » ou « Ne doit correspondre à aucun des » pour définir le type de condition.

Pour supprimer une condition définie sur le type MIME, il suffit de la sélectionner et d'appuyer sur la touche Suppr (ou de cliquer sur le bouton ).

Par défaut, la condition relative au type MIME est une condition « Doit correspondre à l'un des */* ». Comme « */* » recouvre tous les types MIME, cela signifie qu'aucun type MIME n'est pertinent vis à vis de l'action.

Exemple 1 Exemple de types MIME usuels
all/all

Correspond à tous les éléments.

all/allfiles

Correspond à tous les fichiers réguliers.

inode/directory

Correspond uniquement aux répertoires.

III.I.III. Conditions relatives aux dossiers

Vous pouvez décider que l'action s'affiche selon le répertoire dans lequel sont contenus les éléments actuellement sélectionnés dans le gestionnaire de fichiers : vous pouvez définir que chaque élément de la sélection doit se situer dans telle ou telle partie de l'arborescence des fichiers et, simultanément, ne pas situer dans une autre.

Une condition relative aux dossiers doit se comprendre comme étant la définition de l'arborescence des fichiers dans laquelle l'élément en cours d'examen doit (ou ne doit pas) être situé : c'est un motif de noms de répertoires pour l'élément.

Cliquez sur l'onglet Dossiers pour ouvrir la page qui vous permet de configurer les conditions relatives aux dossiers.

Figure 8 Conditions relatives aux dossiers

L'onglet des conditions relatives aux dossiers

En pratique, les conditions relatives aux dossiers se fondent sur une liste de motifs « Doit correspondre à l'un des » et « Ne doit pas correspondre à un des ». Pour que l'action soit candidate compte tenu des conditions relatives aux dossiers, chaque élément de la sélection doit être valide pour toutes les conditions fixées : chaque élément doit être situé dans un des dossiers définis dans « Doit correspondre à l'un des » sans appartenir à aucun de ceux définis dans « Ne doit correspondre à aucun des ».

Si un seul élément de la sélection ne remplit pas toutes les conditions définies, l'action ne sera pas affichée.

Quand l'action a pour cible le menu contextuel d'une sélection, les conditions relatives aux dossiers sont vérifiées en examinant le nom du répertoire de chaque élément sélectionné. Quand est ciblé le menu contextuel de l'emplacement ou la barre d'outils, ces mêmes conditions sont contrôlées par rapport à l'emplacement en cours.

La définition d'une nouvelle condition se rapportant à un dossier s'effectue en deux étapes.

  1. Définir le filtre de la nouvelle condition.

    • Appuyez sur la touche Inser ou cliquez sur le bouton pour ajouter un nouveau filtre de condition

    • Définir le filtre de la condition nouvellement introduite au dossier que vous voulez comparer.

      Les caractères « * » et « ? » sont acceptés en tant que jokers à tout niveau de définition du filtre des dossiers.

    • Ou bien cliquez sur le bouton Parcourir pour sélectionner un dossier dans le système de fichiers.

  2. Indiquer s'il s'agit d'une condition « Doit correspondre à l'un des » ou « Ne doit correspondre à aucun des ».

    Sur la même ligne, cliquez le bouton radio « Doit correspondre à l'un des » ou « Ne doit correspondre à aucun des » pour définir le type de condition.

Pour supprimer une condition définie sur le dossier, il suffit de la sélectionner et d'appuyer sur la touche Suppr (ou de cliquer sur le bouton ).

Par défaut, la condition relative aux dossiers est une condition « Doit correspondre à l'un des / ». Étant donné que / est toujours situé à la racine des systèmes de fichiers de type Unix, tout élément sélectionné répond à cette condition.

Si vous travaillez dans un système Windows™, cette valeur par défaut risque en fait de ne pas convenir.

III.I.IV. Conditions relatives au protocole

Vous pouvez décider que l'action est affichée selon les protocoles des URI des éléments actuellement sélectionnés dans le gestionnaire de fichiers : vous pouvez décider que chaque élément de la sélection doit respecter tel ou tel protocole et, simultanément, de pas relever d'un autre.

Cliquez sur l'onglet Protocoles pour afficher la page qui permet de configurer les conditions relatives aux protocoles.

Figure 9 Conditions relatives aux protocoles

L'onglet des conditions relatives aux protocoles

En pratique, les conditions relatives aux protocoles sont bâties sur une liste de motifs « Doit correspondre à l'un des » et « Ne doit correspondre à aucun des ». Pour que l'action soit candidate selon les conditions relatives aux protocoles, chaque élément de la sélection doit répondre à l'ensemble des conditions précisées : le protocole de chaque élément doit répondre à une au moins des conditions définies dans les motifs « Doit correspondre à l'un des » tout en ne répondant à aucune des conditions « Ne doit correspondre à aucun des ».

Si un seul élément de la sélection ne remplit pas toutes les conditions définies, l'action ne sera pas affichée.

Quand l'action cible le menu contextuel d'une sélection, les conditions relatives aux protocoles sont vérifiées par rapport aux éléments de la sélection actuelle. Quand est ciblé le menu contextuel d'un emplacement ou une barre d'outils, les conditions relatives aux protocoles sont contrôlées relativement au protocole de l'emplacement actuel.

La définition d'une nouvelle condition relative aux protocoles s'effectue en deux étapes.

  1. Définir le filtre de la nouvelle condition.

    • Appuyez sur la touche Inser ou cliquez sur le bouton pour ajouter un nouveau filtre de condition

    • Établir le filtre de la condition nouvellement introduite au protocole à vérifier.

      Les conditions relatives aux protocoles n'acceptent que le joker « * » qui signifie « tous protocoles ».

    • Ou bien cliquez sur Basique pour sélectionner un protocole parmi ceux prédéfinis dans Édition ▸ Préférences.

      Figure 10 Choix d'un protocole parmi ceux prédéfinis par défaut

      Choix d'un protocole parmi ceux prédéfinis par défaut

      Un nouveau protocole ne peut être sélectionné ici que s'il n'a pas déjà été utilisé dans un autre filtre de protocole.

      Pour sélectionner un nouveau protocole, cliquez sur Valider, ou bien faites un double-clic sur la ligne voulue.

  2. Indiquer s'il s'agit d'une condition « Doit correspondre à l'un des » ou « Ne doit correspondre à aucun des ».

    Sur la même ligne, cliquez le bouton radio « Doit correspondre à l'un des » ou « Ne doit correspondre à aucun des » pour définir le type de condition.

Pour supprimer une condition définie sur le schéma, il suffit de la sélectionner et d'appuyer sur la touche Suppr (ou de cliquer sur le bouton ).

Par défaut, la condition relative au protocole est une condition « Doit correspondre à l'un des * », ce qui signifie que les protocoles n'ont pas de pertinence pour cette action.

III.I.V. Conditions relatives aux attributs

Les attributs sont des propriétés qu'un fichier peut exposer vis à vis de l'utilisateur.

Tous les attributs dépendent de l'utilisateur qui exécute la commande, excepté l'attribut Local.

Ainsi vous pouvez décider que l'action apparaît, ou pas, selon les attributs du ou des éléments choisis vis à vis de l'utilisateur actuel.

Cliquez sur l'onglet Attributs pour afficher la page qui permet de configurer les conditions relatives aux attributs.

Figure 11 Conditions relatives aux attributs

L'onglet des conditions relatives aux attributs

En pratique, les conditions relatives aux attributs sont bâties sur une liste de motifs « Doit correspondre à tous les » et « Ne doit correspondre à aucun des ». Pour que l'action soit candidate selon les conditions relatives aux attributs, chaque élément de la sélection doit répondre à toutes les conditions définies : l'attribut de chaque élément doit répondre à chacun des attributs précisés dans les motifs « Doit correspondre à tous les » tout en ne répondant à aucun des attributs « Ne doit correspondre à aucun des ».

Si un seul élément de la sélection ne remplit pas toutes les conditions définies, l'action ne sera pas affichée.

Si la cible est le menu contextuel des sélections, les conditions relatives aux attributs sont vérifiées par rapport aux éléments de la sélection actuelle. Si c'est le menu contextuel de l'emplacement ou la barre d'outils, les conditions relatives aux attributs sont vérifiées par rapport à celles de l'emplacement actuel.

La définition d'une nouvelle condition relative aux attributs s'effectue en deux étapes.

  1. Définir le filtre de la nouvelle condition.

    • Pressez la touche Inser pour insérer un filtre relatif à une nouvelle condition,

    • établissez le filtre de la condition nouvellement introduite à l'attribut à vérifier,

    • ou bien cliquez sur pour ouvrir la boîte de dialogue Ajout d'un nouvelattribut.

      Figure 12 Attributs pris en charge

      La liste des attributs pris en charge

      Un nouvel attribut ne peut être choisi dans cette liste que s'il n'a pas déjà été utilisé dans un autre filtre d'attribut.

      Pour sélectionner un nouvel attribut, cliquez sur Valider ou double-cliquez sur la ligne correspondante.

  2. Indiquer s'il s'agit d'une condition « Doit correspondre à tous les » ou « Ne doit correspondre à aucun des ».

    Sur la même ligne, cliquez sur le bouton radio Doit correspondre à tous les ou Ne doit correspondre à aucun des pour définir la condition correspondante.

Pour supprimer une condition définie sur les attributs, il suffit de la sélectionner et d'appuyer sur la touche Suppr (ou de cliquer sur le bouton ).

Par défaut, la liste des conditions relatives aux attributs est vide. Cela signifie qu'aucun attribut n'est pertinent pour l'action.

III.I.VI. Condition relative au nombre de sélections

Vous pouvez indiquer que l'action ne s'affiche que si le nombre de fichiers de la sélection actuelle dans le gestionnaire de fichiers possède une valeur ou une relation précise avec le nombre d'éléments donné.

Exemple 2 Exemple d'utilisation d'un décompte de sélection

Si l'action consiste à afficher les différences entre deux fichiers, vous pouvez définir ici « Nombre d'éléments = (égal à) 2 ».

Cliquez sur l'onglet Environnement pour afficher la page qui permet de configurer les conditions relatives à l'environnement.

Figure 13 Conditions relatives à l'environnement

L'onglet des conditions relatives à l'environnement

La condition relative au nombre de sélections se définit dans l'encadré Apparaît si la sélection contient.

Figure 14 Encadré de la condition sur le nombre d'éléments sélectionnés

Encadré de la condition sur le nombre d'éléments sélectionnés

Si la cible est le menu contextuel des sélections, les conditions relatives au nombre d'éléments seront vérifiées par rapport au nombre d'éléments de la sélection en cours. Si est ciblé le menu contextuel de l'emplacement ou la barre d'outils, la condition relative au nombre d'éléments sera vérifiée par rapport à zéro étant donné qu'il n'y a pas d'élément sélectionné dans ce cas.

Pour définir une condition sur le nombre d'éléments sélectionnés :

  • Sélectionnez dans la liste déroulante Nombre d'éléments l'opérateur à appliquer au nombre d'éléments :

    < (strictement plus petit que)
    = (égal à)
    > (strictement plus grand que)
  • Saisissez la valeur souhaitée comme référence de décompte.

Par défaut, la condition est « Nombre d'éléments > (strictement plus grand que) 0 », ce qui signifie que l'action est candidate à l'affichage dès qu'il y a au moins un élément sélectionné dans le gestionnaire de fichiers.

III.I.VII. Sélection du bureau

Vous pouvez définir que l'action :

  • apparaît dans tous les cas,
  • ou n'apparaît que dans des environnement bureau donnés,
  • ou n'apparaît pas dans des environnements de bureau donnés.

Il n'y a qu'un seul choix possible entre ces trois éléments.

Cliquez sur l'onglet Environnement pour afficher la page qui permet de configurer les conditions relatives à l'environnement.

La sélection du bureau se définit dans l'encadré Environnement de bureau.

Figure 15 Encadré de sélection du bureau

Encadré de sélection du bureau

Pour définir la condition d'environnement de bureau :

  1. D'abord sélectionnez le type de filtre :

    votre action doit-elle toujours apparaître quel que soit l'environnement de bureau ?
    votre action doit-elle uniquement apparaître dans certains environnements de bureau ?
    votre action ne doit-elle jamais apparaître dans certains environnements de bureau ?
  2. Si l'action ne doit jamais apparaître, sélectionnez ensuite les environnements de bureau concernés dans la liste sur le côté droit.

La condition relative à l'environnement bureau est, par défaut, « Apparaît toujours », ce qui signifie que l'action sera candidate à l'affichage quel que soit l'environnement de bureau actuel.

III.I.VIII. Condition relative à la présence d'un exécutable

Vous pouvez décider que l'action n'apparaît que si un paquet requis est installé sur le système. Dans ce cas, cette vérification s'effectue en recherchant qu'un fichier donné, connu ou supposé connu comme fourni par le paquet, est bien présent dans le système de fichiers et est exécutable.

Cliquez sur l'onglet Environnement pour afficher la page qui permet de configurer les conditions relatives à l'environnement.

La condition relative à la présence d'exécutable se définit dans l'encadré Environnement d'exécution.

Figure 16 Encadré de l'environnement d'exécution

Encadré de l'environnement d'exécution

Pour définir le fichier concerné, saisissez son nom complet dans le contrôle de saisie Apparaît si le fichier suivant est exécutable ou bien cliquez sur le bouton Parcourir pour sélectionner un fichier dans le système de fichiers.

Laissez ce champ vide si la condition n'est pas pertinente pour l'action.

Vous pouvez intégrer certains paramètres relatifs au fichier recherché. Les valeurs, qui dépendent des éléments de la sélection en cours, seront substituées dynamiquement à ces paramètres lors de l'exécution.

III.I.IX. Condition d'enregistrement D-Bus

Vous pouvez définir que l'action n'apparaît que si un nom donné est enregistré sur le système D-Bus lors de l'exécution.

Cliquez sur l'onglet Environnement pour afficher la page vous permettant de configurer les conditions relatives à l'environnement et allez dans l'encadré Environnement d'exécution.

Pour définir le nom concerné, saisissez-le dans le contrôle de saisie Apparaît si le nom suivant est enregistré sur D-Bus.

Laissez ce champ vide si la condition n'est pas pertinente pour l'action.

Vous pouvez incorporer des paramètres dans le nom à rechercher. Les valeurs, qui dépendent des éléments de la sélection en cours, seront substituées dynamiquement à ces paramètres lors de l'exécution.

III.I.X. Condition personnalisée

Vous pouvez définir que l'action n'apparaît que si une commande donnée renvoie la chaîne true sur la sortie standard.

Cliquez sur l'onglet Environnement pour afficher la page vous permettant de configurer les conditions relatives à l'environnement et allez dans l'encadré Environnement d'exécution.

Ceci permet de définir un filtre personnalisé en écrivant un petit script qui émet, ou n'émet pas, la chaîne true sur la sortie standard quand il est lancé.

La commande définie est saisie dans le contrôle Apparaît si la commande suivante renvoie « true » .

Laissez ce champ vide si la condition n'est pas pertinente pour l'action.

Vous pouvez incorporer des paramètres dans le nom du fichier à exécuter ou dans ses options. Les valeurs, qui dépendent des éléments de la sélection en cours, seront substituées dynamiquement à ces paramètres lors de l'exécution.

III.I.XI. Condition relative à un processus en cours d'exécution

Vous pouvez définir que l'action n'apparaît que si un binaire donné est en cours d'exécution.

Cliquez sur l'onglet Environnement pour afficher la page vous permettant de configurer les conditions relatives à l'environnement et allez dans l'encadré Environnement d'exécution.

Pour définir le binaire, saisissez son nom dans le contrôle de saisie Apparaît si le binaire suivant est en cours d'exécution ou bien cliquez sur le bouton Parcourir pour choisir un fichier dans le système de fichiers.

Même si vous saisissez ici le nom et le chemin du binaire, seul son nom de base sera recherché dans la liste des processus en cours d'exécution.

Laissez ce champ vide si la condition n'est pas pertinente pour l'action.

Vous pouvez incorporer des paramètres dans le nom à rechercher. Les valeurs, qui dépendent des éléments de la sélection en cours, seront substituées dynamiquement à ces paramètres lors de l'exécution.

III.II. Emplacement de l'action

Figure 17 Configuration de la cible

Configuration de la cible

Le gestionnaire de fichiers Caja™ peut afficher l'action à divers emplacements, selon ce que vous précisez ici, et selon la sélection (ou non) de tel ou tel élément.

Cliquez sur l'onglet Action pour afficher la page qui vous permettra de cibler les emplacements des actions.

III.II.I. Ciblage du menu contextuel de la sélection

Quand Afficher l'élément dans le menu contextuel de la sélection est coché, votre action est candidate à l'affichage dans le menu contextuel de Caja™ pour autant qu'il y ait au moins un élément sélectionné dans le gestionnaire de fichiers. L'action doit également s'accorder avec les éléments présentement sélectionnés. Pour être effectivement affichée, toutes les conditions définies pour l'action candidate doivent être respectées pour chacun des éléments de la sélection en cours dans le gestionnaire de fichiers Caja™.

Quand une action cible le menu contextuel de la sélection et est effectivement affichée dans le menu contextuel de Caja™, elle est également affichée dans le menu Édition de Caja™.

Cette cible est cochée par défaut.

III.II.II. Ciblage du menu contextuel des emplacements

Quand Afficher l'élément dans le menu contextuel de l'emplacement est coché, votre action est candidate à l'affichage dans le menu contextuel de Caja™ quand il n'y a aucune sélection dans le gestionnaire de fichiers. L'action doit également s'accorder avec l'emplacement affiché. Pour être effectivement affichée, toutes les conditions définies pour l'action candidate doivent être respectées pour l'emplacement présentement affiché dans le gestionnaire de fichiers Caja™.

Quand une action cible le menu contextuel de l'emplacement et est effectivement affichée dans le menu contextuel de Caja™, elle est également affichée dans le menu Fichier de Caja™.

III.II.III. Ciblage de la barre d'outils

Quand Afficher l'élément dans la barre d'outils est coché, votre action est candidate à l'affichage dans la barre d'outils de Caja™.

Les actions affichées dans la barre d'outils ne s'accordent qu'avec l'emplacement présentement affiché dans le gestionnaire de fichiers et non avec les éléments qui pourraient être sélectionnés (ou pas). Pour être affichées, toutes les conditions relatives à l'action candidate doivent être respectées pour l'emplacement en cours.

III.II.IV. Notes

Si l'action est à afficher dans un menu contextuel,

que ce soit le menu contextuel de la sélection ou de l'emplacement, elle est affichée à la fois dans les menus contextuels de Caja™ et dans les menus Fichier ou Édition :

  • avec Étiquette du contexte comme étiquette,
  • avec l'Icône choisie,
  • ces deux propriétés apparaissant avec les Informations.

Selon la configuration exacte de votre environnement bureau, l'icône est ou n'est pas affichée devant l'étiquette dans les menus.

Vous pouvez incorporer des paramètres dans l'étiquette, le nom de l'icône ou dans le texte d'information. Les valeurs qui dépendent des éléments de la sélection en cours seront substituées dynamiquement à ces paramètres lors de l'exécution.

Si l'action est à afficher dans la barre d'outils,

elle est affichée

  • avec Étiquette de la barre d'outils comme étiquette,
  • avec l'Icône choisie,
  • ces deux propriétés apparaissant avec les Informations.

Selon l'exacte configuration de votre environnement bureau, l'étiquette de la barre d'outils peut être ou ne pas être affichée avec l'icône dans la barre d'outils.

Par défaut, l'étiquette de la barre d'outils est la même que celle utilisée dans les menus. En décochant la case Utiliser le même intitulé pour l'icône dans la barre d'outils, vous pouvez définir une étiquette propre à la barre d'outils, généralement plus succincte que celle définie pour les menus.

Vous pouvez incorporer des paramètres dans l'étiquette de la barre d'outils, le nom de l'icône ou dans le texte d'information de l'infobulle. Les valeurs qui dépendent des éléments de la sélection en cours seront substituées dynamiquement à ces paramètres lors de l'exécution.

Définition de plusieurs cibles

Une action peut cibler à la fois le menu contextuel de la sélection, le menu contextuel de l'emplacement et la barre d'outils ou bien un ou plus parmi ceux-ci.

Définition d'aucune cible

Si aucune cible n'est définie, c-à-d. si aucune des trois cases à cocher n'est cochée, l'action n'est jamais affichée.

III.III. Action à exécuter

Vous souhaitez selon toute vraisemblance que votre action soit clôturée par l'exécution de quelque chose. Et bien, pragmatiquement, avoir quelque chose à exécuter est une des quelques conditions requises pour qu'une action soit considérée comme valide.

Comme nous l'avons déjà vu, la commande à exécuter est configurée dans l'onglet Commande.

Cette commande peut prendre des paramètres, qui eux-mêmes peuvent incorporer d'autres paramètres. Ces paramètres sont développés lors de l'exécution avec les valeurs dépendantes des éléments actuellement sélectionnés.

III.III.I. Paramètres disponibles

Dans l'onglet Commande, cliquez sur le bouton Légende pour afficher la liste des paramètres disponibles.

Figure 18 Liste des paramètres disponibles

Les paramètres disponibles

Le bouton Légende est un bouton bascule : cliquez une première fois pour afficher la boîte de dialogue Légende des paramètres ; cliquez une deuxième fois pour la faire disparaître.

Le mot « premier » peut se révéler trompeur étant donné qu'il se réfère à une liste interne d'éléments fournis par le gestionnaire de fichiers au greffon Caja-Actions™.

En particulier, cette liste n'a rien à voir avec l'affichage de la sélection que vous pourriez avoir faite dans la fenêtre du gestionnaire de fichiers. En fait, le « premier » élément choisi dans une sélection multiple n'est absolument pas défini et, en pratique, assez imprévisible.

III.III.II. Emplacement où l'action est exécutée

Votre action peut être exécutée dans un répertoire de travail donné.

Vous pouvez le préciser dans l'onglet Commande, dans le contrôle de saisie Répertoire de travail ou en cliquant sur Parcourir pour choisir un dossier dans le système de fichiers.

Figure 19 Encadré Répertoire de travail

Encadré Répertoire de travail

Par défaut, le répertoire de travail est %d. La commande est donc lancée dans le répertoire de base du (premier) élément sélectionné.

Dans le cas particulier du paramètre %d, « premier » élément choisi, n'est pas critique parce qu'il est quasiment sûr que tous les éléments sélectionnés sont situés dans la même répertoire de base.

III.III.III. Mode d'exécution de l'action

Mises à part les conditions que la sélection doit respecter pour que l'action soit affichée dans les menus du gestionnaire de fichiers, Caja-Actions™ vous permet de définir précisément comment la commande est exécutée.

Cliquez sur l'onglet Exécution pour afficher la page qui configure l'exécution de la commande.

Figure 20 Configuration des modes d'exécution

Configuration des modes d'exécution

III.III.III.I. Mode d'exécution
Figure 21 Configuration du mode d'exécution

Configuration du mode d'exécution

Le mode d'exécution de la commande peut être choisi parmi les valeurs suivantes :

Normal

Lance la commande dans l'interface utilisateur graphique standard.

Dans un terminal

Ouvre le terminal préféré de l'environnement bureau et y lance la commande.

Incorporé

Utilise une fonctionnalité spéciale du gestionnaire de fichiers qui peut autoriser l'ouverture d'un terminal dans sa fenêtre.

Étant donné que Caja™ ne dispose pas de cette fonctionnalité, cette option est strictement équivalente à l'option Terminal.

Affichage des sorties

Ouvre le terminal préféré de l'environnement bureau et y lance la commande. À la fin, les flux standard (stdout, stderr) sont rassemblés et affichés.

Par défaut, le mode d'exécution d'une commande est Normal. Cela signifie que la commande sera exécutée sans aucune procédure particulière avant ou après son lancement.

III.III.III.II. Notification de lancement
Figure 22 Configuration des modes de lancement

Configuration des modes de lancement

Si le mode d'exécution de la commande est Normal, et si vous savez que l'application envoie un message remove avec la variable d'environnement DESKTOP_STARTUP_ID définie, alors cochez la case Notifier le démarrage.

Consultez Définition des protocoles de notification de démarrage (Startup Notification Protocol Specification) pour plus de détails.

III.III.III.III. Classe de la fenêtre

Si le mode d'exécution de la commande est Normal et si vous savez que l'application correspond à au moins une fenêtre avec un nom de classe donné, alors saisissez ce nom dans le contrôle Classe de lancement du Window Manager.

Consultez Définition des protocoles de notification de démarrage (Startup Notification Protocol Specification) pour plus de détails.

III.III.III.IV. Propriétaire de l'exécution
Figure 23 Configuration du propriétaire du lancement

Configuration du propriétaire du lancement

Saisissez dans le contrôle Exécuter en tant qu'utilisateur, le nom ou l'UID de l'utilisateur au nom de qui la commande sera lancée.

Si vous ne saisissez rien dans ce champ, la commande est alors exécutée au nom de l'utilisateur en cours.

III.III.III.V. Exécutions multiples

Vous pouvez souhaiter que la commande soit exécutée une fois, en lui donnant la liste des éléments sélectionnés comme argument.

Vous pouvez aussi préférer que votre commande soit répétée pour chaque élément sélectionné, en donnant pour chaque exécution un élément différent comme argument.

En fait, Caja-Actions™ gère automatiquement ces deux comportements selon la forme et l'ordre des paramètres dans les arguments de la commande.

Bien que certains paramètres ne dépendent pas du nombre d'élément sélectionnés (par ex. « %c », le nombre de sélections lui-même), la plupart ont deux déclinaisons :

  • une au « singulier », par ex. « %b », le nom de base de l'élément sélectionné ;
  • une au « pluriel », par ex. « %B », la liste séparée par des espaces des noms de base des éléments sélectionnés.

Quand la sélection est vide ou ne comporte qu'un seul élément, ces deux formes sont rigoureusement équivalentes pour ce qui concerne ce paragraphe.

Quand la sélection comporte plus d'un élément :

  • si le premier paramètre pertinent est au « singulier », alors Caja-Actionsâ„¢ considère que la commande n'est susceptible de traiter qu'un seul élément à la fois, et donc doit être lancée une fois pour chaque élément sélectionné ;
  • au contraire, si le premier paramètre pertinent trouvé est au « pluriel », alors Caja-Actionsâ„¢ considère que la commande est capable de traiter la liste d'éléments, et donc la commande n'est exécutée qu'une seule fois ;
  • si tous les paramètres trouvés ne sont pas pertinents, alors Caja-Actionsâ„¢ considère par défaut que la commande ne doit être exécutée qu'une seule fois.
Tableau 1 Caractérisation des paramètres vs. leur exécution multiple
Paramètre Description Répétition
%b (premier) nom de base au singulier
%B liste des noms de base séparés par des espaces au pluriel
%c nombre d'éléments sélectionnés non pertinent
%d (premier) répertoire de base au singulier
%D liste des répertoires de base de chaque élément sélectionné séparés par des espaces au pluriel
%f (premier) nom de fichier au singulier
%F liste des noms des fichiers sélectionnés séparés par des espaces au pluriel
%h nom d'hôte du (premier) URI non pertinent
%m type MIME du (premier) élément sélectionné au singulier
%M liste des types MIME des éléments sélectionnés séparés par des espaces au pluriel
%n nom d'utilisateur du (premier) URI non pertinent
%o opérateur qui force l'exécution de l'action fichier par fichier au singulier
%O opérateur qui force l'exécution de l'action simultanément sur plusieurs fichiers au pluriel
%p numéro de port du (premier) URI non pertinent
%s protocole du (premier) URI non pertinent
%u (premier) URI au singulier
%U liste des URI sélectionnés séparés par des espaces au pluriel
%w (premier) nom de base sans extension au singulier
%W liste des noms de base sans extension séparés par des espaces au pluriel
%x (première) extension au singulier
%X liste des extensions séparées par des espaces au pluriel
%% le caractère « % » non pertinent
Exemple 3 Utilisation des formes au singulier vs. pluriel

Supposons que le dossier actuel est /data et que la sélection comporte trois fichiers pierre, paul et jacques.

Si nous avons programmé echo %b,

alors les trois commandes suivantes sont successivement exécutées :

echo pierre
echo paul
echo jacques

Ceci parce que %b marque un paramètre au singulier. La commande est lancée une fois pour chaque élément sélectionné.

A contrario, si nous avons programmé echo %B,

alors la commande suivante est lancée :

echo pierre paul jacques

Ceci parce que %B marque un paramètre au pluriel. La commande est alors exécutée une seule fois avec la liste des éléments sélectionnés en tant que paramètre.

Si nous avons programmé echo %b %B,

alors les trois commandes suivantes sont successivement exécutées :

echo pierre pierre paul jacques
echo paul pierre paul jacques
echo jacques pierre paul jacques

Ceci parce que le premier paramètre pertinent est %b et donc la commande est lancée une fois pour chaque élément sélectionné en remplaçant chaque fois le paramètre %b par l'élément correspondant. Le deuxième paramètre est décodé et ajouté en tant qu'argument de la commande exécutée.

Et si nous avions programmé echo %B %b,

alors la commande ci-après serait lancée :

echo pierre paul jacques pierre

Ceci parce que le premier paramètre pertinent est ici %B. La commande est alors lancée une seule fois en remplaçant %B par la liste des noms de base séparés par des espaces. Et comme la commande n'est exécutée qu'une seule fois, %b ne sera remplacé qu'une seule fois par le (premier) nom de base.

III.IV. Utilisation de profils pour étendre vos actions

Dans certains cas, vous souhaiterez qu'une action donnée se comporte légèrement différemment selon les éléments actuellement sélectionnés ou selon l'environnement d'exécution actuel.

Exemple 4 Ouvrir un terminal ici

Disons que nous avons une action qui ouvre un terminal dans l'emplacement en cours.

Vous l'avez configurée pour que votre terminal préféré s'ouvre à l'emplacement actuellement pointé par le gestionnaire de fichiers.

Mais que faire si vous voulez choisir un répertoire dans votre gestionnaire de fichiers et ouvrir directement le terminal dans ce répertoire ? Si vous restez dans l'emplacement présent du gestionnaire de fichiers, le terminal s'ouvre dans le répertoire parent du répertoire ciblé.

Une solution consiste à définir un nouveau profil pour l'action et de configurer ce profil pour ouvrir le terminal dans le répertoire ciblé.

À l'exécution, Caja-Actions™ examine successivement chaque profil associé à l'action. Si le premier profil cible un fichier alors que vous avez sélectionné un répertoire, alors Caja-Actions™ essaie uniquement avec le second profil.

Pour créer un nouveau profil, sélectionnez d'abord l'action dans la liste d'éléments, puis choisissez Fichier ▸ Nouveau profil.

Un nouveau profil est créé pour votre action.

Vous pouvez maintenant définir les conditions à respecter pour que ce profil soit sélectionné et la commande à exécuter.

III.IV.I. Ordonnancement des profils à l'intérieur d'une action

Lors de l'exécution, Caja-Actions™ commence par examiner les conditions définies pour l'action.

Si ces conditions (les conditions de l'action) sont satisfaites, alors Caja-Actionsâ„¢ examine dans l'ordre chaque profil.

Si les conditions définies dans le profil sont satisfaites, alors ce profil est validé et l'examen des autres profils n'est pas effectué.

Si aucun profil n'est considéré comme valide à l'exécution, l'action est elle-même considérée comme non valide et n'est pas affichée dans le menu contextuel du gestionnaire de fichiers.

Les profils d'une action sont classés et ils sont examinés dans cet ordre au moment de l'exécution. Le premier profil dont les conditions sont remplies sera validé et rendu sélectionnable dans le menu contextuel de Caja™.

Donc, l'ordre des profils peut se révéler important pour l'action : le premier profil valide trouvé sera le seul profil sélectionné.

Vous pouvez classer les profils dans une action de deux manières.

  1. Coupez le profil à déplacer, sélectionnez le profil avant lequel vous souhaitez placer le profil que vous venez de couper et collez-le.
  2. Cliquez sur le profil à déplacer et faites-le glisser à la bonne place.

III.V. Organisation des actions dans les menus

Au fur et à mesure que la liste d'actions s'agrandit, vous souhaiterez probablement l'organiser en menus, sous-menus et ainsi de suite.

Pour créer un nouveau menu, sélectionnez Fichier ▸ Nouveau menu.

Il est possible de créer un menu n'importe où dans la liste des actions, mais pas à l'intérieur d'une action (c.-à-d. pas entre deux profils d'une action).

Comme pour les actions, l'endroit exact où un nouveau menu est inséré dépend de l'ordre de tri actuel :

Ordre manuel :

Le nouveau menu est inséré juste avant l'action ou le menu actuellement sélectionné.

Ce positionnement n'est pas modifié quand vous modifiez ultérieurement l'étiquette du menu.

Ordre alphabétique naturel (resp. inverse) :

Le nouveau menu est inséré à l'emplacement voulu compte tenu de son étiquette par défaut « Nouveau menu Caja ».

Son emplacement est automatiquement modifié chaque fois que vous modifiez l'étiquette du menu.

Comme pour les actions, un menu requiert également une étiquette et peut avoir une icône et des informations. Vous pouvez également définir certaines conditions pour que le menu soit candidat à l'affichage dans le menu contextuel de Caja™. Si les conditions définies ne sont pas réunies à l'exécution, alors la totalité du menu, y compris ses sous-menus, ses actions, etc. n'est pas affichée.

III.VI. Tri de la liste des éléments

Les actions et menus sont affichés dans les menus contextuels du gestionnaire de fichiers dans l'ordre où ils sont disposés dans la Liste d'éléments, dans le panneau de gauche de la fenêtre principale de l'outil de configuration de Caja-Actions.

Vous pouvez décider de :

  • trier les actions et les menus dans l'ordre alphabétique naturel ou inverse de leurs étiquettes,
  • ou de ne pas trier et de ranger les actions et les menus manuellement dans l'ordre qui vous plaît.

III.VI.I. Tri alphabétique des actions et menus

Dans ces modes, actions et menus sont triés selon leur étiquette dans chacun de leur parent.

Figure 24 Boutons de tri dans la fenêtre principale

Boutons de tri dans la fenêtre principale

Vous pouvez trier les actions par :

  • Cliquez sur le bouton (resp.) pour trier les actions dans l'ordre alphabétique naturel (resp. inverse),
  • ou modifiez la préférence correspondante.

III.VI.II. Organisation manuelle des actions et menus

Lorsque des éléments sont triés manuellement dans la liste, les nouveaux éléments sont normalement insérés juste à la position actuelle.

Il existe néanmoins le cas où une action est sélectionnée et non développée (ou ne possède actuellement qu'un seul profil). L'insertion d'un nouveau profil ne se fera pas devant l'action mais à l'intérieur de l'action.

Pour sélectionner ce mode :

  • Cliquez sur le bouton ,
  • ou modifiez la préférence correspondante.

III.VII. Édition

Avec l'outil de configuration de Caja-Actions, vous pouvez en toute sécurité couper, copier vers et coller à partir du presse-papier.

III.VII.I. Action de couper/suppression

La suppression s'applique à la sélection actuelle.

Faites attention car la sélection et suppression de tous les profils d'une action la laisse sans profil, donc dans un état non valide. Le nom de l'action est écrit en lettres italiques (car modifiée) rouges (car non valide).

III.VII.II. Sélection multiple

La sélection multiple est possible dans l'outil de configuration deCaja-Actions. Vous pouvez étendre la sélection en pressant la touche Ctrl ou Maj tout en sélectionnant un élément à ajouter.

L'outil de configuration de Caja-Actions n'accepte que des sélections multiples homogènes. C'est-à-dire que vous pouvez sélectionner un ou plusieurs profils, un ou plusieurs menus ou actions. Une sélection multiple contenant à la fois des profils et des actions ou menus n'est pas autorisée parce que l'outil de configuration de Caja-Actions ne saurait pas où coller une telle sélection.

Notez que le fait de sélectionner n'importe quelle ligne sélectionne également les enfants de cette ligne. Ces enfants sont « implicitement sélectionnés » : ils font partie des opérations de modifications suivantes, mais ne sont pas pris en considération pour la vérification d'homogénéité de la sélection. En outre, ils ne peuvent pas être explicitement sélectionnés (ou désélectionnés).

III.VIII. Enregistrement des modifications

Pour enregistrer vos modifications, choisissez Fichier ▸ Enregistrer (Ctrl+S).

Toutes les modifications en instance sont enregistrées. Les nouveaux éléments sont créés par le premier fournisseur d'E/S disponible capable d'enregistrer.

Caja-Actions™ dispose également d'une fonctionnalité d'enregistrement automatique configurable dans la boîte de dialogue des Préférences.

III.IX. Exportation d'actions

III.X. Importation d'actions

III.XI. Réglage de vos préférences personnelles

Choisissez Édition ▸ Préférences pour avoir accès à la configuration des préférences.

III.XI.I. Préférences d'exécution

Figure 25 Préférences d'exécution

Préférences d'exécution

III.XI.II. Préférences d'exécution

Figure 26 Préférences d'exécution

Préférences d'exécution

Figure 27 Sélection du bureau

Sélection du bureau

III.XI.III. Préférences pour l'interface utilisateur (UI)

Figure 28 Préférences pour l'UI

Préférences pour l'UI

III.XI.IV. Préférences pour l'importation

Figure 29 Préférences pour l'importation

Préférences pour l'importation

III.XI.V. Préférences pour l'exportation

Figure 30 Préférences pour l'exportation

Préférences pour l'exportation

III.XI.VI. Préférences pour les protocoles

Figure 31 Préférences pour les protocoles

Préférences pour les protocoles

III.XI.VII. Préférences pour les fournisseurs d'E/S

Figure 32 Préférences pour les fournisseurs d'E/S

Préférences pour les fournisseurs d'E/S

IV. Informations diverses

Une nouvelle action est affichée avec la couleur rouge dans la liste d'éléments. La couleur rouge est un indicateur de non-validité de l'élément, c'est-à-dire que l'élément ne peut pas être candidat à l'affichage dans le menu contextuel de Caja™ parce que certaines informations sont soit manquantes, soit erronées. Dans ce cas, et même si l'action nouvellement insérée dispose de certains réglages par défaut, il manque la commande à exécuter pour que l'outil de configuration de Caja-Actions la considère comme valide.

V. Anomalies connues et limitations

V.I. Anomalies connues

Les anomalies connues sont disponibles sur Bugzilla.

Si vous détectez une nouvelle anomalie dans Caja-Actions™, nous vous serons reconnaissant d'ouvrir un rapport d'anomalie en vous connectant sur le site Web Bugzilla.

#616532 Sélection de répertoire

Quand vous recherchez le dossier vers lequel vous souhaitez exporter dans l'assistant d'exportation de l'outil de configuration de Caja-Actions, il n'est pas possible de le sélectionner directement en tant que répertoire d'exportation. Au lieu de cela, allez dans le répertoire situé un niveau au-dessus et sélectionnez le répertoire vers lequel vous souhaitez faire une exportation.

V.II. Limitations connues

Mode d'exécution

Depuis la version 3.0, le mode d'exécution peut être configuré dans l'outil de configuration de Caja-Actions mais cette fonctionnalité n'est pas encore reconnue par le greffon Caja™.

Ceci concerne le répertoire de travail, le mode d'exécution, la notification de démarrage et les paramètres propres à l'exécution.

Raccourci suggéré

Depuis la version 3.0, la suggestion de raccourci, telle que décrite dans la spécification DES-EMA ne peut pas être configurée dans l'outil de configuration de Caja-Actions et n'est pas reconnue par le greffon Caja™.

Séparateur de menu

Depuis la version 3.0, les séparateurs de menu ne peuvent pas être configurés dans l'outil de configuration de Caja-Actions et ne sont pas reconnus par le greffon Caja™.

Vous noterez donc, que pour le moment, le gestionnaire de fichiers Caja™ n'autorise pas que ses greffons définissent des séparateurs de menu dans le menu contextuel.

VI. À propos de l'outil de configuration de Caja-Actions

La première version de Caja-Actions™ a été écrite par Frederic Ruaudel () et Rodrigo Moya (). Elle a été globalement améliorée et est actuellement maintenue par Pierre Wieser ().

Les créations artistiques ont été gracieusement réalisées par Ulisse Perusin () et DragonArtz (http://www.dragonartz.net).

Pour obtenir plus d'informations à propos de Caja-Actions™, veuillez visiter le site Web de Caja-Actions™.

Pour rapporter une anomalie ou faire une suggestion à propos de Caja-Actions™, de l'Outil de configuration Caja-Actions ou de ce manuel, suivez les indications de la page des retours d'informations de MATE ou, si vous préférez, ouvrez une anomalie ou une demande d'amélioration sur le site Web Bugzilla.

A. GNU Free Documentation License

Version 1.3, 3 Novembre 2008

Copyright © 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.

Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.

The purpose of this License is to make a manual, textbook, or other functional and useful document “free†in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others.

This License is a kind of “copyleftâ€, which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software.

We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference.

This License applies to any manual or other work, in any medium, that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. Such a notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under the conditions stated herein. The “Documentâ€, below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as “youâ€. You accept the license if you copy, modify or distribute the work in a way requiring permission under copyright law.

A “Modified Version†of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language.

A “Secondary Section†is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document’s overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (Thus, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them.

The “Invariant Sections†are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. If a section does not fit the above definition of Secondary then it is not allowed to be designated as Invariant. The Document may contain zero Invariant Sections. If the Document does not identify any Invariant Sections then there are none.

The “Cover Texts†are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words.

A “Transparent†copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, that is suitable for revising the document straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup, or absence of markup, has been arranged to thwart or discourage subsequent modification by readers is not Transparent. An image format is not Transparent if used for any substantial amount of text. A copy that is not “Transparent†is called “Opaqueâ€.

Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML, PostScript or PDF designed for human modification. Examples of transparent image formats include PNG, XCF and JPG. Opaque formats include proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML, PostScript or PDF produced by some word processors for output purposes only.

The “Title Page†means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, “Title Page†means the text near the most prominent appearance of the work’s title, preceding the beginning of the body of the text.

The “publisher†means any person or entity that distributes copies of the Document to the public.

A section “Entitled XYZ†means a named subunit of the Document whose title either is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in another language. (Here XYZ stands for a specific section name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, “Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section when you modify the Document means that it remains a section “Entitled XYZ†according to this definition.

The Document may include Warranty Disclaimers next to the notice which states that this License applies to the Document. These Warranty Disclaimers are considered to be included by reference in this License, but only as regards disclaiming warranties: any other implication that these Warranty Disclaimers may have is void and has no effect on the meaning of this License.

You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3.

You may also lend copies, under the same conditions stated above, and you may publicly display copies.

If you publish printed copies (or copies in media that commonly have printed covers) of the Document, numbering more than 100, and the Document’s license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects.

If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages.

If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-network location from which the general network-using public has access to download using public-standard network protocols a complete Transparent copy of the Document, free of added material. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public.

It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document.

You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version:

  1. Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission.

  2. List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has fewer than five), unless they release you from this requirement.

  3. State on the Title page the name of the publisher of the Modified Version, as the publisher.

  4. Preserve all the copyright notices of the Document.

  5. Add an appropriate copyright notice for your modifications adjacent to the other copyright notices.

  6. Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below.

  7. Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document’s license notice.

  8. Include an unaltered copy of this License.

  9. Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section Entitled “History†in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence.

  10. Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the “History†section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission.

  11. For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the Title of the section, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein.

  12. Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles.

  13. Delete any section Entitled “Endorsementsâ€. Such a section may not be included in the Modified Version.

  14. Do not retitle any existing section to be Entitled “Endorsements†or to conflict in title with any Invariant Section.

  15. Preserve any Warranty Disclaimers.

If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version’s license notice. These titles must be distinct from any other section titles.

You may add a section Entitled “Endorsementsâ€, provided it contains nothing but endorsements of your Modified Version by various parties — for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard.

You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one.

The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version.

You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice, and that you preserve all their Warranty Disclaimers.

The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work.

In the combination, you must combine any sections Entitled “History†in the various original documents, forming one section Entitled “Historyâ€; likewise combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€.

You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects.

You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document.

A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, is called an “aggregate†if the copyright resulting from the compilation is not used to limit the legal rights of the compilation’s users beyond what the individual works permit. When the Document is included in an aggregate, this License does not apply to the other works in the aggregate which are not themselves derivative works of the Document.

If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one half of the entire aggregate, the Document’s Cover Texts may be placed on covers that bracket the Document within the aggregate, or the electronic equivalent of covers if the Document is in electronic form. Otherwise they must appear on printed covers that bracket the whole aggregate.

Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License, and all the license notices in the Document, and any Warranty Disclaimers, provided that you also include the original English version of this License and the original versions of those notices and disclaimers. In case of a disagreement between the translation and the original version of this License or a notice or disclaimer, the original version will prevail.

If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) will typically require changing the actual title.

You may not copy, modify, sublicense, or distribute the Document except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, or distribute it is void, and will automatically terminate your rights under this License.

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, receipt of a copy of some or all of the same material does not give you any rights to use it.

The Free Software Foundation may publish new, revised versions of the GNU Free Documentation 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. See Copyleft.

Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License “or any later version†applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation. If the Document specifies that a proxy can decide which future versions of this License can be used, that proxy’s public statement of acceptance of a version permanently authorizes you to choose that version for the Document.

“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World Wide Web server that publishes copyrightable works and also provides prominent facilities for anybody to edit those works. A public wiki that anybody can edit is an example of such a server. A “Massive Multiauthor Collaboration†(or “MMCâ€) contained in the site means any set of copyrightable works thus published on the MMC site.

“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license published by Creative Commons Corporation, a not-for-profit corporation with a principal place of business in San Francisco, California, as well as future copyleft versions of that license published by that same organization.

“Incorporate†means to publish or republish a Document, in whole or in part, as part of another Document.

An MMC is “eligible for relicensing†if it is licensed under this License, and if all works that were first published under this License somewhere other than this MMC, and subsequently incorporated in whole or in part into the MMC, (1) had no cover texts or invariant sections, and (2) were thus incorporated prior to November 1, 2008.

The operator of an MMC Site may republish an MMC contained in the site under CC-BY-SA on the same site at any time before August 1, 2009, provided the MMC is eligible for relicensing.

To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page:

Copyright © YEAR YOUR NAME

Permission is granted to copy, distribute and/or modify this document under the
terms of the GNU Free Documentation License, Version 1.3 or any later version
published by the Free Software Foundation; with no Invariant Sections, no
Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in
the section entitled “GNU Free Documentation Licenseâ€.

If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the “with… Texts.†line with this:

with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover Texts
being LIST, and with the Back-Cover Texts being LIST.

If you have Invariant Sections without Cover Texts, or some other combination of the three, merge those two alternatives to suit the situation.

If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software.

caja-actions-1.27.0/docs/help/fr/caja-actions-config-tool.pdf000066400000000000000000153007141433352025300237040ustar00rootroot00000000000000%PDF-1.4 %ÐÔÅØ 5 0 obj << /Length 830 /Filter /FlateDecode >> stream xÚmUËnÛ0¼ë+ØC€äà˜”¬W` $ È¡IE¯ŽD§bÉíCþ¾œÝ•Ó=È.gwgG2yóíe3³íðæfѽV¯î4\ÆÆÍÊï»cpsS Íåàúó“s­k§ÝÓƒz‡fãÎê¶|¬ûî|çÉ}óqiÝÄú?©pï]ÿEAu»u?g[3Ó l»ó‡ß¸Æ”jkmþpã©úeîµÖ>°îÛr8@â)˜K5Ÿ﻾¥—zCçÀ„ªíš³¬è·9øY‘¼ù<Ýá±ßÁr©æ¯~ót?IË]0[7vý»_¿Ü\ŽÇ‡ÖJ«•jÝÞWñó<íNͯú¯ñíçѩֆû7CëNÇ]ãÆ]ÿî‚¥Ö+µ¬ëUàúöŸ=£9åm?qמ«kÿê(_KƒdRÀ”Ä$ˆ| 4Àhí±dÇ52HÀH©²NÀ(Q´âƒe…”ŠRÖ¤™k0j0jfxŒY&Ñy< ÑüÚ2¯ï„4m `L¡Ã2ŽW˜H/ˆcÑWǯ€Æ8åÜ8ã8ñsέ-Ça›.¸/qJŽÀ‡š&â\Ä k(§ÄÑä6Õ7\3\3Ið`]~­éUU_kÊ]ÿÁŸ8õß1ðBø.Bz™ÜÛ€›hƘ!•× _2ò×x;=6Œáo2†¶,bŒúÙ‚ñ˜ü54–0Fý,eLœŒg††Læ§¾ä¯YÀ‹¬` ÍYÉï&«S}šßÄø²š1tæ¬?FßœõÇà笟¾›œõÇГ³þ„rùû ý9ëO‰Ïúâ³þ”ê³þ³ä¬?Å,9ëOñ¾sÖÁÏœõGT“õÌ›³ÿ3Zñ³[ñ?ÿ‰#þ£—ÿñZñ}­ømVü'Žø­ø¹¬øVü‡'VüǼVü§úâ?ô[ñ: ñ} ñüBü¿ÿ¡§ÿ)Wü'¾øO|ñŸøŸ„ÅÌRˆÿ˜¥ÿñ}â?ü,ø?d©&ÿ ª#þƒSq¯>T#<8¦d0ïUµœVt:á ÆÍp=Ò›Ë8úÓž®:Ðq”w½»Þ0Çáˆ,zèjšî9¬žëà7ó€À¯ endstream endobj 6 0 obj << /S /GoTo /D (section.1) >> endobj 9 0 obj (Introduction) endobj 10 0 obj << /S /GoTo /D (section.2) >> endobj 13 0 obj (Premiers pas) endobj 14 0 obj << /S /GoTo /D (subsection.2.1) >> endobj 17 0 obj (Lancement de l'outil de configuration de Caja-Actions) endobj 18 0 obj << /S /GoTo /D (subsection.2.2) >> endobj 21 0 obj (Le premier lancement) endobj 22 0 obj << /S /GoTo /D (subsection.2.3) >> endobj 25 0 obj (Cr\351ation de votre premi\350re action) endobj 26 0 obj << /S /GoTo /D (section.3) >> endobj 29 0 obj (Utilisation de l'outil de configuration de Caja-Actions) endobj 30 0 obj << /S /GoTo /D (subsection.3.1) >> endobj 33 0 obj (D\351finition des conditions) endobj 34 0 obj << /S /GoTo /D (subsubsection.3.1.1) >> endobj 37 0 obj (Conditions relatives aux noms de base) endobj 38 0 obj << /S /GoTo /D (subsubsection.3.1.2) >> endobj 41 0 obj (Conditions relatives au type MIME) endobj 42 0 obj << /S /GoTo /D (subsubsection.3.1.3) >> endobj 45 0 obj (Conditions relatives aux dossiers) endobj 46 0 obj << /S /GoTo /D (subsubsection.3.1.4) >> endobj 49 0 obj (Conditions relatives au protocole) endobj 50 0 obj << /S /GoTo /D (subsubsection.3.1.5) >> endobj 53 0 obj (Conditions relatives aux attributs) endobj 54 0 obj << /S /GoTo /D (subsubsection.3.1.6) >> endobj 57 0 obj (Condition relative au nombre de s\351lections) endobj 58 0 obj << /S /GoTo /D (subsubsection.3.1.7) >> endobj 61 0 obj (S\351lection du bureau) endobj 62 0 obj << /S /GoTo /D (subsubsection.3.1.8) >> endobj 65 0 obj (Condition relative \340 la pr\351sence d'un ex\351cutable) endobj 66 0 obj << /S /GoTo /D (subsubsection.3.1.9) >> endobj 69 0 obj (Condition d'enregistrement D-Bus) endobj 70 0 obj << /S /GoTo /D (subsubsection.3.1.10) >> endobj 73 0 obj (Condition personnalis\351e) endobj 74 0 obj << /S /GoTo /D (subsubsection.3.1.11) >> endobj 77 0 obj (Condition relative \340 un processus en cours d'ex\351cution) endobj 78 0 obj << /S /GoTo /D (subsection.3.2) >> endobj 81 0 obj (Emplacement de l'action) endobj 82 0 obj << /S /GoTo /D (subsubsection.3.2.1) >> endobj 85 0 obj (Ciblage du menu contextuel de la s\351lection) endobj 86 0 obj << /S /GoTo /D (subsubsection.3.2.2) >> endobj 89 0 obj (Ciblage du menu contextuel des emplacements) endobj 90 0 obj << /S /GoTo /D (subsubsection.3.2.3) >> endobj 93 0 obj (Ciblage de la barre d'outils) endobj 94 0 obj << /S /GoTo /D (subsubsection.3.2.4) >> endobj 97 0 obj (Notes) endobj 98 0 obj << /S /GoTo /D (subsection.3.3) >> endobj 101 0 obj (Action \340 ex\351cuter) endobj 102 0 obj << /S /GoTo /D (subsubsection.3.3.1) >> endobj 105 0 obj (Param\350tres disponibles) endobj 106 0 obj << /S /GoTo /D (subsubsection.3.3.2) >> endobj 109 0 obj (Emplacement o\371 l'action est ex\351cut\351e) endobj 110 0 obj << /S /GoTo /D (subsubsection.3.3.3) >> endobj 113 0 obj (Mode d'ex\351cution de l'action) endobj 114 0 obj << /S /GoTo /D (paragraph.3.3.3.1) >> endobj 117 0 obj (Mode d'ex\351cution) endobj 118 0 obj << /S /GoTo /D (paragraph.3.3.3.2) >> endobj 121 0 obj (Notification de lancement) endobj 122 0 obj << /S /GoTo /D (paragraph.3.3.3.3) >> endobj 125 0 obj (Classe de la fen\352tre) endobj 126 0 obj << /S /GoTo /D (paragraph.3.3.3.4) >> endobj 129 0 obj (Propri\351taire de l'ex\351cution) endobj 130 0 obj << /S /GoTo /D (paragraph.3.3.3.5) >> endobj 133 0 obj (Ex\351cutions multiples) endobj 134 0 obj << /S /GoTo /D (subsection.3.4) >> endobj 137 0 obj (Utilisation de profils pour \351tendre vos actions) endobj 138 0 obj << /S /GoTo /D (subsubsection.3.4.1) >> endobj 141 0 obj (Ordonnancement des profils \340 l'int\351rieur d'une action) endobj 142 0 obj << /S /GoTo /D (subsection.3.5) >> endobj 145 0 obj (Organisation des actions dans les menus) endobj 146 0 obj << /S /GoTo /D (subsection.3.6) >> endobj 149 0 obj (Tri de la liste des \351l\351ments) endobj 150 0 obj << /S /GoTo /D (subsubsection.3.6.1) >> endobj 153 0 obj (Tri alphab\351tique des actions et menus) endobj 154 0 obj << /S /GoTo /D (subsubsection.3.6.2) >> endobj 157 0 obj (Organisation manuelle des actions et menus) endobj 158 0 obj << /S /GoTo /D (subsection.3.7) >> endobj 161 0 obj (\311dition) endobj 162 0 obj << /S /GoTo /D (subsubsection.3.7.1) >> endobj 165 0 obj (Action de couper/suppression) endobj 166 0 obj << /S /GoTo /D (subsubsection.3.7.2) >> endobj 169 0 obj (S\351lection multiple) endobj 170 0 obj << /S /GoTo /D (subsection.3.8) >> endobj 173 0 obj (Enregistrement des modifications) endobj 174 0 obj << /S /GoTo /D (subsection.3.9) >> endobj 177 0 obj (Exportation d'actions) endobj 178 0 obj << /S /GoTo /D (subsection.3.10) >> endobj 181 0 obj (Importation d'actions) endobj 182 0 obj << /S /GoTo /D (subsection.3.11) >> endobj 185 0 obj (R\351glage de vos pr\351f\351rences personnelles) endobj 186 0 obj << /S /GoTo /D (subsubsection.3.11.1) >> endobj 189 0 obj (Pr\351f\351rences d'ex\351cution) endobj 190 0 obj << /S /GoTo /D (subsubsection.3.11.2) >> endobj 193 0 obj (Pr\351f\351rences d'ex\351cution) endobj 194 0 obj << /S /GoTo /D (subsubsection.3.11.3) >> endobj 197 0 obj (Pr\351f\351rences pour l'interface utilisateur \(UI\)) endobj 198 0 obj << /S /GoTo /D (subsubsection.3.11.4) >> endobj 201 0 obj (Pr\351f\351rences pour l'importation) endobj 202 0 obj << /S /GoTo /D (subsubsection.3.11.5) >> endobj 205 0 obj (Pr\351f\351rences pour l'exportation) endobj 206 0 obj << /S /GoTo /D (subsubsection.3.11.6) >> endobj 209 0 obj (Pr\351f\351rences pour les protocoles) endobj 210 0 obj << /S /GoTo /D (subsubsection.3.11.7) >> endobj 213 0 obj (Pr\351f\351rences pour les fournisseurs d'E/S) endobj 214 0 obj << /S /GoTo /D (section.4) >> endobj 217 0 obj (Informations diverses) endobj 218 0 obj << /S /GoTo /D (section.5) >> endobj 221 0 obj (Anomalies connues et limitations) endobj 222 0 obj << /S /GoTo /D (subsection.5.1) >> endobj 225 0 obj (Anomalies connues) endobj 226 0 obj << /S /GoTo /D (subsection.5.2) >> endobj 229 0 obj (Limitations connues) endobj 230 0 obj << /S /GoTo /D (section.6) >> endobj 233 0 obj (\300 propos de l'outil de configuration de Caja-Actions) endobj 234 0 obj << /S /GoTo /D (section.a.A) >> endobj 237 0 obj (GNU Free Documentation License) endobj 238 0 obj << /S /GoTo /D [239 0 R /FitH ] >> endobj 241 0 obj << /Length 281 /Filter /FlateDecode >> stream xÚ?OÃ@ Å÷ûÞh‡ûþß !„ÈV:DI¨"¥‰hñõ¹k* ¥,|zÏg?ÿ6@ð nsq}o+-äï`%Zž*y«ÅSÑMu»Ì¤¡Å46m3c=íf¡ªçÚ^õÉû×ùc\1c0fžSöÝ‘ÜL»blúî÷ÿç"}Ÿ†ì¦LæÄd >&³*%ÓÁ#k†Ì`p‡lMêw¹ø÷0‹6(pÑ’„r+Vk‚*z1Æ!ð¹ïÜ‚aB©l|·ð*^ œÖ’öh‚å”…I!; š*yµäÈhËùXQØëÖñ/žÙL$YitÖ@&5²óºsÈþ½á"íQ+ ¡/22‹ë endstream endobj 239 0 obj << /Type /Page /Contents 241 0 R /Resources 240 0 R /MediaBox [0 0 595.276 841.89] /Parent 248 0 R >> endobj 242 0 obj << /D [239 0 R /XYZ 56.693 815.761 null] >> endobj 245 0 obj << /D [239 0 R /XYZ 56.693 759.068 null] >> endobj 246 0 obj << /D [239 0 R /XYZ 56.693 759.068 null] >> endobj 240 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R >> /ProcSet [ /PDF /Text ] >> endobj 252 0 obj << /Length 2671 /Filter /FlateDecode >> stream xÚYÝs£HÏ_á§ ®²Y> 6»/Gl’cc/àܤ&û@l&Üm2`foî¯?©¥æÃCª®ö©»%µ¤Vÿ¤…6zi£‡›»äæ—{K9ªcö(ù<² Õžº©šóQr}RÖé¹ÎŽã©aiJ}Éy•^²º$Â!£ñx[ ¯!þ‘|S]WË"=ûâü¬iÆk]¦—¼8÷÷‡)n¯«©»Gf… À3}´Ïl=›9¶ªej©Îœ}Ës¼ñ’›o7:ÔFúȲUÛ1GsGWmÍíO7ŸþÐFàKêÌYŒþ’§‘¥kªaÚ0?Žâ›ßo´w£"uÎU×l²½,ÞÆº¦ü(ó×/:ųaé434]›4S½4ÛæYYòÙÿ5žiJžUYÙ„m®:¦ùš¡ÙóiéeZhy—þ86‹gÍҲ⽤?þþzJó£º/N@ÕÿŠA}*qWÖçBN‹ºg/=Ÿ‹T}ùÙ\å÷Fzqí3 ½1Sm·¡Ÿ/ÈÅmVžòª"¦ò}lhJQW¸š)Yu!ò¡8Ÿ1,/3âï‹7ˆ>}ÂŒ¼º”ù *©³’hÙå—¢&ùÓXWŠCŽà%.¨*‹}}ÊÎl¯ÊŽäÑL9fÑ.જKŽ)­ù>;ﯼ“*e’¹—²M) RÊ¡8<„;,Gy뺮d%ÇÄÖ]5‰%Ž„úxÉ!y3b½Õ/Ç\F×iI²ÂC Ü—YF”¸ø|ùq‘ÊÍ÷cÝåçƒô¤ªô\·Êö2Ë%?§l<}9f“kÙK†ªþsaSéM™Ð;­q7}mE±/êï¨)+/tDÇQÎ9Ž‹ž š±<·6@ŽmtDúZU"B¼ ‡!ËKÙeÿ%Eõ™XdWðNoÇ4/{ꥋtªÅî;¿ªó±a!Ä-%HCŸ2N%*zÿÉÙ?oFŸX(覛 / hž¢’ƒ±D´ï¿ä×ùåfûä‡ÓÕfåsQ—"¸0O1uèü{~¸¶½•xí¥¬Oâ1Q‹†:· ®;¸Åœ³ÎÊg¸üB€ç%ψs`iTXï‹ã±Ð,GÚ*">„›µÇû;9/\$ ™Â A) ´&…̶WÖ±yÂ(/RXp!iÕ¡ˆÇLÓ^tŠ®ª¢þ@T™¶óS©B4£ ÎóóOõ–Azž¨B!ù‘t_lm¢62âzx±ìÀ×T—l1ŽãÆ[s 6×8Óº.í2vübÂÃqb(Ýü›¸+n¸~Èj¥ukަØýcŸÁI§û¼=~òT03”·cÃäŠ&çâTŸÚ `QÁÎQ ƒëeöVæUÆ{Þ Ñ+Íè™ÉϯôĈ=u)õ”Å¡Î/¼%c #øcjUœûžpãå·ZZ¦ /„{Y¥’DP”ˆªŸoa+é(…—•òuaÉ OÆkpƒL+à ×a$›¸M¸B§ì)ÀÊ5p4Å;V×ìÖ€%£Äüü¹(Oò2Pi6¨ã-¡‚Ï™ÚCE%ë’Œ$r{‘d$VE~¹Ú㸠¥ògÑcÓ(_=fȺ\äêÊEª’}­«}}̆ á05SÙFϦ®Ç^˜Ðêón Ê‚ÇcìÅ4yô¢Øß„¼ZoVþ½:ˆo(ñFn½ßì¢Ðåþ`Ò4ª/ZËm+v(pyô—^¸ô†nEñ„ÂWtÔ1Wô/‰6øw‹A½¤Iìb϶ü‡‹"áw|v,ökÿµÃÖ^‡}¦ê þZÐÕëѲlJC³{¡Äuã¬æŠ3™¢Bsè‹Mb'^@$ö) ò³17'Ĉ]Œ9ݱe)»å.dÃnGò=ô>n#/Ž=Þìˆê¯·R?) )|XÍáC¤—ÇO˜åsxª×ÛÈ'´ÂûÇ‘ÍÃ,ð×þUÌYV\,N¤G¼lãŒêyì„gÆnÂH‡‚ ÃŒ”ñfo¨ Õ ­«z¡s䑌 ¶þ1,wRØëpïÇóÇ7‰i»äÓ!Anà'(Lô`3ô›š6t´À5ÄéLü{ZmÇŽ¡¸Ñ:ÚÄ_îß‹XlG#¥Š­„Þï‡÷¥ÚT‰ šÛ]â~Ìy;ÖäÆñNÔN˜'c}ªZF: k/§a÷Þ; æ¸aÍB*  E…‰ZÊÖãS†¢*ž€æ{Ò÷›hí6¢«-2@l#©­cö«ÅW¬bíÇ^ÇÞÀ±>´0¢6$«O£ÀƒÝ«6ßJ¹4¶ö`ÑÇ:JÝBXMKyDZäú «x0ì¼],†öÞ»IàáWµÇ †.†‹°¨d+§ÀŠPbj3ÀŸøn0á"-Ìq¾€ “±¼¡p‹¤²X$_žv}Z†‰øÌ§—'\m ŒE.)k^åæÙ4Í„Wôn´¶ ƒÂS#²î@Ö+›ŽÉ~ô±)H6X‹"o)éI¸g õÕõ#O•%-I” \ïè§ ýÔ+!_4Pë…/š?¡è[? %V"íƒOÝlYÝî¤T?}··DÙÒgpˆGT‡S,HOL¥žƒ¢ŠÃHáüD.Ö…‰ùˆQ§D‘¯ú¬­2,zl'$á‡W$m¨ábaQ-ýÜbS˜ò†Hž¶ìâÓð9dnš:·ß8n¿‡.@ë­Ù$J$-dŒuÊxewåÑ’®Žç ±´i7¹Þ+F7ŠÄåv·‚[‘;z×E+ãú¢ƒÀ¦„ôµOœÝmÄý àBta!Hë5%µÔõ~Š×:ô(sM/vƒ/FÇ„´‘ÖÖ»{Kö¼Óµ ÜQCmGiwŠä éç:íê`·Ö¶;;«Ý´¼MÇ*>±,»óUŽäîW9·Ôk¼¤5@{:Ø–¯|ùþ]÷Hsùï ¾#üýciÜæ|íûØ&0v]×_NAÈ“X~Ñ·Àí?CèfšªÙÎ_ùA÷?̼¥ endstream endobj 251 0 obj << /Type /Page /Contents 252 0 R /Resources 250 0 R /MediaBox [0 0 595.276 841.89] /Parent 248 0 R /Annots [ 249 0 R ] >> endobj 249 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [487.666 629.207 503.108 639.22] /Subtype/Link/A<> >> endobj 253 0 obj << /D [251 0 R /XYZ 56.693 815.761 null] >> endobj 254 0 obj << /D [251 0 R /XYZ 56.693 524.916 null] >> endobj 255 0 obj << /D [251 0 R /XYZ 56.693 401.449 null] >> endobj 250 0 obj << /Font << /F50 243 0 R /F51 244 0 R >> /ProcSet [ /PDF /Text ] >> endobj 260 0 obj << /Length 1223 /Filter /FlateDecode >> stream xÚÍYKsÛ6¾ëWàVé »x÷T×VÏ®ž¦«óGWiúó¼pÎy"gN'ÏL4œè[ýµétšvãÎ_ ƒJ€°Nº¨… Bq}ß¹ü¤Ä =#—¤‰A|)FÞ J¢vt'Î;¿tÔ‚•õë ¶‰…·A×±õ2¶ :dì c@x㤻 ƒF—ü•e°p‰4Qz•ü¡‰ JR†££Á¯½¨ºãáéˆèõ¡{t±¸ž^œ Fã&ÖPBx[uvÂn‡ØÊN¡S°‘Ç0¢TÊ¿êU EX›W`Qrj)Jà¬Tü±ÒFSFi<Ÿ ²#½¿&ÐbÔõ@iç¥OùÍx»lFE2Õ²È#™‘é``d: :\pÌÔ2ÂF6ö†(uš2ŽJÄ“u¼$á…–û¸¦å$…Óƒ-§ª_Ô;T ^ÎZ{WkÒóæ[pƒ—*ÅxÙ _Ú¿¿šÍË;T€[dto?òƒQå=Fex%ÇÀÈaa`dJ™RF¥„ôXm‡Øª„„lÓ‰ßïè@(iÿ1o¢°´L#^ƒ+© c È‹&ÆùÅðýðÛ{4ÓëWxSã„Z­-@ •Îã Qè@{÷>V„0Rl-E¼erƒjx8hZbqŒkÃnÚ5»U³;v¯IglJìkbßf­Ø?9=¾.< sÃyÝ ã m³ZñÁ*”Ö|h<7äòÙÛj-ëRÛ+q™)q Òþ_ïØÿӞŷ‘>G¹¨…¡“Ÿ¶©(©‚†èÄÕæ÷RO%ëe ì6tÉ›û,}Cê‚;š-ńϥ3Q:³æ í 6W_äA Œuò¦yÓ›«¯ ëèRæãªý ;Àd;Áþ!ª»Ÿ;â²õç—bØO]:ê½þýîqÞÛ•³ÛÅäòû@S ïÿ"õ‚ä`”Õ”PkNAr!RAjc¥6¡‚Tbû­G»g=ºªqs=¶Á”š6]Ëì½íÑ2D ÒßÏTÛN$Uq¶áJ.Î%WþíÚÜÿ=êµÉÁ( +!€amá_±ûçâû©QRÕ?q~ËçÓ¿­uÿ endstream endobj 259 0 obj << /Type /Page /Contents 260 0 R /Resources 258 0 R /MediaBox [0 0 595.276 841.89] /Parent 248 0 R /Annots [ 256 0 R 257 0 R ] >> endobj 256 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [318.508 489.804 406.962 500.386] /Subtype/Link/A<> >> endobj 257 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [318.508 405.719 406.962 416.301] /Subtype/Link/A<> >> endobj 261 0 obj << /D [259 0 R /XYZ 56.693 815.761 null] >> endobj 258 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F60 262 0 R >> /ProcSet [ /PDF /Text ] >> endobj 305 0 obj << /Length 1423 /Filter /FlateDecode >> stream xÚí›M“›6ÇïþÜÖ>@õ.tL6ÛL:ÝdÛ¸§Ý°M<Ì`p¤é·¯o°c»ž]N0¼Iz~ú?zôHgéçýèítô˯8 1gúÕaÈcÜñ!ö0w¦ çq|$EO\DÁ¸È£8Ê‚<,duaVÇø&Õ÷ê‹_¦¿©\=Aiõyš<€–… ò(MÚï ôëE澙뛙þ€ªt|U3†u͈À£¾ãROpS·è›~pt7ý=‚ª@à@‡2 ìp=3_¿g¡î©*yDøÎ?å“+‡Bà!ÌÔyì|ý1-« "O@Huáö£„y²ªðéÄã`6ªùºÜWÍɪ“•jã¦@†¦)Œ4Œ¬,ƒ… _}N\Hr9þ8]¥ʶUÍ’K§:ùóýÈ¡€zH™Ø×õs¶òÊ>涪ˆç3Q=„Le á* eV™~dG´Õq\"€‡!Tй'€„¼²qª˜ßƒd®Â$¾ã”ÇúŠëC2ö&ªÝà\"Ä™K¨Mûvðxt!al‹C Ó3kzdMo,·–%wcø ‚èEZwñÃ¥°e-#lXÞJåV`‡,¾M§¹l²®pIY„{Ž‚¸ZîÓE¸îÚ=-×î=¯9PÙƒCÏ÷;0•Ób¾î'ÉÞn­rlšŠ "#½hÞµj³[‘2ÿ•“臀ö÷_¥Ónã Ëö̺¾†‰R *wú„Ú8˜–6ˆó ÓµÔû9aDÛ+«qçh•œX%ÔÀ¸kXÚË«"Σu* ¢8—‹)*1SÔ½g×2ÕCIlÿqHí+¥„Âd![Û¦³æi®#bŽŸÃÅ™j’zªùI.ô ÞÖŸ Y'³Æò÷M””Óm~<º)’­ígÜ t]Zá¥s¨ÑʧòÏŸåDÍõ“-Ílwÿòj`Ïb{_g¾u.Àgƒg;Z÷ʪ=výÁF€˜8æ¶ÿDA¨ endstream endobj 304 0 obj << /Type /Page /Contents 305 0 R /Resources 303 0 R /MediaBox [0 0 595.276 841.89] /Parent 248 0 R /Annots [ 263 0 R 264 0 R 265 0 R 266 0 R 267 0 R 268 0 R 269 0 R 270 0 R 271 0 R 272 0 R 273 0 R 274 0 R 275 0 R 276 0 R 277 0 R 278 0 R 279 0 R 280 0 R 281 0 R 282 0 R 283 0 R 284 0 R 285 0 R 286 0 R 287 0 R 288 0 R 289 0 R 290 0 R 291 0 R 292 0 R 293 0 R 294 0 R 295 0 R 296 0 R 297 0 R ] >> endobj 263 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 706.502 567.925 715.358] /Subtype /Link /A << /S /GoTo /D (section.1) >> >> endobj 264 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 678.633 567.925 687.489] /Subtype /Link /A << /S /GoTo /D (section.2) >> >> endobj 265 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 660.726 567.925 669.473] /Subtype /Link /A << /S /GoTo /D (subsection.2.1) >> >> endobj 266 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 642.82 567.925 651.567] /Subtype /Link /A << /S /GoTo /D (subsection.2.2) >> >> endobj 267 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 624.814 567.925 633.66] /Subtype /Link /A << /S /GoTo /D (subsection.2.3) >> >> endobj 268 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 597.044 567.925 605.901] /Subtype /Link /A << /S /GoTo /D (section.3) >> >> endobj 269 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 579.038 567.925 587.616] /Subtype /Link /A << /S /GoTo /D (subsection.3.1) >> >> endobj 270 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 561.132 567.925 569.709] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.1) >> >> endobj 271 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 543.106 567.925 552.072] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.2) >> >> endobj 272 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 525.319 567.925 534.165] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.3) >> >> endobj 273 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 507.512 567.925 516.259] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.4) >> >> endobj 274 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 489.506 567.925 498.353] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.5) >> >> endobj 275 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 471.599 567.925 480.446] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.6) >> >> endobj 276 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 453.693 567.925 462.54] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.7) >> >> endobj 277 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 435.787 567.925 444.633] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.8) >> >> endobj 278 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 417.88 567.925 426.727] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.9) >> >> endobj 279 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 399.974 567.925 408.82] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.10) >> >> endobj 280 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 381.948 567.925 390.914] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.11) >> >> endobj 281 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 364.041 567.925 373.007] /Subtype /Link /A << /S /GoTo /D (subsection.3.2) >> >> endobj 282 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 346.135 567.925 355.101] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.2.1) >> >> endobj 283 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 328.348 567.925 337.195] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.2.2) >> >> endobj 284 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 310.441 567.925 319.288] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.2.3) >> >> endobj 285 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 292.535 567.925 301.382] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.2.4) >> >> endobj 286 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 274.728 567.925 283.475] /Subtype /Link /A << /S /GoTo /D (subsection.3.3) >> >> endobj 287 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 256.822 567.925 265.569] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.3.1) >> >> endobj 288 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 238.816 567.925 247.662] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.3.2) >> >> endobj 289 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 220.909 567.925 229.756] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.3.3) >> >> endobj 290 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 203.102 567.925 211.849] /Subtype /Link /A << /S /GoTo /D (paragraph.3.3.3.1) >> >> endobj 291 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 185.096 567.925 193.943] /Subtype /Link /A << /S /GoTo /D (paragraph.3.3.3.2) >> >> endobj 292 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 167.19 567.925 176.037] /Subtype /Link /A << /S /GoTo /D (paragraph.3.3.3.3) >> >> endobj 293 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 149.283 567.925 158.13] /Subtype /Link /A << /S /GoTo /D (paragraph.3.3.3.4) >> >> endobj 294 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 131.377 567.925 140.224] /Subtype /Link /A << /S /GoTo /D (paragraph.3.3.3.5) >> >> endobj 295 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 113.471 567.925 122.317] /Subtype /Link /A << /S /GoTo /D (subsection.3.4) >> >> endobj 296 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 95.564 567.925 104.411] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.4.1) >> >> endobj 297 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 77.658 567.925 86.504] /Subtype /Link /A << /S /GoTo /D (subsection.3.5) >> >> endobj 306 0 obj << /D [304 0 R /XYZ 56.693 815.761 null] >> endobj 303 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F64 307 0 R >> /ProcSet [ /PDF /Text ] >> endobj 328 0 obj << /Length 997 /Filter /FlateDecode >> stream xÚíšKs›:Ç÷þÚ(z -Ó¹I&wzÛÞÆ]Å]p±ìË —GÚ_‰×`J:8“7-–ŽùéüÏA=@àvõf½º¼á(¨`½‚@!)¤¬·àÁù'H+»áÈ©Ê(ŽŠ ÔUÞTluSÆ™më+?¯ÿ6xCÅyÓO˜¥„Ⱦʃ2ÊÒãß¿ ìϫ» mca;0–aà˵–1Å¡` x*ÙÚöhï[]¯W_VØŒ‡\@¡( C“ÕÃg¶¦ÍX™òÁ×úÎpŒ ¡ÂœÇà~õï =ùP¤éË<ÉÄH4CS(\#cûÚ¥ÜÉ£Ñ Ú2*JÝ5ÍɆrÛC¢ÓÒÔIEèz¡W_0¥Î0¬½fä{М|¼]ÏÌ!‡øG÷u% *ÌÌ\•PQÚÃ…Øà%h„7ˆÿÿYveô¥ƒ ÚÉ[_è²) äÊBFlÁó <èG2¤%ó>w±ïì]î©U¥^U’Z²âSð0Fþ óH¨iÞ´§ÈV7ãmÔAà¿‹¢½.W{yêGÐI½—Ç&`¿0«:¿,ªÃ!×EQ·û‚.À^˜ÍÚ({m¼¯“ =€“Tq¬(*Æ÷úÕdÔoeô:͵‹¹³7‰c®m†8ŠbI¶l"m4£D.Ïânªcöíååðµæ¢Ï5¸ K€;GŠ~αf™~ ¶»dáø 9öþˆqÃñ£ ~û8Øëã¼äÑ%ÈÉZ=äö®=ä: ;y5‰K‘¥©}}°ÔÑ’µ¼¯éÀ‡±Í%¥éþÃ4‘íE¿Ùú°jœÓ÷;—ÙsÁuf\xnhÃþ×!ëÖrã‹(-u¾s±]*ÑO¬ønLÂóéÎÓ Ÿþ”æ¡óý‡Í2LH˜ä‹Û<›‡ÏÆÓÝ‘@dAô\D|>"1Q_•gefõµ’b¡s21?àÈSéìLU… 2}q}yoº!bÁ1‰CN⸼l°oéQ }î˜Rµ—Ì.Z˜‘îÒK¸“åI0ØÙF6ü?ÚƒyÒõFì”ÆVH$3W ÷c{€×µ7C·[À¼ú*Í’ Ž:ü¡yߪôh_&Ž’¨ úÍàÓmíázÌçЈȑ˜ðzÛ.á> endobj 298 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 748.01 567.925 756.857] /Subtype /Link /A << /S /GoTo /D (subsection.3.6) >> >> endobj 299 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 730.077 567.925 738.924] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.6.1) >> >> endobj 300 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 712.025 567.925 720.991] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.6.2) >> >> endobj 301 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 694.092 567.925 703.058] /Subtype /Link /A << /S /GoTo /D (subsection.3.7) >> >> endobj 302 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 676.159 567.925 685.126] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.7.1) >> >> endobj 308 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 658.227 567.925 667.193] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.7.2) >> >> endobj 309 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 640.294 567.925 649.26] /Subtype /Link /A << /S /GoTo /D (subsection.3.8) >> >> endobj 310 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 622.481 567.925 631.327] /Subtype /Link /A << /S /GoTo /D (subsection.3.9) >> >> endobj 311 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 604.548 567.925 613.395] /Subtype /Link /A << /S /GoTo /D (subsection.3.10) >> >> endobj 312 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 586.615 567.925 595.462] /Subtype /Link /A << /S /GoTo /D (subsection.3.11) >> >> endobj 313 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 568.682 567.925 577.529] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.11.1) >> >> endobj 314 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 550.75 567.925 559.596] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.11.2) >> >> endobj 315 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 532.817 567.925 541.664] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.11.3) >> >> endobj 316 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 514.884 567.925 523.731] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.11.4) >> >> endobj 317 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 496.951 567.925 505.798] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.11.5) >> >> endobj 318 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 479.019 567.925 487.865] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.11.6) >> >> endobj 319 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 461.086 567.925 469.933] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.11.7) >> >> endobj 320 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 433.171 567.925 442.147] /Subtype /Link /A << /S /GoTo /D (section.4) >> >> endobj 321 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 405.275 567.925 414.251] /Subtype /Link /A << /S /GoTo /D (section.5) >> >> endobj 322 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 387.362 567.925 396.209] /Subtype /Link /A << /S /GoTo /D (subsection.5.1) >> >> endobj 323 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 369.43 567.925 378.276] /Subtype /Link /A << /S /GoTo /D (subsection.5.2) >> >> endobj 324 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 341.514 567.925 350.491] /Subtype /Link /A << /S /GoTo /D (section.6) >> >> endobj 325 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 313.619 567.925 322.595] /Subtype /Link /A << /S /GoTo /D (section.a.A) >> >> endobj 329 0 obj << /D [327 0 R /XYZ 56.693 815.761 null] >> endobj 326 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F64 307 0 R >> /ProcSet [ /PDF /Text ] >> endobj 365 0 obj << /Length 1284 /Filter /FlateDecode >> stream xÚí›Ëv›8€÷~ 킦ºƒ–mOÚÓ9ÍLÛxVIŠ­¤œÃÅ# “yû‘@àKRGvŒ“acɃø?þ«dnG念7"s0½‡<1"!‰Àt.‚3™×*O0ƒA]%iRÊJÕº˜«¶MO {¬ü>ýÍÜ`‚P(k¯3+òKñM­e•ùúï—öçu9y;³K{33b33Nį̀ !g1˜°PDnn·‰=qt:ý5Bæ† ÀxÈ‘@!‡̲ÑÅwææ˜™RHE þnÎÌC0Ä„›~ ÎG_GpM*  „˜½ywQÊC†x{óé8†¼#óøö1¢ØŽÀÅQμv^×6oc BZc'ð/ºXèÄJ·²e+¢…Ô+r¿¶ˆÐÜÐI;IæE};F,PiêF䬕·ˆžXGˆgXÔ q°þÈoRå0¼/²LæöŽytl²~‘Ä~#ÛŽÑ9ê0^bFZˆgÒé›V™UB¨7ôÈö/qäNŸËÜ)h§o™ÊëÞäUÊ*ã]Õ»«M‹gÞ¿th~D¸—b1Gä³”nl`V²Úô2­líñY}ß§ì…Tˆø5«•¨È w Þù}ËÇ·‰.ò\™¬ÙØAJãß¾ÄüòkD±Ó|&çŸÚÈ«e_½h‰¶_Ë®¾žö•Æìª¯ ŸØë¤MEØ€t°ËfP5IvîJ™d¯·Ì± ö†Uá¹#.kM§V6=£¬àSPŒü|L™²r­ÆÜ¯^QF`;“ò+} hé¨~¾ÕÛ¾äÊš¹(¦CÄñl …ÈØüœ”U¿ð¸Ì¯df+¼•î†æI¹(rËÓ ði.ØNbÏŒZüÄN~³Ý…ÒU‘l®/WZZGwkcHiW“aíé5£$^.Ãí†Ô©]Vô݇\ƒ«Û”ß 5F[AÕKN[0q>¨ÕóÐÂ;«U³ä3XÁNûrò+x`â£U‹å¹tlõ=`1öä€MçšºÒÆ»¢®úJÔ2žHîmÙpáþõÆ7Ã.Ÿ% Ùä :µ30¿¤ wE/MHxm?´2Ú±%r dØSõÜ8 ôÃÉœ/§ßÚ5îJ&ç^¥H†_éžÇ—Ãû¹Éx»š.оÔòç'32lfý¯ˆú-cáO4É…®\ÌÊ#6à{ nž›È¡?·Öu®°‹!Ø=;¿D ovýÐʦ.Šù@ï)èq/HðÎô®ÍPž”¥ªuÏž¾9OÄÑ¢> endobj 330 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 716.548 567.925 725.295] /Subtype /Link /A << /S /GoTo /D (figure.1) >> >> endobj 331 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 698.615 567.925 707.362] /Subtype /Link /A << /S /GoTo /D (figure.2) >> >> endobj 332 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 680.583 567.925 689.429] /Subtype /Link /A << /S /GoTo /D (figure.3) >> >> endobj 333 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 662.65 567.925 671.496] /Subtype /Link /A << /S /GoTo /D (figure.4) >> >> endobj 334 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 644.717 567.925 653.295] /Subtype /Link /A << /S /GoTo /D (figure.5) >> >> endobj 335 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 626.784 567.925 635.631] /Subtype /Link /A << /S /GoTo /D (figure.6) >> >> endobj 336 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 608.732 567.925 617.698] /Subtype /Link /A << /S /GoTo /D (figure.7) >> >> endobj 337 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 591.018 567.925 599.765] /Subtype /Link /A << /S /GoTo /D (figure.8) >> >> endobj 338 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 573.086 567.925 581.833] /Subtype /Link /A << /S /GoTo /D (figure.9) >> >> endobj 339 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 555.053 567.925 563.9] /Subtype /Link /A << /S /GoTo /D (figure.10) >> >> endobj 340 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 537.22 567.925 545.967] /Subtype /Link /A << /S /GoTo /D (figure.11) >> >> endobj 341 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 519.188 567.925 528.034] /Subtype /Link /A << /S /GoTo /D (figure.12) >> >> endobj 342 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 501.255 567.925 510.102] /Subtype /Link /A << /S /GoTo /D (figure.13) >> >> endobj 343 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 483.322 567.925 492.169] /Subtype /Link /A << /S /GoTo /D (figure.14) >> >> endobj 344 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 465.389 567.925 474.236] /Subtype /Link /A << /S /GoTo /D (figure.15) >> >> endobj 345 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 447.457 567.925 456.303] /Subtype /Link /A << /S /GoTo /D (figure.16) >> >> endobj 346 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 429.404 567.925 438.371] /Subtype /Link /A << /S /GoTo /D (figure.17) >> >> endobj 347 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 411.691 567.925 420.438] /Subtype /Link /A << /S /GoTo /D (figure.18) >> >> endobj 348 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 393.658 567.925 402.505] /Subtype /Link /A << /S /GoTo /D (figure.19) >> >> endobj 349 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 375.825 567.925 384.572] /Subtype /Link /A << /S /GoTo /D (figure.20) >> >> endobj 350 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 357.893 567.925 366.64] /Subtype /Link /A << /S /GoTo /D (figure.21) >> >> endobj 351 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 339.86 567.925 348.707] /Subtype /Link /A << /S /GoTo /D (figure.22) >> >> endobj 352 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 321.927 567.925 330.774] /Subtype /Link /A << /S /GoTo /D (figure.23) >> >> endobj 353 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 303.995 567.925 312.841] /Subtype /Link /A << /S /GoTo /D (figure.24) >> >> endobj 354 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 286.062 567.925 294.909] /Subtype /Link /A << /S /GoTo /D (figure.25) >> >> endobj 355 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 268.129 567.925 276.976] /Subtype /Link /A << /S /GoTo /D (figure.26) >> >> endobj 356 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 250.196 567.925 259.043] /Subtype /Link /A << /S /GoTo /D (figure.27) >> >> endobj 357 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 232.264 567.925 241.11] /Subtype /Link /A << /S /GoTo /D (figure.28) >> >> endobj 358 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 214.331 567.925 223.178] /Subtype /Link /A << /S /GoTo /D (figure.29) >> >> endobj 359 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 196.398 567.925 205.245] /Subtype /Link /A << /S /GoTo /D (figure.30) >> >> endobj 360 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 178.465 567.925 187.312] /Subtype /Link /A << /S /GoTo /D (figure.31) >> >> endobj 361 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 160.533 567.925 169.379] /Subtype /Link /A << /S /GoTo /D (figure.32) >> >> endobj 366 0 obj << /D [364 0 R /XYZ 56.693 815.761 null] >> endobj 363 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R >> /ProcSet [ /PDF /Text ] >> endobj 401 0 obj << /Length 834 /Filter /FlateDecode >> stream xÚ½UKÓ0¾çWøÖT"Ævb7'X$ ·]ÞÔ[Œ’´Û ?Ÿñ#¡Ñ.$8Ù™Ç73ߌ'Ao‹WûâùNÄR0öwH0,v¨¥5®wh@×å5zÝo+ÆIééUNû) :ýæt‹ðëþ¨(Å’ó„ÓÆBØÑOʙӸöÿ¨‚»·ÕË.(m€Ì(j!3Q‡ÌI±-ª8–»œÛƒ1Á²x½/î  ¢ˆ ,dvÁž0Ô ÅõW‚ ƒœp#[ô#ZˆS‚Y-àÞ£/ŧ‚¬haˆ2,)å!ú ÚÌ©HÑßëBþ»ê°éâÔí–ZùŸ¹ˆKziƒeÓ ŠA];–`è¶¢-!啚TçnjN§ÀñG6]Î`0€ž¸i=Xœ°´Do)/˜Îÿ|ï̹éòœ8Dü/G#å¿`î\šéˆÒåóÛ]W0A%+»?Ï߈&Í\ÚÅô«åÐ/[)S¿>n­ O‚Æžÿ©å˜0†ªºqË]4ñC”ÚºpÙ•~ÔYÛéôhS/A ØDˆ--% §Ñ%“^%Éy½;sV}öº;1â¨z§-yÀó´yžáë¦nHFÐÓ LÜZ!6ëmâoÔwØzšó´Ë" °2j)¸•©8]ðƒ«$娜Ÿ²ø fÃ^çË GŸ¯³ËüÀвÉýà“ò\Æ2Í–ϰ†ºoFOññ€ËÕŒ½Jí¬ýCבÔàWsæf°0Û–Ç-/ÕhlàqÑcB½HT»§ˆ°'h´zvùtϧÉ-xAê–çïÔñR£¶ V@̱˻b3±lȤ3 ¹,¿ ~À±òxÉK`Yç½vJ„â†yóSà.N -»É¸$é7ØŸîºS]vYmçÑfqÆËÿ Nß…±z‘” ©Iëͽ_0‡!5m Ž%')ÔôDcfÆû…èe.«ñL•Cµ£[+,40ÿ×îýÆôv=›ª»-ãyã:Y·Z¡žNÝ. äwpù7€ÂfN«‘áñi8Ö+ñ©cC0òo~¿}!½ endstream endobj 400 0 obj << /Type /Page /Contents 401 0 R /Resources 399 0 R /MediaBox [0 0 595.276 841.89] /Parent 403 0 R /Annots [ 362 0 R ] >> endobj 362 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 716.448 567.925 725.295] /Subtype /Link /A << /S /GoTo /D (table.1) >> >> endobj 402 0 obj << /D [400 0 R /XYZ 56.693 815.761 null] >> endobj 399 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F64 307 0 R >> /ProcSet [ /PDF /Text ] >> endobj 408 0 obj << /Length 1875 /Filter /FlateDecode >> stream xÚµXKsÛ6¾ëW°'Q3LðÍöä¤I§§uÆn/q()ìP ÂGšú×wÀR$M)vš^Dj,öñ틞³s<ç§Å‹»ÅåëÈs2–Å~ìÜmØgqâ¤<`AâÜmœwî¡:Y®Ö~ä¹][”E#ZÙÕ†°‘æY.+\ë‰ïï~ Öœ³,Š Ÿ¼R÷žçïºZ´E¥Æçx¼kÖW9.6È$ãN ’ÅJ& ‹³ÌYG,K¬lN'©{ia€Ç¯î®÷îD1 œ$ã,ö|'ß/Þ½÷œ ¬€,ÌRço½sïDÜc~Ã{éÜ.Þ.Ë8P$bÆ,â1‰„2Ð!çÝš{žçþ¬Úzå{nµé´‚V¿¡åÁ\>h›ø†Ï#‹€RW6­yé”´”ÜÏ­T5jjšô,,µRöl)ÌóP*/¢´¬¶•Òw)Qí}qCÇ5EÓÚM÷AèÙã²Þ˶­' €a‚¸|)þ„Hú+›9ˆˆ^ÕÔ7ZÀ³ÅsæU‰¶«íûF˜[J{b/Ug_AæÖZÀK;óܵšEÏÌ> ù‡BÖ 3„—Ò^2í »OÈ\j‹â¹ ò[bVÕ+žº»Uä U4hGPªG‚ÊvÎMŽ×».L|]UÝöüÚšçAÔ­Ø W‚ÍȘÛH[êþ¤Z…°¡¨Á .j-ýO<6ëåJXF®ëUæ»ê7P xö8¸‡‹¡Œ«ʸ\. pV½]q;—fu„ ÜeÑ&T{êfY›•±îúl¶É‹¦-¯ö¨õ…Y¯îƒ„[©fýñ±jc3]oâc\Ÿø@Mc ö´ÖŸ ·Ãëc|Î$ñ“­È–Xö\›ª'j†ZÕÎâäË^^ü¼­©ÕvåGî¶–]å’¶+ðÀ'ü_ÒöïÇYŽXÚ\xïûñ4­FU7È%VE=5Ö§ýFÊ ó æ¹óñócÿüÝR `qAΤÀë# ÈÁc‘Á’­¼ø*»{Ì$rb³cŽ‘}uŸ•»¬ä=sye³ìÔ‰¼3¼Zã¤.0ä£Èe#Éé9*îqÄÂ(t¢$ciM‹{0(îPèaKÚw*æÇö‚xÅÐe$™­ÁU+g:JñÉJP¥N°.F|5Öj ”C¥“Ø¡3íRxnW@œ X›M¡éú@kï;Ëd6”/>‰(vµƒ„.daˆfîn­4†>ÈI½ZMÜ„ Y­Á±9HV$áþ`Ïè¬IøÓÐù×/ˆ©nKp 7–2·)uÏ1K–rl­c±Fô°yµ“§©}¨+PÙ(¯ëäÚñme±Sfd¨ ’Tjryh ]B§²–BådµÔñg Ö{¯×Ï›ÉÜØÆ JÀÒÀ¦ž«¦©ò´gAÊmÈ©w,¤RX6]˜MD§êj²‰}ˆéÖì'ö|ÚÖáâÆž"õðÕ[5D2iˆïÂúvÊ_†!e ¤ùò—³sEi ~ð8q°ÞnadQë¦%Ôê²èÃEtŸqZâµC:1r¹;ˆà!DÕ HmÑG‡[ö“^ó©ð]“㟺ßù8ˆYüæ&z-‚;⢪NWòyðNbðnÅqêZJY9½œË{¶½AýŽé‡ú9r—VS‘[ô· |b̦Ê;<%ލÐͳö¤1ÝTÿaŽ#ë4ß{m®&…0†C|mWK«9ìG¨Ñ¦0âÕómëåë8«1ìºß@—dNÝþÓ Â½½œ:fô%&a~ÀŠ>};Ì8¤úŽƒ­†­T¹´ÆäC)¸ÇYõ|¾›±7'1í¸ÂQ¹Í0 #ÆCþt^¿¡q›ÿàvÎÀk?HY”&ã¦÷Ú&¹Ñ•6É1wg$øME_¸þxè’i†²ÃHyZš`âÄ™óa€ÆË× ÚòQûº…HB䊤Z­Í½ùÚl‹yo«ªœOÍÌ6ÉRéIÄê¡òèS#gÅ>‹üìûJµ¦¢Ìð÷S–$>í|® b8†šžŸ’€e?3XV°/¤þâêöî÷—¯ÎŒvßÍ ÇaêkÅÖÔw*™í îõ={u ›¢9TŠÚÇfÜGŸ«Ü¦·Óµr€š&xðY…d$øsР¼^åa-ÊrÆ*뙎ÑÅ{‘éæ§Á)ˆ /ñ!¯zÁ"sðcðwöH<*ÂÇBi‹0Ï@3úà³ù2|}TV—ãã kèkÞÛã§Oú»1U?Íãá[¥£‹qÆÙJuü’9ó±ÆR—Bô±èÜÇ÷Ðc^œ}Í·÷$‡{ endstream endobj 407 0 obj << /Type /Page /Contents 408 0 R /Resources 406 0 R /MediaBox [0 0 595.276 841.89] /Parent 403 0 R >> endobj 409 0 obj << /D [407 0 R /XYZ 56.693 815.761 null] >> endobj 7 0 obj << /D [407 0 R /XYZ 56.693 759.068 null] >> endobj 410 0 obj << /D [407 0 R /XYZ 56.693 731.272 null] >> endobj 11 0 obj << /D [407 0 R /XYZ 56.693 440.208 null] >> endobj 411 0 obj << /D [407 0 R /XYZ 56.693 401.054 null] >> endobj 15 0 obj << /D [407 0 R /XYZ 56.693 401.054 null] >> endobj 412 0 obj << /D [407 0 R /XYZ 56.693 373.7 null] >> endobj 19 0 obj << /D [407 0 R /XYZ 56.693 211.866 null] >> endobj 415 0 obj << /D [407 0 R /XYZ 56.693 181.324 null] >> endobj 406 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F64 307 0 R /F14 413 0 R /F71 414 0 R >> /ProcSet [ /PDF /Text ] >> endobj 418 0 obj << /Length 1603 /Filter /FlateDecode >> stream xÚµXÛrÛ6}×W°O¦fB„Hì[nθÓdêÆít&ÎLÁ2:Ió’ö󻸊”ÊvÒ‘ÄmÏî,Û Þ¯^_­^ž§qP ‚\ÝŒ –9¦ˆfÁÕ&ø~àõ(ªuDÒ8YÉžbìLÃF˜guÖ¨>ßøåê0aŒŠ45ë”M}Çd;v|M=Ÿÿ‘«éc½*Ug¯d8È£ Y’eˆE¥¨È,6³³<|i UÓVï®V÷+ æã)ƒI4È ŒXL‚r·úü%6ÐQRäÁ?zä.HqŒeð^ŸV—«ØÆè±Ï™Å<€¥cXY¼_ňçzÄô]wb›¹Œ%®õåÅo€qùMC‘µMLé„fd’PÌÂ4ðå(£6¿rö[Q_Ó” MCÛɺ”-¯ì÷Wéô­Dëç“Së}9`_T 'AD ”Sj°ž[.ÄA‰‡P)–¢è›눑ð½¶_®€P'nR$IClP]ÂÌÛùA ¼ÇЊw¼ëøöÿ{ªí’"šBF)PÓqü±¹úèì”]ÛtƒóóAÚ€ªû8«ž!lÉõGmçÜ@ðÖ8îD=öh‰¨OR¸Äý*¢ÂN4¯z-xVÜ<•)áºô<î|©ó=@ˆÜª•ØÚñzã>U´q)úžËε]Ó$¶³ÎœšpN1Ù( ŒXŽ’„Ì•ðYIA^S!83+½6Y/ËfìJé’!jÿ +Ô}£}Wdß6µ¼©Üܶqj^Šnà²{ø€œ¢-l JòÄ`{3tUôq)Í4E,g.Ío:p‡wt$ª›ñë§¡¨ѹZBÙ¥ œ²  O‹€Ð⽫R`y+{Øt—Ÿî1ô:î©×f#Uš•wý ÔÆ¾AMP_.¢fˆ$^æ.G9 íoÛJ–ü3«<ŒØ_OHa3¶Þ´•­^ù]‰rÏpQ;z‘ÚóN7}»NCÞm¸g/w1¯¼ÂQË[Eö4 ŸÀŒiŒß<ÅÏV>ËÏ‹~š¥?þ¢ÖX'”ör 9Z¤ã1|N¡H~U?>-Õ™v_™Â5NC¢Õôé™ùÀÿŽNû…Pg?Ê?—·Á{w? §¢ ÈÆ«½›ûƒ÷ûc`=™å÷ÓØ¶pŽÆqˆN$9M|ô$¹;ÍRбQiëÉܨÅg¹9O—ààf`çwQÞq] lŸ£¤Ë଩YÐÎñãÁ½ºU\V]ÞM”jße» ÜDh>?õ¾Yü˜¢`¹îÉ¡ü#¾îù N)´vPŒM‰cßÝjæ«öˆT¤S ¾N¤Â;ñNŸ°v–â²ySäð¬7J‡ÿ…!*Å=Åõ—wü×ÚÐ-kÔg]IKž™cK"(n —DzcíüîœfD•ߺ´ÇÓàçp÷ÉSªŸŽÿ˜ œyÑ{m Ä…TŠP”±ÊûìBå7øåfÛþDe ×ëÂO—ö´ð«Ák¯k1Õfûô81ÍçFÌ»g·øžÝ à{RÅÃ× s®ç û2¿Æá ¤‘ƒy³ûóA»£†*Ùg(ƒÜÌ<L¨UAtV ®X*§ñþÐüî«ÍÑ*Ú\0X2„Â6Ïöat¿¿TïÐIKwÕeÁB;€í6f yÕÞñ5næ45ÆNÿµ#šÑ4Êz@á®íu½@¦÷¢ZÀ‚5G|„# ·ú4ô£±Ê¤d5¹–½pä›–{M|ðÿOïsa°ÉäÝ Ë±šÖ3Ç#®®ásöÙŠ¿ŽLuQIùØß_õ¬ŸŸÚ]3nÅÓΪô'š” …¬žP’ ">¨Ýüî˜íAÇ^ˆéòy‘€z5¹ZÓÜ—ÇV„²|'†áA͢仗…ÄBœ2÷Í"™‰¥÷­©·•|k5ùšÖìžáèíh®çËœ©vÒ,5tS§VÆÂ x?Ó¾±O}¸AßT(õ¼‰PªïiŽíræV¢:KÛr?JÓ zÛ3û—À 2j¦1¨Nµd-m‹ºRC^¡ÌsTࡼáÊ=¯…škšá…ZirÙ\àì<¸Çþ$Mb³â9ÿ‘þÜ¥»Y endstream endobj 417 0 obj << /Type /Page /Contents 418 0 R /Resources 416 0 R /MediaBox [0 0 595.276 841.89] /Parent 403 0 R >> endobj 405 0 obj << /Type /XObject /Subtype /Image /Width 1301 /Height 664 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 422 0 R /Length 66015 /Filter /FlateDecode >> stream xÚì\S×þÀ¯­ÖÖ¾ªµSkw_µÚ—}ÕÚa_ûÚ÷Z[GµnŽªâÞ²™2TD†Šì aï½G„²!„ ÿ'¹€aAAIüÏ·örî9'çwî¹ã˽¹`$H A‚ $H A‚ $H A‚ $H A‚ $H A‚ $H A‚ $H A‚ $H A‚ $H A‚ $H A‚ $H A‚ $HODúyíIÐG8ÿo«í¢„¨’ZÐGÕ"·nwÆ?Ë-I<Éœ ¡[R*¹OÉhÚéëŇ/ÛÄÀ¸=ôeÀ>…ƒã”o%Rѳ!tä‰W]Tqä´€8áMò7‰áú|!–«Íú¯^ö2þ¾6|_{Üîj÷dç¿nÇíímϱo/÷)ñÜ½î‹ +7ïÿ×·?¬úûdºÀ°Í´ ¦Øª»rÎÈÆ! ŽÇì ¤[\Ë5õ/õÍ z\Í9ÌÑÙHÍÌ3ý„w¡G,ÑÜ­Ø:ú1r>švÂ9~űÀ‡œL<Æ4sŽZ|$l½Õùñ$ûüÐ~Öð!žB†´u€NLüÔêŠ$Ñ#Y8@ç¢*¨âÈi1|ú|>¦Z›_½Øª=ñP{ÂþÛIG+®î-³_Àµú"fóÔö°µùW‰曾|ÍÛó¿ v ïQèÂ)0ã/ä†gŠíºç;¨'/¥¬3 YˆÖ^jž°Ó½Ü>êþ :‡®=±Õ1õ¤Ù:’£Î‰¬Øc*¼u·Ux1f•iFþÍ»wïÞÎ÷ßäÃÖÕŽ£êÊKœTð®ÌÒ$îTä£ç(Ê>Ëxû©¤M݉ö‘“m”iŽêF{[YtÂF×*§áîÀ}F29šóÐ}ÜxtÕ~3õ¯–9í¢;'U@úRõ´!ìæ CàBƒ&‚¸ù¸æW%ù6Q#kë]˜ùSpuuK \]QÅ>[Pùu3VA•[l÷»äà?šy“Œ/dœ )Èí»ˆáÓg§hŽ6Û|WcÞ^ìÚžït·ØUæ¶0aãË ë<æ?Wc==aËk·Š.{™®;ooú¿…‹vŸõîQPC¨ØeIX~ž^‹D„W`t*z“ÕQ³Ê!´p£Y¬U"—¢¸yGíS·•bqldÚz‹4ÓˆþÚt /6²È«lGUZb.vú³Ô™Á9kì*„êvîrcbþ2Ñv–®¦Îù¥hÛ܉ˆG<>,s‘¼fM¯ïÞj½Ùªâž:«éÐ]añ†Ó6QÃØŒäZ׎í5$<È€GQöYÄùÈ5u ³×ŸÎ=Kà8ø§¯ºÀPªóê½í¢÷³‡<ðN¡Á^²átv^+¾}‰[-r­#hë]˜Táê:ðWáêŠ*öÙrdž¼¥OЪ´`HN'‰ˆ¬ÚÕf&׉´€~dIšÎGR,üÊ{·€>}vŒâhs`ë†Ûw™ w«ÂÛ£¶ÕÙÎÈÜözÑž©ÁË&ì~#|ÃTçòò “Õ‹~Út̹G]@MdÅN›Ì0Jõu¿ÒŠÛweyù²á)[Ü©çŠ7ÉŒ‘ßíZY$ãÓæ‘‡°âµê_Ɇïôc9F±-]"Õ¿¡5˳ -^kžO½‹kEˆæ™ç4ó†Ù…ø£Ô¸Œ¢ƒÖ©ë´nnôfõìX8ùÀ¹è¥GPãA˻ۜ#nr)iõÉ u³Ç ›.­ }…F`˜»¥®=¬.v$d…]ò MÝä5šÌ…'Ï—žÄÇrÀ6fʼn`ÍMöÀ…Ç .hš¬Øn–œÐ¨þxjHÔbõÚÐí.É»ƒÅ ¾ŸgüîëtõgÑN¹$¯Á»t8hñ Â:‡bôqºÆç¬º'UGט„v|⩤c! S瘿Žw4²Ô"ÑØ›Ž¶Â}FÒ&Ç,œ=è¸z×à 8²·SŸïÞmg''­¶%ÚøuÓç½}D‡†n§P£ŶöÊZoŠ?D´Ô,ñ@»¯=‚my‘°#NÕ5Ó\#¶jOΓÊ&mõpmvàÉå´æÕH]âxWWT±Ïú×ç´°Í> É2*¯6hÓðÕfá]?¢UƳ{·€>}>G`kcy%eû7¯´ä»µÇìlvü8ßømë_þaôO™|ÿ¬÷ê7ýv~•iý§,÷êÎK®ÝnéOìQ°õN^íVÝØCŤ­§³Z,+nj~nɋɨi¶êl’}V-ž%HNX唣%8„-Q;5Ö%!n5OîÔŠÎÔÀç4§l!]qCÓ¿»·U‚sÖ„“ÙŠšÖvMÆ:‘À×#f‹GÞÚûŒdøÆkä}ƒ«Çp=ä€GVßÓg”Ú²| kœR´ô9j›}¼IÑ=ôºZ¨³)‹\¤­×(%ò›š¿£’ =.$ídõÜ#ÂI[ÌSÕûÃmD=7ùë- ­"uMª‚­§‡cë°,Øa€'˜3Aê:ð¯KãêŠ*öÙ®Ï½ÛÆ3ÒÂþK¹øífT¥Œ]Kbwª´YZeáGîÝbøôÙ>’ÕƒC{÷ùyrCÈòÉ™Ûf÷Ýý}º‘ÝÊ/öÎë¼xªë‘eœÌk×\m6ïÜ1ï¿¿ö®ð¤A3wKÞq!ë:¥Eót²268ÍØ.ã„wþZËBÜ $© Ë,óÍBèÖA¥;L"íhwhd6]yOX"7;´Ü'©Ë}î4·ÖַȪ+žMÖvŸ¥ZбÁ‹¡Õ¥ªCg£é·;Ÿ—¾ÕÞa&j›ÛcK8žÛ„7\_÷QzÒ'¤±]-0LÓë;•æj«¥"s•Iäɼ¦Î¼Žÿ7‘ó6Zf®ïräöÛ­·:V±¢cW_(¸§Ï­ê@jkxgÌïéó*â1;‚YQ ^E¥¨—àz×Q÷šÇ¯Ò9>©F÷¬üNëö»ÍÜ&a‡ ZÚoÝPªZ;¿)¶=µâ>#¾ælÔ ãr©´Ê'ïéÔçöfÍçÝ®ñ°]®¥ÏÛm"öÝCO¡+kûiêl!EÓõö¦FQmëÍ[5Ζ±ƒ™ÝwæÙ+qF¾âêÍG;r¾R¤é¼aWSפZ9[ç|ÎÚuà‰æl0 WWçèê‚«+ªØg ]¦¬]¥Gfÿ- N\-Ym^¦g2èÕfá(SWçÏè³z³oÇöM³^80÷¹ˆ#ÿÍ2ýÝeå§.+¿\3s”Ï_/ïZó³8:3%¼´¼ðûÿþÚgu€'š`ê1‡èÙjÑP–ѨH nH.ØÄ»'¯taižam‰½±ùUSžfæm¤Ð\æ+œNG.Ó–MöÝ„EˬCûË"óD@ñzm÷¹÷ÅÕ°õW¨]]²ôÍZi[Î×øU¾ÔŸG‚V¸s›:l.b¥U Cã.a ­¹ÊUß*l©>nšt4¨³¿¼Õg‹¨íøƒÄ)«Ž-<²Ú>e•U)S£v±KoðáiºÛì¶ü^ÇB´"k¬FT²Ù\û áÐEÇÖžJØn~OŸmÒVÙ9šf‰ÁÑ ^RÛ¡Ïfñ+uŽOʺnŸ¸èTòqÿ²ÝæÁ …®³ŠÙêXP¨þúí­l·°%÷ÉÐ¥W®ið øÙàò¿Í;¿ûœ™éX¦yÉš¤ò¨Û=}þûú}£{¸)äž·ZWSf±+¨rÜ…C ^t,z¿_åá³Á÷n.˜ç™Wì6‹q×|i™·ìT´›@½¬ÌK^iG´èsRK_5[Ç,®¯S-áx …•ÆCuI¢.P+-t™²vùÞ™ý´€8àV€|™Ô©ÏÈ£‘M£L]}@ Ÿ>Ÿ ¦õÉÉ‹Ñk>y†|eOœñl‡µ_oürÒþ¯Æ™/šnqtGUyæÅË–¬^óï_×UàIÆÂ;«C^8•ïju"Sœ¶Å¹Ôô*Òg¶ªÃ >Wá…M] ë;ôÙùt„¶>o´ÓvŸDmsÜ‚W(6Òá>FžU]ý1÷ˆ[uE¤^sGrÆ4fŸG’Ö›¬BWz oôñmläò1{ý¨-xÆwk—Ù˜ŒýPf•‰»ºYuæ©•yô>Ÿ’õ¦©©šû Ô€Híά=GØ®Ñ>%ÕØÇ­Ô9>Ék»7{:°|¯uÌÙ¬U·¸Ú‰WÃþ¼ÏH†®|¸ÒŽ Ù€Ÿ *ÛÙ¥Ïé ™$‡i–k9ÊÖ}&¬?{ÿèj ¹å®ÖÙTêFódB-þ¡·EtÆeWÂJ“pSÊí{}á™Å.w H4ѹX-8d(S—hå››ÇpïcR™ùvsö¡Û:Izux3ÉŽWZØ„1pu=DEôÿÞl¼ ®®¨¢®pSÆì3³ÿö¹æw=¼ ºLëám´ªÏçÏÚô`Í—Ò7^ú;Ò|µµñÊMË;uhGfJD¥äçßÿ0:âlHé§:À“Œ¹wÁVË„=×ɇâÖ_(5 ¤Zøä®²,bàOê&Ç/;“{ܯÒ̧x« ÁºJó˜iû°iÌJ³\Šæ»®‰.Fv=næUižx޽±é*Å"°Ê¿H‡û„yÜ;D›¹wÚ\»ÜÖœ°Û­»Íá«î¶–äÑ"2;I-=áœ}, W w¤ÖæÑÆ~(³ê”[\‡þhDf¯wñ=‘ Œ\¢-2öQZ Ü]ŸQ?+{èóÊÎÏ:kFØužÐíî³Îñé®ÏS÷ص^"Í]Û†´¸B‡JRk—`Þg$(®´cC6à§IÚú¼Ü:aŹ2F{—š"}]£#º%C5….ç­ÑÙTöIïì5§“/dŠ¿ ¸‘ëkÞCŸ‡ÎoíãWwïýkìc{O*SoäìóuúèpÔúËd 8^tbÎÄÕÕ<  Ñÿ‹¿ð2¸º¢Šý´ ë»Ïiaû¹”{¯3 _mzïÕaÛR¸ön1|ú¬>+é`þOߜݹ <örY”K1Á…”@&¦“©¤Š*â–]ÿ²x¹™_E?Õ€nTìµ$Øâ¦|·)32m›yØJËD›Œür^œ–¸Ê>ÇÈ4-S#¼¸¸¥‡ƒï ‹iÒj“Ì"uívjhÔŸGƒˆ?àU¨ýÅÕ%&鹚¶˜áÑK­‹Í:?Úüzæ*’æqèvF|âò#AËîÙ\ÄrWc4´Ä”µG\l½Ó.õ€Ï½Î£Vv«ŠN@-,Dœ‰_ÝñòíŠðnц:E,ÓêØšn"¯­Ïë<*-È{µÞ¶N^iW®yÈ÷69*qåñðƒ) ]ê½V×ø˜uÓçuä΄íqšïÕÊÊw ^|"!¸¶SŸï7’K$®Ô£C6àÄZú¼â\é‘s‘;¢wîés˜®è–˜ ÕÊZ¯s´3yfl1 ^„9{©Z-öm䌕'‚î]™¥®3MOoÑú’»šVüKËíÜ¢fñ}L*ˤµÃ²uRö÷Ùá³…¦phèÄ>¢C]Mý(ˆþõ/ƒ«+ª8L-lwÌH)â·›]r]¸ê¬?q‹}jïçϸÔ÷f‹Ùõ•FFá®{®:T'“Ëó;û‡xù_/"æÿôûk9èªôÆÌ+gíÙÜ´º>îÆÝ˜'ò!ï·Š4'uÜ»}ãVÇ«°ÔÂ’¾Ã<êBuÇ È¶–›·Û$g-+µ|a¹i¬—¤£jYpÔº‹åf]±ßŠ`^ÜyðÖÍ–Û]o²ŠÞz–pº´ëá6ßóbbV9—™uuÞ_íþ–¤¶Îg„o«ßx¥¤ŸŠ8™ßÜCÇÿ[¨›,RÖêÖçÕÚžë^iîO6ÖÒç•6{ÎDÙUÞì9F úû¬®ñI^Ó½YÄ®W 7×ÔVqUõ7/7»ÏH®² >®Ô#þ]Ûú᜸ÃL[Ÿ‰¦~Ä-¦qׄ÷ôy¥ŽèVX ÙZe¦£)“èÕßÂ¾ÑØ$V´tüþ'%~•Ñ´3“Ëqk® 4qÖ]± Y|"l âXð†Mê›ùSúd»¥ÿüŮݼé¿,üõ?Yœ5Gî|ÖÞú— Yøçóÿøeá]u]˜^Í\e–à.`(ou¼{Y.K‰ËÜbš¸ÏGSÆ»pÓ™d÷ÒZe‡ÜnTÖ3s¶+<á•mdC`7ãÿm žƒ]Œ¶V¬uNÝà\’&h½u÷fŽGø:7ò½ö+ÙncžÄg5tÜÀ¼ÑÔÈ¢[§ö)Ùfm–ÀcÖw|d«J™‘¼éÑT»ó>%[OÇœ¾×Âm‡rÈ2i³E´i"ŸÝ¨Élk eåÿm‘tàz·Û…kì´DÆ´»>£NúUk?¼m[lâS¸Ù"ælb5‘WÇáK‹¹o«¥ì1K;â¥c|ì3ÖöhÖ¿b¿]ôá(.£3.d€2‘È×%~ûå¬þGrkÉŽAÇ•zØ2dîGÜ®¥Ï+íKMü)&I+œ(‚}ŽÜ`­#:·¡›B.}6µÕ:a£[U™¢ãµáw[Ës v[¦öíò½–‘Ö4ÍzaÉf³¬ãøà\ÏYu:Ÿ¬É$Ä­:—»¥I»vÈ·ŽIÔ†ût 8ظº÷® ¸º¢ŠÃ×ÂÞË…[Î¥»èÊéÑbøôÙįR›Í¼VtD k9.32BúŒþEË(g“‰ÇîsQýÔtâ]²Û>nÅIüÅAžŠ^ï˜ÔW»@ñ+ŸGðßÍ/>¹Ú¾à¸fÕ)¯¼Mæa‹4¿³]t2~·W¥‰OÁº£êvÖ^®@Nzf™….<¼Nóc7|I{Ïůè|¼vÑñðgÒùt®r@«:^›¼èaÝùÒS½{îC4FÅŽã--1O=ˆºí[¶Ï!~9žy4bµ]Îa¼Ín#»@P8‘rÈ·gŸ5(ßc®þè?mŠNú‘OzíwŒ^uL³ðX”½æNôvÞZóÜ㾺ǧw³~åœïŵàHÈRÓØmžäŒäƒÄ5´î[ºí”zíRû’“™§÷(ßsF»iV·é핳JÓÚ_šûšTñuÐa€'§(Žú/@…Ðz•½n%¨ ª8rZ@ Ÿ>Ÿò%ß—#îyßÿ÷W´<*ð ÿ6'8óÔó¶¶Ühî¼y›y°Î…ãÄuóœææïf‡ìƒWH÷S?5M`£Š#§ÄðéóI2Œ ¼Kÿ¶M¾PZ+kÁ¿{G%GøÇ­±-<î ãÃÈÙº]„úÛÇFUFZ çÏ'¼+qŽÀ¾Ç ¨ðˆla¸ôùøõr0 †CŸwïÜÞÿ‹Ä@ï@¶;äú¬þ3 Š„¢Fú ®·eDÐg}€®Ï5rè/ Ï‡´:ÓË'  ôôY¢Jÿ­3FcSÂX2˜K Ï«Ïr™tˆ‘0mvnµLçyˆ¿ýÝg§Î?Çë(#e¦:ìÞv:õ1vòñ0¶Î£CL4^°èxòã ö‰ið¡úÌO6ž6vүÌTTxú#lìØPw¨Væ9²~ ˆJ¬?ÆžúΛգWÒjb¬¯Ob•äÑ÷yȪ3V}þÚÍV|cg*_*© :øóû/h2Þ?šÍNÛ?cì¤ß<*$²Áo}¤ÿí%Ì9öö¢°êáîF?“D{¦ Ïú,“JúFRå>»gʼnË"ªyö ?Ÿûw]¢£¢°4VïU÷­ûôÕç§¾»Î죓ÅVw®Òî7aËdìõMñ¼GÖç¾2‚WL°—WG0ÅZù¼ÌƒïaÏ|¶ý|!:2"Ž(S®ýïyìµßÍ®†ÅD’+øÂB‡ÅŸ³;‚.•~ë<>¤Ü|ŸcKç¼;þ)õ{~ê¬û=²8ðþ·— ûØûHŸC9ýiú™$Ú3 €áaDèóT#×ðˆœˆ¸\†ä¾=Œ‚ÖGŸÃ£3¨b逥¦·Ž=%Ö_Ž5þYl̇Ò{“?ÃÆüès¯ÏªIØû‡2…o|äé³”½ÿÓ1öúwëO8ºyº;Úüà 5}g][f“Æî¼Á*¢ÆžYöÅëøSãϽúϹë=‰¢~6â `'l›Šaon ¡ÞûÍŒ˜±í] {͈À”övd¦ßÆ`3-‹D÷Ý^Úú,ag9®þa쫳vÅq‡zÓÜ›$ºfÚ MŸ¥q߈)î_aØt“\._(ÀHP¾ ßBm þLu1Nê¡Fa¾Ùns5 ÀÛÅÞ#‡ƒÀÞ3²¾âìwéÈ//a؇‡3yÒžuY »ßÇFO_måCˆ¼n±9Ô´ÃÜŽêÓw¸††\õI¡éìáÀû¬^E‹X?Ã^ýùÀy¿Àëÿ5}´Zj=zU¿åuìÅEãSSÓRSóÈ\I÷xS x'ý`ìèíÅzçc±çæC²ÞÑ6ãoWÿÀ@oçƒ?NºõàÑýLxf¶C©€Ÿ¾ÿ=lâ’@ZGš=çl´¦oY¥,13øç±©›½’Ô9iùž ×gºô¶ŽDÄÉòr½Lˆ ÷>³ôm {ÿ@¿££°æl³¹àºoÖì}ø*qàñ²B—ŒÇÆ|çJuË—Tºÿ8÷›£s£¼¾)Ž‹¯eøþ„ôùL¡ð¾Û‹ŸuT­Ï!l‰XsböôG›Bãb/_Ž(õ¦éøÐ~fÚÃ}1"ô¹[úòR¥HÛ$´ëÿ‡½fÉÒ®ØÍ7Åâ2ç¯Fa[ »¯’T]ûϳØGfy¼Ýÿ`ïLt¯>8úèó4“<µJ(î?ŒÁ¦l­îèd‘ÕLú|ÏÔzôYï«ë":â•]þa,6ykRu¯¨IŽÿÂ:£BÒù¹cÇÏ÷¦‰Õ´5zì<— Q«F£Ïÿ<‘#èÌjéó ·N·‘¬ô˜ûö¯‹•bÔŽÏoã°I˃èbÍ*vIJ‰ú¬k#<^QñÙÿS¿ô,KÐc?Ïd2û“¹üûë³®í¥­ÏÕ1F¯b^¯?ð.9°MÓÏL{øá`äêó[›¯DÅÄÅjHÈ¢ º™/åï7±gÿ×q¯³oA“r«_¦þÌ“ô¨»sj¯ŽMXÆ~x}Öîs|:™'B«xÉèãžý5!}}h÷ †}æ@öõ`äžšñô+kLÍBÊ•ŸÇúøt>ïôyÐ[GÂ-õÚ7ÿÿ&?ÿ†yAý6ïOlIB1?e×›¨MßÎÇ´ôY×F¬>0üú,åf[ÿ8ÞŸþë»Ð"®xгk€›¦Ÿ™öðÃÀcÔgd0}#ªtC*ú‘Y¿{>?Om ¿ø1Ä"nÒŽ©jA£é* þ‘³þUlÊön¯ºo`O϶ŠÉÌHï$#—Ä÷¨>(tõ}œFjKvv²ð,’šo½è=:̉SëØÆØê>ãíh¤+^>Ñéó§öDAQNr‚…½³7•×{`Œ >gó;sæj}öS÷p°[‡Ÿ}|†½ùçißèäÔDÿcŸŽÂ>±! DÜÄmS°qó;‡Ž®Ñgu—tmÄA„Ì ùs<6æ{W²°[¾¸ÒCýðö¯>ê T°} öòÚ(¾–î£ÑçÁý¶—„—©Öç…!¬ŽéÁ*¶ÙöÓÛOcØä%î$þ°lš~fÚ }1òõY\©~NõµõÌÁë3ª;o öÒŠ`ºHÔŸß ‘>‹«®ýü,öòÊÎÓ¥ÏÜÔ}ï`ãÿ eõ¯¦‘×ÖGv¬–¹ý„~ÞÏ >3ÃW¿ŒM^㓟ØA¤Ã_@ô>vëЯÏM7ÍãiJÒ~‹ë³¨üâܧ±)Ûb9½ôYçF̘ÍS0ìí-¡U¢{Û‘FØù†½²:Œ&V÷9ÿÌ lÔ—Ž$a/}îw{uèó‚`V·O¬Î5ûÃfž-â Ǧég¦ Åp —ú,Ñ£·¿ƒa/~·SýR©ÀkçKùÓgT7jëÛ6þë-g=‚ƒ½]Κ]Îç …>¿±æ¼`PP'¡I•êXIû¦cظ/ÖŸöð¾n³ìµ¾ôYTåý¿qظ9{/ù^?o-¿{8¬Dã‘ÖýçÀ…€àëö›¿xû­M>_<4úL÷ûãì­=)ÕÚ™Œà?Çcþ ¢ VŸ»uøéßG»ÌÒ‡›˜b:ëi\Ÿ%"JÀò—Ѱ.8éîéè|¤»¸>ë܈ƒ‰ZD‹Ü3S}CxÞfÓ W¼®^0Ûö“ú>ï[‚ª:nIs³„açíqð pÝ…6d‡>÷¿½„DÇY6eå…D2§äúiK×À¨ØøÈë§¼‚ùîr…`x6î™6ÃÀãÒg±HØ7Bòeõ[¬ÍòyÝóyyæÓÕ¦@ïø‘tô_~Zó׎^þâïXv¬hµ m‹¯î«nàÑ?þïÕÑšNýcê×»c™½Ê ¼Ï=ÓlwŠf-¿‚`ÞùWœ°Qÿx}úOã9½zÅ+pYûé$M‘‰¯¤õìsYÈñx¼cßøjµM‹„ºêêé`ö3zÑÉÇÚÏê|÷ÓÖ®¾1±Ñþü 6ú+ë|î#Y¯§œÁïSð¤é³H(€þT…nýò üÁjìÙÉŸ-:Bâð0b}€¢ÏBôÐg!úœ“•úË£Ñç» A‚ $H A‚ ’>§G£ÏÍÍM ¿€>è3è>75€þòhô¹©©ôÐg}Ðg€CU'#eZ¤øGp`3&Ðnl¬çtF¹/Œ ð8õ¹±AO©­­)!Æ%FEÅFDņb‘ѡ1ñ‘é™É%%… &­¡^¥)\¯¡è ?÷PÄ÷&1¿•ó2 =ØF °Ñ‡€×ÿ‘D*³˜ (ƒm\ƒN§ÓpвT*a†à|Tt1Äq|IÜך±Jx¦Uq¹Y~^BÛõíŠl+À°ÉÈL³;gmmk9@ìl2³ÒaÜàÑèsccƒžRTRÀb3îܹs·{º}ûVk[k}ƒŠÆ¨ÊL÷p¯6JN×±5ˆ­šë+õ7Þ!§¡¡¾„X˜”ןkï„°NíÉ|{˵O¢ã"â“¢ã£bEÅù¨°…æãëý×ò%=X¶béŠUË6mÙ°ï€ñÑc‡?ràо°ð˜ C]’B©DÞ¤«@}½ŠJ­b0r¹Ì0B–HÅ|¯'|5<ÁåU‹Å¢'dTUUÖÖ*Tª:´L¡P`¿v^»‡9?WÇ5¾¡òo«ó¹¡òk–­çÌmä/i”8„_xE.¡Â( rç›7oÜpºuë2hCú:L `€€>÷OTlX{{{KkKS3ú¹^U_§TÕ*”rE­\Y§hnn¼Õœy«Î¾Y¸\QùR³ü‚¼br‹ôh‹*¦V§;И”Ö¶Vtˆ¾uëæíÛ·¸?Cj³á‰ÄqÛÖÖ64¼M¨X~aŽ4’e___ssó#GŽïرcóæÍ6lغu«›Ûåææ¦ÖÖR¿Óg,šša><0"±©buuµD"é³’J´ª¦F† #d$Ëøüé‡m¨[mJ&ƒJ£’qÊËËd2´éñƒC=ZF9TJ¢ŠRN§QjäRØM€Â`ãG‰ú›1•‰XQÔÌT¿™AöÏ.M©Ì\Òª¸ ¬úG“h=wAa% `ÀXÛZ¢ u®€ÍV Ä<‘„/– %2‘T.–ÕHä ©™©¼FŠ £*92^j¾ßDô/Ì ôùá BQ q®oPÕÕ+‘;×*kjjeèÀ‚Ž0 YŠJxì¶la#{z³ì,*Ù,¿TGŸyCq¦YU³«„XXÍeµ´6£å¦æF´€d×g[>3YŒúõo$jëM ,6=7?[ô9::ÚÞÞÞÂÂâØ±cûöíÛ¹s'rç]»vµµµÞºuqãFÛewWdÓ0‡£R)ê)Jï_°ÔÕ)i4ªú;Œ*%‹Å4Œy<.ä®_C¡ãO}½úÆ+ V©¬­­U µlo˜ô*¿Z&‰E:J$–H¥b©TÒõ/ʡӨb_*ñyžù„P,öïí×C’‘>‡8Ž>÷\YÖY>+MU'• ËSþÍ,ÚÐ$Þ¡b}®¨>íc1Ààõ™'àdf§h?%Ø›¬œ4ték°úÜ * ~[j„þEË01€‘¢ÏèŠW? õ¿{·]U_W§R*ëåÕ(jår…ZŸe2n¿²j²¢ò…:ÆçíwšP¼íwZä•3EÅ/HHÓT²tý |HHHŽIøR¹uëTµ MõÈ µõ™SÍF™h*€Š‰$‚°È`}‰ésrr²‹‹ nÐÇß¿?rgäÑH«oܸq[“nÞ¼yÍëªÆžëƒF¥ªê”h >ŸÇí±–Ía¡ƒ þW쫪(†r5‡ÝÚÒ\¯ªc1&“ÎdÐ ƒŽ ¢HÑZô£¡nqje¹L"ðØ…ù>OY«PÕÕjƒrÐLP¯å±¥bAe v` :ãi~!ôÓ_÷D¦•¤ž°³´×Jxʼn×f´ÖØ(©“šd—ÂÎO‚ \Ÿ;o= ðûÎr…]’¡kÝZe ºè­­Sh¨Q(k:ôÙàÆAHó«ˆû¼¹6–ÿ/´ ¸/ ÏýãäÝ~·]ãÎ t$Q(å訂Ž-HŸkd$YÅäi}|?¤½¾Eq]XüÁ>»â£Ð¸¨4¿„XPJ*$–“*J´õ95=¹¬¢´”TT\ZPXœ+“KBÂõHŸSRR._¾ìèèheeebbrèÐ!ccãÄÆÆÞ¼©Öç;wÔú|ýÈá¨ÿû8öË/…¹¹pÌy*ÉH—šÕË Ù“öŒÅb"w®C%jd£Ïl6 r]§-¢èpP”ÊÚ\Ÿé´*CÝâUä2\ŸKKŠr²³tÖvès9và¾ÈôÏçï/d*ŒN|6Xl&žßP_—¼Ð÷,†qz©µö²’òl›òªŸÕ(<­Ee`ƒÔgˆ{ÿ»Ï¹iè2ØPõ™õ¹ŒiÚX$g[‘¢¾€‰Œ}n@§'ýÄÇïZ{{{mB¡TßwÖ¸³L^#•Öˆke™uô9ªê5wÛo÷x¯ØÝ[b}±”²Tbâ#Ññ6¯ ›'àˆ¥Y¤VY£­Ï••b‰€ÇçÐUé™)"±0(Ô__¢Cúœ––æîî~þüy33³£GîÛ·ïðáÃñññ]ú\K&§Øó‰tǪ́g>áSâÁ Ñh2™D©T455J$b&“ÙµŠN§©TuõõªÚÚËçó #d&“ÞÒÒŒBVßqVC×@£3Ô¯ž®­U µUUCÝâ•d’T"äóØ6ƒÅ¤é­Ee$bAEY)ì&À}ùs«¥shqVUÍ—«Î¯QôBb.¾JU'÷šU‘öÇ •ÿ •_-e4ú-S2»úiR£úÜyëYó}g™B)G½JUm]½RU_§j¨Sÿ[¯¬S)q}6°Añ3‹B¦´Ô%*8ÛÚ곊C&£˜@ÿ€>÷—ϵ>k¾ïŒ£¹õŒôYR+/l‘RR§ÕóvkÝwn½{[^ËøKVñyc]ù>»¢bÃÑá7+'](æK¤B™\R£iës^~•VYQI*%Å&DñÜ€`_=Ò猌 OOÏ‹/ÚÙÙ>}:66699ÙÁÁ!!!×ç›MÑÌ_ùaÑLÉÊéñß|Çœ@$²ÙL¥²™rcc•Z%—KQ>RiäËMM 55rdšUU•¨Œa„L§S‘ #MFq¡ êêp”] µ••dCÝâä ¢D¬Öç  ÊI%°›ý™˜³`Ç9Çhzb¹ô߬¾Xé¼ú¸ÿ翊O+Ä (Âh·EkZäʪñè_NÉêÈKoÖÖð`ôÖgt…&– ñǶÓÃ}ý®;?‡@ لІF¢¾A…<Ú õ¹2u‘ |g³Â_ÅßÛªŠVî«L] s}~®x¹#}ÆŸÙVƒ¿~x[Îl’Û6°>Sq·ß½]s÷NÍÝÛ’ö[Õí7+kª~Qq·¢«þ'ýr%:rÓ2’ èñ[ü§‡|^⨭Ï磬ñzc‡ßgA).!á.Ë/Ð[ô9++ëÚµk—.]BÊlii‰<:;;»¼¼åãúœ·qcéì×ê÷~™òZøèÑTO8æ<T*Érmm þZfdÐH¥i4ªú¢W©@šÉçsÕ_¥7œx«:ï>ÓÕ_|Vý™Ád1XêëUhmEEyU¥ãïXq«Õ\ŽH$4}.Gú,èiÊ|.¯7†>0ô—:Jåì….ÇQOÊÔúŒø|¹ÓŠ£~_üq(9«/V#eF\œÌ¯ø»MyE\µ3Ôi’LLÑ [ŸE¾D&bPʽ¿™“°n­HÀmlB«U¼jVÜòe>ß'ªf76Õ#‰60}–ñ3‘;‡Ln©‹o’Ú7ËlZk¯Üh** žŒòá4ðøõ¹^¥§¸_qíÐg…¬ë4~Z^#­—‡ÔRçÔó÷¶·•6Iíj(?6KmÛ[S´…5ÌúõPNFáÄäx$Îþ콉û=QkëóžèÿK–³(ÿj«×§W¯»sy/}‰ésNNÎõë×ÝÜÜœœœ¬¬¬LMM‘J¥¤¤´µµ2½¼&?_ä“ê¾–8v¬/†uùá‡‚Ì ˜!GýZ0J¥\&­Sª¿øÌ ÓNJ%âzU¢F.‹h´*UÒ`â¥T’[š›ê” /Š …‰çw~ïF…Ö–‘cŠÐ‚6lÓ¯ •HDH—YÚðxÕ=‚ía„ 9îa#l"¨û¯‘HúŒøl¹ãŠ#¾³ÉÌ#â%¥‚²0ç—h9 CÇ 890t€Ó¡ÏRõ“Û׿ùºÌíòŠ E\4›Ëàð˜h¡¥¸¨ÄÁÞ盹MÍèr®CŸõ=p•R@õ#>+yƒG\Û¤o’»"w¾©òB´©"o4‹«Ž•„¿GŒú•Dåaª½/JAŸûÁÕíB×ÃÛøŸ{Vÿ«¾­^®­å4ˆÏ ^äç=/+{¯õ/Ié[ÕYã89¯Ô×VÂì lnnŠ‹þ;ès‹ŠyKÖ¨¼í ãúl[°ýè%Y}´tÚ–«Ÿ¸¸:‹Ä‚ë¾WõKŸ}||<<<Ο?o«IÈÝÝÝ“’’¤D¢ÿ?þ!Ù:7g ÷ËÉõ&ŸjÃ]ö.á‹/`† ™TB­¢ YFËHѲæ&¯‘ËY+k†,¹¢\£ÏµLŤ³X $†M ÍM´€ÖKKø<.þ>1t˜E#ƒ2Qy¿œXÜ[Ÿ¹Õ ^ ^U§R)ñ—ª^øÀ_çÔÖ~øÃ¶ Qd«°ª½ôyÁ^¯5G¯Mÿq»P$ÁË#kv˜À¦`è€'AŸÅRaŠ¿wÜÊåm……Ë—“~úÑÅÙÎÕÙ®|þoM»v5çdÇ,^”Œ ÚôYZ\ü9qŽ bcÐAÉ;©àlWñ÷vé3ZhŸiªñik(¨å_¦¦ÿV<Õ‚ÙN­­UÐhT™LŠüª¦FN¥VI$b‹´¬ŒÔÜܤùÖ³7þ¯›;k@kKJŠH$"NE£A£U¡¡@™èGŸTZ¤þê3—¥ ›ÍB¢Á_¤†¿EÍ Ã†œ„Œ¢OÛë]aAMÔ<¼ýáBÛÿlsßhøß V 6š—U2´Ë×Ö`Ѓ§KŸ}ý®qYôBxÙOÿšý/€+ð‚þ5‹òçâÚÄx•èÓÜÒ„ë³þÆ[W+È÷›È-þK%v¬©>Ê'Í–Ï–Ñ*«·5ˆN6Ëlhýˆ2eôUÍʄֆB!y_¾ßT& pïúÜ/NÎ!}ÆeYU¯T5ÔÕ7¨êÕ/R¨WÓT¯þ>ú·×¤"5©ˆíw”vç¬Ñå=L-D`ˆ/ºàçó«ÙFzIÔF¯7ǼfËýêªd9ÒgkΛb^]íÃÀXÏÔôäJJyJyÅË]¿ô900ÐËËËÕÕ5$$$**ÊÌÌÌÒÒ2))IU¯¢\»zmÔ¨ÒÑ£…‹ßÊøôE ë"xölVR"̀˭F¾L&—K¥ô/Z ð¤F"•"쟢¢‚j.mŠ…BŽû#•J1€ð‰%…½õ™Éb k•øëÔÔ_xÇ1¼ðá ¤œ:kþ^‡À¼\šb®‘˲þŽ]ûøç¿½C“ºÊÈØ¬¸õë=ßyÇqôhô/ZF90t€aë³D&r:NQ+ç Ø.N¶<^ucS’e±HàvÑ­•ÈÄÎZZ›õ]Ÿ’êä¢7ˆ„w¹%¿+¸¦JþéÖV9c9Rf-Ô Ìš¡Íµ1ÂÊm$ÂûEÁ“Q-˜-ÀcÐgUNdXp[k‹öÂ眓mûÝvUƒú­ƒÈ—Ñ!¥©¹,Í-Íè`ÒAK³&Gý«9+[KtA7òC{øz##NKO>}ÆlÛŽ-›wýufÚr¿Ž“¦'NG K-¦¯Ù°ÂhÃZ‹3f99™h`=®^Ö—èp}ööövss»té’µµµ……ú7!!^Q[ƒfEüúõO?MysBÍÁ™¯#º»ëÝF û¬²VQA"¦&$¤ÆÇ#2SRXLfEy9¥²²(?ÏDkËJе6zMU¥´¤¤´¤¸¤§¨¸¨¨¨°§° rÊH$:Msû•JUÔÔ475¡11€ðK‹ DtÇÒ†A§¡Ñ&F!k i0Àð `Ÿ™°9¼ÿ¬:á¾Å,à‹ß÷ï:u‰/u­¥EG¹¾òJâO?‘ÖUeÿøcøÌ™'NDù0t€Aî³Úú,WÈø"î¥ ö]Œ¡+[‰Xäæâ(WHÅ!ÒçÖ¶–}Ö÷¯«åS}‰QŸç¼ÀÈžS'8W'8#£-Bh¹7ÊýÙùó Æ Ÿ¡’¨ãøú{)òԌĤԸû’ž•ÜÔÔèæyI¿ô9$$Ä×××ÓÓóÂ… ¶¶¶gΜAÿ^¹r%77W,«jä3f¤M*Zô¹ôÀ,·>лøØ÷Y…\–‘”X•U^\\QRRQZš—‘‘•’B!“‹ rÓÓQÊGk ³³Óå2©aì>ª:eˆ¥¥"¡ÃfqØìj›ÇåʤRemmÈÉ{IQ~o}¦Q«P€H“5§…²ÇÃ×÷}v$#“ËWï¶ýöÏCé9Änù,¦Ëĉ%‹1×®¥|ÿ}ÙŒ%ï¾[4{vêܹȠÑZ:ÀðöÙ.}öñ½Î¦UÖäegœ<îÿŸ£X$ôÿ÷¼wW%B#ýðK\CÐçN¤Ütrò‚|ÿÔ ¤´"òwrÖ–zéÕ|¿çÉÉ ÑZ˜™ÀÑg½ÃÊF}lÁݹ¥¥SœoÞ¸yëæ­Û·nß¾}çúýÿÖ­[7oÞ¼ ›Ÿ6}Æñö½*•IBÂØ†¬F¢¬S ‘DG`4h´€~D™h*€ŠÕÕ)]Ý/ê>\½zÕÅÅÅÁÁÁÆÆÆ%'Ç„„ƒ¡ª¯cäåØŒWö÷”¥s®Ì™³b°0iÔ‚ìlJYYZbbJ\‚\ZŠ–I¥%©ññôÊÊÌ””™–P”›[˜“SE6X¢P*›‘?â÷^Õ_ÿ¥«¿ÌÔ ª«CþX^Vf‘æõÖç* ¥óî3ŠÝÆûSê/XuÏŒ[¿>fæLÖª•ôO>áüóÆo'LÈÃ0dÐá3g¢µ0n€áÑ¥ÏÉ~Þ9ß~ÓzåJƒ¿_öi³Kç\Ï\ñh­¢´¹¹eÍ™Úv£ÍÀô43ç÷8·ø¥Àš™û#rg˜ÀˆÒg½{¨ìŒ•9®ÏZ÷Û&#YÖ¸óvMB2ˆl95*lbvôÇËÛS$x^s«¢’±q„óâ⣻ÿ…ÿˆŠÉkd.®çõNŸƒ‚‚¼¼¼ÜÝÝ‘A;vlã¦].–KÄŠH(â;ÿŒ³vm›§§²œ¤ª¯Sÿ¥*¯Íݵ|yÀŸ£‹^ÃÓgü7YÉ…A“”;nÉÿÕ ƒ&¢”ÖÂ̯>w=|ØÖÒ‚Ð^ᘟ6¹{·½×“Ûêg¶oâ÷ 5 ünò‰SGZ!?É\õrçñ«Ï9Ùâ‚|þ¢#’§óçÐá‡SͲw°Á×¢bȵ/¸8éKt]úpþüy£õF'OHHŒ«¢U²«Y\ÁdÓ­m΢k{=݈}ŸÍÍH'¤%%Š|>·:51TT˜™’¬¨‘礧•äg$'±YL‰HˆVѪädCÝ¡ÊËËšškkt:Á 1˜t&“¿‘ÐÚ’’bˆ´0?GÀ¯æV3¹œ{<9áëû>«8Mž?Ÿ‡Í* ûXT¹¹^rILÙ†–QÊGkQTæ'ЛG¬ÏzÒç;wî }îñõç–ÖäÑ­m­´´¶ªA!9~¨ôYƒçÕËHMÍOₜ”œ€ÆGóçx:ÞËçWÛÚ[ákQ1$›ÎôKŸÃÃÑ>9rÄÌÜ$!9¶°$¿œLª¬ª PÉ8•¤c'ŽôùUV` P** ²³Šór‘g¥¥ççågeV‘+jä2j%9/+³¤ ?;-­-ÊÍ)ÌÉ® –êPHDÜ{ÿA+´¶¸¸ÐÎJ%E z2hm 8ü£G=rdàùÀП­Þy'Þ<Ò¤I CâÌÆ°* +Á°œÎ»Ï0D€!•J´ï>+jÕž5-À××ÏÛéü9t1è›zKýåÄ[7oÞèúî3ªhî,•ˆ¹Õœ*JeIqqN‚%‘0­¹6õZF9Ô* Z+ƒF†>«ŸKÑüb­ka$ƒ®Ï=®¸—•“ÚÛÛï,1˜t;™ž[†îîy‰Ç¯Þ»7.Èá‘¡‰IñÚwŸíÎY…øãkQ16‡éèl*êE€‹—,ÌÍͽxñ‚ƒ“]BRLfvj~aNaI^Qi~±š ùŹïÞ¡¿úüØ÷Y‘€Ÿ–˜€ô¹¬¸ˆXX€Ü™2[vO¹Lš‘”„ º´ ­-ÉÏC«èÔ*´Ê ÷)"±¤ëï>뢰0_¯cDç$‰XD­ª,.ÈËÏÍÊËÍì€ÃGšŒNš=L¹ÏL½Øgõ‘¸õF‘3ggÏ.Ä0¢æ¾s1rg +ìøî³ ``çYdŽvç¬ni¾u8ÀtûömtÙ†*ê»>+jäb‘Åd”—‘òrs’“rý^ᕬBÿ¦$'æçåV”—©Ÿj‹@Ÿ‘ ÏzôPµ*0ÐßÖÎúÐÑûï;€Øƒ,ϱo×ÄÞ¿w#vîÚƒØN[šûúx“+ÊÑÈ>áS ®^swu»¸a“.ȥ̬ìô̬´.²²3P&¾CzÑÅUùÑ!Aûéçƒý⣒ÓâÓ³’3²S3siYÝAùë7®ƒ‡ÊƧ˜tZVjJr¼úý`9™tU(àãg4´!ŠóóD£µéII$b)·šƒÎŒ†y#¾ª²¤¤¸¤¤¨¸§°¨QPXˆ“_P_QQ®ïa¢-.—I¥1ºtѦ’\aÀáã²¼w¯1š½ˆ}{÷>˜;ÃÃÛx'ŽÉ¸8qbÚܹE³gçLš”õÌ3Ù“&Ìž¢yó6Z CØyYpxD2è®;÷¹3ª¢ïúÜu–ðy :™2:•䦺åz¿€þ-.*BçdÖ"¡]`ÀÅ<o´s•—‘:ÿîê@)#¥p÷Ys÷9;+3+3cÓ– -_r_P1TUÑ—»Ï^^W—­Xº|å_+V-[µfE?øø\‡ùððG*´[!¥B{eïÓÒ ´ @ †ý‹b]ÿö40ìðqƒ~Q“؆E@¦>sfú¼yùóç§Í›‡ÿÝg”ƒäÃÛH„IÄÒAªÆ%.ºP_9 KäÉ|·šSͪ@ÿCË( ]iÀ}gà±ë3þëtDdXpkK‹öÂíAÀÈ ˆÞí³ ¿>|?>töÙGˆFY·Îãí·GFÿ¢e”ÃÀym±>£Ã~dèZ`$û,ÞÃÛ•Á> °Ïû,NŸå2œŽçR´ÉÀ> °Ïû,8FŸkä2€‡@\Ep'TŠ`(€ÇÅ#Ögü¹íF2°Ïì³À>;RXÍ~{å7ûìj9Œðè3þ\Šö‚ © Ú»pщAexÐË}0Hdz^Rz!SÖc€}¶ï ÃJsسítœ¯Øg 9¿ðê–Ïþñâ/d1Œ`°ú,“ê1œã`/, ãöXr¤ÕÄX_ßÄ*iW?yï´±“~u§ˆ¥ú=†º¸o€½ÇD"êÝy½ ùH…‘¾áIå"©¡G*e—Dz‡eðš íe˜OÎÁ|PˆJ¬?ÆžúΛ–¹Ñk_Â&­Šâ?ÞëÀûÿ^b´¼®Fx Œh}–R=gcØ”å^B-™Í3ùó“Çðô™—¸u2öúæÁ½Î?·ðóov…3‡õÂçî©ã’cØÇö~ö“G‚œWèw|Ùœw'<¥Œçßœµðà•žtõîüc gä_5­0%1" ØÏ;ÈÏ7<2:«˜&–Â<ØþË)OJ-•´¶©j {peΖÜlU*´—áT>$=fÈŠIöòjK2ræƒjD[Ÿy [^ï¬øhN¬ÙÿÇu=èbNê¹ ß¼ó~µ6áí-µÌ⎄›MnŠ>ìñ ôAŸåhª?Rª‡Fëžúø@[Ò‘Ù©ÏìkóæÓ(suå!§ótÉd¡ióÔõ®¡‘ÄdÒ$¸#fLd¬ØƒŸÁ°×¿ÛpÒÉÝÓÃÉdóS0lÔôátÉÃuþqmâ…ˆQã䘘UBgs\&˜[&nl¬­x°å5 ­7o6+k {¤ìâNe®Ñ^~’÷¦!CXjóå˜QãŸÅÆÌq$JFìÁ|Ptê3Kså`:mÌt³|‘¾œÑàdè@Jó^0Ã&ÿ²×ÞÓ×÷Ê%˽FÛÜI"8^À£Côù•¹_ŒÇ^\p¹\Ô—>‹«¢Ì–|þ’ì¹·æ®wLåHû:õ°üÿ3›iY,–±ÂÇ^ZÃíøNø’ ØÔ])<ÍÙ¶"ôØï3^¥ií»W‹…ýësŸå»ïãÄ‹¼7^ssô+Ÿ-³Içtþ@L9½lÖ”gÔ«ž{{¾S±HÓç®ôÎþ ¡¨ðôGØØÿÜ'XI¥ÿ–¹ÿ|uÜ(MűSfotÍ vœ?²(î}øí§e 5|ßfN§Y3fÚÍPë1-î̲/^£)üÜ«ÿœ»Þ“$V—× PÊÉv\ó%^f쫳vÇó:·c·1øçö*9°©NÜ1ÃÞÜJ“Þzä¶w1ì5#KÖßìêQïÎ÷ÎâÎ|D¬Ü ¿à<^KûÝ;7[ëëêë뛚[Ûšjk¤FQr|(²*ïðèl"³ã´(aä†yGf1:¶ˆ¨2Åß;¶¤Z½-¤|ZvLL¨_ú¦wXd\^9ûÞÉTÊ£&Æ{kŒÉ'ãUô¼¸Ø0¼ŠOLC:òG Ÿ0¥Õ¥ï¤JñÈ y¨A·>ëGÔ#^ÒÎ7F½cá»ìEìmãt~×Ô×a¹ÏÌ8˜ë:?ösÞéóª èêÎyo?§^;ñŸ³f<ß©Ï2fÈÒOþ aÊ{tUýY_ðêóøgŸöÇaëÃ}5UÝÀ¨‰3[¥ut‰¸í»i¯?î„þ½Ã5›+íüP§æ^g«ÂãºF<¼X£WÐU°/½µýÍŠÌóÓ5i»íYƒ¹DªãU·ËWÝûlŸ}Ó9t´ï÷y @Ÿ¥>j›³wúScf™dò{ê37íàG£°I?ìuö ¸j³ñÓ±ØsóKÄý Ž„îýó³Ø[Æi|ͧp6¿Ž½².NmÓœÄ=ïc£§¯±ö‹&xŸ^ŒjÚ‘,¾n}ÖQ¾[nÎõË×C¢c"},ÿzÃÞ?ˆŸî¹é‡gŒÂ&|»ÃÖ+0ÐÇõœg.ïó‹‹\ÒÓ2ÒÓ (|Y·Ó¥î`5Ű».ûž?ôÓ$ ûðH¶`pã<Ý4Ÿ/‹pD²OÑÝ2¾júÎKAá×|ÓèR‚‚9 {áëí¶×ƒC‚ÜöÏÓeŽ÷æžœ†=ýÑ–óa IqAîn‘]Û±÷˜ ès{•Ðhp"þšˆùöRe÷ÍRŠÇ¿ŸÁÆÍ÷g RŸ»u¾wÎÐv~ä#¦f{'2[Ûï´ÖÉ»¯sòÃüR‹¨|YêçŸFté3¡Hq³Eskés€w­ñfC .AÑEl¡P"`Uf¡üÓ+Žäž[É‘Jôœ° ?B™PVÓQ¥-’ÈÄ|‘²íVó#¼ñý`#ÐO˜šU¡¢mH$GdÈC6ºôYO¢¹H '>3Û‘$fx›¸4˜Ÿú<,÷}¬~€ƒ¹®óc?ç>Ñ>—1"7LÁ°W9xÁ?ÈçÒ‰eÓGwé³ö]i­£tÇgív ó¶ZõžúyÞn{¯À€kæ Q[ïíO×îÒ%¿À@/§Cóß°çÿs¾T ÏƒÕg©äAT©µî»2¿Èæ»ç°÷vF1d‚\µ>ÿèË–JdtïÿÃ^5ŠäàåÅånÿ‹Mޚ̕ȹ jÁÙÏÇW1ý4‚S$Fµ(ž?>ƒ}p4[ˆòy)»ßÄ&­ˆ¨FùÔkÈ«?2ËáU þ½‡Ž ‚ìcï#eEeäZË:Ëë ‡â9÷)ì_.U’Žž¿¶žÀÑ.УÏaADZ¨ÿ`µŠ¡UÒ2§aØÇgÕÁbœ»¥ifùüèÙr÷Uò~„îûÛ8lÒò ¦D“ω\>ésº°{#¼X£W± ‹¼)ÒÉ}>·WÉ )±ú?¬szh#È5›†.CNú›]ݺ׻ó½r†¶ó#·(ÎÏ;¦¼îÎ •¢ÇZaEj wDžøÖÝ;7šTªZ)=Ù/(¢X¦”ËÅô}nVÔ¨K’Süq}–Ë%\oÞjª¯Sª”j¢oPd©º– Yv,ú¬»·Z”urzV°wl…¢¡¦ú^em²N¥ôè'ÌÎUj}‘!Ý °:•¹¶F{YO¢¹ˆHçŽÿ»¢…Åv³FçR)V¯êó°Ü÷±úæ:ÎýwúmDVåñÃìmq¼Ž.kÞ¾Îê9Ç´ÚïþYŒë?Å>8ž£9ý‰Ë.~‰_ô:ïK¿ƒMÝ™ÊÄ©ypƒð¸®=€_ê±þ“ç0ìé)s–vK$ãןœç:‹ dÏð¥Ú¯tîæÝ÷Ù>ú6ð½x`û~ßÇ@À€Ð}FûKùµ…/b¯¯®ÈîÒgAÊ®7±gÿçÏè¬"$Ù}‚aŸ9’Dý Ž„rí§g±ÏH„é{߯^ZM`ÉÕ­ý=µW–†WëÐgå»EÁ#^ß7ÿÿ&?ÿ†yAýžM8½z~Uì/Ø{wuÔš—°©§5Îom¹›§!!ƒÂ÷qüÑn¹×ñG×€ÐSw¿‰=ó‹½ããt賜—cóãD {~úo;ìÊù’ê³Î ñ@*.¶üC³#§—>ç™Mǰi&…CªÏCÛy½ÐçXäMdÕͦž‡)3‹àç›%ºy§¥VíÈR1¿”äËihTJî¯ÏjyÔÔ”FùÅU75*XY‘šGµ Ï•¶5ð»Wчê S{•Œ9CºAè[Ÿõ%ê‹(ÏdÆÓ¯¬ÕœåRõÊÏãF}|¦@sÍÜça¹ÏÌ8˜ë8?öwÞéW?É;§bÏþÈ”?¨> ’¶NÁ^1ŠåhJ²ÂÇÞ?”-è}ÞQÓØ*Dƒ85j×õ /'S)ÁýÔ†¿3õÎçBÞ fÅç¹ÎbÙs|©6”Ç«~ôYkŸí«oß‹¶ï÷y @Ÿ©Ï2´§?’*w>“Dê%´Àµ“±I˜ìx_­Ïè„ÈWïŒÏþ/€ÑYŸºŸ:D2^ÒŽ)ØË뢹øªNÁ©ÓýÿxûàX63Ùóä-‰\u~òÎ7°§çXÇfgev’•_Αv*3ÕÕZþöÞN¶­®ó-D${.Á‹2ú†+ƒŽŠLãÄq| Œ ŽâAQ@}C;"Jær‘{«{w÷®ØÕ]s¬®œsÎ9îÊ¡û­½+t…½«wu8çô9ÿú|?uꬽöZëÿ_ÿ~½wíbÌßgBèè?Ìá¼â¿ [ÚÜÙ˜ûø>­mN€ZåûZNá[}/µ\ú{)Ýa{±}ÙÈCÞ¥÷¼„óÈŸ®&òó£ŸT„F)yè³Cüï{„óœ_Ç2»ò98ZHÔ£à?ö¾_~åÓ9œG~ó›úÐ>_ol$'+\¼·=Ÿó]¿ôMò&¾ôõ‡Óçþú¬“\¶˜£«¿ÒÑÆ¤\sãï}BæmœËßò–Èû®EI„DÖ‰Q)H7!…(u—j…˜ãXÀŸ$|&Ïê“Ïñ>ùœhŸ¥#µå-×2n$Ħ¶É|.׃(7NËÁÁSnƒâŒfæûQÚóÞ3ùÚÂà\2÷_‰¾5VߣøèvµœW}x;È4-Ó&N>™3­ãÖÑIµö*ù_g»kMHùYJ>;ǬkƒuQ%<ün©‡Êéž×Cœø«ýÀèºÓÙBQž`iŽMâ„»µnÍWÿëCœ§¿á‹Z/ë¨`çLÙX\Ö[µkž¯÷Šçc–¦mŒbvcŸiæîn‘|Fû(—ä½ßÏáî¢äsÌö$R4/ýƒO;Äðø/? ­7¤É?ýZÎÓ~ò_õ‘Qù»%ï~1ç•ïû—÷<ò?øÑ½P[Q÷}½èwøÎAÝÔ‘Ìoã{?3æïÃ9õ‹ßÉyÍ?ÊÔsoyfÛœ˜å‰_zyó¶»?`û/_Åyè¿ =tì±÷„|frHÔø•7>óÈûV|Êçþãÿ…f§×~Vï“ñõÆ/©@’ß ‡óê,ÚÏÿu®|èÿâpþB™8&ºú+müHÊu7þÞ'hß™Ã1±.œL›ak–+QÄŠmÝõW§qáIºY'Åã_u/”ÏQ¿i Ã…2tV>¬Û˜åΟDKùT{"j“Š{着º¬˜Ìì?¼7M¾&'0ÈçÛcõ=‰{þ÷æ<òîÇ—××Ö;,|áW¿›óÒ÷,{¦eÚÄÉ's¦õqܺ3:©öÿ‘“Z%þÝéôæäsÄô­7?›óÒ?\õM²4ÓµŸÑ wk?Ü6¢†/þ‡óò?]÷³ŽŠ+ÊgV#—ýVíFæ«qc–¦mì˱ÁÌ €|f'Ÿ£‘Ë1?þSH>?¦ õRÒ?þ~òIyÿ÷”‹Lq¯“¢æÅoþÈ—çxO}þ½?ñlÎ3yÈøñG9œü⇾À››ûÚ^ƒÂ÷Sòp§pßî_¼ŠlåÓâ1e ¯p”øÝo|ïg¾5ÇL}õ³ÿëëò@$Öþ+š›ù/¯›BýŸ™ò÷™ÚýÈr8¯|×§§ÐXçÿãO<½cNıô>tî÷üüû{rއûK_œÓ„"Öé_}ç9?óá¯ÎðžúÒç¿} ʨa;s±Ù"q”\.ß·˜ÈÏ/÷—fq>ÞE¸a Ž-yèÐF,s¿õ0ªàmÿ„H<ûõ¿ýõGÚ*,$¤~êSŸù:oayMòÔ§ÞúbÎ3~þqc(~OÆÖ;š“Q þG¯æpžöÊ·|à³ßÄæfŸøÜ‡~í¾)ê÷ÌZÃí<ÌÑÕ_éhãiR®¹ñ÷>1¿ñHÌÅ1áΑ\oÐ[ ZÝÉÎÞ¡9 ºŽD8ÆÛSlf½n_ÂǦ7¬…V ©°÷DŒcø®Æ`5›¬º})FÉç|<q“‡â¯iÍ&›Ù Û_`S«†uVÀq ı¹m¹ÚŒŽš´…Ö‰´O¡TRa·ÄQf3£ýæÜ£&_“|:){Ñ鑾ϷÇê{ÇÌ[ŸÏùþmúú]¼w<Äyè¸vZ¦Ÿ«'ŸÌ=Lëã˜ugt 0ǽña4?çÇÿàSOÌòÜÏýÖË(ùâ–Ég´S² ßó²ž|Fm}â­¯{øéä³á_þS¿÷Øš3ÜÍì?ùæ{ßøòg¶›óìÿ‡7¼wÆí–V’.|î¯~Ûé«1 å}ì­?ò’öï+=ïûÞðÁU7JÙEzãKŸñ¼7=åøÌ”¿ß×þç÷õ/û®v#žñÝ/}íï<Õ‘`-ÿc–sžñð`Ù‡Fœâk¿ÿ£/äP¿ðº÷ðÁ1ÎdìµÈçá×O?aP>3;$æ9øêþ ÕO{á|Ý÷rм3$Ÿ}ëõs/v»îç¿úßÿïŠö¾èŸŒ©÷ 4j_ýÂþÂ=ôíö¼ðµoù³/o¹Â}y˜¢k°ÒáÆGhR®½ñ·@A‡<6Õöš¨ó3L¡dWáÌédÄïÒî­ §Ú??tlŽ×NOkH#“Qê1¯.ε¿ÙŠÍK–U‘ʹ|.oÌS¥ñÄûÚ`åôŒúZt$ö¹4»ëÂiê¬ÉÊq0›IEᆰšØc̉÷ªÉ×á°õpC4-Üv¥SѾϱ[dõ½Æ·~ùYœW~pÇ?˜îäýæCœç¼åÛÚ5ši™~®¾ÄdfXÇ®h4ShËC¦ÅO¾ëõßÛ.óiÏ{Ù£oúë5ÿuÉçÿø}ß³¨ol>úÖO-½ Ë¥y"'ÜÀ~Éäß|)ç¡_þ·¶d¦ý #âÞÇ»ó/ÿó—_ûÈs:!óð£ozÿ×ö½‘ ¢âŠò™qg;^>³Ù3_°Y5ŽŸ¯l‘ùL;fiÛ6Öu“Ž}¦9ù|'ä3p_J'3yÏþguä´6høòÏ=ƒó²ßþú±/}w­Ä“ùbµÑ:=£^§Ízµ˜I’‡bÙB¹Ñj'ÖÊùä¹ð‰Ås¥Z³{F«Q+gb½+ŒõV½Þ>ÖjT ©äy]¨ÀJ»@ªH"C‰q¢qvzwUÕD¸ÀÌ!sîU“¯# ’i¢ÖêÒÿù6Y Ü:îë¿gŒYûÀ=(ŸcäýuÀ‹_þħ>÷uL²´,Å¿ò׿òbÎ3~êsòÀíh|@ùÄ{^÷lç;^üèÏ¿ó7=Л÷·ª{…1fpeŸ¤¶ÐNp@Ç’Ï‘0ðඉÿäõ/þÓ¨¸xÖ÷þØÛÿA ß&B~íÊÔç?ñ—Ÿ˜Ò Cïµèrute%3¸ ÇäúW0'¸¨1 c ä3·œX¡qvzÿëÊÄLÏàjä3ÈgäóUås4€ÛË’ÏáÜ^@>Èg¸-òùpn/wF>ÀåH%Ñp(àõú<îKðy#ݿݢ2GÙ<6üégðÿöÁoܳ¼õ/¾‰ZˆÚ ¡ ܯ€|îMí øLÝÆÚ’X€_‰ˆN7ôÙLæ•9ÊÆ‘þ·?Æý¢HÇ? Šd‘{þQèKbÔΧ$ëGÀÈgÏÀ!õÚåÅy»Õ‹„â±Èåp:¬ËR‰ßç)D·LI(à+—˵Zõ yŸÇu£eŽzã}Ÿá=6«ánŸÚ Üã vþÉ§ç €Ï Ÿ;CÀçÙX[vØ,ñh4LdÒ©KãvÚ7×Wêµj»L¤s‘b-—K¥RñÒ µ{seŽzã7>üÍ/I=_YöÝû|qÑó~|A,˜~ò[23Üo#'XÍFÄâÐdp#¸Œ@ƒ“ïŠí @>À>["âG#¡T"žË¤ ùܥɤӨ¨F£Þ.³D¾ŠÅ"qr¹ìÍ•9êwüå7>ñåÅ}Qr+@­õz\D!•?&ÜvùÈ B|†73õ€xã4Ü®£ÀÐÅàä»aû,(hÏ0*ŸÅ< §“ÉB.‹æ‹«€ŠjK]ô¡Z­\±´›.sÔïüÈ7NoÏ µ6 ³Q'æã`2nW@ÿ>P€.'ß´í ">ˆÏ@+ŸSÉd>—%ˆÂU’ºcrÆbQ£ÑˆÞ¯±ÌP(h6›Ñ;Ë2G½ñ;ýF«yk^¨µáP@>ì©“p#¸ú÷òt18ùØbäó éÙù‡Þ÷©Ýð˜ü¶·ÿÝvxLàFåsù>‘ÏfˆBt´Ïë5™Œ&£ž“e å6•¿Ç€Ô­T†ŽöˆE#V‹9“N¡wô™)ÛDe"ÌfS¥\Bïã ì•9êwÿí7,mÜ’jm(èÚL?ù-07‚+ 4@ƒ“oÚv º|oÿÅkžù¢_{‚Q“&º•lÞ¸Š±1Ícÿ‰ó¿0íEŸƒË¿ÿ"΋~o)Ô—!éZúøžËyèÍ_ÔDÈ”Èñ'~óü·‹còÜ Ø¿“o¹|ŽRò9—Í y„×ëM§Såri (ÊÖÎߣ_êV*•¡£m¢ÑˆÅb.Pß Aïè3J¡ÍɾÌ6Á`igô>&O™£Þøƒ·åsýV€Z ø€6h“p#¸ú÷Aót18ù¦m û Èç¤ý[?Ãáüð§Ô±Áôˆâ_Þþã?ûçóî$C;Cò½œ—½w=|]ò9´þÇ/,0¦ýן}þÿô±yk´Ûªù<šç渓o½|xt˜Éh(‰\6ͤhA‡P”mèéaƒR·<úx1¤Ó-fú@>”úª5ú¥ t¦'’]Xæ%`’ÏÿóïoÖëõZíV€Zð{6h“p#¸ú÷Aót18ù¦m û Ëç;£%ûåsTþ¯ù®G?©ˆgH„­Fÿåoš«Ï#y@>ß°|N&âÙL:ŸÏ! ]±HÄbÑñx,CEïè3JAP¶vþCRwèh$6›MèA’É„ÕjAïu³8JGG‡ò³)³Ÿ@Ào2Ñû˜<ýeÒüîó? j­ßçÚ LÀà èßÍÐÅàä›¶4ìƒ.ŸcªOÿ0癿Êó‘yüGÿöîŸ|Ùw‘=ó%¯ÿàZ¨«%{¯øÈ~„<Ë,úøÿóÚ> ¥<û•¿ðgOj"£5FÔOþÙyճɳ^ðC¯ís»ò9å¾óGß%ôt@WÔ|¦Í“°Îýñð%Ï}Õ°ï~Í[ÿö±¿}×O¿‚¬ðißóÚwüÓ®?‘¾àôŸý¡—<§}ú3_þ3ô E¤O>˜Lë™þ˳ïz)çoþŠ1v¿Èçp(gÓé|.‹0èuE‚@”ŠÅ¡€Ï¤× wꗣȣ([;©[.õŠ„Ãf“)ŸË…B2‘0›Œ^¯½£ÏÔ%è:Šò 8¦ÌD¯û~Äa–oï<“œ…¸kn†Û¬=Ñ8=÷®£®ßä{¡7=ÓÉöþ±Ñn„ˆzòØô{ËÏmôÀÅ0„Áɬד¯ì ŸA>÷ËçèÉß¿†óôþã/ͯo®òŸøæ¢9ÞÕ’/|û×6ööö÷ö•¶p*åßüÐr¾óÑw?6»$þô;^Áá¼æc‡áÁêÜ ørç%oùèWæøØ×þþ·ýΞ|¨ù̇j9çµzB OÿÓï¾YÿÐùà¿py¼§>ùp8¯n+ý Nÿàã8_0óå¾é…ÎüØQ8Mgr„Ö3#òù¡7}Ùp¿ÈçH8ˆ4f&Êe3½^K…t:™Ju(r* £wôBP¶vþýR·\*õÒ£‘°ÑhÈå²H('q£Q‡P:zGŸQ % ³(O„JgS¦ÕjA'ærtV»4¿Ï‡>£÷nɆl6‰„­3m™£ÞøÐ''Ås¹LG)m^âc³lzÛ™«ÒçéB„‘|^P¦þÒ*õf«Õ¨^p.kPk½×ýˆùdžË[µ¥Së³Ðwmð84G‹Ó8.ÕCË”`·ë•ZƒÍÓKqéDÓ¹Ã}m¼^“ï™Þ4ËÄ\þ†}¢ÞÜx_»âFÇ1jd˜_#nш+Üöä3AßöÀ¨],,èÄËâKúóÆãö&ãóÞàbÏß+ó$]_Œ¬×Œæ\neù ò¹_>‡VßóÎ ÞŽÙ“cïdN9¸¿ò,Î÷î¾öðÞö<Ϋ?zí;+eÿ÷_ú.ÎËÿ´{•¶ÿæíþlLEõÉgÆ<ý×ÍSI÷ô›žÉù¡¿“Qú7aúêOr8?úycœíéIÓ—~ŠÃyÝ?iât&Ó{æ¾¾y›V>G£‘HÛêµÊT2ŽÞÑçL&],z½Ž¥ÔµXÌÉd¢­ÑY¡P°w}F)mÇŒ=Ë2QÎX,ÚÖ݃~¨L”ÒVëí'•±”Ïõ©ÇkHÝ–J4B*1WªŽ„q\¢I—Ë燊Ù~w]„áÇ…ûÖD±Rˆ¸ä)¤ªh±˜0-rh/Ô=%¨ßYN££‚ùåK¤ÐIÏøN–—3í¢e¹=Nж§TB­õ¸48Mšƒ•eá ,dJ(šß:Ô8\NúÌ÷"&RpmëåˆõYhI´ªÎ{¡ Oªp²h€|.ºrͳV1éwMl‚S»ËçŠwm‘§“â2Ê׿7TÑr1ê¿&G1šÌ_Q[û]F´ç-±1ü^èMÓ1Úxï„k¥°ïŽ´pØ.³|~8l(f6µö›k†K»,À¦—e¦¡t‡zEˆq—Öóþï['=…Ý( (Íêìù‰8oieóDkq_¯ù70:&0j—®l*ŒV÷Õ‡ùuú„’ÏûÑò]¿º8T[8ç­êcíbcé@'^j_ÖŸ×:ùßéø¼'`áùGWí‹‘õšÑœK®ì ŸA>ܼ–=ö¦ïápžûèû³™×„“ôò9²û篩÷¡wJúŸ’ÙùÀ+8Ïú5¾7=V>3Õ'Ÿó êßÈÖûá¼ø=«ªdŸäßÍùsa{z:¸ôîq^ñç;Úï>Ózæ¾–ÏÁ€/ Å£$¢jµ2›Í í¡VÊ¢‘0zתå½½kÔŠvþýR—ËÝtVíóyƒÁ€J©ôzÜ(Ååth5ôŽ>£” úQ½N˲LŸ×ƒÎŠDBH˧RIµªS2zGŸQ JGGQ¿ÏK[æ¨7þæ3mù\%ïÝÍ.»Š§Í¤JŠá'‘Rµs(ÓHplvKi †Ãa¯3o4ˤ|zÒ¤³D¥yZK’òy7\o’w ÇÔó86·£q„Â~§rI€ÍìØR%TZ1޲áR•/‰†Ü¦Ç$Æd‘¶I¨µn§}›æP‚TùìÊ®Âêò}N›æàHÊ&ýÞÑÌ÷(F™¸-¸BìÛŒ¸‘D³’Ô'þèy×'³ÕSÅ:­Öh©Õ,%#ÇeL°kvøÜyyª–ó{z‰.O’¨”3ÁëêF“ÑNfIîtu[î ÷áü­P­òÞ‚Þ4t6ÞÅ;ÔÚ7Zm:­=‰EÞc>ŽIÍAôÏךDÈyCͰÉDä.Tpè»ÏcƮݒºbΗ¢®NÿJ-Åj"àšäv£€yÉ|ÑX< 8õŠu4)M/ïkŽkõÀuVFÅâ‰x$ä6œH§pl^n¹Ža~]8t‡ù|UŸÐy ƒåHÌÃ0ò–*Zp˜íbiéy'^j_ÖŸ×;ùßáø¼'`áùGWî‹áõšÙœË­ì ŸA>§‡Td2 ýóûßôʧs8¼óßÍ1:ù¼óïã<ý ÿgõøè°Ë‘ÒH ëâgýï"ùÌTT¿|fÊ3$ŸÉþWÚòÙ¿ø[/àüÀ_EØžž®þÑK8/ÿV„éÑa£žyðäs4 u´Çí@b çH8H‰èPç]%Óªä.‡íB©ðûuZJ¥Dš·‚´3’äè½ý_¤pQ­Fr²”ÏÛ¥TÈ{ Z©PX-fôÞÓÎè(Ê3Tàùüñúf­Z)•ˆaŠIû&ÜõWÏšµRܲ2%Ør•"y(çÜùó'ÑÆÙi³^Eâ›|ªW1 h߼ݬT*%D¹7väs¹‡M±,Äf6äF'Õ0åò .ÜÔwÚÏPݤÛ_–ò©öÏáëÇz§MÖhцºc…õdu†»x¨'?S‡z–ŸßÑ:zRÃ.ËíÝÒØôŰ—Xš,XÛäqÅ{F·«ãÛö|.=¬«fî_‹ñhµ}:>;+ÝVÑ4ïJ½©?#–7ÄmW Ö÷”6ûØÐblÒ¥#ÇîõÂ!¿óH€Ï¬‡ëÕtýá1®b8¾ª³vrÚNúÊŒVä=ÍÖüBÏ{BÉŽLÛç™ [b5íòðžd†»j…ÝD«LÂÇf$s\‰"Y&gânHWâ~ç„§ çeQ(‹E¼Šyã;=žñÁLß/´‰ƒ£ƒÖ]¨–…ÅöĦ$[hܱÅ‹ò‡‚Áˆ_·1ƒ<IúÌ#µ0H3ÌÇxƒn7µ‡BJ>ÌçÒè´WÀ•ûCÔ-U±ˆËÅd×h Mwôw"ó(žlÚ¼–. {Æ9Ö¬YA£{¥7ºª%6·§³ Ä'á—šÏ/˜êi‡Û%˜Íé5ÒFòGc&Ï ÂŒÁRzs®4‚@Â|P‘Šÿý:ç?=¦¦#ûyç¡ßœ Þ˜ýðÌaSΩ·<‹óðïuó0ݼÍTTG>‹cò°“Ï,OÏ#&Ó{æþ–Ï~_8ŒEÂñX¡V)²™t0àG¤’ Rð¹ÕŠãpÐÞã±zEÃèLWÊÚg!¤n>ßKÅéph4jô>&›2Ý.çɉ 5žÐ Z‰ÞÑg”‚ÒÑÑ1eŽzãþÏ7«•JûÁhýbš•ü$Ö8mTJD!ãØbRGIX"’-bØA¸~Z/—z§ärW‚äs½ÔI)tuq£\>¥4-âØ’§X+÷e#e}2>wQ›®WK£­B­uÚ­Xs\ÞŠ£rÚȇƒG͆>Zd×ä5iê’÷¦Æê&éÐz„/È=¡H,hS—/g7Ž4NŸ?`Ý_À¸R¥ íÕYg³Úõ'*ƒ9:l?”bÜ%¥³ïôw0ܽ°.V;].²&íúŽÍm*,h‹ã3¢ o ® ÛnÖmñpL°§qF¢Aû¡ÇæÑ ê2ÜnE ܰ7ìF¹¸› ¥˜×ÑN±tÙÐzã‚}—×n‘-føÇÁêY-p2Ug6ì ÷VtÞ`ˆ¼Ç W!ºöŸ¸«Y/Ù‹ 5{ÅFTâ.—Uµ¶ˆç·Ô“rÑß ×ˆ€ûâ¾ õk“—ìù¸befzCkw#Ãmºž|v_9 úljqߌ'SŸ?V(§½ƒÍ»boRÍà¯i­ÀïR¯ ±©U¥j!}h14é*‘Ó‰#©O×ÂõbÄÙI´Éø˜ÈNɈ2kš)s­JÂÝé8W  ºLû"öÔªÙlZbÖ®ÏâbUP?ó÷üayÔJªѶݹÆåï†+YŸ«Ò¤|ö9&:…nL0ˆÚ5v-ŠMMS~ä…1 m¿8é;K×?:ÜÕö°ÌŒÆ#p¦Z\Ь²¯ÌpE²x5cª¥šq™†Ìè0O¹3ÓÎ!Qc~›æ #ŸýL>q^<ÇE¸U)ÎÌ›ò§UßžÃO‚±@Û£v% ;tÚ€£ÒÖ¾NdÅTá,§Íªÿj]LöŒs¬M¾HŽîTgtë7fqÞ~¢QÏxõ汌qóù˜Cã‡À…KðøÓéj¤‰dÏGö1“§nl˜1XJcŽSµöÁ’Ï/÷—ÐèÇÛðÝÉ>ÓcŸýÜ7…Ëë›R쳿ñbÎwýâ¶x:éœùµçpžó†¿zœ'ľú…)u4é]ùÓWq8ýìû>÷$_$žýÆcÿû Ud¨ÆÀÎGåpžóøÙoóDâ™þí—Ñ=:Œ©¨„ñK¯G­ýݯmÛcLyØÉç4»ÓäóˆÉAZÏÜ×OÞø½á` Q÷(FTJ9R $¢*ùQ,BïA¿Çf1DÃA›Ùô{õZ%y š”Òí›#ýR7ŸÏõү…e:vÙñQ(Hj3ùíõ`¥ ôñeŽz㓟oËç ٰœ?ú]È%}ºR* ù¼€a‡‘z³LœŸ2 Ÿ©”B¬_>ž’O™pLê.5ªD¬O>ŠYÿ‰€»¨I7jÅ‘VPk-&C?fÍ6ZCõÙV)èî`¬Îæô…üŸÇ®]žÂ×WÉ ëé¸ÓhÑí/ÏpÅGÑæYƒH^›jËÛ Ö‹>›îZP¥Z§•lÄësj·qî’!Cg ˆ¸¡‹I#þ+_Óõ•^†6„âÍ•9îÂa vVMºM†êâÖî÷š¥T(èó‚¡]±ÙÞ¦¤ÕúÃejXŽØ¬Æ“ÍÎÍc¯Ëáv9\6uÛüZÁkcÛƒ^¶ŽÙä%G¹´K˜Xe³Zª=!%Ÿ öU3ö¯E¾$ÄfC•J*èw;½>Èc±ö·áª½ÙmF³˜Žø^§q}É#a;ShÑ7éJ‘ÓF¯ÝÂIùŒ6jÖÞ8ÚGûÃS*î2ZŒrj“kÖânó¹÷Â(<|Nýê4>¯ ¬ìZ¢•/LáR{©`ÜħÖL!¿Uo8œG›ym¦ڜƗ¥¼×Öî_´_-GœæINal#ªSãyŠQ¢!—óÚ™#ж_âGu>:ÝÕAõj2ìsûÐK·rA(^`”¹P 9Œ½òpimìBÕfÆr0XKÀvÌ8dF‡¹ù1ó¹£úæësኽ¶|ι™|Ñ._Ö¤Ž$Ó‚U{ù´±«%S‚-WÜk&Úe‘3MhçŽriÏ;qÌ(îÎfÚt¨—¯ÔÅôaÏ<ÇêI?/›’ 4º 'ht wCFÚkQјÆ&BÆÍçcÄ‹†Àø%˜Õéƒ5Ò,XÆ;7ŽL̓稷ûÃŒÉRûH¸š¯8‚@Ã>Xòyðõ¢ß[ ö?:lû£?ÿ}Ïnzþ«éOiÚO‹jÿƒÿüBõƒP?òGBO2™Žš„÷¶yÉ3¨¼Ï{Åÿb#0RcܾüéßþÉG¨{â<íyßûè›ÿf‹æ—”鋊»>ü³/}ÆóÞŒy˜ò°”ÏìNÏ#&›·è=s?y›V>Ç¢áh„|8ÈH2[Œ:”ð{âÑzGŸí#J¿œ|v8ìµÊÁ¬p'*)åã£ÃP¼VŽÞÑgçØ’™äóg¾€äséÙr™€+‘ySÔŸ(âž½Y´H”ˆbÚ¶=Ë•(âÕráü”|P#抎bõz±“Rˆvuq©”±ïÎõRH871\(O7›U¢/:”õ!ù¼€äs¯œ>PkÍF}?&õ–ãJ¹JuÎÀ!£bUŒM“§]V*E·'$/yçn³’”Wäzä±’9WD®JãƒÙ¨U,a¸DŸ/"=Î2›Vw¸¶"šåÏpñ™iF©¹¢ßn8ݬ?ÞÀ¹ Út1b5)VETÛê)'Õ6ZyÉÛ} ¯™<4ü‡ áa¬·Ùޏ¡³Q}Œ÷yE0Ñ{†|¶ÒªÄìê¨Î G>áââÃpí´Šv”—h«+¸6†¼Gbuö)'émj)§öVËÐ!’sóͬû¢ßK–aë˜M¦ä³Ã¤VnÌᢻMµÛ–Ï“TÍØ¿ÅáÒÚ#-¯®ÊTÆ‘V/Õ›}Ö zµ¼f·ì-$=f†ÐÒÓ4Éx¥Èi£Óôä³¥—¨‘-NãRc*j³Ãmf7ˆœ‰,iö^»Ùq´KeaµúHÌå­ùëe¿~G€ ƒí®pJ¸é®žæmHzHô…bÐÞî_R̆¦INaì"ªSãy—„ ùrÔ¡dŽ(#]¨èiãg`tл+fØô0CQ¬ê¯íâõÓfΫêÇq3§qx˜ÉìT­ŽÎ!ã 7ÉwùÌ蓨þ²ЛT›dôê­¼×fÔé˜Ô÷ÙGg6Ú”‘€LaÅÆI¦Í+v1}Ø™c©Ñ½hLGlfåš›Ý5š—u¬iÆKÎçãÄ‹‡ÓmS²Aý¡éß;8ŽÌŒ“§Û4.̘Džft`^q†}Pä3L$Ÿ}ÞP  ‘^F¨”Êt* ý~_<ÓkT(Êéó¸ü·ßëFï^·D·J~Ü> 1 usÙ^ú(j•2“N£÷1y&*Óa·ì;ôŽ>³)sÔŸû7òê3Q(ô“uo 1¡.Ý<­“OÛn¿ò¾6'‹”ÊD&(ᾫ2¹èÞοš ºW›ÝÔ>ªQ÷Oá˜P{Ì=/ÑTWóo yD/ÛâqE²D5å ½M]u¥ö–¾Ýˆ£Ûçæ›Y÷E¿—,ÃÖ1›Ü‘Ï:“^†„óü¾rÿ\>_= tf“Ùã¶jwD<ÔÑkGzÆH› 7­ç% zÀ¨Óí’ÏïòVŠ!-ShÑ4Éx¥Èi£íÊçBÀÒg 9`ÅÆxÈz äÍ®øjh¯h`lv¹Ô°°Ú@ž.Ø4Š^«vou[?ZÎT©V3ã o†ž¤KÈù}bÖ8á)ô£€õ "åsožÙ_™E¬U‘|Q ¡B“84:èÜ•1 z˜¡(ÖF!m•L¦ÓY¢T?E©f)K^îÇq3§ex˜ÉL…Áð2®pëIW>»Æ œKz@£Ú˜¥»¥*±÷‹åîô5vB³Ò¤0Žâ°y¢iój]LöãæX9º%–dÀ°1‡ówcÍFÖcošñ’óùøñâ!À4ESC’Åêo ­çïØ8²1Nžaë¸0ciÝÍÀ¼Ò±ð€Èg¦üÐ ùl± ùÄ…t$“Í]8DÙÚª¹MÐïs9lV“þòÙa·!íŒÞ¯K>#ì6ÛÎö6zgYæ¨7>ÿ%R> ù>Ž ´*©2­V­Ø—žqò¸Â=±T(ä~ýýô |].– ¹¸åd§ö$s«2QŒwu1ÂùB-Ï{íSâåk²F>ê ‰dë]}®[E‚Zk2hQËWЦH¬ó»lC‡´ûËäUòhÖk ÿ«W/Láüãt³¶Ê;ëQÞe1h òî¢ìÒ“.Q‹r%ê4²Êf;ã˜ÈThÕ³!ŸË¬Yž¦Ô\À>xºIw´ÑY»mfªmó'‘ŒWOµV±ß\hUÛ]š!åÃöþï"9,ú!ÛÑ7â Õ±¸½ó9ŒC‡´†c©›Ý±&ýûs¸èÈi§ dªÎ@îñν×A¾'ââ«®Z£ÛnïÃf¤¬Éÿb•”ÝÒËÜ3Ÿu_ xiØ:f“;'SôŠÍŒ‹6”|v[®! Úé_@·ˆ69¶ˆ×fŽ´+ôæ  ŠÉR‚™fÉ/c -º&])rÚhÔ›ùì7÷¥ëŽÑÞlAéÑ/NóWÕVÎgi6rìâ4Î?BŽ X´DGiŠ£x=‡NWSØá 7m¥V9fת·x8¾/'ܦ¾ÖO~ŠQË`é$ƒH¯”¯¡™mæ0R;E{Úq5&T†ûG“»”ƒÑƒ9/4Šz€¹ÛiuX fúð;sZF†ù˜Ìƽ¥Ñ9d\á]ùœuZ.æÉ= ;\ǹ¢=×è-Uш•fú?¡Ñ¤0Žâe¢ióÊ]LöcçXÝá+U[ùS’“d«ŽFÐxÓ&X[ë³ ²ŒS4ËÔ_#£çïÈ8²2Ož–±aÆd©Y>20¯:‚@,ÀÕg•Ï~Ÿ'ð# ‡¡PÐb6)• …â¤R~¬Ó*½'õøY’P(àvÙÕJYÀïkŸ…è—º¹l¶—~&*³¿1–9êûÊÕ*±¹Aò•ÆéY«ZJ'Š(ù´Q*RyÊÕz‹üÛ+z6k™¡Xª7ÛI§­z àjëì¬Q,v‹=?¥Õ¨Wˆnú`6‚¨£ZÚ‚ZkÔk‡Qn“?9-ÜÜÚ:8Ø“ììo-­®êôjå†Çx{'Çò£½ýU>›^1æÑöÀe”ïv×#³^«ï.Êi§Þ¨?_”VÙìʵyŒ+•ÍJ™òä`-¯R;Ò8¶ÁÓÚîÚ°™PÛ6ɇêl쟜n®áÁeÑ«äë|›Û::¡CG»{[»jvÔp´À$ªÈ§¿ŠO¼>´Ì%#ŽudíäI¸a+ÕS6²% 2»ËDžÂPJ±ÁÃ1|çè¥Ë¶Ž½F½Å'o›¯võÞÞöΉìX!ÛÛ[œAê2PAû]_®Ø›d3p©ÆçR+·w¤HN¯[ˆÓzÜÉZVú&©¯9m4ª®|ö™ÒÕÛBÞ .İMW¥•Gvu›Í[CŽ“íï¯ ùwI“mÕ“.# «µGës\‰2]M;È~WíïíÈ\¹f+ï±êµš>ùðJÆc¤ú—vÝ$§ÐŽö%’‘§íŠ1›Z< ÖNY·ÁÈQN M¿„ ût¥è‹=&w  ½Ö º0ÇÕv£&üúk1Ž2£Ã|\fº9„9¿Ay@zþØë³š|riè$ W$›õ´×í°»(ìªe6' FÝ4vŸÐF]Ç8Š]† ¦Mý»˜>ìÇϱjÕ&ü»÷ŒXŸ;­Æ¬&:ÓXGȘºÆb5˜Wjv#h°Æ‘þÕÞÁq4fòfŒëõh_qXù ÊgZ\›V£PÊzè5J¿×si©{òy¢2G½ñ•¯=A^}Îçû½Ã­Ÿ¡ÌwÔZ4«ŒbÔ댊í5Öý} Ñæ¡)sšu*|§}É›üám¨zÚ"‚&£î|=2é4º“å3èT'KÝ[Âô,³©”‡[ëâNí¼¹Yéa Š4ÎàéÍÑzwí6’ÍVk•û›Ý³øá–.Ý$ÜftHÛnvû§+0ñâŽ=àµé‡­F ܈+”äކ»L¬¶™5HÍ-Z §r‹F³7ÏÇ$¯m\uÚsïá3³K»F¿ÛhÔÊå{+‹sí’1‘hQ©”CÈ¥½roGÚ¾ý`Vº¥ó{4æ³ë‹/±3™’ÏÖž‹4GÛ¶|ž j¦þµ¬JùX÷F­¹ÖiÁojÆzS«8^/Ϋ82'g­Bµ>´,LMº|ät¬Pntä³×8xH½·ŠsqÁQ¬Ñ̹õT"µ,oÌS-Á[ oùô´&¿B}qKÔ䥙}®Úíh£Ù“H'B6ä|–¼ËQê-ç½Fª©ýªM3É)4£Àja7ˆŽ¥XïDÎ[^Û3ú ­³ÓrÜaîä¡(ƒŒ¦_¼ ÚÎ {zw æACLÆ&™‡IÛÃN®Å0nÈŒ s/¥L™éçÆüjíñúªpZ¸mñÚ F:ŸXO.çÅ‘d §[µ„]Û„(ª…{¾„[?j—á‚ mÐuãF1òÛiÓcܸRÓ‡ýEs¬rS:ƒü¨žCíHTL!cêÛ C€y f7‚k¤éñ;7ŽÆLžòqaÆ<µÒ Ì«  Ÿ`H>KD|¯ÇôûBÁ@8¼4ètTT[ê¢W,í”9ê¯ã‰Z¥BäsCœ}æ¿3 ÖêµjZ k ‘«Ô[í¶ê¥|ÌeÑ©õ:½;œ)7ÈkÞ§5"°šÚ§èLáÊÙiÎÙþ¯Á«5Ò-UšÖ•nžU#vëlZ­=lŠº_¯¤]æ‘Zôz[ª~V[ 6è]¡Tï¬V½\ˆZCw$SîjÖˆ¨S?l2Zàè\¡÷izÌgÐØ£•³fÖglgÓXƒÄéY%fÕŽ«®Ny¼í N5Ogô% =O7ªDm>Ûþ1{R¥•Þ('Éï"˜Ï®/†½ÄÒä’Ÿìî^¢ÁŽ 9%·µTÍÔ¿F[„¨u nVó q´mWëM½'ATçU$}æÎ¹ ¡ÅؤËGN'0lÑ*rœ×0˜®9ÞN-h3ÍFÊÕ)ðd‡ÚÔÕÅR»%Ír.l7÷zá–è¹ÖY5j6еÄìCZ ˜ºý[ ZužB3 XºBçÉ6z§6ª¥l,è0»›6¢hû…¾³†G»†òhY…â¸aÒvãpè×2nÈŒó±™æÆü&g”¨Ÿ¶Ú#—Î'—õ€Þ—oÕ¢vÝpfšg­Yݨ]Lhî3Š'˜6-ö«u1mØ_4ÇÌþÒé3­iEȘº.X/ÌK0»4Xãçïà8;y^fŒS+ÝÀ¼ü±òú ø<kËfƒžúú³IËKc·Z6×Wkµj»Lôß«”vÊõÆß|¢Z­ò¹[j­N£êgÌUò¡œ÷hcŸùþðÒD&ßî| OâF¥êø@.Ûß_æñæ ¹V-fÖwÉÈàv¸–s¯Õê;Ÿ£®¸ëM‚a2iØ\½[ïƒÉÿA^ ïÍvlþ+MžwÆv Ÿ ŸH8d6ê—Å“1xùŒ4é²Tâ÷y¢Ð.ý÷Šj÷¦ËõÆ“ßz¢v{ä3j­V­bÌUòÑÌ÷h›(ÿ}à¥IM¾-ÜážÀªÃ-u›ŸhIîÊ·¯AÕ=z¼- w€ÕœÝpÝVß±ø¤uÅÝm “K„ÍÕ»õ>˜üØ¥ðž]a™3_uò¼¶ƒXù Cd3$'7×—%"¾X€_tâæú *¤Z)ß®2‡˜úöm’ϨµZµhC-î`2pÃnÔ£åöÝ…©U=xH*ŸµÈ DÁÉìçÕ{zòù òh)D½Vm4ê—¦V«]Ͻ-eöƒ&É[$ŸQk5*9Ðæô¸\ý €.'ß´í îcùüÔ·€=÷|V+O€6 7 Àà è_ðt18ù¦m {ËçZã60ÉçÛ¢Ûòîf¸ß^œÙ­fÏp‹ä3P·E>ŸÁ ^ð‚¼à/xÁ ^÷Å«R*YÍF!>ëè*hÏò€Qâñ˜Ål”΋@>Èg˜Èå²Á †ûmÏò€1„‚þÞÛ@>Èg@>Èg@>Èg@>ÈgÏò€;#Ÿ³a³|kÇÏ Ÿä3 Ù¸G½&Á¸86µfL ˜ä3€|!å:MͯÉ\‰rëì¬Y-‰¹xÀªÑÈÍ¡ôÈuj«ÞàË<È“$³sÏ Ÿà>¾y;—ÉÕNÏN›µJ1ßIL;vç¸86³$*½ëÑÙ˜W³¾@^§ëã9âŽLGùL"ôÇÒwô®ršJÓn¥ÃñEµ?Mïä3Èg¸_ås6¨• 8OæÏôâa´Ö(µ5u6e_`\áÒž%\hžµªw@9&ÍT“N‚¹baœ öd®{}Ü0Oi|m8s]•æÂ )åŸUs¶’sŽ8ù ò0ù<;¯K7j´ 1 †2õ³³Óf½Z*܉«ÏIÓ:Ù*¾:Õ¨ócM˜Z×…ròYbÉ7.£ñi+Í%üÆ¥Ö‘®¶ .ÏÀ]’Ï-ØpCòyA™jžõ¿Z4ò9÷j¶VÓ(?/ÞUÚYªLи#• °¶ú̯ÊÔ'ûK8ŸüïÜÊŽ&Ø»z| Â^[¿óÄÛr{<Û¯d»™1À]Éùœòɤ ø•az~qCãŽçÏK¦.µç3•ˆÌ°¨‰ç*=¿a;_Ê ^šST>wȶ%³íÚÅ ëÆ0|]ä3Èg¸Åò¹Q# ß¼ô : T„·u®TÌç$3 fú¯bw>ÌËyòh6%`ÂîYkÆ~‘‹ä6AÄ_\×gµRN> (‰:»jCÂ{@>§ý<ÞÜœD̵6·éÎ ]bÎv4جi+í—Ìy'|¦)Šˆ6Ú>ˆ–%<þܪ§X«Â×¥@>ƒ|€Û)ŸXµfFäs>¦]%ŠtIòÞíJè@ŒþË?Œ âx$i·$Û8#Ëiœž5+Xe@>ƒ|€{N>Û­‰ˆND0ËgLÈ›m³p®7KÄ |κȇ†çcN™T£aΟ™²YÌ~Ÿ×ïõø<î1ß}>í½êÅ!ùœq®Sßeæí+T:M#ÛhVå³g‹ü´p?R¯³.ê,|/V«ç],KÈ%Œ ”|VeêÕbÒ<|®Ù°fýür$Ÿë„sªW|bvú\º]^[>×Ykû ËÊd}D>›'”ÏÆ¢ò¹|*àPo¯àogï;ùAP§÷,ÑpÈëqóg§V+Èg¸å³D$°šMAŸeË粓|÷Ù¹G}yÃAÔKù\D½L}myÓ+V«µZµZÌdˆJ­Z.²“ÏD”e ƒò9mß!¿ =µå"H%›ËäÇÊçB>ÕIyçò¹–ÒŠ©y ­V½ÕÌwåsÞ½wˆjHóÒV: Ÿ]ýÎ)d\ŒEe‰dºP *åŒs¼./ØWÊð°n€ÛD¥Röy]hk òîcù<õí'ü”vžà»ÏØô¢Ì—͆t‹‚íØâù\IÄ^%—µÑBaè[ÒŒò¹”gY |ÎEÍ+Sgzóføøª35^>“)†¥ž|nÞöÃD ‹ëËb1Ö•Ï¥¤{§ý@l.Ÿá·ÖÖ¼´•ö7’8'Ÿ`**O=ÄL à/Šyí{×—ôÙf£HÀ2p{ ˆ#™Ìª„AùœÏåb6冰­= û>¢^.Œ•ÏÈÚ |©÷ÝçB2ØW)>‹K—·-™&ù<´”ß|¸$é<ëÏ/îiÂUêŽkšJ¬jÈ9LEå}'[ós½äÚQºó³V•€5àvÑhÔi%òî/ù<ü}ça ÕÖÙèë´FùQ,×›§èŸ~ÎÊU*¡ç´YG⥊ *Ê–/·ÿS'¯±¥Îº¿6Ŧ„Q¦~†ºUíƒ|€Û'Ÿù ŸA>Ègù ò@>ò@>ƒ|Ïòä3€|Ï×)Ÿ«lù Ÿù ŸA>Ègù ò@>ÈgÏò@>ƒ|Ï€|ÏpŸ‘ŒÇÐj5žp(P(äïN s© áèDÌ^[q|s_íW`&ì2º’¹±ùûóÜ+¤‚F™\ÈÞT_°pp³ÃeL ×Þ³lF ŸA>Èg¸m ¥J.;šz’ ã*NŽ™FÇE»è ù`q~–‹ ÁEÇÁL.Ÿpª7DBŒL‘ª‚™ |enn×Ë3nì#†E®`ÇW¬×cr6¨•pEûÁJ•(d<Ç|®øÀëËO¹5«Î[³¥ ÄP~¦<7H:á³»ü‰<+5.ryžkóÕ×=p#e’ޏ©XwÁ¤‘p­=Ëf]Òc¿joYî±?[ò@>ƒ| ù<7ýLÐ!$u/Ïi×!Ÿ‹ v}éÝoX)Âg•Ž`<§J­fÁµ…áÂ-³7šHÄ3•V#mg| wQ ã¸D“& ýÊÇ:¶œÙ´kîùß¹•m(3¾Á§ØH)ˆžÇÁܰð‰8NV(¯Š$‹+s=Ñ”M˜7ñ)òÄ|uO×iغòé°qoM8M9Ÿ·vâÍY´¶ ~£öFÝ"9êölÚ¾=Ë]ÑGhî‹(*ѧÙ^¥,å‹—dÆîw„'íšfgSŽ16·oç© ¨e¸DÌЕ0Þ ZŸŒ‘¢Œ‘À¢§ŠeˆœÁÛªéCeÂ4ИўõXûi[ŽL÷”‰ûÏ Ÿä3ÜUùœvm‰f—Äi#®”bøI„(öÉgÞ†-™Íd³™|©Ñ*y‘|^T3dJ–¨¶i’Ïû´ÍÏò™jÇf7æ@8ö:9”#åó‰+І¼æ]ŽÍb=|ðD„ÏÌË,¾x,h?â˜ÄÏvd»Tá Gã‘@8S뿸<"@òåz³NÖÎPÚ@þñ5ªü‘H,hS,òp[iö‡BëþÆ]ÒÆ … ¬ô…ÃÑÛ´ƒŸÛH)ñ¡'ÝöX¥ÙøiÊwÈÇ1Þ®Ö}æÃÕ.o«#š²a»ÃŒ'baû¡ã.ë¨60ו «–±©å[4™JE|þx©Q%F‘Å`ËÈ7ç–óë’”ð\µÍJa08é"ªœ )ÅdKTö`ØïT. °™K¼¯Á,;"ÇÐì„û€‡ ™lº.œkõ³Vµ”)¡`¶‚M4æØE‹ž,–>rúò3„ÊFmOaUâ}÷¢d.Ó€|ù Ÿà.Êç\ÜºŠ w|Õ³F¥5-O ¶Ü…öؽû®›åR‘("²n$Ÿ—MùF­ÔN!bÚsùœ²íÎqçeÑÆÙi³VFç”Ñ«íÒªUÊÅbÚºq×ìyò;•IÛ6*͘k5ë•b)ç9äq— ér¡[o«Z)K¥R¹ÿÎp&ÂTZ¾/ÿ…56«¨Ù9׺“XòÍFµ\.¦ì+\|ÅA>ĉÅédƒÓ–Íž=Xïx¬Ø/d’–­Yî‚"Þ<;mT‘™ ËÒ¹|F¢DX̸֧ð5OIïc]9ßþ<6{ª"磺†ý6ä:&[ºïoÎ-ãå3mDeì½Dª%i×&†‹•I¢0Æ94‘bô@>å” ¹â­ƒM|jYoœµÈï&Œ–e¶‚M4æÙE›ž4‘Ó/ŸiCå*#(C×S9ÿ°Çò}_åèëÜ úæ|ù ò@>ÀݓϹˆze?‰6N©Û>Söu!&u䨫–£_[¦nÞ&åsµ#sòÑsùœ /`ØA¸~ÚÿÅÆ¡B2îc>wQ›®WЖÿX‚ßÛÙFt« \¢bû5OÆÒÊ‘^þ»³C ÆS%kUr»žöîÌà ú|½Ìòô~Ça–j3vAk;¼ÿ¯é„]¾'å f¸øì ù¨óeG¥3û³ ™6q›YÙ96{¢Ù±®c´¥_g ÖuƒnaÏ´5’˜plÉCTJãœ3ÜÙqȦݻó(e^ž$¯Èg¸kò9”óñ‘ý𒞺¶5¹|¦$@º‘›I>{OÜMº^#¨üSÛŽ$ñ=ˆrã´viùLWZ5ªØü_\#U®L¢3È{Â}{³¸D—kTò,Üg#;ùÜõXŸhʇU+wqÏŒ§2é°…ºÔ[n” f¶Ÿ—Ù´;"Æ•ìY¹ñò™Î–:ãŸ>®Õ-~…+–'.”Ï£5’˜M²Kê.¡¦DØwDvœR>™Ç¦pL¨Ž:OТ‘ÏŒV°‰F‚]$°ê©¾žeŒœ‘…ÊUFP#q²0:ö/’Ï—éG˜óä3Ègù wK>g<Ç®DæM¥ÑN»M܃d‘Hž(“ÊçBÒº5Ë•(bò™ÜQS7¬ÎŸD+ÕvN>z ùÌXZ.Ôwë)«Û:Q1¬«E– î·1T‹ÉËsô;ÿ”}g)ˆ¦¬c•‡I¬…V«^.³ÞmŒº†È(Ÿûäy¾X"Òf)NÞEPdüî3“-ƾ»N·ä"ÈR|ÍUj_Øeºy›6¢(§'æâöi\(O7›L²‹¾#˜=ñì/`¼“@Æ¿?‡‹ŽCÙŽ÷†Kc›hd ¬zª¯g#‡ff •«Œ ”¦§è<Öwóö¥úæ|ù ò@>À]’ÏצêÒÍSê»ÌmòÞ!6'‹Kù ås>8ᾫ4ºÜ.ÝhuÇrãä^Ê/QO£28].ÓlÔZbÙ‹~ë*·,sqñ±7ž|P3SiýùYÕȨY6xÀÆ$ùKÙøšÑíö:Œæág&§CÊy›Ù<Ñ“:t‡ÂîÕç\Šq¥2‹ßï \úå© ås.n3êÍ^Ÿ/èµ·q|v=PüUk6®Èç&–Ï—qK&ª‘¡¢µ¸]NU¶ŒÑ>:Œ.¢Óbãík-·Í|¼Èǰ-{¡…‚x²Ž`hvÚs"äÎkg­ZÚºÇã.ȃyòôh c¬`¬"`ÕSçÅæ˜"§ÿ+ô¡r…DßS#è Ëõ#Ìùòä3€|€+Éç¹é§Ð`|°v*c\ÚÑáØ˜ÆçU™V«VìKO»y\áž¿HD'”ϹB6î×ï® ©Í™Åסb16n'ÜÉOý€6³°&"ÁOEgÓù–hZ¸í%†EWÚP~52ëDv ´1³œ,ãTþ¹U™( *Ä\2h:Üw£G4¿gH7©ï>‡Íçé|œ·* VÇËç€|S<Óù‘©ù5µ—h5Êf×Ñ»ëòù2n)d#NùêbçwÐfæVÔ‘JsôË­£…˜Kô{íDxéÄš¬ž‘çNÚ4Í.DUbßô•N©ïäfã†e>&1%ò} ÌV°‰FV‘»¸§ŠÍDh#§_>3…Ê¥GCO {Œœ .Õ€|>—Ïõlù ýK•âäí?g§ž¤RÊFG¾Ü8=kU‹Cé…býôì”ܺª­³³~[(RgôÉ¢Bf9¿i3_B£ôôŒz6ÉûZ )dá}7—«õf7«Y¥¾j:Rï D±Ú$[8š¶´¡ü,j,¢ÿÖ;'_ª÷{‰ÅéC6¥î §­M›K•Z³uÖ)ñ´Ùè<*_,׺‘§¶:wü2ÖE+Ížë[Z©p‘ëèÝÕÇMº%_(×çv“ ÎÓFéHD &¶õJï'º&íšf·­ìýå¡Xi :jS c¬`l"MOõË9ý™™BåÒ#ˆ¡§†=64´/Õ€|ù Ÿàròg,^µj|bôip Ÿä3Èg‚ölà@>ÈgÏò@>ƒ|Ï€|Ï Ÿä3€|ù Ÿä3Ègù ŸA>Èg@>Èg¸HÆchµO8(òw§…¹TÐpt¢f¯­À¸G¾¹¯ö+0v]ÉÜØüýyîRA£L® doª/X¸¸ÙáÀ² &Œ„;ß³Kòä3€|€[Zªä²£Ù©'™À1®âä˜it\@&h>XœŸå¢BpÑq0“Ë'œê ‘#S¤ª`&(_™›ÛµÅòŒÛìˆa‘+Øñ+Äõ˜œ j%\Ñ~°R% Ï1Ÿ+>pçú2äSnÍ*†óÖl©1”Ÿ)Ï ’Nøì."ÏJ’D‹\Þ†çÚ|5ÆuÜH™¤#nªÖ]0i$\4(ìXºŽŽä3€|€ûE>ÏM?…†StIÝ äsÚuÈçâ‚]_z`ÛVŠðÙE¥#OÆã©R«Ypma¸pËì&ñL¥ÕH–Wuñj£œ'ŸwÃõF‘¸Æ}ûA´^/߉+Q¦u‚èêóêŒx]*¶ÎNb0?Sž›ë ÔBWr$Šy¶òy3Xo”ˆ›“<ý®xp˜¨#n¨ö]0i$Œx,]KÇò@>Àý"Ÿg§žŸe+Ÿ³qƒ”Ͱémg¶Xèíác–%.+X?kÖÊÅR±XÊyøÜ%}¶uZ¯–¨”™(×›ZñnÈçlX¿0½b.4kç—À²‰Q?E²¸T`Üçç¹é­;Ò25äóÝ×P,;â†J¸3ò™nP€|¾jÇò@>ÈçîöR!â.ª"ác—hÒD¡_ùâXÁ–3›víϧ,iB¹¨vÃv\©î) ¿v{Mˆ‘æ{¦H®]È,_‚S…¥'–ðù÷%s1zs…Oâ‹—öHŽ*Ä«X[Q…`ÓK'¾,ã¾=åÝ]8ŠÔ[•ÂPi‚^iCû|Ú<¹¸ûxI*h×È.lj òƒ>ŸüïÜÊŽ6”ßàÓl¤¶î=-*‚÷Ôf#Ž“•Ê«"ÉâÊ\O4eæÍE|Š Ÿ/-ŸÓ®-Ñì’ƒ8mÄ•R ?‰Å>ùÌÛ°%³™l6“/5Z%/’Ï‹ª`†LÉÕV#­Còy?‚¶ùùB>RÍãØì¦Â‡Ã^g ‡Òc¤|^8qBÑ×¼ËñyC¬#÷‚'"|f^fñÅcAû¡Ç$†x¶#Û¥ o8™ÚÀu´a’/×›u²v†Òò¯QåDbA›bܱo+ÍþP(`Ý_À¸KÚX¡paƒ•¾p8r›vðs©­»øÐ“n{¬Òl |W4å;äãoW뇃>óáê —·ÕMÙ°ÝáÆ±°ýPŠq—uT˜ëÊ…UËØÔò‰-šL¥">¼Ô¨Þ¾ËÆ#wÜœ[Î/RÂsÕN4+…Áऋ¨r6¤“-QÙƒa¿S¹$Àfv,ñ¾³ìˆC³î.8d² ëºpF¬IÔÏZÕRv¤„R€Ù 6јc ,zjÒAÁ²g»þô†BÑ Ë´/±™]k|´FúXeè¾»>aÕÏòä3òù’ò9·®bÂ_õ¬Q)DMËS‚-w¡}'vï¾ëf¹T$Šˆ¬ÉçeS¾Q+µSˆ˜ö\>§l»sÜyY´qvÚ¬•Ñ9eô*D;…´j•r±˜¶n`Ü5{žüÆqÒ¶J3æZgÍz¥XÊyyÜ%Cº\èÖÛªVJÅR©Tî¿3œI€0•–ïËaÍ*jvε.À$–|³Q-—‹)û _qqbq:Ùà´e³gcO'Ö;+öß.ž´lÍrñæÙi£ŠÌLX–Îå3Ê@%²ÀbƵ>…¯yÊHzçëÊùöç±Ù£P9Õ5ì·!×1ÙBÐÝxsn/Ÿi#*cï%R-I»61\¬L…1Ρ鈣ò)§LÈolâSËšxã¬E~7a´„,³l¢1Ï.ØôÔ¤ƒ‚eÀúr¬OãójÒÕ#5ÒÄ*m÷¥ïþ„U@>ÈgÏÈçËÉç\D½2ƒŸD§ÔM˜)ûº“:þöî´+míñÿþó×Zÿïg[‡ÚZçÖ*Š¢Ìó dd¼@!ˆ–žÓö¼Y¯mHöÞÙ‰&³“È­«–ý·-·o›ñ¹Ü‰9Jò9>KÑýEAø¯6+]çð/ Éû÷í¶¥³\µdœ€ï»„çA•mó_S•RzØíÒIÁ²´bâi~y´¥ÈžK˜=ÍVÊfBÉw¦ÄÅs¥Zqñîu~ße«Í—„Ñcíï¾ã5—ñí.ÏÎMÙÄé)óQç«·EcºuªùØå¦( Sk;ûW¤4´ë,×¥ûâxo]¿°[,âóÀ=ªo¢”v/ŠÂJ@+†uÎË ! ë)çÿ´`LY8ÊšWž[[§SZ¯Å({£6Úž0Ò–zëÅh;üËM‘2FW¯ %½w$ÃÀ}U¶Ø|¿ÕÏ â3@|&>ƒøŸ‹{ZWߊµ¾DÓ]W+àäb7g;ó³‚͵{‘‡ÇçAëRµüÓÇX»%|ì°92¯Æçþ=ªo¢”1ãó²¿`4%1ú††õÀ}è`N&DÁñ-©vž/7 >[®Å({£6Úž0Ò–zëÅh;¼> >»Da%X¬•äç­öUÙróýF?ƒˆÏñ™ø âó¨ñ9ØŸ³¹‚÷9ã¼·-0ÎTç2ºöÖø¬f¯·¦m®ãTi„ølžÊ¶¬.&K%ͨ홒|G|¶,MŽuX©Æö©ûñËS÷²>bƒ»×QŠ~sšWǪOÝï½;3F‰b_h’n×g×µÚhT‹E] n ­+z–ñ¹+(zAË]-‹æ(ÝòÞg«uQ-·Ý8»ENk*nø í »Vƒ·îQ­N{ž(§½'EÇQ®^·ŠÏƒ7„u䟅ÙÃH>üyFœßIÞ{YµeomOiK½õ‡bÄþÅÎ&§o7ÑqhvuW|¶ÜWn¾ßígñ >ŸA|->ç}›Áñ#Wo¶îenS‚;aæ ¡”7Ægå>r8/ â§·Ïï xÝ×þ”<,î݇æ[º¸óùwWî3OJzí]WrÚ³jûÁt¾÷AÍV¥uÏ?R–§î#6¸g³æ›²Å ·ß¼u_½|fr.v² S›‡çf·?öWŸcGË‚mùÀ‡bßùêÄ«ñYN߸ϯ‚¡P4xãÞÅé‘Rï[­Gé E~s|~O·ä“ß]æ®ræñûî׫ÂÀG‡ Ú£ŒN;vŠÂìç3OÀsµ¿d„-¯Ú0vâ·m‹fç‡ÛÂ×hå¡QÉ]ïÎÚ¢Šyº¿„!k1ÊÞ8Òž ´¥ÞúC‘=>‹ö³koÀï½:Xž&6.åVW?×(Yí«ƒ7ß¿ÿ3ÈQ >Ägâ3þËñyfòÿŒËkßgDÁ6ð§ãö㤸pšo4*z×ôœooÖæØ ëZòñYV¥tøüÓGë6Óâ‡ã˜®§†]-íÌßz×’0µ¸q”4ü+¯Š–r£­ùIÇvP{ùh¬A¥½˜„­OÝGkpï:Ê)ÏáªØšfý ¤z¢œ^îm:_¸3¿°{‘«·î}Ž_=O·‹³ëÑòðø9ÚtNuÞû³°ñ-¨5jEÕºëw×;âó{ºE•wGëK÷ M-,®}K”úâó =Êè@99ßmOœs®^g+ÍsÙ·nˆÍV“§NQÜ š­;v¥ôŪ]p]fmp Ök1ÊÞ8Òž ¿¾¥ÞúCñ¦øìXý¸ÐjÕì—‹x©ÝÕ=5æï«V›ïßþ䨟â3ñÿåø||¸oœNOüo ã«“£}‹Ÿ¥Xk>4Êú‹éª^m>4ÍSwµÜxx莱ªÞZ¢+æh%s–çñ™JÁø)m>´>ͺ9®µ·U3 ïl\,Wëó7êåÖ­¦}õöÒôrÝlaÿ K{1ÿ5êÆÿšÕNQ Õî^añë¨h6*Ú\(Uê‡N‰Íz­óT(E/V+2mt†æZÖ¥é¥úS×7j•‚úZ× î®.¿²[µX©=¯·Ù`eà^Ú·GõNlÔª¥§Wt½uC hv{-Ÿþò —jFͪ„!k1ÊÞ8Êž0Ê–zëÅ[ö)“6ëýÊlÒsù]5Zí«–›ï_ü䨟â3ñÿ]ªò0§R.ÓWÞÀzH÷“é(€øL|ˆÏŸ­n£èþë}Ÿ‰Ïñ€ÿ¶Wn£@|&>ÄgÄg€ø €ø Ÿ‰ÏøïPd)›I%âQã€ðóŒóŠl&­ÈÄg€ø üUÙ9™Œ]]\¬-/Ú§'»Ÿ… ðÆÅÚ²Ëã¾Ð5•ø Ÿ¿F6“¾¼8w9ìž«‹x4œˆE~†qFáqŸ»æí‘p¨\.Ÿâ3ðwˆÇ£ëË.ÏåEÿÀ»ÝÝx6V–ñ >ã eŸžŒGÃåÀe3iãcà©5ñ >ÿ•¤è/ž#cþÝñYl‰X”£</ãƒø Ÿÿ¤ìÝÞÚ”mq/¤j 1“ø @|ˆÏÄç×Ã_—f컉Ró¡Qѵ¿d½î£îƒ£³ˆDp&>â3± >…”NeôÆC£VÒ³s.òúÂåiž|øtQpny²òØÐW×€)o''ÝK¶Ù½¤ý½úó«0ŽN >â3ñ >AÆ»öòå}³Þ¼–C‡ó6×~TÓÇrKñ«¥­ï©r­0æËÓýuõOyw|ÞŒVÇÞà÷­Ô?_ñŸ‰ÏñyŒñyá0œLeÒY©Ü4òf;»Ü×*Ý—nÕRµ^ûèîþº×þÆçŸY…±tñŸ‰Ïñy\ñyÙ£×+¥‚^ÐiJ;»=]’^:ŽÊrâbÉ6·u›ï„ÓLøÇÎÇdk†‰ùy×ÎiXz }_C;ŽsÞíiÛÚy¢3YN¾m®ÙÍ2íÎÕcoB~\¤§®þ)V˾…ž¸=\[œ1ç™w-­Í<Æçá­ê Ý™ðÙö†C0«ž™Û½lÕ"gBß·×[+kw®¸ï§–Óþý•å9¡ÝÎ9Çò¡'.u…ßVAº¿Ýq 3Ÿ½i¥5ƒÑ2ÑuÍ^BOû•¬÷‹Ã6ÿÑ‘‰Ï€øL|ˆÏãÏWjµ¨ÉFì3u_útîrR^’$­To”Òf|þ¯ÖtMÉE¢ ¬½FcÉè1óìf¸XÖ^^3mÕu¯V/©ª±Ôá¼8µpà ¥SQïžC\ii@]…ÈË)eyð²½Ï íÙEaöÓÙm< ]í­OÙf·ºâóàVu—.ˆÂôæñU$ï"rµV”b'ÆÊÎlŸz£ñðÝÉÊœ0µãI·â³ù'qù$'cþËQ.Rhµ rÆÿeVœûÉK™ëŽ)ç÷Lõ¡Q.H¡wtB'>ïøõjø ˆÏÄg€øüËî}vž'ò=#‡«…‚®é%ñŸï½;36ç×xõ¡Y¯–JzƳM¬•‹E=çÛDçIVSÛñÙì“zÙ¼|Ÿól ¶ ¯RÒu õ*(÷w›së˦8±ú=]3®¼©„žµPõjÓhk‘ø ˆÏÄg€ø<Îøì:Žf²÷÷mR©Q/kƒn¼•Ÿã³Ýw —xµYmÝÝ}—±uP•Ì¥^>©lþkªÒºÖ<üÞgËeËÏ÷KíV%ªÍŠ6z«z^àÝ_l¯W×ýÝ}¥´{QVZ©ÐÕ'æWyÿ¾Ý¶t–«žm¤œÿÓ‚1eá(k^ynµÿ]À½Ï€øL|ˆÏ¿òÞçrQ× f·¾ø<õ%Q©”—éʇ6çQÆ">OlßfY~¢kÍRôh¤øÄç_ŸKúËgpE¿9Í+›ÕAñYk “^ú–-÷U9aü[ÜðÚ—P{o›K-&K%M×Ôgr_]ýµ[-«v½Ô©5¤|á0Q|S«º×:{mÔâ:N• /‹}ž(§½'EÇQ®^·ŠÏfà}Ë*䟅ÙÃH>üyFœßI?Ñ Äg@|&>Äç_öâª`<òßÚá{ó¡ÍYß– Šn¿?xë¾ò&äžÊ÷¡¯s¢`ÿòÃã÷{o¾o¯N?½"*ŸüîñÓ™Çï» \¬ OAõ>|0o>ƒëäâÎç Ü]¹Ï<)iP]¦X-Û-;Y…©ÍÃssžÛ{ŽQZÕóð±Èá¼9Û‰Ûç÷¼îkJ6Š5Ÿ“6ûùÌðß\í/ÙaË«6š•¾ÁÛ]ñyôUȶ…¯ÑÊC£’»Þµ-EUVßÕ Ägâ󘨥úÃߟÿnÆAÊ>=‹„9Ä€1ÊfÒÆ9ñ >x<º¾ìò\œs”ctwãÙXYj4Äg€ø ü²™´Ç}áš·ßÝ\g³iŽõàg¯;gÓÆy…qv ‡Êåñ > ]S#¡ÐúÊ’}zrà£ÒFgœQçFv®×kÏ=ˆÏñøs•Ë¥F£ñÀ‡>|øðá3Žq^1ðº3ñ >ñ > >Ägâ3ð7ÅçRµ`Äg€ø €ø Ÿ‰Ïñ >Ÿâ3@|&>Äg€øL|ˆÏˆÏññ >Ÿâ3â3@|&Äg€øL|ˆÏñ™ø Ÿ^62ŽVÃÅcUUþÊ÷Ñ‹¯‡çQil¦G›Ÿ¿…‡˜ûܾ¬Ü·úéxE>zõeiaÚf"ÎïGó²’¹ûöqÞ!˜S–O£ùèÑÚÌ̧›”bFK¶¹^ÒÆ³ÊRôÌe›ÿ-•55Ø·Ûœ_ür× Ê½ÿûº ÎnÜܫڋù­æù…r™×Î(#·¤{É6û10¶¾Òu#µgÜÛîý‘¶«gmôŸÝ(ùðé¢àÜò˜Nyk/ñ™ø Ÿ?'>ÏLþŸñ#`5ƒñ•u_‰Ï9ßžÝ&Î} åzRFüd^œ^:¹¦³éô}¡QW}[‚èØº &3™t¾Ô¨åÜ_Vפ˵¢2,‚}ŠWkº6Æ ø%Y­êZ>tè°¹NîkUM{ÌYWëSΧ1½ñЬ•´Þù­æùuÈhá¼ÍµÕteÔ¸­Ö Ú¯‹ÏÝ]1J|ã¶ûÉøÜî™þþóEŠ_í,m}O•òßÚK@|&>ÄgàωÏÓÿ>1ÃÐø,¥/–íÂÔœ0¹}'éêSfIyVlö­hõ¡^)ê]/ÈÁ¯vÛʹÔhVË…Öcf­X­×*ú¿Ÿ¥øùâäÚ•Z¯<_(”2­Ú4bqAµÌŒ/çùÕñÙÈzø<žø‹ŽÕÎVu³ Ÿ¿ùï;w‹[5¯oÛ Üš»qÔžy±Ñ3¡ïÛë­µ¶;WÜ‘îžw}}ÜyrÞíiÛÚyB¸QÚ(غͿì¥×ºˆÏÄg€ø ü—âsη5?½r«5ké“eA¯c+©9÷¹v•êž;jïC{vQ˜ýtvGCW{ëS¶Ù­ÎÕg)î½õGÓ™TÜ»·,ØV´Ú`]—?]&Vo’ÙûûD(œ.ÔʽÛ{»npùýñÙ¾qvˆÇþoëaâÃEç>÷¡ÍëÚvåtßÖ”wcÏn9¬gº6z>vâ47Ö©7ß¬Ì S;žô€KÌ­ø¼îÕêFèîß(¥ôóuö®^Ru)¿sŸ‰ÏñøÆg9}½.8vBå‡ZIM^®NÌmùÕöHì§±»õbA×tƒä7âóê¥R«ÚS´ÔÙs|¾¿ù4c[8HÖšõJÑX¦h|Ôd§F¥TÔõÜõGÁ¶áUÌ;޳7ÛFin¹ñP¯–ô‚Ø›µ­\äŠêc½r©  …b÷Èp«±µV¥)]ó¿Zc½l4[ö}˜\¥^+‹ú½wÍ&®Ýš­aq³Á9ÏæÓ:>…¸j§ÇôõlMÛÓõ‡f­l¬fƳÒeM+˜êy߇ q#P4²›lY—ú¼ L•Î7êzÙoƒºn@ùo7k•’QZ>°=%ÎeõÎø„aÍ{ÚvZò唼E7jo虎®]®µ±r¾MAtžd5õոܳQ”ÄÀøüz—ñ™ø ŸÿL|–ßÖ¦ÄÃd­ÙÐ{ïýà–oåÖUËþ[_[ƒ·Íø\î(%ùŸ¥èþ¢ |1ÂV¥+ؾ($ïß·Û–ÎrÕ’æö]ÂóÚ¶ù¯©J÷¥À‘oàµ,­˜xNC£Õ(Eö\Âìi¶R6].¸3%.ž+Õ∋w¯ãð{Ÿ[m¾$Œkwx÷½Ï¹Œ÷hwyvnÊ&NO™:_½-Ó­ûSÍÇ.7EQ˜ZÛÙ¿ $¥WºÎ¢üa÷>K™ —(¬ åˆÍ´Yn©®ð>´gz:°w—“ÒîEQX h¥Â(ñùi£Èƒã³öj—ñ™ø ŸÿJ|ÎEìb_–Y9o] |{|nEžJk ·U|Îٿ窭5ÿÄömÖñO´b­Yyw|TZ9ù£'>¿^c«(ñ$kŽÞ5º(´;-º~ȵ’2bƒ»Öq´øüØc]!Q‰Ÿ® ¶¥]w4}ŸÏÅ=­+àÅZQ³îÏö-ɹØÍÙÎü¬`sí^gdË®³,ÿõø¼,Õ ‰ÑšgŸuc÷³Ý¬{FÒF Íø¼ì/ÔJRøØase~*>¿Ú¥@|&>Ägà?Ÿóý9›ë xŸ3BP[:`¤Åù£Œ®½5>«Ùë­i›ë8U!>›É¥5@wá0Y*iFmÏ”ä;â³eir¬kðöH5¶ãóñËø\ÖGlp÷:JÑoNóÒjuàc¢ï½;3F‰b_H”n×g×µÚhT‹E] n ­Ë»–ñ¹+ž+zAË]-‹æ(ÝêÞgËò‡Äg9åYŸ'ùz]½­yÇ0Xu£ªŒÒ3Z_>ïrrÚûqRtåêõ’’07|…ö àÝñ¹£ ‹Ï/»”ß9ˆÏÄg€ø üãsÞ·é?rõfë^æ6%¸ãfzAyc|Vî#‡ó¢ ~:qûü¾€×}íOÉÃâÞ}ø`¾õ®‹;Ÿ/pwå>ó¤¤×Þ—$§=«6ѹLç•Þ‡MY”Ö=ÿH5ZÆçܳŽYóMÙâ†ÛïÞº¯^>b:;Y…©ÍÃs³ÀÛ{ŽÇ«Ï±£eÁ¶|à ‡C±ˆï|uâÕø,§oÜçWÁP(¼qo‹âô‡H©÷­Ö]]![•ßÿè°•ïáh0tç>Ûqˆ‚ðéNo6Êڈ͟­ºq´žÑ^Ìvì…ÙÏgž€ÿæjÉ.[^µaìÐJ>ùÝeîg¿ï.p}°*<ÆçþÒÝÈî^Ô¥üÎ@|&>ÄgàÏÏ3“ÿgüXͻψ‚màOÇíÇIqá4ßhTô®é9ßެͱÖµä㳬Jéðù§ŽÖûŒ¦ÅÇ1]O »ZÚ™¿õb ajqã(i$øW^7,åG[ó“Ží öòÑXƒJ{1ÿ5ZÇçÑÜ»ŽrÊs¸*¶æŸY?iµ÷¯ÙèåÞ¦óñETó »¹zëÞçøÕót»8»~-Ï‘£MçTçÝ[ ß‚Zã¡VT­º.ŸX~ï_*üû«+ŽÇ÷y¹6N}yó!]EU±yŠÅCo)y´žy1[&r¾ÛÞåæœ+‡×ÙJó¡Þ~§•”¸;Z_ê¼jmjaqí[¢ÔþêåFéÙKŸ{IŠ÷w)¿sŸ‰Ïñøsãóñá¾qz?=ñ¿Œ¯NŽö-~:”b­ùÐ(¿L.ª^m1Ɉ*j¹ñðÐ|T½µDWÔJæ,϶•B¹Úh>´>ͺ9t¶·U3 ïl\,Wëó7êå‚™øúêí¥éåºÙÂþ–öbþjÔÿ5«x®ªÝ½4Ââ/ÖQ+<.ÐlT´¹PªÔ›õÇ·#)z±òX‘¹h£3œØ².M/ÕŸº¾Q«¼ˆê/»ÎªüÞþ¬Ô‹l•YTŸ‡4Ò<ÅjkÞR£õLßlO»\£V-u¿®K5ÛÿT€Ù'ŠÅFéiäs/Ð¥@|&>ÄgàÏ *#|*å2}úŸ•GŸñ >Ÿýúÿ¾DŸñ >Ÿâ3@|&>ÄgÄg€øL|ˆÏñ™ø Ÿâ3ñ >Ägâ3@|@|ˆÏÀß!›NG«áⱈª*c®ZNŽ6? K¿ní~uùx0”ÿŽ=Áª¯òqŸÛ—•׿½¥„ˆ/šÿ…+ruE¤ß¤d³=ÇçQéßß»~qÏüÿUŸâ3ñÿaÆ¡êèàëôÄÿ¬ˆ‚íøpßê§c¨\&äõ…3Ês Ÿ. Î-Ǥè™Ë6ÿ9Z*k=ÓǸvÝUŒ½ë¤ÄõöŒ(ÌîySãOУvÈÐîÿö}¥Üû¿¯ âìÆÍ½ªý»;jÏÞØ·Ûœ_üòè%gNQ>þˆþª?wÈI÷’möc@/i¿¼FjOâbÉ6·úUíy_Ïto»wù· ¿Þâ3ñ >¿ >ÏLþŸñ#`5ƒñ•‘ ÿt´NŒÅ5O®{~ïŠ(8Ïy5:œ·¹ö£šþxåZŠ_í,m}O•k­}¢û%Y­êZ÷ô±'Žvcî·\ìØåÚü»?9W¯ÒcÏJ£uÈðîÿöM}%'¯Ö§œNczã¡Y+i¿A|n7ÏX/‡Íur_«j£í9RƳáZÞ$}G‹Î㈤ýº¸­Žw~÷ÎÜŽÏŸâÕš®ýñ¹Ý3ÝÛîYù· ¿Þâ3ñ >¿ >OOüoø<Æ ÃâóF¨RŽ ­øìºQ«e¹u¢kœ*Wº¯©¥j½^ÑûNt§ÿñYVòi¹ToÔŠš¢TêõòøÓå’Úÿ}C_I™ŒVmѹ þÛ;jï[Î'×®Ôzg½Fè()›×jÍz¹ ä õFµ ŸÿøürÛ½7>ú[ñ™ø Ÿ?)>‹BÇÒqTnŸÒoÝæ_ÄîéJ.îÞÝpLšKÍÌn;ã<åTàÛæšÝ,Êî\=ö&äÖ ÜàñÆÚ¼Ðªbrå0$ IKè½qÒ¿¿²<×.ÍæXÜü~qôeÍn7ÿ;³¶sË?Íù¢¨¤òS‹÷·¤«Cz‹s,zâRW”°ìáþoÛÑãëc/å¼ÛÓ¶µó„2´¯æ,ú*p°ºêx\Y×ú‘§ë6[9ú¾½ÞÚˆvçÊ;ÒÝàÁ xæ¼~Züš0~›«=Õ*$|¶½ÑnÕÌÜîeg'éiÌåãøí!;Ê6j à¿=\[œ1ç™w-­Í<Åg)sµ¹$N˜%O‰ë»?:›~X»ýà°(¿o«­êf>óßË—ã7¯o Ü(?Õ3]Ûî}ûI~äß*¯v)â3± >¿Y|vîrR^’$­To”ÒÏWÄúãskº?]&Vo’ÙûûD(œ.ÔÊšq&=œ§<¡t*êÝsU\¤¥NFX>Æ“éD$ž¯ô\Õê=—\BâX> '©èÍñ¢{·O®Â±Xäúó¢`[9K©æuØáyïâV—;Åž„âñd̹#ŠÂÂEê9eXöpÿ·…HÏ•»V*Y÷ju#˼³¯N‚±X2ê»ü¿áàíj¡ kºAI¼ŸåÐçaúk¬\¯¥ …BQWÔìÍöŒmÕ-7êÕ’^{³¶•‹\Q}\°Q.ôÎ̇U Ú ÐZ/u˾s‚Ë£ÔkåbQ¿÷®Ùĵ[óñG¯6æ}‹kÃâs»XssžMÁ¶áUÌ›‘óC{¸ÿ[)4R|~c_­2Vðöä¸ð-«©êýͧÛÂA²öÐl­{η)ˆÎó«×âóH›Òêï ]õ;± ŠÆ'ïµlÌŽ¥²ž­iÛâqºn–l´6ãY鉲¦Ìbõ¼ïĸ(–µ!5Þí‡ÞPþÀžiÖ*%£´|`{Jœ?Êêªújóž6–|9%?†žéxß~’õ·Êë] €øL,ˆÏÀï|ï³üz|Öò±ËMQ¦Övö¯ÉöèM)ºïžGl¶ÍMUº/< ½]T¶*¡;tôÞ.*Eö\Âìi¶Òº¯9ܙϕjQ­1o^ܪ%/nbÍû÷í¶¥³\µ¤¸TŸŸ¾ÍŸßÑWæxà‹EQX JJtQ¾¹­s?²”v_­´Ra”øüÚ¦´ŠÏòËz;{Žec¬;V¡Zó_FÉ­kš=÷>ç2Þ£ÝåÙ¹)›8=å0_½-Ó‡mÊ»½uX”?ìÞgc¹Z¨\±yƒn þéž‘ÕQ6Í(ñùÕß*¯v)â3± >ÿh|N{V^œºKóxéN¯½3>· ÉÅnÎvæg›k÷:#·OÈ'¶o³Š,?ÑŠµfåMñyP ÝqìE|6O²æ8P#ÿ†v§E×¹fÆÃQóæÅ­Zò2sçl‹ßsU£WߟÃÇ›ó(3B|~[_=¦³•`±¦wÒS¥ÖyBW{—Xöj%ɺãˆÏ½õvG¹AQ,;V¡^–Ü•øéš`[ÚuGÓ÷ù\ÜÓxP¬‡mÊA»½UX–ÿz|^ –j…ÄhͳŒÏïï™ñù=ûÉèñùÕ.@|&ÄgàŸŒÏJ.üEg>†´Çc9åý0)Îîeju#(~sšW¦ªoŽÏæ ’zAË]-§Ó·²®µ†ƒ.&K%M×ÔgJrÔÌeU‚ª¨CãóñËü[ÖGkÌ›·j‰Eæ2ãƒôJ÷Û-à+´oµ¼ýæ¾Råôí¦ :sõz)çÝ™±¹ŽS¥NzJ{?NŠŽ#ó+ź?ŸµìµÑìçz;#„‡5ƲcGéVÉ ‡‰b_H”n×g×µÚhT‹E] n ­?1‡mÊ»½EX–?$>Ë)Ïú¤è<É×ëêÝhÍøøîŸë™ÞÁÛïÚO¤‘«¼Ú¥ˆÏ•€QŸ1ÅgYŽû0e];gî«Û›‹oæ…ž‰uw¾Ñ¬Ô¬oKÅ ·ß¼u_yrO*L{Vm¢s?˜Î+ÝK߸ϯ‚¡P4xãÞÅé‘R­¤Ý‡æ[O⺸óùwWî3OJzíí<ÝU(%X'Ëü«ŒÔ˜7/®ÈoŽÏÊÐîÿVÉ'¿»DAütæñûî׫ÂSz}O_™O¦ºöüÞ«ƒå9abãR6·»ùRl§(Ì~>óü7WûKvAØòª­¯†4`ôMiµÉî#‡ófá'nŸßðº¯ý)yHc†uì=`”|² S›‡çæ<·?öWŸcGË‚mùÀ‡bßùêÄ«ñY¼ÛîÙªüþ ´ò= †îÜg;Q>ÝéÍFY±yãóÏõŒöb¶wì'ʨ¿U^ïRÄgb@|ÞŸg&ÿÏø°š!wŸ›ÕO‡ªHùèåɦs¾ý£…µÃëL¥ùPoÝ )§<‡«bëÉ™õƒ¦¥ºÎÆ¥\àhk~Ò±Ô´çë¶rähÓ9ÕyÒÂÆ· Öx¨UY•ÒáóOÚ¯¡¦7Ž’ZAåå¶]Uv` ï‰Ï#5æÍ‹¿'>ïá¾o ª*%îŽÖ—fÚw­N-,®}K”Z©ä=}e¾i¡ó^¤/ñ’±Ý_H9ßýà˜h½÷jåð:[yúʪoÚ”V×X;Ín½’iZüpÓU¶jÌðkÁ¯ö€Y{6z¹·é||ÕüÂîE®Þº÷9~õ<Ý.ήDËÃã³Õn?¸ò‰å÷þÁÁ¿¿ºòüf±S_Þ|HWQUGlžbñ穟꙳½}?ù·Š;~­KŸ‰Eñxs|>>Ü7Î0§'þ7ñÕÉѾu|n=ÅW/Vkæƒùi6jÕR× b´BµþøùŒ µÜxxx<×ô²ñe³Ö3]ÓKõNafi•‚ú4´µX~,Ìø¦^.˜'Ã=jÛSV%të-M7þ׬vòšR¨6e}ôƼyq«–ô«jFIͧÁ«C{¸ï[³´b¥ÖxèTÝêaåÍ}õü`çzgc5ëµr÷VP åjg3¾Ø%,ð¦Mi±Éºë5ÚÔyW‘Uc†vìëÛ¨Ur©R^£´Î˜ábåqYséFõ•Mi½Ûì«ò{Úfösóá¹Ì¢ú<¤y”æYn”Ÿé™¾ÙÞ¼ŸŒü[e„.@|@|Þ@UFøTÊå¦=bßs} l¦ßÎ+‹ >Äg¿ÜÀüN·ŸÄgâ3@|€?Ð+c­ >ÄgÄg€øL|ˆÏˆÏÀE–²™T"5X?Ï8¯ÈfÒŠL|ˆÏÀ_•“ÉØÕÅÅÚò¢}zrà#¯FgœQ¬-»<î ]S‰Ïñøkd3éË‹s—ÃˆGÉXàgg÷¹kÞ ‡Êåñ >‡x<º¾ìò\^ôÿ8¼ÛÝgce©ÑhŸâ3ðw0RöéÉx4ÌQŒQ6“6Î1žZŸâ³)zã‹çˆiømã³(ر(Gy0^Æ9ñ >LÊÞí­MÙ÷Bª¦Ô@|Ägâ3@|pÝ9üuiƾ{‘(5]ûK×}Ô}pt‘~Qùr:p´ùù[xÔòe³=ÇçQé¯ï™Ÿé%â3 >Ÿßùê³”NeôÆC£VÒ³s.òúÂåiž|øtQpny²òØCV_]¦¼#¸%ÝK¶Ù½¤ý’`(EÏ\¶ùÏÑRy´òåÄÅ’mn'ô«Úó¾žÉöí6ç¿<ÆÍ×½«¼µ—ˆÏ€øL|~Çøœñ®½|ÿÝì†7o& Ðá¼ÍµÕôDZÜRüjgië{ª\+Œùòt]ýSÞ7£Õ±7¸;>IV«£]¯oÇçOñjíß¾¾ßÝ3FW;l®“ûZUÓÆµùºw•·öñŸ‰ÏÀoŸÃÉT&Ý‘•ÊÍvªšo¥ªJ÷ECµT­×Ç>º»¿®ÁµŸA|–âç‹“kWjýÝ]=|W!>â3ñøkâó²G¯WJ½ ?Ò”v&zº$½t•Ûéoë6߉`™ðŽÉÖ óó®ÓÖý­í0õ5Ô¹×5çÝž¶­':#{åTàÛæšÝ,Óî\=ö&äÇEzêêŸbµìËH›¸=\[œ1ç™w-­Í<Åg)sµ¹$N˜N‰ë»?bùιþý•å9¡]ÑœcùмK7wïn´Wpfvã0(‹Ïå÷ÅgѱúÑÙªnváó7ÿ}g$¼Uó2Áãµùvó&WCRÿ”Ÿí™ûà§Å¯‰j£¤¶k }ß^o­µÝ¹rà~¼?zÈf¾«ôôÒ+]ªd½_¶ùîŒL|Ägâ3ðÆç+µZÔd#™º/):÷9)/I’Vª7J鮋§¹è±S„õ¯Áh,½1fžÝ ËÚËk‘­œµîÕêf:ËEçÅ©…O(Šz÷¢àºHKê*D^N)˃—í}"VhÏ. ³ŸÎnãñhèjo}Ê6»Õ¹ú,Ž·þh:“Š{÷–Ûꔪ>FÚå“P<žŒù/wDQX¸H™¥ÉñÓUabõð&™½¿O„ÂéB­Ü;¼¹÷ºêàòûã³}ãì&‡}ßÖÂć‹Tû C›wŒ'Ó‰H<_©—Ó/§T~¶gTE)VëÕ‚¢*ù؉±Yg¶O½ÑxøîdeN˜Úñ¤\bîÞ¬Ãw•®^R^ëÒN|ÞñëÕñŸ‰ÏÀï}ï³ó<‘ï‰KÕBA×tƒÒ5öøÞ»3cs~Wšõj©¤g<ËqlHÎÊÞlÏØVÝrãÁXH/ȽYÛÊE®(÷Õ%õM¹·XVëZ¬gkÚ¶xœ®?4kåBÑhÕJwH”5­ÐºÈž÷}˜7fØP]/›_å<›‚më”4Y}^¦¿ÆÊõJÑhC¡`¨ ¼= üƒ·›µJÉ(-Øž粺ª¾Ú¼F«yF´äË)ù1ôLÇýͧÛÂA²fÎV,ê9ߦ :O²šúj|¶ÜUºzéõ.5¨zµiT_$>â3ñøíâ³ë8šÉÞß·I¥F½¬ º¡µëÖ]9ºï„/Fl'Ç¢²ÈY’¹ÔË'•ÍMUZך‡ßûl¹lWD•Ú­JT›íe«”\Æ{´»<;7e§§Æâ«·Ecú‹û‘óþ}»mé,W5SaìrS…©µý«@RzåÞg‹ò‡Ýû,e.\¢°,” #6oÐ Ô?Ý3r÷l‹íÍÚ¹½]J»Ea% • £ÄçA»JϽϯv)÷>â3ñøÝï}.u­ðHSF‰ÏS_•ZAé{’søØase,âóÄömV‘å'Z±Ö,EFŠÏƒ–íz ÕcHÐ*%~º&Ø–vÝÑô}>÷k½fäÓb_|ÎÙ¿çªz¥\ìælg~V°¹v¯_ÞÛ;,ypù¯Çç•`©VHŒÖ<ËøüþžyŸ{f3ZhÆçe¡V’,7ëâó«]J|Ägâ3ð»Çç’Þwiõ›Ó¼ˆY˜‰Zƒ—¾eËýqLNÿ7|…öm­=ƒ·Í¥“¥’¦kê3¹¯®þÚ­–U»Fÿ¶†”/&Š}­’n×g×µÚhT‹E] n ­Ë»–ñ¹ë!ÒŠ^ÐrWËFм•u«{Ÿ-ËŸå”g}Rtžäëuõn´æ ||÷ÏõLïàms6×qªÔ™-íý8):ŽrõzI±Þ¬Ãw•OÞ¶îRâ3 >ŽÏu£ø^\Œ‡Bþ»@[ ÜztÖ·%ˆâ†ÛïÞº¯¼ ¹'¸Ý‡¾Î‰‚ýËßï½ù¾½:ýÇòÉï.Q?yü¾»ÀõÁªðôè°ûðÁ¼ùdª“‹;Ÿ/pwå>ó¤¤Au ˜bµl·\ìdA¦6ÏÍynì9¯>ÇŽ–Ûò'Å"¾óÕ‰W㳜¾qŸ_C¡hðƽ-ŠÓ"¥Z©û†b9íYµ‰Îý`:/[•ßÿè°•ïáh0tç>Ûqˆ‚ðéNo6ÊÚˆÍüö«ŸêíÅlæáf?Ÿyþ›«ý%» lyÕF³R¶Y‡î*ݽôZ—òäm@|&>¿u|~yçìŠO6¯0Ê)ÏáªØš2³~Ò´ToÒLúN>,·^„äp­¬‹]¢’wGëK3íҦ׾%Jõö{‘¤tøüÓã뮦7Ž’ZAﯫ öO±Z¶÷ñ\ÙèåÞ¦óñETó »¹zëÞçøÕót»8»~-Ï‘£MçT{~ÇÂÆ· Öx¨{¦-åG[ó“Ží ¦çËïi[Ú¿¿ºâèÌãpmœúòµÖS²Ô›gõòèŸê™³e"ç»æ+´æœ+‡×ÙJóáqÛYnÖ¡»Ês/I±ãá]Ê“·ñ™ø ü®ñ¹õÒ¢úCßç1Ôh…j½ÙšÒl˜“RË ã˧à¦+µ†ù¥~»úâIÎ_µ–m6j•‚ò\cù±T£Øz¹0¸®AS¬–í]£‚ÑkÏu×k‡h)z±ò¸¬¹t£3œ¸w¥TÍ|òsk²¦—ê§ÊŒUPû;PÓËuóIÑÆâVå÷ö¶Ñ-͇ç2‹êóæQš7xÊOöLßlåj§‘ZµÔýn)ëÍ:tWyî¥W»”'oâ3ñøMãó8XÝK;š¾Ëß¶´ñøCŸñÀ<>ú¯“A|Ägâ3ð·ÅçÖ°ÞRýáá½ñ%>Û§'c‘0‡x0FÙLÚ8Ç >Ägà¯G×—]ž‹sŽò`Œîn<+KFãwŽÏÅJÀ(ˆÏ€!›I{Ü®yûÝÍu6›æX~öºs6mœWg‘p¨\.Ÿâ3ð×Ð55 ­¯,Ù§'ûŸ8ð&Æ…q^adçz½6ð܃ø Ÿ?W¹\j4|øðáÇ>ãøç¯;Ÿâ3€Ÿâ3â3@|&>Äg€øL|ˆÏˆÏñ™ø Ÿâ3ñ >Ägâ3@|ˆÏÄg€ø €ø ŸŸâ3ñ7E–²™T"5X?Ï8¯ÈfÒŠL|ˆÏÀ_•“ÉØÕÅÅÚò¢}zRl?Ã8£X[vyܺ¦Ÿâ3ð×ÈfÒ—ç.‡Ýsu†±(ÀÏ0Î(<îs×¼=•Ë%â3@|þñxt}Ùå¹¼èÿqx·»ÏÆÊR£Ñ >M|^pÌ–ŠÅ§Ÿñ_c¤ìÓ“ñh˜£<£l&mœc <µ&>h|6"s;>·ÿA|Æ0>‹‚-‹r”ãeœcŸoÄgâ3Ààmâ3ˆÏÄg Þþ¯ËG¯>/.L™/V˜[9IHÿdí¹LÈë g”çÆ„Oç–'+Ÿñ™ø 0xÿ€ŒwÍ&.}O¿’Cs±c‡8½trMgR©´V«—ô.¹‡çm®ý¨¦+)Rüjgië{ª\+hÄg@|&> ÞÆ?Ÿ—=úð8,§®–mö­hõ¡^)ê]/êªúÇç“ûZEëš®–ªõzE'>â3ñ`ð6þÑø,§ýû+Ës‚ñKÛ¡íX>ôÄ¥N|N\,ÙÚÓͯ¶îÌér&ô}{Ý1iL±;WܑǙ3Áãµùv9“+‡!©·dÇâæ÷‹£/kv»ùß™µ³X¾Ý)sµ¹$N˜³M‰ë»?:Ó[ñù©ö¥ã¨ÜjÏÜÖmþ±F‹–X¯‘’‹»w7Z‹ˆ3³‡A¹·g”¬÷‹Ã6ÿÑ‘‰Ï€øL|¼îøÜÊÈË'¡x<ó_°p‘zŽÏ³o²R^’òJ¡Ö¨*ñ§~·O½ÑxøîdeN˜Úñ¤Ÿ³öòq0žL'"ñ|¥^N·¦œ†‰TôæxÑLÍÛ'WáX,rýyQ°­œ¥TÕ¬HŠ{oýæøð¸woY°­þhMoÅgç^ gÖ.i¥z£d8÷)^­éš’½Ò’k$ÇOW…‰ÕÛdöþ> § µ²¦õÇç¿^-Ÿñ™ø 0x›øü">›™´^.ôBγ)Ø6¼JIëäÐÖWÅ‚®é†¼÷ÓŒmá Y{hÖÊÅ¢žóm ¢ó$«©Ï37Zå E-ùT²±¼ìû0'¸ Þ&>ˆÏµÖ Åyÿ¾Ý¶t–«–ºrh­s¯±Ý_„/ñj³s÷±”v/ŠÂJ@+úf~±¸Ùs ³§ÙJY3Qw¦ÄÅs¥ZÔ”\Æ{´»<;7e§§‚M\½-Ö Zÿ½Ï]Ê£·¤{ò±ËMQ¦Övö¯I‰{Ÿñ™ø 0xïŒÏÁÃ9Ûâ÷\Õ­ƒâ³Ë­‰J­ tn[6C벿P+)¯ÅgsYñ$[­š|s¡ÝiÑõC®•Ôøéš`[ÚuGÓ÷ù\ÜÓº*]¬_Ï£¶¤{Zsæb7g;ó³‚͵{‘‰Ï€øL|¼÷ÇçÚ ø¬Þ{wfl®ãT©Zå´÷ã¤è8ÊÕë#Æçã—ñ¹,ß®Ï ®kµÑ¨‹ºÜZWŸ‹šýæ´ÍMUÅgmô–t¯Qgõ½ å®–¸}+¿á!ÞÄg@|ÀàmâóHñÙ|´Sf?Ÿyþ›«ý%» lyÕF³òúàm‹ø¬ÆŽ–Ûò'Å"¾óÕ‰N|V²¾-A7Ü~ðÖ}åMÈ=ŽÜ’®5’Ó7îó«`( Þ¸·EqúC¤T3ïòæÉÛ€øL|¼qÆgóuQ‘óÝó=SsΕÃël¥ùPt£ôˆñYWrñ«½Mgç=Svqvý Z6ã³,§<‡«bkúÌúAHÓR=UŒØ’îø9ÚtNu^¤µ°ñ-¨5jE•'oâ3ñ`ð6¬(ÅúÃC£¤›ÿVˇ‡§Ø«j棧;C{¿z\¶P®6šæ§Q«–žÞýÔ?sïÝø_³ÚyصR0ªi”õöhjc?kh|šFõq­Pí|Ñl˜O {QÅh-éZ#M/Õ; %Ö*•'oâ3ñ`ð6j_~m£7xt >ŸoÃÊC×‡Þ >â3ñ`ð60ÆølŸžŒEÂâÀe3iãƒø 0xøkÄãÑõe—ç✣<£»ÏÆÊR£Ñ > ÞþÙLÚã¾pÍÛïn®³Ù4Çzð³×³iã¼Â8»ˆ„Cår‰ø 0xøkèš …ÖW–ìÓ“ÝO`xãŒÂ8¯0²s½^xîA|¼ ü¹ÊåR£ÑxàÇ>|øðÇÇ8¯xÝ™ø 0xÀˆˆÏƒ·ŸoŸâ3Ààmoã¿é=3d`]Š,e3©D úXQqëãF£ÑxøÛü°FŒêŠÅ¸jü# é–ß'>Êu£`ð60öøÜ> ŒÏÆÑÐ>=†9güñ¹\.ëº6Š"¹æíÏ!ßñU;8«º?Ån!>h|fð6ˆÏÿX|6¦'bQÎÙY|6ZÅç±×õ±êâ3ð‡ÆgoƒøL|ü'ãsIÓÔqy->³®?ñ`ð6@|&>þøø\*iª2.¯Äç±Öõ!> Þ~-9ñEó2ñ€_ŸK¥’ª*ã2<>·®?ñ`ð6ð+³s&pàáã¨L|àÆçâ¯ÅçâŸt6’Ÿ. Î-OVþUÝB|¼ •ñ®ÙÄ¥ïéaG")ãÙp-ï’¾£EçqDÒˆÏü²ø¬(ò¸¼Ÿ»fÎú¶Eã˜Ø6+Ú×·÷=Ѭ<¾Æü,)~µ³´õ=U®Ô_Ó-Äg€ÁÛÀëñyÙ£×KúÙ¤l^«5ëå‚’/ÔÕ‚B|à—ÄçbA‘¥~þ»Û€ïö­_½Ÿ{êJ{Wm¢ó0”JgÒ‰˜ÿâpyBÏbù%ÿK”Rµ^+kêÏ•C|¼ Œ!>Ë™ðÙö†C0ÿò<3·{™[C߷דÆD»såàòqü¶œöï¯,Ï í?SÏ9–=qéy¼w*ðmsÍnk-µzìM¼õ­d½_¶ùîŒL| Ÿ‹Å‚,Ký>m}œ›‚ÿ‹é¾»[cúÞiýK Ͻu¥oVÛ§åBûOù›­)›ë8­kRêrsIœ0øSâú§Ñ\k)8^_mŸ6“+Á|kb°ë\âÓe¼3ñûÖӹľ;œkWš8l _[ î½ÛÓ¶Õqi`áRü|Ñ6·é½·ªzdÄg€ÁÛÀOÇç|ìtA¦7¯"ñxЉυ‚,åûår¹Çí{šè»óSv·7Ë¥R+Ͼ\ê•øÜSWªŸkµ=%ãÙš¶9ÒÕ²š]{}Ñt&÷î- ¶Õ³¤"çå|Ìȳâòq žL'"ñ|¥^6N^žKT ùèqû\âæé\bÛ“2«ÈŒøì:¾7ªPŒÿfoŒø¼îÕjEy@ᥔŸ?Å«UMPu«„ÑŸo?Ÿïo>ÍØ’µ‡f½R,ô¢ñÉ{Ÿ&ÖÊÅ¢žóm ¢ó$«©íølÅêåRA/ä<›‚më”4Y53¶U·Üx¨WKzAìÍÚV.rE­·vU¯6r‹Äg†Ççî}uy‘ŒÇÜçgóó»âó•ZÑäûT*|s¾=káýx¹Y1“©¢j]Õµû»âF XRÚ ·u&P*hÆWšž»Ùy>m(4­`|î»&gZö®}.¡Ê¯ÆçžÂ•ø‹øÜó­*ÉÄg€ÁÛ ÞÆ?Ÿ•èþ¢ |‰W›ýéá`ÒˉRÚ½( +­TxŠÏµÖWyÿ¾Ý¶t–«–Tc)×ã³GžÌMUÊ÷>0$>«Æ±9²’N%w6?<[ì\,³™´ÕüÃãso]ÑË•Þc·}ñëu¶Úl”¥Täòëö’87e§¦ÆW«·Åвƒß\æ™@¥œÏ¶ Iù>»„ÉÏñj£˜Ë>–Ü5±=[2òÝÕ:—Ðó©Û¯íøÜž?~¹iÄç­ªf3}…÷Léÿö-ˆÏƒ·ŸÏ.#)'*µ®'ƒI/'J3>/û µ’ò">çl‹ßsÕŠÖZjbû6«Èò­XkVuø Àø¬(FF"•L´t+;Ú™ÚÊ+ñ¹§®ˆÛˆÏ ÇÑl6—“´Bµi,Ù¨–”ûTà`E°-îü'ïó¹¸Ç8sX3â³’Mž2l¦UHòîóBë´¡œnUßÄDäÛBë\¢¢¦n÷çlÎÃLµpo–soNµã³²_Þ3¥ÿÛ· > Þ~vðvözkÚæ:N•º¬}ïÝ™éš(§½'EÇQ®^·ŠÏµŠ¦fÍ»¥“¥’¦›Cª© WŸø™øÜNÐçgß^ÍÎï‰Ï­{Ÿåœ“³F m¿\™§£ç[çzW|NÇ.¶º'&Ãîuã\â0W¯ªéÀ·E›¸îÓ‰ÏÄg€ÁÛøÃv9œñÓ‰Ûç÷¼îkJVr1óq³ŸÏ<ÿÍÕþ’]¶¼j£Yé¼ÝŸ•ûðÁ¼ù“‹;Ÿ/pwå>ó¤$ž¼ À+ñYQd#¿ê)G7<>÷Öv/·N ªF.î)$éÛ[lËÿíïöòdyB\õ+r6á?ídØ\º3säÖ|^¨¸stvuué¹øv~L$£¾¯ÆYÁìî·‹ë«ó³Ï.»0ùñZm4ô\*/ ­ølÄúþ»§ô~›Œ\|š³9Ö¿E–ÿ¥[ˆÏƒ·7¼¸JJ‡Ï?}p´ÞL1-~8ŽéU•3‘óÝöÄ9çÊáu¶Ò|¨—º6 >?5Ùºjjqã(©tž¼ À8âóˆÆŸSÉhàÇçÎΫ*í¢¸¶-ŽÏ‰TÍzYÓ^LlÔª%íñfµÜxx¨=ÞѬjæ“´+ÚsÉåjý±¨F½\Pyò6Cã³,%ñqy%>¿¬+)UŒÃºœPT"+žêÍz­`dXczJ­=4K÷©ž™S9µXm´çmTµLëÛäÓÄf½R3Ï‹$S’^~>a¨U ¹drpáÝSz¿M劇FYÊXü{”n!> Þ†ßbüäwkñ@|þÇâ³Ø÷ÊŒ'clÏo‚ø Ÿ÷yèúŸøwã³,I‰xl\†Ççu=XÆØ¤ßñ >Ùeqâ3à?Ÿ%)EÇex|o]â3@|ˆÏï‹ÏöéÉX$Ì9ோÏ×¼Ý*>_ý7³ón!>Äg€ø<$>ÇãÑõe—çâœs6ÀoŸóùX42·7×[7ÆÀÃßæ‡5c†qÕõÒ-Äg€ø ü¡ñY–r¥RAÓ”_Ÿ³™´Ç}áš·ßÝ\g³iÎÜA|ŽÇ"ÆqmuÙeü»\. <üÝx.ŒÙŒ™ÿ#ÁùÕn!>ÄgàÏ‘P°\.V«ãX6VO×55 ­¯,Ù§'‡|øü-ã¸6ðëüð7¼[ˆÏñÀ(·zŸâ3â3@|&>Äg€øL|ˆÏ~2>Oü¿ÿ/•Œóëx·‚®‹ãÔšø üÅñÙ5? øÆøz\à¿–+•JÀwkœZŸ¿8>{¯=öéÉPÐ_*Çõz\à¿£X,Ùyvzòöúšø üÅñ¹ ]óö‰ÿ÷ÿËxãDÚ8¶ÊÎÄgàoŠÏ~â3@|@|ˆÏˆÏññ >Ÿâ3â3@|&>Äg€øL|ˆÏñ™ø ŸŸâ3â3@|@|ˆÏˆÏñ™ø ŸŸâ3ñ >Ägâ3@|ˆÏÄg€ø €ø ŸŸâ3â3@|@|@|ˆÏˆÏñ™ø Ÿâ3ñ >Ägâ3@|@|ˆÏˆÏññ >Ÿ€ÿF|®ñ > >Ägâ3@|ˆÏÄg€ø Ÿ‰Ïññ > >ÄgÄg€øÌ/.€ø €ø ŸÉDñ >Ÿâ3@|&>Äg€øL|ˆÏˆÏññ > >Ägâ3@|@|ˆÏÄg€ø ŸGŒÏz¹`Äg€ø €ø Ÿ‰Ïñ >Ÿâ3@|&>ÄgÄg€ø àwÏ¥€QŸâ3â3@|&>Äg€øL|ˆÏñ™ø ŸŸâ3â3@|@|ˆÏüâˆÏˆÏñ™LŸâ3ñ >Ägâ3@|øÿÛ»ï(« ã‘¡‰"JT‚Q¬¨XÉ&ÁÅc,Ù4õàj4j1Æ,=YBD@+MŠÀЫ¥(0Š”a6½ZQPqÏÙ;fÞ{3Àð™Ïï|þ@|3ν܋ï{Þƒù,ŸA>òä3 ŸA>òä³|ù ÈgÏòä3Ègù òä³|ù òY>ƒ|ä3Èg@>ƒ|ä3Ègù òÏ Ÿå3ÈgÏòä3Ègù òÏ Ÿù òÏ Ÿù òY>€|ä3Ègù òä³|ù òY>ƒ|ä3Èg@>ƒ|ä3Èg@>ƒ|–Ï Ÿù òY>ƒ|ù,ŸA>€|–Ï Ÿù òÏ Ÿù òÏ€|ù ÈgÏòä3Ègù òä³|ù ÈgÏ€|ù ÈgÏòä3 Ÿ@>ËgÏ Ÿå3ÈgÏòä3Ègù òÏ Ÿù òÏ Ÿå3Èg@>€|–Ï Ÿ@>ËgÏ Ÿå3ÈgÏòä3 ŸA>òä3 ŸA>ËgÏ€|ù,ŸA>€|–Ï Ÿ@>ËgÏ€|ù ÈgÏ€|ù ÈgÏòä3 Ÿ@>ËgÏ Ÿ÷/Ÿ·ïÜT†|ù ÈgÏòä3Ègù òä³|ù ÈgÏ€|ù ÈgÏ~ãù ÈgÏšä3Ègù òä³|ù òY>ƒ|ä3Èg@>ƒ|ä3Ègù òÏ Ÿå3ÈgÏòä3Ègù òäsüòyÇ. 2ä3Èg@>€|–Ï Ÿ@>ËgÏ Ÿå3Èg@>ƒ|ä3Èg@>ƒ|öÈg@>€|Þ¾ã 2ä3Èg@>€|–Ï Ÿ@>ËgÏ Ÿå3Èg@>ƒ|ä3Èg@>ƒ|öÈg@>€|ÖD Ÿ@>ËgÏ Ÿå3ÈgÏòä3 ŸA>òä3 ŸA>ËgÏ€|ù,ŸA>€|–Ï Ÿ@>ËgÏ Ÿå3Èg@>ƒ|ä3Èg@>ƒ|–Ï Ÿù òY>ƒ|ù,ŸA>€|–Ï Ÿù ò¨nù Tž|€š™ÏÀ’Ï Ÿù òÏ Ÿ+™ÏI+WôéÕóÉÝ+tljñüãÌ•¹øÃ{$¼Sä3ÔØ|NZùîsýû.|sÁÎ;þ/æÂ‚˜¶¢â Ìç¤ïÄMxmǾø¿øbûóæ>׿ߪU+ä3ÔÌ|2h@òúõß~ûí®]»¾‰¹01¦¾“?rQ6TáeæóšÕïÅMxm‡·À7mýÚµáý"Ÿ fæóSOöعsç×_ýUE cÒò¼áofÁA^fa>¯_ûAÜ„×ö®]»*¼¶oßÞ/òjf>‡áðÍ7ßìܱ£´_~¹üíÅ[7o*ý“á#'.Í:?ªð2‹>—¾ Æ{×w~ùÅeî‹â»@>@Í篿ú*,…=¾Ø¾}éÛ‹çΞ±sçŽÒ?>rÜ’œÁ¯§S¡ëîííT(¼ÌâŸÏ¥ï‚Œôô6mÚÜqÇÛ?ÿ¼ô-P|Èg¨±ùüÕÎa&ûü³Ï–¼µhæô)…é¼}ûžŸ…ûVöÀ¹iT(Œåh? Báeÿ|.}„ÒRS[¶lÙ±cÇÏ>ý´Ì] Ÿ ÆæóÎ;öü§“×®Ÿ8òý¤•_„©°÷W>rÄ‚Œþ3¶P¡0–£ý€ …—Yüó¹ô]P¬sç›eà€eîù 56ŸÃPÎÏË-–—›³lÉ[³^𛓵ç'‹…>?½ïôÍT(Œåh? Báeÿ|.}„6¦¤œvÚi·Ýv[nNv™»@>@ÍçÏ?û,l„=r²³Â‚ž;{FVfFéŸùòëi}¦n¢Ba,Gû /³øçsé» eCòùçwÛ­·fge–¾Šïù 56Ÿ?ûô“0J ÃyÙÛ‹·mÝRú'ÃG™»­×äpP…—Yüó¹ô]0ôå!·ßv[fFz™û¢ø.ÏPM„Oã33Òâù}ŸÓÓR³2ÒË+ÈÏ+ýa8 œ³íɉ)pP…—YüóùÓO>Žx”–‘–ñû>9üË/¿ð{ÄÙ'„ù>!O>4 i劰 *&Æ€Ù[{ŒßUx™Å?Ÿ?ùø£ oðN ï—òù!O>‡Eð\ÿ~¯N›¼uó‡iÛ¶Æ&ÆK³·BÄ?Ÿ?.(ˆqñ‡wGx„wʪU+ÊçsJòºÉãÇ®_·&#=ˆƒÌŒ´PØÎáSñÉëâ“ÏÅݧWϰ *F ÄÇ+CÇMe.þð‰ØÎ{ zÆ´)cF=b(áÓïðIøžvŽC>¿½øM¨¼h¯+Z;Ÿ¿5333333Û—ÕÌ|€T^Ë–ÏTsÕáµlù òy¿d®|éÏOLø §ü¿ÊO_9¬k·Äµy‡Û•pØrîú ßtË?dÖè_Ö}9KÎXõ–·ù>Ü×sq<¾à̉ÏNNÎõ¿ ù,Ÿ÷’ýn‹ê¶ë½"Bg¤-ìÖºv£k¯Í9_[~Úû¯I|=å»ÊË\ðç³êžpýËøÄ¾úrLi‹ûÞÚ¦ñ‘…W]ÝkÇm^?ôúÎì2¿°§²–þ½UÐè–©iÕêËÿ ÚOUú,•;c‡øÚ®PÎÊŸÔ½n¶ƒüµåošõØ ƒc®~.)Ëÿ2äs¼ó9wÃôÇ®kÕ0|lí&—Ü9`yzA5zI+%ñÆ£kµþûÒ¬(H}oóà¤{f§WüÒ^UfÆë÷4ûã¼ï^nËz·ï-µ{pÚæüÃôc¾b¾ø‘–AÂ…^˜0sö¬yïlÉÝ<½Ë/¼é™w²ËÇ`cÕþ ÚOU}òy?'>ùœó^ÿvNlÿ·iÉÙþ ŸãžÏY+Ÿº´Nplû®ƒÆêÕñGGÍ9¯šœÜ÷žn[»^‡¡ÉùQ“Ôó‚#\;*%ö×|³ ãëûrȱR}uß ‚„c¶V†UyŒò¹†åsA^fòšToÛàäsÆÜ?6 ^?rcÑ ¦ÙKmÔ¾òÅ5e»&/yܽW¶jÒ°VÑç<ú¬íýèo/kQ?ü‡ZÇ󫧦îΜœuSûå9Ç>°þ©?y`DRVɇ·;£Iƒâ¯{òåwz7+âõ­ã®NÎí™”[ø9ô½¨VBûWŠ*?uɳ/i–Pô)š´í27£¸Å’zžÔ½zÔÆX/­Vò0 ²W¿tcË£(üOÙ¸Íïú,Ús\¹)³{ü®mó¢ÿzýSox.)§è+ß³Óÿº8«LAä¦Ììþë ›Ö)úˆvxvajþž“ålÄÿó6LøÓOÎjÖ°ø(ŽiÕ¾Ó %é%_gÊôG®>÷¤Eÿ&áÌNE¿FѪèØ÷¬Á/'¥n›|SÃàGO,Ï)ƒvŒQ¿?g»ü¯`^ ±.ì(·IŒ|Žz[Ä»2ú™‰tŠ/€„fMê—¿ª£œÉÈØÆ9OþþâfuŠ~²~“µûðձNZ´ëù\Õùœ»²{ë ¸lPrI¤dÌ»·YpÔÍ“Ó"½´œóÐË“¦NýÔí- Këg]úŽœ0á•î77‚–%O°Sßx¨Upd뎽ÇΚ9úß¿jgýííÌÝÞeðø‰“Æ¼ÐµÃñApæß–dV”Ï[&^_?8û_+sŠpùãgµÏ¾÷ùióÞ˜3ñå!3ÖåîùšO šÞ='Æ+e•=Ì‚¼ô¥£šŠ¨×ò¹ªó9sÞ=…Q5eÛî˜ZÑ#|B{éÀ”üXïÌÜ<ºCÝàŒ,+znœ·ö¥K‚à‚gÖäælyM½àìîï–ü}P[&ÜtTвë[Ù{xþÚç/ ‚óž*J‰•‘›ÔûܠΖ¼8cÎ]M‚coIL)ûúiîûÏ\ñ㛣ŸØÊæ^¯r¦ kwDpé€ð1›Þ hz×ÌÔØop-u˜ÅÒäÎ%’·nÈUuƒæ÷/È({2÷:ñ?ä2¯˜ç¼ÿì•u‚ßÌŒðvÜÊT¡hù|`Çññûy¶+ÿåý¸¢_ØQo“(ù\ÉÛê Þ•{‹|Ê|¶u/\Vk÷g‹r&#]`cÑ 8áÖI[Š¯Ò´¿?®$Ÿ£Å–h×òù äsÓ‘5 vdeÍ¿¿yÐø®9iEÿvÛô_ü°ÛÒ¬ü¬…¶(÷ó›éiež'§ÏêxBÐâÁ7³bçsÖ²ÇÏ(õ‚iæ²ÞŽ ‚†­ñ@ßiI™{¾Âü ƒÃçý?Ÿœ— ‡Y¹zô#7œß¼áAШQP Y »ü ¨÷óñ[>ªt>—ûœú^>»&÷£g#þ‡\6arÞï}^ø©_\Ÿ[¾nöá bäóc¤ÇïçÙ® Ÿìbˆ~aG½M¢äs%o«ƒxWî-òˆñÙ¢œÉØ¢‡~$\;nsÉç,•ÏQ"ÚõÀag|âȯ¿úêæsΊÿm—þî-¾áÓæ†7MN-ˆ™Ï…OeOüï׊Ÿ¨§ÎøÝ±Áéÿ³$|¢þfçS‚ÚWô™³tÉÛ»-Y±.­ ìSë9w7 Nî4¿ð©uæüN?×ìŒòùœ“ÔëÜ ¡ÃØïŠ,?mÕ”§;u8µv4ÿͰu9Å/Sþ¥UµÚ ßýåóƒ{HΚ kÓ?BЕ:q?äòù¼ºOQ>¯‹˜Ï•>¨ù|àÇXîñûy¶cFâ^ Ñ/쨷I´|®ÜmU•weì|Žx¢¶hg2¶ ÓÉ…n~k„|ŽvÑ®;a;Ú|þ(cÎÝMƒ£nýañ_0µô±3‚#.~MÞ~åsAʰö Á‰·OÙû%ν‚qÕSçµ.}~]^„?û<áºzÁ9=V•}>œùî¿ÂÄ;·÷{ÙÅåRøªÛ¯Åú+ƒ*w˜[Ç´?2hÝ}EVÉC¾®nÉÛ_S†_•4ýÃÞïVÍZü×Ó‚c~=--â›·?um½ðCfíþVMë‡v¨4»çŒ˜g#î‡\ö‹ÉÛ0âšúAÓ{^ô~ì}8¨Èù<%­*ñ»ÇïçÙ.ÿ+X•CÔ ;êmRú,•úq%o«ª¼+cž™Èg úg‹v&Ë_3ùÉÛÕ?j^F¹|ŽzÑ®¼yû |ãª=ÚõcC'ë{WëÚA“Û§l*÷Ý‚*÷Dý£ü­¯ýé´ 8¦Ýý½FLœ2uì ÞÿzyeVì`Ì\þøÙApÜÏ~.qâĉCj|÷7o¿ßç‚ n‡Ñ~=9«{ö2yö¼7f&ö¼¹qðÓ—7ä†?ŸWø „«F¤¾•]øÆàà²AåÞ•]©ÃÌ~»[« 8í÷O5oÁü©ÝÛÖ.yžŸ¿uN§ÓƒàøŸt~fÔ¤)“F½ôâ¤rò?s}ƒ Á ž09ñ¥~£Víý‡IÓüåÌ h|M×§$ö»¯mý î<³*'v¶ÄýKþú¦Â_±a'ê×éò£‚Úu_–]ñ[Uú ÊäsÞšçÛÁÉ·X’³ÇXúUõÈ߯³]þW° /†v´Û¤ôY*ýãÊÝVUyWÆ<3‘Ï@ŒWŸ£Éò×LþƉ·ž§ÜüÏáÓgLü÷_ž¼çïýŽrÑ®¿÷lò7o½K6yJ·kN/ún7'^Üñ…¥i¾R%Ÿ¨ÖÜÚÉÿ¸éü&Åßwæ¨Wþùõ´ØÁ˜ÿQÖªa÷µ;¥nñ×[¿q«+ï¿¡ø/Ê]UøÝ¯YØP ºþÇ)õ‹Ô¨eûί$=¥Ï~ÿé‹k×»jXñsæ¬EŸ4¼qRêþf~ê’þ/9)¡ø¿’pt³soOܘWr\SÂã:±vῨsâÅ] _ ËN|g›ãƒ¢ïtþÝ“·d—ùk¸’§?qsñ‡Ô=å²;ž™¿5¯¢WýâÈÅùÜøâ‹ZÔ+üÏÛú¦'¦§äF|_÷¾T™|.ÈÝôêÃíšÖ9êêÄ-ûqŒ¥Dyü~ží²¿‚ùUw1äǺ°#ß&{¥½ÎXen«ª½+c™ˆg VŒG9“‘.°‚ôeï¹¢è¤Õ:á¬óO ó¹ë[YÑOZÔë€Ãî=Û‡þÍÛÕ\^ò+??êˆsÿùnV”¤ÏëÜ"h|Çî¿ryÓèkêÕ¹òŵß㿆7·±‘«Û1R#¤ oŸ\Øouž³@µxóvu—½ì‰ólðÓþI9þmÆ’ÇÃÙþ¥Jþ´cúœ?žÞø£R¾ßïÞŒë!’|ÞÇc¤ÆÈ\5¼çÓCÆÏœ;oÎä^Û8¨sÙÓ«\Þ³]mÞ¼]Ýe,ïw×ÑïExOf~Úò]¶ºô÷–ÍÏÉ)øÞ_*q<äC”ÏûzŒÔù›_ítÉ)jýÖU¯ùEÿõÏéÉ^zðžmoÞoÞ€ªz϶7o@…ïÙöæmðæmÏp8åsø™à°q0ò?™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™™Ùa´ÿ‚ùvH endstream endobj 422 0 obj << /Type /XObject /Subtype /Image /Width 1301 /Height 664 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 3733 /Filter /FlateDecode >> stream xÚíÚÿOÔ÷Àq¾Ýw¾Å\øêj¥JC#Ö4%´E0„d©Ø#Él†qSX·Q¥&˜¶gj˜°éÿ·}9p¶nûe¿Üçñøñr?½~xæõy¿ßEEüÅa!‰ÿ{ó*(|ÿ­‹ù––––º uù2¾:‰¹F"Ñh9@a‹F#‘\_‘Åà·„EU,«¬ Ò9ÈâšhF@¨$µ5ñªXEùA5·¦†úºdmÛÛû píí={º»}pwõÚÌøû½©dì…(Fc‰¦¶ž¡±‹ ¿_ÛØÊ>Þ~²³³ P¸vvžl?În}µ~cáÒÇCoµ§±èó(U,Æj[»ÏMÏ/ÝürãÁÃo²Ùì#€–Í~ûðÁW_Þ\šŸ>7ØÝÚ˜‹bq>Š‘Êš†ôÉ‘‰™…•›ëw7îÝßÜü €mÞ¿·qwýæÊÂÌÄÈÀÉtCMe¤ô(Šñº–®¾3£SW–n¬Þº}gm ­Ý¹}kõÆÒ•©Ñ3}]-uñŠ\‹ŠnZª’©¶S™±©Ëó ׯ//¯²ååë‹×æ/OeNµ¥/Ÿó7-µõ-=§3£Ó—>»:;;7PÈæfg¯~vizb4sº§óx}íá=KÅÜ÷su²)}¢g`häÜØ§ç'''/² sç?;724Ðs"Ý”¬®È)æ_*ÆëRéÎS}ƒCg3™áဂ6œÉœè;Õ™NÕÕ<¥˜b°*–ÇjêšZÚºNv÷ôöõ¾·{{ºOvµµ4åš)=øzÞbIYPÅx²>Õ’nmëèììì(lAé:ÚZÓ-©úd> endobj 367 0 obj << /D [417 0 R /XYZ 56.693 466.616 null] >> endobj 421 0 obj << /D [417 0 R /XYZ 56.693 446.746 null] >> endobj 416 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F64 307 0 R /F14 413 0 R >> /XObject << /Im1 405 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 427 0 obj << /Length 2096 /Filter /FlateDecode >> stream xÚÅYKܸ¾÷¯PN£Ü4zfO^{vá 6ÖÈlñì«–Çôh‹’ï¯O‘,²Eµº 6YQYUü¾ªb‘M£§ˆF?î¾ؽü!¥QIÊŒgÑç(ã$Ë£‚ "òèá}ŒßÉ~®Ûý§4ž§¦m”œêy´ÇÚ>Û»Aó¿<ü#ešZ9ÕÐ?RÊŸæQNÍЇóßK=}V‡W•þ¨´°ŒEX– mY’ç$+Ëè’2GÛÌ΋ø¥}$BOÛÝ?ì¾ì¨§‹Ò &‰(/É(ªn÷ñáH’²ˆþiFvQÊ(á"ƒvým÷aG#ºÄ*KX 3Ê“’0šY{¬õ/ßÕýlLqs× SRÚB3éÍ£H™†¦o&DE¦õ ÇfBÕ6jŽ-¨Õ`,Š’§“%ôeØQ㳺ó(Ç\­Ü´O{žÆÚ¨ê³HVË p8àz,%iÂíª^ƒ|Ù[W¸†Cš âWphåÙV#˼=Š„¢¹{–ÆÿÒÓªyªÇp è4 £ÓX;°æÆ6¦Àîê >Ý^$,òÞ)×}c¡ ¸.½Ax@Æ×=§ñöl-Þ3¬]?ž1M°æ3kÈû¡[yÔ¯RÝd,„–üÚBЏµøÆuZwŽò‹¸G…ï1Í …HûTÆŸëÊ¥ 7)z§RS£>í8p3âØÓ`“U±Pp'B‡Ùlñk‡Ñ ˜1Âò4Lcjð¤+ÍQNk¯é‹è‘OÏÃA8ËC¿zØçIüíäœõÝÛw÷7Ya$åÅV2ެ@cÉJ&NìŸP4.Ó²pÁ0Ãt¬ø€Ã<|h±ƒS|Áô!àcÏb'WXJŒáöy¦D”$cì äÍ TSêf˜S"Êü Œ!ÐXò¯Fýt:Ì›…GO“ö¹Â1q¿ã^à}ˆ?£ çx€7¾±Ö> øVœì6¤°‚$EÈÉïŠýOãžAœNC5ho1Pš¥Û X²a@7 èW ¤~žF¯Þ‘3QÚgÈÁrê™Ó;8•kŒÃA¨Às ß4Ö^û´qZ°Aç„­aÿ_n¯`‹l~Õ{Ó<Ýæ !4O®EËF,ÌFðz¼“ Ó‰>Ê1.’Ã$Ä‚$¤{§ïQÙEÏ;š"ù$(XÇ À ĸ¯‚€sÂÒéÈ~Ï(@îû}ÕAcƒ¡ïkS2Ü "‡²Œ‹kDˆ¸ªÇI6½Å?Ñú±±Õ·ù|¼«F¯Í|@ÈäD\p"“$àÄo zÆEbJ<'^8sb·c8 Ð,tx»ySܼ] èÖÿeWÀÌt ©Ãþƒüôj¡Þ¤Üž™(”Šušr«X”úê¶á¹€ ÿ¹÷ßhÖ€¯Gsˆ˜äDnzVAó…ûk¨žõôœi¦É‚#~µÖC£é? c'³Áh¯×@’ ¥q”›o_žtà£2Þ“c¦Ð£š§ƒÁi ­£.Û›òíöð õ¾ œ–¡·¹ ‚§úyFÌX²´™þaO„Ñ%³'®’ÇýÝ7Û!í»œ«ÙX­ÇœQ²O°¯ý„%=m ö¨£ö…Ò¢\GLB½žŠ“jûéhŽCwr íbK›ª•ã±Ä¼ @›Iïjó*à³4>÷d<;„ª´CþºawMõ(²Ä¹ê#O…‹ ÔT=·~DîïÜ ÓÇôLÀŒ’4eú àËŽ ÿR;dÑ6ÉÌ „Mæz_¾íxôfØ}€ÿNòÁ‰>,d_^©°"'yšxÌú®ž´ëõ€ó98ÄNû:Br«WW0òÐë`F ðÈ;œNÃ8ÍýEˆóˆQ0µ´iƒ @&ƒe AŠ ó'"˜}<0@/~=jUÎWs<ªÁóë^øÓ,¼žÆºÓYºŽs‚_ÁÁ"2ÜJßx@ª:8ë?uwjë¶·Ü…ˆlÛÁO2ö¹;‚Ù¹Ôù¨Ëáæ’’u”¯2—é1 Ê%!2Õz—ñ lƒ«õ —úLE,"A"×!’“R‹ÈßÚÆØ\©ùÄ 0ÉÖ¦60fŒ“$É׉|̨§Cê±oÿ¨¡€ø¶ÏÒ˜`õB¬qè'8*¼³˜{ÉÓ(»®^ù­sä:¨®¨×£- ªúÊå$è8}nðÔP¢CiܦÄíKð木,¼Å«3kËìîpÎÜ8Ó½ÎÞ ¥¦W¸®–€^âäÒœú¦´ÏQ=•eYü_V‰nÅ‹ØP²QRõoë$ã˜P»¦—í­û7tA||ÕdïæÏÖ½r¶p/ð‹’…pýfýâÒƒëtM®ÚX~')÷EÕ}?Y—ÙP ’çþn+Æ%#¼ÌBg“[pí}5}AÒg™¿)ûip^ñgÈZ_M&kÛ _\&ŠÞÑ÷CS}†¸´ÊÙrœ$=hÚ }8®ä>òß_Q‘CSº…;³~…¯§±=¼ßƪ{7 D1Ì M -ÊòŸŸñ¸ƒ(ñÛÈæ~ù|Þ«Û•·úk;¶º0Áu ýS[;EÇÙ…)P(çГ쎾™al)dìÑÉ̦è§Ë›ýV›ý·„˜ÍEÒb`¸qao–ºán'…å~îµbW<ƒlMÊ¡j4™¨Õ$¯ÂüÞ0(WÇèwTÑÝ…Õ›NÀâS ­f©Ôf¼Â¹Q?.Jœ©¹¸¸ßúý'¡PÊ”ÿÍÏ?ÿš³ endstream endobj 426 0 obj << /Type /Page /Contents 427 0 R /Resources 425 0 R /MediaBox [0 0 595.276 841.89] /Parent 403 0 R >> endobj 423 0 obj << /Type /XObject /Subtype /Image /Width 20 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 430 0 R /Length 1042 /Filter /FlateDecode >> stream xÚ…“iLTWÇçC¿Õ¦KTVµÃ:¸Œ 3 `M5›F›HLˆiµMI R¤­P›VÀ¢T´í‡¶.) %²Œ‚ƒ¬Û@Aaæ±@f™·Ì{÷­¼ÞÉ£ÔðAOnnî;¹¿üÏÿžód²Õ᪋Dï+]õ;l·µðÓQ©‘½*¤;a‡7pO¸' Wî¬ö&UѯQýVñå-~Þ}"‚ŸŽö´+æoÆ¿\ÔÕœ wÚ’AÐ,%¹™ÝÜìû®:¥½<öåÒ µ ì|ª`ñ[¼)•!ŒË$ãÖoçû}¸¾Q”±#þ«@NäwuÂŒŠx×úG‚”œÑ«°¦(ÐÆõÊ™îÞ¢ÁË_¤(ªƒ¢Úq)Å [ìU1ކh{o: #'uôœR@|„1_¶? œ†-PúÅÅ¥y¤Ôf<„?ö˜SÉù#ÔÂaÊJº“M%X|àÓqƒ[¡¼;Äݾ¢výŒ)Í3WJ“Õ€,Ä€@­Gl£Û>Ò•äe- 䞆.¯·6îX‘®IÃl Ìt!ðüˆB€Ÿå™œëYQû#ýÏ‹Øv: ²¼ÙŸm Æ}ˆžàÅÖñƒ,Òô9æÜK}ˆŸq`ç8[Sº[&{íÊe@? ìjñƒ–™‡ Áì›èî\.Ût+‘pgÓæ @”ÐD…}ð¯3éëßxýè§a,ñ!éŒãh™í‘s¦M%ú‚ È[|û®ëH¼„=ˆK4^ ˆïYòlýÁo¯Y»vÍܳdÊ©“X~$€íÒ$—,·¿ãñT1£94q ÖLã?ðLÁí‚„¼lusc2j?@Û´^¿ˆwP™GÛ„‰êŸð¥ñu½±N†£M´å_¡ñ‹ÞçÂòy&O'(ô(é>ÄNm†\Kcr¶{3‘ÂŽFxLA’eÌe`,çi²†ÆaŠ~à§)<“ÄÓ)üñI h ^¨ î*UöUtÒý@KöÿÇ:î2æ| OÒ‹y¬ó‰ìw´hžW†´…ÞÉŠ¨>¥îû}ï`ù¾¡êF*…îeÖù¬˜™,aºÓÄ¡dQšÿjÈßT•VŸ³½.[ÕômLû…¸ÎË:ãµÄþ?w ”¿×ó‹VÚ ±Ó])ôókSµU§7^=¨¨ü,RŸ©Ñg©ï¥y˜ÓRÛúcœáB|WÙ®–ŸµWµh³·¿ìãeé¹ÁŒ¿Ò·Õg¨3ÕÒò²ÙêŠ/vÞ9©íü5ÞjÐ8Z¤i§hññ‚íáÒhÁ˜jŽ}p*ªþ¸ºö˨{™ê†ÜÈš\¥¡L3oŒí ÑúÖÊü¯ RËmÆXksèàÍ“ÊYƒb¶-TœUŠÎ7EþÿkpVýõÿt~ý endstream endobj 430 0 obj << /Type /XObject /Subtype /Image /Width 20 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 290 /Filter /FlateDecode >> stream xÚc`ŸDyT0ûÛÿÿ_üP„ÊÿÙ~êÿd±ÿÒvý?ÍŠRýÿW“AçÿeUFˆ»ýÿ¿* òïþ¿ûú­ $ÂÌ*lñÿojÇ£ÿ ðïX¡hØLþ¯ Iì„sÁà3P¡Òwd‘ÿÿþ˜30~ý €šÅߣ‰]b`x&öŸ‘ãªÈ¿ÿþ þ¡©ëf`¸Ž®w ÃZt±Å eèæ10è¢xãÿÛ †«øÿ³Ÿ48¬z ___ä RÁCÿ?¯Ë0daÀ 8˜ Jƒ0”Ï…$Ï es#©c@Ò“ƒéåF³ƒÍldÀ cÅ7”†©å„òa€ ³#©aE‡¹™ÉC¯ × endstream endobj 428 0 obj << /D [426 0 R /XYZ 56.693 815.761 null] >> endobj 23 0 obj << /D [426 0 R /XYZ 56.693 454.457 null] >> endobj 429 0 obj << /D [426 0 R /XYZ 56.693 426.072 null] >> endobj 425 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F64 307 0 R /F52 247 0 R /F71 414 0 R /F14 413 0 R >> /XObject << /Im2 423 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 435 0 obj << /Length 1798 /Filter /FlateDecode >> stream xÚµXKsÛ6¾ëWðf©1ÁgnmÒdÜI:ÉÄ·8„‚mt(RæÃuúë» , P¢“43ÍLL<ûÂî· ±è6bÑ›ÕoW«ç¯3Uq•'ytuåIœQÉE,Šèj}Z¿“í¤šÍ6ÉØzu£9ª©· ;e¿ÍE‡{~ñóÕ `Ëy\e™åSwí5cÉíÔËQwíüüŸOÃö×7dšñ¨Írš¥EçUm³¸*H·Nåú¹ý¤­~¿Zݯ8ˆg²‰¨¨xœ³$ª÷«OŸY´ƒ=P0N«2úÛP³89Œ›èãêÊ‘~ô;“˜º"fI…ïW )©ÒÊP„c³ÉyYšYžçnõùå^D¯:PãÓ‚¶$iˆ2Z$Á…&In6ÓLÄœ¥ÖoïûîÐëk‘ñÿ öÒÝ*.Þl8[õÐÒÅÔÒ]µÝô°áÙZ5 ­HsiÆùNÉ“°Úr¸¼./©âR«Åkºep¥Œ›ø‹³—›mž¬ßx²#¿*`9‘ÅxýÙ:±Ê\ƒÅvôÿ[é¾`_^ĬÁN£×+Ù’ÌFÚï[=ŒÊ‰Bñ þÙ«vžÍ)ŸoÆj …åÍ&ÉÖ˜Wõ²"ZEtz”¾ŸT첈KF ù–DÝöòp§Õüĉ›ø„Cç NT£hæ6sûȪ é.<ãoÇ)Þ+4ûÕãò¢æ/»ýÞye{*âp…øï»6î‘Wfî‘ãª)rýäV£P¯oÌ5ËØu’ ‰EæWžÅ"K@Á¸H)½~YˆØ2Nó2 ˆ®“B_2ü`¬EM͵“}0îOñŒmtBéY´}‘½óͨÁM±U+OÃÄ-â2!ÿæVµÁÑkÀ‚%V4| wÆ)B™‹PØ9&ȉíƒpÕz ו"'¯Õh¢ðqD)€[g¬¤í&Ê ÈàÜJíü½óƒ™©U?Ä3àÀˆNµ¹pÁ 5#ø´Í[”`2¸å‡m>yàß J¢sî;pFÎ0 Ô±¡J¸ðôí@ác¥¿ŒË³ˆ"sê;¹?Ì-PCg­à|Dô=Ê‘‡—my†…)…€2Æ “àœ`©¡‡ŒÈÓ†vôuâËNĪéx܉;®hT8³àtr–¸ãWGÞ84h€ƒ‡MÂÖÝ4FÝt'õˆWdXKËÆa¸â*d«ì%Í \yÆ»æÈb¿Dñ8wžïÄþsèö§_*ôäï,aÀ£ôqÇÔBæ…Ô’u_}»ÉD;# wôu>Œ-éGMËÊÎ)Œp©W&ýqø wÅHÜgG…dÓõ±@ä0¼§ª„µ- 8l»vû€Å l¹!µ€Xh>a•¯_ØM‚7A~Á¥¥¢‹û­Ýî»é––(ƒa2¬¸@œwÄ…„´^Þ_rQo·kÙîôN:„ŽÂ¸,PKÞ:!ÒÙÓ(Rk˜9$÷zgÃOZÐ!ÆÌthy‹:^UO]—P¬|©µÅ6us£êq"¤3q@ž?¨ÚŽjÕR£[ NB^î'!1‡t„^dŠ9:¢ŠÖ³8ÂÁï ´ } hAm¢ée{Óõ{Û }1KÎÁÐå¿çûö†LÇ´o½ÜÙgýÚÔ ç#¨7u¿ÜtΛªQ:‘žw Í¢(õ<ÂÅbüÀ ¦,²ïÄÉ%eØ´ 6=Ý[‰'Pã ñy ÝÄ»}xÅ þe–$›Í4í N&Yð.Kݻ̿ÃómÀýüeÍó*fiáU°ÄYÓÖOoÝÔÈÖ-]Ö­¯¡,‡_Qš~釅Gr¡-‡EÇÕÎv®mõh7zF!‡¡«µ‡¾ÒÃPvYs¹Š}¬‚gxƒG&»y‚7¨—æñÆžPd…¶k íðÎþ\±\/©Ä~¥€u97=Ò“B¶ÔX ót<6¨&¦Ÿ™WEè³ÌCwþvöâ¬Qüyõíø¯Í«­ê)ðcQ5œ&æÌ"ÿ4Öažjú]¤Ÿi:8Iï1dHáäOLUß©ÿŸj²·…n±Y¾š‡Û»^>ˆèÝù« #ì=Uܲ«è=TqÓ{@qVvF· ûêO×ÓÚ/4ßyç¾¢ÁëÝY“áÞ I7•ï5*zÑTþEct;é ‘~²Ô'‰æ-㣞ÜXeçMñÙ<þv`“‚h¡ý‘£v7wü&(ʳ۳~ñ~ró@\úý/„ΫŸùùï_î”# endstream endobj 434 0 obj << /Type /Page /Contents 435 0 R /Resources 433 0 R /MediaBox [0 0 595.276 841.89] /Parent 403 0 R >> endobj 424 0 obj << /Type /XObject /Subtype /Image /Width 1188 /Height 666 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 439 0 R /Length 74483 /Filter /FlateDecode >> stream xÚìxTUÚÇ/ ¢¸‚bEÝÕUw-¸öýp-‹««». ¨„Þ›ÒK¨iFB:I(!½'“ÞCzŸ”™ÉÔdz¯éß¹sS&ÉL˜@:ïy~ÜœvÏyÏ{î=ÿ9wî` @€ @€ @€ @€ @€ @€ @€ @€ @€ @€°oWF€‘QyÿÝtráRL©CBl¸…q.Ï!À8Â!ŒiL7”yìÔQ¨D ŸÜ#„ÞÅ$ÀøâDcw5f‚2£"cª¤þ†Iîn^Hä÷álåÐŽß·?û·oÿ²å«?múâ… ?µ÷èŸ`äAŠi—g)J.Qsž™DÙPfT;5 ­‡DÙp¼Œåjºø\ÏÓQ´ƒ»woøÇ3>[?­ñ\, Ú¢ŒØ©‰ÜEñZwø‡×7ýš«.ÊæÃ>[Ó§,À°Ï8v©ØžÄS µaÙ'®î9›s0¬ö.9cǯ—¸TâvÆ‹ÁÍw!€aà˜?é&‡0&5fBè2TpìÔ€8âKòWµZïl<Ï5ÿ÷ŒÏΪ#ww$lçz-¥œþõVÂnIÈ®Ž\׎J¿ÒËÛW}4ÃbÞ¿ñղߎö) pÿœ!QvÚ…Í?·+¸æ Љ£[º§º&ï³#m¾B?7âMŠe;‡ÒœI\“-Ë Ôx¦Ýµ<ëÀ2ÿt﫹–¡µ&+‰aØ\Î<â[äO¶õ,qŠ ¯ˆe9¸ôPðüÁó&Š`ÛœŽùÉ2b'ýôÄsƒ1`ð!v!˜¤ V¸ÎBŠÆ;Ud&H”¡"¨àØ©1|ZïL×uÿ÷T}ⱎäýI{n¥¬ºº«Âu>Ïñ£¸ /wD¬l(¸J²]ÿŬk¾—ÿ3ÁÈ>Å;œº¿-ŒDn ¬é‰erÁ̶ùN1c®Í§£«v8¥‡‹nÞiQŸKÜÌ9y5i}´íÎ;-ÊHßÄ^Õ±#Øžˆ¢•G£6¹§õ£8E×kaÍéán‰~ôBÚ*«0ýh†.²MÚæUésÿ[f}£ YöVwäz¿Sõ¸¦[\¨­GïÈí­ŽE¸WÄÐvÛ'ºæÊ¤­x#:êÅ'c¬sum­±Ië.V{L,7¸GƒÇVï±Áµðbw²K×ñÊ\„» iOhí0tÜ\4Qä ‡õºÞ®À9fLRF ›@¡³<“…fBè,TÐh ø•Ç4æÔ€p ¡ntNÞs>—øÓÆ·|çÙ§Â*£òŒ·1|ZÏ#¶Ö-_ÿYgÛQr±£ÀãNÉE¹ç‚¤uϨœÞöž÷˜Òé­¤Ïß,¾äc½êŒ«õ,ÜîàÛ§8c—kñ+ýør±9áBÔ&ÃØ"ƃ}––o¶Ëw$­f»‡æ®p©áí»Ã‹‹[y‘îÃ8r:Á2‚Mk@qš«'ãö„ÖŒPc"KVÛåSq#6Ç%m äoáp¶Á-¼hM¼c2¦j×Û-D±Æ.Ã:ê~ÿ«•áBcªªSi†ÒãHÔ{ÇÖd™ß¤oõ›-í-:Þ±ã©ñúÝ•¬=^è3¡Üà^ Žä°]‚ŸB_¦(gÍñ<R­[`æ²³, Wçë»{g]hpD–®=ž“ßBŒ/y“]Þ—©±0IElƒª eþ»\… ­ :¾¢Ù((Éœìƒ)™åb2G½Ü&Êê:Пiã™hš]@eÿçõÜcj Ù»imÚÉ¥wØIwª#;b6kO¾“µù…â/‡.žQ¸ý¥Èµ/ //© ±Z¾ð›õ‡N÷) À˜¡æÄ¹˜ßRˆÕð^齬sõO_vŽ©"b›jZ§YG²­OÇýzX¿Ów d‘]òN_¦[ŸÚ¢i{OÆ.9J|¨µðXìÆód'’>‰T}Ð#y…U¸~Ë)xÁ±”Ca5î$¦Õ…”åGõu&­?ו¯'néÑ0¢žŸ¬·ÏÞx</k¾Ì%ß. •eÙœM<EO¸Q¼Ï9×&R_Ûù䥇BPU{.Ä­:Yä=øSB2ÝeËÖ3}å1}O-Ö:g,·- ß!–‘úfͰ2Ö ©+ô¥!­;SÖÙB¢¿GB;[x˜´ö¬±ö˜Æ-¢dý‰¬8Åþ¡…S¾óø Ûh<ÏJb÷6€ƒÆÝþ|4ÞN›|ûð’•7Þ)}•Á¦Ì:_NßDRöžŠ]d‰[iIoéa–ûÛÓ¥9á Í]µÅ&5 Wúwèa1?á©á[Χna•°—·_׉qì|ꊣÃúÓÒ*·t:Söq u!Vß8q7K•ÜÁI´]]ZÍøšÔ”å'Éν´Þ®`–QÏBÈÚ15N>Ùk¬‰íéE6É{CjŒ^»ìÏ‘¶&èº==ébÔ&Cç¹IjfƒMŽëß`‰Íù¾™: 4ZÃÀZÏœ6»¦ e‡òãrÏ:r¹Md÷Ÿ(i繜þ5 †Oë"Õb%mËçÏ6xvÄmkr·`ç+Nßýaõß²ú磾Ëÿ°íÿ²œ~–ç]ݶnÑ‚•[ìÉ}Š06`s‰:LnïZ/5ÇÞäK;p‚tŠu»3®Cád·Ó=Ñ*G¥lÑoÞ¹­ ý½ã6^¡»vWEÝs*ýj¥ZÒp‹(צSg%em8‘mYmy&Ã#GÄTµi·tÂS'“6žˆ9šÀg×ã'êhÒ¤d­wÌ?‰×s¥B%ª¿Ù¹†SIã’hY‚füÚrò^‡Vaäu†«ÇkÔ=öÆj‹Ì©£ ,Ͳò0Ñå(ú~GÒþèšj­¾ÊŽvaEá¦ãÄ2²+Ô³÷Ù&õZß^£ì¶=ÏcêðR·uE¹[NdZGôô—°xGs]IzöFçûh3‘yÈ‘d_E bs~ÜmvËR\³ÕD”05i™G®Ájœ´Ñ-f[²^"HÉ›lS»ÖÀ¦ñ«aG®³{=¼lÓ‰ÏRµoýmŽ5$=â…ÓŒJŸ~±gÑï.¹¿Ö\Ý.Ñ”®vQ'¹ø‘¶ u¹[åÉhÚNûXë$>«®«t}¥°hÇ)C!ÐÛ>vÙ»O÷s!'ÒÑþ¾á¿ÒvøÝà> MÝÙ£õPhÍö'­ðH3Ðz1›]y~OïîÛ…®™¬Ê.ÏÊ;eÓ5Z©¢]úÛ:™ÈûlÊž`N_·,ßh›žŒKû[B)n„vVÁû"ÇhSN5L“”cofƒUN„tê,ó¿âGè,TÐh „Öëÿô&iN {.äy¨HEº¼¦K÷ÙD¡$»Jÿçõ\£9}Ø¿kå·³êÃ6RŽÎÞäB²)nîô"U”W-}—mâ2“öI_Ýß…¬"ö÷˜¥ÃíC`pÊŽ.­×Ѥ?ß-¥·kø­·ÅÙ¨çw÷î¾]èJáʪr(¢é›ÞÑØ V·´ßTž¶ßÊîíöl‡+ «ý%ø÷sµ Ë3T±¾ñ~.¤ßƒØ¦œjX&é™Ü•f5€QÆ!”Aè¬Ó±\3!t*h´†nYgX¤OäÀ5 Ž\-]nY¡Wy$÷–ÛD¢HSm@ ŸÖCçêÏî­[ÖüÄÞÏ‹²üO¶õç-Þ?oñÉŠÙ“ü~}æ÷ÿc—Äf¥E–Uýó?ß-À(JÙaë%Á*üŒŠR|夻îuLÄJ.§áKɦÈÓ¤-WË·Û†.8¾Ê1n“{aþ™›9ž‘k¯Ò;« .YÓ³j Ÿ0|G¬ò&±s^Ú+)xᱸŽ¥,ýJ*ê|Ä‚!+®òðO蛹‡­ãWd^p,-Nÿ”–&?u±eÄÁ|ýB]ËØm“´Òp×À¼Úîvꔃ!=Ʊ©4ÖåˆEÅôâù·´eCX†-?•i Â:ñ«]Ö‘ ^YäXÆÖ/¬«¢â ]ëÇׯnCÝ#–ôja´#E¿¦—n°Í³ínOµ¥ChÏ'‡¶ù¶]홹çÿ¦Ù.|ËîàÖêʬs—Îþ²|Å¿¾ÿÁTqF“àò-¶IÄ‚—»/ÿ¿Ž^ƒ¿”¥ExÜñF.®ùÚ3/E,³sÈVêz}¬ƒ|5b¥7­³ª ’ÕK»Õ— –ÛdëÅÅ/òƒ•ÞêËÕ6Þ‰—EmF¾^†T É že6ÇYú÷)TfZØ‘,|dø'è-ü£ÖqË ²-5¯¶»:nW½³;!U»œŒwy Q¼CîlKÚ€2WÛø÷Z»n¼VÝÏ áWÄx©Û2GÛØÝ~¥k¬ÓÓ›³G.ƒWž"­Ô/º5ô¶‡Cˆ‘¢íwˆ²¦Ýêiˆ hµ]¾µ¾©vWS-Î×è:ÏŽ´^5Ñ다UÁZïôñ(C­·ÎÅp¡žlq—Æ÷Z¨#vû­w²+b<å¶ô„uÜnïƒW…„›cgÛË]Ãa`O+/¼ÚÁ›+iEï±>BÛmÛ£õ,ìc»Z‹W»ãl¬ÖK°0iŸÔ•½«=\iÊ7~^7ƒŸ©ØÖ­õ2“~µJЫk5-Z´Æáî½»/òÌ[n²ªôu¶©$5qÒ[b&ëÒE’…Ud_ç·‰_âF“ê{wÞ1dþÕÁr™‘龡èÂoѶËvZ¬_ò¿cû·f¥EUÑJ¿ýáÇÕ–§í‚i`Ô*]g–ÚØ¹–ûÅ™ÌéZO)²R#ÞtÑA¾±ÂG¬ß¨ÏH(r £–·tYáEí¬*°¸—Öó,Ze•™§_zRý{k=ošM÷’õNKi>#*«‹ô²#©†+öå¶§¥*s™]¬QªMpÌ:vyïEš9µÝåÔ§suZÆÚ+~¥‰.[té'ÛØ(sµµ/Z»æWëëŒ?µþ*Í.¸Ú®·A:Ÿúeä.ß’žedp´¡qVºÆŒCÁD{¨Æ´^ž•¾©v~yËì‹YÄ{©‰‹Oä Úø•l²"9UëÅvcÍë8 ›<šþûYÉç£V»ôÙ”¹Kã ºáȆÝþcãÕeÌÅI[ÒvÏÞÒà ;÷Ô``Ïcž ÷d®¤>c}<˜ÚGëuƒ é÷3¤^ûz&íÓ[ëyÓðŸ‡× †ÀàÇƒË µÞ§¤¥§*X=OJ#­nj²ÿ2T.t)…ɪrŽúæ¬8žz6K,ì®my~ñ¶}œÿpä‚#ºöÎmri…kü²‘œ¤F³æÅî/0–8É&t–mP5bà7«y… Pƒ©ïë™SÖSi=ïf±‰\nÝón–-ni{=‹ú×€>­‡_M0ï›Ï¶Í¯Œ¿Ts¾„t¾<#ˆBΤÐË«ªÉÿí»Ÿ–ØT P€Q# h•u–~÷ífŽWärÛhš^t¨/9£ËNr¤ÿ‹³-AÿåyåÖC¡?I Uwk=JwUÝ«¦âkó-CWùðôe#<¢,¨VySm¯gY8—óôk3FrÚʃÁ ð÷mÆnsIß{½ÈpõµÌ@ëYØÅj=ƒ_ìB*Õ¬Úîrj¿nËÐŽœ&m1ÑåîsUÇ&-± Y`²Ø>e¥aÆzxÌÏCIÜëSÔëûJÏ×ݪŠìõxXxoã¬èµŒL?ÔÝ$Ê>{ÃÇØòŽubPÕ.{ÒIBÖÝiÌŠÎØlaaŸì|CI¬=%ÉË\sW[gdéWÇü„„EB{V×Ö)ËïÖø_ºd;;2v‘S‰Mש‘1—9—럊ì`%&#k,î‘QKînçjÃáè±ç‰Äå÷b®Ä½ÇÚ.ˆ²ËðN§T —Jý³~·(1ɇ#÷¥ÕwëÄ•¦ìcÓKë­ò¦ à?³Ü¿Áí‚È[ ´ÞÒSe–§¢·Æªn÷h½“žo5T.”½Æ¤µoì¿|c£MèBTÉáø \\…¶RnX éq~›ôUÖ™™Í_ÌÄiiì|™pñ:¤ÜGn’¦í1Ú`‡"k¸¿ÀXÂ5ªSgYÐk="¡³PÁaªa‹û´2±‘·ó|¢û7É]Óû×€>­G(Ðþl´¹n±zudÐE7»]AWݪJR)•ùHè†ù^/&|óÃ+÷»™*À(bã—ßõYwkʅȵçÒל«*äªÈÙ7Ö9çm²IPê×cqñË=¹ Ä/0(ÕÕ<]]×c]+<)µùw¯šˆ%Xççð·xä-v)½á^TÛ ªÝ¤ãeÝŸÌßn½Iœ(n™GÞ*SZÏÖ¤Ö³°3«¶»œút…M—e¬¼“Muy‰-ɾ¼µëѶ[ø+04ôÇbÎr;wGZ›ÛoµJìz?ŒjG:ZÐù¢‹;]{ÍôÂõvi+M/ò-ÍGŸÜ•yZ#û·„”½¶©ûý({£mË;7nµÝì(|u¹Õö._bï#í,Z³ê\e—¡ªö8’lKºŒy³½ùV÷«Bb7™agÛ@\¨³gÔàÍ•¸¼ÏXRvh= çÂ'b\¨í}m¤_±ÿæ`Ê>©}¼w ß°n7¸ƒ“·Új=²uy£uÂ5QÖ³0Ñ»¥vCæBËlLTe»ôþÍÁ¶†F‰ª¹óÊ´Äendëî¹y)aÅ5¡¾ŸÚ+Îa?‰øq(tm˜RßíeçèµÇGj’Z‘îÚ`Ƨ¢9„Î:æOE ü '‘‡ÐY¨à0հ׫x«GÖê \Òˆ˜íçò6º¤÷/õIfî¾TÜ¿Äði=›@šQ¶ØÎûéç•ÖÿçÇßÿ÷;[$ô\¾›¿à»?=ïÇïübª,£‹µO¶…c™~› ‰t&zÃeŠÕåÌU¶1+\‹Žú—o³‰»,ízÖË6æ@ U×µºÕ&‹ýÏ'n¹Bé¬Í@ëµéZôkžv¥êˆ}ÂŽk…½—§¾H@éf»X›$>»«Î&+*uý™œ{Ðz«.›SÛ]N}–lÝcœª=.±Æ»ì]²éxÜñ§žØ ¹¥ª¥í·_é”Kªi"{­*¾›Kœá2rÕÅÒ­v±ÖÉ‚š}©Öúòì‚ßìRö^ïµ³°ÂÅ`i~ À졼šµÌ&É-SÈÒÜì|£Bž–µÑ:y·Ÿ>oÑú©^ejM— oÐhÉY¹›OñÉY=`ãWžN_{º4CØróN{®wd§ J·ØÅÙöXãN[c‡F9à”yÀÏ;ÓlüJÙ3eàÍÕ[ë¡FTí4|†ód‰•_Ñ»8‡d.™¯­ÈJxzUÓvØdXú˜°ë•}]È´o\Ê^=ÜnpŸ o1Ðz®eV4+4a§Ö‹^ëd¢wžCçBç VµÉ)igu…ªó%¢wZ*ó ·Ûgðï¶@å.ûh'†>]TºÁ&û0aœë¹ËŽPôѤ„e§ò6ŽÌ$µŠY{—0&p'Õ:ë°o•™: ¾v]*Úx*cçÅBS1}j@ ŸÖ³  šbƒÏò}îè`å~÷Å«W#­‡þEÇ(f½•÷öS1”`”¹–µÿ *b½7¥o’?y«þñÔ"×Ò£•{O'.íúôù–a‹¬ã7_6(âWØëu…x¶ÐÅö™{®w¥Ähxå¥*ƒúËw¹õÔ¹ðiÕ™²c}3Wî>gXèPx4€zäb<þƒÅwûõ«Ó¬Úîvê^˜î²y'*Þõcӿئïó§óÉ_o±¨ðhâvŸþ-¬Øí–¸„(u0j¹Kî¿þÆ¡:KÂ3IÛï?È¡ô-Ýîš°ô(ÑàŸÅ®q/8hX‰oÉVGÒÏ–Ä§Ž¡?^îZxXŸtׯ½œ½Ú&|ÁÐU†fì6æ)d¨Î§ìŽ\z"s¿Ÿùv6nÏ{1Wÿ±ö¯Üa‹Ÿúgç⣔£>Å{Üc—Òÿö¡Wýßíšü•¶y‡ýMÛLj ™ô‘pƒû4¸ÙæcÝóº3òØåôÅx‘¨ÍW)yþº‰ªŽz¥/?ÖyêC‘ËOvÙÇ`bî8¡ï»uv/÷öÉ]¦¯íW7bâÐ$5£ÁŒ>1µø„1úTšÉ.ÏRT;5 †Oëó§ÜK¯üþç{tlN&¾†Û+/U‚M€1ù7[Òi>þT_Ks[S×¶XÖ5Òªóå`€ ŒSû”~[mƒ[ξ+åweÞ$Õ ‚c§Äði½£~“\ï¥õV\¬›c ß²ßN¦ž-SË›‰/mÝÖÉ$Q +NöûLp˜.Qø7æÌeFEÆZ çõŽøVŒGN‘jÎ%ðÍe“5 —Ö;|½†Cëmß¶eà׊à ’fC®õð—R«”•RŒ„«ª ƒÖ­Zà×zJ…1@ëÝ2n–_> Ðz15pÓ;“±—WGpäàK‘?bm6†Œºt&†=³<Š-1ˆçgí{ {äƒ-g‚H±ÑQ d¡„ví¿cÏÿ`s5".†”Z%¹ýôáçÛ£˜2ÙàGgôñ ü-úôÏÓÂGìñ—?ž¿Ç;»Öƒ<^œC¯#­^;ÜC3€“zèZïåÕÃ"£¢¢òXÒ»¶|Õ„‘6GÆÞ Kdf¯Àûk‡Q@XêôÉ”IÓŦ|êVÖÓxI¹ûØ”¯ýzÚ\KZ6{}–ÈüÊÇžÖ“±b÷¼?Ã^ørÍwÏË^Ç6|õ"†Mzk[S2x­×ë³…!×z&†f ƒƒÖƤÖ{Û®X4 XWÇÚýúñ¬Gðz{ežG±HŸ{ä…çÃ㦾8gÝ…|Ѳ¢Ê°ƒ?¼óÔ$¼èŸ¾Üz¥Xˆ+šêÈÝÿž=kš¾¥Sþº5qÐZ¯› EW¶Í}Eߪ'ßøøÇ»Và†­Òk‡îðêžLaßþÒHÖ? Œò±?}¶Æ=­†ØÊ‘P6|ö—ç¦MÂúõz°ð’·¾4éÕ‘þ‹ŸÂ^Ù™Áïeùî0í‡NèüÇ{bþr4Wl÷öÈ·,ù=ŒŽLH>ûãkÄÞÚäg?XìœQÓµu%¦ÇŸXüÑ Äã=÷—ÏÖ\&‹ÄAP“´ùe ûãú0zÏÇfÔæ?cØó«IlYAÇø÷l¶}±ø®ãe¨õ¤5ÙîË?!º0õ¹Oà õÐô8‰)Os õÌÕz2©Ä8š×ÿaØ[Vy8Œ´ùM«|\ÈHi^_MÁ^ÜÏíld±ãl“Z¯GVôi³¾¿Ï­Šê쯸âÒWS±Y›R¸ýz]îþw¬«×ƒBT~泩Óçù2$x#O~p+ ÔëÁ Ì;öÎÃÏ® ±õŠhW¾6éÝãü{Ðzƒ)¯Ìg÷¼¿Ízü! ›òþnÏ÷N–‹$‚´ßÿˆêôïÚ`5Ðz¦q°Zïá×z2^ŽÓ×ObØão}¿Õ%¼˜'´w™94xÚý› ­g¾ÖCËm㈩žH7½mS(è/ÈÇ—µß°$b^ÊÖ—q5Á0•ÿ³&nÍsØ‹[’xýʾ„=<Ç1.ëFf7òÊ9’>Å…©6£ÓéWàHøt5²È­À¿ðaöipm®ÖÅsö·³’îþ È'‘Ö{ß•,¨×ƒ 6ÕˆÀ^Ý•ÎïoX+D¯õr]1ÂB[\ëà-ìèr¿ƒaüù¸ljzrà¡÷'aï9“…b^òæ±ió‚»LljÔk=¼I¦q]f‡ý<›òÏ‹Q¯x Õ†ó{?|€¸I[^ÄžYSK¤2ýôZ¯Px·ñ’ò³p­· ŒÓéœÂPçÍß¼ò0†ÍúÅ«\0,C3€§ ¹€ ÁØ×z*þ¸Úók¢Øƒ×z¨ìÜ)ØÓKC™bñ@bdˆ´ž¤úÚ·bÏXtΔÖã¥ï~›þs8Çhõ•<¿&º3UTáù ú{]b­xh´;rù3جžqI‰ÉD»ýç tʸšAk½ÁŽóúÜÉØ[Öù|}NFÐwS ­'®<÷ÙÃØ‹›ãkûi=“ƒ8Øq^İW6†W‹{Æ‘AÚö†=»<‚!ÁÛ\pâlÒ'îå¢~ZoÀñêÔzóC9½ÎÈͳyÃf;ó‡chð´¡0Zo$´žTÌŒÝò*†=õå6ü­Á×Μ.˜§õPÙ˜M¯`Øôlt¸ê{ÞÁæR(´ÞK+·„tžBÅ»ÀIÙý†MûhÍqïÀÐÐë΋Ÿ7¦õÄÕ¾ÿ†Mût×…€àëg\¯ôî'yç_‘ù÷Þ³A¡×]7|ô6õ çdh´3àÇ'°?íHãF²BžŽÍø9„1X­7ØÑdî{‰®Åö~¤øä¤0ë&´žTL Zò 2ëü£Þá‘ÎCÚŒÐz&q0½3¢wÌÆ·Úæn°>{ÅçêY›Íßà;hol ©îÜìãå~Þœ»ÃÍ'((èâïh ;µÞÀã%"»Œa/ZœM¦Ô–^?n18&>1úúñùÏbS¾¼T%ž¡1íiCa.´ž™ZO"GD¹„¿ÓÒ¦€ß;žŸoû¾¬evþI9øã»Ï<¬Qÿ3ý_Ó''W›¹ÆÊüñoÏMÖ7ê/ÿc{<»_žAA´¹o˜ãEÓ§ ªH¶]?@€Múà o}³/±¶_«ø…çW¾?SŸåÉw×3ú¶¹"ìð|¢¿S_ú¿åΉ ¡1³öÚl¼¿~{e{:·w<3ä—Ø´ï®Ðxý,à ƵÞál~WŒ Àömü»utÉ=ŒŽˆ•éºìãû`Sžxþ¥>T}ïÄœ¬skç¼47ÊÌ7ÿöþë¼q'æä^Ý·ðã?=¡ÿÅŠÇf½÷ýö ,‘An¾ç†è€gxöõO×ûWŠî>^‚êðŸ=7ùßø”'íùâ¥ÇˆòOüyîÖË…ü!š>V5åiCd.`¼3ÊZŒê2 þ â.%B°ŒC­gªì85æÖÕvr ¼Ž;]ôŠ‹ >·ïÛg±ÉÿçTÀ.k—›ðs ãZO,À@«Ã7}òñ|%öè¬ +€Yà^­ZïÞ´žH(F Ðz õîMëåfg#ÆÈh½; @€ @€aÃÈh½¦¦F`Ä­Z´h½N­×ØŒ#£õ€´h=Ðz õ@ëÀƒ†N+/ϲK ü’tñå ç)Á.Sã/¿ÅªôËL@­×P?NQ«•¥ä¢„䘘ø¨˜øHR\":6<.1:3+µ´´ˆÅfÔ×éô™ëôÔw1©JYM§Ð™4•J1Ñ;Û çb¡?ð¬—I%6 æLThÅçÂܧ—&üCÊØ©hQ]jRœ‘2¶&^}¥*ÇìŒnde¸œrr:io&®nÎYÙ™`7`|-¼G@ë54ÔSŠK 95¬Û·o÷ù ú[·n¶´¶ÔÕë¬ê¬Lo)ïjƒô¸¶fa½Ä±©Ž:~û;H¥RßMye©H,¨fR*«È<>W àó<>Ÿ'‘HÆW¿üü}]òK/]´tÙâõ×îÞ»óà¡[îÝ¿;"2ìÁn­VC£Q™L†© uu::½šÅb)ò âá2‰¡‡w"ÀAŽ@~.‘ˆáR< T—xEœ~LËÛÙ¦ lÕúµéšdëj?küÒ u‹<û¬BJ+c$ôÚÛÛî˜nÞ¼‰äÞDµFnUÐzÑÑÑÑÜÒÜØ„þ®ÓÕi5:µJ£P©­ª©©áfSÖM­k“h‰Šút“⬢jV³ì`³.\‹@&“*” â>𛛥ä"µFÉpÐN§Õ'á[Ì(ÛøZ#eçïïokkkii¹sçέ[·nذaíÚµ›6mòô¼„úÕÒÒŒ@Úçø ;ÔÁdÄÅG.—‹4¾Ñ H¡$¥RŽ&F—‘²#ÆzjkkàjLlX5ÄŒ® ržBMÆŠcf§Ìq}ŒtáEjÖ/-ª³šê?4Š73óæç’,À\ÀÁé¤=Z¬ò„5W(á‹¥‰L$•‹e ‰\)U¨dzäzd ¥ eFE&¤)äüô‚€'Ñ¿à õ(­‚zT^]½N[§ABé¥ZŽ®èR ’§éD‡nÉ4Ô¼Õ$w@9›´ÌÙmªMº"ð.´¤W©T„ÌilD4 d¨õTzߨ¯¯C ô§XO«Që´š:¶¾N‡bêKË Õj—ÏÆô¾’P” eæÖÖŒ—Þ!­—ššzþüyBî>|xÏž=Hè!ч4`[[Û-}hoo¿æsU/õˆAgÐéh(Q…Br€>©5µ4èÄ/{VWÓ&F—‘Ó¶47!æ°Y6›Éf1Y,‹‰ £ž¢Tôç~5&6ûO\¶=þþ÷»‚¢3JÓk² S¥ü’äkï´(5ô™ò gf‚Å€1¡õº6õ„ÄŽžB%C²­÷Ô%Zø©µ*=J•FÙ©õ&œDŒ€ª„›Ôñ”Ä¿£cpŒ‰h½ ñí¸Ó¡z*4åUšþè"€´žR^.¯šÕÖaäyfÕuQɸwñù\´–JÅ2©„@.“j=¡€bôIb©DŒ4Bm gi½´´´K—.¹»»;::ZYYíß¿çÎ{÷îooǵÞíÛ¸Ö»ny æoïÆò‰(/oÂ:•R¥Q«ðc¢Óª ¯6 =$êUJù„Ñz55l¤æ´ZµNêê¥F­$´“Q ·`¢RNa~8oO[µúhÐóöDÄgñõuÚŒÐþ"Ìãéõ% íÑVÍÕÇID$JEyÀ€À¨k=¡˜w÷}½¼ ´œ¨Z¯<æC9ÛºA¢¨q,ù´Þ`µñÞxÄ/àZGG‡Z«Rið=½Ð“+”2™R¢–gi™Ÿê¸+îtÜêóâ–;7%*æO2Ú¢ñÛñ!ÇãÖÕéÄb‘Z­B+a­VSW§-)+D–¬å³Ñ\.Cñ(U©” …FÍ©a—Þ!­—‘‘áååuæÌggg›ƒîÞ½ûÀ‰‰‰ÝZOM¡„LŸ¦Úñžlýì˜wgOøAg0r¹T£ÁŸÝ•J%lvÏ€2™ N‹\B­Vòù<€?1ºÌf3›››P—ñ½<¦Ád ÷F©HØ>àW`óó&ûÓá%ÙÕÊO–Y˽½¤ä<"I§U$ú|\•ñc›.°M ¦MFÿ¢cZÖ Wß×jä`=`téÔz]›zúïèÉUZøitjmFW§ÕÕkñë4Z†ÐzÌrAVqØ‹ÍÚdUíæÖºì’°Y(|cÂZo`|ü®àZOÿ=ý¦ÒzRµ¢¨Y¶_C³Ž¿Ý`G¯åÎ-…šõ«¼êÃmåî]\nm]½N$"‡„-õ µ’ …I$ 0D«bg]X› ¦ÆZO†?ÀyýóTx^j«ªR%ÄÖðXµ|6:h.).usõûü³Æ¦$;µÞxï¸N#¤I”„½Ä'¯lTE6*."¡×®óA´ê¢ÛK$Õ‡J#_#Ç|ˆr¢üà*ãzUZo.zží~†“øY=ü_|›?V«kë%§ùË+^«çü]Zö'nö´ÚÜgëÔTð®š6Zëò¸µU2tBW©”²9tBë¡ô'Šd°¨å%HhÔ*¤ Æ—Öóóóóöö>sæÌI}@BÏËË+%%EF&þáÒMoò?}‘÷ɬ:«÷ á-þ3é£&ðÐËeRz5 );tŒ4:Ö_mJ…œè‰ÔYJU¥^ë©Ù,&‡ÍäpXHÄ56Ô756 ÐJ%—•¯¥E}G—Dd9Ž>Ù#ëµú¯_m>CqŒ¨ÞÛOëÍßå³â൷¾Þ"K‰üHⅺͨ¡‘ÀtÀXÓz™(-Ð7ÁbIkQQÃ’%åß|}þ´ËÅÓ.•óþ×øûïM¹9q?-Ì Eroh=7µ8ô%Jò§ÂªuZ‘›†TU»E'ØÕ­õÐA½äD£Ò¯µ¾P-¸DÏü_q苨x h½´^]nœr~_§þÕ»* ñu]ü‹º¼&MD‹ÊµUyq»þ|JÜ^Š?~»<„_¾CŠÎ¨.)+¬fTñ™B¢TÉkx,¾°–+àÐU(©²ª‚F£jµj“>^zGh½ÀÀÀ+W®¿¼žžagg—’š,.-ñyüqòÓS}´Ôi•¿ÿtô?ÿ9±G_(0™tµZÅ`Ðår™@ÀS*tzµT*™`=­¨(ojj$¾”J¼|†øaÁF$ôôà?+YZ\^NFî¬Á`T#S Èqäí`”¤Åïÿo×ÅØª“Qôdý3œ]pòß›½ÖYÿg­ãüu¶T–a~µRFÆÝZÏ?àÃT’"+¾ùWÈœ¿ …<‘ò÷i?ÿ¤NNdÑ)AÁ~Mֿ̈́ýÕª…OòJ~ÕIܕ܃‚ò9¢Ê9rÆ ws½øh“ü$ ?Q¤œ¹¬I“ÔR_$¢ì.˜Ê‚ÃŒG@ë ŒÇÙSHëÊNW§ÑÕkñJÆ¿¥[‡ÓX‡?¿þ­ç7êÊuäŽÛ—SNh} ®…`³ñ»¼J¥D+[¡H@|5¯†ÇD*i=—‰þ,+/AbÏçÉdRâ[]ãKëûøø\¼x1,,,&&ÆÆÆÆÞÞ>%%EW§£]»zmÒ¤²É“E?ýéÆûOǰnBçÌá¤$Oxàñ¸HÜQ(•hpÑ¿èX$š€wŠòò2$ܦ¸¸Ë«EW4T*¡õèt\%€ñNi%ýãy»Ü‚óóªÏVŸ_|Àí¡kï~û›oxJwy 'a͚˯¾ê>y2ú£00v´žT.ö8sJ¥Vð„5ç=Nòù܆Æz¤ì$b¡ç97”*•KNŸukniïZ!妇½D&ý™WúƒŠg­Wr6)XK¾Ó v#ÐVhÓ¨ oRlj¨›ËI¯‡ÎB¥À[@ë ¤õtZ‚èˆÐÖ–fÃ1Î)“w:tõøû—¸Cs¿±©®MÍMhÖwÒܤÁ?ðq¯¢¼¼° ¿ ?¿°0¿Œ\Ä`ÑL*:@æåæ"*ÊÉB ¾NG¯®/½#´^hh¨¯¯¯§§ç… œœœìììпII‰*µyEâš5Á?Lûã å¾ÙA/L#{y k“ÆÂüÒ¨UUåäô¤¤ôÄDDVZ‡Í®ª¬¤Q©ÅD$J­(-1¼2Œkª«ie¥¥e¥%¥%Å%ÅÅÅEEÈË(Í&C¿¯G§«”ʦÆFd¸JŒ#ÆÝýkĨ©åÿ{Ù‘óA™m‚>úaÏïÇ.„âîTFlÌÅgŸMþæ›ò5««V¯ÎùúëÈÙ³Ï=ù$ŠÓ£>¿ µžB%ˆyκ …|´ÒC«;©DìyÞ]¡’I¤"¤õZZ›;µÞx7¸V- û“c>,z‚•ó©VxJ+šì­m-mm­míˆ6œ¶ÖVDk Ê|ÂÑ´^·ÖÓj4Ý/Ÿ_§Z/,,ÌßßÿòåËgÏž=yòä‰'пW®\ÉËË“H$:¥Âûw2^~Y¼ðCÙÞ=ßxcX›4êóK¥ßHI.Ìή,)©*-­*+Ë¿q#;-F¡”æef¢R‹rr2““rÙÄpu¤qû@.+‹Dµ5œÚšnm šr™L£Vwƒ´¥ª ®ãˆqwÿIä Åòí'¿øyf.¹W<‡}þÉ'K.d¯\Iûç?+Þy§ôÏ.ž3'ý³ÏÜC©`:`tçW·Öóó¿^à*ósn=øï¡ ¸D, ü×Ü\¯‹A!˼‰ õºñ2)©ó ÿ yÈKÅ”/œu²«SR TðLÐzƒÕzãGgü"@½ææ.•×ÞÖ~³ýæ­›ÄeßBܺyóf{{{Êl{Ü ´“Á@kZ›­T(ÐN‹"u õõ ˆüwvu(%¡ (:®¦ÑÆÖ ºzõêùóçÝÜÜœÝQðpOJJb±Xº:-+?×yÚ´Š¯¾ -úôʧŸNìg3è…99´ŠŠŒää´„¥¬ ——•¦'&2©Ô¬´4™‘”Tœ—W”›[M™°b‡F£"'W)•LM“‰Ãb²õ WGZ¯²¢®À„ßÕW÷½÷%¬Y7{6g™ó½÷jÿò륗(3fäc’{‘³g£T°0ºtk½ÔßÜ/>o¹r¥>0 ç¸Í…3nOŸ*¼âÝRMkõôÌþtN~txk[ëÓzHî±s¿RñóJÞÐØy_#¡¾Zïy†ó„£-¡õ vôZ‘¦CÊN/ônwèR|Hú!ˆ2[Ù­×¥õèÈtzµ\&EpkkiT ú×èŸ(Z)Œ£§Úºµ^HHˆ——’{‡Z·~ݹóçÊÈ¥©X¡”‹Ä}{/|ø¡ç?>¥&ÄOìgÌò²n‹ŠÒ“’ 9ú35>i=¤òÐø¦%&V•–"•‡¿…R!G‘åÅÅÙéiÕù© Rsµ -µ ñA¢¾®N¥–“Ép•€gÌ&6W^}µxî\ÆìÙü7^—¿ø¢äÉ'Ù“'—aXÞÌ™Ysç^~õU00Fžá”+¥A~P»reëåËšÊr]ÿ‘!¿ÕË‹³dIÐG¢…ßÄÓzÄÛ¡EœÔ¢™¡ ¯ôoZÑé¢'Q ŠG©à™ õÌÔzÝÏ5µ67# Æ8¶Ç­îÜéè÷'þèf;±»§Or¢.9vPeÐå$ß”JEUU¥L&AP©UšB©ª¬,'@Š ªª‚HEÙݨTÊxé]·Ö  :sæÌê5«;’”œPÍ Öp9<~-‚]ÃtrvÀ·0‡¿I£>¿ònd’‹ 3R’ÅB€ÇMON*/.ÊJKU)¹™e…7RSj8l©X„’È()5u¢:eeEccƒZ­b2,ƒ¥ÿuâýœø–v}J---«Ä8bÜݿƓ'SæÍ£L›Æ1C1}ºìá‡9VŽa9þ…žL*áqk«iÔÒ’’Ü${2éÍ&u09æmtŒbèÕ4”*¹ZoZßš×\Ó}0–A Tï+^•åwÌ ,6ÓÍÍE>Î/C‚B.CZ©¹¢¢BBÍq8l$÷ ÷õÐc±˜D*ʆ„!…R‰ Ž‹þôË‚¼¼¼sçκy¸$¥Äeå¤å•æ—”àê)(,ÉûmûÖ‘Ñz£>¿ÄBAFrÒz%Åä¢B$ô¬ãó¸h*¡a½‘’‚ä^YaJ--ÈGILz5JšþO&—vÿ¾ž)ŠŠ àB1ÜZÝŒúÈ:£‘ãb~GÖ¬Žž=›Š$RQ¶ªªJ*…‚ ŽýÞ!…òÍ·_‡$$Ǥf$ff§ÞÈIÏÊEdd÷ůY·êyÆ ¹=›ÉÈNOKMÄ_À’›uƒÉ £%nÈh%ùHñ¡ÔÌ””rr[‹n7s‹³šZZZRZZ\RBPT\Œ(,*"((,,@÷ ‘‘{»víDž†Ø½k×½ =x†ó÷MجsO>™ñÙgÅsæäΜ™ýÈ#93gΙ“¦'J£8¿d‹ŒŠ@rÏ餽™ ¡‡ŠŒw­Gܯr™PÀg1™HÖ¡;T^ºgžïèß’âb*¥ É@±Hˆnܰ ­7ŸáD³ ²¢¼ë7³Ì¥¢œ,ƒ}=½õÐ5‘Ÿ——•uã® lDþñ²¯çãsuñÒEK,~]ºlñ²KÀÏïúƒvUAS@&• ¡ì@ëm”„2 ƒ‰ýQ!êÝÀÀUb$åÞSúpÏB¸gè1$$ë"gÏΜ;·`Þ¼Œ¹s‰ß×Cñ``ÔŸáDª­œ\6(P‘‰±ÌC7hüŽŒnÉHÔ øâBÇ9`ÏþÏ5‡«kcIë[ó†ã)5dׂ…GÒ„}Ž`Œ1.çÀü_È9n;6Ï€û ókQŠ®nüàO}çM‘€5€Ñ×zrÙ8F”{ø 쉅¼>ÇCŽŒKŽ÷÷O®–uÇRw½9uæ÷^4‰l|ÛÐRVQ´dJ¥Xf*XÈ¢ÒÙhM1Nzd8dý´ ð@qw‡Ó—3oCr÷q©Ó»ØC_úÖ c^ìʧ±™Ëb£{Ã2¿ýà}Svˆ2òKyR°<0cZëÉè—ç`Ø‹K|ªDÊ+ßê¯Ø”oj'žÖã'oš…½°!IØsê‚S >üü÷Höð® …´x߀^„&R¤#qƒ®­LI/“¶´êÔ&ÖÆy¾Ñ¹\F1’óBÁ/ 8¼øÓ?Ïx÷åÇÿøñ‚}Wrù挂áõÐþ1ã@žpEiÉQA¡¸cøGFÇf—0$”TB ÜÕá ‡‚¶t&†=³œÄ‘ÞÓ ènw!¹ª ªC­ÇOÚøBWÁºaÝ_ûGí> -’ÚôSk?õ ý‚ó¡¯ü}‘}6o,쌜;Ýïµ­7¤ZO|òѽçègñ»{“j¤‘]Z¯æÞê¼D¹‡ôúŽÛçxÈéº F¬k©HëEò¥=‘JmkG›V9gW(ë[ÚÛ›4ÆÏ¥×z¤bU{³Z9R‘sâ÷}0Ã^øríQ¯ËÞV¾zÃ&½µ-’)½¿µ!¾WĬ’8ÿ€àäìRf OÈc3È9y’††‘މf˜hˆÊœ?™2iú£Ø”OÝÉÒ1{ãT%]Z£¿#[¿9å-›ñèÚÙüö»‹0` Ãwþt ›õÝ.×ËþþW.ØïZ½Ù«\ ×0Â8ÐzÏ~öÑtì©ù—*ÅÆ´ž¤:Ææ—ŸG+sì±?}¶Æ=½VfìzÎ ü÷l¶}‰DΉøi:öôò8^çYj#™½ü{_ « ?ôÃ;OMÒ×öå¶«%¢µžÑü½'#ùܯM×ïM~öƒÅΙµ]¢UB;¾øãÁ“{ežG‰Xßæîðêž"qÑñ·±©ÿ ºKg¥ÔÀŸýå¹i“ô§¾8gÝÅá`µ^\uãÍæ:­F«éB­PÈôœØØ°b³/,<&·²VÖ9:Bf~B|‘ä—ËÂãe|fQr|¨>sd\…+ïÊÌ)IK ÷×gˆŠŠÍ©âãI2nÉ7,…*Á³‰¹äŒÄp?ÞžÈ7ixI1šÁÈUÅÄ}g€;…ÑK“!Ââ«Ûæ¾òžúä_>~çñ.­'g‡-zï×0¶¢OSñsýãç'Î5ýÍ8øõÿ^Æ+˜ôä;?9ft6‰¼ùË7_xœ8ïŒ7þµõbOÖuR“·¼¾—GùFµû,0”ðãW?‹V‚þL#© 9>i^6SÖkôsT³Ö÷wméõi¹éùe´m&MwOóÔèõ ­gTë½2'n×[MùØ*KÐWëñ2ö½= ›ùÕ®Ó~AW×½?{l®{©d Õ¸”éûí£ØŸvfôgá%mx{vU.ýj“w¼ŽM~k…S@,É÷øOhÁÿ¦e¶À´Ö3‘¿W/¤¼Üë—®‡ÅÆEûÙÿú †½¾¸‡ò2¼3 ›ñÅÖ“>ÁÁ~O]Îãm~jáù¤ÌŒ™™…4¼×=ÈtgõÙ°w~¿êfÿ731쯖9ÂAj=Z}kJ†Ö¤8 ƒ¥iHl1W,–Šj¨™!!Ñ"¹²'©¨F,•KbMëÍ&EM^xH`dµV&2s#BHúÌ’Ú¨€À”*_"•ò*Ò‚|ãË:%QIø q[«F^[àŸ_-V(U_ÖØÖ¤&žáŒÌ©U#ªÕ6´ÜºÕ $›yÞ~-4˵Q¿>‰Mùâµ÷žŒæý¯G°ió9ƒÔz½´Œ)/"Æô­mB"£‚¯ùg0Gáú ¡ßõ Mf·tÜnÑ*z§Jj "C‚Ò‹é1Ÿ]˜AÙŠEZ/È7‰ÑÐ^¯ìv§‘H*äP³Q ™Ta—ª2ko6à–â½Y`€n8¼rlvJ¤¬ O>2ǽ\,ÊÚûöä¢Pññ—(ïè›ØÃoo<‘”’âå]%1ixI1žÁÈUÅÄ}g€;…‘J ïŬèµ/bØsßí;âwáÈâ·&wk=Ãý>ƒ«_ç¹¶{…FDø:.{ _!ÎÝîêtÍvªëµ=™†Mºìã±ÞŸ0ìñŸ)“˜sË3¸<ÊÌ7¨Ýg¡DRæüÉCØôoÒÙ’ÞIwA3}ònÙœe½f¡£šµn¼¯kKÿ)i|~iÛÝPóÔøõ ˜ÀZi‡{@Zk½÷\*Ä‚bç/Ã^ÛÃ’ óp­÷µ ’$LßÿNÞ[]Kä—Tzþk*6kS*Oªà%á«ñõ‰"‰ _KP)Úå¯ÁÞ8˜#Bñü´íÄf.â¢xú5$ß¶ÉEXAóÿ€½†&¯0çÐëHß…£< ƒc“ùMv‡vù³‡°¿Ÿ¯–v¶üù5¤Zà }ÚŒv^4î¬A6”$«ðø;†½ë€wÖëú7S±7ç ô7¯ŠsŸwö¾Ù¢2÷LÁ^Þ–ÎÄ-opFµû,0´ʼ׼÷†=üâ§‹x&Sˆ{¨ù#h¦OšÌfÎ,ë稦îøCxm19%{Ï/#m3Æ™7O_¯€Ñ`œh=䨕×<…½°<´*§[ë Ó~ÿ#öèY]EDå.ïaØîåâVãRÚµoÅþr8_(eîz{z9‰£Àkûíå~½˜±(’kBë™Ìß«|òõÝóþ6ëñ‡0lÊø—ˆõÝé×ò»k½:ÛgrcV<½ü[špPZ/ºX¨PªTÚ–Û7•Ò^KSüòBG2-¦\ÝZ¯è›„î}ìì耾ïx‰Ì“5‹òHY¢öÛÍj¢’¬ߏоZO)©)O  LLÏ® s;/}„ƒLjþy[ë}ršƒ¤Äþ] yGn?­—oó†½iU4¤ZϤ ­”E‡FªO²9)À?[Ü5¦2 ²uH@|m}ƒFzw­×5"aYtH@·ñÿÙ; ð(®®ß ÁÝ‚(miiKK¡oÝ[Z¤Ô>Zh EŠ·Å%@Œ8!n$!„@Üm5›lÜ7»ñ@‚å»3“„•™ÍDIȹÏïÙg÷εs®Í?#©,NkËN|Æ2š©xH–ÚMÚüˆg÷µŠÜ_ ¥ùI–Ÿôך{<Š˜Ü iM^®ÝŒd9&“±™ej•iÇo˵EƒÖS˜_tmc?ãØÍSÚõ x~µž¬áÎÀæQhFj=n>ñ³@ì´jþÍ¿^$´ÞerˆY£ý¹cJCjŒÍ»ÀÍ—eûmÐA#õ΢5œç?%Éß BÓö…¦a©7níí,"MÎãQÏ·Oß n $’Ÿ!mÐw8¯ÂwÆô &ä…˜ÐÄåÇíoÜ ¼ã´žeN¹u*´œ$Ëw-¹e7Æ4̯&ŒUHFʼ±f4ÒÙà—ÃÖÕ9ÂúçõªËKŠKë)*’á.xzjJ¬«ùâ0W¯ø’ÚªâB•C¸ƒˆ³_[ÿ”"yyy#•÷>,ó´w+¨­)“Õ)h=ÕBdRYŽ˜èîboã(È-(I’ÄCaý¨`[ï“{¹*)Y‘æòí Ôçsâò«B¼”üsÜ€¯S‰ý…yt)ö…z‡ªÅ0Ž"•>}&䉜m\ý3«‰Û/•:Å>T‚]Kö)¡t°œñI¯®­¦D\³ñˆ*¬ï2­§Öw’œ8¬2ïÕ–¦·i'>[ÈÍ”+’¦vJ“6#‹î´MÞÛ°”Ÿž]ÿÑ =ÒYaÎÏcˆTY Ô¨­*LûަB}±R€Ú}¾pLm˜±§H­—ª:_ÊW®‹,aä*Ÿ 2eúõ•CД!9jMj8‡Ôçç7cË“6Ç ÏlŸÚÎå/† ž õ¹™¬{å˜dJÆj–© T¦¿×Ú)©<¿hÚÖŒÇnž2­r@‡Ó…´>eJó\; !â(¤Ö“НâÓï1«½2¨ôÙGÚx'´[^ô‰9HëÍK|‰ºÖ+¥{®…^XaNi»ƒó¨“yò6•?¹¦*Ÿä×ë»o]3”¿3¦W Õö½^hæ‘ÈògŠÓg})s¤‰ô&îáLWLŸðÏd4d¹[Ý<Õhli½Ū]À õªi´ž,—wÇÑæzTAµ¼˜ê÷úÿ¸‘Çõs°ñŽ/ª.mJëH‹KKeBo|ÚœRRZTånã&­eÖzLõË2[tΜêùëh„¦þíüT¶¤ÞÚúB#vK!"5Œ.žPïPµÆQÔ´ž479ÐÉÙÞƒ—_T¤ºƒü±—VQ}Z-ôµsv‹*yô€P:^6ξiUMj½‚ì„ÛöÎn‘8—<¿m;ñY{€ÉLÅC¹Ód H¿þ#‘Î*³›~·ýêñºøù`4fÍÍLÅ”ÙGñYÓœSq¹ô‘ôKBµU…ißÑ´S¨/VŠé"wŸ‘?7,Sí§õ$ –ŸôCc~÷ÍjΖG×~F'<³}hG ú¯#4~ƒ_6ël¥Öc5ËÔ*›óƶ[[4Í/š¶±ü,çi«ðÜi½IKˆÌ`­w–›×“â³nñΠmÓˆ˜t?â |Ô'; \¬u×¾Þõ]|6*8”¶BCßÛzÑÆÉÉÉøï™xœί/<+hÛd¢•=_?›£P8ŽüÎÚ“–N.×l/Ÿ:j#‘ås/áEDç'C¿„<ÅïLéLÈ Ú9 ¡Vž°ó“ÒõÈë=ëÍ‘¤ÜXó{wãÙ«N.ÎVúNœ}FH³…á6¸ïãù~¢€Ë‹ å䦅»;Û»Ç Ä">/ÄÓÕÞîNRÅãÇXúäg¯âqâ’D I¼{RëÉeT8»ÞæcLÀ ñºfoë+('sµq'>K0›Y hN'5hR– B“¶ÞÍRŒLsY6 Yæ,΋·>~ÒÄÅëæmOëãKF¡Þïš óh#—új«JÓ¾£a§P_š”ÌI¿³/rýç¯>náèrÍæÌcI­§bµbùÊuåÜÝHœ0{§“)Ó®Ož0g×'Ãëߺ“fNNWuÿzk êùÚáмfmytígtB;쳉¶ßAC?Öçæ2~‡ѶäøüîÛµÿ^$¶h{³S›ÞŽÐð•Nb)ëÔ<&›L–Çf–Ñ Ô¦Ï›"_óÚ¢>%éçÍ9F®kî<¥_¯`ô> º˜Öç^ÉnkÆ6j=<î–¼<²'ñJ×ñ þïìíÔü†ÄÙQækßß—jN¿Q/.\ë ,h('?–x‰Ó€Ï­’$ 5æp]ö-ye4ù†X4pÂÂ-¾é8>/Ù}ë;czüØ:Eé;SzEÒBtyclª½™ó“u½^Èáºî«o9ê=rþß7³ðÔˆ1þuÞpD¾Ú÷å5.)9Ê“‘ÉØ6Ñzªùˆ¥EEÍÓzXg¥q‚üܨÿ­àày+"·¬´XŠ3f$FÞöv"Jöð¼îiosC ¦õRÂn»7¼¦ÞãVLzÅã'5r™DšÉ‹¸áLÆ;Ý K--Îb[oAËÏ™ ’}/þþ¿éÔ¿RÇ[ÈœÏ6ú§å+¤a]Ê}¡Ú¡šúQÔ9´1ãò2Äq]sÍÍ3(&µ¬²¤H’Æ ös³¥þ_@„HVûäI-tİÏEøRÝíloÝófœäþS­çvóÎu²4nîý'uä£|m߉ÏÌÌT™5Õd õX~¤^ؘ­Ÿê²bêÿ™÷öŽÅãûQËÇ ©ïm¼ƒO²üh"—úêëL>þ£q§ Yš[ž—àýßÊ7ÆQej ;ëã]·³ÛJëšÿÚmòÉ¥YK¸%6îø,·¼f9¡öY¬éVŒAC>Ò£ôíw˜mKfà…??š£Ó¿¾{GÎúx£qH¦¤=ØJ­Çxv§Yë±9olâÄX¨ymKÔ´íü¢m›F×5wž2­Wh=à!-¯­S µå2|HVù°îIãi§´èÞãºGÄí—j‡Š*«¸ÿð1U“Gµ•¥R*c¡¼ºöÑ“ººšì G›;iÕ+ U ),® SP9kªËdTÉ……e÷P%>~XS²¯—6%{r†‹{£±?šDdIºñðÉ«j>nìš5U¥Eõ>¿Gù{üž¼è©Ÿ¥²òê§ùøaí½Riã«< Ž=~XSQ\Ô¾ØáhÂLs:«ÉÐtš?jÌ/˜§ õZ£õ¤ “Ÿ%ˆæð„ÉÉâ'ú¶“³£¸âɃrYh|N¬Åš—û!ÔcÔ¬w¿?r7z³HÒã®XÉÀLr#ÿ#Ï!SÁÐiçÌÓ.Ni=I>ÐÉIñôt¦îè³»îã/È©~RW+—u•öçesoÙêøç€-/z³ä§Õ‹ ûÅ20€œâòSûTptÚùó´‹Zè J«nÏ|p¯²¸ÜÒ-‘V<¬{òü‹ nb& õ@ë€Öº€Ö+äFi½ü< Ã­Z´h=ªü°@ Ãè­-£¸¨° ?/'33+#½ÅädeJþ¬APTX(•Jóó[óG©$¿PVоeªq7B°á¤óW[L;-K¶™ãâvÂÐè$€Ö:§ÐËÍÉŠŠ³0½|úÄ-ãì©ã8{tDxYi)%Êdùñ±16W-õ.œoúu­¯XÄDFà¢Ú«L5î„óÜg£ïÎs Ïu”tN\Ãó 7®Å„‡‡Xš?¨­‘Jòl¬,Ó’“Ÿ´:¤$‹­­,r³3Û£Luo|·ÝÜÀ'ÃèfVçGß;ã»íf^×ì®Zvgl¬°’DBL7ñF74Ü®£ÀÐÅàägb;h= «“•‘~öÔñèÈpn\t“(ä·˜>õðჂü<ý‹º-¾ú¦t%®¦ÆàÒ…¬ôÔö(SÝËþ1=`è½Oß³K€[›™‘VY!¯®®ê¶`ó±Üœ\l»‰7º¡ÉàFp€.'? Û›%÷@ëSë>ñ_Ld8/>V$àQ½i1¸(Jëé]8UÕ㶸¨Œ´”ö(SÝßï4}Òunm$Àˆ„<Wg07‚+ »• ‹ÁÉím»—»+h=àùÐzܸ˜>71AÐØk½Ä$Ñ9ÝÓø³ µ^xDØ%ý ø³ÅZï§Ý¦u™€[›Ÿ—`rs²ì­¯€É¸\ýÛ­<] NîÛAëÑP”xqëúãAùÒäÇÚë¹%ÉÈï²D—íß.=¯! ОZ/:"Œ-äqDB>†ëìb¯{ñìé³'hÁ‡œœíq2*}#,µ^RR¢‘±Ann6þÄßÛJëa¡‡§þl±Ö[µ×k¨‡]$àÖæåfvW-ÁdÜ®€þín€.'··í]Lëål›ÙwÄ—Œª(‡wËÁþNrak„”sv.êñ?»Lü=÷æ¯#Јÿ»‘§ (íÆþ…ÐOô9"Fq`´Ô#GCšvT¦mar××zñ±Ñn|‚€‡qt²ÏÊάÓpœŒJ߈¢ÖÃ’ŠöjTb¢K¼ªªJœâï8FÃÕ+E­ÇT&¯ë5yEŒIë­ÞOi½]ÜÚÜœ,€¯Æ`2nW@ÿv7@ƒ“ÛÛöNªõŠ’-ßFhöñx©r¼$æÂÒù‹6_O/bhgÞ¿Æ¡±kýòÛJëåù­«\ ”{iÑ ‘컞ÔðÒ{u­§ž¦ýh“»¸Ö‹ ‰âsâ…|.F÷â™GK%Ò2³Ï¬ÿb¤Oæ' ³/,Ò\×SKZ¯µ^\L$/>RÌé³'žÍ‘Ñ™Lï™çúΈÐà˜¨pNl47>£~gE¥<øÐ°êÌ»øS^QŽŽÞ™s'©ô0i=K+óÜÜl,è22RÏéžø‡ðwƒã±ÆJIë\d©õpÊ$±ˆ‰ºÏ©”‰c(i) pí,µÞŽãfµ55÷ª«i(Û:QkêN_·Ÿ‡£)»¢KUäúŸùyÁø¾Äœì?å[“Dyqè&§ótêÞØ2yÂÙ9Hû+Oi}–œ;§~x}lo"Çäw×GÉªÈøÊ,ïÎSýZ{¢¿¬¥´í©®Æ­ÍHOU'=1èÊîeo½0¸QF¯aS,?àÂMM¥MÜI "Õ)¿9¹ðj¬™kð†êšÉªØ”àSo ñîvûhq M¹¯ƒÆüê–Ø#¾{â«WÞ^gÇMk3G1š O§*ŧp®.ŽÐz1éý;ã@PJ3³°›4#*=þÊ—Ã3ö6yþçwŒHn[óÛav°7ªÇÀñ¯|úç9ïø´ÖOó¶ô ©õ¾¶Mh4l<ëñґŸ¢É.6–*vbËfqKýÙ–‹‡ÏN Ï·ã¯Gë™çZë…D„GG„bŇ¡½‡“Ðz~ø3üĤ˜Ko„Ÿätê[*}#ŠZ¯¶¶¦ººŠÂÀH/:&R”(J”œÀ§-SÝ{NRZ¯JJÉõåCû¾s9Y^»oö£·¤ºþPQôÁ¹Zhè{[ôœ<=¯YÚñŠî‡`­7ü{Ë記èhAVIµ\Hj½ëR2KÔþ9ZhÄÇ»M®]w¸ô×|mÔÿ£Ë‰ø™ Íýçêu/¯kf>ÐÌCñ¥tMªÂ­MOMV!çöÏk}ð¨mùæcô/_:±÷o¾üÛE¨–²ó"<2 ïËÆ¼æä«±jdJ´>ÞîÇÿtÑÚÖÁ¾—1)M—&E† Ä­0Aè¶šØk®‰ÚÓQŒ&ãmwÖ&wž¸>2ÉÔzfü.Ñ›â»ÄYâG–ÖZ57 #=lm¬­l¬-N-…ЬíÆVäO‡Ûñ‰íÖ qô¹WÉG –XʼnŸÆ'xnšBDOÛ};¹±gì73 »YÀ8¢t~º`mkÕDÿØÖ•oàE©÷Ü¿lã“»Æz¢É('û+¦§·~;½'vëVo~'𿉷þ™‚µž°=›5B4¬çš—zú)Àr Ö¡FÚ‘ÜaóHÃâ©y˜1YJ?1[5ƒº¶Ö«'?æØËÍ=Ë-(‘„윌†¬¸ž£|æÈ_Ü3™/o§Ú~¦Fþ_C¦{8™Šª×zî9Ò°Óz,³+i=5“é=ó|k½@ÿðÐÀȰ¨ˆPŒâ=œòÊò#£ £ }—è„?ïÄãÏ{9¡ø³0J/ôÈ*‘QQëÝ¿_Y!g"(8࢞.þÔ†BIë©•ñïáƒiiÉ”Ü;ál½ÐKKÆñø¨†2Õ½ñï9s\EUe¥ e¼ãs{Ž^ã'%ʳì? 5ﬠÿ,ßþê÷µ»D)KaðF¬õÖ5Æ”‘"îKš,åbý×zÝ(Y®˜Œ8$»³z$š´-¼X­IÜÚÔä$%¸6ß F=ß<‘”¤z(™ëõ÷KZhØâ 'M- Žü2·/Ò^tÂ_Œ%úûòŒµ—®\µ6>´âbY´ö?#Ks£½_ŒEhòFOûdɉ‚›F/[9:Ùš\2¡){)dÿó¢…¥•ÉéÍÿ†Ð‹Ûnˆ¶‰cìÆŒüàï3æ–Æçw|ûRO¬.sˆÒ8n릠žÓW6u´¿|àk„¦móá«Y—„WcÕHq¤Þ‰¦ïö$ˆëI¡%EZ,†~m!¿øÑà/ntç¤jªŽë½e†üöïGŒ,-LÏÓ÷å¦ò]#NZ\„T™ñ¦ø¤eæÁ»„KÉCC¿:ëæuÝÛËóN?…4¿ï‡æ\V}Aç%ö&Ï9rËiýK=z¿ºË›h›È—Òzܶ‰¾;¦£ž3~=eãzÍÅòÂE»P±jZ×›T3/X}袥¥á±ßæ÷G=_Ùs3‘yh14©#§/¥õâccþ×MÜàE•o÷í`4ià áÓŽÓ5³°4:±åÓ õÿtë–pWG“×l|QkðçfщD$ßmí4rÅ…ÿ^Óêó·±_ÚØÌ,´³€ýˆª¯±ž”XÓÏ íŒã4Ž(Ú~¡ï,¥ÙÁà.ÊÃÓ×µ´¶³44óŒIhr(²6*%Æð½Ñ¥vµZ’5Lõi®!1í¢!}Âí„Ö»ÊgöIb‹=@æ8‹/†ôyýdP‚Èg#> Zr%¦~`¨ÛŰ )9J±5Ìâæ,›¢Vv1í°g\cãŒß×FÖ{Rs“ë¶j4ùƒ Oy|6k„hXÏ5-õ§@Ó[°æìt5ÒŒäœGOÍÃŒÉRsZ;ƒ:µÖ¿ÊÀÑÙÅ™ÂÅ;"½HAòHùö§Î˜»Ýô»ëcê»Q¨Ï{bYIQªÃ—ýQÿ…;Ì\Üì/_´/(ʼµa2BC­?sÕÕÝÃÑôì1‹8‰J9;gáÞyý÷SV.îçK÷n¦¢ …ÄÕã1H–2¥a§õJØeWÒzj&çÒzæ¹~gHàݰÀˆÐàÈðŒÊ=œÁ‡†ßË ÇÊ®œo™ìôsuæ]±ãOr¡mÜ¥W±â 9<ŠÊEdTÐz÷ïß“ËË[¢Ö£-3<"lß=©©b,ñ?~Œ?ñwƒã5—©îÿt)­W¡Laø6õ[ƒÑ”Ý‘%•Åa['aáæ‘¯”å©Ökˆ)4ˆ¸ŠâðmÊYÊ’õ_Eè5ÃärÅdÄ!YÀÚ1h–ÐbÕ&àÖ&&úÀópÒF¾r ^øÝ{LßèBUÍTôÞ¨¬cËwÄç£ihvÔe¼ÍÍØGX¤z(AÉ|ö}¡è¥Dö&ûß·´Ñ¤5¶"žÏŽQ¯wbÚbpìWb·}a’@פÄÖ÷¦r3Á—ÞÓF£rŽgZ´MjÕÈ©'ÞçhÝùE}ÐÔ­^D9œkëÆ£+m9êÍæû{£ÒYíϲ%¦xôÌ=¬÷ÉÀ3vz x¡ºÿë×sîßPóú¢¹Gƒ ý;}÷m~3³0̶#ª¾Æ·ÿÏ,ÿöájQ´ýB?~g“»T<œÐôPlʨ7ã9¼Ø7£ÝŸÁÊä+ãP‘Z-š¦ŒÚ4×XD·†h*œë¹u2ø…E³O¢[ìjR¿ÙwÐ'†‘Äâì{d^Ͼ O‡èV¶¦4𠳏9Ëfk»˜vØkÚ‰.,lñ$æf¼ËŸãѰ¥VqšMkñz®¡ì¦ÓÍ2»RcÔû·#çóâ©y˜1Zª>1[=ƒ:µÖS#þïF®â»Yv¿;º0ŠMýàokõº•ŽÙêWÉÇ-µ†½ò‡[FQQIA‚ÛÁo_¡®r¢ßÙv'G­FYòÍ?¾©CÞœ€´Ž›õÉšÿXG_”,Íkû¢1½~bŸÁ”†¥Öc—]Ië©™,ò§÷ÌsüÎà€»aÁá¡AaÁÅ{8ï×Ü=<º:;8Ñú›û’ØržeLPƳ¼/‰Isýå^vÖzT."£‚Ö»w¯º¼¼Œ‰À ÿ‹zºøSC E­ÇTfhhð®Ý;RRÄ÷îUáOüÇ4Y¦º7N^ÄZï^U¥\ é­5£Ðø5Ö!Á¡õܾüÕ`4vm€L^™eûqüÕWª˜¥8bï4䇲Ƙ2>)âÜ *å•9Ž_ôÃYnו§Ú|Öû+¸P)qHæOj½b•&‘àÖŠ„|E·÷ÍDè…M<åx Çõ÷ñ¨ï‡Æ 1\ÿÃÄ«iÿóçŠx7ö‹§q4•ÒyÕ4âûh2Y¤Õ—ñšèÅá³M&Œ½«¿îãYcú÷@¨÷€xÍ>ÀWÍ.Š%Þ  ó» å²ZõýÈ´¡mŠF/3¼þÖz‹ £ÛdÄy\<¡þÓ?ú툥o¼@m¤µ²7U< äÞ9€õË'¸ŒC‹®I­9õÄySZ/RÉÃzø ëÅ­>¾ÀwïL­A_YDhjv —UK§^Á^º%Œ½¾iŠÖð¥WC<¶Më1ü[³(A´=XXqúwú®Û¼ffaœìFUcc$ß÷Ð,¬õ6ys4Ž(Ú¡B©4;Ü¥êᦇbF)†¡s–þë­¾Liž2jÓ\CbÝ¢©pÎõ-¤Ö‹Õà“{@ÈçûüóR+¬#©zC/þ¯ŸÖ̽7ãE´Ë—Æ&FÃ,nÖ²ÙÊ.¦öÖXjvOÝêÃåsÝ×M@ÖSþÑdZK×s "»)À´D³AŠQ÷|GÎ#æÅSó0cžê³µ3¨“j=hžÖ»äˆåæü…3>LÍ'ˆù¥å%± Kö%1¥Qºe±†eq—Kc J"Ï—„Ÿ¬L÷ 92†Ê…QÔzÕÕÕee¥L`¡‡‡.þÔ†BQëi(3(8pÛ?[±xÄŸø;›2Õ½qFÏœ¼M´Byžû²Aè…áEŠñ¯•CÐЕžy•r‰ÿæ© «ž£§÷uGsOq©<Çõëþ¨ÿ¢ÝW<<Í …%¥‚Óä; ‘]²k&ñ?JöYxx¹lx³?Ò~ï’°RJVQI]×ÛZ¤Ô¤zpkEBžQ¦_ D½Þ>Êç©â¸gàš„7Äpˆ•vöQŽˆçC.ž—£Ÿ¦þ½]™,ÒzÉ`4i½'Þ%Ù%ãyo} ï±_í1¶wñp1Þ6G‹)âÜó©ì¥i>G—QY´',\})$¯œŠWNF]×ÛRX¡\; nm‚€«?ÌŠxÛú¤5Ö¡BåCÂÐKïõE£~°Š¡bxwußÅ¿tŠå&p½‰Åó}£(òP¼ ¹ƒØF’#®~ƒw¿®Ç±Me°°'š¶Ó'–Œ3}¿š}П§š=!ÆæGb£qˆohÛðe¦Q|ò÷æ™ä |(äÜ;½Ñ°¥ ‡˜Á«±š7‚t_ÃÛýN_®zzN¤Å÷cµÆ¬4q;÷ñ 4j¹yX|suÂó‹zcï]‰V,„ë³oÒzõhüAž´ì½ÁÇßã\ÖODƒ¾2yšø©ùìûBÑKÍ0™r8if”õ/ãê°Ö3ˆj“að´ºhâO3øÆ©´–÷¦Šx¾ÇôBã~u‰eZtMjÕÈ©'Æk¡õŒ"”ãcìVA£ºtìí>>Ô‹àÓ6;àâ{ÚØ±Ž±ì¬ŽuþS [fGüŒtø…x³@¿÷χÖÅúl›‚Oú­¢”‡t ²Úbñ‚¬~}¡!KLC„šGTCE!Rqv0¹KŦ‡bKVµZ4¨6Í5$¦]C4Oj½ÏMcXMœfz ÊrÅp4fÅY{'—z¬Ž}07Å>†nùÒ¸ ÑÄ0Ïâæ-›ÐÅ*klÔ•ïG  ¿þqlɛܸMšÖâõ\ÆÈn 0-Ñlgbc4y¾ýçóâ©y˜1Zª>1[=ƒàºðh½ ?â‘=Rîa‚üoÛÚXž¿pæôÙ^Çľ[ePé_„©Êô/9~rj¨¯=• £¨õªª*Û¤…ŠZ¯É2ÓRSØ—IodQSs¿²¢¼K€[+äsUàê¯ nVÐywÕŽôŒôNÞúÓ·¿›†ñ"×NEhÄÿ6œ01Ó;üËËÚ¨Ï[‡ˆ{U„ïÝäâI–Gî +l"ÉëwX¶É8îij–ì5²¶sv4ÛùJ|B~—«š]Mn4¿:Ä?#]ÖMÃ'ª¯ü°GרÔÂàÀ·£u@¤ä…ÙWß½ñû.˜˜ZžÚ¿óÌÍ8®ºáx5VäÇ;Ѹ'ŒMÌM°t áp–?E£V˜Fð¸|ÿ3@£W˜áïŒÕñÂì~ˆÏoßZ}PÏÄÔôÒñã&·¹ü¯­ÓqäÂ?è››œYƒmÀ'-<¢ê`Ãû¡~óÿ:md¦üð%Ž’ùlûBÙK¬M¦^ƒ-H­×¬ª™ú—{[oï¾ÓfÖvŽWõö~:õ~ë\`¼r3Z×›d3ÐKkΚ˜YßòÙD-Ôñ·°W™†}“Z3rê‰ñ$µža¸J|¬ÏŽ=z €~j"Plö 7Ví;gbréðªùP—wxpXZ}uۧÍó;ÿûw?òˆ"Æûœ…z.$šAõïô·8ÍÌB7 š1¢Æ.ÇÙÍŒ.žÙÿ×·¯E¨÷ìßÍÃêÇ㈢íúÎR{LîR™|6CQ£Q”ù4ÃO±MSF}škJL»†0§çú{{þ»“N\Ÿ´ÔœˆËŸDãÿt‰VŒ4ûrü¥i(]M,hj®cžÅÂæ,›1­ìbÚaßÄí¾Ž|<¿Çˇ|ã˜Lc;B4Ô¥á»)À¸S³œAJ5ªäœGOÍÃŒq¿VÀ­A õ€çAëÝõ#nã ¼äOOà݇aç^ 92:äð(’Ñaºo†x+&SÒz•ÅE…­GIëµi™êÞ02¶ ®ëÉåŠhžƒ*‰;ÜZ¼ª¨Ã ±ÿïÿÞ1’zxõ;óƒ?.ùÇsñw-¶~:s8ñÊú¾c_]~Ð!‚Cf‰¯_<#Èì±Î¿‘;HYZ¸ÞA&þåÃ:7Üãð²y£ëkï=pÔŒïôB8ªÙQ6?M,õ“`½ë›ycêø0zÚ»Åù™nþdÖÈ^ä¡:¯ÿáIc5^U#¹ç^Sï±×tƒ£Ü7NÕð®™2Ö÷À«½Ðä ®Qšª‹ó3Ûü å=ÔkøËklcpdŒ÷ù_Þ×—*Y{Ää×1ò瑵Çß<õý졈zö&áqÊæ³ë U/±4yöÁ;œ§‘ü0óFc­§ß¬ª™ú7Æñ¯cµ)ƒNZ¸úÂxõ¶µ¦79w~~ý…áõãgà Wt‹æRÖÑ-Æ&µxäÔ}}#¡õ ÂTñƒ/}2¡aß]hˆ$½‡FÌK†ÁÓ>ÝjÜØ M¶$Üøã~hÒ†k4Îäů]˜{ün\}ÿNßy3¾™YhfKW_þdhc¶ÞC&ÎûxÕ¿WîpÓ0Œ(Ú~¡ï,•aOë.•4  w"07‚+ »— ‹ÁÉím;h=à9 ª²òAmÍÇZLmmMee…b™…Ò‚Üì̬ôÔŒ´”–óæçf+вö(S<£»ÖíåÄEÝÐ0Àà è_ðt18¹½mï6  è†Þ€nW@ÿ‚ ‹ÁÉím{§Òz‡íE°Iëu¡Gi= ãq°±ò¾îžœ$êH­÷¯]l`ÒzxBu­W @€áY„ûÕÕI"¡›³cJƒÜë­wÈ66<ZxVÈdÒD‘Ðçº{‡i½ƒ6Â6ä¸_àÕÁø³m‹€Îh= Å”——åæf;ØXu˜Ö;`#hC®Û¼/òÿìºÍ{m[,t@ë­!/7»ñý- õö[ ÚŠ³ÖöÑn3ÜÏŒº6oÃ’;?]3Ýî&êN&wC@ë]Hëí»Êo+Üm>¦Ÿ{ü¨\švÞÃæÃ6,¹Óa›Xö¤*;û¤5#8YYS÷(%6åˆuG¶DxæF¦µècÀ¶´Ð…´Þ^+^›pÔÊ7Ìnȃ{⪢+ï§…Ú À1l2þë[VS÷$-,q¿rü·Kªêê2ƒöµQ Ûë$÷ŒêtaÚѧ‘ü·¥é÷‰ƒEû;¬6)aÕuòÄ”Cš´ õ€.¤õö\áµ’ãVNÖKBmúç'ì«­ºW¨û¨&1?á Žq¶ùÕœýXp5ñÒšRK{…xëd9-‹MÚßêvûlEÿYw`ÖõZï`×qQ—´Ð…´ÞnKn‹9hätõÛpÇ©aŸ”ç_®.¹V%;ý@nó°ÂõAUdUѵŒè•áŽÃ¬–à” …ðtãkêž<¨|R'KÚ×y,¨âAÝ£²Gu‰ÉȘ“ÁeEµä¿¦xü075÷¢ZQW„– ÒêÇÔ?°¸W^”t°á)W.©?ôD*$Ë´J0+“ÔQ**‚ýEûÉ”WD•…÷?¡þ Fi™_DA¼´öñë‘$=÷U¯•È«´îavÚ¿Tù E±­TÙ!Œ–^^Ž*É®"›ö°V"Úw59´úéÿì(æ&íWiØ¡qtinõ²ºÊÈPñ¡†xE3VUE%îoÅHè&´›Ö+“ÆZlüò—+IŰ€Ök+­·Ë‚Ób®çzÍ’¥l(LÛ*MZ^”ú£qrÊC~ò‡u÷o]ãi,…Ž2,örŽY*Ȳ(M•2zø©¥8oÂCâvÍŠ ¬Ä!Õur‘x¨,I Y,…v¹ëªd—Ô²Ë!+³®.?"aw+Cw =´ž<ÛsN¯1‹×êÝN.nŒ/I½kyæà¶mzÑRÕ+€q6Ç.ä—wãE’Ñ9 õ”´ÞV“ØVrÎüÌMëéa#²¹?gn•‰¿-Ë=’Ã_î8Ç㣳óì¤uOòR÷šÄ޽ÿä^‘ÁU¡wi]¥8yIü¥Ä‡uey'Íp²¸#¾~QmÍ“ººÇîc ³›*e&p/©{‰3R1qG‰«ìmÔÅît-(©S ÷RÄ»•Sît“–Õ=óˆ'sŦ>ª+Ï?e¦T Ë¢4UªäzKɼ78J&[$UÕ• wÒ9A-KÜaâÑÈ*G[5‡X$EÞ¯+áŠv¶z0<ß´Ï=œeÅù’R•È|÷¯ûáÉÚï›ëyO#‹“oýr1‰gˆ’uÌrT.M„óòJ;r T¯Tžç»ýÕhЛ{óå´Î­§¦õ¶Ç´ ÇMBmI“ÿÈã¿[˜º1ÌvŽi:£)ߣ¤®&]¼Ë8fëÕ´„Or“åÕOª=b·ÇáÔÔUIÏ›ÇlwÌÍÇmNÉ6qO8íšì]ˆPæ¿&ªEQúew}LìáBÚØY«ŠÙáZPZ÷$-DtÒIØÈ1븭Ê)w¸Jð¯p÷82Wœ^òC¬õNš)Ȳ(M•*XÁdéJ¸ùÄ+™l."µžhÈÆ+f‰ý7¸ŠÐz6j1aY\ÆKØÑFƒáy¥µ^QÌ¡éêtìº)Ö+M·ý¼?Bæ®<êÊ•uÈu=yú•EZ MÒh¤ßSKë#eëÆq/Ž+l«J‹cR®š}œSZÐzì´ÞæËÑm…·ÕÜä Y9¼ÅIA/áï¬r™ ý*ê*E;ˆŸ±çùÄKIj3SöãŸ1Ç"ïÕÕë›Gï¾Qþ¸îž‡} ™+îræc¬€+eÂs+ÆúE¼‹úio™õ¸®ZzÞLíÐåè-WR“×U&%í¾¬©\H­çK½DÓ·K™®ëùq¥x÷¦<Ýü-ÄJë!ÔcÞÞIy›h=ºJK3îènþs›^Pvih=@ë±ÓzE·'M.D8.}æ4g•ËT~¯®”›°ü¹Å:Å/IêäK9TU÷¸ÜÄM§Ë«©«{”ÊË´ðJ2ðIs K=b¬šr»3¡õÂܨöÔk½&*ÉX¥©R+˜-ÓåÞ¯«{(ædšy%ÞL³õân5Š7Éx\÷ Â×Olx#Íá&o«R¥±gâîÕÕ=HˆI3òLvàWÖÖ=NâÑ8Ä”Ôz ½0ÑNZoÜ_²&ïá,Iñ>ºâµ1½ Y5|ö×û\ÅEd¼,êÌòÓÇô§f÷€©®ûwçŠ×ÇöÁ?´†¿¼âtpn)«ÆìI– 5tÆg;œ‹eWCóg€Tƒ\±ÂZ\¦¢õÊsomZ0aPJÇŽ~yÉAÏ”RUAW{`ñkÎ)A C¥ŠQvކ¢ðÏD§Ÿ¾4D‹¬}ä̯ÎÅÊ`‹ ûh½M†QmÈ«/s¯»qu.Û,¦IÜu…Ñü-tG÷øUÔÕUÚ\ÁßcŽÈ2ªêÿŸÂ£ÚÚ¼Dñ#åô—¹×°Ö«®Ìª “ÕTs"ëÓ‡d$íPJoYœSMýÛG%ùùgMUSns"µÞµ2KÌERë7V+EQš*U²šÙÒËñú‘Ź÷ȼdÆ ·Fm±N •=¤þsB® q§ZÃô"ê³<¨¨ î¤uˆIB0¡õ„ÛÚt0<<3­Wž}cÝ$rúö1n%Ê^Ü({š‹´~ýz<æZ}µ¨/£~»UÀ¶í}볿z"¾DAëõ6fܸ±î —Ñ› 5|0)§Þ>'S¾®WpgõØÚCÇèŒDÝï«ÔR6ZO©Òi½²$ÃwHSµFLžö¨¾Úo‹Ka‹ ûh½‘mÈ~#›«½ñgÛË #Ž+©_þéøªîAGÜùØ.WMë• ÏÏ'ŸŠÛì—+——fº|? ÿúãÍ¥”ò|ßuä?oû§Ÿ´<×w-)¹Æo ‘±-¡¢,ÕîR“½r^TÚŒ{8'mq1[>’| nÏm﵊÷pÊKKÊ‹óÒx‚p“/‰².÷Îg¡õ”+m‘Ö+ ÝL½ÊæPD§,‘•Á@wÒzô#Û–#FFm^&+ ëµÞögR;Ð hÖKNJôtwÅ1ÌZO{ÀÀú óíµ<5­'qÿB›f*¿a’¬òðZŽó½5µÔ³@^žëø>qQkÐro ûJ/Ì#ŽLÜ&kŽÖÛ&Ë÷ÛF]¦|çÕZ¯8ÑaÓÛ£”*íõ‘KnÇh½ ‰ßÆÉõ~ñ£uº7ÅÅj&P]Ð&ØZYàs?|ØI´ÞzýˆçCŽ ¡õ·=7Œæj=<Í]lʼn¢ì¬ÌìÌŒ¬Œô–ÝÙísòæÊQŸþù÷æÍ ì¼®rUNžëñ%!éú/¹.Á¹ÜÈ\¾óÊg_Bi²!ypÂæPBëY¾M>2·Ö¿i­W(//Œ::ÿé}¤Xëɲ>'ïöãQCsý ¢´^Ž<Ój!?rµ_šÖ£«TƒÖc. -˼k¸ùóõ3ûÎ6EåÒ¢ ?/3#ÝÕÑ.%)©3h½¿ôÂ`Csµž§ûµ$QBnV&N†eGsž×»þymìµ ÂRyy ÷øòQ»7øf¦4WÈÏ.VS…ŒZu JZ¯"Ï•,¢Ç[ú Ä UJ Ë4j½ ¹,þÄ=Ÿj= çè ò&ÊÃñÅå…á;_¨×zïä~³ŽDª4ÚJ•´ž’s4U”)ΔwoÊâ..ìEæ÷ÀÝ#´'÷ïßËÊLÃçAë­»š«õl­,²I¡×ŒçõPŸÿÇý7»þU&ï_N,+Ksùqtc‚~ÚÄ{Wfã”°ÖzlKPÖz¥  ë¥[¿!ƒzüØ!K³ÖÂ.æø«Z Z¯0ßûÇaäÁÓæ¿½`öÔ õÊ3ÝV ­¿§sÀÀúWÂP¶RÅFª8‡¹(™?ñä ö¨‰S§Œ¥naº+¢ö Ú“ÊJ9–{ø<°3h½µÃ`CsµNŸ™AsEO“ÖC£¿#“—IÂtzmL4d©'ù*΢D÷CË^WÿÔ]yßëų×zlKPÖzòòb‘í¦Å¨<ý¦.37¡õäå²Ð]/5>¯W–u÷Ôó*E}†MzåóC¡ÄÍ™å9ç~œOþsâyºa“æ~´Õ=³Œ¡R¥Fª:‡©(ÉïOZ¯M}oILAl@´7> yWóÐzu @`Z õTŸÑ@ëÖƒ´Z´ õÐz õ @­€Öƒ´h=´ õ@ë€Ö­h=´h=@ë õ@ëA€Z­Ðzh=@ëÖ@ëA€Z­ZÐzh=Ðz €Ö€ö¤H&Å»•fòór**äϦ…e9A6o8!k«KSÜw,]~8DS2®“¡gj©ÆôŠi: 幡úÛ7ž “µSùl\´+,» ¹#¡Í{–Í Ðz õ @­í Þª<ݯíݵ‰{wzy¸1ÍÍÈ ¢ V½>¶¹iMØ*+/KõØûÙôAdÄ´ƒÑùá»çjøÆ:¹Œ©Þé9HûK·ü¶2¹(æÐt4h¹wþ.½½z$ñ«¯âYhy¶ïÁEÐÏŒ„Eªé™Ò´£|+ÝqvL/c“¸DxþeÔã=§¼vj +º Íêˆv*}4w$´iϲ™A-ô˜,dÇ,í_[u®¿± õ@ëA€Z:±ÖÛ¿gÇý{÷ÔgJii©••>„åžf­'ÏõüeB£~½™W¦/‹Ú; õÿ·±›¯ß­þ‰Eeéö_ @c¿=açsç¶ohJa1ßpÅëïn¿‘-6Z/`ý84§Z¯$Á`ñ QðN-f< VOÓ~H7è(·´Þ3¡YÑN%t ­ÇfµØcE½e¯¿»Í'§–n´@ë+­·w×või’½hÑ"ððp*s!Å ôÖÜõ~Ç@ôôðeI†óQŸOœŸžpø®¦í*nÆ©c{j½âøc³úÌ>Î)yš L–*–”j> VKZ´h½fÌ ô€Öƒ´h=´žrËåï¼óÎøñ㌌ðÏ&´ž4hó­)ÿÜpùi8š¼#\¦$ÓCÿ%×%ùžK<™q4N&8=õýÜ-·á¹¡ ¿S?¾©Ó—8Üoò#A UHß±cúqÚ㮳à>=§Mö<ôíÜáZDòÞÛl'("4f†Ï®Ï^ÖéOVÒgæfåsE¥3Ï\Ï^ýÑ3WSi*gªô5¦^[¿hú˜Zd•ƒg}·_wÿoO$š¬5lîŠsa’²Š&²/~iL*»’äénc˜²;²HÅù…|Û-L&3ô¥7çh<Ã/N4ýîÅÁ=ˆ½F¿öÓ…pª ê*—Dþ¶`yÇ­ö˜7·ùË4+Z[”žµl_·ñÔFòtwør³@ÂcÜ4™ÒÍ®å97ÿÄÅù|¯É5'ó#?ÎîÕx†_&q¼âàyÛï¦óÙ'cî¥ä c]ÅqGf¡žsÖ{Ýõ°ºr3¹T“"`°Eíšlû¹……Ö£QriØÞÙZhć;/;»Ùé®}MõûÀ@XªÑ9tÁÐì² ·ŸG¡áß;¥&[}5¤ÇŒ]Áú4YÁf4² ,zJ©X†‘£ÃPiÅ ¢í)u)i½õ#€Öƒ´h= ûi=›·Þz+''Ï‚ñãǯX±âÉ“'Mk½R±ébíÁKœ³Ë‰;Ç.½ÙKûóÔ2†Û/I­7ãh\ã=“¥ ZOžíôU4ö_ ó=œåÉ&ok¡WÎçÃòL‡Ïú¡9'îÀÌu[:½¸/ªXómŸ gËŒ¥)¤gYcŽã§Úè¥cÉsË2±é„^½”TÊ6{¹øò[¨ÞFÍ·±É3¬?ìƒ&lj¼ªÂpç^yºõâè-³ôr5*Ô%»ûÇ4t¹Sz9‹;ýmaî»vt ƒÖ£QTä˜ßoÕG–%_ùHél ‘jrŽzGhð@y–û¯Ø•ïÿ²hPÏÙ{Þ?©Þ•ÌV°,G«žb” #G!žv¨´fÑÎ}u)tP û@ëA€Z´Ð-µÖw ,ÈÎÎþ裦L™’žžÞ8e4h½α¹=G¯öÍ'–fØ}Þ_ë•3¼¢h½Â°m“öW÷sÒ>¯'õým$š¸-´H¿u¢ÚÎ8ä‡-ÒzŒ¥)¤gYcaðÆñhôw È’ó}V FÓöűn°‚šµ^aè–‰Hûk<º§´d‰Ž»—ÌÓС>ƒˆŸ’ÂJƒ?+d±ºŸ ChÀìo6ëùeåš\Çh sßµ£[´íˆR‹,IÔ{¡ù†I¥Íé(ÍvûqñîÙMRfåÂl›ÑÈr$°ê)¥bFŽbzº¡Òš”I;÷5j½ö#€Öƒ´h= [ÞÃIɽY³féèèìÝ»WqÊ0k=iè6õs74eWDQ ´y¾ú•»f­wwí4asp!™~êùÎ…»1ÑQ Ds“ ä-ÓzL¥)ž©²«‘<¡µæ%j$·~Цî.dÝ`›ÐzDEÚ_»ÓœáÇ™‹Ð¤•g®Ý ‹q?üšƒÖS¨‹¸ŽS ðºø÷§“{"4þëäf­Çd‹­×†n‘oËòkBëÑ(Êi ‘%I„FxÍ€F#hêM(ÏñÝ8¡^M\×øŽYõ®d¶‚Íhd9Xõ”B±Œ#Gõ’ŸêPiÍ ’ÑÎý&´^‹ú@ëA€Z´Ð]ßÍBÉ=233Yi=É­Õ£ÐøÕWýƒƒBêñ5új0»Ö_Úü{83l>êƒÆþ©éNÅÓ6ê¾µ‘«¼òÊ›óêNêÌs™í]p4¥)¤gY#“¨aÛ`ÅSÓˆ=SЕ>´ï0”g9~Þúµ¡@…3ü<ç{¡Y'¸Ô¿ÿËõøR›•Ö«GÆ9ù B/ŸO(n¶+:Æ-%üss‘Ö[—“Ë4ÞÃI7¢(§áÈz—–¥\ýT+Š ió:‚Ùe¹>LÐÒùÃ#êÊ’!hÜjÏìÒ Ú®d¶‚Íhd9Xõ”B±Œ#‡>ïÓ¡ÒšD?÷i<¦pgËú@ëA€Z´ÐßÉåÞ²eËT¦ “ÖËu[:½°#\é=ù^+‡ ¡ß{æ4WëU”çÝÝ<¡áïo½äpÝ뺃©Éõ¤ §måyw6MAhÈâçm=¼¼\,Ο´â5¥õÊÄ—ßDhü*³ô¥ë ¥)¦gW#“¨aÛ`%³\¾îú¿³ÛÒÍÓÉT߯üï* BwÏB¨ÿž±q÷òr¾øó¸†ëzQû¦#4ùçs®·B‚½O¼Ù³I­W’ètöüO¿€ _§³KG£>ï[¥•2ºŽÉ–æk½–¸E^wdBÃ>ØaääááqeûlD÷nÚ%/Ù9¡ÑŸí3óðrÒßðf?¤ýÞ%~‰¼™ÁÐlyÞ­uãÑØÕ^¹ååeÉV_BãÖxãït]Él›ÑÈn$T°é)…b¥L#GñÎmÚ¡ÒšDÛSêSê õ#€Öƒ´h= ›i½ý{vÜSø_ê2™Lq¾TWW3ý/uÛOµÑä…Êñù^? Eý¿tÈ*n¦ÖË=/7ª'±Éõõƶ™æÓ6*ý˜Þä®8pââMþK¾Òì;ßÛ{àgN¹*‡hKSIÏ¢FFQòÁÊ6 -xö i ›·Ö3Wå¢IiºßéŸPoªGZufº?XF½ßà·†xÔgðØ—W9e–iªK²÷½ ý¨ôƒ^üp‹°X³ëèÝÕ|­×"·Tò­7,ž Mµ·ßèé‹Ö»¥Ñ¼UF}D Kõ9ºŒŠÔžðöêKÁyeM]I¤íšfË¢ÌÔô•M*%“‹.¾Ý½´/BJ_‚+ØŒF6#MO)Ë4rßÍÂ4TZ<ƒzJÕc*KJ‹ú@ëA€Z´Э´ž—‡Vs{wm§òñô¨Óô¿Ô´h=@ë@'£BÎfÖÔÖÔ€¯ÀО”‚[Ðz õ @­€Ö­h=´œÀC€Z­h=Ðzh=@ë õ@ëA€Z­ZÐzh=Ðz €Ö@ëA€´¨S$“âÝJ3ùy9ògÓ²œ  ›7œµU¥)î;–.?¢©@×ÉÐ3µTczÅ4„òÜPýíO…ÉÚ©|6®Ú–]ÐÜ‘Ðñ= c ­ZÐzÐþà­ÊÓýÚÞ]Û™8°w§—‡ÓìÐŒ¼ Ê`Õëcû›Ö„-¡²ò²T½ŸMDFL;¾{®öˆo¬“˘ )ឃ´¿tËo+“‹bMGƒ–{àïÒÛ«G¢¿ú*žp–gû\4 ùÌHX¤šž)M;Ê·ÑgçÀô26‰K„ç_F=ÞsÊk§ÆÐ¹¢»Ð¬Žh§ØwAsGBS“¢[¥6é8´h=@ëÀ3Òzû÷ì¸ïÓ|Á‡°ÜÓ¬õ乞¿Œ@hÔ¯7óÊâeQ{§¡¾óÿ6vóõ»uÃ?±¨,Ýþ«hì·'ì|îÜö M),æ®xýÝí7²åÏF묇Æýðô´¶$Á`ñ QðN-f<)UOÓ~H7è(·´Þ3¡YÑN%tÖS›Ý|,µIÇ õ@ëA€Zž‘ÖÛ»k»æ)C%`.¤8á‚ÞZƒû¡Þþõ»,Ép>êó‰óÓÎßU#дýQÅì[Ø®Z¯8þج>³sJž&(“¥Š%¥šOJÕÒ€Ö­÷Üh=šIZ´h=Ðz €Ö€îªõ¤A›'hMùç†ËOÃÑäá2%™Öú/¹.É÷\:àÿÙ;ïø(Êü X°ƒC. ‚"x žXPïOÑŸØõl Š€gáDEš =à0É&Ù„ÍfÓ{ïÒHïÙlï»éɆßÌî&Ù2³™  |>¯Ï0å)ßçÙ™çç™™þ-3wä)ŠvÍ#®xD î}Ч6ö›µ‹É+èÝ£¦<ùs‘ÆšÈãÆŽ¢·y_úÖ¯§”ýcÚ Ñ§›wýúðÉ÷¯÷-RÑŒYþÑÃóÉÑ–LFÎZï8HsdŠEÏ-\+»KÍiPÊœcÕñ·—Í{åK–×Ìþûö}Û×Þ3‘.òˆëæ=³']ª3púòÛÆŽ¶žîPGË8³OS·d©œ‚¯,ôÙ°bŠ%8×Þ¶xÞ•}#|ué¡¿O»æzÇe7/z~†µ nòÒKs¼¼äËŠ[¯±‹7&(ÜÏëâð¬åù Kÿð»)hÕHbþî"-Ãsa.=ŠÞX½óÙ;Æ]nÉnùÒ¥z½q ÁPlm-ÿ¹‰ëŸñ«ÒÓ•{b̈›’©šº¦à¾\z#§žÀ¡¥<ýQplY]uð{÷ϾÅö›3ãÁ÷Í‘ë]sdé«lÍ÷gÿq×ëõ ¬ÃÆõt‚§¯½béR*ëãiÄuφ4ìXï²e{ã23233rK¥z ëM|Û?•Þ’UP«Ô8°ž}ã0„pÛC7ô×Ñ2μ~Íá$:b™ùÕ ‡Å®úÆÈ7¨äÇ>²õàqaÀÿ¾X;ç²¾¾NžëÄOÉß½v ­V/ʼn}]GWÎybýáÅ ½»Ð±Ö…½íÎcXXX±G¹lÔ”þ° î8P¦5zÒn# m¬½~÷ì{IröǾØkÁ¥7rì œZÊÓ·–u¹hJöÝNw¬Ô:æÈÜWYšïÂú Â`=°õ`x貞æÅ‰õlVœúš“Ïß{Zíq(þ˜°h ÷Ì#FÜýK…ÎíN¦e µÑR]å±U^ÔP>YîYC°G@'}Âòuaö‘'Ç·¼"jЛ’½\z#ÇžÀ©¥<ýQ ŽõtÕ>tèߢç:írdë«ÌÍwýa°X‚Àz0«¼ˆ)›3•ŽÛ%¡Ï]KŒ~̯^í!ëQV—‹>jÁM—Ò7¹Ëoºkc¢Âý<”õø±—[îŠWM\¾9I6à'ù´ Þ7îò«;íbLÍéx9²Ž39رŽêâß^[D?ûEŒ¸nÁ›"±Ó|„¶&v×óK¬/¥'F\EÎYµ=Eaý€ÂO/÷n'F^3nþº€:»¼©[ïŸ0ÊzüÕÓVnð-V»s¸ûwNVFcCC“X Ã0 ÃÃÊ õõé©ÉÿùâӢ‚öö6°õ`xhX"ïÛýMnV&® AÐpVyYéþ=ßšÍf°õ`xh˜ºImÙ¼±±¡×‚ h8‹:ê†È8ëAXo(Z'ÍääÉDC›õ6o\ß$ãšA sQ7D°õ†‡Õ•AïÌ»Œ˜ðj¨X&ëAAX¬A`½¡`yÂ{·Žšøä®øFíª—^œöã¦w¿IW€ò†:ëuÉýš:q¥ƒ ‚ÀzÖë9YU•W"58€’¬$ŽÏOªÑõmQ¤nžíuÃãG«Î9ºæåºeÖïO\r@ÓŸCšg]…s„!ÉzíÅ߬˜:ïµPE·õÿuÇž»œýüÁ£ù,FO«8/>6_ÓÍZ0‚ ¬Öƒ °ÞŸ5óU{l©óuÆGò¤wHâ–&öOŠ©Nýðô÷m o<ç‹<]órÝrѱÞÙWáœa ÖkN{&9å~M]Ž£KÞ8Ÿ$ÿ¢é¹Ïu>o?¶fg¦¾¿p]Šä=ÏÌ›ý¢ðĬ¶‚Ïî ý;¿Í]Á ‚ °X‚ÀzëM|ý·ÐˆÈ›c³êtç4Àzëõ(ƒ')Í]Ÿ¨³ã“ö’o—Ó›ø¹¦ëâù™weêö?²\Y‚ ëõ ¬wA±ÞÜoŠ4̠ѧ©[²Tš‚]s ¯ÇëÚÚØo_¸{¼—eÿe×NZðØ¿S®„Ò´j$1w‘ÖÆ_¢Oÿ6ïúÔ9£&߿޷HŘ—ë¶s¬,ôÙ°bÊ(ú¬ko[<ïJ–iJ§RÙ›ª×7k“WÐIŒšòäÏEzcMôÎgïw¹%ëåoH—Z'7uUÇß^~ÛØÑ#,åô¿ô­_O)ÙÈ\m-ÿ¹‰ëŸñ«ÒÓ•{b̈›’¥:ã ‚ ¯ \;ޏöáƒe.¬×YñÝrrâÂÉ?Tô>ïÖ­~a9{ñ­äÂm§, ÓÕôÖ²™hü›´àÑ Þ%Í.HeV'~þìŠE3H‹fÝ÷ÂÁ•-Ö£ÌÚŒo×ýõŽé–=“Øa£.Eêo>8w<µiÚ=Ïîˆhì T%|ºæ¾…3Æ[¹â­ýǾÛð·%Ó¨ÿŒŸóà»GO[óíª?¼’œúJ’Ñš5sRœ3u{M»µ¹‡7<~çz×´¥o4vYX¯OKw—u8¬[“}ðýÇN²d·f«‰ÉºšY8ÝZÍ©w=µ=¸®—i‚ °X‚Àzçœõæì<¥Pk5Vk v¨rýšÃI™™™™ùÕ ƒëÉÒ>žCÁÍ—wá „~{×ÞÂ…ª¤É›f—Í~y_`LTÀ®g&ĬO² y¹na;ס:‘oŒ'ˆ±l=x\ð¿/ÖιÌSÖ“glŸ;‚¸ö/ë¿ãóýñ÷<9µ1}ëœÄ +?ü…/ðÝ÷æ"/bÔŠŸŠés-1!æn<"†ðn{èºT9Jæ²UAW+xá&âúT++Ž®sÉÌR¤ž¥àÈzÏ#Ƭ:XʉõZO|4Ÿ\¾+|÷ãg½§µ H[ÑÎ{È›C½Ÿ?å¥D ¶ô´TÆ£ÓrNdÅþ¶a)I.ß[æLIÌ!üJœ°ï{HrÆ‹–¥¡Ö]+ÿ#HÎÌLŠŠ+1˜Ï´ä}9iå‡Çr²c¿»„$W|WÞÑ›È×¢”Œ´˜£ÿZFSãÚ¯|#“’"½}'I.ÛmÉשÜ&Å%S±Õ´­dÿƒãÉÙÏìð‰LJŽ æ…U·Yçõæ¾#È/¥TV«êèq(XÛé½+Ç“óžßÅMŒ<¶ýѩ䴵~â.»X S’ã‚ö¾8$ø®¯– ëõ ¬w^Ÿ×›µ3_ż€ÐŽõ õ"nZ'²} Á~µ$;UêüEÌýê”ÆºK,xê*bÚ¶l5‡5œ¬çÚUÇPûûʑĄ÷JeCCÀêÑĸף¥.ǾeÛ¨«8ò A¾›*wˆ ÍYå¿ÜM·ï±$ëIôõÁ/%®}àÿ–]}霭©Š³‚‡k8 ë&“ùI”ÑoÌœð×ÿÖt1+ÃÖMŸôØoõºä×n%ó—;½í¤G¶fù¤@ÕÃÀzvsm¿5“È%_·»ì¢ÒÐF¯»•\y¨Î¶@Ô˜ôÖmä²}åŽGêc^œJþå‡* ™AOä#>Òn‡9&å.S¶«†]M{ôq¯N'nÍ1ÙຆӾ`ÖS>ζbV„¼0•¼óóÂ6瀘åü'Iò¡#]¸RCõÀzÖ;·¬7ùmߘøÄ‹“²«•ºYO™þÁDÂëñà&£'Te9ËYcž‹q`=Ösíª£LÛ@—JèY©ì¢Lß8‰ðZ-»Ý¨)ýa!AÜq LëÄzFyôË77¦)=®‚¶A°öêÿÞK’ŸU¶Š$W*Ì®¬×~zçÒY³Ög6;Ù^øùä‚O¶ZþלñîLrù~zúËî0ŽI¹ËÔ¡Ì5m?ýÕÝä­¯&Ïpf=—Sº%>WË\Òšûá|rÉÎÓXÆ AÖëAXï{^•õhªÅLUŠ”õ㉛^e`½´ ˆKïÝŸ›“Ýëœü ™ ë±ëeìÊ^*£ -®vb½7jÊhÖ[ôëÅ¿9–˜°>EéiôÑïN!ˆËbâ[ †³‚g¬×Uwp%9ãÍTÓË|ÞŒ)oX;g⃿Ðod±ÀÊŸ´é¬>ð IÞýþo 'KJ‹’|t<ÖkúõŠ¿\LN|ê÷Sýª¬U´ö8±Mg·oɳ²^KÖ†Ùä½{éE—öHÅ-)w™ÚU‚­¦Ô¹K(pKòˆõv:žÒ-¥YïQëÚ¶¼kGX‚ ¬Öƒ °ÞÁzȨ̂cž —1®á´­–LdX-©)Ü3q÷/:—5œ–³n\Ú¤(/—-¬çÚ/¶¬÷dqÓK½Çp+•C µÞŽ$ƽḆӒ,µÑV]å±U^ƒ%»¬át`=ª ‡¿>aùº0ûÈ“cˆ[^5hÏX¯½äë»Éùæ¶Z‘ã³;I’œþJ„š^·ÙUsà~ræ{™ÍgŒqÏO"W´-~4&½2u`Ö3«Ã_šF.ü$¿i §&üùÉäü¥Ý.åÂz“r—©ØjJûÂdrá6Ç5œe»—’³Þ·›´/˜.æ%úå6¹¶½feè‹·ÚȬAÖëAXïa½ ¯ ‰z‘VK¡Ÿ¾>ðñÑÄè{·ü&úѯPmÏ5¶· Œ{ì“Âþÿv¬{yß× ”y_Ì%ˆëVlþ9@(Ù4‡è¥*}SÜ{S bÌòw÷úCCÝûõÑBS^ [XÎu¨‘,mËl‚}×ßz‡†ò¿{á¥rHSüú[ âú>øÞ/$4ÄïÐÁ2A–úá,‚¸ùám‡…¡?¾³xáuÿ÷…ƒ[Öã\CSÔ[ã‰q¯„Šõz]ÅÑǯ&ny5Œ~rPAðì=œ–uš}”Ñ%øjÓvï ëQ)éÉÑÇSd]=ú¸×¦“ÓŸþV˜”{Ü7ºÁñ!ÁÖÂ]ä‚uûIiq¾Ÿ=>œúŸ†®3`=‚ °X‚ÀzÎ·Ô b©w=½W]üÛk‹ègȈ×-xS$V;r¢Ðgý“-_7sÛ’ùWÚ}ÉNYøû;Ë'X¿Æ@ŒºyƲ·Õzë.u¹è󧌽ܲ몉Ë7'ɘòÒ3la;×ñ‹ 5±»ž_býb1â*rΪí)ŠKeok.7]JuùMwm´Ì]jªÂwzâŽ)ÖgÜ&Ï\ô×ÅiÌL¬·`õcKn¥š½ò­™êîþ]ØEoT¤üøÏ‡-ß# ÉÛ–¬Ù•ß2(Öã–”»L*Í^Ó.Eêÿ\uûDËçn_ýU>U¬ÎÆ-Î#-Ÿ„Xµ=Íà\0UÆ·­§L]ü÷|ŠŒf¦€€õ ‚Àz`=ë]°þs¿Zþ=œçNŒlAA`=°õÀz€/¼`=°AÖëAX¬‡h€õ ‚ ¬Öƒ ° ÿÁ¬·eóƆú:\ ‚ á, è¨"X‚Àz0âšQÄå÷þTÒ?Ù¡+;p1ò!~?zÈ¢×Ý@Lßž­ö`”~>YO}òËÙ#çì<¥é?@§¨*—jÝŽË1`½‹ˆõýœ6 X†Áz`=ëÁða=yòú #¦þ+"ðùë‰)›3Cý>~2D*=ueÿ–™;òE»æW<"÷>ëTûÍÚÅäôîQSžü¹HcMäŠqcGÑÛ¼Æ/}ë×SýÏi*DŸþmÞõ#èÃ'߿޷HE3fmøGÏ'G[29k½ã˜Üa(.=·p­Hì.5§¡;sŽUÇß^6cì•#,Y^3ûïÛ÷m_{ÏDºÈ#®›÷Ìžt©Î8ÀéËo;ÚzºC-Xѧ©[²TNÁWúlX1Åœko[<ïÊ>ÖS—úû´k.¡w\vó¢ç÷gXËà&/½4çÀËKn±¬¸õ»xc‚ÂۤïÂzÄMwÝ9É‹>캹Oµ12[ñ\ÚŽ±5ÃÈ52Ž®­‰Þùìã.·$µüéR=Ð5­IÌß]¤el{ªµÒ€!…a¬Öƒ ° _¸¬§k<}íK”jTYO#®{6¤Ñ`7Ô¿lÙ޸̌ÌÌŒÜR©ÞÂzßöO¥·dÔ*5¬'ÏØ>wqí_ÖÇ æÿúãïyr/L}¿ïqÑñ_ÿýè1ë“¥åxiò¦Äe³_ް뙉ô®l…í”9ë†Gó3ôœ¦]XRs8ÞmŽs7 õß³nu‹³bã¼`ïWO'ˆi[2UŸ¾ñˆ@Â?¸í¡úëhÁŠë×N¢#–™_­pXìªoŒ|ƒJ~ì#[üs.ë#<×ÿˆŸ(&6’¿{í*„[-œÈž—:ï‹ÙÄ¥sßþoXbr¼ðè‘È ­;ÖcIß•õÆ,wϱ`¡ß÷ïÞs%qé;O¨,ž}Û1´&K¹FÆÞòô­sF7¬üð¾Àwß›‹¼ˆQ+~*Ör`=‡Faa½C Ã0X¬A`=¾`YO[~h¹×5OòôôJ¹ï_æµâU:–%|Ö›¹#¯oùœÖŽõ «Gã^–²¯ÔW¼gqûzÈm¨ó{x1÷«ÞÅxbÁSWÓ¶e«Ý/da=ÖÔìŽç˜c£ÿ*/â¶ÏNX`MW~h A,ü¾LËõt}ù/w¶:º_.h¨ý}åHbÂ{½³Elk8õ5¿/¿„¸ûpÞ%žvy)â_K\»& FïéNûôݬáÔUû<2Џå­$9×â1ö"Ö0zk—ûZ”­Ëé*Ž<èEï¦Êf=ÇÇ<™YoàÂ0 ÖëAX†/TÖÓœúrÞ¥7¿-±üW[ëûÈè·[ ë)Ó7N"¼V÷­çdêË£_¾‘˜¸1MIÿÁD—;ã˜ç"dƒb=ÖÔìŽç˜£2åÝñÄͯÇË,)KŸ¹†˜¾-WŹÀvutÏzÊ´  ¯Ç…MLÏë)Jý·<¹€¼ò‚y5ýâS oº‰§QqbßC×Ä•sžXÿCx±Bï>t,é»{^OS²ïv‚¸ë`…–kñ˜zk¹FƾѺœ¦ô‡…qÇ2í9a½C Ã0X¬A`=¾@YOž¶ÑuÜMLý(S5Ö³ŒÏW»g½ø7ÇÖ§(-ÇO .½w|nNv¯sò+d†Á±[jö¬Ç-G ŒÜôjœ•õ¤QÏ_Kܺ5GɹÀvu€õ茼f uÞóbÒ³ßOÏL þ|Ñֳˋžb“…~÷þª)—Äøç~¯Ð°†Ž5}.¬W©åZp´ZË:9[ú®ïf™»éˆ0,,èÐgOß:‚¸ò¡_Nk¹‘ÜÙÂÈ-2N‡¥~8‹ n~xÛaahÀï,ExÝÿ}¡¥c(ó¾ JÝŠÍ?…Â#›æ½¬çÚ(ö…´‹’bÀÂ0 ÖëAX†Ï'ëmÿxs+û·Ô[ZZؾ¥î³Ê‹˜²9Sé¸]úܵÄèÇüêÕ²eu¹èó§Üt)}“»ü¦»6&*ÜÏCY{¹å®xÕÄ囓d~ÖMÛñá}ã.¿êá±Ó.ÆÔœŽç#+ëq,°cÕÅ¿½¶èÂòù†oŠÄN“YÚšØ]Ï/±~¥‚q9gÕözm¡^šóÓ˽ۉ‘׌›¿. Nç./EêÖû'Œ²õ´•|‹ÕnBÇ–¾ÒŸ¢˜~“—-Íé+ßû_ŽÜZ~ŽÅc›¥en)n‘q~YhUøŽ§­]ÎkÂ=¯|ŸÒÔW eáïï,Ÿ`+þ¨›g,{[P­gl‡®Þ¥ŠC Ã0X¬A`=>¬*P4·õ£MŒ¦v…‹„gÜ}K†a†Áz`=ëÁðf£Ë¯¦£½±‚aÊ®ã1ĆÁz`=ëÁ0 Ã0 Ã`=°õ`†a†a°X‚Àz0 Ã0 Ã0X‚Àz`=†a†a¬A`=\î`†a†Áz`=ëÁ0 Ã0 Ã`=°õ`†a†a°X‚Àz0 Ã0 Ã0X‚ ° 3Z¥Sw+÷–45†sœµ^Q›Ÿz²Awþjw¾³ÐJêjeú¡ÑØb¥•TW«ôjñÇØÌçyçfg²ý:ÜZ£¬¯¨nPúÁ¡!/”'L(¥ÙA'Îy§ŠÛÚMÛÏaíì³8ç¡ÓIËø¼Àô ù¹Ç=®qa×½ÆÊ ®9ÍãÆ”«¦?·£:ô–ÚÌ oaZž{ ôÊÚ,!ŸÇ‹+Ÿ/6×ˊüãj›ÛLç=œÊ#- ó>žT¾Ê3¸ÈØ·Ý Íùª‚Ë; Öƒ °Xë‰|§~®»ribB,µ‹Â=æ_‡eÇ*ÕØmÔTDðyÂB©Ö¨­ÏöeŠMͽs‚:IIRXÂ)y{W‹É:*K“uv6›ì·Ÿóá±5‹s7MS®H_ ‘' #Kç|`Ï- î#ìº×£Xée%Ñ~ÂØ¼¦f󙞮6ÓÀzÖâQõx‹N¨»:MÜzŽNY# Ϭ•Uç„ su¦óG4ñâÎsۇݙ­¬—,éìj6]¬gŒ}Û òÏ œ¯*¸¼Ã`=ëõ`°ž¸Áßç˜ëvqCýîovnýhSqQu€;Ö‹©ïèîßZXOTnìl×[FeÔ¸®ÃþoìÆ¶ÎîîŽf—QYïö‹ƒõô­BßÖmîj5 ÝÝíç…8Dë6ÂÌ{=ˆ•N©4uöPœ×bü³;ªã_ C}£JŒÝ¶zq”N¥5uõt··´-ÝæÎXïÏa=ç¶,ëq½ªÀ0X‚Àz`=¬wÌõ!¾o¿þrÛ–ÅFEPÿ=ÖãólËë­ãÏ„J­ÓØÕ~»A#)N‰øÒgÆd×Ù–{éåµ'㣂褂„‘¹R½em^]nLT0Ï’…oDv½ÎÍð˜1LJ}j2#Â[Só„ÆŸ*ÊI‹ ¢ÿ•”ߤí;Ò))™á¬Nw-‰]@“=.Ï.•èìÆ½¬vÝk'gôFIS‘èïU(5¸Õq–XÕfEF z++ŠÎ)µ{4L¯¬?•miÄ aDVq£}™ àASªë’C3¤æ6£C ,‰4ä'ÆXKp<å´­“8ætï2N7åÒF–u¼•ÙQ¡ô1Á¢°¨€>ÖÓ)KâÃø>tÊ~üè”[ӻˑ¥Û3G€%}—.ÄDÆ -Ù†¤ž¬Që{':™‹çÒŒrV‘±k»Áõ-ç«Ê€!…a°õÀzð°a=ZÙ·‘çstëG›¢£Â­ÿ=Ö¦×jtZNgjë6·)úç\YÏ²Ý É‹äùDf—ËTjµ´¾AÑÒÕn¢†mâì`¾_HVi½B.®HPY)t¶mxnD¦6J´óŽ?æ\‡Çáy R©\\žJ3Z≒†¦¦Æ²ÔPžwD¾ÜHÏp¹/Ì`Og›”±%{¢^"‘5ÕœNâóy!Eòþ!1k„]÷¶4:̉X†ÐѦnjà=ÈX¨kj’‰«O§óy~Ée Ë^mÓ !]÷¼ ±¤¡êDÄqž_R©‚aRƾ4%µÅÐÚÙMOÏ9Ì^i›òBø<ÿøÜ’F‰DRWÕ¨ïìjÕ±ÆM`¹DÀ ®Oâó“ó+%q}Iz´Ÿw`‚m^O'©¨¬+”rIEz8Ï;²ÀÒôì9ê™»=ë.˜Ówm  ˜üòZ‰¤¡úd´€ç[$·>ææ¶xvMЮpiýYF¦¿í×O´\¯*†C Ã`=ëõàáÁzÉIñßìÜ!n¬§¶œÚ¶å_ÿ=ð5$<{Ö³<›ÓÒÒlj¦lÈzúúÔžFS{wG+uVKKKk³Á¨*O ðŽ,Ö›Ïtw¶5·èkÓ½#Š4­ÆÞÍím-Ͷƒ‡Çl)˜˜«»Ê[_{œ'*5twµ·¶6«+¢¼ùQ•ôû%,ÌàN7¹c=k²t5¥ñ<ï˜ ýÖm„]÷êê9±ž‡±¢JEU°2Ö—rRe2ÕåÉÞ!Y²®3=–ºkªãy|á z×@¬Ç©)Ù Ø._ªóPMÐJI[ÁZ7åUi‚¿wh®¢›N™*­²4žhô&S l³¶:Ö‡SÛÚnr“#s·w»†“!}ÆÈôtu´Q©ikýøÁ9ªf£qÀâõ5Iæ¼E{"cóàú‰–ëUeàÂ0X‚Àz`=xذÅw_ïüBÜP¿Ï®oûȾϟ³çõô³žIÛt:žÏçùE%e–Ôʬ‹¸tâL¯á–ÕÁòû?é»}ÄIÏ–‚ýÙñ']cºˆ˜§ê°<‹§©Kòã‡:[õÜ ãñél%qzðJ[“ä–¯él32<»¤gb½¾½ZN¬7ˆXÑË‹Bù¼Èº–6ƒ83”ÇK£ Ãö NQL튨5µµpa½š’õôÎùÚzkaØ«ãË1¼4)•²e¶Èáy=²"'%<ð¸Ÿ7ßßO@YÙJmw×” Ýž=,é»{^j ‘¥Ú[8é¡¿³ŽŒÞÈ¥i¸°Þ€W•C Ã`=ëõàa³†ÓŠ{_|ºmëG›‚xöǰ³ž¢4Âiœ©SÒ¶°ªæ®A²ž%MSy~Rp Ï[”R¦Ô[G>‰•*ƒ^ßgSkWO‡G¬Ç”‚=;8±} ÿ„Š^FÁZ}Š?_T ï¢Y†Ka<>­$΀P—}Ü;ô”¦“ŠªÇ¬×+ðæ(9°žg±êE‰ˆºÖ®fÛP¿£Ëö k—¯iéjÓ±à\°žc¾öÜÁTk`u"àœ²Ñ$yQ<ï°”b±B­ÕHJ-Sº­]­îš’©Û³E€5ýY/¢®­«EÊ­x¬¬7øÈ8±Þ`ú wÖ0¤0 Öƒ °XNïf±âå†úZN¬gÐ4¤ñùqõ¦ÞQœ^^ëËLWvuSTsRHÿÍ¿ÓcÖ£êin1iJ©±_¥¾ÙdY’-kk35›Œý6ȸ[ ö߈gb½\gXkoæVOg+ Ðc]ÝvÝk™‡­n±>¸Äº†ÓãXQÔ_Ïã ²5ÝÝmšŠ¤oQ®¼Í6ÔWTÄùò9ô.{ΚõLª2ªØýùÚ º+ k`¹DÀ’rH¶´Õ…ht•Ñ}0¬ç>Â.{[ŒF´*':,Àú¤•_HhÔIi›e=˜Xѯô±½Ò?­HÒFµ{ï»ô Sb>–O6Dd—©:úv±À£¦d›½²Ûò5~lnS3Ue¶Â¸Ÿe0tî*ñéôxaï7‚CRŠ4Ý–çõ$%ýÛƒøÑYâv÷¬ÇÖí™# •2¦ïü‘ȈþbÄäUké· ´‹g`ù[ÊYEÆé0Ïû 竊®)w Â0X‚Àz`=xè³^nv&5ò÷9Æhj׉œLvÖ³¼Ó¯¹µ³ËÜcù}õ˜»:ÛìÞmnjéìîÝC¿„ÁØn>s¦wèhjn§vöt9l75·uÛ£Sëh1ö­pkmïMŒÚÓÝnùÆ·C‚LeëË‚-{;¦ÖLý¯§Ó†–Ξ3æöfî…ñøt¶’8&k4Q)õô­asa—½tj­]fÛå°ÇaƒÇ±êÍc·­±zº)µkCK{§­ºkÏ[Ú$Æ]†aæ¦nˆ`=ëq¶NU•åçš^o4€0X†a†Áz`=¬§kÈ J)’¶õœ1w4›†¨ÅÅY9ùºó”¾^Q›Ÿz²kúzº<¹…bÝÌÙDiø±žº©¬¸¬Q…¡ Ã0 Öƒ °Þù˜×Ó)äÊfósW›©ô4ÊúŠê¥¡ïmC^(O˜PªÒŸs"pÉ‹aË (CVæWÛÜf:/£狼ƒSÅmíÜÒ×K‹Â¼'ÕŸ¯ò .2ÚÚÌ oaZþ6Ÿ}Wñ4JCžõ”59"_a\±LeÝ¢hÊ<ÎóÏ«V¨þÈ’È%Õ¥å5R5kÁ`†a°X‚.jÖSVD9º%0¦BK×볃½E™bSsï’N¤$),ᔼ½«åOü¹æåºeÐD/î<ç¶g½4Yg'·™P+ë%K:»þì™SûÈP¡x‹N¨»:M¦sÕ|ö]ÅÓ(yÂzÊÊ8Ï7¶ Qíøë—'yÞ1§¥$ë5%†ÆfVÈû7*då™±Aþ §›Ô\1ª3Þ!iÕ*wƒa†Áz`=ºÈY/$»A&W*lVéÚ{¬lA€ûéc[gw÷9_äéšsî`½óÀz:Ia¨oT‰±{СvßUÎ'ëÉŠBé?P%TÊì)¦6WHÿÕ"üDýE´0R-Ë”$rº° Ã0 ÖëAÐÐc½ðÒæîŽ¶–æ–æ^› Ö|ßd_X®XoE•„J­” I±_Ë>ÁÁ¢¤<Ë3YÖ‘F½íù,ME¢¿wT¡Ô¶ÀO/¯=D§$ŒÌ­ê{OqÈËu Û¹Îü%­ÌŽ   …Eô±žNYÆ÷¡ôãG§4imO“ÕdF„çY3:.Ï.•ô>Y¦‘§ÄX+“]§wÇz,é»°_'´d’z²Fm[ËV« ¼¼¸ MÄãÅØ$½¤¼¬²¬àD¬?ŸìZ†a¬AÐ…÷¼ž°PªuÛw¶´4›š)ì– ª+’¼…’Î3=ÝmmÍÊÒð^vpªòÄïÈb½ù uRs‹¾6=Ð;¢HÓªwÉKç²EÍr®É®:ªÒïÐ\E÷™ž®ö–VªTöD£7™Z,Ó—ÚêX~L-M¦}ë*»Ûé]šÒxžwL…¡Í¤××§†ðü3šÚ»;Z©2´´P ܯádHŸq gOWG•š¶6Ñœ£j6,žÙR<ª &™óí9ˆŒÍêòäï,Y}Xkk³¦:žÇžP™Œ²kW±‹ÒÀ!¥llî졲oåÀz²Š_~x¾DJ1ºOd^½J­”Ž:îZ –TÆÑ»¤Î¯‘–Fùð# åL¬g7¥ÕXéËN¯Sºì¢,=M3"¯w2K^–̧8Îy^L^Ä >Ù °NÞŽðæ‡¢Ëc·¤ÜeÊ: °«©¬„ê!ÂÔJ¥û5œö™:¢j*¡B-H­w ˆZRÃóŽ<Õ¨ÆÐ †a¬Öƒ  õD¹b¥ŠªY¬k3w·›˜²{ÜL/ÎñxiµX1Çé],P £Ïr~Lp†¼Ã2‹çþy=ÖsíxJg-•´³§Ãä\*ƒFY‘“xÜÏ›ïï' N¬l¥¶;=C§­É òË×tÒÓt:žÏçùE%e–ÔÊt<¯Ç’¾»çõtÊ"ŸY×ÒÞ±xLýudôö‡…Z›ÕöH¦NQÊçEÔšÚZ¸°SWqx^oÀzö¼ž¤„"Ö¨Ó µ¢!'˜”X-­;)ò&—+¬S~!Ùbú 8…¤43)Ì.¶VærÃzj¥$?„Ï =-Uº²žª.Ý5à‚Ä ¥ã‘ªZ l2ªåÖ)Èê?¾0«Ñ‘•8&å.S‡ËsM©sCy¾‰å2 gÖs9E)) úª¨¸É% ŠÊô@oQf –qÂ0 ƒõÀzt¡>¯×ÞÚljéµÉÀ…õüÒ¤]-—÷:6ä ¼…9JÖóI¬Tôú>›Z»zÚÄ9œXé\»7~ô C© ’¼(žwXJ±X¡Öj$¥T­£(˜jua½ºìãÞ¡§4¶|uš¦òü¤à@ž·(¥Ìù!2ÇÕ‰ÌéÌzum]-RnÅce½ÁGƉõ£JH³^xMKW›ŽµY=`½Cêë)N…zO(£xG--NðLŠ öžjTÐK3ƒø‚”:¥JÕÉóMÌ«¨®­¯-=æ ëIØXÏ'6¿ª±¾®ÏM¹Ó‘–ÃÒûX/ÉŸ/ÌlP¹²ÞÀI¹ËÔ®l5µœë1ë9ž¢”ZX¯ˆõª2ƒ¼E`=†a°X‚.XÖkkv™´:)¤§‡:ð–5a'Uí®ì —RÿæÇT·XÅrXÃIŸ’-kk35›ŒýÖ»äåš;Û¹F»E€–•¥!ÙÒV—Ré*£y¢2£ÙÜÙÚÚ¬«KäY&ÎXYÏî•’†æ“¦$œBžJ}3Ûóz¬é»a=½¼4Ú—/<¡íî6Vq+ãË<Ï.2Žk8éÃD¹ò6ÛaŠŠ8_¾ GÓÝÝf`oV÷]…á=œì!õŒõjs‚½…)•ÊצÒo×±}N!>ÌçÇW+Tв¨@žéeŸôÚÎYO%)‹åñ§°¬á,Ž÷§ò-W¸]Ê…õ8&å.S;³ÖTzš>×i §ª.7ØqfÐi §ý)*IiŒ/s@Àz0 Ã`=°]Ȭ’]'©¯¯©ªµº¶ÁòrHUuÏ)®©©«,.©ê(C]ŸqœÏ J+(­©©(?•éßÇZÙ)ŸÇOÎ/­©®ª-ËŠäõ½›EÝL¿úãDQUuumUIq~©\ǔös>êÝt"„Ïó‹Ï.¤©,HôÎë5å„ó¼Ã³Jꛫ #}d=½¢¼¸°¤®¾^\W^œÈçûÇ6¶uµÙ?§W”FzSø:…VÏ–¾ë»Y"N5ˆë꫊ó“|/¹ª¹ÇÜnâX<æ7œUdLN‡Ñ¯Ü LÍ/­­)/É âñ*ŒæžŽwÍê¶«ØGi zöNE½z°—2ÔMÅ9É)…¶—„X&æü¢Êå*U}VÏ;49¯¢ªº¾¶üT„ëñóNWV”e„çùDåÕ«±K-«¡;¿lF^YyyUyQa^±X9(Öã–”»LíçõXk*«¥Ï ˆË8U^Q^YZpºB¬RKËãxü€ðÜÓeUeE¥Ž Êë-*!»Hzhå;† ëÁ0 ƒõÀztѼ›…rDµžž»ÑËK³#ù–-ÑYõ&“Ü‹dÕ'b쯗ˆæÛ½ëC'­Ê‰ °¦æuRÚÖm}¥¿NÑP˜Üû¥¿Ð˜™©¥Ù5¯£ë¶sߢŸNö~C!8$¥HÓmy^ORÒ¿=ˆ%nwÏz9ñB¿Þ—ðÇœ¬3™Ïtµ:¼ZS§©ÍIö$Ö™šµRÆôʦ¨ÉŒŒô½“?&¯ZÛey ‰‘cñØ>ÒwV‘q:LÙX˜+ ßÛ\‘]¦êè9ÓÛv¬Íê¶«ôGI×”ë>¤ž½‡S^–àšSÇH2zõ©å;µ¼¡ Éö¹:¶üÈ”#ë…F[ N>Qa;†»T¥õ󶀋"Óëƒc=NI¹ËÔ¡Öì5µœdùƒ@t&½tS%¦ ÖßÚjQiå ¥óäfõ‰8ë)AÁaé5 Æ€€õ`†Áz`=º@YÏò¾ýn×<{GখÎîË–3ý¾c»™ÚÙGÆÖŽ.3½³¹2Ò齎½»,çö˜»:Z ý9¶÷¦J%ÛÝޜӶskÔÒÖÑÝŸww—í-%†æÖŽÞsé³Í¶U…Ž•2šè÷@Z–#ššÛºÍ}™QU0ºÐÔÜÞM¿7’:-}ÇhSaé9ÓŸf«±e#—â1o9ËȸÖÞi+¤¹«³Íþ³ìÍê¶«ôGiÀzðÎsgF¶‚a†a°X‚.nÖ;f{þ‹›]&½ÿÐÂÉÁz0 Ã0 Öƒ °ÞÅÅz”]k ´Áz0 Ã0 Öƒ °ÞŸÌz–Õ}mÝgÎ –õ`˜ ëùû656àÃ0 g«” ê†Öƒ ° K$âèpQiQ!îò0 ÃðpvUyiLD˜ÙlëAX†‡†UJEiq‘(8¨ª¼L¥Rà^Ã0 »=•‚º R·ÂƆúöö6°õ`xȸÙdl¬¯Ž ò÷u}¥ Ã0 mS·?ê&H^wwã¬A`=¾xÝÞÞf6›qY€ ‚†§¨› ãŒX‚Àz0 Ã0 ÃðP5X‚Àz0 Ã0 Ã0X¬A`=†a†a¬Öƒ ° Ã0 Ã0 Öƒ ¬Ã0 Ã0 ƒõ ¬Öƒa†a†ÁzÖƒa†a†Áz`=ëÁ0 Ã0 Ã`=°õ`†a†a°X‚Àz0 Ã0 Ã0X‚ ° ÷٠ש”r©DLݰ`†axšº ª” ƒ¬A`=R '“5E§æ¿¿+põ†C0 Ã0<Üü·Mÿ{?&-¿ÙdëAX†‡ŒUJETÊ©uÿö¦Uf”©³+u0 Ã0<¬œQ®¦n‚/}ê›YPÓÞÞÖƒ °  K$âõ߆¤VâšA g…¤UnØ}Ül6ƒõ ¬ÃCÃÔMêo›þ—Q®Æ5‚ ÎÊ(ÓP7DÆq X‚.RÖ ¶µ¶öý¬CÖ[½áPv¥×¢D’$‚AÃSÔ­º!‚õ h(±ÅwVÖ³þ¬ƒõ ¬AX¬AC€õ°†ë]4¬×^㟦èÆÕ v¬×%KôOhêDó@X‚ OXk8‡ãWd™?üߢ›/£/¡£ïú6_sQ’¢káÏux/Ö8œ‡îwA²^gݱçn#g?°Àh]‚Àz`=úCXk8‡ŽõµÇ–ÄÜoŠ4îTd~4¸âŽ÷ÿ+ˆŽ‰E)ô`!åIïÄ-ÿLTômQúáé;ïÛÞ¨¿€X¯§½1áÀÆ5÷Κ@ |ÉIóî[óÁá<½Ù³Á©ÏÛ­Ù™©ï9?×®&Þš™·?ÿ}º²k)´|v¹èßùmãÕʵðç6¼oÎC÷»P×pv)’÷<3oö‹Â^~½¨»4õÀzô‡°Öp;ÖÓ–þ°ù¿éO)¤+ë]xk8{L?<1…$ç<±iŸwpx„Èï—￵çTóŸù{íiSÊMg31ÄXoxê‰Ã…ü¼^·Q¦nïA¯€ °AYk8‡&ë骎¿½ü¶±£GX®“^ã—¾õë)¥õ0MÁ®¹ý—ÐÑO†Hi¬‰Þùìã.§¶Œš¼üéRë,›®6ü£‡ç“£-ÇŽœµ>QA§¼lÆØ+­)_3ûïÛ÷m_{ÏÄQÔF\7ï™=éR¥<êÒCŸvÍ%ôA—ݼèùýÖíÖëÓÔ-Y*Ky¼Hl(ÊVöé¥9^^rËHËŽ±‹7&8¤¾.pí8âÚ‡–i¸°^kÁÎ{HòŽÍñ*´êR¤þðæƒsÇSãái÷<»#¢±Ã6ÕæÞðøSèiÀiKßhìêª?¼’œúJ’‘S"fuÜúùäÜw£Uôäa·"ôõYãïû:¿¹Ç³LF¿Æ„'“ýͲèÓ²«OKw—u¸I™ .ì4«>]ó—…ÓÇ[œz×SÛƒëÚ ”]š‚ÞZ6Ó:qºàÑ Þ%ͽcx–z9Þ)¼Ýšìƒï?¶p’%»5[ýKLÖÄÜr€Â˜ÒÞIÎÿ0·Õv)ãýYä’Åíž5Š3®0À˜šY›ñíº¿Þ1ÝRöÉìÈochD–0ÚÇÇMzZÊý?zbÑdËŽ…•ßêÄzfuâçÏ®X4Úã¬û^ø"¸²¥Çm º›õHº`÷-œa-ØÌoí?ö݆¿-™Fýgüœß=zº¯K0ÆÇ5 Y³œËTq‚Àz4ôXk8‡&ëYnîÆ#aÿඇn ˆYŸä(ûXï²e{ã23233rK¥zƒ<}ëœÄ +?ü…/ðÝ÷æ"/bÔŠŸŠµ}`8gý¯Âðˆ`^`FƒÞ–ò¦£!a¡þ{ÖM£.ÃcVlü,ðýêéñ1mK¦Š.NžëÄOÉß½v ALßš¥êe½ë×N¢sÏ̯VXo ’0ÕH÷ÅlâÒ¹oÿ7,19^xôHd…Ö…õžGŒYu°” ë5gn˜MN|:HÁ°b³%ÿëûÈI+?<–“{øÝ%$¹â»rjäØV²ÿÁñäìgvøD&%ÇóªÛΰ²K"fm·“sß‹QuÊE¯Íšpÿ®Â3ˆõæ¾#È/¥TV«êèaM™ëY*H>ø•01%9.hï‹óHòï*:Ý–Ù^=-•1Âè´œY±¿mXJ’Ë÷Zð“½^…woÛé½+Ç“óžßÅMŒ<¶ýѩ䴵~â 9`azt1/ÝJÞóM‰µämùÿ^D.Ø’×êa£8”é–Ô¬…_ùArffRT\‰ÁÌЈ,a´{:«¬ '®ü40=¿0/94$KÑåÄz½ç ’£ö½qIÎx1°©ËM ºÛý‘~-JÉH‹9ú¯e4M®ýÊ72))âÐÛw’ä2ë_$ØâÃÒ+³f>—±âõ hè±ÖpaÖë›,Ó—ÿr7Aܾ§¨šúçÑ zCCÀêÑĨע¤Ö-ºŠ#z仩r†ƒ¶4ú¯ò"nûì„…"u凖ÄÂï˜޲¢¯ù}ù%Ä݇kôLk8íä^û)â_K\»& F.Öpv‹­"É{÷–3ð€6zÝ­äÊCu¶a¡1é­ÛÈeûÊ;ôq¯N'nÍ19Ì1³["Tvf]òæ…äìç6==sâʽŭƒÈt Ö³_ðæ¦$ÜY¯¯‚f9ÿI’|轋SÊAÑ„­™@>)PQèÂ¥^޹ÛNù8ÛvŠYòÂTòÎÏ ÛÜò —¨Ãÿo yßUtÉÛOu79oSV³§bŸ6Ó¬áríBîW-Ú•Ü•õƒÐzr+ÕãÞŽÕØÿaÕõúËÐ%ñ[3‰\òeq;·¬¹òÌ}Ì‹SÉ¿XƒM5bÐ$ùˆ´›=>n{…ûؘ*AX‚†ëa çp`=£<ú剉ӔL¬§Lß8‰ðZ-÷&¥¡Ÿè#î8P¦õ”)ïŽ'n~=^fÙ+ æbú¶\ý˜Rÿ-O. ¯¼„ F^}5ÑË€nYσ’Ø×HqbßC×Ä•sžXÿCx±§¯šqa½£‘ä²ý s?í§w.!5k}¦††€[_MtÛ²ŒxÙ±< hÖ%n˜Gýñ}KÊ<ËÔÖs[YïLkî‡óÉ%;O·sLùLGSÌî7¾sÆ’œÃ¬áâÄz,%gg=‡ ´W{qIÎXùú|2Äm=±žío!«éioYs/$U–ÂÏï$||ÒÚõ›3ÞI.§‡¬ñáÀz¬ç2U‚ ° =ÖÃÎáÁzñoŽ%&¬Oaa½&R„ÜOXe4a-ú‰ ëÑçÞôjœ•õ¤QÏ_Kܺ5GI¯«œG“žýöx|zfjðç‹Fpc=Î%±¯‘åSE¡ß½¿jÊ¥1þ¹ß+4gñnSÚÛ3ÉIωT.ño/þr19ñ©ßOUô«²VÑÚVüåjŸÄõX¡›=ÆìÏ—’ä$’\òI¦¡g™¶í¸‹¼ÝºÌp@ÖsS. :Ä©m É»vµsK¹³úÀƒ$y÷û¿%œ,)-JþñÑñ6Öc¬×¬·Óñ”n)ÍzòX¯¿g8†žˆKxk&ù—*Me»–’w|f-gâØú®°†‹ë±–Üë9¡§µ>Íç‹—N$É;ׇ˻`½¦ßm¬Ç)kî…´µc__kÉÚ0›ž_ï`Ös÷ss®8A`=z¬‡5œ`=C½ÿ#£ˆqoDËl+'+­ò¢x,™ÃN6Ök⯼Œ˜ýU¾Ê²],|ÌËÆzȨ̂cž —1®áä^'ÖëýœÄ©¯o'ˆù{O«Ïz=ÆÌo'Ée_æþØß£ ~29ÿ_éN;¨í/L&n㶆“%j!cë]ãïü8¹"äÍYä¢-©–oÃŒ©1u!ç8˜YJÎõZ‹öýcñ4ë¹3—=ÿŸHq'ã{8¬~lÉ­ôA³W¾u SÝí6h ÀÅéHVÖcö½‚½¥+AX‚†ëa '<ÌÍÈz4låöy=‚Àz`=º˜Xk8‡Œí/ŒˆX‚Àzõ h˜³ÖpÂ`=°õ ëAÐÐc=¬á„ÁzÛô¿Œ2 ® AÐpu+¤nˆ`=J¬‡5œð0·D"^ÿm`Hj%® AÐpVHZå†ÝÇÍf3X‚† ëa '<Ì­R*bÒò_úÔW˜V™Q®Î®ÔÁ0 Ãð°2uû£@ºfÔ´··õ hȰÖpÂp³É˜QP³þÛ ¿múßê ‡`†axX™ºýQ7A ôº»»o”`=ºHYk8a˜r{{›ÙŒ)CAÃTÔMqF¬A5ëa ' Ã0 Ã0ìÆ`=ºHYk8a†a†a° =ÖÃN†a†a¬AXÉË<ÄÌçyŸ3æeÐëTJ¹T"¦îŒ0 ÃðŸbê"¬R* zw·­V­V)©Ã†©úê4¶°€õ k8aø"e=ªcŸ+ëušÆú:FÖ£@O&kJOMÙ»û›-›7nÞ¸†aøÿÛ»ø( ÃÃ/†»N<@E±*¢‚£ÎÖºgÝ­ÚÖZ·ubm]­³¶( ¢(â`eQ‘ ʽÆì=Ù üÿoÀ„ä†!<ßÏó¡xI.¹ã’»_ïMÂvz·åÛ¢u«–];w˜:yÒŠåyÑî23Ò¦OÒ¥cûŠz§•ß{ï´èܡݔI“‡‚¶žäN¨b[¯¢ÎmõêUkÖ¬*u륧¥†Cïµ—þýýø±q±± ññl§pl¬ˆÖ­[»pÁüO?jþYêÌÊʇÞ'mÛ,Z´pýúõ÷ŒÂ«eÁ‚ùŸ´ýpò÷ã³²Òm=É1œ`ë•´|ynxYêÖKLŒoѼÙÄñãòòòþoãF_‚$iû«¨­WØ¢ó»ué´aÆ’_«3ÒÓºtl¿xÑ‚{^áÕÒ¹C»ä¤D[Or 'ìi[/'3~;¿½Ô­Þ>ótÓ¸ØX_|$i×n½uk×´nÕ²Ô<éi©ï½ÓbÏyF¯äÕ»ÌÖ“ªÌÖs '¶ÞöܰS–ßíðÏÙzO7}ÞI*ßÖÛPq…gmëUøûÚ /{ܲ¥¶žTe¶žc8±õ¶}ÃÎɚسö²)w‡†·õ$ÉÖ³õl=©òo=Çpbëmó†ÓmæWMVf~9ëës¿Ûz’dëÙz¶žTù·žc8©t²Žè;.!»m½©›¤.|yyz´ÅͦApÚKSòÖW¹l=©Šm=Çp²k¶^Ö’!Íî8'R#ÿëx­ãnø`ffþ‰‹¿þ‡3kï›Ú±ÝÿþwI…‡qf/ìýðE¿vmãüã„ón}î³9Ë7–6èò†ÿùØÈåíâJÿ}I•´‹¶Þ7ÞX³fÍ’›.<%<=|iÅl½F-¬ÞtÂÚØöíÔ~xlÞúÕ‹;ÜÖàà½òïœö9ꬻ>˜’½®à5R†¾píéuö/¸×ª~ÊSãógáš”Ñ-î:·nÁß~õoþtѪü“G6ÿãÙGçßñíwÜÅ}2%«à ÖçMx¼Nytü¦=™ùÅ5ÕƒÓ[-Z]꙯^ТQPów_fF{×¶ž´§n=Çp²+¶^ÊØN­ò›ÇßéÖ·oOßë49%<ñ»çV »ômzôéÚâ&5ƒZ—´ž••¿æ¦¿qjø¶MÛ÷é׿GÛç¯8,Nþ×÷içœ4ꩃ}N¹»EÏo¾þüÛêå¿hBêV[ïöÚÁÁW¶»[/eéЉ=ëÌúæ¼ø™÷f'´ÌŠýwÆ’‡sâšnÙzá_ò’^_‘ÞeMބ̸¶1#¯Ø3Rô÷îm÷Ö[=§ååu"'ÝòJ—¯G;²óëÝ<š –Ô©ë3mnXÌ’ôµ·l½õ)ƒžhixOØu¥}Zo\¹à›~ƒ¿ý~Òø!íž8?¹èí‚3,Üz'ßúrû/FŒÜååOŒÔ»¶í¢‚³X=ûíKëDÝùF!#¾êøÂ5õ#'ÜÑ=~ývl½b¡/©’vÑÖ[¾|ùUW]µÕÜ+záéáK+|ë­KísUõàпŒÌY¿.gVß.}¾5fD¿V®'¾8}Eøã+8õï¾6ìËÞý§¤¯]Ÿ7ååÓª¿øíSmz}ùU¿Î}6'ay“_lT-8üŠçÛõÔ«õßΪìwùǃ®Œ­WòÌ‹n½RÞµ­'í¹[Ï1œìü­—ûùuûµïœTôèÍ‚º÷ëM'fÏoYÍ òȘ”M[¯æµ} ·Û¼6çÁéoÍ g`îÒîWÕ NýïÔÌ·ŠïsóÁ ÏOÈ(×1œ9™ñ㻲lÒïs’ÞI_ú\Ü´sfœ›:ïÆ¬¥å%þ{ejóPø—ð?ÃSçÿqeÖàÕyß'Ìzj|·ƒÃ·ýI[ocÎðûD5“[8“VNx²a±­WÊ1œwõúâß¿®×àÖæ®,|£VçÔùå._»Õ³|3¿¸µnä†>éKù!cÐ_Nˆ4ùWø6æ ½§A¤ñ³–ozQjÿ?ÖœõòŒÕÛÞzŽá”T¶^ѹצM›… ~ðÁe½òl½S›ÏÍ[µ"'eñ”oÝV7~qǩ늞ãºäÏ.Þ+8¿SâºMƒkÓø*|aZÿöŽ~hTVÑ·(8±öƒ#7¸6¾ë•5ƒºO~Ÿ·í­WôÌ×—ØzÅ^jëI{ðÖs ';ë¥}×ô˜ æu}⋾B‰3ç¾Û8Î|?&k«­——2øîÃzM¿MË«'땸_8øö/“ËûýzùÏëõª3u@ýe“¯ÏXörVÜÒ=˜¶àöpßåÄ= ÿ’ÿÊŠŒÞ+3%Ì~hÚ€&ö<ºÏë­ó¿s#Çýeøæo¡ÛŽ­‰Ô‹D~yßWé›WÝÊñOœ²ù8ÊK>\ްµ ß4¿ÿª³N¬‰{ÒIáÉWwIú¡ä÷ëýßñÊH亞©ÖÌþ﹑ãï±å;ù~Hìru$rm÷ä ¶ž¤JµõÖ¬Y³bÅòh22Ò¯¸âŠ-wáßÃSÊxý²·^±÷µ<¶óùÅïf=ë®w¿KÎ _šÓãÙ×Ù¯ ¨~àዚ¼7?wùŠœYo†w[×õKÞòá{êØ Öõý’Š}Ì[Ÿ˜3ï½&ApÖ rW¤~$ýð¨ôÂ%ç?“xÚÛsrV”ræÅN)ùÒŸÂÖ“ªØÖs '»`ë}ûD½ðލïV[ïÉâ'fÆäo½&­KÙzÃ8*¨ûøèü­÷íuƒ½/h9lâ÷6û~ÚüäÜòn½¿_o`“ñŸ¸àÛó²ã[dÇ¿ž:ï¦pñ…òR?^žÖ}ñøë&|vÐÔËýýzkf¾zv¤Á£—oÿÖ«{YÓÎDN»¿Ç²Â87ä-œøÝ˜‚ÆNK\½qÝ¢÷/‹DÎ}¬Ýð)sæÎõÞ5u¶cë½þ«pëýøS[~HÊßz×t ·^Á‡xú3“WÙz’*ÅÖ[½|y^ÒÓÓ®¸âò‚¡wyø÷²_y[[¯ÈûÊ[Ö)¼ÿ:öo݆õíøéó³7¿(sê«‚à˜Ûßê=bìøoû¿rfµ É»órò–gÏ,¸Ûê—´åcûîÉc‚Z×õK,ömZüÄìyïåßñ½??gyzþÝÛ÷K-|QRÁÖ{kvþ».qæÅN)ùÒŸÂÖ“ªØÖs '»àÎ%/«Ô¾¿ø1œË>»ºVþ‰›ž’Ë^ÐñÊšùÇ»”8†³èÖË]ÒéÒêÁáw L(ï/ãÛÆÏázÃøîd'´J™wGâ¬_§-z 7¥ýønûÏzãþÎ i}o­9û•i«Jn½µ1ÍÏœüظÅ·^8Ör2†?νóž“]ò³ü_ÞÐ;‰\Ú6ÿ ¾üÿù×ú¥o½’>¿í˜È9¯Í\ó³¿ùËñ‘ÆÏO\±ùÃøçã7­¸õ±í.Ô¹¡Gʆ[¯äG(I?óÖ[½zu^^nÙÒÒRŸþùðÏm¾fÙ[¯ØûÊ]ºéþ+kë3Ièyé>AÃÿNÏ(øÏ„~×Ö ¿“›—5£àn«oâæ×Ì]Ú%ÿŽïÁIEÞ<7¶àŽïo’ OÉYØñÊZùw|©á9Ì|ë´ Ú¹mæç¼(±÷•ù[oVV^)g^ì”’/ý)l=©Šm=Çp² ~6KN°Ç‚Cûd«îýöïþQÛþ1™¹ÉcþqryÕó÷øù{;§VPóâV32sËÚzáY }´~|Ñ#owé7p`ÏOßþ_‡é;ös8·úýzCoXøÝo3–½°lRƒ¬ø7޽4zðûõ6flzz$rÎCm¾;~T¿w8{˴ܘ3ôÞ‘·¼Ùoäè!½»Ž]Wd¬­[ÖåΑ“ïR♯›×ò×á™<ÙaØÄi3fŒm{}½¢[/rÙÿúûÝðÞï>|Aȉî‘P° WÍxã·‘Èwµè3òÛ¡]_ºþ„Hýßw‰-xѺ…­/‹DÞñÆçߌ=²ÿÿÂóØ´õJ~„¾¤JúÙ·ÞªÜÜœŠ²­­Wä}m¾ÿš‘¹õ™¤OxþÄ 8îoõüfÄèÑ_¼~ÎÞAãV1Y9¹™Ó›Üm%üx& C îø.~²U·þûuÿèÃþ1¹É£7ßñõÝ|Ç÷›V32òß$mÒ+§Á/.yúƒÏúõëÛþ©†AШyþϬ.åÌ‹žRü¥ÙEî£ý}««ÅÖ“ªÒÖs '»æw.dÌðòÍg±wþ×ñ}8»éˆÔüM·pЫ·žX³îym5:!»ð·*Dßz[Îê¨} î¨wÑÓ#“sÊýs8‹½avVvVfââaß÷84+þ­e“OËNx÷û‡„§„§‡/ÝÁ߯·qÕ¢>ÿºåœú‘H¤N£K®:3¹àíy…¿¼`]\ÿg®i”ÿ}xu^ù·¹Åž˜û!uÀ½'EN¼»o‰µ·qå¼îÿüÝ™Ç~ ß±'5¹üïCó3Æôá/ÞzÑéõ O?é¢;_î³`å–¹>}ìû_yz½ðEõϹéŸ]fæmyÎpmì/ÝzΦ·;áŒ_ßú∌ ¥~„~§¤Ÿyë­Zµ2üº\QÊÞzÅÞWöâçAÃÿMÏ(q>Ù‰Zßý«£k®’êÕnôçÏgeçdLkÖ0¨yMïø¢¯œ>¯ÿK7ŸþãßðäðÄŒ_¼rËé›ïøî~gT\Öæ×OÞñá‹êÖ,<ïZGžxáýfå”væEO)þÒ¬%…÷€ÎɈú÷­®[OªJ[Ï1œìáJÝz¹9Ùáš ïñ“–-]2±o£ÄÙ÷ç&·IšóPø÷ð”ðôð¥á넯Y!¿K}cæ ;\Û-é_›$©´­·råŠð«nE){ëUìûÚØzRÛzŽádç(úu»’o½Â¡—š’»,&fîÔ)“Ç~ÓlÚÀ“Vf~>í‹S¿‡§Ì‹‰ _š–šRrîm÷Ö[·lP»ÎFL˜:mò˜¾-ï>#rÌM ”$•Üz+VdefT”ml½"頻RO%aëIUlë9†Ïë•Üzáý]JrÒ’Å‹fÍœ1~ܸáC¿ÛíˆØÉ ÿ1lÈ„ñãgÏš¹tÉâÔ”äòo½yã^¹áœ“êyüY×>Úf\º'õ$)ÚÖ[±byÉÇ-åVöÖ«Ø÷µ±õ$[ªü1œáÚËHOKLˆ_´pA8ë&Oš8~ÄÇc;þ9eò¤¹sf‡309)1ü”)ù]{å;†S’TöÖ+ü­ ¥ì­W±ïk7bëI¶Tù­W8÷²23ÒRSRÂQ—»,vÉì𿧦$‡K°ÔoÖ+{ë=ótÓØeK}ñ‘¤rl½¼¼¼´´Ô ‘š’ÔºUËh[ï½wZ„_ç+ê}íF ¯[O²õ Êo½r‹¶õã[4o6vÌh_|$©<[/77œ`böÌéݺtÚ°aCɯÕéi:´›9czE½¯ÝHxµtíÔ!>6ÖÖ“l=¨2[/';sõê•Ë—çþ¬[/=-uì·£_{åŘ¹sÖ¯÷3X$é§m½ÜÜœ”䤔œ”8kæŒO?j»pÁü5kV—üZ™9eÒ¤OÚ~¾ZøÊ;þw [®–É'¤¤$Ùz’­UfëÅ-[ºfͪuëÖ†÷e¢Ô­Z±Ýôq¶S¸õ*DëV-»ué½~Xí~!3#mÒ÷:wl¾rE½ßJ.¼¤];u‡^b|\^n¶­'ÙzPe¶ÞÏ!Ú»[³fõ† |ý‘¤]UøE¸ÔgôŠÊÊJONJŒ]·lé">6¶à½ìh‡¬Øz’­@cëI¶¶ž­'ÙzØz¶ždë`ëIªð­×¥Ã§)ɉ¾Üì9V®X¾jÕÊðq ­'Uá­7 oï¥KUà¯! ’½µk×.Y´ |hëIUxëÍ™Û볮˖.^½zUEý2*­U«V†C¯çg]ÄÄØzRÞz…so@ß^]:|¾-U[ø¨/|ìmèÙzRUÚz`ëI¶¶ž­'ÙzØz¶ždë`ëI²õ°õ$[l=ÉÖÀÖ³õ$[[ÏÖ“l=l=I¶¶ždëÙzØz’­€­gëI¶¶ž­'ÙzØz¶ždë`ëI²õ°õ$[l=ÉÖÀÖ³õ$[[ÏÖ“l=l=I¶¶ždëù€­'ÙzØz¶ždë`ëÙz’­€­ç¼dë`ëI¶ž­€­'Ùz`ëI¶¶ž­'ÙzØz¶ždë`ëI²õ°õ$[l=ÉÖÀÖ³õ$[[ÏÖ“l=l=I¶¶ždëÙzØz’­€­gëI¶¶ž­'ÙzØz¶ždë`ëI¶ž­€­'Ùz`ëI¶¶ž­'ÙzØz¶ždë`ëI²õ°õ$[l=ÉÖÀÖ³õ$[[ÏÖ“l=l=I¶¶ždëÙzØz’­€­gëI¶¶ž­'ÙzØz¶ždë`ëI²õ°õ$[l=ÉÖÀÖ³õ$[[ÏÖ“l=l=I¶¶ždëù€­'ÙzØz¶ždë`ëÙz’­€­ç¼dë`ëI¶ž­€­'Ùz`ëI¶¶ž­'ÙzØz¶ždë`ëI²õ°õ$[l=ÉÖÀÖ³õ$[[ÏÖ“l=l=I¶¶ždëÙzØz’­€­gëI¶¶ž­'ÙzØz¶ždë`ëI¶ž­€­'Ùz`ëI¶¶ž­'ÙzØz¶ždë`ëI²õ°õ$[l=ÉÖÀÖ³õ$[[ÏÖ“l=l=I¶¶ždëÙzØz’­€­gëI¶¶ž­'ÙzØz¶ždë`ëI²õ°õ$[l=ÉÖÀÖ³õ$[[ÏÖ“l=l=I¶¶ždëù€­'ÙzØz¶ždë`ëÙz’­€­ç¼dë`ëI¶ž­€­'Ùz`ëI¶¶ž­'ÙzØz¶ždë`ëI²õ°õ$[l=ÉÖÀÖ³õ$[[ÏÖ“l=l=I¶¶ždëÙzØz’­€­gëI¶¶ž­'ÙzØz¶ždë`ëI¶ž­€­'Ùz`ëI¶¶ž­'ÙzØz¶ždë`ëI²õ°õ$[l=ÉÖÀÖ³õ$[[ÏÖ“l=l=I¶¶ždëÙzØz’­€­gëI¶¶ž­'ÙzØz¶ždë`ëI²õ°õ$[l=ÉÖÀÖ³õ$[[ÏÖ“l=l=I¶¶ždëù€­'ÙzØz¶ždë`ëÙz’­€­ç¼dë`ëI¶ž­€­'Ùz`ëI¶¶ž­'ÙzØz¶ždë`ëI²õ°õ$[l=ÉÖÀÖ³õ$[[ÏÖ“l=l=I¶¶ždëÙzØz’­€­gëI¶¶ž­'ÙzØz¶ždë`ëI¶ž­€­'Ùz`ëI¶¶ž­'ÙzØz¶ždë`ëI²õ°õ$[l=ÉÖÀÖ³õ$[[ÏÖ“l=l=I¶¶ždëÙzØz’­€­gëI¶¶ž­'ÙzØz¶ždë`ëI²õ°õ$[l=ÉÖÀÖ³õ$[[ÏÖ“l=l=I¶¶ždëù€­'ÙzØz¶ždë`ëÙz’­€­ç¼dë`ëI¶ž­€­'Ùz`ëI¶¶ž­'ÙzØz¶ždë`ëI²õ°õ$[l=ÉÖÀÖ³õ$[[ÏÖ“l=*ƒÜœìÄ„8[OÚ]¶^÷ÎV®\ákeËÎÌ·^øèÑÖ“v‹­7¨ߘ9³ÒR“sr²} Ôgô²ò‡^ü‚ysÃG¶ž´[l½ù1súôølîœY ñ±PRbB\(záãÆ1svÚÖ¶_É­W8÷¾èß·{ç];¶€’ÂÇŠá#Æ-Co'l½ïÆŒ¨ÂJý¿ëw¹Ÿ{ëý I’$IUº=sëìi*ó„¶@Ū ÏÚzU­WšÄÉmš¾ÔsfJÉ¥ÇOnÿ̳Ýf§Uµ[B•»È©s{>uãÍÿ‘¸Gÿ³þ”k©”k¬rK[<ì­Gj6fg|À‰“º½Û'&Õ]`ëíÞ[/yâëgU¯qaóI¥Œ‚Œ¸QÏž²÷W}<;e|léqÓ¿îÞmèü'I∦'×8ìÚOwðQhå½ÈeʈÓòÎÆGì“««qÕç‹ç¶»ö°ê'=1<ÿÁÒ¸5¼¹_\¥ºŒ%ÿwíY½–J\c»ø¶½M)“ÿÛ0¨quÏe?óÇ–¾èËÎß?8øŠ÷¦&¹Ël½ml½Ôy^¸ºÁþáëî}ä9ýpB|F%z²`~·ªvÊ¿Æ%Ey…دŒGßÿUüöaÒäÿP§Ú‘ý:aÇ?¶„¡Ô~`ÈOd$Mlyó™>Þqz½Èe>9æéãƒêMy¿ç ¯¾òý’ÔÅž¸¨É-¾O.¹\*ú2VØ¿à®=«Ê³õÊqqvÎÖK™Öê¿äùþ1Éî/[o[[/iò¿Ú78ä’g>ú¼Ë›wýr¯ ö_ú/N«$WHê´·ÏÞ»æåíbÒ£¾NòÔfgìµßU]æoãcN›ÔëÕ[N,xÖ鈟iëUù‹\Öÿc0£åAõË»/ÝæŠ©ÐËhëíY[/#-1fV¬£7[o{¶^Â7Ôö¿¶ó‚‚§¢’Ç>× Øû‚fmý <-æó/hpäþÕ Îó “ox®ùs8·^­ð?ªýâÔ[Þ»ù1yÊœ¾/üîÔCó_±Ö±¿y´ãÔ¤Mo~á‰GîWøæ5êœwßG“J}T¹ôó+ªšMMÍÿÏ”™-ϬVý’N…øÓcǾ{×9µ«œÅ‘g?ñMáxIÚìô Æ]”ùtdÊÌw.8ì˜Kžx¿í=uÊ>É3ÚÜpüA{å¿‹}Žh|û[£·\®Ôù_½~ûÙ‘‚÷^ëØëß›šRð‘o©þ?Æ$mõp7uþ ×nkrÔ¾oqá½ïŽŠMßreF¹6vþEN›×óo¿9¹öþ…—âà—<òÑØøMçüO_Ñèèý ^Rý¤G þ¢]¨‚˾¥ý~×;vYŸ÷~ùÒ„”­—ËŽ]Æ(¯_žk»ä¿`ÞʺaGù4)cëEý´ú?+£_3¥]…7€êµ¬UòVåš,ý¶`ðÿî8«ö¾'Ö:ò—ÞÛ~FYWZ´ÛÀ¿õR'¿vJœûQ̦GÔ C¬pSŸ¸ÒþOûàÔ'?íݯ_×7þt|þ,øí-;÷ìÙéµ›"Apü¦Gƒ±ÃžlìsÊ]Í?ûrP×ÿÞR/N~þ»ÄÍoþÄÇ=zõîþþ3—'=?6q[[oI¯kk ÿ39¥`‡Nxñä`î?dØà^Ÿ~òÅœÔ-óÑÁQ÷ ÞÆsé©ßR÷XÝ2¶^Zü¸.wéóåW»5ûÃqApÂ3…—+~ô³ «‡\ôÈÛáEîöÑ;í'Ä~ä‡ÞüáÐѣnj3i^bF±­?ê™Sª‡^ò÷ÖÝztl~_ãA­ß¶*¸\e\;ÿ"oþ`Ú~Þ³gç÷ž½þ˜ ØÿŠ÷§ýøqžòhÛ^ýöìÔ}ô¢ôm]¨}Îóëükcô¸±éQ·Þ]Æ(¯_®k»ä¿`ÞʺaGù4‰ºõÊþ´ú¹>+£_3¥]…çvÂ=ouìÑ÷ó^¸ê°"·ê(×di7°ÑÏžZ-8ð‚GÞîÒ»O¯Ož>»ú–¥Yú¥ˆzûØã·^âûó·]ße›ùOz=|ôõ«¶óÓË:@kq×Ëk'þ{|Á¹´ÙmÎ ‚3ZÌJMÏXÐùÊšAÃ×&núKzÞx@pü3ß&óôÙ­§½Q𸷌‡Ä©S›7 ö½lÓa ƒï928äænó·~Î1uz‹3‚½.ê¸x{®äml½¢Ci~û ÷ ~õaxUd,êvÍ~ÁQ÷ Š-û8·"³ðMŽüë›Þ$mÎ'—Ö"HØúÊ,vmìü‹¼Õs‘)Óß½`ß Þc#K9*oû/T¾h[oÇ.c©¯_Îk{ûT,Ç!ú ;ê§I”­·ŸV?ãgeq¥_[Ûœ÷Ï­¶ùÜ¢\“¥ÝÀ>»n¿à°;{/)üú÷ſشõ¢]Š%Ñn?¶Þû*eë}XöÖKþp$8âžÁq/]6à–ƒ‚ž—”ž4êñz%>€ƒ? n«uñ_ÞuXPïñ‘Ieo½¤ñ/žXäIÆÄñÍ/ÿEìÊu¶ì?5qËG˜>ïãðAêY­cÒv|ë%Îèúôõ§Göß+ªx`°éÑrÒ¨'Ž j^ÓcIævo½o’2³åAÐäÝY©™e\;ÿ"oýx;ezóÓ³þ`njɇâ?áB•±õvð2–öúå¼¶·±õvìÆý†õÓ$ÊÖÛÎO«Ÿñ³²¸Ò¯2Î-Ê5YÊ lô“ÇÕ¯ú|ñ¦ó,²õ¢^Šh·€]­G·Îk׬م[/eÒ«§Áyÿx gøoÿûÄ–¹ w~÷×…*c¿¸ý þ?dž*G†«bïóߊ\;ý"—Üz3Þ*ØzsJÝzÛ}¡ÊØz;~K¼~9¯í2͎ޢ߰£~šDÛzÛ÷iU‘Ÿ•eo½R¯èçíš,å6â‘:ùßë¹´”­íRD»ýìjáÐÛµ[/3að}G\ßuaáÏf÷‰Á^絞•V®­—1¿ý%ÕƒÃÿÔwi™O _7SÞ85¨ö«ÖsÒJù~½žW× N}}ÊÖÞ'þ'Ü#šOK.|˜ÿ|ÆvþœÉ2‡ÏÒî—ìœòÚ¤¤Mß:wuMGÁÍïpiõà¨{‹´–4æÇßÖ?®Ôc8v¹ªfø&_nþ-sÛ]^3¨}ÿ°„2¯~‘·þ`Òæu¼²VpÔýCK;,ó'\¨Ò·^ߏмŒ?¾~9¯í’ÿ‚ycˆzÃŽúiRôZ*ò÷íü´ªÈÏÊ2¯™Ò¯èçíš,y›Ii{áÞá[ I(±õ¢^Šh·€=þÎÌŒ¤I¯Ÿ½Opè/´ëóyË{NÙ;8òO}¥e–këe¦/ýúoÇÁÁ>üfÇ^}û}öQóÿ|:9©ìu“8áņAð‹ß>õ^·^½z}òä)Á?‡sú[g5.ïº0ÿãI™Ñ­Ù›ŸôùjȰAÝšÝtDPýâO祆§§å¿RõK;ÎÏÿø“ó Îýh~z¹ž×ûîÙApÜo|öåÃû½vöÞ›”¦/üHý 8ô7µèÒ»oï.m>è=3%}a÷k÷ ö;ÿé{öéÖæ.SŠT܈¿ŸG\ù̇½úv{硳k5~ÝbJJÙ±wúEÞôó1òÿÅÚ÷êÝåGÎ; ØûÌׯ'g”úSô·ûBmµõÒfµ>;êüéÃóSÊq‹>]úë—ëÚ.ù/X7†2nØÑ>MŠ^KEÿ¾}ŸVùYYæ5Sú5PÆózѮɒ·™ô½î<<êÞôJ‡_ôüø_¿«³å§€F¹Ñn?»üÐÍ]~ gÁÁr1}Ÿ½²~Áj?ü¬»Þ—±­g¢>ªÌŸ³ûüûÆÓ,ü‘éÔ» éи²×MzfÒ”ö]X·FáÇ[ëˆ<Øc^áOZH’ÿ[Ö®îœÿ€?aÄ3¿®[«ð•<þ’Ç:M-xü™<ýí³ö®yiûÂxI£Ÿ:6Øÿ†Þ±å{’+=vl«»Î9ºzá{©~PíFê¶ mÓåê^®Ã÷ÎÁ¾‡ŸõDþSÉS?þkãCƒ‚qú}}–$oõsNb¼tSá›Ô¨{î_Z _š¶­çSvþE.ÜzGœuf½šùïæSn|iÀüÔRïü)j«­—‘ºhàSµïWt[RŽËXD”×/çµ½õ¿`zÅÝÒ˺a—þiRìZ*vmϧUÅ~V–uÍ”z ”µ£\“¥ÝÀ2âÇ·½ÿü‚+­Úa'Ÿ~t¸õžù6)ú•õö°«ÝÜõÇpVri1®9`¯F¯LLŠò ñC«ñ—Í?€qQ×+kî{Á³wãÊ·“/òNúØ;vÙ#eÌïpIõ É;3Ò\€c8«ÞÖËHOÿÒéûìwq«©)¥¼4aì‹á /i3sÓwèÄ~ þ×u™¿{ĵS/ò.Ùz?ñ2²ÇHœÒ¡ÙÛŸôôÍÁ}Ú>wÕÁ¾ç¾=ÅÍØ-ݬÇpVv Þyø™®ÓJ94+=n‡O<Ù~FÑßᕞ’’±ÛßTvâEÞE[ï§^Föé‹>rNÝ«|éª9óÖWÄxRØMÝt '€c8m=€Êè¦c8ªÞ¡›Žáp §­`ëÙzUxë…ç À®òsl=v¹@’$I’$I’$I’$I’$I’$I’$I’$I’$I’$I’$I’$I’$I’$I’$I’$I’$I’$I’$I’$I’$I’$I’$I’$I’$I’$I’$I’$I’$I’$I’$I’$I’$I’$I’*Aÿ[Î endstream endobj 439 0 obj << /Type /XObject /Subtype /Image /Width 1188 /Height 666 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 3594 /Filter /FlateDecode >> stream xÚíÚÿKÜ÷Àq¿Ý©§§w¿œ5~ÍšÆZ­Å;Óì´”Tlk4ˆ°„Ødê~˜ta…¥ÌÍè ÙfHh{¡ÁEGˆýÿ¶ÏOCÚ0Æàî ÇÇýôúáÉûýú¼‹Š~NŠòD¡€Ÿq¥²*ȹÿ–©lžJKKËr,HO6T¯.T¦N¡P8\Sáp(”)Õ+*üöo€<©ŠD"••A©B•úQ¢ÌȧX¬¶&Z©(?¨”D¥©¡¾.^T„)‰ò¯5Ù’h¨«­®,9Rä_÷'Ú“Í ñhäy¤$ ((ïö÷¼Þ~¼ñØ~¤^8HiP>L½÷Λ]ɦcÑÊpÙÑAʳ  L”:Ýû‹dc¼º"tt*..1 ÿæg¦?ù`°·ëxCmpÛ+9jT©Ùù·üùÜÅñN¿ÙÞ\=:HǨ2³òï/_,þöâ'©w^O©Ã”F…áïZœ›þè—=í‰xU¹F…åÁæÆŸÏŒ§úO´—½ÌóƒƒuTÈl€ü{ôà^žŸúðÝ7’õ5•! Êöw[½ñ»_¾×ÝšYH,̓F…ÍÈ¿}ÿào«¿¿üñ™·Úšb‘pÙ~£2ë( ÀÓío6oýáÊøÙÞŽD,ûa/Ó¨r³òïÙ“ïî®-ýfâW}‰xö§F…Ò¨ô½µåÙÉTgóáã ÄÞNzk=hÔpWó1 Ì»¶ÖWæ.zM£€BlÔ†F…Û¨¯7Væ/Œh Qh€F¥Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Qh€F Qh€F Qh€F Qh€F Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Qh€F Qh€F Qh€F Qh€F Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Qh€F Qh€F Qh€F Qh€F Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Q¸½ôÖúÊÜ…a4 àòìIúÞíåÙÉ QÍš§ÿüöîÚõÙÉTgs\£€³ûøáæ­Å«çSo¿Ü¨H,ÑÑûþøÌµÕ;÷ÓÛ»OŸííý3{{Ïžîn§ïßY½63þ~oG"y¡QáH¬©­ghìâÂ×7¤o?ÙÙÙÈ™'ÛÓ¾Ú¸±péã¡·Ú±Høy£‚H•†#µ­Ýƒç¦ç—n~¹yÿá7étú@î¤Óß>¼ÿÕ—7—æ§Ï v·6fUœmT¨²¦!yr`dbfaåæÆÍ»÷¶¶¾È­{w7ïlÜ\Y˜™8™l¨© •5ª"Z×ÒÕwftêÊÂÒÕ[k·×7rhýöÚ­ÕK W¦FÏôuµÔE+2**:XšWÅm§RcS—ç®-^_^^È¡ååë‹×æ/O¥Nµ%?ëe—æµõ-=§S£Ó—>»:;;7Cs³³W?»4=1š:ÝÓy¼¾öpe4*sÙ«Ž7%Oô œûôüäää€ ²sþÓ±s#C='’MñêŠì:*ûB*Z—Hvžê:›J äÒp*uvhp ïTg2QWóüuT¶QÁAªÙÕÖÒ”IT¨ôષߨ’² RÑx}¢%ÙÚÖÑÙÙÙSAx:ÚZ“-‰úx4HÔÑ1ê(RÕµñº†ÆD¢¹ù5€knN$êâµÕ/%ê0R‘ªhM,ȹx<«‰VE*^NT¦QÅ%¥e¡pyEe$Ps™úTV”‡Ce™]Ô‹ÚT¦Re¡P8.ȃ ?¡PÙA¡^LÔa¥JJKƒPäG ’Ÿ*T6RûÈ—l‰Š~R1@Þ½’Ù…Ü(àÿö¢£W endstream endobj 431 0 obj << /Type /XObject /Subtype /Image /Width 62 /Height 27 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 440 0 R /Length 805 /Filter /FlateDecode >> stream xÚí–[HSqÇU$+L‡¢ÆŒmBxa¸‡…ÅD “teO®žêEÝ$#ìE ÖEBÄéabŠLl>…×6§¢n³6msÓ¹<w_»Ø.ÚO ) g öåpøþç÷ã|þ‡ßïðßß*ª¨¢úßÚum̼»÷ˆ#WÝT±Ôc7" Ûi’-¾§ú¼ú…!2ø"WW kÂ`ÀŽj_¨ÇoEP‡ËzÎû<+.Ó[¿W;Óô÷n×ét±±±­­­ØÒëõâñøS¿= 677‡[屫4’ZYw¢zúÃ9áÙyØU!ªgÑJ9ðôÈ*@PYY™ŸŸ&ä~¿?111Œü]‹F™ëKÕJ®Û¿µ»-.ô¹Ï!ò;û}®—i@?Ǟ뻨ùT ™‡ ÷ööH$’V«ÍÍÍU*•!ò††:N¥R§§§±Ì®®. …B£ÑJKKQ…‚ D"ñ×A­.,,ÓØØW\\\^^~òÙÞ4Å ýúpG[·­¾mÒÜu›<¦Wp9ŒOl†&ûÖTÕPf{S½ßu¡ÂÉÉIƒ¦¥¥…Çãaä111À ^*•fff訔”£ÑA>Ÿ_SSsy¸ßÜmû¬-“t²«æu¾eý±yí¾m£Îfà9‘פݰtgqˆ¨Ó!óp!‡Ãikkc0222ÈãããÁ` d2¨D"QUUÑëõá¬È1™×–F.CÏä÷Ìú:t¥Â¶)ØTræûÓ O߯ۜœ _•x „„±X|rrè™ììl,¨P(þ…“m룬¿½úÀ¨¸²£y4ÛƒƒÈ‘™ÀSVVZvvv²ÙìÃÝ"‘H²²²`@ûg·$­V+x¡Pˆ‘ƒ€Üçó^9ÊX äLõÄ%ðÇ¥•””`„˜€‡ÃAÀ„r¹Ü‚‚É©©©Ð„^:‹ÅÂ&ÔÑÑ‘——W]]]__"‡éÎÉÉa2™§ ·n~XLG¾\›$€¬Àò(C>œ¾> stream xÚíÑëWÒ pforP”ÚXNà:P@‚SA­²™¤;X€(Úw³‡—âtß!A`çBÈô«l¢¨)ÞH›DÁýòÙxÅ-úw¯Ê•äa¡àzòo?Ðïà}#§™¬ .”kƒ@½2ŒRÈÒ˜­Óç^ôGšd&«Ž8Ä5"ÅÝ~†à§ù€ã¯“ꬕÒcl¡ãóCWþ ÏöQ?“,iW'¼–Ò(SnËÔ³ÁøªÓ@ìvùx±o’¥> #¯ä"$¯¸Êf´3„y ]®òoÁ^Á<~S%Q‹Ÿ˜UxËû–Èâ@»èe9 üøÍ/mÝb0D×7ÆÂýB5ްšôËt@Y®Ç›òÄ…VvB)*€0þ60—ñ˜å;ÿq¯ùRÛ€i—Ÿw%-5 ƹšå˰F·ð¹/ØÞ¨Ç¯“®ä½f;VZÄõ«,a±BñzÍ=ö$}7Yê-ÿÈg a­ ~¡ò6™lû -wÝMûR{d"M£mYó“Ê«R«ÝS „G8—GËŠtR®‚„°sµrËdÜóŠÂ™”jlKíUª³í0kû‰0“{h";–'Uÿî+—&pßÛdãIV62¢óöülV¶’›×®¬š–^'f<ãW00ñ/‹º* 4½=Á6ðuL .u;¢Ô{óE2Â8¼!g:ÖQ‘‘ö}ºV™PÊÊ™¾a“”Ø+œtïãÃ;~6T8×2‚¶ï þÄn¼á³æÉrãQÁù«G·TýX*7c¶šãìy;±Ö‹ œÛœ)$LÚò3çˆQçOkÛÀt*øÜq4ŸùÃì㻕æ¦ÈBé©kGpat³yJ—L^Ù7›¨—K7^Fä«0–úà¯í‡&`‚/A Î9Œ},ƒoÜïÅYÚr~ ùÖ¹(”—ç É”¢FúµqÝÎEÈÒ9ÅÏ%9Ó`¿‡mKùä°·ž©”/9ÐÕï)Oõ«­nr¥]ÑE~;t`Ôb°Ò'¡˜QÇahË]dâ…¡fÃ#>€ I0é8!ÆA®VjÁ.ÀI4µ´ÐѳêKШfù[ÄPt3ôkáTWIœ§IR©çC­Ö‘Qò©›øÚü`þd†¦›C gÜøgÇoÿ°yÛ{¿øïìËðz%Á@N¹¥Nk8˦=D\B¯¯á×¹×á\1â Psð &•î‰}öBž/¶úœï¢—#ü‡Žªþòp·ž¾•ºÜ–N µ*Þ»Þ+ƨƒ)`v‹lÄ#G†ýé[èný·ˆïö}Ž »Ùù4Ž/*|4鉎ݎç}ñy17×È$‰ðóA÷`=žøc_A¹Nت¼Ýsãã Ó3 }Ýin´ÕoÍç7‹$é"&Ü €³é@Œ÷^sÛ¼ÁmyV7Ðxú`ÿ)ªb²Ø¼{5í‘è[[IšrIºŸN ‰H£ $I ßܹƒ"‰È§£ ÔÖ°.m÷JúËÿ‡" â endstream endobj 436 0 obj << /D [434 0 R /XYZ 56.693 815.761 null] >> endobj 368 0 obj << /D [434 0 R /XYZ 56.693 440.985 null] >> endobj 437 0 obj << /D [434 0 R /XYZ 56.693 421.114 null] >> endobj 433 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F75 438 0 R /F64 307 0 R /F71 414 0 R >> /XObject << /Im3 424 0 R /Im4 431 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 444 0 obj << /Length 1517 /Filter /FlateDecode >> stream xÚWKsÜ6 ¾ï¯Pkg"Z¤$JL§‡ÔSwÒ6»§8e—^«£ÇZ×ɯ/H€Zi­8n/"‚xø@†ÞÎ ½·«Ÿ¯V§çIè)¦¤ÞÕ'“©—ñˆE©wµõ>ú¿çõ Ëu ’Ðú¢,º¼×C‹„­Æ±õ÷è8‰•Bb Å2'äœ20ô@}r[VWˆ ë@ ÿíÈv§X¤bÇÆLj&~„æ\ !qö]#G0',„„ "©¬Äé>ïc„¡iN¿ë #­)ŸgpJ£#_u]ô_üˆ2%Ò±m󺛧&tß^G2v„³[]µÍ-/H%Ëœ# Ig(ãa”ÉÑN Øœ•rvÍ}0œ~Q ±\G 75Ö"Å&µ•6–üa…ÀfÝŸ^óÄ0Û7Co†‘vátRMðצR[$ªmMm'ù†p „S4 ¤UºÞ¡ÎÞç ,¶l6yÑêyñ"ºíØ(`È BÚ/ nóð€³›5êu§;5'yÇo€YÅ!Îfñsøôjžtƾ„%±x:+ª)6ý·Äz¬’?­rc¹=f’üÚ–ëEïŸy»\v¶0zžDê£ÓZXþÙézìh÷¥3 VÏ8ýIt/mÍtvpc«q¥¦qßtPXƇpëHy‡tBúWl@Ë?wM9 =/›–XuY’,. µÚô¬Í­«+Xs™“BÍÌBA]¬á;$µ†ÚXß@-Ðâ$U‰kŸ·KW —V÷¦æm1‰ù‰®×1¬­97(Òž1™ ç1ã©Cº÷¯¯~]€C1Åù×g¹pÕ0ŽŸWÏç (ê›Z ì ‚^?ô?¼Øà¿ÍHó1^]‡IØÁ‡ãÚ,]1Œ³õW8¼øëdÉS•@ O ÿm^ígE“W&·z8:‚ÿ(ŠX–¤sØzÄ 2faNÆþaJ(H¼vÍ37÷ˆ’ÖzF¿”iŠJAÍz…™«¨Á_gSP5Ãõ‹ÒiÒýaÍ*jÛ;v­­r+’ìÜ?ö›L@_¿”±6µQAÙì÷Î'ƒåÔª¦Bݳ[öc³§ÝAð!2hkÌ1{^vÎÇžjèæbÆ…s1dk¼õ¶7šíØc í¾€¼$Mcs´b»™ :¬ Ј ëuKPÔª¢iÝÔÖoYl‰ö Å ìL$ϯÌ(o!ÈÚžµðÛfØiœR.+N#üwE׻œYI#‡Vÿ#.öÁ¬¦±Ó-Éø;¯ò‚än ýŠmîdº&F£ó‹0{„½JÐt~— ¢½>À†£ëƒYYŒÃQ;9=—ñôúk¦Ü*áÉÇéöû¦¶µ§wœsþ\ÌXHñ~l—ºn­ÙV€ë‹E½¡¤sy¾-¬9>üh;C߃^ýr©Ó[ë¼ÀÎkmãSÇD–1`gÜ æs¸?r¼Y2ÚçBÔàí§ÄèøYß–Áå”Jv¸Bø%xŒã„Å\Ú·‡Š¨]¸G0Ý=Zm¯§“p@¹ì{íp¢o*ˆ\n@áaÝz•²ÇËk‚ep2{yßR:ÇOW[º™ÒqÞ—žÝq/õ^ÝÿÛIð endstream endobj 443 0 obj << /Type /Page /Contents 444 0 R /Resources 442 0 R /MediaBox [0 0 595.276 841.89] /Parent 403 0 R >> endobj 432 0 obj << /Type /XObject /Subtype /Image /Width 1188 /Height 666 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 447 0 R /Length 65367 /Filter /FlateDecode >> stream xÚìxTUÚÇ/ ¢¸‚bEÝÕUw-¸öýp-‹««». ¨„Þ›ÒK¨iFB:I(!½'“ÞCzŸ”™ÉÔdz¯éß¹sS&ÉL˜@:ïy~ÜœvÏyÏ{î=ÿ9wî` @€ @€ @€ @€ @€ @€ @€ @€ @€ @€°oWF€‘QyÿÝtráRL©CBl¸…q.Ï!À8Â!ŒiL7”yìÔQ¨D ŸÜ#„ÞÅ$ÀøâDcw5f‚2£"cª¤þ†Iîn^Hä÷álåÐŽß·?û·oÿ²å«?múâ… ?µ÷èŸ`äAŠi—g)J.Qsž™DÙPfT;5 ­‡DÙp¼Œåjºø\ÏÓQ´ƒ»woøÇ3>[?­ñ\, Ú¢ŒØ©‰ÜEñZwø‡×7ýš«.ÊæÃ>[Ó§,À°Ï8v©ØžÄS µaÙ'®î9›s0¬ö.9cǯ—¸TâvÆ‹ÁÍw!€aà˜?é&‡0&5fBè2TpìÔ€8âKòWµZïl<Ï5ÿ÷ŒÏΪ#ww$lçz-¥œþõVÂnIÈ®Ž\׎J¿ÒËÛW}4ÃbÞ¿ñղߎö) pÿœ!QvÚ…Í?·+¸æ Љ£[º§º&ï³#m¾B?7âMŠe;‡ÒœI\“-Ë Ôx¦Ýµ<ëÀ2ÿt﫹–¡µ&+‰aØ\Î<â[äO¶õ,qŠ ¯ˆe9¸ôPðüÁó&Š`ÛœŽùÉ2b'ýôÄsƒ1`ð!v!˜¤ V¸ÎBŠÆ;Ud&H”¡"¨àØ©1|ZïL×uÿ÷T}ⱎäýI{n¥¬ºº«Âu>Ïñ£¸ /wD¬l(¸J²]ÿŬk¾—ÿ3ÁÈ>Å;œº¿-ŒDn ¬é‰erÁ̶ùN1c®Í§£«v8¥‡‹nÞiQŸKÜÌ9y5i}´íÎ;-ÊHßÄ^Õ±#Øžˆ¢•G£6¹§õ£8E×kaÍéán‰~ôBÚ*«0ýh†.²MÚæUésÿ[f}£ YöVwäz¿Sõ¸¦[\¨­GïÈí­ŽE¸WÄÐvÛ'ºæÊ¤­x#:êÅ'c¬sum­±Ië.V{L,7¸GƒÇVï±Áµðbw²K×ñÊ\„» iOhí0tÜ\4Qä ‡õºÞ®À9fLRF ›@¡³<“…fBè,TÐh ø•Ç4æÔ€p ¡ntNÞs>—øÓÆ·|çÙ§Â*£òŒ·1|ZÏ#¶Ö-_ÿYgÛQr±£ÀãNÉE¹ç‚¤uϨœÞöž÷˜Òé­¤Ïß,¾äc½êŒ«õ,ÜîàÛ§8c—kñ+ýør±9áBÔ&ÃØ"ƃ}––o¶Ëw$­f»‡æ®p©áí»Ã‹‹[y‘îÃ8r:Á2‚Mk@qš«'ãö„ÖŒPc"KVÛåSq#6Ç%m äoáp¶Á-¼hM¼c2¦j×Û-D±Æ.Ã:ê~ÿ«•áBcªªSi†ÒãHÔ{ÇÖd™ß¤oõ›-í-:Þ±ã©ñúÝ•¬=^è3¡Üà^ Žä°]‚ŸB_¦(gÍñ<R­[`æ²³, Wçë»{g]hpD–®=ž“ßBŒ/y“]Þ—©±0IElƒª eþ»\… ­ :¾¢Ù((Éœìƒ)™åb2G½Ü&Êê:Пiã™hš]@eÿçõÜcj Ù»imÚÉ¥wØIwª#;b6kO¾“µù…â/‡.žQ¸ý¥Èµ/ //© ±Z¾ð›õ‡N÷) À˜¡æÄ¹˜ßRˆÕð^齬sõO_vŽ©"b›jZ§YG²­OÇýzX¿Ów d‘]òN_¦[ŸÚ¢i{OÆ.9J|¨µðXìÆód'’>‰T}Ð#y…U¸~Ë)xÁ±”Ca5î$¦Õ…”åGõu&­?ו¯'néÑ0¢žŸ¬·ÏÞx</k¾Ì%ß. •eÙœM<EO¸Q¼Ï9×&R_Ûù䥇BPU{.Ä­:Yä=øSB2ÝeËÖ3}å1}O-Ö:g,·- ß!–‘úfͰ2Ö ©+ô¥!­;SÖÙB¢¿GB;[x˜´ö¬±ö˜Æ-¢dý‰¬8Åþ¡…S¾óø Ûh<ÏJb÷6€ƒÆÝþ|4ÞN›|ûð’•7Þ)}•Á¦Ì:_NßDRöžŠ]d‰[iIoéa–ûÛÓ¥9á Í]µÅ&5 Wúwèa1?á©á[Χna•°—·_׉qì|ꊣÃúÓÒ*·t:Söq u!Vß8q7K•ÜÁI´]]ZÍøšÔ”å'Éν´Þ®`–QÏBÈÚ15N>Ùk¬‰íéE6É{CjŒ^»ìÏ‘¶&èº==ébÔ&Cç¹IjfƒMŽëß`‰Íù¾™: 4ZÃÀZÏœ6»¦ e‡òãrÏ:r¹Md÷Ÿ(i繜þ5 †Oë"Õb%mËçÏ6xvÄmkr·`ç+Nßýaõß²ú磾Ëÿ°íÿ²œ~–ç]ݶnÑ‚•[ìÉ}Š06`s‰:LnïZ/5ÇÞäK;p‚tŠu»3®Cád·Ó=Ñ*G¥lÑoÞ¹­ ý½ã6^¡»vWEÝs*ýj¥ZÒp‹(צSg%em8‘mYmy&Ã#GÄTµi·tÂS'“6žˆ9šÀg×ã'êhÒ¤d­wÌ?‰×s¥B%ª¿Ù¹†SIã’hY‚füÚrò^‡Vaäu†«ÇkÔ=öÆj‹Ì©£ ,Ͳò0Ñå(ú~GÒþèšj­¾ÊŽvaEá¦ãÄ2²+Ô³÷Ù&õZß^£ì¶=ÏcêðR·uE¹[NdZGôô—°xGs]IzöFçûh3‘yÈ‘d_E bs~ÜmvËR\³ÕD”05i™G®Ájœ´Ñ-f[²^"HÉ›lS»ÖÀ¦ñ«aG®³{=¼lÓ‰ÏRµoýmŽ5$=â…ÓŒJŸ~±gÑï.¹¿Ö\Ý.Ñ”®vQ'¹ø‘¶ u¹[åÉhÚNûXë$>«®«t}¥°hÇ)C!ÐÛ>vÙ»O÷s!'ÒÑþ¾á¿ÒvøÝà> MÝÙ£õPhÍö'­ðH3Ðz1›]y~OïîÛ…®™¬Ê.ÏÊ;eÓ5Z©¢]úÛ:™ÈûlÊž`N_·,ßh›žŒKû[B)n„vVÁû"ÇhSN5L“”cofƒUN„tê,ó¿âGè,TÐh „Öëÿô&iN {.äy¨HEº¼¦K÷ÙD¡$»Jÿçõ\£9}Ø¿kå·³êÃ6RŽÎÞäB²)nîô"U”W-}—mâ2“öI_Ýß…¬"ö÷˜¥ÃíC`pÊŽ.­×Ѥ?ß-¥·kø­·ÅÙ¨çw÷î¾]èJáʪr(¢é›ÞÑØ V·´ßTž¶ßÊîíöl‡+ «ý%ø÷sµ Ë3T±¾ñ~.¤ßƒØ¦œjX&é™Ü•f5€QÆ!”Aè¬Ó±\3!t*h´†nYgX¤OäÀ5 Ž\-]nY¡Wy$÷–ÛD¢HSm@ ŸÖCçêÏî­[ÖüÄÞÏ‹²üO¶õç-Þ?oñÉŠÙ“ü~}æ÷ÿc—Äf¥E–Uýó?ß-À(JÙaë%Á*üŒŠR|夻îuLÄJ.§áKɦÈÓ¤-WË·Û†.8¾Ê1n“{aþ™›9ž‘k¯Ò;« .YÓ³j Ÿ0|G¬ò&±s^Ú+)xᱸŽ¥,ýJ*ê|Ä‚!+®òðO蛹‡­ãWd^p,-Nÿ”–&?u±eÄÁ|ýB]ËØm“´Òp×À¼Úîvꔃ!=Ʊ©4ÖåˆEÅôâù·´eCX†-?•i Â:ñ«]Ö‘ ^YäXÆÖ/¬«¢â ]ëÇׯnCÝ#–ôja´#E¿¦—n°Í³ínOµ¥ChÏ'‡¶ù¶]홹çÿ¦Ù.|ËîàÖêʬs—Îþ²|Å¿¾ÿÁTqF“àò-¶IÄ‚—»/ÿ¿Ž^ƒ¿”¥ExÜñF.®ùÚ3/E,³sÈVêz}¬ƒ|5b¥7­³ª ’ÕK»Õ— –ÛdëÅÅ/òƒ•ÞêËÕ6Þ‰—EmF¾^†T É že6ÇYú÷)TfZØ‘,|dø'è-ü£ÖqË ²-5¯¶»:nW½³;!U»œŒwy Q¼CîlKÚ€2WÛø÷Z»n¼VÝÏ áWÄx©Û2GÛØÝ~¥k¬ÓÓ›³G.ƒWž"­Ô/º5ô¶‡Cˆ‘¢íwˆ²¦Ýêiˆ hµ]¾µ¾©vWS-Î×è:ÏŽ´^5Ñ다UÁZïôñ(C­·ÎÅp¡žlq—Æ÷Z¨#vû­w²+b<å¶ô„uÜnïƒW…„›cgÛË]Ãa`O+/¼ÚÁ›+iEï±>BÛmÛ£õ,ìc»Z‹W»ãl¬ÖK°0iŸÔ•½«=\iÊ7~^7ƒŸ©ØÖ­õ2“~µJЫk5-Z´Æáî½»/òÌ[n²ªôu¶©$5qÒ[b&ëÒE’…Ud_ç·‰_âF“ê{wÞ1dþÕÁr™‘龡èÂoѶËvZ¬_ò¿cû·f¥EUÑJ¿ýáÇÕ–§í‚i`Ô*]g–ÚØ¹–ûÅ™ÌéZO)²R#ÞtÑA¾±ÂG¬ß¨ÏH(r £–·tYáEí¬*°¸—Öó,Ze•™§_zRý{k=ošM÷’õNKi>#*«‹ô²#©†+öå¶§¥*s™]¬QªMpÌ:vyïEš9µÝåÔ§suZÆÚ+~¥‰.[té'ÛØ(sµµ/Z»æWëëŒ?µþ*Í.¸Ú®·A:Ÿúeä.ß’žedp´¡qVºÆŒCÁD{¨Æ´^ž•¾©v~yËì‹YÄ{©‰‹Oä Úø•l²"9UëÅvcÍë8 ›<šþûYÉç£V»ôÙ”¹Kã ºáȆÝþcãÕeÌÅI[ÒvÏÞÒà ;÷Ô``Ïcž ÷d®¤>c}<˜ÚGëuƒ é÷3¤^ûz&íÓ[ëyÓðŸ‡× †ÀàÇƒË µÞ§¤¥§*X=OJ#­nj²ÿ2T.t)…ɪrŽúæ¬8žz6K,ì®my~ñ¶}œÿpä‚#ºöÎmri…kü²‘œ¤F³æÅî/0–8É&t–mP5bà7«y… Pƒ©ïë™SÖSi=ïf±‰\nÝón–-ni{=‹ú×€>­‡_M0ï›Ï¶Í¯Œ¿Ts¾„t¾<#ˆBΤÐË«ªÉÿí»Ÿ–ØT P€Q# h•u–~÷ífŽWärÛhš^t¨/9£ËNr¤ÿ‹³-AÿåyåÖC¡?I Uwk=JwUÝ«¦âkó-CWùðôe#<¢,¨VySm¯gY8—óôk3FrÚʃÁ ð÷mÆnsIß{½ÈpõµÌ@ëYØÅj=ƒ_ìB*Õ¬Úîrj¿nËÐŽœ&m1ÑåîsUÇ&-± Y`²Ø>e¥aÆzxÌÏCIÜëSÔëûJÏ×ݪŠìõxXxoã¬èµŒL?ÔÝ$Ê>{ÃÇØòŽubPÕ.{ÒIBÖÝiÌŠÎØlaaŸì|CI¬=%ÉË\sW[gdéWÇü„„EB{V×Ö)ËïÖø_ºd;;2v‘S‰Mש‘1—9—럊ì`%&#k,î‘QKînçjÃáè±ç‰Äå÷b®Ä½ÇÚ.ˆ²ËðN§T —Jý³~·(1ɇ#÷¥ÕwëÄ•¦ìcÓKë­ò¦ à?³Ü¿Áí‚È[ ´ÞÒSe–§¢·Æªn÷h½“žo5T.”½Æ¤µoì¿|c£MèBTÉáø \\…¶RnX éq~›ôUÖ™™Í_ÌÄiiì|™pñ:¤ÜGn’¦í1Ú`‡"k¸¿ÀXÂ5ªSgYÐk="¡³PÁaªa‹û´2±‘·ó|¢û7É]Óû×€>­G(Ðþl´¹n±zudÐE7»]AWݪJR)•ùHè†ù^/&|óÃ+÷»™*À(bã—ßõYwkʅȵçÒל«*äªÈÙ7Ö9çm²IPê×cqñË=¹ Ä/0(ÕÕ<]]×c]+<)µùw¯šˆ%Xççð·xä-v)½á^TÛ ªÝ¤ãeÝŸÌßn½Iœ(n™GÞ*SZÏÖ¤Ö³°3«¶»œút…M—e¬¼“Muy‰-ɾ¼µëѶ[ø+04ôÇbÎr;wGZ›ÛoµJìz?ŒjG:ZÐù¢‹;]{ÍôÂõvi+M/ò-ÍGŸÜ•yZ#û·„”½¶©ûý({£mË;7nµÝì(|u¹Õö._bï#í,Z³ê\e—¡ªö8’lKºŒy³½ùV÷«Bb7™agÛ@\¨³gÔàÍ•¸¼ÏXRvh= çÂ'b\¨í}m¤_±ÿæ`Ê>©}¼w ß°n7¸ƒ“·Új=²uy£uÂ5QÖ³0Ñ»¥vCæBËlLTe»ôþÍÁ¶†F‰ª¹óÊ´Äendëî¹y)aÅ5¡¾ŸÚ+Îa?‰øq(tm˜RßíeçèµÇGj’Z‘îÚ`Ƨ¢9„Î:æOE ü '‘‡ÐY¨à0հ׫x«GÖê \Òˆ˜íçò6º¤÷/õIfî¾TÜ¿Äði=›@šQ¶ØÎûéç•ÖÿçÇßÿ÷;[$ô\¾›¿à»?=ïÇïübª,£‹µO¶…c™~› ‰t&zÃeŠÕåÌU¶1+\‹Žú—o³‰»,ízÖË6æ@ U×µºÕ&‹ýÏ'n¹Bé¬Í@ëµéZôkžv¥êˆ}ÂŽk…½—§¾H@éf»X›$>»«Î&+*uý™œ{Ðz«.›SÛ]N}–lÝcœª=.±Æ»ì]²éxÜñ§žØ ¹¥ª¥í·_é”Kªi"{­*¾›Kœá2rÕÅÒ­v±ÖÉ‚š}©Öúòì‚ßìRö^ïµ³°ÂÅ`i~ À졼šµÌ&É-SÈÒÜì|£Bž–µÑ:y·Ÿ>oÑú©^ejM— oÐhÉY¹›OñÉY=`ãWžN_{º4CØróN{®wd§ J·ØÅÙöXãN[c‡F9à”yÀÏ;ÓlüJÙ3eàÍÕ[ë¡FTí4|†ód‰•_Ñ»8‡d.™¯­ÈJxzUÓvØdXú˜°ë•}]È´o\Ê^=ÜnpŸ o1Ðz®eV4+4a§Ö‹^ëd¢wžCçBç VµÉ)igu…ªó%¢wZ*ó ·Ûgðï¶@å.ûh'†>]TºÁ&û0aœë¹ËŽPôѤ„e§ò6ŽÌ$µŠY{—0&p'Õ:ë°o•™: ¾v]*Úx*cçÅBS1}j@ ŸÖ³  šbƒÏò}îè`å~÷Å«W#­‡þEÇ(f½•÷öS1”`”¹–µÿ *b½7¥o’?y«þñÔ"×Ò£•{O'.íúôù–a‹¬ã7_6(âWØëu…x¶ÐÅö™{®w¥Ähxå¥*ƒúËw¹õÔ¹ðiÕ™²c}3Wî>gXèPx4€zäb<þƒÅwûõ«Ó¬Úîvê^˜î²y'*Þõcӿئïó§óÉ_o±¨ðhâvŸþ-¬Øí–¸„(u0j¹Kî¿þÆ¡:KÂ3IÛï?È¡ô-Ýîš°ô(ÑàŸÅ®q/8hX‰oÉVGÒÏ–Ä§Ž¡?^îZxXŸtׯ½œ½Ú&|ÁÐU†fì6æ)d¨Î§ìŽ\z"s¿Ÿùv6nÏ{1Wÿ±ö¯Üa‹Ÿúgç⣔£>Å{Üc—Òÿö¡Wýßíšü•¶y‡ýMÛLj ™ô‘pƒû4¸ÙæcÝóº3òØåôÅx‘¨ÍW)yþº‰ªŽz¥/?ÖyêC‘ËOvÙÇ`bî8¡ï»uv/÷öÉ]¦¯íW7bâÐ$5£ÁŒ>1µø„1úTšÉ.ÏRT;5 †Oëó§ÜK¯üþç{tlN&¾†Û+/U‚M€1ù7[Òi>þT_Ks[S×¶XÖ5Òªóå`€ ŒSû”~[mƒ[ξ+åweÞ$Õ ‚c§Äði½£~“\ï¥õV\¬›c ß²ßN¦ž-SË›‰/mÝÖÉ$Q +NöûLp˜.Qø7æÌeFEÆZ çõŽøVŒGN‘jÎ%ðÍe“5 —Ö;|½†Cëmß¶eà׊à ’fC®õð—R«”•RŒ„«ª ƒÖ­Zà×zJ…1@ëÝ2n–_> Ðz15pÓ;“±—WGpäàK‘?bm6†Œºt&†=³<Š-1ˆçgí{ {äƒ-g‚H±ÑQ d¡„ví¿cÏÿ`s5".†”Z%¹ýôáçÛ£˜2ÙàGgôñ ü-úôÏÓÂGìñ—?ž¿Ç;»Öƒ<^œC¯#­^;ÜC3€“zèZïåÕÃ"£¢¢òXÒ»¶|Õ„‘6GÆÞ Kdf¯Àûk‡Q@XêôÉ”IÓŦ|êVÖÓxI¹ûØ”¯ýzÚ\KZ6{}–ÈüÊÇžÖ“±b÷¼?Ã^ørÍwÏË^Ç6|õ"†Mzk[S2x­×ë³…!×z&†f ƒƒÖƤÖ{Û®X4 XWÇÚýúñ¬Gðz{ežG±HŸ{ä…çÃ㦾8gÝ…|Ѳ¢Ê°ƒ?¼óÔ$¼èŸ¾Üz¥Xˆ+šêÈÝÿž=kš¾¥Sþº5qÐZ¯› EW¶Í}Eߪ'ßøøÇ»Và†­Òk‡îðêžLaßþÒHÖ? Œò±?}¶Æ=­†ØÊ‘P6|ö—ç¦MÂúõz°ð’·¾4éÕ‘þ‹ŸÂ^Ù™Áïeùî0í‡NèüÇ{bþr4Wl÷öÈ·,ù=ŒŽLH>ûãkÄÞÚäg?XìœQÓµu%¦ÇŸXüÑ Äã=÷—ÏÖ\&‹ÄAP“´ùe ûãú0zÏÇfÔæ?cØó«IlYAÇø÷l¶}±ø®ãe¨õ¤5ÙîË?!º0õ¹Oà õÐô8‰)Os õÌÕz2©Ä8š×ÿaØ[Vy8Œ´ùM«|\ÈHi^_MÁ^ÜÏíld±ãl“Z¯GVôi³¾¿Ï­Šê쯸âÒWS±Y›R¸ýz]îþw¬«×ƒBT~泩Óçù2$x#O~p+ ÔëÁ Ì;öÎÃÏ® ±õŠhW¾6éÝãü{Ðzƒ)¯Ìg÷¼¿Ízü! ›òþnÏ÷N–‹$‚´ßÿˆêôïÚ`5Ðz¦q°Zïá×z2^ŽÓ×ObØão}¿Õ%¼˜'´w™94xÚý› ­g¾ÖCËm㈩žH7½mS(è/ÈÇ—µß°$b^ÊÖ—q5Á0•ÿ³&nÍsØ‹[’xýʾ„=<Ç1.ëFf7òÊ9’>Å…©6£ÓéWàHøt5²È­À¿ðaöipm®ÖÅsö·³’îþ È'‘Ö{ß•,¨×ƒ 6ÕˆÀ^Ý•ÎïoX+D¯õr]1ÂB[\ëà-ìèr¿ƒaüù¸ljzrà¡÷'aï9“…b^òæ±ió‚»LljÔk=¼I¦q]f‡ý<›òÏ‹Q¯x Õ†ó{?|€¸I[^ÄžYSK¤2ýôZ¯Px·ñ’ò³p­· ŒÓéœÂPçÍß¼ò0†ÍúÅ«\0,C3€§ ¹€ ÁØ×z*þ¸Úók¢Øƒ×z¨ìÜ)ØÓKC™bñ@bdˆ´ž¤úÚ·bÏXtΔÖã¥ï~›þs8Çhõ•<¿&º3UTáù ú{]b­xh´;rù3جžqI‰ÉD»ýç tʸšAk½ÁŽóúÜÉØ[Öù|}NFÐwS ­'®<÷ÙÃØ‹›ãkûi=“ƒ8Øq^İW6†W‹{Æ‘AÚö†=»<‚!ÁÛ\pâlÒ'îå¢~ZoÀñêÔzóC9½ÎÈͳyÃf;ó‡chð´¡0Zo$´žTÌŒÝò*†=õå6ü­Á×Μ.˜§õPÙ˜M¯`Øôlt¸ê{ÞÁæR(´ÞK+·„tžBÅ»ÀIÙý†MûhÍqïÀÐÐë΋Ÿ7¦õÄÕ¾ÿ†Mût×…€àëg\¯ôî'yç_‘ù÷Þ³A¡×]7|ô6õ çdh´3àÇ'°?íHãF²BžŽÍø9„1X­7ØÑdî{‰®Åö~¤øä¤0ë&´žTL Zò 2ëü£Þá‘ÎCÚŒÐz&q0½3¢wÌÆ·Úæn°>{ÅçêY›Íßà;hol ©îÜìãå~Þœ»ÃÍ'((èâïh ;µÞÀã%"»Œa/ZœM¦Ô–^?n18&>1úúñùÏbS¾¼T%ž¡1íiCa.´ž™ZO"GD¹„¿ÓÒ¦€ß;žŸoû¾¬evþI9øã»Ï<¬Qÿ3ý_Ó''W›¹ÆÊüñoÏMÖ7ê/ÿc{<»_žAA´¹o˜ãEÓ§ ªH¶]?@€Múà o}³/±¶_«ø…çW¾?SŸåÉw×3ú¶¹"ìð|¢¿S_ú¿åΉ ¡1³öÚl¼¿~{e{:·w<3ä—Ø´ï®Ðxý,à ƵÞál~WŒ Àömü»utÉ=ŒŽˆ•éºìãû`Sžxþ¥>T}ïÄœ¬skç¼47ÊÌ7ÿöþë¼q'æä^Ý·ðã?=¡ÿÅŠÇf½÷ýö ,‘An¾ç†è€gxöõO×ûWŠî>^‚êðŸ=7ùßø”'íùâ¥ÇˆòOüyîÖË…ü!š>V5åiCd.`¼3ÊZŒê2 þ â.%B°ŒC­gªì85æÖÕvr ¼Ž;]ôŠ‹ >·ïÛg±ÉÿçTÀ.k—›ðs ãZO,À@«Ã7}òñ|%öè¬ +€Yà^­ZïÞ´žH(F Ðz õîMëåfg#ÆÈh½; @€ @€aÃÈh½¦¦F`Ä­Z´h½N­×ØŒ#£õ€´h=Ðz õ@ëÀƒ†N+/ϲK ü’tñå ç)Á.Sã/¿ÅªôËL@­×P?NQ«•¥ä¢„䘘ø¨˜øHR\":6<.1:3+µ´´ˆÅfÔ×éô™ëôÔw1©JYM§Ð™4•J1Ñ;Û çb¡?ð¬—I%6 æLThÅçÂܧ—&üCÊØ©hQ]jRœ‘2¶&^}¥*ÇìŒnde¸œrr:io&®nÎYÙ™`7`|-¼G@ë54ÔSŠK 95¬Û·o÷ù ú[·n¶´¶ÔÕë¬ê¬Lo)ïjƒô¸¶fa½Ä±©Ž:~û;H¥RßMye©H,¨fR*«È<>W àó<>Ÿ'‘HÆW¿üü}]òK/]´tÙâõ×îÞ»óà¡[îÝ¿;"2ìÁn­VC£Q™L†© uu::½šÅb)ò âá2‰¡‡w"ÀAŽ@~.‘ˆáR< T—xEœ~LËÛÙ¦ lÕúµéšdëj?küÒ u‹<û¬BJ+c$ôÚÛÛî˜nÞ¼‰äÞDµFnUÐzÑÑÑÑÜÒÜØ„þ®ÓÕi5:µJ£P©­ª©©áfSÖM­k“h‰Šút“⬢jV³ì`³.\‹@&“*” â>𛛥ä"µFÉpÐN§Õ'á[Ì(ÛøZ#eçïïokkkii¹sçέ[·nذaíÚµ›6mòô¼„úÕÒÒŒ@Úçø ;ÔÁdÄÅG.—‹4¾Ñ H¡$¥RŽ&F—‘²#ÆzjkkàjLlX5ÄŒ® ržBMÆŠcf§Ìq}ŒtáEjÖ/-ª³šê?4Š73óæç’,À\ÀÁé¤=Z¬ò„5W(á‹¥‰L$•‹e ‰\)U¨dzäzd ¥ eFE&¤)äüô‚€'Ñ¿à õ(­‚zT^]½N[§ABé¥ZŽ®èR ’§éD‡nÉ4Ô¼Õ$w@9›´ÌÙmªMº"ð.´¤W©T„ÌilD4 d¨õTzߨ¯¯C ô§XO«Që´š:¶¾N‡bêKË Õj—ÏÆô¾’P” eæÖÖŒ—Þ!­—ššzþüyBî>|xÏž=Hè!ч4`[[Û-}hoo¿æsU/õˆAgÐéh(Q…Br€>©5µ4èÄ/{VWÓ&F—‘Ó¶47!æ°Y6›Éf1Y,‹‰ £ž¢Tôç~5&6ûO\¶=þþ÷»‚¢3JÓk² S¥ü’äkï´(5ô™ò gf‚Å€1¡õº6õ„ÄŽžB%C²­÷Ô%Zø©µ*=J•FÙ©õ&œDŒ€ª„›Ôñ”Ä¿£cpŒ‰h½ ñí¸Ó¡z*4åUšþè"€´žR^.¯šÕÖaäyfÕuQɸwñù\´–JÅ2©„@.“j=¡€bôIb©DŒ4Bm gi½´´´K—.¹»»;::ZYYíß¿çÎ{÷îooǵÞíÛ¸Ö»ny æoïÆò‰(/oÂ:•R¥Q«ðc¢Óª ¯6 =$êUJù„Ñz55l¤æ´ZµNêê¥F­$´“Q ·`¢RNa~8oO[µúhÐóöDÄgñõuÚŒÐþ"Ìãéõ% íÑVÍÕÇID$JEyÀ€À¨k=¡˜w÷}½¼ ´œ¨Z¯<æC9ÛºA¢¨q,ù´Þ`µñÞxÄ/àZGG‡Z«Rið=½Ð“+”2™R¢–gi™Ÿê¸+îtÜêóâ–;7%*æO2Ú¢ñÛñ!ÇãÖÕéÄb‘Z­B+a­VSW§-)+D–¬å³Ñ\.Cñ(U©” …FÍ©a—Þ!­—‘‘áååuæÌggg›ƒîÞ½ûÀ‰‰‰ÝZOM¡„LŸ¦Úñžlýì˜wgOøAg0r¹T£ÁŸÝ•J%lvÏ€2™ N‹\B­Vòù<€?1ºÌf3›››P—ñ½<¦Ád ÷F©HØ>àW`óó&ûÓá%ÙÕÊO–Y˽½¤ä<"I§U$ú|\•ñc›.°M ¦MFÿ¢cZÖ Wß×jä`=`téÔz]›zúïèÉUZøitjmFW§ÕÕkñë4Z†ÐzÌrAVqØ‹ÍÚdUíæÖºì’°Y(|cÂZo`|ü®àZOÿ=ý¦ÒzRµ¢¨Y¶_C³Ž¿Ý`G¯åÎ-…šõ«¼êÃmåî]\nm]½N$"‡„-õ µ’ …I$ 0D«bg]X› ¦ÆZO†?ÀyýóTx^j«ªR%ÄÖðXµ|6:h.).usõûü³Æ¦$;µÞxï¸N#¤I”„½Ä'¯lTE6*."¡×®óA´ê¢ÛK$Õ‡J#_#Ç|ˆr¢üà*ãzUZo.zží~†“øY=ü_|›?V«kë%§ùË+^«çü]Zö'nö´ÚÜgëÔTð®š6Zëò¸µU2tBW©”²9tBë¡ô'Šd°¨å%HhÔ*¤ Æ—Öóóóóöö>sæÌI}@BÏËË+%%EF&þáÒMoò?}‘÷ɬ:«÷ á-þ3é£&ðÐËeRz5 );tŒ4:Ö_mJ…œè‰ÔYJU¥^ë©Ù,&‡ÍäpXHÄ56Ô756 ÐJ%—•¯¥E}G—Dd9Ž>Ù#ëµú¯_m>CqŒ¨ÞÛOëÍßå³â൷¾Þ"K‰üHⅺͨ¡‘ÀtÀXÓz™(-Ð7ÁbIkQQÃ’%åß|}þ´ËÅÓ.•óþ×øûïM¹9q?-Ì Eroh=7µ8ô%Jò§ÂªuZ‘›†TU»E'ØÕ­õÐA½äD£Ò¯µ¾P-¸DÏü_q苨x h½´^]nœr~_§þÕ»* ñu]ü‹º¼&MD‹ÊµUyq»þ|JÜ^Š?~»<„_¾CŠÎ¨.)+¬fTñ™B¢TÉkx,¾°–+àÐU(©²ª‚F£jµj“>^zGh½ÀÀÀ+W®¿¼žžagg—’š,.-ñyüqòÓS}´Ôi•¿ÿtô?ÿ9±G_(0™tµZÅ`Ðår™@ÀS*tzµT*™`=­¨(ojj$¾”J¼|†øaÁF$ôôà?+YZ\^NFî¬Á`T#S Èqäí`”¤Åïÿo×ÅØª“Qôdý3œ]pòß›½ÖYÿg­ãüu¶T–a~µRFÆÝZÏ?àÃT’"+¾ùWÈœ¿ …<‘ò÷i?ÿ¤NNdÑ)AÁ~Mֿ̈́ýÕª…OòJ~ÕIܕ܃‚ò9¢Ê9rÆ ws½øh“ü$ ?Q¤œ¹¬I“ÔR_$¢ì.˜Ê‚ÃŒG@ë ŒÇÙSHëÊNW§ÑÕkñJÆ¿¥[‡ÓX‡?¿þ­ç7êÊuäŽÛ—SNh} ®…`³ñ»¼J¥D+[¡H@|5¯†ÇD*i=—‰þ,+/AbÏçÉdRâ[]ãKëûøø\¼x1,,,&&ÆÆÆÆÞÞ>%%EW§£]»zmÒ¤²É“E?ýéÆûOǰnBçÌá¤$Oxàñ¸HÜQ(•hpÑ¿èX$š€wŠòò2$ܦ¸¸Ë«EW4T*¡õèt\%€ñNi%ýãy»Ü‚óóªÏVŸ_|Àí¡kï~û›oxJwy 'a͚˯¾ê>y2ú£00v´žT.ö8sJ¥Vð„5ç=Nòù܆Æz¤ì$b¡ç97”*•KNŸukniïZ!妇½D&ý™WúƒŠg­Wr6)XK¾Ó v#ÐVhÓ¨ oRlj¨›ËI¯‡ÎB¥À[@ë ¤õtZ‚èˆÐÖ–fÃ1Î)“w:tõøû—¸Cs¿±©®MÍMhÖwÒܤÁ?ðq¯¢¼¼° ¿ ?¿°0¿Œ\Ä`ÑL*:@æåæ"*ÊÉB ¾NG¯®/½#´^hh¨¯¯¯§§ç… œœœìììпII‰*µyEâš5Á?Lûã å¾ÙA/L#{y k“ÆÂüÒ¨UUåäô¤¤ôÄDDVZ‡Í®ª¬¤Q©ÅD$J­(-1¼2Œkª«ie¥¥e¥%¥%Å%ÅÅÅEEÈË(Í&C¿¯G§«”ʦÆFd¸JŒ#ÆÝýkĨ©åÿ{Ù‘óA™m‚>úaÏïÇ.„âîTFlÌÅgŸMþæ›ò5««V¯ÎùúëÈÙ³Ï=ù$ŠÓ£>¿ µžB%ˆyκ …|´ÒC«;©DìyÞ]¡’I¤"¤õZZ›;µÞx7¸V- û“c>,z‚•ó©VxJ+šì­m-mm­míˆ6œ¶ÖVDk Ê|ÂÑ´^·ÖÓj4Ý/Ÿ_§Z/,,ÌßßÿòåËgÏž=yòä‰'пW®\ÉËË“H$:¥Âûw2^~Y¼ðCÙÞ=ßxcX›4êóK¥ßHI.Ìή,)©*-­*+Ë¿q#;-F¡”æef¢R‹rr2““rÙÄpu¤qû@.+‹Dµ5œÚšnm šr™L£Vwƒ´¥ª ®ãˆqwÿIä Åòí'¿øyf.¹W<‡}þÉ'K.d¯\Iûç?+Þy§ôÏ.ž3'ý³ÏÜC©`:`tçW·Öóó¿^à*ósn=øï¡ ¸D, ü×Ü\¯‹A!˼‰ õºñ2)©ó ÿ yÈKÅ”/œu²«SR TðLÐzƒÕzãGgü"@½ææ.•×ÞÖ~³ýæ­›ÄeßBܺyóf{{{Êl{Ü ´“Á@kZ›­T(ÐN‹"u õõ ˆüwvu(%¡ (:®¦ÑÆÖ ºzõêùóçÝÜÜœÝQðpOJJb±Xº:-+?×yÚ´Š¯¾ -úôʧŸNìg3è…99´ŠŠŒää´„¥¬ ——•¦'&2©Ô¬´4™‘”Tœ—W”›[M™°b‡F£"'W)•LM“‰Ãb²õ WGZ¯²¢®À„ßÕW÷½÷%¬Y7{6g™ó½÷jÿò륗(3fäc’{‘³g£T°0ºtk½ÔßÜ/>o¹r¥>0 ç¸Í…3nOŸ*¼âÝRMkõôÌþtN~txk[ëÓzHî±s¿RñóJÞÐØy_#¡¾Zïy†ó„£-¡õ vôZ‘¦CÊN/ônwèR|Hú!ˆ2[Ù­×¥õèÈtzµ\&EpkkiT ú×èŸ(Z)Œ£§Úºµ^HHˆ——’{‡Z·~ݹóçÊÈ¥©X¡”‹Ä}{/|ø¡ç?>¥&ÄOìgÌò²n‹ŠÒ“’ 9ú35>i=¤òÐø¦%&V•–"•‡¿…R!G‘åÅÅÙéiÕù© Rsµ -µ ñA¢¾®N¥–“Ép•€gÌ&6W^}µxî\ÆìÙü7^—¿ø¢äÉ'Ù“'—aXÞÌ™Ysç^~õU00Fžá”+¥A~P»reëåËšÊr]ÿ‘!¿ÕË‹³dIÐG¢…ßÄÓzÄÛ¡EœÔ¢™¡ ¯ôoZÑé¢'Q ŠG©à™ õÌÔzÝÏ5µ67# Æ8¶Ç­îÜéè÷'þèf;±»§Or¢.9vPeÐå$ß”JEUU¥L&AP©UšB©ª¬,'@Š ªª‚HEÙݨTÊxé]·Ö  :sæÌê5«;’”œPÍ Öp9<~-‚]ÃtrvÀ·0‡¿I£>¿ònd’‹ 3R’ÅB€ÇMON*/.ÊJKU)¹™e…7RSj8l©X„’È()5u¢:eeEccƒZ­b2,ƒ¥ÿuâýœø–v}J---«Ä8bÜݿƓ'SæÍ£L›Æ1C1}ºìá‡9VŽa9þ…žL*áqk«iÔÒ’’Ü${2éÍ&u09æmtŒbèÕ4”*¹ZoZßš×\Ó}0–A Tï+^•åwÌ ,6ÓÍÍE>Î/C‚B.CZ©¹¢¢BBÍq8l$÷ ÷õÐc±˜D*ʆ„!…R‰ Ž‹þôË‚¼¼¼sçκy¸$¥Äeå¤å•æ—”àê)(,ÉûmûÖ‘Ñz£>¿ÄBAFrÒz%Åä¢B$ô¬ãó¸h*¡a½‘’‚ä^YaJ--ÈGILz5JšþO&—vÿ¾ž)ŠŠ àB1ÜZÝŒúÈ:£‘ãb~GÖ¬Žž=›Š$RQ¶ªªJ*…‚ ŽýÞ!…òÍ·_‡$$Ǥf$ff§ÞÈIÏÊEdd÷ůY·êyÆ ¹=›ÉÈNOKMÄ_À’›uƒÉ £%nÈh%ùHñ¡ÔÌ””rr[‹n7s‹³šZZZRZZ\RBPT\Œ(,*"((,,@÷ ‘‘{»víDž†Ø½k×½ =x†ó÷MجsO>™ñÙgÅsæäΜ™ýÈ#93gΙ“¦'J£8¿d‹ŒŠ@rÏ餽™ ¡‡ŠŒw­Gܯr™PÀg1™HÖ¡;T^ºgžïèß’âb*¥ É@±Hˆnܰ ­7ŸáD³ ²¢¼ë7³Ì¥¢œ,ƒ}=½õÐ5‘Ÿ——•uã® lDþñ²¯çãsuñÒEK,~]ºlñ²KÀÏïúƒvUAS@&• ¡ì@ëm”„2 ƒ‰ýQ!êÝÀÀUb$åÞSúpÏB¸gè1$$ë"gÏΜ;·`Þ¼Œ¹s‰ß×Cñ``ÔŸáDª­œ\6(P‘‰±ÌC7hüŽŒnÉHÔ øâBÇ9`ÏþÏ5‡«kcIë[ó†ã)5dׂ…GÒ„}Ž`Œ1.çÀü_È9n;6Ï€û ókQŠ®nüàO}çM‘€5€Ñ×zrÙ8F”{ø 쉅¼>ÇCŽŒKŽ÷÷O®–uÇRw½9uæ÷^4‰l|ÛÐRVQ´dJ¥Xf*XÈ¢ÒÙhM1Nzd8dý´ ð@qw‡Ó—3oCr÷q©Ó»ØC_úÖ c^ìʧ±™Ëb£{Ã2¿ýà}Svˆ2òKyR°<0cZëÉè—ç`Ø‹K|ªDÊ+ßê¯Ø”oj'žÖã'oš…½°!IØsê‚S >üü÷Höð® …´x߀^„&R¤#qƒ®­LI/“¶´êÔ&ÖÆy¾Ñ¹\F1’óBÁ/ 8¼øÓ?Ïx÷åÇÿøñ‚}Wrù挂áõÐþ1ã@žpEiÉQA¡¸cøGFÇf—0$”TB ÜÕá ‡‚¶t&†=³œÄ‘ÞÓ ènw!¹ª ªC­ÇOÚøBWÁºaÝ_ûGí> -’ÚôSk?õ ý‚ó¡¯ü}‘}6o,쌜;Ýïµ­7¤ZO|òѽçègñ»{“j¤‘]Z¯æÞê¼D¹‡ôúŽÛçxÈéº F¬k©HëEò¥=‘JmkG›V9gW(ë[ÚÛ›4ÆÏ¥×z¤bU{³Z9R‘sâ÷}0Ã^øríQ¯ËÞV¾zÃ&½µ-’)½¿µ!¾WĬ’8ÿ€àäìRf OÈc3È9y’††‘މf˜hˆÊœ?™2iú£Ø”OÝÉÒ1{ãT%]Z£¿#[¿9å-›ñèÚÙüö»‹0` Ãwþt ›õÝ.×ËþþW.ØïZ½Ù«\ ×0Â8ÐzÏ~öÑtì©ù—*ÅÆ´ž¤:Ææ—ŸG+sì±?}¶Æ=½VfìzÎ ü÷l¶}‰DΉøi:öôò8^çYj#™½ü{_ « ?ôÃ;OMÒ×öå¶«%¢µžÑü½'#ùܯM×ïM~öƒÅΙµ]¢UB;¾øãÁ“{ežG‰Xßæîðêž"qÑñ·±©ÿ ºKg¥ÔÀŸýå¹i“ô§¾8gÝÅá`µ^\uãÍæ:­F«éB­PÈôœØØ°b³/,<&·²VÖ9:Bf~B|‘ä—ËÂãe|fQr|¨>sd\…+ïÊÌ)IK ÷×gˆŠŠÍ©âãI2nÉ7,…*Á³‰¹äŒÄp?ÞžÈ7ixI1šÁÈUÅÄ}g€;…ÑK“!Ââ«Ûæ¾òžúä_>~çñ.­'g‡-zï×0¶¢OSñsýãç'Î5ýÍ8øõÿ^Æ+˜ôä;?9ft6‰¼ùË7_xœ8ïŒ7þµõbOÖuR“·¼¾—GùFµû,0”ðãW?‹V‚þL#© 9>i^6SÖkôsT³Ö÷wméõi¹éùe´m&MwOóÔèõ ­gTë½2'n×[MùØ*KÐWëñ2ö½= ›ùÕ®Ó~AW×½?{l®{©d Õ¸”éûí£ØŸvfôgá%mx{vU.ýj“w¼ŽM~k…S@,É÷øOhÁÿ¦e¶À´Ö3‘¿W/¤¼Üë—®‡ÅÆEûÙÿú †½¾¸‡ò2¼3 ›ñÅÖ“>ÁÁ~O]Îãm~jáù¤ÌŒ™™…4¼×=ÈtgõÙ°w~¿êfÿ731쯖9ÂAj=Z}kJ†Ö¤8 ƒ¥iHl1W,–Šj¨™!!Ñ"¹²'©¨F,•KbMëÍ&EM^xH`dµV&2s#BHúÌ’Ú¨€À”*_"•ò*Ò‚|ãË:%QIø q[«F^[àŸ_-V(U_ÖØÖ¤&žáŒÌ©U#ªÕ6´ÜºÕ $›yÞ~-4˵Q¿>‰Mùâµ÷žŒæý¯G°ió9ƒÔz½´Œ)/"Æô­mB"£‚¯ùg0Gáú ¡ßõ Mf·tÜnÑ*z§Jj "C‚Ò‹é1Ÿ]˜AÙŠEZ/È7‰ÑÐ^¯ìv§‘H*äP³Q ™Ta—ª2ko6à–â½Y`€n8¼rlvJ¤¬ O>2ǽ\,ÊÚûöä¢Pññ—(ïè›ØÃoo<‘”’âå]%1ixI1žÁÈUÅÄ}g€;…‘J ïŬèµ/bØsßí;âwáÈâ·&wk=Ãý>ƒ«_ç¹¶{…FDø:.{ _!ÎÝîêtÍvªëµ=™†Mºìã±ÞŸ0ìñŸ)“˜sË3¸<ÊÌ7¨Ýg¡DRæüÉCØôoÒÙ’ÞIwA3}ònÙœe½f¡£šµn¼¯kKÿ)i|~iÛÝPóÔøõ ˜ÀZi‡{@Zk½÷\*Ä‚bç/Ã^ÛÃ’ óp­÷µ ’$LßÿNÞ[]Kä—Tzþk*6kS*Oªà%á«ñõ‰"‰ _KP)Úå¯ÁÞ8˜#Bñü´íÄf.â¢xú5$ß¶ÉEXAóÿ€½†&¯0çÐëHß…£< ƒc“ùMv‡vù³‡°¿Ÿ¯–v¶üù5¤Zà }ÚŒv^4î¬A6”$«ðø;†½ë€wÖëú7S±7ç ô7¯ŠsŸwö¾Ù¢2÷LÁ^Þ–ÎÄ-opFµû,0´ʼ׼÷†=üâ§‹x&Sˆ{¨ù#h¦OšÌfÎ,ë稦îøCxm19%{Ï/#m3Æ™7O_¯€Ñ`œh=䨕×<…½°<´*§[ë Ó~ÿ#öèY]EDå.ïaØîåâVãRÚµoÅþr8_(eîz{z9‰£Àkûíå~½˜±(’kBë™Ìß«|òõÝóþ6ëñ‡0lÊø—ˆõÝé×ò»k½:ÛgrcV<½ü[špPZ/ºX¨PªTÚ–Û7•Ò^KSüòBG2-¦\ÝZ¯è›„î}ìì耾ïx‰Ì“5‹òHY¢öÛÍj¢’¬ߏоZO)©)O  LLÏ® s;/}„ƒLjþy[ë}ršƒ¤Äþ] yGn?­—oó†½iU4¤ZϤ ­”E‡FªO²9)À?[Ü5¦2 ²uH@|m}ƒFzw­×5"aYtH@·ñÿÙ; ð(Žÿ/Ü]ÛB‹µÔ[~¥B½”–*µ?ZZ¤X¡P¬PŠC‚C”7’ ÷ä4îv¹»¸ !ä?»w '{—‹6ò¾Ïç9îfgfw¾#»/»w)ËOnËNü# ÑØLÅMÒ¤ÎØdІˆ‚ÿžÛgì æü’+Å™½3¨×ü¡ÌEcFàÑ7GPÔàÙKÖœpŽÈ‹5&*.¬XlûyGÛ™B«Wʺ½v ¥÷}RnK½^–ׯ“¨±?\Oer&»|:ŒzìÏ€,õ Îl©šzö¬@ÔŒS^³‚ðŸgA;,Ñ\Oã=?-žÑ—ê5ãóÓaÍèAǤÆlºÌ2µªéŒß–k‹¯§0¿ØŽM÷§ÛØ%5Ì‹ˆÃŒ×KR/ õ+ï‹©aÌŠk©LΔ«Ë‡SlñÏT;¤†kÈ3|Q3Ny’æá?;Ï‚ö#“sáƒáTŸ…g¸i:÷ ŽcRS6f™Ú@ÕtÆoãµ…uJ*Ï/–ckÆŒÓmžjZå@‡Ó…¼¹dJv[5¢èÿDa¼ž$þ2¹üÿ£{ª,ŽÀø-=²ˆÓÞ-;ìà<ª× §ø9ê^O,Mq[1–š¾Úà§I½gnóË–]Ì3©ŒþÆ)Iù"_îï–9¥*¿×˜_$«×ûR³÷…d2íß kŽ$Ötq?úÎÅü™wÿ˜A ÿÜ9•mžjmly½{¥ùª] ÁëU°x=iï¶åÕPqEI¾¬ßåq#›ëeké•WQØ”×£‘äJ…ä²9± 0Oœêbé(©Ñìõ4í7_šÖ¢kæ$·ïÇQÔ£¿{$<´í⤛§¨1ß:'Ò‰ZF—b_¨w¨ZŠÆQÔ¼ž$+ÁÇÞÁÆ•'ÊËS=ƒ¼íˆ—”ËúTœ!ô´vp-¸v:î–žÉåMz=qFô-çRªDÔ¶ø_G@S37euÎ&ƒ6"åêÿ¡&­0¾áuËKŽûÉ÷‡Q㺑¦˜3#ørÕ4ïpd{"ûR AmUÑtÞÑv¦P_¬ÿ§‹9ûŒù¶a™j?¯—möÎ@jüJÏôæœòØŽ_cþ³ó,hGÄ‚3ÏQÔä5^:÷`+½žN³Lm êrÝØvk‹¶ùÅrlº~çi«èv^OœÓrbŒ_$^ï7»1%ñÚ¯Óèß zÓ*™NIñ¢¯ÀǾ³õœ½£…þªçR ͦ7eîœCQ#^ßxÒÒÞÞþâï³É8;&’Wžî»i}”}ž;‘©P9Iö¿U‡Ìì¯X]8üaXfŽTÄ=E‘IßœóŠÎV|¯)¿B²}·Î¤¨éËZ»“Ié´ï¹>òæä$^_MÊŽ|uí±ËöŽægÏØs²sâ¬ßD zyó[G‹³úæ¡ÙY!Ìü²m¢±JÙr¤©×èsÐê[™º†:Cxþ› iYɉ1Ññ2b²sÈq¦4\vä’œÙq ÷õòrU6Ñd&8;ØØß ‹Š!5Ds9áÜôºþ8úG]œƒx„8¡0äÖUÆë•å*V"IçGEpããã“ãùQ·íì¼2«jJs3c½ln ã„QKõ{ÕX˜Íš¨¸°gP[UR5w´œ)Ô—&¥æ¤ÜÞL¹AÏþxÀÔÎñŠåѯ&0^O¥ÕŠõ+ï+óÎZú‚Ù#…É™|õKæ‚9Cž¬¿2¶·¿¬ÿÛKC¨>Ïì ÈnÖ)íø5¡γâX«/ÇS#Þ>ÃÍÒø3¢mÉôÞýɲUŸ¤OÑ6Ƈ׽>Š¢F-·—è܃ÚÇd“Ù²u™e,µéëÆ¦i_[Ô§$ûüb¹Æh"tͧìëFïAózäÒ+Áù§ ^Œ@Ë®ŸÓ‡þI×É/þß±[I¢†Ì¡&«þ7y€ìpŽ}lá*[¡¸¡Qý#Nƒß7ËQØc&×qÇÇOc~!–2eáÏ’žà²ñãû yÛ"Q齦üŠMHö×ÿîù ýeÑoØøyßXÈýB&×i‡üÈ©~cžýýF:™á¿_0Šb~Ú÷ÉŸ3•'£¦Æ¶‰×SýêеxI^^ó¼ñÅéÉ_/gÙßV°u»œUT˜/!ScCnyØÓ5»º]u³±¼.Póz‰·\~¦ÞõfxJi݃êiŽ$|ÝI·¿˜T˜Ÿ®ë~Å-¿f'xž\ùÚ,ÙŸR'§yï­;ç,RÈ£it)÷…j‡æ°¤°¢Îáõè—y·±k®8»ù†'•äåd$sý¼œ­d/ 8FZóàA 1tô°O ö”u·ƒÍU·‘9U½žóÛW™Ú]ý¹YU꙯òµ}'þgÐÒL•YÓY› ZÙ[zÔô >ÊéIŽ_ §½gνµeÑä²åc裯¯½N.Ò½X—ö êëŒHÃyG뙂eiR<òìhýËŸŸ(«³× sÞþóVF[y½±Ï>3EùæÒœw9Ç6žñu<å5+ípž%žî‹ñÔð·NËüë{̈¶%ÍÇà—·æM$ïÞ1sÞ^{Ñ?-§=ØJ¯§ñêN»×Ó庱‰ c¡öµ%>GÍë±Î/ÖcÓºæÎSMë€×ÿ’âšz5ÕKÉ&iYmýƒÆËNI^e]ý}úñKµM U•VÕÖÉjxp¿¦¬P"+˜[RQsÿA}}u†¯åíäŠÚ²\•JróK™²’ÕERY͹¹E•÷d5ÖÕVœºï—5§îd Î-êGMøÚ08=§i^Iyum]c×Ü«./̓ǼRsñÊ’¼‡q–H‹+vf]mMe¡¤ñŽÕ½º{÷dÛêj«KóóÚ·;<M4S¥9µÉtæ?µÀüÂ<…×kדˆs@F”.ãð„ ñ‰1œ°[öv×âKÜ+–vƒÏŒ0ýéÉÕ{ìœW¿Üw'½Ù rR"îXIÑL@VÈ~æ2 ¡ ÓÎ/ÌÓ.Ny½èÁd&ø»¹9Èžè³¾zÍ[Yñ ¾¦DÚUŽ?;ƒ{ÓJ×»¬x™èÍV J–› ª|)š È ¦¯!ßµIB(è´ó 󴋯:qa¹Âã™÷*ËòÅKDRZ[ÿ û› ÒLÀëÁë¼€.àõÄ9"Fy=Q6€^àõàõ^OV ¿€£c¼-#?/W,ÊÎLKKOMi1™éi9 ÿ­A“—›+‘HD¢Öü'‰$G”+·o]™;Á‚5‡>Ü`Ô“ùx“  &2þCàõ@ç4zY™é¡Á¦FŽÜß2Ž>@ЇÊL™T,ŠŠ·¼lvÚàDË8sRßâ’ixH0©ª½êìÊÜâ½ÃòŒ Ï)(Ë%$§Çâ”}Ö•„ÂÂÍ+Óðz4"‰B‚ÎÒ÷¹s;"$$2¬%D…‡øÜ=wÚ &ZP^V–+‘DE„™žOJŒ¯­­}Ð"ÕÔÔ$ÄÇš ˜+·G]ºãVrTU[{O,Ê>sR¿Åwß”îÄUWŸ=ež’Ôu²½+¶i©Ée¥%årlä?ûÃh×9gÜ€ NÞqm;œlm­zH“F„BÐÅòÑv»fÙ=x=Ð9½Þ‘ƒûÃC‚xQ1žìoZ ©JæõNœ ®ª®-DªJMNl:Õ£áîâ#ä‰s²;?_n5z)ˆ¤Kt\[Aª«“Cj2ˆP QˆºAîà¶“+Cx=Ð=¼72<šÏ´ݽ^l\Ìqý#äµ ½^Ppà©3äµÅ^ÏÆâRvfº(;³óóÍ6£ºûÐC‘€t‰Žk+²2ÓÉpíQMF 4 @#Èßvx=òR}Nn\}ÀW¤%(Âæ´sœ”y/uܼìÓÝwEZò€öôzaÁœÈ0!#ä¸QŽ6ú'9v²ÉÞÁ†d“åoDG¯{þâÙ¬¬ òJÞ·•×#FLòÚb¯g}Ù,;+£K°â/#bpj¡‘€t•¾k+ºÐpE 4 @ä.Úö.æõDw7Í0z‰©F•—É»iks;!·5BÂ96ŸêýšuyŸuãûÑÔèÿ»ž­!/ùúÎ…ƒ©áïœáäÐ)9Á»fRC?uÍÔ’§i[4¹ë{½¨ˆ07*ZÀ#ØÙÛ¤g¤ÕkÉ@²Éò7¢èõˆ¥b½ÿC,^yyÉ@^É{’¢å~¢×ÓT§L÷õš¼¤Åëee¦w ~Ü)óz÷€ ®ÒwmE®#BF!h ‚ÜEÛÞI½^^‚ÙË5÷@”D9='ÜàÓg_Y5%OÃqfßþm"5a•—¨­¼^¶×¯”+”pO½2tÌâWã~ô^Ýë©çi?Ú¤É]Üë…D…‡ò9QB>— òèýºû¹ù’I6+dÉ@²Éò7Ò¤×k4z555EEäµI»§»×Ó]Z¼^fFZ—à—ÝÆ÷ïÝ»WSÓ ©Î ¿øç†%Í)EÒUú®­èBÃaD(Ð(D D»hÛ»˜×ëã£èõÄaûf÷Ÿ³?\ò0C®(N˜¡xc‘從Zx½vöz‘á!¼¨H2J GŽ|ðà0ž'ŒãʈMHrE%¥E䕼'›H’M–¿í^OÑ襥§˜š’×&í^ß×ËHOí¬þÛ˜¶zÕÕÝòÄÓ ¨Þ‹s›SФ«ô][Ñ…†+ˆP Qˆˆ wѶw1¯'‰<8—ð¾c:'#èôŠ&ô§+0îù ·²ŒO£ÙêŸC—ŠqÙùѼQ½HÊÀ鯭»ÌÉQßcNÔåuoÌH—1ëùyƒ¼^~ªó— –;§6[U*^5Onœý¯ÿ›9np/æÀ†Íþø¯c-i*½Ã^#ç}vÄ7#· ‰â¯Ì7HV|Àä—6 ÏQðzJMfŒâó¥‰vËÇS#Þ9/”t¯èŠàs£2¯w¿î¾âC›>Ç‚L#¯ä=Ù$óz²ü¨x=ůSÅÄD+½³çO{Ýö$¯ŠväQÿ–Š×kLÏÈH7·0³¶±LJJ”¥4~_Oö1!1ÞÈø‚•ÉÉZ'«×KOKéü¾özÕÕUêTÇ»XñêcÃ{Ó#¸ßèÇ_ý¿c¾âÊ*ÖÌ‘ò„S´×»"mN)6r¼ÉQ«ˆäÎ;ºÆpMå_?²zåžkñ:æOá¹Z½êŸ› #FTOnTr˜Åº—þéß#б³SAnÆùºùgö.íõÄ¡{fS}æþzöª×O'SiƒñõéÅÛ~~þ~þñ¢üüŒ;gR}ç¬8fwýšõÁϦRÔì"åÝ¥¸¯œLQãÞÛvÞÞÉæâž¯æômôzŠh¨JÉëiÈÃ95o£éWWë#ß=JZ?ü –ŽŽû?™DQÊliÅ7;8]±=·ííQõÄŽ Q[“sX#£æõ†¿}Nм^h0'2œÇ‰$ȼ^Ž$[$Î’QU]°o\ßš¼’÷d“ÌëÉò7¢Éë%&&œ9wRnôÒ’OÑF H:y%ïIŠÌî‘<ññq:z½Ë–—ÒÒRŠKŠH)YmAÄè‘WYÍ$½°°€/àš^2ÖÝ륥&·)ÂÀ+&¦W#’SâÜ×Î0òÝ3áIÉm²‹ûi§WY©B¥4pßK(jäKßï:cnkoyáÐÆ¯?Ûé—§–³óRò)ÚëIšSФmúŽ!…ë°åÅAÔ°ÅGýã;ç ´ÙpmW’üþ™KõþŸ±@×ü>{ž ¼m.ì¨#ìaìÞ¡h‡ÙÑRŸæmH­-RC>²Žéø¨·K—–*vbËfqKãÙîã¶=Çg§@‡Èw–u’­/TÏך›Ó²3{—özÙž?£F|j“§õÆüDËwõ¨¹a¦:.B=º-@¬P*?áÒâþÔä5 ÷¿ŸáȚ©*¯§1âÉü¼ë·P³v‡0f-7ú µ@_(Õµx^ôÙ)êÉ#)[“Ù#Ó­Ÿá ð  âD„q£"êÏp––•øíY‘v‡¼–”“ “wôø!YþF4y=3s“¬¬ bèRS“Žëø›È{’BÒ‰qILŠ?}ö¤Ž^䌋‘™Dý“ÇUê$)2k# {×Ý륦$i"…gñÅHŠ½ÜŽŸ¨%MŒËOã©ñß;Ç6¦Äß9øáS/ÿjÍMNj¢¬nl9`\S]]YQ¡L^àæ5éGçô2ÕM•¥™·õÜ„~dé4ãÕUC¥åLzYºëÚW?D~Ó|Îg»Oîùvá´AÌMóùË H¾fd«(I0ýlæ0æ¦bßqÏ~{:L¡øãå·æõ¦¼ò›¹ °ñØ cl7¾ùÈ æÁ€Ç_œ?„êý†“D¶©$õÚÞOç3wêÍxc£ml‘zÓ**H@T£”qöyÕ5³÷ÿŒøM†7ÑïðKCF¿ºÙ&,¾…Ôþ€À2\eMžøÙÅ…#O¸½}&Õ÷uAJ›íº$ú2^O‡°ËóßÝM_%^ê°£U cbÀÁù¬çÛaŸØòÛï0¢­?Bõ_xØ/I)=‘sù³Qõüéð”Æþ}b—ob3‹è6 ØÀ¨KKF5ì?rƳïÿ|À.8¡m›ß³C÷Fõ2ù©w9î•ÜúiÞ–1a¼ÞR«èv‰€Ö“šz»ti©b'¶l·4žWÂ,þ>>;:D¾çQ+ûBý|­©9-=³wíg8E!ÇÞ&“|ðœ×\åˆòؽ^Žïú©jûþ¥›âofæøü>•Ò[â”V Õëi¬JÁëiÌ£lÖr¼WO¢Æþä™ÉÔœîöÙ0ê±íÁ9º/Ⱥ¾b45u½Oë÷õX#Ó­½^ ßÝà@¿°àâø¬ÏpÒ^/Õ‹¼œ~êù Óì/“åoDÑëÕÔTWT”Ë8{þtXxHL¬ððÑ‘Q$ÅÏß÷ÔòJÞ“’.òHC£ó¥d(z=Å:ù|.)E.fˆ¡+++#ÆSV3y%ïI I'[隣ù¬u²z½”¤ ÄúýóLß^Cõ¨¾/"—Z )Z:ÿH/5Wb´gkÛɼ^¹RÏoGP}§–•«nªÈ Ý9¯5úím†W®ÚžúíY=jÐ[bKɦá±y5‹¥ÇëŽ?̤'Í[œµw»jwøóÉ5ó¯°"ݳU”åq.;\»ã}ëʉo¡¨Y;Êÿqùª»ûã]¨Ù{¢ éc+ϹõëŠÿÁNWw'³ýßÎíK¼ž£„®M°eÕwî'ïx9[>¢æì‰,Pk]9 ˆj”ÃÎÓýäoNZXÙÚÈq¼žØtxãcBñ­è ö–á*k29íÎYç‹—'Æy1^Ϙߞ£‘xŸ}sÈUÖEž®ùïÐW‰o™uØÑª…QâjeianiazøÓ±d¼m¾hÎ|´½Ûn‡vüiæ:>6Œ˜í¶î:yæ¶[ ýûÄNßøfÑmhQ“¾1°°²¹lxæßËŸ'3·ßü߬¢þ‹áÔ†Ó„4ÊÒÖÞæ’Ñ‘Ëfõ!aÝèÁïDÓ<öæ¯g)lh?©©·«¹-mÙ,ni<5vqKÿ‰‘oÇyÔêÅSõ|­±9-<³wm¯Çü¹(—kßžNºgÒ——b$l^Ïç÷)TŸ…Ç=ƒƒŠˆÉÌW5qzK›òzšªRôzšò¨x=zc~¸)óz_ ù3(G×âYž?£&¯õÎÑôÛ,ê‘éÖ^/À×;8À74( ,$ ø gIiqʃ¦—W–àF¿¦Ðw÷J“<ýþðïä`«õ²RtA¯W]]]^^&#>>–ؽ#Gq¸YÊ©3úÌwëôe‰q;wþÌÉÓ$gc)Š^O±NBDDØþû’S»WzàÐþ+ÎN䕼')$l%yT*l¬“Õë%'Ƴ#pþyR¯i¿Y2‚šú›‡PaS\¨ÃÎOž–}ÁsàÔ÷{Ç ®¥¦QÓÖyÄÆÝÞõ89÷™òäEBìþú話}éS^üîÐU~“dúý‹(ÿbéÄçÿOß+†íxv1©©®ª¨(S¤4Î`E=F{«2•Må"§¥ƒ©ñ¿Ü’ÊRÊ’/¿­GMþ=0¿¬¢Dxt¥÷¡«„Ù$r|Oz|·€É–dòE=s&±TçlŠû-O·zµ7õ²iz¹jñ²dC²D=¥SBŽ-Óê­þÔ”õ¾y²R%1OÑ^OL6eÙ¿?šw˜_,Û$výl5sKI@T£”zæ9Šz|‡OœJôbÃ>EøèBP"ÝgÞÖë‘_]xqL×Zl~oöæ ¿Sþ|Î;Vk/[á-ËÀ1~£1¢Þ ôhi÷@`®²&yqÁPjÄúA²†ÇÞÚF¼ÞkF:ìú…GÇÊ¿ÔÆ…|±5ïߘäøàK?-œ5nüà#‹Vê_&46ªÉ#zÒû3¦5kóµ8ybL°þ¢Ô°IzÔØï¢U‡t Š4Æ¥X<>Üîgb&G}~9sÌw.išooå'Y‘˾1ÿ×GÓ3œšª’{=—L-ytóz:WòzjMfL÷öz>ÞA>!þ¡ÁÅg8KÊŠý÷Ë ;Kû»X{òZ%Ž"¯•™ä57ôtÀ¾ñ²RtAE¯WUUVZ¢ _¿»'Oë“W-yd(y=µ:CCƒÿÞ»;99Af÷N“½ä’N¶j©“Õë%%ıiúÁðþÏò޹¶–Œ—/…'Ê7q=6<Ñ‹öòÊ}çÍLNü{Æ“›Äwúa<5âÃcÎîW=ÜÝnóc½èêM.SÄý÷Ç{Q#­9ddzvßwóPz¯ôŽ'›˜lÔ¿œ4537<²þµ‘ĺmº.P?¤¿›h”—•)R£ÿ)°+¢P9´y:5p©KNCJqü™g(ê¹ó %åEŒ [â*–åôÿ}25î—»R&›äƗȹŠ,(Ó5[Y~œÃöŸž<˜\’÷:”¢=`B±jñréíÇPÓ6哪7N£~tU,?¶"¹×Ë¡{Ó4õ;õ_ß”ª5D5Jñ!§É™hÖ6/At|¬y¯Å…˜~:š±Ô0Xtò­a½[ëÂaJqœ}„ê3kù^#;› »–N¢¨™›®ñµôò¸ŽBYQFä¢eöî;t?¶ÿ ° WY“çí»i¿úñÞýžþÓƒ>¶O™×Óm׫N]ºlqqÏÓ髉WVí?ofrþ¯&PÔŒµn1 q±ž[fQ}žøþ°¥ÓG3ƒ“ÖñªÇnó-É>fñïGMÌ.žØ²ìñ>Äë]àh ¯BqÙa {ñÇ='ÍÌÎýûóƒ¨>Om¿ËLCÁó'/˜ÛÙ[íþx*E=ò»»æCÒa_šÂ(Gà)óz‘×ˆó¯  ¦®q—Õe½l5mÍuáÃŽÓ765;pûS(jÐGîê|$\‡å£¨«Ï®}¬×°÷ÃbéD¾óª)Ô˜/ ö?Ó«ÿbcncÿ>¾ãnl3‹°ÎÝG”|r#ŒÞLé-¾©uD±ö {g)Í á’ExÖJ}3 k³sÆnáÑME•~îµ~ÔðO­j{IÐ2eÔ§¹–̬kˆ–üÑ×7Ó^ï2_sLb[í'5õviXД¥Ø‰Zfqs–͘Vv1ë°×¸ÆÆF^|Cš²ÚM67¹Î+ÆQc¾rä)Ïf-ë¹¶¥^ëhj‰nª8ÛYFrÎ#-‹§öa¦©¥,Íií êÔ^oòгvŽ2=‚Sò,„osø¨‰ó ¯;×l2–êÿºi¼´ /ÉvÉ jÐÂ-ÆŽÎ6NZE‰óÒn®™A.¯^Y}ô²“‹«Ñ±M#sTö˜é³uéçV6wtqµ=ñõ¶ßfÑTU®~²zòwï&H4åÑÍëèV\Éë©59‹52Ýúw8ý}îúûø…ùTžáôÛ3ª2+ˆ8»b¾Y‚ý·iwâí¾)ZEžzš8>ÿ½ce¥è‚ ^¯ªª²¤¤¸õ(z=Ö:ƒ‚wìÚž”O,^]]y%ïI I×^'«×‹° ð>ü€¡ïœ  bùžûô°ðˆ¿€Þ|öÍÔØ¯,"óGÙ‘³Ä¸ïl9)üÍ¢,6 o(2fùeyÁݯ  Æ¯pŠRÊF6Eßý—ø±Ù;=…j‡´__æõJ•»>”ê·Ø<­¤Tecš.u5¤%œyšØ°s ÅåE‚Ö˜sìJo)“MrëÛÔ£;"òKuÌVÈùg>EMÿê¸óݠЀ«ûžíE=s:¡Xµx¹ôîªñÔ” ù Çö‘kŽüØä^Ï!‡l Ü8•\mŸ¼Þ@?‰X=Õ’€¨öšÐßàY•%ó±?opd[£ƒ ?C [øÉóCzÏZë(멘ÀÓ¯ ÿóš@VC¨!¹¦¾Ö•§K/‡^ §¹'v0Õþ€À2\eMžû· êÖß/éQÓ~² Žá]ÛòÕ÷ÕóÍÚuèÙWPlòˆ’ÿ²j›å$lœóf)dú¯ô£&|ßÐv¾çîÙTï—φi/_±åÈøz]÷C”jKO¾Ð›zúp ýtÚ—¦0ʉºöûtÚ¦†*¶îÄ+ý©G7ºÓõp®ü:™½ÜŠ£~Ø|¯ŸïKq6JÇ# 6"£gþ¾»~§ßÒû‰­‚h^€þkûÌßå`òÖjþ?¾‚†þµí¿™E4Ì]G”|ëá­¿ç’+Ë߯qµ(Ö~a?гCS¸T"ÝôPlªQ[nDqxþÞÎç·½7ž8“/ĨíEÛ”Q›æZ2³ž)´UÎuÛ8ƒòi¤æ˜„µ8ZOj,Ë—Ö%EË,nβÙÚ.föš×ؘƒEý©G6¸Ñs3Êñ—ÉÔÈOÍ#µ7­Åë¹–ÃÐm hZ¢u,®t0êýÛ‘óHóâ©}˜il©úÄlõ êÔ^OY£ÿïz–âo³ÜÝöêÙQj裋·àÈ~nEÌ1þñiæë–½F>õ³sj^^8Úy÷²§dw9©!Sÿ·év¦Ú¥ 7~ýÂ$æáª×‰sÞÙîÍòëØ«’&»o~e|¿!ïØ¤jÊ££×Ó­¸’×SkrŒ7{dºñïpúݽèw7(À78Рø gUuUÀÞq~±UåDó̪¥‚"žYUNx²Ów•þÄëÉJѼ^eeEqq‘&||½OžÖ'¯ZòÈPôzšê ðûsÛ–ÄÄøÊÊròJÞ“”&ëdõz1B¾:ük<Þ{ô!ÌGnÀÉ×öšý×(ò‘ã´r25àÍ‹ÁJE"m饿[Û¨ÆÞõíôu1Œ¥×{/ý+±û½¹ŠÙèMôç'­tä¨Ò¡“ÄëU–—•(Qš}ó‡±ôÖÝÎ*SÞT–i÷Á@jª[RYJI’å{©‰¿ùå–”ñæ"f65˜8 SP̘¸¿"òuÍ–ãôf_jî!~>“ž}u‰ãõT‹—K½¯çŸßplc¿÷È)e6E3^Ï>‡lJ·|«?5fEÃ&Í€¨vœÀOÿYú?‘N[ZÛÙ0عøGñÃ|ñ£‘d’O\a!/Âqúi’Ú2;t©Y .½rž¹h¹)è@`®²&ÏÝs—Ïá{Ÿ~5î3Ÿ«¯·è\³vÍqX1žý•M“-Ä|Érjt禹í^4œ¢Ízë‡}fžQÕ£â8þ8‰ð–QÃ.xŒ×{éL¨æðF(Ö !÷ö®Ùõä¡»ÜaÄ3¿¾=gü ÞÕo𪡥l‡¤Ó¾4…QN¤‡Ìë…(Eø4¹Âzlã5_àù×ì^C?4 ÖvØ>\ŽDp÷0ó/ F\]÷H¯QŸ^öwÝ4³÷¨eÆ¡‚02ˆ±â4ôï¬?oñšYDã,ÐmDÉöؘÈ÷Ü3‡x½u­#Šu¨°&*Í áRpÓC±‰F)jļOÿvã«÷£öªNs-™YÏÚ*ç\ÝÀx½-1iq´žÔX–/­ KŠ–Yܬe³•]Ì:쵬±²ÙýèÆk\>×å×)ÔÈÏeñÑÖ´–®çš7é84-ѺΠŃQ|GÎ#Í‹§öa¦y^¨OÌÖΠNêõhž×»àëèïCìá„ÁÑÚÚÚ¤´øèx~aqAÄÙ……›‚ð³…¡úEçŠ"/Fœ-9Qt¨,ÅËßxY)‚¢×«¨¨(**Ô1zdè’W-yd(z=-uúúùlúc#1䕼ץN ^§FØ••ÕgßÔßœ¸BÇñreû¦aRùRc՘»Æ,PÂH§•‹pîÒ‹Þܼ9ŠÙèMVߌ¡&ü`ÇQ;ª£§M˜'ZKU(Nqú‘~êqÚ{ëY;^±7?»oõw¸g–HýÿœMÿa”¦®îŽg×¼0ˆÒ{ý”°”*aî¸å05äÒ&î§;R¦B‰ç7ô »ð<]³„íœE.¿=qÅË×ßÿÚÁúPOŸŽ/R-^&»¯·> þ( ØN"0èùUÇ­\=<O}7‘¾¯'"›Jrîп41|ÑZ}ë«N—ô_ä—ª7œDµã^¦òXºUh¹b Eõ!fï[ó€h&‘ô&Ùós»­Ü¯º4àzãnh{/Ûý8õ¥¥¼—CÎ1-72,Ãõ¡×£?  ¿G|wó3d^¯»frŽúÒ:”Ébññ0jÚj·(Ù^Bo™îþáÕ)$vã—÷Q¯lo5î‚w“ñz§C5‡7Z± *rÎûžÇÆÇÉåÛ‡Û/Ú8º:^Ü4¯WcKÕI§}i £œÆë½|!D1‘jøÁPjê×0ßCÏöôæÅ .ëaßÙ-»¸åèt$\?gRƒÞ5 '½æ{üõAýç~üòðÞo¹IÖç•“¨qß9F*é6Æ¥\<:ðÌÛƒ¨¯Ñ>¢4 õDÅÙ¡)\ªnz(6Ñ(b¬¬nx 4?­ T›æZ2³ž)´UÎqe¼žI„ö‰Ó²h=©±,_Z4–ͳ¸yËf+»˜uØk[c¹!ßBßÙ r%VoÜw‘M6­¥ë¹æM:NMK´®3Hñ`X#ßaóHóâ©}˜il©úÄlõ êœ^OS~XÀîõ¼¯çw7ˆØ= ËK!¡Aĵ=`”|!úòÇå©·Kø!Ç ‚ç,ÌŸ¥zýöÅÉäLš÷îN©lSA‚ÛÞOŒo¸S¿h‹„¥Õ$ ªÇ÷Õ†œî·zrÕúTÀ 1ýrB¯ñË ¿=”û¹I`Iúÿ_?jä§F¡|¥üì½Ì½¶ã ª×ÓÿÜå1ƒ™‹–¿®ó;dX†«¬Ésw{óäÍ µøn2Eõ¦ˆ×;Û¬]G92V!L=Á—?"¿]TÜ]Ø5úžØå©+f£>kˆ!÷Æ®ÙÌí'ÍáUB%<Ï_ìKMüÞ1‚zvajæÖkLÎ@£7ú+´TõtÚ—¦0Ê w_G{½óÁÊéáÖ+ÆSã¾9õïËý¿y:˜ÏzØwO¾®Gk¡[«#~™DüÌ<’þbûýËß8@·.âÚ¦GÈE¿y¨ònAAóC¡^œçkþýtŠþ±‘¿Pûˆjb¨($*ÎMáR‰° é¡ØŒFiÞ‹¶ªMs-™Y×m•G1^ï}£p&N3# õ¤Æ²|i]ÐXR4Ïâæ-›ÐÅ*klè¥/GSS¾ßûõ„Þ3Ö9s›lZ‹×sÍ›tœš–h]gâÁh‹|ûÏ#Í‹§öa¦±¥ê³Õ3÷õ@7ðz¾Þ^ôWö»Gðõ¾eeivÂàè‘ce¸ÿûbĹWsCÏV¤yW¤ûÊÓ¼ÅþGƒ=ài#+EPôzååemr„Š^¯É:““u¯“Õë ù\e8ÁÞBMþÅ1L1=ÄxÉPjØ£!/Ðúû©äÊç¥wŸ642:uà€á-.ÏïÜ›©Ïþvä¼ñ™{O]ãp<¶1 T]<ÄaÕ£5úµ5 OïýîI=ªÿK{èÇF„JÙ¸Â0f5þÞ6Rõ¨¸§Ï›VWW••$ ª}Çó=AÎD¿8xÑÐĨ3{WlöÍjìFÁ<.ßû蛃©q_“÷¤7­è›}CŸÿ¿†F¦çïÜzôF$—½—ùáîg‘Ä…¿ì;cxÑðèO3)ú¢…GïºÝe¸Êšþë¼…µƒñÖ§zËZÊ~HºìKSå„»1^ï\Jzĵ-Oôî=|05äÝóþÅÃúüŠÇ Oí]ñì`ª÷“[\9:¶:ìò#v4ÏëÄÊO¾ÚãÊlòÚ=‡ê³> YÿÎÚz“ÓÌ"l³ #jÂ礸ñù“Gwþ¶ìéÕoîJ“@ùÓ8¢Xû…½³Çž¦p©L ¾.CQk£daä³ ?Žh›2êÓ\[fÖ5Ds~®×¿O‘ÈrÈÞ‡«!&-@“'5µv5± ©…Nó,6gÙ oe³û&ÖØ0—_™¿ÜÕûÉ=ž‘šš¦ëѲ/-›t›š–h]gÒÕGrÎ#-‹§öa¦ñ|­>€[;ƒàõ@wðzw¼èÇ8}îøz³ãsÇßvWàñ§ý÷óß;–a\ þ þn³)y½²Òü¼ÜÖ£äõÚ´NV¯Gæ©\oƒE¨)?_ WN2Z:Œø†?—#ˆô2^ÿÎìQ²¿>êÉŸ¬Âyœ¨‡¿œ;‚’ýòW†A‘ò*XV<êŽéÆweELxúóݶÁYºr¶P˯˜Õ8Bå¨xœóMéûz%%ŠhY+Trv?H@ÔúÎçø3ê‘xFß/Ôeí£½/Ö÷ŽdrFxîzº/5cS(ý1ÒËhý;sÆô•ÝôÜ϶!Yºz/ Â=N|÷üDù=L½Ñ3žûî¼7Ù{{Ûpeš9íÏÑ|HMîKSå„]]K{½³ª›ø~§ÞLQ#?¹ÜÈD=¾l4 ›ùîF¿Æ^hòH‚.¾=š¶æ K0yQ~ôÏ.Ì?p'RÞ¿³¶Þˆjf–Y c(ü.¼3¢±X¿áS¼½âïK·9Šy4Œ(Ö~aï,•aÏ.•<<݆¢–i" £Ê&µ½h›2êÓœ«-3û¢1d€ÙÏ/Œé;øÕÓAbÒÂèpRSoW šJè´Ìâæ,›Þ¶­ëbÖaßÔ˽¹kAojÐbæä®Þ´f-ûÒ~:LMK´®3Hy,#¹Ãæ‘–Å3Jë0Ó¼´²4§u3^tu¯wìðÚëyùß½íO<]K ô÷!Uɼޙ“úqNn®´•JΞ2y½6¯“Õëñ¹Q]C#Óšªª²’b ƒ¤«ô][Ñ…†kw c„˦™}§¬´ oL‰tÿ“\¼~.# BÐ@Yw:ýâ ¯º:™é©¦Æ<¯{øz{ùyÓw÷ZŒ¯Ï3ÚšjIN¶Å%ú& ±U­DÀçZ]¾”ž’Ôu²z='RísP=Ç`jbZ]]]ZR d€è½ÎÖ›-ƒu¸vu:~®5#ŒQÁ^¶VN&¾šÕø›'n‡?ÜáöçLr¹r6¨­[Ý‘ãS=ÿù!aš4wØ´¾[»\šÕÀî::Õpäàþ@ š’Jª«*euJŢР@ sÓ³§ ˆ‘l¤ ÕåKa!i)ùy¹íT'›× ïX™Ãë)AÒUú®­èBÃaD(Ð(D D»hÛáõ@7 ¼¬ì^Mumí½SSS]VVªXg®Dœ•‘–ž’”šœØ2HYQV†¢)k:U¼'2¬K@^O‘.Ôwm8zZ“F„BÐÅr·½óx= 3c€î°z½¨ˆÐ.¼žº×ë*}׆c §5aD(Ð(D]Œ wpÛ;•×ÛkÐM^¯ §âõ:[Ks«. q1éõþ¶Žè‚&¯Wߥ‹×H=AAPG©ª¢".Fèì`—Ø`÷:Àëí±Šè‚¯ß´#•Jbc„×®ºt˜×Ûm)lCXzù\F^Û¶Z:ðz ÅeeeØZšw˜×Ûe)hC®Z¾ãýÞUË×Û¶Z:ðz 5dge4þ~Kx½‚¶â˜…M˜ó÷ªÒB¯EÊ32YÈR'Bʪëï'F$î³èÈ#½žfq-f—Æm ¼èB^ï/s^›ð¹g õð{•ñåy—j«’,“] þíYT]ÿ 90v§rúþ[åõõi¾Ñ;ÚèÛ‹8—ÔŠaò?ùoIRªîÇûÅìì°Ã°L ¬¨/‰MÜ£íÀ@›¯º×Û~‰×J˜»Ú[|`9H½£¦Ô·2Wÿ~u¬(z7Iq°\F¶j/þ¯_ý#¤Õ…f6 é Þ%t²4"ng«°ÃØa³ß¢÷h!÷z»»Nˆº4ðz  y½mfܳÛÌ×þò² »ÑIï‹.T\)—¹WbY[êt¯<¤<ïJjØò »Qö擜*áéGU×?¸Wö ^·£!ñ_ßÒ{õ÷‹î×—Æ&ìbRùåÕ0š¢®6+)뤥ZU—„fÑ¥’Š:Ù°¨,.õ÷ÛݰɈ[’#ßô@"dê46‰,Ê©¦“î•–úyÇìdr^Š)Ë­¬{ û+…E^Áâ(IÍ=úÓýœ”¬S²ýšÇ¸Ö×f$ÿ-«_CUºîT9 [zIx!´ £œ9´Ú¡ÌŽË ÿfG>7n§Ê]^ +̪xÀì®,$ ~OCºb3kË˃}cw¶b$ôàõ@òzšrZÌÝË£¸îs¤‰kr“7Jâ>ÏKúº${{ež¡$û¯¢ÌíÅ9g¤IpÜŸ¸{yä^3¶Jxçâkë‹Å–œª5E—¬˜DóxŸÒú²„4g m[ö09w]I±¹tÞ#Ñ<¸  ¾>—»C¥ªK´Í©/ØÞJ2½á•FüR]œ_ôöÆM…RÛ›‰†ž)—\øÛLygxÕõuUaAÉ篥¸'“ÌU·œ¹•XßL4òÊ §ï-ÞOägXx&[„××çqâv4TØplZ«Òe§Ê ÑÐRžATåƒúûÉ‚L Ï$sŸ +' ñz)ig\â \âŽÚ§t`'9¤Hm7ÝÜ3Õ%¦¢¶¾.Ñ_! Ï$¯t¯¬ZúH®p[3zðz  y½­¦œó™Ó ‹'Üg¤†¾™Ÿ¾» }[~ÊÊ¢ŒE™[JÅ'KÄ2¹_…9M½a1äÔP ß4óA}nÆ›Á½zQX q"ÿx—ÔÔU¸:ðÓëȦýf*E–9õõ’´}*U]ŠqclÎnùÇhGñƒú2éIsµMäºÝ*%ö~}N(½;:Å2™¯>/*v»rÎ=^%µõU7¯pé?}*®^ 'z½õÂÚ óù ¾s2y‹â|'ïu*e$ô*­/‹ÙBŒ8Á§”¤&-qÇEò1üßÊúšü3&aÛ®×ÕWºÚ„3¥"/¤Õ´ç¢rU†<ç|â_âÿ”}¼e–^W_!9a¬¶éB؆KIquõeqqÛ.h«äGÆë9G0[#NÑ_-Ì>d¤”MǪ´íTM-%ecëêK„±[•£w³¤¾21n+ÛN7˜% kI‘ùÖ‹œKuÄ;Wˆq ±Å…¼è?Ún0tKÚØëå…ï™%Ÿ•}ú<œ¡¬¾‘]Ü̪$^+Ç‘¢½^:SH§•–H8†«Þ{ãÓnIE¸¯Ð#½ÞïçÃÚŠC†ÁöãÄ1oÚ!ïu*eTY_ÈÞÌ|Ü`‘è'±·`¶†ïñ-¯¯+64 Ûh—MU.>ý¢KôQÇ8Éâ€v_P®ê"í_ê«Kîú%wO´å•V×?HâolØD¬ÍÖ‡ù#õyÕõõ÷“xi¦îqg¯%;&í»¨šs³íõeÇ#÷z U²éT•¶*´BsK#õ¹Uõõµñœ4c÷¸s7’­Ü¹ÏG¦ÖÕß+õôŠ?w=Ùöo£ÒN#ŽFVÖ×ß‹O>ï–`Ë/«©¯Kðå±Ĉñz ½4ÑN^oâow¥%ÅEY!ç>Að®}zQiÏtíÏ?2²¯ì¦ß¤¥fq¥ù û¿z~’mGÏ]ò‡%ORTúÐÊ5ê%³ääË éwãVÞ–ÂëôH¯·î\hrýò“Ü«¯_ž¯k£8î½úÜ0þ¶­Û½JëëË,/‘÷áîJSËåOá~MMvlüöóÊù/p¯¯WQ–^Êd«®àÇÊó0›î¥ÆmQÊu6$?³BögîˆDÇŒTsn²g¼Þ•p¦HøIÆë¸¨V¡UiÛ©R«5·ôBÔ™ü¬J¦lݽ´(áæs¡,’¤µ²¿œ%ˆÝªv`§ƒåEî•–ú·²Ä0ÚözÂMm:ºíêõHJ–ÝÌý½'OóìÛ€ÁƒúR#—_¥{ü2U>ûö’ý;ü£K … ^oØø‰'Lœù¹c¼@O÷zkφ´!;Ï[ú_îG^Û¶Z8ÏqbüË¿kÐ3h7¯ç--’¤s\ö,b ÛÀ%W2UÝYQ^nžðø3ôf½×ô#¤Åyñ–Ÿ¢?Nß,e±rÅ©ðz=Üë­9Ò¶ì;¾ÍëÔ‰sr¯·ù?Ù;è´Àë%Äź¹8‘‚-ß×SÔœ?¼ÅÅ,îLäü>óìæëÖéLqñoGÒù_4N,iדh%Væ¦äÚ\v¯·úLp7áÇ‘öz±›ºM‹@'£¹^Ls'[«øØ˜Œô´Œ´ÔôÔ-^¯ßЉs-ß~)(»¨¸”͉\>`¼Þkª^Ϩµ^h=bQvZjŠ“ub\\gðz¿èBs½ž›Ë•¸˜è¬ô4’­¤¸¨Éïë)¡æÎ …'ž•=Ãi‘K?Ãùó ç´Ížá¼úÉ`úã3ÂB<>ÐnTUU¦§%“ëÀÎàõ~=Ð…æz=+sÓ ÆèéøÛ,Ú½^iqºÇÏSîÊ›eÈ{†±ÅM{½üÈýse%¾q!¶ë0@ûPVVBì¹ì ^oÕÉ@€.4×ë‘üi©,wôZæõhËçº{Ù‚qý›÷Øâu&‘â" ÆPÙë•åêóÌøþÔðOÝðó,íHmí=–ßjø/¼^=Aº©^Oõ;z^^‚àõ¼¼Áëx=x=‚×ðz¯¯àõ ^^^^‚àõ¼¼Áëx=x=‚×ðzÁëÖQR\”—+Ée‘UÝ r~ÏË•–ÃëA¼è‰FO,Îöôçþ~Äñà Fè6,Ûlòû‡[Üò²Rx=‚×=¼\éM?ΊÝÖ®‰Aqù¡‰EèÅç“óû÷{¬ƒy)ÕÕUðz¯z"QÖú£ŽWý1q ‚ ¨[êj@â†cWêêêàõ ^ô(ÈJ¾l³IP|>&AuKÅs=ëu ¼ÁëõlŠr‚mì#ÅÝØë}¸Á(4±H6x&Mš„AAÝIä,OÎõðz¯”ÉOtZ3¿/5å'÷¬bx=‚ ‚àõàõ ^¯; ñ^÷èÀ©¹“YXŒûzAÁëÁëA¼^7!/)2&§D1¥XsÛÁÁ'¥¨1Eê¿eŽÞè¥æImîÕ÷¥ž¯AA¼ÁëÁëéj²R//T]‘z¿nŸM6I|ÖL¢&þvWúÐrNöÜ«›®e¶ùCžêûRO׃ ‚ ^‚àõàõšåõ¦þlæ~ýÆu9^!iEíã¶àõ ‚ ‚׃ ^¯ã¼Þ¼Ã‚vÿÕ¨G¶…äðŽÌ£ô–8‹d S½Ž~ûÒd=f{ßÓ,Ùí/U·iÙNïö§ž<&(”},HpÛ³lþ¨^¤ÌÀ鯯·ä±îK=ESYŠÓ¿ž@xÏ0®^‚ ‚àõàõ ^¯Ç{½¹8ÒüÂ% ^oÔçÆ>ÁAÁÁÁÜdi‰’×lŸKQzOÿpà’ƒ³«í‰¯'jxøSÉëåønžEõóƒ¾ã­›öG¾˜JQ³w…JYö¥ž¢©¬²×ûj5ü]ÃXx=‚ ‚׃׃ x=x=%Í>ÀÍcŠRÁ땤Û/H]á&ÿ ÂO6íõJÒlßHÍ;È)mÊrþtõØŽÐ|žáÔXÏpBA¯Aðzðz¬^oújë[wîz3ø„&ç5éõr7N¥ô–ºd7lÒÉë1¥T5ü«ëb¼žÆ²ðzAÁëA¼¼^3¿¯§Ñël˜J \êÊæõ¤~ë'Scòbñz¦P}þgp'<,´0n‚¸D¯§©,¼AAðz¯¯§»×Ë Þþ5|ù51ë3œ©oö§¦¬kðbŠ^¯€|>Õë¥ EjÏp2¥Æ¬pÏ.nj_j)ËÂëAA¯Aðzðz¬^oÊOF.WÝܸJ¬_qºãÒAÔ ÿm3sv³7:cËÏWüm–âÌ¿L¦¨ Kv;_u0ùçëyý¼^Inä¾y5rñ–óö®®®—6Ï¥~›¥8ûöºG(jø¢µ'¬\ÝÝMO2çç±í‹%ECYü'AAðz¯¯§ÃßR§¨…–éôÖ|¡ÙÊgFÓ ½F.Xå–•¯ü7¤|«õoLÈ|oîñŸÜèõŠKsùkM‘ý5jà¸Y¯¬vN.–mÊwÛûé‚ñý˜MC¦.Úâ#fÛW1KЦ²øN‚ ‚àõ ^^¯]P|†³³¯AAðzðz¯ÔW*x=‚ ‚àõàõ ^÷õàõ ‚ ‚׃׃ x=Ð^oÙf“ ¸L‚ ê–"gyr®‡×ƒ x=ÐÓ‰²Öu¼êŸˆ‰AAÝRW7»RWW¯Aðz G‘—+½Àý~µk@bP|~hbºäÌNŒ9ËóRª««àõ ^ô4ÊËJƒx)ë:-Ûlòá#tÈ™œß‰Ñ»¿–õ^‚àõ@·§ººª®®s‚ ‚º™Èùõ޼Áë€î ¼Áëx=x=‚×ðzðz¯àõ js¯gen*‹°Üô*ÊË*++Èu ¼uc¯çær%-5¹ªª¢¬¬ë@O0z555©É‰ä:^‚º±×Kˆ‹u²³NOK©ªª¬­½º7••Äè9ÚY'ÆÅÁëAP7öz2»çæâdenJÊ€î ¹ê#×~šŒ¼u'¯¼Áëx=x=‚×ðzðz¯àõ ‚×ðz¯¼Áëx=x=‚×ðzðz¯àõ ‚×ðz¯¯àõ ^ÀëÁëA¼^W¡XĹi}þè~ÃH)px=‚×ë&H<¿E/-‹ì²°€ÀëA¼M‰8Òîïo^{|T?fz™²à½_ŽßI/€×€×ƒ×ƒ .êõŠRœ{\mŠ|Ï&µ^^^‚º¤×+J¶ÿd83)ǰÇ& &%#E|ÍäÄ…q1“!?ÁcÿWÏOÒ#9úŒž»äKž„ñ€ÒУŸ¿8kü ÙŒü蛿þ½õ‹ç&ô'zzò‹#~Y…ÍÈVœusÝ‹S†öfrõ÷äÇ»Ý ‹OÒ‡ÙÐkÄïm±ÍkøŽ^¦÷‰ožß—lé7fÒJÑë$züóÅ3ã镽GÍ]ºÃ)> ;¼õ¯Wwþ¥^ô”œ¾Ù_ªž¡8Ýã—©òIÛ·—ìßá]J(,.¹,(3`ö~8µ{ gûÃMq‰ÎÙJÄ·œÐ[oÄøIã‡Êo,¾cžT¨P\oðyÙ§FÐn.Öè-Ù6ªÿÐÁòêd^¯8ãú¯Ó˜ýFO)ó‰mò‘bm€×ƒ žáõ¤·KÏÈq?ß«o-†Þª÷š~„´8/Þòsæ9Éé[ƒ¥ .làGW³KDž¿N¢7LøÅKRœå¹jýaò:i±®ÙJŠK Šó³“£y‚ Ã%´ßò¹‡H±xiQ’õGŒ|êDLaqAÔ¾Ùô‡¡KÍb‰õ¹9¼Áë OSõûz9.豬:Ï&ª4P€î„•¹)¹ö#W€ðzÔ½½™æN¶Vñ±1éii©é©)JÏpFŸX {Äq{p®º×“™¦>¯©z=#¯—庄Î8èã«9ŒC¤]ØàOÜE*^OS¶¢tÛ÷™Ç1g~ýÏ9“s-*óz™ÊÅ Î1÷리6ïýÊeæ7d½žÜRcßýå÷õëØz*Hí¾‰@7C,ÊNKMq²³NŒ‹ƒ×ƒ nìõÜ\®ÄÅDg¥§‘lÄÛ©f(àNö]·)Ÿp ŽMÍÎLŠ v»tÁ5¾ ñaH½× "rég8?cüÔ´Í’Ò¶ôzyœž +~boT~qinÐÖéM{½Þ¡'é}žÝë›S¬äõ ¸æ1_Ö{a—gjó0j–Ÿ‘6ÐC¨ªªLOK&×ðzÔ½ž•¹icô4~e/äà¢êstæÎ°\ú·Y~ž"Oè'ÿù“!ïÆ·©×+y|ÍÜ0¤†Í|öå玦šöz¥E)W¾/?6½¡Cú)ü6KQ²ã×ãÒ }äsþå`å@Ï ¬¬„Ø=r¯AÝØë‘üi©,wôÈ‹q>ðýë³ÇÊéRoܯ|±ÍJ eþæBœëîe Æ1VjÈc‹×™DŠ™ªÚÔë•¥ß9üÕ³¾f×ä´§Þß ÑæõÈ1äÅ\Ù¹lÁøþòÃ=cÁ’]Ù¦X—=Ÿ=ÓPá I ¾<••=†ÚÚ{ê¿Õ¯AÝÌë©|GÀëÁëA¼€×ƒ×ƒ x=¯¯Aðz^‚ x=¯Aðzðzðzðz¯àõàõ ^ÀëÁëA¼€×ƒ ^@ óóórór¥=ÒÞ¢‚‚’bx=‚×=‘’⢼\IŽ(‹¬ê@…œÈˆµÑdjù¹èyJNL°47çˆàõ ^ô(D¢,ýc‡ÃC‚1q ‚ ®®ø¸XƒãGëêêXÿoóÌIýžsGOéî^MõÙSÄÃëA¼èQ•|Û–M™˜8APWq.䤯zÁC¼ÞiƒÄøÔõH‘¶g¦§ÁëA¼èi^o˦õÙYY˜8AP79©ÁëÁëA¼¼€×ƒ ‚àõàõàõ ^4ƒ¢L_ƒõkŽKáõ ‚ ¨Óx=âzî÷HÁëA¼h3 xGæQzKœEm^³Ô˽ÑKÍ“ ;·×«^üÈü•îÒûõõ*³"ïxq îcrBAðzº«<ò¯¹zc–Ùe×ÀëA¯÷_ü}:©ÀùŸo=:¼7½nõ=ë•oyeæµ›×Ëãœþì¹W7]Ë,îÜ^ï^šÕê%Ÿ.~P__ÅûûÙIÏìæVarBAÈëå_ûbl£õè=lúóŸl½™¯óx½Êø‹Ë_xýOï¼Zx=‚àõ:Üè‰|ö¼8€¢F¾ø4µ´6?ûïúåŸn¿#n¿ûz]ñNx=‚ ¨Óx½ÚFݓؾBQÓ~µðòõñ¾élúÏ·sûRÔ“G•Öv;ÁëA¼h&b¿MÓ)jâ÷ŽIElÏpR&ŒH¯fz“þjÊÉ}¸5Ámϲù£z‘M§¿¾ÞZGÅ/éÊêWfÜ‹Y‡Íùd§þί_žJWÐkäü/Žæ©>JYôøøA²"ª{i 8Íñë Ôˆ÷ ÿŸ½ûŽo¢pÜ8~L*HÙ{o‚ UAeò•Ÿ(–(‚ÊR‘Y¦ÈÞ{ÊÝE˦耖î6{´¥---¿»¤¥i“´)KJ?Ïëý$·’Kr÷ô.—@Mþ]/éÒIJéµ]ž.Þ‘¦ðX<ò¦â-u;~:ãpäñÆtÕ©)ý»¶ªç`²v»~¿ì K1M(-|•£¬öÿ\㳺Þýtš{éä7 eͺ˜d4Cµ¿uYÏÑœãI!ä‰w½fN7’3o¸±®Kq¡Ê(¯ø´äÐõê™ÎÙ)Y¹í°e—u©Æ!ä'~éÕ¡¼qÃ[ºñø³R-L‘»; ëPí9é¶rµû­ I’nŒs;¤]ÕRÒmµº}½ú²Ö8´øs£Ùwg3û¤æàû¥…‹B’­N<ù†S3¡LŸÃ[³¦ëB×£ë=&±‡½$”è¼â†Îú÷õ„zÿ·`Ëž{Öüö~EAhôëy¥ñÞX·ñõ…’‡;í:öïŽÙªKwSdŽÒtüúý]¶ÏVWü¬ðö¸Å[÷íÝ2ócA¨;Ñ[•«ëeŽ2nÝ^çý;WL~ïU³¹äèz«º¯°£ëe$ËoHñ?5çý²ÃvD¦Ý»wÛç¯7e5Üpêü¹ã«¾m/“½½0莩ÐÉÞ™é|ÚÝíÄîùC›Édo- NµÚõš~³×Gšnà-UŠæß¡µefÜ1Î3Ñ{Lc±Þá½K!ä¿ìz©Š½=J ¯|îªOKÕ_Ý·yï17Ó΋†Ö„úS|Å!ŒåKhúÃÆ#'OÞ³ÿ²êNZüåiÍ‹ /¿5þŸÝ‡8oZ¹ýºXÂâ/MiVL¨øÞäµÎ‡v/ý¦m¡Ü»«Œ….®g9qó®geÖt=Bèzt½ÇEwm~KA¨3éœ:¿k³èƒWt,&´˜ç¯5è aÛz”šÎ¼¢1 µ·ßóBÝÉçÔ9G‰ÜÞ½ŒÐ`êEcqÓ­l/­j­t½ì¹ýÓAÈœËCŸÃy'dußZ²×'yèÒŨ=:¬ŽÌqeXšéÎxׯÈ:;¥šº{÷Òå;?”ÉÞ['•CË®g~g†úààZ²nKB¤Zx'`vGYˉ—’xëByò]¯éÜ€ø¤D½<ô²Ë¼ÕáåA©æ5)5n{·âB§1©™…+³|™îTîÿ°¼Põk7­ùÆ«|åšyã¨-âV½ÚØóñùw=ó‰§Yt½÷Òõ¡ëÑõc×›×Bêþ’׋—^Q¨>ÎSiÐ+ÏŒ­nñqWaàá\_ñSºë ¼ö'㌌94àE¡Þä ª¼ºžù\²ë%ùÏwt¨öî‚«·ÿM¹ög{Yî4혳ëÝKºðcsYû?¯¥ä×õîeh­#{k©XöÒ"Ö¾çÐè;ÏÞ¹„Bw×KIIILLÈ”±©SÎíñ+m‡->/Þ«Üùó‡­Ê„Ò/¼ ÞÕzI°!!Quޏåíí—5µ÷øšBÙœc³'kåF}Ð’Ö‚ÐvÙ C¢Êý[™Pu”›ÊtWœt$±ùüëúD+Ïq‹å½A×#„®‡‚‰9Ðÿ¡Ô[ëBuùv½“#+ ÕF»K]ÏsL5¡Ä N^8.ËyŸà8C®®'UÂJ_œ0u½Ø¿$Ô™t^™w×ËžËÃt½ŒÄËt–Õì»&45ó–”«¼.«Þoã•àìܸ¥HÊÈÝõ®Ln%k7Ã?ÿ®w/Ãàúm#Ùó“»ûÕ¨ÿ§¤ëuB!»ë%'$ÄgŠß(v½šßl=éêæyÖ78F—u—æÊŒf‚Pcà¼=§½ÎzîŸÞ¦˜Ðzq>>AçoÜò:Çf ©:3¶†P¶·sLödŽÆå¼Q´¤•XÿÖ'¨¤ý€J#N*LwŻ޼kÒ¬-&žãË{ ‚®G]£:<¼’ Ô{,Ò`w×3ÜÚèXZ¨8Ì%ZŸ×(ÿ]×K¼òG'Y­þÃÓ²‹™æÐàš²æ?œ‰ÏUÈììzwçv’5úÞ;Ñ|Ü$Ÿimem~=¾c`í#NPõ!„<®—œœoÈdÛ v½¦³üµ†ì¢w9–šÌôUÿíÜ«ŒÐjq Î¯õ3ny÷Åd iÛüNi¡ÊÈ£±f£"¶÷,+Þx,Ît‹þæ†îe¥=âüç5Šuø'Xo¼+fOw©ë]ÕÆ[™xŽ[,ï-º!t=ø4Îÿ«!~\ÕèþÝ_+·ìؽ}Ý’é£> Bm»…é£O|W[*tùvþfg—]kæÿµÞOõ»^®Ãy'h±£LÖnâ!ãuT¤K©„(R22.Në$“5ê?mÃ!·3ž'ׯr Oµ»ëeèOŒ¨'«÷ñgW÷ã{¶0]½åÖŠ÷ªUkÒ@Öpä)UBÈézIƒ>“þ–©ëùiôÙ7©ÎM®/µ†ÌÛuì´»ûÁ?_/aúÖ¼Aã;˸åΞHô‰Ñuá•ncmÝïâ¼måòýjCœûᵓWísÙ±ä›×Ë eº.òSK£(/No*/¿=aÙvgç}ëÆ7„fsý5k7¿%ç½:³»­›?"º!t=á\"ïZB!O¢ë%%ÝÖëu™t¡ë; B“¿|Õºì3ïŠ9·txûªÏ™6î¥_¬ÒlèŽP­N¯ö™ÕD(óþž(óUAû§ökQ©„4h©JíÆŠoTß88ýcÓeªu¾Ð-R›5¼Âwè.Õ2wʾV¿ó¨=7µzk7¿%ç½Ú[¦ûòëj›ÿ6Dt=Bèz(‚žÄo©ÛJZè2Çf]OáMK!ä‰t½Û·uZMD×#„®‡Éãã‹®—W2Râ®úœÛýë;µšŒ<¤ä'Ô !„<©®—˜¨Õ¨MòØŽßæ™A×#„®Žë=‰Ü \àè “Éš¼ûÝZ¿øtÞ±„BžT×KLL°ÜG* èz„ÐõP4»ÞÄ ã"ÂÃxãB)웋¸QË£ëI?ˆ RAt=Bèz(‚bb¢œæÎòòpçC!¤°'(0`Á¼9éééV»Þ’…N yœR©(jòØ¥‹Ðõ¡ë¡¨·}^žî¿OŸp=--·!„Âq&nÈÄÍ™¿ŸoJJ²åöN­Rn\¿V¼W¬{EÍ5ß-×GEDÐõ¡ë¡¨ILˆ÷óõqš7{â„qÆ Ð7aâ†L¬rwï¦Yÿ$æòÅ‹«W,¿êï#‹- ÄG*>Þ5+W\ºpN.¥ëB×C”’’œžÎUR!„âˆ2«GôîÓ¨•ÏŸÛ´aíÒE /˜_ˆtËÆõbÑ‹‰ŠŒ7èèz„ÐõžIZ­*.6&*"<2<¬ˆˆŠˆ0ÑÓY}Bèz„Ðõðì¡ëB×]®G]t=º!t=€'ò}=µZ¥T)E‡øxuAO×#„®‡¢È ×©”òؘ(ñS€BJ܉կV©‰7^‡Ó÷ÊåÍÖ‘‹pŠ–,tÚ´~íå‹Å]Aº!t=Á¢}ÆÃ}þÜYü¾ ðþ¾Þü¹yyº'&ÄÛ:¢'½Õ+þ ¹™–––Q4’šzçÆàÕ+–_:V«UÑõ¡ë¡HQ)bÑû}êoçÏzEFDDGEPèD„‡Ÿñpû}ú?_«¿²§V)7oXr#£è%äFð¦õkãbcèz„ÐõP¤ÄÄD9Íuá¬7oB!…=A æÍIOO·ú·Í% ŠÎ½G÷î¤,]´@ìÃt=Bèz(RÄOò‰ÆEFDðÆ!„RØ#6q£fu‡Gìz‹Ì‹Oz‘ŒøØ#ÃÃèz„ÐõPÔºÞ„q£££¢xãBy"nÔèzt=Bèzt=Ðõ!„Ðõèzt=Bèzxd?î¸gÙžkjº“~l»§â®ñßw•§g=jÉÕä<†yú“ï³ñ÷©k“ûœî„ížý·k\šå=Éa‡œœŽšçŒòĺžØzî>’$;¯>}çîcOšöÒÊŸÇ:]Ix¸ÉÐõ¡ëá‰Pú:½õ¼ð’㟮1º¬õq×OìÜéª{Ê»^ÊÕYo×n6Â%ß}èŒÛ›Ç½ß²†LL½ÞKƒï<ŠWvFRÔ¥“Ç}4wŸÌ’.þÔ\Öl•÷èF²V¿ú<úî’®¿°èãú²FöGûJêÍÅoÊ~㕘Ç0/ÿôš’¾ÊQVû®ñë¼ù½´,H½µªwÍÚý7„[{^’®-p¬Þp¸³ü ¶½Çÿ‚!„<%]/Uå1ãMqKÞkuHòcïz)¡KZ Å÷kèz„º^^"öö­xÿ¦ø ÕÛô³Â3Bÿ,‰ê†óÏ]_}©ûÚ Ìr'wýF&Týú´â)ïz©a›Gõêÿ§·>#ïáîÌé,«Õkú.×s¼ÝÏE&g<ŠWv²ïÔ6²Ö¿=Ä>t¦ì3¥µ4°æâIJö\M1HÿnC±¿6êñ“sdª©"éÝÆ¶¨Ñ}ÙÍÔ‚v¢è­ý¶¼èŒ2«¬Xv=Ëa_þé}˜®—ïK+×éÚã#:8.¶ùg„ÄKSÚÊÚüzév¾õ›¡ué+Ë•ÆcÎÞ¶ò‚!„ή—¦ØÞYš9ÝH±Z¾n­ìöâkïÍ8“r÷ „®G¡ëÙCkC'A¨6bÍÁ£G;o_öë§K BÓÉ^òÿdytÑ·ºøÂÕõìÌÝØÍ=e5‡žŒ´¯ì'ÜõÒnýóvMÇa·o.îZóݵ‘iéŠ=ê6¹30æú¶MêqQ¥ß»—äûg§g\¹]ð¥ÉHVÊÌ;Y9®g1̳Úõ :“¨ÍT¯3ô ´ l ±¶gµzÃÿÕØû‡{ׯ©ëµŸ´ÏÓ;+g/‡Æ§[¼`Øòtv½´|“*ßfêzÉÖЦ¤=¡$‡»ž³úá&C×#„®W$º^ÓYþšÌ[ôA+Þ(.Tþò¤Â XÙ·î‹Å¥ž’¯µ¼À+ÖØÂt·ýÔ£¹¬œñ3©t£Ñ§mysϨÎõ+—/fôÅÆ}qúePÇêeÅÿ{¹Ù€ygb³j&øÀ”š½" X¶f·Ñ[üUY]ï~jO<«²2kãêcÏÿ=¼}ÕÒÒ€e*¿>îT®Â¨Û5¨ŠðRš‡îzæ»ñéªSSúwmUÏÁx\£v»~¿ì K1ì~êôH  æÜŠï{µ’Në¬Û±ÿ¤í× z°ÏXFî§ÓÜ@éNšÂcñÈwš:'ûéŒÃ‘wOŒn.kúíQc¸«pù¿Foþ哘a} 6ï>ºçø{ñ®ß½ÿƒwâ½dŸßÚÔ|Bzð†cë¶ÿýjJj芞5›9­ËU9îj/¬óAÛZÒlêvúr‡Å~¿•ŶèzV‡1>ío¶ªozÚ¾ýÕ‚ Ç|Ô¾®ø‡&ï|»þZbƽüF·¾Ö,ŸœŒÛAÛêÓº¦qÐVÌôI²Òë-©ií×jݪ®Å,òx˜¿´¬Î7G…¼³¹—C­!‡M=ÎÆr¦E®ë.«=ô¨.× -]{jL+Yãa»cs®{ׯ©ë9®²8y4÷ †ò v½ä¨£¿÷oþª´!.WËqü®DÓí) Ï…Ÿ·—•2nµËUiÔíëaÉyŒr'Æåûn «dî6”©Þå›MA ÷ç’xsçïÖ6î¼Ü°Cóçͺž­ ëB×£ëåìz†ðmï–^ò¯Ü “_ؾnÛcÇìœ;¨– Ô›tVªQßÙM¡Éè5·ïÛºË+BŸ÷MǯßÐeû¼auÅϰ o[¼ußÞ-3?v„º½¥Á ±nãë %wÚuìß³T„F¿žS˜ºÞ+ýW¹z{y{{û„( Vfm}\õ¥é…MG-?xÚí¤óúuG‚µ]o`¡B÷¶ë™véß™é|ÚÝíÄîùC›Édo- N½?X7\ s;ý^òµù޲fƒgï<~úȆ_Þ¯-«;h[TÁŽ|ËHÓoöúHS ¼¥º“qï¶Ï_oÊj8þ¸áÔùsÇW}Û^&{{aÐio~l YÓRåF4ªÖm¶ßmS(@îFoî]»Ý¯Þ†4½ç¤¶uúÚ=¤~ƒ!»csxK¾¾àYã36qu;¾oëÁ\ÇÊl,vŽ®gc˜Ì§ý¯î^žÇÖÿÐY:ápÐÌ-G\]¯ÕV&ëœY`óÝÚZ³xrî„üý¶¬ºã”]g|ü.¹¹ì?«°X_Ö©i]&m<|Úã”ó¢áͳg‘ÇËÀ쥕ju¾9º^¼ëˆº÷ÛVª­åLö™ÒFÖê—+É]ot+Y£¡»cÒhýfv½¡ÙÕ¿›Á†‡"Ñõôg'6J6±ÔÅÍÕÙiPMq;=ÝO,[ñ—§µ(&¼øæ¸öü{ìð–_;”êüꛘÇ(É7œš BóŸ6ú÷ÈþuSzV„ÆÓýoç®>5JÜÄWé=e½Ë‘ýfkZò~׳µt=Bèzt=c×kòç¹Jw+Àk×_}e‚ðÒ€=a†ƒ…nìR\è°*TŸÙàÊôÚc}‚6‡ŒÜÞ½ŒÐ`êE¥ñ_ÐÊö‚ÐjQ VoÛÖ£¬Ðtæi Q{û=/Ô|Nmy§Å¬muòÿ* /õߪçpÞM–Ú¡CÂôÜÿµìz÷OÕK—ïüP&{o]¤Ån¹qïXâ‹z²V?ŸKÈÜÛVìR[Övš_νð|ænq’a†öè°:2Ç•a™ûìñ®_5uv {EºÎmB+Yãã?nXÝqþÕ$³¶h>…”kuÊýÕ+YõOþ5X}ke$ø.ý¤‰q˜fƒ–ûGŸÓ¼fÏ¥^‡gìÔ¤a«žc6HÕ2ì¤ó 6Þ¡6Û¬ëÙ&çs«?6´¶¬ëbÓwÉÒ»ûÈd=7‹ÕÄÎÑs¬5‹''éò$ñ)u\cëõÿï÷Í^Q–رþHmÏ"¯—ùXVçk>@jÈ’®²_{&潜jg±ÊöÞ¥H/ÈÑÛüÖof×ë8õð…+™ñ½©ãËy„’®—’’’˜˜„ˆMÒ‰@³¯êsÜ®öWÃrC<èߨ³?Ôž{oLæŠcŸ½,Ôžt^c{…þêq+ßÛ9Î4ŠòÄÿ* 5Æ{©ÅQ¼ÆÖÊö9—95ýõ-„âo튵=µüQb]º^‘èz5Gm9~ÊÍÃÛ'0êþ¹ŽêKÓ› BOçì9yÆÛcß´ÖÅlu=;‡4ö²J_œ0u½Ø¿$Ô™t^©WzŽ©&”xcÁÉ çÏe9ïg°§ëÙ×ø“ þ. ¿ï^«„ 8 ܬyà®—óÂc¼|b’ïæüoFž]ïÊäV²v3ümt=±zÔù"ûãÕ[dïoÍÑõò›»e×»úÇë²êý6^ ÎÎ[Š$ãÁ—øsÓ:Éd5d²ö¿z2lt½NêÍeÝk´çíùM“&ßJí,-lùÛµ{lŒ¾+.UÎkQ‘l-¶y׳5L®®'=±-&^JÊ.Ëo̺cïè9ÖšÕ''#)Üsóô¡ªËdmG’§å~ V©íYäõ2È5–å|s¼ö"×½'«9ôT|ÞËiœ¼CÿúGº~m_R(º^rBB|>âÃ7šºž.Çí*iã^â…§/^¼å¢ïM…Òst5¡ÜGb3‡T•ºÞÏçÔ¶G‰×ù·òᙣœYY¨6ÆS%Žâ%º²8gMMwÝIêz;clO-ÿG”O×#„®WÔ¾¯—ýi¶Ó±¤Ðx¦Êøß(ç^elu=;‡´Õõ ·6:–*s‰ÎuôMéýsm¡Â§‡âò8‡ÓÖ¸fǯüÕBšÏ¿¦~\×á|Ю—¡;öyY«É2Ĥ+]†Ö)péº8·“¬Ñ÷Ù½ÈÐ\SÖü‡3ñ¹9e¼&µshû³[ðþ‘d­'zèÓ­NÁêñ/Yÿ#†|ž‡˜ƒê7ºO~7Áó«FÍÆœ½-]öqõ;µ¥«/ŠK5¤¦ø`mŸÃik±M]oÔ™Ä<†±¯ëÙ9z޵fñä˜?õ¡«ºËdï­Ïù KëÔö,òzX¿z§Ù|s~_ïôÿêÈÞ±l[9—3Ù×ü¨g’çú¥ëR¨»^rrr|¼!†°ÌmŽÛ a›ŒâƒÑ†·ëCÖ¼YB¨ö½«Ât‹üß!R×;«²=J¼Öϸ•ßcú¯â”ÔõF{(ÅQ"¶÷,+Tú¿·—µœx.犺žY×»};Q§ÕÒÃR…º|ûzµŠLY›þÓ*ù\]ºŠf×›8a\DxoB!…=bs7jyt=é§TÊ"ˆ®G]EPLL”ÓÜY^î¼q!„ö,˜7'==Ýj×[²ÐI!S*EB»tѺ!t=5â¶ÏËÓý÷éS®§¥qÊ!„Bq&nÈÄÍ™¿ŸoJJ²åöN­Rn\¿V¼W¬{EÍ5ß-×GEDÐõ¡ë¡¨ILˆ÷óõqš7{â„qÆ Ð7aâ†L¬rwï¦YÝØé4šË/®^±üª¿_\lŒ<.¶(©øx׬\qéÂ9¹<–®G]EPJJrzz:ïB!…7â†Ìê½û4jåÅóç6mX»tтŠæâ#ݲq½Xôb¢"ã :º!t=€g’V«Š‹‰Š +"¢""ŒGôtVŸº!t=<{èz„Ðõ@×£ëB×]®G]t=B]€4a¾7äfßÇ×+"o„(ô¶xjèä1*ý£ž¬^­ÖZ½K§Uª Oíb*Oï3 WÅF) |,t=BèzÀG}eî;¯/tï§~bÔ).­ù†CiãóZ¯•Ú§ì9‰ÞûA9A¨ü¥Ëþ¡¯‹ÆØ1–Nqañ‡•Ÿk6í‚Úx‹öÚ¢7ž„¦³ý5ÖxZÄQ·´Pñ³cqµfsß« Ùûeý—š}sà–6çŠ+‹?®[µ×æ­}K¨¼üGKñ…Òä·³ªZìG÷°±$@ö”£®¬þºKõ²Ò[£êÿvïÿ±UÙâ²A{´v®¸Gþv~°§.zÿ jÅ„ª#OÞ|·@×£ëB×Ca>úseF£œŸÀU¿>¥øoF¾ù­’‚P¼Ý?µ&dëЖ²×ÚÎx˜2b>Aëâ~QU|ÐÏÕíÒýÝ·?ýÛOUð¹<ð¢Ú3¢Â{BMA(÷áv×? B©·6„êt§ùV½ ÅÄå~µí—¯)s¥ÝúQ¡Â›“\nªMÏCÄÖwK ‚lÔi…õ¡‡ZqJÏÑÕ¡d· aú‡Y³¹îUú:u KÅO·ÜÌ}hOe|ùï¼2HoÏq«À}u,F÷@‹ý^±y/É#86—5å£G¾r_bUº õ͸%^Þ6ÿ÷ÂG;Ãtö­8{K®g@~iý7mÊeßßùHžº¸S#^„2=w[¾•øü]®G]Ï4Ý­ ]Kˆ»Õ:v¿çû¢^ŸLqýïþÜ­¸xü„_¬6ÞåܧœXe>?÷ˆ&hýá‡nx«” 8|s<îÁçòÀ‹jψQ{º—ʰ;àà§„RÝÖ„èTW~o"®±ÊÍ;w¬#8¡l­á¹*†.ÜsÏÉPMöîîÉ/¤ÝÝ^»#l ð=ÌŠÓ,l%QúóŠæ!׬ٽ¿yÅPeø++ޝ(/~r0ÿ€>Ìyð«‚P¡ßÖ›ú^ì‡}Åæ½$®ãý)ßÝüÎs‚PcœGÖ_~7Ïõ ”ì_qö<³7£òšóœáí_6í¶Y¨}Oú²Ôì„V ¯‡[¼•øü]®G]϶أŸ‰ûVÅ»¬½yNuvR=A(Ñqq€V°ü]qǽþøSq,´k>®Z¬\‡?.©²w·¿÷œù‡yã?.‹û~úˆ“ó‡u¬&%ùbËÿ­þêë1­wKY9ãP/6²ÂO)ŽºQêß»ËãcªÝŸLë™+>~Qžë¹'Æ =4è%A(ùæÊùOÐê Ñ.ý_¸?›f³}•7÷ÿÖ»ÁóâŠWîôÝö`{ÚPÎE] ±|¼ÖŸRyŽ\wLØ·_ßlƒ&ŒÐ„îܺãè£1чþ¯m»û ÒóéáìzS+®)ïŸjI£. 2{*¬<Ûâî®tì¶õâM¼ÍÕÑ«yUãy¬%ºÿ²OÓ—ÏÁ›“þ ×Ûš¬Õ§4׳q-Ìmö'-+–”þ÷|½~K|Í»€&ØyÚÇ­+K…µøkŽs®¨"v¿_&kÜ2uû/ñQ_i–+Å|Íê"sÏÂü^}ØÞâë¥|¯M7ô–CÞ?®Ýaõ-½í¶‘ÜuŒøl—î²È'À®Å~ç9ÿW¬ù’8ý;·…x_Í ^*q±ýçHg^VyJnuÖq^3´¯U¡¸ñÐýý׬®—ûñš&æðÀ fo ç¦74®Ñë:;W\ŽÇbÇ"¹„,A¹Õ¥éÖF™ó“ª O^éºè‹.5Ëe-Tõ±gäVÞJl@×£ëB×óLuþ×zÒ§nµÎï÷éóAŸ>§žŽ‰×­{Gܧª3nˬne„b-~ó–[7Î¥oyiŸl¬§"ëFMÀö‰_ 6äÃæÆ¯ø<ï¸ÐWiˆsý¹i1A¨ÜñãÁ=k‹ÿpí!—Ÿ%“¾×±×»M¤Ý·ç?>wtØ«‚P¶÷Þ(½îºñ8Á‹ úÅë.ž6ˆ76„ë£÷ñžÿp‡»jf´>Gå™jHû™Žƒ†>v•çÁïëJûÕ;¼ÙTªÏ´+ÿ¹äZTÿHk×ÚSškDÏ-=ÊäÜVúßñ¼N¦U]]ÛïU霵ÙÙS¬>Û†ÐõÒ^pñ^J}>«£g—Ò™¡Béz]»¿^IúW‹¹×4zûWbîç:Vz‚_ê8pÄçuy{¢[öÁ>}ø/«Ks¨Ð´kwÇŽŽ¿x(ä§¿–Χ­Òµß­¤×Ö‹ŸŽ1Dµ²RÌÖ¬òŒÅ,Ì_Hw»Dõ1žrkCе岱ÃtXs¿ëYyaKÏö¥™­ÅÞhòáv-ö=Ïù¿bÍ–äWoyÄæÎ⿪~uJaPœý©Žôו©TÖgíú­4µŠí?èûAïQÛ]F[Y/fSŽWžý¹vö[cõ•€õoН¡jcÅçѾgþX v,’s˜Vêu68T:êvÿÁÞW§Îç6©™ñ ç6=?ìô’ôÜõuŽáÓ ëB×C£¿±²S1óOßÚ?ŸUHÞ?ñUUÓ åÞYâ§´>ºúÆé-\ËuN—.Æõ—v¥Ä»ÎòŽ5Ô×µ/.<×ÕÉí’ëæŸ:ˆû¬Ífú¨´þ³›‰o.î¤ÉO¬"þ³óÆ[êKÓLG´úèݽÊJÇ(N*2¿C´¤µ ]ZÄ7xK¯râ.ç÷î÷ë§ÚŧZÓ¡ïÏ“ûeýû“eWÎfOÐ굋ZÏ<ó•Ž2¨¯Îo#íã,V¯ YÕAªÀcÜ•ùÍåÌ6óEµþx­>¥¹cÁ¾T~túÛÒNlᛃ²¿d}îò#ƒÅzüÂÇbó_QνÅ_è0Fcy;ãOEVbTÎ%?,„³õJlÎ׉êò éÔºÊÃ÷…g”̚༬ {sKˆÕ•köR±œ…&û^mð²â ¼öDé&VF~ô³WŒ8.¯¶&hջҗؾ<à6Ý®Å~ çÙ|É­¿b ÙKr$F¯3{«ð願Э½ N¯Ï¶P¥õY_ÓÂøºª±µ^rLYôO{i€ß}Ô™6‘.gR®s´+.Ü챨íY¤LJocÇì°28Ç©˜yêÔ×¾.®ôJŸí Ó)ÎM4NnEž|€®G]ELÜ¡O^„RŽ["rž¢iˆØ=ÀxW+§«º.¥ò’Ó;Ï Âs§{ÄŒ'VmèR<ûýl£O•ëu[ß‘.ò«Bs4€ì;wù­ Ò‘ƒêã<”¹Çw2q*Ý·‡gN9öôÇþªÿ[1±‰xû[Ët÷5t}·™“/ÿæð6Yÿ~¾Ÿ³ö­Ï1j×ûâÎík#N(Lç€I·×úÉ[l»ÚÿH{‘ ¦f^`Äö\v6_Të×êSšó1joì›0ÐüÎ~ƒ&ºÜ²úE']¬çœÞ•¥ÒóÑ<·h]ŽsV­Í]y~r]q÷»ãÊ`}¾«Csu~si_ÜWž[]:»wM¨Îþ•ž{Å)//ë_Óøç„Wÿô”ß™éo®í$ºüâÄý#}ºˆ-Ò¾•&¸¶sqéè{€µ•r>({ÍZÎBgöBŠ>ð¡ôåÁaMcm,ŒòÒ”úâÿÛ-É~EY¹€Oľ!Ò—ú>Üz3ØÎÅ~ç9Ç’[Åf/‰ñ¡ꋿ‰K_â­µƉ¦Xë™—Ô¶Vñ6éâ–ùWt]Ð2é°ÌK}8Ÿ>{-ZsÿR!•¡Ìû»"â㎠yÙtæUì1㑃÷EIE £q‡ï\ÖšöºôU¡¸tnhýŸÎÈíú*bö­ÏQîúUA(ýî6㉚ºÀ¿¥E­3ùœ"^yqVéä¸Q®òü¾˜sQ­?^kOi®#wõ*›sCøê°ãqÖ®Rxfêëâ^ï+=çzDå>Tauîú[›ÞÌÞõÍ{u"vH'’¾6â”\¸D´Á´‹jûWb¤ÅŠ3m ;þKKqÊt &{Qÿi+øÉ¨ì Èü¯Rædb‡ÊöÞau¥„š­YËY˜­wíµÒ¡£f󮪭/ŒêüoR‡i9Ï_mû…ç.5©Ro,ôÓÚ»Øô<çÿŠ5[ÓÜ#w¼'¾Êש(½/~;›ÍUl¼¥45ëë%×”åžR‹*ùöæ[ÓœÖw)aúÏ€ùÛ¹‹¤qþPì˜/9"ϱ. òÔé—¶ÎzÍÄ•®¼Sö}çh>íº!t=1ºÀeÒqá…o½gJ¯«ýoü¡±Ø€:ÌØ»°K)ã RrÓ¥E„ÒïíŽÊqýó[âÕ>ó»H_+*V»ûàaC‡}þõ¼3qÒNããw{ªtèÝ·W׎ƒ÷EJ— ù½‘éÊxõ…_ë›®¹§¸8MÚënûw FìAëÞŽ9ThÝó£Í¿ §ã6Êt dµ¯ÿ²ë¢ j³ ZŸ£Ï_Òõ,[.¸¦‰7íßµd7Þl$]ÓáÅÞ«ƒò½6KîE´òxõQ–O©µÇh×÷+§JË,¼Ò¡Ï€O¤|öãŽÙ—+´ölën¬îh¥û¼+ª|V‡âÔHSûÐGîí]6눘Ý+Q“ãAÍ=²¶_ÝFo÷ÿì³>-¤"[sÜ…Ùß&¿)Z¾Ñ[=ßì·Ø_n>Á_êe^‰ÑÚJ‘g¯Y}è–ܳˆ1_ï¦UÜæï@­•!ºh—!¯ŠÂqõýçÐò…­¾ò—T1M:«(ðbìyÎïëÑ|IL¯‡s¿Ô5í7ÕŸàj:Óú¬×¢l¹àºñâ<O…«wÎ)k¯™.«9ËWu'±I•ï»?ÊÞgÀüílÇ"e¿€¥Ÿn(Ñu}ˆÁ|]Ü*ÈSg»~-òZª^WÇ–Ò™ªÂs=öDñÐõ¡ë¡ˆ‰Þ'§ež2Žóg÷ª î” Ù¢ÕEìè]Nú ú±hŸ9]Ê •z/»–õÕ0Å-êóÆÝ<‹¯þé£NÍü°áó¦‹ 6º+T›y>dµï=ºÐ5o9y*B×Iשùƒ—t±Am䑟:W2žbör‡_¼äâþÛã¥'ª:mßO˜Ì&huŽò€ERÓm8õ²êþ,Ní^Cºh©ªo|¹âbœ=?¿•{Q-¯âú +O©ÂÊcÌÿA©ÏMª›s•ë³×ü¢–϶¸„‡êZµäs—ßÐå½:Ôþ³¤jÔlŽŸVî&ŒY²Û¦[:ûW¢2çƒúqÝï}›š.õXªJ»! ÏD›—tCœ÷¢AÍŒûâÅ^sœs9Ðê­¬ó5«º0'×,ôæ/$}ˆ±{Öûõ‚ÒrH±XL’¾âU÷GÏì'?÷ [´¶»ôÄ/dþ…ÁÞÅ.øóœÏ+vô®e9—Ä(ú@_q&%ÚL÷VØ~ dNÍá{ÓÕfr?î×䜲>d­ôK$5'x›®ü©º`<ƒóõ‚´v>9ßÎù/RÖáû« ¤Ã÷~¿¢2_Wƒ ðÔO0Ø;¦ý+Ò»£aÏ]j94°úºš|€®G]xêÈ=ÿôÃ¾Ž Ä½ý-'¹Ç>ªŸ?V^š&*h9ÛGÓü Ÿ¥,ý*E©·7…æ>¬qûQzÔ},Ææ_t‘û?«$]òdóý[loI,§¬ X"]»´ÎDo/!€®G×#„®<6ªóS[•’Î@l9hŽk¤öQMVã¿äí²‚PíËÃQ:žägùõsnR=¡DËßÎæª-Ú€¿»='”í:ç’"¿3¸ýPGJv\à¯ú¯ÿâñØ–ÄbÊúpçá•¡|ÏuÁ^?]®G](t ªˆ€snçB¸:ß3ÿ¥Ô(ß³AJkdzäþžþ±4}‹?ƒÜ<½sÅâu®aüH@×£ëB×]®G]t=º!t=Ðõ!t=KZ­Z­Rª”Š¢C|¼:Æ §ëB×CQdÐëTJylL”ø©@!%nÈÄjc°ý¬µÒ÷ÊåÍÖ-^0¿ˆX²ÐiÓúµ—/^wéz„ÐõP‹^\\ô÷ùsgMœ0n¸Ñ:â&lþÜ¿¼<ÝâmÑ‹Þêÿ„„ÜLKKË(IM½sãFðêË/?«Õªèz„ÐõP¤¨” ±èý>õ·óg½"#"¢£¢(t"ÂÃÏx¸ý>}Š¿ŸoJJ²åöN­RnÞ°.4äFFÑKÈàMëׯůÐõ¡ë¡H‰‰‰rš;ëÂYoÞ8„B {‚Ì›“žžnõo›K:#z9ŽîÝIYºh؇éz„ÐõP¤ˆŸä'Œ‹ŒˆàC!¤°Gl.âFÍêØõ/˜/Ÿô"ñ±G†‡Ñõ¡ë¡¨u½ ãFGGEñÆ!„ò DܨÑõèz„Ðõèz ëB¡ëÑõèz„Ðõ @á³ãï7µÏJ!ÒGy.ÿí¬3Ч|9µ7öMèך‡âÉw½Œø«[ÿš¶êz2o?B!Oq×[ÏÝ"º!t½GBqô·Îå… =–]U=º¶wýÄή¡:»š¦Ç„Æe^ý`ý#+›š«ó› Å»íˆ~Kû°µÚìÁª.L©/¼Ðÿ`Ü“ïziQëß“Uûôx$óûhºÞ°Ýãßm(“ÉõøÉ92Õx[†Þml‹Ý—ÝL¥ëByfºžúЀJ÷÷jŠ¿X³]ß×]R§>=]/)hù§¯wûé”*®Gyü]OkC'A¨6bÍÁÞ»yñÄêžë²Àïþ!<âfPì#?{óI¶§ÂÕõrô¾GÐõÒ{Ôm:rg`Ìõm#šÔâ¢J¿w/É÷ÏN5:θrÛækŽ®G!¤t½´ûI•oë,5¾ÚxÜÍõÔ¿{×ÌÒ¤¤ 4Ÿz9>í™ ]ºž½]¯é,Mæ-Ÿ? Bƒ©ÔR' >0å£f¯ß¿ekv½Å_%Þ¨ Ù÷]·ÆUË›Þ×ê¿óýšóòûGܬrëÐO=šËÊÇ(Ýhôi…±=ÝOí‰g¥Á´¡Gÿü´M•RÆq»|ù÷™XÓd5¾³› ezí±:)[3ÍEé·yÌÛµÊJ£½Ôàõfåͺ^¾£[.­•ÅP¬ì[÷ÅâÆã£¯µ¼À+Voˆvð¢PñóãòÌIÅú´‚P}œ§<Þúð9¬®§Û5¨ŠðRšü»^²Ïomê>!u6ñuÛÿ~5%5tEÏšÍǜ֥ç|݉8ôû Nuebwýàút=B!…°ë5sº‘œyÈu]Š UFyŧ%‡®P¯‚i³[¹í°e—u©Æ!ä'~éÕÂÁ´WSºñø³R-L‘»; ëPí9é¶rµû­ I’nŒs;¤]Ui/¥\­n_¯¾¬5N -þÜhAöÝÙÌ>©9ø~i¡Å¢d«O¾áÔL(Óç°ÆÖ¬éz„Ðõg×3Ü\Ñ^ªõPbÝÆ×J6î´ëØ¿;f¨.~=§0•¡é¸5»÷íÛºlrŸš‚P¾ûòkZiôwÕ§¥ê¯îÛ¼÷˜›ÇiçECk Bý)¾‰âÆò%4ýaã‘“'ïÙYu'-þò´æÅ„—ßÿÏîÃGœ7­Ü~],añ—¦4+&T|oòZçC»—~Ó¶ŒPîÝUÆB—G׳œ¸y׳2kº!t½ÇÕõôʨçÌÿT,;_Ÿˆ5„mëQVh:óŠÆ4dÔÞ~Ï u'ŸS›—©›\ÿ»K)¡úO…ÞÞQ¬iˆØÑ»œPyÄ¿±¦[tÁëÞ)#Ⱦõ[éz擲9S³‡i¸µÑ±´Pí»S ‹s8íÝÊ9œ–(dzº±Kq¡ÃªP½ÞºéÝçÄ Šñ8©Âs| áÕ¡GâloO×+Ø÷õ2|—~ÒD:X'k6h¹ô©1Íkö\êuxæÀNM¶ê9fS@b†8”æÐàš²vÓ|’Lcq'!„BÚõšÎ ˆOJÔËC/»ÌPM^tP‘j^“Rã¶w+.tÚ“šY¸2Ë—éNåþË‹}7­ùÆ«|åšyã¨-ÝËÕÆžÏ¿ë™O<Í¢ë帗®G]ïqt=óTìøõÚK ±ù[Ýâ]\aàá¸Ü5GsÝ©… ´[qCk÷(VÚ“ò̸B™Þ{£²–M°¸• ´ù;P›w׳9S³‡©ôS](ós´å÷õìݾ®§Ø>ñÖ²òÅ¡ô /ˆSiµ(P+õ8isÐpÚeµ^åýS-¡âçÿÆä5ü#ïzÆÜMÖ©tÉé·¯ÌèX£ÓŒ;>kÐxèÚ³>G~{£f—¹wî¥\ý£½¬Î·„{t=B!…§ë¥¤¤$&&dJˆØ”k¯æ•¶ÃŸ‰‹ïUîüùÃVÙ›ÝÖK‚ ‰ú«sÄÍno縬‰¨½Ç×Ê~à›=Y+7ꃖ´„¶ËnUîߊ; £ÜT¦»â¤#‰Íç_×'Z™xŽ[,ï-º!t={»^­o·Ÿvó8¹qTA¨=êP„ÖÔª %ÞXpòÂùsYÎûÇ,º^Àc× ÖÚ=ŠÕ®'v®2½÷ew½@©ëµ^šo׳5Só®gœøû¬u=;F·§ë©/Mo&5>³çäo}ÓZËìn]äž¾/ ¦\ˆ>ûc-A6ÊMžçð§ë™’zsY÷-ƹE{~Ӥɷ^‰b¥ [því£ï¦\ûSêz®t=B!…«ë%'$ÄgŠß(îÕÔüfëIW7ϳ¾Á1º¬»4WfH›Ýóöœö:ë¹z›bBëÅAúø¿q³ë›5¤êÌØBÙÞÎ1Ù“oô—óF]Ði/åï`}‚JÚ“¨4â¤ÂtW¬±ëÍ»&ÍÚbâ9n±¼· èz„ûF#UÖfw×±ÓîîÿÌÚì4¾³Œ›Ýèì‰DŸ-nµ_é6vÑÖý.ÎÛV.ß(gí¥ìËÚKéºHÜ{GQ^œ.î½üö„eÛ÷­ßDšÍõ7ÜV&n~KÎ{ufw[ÿ6Dt=Bž±®÷d®Ã¯¹ºôÍç„׆ŠÒÅ«ƒLëײr)ã;øùê]&¸Æeu½×Úµ­^ÆøMúÍ8|ëþðÙ%וLÔW׎hýª4T±—[Ž<%]–äæ¡·¬TB¼­LµŽÿ[ä­³8ˆfõ¢(Vgšë‘jCÏÜ^f¼~²PìyY“+ì=÷Òª-+gìù¥Ã³¦/”~±Jóa;Ât™÷j¯-l_\(ÿÁ¶0}~Ãçx€ÚˆÃ?¾Y¥Ôó=vD=èu83“xiZ‡ÿò˼ôÊðÝãëËdÕÚ ^tAŸùÛ w5VíÓ¶–ñ:. Ú8]àŸÌÛBÈSÜõ’’nëõºLºÐõ¡É_¾j]ö™wÅœ7»U³7»Í†îÕêôjŸYM„2ïï‰2X´j¿Æ¡T¥vãNʼn7ªoœþq‹¬½”á Ý"µYÃ+|7ŒêR­ŒiÚe_«ßyÔž›Z½µ‰›ß’ó^í-ÓÆ}ùuµÍ›?"º!ÏX×{,çp>È‘çy Jü×òø¾!„òŒu½Û·uZMD×#äëzåÎÿ¨ëY~>ÐÑèz„BH»^b¢V£~`–;$3µ'‰®GÈ3ÖõË9œ×£ëB!…¶ë%&&Xî#t=Bž±®÷´œÃ‰§¾ëMœ0."<Œ7!„±¹ˆµ<ºžôƒ*eD×#äëzOË9œxºÅÄD9Íååá·BHaOP`À‚ysÒÓÓ­v½% ò8¥RQÔ(ä±K- ëò,u½§åN<ÝÄmŸ—§ûïÓ§\OKKãíC!¤0FÜ„‰2qsæïç›’’l¹½S«”ׯïë^QsÍßwËÆõQt=Bž™®Ç9œ°SbB¼Ÿ¯Ó¼Ù'Œ›0n4…ޏ 7db•»{7ÍêÆN§Ñ\¾xqõŠåWýýâbcäq±EøHÅÇ»fåŠKÎÉå±t=Bž™®Ç9œ°_JJrzz:ïB!…7â†Ìê½û4jåÅóç6mX»tтŠæâ#ݲq½Xôb¢"ã :º!ÏL×ãNsZ­*.6&*"<2<¬ˆˆŠˆ0ÑÓY}Bèz„Ò®Ç9œÈ]BÚõ8‡t=B8‡“;º]Îá]®Gçp€®G×#„s8@×#„p'èz„p§¹Íë×Èãbø¸(:n'&$%Ý÷éz„<ÃçpØ·'ìVHrò턟{E¡èݹsçVÈ q?®GÈ3|gp`Àîí[ÂÃB“““ÒÒRðlKJº-½]Û·Ü ¤ëò ŸÃiª{öíÞ¼~8.žmâ^Ÿ¸ïg«èÑõyfÎáèz„<{çpt=BžÉs8º!œÃ º]Îá]®Gçp€®GáNÐõáN€®Gçp€®G×#„s8@×£ëÂ9œ ëB8‡t=B8‡“s8@×#„s8@×£ëÂ9œ ëÑõáNÐõèz„p'èz„Îá]Îáèz„p'èzt=B8‡t=º!œÃ º!„s8@×#„s8ùà]Îá]®G]t=º!t=ÐõØ'„®º!t=ºèz„Ðõº!t=Ðõèz„Ðõ@×£ëB×]B×]º@×#„®º]ºèzt=Bèz ëBèz ëBף뀮G]t=º!t=Ðõèz„Ðõ@×£ëB×]º]t=Bèz]ºèzt=Bèz ëÑõ¡ë€®G¡ë€®G] ëB×]®G]t=º!t=Ðõ!t=Ðõ¡ëÑõ@×#„®º]ºèzt=Bèz ëÑõ¡ë€®G¡ë€®G] ëB×]®G]t=º!t=Ðõ!t=Ðõ¡ëñÁº!t=Ðõèz„Ðõ@×£ëB×]xBèz ëBף뀮G] ëB×]®G]t=º!t=Ðõ!t=Ðõ¡ët=Bèz ëÑõ¡ë€®G×#„®º!„®º!t=ºèz„Ðõ@×£ëB×]®G]t=º!t=Ðõ¡ëÑõ@×#„®Ðõ¡ë€®G×#„®º]ºèz„ºèz„Ðõº!t=Ðõèz„Ðõ@×£ëB×]B×]º]t=Bèz ëÑõ¡ë€®G×#„®º]ºèz„ºèz„Ðõº!t=Ðõèz„Ðõ@×£ëB×]B×]º\ ëB×]®G]t=º!t=ÐõØ'„®º!t=ºèz„Ðõº!t=Ðõèz„Ðõ@×£ëB×]B×]º@×#„®º]ºèzt=Bèz ëBèz ëBף뀮G]t=º!t=Ðõèz„Ðõ@×£ëB×]º]t=Bèz]ºèzt=Bèz ëÑõ¡ë€®G¡ë€®G] ëB×]®G]t=º!t=Ðõ!t=Ðõ¡ëÑõ@×#„®º]ºèzt=Bèz ëÑõ¡ë€®G¡ë€®G] ëB×]®G]t=º!t=Ðõ!t=Ðõ¡ëñÁº!t=Ðõèz„Ðõ@×£ëB×]xBèz ëBף뀮G] ëB×]®G]t=º!t=Ðõ!t=Ðõ¡ët=Bèz ëÑõ¡ë€®G×#„®º!„®º!t=ºèz„Ðõ@×£ëB×]®G]t=º!t=Ðõ¡ëÑõ@×#„®Ðõ¡ë€®G×#„®º]ºèz„ºèz„Ðõº!t=Ðõèz„Ðõ@×£ëB×]B×]º]t=Bèz ëÑõ¡ë€®G×#„®º]ºèz„ºèz„Ðõº!t=Ðõèz„Ðõ@×£ëB×]B×]º\ ëB×]®G]t=º!t=ÐõØ'„®º!t=ºèz„Ðõº!t=Ðõèz„Ðõ@×£ëB×]B×]º@×#„®º]ºèzt=Bèz ëBèz ëBף뀮G]t=º!t=Ðõèz„Ðõ@×£ëB×]º]t=Bèz]ºèzt=Bèz ëÑõ¡ë€®G¡ë€®G] ëB×]®G]t=º!t=Ðõ!t=Ðõ¡ëÑõ@×#„®º]ºèzt=Bèz ëÑõ¡ë€®G¡ë€®G] ëB×ü{gÕyÆá‘as‹ ₉FQë¾DIÓ⳨išåxLc4&EƒIm11Ñ“[÷hÜÅF‘MˆAE¡A­Šˆ8F4 Ì0›MzN{N{Nÿèl"0÷^õyÎó‡ÊË}ßù.~?¾ ""Y¬@ÖCDDDD²Y€¬‡ˆˆˆˆd= ë!""""Y€¬Ç.DDDD$ëõ‘¬GÖ ë!""""Y¬@ÖCDDDD²x²""""’õÈzd=DDDD$ëõÉzd=DDDD$ë‘õÈzˆˆˆˆØüýçÏ?éÊ´d=€–’õØûïÿ‹¯]ˆˆˆˆ¨ìO÷,Ö¬g=’õZDÖ;–’\TX`2–ÿüóO|CDDDDɽ؂^é­›7¬³G²@‹Èzš¢Â¤Ã‡n”•– """"ºª+ÓZµ=ë¼ñVQa£e=D¬½®YÏ÷ަ$<°7vßDDDDDW­sE댱"è5BÖû>ë,"""""b+VòÛõMî£Îzÿhմͬ‡ˆˆˆˆˆØÖl«„d=DDDDDƵ9¬’õ[Ÿd=)u—·~¼<þšÁõCæÒËÑKÔ×M­m$´º’7â?™>ó‹ ]›~[¦KkÞšŠO¯YðAdVc\°.G½)©ÈȈˆˆHÖkÙY¯üÒÊÑ*ÏਉP`Ñž[äÞqÊÎë†&¸6³öêɃêSš‘D—ññ ÏnÓv×sÚ|KVÔ¢ÍZÿö¿ö¶Qç9%®øÆžiÝTO‡Ÿ±Mþõç? :Î<¢mV5º¾ƒM{ªÊ]réXí5\þË`á95þÇG|mæÛÇ—Nð'}§ç¿ DDD$ëÕõŒ7S—Nàk=ÖÝì»Û.–ZšÑbFýj'· ÏÏëe(91¿—è9ïDiíN¨¿¼íÞnþïž,«ÿµ•ú §x?ýÁB†þÒú™£‚?J)6·Ò’×"³÷ª‘a[â8žþ÷;ÆâÔðgGN_÷÷r×äÒÐ56Ø;Ø´§j>Y¯å4NÖ3\Ùܱ{Èg)Eåüˆˆˆd½š²žþòªq¢KHÄŽ¸˜Õ³Ÿj'ÞI)65“†¯¬ãÈ,{Ly^äðv>Sb45\³Y›“ðç×ÚWüQÖkõ%+}Ç ýp¡ =x·ÆÓ 5’õÚVÖ³˜tE%ìÞDDDD²^m²^ÙwïßinÙ—¢Ê³? Ü'~SP}n*Š›?q€¿¯›ýœ½úiÔ§oŒô¶þÅí±!¯­:WrNn(L^úÊ®¶½nÁ¾<½óåÁý}/÷ìýÌÜ—ô’³Ê»q“TbhdžÑöWõõ£ÜT!û~sIö¦ÙcTöSø ÿÎ^Œy‘Ä礘[ŠË‘†k&vë¾eûœÞ Á§<ë«ý;µ³}Šö~#Þ\“YQ—Qsbå›czÙ?»÷ã/g°_yýþ˜¥¯6Ý5jŽ­x}dû+‚ßÛt®Ä\ÑL™n4~ɦ›ñ¿nP€¯£ŠÎBÂvd—:¯S“ºxÒО>ö¨ž³¿GrEÙk¯Àç•Ä’“¦ûЧ–_4TO.õ«QæøºtÛõlÀÁ 4°en…¬'{[=»R¾3Rp U€¿·ë¨–é¤ô»•ö×·FxØÿÑÛÿ©à÷¢ó•š&7Û|Ö3^^$ÄøEÎuYúüÑaF’Vê›öbȢ݉GŽÄ®šÕß ž_ >~ÿн„èïœ –œ^4@´šuèø±Ø¿¼(ĠϾ×ÝyøÎà ‰·D„vâéϲu5e½; Ó¼Åà¯.ì9ôâ²AÂ}ðüÍ)é§Óvï:Zh¬¸æž¢ÇÜ´Ö ÌF‹ýGêöQÈz¦Òó1;c’ŽŸøVùÆB<ᨫ4sÉ`7ÑåÙ°µÖ’Õ;6D_,u\y×™ÛNeffefåÜÔYªd½ÒsAn¢kÈ6«;ÂSx?¿Ñ^—B7¿äû³=.>þÀ×K^î+„ï¤-W\gЂí )߯ï?˜yÛ\SQí'¬>iëFæùü³lÖ«W2Çשۮï`¥-s›Èf=åÛêQÝ•ò‘ê€ãlOÎY³ïprÜŽ¥SºUÕ2”`™K†¸‰ŽÃÖÆ$&%ìZëéÒçÙ²]ò÷gþ9+­³¯qÛ5f¥ Zű¡žbàì9Óõ­c…¾®Àh¶Ü:0ÙK ^qÉùÀ;ñÓ;ˆþ+¯úróõÍã„øÅ*û¼WaJlÌ‹*<~íÜX–6Ç_t™©ÖT_s4^]7\´{v_qmš\CÖ«”4ÑÁíĸmÖVXn«_ô=æ+QÞçV©LÇKüß=ê|‰©p× ž¢×‡eÕ›Y¥_rµµHÃÕM=Dà³:‰]yµ/ʦ\Ö«_’Çױ۵ߩX‡Á ?°eo™¬WËÛêÞ•U•î@µ³nïvÿl2”`‡^òÝÞN¼ãøú£=úÖcά'WŹñƒˆˆˆHÖKŸ×C"ëmSÎzú3ö~sÒ´öþ˜úZ'ñä’óz³þÜG.Ðù·©Új“ºÒã³»‰ÀÎꕳžþ²•u¢BÂ7è¥ëSòtWh¾¹Ó:I½¹ÈTÿ¬§Ë]üò°^¾í„Puì(œ³eý¹ð¾ÂëÅÃwîÕ:ë¹¼Äpmýp!Fn*0ÞSèFã—\}¾m¸õ ë©¿¹atŠ?DQ Y¯ž5J_Çn×õê7ä¶ìm"“õjy[=»²ªÒP8›L'%X梾B5%®ØyÎJYO¶ ¹ñƒˆˆˆØÔVøïþÓ„YÏóç !žÙù`§uŽç;=©D1Øç]ÝwÒ1«,9úfÑïOÙÖYåYkªpŸ°&í|ö÷÷ÍÎ)ÔZªÏÓæú‹Þagló@Ý™½­ç:Qæšõ y«‡ Uè¡ñÁ¬ÍM^ú¸»½~]hp,Ùž â¼÷v½¹Ê/."Dß×#ãÒÎeeÄ/áæœÞŸ]hÜÆ?TÖû¨êK ¶ô1b£Dú¨ÔF/Ù5ë寱g½BɬW뢲^ýkt9¾ŽÝVL4õ ò[ö6‘Ëzµ»­ò®TÎz’?›\'%XFXoÛÏzÞ•ÈzrUÈDDDĦÖôš6ëÝ+K›ÛCtx9ödzYÎ/(Ú=³¹ÀT§¬gÑD‡¨D÷YÉw—«¦›ÜUC„۸ͅ&‰Ÿ×‹Ÿê%†¬Ì­>yÓ]úÊšG†F])wL³mëµ|Τbð¹{0¤½Z‘£wþèÜTOç.8ÍÞT¢Ç{U7­é³þø„èüzŠVrç1S¼¬/9~ÿ· ÜØê%æ.SìF£—\ýbL7÷Mö=æ’Ú–ùEIg½dmCÖøàø:vÛõlÈÁ ;°eo“Ê]ªôçZÞV yW*vFºòg“ë¤ë˜1mv·¾*½Ì%ëÉV!7~ÛüÎ{}ÎÊ1íE×IK÷$Å­Ÿä.üg%ß6Ý«SÖ»g¾{ò÷OÑ9øÃÕû’ÚõÕîËzåt£»¸l°=ÿÉ×ê„„„]‹‚ăçp^]3\x†Æþ`»C¾:rõ®¤é§©#gø Õ¯vß4ZÿÝd;HõÂ>í;üå¶ýbü¹Nëzß/ Äo­:t<=ãÌ‘cÜ“RóÝ´°~Bt}nẘÄäĘ­ß$^3˜88ÍGøLX¼3>I½uCLnÕ€Òfüái!ü&GlKHVoø`Œ·ðüåº\ƒò»ÑKv>ÃöŽE'$Æl{¦ƒpµâB¹Eò)úµ.ªZÖ3l#DïYÛ24†:ÔXy%Zúø:uÛõlÀÁ 0°ån“Ê]ªüçÚÝV yW*vFº ëzrt3æ[ ow¢ÏŒ/÷¦ßùù+½+ž*S…ÜøADDDlò­›M¾‡Ó¾Y®(yÉä~öµw={Ëy­¥¦ÕÙY¥-z\Oúbú0Ç#Ó;Nüø”V9ݘïés£?îãé¸^o¿ç¾éxÒ‚1×ö[Ö¦°MøË2"~ÙÇÛqPÇþ! ÷çÙçŸåW׎v÷z!Ú1ÁÓg~ò¸ð}5±¤n‹\æ’ì³ÇöT9>‹ªSÀÐYê[&g]ÉÖºº»Û>àÑ}t¸mé¡> stream xÚíÚÿKÜ÷Àq¿Ý©§§w¿œ5~ÍšÆZ­Å;Óì´”Tlk4ˆ°„Ødê~˜ta…¥ÌÍè ÙfHh{¡ÁEGˆýÿ¶ÏOCÚ0Æàî ÇÇýôúáÉûýú¼‹Š~NŠòD¡€Ÿq¥²*ȹÿ–©lžJKKËr,HO6T¯.T¦N¡P8\Sáp(”)Õ+*üöo€<©ŠD"••A©B•úQ¢ÌȧX¬¶&Z©(?¨”D¥©¡¾.^T„)‰ò¯5Ù’h¨«­®,9Rä_÷'Ú“Í ñhäy¤$ ((ïö÷¼Þ~¼ñØ~¤^8HiP>L½÷Λ]ɦcÑÊpÙÑAʳ  L”:Ýû‹dc¼º"tt*..1 ÿæg¦?ù`°·ëxCmpÛ+9jT©Ùù·üùÜÅñN¿ÙÞ\=:HǨ2³òï/_,þöâ'©w^O©Ã”F…áïZœ›þè—=í‰xU¹F…åÁæÆŸÏŒ§úO´—½ÌóƒƒuTÈl€ü{ôà^žŸúðÝ7’õ5•! Êöw[½ñ»_¾×ÝšYH,̓F…ÍÈ¿}ÿào«¿¿üñ™·Úšb‘pÙ~£2ë( ÀÓío6oýáÊøÙÞŽD,ûa/Ó¨r³òïÙ“ïî®-ýfâW}‰xö§F…Ò¨ô½µåÙÉTgóáã ÄÞNzk=hÔpWó1 Ì»¶ÖWæ.zM£€BlÔ†F…Û¨¯7Væ/Œh Qh€F¥Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Qh€F Qh€F Qh€F Qh€F Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Qh€F Qh€F Qh€F Qh€F Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Qh€F Qh€F Qh€F Qh€F Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Q¸½ôÖúÊÜ…a4 àòìIúÞíåÙÉ QÍš§ÿüöîÚõÙÉTgs\£€³ûøáæ­Å«çSo¿Ü¨H,ÑÑûþøÌµÕ;÷ÓÛ»OŸííý3{{Ïžîn§ïßY½63þ~oG"y¡QáH¬©­ghìâÂ×7¤o?ÙÙÙÈ™'ÛÓ¾Ú¸±péã¡·Ú±Høy£‚H•†#µ­Ýƒç¦ç—n~¹yÿá7étú@î¤Óß>¼ÿÕ—7—æ§Ï v·6fUœmT¨²¦!yr`dbfaåæÆÍ»÷¶¶¾È­{w7ïlÜ\Y˜™8™l¨© •5ª"Z×ÒÕwftêÊÂÒÕ[k·×7rhýöÚ­ÕK W¦FÏôuµÔE+2**:XšWÅm§RcS—ç®-^_^^È¡ååë‹×æ/O¥Nµ%?ëe—æµõ-=§S£Ó—>»:;;7Cs³³W?»4=1š:ÝÓy¼¾öpe4*sÙ«Ž7%Oô œûôüäää€ ²sþÓ±s#C='’MñêŠì:*ûB*Z—Hvžê:›J äÒp*uvhp ïTg2QWóüuT¶QÁAªÙÕÖÒ”IT¨ôષߨ’² RÑx}¢%ÙÚÖÑÙÙÙSAx:ÚZ“-‰úx4HÔÑ1ê(RÕµñº†ÆD¢¹ù5€knN$êâµÕ/%ê0R‘ªhM,ȹx<«‰VE*^NT¦QÅ%¥e¡pyEe$Ps™úTV”‡Ce™]Ô‹ÚT¦Re¡P8.ȃ ?¡PÙA¡^LÔa¥JJKƒPäG ’Ÿ*T6RûÈ—l‰Š~R1@Þ½’Ù…Ü(àÿö¢£W endstream endobj 445 0 obj << /D [443 0 R /XYZ 56.693 815.761 null] >> endobj 369 0 obj << /D [443 0 R /XYZ 56.693 415.914 null] >> endobj 446 0 obj << /D [443 0 R /XYZ 56.693 396.043 null] >> endobj 442 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F71 414 0 R /F75 438 0 R /F64 307 0 R /F14 413 0 R >> /XObject << /Im5 432 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 451 0 obj << /Length 499 /Filter /FlateDecode >> stream xÚÍTKoÛ0 ¾ûWðVû`Eëuܰµè°(æ[Ӄᨅ?ÇÞöóGYrÒ0=ì*Éï#?ÒžÂMò±L6×’‚%Vqå(N”ÃÊ<¤wU?»6˹¤é<5ms¨&7ábç‚m¯ÿv¼|,¿ @αR†<õÐo)åÏóXMÍПÇ«|ø|È?Ôþñà 3™)á™Ze-ä’X¹)ŒÖ&ÝS–|.“}ž©0H€¶Œ(ʡG ;|C‚¤°~.žHF  Ï-|Oî{ô¯öQHJL!<â>¡D ¡ùâñú¼Œ£;¼ =Òš9ëÈŸv¸ „*û–þ ^.a endstream endobj 450 0 obj << /Type /Page /Contents 451 0 R /Resources 449 0 R /MediaBox [0 0 595.276 841.89] /Parent 454 0 R >> endobj 441 0 obj << /Type /XObject /Subtype /Image /Width 956 /Height 763 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 455 0 R /Length 83746 /Filter /FlateDecode >> stream xÚì\SWÿ¸ÿ­v8Þ::ìPëhí²{Ú¾Ýõmmû«{Ï:ªUQ€Š ‚¨8A– {ïMØa$$@ 2X‚2¨íûÿ&Gó¦!  ø=ŸG>÷ž{ιgåžç^.ñÿý? 0`À€ 0`À€ 0`À€ 0`À€ 0`À€ 0`À€ 0`À€ 0`À€ 0`À€ 0`Àð0†¹kÍAADÑ[þé Ì¢cJÚAADYe}°ÂLjâš"@AA†16¡ÕVAU‰õ§„ð‚VàAi3f—¤AAdxcÌÞë^ ú§!²èU `ÑD›É+Ήõ‚ ‚ È0ÌÓе„ód$W“w! $†,QJg}½ÿôw1Mä”P'{°‰é6cÓ-Fîbl¾ÃîR¢B2AAdqÈþiZ ú§!Äo!£þ”˜ù0ïóŸgvŒ¯“ÇØl{\BPBRp|b`l¼t¬op¨ûC;ìƒ R"‚ ‚ C…Ãþ_÷sOjÈ-dŒúSð œÙ!Ž/Ï~ãÍ1q~gÍ 'N›˜šÿ¹Ïx£R·VÈŽ 2œ8ÃÃN@dxp$ ‚øªk²@Cˆ¯BF¥%üf¤MJ …,6 =âSFvav÷:RRh—•–<(g>[+áÞ A¡®D˜O9pð欬§¬7,Vh³BvA!•ùš£q ÿf¼üPä¶Ói$ž\êw9fo´Kž xÏùœÓÑ\ˆ·ôgl°M\h:ß8hùáȃK±ZXV_Õüo‰¯BF¥%ÀÕ²¾åºRà†%d3›Ë8—W‰8|© € ØåŠ»A›•–<(g>S+Ï®=ëM¶î]˜šmKI c0²32BzÃfïÞ»^!;‚ ˆþcéWnä”ZÉo½yëöí;5^îJÈã€6ÃÕû¿Ò˜ÊÌc6ÀQØ0pÌÞïšot>µ„-î¾ÞsçÎ_¢ÖÎ~¹¦K±'B•~ã¸ßù„z !¾ •– Þ™5)a©Yr]Ëu‰6[„¯²ˆíÂ!¥%Ê™í£yòì2\GÍM¨¬,**ò ÓÒ)”€Þ”—SwìZ­ADÿYv(¼ÜøÖí;\AÛ•ÎÀâƒa2g†øÎk7kEí)Ì­öS ¨5Äßè¹Í¶Á¡ÀTÖN‡,ìIA†ÖÁw}UóW ‰¯BF¥%gîýV‰Ô¤s¯ò`<™Æ½LãÝóç#pHi ÀƒræSQ\y¶þ¹œÉÊ¥€'÷ž ‰²#‚è?¿™K¯€ û|ã =gSŽø—ËœYØÒ±üPØ ‹ÈÝN9k­c™ÜfˆÍ^m¾âpäb³P ï£AØ“‚ !lBØÄWÏÅò5„ø*dTZ‚Lå³(Dª/8x±d•E8s]Ë5‰9ó.¯²ˆ€HUu”3CMäÙ´e “IÍÌ ë-cÓæ% ÙAôŸµÖñeÕbÐà¿ÿþ[ÜÚ™C¯·ôÌ2pÈ‘{7ƒµÕ>R a/0 ¾Ùs"ý“™ÛNgH"ƒ«û–c7"2´°•Êgo÷Sd±UQ‚LåÓ÷ŽTS°ïBH2yÂ Ú ò ‘ªê<(g¶a˳nÂrV.5/¦OhôLH¬ADÿ± ªXmí] ¶ÜÒÞM ìFA†vá5ÄWWê¿õ‚¤!¾ U•@ô˜ì*T_—<Ù;Ì ÍÒ§ÍäÝæ8¤´àA9³|3U«e²r ‹û„ÎÈ„Ä ÙAôcÏR#§Ôù&Á „¬9I<Ù%²DÞ™w8f“Ä«­b˜¼»ïfÀe|™äÝŒ03Ï|óKtìIA†'"8ÄW-+õÁGÒ_…ŒjJPõ>³&%üóo#V—ÿ@¥%Ê™­‚*åY¶ü'Ve^)-­OÌlH¬ADÿ!n|¥ëGÐÖÞyƒx²™kú?œÙ!›$6ò(6u¡Ü‘¾ÿ|ýæ-ÈÒÑ-ùÀ­§Ó±'BœŠ¼ë«þ€zg&iˆ¯BÆÁ+!ƒÑH„y—S.@;sÄ]{)JK”3‡—±hÑ\=«°(¹¨HŠ‹S‹KR%?‹SI ŠKR.š«ADÿùÝ.9¹€ÛÐtõÖí;·ïü%hîp*Ýt"UÞ™·ŸË–¥ßácä”Z*û®¹–N;¿x‰ ‚ ‚ C‚ûïÌÛ·©ÿ’AAÑ7@bï³3ÿ÷¿ÿm»Ü \nmAAA½…Xk9½ AAAЙAAdˆ:skK3‚ ‚ ‚è-èÌ:ÇôÀ•+VàÔBAAgFgVJS£ØÂâp}§ÖC—Scbl\ͮ®@AtæArf0MÍIHˆ‡ìüZž¶ úÌx Õh¨¯S_}¨í®]£G`ÛúèÑI“&A•/Z$kB¿ÇHOÕS'65=ðÓ?^%õ¼3ûÑ„>'‚ ‚èzîÌdU•NNŽ,fysS£¶ ´H(PŸQ'b ž}æ5Î,_ŸÞò0ص•çüy'8ûCCùH‘>>—*X˜<òô<³œÁåÔº 9ÍëÝLÝ:3°lٲ㶶ýË[ZR¼`Áü‰'>úè£ãÇŸ3gNHpÐàÍ„ÁóÕÞý¬ª èÌ‚ :³VÎ ‹©*âã qQaØ¡¾Ž¯&½,K-«>YŸÀB¯UúÞUÛT•L¡J#ï_~ùå»ï¾3eÊä¦F±,211AÖd»Ž_«UW |»™²zj[a˜b‘P‡uƒ§N:oÞ¼ä¤$:­Œ’šrÔÊÒÕõÂàõÆàM9¥Óé>×AAtÎpfy™‘EÙòÈ‘iÓ¦9òÙgŸÝ½k—,AhHðo¼ñØc}ðþûùy½‹²µµ™9s&$xñÅMh‹diüü|_ýõG}´¢Ô»ØU•?|ÿýã?þöÛoŸ9sšx‚|z…ÎQ(Ë©Y¸`ÁèQ£&L˜`°s§|U{7S[he¥#FŒÈÏË?~|DD8‰<ïäØçÕÑj'GGùÔSO-Y²šFâ++Xß}÷­B©)4S•3k27Š‹‹äËWÕ. IO£@ápŸ¥~^)í%õ3AUïõžr€ý©“ Z7iÒ$+KK÷³ªÏ‚AAЙ{ÇìÝ»gâĉnn®e¥%)ÉI°Ë|òÉ' ñ¹Ôœ?þøë¯¿VÈhjzàÕW_ €%>,4äå—_†5Z–¬òj« jœù·ÿû¿·Þz+#= ,bʔɽÙß϶KŠ‹Éj…Ò.\:ZñÌÓOƒ£ªi¦¶.º&¿ô‰áq9 -£F=yÁÅYi–ؘh²{ÉÛë‰'žÅCƆúº1cƤ$'˲\ôôœ4i’, ,Ùjª¤aU!üúË/Ï©©1bDHpIvè9yÏAVY^ˆT( Žr95=(0Ä[Xž9s¦šfj ”æ|þüðÃñãÇ/_¶ ”öûñPßϪ> ºhAyÈ™˜›BÌ]ac1Õg‘¹,>’  92¹%€5ô>¶ÎÜ;¯zÕÑЙå³Ë;sïfjUçuk×B®GïØþòË/µvf‡ –Ç7nܪU+!&/—êzÁ…Ä+¶1"œÄ«)4³·3÷onv-Y¼8.6Úåæz¡c¡À¡Cæ ¯êf½^RÕÛê{Oé„ üýý¶lÙûYÕgAW ‚ ÃÛ™aeTH$ærjzÇðky£ž|ÒõÂõYÈ.$–Ï8zôhw7WMN§9ªòÞû}t0Ù=|èB} 2Qú¥[<·wi${PP ‰·öØc£Fzï½÷”Ê^?œY!êáô+¾{üñÇáŒöö§”Öç¹ù¤I“yäˆT¨IM5{Áüù£$ß57~çŽäéßÀùûï¿QˆQåÓÜ™µØ>wö,4ºbΜ9ä?¿ ñ mß~+ýµÙ³Oœ°ƒx(YÍH餙J¹sƒ´ëÅ_øøãŽÛÚj;Ìrƺuk_}õUèÐï—_~yëÖ?ä;Ÿl+í%õ3AMï)L¹œìì/¾øb̘1P>øî€tÞϪ> :hAöÎ ë>‚Ȱ;~|òäÉØØK‚ ¢? 3#ú@jJŠ··WqqQP`À¤I“vîÜ}‚½„ ‚ èÌè̈<ÉI‰³fÍ9rä¸qãÖ¬YͯåaŸ`/!‚ :³¼3‹„AAÑ[ЙAADÿY(h@AA½AAAôß™©Ù‚ ‚ ¢·èƒ3ÿ 0`À€=úàÌ×®u#‚ ‚ ˆÞ‚ÎŒ ‚ ‚ CÀ™»»AADoÑgîîîBAA½AAA†€3wu"‚ Èð¡³V·&±¸Q$Db¡ ©QÜÖÚÒÕÙs8úàÌ]]‚ 2Lèìhn—•ùx{ž;} yP8œ±÷¾è^˜Ÿ×Ü(Âi‰ tfAÑí ÂìêržÃ©¾}ûößP¸uëVM ÛÍŹ Úv¹g&2œ¹³ADçP³3îܹƒmGî3Mb‘—'·†ÖªË©ö¾è!¨çãÌD:3‚ Õu¹Iœœר$Æ®rÞXSSäåãáéíæîéâê~ÞÙÕÑÉ圃ә³§ìÏž8yú¸ÝIk[K«cG¬>bfsܺ°0Yÿ gìñ ³¾•cj¶ÍèÀ–{lÙYP­Û¾u÷til?ýñÆñþ®À¸6(ðÔëŸzý„7dd§îÝoØÖÖ:mGtùÙAgÖ?g®åÖh8|Ù¥µŸÿ¾Î$Óæ8}þгï|²öå×çΘýËœ¯6ù%$6ŸtgÍÙE)äáTØrÎ,±…¨Ð®®Né#”«W¯¶ûúà8ê!\.̪«³~Ânu »½­»E' ª ˜ÿð³£ãê%ß‹BAý`3lÃ])ÑæfÝhs9“–_D½yó&8ÆÍ›7`Ò\¹Ò€$ߺÕë]OOO %®íí—}ü½Ï™ÜçŸïëíyÑ?ÐÅÜb§¦R‡Ýëìê(nŽygõ+KÏÏXì4}‘ã´…Ž¯.=¿À8dînÿ™Kœ^øõÌ+/¬µŒ^m¹âPä’ƒa83‡²Ëp‡†×Ìþ9³H,Ì+Ì¡d$¥g¥*Aɯ6†Å§iÚ‹ÎÝ\'lÆ% ù>;3¬ø"’Úf°XR++Yié)š—Ðo.^ôôðpì,ÉúúºÖÖò’ŒİÙU—µnDÉG@$ ” ³´{ïj³ÇE׆†:œE,777’Q«aW¥&Ä+PSU ‡ $ƒÄ9»º²œI'¶,}‡GRìµkÝׯ_#y†CÝÝÝÄ™/^rÓ¼p²Ôjž~÷ž 1q~gÍåñô>åêagrðcÓ-2È#h³Ã;(i±ýhµÃù3B±4xÆR—i‹_^t~ÊÂóïm¸øóþ9øLúÕaÒ¯çæí Yb±ð`ø“°_B!q5ýÏ[5üiÛvr¥æguvuÀpüWE€C’Aâ!ÿi´öKgÎÈÈÒÎ¬ÉØm³K\l»ñÏðYÿþ}ÏÁãáá¡))É%ÅE°¢Õò¸ÉÉÉ{ÚÌúd‰ý¹¼C§Š7XÅáªôP¡ÎÜë)–RD†Ðð ÎÎÿ 3—Çñöõ”¼î¨Y ý&(0pÊ”É,f¹®²PRS š›»æÙšjvkK3XxOwWlÀ=ÎåÖÝž¨ž_ìï£ùDºÀG 8,@&Ìð c‰6_í¸êâê ×õžE,57‰ÉxÕTU¥''dgæädeågfæedPÓÒÒ“’ª++!$kj‹DÂþ«®¾6+'Ô$Yú¶U·H,ÈÍÏI¡$ÄÄEå5êÉ!°eh#ütópÖ¼ü»Þ¨qú»Öøú;8e¬€‹ë1wÏ“®îÇ/¸Ù:_8æälåxþÈ9ÇçN›0ÛÖ†ÛŸ=!ÖƒO[â2cÉ…K/ÌXæö厀ÿì ysµçÔÅ®möùÅ8|Þ¾Ð÷†|¿;èëþ8;7cËÖM~‚´m;_˜Ó †ãŽÚ $ê¨Ák/qfPµ;z¨T*,Fp‘VŸŒÇã}øá‡|ðAWWר¤t2« l6»Ïî:s_—šÏþxíEÃý”7¿Þnlq2%9©´¤„Í®lin¾u«G:º‹Š Û8Ìþ÷ú‹^µ?þŸ]1ì—D^l†„3ƒ-„üÓ@˜½|<$Ö´l2ñUÆ·xñb¸yT“¾¨°`úôé¥%ÅšŸ¢Ï,tæ¡¢Üm—[ØU’«L›ágeSý¢ß$g¥S"BÁ„ÃSãxœj5鯴·Á‰`:éÜÃÛÛ.ëOg½aP¨ß?>ÜW'§úÚ|õŠ“ó¹:~­n„™]nœŸ•UΜ-sæÜôô åž6K†U, Zߺ‚Ç%ÆôôôܼySÚ¢ÎÌì´Ø„Hvu…HÔPYÅ õ÷ðr¥¤§Â­Ø2áü‡ÁsæmÛWžs´$ЉÍHKmjj„Äp¥bWVðy\ò·„jPúÚíY[åTaö•f·Æý¢k9“~Á͹º†-ù®õ¶VXøàâÌ9{¸ª÷óÁoŸ3‡Í+CU&È„™š–F¥P²RSÓÙ0d]œšíÏÅË/ȯ%¾v­;7?;+;]v4*:fùý8y \¾ÜrÎéôà9óæ?–šÚal²ù›LL·$%WTä«¢¬,´YÛ¶[ÛZÕÕׂ°9àÃ?‚>ÞòÙŽ°ÿÅ~aùéö°öÇüd7wÌw{"¿Ú>g{ÈG[!qn~Öšu«ϙӳR`8º5 kXìêU«ll޽¯Zûöí6mZvvVTT$h°¿¿_Ÿ‡x\Σ>êâìl°sç”)“eé—-[Z^Î`{×mX#£ßíUåÌAAA?þ8LbY |`§Njmm}C¿œTù‰'žøðÃá§zmÖЙíõY¹-ü³yw.+-4Ôƒ \i¿|¥]òð³½­·‚U~ì”Û7 ´*üe§'š$:óýtfXsÕ Ô†øvt^•f/×úºZ‘P˜çæá-4Ä‘QaögO†E74Ô)-05%*@Òp“ŽùæpM.gÐ!òäɯ¼òÊÈ‘#_xá£ýûeµ…ÏÎ1këéӧáçž{nïž=²òUeá×òþóŸ¹p®wÞyÇÉÑÎÕÔ(–ÏòØc½ôÒ‹ææf ë²úDEF¼õæ›p. ð&é:S}*pà€‰‰±±æñ} „ (Ü“ÆÂϺºZvUU¿Ö÷Ö–f¸Â46ŠÉa¿öö¶r DºwiPÈ*Œ2ÜÑwuJÞf…Ÿ7à¿»»®–‡ @’’ìJÎu/žQV!+ ÎTUÁ‚íJVy|tdH€oxp@vFTIVSM%Åň…’âåѪCJŠ J‹ 5ï‘Hàä#ÿV³›çèdI+ø<'çs••,8ÔÔ$¾uë\ÖOœ:ñý8¿®VúÊG{J|\NzZnfFžØÈÍHÏMO£¦QrÒ(Ù”Ô¬”äŒä$HvYúu‘ÕÕlmÏUPÛÔÜxëVäí÷†º¨˜2ó A!þÒo)¼ ÷ Ê-­MÍÍMM"û3všŸ‚,µš&¦¦ýîÙ¿á¿ØåE§gFG_LM ÌÊ ë •µ×èwmÛ~ÄêPm4ø³ía_ìŠüÊ0úÛ}ñ?'~o”0÷@Ò¼ƒÉÿ9Û_ï‰ùÜ êãmaïn 5{U^Aöò•KÉìÕmÛ i™ÉÒ9v&[»ŠÐ)ýÓkH‰µ*œ\Ðd=ò }æ™g\\œÉîÎ;¾ûî»>e¤§A9pm‰ƒ rÍñºxñÄ ;mG¡w{·ïÜFnÓ`c í%ÎL¬XÀ½Çïìì,‹¡P(<ò¸44äÊ•+$’¼,ÑÕÕEvfÍšKÀäÉ“­¬¬àÂx[YPšŒ•””ôöÛoá?þ¸ªªJ!#ICÎW“'OΜ9Ö¯I“&™˜˜4mmmË—/=zôĉŒŒ4)\Uµ]\\ VXXO:u[³@&³B¤››ÛÓO?]PPÛð¶!FU Ä™û¸7Úm5HøðÇ—üë««ZšÛ¥Ð@›á'3ü„µ†_ËŒMœýíÆ#GË^›¦k?.¶ÈPDÏYòx-È–T¥¶Ÿ[]Æ{yvu,¸ZQÉ‚V38$@gŽƒÏ/t‰5¥¤¦€6ŠE‡™¿þúk‘á,ftTä´iÓdnlldW¸P³˜ÌÌŒtp`¯&Ë‚óßž=›J͉‹™:eŠlù€,pm  •em–Õó³Ï>…ú~úé'ß~û-)*$8•—3ªÙU€¶Î yôXi¤†€0·¶HþORXÊëëøR‹«†˜æ¦&¸S€8Äb2Eí’+N Ñf]‰677ŠÁQ««*{Ÿˆ(.\ýäwabÈ⛤yá$Èph?\«Á·++Ê¡VW¡JIñ1ùÔlY ”äDh•¶6ØÈ ¤Hÿf±S͆CñÆëÌUÍ;¤¬¤òÒJ‹„"™ ZwW§¶=œž‘Ú&}›Tzµ¦†íêîL>²Û±³çìË™ôËm­a]Ï­¸CññõêŸ3K¿¶BâÌTpfT™Ø²¼0§¦dÞsfò—žUʆL=QÑa Ìð¡¨yÙtz©üQ¯æâ%3§NŸ;iæÄ©Óv'íÛ²9~òØ 9³Ù¡iéáŒòB93§¼<§¤$ÕÝÝÎÀ`ý~£?BB]Ò3‚È/ˆßµg¶m7?lÊ«å€3ÿ{wÔ7{c0NúÑ4õ—Cé¿YdÎ?’ýÛ‘¬ŸÍÓ皤~µ7á3ƒ˜·E¼½)œ9¿:¨Î—Ÿ#¸Oéêê0>°ï ¹‰ ‡ $ƒÄtffy9Ä”–Üý¤øú\š0aBŸ‡`¶ƒÑÅÆDÛÚÚLŸ>bjyÜ_ýµÞ¢´½Ä™Ø^¥Î aË–-Ÿ}ö™lwýúõp/ o­ Î|ôèÑ×_=>>žÏç'''Ϙ1ü³·ªJFŠúüóÏsssY,Öœ9s~øá5ÎlffæP[[ *SÐ+V€—””¤¥¥=ûì³àÕê WUŸúúz¸G°³³ãr¹P~ddd¿úçÓO?-,,”ÅÀ6ÄÈî5úç̯ýßÑMÆÌùÙ2 4ĸ­µåîCfÈsÛeÉc"A}\RÚ{ÿùã€YÁ«?[¶£3£3ë‡3‡G…ç“ˬËׯ_wr9WΠ‘£.®NÒ߬I‹ÁÂ*y`kœÄÀ>zìHŸÎ Û¯¾úê‹Ï?—ÅÇDß½0‚Î;6';K–ÑßÏ®'°—ýQ£Fyzx(”¬&KC}݈#¢"ï>µ²´$ËÉ’•™!ËâçëóüóÏËꓜ”DâüŸxâ U«O?´y÷î]p¿ îî·0Kô²¦, D`WI¾ª²’ÄÀ¸ÀI& Ëh¥)yù¸EòßÐðxœr£w¬rZXp’[G•ý¾ Og†È”Ä8­Lú|ºš•ž•Nùûï¿IzÉ£jɧ]­åq"BoÞ¼I2‚òݾ} Žp«Ù¡~·nÝ’/¼ãÞ+Zõ ½¬²ƒ'“+ma~.æׯ÷£‡/ù]„V@gJ¿e¢ê‚›sŸ·“qñÑç]¢c"à3ùÄ)[­´¹¥Q l¸q󆕵E¿>>’çÌRC¦J!Û9”T™0g&'g†Ñ„ŠItkÝ./Éè\m¿~ýZ@°ŸP$ÐùõM+oüsÇÊŒÌÐTJ€Œ„DŸ£Çölˆ‹óðpرsƒã‘”Tù4EÅ)Ûw®Ò¶b&¦û9ÜjÐ`­((Ê]±rÙà9sHx@OÏͦ&É¡X³èý% ‡ $ƒÄtæÌŒtˆ©¯»ûOLH€]ò»5‡G‡sS§Lyíµ×âãã`wíÚ5%ÅEÁAA3gεËËÍ}àíUåÌÄ3Ùl6lwvvÂÅßËËK•3_»v Èkahhè /¼ P¦šd¤¨ììl‹ˆ*g†3ºæçç§ ½½¯„„²{âĉY³f©)\M}h4déý¬»Ï™µ :ó¯Û¬õùq±«Ý¹`¸Ì¶Ý}ÈÜF~÷!}ÚÜÖ~¹U$8z}·Èlãö„6Ù£I¢3ë‰3 ê½|<Á::®477‚ÛÀGÛå‚#_ú{çèØˆ¢âB‘H,¹†ææQ‚†À`¿5—îÑÒï¿ÿ>yçÄ×ñï>¾Ë•^ÿg€KX.•š‡85Õ %«É" ‡@lHÊØ˜h²|,£å“O> 1°,’ú€lËW»¹©qàÎ,ÓæñÒ0aêëøbq[[+té=~- ùòåV— bLî&àN‡üo€Í’¿§h壕•*}=Cò~lG”PÁddPRÀ6aCCgfÒiqÑ ¦0³Ãƒù<,v’Jòk)ɉ¡AaAþ Æ$=É’ÜÕÙ)WàmùÂûÝ-D›#B‚€³d¸S“**˜ÐŸL&ÝÙÕ‰¼tYÅ®„;ÄʪŠðÈéƒYŽíѬœŒú~Tt¸Ÿÿ¥8óeál©!9÷6²SSä…9=)’Á€Â­ëÞÍ‘æøú{C烓ÀíLhxª—©î›3oÙº4/?Ž’H s12ÞjzЀUQƪÈãñÊs¨Ã=›ÞsQ–ŒÎÈúcÛrm+faižš–\Ëç „õMâÖË-’{¢NÉ🔖Öfq£†’[[î®`VÐËèÅ0пoZ¯áÕ~83ÜÁýKƒ ªqúÜÉÛ )ÿ"á$€døA9³< ÊV––p%™0aBPP ™ÙÁ9Ÿ}6ö[`{U93N333Øðññ3fÌÕ«WU9sYY™ÒÕáúõëòªIFŠjkk“/¹»»[©3—––†H$R¨pqq1Ä766Ê¿OÒÓÓ£ªp5õ¹yóæ§Ÿ~ #µnÝ:iUï™<@g6?üÕ¢³‹×DoøÓ•Ë©imijok½Òv÷Q3yI£írKCÓ¾ó–þeµç>[4ItæûéÌäi§*jk¹nž.UL©hÕߺÕ Ê9§Ó\N5˜3¨òÉÓv ÊL’˜Çñ÷÷9buÈÇNjǭQZ`R¢äò›•™Q\TÞ«_Çç“ÝÌŒ Ø­¬`õ.òJžTU*īɒ‘.YjªÙd7:*’<ë&Y`5)*,”œY¡>d²(l÷cc#2Fû÷¤X¹\‹Éäpk`›ÄÔÔT3èôêj6lKž0—–´¶J¬@$‚bÕÕñ‹‹ %^­¶äŽ«›ª`ÒA;Aä`@‰ë^n•̘DkyœÿÅC™’GÇ-Íìª ÐcP²ÎŽ«P‡ðàjVz£X$ÿ÷}²Œd’]ˆWØî7´Òbò:4óµîî~—wŽqñ1ήŽa!pÛE"œÎÈ~Érâ”-‰„>ñð=daÂ̯­íǹ`¡À––¦Ä˜èôİâÿ‘˜FHˆ§$ħÆÇL$¹?j¡ÑË´=Wp¨—äÅŒNhEbRV¢*%ÜGD…ž9wÊ×ïGÅçZ)d©Õ0ñïÑè™™Ya€çÅ“ëŽ …µEÅ)$’QžÃç³Ù˜‚9ûú#‘LVîÆÍ‹µm{NN–ù!Óí;·nݾeËÖM›¶üþû¦uë6¬Y³nÕª5+V¬Z¶tùâÞlþcSRrâ`´àâæ$ù ñ8`>žÞn^® @$‚ kUxï«&‘+¸Ü‘ÝKÞ^`S}’nÏþùçæ¦Æì¬LHÏãràÒ:bĸô¯½°Ög†´—8sÏ͛׺»°.6µ`öÏfë6%®Z—èàš ¨¯ƒõ îÈ`FÁÊÍ’ïÖø‡'|±h߯?bßûÕ2<:eZè¿3K†Çq¾àXΤ·´6ñë¸==7áNÏþŒ§†Ý&+¸¨ªx¸¶3Úù¼’ë$5j”‡‡{ïxUYêøµp%#»–G,ÈòA²\ôô쳞ò+ŽìôG´y€ÂÜ'2a†;¡PÐÔÔXWW[\TЧ0˨®ª$úZ_WKþ<83ƒVÚÛ™%“”@/+ÉÊHËÎL«”ÞIq!Áõë×È“^­LiFyO®år$Û’C-Ôæ ³*Â#B ó¡Ká¶1(È_WÅV×°Á™››A†AŒÓdž|O•%HmH‘:3Ô¡¥¥¹¬¬TÛsÅÄFŠEä‹ò ^ÞJ“Á"åæáRYÉúûï¿ëêùäÌkÖýVYUHÍllM“’"…"n~A¼ÅC#ã?Ø(*Nnlâ{[ÙKR–3sÖ­Ÿ?Àn' ê]7 lÀ.Dj¨:qæÓgOvt\åp«»aʪ@2H<@g†¦IþÐÏù<ÙݹsÇ·ß~Óç!y6nü=';Kþ¡DxXè£> “¦í öí¹ÕÀÆ@ÚKœ™ü§– °ÙUàœ—.yC=â!¦¤Dò —Åb’ŽÒ¿‡k&0fÌ__ŸÞ…È£&YZZšô±X~Ò+Mñ°®AÅ ‹E°xEGG‘][[ÛW_}UMáV;88ú:V}2™Ì ­þä“sr²e1° 1 ­“¡¡3«öžÿ÷Bû5r7nIróN š%Ú,¡¹ :C›öõRãE«<¾^àðæ÷h8ÙtæûæÌ’hÜšsN§Ëè%°ÈVsªnܼÑz¹åø kÙ“[;3pøÐ¡§žzêܹ³`}……®\öíÝKí14„K:¸.ƒN£PR!MŸYÌŸÿÎÛoÃÝ7\|¦N*[> ÜqƒiÓÊJ!‹››«©éõÎ\YÁ‚mW× ìªÊjv•ÞÎ.©0ƒPI…¹¡©IÌçתæZ'’\É,o¨çÃÅ „96*"“’¾ËhdXpaU,@| ì(S_&‡Âƒà>寤!¾ ÊBA=»‚Ú§3‹„‚ ¿K`,p…Ô\ï•rUú…{:‡_Ë  °=a䦫baAok»ÜÜÜÄ*g$ÇÅ‚Sz©²L˜!A9&¹jn„u_ë ZIhDŒQS“~Æ'ÅED„ÂòôÏdÍÐÌ,éŠÉãsàDÖ6–bÑ`x㊕¿°«Kò zyö±c&dlY ¬`v ŠmlLÊYTr”ÆÈZµú×ô949/êà˜_\Rœ•ÀFbR¼¯¿w~>µ‹r?œú¶£ó*¿Ž×' kX,-—8¸j¥$'Á¶ì\HgLŸžžžþ¯ýë’·—&‡obb,û] xÚÉ'~ÿ}Ãûï¿ß¿ö^»~->)&!9€ Øí_{eÎ|ãÆõÎÎŽÞ|óÍ7ãÆ›2e #ìÂ]ê¤I“V¯^ ÚùÊ+¯@G‘?ú°´<«, pˆF+»xñ¢¹¹yïU%KK£@Qày$Ù%%ËO³ÿ>X×||.UVVdeež?ïDÒ,]ºDò¢x^nRRâ³Ï>kcsL}áªê“™™igw®t:}íÚµ/¿ü²ÒþéÍÝÿþŸ‘P=8 ” Û°-«po4wfnmÝëóü²Ôsպ̵›’w{ø§åÒò‹é¾a);Íœÿ½Øä×å~]æõúûþéÇÝ;¶¡I¢3ßOg–þÖ£o85lûÓvE%a=«².Gðñȳš\àɹٙñ1‘!~ º1ayTª›7nHú]ñÉ ±U•,¢¸Üš»êÛ*}<'‚¼!CþgD::<âScA›•f$»O²”Bòryðõ0PËãò¤¯46Š Ó’ccRÀœ{‘pˆQV 7qÐᬠfUUe?NçéåÆçóÚÚথù¯¿îPór\\Ïgçdòxø¼äs: ƒRËç€3Ó襎Nç4/Ÿ,µ&^²ôÇ*vQqi* ¹Ï  Œž±tÙOÚ6œü’Wú{^!ÜïÙ·nUdÿo‹ ˆ„CѱáiéIÙ”ljz­ú\çm'˜™ ‰j€ kXlïëÿÿ>ïBÁÚµkÆŒýôÓOÃõ—Õ‡Ècùyó~‚Þ“Å8Ÿ?":yòää¤Äþµ÷F¯Ð¿öJ®BRg¾~ýºÒÿ~d:aÿþý²˜ØØØ3fÀðùçŸ{zzHÞyhn"‡œœœfÏžMV‡>øv•–©4Eúš‡ä¿é”¦!»²’å#I¸Á·´´|ùeɺë‹‘‘I#4,^¼Jž0a‚¡¡!ù{dõ…+­ØòW_}9vìØ‘#G~ôÑG »þ‡Åªþ#x(ö‰'žxï½w᧪ž!gÖpøâÓ _ûÉä‹ù§–¯‰Y°2xáºK?®røv™õ÷Ë­¿_d·d¹ïœ_NNýz÷üe«½\ì¿ùò3ûÇ’BÎ,ÕÎ*[»cù¹uõµtFéõë×ÊY 7 8ŽzHe% Œ„¹¡ž/fnŸÂLa»~í¨ìßÒpGò‡ØÝ­÷¬õê•vr¨§§§³ã*Ì"ˆ¼ÒÞ.Ù¸—J€ýõ—|±ä?¹—±CiÆ»»÷²tww‘,ò‘z[ã'}uÿ’—S­Ó’9 ¬ u $å´²ÞÚL„™.ùÂÿ:HÃd–WVVôï\Ìrº«Ûù+WÚ¢¡¨z»­­-7?÷œÓÙK~Þ©iÉíímwîÜ®ÔUV19Üj Kó’’ÂAræU«þ¯¤,ƒÁÌÊ™9G­È+°Á¬ÈäcÊ¥ÉèåÙ¹ù «Vÿ¦­0ƒ÷6Ô×øU³«R’“eï0/Y¶Hˆ\½fERb‹U7ÝìªÊ‚ÂÜ,jÚ½,uìÌv'l˜L|"Z žÊ€C’Aâ¡~¼öÞsækä …r÷Z•rrrÇŸêKÐÊ™jNíòÝoþtð³ŸOÌ]è²`©Ÿý|ò•ï_þlÍ׿¬üÏ‚•›Ö-½àpüÃwfúiò©DЙï§3Kf2»ò¨µ57›[[CcÃ2jzÐÇQ)*”üÿà Uµ<æ< Ÿ!šàëw‰QN‡ûæéå¡ÛÂ95ÕÕÕUÍM°ò7€6'FGÉ“M+-å“-gTV°r®èèˆ nÎ Ì ‚ºjNeKkó×áŽîŒnܸÑÒÒTF/fWWÔò¹ -ñ ±Z®¹7ÂmÝæÍ+ƒƒ/¥Ðh™ FŽXÌoi´¶ŠZZ„ƒÃ¡ßۈŵtzvYYF~~B@€Ó–-« »VÎ,  õhs‹Y\T˜ŸŸ——› ÿþ÷S5*:<"*4>!*.1*>):1%¶¨$ž3—•›ì‡yÕÙÙy]E€CÀäÀ~H<Ô?Dƒ×^âÌ×®]»r¥8d2«:ZZZÒg Ú:3ùœ†'R÷X_úní±ißí{ùÛ½_®<ºõ ‹³wÄû3§Mýì˯¿úá§­¿/?mkñæ¬ɉ p@sFgtg†9¦pªª`ÄÆD03IJ‰¯á²Ã"‚Ïžµ‡x8ªa9È`Óc%h`Ðiµ\®X(äÖTÃÒ_Í®ªç×B<Å.8‡,ÌÈ÷f´µ]6>°Oçå×°«*%+ðâú†:~=_Fm]m-l€ïÑie,&càçJII²±µb0iB‘€Ç«aU0À“iŒ³¬¢²¼®¾6;'óˆÕ¡€mK¾ëÌXh”åÓmÛ–ûùÙœÐ_ßã[·.³²:ÙµšØø¢—4Êpßn;kC…Ÿ»öìÚo²÷ÐscÓý{÷ï9iüè1K_?/{ݶ]’¢B3³¿oZ¯HɆÇçhÚ{Ï™»ÛÛÛC&ó@J¸ëÌÚ|Bá³& à£Í©f3ô¢¢ÂÜœìtJjbB|tdÄÉãÇ_™1mö[o|úÙgÛ7¯±4ÛÚœŸ›ƒ*2¼Ñg†û2MàÔT—§QR#ÂÃÝÜ.:l¶{Á±cGããc!ŽjX2؈EÂú:~M5».2Ôœüü<ðgP0—#ý«:!vÑ@Y…þ<çx6#3­¾ïyÑã”ýIˆx]Bºæ *XL³\(À6ü ê%OGie%àÌpHúGåý?WC}ÜO%'%ZXšŸq°Kˆf”Óøu<6»¢´¬(-#õØñ£fæ‚ òጲhX8YjûLÖÔ(†É´lÙ¯?ÿü•V,_þAüEšVŒšekg]XœçîébwÒ¶€ø,jFlBTzVª§·¤¡¤'Ù·ÊÏÏÕmÛ‘Á€83¹¥E™Ì)8³V×ÀF±.5\N ‹ÅÇ€µ ô#..6<,ÌÏ××Ñᜡáî×_9sÚ”÷ÞycçÖõ¿üç‹Ãæ:¼#zÈrf2aƒÃR.}ÆUÛ3ÀU È73Ã~¶VR¨î>òr©¡!ÁG­- ÷±²Ùƒˆ×ÍrO†­Ž_ËりB(_-È—¼>@ÈËÍ---†Œü`¿Ï¶É,gdf¤úŸ²?ar`¿á¸#Þ·™¹)¬M‘‰ ™™ C Ϩ¡7BE Åå :œè¢§‡VÀ !»VW!Sãr&ýúkZAgÐLÍLЙ‡Š3wuu]¾ÜŠ œ»_3€úçÌð¹†ë`Ue…ôJX•™™’œŸú?× lmŽ}õå3§M~ëõWf¾<9** ¡3º3ÃZƒ ˆÆˆ…‚ZÉÿ#ÜRø Û£ÃòÉ/%õu°`À’åó852`"á$€dx€§ƒ• ʬ`1i¥%Eù¹9ÙÙ°8e¤°» ‡ $#¯÷hÈ]oÔ ¥ä·#ÒõN¡2Bv­š¼gïî«–õȨó¶#:ç®3wvâûŸ:¡/ç+p×™µ¼ Âç.q u|>[]UÉ*gÀ…¨¸¨®H…ùyl”_òòܼq}DhŒûÀ¯‡ˆ>£ÎL¾s AD·¥VÃÄp/Òo†zÛÝ¢åpƾ9êÍc§ºCI>àb‘ôµò›Óú:>ùý)Ä@<ÕÛë¢[ЙAgƶ#:¤Q(ðöt§—•bWè Zé%/O>ƒ] g†»3A4Š„y¹n.ΠÍ"¡` ¿Â@t> ûçü<ª°¡g&2@ЙAD‡4‰Åb‘ Ÿšã}ÑÝáŒý¹Ó§t¾—g~^ŸÇm‹pf"ÃÀ™ñ^AfHþO ÉŸqxœêZn rÿž‡þ‡a½rŒ A/œ&3‚ ‚ ‚è+èÌ‚ ‚ ¢ÿÎÜ(!‚ ‚ ˆÞ¢Î,"‚ ‚ ˆÞ‚ÎŒ ‚ ‚ úïÌÔì AAÑ[ôÁ™AADÿAgFAAtfAAAgFAAtfdèÑÚÒÒÔÔ(iõ§©b¡ Q,jn_nmÑIC‘áÔ 8 ÃfîA V=Ÿ_WËÓ!|·¾Ž/ ”ÌAtftæ‡@˜›Ä¢’¢ÂK^žçNŸÒ‡3öÞÝ óre_í2À‡"ép@‡ÇÜ¡m¨¯ËÏËq¿à|ü˜•±³9 eäQ¯´µá•Atft懖¦¦’âW—óœöíÛ·ÿÖ8ôôôT³+Ý\$khKSãÀ Ša8uèð˜{"Q^n¶ãYû Jjq~^Ia¾®(-*ÈÎHs<{º‚UÞÕÕ‰OAЙљ*EÂK^œêªþ-Ü5Õlï‹ õ|]8ÃpêС>^õüZwW猴ÔâÂ106Þ?:Ö78ÔÝÜb§@Pwg(*• 3¤»»{ 0„‚ž·… ÇÕ«WezU«>^2g.-.,§•²Êé:Atæ831OÆŽûÝwßåçç ‰ŽmjWV°ôó[ú}|¼wí1 – †H_¿KCÅ™L6ÇÄùu4'œ8mbjþç>ãJ¹àvRÕ‰8ÎÚµkŸþù#F<÷Üs‹-ÊÉÉŠÎü 2¹wç߸qC(Þ¾}ûjªšZé‰3äæ”0ÊJ™ šÎAgFyàÎ\ZR þIÍÉž;÷‡7ÞxCz¯¹©±¥¹iÈ ú~ã½ÑqaÖ6–þ¾$&(ÈßÒÚ"*6ÔÄtÿ}sæ––¸ ª©©éŸbíÙ·!(Ô•ó©3Ú–•Ãá”õ†ÅÊmVz–ÊÊʉ'®\¹ô’Ïç—––ž:ujáÂ…š«ÅÍ›7{zzú‘L·Î<ð†<äάv5™Ü™KŠòé¥%°pètfAЙî̲7b¢£a·µ¥™ì:;ŸóÍ7{ì±§žzjÙÒ¥uüZ¹µå¨•ÕôéÓGŽùÜsÏîV-Z8zôè &ìÞµ‹”¯pj²+ ÈF`@Øû£>J++UZ¬|ö3§O¿øâ‹øùI“¬Õj€LŒŒök¯ ¡aÁ Ì)iñ¶vÖ ÍD˜Á¢;©Cg†•÷¶ŠÐÜÜüþûïoذLRi¥Š%_àî=ëM¶î]˜šmKI c0²£¢<’“ý32Bäa³‹wï]¯ô,sçÎ]¾|¹Bä­[·dÛ³fÍ‚96yòd+++R[â6ÑÑѳgφaåp8^^^o¿ý6$7nÜêÕ«ÛÚÚ”&ƒVÏ›7ïñLJ¶»¹¹ÁÑ®®®ÛªCŸ ICH5’’’H ?þøãªª*’ê ¹`æƒoÉ·.11ñ½÷Þ{â‰' =›Í‡:CÍ?úè#¸ÍQß?l‹ª ¦!júÿÊ•+òÙI‡+\”ä÷ÞèÝÅÅÚ cú /À½‰ª +­—“'OΜ9®“&M211!ñjj¥~°”ö‰†•Ôp¼ˆ3çS³‹ ói¥Å Z©V@®>Ó 3#‚ά+g4Ô¯]»æ­·Þ’uqqŽ+gÐãbcAKV­Zy÷9êþ}°¬xzxÀ¡4 ÅáÜ9õñ‹-÷ÎÊÌ'æ™g@€ûtæ>ø %9©¸¨P(hPZ¬,;‹Å|ä‘G,-ÐieJª¿¿Ÿ¶Î å(è±ÒH­O¶;i“I¥œ:cæL„9$,H·ï3«2¢>…YÅÚe¸Žš›PYYTTä&ººÚ¬ßoôGPÐy %@Fy9uǮսOC“••¥ªG}ýõ×ãããù|~rròŒ3@ e¢~’›› ŠÒÙÙéíí ÞR[[›‘‘ñî»ïBÓ”&[²d ---¥P(/¿ü²®œY}CH5>ÿüs¨‹Åš3gÎ?ü@­X±\«¤¤$--íÙgŸ‘SH_QQñÅ_|øá‡_ýµl÷§Ÿ~Rß?ƒêÌJ¢¦ÿ•JoLL ls¹\4håÌõõõÐÛvvv½   22RU…•Ö ‚™™ÙÓO?‡ ¸{"ñjj¥É`É÷‰æ•ÔÚ™ òÊJŠèe%ßKÞï¾óÜ[9⥗^Z²x‰'Wû-›7}ûí7ptë[H¼·—ççsæŒ;fĈS&O>uÒNV:3‚ èÌwæÑÒKÀŒÓKŠ‹”¦ 7nl€ÖŽ5ÊÝÍM!ªøº:>\½ÃBCÈ®•¥å+3göéÌ‘‘ê‹•e§ædÃØu¿Çˆò.ƒæ¦F`÷®]æ{ÚpÖñt•’L‰³=a¤Ãy¥Æˆˆ0O›6íÆÑÅ­.g²r)i@b’¯õ±ýââÃ<<vì\çàd™ Â,=J£gBâÞ§ý€žljj"»ÁÁÁ£ï…îîîk×®;¶°°P–>44ô…^‰JJJŠÒšÇÅÅ?¾w20[˜i Qd÷øñãºrfõ !ÕÈÎÎ&G#""Àa`£½½ê“@âOœ81kÖ,YµeéA·`7//O!»šþTgîÝõý¯Ô™å·åjâÌ4 6ds5 ²ZA pÅðóóSÕ@¥µÒp°d}Ò¿JöéÌy9YE¹eÅ…´Òbx/œè±Ç{ýõ×&J‰'Wû‘#G>õÔS³^}uÇö?!ÒÃÝÔâŸ|òIH‡þزYV:3‚ èÌwæì¬Ìüü¼ã¶6>ú¨Ï%oÙÑÔÔ”o¾ùæ™gž3f \„%ÚÐ(†Ä°Á®ªT(JU|fF:Ä×T³ÉnttÈykK³zgæq9ê‹•eoinúè£`¹\±bT^öbI?´y¼4èD˜ààÀsާsòÒSÒlŽ bμiË&“š™énd¼Íô AE­²ªˆÏ¯È¡¦îÙtØbw|‚$ Ñ26m^Ò§3ƒ™€co)++“ݯ‘@æØõë׉¨´´´ÈŠÊÏÏÿᇞ}öYÙT쬸¸Xþt©©©ƒäÌ !Õ½ {i–Ô§±±‘ÄS(˜ù===JÓwtt(dWÓ?ƒê̽¢¾ÿuîÌ7oÞüôÓO'L˜°nÝ:¸Mý®D¾+ÔÌŠÒÒRÉ•D$ÒÊ™µ,èU•Ô¹3Þ°~Ù  wæ©S§ædeÀn©4˼‘ Ùé”TØ-*ÈŽŠ@gFy0ÞgÞ´qãôéÓ‰v6Ô×7nÍšÕ¦¨°ÐÃÝ8-‘Øjv•RgîOœ™SS­àÌ)ÉIò§NLˆ—wfY¼ªbå“575nÝú,a .ÈÓfÝ sÀIûãùÅ9gíOœ²Ž ³…H$„±†;/ùÈôô4èäË—[á6 6²²2 º<]]$MSS#ÉÒÜÜ÷2ëׯƒx:vé’7)A!Y^^®dJÔבÝÄÄ’LUhÒ š4D¡²øÞõB`DT¥×¼Ò5¨ª˜ªþÏ~´eé)”TYC%_¸lCMö«W¯DD„oß¾}âĉ‹/& ä;Aͬ((ȇ >Ÿ¯ªJkÕÁRZIÍQêÌÔ¬ô&×¥—^zñûï¿;sú‰'‘ß K <ñÄùÇ–Íò‘2ЙAgÖ¡3—–ÃJÛéiiò²jwÜ–8-yYÂÓÃC黽ãÉ»áa¡d×úèÑW_y6ò¥‹­¬”ÄŸ9}Z©3«*Vé÷3ûûû!ï·6ëD˜Ã‚míŽe祃6úXIÿ´9**R§Î| J)°úKµyMGÇU¥ T(Öÿ \µúW&+×Öö`RR”¸±¶¤4ÕÂÒÐÈø6h´ôææúKG,÷Ñ™XéY¾ûî»%K–ÈǤIçUkk 0fÌ__ŸÞ¹HšÆF1ÙÍ‘¾~Ãç×’ÝS§N’’‰Å"˜i±±1d×ÚÚš$SÕEšt‚& Q¨†,žÔnI¼­­í«¯¾Ú»u²ôš÷ÏÛ¢ USÕÿ%%’§,“Ä;::È’™™Û µ½ —m¨É.#88>ÑJç°ªZpÅ…îEM­ú7X}VRóñ"Μ“™–—“Y›S˜O%d¤¥ì1ÜýýwßNšô¹Â{z¸B<ÙÞ³{—,%pÏ™7ÉGÊ@gFY‡Î üðÃ÷sçþ5Õì‘#GîÙcZëçç;eÊâ´p"Ÿy毋ž ë§*~ñ¢E³gÏÎÎÊŒ‹}öÙgÉß¶47Á*°råJ:­,,4ä•™3•:³ªbeÉ(”T›cÇòóóJŠ‹V¯^5uêÔ>èûö&SâNœ²õüßwÍYÛX‚6ïÝ¿[‡Î|ãÆõÎÎUÔÕÕ}óÍ7 ]éQ¥Š%_à²å?±*ó*ª llLJiiØ2È3°[FO·±=PÅ.b0³!±Ò³€?~Ù²e0LlvUn.uãÆß‰uÀQKË#'Ntssq¢ÑÊ.^¼hnnñiiHC /‚©¸ÿ>&³<((†XúJF³B2`Ñ¢…p§“!!!žü $SÓE}v‚& Q¨Ù%ç]ºtÉÛo¿——›””3߯æXïÖɧWØUÕ?l‹*TULUÿ_¹Ò>iÒ¤Õ«WCõ"##_yåY͹\ŽÄî<=kky]¾pÙ†ªì™™™vvÇ¡ÃétúÚµka•ÖVU­àDÂÃÇçReeEVVæùóN$‹šZi;XVRó¹w×™3Òrs2ò©Ùy9wW²‘{÷aû÷Â.Ù6Üm K ¼ÿÞ»9ù¥—’ba—š$;ŠÎŒ :³n9(0ð‘G!Ï;9>?iÒã?þÅŸ»º^93¯…ÅaX¤FŒÞ»oß^ÙwÍ)Wú]s@TTäŒÓ{ì±9s>ssuUåÌJ‹•%+(Èÿòßÿ;f , ~ø!Hõô ®Î{ö„„üãMŒÐ #“}în:tæëׯwt\íJK¾ÀE‹æ–”¦å$€!ÃO5…EI ÍUu"ŠåË—?÷Üsä¿Y°`ˆ‡ì¨““ÜOÁ€éñÁÀ.D’_Ó‹DBY2ç矦â¿ÿýowò´°w²º:þܹs!”éèèH’ ¤4iˆB5È.9¯@аxñb2ó Áէォ´Þ¥¨©˜Òþ‡øØØØ3f@õ>ÿüsOOùš[YYA¸˜HßÖþ_áògQšDô«¯¾;v,|¢?úè#°SUVU««W¯XZZ¾ü2¹bL222’eQU+mKóJj8^Ä™³3( ºy9Yù¹Ù8Ý„ñã_{mÔŠ\áÎ’x»wÈRÎç¡É?jÔ(È2nܸ¿oEgFùáü¿³rîÑ5Ѓþ¡B±þWà‚…sÏEE¹XZí%¯dÀìöŽñó³_°`n¿kòé³°-Èý/âÌYéjVznNf5‹ð¿þò· ÃS§NÝc¸‹Äßsæ²”W—óŸ|òñ˜1’ïš›<ù¥cÖV²CèÌ‚ 3£3?´Î|íZ÷•ö¶þ¡T±ä 466Ø»wý¥KÖEE)tz°Û;’íìwM }v¶¹?ãuÏ™Ss2Ó¨Ù Í:Atftæ‡×™»»ÚÛ.÷åŠ%W`5»bçÎ?ÿüUŸ@2HÜïš<@úìl rÆ‹8sfZj68sV:h³ÎAgFù¡uæî®®~— T±RàPd8uè¯{Μ’•AÉÉLËÉJ×9èÌ‚ 3£3?´ÎÜÕÕI¾\«(U¬8N€:¤Çë®3SR$¯gmÖ5èÌ‚ 3£3?„ˆ…‡3öbQKKs?€ŒÇ©ÖUC‘áÔ 8 C}¼ø<®ÍÑt‰3§d§§fgPtKNV:”ëV^<AgFg~Øž3{_t/§—675öƒrÍÇË“ÏãèªÀ¡ÈpêС>^õüZwWçĸXÉëi’§Íº%3âáæÒÓs/ž‚ 3£3?T47‰ órÝ\œtšH(ljk$†,î\ ò¨"AýÀ Š §NÀsO$@ÌYû“©IñÙ0g]‘™–™–êxöt«¼««/ž‚ 3£3?T\nmå7Ÿšã}ÑÃáŒý¹Ó§4ûx{äåÔñ¸PÈÀ Š §NÀ6sïJ[h­‡«‹ÍÑãǬt”eBÉ7n\Ã+'‚ èÌèÌ'-M õ|>ÃãT×rk4RBz‘ ^~½HC‘áÔ 8 Ãiîuuuöôܼu«çöí[ºJƒ2ñ 3‚ èÌèÌ‚ ‚ :3:3‚ ‚ ‚ΌΌ ‚ ‚ 3£3#‚ ‚ ˆ~:³Ÿ·'2Dé=—°OA®ÎóÀù¿†`PåÌØ30`À€†aé<èÌЙ1`À€ Й1 3cÀ€ 0 3c@gÆ€ 0`öΜCM55ÛflºÅèÀf¡#Œò)tf 0`À€tfR³Ã;â‚’‚ãcãý£c}ƒCÝÍ-vŠÅ=ïÉÒÒÒ_|ñæÍ›èÌèÌ0`À€tæAuf#“Í1q~gÍ 'N›˜šÿ¹Ïx£R\ÝOõnQ}}ý®]»Þ}÷Ý)S¦¼óÎ;›7o.)¹©Ñ™Ñ™1`À€ èÌ÷Ç™÷ìÛêJ„ùÔ™mËÊŠápÊzÃbå6+4‡Çã½ùæ›;vìO‰Dnnn ÍšwÈíÛ·ïܹÓdèÌèÌ0`À€tæûãÌ»÷¬76Ùb¸w=`j¶-%5ŒÁÈŽŠòHþÿìXYÖ°ŸÙ ûm˜g÷{fwg•1âèsÀ@$ QA ( ( ˆD@rNÝ4©»ih@r €" Jô?tÍÔ×ÓI@DÐó>GŸªÛ·nUשðVSu+îFJJo”–暘kð}¾Â¾¾>rØÏÏONNNJJjîܹnnn½½½¤î&&&®X±BBB¢®®.88xåÊ•PmêÔ©ÆÆÆmmmB«={öLMMmüøñk×® DgFgFAyœy¿©z&5º¸8‚ÃÉÊÎŽñòr26Ö°¤èÞºu!1ñ&lvæ¾ýª¼ßÌvܸq999¢¾,H²¼¼|JJJcccFFÆÂ… ¡„”á 60ŒêêêW¯^…„„¤§§744ÐéôÕ«W›™™ ­¦«« ŸÓh´ùóç£3£3#‚ ‚Î<άg TXDML „ˆ‰½æàhil¬rùòù}Fêç=Ž&€0s?e²R¡2ïwáp8`­OŸ>%F###'ýNgggWW×äÉ“Ùl6Y?::ZVV–”áÌÌL¡«(99YFFF°(º¤¤$¨51zñâEtftfAAЙGÀ™µu¶f¦¦…„Þõ¡XéÛØs8Ìâ’œêjNFf’©™¶Ý“¨è¨Àd¦hïÝ.Æ™_¾|Y]] æL¨lII Lâa„ P.MÈpkk+Ù“ÉTVVž9s¦´´´¨jEEE¼³£R©èÌèÌ‚ ‚ 3€3«knaQýü]Œ5Ü/œjh¬f0S2iEÅY55eŽ'lÁœo^`²R¡2ïwzoùhaÔ ÃÕ¤¯¯¨ŽMLÒÞÞ.##caaåUUUáááD |Õøœ™F£¡3ug¾tÅœ²ÇÌRs€áàDÉÎÉÀÃ&Á„"˜Py„y—ꯅET''ÛØØ°Æ‡Uyù GŽšR¬t!`€ÉL~ü¸6(èªýQ VA*Tæû:ÊÊÊ|Ï’Î HKKGFF ®>f³Ù0ÚÜÜLŒúúú uæ/^HJJfdü¶ÿzzz¢3ug61S¾sùn¸7ü¢¿<”ˆ°þðp³?fš‘™ˆGL(‚ E0¡:óH:óN¥õEÅ4N ýÄ ë|fØ2È3 À(ƒ•|Âé@IiNAa:Tæû:ååå222FFFyyy>äp8VVV ²ð©‡‡ÇôéÓƒƒƒëë뫪ªÂÂÂ\]]¹¥¥dØÉÉ©®®...Ž|¸¯ §§·víÚ’’¶`Átæ±îÌF&j¾þÎn‡]Ý.óõ?g{h_n&˜PŠ`BtæsfEÅ5yùIYôh0dø_Ì@vNìVÅ5‚ߨ¦¦ÆØØ˜x§ ü¯««Ë`0ÈOW­Z%%%5iÒ$tf ((HVVvüøñŠŠŠ¡¡¡¢œùÙ³gªªªP Ú¼yó&:óXwfC£]pçœ 0.z÷ów¥Xë&§Ätt´w ‰t Ž`BL(&Š 3“–µeëšÀ@·°0Ï£Ç̉[2`FK®_?»eËÌ :ó0¢g¨<Ø8„§—Ã[ž®çLÔ Õ†·}qs„"˜PL(&Ag 3ÛÚš™›k\½ê“Ïb¥AÀŒ –@5SÌ :ó0¢£·óŠß™snϹي‰³®DØ8»ünö7/‡úöLj+ür"è·ð ö¹ìäuó–çõÀ W¯×3PÆÍ Š`B1¡˜Py€ÎüèQ£‰‰Î† òo ¨•1ƒèÌÈöÞíÞ—O9Ÿ³q>w@Tœ9{à´³õÉÓ”'-N˜Aw4}·0s=„¯ãDŠ`B1¡˜PYŒ3#èÌM-EO/ÇSg¬N¡ 8n;²€£î[] +íw‘ô– hšS4#"oá… E0¡˜PL(‚ΌΌÎ<ÊQרìqñø‰S–'NY†ãI '³#ÇŒáÐmu@'>!¤´4—9%%ddCp_þN'‚ÃÉ*,¤²Ù,V*“™’——”——“G§ÇÐhQT꽌ŒðôôЄ„›fš¸EaBL(&Š 3£3£3rÔvots·?îÈÿ·¿cýqô¸‰½‘EËÔB“JÊÈMK ®Èȸklº·(L(‚ Å„bBtftftæQßtÜÁÜÆV._XÛèXYï55Ó01Ó½{…JHM ÆÈÌ 3Ú¯†[&Á„bB1¡:3:3:óhÆ×ßc¿™ºµÅZÂê_è@áqGóظÛyy ))AÃTj¸¡ñ.Ü¢0¡&Š EЙљљG3ûTÊËYqk9¼QR’STD¥R#’“o{P©÷`p‹Â„"˜PL(&AgFgFgµôõõé*Óh‘II$`Ö°¸EaBL(&Š 3£3£3Zz{{õ ”³èQ‰I7?HÀ¬uõ•p‹Â„"˜PL(&Agˆ3gd&ØÔ·²Ñ¡ØKÄa{ãvf ù½ÒÓÓ££·“žxãƒ=;FGonQ˜PŠ Å„"èÌqæƒvû"£oEÇÞŽŠ ¼u#üÞµÛÁ>‡Ž56Öc²Ð™ßÝÝÝpÏ΋O¼ñAf­­ƒï¥Â„"˜PL(&Ag3S¬÷FD^wu?DÄésÖ6‡ ,¬´„†—3ß×ÉÏÏÿþw&L˜°mÛ¶û÷ïc–Ñ™pï‚x^~bbRà‰üü$­½Ûp‹Â„"˜PL(&Agˆ3›YhÞ ö"„ÙÙå€íaý´´ˆòr†`Ñ@›…:sMMÍãÇKJJÔÔÔ–-[6¨+ßžžÜ*>AgîííÑÔÚÆ,HMJ¹õAf­©¥ˆ[&Á„bB1¡:ó@œÙÄLÃÊZÇÔ\Âæ ~|BHAAºÐÎKKsMÌ5„:óË—/‰Ñôôtíííüˆ}ýú51˜˜¸bÅ ‰ºº:øÔÏÏONNNJJjîܹnnnD @ppðÊ•+¡|êÔ©ÆÆÆmmmbZFgCôõõiìÙRX˜™’ôA‚ÅN߃pL(‚ Å„bBtæ9ó~SõLj4ÑU#‡“•“”˜˜xS0ØìÌ}ûUÅ8ó«W¯(ʆ „ê4Ÿ3C5ƒQ]] S$ËË˧¤¤466fdd,\¸Jˆ©BBBÀÃètúêÕ«ÍÌÌЙ?šþ™Õ56g¥¦‡Œ|¤eÜafîÑÂ?bBL(&Š 3È™õ ” ‹¨‰IG›:s !ñ&D| ò$çs¶‡Ó• •…:ó$.00sæÌÜÜÜ8sff&QÞÕÕ5yòd6›M¶-+++¸ê’““eddЙ?gÞ­¾®ÔÒ3BG>22øp| Š`B1¡˜Py@ά­³½°035-ÄÍý8=;Nž9p䨉£%6î:Œæå¥»_8LfŠöÞíB¹¸¸¸ººº²²2))iåÊ•ÁÁÁouæÖÖV¢¼¤¤„´n‚ &@ ¸4|Êd2•••AÅ¥¥¥ÉrtæÃ™54¶pJ³3iáÔ°*-‚ŦjiãŠ`B1¡˜Py@ά®¹…]DͤE46Ö0Yé0àp²¡¡6!1ä9ƒžÏHih¨‚r&+* ufR_„„„iÓ¦ÁƒÁàý(77—×™Ér‡£àÆÕ¤¯¯¯½½]FFÆÂÂ&©ªª 'ZÕ2:óØB]}sQq6-ëNG8²èQ™ZÚØY(&Á„bB1¡:ó€œy—ꯅEÔìœ2NP²²¢Kïç=nÛ9YÎ*H…Êou椤$ ‰ÞÞÞ²²2øˆxįÿ‹_¿.Ô™¡DZZ:22Rp]±Ùl¨ÙÜÜLŒúúú-ˆjyŒÀ5¶qèYÙÑ4zä='®µuð¥T˜PŠ Å„"èÌræJ닊iùÌ$2ú9;.7?Þþ˜in~Y^P˜•…:3Ñ×½fÍ 7Ü·Íž=ÛÔÔ´¾¾>55UNNN¨3Ó§O†šUUUaaa®®®ý‹ÚÒ"))éääz7þ|¢Q-£3µ¸b›Fω…cøGvn\3M{/À1¡&Š EЙäÌŠŠkòò“²èÑîŽGÇÜ€‹NöÇLŽ59ër„–sã´³-”gçÄnU\#Ô™I@e)ÊóçωO©TêâÅ‹¥¤¤¶nÝz÷î]QÎ ®Zµ jNš4IAAF‰ò   YYÙñãÇ+**†††’n,´etæ±…†æ6›š“Ÿ;‘—Ÿ“—¬£«‚G$L(‚ Å„bBtæ8ó–­kÝÂÂ<7;yÚª«KŸ3-/?Žá#ùŒ$zN¢ŽŽ2nQ˜PŠ Å„"èÌqf[[3ss«WâânDGûÃ_@abâ-€j66¦˜AtæáBSk{n~J>39‘8ÂÁ`¥Ð²âtõvá… E0¡˜PL(‚Î<g~ô¨ÑÄDgÃù·TƒÊ˜AtæábÖzN2ƒ• ÇðfAZzfŒ¾¾nQ˜PŠ Å„"èÌqfùC±WG™J‹-(Lc¤Œp°‹2ÒÒ" wã… E0¡˜PL(‚ΌΌÎ<š17׊¾Åd¥ææ%BäåDób¤Ç'„âŠ`B1¡˜Pytcgop̓ÁLÉÉËɇÈÍK ‚8Øæç'å3 ’Ì8Ús#QÎ*è`öG*“[¡?Éùý‘”—ŸôûA›Û,wÜyÅÁ$AÁÞ–ú¸EaBL(&Š 3£3£3fΜ9êêv”ÁL…5ƒ‘Âd¦Â1¹€Á.Ì,,¢q8tNqvIIniiÞý2FY9³¼‚UYÉ®ª*ª®æÔÔ”ÔÖ–ÖÖ–ÔÔWUs*« +* ÊËYeeŒÒûù%¥¹Å%9œbz'«°ˆÊfgdÀA»^Œdâ§Ç¶¸EaBL(&Š 3£3£3ZúúúFFªwïÞ†ÅÀc8&Á„bB1¡:3:3:ó(¤§§§©©),ìî¦M+¯];yûö¹Û·] ‚‚ć+ÁÁ¿o!7ĵ@ÌfwõªÓ¦M+BCïÀbÀÂàv… E0¡˜PL(‚ΌΌÎ<Úèîî~ôèQdd¤‘‘î@úah¸·+L(‚ Å„bBtæ·:sKKsfVZbJ,DBr Ñqa!·Cn\»ápÿ¾¾näWWpp0ìe¸Ù|dÎÜÛÛûòåËŠŠŠÔÔÔðððÐ'""f ‹ ƒÛ&Á„bB1¡:ó[„ùe{ÿfüúõë®®®ÎÎÎv.°m·µµÕ××%&&øøzüꪩ©™;wnrròˆÍ1??ÿûᅦU1¨©œœœ&Nœ8iÒ¤¡Mþ©9s__±½Áö쳆€ÅÀ›ë0¡&Š EЙâÌñIѰ ¿xñ¢¡¡¡©©éÉ“'<€áÒÒR‹••••‘‘Á`0ìì ~0j}}ýéÓ§KHHüøãŠŠŠp-9¼¦ZVV¶hÑ"¸>µÎüèÑ#˜$::Ö\t<~ügàaœ wÄ!gG$L(‚ Å„bBtæA93¨r]]jJjrv½¼¼¼¸¸˜Éd°À™Až-­Ìø¾Kww÷Â… µ´´àÓ‡z{{‡‡‡Ø¯»£Ä™á‚&‹Ž‘Ü~>gFAsÎ\[[Ms®©©gæp8 AA·À™Á‡õ uù¾ TWú³ª«««‚‚9ÚÞÞ.--žžÞ¿®_Ÿ;w®„„„¬¬,86Qáû?BNèçç''''))9gΜS§NÏÛZ›––¶fÍš~øaÆ °Àyyyk×®?~<̾ _ RRR0S777¡wR={öLMM ¦…yù­“‡„„|/19¬U//¯E‹ÁòÏž=ÛÉÉ AAdŒ:ó݈°»Ø¸˜Ü¼Üªªª†††.`§ñ ñÑ1Ñ%%%êšj|ßlÔ¼Wð1Xhdܸqä ÁÁÁ?ýôç£G ÜÓÓ³¾¾žÅbÅÇÇ’’’@5¡ð1¢uùòåàÆàí .$´“pæÍ›73ŒÊÊÊ-[¶€'oÛ¶UUU%[——OII![€Á¤èêê®^½º¸¸˜F£ÍŸ?Ÿ”ÞL5‰…o‡%'†‰ÉOŸ>=}úôˆˆX`ãèÌ‚ ‚ cÔ™¯^› 1¾ÿ>˜'üÏáp@ÿrssi4êå+ÞeeeÊ»v ~€€€É\ÀT;ÚI~¤¤¤Dþ²ºcÇŽ'NÀÌ”²ººš¯Á;"ººº Ù¢¢"²$&&fÆŒdeX6¢ÄFa±‰Ñ¸¸¸~ølÍf“-DGGËÊÊòͺ­­MRR’ø ¸xñ"±$œœ\ž—/_ò~`âĉaaaïiûAgFAy$ÙËç8sN.Ää3%%%55¤”N§CITtdee¥Šª’ÐoÔÑÑ‘œœìææ¦¬¬,!!qíÚ5¢<44ôçŸîëëkll7n\yyùnÏê¿þúë?þhbb JÞê èÌ„]ÿ# · ²Dep]Þia1xG;;;‰&ñ0aÂ(x—¾ >}ú”¥R©Ä’ prQÎ —0ÐÔÔ„ÎŒ ‚ ò8óY×Ó ², ¬ïÁƒ {l6ûþýû | “ Äµµµ»Ô”ßúí.^¼>L ¿zõjÊ”)4ÍÝÝ÷Þæîî$;;»iÓ¦éëë‹rfâfé'OžÎ…×Q§%G‰˜Lfõá{t—Ï™a5¹xgnnnFgFAùœù˜ÃpæìììÜÜÜÆÆÆ/^€Övvv‚F–——ƒß¦¥¥544¨©ïzë·KII‘””$=¦P(fffË–-ó÷÷¬?nÜ8¢2¨)ïoÅo¸÷ KKKÙ™‰ÞúJø¾°ÌĨ§§ç &#öÞŒˆˆtæ†oó@dØ÷‘!÷t„»' .]º4sæLX¶3gÎ`š1ä̶‡¬A’²²²èt:È3üþÌf³‹‹‹Y,häóçÏg†öîÝ VYUU²œœ¼|ùrmmmÞ½tTJJêÙ³gä$>>> â555æææ , ÊŸ}:ˆw}}=´æêê*˜==½µk×–””Ðh4X¤ÁN.Ô™ßp_tÇX?|Ïr8999ò%oùàEg,DÙØ(‚¼¿}dØyôt7й`‘ÆçtÀ (dl9³…¥8-ìS`Î===½½½0@¼Ž`ííí Ìðÿ¥m|ߥ©©ÉÚÚzÙ²eÄÆ .´··çÛþAÿx-º¢¢bûöí“'O†ú¿üò ˜$ùÑÅ‹eeea?âíkà뫪ªÂ·€š7oÞì䢜Vé… @‰¾æáìò£3#Ÿ2ÄA ×Ãhyˆ—¼zõ W2öœ™b~úÌÉðˆðóîçOžðžÒ‘Áz”¨2„~ì…öÆO̺¼¼öÖƒ’÷Ù Þ›!~óÜñ‘a̵„„ù\¼···ø—ˆÏù&òÕ oðVAg~o0™Leeå™3gJKK“½dG]ò‰QFtÂÎ<ÚÕW9ÑÍ£¨ ¶¶¶åï)¬G‰J ó®ð7CêÇ^hoüĬçÌ™C¡P‰W¢ÄoB—y¹&û_ÚŽÌ÷&…ÎÎNtfAg~O´··ËÈÈXXXÀa¶ªª*<<œ8ØG]Þ;:óhvfÁ¾ÊOÍB38ðžÒ‘¡y”` `˜wU¿j?ö‚½ñ³677ÿùçŸÞêÌ¢6¡ËŒ¼×\¿ãŽÌ›btfAg~°ÙlÞµ¯¯/¯3§¥¥åÞÞÞ¼Dg=ˆê«œø“.o—.]*˜Á÷”Ž Ö£D¥@wìǞ쟘5´fff¶xñbò­U‚]ô‹ß<w|d¸rMÜ›A¥RÉšâ_:0ÀAgFЙß7---p@vrrª««‹‹‹#>"Žº›6m*..¦Óé³fÍÂgG-¢ú*744$+#2ÈûèoØS:2X•¡ ¶{¡½ñ“³Ö××_±bÑ{¿Ð.úÅl‚;>2Œ¹Þ»wïºuë ×ÙÙÙpiCÞSñ.;2:3‚ÎŒ 3AAA²²²ãÇWTT åu戈ˆŸþyâĉ …è¡y"ª¯r1]Tñep =¥#Cð¨Aõ57¨~ì…öÆÏ;kØa544Ö¯_OÜò*ØE¿˜ÍCpÇG†1×¼}Í]»v Z n¶y—AgFЙGùAÜñ‘÷A@@Àüùóq= èÌ:3ž:Áá…ÃáÄÇÇ744¤¥¥ÉÊÊž8q× ‚Î $&%°µ¢X›[Z™AXPLÍ!,MÌ,ö›B˜›Y˜ÄÆÅ`âЙñÔ‰ îøŸl6{ùòå’’’222 …¸™AЙ)ÖÅ%E?|þ¼µ³óuooo{ûËæ–¦ õUeEÅÔTc“}ïø­ÃÂÂBCC1ûèÌ‚ ‚ cÑ™MÌŒ«ª+þ!»ûÿÉîþZv÷7s4¾ž­öÿæìþ÷|­oçkýu¦*ƒ•«g¨ó._9>>þçŸ~ðàfAAd,:³Ñ~ƒòÊûÿœ·g¶‹3v_^i|ó¿Ý—^W² Ûfú¿óö0 òöêj‰ú:ğɦL™²k×®òòrÞ eee‹-ª¬¬ÄÔ£3#‚ ‚ŒQgÖ7Ô--+þf®ÆFý“V6ƒ¾±™pæšššÇ—””¨©©­X±³ŒÎŒ ‚ ò19³Žž§„ý9VC¹±™ïq â%›d¯~~~rrr’’’sæÌ9uêTOOÏo+áúõ¹sçJHHÈÊÊz{{“­õ¥¤¤àS777²ààà•+WBùÔ©S‰Î<ÅôýˆÎŒ ‚ ‚Î<ŒÎ¼G[ƒ]ÄüZv÷Ðnlæ׎ŽKKËU«Vô._¾<--­±±1##cáÂ…NNNPþèÑ£qãÆyzzÖ×׳X¬øøx²¾¼¼|JJ YJˆBBBÒÓÓètúêÕ«ÍÌÌЙљAAgAgVϤ¥eçç íÆfÂT'q^¼xqMM ”wuuMž<¹¨¨ˆ¬3cÆ ())Iª««yÛ!ê³Ùl²$::ZVVVp&''ËÈÈ 3£3#‚ ‚Î î*--,~mÄÇÇC}pl¢~dd¤`6› ³hnn&F}}} 7.++ƒºººßVìõëèÌ‚ ‚ èÌïÙõ tv(mƒÐØ£FÜØÌ,dsJKË**Ë«ªË*«KË+ ‹‹óY,zUEõ-Î ¨ªªª©©Á€‡‡ÇÔ©SAk«ªªBCCO:å,ËÇǧ¼¼ÛÜÜ|Á‚Ä„Púôé ÙõõõP?,,ÌÕÕµ[Z$%%œœ ¸¸¸ùóçnÜÓÓ3{ölSSS¨Ÿšš*''‡ÎŒ ‚ ‚Îü>œ™„¼±Yy×N%•;•·CF …!w‚ßêÌIIIãÆ#~þa^µj•””Ô¤I“` +**¶oß>yòd0á_~ù¥  €œVh} ((HVVvüøñŠŠŠàÞ¤S©ÔÅ‹Cý­[·Þ½{AAù½:3yc³¨€O¡fAAä“ufòÆfQŸBÌ :3‚ ‚ È'ëÌäÍbê`Ñ™AA>YgFЙAAЙљљG·‚®˜Sö˜Yj0œ(Ù9¸`B‘‘áèY·ŸÖnœ³æ×ÆFuíðØ\o¸‡":3‚Î<¼˜˜©ß¹|7ÜþÑ_JDXø¸Ù3ÍÈLÄ-ŠŒsVmØ wèW;n;¾X¯e¹VYývx$®:ÜCAgFŒLÔ|ýÝ<»º(.\:æëÎöоÜ<*n ˜Pä}3{¥Â “eÊÚË”+vé­Ñ0[©¨•˜Œk÷PAgFЙ‡ C£]pçœ 0.z÷ów¥Xë&§Ätt´w ‰žžÜ–0¡È[™µ|]¿3÷û°Öc…ª¾‚–ÅÒM;®‡Üm{ñòug碻Š{(‚ 3#èÌÿ‡ž¡ò`àž^7nyºžw42Q74VZÞöÅÍ Šˆgæ²µƒufˆ•ªÛï1µš·öןVmZœpuÇõ{(‚΃Ό 3èèí¼âwæœÛÁsn¶bâ¬+6Î.¿…›‡ýÀ Á¡¾ýqâ „\†ú-|‚‚}nûyݼåy=ðÂÕkçõ ”qs„"â™±tõjýò;µäwîK Í¥;~‹eʺ뵭6躇xâ „„ŽÍú½Öi[)hSf/_‡ë÷PAg&ÐÞ»Ýûò)çs6Î爊3gœv¶>yšr⤅à 3ˆãަïf®çÀ¬qs„"♾dåªÝÆK·k.Ý®!*ä ¶©/Qܽx«ê¢-»úc³Ê»Å®eJ:0k\ÿ¸‡"è<èÌ:3¦–¢§—ã©3V§ÎP„·NYÀQ÷€­®…•öÀ»HzKP4Í)š‘·p‹Â„"b˜¶xÅJUƒ% ÄÛv ÅÝK@•7«Ì[¿õ§µ›Þ+Ý@ÂÅÏS¸‡"è<£È™ï—•x]¾è~Ñõü7s®îg]Î;Ÿs=sÖå´ó¹SgΞ<íìtể“§¡¤°ˆFúúú ™… ø4Y]c³ÇÅã'NYž8e!Ž'-œÌŽ3†C·Õø„ÒÒ\nä””‘ Q\ A'‚ÃÉ*,¤²Ù,V*“™’——”——“G§ÇÐhQT꽌ŒðôôЄ„›fš¸bB1ü¸P~¹Šþâ­j‹·ª E[v-ظlyîº-[MN©½Ê uû?Äî#~¿‡¯šÝeÕÃ>ª‡¼v¼¤bsQÅæ‚òw%k·V®;)çvXžÝnqz«‰Ãܵ1¸‡"ẹ̀Ǚ=<Ï4<¬ð°îAcm}CM]CMíƒêšúªêºŠªÚòÊš²ŠêûåU¥9Œ,§S|_'??ÿûï¿ùò%_ÉëׯÉaƒ–––¯+KKË_ýuòäÉdƒ¼DEE-_¾\RRrÞ¼yIII| ÀKXXØèÜ 9Å¥Eœ6›Ãú4Ym÷F7wûãŽüû;æÐG›ØÙYP´L-4©Ô¨ŒŒÐ´´áŠŒŒ»Æ¦»ñˆ„ EÄ ³`é2%ÝE›ùo·X¸‰å¿îüiͦ9«ÝIqÝayz»Å©áŠ–gf¯Ü€)À=Ag=Î|ÊùDóÓ¦¢"vIiqYÙýŠÊòªªÊªêªªêÊʪŠòвÒû¥œâ"6» öA•í!ë!8sMMÍãÇ ÆÊ•+55q™ijjêÍEЙSSSgÏžÝÐÐ-—””ð-1SAß Ü//a±/Û_´½xÎ(ȃÑOÒ™7w0·±Õ;`«ËÖ6:VÖ{MÍ4LÌ4Bï^¡R#RSƒ‡123ÃŒö«á ŠˆufùE›vÍ[¯8oýVØ2wÝæ9«~‘]õ˯ú‡wRÎn7?9Œ±ƒâ<{…¦÷Pyô8³Ã‰£m/Ÿƒß/+a®®©ª­«©«¯…€êPç ø¨¸˜óèI£¥•Ùœ™ü4>>~üøñ|-€ËËË“£===³fÍâýe˜·A’õëׇ„„]‹D‚=wî\bøÎ;P'1±ÿÝF½½½S¦L¡RG´ÃöªêrjVz{ÇËâ²Â²ª’öŽv­ª®ø¤œÙ×ßc¿™ºµÅZÂê_è@áqGóظÛyy ))AÃTj¸¡ñ.<"aBQPŽ:ɮڠ>útœÙ`ŸJy9‹Ã!n#"‡7JJrŠŠàj&"9ùö°•zH˜PD3—­Õ8vƒ{+²ðP·÷W³» r»ÍìİÇNÊ9XÌî¡:óèqæ¶”/ÛJKK**Ëkj«<¨ø°ññ“ÇOžÀ¿Ç=y†ÐæöŽ—úût…:ó$&L˜ Ô™AtwìØ¡¨¨(¸N ÐÉɉ¶°°ÐÕÕœ¯BÉ–-[ FZZÚœ9sìììþÏHkj®]»VTTîååËãççG|´téRB¡ååå]\\~ùå—þKo__b`d¨«¯½r ÖgÛ‹ç/Û_t¼êèì|ÝÃ%øN Tøœ¹¯¯OßP™F‹LJ ü ³†À#&•PPÖV.ЦŽ$`Öè̸‡"ẹ̀ʙÍ-MŸ>k.½_RYYQWW † ªÜÜÒüôi D3Tni~ñâEMmÍ«WÚ:šB¹¸¸¸úw"##ùœ™piPPP€ ‚ë$ `Ñ¢E0ÐÕÕõã?FGG‹wf6› %L&“ œ1c†¨~éÒ%ò– K.---ÒÒÒ­­­ Ó èÇŽ± ànDÈù ç<<Ý„|qçSpæÞÞ^=å,zTbÒÍ0k]}%<"aB¡ôôöÎ’_«díªhêðAf=C~ &÷Pyô8³Ñ~Çú¹ª¢®¾öáÃÆ¦æ¦gÏž=þ¼­íykë3pæG=xPÿâåóݪBYü½`Ô555Ц¨u+)) &œ””4eʾ[—¹±±JÚÚÚˆÑììlõ:û¬¬,ø”¸!$88XNNœ|çÎ0ºnݺŒŒ YYÙøøø1·ýŒug†|éèí¤gG'$Þø AÏŽÑÑÛG$L("”îîž™ò«•¸m5=þAf=cé*Lî¡:óèqf]ƒ½M-²äÏÛž+©ì‚3 >Ž'ˆŠŠÊñãǹŸHÏž=»°° š>}º¨–}|| 21\WWMíÛ·ÏÅÅFíì쌌Œ DŒÏ;Wü¼Ï_p¾þ>Ÿ‚3wwwÃ<;7.>ñÆ ˜µ¶¾— Ч««{ÆÒÕJ6îÌ™mܧËá«qEЙG‘3ïÑVohx0cæôŸÌ•[ºdÕê ¿¬Û¬¸qÛŽ­›·n\¿aÝÊUË—È-žûóOPm‡Ò¶÷äÌ·oßž7oÞ”)Sˆ¾,ЏC# †É@z·lÙRZZ ³X°`½½=ù‘··wBBB-—€€€I“&]ºt‰üô§Ÿ~’ Ñho¸=iÀðòåËGrp>w²º®¢ñу–§M/^¶uuw½áþÕ¬§§»«««³ó5Tø4œ¹ àyù‰‰I$òó“´önÃ#&JgW×LùÕ*¶>ÔýÌ*¶§áë³qEЙG“3ëèi—•ßð îYëÓ§ÏZZž6s£©¹¹©©ùÉ“¦þÇëÔÝ/»¯©¥þžœ¹­­müøñ222àdá÷ð^2>|xêÔ© Ù ¥³³“W§.\()) ®^½úúõë¼3200’’"¯¥¥Ú´¶¶É Àãâù“§ÅÄÏóŸ‚3ÃU‚¦Ö6fAjRÊ­0kM-E<"aB¡ôôôL_²r×!/EsÇ0ëi‹W`"pEЙG3§g¤ ïPÚöÖ€jP38J¶Ÿ ß =[ 3SRƒ>H°Øé{ðŽ ED'ôÇEËÔì.{ÇË ÕÃÞÓÑ™qEÐyF“3#èÌ uÍEÅY©é!#iwØ…™{´ð…˜PD$?.”W;â;Œ¯ÃDXžRµ»#‰ž“¨££Œ[&Å쥫Uz©Ø^m~OÁw²NI‹9pPÿÀA½ßÂVï°½q^~Ö(Y!YYYp&}ñân:3:3‚Î<’hjmÏÍOÉg&ç1G8¬ZVœ®Þ.Ü¢0¡ˆ(æ,[£l{Iå §ÊÁ ï)øNÖ¶‡ ¢bnAÜ‹ºy=,âjPˆÏa{£ú5_캺:MMÍÿüç?_|ñÅ?ü@¡PÚÚÚ†e…tuu=|ø°¯¯· ù“uæ‡ù\ñµ?~üäégΞ:îhodjluÀÒÜÒDŸž…•ÕÿÇOžàv…Î<¼ìÑÚAÏIf°RÁ²F8˜ié™1úúj¸EaBQÌ]±Vé€ç®C^\m~/Áw²¶´Þ ªìê~ˆ ß«g¯ø³¶Õµ´Öþ=öZZi8¨—š'¸ÌÕÕÕÿþ÷¿7mÚD£ÑjkkãââæÍ›7gΜöööw\ÝÝÝ===/GtæÏ™¯ø_]±ný%oo7w—'O×?¨sNÏH«®­JL‰c²ò5µÔÙÙ-]µúæíÛ¸i¡3#{u”©´Ø‚Â4fAÊ»(#--ÒÀp7nQ˜PDóW+ì´:¯jçµëÐ¥÷|'k3 Í[A^„-Û2VRÙ±Ci_@áÑãV/9XXí\æ7®]»–÷§à—/_Nš4ÉÎÎîÀÍÄè«W¯\\\dddÈIÀA¼‰ ‘‘‘3fÌøÓŸþ%Ää|å 긵 èÌŸ‚3ÏY°('/ÏÅÍ™ž×ËyŒl8 Às 9½½½nç]÷êj±‹Šæ/Yú>VH~~þ÷߇µ!L"8€Î<†07׊¾Åd¥ææ%BäåDób¤Ç'„¢baBѬު¼ÙÈq×!/e› *¶Ã|'kc“ÝžNfàÆp&\*(„N9[íÛ¯Ê÷Q[[lbb"_9(ñ”)SÄ8sCCÃgŸ}Æf³‰ò„„„¿üå/pB!*ÌŸ?ŸN§———'''ó:3YÞÑÑ[ ‚Îü)8³ìü…••,Wgûc‡mY[PÌŒö^òºx¿ì~sK³†æî ž={v-ô=~üØÚÚzÞ¼y’’’Ó§O×ÒÒÊËË{¯ÎÜÕÕ3«GgÓÎlgop̓ÁLÉÉËɇÈÍK ‚Сüü¤|D2‚™>Æ4DA:« €Ù©Ln…þ`$ç÷GR^~ÒïZÅm–; î¼â`’ `o K}Oáçç''''%%5wî\777ÞÄÜ›!t*tæQœ¿÷îA\ŽŒ¼åÑÑ~ÑÑþ11Wcc!ââ®qãz|üøøë0£PΫP êsÃÛ¢5hçÎÅ›;;##Õ»woÃb eaB¡ ½xÅÖ²u›o4°Ùhh»Ñðà¦þ8´ißa(ç†Ýf£#[Œ!ì¹qtË~"Žm59¾Õä ôÑ_ês&<Ìw²Þ­¾™tfå];îÜ °9d@v×lm«KåÀ^sË=‚K§’õë×óníííÒÒÒ‡†a8ËÀ©|dÏÛÛ›tf`íÚµ E Ÿ$£3#èÌèÌÀ©3'¯Þ gÓŸ?oMLL¬««USW ¹µnýº˜¸Ø%òKÓÒSÒ2ÒÂ"¼¼/ñ}a0Õ––¡ßŽ'’’’©©©Äè¥K—äääHãÍÌÌ$ʉQÞjK–,yÃýÙäɓɇ2€èèhYYYñÎ,f*tæÑCOOOSSSXØÝM›V^»vòöís·o»@‰W2‚ƒ ÞBnˆk˜ ÌîêU§M›V„†ÞÅÀ~¢0¡ˆÐ„‡Ü™4{Þº=F :fDlxK˜ÿ_èþ:|ñ‡IøNÖºJF&jD˜Zhú_uKI¹—IËÈŒMψIK‹NMJI‰LJŽˆ‹»ch$¤;n¢¯¹-[¶€ÖÖÕÕ%$$ÌŸ?ND_sð½þûßÿjjjÖÔÔÄÅÅM™2…×™ýüüàœõõ×_GFF¢3#èÌèÌ‚Î|3ð†Û·ÌÌ 6» ££ÃÑÑÑçŠÏÆÍ’“Tv©ì3ÝìøÑ|F®¯÷½ÈˆA9sQQï§4mܸq½½½„ß¶¶¶ò:³`µ’’(ŸÄÄ  ¬XŒ3‹™ yôÐÝÝýèÑ#81énØ ÿAÂÐp,,†ÐgóL(&ÖçUfÌyÁw²Þ£­˜’’ †–|çrà­‹7o]¼~Óãú k7ܯ^;5Àí^Ô­=ZŠBTYCCÌù‹/¾’’²´´ä}§Irr²´´ô—_~¹téÒ›7oò:3œ•¾úê«o¾ù†<_ 3#èÌè̼–•œ’ìtÊ))%éVÐMÿ«¾™ÔÌ#GŽ{&*&Jß@ÿÀ!…_üoø_ö½’š–lmcUS+äí¥êêêpEÏWH<HÜ›‘––Fz{{ÃuýÎåˆQÞjÄ-¯_¿–––&ÿFÆ‹g3:óè.aठɂˮg˜5,,ÞþŠ E>TBùNÖŠŠk||N†„xß¹ãzùî]ß°0¿ðð«wïúݹs9(È+0ÐóÆ ÷€WggÛ­[Wñ-ö[O‚˜YAg~g~ú´ÅÜÒìNhp\B콨{É)É[·¸yœß¸ySeU•»Çy/ÏJÛ4öìÖÕßÛú¼•ïëÔÖÖΞ={Ïž=YYY ………gΜ!ûš344\½zuqq1NŸ5kï3€|μiÓ&²ù  ‡‡ÇôéÓƒƒƒëë뫪ªÂÂÂ\]]ß¼í@QS¡3Âó2AïˆCΖ˜Pä&”ïd²}ûúÜŠÕÂÃ1G‚Î<’Îüúõkcƒø„¸»á!YÙ´Ãv‡mÙ(©ìtv9£ °nûNEuMµêŸ>m¾q5À_ð=|øB¡Ì;—x§‰¶¶6ƒÁ >Óן3GDDüüóÏ'N„¦xoG \µj•””4¢  £oÐלЩЙAðd :óМõ§…‹3iÔªê*&3?.>æ’·çy× žîl­¯ø^~Ã}2¢££='7gŸ‘n]èÌ‚ èÌ‚»á§æÌÀÕë7–¬XyÖõ|XĽ´Œô„¤Äð¨{>~WœÏ»ªk¨yûx]½æÕ4öì.))Á­ AAp7üù ÷H¡aán(6¶;UÕV®WØ®²ËÜÚú¬«ë‘£ö»Ô”w(m30ÔÃM A±»ú™{D)år¾©WÞè tfAgsÎŒ 3#ò1A¯µªŒÎŒ èÌèÌ:3‚ œÂêg£_˜Ñ™Ag8|}ž|”sDÆ=¢t Êêr·ÿ«+ŒÁºî'DgFtftfyhtuu=~üx${ÖEgÓ—W¯_¿ÆUñVxóÕ×Ü'ÿp gFtftfù£W/tftæ˜þ¹AЙљtæ‘4X¡/ÁäÑ£G2227oÞ$Fýüüf̘ÑÔÔD¾‡}Íš5?üðÆ jjjòòòÖ®];~üx…ÚÚZtæ’ßôôô•+WJIIARª««‰‚ƒƒ‰Â©S§Cö‰ò¾¾>//¯E‹IJJΞ=ÛÉɉ(ÿþຸ3nì—PÙüüõ뮞LÎc3ï?83Ÿ<£–Ü«^eqj[»{zëž¼ L­&Êù&¼y¿¡¹êÔ="">*(( ßã™””MAÒsÁu;Xg®zøâT0Ç=¢´­£ë^öƒ:3³²l&<^ú¤õ•Pg®ll;w·ÄñVaåÃ%u­bœ™¬YÑØVûøåû8Y×ÕÕijjþç?ÿùâ‹/àÚ™B¡—cïHWW×Çu#:ó(tfL :óМ¹S|ÜÎ :IIÉÔÔT¢üÒ¥Krrrb&Ü»w/øðÆÁ´y›ÊÍÍ%Fãããa”|“{\\œ@Ñ™?H~ɤYà#99YFF^¿~ Aaaa¢šÂ{3†ìÌžQeÄhXVýãg¯âÌÖ¾ŒÞÞ¾ ÷îåwiuBÙ5¬„¨à[ÞÕÝ+Æ™ÿ¯fLùû8YÃEô¿ÿýo¸4ƒëîÚÚZØÞæÍ›7gΜöööwl¹»»›8°õ ù#sfdÌñ;sQQ ´´´åpÊ7nq{Æ$È ›››§N:kÖ¬ÖÖVÞ¦Èß”ˆÑŽŽÞÑÎÎNtæ‘Ï/_R 0Ìd2•••gΜ)--=aÂ(ïêê*..†¦¦&tæawæƒW{jÏ#â~o_ŸÙœùLlý™ä„BÔšwB Ÿþ¨_wõA~ÄWsØOÖp½víZÞŸ‚aO‡ã† S‘îäââB\²€ƒx"##g̘ñ§?ý JˆÉùÊÉÛà ¶aƯ¾ú \ýÊ•+¤žÀÖþå—_þãÿPSS{þü9¹ ÄGóçÏ///'Úñöö–€ö¿ûî»sçΉ÷Cò»ˆioZ¡u`©`¯üë_ÿú¯ýËÚÚš8v½£S¦Löá[888mŠDÌ|….'"Ö¯_Ï·’ùºŸááyŒ:óÓ§O¹šrB¨ )) ®UYYÉ×”PÅ"GÑ™?H~ù²ÐÞÞg[ (©ªª 'Ê g† "tæawf^õåsæstf×0áÎìQ*Ô™…ÞÔáXH†àó†ïÙáÒ 311‘¯ÔÜIŒû544|öÙgl6›(IûË_þ-QTN§ƒ­%''ó:3YN^˜ìرcöìÙ)))ãÇ'ùÚµkÐr]]]zz:Tسg¹ K–,¦JKK/^¼fÍ('éÌ™3555¹¹¹ƒrfÁ§ZGEE•Åb¥¦¦~ûí·gÏžÂzƒaGGGØÁcccëëë!#'NkãÌbæ+t9·mÛ¶ ³NKKƒk"Agµ@TTTƒû .ЙљљǜS÷fÀüeéÒ¥¢¦‚úp‚㪱±ñ/¿üBümy 93œìxÝØ××—('îÍ4âwiÞ? ƒuæ‹‘eä-|÷f8Ý.‚c7ØD…[i5oxîÍðxÛ½BY|ïÙÁ¸àL'øG p]pé¾¾>QîÃòòò¶¶¶D¹¶¶6x/Y!))‰OSùÊù~/ýüóÏÁ‰ÑÓ§O ½ &&æ›o¾!Û¤R©D9\<þùφÂÂB(ü‰x€Î,Ø à´‚uà¢>..Ž(wvv­!j½uvvþýchhèwß}'Ê™ÅÏWp9a%ó^;wŽÏ™Å,À¼7ù£p*CCÃÕ«WÓéôY³f‰yB¡¬[·®»»žsæÌñðð@g[ÎÜÒÒ—HNNNuuup®„+ 2YP8sæÌÈÈH¾gŸg&Ëù®ìà#òbøiš˜ENNΚ5k¾ýöÛ¿ýíoÿó?ÿå0/¢)â> r°#ôôô,\¸–DCCF°!ñÎ,Ø à´‚uˆ…'W`JJÊgŸ}³ìzƒ+b¨ðWø¾/Ÿ3‹Ÿ¯¨å$W2Ôçsf1 €ÎŒÎü.Μ‘™`sPßÊF‡r`/‡í Øy¸¡3¼S °¯¹ÔÔÔ~øáþýûäsüøñ%%%èÌcÈ™‰µ¬¬,äNQQNµd9¸Í… ,X@ô5wêÔ)²µ‹/Â$ãÆÃ¾æ†àÌþ •-m¯;»z¨œ'æÞüëqï>(qwOoEc[@bÕa}ÍÝN¯ì °Ã‘wfâÞ ÁŸ]]]‰ß-ábœWبT*éN lŸþ9lŸQQQ_ý5Q(ÔIgú¬™(ƒ]à›o¾ÑÖÖ†iËÊÊnݺ%ô\^ëîŽ611ù׿þ¥¤¤Ä7#QßELƒoõmÁ…'Üu°ë¸xk„ò?"xÙ"j¥‰wu¾úpFàûîbù]œù Ý¾Èè[ѱ·£bïEÝ¿wív°Ï¡#Fõ¸!¡3#òÑ8ó»¿»œ¬{4¿ÓdãÆëׯç}°½½]ZZúðáÃ0\\\ §Bò±ooo^wZ»v-…BQã"Æ-Å;3q›yÛÀ™3gˆY€UÂÀ“'Oˆrww÷+nDDá¼…¢¾Ë»83±ðñññDù¹sç¦N:„õýío \?bîÍœ¯¨å$îÍHNN&Ê]\\ø¾»˜ ~ð‡jïÞ• :ó'èÌ뽑×]ÝqúœµÍ! +-¡áåã,ôG$¸WPP€+ú±Õ£øØz°A·Â÷îìwqæÓÁŸ˜rûë#ËZ_vÆ3G³3}ÍmÙ²ô©®®.!!aþüù²²²„ õôôü÷¿ÿÕÔÔ¬©©‰‹‹ƒs¯ûùùùIJJ~ýõ×DïCsf`çÎÄãiÄ_ĈY455}ñŶ¶¶°„áááä³¢´077N¦%%%ZZZ‚=4Šú.ïâÌo¸Ïâ0¦§§Ãš$žÅìzNž<ù¿ÿû¿0IYYY``àñãÇ߈}Pp¾b–SQQñ§Ÿ~‚•œ‘‘×DÄ=¼õE-Àî[± ÚÍ›7áFh=èÌèÌ¢œÙÌBóV°!ÌÎ.lë§¥E”—3£¨ˆÚ,T8a›|üøqee% Ö­[·dÉ¡7z¡3£3#2¸G”—3;ß)nléèéémÝMåb|ÜÑâÞ=¿”” ˆÒÒ\s ¡ÂÉ{k(Èçòåˉ?„½}‡ªÐ×㊺õq€ïD&¯yåääàP9wî\777bŽb^à+ô…¼×¯_‡É%$$dee½½½Ñ™CÕ´£Ù¾¿[ïÎFF'—.]Àõ€Î<μßT=“]\œ ÁádegÇ$%‚!—•1ËËYñ wNX„‡_NL¼ÉfgîÛ¯úVg&®¦áº˜õ6d¡¯ÇïÌo}'2’,//Ÿ’’ÒØØ˜‘‘±páB(y#ö¾‚/ä}ôèѸqã<==¡Åb‘7Y¡3#2VˆäöŒÎŒ|”À©ü¡®®NÐß}÷Ýp 3€3ë(Q“‰8æh~øˆ1ñ sxÄZVd|b(h3|Äd¥Bå83豄„D__Ÿ¨·!‹z=®xg~ë;‘»ºº&OžLö¯DGGËÊʾû_Á{3JJJ „ïÕNèÌ‚Œ-Šj[Ý#JßýÑ?tfd´'îiÓ¦}ñÅß|ó®®.¾êydœY[g{aafjZ`ËÕ5ûc¦ Í‘QW³sâ >b2S´÷n”3‹z²¨×ãŠwæ·¾™p]Þ÷,“/äó_Agîééùõ×_üñG°nQ=ž¡3#‚|¬'kÁݙϲÔ5·°‹¨™´"@‰cævöû,ÉB&+*Ä™¯^½JÜ›!êmÈ¢^Ë`0x[ËÍÍÚ¡®¨~w9 0™Ìê?ö.¦¡Ïvww'%%ÙÙÙÁ•¬¾¾>:3‚ :32%9¸fЙ߷3ïRýµ°ˆšCè11PS[R[WBŒÿ³ R¡ò[™xl†E½ YÔëqËÊÊ µºººßÖÕõëƒrf@ZZš·»QËÉÛ‚øòÆÇǞΌ ‚ÎŒ ¸~²Î¼Si}Q1-Ÿ™Dè19LŽz_> ÿ¦Ce¡.Jô5WUU%Ø×œ¨·! }=nOOÏìÙ³MMMëëëSSSåääåÌ0ìáá1}úôàà`h–',,ÌÕÕU¼3 ¾—Åbùøø”——Ã÷277'ŸgDgFAgFÜ ?MgVT\“—Ÿ”E&$™&G+«ŠàÿìœØ­Šk„:3ùN“õë×»¸¸ðv½(¦¯9¡¯Ç¥R©‹/–’’Úºu+xì`ý^µj´3UPPß#1Ê÷BÞŠŠŠíÛ·Ož<–í—_~¥GgFAgFÜ ?egÞ²uM` [X˜''O úÍ FÉ®_?»eËܺЙAЙwÃOÍ™mmÍÌÍ5®^u "''žÅJ#FÉ š)n]èÌ‚ èÌ‚»á§æÌ5š˜èlØ ÿÖ€jP·.tfAtfÁÝðSsfAOÖÒÐÐ`ggW__»!:3:3:3‚ ž¬‡FVVœIyrà$¯^½Â\|õa=ÎÎÎß~û-LHtu;úúúV­ZµyóæåË—ªw™¡3£3#èÌ‚ 3{›uuušššÿùϾøâ‹~øB¡o€}Gººº>|f…Î<ÚœòòÙgŸÝ¸q£±±q°²MröìÙ½{÷€žžÞéÓ§?$¢3£3£3#‚ ¯9%…‰)±ñIÑq‰QdÄ&D’ˆè8ˆ"¢bÃ!RÒròéU5•===ïïd]]]ýïÿ{Ó¦M4­¶¶6..nÞ¼ysæÌiooÇ–»»»y—ü­åèÌ#éÌÙÙÙ0‰¨w“ Ë‚‰J¢ø AgFä“¢¸´ðÑã‡CΞîöŽ—72ÙŒ¸„˜²ŠRâ×Úa?YoܸqíÚµ¼?¿|ùrÒ¤IÄßëùdŒt!rP ïÀÀ@¢BddäŒ3þô§?A ¯Ô‘å ê¼ËÐÒÒ²aƯ¾ú \ýÊ•+¤nÌœ9óË/¿üÇ?þ¡¦¦öüùsrˆæÏŸ_^^N´ãíí-!!í÷ÝwçÎe˜|ßELƒo¸¯ýš2e ”CË‚w ˆ™XYYù¯ýë¿þõ/kkkbÚÁ®R1‹!ʙߺÌoþø6í·Îb°+Gð ÝB7€,':3:3‚Îo{Öúüé³çOŸ¶¶<}ÖÜò¬¹ùiÓ³Ö§¯::»:[ž61 r3ii]Ý]Ã{²nkkILLä+™#x Ÿ}ö›ÍþíË&$üå/Ù&*€YÑét«ääd^©#Ëù~ÞܱcÇìÙ³ RRRÆO:óµkנ庺ºôôt¨°gÏr–,YM•––.^¼xÍšþ÷ ‹tæÌ™šššÜÜ܈ˆˆA9³`ƒ€££#xllll}}=¬¥‰'‚Ú mVèä*** š,+55õÛo¿={öìV©˜ÅêÌYf ** &uõðá÷Îb°+‡·q¢}Á `€Ë‰ÎŒÎŒ 33õà;—ï†ûqÃ_ úËC‰ëÿ7ûc¦™‰¸%`B‘‘$&>þU~õŠk˯úm™+Ì/þ Ì/@˜[[ gn…øÍ™Á“›[ž4µ<~ú¬¥³ó5Ô,.-ŒOŠÞ“5èœéšššøÊÁuÁ¥ÁùE  ËËËÛÚÚåÚÚÚà½d…¤¤$>Må+çåùóçŸþ9("1zúôi¡Ö‰‰ùæ›oÈ6©T*Qþç?ÿ ¡œ÷WÐA9³`ƒÿûßóóóÉBCC¿ûî;¡Í N×#ð½âââˆrgggñ—!¢V©˜Åtæ.3ß|ß:‹Á®Á{3ø6€/':3:3‚Î{öìСCïJô{ùå—‰y¸ %%%J™™KçK(Ò¢¢¢"nÓÜ&BCC§M›öꫯöíÛ÷¹çž£tÚ+ŠÓà6QWW×ÔÔ4qâDªÉ’%K¨2ªQ¨bfÅE"Môቫƒb±Š«³ý⎭——W=¨V÷{HÕTC‘™5¬³ÜvÛÝÄýUÌÌ5Íë fîêÌìçïf°}õƒ›YÎlçžuÑ¢pÄ0ócКµÿ!Ä’âÓ í̹½—¯œÜ¼u¥§—SMMué«?²‡Â¡YöN¶ô[USÙŠÊ|Z–ö0˳Œ™%Ì¥÷˜9¿(/9õvn^a3átGŒÍPìþ=yò$ë æ^@@ÇBDƒ={öŒˆˆpppxñÅY¢R Tÿš3[²MTUU½ôÒKË–-£u“’’ÌÌÌøˆ«”9õôô^yå•o¿ýVnCªöEUì‚‚¸=¹­ä^¢juÅýbÌ|¿‡TM5¯†u–;nšl⾎*fæÊѼž`æ®ÎÌÛwýdïhæèlîà$¸åpÝöÖ5s‹ó;v¯ÍÉyïô¦®7ß|“ y‚žf^µfáý"ÙÙsû®›=ùÇþµz߯Y÷݃™Àüš i¨[ŽÖô[)ãäÖŽå6´Ì†d´fn`FqIcæÂ¢ü4qJLlTSScuueG<øå—_òY¥ººzذa;wî¤éøøx …Ü#{FFF|š>}úæÍ›¿“J @ªgf6†S}ôèQ¶ Šn4QPPÀÒÿüóÏv™™“T~¢ª}QU ©o߾꠪ÕÙ~¹ºº²ô'NŒ9ò©šj(^ ë,wÜ4ÙÄ}‚aÊÆõŠ\9š×ÌÜÕ™yóÖåvö&\ð:rb«ÁŽ7mùA©;L)åÒÿN]]—(‹ß”ŠŸ¨‰òóó»Ê¥˜ùáµbÕ7/=qjû‰SÛÔØñ“Ì ŽýÞj§ ÷\œ¶°º$±›dåÍòÙV;Ãâ<] nœ35;k"8}õÚ«~\ˆæ‡BÊÎ^rc]É­&½,æR˜KeÀ,ÇÌE²ñÌÄÌâÌ´˜ØèÚÚšGþ à]Ù»ætuu‰j233ÝÜÜ&L˜ ££Ã€§©©é7ÞXºt))—#FðïòåËZZZ/¾ø¢½½ý33é›o¾yï½÷D"‘··÷àÁƒÙ& {õêµmÛ6ª¡­­-÷l *Š ;yòdBBBJJÊ?ü@åÈmEÕ¾¨ðC‡õë×ÏØØ˜VIJJ{÷îÕ*ïJŸdÏ6úúúÒAfÏÞï!US ¥‡W“:+^k´»‰û:8yyy”ÍÔÔ”.yØèÅ a=ÁÌ]™7nZjfqŽó±ßÙ¶sµ]rr¤¢ÅÆ6+eæ>øàæÍ›\â(å˜zÚ˜yÙòF;apìÄ/ªìèñ_ŽÛzèÈæ‡6í;°‘lïþ gOþ±›6æ‡BÊæ–%ý–˺”e¥’Á²îå6=ÌrÀ,éd–0sAQ~FVzl¼¨ªªòn‡}ÓdÉ’%uĨÚÚÚ?ÿü3ÿ›&žžžÃ† ëÝ»÷'Ÿ|BÄ­²²²¿ýío/½ô7 õÁ˜¹¸¸xÆŒTÔØ±c/\¸ÀmâÊ•+ýû÷§ôþóŸ×¯_W¸‰‰‰ÿú׿^xáÚ‹?ü0<\É€I¥û¢¾ãúâÅ‹T+Z¥OŸ>ãǧYÍ™Y黿î÷ª©†ªÃÛn•öÏ«ßÄýœ#GŽïzôèÁל\Фž`æ®ÎÌz—lÙºbƒþ2ƒí«]Ý,é"ÒË놢%&†éé/QÊÌÔœæÏŸÏ]üÒEýÑ£G3Ë ·`³Œ¥MLLÞÿýR~##£»mÇf”––~÷Ýwt1>}útºdk·4vI;yòd:IR±§Nê–ß¾ìf̼ô‡ygÏí?|tËᣛ•‘ÕÁÛˆ‹~Ù¶rÓ–eš¿Ä¬Û¼TóR;{3° i"k;É}çÖþdÎø¨¬˜[G2K:™[ÇfçßÉÉLHŒ‹ #…á]ëÛÙÔ-fÖœ™×oøÞ?À1>>„,..($ÄÉÃC°ÿàÏ;w¯ãìàáÍîî¦"‘ÿOë+ef±XL¤š‘‘A)ì»Kaaaê)7//oÀ€gÏžÍÊÊŠŠŠb£¤ø™W®\ùùçŸÇÇÇN˜0¡]f&Hž2eŠ——WNNŽŸŸßĉ)ÌÜÉõý’9†gö8üóÛmÿ¡MûnÜýÛ:‚«-¿¬  :ºp“ZhBg!dÒÌŒšqLL€Häå-z…‡{„‡»…†º;:Üòó³õõµrs3ݸi)Ζp(¤‰nÚ˜Kº e܆“åÆc”0sÌ,íg–sëØŒâüìܬÛI a!^>`fèá¥øÍÌÜA̼êÇocbÜ=|#NNK‹a–œµç· ”(Œò¦ÌJ™™ vÙ²e‡’Íï¿?zô(G³ª(7!!&ä>ŸÄe®¨¨ÐÒÒòõõeégΜQ_ZCCÃðáùק“uttÀÌ\ßýßìSîÙ»_þîüoû$öë^½]{ÖnÚüÆMKüü¬||,•ùùY¯Ûð8[¡&²´6»{·¥¬LúÖe!³70ßë[–t/·fÙ3¸NæÂ⼜¼;I)·#„a>¾^`f3w!f^¶bALŒ¿·%߈™¹i/o bfš ½G rëááñü#''G[[ûÎ;í2sSSÓ¬Y³Þ~ûm===â[6Ž‚ËKÜË4!ð¡<½õÖ[”ÒUÞŽø3ó×{÷él[õ˶•r¶Õ`Å–­Ë7l\¢·q‰•õÅ€;oo‹Ghþþ6kׇ³% iUo ˆ™[?S"³{Ë-sV(}ÅœllFñ½±…EùEy+Ì3C˜¹ 1óÏŠ‰  u q$B¶¶1¾vý41s`Ãî_×ÛÚš\½öçî=ë)CT´7eVÅÌ4}øðaš¾u럙“’’h"33³u÷MLß§áêê:`À¢n®´ÊÊJ---???–áìÙ³êK# 6Œÿ6›îªîÄÌ?þ´(99*.Ž ^eÊ·„„ÐØØ€€;OOóGn·¨8[¡&Ü0!f–}£¤ˆÉʹ”fÙ3€Å­]ÍRf–bsa˜‚ÀÌ]ˆ™¿ùöËØøÀ¡Gx¤Çî_×™™Ÿ»tõäo{õÃ"܉™Ío]¼|bï>}ÊãK™Õ0sCCCqq1”ƒ1nܸ 6deey{{Ož<™¥GEE?>99Y,ëëëøá‡r¥­Zµjúôé ´T}i”ßÐÐpôèÑ´(--ÍÆÆæäÉ“`æN«–––ÕkÚ{xžˆÑ¦©8[¡&257–2s+$ËF_ÈÓò½E%E­ÌÌÒ,¡Ái6ƒ™!ÌÜ…˜yÞ¼iáAÁŽAÁNÖÖWwÿºaÏo̓CœnZ]ÙµGoÏoœnP†Pç¹ó¦©afÅtF³“&MÒÖÖž;w®µµ5KOIIY°`Áðáõ´´¾úê«èèè» ïš[¼xñ Aƒ>ûì3SSSõ¥µö„”™ :tÆŒ4 fî´¢k«U?. vp÷0}"F›^¹ú[œ-áPH£3À˜.‹¤Ì\Èæâ6À\xo¶¤P–³m‡s ¯Ã¹Ì A`æ®Ä̺s§ §llÎ’¹» ¤/tòqu5¡Y3‘ÈŸf]\®Ñ¬‰Éq]ÝiOä É½‡ù©Ž\Ý…™›ššV¬ú&8ÄÑÍýú1º*\±êßhQp(¤Ñ™Çô 1³ìCØ·éaæ!t¡Ò±ÍEmÞ;'Áf03™»3oÛ¶Q_ÉÕ«ûÚ5Êf`°Ì f~$jll$Ä squ¿þDŒ6½l¾‡BéÚõËøà½÷Þ«®®~È’›šš4O3?Ù£ôH:„;Û…˜ù‰3óÆMKÍ,Î1`>öû/Ûv®öñ±KNŽT´ØØ@Âf03˜ùQé¿?ü;8Ô32Ê›(ë1›0ÚÇ×ßiõêïТàPHüãcf¹!rÀÌú–¥´,åd)$7JŒ˜‰gI=ò`={öìéÓ§ó»)< :t×®]ŠÅÑï¿ÿ>jÔ(n¢;o@À2ØÛÛ¿ûî»Ï<ó ¥ðo÷séêü:3¦wïÞÿûß¿ûî»òòrJTµ 6khh8bÄZeàÀûöíknnfé´#ǧú÷êÕëõ×_700PO†Ü± 777V“ &$''sk©Ú\»{¡js4-ÇÜR¹£ô›¦3xðà>}ú¬ZµŠA¸út¹±ªŽ§Ò-ªÙ)Ve[¸p!mô•W^Ùºu+ÛõGÌÜÕ™Yoã’-[WlÐ_Bf°}µ«›et´¯—× EKL ÓÓ_¢Š™Ù„Ï´iÓ¨éΜ9S,‡‡‡ÓékРA3fÌ K~¶Š……ŧŸ~ª­­=räÈuëÖqwÍŠ‹‹/^L™i:“PiuuulÑåË—'OžL«¼ÿþû§NâþËLLL(…þõtttŒŒŒÀÌ]KËW, tŽŽñF{=fÅúùøØÿ¸æÿÀBp(¤‰Nœ:*aæV`nÓÉÌôkían Ì •›¤jnnµ¦f– Yôhƒ5Eb3www¹tâUâ45È—Ý£G‘HÄÒ xžþyŠk,aOpp0‘§§'øôššþæ®]»F%dffúúúŽ7î¿ÿý/%ªÚMïß¿ŸpÚÙÙ9++‹*?dÈ‚I–mçÎýúõ377§Ò(ž^¼xñ¾˜ùã?¦&&&Nš4‰B3Ë£fsíî…fvpp iŠû¹RqKùGéá7ýÑGEGG{{{¿úê«l7]Ž™UO¥[T³S¬´E‹GEE±ís”y0s7`æõ¾÷pŒ!‹‹ v¼pñð®=ëwî^GFç/vw7%‰üZ¿X=3Ï™3'22255UWW—8yþüùÜ,ñ0[ÅÒÒ’š%@¨E}þùç7nl ¸Ë—-'$$P“£öÏ13Aò”)S¼¼¼rrrüüü&NœH)”ž——7`À€³gÏÒ5ZWWW0s×’¾þJG3a”wX¸;YxÄã0¶­¨h_W7«5@,8ÒLÇ?"éXSÑÉ\{¯“Y2CÌ MR`–¢rsË=Ñ\3#çG¬)P¤+,,”K'Ö%–¦ «A>Š2Û¶mcéË–-û÷¿ÿÍeðððT¹t5rrrz饗شÒMÔ×׿ð @¹U¬¬¬ú÷ïOT1âj®/Z©Ô3s@@K·µµ}öÙgÕoN“½Ps‡1È¥G²i–~ìØ±áÇ·›ÎgfMާœËTí•Fh={öäo—]¦xäÁÌ݃™WýømLl€»‡àüÅûÕ#HþmŸ~llHJŠˆ,&&hÏo’DZJ¡2«gæ°°0–NK³Ìl–ÚÕàÁƒÊØí*j~$$féFFFŒ™¨ýs׿$GGGš º¦>,]w;)òÒ•ã{÷ë“ÑDR²Òi)…°e˨gfn ›åîX±YºÌ¤iji .3f̰aÃÞzë-J§ÆKÜ?W`` cfÆCyâV¡óí¬Y³Þ~ûm===i¥Ã¢ÀÌ: ýõä©_#…Þ„R‘‘^B¡7QS´ÈOã’–˜Nm’ÚarJTjª(--6==N,NÈÈHÌÈH‹ãÓÒãRÓbRR£““£’’"oG$$†Å'„ÆÅÇÆÑ%¡HäíGX%ÙV¤'ëœ44Ü·ÿÀ6° i¢#ÇòÆfȘ¹Zq0s]ëØ 6Œ™ Ìö33r–©uxFGŒÍPìþ=yò$ë æ#_@@GD?={ö¤Påààðâ‹/ò9PÕ¿¾Œ¢áK/½´lÙ2Ê“””dff¦~Œó‰Ù’ÛŠŸ1^AAš]VµGªàVÍæ4Ù 5P ^ò¯hxÓ¬´¢¢"¥Œª*]‘™§—µËÌj¶«ª§ÌÜ¥™ùû¥º¢Øÿ@»»×;ÐÄå«¿>jàîaCF4Ké´TåM™Õ33÷0 ›å®­¸ÙêêêQ£FmÚ´‰RÒÒÒlmmYº*fŽ‹‹£ jœémÅþËéô¸k×®wÞygõê§¢‹©Û03yðì_ÇöìYdhäâ*éŸ wöCFEù‰bb¥ÄEÔDìtûvDR’·RRE))V…K°*>„c*¢5j±TñêìäxËÇ÷æî=ëŒ~Çk£àPHç:º_ö  âK3ªïu5×ËÏ inÕ,{°CžüòË/ùÍ€‚ΰaÃvîÜIÓñññ ¹»“FFF|ž™>}úæÍ›¿“JM/®zf¦ÐƳ?ÿüSý&hQß¾}-,,‹bc ÌÍÍÕ쯪=REnj6§É^¨9€Ã4Í?‰\rÓ¬4næ‰'øc!T¥+ŽÍP<žj\¦f§ØØ þvGŽyWíð0s7`æÿ,žE!)$Ô‰¨˜~ƒC÷üÙÃÓöªñ)2š YJ¤¥QÑÞ”ù!™Y$ÑwivéÒ%–ÎÆfpC€¸±$:ÝÙÛÛ«?ªÔn ð4t5wf¦ˆV__ó¦`Íšÿ88\²µ=gggdgwþÖ-² ööÉ(ÌÑñ²£ã''²«ÎÎdÆ..פfâêzÝÕÕ„&h–Ò¥v•²Q~©]––p‘•FÅRáÒ­I7w~íÚÅÖÖæT P ©ñ,‰÷àáVf.Wö)“>6ó{›e¯˜klk²—ÎuÔ»ætuu‰U233ÝÜÜ&L˜ ££Ã°‡vä7ÞXºt©X,vqq!¸âóÌåË—µ´´^|ñE.â<3öêÕkÛ¶mT[[ÛAƒ©ßéСCýúõ366¦Z%%% ‚½{÷²ETΫ¯¾Jœ©ê@U{¤†ÜÔl®Ý½PsóòòhÚÔÔ”à“XP>Ö¦‚³ì@š ÙóÒR“㺺é5ƒÆÆÆ&L@Kî®ÌLÁ—.¯èªÇÛÛÛÖÖÖê±ËÎÎŽ6M j<%O¡Ð¸µ¾¾¾¬¬,##ãÒ•‹Â¨ÈG>îÌ ÉIÀ€™ÁÌ™·mÛ¨¯¿äêÕ}..ׄBï  Çk׺¸˜„…¹‘ÑÍ::^¦¥”ÍÀ`CÇ™¸¸8WW×ììl %wWff÷|Ù8öÒ'$Ú4U€½6í …”23R:¶b±ØÕÍõ؉#»Û¹kÏvf;÷lÛ¹[b;$f°c—Ķ“íü…Ù6²[™mßBö Ù¶Í̶nÛ f†4˜Ìܘ9//GOo…âί¾šJÆO¡l”¹ãŽŒH$š:uª––Ö¨Q£6oÞÌ3CÝ’™9Ð⽬õ±ŠÛ4Z ©a憆†ªªª‚‚‚äääÐÐPOOOGGG;;;kkk ‹R™?¨Øê8Îfî*Ì ™!‚”^555Õ××WWW—––æææfgggfffdd°×~¦=œÀÌf3C`f‚º6³Wg9×ÕÕÕÖÖÖÔÔBWUUU> ™!Ì f†ÀÌulæ·á}•äÌ A`f03f† êºÁ‚ðofe™!‚¬!3ƒ™ÁÌAÖ™ÁÌ`f03Ô]¥êë¢PWÔÁƒ‡ 2tèP¹ÃrÁ‚ '.03˜ÌÜÕ©I.¼>‘B Çï놆†üüü––0sWW^^yÐÑѱ°°¹µ upAÐS"0³æÌìçïf°}õƒ›YÎlçžuÑ¢ðÇ|Xlll¬¬¬ÐtÁÌ`f0³Ü"0s×Udd$yPÍ7ÚÀÌfîB̼}×OöŽfŽÎæN‚[×mo]3·8¿c÷Úœœ¬‡ƒŠÁNi|tuu?~ü;wÐtÁÌLo¶—~ùòåÉ“'kkk¿ÿþû§Njnnn=,&&”2pà@###õ…@O Œ¹ÿ< è&¥c3”ºê µ´´œ;wî£>ÒÒÒ7nÜÁƒYzEEÅ?þ8tèÐwÞygÿþýì¹É××÷ÓO?¥ÿÍ™3g¦§§Sº¥¥å› bN/..^¼xñ AƒÀÌfîB̼yër;{““î`väÄVƒ?nÚòƒR;wþ_¾ûî»åË—Ëíà¡C‡ˆj¸»«í2sRR™SSSÑnÁÌœ<<<¨deeåKÅ ’§L™âåå•““ãçç7qâDJ¹+½ÿ;`À€³gÏRþ¨¨(ºSSÔÙ˜YÑMŠÌ¬ÊÅPéÈ‘#£G¶³³ËÎÎŽŽŽ,}Íš5ÆqqqcÆŒ!®æü5gΜÈÈÈ”””¯¿þzáÂ…”Nþe΋ÅäY6ÍœNcúôé `f3w!fÞ¸i©™Å9ÌÇ~ÿeÛÎÕ>>vÉÉ‘ŠHØÌß—[·n 4¨¼¼œß;1~üø?þøC}èÄír0³&ˆ%7Æuøðá"‘ˆKqttÔÑÑ¡ м”™um¡±u9fVt“"3«r1Ô"_ 2ÄÆÆF.½²²RKKËÛÛ›Íþõ×_“'OæüÆÒ]\\¬èwÎѤËÞ»›A`æ.ÅÌz—lÙºbƒþ2ƒí«]Ý,-,/xzš{yÝ »|åM>ú M'&†éé/áïK}}ý¨Q£Œ¹”ÀÀÀäääðO•¥¥¥ß}÷ÑõôéÓ?>²[ít~ï½÷>ÜÔÔÄÒ•Þ¼‹û³O133jÊÓ[o½E)ÄÒÔlfÍšõöÛoëééHs­ÌÜm˜Y•‹¡ŽP||<öÂÂB¹ôØØXJ/..æŸíÉÌMtÒæ»¢ƒ*ffå”””€™!Ìܵ˜yý†ïýããCÈvî^â´ç7½Ý¿¶¥¸¹™Ð¯»»©HäÿÓúÅr»³eË–Ù³gs³6løæ›oäN•+W®üüóÏéÜ‚ª¬¨¨ÐÒÒòõõeùÏœ9ÃN›ìV;<¹¢œœœÞ}÷Ý»ªïâþìÓÃÌÄÆäëšš.…Ṵ́aÃìííÕ¯HWR,Ž+-zRJJJ"_dff¶6c«ݤþýÌ|C!66ÃÎÎN.™}||ج‘‘Ñ'Ÿ|rWƒ›JÇf( ÖgÏ::Ù‹DѪªêâêHÙà)3?ff^¶bALŒ¿·%±1ûå—.z-[¾@qh9BVVVD5ÕÕÕüS¥\×'Ùi“ð ¶¢2±´ª;€¸?ûô0sAAµkk뢢"®%Ž=š.ʲ²²ÒÒÒlllNžÈn;–ÿ  æÌ|Wú à_|¡ôÀsFgn9Ø%$Æ+V,*:ÒÅÕ©±±ñì¹Óp™33¿TWàhGFlÌ~32™q)ô+Œò¦ÌŠ{ôÇLœ8±¥¥eÑ¢ED³r=EŠ·óØi“Ýj§p©X ª;€wqöiúà™3gtttÈõü×ÄQìþì³Ï´µµ‡:cÆ ÊSRR,X0|øpºæúꫯ(Ä«/z"¢ëåI“&‘ïæÎK„Ì!ç&EfVãb¨#DçóÓ§OÓµ {×ÜáÇYºšwÍÝ3«y×Ü™¿ ‹ŠòêínY§¤$· 1ŽÎ ……yçŒT2sNNEªy¯^½úõë§««KA>… 0óÃ3óÏŠ‰  u"“Œg–ý*¦DE{Sf¥'( vvvväNMÜ©’ÝÎcH“Ξ=ËN›ìV;È!'UwùzjïÏâÛÙuã`-03‰.ÈË®¯¯³¶½)§³ô„ÄxG§[ÄÒùywÂÃÍÌM•(‹û÷ï?kÖ,oo ŠDÛ·o§ íÇ¿kÜSífîÌüÍ·_ÆÆF=ȈÙ/߸ôè_ʬt§¾ù曑#GŽ?ž{!3¿{aÕªUìUœDÔ~ø!×Õ`hhHk ‚ÌÌÌ´´4+++®7Cé@ÜŸ3CÔ çêêš­¬KKKŒÎŸIOKÊÎJ¯­­±²±¼s'+99ÉÁáV]míŠ)‰gÏ.)Q>ÚjöìÙ_}õ•B™¥l¢¼¼|áÂ…}úôyå•W¶nÝÊz]‚‚‚(>r+d³µµµl‚j8xð`Z…Ÿ)~1¢wïÞÜ·o¿({{ûwß}÷™gžÁÛ!0s7cæyó¦…Gx;’ÓoVV߸ôPç¹ó¦)Ý)ö½§C‡q)rïšc·áèbßÔÔ”OVé­ö»*îâþ,˜‚ n ‘H4uêT:“+ Öqq1ׯ_MM¹MØ\YY~îüqeesrRü•«•ufƒH•{~\Q‹-3fLTTåyõÕW?Þ.3ôÑGkX~îÍN•Fåì윕•åîî>dÈÂfnÝ &'''ãdÌÜ͘Ywî4à”ÍY2bcúÝýëz~?³•Õi–nbr\WwZ˜‚ ¨CƒuRòísFg¢„á&ׯÒôUãKæ¦!NIMQUÁ0E:Å7KsDݳgO6{ìØ±#F´ËÌüüÇ¿+ý0Á /¼Á•leeÕ¿n]x3wKfÞ¶m£¾þ’«W÷‘ýºW~f …ÞQQ>d×MÏ8xx+¥S6ƒ h]`f‚ ŽÖ¥¥¥9vâHº85-=…&.^>_VV¦¦4õÌ, ùK½¼¼zôèÑÜܬž™ó‹D"JïÃÓsÏ=G) lîv3w3fÎËËÑÓ[1sæ”v²Qf´.03APëWN9÷ûQÁ‹/¦¯XQ±`Ażyâ©Sm_]lf¦Xà¬Y³øŸ¦ebϲ±ÜdOœ81räÈ»ÒïR|äž×322â33??ËA‹úöí«ô¥O`fÌ f†ÀÌA¬½¦OÏZ»6lÜ8‹ÿùË_¬˜?ÿFß¾UbqUF†yß>4köÜsd!cÇ&Mžì©ì riii¯¿þúœ9s|||233###wíÚŽknÑ¢EãÆ‹ŽŽöõõ}íµ×Ø3€MMMo¼ñÆÒ¥KÅb±‹‹ 1Ÿ™'MšÄåçž}ŠBCMzõ’L?ÿ<[dÞ·oá¬Y’ÄÐPsÊÀ[$§;wî¬\¹ràÀ={ö$²;wnHH[¤ô]s$OOÏaÆõîÝû“O>155å3³¹¹¹¶¶öóÏ?Oe666r[¹xñâØ±ci*müøñ4 f†ÀÌ`fÌ Aô‚µÛ‡¦N™âóÎ;¦Ï=ç÷î»1“&}÷[¼d‰ˆfutn¼ð‚ߘ1)Ÿ|â6iR‡Ö ™ÁÌ ,03AP' Ö Ç»˜;mZÉœ9i“'[õëWÊGDÜ|å•ä>*š=;÷³Ï\ HJMMUýŠyžff»SWWf† Á‚ üv fÞ¸i©™Å9ÌÇ~ÿeÛÎÕ>>vÉÉ‘ŠHØÌß—|™<<<³²²Øì#çÞ‡Y·±±±©ƒ¯3?¼êëëâbܽœ]=É\Ü8sv³çÌÉõ3G2;fζd^¾n¡ÁiâÔÎæî§Sp(ª‰CÁÌfîB̬·qÉ–­+6è/!3ؾÚÕÍ2:Ú×Ë놢%&†éé/Ñ/_¾ðêMÕ5Uùù9BQ¤‹›SRJ"5$œ áP¨“;Ì A`æ.ÄÌë7|ïàBâäá!pu5Ù¸i™»»)ßD"ÿŸÖ/n—™ §NJ´™““ãçç7qâD>÷2fV•‡täȑѣGÛÙÙeggGGGßrëΙ3'222%%å믿^¸p!ËoiiI\J™ƒƒƒ?ÿüó7rù S)?‘jmmíòåË w‚‚‚Èùµ2eŠ——WJ‘Ûbjjª®®.qòüùó¹Y"pVMJ«³b·|^^Þ€Ξ=K‰QQQ®®®O3»y:S ­o ·ÔÖJ¬¦¦¶º¦¦šâlU5YeeUEeUyEeyyEYyEiYyIiyIIYqIiQqiQQIaiYIMmM}C}qIadt˜ OCcN†p(Ô™*¬#…á—/\¼btáò¹ó—þ2ºpæÜùÓž9÷ç™s†!¡Ap™Ÿ 3¯úñÛ˜Øwß<<ÍÄÉr‰Â(oʬž™†Ë-rrrz÷Ýwù̬&•0dȥ凅…±Y—Áƒ+VÃÓÓsÔ¨Q\~–^QQ1pà@Z6kddį­H$âJpttÔÑÑQÜ"A,ÍýÊU@óøuV›A0O)\G´&í§›1³“«=ýR ®­•ÆâZI,–†ãÊ6ḒÂqY‹Èed­™¢pQqAaq~Iiq}}åŒOŒqõpª®Æs£p(Ôy*¬/\úKMþ0<G@˜ù 2ó² bbü½},ùæéucíúïå…B¯e˨gfÆ~ƒÚJKK‹Ø’cf5yâããiQaa¡ÒòÙ¸ n¶¾¾ž¦…BáÂ… ÇŒ3lذ·Þz‹Ò¹m•••±üÄç4[RRÂfùµÊ“\ r[¬©©‘«Àý–Àê¬ÈÌMMM³fÍzûí·õôôˆºÙèŽ§Š™]ìè— Ä\,®’Äb‰Q­†ci‹ÈÅ­½XŽ%&‰È¹ùw22Óëêë([bRœ½“MqqN‰p(Ô9*¬Ïœû“~sòîäægçää’å’Ñ4¥=qèqî2¾™ÁÌr”õýR]Ql€ ³'w› NÙdÓìuSÃ}6³EÂ(oʬž™ãââh¢  @Ubf5y3©ZWnsÕÕÕ£FÚ´i¥¤¥¥ÙÚÚ²t¹üª˜™Õ„¨;½­ZZZTmQéþÞo JŸlllôððصk×;ï¼³zõê§™ílé·ª¦²5óc±´ÿJ>Ë"²¤ «ô^DÎ/ÊKN½›—CA™‚5MÛÚ[²àP¨s:T.Xÿaø;ýå™šš˜ ®›š™2#ê¦ôƒ‡÷iRÕœœ:…jiiõêÕ«_¿~ºººt΀]nhhÈÍÍÅ@zÌ fæ(ë?‹gÅÄ„„:1»eo¶eëJ‹›F4}ãÆ_[¶®òñqa‹¢¢½)³zf& 6ÌÂÂB 3«ÉÃÆfØÙÙiÈÌ"‘ˆÏØ—.]RÊÌllF@@›åÆf°šØÛÛ«©­zf~°ˆ±ù½Örruu0`€ª®æîÊÌ·­é·R…[»­ÚÄbv÷M8ænû—°ˆ\X”Ÿ&N‰‰jjj¬®®Ì/ʽ’pËÁº¦¶'F8êl• ÖÇO¡_Z‘ ¡¥…·Ž‘¦ôßöín·žb±¸ÿþ³fÍòööÎÈÈ ïöíÛ?ûì³Çpˆ:á;š Ìüh™ù›o¿ŒŒz0KNº¸Ú*Ÿ¿p”~=<n'E°EÑ1¾”Y=3Ó´¡¡áÈ‘#AfffZZš••ÕáÇåRUIOÂÁƒcÆŒ! U|P‘?‹‹‹µ´´h*ÇÅÅe„ J™™´|ùò/¾ø"!!!$$dÒ¤IÜ0 ªÉèÑ£ à³²²¨&666'OžÔœ™¬„‚‚š¶¶¶&Ú§] ”¨¨¨óçÏ'''Ó ___ÿÃ?|Úú™íì%ß‚”…`Y ¤X, Ç¥\8.•…c¹ˆ\$-IYœ™][[ÓÐØ@‘77?;:&ÒÅÍá …:›Cå‚õá£è—Ê´°¼ayÓâ&ÉJòS]SMé;÷lo÷‘ÀÙ³gõÕWr‰¥¥¥l¢¼¼|áÂ…}úôyå•W¶nÝʺ&Ø ªÉàÁƒiѪU«XÓ’›A§ú#FôîÝ{àÀûöíã¯KëÝwß}æ™g4y&‚ÀÌ]—™çÍ›áìÈYBb˜­`ó–•NÎÖqñÁ\zH¨óÜyÓÚef.]×kkk:tÆŒJ¹Wiž»ÒwÍ>}š ‘½kN‘·å6G¾ÖÑÑ4hмyóˆ½U13ÿ]s×®]£¥Ü7Mj«†™¬„3gÎPµ ÀÞ5—’’²`Á‚áÇÓ^Ó Ÿ.ž6f¶¹eÉb%ë°’M”JnõÊ:¯Úô_É…cI–$"ågd¥ÇÆ‹ªª$‘Nòz«Â<¢¬ ÿÀ`œáP¨S9T.Xï;ø+ýVUWÖÔV×××566¾666Ò4¥lßÂϬøH`EE«···ª½X´hј1c¢¢¢(Ï«¯¾züøqŽ{?úè#:ñ²tö'>3ï߿ԨQÎÎÎYYYîîîC† !læòL˜0!88899YÕÝC3wfÖ;M 8ecs–oÁÁNBaˆ¿¿?ÑÄ丮î´nÐ<Œé×E+ß]™ÙÚN2V§µ·Š3~ VŽ[ÇIJº°ZïüçßÉÉLHŒ‹ #…á‘á Iñ„XÙ¹™nîNéâ4œáP¨ó8T.Xïùm'cæ›7oZ[[ÛÚÚ4776×7Hn þ¼U_ý#ÃéŸ"爺gÏž...löرc#FŒà¸—Ÿ>|øp>3××׿ð \QVVVýû÷çòxxx …@`æ§™·mÛ¨¯¿äêÕ}r&“K¡lºh“ˆ‹‹suuÍÎÎöññÑÑÑ9pà˜¹Sé¦9ýr!¸M–»Û[VDᘋÈÒ^,I8n½ó[œŸ›u;)!,"ÄËÇÃî–©ÀÄÚæfrZÒí”›[7qz„C¡ÎãP¹`½}ç/¸­,¯ª®ª©­©«¯­¯¯£ßZéðõ úëÔ?¨ž™…B!©——W=ˆÉ÷ªJ'f‰D4ч§çž{ŽRXîs3wofÎËËÑÓ[1sæ”v²Qæ.Ú$è¤7uêT--­Q£FmÞ¼™ f3wYZ›Ý½ÛRV&}§«,þ²÷»Þë¹’t^· Dzçñ¹.¬Â⼜¼;I)·#„a>¾^Ž·æ¦.¿`”–žììjŸ‘)Æ…:‰C債ÁŽ­jê §¿Ný#åååjÆf0fæž—ccUéÄÌ ÅCCC“Ûª¥¥ÀÌO3C`æNñ?{S@¹õ#2»×mÅ‹Å%­±˜wÛ·5"KGKççæÝÉÉL§$ÜŽ‹Ž†F„xz»›YL®_FGøø Á¡P'q¨\°vvuúyËÆ úëô6®]·á§µzk~Z÷ãšµ«üiÕOëV?qLî‘@ÅzΚ5köìÙr‰ì@66ƒûÊê‰'FŽyW6¾‚ŸÎ³A<\[[Û·o_¥ïz3C`f03ÔÉÛÍMóÚšjn¢xÓÜòz‹$"³ø[ÔY,.ãÇbÎ ¥/°’Ýù-¾wç·°(¿ (Oblè£tô#Yf¶8#3ý¦õ ´"8ê$U¬ïë‘@¦´´´×_}Μ9>>>™™™‘‘‘»víâÞ5·hÑ¢qãÆEGGûúú¾öÚküg'MšÄ¥+>xèС~ýú‹Å⤤$@°wï^03f3CŸ™‰“3³‰nàMÁ ŠÈ²/ ñC°òp\Ê…cÙFÅ­YÒˆ, Ê…y쉡üB båäPð½|õ¼šÏ,Bp(ô8ª>X·ûH Òµîܹ³råÊöìÙ“@wîܹ!!!l‘šwÍ™››kkk?ÿüó´.a¹"_¼xqìØ±½{÷¦ÕÇO³`fÌ f†:?3w¿±¦æÆÒˆÜ‚e÷våcñ½E%E­™?`Rvÿ—Ý–Q–´ $“ õ—®žÇ{}áP¨“8T}°n÷‘ÀG²kà^Ì f3wcfî~c3LÆ--,"òÃqq›p\xo¶¤P–³mwV ¯;«Xrÿ7Ÿëœ,|÷Ò  u‡ªÖê \¿q­\Šúf† 03˜ù)dæî76ÃÄô EdÙgv¹€Û¦ÿŠ  •Žœ,jóV«6ƒ'eÑ&.\>Ä‚C¡NâPõÁZý#·ìíÉ®™!03˜ÌÜ™¹û͸vý2/"¶È…üpÜúäQÛ-{ ¬,"ËQVq+eÑ&Î_ú ˆ‡BÄ¡9XC˜Ì fîÌÜýÆf\5¹$ÈŠáø^ü•>ª/{l¿5±˜ÿRIɽQ”,@ó)‹Œ6qî  u‡‚™!ÌÜ…˜ÙÏßÍ`ûê-+6ÿÒj;÷¬‹…£uæöÓýÆf\1¾Ð6"·í³*ãÂ1‘‹[?¦pïW÷¬í{®îõnµÜmùëüi  u‡‚™!ÌÜ…˜yû®ŸìÍÍœ·®ÛÞºfnq~Çîµ99YhH¹ýt³±—®žosçW>"—r!¸¬äÞly±ì»½%%ü‘µý†/wøîÝ–³ç±ÑàP¨38Ì A`æ.ÄÌ›·.·³79ùçfGNl5Øñã¦-?(µsç)îQFFÆúõëǧ¥¥5vìØåË—‡‡£›ºcÛO÷›qñò9ÉSù²U•”0.*n‘eñ·ŒŒ}ÀWfe vo)ïó¾´¡3±àP¨“8Ì A`æ.ÄÌ7-5³8Ç€ùØï¿lÛ¹ÚÇÇ.99RÑbc ›åv'55õwÞùé§Ÿˆ“³³³ãâ⌌Œ›Ñ;´ýt¿±ç/ýÕÚ‹Å"r)¿çªDÖgÅßÒ² ‰•ß³2“¤³l’üÒiC§ÏþÑÄ‚C¡ÎáP03™»3ëm\²eëŠ úKÈ ¶¯vu³ŒŽöõòº¡h‰‰azúKävgÑ¢E?þø£\"Zé7""âÍ7ßôõõýôÓOµµµgΜ™žžÎ2TTTÐZC‡%ÞÞ¿?ûËïãã3mÚ´ÁƒS~±XL(>}úôAƒ͘1###ƒÛÄåË—'OžLžÿþû§Nzz>Ö]Çf]8sïί\DæEá{Á·²¬Bbå˜$3[‹6dxæ …:‰CÁÌfîB̼~Ã÷þŽññ!dqqA!!NwwSE‰üZ¿˜¿/„¾  Uº§ŒçÌ™™’’òõ×_/\¸-Z³f t\\\``à˜1cÎ;'—?55UWW—8yþüùÜìâÅ­['Hž2eŠ——WNNŽŸŸßĉ)å©bæî76ã¯ó§¥_L(¾‹1‚«Ê+%VÑÆª+ª¤Fò‹ªZ4mèÏÓ'Ù‡q!8zâU¬KKKÓÒÒèüO¿eeeð™Ÿ,3¯úñÛ˜ØwâäöLåM™ùûBÐK”[RRÂfííí‡ÊT__Ï8,,Œ-uqqùä.C»ÌL6l˜½½ýÓÙ¶»ëØŒ?Nÿ~W‘¥OÓ³Î+vŸW2²²ºš‹[C°$’Ö“Õ‘Õ+˜4]’§5:KA‹6tü÷#@,8ê$• Ö)I‰3ÇÅņ·¥pÌœ£´žÕUU¶7oøzyäçåVUVQ¨õrwífn‘êifæû•ú#™;?3óí—±ñBv-:Æ—2ËíNrrò¨Q£Ö®]K'´Ü\:ËÅmÙ²… ¢PÃÀkÖ¬ùüóÏããッƒÇŽË°]f–ôxŽ=ÚÂÂ"+++--ÍÆÆæäÉ“O3w¿±§ OÐ •=qÏ…c~ç•B,–FÞ²ú†Vkhh”šD’Z$‹ÎŒµ$ý!GObÁ¡P'q¨\°Nº_QQÆÀ87çÎ;Y™Y™¤ŒÌ ™Ä2¥—––*ÖÓ×Ûƒ€YŽÍ¨É°YÚp Ÿ¥Ùu+ ³¨È–¨Š™“o':ØYß0½fge+âgÎɾãdoKUU•ü­Ó.ûxºß05qq¼•–’Ì¡©8-ÕÉÞŽŠºyCàÇF²¢òrsØ"7'‡JÙÐÄÔä$Ú(-%þ¿¯ž™•ÖSNª*¦ô€¨ª€bâÃ1Ìܵ˜yÞ¼iÂ(ŸP—Ð02W²°0·°p7Éo˜K¡¥daá®sçMSÜ#:y­[·Ž}Ó„~W®\ÉÜSÃÀjÞ5§ 3“ÁgŸ}¦­­M…̘1ƒfŸ*fî~c3NþqŒEd¹¾rá˜õ\Ic±4 KCp£Ä›xÖ(}lH[A‹ujцŽ;Ä‚C¡NâP¹`};!®¢¼´0?—ÿý¢ŠJOO“K¡"‰ÊòórUufúû –SkKóÄøXUÌLÈçhg“›“]]U•›“cocE)\fâÛ¢¢ÂŠòr¹¶àëíì`WRRœ—›{Ëúæ=fNO%6&\ÌÏË£ !A\Qî.NTTyYMx{¸QzMM ¥'ÆÇUUVÒ"ºnPÃ̪ê)'USz@”V@iâÃ1Ìܵ˜Ywî4OO+Âc¡Ð;&& >>4))2--&%%:11<..(:Ú7"Â#4ÔÅÂâ´®î4´®ÎÐ~ºßØŒ§ŽJ"rk8nÓ…Å#jí¿jŽY n’ª¹¹ÕššY ÍhI(‹6tøèœ´áP¨“8T.X'ÄÇ”—•äç2‹Å”(Ï,/JOIM‘«diI áYmm­Ò]`D“}‡5ៃµRfnnn¶47%’äØûNf†íÍ\f¥XÞ -Ÿ QV~¬Ò!”Áꆀò°¢ Xþì¬, M—•–R:á¥*_hROM*¦ê€(­€Òć  u‡ÊëøX‘„™ór˜¥¥Iz’ÉÑw˜²[Ê¿+¨”™¹Û‘ K‹ùDŸ—G³TEff|hiv3¢YÆ™,5>Uå×Ý+?—cæâ¢"o7kKsÅ¢¸7>Ɇ7Òrsv´ºaèO䩈ššÔS“Š©: J+ 4ñ!fîrÌœ——£§·bæÌ)íe£Ìh]¡ýt¿±GOj/"ËIòº°d™ÎòÍ܉½5$ó«ñb8´ˆ‡BÄ¡rÁ:6&ª¬´„cæÔÔTÖMÚ:ºƒ'JOJº­´Cµ ?O 3×ˈZ 33ö&Э(/çÛ]µÏß)-_ÚŸÞhuCPXPPQ^–‘žÆ‡I®(þ£ytˆ²ïdE†‡ZY˜úù¨bf5õÔ¤bªˆª (&>äƒÀÌ]Ž™¡®ÈÌÝolÆ‘cyw~e¹Zq¨d]ë_6H’Ýö•öb±¸,“ìæ¯$Ó½A°´¡}ÅÙ…:‰Cå‚uL´°¬´8?/‡YJŠdôù7G¦ÜÜ\úe`™x;Q±ž¾^¾Þò,-íädCòr[{~n'Ä;ØÙpc$øÌLå[š]ÏÊ+–¯†eåç²ÙÄø8†¦%Ŭ;·†]5$ßNl—™9ÝÉÊä8V±jê©IÅTv+À%>äƒÀÌ`fèñ´Ÿî46ƒÎÒ‡Žî—=a¤øH~õ½Ž¬zù›¿²“­c&e’ûÚúÔmkïþÝOÉçoàP¨ó;T.XSX,-)ÎÏÍf–”œD‰÷:«¥ÃØ¥'$(ù¬IUe¥å ?oÏ‚üx¸5"—+ûPB ?(óû²d/°jlk |¸j¸÷v2Úâž}»(„±à‹æ‡BOÖ¡rÁ:J^ZR”—›ÍìöíÛŒ™Y3‰ÚAéñññJë\S]ÄÞŠFç/ý¦‰ÒwͱrT½k.-%™x’p—ò»:9Ðl»ȽÒVä¿Ò-=5Åöæ J÷tsnwlFEy¹§›‹¥¹©ätÎtžWÃ̪ê©aÅ”¥PšøðG 3ƒ™¡Žn?Ýcl‹}t.­­­Ýh¯ä‹ ­oUú}±jå/€•†fe&÷!Œö½ªÝ¿î,++«¯¯§Ê‚C¡'ëPEf.)&f¾Ã,1QÒ“Ìnýs]Íl`¥ÇÆÆ¶KûœT-Òðªá¾>Æ¡*ÿ}•s¿ÛÕ$»ã/Ò<ñáf3CÚ~ºÁØ :£R4¬©©)..>|ô…BŠÅem>Ë«ðÝ„¹oò¶~WWzG¸¶¨˜ÕÉ3Ž&Zî¶ìúuGVVVyyy]]( …ž¬Cå‚utTDaA~Iq!3¥£/8©gf‚ÀÌ`f0s·›A!¸¾¾¾¬¬,##ãÒ•‹Â¨ÈŽžÄÛ GŠŽŽÎËË«®®&bÁ¡Ðt¨\°ÎËÍ!lކ3‹ÅÅÅÅJ#“ˆDòóóá#3ƒ™!õí§{ŒÍ ˆ\WWWZZ*‹]Ý\8²û·»ölg¶s϶»%¶Cb;vIl;ÙÎ_˜m#Û±•™Ùö-d¿mÛÌl+™ÁÏd[¤F¿þ¶ÛØØX(æææVUU±àPèÉ:´3k3ƒ™ÁÌÝ€™»ÇØ ŠÈ „:ÉÉÉ¡¡¡žžžŽŽŽvvvÖÖÖ7¤2P±Õ---©4{{{â«ÌÌÌ’’’ÚÚZÜʇC¡'îPg3ƒ™¡Žk?Ýcl{¿¾¾¾ººº´´´°°0777;;›(###]ª´‡• ‹©´;wîääääåå•——×ÔÔ°ï½±àPè :Ì A`f03Ô¡í§Û|Ó„{0_ú¾ÝºZÉÃ]5 «ªª*‘ª¤¢2©d*Ÿ¶ÒÐÐÀžÁ_Á¡Ð“u(˜‚ÀÌ`f¨£ÛO·ù¦ ï[º÷>ÖúÉ·G!þw¸Ï"®àP¨38Ì A`f03Ô¡í§Û|Ó‚ k‚ðof†:¨ýt›±!XC„C03Ôqí§ÛŒÍ€ èiÖ=q™ÁÌݘ™ŸÂ±o¾ùfUUÕ}­uðàÁ!C† :”­^WW÷`å@ðÔþE?3u†KW03˜¹3s×›ÁåÈ‘#)hr‰b±øM©ø‰©óòòhGGdž†öÕ0<uÿ‚™!Ì f†:ºýtѱ,P~ðÁ7oÞä8@)>>>Ó¦Møàƒ°°0.RSõõõÍÎÎþüóÏ7nÜÈÔS§NýùçŸYD¦Ð‰©_êêž’«¡ Kwuu¥Yf6K 8xð`ø÷IùÌ A`f03Ô¡í§«Í èéááñü#''G[[ûÎ;üH- .\8f̘aƽõÖ[”N™exï½÷6oÞÌ•–@‰Cyâò·Kbê×…º¢§ÔÔ‡+àʯ©©áÏÖ××ÿOÄ¿`f3ƒ™¡m?]}lEÏææfŠÔóçϧ Ì¤ÕÕÕ£FÚ´i¥¤¥¥ÙÚÚò#¬¾¾þøñã³³³Yiqqq”H‘=½­Xß—zS¿.Ôå<¥¾>ܸh¹~TUݪðïãñoç ÖàúõëøÇ‡ÀÌ`f0s7cæn06ƒ¦>LÓ·nÝâGR‘HDEEE,ÿ¥K—ø¶²²rãÆ“&M*((¸+*9lØ0{{ûv·¥Hbê×…ºœ§Ô×ÌÜ9ýÛI‚µ7®û‰(((ˆb4Un§ Ì f†Iûéc3îJÇ@³ˆ¸HJ)ZZZÌÌÌtqq™0a‚ùPþÕ«Wÿë_ÿ*--¥ Gmaa‘•••––fccsòäIMHLýºPWñT\\ÜäÉ“kjjÚ­˜¹ú·#‚uNNUŒ*ß«W¯~ýúéêêªÉ?tèÐÛ·o?Awp¨L¾ÈÍÍÅÝ.Ì f†Uûéc3”¦3t¡ÿ_AƒÍ›7ÏÊÊJ‘|—,Yòå—_²Aªà³Ï>ÓÖÖ¦À7cÆ šÕÄÔ¬ uOñ³µ[0sgóï#Öb±¸ÿþ³fÍòööÎÈÈ ­lß¾j%—jÎÞ÷0z$…È13Î<˜Ì =òöÓEÇf@u\°ž={öW_}%—Èz—ÚÛÛ¿ûî»Ï<óLzzú]i÷øˆ#zõêE¿cÇ>³E½{÷8pà¾}ûX?¼ÒB”r/›­­­ennncÆŒ¡Ò&L˜œœ¬Š™å QSõB˜Ì ™!B°VªŠŠ âXooo¥KjadÖÔÔìß¿ÿwÞquuÍÊÊrww2dˆËL‹FåììÌ-"dUZˆ†ÌüñÇÓ*‰‰‰“&Mš6mš&̬¾ê „ 03˜3C„`­TQQQé Õ0³‡‡›­¯¯á…„B!—ÁÚÚúÿ÷¹EÜ"++«þýû+¢”{•2s@@K·µµ}öÙgÛeævë ¾@3ƒ™!03AÖÌÌ%%%lV$ÑìßÚªgÏž«lQžž{î9Jihh+Dsf.//ç§Ë ¡Wdævë ¾@3ƒ™!03AÖJEÙîØ Ži`çåå©bïÐÐÐä¶jiiQó°^pp0Q@@Ÿ™YZ=3k^¥B˜Ì ™!B°V¥Y³fÍž=[.‘ÿ ‡š™}ûö566V,„-²°°h¼ùЧEÜSFFFÃÌš×Ì ™Á̘‚ ëûRZZÚ믿>gΟÌÌÌÈÈÈ]»v±wÍ)âî¡C‡þþ÷¿_¼x‘@7))éúõë;vìàõë׈Z,Ó"@°wï^õÌÜÔÔôÆo,]º”Vqqq1bÄÃ0³æu3C`f03f† Áú~uçΕ+W8°gϞĜsçÎ Q…»ÌcÇŽíÝ»wŸ>}ÆO³ê©‘²§§ç°aÃh•O>ùÄÔÔô!™YÃ:€™!03˜3C„` A˜Ì ™!B°†¸0CáßÌ ™!‚ÀÌ„C03f† 3Cþ Á̘‚ Ì Aø73C`f‚ k¿!˜Ì f† B°† Ì f3C!XCf3ƒ™ÁÌ!XCf3C`f‚¬!3ƒ™!03AÖ8„C03f† 3Cþ Á̘‚ Ì Aø73C`f‚ ®¬ƒ‚‚¸÷â‹/~ñÅ 8Îf3ƒ™áM‚¬å˜9555777&&fæÌ™ï¾ûn78PMMMh0˜Ì ™!B°~TÌ\YYÉf½½½i¶¹¹™ÍŽ1¢wïÞÜ·oKg«¸¹¹3†M˜0!99™å///_¸paŸ>}^yå•­[·ò󻺺êèè<ûì³”?%%%00ð½÷ÞûÛßþ6~üø´´4ͳµ[1{{{Âþgžy&== 3ƒ™!03AÖ–™«««—/_>vìX¶hÿþý£FrvvÎÊÊrww2dÑ)·ÊÇœ˜˜8iÒ¤iÓ¦±U-ZD Eìýꫯ?~\.ÿíÛ·'OžüÁL:•›1c†æÙÚ­Á6­B_SSƒ™Á̘‚ ëGÅÌ}¤êѣǰaÃRRR(½¾¾þ…^ˆˆˆàrZYYõïߟ[% €¥ÛÚÚ>ûì³4QQQѳgO–~ìØ±#F(æ·³³£Ù¹Õ5ÌÖnÅ<<<ÐN 03˜3C„`ýÈ™9:::!!á?þxæ™gA)]$q,ÍôÜsÏQJCC[¥¼¼œ_B]]P(¤‰ÂÂB–îååEÞÜܬ4uuµÜêfk·b%%%h'˜Ì ™!B°~äÌÌg^³fÍСC t£¢¢(=444¹­ZZZäVa³µµµŒ™‹ŠŠ”2³b~¹Y ³i^13ƒ™!03AÖÁÌ©©©ºD§}ûöµ°°hwŽfÙØ WWW–~âĉ‘#GªÉÿ`̬yÅ Ì f†ÀÌ!Xw3“f̘1sæLš8tèP¿~ýŒÅbqRR’@ Ø»w¯z^´hѸq㢣£}}}_{í5þ3€Š™5¯XTTÔˆ#ØèUÓf3C`f‚¬€™zôèÁ^ÔvñâűcÇöîÝ»OŸ>ãǧYõ ¬æ]s™ï«blVÕ4™Á̘‚ k‚ÀÌ`fÌ A‚õÃHMøÃ¡† 03˜Ì oB„` A˜Ì ™!B°† Ì f†ÀÌ!XC„C03f† 3Cþ Á̘‚ Ì Aø73C`f‚ 03áßÌ ™!‚¬!ÿ†`f03˜‚ Á‚ 03˜Ì A„` A˜Ì f3C„` A˜Ì ™!B°~‚ ¢¸YYY 7A]TÍÍÍË–-»xñ"˜Ì f3Cf–SNNÎêÕ«µ´´zõêÕ¯_?]]ÝÀÀÀ(§¡¡!77·¥¥n‚º¨RSS_~ùå=z¨Çf03˜Ì Aô´1³X,îß¿ÿ¬Y³¼½½322"""¶oßþÿÛ;¸ªê¼q¿¸&b ”:¦‰ÎŒK͸×8Y£M‹5ÍüMñÍÒyµš&§)3×5-MqCIEQ3APVArAY4QvAdG@åý¿yÞ9ïí.‡ë’¢>ÏçûésΗß~Ïé÷p=÷òÌ3Ï܆¹ètºúúúæÙÜ·È-Ф6ãÌ83Î p¿9óèÑ£_xáƒäÅ‹•ƒÊÊÊqãÆÙÙÙ999͘1£¡¡á‡ÿ<ƒ!#éÖ­›ühêÔ©Š¬<›ááááææfkkÛ¹sç è× ìÓ§O‹-²³³ÕN—/_Þ»woõTÚtqqñõõ½®Ö<==¥€Ë/îîî\0ðsh3ÎŒ3ãÌ÷•3WUU‰^FEE™+0~üø¾}û&%%IggçeË–©¦:tèÐääd%¿hÑ"g^¸p¡pppp^^^xxx÷îÝEtÕ2ƒ Љ‰IOO¯©©QûÊÏÏKIIIQNÃÂÂÚ´iS]]mykÒÂ’%Krrrâââ¸`à†µ¹mÛ¶æ´gÆ™qf€ûÊ™E†e§+))1gÔÖÖÖ!!!ÊéÒ¥KÝÜÜTSÕÏ÷ìÙSß™¯^½êàà Ö¡6µgÏWWWµLDD„ɇ>kÖ,åxòäÉcÆŒ‘Ë[;yò¤œŠ¨<›ª$ÝÝÝ{õêõÞˆÐÏë?³!+®koo¿k×.ãîšüçQ£FMŸ>}Â5”̵ ˜<× Ü<ÏŒ3ãÌ83àÌúdeeuìØñå—_>tèPnnî‰'æÍ›§~×Üøñãû÷œíââ¢ÿÀaÆ©yãÏ.^¼¸C‡ÞÞÞ999iii¾¾¾óçÏ·Ä™7mÚÔ¥KÑ•ÀÀ@5iakqqq+V¬HMMÍÈȘ4iR·nݸ`àÆ„™ïÍÀ™qfœpfΟ??eÊ”Î;[[[‹š¾òÊ+ÇW~¤ñ]s~~~]»vmÓ¦ÔÕétÆ+¾Ñ¯_?[[[©>pà@E?štæŠŠŠ–-[:::ÖÕÕéç-iíÌ™3#FŒppp°±±Ý£G³gÏZØ Î w#™™™íÛ··²²ÒÖfœgÆ™îOgU(((%Þ±cÇo~ó›ž={–––ÞLƒ?Ÿ3ëtºúúúæÙÜ$$$4©Í83ÎŒ3ܟά¯¸µµµ¿úÕ¯Þ}÷]5ãáááææfccóÐCÍ™3G‘L¥¢Œ§[·nvvvS§NÕÏ+ z{{÷íÛ×ÖÖ¶]»v&L¨¬¬Tlll\¶lY=¤ÍŽ;Μ9Ó /©Ò¹sç 444¨möéÓ§E‹ÙÙÙjùåË—÷îÝ[=•1¸¸¸øúú^WkžžžR@Ž]]]ÝÝݹÌÐfmmÆ™qfœgV¯^-&¬/\¸P:444///<<¼{÷îŠâ*‡šœœåìì¼hÑ"ƒ·nÝ–››Ý¿ÿ7ÞxCisîܹ:tðóó“ÅÇÇ«f"}‰«}‰èªm4(&&&==½¦¦Fj~~¾¸MJJŠr*ݵiÓ¦ººÚòÖ222¤…%K–äääÄÅÅp™hsÛ¶mÍi3ÎŒ3ãÌ8³Ù¢E‹ÆÆÆ«W¯:88$&&ª?úöÛo|ðAµbHHˆ’_ºtiÏž=0ÿlƸö>¶h­úV°ŠÒ—¸ŠšÙ³g«««ÚfDD„É) >|Ö¬YÊñäɓnjs]­9%¥ °P9-+/ÏÈÊ<õý)ï­[Þ~ç­¿N÷æÛS***ââãŸñ´†véÒeÛ¶mjò£>’ÌÏäÌ:®¾¾þzì!Ã>|øð ÷…3ãÌ83àÌwj³ÿßݽgÏüEŸoÙº5èÀàÐ{v{yoZ¶rùçK¾XµvõZOÏyŸ}:çãy“þg²†ËÍ;÷©§žR2"´®®®óæÍÓ÷^777[[ÛÎ;/X° ¡¡AÉlšæ’J/}úôiÑ¢Evv¶F›úx{{÷íÛWÊ´k×n„ •••ÎÜda¡±±qÙ²e=zô°±±éرãÌ™3•¼7nœ““ÓŒ3”Á Û××WNå%èÖ­›”œ:uª¾ü›œN“ÏfX²€3ãÌ€3ÜÌfýÞûÿ Üt 4ä`äÁÝ{v¯]¿öãÏ>~ÿÃ÷§ÏœþáÌ—,_öí¾½'’=òÉgk8sff¦h[VV–düýý»téräÈÕ™.\Ø»wïàà༼¼ðððîÝ»‹Ý)Õƒ‚‚¤XNNNÁ5Ì%•^ “žž^SS£Ñ¦>[·n ËÍÍŽŽîß¿ÿo¼¡áÌMä·ƒ:øùùI±øøx/¯ÿÝ Æ/¾””åìì,^m<ìƒÊéСC“““•b‹-Rª››Ž¶3[¸€3ãÌ€3ÜÌfýÅ’Å[|¼cŽÇTVVˆtåæž›ðÚß|wïxöÏ ~bøïEGúîÐÞ€½ë=×i8³(Ü+¯¼2{ölɼøâ‹óæÍSŸ¯¸zõªƒƒCBB‚ZeÏž=®®®úÕ›|6CÉDDD(§ÚmšãÀŽŽŽÎÜdaR›6m|}} òUUUÖÖÖ!!!ÊéÒ¥KÝÜÜŒ‡­œêëÙ³§öt4œùÆpfœpf€ëݬ·ûú|µú«Ã‡¿KIIVÞ¼ÝàµaôË£ÃFŒÿëøüëÝÏæšp"nÃמû´yÿþý?üp^^ž­­í¹sçTïMII‘;=Z·n-™ºººëuæòòråT»M}bccGŽéììlooo²Œ¾37Y899Y’EEE½$&&J¾¤¤D9ŒŒ´²²jhh0¶rj\Lc:Îlù"ÎŒ3Î p3›õÁȃ‹¾X±cçöÍ[¾>|äðÇ|>ÿü¤É“ÖmX÷þô;¾oŸ¿”9£íÌâ~âÌO=õ”h§¾÷&%%ÉèhúOill¼^gVß ÖnS¥ººÚÑÑq„ GMKKóóó3×—´¬žýýœ¹³ƒÎùx®À·K—- :ôæ[o~4gæs/<·Ùg󯝽¢œ1óÜs9ÚÎ,ÇsæÌQ>ã¦ï½‚½½ý®]»LVå“b—/_ÖNȧv›* úŠëåå¥áÌ…W­Ze\Xy6ÃÏèÏ»(Ïf„††*§îîî½zõ2¶rª_Ly„Cc:Îlá"ÎŒ3Î p“›uyyÙ¿?xï›=»B‚÷í;yðOþÓW+G¿üRfVÖ*•ë7¬3ö/ßøï)oþ½¢²BÛ™ëêêJJJô¿ðAqÎÅ‹wèÐÁÛÛ;'''--Í××wþüùJõÂÂB)¶}ûv‘Uõ¡ã¤ñSÇmªH]9ÎÍÍAÕpf¥ð¬Y³²³³ýýýñ‹_˜ü¾;)àìì,¦jüÀþýû'''GGG»¸¸èÐÀ™‡ ¦S?hn:ÚŸ´dgÆ™g¸ÉÍúÊ•+oýó­Ð°oýw;~tî¼¹3çÌ;þե˗<÷ܳÿïÕ?¿öú„óçóÊËK÷lñÞ¬íÌÆyÕ9Å-ûõëgkkkgg7pà@U5…/¿üÒÕÕÕÊÊJý®9ã¤É^4ÚTÙ¼y³´Ó¹sg1Õ5kÖh8³Z¸eË–¿ÿýïÅ´M:sccã_|Ñ­[7kkëN:Í™3GÉk|ל3ûùùuíÚµM›6S¦LÑétÚÓiò»æ,YÀ™qfÀ™nf³gûÍa‡ÉÊÎJLL =°ÎsíJ«×®úhÖ ¯¯7J™ŠŠŠššË±q±ÿxç-gÆ™g€ûp³Þ²Íç‰O/[±roÀ¾CßE‡E„ûíÛ°ÉkéʯMœà¹aý–­›¤ØÄ7þ;55Õ ®%û k€3ãÌ83À=°Y—””ìÙëÿ•Çêé3g½ú· Oÿñ¹ÿ7þ¯ÿž1cÙŠúÉ_'Œ3ö/o½=•ÕÀ™qfÀ™€Ípfœpfœ€Ûgœgà6Ä™gÀ™¸ qfÀ™pfnCœpf6knCœgÆ™جgÆ™qf^M¸K7k¸ãàÌ83Î À\p—Þ†83àÌ83·!Î 83Î Àmˆ3Î €3pâÌ€3àÌ܆83× Î Àf Àmˆ3ãÌ83›5àÌ83ÎÌ« lÖw)/^üôÓOKKK¹€Ûgœg6Ç‚ ^zé%Ö¸ qfÀ™n`³ÎÎÉZü墢BË|ø¬Y³”ãÉ“'3Fªªª¬­­CBB”üÒ¥KÝÜÜ”ã?üá3gÎTŽŸ~úé>úH®^½êàà ŽdÏž=®®®j×M®Æ¹*gÆ™gÐØ¬Ua®ªªÈÈHËÏÏËÉÉÊÌLÏÌÌøîpÔžowoüÚsõÚ•RfÿÀìœ,sΜœœœþ.\¸ æÕ'”Ó+W®ÈñÚµk{ôè!uuuíÛ·וãÄÄD)PRR¢”ŒŒ´²²RÞOöññéÚµkccc^^ž$SSS%™’’bàê­[·–Œ´©ôU^^nrbccGŽéììloo¯VáœgœÀÜfí¾bIVVFZÚÙ3gO;vt÷7»7mÙ¸fݪµë=¶lÝ´/ÈÿPt”"ÕæÐ~6CÍ+§µµµr,blmmÔ¶m[%©8³úµÉúÎ\SSóÀHfÑ¢ET $%%IyàôŸ"jmnH?\{ÚÑÑq„ GMKKóóóSG€3ãÌ€3˜Ü¬W­^±ñëõ^›6lÛ¾e÷7~;wùî ôß PlY‰/–|~kY5jÔôéÓ'\CÉ(Ïf„††þ¯Ì»»÷êÕKmmÊ”)o¼ñÆ/ùËÕ«W+iÊÞÞ~×®]–IQ—©ßìáåå…3ÎŒ3ΠФ37êûÌ&¿´Íø»æ„&yÓ¦M]ºtiÛ¶m`` ÚÔøñãû÷œíââ¢|P­nccckk[VV¦&/^Ü¡Cooœ´´4__ßùóçk;sII‰´ãããóõOº¹¹©£JJJ’ÓË—/kàÌ83àÌÀf}ÿMA§Ói;sEEEË–-õŸ%6ù]s*"®¯¼òŠAï^^^ýúõ—–Z”Smg6oÞìêêÚ¹sçaÆ­Y³F•~-sÇ83Î 83°Y7[D­;tèàïïÏ+܆83àÌ8³1ååå‹-z衇t:¯ pâÌ€3àÌÆÈfÚ©S'ý'Ÿ¸ qfÀ™pfnCœpf6knCœgÆ™جgÆ™qf^M`³œgœجgÆ™g6kà6Ä™gÀ™¸ qfÀ™nx³.*. ?ì¸Ç?ð›½ûv ±KŽÆ–±\83Î 83°Y ,+/mü)uuW/äœN=ÅŠàÌ83àÌpŸoÖ~»}D’«.U]¬(+)+*,Î?á\^~Ι3§F…}ú$‹v«8v예Á¥K—0·!ÎŒ3ãÌwÑf½Íw‹8ó„ùB~Aî¹óÙYçÒ£GÊOêwïñ+,,hR«Ú¶mûì³Ï¦¦¦Þ6«­­½á–ÌÈÑÑqܸq%%%·dÌuuu²à·|5žþù¿üå/ÉÙ³g»¹¹5ÏsâÌ83Î pmÖ›¼7ŠýG˜órós²s32²ÏFF‡ûíöõ÷ß{:õûð€9y) k«Ò5 333SäêäÉ“"o}úôùY§ ÓéêëëngVfÓ·oß—^zÉäšÕËÚ²eË‹/ªyY»víúùçŸ[¾¤Ü83Î 83€ÉÍzƒ×ÚÆÆåæ¼üœœ¼ÌÌœ´´¬ÔÔôSI'ãã“bϦY·Þýl؃Çw8_¹”mÎ0Õ¾ŠŠ’Ó††åÔÃÃÃÍÍÍÖÖ¶sçÎ ,PòË—/ïÝ»·Ú‚Øš‹‹‹¯¯¯F¥—ÀÀ@ò-Zdggì¶Æ3Y ²²rܸqvvvNNN3fÌPÇ©1£€€ÑQ“c¸Þ ê·lr$]ëk¿§§§t!ýºººº»»ŒùÊ•+ŽŽŽëÖ­S3‘‘‘VVVyyy–/©q8,,L~³ö ”žžÎ]†3ãÌ83Î ÷Øf½fÝʆƆ‚¢cÎÍÏ9——•}.=#ûÌÙŒï%Ò2O766.ÿjé…ø3"8ö²¶a^¾|ùïÿ{¿~ý”-\¸PÔ188XÌ-<<¼{÷î"l’ÏÏÏKIIQЉqµiÓ¦ººZ£ŠÒ‹(YLLŒXYMMMPPdrrr ®a<0“Æ/v—””$nïìì¼lÙ²&9$$D4RÑx ×;Aý–MŽÄœ3+ .Y²D¦'o<ì©S§:T=}ýõןyæË—4##ø üÄOH#gΜ6lØÈ‘#¹ËpfœgÆ™àÛ¬¿Zå®:óµ÷™3bƒ'Fyw>ýqfNZÖ¹tqæ/—.ŠÞbUœh¹ÙÉœaÚ]C¤ëÑGû’üÕ«WÔ’{öìquuUއ>kÖ,åxòäÉcƌѮ¢ôaÐïu=›QUUemm-¬œ.]ºÔäã¾ú¢XZZúôÓOËhÇpT[67sÎ|òäI9Ð~ W)¬,¾ø¼ŒÍÛÛÛò%5Ù……>r䈒÷÷÷oÕªwÎŒ3ãÌ83Üc›õÒå_\sæóç/äæægÝ7&)ô™üÓsþ~(÷|¶Xô•š’õËF‡o´->õhè³ÎœœœœššºråÊ-Zˆ•I>%%Eui…Ö­[K¦®®N~ºvíÚ=züpíSfíÛ·o²ŠÒKyyùÍ8sbb¢dÔô)O/?ž¡ÿ[€ 0@1Iƒ1ÜÀU57sÎ\__?dÈigâĉҔÉGJñعsçʽ½}uuµåKj² \YY©?à+W®p£áÌ83ÎŒ3À½´Y/úrÁ5g¾p¡0÷HÀøÄÏÔ×&È÷.ÿ/%ö­´>¼ãáÜOñXŒÏfo¿ý¶¸¢ØTRR’äcccÓŠò% b_ÖÖÖ AAAmÛ¶UÌV£Šñ—žÝ°3—––ZâÌò[@FFFYY™¹™ÞÀ Ôx$111ú]9rD‚N§Û¿ÿ´iÓœœœÆŽkrÊŸþù#<"5j”¨ïõ.©qMXãlÀ™qfœ™Wî™Íú³…766•¦[é¿ê†K»ujK¾PãrÑÂsI“b÷ õ_íR]‘ݤ3gffŠM‰(Š8ÙÛÛïÚµËÜHÄë¦OŸ>áJF£Š±à‰JæòåËæÚ7. <`ªœº»»÷êÕË’¾Læo`‚:äôéÓR@ùtá×>÷g¬ &U_ÈËË“ùùùµhÑB´öz—Ô¸‹&Œ3ãÌ83àÌp?lÖs?™ÝØØXv±¤´¬èÐ7=ðtýÅ%òßm ÿK ŸÏ[¬ÿì¡äïæW•k}ל¾z=÷ÜsÏ?ÿ¼,^¼¸C‡ÞÞÞ999iii¾¾¾óçÏW‹mÚ´©K—.mÛ¶ T“æª÷RXX(™íÛ·›üþd“Æß¿ÿäääèèhK>¨‘¿Þ |¤Îx$õõõ:uzýõ×¥Á777EAãââV¬X‘ššš‘‘1iÒ¤nݺ™{}Ÿyæ™víÚuíÚUýRe —ÔdMXÙ“’’düêï,ÊéÕ«WMžâÌ83ÎŒ34çÍzæìE®*ª.^‹òƒ»'ÙûTNâÿì\ñ‹êË—.UWI™>|¯NWg®Ac“ ²²²RÞ,õòòêׯŸ­­­ÝÀåT-VQQѲeKGGGå`“ULzì—_~éêê*}™ü®9“nà»æ´ó×5Á&¿ºM8xðà£>* þîw¿áWôÌ™3#FŒppp°±±GgÆ™qf€»k³g7C¾\S}¹æÒ±éÛ—uN>ºüÊÕÚ+W~Tšiï½c µ€3ãÌ€3Àý³Y6ÿã²²Rò••3gÏà¯'àÌ83àÌpßnÖ)'“ç}2çwßúÇ?ßzûŸo¾ýÎÔ·þ1õÍLyóíÿ™ú–Äß?šõá‰Ä¬ÎŒ3Î lÖÀmˆ3Î €3pâÌ€3àÌ܆83àÌ83·!Î 83Î Àmˆ3cY83›5·!ÎŒ3ãÌlÖ€3ãÌ83¯&°YÎŒ3Î lÖ€3ãÌ€3›5pâÌ€3ÜžÍúÂ… o¾ùf—.]lll:tèð§?ýéèÑ£,5ÎŒ3ã̼šÀf­““ãêêúâ‹/FEE;w.!!aöìÙÏ<óÌ홎N§«¯¯¿m«w›»nCœpf€{c³=zô /¼`¼xñ¢rPYY9nÜ8;;;''§3f444Hòرc²?†††>öØc­Zµ4hPFFÆÑ£Güñ–-[80++K-&îÖ­›´0uêTÅW•|```Ÿ>}Z´h‘-I777[[ÛÎ;/X°@éHðôô”Œ±www×HškÄdw83Î 83°Y[HUU•hdTT”¹ãÇïÛ·oRR’”qvv^¶l™j¡O<ñDLLÌÙ³gŸ|òÉ<õÔSêésÏ=§:thrr²R}Ñ¢Ej^L[ʧ§§×ÔÔ,\¸°wïÞÁÁÁyyyáááÝ»wã•’ùùùVVVK–,ÉÉɉ‹‹ 0—Ì5bÜWàÌ83àÌÀfm9"òӕ””˜3jkkëåtéÒ¥nnnª…9rDÉ‹µÊéñãÇ•SÿV­Z©Åô«÷ìÙSÍGDD(ù«W¯:88$$$¨ýîÙ³ÇÕÕUNž<)%EtõGe2©ÑˆAw83Î 83°YßBgNLLÔÿidd¤••UCCƒb¡•••J^9½|ù²þé•+W”sÕËËË•|JJŠœÚéѺukÉÔÕÕÕ××2¤}ûö'NVžµ0™ÔhÄ ;œgœج¯ ñ^g3g.--5)½—.]Ò—äÚÚZƒSå ÉêŠ·ÇÆÆ¦ÿ”ÆÆÆ®}joÿþýÓ¦Msrr;v¬RÅ8©ÑˆAw83Î 83°Y_//¾øâèÑ£ ’Êg•g3BCC•¤»»{¯^½T+¶Ð™õ«ë?Ú¡V—’ööö»víÒg@@€¢Ü&“àÌ€3ãÌ€3›õM’••Õ±cÇ—_~ùСC¹¹¹'Nœ˜7ožú]sãÇïß¿rrrtt´‹‹‹þg-tæaÆ©Õõ?¨/±‹/îСƒ··wNNNZZš¯¯ïüùó%·bÅŠÔÔÔŒŒŒI“&uëÖÍ\R£ã·µEÝ•'IÌàÌ83ÎŒ3›µçÏŸŸ2eJçέ­­E;_yåõ}ß5g¡3ûùùuíÚµM›6Ò…N§ûÁÌ¿^^^ýúõ³µµ•¾(§’¾»‡k”¼Kc_|±,‚÷¡ Ê鮣…—ju!I¥ÍsxĽ83ÎŒ34göŠÈ7Á;Gf|ÙP_Q˜¾$dç³%ÕˆûQó®Ô5lŽü¿äΣ…’×O6‡øñ÷‚ï ô3»U^ÖÉoÿ`”¥Ó_"ãá÷dàÌ83Î Ðüycøy“±9øøámíêjÎT—|­«ÍøÎÛ^2æ «áû£ø]ªÕEž*S“‰Y•’‘ü¦ƒç›lÁÂðŠ8ï~ËZk*Kw —ˆ¸[gÆ™qf€æïÌžay±åÀÁ ]c{Û埚yµ*ª¦xYý•Óù§æHfÿîWå§ÆUÔØ[$ÍÆgVä—Õ*™ ayÕµõñ’÷Šø1#:]Zuµ¾¡ñJ]ÃÙüj±D“„%—VÖèêê¾Ï½´A/ ±¤¬êjCcãöï.HòpêÅ‹ÕRªQ´<.£B¿… „â’Ê«ºúÆ¢Š+¾‡/HRN¥ä§×ê*žþÏ”¦«ku ™×Û©AhLóØÙ‹—ìèò•úY•JÒà¥1žTO/ø±ËÚ«õ‰ÿ©¢NSéHæµãpÆ«C4ÏÀ™qfœ ù;óúÐ<568¸ëÕ£¾Òÿ¡"Íå²ÝÕE‹ë*½uU»êªU—ìÎ:>樯SàÎ1RR¿¢ßÿÑâD,Eáä¿’ N,©ªÑí½–ßþc™ƒ'Ëã‹·ºàMbSÏ_2ÙHÁÅ+»ŽÄ×\©?žV¡æ /^‘ßï 6†ŸM¯(¿T”P"­í‹/®¸¬“ŒZòBù%E#å@|ò|Y­zz®¸F-æq^Ž¥bÙ¥:e`JS ™•×Õ©A˜›¦üúPsµ^~#}s¬0êT¹’ߢD:ò‰¾à•/a0¼´ Õ"Æê‚={ÑxšåWrKjM¾.DsœgÆ™š¿3¯ ÉU#Ê»CbÀ/‹ÒÞ*ΘV˜ú—’ôq•çgÔ”¸KTžÿèb +‹Òÿ}" W”·“×þÃúu•ØS¨¸qfáe‘CÉd]ŽK¯Pò ËÅ_©k0Ùˆ§rzôÌoêªù€¸"%ïš{U×°ûhZQü¼ºV§–üöx¡’?pMGEPÕS]}£þh•¦vý´)1ÛëêT#ÔiÊ ÔÕ7ˆ0›[:ý%R‡çž×ÐÐhnAô§©Ì‹¸»gÆ™qf€æïÌkƒsÕø:0ÄD#›"Î+§þ±Ej^RÉû.SiD µ5¥äư¼ŸŒ*ô'§j1­Ò” U?DSÕ2–tj°&§©Tß|ð¼¹¥S–È`1w)ÐXƒi„hæ3ãÌ83@ówæû² bËî5a>½lïp.q|iö´¢3/_Ìû$7ùõ£¾J^~j\EßåK³«÷gËqUN¤1§è²š_”í±?»öjýÉœJÉl>˜»?¡HÉ7².8G9Ý}ô‚(¢AãÛ—SßèüM¹úa\RíÝàT-¦4årN{FÚꇹin‹:MksÌu¤¿j×>×:mrAŒ[ îŠÀ™qfœ ù;óò€L“±ñ›­‡·µ-<;ù|òïŠÓß>²Í^2æ «áûÝvç”%ÇÇΔÉq`\¡š_˜ås(ïšþe+妔(yãF¾9vA9:UZvéªAãR몮Ai_cú½œªÅ”¦‚O5Ù”F§úanšuR=ÞDõíÑç¯o–q× ?Yª«MN“¸[gÆ™qf€æïÌîþ™æ"Äç±³Q¿ÌMz25ÊMŽ5Jªñ¿â˜%Ç+2×ÈÖϵ/K2õ 1gË7†žÛ{¼ âr’7nä|iwdžßwùÕµºïN—4®Dô÷e5Wê$m=÷uxnP|Ñ‘T%ÕÞ Nõ‹ISµuõ!‰Å¯5µ?¾Hœÿº:ÕiJòòݾØBÏœmQyÒ£Re]pNcc£´¶ö@¶²nú]ŸÎ«*ª¸¢.ˆhs“Ó$î–À™qfœ ù;óÒ½æbã® Çü:|ÿ‡#~Îr¬QR åýÕ¯öešÌ/ø1/¶y©F§«oÌ-© Œ/Tó…b E5ët IYËüÍ6|¢HdRUJ^(¯•Sã’ú½ëŸ³¤)’¡1ÍC§J+®}©Ý¥ZÝÑÔ2µŠä¥Šò÷_ º^ø£6Kw5WëźM®¶Á4‰»%pfœghþμäÛtóy,qo§0ŸþÚÅnml‹úÑýVdÜÎN âNÎŒ3ãÌÍß™¿Ü“®»¢7Ûʵ‹ÝÚØyíýRÿŒÛÙ)AÜ©À™qfœ ù;óâoÒ´c­ßÖ&ËÜÚðŽÌ•±-Û›~›û%ˆ;83ÎŒ34g^´; ˆ;83ÎŒ34gþ|×Y‚ î`àÌ83Î ÐüyÁÎ3AÜÁÀ™qfœ ù;3Aw-Z´ŒRÝ /¢®?†²²²çŸ¾eË–âê^^^ªšz{{÷íÛ×ÖÖ¶]»v&L¨¬¬TǦühРAéééJ;žžž;w–ö]]]ÝÝݵÅR‹Fƒúèš÷ððpss“ŠÒõ‚ ÔÆ Ö!44ô±ÇkÕª•t‘‘‘!¿¤È|eÖÌÊÊÒ¡Æ4ÖgÆ™qfÀ™~ŽÍºªªJŒ.<<Ü /J,¨á™ùùùVVV)))J^ì®M›6"ÛJq¼˜˜ѼƒêK š¯©©Ñïn̘1ýû÷ONNŽŒŒüÅ/~¡:óÖ­[¥åÜÜÜèèh)ðÆo¨cxâ‰'¤©3gÎ 6läÈ‘’W†´dÉ’œœœ¸¸¸€€€ërfã  ’bÒxÁ5”äÂ… åw‡àà༼|Ö¬YJ~òäÉâ½jˆˆM5ÈëSYYimm-¨œ~ùå—&8pà€£££Úæ‘#G”¼¿¿«V­äàäÉ“’7ù±%ÎlÜ Éêú»zõªƒƒCBB‚šÙ³g«««¹uP»Ÿ—ÓãÇôh°\MÉ`Mpfœgœ ¹9óÚµk{ôèñõO®µoß^tQ-P^^nÒ™Õ¼>‰‰‰ò£ÒÒRµkµ‹ØØØ‘#G:;;ÛÛÛ·nÝZòÒ—Ò”òL‚ÚÅ•+Wêëë‡ "#™8q¢ FyFÂrg6n°IgNII‘Œƒ4Xƒ.Ô'ÆÕ –Ëä4ÖgÆ™qfÀ™~ŽÍZy6Ãøíß+V(ÏfÄÄÄèËØ‘#GToÓ¶¶¶NHH jÛ¶­’4饪š”:gŽŒŒTº¨®®vttœúèܹsåøôéÓ²ªÙóôôÔ—½Q£FMŸ>}Â54äPÛ™ÅÛŽÕgª—,Y¢t!6.ÅÅÅJ~ÕªU–+n@@€•••Á[Íææb¡3‹ë¿9,H{{û]»vOêgrf ×pfœpf`³¾µ *ß5÷§?ýI¼+777,,lРA=ö˜"‡õõõ:uzýõ×srrBBBÜÜÜôeoÓ¦M]ºtiÛ¶m``à ;³ðꫯ>þøã)))QQQݺuSº())±±±™5k–ŒÐßß_ýl 9ŸŒ‹‹[±bEjjjFFƤI“¤ƒ^ÌÍÅBg.,,”üöíÛEYÕ§Y/^Ü¡Coooi3--Í××wþüù?Ÿ3[¸&€3ãÌ€3›õ-oSTyâĉbÎâc]»výàƒôÿ¦ÉÁƒ}ôQ[[ÛßýîwbŒú²WQQѲeKGGǺºº›qæ²²²çž{Nšêם߯Õ.6oÞìêê*ùßÿþ÷>>>ÚŠ{æÌ™#F888È,oܑɹXèÌ?\û|¢ŒÇÊÊJÿ»æ¼¼¼dØÒ¦ÝÀåôçsf ×pfœpf`³f¸ qfÀ™pæ» y`q¸ qf®œ€Í€ÛgÆ™qf6kÀ™qfœ™WجgÆ™g6kÀ™qfÀ™€Í¸ qfÀ™pfnCœpfœ€Ûgœgà6Ä™g¸›5Üqpfœgà .¸KoCœpfœ€Ûgœgà6Ä™gÀ™¸ qfÀ™pfnCœ™ëg`³à6Ä™qfœà.Ú¬‹Š Ãûîñüfï¾ÝßHì’ã£1‡åG¬ÎŒ3Î lÖBËÊKJ]ÝÕ ùAÁ§SO5çéøúúúøøü|åpfœpf`³üvûˆ$W]ªºXQVRVTXœþ¹¼üœ3gN744Œ ûþôÉ;>ìcÇŽÉ–zéÒ%ýd@@@×®]Ï;ga#×[gÆ™g6ëÿý_œïqæÿó…ü‚Üs糳ΥGŽ”Ÿ64ÔïÞãWXX m³ ŽŽŽãÆ+))¹åî««+((qª™Ó§O÷èÑãìٳƃ©­­5nÁdyœgœÀ’Íz“÷FqÑÿs^n~NvnFFöÙÈèp¿Ý¾þþ{O§~¶_Û™333ÅicbbúöíûÒK/”Ñétõõõ700°OŸ>-Z´ÈÎή¬¬7nœ““ÓŒ3Ôb2ªnݺɦNªè±Au___ý^<<<ÜÜÜlllzè¡9sæ¨Fm°«ƒ4WÞÓÓ³sçÎÒ¾«««»»;—àÌ83àÌ&7ë5ëV646ýøsn~Ρï®ôX¾mû–cÇ¿;›ñ}Zæi±åå_-ÕÕë,qæQPña%?hР˜˜˜ôôôšššñãÇ÷íÛ7)))**ÊÙÙyÙ²ejõ¡C‡&''+ùE‹©yµúÁƒÕ^.\ø«_ý*444///<<¼{÷î3gÎTz ’b999×P’æÊççç[YY-Y²DÊÇÅʼnísyÎŒ3Î `r³þj•»êÌyù9»¾ñÛ 03+sý†µ± DzΥ‹3¹t‘N×´3—––>ýôÓÇWóJ±ªª*kkk1jåtéÒ¥nnnj1ý|Ïž=««½\½zÕÁÁ!11QÀ·ß~ûàƒêÓ6C£üÉ“'¥°9WàÌ83àÌÚ›õÒå_\sæóÇãíÜå›™“¾}ÇÖ¤ä¤ââ¢m>[Ģř.þLÛ™í®! P,TÉ———+ÅÄZåTýx`dd¤•••úv´¹¼Z]uæ””9hùSÄÆÅM:³Fùúúú!C†´oß~âĉ{öìQžÀ™qfÀ™Œ7ëE_.¸æÌ<7®gÞâýõÉ·m¹råÊ†ë ŠòÅ™?]ð±¶3'''gdd”••äÕg6g.--5鯿òjuõ4))I 5£ïÌÚåeRû÷ïŸ6mš““ÓØ±c¹<gÆ™g0¹Y¶ðãÆÆ†¢’ ×<™|<öèvßmeåeÅÅEëlooïíímr0±±±RìòåËjF»¼J@@€âê\!€3ãÌ€3oÖs?™-V\v±äÌÙÓË¿Zš–~¶²ª2/ï\uõ¥Ððà^ëÅ–gÎþð&Y?~|ÿþý“““£££]\\ô?8lØ05¯ÿ@cg–ãÅ‹·k×ÎËË+;;;--ÍÇÇgΜ9J±ÂÂB)¶}ûöââbõysåãââV¬X‘ššš‘‘1iÒ¤nݺqyÎŒ3Î `r³g®¨º(‘ž™¶y‹×ºõ«W­^°o¯hsHè ^ž|ø^®î&Yã»æüüüºvíÚ¦M›)S¦(r®áÌ‚p¿~ýlmm¥µÊ©ÚË—_~éêêjee¥ÿ]s&ËŸ9sfĈ666ƒŽçòœgœÀäf->,Î|©ºªúò¥Ë5Õ5µ—k¯Ôˆ-¯õ\½×úhÖ‡µµ5?ÇxÌ)7ÎŒ3Î Ð|6ëÏæ\VVj\²NW·fÇžow‹6{oÛ|øH´ñã¾ÛÎ €3ãÌ83¯&Ü3›uÊÉäyŸÌyçÝ·þñÏ·Þþç›o¿3õ­L}óSÞ|û¦¾õ?ï¾÷ΪÕ_ed¤UUUþãÁ™ÛgÆ™qf6kÀ™qfœ€Ípfœpf`³œgœî«Íî883ÎŒ3Üí΃3Î €3Î €3Î €3Ã]áÌAA÷XàÌpk™ ‚ â^ œpf‚ ‚ œpf‚ ‚ œpæë žžëׯãÿÄ}«W{lúš_{ ‚ pf¸§œ9$ø€\6çr²oa›>>Û:w”Èÿ~î¥f‰ša$ÄÇ=ôÐC;ývð‚AàÌpgùûS§Þxýõ‡~ØÆÆÆÉÉéùçŸ>°ÿÆ.Ñ‚ §¿?UZR|«®ùcG<òÈ#ÇcbnÞòÏçÝíú§?…[¾ÔwïRܶ«ñN…rÄĻǮj‚ œî"gNJ<Ñ©cÇgG ð÷ONJ<ñï¿7|øðûÓ²˜BsŽ¢Â‚â¢Â»e)”ÑÞ©Kâçî gÆ™ï7gþã³âË# ’Y™êñ_,~´G[[Û‡zhö¬Y%ÅEJ¾´¤xþgŸ=òÈ#666...ÿú×4í 7ÙΩS'Ûµk÷ÕŠj™:œI=­_EÚïÔ©Óûïÿ[uKºÖ7 ƒ«ºÉ©™ûÇ}µMå`Ï7»õ«_Iõßüæ7q±Ç-oVbÍšÕJÝxàÕ1cr²³4¦fr úc“êþó+vvvíÛ·Ÿöî»JÚƒÔÉ zöì©–‘•wvvÞàéy—„Ah”1Ù¬2 ßíÛùË_¶hÑ"ñD‚ÉWÓä,Ô%ÒXŠåîîÒ´,¿9.˜?ßäðµ×Æ®]»Êò¾>q¢zjô¨?ZbßìÞÕ·oŸV­ZÉxâãbƒìïׯoË–-üñ ñËb|˜»$ô{×x±´'N3ãÌ8³~ääd˦àïo®ÀœÙ³Åvíô;™’¼gÏ7ݺu“mWùѼïäääµqcJrRDxøÊ¯¾ÒpfvÖ­[ëàà”xB4¦M›6›7}­VéÕ«—x…ZEõ+KºÖwæ¾¾r,]œþþ”D“C²Ð™slРAO=õ”åÍJ¬]»FNƸo_Ÿ>}þú×ñS39ý±ýåÏ1;)/åƒ>(Rª09È&G"¿ËXYY}}H)#ä¥É=—s—„A˜+c®Yeb•2 ¹BÎçåš|5MÎÂÀ™—B™æ§Ÿ~"­…‡‡ùøl3y 80úP”²¶sçÎi²GýÑjSÆs<&fÈÁ?öØ“O<¡žþáÏ4y˜»$ô{7·ªMNœ gÆ™qfýË’W9íì“?-¸ï`o0"BÍxoÙÜ©cG9o‰RßxÔþÔ•F;J¼øâ‹" b&â~úU¢"þ_ï-:t°¼k}g6þWì&‡d‰3Øô¿·Æ¶­­Zµ²¼YƒØé·£]»vS39ulò‹µµõî];•ügŸ~úhjãAZ2‰aƾ÷Þ¿”ã þöòË/ÝØ%¡æÊh4«ÌâÛo÷Xþ˜Š: g6^ŠÃßEKÞäÛïú}é¯mÝ›ìQ´ÅÔñˆ²ÊiXhˆÉËÉä] qI¨½k¬j“'‚¸ëÂÏÇûê•+83Ügþ.úüÔNÖ­[K¦°àBô¡(9P¢Ðvfv”gϤ>ðÀÎÎΙéúUZþ1CÑ »Övæ&‡d‰3«T(§òÏ[جDXXèSO=õàƒÚÛÛ7¹ªÚÎ,N¥ÿ"úûïµ²²*).27HKF"ù¥K—<òÈ#Ê'éE·nì’Ðse4šU†­^æœÙä, œÙx)Š‹   ³7nœLÐÜÃ9Æk«Ý£þh5ŠŒ'/÷œÉËÉä] qIÜD&WµÉ‰AÜu!ÂŒ3ÃÏølFv–ƳŠQ˦{\?JKŠù׵ę5ÚQUDL@6tõû1”*©§¿7ç]Æ]‡†ëw}`†379$í6͹´…ÍæžËi׮݄ “бÇoܰA©nnj–8szÚY“Îlò—ˆ&G"?Q”å`DÄ__%y—„%¯F³ÆW”ñDÌÍÂÀ™M.EQaßß©S§´oßþ•WþdrÙ×¶É-˜É\N&ïíKÂ’‹\{âA<›3ãÌñì¨Q|öY“Ÿ”íØÞÞÞäßSPþ‘ÝkãFKœY£ )Ü¥K—~8öÕWûÛß*qRª¬Y³Úò®="]+Ÿ{R>⤅hƒþûxM©É6Í9…ÍŠˆê«ã‹©ÕMNÍä žÍøf÷.%¿`þüž>ªýÆ{“#QNGŒñÏwÞyủ&×McðM–ÑhÖøŠ2^ s³°Ä™ÕðñÙ¦¾‡lлþÚ*Ͻ4Ù£…Óvf»@û’¸®‹ÜäÄ ‚ îºG2x6~ng>‘ïââòüsÏí HINЍÑÎk¯ýwÿþýŠ DÔ;uê$%Õ*<ð€4+Ê*UÖ¯_÷þûÿÖèZd»cG—ñãÇK»wí·Q=$õô÷rì¹~½Ø‹úïìCÒÿ¾“mj8%ÍÊllld2µm۶ʯ ju“S39ƒÏöéÓ'úPTà¾}ÎÎÎúŸÔE‘Hx¬ZùðÃ;88ønßnÉKinðúa®Œ¹f¯(ã¥07‹&9<<ìó… ;û·¿ýµk×®&}РAêÚ*Ÿl²GíåµÐ™µïíKB{U›œ8AÄ]÷HÏfÀmø›&§N¦L|íµ‡zÈÚÚZvØ^xAý8’„ì׿þõ¯mmmíììüqUrÄ(?þxžì¶RKÄRÙÊ5¾kÎd;"¢­Zµ:zä°Rf×N¿–-[þ.úº–Ø»÷ÛîÝ‘òC‡—Ð÷O>ù¸SÇŽVVVúß5g®}ý0Ù¦¶óXÒìjU2™ìO R«››šñ,ü®9mgÖ‰DvV¦äÛµkgð<öõ¾.ß5g®ŒÉfM^QƯ¦ÉY4éÌ11Ç~÷ä“ööb¶¿ýíoÅáM:³×Æ;wnÓ¦Ü&òË%=j/¯åά}9i\Ú«ÚäÄ ‚ x6gÆ™ ‚°0øåAwË#<›83AàÌA„ö#<›83AàÌAÏfÎLAq3dðlàÌAAÚd4·g3ˆ»4¸Ë‚ ‚àÙŒÛãÌAA3ãÌAAÎ|cÎ,ýAAÄÝ·ß™ ‚ ‚ ⮋ÿ¸;ùÿ¸‡/% endstream endobj 455 0 obj << /Type /XObject /Subtype /Image /Width 956 /Height 763 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 4684 /Filter /FlateDecode >> stream xÚíÝûw”õÇqr™I2¹N„$hÊ-\LKJX!PE *êrÙj²Ë­¨Ë%ˆ°°¬´rʆrQ²E zZªPÛŠž–þK»Ï„@Ý=g73ÙózýÌOßsÞŸï3Ï 0jDi@ŠP.ü?¯wð§I÷ßÏw0ÛŒŒŒL É‚ïü åÕf†³²³#‘ÜÜ< ‰rssr²²B¡ÌŒôoŠ7-=ã?Q^VZ-È‹d‡3ò}|ºN RIMõèʲhA¢Þ¿¯t!ÕLjl¯êÍxr–.Œ -3¦ª]Ÿu!å,^0§yÒø1Ѽœ¬Ç<7»v!­zþû³¦=Y]y?^íÂHðú«+?=ãɱEy9ÁcóЋ7Í#3¤¢ÞºiÍsOÏxâ[åEyÁgÞ¡OÍii™N RÏ¿½óÓ××>7gjýèÒÂÄÛæô¡í†¤ž_ž8¸ëõ—Ú[&ÖÄJò#YCžšÓÒÒ³œ¤žË=Ýwnüá‚鉧æÜì!oÐn¶S‚ÔÓ×ûïÇöu¾¼ä{ÇU=êâÕ.¤¦O¯ðþ‘]—·Më¿x‡|âMKˈ8%H=Ÿß¸rîx׿5 ¿óíÚXq~NX»0"ܾÙwéç·­ûÁ¬)õñÒ‚ÈÃ?ÐHKËÌuJz¾úü7½gŽüôï–Î|hþZ»ÁÇ]íB*úóo\9ûÞÛ›–·=ÕX]ü}ƃíæ9%H=w¾øô£s?ÛýúÊüÀ«]HÕvovíüñ½«¾?sbíýo‰´ )ßîÍëç»»6¯~¶eRÝè’íÂi÷Ë›}º»¶¼´¨ÿEs¡vadøë—·ú.žìÚ²¦=ÑnYâï#$^4kFB»§öwí65ÄËþ’H»òí¶65Œ)×.Œ¨vßé\«]ií~<Øîø1Cþ6‚v!eÛýýÇOí.ž=U» ]@»€vA»€ví‚vµ Ú´ h´ hÐ.hÐ. ]ЮvA»€ví‚víÚíj´ hÐ.hÐ. ]Ð. ]@» ]í‚víÚíÚ´ ÚÕ.hÐ.hW» ]@»€vA»€ví‚vµ Ú´ h´ hÐ.hW» ]@» ]í‚víÚíÚ´ ÚÕ.hÐ. ]Ð. ]@» ]§Ú´ ÚÕ.hÐ. ]Ð. ]@» ]í‚víÚíÚ´ Ú´ h´«]Ð. ]@» ]@»€vA»ÚíÚ´ Ú´ h´ hÐ.hW» ]@»€vA»€ví‚vµ Ú´ h´ hÐ.hÐ. ]ЮvA»€ví‚víÚíj´ hÐ.hÐ. ]Ð. ]@» ]í‚víÚíÚ´ ÚÕ.hÐ. ]Ð. ]@» ]@»€vA»ÚíÚ´ Ú´ h´«]Ð. ]ЮvA»€ví‚víÚíj´ hÐ.hÐ. ]ЮvA»€vA»ÚíÚ´ Ú´ h´«]Ð. ]@» ]@»€vA»N ´ h´«]Ð. ]@» ]@»€vA»ÚíÚ´ Ú´ h´ hÐ.hW» ]@»€vA»€ví‚vµ Ú´ h´ hÐ.hÐ. ]ЮvA»€ví‚víÚíj´ hÐ.hÐ. ]Ð. ]@» ]í‚víÚíÚ´ ÚÕ.hÐ. ]Ð. ]@» ]@»€vA»ÚíÚ´ Ú´ h´«]Ð. ]@» ]@»€vA»€ví‚vµ Ú´ h´ hÐ.hW» ]@» ]í‚víÚíÚ´ ÚÕ.hÐ. ]Ð. ]@» ]í‚ví‚vµ Ú´ h´ hÐ.hW» ]@»€vA»€ví‚vhÐ.hW» ]@»€vA»€ví‚vµ Ú´ h´ hÐ.hÐ. ]ЮvA»€ví‚víÚíj´ hÐ.hÐ. ]Ð. ]@» ]í‚víÚíÚ´ ÚÕ.hÐ. ]Ð. ]@» ]@»€vA»ÚíÚ´ Ú´ h´«]Ð. ]@» ]@»€vA»€ví‚vµ Ú´ h´ hÐ.hW» ]@»€vA»€ví‚víÚíj´ hÐ.hÐ. ]ЮvA»€vA»ÚíÚ´ Ú´ h´«]Ð. ]@» ]@»€vA»ÚíÚíj´ hÐ.hÐ. ]ЮvA»€ví‚víÚí:%Ð. ]ЮvA»€ví‚víÚíj´ hÐ.hÐ. ]Ð. ]@» ]í‚víÚíÚ´ ÚÕ.hÐ. ]Ð. ]@» ]@»€vA»ÚíÚ´ Ú´ h´«]Ð. ]@» ]@»€vA»€ví‚vµ Ú´ h´ hÐ.hW» ]@»€vA»€ví‚víÚíj´ hÐ.hÐ. ]ЮvA»€ví‚víÚíÚ´ ÚÕ.hÐ. ]Ð. ]@» ]í‚ví‚vµ Ú´ h´ hÐ.hW» ]@»€vA»€ví‚vµ Ú´ ÚÕ.hÐ. ]Ð. ]@» ]í‚víÚíÚ´ ÚuJ ]@» ]í‚víÚíÚ´ ÚÕ.hÐ. ]Ð. ]@» ]@»€vA»ÚíÚ´ Ú´ h´«]Ð. ]@» ]@»€vA»€ví‚vµ Ú´ h´ hÐ.hW» ]@»€vA»€ví‚víÚíj´ hÐ.hÐ. ]ЮvA»€ví‚víÚíÚ´ ÚÕ.hÐ. ]Ð. ]@» ]í‚víÚíÚ´ Ú´ h´«]Ð. ]@» ]@»€vA»ÚíÚíj´ hÐ.hÐ. ]Юva$¸óå­¾‹§úÛmÒ.Œ voßì»xrçÚöVíÂò—/>»~¾»«sMÐnƒvaÄøê7>úÕñ}›_jŸõ¸vsËÆM·bã®=sùú§ŸßþêÏwîÜù+^6´Ý´Ìœ’o5Î\´ú·ÿüÜ嫟üöwŸÝ¼uë÷@ÒܺùÙO®~pöøíV,˜9©.^Zùz»A¼ÙEU ÓÚ–½ú{ž>{±÷×]¿Þ×÷14}}ׯö^<{òðî-ë–¶5O¨]Zðˆv³ Êk&µ,üц­{ÿåg§Îœ=wþü…‹@2ÿÕÙ_?¼wû¦Ï™ÞX+ ÚÍ|¨ÝôpnI¼aÚìÅ«×wîÚwðÈ{ÇNtŸ'»O;zhïÎŽuËæ77V—ä„2îoTv~I¼aêìö•¯vl{kO×wFß=еç­m¯®lŸ=µ!^’ŸØ¨Q£^šçFcµšÛ–¬|ycGçÖí;vìF;vlßÚÙ±ñå•KÚš'ÔÆî}­7øÒ¼°,^?yf[û²Uk_ymýú †Ñ†õë_{eíªeím3'×)+¼÷Ê<بć½¼heõøÉÍ­ó.yþ…åË—¯FÁì¼ðü’…ó[›'¯®Œæe¾Žü…T~I¬º~ÂÔæ–Ö¹mmóæÍNóÚÚæ¶¶4OP_+)¸ûë¨Á ¤²"%•ñچƉ“›¦NvÓš&Oll¨W&&*”1ðQ¯£Ò3ƒ‘Ê–ÅâÕ5µuõõõ Ã*žºÚšêx¬,šLÔýǨû#•W-)¯ˆÅªªF ³ªªX¬¢¼$Z˜÷ÐDÝ©ìHn~AQQ4Z 0ì¢Ñ¢¢‚üÜHöÕب´ôŒÌP8+;'Èv‰õÉÉÎ ‡2ï¢ܨþ‘J¬Tf(‡³’ ˜ŸP(s`¡œ¨{+•ž‘ @r”þ¨…©þH–Á%õHiI7걜 Êðä¿{E‘ endstream endobj 452 0 obj << /D [450 0 R /XYZ 56.693 815.761 null] >> endobj 370 0 obj << /D [450 0 R /XYZ 56.693 318.799 null] >> endobj 453 0 obj << /D [450 0 R /XYZ 56.693 298.928 null] >> endobj 449 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R >> /XObject << /Im6 441 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 459 0 obj << /Length 1369 /Filter /FlateDecode >> stream xÚÅËnÜ6ð¾_Á›µ€W&õVnmÒ)šA^ìh-½ ÇZ”Ü4_ß©¥vå¢è¥>˜ÃysžZÎŒ³›Ÿo77ïSÎʰ̢ŒÝ>², ³œ"ãœÝîÙ]ðIv“j¶»(åÁ4ÖM­å¨¦{EgsÕ#mF~»ý ì„Ë4%=UßÝs¦AŽuß-å?KŸôî§ ‰€g‚àY£gIž‡YY²]–¹õ-é¼nèHbÛür»yÞ0Ï™`iB1ËKfïW6Ç[ÿµ°+¨÷^Üê † ë[½\cR«Ø'6šlETÚ©ÈM(j0EYRp«zoæ·A‚@/’•%<ödžÛ©à¬EXmÆW‹Ñ„º˜ üb‚p‚lEЃd0ã> ÎM×#fÑõ~ue®Å€¿Ì—îoð(üH?Zx÷Jq •O¨dñ4+iÙ°eð\6ˆá ÚqßE0ÐÕ¾X¦ÎSÃ(kwÿ:öM¨•oª°IðlÛ$Ù[i> endobj 448 0 obj << /Type /XObject /Subtype /Image /Width 398 /Height 170 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 465 0 R /Length 10558 /Filter /FlateDecode >> stream xÚítÕõÿC±Ø'$`þ‰á‡zù‡š_Î?€©Û`Jˆ±÷"WÜm¹ª¸Ê–,Y½YÒªl•´’¶÷ÙÞwµ+ɲÜmøßÕaÙ­V–%¡ûÎçèÌ{óÞÝ;oÞ|ç¾ÙÙ§ü&L˜0a„ &L˜0a„ &L˜0aÂ4Ðôü;KA‰kÔ_?ÚðòâÒ2IAd‘©ˆLQvÒ9NA>Y›o\™«O¨Lµ*·ɉ%S{ª‚ ‰°:Ï0;S Ò‘ PšÐÍA»’+jÒ·»ÊËž*Ëj]¯­^Ô$hÕ‹D•\qG™^eb¬ È÷МYéšÅ¦Df|P *ChHY¥Ùéï#ôýõîÇm TZÖ*Är…Æ`¨ ÍJR(7ŠäZ‘DVPßšVE2·B†kó´ï¬®xyþ±—æåÃÓIÊ·ÿdˆñ| –Ñ€òÀ„¤#A(eƒ†´‘ÅYê~=`§”jG¥-–ÌãúV¹LGÜ…ŠtYk®ÉÕÎÞ^£³¶Ÿ;ñëÞ ‡›ó¥|Ë,•&rPÈв,;¬T ™µ®Yƒ&Ð6’œRm¯°ÆRÀi"ͦZ‘PePY=A£ë¤ÑuBo·òåUMZŽ iw%ÁØT¾½®ËdsÓ›Ù+¿•Rb÷uAå³ç.Aƒ½ýíUåýú¸meæÁv\2ØÃ¾mÍkY¼_‚§x˜“’£¥”*½ÆI§õµ…ù)Y2* ½£Ž#R%”RACÚHrJµ­ÜKI­À`"EâÜŽÂhV“Í„UÐ}B)ÓðôµÂÆ]FƆȠy±ÏIk¢J€™;ÿÜÈyeÁ±×À4Š®üÕW_AåƒÇT5ª|é!Yï”0ïåy°±4KiŸ²öÁúšÉ ò¾Ø%ÜRj¢ gìà¿ÿe5´mY›¯ƒO‡ÏzeaþŒí<ºùÊ5|uQþKósa×»k+¡„ÑùH¨í6ÕÑ5ñ0öx‘+ÀŠ£:J©¨Çãp.j¿Œ NM)ZvHÀdMž+ª¥TÐ6’œRm-³Ä’WӤШšjœöìS'UgOéÏ!Ntp«Ä5ECyCÓŽ2‚±!2¨D^ì³ÓšèlGÍ•ZÏœ»Ðyò̮¶™;…ô®È¾Æw Söò´ÖZgÏ_€¥™¼ÏwŠ"­U7©°6èÂÜ:u«Î Iƒ­ýŸë*`²ÖÙ}æÔ™óÇêµÿØPÍWd«eð´–À‰ž³/]ê9}NNxçìà€ÎDò'ꈠf"Æ/Ž+êÞoî@7v·o,.]²N‡ÅjyáÔåEtvQu(¥‚†´‘ä”js©9–´ •PÜ\×¢Ì:.,,ß&SŠÄû/N«"Ê„š#Õm[JIƆȠy]±ç[¥ºpñ’¿£$¶/]úê£uSV”¬ŠÚ »zgXÁ7—ƒPV ³'ÐÑCÕ_–É]|PF[;áb÷©³wBd¡»½>¶Û;OŒø{›CZœÑ°ä|þ¾¶Gš šÍÛE:C #°ëäésÓV­+4NëåEù…QG´è 4cwuž‡Ç`uÞ7JE=qZr@BQ NrSPnþ¯j¥Á.ª¥TÐ6’œRm*1Ų¥„(à4 Z¤95’ÔlNvÉñ-K7j²ÈÞÜõ×3Ð…Ðdúšã{ËåTdêõÅTÌòõѦºåGT­¯)]'Ï@œCOñÒK¤Ô§Çú[˜ ‡ŒÇ‹Ãã ðe¯ìDêÆœ41HMXdpAad+hòeD69¥Z}ÌÀÜ"³*›8|~ ·#àWpª ªò«Öhã5A›ÈëúßßÕ¢>³Ð|òüotàHµê_[yp±ÃÆ7:0?/¶~Ô'N_[éGL¯/)¢&€¥BÃ?7ÕMYQFÍï.^º3Gƒ½=ÊZ„))£}(ì—‡Œ#ƒÊúB‚RªUyz&ìô³)«ÞÈŠzfU»¨:”RACÚHrJEYcdO.G©Vx¼n…JZÇ­©¬.ÍÎÏ[™«ci‚ *‘׿g;ýÊBs5, F{ðå…ṕ±W[`n5uEYlý¨OdQª7Õ½4?zЕߠ}iÞÑ/Rk¢¬Á¬ðbo…#5ªW€3±GÔ/F• E$¥T+Žê€ï>Q/šº¬0ò‰:U‡R*hHIN©@yâ±.³¨´¼´£#d¶\~íáì[wía© 6ß¹6· ú•…æ³3Ä)ûžW/ÍäÍÉh‰­õ‰1JUø­Rm¬}sY „RÔ³w³«#tât”µ¿/+¶z:© ¤3Ø[+J£>´_2:Œ *›Š¿QªåÙZNWé¥djæÎF€ ±HÏÉÙ;ê¨:”RACÚHrJEé#k3Š+ª*;::Lf”*'7kÓ®=,õ‘Á&òÚü4UЯ,eáã- Ë©w·ßÐYË2a’Å‹5û‰ï¬‰«TÿØX;¿ôómÕ&WDV HóvÕFY››Ù¶0­vQ‘Uì[ TµÄ=dtT6—˜(¥ZzDCA½ù9c§ˆÊÂõæg¾ÈE•PJ i#É)UJŽ6kÒ "¾Ãa—ÊÛªj*Ž…˜Š¥>r ®îOSùId)f§‰a’5y~0%¥ ²ñŒÇÂ_*Kí±‚íl¨¥²óöI ²‚i „OÿÉlµ67£vMî-§ÄVKÜCF‡‘Áck©™RªEYª¡” ÒF’SªeÙF’ÏÛU5gÅ–fÌüÇG~øÉ'³®˜·9{áÉÒ#êx­ù³­ÌBýByÁAe‚P¿P††ßjKRJ²Ã(ÕÒ?ÛTñÎü=oÌÜ0eζ®9öÅNîÂÒ%‡UñZ!ò=f]aø•oPž·çî“÷ T OýJÍÐð[mIJ©–V#‚$TÔªS •¡I¤…ä”jq– A$q FÚyÜž ½?Ÿ‰²ŒR-:¤D¹bôW©f|ú¯—þû- ‚ Èħ_Jõõ×_‡‚í‚ W •B†J… *‚ *‚ ¨T¨T‚ R!‚ R!‚J… ‚J… ‚J… *‚ *‚ ¨TC«Tn·“$ r…¤±‰WÇ­ˆê[Z›”*Aè=n'ž8A¥Z¥r:l‚Fnsk£Á¨±Ú,.·Ëçó¹\.«ÕB’F­NÍÖ‚ù}ÞaÕ“™ééi¯ƒ È0Wªö€_®”Ššùn;ð›HR¥VI¤mÍâ&‰¤U.—)UJ(1™HµFÉÔêôjh2º1;ûȤI“” 9•­©®‚¾²Û¬,u†„Ï>ýôó™3Y*<÷ܳ»víLÜ ã‘&]?jïe÷–æ‹/f]ýõ7Üpõ‰n—³¿Ò_Ûþ0‡îçïR9v¾°ž0Oœ8¡7è›Å Q*•B«ÓhuZ4J¡TH¤’6I«Z­ÒéµRy‹¨‰ðû.»3ï¼óöc=6~ܸDº·¹©ñŽ;îh‹Y†el+?0ô:íøñãá/KÃ’’â_üâ‰ë/@Ÿ×£Ój‚í>÷†·|Î:tР×QŸ8@%ùÝï~*3f‡P©"ý‘I%o¾ùæÄ‰·\sÍ57ß|ó‹/¾X]u|HdT/¥‚ dÊëqÃD¯µ­E&“‚@¤Ñb1Ûì6»#Œf&ÒH@£ ¾’´µªÔJ‰´µ¥­é²û3eʔիVÉ݆üʨTK/† „½!œŠ[o½5÷èÑ!?ÒÁð–¢–S>Û¾ësÒb6‘cÇŽ5‘{v¨†D¤?p£üñüúk¯:©” > #ü…^HÜšßçM$0ˆ­5 £zi)•TÖb0êý~Ss£R¥0z³ÕäpÚ<^·Ïïñù}~¿þ¬Ðá´[{% B¬Ö6±Z¥l •jÙP…¬ëׯ»óW¿ºöÚká’™3g6u‚¢†%K‚ü¸ÿ‡?üá#<Ú CèÁ€“øðÃÃí/êSÆŒó³Ÿýlñ¢ETAY(*,¸÷Þ{aXhkm¡êG5ªð¡ßüìÐ6·nÙÖ®¾úê['N„K—¿ýö4€QV­\ ‘!È-·Ü2kÖçì>ج–W_}fXpuÀ$.ÒgªgbˆÜ;@oã±gÏîØQ;ûcìpF2ÒÓûÛßö™M®£2.ö`çÎsÓM7íÛ»nÇõuu0öØ}xíÕWa<û¬´ô§?ý)¨\dÏ0:@︷ñb8›TçH%mÐ3Ôv”RÅëpF³¢,[¶´Ïlr5áåè ôáñÊ –ÁÌ2Ì@*á£A]áÔ€ÚƒäÂ0¨(/¿ÿþû§NÂXmòä—`¯€Ï+--¹í¶Û"/¥¨^JWP úS9©´U§Ó˜Ì¤Ýnu¸ì.·Óã¥ÄÊ bÕVªö`¨Ýð»Ý.‡Ã¦7è¤R‰F­‚Ùb¿&ÞÓAR*˜«Ž7ŽÇm K²²ýä'?‰Ï}Ö©:^I?o‡,LL¨ì‘#‡áNJJC}ý·„¸"ÖÝ„ÑsÞPƒÊŠ„ÈÒ·õHòrÂ}0ö¿þúë332»(Ö˜[Ôä£ÊW®X7ëÈžat€Þ;@o¸ðá;»ˆÅ>QgéðX³0z!÷úÌ&×QQ€ç`$¾¹¡<°ÿ†ÿ&ÛÕç0+..b¼ ŽååN˜0!¶#•MIYNȨ^)J±¸E³è«å@@á߸qãâU£Ž‹þ¸’’bz@FõÒHQªVI³DÚw…B¦Ö( Ro6“6› ÄÊ~nEr¹A¯Ü^Ÿ›z`ã-‡ÓJe4 õxÜik›´ùJ*u꿜¢‡}"u?‹ÎR`lÀ¸Š._ ±ž·¶´DF)ÔcOH>þø#¸Á½òÊË‘Q ›E)•Ñ Oð(¢j¬R1:@ï ·Q*–5õùÌ™¼ÿ~"ÙtTrÃ#Ê«Å;ûKb˜9ì6¢Þ~{”ÃiÚ›™Éø /ö¸hÿ£zi¤(_Ø`4êI’T*å­’ @©Œf a±\Ùí¸8]v·Û “A¯×ÀÝÄî°™-&(T©”^¯×H¢†+©TP÷”Ý»w±\ ‰ÔaŠ”¸÷õË ¹È[0åíµ×^Ëø•4Ì,¨«ƒ~òóë_ÿšqö·oïÞ} &5…ùTùêU«îºóN–7Í¢.Ïz;¥béðXî¹çÊD²ì¨$†G¬?E=QOb˜Á 1òžµ~Ý—ŒJEWQQ!•]±"…ö?Ê«‘¢TuÜj—Ë¥Ók  ÒêÕ0û#Hi2ÂTŽ+®@¬\½3A·ÛêÛnY­×#—Ë|}zÜ`êryw†z8ù )’eË–ÞxãÛSSå2)Ü_ÒÓÓæÌ™ur©Ã2) 7Ýt8£ËÀBfFÆ¢… Ù-@Ûéé0¢è™Å£> ãê›n¯«]»fMss“¤­uÚ´©·ß~;}Peü6í‹/fAÀƒ9ö‰:£¯½ú*õ@µ¢¼üæ›oŽz¢Îè@¤µz›ôs*–2«TÈA½éSÆžMº£’Q„_êkn‚pè×_‡[€F­‚cyïÝwé¹s‚à †ÜD`0Àx>rä0ý¨<öôòË“|ð˜W–•–Â)£ªÅz5R”ª¶¡Êãñh´*•Z¡Ó« F„Ua0™˜Z¬&«Íl³™v+è•ËÖ+P-ê!ÄT0„É£Ïï…YamÃeSªØW.Øûî»o̘10µøá‡¯ßDê° Åä,¤¤,¿uâD?hç—/_öôÓOSÛbqóŸž|rü¸q0ê@@y¾}CiâDÆ7”`X€!÷ʉoéSoÙßR`t ÒÚ½ey©O¥Š×áQm7nÜð¿ù m–=›tG%=<¢øæu IÛßßxã–[Âo~ÂßÉ“_âÔT÷k0»vî€n;vìÿø¸óÆS*I<÷ܳP l¦nÛFUcôjD(OPФ7èªðs*ƒAK’2)'M VưXYL½‘UX©œN»ÄÊI¸]ˆµLfæƒR©d b*ž°ÅÄWãÇ×j4,uŠ‹‹’xë{tz —!Ì=̹{Ĥ½r¥jikVkTi”+¤*‚ äËŸ=ßfXÌêÿÎMVÙ¿ «ÞÒ'×lR„‚+‰¤-›4ˆ[E(Gìüû³ÏfΘ1¿¤…ÞBÔù] {vÈÝ&$íÕ+•J-“Ê$$IÈR…Bj4´õtò¾þú«s§7Ïj‘Ym†^¥"½ÏÝtº«ñÒ¥s§»„6«B§Óš-f¸ŽŽL!‘+$¨E‚k) †RÁ¯±Ys:¹\ªÓHIýQ¯ýè…³.Ы³g6ŸÏ Ù{º-_]:ýÕWOuÔ+¥‡M&½Z­²@à¥Quuu ¹zƒO(‚ R †Rµüõ¼ÒDèõZ™¬M¥VŒj!¿Ðbªk÷ŠN´_8櫯¾ºtñÂùóÝ=ÝÚvoVÝ P´éõ:“ɤÑÀðzܵõU>ŸO(‚ R ÒïþtzuS³Èn·ÂôM¥’ë …R*ñ-f¥Õhl6“îwØUn‡Îé >IA£ì»DÒ ñ˜XÜØ&ãÙDTªÁSª€ßW×P^ÎE§U«•\‘&CCC‘Л{_©²Ú,vÀau:l°Íçó F=l¨U&ÙÀã86<›—ëeW»Í:¬V~éËÐ%íÿ(_o®ú¢Ó©›ÖðOì)¥2ª5ÊææF«Í~ŸÊnq8m½?´«ÔJ™LJáoý ¹A¯oj4‰—Ý¥¡Zs,”ðŠmƒñ>½–Ý^#,^ Ûþd7•tgÒ£R% œ ¾°^­Q™Ì„ЙÍ$ŸÏµXLöÞÔÝn‡·÷§MMVKxqu’$Tj…F«®çq\NûåõgàkŽ]v’X|l ?VJ5´ýÙçòq}šÂÐè{£T½?²D 6»• Œ+ e4ꥲ6¯ÏÓ»D•?rÖîommq¹°³E­N#ñdòÖËî ËšcC¾$‹,Kœ1¾íû~ìì¥y¼Õí¢`ô*gi>v¯Ø;™±Oâ9¹˜[¼5ý"×…‹çmì©Ù¿oïí·ß¾÷î»Q++²t&a4<ûì³QëÎE5d<@FUŒÙ_›=JH¤-Z­Êj5[l&§3ü«äfq£Ïç黺:»Oœp8¤‰¯naŠ+¨s_îªÅ¾æØ/‰ÆâËgŒ,vÁ½Ä•Šeu»(½ ÅYšÝ«D:9²OXœ¤û“eM¿Èuáây{jüqŸG¹·té’•êÅ_¤~%W^VzȨTŒ'e|^ÞQ©hvksK£Ë倸 ”ÊãqÁìO­Qwuvœ<Ù}ª§G¥V…‚ÁP(dë]辰I(ni¼ìn°¯96äK¢±, Š¿ÄY‚‹Ã$®T,«Û±@{oi>v¯ìdºOâ9ÙŸ,kúÑë±x{j"ÝûÕ¯~™ˆRÁÍ"7zåzÿ¨†}žôÐ`®ÐˆJõ°J&6™‡Ãîr;<>·?à…Øµ£#Ju²§[©TvvvCAP*­F#ñI“q°•*jͱ!_e=–%Î.»RÅ[Ý.òBñ^‹·4»Wýêdè“xNFö'Ëš~ôºp,ÞÆž–õ_¥ŠQ©OzT‡Þ ¨T‘@¥Ñ(!š ¯Få ÿ×?«ÍB’D÷Én¯×k2›ÂJ Z-…BÞØÌ÷û/ÿÿ'e_slÈ—D‹g0ÞgÃGÖ‡{e¿”Š¥9ãêv‘·â/¼oi¾D”ª_ÌèdÔbn,kú…Xd<5,îÅę゙̈#£R1`T‡Þ ,#a*H“L!ñzÝî°Ry@¯ ¾jimñù|z½Þn·ƒLA¹ÉL46 åÊÁú¡ËšcC¾$Z<ƒñ–8knj„ ¹LJ?=fYp/öÒ`iгº]$ñ¼Š·4»WÉur¬“ñs‹]Ó/ĺ 㩉t/jõøxIÍþJJŠ©ò5«W'®Tìß3^Æ £G©Â.iä ¸=Nˆ¯Âï!hÔœZh”Z­öx=@"+½AÇp B?H>°¬96äK¢Å3o‰3˜ÝLœxË”)SÀlAþ1¸vXÜ‹½4â5gYÝ.’x^…â,ÍÇîU;™ÑɨþìsM¿Pü…OÍO ~0ûûßÿ€eÁ=ÆKƒ±y¼Õíb‰çãÒ|ì^õ·“ŒêÏ>×ô Å_HñÔ@è5iÒ$P°w§O‡ye”µxç"ò-…-›7CyäDl0”*ÔÿYÒ(T*ÄÂV“ßçqº W~¿_¡Ttww;Ž`(ØÙÙIV#7¹ûóIF.ÃsI4ìÏXS—ë O° Á'ž©a®T^ŸÇl&}^OøOŸÂ*©T·4˜ô™M¤×çµÛmVÉä’Dþñô÷€á¹$ög¬©(ŸÇÍÎ>SË‚|ˆ'g}þ9ž©a®TôZ,dï¿¡ ÿ?—Ë¥T*Ün§N§S«ÕáKãrh4j½^‹¿‡B¾¿D¦¾z¸ûî»a:a˜6zFÇ|aD+àtÚ ¬â ¹ ¼úÆ&Qc£ÈHèµ: ”B)yõõ‡E… ¨TC©Tzƒö@Ö¾:n­Ïïµ9¬6»¹³³Â*@«×ÔójÓ2væáéCTª!Tª¼üœü¢\…FÞu¢“Rªö`Àá°‘&ƒ\%4ró s7o[kR!*Õ*UUuŶ훸Â:©¢Õ`ÔÚÖ`¯RÁ¶DÖÊÖåÍÚ¶}‹ÇíÄ3ˆ ¨TC¥T99‡Ó3w+T²‹—.ö. gëè:6½AÓ&sêoØ´¶¶¶O‚ R ¡R¥¥í§BTª¡Uª€ß'òrŽY¿ñË/ׯÖ®[µjMÊÒ‹W­Y™s¸©YĸÆ‚ ¨TWì×4»Í ×ÉeR¡€ÿ§gž{æ/Ïÿmòßžýë_ÿÓee¥2©öÚmV+A¥*¥òû¼³I­RŠÅÍ õõ‡e}ôɧ~îùwÞÿ`÷ž=õuuÍÍM°êP+÷"‚J5$1•Ëé £J©h‹ù9TJŸø`×#ïíxäÝíOßþÐôT`îŽãI¼Â R!È÷^©:Ož:Þ¬çË- 2+Gb­n³ã“ V¨T¨Try•êä™ Ý§Ï'ŽœôuõœƒP÷PªF•um?å `á^Áìtae‹í¡éÛûepA¥B‘¢TݧΟè9— eBÃï>ÜEm‡NœIŸPi]q¿h/n:Æ.A¡|ä݉Œ¥®A׸Û¢7+øƒ'ò)¨T2R”êÄ©ó#õIçÉs›²…ÿoö™¨’Žî³OOå+¬K÷óçgðgí|ºC°¯BJÙð/ÿû×—^~%ÊÚÜy î¼ë.ƪí"—/ÔÞÙc4ÛaŽÉXÁ<‘ˆÛì R!È÷I©<ÁžÖ•L_UX'w~«T'Ï>4=•+·A@õÅþ?6q>Ù\)Ö8¢”ê`VÎØ±cí.„è½í¶Û—¥¬bWªxÎôW©‚]§P©dä+\³gYÐY›shήºj©K¨ñ>þŽ/šGßß±`wu×É3&W{¯R}ÛÜ:1áG?Úšº“.©¨â\uÕUZ£)-sß}÷Ý?f̘ &¼ùÖT‡'{kø½J¤7 Ðêð@lŠ÷àoÚ¹;½W©º(k·lƒð Œüüç“–,Kéè>MÉ+(¾÷Þû®¾úêx‡†J… #E© Âéè>ÚVÓÿý$cMvk±Ø¹£Â Ðxu¾ƒOJúÕ?á Ú½Ž“§Ïž?sî¼+Ðe´û}oG”‘÷>øðñ'~Kg§N{çÏO= i™û‹J+Õ:²²ºîþœööt(¬©çÁ5îð´ÓP8ù•W¡‚°©µ¬²æ¶Ûo‡rO Ê—,[ñë_ß_T¦Ö“ÅeÇqÇ‹—¦ÐF}ôqN_"×Ä;:T*ù(UZqë3ÿÞ·³\w°Þº±HŸZ¦O;nØÏ1®3æòŒÅ"¢¢™¬m%y2Òâ9|õmFƒÍÿØ{;£ìPº!UhaÛíï?~üžŒ}Quò K!ôbT*›ËÍ5×€¦Q5W¬ZK)LÁWÐDÉÊνõÖÿC))¯baT*AJÕqòl¨ûL,Ÿo«|iAn&ǼµœLÉÕm(Òo¯0¦Wû9DV‘Ã5ˆÒF¢JLÔ·fw8¸âËH%éþÓ¿Òb­Ýyç]sç/„ô½Ççða»–+|ê™gúÓ›¡äºë® ÏéBÝ”ÈØÿ«T°Á‰aƒ´¹(S%ÕáïÂæ6ظ!"E1Û=Œ‡FƒJ… #E©‚]=¾`W,ÿÚPòÒüÜtŽyC ±([³:_·¾H·*Oµ:O¹._‘Z¢L¯TâhŽqµe"ÉÙJÕ¢µÕˆ Ó–µ¶hɲÛÿç¼íO=ýÌ›oM…‹Ý=a„©o¿SY]ÛÔ"MÏÜ—¶ÍåƒlXdl.z£Ž+„ a¡L•VP5ëyáòªÚ†æVY$ð)t[ÆC£A¥B‘¢TÎO{'#› Ÿú÷¾­%º´jË‚,õŒLÙÜý²%‡å«s› •»ÊTûªÔ9ušb¾Öh÷{Ú»`ê7}e^z‰8Ö”D©¹êª«Òöî¿úê« JÊ¡„ {Ôz’ª°úË µ8½åUœpeuÒ„Õ³¿¼ÂªæÒ”•TMà†qã2öŒý8ºm¼C£@¥B£T'ÝþÎxóÔO~œ¾,«õ`ƒmÖ>y•ÔS«ðpU^‘Ö+Öû$„_a ?Z—ÝÕbû«ó?^Wäò1›zòO¾ñÆ>i’Ë×YµÎtíµ×Îü|¶¸My +gÒm·õÎ×¼eÇÃ"CXœôT~qò+÷?ð`OTP\A=Q‡šP¾hÉòßtSêδ‰JØ,Ù¶wÞ‚ÅPÙ–T*)Jåu»ý,´¨­ÏÏÜ?cG}®ÈQ)ñ0½¥úÌ¿3¦-Ï-¨W²ØÙ¾+ .Þ™³æÐ%Û¶ïš8ñÖ±cÇþþܹ'ƒz²Tv¼¦WdôÔÔÌÏ<ûÔ¼÷Þû6mI¥jRF6oÝ…cÆŒ¹þ†zøÈBad[P©d¤(•7xÂé ²c°yßYqlêÊ¢‚F;HSŸõG ¨T2b”ª½Ëáiï›;°<£æ¯³³@© ž1ÙÜð×âðZ>»;ˆ…a*‚Œ¥òº@jâBDXœzÒªÖ›”ãž¼†ÇßßÙ&SSH™Jå°ê@MJ¸F ¨T2R”Êíïya„´ºt„E©%¤Jm‹D)KxBqVamM¿ª– ëy"(rØ u &Ô‡p+žÁá*‚Œ¥rù:`ÇhŽž°ªt$N­RUc‹TÐØÊ6ƒ@Õq…ð¶¡Êa/Ôš“=žµa*‚Œ¥rzCf››“ÕE˜Ò¦3šUZB¡ÒK‰\#ï÷iô&Ñb4ÙI‹“ÝÎ0• AFŠR9¼!Òê R!ÈHPªðÑÒ,DM£8pü/Z2üéýϤy¹å<Ââ…ä–óçmÉçÊl¨T2œQå|õûKæ”óUz³Ñì%ÀÁÂ!ÃWuJÆT2¬ñûý"¥£\ ·9¦£˜ôA4U.Ô å¶ö@• A†9Áöv5éjÙ9À1j°Ã¤¢©~É*‚ #T*AP©AP©A¥B¥B• A• AT*AT*AT*AP©AP©A¥B¥B• Ad°• Z!‚\Iú«T‚ CÂ0a„ &L˜0a„ &L˜0a„ &L˜0a„ &L˜0a„ &L˜0üôÿ‡£Ðß endstream endobj 465 0 obj << /Type /XObject /Subtype /Image /Width 398 /Height 170 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 5720 /Filter /FlateDecode >> stream xÚíšt×¾‡gÎl·„$<·ànÅлӖâVÜŠ´ÅÝ]Š»»Cq×¶)¼éáÒÞûî»òÖ ÷®ÿ·V’3{¶Íþöo朳bYðÏ`Ûã „#9ŽÇcÛráy ÄJ F1r<ú°a]⊀xZ2‚>Ð2âAFRäØ ãc <4(žb±é€gFœ’*iX°¿¢ÈÑøH›<<8ž$ïîU`#މN—<,È0dÃê# wtÚ¤¡{ÀÆG@¡\Q©Âƒ4õÚp`=â–’ù³¥Kš sÀÆG@Ù¹2¥L ¼6¬GÜR¾XÞèÔáñ%ŠçË’&IòÚÀ°ql£DLÖ´Áƒ€Šîcl€ l€ l€ l€ l€ l€ °6°6°6°6°6°6°€ °€ °€ °€ °€ °€ °6À6À6À6À6À6À¬ØÀØÀØÀØÀØÀØÀ6À6À6À6À6À6ÀØØØØØØØÀØÀØÀØÀØÀØÀØ``````l€ l€ l€ l€ l€ l€ l`l`l`l`l`l`l€ °€ °€ °€ °€ °€ °6âš²EóDG&R^H†¥È=¦XÙŠ@P¶XLö )Â%òÚþ¡‘Q9bŠ–•19¢"#Bý…׆Ãý‚Â’§‰Êž'?äÉ•&yXw¼6¨  O™!:DgˆL ¨×†‡‘"2-D¦ˆ 4‚x¼6•& (4,q$ 0’"¯ ÛÁT(?ÿÀ `  ô÷S‚bÇöÚð8ˆP.¤Ò@ ¤à” ÇãµaÙ¶Çã8a N@Èq<Û¶FY£­GÎcgœ5Þš`M´&Y-œ–ŽBM³¦[›œÍÎ÷Îg«³ÍÙîìpv:»œÝÎgœ3Þ™àLt&9“Ý÷Aïœz vf83ݲ쨱¯¤¹û3­±ÆYë¬sÖ;œ÷u3¢L( eFÑ( ÊŠ²¡R(ʉö:ûœýÎç sÈ9ìñÕ®ëDy_¹[½oŸ¥Eù¡(%D‰P|ä=WÊé…z£>¨/zëXÈöÕ¡î(J2 Ú¨:âÉò ãžž“ž+žÓž3ž³žsžóžb¨8*J¢F¨4šè±>`ª„*£*¨jì BÐïg›;©Q$‹Æ¡¨'ÚŒ¾G[ÐV´ Y ƒï8³íGÐAïñ)ÔÑWžÖIçü^;Ó-ïzkiHV’Ud5YCf‘ãÞëy€£p”•l"›É$2Ùc©D*“½dùžl!pA\!Epgò%)ŽKà’¸.'ã#ä(9FŽ“¤iN*ã«ä¹Nn›¤&®…9¤.®‡?ÅõqÜ7ÂÝÈ=rŸì'Ü1Êø®?5ŽÄwÉ+òš< É!´íp¯ ÞE’“ä1ZB–’ed¹[;’¤!iI:’žd É <ϳñ<ÏÃÙI’“ärk½t¯)¦41IB">Xã½(¢™i4UNÒ—ô#_‘þdH‘ÁdJ†‘ádIF‘ø4ˆÓº‚䢹iš—6‹]ßJ´2­B«ÒN΂ ñЀ6¤¿ý-O?ñþ}IjÓ:´.­G«QE55ÔÆ£þ4€Òr´%mE+Њ´mO;ÐŽt“×CSÚŒ6¢ïúۉΑóä‚·÷At0õwÇoKûо´ýŠzH?üî»’It2ýšN¡SéyßÞìMgÒYt6C“’²t™O…dYLºÓ´§·ÿÔ$”&¤‰h §‰iš‰D‘Ì$šd!YI6’šFÒ44-ý}ív’‡˜ÐQøÏwô,=GÏÓ nÝûø”·År^§7èMz‹L§ßÐoéwô*}@zÏ$‡Èar†>§¿ÐGô1=IN‘Óä 9KFÒQt4½H.‘Ëä ù¼¡o©ÅlæaOèmr‡Äcþ,€²øìyLž§äù‘üD~&ÏÉ/î:­Á÷i(Kȱ0¶• Ç#ðHœ–¥c/èKwät GÇÓ!t(F‡Ó”1Îö œ4šeaéYfYéiš‘aEY1Vœed³É2—¬ +é*ºš®¡ké:ºžn ½èBZ†•eåXyÖÞù8Ýç®LE·‡{4 «Ç>eõY÷¨%n…[ãx%n‡Ûã(%ªÆ>§ùYVu!?ÑŸi+ÖšeeÙØ»ÕÌÅr³÷+›„E°IØ%`}X_Ö†µeŸ° ¬ûpõ+’_é×ø{º…n¥Ûèvºƒî¤4)MF“Ó4%MEÒCô0=Bã`Ö‚´$½ÙX6ŽÕs–ÒNô3Ú•ucÝYÖ“õbëنؾï ´0ÛÃ6²Ml3›K;øöø1tÜMæ~\‡ÕeGØ^¶íwÛ¼¦'ð:¶›]fGÙ1vœ`'YGÒ‰|F>'_ílÛÉv±[ì6»Â~`WcGijÌÞT g#ØH·Ü8·ùo%7Ùsö »Ãî²{,Äý¬{v#‰Çýyäù¼;éHì}ð å/ØKöÊ­UÝ=Wš¥â y"Æß×èÄJÒR´4-C“‘ݤ%ËÈSóHž†`ËieV…Ue]XuVƒÕdµXmv‘¥ä1<â™ù \’•bxyžŸàÝëÓ©d™N¾!Õø'¼¯ÈáL,ŠefõyÞ7âÑ< Ïʳñì<ÏÉsñÜ<ïB»ÒïØÖœWç5xMþšå`9™à’çayY>ö±gìGVˆf]y Þ’·òÎ>€ ãÃù>Òw-˽4ÜåÝxwÞƒ_c×Ù 6OD3Ù,6›ÍasÙ<6Ÿ-` Ù"¶˜-aKÙ2¶œ­`+Ù*ÖÁzÀ²Gì1{ž²A|0ÿ‰ý̦óEt1]B'ðiÔ!ˆôá}ÝÏ=ŒN¹$ÊëßÅwó=|/ßÇ÷ûfS„¥ÅhqZ‚vày'þ?ÈÊð²¼?ÇÏó ü"ÿ”Öæ‡ÜÚ ½¦G³.ü̟𧼿kêŒSˆ~¸£¿÷펩ü ?Ë_ó_ùþ–Çç % É’€û‹(â‹{ø6½COÓW<‘á"±hÌ'y[oeù6¾áCy ‘R¤©…%ºà®¸îŽòh‘EdÙD8×ç?ñÃ\¹óû‚wæÝh)^šßçx‘Wä1"¿âÝŒ®ñën­Äì?Γ²dîH?ò¢ˆ(êžOE6Óy|>¯‹ê¡OQ}Ô5D‹xcÔåBSÐT”ås÷êÙO}¥z«Cò°<"Ê7ò­l'ÛË)jªš¦¦«‘ê2¿Âs‰ÜbˆZ¬–¨®ª›Û®¾äþ~Á±JƒOx­6TkÕ:µ^mPçÅmyGÞ•÷dAµ[íQKÕ2ïêm@ÑuTSÇÕ Õ^ÍûÃ}ûŒ:«Î©óꂺ¨¬¿Â-u[ÝQwÕ=µ\R£ÕÏê¹úEíUûÔQÑSö’½eùVYú…z©^©×êWõÆÝ\ -µe”£äh9FúéxÚ_è@·l“j ›ª˜âJ(©”ÒÊ(?Où«•|G2H«•ÀÏ6ÍP3Õ6” s?j×QuÝÒóì¬Ö¨„úQAT{äûÙÆw‚¼O«‹2‡Î©û«j Ú¬ 麈.ª‹éâ:§lþ§ë\¤jêZº¶®£Ÿñª¢®¤g©>ª¯j£ÛêÊºŠ®ª«é꺆n¦›ëº¥N ƒx%߈»=]u7Ý]÷Ð÷Ùeo¿ûÅÑ_Ðõ ]B«¾Su'ÝNÏVsÔ\5OÍW ”¥.È z‚ž¨¯Èä5RÒ£õÝÚwïSbµê¢çêyz¾^ ³[§TÝT¯Ð+õ*½Z¯–{EG÷)¶EmU¡zƒÞ¨7éÍz" zg°SïÒ»õ½WO’Z}XÑGõ1}\/ÔHcM4ÕgôY}NŸ×'ôI}JŸÖ?è«úš¾®³Ð ¬C\KERL'×)tJJ§Ö‘zÝM÷нtÝO{ˆ(YGë,úhìnúÜýUAÝÑïŽ{òud= »”Ÿ‰güM€)( Éû|Û´€.× L¨Ihï»A}Bœst*“ÚDš4æ–¼©oéÛ:Êd6Ñ&‹!êGú±N s˜œ&—Émò¸íŠ«*6!¦)lŠ˜¢&-¯,ªˆª¢š¨.jˆd*ŸŽÑ)U*ïêDËÒ¦Œ)kÊ™ò&ÌLR“Õ×êSóÆ{Gï©{yçé4ÍL}ÓÀ4tûÏ¥r«<*¯Ê§bT~U@e2LGÓÉ|fŠ™?î¤òº þR§4½LoÓÇô5YM6“Ý´7#Í(3ÚŒqkoä „9¨º©a¢ˆyŸ£uM=3ÑL2“Íצ‘y*gó)²§™o˜…f‘™b¦šif¡X$ !§ééz¹8¬–›f¥YeV»½®ÄF±IlÇäU^ÙT17ø¦´*£Êªrª0Yf¶™íf‡Ùiv™O̽O ×#ô9sÞ\0MyQ§7LFsÖ\3×Í sÓŒ5ãÌx3Á<0Í#óØä5ùLŒÉožè§ú™þQÿ¤'ŠIb²øZLSÅ/zºøÆ]Á ÖEë’5Ä®«7Ú›læ÷½è·ÕÞfß¶žÙw­{Ö}ëõ0vµŽù¾o:eŸ¶_Z¯¬×Ö¯Öë­eÙA~Û±Ÿkl›ÚÌ®€„-íÍž(¿ø~yýâÙþv€hÇ·  `;ÄN`¿°Ú1~av¸ØNbGØóíVùa?âGýJùq?á÷õŸR‡öl]=wò€ŽõÊæNORŒ<¶ýþ«?Ûö ÿO] »Ù…ìdÈ.]€ìÙ² ]È.@v€ìÙÈ.] »Ù² d »]€ìÙ² ] »@v² ÙÈ.] »Ù² d »@v€ìd² ] »@v² dÈ.@v!»Ù² d »@v€ìdÈ.]€ìBv² dÈ.@v€ìð_“ÝÞZÀÇLIþþÕeYóéPýï¿©ùwŽ–Iþcõë‰÷¯:ªwkûæ›Zý=íÿ¿jœbëþɈô‹Ë}à dç_ãœýqÌ£ñ‰Ïâü½­¦þ/÷‰uÌÿ‰LÀ¯àžö_O6úqÎë¥þUôKœƒöǽ~ß²¦UÈßx¯Òͽâü¨–ýuì³gÜ_¬AÕ¿Ñ>«_ܯʽÙZ¡Ø«u_5üû‹øÃ¬ø‡Ú.ñüµÒÇwûu¾ö¡ÿä•?ÿÚÊuö¶O·¶ÿJüÍODkÿŸß=þªÙÎ9 endstream endobj 460 0 obj << /D [458 0 R /XYZ 56.693 815.761 null] >> endobj 371 0 obj << /D [458 0 R /XYZ 56.693 557.016 null] >> endobj 461 0 obj << /D [458 0 R /XYZ 56.693 537.146 null] >> endobj 27 0 obj << /D [458 0 R /XYZ 56.693 522.137 null] >> endobj 462 0 obj << /D [458 0 R /XYZ 56.693 482.983 null] >> endobj 31 0 obj << /D [458 0 R /XYZ 56.693 482.983 null] >> endobj 463 0 obj << /D [458 0 R /XYZ 56.693 455.629 null] >> endobj 35 0 obj << /D [458 0 R /XYZ 56.693 342.1 null] >> endobj 464 0 obj << /D [458 0 R /XYZ 56.693 316.305 null] >> endobj 457 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F52 247 0 R >> /XObject << /Im7 448 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 469 0 obj << /Length 2046 /Filter /FlateDecode >> stream xÚ­Ë’Û¸ñ®¯àMšÔ|a/)Ç-§ÖSÙx|òì¡n$RÇcï×§ÑÝ Hµž¤¢ƒ6ýîF7eðÈàçÕßîV7ïba’0 îöAŠ$ 2¥…Nƒ»"ø¼ùW½=\mÃXnú®<”mÞÙ¾!@aéyX×noþv÷w`°UJ˜8&:»ºº—2|蛼+ëjzþ6wÇûvûjç6[G$SA’%ÚI¥©HŒ ¶±0)Ë–Áé4ÛÜÐ#ÒîØêíÝêi¥€½ T'pH©Q"‘a°;®>ÿ&ƒö@@™,ø7bƒXIêÖ‡àãêוd½ô9ჸZÈÐ8ŽO+àšÈ Æx›Je¾%Iâ¡7ïYð¦1~½ÈhËœ¶#VèÐ494µÒLQ¬…’Ùí—+nÖuõp°wDK pSQ’ð½±ð×Uo¾^©xãÑòþ-ªúØN}ù%o1g!– ©³`‘iMò¼cKØ4©T‰ˆ& áýÕ6 7?hgjFhy4á!Þ$$È}òêõÿ_)ÿ„ OÇN£Ld)[ø­ pmN.ÚŸz{M¯d‹‰™µ^”ÐH"X°D°B‰à‰ኞz³š¶êˆ) ‹¾b4ÈÜÎNië®Ü³÷a¬ ú¦.;/eÓØöt>q¯#ÉäÖ}婱h÷aª‰XÝ{ˆ'z»X b¥sVQâYÁ^Þï‰À/A°Ô¨+Áд8¬s($Wjƒ…í™Q–/ò޹ìêã©ãS­ú›‰Ÿ`cÉO(á7Úg?¨`¢ÎO×Ìë1w.Øá^ÇêàþŽäÀÌÐy¥5§÷q쎋§Ã Œ‹çãéP6î £\î0.8ÑcºXþäÒ+hD€‚x#ë…ë¹&ät:ØAš}ÝmCìiØÈû%ëëå6.šéI2£6C´™!„ͳ6C›!„Çä8„M¼é\ôô½XÆ«˜Fã4tDóª›SõÑúc)o™Zñ"i‰îRùúE9á1R¸ÂÂøXòýÍ×nk{¾«çîßé9#OÏ•Gë˨ ;>vÊYŠ!þb ×Jሺ~ *m{훈|Ik›|Æ!ß»t§wŽŽ½¨´–jDVËp³+¿¸ÈÆ K #¦½ƒ€”×ß:ìy¬`,g÷>6Ç5o9-ùü ¥{_¨«…Û§já@ËDÉå  wí\â _Ϧt£¾Lþ„…µzÌ1èHàö‡%¦¥Ži¬KåÖ­  ˜4ÝØ–€°ÝÜ’ž)Û 7gvs°Âc¯]”ä;Ëk>†Ï/yÓ0vA$†`Rü‡süÀûRN}†}´ìb®Œîs_µý;Sàq»Ûä§SÝt¾[š……^aÖOmàNƒÑ÷‹qûKþ,EF óº÷‰QÕ=éN>'Ùr—ó²&‡Œ²¶˜c{ˆžavèÙ='`—Ÿl+&­Q Bí&h‰(ã†HÍp>oc)7oÎ:6¾b0mºÆ.פ?Ñ}I–š3軵âTpá‚4¯N§þ»ýƒMàgÏêÚîÑR šD£TI%2•½j!µÐ©†‘H«æèÙ\{øŒ§÷dC]ù±ÆwþZ&úÜ Ô1ŒxŒ~4IŒ×´ -*íø ÆÃPáioGÄŸ‰:ŒEƒ¢GB•¨aŒýîî€fzé >ó‰³ìâsO< ” °ÜªXÈèžüP˜ÅÞ°/‹ªYþŒƒl”¸N7¬/.yÿ4ŒÐ_¯B ÎçÌkëþ1/;/æS¿öC´?Ë%ÇŠÅéc2ë*)…5Œ|Pð²gî »QÁȘ Ã.y8Ûž˜2FÄ0Q¢¹_}¼ûôúíÂp>«²Ÿ*;+ÛãªýÕUFÈû¡^O¯ ¶¬N»0XÑçŒ+¼†üÝåYaE·Èƃ¯ÿålíѱíBÉ!ºGYi Y4%Òˆù/ f"Jƒ7Š@Øßf—@Æe‰Oû¿^ ­<ÂÐÃ-ûV¥0>áÿ·òòÇ#T”*ΰ2!ÿp±N¿7B 7þv¢t?øpt5͉;^Xq_Ž(“N7¦¼.ûjöY‚ÍË¡pž‰Þút~qߞϩÓ]ì¯ ¥ñã5’T֮ɿq-ˇ ¼8ó„kNâk8®›¼(kZzù“Á(É3¹‡!h{£øáI¤L‚Œ2&zËŠŒ²H ûR3uñö.•u²3”sad:í>ÚƒO¨ýÞbV=¹5õ™§èµð!q(å®]å¹"oá^µl§¥÷©Ÿêõ9Xv5\ù¬Û?ÁxÐÙæÙ1ζ£æû®Ñ=q/cYwE¯ó–HN­qénù& gL® Ø¡~:S<”ÈßyüÚÒT‘á´Ò–èCgyW±ñ$öw½µ€þåLäV89zÎ,ÇŽI<õ,m iBW2!ÃU‡ laíw‹‚÷h²+}5)§QÕ.> Þëê†"*Ja'‹§!º/G„&Å/Š„ÖÚÓ\73 GWIÝ0‚ǃòsù” ¡M¾HÞ|ùÞ]"…E«óçKJ •‰ ø¤½^"ž[Þ#¶çÞdTP=ÞŠýü ï9¥fíÿ9i?Uå·ip.}T¤‰ù_¾©ÿ.ÖEÁ endstream endobj 468 0 obj << /Type /Page /Contents 469 0 R /Resources 467 0 R /MediaBox [0 0 595.276 841.89] /Parent 454 0 R >> endobj 456 0 obj << /Type /XObject /Subtype /Image /Width 1188 /Height 666 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 474 0 R /Length 68547 /Filter /FlateDecode >> stream xÚìxTUÚÇ/ ¢¸‚bEÝÕUw-¸öýp-‹««». ¨„Þ›ÒK¨iFB:I(!½'“ÞCzŸ”™ÉÔdz¯éß¹sS&ÉL˜@:ïy~ÜœvÏyÏ{î=ÿ9wî` @€ @€ @€ @€ @€ @€ @€ @€ @€ @€°oWF€‘QyÿÝtráRL©CBl¸…q.Ï!À8Â!ŒiL7”yìÔQ¨D ŸÜ#„ÞÅ$ÀøâDcw5f‚2£"cª¤þ†Iîn^Hä÷álåÐŽß·?û·oÿ²å«?múâ… ?µ÷èŸ`äAŠi—g)J.Qsž™DÙPfT;5 ­‡DÙp¼Œåjºø\ÏÓQ´ƒ»woøÇ3>[?­ñ\, Ú¢ŒØ©‰ÜEñZwø‡×7ýš«.ÊæÃ>[Ó§,À°Ï8v©ØžÄS µaÙ'®î9›s0¬ö.9cǯ—¸TâvÆ‹ÁÍw!€aà˜?é&‡0&5fBè2TpìÔ€8âKòWµZïl<Ï5ÿ÷ŒÏΪ#ww$lçz-¥œþõVÂnIÈ®Ž\׎J¿ÒËÛW}4ÃbÞ¿ñղߎö) pÿœ!QvÚ…Í?·+¸æ Љ£[º§º&ï³#m¾B?7âMŠe;‡ÒœI\“-Ë Ôx¦Ýµ<ëÀ2ÿt﫹–¡µ&+‰aØ\Î<â[äO¶õ,qŠ ¯ˆe9¸ôPðüÁó&Š`ÛœŽùÉ2b'ýôÄsƒ1`ð!v!˜¤ V¸ÎBŠÆ;Ud&H”¡"¨àØ©1|ZïL×uÿ÷T}ⱎäýI{n¥¬ºº«Âu>Ïñ£¸ /wD¬l(¸J²]ÿŬk¾—ÿ3ÁÈ>Å;œº¿-ŒDn ¬é‰erÁ̶ùN1c®Í§£«v8¥‡‹nÞiQŸKÜÌ9y5i}´íÎ;-ÊHßÄ^Õ±#Øžˆ¢•G£6¹§õ£8E×kaÍéán‰~ôBÚ*«0ýh†.²MÚæUésÿ[f}£ YöVwäz¿Sõ¸¦[\¨­GïÈí­ŽE¸WÄÐvÛ'ºæÊ¤­x#:êÅ'c¬sum­±Ië.V{L,7¸GƒÇVï±Áµðbw²K×ñÊ\„» iOhí0tÜ\4Qä ‡õºÞ®À9fLRF ›@¡³<“…fBè,TÐh ø•Ç4æÔ€p ¡ntNÞs>—øÓÆ·|çÙ§Â*£òŒ·1|ZÏ#¶Ö-_ÿYgÛQr±£ÀãNÉE¹ç‚¤uϨœÞöž÷˜Òé­¤Ïß,¾äc½êŒ«õ,ÜîàÛ§8c—kñ+ýør±9áBÔ&ÃØ"ƃ}––o¶Ëw$­f»‡æ®p©áí»Ã‹‹[y‘îÃ8r:Á2‚Mk@qš«'ãö„ÖŒPc"KVÛåSq#6Ç%m äoáp¶Á-¼hM¼c2¦j×Û-D±Æ.Ã:ê~ÿ«•áBcªªSi†ÒãHÔ{ÇÖd™ß¤oõ›-í-:Þ±ã©ñúÝ•¬=^è3¡Üà^ Žä°]‚ŸB_¦(gÍñ<R­[`æ²³, Wçë»{g]hpD–®=ž“ßBŒ/y“]Þ—©±0IElƒª eþ»\… ­ :¾¢Ù((Éœìƒ)™åb2G½Ü&Êê:Пiã™hš]@eÿçõÜcj Ù»imÚÉ¥wØIwª#;b6kO¾“µù…â/‡.žQ¸ý¥Èµ/ //© ±Z¾ð›õ‡N÷) À˜¡æÄ¹˜ßRˆÕð^齬sõO_vŽ©"b›jZ§YG²­OÇýzX¿Ów d‘]òN_¦[ŸÚ¢i{OÆ.9J|¨µðXìÆód'’>‰T}Ð#y…U¸~Ë)xÁ±”Ca5î$¦Õ…”åGõu&­?ו¯'néÑ0¢žŸ¬·ÏÞx</k¾Ì%ß. •eÙœM<EO¸Q¼Ï9×&R_Ûù䥇BPU{.Ä­:Yä=øSB2ÝeËÖ3}å1}O-Ö:g,·- ß!–‘úfͰ2Ö ©+ô¥!­;SÖÙB¢¿GB;[x˜´ö¬±ö˜Æ-¢dý‰¬8Åþ¡…S¾óø Ûh<ÏJb÷6€ƒÆÝþ|4ÞN›|ûð’•7Þ)}•Á¦Ì:_NßDRöžŠ]d‰[iIoéa–ûÛÓ¥9á Í]µÅ&5 Wúwèa1?á©á[Χna•°—·_׉qì|ꊣÃúÓÒ*·t:Söq u!Vß8q7K•ÜÁI´]]ZÍøšÔ”å'Éν´Þ®`–QÏBÈÚ15N>Ùk¬‰íéE6É{CjŒ^»ìÏ‘¶&èº==ébÔ&Cç¹IjfƒMŽëß`‰Íù¾™: 4ZÃÀZÏœ6»¦ e‡òãrÏ:r¹Md÷Ÿ(i繜þ5 †Oë"Õb%mËçÏ6xvÄmkr·`ç+Nßýaõß²ú磾Ëÿ°íÿ²œ~–ç]ݶnÑ‚•[ìÉ}Š06`s‰:LnïZ/5ÇÞäK;p‚tŠu»3®Cád·Ó=Ñ*G¥lÑoÞ¹­ ý½ã6^¡»vWEÝs*ýj¥ZÒp‹(צSg%em8‘mYmy&Ã#GÄTµi·tÂS'“6žˆ9šÀg×ã'êhÒ¤d­wÌ?‰×s¥B%ª¿Ù¹†SIã’hY‚füÚrò^‡Vaäu†«ÇkÔ=öÆj‹Ì©£ ,Ͳò0Ñå(ú~GÒþèšj­¾ÊŽvaEá¦ãÄ2²+Ô³÷Ù&õZß^£ì¶=ÏcêðR·uE¹[NdZGôô—°xGs]IzöFçûh3‘yÈ‘d_E bs~ÜmvËR\³ÕD”05i™G®Ájœ´Ñ-f[²^"HÉ›lS»ÖÀ¦ñ«aG®³{=¼lÓ‰ÏRµoýmŽ5$=â…ÓŒJŸ~±gÑï.¹¿Ö\Ý.Ñ”®vQ'¹ø‘¶ u¹[åÉhÚNûXë$>«®«t}¥°hÇ)C!ÐÛ>vÙ»O÷s!'ÒÑþ¾á¿ÒvøÝà> MÝÙ£õPhÍö'­ðH3Ðz1›]y~OïîÛ…®™¬Ê.ÏÊ;eÓ5Z©¢]úÛ:™ÈûlÊž`N_·,ßh›žŒKû[B)n„vVÁû"ÇhSN5L“”cofƒUN„tê,ó¿âGè,TÐh „Öëÿô&iN {.äy¨HEº¼¦K÷ÙD¡$»Jÿçõ\£9}Ø¿kå·³êÃ6RŽÎÞäB²)nîô"U”W-}—mâ2“öI_Ýß…¬"ö÷˜¥ÃíC`pÊŽ.­×Ѥ?ß-¥·kø­·ÅÙ¨çw÷î¾]èJáʪr(¢é›ÞÑØ V·´ßTž¶ßÊîíöl‡+ «ý%ø÷sµ Ë3T±¾ñ~.¤ßƒØ¦œjX&é™Ü•f5€QÆ!”Aè¬Ó±\3!t*h´†nYgX¤OäÀ5 Ž\-]nY¡Wy$÷–ÛD¢HSm@ ŸÖCçêÏî­[ÖüÄÞÏ‹²üO¶õç-Þ?oñÉŠÙ“ü~}æ÷ÿc—Äf¥E–Uýó?ß-À(JÙaë%Á*üŒŠR|夻îuLÄJ.§áKɦÈÓ¤-WË·Û†.8¾Ê1n“{aþ™›9ž‘k¯Ò;« .YÓ³j Ÿ0|G¬ò&±s^Ú+)xᱸŽ¥,ýJ*ê|Ä‚!+®òðO蛹‡­ãWd^p,-Nÿ”–&?u±eÄÁ|ýB]ËØm“´Òp×À¼Úîvꔃ!=Ʊ©4ÖåˆEÅôâù·´eCX†-?•i Â:ñ«]Ö‘ ^YäXÆÖ/¬«¢â ]ëÇׯnCÝ#–ôja´#E¿¦—n°Í³ínOµ¥ChÏ'‡¶ù¶]홹çÿ¦Ù.|ËîàÖêʬs—Îþ²|Å¿¾ÿÁTqF“àò-¶IÄ‚—»/ÿ¿Ž^ƒ¿”¥ExÜñF.®ùÚ3/E,³sÈVêz}¬ƒ|5b¥7­³ª ’ÕK»Õ— –ÛdëÅÅ/òƒ•ÞêËÕ6Þ‰—EmF¾^†T É že6ÇYú÷)TfZØ‘,|dø'è-ü£ÖqË ²-5¯¶»:nW½³;!U»œŒwy Q¼CîlKÚ€2WÛø÷Z»n¼VÝÏ áWÄx©Û2GÛØÝ~¥k¬ÓÓ›³G.ƒWž"­Ô/º5ô¶‡Cˆ‘¢íwˆ²¦Ýêiˆ hµ]¾µ¾©vWS-Î×è:ÏŽ´^5Ñ다UÁZïôñ(C­·ÎÅp¡žlq—Æ÷Z¨#vû­w²+b<å¶ô„uÜnïƒW…„›cgÛË]Ãa`O+/¼ÚÁ›+iEï±>BÛmÛ£õ,ìc»Z‹W»ãl¬ÖK°0iŸÔ•½«=\iÊ7~^7ƒŸ©ØÖ­õ2“~µJЫk5-Z´Æáî½»/òÌ[n²ªôu¶©$5qÒ[b&ëÒE’…Ud_ç·‰_âF“ê{wÞ1dþÕÁr™‘龡èÂoѶËvZ¬_ò¿cû·f¥EUÑJ¿ýáÇÕ–§í‚i`Ô*]g–ÚØ¹–ûÅ™ÌéZO)²R#ÞtÑA¾±ÂG¬ß¨ÏH(r £–·tYáEí¬*°¸—Öó,Ze•™§_zRý{k=ošM÷’õNKi>#*«‹ô²#©†+öå¶§¥*s™]¬QªMpÌ:vyïEš9µÝåÔ§suZÆÚ+~¥‰.[té'ÛØ(sµµ/Z»æWëëŒ?µþ*Í.¸Ú®·A:Ÿúeä.ß’žedp´¡qVºÆŒCÁD{¨Æ´^ž•¾©v~yËì‹YÄ{©‰‹Oä Úø•l²"9UëÅvcÍë8 ›<šþûYÉç£V»ôÙ”¹Kã ºáȆÝþcãÕeÌÅI[ÒvÏÞÒà ;÷Ô``Ïcž ÷d®¤>c}<˜ÚGëuƒ é÷3¤^ûz&íÓ[ëyÓðŸ‡× †ÀàÇƒË µÞ§¤¥§*X=OJ#­nj²ÿ2T.t)…ɪrŽúæ¬8žz6K,ì®my~ñ¶}œÿpä‚#ºöÎmri…kü²‘œ¤F³æÅî/0–8É&t–mP5bà7«y… Pƒ©ïë™SÖSi=ïf±‰\nÝón–-ni{=‹ú×€>­‡_M0ï›Ï¶Í¯Œ¿Ts¾„t¾<#ˆBΤÐË«ªÉÿí»Ÿ–ØT P€Q# h•u–~÷ífŽWärÛhš^t¨/9£ËNr¤ÿ‹³-AÿåyåÖC¡?I Uwk=JwUÝ«¦âkó-CWùðôe#<¢,¨VySm¯gY8—óôk3FrÚʃÁ ð÷mÆnsIß{½ÈpõµÌ@ëYØÅj=ƒ_ìB*Õ¬Úîrj¿nËÐŽœ&m1ÑåîsUÇ&-± Y`²Ø>e¥aÆzxÌÏCIÜëSÔëûJÏ×ݪŠìõxXxoã¬èµŒL?ÔÝ$Ê>{ÃÇØòŽubPÕ.{ÒIBÖÝiÌŠÎØlaaŸì|CI¬=%ÉË\sW[gdéWÇü„„EB{V×Ö)ËïÖø_ºd;;2v‘S‰Mש‘1—9—럊ì`%&#k,î‘QKînçjÃáè±ç‰Äå÷b®Ä½ÇÚ.ˆ²ËðN§T —Jý³~·(1ɇ#÷¥ÕwëÄ•¦ìcÓKë­ò¦ à?³Ü¿Áí‚È[ ´ÞÒSe–§¢·Æªn÷h½“žo5T.”½Æ¤µoì¿|c£MèBTÉáø \\…¶RnX éq~›ôUÖ™™Í_ÌÄiiì|™pñ:¤ÜGn’¦í1Ú`‡"k¸¿ÀXÂ5ªSgYÐk="¡³PÁaªa‹û´2±‘·ó|¢û7É]Óû×€>­G(Ðþl´¹n±zudÐE7»]AWݪJR)•ùHè†ù^/&|óÃ+÷»™*À(bã—ßõYwkʅȵçÒל«*äªÈÙ7Ö9çm²IPê×cqñË=¹ Ä/0(ÕÕ<]]×c]+<)µùw¯šˆ%Xççð·xä-v)½á^TÛ ªÝ¤ãeÝŸÌßn½Iœ(n™GÞ*SZÏÖ¤Ö³°3«¶»œút…M—e¬¼“Muy‰-ɾ¼µëѶ[ø+04ôÇbÎr;wGZ›ÛoµJìz?ŒjG:ZÐù¢‹;]{ÍôÂõvi+M/ò-ÍGŸÜ•yZ#û·„”½¶©ûý({£mË;7nµÝì(|u¹Õö._bï#í,Z³ê\e—¡ªö8’lKºŒy³½ùV÷«Bb7™agÛ@\¨³gÔàÍ•¸¼ÏXRvh= çÂ'b\¨í}m¤_±ÿæ`Ê>©}¼w ß°n7¸ƒ“·Új=²uy£uÂ5QÖ³0Ñ»¥vCæBËlLTe»ôþÍÁ¶†F‰ª¹óÊ´Äendëî¹y)aÅ5¡¾ŸÚ+Îa?‰øq(tm˜RßíeçèµÇGj’Z‘îÚ`Ƨ¢9„Î:æOE ü '‘‡ÐY¨à0հ׫x«GÖê \Òˆ˜íçò6º¤÷/õIfî¾TÜ¿Äði=›@šQ¶ØÎûéç•ÖÿçÇßÿ÷;[$ô\¾›¿à»?=ïÇïübª,£‹µO¶…c™~› ‰t&zÃeŠÕåÌU¶1+\‹Žú—o³‰»,ízÖË6æ@ U×µºÕ&‹ýÏ'n¹Bé¬Í@ëµéZôkžv¥êˆ}ÂŽk…½—§¾H@éf»X›$>»«Î&+*uý™œ{Ðz«.›SÛ]N}–lÝcœª=.±Æ»ì]²éxÜñ§žØ ¹¥ª¥í·_é”Kªi"{­*¾›Kœá2rÕÅÒ­v±ÖÉ‚š}©Öúòì‚ßìRö^ïµ³°ÂÅ`i~ À졼šµÌ&É-SÈÒÜì|£Bž–µÑ:y·Ÿ>oÑú©^ejM— oÐhÉY¹›OñÉY=`ãWžN_{º4CØróN{®wd§ J·ØÅÙöXãN[c‡F9à”yÀÏ;ÓlüJÙ3eàÍÕ[ë¡FTí4|†ód‰•_Ñ»8‡d.™¯­ÈJxzUÓvØdXú˜°ë•}]È´o\Ê^=ÜnpŸ o1Ðz®eV4+4a§Ö‹^ëd¢wžCçBç VµÉ)igu…ªó%¢wZ*ó ·Ûgðï¶@å.ûh'†>]TºÁ&û0aœë¹ËŽPôѤ„e§ò6ŽÌ$µŠY{—0&p'Õ:ë°o•™: ¾v]*Úx*cçÅBS1}j@ ŸÖ³  šbƒÏò}îè`å~÷Å«W#­‡þEÇ(f½•÷öS1”`”¹–µÿ *b½7¥o’?y«þñÔ"×Ò£•{O'.íúôù–a‹¬ã7_6(âWØëu…x¶ÐÅö™{®w¥Ähxå¥*ƒúËw¹õÔ¹ðiÕ™²c}3Wî>gXèPx4€zäb<þƒÅwûõ«Ó¬Úîvê^˜î²y'*Þõcӿئïó§óÉ_o±¨ðhâvŸþ-¬Øí–¸„(u0j¹Kî¿þÆ¡:KÂ3IÛï?È¡ô-Ýîš°ô(ÑàŸÅ®q/8hX‰oÉVGÒÏ–Ä§Ž¡?^îZxXŸtׯ½œ½Ú&|ÁÐU†fì6æ)d¨Î§ìŽ\z"s¿Ÿùv6nÏ{1Wÿ±ö¯Üa‹Ÿúgç⣔£>Å{Üc—Òÿö¡Wýßíšü•¶y‡ýMÛLj ™ô‘pƒû4¸ÙæcÝóº3òØåôÅx‘¨ÍW)yþº‰ªŽz¥/?ÖyêC‘ËOvÙÇ`bî8¡ï»uv/÷öÉ]¦¯íW7bâÐ$5£ÁŒ>1µø„1úTšÉ.ÏRT;5 †Oëó§ÜK¯üþç{tlN&¾†Û+/U‚M€1ù7[Òi>þT_Ks[S×¶XÖ5Òªóå`€ ŒSû”~[mƒ[ξ+åweÞ$Õ ‚c§Äði½£~“\ï¥õV\¬›c ß²ßN¦ž-SË›‰/mÝÖÉ$Q +NöûLp˜.Qø7æÌeFEÆZ çõŽøVŒGN‘jÎ%ðÍe“5 —Ö;|½†Cëmß¶eà׊à ’fC®õð—R«”•RŒ„«ª ƒÖ­Zà×zJ…1@ëÝ2n–_> Ðz15pÓ;“±—WGpäàK‘?bm6†Œºt&†=³<Š-1ˆçgí{ {äƒ-g‚H±ÑQ d¡„ví¿cÏÿ`s5".†”Z%¹ýôáçÛ£˜2ÙàGgôñ ü-úôÏÓÂGìñ—?ž¿Ç;»Öƒ<^œC¯#­^;ÜC3€“zèZïåÕÃ"£¢¢òXÒ»¶|Õ„‘6GÆÞ Kdf¯Àûk‡Q@XêôÉ”IÓŦ|êVÖÓxI¹ûØ”¯ýzÚ\KZ6{}–ÈüÊÇžÖ“±b÷¼?Ã^ørÍwÏË^Ç6|õ"†Mzk[S2x­×ë³…!×z&†f ƒƒÖƤÖ{Û®X4 XWÇÚýúñ¬Gðz{ežG±HŸ{ä…çÃ㦾8gÝ…|Ѳ¢Ê°ƒ?¼óÔ$¼èŸ¾Üz¥Xˆ+šêÈÝÿž=kš¾¥Sþº5qÐZ¯› EW¶Í}Eߪ'ßøøÇ»Và†­Òk‡îðêžLaßþÒHÖ? Œò±?}¶Æ=­†ØÊ‘P6|ö—ç¦MÂúõz°ð’·¾4éÕ‘þ‹ŸÂ^Ù™Áïeùî0í‡NèüÇ{bþr4Wl÷öÈ·,ù=ŒŽLH>ûãkÄÞÚäg?XìœQÓµu%¦ÇŸXüÑ Äã=÷—ÏÖ\&‹ÄAP“´ùe ûãú0zÏÇfÔæ?cØó«IlYAÇø÷l¶}±ø®ãe¨õ¤5ÙîË?!º0õ¹Oà õÐô8‰)Os õÌÕz2©Ä8š×ÿaØ[Vy8Œ´ùM«|\ÈHi^_MÁ^ÜÏíld±ãl“Z¯GVôi³¾¿Ï­Šê쯸âÒWS±Y›R¸ýz]îþw¬«×ƒBT~泩Óçù2$x#O~p+ ÔëÁ Ì;öÎÃÏ® ±õŠhW¾6éÝãü{Ðzƒ)¯Ìg÷¼¿Ízü! ›òþnÏ÷N–‹$‚´ßÿˆêôïÚ`5Ðz¦q°Zïá×z2^ŽÓ×ObØão}¿Õ%¼˜'´w™94xÚý› ­g¾ÖCËm㈩žH7½mS(è/ÈÇ—µß°$b^ÊÖ—q5Á0•ÿ³&nÍsØ‹[’xýʾ„=<Ç1.ëFf7òÊ9’>Å…©6£ÓéWàHøt5²È­À¿ðaöipm®ÖÅsö·³’îþ È'‘Ö{ß•,¨×ƒ 6ÕˆÀ^Ý•ÎïoX+D¯õr]1ÂB[\ëà-ìèr¿ƒaüù¸ljzrà¡÷'aï9“…b^òæ±ió‚»LljÔk=¼I¦q]f‡ý<›òÏ‹Q¯x Õ†ó{?|€¸I[^ÄžYSK¤2ýôZ¯Px·ñ’ò³p­· ŒÓéœÂPçÍß¼ò0†ÍúÅ«\0,C3€§ ¹€ ÁØ×z*þ¸Úók¢Øƒ×z¨ìÜ)ØÓKC™bñ@bdˆ´ž¤úÚ·bÏXtΔÖã¥ï~›þs8Çhõ•<¿&º3UTáù ú{]b­xh´;rù3جžqI‰ÉD»ýç tʸšAk½ÁŽóúÜÉØ[Öù|}NFÐwS ­'®<÷ÙÃØ‹›ãkûi=“ƒ8Øq^İW6†W‹{Æ‘AÚö†=»<‚!ÁÛ\pâlÒ'îå¢~ZoÀñêÔzóC9½ÎÈͳyÃf;ó‡chð´¡0Zo$´žTÌŒÝò*†=õå6ü­Á×Μ.˜§õPÙ˜M¯`Øôlt¸ê{ÞÁæR(´ÞK+·„tžBÅ»ÀIÙý†MûhÍqïÀÐÐë΋Ÿ7¦õÄÕ¾ÿ†Mût×…€àëg\¯ôî'yç_‘ù÷Þ³A¡×]7|ô6õ çdh´3àÇ'°?íHãF²BžŽÍø9„1X­7ØÑdî{‰®Åö~¤øä¤0ë&´žTL Zò 2ëü£Þá‘ÎCÚŒÐz&q0½3¢wÌÆ·Úæn°>{ÅçêY›Íßà;hol ©îÜìãå~Þœ»ÃÍ'((èâïh ;µÞÀã%"»Œa/ZœM¦Ô–^?n18&>1úúñùÏbS¾¼T%ž¡1íiCa.´ž™ZO"GD¹„¿ÓÒ¦€ß;žŸoû¾¬evþI9øã»Ï<¬Qÿ3ý_Ó''W›¹ÆÊüñoÏMÖ7ê/ÿc{<»_žAA´¹o˜ãEÓ§ ªH¶]?@€Múà o}³/±¶_«ø…çW¾?SŸåÉw×3ú¶¹"ìð|¢¿S_ú¿åΉ ¡1³öÚl¼¿~{e{:·w<3ä—Ø´ï®Ðxý,à ƵÞál~WŒ Àömü»utÉ=ŒŽˆ•éºìãû`Sžxþ¥>T}ïÄœ¬skç¼47ÊÌ7ÿöþë¼q'æä^Ý·ðã?=¡ÿÅŠÇf½÷ýö ,‘An¾ç†è€gxöõO×ûWŠî>^‚êðŸ=7ùßø”'íùâ¥ÇˆòOüyîÖË…ü!š>V5åiCd.`¼3ÊZŒê2 þ â.%B°ŒC­gªì85æÖÕvr ¼Ž;]ôŠ‹ >·ïÛg±ÉÿçTÀ.k—›ðs ãZO,À@«Ã7}òñ|%öè¬ +€Yà^­ZïÞ´žH(F Ðz õîMëåfg#ÆÈh½; @€ @€aÃÈh½¦¦F`Ä­Z´h½N­×ØŒ#£õ€´h=Ðz õ@ëÀƒ†N+/ϲK ü’tñå ç)Á.Sã/¿ÅªôËL@­×P?NQ«•¥ä¢„䘘ø¨˜øHR\":6<.1:3+µ´´ˆÅfÔ×éô™ëôÔw1©JYM§Ð™4•J1Ñ;Û çb¡?ð¬—I%6 æLThÅçÂܧ—&üCÊØ©hQ]jRœ‘2¶&^}¥*ÇìŒnde¸œrr:io&®nÎYÙ™`7`|-¼G@ë54ÔSŠK 95¬Û·o÷ù ú[·n¶´¶ÔÕë¬ê¬Lo)ïjƒô¸¶fa½Ä±©Ž:~û;H¥RßMye©H,¨fR*«È<>W àó<>Ÿ'‘HÆW¿üü}]òK/]´tÙâõ×îÞ»óà¡[îÝ¿;"2ìÁn­VC£Q™L†© uu::½šÅb)ò âá2‰¡‡w"ÀAŽ@~.‘ˆáR< T—xEœ~LËÛÙ¦ lÕúµéšdëj?küÒ u‹<û¬BJ+c$ôÚÛÛî˜nÞ¼‰äÞDµFnUÐzÑÑÑÑÜÒÜØ„þ®ÓÕi5:µJ£P©­ª©©áfSÖM­k“h‰Šút“⬢jV³ì`³.\‹@&“*” â>𛛥ä"µFÉpÐN§Õ'á[Ì(ÛøZ#eçïïokkkii¹sçέ[·nذaíÚµ›6mòô¼„úÕÒÒŒ@Úçø ;ÔÁdÄÅG.—‹4¾Ñ H¡$¥RŽ&F—‘²#ÆzjkkàjLlX5ÄŒ® ržBMÆŠcf§Ìq}ŒtáEjÖ/-ª³šê?4Š73óæç’,À\ÀÁé¤=Z¬ò„5W(á‹¥‰L$•‹e ‰\)U¨dzäzd ¥ eFE&¤)äüô‚€'Ñ¿à õ(­‚zT^]½N[§ABé¥ZŽ®èR ’§éD‡nÉ4Ô¼Õ$w@9›´ÌÙmªMº"ð.´¤W©T„ÌilD4 d¨õTzߨ¯¯C ô§XO«Që´š:¶¾N‡bêKË Õj—ÏÆô¾’P” eæÖÖŒ—Þ!­—ššzþüyBî>|xÏž=Hè!ч4`[[Û-}hoo¿æsU/õˆAgÐéh(Q…Br€>©5µ4èÄ/{VWÓ&F—‘Ó¶47!æ°Y6›Éf1Y,‹‰ £ž¢Tôç~5&6ûO\¶=þþ÷»‚¢3JÓk² S¥ü’äkï´(5ô™ò gf‚Å€1¡õº6õ„ÄŽžB%C²­÷Ô%Zø©µ*=J•FÙ©õ&œDŒ€ª„›Ôñ”Ä¿£cpŒ‰h½ ñí¸Ó¡z*4åUšþè"€´žR^.¯šÕÖaäyfÕuQɸwñù\´–JÅ2©„@.“j=¡€bôIb©DŒ4Bm gi½´´´K—.¹»»;::ZYYíß¿çÎ{÷îooǵÞíÛ¸Ö»ny æoïÆò‰(/oÂ:•R¥Q«ðc¢Óª ¯6 =$êUJù„Ñz55l¤æ´ZµNêê¥F­$´“Q ·`¢RNa~8oO[µúhÐóöDÄgñõuÚŒÐþ"Ìãéõ% íÑVÍÕÇID$JEyÀ€À¨k=¡˜w÷}½¼ ´œ¨Z¯<æC9ÛºA¢¨q,ù´Þ`µñÞxÄ/àZGG‡Z«Rið=½Ð“+”2™R¢–gi™Ÿê¸+îtÜêóâ–;7%*æO2Ú¢ñÛñ!ÇãÖÕéÄb‘Z­B+a­VSW§-)+D–¬å³Ñ\.Cñ(U©” …FÍ©a—Þ!­—‘‘áååuæÌggg›ƒîÞ½ûÀ‰‰‰ÝZOM¡„LŸ¦Úñžlýì˜wgOøAg0r¹T£ÁŸÝ•J%lvÏ€2™ N‹\B­Vòù<€?1ºÌf3›››P—ñ½<¦Ád ÷F©HØ>àW`óó&ûÓá%ÙÕÊO–Y˽½¤ä<"I§U$ú|\•ñc›.°M ¦MFÿ¢cZÖ Wß×jä`=`téÔz]›zúïèÉUZøitjmFW§ÕÕkñë4Z†ÐzÌrAVqØ‹ÍÚdUíæÖºì’°Y(|cÂZo`|ü®àZOÿ=ý¦ÒzRµ¢¨Y¶_C³Ž¿Ý`G¯åÎ-…šõ«¼êÃmåî]\nm]½N$"‡„-õ µ’ …I$ 0D«bg]X› ¦ÆZO†?ÀyýóTx^j«ªR%ÄÖðXµ|6:h.).usõûü³Æ¦$;µÞxï¸N#¤I”„½Ä'¯lTE6*."¡×®óA´ê¢ÛK$Õ‡J#_#Ç|ˆr¢üà*ãzUZo.zží~†“øY=ü_|›?V«kë%§ùË+^«çü]Zö'nö´ÚÜgëÔTð®š6Zëò¸µU2tBW©”²9tBë¡ô'Šd°¨å%HhÔ*¤ Æ—Öóóóóöö>sæÌI}@BÏËË+%%EF&þáÒMoò?}‘÷ɬ:«÷ á-þ3é£&ðÐËeRz5 );tŒ4:Ö_mJ…œè‰ÔYJU¥^ë©Ù,&‡ÍäpXHÄ56Ô756 ÐJ%—•¯¥E}G—Dd9Ž>Ù#ëµú¯_m>CqŒ¨ÞÛOëÍßå³â൷¾Þ"K‰üHⅺͨ¡‘ÀtÀXÓz™(-Ð7ÁbIkQQÃ’%åß|}þ´ËÅÓ.•óþ×øûïM¹9q?-Ì Eroh=7µ8ô%Jò§ÂªuZ‘›†TU»E'ØÕ­õÐA½äD£Ò¯µ¾P-¸DÏü_q苨x h½´^]nœr~_§þÕ»* ñu]ü‹º¼&MD‹ÊµUyq»þ|JÜ^Š?~»<„_¾CŠÎ¨.)+¬fTñ™B¢TÉkx,¾°–+àÐU(©²ª‚F£jµj“>^zGh½ÀÀÀ+W®¿¼žžagg—’š,.-ñyüqòÓS}´Ôi•¿ÿtô?ÿ9±G_(0™tµZÅ`Ðår™@ÀS*tzµT*™`=­¨(ojj$¾”J¼|†øaÁF$ôôà?+YZ\^NFî¬Á`T#S Èqäí`”¤Åïÿo×ÅØª“Qôdý3œ]pòß›½ÖYÿg­ãüu¶T–a~µRFÆÝZÏ?àÃT’"+¾ùWÈœ¿ …<‘ò÷i?ÿ¤NNdÑ)AÁ~Mֿ̈́ýÕª…OòJ~ÕIܕ܃‚ò9¢Ê9rÆ ws½øh“ü$ ?Q¤œ¹¬I“ÔR_$¢ì.˜Ê‚ÃŒG@ë ŒÇÙSHëÊNW§ÑÕkñJÆ¿¥[‡ÓX‡?¿þ­ç7êÊuäŽÛ—SNh} ®…`³ñ»¼J¥D+[¡H@|5¯†ÇD*i=—‰þ,+/AbÏçÉdRâ[]ãKëûøø\¼x1,,,&&ÆÆÆÆÞÞ>%%EW§£]»zmÒ¤²É“E?ýéÆûOǰnBçÌá¤$Oxàñ¸HÜQ(•hpÑ¿èX$š€wŠòò2$ܦ¸¸Ë«EW4T*¡õèt\%€ñNi%ýãy»Ü‚óóªÏVŸ_|Àí¡kï~û›oxJwy 'a͚˯¾ê>y2ú£00v´žT.ö8sJ¥Vð„5ç=Nòù܆Æz¤ì$b¡ç97”*•KNŸukniïZ!妇½D&ý™WúƒŠg­Wr6)XK¾Ó v#ÐVhÓ¨ oRlj¨›ËI¯‡ÎB¥À[@ë ¤õtZ‚èˆÐÖ–fÃ1Î)“w:tõøû—¸Cs¿±©®MÍMhÖwÒܤÁ?ðq¯¢¼¼° ¿ ?¿°0¿Œ\Ä`ÑL*:@æåæ"*ÊÉB ¾NG¯®/½#´^hh¨¯¯¯§§ç… œœœìììпII‰*µyEâš5Á?Lûã å¾ÙA/L#{y k“ÆÂüÒ¨UUåäô¤¤ôÄDDVZ‡Í®ª¬¤Q©ÅD$J­(-1¼2Œkª«ie¥¥e¥%¥%Å%ÅÅÅEEÈË(Í&C¿¯G§«”ʦÆFd¸JŒ#ÆÝýkĨ©åÿ{Ù‘óA™m‚>úaÏïÇ.„âîTFlÌÅgŸMþæ›ò5««V¯ÎùúëÈÙ³Ï=ù$ŠÓ£>¿ µžB%ˆyκ …|´ÒC«;©DìyÞ]¡’I¤"¤õZZ›;µÞx7¸V- û“c>,z‚•ó©VxJ+šì­m-mm­míˆ6œ¶ÖVDk Ê|ÂÑ´^·ÖÓj4Ý/Ÿ_§Z/,,ÌßßÿòåËgÏž=yòä‰'пW®\ÉËË“H$:¥Âûw2^~Y¼ðCÙÞ=ßxcX›4êóK¥ßHI.Ìή,)©*-­*+Ë¿q#;-F¡”æef¢R‹rr2““rÙÄpu¤qû@.+‹Dµ5œÚšnm šr™L£Vwƒ´¥ª ®ãˆqwÿIä Åòí'¿øyf.¹W<‡}þÉ'K.d¯\Iûç?+Þy§ôÏ.ž3'ý³ÏÜC©`:`tçW·Öóó¿^à*ósn=øï¡ ¸D, ü×Ü\¯‹A!˼‰ õºñ2)©ó ÿ yÈKÅ”/œu²«SR TðLÐzƒÕzãGgü"@½ææ.•×ÞÖ~³ýæ­›ÄeßBܺyóf{{{Êl{Ü ´“Á@kZ›­T(ÐN‹"u õõ ˆüwvu(%¡ (:®¦ÑÆÖ ºzõêùóçÝÜÜœÝQðpOJJb±Xº:-+?×yÚ´Š¯¾ -úôʧŸNìg3è…99´ŠŠŒää´„¥¬ ——•¦'&2©Ô¬´4™‘”Tœ—W”›[M™°b‡F£"'W)•LM“‰Ãb²õ WGZ¯²¢®À„ßÕW÷½÷%¬Y7{6g™ó½÷jÿò륗(3fäc’{‘³g£T°0ºtk½ÔßÜ/>o¹r¥>0 ç¸Í…3nOŸ*¼âÝRMkõôÌþtN~txk[ëÓzHî±s¿RñóJÞÐØy_#¡¾Zïy†ó„£-¡õ vôZ‘¦CÊN/ônwèR|Hú!ˆ2[Ù­×¥õèÈtzµ\&EpkkiT ú×èŸ(Z)Œ£§Úºµ^HHˆ——’{‡Z·~ݹóçÊÈ¥©X¡”‹Ä}{/|ø¡ç?>¥&ÄOìgÌò²n‹ŠÒ“’ 9ú35>i=¤òÐø¦%&V•–"•‡¿…R!G‘åÅÅÙéiÕù© Rsµ -µ ñA¢¾®N¥–“Ép•€gÌ&6W^}µxî\ÆìÙü7^—¿ø¢äÉ'Ù“'—aXÞÌ™Ysç^~õU00Fžá”+¥A~P»reëåËšÊr]ÿ‘!¿ÕË‹³dIÐG¢…ßÄÓzÄÛ¡EœÔ¢™¡ ¯ôoZÑé¢'Q ŠG©à™ õÌÔzÝÏ5µ67# Æ8¶Ç­îÜéè÷'þèf;±»§Or¢.9vPeÐå$ß”JEUU¥L&AP©UšB©ª¬,'@Š ªª‚HEÙݨTÊxé]·Ö  :sæÌê5«;’”œPÍ Öp9<~-‚]ÃtrvÀ·0‡¿I£>¿ònd’‹ 3R’ÅB€ÇMON*/.ÊJKU)¹™e…7RSj8l©X„’È()5u¢:eeEccƒZ­b2,ƒ¥ÿuâýœø–v}J---«Ä8bÜݿƓ'SæÍ£L›Æ1C1}ºìá‡9VŽa9þ…žL*áqk«iÔÒ’’Ü${2éÍ&u09æmtŒbèÕ4”*¹ZoZßš×\Ó}0–A Tï+^•åwÌ ,6ÓÍÍE>Î/C‚B.CZ©¹¢¢BBÍq8l$÷ ÷õÐc±˜D*ʆ„!…R‰ Ž‹þôË‚¼¼¼sçκy¸$¥Äeå¤å•æ—”àê)(,ÉûmûÖ‘Ñz£>¿ÄBAFrÒz%Åä¢B$ô¬ãó¸h*¡a½‘’‚ä^YaJ--ÈGILz5JšþO&—vÿ¾ž)ŠŠ àB1ÜZÝŒúÈ:£‘ãb~GÖ¬Žž=›Š$RQ¶ªªJ*…‚ ŽýÞ!…òÍ·_‡$$Ǥf$ff§ÞÈIÏÊEdd÷ůY·êyÆ ¹=›ÉÈNOKMÄ_À’›uƒÉ £%nÈh%ùHñ¡ÔÌ””rr[‹n7s‹³šZZZRZZ\RBPT\Œ(,*"((,,@÷ ‘‘{»víDž†Ø½k×½ =x†ó÷MجsO>™ñÙgÅsæäΜ™ýÈ#93gΙ“¦'J£8¿d‹ŒŠ@rÏ餽™ ¡‡ŠŒw­Gܯr™PÀg1™HÖ¡;T^ºgžïèß’âb*¥ É@±Hˆnܰ ­7ŸáD³ ²¢¼ë7³Ì¥¢œ,ƒ}=½õÐ5‘Ÿ——•uã® lDþñ²¯çãsuñÒEK,~]ºlñ²KÀÏïúƒvUAS@&• ¡ì@ëm”„2 ƒ‰ýQ!êÝÀÀUb$åÞSúpÏB¸gè1$$ë"gÏΜ;·`Þ¼Œ¹s‰ß×Cñ``ÔŸáDª­œ\6(P‘‰±ÌC7hüŽŒnÉHÔ øâBÇ9`ÏþÏ5‡«kcIë[ó†ã)5dׂ…GÒ„}Ž`Œ1.çÀü_È9n;6Ï€û ókQŠ®nüàO}çM‘€5€Ñ×zrÙ8F”{ø 쉅¼>ÇCŽŒKŽ÷÷O®–uÇRw½9uæ÷^4‰l|ÛÐRVQ´dJ¥Xf*XÈ¢ÒÙhM1Nzd8dý´ ð@qw‡Ó—3oCr÷q©Ó»ØC_úÖ c^ìʧ±™Ëb£{Ã2¿ýà}Svˆ2òKyR°<0cZëÉè—ç`Ø‹K|ªDÊ+ßê¯Ø”oj'žÖã'oš…½°!IØsê‚S >üü÷Höð® …´x߀^„&R¤#qƒ®­LI/“¶´êÔ&ÖÆy¾Ñ¹\F1’óBÁ/ 8¼øÓ?Ïx÷åÇÿøñ‚}Wrù挂áõÐþ1ã@žpEiÉQA¡¸cøGFÇf—0$”TB ÜÕá ‡‚¶t&†=³œÄ‘ÞÓ ènw!¹ª ªC­ÇOÚøBWÁºaÝ_ûGí> -’ÚôSk?õ ý‚ó¡¯ü}‘}6o,쌜;Ýïµ­7¤ZO|òѽçègñ»{“j¤‘]Z¯æÞê¼D¹‡ôúŽÛçxÈéº F¬k©HëEò¥=‘JmkG›V9gW(ë[ÚÛ›4ÆÏ¥×z¤bU{³Z9R‘sâ÷}0Ã^øríQ¯ËÞV¾zÃ&½µ-’)½¿µ!¾WĬ’8ÿ€àäìRf OÈc3È9y’††‘މf˜hˆÊœ?™2iú£Ø”OÝÉÒ1{ãT%]Z£¿#[¿9å-›ñèÚÙüö»‹0` Ãwþt ›õÝ.×ËþþW.ØïZ½Ù«\ ×0Â8ÐzÏ~öÑtì©ù—*ÅÆ´ž¤:Ææ—ŸG+sì±?}¶Æ=½VfìzÎ ü÷l¶}‰DΉøi:öôò8^çYj#™½ü{_ « ?ôÃ;OMÒ×öå¶«%¢µžÑü½'#ùܯM×ïM~öƒÅΙµ]¢UB;¾øãÁ“{ežG‰Xßæîðêž"qÑñ·±©ÿ ºKg¥ÔÀŸýå¹i“ô§¾8gÝÅá`µ^\uãÍæ:­F«éB­PÈôœØØ°b³/,<&·²VÖ9:Bf~B|‘ä—ËÂãe|fQr|¨>sd\…+ïÊÌ)IK ÷×gˆŠŠÍ©âãI2nÉ7,…*Á³‰¹äŒÄp?ÞžÈ7ixI1šÁÈUÅÄ}g€;…ÑK“!Ââ«Ûæ¾òžúä_>~çñ.­'g‡-zï×0¶¢OSñsýãç'Î5ýÍ8øõÿ^Æ+˜ôä;?9ft6‰¼ùË7_xœ8ïŒ7þµõbOÖuR“·¼¾—GùFµû,0”ðãW?‹V‚þL#© 9>i^6SÖkôsT³Ö÷wméõi¹éùe´m&MwOóÔèõ ­gTë½2'n×[MùØ*KÐWëñ2ö½= ›ùÕ®Ó~AW×½?{l®{©d Õ¸”éûí£ØŸvfôgá%mx{vU.ýj“w¼ŽM~k…S@,É÷øOhÁÿ¦e¶À´Ö3‘¿W/¤¼Üë—®‡ÅÆEûÙÿú †½¾¸‡ò2¼3 ›ñÅÖ“>ÁÁ~O]Îãm~jáù¤ÌŒ™™…4¼×=ÈtgõÙ°w~¿êfÿ731쯖9ÂAj=Z}kJ†Ö¤8 ƒ¥iHl1W,–Šj¨™!!Ñ"¹²'©¨F,•KbMëÍ&EM^xH`dµV&2s#BHúÌ’Ú¨€À”*_"•ò*Ò‚|ãË:%QIø q[«F^[àŸ_-V(U_ÖØÖ¤&žáŒÌ©U#ªÕ6´ÜºÕ $›yÞ~-4˵Q¿>‰Mùâµ÷žŒæý¯G°ió9ƒÔz½´Œ)/"Æô­mB"£‚¯ùg0Gáú ¡ßõ Mf·tÜnÑ*z§Jj "C‚Ò‹é1Ÿ]˜AÙŠEZ/È7‰ÑÐ^¯ìv§‘H*äP³Q ™Ta—ª2ko6à–â½Y`€n8¼rlvJ¤¬ O>2ǽ\,ÊÚûöä¢Pññ—(ïè›ØÃoo<‘”’âå]%1ixI1žÁÈUÅÄ}g€;…‘J ïŬèµ/bØsßí;âwáÈâ·&wk=Ãý>ƒ«_ç¹¶{…FDø:.{ _!ÎÝîêtÍvªëµ=™†Mºìã±ÞŸ0ìñŸ)“˜sË3¸<ÊÌ7¨Ýg¡DRæüÉCØôoÒÙ’ÞIwA3}ònÙœe½f¡£šµn¼¯kKÿ)i|~iÛÝPóÔøõ ˜ÀZi‡{@Zk½÷\*Ä‚bç/Ã^ÛÃ’ óp­÷µ ’$LßÿNÞ[]Kä—Tzþk*6kS*Oªà%á«ñõ‰"‰ _KP)Úå¯ÁÞ8˜#Bñü´íÄf.â¢xú5$ß¶ÉEXAóÿ€½†&¯0çÐëHß…£< ƒc“ùMv‡vù³‡°¿Ÿ¯–v¶üù5¤Zà }ÚŒv^4î¬A6”$«ðø;†½ë€wÖëú7S±7ç ô7¯ŠsŸwö¾Ù¢2÷LÁ^Þ–ÎÄ-opFµû,0´ʼ׼÷†=üâ§‹x&Sˆ{¨ù#h¦OšÌfÎ,ë稦îøCxm19%{Ï/#m3Æ™7O_¯€Ñ`œh=䨕×<…½°<´*§[ë Ó~ÿ#öèY]EDå.ïaØîåâVãRÚµoÅþr8_(eîz{z9‰£Àkûíå~½˜±(’kBë™Ìß«|òõÝóþ6ëñ‡0lÊø—ˆõÝé×ò»k½:ÛgrcV<½ü[špPZ/ºX¨PªTÚ–Û7•Ò^KSüòBG2-¦\ÝZ¯è›„î}ìì耾ïx‰Ì“5‹òHY¢öÛÍj¢’¬ߏоZO)©)O  LLÏ® s;/}„ƒLjþy[ë}ršƒ¤Äþ] yGn?­—oó†½iU4¤ZϤ ­”E‡FªO²9)À?[Ü5¦2 ²uH@|m}ƒFzw­×5"aYtH@·ñÿÙ;¸(Ž·Vì]ì£Æ£&þ£1šDSL±Ä´×Mì±Fcì ‚tiÒ¤¨ˆôÞ¯Ñ{½B=š]ygw¼ãv—¥È3Ÿïçby~)’&›ÐWcöÉHò¢17ôÜòÁõ›þñ–‹.1y c¦òV@k@#sèÏ;lg V­”oë8¤ù‘CzQsµ^¾Ïæ1hÄ·²HË ×ÕÑË„ä«_pÄãªÑ¼+ÂÂ&œòš„í< ´ÁËó69úÓ²I=ƤµºQ¹MAŽs’ÑŒË*S›¨LgüÖÜ[X´žÒú¢óûŠã¶Ni÷+ ëj=YÝ“MC’dBj=^!ñ§$ÅaÃh4ôÓ¿¶¼Lh=|–É#Væ‡öiuE¨96W‡W(ËõÙ2 ÿÞ3‡:Tw5^Hü)Nµûtšr0$=K½Ñ›îæ6y÷¶ŽEÝß:{+$8¨ŽàA–´Nßeá²Jï핺Pvx&Bãמ´½åpÏáÐ\ ª;yä©SÉs’ïMä9(·>§n}5ÒY%3âPö­ŸF¢1[|ò¸†:O¤ø¼^¼´¤LAq± Á‹KSb_-L u¶öˆ+}T]RÔà âêׯ/­¸B.¯§êþ“'’Pw[»PÉ£‡åR¢9%­×°™T–— pu²µvæK$2qjhp(RÌ ®í>¿ŸßÀ’NŸ@½–™·_•ò¥äÇõ[eŸNœ_˜g—òX¨¨Zã,j0¦ÿ ‰þŽÖÎ~Ù5Äã—*‡$„N± ãÐ’cJ(,g¼2kUJÓÂoX»E)†LIë©8/Ö ë£ìûÊ2[uÿÝÈ»Y¡tHšÞ!» ´9t—uhÒÿüº­,ÚùüoïMìŽÐ˜u¦‚†Ì[ºÚ®ÂtÞa;S¨oVJPgŸìÓëÖEÌRë¥7\/Jõ«¶EÖ0|ƒWi™ysý ôÒÞà<5—ê®!õ…M8åI›„í< ´yñW?„º/ÒãesAŽs’ÉŒÓ*S›¨LgüVÞ[h—¤êú¢ñ­ +ŽÛ:eÚå€v§i=|É”á¾iBÄ¢ZOšb‰/¿µ~ôÈ¢ìÅB“÷4ñ&Nh·‚¨S³Æ‚˱ºÖ“È2Ý7Œ@ÓùiL·)ûƒ ¨‹yò1•aß8§«^ä+ôÝçÎYªïí•H·YÚM?‘Gþ™æ°²7Õi’Ù²žÄ3œ™Êöyþ¿OBƒÖºdÑ­SÖζ’Ö{\YÒp´^ Ö“åóïÙ[ߌ”ÔT”Pã®øÅžµg\qMYcZ@ZRV&yâËæ´Ò²bIz¤«µK¨ô³Öcj·D–ݬkæt÷ïG"4y»gê Ù.I¿³kBÿuI#2Yf—òX¨¨Zã,êZOšŸààhëÆ/,.nxúÙc .­¦ÆT’+ò¾îèYúô1¡t<¬½3ªÕz’Ü„»¶Ž.¸TEaë⿦n*Êï˜]Z‰Ì›ÿ7Ù`rÛç®KDZ?ÝÎV¶Ì ÿ_5Í:›OŸI¿(¨í*Lç¶3…úf¥ü?]äÙgø·uÛTÛi=q‚ù}ÖFœòèüg ¿vžÚ‰Pï „ÆnñÉå<‚-ÔzœV™ÚDårÝØz{ Ûú¢ñûäç¸NÙå€.§õ$âæ N4YˆµÞy^A}Nš×æ Äw-·É r2}ˆ+ðìÓwp²ÒÞôFÔ{ñùÈâPnè¡ ^ºë’µƒƒƒáöéxžŒ*TTž¸{áe÷7ÎÇä)UŽ3þoÓis§6WÏüm•'–ò.ãMdÌ7ú> Êï™ì•ºP¸o Bןºî¥óñ7º+º#N»õ.;dÉÖó–NŽWôâ ÄÉ×?ì‹ú¾µçª“Õm‹È‚ür}Ù5ÒY3±,Ë‹8ýv7k¨sE^Äo.dçg¤%&¤P$¥ˆ±Ÿ™u—¥Eز ¹î¾^qQƒCyi!.޶þQq‰¸†^|4/GLÔŸL|©‹K_”š,EܽiKj½ª"åJ¤9‚¸^JJJFŠ îžƒ£½OÞƒG•EyI>¶ŽŽwEiÉ©¢8¾0Sʽ]KNH’žŒÆÄ•ÛϘÚ:Ø›ÛõñKݰüûÉ>¹P1ÆÙ¥<êJ“Ã0‹Œé¿„4WæfÇ. ,J $ yüÈ€ ÐÄBI~F˜«£­SPœ0%QÀvw¶½~/¹òÙ3,} ³‰¯âq Œ&'&$óƒ½lI­W!£FÄÑù.˜cB~°Ç [o¡œ,ÕʃøoF@ÂÜM‰rw:h—V!Íî³hÂ.ßåÌ §5ƒÐ 5Ž)qV'O9yܾënuò³¨çQm¦òV@o ¶«d1wXÎê[“Jw2ïíÁ›\ßy?ž4³wºa}î«Q¤ÖkÐkåúUÛÊóÝJ\0{f’–7¿$/˜sfxÿÛ|ÚÄÁÁRû×7û£î¯ )hÒ)ÎÆ ´ÁyV’dó¥ü¾/Ÿñ=¬ˆÖ%ÏïÈŸoúëqж59³méP„†®wH‘rAö9Ù¨Y—UF3Q¿nlŒBö½E}IÒ¯/škŒFB×ÔuJ¿_Áìý7èdZ_z¥ºü4ª^ëá(t=üÙœá݉¯t»ðÿÎßM/¬3Î4Ýô¿±½)wúŒxyÑ&;‘¤®žÂâKœú}h‘,Vj1çtð³WG’ß‹ú[´Ó;示îúŸVÏþï[¥©¼g²WîBF°öwóGõ¢œè9PkÖ7V ½Çs>¨ðõ>oûí¼4¢ ¿Ÿ;‘_í;ç'§´<ÕÅÈÔÙVÑz ?:ä•"-.nšÖú8'#>ÐÇ…úm;÷;áùåe%R\0+)â®§Q³›ûMw[ë[B5­—z×µîkêÝîDgV>{þ°B&–fóÃo9’ùwBÓËJr¸¶+iþ5³$ÕûÒÆw¦R?¥ŽO!³VnÓ÷Ë(T²aš]ªcÑp@Å49ô³¨ch=bÅd¥Äú×Í ÷ÀèôòªÒbqn/ÈÇņú½€ðDÙ£çÏaAGLû¬Äpoj¸mmoºßŽ?x¡õ\nß»IÖæäÌËð¼–ü(_ëâ¿–n6X5µË@Ë1OMÜ«šŸî´nê»Ò‚wwïâ±}¨ícÀä¥[¯EãK£šLå­€Þ@}Ÿ)d8ï°ž)h¶&eÏ ¯¿ì”ßVû”xüRíP]U啞<£jxþôQU™”*XTQóèéóÚÚ‡¹öÖ÷2jžT5¨¤¨¤’´ J>¬)—Q5•ßLÕøìI ¶äÞ.­%wò…ú‹{¢Q_…çˆÿÃÓCV\Qýðɳú¡yü°º¬XóûTÌqÄïW¿ˆ³T&¯y1˜Ïž<º_&­¿cõøÙãÇÔ±gOV–·í ¶{éfƒîtÔ.@;ÐaþS `}Á:­×­'•ˆÿ0…9¨x¾(55%-1>ꮃ£½WJåóÇrY'p>/Æì§9}ê6bÆ’/ûfÁh¶qflÝ+t€üˆä5d:„:ìú‚uÚÉi'­'.þÃ䥻»;ROô]¿éå'Ì«y^û¨BÖYü/ÈåݱÑ>üûa~Œf (ÌPˆ %2è&yáÄ5ä ÛttØõë´“Zh$eÕJg>¾_U"°ü'‘V>©}ÞõEФ›€Ö­ZèZO".ÚvÒz…@»Z´h=ÐzTý¡Á@»Ñ>ZšGIq‘¤° /;;'+³Ùäåd‹ëþ[ƒ ¸¨H*•¶ä?I¤âÂ"™¤më€N‹o¸pËiÇOvÍà³Ý¦8z8†0‘€V´Ð1…^~^Ndx¨™ñÕ³§N4ógNââQáaåee”(“I ãb¢­-Íuu.6½KÚV×Ì¢#ÂqUmU'tZî… ¾>h­çÊwËwMÅ9¬àŠŽ¡•»OL'´Ð%‘F„…è_Öð½Õâ¢#Cüõuu„ÕUUERi\L”©‘AzZÊ“'Ož7+=zô(5%ÉÔKÈÐ"©¤-ê„Ñ:/¿v:ooíŸoå—4Ã_O9Àt@ë]’¼œ,3“«þ¾1QἸh/¶Ù„…››>~ôP*.°¶0ÏHM}Þâ”–šbea–Ÿ›ÝuÒ$9Qäáv㺥y‡ÅÎÚ{ˆýìø®B4Ú®Ë_ì1¹â•ep;h zžY8’ÿñuÔ%ì“]>0Ääöé;h= ³““•yþÌɨˆ0^lT?>I$h6 >®êɓǒ½KÚ;û¦r'îáÃ+—ur2ÓÛ¢NZ¡wÃÑ.;+£ª²¢¦¦ºc‚}ú8Ú9ÙÙtpW!m×å5¿Ö÷<¨ç´Éÿø:ê’‹öÉ.br»ôݾIr´Ð1µÞÙS'¢#Âøq1‰B>õ¿7ÍWEi=]‹XU=k„«ÊÊHk‹:Õ£ááêœ(âKÄì§›³c§p¢Ñ|¹Ïø9¤ÖH8’°‚ºê"‚}²ËG†‚ÜÖ}ÇW† õ€®¡õx±Ñ ^R‚°%p×zIɉ´Ïâ×VÔzaá¡—õtðk³µž­Õµ‚¼œÂ‚¼ŽO~^ö¶S¸ Ñh ¾Ùoüì)¤VH8’°‚ºê"‚}²ËG†‚Ü}­GCqVÀ¥]¿ ,d±)Œ±ÕuI–‘ïeIN{>_}Ä¿ÅhK­%âÇ'Š^\Œ£“­ö¥ógÏŸ¢rp´Åf”}=µ^rr’á•üü\üŠß·–ÖÃB/üÚl­wÝÒ¼ ?·³Ð¹¼…h´.còR‹Ž$,Ÿ.¼ˆ`Ÿìò€!† ·uß;™Ö+ôß=½÷°ÍTqÿŽí½Ô¢–(iüùÙ¨Û;׳ñûüÛßCÃþïV’AqÆ­C‹ú¡AèÅ‹‰qøá)hÀj·<›6T¦­Ñåίõâb¢„¼¸!cï`›“›]Ëš°6£ìëQÖzXRÑþ/zRR"–xÕÕUØ¿â÷8‡åÝ•µSTª¿¯×èÿä³h½ü¼œÎBçò¢ÑºüxˆÒz‚# ˧ /"Ø'»|`ˆ!ÈmÝ÷ªõŠSÍßBhæÉ8©j¾8Zgõ¼·wÜÌ,fð³àÞ¯£Ñ¨M>…­¥õ |6R­PÊ»üö€áËÞL®ûÒ{u­§nÓv´J—;¹Ö‹ ‰‹ŽÄlj<Œö¥sOŸ=-*‘Š¥´àCØ›Qöõ4ªõê…Þ£GÊËKñk£r»ÖãžX´^^nvg¡sy Ñh]~9bòôñãÇutGþ±óbLGûEìѯl/q$aùtáEûd— 1¹­ûÞÉ´^ûe­'‰:>½×ŒÑÒE…É¢\å‹4÷õÔl@ëµ±Ö‹ŽàÇÅâYŠ9{þÔóçÏE)|Q2")M(-*¬¨,ǯø=>„ °e_»ÖSzÙ9™fæFøµQ¹×Î÷õrs²: Ë[ˆFëòÛ_&„Ô{ø°£S¦;u[æRÄÕ>ùâl¤¹Ê³¸½<Ä‘„åÓ…ì“]>0Ää¶î{'ÓzÒØS3Qïr›Ü0Ý Fõ"*ê=rþλu§>½´/XL”Jt=ô鬡8§ÏÄw¶YÆ‹Õ[ÇYn{wR¢Ôà©ógõ«Óz%Y._Î]ï’Uç]U ´­MQ²ÃæÿMÙOƒtlàôÏœ?°þÍñDƒCf­9˜[TÚHñ·§ŽìKï=ö­Ÿ£ÅJZO¥Ë´‘Q~¾4Í~½üHÚE´^DhpLT/.FÀ‹ÃPZïé³§Êmæœ;9¿â÷ø¥õ(ûzh=åÅ$&&( ½+º>÷¼ñ«²ÜÃ6꟦i õêósss,¬Ì¯ÛZ§§§Q9õŸ×£þLMK16¹jck…-ië¤Õz9Ù™…ÎåmÈÜ:ûÛÆ£^)ÿn4RLÏÙÄdtÐ(m?Nh½‡¨ð ðúÿ·Á1§êEf•èÔ Ôs¥[Qãö¡:õ2¡õnȸÚ'] ´žG»y‹#Ù5×l)ºSQVÛ>Yõ‡gJgŒ@&ßãôo›þ¾“ C ë¨}à~¾nú™½Sk=IäÑé¨ûÌÍWnúøz;›™z&Êê„ÏÐÕ†÷‚‚‚ƒ‚cR KJr}wMA=fl8oËëú©5ãš~0´Pµ¹Lc¹r¿ƒ³­áѯfô¨×zÊ0T¥¢õlHÏѬ]f7ÜÜ®Ÿýn2îý wwêX;9Yøb B“)YÚHñ&ŽÎ7ìô÷¿?¡W†–ÒuYL5­7è}}aWÒz‘áñ±ÑüøX ¥õÄÒ‚BI>ч÷CŽ,\ǯø=>Di=ʾ&­—––ª§I!ô²3.ëi‹„8¿â÷8‡’{Ø&%%™£Ö³´¾–)¯(Ç¥¨ÚBÃB°ÐïTÍ8¿¬¬T ä™]3á®õ²³2ZLQè S³›1õ9É[§ö²B/:=£ušÈÊh5o;éAÏDÝþg"ü÷¢‘ÉsÜ»°/¸ì\pJÇœ»N˜Jïþ}j ­‡P·W…Èj™BBë­p“50n*S.½Jh=)WûÄ ³æ'íæ-Žd×\GhKiƒí±=:¥¾Ì[‘Ô»{'£þŸ^Olÿ¨÷‹KO•1=àè+¨÷û¢v‰g›ÏÛ¶œŸ‘ï(×tcÑð|ÍÜæÙ;µÖ+ðþi$¼Ú6µ˜õÆ’4ëšhfýC˜YNŸ÷G“÷‡H”J•¤^[Ö ÝRwÿKùNe3¦ª”´£òÉ’âÌëï÷FSDb­(áê„æj‹d\‹'\YˆÐœ³ñ2º.ÓG¦K?ÃÅ‹‹Á¨?ÃYYUttHM¶/~­¨”ã ã‰wîÂiʾ&­gnašŸŸ‹]VVúísB¡ þ~sp>¾nMKOѽr‰£ÖÖÉ)‰”HÔ¾t¡A8‡’–‰‰BÜ:w­—•™ÎD&ßjÝ„†­·¤±˜$ºþ¤…´¾wIªÏIñ=õÉ«om¾ÎËHo¤,g˜¼ÍL ¼¶Í›v#6‰C&/\{؉—Þjí¶9i¤Ö3´01Wæ7Ü39U›tæÍþÖì±JifÚ~ì=iòèáÃû55*TçÛ`­7rÉ‚hèËŒ 2S.89k=W)eS™wïÌWoŒê‰£ÑwÒ’M†‘²j2¿*Çmë’iZýÏNÌXsäÒÑoMèK>;1{½¶#›(Š3üéÍÑäcšZ *ià¦,Ñn×ò—ú’yL[8»?êö®³¢õŠ,¯c«g“Ï]ôôî.»¤òe+ÎÏBhÄ‚ùÉÇD†Ì^{Ò;¯’:Z‘j¶fŠb^œ÷­n»K¶E‚#©:ú!§fÓžo~a'h»iŸpý“þ¨×¢3Aé*ùiñ–k†"4_7:³~J¿r80­‰E¸­º-%îÚÇCë ö2iÞ‡?Ÿ´OmÝî·ÁöȽSÝú}uÅ/<ã2Z¾Ì[3&¤Ö[e“Ðfg Æ“šz¿¸ôTyÓüZïš°]âÙš›»Ïχȷá:jáX¨Ÿ¯™ºÓÜ3{ç~†³0âüûx‘÷›ñÉ6›ñ…ÅôZO¸c¼Z»ƒ¾tWþÎLqÀöñHócçìRV­ÇX•’Öc´Qkb¿ßÆ ?yç‘5縯ˆ^þ3\̵xiþ­ ÃÐøbÚÏëÑF¦Kk½Ð ÿðР¨ð¬ø0´ÏpZ/Ë¿†š}y~ØÉ g>§ìëQÖz=¬©©¦¸b ‘˜$:sîdl\ Î ¼¬§ƒ_ñ{œƒóE">¶126¨/E¡¬õ”ëx¸¾˜Á‚®ªª OªfüŠßãœ5'hë¤Õz™é© $ýýzš¨Ç‚ÓøR+5“‘ËÄVs#‘ݬeÐz›Áwùýu|Ñ;èõµ;þÑÑ»zùÔŸ?ýx»“¨-=ieRŽÏÀçeC~ £‘¥‡O÷c¿¹decg«ÀéVtZãµ¥$F„SZÐ…¶Ÿž¦´^µ Õy„Ö{]7ÎoÿÌn½žŠ)Å™ ­ç"%lŠ#ÍÒ@ÃÞßotã¦Ýå_çi¢¾ï]MªÄ‡*D„Èš½×Úóö-'¦{ç{¿_qp¿ifíX„¦ˆ*¯©–óOÌ@Ýgm5¾àamu7³²¡â»›Ç!¤õÑ!S7góßÎ쵞Ùº,dïTÔcæ—\|}œÎ¯Ÿ€ÐŒ£±¥*Å)7-Ù®mãîápeû[ýQ÷ùgxrâhUq¼£¥£—¯ßÝ¿y ¡©‡¢™]âÐ ޤjlEn6ÖVÖVfgVÀ¥öZÚÝKj³iŸuá5Rf›ò"?Á}ÛKDö”ýwSë§ô+‡SšX„Û*`\Dc¾Ñ±²±µ4Òûg×úùÃê9ûW›¸ÔαŸ°uÊÚÎÁöšñÙ]ŸOíŽÃºËSЖyÒß_ÂZÏZÔ6g ¶“šz¿šÚÓ_Bë½g.h—x¶êæÿŸ„CäÛpµxólx¾fìN3Ïì[ë‘?7çzqëûñðŒùòZ¢”Nël‡º/ºàZGXLb^IC§ù±ScZ©*e­ÇdÓ@ë-ÿá¥õr=¿Œ^ú#L̵xi¾÷Ï#ÑØ­~b¦ïfQL—Öz!~á!‘a!Q¡åg8+*噾§BONÀ*¯*ÕxÍ$îîU¦{ý5,䟱á6;¨RDA%­÷ðáÃêê*Š””$,÷Ξ;Ï‹§r.ëi“Ÿ­Ó¦þÄÂMß@ï’®¶¬/E¡¬õ”ëÄÄÄD8y<#3”{•'OŸ¸áâŒ_ñ{œƒóñQlÓ Âú:iµ^FZ =B—ŸÇhLøÕÆä‹Áhü¯ž"¥Cɑއ¾xú€gŸñ+Ïø¥oà­¦>MØæ™”|ïð4|î3ã+ŠDØøôÕ=ˆã~wú¦ •ÌO 3û~áË#ú(>X:zþÿiû$2¸Dç-ßmq™ý¥IXªz¶FL¡ø4뀩î:¶ó‹ycÈÚ¾ê¨'?¹ fi‰Áç?œ4€¼ùÒ}Øœ/Ž+gîZ‚¯þÏÿ#?‹Mž;½/ê¶È§p;ÔjÏÊéƒÉOàŽ[ô³¾_Çh¤Fê½Ð´ƒÉ Œ“¢?Šz5,¨?Dïƒ/mv¥üdjŽa”GnpN  âMÞí‰å„ù¶Ÿ‡Îš>zø ¦¦J…ê\kBëé¥U–Štßí‹^Þé+ÆZˆÔz7¤5UՅΫú!­_îÊ(ûª Ë÷5ÑØí¡%U5¢sÄÓnRòP¡ÓJM4í8¯”4K7}“ª¶ª8à-4xsNUƒ¦ëÀró½^hÜŽÀb*§"QçUBëIð¡|‡û YgrêÄmM4å0ÖkJ5¨ºQS•mûQ_4ú× ’=ͱYÒ ½e–SMï§¶Hp$V½èî®I¨ûÿLâêsâ¬>醮wP&G]ZØÍú;01#%üÚO‹¦Žì«¸øÒâÚ·D©õK¯Ñ9,ò&Ú>¼;šºÇ+Y‘™®½¸8FøÎ1¡á”nF‘Fà´ˆR¢íÆbrèZËètöɜʻszýë#{’Syøk›DL™ W]¸R"¯o}w†¹G žS6:'ÐVÕ¬N¥…ž]ÐŒ˜z+,T_æ,Æ´{‹}âmBë}b%d‰I³#À~RSï—zŽz ”‘|†Í;V“ÜÓ_ùø›èä•sÝ6[oˆ_À¸ÇÆY¯€†~é¨XÝ)ëO¢1›o Tæg“fË~ξÕÓ/ާ`–â -ÒÎäv[G,›'û4cê)ýÂlÑ êÜZOAaô?sš}ž')­»™§ú|æðï\³™oo•¤ÛàË‚áÿWgÃô 'SU ­çšÇbÃMëq,®¢õÔºL™®­õüÂB"Bƒ#ÃC0ÊÏpVTɃ,ŠºBè»$üú@‡_ïç…à×¢HÝãZT)¢ ²Ö{𠪲‚‰À ÿKºÚø•ņBEë©Õþ×±#©”Ü»¨s^!ô2Rq>>ÊR'­ÖKOM¦#)Öì£A½Þ8˜èµÏ—Ï®E§)ñDš¡W~¹dfnatvÇ;Czy÷-!­W4Þò¬¿ˆº/8ž¬nßh£›._³´2<ºn"qy{Ó sSƒBhÒV÷Dîf©IÂÛ—®ZØ;Øùl”„ú|zS¢È)Wh=1Ñúî êÏ]|}G¦\ƒªØÃ$¹Í7N¯¨®*Ivüó³×Æöë†P¯P]Oé\âÔ Ž$êzSZ/öÅ>cðNo4~‹5ã®>MØrKôbà´MÌÌ Ní\1¡¾ïžõOá:‡yŽë‡¢I¿]Ùú²ÆÀM¢’ˆL˦qhø:¯kôZf«ŸÒÓú'5±í*ྈ-*H‹1^Ùi.3ŒeÌIÞ{§¢î¯|ÆÚù†“¹Î¥ë!L™é*«ƒ!\T„§nÔ6·ºn®oâ@[U³:•­ÿNO4hõu¡Z+©,«U}™³Óî!,ö ·öZÏRÀ“¤fG€ý¤¦Þ/† M%PʃH¸ðÇ£—ÌÍõÿùa^_ÔýÕ?o'ÕUÎqÛLláÓN{Æ=6)Öð]M4î7wjmò\6ŒDÿrâ«ÎÏ&Í–ýœm«g]Ÿ‚Ù‹ÓµH3“Ûq±lžìÓŒ©§4Ýié êÐZoì†+öŽNŽNžá™ÅJ’G*°=sÎÔ嶯—í™/F ^KÍRd¥Åév÷E}í5qr±½zÉ&NRœ}gË$|’|û·s–ήnöÆçÿ1‹7h1/`ß <:ol>·{ïEgƒ…Ä¡Äð+Ëû _YÅ(ÛÇÙã³ÄÈïìâës·LE½—E×¾ÞRQDèñíÞHkƒsœŠ>”àÿ¾Ÿ~È[D畺·"ŸÃxNØê&P3æÞhä•%½ÑK»=ãÇÚ3ÿ r6SnW|iA7ôÚ™P[×C´ßî‰F}_.÷‘é¨Û[W¢ð¡PÝ¥½Ñ´?¼„Ô¡H#|‘9‘®ƒ4c' Ö™×`Ë|ùÛñÔÑ„0£µÃÑÀE_ÌïßmêV'ªi¦æø\F9ò*>ͽr¬¶Ÿ'´)­W©Be©õtSåÄŸ•yîÇ a«OîœJi½JRõYåVXW¤û°wˆé{½Ñì¿…uSzêþ»‚&aX\‘¢Åúýðî_3ñ•åv/ÛdŽ·]WØGúÁ JÒfª¬¦p5ˆ0SUMèÔÞÛqñü˜`?ƒý+µ°2ùÄ0$Q­¶Õª¶ÌYŒiÏl•óÜwMBý?2‹eŽIT³#ÀzR£Ù¾X74šœG…A——j¢‘ß8Æ5mÛléÓN{¶3‘Îâ^è¥îÄÚŒsúe,²Ú"–½kÍÞÏYÜ඘NÁ‹«8£>¾í¹Ž˜7OöiÆØSõ…ÙâÔ¡µžjö·ò•¿›Åÿ’qÔQ4`ò²íVñÔ×­HâM~|ü¸¥ÆWvÉ*..•$¸ùüUê.'ê?þ»ï婵(K½}êëcȇFÿÑ3>øÓæëè«’exìy[«gÿl³˜l8j=nÅU´žZ—ýè#Ó…¿‡3Èß74È?,$0<4£ü 烇BŽ¬É J²úô8FÎ7(–ó͈£3œ¿»ŸŒµUŠ(¨¤õî߯‘ËË™ô»¤«_Yl(”µS!!Aìß›––rÿ~5~ÅïqN£uÒj½D‘@×ïÓº [gAþÉ ¹ôNénÇá?ã7ŽE½—†«‰µ#¶šoíâêsø·þ$6(Ã(š"<¿cÄ·Äžðã)›‡bˆÎÙèO畺·Â»§ã‹ámn|5cîÆ;nÐBþ²"Í",>î÷DxW3QŒ¯Þæ÷ghõí†PÏ~ýñ*šyÔ_ `éZ¼ÓcPï÷Œë|ã“ZïM½HÂíŸÆ¨í{V™ÇpˆF¢0H{ñŸHºÖ×ímIì]ƒãøõ7üt®nô‡˜ú(Ñ7Êe”# È‹–;Âv™§/a­w¿ºªB…Êì:­GåÈ%>['!D Å gIUEUžýG}ШMwe”}EºõÊ>Ä’EÕåRd¹JÈCuZOJÖ#!µÞ˜åæŠøg^EhŽNb©²T#¾÷W’9å ¤ÖsãC9ÖïõBÃ7Ô¢EÕjy²!ëø¡Åbçå=ÐÌÓ‚Ò²àæÇšJ=mè§¶Hp$iW}¢(Ö“Òz*“J_a½¼Ë+^ ô>0]cÀ'fá Æ—Ó{‡ñZœs:€Çi ý±ãÝÞ¼)й¹í%¡«-ƒÝvOé6ôs“Ha”-žXXÅ×Mé©Üå7±ã*ඈ¨ë3ÞGg`­·Í3žu2ǺY<¡¾SßûḹwœZ5t™*«ƒ!\ #ÌP÷N)§Á³Vÿ奾M±¯VµeÎbL{¦`«<þæNRëŰĤÙ`=©Ñl_¬MÓrðç5mÛláÓN{–=–ZÝ“wyñ<×ÍãеT|غÖÜýœå„Èm 0‚¹® egÔ#ßžëˆyódŸfÌëB}a¶tuP­MÓz÷BýBƒ°ÜÃ\Ô9÷äÉ“ô씄A™¼4æÊ¢2¡miô•²HíòýòØ«e1WJ#.–†®Êô >®E•Â(k½šššòò2&°ÐÃS¿²ØP(k=–:ƒvÿ¾ ‹GüŠßs©“AëñÕˆº±q´úêÿ«3OÄwúë”åFa*E[m\}ߋܠ®Fá"Î?ª‰÷'6½™ûÅ+›‡bl¾ŽFý`OãŸÆÛHãú£o 44æÞ(i9ôË둤Y„ÕgÑ„ßÜãøÍøž»¦ásì'Ú:¹9Aj=>K×(ßÞ«÷‡Ôzº‘dxG£no±ñ¸éZ‡ÛmÿÈ.Ñxq™J½Da¨õ†quÇbï[‹ªB¦æâèGÙþÇQ8ÖŠQŽÐ'/Zn ÛeœÓ5%i®T¡"Ç k½×tSÊësľۈg}z~pCLäÈ‚ÿ˜Nü>ÎA37§+[ôEšK/‹Êð¡2áYò†iVYJh½Ÿ|ed=RïoˆûzÑÅ•eINç/Z¸ß ¼ët~ÍHÔk™e¦\Õ YÈŸ¸;}çoº`ãæéétù»ÑÄ}½B…3/!4hñVíë7==¯iŸ±–¨vtÍþÝâ¦—× Óck'k ~+ “Ê++K£MÅ ãÛ‹7|ƒƒ½N-èNõ”Þ%.m‘àHÒ­zL ©õÞº¡œÉ‹4úh¿Å-*ðô¼}—†ñŒ/5¦¾G¨‹ÛxNs˜çùÇÔw…q´ˆ/ ¼°´o¯™Ÿ½5¨Û´½^±xÿqÙ8üÎ)VuJ7£ˆ¨8.¢„P½÷û¢ÞïèF°Of¢xä]³#?,‡—™Öª T%ê™Ê«ƒ)\ #Ìg¬Ÿc§°°¹îèä|Û/LH·Nß9Õ–9‹1홂­òx7Rë™Æ°oƒÍ‹ëIfûbÝÐhrÔ–CÝÕ{|Ó¶Í1í´gÛcy†ô'îì…¹a©7ò;ÇØF»ÖÜýœå„Èm 0‚¹® egh#ßnëˆyódŸfŒ=U_˜-^ASë1Ùƒ´赞©õ‚üÃ°Ü °²¾†UÛs2„_M°ü¬:ë^…Àª4âBiØ™’ÐS¥¡'+“œòî5ZK•¨h½êê²Ò&üý}±Ðï,6*ZµN??ŸŸ~þ¿r¬“Vë%y ‰4_7i­;oë`ç¤ÀâŸeýш¯l£y¢à‹o÷Äo¯E)‰uúm<ð‰it}ϓؠÞ5ˆòD!——öÆE,Gù¾ÚKðß_;Ĩ˜‡¢­¿&vc»8u¯„<o¡Ä·­OøÉ*D¤zˆ{£qNäÄ&‚,nù)>ƒüz3–«Yä•EÝÑ”}^1d~¨ñ»½ÐÌ#~|¶®Q¾ ]c) buûðtò†>|á=ÑÕu‡˜¡‹F öëøt¿Ï›§naöå( ­õF.Þ€F¬5 K`nŽ~”y^_A¯ýíÏ'ÿ '/ZÜ´ËоBh½ÊÊ *²-I­—\þ"³¢àÖ¦1Xë9R9e^¯™;¢;ñãýx9¸@Nå H­çJ™…îOh=)Y‰ä¡õDWÈB.­ìáåå;mJø€)Ïò9÷í±½yŒ™µâP°Œ:Tšê~lõ\­ºç.ï ª–•gÜømñ”šŠ&¦,ßf-­ z'‰Òÿaá˜ÞŠïÿ8zÎÇl9³K¶E‚#É0©¢=¶ZÏ \5?úú-4ò›Ëÿ¼Õ«ßrÝpAÃñ%ÇÔÿÒRM<¦ö1ÜæpŒã/cÐ5±ÄŸvßß,ÐçÝ‹!ÄÔŠñÚý¾è·ˆTÒÍ("lEÄ´ø~"ÑŸ‹Ø'ó‹z¢¼ˆÿaxå°w,}¦òê` Wƒ ­¿Y;ƒZ+lT[æ,Æ´{[åq¤ÖûÐ8šÓ6ØÄ°žÔh¶/Ö &§árðþga4ú{§˜&n›í0Ä öØÈk_Cã¾?öõ¨n“¶¹ðíZ³÷s–"·%Àt 溂”a‹|Û¯#æÍ“}š1öT}a¶xÁ}=  h½@?â#{¤ÜÃúݵ±6¿¨sîìùSÿ,ŒÑ_Ry¥&Û¯&'Sí' >vzrˆ·-U £¬õª««ZÅCe­×héiÜë¤Õz"O•øð«+ú£±¿8E)çG˜|< üØ8DĽþýx|åóæGtŒ/Ÿ;``uÝÑÞd߫ݰÖóå±w-Âió|¡úêWj›]9üùBë–üPâîÛ€ùÿwPÇÈØLÿÌ¡}çnÇr‹?ð">^wÊÐÈÔ¸s‡àxž0Üü›QhÄ:ãp>Oàwny?4r ~ÏØí( ¢=vMÅ™‹~9®gdhtî'Ü|ÑÂ'šnó  k`öðცJ9ÐBp$EtëK$ˆv'µž~Xƒü¯½¯të6¨ê¿Â XHe’‡'ΆƒŒŒ.Û0¯ê6g¯[<Ç9e¹nÈ‹æû\ÜøÅWGÝ"É£q>Gf î‹7¨)=ußø&¡[MXD£Öââ&—Îúõó×#ÔsæFÓPeÃ8™ywuq‡O.+îÛft ‡˜vÚ7²ÇF¹n&¹«Ûœ£Þ±L]ã:CXÚb9Äm 0ž©9® •Õgr;®#–Í“}š1ž¯Õ'pKWh= +h=_â1Îß@?z|ƒí‡^x-øøÈàc#HF†j/v7T6SÑzU•%ÅE-GEëµj´Z¯Sx~:‹{£q?߈VÍ3^5õyW'˜/Œõ1ÙñÁô¡ÔO<ó“M4?>îö™/gFÔ—!e«Ø Â©âq¾f»VPEzzmí»ðx*_Õ,Òú+r7Žià ·$ü`Ûÿ·ä•áÔ‡gQßQÓ—ý|Ù/Žk£1Ž?gp²¶0 |ÿ«[4g3^˜Û±5sG*ZïÙÄ+_èÇ7Öµx«?>«¥øÀo¿‘S–l©;ëc¼ãƒÃ{‡úyãg»nÑà\x]}×|];(Òuëd~Ë´ýbIËïïõ@“¶8G²5G7ÊÂhÏ‹ßÍ­¸Ñ¤9lÒßøñÉÖÛzš÷õ**º,ç»6jG’v ùQ7·ZïJhÃC‚ ËôChÈ–áu™äÀ¡a³gS³aà”»LƒâëŽ6:‡Ã ßïƒ&l¹GãF\ñµ ³OúÆ*¦ôÔ}·ãšX„fpÜR‚®~0¸¾XÏAã羿á¯k÷â•m&s´ý¯ G)îÏöŸ°èG[q ™ §=m¸Ø0UÅ}g ÂØàZ+l«U}™óØŒé÷FûØóŸ ïÑo‰nCLš'5õ~5²¡5]¼¯Á·oLª8 ôŸ¸hÃi—(^%çmÓÏ®eCL;íÛcywÏí†ú.#Oîê]kÒ ai‹Ý K€ñÌq©¶H3“Ûm±lžq¬ÓŒyk¥éNËVh= ³k½ógNZÏ'Øÿ^0ÖtÍ%48WEi=½KÚR‰¸¨HÖBp%W.ëPZ¯Õë¤Õz^\g¡sy Ñh]ŒŒÍ=xPU!ZŽd“ããº{Jqí£ësb=þÀW KõÃaA§ ÐA2w:üæ Zèìäåd™™\õ¾åèçäGÜÝk6¾æ¦F=”Š ¬®ÿUŽeU  x6–×r2ÓÛ¢NZ­ÇmûT·o7Ô½í˜~þ[Ñ`¡ DÉÌÔìáÇ•r …àHr {\¸³£éɯ¦ö´üâ½è‡bÜÿ˜‚/W®„5k49žñ;Ô–ÒY–L“v†ÎÇiê°vÍÿ¿|*ì˜gX6û–mžíÓwÐz@§F\X¦«sñž÷­@?¬øšAñ¿{úº:‰ ªªÊ"™$:2ÜÔèªÏJ%âf€ ââfÆFؽÂüܶ¨“Vëñâb: Ë[ˆFëbinö´^k€#É5ì[¦h¿É>íÃ?¯Æ)о¹o êµT/t "„ s§Ãož õ€.@yYÖhæ&†çÏœ<{êD3ÀÍMŒp%ܧê”I #ÃB­,Ì®\ÖÁB²à‚6–×¢"Bs³3KŠ‹Ú¨N:­ÝYè\ÞB4Z Ðz­Ž$,Ÿ.¼ˆ`Ÿìò€!† ·ußAë]€êªªÇ>yò¸Ù]xÁøvùÀCÛºïJë³M€ LZ: ÓZKë@S±³¶ð¼éššœØžZï¯ë pIëÕB‚Ôy(µ–³$H 5#=¨©IN¹8Ú§ÕɽvÐzGmà‹Öƒ«_€™Lš”(òºéÚnZ¨9ií`9¿¶nµÐ­4¹¼®}Zþ´¶2)õ0™s:¨¼øùÓÏžä§ç_²V«êšÈ<¡RZóŒú‹ûòÊàÀä#u‡ŒybÅ¡çRY§E‚il¹ø!‘õ¸²2È/ñiy-±ªèþ³çÔ¯`”•û„Kâ¤=gæ_¦ÚµHô(«}’›ñU?CU\U cO¯‰®F–æV“®=y$ N_^Qà½çµ~hÀ‚…XPH3…aAü‚²zã`·,t]Õ÷®Ï§7 ºÒ)@yÔþã¡Ðz-Ôz; £[…“Æ!6¤©?–¥o µé‡s/h,p+­}˜™ò‡aô.ËŒ„ÇÏóS+jž×¸ÛÅì4Œ=ÿ°¶ZzÑ4z}~!ö9-×È5á¬sªgV@Ù5¬ŠÒ/û91Ç‚ isÝJýPô^gIYíóŒàÄÓ¢zþ±ŠÝ¥j¹×YŒÿ s%KÅê¦>ÁZï´‰J…«bkT©L=ÝK 7¯8•.›&’Z/q/]Hç•‹ÄüTMh=kµ€˜&bY\ÎOØÛJ“¡«ÒZ¯Bkÿ×7ïLÚ“\žýÇÍ]ùËßœÒVW %1G¦’MÌ<_’yím üvÔfÿwÄ” JAëÖ ók½W£Z O‹Ù©3òø‹“§á÷œJ‹|*k«’÷Æ\_Jò(;í !þ3úŸˆûµJôL£öß’?«½ïfM–нšý + £†ªUñ]J°~IùƒúÓ0Î<çYmô¢‰Ú¡«Q;¯¥'?«­JNÞ•­’ßH­çC¹L|´°à´±ŠǪØU‚©§¸lÒ³Ú QÒ>ÕèÝ©¨½Ÿ–¼®Ñæi¢'¸H¢â¨aüµÜgX;_PˆI"–Åeü„ß[o2tIZ]ë•gºü:Mm‰öYi›UÞúª¡,ëžöŽ_vëæ–Udš¾‰j=eƒJÐz õèüZo»ATkqÚH'Üa¤$ñýP‡áø=§RƉa÷kËx {È?wZ¥ù$KìbÈ£ÑG«kŸÉL£vÙ•KÉ1tM8ç”ì*}ŽБ«ªUú¥öa…PºGš¿òaíóœ0Á®ºCXÚì{a«ÍX[û4Ÿmæ‘|Å+Ã)4ý¸aCË=Ž„Ö u¡üQh½SF Ì8UÅÖ¨R/˜{«Í{P[û$%>ÛÄ#Yÿv†o—AœQÖ³ÚÇ•Þ>)ú·2ìnów©4s.ö~míã„è ÷T;AÕ£Úg©|š€“Z¯n&ZYë•g8|1ˆ\”Zµ IÌÌÍ…{™^¼"‘“%©ž'¾š?F[t6óãß­ùRRÊ"Ï­]8uTÿîdaÁ¯¬ÜëT\÷i¯<¿‹ßÌÓêô>¦?ªW Jr NëÕ%­_ü¥jz¡9­%9ì]1mqÏõ>ý“ 1 >>Fc *<‹bO!þšuFX*¯,æ›mýhþKCzmõ³Ê<¹”Mà”¦yþ½îu-âi·¡3WtNáèkH …V_*Šý&/ßü×¾uoŒêET1tκ³AùeÜÂÂzT”ò§ªýUÞ ¬õjªr*I³‡5ñáI òÐã¬ä½*öqW"Jòj¨ŸxZZXxÞ¸¡ånRë݈&‹D_"µÞICµ 9TÅÖ¨J¯™{z5N/¢$ÿ>YöÙãì8ÑýÈVé!²'Ô/'ä “ö©9¦®(ò¸²24@´6 F A„ÖínÕÉÐõh]­Wžlð&y=qO°LÝ@žãùËxÅ¢í¡Aý;èÓk©e/.쑆f¿Þ “×NÅ^–&¿GC½ôScÖz݇h=jü¢ƒa2UéÔ¬ÖË“õÿGŠ%a“¦LÑ[ó-Ô2Õ.Ó°i½ú¶Pï~}{ !ë½ÄÌ7³ä¹·6O Dá°ÑC(ÕöòîÇØBÊ)}út{±ÇjôV˜øáŽ„Kë,£ÆÜ)zÿê;@ÑîóOó™&¹÷ã¨nšƒµÆh PÜ8þÀ"½ŒÞ+ŽÍÐI´ÞÖ+­È!ë`Ëžøµu«å„A¼3©_~oÿ¦ÿ­«õd÷~A¬È‘?ß“¨-]x8ªùŽvŒL^œb½–|®oâ¾p™ŠÆ)O¿þ)y ÿêÅÄ2yiÜñéÄV™'aRèñå 6­§ú §’AóZ/ Ù1Žøã•£á’Š yE©¬\µS´´žBÍ••3?¸X&º8(9a‡O~EEY¶Ó—Cˆ\_ß–4îK§8†¢¢Ð{ó²¿øHåùÞ›FŒÝ,k¼u–Qcéÿš:æVV”¦Û­F”¿+„ߊ²RyIAF_fô1ѳþk= i½âÚDëmÑ‹h]Ž´zœÐWh½=ÿJëÀ€fh½Ôä$wWg\£¦õ6Ž$oþl¤Óz….’ .½žCæHnK\v£…&i*§4Ig.u]*“Þø¸©Óc¹CžÚ'¿š¢õš×z¥Øgë$j›Ñ|ù½ÍÚ·SJô‹Î€»ÖcÿšØõ#Mš o¾QjY㎱„”k(ò—`ö_í.©çÛ¿KܰÖSÜxXXF­S,Ÿ×+¼ù9ù`éÛVY•%IvÛÞ¡R¼Ç{Nù´^qm®BNMi`ca†¯ýð`Ñz¿é…wôã­—´»Ëôè`4Uëáeîlg“’”˜›“›•“•©ò@cÂŹÔ3r†©k=ꪻû; %†q‰Q–ªOÞŠ·#„&„jèö¶%ùí.ÌZÏü-òsz›ü´^³Z':•í«¿ãÃWŸ`ò…MZƒ{XêeÙ‹ˆ÷Ãô‘´Dë)±â—í;vÔ±ïr˜„ƒc,!åŠ|· þŸÝWÔ D¿/< oeÔØ;ŨõòIª±Ä&+ÇîCòéÎ)_ÿ­oª`ÙJëåÑz•DZ¹ 9žÌ¨#),ÈÎÊt¶¿ž–œÜ´Þ¯ºap¡©ZÏÝõFrbB~N66ÃWÖ JùÞ >›5nõI§ð¤¬‚¼ôÄp÷kWÝRJ럦Ó|G'¦ˆxtp yý?aO¨”E˜”òOÏ!?ª5ïX XΨõ* œ)uñ¦^Bñüùl¤Ê3œÍi½²8;%[F<(‹½´¨iä&Vî2­ØsÝ@¢ŽÇ#‹š¦õn~Ѱ}]G„{QÊ;9‹ü Ù‚ÃÞY¥äs°ù"An c»Ü´çP0k½ÆZg5¶N1ù/—Dž{›”lÓŽF‹ãÿ~…|TóX\‰¼²(lßÄ:­GçU.Çæ`æÁƒû9Ùø:°#h½Í—ÃàBSµž…Y.)ô?²qjqõ5:åPTñ• ?SdôT|]Gÿ•FI¥l¤²<óÆwZŠRšú÷¤ÿn–ʲ„+‹º+¾¨cЀžýß·ËQûn–¦·.ó#>¥¦9büä—FQNþ#¼X¹¿´òl—uƒöë¯øb.Z¯$öÄLE'Þ½šT^žáôõȺöê£I¸=ãâ·uŒ-¤\CÁ¨õoeÔ˜;EÿÝ,Ýû ¨›Qÿ´Í(“z~MÞ‡D§Ì{káÌaŠg8óè½âØÌTUU`¹‡¯;‚ÖÛt).4UëaûÜì,š;zJ'ºœü~éô ‰£9ò•·×í·’ß~_’ìväó¹#ÉKÿþ//Ûf+)oD˜÷°oú|®V/E…Ã&ÍýøpˆÚO*”$Úl[<ŽºÈï3yib‰Úo.4¹uñ½}ïN¬Ð&/Ýl-Qé;“<ÏÿÂ×óFÕ¹ÛÞXþ—oF’ݦ…ïéˆ ›îyq¼îš7–ìöÊ“ƒÖ­€Öƒ RÓz%qÿÌè5ód|é ³rYzЏŒýÒ]ÍÔSgôVÞ6žƒÖ­€Öƒ Ò¿®õ*òÝ¿zík÷üº«ÁT÷£ŸÏª—pŸ‰Kw\«_ºÓÚ”§ßøíí©Zý4Èå?pƇ´}ýÖø>ø!³×]—W6R|ñ4­¾Tqͱ‹6›Å)iúôÒþˆâ†ŸËò9óõ‚1½‰Ã}&}f $tkY¦÷ÉõóFõ$[Yü‹~¨XN§h œWôBsΠ˲¼þX9gL_²^Ów`›’$ã/^ØÈè1òõot¨^4ß[¦ 3\·-1ºUjÐÔ÷¶›EI)‡Y1ÖÆ¹#ÊÿìžËÅQú?,Ý‹ì°Ö‚Ý~2íÀe¨|ŽŒ9ž,CÉ}Ê)S$°Ù¹la„O[0»Ÿ’€jÔO²¿hÄü7&hå‡ÌZó÷­¬2Ö± —¶Zè*íº üï=J«zœü§ê9÷í›cÉ.£ƒ'ÌýøùIL–¥ÄÑC´$H õÚVë)#Ü3õ˜ñƒ¶ÓÝ;g×GhúáH™ê¥;ƒ u9kÅMOû ^&tɲݺ¶®.×O­‹ÐËûË/¾ûš‹ÛMG£ƒ #ò£ŠêÕÓе&áaááá¼ Y…ŠÏÒ°C³4Ðàwv\²uuu4ӳЕâÌÐ35аåû®:º\×Þôº&ê³ìЍŒý•òaæ37¯[®¶Na¹òŠri´ý5;÷»>·Ï= ¡)HÔ|o©ÐÌÙÕÕÖàà§ê·Â0¡Œý{mœ;¢¬õ˜uŸõ›¡§ ¯›ÅµÛ©e\µÈ«k(Úx² %×)§<ÿónÿ‚h}xÀ膛ƒéñ¯gö¨Pœý´xëKW7»Ë[ßꇺ¿q2¦„y,èãÆ¥­ºJ».(ÿ§ü¬sý†û ³# WŠ3à ©„ü9ëÂ×~8yÍÑÅÍîâ×£ëÜ`Óz\<@ëA‚Z¯ý´^E¶ÝÊ>hÖ©ºç9ó]V÷G/Œ,Qºtg´Q½ìϳ_¡‰¦ýC^F–§/DèµËÉe\‹ËS®¾‰Ð«„e=[X‘ëðI_4êgo±Z¦ÖÆ;ŠÌòÔkïi¢1[ƒ¥k=Æ'Üä™V‹»¡7M2å -¹{˱ÂÊÒDýÅ=Ñø!2ÖCkãØ.«ç2ߟµÐ൙r.Ïr™0Ìõ(Ç“m(¹M9•Ù’eµ¼·­þæÚ‹#›ágey†Í‡}ÐèÍRÆÓÆK[-t•v]4ŒsªÑ[uó–ÁÿЇû Üóåj’2/%NÁ@ëA‚Z¯µ^Qè®ñj yÐW·$J—îŒ6ª—‘EA[Ç¢‘?ûJÈš ½Ö DSFs-^)õþa8¿;¤¨1 Rº{ÒüÄ%Ÿ5³4I÷5„æé'—5QëÉ’ì÷6wL¿nõ0Õɇæz˵ŠÒDíWšo”VÆvˆkmÜÚe÷\£ýÁ„úÍüt‡®—H&çªõGœEC)Å“m(¹M9•‰²s<Ò\åV þ!¸æøY?©ÌcA7.mµÐUÚuÁ6oü'ÛÒ\åJãËRâL´$H õÚSë…쇺ÿOÇ7:*²Ž(^ª¤BùÒɦÁ…7q±7â§{Ô…·øÎ7ƒÑäQE\‹WJ}7i¡q;‚×zä%ñ'®ùj¢U9³4™¯_ÁA´c,ö̇‹Ö+‰=>¡ ëÏÝð v=öºƒÖãê-× ±¢Ñ©̇8ׯ­ÝFïHÊ%BKÛWLêŽÐد¬RK¹i=¦gÓ /âÉ6”ܦœúÄ U.ÍñSIw3F˜.n\Új¡«´ë‚%ÎLþ“õô¡•œ,K‰S0Ðz ÖkÏg8ÉÇÆ†oð( ý ý5nÞ‹«¨§¢ð?_BƒÖ{ÑިȲ~¯õ‹ê3œ9öö!2EÊÓ,WhbH<ø'¸0i¼y5µ¼q­W฼šqŠGý€`¾ÛÇšk=Vo¹VH=8Š|8ù×Ú8¶Ëê¹ò­ÉøÓXà̹˜PÒˆÖcŸ0ÜFŸu(›¬õ¨ÚF|_çŒòƒ‘Íð³,éê’žØÑs„éâÆ¥­ºJ».XâÌäÝ£¤þê’²,%NÁ@ëA‚Z¯-´ÞØ®:Ýpu¡p½§ø0‘¼àÞ¶—Èhãæáádvñ´… ˜øôÓÕ¸Ô“àÌR&ŽÞÜŠ«¨'yŽÓª¾¨ïÿö›»¸;ëÙ T>õ#/ðÝ1¡¡ïîºlwÓ㦱ÑÍäÒ Ið¾é\yÐÄÍÃAoË‚>Hséeùé¡¢Øã³²l¯ƒ››Ûµ=3ó}½ÈƒSšôíç»þÁAž§to\ë±zË^!+·›özÛõ¯ÿÒæC\ÝãhÉêyi’Ãù‹×Ü}ü½ί‰z½k‘Qƨõ¸LŽJŸe(›®õˆoÙ?¡¾ó9gíêááxéÛúoáì'šµçš›§§³ñ_k&k ~\%¾'‡)ÂôqãÒV ]¥],÷õ˜fˆâ+bF}|ØÄ妣éß_ÏêYÿ1ÌK‰SÐz Ök­§š†}ï-­7(Iq?¶z®VOòHÿñ‹÷Hp~Yî­}KFõì¿Ò!ŸÉ†û…7‡âªWûò‘ùÆ×‡!ò»ôçnªûšˆ>èNô17y¢4Ýëï5T¦æ¸·~¼TPþâ«ì­¶,G}…<ê3rêÛ¿¹dÈi?}&G]ùa!õ­õõ8j·ìòxËZ!9ÿñ¤[ƒg®®ÿ2–CÝãlÉâ¹,øÀÒq}¨â^^¾óº¨„íÛl8L®Zy(›£õˆ_pð9ûM](4ú™¹âPŒmò7ømˆ·§ŒPLS–o3­ûý †ÓÇK[-t•v]°ýà !žÕØìxw"Ù‰AÓÎQþ馥ÄÑC´$H õZQë–o΄߿:ÐDmŸt@ëA‚Z´h=Ðzh=´$H õ`Ç­ õ@ëÖƒ ´Z´$H õÐz õ AêøZOÆsÐwO§¾Ñ±,ÍuïêµÇ‚e,6y~ˆÞž­gBe홺Öl¸Ä ø×ǽü[£ù¯Oé´$H õZCëÉs½¼Ý Zi "=™úñ뵞›6¼Ö•$Þst È,o‹O Ñu­Ùp‰[3», Þ;CsØ*‹Ž¥¬»Ü'Å*$áºß½>²q’ÒüÈ9/ÍrÕ°ÞÓw“¿e <šMš“íܵVÒÿBýh=H@ëµÖ+M¸²xÀˆå‡=ÓK¯îÔmÚiÀ–1hô¯þ²~aÌ%nÍîrq¼îš7–ìöʓÙ«í´ž,ü—QïyÛ ]¼}¼ýãòËòní^2oõ帒£Ù¤9 Z­ ¤Žr_¯\–ž".c¿ºS³­Ç)nmÐe µ´^Y’îk¨×ŽNÐz õ@ëÖƒ©Ói½ÒT÷£ŸÏªiŸ‰Kw\«_ÝÑÚ”ÿ?{÷×Ô¹øüq!¨­«nmµÖVܶŽÚÚ«m¯Ú[Gk‡µí­vhëuÛÛj[÷Þ¢"*KÁ­Ôˆ 8e™ЮßÿÿI˜„$D«øy¿¾¯û‚䜓sžó`Ï÷æ@’NxµC³ºÕt?àO:¾»píÂÑ/·q¾©Ö°Ë«Crò ËX½ÿóÍêèW·oÕïkç«JƒâS¢ÝÜK¹&û¬ŒÚ;íõ¶ÚW žïÝ¥®Á…±Ùײxáš»ãÝöOV×n¨fÓž¯»X²Ïwï®Ì ß2¶O ;Ý^6ë=ãÅ=Ž›¶b¤žZ>ºwËÚÚm:´±5ZUúM>[Arbɨ›×Òmªÿ¸-!9ú÷û¬ £aò“ý&plQW¿ýúÞœâ./zÇР˜=ðr†•2›u`°èº*Zmû!Tà¼[ÚÛ»“_;È%êŒ8”“0²®xáÇH•¹®gt‚òSÌÒµeÝv§ê­b»ñ€§´ÙheŽ™Ìê LE맸Ì$„B×èzéz9çfv5Ç®õ9yÜkÅm„èø]˜ÂøêÎÂ2úëäÎ3]ô\ýY{m‡x}ÆÆý~¾û–¾×JˆösCsË^}†‹¯ÿ!o§ƒkW–ô‚Fïï<z144ôZ²¢À¨|e'm¾Ù[óú{íZ<ºSÍ’ c ¯eñÂ8_~ÙÓÅ#àä©cÞ«F·â¹ù¦½2/r±£¨ÑyÂöÃgÎù»ºKPßã¸È/.ì\M4øÛÔõûýü¼7¹EÊͲQד‡ÌïTM4~cö6oß}kÇ÷´¯oŽQ—´³ÃXºÔtžá|ÀÏoÿÖߢîàí7Ô–Áì—o4lìz6BùÏ»…½5–š¯®9­ö‹—cs4V»^é$:Muö?rÔo¿ÏÅtM…wãÁNió3ÐÊ3Ú~…¦¢µSlÃB¡ët½òw½‚4!¢óÒ«*ý#™¾#ë‰ö Âò ®î,.cüÆS†ç`{ñüºë·üø}„è±!Nmëêšøm}…è¶Zwñoõ~¹‚T·7ìDëÉ%ï(ݽáÍâkÙrCš&Å­uÑwgŠñïÇ)‚¾j&¼ï•¢©¤qËM÷ZG4ÿêDŽõ{8 Ƨ@·J³/­’Ÿàò¦½h9)XnúÑêFÃXªÔÜ}—PusKÿZ¢Í´ ‹ƒ`öÀË7åézeBÎ{¦¹½µ6,R¬v=K'Èú8”¹xJ˜›Öæ˜á¬®ØT´ü”MH!„®ÐõÊßõ”!ÓÛ”úQ­ÿÑQ™ÁÕÅeŒ¯ß”ç'µM¿ ’é¶œ}äƒ'Ås .çÚºz¡üÄØ§D›”eu=å…im„ý0ÿ¬Ò¿Üdñµ,^+b=çŽèÞ²nu!ìžxBõS£WTD¬ÔPˆº†OÝx$F¡¹×qK ™ñ´°ê›Yhs×Sš®¢Òþš™xqKœºÐÊ0Z+5ª›k» ÑË)QmqÌxùF£B]ÏÒ!Tä¼›=„ûÖõ*¼xJ+ÍÍ@ksÌhVWh*Z~ʦ$„B×èzèz¦µ5^Yt9<¬8á×d†Ww––1ézÚk¶&_œÖw½œã7ÏÎWÚºz¡?µ•4?NÙÐõÌBÏ»ÙC¸O]¯¢»ñ€§´ÒÜ ´6ÇLÿŒòOEËOÙt€„Bèz]¯÷pên{ê³À,¹¿öð^ ÌÊ2¶u=W7º2T†Îk'ê:böÿÛ/¸åù–ƒh2¦xƒ†7¼Yz- ‡–åýFMá¸ôšþã3ýß¶7ßõŠ¢¸ºLêG]×ÜÈ»—q+HuÓN4g|géC6¼‡SwÈÒ*EÏæ'îl/srM»^~ò^í¿>+·eîxùFÃh¢VwÕúnKȯ`×»·ónölëzº³iý•ñÓTÖn<à)mvZ›c†³ºbSÑòS6 !„º@׫ÀßfÑdžÜNˆúý'­Ùëèã¼f™kT®öî¶õ¢Õg;ƒST––±­ëÚ¶ºÑ•¡æ–ϰ:¢Î+swûxíØäeüË;² s…¨ÓkÜJw¿À@ïõŸ´(þC–^Ëè/RÞ=4yØ‚B´ýdõ“g‚Ï^Ú»Fé cU¬×ª5.§Îœ;áµjdSa7Ð5Y}Oã¦É šú¬Nßàq(ðǧCqªÒ‡l4>²àÙ…h:dÁNÿ@¯M{;û¢Tåëzº}qó?ä¹iJ¿z¢ÆKK"¤Í³0f¼|£a´ÊÈÅÒ4|}ÖV/—™Dùº^λù½µ½ëMë'ÈÚOSÙ»ñ`§´ùheŽŽCŦ¢µv[&!„º@׫Ðg.äÅ,Ù½Y-Ýi½6ýg•I«ÓÎ~­y­zC¼2--cc׳mu“+ü¼˜Ý_öl,tßÐ}|@¦Éÿç¯N9µâã>ú¿/ªÕkÙiðÂó k‡cƒCÓä„o[¼a÷dó®Ÿy¥åÿm–àùZ;èx¢ýÓöÅäÝ㸕<Þ¤†öáZMzÍÐÞhzÈy&M%éÈïéW±oýòçÎgå—õöhé®×´×KmìuÖ¿ÓȦª‹?TÂÜ ˜=ðrކéÇ ¸MìßÚ^¿¶CÓ¯NðMÖ”£ë•û¼[Ü[»žñÙ,ãÝËn<Ø)miZœc&³ºSÑú)¶eòB¡ët½ t=ò8De®˜B!„®G×èz„®G!„º] ëº!„Bèzèz„B!„®Ðõèz„B!„®ÐõÈ_Mæ…M3'-QÜÓvrc}6ûÅ*-. Nô›5òýEÁŠGãp!„B×èzf×SÏr´o<Ì5I-µÙÍÓÞÞgSòÓߘ»ûÙßHnÄŠþ¢áß—g˜_@÷±×ïÖ~ÔµüäçO‰ÆcN(Úñ©TVÒ´y̧cE!t=º@×3“tßwŸ*ùA®Ý¸}ßS6‹Ï³©›\ÝøÞK¯Í8’¡‘ªÇÙ‰-E‹oÎ(èz÷T÷b}g½Ò¨á[{’Ôeu½3ZÜ·`]¯²¦Íc>ý+B¡ëÑõºž™ÿ“?uO?!ZéxäÈ!/× Ç¼ÒD»3¦çsù—”#UV\²RSÖûzyW~v´ë´äªŠ®Çôc¬!„®G×Ç®§Î8³Ã%(Y] QD¸m?­Ð˜ëz—G«ŠÉ¿u|Z!žú4 ½èNBuʉ%£^l^KúIwx¦ÿ¸-!9úþ©Ýd‰vs/åšþ®Yê©å£{·¬­}ڡ툭Ñ*+[ÎO=2gH×–ut³ë8õŒ¢ô#ÚHøþ.ªéV0u_´öE59á[Æöia§]оYï¿h—ÌOö›<À±E]ýîÕïðæçpyÉPXܤƒú?߬N5ÝZö­ú}í|UYrDʨ½Ó^oë }ªÁó½»Ô-.G¶ïªQòbw¼ÛþÉêÚ•j6íùñº‹9ùÖº^AfÀG=Fdš¹zÏ:0ØNt]­.ó cépÊ5ÎÑd†¸o LRi ä×ü¶í¿®°Ø;L§¥Óaå0Ëœ~fÁÆÁ±¾X™gÖÚܳpÒÍŽ­ù·°+û\æXB¡ëÑõ€G¡ëå'{ŽzªfçïÃÙAßv¨ÑlÌ¡Œ2»^¦ ÝçzÂá-¯ í·òùª‰ÆoÌÞæí»oíøžöÂáõÍ1js]¯Ñû;φ^ ½–¬0þ3ùÅ…«‰›º~¿ŸŸ·ó&·Hy™[¦:û9ê·ßçbº¦ô#9çfv5Ç®õ9yÜkÅm„èø]˜"/r±£¨ÑyÂöÃgÎù»ºK¸»ÁÎ3œøùíߺ`ø3BÔ¼ý†Ú†”Örñõ?äí´`PcíK„ëþvŠ&ãØ¸VB4{k¾ÓA¯]‹GwªY\ŽlÞUã“•/¿ìéâpòÔ1ïU£Û ñÜüRáF]Ïò;5†%ÈÊ!MˇS®q6ˆ:f}‡º¯oŠÎMóÕ¸f§yæþ¤Œ™icùt”Õõ,O? ãoãàX[̆3kmî™?éfÇÖ€[˜6Vö¹Œ±"„B×£ëB×SÇ»¯/žž”•~|ÂÓâÉá{“Tæïá4îz…êëº ÑỈ\©÷y ­#š}y<§èMŠ—7íEËIÁr3]ÏÒaú4ÿêDN©ËÞrA©÷õ«§y q—ßĘé;²žh¿ ,3è«f¢Áû^)šR×ÛwWWÝÜÒ¿–h3í‚¢»¡‰ßÖWˆn«µå¢ Õí ;Ñzrñ›Y†7=Ú¼«)R“âÖ¿ºè»3ES9]Ïì! ˇS¾q6Šâò¢.Õk¿¼êŠ,~×ຢýô ¬‚²î'´v:Êêz§Ÿ¥ñ·mp¬M[άå¹gé¤+Ì­¢Ì7œ6V{8 !„®G×ý®—ºX=QwØþdÙ™ ­…è¾òºÚÒïë•îzÝŠºž2dÆÓÂ~¨ofÉo“Ånì!Ä‹[âÔ¶w½R1û …-[èzÊémJýCTÿ££2EÄÚA …¨ÛiøÔGb³««n®•ް—S¢º»!?1ö)ÑfÆ¥ôꦵöÃü³ mèzwÕ¸ÅzÎѽeÝêBØ=ñ„´D qêJîz†‡`t.,NùÆÙ$9'Æ55û­»!ü©“íf˜œRÓÆÚé¨h׳x¶ ޵i`Ë™µ<÷,žt³ck~À-lÁÊ¡Ñõ!„®G×ý®—ï2üIÑtL@zú±ož·Æªlêz·¼†×öC´÷pê®fí‡úݽöŽÓ^{÷Ü\®®§«)¹·aË–ºÞ…i­EWÖ]+Nøµ™ö#,:pý”ÁmkÑê#·•™ëíØuºëíu9vC4¾™h=õ|ñE¾ý0?Ûºž•]-N^äâ.B<=jåÁ Ð`¿E=«•£ë)ÎOm%š|qʆ®w÷JŸ ³‡S¾q6Þ¬"xÖs®ߪ+òèu¯Ú‰g§ÊÑ”Ùõ,Ÿ+‡YÖô3¶ ޵i`Ùµ2÷¬t³c[êA‹[°rht=B¡ëÑõ€ªðûzªW{væ¹ìœ_¦?W­áûžÉš2»^~ÚÑ)Ï ÑèãCÚ¿ÍRpËó-Ñ|܉¢~‘Ÿ¸g°½t¥xÎäGeè¼v¢þ¨#2³7Ñ¥º¿i§ÝˆÑ=œ6nÙÒ=œºÛŸú,0Kcñ«ˤ‹ê®knä™®žŸ¼WûÚ_Ÿ•—g7 .˜õk5SüêÖïá,{W5YÞoÔŽK¯åê¾ÍôÛÞb×{/ÐtUQ«»ˆj}·%äW°ëY9œò³ÑÞF,íY«ÎÀ1Š„=CŸ¨á8ô„16VO‡åÃ,cúY8„{îz¶œY+sφ“nvlï>hq VÍêXB¡ëÑõ€Gåo³æ§ú}¾Û´ ™FvaÁ‹Ï¾çž¬6×õZ}¾ÃïPÀA—µó?íÛXû™ 3Žæ‚,xvG!šY°Ó?ÐkÓÄÞÂ~À†(•ÉE¬æ–ϰ:¢Î+swûxíØäeô+K𬠩ÏJýqàô ‡yìp:§²q˺ž´ÍÓ“Û Q¿ÿ¤5{ý}œ×,sÊÕ¨b½V­q 8uæÜ ¯U#› »®ÉEïÐé–uó?ä¹iJ¿z¢ÆKK"òl?@Ó. »0×Qˆ:½Æ­t÷ ô^ÿI ‹]ÏÒ®žˆ¼°„hûÉê'ÏŸ?¼´w 3]/?~[oéd}¶38Åø£”‘‹¥Ãkøú¬­^þþþ.3;‰òu=k‡S®q6ØfnøýÚÝ——ç<¼]ßÅ—äæ~Ŭô´±|:¬fYÓÏüøßs׳åÌZ™{–NºÙ±5û ÅicmŸ­Ž!„º]xTºžî/õ•úÂ0é¾ï4.ùA¶kôlŸS6O0ªª¤#?¾×½I íooýòçÎg囹΋ÙýeOݦª5ì>> Ó䎼ø€E#õµšôš¡ÿ$›¶lþ‘’m6«¥Û÷zmúÏ:+Ó(‚çhí ?œ'Ú¿1m_L^ÉõvÓ^/µ±×}¨@§‘?MU—ïM»€:åÔŠûè?EBT«×²Óà…çåÙUãÖ“¾ylñքݓͻ~æ•fú‡êô£³_k^«Þ¯LÓ7È¢Ü&öom¯_Û¡i‡W'øêÞõµëY>œr³i•+{~š™6–N‡•ôqú™Œÿ½w=[ά•¹gᤛ[óniÚXÝç2ÆŠB]®<2]Xè_„0÷!„Ðõèz]ëmB˜{„Bèzt=€®Çõ6!Ì=B!t=€®G×#„B!t=€®Ç¿x„B!t=º@×{˜£Nô›5òýEÁ÷ñÃ5™6Íœ´Ù÷õDä^ÝøÞK¯Í8’¡¹oSâ±êzÚ!õõJ£†oíIRs±D!t=º@׫¼[c7övƒ¼³Ê,>t½‡­ë Q½ë¼³Ùù´ë†®W)]OUV\²’ON'„º]¨ ]//vǻퟬ®ý­Ù´çÇë.æä›¹xÎ:0ØNt]­.êe©§–îݲ¶v-‡¶#¶F«¬,ŸŸtpBÿç›Õ©¦ûwÀ¾U¿¯¯*Í\¯jÿì|‰:#ådŒ¬+^ø1Re®ë•h7÷Rn~ê‘9Cº¶¬£{À®ãTÝn¨¾§K#íË:<3`ê¾èÜÒ/ªŒÚ;íõ¶ÚÕ<ß»K]ƒ æ2W7êb†Ñ´Ï–7íƒ)'–Œz±y-Ý õ·%$Gc®ëYZÌÊðZy[Ƨ@qf‡KP²tnÛE+4æº^Óþ½žÞݯ2×õîñDX:pÃÏ)(=%îeäKO'Û'˜&'|ËØ>-ìt#Þ¬÷Œ_´Kæ'ûMàØ¢®~÷êwxsŠs¸¼d$+pf­ŒXl›À„Bèzt=àQêzùòËž.'Oó^5º­ÏÍ×]'[ëzò‹ ;W þ6uý~??oçMn‘rkËëK\ç.¾þ‡¼ j,DÇï•f»^ÍWל½zñrlŽÆj×kôþγÚ%C¯%+ ô/Ñiª³ÿ‘£~û}.¦k rÎÍì j:Ž]ësò¸×ŠÚh_4LaÜS2Žk%D³·æ;ô÷Úµxt§š%Æպ˜…a4йq+‡ÌïTM4~cö6oß}kÇ÷´¯oŽQ›nßòbV†×ÚÈÛp€šüdÏQOÕìü}˜";èÛ5š9”a¶ëõXùÔìNÕízÿ¦0íz÷x"Ê8pîg4%îeäKO'›'X^äbGQ£ó„í‡Ïœ òwu9–`xŽœøùíߺ`ø3BÔ¼ý†ºÂgÖʈUìgÁ¦ L!„®G×Ù{85)ný«‹¾;S4Öº^Aº×Ð:¢ùW'r¬ÜDWªë•|N´&~[_!º­.~‹Ð¸ë}œ´Õ®gtÃ^©u Ò<†8ˆÎK¯ªôdúެ'Ú/Ë3üS0©no؉֓Q”ºΖÕ-Þci8Œ†/gnÜô6ûòxуù .oÚ‹–“‚åFÛ·¶˜•áµü”M¨Žw^_<=)(+ýø„§Å“Ã÷&©ÌßÃÙcCœZµ~€ƒh?õdfA×»×aã[½‡³Ü#_z*Ú<Á2ƒ¾j&¼ï•¢±2·U7·ô¯%ÚL» ¨à™µ2bûY°eB¡ëÑõ€G­ë)b=çŽèÞ²nu!ìžxBè¯Û­u7eÈŒ§…ýPßÌ u½Bù‰±O‰63.(ïg×S†LoS꟠ú5ìeÊ ÓÚûaþY¥éÉ–Õ»ž…a4|9sãVêA•ö·Å‹[âÔ†Û·¶˜•áµü” ¨NÝ?¬ž¨;l²ìÌ„ÖBt_y]mé÷õô«NØ÷^#ÑbÌ¡ÄË%]ïžO„mnµë•{ämèzK±vPC!êv>uã‘…Æìꪛk» ÑË)Q]±3keÄ*ö³`Ë&„B×£ëV×Ë‹\ÜEˆ§G­<ì·¨gµ¢k<Åù©­D“/N™ézºëÌ¡~Æ]Ïòò¥.YƒÆ7­§ž¿¿]ï´֢Æ+ë‚.‡‡'üZ‚¬Àèjºö‚ÙÏ\ŰauÃ]²8Œ¥ɸé÷ÁàAUœöR¿çfÓ®gy1+Ãkù)[0?Þeø“¢é˜€ôôcß<-nUYízÍ-ÿ/ZŠÆïþ<µCq×»Çaã[ïzåy[ºž•ãÒÈ¢×Oܶ†­>rKP™éz±ët]/A]±3keÄ*ö³`Ë&„B×£ëV×Ëò~£¦p\z-W÷m¦ÿÛöE×xª¨Õ]Dµ¾ÛòKÝÙêþ¦h>ÎøNËËWf×{/PÛõ”¡óÚ‰ú£ŽÈ¬Üb§»Éí©Ï³,߇VpËó-ÑdLñ2†·Ú°ºá.YF£;ÍŒ›~¤‹Ž%?qÏ`{©´œ“mßÚbêz6`*ÅãÃÆÕžy.;ç—éÏUkø¾g²Æj×+,ÈÏ>1ñ!ª‹â{8ïñDØx१ĽŒ¼-÷p–}\Š«Ë¤B×uÍ<ÓÕó“÷j_ûë³ò žY+#V±Ÿ[&0!„º]xÄÞ× [ÐAˆ¶Ÿ¬>pòLðùÃK{×(¾ÆSF.î,DÃ×gmõò÷÷w™ÙIw7MVÐÔg…h4púC‡.>üjõZv¼ð¼ÂÖÕ vÉÊ0–Þ%“qS%ùñ=ýƒö­_þ|Ãù¬üRÛ·²Xźžã£{«®ÔV»^¦ óèø–Ÿ¹p'¶7š{y[ºž…ãRÏÐÚA? žhÿÆ´}1y%³i¯—Úè~<tùãÑÔ’«À™µ2bª ý,Ø8 !„ÐõèzÀ£ô·Y!÷9fû!„B×@×#„®G!„Ðõº]º!„º] ëB!„º] ëB!„º] ëU,šÌ ›fNZ¢àßmB!„º@׫2]Ïðã¡ !„B] ëÑõ!„Bèzt=€®G×#„B¡ëÑõ€ªÖõòbw¼ÛþÉêÚÑšM{~¼îbN¾öqùÙ‰-E‹oÎýº\ÖÁv¢ëªhµþ[uê©å£{·¬­]ˡ툭Ñ*+Ëç'œÐÿùfuªéþ°oÕïkç«J³;£ŒÚ;íõ¶ÚÅ<ß»K]ƒ®§Jøþ.´ÛpxfÀÔ}ѹÚßéË ß2¶O ;Ýv›õžñ‹•_îÓd†¸o LRi ä×ü¶í¿®à?„B¡ëÑõ€*Üõòå—=]<Nž:æ½jt[!ž›)·Œ®'¿¸°s5ÑàoS×ï÷óóvÞä)·¶¼îÃÅDç.¾þ‡¼ j,DÇ{¢É86®•ÍÞšïtÐßk×âÑj–t½œs3;ˆšŽc×úœ<îµâƒ6Ú-„)ò";Š'l?|æ\¿«Ë±µå#UǬïïP÷õMѹi>£×ì4/˜¿úB!„º]x,îáÔ¤¸õ¯.úîLÑXëzé^Cëˆæ_È1\·¬®WòAÒšøm}…è¶:Ú¤—¤º½a'ZO.~oÎà΂4!¢óÒ«*ýS™¾#ë‰ö Â2ƒ¾j&¼ï•¢±é—u©^ûåUWdñ»×í§eðB!„Ðõèz@ÕìzŠXϹ#º·¬[]»'ž~P{lˆS[ënÊO û¡¾™…êz…òcŸmf\0¹SyaZa?Ì?«ôïë)C¦·)õïIýŽÊk5¢n§áS7‰QhÊ:؜㚋šýÖÝGþÔIˆv3.p''!„Bèzt= *v½¼ÈÅ]„xzÔʃA!¡Á~‹zV+êzŠóS[‰&_œ2Óõt¥l¨Ÿq׳¼|©®4¾™h=õ¼i×Ó:ûa~æºÞ…i­EWÖ]+Nøµ™ö]9,:pý”ÁmkÑê#·•µƒUÏzNØõ[uE½îU;ñì´S9þ£@!„º]¨‚]/ËûšÂqéµ\Ý·™þoÛu=UÔê.¢Zßm ù¥îáLuÓN4g|§ååmìz·<ßrMÆfiJÝ黽ó©ÏŠŸ2÷îäÕeÝ„èºæFžÅƒÍXÚ³Vc {†>QÃqÞÿE „B]®TÑ÷õÂt¢í'«œ<|þðÒÞ5Šº^2rqg!¾>k«—¿¿¿ËÌN¢¸»i²‚¦>+D£Ó7x <ä±ÃéPœÊÊò¶u½ÂÙ…¹ŽBÔé5n¥»_` ÷úOZÿmMÖéÉ턨ßÒš½þ>Îk–¹FåjT±^«Ö¸œ:sî„ת‘M…Ý@×dµ¥#Í ÿ±_Û¡»âòò㜇·ë»ø’\ÿ¸&ÍgtsÑ`ˆSœŠÿ@B!„®GתÊïëirÂ7í£ÿô!ìžlÞõ3¯4ý{sÊ(·‰ý[ÛëŸqhÚáÕ ¾ÉE%/>`ÑÈîMjhŸ©Õ¤× ݯéYZÞÖ®§)T§œZñqñÎT«×²Óà…熯ج–î©zmúÏ:+Ó(‚çhí ½'Ú¿1m_L^kæA©ë}Ô\ÔìK×#„B]®T¿ÍB!„Bèzt=€®G!„Bèzt=€®G!„Bèzèz„B!„®Ðõèz„B!„®Ðõ!„B]®Ðõ!„B]®Ðõ!„B]®Ðõ!„B] ëÑõ!„B] ëñ/!„B]®Ðõ!„B]®Ðõ!„B]®<Œ]OÚ!„B¹—XºÐR«óòr•¹JE%FÚ`¾JU ¡ët½²»à Pa–ºž*Oyýꕽ{\6®[SYÙ´~­»ëî+Ò¥ ] ëÙÒõþüóB!„R˜ízjužTôv9mKNNú÷¿ÿý¿Jòÿ÷gbbÂ.§í‘á—Ôê\º@×£ëB!„<È®——«Ü»Ç%%9ñ÷Arb‚»ënYN6] ë•Ùõþøãw)Š<µ[ॻO,ÛuœTùH'Ú=ð’2/_ö !„R±˜íz¹JŦõk+ñ=£w÷þücó†u™é·èz]¯Ì®÷ûï¿Iq=›“[(Wß!U>Ùy…'.ÆJuOö¥„ŸýÏþSò-!÷/L6ÂÜ&U)–ºÞÆukþwßHϸ•F×èzew½ß~•²b÷‰e\u›<&ÉÎ-NºþìK)ºD)þ–û&an“ªë]ï¿÷] ëÙØõ~ûõŽ”e»ŽËr lŠ<ÉcÆÈw¾»fãòˆ2ëôú™ã—\¼/ñ—ì§"óÄÚ™V\ºõpì¿tÒõg_Šþ¥ä[R™¹#»´uÖ”•—T÷´üß­ j‹ ¦Ìyïƒ/ªúÃyp“­rFž¹ZÙsµê>ÿ>ž¡ëÑõ€‡¹ëýúë_u]/;·Àb².Líhßèí=×äÙÙóžOŒ<’(=®”‡óÙs*5ÃʺˆìÆÒ.¢úß¼â+w³•žòî§,j±£¨ý–ßCr\ÒIןý_‹/QJ¾­„¨.Îv´o<Ü=µðίw”qgN/¬Äí?B)ˆ]×MTè#»—ä_[ùZÑpЊ‹²;渺¨ƒxâÃc éëÜ_¾xJ4”ûPNåO¶{ÜUæêž«U÷ðÜÜ&Sèzt=àaîzwîÜ–"]ög)5YŠÔí}Mxë:–˜uuå»/õ›rä¦B“•uy®¶ëN–Ï8ûU ÑlÜ™déëJLNÌ©C½æW¹›­ô”w?s®ëºžïCr\ÒIן})úK”’o‹“å7ò©’™P»qû¾ïLÛx2Imº˜¹¨£6½ÿÒk3eݾ}'÷ü¤–¢Å„s¹¶¬Xõ¢¹©¿€Ì¹Çí¨ãýæ¼Ú¨á?ÜS Ì={å©ë}pT!}{nb‹û6à÷|8æ'Ûít÷~B´þÔ#9ÿîƒù×î(j >(»¯»Ê\}Àsµê¾…HIÏ=v½]‡£ûMðè5~Ÿô¿Ò×t=€®WÉ]ïv¡é²?S®Î”%o“º^ë/78|À_Ÿ#ÓÓ¥§J’>·½¨÷n@¼ôõ­_´]ï«_’ ¸÷dEé:”Glån¶ÒSÞý̺ºHêzCÆ=Øýüvö¼™³ç•~\Ûõtg_JÑ%Jñ·E)¼¥½ünóÕîÃGø¸münì+M„°ëùí±Ì‚BÓ…­DY|ý|»íÐv͵•-kÒŽÎÒµeÑë8õ¬²ô#ÚH üþ.ªéV0m_ŒöE d—·ŽíÓB7žöÍzÏ<£Ðn0ÅoòÇu‹ÞÈîðæÔÝ—%ûfi7’Nèÿ|³¢Ygßú•¯w_Ë-9¢Üè}Ó^o«›' žïÝEš'½²Íî¼¥]5Š*vç»í‹¦GÓ?^*Ó˜ž¬¼}דk¿Í ø¨ÇÇY·‹¿Å7º’’}pˆèº:&¿ÌC0Œ¥Ã)×8Û2Ùšöïõ¤h4Ò%A?åTWµ]oÐ+¯eû®2W’¹ji+sÕìÈ?*s›TõÜc×ë5~ßàäï\.-óˆìñ¹+] ëUn×Ó-]ößÊQÝÊNÚ"u½Ž?MS$gè£L“ϸ¢ëznH_§‡é»ÞMék]×køŽSÀ/Á'~¹p6:'M·¤è8eƒg —ÇÞÝA©©9™Sž5G/ó:à¿ÿ‡wÛHO{6Gûr%ÉNóþ¼•t÷æ¬í®žë~ôBM©CíÑ>kÃêúuœ¾i¿ï^·m3Þh,Ä ßž“éžÍ>6«S5Ñøµé[œ÷»ÿüEÚÂᵵדï®5c‹WÀþ=«FµÓ^:½6yýN‹F¶.óf^H4|•ÊÚÏ'_ýr©‹›ç¾eãûÖ5ºÿž¤}6/öüþM®þ;/õ´ôê³B¤WOºðÃó¢Fǯ¶z=ãç¹{³_\²¯¥Ë ]ÑkР¡]Ý›kø¬tÒK&ƒþÅt’hR÷èº^´êîƒé>ïÔoyeh¿•‡Ì×ï³·yûî[;¾§½px}³T 5…ªëºëgßlékùÙ‰-E£÷wž ½z-Yº85|!ùÅ…«‰›º~¿ŸŸ·ó&·Hy™[¦:û9ê·ßçbº¦ô#9çfv†hìZŸ“ǽV| ¢ïÂy‘‹Eζ>s.ÈßÕåXÂÝ vžá|ÀÏoÿÖߢîàí7Ô6 ´–‹¯ÿ!o§ƒk_"\©·Œcã¤yÒì­ùNý½v-ÝIš'¼²Ìî¼…]5>ùòËž.'Oó^5º­ÏÍ¿”kr²r//u½÷ËL× ~‹oÎ(ôßf,]¯Š.㌦åÃ)×8Û2Ùz¬¿|jv§êv½ ÓîpÞ•Ÿ´]Ï'ÛòkÙ¼«ÌÕ‡f®ZZÆÊ\5;òÊÜ&U=÷Øõ^üÒÍýTüÔMçìºØ}Œ3] ëݧ®'uº4}×3ÒgCLžÔà¾×u=©Ô¤¥‡Í*îzi©¿|Ñ\4û2(NúZÃ%uI½¹ï {ñ¢È$ý#ñÞ®'Úκ˜X²Š´Ì ××j‰_ŸŽ-ÚÈõ;k;T´m«›¼hʵ-/IW(K¯Iµ(5ÎcPÑdÌ‘ú%³â6 ¬-ZL L5]ëúžAµE‡ÙÁ2Ýb±k¥Mt[w)ÓàU*{?Ó²¶ rÍÆJ5z•´ìÄ­¯T½œ"³U±‡¿l" sKL1Ü ¯e´‘â¢7aòt}mŸ8e†ôíôYsK¨X×+TßX×]ˆßEäJ½ÏkhiÏÑ?•Ÿàò¦½h9)Xnæúùî%™qôiþÕ‰œR–½e}J=Ræ1ÄAt^zU¥$Ówd=Ñ~AXfÐWÍDƒ÷½R4†û`²ºêæ–þµD›iåØ M¼ööçn«µ×™©no؉֓):^UÌš®F×϶ìjž¥Ÿ\MŠ[ÿê¢ïÎMåt=³‡`t‚,NùÆÙ¦®·!N­ŒZ?ÀA´Ÿz2³À ëÙ2PÖv•¹úðÌUKËXž«fGþ‘™Ûäñîzÿ.KÏ]w޳üÔ”g»~ºãß¶¡ët=»^^®RŠtÙŸ&‹O]ßKˆ6ã78êí¯Kà…ðdY|rØ‚Dí¿{FJË$^˜ñ¬¨7üàUéë¸cš‹¦c_—¾ÖÇpI]¢ŽNnYê„'ßõ»Z²Š´Ì‘I-…ýßÝ“Š7ñ}'QýU·ÛV7}ÑØÀ‰–ßEiWŸÒJØ¿¹'±xᬳ˺I”K.e›¬øusÑd´_ªn±d·OŠvsŽ$¼J¥ïgZÖ™ŸºñâŠðìø´ô³»fêÒ¢Nu!j=QOZ¹ëêsÒÈLJü0°u; ™ø“GÄõTkCj¸«SfÌ–œ2}–•¥“®?ûRô—(%ßE™à,]!9þ|Efð üêê®Úÿ#>4[™}vêÓÂþÞ)ÅÏÊ¢ÖJ=°ç†hyž,b‰öÑx§Igžú¦…h>îd–Éöu)µ³Zز>¥É>;¥M©!ªÿá¡ô¬ÐUo6”ÆÓqè¤uþW³”fW—][)á‹[nÊ˱G>k,ÚL=“-½ú™Ém¤ËLŸÔâÝ»ºRû÷Z÷¦–kWF)ëúÞYúµ¬+M»'ž–è¾&Zn<’Ùjÿh’_ºÉ› ~ªçßí¤ú~E^zg Áè\X>œò³-“M\ò{Þm(šÿóÀÍ‹‹^µÞôH³m ¬î*sõ¡™«––±SCˆæïî N²øZ†»*º)Ó¿5:‰¥—NºþìKÑ_¢”|[E¼¾ëEæÜ}P™°oh]Q{ÐÞ$¥"ëŒt9$]€%?›µ¦»ö>¼(YnÎeݵ–WªôxÆÉ¯u—d™&Û×%ë—ÉÆÑ=hã–õ)õˆ´ÍÖ¢ÆË«Ž‡\¸Pœð˜[JíAÝŠô]=ñïÚñlùsLNéÕs®­Ò^?oŽ‘•c7ÒÙT´št:«xçßöN)Þ½++´ÃgoJywµ8Ù¡ÿê$D›–z?s>Èû»Õ¤kã(™ñHf…è»Þ-“Î<=©•xjìÑ ý·)Úëáe‘²Ò;cp¥Ï…ÙÃ)ß8Û2ÙŠK‘à3¦…h4bѤ礮·?Õ¶²¶«ÌÕ‡f®Z\Æò\5;òÌÜ&U=åíz½Æ¹ýä¶Ê3BÊJËËö]¿êÔëÓ}þ1Çï{ç‹KÜÃ~v“˜³ý\Ç÷×ÓõºÞ=v=¥B.EºìMΊMŠY§ëz'²´ß–$!t¾TRÞÜYú:îÜt©ë õŽ”¾Ž šø´xâ‘f—ÔåfÄŽWk‰Fz‡'oÓ 7#]Ú,“ö/G©C¹†Û¶ºé‹Æþ¸‰hþÕñkÅ[nò©Ñ&^['}ßô Ÿ¦k];¬ëz’tÛLt©íz±÷s?"–¾\S´œpðfVøÎ5Ä s~¹¥[2n盵¥®wÖè,¤ûN*†ÿuþ–M¯eC¤“®?ûRô—(%ßE·KÛõ~ŠÈ.~Dï?¡½ Gù$(rE‚Û`{Ñì‹À´¢gcvýÝ^ú“érevøÏÚ?:ê™"=žyvV[Qÿ}¿4“í뢈s~½–´‘€TÃmܲ>¥‘¶9°–hüÉÁd¹™WÔ%ãÒOÒEr—W²LW—ÝtÑÞ[ûå‰ôòìÆ­c_H“OgïüS%¯ž©»€tO®à®Ê“÷ ¬):.ËÔ}›ä=¤¶è¾úzŽñbY! ¤®÷ÎAÓAξ¼¬³¨Ö{c´L÷m²Çßk‰ÎK#rÖAYê\˜=œò³-“íîqÉR¿~ZíÝoîO±m ¬í*sõ¡™«—±þÞszÔ® ÎÄgF».X´m—÷oO×o?%j½¶&,ݶ!-;ÒIן})úK”’o‹"‹Ý)]~·üçfOoW§³F÷n$]zwŸâ›£_&õÔŒç…h2höV¯îkÇ¿ä j÷_ž%=•¦¿ÖJÖn'~ß?êˆ:/ÏÜîéã¾eíÝw_%éèDéè¾6iõïÞ{¶lò¾–eã–õ)ýˆ,éÈ7m¥!zåë廽Ü·mù;Â3eYWÝ—,wò9|üd€û’MD­¿í¼‘­_]Ô—–Ýåå½g턾õDž‹B²l?@)iG¥‹É–OeèÖ:ýmGiž¼øùgÏ÷®ú¨¹té–Tž]5<Yçç<'Ä3£–í <~êÔÁÅ/ÕÝV_Ë6>Y9×6¼$¬O¶œ¾i4¼òŒï: Ñ`Àôõî^^^NS¥=ë¼ôrv‡`ˇS®q¶e²—vãRÛµÞØ—lÛ@YÛUæêC3W-/cy®šùGdn“ª+]ïÏ?ÿ(ýÙë=Æ:™ã'U¹á µ±0pðlÿþÓ ™shä÷GÞûᨔ÷þ]`‡«,}€;] ë•·ëÝH̸‘¥ý›$Ï/:—¡ý¶$q!óž—jÑÞ0í··.î›Ú»Iͺ]/%f\;»eT—FÚòj ?õ¼k¸dqb#wÍÖ©IMÝ?õZö™âe¼}íK\ßûÝÝ›ëþµ¨V·YÇ¿M;vÅÆÕãŒ_4*`´Ôõ¾,^=îšËìáŽkè>Ž¡÷? ‹7³Ö•©ë5þÐ;A·Íø=ïj»Þ¡•ºŸñ×¶y¹mãÚúëµýÛ˜5g"tO%ÄZúIwýg+hc¯Ù ¸^ˆÏˆôŸÙ·¥CÉòŸo½tÍö!-+ew=y‚ǰF%ÿŒ×jØ®×° k¢Œ®~³büþõN×§tÃÛªÏ?WJÊ1sM›±}L÷¢yÒõ ŸD™ñ e^?°p„~#¢ÖS/N9~Ëæ-›D·MŸ…#º5­¥¢Öý¦ŸH•Ý:=»«¢ñ|âÙ“\"J®„E“{¶Ö}F}Çÿò‹Í.ßš^Lfß<üó¨^-ŠæI½ŽŸs*½<»j܃R‚×}Z¼5QëÉæ?vË19YÙ þÓ_iV«ÞßÝMÎcFø®ñ¯´*šwMÚ÷ïqCVŽëaˇS®q.oדËä‰~_´(îz¶ ”õ]e®>$sÕÊ2–檥‘$æ6yŒ»ÞüQú³××{^ìö©SñïåmzñŸ;»G šðÑϧºÞòìðÕÏ[ÙnèŠç†¯\½çŒ¥p§ët=»ž\–#EºìIÈ U¤“®?ûRô—(%ß>^ɼô“ö²Ð#éñ<üžÇz²1W™Û¤ÊÅj×ûýöíB“hJÒa亵£†ÿprÌê³í†­4|Jû9¶¥Vׇ®Ðõlìz²œl)ËO\M‹Š¿E“H§{¹óqýÙ—¢¿D)ùöñJF¨öúyðþÄÇóðxëÉÆ\en“*+]ï÷ß—úša4š|µZ¥T* ¹\.“Ò~ÄšM7?Xvvü¦¶o/×?(=+-#-)-o²}èz]ÏÆ®—“%ÅÅ7øà©È«7S¯Ç¥‘*Ÿ+7SœŠpõ» ?ûRô—(%ß>^Iý±£öú9áñ<üžÇz²1W™Û¤ÊÅj×ûÍð}:)R}“ª\ZZjRRbBB|\\l»a+·Küçº)NRד‘—ž•–‘–”–7Ù‚>t=€®gc×ËÎÊ”’˜ºÛ7x¹óñe»HÕt¢]ü.H']ö !„R±Xéz¿ýö«F“o•*O&ËIMM‰½Ñ~øÊõ‡âfº\›¸-\úZzDz\zVZFZRZÞd úÐõº^¹º!„B©Ä®÷믿æç« £V«rs•R‰ËÊÊLKKŠº>}‰›TñÚ¾½\ú_ékééqéYiiIiy“-èC×èz6v½¬Ì B!„RXízwò¥²fµ*OºË“–ËRS’¯DF^>þÜY饯¥G¤Ç¥g¥e¤%K¯®] ëÙÒõ¼÷»B!„ŠÅZ×»sGêk–":¹,'#]ºjKNIN’þWúZzDzÜÊZúÐõºž-]oÑþ›„B!¤b±Òõîܹ]úÎ0R­“–T*äúH_ëßÑ+3t=€®gK×ûaß B!„R±Xëz· ¥îv?B×èz¶t½ï÷Þ „B!‹•®w»°Púâ~„®Ðõlézÿr!„B!‹¥®·iýZ…,§äþÌJŒB–½yÃ:º@×+³ë}çM!„B*³]//Wéæº;:êºB.«ô܈¾¾ÏÍ53=®Ðõ¬w½…nÑ„ äÇýÑ{ß<{öRÜé‹q~gbwÞX´‘!LQB¯˜ízù*Õ•ˆˆ]NÛc¢£d9ÙrYN¥DÚ”´AçN‘—Ãäòº@׳Þõì‰"„”7[üo‡Ýpßë³|Ù²ys¾•²lɲí.Þ>§cVúÄ0>„)JÈã³]OŠ*Oæ¾g÷æ ë6®[S)‘6µÏÍU*zÙ™…ùt=€®g½ëÍw½n’ž·nýï¿1'£K?E‘²Å?úlpä’ŸܹÃ)9)ñO¤¤ÄNÛ\üÓ‰°ä ŒaŠò˜ÄRד¢VçÊr²3ÓoeÜJ«¬d¦§ëÞÑË7ûŠt=€®gØõæ¹\/ÉüýICRVx$EÜù#èеA™Þþц B~p ‹YòÓO§O(ýÓzòı¥K—†Ü”ÿ°7†±"LQB‡Xéz>t=€®gØõæî¾V’ïä*ÿûÿþߟäþùE¡ôÕÓ#ã,@Ùs4Æm¯÷§íÒàŸþéëëÛUgáÂ…¿ýö›ô “Óvoÿãçn1Vä/Ÿ¢f1E ©ÜÐõèzÀCÛõæ8_5Êîëëà TwþO™|k…ëUÓg yìsôüÍåË–%'%J?€œ>}zËbRÝ“LJLX½jõ¥¸\ÆŠüåSÔ,¦(!•º]xh»Þl竹öóÙü;ÿýýx@bÈÿ©â’~Ø}ÕxB÷ü;oηþù§ôØ£G–¤o¥ÿøãy³¿M•ßf¬È_>EÍbŠR¹¡ëÑõ€‡¶ëMwŠ0̯”#!±óœ"¿;’é4ê[ãg !Ç‚o”ÝõæÌÊÌý•±"ùµØõ˜¢„T^èzt=à¡ízÓ¶_&„د“ÑK—.MÒÝ ·páBî§¿‡31!aíšÕÑ©jÆŠüåSÔ,¦(!•º]xh»ÞÔmá„Û³Áçê–]ž;¶kÿðÅo¿ý&õ;ӿͲ}Ûñ“Aþ¡Œù˧¨YLQB*7V?s!//W™«TTb¤ æ«Tº@×+»ëMÙN±=3.ï=zmÑâOœ8Vú§õäñc«W®Èν=÷ÆŠ0E ybå³Ô¯_½²wKe}º”Më׺»î¾!] Òõº^™]oò–0BH¹òýžˆÀ K—,Û¾m[RbÂ:‰ NÛ¶JWÑ·²”ÛÄ3J„)JÈc³]O­Î“ŠÞ.§mÉÉIÿþ÷¿ÿWIþïÿþLLLØå´=2ü’ZK×èzֻޤ͗!åÍ2Ïè³×s<[½jÕü9³¤¬]»æø‰ ,åmé*šñ!LQBŸ˜ízy¹Ê½{\R’ÿw$'&¸»î–ådÓõºžõ®7qÓ%BH2Óé²ëɤày\†&%§ðzŠÊ7äÖìŒ aŠòXÅl×ËU*6­_[‰ïè½»÷ç›7¬ËL¿E×èzÖ»Þ„M¡„B!¤b±Ôõ6®[ó¿ûFÚxÆ­4º@׳Þõ¾Ùx‘B!„T,Ö»Þïº@׳¥ë}½á"!„B©Xèzt=à¡ízãׇB!„Š…®G×Ú®ÇðT]®Ðõ«®'•²ÿÜt=€®G× ëÑõºèzt=€®@׳Òõþ}Ðõº]à¡êzÛý¯õ¿·ç{z|îÒ}ìînŸ9wýç®®Ÿîèò‰Sç·wúh«ã¨-?ÜÜù£Í=Céz]®ðHt½^ãܹ„®Øyù¾ËËö†/qÿÙ=ì§=—ï¹$=¾h÷Åïw_ünWÈôMg:¾¿ž®ÐõèzD×ë>f÷<§àW'y¾<Ñ£ï„ý}¾Ù×ûë}}¾Ù/}Ýw‚‡ô`¿Ižý&y œ~ ýðÕt=€®G×xغޟþñë¯wLÒc¬ó3šå;x¶ß Ù~ƒgûK4ÇÐìCƒç2Wû¿ƒç¼ñ­o‡«J¯®] ëÑõþª®÷ÇܹsÛ$ë=/vûÔ©ø÷ò6½ðþÆçßÛÐaäºçÞ]Û~Äšg‡¯~vØÊvCW<7|åê=gJ¯®] ëÑõþº®÷ûíÛ…&),,((ÐØiÉÒ«ëC×èzt=€¿ªëýþûïR_3ŒF“¯V«”J…B!—"—ËJGÿ”´Œ´¤´¼Éô¡ët=ºÀ_×õ~3y«NªoR›KKKMJJLLL°éYiiIiy³oùÑõº]à¯êz¿ýö«F“o•*O&ËIMMIHHˆ³éYiiIiy“-èC×èzt=€¿ªëýúë¯ùùjèժÜ\¥Tâ²³³²²2-EzVZFZRZÞd úÐõº]à¯ëzwò¥²fµ*¯ôuÙHK–^]º@×£ëüe]ïΩ¯ÝÐõº]à¯êzwîܶñ-¼ò†®ÐõèzY×»]˜—«¼¡ët=ºÀ_ÕõnJ_ÜÐõº]à/éz›Ö¯UÈr” y¥G!ËÞ¼a] ëÑõp×ËËUº¹îŽŽº®Ë*=7¢¯ïssÍLO§ët=ºÀƒìzù*Õ•ˆˆ]NÛc¢£d9ÙrYN¥DÚ”´AçN‘—ÃäòºPeºÞ!_Ÿßû­ä ºÀÃÙõ¤¨ò”áaî{voÞ°nãº5•iSûÜ\¥¢—™QXOתLדú¾ëé¿ ë<´]OŠZ+ËÉÎL¿•q+­²’™ž®{G/ßì+Òõ€G´ëq'À#Ôõ|èzÀ#Úõ¸‡€®Gת^×ãNº]¨z]{8èzt= êu=îá ëÑõ€ª×õ¸‡€®Gת^×ãNº]¨z]{8èzt= êu=îá ëÑõ€ª×õ¸‡€®Gת^×ãNº]¨z]{8èzt= êu=îá ëÑõ€ª×õ¸‡€®Gת^×ãNº]¨z]{8èzt= êu=îá ëÑõ€ª×õ¸‡€®Gת^×ãNº]¨z]{8èzt= êu=îá ëÑõ€ª×õ¸‡€®Gת^×ãNº]¨z]{8èzt= êu=îá ëÑõ€ª×õ¸‡€®Gת^×ãNº]¨z]{8èzt= êu=îá ëÑõ€ª×õ¸‡€®Gת^×ãNº]¨z]{8èzt= êu=îá ëÑõ€ª×õ¸‡€®Gת^×ãNº]¨z]{8èzt= êu=îá ëÑõ€ª×õ¸‡€®Gת^×ãNº]¨z]{8èzt= êu=îá ëÑõ€ª×õ¸‡€®Gת^×ãNº]¨z]{8èzt= êu=îá ëÑõ€ª×õ¸‡€®G×èzt=º] ë€®G×èz ëÑõº]®€®@×£ët=º]®Ðõèzt=º@×]®Ðõèzt=t=º] ëÑõèzt=€®G× ëÑõºèzt=€®@×£ëÑõº]®€®@×£ët=º]®Ðõ@×£ët=Ðõèz]€®G×@× ëÑõº]€®G×èzt=º] ë€®G×èzt=ºº]®Ðõèzt=º@×£ëÐõèz]t=º@× ëÑõèz]€®G×@× ëÑõº]€®G×èzt=º] ë€®G×èzt=ºº]®Ðõèzt=º@×£ëÐõèz]t=º@× ëÑõèz]€®G×èzt=º] ëÑõèzt=€®º] ë€®G×èzt=ºº]®Ðõèzt=º@×£ëÐõèz]t=º@× ëÑõÐõèzt=€®G× ëÑõº]€®G×èz ëÑõº]®G×èzt=ºº]®Ðõèzt=º@×]®Ðõ@×£ët=º]]€®G×èzt=º] ëÑõèzt=€®º] ëÐõèzèzt=º@×£ëÐõèz]®@×£ët=Ðõèz]€®G×£ët=º]]€®G×èzt=º] ëÑõèzt=€®º] ëÐõèzèzt=º@×£ëÐõèz]®@×£ët=Ðõèz]€®G×£ët=º] ëÑõèzt=€®G× ëÑõºèzt=€®º] ëÐõèzèzt=º@×£ëÐõèz]®@×£ët=Ðõèz]€®G×@× ëÑõº]€®G×èzt=º] ë€®G×èzt=º] ëÐõèzèzt=º@×£ëÐõèz]t=º@×]®Ðõèzt=t=º] ëÑõèzt=€®G× ëÑõºèzt=€®@×£ë ëÐõèz]®@×£ët=º]®Ðõ@×£ët=º]®Ðõèzt=t=º] ëÑõèzt=€®G× ëÑõºèzt=€®@×£ë ëÐõèz]®@×£ët=º]®Ðõ@×£ët=º]®Ðõèzt=€®G× ëÑõº]€®G×èz ëÑõºèzt=€®@×£ë ëÐõèz]®@×£ët=º]®Ðõ@×£ët=º]]€®G×èzt=º] ëÑõèzt=€®º] ëÐõèzt=€®@×£ë ëÐõèz]®@×£ët=Ðõèz]t=º@× ëÑõÐõèzt=€®G× ëÑõº]€®G×èz ëÑõº]®€®@×£ët=º]®Ðõèzt=º@×]®Ðõèzt=º@× ëýÿöÎ<¬‰;aÀ?Dˆ÷bÕj+j=êUÅZ®m½êöøú¸=´ÕEE][´vívm»Zïû*ŠŠ(‚ (*EE¥‚7žˆPr…„·ÚöÛïÙç›$ˆ@fB„÷}Þ?jÈLæ÷c&ÌÛ­´­GëÐz´­GëÐz´­GëÐz@ëÑz´­Gë­@ëÑz´­@ëÑz´­@ëÑz´Ðz´­@ëÑz´­@ëÑz´­@ëÑz´­@ëÑz´Ðz´­´­@ëÐz´TZë!"""by¤õh=€jØzˆˆˆˆXc¤õh=DDDD¤õh=Zi=Z€ÖCDDDDZh=DDDD¤õh=Zi=Zi=Z€ÖCDDDDZÖ õ‘Ö£õh=DDDD¤õ€ÖCDDDDZ€Ö£õi=Z€ÖCDDDDZÖ õ‘Ö£õžˆÖÓi5ÒáoÙÌŒ´»wókÑ»åÄÙcßúG”–ˆˆˆHëÑzOfëIÇ~hÈÞ¹ŸÏRò˹ŸØ¬ôrÕ˼¬¸£{öœHÊ-çztççw ß:˜ÅDDD¤õh=€'¶õæÍ™ýÛýûæ/}çÎ___éKRî)¼\j𘅇yÝ&íúý|ûùÌüªz—Óœø«‹h=9RKë!"""­GëÔúÖ›ûù,ó×MMMõððpqq‰ŽŽ6=Aî:Zò¶B´ùØçà‘ðCÁ~«¼Gw°vƒ–_ÕÑzˆˆˆˆ´T·ÖËÏÏ8p ««ëºu뤖Òz]^Ë)x$çò7îB<óÕy½ôÏœ„Ðù£»5³‘ÞžzyúÎk:Ã"êsk?è×Zex_°oÕwæqC—åÞ™ú²{kGÓÛEãN¯Nó9§É{ð*²ë1üV]rÄÂwûºØ–qh7jݵcëÒÞûŒNiñÜä°ÏG<çRßøDUçéÅó°Xëéonót£:Æ+—N½Þ[­Î•û?³QZPvd´0vDDDDZ€Ö³®õ~ýõ×ÂõòòrqqY³féŸÖ·^þÏû á6#*;_}rV'Q×ýƒe? X4ÞMˆÎ_žÕê/~í.l»NÙp0òä±}¾['Ü1Í•E]¥õÌô ñ_÷Å›O á8|à ×Ös7_=¯«hòÒôþ!!{|Vo¿¨1]×köÖæ1Ñ111—okó•7½b—é>ûÂ…øF§æ)¶^®æüî­»BŒ8¼gñ»í„è8÷ŒYpÉmŒÂ‚²3 ?-ŠcçÇ"""Òz´žU­·cÇŽþýû§¥¥I«ŠŠruu?~üÿû_ë[//;=ñ\èÒ·¥q|TŸ²k„ƒèú]lŽé™éÁcˆ§¿8›~lb+Ñä­€¤bme,/û‘Á™ÿŒ[;¨žpóúI›§´]jÀëõ…óÄpµÅ{8•×—xE+ïáÌKÚ>¨Žè¿9)¯Øãù²£° VndTÚx~–!"""­@ëYßzRßõë×/55õÕW_mß¾}RRRá6”ÒzEiñÂä-µRùžáfö>ÐøCYÚ Ë†5±˛ÓW…]׿ɵ^~NܲîBôÙ˜xGi=)§g¶ö¯§[þ}=ÅÍx„ÖÓÞÜí=ª‡‹c!T JË÷\§Øó³e7FiAÙ{PiãùY†ˆˆˆ´­gý=œ¦Üswwwqq™;wnÑm(¥õÚyîŽ<ulû”g„h?%,õŽ¡S~òj#l.?vþÜÙž»œeøˆÎ¼¬kVLÞÎV×w¶'äÈ´ÞÍåÆÖK¸£´íO^nR^…”ÖzJ›auëé/~ÝMˆ¶o¿÷Øé˜¨ô²‘i=¹±´ ù È=¨´ñü,CDDDZ€Ö{¤Ïf1åžDJJÊ#´Þƒß×Ó_YþŠƒh:f{â¼üäíCT¢Å„yJ/­ý—tÏ-½¡/Ùz¹·ý^sΟžÐ(®'?yÇ«*á<©øm“Ù1sÚ‹Æo‡e=|šÂfXÓzãHëÉØ3¤®pÿî²é“EÓ÷´7o=Ù±bÁ"3 ÷ sˆˆˆˆHëÐz¥·ž)÷ÆWb¬þl}ü¦Ž¢Ñ¨ ¹yG§¶¢ñ Ï¥~ûôYú/ß«º¼œ›‹—n ˆ<°x¬“P½â{ûNÁ'¥ž»}ßþÝ«§ h l{{Áðaž ë‘?6½ƒÍ^™±r×þûwmÚ¸?>'ï—À7ê‹ú½·‡lZ½ëª^iqË­—{k}_!\'lŽJÒœý¢“íþgIБQ§~××Ö¼õd7&KaAÙŸ¥çÇ"""Òz´ž­7oÎìûEþ–ºV«-º÷îÝSü[êfŸÃy7çúší„Ó„°ôÜ»ú[¡ÿÛ£U=ã{@·A³Odåi£æ¾ÜÆÁô¶Ððé!^;¯ë\eN}z»Ù¾Ð¤ËØJ.ì)¹õ<|¼¥­ááz-ûÌ4ܺ©¿¾åã^Í Ø4íñIhzžÂâ–[/ÿNê¡Ï^t®×`D@zžúÜšú™þ˜‚ªFÎÏMHÉ5[Ä|c”ùi±0vDDDDZ€Ö+­õì –jnîç³d•¾ºOéå*ÆRÊ i=ZïÑZïîÝ|k6ãß§õ””}Óã'"""ÒzP•­Wäº""""­@ëÕ¼ÖCDDDDZ€Ö£õ‘Ö õ‘Ö£õh=DDDD¤õh=Zi=Z€ÖCDDDDZ€Ö£õ‘Ö¨õ­ççë£ÉÊäí±öxï×ß¿O:¤õjpë…†ìMI¾ýÛo÷þýï|Þ÷kCèýñÇÉ·¥ó@Z ·^BüÍ Ý;IIúí·ûÿùÏÿ""""bÍöþý{RèîÞ™OëÔàÖ3å^hHŸ¯´,""""Öl¥³>éÜO)ôh=€šÔzˆˆˆˆˆ´­‡ˆˆˆˆ´­@ë!""""­GëÐzˆˆˆˆHë­‡ˆˆˆˆe~^nfF­ð¤´Þ®¾÷îýÊ{""""Z67G/µžtöHë<­¶?$>îz¶6+//—w0DDDD”½¢wÇz鉷nJg´ÀÑz ñqÁ{vߌ»ž‘žŠˆˆˆˆhnfFš¤zÒycb|\¥µ"Z¯yë™rïàþ];|wnÛ‚ˆˆˆˆh®t®(1†^%´Þ騈ˆˆˆˆˆ5XÙÿ]_å>îÖû?€Míl=DDDDDÄÚfu¸JHë!"""""V¬Õá*!­‡ˆˆˆˆˆXó¤õä̼¸~æW×4æ_Ò¥_Üê=ÇÿFvMÛjܵ7gû÷ÈÌZým}”Y’™±êmvÒ±%S'/ŒªŒ μà¿*8^Ë DDD¤õžìÖË:ÿmo•Çâ 2Q O;9ÇݶáˆÍ74U°mº´+GvùMx˜$™‘3;Û5éSγÐê;d‹êÓ¢–¿×³e]Ã^g7" éæ–‘ÍUÏz7œü«c¾ì(ŽÝ—V­Æhþ¬ÚU%³«â}»T5¿ë"ì^ üå1o›îö¡yEãa«cÕüÈ@DDDZ¯”ÖÓÞ ÷ZGGé¹¶N}?Üp6]_.$øjdãþeŒZá ©‡?u­'N·n…ê‹ÞvµqúðHFù·-ãèäÖÂù“ˆ‡2Ôç—}Þcúþ$] ²Åk‘Q³;U/ϵa‡EœKÖ&…z ê5zÙ¹,ór©è1VØw°jWU}Z¯ éœÖÓ\^éѰÅà/öÇgñói½ÒZO}qQ¿z¢É`ïM~ßOx¦ŽpþËþ¤ìj2!ÚËKûØÚݯS|NVìÂuêðK(e›ui‚þ9®“ñªSËÇÔz5~È–þÁÕå=„jè®”R+¦BÇHëÕ®ÖÓggÆ_OåîMDDD¤õ¬i½Œ?qŽ#w$/EeEÏí(l®»^ò$<;>àÓmŒëlÔyÔÜÅsßîïæ ýæi×q‹N¦>8'×Ä…Ì{³k3Þziê¶XuÁâœê›·s}aâ¦ójٳʔ€a*Ñma¬ÖðO͵åÏÛ¨o7ðëR£WMèë¬2®Â©×¦xÑÆ.ì.ì†ù%Z¼©¹¶b`󶃽ÖnüÈÕBød]]?ªC£:†—¨Û²ç;KNŽK›pøÛwú¸_Ýá©7VÇjŒ[^HûÏ¢Ô%Nwµ a Æ÷jUϸ„ÇÇ«N¦ê 'Sa6*ÈÙ·ÿúRggGÓ(wì¹):½`;BgëÖº¾ñ+ªg=ß#¥AÇ^Hý7÷¦þ<ÚQ<óÕYMÉr)ßž_–Ù6ÿVàÎ`iÇV8L,´žâaõJ噑›Ó rvr0ß«fR~K ÿ×»½ëtpzÆãã­W-MšÒþ€ˆˆˆXë[O{q»ý7ÅœQgD|ê,Œ N“ûŸö¢ë Ÿ½ûöí\ô~C¼âµ|G`àöc\„èPp6˜zlFGQ×}Ââ݇Âv~7ÎMˆÎ_œÎ|°¸×æ=A{w­õÚLˆg¿ˆÎ,­õ’ƒF:ˆ.ß\Ô;ôìüζ˧köG òùá`œ¶p›[‹VÃK¹¡Óê¿R7­…ÖËNñÛì|èðÿ…o·âioÓ¸ÒOÍéb#š ò\* ÙÓŠ­gÓM[Þl솣§NEŠºp+S_¬õÒOz»Ûˆfƒÿ¶Æ϶Å{Ú ‡WVÇea6*È6fc@`àŽÕsÞh+„ã°µ—n§ûÔAûnßuê¶®´AÕðýÃlœŠ¹šªSl½rQáùešmóï`î –vl…ÃD±õ,Vë¨Tž¹0­íé–lÛ°iÞˆæEöj…™”ÛÁNÍéj#ô\ê·78è‡Ù}T…¥)? Åý±Ö·^fÄ$CÛ…üòàÌÿ·ÒÙW¿ :K7h%íj':ýýŒñD.ûÆú¾BôXv]«Ó'în/º,8_ðÉ£ˆÞ?e_\wcM?!ž[d<ïµpJ¬]ÜMÔ{µà¶ÀŒðœD“±þ %¯9j¯,ë!ê Ú–dÍ$—ÒzEC)a«GÑoƒ4úÛþª/Z}–jù>·"Ã4-âôáÁ‚E²ã~b'\¦Df”œÌb³QùC.q-RseÕÀzÂmÚ‰L™»ò¬”A¥Ö+ßeŸ_ÆÙ¶þNÅ2ì Ê;¶âa¢ÐzVVñ¨,®ü ”X[ÜÚþ6Ö¦0“r;Øî×ë‹æïíM6½ÿ¤|·iAë)"YiÿADDD¤õ"&µ’i½ –[O}|Š‹hùQxšñ«¿„Žk$žž£Ö©ONw3Û€ÆM+qR—~hBsá6ý„Úrë©ÏÌïTä"cæ™ÅC› áèþúÔåûc3 ·Pwk³t’Ú{M|vù[/óêÎÙotwq¬#„ªaCQp¶¬>éÕVØÿiOrŽÕ­g¶ˆæÚòBôZu]›ca6*È%Ï·5W?'­zÝM­ù©ø# ÊBë•sŒrÏ/ãl—ÒzåÛ”wlÅÃD¡õ¬<¬ãQY\ù°°6…™”ÙÁNÍh+T#’ ÖY¤õG¡´ÿ """Vµ{üwüñûïUØzš ÿtâ…Íïá”ÎñG§Z,ãyW‹Ž˜Î*S¾ÓD´ÿÕUZ×á óÖÓÄ~ßM¨†î~˜º´K!K=‡>e+„ËŸ·ÆiL€ Ÿ bãá{»Ü¹²ÎÎï*DÛñ ÂOFEÎïiSpzbš›trøH­7½ø"šë†úè¹R¦>ŠÌF¥Ù¼õ®.1¶^œlëY=( ­Wþ1š=¿Œ³m±hÊ»3(ïØŠ‡‰RëYwXUäQi¹õdg@ymJ3)³ƒEzº~×3E¦õ”F¡´ÿ """VµRèUmëåd„Ol%¼±ógÓg³ÄÌë$ê¼°æzv™ZOŸ°u°J´x?$ÅâeÁâusiQWaÓoM\¶Ìïë¾f/º~{©äÉ[æùo¤é¶ør–é4Ûp=ÃÊÏ™´>)»×î .¨ ~uî5»‚»à|‡¨D«‹ß´¦Žú¬h<~šì=œ?û°—9ô௠ÜÜ2Ô^8O:–aq6*}È%7&ûÖ¶á¢Õ¤£r·e> ä[/$­"Çøðùeœmóï`Eî Š;¶âaRt–Šü·•‡UE•gF~”צ4“æûŒ.~£‡­´TD†Yë)ŽBiÿADDD¬õ÷pæèÕ¾íSW46oKpÀòÜm…Óû!·³sÊÔz9º”#m'Dc)ßo Ù·{Óâo|.ª-×MæÙù]„húʬÕþAAA?Ìp?‡óÊ’ÂnèΟ Û£¹ê¿ðû‚G ó_8¦¥P½ìsK+=žmx’jȶÃÿáÏ2Ü(úoJЕéºÞé9…h÷î¢Ý‡""ï[ÐǶà¤T—îÙ^ˆf/M[æ·7d¯ßúu{¯it?ïY_Ô0{s`°ÿú~—ŠÿTZäßž¢åpï A!þ+&÷qv/.»¤±|Ž]éC.ø| ÃwlkÐ^¿ž/4¶Ï/8“¥—ý}«U¢õ²¯¯é#„ëû"4ecÑ+ÑòÏ/Ól›+pg°°c+&Eg©è[wXUäQiqfägÀÂu=¥™4ßgt‰Aﵢ͘¯}CnþòM×ÂOU…ÒþƒˆˆˆXå·nVù=œÆ›åâCæ ooü ö½'¬IÓ—võGñ¬Ò7‚ÿ>º»“é#Ó¸ œy4ÍrÝèrÔ—¶NöhcgÚ^‡–~ºç–é“´— eíµ†þŒHïÛ8˜žÔ°ÃàiÛcçŸYW–ö¶µ²Õt‚§>5ë)á8jojÙ.réR£WNèÛZezU#çnïû'fŒ+DW [Ãêµèíe¸ô»ùÞ̈́ñ#î»O NÎ*ñ9'ñ¡_1-bצÿ_–OÉ.ízJåÙÔz-{?ïfox™& MÐÊÞÞù(ƒ*Ñzzíí³> stream xÚìÚeÐcW›˜kS·í6¶¹Mmff¦63333ãmÖ–ö~ÍÌÌÌÌÌÌÌÌ“ùf¦&ÉÉ9§Û©\שT’Jµ~ܵž¥5ÒHÿ'à/¢PÀÿÁ•úç›FøÓýÏ2õÏ<:ꨣüÉþHÏ?Cõ?.Ô?ê4hÐàÁ£ü©4è¥úTê×~ø‹Œ5dÈ1Çü£TƒþµRÿM¢¬ðWüñÆg¬!cŒþ¯•’(àoe²I&žpèxã cð)‰þzÓŸrØ$Ž7ö˜£ÿçHið×›sö™§>ù$CÇò_#%QÀßÊ" Ì=ëôSM:Á¿Dê?l¤4 ø;XyÄ Î5ÓðÉ&gÌÁ£ýûFʵàoaãuW±Ø¼³ ŸtèØc ú÷ÔÈ#bm€¿Þ.ÛnºöŠ‹Ï;ÓT“Œ÷Ç´7Ê¿7jTküõÙgç-×]q±¹¦Ÿ|Âqþ}#õÇ6j4küõ²£Üu˵G,8ëð?6Rÿv"¥QÀßÃ@¸ó¦«-9÷ôÆŽ5ºF/§SµÏ¶ëŽX`æ)ÿöþqýà_£Yà¯wΩG§‡ì²ñÊ‹Ì>|âqǤQÀßÊ…gÐ=rÏ-V_bÎiÿq õ¯‡æ4j°µþz—wjí»ÍZKÏ3Ýdã<Ú¿4êÇQü \qáÇ$l¿î²óÎ0lüþ±÷Fnm€¿ÞUŸu\~ÐŽë/7ߌÆþó§F—F]röñù!;m0b'ÿ·ËüM\}ÉÙ'”4jùfš|þf®¹ôœÊCwÞðFM¡QÀß±Q•FßFXºË†+h Qh€F¥Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Qh€F Qh€F Qh€F Qh€F Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Qh€F Qh€F Qh€F Qh€F Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Qh€F Qh€F Qh€F Qh€F Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh Qh€F QüÍ]}ÉÙ'”‡î¼áòhÀÿ'W]|öñÅ!;mðG£&×(àïæŠ‹Î<.?x§ F,0ãäC5 ø›¹ôüÓŽIÜa½óÿçF Ø ó.³î¶ûEÍIg_xéW]}õ5𫝾êŠK/<û¤&ÚoÛu—™w†aC‡ü‡F 2þdÓͽԚ[îuDyÌ©gŸáÅ—\r)ÀŸæ’K.¾ðü³O=¶:r¯­ÖZjžé‡?dðmÔ‘uðñ&vÎÅWÝt—ƒâú˜“N;ãì³Ï>àÏsöÙgžvÒ±u|Ð.›®ºøœÓNúFüÏF sÜI†Ï¶ð ëo»×¡qÕsÜñ'œp"ÀŸç„ã;¦©âC÷Úvýžmø$ãŽ9hÔoÔãL8åLó-½úÆÛïuБQ’eð'*‹<‰Žít3Ì8ãŒ3ü©þÏ ÓM;|ÊaçDýû6êß#5öxC'œdÒaÃ&Ÿ| €?Ùä“6é$oìÿ”¨‹ÔCÆgÜñÇ:t€?ÝСã?î8c ã?'êy”QG4xô1Æò‡±þtÿ¨Ï˜cŒ>xÐhÿ8‹úú—Hý£R£ 4xðàÑþägРÑþµPÿ1QÿV©QFõPü5þHÐ(ÿ½Bý3RÿÒ)€¿Ê?K4Ò×ȹ‘þ‡¬ ðwnÀÿbW,7É¿<ŽX‹¿Äïÿ/žÿ?}æjäÿŸ?läÿÍßÀÿ}ƒïÿŠ÷ý/H ´üâÿ­«á€¿tÈý³†T0Ú€ ÀÿíÞœ|°Eà¿ñääƒþåñ÷£F FF F F ƒƒÑƒ1‚1ƒ!ÁXÁØÁ8Á¸ÁxÁøÁÐ`‚`Â`¢`â`’`Ò`²`X0y0E0e0U0u0<˜&˜6˜.˜>˜!˜1˜)˜9˜%˜5˜-˜=˜#˜3˜+˜;˜'˜7˜/˜?X X0X(X8X$X4X,X^!^1^)^9^%^5^-^=^#^3^+^;^'^7^/^?Þ Þ0Þ(Þ8Þ$Þ4Þ,Þ<Þ"Þ2Þ*Þ:Þ&Þ6Þ.Þ>Þ!Þ1Þ)Þ9Þ%Þ5Þ-Þ=Þ#Þ3Þ+Þ;Þ'Þ7Þ/Þ?> >0>(>8>$>4>,><>">2>*â0Žâ8îÄIœÆYœÇE\ÆUÜë¸÷ã&nãøèø˜øØø¸øøø„øÄø¤øäø”øÔø´øôøŒøÌø¬øìøœøÜø¼øüø‚øÂø¢øâø’øÒø²øòøŠøÊøªøêøšøÚøºøúø†øÆø¦øæø–øÖø¶øöøŽøÎø®øîøžøÞø¾øþøøÁø¡øáø‘øÑø±øñø‰øÉø©øéø™øÙø¹øùø…øÅø¥øåø•øÕøµøõøøÍø­øíøøÝø½øýøƒøÃø£øãø“øÓø³øóø‹øËø«øëø›øÛø»øûø‡øÇø§øçø—ø×ø·ø÷x¤ÎÈQ:£vFë ê îŒÞ£3fgHg¬ÎØq:ãvÆëŒßÚ™ 3ag¢ÎÄI:“v&ë ëLÞ™¢3egªÎÔái:Óv¦ëLß™¡3cg¦ÎÌY:³vfëÌÞ™£3gg®ÎÜy:óvæëÌßY ³`g¡ÎÂE:‹vë,ÞY¢³dg©ÎÒe:Ëv–ëŒè,ßY¡³bg¥ÎÊU:«vVë¬ÞY£³fg­ÎÚu:ëvÖë¬ßÙ ³ag£ÎÆM:›v6ëlÞÙ¢³eg«ÎÖm:Ûv¶ëlßÙ¡³cg§ÎÎ]:»vvëìÞÙ£³gg¯ÎÞ}:ûvöëìß9 s`ç ÎÁC:‡vëÞ9¢sdç¨NÐ ;Q'ît:I'íd¼StÊNÕévêN¯Óï4¶3Ð9ºsLçØÎqã;'tNìœÔ9¹sJçÔÎiÓ;gtÎìœÕ9»sNçÜÎyó;t.ì\Ô¹¸sIçÒÎeË;Wt®ì\Õ¹ºsMçÚÎuë;7tnìÜÔ¹¹sKçÖÎmÛ;wtîìÜÕ¹»sOçÞÎ}û;tì<Ôy¸óHçÑÎcÇ;Otžì<ÕyºóLçÙÎsç;/t^ì¼Ôy¹óJçÕÎk×;otÞì¼Õy»óNçÝÎ{÷;t>ì|Ôù¸óIçÓÎgÏ;_t¾ì|ÕùºóMçÛÎwï;?t~ìüÔù¹óKç×Îoß;#%#'£$£&£%ƒ’ÁÉèÉɘÉd¬dìdœdÜd¼düdh2A2a2Q2q2I2i2Y2,™<™"™2™*™:žL“L›L—LŸÌ̘̜̖̞̙̔̒̑̚̕Ì̛̗̟̓,,˜,”,œ,’,š,–,ž,‘,™,•,,“,›,—ŒH–OVHVLVJVNVIVMVKVOÖHÖLÖJÖNÖIÖMÖKÖO6H6L6J6N6I6M6K6O¶H¶L¶J¶N¶I¶M¶K¶OvHvLvJvNvIvMvKvOöHöLöJöNöIöMöKöOHLJNIMKOŽHŽLŽJ‚$L¢$N:I’¤I–äI‘”I•t“:é%ý¤IÚd 9:9&969.9>9!919)999%959-9=9#939+9;9'979/9?¹ ¹0¹(¹8¹$¹4¹,¹<¹"¹2¹*¹:¹&¹6¹.¹>¹!¹1¹)¹9¹%¹5¹-¹=¹#¹3¹+¹;¹'¹7¹/¹?y y0y(y8y$y4y,yy!y1y)y9y%y5y-y=y#y3y+y;y'y7y/y?ù ù0ù(ù8ù$ù4ù,ù<ù"ù2ù*ù:ù&ù6ù.ù>ù!ù1ù)ù9ù%ù5ù-ù=)9%5-”NGOÇHÇL‡¤c¥c§ã¤ã¦ã¥ã§CÓ Ò Ó‰Ò‰ÓIÒIÓÉÒaéäéé”éTéÔéðtštÚtºtút†tÆt¦tæt–tÖt¶tötŽtÎt®tîtžtÞt¾tþttÁt¡tát‘tÑt±tñt‰tÉt©tét™tÙt¹tDº|ºBºbºRºrºJºjºZºzºFºfºVºvºNºnº^º~ºAºaºQºqºIºiºYºyºEºeºUºuºMºmº]º}ºCºcºSºsºKºkº[º{ºGºgºWºwºOºoº_ºz@z`zPzpzHzhzXzxzDzdzT¤a¥qÚI“4M³4O‹´L«´›Öi/í§MÚ¦éÑé1é±éqéñé é‰éIéÉé)é©éiéééé™éYéÙé9é¹éyéùéé…éEéÅé%é¥éeéåéé•éUéÕé5éµéuéõé ééMéÍé-é­éméíééé]éÝé=é½é}éýééƒéCéÃé#é£écéãéé“éSéÓé3é³éséóé é‹éKéËé+é«ékéëéé›é[éÛé;é»é{éûéé‡éGéÇé'é§égéçéé—éWé×é7é·éwé÷éééOéÏé/é¯éoéïéHÙÈÙ(Ù¨ÙhÙ lp6z6F6f6$+;'7/?šMM˜M”MœM’MšM– Ë&ϦȦ̦ʦΆgÓdÓfÓeÓg3d3f3e3g³d³f³e³gsdsfsesgódófóeóg d f e g‹d‹f‹e‹gKdKfKeKgËdËfËe#²å³²³•²•³U²U³Õ²Õ³5²5³µ²µ³u²u³õ²õ³ ² ³²³M²M³Í²Í³-²-³­²­³m²m³í²í³²³²³]²]³Ý²Ý³=²=³½²½³}²}³ý²ý³²³ƒ²ƒ³C²C³Ã²Ã³#²#³£² ³(‹³N–di–eyVdeVeݬÎzY?k²6ÈŽÎŽÉŽÍŽËŽÏNÈNÌNÊNÎNÉNÍNËNÏÎÈÎÌÎÊÎÎÎÉÎÍÎËÎÏ.È.Ì.Ê.Î.É.Í.Ë.ϮȮ̮ʮήɮͮˮÏnÈnÌnÊnÎnÉnÍnËnÏîÈîÌîÊîÎîÉîÍîËîÏÈÌÊÎÉÍËϞȞ̞ʞΞɞ͞˞Ï^È^Ì^Ê^Î^É^Í^Ë^ÏÞÈÞÌÞÊÞÎÞÉÞÍÞËÞÏ>È>Ì>Ê>Î>É>Í>Ë>ϾȾ̾ʾξɾ;˾Ï~È~Ì~Ê~Î~É~Í~Ë~ÏFÊGÎGÉGÍGËåƒóÑó1ò1ó!ùXùØù8ù¸ùxùøùÐ|‚|Â|¢|â|’|Ò|²|X>y>E>e>U>u><Ÿ&Ÿ6Ÿ.Ÿ>Ÿ!Ÿ1Ÿ)Ÿ9Ÿ%Ÿ5Ÿ-Ÿ=Ÿ#Ÿ3Ÿ+Ÿ;Ÿ'Ÿ7Ÿ/Ÿ?_ _0_(_8_$_4_,_<_"_2_*_:_&_6_.‘/Ÿ¯¯˜¯”¯œ¯’¯š¯–¯ž¯‘¯™¯•¯¯“¯›¯—¯Ÿoo˜o”oœo’ošo–ožo‘o™o•oo“o›o—oŸïï˜ï”ïœï’ïšï–ïžï‘ï™ï•ïï“ï›ï—”œ’š–ž‘™•y˜Gyœwò$Oó,Ïó"/ó*ïæuÞËûy“·ù@~t~L~l~\~|~B~b~R~r~J~j~Z~z~F~f~V~v~N~n~^~~~A~a~Q~q~I~i~Y~y~E~e~U~u~M~m~]~}~C~c~S~s~K~k~[~{~G~g~W~w~O~o~_~þ@þ`þPþpþHþhþXþxþDþdþTþtþLþlþ\þ|þBþbþRþrþJþjþZþzþFþfþVþvþNþnþ^þ~þAþaþQþqþIþiþYþyþEþeþUþuþMþmþ]þ}þCþcþSþsþKþkþ[þ{>R1r1J1j1Z1¨\Œ^ŒQŒY )Æ*Æ.Æ)Æ-Æ+Æ/†“““Êɋ)Š)‹©Š©‹áÅ4Å´ÅtÅôÅ ÅŒÅLÅÌÅ,ŬÅlÅìÅÅœÅ\ÅÜÅ<żÅ|ÅüÅÅ‚ÅBÅÂÅ"Å¢ÅbÅâÅÅ’ÅRÅÒÅ2ŲÅrňbùb…bÅb¥båb•bÕbµbõbbÍb­bíbbÝb½býbƒbÃb£bãb“bÓb³bób‹bËb«bëb›bÛb»bûb‡bÇb§bçb—b×b·b÷bbÏb¯bïbŸbßb¿bÿâ€âÀâ âàââÐâ°âðâˆâÈâ¨"(Â"*â¢S$EZdE^EYTE·¨‹^Ñ/š¢-Š£‹cŠc‹ãŠã‹Š‹“Š“‹SŠS‹ÓŠÓ‹3Š3‹³Š³‹sŠs‹óŠó‹ Š ‹‹Š‹‹KŠK‹ËŠË‹+Š+‹«Š«‹kŠk‹ëŠë‹Š‹›Š›‹[Š[‹ÛŠÛ‹;Š;‹»Š»‹{Š{‹ûŠû‹Š‹‡Š‡‹GŠG‹ÇŠÇ‹'Š'‹§Š§‹gŠg‹çŠç‹Š‹—Š—‹WŠW‹×Š×‹7Š7‹·Š·‹wŠw‹÷Š÷‹Š‹Š‹OŠO‹ÏŠÏ‹/Š/‹¯Š¯‹oŠo‹ïŠï‹Š‹ŸŠŸ‹_Š_‹ßŠß‹‘Ê‘ËQÊQËÑÊAåàrôrŒrÌrH9V9v9N9n9^9~9´œ œ°œ¨œ¸œ¤œ´œ¬VN^NQNYNUN]/§)§-§+§/g(g,g*g.g)g-g+g/ç(ç,ç*ç.ç)ç-ç+ç/(,*.)-+/—(—,—*—.—)—-—+G”Ë—+”+–+•+—«”«–«•«—k”k–k•k—ë”ë–ë•ë—”–•—›”›–›•›—[”[–[•[—Û”Û–Û•Û—;”;–;•;—»”»–»•»—{”{–{•{—û”û–û•û—”–•—‡”‡–‡•‡—G”G–G•A–Q—2)Ó2+ó²(˲*»e]öÊ~Ù”m9P]S[W_žPžXžTž\žRžZžVž^žQžYžUž]žSž[žWž_^P^X^T^\^R^Z^V^^^Q^Y^U^]^S^[^W^_ÞPÞXÞTÞ\ÞRÞZÞVÞ^ÞQÞYÞUÞ]ÞSÞ[ÞWÞ_>P>X>T>\>R>Z>V>^>Q>Y>U>]>S>[>W>_¾P¾X¾T¾\¾R¾Z¾V¾^¾Q¾Y¾U¾]¾S¾[¾W¾_~P~X~T~\~R~Z~V~^~Q~Y~U~]~S~[~W~_þPþXþTþ\þRþZþVþ^ŽT\RZV ªW£WcTcVCª±ª±«qªq«ñªñ«¡ÕÕ„ÕDÕÄÕ$Õ¤ÕdÕ°jòjŠjÊjªjêjx5M5m5]5}5C5c5S5s5K5k5[5{5G5g5W5w5O5o5_5µ@µ`µPµpµHµhµXµxµDµdµTµtµLµlµ\5¢Z¾Z¡Z±Z©Z¹Z¥ZµZ­Z½Z£Z³Z«Z»Z§Z·Z¯Z¿Ú Ú°Ú¨Ú¸Ú¤Ú´Ú¬Ú¼Ú¢Ú²ÚªÚºÚ¦Ú¶Ú®Ú¾Ú¡Ú±Ú©Ú¹Ú¥ÚµÚ­Ú½Ú£Ú³Ú«Ú»Ú§Ú·Ú¯Ú¿: :°:¨:¸:¤:´:¬:¼:¢:²:ª ª°Šª¸êTI•VY•WEUVUÕ­êªWõ«¦j«êèê˜êØê¸êøê„êÄê¤êäê”êÔê´êôêŒêÌê¬êìêœêÜê¼êüê‚êÂê¢êâê’êÒê²êòêŠêÊêªêêêšêÚêºêúê†êÆê¦êæê–êÖê¶êöêŽêÎê®êîêžêÞê¾êþêêÁê¡êáê‘êÑê±êñê‰êÉê©êéê™êÙê¹êùê…êÅê¥êåê•êÕêµêõêêÍê­êíêêÝê½êýêƒêÃê£êãê“êÓê³êóê‹êËê«êëê›êÛê»êûê‡êÇê§êçê—ê×ê·ê÷j¤îÈÝQº£vGëêîŽÞ£;fwHw¬îØÝqºãvÇëŽßÚ ;aw¢îÄÝIº“v'ëëNÞ¢;ewªîÔÝáÝiºÓv§ëNß¡;cw¦îÌÝYº³vgëÎÞ£;gw®îÜÝyºóvçëÎß] »`w¡îÂÝEº‹vë.Þ]¢»dw©îÒÝeºËv—ëŽè.ß]¡»bw¥îÊÝUº«vWë®Þ]£»fw­îÚÝuºëv×ë®ßÝ »aw£îÆÝMº›v7ënÞÝ¢»ew«îÖÝmºÛv·ënßÝ¡»cw§îÎÝ]º»vwëîÞÝ£»gw¯îÞÝ}ºûv÷ëîß= {`÷ îÁÝCº‡vëÞ=¢{d÷¨nÐ »Q7îvºI7ífݼ[tËnÕívën¯Ûï6ݶ;Ð=º{L÷ØîqÝã»'tOìžÔ=¹{J÷ÔîiÝÓ»gtÏìžÕ=»{N÷ÜîyÝó»t/ì^Ô½¸{I÷ÒîeÝË»Wt¯ì^Õ½º{M÷ÚîuÝë»7toìÞÔ½¹{K÷ÖîmÝÛ»wtïìÞÕ½»{O÷Þî}Ýû»tì>Ô}¸ûH÷ÑîcÝÇ»OtŸì>Õ}ºûL÷ÙîsÝç»/t_ì¾Ô}¹ûJ÷ÕîkÝ×»otßì¾Õ}»ûN÷Ýî{Ý÷»t?ì~Ôý¸ûI÷ÓîgÝÏ»_t¿ì~ÕýºûM÷ÛîwÝï»?tìþÔý¹ûK÷×îoÝß»#Õ#×£Ô£Ö£ÕƒêÁõèõõ˜õz¬zìzœzÜz¼züzh=A=a=Q=q=I=i=Y=¬ž¼ž¢ž²žªžº^OSO[OWO_ÏPÏXÏTÏ\ÏRÏZÏVÏ^ÏQÏYÏUÏ]ÏSÏ[ÏWÏ_/P/X/T/\/R/Z/V/^/Q/Y/U/]/S/[/W¨—¯W¨W¬WªW®W©W­W«W¯×¨×¬×ª×®×©×­×«×¯7¨7¬7ª7®7©7­7«7¯·¨·¬·ª·®·©·­·«·¯w¨w¬wªw®w©w­w«w¯÷¨÷¬÷ª÷®÷©÷­÷«÷¯¨¬ª®©­«¯¨¬ªƒ:¬£:®;uR§uVçuQ—uUwëºîÕýº©Ûz >º>¦>¶>®>¾>¡>±>©>¹>¥>µ>­>½>£>³>«>»>§>·>¯>¿¾ ¾°¾¨¾¸¾¤¾´¾¬¾¼¾¢¾²¾ª¾º¾¦¾¶¾®¾¾¾¡¾±¾©¾¹¾¥¾µ¾­¾½¾£¾³¾«¾»¾§¾·¾¯¾¿~ ~°~¨~¸~¤~´~¬~¼~¢~²~ª~º~¦~¶~®~¾~¡~±~©~¹~¥~µ~­~½~£~³~«~»~§~·~¯~¿þ þ°þ¨þ¸þ¤þ´þ¬þ¼þ¢þ²þªþºþ¦þ¶þ®þ¾þ¡þ±þ©þ¹þ¥þµþ­þ½©7ro”Þ¨½Ñzƒzƒ{£÷ÆèÙÒ«7voœÞ¸½ñzã÷†ö&èMØ›¨7qo’Þ¤½ÉzÃz“÷¦èMÙ›ª7uoxošÞ´½ézÓ÷fèÍØ›©7so–Þ¬½Ùz³÷æèÍÙ›«7wožÞ¼½ùzó÷è-Ø[¨·po‘Þ¢½Åz‹÷–è-Ù[ª·to™Þ²½åz#zË÷Vè­Ø[©·ro•Þª½Õz«÷Öè­Ù[«·voÞº½õzë÷6èmØÛ¨·qo“Þ¦½Íz›÷¶èmÙÛª·uo›Þ¶½ízÛ÷vèíØÛ©·so—Þ®½Ýz»÷öèíÙÛ«·woŸÞ¾½ýzû÷èØ;¨wpïÞ¡½Ãz‡÷ŽèÙ;ªôÂ^Ô‹{^ÒK{Y/ï½²Wõº½º×ëõ{M¯í ôŽîÓ;¶w\ïøÞ ½{'õNîÒ;µwZïôÞ½3{gõÎîÓ;·w^ïüÞ½ {õ.î]Ò»´wYïòÞ½+{Wõ®î]Ó»¶w]ïúÞ ½{7õnîÝÒ»µw[ïöÞ½;{wõîîÝÓ»·w_ïþÞ½{õî=Ò{´÷XïñÞ½'{Oõžî=Ó{¶÷\ïùÞ ½{/õ^î½Ò{µ÷ZïõÞ½7{oõÞî½Ó{·÷^ïýÞ½{õ>î}Òû´÷YïóÞ½/{_õ¾î}Óû¶÷]ïûÞ½{?õ~îýÒûµ÷[ï÷ÞHý‘û£ôGíÖÔܽ?FÌþþXý±ûãôÇí׿?´?AÂþDý‰û“ô'íOÖÖŸ¼?EÊþTý©ûÃûÓô§íOן¾?CÆþLý™û³ôgíÏÖŸ½?GÎþ\ý¹ûóôçíÏן¿¿@ÁþBý…û‹ôí/Ö_¼¿DÉþRý¥ûËô—í/×Ñ_¾¿BÅþJý•û«ôWí¯Ö_½¿FÍþZýµûëô×í¯×_¿¿AÃþFýû›ô7íoÖß¼¿EËþVý­ûÛô·ío×ß¾¿CÇþNýû»ôwíïÖß½¿GÏþ^ý½ûûô÷íï×ß¿@ÿÀþAýƒû‡ôíÖ?¼DÿÈþQý ö£~Üïô“~ÚÏúy¿è—ýªßí×ý^¿ßoúm tÿ˜þ±ýãúÇ÷OèŸØ?©rÿ”þ©ýÓú§÷ÏèŸÙ?«vÿœþ¹ýóúç÷/è_Ø¿¨qÿ’þ¥ýËú—÷¯è_Ù¿ªuÿšþµýëú×÷oèߨ¿©sÿ–þ­ýÛú·÷ïèßÙ¿«wÿžþ½ýûú÷÷è?بÿpÿ‘þ£ýÇú÷Ÿè?Ùªÿtÿ™þ³ýçúÏ÷_è¿Ø©ÿrÿ•þ«ý×ú¯÷ßè¿Ù«ÿvÿþ»ý÷úï÷?èØÿ¨ÿqÿ“þ§ýÏúŸ÷¿èÙÿªÿuÿ›þ·ýïúß÷èÿØÿ©ÿsÿ—þ¯ýßú¿÷GjFnFiFmFk5ƒ›Ñ›1š1›!ÍXÍØÍ8͸ÍxÍøÍÐf‚fÂf¢fâf’fÒf²fX3y3E3e3U3u3¼™¦™¶™®™¾™¡™±™©™¹™¥™µ™­™½™£™³™«™»™§™·™¯™¿Y Y°Y¨Y¸Y¤Y´Y¬Y¼Y¢Y²YªYºY¦Y¶Y®Ñ,߬ЬجԬܬҬڬ֬ެѬ٬լݬӬ۬׬ßlÐlØlÔlÜlÒlÚlÖlÞlÑlÙlÕlÝlÓlÛl×lßìÐìØìÔìÜìÒìÚìÖìÞìÑìÙìÕìÝìÓìÛì×ìßÐØÔÜÒÚÖÞÑÙÕMØDMÜtš¤I›¬É›¢)›ªé6uÓkúMÓ´Í@stsLsls\s|sBsbsRsrsJsjsZszsFsfsVsvsNsns^s~sAsasQsqsIsisYsysEsesUsusMsms]s}sCscsSsssKsks[s{sGsgsWswsOsos_só@ó`óPópóHóhóXóxóDódóTótóLóló\ó|óBóbóRóróJójóZózóFófóVóvóNónó^ó~óAóaóQóqóIóióYóyóEóeóUóuóMómó]ó}óCócóSósóKókó[ó{3R;r;J;j;Z;¨ÜŽÞŽÑŽÙiÇjÇnÇiÇmÇkÇo‡¶´¶µ·“´“¶“µÃÚÉÛ)Ú)Û©Ú©Ûáí4í´ítíôí íŒíLíÌí,í¬ílíìííœí\íÜí<í¼í|íüíí‚íBíÂí"í¢íbíâíí’íRíÒí2í²íríˆvùv…vÅv¥våv•vÕvµvõvvÍv­vívvÝv½vývƒvÃv£vãv“vÓv³vóv‹vËv«vëv›vÛv»vûv‡vÇv§vçv—v×v·v÷vvÏv¯vïvŸvßv¿vÿö€öÀö öàööÐö°öðöˆöÈö¨6hÃ6jã¶Ó&mÚfmÞmÙVm·­Û^Ûo›¶mÚ£ÛcÚcÛãÚãÛÚÛ“Ú“ÛSÚSÛÓÚÓÛ3Ú3Û³Ú³ÛsÚsÛóÚóÛ Ú Û‹Ú‹ÛKÚKÛËÚËÛ+Ú+Û«Ú«ÛkÚkÛëÚëÛÚÛ›Ú›Û[Ú[ÛÛÚÛÛ;Ú;Û»Ú»Û{Ú{ÛûÚûÛÚÛ‡Ú‡ÛGÚGÛÇÚÇÛ'Ú'Û§Ú§ÛgÚgÛçÚçÛÚÛ—Ú—ÛWÚWÛ×Ú×Û7Ú7Û·Ú·ÛwÚwÛ÷Ú÷ÛÚÛÚÛOÚOÛÏÚÏÛ/Ú/Û¯Ú¯ÛoÚoÛïÚïÛÚÛŸÚŸÛ_Ú_ÛßÚßÛ‘Fe`ÔÑ }`Œ1† Œ50öÀ8ãŒ70þÀÐ &˜h`âI&˜l`ØÀäS L90ÕÀÔæ˜v`ºéf˜q`¦™f˜u`¶Ùæ˜s`®¹æ˜w`¾ùXp`¡…Xt`±Å–Xr`©¥–Xv`¹Ë¬0°âÀJ+¬2°êÀj«¬1°æÀZk¬3°îÀzël0°áÀFl2°éÀf›l1°åÀV[l3°íÀvÛì0°ãÀN;ì2°ëÀn»ì1°çÀ^{ì3°ïÀ)솀Î7ÛºÙ¶mÛ¶mãf7Ej¤HÝ?Û¶mÛö{“‰)ÄTb1˜AÌ$f³‰9Ä\b1ŸX@,$‹‰b ±”XF,'V+‰UÄjb ±–XG¬'6’ š`H°Gð„@ˆ„DÈ„B¨„F B' Â$,6á.á>!1b#±‰ØLl!¶ÛˆíÄb'±‹ØMì!öûˆýÄâ qˆ8L!ŽLjãÄ â$qŠ8Mœ!ÎçˆóÄâ"q‰¸L\!®׈ëÄ â&q‹¸MÜ!î÷ˆûÄâ!ñˆxLƒ/à+ø¾ƒà'ø~ƒ?à/ø‘‰É$dR2™œLAÆ‘)ÉTdj2 ™–LG¦'3ÉLdf2 ™•ÌFf's9É\dn2™—ÌGæ'ãÉdA²Y˜,B%‹‘ÅÉdI²Yš,C–%Ë‘åÉ dE²Y™¬BV%«‘ÕÉdM²Y›¬CÖ%ë‘õÉdC²Ù˜lB6%›‘ÍÉdK²ÙšlC¶%Û‘íÉdG²Ù™ìBv%»‘ÝÉdO²Ù›ìCö%û‘ýÉä@r9˜B%‡‘ÃÉäHr9šCŽ%Ç‘ãÉ äDr9™œBN%§‘ÓÉäLr9›œCÎ%ç‘óÉäBr¹˜L —KÉeärr¹’\E®&×kÉuäzrI€$IФI†„$Kr$O ¤HJ¤L*¤Jj$"uÒ MÒ"1i“é’é“’#7’›ÈÍär+¹ÜNî w’»ÈÝär/¹ÜO ’‡ÈÃäò(yŒ ’ÈÇäò)ùŒ|N¾ _’¯È×äò-ùŽ|O~ ?’ŸÈÏäò+ùüNþ ’¿Èßäò/ùLD%¦’PI©dTr*G¥¤RQ©©4TZ*•žÊ@e¤2Q™©,TV*•ÊAå¤rQ¹©j?u€:H¢SG¨£Ô1ê8u‚:I¢NSg¨³Ô9êõ€zH=¢SO¨§Ô3ê9õ‚zI½¢^So¨·Ô;ê=õúH}¢>S_¨¯Ô7ê;õƒúIý¢~S¨¿Ô?*˜NB'¥“ÑÉét’NE§¦ÓÐiéttz:‘ÎDg¦³ÐYéltv:“ÎEç¦óÐyé|t~:ž.@¤ Ñ…é"tQº]œ.A—¤KÑ¥é2tYº]ž®@W¤+Ñ•é*tUº]®Aפkѵé:t]º]Ÿn@7¤Ñé&tSºÝœnA·¤[Ñ­é6t[ºÝžî@w¤;Ñé.tWºÝîA÷¤{ѽé>t_ºÝŸ@¤уé!ôPz=œA¤GÑ£é1ôXz=žž@O¤'Ñ“é)ôTz=žAϤgѳé9ô\z=Ÿ^@/¤Ñ‹éz ½”^F/§WÐ+éUôjz ½–^G¯§7Ð h’¦hšfhH³4Gó´@‹´DË´B«´F#Z§ Ú¤-Ó6íÐ.íÑ>Ð!Ñ1z#½‰ÞLo¡·ÒÛèíôz'½‹ÞMï¡÷Òûèýôú }ˆ>L¡ÒÇèãô ú$}Š>MŸ¡ÏÒçèóôú"}‰¾L_¡¯Ò×èëô ú&}‹¾Mß¡ïÒ÷èûôú!ýˆ~L?¡ŸÒÏèçô ú%ýŠ~M¿¡ßÒïè÷ôú#ý‰þL¡¿Òßèïôú'ý‹þMÿ¡ÿÒÿèDLb& “”IÆ$gR0qLJ&“šIäeÒ1é™ LF&“™ÉÂde²1Ù™LN&“›ÉÃäeò1ù™x¦S)ÄfŠ0E™bLq¦S’)Å”fÊ0e™rLy¦S‘©ÄTfª0U™jLu¦S“©ÅÔfê0u™zL}¦ÓiÄ4fš0M™fLs¦Ó’iÅ´fÚ0m™vL{¦Ó‘éÄtfº0]™nLw¦Ó“éÅôfú0}™~Lf3Ä f†0C™aÌpf3’ÅŒfÆ0c™qÌxf3‘™ÄLf¦0S™iÌtf3“™ÅÌfæ0s™yÌ|f³YÄ,f˜%ÌRf³œYÁ¬dV1«™5ÌZf³žÙÀ `H†bh†a Ã2Ã3#2#3 £2ƒ1“±Ì،øŒÇøLÀ„LÄĘÌ&f3³…ÙÊlc¶3;˜Ì.f7³‡ÙËìcö3˜ƒÌ!æ0s„9ÊcŽ3'˜“Ì)æ4s†9ËœcÎ3˜‹Ì%æ2s…¹Ê\c®37˜›Ì-æ6s‡¹ËÜcî3˜‡Ì#æ1ó„yʘÆÃ° , Ã"°(,‹Ã°$,KÃ2°,,Ëà °"¬+Ã*°*¬«Ã°&¬kÃ:°.¬ëð!lÃ&°)l›Ã°%l[Ã6°-lÛð#ì;Ã.°+ì»Ã°'ì{Ã>°/ìûÃp Ã!p(‡Ãp$GÃ1p,Çà p"œ'Ã)p*œ§Ãp&œgÃ9p.œçÃp!\ø.…Ëàr¸®„«àj¸®…ëàz¸@R† „…ä¡E(A*P…DP‡4¡1´¡]èA0„ŒÁpÜ ·À­pÜwÀpÜ ÷À½pÜÀƒð< À£ð<OÀ“ð< ÏÀ³ð</À‹ð¼ ¯À«ð¼oÀ›ð¼ ïÀ»ð¼À‡ð| ŸÀ§ð|_À—ð| ßÀ·ð|?Àðü ¿À¯ðüÀŸðü ÿÀ¿ðLÄ&f“°IÙdlr6ǦdS±©Ù4lZ6›žÍÀfd3±™Ù,lV6›ÍÁæds±¹Ùv?{€=Èb³GØ£ì1ö8{‚=ÉžbO³gسì9ö<{½È^b/³WØ«ì5ö:{ƒ½ÉÞbo³wØ»ì=ö>û€}È>b³Oاì3ö9û‚}ɾb_³oØ·ì;ö=ûýÈ~b?³_دì7ö;ûƒýÉþb³Ø¿ì?6—˜KÂ%å’qɹ\—’KÅ¥æÒpi¹t\z.—‘ËÄeæ²pY¹l\v.—“ËÅåæòpy¹|\~.ž+Àä q…¹"\Q®Wœ+Á•äJq¥¹2\Y®Wž«ÀUä*q•¹*\U®W«ÁÕäjqµ¹:\]®WŸkÀ5äq¹&\S®לkÁµäZq­¹6\[®מëÀuä:q¹.\W®×ëÁõäzq½¹>\_®ןÀ äqƒ¹!ÜPn7œÁäFq£¹1ÜXn7ž›ÀMä&q“¹)ÜTn7›ÁÍäfq³¹9Ü\n7Ÿ[À-äq‹¹n ·”[Æ-çVp+¹UÜjn ·–[Ç­ç6p8’£8šc8ȱÇñœÀ‰œÄɜ©œÆ!Nç Îä,s6çp.çq>p!q1n#·‰ÛÌmá¶rÛ¸íÜn'·‹ÛÍíáörû¸ýÜî wˆ;ÌáŽrǸãÜ î$wŠ;ÍáÎrç¸óÜî"w‰»Ì]á®r׸ëÜ î&w‹»ÍÝáîr÷¸ûÜî!÷ˆ{Ì=ážrϸçÜ î%÷Š{ͽáÞrï¸÷Üî#÷‰ûÌ}á¾r߸ïÜî'÷‹ûÍýáþrÿ¸D|b> Ÿ”OÆ'çSðq|J>ŸšOçåÓñéù |F>Ÿ™ÏÂgå³ñÙù|N>Ÿ›ÏÃçåóñùùx¾_/Äæ‹ðEùb|q¾_’/Å—æËðeùr|y¾_‘¯ÄWæ«ðUùj|u¾_“¯Å׿ëðuùz|}¾ßoÄ7æ›ðMùf|s¾ß’oÅ·æÛðmùv|{¾ß‘ïÄwæ»ð]ùn|w¾ß“ïÅ÷æûð}ù~|~?Äæ‡ðCùaüp~?’ÅæÇðcùqüx~?‘ŸÄOæ§ðSùiüt~?“ŸÅÏæçðsùyü|~¿_Ä/æø%üR~¿œ_Á¯äWñ«ù5üZ~¿žßÀ<àIžâižá!ÏòÏó/ò/ó ¯òx7x“·xÌۼû¼Çû|À‡|ÄÇøü&~3¿…ßÊoã·ó;øü.~7¿‡ßËïã÷óøƒü!þ0„?Êãó'ø“ü)þ4†?ËŸãÏóø‹ü%þ2…¿Ê_ã¯ó7ø›ü-þ6‡¿Ëßãïóø‡ü#þ1ÿ„Ê?ãŸó/ø—ü+þ5ÿ†Ë¿ãßóøü'þ3ÿ…ÿÊã¿ó?øŸü/þ7ÿ‡ÿËÿã ‰…$BR!™\H!Ä )…TBj!VH'¤2…LBf!‹UÈ&dr9…\Bn!WÈ'äâ…BA¡PX("Š Å…BI¡”PZ(#”Ê å… BE¡’PY¨"Tª Õ…BM¡–P[¨#Ôê õ…BC¡‘ÐXh"4š Í…BK¡•ÐZh#´Ú í…BG¡“ÐYè"tº Ý…BO¡—Ð[è#ôú ý…Â@a0X" † Ã…ÂHa”0Z#ŒÆ ã… ÂDa’0Y˜"L¦ Ó…ÂLa–0[˜#Ìæ ó…ÂBa‘°XH–K…eÂra…°RX%¬Ök…uÂzaƒ@@ J F€+p/‚(H‚,(‚*htÁLÁ°` Žà žà  ‘6 ›„ÍÂa«°MØ.ìv »„ÝÂa¯°OØ/ ‡„ÃÂá¨pL8.œN §„ÓÂá¬pN8/\. —„ËÂáªpM¸.Ün ·„ÛÂá®pO¸/< „ÇÂá©ðLx.¼^ ¯„×Âá­ðNx/|> Ÿ„ÏÂá«ðMø.ü~ ¿„ßÂá¯ðOH$&“ˆIÅdbr1…'¦S‰©Å4bZ1˜^Ì f3‰™Å,bV1›˜]Ì!æs‰¹Åq¿x@<(‹GÄ£â1ñ¸xB<)žO‹gijâ9ñ¼xA¼(^/‹WÄ«â5ñºxC¼)Þo‹wÄ»â=ñ¾ø@|(>‹Oħâ3ñ¹øB|)¾_‹oÄ·â;ñ½øAü(~?‹_įâ7ñ»øCü)þ‹Ä¿â?1‘”XJ"%•’IÉ¥Rœ”RJ%¥–ÒHi¥tRz)ƒ”QÊ$e–²HY¥lRv)‡”SÊ%å–òHy¥|R~)^* ” I…¥"RQ©˜T\*!•”JI¥¥2RY©œT^ª U”*I•¥*RU©šT]ª!Õ”jIµ¥:R]©žT_j 5”I¥&RS©™Ô\j!µ”ZI­¥6R[©Ô^ê u”:I¥.RW©›Ô]ê!õ”zI½¥>R_©ŸÔ_ ”Iƒ¥!ÒPi˜4\!”FI£¥1ÒXiœ4^š M”&I“¥)ÒTiš4]š!Í”fI³¥9Ò\iž4_Z -”I‹¥i‰´TZ&-—VH+¥UÒji´VZ'­—6H„$R¢$Zb$(±'ñ’ ‰’$É’"©’&!I— É”, K¶äH®äI¾H¡I1i£´IÚ,m‘¶JÛ¤íÒi§´KÚ-í‘öJû¤ýÒé tH:,‘ŽJǤãÒ é¤tJ:-‘ÎJç¤óÒé¢tIº,]‘®JפëÒ é¦tKº-Ý‘îJ÷¤ûÒé¡ôHz,=‘žJϤçÒ é¥ôJz-½‘ÞJï¤÷Òé£ôIú,}‘¾JߤïÒé§ôKú-ý‘þJÿ¤Drb9‰œTN&'—SÈqrJ9•œZN#§•ÓÉéå rF9“œYÎ"g•³ÉÙårN9—œ[Î#ç•óÉùåx¹€\P.$–‹ÈEåbrq¹„\R.%—–ËÈeårry¹‚\Q®$W–«ÈUåjru¹†\S®%×–ëÈuåzr}¹ÜPn$7–›ÈMåfrs¹…ÜRn%·–ÛÈmåvr{¹ƒÜQî$w–»È]ånrw¹‡ÜSî%÷–ûÈ}å~ry€*“Ë'ä“ò)ù´|F>+Ÿ“ÏËä‹ò%ù²|E¾*_“¯Ë7ä›ò-ù¶|G¾+ß“ïËä‡ò#ù±üD~*?“ŸË/ä—ò+ùµüF~+¿“ßËäò'ù³üEþ*“¿Ë?äŸò/ù·üGþ+ÿ“)‰•$JR%™’\I¡Ä))•TJj%’VI§¤W2(•LJf%‹’UɦdWr(9•\Jn%’WɧäWâ•JA¥RX)¢UŠ)Å•JI¥”RZ)£”UÊ)å• JE¥’RY©¢TUª)Õ•JM¥–R[©£ÔUê)õ•JC¥‘ÒXi¢4Uš)Í•JK¥•ÒZi£´UÚ)í•JG¥“ÒYé¢tUº)Ý•JO¥—Ò[é£ôUú)ý•Ê@e2X¢ U†)ÕÊHe”2Z£ŒUÆ)ã• ÊDe’2Y™¢LU¦)Ó•ÊLe–2[™£ÌUæ)ó•ÊBe‘²XIP–(K•eÊre…²RY¥¬VÖ(k•uÊzeƒB(@!J¡F «p ¯ЍHЬ(Šªh RtÅPLÅR°b+Žâ*žâ+*‘S6*›”ÍÊe«²MÙ®ìPv*»”ÝÊe¯²OÙ¯P*‡”ÃÊå¨rL9®œPN*§”ÓÊå¬rN9¯\P.*—”ËÊåªrM¹®ÜPn*·”ÛÊå®rO¹¯*Ÿ”ÏÊå«òMù®üP~*¿”ßÊå¯òOI¤&V“¨IÕdjr5…§¦TS©©Õ4jZ5š^Í fT3©™Õ,jV5›š]Í¡æTs©¹Õu¿z@=¨R«GÔ£ê1õ¸zB=©žRO«gÔ³ê9õ¼zA½¨^R/«WÔ«ê5õºzC½©ÞRo«wÔ»ê=õ¾ú@}¨>R«OÔ§ê3õ¹úB}©¾R_«oÔ·ê;õ½úAý¨~R?«_Ô¯ê7õ»úCý©þR«Ô¿ê?5‘–XK¢%Õ’iɵZœ–RK¥¥ÖÒhiµtZz-ƒ–QˤeÖ²hYµlZv-‡–SË¥åÖòhyµ|Z~-^+ Ô i…µ"ZQ­˜V\+¡•ÔJi¥µ2ZY­œV^« UÔ*i•µ*ZU­šV]«¡ÕÔjiµµ:Z]­žV_k 5Ôiµ&ZS­™Ö\k¡µÔZi­µ6Z[­Ö^ë uÔ:iµ.ZW­›Ö]ë¡õÔzi½µ>Z_­ŸÖ_  Ôiƒµ!ÚPm˜6\¡ÔFi£µ1ÚXmœ6^› MÔ&i“µ)ÚTmš6]›¡ÍÔfi³µ9Ú\mž6_[ -Ôi‹µm‰¶T[¦-×Vh+µUÚjm¶V[§­×6h„4R£4Zc4¨±§ñš ‰š¤Éš¢©š¦!M× ÍÔ, k¶æh®æi¾h¡i1m£¶IÛ¬mѶjÛ´íÚm§¶KÛ­íÑöjû´ýÚí vH;¬ÑŽjÇ´ãÚ í¤vJ;­ÑÎjç´óÚí¢vI»¬]Ñ®j×´ëÚ í¦vK»­ÝÑîj÷´ûÚí¡öH{¬=ÑžjÏ´çÚ í¥öJ{­½ÑÞjï´÷Úí£öIû¬}Ѿjß´ïÚí§öKû­ýÑþjÿ´D(1J‚’¢d(9JâPJ” ¥FiPZ”¥GPF” eFYPV” eG9PN” åFyP^”åGñ¨*ˆ ¡Â¨*ŠŠ¡â¨*‰J¡Ò¨ *‹Ê¡ò¨ªˆ*¡Ê¨ ªŠª¡ê¨ª‰j¡Ú¨ª‹ê¡ú¨jˆ¡Æ¨ jŠš¡æ¨j‰Z¡Ö¨ j‹Ú¡ö¨êˆ:¡Î¨ ꊺ¡î¨ê‰z¡Þ¨ê‹ú¡þhˆ¡ÁhІ¡áh‰F¡Ñh ‹Æ¡ñhšˆ&¡Éh šŠ¦¡éhš‰f¡Ùhš‹æ¡ùhZˆ¡Å(-AKÑ2´­@+Ñ*´­AkÑ:´m@ˆD¢ƒ b‡x$ IHF R‘†Ò‘Ld!Œlä yÈG Q„bh#Ú„6£-h+Ú†¶£h'Ú…v£=h/Ú‡ö£è :„£#è(:†Ž£è$:…N£3è,:‡Î£ è"º„.£+è*º†®£è&º…n£;è.º‡î£è!z„£'è)z†ž£è%z…^£7è-z‡Þ£è#ú„>£/è+ú†¾£è'ú…~£?è/ú‡é‰õ$zR=™ž\O¡Çé)õTzj=žVO§§×3èõLzf=‹žUϦg×sè9õ\zn=žWϧç×ãõzA½^X/¢Õ‹éÅõzI½”^Z/£—ÕËéåõ zE½’^Y¯¢WÕ«éÕõzM½–^[¯£×ÕëéõõzC½‘ÞXo¢7Õ›éÍõzK½•ÞZo£·ÕÛéíõzG½“ÞYï¢wÕ»éÝõzO½—Þ[ï£÷Õûéýõú@}>X¢Õ‡éÃõúH}”>Z£ÕÇéãõ úD}’>YŸ¢OÕ§éÓõúL}–>[Ÿ£ÏÕçéóõúB}‘¾XOЗèKõeúr}…¾R_¥¯Ö×èkõuúz}ƒNè@'uJ§uF‡:«s:¯ º¨Kº¬+ºªk:ÒuÝÐMÝÒ±nëŽîêžîëê‘Ó7ê›ôÍú}«¾Mß®ïÐwê»ôÝú}¯¾O߯Ðê‡ôÃúý¨~L?®ŸÐOê§ôÓúý¬~N?¯_Ð/ê—ôËúýª~M¿®ßÐoê·ôÛúý®~O¿¯?ÐêôÇúý©þL®¿Ð_ê¯ô×úý­þN¯Ð?êŸôÏúý«þMÿ®ÿÐê¿ôßúý¯þOOd$6’IdFr#…g¤4R©4FZ#‘ÞÈ`d42™,FV#›‘ÝÈaä4r¹c¿qÀ8h2GŒ£Æ1ã¸qÂ8iœ2NgŒ³Æ9ã¼qÁ¸h\2.WŒ«Æ5ãºqøiÜ2nwŒ»Æ=ã¾ñÀxh<2OŒ§Æ3ã¹ñÂxi¼2^oŒ·Æ;ã½ñÁøh|2>_Œ¯Æ7ã»ñÃøiü2~Œ¿Æ?#‘™ØLb&5“™ÉÍfœ™ÒLe¦6Ó˜iÍtfz3ƒ™ÑÌdf6³˜YÍlfv3‡™ÓÌeæ6ó˜yÍ|f~3Þ,`4 ™…Í"fQ³˜YÜ,a–4K™¥Í2fY³œYÞ¬`V4+™•Í*fU³šYݬaÖ4k™µÍ:f]³žYßl`64™Í&fS³™ÙÜla¶4[™­Í6f[³ÙÞì`v4;™Í.fW³›ÙÝìaö4{™½Í>f_³ŸÙß`4™ƒÍ!æPs˜9ÜaŽ4G™£Í1æXsœ9Þœ`N4'™“Í)æTsš9ÝœaÎ4g™³Í9æ\sž9ß\`.4™‹Ís‰¹Ô\f.7W˜+ÍUæjs¹Ö\g®77˜„ LÒ¤LÚdLh²&gò¦`Цdʦbª¦f"S7 Ó4-›¶é˜®é™¾˜¡™1s£¹ÉÜln1·šÛÌíæs§¹ËÜmî1÷šûÌýæó yÈ1ŸšÏÌçæ ó¥ùÊ|m¾1ßšïÌ÷æó£ùÉül~1¿šßÌïæó§ùËümþ1ÿšÿÌDVb+‰•ÔJf%·RXqVJ+••ÚJc¥µÒYé­ VF+“•ÙÊbeµ²YÙ­VN+—•ÛÊcåµòYù­x«€UÐ*d¶ŠXE­bVq«„UÒ*e•¶ÊXe­rVy«‚UѪdU¶ªXU­jVu«†UÓªeÕ¶êXu­zV}«ÕÐjd5¶šXM­fVs«…ÕÒjeµ¶ÚXm­vV{«ƒÕÑêdu¶ºX]­nVw«‡ÕÓêeõ¶úX}­~Vk€5Ðd ¶†XC­aÖpk„5Òe¶ÆXc­qÖxk‚5ÑšdM¶¦XS­iÖtk†5ÓšeͶæXs­yÖ|kµÐZd-¶¬%ÖRk™µÜZa­´VY«­5ÖZkµÞÚ`°H‹²h‹± ÅZœÅ[‚%Z’%[Š¥Zš…,Ý2,Ó²,lÙ–c¹–gùV`…VdŬÖ&k³µÅÚjm³¶[;¬Ö.k·µÇÚkí³ö[¬ƒÖ!ë°uÄ:j³Ž['¬“Ö)ë´uÆ:k³Î[¬‹Ö%ë²uźj]³®[7¬›Ö-ë¶uǺkݳî[¬‡Ö#ë±õÄzj=³ž[/¬—Ö+ëµõÆzk½³Þ[¬Ö'ë³õÅúj}³¾[?¬ŸÖ/ë·õÇúký³áÄ8 NŠ“áä8ŽÃ)q*œ§Áiq:œgÀq&œgÁYq6œçÀ9q.œçÁyq>œÇ㸠.„ ã"¸(.†‹ã¸$.…Kã2¸,.‡Ëã ¸"®„+ã*¸*®†«ã¸&®…kã:¸.®‡ëã¸!n„ã&¸)n†›ã¸%n…[ã6¸-n‡Ûã¸#î„;ã.¸+ã¸'î…{ã>¸/î‡ûãx „ã!x(†‡ãx$…Gã1x,‡Çã x"ž„'ã)x*ž†§ãx&ž…gã9x.ž‡çãx!^„ã¼/ÅËðr¼¯Ä«ðj¼¯Åëðz¼`S˜Æ †˜Åæ±€E,a+XÅFXÇ6±…1¶±ƒ]ìa8ÄŽáxÞŒ·à­xÞŽwàxÞ÷à½xÞàƒø>Œà£ø>ŽOà“ø>Ïà³ø>/à‹ø¾Œ¯à«ø¾Žoà›ø¾ïà»ø¾à‡ø~ŒŸà§ø~Ž_à—ø~ßà·ø~?àøþŒ¿à¯øþŽàŸøþÿà¿øNd'¶“ØIídvr;…g§´SÙ©í4vZ;ÞÎ`g´3Ù™í,vV;›ÝÎaç´sÙ¹í{¿}À>h²ÛGì£ö1û¸}Â>iŸ²OÛgì³ö9û¼}Á¾h_²/ÛWì«ö5ûº}þiß²oÛwì»ö=û¾ýÀ~h?²ÛOì§ö3û¹ýÂ~i¿²_Ûoì·ö;û½ýÁþh²?Û_ì¯ö7û»ýÃþiÿ²Ûì¿ö?;‘“ØIâ$u’9ÉNœ“ÒIå¤vÒ8itNz'ƒ“ÑÉädv²8YlNv'‡“ÓÉåävò8y|N~'Þ)àt 9…"NQ§˜SÜ)á”tJ9¥2NY§œSÞ©àTt*9•*NU§šSÝ©áÔtj9µ:N]§žSßià4t9&NS§™ÓÜiá´tZ9­6N[§ÓÞéàtt:9.NW§›ÓÝéáôtz9½>N_§ŸÓßà t9ƒ!ÎPg˜3ÜáŒtF9£1ÎXgœ3Þ™àLt&9“)ÎTgš3Ý™áÌtf9³9Î\gž3ßYà,t9‹g‰³ÔYæ,wV8+UÎjg³ÖYç¬w68„Ò¡Úaè°çðŽàˆŽäȎ⨎æ Gw Çt,;¶ã8®ã9¾8¡91g£³ÉÙìlq¶:ÛœíÎg§³ËÙíìqö:ûœýÎç sÈ9ìqŽ:ÇœãÎ ç¤sÊ9íœqÎ:çœóÎç¢sɹì\q®:לëÎ ç¦s˹íÜqî:÷œûÎç¡óÈyìsŸ»/Ü—î+÷µûÆ}ë¾sß»Üî'÷³ûÅýê~s¿»?ÜŸî/÷·ûÇýëþsy‰½$^R/™—ÜKáÅy)½T^j/—ÖKç¥÷2x½L^f/‹—ÕËæe÷rx9½\^n/—×Ëçå÷â½^A¯WØ+âõŠyŽ^I¯”WÚ+ã•õÊyå½ ^E¯’WÙ«âUõªyÕ½^M¯–WÛ«ãÕõêyõ½^C¯‘רkâ5õšyͽ^K¯•×ÚkãµõÚyí½^G¯“×Ùëâuõºyݽ^O¯—×Ûëãõõúyý½Þ@o7Øâ õ†yýÞHo”7ÚãõÆyã½ ÞDo’7Ù›âMõ¦yÓ½ÞLo–7Û›ãÍõæyó½ÞBo‘·ØKð–xK½eÞro…·Ò[å­öÖxk½uÞzoƒGxÀ#=Ê£=ƃëqï žèIžì)žêiòtÏðLÏò°g{Žçzžç{z‘ó6z›¼ÍÞo«·ÍÛîíðvz»¼ÝÞo¯·ÏÛïðz‡¼ÃÞï¨wÌ;îðNz§¼ÓÞï¬wÎ;ï]ð.z—¼ËÞïªwÍ»îÝðnz·¼ÛÞï®wÏ»ï=ðz¼ÇÞï©÷Ì{î½ð^z¯¼×Þï­÷Î{ï}ð>zŸ¼ÏÞï«÷Íûîýð~z¿¼ßÞï¯÷ÏKä'ö“øIýd~r?…ç§ôSù©ý4~Z?ŸÞÏàgô3ù™ý,~V?›ŸÝÏáçôsù¹ý<~^?ŸŸß÷ øýB~a¿ˆ_Ô/æ÷Kø%ýR~i¿Œ_Ö/ç—÷+øýJ~e¿Š_Õ¯æW÷kø5ýZ~m¿Ž_ׯç×÷ø ýF~c¿‰ßÔoæ7÷[ø-ýV~k¿ßÖoç·÷;øýN~g¿‹ßÕïæw÷{ø=ý^~o¿ß×ïç÷÷øýAþ`ˆ?Ôæ÷Gø#ýQþhŒ?Öç÷'øýIþdŠ?ÕŸæO÷gø3ýYþlŽ?ןçÏ÷ø ýEþb?Á_â/õ—ùËýþJ•¿Ú_ã¯õ×ùëý >áŸô)Ÿöú¬Ïù¼/ø¢/ù²¯øª¯ùÈ×}Ã7}ËǾí;¾ë{¾ï~èG~Ìßèoò7û[ü­þ6»¿Ãßéïòwû{ü½þ>¿À?èòûGü£þ1ÿ¸Â?éŸòOûgü³þ9ÿ¼Á¿è_ò/ûWü«þ5ÿºÿéßòoûwü»þ=ÿ¾ÿÀè?òûOü§þ3ÿ¹ÿÂé¿ò_ûoü·þ;ÿ½ÿÁÿèò?û_ü¯þ7ÿ»ÿÃÿéÿòûü¿þ??Q8H$ ’ɃA\2H¤ÒiƒtAú C1Èd²YƒlAö G3Èäòyƒ|Aþ >( …ƒ"AÑ XP<(” J¥ƒ2AÙ \P>¨T *•ƒ*AÕ ZP=¨Ô jµƒ:AÝ ^P?h4 ƒ&AÓ YÐèt :ƒ.A× [Ð=èô z½ƒ>Aß _Ð? ƒƒ!ÁÐ`X0<Œ F£ƒ1ÁØ`\0>˜L &“ƒ)ÁÔ`Z0=˜Ì f³ƒ9ÁÜ`^0?X, ‹ƒ„`I°4X,V+ƒUÁê`M°6X¬6D2 :`°ðˆÈ¨ @ŒÀ ¬vànà~a±`c°)Øl ¶Û‚íÁŽ`g°+Øì öû‚ýÁà`p(8 ŽÇ‚ãÁ‰àdp*8œ Îç‚óÁ…àbp)¸\ ®ׂëÁàfp+¸Ü î÷‚ûÁƒàað(x< žÏ‚çÁ‹àeð*x¼ Þï‚÷Á‡àcð)ø| ¾ß‚ïÁàgð+øü þÿ‚Daâ0I˜4L&S„qaÊ0U˜:L¦ Ó…éà aÆ0S˜9Ìf ³…ÙÃaÎ0W˜;Ìæ ó…ùÃø°@X0,‹„EÃbañ°DX2,–Ë„eÃraù°BX1¬V«„UÃjaõ°FX3¬Öë„uÃzaý°AØ0l6›„MÃfaó°EØ2l¶Û„mÃvaû°CØ1ìv»„]Ãna÷°GØ3ìöû„}Ã~aÿp@80‡„CÃaáðpD82ŽÇ„cÃqáøpB81œN§„SÃiáôpF83œÎç„sÃyáüpA¸0\.Â%áÒpY¸<\® W…«Ã5áÚp]¸>Ü!É é aȆ\ȇB(†R(‡J¨†ZˆB=4B3´BÚ¡º¡úa†aÆÂá¦ps¸%Ün ·‡;Âá®pw¸'Üî ÷‡ƒá¡ðpx$< ‡'“á©ðtx&<ž χ‹á¥ðrx%¼^ ¯‡7›á­ðvx'¼Þ á£ðqø$|> Ÿ‡/—á«ðuø&|¾ ߇Âá§ðsø%ü~ ¿‡?Ÿá¯ðwø'üþ E‰£$QÒ(Y”FŸ¢ÏÑ—èkô-úýˆ~F¿¢ßÑŸèoô/JKKKKKK‹‹¥Œ¥Š¥Ž¥‰¥¥‹¥eˆeŒeŠeŽe‰ee‹eåˆåŒåŠåŽå‰åå‹åÅÇ Ä Æ Å ÇŠÄŠÆŠÅŠÇJÄJÆJÅJÇÊÄÊÆÊÅÊÇ*Ä*Æ*Å*ǪĪƪŪÇjÄjÆjÅjÇêÄêÆêÅþÓg8 endstream endobj 466 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 475 0 R /Length 488 /Filter /FlateDecode >> stream xÚ”YoÚ@FÿsÕ¦Í[VÔQv’—4U³U †¼§` ¤¼ðÌx¯ðmè%ÓZ(v¥˜«ó`¿{flË7 |Ë2~>ôz÷T@‹©ëïQÛ*r²,ºŽóz $qXÌgmËÕ£"/—˧”-ÐØí½nœO4~çðDpñk£r(mÞñ‘áwúŠ ŽC·ÀdöÞn½!„$hd t±XÄ#®vÍÂýÇ`3}6Ä !•B‰ÛŽ ö|>_kD*RAhqõj.ŸÚÂj Àh=iÛVdX7fö¡¨Õ9QV¹ë£ãJå¸ ¼ß~·ž¤ÿÎ`šÆlÎfSFæãa±T(UŠW«Öoj•£Rù™Û[Q ÿ5zÓiÈI–WðüíçÓ“Ó/' þ–­(ŠÅxÃÌ`èZøq$I<;ÿzquÏ’@h º®yžëûÞ Dqpqyvõír0èÇïêdÌ šF\׉#ŠÃÝý½ƒ~ÿ‡—˜ŒG­•¡«ìPÛuè `1"~f Áoƒ"-#EfŒTË46@‘%0°ùg€oš hyèÝ·[M¸€)×í´¥á ÐR.ät„¾BVÍ»éõÀî©0iÿ¡Áe endstream endobj 475 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 125 /Filter /FlateDecode >> stream xÚûÿ w ^®.`0åCWh<ƒÀCÚ5AʶK#JÖi©õ ïïî'.ÂPö¦ÌºÌºAÖÜÜœé°B¨w2‚h®RÅŸÖ¿ç—±3 Š_PئY â\¥ ÝWx'vr•¦ëlªgT¬ Ó endstream endobj 470 0 obj << /D [468 0 R /XYZ 56.693 815.761 null] >> endobj 372 0 obj << /D [468 0 R /XYZ 56.693 440.985 null] >> endobj 471 0 obj << /D [468 0 R /XYZ 56.693 423.172 null] >> endobj 472 0 obj << /D [468 0 R /XYZ 56.693 267.396 null] >> endobj 473 0 obj << /D [468 0 R /XYZ 56.693 172.124 null] >> endobj 467 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F64 307 0 R /F52 247 0 R /F75 438 0 R >> /XObject << /Im8 456 0 R /Im9 466 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 480 0 obj << /Length 2103 /Filter /FlateDecode >> stream xÚXKsÜ8¾ûWèfõ”›æCϹíæ1•­ÉÔLŵ{ˆç wÓ¶ªÔRGL’_¿²%YžÚZÜ$ ~%£§HF¿\ýóîêö}*£R”™Î¢»Ç(Ó"Ë£Baòèî}Ž?Víd›Ý^§2žÆº©‡j´SO„£¥ßæºC^ þy÷/0°WJ”iJz]{/¥~šúj¬»v¹þ· —OÃþd¨Þ›T ìr§Óø+Îì ±;ÐÃÔŒ½Ÿ];âHa‡ÚièâºÓÉòJ Ž‰ë¸n .ŠM"ÙVÅk«aðö¬äËľõS[£3–Ì™,KžÎ¢`ÊT$²„ͺܞºöö±><×¶çSœÇ,ODn‚°7â9mA›Ë¦}’KaŠt™Tï_5”$ÂãõP 1Ó^Æ©õѶc [£å{¸‰4¤ä͵X˹ï*ìɽœÉ$7øºÓ2î&60tÓsUöOë-¡žKL|C†ïÃŽÊ«=NôûdÛžIÿÙ%°ƒöØaJýåw€¡À $Bäÿï^[£‹x˜Îç¾>YžN­¥çXÓíÄ© &@[[¿Ð-)!Y‰Ðv'–eÂCE CÄZôˆž¡¢q)ìÒ%ÐPcÝÝo½Wv$SÇëê|ž¾Û~áÂeñØM‡gÎÌ,™§@šˆÄ$>>á¦72E—¢HBJÞËTvSp“’¡H„.0˜¥ÈÒ„ñ¬Á|a< 6|&€‡FÆ#F*QÂdi”•RH• T ‰ÌÆÄÌDJ?ò퇓’ÑÛPê {ï•ïgÚ_‚–JsQdYpÁoZqÚ(©„Êq¯¹Póß©4®0î’³âq§d  í°#gÁE…û­Ók«ÚíIådPe®¸‚=ýg"_ª ƒ9T6FZ”¥°ùð\ñ8[nrn’‘ DVD Z®Çà+!)ÆqÚ j":\R6gy?elÂ6b2Ô§©íâ+õ ×ÕtðµW^æõ‘Ì#¹õ=Û Ž\ÂŒ¶­{¯Ëá ŒFßÃwÓŠ(î; NyáŽEØÁ¬¼qeïǺì]wíScÙ‹»]!ã…*îšÂ}®BG¥Ûë¨Xªz ½Ôf›¨qò¦üâòºêìX—ëó-´saøv °ŠÂ‹×Àk¿³bïžiE(­¨œÃ“C—®ÙÑ|Lµ^Tù³,›—zåKýÚX(ýlj?³å*®ç}ŽÌ„JM¤ •ü^ùuWêxqxžÇUPÖAlêé»5Z/xÎAÿ±ÇöËpµ|Pjc.•{‘ OQîÎ>ìöV¿lV^xˆx1¸Æ9_|“¹Ñ›ÿ5¶®ÃfÀå(´Háù‡µ'õÏÀw g|ìÂ}¹¡)a6‚×Ìdl8‚dWEL»`? AÝ#¨óçá8£%uöh¹FzdjΪ€¸g‚2§5]SÒŸtz–Ã&ä°9l^äpø<ŸÃÚ«3!‡u¨ì†+»Žé&¡JØZÞrw¬ ŽNþ@Bœ´ ås_ì u'¨´Á—/»È1î¦8¸¡Íoj‹`. þ¬£8z`£{³QÕ?Õ«¯vj^íFÂG¿êew²lLz{:7¾7¡wªÏÈ¿«ÒóoÃÍò°42ؾZY˜·—›æjókGm ±qŸ1éûq¢†> endobj 476 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 484 0 R /Length 378 /Filter /FlateDecode >> stream xÚ”ËNÂ@†ßÚ [ñ%ÄÒ‚`t!—= HK‰:åÒé}fz£+Pðà`Ó… Ú?_šIsÎ×Ó4=Iù¾û1SÕ©\hñ'ŽBJ|Q¨#´»ˆ¶˜7î‰ïj©£ãñx(hFE~Wœ‡RÆ·AÞ_¥Â( ™á»x2c´Ü 43PºßïK7Ð_C‰’Èn·ËîcŒ lpNÇ|Lœ¯$ÄÏ ysµvÛéµ;Ý×n¯ýüòÔlI­Ç3•ë«|%ý›ÁóÜ4MÒtË©ÝU¢Ð¸ŠRClžš"\+7WY`YæÙà:Io· éBÿ£/QV˜&æ×±ã8*Ænp; ƒ( ‹blÖÜ`ÛV°lÖ«ñÉ Ø–É( -Êz¥sƒebøÍaQe¥#n0±á{n t¤ï7˜¾i! e¦N'ã`Ë)òD›Z$¡îØV… „e5öa¤Ë§[Ø€MûRëÊ endstream endobj 484 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 72 /Filter /FlateDecode >> stream xÚíŽk ƒýÓC»ÿy{n Ò ¢Á‡Û4¨÷¯×%[:iÇŠ!›Ëô«¯ðͽ‘°·Ðgô$d’ÃmÁ¤W—‰º¿’¯›H>ãa endstream endobj 477 0 obj << /Type /XObject /Subtype /Image /Width 1188 /Height 666 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 485 0 R /Length 66073 /Filter /FlateDecode >> stream xÚìxTUÚÇ/ ¢¸‚bEÝÕUw-¸öýp-‹««». ¨„Þ›ÒK¨iFB:I(!½'“ÞCzŸ”™ÉÔdz¯éß¹sS&ÉL˜@:ïy~ÜœvÏyÏ{î=ÿ9wî` @€ @€ @€ @€ @€ @€ @€ @€ @€ @€°oWF€‘QyÿÝtráRL©CBl¸…q.Ï!À8Â!ŒiL7”yìÔQ¨D ŸÜ#„ÞÅ$ÀøâDcw5f‚2£"cª¤þ†Iîn^Hä÷álåÐŽß·?û·oÿ²å«?múâ… ?µ÷èŸ`äAŠi—g)J.Qsž™DÙPfT;5 ­‡DÙp¼Œåjºø\ÏÓQ´ƒ»woøÇ3>[?­ñ\, Ú¢ŒØ©‰ÜEñZwø‡×7ýš«.ÊæÃ>[Ó§,À°Ï8v©ØžÄS µaÙ'®î9›s0¬ö.9cǯ—¸TâvÆ‹ÁÍw!€aà˜?é&‡0&5fBè2TpìÔ€8âKòWµZïl<Ï5ÿ÷ŒÏΪ#ww$lçz-¥œþõVÂnIÈ®Ž\׎J¿ÒËÛW}4ÃbÞ¿ñղߎö) pÿœ!QvÚ…Í?·+¸æ Љ£[º§º&ï³#m¾B?7âMŠe;‡ÒœI\“-Ë Ôx¦Ýµ<ëÀ2ÿt﫹–¡µ&+‰aØ\Î<â[äO¶õ,qŠ ¯ˆe9¸ôPðüÁó&Š`ÛœŽùÉ2b'ýôÄsƒ1`ð!v!˜¤ V¸ÎBŠÆ;Ud&H”¡"¨àØ©1|ZïL×uÿ÷T}ⱎäýI{n¥¬ºº«Âu>Ïñ£¸ /wD¬l(¸J²]ÿŬk¾—ÿ3ÁÈ>Å;œº¿-ŒDn ¬é‰erÁ̶ùN1c®Í§£«v8¥‡‹nÞiQŸKÜÌ9y5i}´íÎ;-ÊHßÄ^Õ±#Øžˆ¢•G£6¹§õ£8E×kaÍéán‰~ôBÚ*«0ýh†.²MÚæUésÿ[f}£ YöVwäz¿Sõ¸¦[\¨­GïÈí­ŽE¸WÄÐvÛ'ºæÊ¤­x#:êÅ'c¬sum­±Ië.V{L,7¸GƒÇVï±Áµðbw²K×ñÊ\„» iOhí0tÜ\4Qä ‡õºÞ®À9fLRF ›@¡³<“…fBè,TÐh ø•Ç4æÔ€p ¡ntNÞs>—øÓÆ·|çÙ§Â*£òŒ·1|ZÏ#¶Ö-_ÿYgÛQr±£ÀãNÉE¹ç‚¤uϨœÞöž÷˜Òé­¤Ïß,¾äc½êŒ«õ,ÜîàÛ§8c—kñ+ýør±9áBÔ&ÃØ"ƃ}––o¶Ëw$­f»‡æ®p©áí»Ã‹‹[y‘îÃ8r:Á2‚Mk@qš«'ãö„ÖŒPc"KVÛåSq#6Ç%m äoáp¶Á-¼hM¼c2¦j×Û-D±Æ.Ã:ê~ÿ«•áBcªªSi†ÒãHÔ{ÇÖd™ß¤oõ›-í-:Þ±ã©ñúÝ•¬=^è3¡Üà^ Žä°]‚ŸB_¦(gÍñ<R­[`æ²³, Wçë»{g]hpD–®=ž“ßBŒ/y“]Þ—©±0IElƒª eþ»\… ­ :¾¢Ù((Éœìƒ)™åb2G½Ü&Êê:Пiã™hš]@eÿçõÜcj Ù»imÚÉ¥wØIwª#;b6kO¾“µù…â/‡.žQ¸ý¥Èµ/ //© ±Z¾ð›õ‡N÷) À˜¡æÄ¹˜ßRˆÕð^齬sõO_vŽ©"b›jZ§YG²­OÇýzX¿Ów d‘]òN_¦[ŸÚ¢i{OÆ.9J|¨µðXìÆód'’>‰T}Ð#y…U¸~Ë)xÁ±”Ca5î$¦Õ…”åGõu&­?ו¯'néÑ0¢žŸ¬·ÏÞx</k¾Ì%ß. •eÙœM<EO¸Q¼Ï9×&R_Ûù䥇BPU{.Ä­:Yä=øSB2ÝeËÖ3}å1}O-Ö:g,·- ß!–‘úfͰ2Ö ©+ô¥!­;SÖÙB¢¿GB;[x˜´ö¬±ö˜Æ-¢dý‰¬8Åþ¡…S¾óø Ûh<ÏJb÷6€ƒÆÝþ|4ÞN›|ûð’•7Þ)}•Á¦Ì:_NßDRöžŠ]d‰[iIoéa–ûÛÓ¥9á Í]µÅ&5 Wúwèa1?á©á[Χna•°—·_׉qì|ꊣÃúÓÒ*·t:Söq u!Vß8q7K•ÜÁI´]]ZÍøšÔ”å'Éν´Þ®`–QÏBÈÚ15N>Ùk¬‰íéE6É{CjŒ^»ìÏ‘¶&èº==ébÔ&Cç¹IjfƒMŽëß`‰Íù¾™: 4ZÃÀZÏœ6»¦ e‡òãrÏ:r¹Md÷Ÿ(i繜þ5 †Oë"Õb%mËçÏ6xvÄmkr·`ç+Nßýaõß²ú磾Ëÿ°íÿ²œ~–ç]ݶnÑ‚•[ìÉ}Š06`s‰:LnïZ/5ÇÞäK;p‚tŠu»3®Cád·Ó=Ñ*G¥lÑoÞ¹­ ý½ã6^¡»vWEÝs*ýj¥ZÒp‹(צSg%em8‘mYmy&Ã#GÄTµi·tÂS'“6žˆ9šÀg×ã'êhÒ¤d­wÌ?‰×s¥B%ª¿Ù¹†SIã’hY‚füÚrò^‡Vaäu†«ÇkÔ=öÆj‹Ì©£ ,Ͳò0Ñå(ú~GÒþèšj­¾ÊŽvaEá¦ãÄ2²+Ô³÷Ù&õZß^£ì¶=ÏcêðR·uE¹[NdZGôô—°xGs]IzöFçûh3‘yÈ‘d_E bs~ÜmvËR\³ÕD”05i™G®Ájœ´Ñ-f[²^"HÉ›lS»ÖÀ¦ñ«aG®³{=¼lÓ‰ÏRµoýmŽ5$=â…ÓŒJŸ~±gÑï.¹¿Ö\Ý.Ñ”®vQ'¹ø‘¶ u¹[åÉhÚNûXë$>«®«t}¥°hÇ)C!ÐÛ>vÙ»O÷s!'ÒÑþ¾á¿ÒvøÝà> MÝÙ£õPhÍö'­ðH3Ðz1›]y~OïîÛ…®™¬Ê.ÏÊ;eÓ5Z©¢]úÛ:™ÈûlÊž`N_·,ßh›žŒKû[B)n„vVÁû"ÇhSN5L“”cofƒUN„tê,ó¿âGè,TÐh „Öëÿô&iN {.äy¨HEº¼¦K÷ÙD¡$»Jÿçõ\£9}Ø¿kå·³êÃ6RŽÎÞäB²)nîô"U”W-}—mâ2“öI_Ýß…¬"ö÷˜¥ÃíC`pÊŽ.­×Ѥ?ß-¥·kø­·ÅÙ¨çw÷î¾]èJáʪr(¢é›ÞÑØ V·´ßTž¶ßÊîíöl‡+ «ý%ø÷sµ Ë3T±¾ñ~.¤ßƒØ¦œjX&é™Ü•f5€QÆ!”Aè¬Ó±\3!t*h´†nYgX¤OäÀ5 Ž\-]nY¡Wy$÷–ÛD¢HSm@ ŸÖCçêÏî­[ÖüÄÞÏ‹²üO¶õç-Þ?oñÉŠÙ“ü~}æ÷ÿc—Äf¥E–Uýó?ß-À(JÙaë%Á*üŒŠR|夻îuLÄJ.§áKɦÈÓ¤-WË·Û†.8¾Ê1n“{aþ™›9ž‘k¯Ò;« .YÓ³j Ÿ0|G¬ò&±s^Ú+)xᱸŽ¥,ýJ*ê|Ä‚!+®òðO蛹‡­ãWd^p,-Nÿ”–&?u±eÄÁ|ýB]ËØm“´Òp×À¼Úîvꔃ!=Ʊ©4ÖåˆEÅôâù·´eCX†-?•i Â:ñ«]Ö‘ ^YäXÆÖ/¬«¢â ]ëÇׯnCÝ#–ôja´#E¿¦—n°Í³ínOµ¥ChÏ'‡¶ù¶]홹çÿ¦Ù.|ËîàÖêʬs—Îþ²|Å¿¾ÿÁTqF“àò-¶IÄ‚—»/ÿ¿Ž^ƒ¿”¥ExÜñF.®ùÚ3/E,³sÈVêz}¬ƒ|5b¥7­³ª ’ÕK»Õ— –ÛdëÅÅ/òƒ•ÞêËÕ6Þ‰—EmF¾^†T É že6ÇYú÷)TfZØ‘,|dø'è-ü£ÖqË ²-5¯¶»:nW½³;!U»œŒwy Q¼CîlKÚ€2WÛø÷Z»n¼VÝÏ áWÄx©Û2GÛØÝ~¥k¬ÓÓ›³G.ƒWž"­Ô/º5ô¶‡Cˆ‘¢íwˆ²¦Ýêiˆ hµ]¾µ¾©vWS-Î×è:ÏŽ´^5Ñ다UÁZïôñ(C­·ÎÅp¡žlq—Æ÷Z¨#vû­w²+b<å¶ô„uÜnïƒW…„›cgÛË]Ãa`O+/¼ÚÁ›+iEï±>BÛmÛ£õ,ìc»Z‹W»ãl¬ÖK°0iŸÔ•½«=\iÊ7~^7ƒŸ©ØÖ­õ2“~µJЫk5-Z´Æáî½»/òÌ[n²ªôu¶©$5qÒ[b&ëÒE’…Ud_ç·‰_âF“ê{wÞ1dþÕÁr™‘龡èÂoѶËvZ¬_ò¿cû·f¥EUÑJ¿ýáÇÕ–§í‚i`Ô*]g–ÚØ¹–ûÅ™ÌéZO)²R#ÞtÑA¾±ÂG¬ß¨ÏH(r £–·tYáEí¬*°¸—Öó,Ze•™§_zRý{k=ošM÷’õNKi>#*«‹ô²#©†+öå¶§¥*s™]¬QªMpÌ:vyïEš9µÝåÔ§suZÆÚ+~¥‰.[té'ÛØ(sµµ/Z»æWëëŒ?µþ*Í.¸Ú®·A:Ÿúeä.ß’žedp´¡qVºÆŒCÁD{¨Æ´^ž•¾©v~yËì‹YÄ{©‰‹Oä Úø•l²"9UëÅvcÍë8 ›<šþûYÉç£V»ôÙ”¹Kã ºáȆÝþcãÕeÌÅI[ÒvÏÞÒà ;÷Ô``Ïcž ÷d®¤>c}<˜ÚGëuƒ é÷3¤^ûz&íÓ[ëyÓðŸ‡× †ÀàÇƒË µÞ§¤¥§*X=OJ#­nj²ÿ2T.t)…ɪrŽúæ¬8žz6K,ì®my~ñ¶}œÿpä‚#ºöÎmri…kü²‘œ¤F³æÅî/0–8É&t–mP5bà7«y… Pƒ©ïë™SÖSi=ïf±‰\nÝón–-ni{=‹ú×€>­‡_M0ï›Ï¶Í¯Œ¿Ts¾„t¾<#ˆBΤÐË«ªÉÿí»Ÿ–ØT P€Q# h•u–~÷ífŽWärÛhš^t¨/9£ËNr¤ÿ‹³-AÿåyåÖC¡?I Uwk=JwUÝ«¦âkó-CWùðôe#<¢,¨VySm¯gY8—óôk3FrÚʃÁ ð÷mÆnsIß{½ÈpõµÌ@ëYØÅj=ƒ_ìB*Õ¬Úîrj¿nËÐŽœ&m1ÑåîsUÇ&-± Y`²Ø>e¥aÆzxÌÏCIÜëSÔëûJÏ×ݪŠìõxXxoã¬èµŒL?ÔÝ$Ê>{ÃÇØòŽubPÕ.{ÒIBÖÝiÌŠÎØlaaŸì|CI¬=%ÉË\sW[gdéWÇü„„EB{V×Ö)ËïÖø_ºd;;2v‘S‰Mש‘1—9—럊ì`%&#k,î‘QKînçjÃáè±ç‰Äå÷b®Ä½ÇÚ.ˆ²ËðN§T —Jý³~·(1ɇ#÷¥ÕwëÄ•¦ìcÓKë­ò¦ à?³Ü¿Áí‚È[ ´ÞÒSe–§¢·Æªn÷h½“žo5T.”½Æ¤µoì¿|c£MèBTÉáø \\…¶RnX éq~›ôUÖ™™Í_ÌÄiiì|™pñ:¤ÜGn’¦í1Ú`‡"k¸¿ÀXÂ5ªSgYÐk="¡³PÁaªa‹û´2±‘·ó|¢û7É]Óû×€>­G(Ðþl´¹n±zudÐE7»]AWݪJR)•ùHè†ù^/&|óÃ+÷»™*À(bã—ßõYwkʅȵçÒל«*äªÈÙ7Ö9çm²IPê×cqñË=¹ Ä/0(ÕÕ<]]×c]+<)µùw¯šˆ%Xççð·xä-v)½á^TÛ ªÝ¤ãeÝŸÌßn½Iœ(n™GÞ*SZÏÖ¤Ö³°3«¶»œút…M—e¬¼“Muy‰-ɾ¼µëѶ[ø+04ôÇbÎr;wGZ›ÛoµJìz?ŒjG:ZÐù¢‹;]{ÍôÂõvi+M/ò-ÍGŸÜ•yZ#û·„”½¶©ûý({£mË;7nµÝì(|u¹Õö._bï#í,Z³ê\e—¡ªö8’lKºŒy³½ùV÷«Bb7™agÛ@\¨³gÔàÍ•¸¼ÏXRvh= çÂ'b\¨í}m¤_±ÿæ`Ê>©}¼w ß°n7¸ƒ“·Új=²uy£uÂ5QÖ³0Ñ»¥vCæBËlLTe»ôþÍÁ¶†F‰ª¹óÊ´Äendëî¹y)aÅ5¡¾ŸÚ+Îa?‰øq(tm˜RßíeçèµÇGj’Z‘îÚ`Ƨ¢9„Î:æOE ü '‘‡ÐY¨à0հ׫x«GÖê \Òˆ˜íçò6º¤÷/õIfî¾TÜ¿Äði=›@šQ¶ØÎûéç•ÖÿçÇßÿ÷;[$ô\¾›¿à»?=ïÇïübª,£‹µO¶…c™~› ‰t&zÃeŠÕåÌU¶1+\‹Žú—o³‰»,ízÖË6æ@ U×µºÕ&‹ýÏ'n¹Bé¬Í@ëµéZôkžv¥êˆ}ÂŽk…½—§¾H@éf»X›$>»«Î&+*uý™œ{Ðz«.›SÛ]N}–lÝcœª=.±Æ»ì]²éxÜñ§žØ ¹¥ª¥í·_é”Kªi"{­*¾›Kœá2rÕÅÒ­v±ÖÉ‚š}©Öúòì‚ßìRö^ïµ³°ÂÅ`i~ À졼šµÌ&É-SÈÒÜì|£Bž–µÑ:y·Ÿ>oÑú©^ejM— oÐhÉY¹›OñÉY=`ãWžN_{º4CØróN{®wd§ J·ØÅÙöXãN[c‡F9à”yÀÏ;ÓlüJÙ3eàÍÕ[ë¡FTí4|†ód‰•_Ñ»8‡d.™¯­ÈJxzUÓvØdXú˜°ë•}]È´o\Ê^=ÜnpŸ o1Ðz®eV4+4a§Ö‹^ëd¢wžCçBç VµÉ)igu…ªó%¢wZ*ó ·Ûgðï¶@å.ûh'†>]TºÁ&û0aœë¹ËŽPôѤ„e§ò6ŽÌ$µŠY{—0&p'Õ:ë°o•™: ¾v]*Úx*cçÅBS1}j@ ŸÖ³  šbƒÏò}îè`å~÷Å«W#­‡þEÇ(f½•÷öS1”`”¹–µÿ *b½7¥o’?y«þñÔ"×Ò£•{O'.íúôù–a‹¬ã7_6(âWØëu…x¶ÐÅö™{®w¥Ähxå¥*ƒúËw¹õÔ¹ðiÕ™²c}3Wî>gXèPx4€zäb<þƒÅwûõ«Ó¬Úîvê^˜î²y'*Þõcӿئïó§óÉ_o±¨ðhâvŸþ-¬Øí–¸„(u0j¹Kî¿þÆ¡:KÂ3IÛï?È¡ô-Ýîš°ô(ÑàŸÅ®q/8hX‰oÉVGÒÏ–Ä§Ž¡?^îZxXŸtׯ½œ½Ú&|ÁÐU†fì6æ)d¨Î§ìŽ\z"s¿Ÿùv6nÏ{1Wÿ±ö¯Üa‹Ÿúgç⣔£>Å{Üc—Òÿö¡Wýßíšü•¶y‡ýMÛLj ™ô‘pƒû4¸ÙæcÝóº3òØåôÅx‘¨ÍW)yþº‰ªŽz¥/?ÖyêC‘ËOvÙÇ`bî8¡ï»uv/÷öÉ]¦¯íW7bâÐ$5£ÁŒ>1µø„1úTšÉ.ÏRT;5 †Oëó§ÜK¯üþç{tlN&¾†Û+/U‚M€1ù7[Òi>þT_Ks[S×¶XÖ5Òªóå`€ ŒSû”~[mƒ[ξ+åweÞ$Õ ‚c§Äði½£~“\ï¥õV\¬›c ß²ßN¦ž-SË›‰/mÝÖÉ$Q +NöûLp˜.Qø7æÌeFEÆZ çõŽøVŒGN‘jÎ%ðÍe“5 —Ö;|½†Cëmß¶eà׊à ’fC®õð—R«”•RŒ„«ª ƒÖ­Zà×zJ…1@ëÝ2n–_> Ðz15pÓ;“±—WGpäàK‘?bm6†Œºt&†=³<Š-1ˆçgí{ {äƒ-g‚H±ÑQ d¡„ví¿cÏÿ`s5".†”Z%¹ýôáçÛ£˜2ÙàGgôñ ü-úôÏÓÂGìñ—?ž¿Ç;»Öƒ<^œC¯#­^;ÜC3€“zèZïåÕÃ"£¢¢òXÒ»¶|Õ„‘6GÆÞ Kdf¯Àûk‡Q@XêôÉ”IÓŦ|êVÖÓxI¹ûØ”¯ýzÚ\KZ6{}–ÈüÊÇžÖ“±b÷¼?Ã^ørÍwÏË^Ç6|õ"†Mzk[S2x­×ë³…!×z&†f ƒƒÖƤÖ{Û®X4 XWÇÚýúñ¬Gðz{ežG±HŸ{ä…çÃ㦾8gÝ…|Ѳ¢Ê°ƒ?¼óÔ$¼èŸ¾Üz¥Xˆ+šêÈÝÿž=kš¾¥Sþº5qÐZ¯› EW¶Í}Eߪ'ßøøÇ»Và†­Òk‡îðêžLaßþÒHÖ? Œò±?}¶Æ=­†ØÊ‘P6|ö—ç¦MÂúõz°ð’·¾4éÕ‘þ‹ŸÂ^Ù™Áïeùî0í‡NèüÇ{bþr4Wl÷öÈ·,ù=ŒŽLH>ûãkÄÞÚäg?XìœQÓµu%¦ÇŸXüÑ Äã=÷—ÏÖ\&‹ÄAP“´ùe ûãú0zÏÇfÔæ?cØó«IlYAÇø÷l¶}±ø®ãe¨õ¤5ÙîË?!º0õ¹Oà õÐô8‰)Os õÌÕz2©Ä8š×ÿaØ[Vy8Œ´ùM«|\ÈHi^_MÁ^ÜÏíld±ãl“Z¯GVôi³¾¿Ï­Šê쯸âÒWS±Y›R¸ýz]îþw¬«×ƒBT~泩Óçù2$x#O~p+ ÔëÁ Ì;öÎÃÏ® ±õŠhW¾6éÝãü{Ðzƒ)¯Ìg÷¼¿Ízü! ›òþnÏ÷N–‹$‚´ßÿˆêôïÚ`5Ðz¦q°Zïá×z2^ŽÓ×ObØão}¿Õ%¼˜'´w™94xÚý› ­g¾ÖCËm㈩žH7½mS(è/ÈÇ—µß°$b^ÊÖ—q5Á0•ÿ³&nÍsØ‹[’xýʾ„=<Ç1.ëFf7òÊ9’>Å…©6£ÓéWàHøt5²È­À¿ðaöipm®ÖÅsö·³’îþ È'‘Ö{ß•,¨×ƒ 6ÕˆÀ^Ý•ÎïoX+D¯õr]1ÂB[\ëà-ìèr¿ƒaüù¸ljzrà¡÷'aï9“…b^òæ±ió‚»LljÔk=¼I¦q]f‡ý<›òÏ‹Q¯x Õ†ó{?|€¸I[^ÄžYSK¤2ýôZ¯Px·ñ’ò³p­· ŒÓéœÂPçÍß¼ò0†ÍúÅ«\0,C3€§ ¹€ ÁØ×z*þ¸Úók¢Øƒ×z¨ìÜ)ØÓKC™bñ@bdˆ´ž¤úÚ·bÏXtΔÖã¥ï~›þs8Çhõ•<¿&º3UTáù ú{]b­xh´;rù3جžqI‰ÉD»ýç tʸšAk½ÁŽóúÜÉØ[Öù|}NFÐwS ­'®<÷ÙÃØ‹›ãkûi=“ƒ8Øq^İW6†W‹{Æ‘AÚö†=»<‚!ÁÛ\pâlÒ'îå¢~ZoÀñêÔzóC9½ÎÈͳyÃf;ó‡chð´¡0Zo$´žTÌŒÝò*†=õå6ü­Á×Μ.˜§õPÙ˜M¯`Øôlt¸ê{ÞÁæR(´ÞK+·„tžBÅ»ÀIÙý†MûhÍqïÀÐÐë΋Ÿ7¦õÄÕ¾ÿ†Mût×…€àëg\¯ôî'yç_‘ù÷Þ³A¡×]7|ô6õ çdh´3àÇ'°?íHãF²BžŽÍø9„1X­7ØÑdî{‰®Åö~¤øä¤0ë&´žTL Zò 2ëü£Þá‘ÎCÚŒÐz&q0½3¢wÌÆ·Úæn°>{ÅçêY›Íßà;hol ©îÜìãå~Þœ»ÃÍ'((èâïh ;µÞÀã%"»Œa/ZœM¦Ô–^?n18&>1úúñùÏbS¾¼T%ž¡1íiCa.´ž™ZO"GD¹„¿ÓÒ¦€ß;žŸoû¾¬evþI9øã»Ï<¬Qÿ3ý_Ó''W›¹ÆÊüñoÏMÖ7ê/ÿc{<»_žAA´¹o˜ãEÓ§ ªH¶]?@€Múà o}³/±¶_«ø…çW¾?SŸåÉw×3ú¶¹"ìð|¢¿S_ú¿åΉ ¡1³öÚl¼¿~{e{:·w<3ä—Ø´ï®Ðxý,à ƵÞál~WŒ Àömü»utÉ=ŒŽˆ•éºìãû`Sžxþ¥>T}ïÄœ¬skç¼47ÊÌ7ÿöþë¼q'æä^Ý·ðã?=¡ÿÅŠÇf½÷ýö ,‘An¾ç†è€gxöõO×ûWŠî>^‚êðŸ=7ùßø”'íùâ¥ÇˆòOüyîÖË…ü!š>V5åiCd.`¼3ÊZŒê2 þ â.%B°ŒC­gªì85æÖÕvr ¼Ž;]ôŠ‹ >·ïÛg±ÉÿçTÀ.k—›ðs ãZO,À@«Ã7}òñ|%öè¬ +€Yà^­ZïÞ´žH(F Ðz õîMëåfg#ÆÈh½; @€ @€aÃÈh½¦¦F`Ä­Z´h½N­×ØŒ#£õ€´h=Ðz õ@ëÀƒ†N+/ϲK ü’tñå ç)Á.Sã/¿ÅªôËL@­×P?NQ«•¥ä¢„䘘ø¨˜øHR\":6<.1:3+µ´´ˆÅfÔ×éô™ëôÔw1©JYM§Ð™4•J1Ñ;Û çb¡?ð¬—I%6 æLThÅçÂܧ—&üCÊØ©hQ]jRœ‘2¶&^}¥*ÇìŒnde¸œrr:io&®nÎYÙ™`7`|-¼G@ë54ÔSŠK 95¬Û·o÷ù ú[·n¶´¶ÔÕë¬ê¬Lo)ïjƒô¸¶fa½Ä±©Ž:~û;H¥RßMye©H,¨fR*«È<>W àó<>Ÿ'‘HÆW¿üü}]òK/]´tÙâõ×îÞ»óà¡[îÝ¿;"2ìÁn­VC£Q™L†© uu::½šÅb)ò âá2‰¡‡w"ÀAŽ@~.‘ˆáR< T—xEœ~LËÛÙ¦ lÕúµéšdëj?küÒ u‹<û¬BJ+c$ôÚÛÛî˜nÞ¼‰äÞDµFnUÐzÑÑÑÑÜÒÜØ„þ®ÓÕi5:µJ£P©­ª©©áfSÖM­k“h‰Šút“⬢jV³ì`³.\‹@&“*” â>𛛥ä"µFÉpÐN§Õ'á[Ì(ÛøZ#eçïïokkkii¹sçέ[·nذaíÚµ›6mòô¼„úÕÒÒŒ@Úçø ;ÔÁdÄÅG.—‹4¾Ñ H¡$¥RŽ&F—‘²#ÆzjkkàjLlX5ÄŒ® ržBMÆŠcf§Ìq}ŒtáEjÖ/-ª³šê?4Š73óæç’,À\ÀÁé¤=Z¬ò„5W(á‹¥‰L$•‹e ‰\)U¨dzäzd ¥ eFE&¤)äüô‚€'Ñ¿à õ(­‚zT^]½N[§ABé¥ZŽ®èR ’§éD‡nÉ4Ô¼Õ$w@9›´ÌÙmªMº"ð.´¤W©T„ÌilD4 d¨õTzߨ¯¯C ô§XO«Që´š:¶¾N‡bêKË Õj—ÏÆô¾’P” eæÖÖŒ—Þ!­—ššzþüyBî>|xÏž=Hè!ч4`[[Û-}hoo¿æsU/õˆAgÐéh(Q…Br€>©5µ4èÄ/{VWÓ&F—‘Ó¶47!æ°Y6›Éf1Y,‹‰ £ž¢Tôç~5&6ûO\¶=þþ÷»‚¢3JÓk² S¥ü’äkï´(5ô™ò gf‚Å€1¡õº6õ„ÄŽžB%C²­÷Ô%Zø©µ*=J•FÙ©õ&œDŒ€ª„›Ôñ”Ä¿£cpŒ‰h½ ñí¸Ó¡z*4åUšþè"€´žR^.¯šÕÖaäyfÕuQɸwñù\´–JÅ2©„@.“j=¡€bôIb©DŒ4Bm gi½´´´K—.¹»»;::ZYYíß¿çÎ{÷îooǵÞíÛ¸Ö»ny æoïÆò‰(/oÂ:•R¥Q«ðc¢Óª ¯6 =$êUJù„Ñz55l¤æ´ZµNêê¥F­$´“Q ·`¢RNa~8oO[µúhÐóöDÄgñõuÚŒÐþ"Ìãéõ% íÑVÍÕÇID$JEyÀ€À¨k=¡˜w÷}½¼ ´œ¨Z¯<æC9ÛºA¢¨q,ù´Þ`µñÞxÄ/àZGG‡Z«Rið=½Ð“+”2™R¢–gi™Ÿê¸+îtÜêóâ–;7%*æO2Ú¢ñÛñ!ÇãÖÕéÄb‘Z­B+a­VSW§-)+D–¬å³Ñ\.Cñ(U©” …FÍ©a—Þ!­—‘‘áååuæÌggg›ƒîÞ½ûÀ‰‰‰ÝZOM¡„LŸ¦Úñžlýì˜wgOøAg0r¹T£ÁŸÝ•J%lvÏ€2™ N‹\B­Vòù<€?1ºÌf3›››P—ñ½<¦Ád ÷F©HØ>àW`óó&ûÓá%ÙÕÊO–Y˽½¤ä<"I§U$ú|\•ñc›.°M ¦MFÿ¢cZÖ Wß×jä`=`téÔz]›zúïèÉUZøitjmFW§ÕÕkñë4Z†ÐzÌrAVqØ‹ÍÚdUíæÖºì’°Y(|cÂZo`|ü®àZOÿ=ý¦ÒzRµ¢¨Y¶_C³Ž¿Ý`G¯åÎ-…šõ«¼êÃmåî]\nm]½N$"‡„-õ µ’ …I$ 0D«bg]X› ¦ÆZO†?ÀyýóTx^j«ªR%ÄÖðXµ|6:h.).usõûü³Æ¦$;µÞxï¸N#¤I”„½Ä'¯lTE6*."¡×®óA´ê¢ÛK$Õ‡J#_#Ç|ˆr¢üà*ãzUZo.zží~†“øY=ü_|›?V«kë%§ùË+^«çü]Zö'nö´ÚÜgëÔTð®š6Zëò¸µU2tBW©”²9tBë¡ô'Šd°¨å%HhÔ*¤ Æ—Öóóóóöö>sæÌI}@BÏËË+%%EF&þáÒMoò?}‘÷ɬ:«÷ á-þ3é£&ðÐËeRz5 );tŒ4:Ö_mJ…œè‰ÔYJU¥^ë©Ù,&‡ÍäpXHÄ56Ô756 ÐJ%—•¯¥E}G—Dd9Ž>Ù#ëµú¯_m>CqŒ¨ÞÛOëÍßå³â൷¾Þ"K‰üHⅺͨ¡‘ÀtÀXÓz™(-Ð7ÁbIkQQÃ’%åß|}þ´ËÅÓ.•óþ×øûïM¹9q?-Ì Eroh=7µ8ô%Jò§ÂªuZ‘›†TU»E'ØÕ­õÐA½äD£Ò¯µ¾P-¸DÏü_q苨x h½´^]nœr~_§þÕ»* ñu]ü‹º¼&MD‹ÊµUyq»þ|JÜ^Š?~»<„_¾CŠÎ¨.)+¬fTñ™B¢TÉkx,¾°–+àÐU(©²ª‚F£jµj“>^zGh½ÀÀÀ+W®¿¼žžagg—’š,.-ñyüqòÓS}´Ôi•¿ÿtô?ÿ9±G_(0™tµZÅ`Ðår™@ÀS*tzµT*™`=­¨(ojj$¾”J¼|†øaÁF$ôôà?+YZ\^NFî¬Á`T#S Èqäí`”¤Åïÿo×ÅØª“Qôdý3œ]pòß›½ÖYÿg­ãüu¶T–a~µRFÆÝZÏ?àÃT’"+¾ùWÈœ¿ …<‘ò÷i?ÿ¤NNdÑ)AÁ~Mֿ̈́ýÕª…OòJ~ÕIܕ܃‚ò9¢Ê9rÆ ws½øh“ü$ ?Q¤œ¹¬I“ÔR_$¢ì.˜Ê‚ÃŒG@ë ŒÇÙSHëÊNW§ÑÕkñJÆ¿¥[‡ÓX‡?¿þ­ç7êÊuäŽÛ—SNh} ®…`³ñ»¼J¥D+[¡H@|5¯†ÇD*i=—‰þ,+/AbÏçÉdRâ[]ãKëûøø\¼x1,,,&&ÆÆÆÆÞÞ>%%EW§£]»zmÒ¤²É“E?ýéÆûOǰnBçÌá¤$Oxàñ¸HÜQ(•hpÑ¿èX$š€wŠòò2$ܦ¸¸Ë«EW4T*¡õèt\%€ñNi%ýãy»Ü‚óóªÏVŸ_|Àí¡kï~û›oxJwy 'a͚˯¾ê>y2ú£00v´žT.ö8sJ¥Vð„5ç=Nòù܆Æz¤ì$b¡ç97”*•KNŸukniïZ!妇½D&ý™WúƒŠg­Wr6)XK¾Ó v#ÐVhÓ¨ oRlj¨›ËI¯‡ÎB¥À[@ë ¤õtZ‚èˆÐÖ–fÃ1Î)“w:tõøû—¸Cs¿±©®MÍMhÖwÒܤÁ?ðq¯¢¼¼° ¿ ?¿°0¿Œ\Ä`ÑL*:@æåæ"*ÊÉB ¾NG¯®/½#´^hh¨¯¯¯§§ç… œœœìììпII‰*µyEâš5Á?Lûã å¾ÙA/L#{y k“ÆÂüÒ¨UUåäô¤¤ôÄDDVZ‡Í®ª¬¤Q©ÅD$J­(-1¼2Œkª«ie¥¥e¥%¥%Å%ÅÅÅEEÈË(Í&C¿¯G§«”ʦÆFd¸JŒ#ÆÝýkĨ©åÿ{Ù‘óA™m‚>úaÏïÇ.„âîTFlÌÅgŸMþæ›ò5««V¯ÎùúëÈÙ³Ï=ù$ŠÓ£>¿ µžB%ˆyκ …|´ÒC«;©DìyÞ]¡’I¤"¤õZZ›;µÞx7¸V- û“c>,z‚•ó©VxJ+šì­m-mm­míˆ6œ¶ÖVDk Ê|ÂÑ´^·ÖÓj4Ý/Ÿ_§Z/,,ÌßßÿòåËgÏž=yòä‰'пW®\ÉËË“H$:¥Âûw2^~Y¼ðCÙÞ=ßxcX›4êóK¥ßHI.Ìή,)©*-­*+Ë¿q#;-F¡”æef¢R‹rr2““rÙÄpu¤qû@.+‹Dµ5œÚšnm šr™L£Vwƒ´¥ª ®ãˆqwÿIä Åòí'¿øyf.¹W<‡}þÉ'K.d¯\Iûç?+Þy§ôÏ.ž3'ý³ÏÜC©`:`tçW·Öóó¿^à*ósn=øï¡ ¸D, ü×Ü\¯‹A!˼‰ õºñ2)©ó ÿ yÈKÅ”/œu²«SR TðLÐzƒÕzãGgü"@½ææ.•×ÞÖ~³ýæ­›ÄeßBܺyóf{{{Êl{Ü ´“Á@kZ›­T(ÐN‹"u õõ ˆüwvu(%¡ (:®¦ÑÆÖ ºzõêùóçÝÜÜœÝQðpOJJb±Xº:-+?×yÚ´Š¯¾ -úôʧŸNìg3è…99´ŠŠŒää´„¥¬ ——•¦'&2©Ô¬´4™‘”Tœ—W”›[M™°b‡F£"'W)•LM“‰Ãb²õ WGZ¯²¢®À„ßÕW÷½÷%¬Y7{6g™ó½÷jÿò륗(3fäc’{‘³g£T°0ºtk½ÔßÜ/>o¹r¥>0 ç¸Í…3nOŸ*¼âÝRMkõôÌþtN~txk[ëÓzHî±s¿RñóJÞÐØy_#¡¾Zïy†ó„£-¡õ vôZ‘¦CÊN/ônwèR|Hú!ˆ2[Ù­×¥õèÈtzµ\&EpkkiT ú×èŸ(Z)Œ£§Úºµ^HHˆ——’{‡Z·~ݹóçÊÈ¥©X¡”‹Ä}{/|ø¡ç?>¥&ÄOìgÌò²n‹ŠÒ“’ 9ú35>i=¤òÐø¦%&V•–"•‡¿…R!G‘åÅÅÙéiÕù© Rsµ -µ ñA¢¾®N¥–“Ép•€gÌ&6W^}µxî\ÆìÙü7^—¿ø¢äÉ'Ù“'—aXÞÌ™Ysç^~õU00Fžá”+¥A~P»reëåËšÊr]ÿ‘!¿ÕË‹³dIÐG¢…ßÄÓzÄÛ¡EœÔ¢™¡ ¯ôoZÑé¢'Q ŠG©à™ õÌÔzÝÏ5µ67# Æ8¶Ç­îÜéè÷'þèf;±»§Or¢.9vPeÐå$ß”JEUU¥L&AP©UšB©ª¬,'@Š ªª‚HEÙݨTÊxé]·Ö  :sæÌê5«;’”œPÍ Öp9<~-‚]ÃtrvÀ·0‡¿I£>¿ònd’‹ 3R’ÅB€ÇMON*/.ÊJKU)¹™e…7RSj8l©X„’È()5u¢:eeEccƒZ­b2,ƒ¥ÿuâýœø–v}J---«Ä8bÜݿƓ'SæÍ£L›Æ1C1}ºìá‡9VŽa9þ…žL*áqk«iÔÒ’’Ü${2éÍ&u09æmtŒbèÕ4”*¹ZoZßš×\Ó}0–A Tï+^•åwÌ ,6ÓÍÍE>Î/C‚B.CZ©¹¢¢BBÍq8l$÷ ÷õÐc±˜D*ʆ„!…R‰ Ž‹þôË‚¼¼¼sçκy¸$¥Äeå¤å•æ—”àê)(,ÉûmûÖ‘Ñz£>¿ÄBAFrÒz%Åä¢B$ô¬ãó¸h*¡a½‘’‚ä^YaJ--ÈGILz5JšþO&—vÿ¾ž)ŠŠ àB1ÜZÝŒúÈ:£‘ãb~GÖ¬Žž=›Š$RQ¶ªªJ*…‚ ŽýÞ!…òÍ·_‡$$Ǥf$ff§ÞÈIÏÊEdd÷ůY·êyÆ ¹=›ÉÈNOKMÄ_À’›uƒÉ £%nÈh%ùHñ¡ÔÌ””rr[‹n7s‹³šZZZRZZ\RBPT\Œ(,*"((,,@÷ ‘‘{»víDž†Ø½k×½ =x†ó÷MجsO>™ñÙgÅsæäΜ™ýÈ#93gΙ“¦'J£8¿d‹ŒŠ@rÏ餽™ ¡‡ŠŒw­Gܯr™PÀg1™HÖ¡;T^ºgžïèß’âb*¥ É@±Hˆnܰ ­7ŸáD³ ²¢¼ë7³Ì¥¢œ,ƒ}=½õÐ5‘Ÿ——•uã® lDþñ²¯çãsuñÒEK,~]ºlñ²KÀÏïúƒvUAS@&• ¡ì@ëm”„2 ƒ‰ýQ!êÝÀÀUb$åÞSúpÏB¸gè1$$ë"gÏΜ;·`Þ¼Œ¹s‰ß×Cñ``ÔŸáDª­œ\6(P‘‰±ÌC7hüŽŒnÉHÔ øâBÇ9`ÏþÏ5‡«kcIë[ó†ã)5dׂ…GÒ„}Ž`Œ1.çÀü_È9n;6Ï€û ókQŠ®nüàO}çM‘€5€Ñ×zrÙ8F”{ø 쉅¼>ÇCŽŒKŽ÷÷O®–uÇRw½9uæ÷^4‰l|ÛÐRVQ´dJ¥Xf*XÈ¢ÒÙhM1Nzd8dý´ ð@qw‡Ó—3oCr÷q©Ó»ØC_úÖ c^ìʧ±™Ëb£{Ã2¿ýà}Svˆ2òKyR°<0cZëÉè—ç`Ø‹K|ªDÊ+ßê¯Ø”oj'žÖã'oš…½°!IØsê‚S >üü÷Höð® …´x߀^„&R¤#qƒ®­LI/“¶´êÔ&ÖÆy¾Ñ¹\F1’óBÁ/ 8¼øÓ?Ïx÷åÇÿøñ‚}Wrù挂áõÐþ1ã@žpEiÉQA¡¸cøGFÇf—0$”TB ÜÕá ‡‚¶t&†=³œÄ‘ÞÓ ènw!¹ª ªC­ÇOÚøBWÁºaÝ_ûGí> -’ÚôSk?õ ý‚ó¡¯ü}‘}6o,쌜;Ýïµ­7¤ZO|òѽçègñ»{“j¤‘]Z¯æÞê¼D¹‡ôúŽÛçxÈéº F¬k©HëEò¥=‘JmkG›V9gW(ë[ÚÛ›4ÆÏ¥×z¤bU{³Z9R‘sâ÷}0Ã^øríQ¯ËÞV¾zÃ&½µ-’)½¿µ!¾WĬ’8ÿ€àäìRf OÈc3È9y’††‘މf˜hˆÊœ?™2iú£Ø”OÝÉÒ1{ãT%]Z£¿#[¿9å-›ñèÚÙüö»‹0` Ãwþt ›õÝ.×ËþþW.ØïZ½Ù«\ ×0Â8ÐzÏ~öÑtì©ù—*ÅÆ´ž¤:Ææ—ŸG+sì±?}¶Æ=½VfìzÎ ü÷l¶}‰DΉøi:öôò8^çYj#™½ü{_ « ?ôÃ;OMÒ×öå¶«%¢µžÑü½'#ùܯM×ïM~öƒÅΙµ]¢UB;¾øãÁ“{ežG‰Xßæîðêž"qÑñ·±©ÿ ºKg¥ÔÀŸýå¹i“ô§¾8gÝÅá`µ^\uãÍæ:­F«éB­PÈôœØØ°b³/,<&·²VÖ9:Bf~B|‘ä—ËÂãe|fQr|¨>sd\…+ïÊÌ)IK ÷×gˆŠŠÍ©âãI2nÉ7,…*Á³‰¹äŒÄp?ÞžÈ7ixI1šÁÈUÅÄ}g€;…ÑK“!Ââ«Ûæ¾òžúä_>~çñ.­'g‡-zï×0¶¢OSñsýãç'Î5ýÍ8øõÿ^Æ+˜ôä;?9ft6‰¼ùË7_xœ8ïŒ7þµõbOÖuR“·¼¾—GùFµû,0”ðãW?‹V‚þL#© 9>i^6SÖkôsT³Ö÷wméõi¹éùe´m&MwOóÔèõ ­gTë½2'n×[MùØ*KÐWëñ2ö½= ›ùÕ®Ó~AW×½?{l®{©d Õ¸”éûí£ØŸvfôgá%mx{vU.ýj“w¼ŽM~k…S@,É÷øOhÁÿ¦e¶À´Ö3‘¿W/¤¼Üë—®‡ÅÆEûÙÿú †½¾¸‡ò2¼3 ›ñÅÖ“>ÁÁ~O]Îãm~jáù¤ÌŒ™™…4¼×=ÈtgõÙ°w~¿êfÿ731쯖9ÂAj=Z}kJ†Ö¤8 ƒ¥iHl1W,–Šj¨™!!Ñ"¹²'©¨F,•KbMëÍ&EM^xH`dµV&2s#BHúÌ’Ú¨€À”*_"•ò*Ò‚|ãË:%QIø q[«F^[àŸ_-V(U_ÖØÖ¤&žáŒÌ©U#ªÕ6´ÜºÕ $›yÞ~-4˵Q¿>‰Mùâµ÷žŒæý¯G°ió9ƒÔz½´Œ)/"Æô­mB"£‚¯ùg0Gáú ¡ßõ Mf·tÜnÑ*z§Jj "C‚Ò‹é1Ÿ]˜AÙŠEZ/È7‰ÑÐ^¯ìv§‘H*äP³Q ™Ta—ª2ko6à–â½Y`€n8¼rlvJ¤¬ O>2ǽ\,ÊÚûöä¢Pññ—(ïè›ØÃoo<‘”’âå]%1ixI1žÁÈUÅÄ}g€;…‘J ïŬèµ/bØsßí;âwáÈâ·&wk=Ãý>ƒ«_ç¹¶{…FDø:.{ _!ÎÝîêtÍvªëµ=™†Mºìã±ÞŸ0ìñŸ)“˜sË3¸<ÊÌ7¨Ýg¡DRæüÉCØôoÒÙ’ÞIwA3}ònÙœe½f¡£šµn¼¯kKÿ)i|~iÛÝPóÔøõ ˜ÀZi‡{@Zk½÷\*Ä‚bç/Ã^ÛÃ’ óp­÷µ ’$LßÿNÞ[]Kä—Tzþk*6kS*Oªà%á«ñõ‰"‰ _KP)Úå¯ÁÞ8˜#Bñü´íÄf.â¢xú5$ß¶ÉEXAóÿ€½†&¯0çÐëHß…£< ƒc“ùMv‡vù³‡°¿Ÿ¯–v¶üù5¤Zà }ÚŒv^4î¬A6”$«ðø;†½ë€wÖëú7S±7ç ô7¯ŠsŸwö¾Ù¢2÷LÁ^Þ–ÎÄ-opFµû,0´ʼ׼÷†=üâ§‹x&Sˆ{¨ù#h¦OšÌfÎ,ë稦îøCxm19%{Ï/#m3Æ™7O_¯€Ñ`œh=䨕×<…½°<´*§[ë Ó~ÿ#öèY]EDå.ïaØîåâVãRÚµoÅþr8_(eîz{z9‰£Àkûíå~½˜±(’kBë™Ìß«|òõÝóþ6ëñ‡0lÊø—ˆõÝé×ò»k½:ÛgrcV<½ü[špPZ/ºX¨PªTÚ–Û7•Ò^KSüòBG2-¦\ÝZ¯è›„î}ìì耾ïx‰Ì“5‹òHY¢öÛÍj¢’¬ߏоZO)©)O  LLÏ® s;/}„ƒLjþy[ë}ršƒ¤Äþ] yGn?­—oó†½iU4¤ZϤ ­”E‡FªO²9)À?[Ü5¦2 ²uH@|m}ƒFzw­×5"aYtH@·ñÿÙ;ð(Š6ŽO¨¡·Ð«JQQEŠ(E°~¨ˆ ¢4A¤ J/JzBz# iBz¯WÓ{½’ä.¹5ßìî%\Ù½l !wžßs\fßiïÔ?»wWS‘Óžø˜= al¦ê%ivgl2ÐŽ”Æü3£ûðÕäþR&)M·ú°¯Þ ‡âÈCcaÔñ÷#ÔoÚâßNy$‰ÅŒ‘ªK­Ì¡ßwtí:µRñ ãþ'.Ùe­ÕzÅëÇ á?øç‘–9žË¢gÿŠ,Ö>p–ppÖèÕs‚Òly-rÂcÛgG°DrÌ÷­Y8©Ò›ô…Q|a zå˜d4c3Ë´*ÓŽßžk‹­§2¿èêÆ~Ʊ›§´ëðäj=iã“-CœfNj=n)ñ§8Ãeõh4ô³~{–Ðzx—)"fþÇÎYI¨16ë4·TZøÛdð½ou©ñ4^Jü)Êtúlš²+2; K½Ñë®6E76ŒEÝß8æÞHD,?OÒ¨ïòpZ•÷Œö*M(‰Þ3¡ñ_rô ½á²{–Õœ"rëT©9IAÀ:r*lŠiœ_Í4VÅŒ¸”ï¿fó[`[W •Ÿ×««’UÈ•”—Kq<<šëjiF”»O²ìvmE™Æ%ÜAÄé×>8«\QUÕDÍÍ»wÅQÞŽNQâÛõ•¢8­§™‰T"-Êà†zº9Úy‡ ŠÅb©(3ªQ8”)GÛrÜ,Ö°dEŽÛÒ¨×B âö«J¼„üï¸~Kœ³‰ý…yt©ö…v‡jÅ0Ž">},”¤†¸Ú¹ç×_ª]:Å1R„]Kö)¡t°œñË­»]-ÉŠ¹lçW¦ì2­§Õw¢¢$/¬òoÞ–ç¶k'>^H›©P¹$Éî”MÚºcš´5¤¸q)Kp?ñëû»#4f¥¿„!Rc)Ð6ÐZU˜ö];…öb¥µû|âœÝ8/’Z/[s¾¨ä¯^™ƒÁj¿<Ò2÷Ê—ƒÐ3Û"Š´ªÔx†4æ—¶`Ë“´Ä mŸEœ‹Ÿ BÝçsóY÷ Ë1ÉdÆj–i T¦¿×Ú)©>¿hêÖ‚Çnž2­r@‡Ó…´>2åx¯›€ñŸ(¤Ö“d\ÂÇï‘?úäQö"ùûúx'´[Iüá™HoîY¾H[뉥¹Þ«‡£‰¿ž^3¦Û”á%Ôaž|LeØ7îÙê‡|¥¾[êž§þžÑ^…lû=д±EäŸY.‹zSÍ‘¤Y.ìI<Ù«j_òç$4è <ºyª³±í¤õîTWhvƒÖ«£ÑzÒbÞ g»+qâ:EÕïÊ_Ü(á:Ùù&—×É›Óz’ ¹\*ôÅÇæ,™¼\œçiç%¹Í¬õ˜Ê­æ·êÌœíýý„&ÿá›ùP¶‹³¯m~!ƒo=²ˆH£Kµ/´;T+†qu­')Î uquôâ•–—kî ‚`g¬Á%µTŸŠ …®q²{w¥ãcçSÛ¬Ö¦\wtõˆÅ©¥íÛ‰ÛLÍT½TÜ9› ´¹Wþg€Æ¬6¿x=P‰Ï™¢‘k®æ«ZÆü‹OM3&ÓGÒ/*Z« Ó¾£k§Ð^¬Tÿ§‹Ü} ¾m\¦Ö¥X}Øü)  %[]ýðØöYà"ÏFhìo…¬{°ZÕ,Ó¨lÎí·¶èš_4uc?øYÎÓfV9à‰ÓzbQk¥š¿†µÞ nISL–ßú Äw½gŸCÄä'ðán?ïâfk¸nvÔ{þ‰¸âRaÔîé ^°ùŒ‹‹‹ÉÓð8;_ªÌ¼ lË$¢–ÝgŸH,RÉG|sÝ+·Ëöþk_$’–rÏâEdÌ7çSJTß3Ù«4¡$lû„&~yØÁOJ÷³»+›#Êòÿ§òö†—\Ü\mλpJDé÷E}ߨzÑÉÍöœ¡M\Iq,9¿œši¬š™HšçGìA¿^/bëêB¡ñ› ùÅ9Y©)i™%"\ÏÜÆc§¬ [–¤7Þ×+/Ó¸DP”éáê蟜ŠsHár¸""ÿtâK]<¢yÂÌt¡0öúGRëÕ”©f")à''r322r2øÉ7\\‹nÝ®.+J ttu½.ÌJÏ&ó¹öåÒX²Bœæºv2BzýqÔÂÑÅÙòøæÅÏtÃòosz©ÒcŒ£Kµ/´;”&†aiôécBR(Œö²Ã}ÏðÓ\^\hxTj©¸8'ÚÓÕÑ-€&l*PÌq[1 ZášQ’l{舩›ÏÕëÞ¶‡>Žz¾m.,¡T] è ´V•<¦}GÇN¡½4©5'÷ÆV¼Èõ}õÇC–În—íŽ5ŠÔz­VÍ_½¬¢  ÄÙ7—´Ì¹²Š<0*Íðú·þˆ¹‹Ë%Ã_^ﺿ²?²¤E[]ýðöYqšýª‘hðÆÜbÆ÷0#Ú—¢à½Ë–®ûç ±E;šý}ÁP„†~é’!a݃ºÇd³f%lfÍ@mþÜØ¥º×í)I?¿hÎ͸®¥ó”~½‚Ñû8èbZ½2=ÖŒjÒzx <÷|þ¢Awâ+]Ǿö¿׳K ã,Ö½9¶7U>ß·ÎI(ņ4‘ø§~Û¤‹TJ,âºíúü¥ä7Ä¢þãæm ÈÅñ%™ž›ßÙ³ÿ¶Yjï™ìU›aøÝœQ½¨Jô8ræ7¶J½PÄuߥ¬9êiðêW ðÔH0ù~ÖPD~µï‹kܲŠÔ'#ScÛEëi~tÈ/CR^Þ2­‡uqA',Ѓúm'ïk1Å•ò N˜—{Ý×…ÈÙËûŠ·£¿@KëeE]÷lüšz¯k ¹Õ÷Ô+¤"I>/Æß•Œw¹•-¯(`[®¸õgfqfÀ™ŸÞ™Jý”:ÞBf.úý|pN©Š ÓèRï ÍÑÄТΡõˆW’—‘ÒÔ5—=¼Ã²+kdå¢Ânx ‡=õ{1©ÒÛÜÆ‚Žöy©1Tw»::^ñ¾š$ºõPëy\½q…ÌÍÍ+‚[|ëAùQ¾öïÄÇæÍÔ˜5µÉ@Û±z_MÜZ¨Ÿí¶rê»È†{}Ûü±}¨åcÀä¬ðѨ &Ru) 7Ð^gJö;ÍÒ¤Zó’ßÿ¾œ3šÊS¯ÿ¨éüu½°½´ÞðW_§O~riúç{<Òšv|–[^‹œðöY¬éVŽDƒÞ7¢ôí{˜íK~èéŸßŸ9¦¯²{ ¦°Á$"_Ô‚l£Öc<ÝéÖzlÎÍŒ…º×– ‘–Ö£_´uÓ麖ÎS¦õ ­<&$U·´Âí*)¾$­¹Ûð éØ))¿y¿áñø¥Ö¥Æ¬*«oݽOåðàÞí¹„JX¦¨»}ïACC}a˜³Ýœº»5e™”UT“TÊúºJ)•sYYåÍ;TŽ÷ïÖaKöåÒZ²§Xp~~O4êkÓ˜ÑS<<¤åŠÚú»÷›ºæN}­¼\éó›”ϱÇo*ÊúY"­ª{Ø™÷ïÞ¾)—4ݱºsÿÎêÚý»õÕå¶;ÜÍ4S£9µÉÐtšÿÔ˜_0OAëµEëIÄ"à)¦´@Ïá 333²R9ñ×]\ý2ªÜ©’vÊ%Z®y±B݆O{Õ <èÍ6 ÊMj¼c%…fPûy†ÌW@§_0O»8¤õD¥ÀSLQf„··+õDŸÃ¿`AQ݃†Û iW©I!÷š½áž?÷ØóŠ 7Û@iŽRݪB3(Š!Î9fƒ+ ÓÎ/˜§]Ðz@‡ –ת<žyçfM…ÜòT"©¾ÛðàÉAOI3­Z´Ð´žXT t¤õJK€´h=Ðz õ¨ü£"B€£c´´ŽŠò2qiIQ~~A^n«)*È5þ·AyY™D")-mË’HD¥eRñ£Í€§› ÁoG\?ÝdöÔòù ìì m´Ð9…^qQA\L”¥ÙÅc‡ÿk'ŽÂÉãc¢+årJ”Iťɉ v—¬ŒNŸjÆg m­-bcpV*OžnnDó¿ÞegìÉs.öŒ=¸G—œóÂ~°õŒ†!Zx’—–ÆFGž?kt#166)¾5$'ÄE††œ7:š"¨­©)“H’ã-L/dgeܽ{÷A«ÂíÛ·33Ò,L±„Œ*“ˆEžÐûð”óë·Î»bÛࢧì‡_»À­6š›ŸÂ㤠ù­&…ÏÃYݽ{G\Zb|ưÕwßÔîÄÕן;{º 7ûQäI+ô.»:åçåÔT+êêj;'¸n¸†®NnNö¼ªà hr'wãŠ?Íöœ÷Ýeì `°7ž˜Óä‰÷t18¹CÚîÜ"¹ZèœZïØáÿb£yɉ©õ¿7­gEi=£Ó§°ªºßg•—“õ(òÔö†§{ª'•t~p=½Ü]»DUÁÐäN˪íf 4ì ˜&àh NVm;>‚Öž ­ÇMJHásÓRm½ÖKKO=ix ¿¶£Ö‹Ž‰:k|¿¶Zë9ÚZ—”–u~Š‹ pm»DUÁÐäNË7;Ìî߃  Ø0MÀÐ@œ¬ÑvÐz4”ç…žÙüë¡°R6¥‰ŽFéRò½4ÍmëÒå{CJuØRëÅÇDq’â…7Ci½{÷ï©>´Yz"úÐüŠßãK”Ö£ì›ÐÐzªŸIMMQzç.ÞÀ¯ªrÛh„DCë5ÅØØZ98ÚeggQ1MŸ×£þÌÌÊ03¿hïh‹-ió¤Õzù¹]…®UÛÇ÷?öëOûü2¯72B-ŽÛ'æÀèØÞÌåùùuÝ¿×2;¤z ´^}ý­‡Ôå\x•v¿ôÍr5Ëv¥"`å@Ôû]Ó¬Zµø›"¿Õ½iWr ÿy«ÔáM„^8™^ÛÂ$ê¡ÛÂËRº:`oF)ôòsÎ S8¿â÷8†’{Ø&##¥Ö»dgŸŸ[¥¨Ä©¨Ü¢¢#±ÐïTÎ8^.—ñ\KksöZ/?/§ÈF]¶°¼’˜Ó“î³ajï!'dç´Oy9íVÛÎFvø¿3P·7ÍϹ\×m¯õEÈ€С½™ºïyÔûa‡Toóæ„Ò»yS…Êüè???o“ïF!ôÒ?n~ÄŸþA\qºe;RWhù±©ýÆ»´îa¼<~çT"zú!~5þ³®„n3O¤U·0É„u—ü¯^W’TZKW ìÇ3HÁìèˆi¢=ÍÛ‘ÌëÛ&£þŸ9¤v¼´ÛŦ¥ªØºYÜZ>ò•ðQŽÏN Ïw–톮/4÷kææ´ngïÒZ¯$`Í4x¹cf¹Î+²ì>ÒG3šÂÌs[ÚMÞ)VIU‘i½°û[ãý/Õg8U͘²RÑzŒ6ªw$+Ês>è¦î%ÅZYÊŹÍ2JÙ&/O9‡÷Èq¤tM¦÷Ìý gLdxB\4'1ž›œˆÑ~†³ºF¾oH]~~UTWa§ãwüäʾ &­gecQ\\ˆ]^^öIÃã¿é~cp<>peeg;ÃRëaËôŒTJ$ž9©‘'Ž¡¤ejª—Î^ëååf3‘˳]9¡a_:ó³t˜¤z®‰F~ï‘Ö“tøÓ—ÞXïÀÍÉn&-k˜j››f½cÅëv#‰C&¿öÅ7nv»•ûÈÉ #Õ¿ÞÈI<7G뎛l³Â¾ÞØÛ[ã3ZÙ„Ç5¨&^a«RóÌOA=XºDof…ì%N‰ÖSÛm‡Ìo××߬«££’³o*êþž‡¸)Fê·j2XRNýY[xéíî裌ê›5…Þß>º¿òàÔ6ÙpÊk*òüö/|Ú¤ï¤w7;¥Uj••L”5rDw4}r•2²:Ïæƒ¾hðø>häú0Ž©-¶'´ÞñTEë’4ö†–‹’­mš>½†Lzõ㵇œc2Û·#ÁìйNª5ª[ÿ±/}ôóIß䜶Oóöô ©õ–ا<²‚qSÓn›–ªvbëfqkýÙž‹‡ÏN Ï?ÂyÔÆ¾ÐÞ¯™šÓÚ½k?ÃY{â<ÉûMÿô÷ÓW8¥åôZO¶q¼ö³,«¼U¿3SúÇx¤¿Ø=_¦Së1f¥¢õmÔÅš(ø×1høš€"2çïѳLjØ&—û¯†Æo Ñ~^Ö3O´Ö‹ ‰‰ ‰ÄŠCû '¡õòñkôá gçDšàrt)eß„ªÖ»}»¾®®–âÜ£ø„ØÔ4áÑ㇒’qLxDØYãÓø¿Ç18^(äaS³ M©(Tµžjž|>§ÊÍÍÆ‚®¦¦ O*güŠßã¯9§ðió¤Õz¹Ù™ ¤…ÿûJ½ú¨ÇÜ#aYŒf$B‰¥ærªn³¶A[۞ǟ¯ô£þ•/6šBצ¦Ý®–¶´u³¸µþl×Åÿ©„…çá_^z ̲R#N|Šv1:‹È?ÒøÃzϬ÷¤êÉTC/XížBpÌßí‰ñÁ„ç× šlðÚ¬hð'†ÑTÃÓ®ïÀZï3^» ƒLîµ#_¾2¢'Y?ƒ—×» µëÖ–Þ$…†Íš5VŸLÿüâ¿ì”=È0´˜ªÄbäì>fq»þV]] 2Jë]?Œ¬-´{¿7zþ_N%þSûVkƒËñ{…ðøL¤ÿ)–W¤¥"ýâÛ=Ñ„Í1²šÚb—û ™GùUÔ%±×ŠþhÊž„Jµ²D^÷B³/dæ»,ÐíÅ#ܪ:E¾ý¢~=fŸJ)òù¬š}1§¦¦Oh½c)Š&Q Óä´MÆÞh~e$8¯}¡¡_\JÈÖ=¢hû…6RsvÐu\FœÃ†w§$Gê9å'÷6C‘ÝÊuln74ü;×íRt4P{šë0¦]Ctا^%´Þ§¶>iµtojÚíÒŽÑv”j'ê˜Å-Z6Û¯‹¸Æ&Û-€†®rå+-ùvŸ DcÖ_á«Ïë¹î¥ž~ °Ü‚u$g(‘v$wØ<ʈ±^3oꈾT韙ÿ“¡¿PyIç0cj)ýÄlÓ êÚZOIiÂÁzáW,ElŸ„­¼R¤þ|¦ÁwžùÌ··*²íé#ƒÿ5Ú0=ÃÉ”•Rëyé°a§õX&WÓzZM¦÷Ì“­õBƒ£#Cc£"âb"1ªÏp*jª"Œ(‹?Gè»4üzKœŒ_oEâײ8£È#©TDBU­wëVMµ‚‰°ð3F†øU‡ …šÖÓÊ3..æŸý{sr2)¹wêô ¥ÐËÉÄñøªŽ·NÈR^âúnz^ |㧬,ÍN4àfó݉zÂÃ犯÷~VZ ±@½gÁ%“øüñœ2ÿ·#f–ç|÷Bo¤ÿÖáà |‰4CÏÿ|ÆÒÊÆôØÆw† ôìm­hj˵[6uŸ{,&]Û¾ÙB×µ¾dk²oåDbykݬ,.ìüdB“6x§²7ËL\½p梳‹½ÙÞÏÇ#ôÌ>©º›–‘àø-ÎÀ`áÇ-¬LNm[ú\w¬.rˆÜ8ëŸAݧ~¹ßÌÙñâž%cš²ÅÏʱFx'šº#P’‘¦DÙk鱖ˇ¡ÁKLcÑgÞØíÙ žœl]Å1öòˆÕnB*Ïd3|h™¶7ˆpéãT“g¸æòësÝz¾ü—/Q·ÔJëqÛc¤l›Šº?ÿýQ;÷ËnV§Ï8DfhÖ¡m½IUcàk?î;ceuþà¯öEÝ_úûjóÐb¨«‘óÏI ¼ªÔÖÔÐ!KÞKh=÷R•Èê§E}д¹²šª”“/é úÒWLÄW’Zo±—XiY•vzBsÌrÑ[&h?mòõ5©jYÕ¹sQ·.¥5 {žÓþýµ‚¤Ó»|ç+ª–ÿh€¦þÃÁ²±ºÐn¡õ„•-L2qƒÓPeKÈ«¨¦m2öýˆznWHÚÃȬD³EýþB“$#ж_è;Kmv0t50¦þdheë`uÞÜ;!¥Ù¡¨{š¨4*+áü;=Ñ å­R2uLíi®Ã˜v ÑaŸâ¿•Ðz—øÌ>IkµtojÚíbXÐÔ¥Ú‰:fqK–ÍÔ6v1íâϸƦ%™¼«ÆýêM­\Õ#ÁWn<õñÙ¢¢c=×µÔëœÍoÁº“Ó•H3’;p5VÌÐÜÒêÂáMC¨ï»ÇB2h½Íf­ iN[gP§ÖzcWŸsvus¥póÉ-W‘<¾ãÑãWƒü.Žz-°ÌÊʳ÷E}çm3wóp¼xÆ>Y\ží·Ixkzë×ã—Ü=½œÍN´Li”Xº}:îÙ?µqóôr:õõ(ºïfaʪLHV(Hã˜Õ½÷¼câRj̹÷ú á_Ù&ªÚ';ã]bÄwNœ¦þÕSQï…¦ I ¾¼¤L"9õVo4rµ{²š¾”rð„¦íÒÕJ»¶ÂÀ=xNØàÅ×2f_hܹ·{£g¶ø&+ŽO¬3þ °6S-Wqfn7ôòÑ(¡®¦¥F¾Õú¾Ñ]ü€½ÓP·7ÎÅãKQF z£çþòP—âLñ!s"]iúNqZó Ÿýë*‡ºšmú…8oÙœþݦnp£Šf*ŽÇ¦—ã.âmîù]dg=¦ l2ÑÉ×ÿy]MXc“ÊóÛö,êñö…„öÇ/±Û>9‘B;SÚÞ›êÕH„Ÿ] F|ãšÌ8´h«ÄräügHi½j:*H­·Ð½T5RQêµrš¼+^šcþfÏ~Ÿy+ˆøJA£Ö£Ì*ÓÏZ/»ª"jóxÔýÍ3!I‰ $ò³±ÔSÉVÎ;2õ[æ-©©®Îµý¸_ï—¿]8¤û ‡¸²Úš²˜­Иß"ʪ±ÒlÔz­JRÓ Øô#jêŽë|Õõðú?3ðÉò?®®EÛ/ôãGuv0uœÆÀHi~(63M¦n»šÌá%F{\رh$V&ŸšD¦j•¢kÊhMsÆ´;…®Ì¹Þ›'¡þŸX&1û$¾Õй©Ñ,_:4š³¸%Ëf[»˜vñ×µžß =³É›X%’Ý~‹†,·IÒÝ´V¯ç:ªÁn 0-Ñ,“«UF»;rióÎéÆüè‘ÜÌ0cl©öÄló êÔZO= ûŸ±êw³„ìx{uc ˜¼ð[õu+bŽù/“·ÔòÒZ¼òr™8ÅcïÒ—¨»œ¨ÿø7·Ü(Ò*Qšyõð×sÇ' ½þ£§øw0Í/ÖÑg%ÍñÙúÖÈžý?tÌc²a©õØ%WÓzZMN ¦÷Ìü=œá!AQá!Ñ‘a1QáÕg8oÕߊÜ?¢®0<Íö³[¢Ä*žU½TPɳº%JÈqÿîfaÖzT*"¡ŠÖ»y³®ªª’‰Ð°à3F†øU‡ …ªÖcÊ322ü¯Û²²2nެůø=Ži6OZ­—*äkÃ÷ûó¹nÃVÚÆ’r#ϼÓGoÚÎ«ÉøOŽûOcQï÷LbÔ’$9KÍ·NÉM1<ÿ¿‰Ê$ž& 7x?ñ-±ÿsU͈K‰ÄçÇü䯡«•vm×wMChâï^<-cö…r\WDþrŒ'Íbm÷Çk¢‡ÏÖL˜d¼þƒé#ûvC¨g?â»*fì áóu4ãöãÔû}³ÆºñHuðºqQí5c´Ö½K¬Yx#Unø*ñŸHFvÎŽ$Ξɼ&Ę|6g7zµKb“—è‹‹bÓ˱ÈCË5ÁãÊ&Sç}<XazåO¬õæŸo—aä½wþ „úN}ÿ‡VÉ­‘ÖÆÞÔð€{cÔ/ á2-º*±9GÎ`­w+8:ʵžz¼4ô÷±hÌ/.& õû/q-©&#+ù¤ÖóS6Š\Çû QëÃÊ5vï÷B«}EÕ †‚µåÑÛ&à-ízñ§$tQ÷~‹ øÏ ÞÏ£«®IµÕù¤p;*¬lU’šfÀÞ QSÿºÎS‰ä웎µÞï¾#Šv¨ÐFªÍ†ŽÓÍÅf¦‰jiµtnj4Ë—Î&FÇ,nÑ²ÙÆ.¦]üu¬±‚p#¬Ÿ&oöãò¹žëÇ¡!_PþÑÕ´Ö®ç:6DvS€i‰f;ƒT+£íùŽœGL£%”«{˜1Ï í‰ÙÖÔIµ´Lë݈ ŽŠÅrsêôñ»wïfçg¤dðåU²ÄsóäGYÂ9yœaeâùʤ‹òÄs²ØS²è#5¹FR©0ªZ¯®®®²RÎzxèâW6ªZOGžaá¡[þÜŒÅ#~ÅïÙäÉ õxZÄ_þi´öìÿ‹;WÈã¸ý€O¶ï™F«%Q.5ŽÉM1‡qhÑU‰åÈ9ndA>^MGEÒRë•hÄËx‡_êÖmH4p™Gq5)›‰Ð ·?eçåírî7û£î³'Ëð%…(è÷gðµù ®øúº[½$¨PÏSzãG4ncd9ùgeºÃÖÿ­?› %¯V¦™…z¼GTCQ`Kݤ“·0ɸŸÌ¼¼}¼ñÊ—Ó4{ƒÍ$J‰2þ /êýŽQ¬îÅ4T´#UgSÇiŒæ‡b3Ó {W7÷«ÁÑÆá§³ZÓ\‡1íN¡+sŽ©õ,uOœÖy@ç¦F³|é\Ðhb˜gqË–Í6v1íâ¯kåÆš|ØŸ¸³í…¥Þˆï\“šmZk×s"»)À´D³Aª•¡õ|‡Í#­Ñ´—úŸŽîaÆØRí‰ÙæÔ9µ“=H€^ë“Z/<$˽ˆP[;ëØ¸h¬Ú¡$æbÊ¥Ïkón(ø¶²Ø“²è£Q‡eQ‡ªÓÜŠnì‰2ý‚J…QÓzµµrY!!AXèáW6jZOgžÁÁkÖ~_YæI«õR\Mâ¬VE#WžptqrSbspa4ü+Ç®0âÔ[=ñ[ëxÕ$In¿ŽG>µHhŠáú Ô»â\aäÙ½qåU^áÛøï¯]ṎK v_«±S²v­\šÚò£lV EhÂÛH¡ú%ö…&»‘;ˆ},™0æÒgxùåJ[³¸sóº£)ÛýÉø(³w{¡{ƒyºšFÕmè ³8>å««{up–ðUÄÉ7{¢!Ë/1Cç0ÃWðv¿=€«mωµ\5Joä—¦'?€†a•œÂ\}/sýv=ô^þ7„GþCZvúóç ›L9œlfœíwcꆰÖ;×.Ãàaqñ~áùù=IÚ#­õ½©á^ÀÁ×z Ñß»%2-º*±9†ç­W]­ £<‘Ôzn%š—.Ë dð}€¸1RÎ'´Þˆ9³©¯¤mtÁèØþÍß,ýÉ,ŠÇ¶Ð$rYiKf¨ÜA¼Ùšq<‰OÌŽû|ç[Wgóí/uÃò ®î¦Åº­Ÿ‚PŸ—¾úÛÐÄÌòÜž¥Ã u@Xò¢ì‰»oæüo×iS3ËóGwo?~5‰7xa§ðN4zåaS ³F¬\"8\AŒÕ7£Ðð•f1<.?øø{ýЈ•æø=cq´½ÌOðÙ<GÎûù€±©‰éñ5¸ øÐÂ#Š~L€j2åpe nÑXDj½ÍÔ¿ÜëF;w3·up¾d´ó£a¨çë'C“իѶÞ$«ž[sÂÔÜòü¡M‹Æë¡¾óÿ»†½Ê4´è«Änä]°¬¯¿US]Õ2dIgôœ´-ª¼)FÎ;F<Ãé!jiV ì ú5ê <‰Ì/œ9¾û—¥/F¨çŒŸ,¢”cŒqDÑö }g©Ž=¦ŽÓ˜|6CQç4™ºýGkZi•¢kÊhOs]Æ´k³=7ðàKØóËŽ¸„r|ÒZ4»©iµ«™MËu̳XØ’e3¡]L·ø7·ÆÆ{®'¹«Û‹û’˜šÆv„è(KÇ%vS€q§f9ƒÔJÔÉ8¨Ñ2`Îê]'MMÏî_ýj?ìým^Ú|ج4¸­3´ð$h½ @â1ÎРȰ`zBƒ"œöD|9âÀˆˆýÃIFDÎð6Q5SÓz5ÕåemGMëµkž´ZÏS5¸Á§ç÷FãÖ^NP6[2õy÷t—#H 4ßøá´¡ÔO—}q}“|õ誃õeÈ_™F')¨*yr忍$½G½üÅ^§¯ng÷¹'jÔŠ„¦¶$¼Çÿþ÷öóÔ‡gQßQÓ®=œÌ¶ÐD×È$†Ì-Úï ãñJ`mÆöÚ¿bÖeé=û~™Q§¹¦qBlÿúlÖHå~û˜òöo—’Í6~8Ý y©ß˜ÙkbÙyƒzòíUóÃð8Ï “õú-4 N"-ö¼ÜMúÍ=NWqt½,Hð=õݜѽ©œõ‡MšýÝ…`YúãT“gì½ÁyɲøjÖzÆ-*š©œym”>ÕàþæýxÚ?Y»nméMNÐ…ogOª?ý'Î[}Ä#žKµŽ~h1V‰Åȹ`bIÜ×S(XQ%͈ ¹f¾~fï!ŸÛgË^’ñI­çYÊ2+uXîøÕ­Êœ=ØZÃ,ü⇃›*ÐsÐøY¬þÇúGÕ†aDÑö }gi {ڎӰ᱊:¦ÉÔíW“µìµJÑ5e´§9W—1ýÂhŸiµv®A~oE3ø¤•`±©i·«™MÃu:fqK–Í`§¶u1Íâßü˽¶gV7Ôw!¹¹k7­E#DGYº«Áb 0nÁ,gz‰4#¹ÃæiŒ†½ð5&Nùh³E8‡!6kmsÚ6ƒ@ë]]ë8z(”Ðz!7"°¦k-Q¡8+JëŸ1”ˆEeeÒ6‚39wö4¥õÚ=OZ­Çç&wºVmÁÐäNˆ©™åí[·jU¬(‹Ý3“øy¦!/¬:^¬P½$k¼¯Ç2«N öLð4èP''ùü…åÛ‚ó1¸í õ€.MQAž¥ùÅß°àÀð`âî^« ²²0½}»^"*±µ&þ˪6"àsí/Yäf?Š­4e/Žqµ[НêN~0¼ŽøÒz¹•£J¼mf°‚ˆ–&¦ïns ;Œ]ö©ÿÙv`‰¶J­··ë¸¨KZèBZo‡·Õìµ s¹´4ÚyXvÔ‡U¥ëd—k¥Çî(ìîV»ß©­-¿œÿe´óP›Ï±%C&<Ãäú†wj4H’Òw5F «¾Óp¯ò^CuZæ2æHxeùmò§)îß-Î.>c§••µÐ*¥ZRwŸú‹›UÕaé{/™q"å¥!™§MŠER¥¨žˆºS]œº›´´N­)»yÿõ+òÊÀq²äöâ¯{¢Üâ³T¹6©>ò†»…9ÿPù3dŶPu‡0¶ÔZx1NVXKVíîmaDê®K™‘u³£‚›¾[£bÖB“xyqݲ¸šØÈŒ}ñªÍ¼[[–¶» #á)´Ð…´Þ_–œVri(×gº4ë·²œÍ’ô/ʳ¿V”ü}³ü4FQ²³²èï*‘±4ûOŽÏó!—†ì·ò¥Ë„w>ãnC•ØŽsëÁíJk{2Ò&#´º¡&3ßCBÈ–}¤åžË¹Ž7²/øfÙÄÈd eœ´]YY2§A&qºžmy£00ë¥ûéá)7]’K®e™äZ{òwXòŒyõ ÷oÅGç\ðËõÉÁÆ·®{p›2q¸–eXœ@Ü[¼—Å/´ ȱ“W54”sÒw5fØX7Y±)T½! -åN¾ù á^Ž È6 Û&´ÐÞ‡…µ^]n¾±gúiÏôãŽXÄ©Uì '¹›É-° ÈóL­»Ûp?+BÅ!2‰c@¶E`A`ñ]¢&—¹m O õ€.¤õ¶[rZÍ¿VîWm_Œ÷˜”÷^EÁ^YÁŽŠÜŸ* 7Wm«ŸQˆ/q¿ŠwÕv&¶dÈ„oYô ¡¬ðc®àNCi|*V"ÿ+n߯órå›ÜÇ—þ³ÒH"°54HòhdeêMÊœ½Ê?SÜÄj¤gl´.ás»}nÚ½QQc—ÿÓPžœö·ºå¾@Å݆[×.s +¡³‹½¢ƒVj²ÌJW¡Œ~ØRœ6å.ñ¸æU›ŒˆºEjÆ.:'PIªÓ“X Šï7ÔJÏj9ä/§‚ü††Ò˜”m O]NëU•r®9\8þŸi’ôI\-eÙAVÇ÷nÙb/ÐzÚZo³ib9iqüªíÔ(§a…Üo+ò7K3–V(⯉v6ÀñøªÎä<IÃ’ì¦IÇo=¸Y~î’ÐWÞP“‘ù·iòÙ´» •%G̱YÒ¿üvýƒ††û÷ná”ì7SÏÊ\à)k¸“R1Iÿ8Ö:Úi_JÜî.–5h†›Y;Ô-·{H*îDy%“©’Ïgßk¨*=j®–!ˬtªæú–’iï ü9jM¶L «m¨¦m§s‚V’¤ýÄG#kíµb™{«AÆMÝÞæÁðdÓå´ž$໡ĤŸï\\¥( Øúr?4`îÎÐR–’\At8¯DÞd¬aÐVËRÏ%}pëú|v¥¤t±–CººÖÛd’Ð.2»i?@’¹¶„ÿvYö†(û~8¦ù„f|/YC}nÆ_& ›/å¤ÜyPœ©¨{Pç픸É$é8§¾¡VrÊ"a«sq)®sV¡©gÊ1÷Lß2¬€òÿ1ÕÌŠÒ/;”1‰û#iã`«})a›»XÞð '"õˆ‹°‰ƒ¶I›Õ-·¹‹ð_ÑžIdª$£Ì»Xë1WËeVº UiSK·QÂÍ/Y­É©¤ÖKÝFç²òªIÿ ¯%´ž–C,R±,®ä¥lk§Áð¤ò(´žBœäüÏ7ï<7´'9=û›µèç“A²v×z‰{§’EÌ8ĩȵ~K¿µ>äá1UÙS¦õtép*ó/‘µ@£~Pi‘<ÍtAoªcxUÕå ûÈ~ýKˆ´å©ÔÃãm/€Ö{äZoãÅøöÂ׿…̰éE¼ùéaÏá÷¬R™ «jÒR·&žâ_Jr;?k— þ3á`ì͆ÛÆñ;ü«î7ÜôrL S%]Ì¿Ð>õ¬LyX¿düEýi’lUp¿¡NrÊ\ëÒÅøMÖÙé÷jÒÓw\Ô•ÉŸn¤ÖóH$¯&ž%>ZXrÄLÍŒeVº U©¥8mÚý…0m»º÷®)nf¥o§+t“U–ð.N’ª¼j±.¼µóIm‡˜§bY,ç¥üÙ~ƒá‰¤Ýµ^e®Ç/ÏiMÑ>‹ó*Û]ëUËónnüy‹QX¡\‘kñºöQ_Å ú©ÓztéhÊv?K n¯¦È;1è×±TìÐﮋµµ^ËR©…^S7‡ƒÖ€'Yëýq!¾½8bz:Æe„8õƒ(üžU*³Ôè› rnÊVòÏM¶Yé§Dòj¾°Ú†ûU¦ñ›KˆÊe˜x¦wK÷”<À hïEõ¬LýÒP¯ Ͼà“åÄ«®oxPÍßÜx K›íí“ yõ ÷²yù–>éçürÜ¢²˜hZnu%´^”U¥Ö;lªaÆ*+]…ª´‚¹¥I†Ü[ w38ùæ>éç¯æØûp7_H6Í»ßp§: 0㼎ÓUÞfµB'Ýlh¸“’sÁ;Ó‰_s»á~fÆ!f¤Ök쀉vÖz•9.Ë‘“rä'û#Ss s…1~§.FŠ«HƒŠLßÿ¾š3F[t6cñŸv< ©¥qÇ¿xmê¨þÝÉÄzƒŸ_´Í%­¼ñYÄ¢àSß¼:²¾ÒÓ`LÔ¤õT”Q£´i #‘hI§Ö”^–æ²í£ç‘·™zLûôd¢TCÎh¨ë¬²Ä=Sˆ¿f`ÙRγÜðÉœg†ô Ëê9f‰UºL—Ö“eùþ»ò•‘Ä=ÒnCg,ÙåžÁ®b4eZÌ'š¨ÿ‘S!Ѳ4ãWÉKkƒ âŽ.›=yxÊVÌì•ûÜ›üßê:T+J¯~5èá·"R€gX.ì­ŒÓ{Ë®@[ëµ.O…Öûý|\;âéEî•Ñþ—^`›Ä,{§¡,ž¿‰îêßÕ 5vÖø}¡i^­ò÷îݾ]’–ñ÷uû‹ÜËXëÕÕT“fõuœ˜4¥ yéN^ú65ûäs±EuÔÏÜ“•–ž0Ó´ÜâBj½Ë d’„3¤Ö;d¢•!‹¬tªÖjæ–^L6Ž­(¾I¦½'?Y¸õ|Ü&ÛìHé]ê—ŠiÛµ*f£Lr§º:*T¸Ö!¦)á„Öni×ÁðäѾZ¯2ýÂëä¹âÖšãwUïÏã•“¶‡õï Ï¬3åMãõû5žè_>œLûá`'Ñz¿ÇÊ{/í+gøNÐz €Öº å‰Ç擟"ÔŸ°p‹KFã÷€Öƒ´Z´ õÐz õ @­€Ö­h=´@ë õ @­Z´h=@ë õ@ëA€Z­Z„'DëI¹.ç½³åä{y–ç¶å_ìê°º$åéÎNÝ(¬jßl™  AUq¤ñÖ G£Úä¨Ê¢°Ó;Óé¼ kh= <^­'¹þ£ö}€ê¬ª0`ï[ýРE„åDLy¾©hÀ¾b6ð<,N½áêš[Ù5Nï]¨¶²l—Ÿéݳ{ÿ7ö‡—(ZQsiĶéúÖØhžÕéÌ“ÓÅíˆLxêEÔmKI›2ᛉô{”v¦¦ÁZ­õªò.ÍChæQ¬Ië…ü:þ%ä¡Ö“¥œ›?`ø{{|³+îÚ6IèocÔkØ™éBµþ>û½‚rҜֽöþiaiËk^Î1Z1ûí-~EUmÓzè4±ïЍ÷‚s)rµøÊB¯o šg«Ðš&-H¢šqOªÖƒ5´:ƒÖ«H>8½×ŒC™Ê!Vš!’ë>ºkÙÀ9­+Ö¶êÑÔ¼ój½Ê³¹Äþ4ô+Ï‚J•”Q;¦ÑÓþM’iN“–$¿ÖÊÇÿª¿’ÀØüʧô¾¬! õ @€Ð ´ž¢Øû«—¿ö.n<7fzï[úÂP=<…ûL\°ÑAP®}N£µ©Ì¾üë[SGöÓ#§ÿÀéËvîþúñ}ðzC^Xy2JTYÝLòùÏìK%×;o½%§LåœÖžÙ[®ùé°¼À£_ÏÓ›¸ÜgÒçÄÙ[žpèËWGõ$K™ÿóù(QÝ©¯Äý£^èÅâ–Mežß_‹^Ó—,§×´Ø¦"ÍlÙ³»=F¼òÍéhª­¯-S†9ž¿/˜>º•jÐÔ÷ÿ°Œ—PÖq‰17Ö Q• ºk^%Š?ÿÃk£{‘ 9wK°T‡Ê`3`´Žâ*Eº1üpC¢¹Ö󻣗O§ÊtzƒEAв„=SP÷‘#º£éûâ*ŸeͲ|¿<®ùsTsš´"‰NÊøö›N"&üÜÜú©h½æëO7ÚÉ^@½Gì£5™úÊçø·¯Õ'Ùcð„Y‹÷’¦Ó1AXÖ°+®! õ@ëA€ðdj=UDa[§¢Ó0t»~ÍåØÊñMÛ'U?§1ØPΙ[m®øú8Ÿ\ý,q_¸ÅÈÑÓÃáðб=»#¦¼ùä[¬=¼®¸šîúp_ÖtNú…yhLtLL 7GªP«³$z÷L=4øg==]-m“$82jç =4ì½í]= ×½¢ú,<'”ë>ÊRu˜±ÑÒËÏßÓÑ-º°JQ)Ip¶vò¾xÕõÄדš²“<%¶¾¶Ídhéîééxa×gê÷‘IŠ\÷%ݹ±nˆªÖcªyEÒé¨ûÌ_M|C‚¼l¬¯fÊÙj=†×Òz*EKò?ÒG“¶ÇPf¥þ_Æô¸2ÝÞ`QB|ã4e»ÝŽizƒ–¹å“ÚA¾e"ñ½Í™×õz|¹Tsš´$ÉŒCi…\F!SÐLÀ¢«?ãÙ0ò㦗½\,|=£G“ÖcSºÑNùdÊÚÓ—½/[îýÄàáhdêw…8òïX½üÃ!kW/§S_n¬†.­Ç¦†]q ­Z„'_ë)òõA37>ÏYì±¼?zvW\…Ê9ÑFýØ_äŒÏêÏý“H´*3Ì^Cèå³ér¶É«2.¾ŽÐK'òæž¿Rº|ÚZ ÒŠùÓ5ede¦õûúh̆IóZñY¸ª\ÛùÝÐëæ¹Uš–ìkË2ÃjYêùù=ÑøM‘R—XæÆ²\5—­‰á’[ÅæéA6Fç#vŠÜKïõFÏïO$ÌÊ¢·caµ&æN¢Š7X¤(öXÔ ½z.-ÛéóÝ^<˜$SÈslõí1û$?ÿÊ}ôêùÌJiÒ’$jaÚ!®æWŽ(òlßë…Æý,Õz†“MýiG»æhÌ4}C¯q42ô»¢Àeq4|µwq•Ö£¤Ì„U »àZ´OƒÖ+‹Ú<^k"úÊ_¬rNc´Q?h•…o‹F¬ S÷eüVDSv%”³M^- øÁßYÖÜ9­,jˤÿ©G±ÎHYšÑËÊÓå-ÔzÒ4çŸÏÓ¯B½ @ÊÓfukkË6C…,Õð%„æ˜fÉu]b›»ru×\šhøá„úÍøl£‘ŸPZÅVë1ö¸îSUå:à“þ´ýÉåUrÁñ—ô­ò)¡+ñ¡7XT•e>u{Ç©X!ÛýœÞðÕþyñû§w3øÎ»¤Š¼7uoR¹ú4iQ’‰¿:\ & Ë)«Ô®‘›Æ#ý%^%ÚŸ×cSÚÑ®k42ô;Y–þOšjè˜ ìjØõÖÐz õ @x*´^ä¦q¨û›§ƒâã‰çfŠªç4&sq¾æuN]ûf0š¼3¾ŒmòjIк‘hÜÆðæµyxþÔ³XK´ªFÊÒ ­÷Ê9¬õ¤áÇâš²ÑzI^@h—Ç/EÅDxîEAë±­-Û ±8=MJ˜L¹ŽK¬scWn³çá*±ÀçÌMêŽÐدl3eì´S7óÕ•Åž+áA+É2›×³ß’Ë…•´Z¯É¬ ªàžú-½"RTUe_ZÔ¯÷¬oé>ó`r9ñÜ/Rc~ —¨O“V$až€:D›úÓŽv£‘©ßÉ|úÐJN„e »ÜZ´OÅ3œäf«}Jh¿B…X‡ »sËäjç´²˜¿ŸAƒ¾ô£ýRGEžÝû½Ð¨ŸÕŸá,pþ¸©LR™ué#}|Ô Ãgrÿä Hïõ‹ÄswÍi½×÷z é‡•Oâ{-Öo^ëé¬-Û +s쉬•èºÄ67–åꬹê­IÎ,¯^<•RÑŒÖÓ=`Ô¾®„®hIȆ1hÌz—‹ïê÷_âRD{'QŬ ’Fý9ü@ýš¤8„üÂŽ¾‹íóˆÁPÎù÷y4p•¿H}š´" ³÷¨‘9üûÆJª>ÃÉ¢þ´£]Çhdê÷ÆGIC´%Õ1AØÕ°ë­! õ@ëA€ðDi½±?\t»ìéAáy-¡Hù!¬ª’¿?ƒÐ ùNÙ{ùø¸Yž:bÃ/'>,sq.NµÚ<"WÆdÃîœVÍ.¹Ú9­ªÀmI_Ô÷ÍVÞ.fÆN|µO`U•mœŒÐÐw7ŸuºâsÅÉÌôJºL!ŽØ> ¡‹v™{ù¸ÿ6·Ò_p–O~À§,éÀL„†,ÜvÁÅËËËzë Ä|_/n×T„&}{ÒýzHD¸ïá¹Ý›×z:k«;CÒ+¶^Wœÿ˜×uŸ}ˆü´ó%¶Õci©³æ²4—§¬½CÂ\N,z½k“#gÔzlŒZ'Ò]Î=ôb·nCú£Ë.*TÎóôŽbSäú=¥¨’§Ûoýߺ3ñå-Â3³P÷ÜŠÕ…[‹’Œ[cæyÅÛ»ÿÈ@òð!· ïýËgìI^é?~þ¶P1Ž—úo{TÏþ‹\Š™lXžÓØ%W;§á#«Ðê§W†!ò«×g­küB :ïNô>g y·B–í÷ï *RÜ?ž /©|ø¥÷¶¿ÍG}Ù<ê3bê[¿zäTÑ~ú¬Jî‡×¨ï·G¨×ÀQ/®vɯlCmufˆFÌ™=ž¬ÖàËÿõÏ“«¨ÚK,«ÇÚRGÍ¥;ŒëC%ðì{›„º¾Í†Å€Ñxº•®hE¾Ë²¬©Ý»¡÷›‚J¯,틞ÝGwԯ̳|]ùAHU­×¢$šaž]ö&äû¦±/ôú™ñÑîp)ËúÓŽv]‡¡ß‰[œ|ûïN$»tÐs¯½¨úÓL¤E5ìZkh=Ðz <ZèœèøæÌÎøKÙEEÒ3zNú3ª ¼ñh‡_{ü¤;Z õÐzÍÜ}–dD†ÅÆ\3_?³÷Ïí³e |Aë õ @­€Öëò”Å?ŽÐV /®zʽZ­h=Xñ@ëÖƒ´Z´O¤Ö«*Ž4ÞºáhÛŸ–gyn[þÅþˆvûIb)×å¼w¶üÑd´Ã0(Os;ç™VÖ9*ÓN<®‘öا['ñZÐz õZú9ê‘¿ðm—Ÿ$®* ØûV?4hÑay›2¯§Þpu Í­|(!#¶M×¶Ä&[»@Û†Ayâ±ù}ÐŽF+ºÔgÇâ£ï^у،ô?q/ʺ´dXïi[È_7PiÚƒ§ó4­]§ÛcÈÿ±£ºtdG€ÖƒÂS®õd)çæþÞß슶f. ým ýKÈÃÛ壳ßÞâW¿¢ÕöaPžæ±íÍ¡C>¾”-ï:ZOó׳¨÷«˜x„$Ë‹ü·¼ýêò³É#M{ð€Öë\z,3h:WôöìëŸÿqöj«CW]:²£@ëA€ái¿¯W)ÍÎÉÛ#s8Å=r "+IÏ)«ªê2ZOžfô2êõ¡kI³Ã´^'×zÔÔûÉÒÇÏÍÙÝß¿9ýŸ½;‹ª\ü8þº¸æ’»e™]qI-—kÙµ,µ[j™]ÛnÙf©¹ænÿRË}ßEETT÷…\P@Ù÷mf€5«{»õ?3#8;gP\ðûy~Ï}àÌ™3gy‡ûþâ8§NãdòS‚Bèz]Ï4yQ[ǼÒÒE÷&}ô™®íkM>Õ ß¿Õ¾žîãî]žè5z[t¾½ÉaAìú·[Õ®¬ÛPÕ†?X’[h1OË _=´['ýtºŽûYeç…Ìfž¶vF“ztÞû]›>¢Û¦KËk¢ÕúY\‰''ŸÍ7ûd~MÊáÙCžk\M¿©ž_®>“k¨-…I»†÷|¦QõJú':7ëñ•û…<ëÝÁâEím6uÿ¤~šV×oÕ©Íèã*Ë%¶Ðê+Löÿ¦—k“†¬ÓúÕQîáÊ’æU¶£³3 nEÆ%6›Bgïìë$:,ŒÖ8tz“¶ÆÕ­V¥%ªÜ“›8¨†øÛ¬Hµµ®g2xnóbÝ÷›£ÕìW†dÿ—z€ºh2¯÷J–Œ*ÂsÝžh•ÖZ×k7/Z]¼¤0ýИÖB4ø(0£Èþžÿ°¼ÐL !t=ºPÁºž6óà—Í„hôúT·]>g¾ß¶jÉä3÷äøÖ¢ªëÐ%~GùÌ·…m¾ SÙž|*Ïíðð:{ÃÀäw¯¥^b{]Oæéu|LÚWæ]¯ê‹‹é†DȹØ\­Ý®g9xÊ~±îÝÛÍáj²ý2 ${—XÆi “w iPµÝ÷aªœ o[WiôÉžÌR»^‘¶(Ãï­šÂåuŸL{nÜõL.4SDB]®T¬®W”êÙÛI4ÿ¦ä÷k·n*+Jóîç"Ú͹ 6<”µ{PMÑjZXœ›¾´)ž=+‹îRLçiª /‰Gû¤ÿ9l›/d´q[ëägø¼Y]4þâp®ý»³ŒæxEú§4úüÐͧ&x¼ê,šŽ VšÿanmüÚîB<»(ÚlÆ^díEåoÖü÷ vOB–µ3fþtõ•Õ=«‰cN«Êxtv†íÿJ`ý—ÚõJ?½ŽIëgÉΓb·ëÙ÷R±¤O]!j´0zÅþÃÝY6_Èhã¶ÖI;3îqáüæî¬«²»^žùSÔºÊ%ž[§1ŸÕ+m ZŒ;mvŸažµu`³ÖêƒÍ“`íŒY<]}eɳBtqKÔ”íèì ³O8)ýËîz6OoƤճTn]¯Ì»q—ßnT“w\™Þ&vÆXé¨IÝÞ¿¦¨Ñ{²âøðæBt\pIcëßëYv½gov=¹{N×#„Ðõèz@…ïzº ˜sk“ÏÓcš‹*/, :Vœð‹ Š"“ςșí…x|È‚]AgBƒýgt®d¥è¦jŠè½ËFõmYEˆfïy&¨m¿ñÌÓÆ:*ýäùM‡ºÞXÓ§¨ãtSÁΫ¬Lbƒ†5ÍGŸ²ZFÌ^ÔÍZ­vζųìz±Kõ]/AS¶£³3 ÌnÁ-ý«Nn&û쨌®gãô–mLZž¥òëzeÝ»üvsx šÿ×Çß&vƘŒ,Œ÷P[4ü$0#ãà× ——×Īeu½¢tŸ5„s?Ý=œr÷œ®G¡ëÑõ€ gúŽ×]ÄcŸìÍÖZÜT¦¿ß¬ÁÇÅÙùà¾wöJ“ÃlßÞU…뜋ú?W”ð†³õ®Wü¢ s¥zÒañå›/d´q[ë¥z½ê$izg^è”'E!ûVïáÔ²ô”›&néë,ÍùN*å–«/êÀf­ÞXúÙ¾uÆÌŸ^˜¼U÷Ú_P–ñèì “ÿs‰ÕQ‹Ú‹JÝ×&–±ëÝÞ˜4:KŽv=ýH³?xÊr±îÝÛÍájüŽ+ÛÛÄΓs€EêïÕ¯ôÔø“9¹?}ºRÝÁ;’µ¥v½Â´£ž¢Þ{tŸÍ"wÏ-/4!„Ðõèz@ûl–"ÅéÉ®BTïòå/ÿ½{}—}ؤx’¯Í>öÍ“BÔé9rñÖ€½{ýÜÏÝ•oúôÂøµ]…höñ†àeØ´ÖB´üpÑÎ#ǃOí›ÓµŠåäSë³p±GàÑã'û,ÔP8½¼9Ycó…Œ6®¶µŽ6;hôSÒ4ïå±Ë½÷ìÝã½ÞmOœZ›î׿º¨þÂäM»}Ö¯ôŽ*0™‚*‚'¶¢a¿iöú¬ÑÕE8÷Z¥–]F¬¿¨üÍZ]bã­Ÿ1Ã'`èÖõ سcå¨5E•çgG”ýèlãßëɸÄW‹ò"gJ;W÷• k|<Æ·Žu½2ŒIëgI~×3iöãë޽ݨÆç¡lÉÎCrPÿ¡µCŸyvLB«8=í¹§ÞñJÖXëzÍ>]ï¿'p—·Ç’©u¯¯û› ãöÿÍy{ny¡™"Bèzt= ¢u=Ýç“ÿA7粋J5›¶í;ýÔÍûš âg êØ¨šþ¡š-zN8¡0ÿ€ôŒ_j\­f?Ÿ,mnøª¡ÅÛNµwøØ'Íô/^©‚§öjîbX¡V«Þc¶ÅØ{!£ÛÙÃòǪèW{¬Ë8ÝMY1›>ï\_@u; Ì*0û0“¤ý³Þ1<Źùß?]~*»ÐZ#°YF¬¿¨ÜÍZ]bã­Ÿ1C×kØåùÎúÏîo;hÖÔ’)qÙŽÎÎ00þ“¥]bßðѳ¹³a-—†­_¾[ÿÛù§×Á1is\Éìz¦#­”Ás;»qwßnT³w\’ýK\úÞü¸W‹/Œ“±û­ú%ó §zOu8jÅ¡µÉå–µçæZË‘B×£ë®ë‘.V«"!„Bèzt=€®Gèz„B¡ëÑõº¡ëB!„®G×èz„B!„®€®G!„Bèz]®'?Ú¬Ó+Çœwæöþbr~¬ß*ÿØ<›+hý' <#Xõ`aðß‘”ö¾ „B×@×+ÇÚfýÏ‚;–üˆù=]DÝ׿gY_AÿG¨ïÓý]få‘OˆúŸVÝ·‡#«&(®óõ=‘RxŸl‡ÜýÑRêµ+õ}A!„®€®wŸw=Ý´6v÷„êÕ}}K’¦´®w|xÑäëãv×SžÑôNÅÚ¹û£Eε³ÿ¾ „B×@×»ÿ»ž.êì¸ä“k˜Ë¦îŸÔ¯CÓêú÷´S›ÑÇU–Kt“Ì„Àïßj_¯’þé½Fo‹Î×Ý–¾zh·&Nºu÷³nÍÂdÿoz¹6©aø)Q§õ«£ÜÕ%óF›»‘´kxÏgU¯¤–s³_¹_È+9¢¼¨­c^ié¢{èÑgº¶¯Q<Ý•¿«&)ˆ]ÿv«Ú•uOªÚ°óKCr íu½¢¬À÷:½˜ee¶œ½³¯“è°0ZSê!ÇÖá8tž¢Í:ãµfo’Z[¤¼è¿vû%•Íy~‰''ŸÍ·s9ì¦Õí˜ôk‡ óäØ_­ô+û0 ~[ÃØÎÖJ¹v2Þ¶Ö±3`¬^”;ò>"„º]x躞2dz»JâÑŒ^¶Ýßß×}¥g¤RZxfjÛJ¢~ï‰k}wo[2¬³³pyeUŒnf¥ÿËn¢íh÷€ýü·û…dh-—åžßZTuºÄïÈ!Ÿùï¶¢Íwaª‚È™®¢J»áëö?°Ùã`­ ¶ç¾Óßûšiž¢Fßu—õ³¾Òv£Ý8Ý{|ݦõ©¯{‰pýgDh3~ÙLˆF¯OuÛà³qæûm«Oweïªé)*TžÛááxäèAß…ï·âé©…ŤëÙþ͈ñÕÎ!˜ü›)Û‡ãÐy6Š&fYO—¯¬ŒÎOóR¿jÛ)Ö>RF¿çõo8z1YUdçr”ÖõL·cüB6ὀco59Wöaü¶†±­•ríd¼/l­c¯ëY»(·ÿ>"„º]xøº^Q†Ï›ÕEã/çZ,lôù¡› <^uMG+­ýo‹%EiÞý\D»9Å71fíTS´š–ôE#ñè`Ÿ­ÅtýÖÓÕWV÷¬&ZŒ9­r`7´ñk» ñì"Ýܯ(Õ³·“hþMñ/³Œoc“½«6?­"ųgeÑ}CŠöÎt=«‡`rlŽcçÙ$ªs3ÚW~äï Ï+â7ö­!Z Ê.*íþ={—£´®gë>@›ç_Þɱ7 d\Ù‡kðÛÆvNµüûom½/l­c{ÀX½(·ÿ>"„º]x»^Þ™q ç7wgÙ]¨Ž]ÑIˆçVÇiäLwóÎŒmañö¯óÞ…*bIŸºBÔh;`ôŠý1*­Õ§«¯,yVˆ.n‰vCyxhÑbÜé<éÕOi!œûd_•Ñõlîªi3ŠÝ1y`Ǧ5* áT«–´F§åqš;ÜõŒÁäZØ>ÇγYrÙXTí±ô²2òǶB<9î´ª”®gïr”µëÙ<y'ÇÞ0qe®ÁokÛ9Õ¥t=ï [ëØ0V/Êí¿!„®Gׯ®§Ÿ¾éŸe17^¨ŽÓÍ3;¯’9Ý==¦¹¨òÂÒ sáaÅ ¿˜ ÐýæH«ˆÞ»lTß–U„höžg‚ÚÊt7v©~º› q`7”AÉæ£OOòûûËëzvvµ8‘3Û ñø»‚΄ûÏè\É®§:5º™xì³£2樷ÁòZX=ÇγéfUÁžN=žWF/}ÑI<5æh®¶Ô®gûrØ9Lû]ÏÖ!È;9ö†Œ+ûP ~›ÃØÎ©¶{íä¼/l®c{ÀX½(·ÿ>"„º]xïáLõzÕI4þÒô6¶ô¯»èÞl.…‰[ú:Ks¾“2ocÓßHÖàã½Ù6oèR]˜+Íi;,¾\`þôÂä­º×þê„Ò‘Ý0šàžõØ'ůnÿÎÒwU›íÛ»ªps1_ÿmVÀÎ6»Þ;{Í»ž:jQ{Q©ûÚ„Â2ÎQíŽcçÙdo#æt®Výå1ª„-oÖªâ:å´ÂòaB§<)ê Ù¯5*l¦Åv,ïPµr·Ýõä\Ù‡jðÛÆvNµÝk'ç}aûEm«åößG„B×£ëãg³h³ƒF?%D½—Ç.÷Þ³w÷z·=qê"EðÄ6B4ì7mCÀ^Ÿ•#ººç^Ë£ÔE²¦»Ò6}ó¤uzŽ\¼5`ï^?÷Ås7GåkÕ±> {=~ò°ÏÂA …ÓË›“oþ’B¿®gÀž+Gõ¨)ª"„º]xøºž”‚øÀƒ:>VE÷.­öX—q†ÏOÚ?ëÃBçæÿtù©ìB“[Ë%%ÛlTMÿÖ¯Ù¢ç„ ­*xj¯æ.†ŸµZõ³-¦ äcôvy¾…³þcâÛšu µdÆ(s7Ì&xš”£ó?èføÌvQ©fÓ¶}§ŸR9²«¦ 7|ÕÐâ­ §Ú;|ì“Vhv5&¾Ô¸ZÍ~>Y1ÁsDÏæÎ†g»4lýâðÝÉZ‡æ¨¶Ç¡ól^åJ1›>ï\_ÿšu; ÌÒÚ¾vÓêvJ=ÿ·ßõä\Ù‡jðÛÆv·fïÚÉy_ØYÇö€±~Qnÿ}D!t=ºðv½{«³eB†0ø !„Ðõº]º!„B×èzt=Bü„Bèzt=€®G!„Bèzt=€®G!„Bèzt=àêzÚ¬Ó+ÇœwFU~?…4‰þ ž¬ºË?ý=´òÞÏ{uîyîÂãŒYI~¬ß*ÿØ< !„ÐõèzÀCÚõŒÿòøm¤Hºâ£Î «êÞøÎÿÜ™™¸¥ýGÚŒÓö»áÏŽÞ§ûÍZÅ•c¾¾'R ïÆ¿rðÐŒ÷³®¢ëݧ¿RIÝÒCˆfnO(¸µ°àümDµ>~9åz!ò/¬xçù—ÆíÏÔÞÝqRËN~ìî /Ô«ûú–$ ]Bèzt=€®W¦»cWtN}|³Kí8t½¢ë Q¹Ã”9…wµë‡®wÇÊŽ:;.9OËïõ!„®G׎®—µuÌ+-]toÒGŸéÚ¾†Ñ´Jøý[íëU’ry¢×èmÑùºùnøê¡Ýš8éoÐlÔuÜÏæ3pý'É—¨>pOnNà âo³"ÕÖº^‰''ŸÍ/LÝ?©_‡¦Õõ œÚŒÖOï˶e84›]¬ výÛ­jWÖm¨jÃÎ, É-´VrSÎ{¿kÓGt«¹´¸&Zw¼š”ó‡<׸šþ…z~¹úL®ÖZ׳µZaÒ®á=ŸiT½’þŒ87ëñ•û…¼¢Ò’s€ºh2¯÷JÖiUžëöD«´Öº^Þ]j‹zooŠW[ëzr^ÈÎ…°uàÆÀrœÜΙ·c·9ê “ý¿éåÚ¤†a÷ê´~u”{¸²äL–áÊÚ9còwÕ$r°uÌŠvöξN¢ÃÂh­3og}û‡\®?”Œ¢Í:ãµfo’Z[¤¼è¿vû%3CB]®TЮ§Í<øe3!½>ÕmW€Ïƙ﷭Z2­Ê=9¾µ¨ê:t‰ß‘C>óßm!D›ïÂT‘3]E•vÃ×í;~2(`³ÇÁµ®WõÅÅÇBCBCCÎÅæjív½zƒ7œÐ­z1YUdè‰mG»ì?à¿Ý/$C[æÝpüÐlw½Bå¹ÞGŽô]ø~K!žžjQ7Š”!ÓÛUþcô²íþþ¾î+=#•ÒÂ3SÛVõ{O\ë»{Û’a…Ë+«b4æÛ·½šá„´ç±;`¯Û´>õu»žwÕþCr°H[˜¼cHƒªí¾Så}ÛºJ£OödZíz–;:±me§®?†©Ì»žŒ²w!J9pã®g2NnçÌ[ޱÛuÅÂ}§¿ÿö5Ó€m®c»»Y=ó¥v=냹¼(™þƒâs3ÚW~äï Ï+â7ö­!Z Ê.b~H¡ëÑõ€ ×õòNi!œûd[þÓ˜¼3c[X¼‹ë¼w@¡ŠXÒ§®5Ú½bŒJ[¾]¯Ì»Q–C³ÙõT±;&ìØ´Fe!œjÕ†úcúrgÆ=.œßÜew¡Z÷OÅs«ã4ÆÛ··šÙ QÚ@´w:Ïò\=$ã5©Ûû×5úoOVÞ\ˆŽ .ilý{=ÃÁj¶½SO4ùdOâ¹’®'çLÚ½òÜn×søÌËèzŽ:󧫯,yVˆ.n‰š²]Y;gÌ]5m7¥`›ëØînVϼü®g2˜Ëû‡’YrÙXTí±ô²2òǶB<9î4wrBèzt= âu=ÝÜɹ¿¿µiÕé1ÍE•– +NøÅ…î?€kÑ{—êÛ²ŠÍÞóLP—g×+ën”ñЬu½‚È™í…x|È‚]AgBƒýgt®d¥ëé'¨oúgYîƒÑBuœnªßy•y׳½šùô8hX#Ñ|ô)k]ïÖCr°0Þc@mÑð“ÀŒŒƒ_?.\^^«¶ÛõŠ´Úô€ÏšŠúoÿ4ºuqדñBö.„Ì·ßõ=órºžC£Î¢ëÅ.Õw½MÙ®¬3æØ®Gζ¹ŽêÔèfâ±ÏŽZézÖμõí æòþ¡dUð„§…S…ç•ÑK_tO9š«e~H¡ëÑõ€ wgúŽ×]ÄcŸìÍÖZÜ.¥¿“ªÁÇÅY»êÂ\iNÛañ击Þ;{u]//tÊ“¢Îý ;wÓ•u7nïÐLö3Û·wUá:çb¾þ¡¬€7œ-§ÊE©^¯:‰Æ_šÞI¨ßiáÍ,LÜÒ×Y*-'•&Û··Z™ºž¬,R§xÿ«~¥§ÆŸÌÉýyìÓ•êÞ‘¬µÛõ®æñ„•Eñ=œ2^ÈÞ…yà–ãävμœ{8ufO/LÞª{í¯N(Ëxe휱2íª¬lsuÔ¢ö¢R÷µ …÷pZ;óvÖ—ÙõÊ凒É[;bNçjÕ_^£JØòf­*®SN+˜Bèzt= "~6K‘âôdW!ªwùr—ÿÞ½¾Ë>lR<«ÔfûæI!êô¹xkÀÞ½~î‹çnŽÊתc}.ö°­ý-†4¿÷‹:}Ýbéz„º]¨0]r;±Ú¿!„ºº!t=B!„®Ðõèz„Ðõ!„º@×#„B!t=º@×#„B!t=º@×#„B!t=º@×#„B!t=t=B!„B×èzt=B!„º] ëB!„º] ëB!„º] ëB!„ºº!„B¡ët½ÛîzÒF!„BÈíÄÖDK£)(ÈÏËÏSÝÁH,T«‹´t=€®Wz×ãô”™­®§.È»táüÖ-+–.¾SY¹l‰×æMç#"¤© ] ëÉéz¿ÿþ!„B)C¬v=¦@*zÝÖ&''ý÷¿ÿýóùÏ~OLLØè¶.2ü¬F“O×èzt=B!„»Ùõ òó¶nñHINü³$'&xmÞ¤ÈÍ¡ët½R»Þo¿ý*EU ñÜ{vþ¦Ãs7"h¤Ëçµ÷l^A¡ášB!¤¼cµëåç©V.[r£gòÛ½ß[µ|iVF:] ë•Úõ~ýõ†¯ÀУ¡±¹ùW•šëäMNÁÕÃ!±RÝ3\S)g‚OüñÇ%ßR~a°Æ6y8c«ë­XºøÏr#m<3=®ÐõJïz7~‘2Óáܼ"¥úy ““_$]JÃ5•rsŠRü-!åal“‡3ö»ÞÿÊ] ëÉìz7~¹.eîÆCŠü"YQ&yôÖw§Ód®_†äe[6~Øìr|‰ŠéR®©Ã¥ä[r's]qvÍ„Q Ϊok;… »×&hl®p55pÒ;ïÎ Qß÷‡s÷Û9óŒÕ;=V+îáóƒ”Ø]®ÜÏ]ï—_®ÿ¢ïz9ùE6“}ztçzol¹¨,Êɉ˜ò´¨5h¢´¶ )Ž®'•²?Jó÷áÞ~§’÷„¤.ô½Ðí«­ÈC×èz2»Þµ«ER¤‚‘«ÉÈI^ÓMWRNgjtß–$ó®⑾»®H_g„O”ºÞ[±Òש?ÞøÖÛü‰ñ!IÙÉ>ãúº6®®_àÔzøÏ º§ÇoŸ2еn%i‘Ë㽆¹_JÊ5ݾ”ô‹n#^~ÜEÿ›Ä§»¸Ö•{z_¾ùê¥=Ý|7Žl~«–¨ÿ‰Šaõ…u=«ˆN³#ò3²=¿êõL£†5k·ê=lMX\NÉa–ºŸÊ I­D•† ªˆg¦œM¾¹0?bMoñhSgñاÇÌOcžRzÆO˜b8„q¦˜=$]JÃ5•b˜¢”|{3EižÒô»Ý¼MñmÆá1­…hðQ`æUÃ’ÂÔ#s†<߸šôÕŸèùåšE‘~¹&j~;áü†®ôµê¤4.ñ䔳f/T˜vlþ]›=¢{Ø¥åÀµ1;[Ö¦˜Ü¯CÓ›#§Íèy–Kt;¸÷û·Ú׫¤z¯1Ûbt/Z¤8·fh·&Nºu\¥Û`Šÿ7½\›Ü¼ÖuZ¿:zÓ9UQɾÙÚä]Ã{>Ó¨z%ý³œ›¿ðÕ¦‹ù%G”½mÌ+-õ£ôÑgº¶—FéË>9VwÞÖ®šD»áíVµ+ëžTµás, UhÍ/VA„¡ë)ußf¾×éƒÀìkÅ'¿É×ú’’³«Ÿ“è°(¦°ÔC0Ž­Ãqè<Ël {v©-ê òH0 9õ]×ë³3×ÎkÉßUÆê}2Vm­cg¬Z=óÊØ&¤8·Ùõº Û¶38ù;³s½#;}º™®Ðõîl×3|-„ô\uzNÒj©q´ùñDš*9Ó¼4iyæy}×ÛyYú:#ÌÐõ®H_ëKVÝ·Ü>üóéѹiú5E›QËwìõñÞº)(557+pÔÓ¢ªëûs}vlÿáíÒÃßžÈÕ½\IrÒ|?m&Í_°nóïeÓßû[U©ëmÑ=*ãé»qÁ£Ï#¢å7?VËôy÷QÑrâ‘ô›"\Ç.ߺËÓcÕ¸7ž¢Æ+Ë£’e¾Pnö¾];þo•j¿µéJþÕO \4ø`Óœ.•œúø].9®s‚3|Šå™·–qú¢÷è£u¥èëÞdãG¥KYr‰ SóK¯MÝ¢ïzÑê[ ‹2üÞª)\^÷ÉÔ}«<3µm%Q¿÷ĵ¾»·-ÖÙY¸¼²Jª†Ú«êKúùóîékå‰ME½ÁN„†„††^L–&§Æ/¤ ™Þ®’xô£—m÷÷÷u_é©,uË¢íh÷€ýü·û…dh-—åžßZºFC—ø9ä3ÿ]Ý5ú.LU9ÓUTi7|ݾã'ƒ6{L¸µÁvãÜwúûo_3m€îZ÷]wY#ã¥gyìØãë6­O}ÝK„çéÏ[æÁ/¥QÚèõ©n»|6Î|¿­4J{ùd[Ýy»jz- •çvxx9zÐwáû-…xzêÙ|³‹•î{©ë Þ§0[®?ùM¾>®2|›½³¯4^]Ê!˜ Û‡ãÐy–3Ø:-;wtbÛÊN] ÓípÁùu]Ï/ÇökÉÞUÆê}3Vm­cg¬Z=óÊØ&Äh6u;]ï¹Ï=½ŽÆ^yrÚÆŽŸ¸Óõº^9u=©Y¤‡‰nËc ¤÷½¾ëIå+-#lBq×KKýù³Æ¢ÑçAqÒ׆¯©Oê•m½ÅßfD&–Äï|£¦h9!$±ä)Ò:—7¿TM4ùêXìÍ\šÕN×õ¢å=Ýr7Rc<^rOO ×­–üT¬>>k¹{™Ñó{TÍGïO“÷B¹é›_sV„Fm{½Ve×ïÏ%åæG¬ï[½ês3Ï&{½î,:­ Ë.>®sNe:øm¦‡*ÓL^]CÑþÍXC%1jœôíØ “KV([×»ª¹¼´£­¿‹È—zŸÏ›Õ¥óy(×ðPa‚ǫ΢éÈ`¥•ùó­)™i iüÅá\‹…¥oÙ‹%EiÞý\D»9Ô†%Y»Õ­¦…e}ÑH<:Ø'Ek¼fOW_Yݳšh1æ´ÊÝÐÆën­}v‘nžY”êÙÛI4ÿæç›Ç«ŽYÜÁdþ,gW l½µ)ž=+‹îR´w¦ëY=“ dûp;ϲºÞò8M^Ô²^.¢Õè#YEF]OΉ²·«ŒÕûg¬ÚZÇöXµz昱Mˆ¼®÷ßÒtútó†}1ŸÌ;:jʼn­ÿ¯5vY!Z [µó€o€>{O‡'+â“æýM<òÚŽHiÄÓãž5ìº }wø“Æ¢áÐC—¤¯ 1^SŸ¨ß4µøPûmÿ %O‘ÖÙ?²©p~Í+©x#ß·•_ôŒ÷t+»‘zeÕ+΢õôC‰Š+Á³]+Õî¿-ÉÚîeÿ±½ÏÍ?—#ë…R£t•_Ø|.-cßø§+ÕÿÐëBð·ÏT®÷®_DjêŽ÷ë‹§¦L,>ûñX²ƒO1>ó'Crã_=M1jÜDi¯F`g¡t) ×TŠaŠRòíÍä%¸ëþ9áOçF •uÐý‡øÐœ¼œ£ÎÿôM)~TµDê—G+ ³¥²üºoš´<ëè×MDã/d›m_‹X]hcˆX,É91ª…Å5ªó¯=Ù¡ _­+D ×7G. ¸gõ銋 ¤#|nõ¥»‘¹ÿãú¢Åèã9Ò«ÿ¦…4ÍôK-Þ½ tŸ»5Õ¡]59KÙ—¶NèÿlÓ•…pªUKZ£ãâh¥é™Ì ™®û($ÿ ³3lvòSw¼æ$Õ÷óJË1:“kaûp;Ïr›á¸”—·¼]W4þ÷Î+!3þ&ª½ê&ïDÙÝUÆê}3Vm­c{¬Z=óÌØ&¤8Žv½u» ÛÚù³->õè8tÓ+£¼—í¼ðöwCçéþ¹GÛ÷Ö¸YÝæ_«Ú½·jÅŽPº@׻ͮ'ý8’¢ëz©9ñ)—õ%e汤Ý·%I ÕW¤í‘Ò× §ô]oçéëØƒú’uà’Õ5õ‰Ú7¢‰¨Òå§ýûœ(ÎÉ#aÉqFÛ¿Ùõ¶$o$\×õ^Ø!ïéVv#5ûÜ–·k‹–ßN9½¤{Õêÿ\1ÛÚîežøIêzç‡eÉz¡Ä)ψêÿô9Ÿš{nýËÕÚ¾ó:U\'ýœŸš0¼…4AÙkzËð”T›‘ ݨ±ßÚ_.]JÃ5•b˜¢”|{3ªxC׋̽µ0/aÛ›5Ä#}¶&婲KÓ!i–\ühnÔ⎺ûð¢ù¹çôs-ŸTiy摯ôS²,³íë“ýó7¦Ñ/”¹eC,–HÛl.ªü}á¡3§OçLxLzžî Ò#w/ñÚU„hú®{L®åÓs/.ÔÍŸWÅ(ØŒCŸ7ÍFË.Þù7|SŠwïü|Ý'mMqtW‹“úm¥~ÿîœ‡ŽŸ òý®S%in¥0=“Ùg ]/Ýì gÙL4z ÓðmŠ·n><7Ra¹3F‡`y-¬ŽcçYÎ`+>.U‚ß'MD½3F>-u½í©òN”½]e¬Þ7cÕæ:¶ÇªÕ3ÿÀŒmBŠãh×ëò¥çža wDHYà}nî¶sÃ}e¬ß?'ùï2Û+ì'¯0i…IëN¶¼Œ®Ðõn³ëå©”R¤‚›œ›³Tß8Ž$dë¾-IBèT©"½ºýœôuÜɱR×{Ó7Rú:6hÄã¢Ö[;#­®©Ï•ˆõ/VõþåždºM£\‰ôxÙÙh„°ÿsÕý.,\Þӭ솔˜Rlôñæ9/>R£Ï–°$k»—µ¼·‹hø™ïey/tåè°æ¢Þ€ ºo“|>m¢û8W7žI”¾M?8©µ¨õö–hÓÓX†§$ßV¤Ki¸¦R S”’ooF·Q×õ~ŒÈ)^¢ˆÞJ÷Q¡~ *•R•àÙ×Y4úloÚÍGc6¾æ,q$C™—þ“4×ê·#EZžubBKQg°šÙöõQŹ¿RMÚH`ªñB™[6Äb‰´Í—«‰úîJVZyE}2Ïþ(M’ÛÏ?ŸmþtÅ>.¢Ñç‡3ÙôƒŸI“ÉDzŠw¾AÉ«çDê'^ÉeÜUeò¶—«Š63òôß&ùö{Dt\t)×tµì3Ó¤®÷Ö.ó“œsnn;Q©ëŠh…þÛdïת‰vs"rUö!ÏâZX=ÇγœÁvë¸){¿z\ˆÊB×õRä({»ÊX½oƪÍulU«gþÛ„ÇÑ®×ñ“MÓ7žyqäŽ#vü}¸w·¯·u¶­ëWÛ»}½½ûpoiá #}^éÛZ`«‹èz]ï6»žJ©"„+IYW£—èÇŒ#ñYºoK2EW‘¶…K_'DÎî$D“÷ç퉊J¼¼¶OuáÒ}ø²mׯ˜µ.ô’ñš†$Æmÿì !jwýtÎòÍ>›6®þ¿ékÇšn?)qç7¢ú³ý¸ÌÃgÓ†yo5”ºžG˜Ì§[î†nyÚÁ©í*W~´†¨Õ×ýÊe£µ{|2ÃmÃYŸw«!ªt˜zò’ÌŠx·ž4Ï:xAÿmôé _ úá$ý£éAÒ ¡Ê?Ö^0==¥é¿çzx»{gÛáÓfBF¤Ki¸¦R S”’ooF»¡»îµVíðõóÞì6Âû]ëISv'äÖI=:î!ë3qÏN¯%Þwô\ž-=”f˜k%ë¶¿íŸÕEõ¿_·ÃÏkõ’-ún½JÒOJýñ¥‘‹¶øîôݲz¥ïÅl™[6Är‰"iÿ×-¥kôÂWó6ùìܵmí¼YëóÙ¼fÏsóÛwèH ×ì‰jÿØp9ÇðtQGZw£ï–%û×U:Ï8“-ÿ¥¤&“MGÍÔ?ëØ·m¤Qúܧ³Ýwìܵuá{¥ ¤g’#»j|!²OMzZˆ'†Ìݶ÷ÐÑ£»f>_E<»èbŽéÅʽ¸üyéb}¸úؓӫÌ<ó][!í5v™—ÛhiÏÚÍ9—SÊ!Çöá8tžå 6ããÒm\j{¢ZïmÉòN”½]e¬Þ7cÕö:¶Çªõ3ÿ€ŒmBŠc§ëýþûo–{½ÓP÷~“ü¥*7`º.§ïí;1 ç˜ý&íôýþw~8 eðŒƒ¾ÛÛzàB[À®Ðõíz—3/'D-‘&–ÏÌ8—©û¶$qg¦<#5¸­aºoÓC¶îúXÕ/o>›˜yñÄê!íëéÞä•uýhÇÙXã5‹¹qBÿ¶UÕÿ0¨Ù´Û¨Q¦Û׽ĥ­ß½Û±±þ#¯E¥ÚücÌÁó²Ÿn¾ º…1ç<úÖ¢Þûž—LD4èÜ¡™³þßi´é7Ñïtœìý¼èÝÇE<1æç‹‰ûŸ˜qZwî:Ï I79=Å\·¥–Ï*%¥w=e‚wÿz%¯Q­î“]ú_e2ûÍŽñÿ¿·:4¨¢ûcëͺý{áѤ\+sÚìˆuŸt¼yÚ;|æ—¨0}¡¬K;§4lDTkðܨCé²·l}‰~›~Ó>Û°šá5ï1öpª"ýØÄžÍ\ ‡Së©^#="JfÂâ±ç:77\k×ÿç›ãØšO&s®ìûiH—&7GiÍ&®¯M:šáÈ®šö ”à¥oMT«Ý¸Ý^q¹f+'!`ì ªÕ|Í+Ñì:f†oö‚á³ê…py¬UaÞ—̇mŽCçÙÑ®§T(ý?kRÜõäœ(û»ÊX½OƪulU[gþÛ„Èèz¿ýö›åß^_¶#äÙÜŠÿ]ÞÊçþ½~¦WDŸÉïýt´ãû«Ÿ°è©þ ž|sþÓ,ÚrÜÖp§ët=™]O©È•"„˜„ÌŠ–+'Ç·®ÚüëÑ%KbÏL–ªhï­g+ÞÁGº”†k*Å0E)ùöáJÖÙuÓB龜óðïzêÁÆXel“‡8v»Þ¯×®]5ËÕ«EEEÚ’´´tÉ®¨?ùdщ'û/0~H÷o-žn] ëÉìzŠÜ)óÜ_ˆM‹ŠO¯‰K8æ¿oW ßœÚ8Õùç’”[] ž¤ëz^¡ãH-"]Äyî‡ ×TŠaŠRòíÕÌPÝü¹ïöćóðïzêÁÆXel“‡8vºÞ¯¿þ*õ5ãhµ…:/O¥R)•J…”V¯ ¼òîÜÃVžiùÆ<ÃBéQiiMi}³-B×èz2»^nN¶ÝÁ»ŽF^¸’z).íOÔ‘ÏTÒß¡ùÖ”]1Œº|JßõÿÓÒ¥4\SB!„”wìt½7~Ñj £V(¹©©)ñññ±±W"##Z X°lOÜx‹#Ö†K_KK¤åÒ£Ò:ÒšÒúf[0„®Ðõêz„B!äv½_~ù¥°PcFŸŸ'•¸ì쬴´Ô¨¨Kcg{J¯åó¤ÿ•¾––HË¥G¥u¤5¥õͶ`] ëÉìzÙY™„B!¤ ±Ûõ®JeÍ4u4‘+ÖP*RS’ÏGFž>uêä 饯¥%ÒréQiiM˧B×èzrºžïv/B!„R¶ØëzׯK}ÍV¤B§TäffH³¶ä”ä$饯¥%Òr;Ï2„®Ðõät½Û¯B!„²ÅN×»~ýšåÎ8R­“ÖÌS) ‘¾6üF¯ÔÐõºžœ®÷ö˄B!¤l±×õ®]•º[y„®Ðõät½ï·^&„B!e‹®wíêUé‹ò] ëÉézÿçC!„BÊ[]oå²%*EnÉý™w0*EΪåKéz]¯Ô®÷W4!„B)[¬v½‚ü<ÏÍ›¢£.©”Š;žËÑ—¶ynÎÊÈ ët=û]oºg´üÌØ“t){•w´CÏ"äʬíÑ[]9{âlܱ8ÿã±ë÷^ž±3C¢„ë±Úõ ÕêóÝÖÅDG)rs”ŠÜ;iSÒÝ×»Ež S*séz]Ï~×›¶%Jv.oJýã/­b©W”#Ï"äÉê€ËÁa—½¶úÍ›;wʤo¥Ì=w‡¯ß±˜~1œÂ%„XÆjד¢.È‹óÚ²iÕò¥+–.¾#‘6µÍs³Tôr²2¯Òõºžý®7uó%³LÛ‘žþçÿbŽD›/ßžóŸ¿”qßÙ]4«¢OGÎþiÖ†õnÉI‰¿ë%%%®w[7kæ‡Ã’W&p–C”b[]OŠF“¯ÈÍÉÊHÏLO»SÉÊÈÐÿF¯Ðê+Òõºžq×›âq©$S·'í:“2ß;)âúoA{./ Êò ˆ.ytÖ1íïÝØ·3Êþj„<ˆùÁ+*8,fö?;zØò=xäðÁ9s朹¢üak çŠ0D !ƱÓõî~èz]ϸëMÞt±$ßïÏÏûß_ýþ[þ郞J_ý/#2núÍGc¼²þ÷gAÖüÍöW#äÌ–1ž[}×»­“ÞV¿ÿþûîÝ»;èMŸ>ýÆÒB7·u¾‡¼O¦s®È=¢V1D ¹W¡ëÑõ€û¶ëMr¿`’M—–…©¯ÿ'/9}þæ[Ë'oOKøã¯Ì3—§Ø]4N]™7wnrR¢ô¶Úµkר±c›“êž´0)1aÑÂEgãò9WäžQ«¢„Ü«ÐõèzÀ}Ûõ&º_0ÊÅŸN^ÿ߯‡Ï\ÿS—ôæ›Í:qí?¯ïÜqÑþj„< ù94vʤoÿýwémÕ©S§¦F¤o¥…¿ýöÛ”‰ß¦*¯q®È=¢V1D ¹W¡ëÑõ€û¶ëu‹0Î$Ÿ”ýgb§¸E~·?+à@Ô·†åë/mÏýó¹i?¬·»!l_.½ëMš•ÿ çŠÜó!j³ë1D ¹¡ëÑõ€û¶ëYw®ÔŒóJKûóÏÄ ‹ce¬LȃŸ#ÑsæÌIÒß 7}útã®g¸‡31!aÉâEѩιçCÔ*†(!÷*t=ºpßv½ÑkÃK˹§®ÿù¿¢Í›Ãe¬LÈ™å~Voܱ~îƒ/nܸ!õ;óÏfY·öБ €ÐLιçCÔ*†(!÷*vÿæBAA~^~žêFÚ`¡Z]¤¥ët½Ò»Þ¨5á¥dÝ¥ùý'#ij©kòÀf¼Û¹­.Θ9ëðზïÁ#‡.Z0?'ÿÚÔMç9W„!J1Ž¿¥~éÂù­[<îÔR—²rٯ͛ÎGDHSAº@×+µë}³:Ì~ÆlÍÈùë1#G•¶&!t¾ß±÷tœÙs×­]›”˜ð›^bB‚ÛÚ5Ò,:=;oÝþxÎaˆBÌbµëi4RÑÛè¶699é¿ÿýïŸwÈþó{bbÂF·u‘ág5š|º@׳ßõF®:k7a³BoüõõÚ gK[“>swDŸ¸”ë½ëࢅ §Nš eɒŇeç]“fÑœÂ%„XÆj×+ÈÏÛºÅ#%9ñÏrœ˜àµy“"7‡®Ðõìw½+ÏÚËšKû ÿú5)î[û«RQ2ÞíÜæ#IÁ1ʸLmJîÕK)êÝgÒ'nˆà̆(!Äj¬v½ü<ÕÊeKîàoôL~»÷ûo«–/ÍÊH§ët=û]oøÊP;µ=+ï¯?΄Û_B!äጭ®·béâ?Ë´ñÌô4º@׳ßõ¾^B!„BÊû]ï僮Ðõät½¯–‡B!„²…®G×îÛ®7lÙB!„R¶ÐõèzÀ}Ûõ8½eF×£ët=€‡ªëI¥ìòA×èzt=º] ë€®G×èzt=;]ï¿åƒ®Ðõèz÷U×[p±Û°­?ÛÒéSŽC7=û±{‡oìðÑúöºµû`]Û÷Ö¸YÝæ_«Ú½·jÅŽPº@×£ë<]¯Ë—ž3Ü[ZØcäŽ#}^»³Õ€Et=€®G׸ߺÞï¿ÿöË/×ÍÒi¨{ïñ»úLØÝw¢Ÿ‰þ}'Hé3) ÏÄ=}'íé7Y÷¿}'öþvwë -Ÿn] ëÑõîU×ûí·ß®_¿f–e;BžýÈ­øßå­üÛàϼ³¼õ ¥O¿½¤ÕÀÅO XôTÿO¾9ÿé m9nùtCèz]®pïºÞ¯×®]5ËÕ«EEEZ9‘Ö´|º!t=€®G׸W]ï×_•úšq´ÚBF—§R©”R”J…e IëHkJë›mÁº@×£ëÜ»®wÃìWuR}“Ú\ZZjRRbbb‚­HJëHkJë[ý•] ëÑõîU×»qã­¶Ð8juB‘›šš’g+Ò£Ò:ÒšÒúf[0„®Ðõèz÷ªëýòË/……ãh4êüü<©ÄåädgggÙŠô¨´Ž´¦´¾Ù ¡ët=ºÀ½ëz× ¥²fºÀr^g5Òš–O7„®Ðõèz÷¬ë]¿.õµò] ëÑõîU×»~ýšÌ_á9º@×£ëܳ®wíjA~^y„®Ðõèz÷ªë]»zUú¢H—$:Ö´5åŸ^3ÿ½•é qº̨Mñj#ÿe """Y¯yg½ÒK+FªÜÃ2%BE{nq€kûÉ;oáÜÌÚ«'FÒÜ$ºÔ¸w™º»Ž³Ð¦[²¢múú7‡ù´µ:÷ÉÑù·öLí¢z2äŒmò¯?ÿi?Ñ~Æm“ªÑùlÜCUì’SÇylW«áòŸ ÷)1wò¹™óŽ/ç-:Nü2[ψˆˆHÖ«&ëo'-™ÒÏÛº­«ïè··],¶4¡›š¨—;¸|z^/³Aщy=D÷¹'Škv@ýåm¯õtñ}ûdIÝÏ­äÔ{Ý…ß»)÷odè/­Ÿ1"ðƒÄ|s -Yñ^dú¢¾B51"Wñv¤áú†ñ]z…lÙ>»§Bð)½¶õå¾ÚؾD[Ÿa¯¯I+¯Ë¨9±âõQ=ì_ÝóÑ¿Ì6ØÏ¼œ>L×W™î5Ç–¿:¼››}Àw6+2—7S¦ _²évÌïŸàçí¨¢c¿ àÅeç©IZ4qpw/û+ª'ƒíï‘\QöÚËñz)®èNü4oñIJ‹†ªÉ¥n5Êl_›n;¿ƒõ8”¶Ìe¢õd/«‡xUÊwFªŽ òóõtÕ2”`¹Éyc¤Ÿ›ý=}Ÿ|'üšRÓäÆ"""b«ÏzÆËË„»C]6£.I™ç'ÚM×JýÐ^ Z¸;îÈ‘ÈU3ûÚbÁ³!ëÄÄì_>½‡}ËfƒE§ömf…:~,òϯø 1à“ou÷vÙy86îà–Ð …xò“ ]uY¯ vª§øÅeƒ=‡^\:@¸œ·91åtrìî]GsŒåçÜ]t›“\Í=³ÑbÿHÝ‚^ YÏT|>bgDüñ_G­|í1!uÔUœ¶x ‹èôtðZkÉQ;6„_,vœyçÛN¥¥¥§¥gÞÖY*e½âs¡.¢sÐ6GÞ6g˜»ð|v£½.…n4|É÷Nf{tLÌ/¿Ø[ï‰[®Ü?Ï€ùÛc¿ŽÙ0-Ï\]QmÇ­>iëFÚùkEfÙ¬W§e¶¯U·ßÁz J[æ2‘ÍzÊ—Õú*å;#ÕÇÑŸ½fßá„èK&w©0ªe:)5ÀÒríǯˆ‹Ýµh”ªïêúß'³Ê¢£¯w}þ'Ã:«ëY(‘õäª?ˆˆˆˆ­5è5nÖ»[’<§›h÷bäwŽg³œ_Ò_´yjó S­²žE¤]g&*Þ¬œn²V .c6ç˜$>¯3ÅC Z‘Uuò¦»ô…5 »Rê˜fÛîgÔð9“ŠÁ§ð`P[°ƒìÀ–½L*v©ÂŸkxYÕçU©ØéÈM®“ÎcƬÞèjÝ+¥Ä)ëÉV!7~[ýλ}æŠQmEç‰KöÄG¯Ÿà*|g&ä™îÖ*ëÝ5žüýcBt |õ¾Ø„#‡v„}±û²^9Ýè..(Ä#Ï~ôeTllì®…âþs8¯®*Ü'D~g;õ¨•«wÅŸH9},jåt¡úÍîÛFë¿›l©žÛ§±ý„¿Ô¶>PŒÝ¡1×ê¾Þ·‹û ñØ«OI=sdù(ײI©¹09¸ŸY°.".!.bëWq× æïNõ^ã팉ں!"«ò ´©xRŸI¡Ûb¢6¼7ÊS¸ÿz]–AyŽÝà%—=ÃöŽ…ÇÆEl~ªp±üB©Eò)ú5.ªJÖ3ÝØ> stream xÚìÚeÐcW›˜kS·í6¶¹Mmff¦63333ãmÖ–ö~ÍÌÌÌÌÌÌÌÌ“ùf¦&ÉÉ9§Û©\שT’Jµ~ܵž¥5ÒHÿ'à/¢PÀÿÁ•úç›FøÓýÏ2õÏ<:ꨣüÉþHÏ?Cõ?.Ô?ê4hÐàÁ£ü©4è¥úTê×~ø‹Œ5dÈ1Çü£TƒþµRÿM¢¬ðWüñÆg¬!cŒþ¯•’(àoe²I&žpèxã cð)‰þzÓŸrØ$Ž7ö˜£ÿçHið×›sö™§>ù$CÇò_#%QÀßÊ" Ì=ëôSM:Á¿Dê?l¤4 ø;XyÄ Î5ÓðÉ&gÌÁ£ýûFʵàoaãuW±Ø¼³ ŸtèØc ú÷ÔÈ#bm€¿Þ.ÛnºöŠ‹Ï;ÓT“Œ÷Ç´7Ê¿7jTküõÙgç-×]q±¹¦Ÿ|Âqþ}#õÇ6j4küõ²£Üu˵G,8ëð?6Rÿv"¥QÀßÃ@¸ó¦«-9÷ôÆŽ5ºF/§SµÏ¶ëŽX`æ)ÿöþqýà_£Yà¯wΩG§‡ì²ñÊ‹Ì>|âqǤQÀßÊ…gÐ=rÏ-V_bÎiÿq õ¯‡æ4j°µþz—wjí»ÍZKÏ3Ýdã<Ú¿4êÇQü \qáÇ$l¿î²óÎ0lüþ±÷Fnm€¿ÞUŸu\~ÐŽë/7ߌÆþó§F—F]röñù!;m0b'ÿ·ËüM\}ÉÙ'”4jùfš|þf®¹ôœÊCwÞðFM¡QÀß±Q•FßFXºË†+h Qh€F¥Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Qh€F Qh€F Qh€F Qh€F Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Qh€F Qh€F Qh€F Qh€F Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Qh€F Qh€F Qh€F Qh€F Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh Qh€F QüÍ]}ÉÙ'”‡î¼áòhÀÿ'W]|öñÅ!;mðG£&×(àïæŠ‹Î<.?x§ F,0ãäC5 ø›¹ôüÓŽIÜa½óÿçF Ø ó.³î¶ûEÍIg_xéW]}õ5𫝾êŠK/<û¤&ÚoÛu—™w†aC‡ü‡F 2þdÓͽԚ[îuDyÌ©gŸáÅ—\r)ÀŸæ’K.¾ðü³O=¶:r¯­ÖZjžé‡?dðmÔ‘uðñ&vÎÅWÝt—ƒâú˜“N;ãì³Ï>àÏsöÙgžvÒ±u|Ð.›®ºøœÓNúFüÏF sÜI†Ï¶ð ëo»×¡qÕsÜñ'œp"ÀŸç„ã;¦©âC÷Úvýžmø$ãŽ9hÔoÔãL8åLó-½úÆÛïuБQ’eð'*‹<‰Žít3Ì8ãŒ3ü©þÏ ÓM;|ÊaçDýû6êß#5öxC'œdÒaÃ&Ÿ| €?Ùä“6é$oìÿ”¨‹ÔCÆgÜñÇ:t€?ÝСã?î8c ã?'êy”QG4xô1Æò‡±þtÿ¨Ï˜cŒ>xÐhÿ8‹úú—Hý£R£ 4xðàÑþägРÑþµPÿ1QÿV©QFõPü5þHÐ(ÿ½Bý3RÿÒ)€¿Ê?K4Ò×ȹ‘þ‡¬ ðwnÀÿbW,7É¿<ŽX‹¿Äïÿ/žÿ?}æjäÿŸ?läÿÍßÀÿ}ƒïÿŠ÷ý/H ´üâÿ­«á€¿tÈý³†T0Ú€ ÀÿíÞœ|°Eà¿ñääƒþåñ÷£F FF F F ƒƒÑƒ1‚1ƒ!ÁXÁØÁ8Á¸ÁxÁøÁÐ`‚`Â`¢`â`’`Ò`²`X0y0E0e0U0u0<˜&˜6˜.˜>˜!˜1˜)˜9˜%˜5˜-˜=˜#˜3˜+˜;˜'˜7˜/˜?X X0X(X8X$X4X,X^!^1^)^9^%^5^-^=^#^3^+^;^'^7^/^?Þ Þ0Þ(Þ8Þ$Þ4Þ,Þ<Þ"Þ2Þ*Þ:Þ&Þ6Þ.Þ>Þ!Þ1Þ)Þ9Þ%Þ5Þ-Þ=Þ#Þ3Þ+Þ;Þ'Þ7Þ/Þ?> >0>(>8>$>4>,><>">2>*â0Žâ8îÄIœÆYœÇE\ÆUÜë¸÷ã&nãøèø˜øØø¸øøø„øÄø¤øäø”øÔø´øôøŒøÌø¬øìøœøÜø¼øüø‚øÂø¢øâø’øÒø²øòøŠøÊøªøêøšøÚøºøúø†øÆø¦øæø–øÖø¶øöøŽøÎø®øîøžøÞø¾øþøøÁø¡øáø‘øÑø±øñø‰øÉø©øéø™øÙø¹øùø…øÅø¥øåø•øÕøµøõøøÍø­øíøøÝø½øýøƒøÃø£øãø“øÓø³øóø‹øËø«øëø›øÛø»øûø‡øÇø§øçø—ø×ø·ø÷x¤ÎÈQ:£vFë ê îŒÞ£3fgHg¬ÎØq:ãvÆëŒßÚ™ 3ag¢ÎÄI:“v&ë ëLÞ™¢3egªÎÔái:Óv¦ëLß™¡3cg¦ÎÌY:³vfëÌÞ™£3gg®ÎÜy:óvæëÌßY ³`g¡ÎÂE:‹vë,ÞY¢³dg©ÎÒe:Ëv–ëŒè,ßY¡³bg¥ÎÊU:«vVë¬ÞY£³fg­ÎÚu:ëvÖë¬ßÙ ³ag£ÎÆM:›v6ëlÞÙ¢³eg«ÎÖm:Ûv¶ëlßÙ¡³cg§ÎÎ]:»vvëìÞÙ£³gg¯ÎÞ}:ûvöëìß9 s`ç ÎÁC:‡vëÞ9¢sdç¨NÐ ;Q'ît:I'íd¼StÊNÕévêN¯Óï4¶3Ð9ºsLçØÎqã;'tNìœÔ9¹sJçÔÎiÓ;gtÎìœÕ9»sNçÜÎyó;t.ì\Ô¹¸sIçÒÎeË;Wt®ì\Õ¹ºsMçÚÎuë;7tnìÜÔ¹¹sKçÖÎmÛ;wtîìÜÕ¹»sOçÞÎ}û;tì<Ôy¸óHçÑÎcÇ;Otžì<ÕyºóLçÙÎsç;/t^ì¼Ôy¹óJçÕÎk×;otÞì¼Õy»óNçÝÎ{÷;t>ì|Ôù¸óIçÓÎgÏ;_t¾ì|ÕùºóMçÛÎwï;?t~ìüÔù¹óKç×Îoß;#%#'£$£&£%ƒ’ÁÉèÉɘÉd¬dìdœdÜd¼düdh2A2a2Q2q2I2i2Y2,™<™"™2™*™:žL“L›L—LŸÌ̘̜̖̞̙̔̒̑̚̕Ì̛̗̟̓,,˜,”,œ,’,š,–,ž,‘,™,•,,“,›,—ŒH–OVHVLVJVNVIVMVKVOÖHÖLÖJÖNÖIÖMÖKÖO6H6L6J6N6I6M6K6O¶H¶L¶J¶N¶I¶M¶K¶OvHvLvJvNvIvMvKvOöHöLöJöNöIöMöKöOHLJNIMKOŽHŽLŽJ‚$L¢$N:I’¤I–äI‘”I•t“:é%ý¤IÚd 9:9&969.9>9!919)999%959-9=9#939+9;9'979/9?¹ ¹0¹(¹8¹$¹4¹,¹<¹"¹2¹*¹:¹&¹6¹.¹>¹!¹1¹)¹9¹%¹5¹-¹=¹#¹3¹+¹;¹'¹7¹/¹?y y0y(y8y$y4y,yy!y1y)y9y%y5y-y=y#y3y+y;y'y7y/y?ù ù0ù(ù8ù$ù4ù,ù<ù"ù2ù*ù:ù&ù6ù.ù>ù!ù1ù)ù9ù%ù5ù-ù=)9%5-”NGOÇHÇL‡¤c¥c§ã¤ã¦ã¥ã§CÓ Ò Ó‰Ò‰ÓIÒIÓÉÒaéäéé”éTéÔéðtštÚtºtút†tÆt¦tæt–tÖt¶tötŽtÎt®tîtžtÞt¾tþttÁt¡tát‘tÑt±tñt‰tÉt©tét™tÙt¹tDº|ºBºbºRºrºJºjºZºzºFºfºVºvºNºnº^º~ºAºaºQºqºIºiºYºyºEºeºUºuºMºmº]º}ºCºcºSºsºKºkº[º{ºGºgºWºwºOºoº_ºz@z`zPzpzHzhzXzxzDzdzT¤a¥qÚI“4M³4O‹´L«´›Öi/í§MÚ¦éÑé1é±éqéñé é‰éIéÉé)é©éiéééé™éYéÙé9é¹éyéùéé…éEéÅé%é¥éeéåéé•éUéÕé5éµéuéõé ééMéÍé-é­éméíééé]éÝé=é½é}éýééƒéCéÃé#é£écéãéé“éSéÓé3é³éséóé é‹éKéËé+é«ékéëéé›é[éÛé;é»é{éûéé‡éGéÇé'é§égéçéé—éWé×é7é·éwé÷éééOéÏé/é¯éoéïéHÙÈÙ(Ù¨ÙhÙ lp6z6F6f6$+;'7/?šMM˜M”MœM’MšM– Ë&ϦȦ̦ʦΆgÓdÓfÓeÓg3d3f3e3g³d³f³e³gsdsfsesgódófóeóg d f e g‹d‹f‹e‹gKdKfKeKgËdËfËe#²å³²³•²•³U²U³Õ²Õ³5²5³µ²µ³u²u³õ²õ³ ² ³²³M²M³Í²Í³-²-³­²­³m²m³í²í³²³²³]²]³Ý²Ý³=²=³½²½³}²}³ý²ý³²³ƒ²ƒ³C²C³Ã²Ã³#²#³£² ³(‹³N–di–eyVdeVeݬÎzY?k²6ÈŽÎŽÉŽÍŽËŽÏNÈNÌNÊNÎNÉNÍNËNÏÎÈÎÌÎÊÎÎÎÉÎÍÎËÎÏ.È.Ì.Ê.Î.É.Í.Ë.ϮȮ̮ʮήɮͮˮÏnÈnÌnÊnÎnÉnÍnËnÏîÈîÌîÊîÎîÉîÍîËîÏÈÌÊÎÉÍËϞȞ̞ʞΞɞ͞˞Ï^È^Ì^Ê^Î^É^Í^Ë^ÏÞÈÞÌÞÊÞÎÞÉÞÍÞËÞÏ>È>Ì>Ê>Î>É>Í>Ë>ϾȾ̾ʾξɾ;˾Ï~È~Ì~Ê~Î~É~Í~Ë~ÏFÊGÎGÉGÍGËåƒóÑó1ò1ó!ùXùØù8ù¸ùxùøùÐ|‚|Â|¢|â|’|Ò|²|X>y>E>e>U>u><Ÿ&Ÿ6Ÿ.Ÿ>Ÿ!Ÿ1Ÿ)Ÿ9Ÿ%Ÿ5Ÿ-Ÿ=Ÿ#Ÿ3Ÿ+Ÿ;Ÿ'Ÿ7Ÿ/Ÿ?_ _0_(_8_$_4_,_<_"_2_*_:_&_6_.‘/Ÿ¯¯˜¯”¯œ¯’¯š¯–¯ž¯‘¯™¯•¯¯“¯›¯—¯Ÿoo˜o”oœo’ošo–ožo‘o™o•oo“o›o—oŸïï˜ï”ïœï’ïšï–ïžï‘ï™ï•ïï“ï›ï—”œ’š–ž‘™•y˜Gyœwò$Oó,Ïó"/ó*ïæuÞËûy“·ù@~t~L~l~\~|~B~b~R~r~J~j~Z~z~F~f~V~v~N~n~^~~~A~a~Q~q~I~i~Y~y~E~e~U~u~M~m~]~}~C~c~S~s~K~k~[~{~G~g~W~w~O~o~_~þ@þ`þPþpþHþhþXþxþDþdþTþtþLþlþ\þ|þBþbþRþrþJþjþZþzþFþfþVþvþNþnþ^þ~þAþaþQþqþIþiþYþyþEþeþUþuþMþmþ]þ}þCþcþSþsþKþkþ[þ{>R1r1J1j1Z1¨\Œ^ŒQŒY )Æ*Æ.Æ)Æ-Æ+Æ/†“““Êɋ)Š)‹©Š©‹áÅ4Å´ÅtÅôÅ ÅŒÅLÅÌÅ,ŬÅlÅìÅÅœÅ\ÅÜÅ<żÅ|ÅüÅÅ‚ÅBÅÂÅ"Å¢ÅbÅâÅÅ’ÅRÅÒÅ2ŲÅrňbùb…bÅb¥båb•bÕbµbõbbÍb­bíbbÝb½býbƒbÃb£bãb“bÓb³bób‹bËb«bëb›bÛb»bûb‡bÇb§bçb—b×b·b÷bbÏb¯bïbŸbßb¿bÿâ€âÀâ âàââÐâ°âðâˆâÈâ¨"(Â"*â¢S$EZdE^EYTE·¨‹^Ñ/š¢-Š£‹cŠc‹ãŠã‹Š‹“Š“‹SŠS‹ÓŠÓ‹3Š3‹³Š³‹sŠs‹óŠó‹ Š ‹‹Š‹‹KŠK‹ËŠË‹+Š+‹«Š«‹kŠk‹ëŠë‹Š‹›Š›‹[Š[‹ÛŠÛ‹;Š;‹»Š»‹{Š{‹ûŠû‹Š‹‡Š‡‹GŠG‹ÇŠÇ‹'Š'‹§Š§‹gŠg‹çŠç‹Š‹—Š—‹WŠW‹×Š×‹7Š7‹·Š·‹wŠw‹÷Š÷‹Š‹Š‹OŠO‹ÏŠÏ‹/Š/‹¯Š¯‹oŠo‹ïŠï‹Š‹ŸŠŸ‹_Š_‹ßŠß‹‘Ê‘ËQÊQËÑÊAåàrôrŒrÌrH9V9v9N9n9^9~9´œ œ°œ¨œ¸œ¤œ´œ¬VN^NQNYNUN]/§)§-§+§/g(g,g*g.g)g-g+g/ç(ç,ç*ç.ç)ç-ç+ç/(,*.)-+/—(—,—*—.—)—-—+G”Ë—+”+–+•+—«”«–«•«—k”k–k•k—ë”ë–ë•ë—”–•—›”›–›•›—[”[–[•[—Û”Û–Û•Û—;”;–;•;—»”»–»•»—{”{–{•{—û”û–û•û—”–•—‡”‡–‡•‡—G”G–G•A–Q—2)Ó2+ó²(˲*»e]öÊ~Ù”m9P]S[W_žPžXžTž\žRžZžVž^žQžYžUž]žSž[žWž_^P^X^T^\^R^Z^V^^^Q^Y^U^]^S^[^W^_ÞPÞXÞTÞ\ÞRÞZÞVÞ^ÞQÞYÞUÞ]ÞSÞ[ÞWÞ_>P>X>T>\>R>Z>V>^>Q>Y>U>]>S>[>W>_¾P¾X¾T¾\¾R¾Z¾V¾^¾Q¾Y¾U¾]¾S¾[¾W¾_~P~X~T~\~R~Z~V~^~Q~Y~U~]~S~[~W~_þPþXþTþ\þRþZþVþ^ŽT\RZV ªW£WcTcVCª±ª±«qªq«ñªñ«¡ÕÕ„ÕDÕÄÕ$Õ¤ÕdÕ°jòjŠjÊjªjêjx5M5m5]5}5C5c5S5s5K5k5[5{5G5g5W5w5O5o5_5µ@µ`µPµpµHµhµXµxµDµdµTµtµLµlµ\5¢Z¾Z¡Z±Z©Z¹Z¥ZµZ­Z½Z£Z³Z«Z»Z§Z·Z¯Z¿Ú Ú°Ú¨Ú¸Ú¤Ú´Ú¬Ú¼Ú¢Ú²ÚªÚºÚ¦Ú¶Ú®Ú¾Ú¡Ú±Ú©Ú¹Ú¥ÚµÚ­Ú½Ú£Ú³Ú«Ú»Ú§Ú·Ú¯Ú¿: :°:¨:¸:¤:´:¬:¼:¢:²:ª ª°Šª¸êTI•VY•WEUVUÕ­êªWõ«¦j«êèê˜êØê¸êøê„êÄê¤êäê”êÔê´êôêŒêÌê¬êìêœêÜê¼êüê‚êÂê¢êâê’êÒê²êòêŠêÊêªêêêšêÚêºêúê†êÆê¦êæê–êÖê¶êöêŽêÎê®êîêžêÞê¾êþêêÁê¡êáê‘êÑê±êñê‰êÉê©êéê™êÙê¹êùê…êÅê¥êåê•êÕêµêõêêÍê­êíêêÝê½êýêƒêÃê£êãê“êÓê³êóê‹êËê«êëê›êÛê»êûê‡êÇê§êçê—ê×ê·ê÷j¤îÈÝQº£vGëêîŽÞ£;fwHw¬îØÝqºãvÇëŽßÚ ;aw¢îÄÝIº“v'ëëNÞ¢;ewªîÔÝáÝiºÓv§ëNß¡;cw¦îÌÝYº³vgëÎÞ£;gw®îÜÝyºóvçëÎß] »`w¡îÂÝEº‹vë.Þ]¢»dw©îÒÝeºËv—ëŽè.ß]¡»bw¥îÊÝUº«vWë®Þ]£»fw­îÚÝuºëv×ë®ßÝ »aw£îÆÝMº›v7ënÞÝ¢»ew«îÖÝmºÛv·ënßÝ¡»cw§îÎÝ]º»vwëîÞÝ£»gw¯îÞÝ}ºûv÷ëîß= {`÷ îÁÝCº‡vëÞ=¢{d÷¨nÐ »Q7îvºI7ífݼ[tËnÕívën¯Ûï6ݶ;Ð=º{L÷ØîqÝã»'tOìžÔ=¹{J÷ÔîiÝÓ»gtÏìžÕ=»{N÷ÜîyÝó»t/ì^Ô½¸{I÷ÒîeÝË»Wt¯ì^Õ½º{M÷ÚîuÝë»7toìÞÔ½¹{K÷ÖîmÝÛ»wtïìÞÕ½»{O÷Þî}Ýû»tì>Ô}¸ûH÷ÑîcÝÇ»OtŸì>Õ}ºûL÷ÙîsÝç»/t_ì¾Ô}¹ûJ÷ÕîkÝ×»otßì¾Õ}»ûN÷Ýî{Ý÷»t?ì~Ôý¸ûI÷ÓîgÝÏ»_t¿ì~ÕýºûM÷ÛîwÝï»?tìþÔý¹ûK÷×îoÝß»#Õ#×£Ô£Ö£ÕƒêÁõèõõ˜õz¬zìzœzÜz¼züzh=A=a=Q=q=I=i=Y=¬ž¼ž¢ž²žªžº^OSO[OWO_ÏPÏXÏTÏ\ÏRÏZÏVÏ^ÏQÏYÏUÏ]ÏSÏ[ÏWÏ_/P/X/T/\/R/Z/V/^/Q/Y/U/]/S/[/W¨—¯W¨W¬WªW®W©W­W«W¯×¨×¬×ª×®×©×­×«×¯7¨7¬7ª7®7©7­7«7¯·¨·¬·ª·®·©·­·«·¯w¨w¬wªw®w©w­w«w¯÷¨÷¬÷ª÷®÷©÷­÷«÷¯¨¬ª®©­«¯¨¬ªƒ:¬£:®;uR§uVçuQ—uUwëºîÕýº©Ûz >º>¦>¶>®>¾>¡>±>©>¹>¥>µ>­>½>£>³>«>»>§>·>¯>¿¾ ¾°¾¨¾¸¾¤¾´¾¬¾¼¾¢¾²¾ª¾º¾¦¾¶¾®¾¾¾¡¾±¾©¾¹¾¥¾µ¾­¾½¾£¾³¾«¾»¾§¾·¾¯¾¿~ ~°~¨~¸~¤~´~¬~¼~¢~²~ª~º~¦~¶~®~¾~¡~±~©~¹~¥~µ~­~½~£~³~«~»~§~·~¯~¿þ þ°þ¨þ¸þ¤þ´þ¬þ¼þ¢þ²þªþºþ¦þ¶þ®þ¾þ¡þ±þ©þ¹þ¥þµþ­þ½©7ro”Þ¨½Ñzƒzƒ{£÷ÆèÙÒ«7voœÞ¸½ñzã÷†ö&èMØ›¨7qo’Þ¤½ÉzÃz“÷¦èMÙ›ª7uoxošÞ´½ézÓ÷fèÍØ›©7so–Þ¬½Ùz³÷æèÍÙ›«7wožÞ¼½ùzó÷è-Ø[¨·po‘Þ¢½Åz‹÷–è-Ù[ª·to™Þ²½åz#zË÷Vè­Ø[©·ro•Þª½Õz«÷Öè­Ù[«·voÞº½õzë÷6èmØÛ¨·qo“Þ¦½Íz›÷¶èmÙÛª·uo›Þ¶½ízÛ÷vèíØÛ©·so—Þ®½Ýz»÷öèíÙÛ«·woŸÞ¾½ýzû÷èØ;¨wpïÞ¡½Ãz‡÷ŽèÙ;ªôÂ^Ô‹{^ÒK{Y/ï½²Wõº½º×ëõ{M¯í ôŽîÓ;¶w\ïøÞ ½{'õNîÒ;µwZïôÞ½3{gõÎîÓ;·w^ïüÞ½ {õ.î]Ò»´wYïòÞ½+{Wõ®î]Ó»¶w]ïúÞ ½{7õnîÝÒ»µw[ïöÞ½;{wõîîÝÓ»·w_ïþÞ½{õî=Ò{´÷XïñÞ½'{Oõžî=Ó{¶÷\ïùÞ ½{/õ^î½Ò{µ÷ZïõÞ½7{oõÞî½Ó{·÷^ïýÞ½{õ>î}Òû´÷YïóÞ½/{_õ¾î}Óû¶÷]ïûÞ½{?õ~îýÒûµ÷[ï÷ÞHý‘û£ôGíÖÔܽ?FÌþþXý±ûãôÇí׿?´?AÂþDý‰û“ô'íOÖÖŸ¼?EÊþTý©ûÃûÓô§íOן¾?CÆþLý™û³ôgíÏÖŸ½?GÎþ\ý¹ûóôçíÏן¿¿@ÁþBý…û‹ôí/Ö_¼¿DÉþRý¥ûËô—í/×Ñ_¾¿BÅþJý•û«ôWí¯Ö_½¿FÍþZýµûëô×í¯×_¿¿AÃþFýû›ô7íoÖß¼¿EËþVý­ûÛô·ío×ß¾¿CÇþNýû»ôwíïÖß½¿GÏþ^ý½ûûô÷íï×ß¿@ÿÀþAýƒû‡ôíÖ?¼DÿÈþQý ö£~Üïô“~ÚÏúy¿è—ýªßí×ý^¿ßoúm tÿ˜þ±ýãúÇ÷OèŸØ?©rÿ”þ©ýÓú§÷ÏèŸÙ?«vÿœþ¹ýóúç÷/è_Ø¿¨qÿ’þ¥ýËú—÷¯è_Ù¿ªuÿšþµýëú×÷oèߨ¿©sÿ–þ­ýÛú·÷ïèßÙ¿«wÿžþ½ýûú÷÷è?بÿpÿ‘þ£ýÇú÷Ÿè?Ùªÿtÿ™þ³ýçúÏ÷_è¿Ø©ÿrÿ•þ«ý×ú¯÷ßè¿Ù«ÿvÿþ»ý÷úï÷?èØÿ¨ÿqÿ“þ§ýÏúŸ÷¿èÙÿªÿuÿ›þ·ýïúß÷èÿØÿ©ÿsÿ—þ¯ýßú¿÷GjFnFiFmFk5ƒ›Ñ›1š1›!ÍXÍØÍ8͸ÍxÍøÍÐf‚fÂf¢fâf’fÒf²fX3y3E3e3U3u3¼™¦™¶™®™¾™¡™±™©™¹™¥™µ™­™½™£™³™«™»™§™·™¯™¿Y Y°Y¨Y¸Y¤Y´Y¬Y¼Y¢Y²YªYºY¦Y¶Y®Ñ,߬ЬجԬܬҬڬ֬ެѬ٬լݬӬ۬׬ßlÐlØlÔlÜlÒlÚlÖlÞlÑlÙlÕlÝlÓlÛl×lßìÐìØìÔìÜìÒìÚìÖìÞìÑìÙìÕìÝìÓìÛì×ìßÐØÔÜÒÚÖÞÑÙÕMØDMÜtš¤I›¬É›¢)›ªé6uÓkúMÓ´Í@stsLsls\s|sBsbsRsrsJsjsZszsFsfsVsvsNsns^s~sAsasQsqsIsisYsysEsesUsusMsms]s}sCscsSsssKsks[s{sGsgsWswsOsos_só@ó`óPópóHóhóXóxóDódóTótóLóló\ó|óBóbóRóróJójóZózóFófóVóvóNónó^ó~óAóaóQóqóIóióYóyóEóeóUóuóMómó]ó}óCócóSósóKókó[ó{3R;r;J;j;Z;¨ÜŽÞŽÑŽÙiÇjÇnÇiÇmÇkÇo‡¶´¶µ·“´“¶“µÃÚÉÛ)Ú)Û©Ú©Ûáí4í´ítíôí íŒíLíÌí,í¬ílíìííœí\íÜí<í¼í|íüíí‚íBíÂí"í¢íbíâíí’íRíÒí2í²íríˆvùv…vÅv¥våv•vÕvµvõvvÍv­vívvÝv½vývƒvÃv£vãv“vÓv³vóv‹vËv«vëv›vÛv»vûv‡vÇv§vçv—v×v·v÷vvÏv¯vïvŸvßv¿vÿö€öÀö öàööÐö°öðöˆöÈö¨6hÃ6jã¶Ó&mÚfmÞmÙVm·­Û^Ûo›¶mÚ£ÛcÚcÛãÚãÛÚÛ“Ú“ÛSÚSÛÓÚÓÛ3Ú3Û³Ú³ÛsÚsÛóÚóÛ Ú Û‹Ú‹ÛKÚKÛËÚËÛ+Ú+Û«Ú«ÛkÚkÛëÚëÛÚÛ›Ú›Û[Ú[ÛÛÚÛÛ;Ú;Û»Ú»Û{Ú{ÛûÚûÛÚÛ‡Ú‡ÛGÚGÛÇÚÇÛ'Ú'Û§Ú§ÛgÚgÛçÚçÛÚÛ—Ú—ÛWÚWÛ×Ú×Û7Ú7Û·Ú·ÛwÚwÛ÷Ú÷ÛÚÛÚÛOÚOÛÏÚÏÛ/Ú/Û¯Ú¯ÛoÚoÛïÚïÛÚÛŸÚŸÛ_Ú_ÛßÚßÛ‘Fe`ÔÑ }`Œ1† Œ50öÀ8ãŒ70þÀÐ &˜h`âI&˜l`ØÀäS L90ÕÀÔæ˜v`ºéf˜q`¦™f˜u`¶Ùæ˜s`®¹æ˜w`¾ùXp`¡…Xt`±Å–Xr`©¥–Xv`¹Ë¬0°âÀJ+¬2°êÀj«¬1°æÀZk¬3°îÀzël0°áÀFl2°éÀf›l1°åÀV[l3°íÀvÛì0°ãÀN;ì2°ëÀn»ì1°çÀ^{ì3°ïÀ)솀Î7ÛºÙ¶mÛ¶mãf7Ej¤HÝ?Û¶mÛö{“‰)ÄTb1˜AÌ$f³‰9Ä\b1ŸX@,$‹‰b ±”XF,'V+‰UÄjb ±–XG¬'6’ š`H°Gð„@ˆ„DÈ„B¨„F B' Â$,6á.á>!1b#±‰ØLl!¶ÛˆíÄb'±‹ØMì!öûˆýÄâ qˆ8L!ŽLjãÄ â$qŠ8Mœ!ÎçˆóÄâ"q‰¸L\!®׈ëÄ â&q‹¸MÜ!î÷ˆûÄâ!ñˆxLƒ/à+ø¾ƒà'ø~ƒ?à/ø‘‰É$dR2™œLAÆ‘)ÉTdj2 ™–LG¦'3ÉLdf2 ™•ÌFf's9É\dn2™—ÌGæ'ãÉdA²Y˜,B%‹‘ÅÉdI²Yš,C–%Ë‘åÉ dE²Y™¬BV%«‘ÕÉdM²Y›¬CÖ%ë‘õÉdC²Ù˜lB6%›‘ÍÉdK²ÙšlC¶%Û‘íÉdG²Ù™ìBv%»‘ÝÉdO²Ù›ìCö%û‘ýÉä@r9˜B%‡‘ÃÉäHr9šCŽ%Ç‘ãÉ äDr9™œBN%§‘ÓÉäLr9›œCÎ%ç‘óÉäBr¹˜L —KÉeärr¹’\E®&×kÉuäzrI€$IФI†„$Kr$O ¤HJ¤L*¤Jj$"uÒ MÒ"1i“é’é“’#7’›ÈÍär+¹ÜNî w’»ÈÝär/¹ÜO ’‡ÈÃäò(yŒ ’ÈÇäò)ùŒ|N¾ _’¯È×äò-ùŽ|O~ ?’ŸÈÏäò+ùüNþ ’¿Èßäò/ùLD%¦’PI©dTr*G¥¤RQ©©4TZ*•žÊ@e¤2Q™©,TV*•ÊAå¤rQ¹©j?u€:H¢SG¨£Ô1ê8u‚:I¢NSg¨³Ô9êõ€zH=¢SO¨§Ô3ê9õ‚zI½¢^So¨·Ô;ê=õúH}¢>S_¨¯Ô7ê;õƒúIý¢~S¨¿Ô?*˜NB'¥“ÑÉét’NE§¦ÓÐiéttz:‘ÎDg¦³ÐYéltv:“ÎEç¦óÐyé|t~:ž.@¤ Ñ…é"tQº]œ.A—¤KÑ¥é2tYº]ž®@W¤+Ñ•é*tUº]®Aפkѵé:t]º]Ÿn@7¤Ñé&tSºÝœnA·¤[Ñ­é6t[ºÝžî@w¤;Ñé.tWºÝîA÷¤{ѽé>t_ºÝŸ@¤уé!ôPz=œA¤GÑ£é1ôXz=žž@O¤'Ñ“é)ôTz=žAϤgѳé9ô\z=Ÿ^@/¤Ñ‹éz ½”^F/§WÐ+éUôjz ½–^G¯§7Ð h’¦hšfhH³4Gó´@‹´DË´B«´F#Z§ Ú¤-Ó6íÐ.íÑ>Ð!Ñ1z#½‰ÞLo¡·ÒÛèíôz'½‹ÞMï¡÷Òûèýôú }ˆ>L¡ÒÇèãô ú$}Š>MŸ¡ÏÒçèóôú"}‰¾L_¡¯Ò×èëô ú&}‹¾Mß¡ïÒ÷èûôú!ýˆ~L?¡ŸÒÏèçô ú%ýŠ~M¿¡ßÒïè÷ôú#ý‰þL¡¿Òßèïôú'ý‹þMÿ¡ÿÒÿèDLb& “”IÆ$gR0qLJ&“šIäeÒ1é™ LF&“™ÉÂde²1Ù™LN&“›ÉÃäeò1ù™x¦S)ÄfŠ0E™bLq¦S’)Å”fÊ0e™rLy¦S‘©ÄTfª0U™jLu¦S“©ÅÔfê0u™zL}¦ÓiÄ4fš0M™fLs¦Ó’iÅ´fÚ0m™vL{¦Ó‘éÄtfº0]™nLw¦Ó“éÅôfú0}™~Lf3Ä f†0C™aÌpf3’ÅŒfÆ0c™qÌxf3‘™ÄLf¦0S™iÌtf3“™ÅÌfæ0s™yÌ|f³YÄ,f˜%ÌRf³œYÁ¬dV1«™5ÌZf³žÙÀ `H†bh†a Ã2Ã3#2#3 £2ƒ1“±Ì،øŒÇøLÀ„LÄĘÌ&f3³…ÙÊlc¶3;˜Ì.f7³‡ÙËìcö3˜ƒÌ!æ0s„9ÊcŽ3'˜“Ì)æ4s†9ËœcÎ3˜‹Ì%æ2s…¹Ê\c®37˜›Ì-æ6s‡¹ËÜcî3˜‡Ì#æ1ó„yʘÆÃ° , Ã"°(,‹Ã°$,KÃ2°,,Ëà °"¬+Ã*°*¬«Ã°&¬kÃ:°.¬ëð!lÃ&°)l›Ã°%l[Ã6°-lÛð#ì;Ã.°+ì»Ã°'ì{Ã>°/ìûÃp Ã!p(‡Ãp$GÃ1p,Çà p"œ'Ã)p*œ§Ãp&œgÃ9p.œçÃp!\ø.…Ëàr¸®„«àj¸®…ëàz¸@R† „…ä¡E(A*P…DP‡4¡1´¡]èA0„ŒÁpÜ ·À­pÜwÀpÜ ÷À½pÜÀƒð< À£ð<OÀ“ð< ÏÀ³ð</À‹ð¼ ¯À«ð¼oÀ›ð¼ ïÀ»ð¼À‡ð| ŸÀ§ð|_À—ð| ßÀ·ð|?Àðü ¿À¯ðüÀŸðü ÿÀ¿ðLÄ&f“°IÙdlr6ǦdS±©Ù4lZ6›žÍÀfd3±™Ù,lV6›ÍÁæds±¹Ùv?{€=Èb³GØ£ì1ö8{‚=ÉžbO³gسì9ö<{½È^b/³WØ«ì5ö:{ƒ½ÉÞbo³wØ»ì=ö>û€}È>b³Oاì3ö9û‚}ɾb_³oØ·ì;ö=ûýÈ~b?³_دì7ö;ûƒýÉþb³Ø¿ì?6—˜KÂ%å’qɹ\—’KÅ¥æÒpi¹t\z.—‘ËÄeæ²pY¹l\v.—“ËÅåæòpy¹|\~.ž+Àä q…¹"\Q®Wœ+Á•äJq¥¹2\Y®Wž«ÀUä*q•¹*\U®W«ÁÕäjqµ¹:\]®WŸkÀ5äq¹&\S®לkÁµäZq­¹6\[®מëÀuä:q¹.\W®×ëÁõäzq½¹>\_®ןÀ äqƒ¹!ÜPn7œÁäFq£¹1ÜXn7ž›ÀMä&q“¹)ÜTn7›ÁÍäfq³¹9Ü\n7Ÿ[À-äq‹¹n ·”[Æ-çVp+¹UÜjn ·–[Ç­ç6p8’£8šc8ȱÇñœÀ‰œÄɜ©œÆ!Nç Îä,s6çp.çq>p!q1n#·‰ÛÌmá¶rÛ¸íÜn'·‹ÛÍíáörû¸ýÜî wˆ;ÌáŽrǸãÜ î$wŠ;ÍáÎrç¸óÜî"w‰»Ì]á®r׸ëÜ î&w‹»ÍÝáîr÷¸ûÜî!÷ˆ{Ì=ážrϸçÜ î%÷Š{ͽáÞrï¸÷Üî#÷‰ûÌ}á¾r߸ïÜî'÷‹ûÍýáþrÿ¸D|b> Ÿ”OÆ'çSðq|J>ŸšOçåÓñéù |F>Ÿ™ÏÂgå³ñÙù|N>Ÿ›ÏÃçåóñùùx¾_/Äæ‹ðEùb|q¾_’/Å—æËðeùr|y¾_‘¯ÄWæ«ðUùj|u¾_“¯Å׿ëðuùz|}¾ßoÄ7æ›ðMùf|s¾ß’oÅ·æÛðmùv|{¾ß‘ïÄwæ»ð]ùn|w¾ß“ïÅ÷æûð}ù~|~?Äæ‡ðCùaüp~?’ÅæÇðcùqüx~?‘ŸÄOæ§ðSùiüt~?“ŸÅÏæçðsùyü|~¿_Ä/æø%üR~¿œ_Á¯äWñ«ù5üZ~¿žßÀ<àIžâižá!ÏòÏó/ò/ó ¯òx7x“·xÌۼû¼Çû|À‡|ÄÇøü&~3¿…ßÊoã·ó;øü.~7¿‡ßËïã÷óøƒü!þ0„?Êãó'ø“ü)þ4†?ËŸãÏóø‹ü%þ2…¿Ê_ã¯ó7ø›ü-þ6‡¿Ëßãïóø‡ü#þ1ÿ„Ê?ãŸó/ø—ü+þ5ÿ†Ë¿ãßóøü'þ3ÿ…ÿÊã¿ó?øŸü/þ7ÿ‡ÿËÿã ‰…$BR!™\H!Ä )…TBj!VH'¤2…LBf!‹UÈ&dr9…\Bn!WÈ'äâ…BA¡PX("Š Å…BI¡”PZ(#”Ê å… BE¡’PY¨"Tª Õ…BM¡–P[¨#Ôê õ…BC¡‘ÐXh"4š Í…BK¡•ÐZh#´Ú í…BG¡“ÐYè"tº Ý…BO¡—Ð[è#ôú ý…Â@a0X" † Ã…ÂHa”0Z#ŒÆ ã… ÂDa’0Y˜"L¦ Ó…ÂLa–0[˜#Ìæ ó…ÂBa‘°XH–K…eÂra…°RX%¬Ök…uÂzaƒ@@ J F€+p/‚(H‚,(‚*htÁLÁ°` Žà žà  ‘6 ›„ÍÂa«°MØ.ìv »„ÝÂa¯°OØ/ ‡„ÃÂá¨pL8.œN §„ÓÂá¬pN8/\. —„ËÂáªpM¸.Ün ·„ÛÂá®pO¸/< „ÇÂá©ðLx.¼^ ¯„×Âá­ðNx/|> Ÿ„ÏÂá«ðMø.ü~ ¿„ßÂá¯ðOH$&“ˆIÅdbr1…'¦S‰©Å4bZ1˜^Ì f3‰™Å,bV1›˜]Ì!æs‰¹Åq¿x@<(‹GÄ£â1ñ¸xB<)žO‹gijâ9ñ¼xA¼(^/‹WÄ«â5ñºxC¼)Þo‹wÄ»â=ñ¾ø@|(>‹Oħâ3ñ¹øB|)¾_‹oÄ·â;ñ½øAü(~?‹_įâ7ñ»øCü)þ‹Ä¿â?1‘”XJ"%•’IÉ¥Rœ”RJ%¥–ÒHi¥tRz)ƒ”QÊ$e–²HY¥lRv)‡”SÊ%å–òHy¥|R~)^* ” I…¥"RQ©˜T\*!•”JI¥¥2RY©œT^ª U”*I•¥*RU©šT]ª!Õ”jIµ¥:R]©žT_j 5”I¥&RS©™Ô\j!µ”ZI­¥6R[©Ô^ê u”:I¥.RW©›Ô]ê!õ”zI½¥>R_©ŸÔ_ ”Iƒ¥!ÒPi˜4\!”FI£¥1ÒXiœ4^š M”&I“¥)ÒTiš4]š!Í”fI³¥9Ò\iž4_Z -”I‹¥i‰´TZ&-—VH+¥UÒji´VZ'­—6H„$R¢$Zb$(±'ñ’ ‰’$É’"©’&!I— É”, K¶äH®äI¾H¡I1i£´IÚ,m‘¶JÛ¤íÒi§´KÚ-í‘öJû¤ýÒé tH:,‘ŽJǤãÒ é¤tJ:-‘ÎJç¤óÒé¢tIº,]‘®JפëÒ é¦tKº-Ý‘îJ÷¤ûÒé¡ôHz,=‘žJϤçÒ é¥ôJz-½‘ÞJï¤÷Òé£ôIú,}‘¾JߤïÒé§ôKú-ý‘þJÿ¤Drb9‰œTN&'—SÈqrJ9•œZN#§•ÓÉéå rF9“œYÎ"g•³ÉÙårN9—œ[Î#ç•óÉùåx¹€\P.$–‹ÈEåbrq¹„\R.%—–ËÈeårry¹‚\Q®$W–«ÈUåjru¹†\S®%×–ëÈuåzr}¹ÜPn$7–›ÈMåfrs¹…ÜRn%·–ÛÈmåvr{¹ƒÜQî$w–»È]ånrw¹‡ÜSî%÷–ûÈ}å~ry€*“Ë'ä“ò)ù´|F>+Ÿ“ÏËä‹ò%ù²|E¾*_“¯Ë7ä›ò-ù¶|G¾+ß“ïËä‡ò#ù±üD~*?“ŸË/ä—ò+ùµüF~+¿“ßËäò'ù³üEþ*“¿Ë?äŸò/ù·üGþ+ÿ“)‰•$JR%™’\I¡Ä))•TJj%’VI§¤W2(•LJf%‹’UɦdWr(9•\Jn%’WɧäWâ•JA¥RX)¢UŠ)Å•JI¥”RZ)£”UÊ)å• JE¥’RY©¢TUª)Õ•JM¥–R[©£ÔUê)õ•JC¥‘ÒXi¢4Uš)Í•JK¥•ÒZi£´UÚ)í•JG¥“ÒYé¢tUº)Ý•JO¥—Ò[é£ôUú)ý•Ê@e2X¢ U†)ÕÊHe”2Z£ŒUÆ)ã• ÊDe’2Y™¢LU¦)Ó•ÊLe–2[™£ÌUæ)ó•ÊBe‘²XIP–(K•eÊre…²RY¥¬VÖ(k•uÊzeƒB(@!J¡F «p ¯ЍHЬ(Šªh RtÅPLÅR°b+Žâ*žâ+*‘S6*›”ÍÊe«²MÙ®ìPv*»”ÝÊe¯²OÙ¯P*‡”ÃÊå¨rL9®œPN*§”ÓÊå¬rN9¯\P.*—”ËÊåªrM¹®ÜPn*·”ÛÊå®rO¹¯*Ÿ”ÏÊå«òMù®üP~*¿”ßÊå¯òOI¤&V“¨IÕdjr5…§¦TS©©Õ4jZ5š^Í fT3©™Õ,jV5›š]Í¡æTs©¹Õu¿z@=¨R«GÔ£ê1õ¸zB=©žRO«gÔ³ê9õ¼zA½¨^R/«WÔ«ê5õºzC½©ÞRo«wÔ»ê=õ¾ú@}¨>R«OÔ§ê3õ¹úB}©¾R_«oÔ·ê;õ½úAý¨~R?«_Ô¯ê7õ»úCý©þR«Ô¿ê?5‘–XK¢%Õ’iɵZœ–RK¥¥ÖÒhiµtZz-ƒ–QˤeÖ²hYµlZv-‡–SË¥åÖòhyµ|Z~-^+ Ô i…µ"ZQ­˜V\+¡•ÔJi¥µ2ZY­œV^« UÔ*i•µ*ZU­šV]«¡ÕÔjiµµ:Z]­žV_k 5Ôiµ&ZS­™Ö\k¡µÔZi­µ6Z[­Ö^ë uÔ:iµ.ZW­›Ö]ë¡õÔzi½µ>Z_­ŸÖ_  Ôiƒµ!ÚPm˜6\¡ÔFi£µ1ÚXmœ6^› MÔ&i“µ)ÚTmš6]›¡ÍÔfi³µ9Ú\mž6_[ -Ôi‹µm‰¶T[¦-×Vh+µUÚjm¶V[§­×6h„4R£4Zc4¨±§ñš ‰š¤Éš¢©š¦!M× ÍÔ, k¶æh®æi¾h¡i1m£¶IÛ¬mѶjÛ´íÚm§¶KÛ­íÑöjû´ýÚí vH;¬ÑŽjÇ´ãÚ í¤vJ;­ÑÎjç´óÚí¢vI»¬]Ñ®j×´ëÚ í¦vK»­ÝÑîj÷´ûÚí¡öH{¬=ÑžjÏ´çÚ í¥öJ{­½ÑÞjï´÷Úí£öIû¬}Ѿjß´ïÚí§öKû­ýÑþjÿ´D(1J‚’¢d(9JâPJ” ¥FiPZ”¥GPF” eFYPV” eG9PN” åFyP^”åGñ¨*ˆ ¡Â¨*ŠŠ¡â¨*‰J¡Ò¨ *‹Ê¡ò¨ªˆ*¡Ê¨ ªŠª¡ê¨ª‰j¡Ú¨ª‹ê¡ú¨jˆ¡Æ¨ jŠš¡æ¨j‰Z¡Ö¨ j‹Ú¡ö¨êˆ:¡Î¨ ꊺ¡î¨ê‰z¡Þ¨ê‹ú¡þhˆ¡ÁhІ¡áh‰F¡Ñh ‹Æ¡ñhšˆ&¡Éh šŠ¦¡éhš‰f¡Ùhš‹æ¡ùhZˆ¡Å(-AKÑ2´­@+Ñ*´­AkÑ:´m@ˆD¢ƒ b‡x$ IHF R‘†Ò‘Ld!Œlä yÈG Q„bh#Ú„6£-h+Ú†¶£h'Ú…v£=h/Ú‡ö£è :„£#è(:†Ž£è$:…N£3è,:‡Î£ è"º„.£+è*º†®£è&º…n£;è.º‡î£è!z„£'è)z†ž£è%z…^£7è-z‡Þ£è#ú„>£/è+ú†¾£è'ú…~£?è/ú‡é‰õ$zR=™ž\O¡Çé)õTzj=žVO§§×3èõLzf=‹žUϦg×sè9õ\zn=žWϧç×ãõzA½^X/¢Õ‹éÅõzI½”^Z/£—ÕËéåõ zE½’^Y¯¢WÕ«éÕõzM½–^[¯£×ÕëéõõzC½‘ÞXo¢7Õ›éÍõzK½•ÞZo£·ÕÛéíõzG½“ÞYï¢wÕ»éÝõzO½—Þ[ï£÷Õûéýõú@}>X¢Õ‡éÃõúH}”>Z£ÕÇéãõ úD}’>YŸ¢OÕ§éÓõúL}–>[Ÿ£ÏÕçéóõúB}‘¾XOЗèKõeúr}…¾R_¥¯Ö×èkõuúz}ƒNè@'uJ§uF‡:«s:¯ º¨Kº¬+ºªk:ÒuÝÐMÝÒ±nëŽîêžîëê‘Ó7ê›ôÍú}«¾Mß®ïÐwê»ôÝú}¯¾O߯Ðê‡ôÃúý¨~L?®ŸÐOê§ôÓúý¬~N?¯_Ð/ê—ôËúýª~M¿®ßÐoê·ôÛúý®~O¿¯?ÐêôÇúý©þL®¿Ð_ê¯ô×úý­þN¯Ð?êŸôÏúý«þMÿ®ÿÐê¿ôßúý¯þOOd$6’IdFr#…g¤4R©4FZ#‘ÞÈ`d42™,FV#›‘ÝÈaä4r¹c¿qÀ8h2GŒ£Æ1ã¸qÂ8iœ2NgŒ³Æ9ã¼qÁ¸h\2.WŒ«Æ5ãºqøiÜ2nwŒ»Æ=ã¾ñÀxh<2OŒ§Æ3ã¹ñÂxi¼2^oŒ·Æ;ã½ñÁøh|2>_Œ¯Æ7ã»ñÃøiü2~Œ¿Æ?#‘™ØLb&5“™ÉÍfœ™ÒLe¦6Ó˜iÍtfz3ƒ™ÑÌdf6³˜YÍlfv3‡™ÓÌeæ6ó˜yÍ|f~3Þ,`4 ™…Í"fQ³˜YÜ,a–4K™¥Í2fY³œYÞ¬`V4+™•Í*fU³šYݬaÖ4k™µÍ:f]³žYßl`64™Í&fS³™ÙÜla¶4[™­Í6f[³ÙÞì`v4;™Í.fW³›ÙÝìaö4{™½Í>f_³ŸÙß`4™ƒÍ!æPs˜9ÜaŽ4G™£Í1æXsœ9Þœ`N4'™“Í)æTsš9ÝœaÎ4g™³Í9æ\sž9ß\`.4™‹Ís‰¹Ô\f.7W˜+ÍUæjs¹Ö\g®77˜„ LÒ¤LÚdLh²&gò¦`Цdʦbª¦f"S7 Ó4-›¶é˜®é™¾˜¡™1s£¹ÉÜln1·šÛÌíæs§¹ËÜmî1÷šûÌýæó yÈ1ŸšÏÌçæ ó¥ùÊ|m¾1ßšïÌ÷æó£ùÉül~1¿šßÌïæó§ùËümþ1ÿšÿÌDVb+‰•ÔJf%·RXqVJ+••ÚJc¥µÒYé­ VF+“•ÙÊbeµ²YÙ­VN+—•ÛÊcåµòYù­x«€UÐ*d¶ŠXE­bVq«„UÒ*e•¶ÊXe­rVy«‚UѪdU¶ªXU­jVu«†UÓªeÕ¶êXu­zV}«ÕÐjd5¶šXM­fVs«…ÕÒjeµ¶ÚXm­vV{«ƒÕÑêdu¶ºX]­nVw«‡ÕÓêeõ¶úX}­~Vk€5Ðd ¶†XC­aÖpk„5Òe¶ÆXc­qÖxk‚5ÑšdM¶¦XS­iÖtk†5ÓšeͶæXs­yÖ|kµÐZd-¶¬%ÖRk™µÜZa­´VY«­5ÖZkµÞÚ`°H‹²h‹± ÅZœÅ[‚%Z’%[Š¥Zš…,Ý2,Ó²,lÙ–c¹–gùV`…VdŬÖ&k³µÅÚjm³¶[;¬Ö.k·µÇÚkí³ö[¬ƒÖ!ë°uÄ:j³Ž['¬“Ö)ë´uÆ:k³Î[¬‹Ö%ë²uźj]³®[7¬›Ö-ë¶uǺkݳî[¬‡Ö#ë±õÄzj=³ž[/¬—Ö+ëµõÆzk½³Þ[¬Ö'ë³õÅúj}³¾[?¬ŸÖ/ë·õÇúký³áÄ8 NŠ“áä8ŽÃ)q*œ§Áiq:œgÀq&œgÁYq6œçÀ9q.œçÁyq>œÇ㸠.„ ã"¸(.†‹ã¸$.…Kã2¸,.‡Ëã ¸"®„+ã*¸*®†«ã¸&®…kã:¸.®‡ëã¸!n„ã&¸)n†›ã¸%n…[ã6¸-n‡Ûã¸#î„;ã.¸+ã¸'î…{ã>¸/î‡ûãx „ã!x(†‡ãx$…Gã1x,‡Çã x"ž„'ã)x*ž†§ãx&ž…gã9x.ž‡çãx!^„ã¼/ÅËðr¼¯Ä«ðj¼¯Åëðz¼`S˜Æ †˜Åæ±€E,a+XÅFXÇ6±…1¶±ƒ]ìa8ÄŽáxÞŒ·à­xÞŽwàxÞ÷à½xÞàƒø>Œà£ø>ŽOà“ø>Ïà³ø>/à‹ø¾Œ¯à«ø¾Žoà›ø¾ïà»ø¾à‡ø~ŒŸà§ø~Ž_à—ø~ßà·ø~?àøþŒ¿à¯øþŽàŸøþÿà¿øNd'¶“ØIídvr;…g§´SÙ©í4vZ;ÞÎ`g´3Ù™í,vV;›ÝÎaç´sÙ¹í{¿}À>h²ÛGì£ö1û¸}Â>iŸ²OÛgì³ö9û¼}Á¾h_²/ÛWì«ö5ûº}þiß²oÛwì»ö=û¾ýÀ~h?²ÛOì§ö3û¹ýÂ~i¿²_Ûoì·ö;û½ýÁþh²?Û_ì¯ö7û»ýÃþiÿ²Ûì¿ö?;‘“ØIâ$u’9ÉNœ“ÒIå¤vÒ8itNz'ƒ“ÑÉädv²8YlNv'‡“ÓÉåävò8y|N~'Þ)àt 9…"NQ§˜SÜ)á”tJ9¥2NY§œSÞ©àTt*9•*NU§šSÝ©áÔtj9µ:N]§žSßià4t9&NS§™ÓÜiá´tZ9­6N[§ÓÞéàtt:9.NW§›ÓÝéáôtz9½>N_§ŸÓßà t9ƒ!ÎPg˜3ÜáŒtF9£1ÎXgœ3Þ™àLt&9“)ÎTgš3Ý™áÌtf9³9Î\gž3ßYà,t9‹g‰³ÔYæ,wV8+UÎjg³ÖYç¬w68„Ò¡Úaè°çðŽàˆŽäȎ⨎æ Gw Çt,;¶ã8®ã9¾8¡91g£³ÉÙìlq¶:ÛœíÎg§³ËÙíìqö:ûœýÎç sÈ9ìqŽ:ÇœãÎ ç¤sÊ9íœqÎ:çœóÎç¢sɹì\q®:לëÎ ç¦s˹íÜqî:÷œûÎç¡óÈyìsŸ»/Ü—î+÷µûÆ}ë¾sß»Üî'÷³ûÅýê~s¿»?ÜŸî/÷·ûÇýëþsy‰½$^R/™—ÜKáÅy)½T^j/—ÖKç¥÷2x½L^f/‹—ÕËæe÷rx9½\^n/—×Ëçå÷â½^A¯WØ+âõŠyŽ^I¯”WÚ+ã•õÊyå½ ^E¯’WÙ«âUõªyÕ½^M¯–WÛ«ãÕõêyõ½^C¯‘רkâ5õšyͽ^K¯•×ÚkãµõÚyí½^G¯“×Ùëâuõºyݽ^O¯—×Ûëãõõúyý½Þ@o7Øâ õ†yýÞHo”7ÚãõÆyã½ ÞDo’7Ù›âMõ¦yÓ½ÞLo–7Û›ãÍõæyó½ÞBo‘·ØKð–xK½eÞro…·Ò[å­öÖxk½uÞzoƒGxÀ#=Ê£=ƃëqï žèIžì)žêiòtÏðLÏò°g{Žçzžç{z‘ó6z›¼ÍÞo«·ÍÛîíðvz»¼ÝÞo¯·ÏÛïðz‡¼ÃÞï¨wÌ;îðNz§¼ÓÞï¬wÎ;ï]ð.z—¼ËÞïªwÍ»îÝðnz·¼ÛÞï®wÏ»ï=ðz¼ÇÞï©÷Ì{î½ð^z¯¼×Þï­÷Î{ï}ð>zŸ¼ÏÞï«÷Íûîýð~z¿¼ßÞï¯÷ÏKä'ö“øIýd~r?…ç§ôSù©ý4~Z?ŸÞÏàgô3ù™ý,~V?›ŸÝÏáçôsù¹ý<~^?ŸŸß÷ øýB~a¿ˆ_Ô/æ÷Kø%ýR~i¿Œ_Ö/ç—÷+øýJ~e¿Š_Õ¯æW÷kø5ýZ~m¿Ž_ׯç×÷ø ýF~c¿‰ßÔoæ7÷[ø-ýV~k¿ßÖoç·÷;øýN~g¿‹ßÕïæw÷{ø=ý^~o¿ß×ïç÷÷øýAþ`ˆ?Ôæ÷Gø#ýQþhŒ?Öç÷'øýIþdŠ?ÕŸæO÷gø3ýYþlŽ?ןçÏ÷ø ýEþb?Á_â/õ—ùËýþJ•¿Ú_ã¯õ×ùëý >áŸô)Ÿöú¬Ïù¼/ø¢/ù²¯øª¯ùÈ×}Ã7}ËǾí;¾ë{¾ï~èG~Ìßèoò7û[ü­þ6»¿Ãßéïòwû{ü½þ>¿À?èòûGü£þ1ÿ¸Â?éŸòOûgü³þ9ÿ¼Á¿è_ò/ûWü«þ5ÿºÿéßòoûwü»þ=ÿ¾ÿÀè?òûOü§þ3ÿ¹ÿÂé¿ò_ûoü·þ;ÿ½ÿÁÿèò?û_ü¯þ7ÿ»ÿÃÿéÿòûü¿þ??Q8H$ ’ɃA\2H¤ÒiƒtAú C1Èd²YƒlAö G3Èäòyƒ|Aþ >( …ƒ"AÑ XP<(” J¥ƒ2AÙ \P>¨T *•ƒ*AÕ ZP=¨Ô jµƒ:AÝ ^P?h4 ƒ&AÓ YÐèt :ƒ.A× [Ð=èô z½ƒ>Aß _Ð? ƒƒ!ÁÐ`X0<Œ F£ƒ1ÁØ`\0>˜L &“ƒ)ÁÔ`Z0=˜Ì f³ƒ9ÁÜ`^0?X, ‹ƒ„`I°4X,V+ƒUÁê`M°6X¬6D2 :`°ðˆÈ¨ @ŒÀ ¬vànà~a±`c°)Øl ¶Û‚íÁŽ`g°+Øì öû‚ýÁà`p(8 ŽÇ‚ãÁ‰àdp*8œ Îç‚óÁ…àbp)¸\ ®ׂëÁàfp+¸Ü î÷‚ûÁƒàað(x< žÏ‚çÁ‹àeð*x¼ Þï‚÷Á‡àcð)ø| ¾ß‚ïÁàgð+øü þÿ‚Daâ0I˜4L&S„qaÊ0U˜:L¦ Ó…éà aÆ0S˜9Ìf ³…ÙÃaÎ0W˜;Ìæ ó…ùÃø°@X0,‹„EÃbañ°DX2,–Ë„eÃraù°BX1¬V«„UÃjaõ°FX3¬Öë„uÃzaý°AØ0l6›„MÃfaó°EØ2l¶Û„mÃvaû°CØ1ìv»„]Ãna÷°GØ3ìöû„}Ã~aÿp@80‡„CÃaáðpD82ŽÇ„cÃqáøpB81œN§„SÃiáôpF83œÎç„sÃyáüpA¸0\.Â%áÒpY¸<\® W…«Ã5áÚp]¸>Ü!É é aȆ\ȇB(†R(‡J¨†ZˆB=4B3´BÚ¡º¡úa†aÆÂá¦ps¸%Ün ·‡;Âá®pw¸'Üî ÷‡ƒá¡ðpx$< ‡'“á©ðtx&<ž χ‹á¥ðrx%¼^ ¯‡7›á­ðvx'¼Þ á£ðqø$|> Ÿ‡/—á«ðuø&|¾ ߇Âá§ðsø%ü~ ¿‡?Ÿá¯ðwø'üþ E‰£$QÒ(Y”FŸ¢ÏÑ—èkô-úýˆ~F¿¢ßÑŸèoô/JKKKKKK‹‹¥Œ¥Š¥Ž¥‰¥¥‹¥eˆeŒeŠeŽe‰ee‹eåˆåŒåŠåŽå‰åå‹åÅÇ Ä Æ Å ÇŠÄŠÆŠÅŠÇJÄJÆJÅJÇÊÄÊÆÊÅÊÇ*Ä*Æ*Å*ǪĪƪŪÇjÄjÆjÅjÇêÄêÆêÅþÓg8 endstream endobj 481 0 obj << /D [479 0 R /XYZ 56.693 815.761 null] >> endobj 39 0 obj << /D [479 0 R /XYZ 56.693 633.176 null] >> endobj 482 0 obj << /D [479 0 R /XYZ 56.693 608.15 null] >> endobj 373 0 obj << /D [479 0 R /XYZ 56.693 221.077 null] >> endobj 483 0 obj << /D [479 0 R /XYZ 56.693 201.206 null] >> endobj 478 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F75 438 0 R /F64 307 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im10 476 0 R /Im11 477 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 489 0 obj << /Length 2537 /Filter /FlateDecode >> stream xÚ¥YÝsœ8÷_ÁÛŒ¯<2B ÷”K¼W¹JR»ç^â} ;ì10æ#›Ü_Ýê ãxs©rF©ÕÝê_7¾÷àùÞ?/þq{qýKä{©Hu ½Û{OBÇ^"•P±w[xŸ¶ï²z0Õå.ˆüíЗUÙe½Zš( ýV›ß“¿ßþ ØI)Ò(":ySßù~ð0´Y_6õ|ÿû ·ÝîeŽ/;$œI/δBÎÂ8±TÞ.i̼I¶ÇÉöš~B…û.nn//$œï{Ò‹´Ð©òâT í^¾¿øô»ïð8ašxÚ•{/’¾”†qå}¸øíÂ?«$G3L…ô5±’ —;%ýmÿý`hôîÍ»uMÝÓ”зwJ‡ÕФéhökɃ;ú‹©bAWNè|Rµ1ûC•åfoÜAYÞí]ÑÃãP2#¼¡o›á륌¶Æ}먙ó’|.M=JRk÷|DŠ.µ¬›Â\ekò¾i¿Óä]+1î‹Eªí{›±I fÐRêrb'›¡fS©ëUÅ3ÀJ1Y{V»ôØ9[uËI.‘\vÑÆÜ_ÑöÞ ÞhÎŒ6:|cÞjŸLg Ä“#°L‰( Ø4k>í"ßß¾> ·à '+{3¿Ê~(ô/¡· ¤‰rWè5n^ÃwóߥžøÌ¾ò/†®Ó˜š4x• M?@=˜k$»£ñŠH?QªÝž¹»ºßYÊ’¾/T <†ÂOr–šä¬PÃ’ sYn0I›#1 P³½üpûñÕÍJ’]Äò·†ëÍðά…ã ñ§ÚåèB„[cùÛʉco²3Ñ­7¦ëix€£à20 â£Åð›ÉÚfЬ EVó²9 ÁH²rœÊxðbá_‘/$Jp¯Ø%ñU÷Šôöí¥Ôþvc.•?± ÒsºÐ)H“.‰.ÅCt*Cô†%ì3 *`ô8l²Ï-øZ2ˆÃi¸+D=vô +>÷¯èKE©ˆ£ðYHN4€Ü…ÇüX³óŽ…\?dcLƒ™,ÏÍ¡wHafGÏì1žìùá3ºÀÐ/òíeˆŸgFk3š1PÖµYÑD”%ƒEˆ±‚%¡z†ŠØ¿B¼–Aš6÷­À< X†÷iæY¡v_Ùà» }é*šs¿Â£ŠD¢ÏÄDÈÉa,@…¬Ôø¾™=C§ 9•žF&v»ÉôJ0Ÿò‡ÀØÿ§ñÊ…™™UIoÿîBÓj(=%c~Œ¶àª…õ&qZÓ¸˜…€]Ò¿’Î×4°d¨½(ˆ…Ò’ä V1ìÀ àé­Cήìë6ÙƒËÓ¤ºÀÇòàõ˜µêR7Û¨­,‡‡wÇ‚FT‰¾7KHðñlÈW© qPz C>îÑ Ÿô$DàdùP›+GS «%i‡oí¸Íв¡¡ã_JÑ'|ë‘ïhTŠvlëQ)š•2%úž Ï">*e•ºE~+e_q¶²9"¶bµvA¨+RtµS…Š„Ã¡-÷Æ>Æ[kX8?1,|œ0`heç(T¼ƒ+Zx…áëŠ&Ñ|é["…ž¼Í&P\'TÆv(jÇŽéùøMf«©‘i~ï6Ÿ­¦ÀÄ m¹ò…]A‘ʾ’nÕùxÍö`Ãé/ Tf ÅTèÈÅþjêªÏ«¶$ä¥#ˆZ„:ø?ª-韔[ŽønBý4É(¶ùÁ-rBK6¬@e¬æ „_1Zf-5I¬5Ü[\2ô¶ ÐUÀo~)·àxr öC6!xÑš P ZÁ±9"¹³¬t`‚8EV‰Ä'V ógàƘxLòäôÚ_+œ!¿Ä9=ŽÐ-m€*lŸ“Ö&Øs ŸO•(*‘K€.HºWÍ~ïìM'¶ûuÚü97HœÃñ:NVqΔOÀ9ú ZÃnMe¬‹÷ýXöU.È3âueäÇ%ãŠây‰¡À¸Jv3Ék5¨KäX›¶/ë±v¶­¼yÞ§ŽýÓ,?6sÖ˜an@s‘ìã4>ÛÀ´~5‹5Ž–Ä»ÕÍ7l2JÈMC„Šäên¾Yç8n*̪R¹Ò ¦ê΋Õq¨ÕSæ\_v†eb9å° ¢*…¼Â6œUÕ5üÍðÌBJ(ÔQÊWSÔ<»¼s²‰ÿÃêbÑ\ð¶ãc(ÙÉw÷eEž}ŽÅ8¯~ŽE0æüKiZ~¶eÜÃPáÌÓ ó¡³ì¼lí>Ás ©Îªu¨1AM™ëµZþГ8dÁáš!©¢† ~ÆN›&Žf lÅe9×j‰‡‰û ‡|.(|uʼn„UTu0$cðžnÅË| „”æ"òß—ÊeºÈ$EÜEI e’P‚Ë¡Fhé=uCà… %4  |„5ˆ?h ‹må–T<;Ó8B±]ôH_’„?gà,~Î0õ0®éhÁÜè%}ëo$3…S8îVq%± ¸(Wéö-nɈMxSðïÌÆaå šžtái¦HX´®Ê5–”-)yœ’L 6'oæ•6o¨¹L¼‚07¾ãµ]Ù$÷£t=·öah<¼œL2H)GiWô×Þ~nÀUrSçfYÓ,œßôW.Ï퇪Ïj'O»ÚJR»®a$ól×8¯í[³úUǶ<Àf¸W V«àkv•Î=•=:^ˆ-ãÖJ"êˆKì>ÒÔ¼š_êô«R)xËRwvƒá纳›¬øDûÑšôúuÌœ`þE À‰»‰bCMçl?~n:6³åOoäøîñJß/‹º|øô‚Ï<âcöM_ÞÏSxÝìÈd‡Oºÿs1WMàÕúŸMS?T¦w½wßsúˆâÊÅw©Cö0¢²ríûp»w„'%'}6í"3æÓðmÁãÜ4»Efr¶ùãœBѦӟùæü?6"ý= endstream endobj 488 0 obj << /Type /Page /Contents 489 0 R /Resources 487 0 R /MediaBox [0 0 595.276 841.89] /Parent 454 0 R >> endobj 490 0 obj << /D [488 0 R /XYZ 56.693 815.761 null] >> endobj 491 0 obj << /D [488 0 R /XYZ 56.693 715.268 null] >> endobj 492 0 obj << /D [488 0 R /XYZ 56.693 541.11 null] >> endobj 493 0 obj << /D [488 0 R /XYZ 56.693 358.104 null] >> endobj 43 0 obj << /D [488 0 R /XYZ 56.693 341.775 null] >> endobj 494 0 obj << /D [488 0 R /XYZ 56.693 313.823 null] >> endobj 487 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F64 307 0 R /F75 438 0 R /F52 247 0 R /F71 414 0 R >> /XObject << /Im9 466 0 R /Im10 476 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 497 0 obj << /Length 2124 /Filter /FlateDecode >> stream xÚµYK“ܸ ¾Ï¯Ðm4©iš‰’rI9»Þ-§g]3{òìîæØrÔR[¯_õjõÔÔfホ¢@Äã áÑLjG?_ýýþêÅO) Vh©£ûÇHK¦³(Š©,º?Dïãšz°ÕÍN¦<ú²*;ÓۡŃÅßêºqïÆÍßîÿvB°"M‘Ͼ©8—‡ÖôeS/Ï¿5îøÐí^îÝËÎ1ÍD”ƒfZ9Í’L²L¨h—²"#Ý„€ãY¿ÀŸD¹sW¯î¯¾\ Ï#¥šéBEY!˜æ2Ú¯ÞÿÆ£¼ YRäÑïžò¥‚3©4¬«èîêÝ'#=÷w!1}ã²p¿\$Y$…§˜¯ýK!òÜ?i­Ãî‹×G!£ÐãÝEI;µ›Éò.ÍäÌ¥R –fQ’*&x‚†{sSÈøº©?V¶žèp~:”èÿÜÚ v#ÓøëHã@f†ot°éºÒ¶Þe£†«¨ÊWE´“Ë•B ~"sxYd\øà² Î{‚×7;-ãŸG²‰[Á\šÈ˜s}ç¨Ìƒ”W?ü׿ÉyÆT’ÃàWSH¿rQ¬y|r!ýe°·øX!óbiJ½­ƒ:hÒáFÄN ¿ÑYü}F¶îiÓ',†Ú¢ÈÉž(ô{lúò‘¸<ÈT!áMILöMÛÚî|[:ñ Nú_5ÒìÈ"S¸²ýšéÛ Ú1ßHü“ñLÒ3™z”™Æ^"ìÄÔKd¸ü¥ÁëlŒ[ÕµÙŠÀv6knv"vÆëqooÀöÓÛ ûxêIjoëwGiKOémO¥ÁSé-·$ì“U{P©¨ÜGç± { æ%qeܯŠ;†ûÀ›º ÞÁ+Ù·tà«ÓÇTe`pB»Yè‹A—„èS«DNb‡¾ßœ¬@ùW¢ Ê;š…òþuP&Y*Ó•ýà‰È):*àI2%>¹3N“ºìfG7ÌŒ‡¨MÏ¢6£6¢veµ°êLÀs:™" l× Ì°VeioGxXéÍÇ+ó™¦om“çh¼8S™æx—ÍqWR ¦ªÀpå³YY6D¼ 1×6ÀâñTe1Sa1ÅÓˆfç…afëÁ;ÁlélkVÌ£ fwzÿÉÇäòÒ/ýn€,&Œ›qÎcƒ›!òx_~¨ZÜ:bš#CîCë©•h»&øÌÖ¹ <:⻸t±]FòPFŠE´ç=RÄ_Œ¶tžR°ˆ-ݵ3Dz6Û á/•˸nŽn!âÀ­cw²mß”-Ñxïɘذ·Øš_»vk†ûÁèÀÁvDëÌKÙO »÷k ÏÔ¨®]Œ™½D7tÌÇ'ü~0mKÔì$! ¶zÈ‹G‡EÇK‘Ìîßô`!T“Õ]Rò·€MÛŸCÉRcزu`8´Ýf‚¾1gi1ësC´AR4†NUÙ•ú![Ê™úL¿50Øèصõ9õìRëÈcN¹Þœ,Þajp„dР ‘$c‹Éû]ÊŒ§ëµ ˆ5lV}€¹5=qí-UP¥`‰HB1€¾nC›—§ÓðÝþ‡,¦’ `lÿÉb©“Y)¸`¹˜ZÍj£Ñ” ¸w¤òAëô®\¯w&“nõÂ;Èo—ñ5úÌ O¹xŠß…‡v2QLƒÈH gO{òÆÕ*yæa6eo (І²·¡òn$З5Ðgqðv·xª‚Ç]'iZ8”¦1Ûœó§àœ)©"©` ƒ1l5€ªÙšè¦¸|@щr6Ì 7L#Þ¢/ïîýáկļÏ7þ`LÞü 0¾›ó6lû6Æs`š}È™Î!ÌËÊÆ¿lËY’E3ê½€¯Ÿ.ó‡$ãE’ìo—Xó5[yX™ýÞžÜ]ÝÄÃüv } ‹ÏÍ¿?±B;¥T1$®êÒwÚõð| ³çÈî6‰h¥þñû¢e3:D¡·>O<üâ7œ\0‰ (Ч“î_”ʱ¾=Üüúw%Óº‚2v‚“Eo±†•EÖMmtÒ}ï|`WÍ¢3æª`ìÆŠ¡X–ÎÈÍêõÀî7–Ìðɪ»6C<«Õ+pùSG’PNþ?ÓÃÌ$"¥(¸CïhÂNº(Ú,?Öþ àÚ, 4ùEÏœó±9” .ƒþz4Š>Ó{œôÓt4J˜õ=‹ŒX QæL߃ó˜FÙäîãsk"¿X{úï§KÅí EŽ<[4Nô½¢€Ñ~8Úòèã­ôÁ¦P‹¸‚Çù$Ò‘Š6BÎ$<¾Åºžt¥z> endobj 486 0 obj << /Type /XObject /Subtype /Image /Width 1188 /Height 666 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 502 0 R /Length 68021 /Filter /FlateDecode >> stream xÚìxTUÚÇ/ ¢¸‚bEÝÕUw-¸öýp-‹««». ¨„Þ›ÒK¨iFB:I(!½'“ÞCzŸ”™ÉÔdz¯éß¹sS&ÉL˜@:ïy~ÜœvÏyÏ{î=ÿ9wî` @€ @€ @€ @€ @€ @€ @€ @€ @€ @€°oWF€‘QyÿÝtráRL©CBl¸…q.Ï!À8Â!ŒiL7”yìÔQ¨D ŸÜ#„ÞÅ$ÀøâDcw5f‚2£"cª¤þ†Iîn^Hä÷álåÐŽß·?û·oÿ²å«?múâ… ?µ÷èŸ`äAŠi—g)J.Qsž™DÙPfT;5 ­‡DÙp¼Œåjºø\ÏÓQ´ƒ»woøÇ3>[?­ñ\, Ú¢ŒØ©‰ÜEñZwø‡×7ýš«.ÊæÃ>[Ó§,À°Ï8v©ØžÄS µaÙ'®î9›s0¬ö.9cǯ—¸TâvÆ‹ÁÍw!€aà˜?é&‡0&5fBè2TpìÔ€8âKòWµZïl<Ï5ÿ÷ŒÏΪ#ww$lçz-¥œþõVÂnIÈ®Ž\׎J¿ÒËÛW}4ÃbÞ¿ñղߎö) pÿœ!QvÚ…Í?·+¸æ Љ£[º§º&ï³#m¾B?7âMŠe;‡ÒœI\“-Ë Ôx¦Ýµ<ëÀ2ÿt﫹–¡µ&+‰aØ\Î<â[äO¶õ,qŠ ¯ˆe9¸ôPðüÁó&Š`ÛœŽùÉ2b'ýôÄsƒ1`ð!v!˜¤ V¸ÎBŠÆ;Ud&H”¡"¨àØ©1|ZïL×uÿ÷T}ⱎäýI{n¥¬ºº«Âu>Ïñ£¸ /wD¬l(¸J²]ÿŬk¾—ÿ3ÁÈ>Å;œº¿-ŒDn ¬é‰erÁ̶ùN1c®Í§£«v8¥‡‹nÞiQŸKÜÌ9y5i}´íÎ;-ÊHßÄ^Õ±#Øžˆ¢•G£6¹§õ£8E×kaÍéán‰~ôBÚ*«0ýh†.²MÚæUésÿ[f}£ YöVwäz¿Sõ¸¦[\¨­GïÈí­ŽE¸WÄÐvÛ'ºæÊ¤­x#:êÅ'c¬sum­±Ië.V{L,7¸GƒÇVï±Áµðbw²K×ñÊ\„» iOhí0tÜ\4Qä ‡õºÞ®À9fLRF ›@¡³<“…fBè,TÐh ø•Ç4æÔ€p ¡ntNÞs>—øÓÆ·|çÙ§Â*£òŒ·1|ZÏ#¶Ö-_ÿYgÛQr±£ÀãNÉE¹ç‚¤uϨœÞöž÷˜Òé­¤Ïß,¾äc½êŒ«õ,ÜîàÛ§8c—kñ+ýør±9áBÔ&ÃØ"ƃ}––o¶Ëw$­f»‡æ®p©áí»Ã‹‹[y‘îÃ8r:Á2‚Mk@qš«'ãö„ÖŒPc"KVÛåSq#6Ç%m äoáp¶Á-¼hM¼c2¦j×Û-D±Æ.Ã:ê~ÿ«•áBcªªSi†ÒãHÔ{ÇÖd™ß¤oõ›-í-:Þ±ã©ñúÝ•¬=^è3¡Üà^ Žä°]‚ŸB_¦(gÍñ<R­[`æ²³, Wçë»{g]hpD–®=ž“ßBŒ/y“]Þ—©±0IElƒª eþ»\… ­ :¾¢Ù((Éœìƒ)™åb2G½Ü&Êê:Пiã™hš]@eÿçõÜcj Ù»imÚÉ¥wØIwª#;b6kO¾“µù…â/‡.žQ¸ý¥Èµ/ //© ±Z¾ð›õ‡N÷) À˜¡æÄ¹˜ßRˆÕð^齬sõO_vŽ©"b›jZ§YG²­OÇýzX¿Ów d‘]òN_¦[ŸÚ¢i{OÆ.9J|¨µðXìÆód'’>‰T}Ð#y…U¸~Ë)xÁ±”Ca5î$¦Õ…”åGõu&­?ו¯'néÑ0¢žŸ¬·ÏÞx</k¾Ì%ß. •eÙœM<EO¸Q¼Ï9×&R_Ûù䥇BPU{.Ä­:Yä=øSB2ÝeËÖ3}å1}O-Ö:g,·- ß!–‘úfͰ2Ö ©+ô¥!­;SÖÙB¢¿GB;[x˜´ö¬±ö˜Æ-¢dý‰¬8Åþ¡…S¾óø Ûh<ÏJb÷6€ƒÆÝþ|4ÞN›|ûð’•7Þ)}•Á¦Ì:_NßDRöžŠ]d‰[iIoéa–ûÛÓ¥9á Í]µÅ&5 Wúwèa1?á©á[Χna•°—·_׉qì|ꊣÃúÓÒ*·t:Söq u!Vß8q7K•ÜÁI´]]ZÍøšÔ”å'Éν´Þ®`–QÏBÈÚ15N>Ùk¬‰íéE6É{CjŒ^»ìÏ‘¶&èº==ébÔ&Cç¹IjfƒMŽëß`‰Íù¾™: 4ZÃÀZÏœ6»¦ e‡òãrÏ:r¹Md÷Ÿ(i繜þ5 †Oë"Õb%mËçÏ6xvÄmkr·`ç+Nßýaõß²ú磾Ëÿ°íÿ²œ~–ç]ݶnÑ‚•[ìÉ}Š06`s‰:LnïZ/5ÇÞäK;p‚tŠu»3®Cád·Ó=Ñ*G¥lÑoÞ¹­ ý½ã6^¡»vWEÝs*ýj¥ZÒp‹(צSg%em8‘mYmy&Ã#GÄTµi·tÂS'“6žˆ9šÀg×ã'êhÒ¤d­wÌ?‰×s¥B%ª¿Ù¹†SIã’hY‚füÚrò^‡Vaäu†«ÇkÔ=öÆj‹Ì©£ ,Ͳò0Ñå(ú~GÒþèšj­¾ÊŽvaEá¦ãÄ2²+Ô³÷Ù&õZß^£ì¶=ÏcêðR·uE¹[NdZGôô—°xGs]IzöFçûh3‘yÈ‘d_E bs~ÜmvËR\³ÕD”05i™G®Ájœ´Ñ-f[²^"HÉ›lS»ÖÀ¦ñ«aG®³{=¼lÓ‰ÏRµoýmŽ5$=â…ÓŒJŸ~±gÑï.¹¿Ö\Ý.Ñ”®vQ'¹ø‘¶ u¹[åÉhÚNûXë$>«®«t}¥°hÇ)C!ÐÛ>vÙ»O÷s!'ÒÑþ¾á¿ÒvøÝà> MÝÙ£õPhÍö'­ðH3Ðz1›]y~OïîÛ…®™¬Ê.ÏÊ;eÓ5Z©¢]úÛ:™ÈûlÊž`N_·,ßh›žŒKû[B)n„vVÁû"ÇhSN5L“”cofƒUN„tê,ó¿âGè,TÐh „Öëÿô&iN {.äy¨HEº¼¦K÷ÙD¡$»Jÿçõ\£9}Ø¿kå·³êÃ6RŽÎÞäB²)nîô"U”W-}—mâ2“öI_Ýß…¬"ö÷˜¥ÃíC`pÊŽ.­×Ѥ?ß-¥·kø­·ÅÙ¨çw÷î¾]èJáʪr(¢é›ÞÑØ V·´ßTž¶ßÊîíöl‡+ «ý%ø÷sµ Ë3T±¾ñ~.¤ßƒØ¦œjX&é™Ü•f5€QÆ!”Aè¬Ó±\3!t*h´†nYgX¤OäÀ5 Ž\-]nY¡Wy$÷–ÛD¢HSm@ ŸÖCçêÏî­[ÖüÄÞÏ‹²üO¶õç-Þ?oñÉŠÙ“ü~}æ÷ÿc—Äf¥E–Uýó?ß-À(JÙaë%Á*üŒŠR|夻îuLÄJ.§áKɦÈÓ¤-WË·Û†.8¾Ê1n“{aþ™›9ž‘k¯Ò;« .YÓ³j Ÿ0|G¬ò&±s^Ú+)xᱸŽ¥,ýJ*ê|Ä‚!+®òðO蛹‡­ãWd^p,-Nÿ”–&?u±eÄÁ|ýB]ËØm“´Òp×À¼Úîvꔃ!=Ʊ©4ÖåˆEÅôâù·´eCX†-?•i Â:ñ«]Ö‘ ^YäXÆÖ/¬«¢â ]ëÇׯnCÝ#–ôja´#E¿¦—n°Í³ínOµ¥ChÏ'‡¶ù¶]홹çÿ¦Ù.|ËîàÖêʬs—Îþ²|Å¿¾ÿÁTqF“àò-¶IÄ‚—»/ÿ¿Ž^ƒ¿”¥ExÜñF.®ùÚ3/E,³sÈVêz}¬ƒ|5b¥7­³ª ’ÕK»Õ— –ÛdëÅÅ/òƒ•ÞêËÕ6Þ‰—EmF¾^†T É že6ÇYú÷)TfZØ‘,|dø'è-ü£ÖqË ²-5¯¶»:nW½³;!U»œŒwy Q¼CîlKÚ€2WÛø÷Z»n¼VÝÏ áWÄx©Û2GÛØÝ~¥k¬ÓÓ›³G.ƒWž"­Ô/º5ô¶‡Cˆ‘¢íwˆ²¦Ýêiˆ hµ]¾µ¾©vWS-Î×è:ÏŽ´^5Ñ다UÁZïôñ(C­·ÎÅp¡žlq—Æ÷Z¨#vû­w²+b<å¶ô„uÜnïƒW…„›cgÛË]Ãa`O+/¼ÚÁ›+iEï±>BÛmÛ£õ,ìc»Z‹W»ãl¬ÖK°0iŸÔ•½«=\iÊ7~^7ƒŸ©ØÖ­õ2“~µJЫk5-Z´Æáî½»/òÌ[n²ªôu¶©$5qÒ[b&ëÒE’…Ud_ç·‰_âF“ê{wÞ1dþÕÁr™‘龡èÂoѶËvZ¬_ò¿cû·f¥EUÑJ¿ýáÇÕ–§í‚i`Ô*]g–ÚØ¹–ûÅ™ÌéZO)²R#ÞtÑA¾±ÂG¬ß¨ÏH(r £–·tYáEí¬*°¸—Öó,Ze•™§_zRý{k=ošM÷’õNKi>#*«‹ô²#©†+öå¶§¥*s™]¬QªMpÌ:vyïEš9µÝåÔ§suZÆÚ+~¥‰.[té'ÛØ(sµµ/Z»æWëëŒ?µþ*Í.¸Ú®·A:Ÿúeä.ß’žedp´¡qVºÆŒCÁD{¨Æ´^ž•¾©v~yËì‹YÄ{©‰‹Oä Úø•l²"9UëÅvcÍë8 ›<šþûYÉç£V»ôÙ”¹Kã ºáȆÝþcãÕeÌÅI[ÒvÏÞÒà ;÷Ô``Ïcž ÷d®¤>c}<˜ÚGëuƒ é÷3¤^ûz&íÓ[ëyÓðŸ‡× †ÀàÇƒË µÞ§¤¥§*X=OJ#­nj²ÿ2T.t)…ɪrŽúæ¬8žz6K,ì®my~ñ¶}œÿpä‚#ºöÎmri…kü²‘œ¤F³æÅî/0–8É&t–mP5bà7«y… Pƒ©ïë™SÖSi=ïf±‰\nÝón–-ni{=‹ú×€>­‡_M0ï›Ï¶Í¯Œ¿Ts¾„t¾<#ˆBΤÐË«ªÉÿí»Ÿ–ØT P€Q# h•u–~÷ífŽWärÛhš^t¨/9£ËNr¤ÿ‹³-AÿåyåÖC¡?I Uwk=JwUÝ«¦âkó-CWùðôe#<¢,¨VySm¯gY8—óôk3FrÚʃÁ ð÷mÆnsIß{½ÈpõµÌ@ëYØÅj=ƒ_ìB*Õ¬Úîrj¿nËÐŽœ&m1ÑåîsUÇ&-± Y`²Ø>e¥aÆzxÌÏCIÜëSÔëûJÏ×ݪŠìõxXxoã¬èµŒL?ÔÝ$Ê>{ÃÇØòŽubPÕ.{ÒIBÖÝiÌŠÎØlaaŸì|CI¬=%ÉË\sW[gdéWÇü„„EB{V×Ö)ËïÖø_ºd;;2v‘S‰Mש‘1—9—럊ì`%&#k,î‘QKînçjÃáè±ç‰Äå÷b®Ä½ÇÚ.ˆ²ËðN§T —Jý³~·(1ɇ#÷¥ÕwëÄ•¦ìcÓKë­ò¦ à?³Ü¿Áí‚È[ ´ÞÒSe–§¢·Æªn÷h½“žo5T.”½Æ¤µoì¿|c£MèBTÉáø \\…¶RnX éq~›ôUÖ™™Í_ÌÄiiì|™pñ:¤ÜGn’¦í1Ú`‡"k¸¿ÀXÂ5ªSgYÐk="¡³PÁaªa‹û´2±‘·ó|¢û7É]Óû×€>­G(Ðþl´¹n±zudÐE7»]AWݪJR)•ùHè†ù^/&|óÃ+÷»™*À(bã—ßõYwkʅȵçÒל«*äªÈÙ7Ö9çm²IPê×cqñË=¹ Ä/0(ÕÕ<]]×c]+<)µùw¯šˆ%Xççð·xä-v)½á^TÛ ªÝ¤ãeÝŸÌßn½Iœ(n™GÞ*SZÏÖ¤Ö³°3«¶»œút…M—e¬¼“Muy‰-ɾ¼µëѶ[ø+04ôÇbÎr;wGZ›ÛoµJìz?ŒjG:ZÐù¢‹;]{ÍôÂõvi+M/ò-ÍGŸÜ•yZ#û·„”½¶©ûý({£mË;7nµÝì(|u¹Õö._bï#í,Z³ê\e—¡ªö8’lKºŒy³½ùV÷«Bb7™agÛ@\¨³gÔàÍ•¸¼ÏXRvh= çÂ'b\¨í}m¤_±ÿæ`Ê>©}¼w ß°n7¸ƒ“·Új=²uy£uÂ5QÖ³0Ñ»¥vCæBËlLTe»ôþÍÁ¶†F‰ª¹óÊ´Äendëî¹y)aÅ5¡¾ŸÚ+Îa?‰øq(tm˜RßíeçèµÇGj’Z‘îÚ`Ƨ¢9„Î:æOE ü '‘‡ÐY¨à0հ׫x«GÖê \Òˆ˜íçò6º¤÷/õIfî¾TÜ¿Äði=›@šQ¶ØÎûéç•ÖÿçÇßÿ÷;[$ô\¾›¿à»?=ïÇïübª,£‹µO¶…c™~› ‰t&zÃeŠÕåÌU¶1+\‹Žú—o³‰»,ízÖË6æ@ U×µºÕ&‹ýÏ'n¹Bé¬Í@ëµéZôkžv¥êˆ}ÂŽk…½—§¾H@éf»X›$>»«Î&+*uý™œ{Ðz«.›SÛ]N}–lÝcœª=.±Æ»ì]²éxÜñ§žØ ¹¥ª¥í·_é”Kªi"{­*¾›Kœá2rÕÅÒ­v±ÖÉ‚š}©Öúòì‚ßìRö^ïµ³°ÂÅ`i~ À졼šµÌ&É-SÈÒÜì|£Bž–µÑ:y·Ÿ>oÑú©^ejM— oÐhÉY¹›OñÉY=`ãWžN_{º4CØróN{®wd§ J·ØÅÙöXãN[c‡F9à”yÀÏ;ÓlüJÙ3eàÍÕ[ë¡FTí4|†ód‰•_Ñ»8‡d.™¯­ÈJxzUÓvØdXú˜°ë•}]È´o\Ê^=ÜnpŸ o1Ðz®eV4+4a§Ö‹^ëd¢wžCçBç VµÉ)igu…ªó%¢wZ*ó ·Ûgðï¶@å.ûh'†>]TºÁ&û0aœë¹ËŽPôѤ„e§ò6ŽÌ$µŠY{—0&p'Õ:ë°o•™: ¾v]*Úx*cçÅBS1}j@ ŸÖ³  šbƒÏò}îè`å~÷Å«W#­‡þEÇ(f½•÷öS1”`”¹–µÿ *b½7¥o’?y«þñÔ"×Ò£•{O'.íúôù–a‹¬ã7_6(âWØëu…x¶ÐÅö™{®w¥Ähxå¥*ƒúËw¹õÔ¹ðiÕ™²c}3Wî>gXèPx4€zäb<þƒÅwûõ«Ó¬Úîvê^˜î²y'*Þõcӿئïó§óÉ_o±¨ðhâvŸþ-¬Øí–¸„(u0j¹Kî¿þÆ¡:KÂ3IÛï?È¡ô-Ýîš°ô(ÑàŸÅ®q/8hX‰oÉVGÒÏ–Ä§Ž¡?^îZxXŸtׯ½œ½Ú&|ÁÐU†fì6æ)d¨Î§ìŽ\z"s¿Ÿùv6nÏ{1Wÿ±ö¯Üa‹Ÿúgç⣔£>Å{Üc—Òÿö¡Wýßíšü•¶y‡ýMÛLj ™ô‘pƒû4¸ÙæcÝóº3òØåôÅx‘¨ÍW)yþº‰ªŽz¥/?ÖyêC‘ËOvÙÇ`bî8¡ï»uv/÷öÉ]¦¯íW7bâÐ$5£ÁŒ>1µø„1úTšÉ.ÏRT;5 †Oëó§ÜK¯üþç{tlN&¾†Û+/U‚M€1ù7[Òi>þT_Ks[S×¶XÖ5Òªóå`€ ŒSû”~[mƒ[ξ+åweÞ$Õ ‚c§Äði½£~“\ï¥õV\¬›c ß²ßN¦ž-SË›‰/mÝÖÉ$Q +NöûLp˜.Qø7æÌeFEÆZ çõŽøVŒGN‘jÎ%ðÍe“5 —Ö;|½†Cëmß¶eà׊à ’fC®õð—R«”•RŒ„«ª ƒÖ­Zà×zJ…1@ëÝ2n–_> Ðz15pÓ;“±—WGpäàK‘?bm6†Œºt&†=³<Š-1ˆçgí{ {äƒ-g‚H±ÑQ d¡„ví¿cÏÿ`s5".†”Z%¹ýôáçÛ£˜2ÙàGgôñ ü-úôÏÓÂGìñ—?ž¿Ç;»Öƒ<^œC¯#­^;ÜC3€“zèZïåÕÃ"£¢¢òXÒ»¶|Õ„‘6GÆÞ Kdf¯Àûk‡Q@XêôÉ”IÓŦ|êVÖÓxI¹ûØ”¯ýzÚ\KZ6{}–ÈüÊÇžÖ“±b÷¼?Ã^ørÍwÏË^Ç6|õ"†Mzk[S2x­×ë³…!×z&†f ƒƒÖƤÖ{Û®X4 XWÇÚýúñ¬Gðz{ežG±HŸ{ä…çÃ㦾8gÝ…|Ѳ¢Ê°ƒ?¼óÔ$¼èŸ¾Üz¥Xˆ+šêÈÝÿž=kš¾¥Sþº5qÐZ¯› EW¶Í}Eߪ'ßøøÇ»Và†­Òk‡îðêžLaßþÒHÖ? Œò±?}¶Æ=­†ØÊ‘P6|ö—ç¦MÂúõz°ð’·¾4éÕ‘þ‹ŸÂ^Ù™Áïeùî0í‡NèüÇ{bþr4Wl÷öÈ·,ù=ŒŽLH>ûãkÄÞÚäg?XìœQÓµu%¦ÇŸXüÑ Äã=÷—ÏÖ\&‹ÄAP“´ùe ûãú0zÏÇfÔæ?cØó«IlYAÇø÷l¶}±ø®ãe¨õ¤5ÙîË?!º0õ¹Oà õÐô8‰)Os õÌÕz2©Ä8š×ÿaØ[Vy8Œ´ùM«|\ÈHi^_MÁ^ÜÏíld±ãl“Z¯GVôi³¾¿Ï­Šê쯸âÒWS±Y›R¸ýz]îþw¬«×ƒBT~泩Óçù2$x#O~p+ ÔëÁ Ì;öÎÃÏ® ±õŠhW¾6éÝãü{Ðzƒ)¯Ìg÷¼¿Ízü! ›òþnÏ÷N–‹$‚´ßÿˆêôïÚ`5Ðz¦q°Zïá×z2^ŽÓ×ObØão}¿Õ%¼˜'´w™94xÚý› ­g¾ÖCËm㈩žH7½mS(è/ÈÇ—µß°$b^ÊÖ—q5Á0•ÿ³&nÍsØ‹[’xýʾ„=<Ç1.ëFf7òÊ9’>Å…©6£ÓéWàHøt5²È­À¿ðaöipm®ÖÅsö·³’îþ È'‘Ö{ß•,¨×ƒ 6ÕˆÀ^Ý•ÎïoX+D¯õr]1ÂB[\ëà-ìèr¿ƒaüù¸ljzrà¡÷'aï9“…b^òæ±ió‚»LljÔk=¼I¦q]f‡ý<›òÏ‹Q¯x Õ†ó{?|€¸I[^ÄžYSK¤2ýôZ¯Px·ñ’ò³p­· ŒÓéœÂPçÍß¼ò0†ÍúÅ«\0,C3€§ ¹€ ÁØ×z*þ¸Úók¢Øƒ×z¨ìÜ)ØÓKC™bñ@bdˆ´ž¤úÚ·bÏXtΔÖã¥ï~›þs8Çhõ•<¿&º3UTáù ú{]b­xh´;rù3جžqI‰ÉD»ýç tʸšAk½ÁŽóúÜÉØ[Öù|}NFÐwS ­'®<÷ÙÃØ‹›ãkûi=“ƒ8Øq^İW6†W‹{Æ‘AÚö†=»<‚!ÁÛ\pâlÒ'îå¢~ZoÀñêÔzóC9½ÎÈͳyÃf;ó‡chð´¡0Zo$´žTÌŒÝò*†=õå6ü­Á×Μ.˜§õPÙ˜M¯`Øôlt¸ê{ÞÁæR(´ÞK+·„tžBÅ»ÀIÙý†MûhÍqïÀÐÐë΋Ÿ7¦õÄÕ¾ÿ†Mût×…€àëg\¯ôî'yç_‘ù÷Þ³A¡×]7|ô6õ çdh´3àÇ'°?íHãF²BžŽÍø9„1X­7ØÑdî{‰®Åö~¤øä¤0ë&´žTL Zò 2ëü£Þá‘ÎCÚŒÐz&q0½3¢wÌÆ·Úæn°>{ÅçêY›Íßà;hol ©îÜìãå~Þœ»ÃÍ'((èâïh ;µÞÀã%"»Œa/ZœM¦Ô–^?n18&>1úúñùÏbS¾¼T%ž¡1íiCa.´ž™ZO"GD¹„¿ÓÒ¦€ß;žŸoû¾¬evþI9øã»Ï<¬Qÿ3ý_Ó''W›¹ÆÊüñoÏMÖ7ê/ÿc{<»_žAA´¹o˜ãEÓ§ ªH¶]?@€Múà o}³/±¶_«ø…çW¾?SŸåÉw×3ú¶¹"ìð|¢¿S_ú¿åΉ ¡1³öÚl¼¿~{e{:·w<3ä—Ø´ï®Ðxý,à ƵÞál~WŒ Àömü»utÉ=ŒŽˆ•éºìãû`Sžxþ¥>T}ïÄœ¬skç¼47ÊÌ7ÿöþë¼q'æä^Ý·ðã?=¡ÿÅŠÇf½÷ýö ,‘An¾ç†è€gxöõO×ûWŠî>^‚êðŸ=7ùßø”'íùâ¥ÇˆòOüyîÖË…ü!š>V5åiCd.`¼3ÊZŒê2 þ â.%B°ŒC­gªì85æÖÕvr ¼Ž;]ôŠ‹ >·ïÛg±ÉÿçTÀ.k—›ðs ãZO,À@«Ã7}òñ|%öè¬ +€Yà^­ZïÞ´žH(F Ðz õîMëåfg#ÆÈh½; @€ @€aÃÈh½¦¦F`Ä­Z´h½N­×ØŒ#£õ€´h=Ðz õ@ëÀƒ†N+/ϲK ü’tñå ç)Á.Sã/¿ÅªôËL@­×P?NQ«•¥ä¢„䘘ø¨˜øHR\":6<.1:3+µ´´ˆÅfÔ×éô™ëôÔw1©JYM§Ð™4•J1Ñ;Û çb¡?ð¬—I%6 æLThÅçÂܧ—&üCÊØ©hQ]jRœ‘2¶&^}¥*ÇìŒnde¸œrr:io&®nÎYÙ™`7`|-¼G@ë54ÔSŠK 95¬Û·o÷ù ú[·n¶´¶ÔÕë¬ê¬Lo)ïjƒô¸¶fa½Ä±©Ž:~û;H¥RßMye©H,¨fR*«È<>W àó<>Ÿ'‘HÆW¿üü}]òK/]´tÙâõ×îÞ»óà¡[îÝ¿;"2ìÁn­VC£Q™L†© uu::½šÅb)ò âá2‰¡‡w"ÀAŽ@~.‘ˆáR< T—xEœ~LËÛÙ¦ lÕúµéšdëj?küÒ u‹<û¬BJ+c$ôÚÛÛî˜nÞ¼‰äÞDµFnUÐzÑÑÑÑÜÒÜØ„þ®ÓÕi5:µJ£P©­ª©©áfSÖM­k“h‰Šút“⬢jV³ì`³.\‹@&“*” â>𛛥ä"µFÉpÐN§Õ'á[Ì(ÛøZ#eçïïokkkii¹sçέ[·nذaíÚµ›6mòô¼„úÕÒÒŒ@Úçø ;ÔÁdÄÅG.—‹4¾Ñ H¡$¥RŽ&F—‘²#ÆzjkkàjLlX5ÄŒ® ržBMÆŠcf§Ìq}ŒtáEjÖ/-ª³šê?4Š73óæç’,À\ÀÁé¤=Z¬ò„5W(á‹¥‰L$•‹e ‰\)U¨dzäzd ¥ eFE&¤)äüô‚€'Ñ¿à õ(­‚zT^]½N[§ABé¥ZŽ®èR ’§éD‡nÉ4Ô¼Õ$w@9›´ÌÙmªMº"ð.´¤W©T„ÌilD4 d¨õTzߨ¯¯C ô§XO«Që´š:¶¾N‡bêKË Õj—ÏÆô¾’P” eæÖÖŒ—Þ!­—ššzþüyBî>|xÏž=Hè!ч4`[[Û-}hoo¿æsU/õˆAgÐéh(Q…Br€>©5µ4èÄ/{VWÓ&F—‘Ó¶47!æ°Y6›Éf1Y,‹‰ £ž¢Tôç~5&6ûO\¶=þþ÷»‚¢3JÓk² S¥ü’äkï´(5ô™ò gf‚Å€1¡õº6õ„ÄŽžB%C²­÷Ô%Zø©µ*=J•FÙ©õ&œDŒ€ª„›Ôñ”Ä¿£cpŒ‰h½ ñí¸Ó¡z*4åUšþè"€´žR^.¯šÕÖaäyfÕuQɸwñù\´–JÅ2©„@.“j=¡€bôIb©DŒ4Bm gi½´´´K—.¹»»;::ZYYíß¿çÎ{÷îooǵÞíÛ¸Ö»ny æoïÆò‰(/oÂ:•R¥Q«ðc¢Óª ¯6 =$êUJù„Ñz55l¤æ´ZµNêê¥F­$´“Q ·`¢RNa~8oO[µúhÐóöDÄgñõuÚŒÐþ"Ìãéõ% íÑVÍÕÇID$JEyÀ€À¨k=¡˜w÷}½¼ ´œ¨Z¯<æC9ÛºA¢¨q,ù´Þ`µñÞxÄ/àZGG‡Z«Rið=½Ð“+”2™R¢–gi™Ÿê¸+îtÜêóâ–;7%*æO2Ú¢ñÛñ!ÇãÖÕéÄb‘Z­B+a­VSW§-)+D–¬å³Ñ\.Cñ(U©” …FÍ©a—Þ!­—‘‘áååuæÌggg›ƒîÞ½ûÀ‰‰‰ÝZOM¡„LŸ¦Úñžlýì˜wgOøAg0r¹T£ÁŸÝ•J%lvÏ€2™ N‹\B­Vòù<€?1ºÌf3›››P—ñ½<¦Ád ÷F©HØ>àW`óó&ûÓá%ÙÕÊO–Y˽½¤ä<"I§U$ú|\•ñc›.°M ¦MFÿ¢cZÖ Wß×jä`=`téÔz]›zúïèÉUZøitjmFW§ÕÕkñë4Z†ÐzÌrAVqØ‹ÍÚdUíæÖºì’°Y(|cÂZo`|ü®àZOÿ=ý¦ÒzRµ¢¨Y¶_C³Ž¿Ý`G¯åÎ-…šõ«¼êÃmåî]\nm]½N$"‡„-õ µ’ …I$ 0D«bg]X› ¦ÆZO†?ÀyýóTx^j«ªR%ÄÖðXµ|6:h.).usõûü³Æ¦$;µÞxï¸N#¤I”„½Ä'¯lTE6*."¡×®óA´ê¢ÛK$Õ‡J#_#Ç|ˆr¢üà*ãzUZo.zží~†“øY=ü_|›?V«kë%§ùË+^«çü]Zö'nö´ÚÜgëÔTð®š6Zëò¸µU2tBW©”²9tBë¡ô'Šd°¨å%HhÔ*¤ Æ—Öóóóóöö>sæÌI}@BÏËË+%%EF&þáÒMoò?}‘÷ɬ:«÷ á-þ3é£&ðÐËeRz5 );tŒ4:Ö_mJ…œè‰ÔYJU¥^ë©Ù,&‡ÍäpXHÄ56Ô756 ÐJ%—•¯¥E}G—Dd9Ž>Ù#ëµú¯_m>CqŒ¨ÞÛOëÍßå³â൷¾Þ"K‰üHⅺͨ¡‘ÀtÀXÓz™(-Ð7ÁbIkQQÃ’%åß|}þ´ËÅÓ.•óþ×øûïM¹9q?-Ì Eroh=7µ8ô%Jò§ÂªuZ‘›†TU»E'ØÕ­õÐA½äD£Ò¯µ¾P-¸DÏü_q苨x h½´^]nœr~_§þÕ»* ñu]ü‹º¼&MD‹ÊµUyq»þ|JÜ^Š?~»<„_¾CŠÎ¨.)+¬fTñ™B¢TÉkx,¾°–+àÐU(©²ª‚F£jµj“>^zGh½ÀÀÀ+W®¿¼žžagg—’š,.-ñyüqòÓS}´Ôi•¿ÿtô?ÿ9±G_(0™tµZÅ`Ðår™@ÀS*tzµT*™`=­¨(ojj$¾”J¼|†øaÁF$ôôà?+YZ\^NFî¬Á`T#S Èqäí`”¤Åïÿo×ÅØª“Qôdý3œ]pòß›½ÖYÿg­ãüu¶T–a~µRFÆÝZÏ?àÃT’"+¾ùWÈœ¿ …<‘ò÷i?ÿ¤NNdÑ)AÁ~Mֿ̈́ýÕª…OòJ~ÕIܕ܃‚ò9¢Ê9rÆ ws½øh“ü$ ?Q¤œ¹¬I“ÔR_$¢ì.˜Ê‚ÃŒG@ë ŒÇÙSHëÊNW§ÑÕkñJÆ¿¥[‡ÓX‡?¿þ­ç7êÊuäŽÛ—SNh} ®…`³ñ»¼J¥D+[¡H@|5¯†ÇD*i=—‰þ,+/AbÏçÉdRâ[]ãKëûøø\¼x1,,,&&ÆÆÆÆÞÞ>%%EW§£]»zmÒ¤²É“E?ýéÆûOǰnBçÌá¤$Oxàñ¸HÜQ(•hpÑ¿èX$š€wŠòò2$ܦ¸¸Ë«EW4T*¡õèt\%€ñNi%ýãy»Ü‚óóªÏVŸ_|Àí¡kï~û›oxJwy 'a͚˯¾ê>y2ú£00v´žT.ö8sJ¥Vð„5ç=Nòù܆Æz¤ì$b¡ç97”*•KNŸukniïZ!妇½D&ý™WúƒŠg­Wr6)XK¾Ó v#ÐVhÓ¨ oRlj¨›ËI¯‡ÎB¥À[@ë ¤õtZ‚èˆÐÖ–fÃ1Î)“w:tõøû—¸Cs¿±©®MÍMhÖwÒܤÁ?ðq¯¢¼¼° ¿ ?¿°0¿Œ\Ä`ÑL*:@æåæ"*ÊÉB ¾NG¯®/½#´^hh¨¯¯¯§§ç… œœœìììпII‰*µyEâš5Á?Lûã å¾ÙA/L#{y k“ÆÂüÒ¨UUåäô¤¤ôÄDDVZ‡Í®ª¬¤Q©ÅD$J­(-1¼2Œkª«ie¥¥e¥%¥%Å%ÅÅÅEEÈË(Í&C¿¯G§«”ʦÆFd¸JŒ#ÆÝýkĨ©åÿ{Ù‘óA™m‚>úaÏïÇ.„âîTFlÌÅgŸMþæ›ò5««V¯ÎùúëÈÙ³Ï=ù$ŠÓ£>¿ µžB%ˆyκ …|´ÒC«;©DìyÞ]¡’I¤"¤õZZ›;µÞx7¸V- û“c>,z‚•ó©VxJ+šì­m-mm­míˆ6œ¶ÖVDk Ê|ÂÑ´^·ÖÓj4Ý/Ÿ_§Z/,,ÌßßÿòåËgÏž=yòä‰'пW®\ÉËË“H$:¥Âûw2^~Y¼ðCÙÞ=ßxcX›4êóK¥ßHI.Ìή,)©*-­*+Ë¿q#;-F¡”æef¢R‹rr2““rÙÄpu¤qû@.+‹Dµ5œÚšnm šr™L£Vwƒ´¥ª ®ãˆqwÿIä Åòí'¿øyf.¹W<‡}þÉ'K.d¯\Iûç?+Þy§ôÏ.ž3'ý³ÏÜC©`:`tçW·Öóó¿^à*ósn=øï¡ ¸D, ü×Ü\¯‹A!˼‰ õºñ2)©ó ÿ yÈKÅ”/œu²«SR TðLÐzƒÕzãGgü"@½ææ.•×ÞÖ~³ýæ­›ÄeßBܺyóf{{{Êl{Ü ´“Á@kZ›­T(ÐN‹"u õõ ˆüwvu(%¡ (:®¦ÑÆÖ ºzõêùóçÝÜÜœÝQðpOJJb±Xº:-+?×yÚ´Š¯¾ -úôʧŸNìg3è…99´ŠŠŒää´„¥¬ ——•¦'&2©Ô¬´4™‘”Tœ—W”›[M™°b‡F£"'W)•LM“‰Ãb²õ WGZ¯²¢®À„ßÕW÷½÷%¬Y7{6g™ó½÷jÿò륗(3fäc’{‘³g£T°0ºtk½ÔßÜ/>o¹r¥>0 ç¸Í…3nOŸ*¼âÝRMkõôÌþtN~txk[ëÓzHî±s¿RñóJÞÐØy_#¡¾Zïy†ó„£-¡õ vôZ‘¦CÊN/ônwèR|Hú!ˆ2[Ù­×¥õèÈtzµ\&EpkkiT ú×èŸ(Z)Œ£§Úºµ^HHˆ——’{‡Z·~ݹóçÊÈ¥©X¡”‹Ä}{/|ø¡ç?>¥&ÄOìgÌò²n‹ŠÒ“’ 9ú35>i=¤òÐø¦%&V•–"•‡¿…R!G‘åÅÅÙéiÕù© Rsµ -µ ñA¢¾®N¥–“Ép•€gÌ&6W^}µxî\ÆìÙü7^—¿ø¢äÉ'Ù“'—aXÞÌ™Ysç^~õU00Fžá”+¥A~P»reëåËšÊr]ÿ‘!¿ÕË‹³dIÐG¢…ßÄÓzÄÛ¡EœÔ¢™¡ ¯ôoZÑé¢'Q ŠG©à™ õÌÔzÝÏ5µ67# Æ8¶Ç­îÜéè÷'þèf;±»§Or¢.9vPeÐå$ß”JEUU¥L&AP©UšB©ª¬,'@Š ªª‚HEÙݨTÊxé]·Ö  :sæÌê5«;’”œPÍ Öp9<~-‚]ÃtrvÀ·0‡¿I£>¿ònd’‹ 3R’ÅB€ÇMON*/.ÊJKU)¹™e…7RSj8l©X„’È()5u¢:eeEccƒZ­b2,ƒ¥ÿuâýœø–v}J---«Ä8bÜݿƓ'SæÍ£L›Æ1C1}ºìá‡9VŽa9þ…žL*áqk«iÔÒ’’Ü${2éÍ&u09æmtŒbèÕ4”*¹ZoZßš×\Ó}0–A Tï+^•åwÌ ,6ÓÍÍE>Î/C‚B.CZ©¹¢¢BBÍq8l$÷ ÷õÐc±˜D*ʆ„!…R‰ Ž‹þôË‚¼¼¼sçκy¸$¥Äeå¤å•æ—”àê)(,ÉûmûÖ‘Ñz£>¿ÄBAFrÒz%Åä¢B$ô¬ãó¸h*¡a½‘’‚ä^YaJ--ÈGILz5JšþO&—vÿ¾ž)ŠŠ àB1ÜZÝŒúÈ:£‘ãb~GÖ¬Žž=›Š$RQ¶ªªJ*…‚ ŽýÞ!…òÍ·_‡$$Ǥf$ff§ÞÈIÏÊEdd÷ůY·êyÆ ¹=›ÉÈNOKMÄ_À’›uƒÉ £%nÈh%ùHñ¡ÔÌ””rr[‹n7s‹³šZZZRZZ\RBPT\Œ(,*"((,,@÷ ‘‘{»víDž†Ø½k×½ =x†ó÷MجsO>™ñÙgÅsæäΜ™ýÈ#93gΙ“¦'J£8¿d‹ŒŠ@rÏ餽™ ¡‡ŠŒw­Gܯr™PÀg1™HÖ¡;T^ºgžïèß’âb*¥ É@±Hˆnܰ ­7ŸáD³ ²¢¼ë7³Ì¥¢œ,ƒ}=½õÐ5‘Ÿ——•uã® lDþñ²¯çãsuñÒEK,~]ºlñ²KÀÏïúƒvUAS@&• ¡ì@ëm”„2 ƒ‰ýQ!êÝÀÀUb$åÞSúpÏB¸gè1$$ë"gÏΜ;·`Þ¼Œ¹s‰ß×Cñ``ÔŸáDª­œ\6(P‘‰±ÌC7hüŽŒnÉHÔ øâBÇ9`ÏþÏ5‡«kcIë[ó†ã)5dׂ…GÒ„}Ž`Œ1.çÀü_È9n;6Ï€û ókQŠ®nüàO}çM‘€5€Ñ×zrÙ8F”{ø 쉅¼>ÇCŽŒKŽ÷÷O®–uÇRw½9uæ÷^4‰l|ÛÐRVQ´dJ¥Xf*XÈ¢ÒÙhM1Nzd8dý´ ð@qw‡Ó—3oCr÷q©Ó»ØC_úÖ c^ìʧ±™Ëb£{Ã2¿ýà}Svˆ2òKyR°<0cZëÉè—ç`Ø‹K|ªDÊ+ßê¯Ø”oj'žÖã'oš…½°!IØsê‚S >üü÷Höð® …´x߀^„&R¤#qƒ®­LI/“¶´êÔ&ÖÆy¾Ñ¹\F1’óBÁ/ 8¼øÓ?Ïx÷åÇÿøñ‚}Wrù挂áõÐþ1ã@žpEiÉQA¡¸cøGFÇf—0$”TB ÜÕá ‡‚¶t&†=³œÄ‘ÞÓ ènw!¹ª ªC­ÇOÚøBWÁºaÝ_ûGí> -’ÚôSk?õ ý‚ó¡¯ü}‘}6o,쌜;Ýïµ­7¤ZO|òѽçègñ»{“j¤‘]Z¯æÞê¼D¹‡ôúŽÛçxÈéº F¬k©HëEò¥=‘JmkG›V9gW(ë[ÚÛ›4ÆÏ¥×z¤bU{³Z9R‘sâ÷}0Ã^øríQ¯ËÞV¾zÃ&½µ-’)½¿µ!¾WĬ’8ÿ€àäìRf OÈc3È9y’††‘މf˜hˆÊœ?™2iú£Ø”OÝÉÒ1{ãT%]Z£¿#[¿9å-›ñèÚÙüö»‹0` Ãwþt ›õÝ.×ËþþW.ØïZ½Ù«\ ×0Â8ÐzÏ~öÑtì©ù—*ÅÆ´ž¤:Ææ—ŸG+sì±?}¶Æ=½VfìzÎ ü÷l¶}‰DΉøi:öôò8^çYj#™½ü{_ « ?ôÃ;OMÒ×öå¶«%¢µžÑü½'#ùܯM×ïM~öƒÅΙµ]¢UB;¾øãÁ“{ežG‰Xßæîðêž"qÑñ·±©ÿ ºKg¥ÔÀŸýå¹i“ô§¾8gÝÅá`µ^\uãÍæ:­F«éB­PÈôœØØ°b³/,<&·²VÖ9:Bf~B|‘ä—ËÂãe|fQr|¨>sd\…+ïÊÌ)IK ÷×gˆŠŠÍ©âãI2nÉ7,…*Á³‰¹äŒÄp?ÞžÈ7ixI1šÁÈUÅÄ}g€;…ÑK“!Ââ«Ûæ¾òžúä_>~çñ.­'g‡-zï×0¶¢OSñsýãç'Î5ýÍ8øõÿ^Æ+˜ôä;?9ft6‰¼ùË7_xœ8ïŒ7þµõbOÖuR“·¼¾—GùFµû,0”ðãW?‹V‚þL#© 9>i^6SÖkôsT³Ö÷wméõi¹éùe´m&MwOóÔèõ ­gTë½2'n×[MùØ*KÐWëñ2ö½= ›ùÕ®Ó~AW×½?{l®{©d Õ¸”éûí£ØŸvfôgá%mx{vU.ýj“w¼ŽM~k…S@,É÷øOhÁÿ¦e¶À´Ö3‘¿W/¤¼Üë—®‡ÅÆEûÙÿú †½¾¸‡ò2¼3 ›ñÅÖ“>ÁÁ~O]Îãm~jáù¤ÌŒ™™…4¼×=ÈtgõÙ°w~¿êfÿ731쯖9ÂAj=Z}kJ†Ö¤8 ƒ¥iHl1W,–Šj¨™!!Ñ"¹²'©¨F,•KbMëÍ&EM^xH`dµV&2s#BHúÌ’Ú¨€À”*_"•ò*Ò‚|ãË:%QIø q[«F^[àŸ_-V(U_ÖØÖ¤&žáŒÌ©U#ªÕ6´ÜºÕ $›yÞ~-4˵Q¿>‰Mùâµ÷žŒæý¯G°ió9ƒÔz½´Œ)/"Æô­mB"£‚¯ùg0Gáú ¡ßõ Mf·tÜnÑ*z§Jj "C‚Ò‹é1Ÿ]˜AÙŠEZ/È7‰ÑÐ^¯ìv§‘H*äP³Q ™Ta—ª2ko6à–â½Y`€n8¼rlvJ¤¬ O>2ǽ\,ÊÚûöä¢Pññ—(ïè›ØÃoo<‘”’âå]%1ixI1žÁÈUÅÄ}g€;…‘J ïŬèµ/bØsßí;âwáÈâ·&wk=Ãý>ƒ«_ç¹¶{…FDø:.{ _!ÎÝîêtÍvªëµ=™†Mºìã±ÞŸ0ìñŸ)“˜sË3¸<ÊÌ7¨Ýg¡DRæüÉCØôoÒÙ’ÞIwA3}ònÙœe½f¡£šµn¼¯kKÿ)i|~iÛÝPóÔøõ ˜ÀZi‡{@Zk½÷\*Ä‚bç/Ã^ÛÃ’ óp­÷µ ’$LßÿNÞ[]Kä—Tzþk*6kS*Oªà%á«ñõ‰"‰ _KP)Úå¯ÁÞ8˜#Bñü´íÄf.â¢xú5$ß¶ÉEXAóÿ€½†&¯0çÐëHß…£< ƒc“ùMv‡vù³‡°¿Ÿ¯–v¶üù5¤Zà }ÚŒv^4î¬A6”$«ðø;†½ë€wÖëú7S±7ç ô7¯ŠsŸwö¾Ù¢2÷LÁ^Þ–ÎÄ-opFµû,0´ʼ׼÷†=üâ§‹x&Sˆ{¨ù#h¦OšÌfÎ,ë稦îøCxm19%{Ï/#m3Æ™7O_¯€Ñ`œh=䨕×<…½°<´*§[ë Ó~ÿ#öèY]EDå.ïaØîåâVãRÚµoÅþr8_(eîz{z9‰£Àkûíå~½˜±(’kBë™Ìß«|òõÝóþ6ëñ‡0lÊø—ˆõÝé×ò»k½:ÛgrcV<½ü[špPZ/ºX¨PªTÚ–Û7•Ò^KSüòBG2-¦\ÝZ¯è›„î}ìì耾ïx‰Ì“5‹òHY¢öÛÍj¢’¬ߏоZO)©)O  LLÏ® s;/}„ƒLjþy[ë}ršƒ¤Äþ] yGn?­—oó†½iU4¤ZϤ ­”E‡FªO²9)À?[Ü5¦2 ²uH@|m}ƒFzw­×5"aYtH@·ñÿÙ;ð(ª®ßPz]¤IQAQA»€ˆøú¡¢‚€Ò‘*ˆtH ô„ôFR€Ò{ÝšÞëf7½Ò!ß™$l™™L*I<óüžesç–sÎ-sÿìÌnMiF{vâsŽ€”ÑMùS²ô®è2ÐŽFü=§÷èäõ¥XZ˜lþáµy'£ÈMcnعÃ8ë“m]cóŠŠå—Ú 42‡þºÃv¥`ÕJùw¶ODê;¦·VëåûnFÿp#‹Ì™á¶fšögh¾ê†³€‡«F¯ê‰ [pÉkQžÛuè€%:—ïcrtÓò)}Ú”¯t¢s[ЃÇ$c6.³Le 2]ñÛsmaÑzró‹Î6î3ŽÛ<¥]¯€ž«õdw¶Œ¢$Rëñ ‰?‹R7ŽC#>ÿ{Û4Bëá«L1kÔ?rHk,B±ÚüBY®ï¶ñhÔ÷^9Ô©ÆÝx!ñ§$ÕþóÁhúÁÐô ,õÆm¾CäÉ»³}êýæÙ¡!Á„D ³¤ú. —•{Ϙ_Î…‚ðÃsšôÕI»~w-P£ÜÉ#/r–“äøl&¯A¹M)ó«gå²§²olƒÆoóÍãêßÈݬ’;%Mï’.íFݶMÙ߸”Ÿœßúþ ½¿ÎTXÀ¨´¨fPYU˜®;lW ÕÅJêêó±Cz㼈=Cj½tåù"W¿b[d £6zg‘93¯¯Š^Ü’§bRãRWXØ‚Kž´%Axn×Y ãÈã]ùx(ê½D—ŸÍ¹9ŽI¦lœf™Ê@eºâ·óÚB;%çm-˜qÜæ)Ó*t:ÝHëá-S†ÇæÉÿ‰Bj=iÊU¼ýÖüÑ3‹Ê/™¼¯ŽqB»DŸš‹Ô]JTµ^‘,ÓcãhôÂVíMã{Mß\@mæÉÛTF~ë’®¸ÉoÐw_ºd)¾gÌ/GºÍ²>hÖñÈ<òÏ4ÇUý)w¤IfËû÷pfÊçÏ øc ú•kÝ“íEé·vÍDhÔÿ\ÓˆD–Ñ%ߪª’Â8Šº‚Ö“æ§::Ù¹ KJ”¯ "¬Á¥µTŸåŠ}l\£Ê?$”ާµ“OFm³Z¯(7á¶“k$.UUؾø¼#Àä¦ü©ü®é2ÐNd^ÿ¿QhüF“›¾·}ð¼ôѤ¹éf¶|Î܈ð®i|úDú¥@.ƒÊªÂtÝa»R¨.VòÿÓE^}Fý¯q™ê8­'I0ÿPiþä“Ó’KýŒAxn×Y )龆Єm¾¹œ{°ZÓ,S¨\öí·¶°Í/Û¸~Žó´™UèqZ¯HÒ$‰&‹±Ö;Ï/hJIóÞ2™øÎ 6DJ¦/±ýá>}Gg+­Í¯i þKÏG§rÃÍFhز]—¬ Ÿ…ÇÙÉè†Ês‚vO!¬ìýÚùØ<¹Êqâ·6Ÿ6wt¾fsåÌ?FÑyY!ÿ2^DÆ«ï›P ÿž)¿œ Aû¦#ôÂúS¶žxRº­wƒ;’´Ùáïl?ÕÑÙÉROבW I¶ýhðæž+öÎVzZ–Qù‘äü²oÆY…lY–7q Úz;k¨sÅÞÄo.dçg¤%&¤P$¥H°™Ûβbœ³ ¹ñs½’b¥Syi¡®NvŽÑñ‰¸†>/†Ÿ#!êO&¾ÔÅ5\ NM‹#o_·#µ^M±|%Òa|,?%%%#EÇÑÉÁ7ïÞƒêâ¼$_;'§Ûâ´äTq¼@”)åÞ.MNN%9ý<!µVý~ÆÔÎÑÁìÜ®O^ì…åß&‡ä†ˆ1Ž.ù¾PíPš†Q¤Ô§Ï i®8ÜÝ÷]`x´P$LñQÁa‰…EùánNvÎÁñ¢”D¡ ÄÃÅÎöNrõ“'Xúf_ÅãÄ%'&$ B¼íH­W%£zÄÉå6Ÿc"Aˆç5;Q%Yª;ñyF ˆÙÍ"ywº¨Ë@»fÿÅ`4y—_Ž|b†óÚ¡hèZ§”‚x«“§œ=oÞö°:ùÅhÔ÷qm¢üR@ŸAeUÉbºî°\)T—&w2ïìÁ‹Ü€Wã{˜íKžÿ‘Õ_nþûq‰¶39óÛ²Xï˜"å܃ìc²Ùl\fÍ@m~ߨ…ìk‹ê”¤Ÿ_4{ŒfB×ÒyJ¿^Áè}t3­‡·^©®›Æ6i=<En‡¿˜?ª7ñ•®ÿßùÛé…™s£L7¿5¡?eŽÆèiK6Û‹‹ë)Œ%¾ÄiàG–ɹóøÎ¿xy ù ±hÐÄ%;}2qzAªÛ®·4ûúÀ*Má=S~y2B´¾{}l?ʈ¾C4ç~kÕ òø.,G}G½úûÍ<5b ¿_0‘_í;“sZžâddr¶]´žò£CÞ)Ò’’–i=¬‹s2xA¾®Ôo+Ø{܊ȯ(/•â‚YI‘·½‰šÝ=®{ØYß©h½´°Ûn_Sï~+&³úÉÓûU2‰4[qÉLw¼–^^šÃµÝ¢ÖR}.ýôî ê§Ôñ%dîªßôý3 åò0.žPîP M ý(êZ˜qY)qM]sÍÕ#(&½¢¦¬D’›Áöuµ¡~/ "QöàéÓXÐÃ>+1‡ên';»ë7ã$÷ži=×›w®“µ9»‡ðóï=­'åkÿN|n`qSiÖtU—¶cþ¾:zag`®bzºóº¡hÀ*Kþí½K'hPËÇà©Ë¶[Äà­QŽ/M¢üR@ŸAu)d¸î°^)h–&yË ¼N¬}U§Ú ±³?øóvn{i½Ñ¯.œ¨N>¹4û‹Ã®IMW|Ž—¼¡®³XÓ­ÓDCßסôí{˜íKv ö/ïÏ? ¡{GÍþ`»aH¶¤=ØF­Ç¸»c×z\öÍlŒÅìkKŠDEëÑÎ/ZÛXC×ÒyÊ´^ õ€ç„´òA½Êñ R†OÉjÕ?mÚvJKî>©LÜ~©rª±ªŠê{žP5<}ü ¦\J,®ª{ðøi}ýýÜ ë;ujŠ•*).­&sP%ï×UȨš‹‹+î>¤j|ò¨çäÞ.mNîä‹ô—öEc7EäHþÃÃCVRU{ÿÑ“¦®yx¿¶¼¤!æw©˜ãˆß­*yg©¬²îYg>yôàn¹´é«‡O>¤Î=yt¿º´¤c;±Ó#ÐŒ›JîtU— è2ÿ©0¿`ž‚Ök‹Ö“I€ÿ0…9¢hž@œšš’–È‹¾íèäàRýôa¥¬Ÿk¶i¾B½FÏ~çëã~YЛm@’×ø‰• Ü ?ò¹‡L‡P@—_0O»9¤õ$…À˜¼Ô'êŽ>ÛëÞþ¢¼º§õªdÝÅþ‚\þ-­Ã¶äAo¶ÂŒt¯TnAì!WÚ¥C( ËÎ/˜§ÝÐz@§PT^+w{æÃ»5¥E–ÿ$ÒêGõO{¾ú¸ h=Ðz õ€n õŠ$…@§ÑIZ¯°è4@ë€Ö­Zª?,$è4:Gë@ë(-).*,ÈËÎÎÉÊl5y9Ù’ÆÿÖ ().–J¥……mùO©¤°XVÔ±u$~¢m§>ÝiÜøb·)ö{Ý @§ZèšB/?/'*"ÌÌøÊÙS'ZÇù3'qñèˆðŠòrJ”ÉŠ ãcc¬¯šëh_lº—´¬,Ìb"#pUU'@r'\¸á µ®›À%<ß-RÒÝq /ÐsÇYyø†CçZøÏRTXªY+ÐïNldd\tkˆ‰ Ð×ÑNLÕÖÔK¥ñ±Ñ¦Féi)=zÚªãÁƒ©)I¦FXB†K‹:¢Nè}Š­§Ï;ð¬ò­üóz Ø£_O9BçZøÏ’—“efr%(À/6:‚#äǵšððsSÇîK%Ö–æ©©OÛ|¤¥¦XYšåçfwD´IN{º_³½jÞe±·¶Äb;»¾© pÂØ]B±z‰žw–ÁÍœž„®Wöë¿Ù¿=~„Æ wŽï õ€îNNVæù3'£#ÃùqÑ ^’XØj„\Õ£G‹ t/iµúÓ7…Oâîß×»¬“™ÞuÒ ½kNöÙY5ÕUuuµ]l¶ÐÕÉÞÙÞ¦‹› Ñ—!ŒÝ%kÿ0>¬ïuP×£‡ýúoöoá0…!Èâ»C‹äh= kj½³§NÄD† âcEêoZ ®ŠÒz:Ú±ªzÒ®*+#­#êT†§›K¢XP$)èú`;Ý]œº…© pÂØõùzŸñÓžx`¿`„ƒƒ¹Õ¾ã!h= gh=~\L‚Ÿ” j ܵ^Rrâ­³øµµ^xDØe]müÚj­ggeQ—SX×õÉÏËÁÖv S!à2„±ëóí~ã'{àý‚ä¶øZ†’¬ÀK»¶ž *dÉSk§ãš,#ßË’œ÷|¹æH@!K #µ^tD/.Z,à%Š…~|¬“³Ö¥ógÏŸ¢Ÿrt²ÃÙ¨üMpÔzÉÉI†zùù¹ø¿o/­‡…žøµÕZÏöªyA~nw¡{Y Ñ—!Œ]™Œ±2zÔãìŒpp€ ·Å÷n¦õ vÏê?ò3FU’'¸eow'µ¸- BÊ;?õz×6¿Ï¿ùýH4òÿnÈe(ɸqhÉ@4ôC]ž„H‘DžŽ¯qÏcÉÓÊ´=\îþZ/>6ZÄO 0Žv9¹Ùõ¬΀³Qù›×zXRÑþ/kRR"–xµµ58~Åïq ËÿÊÊk=¦:©£és½fÿ§—Eëåçåtº—µ pÂØ•ùñ¥õö0°_0ÂÁA‚Üß»¨Ö+I5¡9'㥊é’í5¯¾½ãzf ƒw~‡Ænö-l/­Wà»e¬b…Rþå·Z~ðzrã—Þ«j=Õ<G»¸Ü͵^Txh|L”/ò1Z—Î=~ò¸¸T*‘ЂOá 8•¿‰fµ^“Ð{ðàAEE~mVîq×zÜ­——›Ý]è^ÖB4ÀecWæ—#&>|øàAû# Èmñ½›i½Î>òZ¯(úø¬~³OÄHŸe(.LçʰHó¹žJÐz¬õâb"ñqx”bΞ?õôéSqŠ@œÌ§HJI‹ «ª+ð+~Oá 8•¿ v­'/ô²s2ÍÌðk³r¯“?×ËÍÉê.t/k!à2„±+³õoBêÝ¿ÿ¨ŒÚ?G}Ô¶yuí_9ö F88@Ûâ{7ÓzÒ¸SsPÿœsˆ<¹á:íGTÔÌë;o4 Ÿ¦ãÅ}!¢T¢Û¡ÏçŽPÃ)/¼ûÛUžDµEIüÕßÞ›¢A”6ãõ¹µ^i–ë× Ö»f5@W•’Ö£ÍSœì¸å­écª‘† ™õÅóÖ¿1‰hPmøÜµgƒr‹Ëš)þöŒ1¨âý'¼ù³qŒDNë)¸LùûKÓÖk¢aˆ¥=DëE†…ÄFGòãc…üx ¥õ?y,Ófnàùð““ñ+~OQZÊß„’Ö“h"11A^èéèøÞñÁ¯òrçQ}ÚBIë5¥çææXZ™ÛÚY§§§Q)MÏëQ¦¦¥›\±±³Â9ië¤Õz9ٙ݅îem ÈÞ8»õ§£Þ)Ï7)¦çlb3`tnof .f¦^‰²Fá3báàààØ”ÂÒÒ\¿]ÓQŸÙÏ;Üð¶=µvB³†*6—éùÓ„ƬÚoàèbgxô›Ù}š´ž< U)h=†<¤åhî.³kîî¶g¿›Š½úÞNmkgg««Ç#4•’¥ÍßiâärÍ^ÿ#zé`xaËÚȨh½¡è‹z’Ö‹ŠàÅÅxqJëI¤…Eù÷îß =>¦Bh‹_ñ{|ŠÒzTþ&˜´^ZZª®þ¥¡—qYWKœ Âéø¿Ç)”ÜÃyRR’9j½«ÖÙÙ™•U¸U[Xx(zø•ª§——— E|3 îZ/;+£È‡]35»›Ñ”’ì¹}Fÿá+ucÒ3Ú§‰¬Œv³¶«‘üÏÔë-Ñó‹F&ßiïâhÈòs!)0:µ7Ó¾„ú`)î, {ìóÆ ‘ï챋Ni¥ ÏkP.[k)gy꿦£>ËLEÝ¢7ÓŽ»D‹N³V9Œi¡§æÑ^o‡¬¶vœ ¶ŸBý–œ NWHOã]];¡×ub2›ú÷¥ÃAi-,Âaì=iòàþý»uu ÔæÛ`­7÷\bUcJM¡ï®Úè-©£Rªóîœùæµ±}qͦ¼³Ù0JVK•-Ž7ÜôÆ8òuÍÅ—2%V%œŸ‹Ô?õRVey[3¼9gÀ”÷vÙ'Uíæßúë£ùã’ô›½3¤Œ¶*°_*ÑŽ·ødijh šðòÊ_.xÅg´}š·#)¤ÖûÌ&¡Ã®Œ5U¿¸x*¿Äµn·6ží¹ø7ëZfO„CäéFQ;Í£6ö…êõšÉÖ^Ù»÷=œ…‘ç?À“|àìOÓ¾Î+,¡×z’ “TÚúµ‡üwfJŸ„Ô?qÉ.cÕzŒUÉi=Æ<ŠbMâ¿u<½É'¬9Çcí4í¯ ×âeù76ŽD“vJhŸ×£LÖzaÁaÁÑ¡Xñahïá$´^–/~ ?59æòëá'';žù’Êß„¼Ö{ðà~]]-…žNtLdb’øÌ¹“qñ±8%8$è²®6~Åïq N‹8‘±AS) y­'_§PÈÇ¥ðf ºšš,<©šñ+~Sp:>KÔœ ¤­“Vëe¦§2üÏÂ>jƒÕQŸE§ñV+5“±ëÄRs-‘=[Û µ6CàúÇB¼ùºð«ÿjë^¹|êÀÏŸò»³¸#-igRÏÆ×eCA£‘­‹/÷¾½deco×€ó˜´ækKIŒ ¥´Á…ç5(—ñewöon‚”†Äd_Rë™»Eo¦ø»Ä÷Í;ÍZ•0Š#Ým¬­,­­ÌάÐì=†–äŸö·ã“:ÌŒ”è ¯@|a—ò,=Áã·‰äéûo§6õïK‡‚RZX„Ã,øë4¥õj¨ÍkÔzÏë ]WB»Hˆ?K¢ÍUC#?Øotíºýå__UGÞ¿’T]W[)81õž»Ýøfph §µÕíL¦Ä»UbRë]—ÊB÷Î@}æüxÉÕÏ×ùüúɸ ŽÆ•QyМ]ž·|<\£ Ëi«RûE?MÆ«mmïhga|v×—3zã°îòv¡ižtë±Ö³wÌ•‚í¢¦êWK=mÝ,nm<ÛuñÿOÂ!òŒAnûÝ«N÷ þ{dè¿"lvP¥ˆ‚rZïþýûµµ5))IXî=wšÇçQ)—uµÈgë´¨?±pÓ7н¤£s6•¢×zòubbc£Oœ<ž‘™FʽꓧO\suÁ¯ø=NÁéø,ΣTaS´Z/#-…‘ëÏãÕ&ÿjc²zšô«—XîTr”Ó¡Õ¯PxjLZuÆ?Et /5MÇäß¼’’¯}f‚†"‘>yt¢ÄÄÅß¾.L%ÓSÂ;_‹†N]0kêµÄß`v˜ÕžU³†‘OàN\ò³¾Çh¤F龆Ð̃ÉJ™“bŒ¿†}~%<¨?T÷Ã!j/nq£ìdjŽ¡—ÇltI 2ðLÞë‹w¥þDäŸ× \µxÁ`4ìc­pÊñ¤Ûû±Ö{×XÐ.à •ëôú…cú’öze‹³XÕ¶¶ô&(4rÁ‚ êdù—>ùÓ&¦¡†“I­9 ˆoïš‚z¿eß”oõé 4b½³ú39úÒâÞhî?A‰)›–Ì3 á#À—þ¤uCœÚäT³–ˆ}ˆ¶FêfìñNnHLŒÐZª†ŒWG£¿sJPÒ­(ÂÆ¡³¦îß«««Q 6ךÐzgªä«“.c•9ã(¯¢¦¶Ðå³Hó—Û2êTMÆÕÔÑ„ßÃJkJÑDÃÖ¹äÔÈUH›XW%>Gh=wi]Mm¾ãGhîa%uªÈ}í 4ýpL…\¶ªTÀ~5»2¤…]Ô‹ŒXJ”íö÷fk’cõþ9»™¦Œê4gÉL»†°äO¼Ih½O­D,CˆËddáL5U¿TST%¿Ä±Ìâ-›­veØ3®±ñÖŸ F#¾vj˜Ý)Bëχ ñ[® 3ä]kÑaYÏÙ—zÚîæz f)ÎÐ"íHny[9XOöaÆä)ýÄlÓ êÞZ¯Â˜ç#4ï<¿¨L²o ºîzžâý™£¾sËfþx«4Ýf•:õy˜îádªªAë¹å±äá¦õ8WÐz*.ÓG¦gk½@ÿðÐÀȰ¨ˆPŒü=œU5•!ÇÇGëú.É¿Þ+ŠÇ¯wóBñkq”NèqMªQP^ëÝ»WS]ÅDPpÀ%-üÊ’‡BAë©Ôñ÷±#©”Ü»¨}¾Aèe¤ât|–¥NZ­—žšLGRœÙÇCû½v:(!Ñ{;/_XĤ5œâ{í|I yó§ãæfÆÿÕõá§ ]~À»OÏ»z^÷òô¸!LKò%¨¦|²ˆçï3ÕÐð¥ÛN›éÿn^¤þö)ÿ|ŠÌ†^úå’™¹¥ÑÙïGhÚî"Z«h¬å[¯‚z/:‘¬š¿ÙF7_¶¸jextÝ ÄeäíÍ' ÌM |<¡)Û=¹gKMÝ4¸tÅÒÁÑÆøÈ“zñwÏDv×Rbìþ‡+µü÷s¦æ†÷~9³7VWxDm<×-/¢Þ3Ö3v°»rø³ñMßí-ä”H|%š±ßW”’Ô@C¯%G𭉆}f! ¿ôþ^Ó¶»ñÒÙšcìå1ÅTñÆxÓ2ëˆÒç5(—ç¿å¸uf¯¾¯üéEØ–èCi=~{ ƒ$Ÿ½3Pï—¾?círÍÙ\û’mhв mëMÊŒ!‹b:«T­ûÆópòvw¡JfîFé½Ó½¸Û+¾Áq¼©›ów ˆs6ùvÅ!—õB¯œ ³¹–ªõv_4öûÆp }ŽÌB½ÞԋƧÂt–õG3ÿôQ§¢ŒV D/Ð9HÓwâíW•–ÌiÞäQg¾…†,Yýú ^3¶;SM35'àÒËQWðedg=§Ðà2Ññ·ÿ~CMÞd‘(ðÞ; õyÇ ¦=†Ïn=ÛÇú! ´3¥í½©hF’(øò2u4æ[§xÆ¡EkR›FNñÞ¿¿@ÈÔ(yï.¾ÝMÝåIÔû¶e¹Þ†§j¶Ð÷ß×û ñ?ºÆs´$žyÇ‚u>Ôë¥}^¢A¨Ö»½çö 5}¿?š÷O¨±gì¿-la†Y Ï -JëU+PÓ¨õž%Öä91©¯r*¨©&¥™Ægî…g+Ru_Ah¡~j%Y\&öº¼cÕ”Þø ¿Á:ªD5±BÔ¨ãªKÃvMÂûR@\lL#±ÂtY\9óèêWûE?Mfì½ÏĆø»ì_¥‰•ɧ†¡‰JýÈ>eT¦9KfÚ+[å|]SРÍâ˜sts“‘m„3_Ôh–/Ö&…e·dÙäµÚA–aÏv%Ò^Ú½¸Óƒ˜›ñοL@Ã×XƱ»ÖêõœÅ ¦ƒÛͱ¸‚1ªýË=ÈmŸGÌ‹'û0côTub¶yui­§xŒü¿ùòßͰÿ‰Ô£hðÔå¿[ñ¨¯[)â™üø ù¸¥Úð—vÍ*))+Jp=òåËÔ§œhФ·vßÉSiQ–zóÔ†Eãɛڠq³?üËŸæëè«’exîy[³ï í²˜òpÔzÜŠ+h=—ýé#Óƒ¿‡38À/,8 <4(",#ç½û÷B©Ë N²úüž$¶R`~_&ª˜ß“Äd¸|w77k=ªQPNëݽ[WYYÁD`ÿ%-üÊ’‡B^ë1Õüçþ½ii)wïÖâWü§4['­ÖK Uzÿ1³×ÈuV‘äŸüÐKïj¨Í:p3ÿÉsùiê¿Â0B¡Hœ=±ÔüÏ>¾)Epã/b2Œ¦)Â÷?F|Kì ¾|6âT,ñàüøŸœytV©Z+º}pB/üæ.PÉ̽QžÓFM4ò»h2[¤å'ƒðšèÉrÍ&ŽõÓÝòÁlͽê;pžEsŽ…,®ñœú¿oÜh›€ToèFfo¯²î þÌ<–C4EÁZ¯ÿ‰¤cmë`Gâà/hŠ@„áçÃquã6:Æ6E‰¾¹0.½i@nZn‰žßhp™ ¸Ð_ç£ahÌZÓÀë`­·T?º]†AœÇ‘¥C0ãýŽ›ûÄ‹TFZ{S)bþÃxPÏ?ÀgZt&µiä4çEi½H…ëàÖ´]Þ<¡ÈçÀ,µÁŸšE°™Èçd‰(àÌË8J—£Ä±×{QmÄš«!î»§÷ñ¥I”(Ú‚)¿ãúwÆŸ·-,Â8 žqúÖzwkkª¨Î&µÞqEcJUέÓñ?¼ššªš<‡5ÐØÍ·e gÓ­Wi q¿Ë×S,À¶¢ùÚ‰eô‰BRǹá s¬ßï‡Fmô’T+Z"—GÙHúúÀ~ÑOùcØÜ5;E«.SìSFeš³d¦½R°Uλ¾“Ôz±,ƒ¹¹ÉÈ2ÂY.j4Ëë‚F“Â2‹[´l¶ÚA–aϲÆR³{ê.o¾ï¶e"þ6×Z»ž³\™º›Ûͱ¸‚1ª‘çä¶Ï#æÅ“}˜1Ï Õ‰ÙÖÔEµ´LëÝ ò ÄrsQûÜ£GÒ³SR„å•e±zKÊEve1zåQZ±úqWÊcõÊ"/–…Ÿ®Éô 9®I•ÂÈk½ºººŠŠr&°ÐÃC¿²ä¡×z,uîþcø¿çR'ƒÖ¨}í§qª³oÒ¯.|±€çüÞÙ®0 W(Ò°ÔØÅ7¥¼ÉêJ4.âò£b^±èÍùÇŸ'Ÿ8kóí(4öUk£Œ?„ú¼y.T¨œ™{£dÎ_ÛF‘Ù"­¾‚&oõˆpÌ&ðÚ5_c?ýËÐÎÙÝÙp÷\5rC.`q²íý&Û·Hu E†wêõÚÏën¸ß ˆJàgcšè%ŠÂ¬7ND¨7{ÿ³ ¥*dj.ž¾—~‹C`ÝÐË‘úä¦å¦è9€gZøSfôõ4|åž§PZ¯=†ÑJÔm³#?¼3ÇNó³ š‘ÖúÞTŠ€˜×xÝç1-:“Ú4rˆ%µÞ›W"åùQFF“¶¹G~µÏ€†á|Z³ýŽP›['Kø^NGVÇà^ º°l@¿9_¼9´×̽Þqxýqýi<ósœânE1çtLɛ䫨ʱÂZoâ&cwW ­ƒß½1’øÍ…=7ò*©<²?g¿¸tÐÌÝÓYoÛ¢H}Ùeqyuuy’óù‹–w‚‚n;Ÿ_;õ[~5³’6±¦\t–üÌNB´(ñ#¾\fèÒíZ¶×½¼\,´Î\•V+ä!¡¯JÉþêjìý4ÁBÀÆÖÉÙ妸ˆqø±N•iÎ’™öJÁV9ÏÔz¦±ì‡u22p¶‹Íòź Ñ¤0Ïâ–-›­veس­±üHß셻c©7æ;§¸f]kízÎrAdênnK4Çâ ÆÐFžcÛ>˜OöaÆè©êÄló êšZ)?H€^ëù“Z/8 ˽@+k‹È¨p¬Úž’GAÄ•„«_ÔfÝ©Z•E^( ?Svª,ìdu’sÞÃaF_Q¥0 Z¯¶¶¼¬”‰€?,ôð+K ­ÇZ§¿¿ï¦Ÿ¿Ç¯ë¤Õz "¾2QæëF Íuçíí°üwù 4ú»¾8äâÛ}ñ[‹hù"qÎ['¡ÁŸšÆ4¥ð½ˆê=ƒ(_zyY\IJá¬ÀOëü÷ÇX…lÄ©ë Äjl¯j•ˆOc­0Ì’ø¶õÉ›¬BÅŠ§¸7ïL^Al"É‚W?ÇW_¯ÇqÍ¥·¤7š¾Ï;–L3~¯šsÄ_ÀæeÛˆµÆQB*V7Ï"?°À§B.¼Õ _ÓxŠºhi-Ä—û}>|Õü¼H³¯Çªi®7r½ðÁ`4ú+Ó°øææè{™ï}ð%¤öÊ?òÏrÓrà†ðyÒe*छQVßM@¨ÂZO/ª]†Á³æ¢½‰MþK‡}âTGZë{S)Ÿ÷Aã¾wŽeZt&µiä4ãù¡õ "Ócl7j¢1ß^þ÷Í~WèDi͸´LÖ!–›×±N¿ŒGÃ×ZÆFÚG|³€Æ{C ïb½w¿ˆ7ý–QŠCºEXã ¥Gh½êê*Eò\WlÚBô1uñ—;t|ÒÊäó”gxÿ³vÁèÞÄOL\òãå‚J"]zpYÓ2ÓVì´K(eH¬.’:έª°,ÕãØšš7ç,Ý(UÉÃT• د¬ JýÈ>eT¦9KfÚ5„­òxRë}dÃiâÐOFÆÎzQ£Y¾X4šæYܲe³Õrïb¥56Êâë‘hâ÷Ç6Œí5å7W~³®µz=g¹ 2u7·%šcqcØ"ßAnQ”äOöaÆè©êÄló ‚Ïõ€ õ‚ü}‰GöH¹‡ ò¿mcm~QûÜÙó§(<ÿ]«ÿNq”^]¶]N¦6Û¿(ä\øé©¡>vT)Œ¼Ö«­­i åµ^³uf¤§q¯“V뉅|ExWVB~qŽ–O4ùd0ò‰q¨Xfûý$„†¾ñã#cãË'OÝæ ‚õWh W=k`¢{òØeoÏk?¹@EÅ#6OEhä»ÛN™èûn¾:ê÷ÆQâ¶±B6¾8š\¿·S¶Š€ÎZ¾0Pwq³Âøw6î=¥­c söØ®o¿üÉ8LÀµÑ8ò ²Î:’¬°á âË5Ïxbvâ ¬lLö½Ü oÈýøì®E:o™Ž7ª/ó—–¡±™Þá/Gê€È)³!>}üúÿÔ626Ó?shß¹›qÜ¢!ºˆ¯DãÖ2425nÄÜ1„ÇE˜;^g!à ýÏ­ˆÆ¬3ÁíeaŒ'ñCcC—ür\×ÈÐèÜ&ìÞ´ˆ¦ŸÓ \¦Þ‚=š€H­×¢¦™ú—[çÀÁ³&V¶Wu¬‰ú¾q!0^ÑŒ¶õ&iš¹é¼‘‰™þÉ«&©¡KOÜÂQeZô&µeä4ãAj=ýp¥ôXï½/õê5t ´Ò D$oöà×7¼`dtùØÆW¢^ó÷ºó8z}uÝðg-ð½øÓêoŽºG‘gã}ÌF½—fPý;cß-^ ‹ÐÍ%u Ìîß¿WS]ÙÃÀ~ÑO*ŒBšá÷l²OÕiΖ™v aÎÏ÷ý÷e„Æ®>íÈgB&#íoö¢¦âW3 šJè˜g±¸%ËfL+döͬ±Ñn[È_îê5ÿ¨O“k\GK[,§˜V ŽWjnÅ[TÉœƒÜöyIJx²3Æëµênë ­ô­ççKÜÆèäOO _ˆýá° ¯„rl4ɘ0­E!†òÙ´^MuiIqÛQÐzíZ'­ÖÃóT¾¿öÒþhâÏ×bÓÃ?‚4ÞÓáóDq¾&;>œ5‚úéòó7ÙÄxñ7Ï|=g¢¾ ù£ð¸†*‚*ïg¶k%U¤ÿØW¾:bÁ£Ò³EYC®Æ±JV‘ÐXK"±;ñï¼4Šzx ;kùÏ—ýã¹6ëôy‰ k ·ÄWI¿ºÇpÎÆw?¶vÁ˜†ÖûýÒj^s®ñ¬þü|fÿÇLg[ã©8_ãÎÕ‡<5pük?ÛGr‹?ðÂBÕUs¡Vp”Ûö©j—kùÇ‘9c}¿ÒMÙæÅÖ]/‹b¼.~÷ú¸þTÍê#§¼ö¿€lýù Êå9Gîðž% ÃL¿ƒµžn‹šfê߇_U§4yÉÚ7âUmkKoòü þ÷Ú #ÆÏ –l<íͧ¼£ZŒ&µzä4}};¡õô”O ƒ/8¡á«¯F4&’ÑC#çÍ£FÃé+w™7õB³–„~ &o»FLA|0ñµ óNúÅ5ôïŒ}7ã[X„f(—204#>׫ª’§ÙMˆRþ.ö‹~šPaT:¥4Ù§Œê4ç³e¦_CóÇ…šÿ¼hTŸïè„3 !N“Qu„s¸¨©úÕÌ‚¦:–YÜ’eÓß¾U²-þͯ±ü[‡ôB–“wU×Z4BXÚb7ƒvÅàx æV\©Eš‘Ì1ÈmŸG,‹g<ë0c^ZiÜiÛ ­tw­wþÌÉ@Bëù†Ü Á𮵄…âª(­§{IKZ$).–µ\‰ÞemJëµ{´ZOÈï.t/k!àrÏ c¬Ûîé}&þäÓ”çù'Þ,Óè¶q026{pï^MUeû#ºn»üâ Zèîäåd™™\ñ¹áäïìO|º×j‚ýÌM<¸/•XYÿ•ŠeU ù6W-r2Ó;¢NZ­'àÅ)Á>UówªÖvM;ŸW4XèQj‘ËÝ…ÎÃ-c|„¯½‹“éÉofôºââ˜g§b=þœŽ·+záííu§O3S³û÷ïWWUö0°_=uÑã8HZt¥èŽ ¸vý+,[þ¶-žã;h= [#),ˆŽ ×ѾxÇçFh?V|­ ”xÄŽvb‚¨¦¦ºXVajtE$àK ¥E’V€ ââfÆFؼÂüÜŽ¨“Vëñãc» ÝËZˆ¸ÜíÃé¸mºñÓÞ3?úË6(^þTÌõ}ÓQ¿eºaÝ6WÍÍôD­‡ý‚]7È]~ñ­ô*Ê˱F371<æäÙS'Z.hnb„+¹ï.U§¬¨0*<ÌÊÒLï²6’­´¹j–›YZRÜAuÒi½˜îB÷²¢.C»26–=Sëa¿`„ƒƒ¹-¾ƒÖzµ55Üôèa«yðà~MMµ|ÅÒ¢üÜìœÌô¬Œ´ÖËæçÊ‹²Ž¨SIëñ⢻ ÝËZˆ¸ aìâqè‘Zú·ÇGº‚ÜѾw­genwhµ^|lTw¡{Y Ñ—!Œ]<=UëAÏ‚ƒ¹-¾w)­wÌ..0i=€ÿ&=OèQZ #°·¶ôºî–šœØ™ZïoÛ¸À¤õêá€8þ«GÏÓzЧpÀG÷êê’Å®Nir¯´ÞQ›¸À¢õzäníˆL&MJ{_wë4­wÄZÜŽœ´ö ¼:¿¶oµÐ­´šÊÊŠüü\{kËNÓz‡­EíÈuë÷ýW]·^Ö¾Õ@W´Ð òs›¾¿¥´Þ!+Q{qÞÊ.Úõ¥‡÷²£®MÅïÛ±æ®Ï—lW¿ä£ÿ%—ÿƒ€Öº‘Ö;xUØ^¸Y/—f^xò¸RšqÑÝzE;ÖÜå°I ¬xZ››{ÚŠJ]Œ¬¹_ÿ8-6í¸UgZ">w#ÛÊ;ñ0£a@{ZèFZ ]øÇÒ'Ìvèû)µ%îe„ZÄ)\ þíSq¿þiFXÒ!Åô·Ëjë볃¶“…í‰U²[V]¦8ãŸg‰ÂS·¥™÷§'ê43¬ÓÂêê«’ÒŽ²´ õ€n¤õþ²´‘“–îŽV_„Z(L8ø :èn±ÖãûI… GpŠ“õ—ø,{ñƒëˆ/!½_nn'—n•ê_E$Ëb“µÙÂNã Mâ «NlѪAëé>!êÖ€Öº‘ÖÛoÎo5G̃¯~î02=ìÃÊÂ+ue×jegVY?ªvyXY[r-+z}¸ÃGË/pN†JZñ÷ëŸ>¬yZ/K>ؘøoPõÃúÇë«“R“)§ƒ+J?MñäQ~zþ%k•ª,Äæ ÕÒº'ÔXÜ­¬ J>Òxʘ_%i8õT*&ë´L0«Ü'’VWû'"sZ$Öß}ò”úŒò ߈¢x郇Ä_%™ù—©v-=ËëåfüMÕÏP×FÂè©…øJTYn-iÚ£âăWSCëžýfG)?ù’abÃèòüº§ds5‘¡)GÓåÝ|T[”t¨ #á?h= i½?Íx­&àê¾çlYÚ¶âŒ]Òä¯JÒ7Tüu·DSUp "ï¯J‰®,ýžçKW‡3÷¢«D Ÿò¨¾²Èšwïéƒ 2Ñ2%°º¾&5ÛUJÈ–£dÎÃ×2íî¤x¥YF”•Õ×ó’*UeAÈœú2©ýít³;¹¾ÙX/=INø«éT¹ÌþVš‘O¦…›p¿™@Wp¿þɽèð ïLÏ œùÞmW~S%¶·ÒŒ}ócˆÏ§ s­|2¬¢Ê+ëëKxÉ+l´µ*.*:Âà©@;þîÓúÇ¢<+ŸtËÀ\Özu™ÙºnÉÚnÉçì°ˆS0ìy”ÊϱôÉrK¬{Tÿ$-D. eR;ŸtSßßüG„%×øm ÿ@ëÝHëí3㵚Ì]nZÍv’µ¢4çHYÎþÒÌŸ*rwUäí­.ºTUt%ÿM´Ë¤›VsqN†J„fyOë‹sOÚeŠÖF'b%òÕƒ'uîNB“œ'øÔ s¥""kI}½4û¸RU‰¤Ì9Òðg‚sÑÓúÙ%K•Sxßn“™ô¸^E4G¤XgÖ—Ä'ý¥˜ó¨oÕ£ú{·®ñ‰<æb{yÿš+Tȱ*¶F#üÌS\6áq»æaù –)!uõU‰)é‚@©Nn,b.¶ÍR_+»¬?ís²ëë #ö·a0üèvZ¯²wËÖàÜ £8YO\-ËÒýÌÏÙ½['Z q´žªÖÛeÛF.˜ž»i5#Ì~d.ÿ¥Ù»d)_VäÏn w…ÓñYÖâ[iýÓ‚ôFqgcï=½[¢wUìU^_“’ú—Qüå¤Gõ§Mp¶¸ã>aɃûOëëŸ<¾‡(Î9f¬X•‰È­¬þa6.H¥ÄýCÜàXkg­z*vŸKQY½òq7-e¿bÎ}®ÒŠú‡aîñd©xýôÇõ•…gL*äX[£ ¡÷”,ûDtƒ§à²YRPm}¥8i]TŠÄ#¬u°Q ˆYrä½ú2~â¾6†žM·ÓzRŸïF“~©C~eUÏžW¢Á‹Va9#Í… Ê›2+eè«e¡ÛgØ;ϯt\ÜÚ¥Âî[z„ÖÛiÓ.œ46µ,Mý¹@øNqúö0›8¥ù‚ÆB÷²úû™)Æìºš‘ðði~jUÝÓ:û؆qçx÷ëk¥Mcö8äb›ÓrÜκ¤zc”ý·‘rU”~Ùß{,„6¶Vª§böº•×?ÍI<í(nâ_«¸]Š9÷ºHð_ánqd©8ÔGXë6Q¨cUlÊyÁäé^J¸yÇ+¸lšHj½Ä½tA —/ûwp-¡õ¬Ubšˆeq… ao; †žJGh½ª¢8‡¿¿}w戾äô4qÁª_.øå”µ»f)=2ƒlbÎI^i¦ÅÛjøíØ-Ï>“ÏPZ¯]µ^÷‹-=Bëí¸Ý^xYÎK š'Xš4¿çTÊXì[]_“”¸—ø3ö¢øR’Ùi ñŸ1ÿFÞ­Pªk½ÿFå“ú»îv1d©¸+ÙO°:j¨X•‘Àµë—”?©? ãÍsžÔ×I/š¨œº½Ó"=ùI}Mròþ+l•üáLj=×XòlìeâÑÂ‚ÓÆ Ù8VÅÖ¨Lžâ²IOê«ÄIû£w«ªþnZò>ºFwš§‰á"‰ g y¹O°v¾ “D,‹Ë ´ß`è‘´»Ö«Ètýu¦ÊÕXe—UÑþš¥<ëŽÖŽ_vëå–Weš¾”µž|†jÐzíªõº_lèZïwƒèöâ´‘v„㘢ÄÂGá÷œJ'†ß­/ç'ì!ÿÜi•æ›,u´%ÏÆ ª­Rid½Ë¡€xT.%ÇÐ-áœs²›ô)V@G®(VeHè—úûUÁéžiö‚êûõOsÂ…»Oai³ïYþ8-ÁýúúÇé‚l3Ïd=ï ç°ôã†Ê9÷8Z/Ì•²§Aë2RÊÆ©*¶Få¼`ö4N‹¯¾þQ /ÛÄ3Yÿf†'—A¼QÖ“ú‡Õ>¾)ú72ìo v)4{.în}ýĘ T{a̓ú'©Aš€“Z¯±&ÚYëUd8®JNJÍÚ…&fæfŠ#¼M/^ -ª$3”¦zøæõñê8Gï‘s>ùÃZ %5 ,êÜW‹gŒÔ›,¬6ì¥U{“JŸ5Ëó¿øí«š}𙾣ÆBMšEN5j½ÆCó—©ŠtjMëÅIŽ{WÎJ|fˆúšõé…X™¢×4…gqìáéÄ_sψÊ*«KfÛ?~ýÅá}ȶúŽÿÌ<¹ŒMë•¥yý³n¡&ñi¯s>;è’ÂÕ0渱„‚¾ZºD%S™ì¤ñWÚ¬å€ÖcÒz¿éGµ#7®Îç_wãê<®EŒ“ùë‹£…;éÎþå[]__cmßÇœ eÕ6üžÂã ’Rþ2PÌ… k½ºšœj2Ûý:^DRCòÔÃ¬ä½ ùãõ"Kóꨟx\VXxÞX9çnGRë]‹!‹Ä\"µÞIC• 9TÅÖ¨‚×Ìž^‰×,Í¿K–}ò0;^¼G?j§Uz¨ìõË ù¢¤}*†éD4yX](ÞG£„`Bë‰w·ë`èy´¯Ö«H6xƒÜÁ¿°'D¦š¡2Çë—I “¶õïÐÏ-RË›4Zêû7dyåTÖµ^]’’-#n5”Å]ZÒ‡Ìä.‘w™6ƒÄkÝ¢ŽÙÇ£Š[¦õ®¯Hä]¨-Æ^”ñOÎ%‚[tØ'«Œ¼6_,Ì-elWþN渱…‚¶ZÚD9GØìTõ·ÙПwïnNvÞv­·år8\h©Ö³±4Ë%…ã#{‘§–j¨ÎÑ釢‹‰¯ùybCB߆¯´Ê(IY)ª­ŠÌkßi6”R<¨/ýw³T—'è-éÝð C÷ô}ŽÊw³´¼u™ÿ汸ÙÑ“¦¾8–ºMqêŸ%òþÒf¨Ìv]7¬á»Ojøº.Z¯4îÄœ'Þ»’TQ‘á¼aLc ûi¨fÏþ—ø=»f c‹s(h«Í§mKá!GF;UýmÞrº55UXîá}`WÐz›/…À…–j=œ?7;‹æ=9J]O~¿lÖ艣>楷×í·‘ß«_šì~äËcHá1hÚòßLãŠ*T>ýQ¾‹²º$ñÚ¡/hök¨p䔟UùI…ÒD›ß–N¤äƒÆÔµ¦‰¥*¿¹ÐâÖ%wö½7uXƒ†òûÀÊ\Ÿ#oDCWˆKˆ”’˜£3Ð௼ŠXòtàv·(ñŽ“S`fE÷Øœw#kËÒ|±ßÞƒÞ<\PÕ Ëe!{g«üÌRYï˺ÖþÐ Ñž0BÊÄç£^Ë ÚÒb™àì\¤þ‰k!lŠ@ëÖƒŽ¬õ*³®.AhîQY“Ö Ø:û5àÙV¼,AoéàÑ+{¥—2n¤UótÒÀmã-ìÊt#k‹|{mÅß~Iö›¿¯-.l¹å%<µ¯½³Û;¯’Eë© °ÿ¸ÖkÑ­€ÖƒÐz­Öz¥ñÿÎî7ç$¯ìY¶ YzФœ}#­’ÔSw´¶²c,—04 ´h=´p€Öëx­W•ïñÍ+<ò·…©G¿œ7B Oa–í°•¨n¤ióT¤_Ûúö Íjäô2{õ!­CÞœ¤ÿP>oÝ…0IEu3Å—ÎÔ@WŸ°d‹¯XnoÜt¼¸?²DùY­,ß3ïOœÖ˜ò…ˆå™>'׿:¶/ÙÊÒ_ôÃ$•t;í—•ýÐüó¢r†,ï?WÍ?€l§ß¬8Oi’ñêiCz }Æ,üV;œò¢õÖ2U˜áöÛ²ÙãR¥†Îxÿw³h)e0Ë)ÆÚ8;"¯Ø-¯”Dëÿ°x\?ÒaÍE»ýe,"BaÀp`K(Zdp–i¨tµñ\,´Ù¹| Ñ6sѼrZ¶­f§ÙM¨ÿXM cØcuîoLP'Íì3lò‚OŽC²Ì Ž õà€´^'i=y$A{f >³Ðr¾}ËñìºIÍ:%SÜH3ä¡ö“s÷X^÷òt¸°q±_¾[ÇÎÍÕöÔÚ MÛQÒ|ñÝ®î׌~8’H.nÚøÊ$0"<""‚Ÿ!«R°Y~h®öîŽKvnnNfºVqRœv`޹bß'W[­Í Õ‘Ær=q9ûN•²aÎ3wïnvÎṕUÒ {Û¾7Îo˜‚ÐôäμõÖ6S¡™‹››ÁÁÏ_@hàJÄröSìµqvD^ë1Y^w|6ê=w«¡W@Ÿ»¥ÅÍÔr®ZÃã8xXB¡Ð"ƒ³ôC¥‹çʼ›¿àê5?:`tÍÝÑôø†9}š´C[ÍNʘé?kÛ^ó¸fväãQÏŒaŒUQè_s°.|凓N®îö7Œk4ƒMëq±­ õžƒÖ«Ê¶_¥æžj¼Ý.ßuÍ 4í`T©ÜFš1â¶?Ïa¥:šùw,¹Ÿ¬H1^ŒÐ+—“˹¯L¹òB/_•7wÏ[U®ã§ÐØŸ}$*‰š?ÝjH¬Hµx_ß"m^ë1ÞêV™iµ´zÃ$³R9'wk9VX]–¨¿´/š´3TÆzŠcmÛeµ\æ÷³&ö•cf%—›´^[(˜Ô¥œ³ôC¥«ç,«ýÐÄßüe*÷p2¶ÕÜtP®©Foª5ëÇO4Ðèù•*·’2Ï . õà€´ÞsÑzÅa»&©Lä¡ßÜ(’ÛH3æQÜOoŸ€ÆüìWDÖ\è½nš~0¦„kñj©Ï£Ð¤Ý¡ÅÍí‹ÃvOFꟺæ³&–%鼂ЫúÉå-Ôz²$‡ý_,?°BýF ¢ƒ³µ\+¬*KÔz¡×ÒÊÙNq­[»ì–Ëbµ>ŽÐÀ9ŸïÐñË*[£õÚ8xØB¡Ð"½³ C¥‹çГúgîªÏë1¶ÕÜt`®Œ±ÚE˜áFcË âb!Z8@ë=­ºs"êý–¶_LtT#ÑüÔ¢*y­Ç”GioLìúFoºCí%·¾†¦ˆ.æZ¼Zê·YMÜÌqoü©›ê^>±,™Ðz õ°Ö“-óå¢õJãŽÏChòús×üÂ"BÜŽ-TcÐz\­åZ!§Ú¤ŠI-g9Ź6ní6û‰de‘ÈóÒï+§ôFhÂ7V©e-×zmŽç׌AýÞ³Ì(gÔzòF±³Ú4xX¢$×¢”ÉYÚ¡ÒÕÆsUQèþÙ xý—sÖnžžN—þ×ô¥(Lm5;X>×cŒõ1c?9lâzÝÉôŸ sû6}E ó âb!Z8@ëu¨ÖS«”Dëý°˜úúz„ú ;£cvE¬e­yýµI¤YÃæ¬ùçFVù³eèOq4sNËe!–MÔ Šž¶b§­¸”íÛlŒjgµnð°„B¾E&g™†JWÏ噾g¿m´_mÐø9+ËØ¦gsÓMx2ÇJ&´ÙñÞ dŸ¹x¾üO?0Í Ž õà€´^Gh= kÂòÍ™ðCØŠçùöøIw´pÀZT Ðz õÐzpÀZ´h=ˆZ´h=8à­€Ö­ õÐz õà€£i=ßQß#úÃò4·½k¾:"cÉÓE¨ÌÕݳýL˜Œc~&×Z —¸Ï¥kž%IÎznIÅÏÇÇ®3=[:+ÐzpÀZ¯Ã´^e®Ï‘·¢¡« ÄäÏ(S?Eý•WKžÜ(%Þqr ̬èˆG‡è\k5\âÖJ—e!{g«üÌò9lÝ[ÿ戜#ì5ËGOzûÇQÄÏ<±ÀÝ~…سK5Ðð΄äWµÈGŽÝÍl@óÓ³3G<ÐZ8àè"Z¯,AoéàÑ+{¥—2 "Õ<‡4pÛx4î×Y×z\âÖj—Kx:k_{g·w^e§_)Zÿæ.ç{Í :(`ë¸ö³¡sìoÈŸäº÷­Ã?ºš^Þ9v7“\¦ggŽ(Ðz õà€Ž®ò¹^…,=ERÎ.ˆTò€Öã·ç!¯º”Öã^³|ôJãÿÝoÎI^Y—º†rLYArFqeøÈh@'NOÐz õ@ëÁGwÑze©G¿œ7B OR–í°•¨jÚ<é×¶¾=Cs 9Á‡Ì^}HëІ7'ià?Ô†Ï[w!LRQÝLñ¥35PÅÕ',ÙbÆ+–ÛÐ6/î,Q²¹Xh³sù¢%4læ¢yåv•´m1j½Ò$ãÕÓ†ô"*ê3fá·ÚáM6?»kN­ÿÃâqýH+5íö—µ1nÄC[Y¾g6,ߟ¨ScÊ¢2U—•~P <ÓçäúWÇö%«Zú‹~˜„’,aäÒѴޱǟ) LÊ;Â^³Bôò=¾yeƒG>À)pYÙÍ?/*o‘û`?—áÄä£|+-ôó+ËûÏUóÇ 3ö›µ#@¦4¢hK±…Z¥Âvœ•h=8à­×þZO´gê3û-çÛ·Ï®›„ЬÃQ2Å)Crëˆæî±¼îåépaã4<ˇ.ß­cçæj{j턦í(i¾øn W÷ëNF?I¤G7mhG|eÁÏ)<úT™wó\½æGŒ®¹;šß0§OÓ®’¡-ÆÍv…4ÆÁÂÞã¶ïM§ó¦ 4ý€²®,;>õž»ÕÐ+ ÈÏÝÒâfjyãV% ?4W {wÇ%;77'3]«8)Ë ;siØ9jhäŠ}Wœ\mµ6/TGËõÄå>Œ:šÞ;Öø3¤ åµcÏ2}*Ê"@¸ºß)ösNŒ>Ê·Ò²©Á:¿æì0s÷¾áfçž[©0¢J5jù ÛqV õà€´^{k½ªlûUhî©Æ»Èò]× BÓF•ÊíHó(~Lç°RÍü;–Ü‘V¤/Fè•ËÉå\‹W¦\y¡—/ˆÊ›»S®*ËjE?4ñ·¦ÏמÝ-ÆØ—Íve¦ÕÒ^è “LÅ[ïd~?k¢a_9fV¶SÜJr?€Æþì#a¿7O.>UdÍŸn5©Hµx_ß"Uþ=q…0r08ŸÎ;öøÓ„£…Üïál‰ÖkÖýN²ŸÃpâ®õ8N ŽóKyD1•âêvž•h=8à­×ÞZ¯8l×$•©:ô›Er;RÆ<Š{¿âàíИŸýŠÈš ½× AÓÆ”p-^-õùaš´;´¸¹uqèÎIHý3÷Õ'ƒÛbÜlË’ö±`üÀ^õ<5èSÅo/ŒÕúp8Bç|¾CÇ[,«lkܲÃvOFꟺæWsÖzÅÊEÊ’t^AèUýäòj–0réh:ïšQ4ôáfak=&÷;É~.éåZ}jp_Ê#Š¡Tkµ^[g%Z8@ëµ»Ö Ý9õ~KÛ/&:ª‘h~jQ•¼faÊ£¤õˆÝèMw(­'¹õí04õ@t1×âÕR¿ÍšhâŽàæµÑúgnt»J¦¶6Û¥qÇç!4yý¹k~a!nǪÑlΉÏhŠDž—~_9¥7B¾±J-kSÜd䮸S·i½]ŠEÊ’ %²PFëÉ…‘KGÓy×ü§Wªáhaë´ž,xÇ<¶|9h=z÷;Ç~Né5Zmjp_J#Š©Ôÿ³wàM•‹þXµÙ[AÄËP^pWAE½®{ ÈdyTöÞ”ÕÒ]Ж– •Q ´´Œ¶Ð=èÌh3ZEïßû?IÚš49i :Þ÷ù=>É9ß9ç[©ßKNÇ»úö¾* !„àz¸Þm¿‡ÓxçU³ƒ³mÞiöf°ÂNÇ\ÏÁÃ-´ê°iE£wöÚü—ÿ‚+Þ/»ˆæŸÐün1¹kÉ4-Û÷ùº¢ëÜ ¦ß#Ë |ÅÙ¶ë¿ks~Þ£Bô\r)ÿVú­ Íó'ÑêsË{8­›l~DZÉÒ!E{uI[;K+þãJGeÇžù«uöûßv‡8XCûg6ë=Ë©½¸‡¨Õ]¢î6¹^ÅÔß¡é$ÛFÇ\Ϫ޾¾JÍ(Ù£îêÛûª$„‚ëàz·ý»YôÙG¾ê(D£c–l öÛ¼dž{tžáwëú Ñö᩹2޹^¡c‡[,hõWü†ÖõŸžºÅ?ÈgÃ*¯hËö(NNí*Dý¾Ÿ/ô ö]þAëâo»–ùáfMS†Ïè,D‡ï‹–¸>zü Ï¢á-„Ó ÷í-õ›>;dÜCB44a…×îàÝ^\wÇk¬›lÑ?ŠÐ)]„h1dÆÆÀ`ŸU£û¹ç+¢5ŽËŽLedZg¯ÿmâ` í¬yïYÔ_5»»Ÿ›¼Ö'00ÐmR7á€ëåGÎzDˆ'7§éÐÛQÿ|¦“lt=ë 8øú*ݹWŠÃ]]:·öª$„‚ëàzñ› ù A³†÷jYÏø2mØ~Àäc i»6cß”g[Õk8Ä'K®Œƒ®çØá¥$%?v˧}š ãÏ7ô”Uêmêáï?aúÍQ«a›nƒgžPÙkŽyÌš¦ÏX=¢ø<Âé¾V=?ôI×Y~•Gèôí\Lîíôüøí±ù·Øo%Û›×1l®×¼ïDÃ-y¥›œ_êò“÷þð¦éçvO~¼âD¶®¬·Gh¹ÖÙéÙq¬†vGÖ²÷,Þ÷Œö= ³é².-:?3Ê?E_Æ[`§§<(¼¾;·À±½õú;0dÛè ëÙ¬€#¯/ëÓÊMN»Ú:·ôª$„‚ëàzô[ê„T»dø q©÷Œk‚ž® „‚ëáz¸!Õ%ÊQ[ õJÓÒ„Bp=\×#¤:E¯Ñðe„Bp=\×#„B!¸®€ëB!„\ר¤®§M ˜<ü­Y¡ªŠþã£Ï:¹jÒ˜ù§nÿ…t™Ç—½(LÅ_xr{¦Y^œßê€8uu~ÕBÁõp=€jïz¦_v~ká§™•‡>n&š~t°B–f¿­|»Ï\ÖWÁßtT¡“»:7Ɡ­ÜØÍë©W\>âë{,UW3ÿw[¦Y^ä‚.¢ñ‹óC³ ªë«¦´TÞ¦iSç!„àz¸@åu½££Z‹Ö_ÅõŠ;çüÊ7vâÞLýøãœáÿF³’¿–÷4íÔÿµ±+ö'ä—·žÊc£ÛTØ Ö×3tiœÿä§›4~yk²¶z¾jJåvM›>ý!×Ãõ*­ëåŸû©«S·9ç5¸Þ]¸ù0mëSB´ûtsðÞ½»}ÜWÌüèéæB8õž´/CÇbû®L3Mv|ŠZ_M_5¸!„àz¸@r½‚¬ w{¿”ecÍ–½s°“è¹(Fkø|\ò®QiY¿–ñuíÜö©/6ŸWÛ<¹:zÛøç:¸ŠÝÿH¿ ÌV­šÄ ï^ïÑÄp—ŽÛ“gð܈5#žhídë”çÚàd¾@y!`ÝŽ‹*YG+=mä†ÃN3Ëœ~„Bp=¸;®'ÿïóæË9“[uŸèæ¸Û×uÆKM…èòm„ÕYè3÷ÞVˆ–/OwÝè³iö{Ýê–¬ZsOê,êv±ÔïПo·7œ!\•5»«¨Ó}Ôú=G‡º»íOÔ–®°òôÌîµÄý·|G@€ïæUQÊ¢ú<üÙ²í»‚vmþÏ?š™ÕÇö…Š›0É}÷ž`ïÅv2hÇsWîðß>÷M©Ò¦†å•r(ùV;Pm½.Åûfu»®Ê ùºs–íÎ,Óõ ô~¯7./ûdÛ~jz·Z¢éóSÖùúo_:²³pynu¬Ö–ë5ykã±°ÓaaaRTev`YgÝÆmÜ»/`‡ßé ½õ–rfq7nÞ°cíŒa Ñ`ðúKZh{ÊÙ™fWÕr°tʳÞn^A‡ï÷]ô^ifM·–*õªÑÆ.àÒà¹U1yé~ï4­Ûm𭝔±1m䇣,דŸ~„Bp=¨®WrϤ>a]!]Sj…Yæñ¼“h÷Uñ» fw£¤{ qÝçßö–å?¼¡è4#<+ä³–âþ·|Rõ2µ-Èðyµ¾hõÙÁ\ù{8õ‰®OÖ*ªÜ…ò-Éôì,ù>Ò¸ðÖ%lxBˆÞ+âµ6\Ïf«UeU»P›à>¬‘x`LHvÆQˆû†mKÖØ¾‡ÓÒõ µ—–õ¢ó·‘yEmoù颶ëÝ^pmÆ„*m¸žÜMt6;ÐÑ3ËÜ1[¾Ñ,u¸æòšõDûñ'U娆yçÛ™fŽWUöC‘úTµEÿ©ú*üª),PÕ£ö=O.:§HØ4¸è4!$» ¬{/í GY®Ç=œ„‚ëázÕÃõ •G4í'ž,uCšúäøöÂyh`¶õ'Ô§&´·úûÐèÝ} UäÒ— Ñ Û°q+÷ƪ¬>*¥>5ñáüª–½Ïë™ÕGöB–‡¨OŒi+Z|¢0ž0gïÛ÷‰‡gœÍ³çz­.£ÚÚ´CŠCw¤(ŽŽj'D¯…µrŸ×³v½G‹\Ϫ횸•½…xlM¼Öq׳َžYÆõÊ7š¥×\^*µ°¯k’¶Õ0bùiVŽªZšQœ÷Ô×zµiP[§{ïÅâ_e_5†äü¼•¨ûÔ²Kʨ» ÑqâIU®go8p=BÁõp=€*ízªãÚŠæŸv`Õ2²¥h7îDéU«aiê<4ÀÖªõäøv¢ÎÓËBÎF„'âB¢Âð^ƒ^¼|ìàu„hû®G¢ÆÆJøÕû®÷W}d/TÊõ UmþÉ“ëåxÿ~ñÐôµ}׳lµÝjë܆Ý'Z|”‘±ÿ˄ˠµq‡\¯àŠÏ°ÂyˆáNSšµ]oX{÷Y].׳ՎžYÎõÊ5šV®·Ìèz‰ÚrTÃ|ˆå§YùªZœü¨Ù=„xà…»BN……ÌêS«®W)_5RT¡“NO-:§ŒYöŒ“xhüá\}™®'?vš‰ëB®‡ëT6×{3¸ôªU½¸‡¨Õ]¢î&W­W¼_vÍ? ÎÖ[Ýf¼Q­Ù‡Å»lÝuv~ž¤=—\Ê·¼ÃÍó'Ñês{÷pš×GöB·ÝõìV[Z'§zý³i­‡&ÏÉýyÂõ¿å¢/ÓõtéûÆ>,D“÷w¾›ÅÔŸRÛ‹FJ—´u°³´ª>^êGuØ´Ž¢Ñ;{6ïá´ÕŽžYîÎrf©Ãu)Û ×þ☲<Õ0bùivSUÕgû>_Wt{!Ïø4+ðgY׫"¯šÂ¼È¹}êÕ´2V•¸õÕ{ëtvRaý…0¥§Ýáo¦ÝéG!×€;êzº„uý„hûáÆÐTË/WGÍî.Dãç&¯õ t›ÔM”oÕZX 89µ«õû~¾Ð3 8Øwù­‹áúì#_u¢Ñ€1K¶ûm^2Ï=:O¯‰óY´Ä-èðÑã} o!œ¹§Xþº™>;dÜC’þ š°Âkwðn¯ ®»ã5vê#s¡ÛëzeWÛø#yt|ˆB¯89㱇ÞôLÑÚr½¶oØ´ËËméôõojøÍ…‰{‹sA:¥‹-†ÌØì³jt?áùá3: ÑáƒÅ; =±gn¿:6\¯J½jò"~xªÃ«›âóuñ›‡uì?ûŒÒÖ'­§üpØi¦ýéG!×€;ézÚŒ}SžmU¯áŸ¬ÒÿÔí1z@;gÓË×¥EçgFùßrtÕjøÎöà ÞÂôõþ¢VÃ6ÝÏícÞÞ8±îï6ü‡}iÚò5°ôËM3‡«ji=¹«GŸM8Ýתç‡>éº*þªÑ—ý§ÀÆ´‘;Í,súBÁõàι!w0Õã‡ï !„\×ÀõÁõ!„\p=‚ëB!×Àõp=B!„‚ëàz„B!×Ãõp½Šˆê‚Ïš dí]ºº>ëäªIc柪ܿõœç·: N-[@›0yø[³BUÕo€ªÞ`Ý‘ ë2/7zQ]A!×Àõî¾ë)}ÜL4ýè ùbOŸqð?Ï4†¬5þVµ^qùˆ¯ï±TÝ-­*ËsóßÚ®´É‹\0ÀE4~q~hVíÆßò~k¢T?«B'wun:Ô½ S“ï±ÒdûÄíùpŸÙ`ÙšN•ïÓˆ6»*îsŽ4 Uâ…F!¸®€ëݤëÕZ´þòè_‹sÍ¥Õîmþü·{’ó‹ËÝÆ²ÌÍ\¨<'©*Kм8ÿÉO7iüòÖdmY®gÖÏyçW¾ùø³÷fêoªÇ¬ÈÆ¥»Äíw=«é„ëÝž™V1ŠëB®ÕØõòÏýÔÕ©Ûœóf¿®S%'äjoVÓj”ë¢ÉŽOQëËz_ÏF?ßtY PåQ§›h&®W-»‚B®€ë9îzšÄ ï^ïѤ–ô"uypà¸í1y†Ï%ï5à‘–õk_¼ÎmŸúbóyµÙ)–ônï÷‚²ì]Å(%tœz&¯ ?nÃî«mx^·EŸ÷—ÎÕ•q!'±¬¤:zÛøç:¸öÞÿH¿ J– å¿–>7b͈'Z;w´ì7ñg‚©M=8çÇZÕ3¶tÀçkNåêmVöÎÁN¢ç¢mé3ÈÔJÎõÌûÙÜÊÛc¶§AÚÞo†ôlSßXЩ˸£ªRÒ!?¬¶[j}BGË|:Ét‘ýÖ¦žÿ^¿6÷ŽréðÚÚ½z:6ÿíUX¦sšBVU5v»¸§UK[õ‘} ?Ó¹eSîëúÆÌ¥3ß{²½áµ÷x{ñ)S§98g©vy»‚B®ëz¹Ç'uu»ŽXêwè€Ï‚·Û ÑåÛp•i(ºOtóÜíë:㥦†íj›o7”]Lî*ÆÅv“·6 ;v!EUP Sžõvó :tx¿ï¢÷:ñðt“‰È_ÈÆIÌ?›–¹ÿó¶B´|yºë®@ŸM³ßëV·d ZîkåGÍî*êtµ~ÏÑã!înû­LMyjz·Z¢éóSÖùúo_:²³pynu¬¶®'S+Yדy÷§|=fwt·9pï¾€~§3ô®goXm·Ôú„Ž–]d¯‡•§gv¯%îÿû¸å;|7¯òˆR–]Ï2'¶½ ÛîG¦ªšêóðg˶ï Úµù?ÿhfVû/áIî»÷{/þ°“ô?áFÏM\¹#ÀûÜ7¥Jwš–çðœ)»Úåï Öc„‚ë@…º^Aº×Ñ}nñ­qYþÊN3Âó-ß¾Ñ'¬ë/Ä£‹­Äıb²W±û¥>Õc@mÑcªÞî…잤 Íãy'Ñî«â·!än-sìZªÏZŠûßòIÕËõg†Ï«õEËOä½ï™èö‚³h3&Té¸ëÉÔê¦\ÏÁsp”º„£ÃjåPr÷"::Xr]$]Ó¸´úì`®{Yåë);±å+,×9YŽM¡ÒU-UŸD×'kÕÇÁ±Ëôì,ù>Ò¨‡º„ OÑ{E¼ÖÑ9SöÌ/Wä³$#„\*ÒõÔ§&´·z©6zwŸ¢Ôš\ypD3Ñ~âIµýÉ“½Š MSÅyO}­W›µ…pº÷^akEZêBv]O}r|{á<40ÛÖLjÊ-UäÒ— Ñ Û°q+÷ƪôÖý9ñáüªVÉgîâVöâ±5ñZ‡]O¦V·æzö{ÌÑi`yZG‡Õa׳;Xt‘üu­Æ¥|®';±å+,Û9åžBe¼Ð;õ‰1mE‹ÏBÆæì}û>ñðŒ³yÏ™2«}]Á’ŒBp=¨P×;9¾¨óô²³áʼn¸¨((½ê ÙR´w¢,׳]Lö*VÒ‘5»‡¼³pWÈ©°Ð€Y}jÉø—م컞aé<4ÀÆôf®ex#I¼|ìàu„hû®G¢ÆÆå^ øËõâ ®×gµäzªãڊ柶ïz²µºU׳×cŽNƒR®'w”–Úw=ùÁr¨‹ä¯k2³q1ÆñzÊMlù ËvN™SÈfUåëãàØ«Úü“#&×Ë=ðþýâ¡éj‡çŒc3¿Ü]A!×Àõ*îNãWÍ> ÎÖߌÄ9XLö*ê°iE£wö–8K¶ïóuE×¹L?î–øŠsÙþeu‹K_ñ~ÙE4ÿ¨øÒfKЛ¹–Ù[Kçç=*DÏ%—ò­/×êóƒE•Ñ%mì,iÕq¥tÚèÅ=D­þëuö\O¶VÖ®÷fðMºžU9: JÝÃ){”|KíßÃ)?Xu‘üu Ò<_p2ŒKîÍÕSnbËWX¶sÊœB¶«*[Çî6¸ž3ÿf»‚B®€ëUÀw³è³|ÕQˆFÆ,Ùì·yÉ<÷è¼Ûìz²WÑ_ñZ_Ôzêÿ Ÿ «¼¢á3: ÑáƒÅ; =±gn¿:eû—ÕI,?¤89µ«õû~¾Ð3 8Øwù­‹ß×+ÿµ4q>‹–¸>zü Ï¢á-„Ó ÷”R¿§ÒEˆCfl öY5ºŸ‹p¸"ÚøI%uÔìîB4~nòZŸÀÀ@·IÝ„­÷õäjeñõ§ ëú Ñöᩚ›p=ësp”:­ÜQvZZÆoÈ–c]$]}vȸ‡„h2h ¯ÝÁ»½6¸îŽ×8^O¹‰m§Â2Sö²YU{£éÐØÝ¢ë92óËÛ¬Ç!×€ÿUôo.ä'ÍÞ«e=ãË´aû“)n·ëÉ]EZ·Çnù´OSaüø^#ƒ²t¹«G­Ì°Ê¶´Ì߉“,»ÈN›ªjQ¯y߉Æ[X¬§‰m§Â¶:Ç¡)d]Uûõq`ìnÑõªv9»‚õ!„àzð¿*ú[ê„B!×\B!„àz¸®G!„Bp=\B!„àz¸®G!„Bp=\ êºž6)`òð·f…ª*èoNEŸ¿ÒFŸurÕ¤1óO©øÿÎí±¼8¿Õqj& !„\רé®gúUî·ö(*èoNEŸ¿ÒFæwÀKG:¹«sÓ¡îÉZiµ¯¸|Ä×÷Xª®fþïÉÁ+c¾E.à"¿8?4« 6ŸB®‡ëàz¸žÅ[*i[Ÿ¢í;óÿÚ˜îÇ.¢ÞK~9ºtÏ;¿òÍÇŸ¸7S¯/TÝF´þò¨ ×»¥)ç?ùé&_Þš¬Åõ!„àz¸®‡ëIÔî9íXŽîŽºžyp½Û&;šìøµž÷õ!„àz¸®gr±ü¸ otº¯¶áåZ·EŸ÷—ÎÕÙú^Úáùïõks¡˜K‡×ÖÆh SÎyç±Võ ÛðùšS¹z[®'WL—¼kÔ€GZÖ¯eü[áÜö©/6ŸW”µË°BN úîõMjO8pÜö˜<ÍÔfÝà’¢-Ы"=ÖïŽQém¹^‹}ïMÞØ’ ±åzŽ\H½müs\ õ¼ÿ‘~=˜-Ý容¸ »p~Å?§ØõJè8õLÞ­ô¼.mï7Cz¶©o<™S—qGUÖ[äÚ¥ÏX3â‰ÖNÆoÙoâφ’º”€¯vmÝÀT½F_»9BYÒ“71²vzÌñªZÄ‘ ,S¦”hgïì$z.ŠÑÊõ¼òö›ìà„q|\d¢Ï:å¹68Y£/P^X·ã¢Šõ!„àz¸@Mv=ò¬·›WСÃû}½×Aˆ‡§[éFòôÌîµÄý·|G@€ïæUQJiã©éÝj‰¦ÏOYçë¿}éÈ>ÎÂå¹Õ±ÚÒç—/fTÑ}¢›àn_×/5¢Ë·êBû» rOê,êv±ÔïПo·7ì W•j£.Åûfu»®Ê ùºs–íδéz½—Ÿ=<¥[m§~?†«J»žÒgîÿ¼­-_žîº+ÐgÓì÷ºÕ-Yº—Ñps×kòÖÆca§ÃÂÂ.¤¨ n¥çMýÖmÜæÀ½ûvøÎÐ[o‘iW~Ô쮢N÷Që÷=èî¶?Ñ|Œ6ï رvư…h0xý%íM¬s¸ª–cíÈ–)cÏõlõ¼òöf¬ƒ¦<ã"mìò. ž[“—î÷NӺݦ…ò­/„‚ëázÜÃi\ˆ¦z ¨-úoLµÔ¢‚ ŸWë‹VŸÌµÚØòÓEu‰n/8‹6cB•ç·WÌ\y ôú„uý…xtqLi²ÜUî5ÄEtŸ{^c:a–ÿð†¢ÓŒð|‹÷Â܇5Œ ÉÎ80êqß°mÉÛ÷pö^¯UG/è":;”U`æzŽ\¨ Íãy'Ñî«â·ZÌnÉs´ávïá,wÏ[ö[a-ríÊ ù¬¥¸ÿ-ŸT½ÅM†–‡k.¯PO´Ru“#k§Ç¯j¾ì}¹¶'°lyw³ÙóeºžíÉìà„)׸ÈFuvVÚ÷<¹èœ"aÓà¢Ó„ìVA„‚ëáz5ÔõTqÞS_ëÕ¦Am!œî½W˜ôÇ¢¼úÔÄ„ó«þYv7jâVöâ±5ñZóóÛ+Vjm¯<8¢™h?ñ¤ÚzÙo¶K}jB{«¿3ÞÝgæ­Ú´CŠCw¤(ŽŽj'D¯…µrŸ×35V›¸ýÍ&¢õG»“Ζ¸žÒ«OŽo/œ‡f[üÊцÛu½r÷¼®'Û.UäÒ— Ñ Û°q+÷ƪô6×\^ú¨}]“´77²vz¬Uµ´›2'°lyw³Ù󎻞Ådvt”g\ì$÷àç­Dݧ–]RFýØMˆŽOr''!„àz¸@t½ü¨Ù=„xà…»BN……ÌêSˆë¨¯”2Ž –5ñ†¥~ŸÕ¥]O¾XéåqÈÈ–¢Ý¸¶\ï¯]ReÚ‰:O/ 9^œˆ ‰ ó7/t nÃî-> ÊÈØÿåÂeÐÚ8]×+Ðë¯~ÒF4}ã§q‹]Ï ™Z74@néî@Ãí»^y{Þ׳Ó.½"&xùØÁêÑö]D ׋[ft½Díͬ+_U‹ãÈ–-£:1®­hþÉa®g«çí”·7™œ0åùW·*tòÃÂé©Eç”1Ëžq?œ«gD!¸®PÃ\ïÍ`ÉŲ}Ÿ¯+ºÎ½gÜ•øŠ³õR¹ Íó'ÑêsË; ¯x¿ìbØXô&‹.ië`gIZŽ+-Îo¯ØM¹žé.¸fgÛ[ÁjR½þÙ´ÖC“Žçäþ<ááZßòNÑÛu½Â]ÎÁÑ Q[ßÃéÀ…L­kþQqó[òl¸:lZGÑè½6¿³´Ü=ïÈ=œe·Ku~ž$t=—\Ê/}¸.e›áÚ_SÞäÈÚé±›ªªCX¶Œ&zqQ«ÿºDÕ=œ¶zÞNy]ÏÞ„)׸Ⱦ´#çö©WÐÊXUâÖWï­ÓuÚIK BÁõp=€šäzº„uý„hûáÆÐTeøŒÎBtø`ñÎCGCOì™Û¯Ž[àôÙ!ã¢É  +¼vïöÚàº;^S ÒEˆCfl öY5ºŸ‹p¸"Zcy~{ÅnÊõ¤Êùª£ŒY²-08Øoó’yîÑyÖmL ñÈ£ãCzÅÉ=ô¦gŠÖ¾ë™Î,Ù^ñw³8t!ÅÉ©]…¨ß÷ó…žÁÁ¾Ë?h]òUŽ5\Åoh}Qÿé©[üƒ|6¬òŠÎ¿•žwÀõäÚ¥‰óY´Ä-èðÑã} o!œ¹§½Cg,ë¸Û{ÕØ§Š:ωÌw¼¥ÅG¾Ç®ªÅ{vL`ù2ê¨ÙRó?7y­O`` Û¤n¢ØÝl÷¼|yÇ\Ï^óË5.2/í¼ˆžêðê¦ø|]üæaûÏ>£,ú~Ît¿÷Z‰û‡¸ÆkXB®‡ëTk×+Ðfì›òl«z ‡ødés#VxÂôÅòB8Ýתç‡>é:«Cò‚f ïռޡP½æ}'š¾?yïoš6:·{òã'²uVç·Sìæ\¯¤2-ë«Ü°ý€ÉÇl¿y¡³z`×õ ôYûF¶1ûÍG.¤M=¼àýâ¬Õ°M·Á3Oó†C ÏÝòiŸ¦Æ£÷”¥¿…žwÄõdÚ¥ >°‹iÜÛéùñÛcóK¾^²EßÇÛ;$ Ûðö¥•ôØMŒ¬s¸ª–ãèÀ¶SFí1z@;gÓ—Ÿå_ü°Íž—+ï¨ëÙ0Ž‹Øz[Pr½w[‰Fƒ]ãp=BÁõp=€jîz„8›þE!„\×Àõ®G!„\p=‚ëB!×Àõp=B!„\×Àõ!„B®‡ëàz„B!×Ãõp=B!„‚ë®G!„Bp=\×#„B!¸®G!„Bp=\×#„B!¸®€ëB!„\×Àõ!„B®€ëU˜ëI'!„B©ä‘[Éhµùùyê<µªæDj¯N£)Ðãz¸^Ù®G÷@eFÎõ4ùê‹çÏmÛê¶rÙ’’UË—zºo9)-q=\Ï×»qã7B!„Ê›®§ÕæK¢·Éu]JJòüñgÍà÷ßo$%%nr]qF«ÍÃõp=\B!ÕÌõòóÔÛ¶º¥¦$ýYóHIJôtߢÈÍÁõp½2]ï·ß~•¢Ê×zŸY°åà¼MÈŽÔížÁgÔù:ÓXB!¤$6]/O­Zµ|iÍyGÏâݽ¿­^±,+ã ®€ë•éz¿þz]ŠgPØá°¸Ü¼B¥ö¹ÃÉÉ/iäœÓéwåð»iLc!Å´D)yJng®)ά9®‹s“W¶^PääDN{XÜ;|o’´]­ŒØï·õpZ¦co"ŠKs{ˆÚ÷I¸+‡Ûo~^EEÓXüR¼D)yz¢9=¥«sÓaži…×~¹¦Ž?ºkghFám<JAܲGEíA~Š[9‰îÂÂgë‹Æ/-8­¸f»ÀùYŽÿܯ’çýüI3ÑtDH^¥lÎíŸl·XUæêž«Õ·ùwnn“ ®‡ëàz7íz×®]•"‰F¶ZŸ­J[ß¿ô‹·Ñ;û“²Ï/|ãñ§Æî½¬ÒggŸjp½=‰RùÌcŸµ-??š"=¾É#ÉÚ³>ñwåpë˜7_]Q‘†À4RLK”’§ÅÉÞ¬d\îiÚ©ÿëãWJÖ–.f+ÚèUo=þì¤ýÙW¯^Ë;1¦h=êxž#V¿è/›¹·xmBÀ7Ï4iüÏ´[{Ï}/¹ÞÛûTÒã¼ã£[WX‡ßrslO¶«žO Ñî_^)º¿6ê.þÔEÔ¼KQ¡Ue®Þá¹Z}›/ó‡”T½T*×Û´'æ©Q^}Gn—þ+=Æõp=€ÊîzW ¥H¢‘¥Ôf)RÖI®×îÓÕ;÷ì 4eoÐéŒ iWI²"¦v ßJ_ùÙàzŸýœl^àÖ“m”5¯¸»rxçë)Ó&M™f½ÝàzƱR´D)~Z”Â+†åwû϶ìÙ·?ÈÏcå·#žn.„SŸ¯÷g–.l'êâõóÕòUm¢3- }soÃÙt¹‰iù…¶vi¢Œ®·W%=Ö^˜ÓÕ©ÛÜ‹ºJÙ{“MˆÚN?®((Ú¨½Päzw¬ªÌÕ;0W«oómÏmRcÇõ$ëùïåÉQ^~'RvŸN[ä{þ‰/¶ý÷.ëàzºÞÕÂ)’hdäj3rRÖ>!D×¹'3µ†§%É<ÿ}WqÏà]—¥ÇS$×{=(Nzœöó§­þz™?8étrvŠÏÄÁ][Õ7npê<êçDÃá ;¦½Öµq-i“ËGn¾˜œky~)W.¸Žô€‹ñćûvm jðºTtõ[;<+yç÷ÿìÕ²žñð. Ë1nÏÉ>²ì£ÇZ:ß$kÑ竹æÍ—«UÃ3¬+™«4yš©¯&NžVj—4¦±bZ¢”<-JAº‡´üî>?V[¼EŸqp|g!šý+(³Ð´E—vhî;·24¶þƒ>_{ZQ`Ü®^Ð]8¿+=V—ÖÏ%tœv&¿Ô…téG¼ß¯í=†Ý.^[«µsf}ú¾©Cz¶)jx—qÇÔÖ[ H þîõMj8~{¬á¢гkG<ÑÚØÛÎ-ûM:ª2œ05à«][7(z[¹ó ã¶œU”ÔM®)»F x¤eýZÆ£œÛ=ýÅ– y%-Ê‹Ù>þ¹Æéqÿ#ýzHÓcOŽÍÊËUÕ"š¸otº¯¶á º-{y˜B_z°ò#M®§4<Íz·÷ûAÙW‹;¿õ—Æ IÉÙ5ÄIô\«+³ æ‘kN¹úÙ‘ÉÖb@ßûD“án‰¦)§9op½—væÚ¹–ãUe®V’¹*WÆÎ\µÙóUen“*˜Jåz}Gnßšò­Û™y^Q½?vÇõp=€Jîz¦Ç’h\ÉÕ\ÉI^#¹^—¥«R2MQ§KÛ3Ïegç%éqF¸Éõ.K®×øu× ŸCþ|òXLnº±¤è2v…w°×¶-!ii¹YAcu»¾7ÏggàŽïßh/íþúX®ár%ÉI÷ý¸­´²|aòzwo¯å3ßý[]IÖvÄöÞâá9û'w«%š>;aÍæž?}ÒûáòìÒ‹)¹šä“ß?"êtùl­×¾£Þ[VÄËm´h¾\}¬nQCc&EïþûK1êÞTó½Ò” i‰RzÈôi[®£ùkcA†ßë …ËË>™†§ÊSÓ }~Ê:_ÿíKGöq.Ï­–ÔP_¨¹h\?ûçH•ÇF·MÞÚx,ìtXXØ…iqj~!åé™Ýk‰ûÿ>nùŽ€ßÍ«<¢”ežYt·9pï¾€~§3ôÖ[ rOê,uÚˆ¥~‡ø,xÛÐi߆«ò£fwuºZ¿çèñ@w·ý‰°ûÄÍ;v¬1ìA! ^Ië@¥£ÜüwûºÎx©©ájc¿eîÿ\š-_žîº+ÐgÓì÷ºIÓc O¶ÍÊËTÕr,tʳÞn^A‡ï÷]ô^!ž~&¯Ô`åýNr½·ö(Jm7v~ë/ªLO³w–ÖËbÊh‚Å4oN¹úÙ‘ÉÖ{ùÙÃSºÕvê÷c¸¡Âùç~4¸ž_Žüµ®*sµÒÌU¹2væªÍž¯*s›TÁT*×{ìSÏà ãVŸ±ét¯6ãz¸@Uq=ÉéÒM®gÁ+bó%ƒûÎ(;’=¥g„O.v½ô´Ÿ?i%Z~/=6ż¤1i—·?ï,þ6+*Ù´%aç+ E‡É§“J‘Ê\r¶žhýÅ‘¸¢“\ü¡»AÖbnýðx¯—ê‹æí½dÚ•¿jÐ=¢õèà4MÜžO›‹û‡z$¥šÊæFóFÉÖǪá¥b½Q_M0Iôè±¥§&O-)ps®W¨½´¬—¿Ì“¼ÏçÕúÒpÈ5íÒ%º½à,ÚŒ UÚX?ÿµ$³Œé$­>;˜kµ±ì3›bµ¥ Ýkˆ‹è>÷¼Æ´%ËxCÑiFxVÈg-Åýoù¤êÍëPêpÍå5ê‰öãOªÊQ }‚áfäGÖ™iÏ;‰v_ý\Ô^Mì’žëgGªš/÷:Ò§z ¨-úoLÕß׳Ù‹’oNùúÙ!×[¯UG/è":;”U`æzŽt”½ª2W+Ï\•+#?Wmö|•™Û¤Ú¹Þw–Þ»oÜûÑüÃcWëù¯ Ü%p=\ÏA×ËÏSK‘D#!]‘·¼¯íG®Þ¹Ï7Иà“)Š„”ð÷¼è%•I:9ñ!ÑpØ®óÒãøƒµ-F¸(=6ż¤1Ñû¾jcõá¾7Η"•Ù;¦p~Ñ3¹ø$‘ßuµŸñˆ¼ ‡m+œ_ØšT\8ûؼG¥%ìœ39 §¾t¿ :ý£WäÅ4c›Í%[«†›gìÄ)R±±&ÛÙ( i,¤˜–(%O‹¢NÜ,­ºþtNa¶Qy~qOÃ?ćå¨sŽ{@8ÿÃ7µx¯"z©ä}VÄ(ó‘s$}Ù7]ÚžuøËÖ¢Õ燲Kß«“ØÜ(sfS¬¶äÛÞªÓýswFvØ¢K½ÝõÕ1ËÏg«m®¸°Pjáck.+ËQ̽6íÇÍ‘®~ô«öÒ2Ó/­¸z羦u[Z¹ªjÑKÙ·Múh›µ…pº÷^©D¯%1JËžÌ9=ÓðF¥z¸Tç§y¿è$éû9¥ueÌš`1òÍ)_?;2ÙLíR^ÚúFcÑêß;/Ÿžõ7Qï¯tÇ:ÊnU™«•f®Ê•‘Ÿ«6{¾ÊÌmRsw]o}à…'FnëóÉÖÞ»õ±å¹±^ËwžãÛ óõÿÔ­Û»k»¾³¦Ë?WwwõJï0\רl®'ýµ”bp½´œ„ÔK×ûÛì#É9†§%I3ŠÌŽ(éqâ £ëíer½+¥z8ëȘ¶¢Ùˆ}™¦§©^†õð¼(…ueÌš`=6›S¾~vd²·K•è÷QkÑäµYc–\oGšce¯ªÌÕJ3WeËÈÏU›=_eæ6©‚¹»®×÷s=ÂyGJYèuvÞö³#~n‚ß?¾ ønóé9žá?y†K¾Y¼Ë[Ëq=\ ²¹žZ¥”"‰F\Jv\rì2£ëJÌ6<-IbØtId^ØqVz|‚äz¯úFIãBF? î}}g”Í’Æ\ŽÜðL=Ñ䟾É–ç4Ëå(·AÎfeÃÿÓU’5÷ˆ[?ܸ«ù¿‹j˜ta™ô¼Å'~—Ì϶ÿÛBtÿω+¶7š5J¶>V /o¤!0…Ó¥äiQ”ñ› ®÷cdNñEBà¨NB4~Ç/Q¥Rª=;‹–Ÿ§íÝô¢³hõÙ¡ ¥:'â'i­5Ä;UÚžulrÑè­€ôRç7F¿ù¹zÒI‚ÒÌ7:xfS¬¶HçTO4ý`WŠÒÆÉ<ó£´Hî±à\vé×Ý^r-?=˜Qžj\Ùÿ‰´˜}$«¸òÍJ®že\@z¦ÜdU•)ÛÕ]f‡gŸ&û¹GôZ|1ײXö©’ë½¾«t'çœ×]Ôê·2Fa|šâõb=Ñ}nd®Ê^ÔVca³9åëgG&Û_íR¤ñ€µ…ÁõRë({Ue®Vš¹*[F~®Úìù*3·IÌÝu½^m™¹éÔ3c¼Ÿíýä(¯'¾ÜÞwäö~_ìxâËýGyIŸãóôß¡3‚: [Œëáz•ÍõTJ…I4.'g]NŠYjp½Y‡² OK’pzšAd¶GH£æô¢õ{ówGG']Z÷R}áÒÔòí›6¬üa}ØEó’¦$ÅïøäA!îë÷ñÜî>[6­ùÏÌuã,ÏŸœ´ó«¿ QÿÑý¸ÜÍgËÆù¯·dÍ-üÖONòcø¦ÊãWmôpÿaÄcÎâžþ?…E'gE‡ºÏ˜µn“ï^_o÷¯4õž]žas£EóåêcÝðrFÓXH1-QJžE·QZ~·ù÷jo_?/wדßë×DZz÷럘k*“vxâ#B4iÊZŸžKG>î"î°("[Ú•nZk¥Γ°ýõEý''­÷öó\³t«±À_WIÞ7º£äÏŽY¼Õw§ïÖ5«|/d;xfS¬·(’÷~ÙAê´§¿˜¿Ågç®íëæÿ°!"K‘}ÞsÎ|W¿=yÎy­¹¨÷÷—rL‡‹FRÙM>¾[—ŽêßPÔé3ëT¶ã ”’¾OZL¶}8ÓxÔ‘¯»HÓã±çlöÞ¹kÛ¢w[I HäòTÕ| ²O|ó°¾3o{ðÇwÍ~¼Žxtñ…ËÁʽ°âqi°>Xsä²E÷*3O}ÛMˆûNXîéããã:NªY÷¹gsÊh‚yä›S®~vd²™·ËprÉöD½ç·§8ÖQöªÊ\­4sU¾Œü\µÝóUdn“*;®wãÆoýKî½GlòM€¤rÃfòÚÌàÁSŒß9ä›ÝÿÛûæ÷û¤¼5kÿ°oƒ;¿¶èŽý¾<®€ë•×õ.%e^JŒ^*-P™u0>Óð´$ñ§¦="‰Ì¶pÃÓ+§·ë×¼nƒAîg’2/[óN&†y­û»þËûLœyÉâÄEmš<´[óºÆ? Û<1Ö;Úòü†K\ÜöíÛ½Z¿:[ÔjвËßÇï?w[¿à6eXצu ¿¢Ð¦ßÛ?îO0l œÔ¿‹éTÃÿxí™ 2-›/SŸx[ /OÊv=e¢×Ð&%Të5îØwè¨%AÑ«ßìØ€ÿ¼Þ³™±±mŸø÷¢Ãɹ6Ö´Ù‘ë?êU4j=?ñKRX^(ëâΙ¯™N"ê5{lì+ŸÙöã9ýf¾öh‹z¦Nk÷Ô„ƒiŠ+G¦ h[ÔÛ÷>4pŒ[dÉJX4¬O;gãgrº¾öŸ€¸œò5°ôb2çòžŸÞéÛºhz4lÝõÅog”§ª–”ºì_ÅgõîkÕý}ÏøÜRƒ•“8áé–õ¾è™Tj3#6|Úô]õB¸4ïôÔH¯KŠr¬‡å›S®~.¯ë)ʤ€OZ»ž#e¿ªÌÕJ2W픑›«r=_%æ6©^®÷Ûo¿Uô/¹/÷>ýè¿\‹?—·ê±o˜íùÒÔ w:Üë½5 [üÐÐ…_]ðð°…‹·½c¿/ëàzºžR‘+EØÄLr# i,¤˜–(%OkV²ÎühXz%×ÌæßñÔèÉÆ\en“ª»®÷ëÕ«…šÂ‚‚}I:_¶tWô°ï}´øXÇ¡ Íw~è¶‚+S\×sÐõ¹9Ræo>x>.=:á ¹+‘:þ榱bZ¢”<­YÉ 3¬ŸïHª™Í¿ã©Ñ“¹ÊÜ&U!v\ï×_• «â¢×ë´ZZ­R©”J¥BJ§×–¬ ºüö¼c#WêðÊ|ÓFi¯TF*)•¯Ðú”×Àõt½Üœl)nþ¡»G¿œv1>Ü᜻œ¶óp¤{ÀIÓXH1-QJžÖ¬d„ýÐŰ~N¬™Í¿ã©Ñ“¹ÊÜ&U!v]ïºù;k·=’¾I*—žž–œœ”˜˜×qèÂuû“þ½ìÔX×HÉõ¤-Òvi¯TF*)•¯Ðú”×Àõt½œì,)‰Ii[üCço>0o¹Ó‘ºÝ-à¤4¦± „BHIì¸Þõë¿èõºŠ‹F“¯P䦥¥&$$ÄÅ]ŽŠŠì4láòÝñ“Ü.Œ^!=–¶HÛ¥½R©¤T¾BëS\×+—ëB!„T-×ûå—_t:mÅE«Õäå©%‰ËÎÎJOO‹Ž¾8aއ¤x^™/ýWz,m‘¶K{¥2RI©|…Ö§$¸®ç ëegeB!„TÎØu½k:I¯*2ZM¾´îÊ—®§T¤¥¦œ‹Š:zâÄñcÒ¥ÇÒi»´W*#•¬èÊ”×Àõq=ßž„B!•6ö\ïÚ5ɰîL$¡S*r33¤EVJjJ²ô_é±´EÚ~ÇêP\×sÄõfí¸L!„RicÇõ®]»j½Fª¸HZ']W­Rš"=6½£wçƒëàzޏÞ÷Û/B!„TÚØs½«…’mÕÀàz¸ž#®÷ݶK„B!•6v\ïja¡ô ×Àõq½ÿxÆB!„TÚȹުåKUŠÜ’;*kNTŠœÕ+–áz¸^™®÷­g !„BH¥M×ËÏS{¸o‰‰¾¨R*jZ.Å\Üîáž•‘ëàzö]o¦GŒÍÌÚr1{µWŒ\B*U~سíÀå¡qÇÎÄ9p4nCð¥YÛéÂ%¤ÊǦëé4šs‘‘›\×ÇÆD+rs”ŠÜš©¥R{7op:®Tæâz¸ž}×›±5ÚV.mIûïÿôŠežÑ2©DYx)4ü’ç6¿ùóæMûæk)óæÌ[ïæëw$v¡_,ýC˜¢„TéØt=)š|udD¸çÖ-«W,[¹lIMˆÔÒíî’èådeèp=\ϾëMw¿h;RcÿŸ22þ[[{ ©TYs,4jÎO?lÜàš’œtÃHrrÒ×õ?Ìþñ`xÊÊ Dz‰0E ©º‘s=)Zmž"7'+ãJæ•ô’¬Œ ã;z:›‚ëàzæ®7Íí¢u~8¢¿ñ¿ë{vFÛÜKHåÉ÷žÑ¡á±s~üñÈáƒÖ¯C÷Ï;÷Ôeå÷Ûbé+Â%¤ŠÆŽë\׳ãzS·\°J¬gÖÿý™ŸµÀý‚­½„T¢lÝë±ÍwƒëzéåpãÆ ÿžFfΜyýúui£«ëzßÀ^ǯÐWä®OQ›0E )3¸®€ëÝœë}³ù|©LÝ‘žøßÿežº4Íj!•-ûN\ž?o^Jr’ôrصkׄ Ú#éž´19)qñ¢Ågâóè+r×§¨M˜¢„”\×ÀõnÎõ¦l>_*?»úß?¯íô¾`½‹Ê–ŸÃâ¦}óõ7¤—CïÞ½Û˜!=•6þöÛoÓ¦|¦¼J_‘»>EmÂ%¤Ìàz¸®ws®7Á5Ò".îÈýóÿrÓ¿ßYz!•/ûC/•ízßLÎÊû…¾"w}ŠÊºS”»Áõp=\ïæ\oüú³æ™è™žþçŸI!&Xn'¤rÆçPÌܹs“7ÈÍœ9ÓÜõL÷p&%&.]²8&MK_‘»>EmÂ%¤Ìàz¸®ws®7n]„YÎÎ:qíÏÿ+pw°ÜNH%Í ¿ók6yoXoøâ‹ëׯK~Wú»YÖ¯;p($0,“¾"w}ŠÚ„)JH™±û› ùùyê<µªæDj¯N£)Ðãz¸^Ù®7vmÄ_YqgÞÿ~ÏHžn¾‘JœI®g·í»0köî·~í:°ñÂ9yW§o9G_¦(!U4v~KýâùsÛ¶ºÕR—²jùRO÷-ç"#¥¥ ®€ë•éz_­ /Éøm9ÿû¿ØýQcÍ6RÉóÝÖÈà“‰sçÌ[¿n]rRâoF’]×­•VÑW²Õë÷&ÐK„)JHÕM×Ójó%ÑÛäº.%%ù?þø³fðûï7’’7¹®Š8£Õæáz¸ž}׳úLq»þ¿ß5ë6ž1ÛHHÈ<ï˜cs½ví_¼hÑôo&KYºtɃ!Ùê«Ò*šþ!LQBªtlº^~žzÛV·Ô”¤?k)I‰žî[¹9¸®gßõF¯:S”µ÷èþ÷krü×%[©:™äzÖýPrh¬2>SŸš[x1UãêÊ”‘ô aŠRÕcÓõòÔªUË—Öœwô,ÞÝ»ñÛê˲2®àz¸ž}×µ*Ì”±;²ÔÿûïÙÀˆ’-„B!w=r®·rÙI|þ¯F"µ=óJ:®€ëÙw½/Wž&„B©´Áõp=\ïæ\ï‹§ !„B*mp=\×»9×¹ü!„BH¥ד¬ç¿5\×sÄõè^¨ÌT×»5½›s³×½³oàz€ë®ç ëåï}»y‰zÔ¾ïÁ¾oLq‹Êÿ½ò¸Þõ„õïôøÍÏyàz€ë®gÏõþ(áw¥×3B<ð…ÇáãÇ~>à¿ù‡ºÕ¢ç÷ç ÿ¨vàz¸®5Ëõz,Múµhà ·µE«Q§ ÿø5Õýí‡Õ68IÝ–¸öœîwc å‘™¯<Ú¶QVœºN:cÐÂß”'–~Ø¿Ý=†mõ;ßœrݰQqlÑ}[×3lë0ðËMç´ÆüQ>®­hóÕ™"ŸÔìù‡“xtEʯ6OþkÒÒÂyØ>Ü¥q=\×\¯,×û]å?ÄI4ùè˜þßõ±Ûü=¸âß…èüÝÅkR £|‰î_{ì Ù·k÷¹¼ž›Õ³–h¹¹ëÙ¸4®€ëáz€ëɸ^÷Eq…ׯ镩ç‚¿ÝNˆÆïíQýn®I¿+¼ÖOyäü^$\EòeÚ©ÞýZÑúËãZó#Œ[}q¬hã¬íƒE» …e»žùÉÿ°r=‹½¸®‡ë®gt½ß~ûíÚµ«E¹šáù”¥~4yüÕ§…ÒÞüxßi¯õnÛ ¶N÷Þ+íê³*±àê5}ìÂîÂùÕ@EñIòÃ&=(\†æþuZõ «úñøÚ¤‚ky'Æ´­GÏ3íRÞIì¹ä²þš“[l±Þ[žàz¸®ÕÚõ~½zµ°(…W<$×{pôŽcÇOž¹˜˜£+Þ¥9ÿC!xwñ®£§ÏœÜ=û±Z¢ÏÊ}áU]ÌI¸^ Ì-.™wjÂÂåÕÀœ¿N+m<=Ñr£.aUoI×$ê¯æßN4ÿ4DeÚ•kt½Å— —¶:¹Åë½å ®€ëázP]ï×_-,,(JAúVÉõºÏÑüµÑ˜l¿çëŠns/æŸf¾â,z¯Œ×j£ÂS\² }Û N¢Õȃ¹f‡dx¿ì"m<¤0mÑ'oìb¸ÑS%!fqOQ«ÿºD½qWήÁ׋ÕÚ8¹Åë½å ®€ëázP­]ïzA¾(ú4“ëEkôm4&/|Fg!:|°ØïÐÑ'öÌéWGô^¯Õh.Î7—ö_'É>2î!!š œ°bÇîà@¯ ëwÇç(NLé"D‹!36û¬ÝÏE8ÿ}Et¾áuäìîB4~nòZïÀÀ·IÝ„è±(FS`ëäæ[,÷êÒýÞk%î⯑}lÞ"\×Ãõ »Þõë¿èõº¢èRÝŸ¢Û¼‹ùº¿6íÊ _=â‰Ö÷˜¬Äé¾V=þ퓪Õéó/Ìï&œÿ±+˼p^Âîï‡?Ú¼Ž¡h½æ}'þ¬6æ'í™ý¦i£s»'G,?ž©-.¯º¸uÔ€vΦs»´èų̈]ÉZ½­“›o±Ü«Mó{·•h4xýå|ÙÇæ-Âõp=\ª±ëýòË5VSƒëàz¸Tg×»vM«É7ÅŽ†””©6Áõp=\ª±ë]»vÕzT‚ëàz¸Tc×3ü Bžº×Àõp=¨®®·jùR•R¡V«jZTÊÜÕ+–áz¸®ÕÏõòóÔî[b¢/JºWÓr)æâv÷¬Œ \×Ãõ š¹žN£9¹Éu}lL´"7G©È­ ‘Z*µwóר³áJe.®€ëázPÍ\OŠ&_î¹uËêËV.[R"µt»‡»$z9Y™…:\×Ãõ ú¹ž­6O‘›“•q%óJz IVF†ñ=ÍÁõp=\ªë\×Ãõ×Ãõp=\×Ãõp=€;ãz»ýý~½~½ä®¸ÁõªëI~gr=Ó\p=‚ëT×ãNÀõ®Pý\{8×#¸@õs=îá\àzÕÏõ¸‡p=‚ëT?×ãNÀõ®Pý\{8×#¸@õs=îá\àzÕÏõ¸‡p=óhµùùyê<µªæDj¯N£)ÐãzÕÊõ¸‡p½’hòÕÏŸÛ¶Õmå²%5$«–/õtßr.2RZâzÕÉõ¸‡p½’wô$ÑÛäº.%%ù?þø³fðûï7’’7¹®Š8£ÕæázÕÆõ¸‡p=SòóÔÛ¶º¥¦$ýYóHIJôtߢÈÍÁõªëq'àz¦ä©U«–/­9ïèY¼»wã·Õ+–ee\Áõªëq'àz%®·rÙ’?k*RÛ3¯¤ãzÕÆõ¸‡p½R®÷5\ š¹÷p®‡ëázÕÏõ¸‡p=\ר~®Ç=œ€ëáz¸@õs=îá\ÏÜõ$ëùoרf®Ç=œ€ëáz¸@õs=îá\×ÃõªŸëq'àz¥\ï ®PÍ\{8׻î·>ðÂ#·õùdkïÝzØò臛{þ{SÏmèñk÷÷×w{wm×wÖtùçêîï®^é†ëáz7çzÜà ¸Þv½¾Ÿ{Ìr [°ãìüígçm‹˜ãñ“gø[ÏÌÞzFÚ>kËéï¶œþvÓ© «Žvyk9®‡ëÜœëq'àzwØõz}´eškè3c¼ŸíÕÔŽ'¾ÜÞï‹íO|¹CzÜ”—´ñ©1ÞOñ4ag§a‹q=\àæ\{8×3w½7~ûå—kšÞ#6??i×K“ýO xiJÀà)R^ú&ð¥)»³{ÈTÃôü×þ_[TÑ•) ®PÍ\{8×3w½ß~ûíÚµ«šåÞ§ý—kñçòVýí­•¼¹¢óðe¿±´ÓkK¶ø¡¡ ;¾ºàáa o=ZÑ•) ®PÍ\{8׳t½_¯^-¬Ðè‰T²¢+S\ š¹÷p®gîz¿þú«dX½^§ÕjÔj•J¥”¢T*¬cÚ%•‘JJå+´>%Áõª™ëq'àz–®wÝÁ7Ýn.’¾I6—žž–œœ”””(i¯TF*)•¯Ðú”רf®Ç=œ€ë™»Þõë¿èõºŠ‹F“¯P䦥¥&&&&$ÄËEÚ+•‘JJå+´>%Áõª™ëq'àzæ®÷Ë/¿ètÚŠ‹V«ÉËSK—““%i¯TF*)•¯Ðú”רf®Ç=œ€ëYºÞ5¤W­&ßúŸÜmF*YÑ•) ®PÍ\{8׳p½k×$êÁõª™ëq'àzæ®wíÚUßt«fÁõª™ëq'àz®wµ0?O]ƒëT3×ãNÀõÌ]ïja¡ô ×¨f®Ç=œ€ë•¸ÞªåKUŠ\µJYÓ¢Rä¬^± רN®Ç=œ€ë™’Ÿ§öpß}Q¥TÔ´\й¸ÝÃ=+#ר6®Ç=œ€ë™¢ÓhÎEFnr]­ÈÍQ*rkB¤–JíݼÁ5êl¸R™‹ëT×ãNÀõJ¢ÉWGF„{nݲzŲ•Ë–Ô„H-Ýîá.‰^NVfaר6®Ç=œ€ë™G«ÍSäæde\ɼ’^C’•‘a|GOg³Cp=€*êzÜà ¸±\ Šº÷p®Gp=€êçzÜà ¸ÁõªŸëq'àzר~®Ç=œ€ë\×Ãõ×Ãõp=\×Ãõp=\×Ãõp=\×Ãõ×Àõp=\×\×Ãõp=\p=\×Àõp=\×Àõp=\p=\×Àõp=Àõ®€ëáz€ëáz¸®€ëáz¸®€ëáz¸®€ëáz€ë®Gp=\×\×Ãõp=\×Ãõp=\×Ãõp=\×\×Ãõp=\p=‚ëàz¸àz¸®€ëàz¸®€ëàz¸àz¸®€ëáz€ë\×Ãõ×Ãõp=\×Ãõp=\×Ãõp=\×Ãõ×\‰Ãõp=\p=\×Àõp=Àõp=\×Àõp=\×Àõp=Àõp=\×Ãõ×#¸®‡ë®‡ëáz¸®‡ëáz¸®‡ëáz¸®‡ëàz¸àz×Àõp=Àõp=\×Àõp=\×Àõp=\×Àõp=Àõp=\×Ãõ×Ãõp=\×\×Ãõp=\×Ãõp=\×\×Ãõp=\p=‚ëàz¸àz¸®€ëàz¸®€ëàz¸®€ëàz¸àz€ë\×Ãõ×Ãõp=\×Ãõp=\×Ãõp=\×Ãõ×Àõp=\×\àz¸®¸®‡ëàz¸®‡ëàz¸®¸®‡ëàz¸àz×Àõp=Àõp=\×Àõp=\×Àõp=\×Àõp=Àõ×Câp=\×\×Ãõp=\p=\×Àõp=\×Àõp=\p=\×Àõp=Àõ®€ëáz€ëáz¸®€ëáz¸®€ëáz¸®€ëáz¸®¸Áõp=\p=\×Àõp=\×Àõp=\×Àõp=\p=\×Àõp=Àõp=\×Ãõ×Ãõp=\×Ãõp=\×Ãõ×Àõp=\×\àz¸®¸®‡ëàz¸®‡ëàz¸®‡ëàz¸®¸àz×Àõp=Àõp=\×Àõp=\×Àõp=\×Àõp=Àõp=\×Ãõ×#¸®‡ë®‡ëáz¸®‡ëáz¸®‡ë®€ëáz¸®¸Áõp=\p=\×Àõp=\×Àõp=\×Àõp=\p=Àõ8\×Ãõ×Ãõp=\×\×Ãõp=\×Ãõp=\×\×Ãõp=\p=‚ëàzÿßÞGWUx¿aIXÄ…]·b¡nàÝp@¬µ¢N×ã±£ÕªEÅZ;`mõ´ÔE•E$„% HQ¨ •E!Y̾¼0mO«Öéü1/ ’w!„$„ÏçüþPIBîÍ}x¿¼GÐz€ÖÓzZ´€ÖÓzZ´€ÖÓzZ´€ÖÓz õ´ õLëÖÓz€ÖÓzZ´€ÖÓzZ´€ÖÓzZ´€ÖÓz€ÖÐzZ´žÖ´žÖÓz õ´ õ´žÖ­ õ´žÖ­ õ´ õ´žÖ­§õ­gZ´žÖ´žÖÓz õ´žÖÓz õ´žÖÓz õ´žÖ´ õLëÖÓz€ÖÓzZ´€ÖÓzZ´€ÖÓzZ´€ÖÓz€ÖÐzZ´žÖ´ži=ÐzZÐzZOëÖÐzZOëÖÐzZÐzZOëÖÓz€Ö3­ZOëZOëi=ÐzZOëi=ÐzZOëi=ÐzZOëZÐz"NëÖÓz€ÖÓzZ´žÖ´žÖÓz õ´žÖÓz õ´žÖ´€ÖÓz õ´ õLëÖÓz€ÖÓzZ´€ÖÓzZ´€ÖÓzZ´€ÖÓz õ´ õLëÖÓz€ÖÓzZ´€ÖÓzZ´€ÖÓzZ´€ÖÓz€ÖÐzZ´žÖ´žÖÓz õ´ õ´žÖ­ õ´žÖ­ õ´ õ´žÖ­§õ­gZ´žÖ´žÖÓz õ´žÖÓz õ´žÖÓz õ´žÖ´ õLëÖÓz€ÖÓzZ´€ÖÓzZ´€ÖÓzZ´€ÖÓz€ÖÐzZ´žÖ´ži=ÐzZÐzZOëÖÐzZOëÖÐzZÐzZOëÖÓz€Ö3­ZOëZOëi=ÐzZOëi=ÐzZOëi=ÐzZOëZÐz"NëÖÓz€ÖÓzZ´žÖ´žÖÓz õ´žÖÓz õ´žÖ¤õÌÌÌÌùDœÖ­w¸­gffffZOëÖ33333­§õ@ë™™™™™Ö´ž™™™™i=Ðza­—<}jaAž_îÌÌÌÌŽŸ}úÏ|öÙ§Ñû@­M¸õ¥Ïß³{ççŸúüݯ{ffffÇCè}ñÅ»wîˆÞj=h­—™±-mάOöìúüóÏþýïÿ5333³¦½Ï>û4z©sfíÈÈÐzЄ[¯<÷¥§%OŸ}_3333kÚ‹ÞõEïýÂBOëASj=33333­ZÏÌÌÌÌ´žÖ­gffffZOëÖ33333­h=3333««ýýoÍËÍÖzp¬´Þì™Ó?ýôŸ~í2333³øûëÞ’hëEïµ­·xazÆÖ-ÅEûÛ_ý fffff1ŸÑûŸÒÐËÙ±}[ôîQëÁ1Ñz™[Ì›³më–Üœ,3333³êËËÍŽ.zÑûÆ[ë­õ̬æ«Þzå¹÷ÚÂôÙ3§Ïšñ’™™™™YõEï£wŒûC¯ZïÕo›™™™™™5áÅüíúßÑn½ÿhÒŽÏÖ333333;ÞÖž%Ôzffffffu»Æð,¡Ö333333kzÓz±–·á…Ÿ?šúaaõŠäl˜6bdÊGÅMíJhr‡\´-õ¡7þfEÞqýe=œ³ãŒ5îïzóÉ{>>á¼õ)Ï,È(ò¿ 333ÓzÇvë¼÷XßĤcÖLj‚’ì•#{5o7dÊG… ð¹E²?x}vÊ™’$oÅÏÏKêpíÔ#¼ m¼‡w%Ù«Çýè¢N-J¯º¤!swm{éÚ‰ç«ôæ?í¯{ín|%»Qcõ¯`Ã~¨Êg©Úkàkû+Üð‡óƒ¤kR?9ÊŸ[dç’‡¯lœ4øÙMùþ—afffZï­W´}ÑÃ×ôl}Ûæ/½u⺜’FôdAfÊõ'&ôúõÚü7ÈZzg·àÔ;–æÔìæo˜øýî o}=÷È?·Ü7î:5èúÓåžÈÈoÜ— ¸oá®H=ä¸ÏE®~ðì ñâaÏ¥.^ºdù_víZ4ü«}ê/ÕË¥®±Î¾‚ û¡OëÕâpê§õ ßz@»Žµ0£Àÿ/ÌÌÌLëªõò7<~YËàä#&ÏM~â–/7 ºþxá®âFrBŠÞÛ¯y«A/eDBߦ`Óè ›µ’œyˆÏ9’½>íw7Sö¬S§£ÔzMþãýŽÁæq‰ƒfï9dÅÔé1j½ã«õJŠó2¶dyõ¦™™™i½š´^îŸ~Ú5h{íÌeOE¬y¨gмÿó[ªÞ„g̽³ÏÎmÊ>æ‰ç]ÿИ‡¾yÖÑI8¥÷M¯ÌÚwO^¸5ýáïôn_ú†­Ïøú=36åW¼û€s:·)÷¤îWÜ>ù½ü˜w•{æN úŒÞTTú¯…Ž»$!qàËå7ü‘¬5ÏÜri×IJѹßð?•ÇKѦÑIƒ“wÄ}:²ðÃñý;œ>pøs“në'| 6¿pýÙ'6+ý)ZtºèO®Ú\E™KûA¿ne?{ë3®{vSaÙg¾ßY¿\_åv·(sñ¨ï^Ü¥eÙ{ øÉ3+³"ûOfÈÙ¨ÿC.Þžú³¯Ÿ×µmùQœÔsà°Ékr*>ÏÌEîsj›²I™IsSSg>;òºÓƒ íàçÞ?ðyöºgRÚÂWS_ž½jgäPÕâÊ'^/=«ÖnΊ„¶ÞcÈÛ×êlWÿ ÖáÅïÂy˜„¶^ü‡ÕÑzT†Ÿ™Xg ü£}é¶'gÌKŸ;ùá!*]Õ!g2Ö¶jdï„ ]ÿac“ç/H{ñÁ~‰ûK3öQ„^?ffffÇ}ëå-¿£´íÒ?Ùwç¿þ±èÝ×e“2#ñ^ µkÖ ¤àœß¼[v#WüÑ —Á…Om)Š”ì˜yu«àüQïU|ÃÝ©COÎñ炃ß=òф˂à+—Ý÷ƹ%.Ú4¦OÐò?*^˜»ì¶ÎÁÉ7¦dV}α胧. š}uÆ®šœäC´^åPÊœ6 YpÙÄè©(Ù™ò­6A—ÛgÅ[¥Ã,—η¾Vñ.Å[_¼*)èv÷ŠÜª'ó ³Qÿ‡\å¹Èžéß2èqïÛy1^•Wóƒ*]XëÙ1Æ|ûZžíš¿R±Cø…ú0 i½>¬Žâ£òàÅ>U>ÚÖç.OØ÷ÑBÎd¬ lηÛ~4wù¯?Ù¯ýð”ŠÖ ;ŠÝa×™™™™Ö[~G—­71~ëå¿uw· Óm˲Ë~ô“E7|iäÚüHþÊûzTûNúÞ¢ì*7u9Knéô¸ïíüø­—ÿî#çTz’1ïÝ1ƒN ‚¶½¾}ϸ…›òö†‘íS¢7©}'dyëåmžõàutkÛ,Ûµ *î–óW?=hõ­y»÷Ö¸õª½Ká‡ã. ‚‹ŸÙR´7ÎÙ¨ÿC®z¿]øÁ˜¯D?ôóÛŠªßŠÆAÅi½#<ÆXo_˳}ˆÖ;²‹!üÂ}˜„´^ VGñQyðbŸ8-äLƸÀVÝz8dY©õB"ìú1333kèÍK™ùÅ¿þÕ€­W¸þw½‚àŠ)^ýÇk;tAVÜ"(»ïêø_¯—ßUf½öƒ“ƒ³þ{Mô®òíhU4¿òÉek×¼³okÖoÍ.©z¸ìöÎA÷ao•Þæ½uO÷èÇZš[½õ 7=Ñ'H4ç@>D²7¦6èŒæAÐí{Ó¶–?Tú]ALßyÄOr¬{¤wœþÝÑs—­\½"õ‘‹*nïß¾·Gôæ6õ°ZテߥpKi}\ôtŒú¨t6êý«·Þæ'ËZokÌÖ«ñAÅi½#?Æjo_˳·hŽôb¿°C&a­W³‡U]>*ã·^Ì3þÑÂÎdŒ lŰî¥ÖsOŒÖ ;аëÇÌÌ̬¡ ½†m½½¹Ënïœpݬ˿7ËÚ‡Ï š]1aKq­Z¯$sÚÀÄ ãÍé{â>-xpÝl|¼wpÙ„­Å1þ¼^ê5­‚Þm¬zó–÷Þï£=ÒgÌûå·Ù¥ÏgÔðûLÆ Ÿ=³¶zZŸ_ñGç®Iªx\æô«ƒ.?9øEkù«yfpÒwfÇ| çÇÉCZEßeɾ¿e`ÛKƒZ]ïx37îÙ¨÷C®úÉoŸquë ËoÄzYæaTìÖKÏ®Ëc<ðöµ<ÛÕ¿‚uy1„^Ø¡“Êg©Ò?×ðaU—ʸg&öÿhag²ú5ɘ4 yô½–çVk½Ð£»~ÌÌÌÌŽû×pî-É_ÿX¿AûÁ¿´`î¸Ûz5:ßœ¾³xo­ZoodÏë?;3Np÷3ÒÒ_™3yÌï§nÈ_7yë9?NùæϦ¤¥¥½x¯àÀ÷áüàÉ ƒ¤A³>.ý| 7§Œ~âÅK—¿¹8eô ‚ÄoLÝ^ýïÅ¥o”xÕŒÌÒßá/(}}`pùäÌH­ž×{gdÏ 8ó‡ÏY²|Å[¯Œê×¼â¦4²gÙ°³‚ ý×ï}*y~úü䞟ÿaaäãÙ×¶ Ú\ùà”Ô)/ŒOÞxð€Ê^ñ‹sƒ ÓÕ#&¦¥§Œ¿«_ë ékOm,Œ]ï‡\ñý1J¿bÓÒæ'vÅ AóKF½[Pó»è×ø ª´^ñ– ý‚ ûÍWdÖâ+?ûíku¶«ëðbˆsa‡=L*Ÿ¥Êÿ\³‡U]>*ãž™Øg Îózag²ú5Ù‘ö£ŽApÚ ¿¾èµÔ)¿þN÷ýß4ä(®333³éfƒ¿†³ìÅré#¯>«ìµwì{Ësk³KõìOè]eiz|´à7C/è\þ-ÓOèÑÿçodǯ›ÈÞüÓîpZRùçÛºSÏþwÎÛ^þŠ6–þ-k×Ì,½áÏ]1âk§µ.£vg¼÷åMe÷ŸŒíÛ¼ÕUÓÊoðòW=pFÐöúùYµ{’+’µæé[.=5±ügI<±kŸ›SvWWzô¸:6/ý–û/}ê¡`Ó”[/j”}‹û n_°» Ê÷9ÉXôè åï’tÚå?~ê­=Ňz>¥þ¹¼õ:õ½¤G«ÒŸæä^C]”Yóå‡sPUZ¯¤hç« èÒò„Á)»kqŒ•òöµ<ÛU¿‚‘º»"ñ.ìØ“ƒÎÒAg¬&«º}TÆ;31Ï@¼r 9“±.°’œw'ÝqeÙIKèpÞ§F[oÄŸóÃOZèõ`fffÖÐ/Ýlø×p6òg¼ü­šõùí{ù!o³üÞA§ïûŒ;g]ݪeÿç?:†¿)_=r=ýØGvŒv\®$súÀÄàâñ›‹ 333óΦ×z%‘‚w½ E›o<½©0Ææ®y$úƒ_ø°âOèä,ûéY¾œyl¿ˆ«^¹AZï0ÑŽ›åmœ>zì‹óÿiù²“Ò)hyùØ.333;&_ºÙ(^ÃÙØ—»nüÝ#f½ã¥Y‘ìu‡ß?mså¿Ã+RXXrÌ_*õxÈ Ôz‡{Œv\,²ëÕa—žÖ.¡ì—®VÝ.ùÏß.Ê𤞙™™£/ÝôN333333¯áÔzffffffÿ¥›^ÃifffffÖô^ºé5œffffff^éõÌÌÌÌÌÌ´žÖ333333k­ýÈffffffÖP;­gffffff ¾ ømÁËï endstream endobj 502 0 obj << /Type /XObject /Subtype /Image /Width 1188 /Height 666 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 27560 /Filter /FlateDecode >> stream xÚìÚeÐcW›˜kS·í6¶¹Mmff¦63333ãmÖ–ö~ÍÌÌÌÌÌÌÌÌ“ùf¦&ÉÉ9§Û©\שT’Jµ~ܵž¥5ÒHÿ'à/¢PÀÿÁ•úç›FøÓýÏ2õÏ<:ꨣüÉþHÏ?Cõ?.Ô?ê4hÐàÁ£ü©4è¥úTê×~ø‹Œ5dÈ1Çü£TƒþµRÿM¢¬ðWüñÆg¬!cŒþ¯•’(àoe²I&žpèxã cð)‰þzÓŸrØ$Ž7ö˜£ÿçHið×›sö™§>ù$CÇò_#%QÀßÊ" Ì=ëôSM:Á¿Dê?l¤4 ø;XyÄ Î5ÓðÉ&gÌÁ£ýûFʵàoaãuW±Ø¼³ ŸtèØc ú÷ÔÈ#bm€¿Þ.ÛnºöŠ‹Ï;ÓT“Œ÷Ç´7Ê¿7jTküõÙgç-×]q±¹¦Ÿ|Âqþ}#õÇ6j4küõ²£Üu˵G,8ëð?6Rÿv"¥QÀßÃ@¸ó¦«-9÷ôÆŽ5ºF/§SµÏ¶ëŽX`æ)ÿöþqýà_£Yà¯wΩG§‡ì²ñÊ‹Ì>|âqǤQÀßÊ…gÐ=rÏ-V_bÎiÿq õ¯‡æ4j°µþz—wjí»ÍZKÏ3Ýdã<Ú¿4êÇQü \qáÇ$l¿î²óÎ0lüþ±÷Fnm€¿ÞUŸu\~ÐŽë/7ߌÆþó§F—F]röñù!;m0b'ÿ·ËüM\}ÉÙ'”4jùfš|þf®¹ôœÊCwÞðFM¡QÀß±Q•FßFXºË†+h Qh€F¥Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Qh€F Qh€F Qh€F Qh€F Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Qh€F Qh€F Qh€F Qh€F Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Qh€F Qh€F Qh€F Qh€F Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh Qh€F QüÍ]}ÉÙ'”‡î¼áòhÀÿ'W]|öñÅ!;mðG£&×(àïæŠ‹Î<.?x§ F,0ãäC5 ø›¹ôüÓŽIÜa½óÿçF Ø ó.³î¶ûEÍIg_xéW]}õ5𫝾êŠK/<û¤&ÚoÛu—™w†aC‡ü‡F 2þdÓͽԚ[îuDyÌ©gŸáÅ—\r)ÀŸæ’K.¾ðü³O=¶:r¯­ÖZjžé‡?dðmÔ‘uðñ&vÎÅWÝt—ƒâú˜“N;ãì³Ï>àÏsöÙgžvÒ±u|Ð.›®ºøœÓNúFüÏF sÜI†Ï¶ð ëo»×¡qÕsÜñ'œp"ÀŸç„ã;¦©âC÷Úvýžmø$ãŽ9hÔoÔãL8åLó-½úÆÛïuБQ’eð'*‹<‰Žít3Ì8ãŒ3ü©þÏ ÓM;|ÊaçDýû6êß#5öxC'œdÒaÃ&Ÿ| €?Ùä“6é$oìÿ”¨‹ÔCÆgÜñÇ:t€?ÝСã?î8c ã?'êy”QG4xô1Æò‡±þtÿ¨Ï˜cŒ>xÐhÿ8‹úú—Hý£R£ 4xðàÑþägРÑþµPÿ1QÿV©QFõPü5þHÐ(ÿ½Bý3RÿÒ)€¿Ê?K4Ò×ȹ‘þ‡¬ ðwnÀÿbW,7É¿<ŽX‹¿Äïÿ/žÿ?}æjäÿŸ?läÿÍßÀÿ}ƒïÿŠ÷ý/H ´üâÿ­«á€¿tÈý³†T0Ú€ ÀÿíÞœ|°Eà¿ñääƒþåñ÷£F FF F F ƒƒÑƒ1‚1ƒ!ÁXÁØÁ8Á¸ÁxÁøÁÐ`‚`Â`¢`â`’`Ò`²`X0y0E0e0U0u0<˜&˜6˜.˜>˜!˜1˜)˜9˜%˜5˜-˜=˜#˜3˜+˜;˜'˜7˜/˜?X X0X(X8X$X4X,X^!^1^)^9^%^5^-^=^#^3^+^;^'^7^/^?Þ Þ0Þ(Þ8Þ$Þ4Þ,Þ<Þ"Þ2Þ*Þ:Þ&Þ6Þ.Þ>Þ!Þ1Þ)Þ9Þ%Þ5Þ-Þ=Þ#Þ3Þ+Þ;Þ'Þ7Þ/Þ?> >0>(>8>$>4>,><>">2>*â0Žâ8îÄIœÆYœÇE\ÆUÜë¸÷ã&nãøèø˜øØø¸øøø„øÄø¤øäø”øÔø´øôøŒøÌø¬øìøœøÜø¼øüø‚øÂø¢øâø’øÒø²øòøŠøÊøªøêøšøÚøºøúø†øÆø¦øæø–øÖø¶øöøŽøÎø®øîøžøÞø¾øþøøÁø¡øáø‘øÑø±øñø‰øÉø©øéø™øÙø¹øùø…øÅø¥øåø•øÕøµøõøøÍø­øíøøÝø½øýøƒøÃø£øãø“øÓø³øóø‹øËø«øëø›øÛø»øûø‡øÇø§øçø—ø×ø·ø÷x¤ÎÈQ:£vFë ê îŒÞ£3fgHg¬ÎØq:ãvÆëŒßÚ™ 3ag¢ÎÄI:“v&ë ëLÞ™¢3egªÎÔái:Óv¦ëLß™¡3cg¦ÎÌY:³vfëÌÞ™£3gg®ÎÜy:óvæëÌßY ³`g¡ÎÂE:‹vë,ÞY¢³dg©ÎÒe:Ëv–ëŒè,ßY¡³bg¥ÎÊU:«vVë¬ÞY£³fg­ÎÚu:ëvÖë¬ßÙ ³ag£ÎÆM:›v6ëlÞÙ¢³eg«ÎÖm:Ûv¶ëlßÙ¡³cg§ÎÎ]:»vvëìÞÙ£³gg¯ÎÞ}:ûvöëìß9 s`ç ÎÁC:‡vëÞ9¢sdç¨NÐ ;Q'ît:I'íd¼StÊNÕévêN¯Óï4¶3Ð9ºsLçØÎqã;'tNìœÔ9¹sJçÔÎiÓ;gtÎìœÕ9»sNçÜÎyó;t.ì\Ô¹¸sIçÒÎeË;Wt®ì\Õ¹ºsMçÚÎuë;7tnìÜÔ¹¹sKçÖÎmÛ;wtîìÜÕ¹»sOçÞÎ}û;tì<Ôy¸óHçÑÎcÇ;Otžì<ÕyºóLçÙÎsç;/t^ì¼Ôy¹óJçÕÎk×;otÞì¼Õy»óNçÝÎ{÷;t>ì|Ôù¸óIçÓÎgÏ;_t¾ì|ÕùºóMçÛÎwï;?t~ìüÔù¹óKç×Îoß;#%#'£$£&£%ƒ’ÁÉèÉɘÉd¬dìdœdÜd¼düdh2A2a2Q2q2I2i2Y2,™<™"™2™*™:žL“L›L—LŸÌ̘̜̖̞̙̔̒̑̚̕Ì̛̗̟̓,,˜,”,œ,’,š,–,ž,‘,™,•,,“,›,—ŒH–OVHVLVJVNVIVMVKVOÖHÖLÖJÖNÖIÖMÖKÖO6H6L6J6N6I6M6K6O¶H¶L¶J¶N¶I¶M¶K¶OvHvLvJvNvIvMvKvOöHöLöJöNöIöMöKöOHLJNIMKOŽHŽLŽJ‚$L¢$N:I’¤I–äI‘”I•t“:é%ý¤IÚd 9:9&969.9>9!919)999%959-9=9#939+9;9'979/9?¹ ¹0¹(¹8¹$¹4¹,¹<¹"¹2¹*¹:¹&¹6¹.¹>¹!¹1¹)¹9¹%¹5¹-¹=¹#¹3¹+¹;¹'¹7¹/¹?y y0y(y8y$y4y,yy!y1y)y9y%y5y-y=y#y3y+y;y'y7y/y?ù ù0ù(ù8ù$ù4ù,ù<ù"ù2ù*ù:ù&ù6ù.ù>ù!ù1ù)ù9ù%ù5ù-ù=)9%5-”NGOÇHÇL‡¤c¥c§ã¤ã¦ã¥ã§CÓ Ò Ó‰Ò‰ÓIÒIÓÉÒaéäéé”éTéÔéðtštÚtºtút†tÆt¦tæt–tÖt¶tötŽtÎt®tîtžtÞt¾tþttÁt¡tát‘tÑt±tñt‰tÉt©tét™tÙt¹tDº|ºBºbºRºrºJºjºZºzºFºfºVºvºNºnº^º~ºAºaºQºqºIºiºYºyºEºeºUºuºMºmº]º}ºCºcºSºsºKºkº[º{ºGºgºWºwºOºoº_ºz@z`zPzpzHzhzXzxzDzdzT¤a¥qÚI“4M³4O‹´L«´›Öi/í§MÚ¦éÑé1é±éqéñé é‰éIéÉé)é©éiéééé™éYéÙé9é¹éyéùéé…éEéÅé%é¥éeéåéé•éUéÕé5éµéuéõé ééMéÍé-é­éméíééé]éÝé=é½é}éýééƒéCéÃé#é£écéãéé“éSéÓé3é³éséóé é‹éKéËé+é«ékéëéé›é[éÛé;é»é{éûéé‡éGéÇé'é§égéçéé—éWé×é7é·éwé÷éééOéÏé/é¯éoéïéHÙÈÙ(Ù¨ÙhÙ lp6z6F6f6$+;'7/?šMM˜M”MœM’MšM– Ë&ϦȦ̦ʦΆgÓdÓfÓeÓg3d3f3e3g³d³f³e³gsdsfsesgódófóeóg d f e g‹d‹f‹e‹gKdKfKeKgËdËfËe#²å³²³•²•³U²U³Õ²Õ³5²5³µ²µ³u²u³õ²õ³ ² ³²³M²M³Í²Í³-²-³­²­³m²m³í²í³²³²³]²]³Ý²Ý³=²=³½²½³}²}³ý²ý³²³ƒ²ƒ³C²C³Ã²Ã³#²#³£² ³(‹³N–di–eyVdeVeݬÎzY?k²6ÈŽÎŽÉŽÍŽËŽÏNÈNÌNÊNÎNÉNÍNËNÏÎÈÎÌÎÊÎÎÎÉÎÍÎËÎÏ.È.Ì.Ê.Î.É.Í.Ë.ϮȮ̮ʮήɮͮˮÏnÈnÌnÊnÎnÉnÍnËnÏîÈîÌîÊîÎîÉîÍîËîÏÈÌÊÎÉÍËϞȞ̞ʞΞɞ͞˞Ï^È^Ì^Ê^Î^É^Í^Ë^ÏÞÈÞÌÞÊÞÎÞÉÞÍÞËÞÏ>È>Ì>Ê>Î>É>Í>Ë>ϾȾ̾ʾξɾ;˾Ï~È~Ì~Ê~Î~É~Í~Ë~ÏFÊGÎGÉGÍGËåƒóÑó1ò1ó!ùXùØù8ù¸ùxùøùÐ|‚|Â|¢|â|’|Ò|²|X>y>E>e>U>u><Ÿ&Ÿ6Ÿ.Ÿ>Ÿ!Ÿ1Ÿ)Ÿ9Ÿ%Ÿ5Ÿ-Ÿ=Ÿ#Ÿ3Ÿ+Ÿ;Ÿ'Ÿ7Ÿ/Ÿ?_ _0_(_8_$_4_,_<_"_2_*_:_&_6_.‘/Ÿ¯¯˜¯”¯œ¯’¯š¯–¯ž¯‘¯™¯•¯¯“¯›¯—¯Ÿoo˜o”oœo’ošo–ožo‘o™o•oo“o›o—oŸïï˜ï”ïœï’ïšï–ïžï‘ï™ï•ïï“ï›ï—”œ’š–ž‘™•y˜Gyœwò$Oó,Ïó"/ó*ïæuÞËûy“·ù@~t~L~l~\~|~B~b~R~r~J~j~Z~z~F~f~V~v~N~n~^~~~A~a~Q~q~I~i~Y~y~E~e~U~u~M~m~]~}~C~c~S~s~K~k~[~{~G~g~W~w~O~o~_~þ@þ`þPþpþHþhþXþxþDþdþTþtþLþlþ\þ|þBþbþRþrþJþjþZþzþFþfþVþvþNþnþ^þ~þAþaþQþqþIþiþYþyþEþeþUþuþMþmþ]þ}þCþcþSþsþKþkþ[þ{>R1r1J1j1Z1¨\Œ^ŒQŒY )Æ*Æ.Æ)Æ-Æ+Æ/†“““Êɋ)Š)‹©Š©‹áÅ4Å´ÅtÅôÅ ÅŒÅLÅÌÅ,ŬÅlÅìÅÅœÅ\ÅÜÅ<żÅ|ÅüÅÅ‚ÅBÅÂÅ"Å¢ÅbÅâÅÅ’ÅRÅÒÅ2ŲÅrňbùb…bÅb¥båb•bÕbµbõbbÍb­bíbbÝb½býbƒbÃb£bãb“bÓb³bób‹bËb«bëb›bÛb»bûb‡bÇb§bçb—b×b·b÷bbÏb¯bïbŸbßb¿bÿâ€âÀâ âàââÐâ°âðâˆâÈâ¨"(Â"*â¢S$EZdE^EYTE·¨‹^Ñ/š¢-Š£‹cŠc‹ãŠã‹Š‹“Š“‹SŠS‹ÓŠÓ‹3Š3‹³Š³‹sŠs‹óŠó‹ Š ‹‹Š‹‹KŠK‹ËŠË‹+Š+‹«Š«‹kŠk‹ëŠë‹Š‹›Š›‹[Š[‹ÛŠÛ‹;Š;‹»Š»‹{Š{‹ûŠû‹Š‹‡Š‡‹GŠG‹ÇŠÇ‹'Š'‹§Š§‹gŠg‹çŠç‹Š‹—Š—‹WŠW‹×Š×‹7Š7‹·Š·‹wŠw‹÷Š÷‹Š‹Š‹OŠO‹ÏŠÏ‹/Š/‹¯Š¯‹oŠo‹ïŠï‹Š‹ŸŠŸ‹_Š_‹ßŠß‹‘Ê‘ËQÊQËÑÊAåàrôrŒrÌrH9V9v9N9n9^9~9´œ œ°œ¨œ¸œ¤œ´œ¬VN^NQNYNUN]/§)§-§+§/g(g,g*g.g)g-g+g/ç(ç,ç*ç.ç)ç-ç+ç/(,*.)-+/—(—,—*—.—)—-—+G”Ë—+”+–+•+—«”«–«•«—k”k–k•k—ë”ë–ë•ë—”–•—›”›–›•›—[”[–[•[—Û”Û–Û•Û—;”;–;•;—»”»–»•»—{”{–{•{—û”û–û•û—”–•—‡”‡–‡•‡—G”G–G•A–Q—2)Ó2+ó²(˲*»e]öÊ~Ù”m9P]S[W_žPžXžTž\žRžZžVž^žQžYžUž]žSž[žWž_^P^X^T^\^R^Z^V^^^Q^Y^U^]^S^[^W^_ÞPÞXÞTÞ\ÞRÞZÞVÞ^ÞQÞYÞUÞ]ÞSÞ[ÞWÞ_>P>X>T>\>R>Z>V>^>Q>Y>U>]>S>[>W>_¾P¾X¾T¾\¾R¾Z¾V¾^¾Q¾Y¾U¾]¾S¾[¾W¾_~P~X~T~\~R~Z~V~^~Q~Y~U~]~S~[~W~_þPþXþTþ\þRþZþVþ^ŽT\RZV ªW£WcTcVCª±ª±«qªq«ñªñ«¡ÕÕ„ÕDÕÄÕ$Õ¤ÕdÕ°jòjŠjÊjªjêjx5M5m5]5}5C5c5S5s5K5k5[5{5G5g5W5w5O5o5_5µ@µ`µPµpµHµhµXµxµDµdµTµtµLµlµ\5¢Z¾Z¡Z±Z©Z¹Z¥ZµZ­Z½Z£Z³Z«Z»Z§Z·Z¯Z¿Ú Ú°Ú¨Ú¸Ú¤Ú´Ú¬Ú¼Ú¢Ú²ÚªÚºÚ¦Ú¶Ú®Ú¾Ú¡Ú±Ú©Ú¹Ú¥ÚµÚ­Ú½Ú£Ú³Ú«Ú»Ú§Ú·Ú¯Ú¿: :°:¨:¸:¤:´:¬:¼:¢:²:ª ª°Šª¸êTI•VY•WEUVUÕ­êªWõ«¦j«êèê˜êØê¸êøê„êÄê¤êäê”êÔê´êôêŒêÌê¬êìêœêÜê¼êüê‚êÂê¢êâê’êÒê²êòêŠêÊêªêêêšêÚêºêúê†êÆê¦êæê–êÖê¶êöêŽêÎê®êîêžêÞê¾êþêêÁê¡êáê‘êÑê±êñê‰êÉê©êéê™êÙê¹êùê…êÅê¥êåê•êÕêµêõêêÍê­êíêêÝê½êýêƒêÃê£êãê“êÓê³êóê‹êËê«êëê›êÛê»êûê‡êÇê§êçê—ê×ê·ê÷j¤îÈÝQº£vGëêîŽÞ£;fwHw¬îØÝqºãvÇëŽßÚ ;aw¢îÄÝIº“v'ëëNÞ¢;ewªîÔÝáÝiºÓv§ëNß¡;cw¦îÌÝYº³vgëÎÞ£;gw®îÜÝyºóvçëÎß] »`w¡îÂÝEº‹vë.Þ]¢»dw©îÒÝeºËv—ëŽè.ß]¡»bw¥îÊÝUº«vWë®Þ]£»fw­îÚÝuºëv×ë®ßÝ »aw£îÆÝMº›v7ënÞÝ¢»ew«îÖÝmºÛv·ënßÝ¡»cw§îÎÝ]º»vwëîÞÝ£»gw¯îÞÝ}ºûv÷ëîß= {`÷ îÁÝCº‡vëÞ=¢{d÷¨nÐ »Q7îvºI7ífݼ[tËnÕívën¯Ûï6ݶ;Ð=º{L÷ØîqÝã»'tOìžÔ=¹{J÷ÔîiÝÓ»gtÏìžÕ=»{N÷ÜîyÝó»t/ì^Ô½¸{I÷ÒîeÝË»Wt¯ì^Õ½º{M÷ÚîuÝë»7toìÞÔ½¹{K÷ÖîmÝÛ»wtïìÞÕ½»{O÷Þî}Ýû»tì>Ô}¸ûH÷ÑîcÝÇ»OtŸì>Õ}ºûL÷ÙîsÝç»/t_ì¾Ô}¹ûJ÷ÕîkÝ×»otßì¾Õ}»ûN÷Ýî{Ý÷»t?ì~Ôý¸ûI÷ÓîgÝÏ»_t¿ì~ÕýºûM÷ÛîwÝï»?tìþÔý¹ûK÷×îoÝß»#Õ#×£Ô£Ö£ÕƒêÁõèõõ˜õz¬zìzœzÜz¼züzh=A=a=Q=q=I=i=Y=¬ž¼ž¢ž²žªžº^OSO[OWO_ÏPÏXÏTÏ\ÏRÏZÏVÏ^ÏQÏYÏUÏ]ÏSÏ[ÏWÏ_/P/X/T/\/R/Z/V/^/Q/Y/U/]/S/[/W¨—¯W¨W¬WªW®W©W­W«W¯×¨×¬×ª×®×©×­×«×¯7¨7¬7ª7®7©7­7«7¯·¨·¬·ª·®·©·­·«·¯w¨w¬wªw®w©w­w«w¯÷¨÷¬÷ª÷®÷©÷­÷«÷¯¨¬ª®©­«¯¨¬ªƒ:¬£:®;uR§uVçuQ—uUwëºîÕýº©Ûz >º>¦>¶>®>¾>¡>±>©>¹>¥>µ>­>½>£>³>«>»>§>·>¯>¿¾ ¾°¾¨¾¸¾¤¾´¾¬¾¼¾¢¾²¾ª¾º¾¦¾¶¾®¾¾¾¡¾±¾©¾¹¾¥¾µ¾­¾½¾£¾³¾«¾»¾§¾·¾¯¾¿~ ~°~¨~¸~¤~´~¬~¼~¢~²~ª~º~¦~¶~®~¾~¡~±~©~¹~¥~µ~­~½~£~³~«~»~§~·~¯~¿þ þ°þ¨þ¸þ¤þ´þ¬þ¼þ¢þ²þªþºþ¦þ¶þ®þ¾þ¡þ±þ©þ¹þ¥þµþ­þ½©7ro”Þ¨½Ñzƒzƒ{£÷ÆèÙÒ«7voœÞ¸½ñzã÷†ö&èMØ›¨7qo’Þ¤½ÉzÃz“÷¦èMÙ›ª7uoxošÞ´½ézÓ÷fèÍØ›©7so–Þ¬½Ùz³÷æèÍÙ›«7wožÞ¼½ùzó÷è-Ø[¨·po‘Þ¢½Åz‹÷–è-Ù[ª·to™Þ²½åz#zË÷Vè­Ø[©·ro•Þª½Õz«÷Öè­Ù[«·voÞº½õzë÷6èmØÛ¨·qo“Þ¦½Íz›÷¶èmÙÛª·uo›Þ¶½ízÛ÷vèíØÛ©·so—Þ®½Ýz»÷öèíÙÛ«·woŸÞ¾½ýzû÷èØ;¨wpïÞ¡½Ãz‡÷ŽèÙ;ªôÂ^Ô‹{^ÒK{Y/ï½²Wõº½º×ëõ{M¯í ôŽîÓ;¶w\ïøÞ ½{'õNîÒ;µwZïôÞ½3{gõÎîÓ;·w^ïüÞ½ {õ.î]Ò»´wYïòÞ½+{Wõ®î]Ó»¶w]ïúÞ ½{7õnîÝÒ»µw[ïöÞ½;{wõîîÝÓ»·w_ïþÞ½{õî=Ò{´÷XïñÞ½'{Oõžî=Ó{¶÷\ïùÞ ½{/õ^î½Ò{µ÷ZïõÞ½7{oõÞî½Ó{·÷^ïýÞ½{õ>î}Òû´÷YïóÞ½/{_õ¾î}Óû¶÷]ïûÞ½{?õ~îýÒûµ÷[ï÷ÞHý‘û£ôGíÖÔܽ?FÌþþXý±ûãôÇí׿?´?AÂþDý‰û“ô'íOÖÖŸ¼?EÊþTý©ûÃûÓô§íOן¾?CÆþLý™û³ôgíÏÖŸ½?GÎþ\ý¹ûóôçíÏן¿¿@ÁþBý…û‹ôí/Ö_¼¿DÉþRý¥ûËô—í/×Ñ_¾¿BÅþJý•û«ôWí¯Ö_½¿FÍþZýµûëô×í¯×_¿¿AÃþFýû›ô7íoÖß¼¿EËþVý­ûÛô·ío×ß¾¿CÇþNýû»ôwíïÖß½¿GÏþ^ý½ûûô÷íï×ß¿@ÿÀþAýƒû‡ôíÖ?¼DÿÈþQý ö£~Üïô“~ÚÏúy¿è—ýªßí×ý^¿ßoúm tÿ˜þ±ýãúÇ÷OèŸØ?©rÿ”þ©ýÓú§÷ÏèŸÙ?«vÿœþ¹ýóúç÷/è_Ø¿¨qÿ’þ¥ýËú—÷¯è_Ù¿ªuÿšþµýëú×÷oèߨ¿©sÿ–þ­ýÛú·÷ïèßÙ¿«wÿžþ½ýûú÷÷è?بÿpÿ‘þ£ýÇú÷Ÿè?Ùªÿtÿ™þ³ýçúÏ÷_è¿Ø©ÿrÿ•þ«ý×ú¯÷ßè¿Ù«ÿvÿþ»ý÷úï÷?èØÿ¨ÿqÿ“þ§ýÏúŸ÷¿èÙÿªÿuÿ›þ·ýïúß÷èÿØÿ©ÿsÿ—þ¯ýßú¿÷GjFnFiFmFk5ƒ›Ñ›1š1›!ÍXÍØÍ8͸ÍxÍøÍÐf‚fÂf¢fâf’fÒf²fX3y3E3e3U3u3¼™¦™¶™®™¾™¡™±™©™¹™¥™µ™­™½™£™³™«™»™§™·™¯™¿Y Y°Y¨Y¸Y¤Y´Y¬Y¼Y¢Y²YªYºY¦Y¶Y®Ñ,߬ЬجԬܬҬڬ֬ެѬ٬լݬӬ۬׬ßlÐlØlÔlÜlÒlÚlÖlÞlÑlÙlÕlÝlÓlÛl×lßìÐìØìÔìÜìÒìÚìÖìÞìÑìÙìÕìÝìÓìÛì×ìßÐØÔÜÒÚÖÞÑÙÕMØDMÜtš¤I›¬É›¢)›ªé6uÓkúMÓ´Í@stsLsls\s|sBsbsRsrsJsjsZszsFsfsVsvsNsns^s~sAsasQsqsIsisYsysEsesUsusMsms]s}sCscsSsssKsks[s{sGsgsWswsOsos_só@ó`óPópóHóhóXóxóDódóTótóLóló\ó|óBóbóRóróJójóZózóFófóVóvóNónó^ó~óAóaóQóqóIóióYóyóEóeóUóuóMómó]ó}óCócóSósóKókó[ó{3R;r;J;j;Z;¨ÜŽÞŽÑŽÙiÇjÇnÇiÇmÇkÇo‡¶´¶µ·“´“¶“µÃÚÉÛ)Ú)Û©Ú©Ûáí4í´ítíôí íŒíLíÌí,í¬ílíìííœí\íÜí<í¼í|íüíí‚íBíÂí"í¢íbíâíí’íRíÒí2í²íríˆvùv…vÅv¥våv•vÕvµvõvvÍv­vívvÝv½vývƒvÃv£vãv“vÓv³vóv‹vËv«vëv›vÛv»vûv‡vÇv§vçv—v×v·v÷vvÏv¯vïvŸvßv¿vÿö€öÀö öàööÐö°öðöˆöÈö¨6hÃ6jã¶Ó&mÚfmÞmÙVm·­Û^Ûo›¶mÚ£ÛcÚcÛãÚãÛÚÛ“Ú“ÛSÚSÛÓÚÓÛ3Ú3Û³Ú³ÛsÚsÛóÚóÛ Ú Û‹Ú‹ÛKÚKÛËÚËÛ+Ú+Û«Ú«ÛkÚkÛëÚëÛÚÛ›Ú›Û[Ú[ÛÛÚÛÛ;Ú;Û»Ú»Û{Ú{ÛûÚûÛÚÛ‡Ú‡ÛGÚGÛÇÚÇÛ'Ú'Û§Ú§ÛgÚgÛçÚçÛÚÛ—Ú—ÛWÚWÛ×Ú×Û7Ú7Û·Ú·ÛwÚwÛ÷Ú÷ÛÚÛÚÛOÚOÛÏÚÏÛ/Ú/Û¯Ú¯ÛoÚoÛïÚïÛÚÛŸÚŸÛ_Ú_ÛßÚßÛ‘Fe`ÔÑ }`Œ1† Œ50öÀ8ãŒ70þÀÐ &˜h`âI&˜l`ØÀäS L90ÕÀÔæ˜v`ºéf˜q`¦™f˜u`¶Ùæ˜s`®¹æ˜w`¾ùXp`¡…Xt`±Å–Xr`©¥–Xv`¹Ë¬0°âÀJ+¬2°êÀj«¬1°æÀZk¬3°îÀzël0°áÀFl2°éÀf›l1°åÀV[l3°íÀvÛì0°ãÀN;ì2°ëÀn»ì1°çÀ^{ì3°ïÀ)솀Î7ÛºÙ¶mÛ¶mãf7Ej¤HÝ?Û¶mÛö{“‰)ÄTb1˜AÌ$f³‰9Ä\b1ŸX@,$‹‰b ±”XF,'V+‰UÄjb ±–XG¬'6’ š`H°Gð„@ˆ„DÈ„B¨„F B' Â$,6á.á>!1b#±‰ØLl!¶ÛˆíÄb'±‹ØMì!öûˆýÄâ qˆ8L!ŽLjãÄ â$qŠ8Mœ!ÎçˆóÄâ"q‰¸L\!®׈ëÄ â&q‹¸MÜ!î÷ˆûÄâ!ñˆxLƒ/à+ø¾ƒà'ø~ƒ?à/ø‘‰É$dR2™œLAÆ‘)ÉTdj2 ™–LG¦'3ÉLdf2 ™•ÌFf's9É\dn2™—ÌGæ'ãÉdA²Y˜,B%‹‘ÅÉdI²Yš,C–%Ë‘åÉ dE²Y™¬BV%«‘ÕÉdM²Y›¬CÖ%ë‘õÉdC²Ù˜lB6%›‘ÍÉdK²ÙšlC¶%Û‘íÉdG²Ù™ìBv%»‘ÝÉdO²Ù›ìCö%û‘ýÉä@r9˜B%‡‘ÃÉäHr9šCŽ%Ç‘ãÉ äDr9™œBN%§‘ÓÉäLr9›œCÎ%ç‘óÉäBr¹˜L —KÉeärr¹’\E®&×kÉuäzrI€$IФI†„$Kr$O ¤HJ¤L*¤Jj$"uÒ MÒ"1i“é’é“’#7’›ÈÍär+¹ÜNî w’»ÈÝär/¹ÜO ’‡ÈÃäò(yŒ ’ÈÇäò)ùŒ|N¾ _’¯È×äò-ùŽ|O~ ?’ŸÈÏäò+ùüNþ ’¿Èßäò/ùLD%¦’PI©dTr*G¥¤RQ©©4TZ*•žÊ@e¤2Q™©,TV*•ÊAå¤rQ¹©j?u€:H¢SG¨£Ô1ê8u‚:I¢NSg¨³Ô9êõ€zH=¢SO¨§Ô3ê9õ‚zI½¢^So¨·Ô;ê=õúH}¢>S_¨¯Ô7ê;õƒúIý¢~S¨¿Ô?*˜NB'¥“ÑÉét’NE§¦ÓÐiéttz:‘ÎDg¦³ÐYéltv:“ÎEç¦óÐyé|t~:ž.@¤ Ñ…é"tQº]œ.A—¤KÑ¥é2tYº]ž®@W¤+Ñ•é*tUº]®Aפkѵé:t]º]Ÿn@7¤Ñé&tSºÝœnA·¤[Ñ­é6t[ºÝžî@w¤;Ñé.tWºÝîA÷¤{ѽé>t_ºÝŸ@¤уé!ôPz=œA¤GÑ£é1ôXz=žž@O¤'Ñ“é)ôTz=žAϤgѳé9ô\z=Ÿ^@/¤Ñ‹éz ½”^F/§WÐ+éUôjz ½–^G¯§7Ð h’¦hšfhH³4Gó´@‹´DË´B«´F#Z§ Ú¤-Ó6íÐ.íÑ>Ð!Ñ1z#½‰ÞLo¡·ÒÛèíôz'½‹ÞMï¡÷Òûèýôú }ˆ>L¡ÒÇèãô ú$}Š>MŸ¡ÏÒçèóôú"}‰¾L_¡¯Ò×èëô ú&}‹¾Mß¡ïÒ÷èûôú!ýˆ~L?¡ŸÒÏèçô ú%ýŠ~M¿¡ßÒïè÷ôú#ý‰þL¡¿Òßèïôú'ý‹þMÿ¡ÿÒÿèDLb& “”IÆ$gR0qLJ&“šIäeÒ1é™ LF&“™ÉÂde²1Ù™LN&“›ÉÃäeò1ù™x¦S)ÄfŠ0E™bLq¦S’)Å”fÊ0e™rLy¦S‘©ÄTfª0U™jLu¦S“©ÅÔfê0u™zL}¦ÓiÄ4fš0M™fLs¦Ó’iÅ´fÚ0m™vL{¦Ó‘éÄtfº0]™nLw¦Ó“éÅôfú0}™~Lf3Ä f†0C™aÌpf3’ÅŒfÆ0c™qÌxf3‘™ÄLf¦0S™iÌtf3“™ÅÌfæ0s™yÌ|f³YÄ,f˜%ÌRf³œYÁ¬dV1«™5ÌZf³žÙÀ `H†bh†a Ã2Ã3#2#3 £2ƒ1“±Ì،øŒÇøLÀ„LÄĘÌ&f3³…ÙÊlc¶3;˜Ì.f7³‡ÙËìcö3˜ƒÌ!æ0s„9ÊcŽ3'˜“Ì)æ4s†9ËœcÎ3˜‹Ì%æ2s…¹Ê\c®37˜›Ì-æ6s‡¹ËÜcî3˜‡Ì#æ1ó„yʘÆÃ° , Ã"°(,‹Ã°$,KÃ2°,,Ëà °"¬+Ã*°*¬«Ã°&¬kÃ:°.¬ëð!lÃ&°)l›Ã°%l[Ã6°-lÛð#ì;Ã.°+ì»Ã°'ì{Ã>°/ìûÃp Ã!p(‡Ãp$GÃ1p,Çà p"œ'Ã)p*œ§Ãp&œgÃ9p.œçÃp!\ø.…Ëàr¸®„«àj¸®…ëàz¸@R† „…ä¡E(A*P…DP‡4¡1´¡]èA0„ŒÁpÜ ·À­pÜwÀpÜ ÷À½pÜÀƒð< À£ð<OÀ“ð< ÏÀ³ð</À‹ð¼ ¯À«ð¼oÀ›ð¼ ïÀ»ð¼À‡ð| ŸÀ§ð|_À—ð| ßÀ·ð|?Àðü ¿À¯ðüÀŸðü ÿÀ¿ðLÄ&f“°IÙdlr6ǦdS±©Ù4lZ6›žÍÀfd3±™Ù,lV6›ÍÁæds±¹Ùv?{€=Èb³GØ£ì1ö8{‚=ÉžbO³gسì9ö<{½È^b/³WØ«ì5ö:{ƒ½ÉÞbo³wØ»ì=ö>û€}È>b³Oاì3ö9û‚}ɾb_³oØ·ì;ö=ûýÈ~b?³_دì7ö;ûƒýÉþb³Ø¿ì?6—˜KÂ%å’qɹ\—’KÅ¥æÒpi¹t\z.—‘ËÄeæ²pY¹l\v.—“ËÅåæòpy¹|\~.ž+Àä q…¹"\Q®Wœ+Á•äJq¥¹2\Y®Wž«ÀUä*q•¹*\U®W«ÁÕäjqµ¹:\]®WŸkÀ5äq¹&\S®לkÁµäZq­¹6\[®מëÀuä:q¹.\W®×ëÁõäzq½¹>\_®ןÀ äqƒ¹!ÜPn7œÁäFq£¹1ÜXn7ž›ÀMä&q“¹)ÜTn7›ÁÍäfq³¹9Ü\n7Ÿ[À-äq‹¹n ·”[Æ-çVp+¹UÜjn ·–[Ç­ç6p8’£8šc8ȱÇñœÀ‰œÄɜ©œÆ!Nç Îä,s6çp.çq>p!q1n#·‰ÛÌmá¶rÛ¸íÜn'·‹ÛÍíáörû¸ýÜî wˆ;ÌáŽrǸãÜ î$wŠ;ÍáÎrç¸óÜî"w‰»Ì]á®r׸ëÜ î&w‹»ÍÝáîr÷¸ûÜî!÷ˆ{Ì=ážrϸçÜ î%÷Š{ͽáÞrï¸÷Üî#÷‰ûÌ}á¾r߸ïÜî'÷‹ûÍýáþrÿ¸D|b> Ÿ”OÆ'çSðq|J>ŸšOçåÓñéù |F>Ÿ™ÏÂgå³ñÙù|N>Ÿ›ÏÃçåóñùùx¾_/Äæ‹ðEùb|q¾_’/Å—æËðeùr|y¾_‘¯ÄWæ«ðUùj|u¾_“¯Å׿ëðuùz|}¾ßoÄ7æ›ðMùf|s¾ß’oÅ·æÛðmùv|{¾ß‘ïÄwæ»ð]ùn|w¾ß“ïÅ÷æûð}ù~|~?Äæ‡ðCùaüp~?’ÅæÇðcùqüx~?‘ŸÄOæ§ðSùiüt~?“ŸÅÏæçðsùyü|~¿_Ä/æø%üR~¿œ_Á¯äWñ«ù5üZ~¿žßÀ<àIžâižá!ÏòÏó/ò/ó ¯òx7x“·xÌۼû¼Çû|À‡|ÄÇøü&~3¿…ßÊoã·ó;øü.~7¿‡ßËïã÷óøƒü!þ0„?Êãó'ø“ü)þ4†?ËŸãÏóø‹ü%þ2…¿Ê_ã¯ó7ø›ü-þ6‡¿Ëßãïóø‡ü#þ1ÿ„Ê?ãŸó/ø—ü+þ5ÿ†Ë¿ãßóøü'þ3ÿ…ÿÊã¿ó?øŸü/þ7ÿ‡ÿËÿã ‰…$BR!™\H!Ä )…TBj!VH'¤2…LBf!‹UÈ&dr9…\Bn!WÈ'äâ…BA¡PX("Š Å…BI¡”PZ(#”Ê å… BE¡’PY¨"Tª Õ…BM¡–P[¨#Ôê õ…BC¡‘ÐXh"4š Í…BK¡•ÐZh#´Ú í…BG¡“ÐYè"tº Ý…BO¡—Ð[è#ôú ý…Â@a0X" † Ã…ÂHa”0Z#ŒÆ ã… ÂDa’0Y˜"L¦ Ó…ÂLa–0[˜#Ìæ ó…ÂBa‘°XH–K…eÂra…°RX%¬Ök…uÂzaƒ@@ J F€+p/‚(H‚,(‚*htÁLÁ°` Žà žà  ‘6 ›„ÍÂa«°MØ.ìv »„ÝÂa¯°OØ/ ‡„ÃÂá¨pL8.œN §„ÓÂá¬pN8/\. —„ËÂáªpM¸.Ün ·„ÛÂá®pO¸/< „ÇÂá©ðLx.¼^ ¯„×Âá­ðNx/|> Ÿ„ÏÂá«ðMø.ü~ ¿„ßÂá¯ðOH$&“ˆIÅdbr1…'¦S‰©Å4bZ1˜^Ì f3‰™Å,bV1›˜]Ì!æs‰¹Åq¿x@<(‹GÄ£â1ñ¸xB<)žO‹gijâ9ñ¼xA¼(^/‹WÄ«â5ñºxC¼)Þo‹wÄ»â=ñ¾ø@|(>‹Oħâ3ñ¹øB|)¾_‹oÄ·â;ñ½øAü(~?‹_įâ7ñ»øCü)þ‹Ä¿â?1‘”XJ"%•’IÉ¥Rœ”RJ%¥–ÒHi¥tRz)ƒ”QÊ$e–²HY¥lRv)‡”SÊ%å–òHy¥|R~)^* ” I…¥"RQ©˜T\*!•”JI¥¥2RY©œT^ª U”*I•¥*RU©šT]ª!Õ”jIµ¥:R]©žT_j 5”I¥&RS©™Ô\j!µ”ZI­¥6R[©Ô^ê u”:I¥.RW©›Ô]ê!õ”zI½¥>R_©ŸÔ_ ”Iƒ¥!ÒPi˜4\!”FI£¥1ÒXiœ4^š M”&I“¥)ÒTiš4]š!Í”fI³¥9Ò\iž4_Z -”I‹¥i‰´TZ&-—VH+¥UÒji´VZ'­—6H„$R¢$Zb$(±'ñ’ ‰’$É’"©’&!I— É”, K¶äH®äI¾H¡I1i£´IÚ,m‘¶JÛ¤íÒi§´KÚ-í‘öJû¤ýÒé tH:,‘ŽJǤãÒ é¤tJ:-‘ÎJç¤óÒé¢tIº,]‘®JפëÒ é¦tKº-Ý‘îJ÷¤ûÒé¡ôHz,=‘žJϤçÒ é¥ôJz-½‘ÞJï¤÷Òé£ôIú,}‘¾JߤïÒé§ôKú-ý‘þJÿ¤Drb9‰œTN&'—SÈqrJ9•œZN#§•ÓÉéå rF9“œYÎ"g•³ÉÙårN9—œ[Î#ç•óÉùåx¹€\P.$–‹ÈEåbrq¹„\R.%—–ËÈeårry¹‚\Q®$W–«ÈUåjru¹†\S®%×–ëÈuåzr}¹ÜPn$7–›ÈMåfrs¹…ÜRn%·–ÛÈmåvr{¹ƒÜQî$w–»È]ånrw¹‡ÜSî%÷–ûÈ}å~ry€*“Ë'ä“ò)ù´|F>+Ÿ“ÏËä‹ò%ù²|E¾*_“¯Ë7ä›ò-ù¶|G¾+ß“ïËä‡ò#ù±üD~*?“ŸË/ä—ò+ùµüF~+¿“ßËäò'ù³üEþ*“¿Ë?äŸò/ù·üGþ+ÿ“)‰•$JR%™’\I¡Ä))•TJj%’VI§¤W2(•LJf%‹’UɦdWr(9•\Jn%’WɧäWâ•JA¥RX)¢UŠ)Å•JI¥”RZ)£”UÊ)å• JE¥’RY©¢TUª)Õ•JM¥–R[©£ÔUê)õ•JC¥‘ÒXi¢4Uš)Í•JK¥•ÒZi£´UÚ)í•JG¥“ÒYé¢tUº)Ý•JO¥—Ò[é£ôUú)ý•Ê@e2X¢ U†)ÕÊHe”2Z£ŒUÆ)ã• ÊDe’2Y™¢LU¦)Ó•ÊLe–2[™£ÌUæ)ó•ÊBe‘²XIP–(K•eÊre…²RY¥¬VÖ(k•uÊzeƒB(@!J¡F «p ¯ЍHЬ(Šªh RtÅPLÅR°b+Žâ*žâ+*‘S6*›”ÍÊe«²MÙ®ìPv*»”ÝÊe¯²OÙ¯P*‡”ÃÊå¨rL9®œPN*§”ÓÊå¬rN9¯\P.*—”ËÊåªrM¹®ÜPn*·”ÛÊå®rO¹¯*Ÿ”ÏÊå«òMù®üP~*¿”ßÊå¯òOI¤&V“¨IÕdjr5…§¦TS©©Õ4jZ5š^Í fT3©™Õ,jV5›š]Í¡æTs©¹Õu¿z@=¨R«GÔ£ê1õ¸zB=©žRO«gÔ³ê9õ¼zA½¨^R/«WÔ«ê5õºzC½©ÞRo«wÔ»ê=õ¾ú@}¨>R«OÔ§ê3õ¹úB}©¾R_«oÔ·ê;õ½úAý¨~R?«_Ô¯ê7õ»úCý©þR«Ô¿ê?5‘–XK¢%Õ’iɵZœ–RK¥¥ÖÒhiµtZz-ƒ–QˤeÖ²hYµlZv-‡–SË¥åÖòhyµ|Z~-^+ Ô i…µ"ZQ­˜V\+¡•ÔJi¥µ2ZY­œV^« UÔ*i•µ*ZU­šV]«¡ÕÔjiµµ:Z]­žV_k 5Ôiµ&ZS­™Ö\k¡µÔZi­µ6Z[­Ö^ë uÔ:iµ.ZW­›Ö]ë¡õÔzi½µ>Z_­ŸÖ_  Ôiƒµ!ÚPm˜6\¡ÔFi£µ1ÚXmœ6^› MÔ&i“µ)ÚTmš6]›¡ÍÔfi³µ9Ú\mž6_[ -Ôi‹µm‰¶T[¦-×Vh+µUÚjm¶V[§­×6h„4R£4Zc4¨±§ñš ‰š¤Éš¢©š¦!M× ÍÔ, k¶æh®æi¾h¡i1m£¶IÛ¬mѶjÛ´íÚm§¶KÛ­íÑöjû´ýÚí vH;¬ÑŽjÇ´ãÚ í¤vJ;­ÑÎjç´óÚí¢vI»¬]Ñ®j×´ëÚ í¦vK»­ÝÑîj÷´ûÚí¡öH{¬=ÑžjÏ´çÚ í¥öJ{­½ÑÞjï´÷Úí£öIû¬}Ѿjß´ïÚí§öKû­ýÑþjÿ´D(1J‚’¢d(9JâPJ” ¥FiPZ”¥GPF” eFYPV” eG9PN” åFyP^”åGñ¨*ˆ ¡Â¨*ŠŠ¡â¨*‰J¡Ò¨ *‹Ê¡ò¨ªˆ*¡Ê¨ ªŠª¡ê¨ª‰j¡Ú¨ª‹ê¡ú¨jˆ¡Æ¨ jŠš¡æ¨j‰Z¡Ö¨ j‹Ú¡ö¨êˆ:¡Î¨ ꊺ¡î¨ê‰z¡Þ¨ê‹ú¡þhˆ¡ÁhІ¡áh‰F¡Ñh ‹Æ¡ñhšˆ&¡Éh šŠ¦¡éhš‰f¡Ùhš‹æ¡ùhZˆ¡Å(-AKÑ2´­@+Ñ*´­AkÑ:´m@ˆD¢ƒ b‡x$ IHF R‘†Ò‘Ld!Œlä yÈG Q„bh#Ú„6£-h+Ú†¶£h'Ú…v£=h/Ú‡ö£è :„£#è(:†Ž£è$:…N£3è,:‡Î£ è"º„.£+è*º†®£è&º…n£;è.º‡î£è!z„£'è)z†ž£è%z…^£7è-z‡Þ£è#ú„>£/è+ú†¾£è'ú…~£?è/ú‡é‰õ$zR=™ž\O¡Çé)õTzj=žVO§§×3èõLzf=‹žUϦg×sè9õ\zn=žWϧç×ãõzA½^X/¢Õ‹éÅõzI½”^Z/£—ÕËéåõ zE½’^Y¯¢WÕ«éÕõzM½–^[¯£×ÕëéõõzC½‘ÞXo¢7Õ›éÍõzK½•ÞZo£·ÕÛéíõzG½“ÞYï¢wÕ»éÝõzO½—Þ[ï£÷Õûéýõú@}>X¢Õ‡éÃõúH}”>Z£ÕÇéãõ úD}’>YŸ¢OÕ§éÓõúL}–>[Ÿ£ÏÕçéóõúB}‘¾XOЗèKõeúr}…¾R_¥¯Ö×èkõuúz}ƒNè@'uJ§uF‡:«s:¯ º¨Kº¬+ºªk:ÒuÝÐMÝÒ±nëŽîêžîëê‘Ó7ê›ôÍú}«¾Mß®ïÐwê»ôÝú}¯¾O߯Ðê‡ôÃúý¨~L?®ŸÐOê§ôÓúý¬~N?¯_Ð/ê—ôËúýª~M¿®ßÐoê·ôÛúý®~O¿¯?ÐêôÇúý©þL®¿Ð_ê¯ô×úý­þN¯Ð?êŸôÏúý«þMÿ®ÿÐê¿ôßúý¯þOOd$6’IdFr#…g¤4R©4FZ#‘ÞÈ`d42™,FV#›‘ÝÈaä4r¹c¿qÀ8h2GŒ£Æ1ã¸qÂ8iœ2NgŒ³Æ9ã¼qÁ¸h\2.WŒ«Æ5ãºqøiÜ2nwŒ»Æ=ã¾ñÀxh<2OŒ§Æ3ã¹ñÂxi¼2^oŒ·Æ;ã½ñÁøh|2>_Œ¯Æ7ã»ñÃøiü2~Œ¿Æ?#‘™ØLb&5“™ÉÍfœ™ÒLe¦6Ó˜iÍtfz3ƒ™ÑÌdf6³˜YÍlfv3‡™ÓÌeæ6ó˜yÍ|f~3Þ,`4 ™…Í"fQ³˜YÜ,a–4K™¥Í2fY³œYÞ¬`V4+™•Í*fU³šYݬaÖ4k™µÍ:f]³žYßl`64™Í&fS³™ÙÜla¶4[™­Í6f[³ÙÞì`v4;™Í.fW³›ÙÝìaö4{™½Í>f_³ŸÙß`4™ƒÍ!æPs˜9ÜaŽ4G™£Í1æXsœ9Þœ`N4'™“Í)æTsš9ÝœaÎ4g™³Í9æ\sž9ß\`.4™‹Ís‰¹Ô\f.7W˜+ÍUæjs¹Ö\g®77˜„ LÒ¤LÚdLh²&gò¦`Цdʦbª¦f"S7 Ó4-›¶é˜®é™¾˜¡™1s£¹ÉÜln1·šÛÌíæs§¹ËÜmî1÷šûÌýæó yÈ1ŸšÏÌçæ ó¥ùÊ|m¾1ßšïÌ÷æó£ùÉül~1¿šßÌïæó§ùËümþ1ÿšÿÌDVb+‰•ÔJf%·RXqVJ+••ÚJc¥µÒYé­ VF+“•ÙÊbeµ²YÙ­VN+—•ÛÊcåµòYù­x«€UÐ*d¶ŠXE­bVq«„UÒ*e•¶ÊXe­rVy«‚UѪdU¶ªXU­jVu«†UÓªeÕ¶êXu­zV}«ÕÐjd5¶šXM­fVs«…ÕÒjeµ¶ÚXm­vV{«ƒÕÑêdu¶ºX]­nVw«‡ÕÓêeõ¶úX}­~Vk€5Ðd ¶†XC­aÖpk„5Òe¶ÆXc­qÖxk‚5ÑšdM¶¦XS­iÖtk†5ÓšeͶæXs­yÖ|kµÐZd-¶¬%ÖRk™µÜZa­´VY«­5ÖZkµÞÚ`°H‹²h‹± ÅZœÅ[‚%Z’%[Š¥Zš…,Ý2,Ó²,lÙ–c¹–gùV`…VdŬÖ&k³µÅÚjm³¶[;¬Ö.k·µÇÚkí³ö[¬ƒÖ!ë°uÄ:j³Ž['¬“Ö)ë´uÆ:k³Î[¬‹Ö%ë²uźj]³®[7¬›Ö-ë¶uǺkݳî[¬‡Ö#ë±õÄzj=³ž[/¬—Ö+ëµõÆzk½³Þ[¬Ö'ë³õÅúj}³¾[?¬ŸÖ/ë·õÇúký³áÄ8 NŠ“áä8ŽÃ)q*œ§Áiq:œgÀq&œgÁYq6œçÀ9q.œçÁyq>œÇ㸠.„ ã"¸(.†‹ã¸$.…Kã2¸,.‡Ëã ¸"®„+ã*¸*®†«ã¸&®…kã:¸.®‡ëã¸!n„ã&¸)n†›ã¸%n…[ã6¸-n‡Ûã¸#î„;ã.¸+ã¸'î…{ã>¸/î‡ûãx „ã!x(†‡ãx$…Gã1x,‡Çã x"ž„'ã)x*ž†§ãx&ž…gã9x.ž‡çãx!^„ã¼/ÅËðr¼¯Ä«ðj¼¯Åëðz¼`S˜Æ †˜Åæ±€E,a+XÅFXÇ6±…1¶±ƒ]ìa8ÄŽáxÞŒ·à­xÞŽwàxÞ÷à½xÞàƒø>Œà£ø>ŽOà“ø>Ïà³ø>/à‹ø¾Œ¯à«ø¾Žoà›ø¾ïà»ø¾à‡ø~ŒŸà§ø~Ž_à—ø~ßà·ø~?àøþŒ¿à¯øþŽàŸøþÿà¿øNd'¶“ØIídvr;…g§´SÙ©í4vZ;ÞÎ`g´3Ù™í,vV;›ÝÎaç´sÙ¹í{¿}À>h²ÛGì£ö1û¸}Â>iŸ²OÛgì³ö9û¼}Á¾h_²/ÛWì«ö5ûº}þiß²oÛwì»ö=û¾ýÀ~h?²ÛOì§ö3û¹ýÂ~i¿²_Ûoì·ö;û½ýÁþh²?Û_ì¯ö7û»ýÃþiÿ²Ûì¿ö?;‘“ØIâ$u’9ÉNœ“ÒIå¤vÒ8itNz'ƒ“ÑÉädv²8YlNv'‡“ÓÉåävò8y|N~'Þ)àt 9…"NQ§˜SÜ)á”tJ9¥2NY§œSÞ©àTt*9•*NU§šSÝ©áÔtj9µ:N]§žSßià4t9&NS§™ÓÜiá´tZ9­6N[§ÓÞéàtt:9.NW§›ÓÝéáôtz9½>N_§ŸÓßà t9ƒ!ÎPg˜3ÜáŒtF9£1ÎXgœ3Þ™àLt&9“)ÎTgš3Ý™áÌtf9³9Î\gž3ßYà,t9‹g‰³ÔYæ,wV8+UÎjg³ÖYç¬w68„Ò¡Úaè°çðŽàˆŽäȎ⨎æ Gw Çt,;¶ã8®ã9¾8¡91g£³ÉÙìlq¶:ÛœíÎg§³ËÙíìqö:ûœýÎç sÈ9ìqŽ:ÇœãÎ ç¤sÊ9íœqÎ:çœóÎç¢sɹì\q®:לëÎ ç¦s˹íÜqî:÷œûÎç¡óÈyìsŸ»/Ü—î+÷µûÆ}ë¾sß»Üî'÷³ûÅýê~s¿»?ÜŸî/÷·ûÇýëþsy‰½$^R/™—ÜKáÅy)½T^j/—ÖKç¥÷2x½L^f/‹—ÕËæe÷rx9½\^n/—×Ëçå÷â½^A¯WØ+âõŠyŽ^I¯”WÚ+ã•õÊyå½ ^E¯’WÙ«âUõªyÕ½^M¯–WÛ«ãÕõêyõ½^C¯‘רkâ5õšyͽ^K¯•×ÚkãµõÚyí½^G¯“×Ùëâuõºyݽ^O¯—×Ûëãõõúyý½Þ@o7Øâ õ†yýÞHo”7ÚãõÆyã½ ÞDo’7Ù›âMõ¦yÓ½ÞLo–7Û›ãÍõæyó½ÞBo‘·ØKð–xK½eÞro…·Ò[å­öÖxk½uÞzoƒGxÀ#=Ê£=ƃëqï žèIžì)žêiòtÏðLÏò°g{Žçzžç{z‘ó6z›¼ÍÞo«·ÍÛîíðvz»¼ÝÞo¯·ÏÛïðz‡¼ÃÞï¨wÌ;îðNz§¼ÓÞï¬wÎ;ï]ð.z—¼ËÞïªwÍ»îÝðnz·¼ÛÞï®wÏ»ï=ðz¼ÇÞï©÷Ì{î½ð^z¯¼×Þï­÷Î{ï}ð>zŸ¼ÏÞï«÷Íûîýð~z¿¼ßÞï¯÷ÏKä'ö“øIýd~r?…ç§ôSù©ý4~Z?ŸÞÏàgô3ù™ý,~V?›ŸÝÏáçôsù¹ý<~^?ŸŸß÷ øýB~a¿ˆ_Ô/æ÷Kø%ýR~i¿Œ_Ö/ç—÷+øýJ~e¿Š_Õ¯æW÷kø5ýZ~m¿Ž_ׯç×÷ø ýF~c¿‰ßÔoæ7÷[ø-ýV~k¿ßÖoç·÷;øýN~g¿‹ßÕïæw÷{ø=ý^~o¿ß×ïç÷÷øýAþ`ˆ?Ôæ÷Gø#ýQþhŒ?Öç÷'øýIþdŠ?ÕŸæO÷gø3ýYþlŽ?ןçÏ÷ø ýEþb?Á_â/õ—ùËýþJ•¿Ú_ã¯õ×ùëý >áŸô)Ÿöú¬Ïù¼/ø¢/ù²¯øª¯ùÈ×}Ã7}ËǾí;¾ë{¾ï~èG~Ìßèoò7û[ü­þ6»¿Ãßéïòwû{ü½þ>¿À?èòûGü£þ1ÿ¸Â?éŸòOûgü³þ9ÿ¼Á¿è_ò/ûWü«þ5ÿºÿéßòoûwü»þ=ÿ¾ÿÀè?òûOü§þ3ÿ¹ÿÂé¿ò_ûoü·þ;ÿ½ÿÁÿèò?û_ü¯þ7ÿ»ÿÃÿéÿòûü¿þ??Q8H$ ’ɃA\2H¤ÒiƒtAú C1Èd²YƒlAö G3Èäòyƒ|Aþ >( …ƒ"AÑ XP<(” J¥ƒ2AÙ \P>¨T *•ƒ*AÕ ZP=¨Ô jµƒ:AÝ ^P?h4 ƒ&AÓ YÐèt :ƒ.A× [Ð=èô z½ƒ>Aß _Ð? ƒƒ!ÁÐ`X0<Œ F£ƒ1ÁØ`\0>˜L &“ƒ)ÁÔ`Z0=˜Ì f³ƒ9ÁÜ`^0?X, ‹ƒ„`I°4X,V+ƒUÁê`M°6X¬6D2 :`°ðˆÈ¨ @ŒÀ ¬vànà~a±`c°)Øl ¶Û‚íÁŽ`g°+Øì öû‚ýÁà`p(8 ŽÇ‚ãÁ‰àdp*8œ Îç‚óÁ…àbp)¸\ ®ׂëÁàfp+¸Ü î÷‚ûÁƒàað(x< žÏ‚çÁ‹àeð*x¼ Þï‚÷Á‡àcð)ø| ¾ß‚ïÁàgð+øü þÿ‚Daâ0I˜4L&S„qaÊ0U˜:L¦ Ó…éà aÆ0S˜9Ìf ³…ÙÃaÎ0W˜;Ìæ ó…ùÃø°@X0,‹„EÃbañ°DX2,–Ë„eÃraù°BX1¬V«„UÃjaõ°FX3¬Öë„uÃzaý°AØ0l6›„MÃfaó°EØ2l¶Û„mÃvaû°CØ1ìv»„]Ãna÷°GØ3ìöû„}Ã~aÿp@80‡„CÃaáðpD82ŽÇ„cÃqáøpB81œN§„SÃiáôpF83œÎç„sÃyáüpA¸0\.Â%áÒpY¸<\® W…«Ã5áÚp]¸>Ü!É é aȆ\ȇB(†R(‡J¨†ZˆB=4B3´BÚ¡º¡úa†aÆÂá¦ps¸%Ün ·‡;Âá®pw¸'Üî ÷‡ƒá¡ðpx$< ‡'“á©ðtx&<ž χ‹á¥ðrx%¼^ ¯‡7›á­ðvx'¼Þ á£ðqø$|> Ÿ‡/—á«ðuø&|¾ ߇Âá§ðsø%ü~ ¿‡?Ÿá¯ðwø'üþ E‰£$QÒ(Y”FŸ¢ÏÑ—èkô-úýˆ~F¿¢ßÑŸèoô/JKKKKKK‹‹¥Œ¥Š¥Ž¥‰¥¥‹¥eˆeŒeŠeŽe‰ee‹eåˆåŒåŠåŽå‰åå‹åÅÇ Ä Æ Å ÇŠÄŠÆŠÅŠÇJÄJÆJÅJÇÊÄÊÆÊÅÊÇ*Ä*Æ*Å*ǪĪƪŪÇjÄjÆjÅjÇêÄêÆêÅþÓg8 endstream endobj 498 0 obj << /D [496 0 R /XYZ 56.693 815.761 null] >> endobj 374 0 obj << /D [496 0 R /XYZ 56.693 440.985 null] >> endobj 499 0 obj << /D [496 0 R /XYZ 56.693 423.172 null] >> endobj 500 0 obj << /D [496 0 R /XYZ 56.693 284.218 null] >> endobj 501 0 obj << /D [496 0 R /XYZ 56.693 176.149 null] >> endobj 495 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F64 307 0 R /F52 247 0 R /F75 438 0 R >> /XObject << /Im12 486 0 R /Im9 466 0 R /Im10 476 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 506 0 obj << /Length 1782 /Filter /FlateDecode >> stream xÚ­XÉrÜ6½ÏWð¦™* Œ…«oŽ·r*QÙ±’,(’™âc.òòõi CÇq%:ˆºÑºÃû€/7?]o½ˆx±,–qp}Ä’ÅI ÅT\—Á»í¯y3êz·—ߎCUW}>è±Ã…Rã·¾h mZ|ý3(Ø Á²(B9EÛÜp.ïÇ.ª¶™ï¿ÊÍö±ß?) ±7À2¤`Y¬Œea"Y"T°X–mBÂö$Ý>ÂO¨Ì¾ÍóëÍÇý<A³8SA’ s‡Í»÷<(²0KƒO–óD‚3©b×ÁÛÍ› § -¿'ÙqÄÂ( ’(eiœ-e+O6èa)Ìl ¼ôÜs²B°7RèÞU;è•H¸ÀÆÈõ¶Bïv2Ú¶c³¡Û ¾Íw’#!¯êZEZ™7Ä56øí¿ôÊøAãüϪ)Ûˆ¶ŸzóÿW = ÚS–ט0?æ4(AŒ¸Û)Ð=¸QõGÚ¬I+²UÄVµÑN$ ™3¹¡›ªÛA°ó“v”!<ù‘Óà³rðO…²'†ìá¡Àx+&XhÕ»}Á»½àœoŸ¶MYaþ¢ãº†\Ð4ÍGr¬3î´C[´µ;_¿á|ÁSáü±2£ƒMÃí±Ì™ØÃL# xQ•ºC:FõE^P¥!¶Žó;JSų›6ôºFnØkmÖcGv’öÒ ~ÿíéw+FRmþt3ÐXàQk³DJ,›¶–5fLŠ('­nüÞë~¿$vg^u†G˜6<$w*Ýõ¸þ?6Ö6x|<¾Ì1xÀX|ÈiÍ›+­sœû^Gkóx:ÝâT L¹)U¤O S¬qª‡Kdè«ÃXyãL¸œE…PÀ!)V ù´9fô×áõÅHÈ ÕÙi6IJX¦$JzZWàúWdëÒÂ7÷µpöÚO £µu|~n9­6JÖ¶{²òãXÑ’îN¨sátSLœžÂ¯0t*ìäfïœûLâ';Ù¬b¿÷`™] Q ¤bqXù¸‹Cfaf9ü±% ‘¦vDZ[}ôêW׳Àæübqšö¤jïé²”H¤ˆá¶IÅKèðÙer;; ò¿Gl°D%Œ« `*c©¢ËêÅ„dK öR¶ö[À‹Xn_®^è:6f@2ÚfhΔ1Žžþ?ŽL˜½)ô:¡ 7€;ËsS™‚Ý Ê৘€äY8°f,£VŽW(0ï[ ! éöF…r¨&‚- Œöþ3:«ÞÞ¶À[ÒÒ¡ª;Úp##…£g50*ÚΠ ØØÑNPÂI–>ŒJ=‰HH„&£NB¯V›8B5™,UÉÔ©Z>V Q—¡‚.†k¯,`!–¼» –û¶¢Ë &E/ó8Ý% ªµÅ;˜¯ŠLéP€~:”KàÐÞº1G{ëÄZ,,ª¥ñûa…¢”‚%†6 H$Õºéõá¶& Ý£ o€pìð’²z4->F^·Ù¿:¬,üN~ëÒ/ÏÎøÛv&”°dÛøÚ ô³äÀFGÍ=€¹½e ¤7•cq-¨+­ÄKîdÊÃdJîä,¹a…ŒL¦äNÔÉJn íH"415$`r;o†¥H›Äz&Tžyv²óʱ{WŸ?3ë ´¡*‹YÅØ,pëÅ¿ž•×î›·íèõX;óößgt/rVíàôp¬«aÑD˜Ð9‹¾y ÏŽ÷Òµ ùŠ’^wùBÃY/ºêô›P`H-=ÉfVT¶€,¾àýHD[màó`Ÿ°fÍt@ÄèãÒÉè§­“f¾)J „C÷qÞʶ8oFFKW]Û æÁd%çÇcÛ³‘·’<ËÖZ©Ð­ùš£UjÙ‚Šk¾N] •1À5>³D‘HŠ ¡/#›±‡4T“2yAͽYhi†xoó®#¡%þD`uõ“ éÏà–Ç k]êÓ¡¾ã°žps¥k8•Š…7_âòŽ™·v‡ïj¾þ’Ÿ•†÷£¦ - ÷©k½(®u{¿çþ…¶õt§m¸¦'hq»ŒQC~\6Åð‚VàIÄ¢^‚-Ÿº¼tŸüšZt’ ‹õÐéuüù×l ¡ÅL¤UÛ ®Xóäx¿œ¿Xò Ãà)‚mgzm§à‚¥âÔŸÂuÜ­t§ðåÄÕRšë¯$òêrŽ~£p ¾â1ƒÞ6H2˜ÒkqøÃƒ?FbÌ"¤¸¾%2÷”˜žNôþ$ûüÇ=%#&ãÄé·þx/·¿ ØwóÛe:0Wëç{ÊZÿxÖ~ˆ 9ãç¿•ý›ßáþ ág1 endstream endobj 505 0 obj << /Type /Page /Contents 506 0 R /Resources 504 0 R /MediaBox [0 0 595.276 841.89] /Parent 511 0 R >> endobj 503 0 obj << /Type /XObject /Subtype /Image /Width 1188 /Height 666 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 512 0 R /Length 65303 /Filter /FlateDecode >> stream xÚìxTUÚÇ/ ¢¸‚bEÝÕUw-¸öýp-‹««». ¨„Þ›ÒK¨iFB:I(!½'“ÞCzŸ”™ÉÔdz¯éß¹sS&ÉL˜@:ïy~ÜœvÏyÏ{î=ÿ9wî` @€ @€ @€ @€ @€ @€ @€ @€ @€ @€°oWF€‘QyÿÝtráRL©CBl¸…q.Ï!À8Â!ŒiL7”yìÔQ¨D ŸÜ#„ÞÅ$ÀøâDcw5f‚2£"cª¤þ†Iîn^Hä÷álåÐŽß·?û·oÿ²å«?múâ… ?µ÷èŸ`äAŠi—g)J.Qsž™DÙPfT;5 ­‡DÙp¼Œåjºø\ÏÓQ´ƒ»woøÇ3>[?­ñ\, Ú¢ŒØ©‰ÜEñZwø‡×7ýš«.ÊæÃ>[Ó§,À°Ï8v©ØžÄS µaÙ'®î9›s0¬ö.9cǯ—¸TâvÆ‹ÁÍw!€aà˜?é&‡0&5fBè2TpìÔ€8âKòWµZïl<Ï5ÿ÷ŒÏΪ#ww$lçz-¥œþõVÂnIÈ®Ž\׎J¿ÒËÛW}4ÃbÞ¿ñղߎö) pÿœ!QvÚ…Í?·+¸æ Љ£[º§º&ï³#m¾B?7âMŠe;‡ÒœI\“-Ë Ôx¦Ýµ<ëÀ2ÿt﫹–¡µ&+‰aØ\Î<â[äO¶õ,qŠ ¯ˆe9¸ôPðüÁó&Š`ÛœŽùÉ2b'ýôÄsƒ1`ð!v!˜¤ V¸ÎBŠÆ;Ud&H”¡"¨àØ©1|ZïL×uÿ÷T}ⱎäýI{n¥¬ºº«Âu>Ïñ£¸ /wD¬l(¸J²]ÿŬk¾—ÿ3ÁÈ>Å;œº¿-ŒDn ¬é‰erÁ̶ùN1c®Í§£«v8¥‡‹nÞiQŸKÜÌ9y5i}´íÎ;-ÊHßÄ^Õ±#Øžˆ¢•G£6¹§õ£8E×kaÍéán‰~ôBÚ*«0ýh†.²MÚæUésÿ[f}£ YöVwäz¿Sõ¸¦[\¨­GïÈí­ŽE¸WÄÐvÛ'ºæÊ¤­x#:êÅ'c¬sum­±Ië.V{L,7¸GƒÇVï±Áµðbw²K×ñÊ\„» iOhí0tÜ\4Qä ‡õºÞ®À9fLRF ›@¡³<“…fBè,TÐh ø•Ç4æÔ€p ¡ntNÞs>—øÓÆ·|çÙ§Â*£òŒ·1|ZÏ#¶Ö-_ÿYgÛQr±£ÀãNÉE¹ç‚¤uϨœÞöž÷˜Òé­¤Ïß,¾äc½êŒ«õ,ÜîàÛ§8c—kñ+ýør±9áBÔ&ÃØ"ƃ}––o¶Ëw$­f»‡æ®p©áí»Ã‹‹[y‘îÃ8r:Á2‚Mk@qš«'ãö„ÖŒPc"KVÛåSq#6Ç%m äoáp¶Á-¼hM¼c2¦j×Û-D±Æ.Ã:ê~ÿ«•áBcªªSi†ÒãHÔ{ÇÖd™ß¤oõ›-í-:Þ±ã©ñúÝ•¬=^è3¡Üà^ Žä°]‚ŸB_¦(gÍñ<R­[`æ²³, Wçë»{g]hpD–®=ž“ßBŒ/y“]Þ—©±0IElƒª eþ»\… ­ :¾¢Ù((Éœìƒ)™åb2G½Ü&Êê:Пiã™hš]@eÿçõÜcj Ù»imÚÉ¥wØIwª#;b6kO¾“µù…â/‡.žQ¸ý¥Èµ/ //© ±Z¾ð›õ‡N÷) À˜¡æÄ¹˜ßRˆÕð^齬sõO_vŽ©"b›jZ§YG²­OÇýzX¿Ów d‘]òN_¦[ŸÚ¢i{OÆ.9J|¨µðXìÆód'’>‰T}Ð#y…U¸~Ë)xÁ±”Ca5î$¦Õ…”åGõu&­?ו¯'néÑ0¢žŸ¬·ÏÞx</k¾Ì%ß. •eÙœM<EO¸Q¼Ï9×&R_Ûù䥇BPU{.Ä­:Yä=øSB2ÝeËÖ3}å1}O-Ö:g,·- ß!–‘úfͰ2Ö ©+ô¥!­;SÖÙB¢¿GB;[x˜´ö¬±ö˜Æ-¢dý‰¬8Åþ¡…S¾óø Ûh<ÏJb÷6€ƒÆÝþ|4ÞN›|ûð’•7Þ)}•Á¦Ì:_NßDRöžŠ]d‰[iIoéa–ûÛÓ¥9á Í]µÅ&5 Wúwèa1?á©á[Χna•°—·_׉qì|ꊣÃúÓÒ*·t:Söq u!Vß8q7K•ÜÁI´]]ZÍøšÔ”å'Éν´Þ®`–QÏBÈÚ15N>Ùk¬‰íéE6É{CjŒ^»ìÏ‘¶&èº==ébÔ&Cç¹IjfƒMŽëß`‰Íù¾™: 4ZÃÀZÏœ6»¦ e‡òãrÏ:r¹Md÷Ÿ(i繜þ5 †Oë"Õb%mËçÏ6xvÄmkr·`ç+Nßýaõß²ú磾Ëÿ°íÿ²œ~–ç]ݶnÑ‚•[ìÉ}Š06`s‰:LnïZ/5ÇÞäK;p‚tŠu»3®Cád·Ó=Ñ*G¥lÑoÞ¹­ ý½ã6^¡»vWEÝs*ýj¥ZÒp‹(צSg%em8‘mYmy&Ã#GÄTµi·tÂS'“6žˆ9šÀg×ã'êhÒ¤d­wÌ?‰×s¥B%ª¿Ù¹†SIã’hY‚füÚrò^‡Vaäu†«ÇkÔ=öÆj‹Ì©£ ,Ͳò0Ñå(ú~GÒþèšj­¾ÊŽvaEá¦ãÄ2²+Ô³÷Ù&õZß^£ì¶=ÏcêðR·uE¹[NdZGôô—°xGs]IzöFçûh3‘yÈ‘d_E bs~ÜmvËR\³ÕD”05i™G®Ájœ´Ñ-f[²^"HÉ›lS»ÖÀ¦ñ«aG®³{=¼lÓ‰ÏRµoýmŽ5$=â…ÓŒJŸ~±gÑï.¹¿Ö\Ý.Ñ”®vQ'¹ø‘¶ u¹[åÉhÚNûXë$>«®«t}¥°hÇ)C!ÐÛ>vÙ»O÷s!'ÒÑþ¾á¿ÒvøÝà> MÝÙ£õPhÍö'­ðH3Ðz1›]y~OïîÛ…®™¬Ê.ÏÊ;eÓ5Z©¢]úÛ:™ÈûlÊž`N_·,ßh›žŒKû[B)n„vVÁû"ÇhSN5L“”cofƒUN„tê,ó¿âGè,TÐh „Öëÿô&iN {.äy¨HEº¼¦K÷ÙD¡$»Jÿçõ\£9}Ø¿kå·³êÃ6RŽÎÞäB²)nîô"U”W-}—mâ2“öI_Ýß…¬"ö÷˜¥ÃíC`pÊŽ.­×Ѥ?ß-¥·kø­·ÅÙ¨çw÷î¾]èJáʪr(¢é›ÞÑØ V·´ßTž¶ßÊîíöl‡+ «ý%ø÷sµ Ë3T±¾ñ~.¤ßƒØ¦œjX&é™Ü•f5€QÆ!”Aè¬Ó±\3!t*h´†nYgX¤OäÀ5 Ž\-]nY¡Wy$÷–ÛD¢HSm@ ŸÖCçêÏî­[ÖüÄÞÏ‹²üO¶õç-Þ?oñÉŠÙ“ü~}æ÷ÿc—Äf¥E–Uýó?ß-À(JÙaë%Á*üŒŠR|夻îuLÄJ.§áKɦÈÓ¤-WË·Û†.8¾Ê1n“{aþ™›9ž‘k¯Ò;« .YÓ³j Ÿ0|G¬ò&±s^Ú+)xᱸŽ¥,ýJ*ê|Ä‚!+®òðO蛹‡­ãWd^p,-Nÿ”–&?u±eÄÁ|ýB]ËØm“´Òp×À¼Úîvꔃ!=Ʊ©4ÖåˆEÅôâù·´eCX†-?•i Â:ñ«]Ö‘ ^YäXÆÖ/¬«¢â ]ëÇׯnCÝ#–ôja´#E¿¦—n°Í³ínOµ¥ChÏ'‡¶ù¶]홹çÿ¦Ù.|ËîàÖêʬs—Îþ²|Å¿¾ÿÁTqF“àò-¶IÄ‚—»/ÿ¿Ž^ƒ¿”¥ExÜñF.®ùÚ3/E,³sÈVêz}¬ƒ|5b¥7­³ª ’ÕK»Õ— –ÛdëÅÅ/òƒ•ÞêËÕ6Þ‰—EmF¾^†T É že6ÇYú÷)TfZØ‘,|dø'è-ü£ÖqË ²-5¯¶»:nW½³;!U»œŒwy Q¼CîlKÚ€2WÛø÷Z»n¼VÝÏ áWÄx©Û2GÛØÝ~¥k¬ÓÓ›³G.ƒWž"­Ô/º5ô¶‡Cˆ‘¢íwˆ²¦Ýêiˆ hµ]¾µ¾©vWS-Î×è:ÏŽ´^5Ñ다UÁZïôñ(C­·ÎÅp¡žlq—Æ÷Z¨#vû­w²+b<å¶ô„uÜnïƒW…„›cgÛË]Ãa`O+/¼ÚÁ›+iEï±>BÛmÛ£õ,ìc»Z‹W»ãl¬ÖK°0iŸÔ•½«=\iÊ7~^7ƒŸ©ØÖ­õ2“~µJЫk5-Z´Æáî½»/òÌ[n²ªôu¶©$5qÒ[b&ëÒE’…Ud_ç·‰_âF“ê{wÞ1dþÕÁr™‘龡èÂoѶËvZ¬_ò¿cû·f¥EUÑJ¿ýáÇÕ–§í‚i`Ô*]g–ÚØ¹–ûÅ™ÌéZO)²R#ÞtÑA¾±ÂG¬ß¨ÏH(r £–·tYáEí¬*°¸—Öó,Ze•™§_zRý{k=ošM÷’õNKi>#*«‹ô²#©†+öå¶§¥*s™]¬QªMpÌ:vyïEš9µÝåÔ§suZÆÚ+~¥‰.[té'ÛØ(sµµ/Z»æWëëŒ?µþ*Í.¸Ú®·A:Ÿúeä.ß’žedp´¡qVºÆŒCÁD{¨Æ´^ž•¾©v~yËì‹YÄ{©‰‹Oä Úø•l²"9UëÅvcÍë8 ›<šþûYÉç£V»ôÙ”¹Kã ºáȆÝþcãÕeÌÅI[ÒvÏÞÒà ;÷Ô``Ïcž ÷d®¤>c}<˜ÚGëuƒ é÷3¤^ûz&íÓ[ëyÓðŸ‡× †ÀàÇƒË µÞ§¤¥§*X=OJ#­nj²ÿ2T.t)…ɪrŽúæ¬8žz6K,ì®my~ñ¶}œÿpä‚#ºöÎmri…kü²‘œ¤F³æÅî/0–8É&t–mP5bà7«y… Pƒ©ïë™SÖSi=ïf±‰\nÝón–-ni{=‹ú×€>­‡_M0ï›Ï¶Í¯Œ¿Ts¾„t¾<#ˆBΤÐË«ªÉÿí»Ÿ–ØT P€Q# h•u–~÷ífŽWärÛhš^t¨/9£ËNr¤ÿ‹³-AÿåyåÖC¡?I Uwk=JwUÝ«¦âkó-CWùðôe#<¢,¨VySm¯gY8—óôk3FrÚʃÁ ð÷mÆnsIß{½ÈpõµÌ@ëYØÅj=ƒ_ìB*Õ¬Úîrj¿nËÐŽœ&m1ÑåîsUÇ&-± Y`²Ø>e¥aÆzxÌÏCIÜëSÔëûJÏ×ݪŠìõxXxoã¬èµŒL?ÔÝ$Ê>{ÃÇØòŽubPÕ.{ÒIBÖÝiÌŠÎØlaaŸì|CI¬=%ÉË\sW[gdéWÇü„„EB{V×Ö)ËïÖø_ºd;;2v‘S‰Mש‘1—9—럊ì`%&#k,î‘QKînçjÃáè±ç‰Äå÷b®Ä½ÇÚ.ˆ²ËðN§T —Jý³~·(1ɇ#÷¥ÕwëÄ•¦ìcÓKë­ò¦ à?³Ü¿Áí‚È[ ´ÞÒSe–§¢·Æªn÷h½“žo5T.”½Æ¤µoì¿|c£MèBTÉáø \\…¶RnX éq~›ôUÖ™™Í_ÌÄiiì|™pñ:¤ÜGn’¦í1Ú`‡"k¸¿ÀXÂ5ªSgYÐk="¡³PÁaªa‹û´2±‘·ó|¢û7É]Óû×€>­G(Ðþl´¹n±zudÐE7»]AWݪJR)•ùHè†ù^/&|óÃ+÷»™*À(bã—ßõYwkʅȵçÒל«*äªÈÙ7Ö9çm²IPê×cqñË=¹ Ä/0(ÕÕ<]]×c]+<)µùw¯šˆ%Xççð·xä-v)½á^TÛ ªÝ¤ãeÝŸÌßn½Iœ(n™GÞ*SZÏÖ¤Ö³°3«¶»œút…M—e¬¼“Muy‰-ɾ¼µëѶ[ø+04ôÇbÎr;wGZ›ÛoµJìz?ŒjG:ZÐù¢‹;]{ÍôÂõvi+M/ò-ÍGŸÜ•yZ#û·„”½¶©ûý({£mË;7nµÝì(|u¹Õö._bï#í,Z³ê\e—¡ªö8’lKºŒy³½ùV÷«Bb7™agÛ@\¨³gÔàÍ•¸¼ÏXRvh= çÂ'b\¨í}m¤_±ÿæ`Ê>©}¼w ß°n7¸ƒ“·Új=²uy£uÂ5QÖ³0Ñ»¥vCæBËlLTe»ôþÍÁ¶†F‰ª¹óÊ´Äendëî¹y)aÅ5¡¾ŸÚ+Îa?‰øq(tm˜RßíeçèµÇGj’Z‘îÚ`Ƨ¢9„Î:æOE ü '‘‡ÐY¨à0հ׫x«GÖê \Òˆ˜íçò6º¤÷/õIfî¾TÜ¿Äði=›@šQ¶ØÎûéç•ÖÿçÇßÿ÷;[$ô\¾›¿à»?=ïÇïübª,£‹µO¶…c™~› ‰t&zÃeŠÕåÌU¶1+\‹Žú—o³‰»,ízÖË6æ@ U×µºÕ&‹ýÏ'n¹Bé¬Í@ëµéZôkžv¥êˆ}ÂŽk…½—§¾H@éf»X›$>»«Î&+*uý™œ{Ðz«.›SÛ]N}–lÝcœª=.±Æ»ì]²éxÜñ§žØ ¹¥ª¥í·_é”Kªi"{­*¾›Kœá2rÕÅÒ­v±ÖÉ‚š}©Öúòì‚ßìRö^ïµ³°ÂÅ`i~ À졼šµÌ&É-SÈÒÜì|£Bž–µÑ:y·Ÿ>oÑú©^ejM— oÐhÉY¹›OñÉY=`ãWžN_{º4CØróN{®wd§ J·ØÅÙöXãN[c‡F9à”yÀÏ;ÓlüJÙ3eàÍÕ[ë¡FTí4|†ód‰•_Ñ»8‡d.™¯­ÈJxzUÓvØdXú˜°ë•}]È´o\Ê^=ÜnpŸ o1Ðz®eV4+4a§Ö‹^ëd¢wžCçBç VµÉ)igu…ªó%¢wZ*ó ·Ûgðï¶@å.ûh'†>]TºÁ&û0aœë¹ËŽPôѤ„e§ò6ŽÌ$µŠY{—0&p'Õ:ë°o•™: ¾v]*Úx*cçÅBS1}j@ ŸÖ³  šbƒÏò}îè`å~÷Å«W#­‡þEÇ(f½•÷öS1”`”¹–µÿ *b½7¥o’?y«þñÔ"×Ò£•{O'.íúôù–a‹¬ã7_6(âWØëu…x¶ÐÅö™{®w¥Ähxå¥*ƒúËw¹õÔ¹ðiÕ™²c}3Wî>gXèPx4€zäb<þƒÅwûõ«Ó¬Úîvê^˜î²y'*Þõcӿئïó§óÉ_o±¨ðhâvŸþ-¬Øí–¸„(u0j¹Kî¿þÆ¡:KÂ3IÛï?È¡ô-Ýîš°ô(ÑàŸÅ®q/8hX‰oÉVGÒÏ–Ä§Ž¡?^îZxXŸtׯ½œ½Ú&|ÁÐU†fì6æ)d¨Î§ìŽ\z"s¿Ÿùv6nÏ{1Wÿ±ö¯Üa‹Ÿúgç⣔£>Å{Üc—Òÿö¡Wýßíšü•¶y‡ýMÛLj ™ô‘pƒû4¸ÙæcÝóº3òØåôÅx‘¨ÍW)yþº‰ªŽz¥/?ÖyêC‘ËOvÙÇ`bî8¡ï»uv/÷öÉ]¦¯íW7bâÐ$5£ÁŒ>1µø„1úTšÉ.ÏRT;5 †Oëó§ÜK¯üþç{tlN&¾†Û+/U‚M€1ù7[Òi>þT_Ks[S×¶XÖ5Òªóå`€ ŒSû”~[mƒ[ξ+åweÞ$Õ ‚c§Äði½£~“\ï¥õV\¬›c ß²ßN¦ž-SË›‰/mÝÖÉ$Q +NöûLp˜.Qø7æÌeFEÆZ çõŽøVŒGN‘jÎ%ðÍe“5 —Ö;|½†Cëmß¶eà׊à ’fC®õð—R«”•RŒ„«ª ƒÖ­Zà×zJ…1@ëÝ2n–_> Ðz15pÓ;“±—WGpäàK‘?bm6†Œºt&†=³<Š-1ˆçgí{ {äƒ-g‚H±ÑQ d¡„ví¿cÏÿ`s5".†”Z%¹ýôáçÛ£˜2ÙàGgôñ ü-úôÏÓÂGìñ—?ž¿Ç;»Öƒ<^œC¯#­^;ÜC3€“zèZïåÕÃ"£¢¢òXÒ»¶|Õ„‘6GÆÞ Kdf¯Àûk‡Q@XêôÉ”IÓŦ|êVÖÓxI¹ûØ”¯ýzÚ\KZ6{}–ÈüÊÇžÖ“±b÷¼?Ã^ørÍwÏË^Ç6|õ"†Mzk[S2x­×ë³…!×z&†f ƒƒÖƤÖ{Û®X4 XWÇÚýúñ¬Gðz{ežG±HŸ{ä…çÃ㦾8gÝ…|Ѳ¢Ê°ƒ?¼óÔ$¼èŸ¾Üz¥Xˆ+šêÈÝÿž=kš¾¥Sþº5qÐZ¯› EW¶Í}Eߪ'ßøøÇ»Và†­Òk‡îðêžLaßþÒHÖ? Œò±?}¶Æ=­†ØÊ‘P6|ö—ç¦MÂúõz°ð’·¾4éÕ‘þ‹ŸÂ^Ù™Áïeùî0í‡NèüÇ{bþr4Wl÷öÈ·,ù=ŒŽLH>ûãkÄÞÚäg?XìœQÓµu%¦ÇŸXüÑ Äã=÷—ÏÖ\&‹ÄAP“´ùe ûãú0zÏÇfÔæ?cØó«IlYAÇø÷l¶}±ø®ãe¨õ¤5ÙîË?!º0õ¹Oà õÐô8‰)Os õÌÕz2©Ä8š×ÿaØ[Vy8Œ´ùM«|\ÈHi^_MÁ^ÜÏíld±ãl“Z¯GVôi³¾¿Ï­Šê쯸âÒWS±Y›R¸ýz]îþw¬«×ƒBT~泩Óçù2$x#O~p+ ÔëÁ Ì;öÎÃÏ® ±õŠhW¾6éÝãü{Ðzƒ)¯Ìg÷¼¿Ízü! ›òþnÏ÷N–‹$‚´ßÿˆêôïÚ`5Ðz¦q°Zïá×z2^ŽÓ×ObØão}¿Õ%¼˜'´w™94xÚý› ­g¾ÖCËm㈩žH7½mS(è/ÈÇ—µß°$b^ÊÖ—q5Á0•ÿ³&nÍsØ‹[’xýʾ„=<Ç1.ëFf7òÊ9’>Å…©6£ÓéWàHøt5²È­À¿ðaöipm®ÖÅsö·³’îþ È'‘Ö{ß•,¨×ƒ 6ÕˆÀ^Ý•ÎïoX+D¯õr]1ÂB[\ëà-ìèr¿ƒaüù¸ljzrà¡÷'aï9“…b^òæ±ió‚»LljÔk=¼I¦q]f‡ý<›òÏ‹Q¯x Õ†ó{?|€¸I[^ÄžYSK¤2ýôZ¯Px·ñ’ò³p­· ŒÓéœÂPçÍß¼ò0†ÍúÅ«\0,C3€§ ¹€ ÁØ×z*þ¸Úók¢Øƒ×z¨ìÜ)ØÓKC™bñ@bdˆ´ž¤úÚ·bÏXtΔÖã¥ï~›þs8Çhõ•<¿&º3UTáù ú{]b­xh´;rù3جžqI‰ÉD»ýç tʸšAk½ÁŽóúÜÉØ[Öù|}NFÐwS ­'®<÷ÙÃØ‹›ãkûi=“ƒ8Øq^İW6†W‹{Æ‘AÚö†=»<‚!ÁÛ\pâlÒ'îå¢~ZoÀñêÔzóC9½ÎÈͳyÃf;ó‡chð´¡0Zo$´žTÌŒÝò*†=õå6ü­Á×Μ.˜§õPÙ˜M¯`Øôlt¸ê{ÞÁæR(´ÞK+·„tžBÅ»ÀIÙý†MûhÍqïÀÐÐë΋Ÿ7¦õÄÕ¾ÿ†Mût×…€àëg\¯ôî'yç_‘ù÷Þ³A¡×]7|ô6õ çdh´3àÇ'°?íHãF²BžŽÍø9„1X­7ØÑdî{‰®Åö~¤øä¤0ë&´žTL Zò 2ëü£Þá‘ÎCÚŒÐz&q0½3¢wÌÆ·Úæn°>{ÅçêY›Íßà;hol ©îÜìãå~Þœ»ÃÍ'((èâïh ;µÞÀã%"»Œa/ZœM¦Ô–^?n18&>1úúñùÏbS¾¼T%ž¡1íiCa.´ž™ZO"GD¹„¿ÓÒ¦€ß;žŸoû¾¬evþI9øã»Ï<¬Qÿ3ý_Ó''W›¹ÆÊüñoÏMÖ7ê/ÿc{<»_žAA´¹o˜ãEÓ§ ªH¶]?@€Múà o}³/±¶_«ø…çW¾?SŸåÉw×3ú¶¹"ìð|¢¿S_ú¿åΉ ¡1³öÚl¼¿~{e{:·w<3ä—Ø´ï®Ðxý,à ƵÞál~WŒ Àömü»utÉ=ŒŽˆ•éºìãû`Sžxþ¥>T}ïÄœ¬skç¼47ÊÌ7ÿöþë¼q'æä^Ý·ðã?=¡ÿÅŠÇf½÷ýö ,‘An¾ç†è€gxöõO×ûWŠî>^‚êðŸ=7ùßø”'íùâ¥ÇˆòOüyîÖË…ü!š>V5åiCd.`¼3ÊZŒê2 þ â.%B°ŒC­gªì85æÖÕvr ¼Ž;]ôŠ‹ >·ïÛg±ÉÿçTÀ.k—›ðs ãZO,À@«Ã7}òñ|%öè¬ +€Yà^­ZïÞ´žH(F Ðz õîMëåfg#ÆÈh½; @€ @€aÃÈh½¦¦F`Ä­Z´h½N­×ØŒ#£õ€´h=Ðz õ@ëÀƒ†N+/ϲK ü’tñå ç)Á.Sã/¿ÅªôËL@­×P?NQ«•¥ä¢„䘘ø¨˜øHR\":6<.1:3+µ´´ˆÅfÔ×éô™ëôÔw1©JYM§Ð™4•J1Ñ;Û çb¡?ð¬—I%6 æLThÅçÂܧ—&üCÊØ©hQ]jRœ‘2¶&^}¥*ÇìŒnde¸œrr:io&®nÎYÙ™`7`|-¼G@ë54ÔSŠK 95¬Û·o÷ù ú[·n¶´¶ÔÕë¬ê¬Lo)ïjƒô¸¶fa½Ä±©Ž:~û;H¥RßMye©H,¨fR*«È<>W àó<>Ÿ'‘HÆW¿üü}]òK/]´tÙâõ×îÞ»óà¡[îÝ¿;"2ìÁn­VC£Q™L†© uu::½šÅb)ò âá2‰¡‡w"ÀAŽ@~.‘ˆáR< T—xEœ~LËÛÙ¦ lÕúµéšdëj?küÒ u‹<û¬BJ+c$ôÚÛÛî˜nÞ¼‰äÞDµFnUÐzÑÑÑÑÜÒÜØ„þ®ÓÕi5:µJ£P©­ª©©áfSÖM­k“h‰Šút“⬢jV³ì`³.\‹@&“*” â>𛛥ä"µFÉpÐN§Õ'á[Ì(ÛøZ#eçïïokkkii¹sçέ[·nذaíÚµ›6mòô¼„úÕÒÒŒ@Úçø ;ÔÁdÄÅG.—‹4¾Ñ H¡$¥RŽ&F—‘²#ÆzjkkàjLlX5ÄŒ® ržBMÆŠcf§Ìq}ŒtáEjÖ/-ª³šê?4Š73óæç’,À\ÀÁé¤=Z¬ò„5W(á‹¥‰L$•‹e ‰\)U¨dzäzd ¥ eFE&¤)äüô‚€'Ñ¿à õ(­‚zT^]½N[§ABé¥ZŽ®èR ’§éD‡nÉ4Ô¼Õ$w@9›´ÌÙmªMº"ð.´¤W©T„ÌilD4 d¨õTzߨ¯¯C ô§XO«Që´š:¶¾N‡bêKË Õj—ÏÆô¾’P” eæÖÖŒ—Þ!­—ššzþüyBî>|xÏž=Hè!ч4`[[Û-}hoo¿æsU/õˆAgÐéh(Q…Br€>©5µ4èÄ/{VWÓ&F—‘Ó¶47!æ°Y6›Éf1Y,‹‰ £ž¢Tôç~5&6ûO\¶=þþ÷»‚¢3JÓk² S¥ü’äkï´(5ô™ò gf‚Å€1¡õº6õ„ÄŽžB%C²­÷Ô%Zø©µ*=J•FÙ©õ&œDŒ€ª„›Ôñ”Ä¿£cpŒ‰h½ ñí¸Ó¡z*4åUšþè"€´žR^.¯šÕÖaäyfÕuQɸwñù\´–JÅ2©„@.“j=¡€bôIb©DŒ4Bm gi½´´´K—.¹»»;::ZYYíß¿çÎ{÷îooǵÞíÛ¸Ö»ny æoïÆò‰(/oÂ:•R¥Q«ðc¢Óª ¯6 =$êUJù„Ñz55l¤æ´ZµNêê¥F­$´“Q ·`¢RNa~8oO[µúhÐóöDÄgñõuÚŒÐþ"Ìãéõ% íÑVÍÕÇID$JEyÀ€À¨k=¡˜w÷}½¼ ´œ¨Z¯<æC9ÛºA¢¨q,ù´Þ`µñÞxÄ/àZGG‡Z«Rið=½Ð“+”2™R¢–gi™Ÿê¸+îtÜêóâ–;7%*æO2Ú¢ñÛñ!ÇãÖÕéÄb‘Z­B+a­VSW§-)+D–¬å³Ñ\.Cñ(U©” …FÍ©a—Þ!­—‘‘áååuæÌggg›ƒîÞ½ûÀ‰‰‰ÝZOM¡„LŸ¦Úñžlýì˜wgOøAg0r¹T£ÁŸÝ•J%lvÏ€2™ N‹\B­Vòù<€?1ºÌf3›››P—ñ½<¦Ád ÷F©HØ>àW`óó&ûÓá%ÙÕÊO–Y˽½¤ä<"I§U$ú|\•ñc›.°M ¦MFÿ¢cZÖ Wß×jä`=`téÔz]›zúïèÉUZøitjmFW§ÕÕkñë4Z†ÐzÌrAVqØ‹ÍÚdUíæÖºì’°Y(|cÂZo`|ü®àZOÿ=ý¦ÒzRµ¢¨Y¶_C³Ž¿Ý`G¯åÎ-…šõ«¼êÃmåî]\nm]½N$"‡„-õ µ’ …I$ 0D«bg]X› ¦ÆZO†?ÀyýóTx^j«ªR%ÄÖðXµ|6:h.).usõûü³Æ¦$;µÞxï¸N#¤I”„½Ä'¯lTE6*."¡×®óA´ê¢ÛK$Õ‡J#_#Ç|ˆr¢üà*ãzUZo.zží~†“øY=ü_|›?V«kë%§ùË+^«çü]Zö'nö´ÚÜgëÔTð®š6Zëò¸µU2tBW©”²9tBë¡ô'Šd°¨å%HhÔ*¤ Æ—Öóóóóöö>sæÌI}@BÏËË+%%EF&þáÒMoò?}‘÷ɬ:«÷ á-þ3é£&ðÐËeRz5 );tŒ4:Ö_mJ…œè‰ÔYJU¥^ë©Ù,&‡ÍäpXHÄ56Ô756 ÐJ%—•¯¥E}G—Dd9Ž>Ù#ëµú¯_m>CqŒ¨ÞÛOëÍßå³â൷¾Þ"K‰üHⅺͨ¡‘ÀtÀXÓz™(-Ð7ÁbIkQQÃ’%åß|}þ´ËÅÓ.•óþ×øûïM¹9q?-Ì Eroh=7µ8ô%Jò§ÂªuZ‘›†TU»E'ØÕ­õÐA½äD£Ò¯µ¾P-¸DÏü_q苨x h½´^]nœr~_§þÕ»* ñu]ü‹º¼&MD‹ÊµUyq»þ|JÜ^Š?~»<„_¾CŠÎ¨.)+¬fTñ™B¢TÉkx,¾°–+àÐU(©²ª‚F£jµj“>^zGh½ÀÀÀ+W®¿¼žžagg—’š,.-ñyüqòÓS}´Ôi•¿ÿtô?ÿ9±G_(0™tµZÅ`Ðår™@ÀS*tzµT*™`=­¨(ojj$¾”J¼|†øaÁF$ôôà?+YZ\^NFî¬Á`T#S Èqäí`”¤Åïÿo×ÅØª“Qôdý3œ]pòß›½ÖYÿg­ãüu¶T–a~µRFÆÝZÏ?àÃT’"+¾ùWÈœ¿ …<‘ò÷i?ÿ¤NNdÑ)AÁ~Mֿ̈́ýÕª…OòJ~ÕIܕ܃‚ò9¢Ê9rÆ ws½øh“ü$ ?Q¤œ¹¬I“ÔR_$¢ì.˜Ê‚ÃŒG@ë ŒÇÙSHëÊNW§ÑÕkñJÆ¿¥[‡ÓX‡?¿þ­ç7êÊuäŽÛ—SNh} ®…`³ñ»¼J¥D+[¡H@|5¯†ÇD*i=—‰þ,+/AbÏçÉdRâ[]ãKëûøø\¼x1,,,&&ÆÆÆÆÞÞ>%%EW§£]»zmÒ¤²É“E?ýéÆûOǰnBçÌá¤$Oxàñ¸HÜQ(•hpÑ¿èX$š€wŠòò2$ܦ¸¸Ë«EW4T*¡õèt\%€ñNi%ýãy»Ü‚óóªÏVŸ_|Àí¡kï~û›oxJwy 'a͚˯¾ê>y2ú£00v´žT.ö8sJ¥Vð„5ç=Nòù܆Æz¤ì$b¡ç97”*•KNŸukniïZ!妇½D&ý™WúƒŠg­Wr6)XK¾Ó v#ÐVhÓ¨ oRlj¨›ËI¯‡ÎB¥À[@ë ¤õtZ‚èˆÐÖ–fÃ1Î)“w:tõøû—¸Cs¿±©®MÍMhÖwÒܤÁ?ðq¯¢¼¼° ¿ ?¿°0¿Œ\Ä`ÑL*:@æåæ"*ÊÉB ¾NG¯®/½#´^hh¨¯¯¯§§ç… œœœìììпII‰*µyEâš5Á?Lûã å¾ÙA/L#{y k“ÆÂüÒ¨UUåäô¤¤ôÄDDVZ‡Í®ª¬¤Q©ÅD$J­(-1¼2Œkª«ie¥¥e¥%¥%Å%ÅÅÅEEÈË(Í&C¿¯G§«”ʦÆFd¸JŒ#ÆÝýkĨ©åÿ{Ù‘óA™m‚>úaÏïÇ.„âîTFlÌÅgŸMþæ›ò5««V¯ÎùúëÈÙ³Ï=ù$ŠÓ£>¿ µžB%ˆyκ …|´ÒC«;©DìyÞ]¡’I¤"¤õZZ›;µÞx7¸V- û“c>,z‚•ó©VxJ+šì­m-mm­míˆ6œ¶ÖVDk Ê|ÂÑ´^·ÖÓj4Ý/Ÿ_§Z/,,ÌßßÿòåËgÏž=yòä‰'пW®\ÉËË“H$:¥Âûw2^~Y¼ðCÙÞ=ßxcX›4êóK¥ßHI.Ìή,)©*-­*+Ë¿q#;-F¡”æef¢R‹rr2““rÙÄpu¤qû@.+‹Dµ5œÚšnm šr™L£Vwƒ´¥ª ®ãˆqwÿIä Åòí'¿øyf.¹W<‡}þÉ'K.d¯\Iûç?+Þy§ôÏ.ž3'ý³ÏÜC©`:`tçW·Öóó¿^à*ósn=øï¡ ¸D, ü×Ü\¯‹A!˼‰ õºñ2)©ó ÿ yÈKÅ”/œu²«SR TðLÐzƒÕzãGgü"@½ææ.•×ÞÖ~³ýæ­›ÄeßBܺyóf{{{Êl{Ü ´“Á@kZ›­T(ÐN‹"u õõ ˆüwvu(%¡ (:®¦ÑÆÖ ºzõêùóçÝÜÜœÝQðpOJJb±Xº:-+?×yÚ´Š¯¾ -úôʧŸNìg3è…99´ŠŠŒää´„¥¬ ——•¦'&2©Ô¬´4™‘”Tœ—W”›[M™°b‡F£"'W)•LM“‰Ãb²õ WGZ¯²¢®À„ßÕW÷½÷%¬Y7{6g™ó½÷jÿò륗(3fäc’{‘³g£T°0ºtk½ÔßÜ/>o¹r¥>0 ç¸Í…3nOŸ*¼âÝRMkõôÌþtN~txk[ëÓzHî±s¿RñóJÞÐØy_#¡¾Zïy†ó„£-¡õ vôZ‘¦CÊN/ônwèR|Hú!ˆ2[Ù­×¥õèÈtzµ\&EpkkiT ú×èŸ(Z)Œ£§Úºµ^HHˆ——’{‡Z·~ݹóçÊÈ¥©X¡”‹Ä}{/|ø¡ç?>¥&ÄOìgÌò²n‹ŠÒ“’ 9ú35>i=¤òÐø¦%&V•–"•‡¿…R!G‘åÅÅÙéiÕù© Rsµ -µ ñA¢¾®N¥–“Ép•€gÌ&6W^}µxî\ÆìÙü7^—¿ø¢äÉ'Ù“'—aXÞÌ™Ysç^~õU00Fžá”+¥A~P»reëåËšÊr]ÿ‘!¿ÕË‹³dIÐG¢…ßÄÓzÄÛ¡EœÔ¢™¡ ¯ôoZÑé¢'Q ŠG©à™ õÌÔzÝÏ5µ67# Æ8¶Ç­îÜéè÷'þèf;±»§Or¢.9vPeÐå$ß”JEUU¥L&AP©UšB©ª¬,'@Š ªª‚HEÙݨTÊxé]·Ö  :sæÌê5«;’”œPÍ Öp9<~-‚]ÃtrvÀ·0‡¿I£>¿ònd’‹ 3R’ÅB€ÇMON*/.ÊJKU)¹™e…7RSj8l©X„’È()5u¢:eeEccƒZ­b2,ƒ¥ÿuâýœø–v}J---«Ä8bÜݿƓ'SæÍ£L›Æ1C1}ºìá‡9VŽa9þ…žL*áqk«iÔÒ’’Ü${2éÍ&u09æmtŒbèÕ4”*¹ZoZßš×\Ó}0–A Tï+^•åwÌ ,6ÓÍÍE>Î/C‚B.CZ©¹¢¢BBÍq8l$÷ ÷õÐc±˜D*ʆ„!…R‰ Ž‹þôË‚¼¼¼sçκy¸$¥Äeå¤å•æ—”àê)(,ÉûmûÖ‘Ñz£>¿ÄBAFrÒz%Åä¢B$ô¬ãó¸h*¡a½‘’‚ä^YaJ--ÈGILz5JšþO&—vÿ¾ž)ŠŠ àB1ÜZÝŒúÈ:£‘ãb~GÖ¬Žž=›Š$RQ¶ªªJ*…‚ ŽýÞ!…òÍ·_‡$$Ǥf$ff§ÞÈIÏÊEdd÷ůY·êyÆ ¹=›ÉÈNOKMÄ_À’›uƒÉ £%nÈh%ùHñ¡ÔÌ””rr[‹n7s‹³šZZZRZZ\RBPT\Œ(,*"((,,@÷ ‘‘{»víDž†Ø½k×½ =x†ó÷MجsO>™ñÙgÅsæäΜ™ýÈ#93gΙ“¦'J£8¿d‹ŒŠ@rÏ餽™ ¡‡ŠŒw­Gܯr™PÀg1™HÖ¡;T^ºgžïèß’âb*¥ É@±Hˆnܰ ­7ŸáD³ ²¢¼ë7³Ì¥¢œ,ƒ}=½õÐ5‘Ÿ——•uã® lDþñ²¯çãsuñÒEK,~]ºlñ²KÀÏïúƒvUAS@&• ¡ì@ëm”„2 ƒ‰ýQ!êÝÀÀUb$åÞSúpÏB¸gè1$$ë"gÏΜ;·`Þ¼Œ¹s‰ß×Cñ``ÔŸáDª­œ\6(P‘‰±ÌC7hüŽŒnÉHÔ øâBÇ9`ÏþÏ5‡«kcIë[ó†ã)5dׂ…GÒ„}Ž`Œ1.çÀü_È9n;6Ï€û ókQŠ®nüàO}çM‘€5€Ñ×zrÙ8F”{ø 쉅¼>ÇCŽŒKŽ÷÷O®–uÇRw½9uæ÷^4‰l|ÛÐRVQ´dJ¥Xf*XÈ¢ÒÙhM1Nzd8dý´ ð@qw‡Ó—3oCr÷q©Ó»ØC_úÖ c^ìʧ±™Ëb£{Ã2¿ýà}Svˆ2òKyR°<0cZëÉè—ç`Ø‹K|ªDÊ+ßê¯Ø”oj'žÖã'oš…½°!IØsê‚S >üü÷Höð® …´x߀^„&R¤#qƒ®­LI/“¶´êÔ&ÖÆy¾Ñ¹\F1’óBÁ/ 8¼øÓ?Ïx÷åÇÿøñ‚}Wrù挂áõÐþ1ã@žpEiÉQA¡¸cøGFÇf—0$”TB ÜÕá ‡‚¶t&†=³œÄ‘ÞÓ ènw!¹ª ªC­ÇOÚøBWÁºaÝ_ûGí> -’ÚôSk?õ ý‚ó¡¯ü}‘}6o,쌜;Ýïµ­7¤ZO|òѽçègñ»{“j¤‘]Z¯æÞê¼D¹‡ôúŽÛçxÈéº F¬k©HëEò¥=‘JmkG›V9gW(ë[ÚÛ›4ÆÏ¥×z¤bU{³Z9R‘sâ÷}0Ã^øríQ¯ËÞV¾zÃ&½µ-’)½¿µ!¾WĬ’8ÿ€àäìRf OÈc3È9y’††‘މf˜hˆÊœ?™2iú£Ø”OÝÉÒ1{ãT%]Z£¿#[¿9å-›ñèÚÙüö»‹0` Ãwþt ›õÝ.×ËþþW.ØïZ½Ù«\ ×0Â8ÐzÏ~öÑtì©ù—*ÅÆ´ž¤:Ææ—ŸG+sì±?}¶Æ=½VfìzÎ ü÷l¶}‰DΉøi:öôò8^çYj#™½ü{_ « ?ôÃ;OMÒ×öå¶«%¢µžÑü½'#ùܯM×ïM~öƒÅΙµ]¢UB;¾øãÁ“{ežG‰Xßæîðêž"qÑñ·±©ÿ ºKg¥ÔÀŸýå¹i“ô§¾8gÝÅá`µ^\uãÍæ:­F«éB­PÈôœØØ°b³/,<&·²VÖ9:Bf~B|‘ä—ËÂãe|fQr|¨>sd\…+ïÊÌ)IK ÷×gˆŠŠÍ©âãI2nÉ7,…*Á³‰¹äŒÄp?ÞžÈ7ixI1šÁÈUÅÄ}g€;…ÑK“!Ââ«Ûæ¾òžúä_>~çñ.­'g‡-zï×0¶¢OSñsýãç'Î5ýÍ8øõÿ^Æ+˜ôä;?9ft6‰¼ùË7_xœ8ïŒ7þµõbOÖuR“·¼¾—GùFµû,0”ðãW?‹V‚þL#© 9>i^6SÖkôsT³Ö÷wméõi¹éùe´m&MwOóÔèõ ­gTë½2'n×[MùØ*KÐWëñ2ö½= ›ùÕ®Ó~AW×½?{l®{©d Õ¸”éûí£ØŸvfôgá%mx{vU.ýj“w¼ŽM~k…S@,É÷øOhÁÿ¦e¶À´Ö3‘¿W/¤¼Üë—®‡ÅÆEûÙÿú †½¾¸‡ò2¼3 ›ñÅÖ“>ÁÁ~O]Îãm~jáù¤ÌŒ™™…4¼×=ÈtgõÙ°w~¿êfÿ731쯖9ÂAj=Z}kJ†Ö¤8 ƒ¥iHl1W,–Šj¨™!!Ñ"¹²'©¨F,•KbMëÍ&EM^xH`dµV&2s#BHúÌ’Ú¨€À”*_"•ò*Ò‚|ãË:%QIø q[«F^[àŸ_-V(U_ÖØÖ¤&žáŒÌ©U#ªÕ6´ÜºÕ $›yÞ~-4˵Q¿>‰Mùâµ÷žŒæý¯G°ió9ƒÔz½´Œ)/"Æô­mB"£‚¯ùg0Gáú ¡ßõ Mf·tÜnÑ*z§Jj "C‚Ò‹é1Ÿ]˜AÙŠEZ/È7‰ÑÐ^¯ìv§‘H*äP³Q ™Ta—ª2ko6à–â½Y`€n8¼rlvJ¤¬ O>2ǽ\,ÊÚûöä¢Pññ—(ïè›ØÃoo<‘”’âå]%1ixI1žÁÈUÅÄ}g€;…‘J ïŬèµ/bØsßí;âwáÈâ·&wk=Ãý>ƒ«_ç¹¶{…FDø:.{ _!ÎÝîêtÍvªëµ=™†Mºìã±ÞŸ0ìñŸ)“˜sË3¸<ÊÌ7¨Ýg¡DRæüÉCØôoÒÙ’ÞIwA3}ònÙœe½f¡£šµn¼¯kKÿ)i|~iÛÝPóÔøõ ˜ÀZi‡{@Zk½÷\*Ä‚bç/Ã^ÛÃ’ óp­÷µ ’$LßÿNÞ[]Kä—Tzþk*6kS*Oªà%á«ñõ‰"‰ _KP)Úå¯ÁÞ8˜#Bñü´íÄf.â¢xú5$ß¶ÉEXAóÿ€½†&¯0çÐëHß…£< ƒc“ùMv‡vù³‡°¿Ÿ¯–v¶üù5¤Zà }ÚŒv^4î¬A6”$«ðø;†½ë€wÖëú7S±7ç ô7¯ŠsŸwö¾Ù¢2÷LÁ^Þ–ÎÄ-opFµû,0´ʼ׼÷†=üâ§‹x&Sˆ{¨ù#h¦OšÌfÎ,ë稦îøCxm19%{Ï/#m3Æ™7O_¯€Ñ`œh=䨕×<…½°<´*§[ë Ó~ÿ#öèY]EDå.ïaØîåâVãRÚµoÅþr8_(eîz{z9‰£Àkûíå~½˜±(’kBë™Ìß«|òõÝóþ6ëñ‡0lÊø—ˆõÝé×ò»k½:ÛgrcV<½ü[špPZ/ºX¨PªTÚ–Û7•Ò^KSüòBG2-¦\ÝZ¯è›„î}ìì耾ïx‰Ì“5‹òHY¢öÛÍj¢’¬ߏоZO)©)O  LLÏ® s;/}„ƒLjþy[ë}ršƒ¤Äþ] yGn?­—oó†½iU4¤ZϤ ­”E‡FªO²9)À?[Ü5¦2 ²uH@|m}ƒFzw­×5"aYtH@·ñÿÙ;ø(Š·O¨ ½‡." UDEQĆÔ JûƒHT:HHHOHo$!!½×«é½^îÒ+„šwv÷®ìnö’xæóý—Ùgfçy¦ìü¸½½ºò¬ŽìÄ')£›Š‡d™]Ñe )Žú{fÏ‘kÉëK©´8ÕòÃ~Z³Ä›Æüˆ“ï A¨ÿôO7q/()aÌT\ h hdýu‡íJÁª• on´?qÎ,m«Ö+ôß0üñji™åñõ ôŸá…êÎ"®½rAT¬Á%O£ <±ë,ð–è|¾ŸÙÁŸ—Lê…´&­ÐÍ× 9ŽIF3.³Lm 2]ñ;rmaÑz ó‹®mÜg·yJ»^O¯Ö“5ߨ%)f¤Öã–¤9¯ƒ†}ñ÷¦­‡¯2ĬÑþØ)£¹5ÆæžåËòý7E#~ðÉ£5ïÆ‹‰?%éŽ_ DSö†g†`©7fý<Â¦àææq¨ç'®†‡…6-Ì‘6ë»\Vá=£½‚ E‘ûg"4aŇ«Á7÷ÍÕ¢Ü) / -'Éó[O^ƒò[ršçW+Î*˜‡r¯þ< Ýä_À5Ôbù÷õª+Ê+唕Ép<ÚšëjqZ„›­wbÅúòR•C¸ƒˆÝ¯]`FYMuu u·îÝ+‰ðrpŒ(¹ÓX%%N§ õT+‘Ieiü`W[¯`QaI‰L’Ñ,J壂ëyÞ*T±äD–벨ÏsâãW…|)ùßqý?wÊ$®/Ì£K±/Ô;T-‡q©ôé¡(9ÈÅÖ-0·¸ýRéP ¡SÂ%8´dŸJËßì†;µÒŒ¨Ë¶ž1¥ò.SÐzj}')HðÄú(÷ÖÊìíÄ'£›5 ‡¤™]Òe ÃÈ£ÛÖ¡I;‚ ›—²8·Sß®'BcWš ‹2U–uµU…éºÃv¥P_¬ ®>Ÿ8e6Ï‹øã¤ÖËT/ õ+Ÿ‹¬aÄZßÒ2ûʪÁèùajMjÞC‹5¸äI5 »ÎÞÅO£ž ø¹œ{ã˜d2ã4ËÔ*Ó¿ƒ×Ú)©<¿hÚ¦ÁŒã6O™V9 ÓéFZo™²¼ÖODˆøORëIÓ.áí·îOÞ9”½Ddö¾6^Ä íV{tÒš^(Q×z%²l¯µ#ÑsÏþ<¶Ç”Ý¡EÔfž¼Meø·n™Ê›|¹¾[æ–£üžÑ^L»Å½ÐôÃÑäŸÎKûRîHS,–ô&îáÌV´/úß$4x…{Ý“~)P0P[U˜®;lW õÅJñºÈ«Ïˆïš—©Ç§õ$I–ê Ýu~yš\òèÚÏ„'v#%"ƒW·É?Ÿs¶Sëqšej•˾±ãÖ¶ùEÓ6㠺™ÖÃ[¯t÷ŸG·h=<Eû¿œ3¢'ñH×q þïÔÌâfãüóõoŽëK5Ggä ×;ŠKšë)Ž'âÔÿcëT‰Â ø®{¿|iù„X4`ü­~Ù8¿(ÝcÛ›º½|`“¡ôžÉ^Ñ…¬0½ï_݇jDïAº³¾µ‘ë…¾Û^yËQï¯üq-O8ãæCä£}çüìšQ <™œí­§úÕ!ß4iY™fZëâ¼,^ˆ¿;õÛ Ž^×£ «*Ë¥¸`NJô g¢fO¯+^¶WEjZ/#â†Gócê=¯Çe×>xØX#“HsQW]È|ç뙕åy\Ï[Òö=sIºß¹uïL¥~J_Bf-ýÝ00«XÁ†it)÷…j‡JhrèGQ×ÐzÄŒ+ÊIKjéšËî^!q™Uue’ü,~¨¿»õ{Qɲ;ÞÁ‚Žö9ÉQ~Tw»88\ñº– ¹ýHë¹_»y…¬ÍÕ3Œ_xûaùU¾ŽïÄ'7UfMWuh?–ïk£ç¶ç+çgº®Œú-µæßعhœµ| œ¼x³UÞåùÓd*.ôêëL1Ãu‡õJA³4)¶¼(ÉçßU¯¡êÔ0zÆÞÈï(­7ò•yãµÉo.Íør¿{JËŸã%O£ <†ë,Öt+uÑà÷õ)}GûfDÇ’|ö×÷gí'ïÞ3>Øl–+Ñ Û©õwwìZ˾±•±˜}mI“¨i=ÚùEÛ6ÖÐi:O™Ö+´ð„VßiRKwªeø¬î^ÓÖm§´ìÖƒ¦ûÄí—j‡š«ªª½}ïUÃÃûwê*¥TÁÒš†;÷655æ‡8ÙÞÌj¸WWªRIiy-iA•ll¨’Q5—–VݺKÕøà^¶ä~^ZKîŠ õF£×˜DåIžáá!+«©o¼÷ ¥kî6ÖW–Éc~‹Š9Žø­š²Gq–ʪuæƒ{wnUJ[>±ºûàî]êØƒ{µåe·;=­¸©âNWu:.óŸZó æ)h½öh=i‰x†)ÎÅòâôô´Œd^ì g'ß´Ú‡w«eÝ ññ?ÏÑA¨ÇÈos8 z³H²š?±’›FÿKî!3!ÐeçÌÓnN'i=I1ð SæååBÝÑgÅ7PTÐð°éN¬»´¿(ŸÝNoÿÿöÛ  7ÛAq–\Ý.—›D{È2!ÐeçÌÓnh= S(©¬W¸=óî­ºòË3‰´ö^Óç_=#nZ´h= h½I1Ðit’Ö+.: Ðz õ@ë€Ö£ê :ÎÑzÐ6ÊËJKŠ‹ rsór²ÛLA^®¤ù¿5ÊJK¥Riqq{þ“D*).••<Þ:€§—€(Ѧc.Ÿm5}Öør»9v»c: Ðz@×z…y1Q¦Oý·mœ:~Ьª¬¤D™¬¤81>Îö’¥þÙ3mÃàœž•E\t®êqÕ <½ÜŒ®Ùkkà!p‹,ôˆ–¸ÿ¬'·¹=¾ƒÖ£¡,'øÜ¶GBŠYlŠãôÝSeä{YŠëŽe_*f±§Ö‹Šà%ÄŠ¼d±ÃOŒwquÐ;wêÄ©£´àCÎ.ØŒ²o£ÖKMM12¾PX˜_ñûŽÒzXèáé€_Û¬õì/YæwºWk!à2„BÑɬÝcŠÅνg;á À¸ Èíñ½›i½â íÓûÿÔ‚Q@•®;:ÜL/m‚òNÍF=Þ±ÏÅï ¯ý0 ÿ¿«E eYW÷-ìhÀ“9’¨ýSÐÀ¯= Xl£2í—»¿ÖKŒñ“DŒ“³C^~nkÂØŒ²oAQëaIEûŒ))ÉXâÕ××aüŠßã–ÿ“TÔzLuR©ås½VÿŸ“EëäuºWk!à2„BÑÉü´ÒzwŸep`ÜäöøÞEµ^YºåÍ<’(UΗÄýú•·¶\É.chgÑÍ߯ Ñëý‹;Jëùo­\¡”þ­#–ì½’ÚüÐ{u­§nóøè—»¹Ö‹‰ OŒ‹òÅB>FïÜÉûî—–K%Ò"Zð!l€Í(ûZÕz-BïÎ;UUøµU¹Ç]ëqO,Z¯ ?·»Ð½Z Ñ—!ŒŠNæ×f÷ïÞ½{çN÷ãV¡Ï_+¿ù/¶¦ÝUá À¸ Èíñ½›i½Î>ŠZ¯$öðô>3þ“>2(-Nç+~°H󹞚 h½Ç¬õ⢉ x”bNœ:úðáCqš@œÊ§HÉIK‹kj«ð+~alFÙ·À®õ…^n^¶…¥ ~mUîuòçzùy9Ý…îÕZˆ¸ a„Pt2ÿ6#¤^cãcávef¨§GDñ­ÇQy­ðŸihЪí® Æ-AnïÝLëIŽÎD}?vÍ#lò#õ×Î݇¨¨ï¨×¶Þ(j>-éù]a¢T²Ç¾/f ÓÂ9:Ͻóû%žDýŒ’ÄK¿¿;I‡(5dêk³ú7k½ò÷oæ®rÏin]U*ZÖ¦4ÕyÛSFõ×"6hú—{NíYõúâ„ZCg-?’_ZÑJñ·¦ŽêGï;î_Lã$ ZOÉeÚÈ(Þ_šá´J ùÐH,}J´^tDX|l4?1^ÈOÄPZïþƒûŠ7m柊<2¿â÷ø¥õ(ûT´žâW’““…Þ#}ÿ›~øUQîaõï¨h½–üüü @çöf¶ÀûØÆõÿ\O‡0ˆj7&´^cãme¤^+F´\ô{ šøÚ²1Ò[ªf­QùÇX4fsD•¦¹P+8Lh=¿òvW…ƒÐÙ‘ïÜY S‚¬ÁõZó+{·Öz%1§£ž37\¸âàçfaî“,k>þ6¾ŸV\^ž°m ê5cí)§«¾öG—O@húÞˆbåÓe{¯‡Ð¨¥»œÝŒ®žÑ«Eë)ÂP•’Öc°![Žfm³¸ìéiâûÉØûÁïn=këêjóïWcšLÉÒVŠo5sq»ìh¸ûƒa½¸7²¸‚Îe mdÔ´Þà EO“Ö‹‰â%Ä x JëI¤EÅ%…·o…U%´Ç¯ø=>Di=ʾ&­—‘‘n`xN.ôr³Î艓D8¿â÷8‡’{Ø&--•£Ö»dk•››]]S…KQµED†c¡‡_©šq~ee…PÄ·°2ã®õrs²:€lqÄes‹+ñY-9©Þ›§öú‘A\fVÇœ"'«ÃZÛÕÈ ýg&êñ¦™èÉE#›ï²sA?4hÉɰ4Ú›™Á_D}?°wV ŸÚyÔBñfŶÍ¥wë– Eöo"4áWëk7|\Mþ^ƒ·,höØ UKv*"­·)¼R£R©æZï›ëeí® ¡½Ë—z{'¶ms9Ë·m|v8D¾«¬“t}¡z½fv§mWön­õŠü~…†|í^ÆzCcy†íGÚhfËM˜9®Ë É»ÃKJ•§[-éƒÆmjþüKñNE3¦ª´£â'’åeÙöôESD“b­4éâ|„æê‰e\‹—%]X€Ðœ<Ëô‘yªïጠ‹‰äÅÇòã1ê÷pÖÖÕ„Ú€_kj«qÐñÀ;yúeߓֳ´6/,ÌÇ‚.''ó´ÞI‘HØr¿Ç98_32Óô/œã¨õ°ejZ2%õÎV©çPÒ29Y„ÏÎ]ëådg2‘-°Y9¡á«œ„,fÉ?ë"ÝÜSZrÒŽ~öÒìùY™­”å Sk³SB¬v/ý¹A=ˆE¢×ÐÉ VìwågvØy;!¤:0¶3Yñ^S]39U›züõÃßÞá›ÖFžÔ \³Ü8Z¡åé7ÿš‚z-6u‹ÞÌ:@ì­:­µªaÌ?:›öz;è+GáãkF’ýgPŸ…ÇC3•ò3x—–Cè5ý¸ì–þ}qH††E¸Íº%%ÑêÓa-û ôÊÇ¿qŠJïX÷Ãì ØyÄìNcã­†%ê í°Ö›u2¹FžSŸeþV¤»!¤¢®ðú_ÏÛŸrwÆÖ° lP[póøêWG÷ÆYý&½½Þ8FVO,ÿ}죨NÞ_ÅbL* <ùÝ‚q} ë~Ï/3I©a±¯âšJh½RªlMŽï¡¯g“7,õ›ôî6Çâ\õ¥‰Æ?¿>†¼I[wÁÿBËU<%ÁAÐ좦¾|©ç°wbÛf1—³<îÅ¿sÇgWCä[]z ÷ÒG¿žöIÌz¬MUï õë5“;m½²wï{8‹£O}€'yÿŸý~ö ¯¸Œ^ëIB¶LP;ïào¼Ÿ™) þcÒþÔ-·‚Uë1V¥ õm”Åš$pãX4òg¿²æ<¯åƒÐ EI¸¯(¼ºv8š°%XBû}=ÚÈ<ÕZ/"4(*"46*+> í=œ„ÖËñǯ‘G'Æ-òÈDçãË(ûµÞ;øJqÁH?6.:9E|üä‘„ÄxœrÞà,~ÅïqÎ‹ØÆÄÔ¨¥…¢ÖS¬S(äãRx3ƒ]]]žTÍø¿Ç98%jNÒÖI«õ²3ÓH ýg^/­Ú¨×ücx«•žÍ‚Øý'b©¹œÌnÖ>h[›%pÿß<|é<_—íŒFF¬¾Üûöœ£ƒ׫q­×––.Jk‡ OjP.ãËîŒß=iòÌTRë™ »Eo¦»Ä÷-;­µjaG{ÚÙÚXÛÚXÿz$B3v[“:ÞHLylÍH‹=ý2ùˆ/­Òå'yýþ<‘=e÷ô–þ}q_Hš†E¸ÍÆ5öÛ³6v—L þÛ¶êµáõžý›]bz7XLþ:Fi½z%ê šµž<§¡ÈùÃ>hè÷þe5âS³ðÞi›•÷u?/'÷˜âú†²˜}³´Ððv›\¾âxþ·W´Q¿÷/¦Ôâ‚åaXë ûÆ2,6&.6V”‡u!³qCYìÙZhÈâ­úÎ^^—­ íe·Xì«x¤Ö»VJ”•…zÍüéœ{€¿ë©Uñ°<˜PQ-øwê9k³éµÐð`o[›Ùµ*ž’à hvQS_¾4]ÐÚ6‹ÛºlvèâÿLÂ!òl‹ƒ­£³ƒ•é‰m˦öÄËÓ6aç¶_ízÍèN¯ìÝ[ë‘?7èqfóÏáîûU²”Nëÿ1õ\xÚ/*2¢™Èøä‚rU§ý©kkZ©*E­Çd£¢õˆ3Žøñ:¥õò}VAÏÿ)áZ¼¢Ðï—QhÜæ@ Ó³YÔ#óTk½ðÀ¨ð˜ÈðØèŒâ=œ5µÕÙG#ŽLÄ*¯.Ý‹xÍ&>Ý«Íô ý{xøã¢ì¶P¥ˆ‚ Z¯±±±¾¾Ž"--˽'ñø<*ç¼ùÝ:=êO,Ü ÎéŸÅ–-¥(µžb˜øøØÎÊÎ å^í‘cÿ^vwïø=ÎÁùø(¶Q©°¥NZ­—•‘FÈý—±Z³3ûjšð›XáPjŒË¾¯^¦¾à©3aéñÀ4Ñe¼Ô´¤‰¿û¤¤ÞÜ? _û,ò"ÑN{¾xid/¢Äøß»"L'óÓ"-~XðÂHùKǼözþÉ M¢k­Àsýx„t¿1‹LW/ÂvÒù“GÊ¿Í:pêÇÛmýꕱä—aOÿü  U³Œä°SOH~¨Øsøœ¯+gv-)Àð—7ÉïߢÁ“çNï‡z,4æË›a³céô!ä7pÇ/üÅ00…c4Òc ^EhÚÞàTã”8Ó/‡¡!_\ŒÌ ê7øpÖó<¨v2Ž¡—G­uK¢ xfïöÆ;°@"òOjP.X0w ò‰^$åxÊÝXë½c*èaο~lÕ¼Q½Éöxyƒ«X½míéM2PhøÜ¹ã´Éò/~ú§]œ¼†S“ÚÅ/©„íš„¯¼R |æˆï=r™?Þ*Ï´[ªFü_³ Ó=œLUɵžG‹ 7­Ç±¸’ÖSs™>2O·Ö Œ ŽŽ‹‰ Ç(ÞÃYSWvxTiìBߥ8ã×Û%‰øõVA8~-Ñ?¬K•" *j½Û·ëjk˜ :§¯‡_Yl(”´žZ11Q:••Nɽ3gOÉ…^V:ÎÇGYê¤Õz™é©t¤$X|2¸Ï«ÇB’’}7ãñò¥U\†üßgë‹ZhÐëYZ˜žùÏÀŸ)tû_ƒ?;åî}ÅÇÛëf”0#ÅŸX Þ3ç“E¼ÿ˜¦…†.ÚtÌÔâÂáïg÷EÚo LÇH3ôâ¯ç,,­MNlyg(B/l¿*¢mMkù¶_ B=矈JU·oõ¤ëÏ[]²1>¸ò9â2òÖú,Íö|2¡I›½’¹›¥§ˆ®»híälgzàË =ÿ‡w2»kiqßá F,ù㤹¥ñ™Ë¦õÄêà"¨ç¾áyÔsêªC¦N÷>¡)Û}…œ¢‘­¯DSwû‹’ÒRäÈ{-5ÚâëáhÈç&Q¢ÈsïêñÂf^&Ûé{yÔZW1Ug¢)Þ´L?@„ôI ÊåY‡¯;oœÖ£÷ËúmKö£´¿#†AŠßΩ¨ç‹?·u»ìjyöœ}xšjÚ×›T3-øéà9KKÃÿ~|¥êùÒ_×R˜‡C“Ú1räˆü(­—ðhˆ7z§/š°É›ª'Ñ~Ù 4qÓUñ£ŽÓ3³°4:ºõ£ñõ{÷Dç–ð]V C“6^Øü‚Ö ÍbSˆL¡ûúñhÄʳÿÎÓê³ÄŒßÒ¿Óö¥hX„vpQò3ÊɈ7]Úi/1N`Q´ýBßYJ³ƒ!\T„§®Ó³´±·44óŠKju(¦§þ}Ú_5êëꔨͷ]¨¼—öêZýˆ’šºú*Rë}êYÒl\¹ã9¤ó¹‡¤¹xušÁ<„^5J¯©/ ÝŒµÞÆ2Æj‡Z«¼"ño¬õV^•fÛ'ªß°´æº¬Œwî#⤙_l3¸š\V[§ê) ‚f5õå‹aASìŽtÅNd™Åš,›ÉºXãÅŸqMI0~WßèEÍM¾ûÚQhÄjWòøTw¼më9ÛRÏ:Z¿³§;£zÿ¶iqȈ3|§7üµ½¨MQ¢Y<Ù‡“§4îÐ[¦p`]Zë[{ÁÉÅÕ…ÂÕ'*»LAòH…ÇOš»_óðu8þÕHÔg±Eš¬¢,ÓñÓ~¨ßÂf®îÏÙ%–”å^ß4 ¯+om¿ïÀ £Å¢¡ßá¹=û.<&"%G]xO\m¯hŸè„¯£¾wäµä¯í™Šú.1‰k.2bÕ%yQЙ·ú"ݵn‰JføPRÐøÂ?}ŸŸ˜®Uê­ûïÇópâfO¡š1÷“Æ\x»/z~»O¢Üñ¹Íü;XÄÙLñ¼â°só{ —GˆÙ\K×{«7ýCs¸„~¦£o\ˆÅ‡"ô÷EÓþôQ‡bLð&ó9:iúNvö•%ó…?¯ñ¨£I‘&+F A ¿zm@©›]©S3NÀ¥—c.âËÜ‹{ÉÎzB@î2щ7þ~]MüÙ.*Yà»óÔëm£¸Ž<‡U8lŸ†%ÑΔö÷¦r3RD¡çk£Qߺ$2-Ú&µkäÈIôýã9B¦Æ(zwæ­>hò6o¢Þå ãÐðUv<õf ýÿ{­û“{"Ç–D™âÑ3ûpP¨þ‡z¼¸ËG”$×{G§çìý~áæï÷E³ÿ 5÷ïÔÝ7„a˜\G”üŒ-ëá¿gâå¾|¶EÛ/ôãGqv0…K%ÂI­EÌ¿z”Ö«U¢6ÐzÏmr  ¦W·ª5k=y©³t>÷,n.^•nð2Bó Ó«´^ëÆåÛ”µVyE©õ|eØ,bÛÔóÍsA ñqÍÄ 3± ľÈÄ>ç·,Ôï¡ÖØfVÕª:[W‹ƒ ÑEfùb]ÐhrXf±&Ë&—.Öxñg»]Ô=¿Õ‹˜›‰®¿ŽCC¿¶N`w­Íë9K3¸M¦%šcq¥Æ¨÷¯‹ÃÎk‰E'/ùÆG=n¥„göÓËä×-µ†¾ô‹{NYYEI’ûe/QŸr¢ÞÜ~³@팲ôkG×ÌKÞà„´Œ™ñá_4¿XG_•,Ë{Ç[º½|èÃdÃQëq+®¤õÔ\N¤ÌSüÎР€ˆÐ Èð¨ˆPŒâ=œ·o‡ÕšbóÅmI|µÀ²Q&ªXÞ–Äe¹}+? k=ªQPAëݺÕP]]ÅDpHà9}=üÊbC¡¨õ˜ê ýs÷ÎŒŒ´[·êñ+~sZ­“Vë%‹…ê}ÿ7­Çð•6ÑäŸüðsïèhMßs-ÿÉs[7õ}Ï8J©H‚#±Ô|ç˜Ø’#¸ú±@ÇÒá"žûo _ÑŒ8O|q~ì:W]«Ô[+º±w:ÞÂüî)P3æ~RžËZ]4|µC,imýé¼&zó„\ÍÄñ>˜¡Û¯B½ûÀ³hæÁ ¡Å5žëOcQß÷M›Û& ÕÁë1D³«¶î üÜ2žC4’E¡z¯ÿ‰¤okïä@âä–(h‰@”ñCqucÖ:Ç·D‰þt\z9ڈܴ\=¹ w™ ¸0Pÿã!hÔróà+ÿÃZo‘al‡ ƒ¯‹#Ôoêû?¶ôK©´vö¦JÄü›ûñ žs,ˆÏ8´èšÔ®‘#'Á‡ÒzÑJÖÇ;¬¶ùò„"¿=Óµ~fÅÖì`>§–ˆ‚Ž¿„£t>Få÷絆}})Ìsû”֙ňbð ÀŠ×Ü¿Sÿ¼!аã,à6¢¨3¶d ýÎÀZïw눢*´™J³ƒ!\ªn}(bŽÃZïV}]µ¹„Ö›u\\U£z¨JHj=’机§OtÐèõ7dTNM¦íR4æ·ÐÒšúò¨=Ï£Á«¯Ê8×åÙ}Ðò“*œŽ­òŠxBë­ðÁ‡êòlßïƒF¬õ‘Ôª5XN©4çlr…úQ.j4Ëë‚F“Ã2‹5Z69t±Æ‹?ËKÍîÉÛ|ùB¾Ç†ñhè *>l®µu=g¹ r›LK4פØõÈs²b2ëë¿]b…í‹’ÂâÉ>Ì=Us‡Ù’ëë¢Z4Óz7ÃC#‚±ÜÜ9{òÞ½{™¹iIiÂÊêŠø +Eq*côªâ «.VÆ_¨ˆ>Sy¬.Û?ì°.U £¨õªª*™ÀB]üÊbC¡¨õXê Þþ¿mX<âWüžK ZO FìåucÔgß„ßÜøbÏõG¼³}Ï$R©ˆ|©qHlÉø’ ÔÅX\Äí'å"¼ bÑ›ùO OÑŒ8o÷í4úG'M«4­1ýdêõÆÉp¡ª1÷“’–þ±!Í¢m¾„&nôJp4øl›†¯±Ÿýeìàêéj¼}–¹!°¸Fµíý–¶ ®“ê@?† ïÔãÕvÞW<šñ¼“Ä%¶©4ÑKEØ®PO,ö¾³§*d:]"}/;ý4‡ÀVÞËцä¦åšè €GZøSaòÍ(4ô£?M¢´^G â,17,üøöx;ÝÏO hFZÛ{S%b^óuŸÇ8´èšÔ®‘#'žÔzo\ŒVÌäǘ|2MØärì•^ýÞ3ŽäÓ6;൹åqj ßçÏ)¨ßG¦q¸×BN/î×gæ—o î1m§o^Ü×E£¾wMPÒm("nŽ“()Âàƒ~¨ï;úÑì#Ši¨¨g*Φp©F¸õ¡ˆ9©oNÞù_«DMž ¡õNˆ+kUUŠNŸëIeÊÂþœNü¤Ô^ Oo× ›æ÷CÚ‹Ï㢸ž·Ïû¡~oí¶òôr1¿à$®`3–n™ŒÐ°w·é;yù\q27ñJ«d±¯N7žÐøÌÂs+k$Äw/Ú¬gÅÇÇÍJïø%QymeŠë©3Ö^7CBn¸žZ> õYr)»ZÕ£ÚZ.j4Ëë‚F“Ã<‹5[69t±Æ‹?ÛË6þpñÉ^¤'–z£¾wIhÕµ¶®ç,DnS€i‰æ:ƒCyŽAÆ‚ÚÎÞÅÕíZ`¤ˆyxh%…Å“}˜1zªæÛ"Ìm€uM­ÇdÒ ×z¤Ö ŠÄr/,ØÆÖ*:&«¶‡d*Šº˜téËúœ›5B›ŠèÓ‘ÇË#ŽVD©Mq-¸¹?ÂdU £¤õêë++Ê™ ÀB¿²ØP(i=Ö:ýþåüʱNZ­—$â«c¹rÒ]yÊÁÙÑUŽõK ‘«âøâ°3oõÆo­b‹$¸nœ€~f×’Ã÷!¨wbD|qøùÅ}qkùQA€ÞÛøï5ÎñJfÄ¡8Û5Äj온Þ*Ÿ¦µÂkâië¶ +â~ÒDWò bMŒºô¾‚üv%«YÌ……=Ñ”]¾ñd~„é»}ÐÌ6ר¶ [n#¤bumÿtò |(ìô›½ÑЯ›1C½yør¿Ë¯nÏ‹¶øf´–î*÷Ó D#W˜G$&1ŸŽ¾—ù¾{_DZ/ÿ$ ÿŒ"7-{® Ÿä ]¦Nºcóý8„z ¬õ.ÄtÈ0xtºX_b›úâ~¿õ‘ÖöÞT‰€À�И\㙇]“Ú5räÄyÿNh=£(åü8ûµºhÔ·çÿ{£Oÿ÷ô£„´Í:·XÖ)ž›×ñ.¿ŽEC—['F;~O±ŽQÒm("êˆI$±þá9¬;¾4 ³¨V†ŠB¦âì` —J„E­EŒÞBëÕÖÖ(Q“{‰ü\OTY£z¨RHj=b¥Ì,ß–ÏÙ“øeƒñ :VT-?TždµnÞpꦠ¹¼ kØŒk+Ò½}MB½G¾¶#XÆVyUþµ]oî=`©KaKYÝæ–í –ÖÈÂ÷.n¹é…÷¶:$•תyT[ƒƒ ÑEfùb]Ðhr˜g±fË&‡.Öxñg_cc¬¾Žö¡5£{LúÝߪkm^ÏY.ˆÜ¦ÓÍu)6†-òd¢¤°x²3FOÕÜá°·2Ààs=à)Ðz!þÄWöH¹‡ ¼agkyæìɧŽRxÿ· ÞðíÒ˜ ¹ y!˜úÜÀ’°“‘Ç&‡û9P¥0ŠZ¯¾¾®CZ¨¨õZ­3+3ƒ{´ZO,ä+˺øÑ4îW×XÅüh³O¢AŸš†‹ö?LÀ;Ÿ×: objzþÈ“|A¨á{:Hç•ßN™9tÞ—ÇóÙM.PÑDñh—õ“þΦ£&fú‡¾Ÿ£ú¼~¸mD¬dÆÇ’«ñŽ ª­" k-_l°’¸YaìÛkw=«o¤âжo—­3p=iyYiMV(¿‚xÆs5ãyߘÿå#{'³]/õÀò>»kÑ®¦àêK«ÿÒ36µ¸°ÙHB–‚;âÓ·¯ýßÞ³&¦†Ç÷í:y-[4!gð•hÌÊ£Æ&æ¦ÍX:‡ñø¢(ËoG£‘+M£|aàÉ÷ú£Q+Íð{ÆÓÑö²0Î{ÛTœ¹ð×Ã&Æ&'Æ>àM‹€8õ”ËTÀå9Ø£qˆÔzš©ù7ô÷ì=afcïtIÏGÃQï×O'*7£}½I6Mûù”‰™…á‘­K'h¡~‹þ½Ž£Ê4´è›Ôž‘#'΋Ôz†‘*ùñ¾;_ìÑcp4à#£0‘b³¾¶vïi“ó‡Ö¾Òõ˜³Ó“ÇÑëØK+‡>êhÿ™u_­>èCMô?0õ\H4ƒêß©»®ó4,B7 4Q£WàâfFçNîûmÙËC°P™¹ÎÆGm¿Ðw–âØc —ÊÔrŠ|}#‹ÆÆÛuµÕÏ28^ÔÔ–¯V´GS@žÃ<‹Åš,›qºXÓÅ¿µ56ÖcùË]=æôK`rMÉñ¶­ç,‡¸MÆ+5ǤtFµþådj9Ò,ãE‰~ñdfŒ×kõLoÉç<À@ëOƒÖ ð'nã  ¤'8 ÌqÄé—à ;4’dT„Þü0/cE3%­WW[^VÚ~”´^‡ÖI«õðœ>Œúéòas~¶‹ð¯ÿfæD= yµId‚|Š¢Š'Xlûˆ*ÒwôË+8Fñ¨|e³ÛÕäj¯Ò*šÖ’Âþý¿·_A}yõ=}É/繞4ÞåGò EÖi¯ ~óŒãlÆô<´|î(ùÙ{ùâWúa¼Ö\ãÙüùÅ\]ù~ûšòö¦æC þ¦[>œ1¢y¨ÿØWqŒæ ~ðéyê«æ<½ÐÍ“µú/Ñ L -ãýö¿Ü MÚäÃv:º^Åùœùþµ1}©šµ‡Ozõ{£@yö'3(—g¸É{”)Œ0_= k=NÍÔ¿qN¿-­M9<`âŸÎ^MTo[{z“`ôÝ«Ï “ŸÏ-\{Ì=–OyG?´›Ôæ‘#'öÊfBë]ˆP=$ =ÿa„†~u)ª9“Œ>{65Mùh›yhK/´Ú’HãtÐÄM—i‚)H %»0ûH@‚¼§îº–¨ašYÀ1¡?ÒR¬÷à s?Xû·ÕMž¢ È¢íúÎRö´áR±pŠFÆÄçz55O%´ÛBu3M/jªË¿µM¥Yf±&Ëf #‡ÕF³Å¿õ5–}ÿܨßòâ®îšÚ8lãzÎÞ S€ñÌq)ŸQ½Ç¹™ZŽTi%úÅ3‘u˜1/­4îÐYrºœ‘¾ƒÖº»Ö;uüH0¡õüÂn†aM×V"‚qU”Ö38§'-‘”–ÊÚ ®äÂù³”Öëð:iµžŸØ]è^­…h€ËOOã=¶Oé5~S\KN‚÷Ÿx²Ø0 FTWÂÄÔâÎíÛu5ÕÏ280…®ä.¿x‚Öº;y9fý®ú„ú‡Ÿîµ™àKs“;w¥’"+â?±¬j'"!ßî’U^væã¨“Vë x *°ÏAuûNC½µ]³O*,<QÒÈåîBça ˜åïhçæb~dõÔ>ƒß;s3îÑ¡x¯?§àíÊ…ÈŽöº3ǧFKJ·˜2æµ5ÕÏ28Ý増§õ Ëf߾ųs|­tk$ÅE±Ñ‘úgÏÜô»ˆ_'¾âwÓPÿlr’¨®®¶TVenrQ$àKŠ‹¥%’6€ ââ¦&¸yÅ…ù£NZ­ÇOŒï.t¯ÖB4ÀånÆhçMS´ˆŸ±žöñ_ö!‰Š‡â®ìš‚ú,6ˆ€Õ•¸diqç™×z80…®ä.¿x‚Öžª*+±F³43>uüȉ£ÿ¶\ÐÒÌWÒxûU§¬¤8&2ÂÆÚâÂù³XH¶\Ðî’UltD~nvyYécª“NëÅuºWk!à2„BÑÉØYƒÖ«ÆA€q @Ûã;h=à) ¾®îîÆ{÷î¶™;wëêjë,•–æçæegæde´ \¶¸0_Q”=Ž:U´/!¶»Ð½Z Ñ—!ŒŠÎ÷´ÞS?Âa C·ï]GëÙXšÀZ­—Ó]è^­…h€ËFEç{Zï©á0…!ÈÛ÷.¥õ9$À&­<5<ãBÒz<m­}®x¤§&w¦ÖûÛ> .0i½&H A‚ô¥g\ëÁ€é1¥Û ©Ébw§Œf¹× Zï ]\`ÑzðÿÀ;2™4%Yì{Å£Ó´Þ[qrÄÖ?øÒ üÚ±Õ@W´Ðfª«« óm­;Mëí·u WlßM\zÅvqÇV ]Ðz@{(*Ìoy~K'h½}6¢Žâ”C¬û‹woçÆ\žŒßw`Í]Ÿn¹î©Ÿ%—ŸA@ëÝHëí½$ì(y5ׯ7y?cÀŽ´дÞkA‡ðµ_„ýà»·ÒêˬîÝÎ ·ís¸üÛ¯ª±éaVDÊ>åüoTÔ75å†$íí v$6©9 Ùâ¬e Þfß¾Ÿš¼¯Óša›ÑÐT“’q­a@‡ZèFZï/+A;9bíélóe¸m¿â¤½wjCn•êÝoL)N:€s\l—á£ìÅÿ m BÚXié o“XCdËâS÷µ»…Æ^»äm:ñŒ6r­w û„¨[ZèFZo·%¿Í° q¾´,ÒixfćÕÅ*.×ËNÜ­±½Wëv·>º¾ìrNìªH§aÎÖ_bK†Jz‰MïÖ=l’&¤îmÎü/¤önÓýªûMµ)éûÉœc¡UewÈŸ¦xp¯0³ðœ­ZUVbˤZiÃê,nU׆…¤h>dʯ‘È=”ŠÉ:­“̪$DÖÝÚÚÐÀä}¤¥Ur]é­©_Á¨¬ò*I”Þ¹Küu_’]xž:¯u²weÓ½ü¬¿©úªâzRå€0zj%¾S‘_O6íÞqXòÞKéá ~³£œŸºO¥aVbãØÊ†‡äéê¢ÃÓ6ç+ºy¯¾>*$e_;FÂ3h= i½?-xm&èÒ0¾÷ YƦҬmÒÔe™kjŠþºUvSS´§ªà¯j‰,ó<ïƒ. =déCW‰À0í^Su‰-ïöÃ;UVvd¦uZpmS]z®»”-IËý—³nfùdXGUT45•òRöªTeEÈœ¦ ©ãL‹›ùþ¹X/=H Mú«åP¥Ìñz†‰_¶•‡p·…À@ÐØôàvld–‘o¶w6¾}ÃßR‰ýõ SÿÂ8â³ÅûÂ|¿,›˜Êꦦ2^êÞæ ›ÛÆZ—“*;Âà©àlâ­‡M÷³D6~™ÖÁùvn(¬õ²s •Muié™$žO¹×TUtÌ ›%ö“Ëî4>ljzpÿ6v 4ï©rUf"Ц»¹¸ •“ðqƒc½ƒ­ú¡ø]n%MªéVFÚneË]îÒª¦»ž‰d©DÃÌûMÕÅÇÍ”*äXÛI•Bï)Yöè*OÉe‹”ú¦jqÊ.º ¨I8D|5²ÞÉN- ©Ñ·›*øÉ»Ú=žnºÖ“ú}?Œ˜ô‹œ «kŠüv¼Ü œ¿'¸¸Ë@i¶(2TPTÙb¬bÐ VËbÏu°w:_\)êBúZ-°O½ËtY­·Õ8®C8bjn7PšþK‘ðíÒÌÍvýqNëM…žMÙiÇm»”•t÷aazMÃÃ/Çø­Æ 'yMõÒ3æq;œ ‹q›3òM<’N¸¥û”b”û·‰jU”~Ù-ω?FH{õCq;ÝJ*›f…%s·ðŸMÂ6eËnüW¤GY*A?ýÖzÇÌ”*äXÛI¼`òt'%Ü|•\6O&µ^òNº W,ÿwh=¡õlÕbžŒeq• ig †§•Ç¡õjJœþþöiÃz“ÓsÀø¹K=WÑáZ¯<þÀTò3ðʳ­ÞÒÂoGozôñ¢Ah½¶õ&]`Aëð¤´Þ–‹±…õìô‚E©!Óð{N¥LÅþµMu)É;‰?ãω‡’ÜÉÍØkŒÿŒû/úVÓróØÝW«4Ýòtˆ#K%\Ì}€ÐAcåªLîåX¿¤ýIýiœh™÷ ©AzÆLíÐÅØ­V™©šêRSw_d«ä®¤Ös'ÆŸ'¾ZXtÌTÉŒcUl'U€ÉS\6åAS8e—rô®×4ÝÊHÝEwÒ­–â{¸H²ü¨1Ï*ÿÖΧÕb–Œeq¥ é7žJ:\ëUe»ÿ6MmŠê,uÈ©êp­W[™sSo˯ÛõCò+k²Í_Gj’DÁ ´^µ]`Aëð„´ÞF±Å1“³QΣJ’?ˆpßs*ešy«©’Ÿ´ƒüs«M†ªÔÙ1ž<w0¤¾éAµ‰yì6§"â«riyÆI']S=¤±:pQ¹*cB¿45Ö…fyg8 j›æE ·5ÂÒf×#û=AcSÓýLA®…wêß,׈ÌÃÆª–;\­áNµG®õŽš¨˜qªŠí¤ ^0{š Ç¿ÝÔt/—kæjx-ËΛ¿Í(Ñ$çAÓÝZ?ÿ4ëYŽ×Û”N2áVSÓݤ¸,#¯tGaݦé!š€˜’Z¯¹&:XëUe95˜œ”ºŸtOÎÎÏGùšŸ¹^RM”§ûü»úµ±ÚØ¢çð™ŸþÏV %5 ,æäŠSGèIÖòâÒÎ)eÍ÷žùöÝ^øHïc ­§ š%IsÒý5Hª¦#ÚröÒçML|´…úŒ˜þÙéx™²×4Êú¨4~ÿâ¯YÇEÕµe‹ÍŸ¼öüÐ^ä¹zýÜ2µ‚MøTdøü³rž.ñia3?ßë–Æ±a²˜ã_½:y¤í±¯®<è&wж Á¡,K0 ‰xzíãµÉhzq¥Ir³}º À3 õ~7Œé@®^šÃ¿2æê¥Ù\‹˜¦òï6•Æ ·ÒýË¿¶©©ÎÖ ¿;$Ë©—ÿžÂý;wŠRÒþ2R¶¿È¿Œµ^C]^-iÖØÀ‹J‘Û‡îæ¤îT²O¼]^Ð@ýìÀýŠââS¦ª–ÛI­w9Ž,wŽÔzGŒÕ*äPÛI•¼föôb¢Atyá-²ìƒ»¹‰â†1[m2Ãe÷¨_N(¥ìRk˜~”¼ÈÝÚÚˆ`ñ.Ú€˜$…ZO¼½CÃÓGÇj½ªT£×Éøs;ÂdêÕy>¿NOÚ^ZÔ¿ƒ¿°J¯lÙðci Ý¿¯Üä壉ė)¦ïËKŸýåص^Ï¡ºcÆŒž°po¤LYG´éìU©†o’ Pkø¤)Ïì«ý†qZ¥²Ë4lZ¯å\¨oÿ~½ÐÐU¾æ¹ªó¯n˜H ²ác†RRô…íÁ2 {t¢:-N\í˜]I׆bÆàЖ%˜ÕEA;¦7¯Í}°`ðåå¢Öƒß.ð h½Í¢;}F¶a—zã׎­–F<7R¿ü¯óO <t¬Ö“Ýüi$1#Gýr³Dýh¥øô<ò#¦wôâeÕei¶+È»1ŸÛ%SÚðWeÚ18òÒ™äÊêŠÄärø¹e _ÅÞß fÓzÊ·*´íì¥á[Ƽx0ª¤¦¦º¦BV¥ì­­'—6Ue¥UÌ74VŠÏ¼B”œ¸Å¿°¦¦2×õ›¡ø¯!k®•´Þ0e+‰:öFÂ~ÚÁ¸Rõ6”1‡6°,Á¬J1x½¡0çî¹Q€¥\•´XRÆ5øít€g@ëm2ˆîXuxœ0”k½OäìÀ3@´^zjŠ—‡.ˆQÓzëF‘­£ÓzÅî“7ð-¶Ï#sJ®}GìãѳŒ¥ EÊÙ¹Ä Û"dÕÅ—?&>•êõžsÚ÷õ4Ñzm;{­Äó$ù]/¼¿AïZZ¹Š_tܵû—×$ŸhÓ,x¯™¤W¶Þ0•¸þk½m—«Þ–àTÓ–žØãS¢î‹l¾¡É9øís¹¦š–t vÖxï‡w€]Dëm4ˆzJ0ä¹Z/eûSãÐÅÐTëáiîæh—–’œŸ—›Ÿ›“—“­tCcÒ™¹ÔMwE•ªk=jßóÕ ¿©Ê†¿2Ýülgü–p!­×ã­K¤v`Öz–o_'[È õÚtv©ÜÃ-¿ØZl†~e—¡òq’ºAe®õBâýˆŸüKÚ£õä:üè×?¶lif×ùÈ S9Qñ•e¤å[694Z98Õte±/¢ú«ç;vymèúö¹\S$KIqQnN¶›“}FjjWÐz¿éGÀMµž—ÇåÔä¤Â¼\l†·Þª‚Ó¯R߯ÿõר”œ¢‚Ìä(/«‹ži-·çi¿s6¾”¸‘o9©Ú&îˆÖ2«­ Á±9ä×Å^9"©fÔzµEn”&|Ý ©’¸Á¼7Réζœ½¶,7-WFÜ1(K8·°iä)Qt™Ö@â³rQÇŒÃ1¥ši½+_õ'lçc/*øGf‘ß\›¿ß/§‚¼y²P,Ì/gG§ì‹-%èñËxyFoù:,5IQU@Êj«*ûò÷ºòRÚô¦6KmeÒ……=å¿ð0x`ï8æ©=›Eó³Ëׯ§9aòó£©{ 'ÿU¦è/­Au®ûÊ!ò'‘ô 2 ­WžðïL¹ï^L©ªÊr]3ªå9':ÚD³güGüV`« Sx‹VÿAòû"{-8!(§kKphËfŸéôÍù¡Ú:¸èÄmRfût€ÇC]] –{xØ´ÞúspAS­‡íóssh>ÑS ,ÙýÈ‹§”KíQ/¾µr·ˆ|<~yªçesG‘‚mÀ K~7O(Qð¾ê]”µeÉ—÷-›«ÛG^áðIs?Ý®ö“ åÉv¿/¢ôt&/7O.WûÍÏ.¹¹ëÝÉCäRgàäÅLâJ”|g2¨.:½æ•ÑÍM:qöûÛÑ®˜T„œÝ²éTT— ,, õ A‚ÔµžôÆO#Ððü7fÕù~Þê/5—9eq§¢+|JXlÕ%É7]\‚³«ºÅªÛZ[‘éüÓó}{÷ðơТš6´\¶s†öðÏ­U7ðt¦Û¿NUˆÏÌA=;µ§ ‚³ö§îÅ]i ÁrZ´$H]BëUç\ZˆÐ¬ã¢Š­´q ó[Ð#­W‘taÑÀ‘ïí÷É,gÜåªÛ<>¤Á›Æ*·°+ÓZ[âÿû«ïý•â¸~ÁûgÅÅš·¼Œ§¿üÕ··ûTw ­÷XƒZ¾I°\€Ö­ RWÕzå‰ÿÍè3ó¯â‘Y•,3MRɾËU³Í[wlmõãi9h½gès=X.@ëÖƒ©«j½šB¯Õ/¯ñ*lÞL¦{\6{˜žÂ:Ï-Þb/*Sß¼ÑÚTe^ÞøÖTÝþZäô4ã«}zûÖ¼1Aÿ¡5töÊÓ’ªÚVŠ/š¦Û*®=ná ^©Âæ­%=¿;ºLõ‹T9þÇ×ÌÛ—8¬3éK#¡[+³ýެzetoò,‹~5ŒTÓm‹Ü>êƒæœUmÈñýs霱ýÈóô™¾Û”§˜~õ DF¯Qó¾=IyÑöÖ2U˜åñûâcúS¥O}ÿ‹X)Õ`–CŒµqvDQ;°·¼Zkøã‚1}H‡uço”±H.Fékh,î«ûÒJ窺Àd¬éÈÑÔ)L©Ðnë’IÄ@C¦ÍŸÝ_Aëq)®Þ<2à¨ïh]µÇÔÅT='¿{}œ6•^C&Îýôùe:–¹À±…Ýq¹­Z¤gHë)" Ù1õšñ£žëëÎ'VN@húþ™òæÁ†Ú…ÎÚa}ÅÇÛéôÚˆ=û’íúîöG—Cè…ÝQe­ßnåîyÅÅdï‡Ã‰üØÒ–ÍÛ°fÁQ‘QQQü,YR›¥‘ûfi¡!ïl9çàáába`“ Å™{fj¡áïíºèân¯·~ž6ÒYrA\ɾ¿¥Ú0s‹…§ïU×Èüêš*iœ“•£× ÿk.§ÖLBhÊrëØöÖ¶R¡…›‡‡ƒÑÞ/žC¨ÿGÆI•ì‡Økã숢ÖcjyyÂá¨ç¬Æ>A!žÖV×Ò+¹j=†Wû¸ŠÍ}%_Zé\e˜59š:U]píW<ðu?ÞcrÙÓÙü𚙽Z´‡â´Í£¢1å—³ö—½.[ødÄ£ÇÔÅ5%áÍÄzèåX¹¸{:žY3¦¹lZK »ãrZ´$HϨ֫Éu\ªƒfm¾Ÿ³Ðýëè…½1å ›7FåmÓGÚhÚßñäî«*ÍtB/ŸO­äZ¼:íâë½tZTÙÚMY5ùΟõC£ñ“¨eê®».ϬJ·z_Ý&m]ë1Þ Wm³¨zÝ,»ZÕ’{k9VX[‘l¸¨7š°5\ÆzˆcmÏËÚrYÀ/ºhÈ çìj.·r0,õ°¸¯Qç²khüï2µ{89§kžêÀK7yC«yà1tqMžó§:häZ¯Âjµ[I™ç§vÃå´h=HžY­W±m‚ÚD¼új‰ÂæÑFy÷UºyõK@ Ys±ïÊAhÊÞ¸2®Åk¥~?Ž@¶‡—¶¶y+Ø>iæ^ÈšY‘¢ÿ2B¯¦Vj¨õd)N»¿œ;¶„ú ˆä[ÐÚ¶¶–k…5Éz/!ôšIF%Û!®µq;/{ËeñzE¨ÿÌ/¶èûŠeÕ\µc³iF÷5é\VcGކN•†o€´?÷,Rÿ¾§âtÍcx ]LžKûsšf°Ìn-ì~Ëh=Ðz =»Z/|ëxÔóͳq±1ÍÄòÓKj7oL6*›7b“6òç›ÔæMrýÛ!hòžØR®Åk¥ëuÑø-¡­k=rGý™G¡šhU̬H%vìó.à»,tË8Ü2.Z¯<áðl„&®:y9 "*ÌãÐ<-­Çµµ\+Äã,)vÒ+Yq®Ûy[Ý$W—ˆ¼ÏýñѤž[m“^ÁMë1õ8«ÖcvŸµsi´£±Æ#GC§XD§âtÍcxL]LÖ£C+9YæÇv»å´h=HžÝ{8É»ÎF¬õ.¢}„þrïn›7ŽÅ•6o¥Q=¯ò¥}þaMŽíû}Ðè_•ïÄËsúX‡È”©Ê¸ô‘6Þÿ…Hñ‰„§g#­×/¦Wµ®õŠ\Þë…fåS¿Vèù©vëZµµ\+¬Ê²#Ø,e;ĵ6Žçem¹âG“¼cXˆÍ9“TÞŠÖc0,½Ïâ>{窹Àb¬ñÈÑÐ)ªª‘?4Û(ÞÃÉ¥8]óXS7ßJ¤~+)Ë\àÖÂî·\€Ö­ ÒÓ¯õÆýxÑõ²‡;…Çõ¸ù—°ª‹nþþcçéííjq昵°ŒøÍÅù¸ÔZ³°ì &n›·ZnÅ•6oÕy®Ÿ÷CýÞÜméîåljà(TúªWuQÀ–É {wÛyÇ+ÞWMM®¤VÔ”„횎Ш¥{Í<½ 6Í×AÚ‹Ï Éoý”&ž…ÐÐ%;œ===­vÌDÌŸëÅìŠÐ¤ïN»Ý õ9:¿gëZµµì’Q±ñ¼âdðǨç«GâËkØqmGKÖ–W¤8Ÿ:cååâç|êëQ¨Ï»ÖY•ŒZË€Q6 ³ûʧ`î\XŒ59š:US¾{Bý^ûõ¤­‡··Ë¹ïZŠÂ¥8móX>×cêbù#bFºßÌýŠ‹ù?kfõnyD ó\àÖÂî·\€Ö­ ÒS¯õ”Óðü¤-åi^‡¾ž«Û›<2`¢Á%8¿2ÿê®·G÷°Ô¹É†ãæ[q¥ÍÞÇŠ-×ÍŽÈç±Ï]ßü” •6ìIôùÚvò#ŒŠLß–S™Úãßøé|hQÕ£'áÛlZ4žz=Ò5õ­îYÕ´²¢Z{áÇÔCïê3hôœµÎ¹Uíh-k…hÔk¯N ›5dæ×ÿ\Í©TÐA´‡86³%KËea{סŠ|á½­öâr¶§Ùp0êZÙ}ÕS0w. ,#A³‘£¡SäÏ7øŸø¶9ìZÆÎüh_¨Œm¢µ6°Ù4C÷j í¶¼ûÙ{ƒ§-˜£øÓLsA£v¯å´h=HžV­tMXžœÙ>»Ý:8Ôñ“îh=Ðz Ö@ëÖ­€Öƒ h=Ðz õÐzh=H@ëÖ­Z$Ðzh=Ðz = Z¯º0Ü`Çæã\w¸2Ãcç×+…uØïËøÎ†^™•§r †AYŠë”ÒÎ5V»h<ŸD af€Ö­ Ò3¨õ4ýòõ+É+|:äwŠ«óý¼Õ ^j$.kWåÕ%É7]\‚³«IȰ3´‡n-W‘@›‡AYü‰E:hèÇà kZÒ? ~ÂCÖÉìî߉ëÐiõêâ(ÎwõÕ´h=H@ëuò¦±"é¢#ßÛï“YÞÞÊ¥Á›Æ¢1¿=’e<ý対½Ý·~Z«ýà,Å}ç›Ã†~|)³²5­´qŒrG€Ö­Ç•|÷¯F´ìúáõ/ÿ8-Ó/¡+ÎwõÕ´h=H@ëuö¦±J–™&©ìˆÊaw÷صIEQjViukC¢<ñ¿}fáU€Ö­§ñ§ó9—"4~…·¯ïgëóû~xs$B}^Þq5¿ VÐz Öã¶,” í¶.™¤CLÒ!ÓæÏ)­H÷:¸lö0-|Hç¹Å[ìEel›ÆòÓ¯^Ôƒ¨¨×¨yßž”T©íß$±†?.Ó‡°ÑÖ¿=PÆr"•)Sc*sü¯™?¶/Q§Î¤/Däî®%=¿;ºLåþ•Ù~GV½2º7YÕ¢_ #$”l©Ê¼¼qÑ4Ý~ZdAíq 7XðJé¿ñ¤vR¶js|ÿ\:gl?²Ö>Ó·ÉÔs˜¤XU–Çï‹gŒéO98xêûXÄJ[”WÛ¼càÐÅJ½Vèµúå5^…4[î"·ú 9§D•…½=c•©×h 2¶¶2Çeõ4l¥cf5QaÚ¥/kMÝ¢‡ÎœVšH•™Õ†ÃÞe\ú¢¦² ÈÔ* Y¼ñ‘¬šNëÍ:.ªhΩʻ¾u*B#¾÷ʯao¹â|W_ `+h=Ðz =#Z¯ºàÚ¯ãÒýxÉeOgóÃkföjÙ”JBvLE½fü¨çzãºó‰•š¾?FƼ)­’Æ9Y9zÝð¿ærjÍ$„¦ìQÝV•'žzÎÚhìàimu-½’åDJ•35F¹o–òΖs.6 Rjw7l…YpTdTT?KV£¤õ¤{fj¡áïíºèân¯·~ž6ÒYrA\Ù¼ED³¶[¹{^q1Ùûápâ,±êÏ!¡;i«ÕÎÜòÿìÝ\Ówâÿñ‹‚£V­[[[kŠ»ÕZ[{ÝÚ«Úžõ®ë®Ú᪭«Ž:®§¶î½Å… ÊRA¨{‹£(.@A½’YÎz½»ÿÿ›D0!É—/Š áõ|¼¿‡BH¾ù¢yýHumÈŽÁ›ƒN¤ì/qò±üû¹vKpðæåz?-Dµî+/êîùÑÉ6?{-ò)vú3#™ÖSxØïó\uü¬9ùD¹2MÞöy]Qûo‰9ñë{Ö¬øcf?Úo«bŸ6·O'ŒÜS¦ä¹0èý?~²rëŸ"4Y~hQ©~¿íéE¶žÑ`L ú°ºðx/ ]Á=·n=›ß x)È£õh= |´ž1yã[n¢Éw?_»ûf3cŠ_Ñzzþð2¶õ©.šOˆÈSòÂÞ´±[EÑeu’íë7Íoê‹'ú$¬ïƒ³/duãή“›гªhðÍžlùwmY½ö3š?¥þ×»ï|Š>ÞûmwÑhh¸ºð?ám¸¼¢‹íæš_á[ßaG_TùÍþ¹ƒìAÈptÄ ºöÒ²nUDÓáÇ4÷øèdNçÿ_ÇOñ=·^чýþÎUÇÏš³O”¹·Ò=L î'=+oüýÕ•<Ç;øÛ,ò·U±OHëï¬{ûv9—”<@Ýåõ½kЧ†ÈLÛ=ä)ñxoß+ZÇïá´m½«º‹ Ú ÑbRd®â{Î{8c´­”×ÖË96¼©pï’iÿåÑÔæ';UN_”jbýÇ}оQµŠB¸Õ¨!]»Ã¢¸Bï¥&rþ»µ„¨æÙ{Øâ1–wm9ýBV7îì:)ÇG>%Ü{n˸ª¸õr Š6vq!^X§+ÜPê=ýŸMG+ô~ÂG_´7ë¨õœGGÌîÓµ—æ·¢“W‚îÞÌi`{Â(xŠï»õœöû;WQ¶õ®uiÛ>­#]µÉw‡ÕþÛªØ'¤ÍwÖ=};ÈœKE?@]òæ^ÕEµ^›U‡†4¢ýì :gÿ½ž}ëµ»ÓzJï9­Ç£õh= Ü¶žé…™{¯`G/J o"*½²àÀéSù;u>^etò¢4ïÌ”6B<õñì­ŽŸ žÜ±‚ƒ0½„SE‡-ü¾{³JB4þdc¼Öù²~Eêä:ó‹êžÁÅj½¶Ÿ¢3½Dì¸ÔÁ‹Ûë‹&ÃŽ:ŒŽB_´7ë°õd޶ݳo½ØæÖ‹×ÝÛ£“9 ½·è§ØYëiŽk,ê~µOAë99ì÷w®:~Öœ}¢Ì½5¿EsÏÐfBT¢é iÆGýmUì²ðÿ¥øß2ç’‚¨¿ìÝûqQ¯_hZÚ®ÁO 7–Çjµž15 w5áÞÃôN¥÷œÖcŒÑz´PnßÙêÿž‡¨Û/,Ó`÷f3óûОü"ÿC2¡ßGaÒ‹ÆÌÀ·*‹VÓÏ›ÿiÚwXáO×'úš¾ö Ãê{|t2§ÍŸJžb«gÍöšÛFTè²"^­wŸçªãgÍÙ'ÊÜ[£>cÇ7M*4ú&$Âûƒš¢á—¡iºGûmUìÒú;ëÞ¾dÎ%%ШMòû[ ÏŽ:’•}pÄsjõõO4Ùzú”ß?'Dí϶›úZé=·ÿÝ€1Æh=Z('7‹Qul\+!ªv0Û'8,,páç ó_ä2÷÷Œ5» ç´vÞŒõQ¹¶Ÿ®¿¼¢³¿Xž¤Ž˜ÐBˆfŸÏݲ÷PøÑ_§w®dÿ¢T0gžwè¾CGöÌéSO¸½±>Qçô YݸÖÙu ™†=+½ü{cÄ"¿íaÛýVymÓRƒzUU_·n[hÀª%~Qy6/MUácZ Q¯Ç„Õ!aK¾íì!Ü__¥UŽ¿¨ò›ux‰“èøˆYþf Óu7†l÷_ò}×ê¢Ò‹Ó"óîýÑ9? ¬®§à)¶yÖl>=çÌéN×zsôò€ïQž¢x­w¿çªãSÅÙ':½·ÆÌ݃‹_†e úøõ½jˆ†_ýšax”ßVÅ>!mž£{:ad>¤äšÿŠ›þÏ·~@eP›ð³ù$êµ^ã/WoÝêç=üß»Ô1ý› #wäÿ› Êî¹ýï¼dŒÑz´P^ZÏô÷–ï›õÙK–¿­]T¨ÞȳûÄ£wÞï”w9trŸöõ«˜?T½i·Ñ‡U…ÿâô´c^kP¥z€ Cö©¥ýóoG¸=Þ í)¶ÿ–&|üëM<,W¨Ñü­á›bòä¾ÕËÜËåu+™.®R·ÓHÓ›µòbÖ}ݱŽùÕj?04#¯Ð_freÇÔ,ŸâÞäå/ÍÔ;J0§Ñáø‹*½Y‡—8y€Ž˜¥õêuz±©»ùïô÷ì3ugrÁKå{{t2§õ?™QÔS\øY³ýg6~Û­‰»å³=êµxuÈ6óOs”öû:WÑñ½ÕDLjY¡FOŸ;ÿŽ|ÞÅ…/WÏO8©~„ßVÅ>! =G÷pÂÈ?eJž óOHí~a½´mÖ)xýàVûÙ—>ø~ñîx›ÿ‚²{^øw/c´­”›ÖcenS‘1Æc´­ÐzŒÖcŒ1Æ­Gë´£õcŒ1FëÑz­ÇcŒ1Æh=´cŒ1Æ£õZÖS>CƱ%£†Î<~ÿ’rnlÐÒàØ§WÐ%îÓwr¸¦l<ÆÉ_"+êû¢üÆ£õh=€Ö{ÿi›ã¼xËœÕÍCÔzgfx†ÑñÌÿ8uß_Mÿ^³zï—OŠ:ýöhJíÃQôbXui`àá$})¹öðÏ–"Ÿ»"¿/\û·Æ£õh=€Ösu¹±ÛF¿R»Ö{îüÃj2­whHCÑpð¡²ÝzêÃß6*‰GQR·Ãþ٢乓ÿ¾ õcŒÖ@ë•uÚ̸ÄCQ?×Ë;ûK+7Ïiç´´­çò­'ÿ}Aë1Æ­àѶž.yßÌO;7zÌô]êÑìƒåѦHÑ%í™öñ ª˜.{ºÛ€edz-¯åôÉ;ÆöhÛ¨ªù{Ú­å°CûKL/¥âCú°Mí æO}ئè\Ó[²O-ëÿRC7ÓÝëwyÐtM}bðw¯·jXÍò»DÍo¿ö”ºàu£Ó»qeënÏׯZÁüYî»Z{.§àåDù³™‡éCO<ß¹MµüuÊïªÍòbWý¥ùãMŸT¹^ÇÏœÈÖ˵ž1#ô“Ÿ†f8xµœ¹¥»›h;'ZWäC°ž³‡S¬ãl5CÆqŸåaW´£ú|ðŠÍ4N_çxfÜo¹2O‡ÌÃtx;6¯º=…GþjE?³åéäwvËÜZÏ‚ï gב9a>)äûˆ1Æh=Z(ó­§>1±uñÄŸ†-ܸvÉÆ3jéÂãã=+ˆ:oY¸mÓüÝ…Ç›KcL¯¬Ìÿ²›ð¶6dÇÎàÍA'Ò ö—³Œj!*·ê??hïî€Ym*DËIš¼3SZ‰J­‡¬üõБ!ë½wÅß½ÁÖ#×n Þ¼|Bï§…¨Ö}åEó«¾¢îFë‘ÞÛB¶zMx·ŽéKœ2ÿ†ô] Qÿ½ñ^[CÖLùÔ³rþ‹:ÅwÕöéÕ§ý½ýB÷îÛ8çÓfB<7Þ.XlZÏùOF¬_£Ê<›ÿfÊùÃ)Öq¶š.fa7jo.‰ÎM ú¸NeÏý•2æ{^»ïêÃ'Oœâ@¦±¨÷ïÉ=Eµž³÷:=þÊŽÜi à™-_'¿³ÓXæP+ÿ­³ï g×q~Â8|RÉ÷Q¯c´­”ñÖË9>ò)áÞs[†ì…ÚØÅ„xaYœNÉËÝœã#šÚ}û×üd§J9ÿÝZBTóì=lñŽÁá§k/Ío'D'¯]1î†zOÿ'EÓ‘Çr¤¯~lxSáÞ+$óª‚ÖszWmË(ÖÜíU«(„[Ò5:,ŠÓ•pëY?›çÂùÃ)Þq.´ì=ˆÊ]\TŸùÙSˆgFÓÑzrOǽ¶žÓ‡ ìàÈ žÙòuò;;eu­§àûÂÙuœŸ0Ÿ”Gó}Ä+FÆ­Gëe½õÌ/zgؽ·¾PgzÙq©Â—»Ç†7•^Ypàô©ˆü:¯2ýäÈ Š[ø}÷f•„hüÉÆx­ƒ—»± Ì/wãuŸêë‹&ÃŽæ¿ÈwשּׁõdîjþòÎLi#ÄSÏÞzàøÉðàÉ+£õ4G‡5u¿Ú§à5ê݇`ÿ\8|8Å;ζ7« ýœpë:ç¬:zÁ«nâÙáû² E¶žó§CæaÊ·ž³‡ ìàÈ žÙruò;=eµìs§äûÂéuœŸ0Ÿ”Gö}Äc´­”é÷p&û¼í& °}[ªÿ{¦ >aCwwé5ß…oc3¿]êÉ/Â2¾¡Ksn†ôš¶í¼‹y…?]ŸèkúÚƒ«‹s7¬^àY>«n¿ü¯.ÿ΢ïª!3ð­Ê¢Õôó¹æÿ™ò¾»ÓÖû(¬pëi£æ¶º¬ˆ×ßãkT™‡S¼ãlso#§w¬RõÅ1šø =kTjõã1•ý_dqòÇgDÍw¨Î¦ÝíØ¿³ÎÁC¸ïÖSòÌ–«“ßéi,s¨eŸ;%ßο¨ÓÆá“ò¨¿cŒÖ£õ€²ùw³2 {VˆÚoŒXä·=l»ß*¯íqZ£*|LK!êõ˜°:$,`É·=„ûë‹¢´FE/w¥ÛÜÿÝ3BÔì6tžoHXXÐÚy3ÖGå´±sæy‡î;tdOÀœ>õ„ÛëïüÂ|Ý!Ûý—|ßµº¨ôâ´Hó,£ønؼÀS×JˆªÌö  \øyC§­çì®Úül"bB !š}>wËÞCáGÞ¹’ƒÖÓ_^ÑYˆÆ_¬O²ý§rÎL‘^­7G/ ñå)Š÷Uîáë8[Ýfî©©]›õ\—§[Ûû™.S~S;:1RƒzUU_·n[hÀª%~Qy2O‡ÌÃtp;6§Ÿããß­§ä™-W'¿ÓÓXîÊ=wJ¾/œ_Gæ„qø¤<‚ï#^.2Æh=Z(ó­'-ïrèä>íëV2}—V©Ûi¤å￲cêG– Ý›¼ü墣™z'/ní/)¸ÍúUÌßúÕ›v}XeЄ½‰‡åwƒÍß¾)&¯à¯Ñ«×éÅ¦îæ¿ ݳÏÔɯÞB/ðtIûf}ö’åïlª7òì>ñ¨¦8wÕ¶²O-íŸkÂíñm¿HÑ:Œº´c^kP¥z€ »¿é}ã·Ýš¸[>Û£^‹W‡lK4ã5ªó‡S¬ã\8åŠ>1òbÖ}ݱŽùkÖj?04Ãàüéy˜o§Èãÿ­§ä™-W'¿³ÓXöÖäž;%ß2×q~Â8~Rú÷/c´­¸Bë=Ú9|µÌXy'?cŒ1Z õh=Æh=ÆcŒÖh=Z1N~Æc´­ÐzŒ1ÆcŒÖ£õZ1ÆcŒÑz´Pš[O—<ºOßÉášô{΃¾ýR;CƱ%£†Î<®áχzÄrcƒ–ÇæpÂ0Æ£õh= ¼·žåïû«êýžó o¿ôþ§XVÿ†»Ì4á£[¹×éµþŠNzµ¯º´?0ðp’¾œþÇkÊŽXç[ä¬n¢Ö;3Ã3Œåðá3Æ£õh=€Ö£õl~¤’¼¡«?ߟw÷¼³?·UÞ Êz /ÝsÏ-þèÅ×FîH7®ªÛH4|HCëÝ×)»mô+µk½·áŠŽÖcŒ1FëÑz­GëI*¶ýñp–þ¡¶žõh½‹mf\bŽÁ@ë1Æ£õh=€Ö3·X^쪿4¼¢éÛµr½ŽŸ-8‘­wôŸà%ï›ùiçF™®æÑìƒåÑZÓ…I{¦}üBƒ*¦Ëžî6`Ùñlƒ£Ösv5ý•­Cº=_¿jóïî»Z{.ÇXÔ‡L¯ãCú°Mí æ|}ئè\S—~h•÷DÑ ‰Ü¸r{´Æà¨õêuëô¸¨ý—u—µŽZOÉʉòþf3Óý|âùÎmªY½twöÀ­ÿÖ}sëxfÜo¹÷säõÉ;ÆöhÛ¨ªùÆÜZ;¤±¿ÄÙã2dŸZÖÿ¥†næ#^¿óȃ¦kꃿ{½UÃj–»W³ÅÛ߯=¥.8’÷ðÌÊ1åwÕfJN`'×)Ú™[º»‰¶s¢uÎŽ¼Ìõå²ÂFùób5CÆqŸåaW´£ú|ðŠÍ4¼æaŒ1ZÖh=K‹éÕ§ý½ýB÷îÛ8çÓfB<7Þ.7Œê[WOüiØÂÍÁÁk—l<£–.<>Þ³‚¨óÖ˜Û6ÍØÑ]x¼¹4FWøö_Íœ<¢õHïm!Û½&¼[Gˆ–“Nå\•ÿ1ûȨ¢r«þóƒöî˜õצ¦Eh =F}¢ÿÇOVnýS„&ëÀ-*Õï·=ÝaëuXxzßÏŠnŽÐn=_Ⱦk@c!ê¿7ÞkkHÀš)ŸzV.xé^Ä·n½Ú}W>yâäÉ“ç5Æû9ò–ãæ9lmÈŽÁ›ƒN¤ì/qò¸òÎLi%*µ²ò×CG„¬÷Þoý­Ý¼yù„ÞO Q­ûÊ‹º{~feŽ˜â»jû\+9\G®õy™ë˱ O˜âÞûmwÑhh¸Úæöå®fûJ.¯è"D»¹Ñ…kÈöCÆ¿¢õôsZË flëS]4Ÿ‘gó³°Ëë{×O =™¶{ÈSâñÞ¾W´ŽßÃÙaQœ.'jáë¢ù°½F«ÖSò…ŒÉßrM¾ËÿQ‹Õ[ò”>pÙ÷pûÈÛÿ;Ýv—8{\¾©/žèd°y“¡í§k/-ëVE4~LsϬÌS~Wóœ¾/×ñ ìô:ÎÛÍá‘/²õŸÌ O˜b=/6ÓœžÜ¦âc/Ï9«º¼¦{5Ñ|ÄL#¯|cŒÖ£õZϨ‰õ÷AûFÕ* áV£†°äÍõsŽ|J¸÷Ü–!{¡6vq!^X§³¾}¹«zm¯ÞÓÿIÑtä±û—ýVÊ9>¢©Ýï35?ÙiÕ­ºäͽª‹j½6'ª i"DûÙtÎþ{=˃ÕÅoú¨¶hØo{Âé‚ÖSð… 9dž7î½B2íÿó+¥\¶õŠ}ä´žÓÇ¥‰œÿn-!ªyö¶xGŒÆàðÓµ—æ·¢“W‚îÞžY™#VŒ»j[:EžÀN¯ã¼Ýyå­gs2+=aŠó¼Zöž Då® .ªÏüì)Ä3#ñNNÆ£õh= Ü·^Þ™)m„xêãÙ[?<¹c­g~Ú3¸PqŒ°½Pgz©ßqiáÖs~µÂ/ ¬/š ;ê¨õî~Hº3MD¥W8}*"§ÎÇ«¬¡¿ìÝûqQ¯_hZÚ®ÁO 7–Çje[Ïh0¤†|ÕHÔùË/ÃZä·ž‚/dyt½‚½tWðÀå[¯¸G^IëÉ<.ƒ*:lá÷Ý›U¢ñ'ãµZ/v¹õâu÷öÌʱâÝÕü)9^GstXcQ÷«}ZÏÑ‘—¹¾Üɬð„)Öób{³šðÑÏ ·®sΪ£¼ê&ž¾/ÛÀ+Æ£õh= ·ÞGaR‹e¾UY´š~>×ü¡Œ÷Ýí_*“}Þv ؾ“0Õÿ=Ó…w~È¢OØÐÝ]Š–#j›Û—»Ú=µžå]pO~–)÷jV›ä÷·:žu$+ûàˆç*ÔêëŸhm½«F}ÖžoŸ¢¢È§‚/dytuûå_Çú-y xÎÉŸ5?Þáðï,-ö‘Wò΢—æÜ )èÚλ˜WøÓõ‰¾¦¯=è°úŸY™#vOwUÑ ìô:Ú¨¹mD….+âõvïáttäe®¯°õäN˜b=/6ßΑÓ;V©úÆâMü†ž5*µúñ˜Š—=Œ1FëÑz@ym=ýå…hüÅêð$uÄ„B4û|î–½‡Âþ:½s%o3dö¬µß±Èo{Øv¿U^Ûã´FUø˜–BÔë1auHXÀ’o;{÷×Eimo_îj÷ÔzÒÙÿÝ3BÔì6tžoHXXÐÚy3ÖGåÚ?ÆäþÏ·~@eP›ð³ù$êä[ÏrËRíåÿÝ,Š¾êØ¸VBTí4`¶OpXXàÂÏüUʸ!5¨WUQõ•që¶…¬Zâ•w?G^Aë9{\ÚØ€9ó¼C÷:²'`NŸzÂíõ‰w~Bg¾îÆíþK¾ïZ]TzqZdžòX8|œ1ÅwÕægv N`ç×É93EzxµÞ½< $$Ä{”§Èo7ÇGÞùõ•µžÜÃ/Öóbu›¹§¦vmÖsM\ž>nmïgºLùM}çïçL ú´x¢‡Wœ–WAŒ1FëÑz@¹i=£.mç˜×T©Þ# Ã}jiÿ—,±¼n7hûE@ŠÞîSò.‡NîÓ¾n%Ó•ªÔí4Òò÷á_Ù1õ#Ë…îM^þrÑÑL½ÝíË\íÞZ¯àÎÔ¯b¾ËÕ›v}Øñ2ôv¿m=£Á˜±s`#«sAÉÒ%í›õYþ¬P½‘g÷‰Góÿæ E™œÿRë}Ò@ÔìîKë1Æ­Gëå¨õS6‡ýÅcŒ1ZÖh=Fë1ÆcŒÖ@ë1Z1Æc´@ëÑzŒ1Æc´­ÐzŒ1ÆcŒÖ£õZ1ÆcŒÑz´@ë1ÆcŒ1Z­ÇcŒ1Æh=€Ö£õcŒ1Æ­ÐzŒ1ÆcŒÖ£õZ1ÆcŒÑz´@ë1ÆcŒ1ZÖh=ÆcŒ1Fë´Þk=éFcŒ1ÆÊ蜽ÂÑéòòrsrs4®7éqéµZ£Öh½¢[à Ê"g­§Í˹pî¬ïïÅ æ¹Ø–,œï³~ÝÙÈHé¥ ­ÐzJZïöíßcŒ1ÆÊÖ¶žN—'…Þ¯‰‰Wþøãÿ¹–ÿûvBBü¯•gNý¦ÓåÒz­Gë1Æc¬œ´^^nŽïï¤Ä„ÿ¹®Ä„xŸõëTÙY´@ëÙz¿ÿ~‹1Æc¬lÍaëåæh–,œïz?ѳùéÞíß—.Z‘–Jë´^‘­wëÖMæ;~ø?ÿùÇq²1ƹ]Næ¬õ/˜÷?W'=ÆôÔZ õŠn½›7˜ ìÎKãdcŒs»|L¾õþëÒh=€ÖSØz7o\/Þ®&‡Žýè¯SOh‹û‰Êw]õÛòÑßÏþí~‰‡¿|Ü,/QnºÒ+=+™R¿myh¼îQ~g•ÐÃyx'›KþVàçªë>|~#-[£õh=€Ö+²õnܸ^ô´'Æ´r¯ÓÛ'ùêõús“[ˆÛ¥‘.¿žwhë–ð´«JnDùŒ± Ú‰Šo©Jöf‹Üz8–Y·0ËK”’¼Më'ý™Ò¿9!õçg¿VUÔzwÖ Õõ"Ï܃_=)êô?[*NÉŸl÷yW9Wò¹êºÿáÛ¬$FëÑz­Wdë]¿~íùt-üÍûÄç{4º¨%}_|mÔ®Ìk×®ëÎþKzEú×éú¹G‡6 ‡ɵ¾‘ûŸá’åÏëì’½Ù"÷€ŽeÖÇíÌòÅîòÌà>O<•ÕiÞåÃá‹÷^Ñ)ºÃVOú=2¥%uBê.}µv­?û$‹8Cr|Ûððû~8ŽO6ËïMþî—¨¿{¡þÂ/-E•î[Uô®r®>äsÕu¾“ßHY)Ý#o½5¿Fwâ×ià&éÿJ¿¦õh= 4¶Þµ«ww5Õôjí©Þ¿îڳ۲݇Îg]µ¾ŽöŒùéôëœü—UÖW¸ÿé-^f—ì͹ôpì[17q℉&È_çÎK”B—[žÐ¦ß¬ûuç®Ð ‹'õ¥®nØ•a,5G¦ô¯$OH}v|rÞÕ¢ÎÝùi­Ü<§_Зʇ#w² Q±Ýø#*ã uçï´ÞC»«œ«á\u݇ïøÜf¥u2­'Õм—‡øMÜ~"yN๗ùþç!¢õZOaë]»j¼;cÊFéÕZë™1:£Í庨Y­…ûûÁÙÒ¯ó"-¯HÕÒ¯5G¤—Užùñ·yïô_lPÅ|ƒÝ,?¡²\ÙþáÈ\Ùô¡”ý³>ëÜø1Óµ=š}°"F's}ëã¦ð˜˜'UžåþL˜0þš“ëH³¼D)|¹ýjHÛ3¼…Oþ=4ýêGáä[?éŒõŠu(ìŸå§Quzyÿ—º™®è^¿ó¨Cù@în$nÒíùúU+˜?˽É+ƒÖÏ-ò„¼Ç3\»ú/ͯhú¤Êõ^øláI•¡ð“es†d†~Òá³Ð̂Ӳá`ó’–µµ‡›h;7F_äC¸Ÿï/‡ÇYÉÉV¯[§ÇEí>Þñ–SN{ÎÔzïnÉV~ÚËÜUÎÕRr®:»ŽÌ¹êðÈ—•s›•Ö=òÖë4pÓ–ðÄIÞ¿Íð;ÓáËõ´­”ÂÖ³¹Ð¼Azµæ9íœ&O§µLk”.×^0¿”Ú–%ý:÷ôOÒ+Ò¾¿ª¤_«ÛHÔî»úðÉ'Ož<Ÿ¨1š¯)<‡­ Ù±3xsЉ4ƒ1ûȨ¢r«þóƒöî˜õצB´œ¡±ýºé»4¢þ{ã½¶†¬™ò©geQñõ€LÓG|ºå‹¶¹vKpðæåz?-Dµî+/ê >dsÔÇÇ{VuÞ³"pÛ¦ù;º 7—Æè>™+Õ'&¶® žøÓ°…›ƒƒ×.ÙxFz‘îüúÖÇMɃ2Oê;é÷ÏZf¦Ü?ÞÙ³iy‰RørËÚzf´öî…Æ´ « ÷ÒÍÂé¶~Òë/TÌCaÿ¤(>mòÎLi%*µ²ò×CG„¬÷Þ¯“?м­Gzo Ùè5áÝ:¦/q*§ˆòÞÎp£^}ÚßÛ/tï¾]s>m&ÄsãË-ôdÙœ!V3ü†ƒi,ÿ3sKwéõðœè"Âý}9>ÎJN¶ OïãYÑ­óϦ;œwögSëe)<íåî*çj©9W]Gæ\uxäËʹÍJëyë½ðõFŸ}—‡-92a͉öýÖÒz´P6ZÏF—uIzùÖ»û'u¡]–²Hñëá!ZO?§µ\’±­OuÑ|BDžÕ×5&o|ËM4ùîàÛÑÆÌk{çÏk%Ÿ^ø‹j/-ëVE4~Lãèþ¤ô¬*ê½;Ûr‰>ÞûmwÑhh¸ÚÁѹ²åC ¾Ù“mý@dnÜê¸9{PCoÔÈ‘–îþaÔ(™ÜSÞzWu´¢Å¤È\Ù;l÷úÙæ‰¶{ÔÅ8vOŠòÓ&ãÀ7õÅ}’ ÊNåwÃpyE!ÚÍ5½Î”9!ïí ·}R’6v«(º¬N2”Lë9|WïïûËñqVÔz‹ât9Q _÷͇íÍ0ZµÞýþVÀ¹ZzÎUg×q~®:<òeæÜfe³õþxð:|¹~õ¯1ýfîû~ñá¶_õÇCDë´žÂÖËË͹»œøµÒ¨O Ú°sÏÞ=æí?qE•“§ŠœÖJ<ö^`Št¬Ÿ5ú§I¿ÎØ7¸¡h0`ofÁ-X_Ó¼¬Ãß7µû ¡æß¶§Y}ݬCß5•þTJο‘s³ÛˆŠòMVöév_Tu~v[!^XvIíèþ {J¸ÿ90)ÿÓUQó¥òé¸(Zmÿpd®l÷¡¢nÜê¸9{PÖ75nÜXéÂqcÇy¡e–—(…/·<¡­~9«²ºP}nn[Óÿ#þd–ì¶>töO´Ü£.êPØ=)Å8m2OÎy»–ÕZõº ä\fN'@1îFúŽ/ꈦÃeÉž÷v†çåf^ðÝ«]£j…p«QCºFûyÑjÛ#iýe½B?Ùÿ7)ßϪíïŒÕCÈ»Ïï/‡ÇYÉÉfy\ê‹þRK4øÇ–K'&ÿŸ¨ò¶_J üVÀ¹ZjÎUg×q~®:<òeæÜf¥u¿õV†œi oǯ6tøÒ»}ÿuo~ï·p˹¿L í?co—¯½=?YÞêãe-ÿ¶´õ'KûŸ¤õ”†Ö“~W¼;ÍeKœÉÖØ\ž}ÚüÇn@²ôëÌã–W¤©Ò¯Ó÷2ÿIáðšæeü®‰¨ôòœÝÇËßñS1©9V·Ÿyè{ÓŸ×Iù7rv–ôçõk¾IÊ>Ýî‹fŸŸczù´4Fåàþ˜¿ÖŸó?=;j^{Ó;Ï¢TöGæÊÒ³ýPQ7nuÜœ=(ë›’‚nìØ16Ï‚ìå–—(…/wô„æÄoêYM<ö®ïù;l}èìŸhëG]ÜCa÷¤ï´Ñ¤žÙ6÷Ûwž®$D£¿®É–;Šq7Òv]O4º?Sö„¼·3<ëä?=…hú×éþ»=8©Céµq”ÊöHZgY/cÿÐÆâÉþ;Ó-ÿ3ÉÏôzxÆ•ý±z¹÷ÿýeœ•œlùKÔ¯¡¨ýÁä¡ÏI­·9ùþ+à\-5çªÓë8?Wù2sn³Òº‡ßzlüycÄÿHi³ýNÏØtzàœ}oŽúóØàŸÖž˜æñ‹O„t…±+´ì»ÖPZ/G£¾;uÜSü™¥¶¹<ëÔ/Ò»=ü“¤_gŸ ½"ýpkŠôëŒÃ£›‰š}ƒS^Ó_¶ÿR¦êò¦?WU_µÒ?ÈgÙü §2­¯yç6¯ìÜLˆÇ_4s]À–­›VÌœºêT†íí«“÷ÿÐRˆª/|9m­ÿ–­¾s>i ýy½ñŠÂO7QQSºÊš€À ó‡t©.*uœ|<³Ð=ÏÿZûF>/DÝwÇ,Øâ3à‹â±nsN™®lÿpä®|eç·ÏHÑôÚй·nX¶$ð¼ÜõmŽ›’cR¼Y^¢¾Üò„6úÇRÿÀ ¿õ^³FÚ¹¶ôÒ»ý÷Ûⳋ:Ö‡ÎÁ‘±þ*Å<öOŠâÓ&óœÏ´™^A¿îÞê3탺¢ÊŸV_Ì’;”ߔҋÉFßîK—?!ïé Ï<:ö9!žþxƦ°Ýûömòb%Ñnîù,Û'Ëú ±yÓOòâ‰×G,ô ð&ݳÖÓOgñîëûËñqVr²Y?.ÓKµ'ª¼µ)ñþ+à\-5çªóë8?Wù2rn³Ò:™Ö»}û÷ñ¯·wè¿¶ÇØ`)åzO4탉aÝÇ„t¾¥ÇØí}~ÚñÑ¿vJë;yWïIa->˜ó@ÿyZ õT멳âCF¼R¿Jõw|¤?ô#Wök_ÛôM^ቶ_%dØ·•J“q!hâíêU1ÿfP½I×{’í~Óκôë/w²ü=Ø¢Bõ†­Þ»/Má§[^>Õ}¡cwó’ÑêƒÇf9yafº0&øŸ¶}²’éŸoüÒ?æì»’ÿ¦ÐÃQÉ]Yºc[&~`ù¨òä ßïN•»q›ã¦è˜Üë©ãýzÕ.ø}¸J­g:õ2/4*SÉѰ=tŽŒíS\ŒC¡äõ³“C”ºL·Æ–‡SãÙׇzGfÊŸÊïF¡“ÎNÈÌ{:ÃUIá þžk¢Êã Zæ—]èɲ=C¬—~jÍÀW,W½u›wèwQUŒ×ÃÅþþr|œ‹Ûzj•:!ø«†ù­wÿ¿p®–’sUæ:ÎÎUgG¾LœÛ¬ ¶Þï¿ÿþ þõö…þ'ÚýÝ+ÿ¿Ë[òÂ?VMñ‰|w\è'¿ìkÿé²g{Ï}¶×ìgzÎz®÷ì¹=ÐGžÖh=…­§Ve—ùeüö³éUßx,÷:ËK”rúð98Ù8Wçvù›lëݺvíj‰ïêU£Ñh(X‹> æoêý¯½ýæ~¦×lë™þÛp Fë´žÂÖSeg•ù¥Ÿ4½|ê¾9Á˽Îò¥œ>|NN6ÎUƹ]þ&Óz·nÝ’j«dg0èu:mNŽF£Q«Õ*iÍ?˜·$ôÒ_g¸äx³÷gZ.”>*]Gº¦tý¿£õZOaëege–ù¥œÚÒôò)Þ˽Îò¥œ>|NN6ÎUƹ]þ&Ûz7­ÊV"“òMJ¹””ä+Wâã/ÇÅÅ>ÓköŠ] ÿXpü{¯H©õ¤K¤Ë¥Jב®)]¿ÄïCÁh=€ÖSØzY™Œ1Æcek2­wóæ ƒA_²ÓjóTªìää¤Ë—/ÇÆ^:s&²yïÙ ·Çò>ÿíŠSÒ¯¥K¤Ë¥Jב®)]¿ÄïCÁh=€Ö£õcŒ1V[ïÆz½®d§Óisss¤ˆËÌÌHIIŽŠº0bÚF)ñš½?Sú¿Ò¯¥K¤Ë¥Jב®)]¿ÄïCÁh=€ÖSØz™éŒ1Æcek²­w]/¥VIO§Í“^ƒåI_C­JNJ<{æÌ±ð£G–þ¯ôkééré£Òu¤k>ˆ;P0Z õ”´^àfÆcŒ±27¹Ö»~]ª­7)èÔªìô4éWbRâéÿJ¿–.‘. _·`´@ë)i½É›/1ÆcŒ•¹É´Þõë×ì_;•줬“¾VŽFm™ôkËOôÎh=€ÖSÒzÿÚt‘1Æc¬ÌM®õ®]•ÊË…Gë´ž’ÖûÉ÷"cŒ1ÆX™›Lë]»zUú… Öh=%­÷OŸÆcŒ±27g­·dá|*»àÝ•®7*k颴@ëÙz“|¢cŒ1ÆÊܶ^^nÎÆõ뢣.hÔ*WÝÅè ›6®ÏHK£õZO¾õ&nŒf¬|nêæhßÝ—v‡Çþ-nÿ‰¸àC±«Â.NÞÄ‘aœ¢Œ•9l=½V{62r×ʘè(Uv–Z•íJ“‘ô¸Ö®ò:s:B­Î¦õZO¾õ&lˆb¬nYÈÅðˆ‹>¾A3gÌøqìÒfL›±Ò;0hÌì Žãe¬ôÏaëIÓæåDžŠðÙ°n颋Ìs¥IhÓÆõRèee¤_5êi=€Ö“o½ñë/ÚÿÔÔÿý7fo´ý‡s- ‰>~fÚ/SW¯òJ¼’pÛìÊ•„U^+§NùyODââÐxŽãe¬”ÏYëIÓérUÙYi©é©).¶Œ´4óOôô8­ÐzÖ­÷£÷…‚ß|eëñ¤Y~W"¯ÿ~`ûÅù2C¢­¯À˜ ì_>Qá1Ó~þyÿ¾=ößn{÷ìš>}úñKêùÆp¬§(c¥y2­WnGë´žuë[w¾`?íÈÍùïÿû·ϽýÍUéWÿM;7Ñê Œ¹À6ìŒÙè¸Êk¥ôtûöímÛ¶µ5›8qâÍ›7¥ ½¼V†ìö;’ʱbüuˆS”1Ëh=Z õä[oìÚs6[waa„Q{ýß9‰©³ÖŸ+üQÆÊþv½4sÆŒÄ+ ÒwÐÖ­[GŒÑ(Ÿ”{Ò…WâçΙû[\.ÇŠ=òSÔ!NQÆ,£õh=€Ö“o½1kÏYíü/‡õ×ÿ{kwhÂñëÿÓÆ]ù׺s¶W`¬ÌïàÉØÇþpûömé;¨C‡¬HÿSºð÷ßÿqÌÉêk+öÈOQ‡8E³ŒÖ£õZO¾õFxEZol@ÒŽã±?z™´##dgÔ¶e̶+übÑ­7vtFî Ž{䧨ÓÖãeÌ+’Ö£õZO¾õ†¯<ÍX¹ZÀÞèéÓ§_1¿Anâĉ֭gygB|üüys£“u+öÈOQ‡8E³ŒÖ£õZO¾õ†­8ÅX¹Ú¢ sËÖø¯Ziú‹/nÞ¼)õ]á¿›eåŠÝ{„œLçX±G~Š:Ä)ʘeÎZÏhÐ_JV‡Gg<—uÀµvð|Vxtö¥$^Oë´^Ñ­÷ýòSŒ•«ò:í»óüä)S÷ìÙeÿí¶w÷®¹³geå^¿î,ÇŠqŠ2Všç°õ¤Ð‹ˆÍÞs2aÂÂà~?ùþc’+MzDãnÛuârÄ¥l£Öh½"Zï»eŒ•·ý´!2ìXüôi3V®Xq%!þw³„øx¯Ë¥WÑ©™9+w\æ(1NQÆJù¶^l²z÷É„“}v>£3Þ¼ñû\i:ã‡"¿™ì³ûd|lІÖh=ùÖºô7ÆÊáføG¾í·u×Ü9sÆ-mþüy»÷È̹&½Šæø0NQÆJÿ¶Þ±¨,ÓO¾Žœq±Ê³ÞÎÑã‡GgÑz­'ßzß.ù±ò¹Q^§×ï½£ŽK7$e_½¤ÝváŒ_ê³ÓZŠJžCÖl?|rïöMkw§æn=í‘ñm¤\ëÐÖš °­þ‹>i(*¾±5µˆÖË;øÃó¢rë/æ‡ìÚ³uú_ŸÂsÂ)­Ðz´@‘­§¿~[{õÖ³Öu-Ô%ušžj¼u÷:w®™éýZEÑe}¼ñVæÁAõÄ}3s­¯ßzRÐå¥m}ÏC<ùÅ®dËíèâç´3µ^Šôk͉ÁæÖ˲|V~ëi¤ÏJ êî!”öauñ섳ª«vwFv´@ëÑz ¶^Žþzv®þÎr’¼ºñìÈM.*µ<Ùtu¤ïØ÷Û5ªVQ·5¤hi¿ð¬ZŸyzÆÛµ„¨Ö²ç°9!ÑÉ9æ›RŸÚJ<öÞÖø\}ÊáM„û{Aw¾Š*zzQñOþ—¥_gÐPÔp0Ùò¡ä-o» Ï™Qéw>«°Çÿ¶ãJÁ½U6Z õh=P[Ow-K£¿3µ¹õÚÌ=•UpIŠW*‰ÆÃö¤ëSOLn%DÓ¾³}w;°Ûø¤Ö;“m¹ZöÉ­ ½Ó¬’ ÿºáœôéYç§H­×cëe>ùÀð&Âã½ÀŒ;·™en½×ü¥e¥ÜH<Ùo_¢åC‰[Þª"<§G¥™?«±¨ÔeöþÃÇ"òwêxtvfÁ½U6Z õh=P[O£•ZOwgêDsëÍ9••Ivô¬B<õà ÝåMoV­þ¡1(msÇÌ­§»ûéÕ±ŸÛ ÑvúÙœ¬¬sù­§ËŒÛðzÑhðÁDËÕ²¢Ì­çwÙôëó¿´:/;§2(1ÈÜzÒò?«ÎçÛ/«­¿D±Gë´­Êaë©µÆ uÞ©VH­×tÀò-aA[ƒÖ-›6¨ûÓBTl÷Ï“Iê¼ä£?6—²ïãÙÂöïÚ·ý§+‰v Ng奜ó›:s߯ûw„úMý ®¨òúŠ‹9™g'›Z/(Ît³É[¾l,DƒwÇyùú/þç'-«H­·9ÖôE³Oj-D­×F,ñغÉkÄÿ ©õÎ¥˜>+5dp3!j¾%C}?s˜3rŸ’rfª©õ|¢ïïë*­Ðz´(‡­—©Ñ%§«ê’#M­÷êÆ¨‡òåh=€Ö£õ@9l½t•öJj– Öh=Z”«Ö;x>«ßO¾±WÒR²\u±WRûÿä+=RZ õh=PNZïXTÖ ·ìOHÎpÕî ¿hÛÑ(Z õh=P^ZïR’f׉ËßLÞ¸#üR|J|Rº+MzDÒã’Ýî“ñ³i=€Ö£õ@9i=IDl¶”Bã÷ûÉ÷“|\iýò¿p›ôèNÆd zZ õh=PNZOš|±)šð謃糜s©IèhTÖÅÄl‡¡Gë´­\¸õÊóh=€Ö£õ­GëÑz­@ëÑz´@ëÐz´Z€Ö£õZÖ õh=€Ö£õ­GëÑz­@ëÑz´@ëÐz´­Ðz´­€Ö õh=€Ö£õ­GëÑz­Çá.Öz:]^^nNnŽÆõ&=.½Vk4Ðz­Gë€òÕzÚ¼œ çÎúnð^¼`ž‹mÉÂù>ë׌”^ Òz­Gë€òÓz:]žzk¼V$&^ùã?þçZþýïÛ ñk¼Vž9õ›N—Kë´­ÊIëååæønðNJLøŸëJLˆ÷Y¿N•Eë´­ÊIëåæh–,œïz?ѳùéÞíß—.Z‘–Jë´­ÊOë-^0ï®NzŒé©)´@ëÑz ¼µÞ]­Ðz´ õh=Z(å­·}[Э›7 ~AëZÖ£õh=©ï,­gù­h=ZÖ\ õx'€’Ö“jè?.Ö\¬õx'­Gë®×z¼‡€Ö£õ×k=Þà  °õþpi´àb­Ç{8aë­ 9ÿÒ@ߎ_mèð¥wûþëÚ}±¶í?Ö´ýûª6Ÿ{µþl¥ç'Ë[}¼¬åß–¶þdébÿ“´å­Ç{8aëu°q²÷ÉY›OÏÜtz†ï©i>§~ñ‰øyÃoS6ü&]>y݉ŸÖ˜´æøˆ%‡Zö]HëPÞz¼‡à¶^û~ë~ô u¨ÿËßúu²ù¥Á›:ÚôÒàÍÒ¯» ñ“.ì:Ô¿ëЀ7FliÞ{.­@yëñN%­wûöï7n\/ñuè¿ö­Q[ß½­û˜àwÇw"íݱ!ïŽÙÞ}ìöãLÿ·ûØÐ·~ØÖâƒ9âŒÖ\¬õx'€’Öûý÷߯_¿Vâ[è¢Ýß½òÿ»¼%ÿ×wñó-jÑgÁs™ßüƒyÏöžûl¯ÙÏôœõ\ïÙs7zw `´àb­Ç{8”µÞ­k×®–ø®^5%“®ù î@Áh=ÀÅZ÷p(i½[·nIµU²3ô:6'G£Ñ¨¥©Õ*ûY>$]Gº¦tý¿£õk=Þà  ¬õn*üœòIù&Õ\JJò•+ ñÎ&}TºŽtMéú%~ Fë.Öz¼‡@IëݼyÃ`Зì´Ú<•*;99)>>þòå8g“>*]Gº¦tý¿£õk=Þà  ¤õnܸ¡×ëJv:677GЏ¬¬ÌÌÌ g“>*]Gº¦tý¿£õk=Þà  ¬õ®ë¥Ô*éé´yöoµr8éšâŒÖ\¬õx'€¢Ö»~]ª-­¸XëñN%­wýú5…?€+££õk=Þà  ¨õ®]ÍËÍqáÑz€‹µïáPÒz×®^•~á£õk=Þà Pdë-Y8_£ÊÎѨ]uUÖÒE h=À•Z÷pÈ·^^nÎÆõ뢣.hÔ*WÝÅè ›6®ÏHK£õ—i=Þà ßzz­öld䯕1ÑQªì,µ*Û•&="éq­]åuæt„ZMë.Óz¼‡@¾õ¤iór"OEølX·tтŠæ¹Ò¤G´iãz)ô²2Ò¯õ´à2­Ç{8Šl=i:]®*;+#-5=5ÅÅ–‘–fþ‰žÞá§õ€2Úz¼‡@Ië•ÛÑz@m=Þà @ëÑz€ëµïá õh=ÀõZ÷pÐz´àz­Ç{8h=Zp½Öã=œ´­¸^ëñNZÖ\¯õx'­Gë®×z¼‡€Ö£õ×k=Þà @ëÑz€ëµïá õh=ÀõZ÷pÐz´àz­Ç{8h=Zp½Öã=œ´­¸^ëñNZÖ\¯õx'­Gë®×z¼‡€Ö£õ×k=Þà @ëÑz€ëµïá õh=ÀõZ÷pÐz´àz­Ç{8h=Zp½Öã=œ´­Ðz´ õh=Z õh=ZÖh=ZÖ£õZ€Ö£õÐz´­Ðz´ õh=Z õh=@ëÑz´@ëÐz´­Ðz´­€Ö õh=€Ö£õ­GÜÑz­GëZÖ£õZ€Ö£õh=€Ö õh=Z õh=Z­@ëÑz­GëZÖ£õZ€Ö£õh=€Ö õh=Z õh=Z­@ëÑz­GëZÑz­GëZÖ£õZ€Ö£õh=€Ö õh=´­Gë´­@ëÑz­GëZÖ£õZ€Ö£õh=€Ö õh=Z õh=Z­@ëÑz­GëZÖ£õZÖ´­Gë´­GëÑz­@ëÑzh=ZÖh=ZÐzŒÖh=ZÐz´­Ðz´­Gë´­GëÑz­@ëÑz­GëÐz´@ëÑz€Ö£õh=€Ö õh=Z õh=ZÖh=ZÖ@ëÐz´@ëÑz€Ö£õh=€Ö£õ­GëÑz­@ëÑz´@ëÐz´Z€Ö£õZÖ´qGë´­h=ZÖh=ZÖ£õZ€Ö£õh=€Ö õh=´­Gë´­h=ZÖh=ZÖ£õZ€Ö£õh=€Ö õh=´­Gë´­h=Fë´­h=ZÖh=ZÖ£õZ€Ö£õÐz´­Ðz´­Gë´­h=ZÖh=ZÖ£õZ€Ö£õh=€Ö õh=´­Gë´­h=ZÖh=ZÐz´­Ðz´­Gë´­Gë õh=Z õh=@ë1Z õh=@ëÑz´@ëÐz´­Ðz´­Gë´­Gë´­@ëÑz­GëZÖ£õZ€Ö£õh=€Ö õh=Z õh=Z­@ëÑz­GëZÖ£õZÖ´­Gë´­GëÑz­@ëÑzh=ZÖh=ZÐzÄ­Ðz´ õh=Z õh=ZÖh=ZÖ£õZ€Ö£õÐz´­Ðz´ õh=Z õh=ZÖh=ZÖ£õZ€Ö£õÐz´­Ðz´ õ­Ðz´ õh=Z õh=ZÖh=ZÖ@ëÐz´@ëÑz´­Ðz´ õh=Z õh=ZÖh=ZÖ£õZ€Ö£õÐz´­Ðz´ õh=Z õh=@ëÑz´@ëÐz´­Ðz´­€Ö õh=€Ö£õ­Çh=€Ö£õ­GëÑz­@ëÑz´@ëÐz´­Ðz´­Ðz´­Gë´­h=ZÖh=ZÖ£õZ€Ö£õh=€Ö õh=´­Gë´­h=ZÖh=ZÐz´­Ðz´­Gë´­Gë õh=Z õh=@ëw´@ëÑz€Ö£õh=€Ö õh=Z õh=ZÖh=ZÖ@ëÐz´@ëÑz€Ö£õh=€Ö õh=Z õh=ZÖh=ZÖ@ëÐz´@ëÑz€Öc´@ëÑz€Ö£õh=€Ö õh=Z õh=Z­@ëÑz­GëÐz´@ëÑz€Ö£õh=€Ö õh=Z õh=ZÖh=ZÖ@ëÐz´@ëÑz€Ö£õh=€Ö£õ­GëÑz­@ëÑz´@ëÐz´Z€Ö£õZÖ´£õZÖ´­Gë´­GëÑz­@ëÑz´@ëÐz´@ëÑz´­Ðz´ õh=Z õh=ZÖh=ZÖ£õZ€Ö£õÐz´­Ðz´ õh=Z õh=@ëÑz´@ëÐz´­Ðz´­€Ö õh=€Ö£õ­GÜÑz­GëZÖ£õZ€Ö£õh=€Ö õh=Z õh=Z­@ëÑz­GëZÖ£õZ€Ö£õh=€Ö õh=Z õh=Z­@ëÑz­GëZÑz­GëZÖ£õZ€Ö£õh=€Ö õh=´­Gë´­@ëÑz­GëZÖ£õZ€Ö£õh=€Ö õh=Z õh=Z­@ëÑz­GëZÖ£õZÖ´­Gë´­GëÑz­@ëÑzIë1ÆcŒ•Ñw´@ë1ÆcŒ1ZÖh=ÆcŒ1FëÑz­ÇcŒ1Æh=Z õcŒ1Æ­ ¸­ç»~­Z•ÅowŒ1Æcåg7®_»yó†ô:Ö\¸õBƒ·¦$'ÞºuãÚ5#¿ï1ÆcŒ•‡Ð»}ûvrb‚ô:Ö\¸õâãb·øoJMIºuëæü›1ÆcŒ¹önÞ¼!…^ÿ¦„¸8ZpáÖ³ä^hðßõk¥ÏeŒ1Æc®=éUŸôÚÏYèÑz€+µcŒ1Æc´@ë1ÆcŒ1ZÖh=ÆcŒ1FëÑz­ÇcŒ1Æh=´cŒ1Æ+© ú¬ÌtZ(+­çç³þÆëüÞÅcŒ1Æä§×æI­'½z¤õ€2Ñz;¶Ç]ŠÉѨ =¿ƒ1ÆcŒ1‡?ÑÓ™B/#ár¬ôê‘ÖÊDëÅÇ]Úè{)&3#1ÆcŒ1ûee¦K“BOzݘw页cLùì[Ï’{¿nöóY¿iÃ:ÆcŒ1Æì'½V”^1„ÞCh½ãá‡cŒ1ÆcÌ…çðÿ]ÿÈ÷ [ï?àÒÊgë1ÆcŒ1ÆXy[iø)!­ÇcŒ1Æc%»ÒðSBZ1ÆcŒ1Æ\o´ž£eY1ò_AÑjûåfœñ÷ãæ‹9®v&¸ÜCÖÄú°Ï?e•ë§µ8GÉÁ+ÝËI:0÷»Á3ÃÆΊܼx[œ†?2cŒ1Fë•íÖSžö¢Ûc¯Î‰tyéG~lU©FÕÕà¾å¦_Øí·yüÝ$É:4²åcuÞ_{Ÿ¯BKïC–]^zø‚Ï:Ô­l:ëë»îý:nÿ7ü éÅöÉIω}BÒKÕc´íMY%»#öˆÏí"§>3ÝS<ö^Pê¾o¹‰;'v­&j¾»ä\6d0ÆcŒÖ+¢õ4—C'¾÷\5麕êuþreDF^)úaAüæ¯ÐjÒÉl'WHÛ5¨‘h8`W†²Ì>³òãÆê}¹;óþï[æþÁ Eƒûîþ #ûô‚>/¼:l{R®‹>dÙŸE†~V¸uº,hÇ®ûN%k’B‡wëøáüS*ûr)éÇXbÏࣽ©ÒÓz÷ðpNë©Ï/zµÆ“oNاâÏ ÆcŒÑzEµ^ö™Y/UO¼9nU€ïì/ž¯(ôÛž”SJˆæü¼N•ÜßY—ëô:ªs3ÛW¬ÚÃ7¾ˆûœ›¹eêG-Ì?uªû€ZÏå²ÜÿÇ jA{áöŽ_J‘S¢‘Ö+_­——““Æ»7cŒ1Fë)i½Ì½ˆjïû$˜¥:1þ9Qé•å1…_„çÄüÿöÎ4ªªr À"‡Ñ Ä)-QRSœ  /jƒ¥u—Ën¦× oÙÅò¦«Kދ ) ! ¨ŒŠSDŠb¡. •ŒépøßýwÏÂ9{oð€ ù<ëùœ½7û}Ïû±¾×ï;›%Á#½ÝL×ì=úÕÏc>kª¿«áýƾ¾þLUÓœ\S–³ú•±žÆ]‡>»,¹Dm9=d”·›ùtg¿i‹.ª%g•wÎT‰Àè­ñŸš+[&:¨B÷š'üúª¢m &T™.áñƒ¹yÑ–DÎ3Sn(.Gj®Ä÷±=~¡ŸBãS_ºãÕ½{DO¯ oo,lŽK[qbÝÛA¾¦Ÿî:tÎ7%Ó73ü³³j«é®¶âXÔOù8™Îù`Û™*}s2e²Ñõ!ë®g|ôìèîæ(úŒ O(ª±ÜgEîÊ™ƒÜL¯¨ž7½GrA™boÆí•¬ªß³çº‹Ç×^ÐXw.‹Qæx{²mûvb1(¶Ì0Qèõd‡Õ}•ò™‘Ê€¹T½]m«Z&“Òv#ï¿ïLèdú¦«÷ã!$•*%M®ù^OûKT€SÊ-3êÚü%…Ǽìj©ÿ´cWìÎ:t(uýüƶàùˆ-û22öFÍób„e6XurÅHÑ3`AÌãÇRÿ󺿣¿ø¹®éôˆÄô̬ýÛ#Ã<…xâ‹¢º¶z½ÊÌ—\Ř¯јúÐ kF Ç1KâçŸÌËܽëh™¶ùž ŸEym¬Aèµ ¦Ô-¬ÐëéjÎ¥$¦d?q$-ú­aB<iŽ«¦pÕÑ÷éðM†Ób“.Ô˜ïÜóµ?ž-<{éz]C«^¯æLd€ƒð ý4.-=9fÑgáúüVS\ Ùèú›n&þ`FƾoVÍ"„ûÌí¿Þ½Ï€eñ™‡dìÝ_xKßVP=§oøÞ˜Âs¥UzÙ^¯C1ÊoW¶mßÁN,¥Â–&²½žò°º_£R>3R0_í±…“Ós&¬žÝ¿EUËdRªÀ Wu½‚Ã7¥degîZ¤jî4¥£­DDDÄG¾×«Ë_lìír~ošù_Zg˜}M‰¯Ð+mкæ,F}yÞ4‘Ó]Û1Yˆñ›¯jõ 7öÍrc¢.Z¸Q™1×CŒˆü©¾õéúkqS„xr½iÞ«0%Ö–Ä §¿X¶Öæ-ô}_K«°^sÔ^Þ<^ôx:ùv{’ÜF¯×²QªH é!¦ì4¤¢áVÚ‹nÂgá±*å}n-Â4ŸâýþQË)º²]3œ…ïÒ‚Zëd¶ÊFׇlµ©¹¼-ØIø/?]'±+¯ýA•ëõ:£äñvf»ý;í(ù–&2½^;‡Õ}•­•΀ÕÕʶOuhºšL&¥ ìÀËn¢ÿ»Y•æß?ÕGßégéõ䢨”«DDDDz½üÅ>½ÞNå^O}j©¯ðZ˜Wmzõ÷Ü×{‹ÇVSëÕg>ö·¹>oæV[MêjŽ/è/ü?>­VîõÔç׌j±ÈXw>&¬Ÿî//Ûr¸¤®ùõ× “ÔIq庎÷zu¥©+çŒóuï!„ªW/a™-«ÏD ./¦W6¶»×³9EseËx!žÚvUÛ¨®Ùz¾­¹ó¤áÒßþ¦µŠßCP ½^c”:ÞÎl·Ñëu¬ä [v˜ÈôzíV÷qT¶V: W“ɤD®"T³Þ¶\³E¯'…\ý """v·éiûþ÷ÇÝØëi.ý;@ˆi‰w÷pæxîs³«;Ó¼kÀß¾7Ï*«Ž¾ÝW ÿg‘aVyÚÐU8Nߘw®èç&‹.•U7XÏóy ¿ðSÆy`Ý©e~†k¨µíõ4%…*ìÀÝöA_]œ³)Y«˜.Ùúftדg¹ ŸÅ?Jm˼‡ ¤{½œêÎŒñîñvfÛöìÌb-lÙaÒ2K-¾nç°êÌQ©˜é È_M.“¶5£/q4œ•_kÓëÉF!W?ˆˆˆˆüÎÆõ¥uA=…çÌÕßeܲ0ÀQxÏϹ¥k´«×kÔßùþ£aBô Yº!93çЄ˜¯wÿ¢Vînê.¬#D¿ç?ù&-33s׊q÷9œ—7ŽÎa©7÷£)M‹Þ°+ûDþÉciÑó¼„ê¹Ý×µ†ï댩f$Wÿ‡¿Þ¸?PLM¨ÐÛµ®÷óª‘B {gýãù§E9Z&¥ú;yáÃ…ð|vù攬œ¬”ßf]ÑèoîÉM¸M_™˜‘¶#6¥¸õ ª >}B¯Y‘;3sÒb? rÎÏl.Ö(ϱ»¨×ˆÐå{KLóÏúË›&9ºÌH2OðÔ…Ÿ î¯fUÙ·È¥¯*Úº`ò •ù§¨z œŸvCg‰+Ç×Gã N&E—êKߟà)L¸·(»²Þê9'å¹kç™Oq<õ½Í§îèÚZOéúͽž×¤‰þ.ÆÓ7`îÚÜ ­äöÎ{ ʪ×kÐÞ:òIˆ“ÇÌ´J;bl¡ÌñvfÛúÔw^1è• [z˜´ÊR«ŒµgXuî¨TÊŒd”:G™LJXCÍùøÅÓMIsè?zÜ C¯ù“Z>i²õ€ˆˆˆØÝ[7»ç®®|ï‹=¿º¨–9 &¹¿ðz¯éŒ·Rg¹8{í!~(_‡ÜE»c1â#iCÅžP•x*¶TG6‘=œ¾^¯A_~í¸žnÏm-ÑH¼Z[´ÆðbèŽ+–OèÔäý}¸×Ë)÷&®. ¹[z½{ŒëŠ÷DoÚ•~ì‡ü¼ìøÏg{ §©›Š)DDD|(·n>{8tk/Ä.LýUbk–¾úÂΈI¥-ÿ†—^£ixèK¥ Cî¦^ï^cÄGBýí#á“÷r0ýêrñø×¯rËYÔCDDćtë&{8ÙÃI¯‡ˆˆˆˆˆøàoÝd'"""""âŸoë&{8ÙÃI¯‡ˆˆˆˆˆH¯G¯‡ˆˆˆˆˆø'îõ WFDDDDDÄîò~ôzˆˆˆˆˆˆØí €€ÿHû\< endstream endobj 512 0 obj << /Type /XObject /Subtype /Image /Width 1188 /Height 666 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 27560 /Filter /FlateDecode >> stream xÚìÚeÐcW›˜kS·í6¶¹Mmff¦63333ãmÖ–ö~ÍÌÌÌÌÌÌÌÌ“ùf¦&ÉÉ9§Û©\שT’Jµ~ܵž¥5ÒHÿ'à/¢PÀÿÁ•úç›FøÓýÏ2õÏ<:ꨣüÉþHÏ?Cõ?.Ô?ê4hÐàÁ£ü©4è¥úTê×~ø‹Œ5dÈ1Çü£TƒþµRÿM¢¬ðWüñÆg¬!cŒþ¯•’(àoe²I&žpèxã cð)‰þzÓŸrØ$Ž7ö˜£ÿçHið×›sö™§>ù$CÇò_#%QÀßÊ" Ì=ëôSM:Á¿Dê?l¤4 ø;XyÄ Î5ÓðÉ&gÌÁ£ýûFʵàoaãuW±Ø¼³ ŸtèØc ú÷ÔÈ#bm€¿Þ.ÛnºöŠ‹Ï;ÓT“Œ÷Ç´7Ê¿7jTküõÙgç-×]q±¹¦Ÿ|Âqþ}#õÇ6j4küõ²£Üu˵G,8ëð?6Rÿv"¥QÀßÃ@¸ó¦«-9÷ôÆŽ5ºF/§SµÏ¶ëŽX`æ)ÿöþqýà_£Yà¯wΩG§‡ì²ñÊ‹Ì>|âqǤQÀßÊ…gÐ=rÏ-V_bÎiÿq õ¯‡æ4j°µþz—wjí»ÍZKÏ3Ýdã<Ú¿4êÇQü \qáÇ$l¿î²óÎ0lüþ±÷Fnm€¿ÞUŸu\~ÐŽë/7ߌÆþó§F—F]röñù!;m0b'ÿ·ËüM\}ÉÙ'”4jùfš|þf®¹ôœÊCwÞðFM¡QÀß±Q•FßFXºË†+h Qh€F¥Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Qh€F Qh€F Qh€F Qh€F Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Qh€F Qh€F Qh€F Qh€F Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Qh€F Qh€F Qh€F Qh€F Qh€F¥Q€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh€Fh Qh”F Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Q Q€Fh Qh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fh€F Q€Fi Qh€F¥Q€Fh Qh”F Q€Fh Qh€F QüÍ]}ÉÙ'”‡î¼áòhÀÿ'W]|öñÅ!;mðG£&×(àïæŠ‹Î<.?x§ F,0ãäC5 ø›¹ôüÓŽIÜa½óÿçF Ø ó.³î¶ûEÍIg_xéW]}õ5𫝾êŠK/<û¤&ÚoÛu—™w†aC‡ü‡F 2þdÓͽԚ[îuDyÌ©gŸáÅ—\r)ÀŸæ’K.¾ðü³O=¶:r¯­ÖZjžé‡?dðmÔ‘uðñ&vÎÅWÝt—ƒâú˜“N;ãì³Ï>àÏsöÙgžvÒ±u|Ð.›®ºøœÓNúFüÏF sÜI†Ï¶ð ëo»×¡qÕsÜñ'œp"ÀŸç„ã;¦©âC÷Úvýžmø$ãŽ9hÔoÔãL8åLó-½úÆÛïuБQ’eð'*‹<‰Žít3Ì8ãŒ3ü©þÏ ÓM;|ÊaçDýû6êß#5öxC'œdÒaÃ&Ÿ| €?Ùä“6é$oìÿ”¨‹ÔCÆgÜñÇ:t€?ÝСã?î8c ã?'êy”QG4xô1Æò‡±þtÿ¨Ï˜cŒ>xÐhÿ8‹úú—Hý£R£ 4xðàÑþägРÑþµPÿ1QÿV©QFõPü5þHÐ(ÿ½Bý3RÿÒ)€¿Ê?K4Ò×ȹ‘þ‡¬ ðwnÀÿbW,7É¿<ŽX‹¿Äïÿ/žÿ?}æjäÿŸ?läÿÍßÀÿ}ƒïÿŠ÷ý/H ´üâÿ­«á€¿tÈý³†T0Ú€ ÀÿíÞœ|°Eà¿ñääƒþåñ÷£F FF F F ƒƒÑƒ1‚1ƒ!ÁXÁØÁ8Á¸ÁxÁøÁÐ`‚`Â`¢`â`’`Ò`²`X0y0E0e0U0u0<˜&˜6˜.˜>˜!˜1˜)˜9˜%˜5˜-˜=˜#˜3˜+˜;˜'˜7˜/˜?X X0X(X8X$X4X,X^!^1^)^9^%^5^-^=^#^3^+^;^'^7^/^?Þ Þ0Þ(Þ8Þ$Þ4Þ,Þ<Þ"Þ2Þ*Þ:Þ&Þ6Þ.Þ>Þ!Þ1Þ)Þ9Þ%Þ5Þ-Þ=Þ#Þ3Þ+Þ;Þ'Þ7Þ/Þ?> >0>(>8>$>4>,><>">2>*â0Žâ8îÄIœÆYœÇE\ÆUÜë¸÷ã&nãøèø˜øØø¸øøø„øÄø¤øäø”øÔø´øôøŒøÌø¬øìøœøÜø¼øüø‚øÂø¢øâø’øÒø²øòøŠøÊøªøêøšøÚøºøúø†øÆø¦øæø–øÖø¶øöøŽøÎø®øîøžøÞø¾øþøøÁø¡øáø‘øÑø±øñø‰øÉø©øéø™øÙø¹øùø…øÅø¥øåø•øÕøµøõøøÍø­øíøøÝø½øýøƒøÃø£øãø“øÓø³øóø‹øËø«øëø›øÛø»øûø‡øÇø§øçø—ø×ø·ø÷x¤ÎÈQ:£vFë ê îŒÞ£3fgHg¬ÎØq:ãvÆëŒßÚ™ 3ag¢ÎÄI:“v&ë ëLÞ™¢3egªÎÔái:Óv¦ëLß™¡3cg¦ÎÌY:³vfëÌÞ™£3gg®ÎÜy:óvæëÌßY ³`g¡ÎÂE:‹vë,ÞY¢³dg©ÎÒe:Ëv–ëŒè,ßY¡³bg¥ÎÊU:«vVë¬ÞY£³fg­ÎÚu:ëvÖë¬ßÙ ³ag£ÎÆM:›v6ëlÞÙ¢³eg«ÎÖm:Ûv¶ëlßÙ¡³cg§ÎÎ]:»vvëìÞÙ£³gg¯ÎÞ}:ûvöëìß9 s`ç ÎÁC:‡vëÞ9¢sdç¨NÐ ;Q'ît:I'íd¼StÊNÕévêN¯Óï4¶3Ð9ºsLçØÎqã;'tNìœÔ9¹sJçÔÎiÓ;gtÎìœÕ9»sNçÜÎyó;t.ì\Ô¹¸sIçÒÎeË;Wt®ì\Õ¹ºsMçÚÎuë;7tnìÜÔ¹¹sKçÖÎmÛ;wtîìÜÕ¹»sOçÞÎ}û;tì<Ôy¸óHçÑÎcÇ;Otžì<ÕyºóLçÙÎsç;/t^ì¼Ôy¹óJçÕÎk×;otÞì¼Õy»óNçÝÎ{÷;t>ì|Ôù¸óIçÓÎgÏ;_t¾ì|ÕùºóMçÛÎwï;?t~ìüÔù¹óKç×Îoß;#%#'£$£&£%ƒ’ÁÉèÉɘÉd¬dìdœdÜd¼düdh2A2a2Q2q2I2i2Y2,™<™"™2™*™:žL“L›L—LŸÌ̘̜̖̞̙̔̒̑̚̕Ì̛̗̟̓,,˜,”,œ,’,š,–,ž,‘,™,•,,“,›,—ŒH–OVHVLVJVNVIVMVKVOÖHÖLÖJÖNÖIÖMÖKÖO6H6L6J6N6I6M6K6O¶H¶L¶J¶N¶I¶M¶K¶OvHvLvJvNvIvMvKvOöHöLöJöNöIöMöKöOHLJNIMKOŽHŽLŽJ‚$L¢$N:I’¤I–äI‘”I•t“:é%ý¤IÚd 9:9&969.9>9!919)999%959-9=9#939+9;9'979/9?¹ ¹0¹(¹8¹$¹4¹,¹<¹"¹2¹*¹:¹&¹6¹.¹>¹!¹1¹)¹9¹%¹5¹-¹=¹#¹3¹+¹;¹'¹7¹/¹?y y0y(y8y$y4y,yy!y1y)y9y%y5y-y=y#y3y+y;y'y7y/y?ù ù0ù(ù8ù$ù4ù,ù<ù"ù2ù*ù:ù&ù6ù.ù>ù!ù1ù)ù9ù%ù5ù-ù=)9%5-”NGOÇHÇL‡¤c¥c§ã¤ã¦ã¥ã§CÓ Ò Ó‰Ò‰ÓIÒIÓÉÒaéäéé”éTéÔéðtštÚtºtút†tÆt¦tæt–tÖt¶tötŽtÎt®tîtžtÞt¾tþttÁt¡tát‘tÑt±tñt‰tÉt©tét™tÙt¹tDº|ºBºbºRºrºJºjºZºzºFºfºVºvºNºnº^º~ºAºaºQºqºIºiºYºyºEºeºUºuºMºmº]º}ºCºcºSºsºKºkº[º{ºGºgºWºwºOºoº_ºz@z`zPzpzHzhzXzxzDzdzT¤a¥qÚI“4M³4O‹´L«´›Öi/í§MÚ¦éÑé1é±éqéñé é‰éIéÉé)é©éiéééé™éYéÙé9é¹éyéùéé…éEéÅé%é¥éeéåéé•éUéÕé5éµéuéõé ééMéÍé-é­éméíééé]éÝé=é½é}éýééƒéCéÃé#é£écéãéé“éSéÓé3é³éséóé é‹éKéËé+é«ékéëéé›é[éÛé;é»é{éûéé‡éGéÇé'é§égéçéé—éWé×é7é·éwé÷éééOéÏé/é¯éoéïéHÙÈÙ(Ù¨ÙhÙ lp6z6F6f6$+;'7/?šMM˜M”MœM’MšM– Ë&ϦȦ̦ʦΆgÓdÓfÓeÓg3d3f3e3g³d³f³e³gsdsfsesgódófóeóg d f e g‹d‹f‹e‹gKdKfKeKgËdËfËe#²å³²³•²•³U²U³Õ²Õ³5²5³µ²µ³u²u³õ²õ³ ² ³²³M²M³Í²Í³-²-³­²­³m²m³í²í³²³²³]²]³Ý²Ý³=²=³½²½³}²}³ý²ý³²³ƒ²ƒ³C²C³Ã²Ã³#²#³£² ³(‹³N–di–eyVdeVeݬÎzY?k²6ÈŽÎŽÉŽÍŽËŽÏNÈNÌNÊNÎNÉNÍNËNÏÎÈÎÌÎÊÎÎÎÉÎÍÎËÎÏ.È.Ì.Ê.Î.É.Í.Ë.ϮȮ̮ʮήɮͮˮÏnÈnÌnÊnÎnÉnÍnËnÏîÈîÌîÊîÎîÉîÍîËîÏÈÌÊÎÉÍËϞȞ̞ʞΞɞ͞˞Ï^È^Ì^Ê^Î^É^Í^Ë^ÏÞÈÞÌÞÊÞÎÞÉÞÍÞËÞÏ>È>Ì>Ê>Î>É>Í>Ë>ϾȾ̾ʾξɾ;˾Ï~È~Ì~Ê~Î~É~Í~Ë~ÏFÊGÎGÉGÍGËåƒóÑó1ò1ó!ùXùØù8ù¸ùxùøùÐ|‚|Â|¢|â|’|Ò|²|X>y>E>e>U>u><Ÿ&Ÿ6Ÿ.Ÿ>Ÿ!Ÿ1Ÿ)Ÿ9Ÿ%Ÿ5Ÿ-Ÿ=Ÿ#Ÿ3Ÿ+Ÿ;Ÿ'Ÿ7Ÿ/Ÿ?_ _0_(_8_$_4_,_<_"_2_*_:_&_6_.‘/Ÿ¯¯˜¯”¯œ¯’¯š¯–¯ž¯‘¯™¯•¯¯“¯›¯—¯Ÿoo˜o”oœo’ošo–ožo‘o™o•oo“o›o—oŸïï˜ï”ïœï’ïšï–ïžï‘ï™ï•ïï“ï›ï—”œ’š–ž‘™•y˜Gyœwò$Oó,Ïó"/ó*ïæuÞËûy“·ù@~t~L~l~\~|~B~b~R~r~J~j~Z~z~F~f~V~v~N~n~^~~~A~a~Q~q~I~i~Y~y~E~e~U~u~M~m~]~}~C~c~S~s~K~k~[~{~G~g~W~w~O~o~_~þ@þ`þPþpþHþhþXþxþDþdþTþtþLþlþ\þ|þBþbþRþrþJþjþZþzþFþfþVþvþNþnþ^þ~þAþaþQþqþIþiþYþyþEþeþUþuþMþmþ]þ}þCþcþSþsþKþkþ[þ{>R1r1J1j1Z1¨\Œ^ŒQŒY )Æ*Æ.Æ)Æ-Æ+Æ/†“““Êɋ)Š)‹©Š©‹áÅ4Å´ÅtÅôÅ ÅŒÅLÅÌÅ,ŬÅlÅìÅÅœÅ\ÅÜÅ<żÅ|ÅüÅÅ‚ÅBÅÂÅ"Å¢ÅbÅâÅÅ’ÅRÅÒÅ2ŲÅrňbùb…bÅb¥båb•bÕbµbõbbÍb­bíbbÝb½býbƒbÃb£bãb“bÓb³bób‹bËb«bëb›bÛb»bûb‡bÇb§bçb—b×b·b÷bbÏb¯bïbŸbßb¿bÿâ€âÀâ âàââÐâ°âðâˆâÈâ¨"(Â"*â¢S$EZdE^EYTE·¨‹^Ñ/š¢-Š£‹cŠc‹ãŠã‹Š‹“Š“‹SŠS‹ÓŠÓ‹3Š3‹³Š³‹sŠs‹óŠó‹ Š ‹‹Š‹‹KŠK‹ËŠË‹+Š+‹«Š«‹kŠk‹ëŠë‹Š‹›Š›‹[Š[‹ÛŠÛ‹;Š;‹»Š»‹{Š{‹ûŠû‹Š‹‡Š‡‹GŠG‹ÇŠÇ‹'Š'‹§Š§‹gŠg‹çŠç‹Š‹—Š—‹WŠW‹×Š×‹7Š7‹·Š·‹wŠw‹÷Š÷‹Š‹Š‹OŠO‹ÏŠÏ‹/Š/‹¯Š¯‹oŠo‹ïŠï‹Š‹ŸŠŸ‹_Š_‹ßŠß‹‘Ê‘ËQÊQËÑÊAåàrôrŒrÌrH9V9v9N9n9^9~9´œ œ°œ¨œ¸œ¤œ´œ¬VN^NQNYNUN]/§)§-§+§/g(g,g*g.g)g-g+g/ç(ç,ç*ç.ç)ç-ç+ç/(,*.)-+/—(—,—*—.—)—-—+G”Ë—+”+–+•+—«”«–«•«—k”k–k•k—ë”ë–ë•ë—”–•—›”›–›•›—[”[–[•[—Û”Û–Û•Û—;”;–;•;—»”»–»•»—{”{–{•{—û”û–û•û—”–•—‡”‡–‡•‡—G”G–G•A–Q—2)Ó2+ó²(˲*»e]öÊ~Ù”m9P]S[W_žPžXžTž\žRžZžVž^žQžYžUž]žSž[žWž_^P^X^T^\^R^Z^V^^^Q^Y^U^]^S^[^W^_ÞPÞXÞTÞ\ÞRÞZÞVÞ^ÞQÞYÞUÞ]ÞSÞ[ÞWÞ_>P>X>T>\>R>Z>V>^>Q>Y>U>]>S>[>W>_¾P¾X¾T¾\¾R¾Z¾V¾^¾Q¾Y¾U¾]¾S¾[¾W¾_~P~X~T~\~R~Z~V~^~Q~Y~U~]~S~[~W~_þPþXþTþ\þRþZþVþ^ŽT\RZV ªW£WcTcVCª±ª±«qªq«ñªñ«¡ÕÕ„ÕDÕÄÕ$Õ¤ÕdÕ°jòjŠjÊjªjêjx5M5m5]5}5C5c5S5s5K5k5[5{5G5g5W5w5O5o5_5µ@µ`µPµpµHµhµXµxµDµdµTµtµLµlµ\5¢Z¾Z¡Z±Z©Z¹Z¥ZµZ­Z½Z£Z³Z«Z»Z§Z·Z¯Z¿Ú Ú°Ú¨Ú¸Ú¤Ú´Ú¬Ú¼Ú¢Ú²ÚªÚºÚ¦Ú¶Ú®Ú¾Ú¡Ú±Ú©Ú¹Ú¥ÚµÚ­Ú½Ú£Ú³Ú«Ú»Ú§Ú·Ú¯Ú¿: :°:¨:¸:¤:´:¬:¼:¢:²:ª ª°Šª¸êTI•VY•WEUVUÕ­êªWõ«¦j«êèê˜êØê¸êøê„êÄê¤êäê”êÔê´êôêŒêÌê¬êìêœêÜê¼êüê‚êÂê¢êâê’êÒê²êòêŠêÊêªêêêšêÚêºêúê†êÆê¦êæê–êÖê¶êöêŽêÎê®êîêžêÞê¾êþêêÁê¡êáê‘êÑê±êñê‰êÉê©êéê™êÙê¹êùê…êÅê¥êåê•êÕêµêõêêÍê­êíêêÝê½êýêƒêÃê£êãê“êÓê³êóê‹êËê«êëê›êÛê»êûê‡êÇê§êçê—ê×ê·ê÷j¤îÈÝQº£vGëêîŽÞ£;fwHw¬îØÝqºãvÇëŽßÚ ;aw¢îÄÝIº“v'ëëNÞ¢;ewªîÔÝáÝiºÓv§ëNß¡;cw¦îÌÝYº³vgëÎÞ£;gw®îÜÝyºóvçëÎß] »`w¡îÂÝEº‹vë.Þ]¢»dw©îÒÝeºËv—ëŽè.ß]¡»bw¥îÊÝUº«vWë®Þ]£»fw­îÚÝuºëv×ë®ßÝ »aw£îÆÝMº›v7ënÞÝ¢»ew«îÖÝmºÛv·ënßÝ¡»cw§îÎÝ]º»vwëîÞÝ£»gw¯îÞÝ}ºûv÷ëîß= {`÷ îÁÝCº‡vëÞ=¢{d÷¨nÐ »Q7îvºI7ífݼ[tËnÕívën¯Ûï6ݶ;Ð=º{L÷ØîqÝã»'tOìžÔ=¹{J÷ÔîiÝÓ»gtÏìžÕ=»{N÷ÜîyÝó»t/ì^Ô½¸{I÷ÒîeÝË»Wt¯ì^Õ½º{M÷ÚîuÝë»7toìÞÔ½¹{K÷ÖîmÝÛ»wtïìÞÕ½»{O÷Þî}Ýû»tì>Ô}¸ûH÷ÑîcÝÇ»OtŸì>Õ}ºûL÷ÙîsÝç»/t_ì¾Ô}¹ûJ÷ÕîkÝ×»otßì¾Õ}»ûN÷Ýî{Ý÷»t?ì~Ôý¸ûI÷ÓîgÝÏ»_t¿ì~ÕýºûM÷ÛîwÝï»?tìþÔý¹ûK÷×îoÝß»#Õ#×£Ô£Ö£ÕƒêÁõèõõ˜õz¬zìzœzÜz¼züzh=A=a=Q=q=I=i=Y=¬ž¼ž¢ž²žªžº^OSO[OWO_ÏPÏXÏTÏ\ÏRÏZÏVÏ^ÏQÏYÏUÏ]ÏSÏ[ÏWÏ_/P/X/T/\/R/Z/V/^/Q/Y/U/]/S/[/W¨—¯W¨W¬WªW®W©W­W«W¯×¨×¬×ª×®×©×­×«×¯7¨7¬7ª7®7©7­7«7¯·¨·¬·ª·®·©·­·«·¯w¨w¬wªw®w©w­w«w¯÷¨÷¬÷ª÷®÷©÷­÷«÷¯¨¬ª®©­«¯¨¬ªƒ:¬£:®;uR§uVçuQ—uUwëºîÕýº©Ûz >º>¦>¶>®>¾>¡>±>©>¹>¥>µ>­>½>£>³>«>»>§>·>¯>¿¾ ¾°¾¨¾¸¾¤¾´¾¬¾¼¾¢¾²¾ª¾º¾¦¾¶¾®¾¾¾¡¾±¾©¾¹¾¥¾µ¾­¾½¾£¾³¾«¾»¾§¾·¾¯¾¿~ ~°~¨~¸~¤~´~¬~¼~¢~²~ª~º~¦~¶~®~¾~¡~±~©~¹~¥~µ~­~½~£~³~«~»~§~·~¯~¿þ þ°þ¨þ¸þ¤þ´þ¬þ¼þ¢þ²þªþºþ¦þ¶þ®þ¾þ¡þ±þ©þ¹þ¥þµþ­þ½©7ro”Þ¨½Ñzƒzƒ{£÷ÆèÙÒ«7voœÞ¸½ñzã÷†ö&èMØ›¨7qo’Þ¤½ÉzÃz“÷¦èMÙ›ª7uoxošÞ´½ézÓ÷fèÍØ›©7so–Þ¬½Ùz³÷æèÍÙ›«7wožÞ¼½ùzó÷è-Ø[¨·po‘Þ¢½Åz‹÷–è-Ù[ª·to™Þ²½åz#zË÷Vè­Ø[©·ro•Þª½Õz«÷Öè­Ù[«·voÞº½õzë÷6èmØÛ¨·qo“Þ¦½Íz›÷¶èmÙÛª·uo›Þ¶½ízÛ÷vèíØÛ©·so—Þ®½Ýz»÷öèíÙÛ«·woŸÞ¾½ýzû÷èØ;¨wpïÞ¡½Ãz‡÷ŽèÙ;ªôÂ^Ô‹{^ÒK{Y/ï½²Wõº½º×ëõ{M¯í ôŽîÓ;¶w\ïøÞ ½{'õNîÒ;µwZïôÞ½3{gõÎîÓ;·w^ïüÞ½ {õ.î]Ò»´wYïòÞ½+{Wõ®î]Ó»¶w]ïúÞ ½{7õnîÝÒ»µw[ïöÞ½;{wõîîÝÓ»·w_ïþÞ½{õî=Ò{´÷XïñÞ½'{Oõžî=Ó{¶÷\ïùÞ ½{/õ^î½Ò{µ÷ZïõÞ½7{oõÞî½Ó{·÷^ïýÞ½{õ>î}Òû´÷YïóÞ½/{_õ¾î}Óû¶÷]ïûÞ½{?õ~îýÒûµ÷[ï÷ÞHý‘û£ôGíÖÔܽ?FÌþþXý±ûãôÇí׿?´?AÂþDý‰û“ô'íOÖÖŸ¼?EÊþTý©ûÃûÓô§íOן¾?CÆþLý™û³ôgíÏÖŸ½?GÎþ\ý¹ûóôçíÏן¿¿@ÁþBý…û‹ôí/Ö_¼¿DÉþRý¥ûËô—í/×Ñ_¾¿BÅþJý•û«ôWí¯Ö_½¿FÍþZýµûëô×í¯×_¿¿AÃþFýû›ô7íoÖß¼¿EËþVý­ûÛô·ío×ß¾¿CÇþNýû»ôwíïÖß½¿GÏþ^ý½ûûô÷íï×ß¿@ÿÀþAýƒû‡ôíÖ?¼DÿÈþQý ö£~Üïô“~ÚÏúy¿è—ýªßí×ý^¿ßoúm tÿ˜þ±ýãúÇ÷OèŸØ?©rÿ”þ©ýÓú§÷ÏèŸÙ?«vÿœþ¹ýóúç÷/è_Ø¿¨qÿ’þ¥ýËú—÷¯è_Ù¿ªuÿšþµýëú×÷oèߨ¿©sÿ–þ­ýÛú·÷ïèßÙ¿«wÿžþ½ýûú÷÷è?بÿpÿ‘þ£ýÇú÷Ÿè?Ùªÿtÿ™þ³ýçúÏ÷_è¿Ø©ÿrÿ•þ«ý×ú¯÷ßè¿Ù«ÿvÿþ»ý÷úï÷?èØÿ¨ÿqÿ“þ§ýÏúŸ÷¿èÙÿªÿuÿ›þ·ýïúß÷èÿØÿ©ÿsÿ—þ¯ýßú¿÷GjFnFiFmFk5ƒ›Ñ›1š1›!ÍXÍØÍ8͸ÍxÍøÍÐf‚fÂf¢fâf’fÒf²fX3y3E3e3U3u3¼™¦™¶™®™¾™¡™±™©™¹™¥™µ™­™½™£™³™«™»™§™·™¯™¿Y Y°Y¨Y¸Y¤Y´Y¬Y¼Y¢Y²YªYºY¦Y¶Y®Ñ,߬ЬجԬܬҬڬ֬ެѬ٬լݬӬ۬׬ßlÐlØlÔlÜlÒlÚlÖlÞlÑlÙlÕlÝlÓlÛl×lßìÐìØìÔìÜìÒìÚìÖìÞìÑìÙìÕìÝìÓìÛì×ìßÐØÔÜÒÚÖÞÑÙÕMØDMÜtš¤I›¬É›¢)›ªé6uÓkúMÓ´Í@stsLsls\s|sBsbsRsrsJsjsZszsFsfsVsvsNsns^s~sAsasQsqsIsisYsysEsesUsusMsms]s}sCscsSsssKsks[s{sGsgsWswsOsos_só@ó`óPópóHóhóXóxóDódóTótóLóló\ó|óBóbóRóróJójóZózóFófóVóvóNónó^ó~óAóaóQóqóIóióYóyóEóeóUóuóMómó]ó}óCócóSósóKókó[ó{3R;r;J;j;Z;¨ÜŽÞŽÑŽÙiÇjÇnÇiÇmÇkÇo‡¶´¶µ·“´“¶“µÃÚÉÛ)Ú)Û©Ú©Ûáí4í´ítíôí íŒíLíÌí,í¬ílíìííœí\íÜí<í¼í|íüíí‚íBíÂí"í¢íbíâíí’íRíÒí2í²íríˆvùv…vÅv¥våv•vÕvµvõvvÍv­vívvÝv½vývƒvÃv£vãv“vÓv³vóv‹vËv«vëv›vÛv»vûv‡vÇv§vçv—v×v·v÷vvÏv¯vïvŸvßv¿vÿö€öÀö öàööÐö°öðöˆöÈö¨6hÃ6jã¶Ó&mÚfmÞmÙVm·­Û^Ûo›¶mÚ£ÛcÚcÛãÚãÛÚÛ“Ú“ÛSÚSÛÓÚÓÛ3Ú3Û³Ú³ÛsÚsÛóÚóÛ Ú Û‹Ú‹ÛKÚKÛËÚËÛ+Ú+Û«Ú«ÛkÚkÛëÚëÛÚÛ›Ú›Û[Ú[ÛÛÚÛÛ;Ú;Û»Ú»Û{Ú{ÛûÚûÛÚÛ‡Ú‡ÛGÚGÛÇÚÇÛ'Ú'Û§Ú§ÛgÚgÛçÚçÛÚÛ—Ú—ÛWÚWÛ×Ú×Û7Ú7Û·Ú·ÛwÚwÛ÷Ú÷ÛÚÛÚÛOÚOÛÏÚÏÛ/Ú/Û¯Ú¯ÛoÚoÛïÚïÛÚÛŸÚŸÛ_Ú_ÛßÚßÛ‘Fe`ÔÑ }`Œ1† Œ50öÀ8ãŒ70þÀÐ &˜h`âI&˜l`ØÀäS L90ÕÀÔæ˜v`ºéf˜q`¦™f˜u`¶Ùæ˜s`®¹æ˜w`¾ùXp`¡…Xt`±Å–Xr`©¥–Xv`¹Ë¬0°âÀJ+¬2°êÀj«¬1°æÀZk¬3°îÀzël0°áÀFl2°éÀf›l1°åÀV[l3°íÀvÛì0°ãÀN;ì2°ëÀn»ì1°çÀ^{ì3°ïÀ)솀Î7ÛºÙ¶mÛ¶mãf7Ej¤HÝ?Û¶mÛö{“‰)ÄTb1˜AÌ$f³‰9Ä\b1ŸX@,$‹‰b ±”XF,'V+‰UÄjb ±–XG¬'6’ š`H°Gð„@ˆ„DÈ„B¨„F B' Â$,6á.á>!1b#±‰ØLl!¶ÛˆíÄb'±‹ØMì!öûˆýÄâ qˆ8L!ŽLjãÄ â$qŠ8Mœ!ÎçˆóÄâ"q‰¸L\!®׈ëÄ â&q‹¸MÜ!î÷ˆûÄâ!ñˆxLƒ/à+ø¾ƒà'ø~ƒ?à/ø‘‰É$dR2™œLAÆ‘)ÉTdj2 ™–LG¦'3ÉLdf2 ™•ÌFf's9É\dn2™—ÌGæ'ãÉdA²Y˜,B%‹‘ÅÉdI²Yš,C–%Ë‘åÉ dE²Y™¬BV%«‘ÕÉdM²Y›¬CÖ%ë‘õÉdC²Ù˜lB6%›‘ÍÉdK²ÙšlC¶%Û‘íÉdG²Ù™ìBv%»‘ÝÉdO²Ù›ìCö%û‘ýÉä@r9˜B%‡‘ÃÉäHr9šCŽ%Ç‘ãÉ äDr9™œBN%§‘ÓÉäLr9›œCÎ%ç‘óÉäBr¹˜L —KÉeärr¹’\E®&×kÉuäzrI€$IФI†„$Kr$O ¤HJ¤L*¤Jj$"uÒ MÒ"1i“é’é“’#7’›ÈÍär+¹ÜNî w’»ÈÝär/¹ÜO ’‡ÈÃäò(yŒ ’ÈÇäò)ùŒ|N¾ _’¯È×äò-ùŽ|O~ ?’ŸÈÏäò+ùüNþ ’¿Èßäò/ùLD%¦’PI©dTr*G¥¤RQ©©4TZ*•žÊ@e¤2Q™©,TV*•ÊAå¤rQ¹©j?u€:H¢SG¨£Ô1ê8u‚:I¢NSg¨³Ô9êõ€zH=¢SO¨§Ô3ê9õ‚zI½¢^So¨·Ô;ê=õúH}¢>S_¨¯Ô7ê;õƒúIý¢~S¨¿Ô?*˜NB'¥“ÑÉét’NE§¦ÓÐiéttz:‘ÎDg¦³ÐYéltv:“ÎEç¦óÐyé|t~:ž.@¤ Ñ…é"tQº]œ.A—¤KÑ¥é2tYº]ž®@W¤+Ñ•é*tUº]®Aפkѵé:t]º]Ÿn@7¤Ñé&tSºÝœnA·¤[Ñ­é6t[ºÝžî@w¤;Ñé.tWºÝîA÷¤{ѽé>t_ºÝŸ@¤уé!ôPz=œA¤GÑ£é1ôXz=žž@O¤'Ñ“é)ôTz=žAϤgѳé9ô\z=Ÿ^@/¤Ñ‹éz ½”^F/§WÐ+éUôjz ½–^G¯§7Ð h’¦hšfhH³4Gó´@‹´DË´B«´F#Z§ Ú¤-Ó6íÐ.íÑ>Ð!Ñ1z#½‰ÞLo¡·ÒÛèíôz'½‹ÞMï¡÷Òûèýôú }ˆ>L¡ÒÇèãô ú$}Š>MŸ¡ÏÒçèóôú"}‰¾L_¡¯Ò×èëô ú&}‹¾Mß¡ïÒ÷èûôú!ýˆ~L?¡ŸÒÏèçô ú%ýŠ~M¿¡ßÒïè÷ôú#ý‰þL¡¿Òßèïôú'ý‹þMÿ¡ÿÒÿèDLb& “”IÆ$gR0qLJ&“šIäeÒ1é™ LF&“™ÉÂde²1Ù™LN&“›ÉÃäeò1ù™x¦S)ÄfŠ0E™bLq¦S’)Å”fÊ0e™rLy¦S‘©ÄTfª0U™jLu¦S“©ÅÔfê0u™zL}¦ÓiÄ4fš0M™fLs¦Ó’iÅ´fÚ0m™vL{¦Ó‘éÄtfº0]™nLw¦Ó“éÅôfú0}™~Lf3Ä f†0C™aÌpf3’ÅŒfÆ0c™qÌxf3‘™ÄLf¦0S™iÌtf3“™ÅÌfæ0s™yÌ|f³YÄ,f˜%ÌRf³œYÁ¬dV1«™5ÌZf³žÙÀ `H†bh†a Ã2Ã3#2#3 £2ƒ1“±Ì،øŒÇøLÀ„LÄĘÌ&f3³…ÙÊlc¶3;˜Ì.f7³‡ÙËìcö3˜ƒÌ!æ0s„9ÊcŽ3'˜“Ì)æ4s†9ËœcÎ3˜‹Ì%æ2s…¹Ê\c®37˜›Ì-æ6s‡¹ËÜcî3˜‡Ì#æ1ó„yʘÆÃ° , Ã"°(,‹Ã°$,KÃ2°,,Ëà °"¬+Ã*°*¬«Ã°&¬kÃ:°.¬ëð!lÃ&°)l›Ã°%l[Ã6°-lÛð#ì;Ã.°+ì»Ã°'ì{Ã>°/ìûÃp Ã!p(‡Ãp$GÃ1p,Çà p"œ'Ã)p*œ§Ãp&œgÃ9p.œçÃp!\ø.…Ëàr¸®„«àj¸®…ëàz¸@R† „…ä¡E(A*P…DP‡4¡1´¡]èA0„ŒÁpÜ ·À­pÜwÀpÜ ÷À½pÜÀƒð< À£ð<OÀ“ð< ÏÀ³ð</À‹ð¼ ¯À«ð¼oÀ›ð¼ ïÀ»ð¼À‡ð| ŸÀ§ð|_À—ð| ßÀ·ð|?Àðü ¿À¯ðüÀŸðü ÿÀ¿ðLÄ&f“°IÙdlr6ǦdS±©Ù4lZ6›žÍÀfd3±™Ù,lV6›ÍÁæds±¹Ùv?{€=Èb³GØ£ì1ö8{‚=ÉžbO³gسì9ö<{½È^b/³WØ«ì5ö:{ƒ½ÉÞbo³wØ»ì=ö>û€}È>b³Oاì3ö9û‚}ɾb_³oØ·ì;ö=ûýÈ~b?³_دì7ö;ûƒýÉþb³Ø¿ì?6—˜KÂ%å’qɹ\—’KÅ¥æÒpi¹t\z.—‘ËÄeæ²pY¹l\v.—“ËÅåæòpy¹|\~.ž+Àä q…¹"\Q®Wœ+Á•äJq¥¹2\Y®Wž«ÀUä*q•¹*\U®W«ÁÕäjqµ¹:\]®WŸkÀ5äq¹&\S®לkÁµäZq­¹6\[®מëÀuä:q¹.\W®×ëÁõäzq½¹>\_®ןÀ äqƒ¹!ÜPn7œÁäFq£¹1ÜXn7ž›ÀMä&q“¹)ÜTn7›ÁÍäfq³¹9Ü\n7Ÿ[À-äq‹¹n ·”[Æ-çVp+¹UÜjn ·–[Ç­ç6p8’£8šc8ȱÇñœÀ‰œÄɜ©œÆ!Nç Îä,s6çp.çq>p!q1n#·‰ÛÌmá¶rÛ¸íÜn'·‹ÛÍíáörû¸ýÜî wˆ;ÌáŽrǸãÜ î$wŠ;ÍáÎrç¸óÜî"w‰»Ì]á®r׸ëÜ î&w‹»ÍÝáîr÷¸ûÜî!÷ˆ{Ì=ážrϸçÜ î%÷Š{ͽáÞrï¸÷Üî#÷‰ûÌ}á¾r߸ïÜî'÷‹ûÍýáþrÿ¸D|b> Ÿ”OÆ'çSðq|J>ŸšOçåÓñéù |F>Ÿ™ÏÂgå³ñÙù|N>Ÿ›ÏÃçåóñùùx¾_/Äæ‹ðEùb|q¾_’/Å—æËðeùr|y¾_‘¯ÄWæ«ðUùj|u¾_“¯Å׿ëðuùz|}¾ßoÄ7æ›ðMùf|s¾ß’oÅ·æÛðmùv|{¾ß‘ïÄwæ»ð]ùn|w¾ß“ïÅ÷æûð}ù~|~?Äæ‡ðCùaüp~?’ÅæÇðcùqüx~?‘ŸÄOæ§ðSùiüt~?“ŸÅÏæçðsùyü|~¿_Ä/æø%üR~¿œ_Á¯äWñ«ù5üZ~¿žßÀ<àIžâižá!ÏòÏó/ò/ó ¯òx7x“·xÌۼû¼Çû|À‡|ÄÇøü&~3¿…ßÊoã·ó;øü.~7¿‡ßËïã÷óøƒü!þ0„?Êãó'ø“ü)þ4†?ËŸãÏóø‹ü%þ2…¿Ê_ã¯ó7ø›ü-þ6‡¿Ëßãïóø‡ü#þ1ÿ„Ê?ãŸó/ø—ü+þ5ÿ†Ë¿ãßóøü'þ3ÿ…ÿÊã¿ó?øŸü/þ7ÿ‡ÿËÿã ‰…$BR!™\H!Ä )…TBj!VH'¤2…LBf!‹UÈ&dr9…\Bn!WÈ'äâ…BA¡PX("Š Å…BI¡”PZ(#”Ê å… BE¡’PY¨"Tª Õ…BM¡–P[¨#Ôê õ…BC¡‘ÐXh"4š Í…BK¡•ÐZh#´Ú í…BG¡“ÐYè"tº Ý…BO¡—Ð[è#ôú ý…Â@a0X" † Ã…ÂHa”0Z#ŒÆ ã… ÂDa’0Y˜"L¦ Ó…ÂLa–0[˜#Ìæ ó…ÂBa‘°XH–K…eÂra…°RX%¬Ök…uÂzaƒ@@ J F€+p/‚(H‚,(‚*htÁLÁ°` Žà žà  ‘6 ›„ÍÂa«°MØ.ìv »„ÝÂa¯°OØ/ ‡„ÃÂá¨pL8.œN §„ÓÂá¬pN8/\. —„ËÂáªpM¸.Ün ·„ÛÂá®pO¸/< „ÇÂá©ðLx.¼^ ¯„×Âá­ðNx/|> Ÿ„ÏÂá«ðMø.ü~ ¿„ßÂá¯ðOH$&“ˆIÅdbr1…'¦S‰©Å4bZ1˜^Ì f3‰™Å,bV1›˜]Ì!æs‰¹Åq¿x@<(‹GÄ£â1ñ¸xB<)žO‹gijâ9ñ¼xA¼(^/‹WÄ«â5ñºxC¼)Þo‹wÄ»â=ñ¾ø@|(>‹Oħâ3ñ¹øB|)¾_‹oÄ·â;ñ½øAü(~?‹_įâ7ñ»øCü)þ‹Ä¿â?1‘”XJ"%•’IÉ¥Rœ”RJ%¥–ÒHi¥tRz)ƒ”QÊ$e–²HY¥lRv)‡”SÊ%å–òHy¥|R~)^* ” I…¥"RQ©˜T\*!•”JI¥¥2RY©œT^ª U”*I•¥*RU©šT]ª!Õ”jIµ¥:R]©žT_j 5”I¥&RS©™Ô\j!µ”ZI­¥6R[©Ô^ê u”:I¥.RW©›Ô]ê!õ”zI½¥>R_©ŸÔ_ ”Iƒ¥!ÒPi˜4\!”FI£¥1ÒXiœ4^š M”&I“¥)ÒTiš4]š!Í”fI³¥9Ò\iž4_Z -”I‹¥i‰´TZ&-—VH+¥UÒji´VZ'­—6H„$R¢$Zb$(±'ñ’ ‰’$É’"©’&!I— É”, K¶äH®äI¾H¡I1i£´IÚ,m‘¶JÛ¤íÒi§´KÚ-í‘öJû¤ýÒé tH:,‘ŽJǤãÒ é¤tJ:-‘ÎJç¤óÒé¢tIº,]‘®JפëÒ é¦tKº-Ý‘îJ÷¤ûÒé¡ôHz,=‘žJϤçÒ é¥ôJz-½‘ÞJï¤÷Òé£ôIú,}‘¾JߤïÒé§ôKú-ý‘þJÿ¤Drb9‰œTN&'—SÈqrJ9•œZN#§•ÓÉéå rF9“œYÎ"g•³ÉÙårN9—œ[Î#ç•óÉùåx¹€\P.$–‹ÈEåbrq¹„\R.%—–ËÈeårry¹‚\Q®$W–«ÈUåjru¹†\S®%×–ëÈuåzr}¹ÜPn$7–›ÈMåfrs¹…ÜRn%·–ÛÈmåvr{¹ƒÜQî$w–»È]ånrw¹‡ÜSî%÷–ûÈ}å~ry€*“Ë'ä“ò)ù´|F>+Ÿ“ÏËä‹ò%ù²|E¾*_“¯Ë7ä›ò-ù¶|G¾+ß“ïËä‡ò#ù±üD~*?“ŸË/ä—ò+ùµüF~+¿“ßËäò'ù³üEþ*“¿Ë?äŸò/ù·üGþ+ÿ“)‰•$JR%™’\I¡Ä))•TJj%’VI§¤W2(•LJf%‹’UɦdWr(9•\Jn%’WɧäWâ•JA¥RX)¢UŠ)Å•JI¥”RZ)£”UÊ)å• JE¥’RY©¢TUª)Õ•JM¥–R[©£ÔUê)õ•JC¥‘ÒXi¢4Uš)Í•JK¥•ÒZi£´UÚ)í•JG¥“ÒYé¢tUº)Ý•JO¥—Ò[é£ôUú)ý•Ê@e2X¢ U†)ÕÊHe”2Z£ŒUÆ)ã• ÊDe’2Y™¢LU¦)Ó•ÊLe–2[™£ÌUæ)ó•ÊBe‘²XIP–(K•eÊre…²RY¥¬VÖ(k•uÊzeƒB(@!J¡F «p ¯ЍHЬ(Šªh RtÅPLÅR°b+Žâ*žâ+*‘S6*›”ÍÊe«²MÙ®ìPv*»”ÝÊe¯²OÙ¯P*‡”ÃÊå¨rL9®œPN*§”ÓÊå¬rN9¯\P.*—”ËÊåªrM¹®ÜPn*·”ÛÊå®rO¹¯*Ÿ”ÏÊå«òMù®üP~*¿”ßÊå¯òOI¤&V“¨IÕdjr5…§¦TS©©Õ4jZ5š^Í fT3©™Õ,jV5›š]Í¡æTs©¹Õu¿z@=¨R«GÔ£ê1õ¸zB=©žRO«gÔ³ê9õ¼zA½¨^R/«WÔ«ê5õºzC½©ÞRo«wÔ»ê=õ¾ú@}¨>R«OÔ§ê3õ¹úB}©¾R_«oÔ·ê;õ½úAý¨~R?«_Ô¯ê7õ»úCý©þR«Ô¿ê?5‘–XK¢%Õ’iɵZœ–RK¥¥ÖÒhiµtZz-ƒ–QˤeÖ²hYµlZv-‡–SË¥åÖòhyµ|Z~-^+ Ô i…µ"ZQ­˜V\+¡•ÔJi¥µ2ZY­œV^« UÔ*i•µ*ZU­šV]«¡ÕÔjiµµ:Z]­žV_k 5Ôiµ&ZS­™Ö\k¡µÔZi­µ6Z[­Ö^ë uÔ:iµ.ZW­›Ö]ë¡õÔzi½µ>Z_­ŸÖ_  Ôiƒµ!ÚPm˜6\¡ÔFi£µ1ÚXmœ6^› MÔ&i“µ)ÚTmš6]›¡ÍÔfi³µ9Ú\mž6_[ -Ôi‹µm‰¶T[¦-×Vh+µUÚjm¶V[§­×6h„4R£4Zc4¨±§ñš ‰š¤Éš¢©š¦!M× ÍÔ, k¶æh®æi¾h¡i1m£¶IÛ¬mѶjÛ´íÚm§¶KÛ­íÑöjû´ýÚí vH;¬ÑŽjÇ´ãÚ í¤vJ;­ÑÎjç´óÚí¢vI»¬]Ñ®j×´ëÚ í¦vK»­ÝÑîj÷´ûÚí¡öH{¬=ÑžjÏ´çÚ í¥öJ{­½ÑÞjï´÷Úí£öIû¬}Ѿjß´ïÚí§öKû­ýÑþjÿ´D(1J‚’¢d(9JâPJ” ¥FiPZ”¥GPF” eFYPV” eG9PN” åFyP^”åGñ¨*ˆ ¡Â¨*ŠŠ¡â¨*‰J¡Ò¨ *‹Ê¡ò¨ªˆ*¡Ê¨ ªŠª¡ê¨ª‰j¡Ú¨ª‹ê¡ú¨jˆ¡Æ¨ jŠš¡æ¨j‰Z¡Ö¨ j‹Ú¡ö¨êˆ:¡Î¨ ꊺ¡î¨ê‰z¡Þ¨ê‹ú¡þhˆ¡ÁhІ¡áh‰F¡Ñh ‹Æ¡ñhšˆ&¡Éh šŠ¦¡éhš‰f¡Ùhš‹æ¡ùhZˆ¡Å(-AKÑ2´­@+Ñ*´­AkÑ:´m@ˆD¢ƒ b‡x$ IHF R‘†Ò‘Ld!Œlä yÈG Q„bh#Ú„6£-h+Ú†¶£h'Ú…v£=h/Ú‡ö£è :„£#è(:†Ž£è$:…N£3è,:‡Î£ è"º„.£+è*º†®£è&º…n£;è.º‡î£è!z„£'è)z†ž£è%z…^£7è-z‡Þ£è#ú„>£/è+ú†¾£è'ú…~£?è/ú‡é‰õ$zR=™ž\O¡Çé)õTzj=žVO§§×3èõLzf=‹žUϦg×sè9õ\zn=žWϧç×ãõzA½^X/¢Õ‹éÅõzI½”^Z/£—ÕËéåõ zE½’^Y¯¢WÕ«éÕõzM½–^[¯£×ÕëéõõzC½‘ÞXo¢7Õ›éÍõzK½•ÞZo£·ÕÛéíõzG½“ÞYï¢wÕ»éÝõzO½—Þ[ï£÷Õûéýõú@}>X¢Õ‡éÃõúH}”>Z£ÕÇéãõ úD}’>YŸ¢OÕ§éÓõúL}–>[Ÿ£ÏÕçéóõúB}‘¾XOЗèKõeúr}…¾R_¥¯Ö×èkõuúz}ƒNè@'uJ§uF‡:«s:¯ º¨Kº¬+ºªk:ÒuÝÐMÝÒ±nëŽîêžîëê‘Ó7ê›ôÍú}«¾Mß®ïÐwê»ôÝú}¯¾O߯Ðê‡ôÃúý¨~L?®ŸÐOê§ôÓúý¬~N?¯_Ð/ê—ôËúýª~M¿®ßÐoê·ôÛúý®~O¿¯?ÐêôÇúý©þL®¿Ð_ê¯ô×úý­þN¯Ð?êŸôÏúý«þMÿ®ÿÐê¿ôßúý¯þOOd$6’IdFr#…g¤4R©4FZ#‘ÞÈ`d42™,FV#›‘ÝÈaä4r¹c¿qÀ8h2GŒ£Æ1ã¸qÂ8iœ2NgŒ³Æ9ã¼qÁ¸h\2.WŒ«Æ5ãºqøiÜ2nwŒ»Æ=ã¾ñÀxh<2OŒ§Æ3ã¹ñÂxi¼2^oŒ·Æ;ã½ñÁøh|2>_Œ¯Æ7ã»ñÃøiü2~Œ¿Æ?#‘™ØLb&5“™ÉÍfœ™ÒLe¦6Ó˜iÍtfz3ƒ™ÑÌdf6³˜YÍlfv3‡™ÓÌeæ6ó˜yÍ|f~3Þ,`4 ™…Í"fQ³˜YÜ,a–4K™¥Í2fY³œYÞ¬`V4+™•Í*fU³šYݬaÖ4k™µÍ:f]³žYßl`64™Í&fS³™ÙÜla¶4[™­Í6f[³ÙÞì`v4;™Í.fW³›ÙÝìaö4{™½Í>f_³ŸÙß`4™ƒÍ!æPs˜9ÜaŽ4G™£Í1æXsœ9Þœ`N4'™“Í)æTsš9ÝœaÎ4g™³Í9æ\sž9ß\`.4™‹Ís‰¹Ô\f.7W˜+ÍUæjs¹Ö\g®77˜„ LÒ¤LÚdLh²&gò¦`Цdʦbª¦f"S7 Ó4-›¶é˜®é™¾˜¡™1s£¹ÉÜln1·šÛÌíæs§¹ËÜmî1÷šûÌýæó yÈ1ŸšÏÌçæ ó¥ùÊ|m¾1ßšïÌ÷æó£ùÉül~1¿šßÌïæó§ùËümþ1ÿšÿÌDVb+‰•ÔJf%·RXqVJ+••ÚJc¥µÒYé­ VF+“•ÙÊbeµ²YÙ­VN+—•ÛÊcåµòYù­x«€UÐ*d¶ŠXE­bVq«„UÒ*e•¶ÊXe­rVy«‚UѪdU¶ªXU­jVu«†UÓªeÕ¶êXu­zV}«ÕÐjd5¶šXM­fVs«…ÕÒjeµ¶ÚXm­vV{«ƒÕÑêdu¶ºX]­nVw«‡ÕÓêeõ¶úX}­~Vk€5Ðd ¶†XC­aÖpk„5Òe¶ÆXc­qÖxk‚5ÑšdM¶¦XS­iÖtk†5ÓšeͶæXs­yÖ|kµÐZd-¶¬%ÖRk™µÜZa­´VY«­5ÖZkµÞÚ`°H‹²h‹± ÅZœÅ[‚%Z’%[Š¥Zš…,Ý2,Ó²,lÙ–c¹–gùV`…VdŬÖ&k³µÅÚjm³¶[;¬Ö.k·µÇÚkí³ö[¬ƒÖ!ë°uÄ:j³Ž['¬“Ö)ë´uÆ:k³Î[¬‹Ö%ë²uźj]³®[7¬›Ö-ë¶uǺkݳî[¬‡Ö#ë±õÄzj=³ž[/¬—Ö+ëµõÆzk½³Þ[¬Ö'ë³õÅúj}³¾[?¬ŸÖ/ë·õÇúký³áÄ8 NŠ“áä8ŽÃ)q*œ§Áiq:œgÀq&œgÁYq6œçÀ9q.œçÁyq>œÇ㸠.„ ã"¸(.†‹ã¸$.…Kã2¸,.‡Ëã ¸"®„+ã*¸*®†«ã¸&®…kã:¸.®‡ëã¸!n„ã&¸)n†›ã¸%n…[ã6¸-n‡Ûã¸#î„;ã.¸+ã¸'î…{ã>¸/î‡ûãx „ã!x(†‡ãx$…Gã1x,‡Çã x"ž„'ã)x*ž†§ãx&ž…gã9x.ž‡çãx!^„ã¼/ÅËðr¼¯Ä«ðj¼¯Åëðz¼`S˜Æ †˜Åæ±€E,a+XÅFXÇ6±…1¶±ƒ]ìa8ÄŽáxÞŒ·à­xÞŽwàxÞ÷à½xÞàƒø>Œà£ø>ŽOà“ø>Ïà³ø>/à‹ø¾Œ¯à«ø¾Žoà›ø¾ïà»ø¾à‡ø~ŒŸà§ø~Ž_à—ø~ßà·ø~?àøþŒ¿à¯øþŽàŸøþÿà¿øNd'¶“ØIídvr;…g§´SÙ©í4vZ;ÞÎ`g´3Ù™í,vV;›ÝÎaç´sÙ¹í{¿}À>h²ÛGì£ö1û¸}Â>iŸ²OÛgì³ö9û¼}Á¾h_²/ÛWì«ö5ûº}þiß²oÛwì»ö=û¾ýÀ~h?²ÛOì§ö3û¹ýÂ~i¿²_Ûoì·ö;û½ýÁþh²?Û_ì¯ö7û»ýÃþiÿ²Ûì¿ö?;‘“ØIâ$u’9ÉNœ“ÒIå¤vÒ8itNz'ƒ“ÑÉädv²8YlNv'‡“ÓÉåävò8y|N~'Þ)àt 9…"NQ§˜SÜ)á”tJ9¥2NY§œSÞ©àTt*9•*NU§šSÝ©áÔtj9µ:N]§žSßià4t9&NS§™ÓÜiá´tZ9­6N[§ÓÞéàtt:9.NW§›ÓÝéáôtz9½>N_§ŸÓßà t9ƒ!ÎPg˜3ÜáŒtF9£1ÎXgœ3Þ™àLt&9“)ÎTgš3Ý™áÌtf9³9Î\gž3ßYà,t9‹g‰³ÔYæ,wV8+UÎjg³ÖYç¬w68„Ò¡Úaè°çðŽàˆŽäȎ⨎æ Gw Çt,;¶ã8®ã9¾8¡91g£³ÉÙìlq¶:ÛœíÎg§³ËÙíìqö:ûœýÎç sÈ9ìqŽ:ÇœãÎ ç¤sÊ9íœqÎ:çœóÎç¢sɹì\q®:לëÎ ç¦s˹íÜqî:÷œûÎç¡óÈyìsŸ»/Ü—î+÷µûÆ}ë¾sß»Üî'÷³ûÅýê~s¿»?ÜŸî/÷·ûÇýëþsy‰½$^R/™—ÜKáÅy)½T^j/—ÖKç¥÷2x½L^f/‹—ÕËæe÷rx9½\^n/—×Ëçå÷â½^A¯WØ+âõŠyŽ^I¯”WÚ+ã•õÊyå½ ^E¯’WÙ«âUõªyÕ½^M¯–WÛ«ãÕõêyõ½^C¯‘רkâ5õšyͽ^K¯•×ÚkãµõÚyí½^G¯“×Ùëâuõºyݽ^O¯—×Ûëãõõúyý½Þ@o7Øâ õ†yýÞHo”7ÚãõÆyã½ ÞDo’7Ù›âMõ¦yÓ½ÞLo–7Û›ãÍõæyó½ÞBo‘·ØKð–xK½eÞro…·Ò[å­öÖxk½uÞzoƒGxÀ#=Ê£=ƃëqï žèIžì)žêiòtÏðLÏò°g{Žçzžç{z‘ó6z›¼ÍÞo«·ÍÛîíðvz»¼ÝÞo¯·ÏÛïðz‡¼ÃÞï¨wÌ;îðNz§¼ÓÞï¬wÎ;ï]ð.z—¼ËÞïªwÍ»îÝðnz·¼ÛÞï®wÏ»ï=ðz¼ÇÞï©÷Ì{î½ð^z¯¼×Þï­÷Î{ï}ð>zŸ¼ÏÞï«÷Íûîýð~z¿¼ßÞï¯÷ÏKä'ö“øIýd~r?…ç§ôSù©ý4~Z?ŸÞÏàgô3ù™ý,~V?›ŸÝÏáçôsù¹ý<~^?ŸŸß÷ øýB~a¿ˆ_Ô/æ÷Kø%ýR~i¿Œ_Ö/ç—÷+øýJ~e¿Š_Õ¯æW÷kø5ýZ~m¿Ž_ׯç×÷ø ýF~c¿‰ßÔoæ7÷[ø-ýV~k¿ßÖoç·÷;øýN~g¿‹ßÕïæw÷{ø=ý^~o¿ß×ïç÷÷øýAþ`ˆ?Ôæ÷Gø#ýQþhŒ?Öç÷'øýIþdŠ?ÕŸæO÷gø3ýYþlŽ?ןçÏ÷ø ýEþb?Á_â/õ—ùËýþJ•¿Ú_ã¯õ×ùëý >áŸô)Ÿöú¬Ïù¼/ø¢/ù²¯øª¯ùÈ×}Ã7}ËǾí;¾ë{¾ï~èG~Ìßèoò7û[ü­þ6»¿Ãßéïòwû{ü½þ>¿À?èòûGü£þ1ÿ¸Â?éŸòOûgü³þ9ÿ¼Á¿è_ò/ûWü«þ5ÿºÿéßòoûwü»þ=ÿ¾ÿÀè?òûOü§þ3ÿ¹ÿÂé¿ò_ûoü·þ;ÿ½ÿÁÿèò?û_ü¯þ7ÿ»ÿÃÿéÿòûü¿þ??Q8H$ ’ɃA\2H¤ÒiƒtAú C1Èd²YƒlAö G3Èäòyƒ|Aþ >( …ƒ"AÑ XP<(” J¥ƒ2AÙ \P>¨T *•ƒ*AÕ ZP=¨Ô jµƒ:AÝ ^P?h4 ƒ&AÓ YÐèt :ƒ.A× [Ð=èô z½ƒ>Aß _Ð? ƒƒ!ÁÐ`X0<Œ F£ƒ1ÁØ`\0>˜L &“ƒ)ÁÔ`Z0=˜Ì f³ƒ9ÁÜ`^0?X, ‹ƒ„`I°4X,V+ƒUÁê`M°6X¬6D2 :`°ðˆÈ¨ @ŒÀ ¬vànà~a±`c°)Øl ¶Û‚íÁŽ`g°+Øì öû‚ýÁà`p(8 ŽÇ‚ãÁ‰àdp*8œ Îç‚óÁ…àbp)¸\ ®ׂëÁàfp+¸Ü î÷‚ûÁƒàað(x< žÏ‚çÁ‹àeð*x¼ Þï‚÷Á‡àcð)ø| ¾ß‚ïÁàgð+øü þÿ‚Daâ0I˜4L&S„qaÊ0U˜:L¦ Ó…éà aÆ0S˜9Ìf ³…ÙÃaÎ0W˜;Ìæ ó…ùÃø°@X0,‹„EÃbañ°DX2,–Ë„eÃraù°BX1¬V«„UÃjaõ°FX3¬Öë„uÃzaý°AØ0l6›„MÃfaó°EØ2l¶Û„mÃvaû°CØ1ìv»„]Ãna÷°GØ3ìöû„}Ã~aÿp@80‡„CÃaáðpD82ŽÇ„cÃqáøpB81œN§„SÃiáôpF83œÎç„sÃyáüpA¸0\.Â%áÒpY¸<\® W…«Ã5áÚp]¸>Ü!É é aȆ\ȇB(†R(‡J¨†ZˆB=4B3´BÚ¡º¡úa†aÆÂá¦ps¸%Ün ·‡;Âá®pw¸'Üî ÷‡ƒá¡ðpx$< ‡'“á©ðtx&<ž χ‹á¥ðrx%¼^ ¯‡7›á­ðvx'¼Þ á£ðqø$|> Ÿ‡/—á«ðuø&|¾ ߇Âá§ðsø%ü~ ¿‡?Ÿá¯ðwø'üþ E‰£$QÒ(Y”FŸ¢ÏÑ—èkô-úýˆ~F¿¢ßÑŸèoô/JKKKKKK‹‹¥Œ¥Š¥Ž¥‰¥¥‹¥eˆeŒeŠeŽe‰ee‹eåˆåŒåŠåŽå‰åå‹åÅÇ Ä Æ Å ÇŠÄŠÆŠÅŠÇJÄJÆJÅJÇÊÄÊÆÊÅÊÇ*Ä*Æ*Å*ǪĪƪŪÇjÄjÆjÅjÇêÄêÆêÅþÓg8 endstream endobj 507 0 obj << /D [505 0 R /XYZ 56.693 815.761 null] >> endobj 47 0 obj << /D [505 0 R /XYZ 56.693 708.974 null] >> endobj 508 0 obj << /D [505 0 R /XYZ 56.693 681.022 null] >> endobj 375 0 obj << /D [505 0 R /XYZ 56.693 291.641 null] >> endobj 509 0 obj << /D [505 0 R /XYZ 56.693 271.77 null] >> endobj 510 0 obj << /D [505 0 R /XYZ 56.693 112.403 null] >> endobj 504 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R /F64 307 0 R >> /XObject << /Im13 503 0 R /Im9 466 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 517 0 obj << /Length 1791 /Filter /FlateDecode >> stream xÚÅXK“œ6¾Ï¯ §I-²$$G¿Ë©ÄqÊë\¼>° ¯qóØØþõi= ë8©Te;z´ZÝ_?Žn#=ß=ºÚ=xÆq”£\P]½E"2’ $®ªèíþ—¢dsˆ)Çûi¬›z(F9õf¡’æ·¹èÔž_|wõ\‚rÎ Ÿ²k¯1¦·S_Œu×.Ï¿,Ôñiˆ–jsP @2e ™H”d,¥(%Is”§V6’Àñ4Û?0?,QçvO¯vŸvîlj¸@"O¢4'H`•ÇÝÛw8ª`$D,Ï¢?5å1â#š7ÑëÝo;lAÂ÷‚•Ï(e9"X®)Zw(zsŒ÷× !cqÓÔ·Æê­iÆ^®Ð,Ì/@VÕ3Xm7Ýß˦‘GÙŽfµnǾ«¦z´‡‹ÉüžúnìÊÎß”0lFw× '}­®–ýó=ZHì~(ŒQBF†Ió5ŒI# ašy l4°¤gFS”ŠÜ ÷ðõÕ›ÇO7ì¾r£Ÿå`ŒíÁ±ó^6àXw Ù¥búl »Ñ^e)O£>MÒ ûû±ûã@ñ^öfzMybdKyàT`”B Ä¥,1þ¸¡C†X4×4MÜŵ õmklܨGc7 Ûj(6èÜå=¾˜#BÄ?1ÖßøºÈ'ßöõ_­ÞÔÒ:nÙÔðW3\îxT µÁ]ykç–åžÔy •vqj7úTôÇÚÞ!µ±5âP© ϶ltíàbXÚV„Š&YŽã ‘ÖòkÎ B!„£x¥ï{¯£J¶¥¶ãé¾_03\–  -˘²aøã†"ëMÆ…žÐŒºÅ/Ž Î“ŒyžÂÜE±½)®Ò&OièÝ8A<É¢¼Œ3f´}ü¡«-ÐÕÅa ¶ì4Œ¢Rظ€pL! AÞ€@ŒQ#×3o§ê覊œÖL/± ûçæÌÁ§½½‘ -¾'6Yj'×£ÿCqY1Á)'£3g6g¾Y†{rëÄ“Óè"€S_v§Æ¶°”V¤Ã…+ñ@C Äǹʨé833Ã<ŸƒÑA º÷߬Š^)äÛ‹ níÿêûÈýP]~+Wý~ „싦®€!Ã{KÜ¥:cF(Æ+íªnºid ÜËkWì(VÓ;Uzº©™ä2•€õ)bÑcÂÔ£9E[YøTGP¤_[n¸(nëqöc¹ÙjØê£'£.»¾—à û³ž¢ñQ9Ím Pš™¾t¦ý.æÅTnr7~ɘq¶t†×\aÁû£rø£´‹ imAš[Ø®Lìo ™5Hˆ}_Tug†N~áAgr /7÷ '¶ð  JÈô¥eP}sÊ&w]N7šð ­:ÑñËioÞ% Î1e(Ç©ö=’°EÔe øóéÔ×Gi§Æ±`:L¤;¨P#‰Z(?(¢cqiæÚs5á{ÕܩãefOh++Š³È‡Eéˆ/ŠÓiú"ûŵóah³ÊÒ”6 Ï åbç[ èF¡ªŒxªḵ6q ¦ñ5c—|Q–œÐn8óÌIÁÚÀz¢mñ|ƒ&¥8‹(ÜI9 …,h²¹Q Ù l«€]«à[Ç<¸Ÿ·ƒDõî8÷"8¥‰u–DЉ ÈHfE%^]ô2±,zÚÒÜšB,}†ÛÎ^ÙÞ¤nC¤8ü†µ.S½ÿhÖ­ò%7q+OÀ­}Sg"\àufØe&52®F*u6‚´”pó `ËÁ¢›F4è‘ ÝK«½•Û< `!x×ap`¿ˆl_¤—"¯]³;÷fœ«¶ï ú±nU÷ºnÇK9ú—eé³AØšÑåc-!ˆ «U‚`²®Nð> endobj 513 0 obj << /Type /XObject /Subtype /Image /Width 456 /Height 282 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 522 0 R /Length 15199 /Filter /FlateDecode >> stream xÚíxG†•Ü%Gîr—Ëý¹»ÜRÒ i$\:¹$”„¡Hh¡×ÐÁ ÛllLï6¸WYrýwãÞ{‘,˽7YÒ?»+¹H6Œ¿ïyŸÄÚÙy_VBÃá ‚ ‚ ‚ ‚ ‚ ‚ ‚ 2âòõÊ#ðØópŒ:kÃɇyü¸*xì!º#Òj©²çºìSÃÇ,]»ŒB ³µœ£*C§VVªoÀðBÏ>s÷Õ;Db„&UºªÓ‘ZÙ—ÿ¼Šzp–›rpûÖm³'mùúõ_ŒÛðÉ‹Û|¤ÚºwIxøCî¼GÄhÄÍÈkRŒ&UHEöÄ«D€CñFÕ á9ÏBe̸ivíZ7ã‹Må]^Rj»±ÂyGµËΔ+k}÷ê¯3_1¶ #ÅNósθåõ¨  Ü2ÝŒÝw)ö„;FcØâ‘£gµûlèÇ|ŒFŸµJ%ž$/í‰ÄëaR±ë ‡o¥<ð·±X¯žõ(Tæçé/Xìø¬Êe—Ìs[Á•¥)f?vxî*µß) 3–%YÆ]Û¶êÝç–­ÛýÁ'_,ßr¤G]Л3¼”ºŽó¹ï´Ë;3èã¸åœpH;Á+è¿$?SûZàá[ÑW=âu.ÇXùý°ÏnÞom>ž‹ÍÀŸ”{Å=ç˜y¸–Í« Œ«7Âö;äc´{£iM{•쪯`€ “*¤b×A†Î«gÜ ”Y3ýùz¯£2ï½²Û»;|$ߨ™h<¯ðø»îëÆÈœW6DÞˆ·ÕYûÉÌo]ûvÞü}§]zT¹pãײ›G$¦y‚¯Øhæš¼ÝÐßI ‘·TÚó"j5»÷#›9G¯<ÂÝ`êÄ2ÅÐ5_}aSÿeòëå$b}Mçe— Éí--o-ž¦Æ==)÷ /qVPd;yæ:"¯º¬µÌÀ÷FÛ&õêeï–ãö©ëOxï>Æ>Ô¾•°ãlÐ)Ç$n¸¢ëUR±ë CçÕÓnùÊlœ9^ì®#‹½(‹<-½(¾<ÿöš* ß¼:÷™ É·×ÿ[sÉBkÕc­Yól3¸Õ£úÅ%î—c¡-´Î䂸 ºáÇyôvS‡0 £d³¹ÐÝ}åÅ Ó{<²©Kìj݈T9@³ûYÞf›\õåOYû){uéEæçÖâ£Z>š<ä«Éeæ³âˆ=]øoí¹Îñr´ÌÜ<Älßg¿X×{Ç­,ugéÝ·Ÿ;0Õíu[¾ëÈéN{kh:)zwÔç cßÏ}.UOŠŠA`t.û¯dvÍÛï¸Ô(†üñí»<·›W×(~—T ÈHåón>1ØyÏ"¯Æ>Ä¢EåÍ´Zµ\Vh»t=$»vœ %eX¯’Š]:¯žâå)£ÝoãÇÿl޼,sßÜd:9rÇK†ß<»úí'5?ukÅXëÍÓƒ ‡ßؼfñü•õmâ{T‰¸$¬×ñ÷n ¯‚‘„~Ùù³~ôqW²+~òbž²KßíˆGaVmÙ$m¬Û¨¨é£tòÖ›ð7{3jÅoÐñ]¡ØÕ™úœßt´¹J pº³AÏçr\Uµ”>jm­D®ðªëRÝ(ºnQôêcþªN¡¼í”ÿõÄJA½DÊÔ”5×Åú‡¬?©ïªtnên5Ÿi÷ܵîÆyôœ¯=3t…AœÞUÕ6åô‘› èÜÞ¤Ï?âY”SOo5ÕFú¯=¡ÇÍÖ<í¥ZYÑ"cš ­–X]u_5BåYt#ô\»uáFRUiC;–mµUÁ·ƒ×é…踤ï?p:TUÙÆîë¨-9uòö:=õêþ¤8÷=Z.äÔ{óöºæ¥×0‡—µ—$Fo5 ÛÚgyÇî¿67sÈðîîs@\Gîu§g¯ð*{§t÷…pv‚J\š˜W•×éXm.Ù¥kBʰ^%»2t^5vÍíÁÞ»÷ýŸzÇõ)G&ýúá߬¶}xbµÑ²ww~ô'³…c.î_’ln~ñĺ͛>ÿvvïê#Œƒëž«­JÛ˜iáþ3©Bú²©³4âmµÍ1vîvhðD4*®D©âÿ)kôVÜÕ‚ë:ž’W}º¼*mj©ªk¤þv§žrÝÝ,“´U×¶4±§i/=©Ç_ªê,ºáǸýt¡6>ôçãÁ?wí’K[Údò¦ÂÃZÜþ:¥ô¤í>©j¢âýX×ia)égsr0馊ò]¡m~1Ï8bÌS1 I'Gê¥gàÉzÕÌ­€åð82SMdŒJ j%³V²±«ëUR±ë CçUr®ÞìÚ´qí{Ýóßg¸û¿ Ñúîü²©ç—½¯1é Ë_ت1''Ö-ØÏåNRôgßÎî³úÂ!y›¶ûæj±—ç’£n—K蟫#|—ų‹Uº@œ¿“ÃL…’¹‹8übYÄ\ü¦Î?*ia­q7¯.»»Ëiá!çuƒ;Üm€¾UȲ“IÅŒ_"mø?ì·_z…y¯Šñêo¶©/Gªg¹Bå)üV)5rÞ×ã)Œ_„qëtµºÎÕ½/Ý‹Ý^>ˆ®i{/7ˆÉ`Äê}Áu‰VP(}ƒZ~ÝåÇãqÙLuîyçùûì5nÒ¯š iù°MÚ¦ã0ÿ ÓªãîL£¢™*¡—©ì]˜¦Ê.8mw«°]—vÛEß"X§OÊ!«°jÊ+z*Ëóõ[~À~þ~ÇÆ~jŽÿÓÝÆ8¯¾¦¡f@ìGè¥wœ‘¤²Áö\Ž""Mèô*,Ñ,Ù¨\‹T9®ôp輪çÙ'GιiLy:åúvÏš¬œ±æýìžþgulJO >wéì¢_ÎþNUõ‚îÍ€¥&i"úw¾òüqûyûìWÛ‰éYWK±ŽŽç^«ØÕJWë²ëBzZ+-;®ã¶Ë2îg-fÊ•aëºPI kŒ”µà­äU×õæé= sÕsùu!}©HOË}×U¥÷­Ü÷Ø*гéæÕî§ð]©t¯<Å[ëRÍümÈØ¡pȾó\¶Ê}é^LËeù`º´E—w:ŸÖMU˜ÏÊKôŽæ"Mmçe×mòÞ©<}Œ¿ö¸»AHEm·í²øÎ?¨¡ÃÛaM“®©öø‹•³êŒ§êqßi12/½ÎÙ¬WÙgv]Œìº@Ôš¨t€ìb˰^%»2t^eÏØ'ï?hº.úÂW†;–­ýiÎѽ›‚ý¸Éiq_÷ýêýfºvijªÒöŸàî‹léãW^.·æiœ‹T¾Wsí¼{÷:²sýA;<þ±Õû‡»ZÐòY¡ÌÌ©dNü8,8ìµÇ2M§³ :7ƒ—ŸHÈgN˜íåýÓ~û%Ê^µîlª iªŠSto¤F7¯ú°íêlôjUÅ´Ü—¢kÚ!‡­¢Vk7wý1¢Ë¯¿´ìDB!ó·)ÓÛoå»ùûìjºm6òÛnÂÛèÉÜ¥'m:è°ððm‡ªN¯ª9K_]ˆ1wž·ßa•E!s¸FçÓÜ%J½[u5UçVè •rYÒëIÙ}#DMù;{”îv›мä©a^Â\Í5×O8.<켈pÐáGæíy͵\åeËuyG"o¶Èo4É›3¢Öê†l7pÕIP¼Ôëh“(Þ?¡µ¸I‡¶@ñfTks{G«È@×c—eW3’wçéÄvΙ%íÍwß·ÚeÕYÌ&e÷qU§ðÕPíÕý6G°Š^¥²˜ï–ãƒèZÈ!›Ô}FÜ]ÁïÝ”ÜÙ |È&y—ïØ®WÒVæ¥z‘»û²“ž+.40[›*ªÒ kë:ï,ÕUs–Þ]`ÿ*ÚQ¿Q×GyV]I%#¶Ge§‚7÷ñ¤¸ÿj ²üV}ž~Bkç}‹ú§êŒG¹*ÊmÐñ°)v$:ð—ëô= Ë͵GêÕwÊ5—õêQ«Tž+1›N¯Öó\gäÇnÙv.|½‘ï1«8 ï¬]—bÈÖ«¤b×A†Î«Ú6i}²QßfîÂV®[ûí÷ógÏúJ×@‡HÕÀØð›yó¿™ÿÃ̹ß3‘ªº#ƒ¤ú®†™Ì{³‚¸uäúµf¶ß [~,2…Ù\rÛóÇÎtäj½·I×MË»8¯ÙÝZŸ¹EׇÌ?µoE¯Õó½r§ªºóZo¨®‰ûõTôa‹ÐÕ†a¼¼&Ö­•E&FÞÛ-”Zb·Q×]ǧ8·^ñ¦r[cCnZÊ>ÃÀ}VJÅTÂ8¨Û|ÕHy"ê¿Ïº³z¯ö(f?ˆ®±IÓ² Ó¼˜4ºR{è îÊ‹ÉZL~ÕuÓ¾]”S§¨ÓR[Ìõ]{6v—‘Û>~avçvâP±PhuÞkãeugéÕy[m 3žíÅ)ɇõ=·›G)÷nÕ妼ÊNiõù¤˜«˸ ÇÜÝ}Ž:*óÓöêû¬SQþèµ€_ÌâJZ$òö°«.«.Ũx­‘zšòòX¯º•̲óRôúS;.F©ÚÂz•Tì:ÈÐyUÓ:Uë´-VüfJ~X¹×tÉêÕÄ«ä¿äg²e­æÕm§øjêŽ ’¶ë1ŸÓÖ 9`¥´Ý"l9ý}»…‡ìËe®c¿ ÜŸ¯$kZ%î2ñú‰ýXûî £°}–µnÅn:Îû©8oŸÃÂ#®+Œ£1»ŽZD¬Õq^À~”ýˆ×6‹^-±JØyÊkéa{ÅÇݹ,Õ ÜkÙ«˜ªSXF­:@Ì~å¥dM딃gytÃ~{­ºWW_lP]czÊ —ê‹IÝzdBzÔùþüUgîeÆ|ÙÝíóö;.ÖòøõZJ¿gQ´_ùM¦ØýÀÝ7{÷®«*;Õ÷“¢f,ãwuþ‹†E:þ¿Y©+äZÈjm§ùdXØö¨Êi~>û½+,’û½+¤b×A†Î«G­Rúeÿ•ˆÏ¾ÍB~H•‘έ˜µÇü¸e튗¦mƒcÛ-02¿ï“ÙíºKI“á‹¡sÎ)fʺÎ$ô·ë ýBŠÑ7xy¤b×A†Î«G,SÀƒÇ"rå±`ö£Ü­•¥v×Ü~>›pÃòûr³›W5.&aL†5d²Ê~«ê!…Iå# WßJ€á™žó, Ì?\íq„¡òê¡›I0 ¯nÛ¼QqóF$DƒÜ«ô?!¬¬€Hrb<¼ ð*À«¯Â«¯¼ ð*¼ ð*À«¯Â«¯¼ ð*À«ð*À« e·¯?´m»I¸¿]À«#Ä«‚¬;Áþqâ!9~¡ÃœQd ž™ëT€ß.àÕG׫¢;ÆŸ>w÷Oýýå÷æn9í#¾çCUf]ýïäÿ^çS¯F®WK#¿¦8øþp÷Dã7ð *îÕ«—¦sàU¼ªðê‹ë}„•åù!fsÿN?~úÖ9åU¥q—6ÎzïåçÿÈNf©¹—SʪDi®Ú?¾Gý‰Vñÿ½9k§yœ \É«ùןvJÜwyq¶·áŠÇкä<ñ·7~8ŸX¦º|o¯–¥»jþ0í_O‘­OþãÍ9ûìRKñ‹¼úhy•lÉ·úœ™·N>/êTíÙ¿üùœçó s\׌U´æO°ÿiâ»^ýÃóÿzñÅÇ~´?XXQU¡²|UEÏŽ ={šÈñÙïí Ô”ïáÕŠ\þ:¶äSÿ÷âóì\û•í¾üî¯>*^õ” rbÿ÷úñ3³íòzª¬¼TXo8Þý§ONF +JSo,üýpÜ®`aŸ÷Ī˗'™N’žiNÙç™G´Y.(,*US¾GcÄñ'Þ¡wÝâ™_Y)ζ]ô­ç§ØŽ,ͯ)5 S¯’–;ØX¦§$ääæç©ñêSýÏÄÿv5¸ ¼ï·Š Y›ýáÓžÞ»@¼zåCæ¾êZo%¯ª._`ÿ »Ë"§b å{xµÐŽ©Îyáë5›·lîd÷©à^óUÒeÀ#…°¤8?/ÛÁÖ*=5e8zÕÕÙ1-%©¸°@\VV9€û«êß‚ï|õý§OŒ"Ké×é ˜×écw ª ì¾}šž€N7MWVT– ËÕ–/‹Õy‹¹³ú¡n`­ñ²’Ü¢R5Ç/tš÷úÁ4£xrüÎêO½À=«Œi[~|\®/”455æçåA G¯’ù6™©ŠËD|ߪŸ6Uä¸þ2¦sv«x_éÙ¯Ï'³‰N¤ø¨Ö3Ïýõ©ggZæ¨/Ÿaµèÿ»ž5ŠT·-H º¼(JëMÅá?;›T^ži³äŸ]o{=ó'ºðD˜2üÆ0¨©®lnn"‚Ž^½yý yù_9àÏôÿ‘QQ²ãÁï§üó)Fy¯|±éRT±â©(Ñ|ÓÇcØÛžÏŒ_p1Q¤¾|Ui¼Í¾ï§üûi¶õÑ.ÿ5åË‹‚Nþ4í_Osž›ïÌ´§4ÉáЂi/*î³þù?S›D‹ð À0A"iïãMŸaâÕž÷T^…Wð*¼ ð*À«ð*^…W^x^À«ð*^}켊ïØ<(àÕ®’+µà>W•K^¼] ÷ ¼ª\ò¼WÜ'ðªrÉsž…pŸÀ«Ê%ÏzÀ}¯*—<ã^ š"Û¤Ú„4áue~<ŠìSjS½†©m³]rm|Šðü0j3^U.iæV ÷’À:¹¬B|QM™¡ÀC[/k•_uWÙ°àzyGYÙÅAÔý½PÓf†?ðªrIS~¾JÜŠh¯–]PSæ¾(ô¨’÷HkIé9÷?akINéÕ ª“KD¢ó½wõ[w0X¤·“¦ùù¨,sÚ§¢L./O.6D›ù…\aG×t´µ—–Öú…é]ÒK”ÖFRïèÉn)r+“É%M®^=S.Éëó„g‡ê‰ 'ðªrI^žJøEþµÄ«¢ójÊÜ…îÄ«ÍužáB‡0¶þ¦ýV䳎*=7T ëÉÙð†V¹43¼ ³…‚¶J¡ø*_¹@GRHþ ÚÜ5¥Ž"¤ê”J¢YYY¶ð_¹Xþµ¤©\*‘Ë Eì(ll“Ëòc •x5±U.o È7yX㼪\ò”k^7øEüœæZföÔÒÐZN®árÑ9zWþ•;ÕíÌŒJÖQV\qËl,p,‘’é“­›¢úÙ0¢IL`~ÏÃöM¡[¥\^Wy×};¯8QÐYÅÃBÛ”úÒf3™kÏŽ'J¡ È¥L;%Í- qÅf*ê:¦7–·1Åššã¢‹N3²šÊ[dlg*sf®ùñõ¥ìiGi¶À¬{SM¼ËEryuzñiöáír!3¹öñf äßHk—ËZܽԜ”isk«¨‰9K[[VšðOÅ8ð ìsÈXw¤†Üm†› ®Y^“-äwÈknñ™îÂÔ6¹´\|ñnÝ"ÿúh7øy{xÀ«Ê%¹¹JäÛåKÈ圗!v/õH«¯Ñ^=Ëì5ó¹G mƒ…ܤúZ"™ŒbSnî¹È&‰¼=* ©žg•'‘·ÖÙðs»V¬O®“Y™+ ³Ýµˆuãæ˜73ˆ¡¤Å9å¼ðRnl9ß7- o¨ó&¼²0Ñk[˜_^¯ºùVYDwmɉ¥¶!¢À‰¢[½®Æ#\h.r È?í[IR‘+v*± /s)0éÑT~Il3вóÌÃKwZ$’¶êYiBá)æD<±LÞPuƒ×ßIÛ›ã’ÊœÂE>¹-Ä›¢”"Ó»ãPqÕUéŒî¥Ùf~Û¹å\DC‹´Åûv®©uµ\šžÏ޹e.ùã×rÛKQÌÄ·²B.*ÀC^U.iÄͽ‹GYT^Ÿ[rš}èZèWK{õŒrš>¹t«hÉyŠò¥òªô"""#~It“¼¹HxºgyUð+{Ü^mq÷$ç- `ÜhFʸ—æÙY¾ÀL¹¢ròœz‰r¹8‰6I·]¢¼yEJÑ)¶–{i¦„þs`Ò½:átp]£\šY`¬²©ùŽB23¯³æÓÃâ]-k,(u.êÕV\q%$´Ž Nü¤®<‘LÞRkÅï‡:æPwûXèK¦Œ«Ù‡ž²VaéYægŸ*™D\v)oâWEj‹ØîsóÌ3ÚåM|Ï><àUå’z™]úTfg+¶8æÝ®‘ËÄ#úaÖ™°ÊŒjIy+•¶’6U—q$ÛsœJeòºò‹N™Ç½+kä ÙÊÇTKŽ3ñscµS@¡¹ƒoþ)Gú¼>µr‰°Ä¨³IY!Ý©T€~è\”Ð*¯Í,0tè]·gZ ‹Oö¨N!ß‹žôJËUAy†}µÖ,¦™Ì<ý½² <Åe2IŒ_ö‰€šFy[ ³E,—åEäèÝËIÏÞ!£ØÂçwŽC­øœc·>z¯ÖW\r¢x–‹e’øÎ±5 oh—·úxf1%sÝ+h-“§@Ϲ0ºYÞR¤Ô5 ðªrÉcö]12^ÍRlqÈ%—¶¬¬ä¤}}]Ëå5…e¶~ù—}ŠªˆWEft1£úVF/—ÓÛåÍÕ×2”©–l…OºowÈõ¦TLÎ{œõjW“z :ƶÈë2 Ž÷QW^WxÑ+¿“¼ó¼¬žÕd E•¶“¿u…‚Ó=[«ï!.'G‹Ê½œÒ&k¬¼ìHÎ[@$F|nÑ(%3m>3†>é™;-ry3§b¸%d¢+)-1¢f^ÍhïekyuZ¾SØ8´¾MÞé“u2°¶YÞå›9à§€¼ª\R×.ý..%ÙäEw^Ñ ö¡}Ž'íÕbòðDQG«{S2ÓZ “W—ž¶gŠ9CTg–Æ6É+Sòô•ØYN´OÊÎÚwßnŸC+HÀ4ƒ[’+•7äª*@p,`¼šoг® O*oÊï,¦ªz72Γ—ôòO·Œž»òBåí¢Š¤f¹81W)|)µMÞR,”ÊëÄç˜b<©}_,“7U^uìkì³nf¶ÉåIAY]#\—+¸îUA_ ¥ÿŠ9*F€Ì¦[Š…"ò¼”søSÀƒ^U.©c›®Dæ•TòâT*È.s *º,Jl¦½jh›®çY^I&Hù"ß‚+Þ…>äAU©©[+ãb*óæ·¬™ÌÙºP=YŽd XSvÆ®ûv»œÛ5´‚ ™&]§ß·êÈÏ(µ,² ºfëV ]ÇñjF¾~¯º7;fŠIwžñ‚3ö=ÊÐã{Å ,} ®ú{IäÒF'nïÖf\a'²&¯³¢[Y)3u¬JÎÓëC5'•×T:Þ úÑoÆåDå뇦nP‘eP‰s\Ebý9«Òô“ÌÈœªk•·‡zu[ÀÚyGJ@&Û¶³ñ-LC¤YaYº÷ðð`€W•KjÛ¤uƒxìNM ûY ¹¼­¹5›ƒÞ•q>ºº¤Y±½£]R–W|ÒVQK—WZ"“·•Ÿìq´~Èd¼*2³íÑ…÷޳í²n%Ö‰ÚÒˆ?»°Ï¡½Ê´³¯ºŠPÉ¥µâŠ«½Êؤé{•ç7Iÿ0¡¾!<$ûX_ Öóª¤ßÒ(uÓ6ˉLåmAéwKö}Ò,묦JÅFú,‘¹úã`U¬ôïZÉ@VºùfévîµÊä íº·Ç±0©nÌ æ¡Žs1mý¦ª«ö÷ôð`€W•KjY§À}¯*—Ô´J€û^U.yÄ2îxU¹äá[ÉpŸÀ«Ê%ÝL€û^Åz¬¬Ç:t^•#‚ÜwàUxAx^E^…WWáUAxõ¡zµ£<Àð×gRZ~÷§PZŸpSWózÆÃkÉ£ÓwW‡›WeM–;gOG‘Œ_í_+v[3ùå/ô“iŸ´ç˜}JMØÞ8ÔÏPkÊñ/ÇO^Ãw¨( )¼2“ÿs`ý ê.­ï¯>n^mK?ñ1õòm‡À¨Ø˜ø¼zI]„Þâ9,óÛ‡Â-²jþªGÞÜÙÔ^`¹qÎ"½ˆZÙ½{µßºð*‚À«Ó«¥–³¨—4üêŽ[X¯N?àÑ™È;yõÒ~+ªñê^Exup^e|Õ•×Ö‡44„nxúü\ž¤·[$â³õ_MMJ¾úÑâ¶Áyuæ•B‰ZmvTÇ\ÙþÝ{/ÓmzuÆ:»b ÛΗߙö*s¿âý…‡\ Zû¬Ûg#¥Õá'VþïÝט^¾ô…NB‹¬)Óvï÷ï¼ÄnÚwú Íê½ÚQuiëœiã˜Ã.:`›ÖÐ5=îÝZ¹Dà¸áã cè-ã¦ÎÞ~+­‘)Ý’¨ù.õΑÅ=Ûz—¨ÿ]'奕¾ÛÞ¦&m¾]Aÿ‰éó×Ný©AB£ /¯S¯ŽûÁ"6N–°IªÒ«M ŸRãfþfáåseótŠúÒ4³mP^½”×*éL‡¬§[ÒL¾M½¹XÇÒ30ÈÇÅÚ-·EáÿOÜôñçž^ý6E}ašÕÞË«*ÉVŸ©ëèå›Vך{îKjìÌ£a IqA|×H±DW[Rgަ&/3´÷ ð´84{<õêR›‰ªÖÊeMÙÞÜۡѱ‘>×·Ï 7¦—@PíUÚüþ;¦P“¶xW´—ñÖLó¹aR®\^¾^íöúZ…WeÕ·W¾Bͼ\ ðO}à†7¨Oe¶ßïýÕy.•2åfÈj}yšv ºAu;¥bÇù£©¯o0FR®«ª‘½ºÙ|çÀ4êÍ>UÒÜP4i”¢IR±ëòñÔ{ZI-*ZÛ­ËUn‹ÆPóœ+dj½JŽZ´‡´é§]?L;Ó8¥×-¯>î^mMÕ›Þó'jⶈÆAxõ#M˜xEsj$ݚњªÿ!õÊ/õêÚÙóÛÛÔt=zi®îuU4²w7[s-4Þ¢¨×g®Õµ /i‘©ój¯&u-gQÔ‘´ïÖÊÛÞ'×}ûÞëc(ê¥ H#fY–vôãUÚ¬Û'“Âh'Àª¼:¼šrìjì›ñYw“/n– «j﯒M'¦ TïÕøƒÓ¨÷u’[{Õí»‘}¾í%k. µÔÖ˜1–¢ÞÛæ^&QãU½îMbÞí£f[¯öÕÚöÜs_QÔ‡[¯ûßIKO:3{´Â«­É:ïSSöÅ5÷éUY}”Ö ŠGQÓGÔáÖ*¯>Î^ÝF¿®r_öõöî°úû¹ààUr¢å/QÓª» Ê«*©îãmyW¾¡¨¯ÍK$}x•í{÷ªWH“b“si9_ãvÞÙgkë}—£f^Rܨüy¼Â«’¢ëÿ£Fϳ/“ööª¬.üÀû£ßÛ”åº~"õξZ)®\^} ½*-³ûŽ¢Þßã˜\%‘5ÄÒ³©‰‹´,܃ÂBý¸æWø…íÞ«rYCœÎ)jÒ’c–^ÁaA·‚E’yU®ª‘½º)ú^3çÇ&$Dû^ûu*õÒO¼ŠîS9Éð Ššºò”s`¨¯•æw¯Rã´,’¨hmS¦É§5c‡¹_LBRRø¥ïÆ*¼Jd}–ÌdßZjhçèj0“Rx•ÌU½OMÛFæ©bþš Ĭᘳ"ðêcèU¹´&ÂpÑ´qo¬ô­£ ‹ƒÏüú-óY#Šzcú"Ħ!ð*s¢3¿~3e,ó9¥)sõšèUUìý¾Uò©?x•½;áãeºž%½þDôè{Eø¹l“ư`¯eòÝÝön­¬)Ófï÷ï¾Ìÿ¥ ïüo·¯â²¶"7ÍEŒg÷¼:õÓEG*¥ò¶ Ó/FOXã^Î’ßZ0ŽúÌ8£/¯â{WWáUAx^E^…WWáUAx^E^…WWáUAx^E^…WWáUAàUxu8åá¯s ¼ú Ö¹~mîÙ¬Öæ’8?Ÿ„ªŽ‡ù =‚ë\#¯Þÿ:×1ÁQÅ-ÍÝ¿ÓþÁf­sÝgS·º\™Eõvå„:ÿ owm3aúœµÇRêð=ª¼:Ò×¹nz¯‹u®ûnj¥()"„N€ÍöiõµémæQhtv]‡¢Êûâ£"‚oÛÞú%yðÕ©4ܽ@àÕ‘½Î5ãÕ®Ì8™Ñ&­ ÐZòå;¯+ffŸ.×vÉn’݇¬†Å:תšÚ9KÎ6ý„»Ô·^]i™ãÂ1Ô´ƒñ+¯Žèu®¯NÚäœ@oÈȯhc‡¢¾Òwö ð²;µî#Šz]ÃA ¼W‡Ã:תšz/^•ÕÜ^ñõÖŽ(,YÀ«#z½€Þ÷zN…6‹ÆQÓ¥´Ö«ÃbkUMíß«—òZ$mMÕ‚4ÿËÞ£¨77û×`A^…WÕyUÞQbñ EÍuKéÕa±Îµª¦öëUåLš³Ë2¥o\!ð*¼ÚŸW7ïÏ«ÃbëAß_%*ŽMHHÎÈÕKpí!ð*¼JÒ–qr5qkD£ª2ÒJ÷U¯RÓæÃhëñ¾‚À«ð*#‡Zß5¯Q¯ýp‚ìãdu»ˆ½9I¯mîìm¥½ð jìœK¹íò!ñꣲÎ5¼Š ðêƒò*QF±ë¾Ù“éÛƒ£ßúæPhëÕ©sçL…ùpüÌ ç"*÷›†Ñ:×ð*‚À«C÷ýÿ3ù‚À«ð*‚ ð*¼ ¯"¯âûWWáUAàUxA^…WWáUAàUxA^…WWáUAàUxõáë\#¼:̽ú°¿Æ:ׯ>æ^²Å¯‡Ñ:×dŠœj}`ñŒ ì¢ÕgÌÛv=£Yõö¾¾Ìª-Ãpõòªü `^ñ^ºÅ¯‡Ï:×ÒjŸ Dï®6´t÷õõpºn¸_‹/”¨Ü¯"ð*¼Úõ‚¿åž‡nñëá³ÎusÜþ©äo‹o|`ÛáU^…W¯¡û\îyè¿>ë\KJn}?†š°Ê¢Ç²ª¶+ºöå…¬†Ö®Ô'ê¯"ðêójßË=Ýâ×Ãhky{±ÛÁoÉôxìû w˜º&VHÔoïëÖ1xWGØ}€>—{ºÅ¯‡Ñ:×l{[Eñü —ÏGž±Õ¡óÖC_ÛÙ®}x˜Ó•p‡íSáU^ï[õ^îyè¿Fë\w?½ÀeíDjìeª¶ãþ*¯Â«=£´ÜóÐ-~=ŒÖ¹î©Øñ;Šú€=cŸÛáU^…W·EûZîyè¿>ë\·¦Ÿß´Që‚»P¿ÛÍcK'SÔäíÁu-*¶ËàU^…WY?õ¹ÜóÐ-~=lÖ¹–5eØÑøú=ö“YÔKSf®ÔuÍi’©ÚŽÏY!ð*¼zßÁb‚¯Â«ð*‚ ð*¼Š ¼Šï D^…WAàUxAx^E^…WAàUxAx^E^…WAàÕ!òª´>ÑÒ@Ç<£õ!<…ß:ײúk­+iX¹WáÕ»y€ÿäjX¯s=¸HJÌ¿¦Æ,ñÁ?XCàUxõ¾¼:lÖ¹–äû‚¢f[–ªteG©õök[×xWáÕèÕá°ÎucÄ– Ô„MaßäÝQæºqæÌõŽBIW­©)ûâš;zð*¯Ž¤u®¥þG}:íõÑìד~¹ÁÄÂtûüé¯2_¾úÕfóÔFY—ë¨)sç|È|ë[_ýz¾¿¯`>ë\w”Z‘éè§f9í ­Úϧ9×JØÑ9¡ýœ³Èµû¢‡ìÐ}6í5v躵“¤­È]wé ¦ o~öÝW¯+yµ£*êÒÖ9Ìׯ¾úÑ¢¶i ô7EíšD½µ#ª‰™ç˜}JMÚ¥xÔ–n8ƒš¸%¼AÞ__^}DÖ¹¦¾2à‡‡z›ïþ˜^|o©¾•g` ÇåïQÔÇ'3ÚºŠM\¤uÃ- è¶¥Öü×û]2`ø¬s-oMÑý€û£[ݾ‘Ý‚ñ¯þñøqs-´Xe5žËÆíf÷XŒ sùon@p¯£±Æä»í”ÕG|Ÿ¢¦­2vôòu:»}æ¸.¯¶¤ÏMM^fhïàiqhöxêÕ¥6ôÂ0µ¾«_¡>6aŽÀ®BK}ƺ¾Cd3wôKËÜ«díýöAàÕGlëZoñ3}mOQ³˜ûŽ}.qõŽÚ%®†Ó:×õë^£ÞÞÛL/Šh9÷¥iû‚üwNûÍ5z²ÝB/X0iWt“¼¯Þmg™ýÐMn½¯÷­¡u®ÛÒ ?¢^]f¼ýݱ3/ä1»Û2Œ?¦¦l4Z5™ÉÊîUòÂ}Õ+Ô”=mS¾Àìšv0Fñái9_ãê#ìIÉÍ9cßÐ0ÙõÁ›?ûÔHëÖ¿ùÖj“-ÓÆ~}µç0lÍnW÷u®Õ{•úÊÀ5(<ÌßÉlãGS¯kØ $òûòê#²Î5Ûõd˜5aØv~URx}s{AñfÒ€½J¯{’Œ×ks^w õµÜñN×ûVÍI†_PÔÔ•§œC}­4¿{•ÿ£e‘¤ëÖBús¯ÿâSCœ\°ay4f®¥Âžë ‚À«Ð:×*½Ê|¦è“)ãÕ?Y¦åœÝ¤þæÞ°Yçú®Xß'*üÙ«ª«_R1wéËõ_#æ3÷âUúÃT1Ww|Ï~~ŒýÆ»35L’ïòI*ÂÏmd»<þƒ{-“•>Ô+«ò\ý*5á×À:¦õaÛߢƯàwÊs€}Axß»‚ ¼ ¯"¯Â«‚ ð*¼Š ¼ ¯"¯Â«‚ ð*¼Š ¼ ¯"¯Â«‚ ð*¼Š ¼ ¯"¯Â«‚À«ð*‚ ¼ ¯"¯Â«‚À«ð*‚ ¼ ¯"¯Â«‚À«ð*‚ ¼ªª$<àUxøÀ«¯Â«x^Œª«*‡¯W-ͯ Åxuµ5MMDPÃÑ«®ÎŽùyÙMM 5Õ•x*¿?U•uµµmmm9ÙDPÃÑ«é©É¶Vù9ÍÍMdÖ ¿;d¦J¤JÔ”žš2½ÊªÕÕÙÌ·ñ™:À£Ñ‘Ò½Jõ‘ò*<À«¯¼ ð*¼ ð*À«¯Â«¯¼ ð*¼ ð*À«¯0¼©(//++ EBÁH ¬TX.a@îa@àUîQªb‘ðNlÌ-‹ëf&Æ=gLOݼq-&2‚ô2 W¸GÈÄìNlôÕKçs²3%‰ìqO[[[VfúÕK¢#ÂÊËD~^à^)+Ü2¿ž›•%IÉÎʼi~­¤¨Òï€À«Ü+"¡€¼ ³n“´ÖÖ³§M ór0 ý¼ À ¼jfbL®,é éu~n6¤ßW€WáUxx^…WáUðøy•\V`Ú„\¢×0ÇVïÕ‡4 ì ¤:îòþ§â†²-ð*#«ͩº8ûɯöqõªrã¼5ê…ù¶‚¶^ÅZóÎLå<9Óµ ^àñõª¤Êgõ οÖTKàU§¹Ïpž]À+ï6mÅ7>ùg쮘†t°9óâ’>ßë_!Wqa‚ÇÄ«’{HKzâ¹g8O}r%¿U2diJÕ}ƒhÇ·fŽÝ¯Wïéhn‹ÿÆ5ÛAÔ~w[kÞÅŸà¼z$±ñ~;Ø’Ëx•[)ÂÀ«üž^­Þ5î‰Wöû»®ü?Îøw:·· ù[?Ÿðâ_ž`®‘Qc?Ùt+³¡ß]õQÛFs¨-‘õìÃ*·ÙOs¦œÎmé­–’Ûº‹Þþ?ú~yæ.‡\ZXme¾‡æLýæÀO¿¹+òwñª¤ÚŸLàŸši)hë’aŽÙ»ÎäÍôƒ<óů=÷$ÝÆ?þû½•çïÔ´÷ôjKö©ÉœQß{T±ÕsìwÿoüŸéÏOøðíg•¼ú@Ç^àðj{¹û’çÿDOT¼ÆùÇr¯JÅ$1çí½–î^ž®7ŽÎzÃyS;¹©Ÿ]õjmä¾78œ´æ,?({jéKÎ[ÚIŠ#OÚ}ÓÓÏÏÃÉõNÅïãUÒc8O~|­P1oN7œÄy⣋yÌãöÚKgï îiñÎëG™Y¬*¯¶WúoËá¼8÷¨9ßÓÕBå¤?vyõ¼ ÀïïÕÖ¢Ÿz~}záÃ?Žúß­’¶»^íšqµ]ŸÁáL5c ©f×À¼Ú^æ<çÎd£Ìf¶X¥Çâ¿r^ÓLjê1Íûî0=6‘Ãyï ÓrISÒÑ×8£¾µ¶õú»$²ýüIÎŒ›Âv•^mÙ}ý4g쎈º^÷ø8À« ‘W[[[BM’Þä?üëß2æa]¡Í¬¿<1õdJ5ý°6åÄ$Ψ¹\[¸Ü÷ç8ãv…WªßU¼™âügcP»KäüíÓœ·ÓjÉÏÕw4_çüu±‡¸±¡2bç¸^—ásK½Ä=Ž<`Ô{uàr—ºŒs=É™ _MwjËhÎßâ•6°{+3ì÷Ï›6ú/O’×èý+iú;g²êºuPyˆ*ÃwŒã<ó=O¤8rmšÉΓ_8”Á8ô; ð*ƒõjKCCý(Û9¶÷å0~_d%Ù[“L^úŽšÃ-e ‹Öÿ›3f{h…ú]¡ÛÇpþ¹ÆOÌî*e¼j”ZC~®Šc´ã^ÖP_¶c,çÿ5 ˆé$61G\ßãȦ?¯¶4ÜãêŠì¿ÿ éVˆ¸ÔcÅ?8c¶‹Ù]Uñ:ä5ú¸ŸŒœÂ#C]µß}‚óŽYfm·*QE8‘ç3ß‘Ù#פ¢½j/‚qèw@àUçÕ–––úúºþyýüOÎè_nú‡‡(ð>?÷oœ×û‹ëê«“˜KÛEÈûÓòÜR^¯~W²ÑÛœ'>¼UËì:}C{5¥šü\{”hg‘›¨¾®®àÖ̧9/¬tÔuoR#õ^è€ô@ìÿ+Åyná“/G=1Õ ±J±]à0óœ·ô+™‡îœQœif5Ý:¨Ü‘º"ÛYÏpþ¹ª³³Õ©Æ´WíC0ý¼ À`½Ú\WWÛ/ÅÎ ÿÊyiw¸Xy£€¿ä9Îßä×U%§/mg»«ÌoÝ¿9£É¤ü¬fW]y¬ö$çù/÷œ·år]nìz‹Ã™|2¹ŠìªÉ<ÿ‡3zåå¼ÊZÏ–ñä%ï'›-¹|¾Ã5cóÄŠ^G0ýyµ¹îÈP‘`0…1ÄŸg[æÖtn¯ˆ:ø:‡óòr#ï€à`7½þÀ™v:£º{»uD²ïMr÷׸åÂçÛ›.ÿçÉÏíJÈ®=ý¼ Àà¼ÚÜÜT[[Ó/·¾Åy™hµûvï§¿XçW$‹3j¶S »]äKËskPù¹Rõ.‚8Ñbã'cF±×Ö3ÿzýãN9Õô®ª=Ÿ¼øÔ³ßÚ‘‡™\Í…SÿýSìÙ±ïö/íuä£Þ«ÞTçY÷,Qå&‘ÒöaÔÙÕÓÿó'¶‡OÿíÅÉvyÕÝ;Ø£#U¹· —M§Ø*O<ûŸ·¾9Ø9\túx€Áyµ©©±¦ºjD¡Þ«x€ûõjccuUå}¢æz¹ÿƒ?púñê=ˆz]<‚Ýø€À« Ϋ #­ã꽊W¸O¯64ÔWT”(Ô{¯p?^=czªLTZ^.9þž=m¢Ê«x€û¡¬TpóÆ5rKk䜔`iq£Ïeò0 ð*÷I¹XqõÒ…äÄ„R¡Ì[oHIO¯]¾.,)€ô; ð*ƒ@,F…‡Ý4¿F^ š™?Þ>’‰YtdXQA‘(d ¯0˜Yk™¨¤¨€¼ ÌÏÍ~ì!Ý$3õÁ€À«ðW^xàUxàU€W^…W^xàUxàU€W^xõAy•F&CáUápAAAAAAAAAAAAAAAAAAAAAAAAAAäåÿ×EÖ endstream endobj 522 0 obj << /Type /XObject /Subtype /Image /Width 456 /Height 282 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 10927 /Filter /FlateDecode >> stream xÚí\çÇïr—IY à àB’܈»nqO„ˆQ†2…Z[gµUÿ8jÅ…£ÎºÛºµu´ÖYG묵nÛj­Ú:Úÿ›óŒ!$@!‘çûù\r¹¼w÷¾ÏïyŸwÜ%‡aÀÛ 8< b•PòU"àÀ'å+ ‚ ‡ÉóJLÛ*d2Y,6à °XL¦QMJ¢mÿ Çãr‘šLZÉB2‚œ¡ÐÍUàÂã°i%AF'ÅÓÃ]"rð8¬BB‚ŒÎ„¯O /‰ŸË¶tt&B‚ükûx{ˆ¼—B‚ŒNŠNX»f51%¤Y…‹6Q4òz>žb—E¾®0äp2zu}'ª2À§šˆÏa¾®hø¶q& ƒûtnÕPY¯¦‡ЬŒ×:`g"käÐ][5×ö–^WHTI°3ñáûÃtŽÒú  ij!AGgcÖÔ±Cû¼Ó8´¶—È… ::+y¹Sß9¸k”Ú¿ ¬Æ¡Ý<2Á6ÎIJ¼ÿMÊ2ôj£ òqwå2AG'eÕÒyÓÆ$õoß(Äר@Ò¤# lãL¬_‘7s\JL§¦ ?O!êèP:›GÐѩذjqîÄô¸®‘Ê:^ÂWV£Žl°3±iÍÒ9“3‡D7WÕõ½š Oǵùs'gÅwR×õ6 <@G§cóÚüy9HÇêzÞbÐÑiÙ²nÙ¼œì¡=ŽÕAGçÖq*èø6èøÉÔlC– #耎耎 #: #:‚Žè€Žè:‚Ž #: #:‚Žè€Žè: #: #è:‚Žè€Ž #è: #: #耎耎 #: #:‚Ž #耎耎 #: #:‚Žè€Žè:‚Ž #: #:‚Žè€Žè: #: #è:‚Žè€Ž #è: #: #耎耎 #: #:‚Ž #耎耎 #: #:‚Žè€Žè:‚Ž #: #:‚Žè€Žè: #: #è:‚Žè€Ž #è: #: #耎耎 #: #:‚Ž #耎耎 #: #:‚Žè€Žè:‚Ž #: #:‚Žè€Žè: #: #è:‚Žè€Ž #è: #: #耎耎 #: #:‚Ž #耎耎 #: #:‚Žè€Žè:‚Ž #: #:‚Žè€Žè: #: #è:‚Žè€Ž #è: #: #耎耎 #: #:‚Ž #耎耎 #: #:‚Žè€Žè:‚ŽNÊæµùór²‡öh:‚Ž@¥³iMþÜ)YñÝ‘ŽÞ £ó²aõ’9“GÅwR×õŽN˺• s'fè»E…YêÈzÕQ6ë:8uÜŒùù«ÖmØ´yóÀÙ¼yÓ†u«òçÏ—:¸k3e/ÏLGOèéÚ¤ã€ä÷rróòW®Z³ví:ÀY»vͪ•ùy³§ŽIØ©‰¢¶—Çz©#’`ñܪù†4l×Ç9~zîü…‹óóó—ŽH~þ’…ógOŸièÓ®aˆo5£Žø+™\WŸúá-£'gŸ:#wÎÜyó>‘ysçäΘ:>;yptËðú>®\&ñZGŽ@R£žªiû^qÉ™cÆMœ<%g*àäL™ž">çUóøj)xùÔ V…7lÕ¢EKÀ1iÙ¤a¸*¸®—Äõåèñ•ލB²y®Ï~õꇄ*UjÀ S††Ô¯çWÃÓ(#“ Ã*¥#ƒDB Dî^5||ýêÔ­[·à  qêøùúÔðr Œ¯«ãk!ùn"‰G5//oïê€ÃâííåUÍC"rã[Èh’Ãs¸ …"‘p`D"¡ÐUàÂãXÊhÔg$“ÅæpyÀ1*Äå°YLÒØ6šëH iT’d2Y,phDL&I«h.£IIA 1GÉݦâ+!)-Çç•Z˜UpÀ‰Àl¶y;tœ¸k €{î F@ŒbÄ( F@ŒÞfô¶¸3‚ é>$qeÙKèHvSvèË Ʋ+æŒõ8/ß#¤Y΋vê½_ÈRt~CD¯·eHl!ˆYÔñï¸y‰ÇÑG v³'gËù·¤•é1×$p—WÙP¸:F>¸¼^g—¸~<´‘ò[ð ÀI™HVܹæ2ÀÞ•Ag®cæëŒäˆp®x§Û*† rýé¨öK§í—i×ëçŠè«LBýžKÄnA$Ýþ#è]¨'äán{ÿ¿ÊµÔµk!¬<;í_—…améü‹Qî3ÇÛÙÓd˜JøS)Êó3Ú'XðrCn¶¯OŒò~Ê&¢ˆ¤3E¥%Þÿ‹јm ·#’f•q Ö‘I©Ðç01Àa;ö?lgï1Ãé~>I×î\çÖ²ŽÔÓ±\Ê0’]évXoÚÈÍŸRǰzMS^“­DÍñÔvUPNÂ˨Û$;ûÚ¸Èл”óU8Õjx•z´ú®««YŸä_»Û°o*aôÿµKq)¦Ó¹ZeÃß/I>—|@•u¶Õ›¤žÛ_2éž-Ä€Jä¦lP<¿—ÑJRwÇ/ão³'”Ñþ|w¨%á0«f•§e«„]{iΩøs> {éÏ ]Ñ×yWØýÍ¡FR ¢íP)wbüiá ÿ–ûlÄÅ^ÕZ Öv-.9=†“•Â^™åPºtn?ã‚ï¾Èè;Y’PMü ®Þ;1ݪìõ?ÞHkz¥kÃ_ü’¥cóÀ€ªÆ%~éös/·ùQŒk€rä)«üŽUMxÔô«…ië÷f½Ô„b{¬ûJyÇÌÿ,zØ]©z²›:Zí2÷“ô,É»¯ŠGÈ—¸ÄWs—˜öëWªQÓH«#ŽÐ ›ÅêYî#žHÅÚ¿âJyWEp•¹š~ËgJΉ±*ÇN*¾6s'î+`Øu´å}7~‰=x§2ò=ª¿> ØqºÎ_÷~£>íCÝñuÄFÜšìZ·Ò®ˆ„¸ ¯¡Ú³‰6ò0ªÈ¸ÖF¸‚ýØF+òƒößÏÆu§éòßÀl®Å¶Å7ì­ ­ä¨™¯eˆïThÛy²P?ГòÔNeŠH>èñ¥'ÔlàÌ|owÞÞ´ÇÜ*~GÄZéªÿÕÞ­ê•}Š«Šî÷䕨 „tOä—¦\Ï+£O•f¯ÆU|Ör¡M«Ý©BQ¥ÇyòZ~« 81 åÐJû•á¿°š•1â/cÞg–ëÌ•/5[wȾ”Sd/ã¸û{‡i{ÏBµœ‚0v]ª¯ò 5â[‚8¡œÿ›gÕøÅ*qLÙf%å,;~}4Át§Ãç•2ÞûÇ4/Ý…Ž_¡%y\¢ívÊl^Û׎l¢gš¯SIÿ ùK9Äï¯ËÐM¦öeÓ3_ýløù êõ×®+ë¬Ü)ó¹ø{›W÷ƒ^èýä.¥Ëíôùט]+nV—fÛªo×–²l\kjXÂäôÍfØ͵qþë%¼F˜Ù¿ µÞ¾BF4siû/•×Úu­][&Uò¸:œ&‘3ݦ:Á¯7êSþ›Nç4ªícKáKh?œƒbÏg‚‡Ò^%hƒQg­Mmµ¿–>Ê t”lQ6J?3ËKÖ¼"ç_†ñÓÃRÜ%‰[måv™µ¡ÒÅÒ»fG>†rx֔˱t$@Û§·Ùñ˜µ%m*Á}KØs¨ƒÊ /7×¢òy£ÿ!•hÃ/3mØ©s1öû&þ¥ašµÿTÀ¼_8­û(ôþ*Ó‹ýNå>ê$µ÷dm_º|ëLvùAð—Y=ûCrßJ@ì^Ÿö±™vÅŠ³VkÊÓ"z|mm¿)½½«•ï½^öàDåoõç6}s¶ ?9dw/äš™'í(±u?5K)±¦{ À Dé`›1»•¨r󹉪MQeÛk¯MÿI,¢½»]n#`6‰Ã?¥T*'œäk[é3Œ’Ô¦=Që £‹¡õi<õùYØÕi§HÛÝcõ¶³z—¶P]SØuζ…bT :âhát¼x—˜Pi΢õ©vßIR†(²TÒ·@)æÙi•Ý, ã¡’}/\‡Z.\Ul^º˜ì·-—ËéÂ.·q6í–Êu/ôÝ2Óyc\«Kw‹W£‡í™Ütë€Êû˜UéÕ……UQ T\ðv‚ëÿžü ê;Ì|CǾoQ«®S½îçTøÇ,ž¯¬ðñ³­ÈµõØkÑå˜`Ñ2 ˜j*楋k :Z r«3¶Õ‹(ïm;Æz¿•°½oQJ–)W þèR¶ú¤Í¹èn#쌦O Ôa¯B5úW-£Ÿn¨ä_¾ä8ù}a'K9Ö“¿9Àá߃»XæÑ¬F¥D¢Çó??ÃéZÛiѣ¢b_º­ uZPTƒ àmfˆõ¿t•Ðÿþ¤Ø¹o,W‘#¹¨1£˜›ÁÝÉyTAw^´ÒÛÚk6_Ÿ%ý·Â=¨}FAüò3›«£æ;ÿµÒ÷úU2 _ûJ¿ÇÌ£¬¶ÁuœjÔ´‡ö—†å6g@Gê„ß&0ÌÃøä<á>V$s½•«‚8W>y‹šÿ½&]`w_g:óUêŠP´V½÷°ëúƒå½,÷I‚Výøy¡£ ·b¿@Ö.Ô+P*Ëî <û[Ö1äÛ# >ë±H¶Âꕆ–®?!/|‡˜ŒJ?ÅÊ]Ìšbî¾~„–|á|˜¡’Ö0Æ»"i¸)2í–¼+¾l÷<>ö‡ò® í<©Jöv8ÍÇæ•Û¸¥ô)é.¤ü&†ýHùÝìRÞ‹»¾ŠÍ`ù™•·]…Þ=²‘®¡šJ¨©ë­ô·>D.»úƒL[ÔÔÚ‹Ü.§¶v¢Sɨ÷\;}è‘SþgZŸí\¬«»[-jË0¡šüÙwW‘VP›µB;©”5LÇ»cåÎ ®E«šãêgºVCºcØ{f6ìŒo*tç+ú7ŅæïN›EÍf(.U³³7þ=Oi±Góbû² ÍZÇÆT,Üö—ãñDÊîP^÷k©IýÆÆbÏ,Zª%j¹ºVò¿$¥Øl%>,§¹´ÈþNO‡º£5M ¸C×±5Ô;¯@;ƒ Ä‚AupÛò(o;gòé| ³k?½)õ¼Wõ–>În ݆¢rî5ÎÀ²Î >ÃŽÜ~/-TBOïI§Ã-Ú©|ɧJ¶¿˜Ç£”³]GŠØï›qg@ÜÔ*tŒþâ¡’‡tß”iE¡Èb"ûôbT½cÒ㲕z'/¤šˆÎ)Ç=­L¿ëù¢ØÞf#ºÇ$¤R¾ z¨YAÅøÓ'…Z n•ý-@Uä”Eôè ô.BÿfÖÛ‰§¤s‘­ZP9öBݦ¯ö=]Ç»QVÑUðoHSh-ܨ9•FÜñpþ¿KrLqõ9Š0i’<‹8Dö\·ÑoÝ\l{«2µ mPÙ½ä¾ô£ý×fT <ŠÚ°êضr;K¢vã+©‹ÉOö°8ôz=“®2‹š:ÁŽñ'›òÄmgþÏBߦ¦öé+ÚM¨-OøAԞ튌ŸX¨¼}îèúí³Çå’wĵÒÃüÐŽù(SNÿ‡¬T‹Êý áßT|RÐ¥c*=‹îã°OBRêþ„Œø\Kðïo3ù)¨ÔKÜVWÁÿÏÃǪ()µ_ò÷.¥º´¯Ò¯ÿûˆª–~]ËlñI”ÅŽ½‘v3ÀtÔ,%ï¢eQó̦b§½æ»­¥ãè|”"Èä} Uä‰hMøû ôvøöd!+¨MêìF󯙵ùs“ ñ ï®Ðç&lÌ ¾?/‰Z­I”Nÿºö@iã$Êÿ¾C>Ôƒé.Òµ¯¾E±}‘*ÆÙlmߣãò^ /Ÿhg-?QÄ]ÌÎÎ2gw¹^ßùÖb|uÙ¬rÞ¬F b@¥ñ¯ze>i£føZ­“WŠ™eŒ)ÒÝÞò9¥y•P{{Ym·ó*¥4ç ôþÚ¾¡{’8u§ª yL8Ѭƅ ´¥‘ì,Á•±&ÜLå¿Z‚žß¨B3óçLk{J0^ß :´*ÆN{¨åºÍÅúj5Ûj-½ µ+5LùØŠ–ÆêΤB÷Ðu¶(¿O™Gçm¨#~D—2‚:c&1ÅT–ö[[ í:åÔoRícTÖg‚ vFf©]×k—Ñ3ü[LgiKÃ;ÿ¶ˆ½ºšÙ›ößUŠ–ä‰YÀÛâ»÷JéÇ稙̭ê?¨ˆ™9^1·ÌêLCÍ׳eŒ$!6s²YÚÕæw×KdãKå2&ЕâIq’*{ýÜÙù†Š½Q­iS#£‹EÖŽR°7X£#ÞÞµ»Àµ‹ÓQ]œ(Î.Ð 6."&?,÷¼è EóË•\sE%ïï©”ë:W Ìoì)Õ1FÓŠw±Ò èUÆ^íßy«øQ­þä{Áe¾ú3§\®;ÿÞZbÖ”ƒ­Ž™ÖΔsî˜æF>CQm¹'úÎ-ÿ¢­[‰ÉÄ áLb QµÕA—¬[§ßKfêÈJ|žEfõt>ÕîEÖýÁcòT³ö/AÔ8i1ªžeu¼8¾Ä3Kí¼GÝÕîȦ|£óHkÌòQÆ'³óJP¶ÉvΩ|èd3áw¡Å*™§=Xh^s8ƒfPuý v„;¤ˆ6g-JuU"Cûœ¤âÍŸÔë0q}êÛ4ªÙ@ð©è@‘Ú Sœ;ˆÆe)Ø›w§œD)ç”!æ¾Kçý<Ñ‘‘ÂL1à 0œ ×Ï!̸ Ï œœÖ"°”?÷`~ †™ú=KyðÔUìi’øRÏGÕ§®=GçŸåŠàìƒk*@ñÍØ^ÔçvnX î>þ¹le^ÛMuêà­÷YõÍÈïîöÛÙdƒìó‘žžüñßG†Æ"þ]ݪh½[Ãì-}. lÊü(©vÆWo?ßxÔÁ‘¹ùý:‹úïú˜lé7]5kqéëWßúíß¹KóâR'zfXûiv@«ˆGC–̺ñÅW·N/8:󑤟P2.å˜`ѦáŸ+W|Ñmà´ôsòã{‚O?0Lö™3,µ3¿™J¬—}Ò&7.xy@ݶÒÔÜ•=´³ö>P_hªhÜåfF§Ï3e¿Mù²™_§¥jÿ6ƒ¼gºt!S·z[ÁÇ—6Õ\WþBÖžÏñ ?y÷RrÄÈýOÆÍÆè#üzyŽ]èÞ‡•]=uÚ“s\ߨ‘?œöøâàuBÃÁëOڬǙ°^‰á—jr®Y1³õO Ùšth÷šÙ[>œúíó…O“î}wìJ®"¡Uæ9®ÿ{ëÖÏy1öaã>mî© žÖ¥9Þj’¨íCÍ´¶Xm ?f~–§ A½aY|«n¹9eOî?:óé¡Ná÷v§ä/º>hÚoû6> ý¹W&›‡ý´|ðÓV-—'Hõòq‘G“§øÞÏžm|v­Ùƒ‡dwÈ÷NÖÏXô Üæ‹¿!—+ÿ~¹$jR/o¦úœºÃÅ[½ø‡'ˆ/~Ö:6\paX€öÖÅëwÏ«Ýü›¦Ê³WþÞ~˜¬áåñ£ëˆË§O5Húé4v¿g˜W¿ßGEó·îëŸ5üæöõ…ÓOg-ž1rXxÞÓè¿¿ì»u£fú/W½Ï;¾­VBšûo?+¬Þë| Ìœz½?"¯-žyöOöðcB—澜 ù£–ÿñîçùí¶-¯±íÚíÝyaýæ,æKBð#ó6U÷tùûÚ$?Ï»N\xbÚöìÐûŸë´¬…û/¶Ü¸+Ðuý©z ·.é"}»”Ü9-lÈ–÷ž/YrâÌ÷cè60ÃC´òà¶ ¹=Ü}–}=1èÁŒfyâ¨Åßúê»ÏnëÂÂò¾n´hüÉHîö'WÖæ üõÂT’›ôÛwž‰¿èÜLPÏcdîM]±þ߯ß}çbÞò±­ý¶:i»!Žñˆûðž÷ª`=~hØ={ûªO~UÍþàQàà'c÷‹N³ó#Zöíý73ºuçeû&}twäãØ¯~öã"ß?/_¾c÷ܯ¹œg›.} êq4qºKçùŸìN[ñB~ã@tRJøìÛy#·¥M:Çê³ÏýY~Êßù[¦ò ‰‘µæ÷ýq}û{É‹?Ñ´™üÞÀèôøIÇ\ŧ¸„†?YÌñßv1Ç¥Ýá¿–ë;¿W-Õí»z™ý;†Ï¿/sY×àäƒ#÷äËuùÇ”ú€C«7žµ¡åi=÷OŸkmXypã aö¾¬ágw®=¥O@Ó€¥±# 7Χj®¾{æâª¯óõC: ÊÙ|øÃ–·'‡æü`xê÷ìÀÖ‡1C7çv*—-Ò’|éqÙõÁ7û.¾ÕÊ}Éêi£Vÿ~£v¤lÅMì\ÏÑ]æà N$é~ßvßù½ÙKŒÏ®·\75àbÛAõ‰ÁC¥›¾ê"cüä±_°æƒþk~îKjäúå¢/Æ·xô»î‰Ÿnù”ô9Ò'¦ð·’ײî€þ©6gŸ?uq~óà÷&]86à§ËË’¢–ItÏ'm•wÛõßгëØÖ ù~P§½ëÞëï×ïçô!âõõ4*ÑúVõYéÚq[rG<” :ÂÞ·ôÓV^ê[øLÞ¥wÖìš}¡‘`ï(oÏs1#؃öLN¸¬ú\¿jŸ3ûonødÈ‚5Ûþà?ݘÔýÉö¤CïD<«¿½9òÇù'¯Ç†øNvYÓ}Ü Më;Þo46iسGS‚nü<9ºñ‚ƒ1D›µÅW댮Y¿wµ›í¯?¼Óo1cËè5ª/Çê61ûŸ%ú´¤ÅËþüæøÊ¤}3x|bý‡zκOä¼›u·FÍ ßžñí¦IíõIjTíšQþ?õH9›p·Þšî5sÖ4ç‡Q\üÁ}›Õ¾K½y¶ß„Y -ºî_Òø¸¸ZÛ¦™ú“ 7¹±­ïŽŒY1º ÆG.bÝÉÀ~’´ï¯þÌ«û€aªý=7¯yþñŠ'éí?ÌøJíÕ,$ªfÀSÆÐ‰í ¨vtƒç½ïdÕ[¯Y|¶‡GçwÏl‰ëѧÿ”4/âB¯_Ä„Q‰Ü߇íö\¿1:kcTPRnê‰a³Žžš<ôãðg?²Rö&Ö^÷E£F™«"î» L\¼>ûL·‘A=0½~ 8´Ùuÿ˜?ò„‡î¾¼wtÞµ¼v´>Íx¦çzñÐÞé-þMÞýøó?œ•-ë–}25ÛУ¥º^u± ›dà8†á8ƒdƒm€1 ˆQ£€1 ˆQ£€1 ˆQ£€¼8Æ¿¼|l‡þTs§×b,Òµ)æ8ͨצf[j¢%›OšoöjGxù:EªJYÎØÒŸë[IcùX³º¨2‡ %ºPÊ™¦µ ˜¦ØsëÐ1þÆÄø«Ïq£ÅèÏ!xq{{XÙÖ¸€j¯F¿ó,¶¿kñyÚ³Uó¶.ô©µE¾ZãáhËwx‡[Hõ7Þš~:ðoxMüÕƒ{ÓÛ|ñW+ËÅø¸W¡2µÄE¦ï —͈›…¯àfÏ",ðÔá%hùÆìsÓZ}ü—äâ)fÖ:„µF¯ƒ ”j~>Ñ7ëcéÏ_Ñï1(½ñ±‡LO…¯GßUCk‹¨4ê›—uëŒY®ã([ÕÁš£w&Ö™>ïº,|ê½7±–Ú~Û§°èõ8Χ¾e¢´~è}Zz˜Ù¢3ÁÁvà_(Ñ8úýKü µÝøâ‡¼¿&½ýÕ#_Å‚ãÔëQükÒ@{Ùpì!µçe†¥FCè-¿›¶¨”sñ¬íU_#kDáïSëIIšò;-Ÿ¡í2ÖEì(õtÊû· ý‚–»ä!|:û²EŠhé‹ýÆ6>}ùޱ–š=øò_ºÔ§LÏü”±žRï“ЖZìoÑÚö–9Œr4œ3†õÒŸåg DK4ʽ•ö)ö+«Þm¹€÷7å†Ã˜NŸK€ŽÔ¹yÀxé ÃðýhËh™CW¡£<ž…:.Ø^cZ´õKìåb\ÿ‚~w§Î‰–þh}Ö‰=Ñe™CWÁ„„1Ôâx£iÊ T:Á(z3¸hqÃÆ¢OXzÍ¡[´ºt!¶a,û%ncJSv÷Þî´6ÉD‘5ž.›ÒC„,öZOE–éǸµBÛZ³ê™Ò_ÃWb Œy(Ï[L9ë„'sáîä<‡q{•ûƒY‰Ò^©Áy½‰âp± ´Ä©ÎéO©á†l²“zÒêxì‘1¯ ãÚ*Òÿ¥W1²˜(yĺƒŽ?-j”â¼Ës|³.¶ÉÁî¡ïŸ£#xbãÐ7QÚ#èÓ9Æî/”-ç“/_yØ/›@|DÎ¥¶ˆøÆ¥#uî%.u±Æç»#%«óEhiÈ0F­Ñøyb9òÜÚL9 zW»nc{›êÆnÞÇô3bû¸b˜+ù)²è:³çž¥£ÌBÖ"~GînÁöÏŒÒOŸm‹Ê4®[µ\×¢žÀS–±ÓTßJ®AçºÏ9ÆÊ mÛš‰Î‘cÒ ú«ØC5õD‘¢l·eL:>¨ÙÆ(r ka'Ï£¸fÌ׬!½%…nÀ:£%«ï¶ò‹¬µ×"ª„íÌŽ  kO¦Ë‹¨(«ÓÇÚIoñFÇ2þIû †•°&DåXÆ•aR Ûb .d5ŒCǃ`c«EʰÕÌ—1åÕÃ#C±q¸-5¨O‘TÊÖ!ÖÜè×ͩΌ/݃P0ŒmïØAü8û,½+†õ0ò3’¶²å»ãT¦$v5öZSÃØƒÑœNÑœóP‰cì ±_™-£ññäèà/[þß%0Ö€1 ˆQ£€1 b£ F1 bÄ( F@ŒbÄ( F@ŒbÄ( FAŒbÄ( F@ŒbTÙc”B/SÈZóšGóB[i²y„V¥•E‘iUrm¸L§ “‡…Ë¢ãd}:Ä$¥ëCTE@zš!Á“¦OO!âôD‚2ÎêÝ Q*å ›œÔO¡Pŧ§Ä¤’“\:Æàé©!‘±x*Ž)e:L†«ÃUòpe˜,D#'•aX¸. ”P‡á¼–Ѽ‘<%¦)e­\& Pʵ •,6‘×·¿B‡aru„N–ÉH”i” ¹*L‹%Ⱥñºð¤ÂC‡ÉÂÕr¥BKôS©´ ¦¬oˆF¡è¦T¦Å N0 $ž–¢çÇXœ”œž¨Ôèô‰ú¤4”–’—nH#cÒ‰)Éiɱɬ0µ‚Èè¦Q¦p}J F ç1yJ…B¦ÂÔ ¹2UâŽ1uarBÉPëÔ8&W`” µFËPéTÌж‰X‹dÌB†pá*®"L® ÓÉÂ0ZMD M6qþ‘ÉTâi<~ˆÊøÌ_µZE´b…#7FG#Û†hU­…KŽkP†#Y!JE8FhÔdw4‰©OOcjT,NÆ’¬T&ÆLå cãil‚Ífb)Þ,9+L®ÕkW öê¨T*b qH¨2Ù•ÀøqÉéƒô!X,Ÿ™€‘xrzBºÞSÉÕÈÖ9F¨ä¢¶–"Hõ‰7¤±õb‹›œ’¢O¥¸&°â˜$‡Ý‘é“+&0µFíÒÐ’Ú€DX˜†P»ðä:Œƒ“(×Ba> endobj 376 0 obj << /D [516 0 R /XYZ 56.693 363.816 null] >> endobj 519 0 obj << /D [516 0 R /XYZ 56.693 343.945 null] >> endobj 520 0 obj << /D [516 0 R /XYZ 56.693 301.143 null] >> endobj 51 0 obj << /D [516 0 R /XYZ 56.693 183.577 null] >> endobj 521 0 obj << /D [516 0 R /XYZ 56.693 157.996 null] >> endobj 515 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F75 438 0 R /F14 413 0 R /F72 420 0 R /F64 307 0 R >> /XObject << /Im14 513 0 R /Im10 476 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 526 0 obj << /Length 1387 /Filter /FlateDecode >> stream xÚ­WKoÜ6¾ï¯àmµ€—áCÔ®zK›R¤F‚øfç@K´£B–6•ýõrH­¤U £¨Þ9œùæÉ!#„‘÷›_o6¯Þ)Fršg"#7$4;#—TÈMIn“?t3˜z·Š%ƒ­êª×Ö .”ëmëöÆÅ¯7¿ƒ‚=ç4W åmsǘx:m«¶™Ÿ¿ÖîøÐï_n³w'G@–I‡,=zà’ìÍOáøá˜¼ÂŸTºs›·7›ïúáDe4Ë%9äœfLâisû•‘ö!Mó#ùËs>Å2º&_6Ÿ7,8饿3 ðJÊDî4~߀&‘§¹ç˜Ò~“óãÑeYW_}x⊼iÇçÕ´ªö]>¤1 ©œÊœ“TIÊYŠžû¸ËE²m›ÇÚØŠ TYaüwgjˆØN¨äÇŽ«$²éág ¬íªûpéá7â\äVJUz${‘Ó£”ã]4#ˆ*ã>)ƒÜcÈða·ÏDò~d;KËÁ(Ù¨K•pŽî„Èúí3&þBVS(´$?†T|ë2:ãÉÉ¥÷Ž'ßs…+µWÄ̱Ù:`C,Ù‹ßëA²«žX乿“©°•™ìûÚzhLPõÖ {–žZ[=wBI\}ÓVAlÑvéO¸ '@Ã=ÛýÌ2'âD»zU;áӾž0U%yT9JÅÐ éÓÓï‚.··|j­n¼D½Õ¶÷Õ{ƒUhð}©m`ëMyê(x÷½Äô3Óð\ßôåN*^»O¦±Ñˆ S¯uÈÞŸ0¿}æ©Îíñ€…™ºxXX­#1Ë5'Éwý·©"Ë/xÚÎÎDªy@ŒÅú-ÆW\Ä*²p¶×†"fTïýKÞo°ü+~S2dpo]¢èÂÄ$“IŽ!™Üë® Ü%Ž˜±“¡†I Éõ\Äü²¯8SsWºÉš«}Â…éöìêY ÎIýr^ØÊ‚;W ó£¾(‡ÉL¼b4í€FÖµYÔú8óì4ƒuµ5¾ŒŒƒ7ïo¥‰.«O¦§³ˆpAaŒcÌr< á žÛ½bЀϦu±)Ù°XÛØÚ–mç“×°¤K(~?ø­ ù µ7ÏUAÇ*¾-³t2Z9eÙ8[~h ­  ¦@1ª§6¾‰ªÆ—Vgºy÷Û‘{XæÖKB5·pÏ™‚g€x™'0²÷0žýñ¢À,2oŠïœóUc»¶*{qqù1c:cÌv'•nKY²°êGª„|Þ8l/0W1¥‹º‚ñ%Ú]| Æ'ÏrªŽ9ðøS2ÊàßdS73ªp'ø\Ëãkm|EÙû‰ðË7<þ€‹ÙnîÆ ¡¸oÁ]™]ª¬tÝ>Æš~ýç8¾¸†² Ú4óºZ{=§ "ÿ/çž=- endstream endobj 525 0 obj << /Type /Page /Contents 526 0 R /Resources 524 0 R /MediaBox [0 0 595.276 841.89] /Parent 511 0 R >> endobj 514 0 obj << /Type /XObject /Subtype /Image /Width 1188 /Height 666 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 530 0 R /Length 65159 /Filter /FlateDecode >> stream xÚìxTUÚÇ/ ¢¸‚bEÝÕUw-¸öýp-‹««». ¨„Þ›ÒK¨iFB:I(!½'“ÞCzŸ”™ÉÔdz¯éß¹sS&ÉL˜@:ïy~ÜœvÏyÏ{î=ÿ9wî` @€ @€ @€ @€ @€ @€ @€ @€ @€ @€°oWF€‘QyÿÝtráRL©CBl¸…q.Ï!À8Â!ŒiL7”yìÔQ¨D ŸÜ#„ÞÅ$ÀøâDcw5f‚2£"cª¤þ†Iîn^Hä÷álåÐŽß·?û·oÿ²å«?múâ… ?µ÷èŸ`äAŠi—g)J.Qsž™DÙPfT;5 ­‡DÙp¼Œåjºø\ÏÓQ´ƒ»woøÇ3>[?­ñ\, Ú¢ŒØ©‰ÜEñZwø‡×7ýš«.ÊæÃ>[Ó§,À°Ï8v©ØžÄS µaÙ'®î9›s0¬ö.9cǯ—¸TâvÆ‹ÁÍw!€aà˜?é&‡0&5fBè2TpìÔ€8âKòWµZïl<Ï5ÿ÷ŒÏΪ#ww$lçz-¥œþõVÂnIÈ®Ž\׎J¿ÒËÛW}4ÃbÞ¿ñղߎö) pÿœ!QvÚ…Í?·+¸æ Љ£[º§º&ï³#m¾B?7âMŠe;‡ÒœI\“-Ë Ôx¦Ýµ<ëÀ2ÿt﫹–¡µ&+‰aØ\Î<â[äO¶õ,qŠ ¯ˆe9¸ôPðüÁó&Š`ÛœŽùÉ2b'ýôÄsƒ1`ð!v!˜¤ V¸ÎBŠÆ;Ud&H”¡"¨àØ©1|ZïL×uÿ÷T}ⱎäýI{n¥¬ºº«Âu>Ïñ£¸ /wD¬l(¸J²]ÿŬk¾—ÿ3ÁÈ>Å;œº¿-ŒDn ¬é‰erÁ̶ùN1c®Í§£«v8¥‡‹nÞiQŸKÜÌ9y5i}´íÎ;-ÊHßÄ^Õ±#Øžˆ¢•G£6¹§õ£8E×kaÍéán‰~ôBÚ*«0ýh†.²MÚæUésÿ[f}£ YöVwäz¿Sõ¸¦[\¨­GïÈí­ŽE¸WÄÐvÛ'ºæÊ¤­x#:êÅ'c¬sum­±Ië.V{L,7¸GƒÇVï±Áµðbw²K×ñÊ\„» iOhí0tÜ\4Qä ‡õºÞ®À9fLRF ›@¡³<“…fBè,TÐh ø•Ç4æÔ€p ¡ntNÞs>—øÓÆ·|çÙ§Â*£òŒ·1|ZÏ#¶Ö-_ÿYgÛQr±£ÀãNÉE¹ç‚¤uϨœÞöž÷˜Òé­¤Ïß,¾äc½êŒ«õ,ÜîàÛ§8c—kñ+ýør±9áBÔ&ÃØ"ƃ}––o¶Ëw$­f»‡æ®p©áí»Ã‹‹[y‘îÃ8r:Á2‚Mk@qš«'ãö„ÖŒPc"KVÛåSq#6Ç%m äoáp¶Á-¼hM¼c2¦j×Û-D±Æ.Ã:ê~ÿ«•áBcªªSi†ÒãHÔ{ÇÖd™ß¤oõ›-í-:Þ±ã©ñúÝ•¬=^è3¡Üà^ Žä°]‚ŸB_¦(gÍñ<R­[`æ²³, Wçë»{g]hpD–®=ž“ßBŒ/y“]Þ—©±0IElƒª eþ»\… ­ :¾¢Ù((Éœìƒ)™åb2G½Ü&Êê:Пiã™hš]@eÿçõÜcj Ù»imÚÉ¥wØIwª#;b6kO¾“µù…â/‡.žQ¸ý¥Èµ/ //© ±Z¾ð›õ‡N÷) À˜¡æÄ¹˜ßRˆÕð^齬sõO_vŽ©"b›jZ§YG²­OÇýzX¿Ów d‘]òN_¦[ŸÚ¢i{OÆ.9J|¨µðXìÆód'’>‰T}Ð#y…U¸~Ë)xÁ±”Ca5î$¦Õ…”åGõu&­?ו¯'néÑ0¢žŸ¬·ÏÞx</k¾Ì%ß. •eÙœM<EO¸Q¼Ï9×&R_Ûù䥇BPU{.Ä­:Yä=øSB2ÝeËÖ3}å1}O-Ö:g,·- ß!–‘úfͰ2Ö ©+ô¥!­;SÖÙB¢¿GB;[x˜´ö¬±ö˜Æ-¢dý‰¬8Åþ¡…S¾óø Ûh<ÏJb÷6€ƒÆÝþ|4ÞN›|ûð’•7Þ)}•Á¦Ì:_NßDRöžŠ]d‰[iIoéa–ûÛÓ¥9á Í]µÅ&5 Wúwèa1?á©á[Χna•°—·_׉qì|ꊣÃúÓÒ*·t:Söq u!Vß8q7K•ÜÁI´]]ZÍøšÔ”å'Éν´Þ®`–QÏBÈÚ15N>Ùk¬‰íéE6É{CjŒ^»ìÏ‘¶&èº==ébÔ&Cç¹IjfƒMŽëß`‰Íù¾™: 4ZÃÀZÏœ6»¦ e‡òãrÏ:r¹Md÷Ÿ(i繜þ5 †Oë"Õb%mËçÏ6xvÄmkr·`ç+Nßýaõß²ú磾Ëÿ°íÿ²œ~–ç]ݶnÑ‚•[ìÉ}Š06`s‰:LnïZ/5ÇÞäK;p‚tŠu»3®Cád·Ó=Ñ*G¥lÑoÞ¹­ ý½ã6^¡»vWEÝs*ýj¥ZÒp‹(צSg%em8‘mYmy&Ã#GÄTµi·tÂS'“6žˆ9šÀg×ã'êhÒ¤d­wÌ?‰×s¥B%ª¿Ù¹†SIã’hY‚füÚrò^‡Vaäu†«ÇkÔ=öÆj‹Ì©£ ,Ͳò0Ñå(ú~GÒþèšj­¾ÊŽvaEá¦ãÄ2²+Ô³÷Ù&õZß^£ì¶=ÏcêðR·uE¹[NdZGôô—°xGs]IzöFçûh3‘yÈ‘d_E bs~ÜmvËR\³ÕD”05i™G®Ájœ´Ñ-f[²^"HÉ›lS»ÖÀ¦ñ«aG®³{=¼lÓ‰ÏRµoýmŽ5$=â…ÓŒJŸ~±gÑï.¹¿Ö\Ý.Ñ”®vQ'¹ø‘¶ u¹[åÉhÚNûXë$>«®«t}¥°hÇ)C!ÐÛ>vÙ»O÷s!'ÒÑþ¾á¿ÒvøÝà> MÝÙ£õPhÍö'­ðH3Ðz1›]y~OïîÛ…®™¬Ê.ÏÊ;eÓ5Z©¢]úÛ:™ÈûlÊž`N_·,ßh›žŒKû[B)n„vVÁû"ÇhSN5L“”cofƒUN„tê,ó¿âGè,TÐh „Öëÿô&iN {.äy¨HEº¼¦K÷ÙD¡$»Jÿçõ\£9}Ø¿kå·³êÃ6RŽÎÞäB²)nîô"U”W-}—mâ2“öI_Ýß…¬"ö÷˜¥ÃíC`pÊŽ.­×Ѥ?ß-¥·kø­·ÅÙ¨çw÷î¾]èJáʪr(¢é›ÞÑØ V·´ßTž¶ßÊîíöl‡+ «ý%ø÷sµ Ë3T±¾ñ~.¤ßƒØ¦œjX&é™Ü•f5€QÆ!”Aè¬Ó±\3!t*h´†nYgX¤OäÀ5 Ž\-]nY¡Wy$÷–ÛD¢HSm@ ŸÖCçêÏî­[ÖüÄÞÏ‹²üO¶õç-Þ?oñÉŠÙ“ü~}æ÷ÿc—Äf¥E–Uýó?ß-À(JÙaë%Á*üŒŠR|夻îuLÄJ.§áKɦÈÓ¤-WË·Û†.8¾Ê1n“{aþ™›9ž‘k¯Ò;« .YÓ³j Ÿ0|G¬ò&±s^Ú+)xᱸŽ¥,ýJ*ê|Ä‚!+®òðO蛹‡­ãWd^p,-Nÿ”–&?u±eÄÁ|ýB]ËØm“´Òp×À¼Úîvꔃ!=Ʊ©4ÖåˆEÅôâù·´eCX†-?•i Â:ñ«]Ö‘ ^YäXÆÖ/¬«¢â ]ëÇׯnCÝ#–ôja´#E¿¦—n°Í³ínOµ¥ChÏ'‡¶ù¶]홹çÿ¦Ù.|ËîàÖêʬs—Îþ²|Å¿¾ÿÁTqF“àò-¶IÄ‚—»/ÿ¿Ž^ƒ¿”¥ExÜñF.®ùÚ3/E,³sÈVêz}¬ƒ|5b¥7­³ª ’ÕK»Õ— –ÛdëÅÅ/òƒ•ÞêËÕ6Þ‰—EmF¾^†T É že6ÇYú÷)TfZØ‘,|dø'è-ü£ÖqË ²-5¯¶»:nW½³;!U»œŒwy Q¼CîlKÚ€2WÛø÷Z»n¼VÝÏ áWÄx©Û2GÛØÝ~¥k¬ÓÓ›³G.ƒWž"­Ô/º5ô¶‡Cˆ‘¢íwˆ²¦Ýêiˆ hµ]¾µ¾©vWS-Î×è:ÏŽ´^5Ñ다UÁZïôñ(C­·ÎÅp¡žlq—Æ÷Z¨#vû­w²+b<å¶ô„uÜnïƒW…„›cgÛË]Ãa`O+/¼ÚÁ›+iEï±>BÛmÛ£õ,ìc»Z‹W»ãl¬ÖK°0iŸÔ•½«=\iÊ7~^7ƒŸ©ØÖ­õ2“~µJЫk5-Z´Æáî½»/òÌ[n²ªôu¶©$5qÒ[b&ëÒE’…Ud_ç·‰_âF“ê{wÞ1dþÕÁr™‘龡èÂoѶËvZ¬_ò¿cû·f¥EUÑJ¿ýáÇÕ–§í‚i`Ô*]g–ÚØ¹–ûÅ™ÌéZO)²R#ÞtÑA¾±ÂG¬ß¨ÏH(r £–·tYáEí¬*°¸—Öó,Ze•™§_zRý{k=ošM÷’õNKi>#*«‹ô²#©†+öå¶§¥*s™]¬QªMpÌ:vyïEš9µÝåÔ§suZÆÚ+~¥‰.[té'ÛØ(sµµ/Z»æWëëŒ?µþ*Í.¸Ú®·A:Ÿúeä.ß’žedp´¡qVºÆŒCÁD{¨Æ´^ž•¾©v~yËì‹YÄ{©‰‹Oä Úø•l²"9UëÅvcÍë8 ›<šþûYÉç£V»ôÙ”¹Kã ºáȆÝþcãÕeÌÅI[ÒvÏÞÒà ;÷Ô``Ïcž ÷d®¤>c}<˜ÚGëuƒ é÷3¤^ûz&íÓ[ëyÓðŸ‡× †ÀàÇƒË µÞ§¤¥§*X=OJ#­nj²ÿ2T.t)…ɪrŽúæ¬8žz6K,ì®my~ñ¶}œÿpä‚#ºöÎmri…kü²‘œ¤F³æÅî/0–8É&t–mP5bà7«y… Pƒ©ïë™SÖSi=ïf±‰\nÝón–-ni{=‹ú×€>­‡_M0ï›Ï¶Í¯Œ¿Ts¾„t¾<#ˆBΤÐË«ªÉÿí»Ÿ–ØT P€Q# h•u–~÷ífŽWärÛhš^t¨/9£ËNr¤ÿ‹³-AÿåyåÖC¡?I Uwk=JwUÝ«¦âkó-CWùðôe#<¢,¨VySm¯gY8—óôk3FrÚʃÁ ð÷mÆnsIß{½ÈpõµÌ@ëYØÅj=ƒ_ìB*Õ¬Úîrj¿nËÐŽœ&m1ÑåîsUÇ&-± Y`²Ø>e¥aÆzxÌÏCIÜëSÔëûJÏ×ݪŠìõxXxoã¬èµŒL?ÔÝ$Ê>{ÃÇØòŽubPÕ.{ÒIBÖÝiÌŠÎØlaaŸì|CI¬=%ÉË\sW[gdéWÇü„„EB{V×Ö)ËïÖø_ºd;;2v‘S‰Mש‘1—9—럊ì`%&#k,î‘QKînçjÃáè±ç‰Äå÷b®Ä½ÇÚ.ˆ²ËðN§T —Jý³~·(1ɇ#÷¥ÕwëÄ•¦ìcÓKë­ò¦ à?³Ü¿Áí‚È[ ´ÞÒSe–§¢·Æªn÷h½“žo5T.”½Æ¤µoì¿|c£MèBTÉáø \\…¶RnX éq~›ôUÖ™™Í_ÌÄiiì|™pñ:¤ÜGn’¦í1Ú`‡"k¸¿ÀXÂ5ªSgYÐk="¡³PÁaªa‹û´2±‘·ó|¢û7É]Óû×€>­G(Ðþl´¹n±zudÐE7»]AWݪJR)•ùHè†ù^/&|óÃ+÷»™*À(bã—ßõYwkʅȵçÒל«*äªÈÙ7Ö9çm²IPê×cqñË=¹ Ä/0(ÕÕ<]]×c]+<)µùw¯šˆ%Xççð·xä-v)½á^TÛ ªÝ¤ãeÝŸÌßn½Iœ(n™GÞ*SZÏÖ¤Ö³°3«¶»œút…M—e¬¼“Muy‰-ɾ¼µëѶ[ø+04ôÇbÎr;wGZ›ÛoµJìz?ŒjG:ZÐù¢‹;]{ÍôÂõvi+M/ò-ÍGŸÜ•yZ#û·„”½¶©ûý({£mË;7nµÝì(|u¹Õö._bï#í,Z³ê\e—¡ªö8’lKºŒy³½ùV÷«Bb7™agÛ@\¨³gÔàÍ•¸¼ÏXRvh= çÂ'b\¨í}m¤_±ÿæ`Ê>©}¼w ß°n7¸ƒ“·Új=²uy£uÂ5QÖ³0Ñ»¥vCæBËlLTe»ôþÍÁ¶†F‰ª¹óÊ´Äendëî¹y)aÅ5¡¾ŸÚ+Îa?‰øq(tm˜RßíeçèµÇGj’Z‘îÚ`Ƨ¢9„Î:æOE ü '‘‡ÐY¨à0հ׫x«GÖê \Òˆ˜íçò6º¤÷/õIfî¾TÜ¿Äði=›@šQ¶ØÎûéç•ÖÿçÇßÿ÷;[$ô\¾›¿à»?=ïÇïübª,£‹µO¶…c™~› ‰t&zÃeŠÕåÌU¶1+\‹Žú—o³‰»,ízÖË6æ@ U×µºÕ&‹ýÏ'n¹Bé¬Í@ëµéZôkžv¥êˆ}ÂŽk…½—§¾H@éf»X›$>»«Î&+*uý™œ{Ðz«.›SÛ]N}–lÝcœª=.±Æ»ì]²éxÜñ§žØ ¹¥ª¥í·_é”Kªi"{­*¾›Kœá2rÕÅÒ­v±ÖÉ‚š}©Öúòì‚ßìRö^ïµ³°ÂÅ`i~ À졼šµÌ&É-SÈÒÜì|£Bž–µÑ:y·Ÿ>oÑú©^ejM— oÐhÉY¹›OñÉY=`ãWžN_{º4CØróN{®wd§ J·ØÅÙöXãN[c‡F9à”yÀÏ;ÓlüJÙ3eàÍÕ[ë¡FTí4|†ód‰•_Ñ»8‡d.™¯­ÈJxzUÓvØdXú˜°ë•}]È´o\Ê^=ÜnpŸ o1Ðz®eV4+4a§Ö‹^ëd¢wžCçBç VµÉ)igu…ªó%¢wZ*ó ·Ûgðï¶@å.ûh'†>]TºÁ&û0aœë¹ËŽPôѤ„e§ò6ŽÌ$µŠY{—0&p'Õ:ë°o•™: ¾v]*Úx*cçÅBS1}j@ ŸÖ³  šbƒÏò}îè`å~÷Å«W#­‡þEÇ(f½•÷öS1”`”¹–µÿ *b½7¥o’?y«þñÔ"×Ò£•{O'.íúôù–a‹¬ã7_6(âWØëu…x¶ÐÅö™{®w¥Ähxå¥*ƒúËw¹õÔ¹ðiÕ™²c}3Wî>gXèPx4€zäb<þƒÅwûõ«Ó¬Úîvê^˜î²y'*Þõcӿئïó§óÉ_o±¨ðhâvŸþ-¬Øí–¸„(u0j¹Kî¿þÆ¡:KÂ3IÛï?È¡ô-Ýîš°ô(ÑàŸÅ®q/8hX‰oÉVGÒÏ–Ä§Ž¡?^îZxXŸtׯ½œ½Ú&|ÁÐU†fì6æ)d¨Î§ìŽ\z"s¿Ÿùv6nÏ{1Wÿ±ö¯Üa‹Ÿúgç⣔£>Å{Üc—Òÿö¡Wýßíšü•¶y‡ýMÛLj ™ô‘pƒû4¸ÙæcÝóº3òØåôÅx‘¨ÍW)yþº‰ªŽz¥/?ÖyêC‘ËOvÙÇ`bî8¡ï»uv/÷öÉ]¦¯íW7bâÐ$5£ÁŒ>1µø„1úTšÉ.ÏRT;5 †Oëó§ÜK¯üþç{tlN&¾†Û+/U‚M€1ù7[Òi>þT_Ks[S×¶XÖ5Òªóå`€ ŒSû”~[mƒ[ξ+åweÞ$Õ ‚c§Äði½£~“\ï¥õV\¬›c ß²ßN¦ž-SË›‰/mÝÖÉ$Q +NöûLp˜.Qø7æÌeFEÆZ çõŽøVŒGN‘jÎ%ðÍe“5 —Ö;|½†Cëmß¶eà׊à ’fC®õð—R«”•RŒ„«ª ƒÖ­Zà×zJ…1@ëÝ2n–_> Ðz15pÓ;“±—WGpäàK‘?bm6†Œºt&†=³<Š-1ˆçgí{ {äƒ-g‚H±ÑQ d¡„ví¿cÏÿ`s5".†”Z%¹ýôáçÛ£˜2ÙàGgôñ ü-úôÏÓÂGìñ—?ž¿Ç;»Öƒ<^œC¯#­^;ÜC3€“zèZïåÕÃ"£¢¢òXÒ»¶|Õ„‘6GÆÞ Kdf¯Àûk‡Q@XêôÉ”IÓŦ|êVÖÓxI¹ûØ”¯ýzÚ\KZ6{}–ÈüÊÇžÖ“±b÷¼?Ã^ørÍwÏË^Ç6|õ"†Mzk[S2x­×ë³…!×z&†f ƒƒÖƤÖ{Û®X4 XWÇÚýúñ¬Gðz{ežG±HŸ{ä…çÃ㦾8gÝ…|Ѳ¢Ê°ƒ?¼óÔ$¼èŸ¾Üz¥Xˆ+šêÈÝÿž=kš¾¥Sþº5qÐZ¯› EW¶Í}Eߪ'ßøøÇ»Và†­Òk‡îðêžLaßþÒHÖ? Œò±?}¶Æ=­†ØÊ‘P6|ö—ç¦MÂúõz°ð’·¾4éÕ‘þ‹ŸÂ^Ù™Áïeùî0í‡NèüÇ{bþr4Wl÷öÈ·,ù=ŒŽLH>ûãkÄÞÚäg?XìœQÓµu%¦ÇŸXüÑ Äã=÷—ÏÖ\&‹ÄAP“´ùe ûãú0zÏÇfÔæ?cØó«IlYAÇø÷l¶}±ø®ãe¨õ¤5ÙîË?!º0õ¹Oà õÐô8‰)Os õÌÕz2©Ä8š×ÿaØ[Vy8Œ´ùM«|\ÈHi^_MÁ^ÜÏíld±ãl“Z¯GVôi³¾¿Ï­Šê쯸âÒWS±Y›R¸ýz]îþw¬«×ƒBT~泩Óçù2$x#O~p+ ÔëÁ Ì;öÎÃÏ® ±õŠhW¾6éÝãü{Ðzƒ)¯Ìg÷¼¿Ízü! ›òþnÏ÷N–‹$‚´ßÿˆêôïÚ`5Ðz¦q°Zïá×z2^ŽÓ×ObØão}¿Õ%¼˜'´w™94xÚý› ­g¾ÖCËm㈩žH7½mS(è/ÈÇ—µß°$b^ÊÖ—q5Á0•ÿ³&nÍsØ‹[’xýʾ„=<Ç1.ëFf7òÊ9’>Å…©6£ÓéWàHøt5²È­À¿ðaöipm®ÖÅsö·³’îþ È'‘Ö{ß•,¨×ƒ 6ÕˆÀ^Ý•ÎïoX+D¯õr]1ÂB[\ëà-ìèr¿ƒaüù¸ljzrà¡÷'aï9“…b^òæ±ió‚»LljÔk=¼I¦q]f‡ý<›òÏ‹Q¯x Õ†ó{?|€¸I[^ÄžYSK¤2ýôZ¯Px·ñ’ò³p­· ŒÓéœÂPçÍß¼ò0†ÍúÅ«\0,C3€§ ¹€ ÁØ×z*þ¸Úók¢Øƒ×z¨ìÜ)ØÓKC™bñ@bdˆ´ž¤úÚ·bÏXtΔÖã¥ï~›þs8Çhõ•<¿&º3UTáù ú{]b­xh´;rù3جžqI‰ÉD»ýç tʸšAk½ÁŽóúÜÉØ[Öù|}NFÐwS ­'®<÷ÙÃØ‹›ãkûi=“ƒ8Øq^İW6†W‹{Æ‘AÚö†=»<‚!ÁÛ\pâlÒ'îå¢~ZoÀñêÔzóC9½ÎÈͳyÃf;ó‡chð´¡0Zo$´žTÌŒÝò*†=õå6ü­Á×Μ.˜§õPÙ˜M¯`Øôlt¸ê{ÞÁæR(´ÞK+·„tžBÅ»ÀIÙý†MûhÍqïÀÐÐë΋Ÿ7¦õÄÕ¾ÿ†Mût×…€àëg\¯ôî'yç_‘ù÷Þ³A¡×]7|ô6õ çdh´3àÇ'°?íHãF²BžŽÍø9„1X­7ØÑdî{‰®Åö~¤øä¤0ë&´žTL Zò 2ëü£Þá‘ÎCÚŒÐz&q0½3¢wÌÆ·Úæn°>{ÅçêY›Íßà;hol ©îÜìãå~Þœ»ÃÍ'((èâïh ;µÞÀã%"»Œa/ZœM¦Ô–^?n18&>1úúñùÏbS¾¼T%ž¡1íiCa.´ž™ZO"GD¹„¿ÓÒ¦€ß;žŸoû¾¬evþI9øã»Ï<¬Qÿ3ý_Ó''W›¹ÆÊüñoÏMÖ7ê/ÿc{<»_žAA´¹o˜ãEÓ§ ªH¶]?@€Múà o}³/±¶_«ø…çW¾?SŸåÉw×3ú¶¹"ìð|¢¿S_ú¿åΉ ¡1³öÚl¼¿~{e{:·w<3ä—Ø´ï®Ðxý,à ƵÞál~WŒ Àömü»utÉ=ŒŽˆ•éºìãû`Sžxþ¥>T}ïÄœ¬skç¼47ÊÌ7ÿöþë¼q'æä^Ý·ðã?=¡ÿÅŠÇf½÷ýö ,‘An¾ç†è€gxöõO×ûWŠî>^‚êðŸ=7ùßø”'íùâ¥ÇˆòOüyîÖË…ü!š>V5åiCd.`¼3ÊZŒê2 þ â.%B°ŒC­gªì85æÖÕvr ¼Ž;]ôŠ‹ >·ïÛg±ÉÿçTÀ.k—›ðs ãZO,À@«Ã7}òñ|%öè¬ +€Yà^­ZïÞ´žH(F Ðz õîMëåfg#ÆÈh½; @€ @€aÃÈh½¦¦F`Ä­Z´h½N­×ØŒ#£õ€´h=Ðz õ@ëÀƒ†N+/ϲK ü’tñå ç)Á.Sã/¿ÅªôËL@­×P?NQ«•¥ä¢„䘘ø¨˜øHR\":6<.1:3+µ´´ˆÅfÔ×éô™ëôÔw1©JYM§Ð™4•J1Ñ;Û çb¡?ð¬—I%6 æLThÅçÂܧ—&üCÊØ©hQ]jRœ‘2¶&^}¥*ÇìŒnde¸œrr:io&®nÎYÙ™`7`|-¼G@ë54ÔSŠK 95¬Û·o÷ù ú[·n¶´¶ÔÕë¬ê¬Lo)ïjƒô¸¶fa½Ä±©Ž:~û;H¥RßMye©H,¨fR*«È<>W àó<>Ÿ'‘HÆW¿üü}]òK/]´tÙâõ×îÞ»óà¡[îÝ¿;"2ìÁn­VC£Q™L†© uu::½šÅb)ò âá2‰¡‡w"ÀAŽ@~.‘ˆáR< T—xEœ~LËÛÙ¦ lÕúµéšdëj?küÒ u‹<û¬BJ+c$ôÚÛÛî˜nÞ¼‰äÞDµFnUÐzÑÑÑÑÜÒÜØ„þ®ÓÕi5:µJ£P©­ª©©áfSÖM­k“h‰Šút“⬢jV³ì`³.\‹@&“*” â>𛛥ä"µFÉpÐN§Õ'á[Ì(ÛøZ#eçïïokkkii¹sçέ[·nذaíÚµ›6mòô¼„úÕÒÒŒ@Úçø ;ÔÁdÄÅG.—‹4¾Ñ H¡$¥RŽ&F—‘²#ÆzjkkàjLlX5ÄŒ® ržBMÆŠcf§Ìq}ŒtáEjÖ/-ª³šê?4Š73óæç’,À\ÀÁé¤=Z¬ò„5W(á‹¥‰L$•‹e ‰\)U¨dzäzd ¥ eFE&¤)äüô‚€'Ñ¿à õ(­‚zT^]½N[§ABé¥ZŽ®èR ’§éD‡nÉ4Ô¼Õ$w@9›´ÌÙmªMº"ð.´¤W©T„ÌilD4 d¨õTzߨ¯¯C ô§XO«Që´š:¶¾N‡bêKË Õj—ÏÆô¾’P” eæÖÖŒ—Þ!­—ššzþüyBî>|xÏž=Hè!ч4`[[Û-}hoo¿æsU/õˆAgÐéh(Q…Br€>©5µ4èÄ/{VWÓ&F—‘Ó¶47!æ°Y6›Éf1Y,‹‰ £ž¢Tôç~5&6ûO\¶=þþ÷»‚¢3JÓk² S¥ü’äkï´(5ô™ò gf‚Å€1¡õº6õ„ÄŽžB%C²­÷Ô%Zø©µ*=J•FÙ©õ&œDŒ€ª„›Ôñ”Ä¿£cpŒ‰h½ ñí¸Ó¡z*4åUšþè"€´žR^.¯šÕÖaäyfÕuQɸwñù\´–JÅ2©„@.“j=¡€bôIb©DŒ4Bm gi½´´´K—.¹»»;::ZYYíß¿çÎ{÷îooǵÞíÛ¸Ö»ny æoïÆò‰(/oÂ:•R¥Q«ðc¢Óª ¯6 =$êUJù„Ñz55l¤æ´ZµNêê¥F­$´“Q ·`¢RNa~8oO[µúhÐóöDÄgñõuÚŒÐþ"Ìãéõ% íÑVÍÕÇID$JEyÀ€À¨k=¡˜w÷}½¼ ´œ¨Z¯<æC9ÛºA¢¨q,ù´Þ`µñÞxÄ/àZGG‡Z«Rið=½Ð“+”2™R¢–gi™Ÿê¸+îtÜêóâ–;7%*æO2Ú¢ñÛñ!ÇãÖÕéÄb‘Z­B+a­VSW§-)+D–¬å³Ñ\.Cñ(U©” …FÍ©a—Þ!­—‘‘áååuæÌggg›ƒîÞ½ûÀ‰‰‰ÝZOM¡„LŸ¦Úñžlýì˜wgOøAg0r¹T£ÁŸÝ•J%lvÏ€2™ N‹\B­Vòù<€?1ºÌf3›››P—ñ½<¦Ád ÷F©HØ>àW`óó&ûÓá%ÙÕÊO–Y˽½¤ä<"I§U$ú|\•ñc›.°M ¦MFÿ¢cZÖ Wß×jä`=`téÔz]›zúïèÉUZøitjmFW§ÕÕkñë4Z†ÐzÌrAVqØ‹ÍÚdUíæÖºì’°Y(|cÂZo`|ü®àZOÿ=ý¦ÒzRµ¢¨Y¶_C³Ž¿Ý`G¯åÎ-…šõ«¼êÃmåî]\nm]½N$"‡„-õ µ’ …I$ 0D«bg]X› ¦ÆZO†?ÀyýóTx^j«ªR%ÄÖðXµ|6:h.).usõûü³Æ¦$;µÞxï¸N#¤I”„½Ä'¯lTE6*."¡×®óA´ê¢ÛK$Õ‡J#_#Ç|ˆr¢üà*ãzUZo.zží~†“øY=ü_|›?V«kë%§ùË+^«çü]Zö'nö´ÚÜgëÔTð®š6Zëò¸µU2tBW©”²9tBë¡ô'Šd°¨å%HhÔ*¤ Æ—Öóóóóöö>sæÌI}@BÏËË+%%EF&þáÒMoò?}‘÷ɬ:«÷ á-þ3é£&ðÐËeRz5 );tŒ4:Ö_mJ…œè‰ÔYJU¥^ë©Ù,&‡ÍäpXHÄ56Ô756 ÐJ%—•¯¥E}G—Dd9Ž>Ù#ëµú¯_m>CqŒ¨ÞÛOëÍßå³â൷¾Þ"K‰üHⅺͨ¡‘ÀtÀXÓz™(-Ð7ÁbIkQQÃ’%åß|}þ´ËÅÓ.•óþ×øûïM¹9q?-Ì Eroh=7µ8ô%Jò§ÂªuZ‘›†TU»E'ØÕ­õÐA½äD£Ò¯µ¾P-¸DÏü_q苨x h½´^]nœr~_§þÕ»* ñu]ü‹º¼&MD‹ÊµUyq»þ|JÜ^Š?~»<„_¾CŠÎ¨.)+¬fTñ™B¢TÉkx,¾°–+àÐU(©²ª‚F£jµj“>^zGh½ÀÀÀ+W®¿¼žžagg—’š,.-ñyüqòÓS}´Ôi•¿ÿtô?ÿ9±G_(0™tµZÅ`Ðår™@ÀS*tzµT*™`=­¨(ojj$¾”J¼|†øaÁF$ôôà?+YZ\^NFî¬Á`T#S Èqäí`”¤Åïÿo×ÅØª“Qôdý3œ]pòß›½ÖYÿg­ãüu¶T–a~µRFÆÝZÏ?àÃT’"+¾ùWÈœ¿ …<‘ò÷i?ÿ¤NNdÑ)AÁ~Mֿ̈́ýÕª…OòJ~ÕIܕ܃‚ò9¢Ê9rÆ ws½øh“ü$ ?Q¤œ¹¬I“ÔR_$¢ì.˜Ê‚ÃŒG@ë ŒÇÙSHëÊNW§ÑÕkñJÆ¿¥[‡ÓX‡?¿þ­ç7êÊuäŽÛ—SNh} ®…`³ñ»¼J¥D+[¡H@|5¯†ÇD*i=—‰þ,+/AbÏçÉdRâ[]ãKëûøø\¼x1,,,&&ÆÆÆÆÞÞ>%%EW§£]»zmÒ¤²É“E?ýéÆûOǰnBçÌá¤$Oxàñ¸HÜQ(•hpÑ¿èX$š€wŠòò2$ܦ¸¸Ë«EW4T*¡õèt\%€ñNi%ýãy»Ü‚óóªÏVŸ_|Àí¡kï~û›oxJwy 'a͚˯¾ê>y2ú£00v´žT.ö8sJ¥Vð„5ç=Nòù܆Æz¤ì$b¡ç97”*•KNŸukniïZ!妇½D&ý™WúƒŠg­Wr6)XK¾Ó v#ÐVhÓ¨ oRlj¨›ËI¯‡ÎB¥À[@ë ¤õtZ‚èˆÐÖ–fÃ1Î)“w:tõøû—¸Cs¿±©®MÍMhÖwÒܤÁ?ðq¯¢¼¼° ¿ ?¿°0¿Œ\Ä`ÑL*:@æåæ"*ÊÉB ¾NG¯®/½#´^hh¨¯¯¯§§ç… œœœìììпII‰*µyEâš5Á?Lûã å¾ÙA/L#{y k“ÆÂüÒ¨UUåäô¤¤ôÄDDVZ‡Í®ª¬¤Q©ÅD$J­(-1¼2Œkª«ie¥¥e¥%¥%Å%ÅÅÅEEÈË(Í&C¿¯G§«”ʦÆFd¸JŒ#ÆÝýkĨ©åÿ{Ù‘óA™m‚>úaÏïÇ.„âîTFlÌÅgŸMþæ›ò5««V¯ÎùúëÈÙ³Ï=ù$ŠÓ£>¿ µžB%ˆyκ …|´ÒC«;©DìyÞ]¡’I¤"¤õZZ›;µÞx7¸V- û“c>,z‚•ó©VxJ+šì­m-mm­míˆ6œ¶ÖVDk Ê|ÂÑ´^·ÖÓj4Ý/Ÿ_§Z/,,ÌßßÿòåËgÏž=yòä‰'пW®\ÉËË“H$:¥Âûw2^~Y¼ðCÙÞ=ßxcX›4êóK¥ßHI.Ìή,)©*-­*+Ë¿q#;-F¡”æef¢R‹rr2““rÙÄpu¤qû@.+‹Dµ5œÚšnm šr™L£Vwƒ´¥ª ®ãˆqwÿIä Åòí'¿øyf.¹W<‡}þÉ'K.d¯\Iûç?+Þy§ôÏ.ž3'ý³ÏÜC©`:`tçW·Öóó¿^à*ósn=øï¡ ¸D, ü×Ü\¯‹A!˼‰ õºñ2)©ó ÿ yÈKÅ”/œu²«SR TðLÐzƒÕzãGgü"@½ææ.•×ÞÖ~³ýæ­›ÄeßBܺyóf{{{Êl{Ü ´“Á@kZ›­T(ÐN‹"u õõ ˆüwvu(%¡ (:®¦ÑÆÖ ºzõêùóçÝÜÜœÝQðpOJJb±Xº:-+?×yÚ´Š¯¾ -úôʧŸNìg3è…99´ŠŠŒää´„¥¬ ——•¦'&2©Ô¬´4™‘”Tœ—W”›[M™°b‡F£"'W)•LM“‰Ãb²õ WGZ¯²¢®À„ßÕW÷½÷%¬Y7{6g™ó½÷jÿò륗(3fäc’{‘³g£T°0ºtk½ÔßÜ/>o¹r¥>0 ç¸Í…3nOŸ*¼âÝRMkõôÌþtN~txk[ëÓzHî±s¿RñóJÞÐØy_#¡¾Zïy†ó„£-¡õ vôZ‘¦CÊN/ônwèR|Hú!ˆ2[Ù­×¥õèÈtzµ\&EpkkiT ú×èŸ(Z)Œ£§Úºµ^HHˆ——’{‡Z·~ݹóçÊÈ¥©X¡”‹Ä}{/|ø¡ç?>¥&ÄOìgÌò²n‹ŠÒ“’ 9ú35>i=¤òÐø¦%&V•–"•‡¿…R!G‘åÅÅÙéiÕù© Rsµ -µ ñA¢¾®N¥–“Ép•€gÌ&6W^}µxî\ÆìÙü7^—¿ø¢äÉ'Ù“'—aXÞÌ™Ysç^~õU00Fžá”+¥A~P»reëåËšÊr]ÿ‘!¿ÕË‹³dIÐG¢…ßÄÓzÄÛ¡EœÔ¢™¡ ¯ôoZÑé¢'Q ŠG©à™ õÌÔzÝÏ5µ67# Æ8¶Ç­îÜéè÷'þèf;±»§Or¢.9vPeÐå$ß”JEUU¥L&AP©UšB©ª¬,'@Š ªª‚HEÙݨTÊxé]·Ö  :sæÌê5«;’”œPÍ Öp9<~-‚]ÃtrvÀ·0‡¿I£>¿ònd’‹ 3R’ÅB€ÇMON*/.ÊJKU)¹™e…7RSj8l©X„’È()5u¢:eeEccƒZ­b2,ƒ¥ÿuâýœø–v}J---«Ä8bÜݿƓ'SæÍ£L›Æ1C1}ºìá‡9VŽa9þ…žL*áqk«iÔÒ’’Ü${2éÍ&u09æmtŒbèÕ4”*¹ZoZßš×\Ó}0–A Tï+^•åwÌ ,6ÓÍÍE>Î/C‚B.CZ©¹¢¢BBÍq8l$÷ ÷õÐc±˜D*ʆ„!…R‰ Ž‹þôË‚¼¼¼sçκy¸$¥Äeå¤å•æ—”àê)(,ÉûmûÖ‘Ñz£>¿ÄBAFrÒz%Åä¢B$ô¬ãó¸h*¡a½‘’‚ä^YaJ--ÈGILz5JšþO&—vÿ¾ž)ŠŠ àB1ÜZÝŒúÈ:£‘ãb~GÖ¬Žž=›Š$RQ¶ªªJ*…‚ ŽýÞ!…òÍ·_‡$$Ǥf$ff§ÞÈIÏÊEdd÷ůY·êyÆ ¹=›ÉÈNOKMÄ_À’›uƒÉ £%nÈh%ùHñ¡ÔÌ””rr[‹n7s‹³šZZZRZZ\RBPT\Œ(,*"((,,@÷ ‘‘{»víDž†Ø½k×½ =x†ó÷MجsO>™ñÙgÅsæäΜ™ýÈ#93gΙ“¦'J£8¿d‹ŒŠ@rÏ餽™ ¡‡ŠŒw­Gܯr™PÀg1™HÖ¡;T^ºgžïèß’âb*¥ É@±Hˆnܰ ­7ŸáD³ ²¢¼ë7³Ì¥¢œ,ƒ}=½õÐ5‘Ÿ——•uã® lDþñ²¯çãsuñÒEK,~]ºlñ²KÀÏïúƒvUAS@&• ¡ì@ëm”„2 ƒ‰ýQ!êÝÀÀUb$åÞSúpÏB¸gè1$$ë"gÏΜ;·`Þ¼Œ¹s‰ß×Cñ``ÔŸáDª­œ\6(P‘‰±ÌC7hüŽŒnÉHÔ øâBÇ9`ÏþÏ5‡«kcIë[ó†ã)5dׂ…GÒ„}Ž`Œ1.çÀü_È9n;6Ï€û ókQŠ®nüàO}çM‘€5€Ñ×zrÙ8F”{ø 쉅¼>ÇCŽŒKŽ÷÷O®–uÇRw½9uæ÷^4‰l|ÛÐRVQ´dJ¥Xf*XÈ¢ÒÙhM1Nzd8dý´ ð@qw‡Ó—3oCr÷q©Ó»ØC_úÖ c^ìʧ±™Ëb£{Ã2¿ýà}Svˆ2òKyR°<0cZëÉè—ç`Ø‹K|ªDÊ+ßê¯Ø”oj'žÖã'oš…½°!IØsê‚S >üü÷Höð® …´x߀^„&R¤#qƒ®­LI/“¶´êÔ&ÖÆy¾Ñ¹\F1’óBÁ/ 8¼øÓ?Ïx÷åÇÿøñ‚}Wrù挂áõÐþ1ã@žpEiÉQA¡¸cøGFÇf—0$”TB ÜÕá ‡‚¶t&†=³œÄ‘ÞÓ ènw!¹ª ªC­ÇOÚøBWÁºaÝ_ûGí> -’ÚôSk?õ ý‚ó¡¯ü}‘}6o,쌜;Ýïµ­7¤ZO|òѽçègñ»{“j¤‘]Z¯æÞê¼D¹‡ôúŽÛçxÈéº F¬k©HëEò¥=‘JmkG›V9gW(ë[ÚÛ›4ÆÏ¥×z¤bU{³Z9R‘sâ÷}0Ã^øríQ¯ËÞV¾zÃ&½µ-’)½¿µ!¾WĬ’8ÿ€àäìRf OÈc3È9y’††‘މf˜hˆÊœ?™2iú£Ø”OÝÉÒ1{ãT%]Z£¿#[¿9å-›ñèÚÙüö»‹0` Ãwþt ›õÝ.×ËþþW.ØïZ½Ù«\ ×0Â8ÐzÏ~öÑtì©ù—*ÅÆ´ž¤:Ææ—ŸG+sì±?}¶Æ=½VfìzÎ ü÷l¶}‰DΉøi:öôò8^çYj#™½ü{_ « ?ôÃ;OMÒ×öå¶«%¢µžÑü½'#ùܯM×ïM~öƒÅΙµ]¢UB;¾øãÁ“{ežG‰Xßæîðêž"qÑñ·±©ÿ ºKg¥ÔÀŸýå¹i“ô§¾8gÝÅá`µ^\uãÍæ:­F«éB­PÈôœØØ°b³/,<&·²VÖ9:Bf~B|‘ä—ËÂãe|fQr|¨>sd\…+ïÊÌ)IK ÷×gˆŠŠÍ©âãI2nÉ7,…*Á³‰¹äŒÄp?ÞžÈ7ixI1šÁÈUÅÄ}g€;…ÑK“!Ââ«Ûæ¾òžúä_>~çñ.­'g‡-zï×0¶¢OSñsýãç'Î5ýÍ8øõÿ^Æ+˜ôä;?9ft6‰¼ùË7_xœ8ïŒ7þµõbOÖuR“·¼¾—GùFµû,0”ðãW?‹V‚þL#© 9>i^6SÖkôsT³Ö÷wméõi¹éùe´m&MwOóÔèõ ­gTë½2'n×[MùØ*KÐWëñ2ö½= ›ùÕ®Ó~AW×½?{l®{©d Õ¸”éûí£ØŸvfôgá%mx{vU.ýj“w¼ŽM~k…S@,É÷øOhÁÿ¦e¶À´Ö3‘¿W/¤¼Üë—®‡ÅÆEûÙÿú †½¾¸‡ò2¼3 ›ñÅÖ“>ÁÁ~O]Îãm~jáù¤ÌŒ™™…4¼×=ÈtgõÙ°w~¿êfÿ731쯖9ÂAj=Z}kJ†Ö¤8 ƒ¥iHl1W,–Šj¨™!!Ñ"¹²'©¨F,•KbMëÍ&EM^xH`dµV&2s#BHúÌ’Ú¨€À”*_"•ò*Ò‚|ãË:%QIø q[«F^[àŸ_-V(U_ÖØÖ¤&žáŒÌ©U#ªÕ6´ÜºÕ $›yÞ~-4˵Q¿>‰Mùâµ÷žŒæý¯G°ió9ƒÔz½´Œ)/"Æô­mB"£‚¯ùg0Gáú ¡ßõ Mf·tÜnÑ*z§Jj "C‚Ò‹é1Ÿ]˜AÙŠEZ/È7‰ÑÐ^¯ìv§‘H*äP³Q ™Ta—ª2ko6à–â½Y`€n8¼rlvJ¤¬ O>2ǽ\,ÊÚûöä¢Pññ—(ïè›ØÃoo<‘”’âå]%1ixI1žÁÈUÅÄ}g€;…‘J ïŬèµ/bØsßí;âwáÈâ·&wk=Ãý>ƒ«_ç¹¶{…FDø:.{ _!ÎÝîêtÍvªëµ=™†Mºìã±ÞŸ0ìñŸ)“˜sË3¸<ÊÌ7¨Ýg¡DRæüÉCØôoÒÙ’ÞIwA3}ònÙœe½f¡£šµn¼¯kKÿ)i|~iÛÝPóÔøõ ˜ÀZi‡{@Zk½÷\*Ä‚bç/Ã^ÛÃ’ óp­÷µ ’$LßÿNÞ[]Kä—Tzþk*6kS*Oªà%á«ñõ‰"‰ _KP)Úå¯ÁÞ8˜#Bñü´íÄf.â¢xú5$ß¶ÉEXAóÿ€½†&¯0çÐëHß…£< ƒc“ùMv‡vù³‡°¿Ÿ¯–v¶üù5¤Zà }ÚŒv^4î¬A6”$«ðø;†½ë€wÖëú7S±7ç ô7¯ŠsŸwö¾Ù¢2÷LÁ^Þ–ÎÄ-opFµû,0´ʼ׼÷†=üâ§‹x&Sˆ{¨ù#h¦OšÌfÎ,ë稦îøCxm19%{Ï/#m3Æ™7O_¯€Ñ`œh=䨕×<…½°<´*§[ë Ó~ÿ#öèY]EDå.ïaØîåâVãRÚµoÅþr8_(eîz{z9‰£Àkûíå~½˜±(’kBë™Ìß«|òõÝóþ6ëñ‡0lÊø—ˆõÝé×ò»k½:ÛgrcV<½ü[špPZ/ºX¨PªTÚ–Û7•Ò^KSüòBG2-¦\ÝZ¯è›„î}ìì耾ïx‰Ì“5‹òHY¢öÛÍj¢’¬ߏоZO)©)O  LLÏ® s;/}„ƒLjþy[ë}ršƒ¤Äþ] yGn?­—oó†½iU4¤ZϤ ­”E‡FªO²9)À?[Ü5¦2 ²uH@|m}ƒFzw­×5"aYtH@·ñÿÙ;ð(ª®ßPCï„Þ¤Š( (Š ‚ñõCéEŠTA¥C é é$¤!ÞÛÖlz¯»©›¡æ»3³ [f6“BHâ¹ÏïY6wÎ-çÜ2ógfw«JÒZs_qÄŒnÊ’¤¶G—V$?ü¯]‡­'Ï/EâüDóO{kÌ:I^4f‡ž_:¡>Ó¾ØzÉ5&§°1S~+ 5 ‘9ôçug µZ)÷Þ¶1HósÇÔ¢æj½\ßͣаŸoe–inßöG¯ÉU½àÌãàªÑ[WùM8å5)¯ì< ¼„-:›ëcr|Ã’ ÝÆ„ÕºQÙMA–s’ÑŒÍ*S™¨LgüÖÜ[Ôh=¹õE×7ö+ŽÝ:¥Ý¯€Î«õ$õO6ÂRëqó‰? “×Dƒ¿þkëk„ÖÃg™bÕh~æR_„šcst¸ù’lß­£ÐП¼²¨CõWãùÄŸÉö_÷C“‡¤b©7rÓÝ,Â&ç޶Ѩë»çn…ÕÁÏ×ë» \Vî=£½œ yaGg 4võ)»[÷î9™£A¹“Cž:åzN’峉<e7äÔ¯¯Fœ•3#eÞÚ0Úê›Ã6Ô9BÙçõj¤¥%e2Š‹%x^\šûj~R¨‹µg\é£ê’"¥Cx€ˆ«_¿”â ©´ªOž†zØÙ‡>ª-ÍÉi=åJ$bIN7ÀÍÙÎÚ#@[X()H­E²YÁ¶Ýçr•,Y‘æüM?Ôc‰)qûU._Lþw\Ÿ¯R‰ó óì’ ÕUÉaœEJcúJÈù;Y»øeÖ_**$tŠ]H-9¦„ÒÁrÆ;½æQ¥8%ü†µ{d‘lÈä´žÊØäĺc}”ùàQYz«â«€„ÑÍ ¹CâÔvé2ÐjdÑ]Ö¡ {ýsë·²h— [>ß¡QkLùy ™J[ªÊ®ÂtÞQw¦Pݬä Î>Ÿ;¤Ö¯‹˜³¤ÖKU^/rõ+¶EÖ0t½wi™~sí4q_pŽJ—ê¯!õøùM8剛„Wvž^9œkŸ@]êq3Y Ë9ÉdÆj•©LT¦3~+ï-´KRq}Ñô­ +ŽÝ:eÚå€6§i=|É”æ±iBÄ¢ZOœt_~kýâ™AÙL>ÖÄ›8¡Ýò¢NÏDó¯ð Tµ^¡$Ýcý04~‹Î†Q]& Ê£.æÉÇT†üà’ªx‘/Ów߸d(¾g´—#Õfq74ídDùgŠãòž”;â³%݉g8Óåísüÿ˜€¬vÍ [§jm%­÷¸²Dy´^ Ö“äòî9Xߌ,¬©(¡Æ]ö‹y\_{k¯¸â𲯴¸¤¬L"ô—Í)¥eÅ…©‘nÖ®¡âGÌZ©ÝIf³®™S=~ŽÐ¤^É/d{aêÝSú?×"SÍì’ ÕUÉaœEíAë‰s“ìÜyùÅÅÊgŸÖàâjjL ³…>¶N®‘¥OJÇÓÚÉ'­ºQ­W˜×ÎÉ5—ªÈoÝA|Õ`rSþPnûth%ÒoþßP4j½Émß»¾2“~+3PÙU˜Î;êΪ›•üÿt‘gŸ¡ÿ«ß¦^žÖ+ˆ7ÿ´ÒÚè“Õ”S]ÿƒðÊγÀK¤P ÷6B£·úf³Áj=V«Le¢²¹nl½½EÝú¢éûÉÏr6²ËNë4‡‘ɬõ.pórR¼7#¾3h©M‘“îK\ût¿¾£³•ö¦·{¡ž‹.D懲CLGhàâÝ—­ wLÃóìTT¾¬ò¬À=ˆ^v}ûBLŽ\å8³ÿ{›Î˜;:ß°¹vöo£¨œI>÷ ÞDFý ïŸ'ÿžÉ^Î…¼Àý“¿ö´­'^”.'ßî*s§ åÖ\vÐÛ.\wtv²¼ªçÈÉ+H´ý¬7êýîÞköÎVWµ-#ór#Èõe߈³ f’ oâ´ånÛPg ½‰ß\ÈÌMKÅ'Q$$çà~¦×_v–a˼ÄúûzÅEJ‡rRB\ìý£âD¸†x.'š›U@ÔŸH|©‹kO˜œ(FܽiGj½ª"ùJÄYü¸nRRRZ?“ƒoÎÃG•E9 ¾vNNw…)‰ÉÂ8ž ]̾]KV&8ý: !ñËwœ5µst0;¿û‹‰]°üÛà˜/‹ãì’ Õ¥Éa˜EJcúŠg ÃÜ­ñØ„Eñü—*Ê/ÌM ss²sŠ$‰ø¼`;Û{‰•Ïža铟I|S G(ŠOä{Û‘Z¯BBˆ“Ë].1Ǽ`Ïv6>)Yª•ñUF ÙÍBywÚ©Ë@«b¿¢·û~–|fšóªhÀ*§¤¼8«SgŒœ=oßõ°:µbêþ‰06S~+ 7PÙU2˜Î;jΪ[“‚;é÷öâM®÷[¿œ2sp¾a}þû¤ÖSòZ¾~Ŷrîo#.˜½ÒIË´›ß‘ÌÙ23¼ÿm>câèx]û÷wú¢®sO„ä5é”Gׯ ¼„óla‚ÍwZhà'zÜ\Æ÷°"Z—¿c+¿Ùô×eâmgrvûâÁ ^ë˜$f=‚êçd£fylVÍDmüº±1òÕï-ªK’~}Ñ\c4º¦®Súý fï« ƒi=|é•ìºaDƒÖÃ3PàvtÅì¡]‰¯t½àÿ.ÜMͯ7ÎŽ4ÝôÞèžTwz {má&{aa}=ù1Ä—8õùÌ2±@®Å®óáo '¿!õ³p—O:ÎÏKvÛýžV÷¾ŸX¥(¼g²—w!-XûÇy#zPèÞ_kæV2½Ãu9,ë9ê>ô­·³ðÒˆ6üiÎ`D~µïì Î)9Š‹‘ÉÙVÑzÊòN7Mëa]œ•Æ ôu¥~[ÁÞãNxnyY‰ÌHˆ¸ëåHÔìîqÓÃÎú–@E륄Þu«ÿšz÷;Ñé•Ïž×VH Ä™¼ð[Nd¾ãÐÔ²’,¶í6ÿš¹0ÙçòƧP?¥ŽO!3—o×÷KË—³aš]Šc¡< 49ô³¨}h=bÅåe$Åú7 Í WÀèÔòªÒâ‚ì4n¯« õ{á"É£çÏaAGLû Q¸5ÜNvv7=nÇ<|¡õ\oß»IÖæìÌÍ}ø¼Žü(_ëâ+‹€7•VM{uh9æk¢ñ»²óS× @½—[rïî[4ºµ}ô›´x›E4¾4Êò¥É”ß è T÷™|†óŽÚ3ÍÖ$ßó¼x¯ÖÎIÕ©ÑwÄôOÜÍn-­7ì­¹c4ÉO.M_qÔ5¡áŒÏò”פ ¼„ó,Ötk´Ð€u)}GûVDë’ óÛÇ3Gõ– ïÐéŸl3 Î,h¶Pë1^Ý©×zl®¹0ªß[’ T´íú¢í›ÚÐ5u2íWh=à!–>ªSI¤|HRõ¤îyÃe§¸øÁ³º§Äã—*‡ê«*¯|øäUÃó§ªÊÄTÁ¢ŠšGOŸ×ÕÕf:XßK«yRU¤TIQI%iA•¬­)—P5•?xLÕøìI ¶dß.­%{rú‹º£ëŒÂ³ þÃÓCR\Q]ûäYÃÐ<®­.+–ÅüsñÅ/â,–Hk^ æ³'”‰îX=~öø1uìÙ“ÚÊ’â—;ˆmFÜTr§½º m@»ùO-€õë´^K´ž¸°ø“Ÿ%ˆâð„ÉÉI)"NÔ]G'ï¤Ê祒Ðùœ³ ³{!ÔeØô¾;y?F³¤ÇÖß±’€›äFüC^C¦B( Ý®/X§œ6ÒzùÀ˜œä`'ê‰>Û›Þ~‚œšçu*$¥ÿyÙÜ;6ÚGÿ8jÃËÑlùi2ô°DnN\C.³K…P@»]_°N;8 õ€6¡°¬ZîñÌǪJ !,ÿIÄ•Oêžw~ôqÐz õ@ë@ëämFi½ü< Í­Z´h=ªþÐà Íh­Í£¤¸¨0?/'33+#½ÙädeÔÿ·AqQ‘X,ÎÏoÉ’ˆ ò‹$…/·Nè¼Ül=ãôå.ãNÆŠ=¦Ø/ì 1Ð~­´O¡—›“jf|íÜéšÇ…³§pñ¨ð°ò²2J”I óãb¢­¯›ëê\jz—µ­,Ì¢#ÂqU/«Nè¼Ü ã¯;l­çÆs Ëu‹(èL¸„å]uÇÞYyø†Á@ õ€‰Âüüˆ°ý+Ú÷ïÅDDÄF5‡¸èÈ}]Q¼ ºªªH,Ž‹‰252HMIzòäÉóf¥G%'%˜a Z$.|uÂè˜-gœ/8p¬ýs­ür:%Ø»ßO;Â@ õ€‰œ¬ 3“kþ÷c¢Â¹qÑ|nl³ 675|ü¨V\gmiž–œü¼Å)%9ÉÊÒ,7;óeÔID‘ÐÓý†íuóv‹½µ%î!îgûï*D\†0B(À©W•{M®zgÜÎê¬èye`a'„uôò|­tt²2Ò/œ=ÆŠçq„üfÏç᪞©Ñz9Ù™…ŽÕ[ˆ¸ a„P€SmÌoÇLž>~üøÑ£6åaQ„Á½ºœÊ6iû‹ÖÑKõ½ƒi½¶>òZ¯0êä´Óÿ‰¿0(ÊOfËßX¤¹¯§bZï%k½Øè^\,ž¥˜sN?þ\˜Ä&r)Râ¢üŠÊrüŠßãCØ›Qö ¨×zòB/3+ÝÌÜ¿6*÷Úø¾^vVFG¡cõ¢.C!àT³å/BêÕÖ6‡e©Aîn¡ùÔä¨"<8Csè ÛœšÚGÕ‰—f!ͯ¼Š[Ø.;°°xa½Tß;˜ÖÇžžz~æœEØd‡é®Ÿ?¢QQÏáóvÝÍ«> iâþ࢔ÈíÈ×3kàœ^ã?Ü~S ÚbAÜõíMèE”8eÞÌ>õZ¯$Ãõ»9k]3ê;@W•’Ö£µ)JtÜüÞäá}4ÈŽõŸ¶âÐ…CkßK4¨1hæªsÙE¥ÊðÞTñž£ßýÕ8º@Në)¸LùçKSÖj¡ŸÅDëE„ÇDEpãbøÜ8 ¥õž>{*ÿÐfvÀ…°Sãð+~QZ²o@IëÉ?Q/ÅË ½«º¾÷|ð«¼ÜÃ6ªâ+i½†üìì,K+s[;ëÔÔ*§áózÔŸÉ)IÆ&×l쬰%m´Z/+3½£Ð±zÛ2ø·ÎmÙxÜ;éÕF#)Àô¼MLL€¶Ítžç™-›þ¾“ a„õ_v*-Êjû—_ðJjY=;NZ¯¶ö!-%·×Ah؆{E^ä—‡í…Fn -W“£Je¼Áwó>Üw·ðáÃÚê„‹„Öó,Rc¯ ›VèÀ>Ââý¯¯#öç릟Ù;´Ö+Œ<> u±ùêMßû>.f¦^"I½ðü­á½  à à˜¤ü’’ìû»'£nÓ×_p¸åm{zÕX„¦ÍWl.Ýsãh„†/?hàèbgxüûéÝ´ž< U)h=²çhæn³îî¶ç~œ„½ðÑ.kgg«VŽBh%K)¾ËÄÉ冽þÁO#ôúá°üR:— h#£¢õ|¢/èLZ/2œÍãÄb(­W ÎË/Ì¥xXû ääðr¾-~Åïñ!JëQö 0i½””d=ýË2¡—™vEO[/Àùø¿Ç9”ÜÃ6II‰,µÞuk‹ÌÌtiE9.EÕ‚…~¥jÆùee¥|×Ì„½ÖËÌHkÒ…¡7LÍnƤ5ä$zn›ÒsÐ2½èÔ´Öi"#­ÕzÛÞH ú{êòž‰àÕE#ë´oAoÔÉùà$˜m:š©Ç_G=?±¶U;í:ê@¡x «£-œR]æ­HòÝ}“P߯mE-«g÷?&„Ò{ð€ŽÊ$Ýwºkôï…º¿-¥º!¿4”Ð\[CÊÔ䨧Rtq&ÒüÒSÂÒ¾y­Ôƒ}ì¸ó³]Àb&·—}’n,”Ï×Ìî4ïÌÞ¡µ^žÏ†áhà·vÉÅjh,I±^¦‰f4<„™áüM_4é`H¡\©’d‹%=Ðè­õ÷¿äŸá”7cªJNë1ÚÈß‘,)N·ý¤'šr,‚kEñ׿#4G[(a[¼8þê„fŸãHè\¦L§~†3<$(:2ŒÅ‹Á¨>ÃYYUt|PMæ}üZQ)ÅAÇïüÅ3”}LZÏÜÒ477 ºŒŒÔ‹Úç~Ã!üçà||:JIMÒ½z™¥ÖÖ‰I"J$j_¾¨T'Ρ¤¥H$À­³×zé©L¤ó¬Ö BhÈZ~Š3‘Û-¤õ“kBCNÒýÓ_¾ñîf[nZj#eYÃÔÛô„@‹ƒ«Þß¿ ±It4iÁê£ÎÜÔVk÷¥“Hªc~ £‘sužòžÉªÚ” ³ïôòÁ^»¨¤fºðª&åòÈU†r=O¾÷çdÔm±© CŒfŠÿ1BëY´Yo•Ørzíù¶ÿJ{þËëF¼í—}Q…gƒRòS8×W FhžntzÃø¾~40¥‰EØ­º-%Îâ‹Á { šðÖg¿žrOn]÷_Âê`ïT—¾£ßXöÛE¯¸´–/óÖŒ ©õ¾²‰oY=ûN™<ª­}PSCCIèöû¸þo0šx ª´!?dû¨³eÒ¡˜rÕœªÜ;~6{Tj^Lß\ZÐwb\ù ›?o<ù°× Y«OùäT¾¨|äÖàRª-±ûòhö¥„JÚv«‹â 7¼3’|ÈJSkÁA%tŽ`[móoóùÙ.`1“_â:jáX¨ž¯™Üic?Ùqá|åÚgú—Ûunrò‹éµ^Aàα*íøÎCþ;3 vŒEš_¸d–ªÕzŒUÉi=FE±Và·e¶Á'‡¬9ËcUôÚŸál‹—æÞZ?ÝP@ûy=ÚÈtj­ä‚†öNBëeøâ×°Óã¢¯Ì ;5Îñì7”}òZïÑ£ÚššjŠ«ºQÑ¢áÙó§bãbpNPpà=üŠßãœ/ò°‘±AC) y­'_'ŸÏÅ¥ðÅ tUUUXxR5ãWüçà||”¨9žO['­ÖKOMf !èï¹Ý4úi¢nóÏàK­ät5]!¶š"õf-ƒ¶·i<×?æâ3〹«wþ«£wíÊéC¿~ýÅgáËìI+“pr:>/òZ”(=|ºýÃe+{;η¢S¯-I"Hj ¯jP.ãÓîôín¼$Yf¢/©õLøb4“îZïcó6ë­J…î6ÖV–ÖVfg¿†Ðô½†–äŸöwã^Z7’¢.¾I~b…elÒ‹üxí‰ìÉï&7ŒïëG“šX„Ý*`œQ£~б²±»n¤÷ïîµó† Ô}Öï6qÉc?Q电½£…ñ¹ÝßLéŠÃºÛ‹ßŽ–yÂ?&b­gÝ­ûÏ3”Ö«V¡ªàæê=ß»–\Qsx2´Î« †:TŒ5×àï̃£"££¢Y¥5ª9BBÍÍØmáyÇÇÃÁ52¿šÌÑüò¦×@ðÁmOÇ«;Þ틺Î;Ë•ÖW>rkP)Õ–ØÔz¢JºvËyÿLG]gn3¾àimu7½’Æ‘jìcëmþÿIXÌä—¸ŽZ¼y*Ÿ¯Ýi晽ck=òçâÜ.mûd<žQßYˆÄtZ/`ÇÔuáEŸð°ÐzÂbD9%Ê"Nó çÆ´SUòZÉFIë-ýù¥õ²½¾ˆ&+`[¼4×ç×áhô6¿¦ïfQL§Öz!~á!‘a!Q¡ùg8+*¥é÷O‡ž‡U^U²ñšNÜÝ«Lõ úkHÈ¿£ÃmvR¥ˆ‚rZ¯¶¶¶ººŠ"))˽sçÏp¸*犞6ùÙ:mêO,Üô ô.ëê`ˆRòZO¾NLLLÔ?§N¦¥§r¯òÔ™n¸ºàWüçà||Û(UØP'­ÖKKI¢Gàúë(q¿Û˜¬ˆÆþî%”;”étdå›Ô<{]~Ö/Ipo5 iÜv¯„Ä{G§â+X3ž¬H„á¯ßÖ(1fÁgnò“Éü¤0³Ÿ¼6¬—샥#çýŸ¶¯ˆ¡Kt½å¹oƒÖw&aɪEÔ5:Ò0Ù§YûMùl÷‰]+ßE~vÀ´¯Ž{ñ›`–" ¾ðÙ„~äMÅ®Cf¯<)WœÙµøûú¿¾G~þ ˜4gZoÔe¡!WÖíP«½Ë§ $?;fá¯ú~ ,£‘©÷6BS$*'D¯Œ~}-,…¨?DïÓþ7»QýdjŽa”‡¯w‰§ 8&uGÓû‘U€ryè‚9ýÐÀϵÃ(ÇîÄZïCc^«Lƒdî3kçïNöoè››…ª}kÉh’BCæÌ­I–ý‹6Ѳd˜ZL]jöÌ‘!¼»{êúžI\CNœÕ—}ÑàµÎ|êÏÄ¨Ë º¢™ŠÒ’Â-6,œ2¼·ìàÄEµo “œj´'B¢­¡C»¢){½e™¢píE½PÿQšhØNñÊSºEÕ"JŠvø‹ÉÁ«¯G§ªŸQ´ãB›©¼:è•i»í£éZä¬BÝ'ot‰g3Ù9•zn~2bª­¨qPu™«1¦ÝCÔØ‹nZïK+š˜°ˆÀ‘s¦jÖÔT)S™búfÿ•7òª«j*Dz ºi.5Ϩ"•‘r,°¤ÁX5§BxžPvîbÚ¥£U™vŸ÷F#*Q©JìJi½ ºVŠ~ÓB׸dU©ö_ì#ëÍ_ÍgýU?,5d«;‰oýu4jóM¾ÂülÒ Q³Ÿ«ßêé—ËS°šâ -ÒÎä6[Gj6OÕzØìô ³™+ˆò½ck=ùÑÿÎFhÖnaiAðþ hÀš›9ŠÏgýÑ-“ùöVIªÍrM4ôÿêm˜žádªJ¦õÜrÔØ°Óz,‹+h=—é#Ó¹µ^€_XH@DhpdxFþΊ*iðÉáEQW }—àˆ_Æá×9!øµ(R7ä¤UŠ((¯õ>¬ª¬`"0Èÿ²®6~UcC¡ õTꌌ ÿëı´´dJî]Ò¹ ziÉ8US'­ÖKMN¤#!Öìó=Þ>/òÞ†çË ‹èÙ!®×®×5Pÿw7ž4073¾ô¯ž7•ïò3>E}yÁÕ󦗧ǽp~J‚/±A-5å’E”Öã¶Æ4HðÙ7u}ý§³Ö.7œÍu.Û†$)÷¡e£Iu£ÿ‚_Ž_67×ÿ÷ç·z£®oüy;yj1t©3G†À‡Òz±/öƒ{¢±[=©zâl¿éÆm½%|1pÚ&fæ§w-ƒPïÎù³î ×ií`4aËÕm¯iôÿÌ$*Èä»nƒ†®Ñùg®F%&܆ñzØ?¡‰EhWû%kQFJŒñò>Hs‰a¬ÚE;.ôƒ¥°:ÂEExÊFms+[s}èøF§"k§R¢õ?ìŽ|k+Pi%YÍ’Q]æjŒi÷5öñ·öZï:Ÿ9& ,"ð×ES|Þ¬®ªR¢œwjV×á|ÅäŸYvŸõјsAPFüY´ k®-Å öª9多û½6Gù¨4AgBóŒS+”«* µÞE‘”¶•bÎåeÄCV3¾Þ­wKT\Y¥êû؄͟qMˆ5üHÙâA­M®ëúáhè÷Î<ÅùÙ¤¢f?W·Õ«]Ÿ‚Õ§k‘f&·á:R³yªÖÃf¯ q§ù+ˆò½]k½Ñë¯:89;Q8{…§ËI1ßîìyS×Û¾÷½íή†z,6K’”§ÚÑõ^¸ÏÄÙÕîÚe›¸ÂâÌ;[' 4àý-篻¸¹;_ø×,¶@©Åœ€ýÓñè¼½ñ¬¥³›»ý¥u#è¾›…©ª"!ñdõè ý“ÅL6ì´^)»â ZOÅå\ÚÈtêïá ¸ŒQz†3èøà¹aXÙIùæÉŽÿ«É¼ŸäðC…Ð&öÊ›XñŸF•" Êi½‡TTH[޼֣­3,<ôðÑ?SS“°Ä{öì~ÅïqÎW_'­ÖKˆÐ ð;;¿g¿Oõ#„‚¾ÏÉ9]{.<, ‰Â¯.í…†}o#oç€Ïôç4äðoš‚z.1Š®/2tíuYÿ¥÷{"­õ.q føP¼ÿ¿sšvÄGH×+ÕÞ }âu8n›;_Ř}£‘W?è‰&îñŠ“9ŽOÑ3þ °6“oW|y~ôæÙP¡:×D!ÚïwG#~ªßçØ4ÔåÝ«QøP¨îâžhêou(Ò_dާsfì„Á:o)m™¯¸Í¡ŽÆ‡­Šú/\9¯o—)Ûœ©¦™šã±åÈkø4÷úar°^ѹL DÜÝ¿ÞÑDã6Ø„‹xÞû^CÝ>0ˆniÀ±[‹Ãö¹~p<íJiùh*v#Ate±&þƒSãÔ¢íR‹fŽŒ8ïã ™)ïÝ¥÷{ I»=‰z876FCÖÚpT»Í÷ýw^74ê×8–= 7ƳgÖIÿ ÝOûvy}¿— ž¢ýa¯®³Žú„˜~ÜÍú;PP?¾SÞå7±Ã*`;£d-6ì‡wÿš¯,wxsÕÍ(Úq¡Ÿ?ò«ƒ)\JŽo|*6æÔ¾Ûq^L°Ÿ«ÁÁåZõÿÒ0D¤ÒŠº%£²ÌÕÓž)ÔUÎõØ=õýÜ,–9&Q,"ð6¥õ*) Û£úy4ñ`D)>úBsÕÛ«æ” êÕ]ŽòÑr™ÖK“V‡ìƒ†m¼_D’i½x)m+˜J‰ÐëÊÎåºâ‹ÄuÖ©å•*¾Tb›°ù«;é,ê&îò Öfœóo£Ñ o-c•Š4i†¨ÙÏÕtƒÝ`Ú¢YWèŒê «-×óæ©mV{…êÂlÁ ¢|o×ZO1 ù¿[¹òßÍâðƒ1ÔQÔoÒ’VêëV 9&¿¼I~ÜRcпºf—Æ»ûæ ê.'ê;ö½=÷rTZ”$ß>½nþ(òá¤ÑwäôOÿô£ùÅ:úª$iž{ß×êÞ÷S» &–Z]q­§â²È>2ø{8ƒüï‡ù‡…†‡aäŸá|Xû0äÄðšì «¯ÄHyæµA9ÏüaAtšË²ƒ±Ö£Jå´Þƒ5Ri9~—uµñ« y­ÇTgHHЃûRR’<¨Æ¯ø=Îi´NZ­'òUá{ÿ1µË5VäŸÜËöÒ˜vèvþ“ã²q4ê¹Ô0\¡H¬=±ÕüÏ>®!‡wëObƒ2Œ¢)Âõ;A|Kì?~\y3âP ñm0£6:sèz¥Ú[ÁÝÃӿݧb̾QŽÓz-4ä{»(Ò,Âò‹¾xOôäðÙš cîëmþdºVï.uïÓ¯¢Çýù|5®qœ…z~l\ß7©ÞÑ‹$º½a”ʾ×ï+óÑ ‚´ß"þI×ÚÖÁŽÄÁ-8Ž×pïáêF®wŒiˆ}s¡lF9€Ôzw¯nÈ\¦Î÷Óýl ¾Ê4àæXë-Òj•iëqlÑ„zOùøç“æ>q•™ÖÂÑTŠ€{ï(žÔ³Ïøs§]—Z4sdÄzQZ/B!ºø ëµÝÞ¾ÀçÐ4~_š…«ëv—UOþgßÀQº)Œ¹¹}¢Æào¯»ï™Üeð7&‘‚(;< °°âÔï”wyM,¸ ØÍ(ªÅ†L¾ÏñéXëm÷â¨Q´S…6Sau0„K9ÂOÅFœ’Og~û—S”ê6¥~ɨ,s5Æ´g u•snî"µ^Œš˜°ˆÀ™ËXë=¨®ªP@|gÃ04zƒ•pPˆŒ»×¾ìFlò—TT—„šˆ|KÒ`¯šSÎ'Õœ[!mŽÒQi¢!ÞÇî -Ƈ—f#w®¥V‡ nZO(¥måE<<ÝÑlQ©Ê¡ ìc65{,µº'íöæò¹n›Ç A«©“¾|‘&Í5m©9!²[L[4Û$ßÕV[®#æÍSµV{ÍÂlþ ¢|o§Zš¦õî…ú…`¹‡¹¤sþÉ“'©™IñIü2iiÌÕ…e»Òè«e‘Úå1úå±×Êb®–F\* ;S•î|R‹*…‘×z555ååeL`¡‡§.~UcC!¯õÔÔ°çÝX<âWüžM Z§BÔ#UWߨß]¸BÇùg|e»Ô(L¡ˆl«±‹kÈáy“Ôµ(\ÄåÅ"bÓ›ñ·GÞŒ8cóÃP4âgM¯x4½4þ¼/êöîù¾²1ûFIËÁßÙF’fV+ú£q[<âx,Íx^»§âsì—Ú9»;A^óÔ¸Fõíㆾñîê@7’ ïHÔåíc6ž7Ýêq¿íÏ&/.Si¢'„Z¯ƒPW,öþgBUÈÔ\ý(;ü2‡ÀZ6Êú¤Ö»-x…à…Ö#þ†}7 Z¶÷— ”Öki@´y×ìØÏŒÁ±Óúêbf¦54•" äÔŸ÷9ŒS‹®K-š92bH­÷îµùLn¤ÑçýÐØ­îQgÞêÖ{©a—¶Û÷Q•ê'\¯“QïeÆÑxÔ/.îÝcÆŠwt™ºÏ;ï?®G¡á?:Ç*Néf6ËEª÷IoÔóCÝõ3Šiª¨fʯ¦p)G¸ñ©ØˆSXØØ:9»Üö 0N?µª,s5Æ´g u•sÜI­g£~á4óº¦äg*å¨Ès[ÕßV,Ÿ_à¹v¸Ö#¯ª"Çå«Þ¨÷û-Ü=œL¯:KUsÊçÈ;w 5ÈçïѬ?,oz{ß0=±z’ê³Ì0¡œ°,‰;9 ¡AK÷_sºéánñvxöÅxâJ+’ç —,=îÞu¾°j8ê±äzºTÑìc6u{,7ÂðӾĽ0w,õ†ÿè«R¤I3DM[jNˆì–ÓÍvÉwFõ„Õ–ëˆyóT­‡Õ^¡º0[°‚(ßÛ§Öc²iÐk=?Rëù‡a¹`em†UÛs2å…_‹¿¾¢:ã^ߪ4âbiØÙ’ÐÓ¥¡§*œsî 5ZM•Â(h½êê²Ò&üýïc¡‡_ÕØP(h=µuúùùnøõ'üʲNZ­/à*i¾f0ÒZsÁÎÑÞY†å¿Kú¢aßÛEs…Á—ÞïŽßZDɉuÞ2õûÒ4º!‡ëElPD ¸Â+‹{â"–²£¼ûÚà¿×9Æ(˜‡¢­×»±}œj¯\šÞòC-‰o[·Á*D¨xˆ}£qÎäÄ&‚,~ýk|ùýf,[³È« »¢Éû½cÈüPãz Çüxê\£ú6x•q$ŸŠÕí£ÓÈøPðÅ÷º£AßÖb†.Úsñé~¿WÕžaöÝ ­µF®?釆­6 ‹gnŽ~”¹Þ‡_GoþíÏ#ÿ 'µÞ¡[üW9H—©€“nFZý8¡.k½«‘­2 ^4å}`ñ>±ª3­ù£©žÏ¿ º¡‘?9Ç0O-º.µhæÈˆöÜNh=ƒpÅühÛõZhøWþ}·GŸ¥ºá|Únû_^¬‰ëÃÎë§ßF¡A«,c‰?#ì$¾Y ×G—Bïb¼÷LÄý–‘ŠSºE­±ˆx–?GhÀ ã`¡úÕÈT‘Ë”_LáRа ñ©ØœA¥uª,s5Æ´{ˆºÊãH­÷™q4«…Ãí«„Ö«¬¬xAEºÍ²^h¾ðâ …üâ ©Þ_ØgUT”Ä[lœ;„zØiÎfÏ\ÕœR>©ìÜòŠ—ÉåHÓnlY4y˜¦ìÊä¥ÛÍ¢Åõ–Å«­‹ÆÈö>eÑ·t)yH©•äà˲zmé.»ø’JÅ>“`›?ÄJ{l¤ÅwCИŸN¬ÑeÂvW®j‘&Í5m©9!²[L[4Û$ßÕV[®#æÍ“fÕ³Ù+Tf Vå;Ü×:Ö ôó%>²GÊ=L ß]kóK:çÏ]8Máùï‚ýŠ"¯ÖdúÕdbª3ý ƒÏ‡™âcG•ÂÈk½êêªV顼Ök´Î´ÔöuÒj=!Ÿ«'üÚ²¾hôoÎQòù&_ôCý¿0òBm‹¯|Þù嘮‘±ñ•S§ŒîryAúK{¡^oý~ÎÀDïÔ‰+ÞŽ×ArƒŠ ŠG8mš„зž62Ñ=ñãlMÔããÄc#B3®0ŠÜ²Uî]o¹ü½5Äà £>X¿ï´Ž®î¹»øf£q(m£±äduY¡ì âÃÖŒãF|bvÌŠCV¶N&ûßè‚/ÈïsÕ»á¼y2>é¿ñýŸÚ†ÆfW~3ŒP„%/Ô†¸ûÖoÞÿÖ126Ó?{dÿùÛ±ì¢Á ¼„ÏD#ל6425®ÇÜ1˜Ã„›ÿ0 [cÎãòýÎ/탆¯1Áe~´çî)8sáo'õŒ ÎoÀ>`­Ç#š~E€r™ ¸,{4‘Z¯IM3/÷®î¡ÃçL¬l®ëZ6uçb@œb7Z6šd7ÐÔ ŒLÌôOíZ>Võ^ôÏU¦©Eߥ–ÌѤÖÓSÊñÞ÷z—.ú ¾Ë ‚òÝî7oýá‹FFWN¬«ê2{Ÿ;‡¥×Q×× z1Ð<ßKW~Ü=’<ç{l:êºè5¾Sößá4±Ý*hÂŒ±71¸|þÈïß¼9¡î36š†Êæ㌢úÁ’Ÿ{LáRZ|6SQ­STù4ÓO¾uKFu™«3¦ÝC˜í¹¾ÿ¾#¿òŒc—!&l" k`V[û°ªRÚ‰Á>²ßüÛc£Ü6“Ÿdì2û¸O,ͬhÒ QÓ–šCì–㙚å RhQu&·á:R³yªÖÃf¯Pu§+ˆò´Ð´Þ}_â1΀û!~ôܶ?zñÍà“ÃO #ª=?ØÃPÞLAëUU–µ­×ªuÒj=¼Nàúé,ê‰Æüz#Z1?Ìø«þ¨×G:Á\Ž Ö×dç§ÓS?]>xö›h'îöÙïf DÔ—!o+۠©âq÷Ív/£Šôñæêcöá*_Ñ,Òú{r7ŽQê MoIxÁvÿü߯¥><‹z˜¶ä×+~qlqú™<ƒ„“µ…Yâ3ÈØßÝ£Y›qÃÜO¬š3\Öz÷¾Ã^_©ÌiÌ5Ž¿Õ¯çhÉ>ðÛgøä¶ÖŠõ5Þùéô¡ÝÈC}F½ý«}»hp.ÎUÝ5çjEºm›¤Ñg‰¶_,iãsôÍnhÂV—HuÍѲ ÚëÒóFö¤jÖ2áí üxdë¯fP.Ï8vó"“júýp¬õôšÔ4ÓøF;ü¾`„ìäûŽ[ø‹Î­8Õ¾µd49÷ þ÷öøÁ²ùÓwüÂõg\£¸”wôS‹±KÍž92¢nn#´ÞÕPåCü +ŸöAhÐÊëáõ™dôÐY³¨ÙÐò²Ý¦A £ÐhO ?é…Æm½AL^\ñµ ³NÝ•ï”ý·ãšX„f° EеO6ë>`ìœOÖÿeq#oÃ0£hÇ…~°”¦=m¸”lx즢šeB…QéJ+ê–Œê2çª3¦ßCícCÌ?´[ŸtÃbÂ&†fÄ}½Š yÔ_X*·°¬7ÿÆ÷Xî£sº ÞKÈ“»ê¬hÒ QÓ–ún°XŒ§`–+H±Eš™ÜfëHÍæ©Z›½‚Öæ® ÊwÐz@G×zΞ ´žo°ÿ½`¬éšKhp®ŠÒzz—µÅ…EE’‚+¹zE‡Òz­^'­Öãsã: «· p¹ó„1ÆmÏänc6:D7äÄzÀW ‹õÃaFSí #c³GVUH;1ØGØÇ:ð:j÷›'h= £““•afrÍç–W Ÿoqw¯ÙÜ775zô¨V\geAü?–U-DÀçÚ\·ÈJO}uÒj='V õkPÕ¾ÍPímûì竊†:G”šärG¡íçpÂîkoãâdzêû)=,½t/úÅ¡“ñåÊÕ°Ööº-çg“¶”޲d:å2Q3:J6f¦fµµµ•ÒN öN…íü «Î¾e›gÛøZèÐäçEE„éê\ºçs+$Ð+¾fB|Äïž¾®Ž(^PUUY$)ŒŽ 75º&àq òóÅ…ÍÄÅÍŒp÷òs³_F´ZÓQèX½…h€Ë>ŒŽ['kà3Ÿýi'(úæþɨÇb½P˜QàT{⺹٣ήõ°°uàuÔî7OÐz@' ¼¬ k4sà gO;ýO3ÀÍMŒp%µPuJ ó#ÃB­,Í®^ÑÁB²à‚6×-¢"B³3ÓKŠ‹^RtZ/º£Ð±z Ñ—!Œ pª±±ìüZû‹ÖÑKõ´Ð ¨®ªzü¨öÉ“ÇÍæÑ£ÚªªJù:‹Ä…¹Ù™Yé©i)Í—ÍÏÍ–e/£N%­Ç‰ê(t¬ÞB4Àe#„œj{÷;½Öƒ% ëèeûÞ~´ž•¹ ì¡Õzq1‘…ŽÕ[ˆ¸ a„P€SmïþAëÁâ…uôR}oWZï„60i=è4tn¡Gi=x%Ø[[zÝtKNµ¥ÖûË660i½:H A‚©¥Î­õ`|!½ªô°¦&Q$turH©—{m õŽÛÄÀ5Z¯Óÿ/(ÐB$q‚Hè}Ó­Í´Þ1ka+rÊÚ7àzüÚºÕ@{´Ðl¤ÒòÜÜl{kË6ÓzG­­ÈMëD~ËoZ/nÝj =Zh y¹Ù ßßÒZ µ¸`eåúú㇙‘7&á÷­Xsûç˜K¦ëýÄãÿ%—ÿƒ€Ö:Ö;|ßZ¸Y/§_|öT*N»än½´knwؤ”?¯ÎÎ>cEå.ETÕÖ=M‰I9iÕ–=ž¿•iå-:ÊØ1 5­t ­wÈ’×*üméj;àñƒ¤êb‹'ÓB¬ûà6ÿò)¯­{žšpD1ÿŸ»¥Õuu™ñ‡[©‡­‰U¢[FMº0íï™üÓwÅéŸ&‰Ž´Y7¬SBkê*RŽ«ëÐj€Ö:ÖûÓ‚×BNYº;Z­±îøQeàƒ"í§µ ùñÇpŽ“õ7ø¨úâÿÕ_BZ[fn'—o•ìWAdKb´¸‡mÆaÑ?VmØ¢•Lëë8!êЀÖ:Ö;hÎm6Ç̯æ0$5ôSiþµšÒÕ’s+¬ŸTº<®Ž¨.¾‘µ6Ìa°£å lÉP O;®¶îùãªçuâØÄÃõ™ÿV>®{Zþ´®2!ù(™s&¨¼øùÓÏžä¦æ^¶V©ÊBh_)®yFý€Åiep`â±úCÆÜŠÙ¡çb!Y§e¼ilyA-‘õ¸²2ÈOt„´´U=xöœúŒ²rßðÂ8ñ£ÇÄ_O Òs¯PíZŠ<Ëêžd§ýEÕÏPÛFÂè©…ðZdiv5Ùµ'„Á¢ÃדCj^üfG 7ñˆRÇ,„†Qe¹5ÏÉæª"B’Ž×çË»ù¤º:<0áH fÂÐz@ÒzÌ8ÍÆÿú`®çtIÊÖ¢´ÝâÄÕÅ©ë*òþ|P¬ƒ©È;Tžó§´@O’úÇóuÿëƒN˜{ÑUÂÓOzR'-´æ<|þ¨Ü†̴L ¨¬«JÎt²å8iyôFºÝ½T¯ËðÒÒºº"NÂa¥ª,™SW*¶¿›jv/Û7ë¥g‰Añ6*“ØßI1òI·pã4ãéñjëž=Œ K3ðN÷LÃÆïºr*±½“bì›MÜ[|šÂ϶òI³Š,“ÖÕs×WXß7µU±iTÑOy:qž×=MäXù¤ZdÛ¸ðp °Ö«IÏÔsKÔqK!zrƒÛ’Éð_´дÞ~3N³ùÛÜå¶Õì(× ‘KK²Ž•f,IßXž½»e—.x\—%ÂJäo¿ŠGÏjÜø&YÏð¡Ì•Ь êêÄ™'•ª²y2ç˜ìÏxçÂçuU’Ë–*‡ðu»MzÂÓº‚H¢9"Ç:ÿ¸®8.áOEËã¾OêÞ¹Á%lÌ…,örþ5W¨eUêeŒð OqÙø'ÄãšGå ,“‚kê*DI‡é‚@©L¬/b.´Í}VW-¹¢öY™uuùáñ[0þ t8­'Íçܱ58ÿQ¬¤3î–¥©÷ÍÏÛ³G7JÜÞ»Zžãm¥öÌužÎqZ¯Í´Þn£˜rÑôüm«)¡öC²¹ÿ+ÉÜ-Iú¦<÷dC˜ÃPœª-γ×=ÏK=d{.æáóÅW¯ ½Êꪒ’ÿ4Š»’ð¤®<ïŒ 6‹=éSÀ/~Tû¼®îÙӇآ¬ÆŠU™ÜJëgâ‚TNìßÄŽÕvÖª‡bö»–Ö)§)I-÷»ŠË뇺Ǒ¥âôSŸÖIóÏš(TȲ*u*„ÞS²ì3Á-Ž‚Ëf ÕuRaÂ~º ¨‰=A|4²ÚÁF% f‰ëJ¹¢ý-ž ›§õÄ>?&ý"‡\iEžÏÞ7û ~óäW`(N„ñòÊŒ• :Àn™ïöU/ì]¯¯oæ½D½¬(¦L%âÙÜ®²iÐzLZo—at«pÊØ ĦŸ8ù×<þE©ÛBmúàœÆ óÝKëjÓ“F゙ÿøynrEÍóû˜]†±ç9µuÕâK¦Ñ{róqŸS²ÜâϹ${a”ù—‘rU”~9(ˉ9LH[+ÕCÑû\ Ëêž§‹Î8 ø×*v·¢å>—üW˜[,Y*V7ù ÖzgL*dY•ºFå¼`òt%ܼã\6‘ZO´.dçå‹ÄüTMh=k•€˜Š°,.çÅïk¥ÉÐYyZ¯¢0Öá¯>œ:¸;¹<ûŽ™³ü·‹÷³J[]ë•Ä›B61ã§$Ýâ} üvÄfÿwÄä JAëQ£C(ÚLUâÙ¬®²lÐzLZo絨ÖÂËrVràôÞ¢ÄÀ©ø=«RÆBßʺªÑ>âϘK|âKIe¦6ÄFÿñ îQ‰žiÔÁ[ÒguÜí¢ÉR±×2ŸatÜP±*#žk Ö/I¨? ã̳žÕÕˆ/™¨ºµË"5ñY]UbâÁkê*ùÙÔz®1äј+ÄG óÎ+˜±¬J]£r0yŠË&<««&ìWŒÞŠº)‰ûéÝež"|‚‹ˆdG 9Ùϰv¾¨–Åe¼ø?Zo2tJZ]ë•§»þ>Ue‰öZn—QÞêZ¯²,ãžöÎßöèf—U¤›¾ƒTD„œA%h=™Ú¢ }ôT‘g3µ»†­Ç õvDµgŒt‡Š> uŠß³*e, {PWÆßKþ¹Ë*Å7QìhC>X]÷LjdµÛ!ø¨\R–¡[üyçD7ñs¬€Ž]S¬ÊÐ/uµþA©ž)ö¼ÊÚºçYaüÝõ‡°´ÙÿÂ>V›W[W÷4•—iæ™xÕ;Í94õ¤¡²å^'Bë…ºRý‘i½ÓFJf¬ªRרœÌžÆjsÖÕ=Iâdšx&êßN³ñäî6ˆ3ÊxV÷¸ÒÇ7IÿVšýmÞn…FcÎÇ>¨«{fà‘lϯzT÷,9GcRëÕÀD+k½ò4Ç•ÈE©õùq»Qzvº0ÜÛôÒµB)iP’ìõÏ÷óFib‹®Cf|ñ‡5OLj@IäùÕ ¦ŒèÛ•,¬1ðõåûŠëŸúËñ»ôÃ[ZÝð‘îCGõE ZONnÔ‹ˆú¤õ›¿XE:5§õ¢Ç}˦ nF¡C§}y1Féãi4ŠŠ¦(æèd⯙g¥ÒÊbžÙ¶ÏçMÔl«û¨¯ÌKÕi½Ò¯¿×ÌÕ"î‘v<ã«Ã.I,;&ͽ³}Á˜~]Èvz Ÿ½â˜GJÙ µ¥(úè©v5ÆåE÷d]E½FiE§}Ì3­TEÐ)¸OßPãA´žLëm×lEn]ŸÍ½9òÖõYl‹'r×EñwÑýÓ·²®®ÊÚ¿>å/ɨ–ýžÂÓGò’þ4P´¿Æ½µ^MUV%iV[à OÙ‡g$îS°»Q’SCýìÀÓÒüü ÆÊ–{I­w#š,}™Ôz§ U*dQ•ºF¼föôZœ^DIî²ì³Ç™q½ú‘»¬RC$O¨_NÈ$ìWé˜n¸¬ÈãÊÊÐá~Ú€ÅZO¸§U'Cç£uµ^y¢Á;äõúø½ÁUi–×oce‹¶›õ-’Ë4Zš}zÊLÞ<G(gм֋BvŽ!þxýxxaE…´¢TR®è­ ­'SsåÅEåÌÏp– /½E”·Ó7·¢¢,Óù»AÄ ´u· ïq­¬TZ’—Ï„}AøÔwµW~žáTíj¾ªÖÓüÌ)»²¢4Õ~í¢†±»CÄ,´žBCl|´¥õ¶êE´.' Z½NVèË´ÞÞWÒ:ð Z/91ÁÃÍĨh½Ã‰9l#ÖËwýŒ|zr±m™Sxû„tA LR¿Ô±4Ag¥B%ÒüŸ7º-uÌQù¼^S´^óZ¯,ðÝ6Úf4_ûx³öí¤%¿è Øk=õŸ×+pû\“fÛg”\ÖxÇJì·¿;L¡`·s›­õ”s”Žæßü¦7QÅûVMÕzûR!¥æm¥¾öÃW€íDëmÑ ï$èsœ ­—°§Óx´3šªõð2w±·IJegefgfde¤+<ÐiõœáŸáEªZR.]?TV[ÆJj«,YŸ¼5fgˆ„Pˆ„ÖëòþuòÛ]˜µžù»äÀ6ù1h½fµN8•y_çg¯÷¦6›A+mR”î:©”eZ.$ÞýÅ·°%ZO¦sѰe¿íع³žýW íXy–ýgä#–“×ý­oªhI?JëåЪÑè5®õrœH-­ñMf³ûô ±2ži¼ óó23Ò]lSÛƒÖû]7 64Uëy¸ÝHÅçfeb3|…®lPÊ»ø6õQ¸1ßžrOÈÈËI…{X\sO*mx"QóC˜"â)ÊU¤j·7T\ɬ¶Jygf“ðzëD`”QëUæ¹Pšð½xâHJÉg#žálNë•Å™I™âÁBIìå…ÝH#÷y—i ¼Öô'ê˜~2²¨iZïæÊ>„í\!ö¢”{j&ùa½ùG}2JÉç`s…üìÆv_TUÌùûuò¹Èq%ÒÊ¢°ýãeZ>PE¯­'-Œ<ÿ>)K§.ªTã>mC€WÊDz2Óðu`{Ðz›¯„À†¦j=K³lRè1~d/âô¢^ªktò‘¨"âÛQ~#Ëè.ûv”¾Ë”¢Ú*O¿ñ£–¬”f¿¾Ýé¿›¥²,þꮲï Я{ßOì³T¾›¥é­Kü6ÀÍ;iâêqÊI‹åý¥5fº®({n²O_Ù—°Ñz%±ÿÌ9ñѵ„òò4çuÃëcØ£—&Ñíéÿ¿ØhÇò½Ö‘÷-QÿÉo½»`ÆT¯õhÕhôµVá}úÕøÐïìÒʤ•jܧk¨Q_xµTUU`¹‡¯ÛƒÖÛt964UëaûìÌ š;zr‹\Oý´xÚ0Ù5¾æð×ß_sÐF@~‹~I¢û±oæ '[ß×–l7-,Wy\Pù)ÊÊbÑ#ßÌÑê!«pÈ„9_ QùI…‘ÍöEc(±ÐkÒ*SQ‰Êo.4¹õ‚{û?š4P&NúMZ¼Ù(ºPÁw&iŽÿÅuo¨ïò q³>Þí–YÞè/è•„jÿ0»:à[Ò 8Áíøª¹#eŸÛë=jÎwºq%w¬²<ëþÙïߪ/ˆz ÷ÆgÇCÄôb=¥@I"Ï®|{ÒPYý=´æ¬<ä_Ôð3 îÓ5Ô¸/¼jžhÀra1‘S}| ê·Ú«PÍK¼î-Ýsr H/o'UÑE£ýQšêøËĞݻö}÷DP^E3—ï›®9ä+KV"¨”wn&ÒüÂ5¿=¡OãRá¥Ù¨ËbǼW1'ÙÄ­™.7iR õ A­×$­'͸¾¡™g¥ ZÏËH4òwÿZ¯4þê¢~ÖõJ-a¼’Tµyyˆ¶ŽRìá«­ªCh½Bßío/ýë~Z‚ý¦ëó›îx1GwÕÛìñΑvL­×¡§ñ+ÔzlâÖl—›4©Ðz Ök¡Ö+‰ûwz§8¥/ÌÊ%©Ieê¯$Ul@ëµ7¤/'†æ¾^GžÆ¯ò¾›¸µùÊ@ëA‚Z¯Z¯"×ãû7×yäÖ_d&{ÿfÖ` ¼„{_¼ÓVP¬z±GkSžzcËûS´úhË¿ÿô•G´¬{wl/ü‡Æ Yk.†”W6R|ÑT­ÞTqÍÑ 7›qŠä®ÒăÅ N•$¯|­âX·ásÐ kh¨,Ã÷ìºù£z‡zMXa (U­Jér4ÏeY4û‚ Œ}4íIyšÛöÅÓGö¡0åãfQbJˆ©9ÄX[†÷å³Gõ&Kô˜¶÷œÁR^©¡´ Jÿç#{¡×š¿ÇO¢^¾©–4F=GhõR>õtþïŒÖ$;Õmà¸9_#?ÖŒAQÖJnK+‹ø6»–L 8pêüY}ä´^£.+¸Æpõ#Þ’¸±\nJ“ª,ÝçÔÚ·Ft'«Zô›~hl]0‡­ h½&h=y ÷NAݦÿ¬í|÷Žã¹5cšv4R¢x±Ç`C]íÏÜkyÓËÓáâú×í²d®›«íéU£zí`xqãÅ÷X¸ºßt2:üé"?ª¨á"yðj“€ð°ððpnš¤Bñ6„8ÚÁÂÞã®ïm§ ë& 4ùu-;2S üpçe;77'3=«X1MUêd›h°èI½kf.nnv‡¿PŸe†ñeꩯmÆN3wï[nvÎaÙRµ–òZ)†%±'§£®3·zùÞw·´¸\¦NëÑ–êÕä_uloxÜ0;öùÐÃÇ8@…!ÎÀòoþ|ÊÂÉÕÝþÒº‘õꦃÒѧ±4çöo¸z­ÏÝpw4=¹nF·­ÇÂeטÞØˆ·$n,—›Â¤‡š¡†,ÝÍÉÕV{Ó\MÔkÉU¡üº  #Z$ÐzÍÒz™öË{¡™§ëŸçÌuý¶/zípd‰ÜÅ£¢4ÈqX¦‰¦þC^ž•'/@èÍ+‰el‹K“®½ƒÐÉË{öO‚IÓ­uAK¥ÙŽ_öF#~õ)PÿP³¬` 6=QM¥"ýEÝÑØ]!µ‡XÖÆ²]µ1”ÜÿU \í˜.eñX&}`•†/Ùè]úác ,Ç/z¡aë=r¥*O-6cP:ø4®È°ZÚÙÞpíE4Ø¸Ìøÿòó¡±oIÜŠY.7¹øPIkãY‘òd‹5ѨmÁb•é$F´$H õš¥õŠBwUYȾ¿U(w±Çh£xyV´m4þëýB²æ|ï5ýÑäÃÑÅl‹WŠ}~ŠÆî )j\ëI®˜3ªO„zôë‡dWãE¡{Æ!Í/]s+›«õØDƒMOTDS©Hû „楔©;Ķ6víª¡$FûÓAõ™ñõN]o¡DªNëÑVÍð1¯æWny4ŸPkÆ tði\²‹ˆ†;M4ظ¬¨õæCc#Þ’¸e²\nrñQ™H¥ ºo"ô–~b™Úé€Öƒ ´^³´^È®1¨ë{:÷££"ë‰â&VÈ_ì1Ù(]$ׄÃ6Ü£.’ îü0M:UĶx¥øþ&-4fgP£É%±'g!4níù÷CÃÝNÌÕI òâùK·Æ.>%A;GãŽúÒÈ Ñ`ÓUA— C ºä25‡Xׯ®ÝFïJ ž—w,›Ð¡Ñß[%—2k=ÚÀ2ŸÚêE«nš3(|«Q¾l\–×zŒó¡±oIÜ$,—›‚ÖÛ­X¤4‘Ðzs¯Òh=¹0 õ A­×¼g8ÉɆ®÷Ì“Ò}óÃ*ÏB56ì.’YW¸º+ ÿs"°Ö›ö™É<§¥ÝÐôÓ\êÇÑrݿД=e—aýq4â7ŇÊT«*å_œ…4Þ¹–\®ò¸ ‹h°é‰²kåi6ŸõB#6ˆÕb[ËvÕÆPþÖ$ç ›³/Å—0>ÃIXæác ê©EÕ§›3(|Wd9à‘öS}…òÏp²pYÞ5ÆùÐØˆ·$n¬—›Ü3œ¤Ë¸ˆìhyÊõešXŠ¥ õ@ëA‚Z¯ùZoôÏלo¸¹R¸Ý‰Î‘}lGšwoûD„,ÚvÉÆÝÓÓÙìÒK~1ñI¥kóq©õ&Áé¥L6ì.’+ÙW¸º“f9Õõ~ï ¹«‡£±ž=_þ“J%‘‡§ 4á]îúyžßUve+Í»¿sBƒ?Ú}Åþ¦çM{c£›‰¥4UÅžœ‰Ð %û ÝÝÝ-öÎ@õ_Â&lzB}ÑQ•ûM½ û¢®oŸŠ)©PwH}m ÷õØXªai‚ã…K¾þ>޾Žz|d™VÆøÁ@ÚÀª¹¯Ç8@Ô·‘Œøâ¨‰ëM'Ó¿×ÍìÞðm$MÅv¸iL|SÍÁéõž÷Ûyk7OO§Ëÿkø¦6.˹&f x£#Þ’¸±\n ñ) Þ? ¡áË›¸{:êmß i.¾Â/­­Z$Ðz-ÐzŠiÈO>⃒$ßÎÑêNé;vѾ€Bœ_–}kÿ#º÷]î˜ËdÃò"™]q¥«»¡ùƹCù½÷s6Õ›G÷Ç_ýyõMïõè?bözÇÌr¹††u%t6oq ‰¦ª"¾ÕÖEc¨/þG½†Oy‹kš”}4í %è†Ï{{,ÙÆÀßþ}+£ìÅmúCjkS`ì,ÕÄP|hñ˜^Tñ~¯-Ýe+,Qÿ› ªU§q˜H·ÙùÑx²åSÌ–ÿ•& ];Ð4&€À÷ÜõÒè;jƲ#A¶.˹¦&àêG¼%qc¹ÜJ”¾Œ(ÕûïUTÍ1ïþr%(¯¼±Û£h=H@ëí5¢©=þù«ŠR=Ðz Ö@ëÖÐz õ A­€Ö­ õ@ëA‚Z­ $Ðzh=H@ëÖk{ÊRÜö}»úD°¤}v¯<'HwïÎKmýµ„Òܽ½ÛΆJÚIÛù0h=H ýµž´PtÏÉ) ½¼ J5êÇ£W{¶ïlü’ï›®9ä+ËÔ²æ~ʯåÑkêGê^jÛ þWŽü ·Ùä@ëÖƒ ´^Kl…Fþî/iƒRíMD¨zÁƯbŽîª·?Øã#m®Ökyô@ë5‡lוCN‹=‡¼öΊWn'•°rPnÐÛlò õ@ëA‚Z´^[j=ÍZ¯ãh=iÆõ…Ùhæéí}ÓÑòÊ‘ŸÞ†P7÷ÞÊ.o—“­Z¤ªõÊ3¼,Ÿ=ª7¹F{LÛI^:–&{ÿfÖ` œÕküâ¶‚bâµ Jÿç#{†šZó÷ø–åinÛOÙ‡Zã¦|¼Ã,J,mÐtõŸ«Êð=»nþ¨žD™^VJÉ ×†4ñ`D±šâŠ—»Ê¥ÊÒ}N­}kDw²Ô¢ßôC ¤tׯy.Ëz ÙeL®©ìã£@I‚ñÊ×úw! º ŸûƒNXA9½ª9ªÃ$¯ïÈ÷hؼ·ÇiÇÍ\õ÷­Œ²Æ¼Vm¥q¤•E|›]K&ô"LN?«œÖkt¼ÂÈ åà©L5C¬4LLfå©7¶,šªÕ[ƒt\sôÂÍfÙGÕbã AYŽ¿±Åý4aIŒ•áMDJ§õfž”6¬Á¬;»¦ 4ôGì õ=—tÚÉ€Ö­ h=Å[BhÆN3wï[nvÎaÙÒŠ‚À½SP·é?k;ß½ãxnÍX„¦””ÄžœŽºÎÜbèåxßÝÒâvrYCñ™{Ì\ÜÜì =¡>Ë ã‰C õTVˆÃŽÌÔ@?ÜyÙÎÍÍÉLÏ*VL]¸^mÎM“T0WÖzХġ‡fh !K÷_srµÕÞ4WõZrUX¦VõлÆ(RšÊÅÑöw}o;]X7¡É‡ÈësU/TsT‡IUë X´íâu7wû+ÛÞ탺¾}*¦„…Ö“o¥¸Q¤9·Ög‡Œn¸;šž\7£[ƒÖc1^ adˆ†tSEÍ+ÔÏlV?i-\Ýo:þtÑÕ¨¢Jõ‡Ø8X!-OsX;´ÛÌÿgï>À›ªÿ ´¶ì!{J" "Š'øPA/®Ÿàe•qQ¼ dï!³ìNhiÙ¥¬¶ŒBÊè´M›¤#MÊÒß½þŸÿIÒ–¤INOKZÞ¯çs}Ò“““s¾ç¤œÏÍiòýimfè¿:Vo:|Wz©]Ï 7¤ù½U[¸½î“®`Í-»žõÁÏ!„º@ד»üÏê5ÀMt™u.Ï<%cçÚ¢ý´Ó¡Ÿ7õßñIÖË<<ïÊŠ¾Î¢õ„p­Ãåä¤ù ¬)š}~ Kö‚4GÏ•”iáM?Û_¸ðüxÏW\E‹±a¹Ö£µ»iJJÙÆÇá…|É›ûV½×&ë•]Ãi{•¦M×»}o~ÒÖ×ÝDó/ŽjJïz–ÏRê8R6¿ì"Z+z¿ÏâNEûËÑ5––£aùtö¹]l¹›df³.}ܪÞB<1ÿ¢Î w—¢ ÔÅm\O´ªJÛ?º¨;xkbžýk8­»^îò¢îBtüîlŽâ5çNB!t=€®WÆ®—1±µÍ‹·Þ{{ÕÚ³ _k D­Îƒ=–ÕÛ}xÞ•…OÑsu‚ÎÑrR#&µ®wfÈÿñ‘ÃÕ(åQ%ž³ôI!žZ«“k=v7ÍAI)ÛøXEã=õÍî-jUÂ¥NéaO.‰ÕÝ…®W¼âueêz¥ŽCvø„ÖÂuP Êöïõí/«®ç`4,ŸÎÞ¡"·‹­v“ãÙJ —æÀˆ‡EëIáÙ¶#iq—‚ Ô¥lT[Ô´=I}dt+!ºÏ½ sô÷z¶]ï‰Â®§tÍéz„Bèz]¯¬]/|B+Qý¹E¡g"O%ò|¼Úx…˜^}1xñøþm« Ñò½ÍñyvZF̢–áh9ZS_PZדYR¢åÂóbçÉ=–KçÉÚã-EãOCì´»›æ¨ë•i|,’5³«m†ÍÝq2,`F§»Þõd·ÚnYÝóð °×õ”ì/‹at86ղġ"·‹KVr³•,t¡£šŠVÇíu½Ûw)ÙÀü8ÏÁuE“áAiiû¾l#Ü^\“§¨ë®ú ®%\¯áTºæt=B!t=€®WÖk8M×é=üq°JïèQÚs¿JU¢Û‚˹ö¯lf¼zÐÑr )[^qÍFZ_Ù}ò›v¢Þ°=ê2¬†½G]õ6>ÿÈ…Sò6õw•Nˆ¯‹žßU8õ^Ÿo¯ëÙnšmI¬.ëøXþ‚õ}¹†pŸu>ÇôcFà®…íÆf+ìL)S×ÓŬzÁYª(áZÙ­¶}–Ò6Á<¼‡m»å5œJö—Å0:Ò¹]l¹›äŽ„òt=EhÈKöúg#§G'ËÌ:<±ƒSƒw¼“ô¥v½üÔ½ã;Ñðƒ]ÆÏfQºær»B]®Ðõ약êиv¦OúX°508Øoý‚_7Fçèób|æ-ð 9rì€Ï¼!M„Ë‹“t·?dÁæÀ]ÞËÆ÷©]ü© –#MõxT:³}qâ¯]Á»¼Ö¬Þ›§¿ê7¨¦¨ùÜÔ ;ƒ|Ö,óŠÎuôp«Óf›GÔa_u¢É€ikƒ}–éå&\û-‰6ýUvÔLi]¼4e¥O`` çä΢°õØß4«O+[ÕKˆ–¯ KÎ+ÓøX¾¯wzZG!Ú~8ßÿà‘°ã»gõª^Ønìl»Í]Ot™ì¸{·ÿš†>ê$j½¶Êü 9·Úöy5¥ŽƒA>Õ]ˆš=GÎÝì»øÃæEŸÍ¢dY £ÆÑhXí_{‡ŠÌ.¶ÜM2³•«ë)Ú@ÓÛŽxì‰ ¡j½:|ÚSÝ’¤³×õZ~²&`WÐ/Ï…ß~Ô»‘ñ;&í)úÎeknçàç ‡B] ëÉv=)¹qA3†toêlzáÖnÝwÊQµ^öm¿Vnæ×rö/OØv)·¸e4éùtkÓ§ý×ï<¤øÓþ,çöôÆÕ“÷œd¼-÷Ò†Ïz42NqjÐ}TP†ÞñÃ- ”í£ò÷ü8Ô¼p×VÏ~²ä¸ªøk˲£7éÛÊÕ¼nM:>?z§ñmû›f]ÚÞ¯^hæ\{€OF™ÆÇê$?+rùˆgÌ_ Ü×mÖícŸÔ|û[QrJ®l×3~SÀónX/[gñͶÚöyã—:Ư™óAÑV8ÕnѹÿôãZùÝmwFí¡h}¨8ÞÅÖ»ÉÑlåëzŠ6°ðWmnX&mç[ŠÿYtiøè3oŽ_º?>ÏêU©hÍíüœäB]®Ðõ**åûoB!„B×@×#„B!t=€®G×#„B¡ëÑõº!„B¡ëÑõº!„B¡ëÑõºÞý>#|Ùä±³#îì+§sbü–Äd;œA—0eÈ;3Â*é[ç§_:ÙcÁ©ì _óŠ^Âkðn¾< !„®G×èzU2ß÷]þ…äœÓ×M4xuvX†Áþ ¦oñ~g·ñ‹­5?yX4~ Õ™?«´\óû5¼r5A}å¯ïÑäüJ²rï’R÷]©/OB¡ëÑõºç™ru/fç”ç6x}S¢®´®wdtsÑüË#t½ ˆæè˜1˜µrï%ûNþåI!t=º@×ã<³”ä©b“²õ¥½¯—ûûÏî.9—G×£ë‘{Óõä_ž„B×£ël×Ó¥„Ì~¿W‹‡Œ¯R·¶o®¼h,)ºä¿ {ª™³qÚ#}G®ˆÈ2ŸDå§ìùz@·5M¯i—NG´¶SŒgwñA߿յ¡“éáý<¶]Ì1^‹•¹bÄ3Í]Œ3º6í5é°qÎü¤€qýÜ›×2ÿ–¨×ñ•ñë#5Å'lW#qÇè¾5­édz”kË>_¬?wûѲ£·Nx©­›ñ®úõêZ«è¨F“,:‘•/Û˜2‚Þ{òý Œ¢]{Ë—Y»£$·œç;6­e^N]÷·§/œþþ³­›îÔ ë»ó#Ì«jêz¢qϧ۸çkÐeè{Stöº^é£áxx>¼(úŒˆ-+ƒóôÍù€UÛ/hžçk7õTŽÌQQ¢¨üû»ˆnó.ê-Ǫ”q7Yý9¤ìlJÆäÁy :z5É,­”}§àåI!t=ºð€v=͉é]œDýx,Þà»~Ùæ(41âÛÎN¢ÑË_­òݹmᨮÂí¥å—tÅ­¡³ÇúÀ={¶ûHÓÛN1d›ÜQÔp±Ðïà~Ÿ9ï¶¢Ów§µ¹Q3ÝEõ.£Û}äXhàFÏ}ñ·ØeÒzÿ€€í+§ ~DˆZý»¬3­[)«Ñe’çÎÀ]¾«§½ÖÈø‘¦gЧïÙRˆ¦¯»zG Ïº™ïw®Qtž©xU­‡(_sÆÛÓ+è`È>ßy﷢÷6MÁá»c–ïxýíR)Ë™¼q×î`ïù·7žª¿4iéö€Ûf •F¡ýÔ“9Å^¯ïØù›½–Œ}¶–¨þô/gsK®¹‚Ñ^Eƒy;ºK‹ûºÕziÙÅœT¿ajtþÆÞçØÎó¾³öèÉ'Ož<Ÿ¤5È¥u=ëåÜÑn²}ÛÔÁlJÆäAz :z5É,­”}§àåI!t=ºð@v=CšÏÀš¢Ùç²l&6ýláÄüxÏW\E‹±a{WÚL1¤z p]f]ʱsHmÑ~ÚéŒÐÏ›Šúïø$ëe./Ì»²¢¯³h=!\[†ÕÐÇ­ê-Äógõ†”Í/»ˆVãŠß³¸~Lñªæ:ü˜ˆäÍ}«‰Þk“õŠºžÃå;^­½QR¸œtïþ®â±ΚÎóãÖ<#Ä“Kbu6žŸ´õu7Ñü‹£«5W22Ã[æÁ4hÏÌèZí¡gçý®Ž[׿–h?1Te(íú=¹£¢´®çè:Àrì&™Kd­ŽF%Cú@½½šd†Zùõ·Ž^ž„B×£ëd×ËŽ˜ÔF¸Ü™!;1/fé“B<µ"V§ä<3;bbk›—½÷öªµg¾Ö@ˆZ{,ÝsI«·ûð¼+ Ÿ¢çê]VCs`Äâõ¤ðléÙÃ'´®ƒU ºžÃUµ®$1ÞSßìÞ¢V5!\êÔEJA×s¸|Çë_`o”.'ûøØ–¢Éç¡jÓ³gîy·®è0íLŽãAŽ×Y®¹’Ñ^eƒi¬#›‰}]ÖDýÔYˆv“µ¥t=¹£¢¼]¯<»I¦+YJ†ôz :z5É u)]OÁË“Bèzt=àÁìz¦³²6§¾–ób'x=–+<Ï ŸÐJTnQè™ÈÓE‰<¯6¾e£W_ ^<¾ÛêB´|os|žó̘E…5¤ «¡ ÕT´ò8^tví:(@YדYÕ¢äFÍì*D›asw„Fœ ˜Ñé ]ÏÑò¯½QR¸Ó¶7þô¹ëeíÿ ¾xôÛÈl¹“y«®§`4d†WÉÃKD6¥ƒpé3ïwÍÅEÏ»ˆG'„déKízŽ íq–Òö‡”¹ë•o79ìzG£’!}^ƒ_M2C-»ï½< !„®G×Ìk8S¶¼â"š´¾~ìª÷ënƉ…Í%?aSWédë˜ÂëÇLWp=üq°Êá•TÚs¿J'“Ý\εya3ãå…eX ‹3Có£/zvùk8K_U½Ê÷åÂ}ÖùÓo¸:ìzCƒK^ÃéhùŠJÄíQR¸¥]O³êgéùŒo¢Y¬¹’Ñ^%·´³³z8×|qé%mü¦uª»®¶ý˜“ß´õ†íQ+:8£çwN½WÅçÛt=›åTÜn’=• éƒôtøj’jÙ}§èåI!t=ºð`~6‹^êñ¨ _œ¸ÄkWð.¯5«wÅæÔa_u¢É€ikƒ}–éå&\û-‰Î3(:Ï”–yh\;ÓG,Øì·~Á¯£sôy1>óx…9vÀgÞ&ÂåÅIºÛ²`sà.ïeãûÔ.þØå«au®Ÿê.DÍž#çn ö]üas‡]ÏѪZ½qpzZG!Ú~8ßÿà‘°ã»gõªnçd2?nU/!Z~¼6,9Ïzxí/ßñúÛ%eË‘ïz¢ËdÏÀÝ»ý×ü0ôQ'QëµU¦ß°\s£!7¼Š~;9‘?öi;p]ln~ìúÁízÏ<¥±w|^õTSÔ|nê†A>k–yEçʆ쨙Òv6xiÊJŸÀÀ@ÏÉEQ׳³œ;ÚMJ+¡’1y^ƒ_Mrc(·ï½< !„®G×Ì®'%7.hÆî«_¥Î{N2`{➇š'º¶zö“%ÇUùÎ*í~w›y™MM/ýÚ­ûN9ªÖkþí×ÊÍüÛ Nû—'l»”[üù{Mz>ÝÚôuõ;)þ:å«Qâ$\—2çƒgÌŸ`/œj·èÜúqmYVÕúT<+rùˆ¢¥ —ºÍº}쓚_bui{¿z¡™sí>v‡·Äò¯¿ýQR¶‡]ÏôÕ ».¶ÃËãÖ¨¾õš—:2ëðáVc[úñ™{iÃg=™žªA÷QAzÇG…é£þ7éÛªpCÝšt|~ôÎ$½£åÜÁn*ÃÛJÆäÁy :z5É.Mnß)zyB]®<¨]ïþFæk¾ !¼ !„Ðõº]ÂkBèzt=€®Çy&!„× !„Ðõèz]B!„Ðõèz]B!„ÐõÐõî^òÓ/ì±àTöÝ{ }Fø²ÉcgGhίK˜2äaÚ»´>w{ù•6eݤbF,'Æoy@L6ãI!t=º@×+˹¨úÊ!_ߣÉù2Sl£ ›âîÚhÐÆD]yÿIɳÜþ‹'‹olWó7˜¿³[}—ín/¿òþ陲ayx”iG?°#VÊñvvN_7ÑàÕÙaN´!„®G×èz £9:¦…hþå­Ì;'Ÿç–}ú…I{ÒõåízJž…®wG->eS!Z~¸=>÷öÄÜßê$œ_ó˼«ÍÅòð(ÓŽ¦ë9Ò˜SžkØàõM‰:N´!„®G×èzw±ëYÍÒõ*q×¢Z·oŽfæßÓ®WîMדKž*6)[ω!„Ðõèz@%éz¹1kÞn_·šñ%Z£IÈÊ·s¬òïï"ºÍ»¨+üs°”Ùï÷jññQnmß\y1OfþüÄ£û>Ö´¦“é÷€kË>_¬?—]Æ5)Önê©Û)ù){¾ЭEMÓ—NG´–ýÎt[4îùtWãý º ýqoŠN_ÊfÚ>K‰ÎŽÞ:᥶nÆ{ë?Ö«k-‹æ¼ø ïßêÚиÅnôóØv1G®‹9Øð’‚g3æÆ‰É~öT3gÓõ¹""Ko¯ë9šMf×ÈïµR7Ð]ú‘5ž¡IÒ`jÏnþm×E­Þ^×kÒ·g]Ñðí qyöºž’'’ÙŽ6Üòð(uG—iämEÛ)޶KŸ¹bÄ3Í]L#Þ´×¤ÃÆ9ó“Æõso^˼zõ:¾2~}¤¦x$˱geFLùª*yåB¡ë¸Ï]/_sÆÛÓ+è`È>ßy﷢÷¦s]¹®§91½‹“¨ÿÅÛ|×/Û¥‘›ß\µºLòܸËwõ´× Ñé»Èì2­IÃwÖ=yâäɓ瓴Û)æ§èì±>pÏÞ€í~'Òô¶]¯^ß±ó7z-ûl-Qýé_Îæ*èzVÏbÕSÒ÷l)DÓ׿]½#ÐgÝÌ÷;×(®YÇ&w5ÜG,ô;¸ßgλ­Û{Zë¸ë9Øp«Øsƒ&âÛÎN¢ÑË_­òݹmᨮÂí¥å—t%—ïx6™]#·×l AŸŸä=ìá]¾?­Í ýWÇêM‡ïJ·Ûõž\|&ä«ÎÕ\zýtZ[²ë)x"¹Qʆ[v=‡;º¬#ïàP´šâ`»r£fº‹ê]Fÿ¶ûȱÐÀžûâ-÷Ñzÿ€€í+§ ~DˆZý»¬+÷ž•1Å«ªè•K!„® ò\éOÞÜ·šè½6Y/W‚ i>kŠfŸÈ’¹Φë_B©[Õ[ˆ'æ½EXÖ5±{ÑíUš6]ïö½ùI[_wÍ¿8ª)½ë9º´Ï²ùeÑjÜa­Í…p†T¯n¢Ë¬syæ»2v©-ÚO;«äKË ·|:{cnžØô³ý…óã=_q-Ɔi¬–/7›Ì®q|—¢ ÔÅm\O´ªJÛ?º¨;xkbžýk8Ÿ\«ËŽ^ÜÏM´÷8˜a°èzJžHnG(Üpù]Ö‘—?Íw°]¡Ÿ7õßñIÖË\œweE_gÑzB¸¶œ{VfÄ”¯j®’W.g\„B×pŸ»ž6Æ{ê›Ý[Ôª&„K:Â|î-W‚²#&µ®wf”«ëhŒxX´žž]¾5¹ó®gÈ»²ð !z®Ž×•»ëe‡Oh-\ªlÿè);bbk›ß~õÞÛ«vØõl¸åÓÙs›‰y1KŸâ©±:ËåËÍ&³kߥ`u)ÛÕµmORÝJˆîs/èý½žycuñÛ†6͇ïJ8SÜõ”Œ¤ìŽP¶áò;º¬#¯ ë9Ü.íÙ…¯5¢VçÁK÷\Òêí>¼èèMЕoÏÊŒXVUÉ+—3.B¡ë¸¯]/7jfW!Ú ›»#4âdXÀŒN…çiÚã-EãOCìt=Ó¹âÀë®çx~›ÓÎÐQME+ãÙ ×äîu½Üj—R&O˜ìUŒð ­Dõç…ž‰<]”Èóñjƒƒ®çpÃmM‰17¯ƒÅļXã©~å%»žãÙdvã»”l`~œçຢÉð ´´}_¶n/®ŒÉ“íz½þjà§-D£·öèXÔõ<‘ÜŽP¸á J}F^IדÙ.½úbðâñýÛV¢å{›ãóì½1‹ ÿŸŠòíY™+Ûª–úÊ匋Bèzîk×Sù¾\C¸Ï:Ÿcú1#ð ×Âó´¼èù]…SïUñù6×p¦lyÅE4i} §ãùv=‡k’}ò›v¢Þ°=·ßJ°R¦®§‹Yõ‚³´áZÙÕ¶}Ë«ø®z¿î&Vém.4]#÷ðÇEwÉ|NæÐ`µÌ†[]©hgÌÍë M,\Ãü„Mý]¥ÒrLcµ|¹ÙÊÕõm !/Ù럜|,3ëðÄN ÞñNÒËv½C~æ1QM]éà‰äv„ —ßÑey%×p–¾]Ús¿J…®Û‚˹ö¯@nf¼¹|{VfÄʵªŠ`B!t=÷á}½ÓÓ: ÑöÃùþ„ß=«Wõ¢ó´ì¨™]„hðÒ”•>ž“;‹¢¤W…z<*DÃ'.ñÚ¼ËkÍê]±y2ó+|_ÏÑšè¯ú ª)j>7uÃÎ Ÿ5˼¢sm§(èz¢ËdÏÀÝ»ý×ü0ôQ'QëµUæO·ÙL›g±ZauøTw!jö9wK@p°ïâ›0ëU‡Æµ3}Ì‚­ÁÁ~ëüº1:ÇzäóãVõ¢åÇkÃ’5we-²;æê°¯: ÑdÀ´µÁ>ËÆôr®ý–DçY/_n¶ru=EhúPÇÀ=1!T­W‡O{êÑ¡[’tò]ϼd©í}6‹¢'r¼#n¸üŽ.ëÈ+èz޶+/ÆgÞÏ #ÇøÌÒD¸¼¸1Iwû“…lÜå½l|ŸÚÅŸ,T¾=+3bŠWUÙïB!t=÷õïõôY‘ËG#|Ùä±³#´ü>'„B¡ët½ªóçK_ýL!„Bèz]®G!„B×£ët=º!„B]®ü]»^nÌš·Û×­f|‰ÖhÒãƒE'²òÓ5GÇ´Ϳִ¦“é÷€kË>_¬?—}»»Å}ÿV׆Æ;Ýéç±íbŽíJfGoðR[7ãÃë?Ö«k-‹®§äáEÑgDlYœ˜§7hάÚ~AË¿„B¡ëÑõ€ªÚõò5g¼=½‚†ìó÷~[!:|{*§”®§91½‹“¨ÿÅÛ|×/Û¥‘›ßôa¢Ë$Ï»|WO{­‘¾‹Ì6={Ö±ÉE ÷ ýî÷™ónkã]§µVk¨Oß7²¥M_ÿvõŽ@Ÿu3ßï\£¸ë)x¸Et—÷u«õÒ²‹9©~ÃÕèüMðB!„º]¨ú×pê“7÷­&z¯MÖËu=CšÏÀš¢Ùç²,[Z×+þ2h}ܪÞB<1ß´¨T¯n¢Ë¬syæGeìR[´Ÿv:×bɆ”Í/»ˆVãkm®áTòpëhÏÌèZí¡gçý®Ž[׿–h?1TeàßB!„Ðõèz@ìzÚï©ovoQ«š.uêH/Ô'—Äêäº[vĤ6ÂuàÎŒ‚ru½Í‹Ö“³‹šØÚæE½÷öª-–œ>¡µp¨²ý{=%/™¬#›‰}]ÖDýÔYˆv“¹’“B!t=ºPåº^nÔÌ®B´6wGhÄɰ€=œ »žö¸GKÑøÓ;]ÏT¾Xw=ÇóÛt½ÐQME+ãÙ¦EµÕŸ[z&òtQ"ÏÇ«-ßk3:×Aöºž‚‡—ˆ6lJáÒgÞïš‹‹žwNÉÒóï!„Bèzt= ªu=•ïË5„û¬ó9¦3ßp-ìzyÑó» §Þ«âóm®áLÙòŠ‹h6ÒúNÇóËt=óõ™¬r\¸ W½_w‡Ícy §‚‡[%çì¬Î5_\zI¿i`êîß„«ùGB!t=ºPß×;=­£m?œïðHØñݳzU/ìz†ì¨™]„hðÒ”•>ž“;‹¢î¦W…z<*DÃ'.ñÚ¼ËkÍê]±y2ó;îzÒ¢k'D½¾cl ö[¿à×Ñ9%VR>Õ]ˆš=GÎÝì»øÃæEŸÍ¢èá·“ùcŸ¶×ÅææÇ®Ü®÷ÌSót}ªßûÍDý«cóø7‚B!t=ºP%þ^OŸ¹|Ä3æoOÂ¥n³nû¤šß›ËŽÞ<¦o+Wó=nM:>?zg’Þü¨Ü¸ Cº7®n¼Ç¹qÏI¦?Ós4¿L×+^TSgÓ£j·î;å¨í{mºä9­¤SíûO?®Uþp«íµ3Qêzï5õú¯Ž¡ëB!„®GתÈg³B!„º] ëB!„º] ëB!„ºº!„B¡ët=º!„B¡ët=B!„B×£ët=B!„B×£ët=B!„B×£ët=B!„B×èzt=B!„B×èzüÆ#„B¡ëÑõº!„B¡ëÑõº!„B¡ëÑõ€ÊØõ¤…B!„;‰£-.77';'[[‘˜Ÿ—gÐÓõº^é]á(7G]//7û¹߷nò\ºhAEeÙâ…[6nøýìYéT®Ðõ”t½?ÿüƒB!„”#v»žN—+½u«W%%%þç?ÿùäÿþïÏ„„øu«‹Š<¥ÓåÐõº]B!ä^v½Üœì­›<““þß]”¿eãuV&] ë•Úõþøã–m®nsð©9üºn?¹_‘ÆKð©ìÜ|óN!„BH%Ý®—“­]¶xa¾£gõîÞŸ,_²(#í*] ë•Úõnݺ)eKÐÉ“1Y9Ýur¿’™[pàDŒT÷Ì;EJDØÑÿþ÷¿Å?r÷ÂÁF8¶ )Gu½¥‹ü¿»FZxúÕTº@×+½ëݼ!eΆYÙMÞ5r“™cö…y§H)?œh9ÃGmêz^1Ƨ;ûÝã.ψJ•™ßv5ʺbªs3¤®7`Gl™ÖóÎ6ÿ__}3ù«ol§»ži§H)+<]gü±8éç~ªPÿW¤Ûi‘_I]ï­ évÊáÏšÝ~™?2ùD¢*ÉgR÷f5M\:Ž>o|xÜöoÞtoà$MrkÓoÔú ‰YÖË—rõüê1/¶q3½“Ø¡§{-Q­¯×eã]iÛÞyr¨oši¶ìSËÞjW·šq¦Ÿøç‰yivWCÉŠYn”é¶xøé'[»ï¯ßeпwŸËÐ/¼ég¦ ‘ï÷’³pÿåB²ÝçÍTZ4ü©¦.¦÷Ûšôg»¥¦LžòùQ“¦|Sâ.i_˜wŠó)Jñ…1¤n–N¿»Ì¾¤+š¢O;0¡£´¥˜§ä§œ5ìéfÎÒSÔ|¤ïÈ•'ÔÓt]ôœ.Âõ€,é¶ö˜tþ\¬Ý7§rKuïÔÝZŽp'£Ù¶SŒ+üý[]:™Þo¶KÆ'5¨Ï¬ñLsÓ¸¹6í5ùˆÖ¸Àä€qýÜ›×*|¹ã+Îh Åëæh5’vŒîûXÓšN¦G¹¶zî‹ çsŠ·(çâ¶ /µ5fõëÕU:Ì^ôÉ´»òŽVÕ*y1kßn_x@6yêƒÅ'Õú’;Ëî ;ZyÓÌÍ¿4=»”Ì\D·ù—ò ‘erÏš»žÆü£òqVr°5éÛ³®h8Ä3Þ|Èå3v½×ü³dž«D<Çjå9VÍ#sXÚy™ùå7YáSQÇ6!”;ìz=GmóKúÎóÔ¯^QO~²‘®Ðõ*¶ë™oKýâjVÞÕÌÄR×ëôÓÑTmRº9Ù©ÒôôßMµÈÿ²t;í´¹ë]‘n›ÊNƒ·V;p8üèŬTÓœ¢Óø%ÞÁ>^[7„¦¤deï j¸¿ÿ«àöÞn-Ýý¯£YƧ+Nfªï'-¥ÊW¦ü¶ÑÛkñô÷¯!u½í—,ç1&7æøöeýƒw¯ÿeXé”oJD‚ÝÕP²b–e¾·îóŸÍòÜì½í×Q½k‰ê݈L,ZxÓϤÖfZ‡x_S×;ŸdïyÂxLTïôùJ¯½G¼7,ˆM*¹ ÆL2½úõH1Õ½©–÷Jû¢x™OQJî;}Ê&S×»˜w{¢!Íï­ÚÂíuŸt㚈o;;‰F/µÊwç¶…£z¸ ·—–KÕP_wÁtþ¼3Sº­9:¦…høÎÚ£'OœEd¶iÜÒ÷”³¦¯»zG Ïº™ïw–³~>*»+ï`U­÷E¾æŒ·§WÐÁ}¾óÞo+D‡oO唨YvÙñÊ›fnþå­ù±*ÿþÒIò¼‹Ò]ö‡È29g¾—ºÞ;»ÕÆË2ÎJ¶'Ÿ ùªs5—^?6®[îï?»ž_¦ãç²^ˆã‘çX­<Ǫ£y–öG^f~™MVzÀTܱMHå»ÞSŸmÞç±ìØ´u'º_O×èzw©ëI.ÕÜõ¬<³äR®T”¾7Õ"©|¥¦žRÔõ¤Jõ©©ÅJ·Í±œÓ””+Û^vψJ4O‰ó£¶h;åDBñC¤y.o|ÁY4ÿâPLáB.üØÅØõ.ZÌS2™ +Ÿ«&z®ŽÊ´· VÌjJ‰{Uñ«^sMGîJ±Y”E׳}–˜ÝŸ5õmNHv¼ææ¢7zÜDs›3~’ôãÄ)S‹g(_×+Ð]^Ô]ˆŽßÍ‘zŸÏÀšÒŠíÏ2ß•ïùŠ«h16Lcçüùö)™uÌ iöù,›‰¥/Ù›)†T¯n¢Ë¬syæ);‡Ôí§Îý¼©¨ÿŽO²ÞrJ<<ïÊŠ¾Î¢õ„pmVCg¼*ù‰ùÆóLCÊæ—]D«q‡ ·7ïÒ‚nVçÏJV5×Ñ JŸ¼¹o5Ñ{m²ÞN׳d¹•w|’¬µ;Dº^ÙÆYQ×[«ËŽ^ÜÏM´÷8˜a°èzJJfä9V+ѱêhLJ¥Ý‘/µëÙÝä…LÛ„Ü“®÷ŸÒ<ùÉÆµ»/ Ÿ2~éÑn­ù2t=€®§°ëåædK‘úE\ª:.%fqO!ZZî¿×7ДàðÈ$u\Òéi‹‡^õŽ’æIŸô¨¨=xÇ9évìáÍD“û/H·Í±œÓ”è½ãZØüB¨ûvÀ¹â‡HóìÛB¸¾º%±h!g¿ï,ª=¿ù¬Å<¦¤]7ùµ®ÍkV¹NmiAÝæK²· VÌjJÉ{UG~ê*ÄSs"3K.êÒö~΢ÓÌ3Wì>K\Ä/Ö¢VÇc~ò:{!¥Äú«ÇOúJZëñ§ÈL”ö…y§H1Ÿ¢ÿX˜ìøõÒ’ûÏ¿«-&jÎÍïfü?âOffgõh#\ÿÇ7¹è^uôB©öXrQ“«>û‹ñSh|S¥é!_6ÍFT•X¾)6 ±;ÑÁ’ͱ™’yt|k›ƒ¡Þ?w¥©NÎ{¥4nîÇ. <§Ê¶ûpõù¹Ò>µâЦ «‘¾çãF¢µÇ‘LéÙŒk-fú¥­Þ¹¹Æ{ÝšR¦Uµ%Õ…­S=Ñ¢–t@ºÔ©#ÍÑ}ÁEõHÚ ²ÜÊ—˜9ÅûU©Óÿ®‘nÛ"Ëdž˜nüФ€´²Ž³’ƒÍ¼]šË›Þn šý¯ÿ•3ίx¥*(™‘çX­DǪ£y–vG^î0v¼É¹J˜Š;¶ © ”µëýxþ™Q[{|ºéÉO<»ØðÒx¯ÅþçÞþ.hį{æÙù½•îÃVtúçò.ï-_ê}’®Ðõî°ëI¿Ž¤»^Jf\òec×{|æ¡ÄLãÅI .\ÔÅ­Æ®7ãô»ÏbäCÛæ~úâ#Õ…hööÚ0ë‘” Ýø‰ÿŠ³Þ®Ó¥}aÞ)Ŗ(Å?FgîzQY·'fÇoXK<ôÚÖÄl­êˆt:$€%Ý›½ »ñ:¼huNÖÓ¹–OŠ4=ýà¦S²ŒË7EuxœõBL.Ù›)Ò2[‰êÏÎÛ^”ˆÈKW³u5jçü1¯Ç­Å»ë/eÙ><ëü<ãùóòKê2¬FÚþÏšˆ–c©ŠVþ ßä¢Õû}Žñ#€¶&—uU‹’yòß…hýî,ïýGއú~÷¤“tn­¶I›A–[ùŒCc[ЇGìM7ß•ìe|ÕôcìÚW’ºÞÑx{«¡`Ŭ¦”¸7þì¬gkˆ£w\1Þõ»pzjѱÓ]¶þÃY<þéKvŸåvRö}'µÅ.ÿ>~ÕÑV;Š´/Ì;EŠù¥øÇÂhb×»ÞOg3‹¦¨ãG·¢Á0¿x­V£ßÜßU4ý48µðÞKë^uÍ>?˜¦ÉÎŒüÙø‰£ÞÉÒôŒ£SÚŠz烙X¾)ÚØõ/9K J±œ¨pÉæØL‘–ù¢³Tœw$iì<£)é§~’N’»Îù]Uòáê+žÆ k?;V–Õ¸ºïSédrÌ¡Œ¢•¸øÙ3£L'[’ʹªš¤m/ÖfžÎ0ý˜è;à!Ñ}þ…,ëÙlYvåÏüÚE8õZzQmº+ÉëUgÑeÖÙ,GCd9]1MêzoíH-ë8+9Øno—:9ø‹6BßZe{²²’yŽÕÊs¬:œÇñaiwäåcÇ›¬ô€©Àc› JY»^÷᦯‹x~¬wŸ1ÞÏŽözæËm=GmëõÅög¾ÜÞ{´—4ñ¹±>Ïõ4-¨ýàùt=€®w‡]O«QK‘úŕČ+ »ÞŒƒqÆ‹wâcÚ)ÝŽúåI!š¿?{WttÂåU¯Õn½G/Þ¶nÍÒ;yÁrNsb·úˆu{}2kÉFŸ ëVü{úª1ÖËOLð÷¸5Ÿøè§Åž>ÖÎ~«‰ÔõE)þ±0꘵Òéw‹ÿ]îíëçµqõœ)ï÷j(zw¿3>Ë\q芪Lã¬ä`³Ü.ãÂ¥¶'œ_Þ–¤l äFžcµÒ«ŽçqxX:yÇóËm²²¦mB*(2]ïÏ?ÿ°ýîõ'G¬ðu€TåO7æÍéÁý¿ ì;ÁÀ×»†|¿gè{¥¼3cßàï‚;¾9ÏѸÓõº^Y»Þå„ôËñÑ ¥ÓÅÇfˆM7þXœØˆo“jÑÖÓÆ¯žØæÑ«qZ/n<•~þèŠa]_äNõÝ?ò>c9gQb¢ÖMÔ¹q Ó/ƒÚ-žïm½|ãS\Øúݻݛ™>1[8ÕjÚéöý^bžø¸]³>ìnþFã_ì5}üÝáqÆ»J®F¼‚³Ü¨¸ó«†?Û¶ÑCæ%×nûá Žœ/šóò‰…#ú4/¼Ó­Q»g?Zþb‚ç=0¹w ·â…|²òÔù›---¥w=M¼× †Å¿]´ë9hô‚ h«³_Õ¥€¿ÕíáêÆ/hùÌÿÎ I̲sN«:ûÛðî…ëßíS¿µõe\ðŸþ¦y!Âùá§Æï¿ªxÉö§˜–é7ýÍ'š8›©UŸ‰RÔW}Õ·eá¸Õy´ßXϳÅg¢ñS=Z™¾£žû›ÿˆÉ,Û–<™Ì¼²ûça=›fµ›»¿úuHZYVÕº%‡-ú¨hi¹n³.l‰Í*y`g­¼”ôÈu£žkYt°5nßg”×eµÆÁY%3>pâsMk¿º%¡Lã\Ö®§Qk>m^Ôõ” ”ÌÈs¬VžcUf‡¥Ã‘w4¿Ò®'{ÀTÔ±MÈÝïzüñ‡íw¯/ö>ñÄG«‹þ.oÙSÿ»fæ–³¯M zïçîï¯xtðüGÍm7pN‡Ásço:âè Üéz]Oa×Ó¨³¤HýâR|:© ‘ö…y§H1Ÿ¢ÿø`%ãÔOÆÓB¯Äsóïyèƒc•c›òF¶ëݺv­ D ƒ¾8‡,Z¸#zð‡Ï?ÚnÐ\Ë»Œ_˜kópsèz]Oa×SgeJ™½þÀ¹˜Ô踫äþFÚ ³×ï7ï)æS”⬤Ÿ4ž?÷ßžð`nþ=Ï}°q¬rlRÞÈt½[·nI}Í2z}¾N——­Õj5ZJû7, ºòî¯GG-‹hûÆlóDé^iiNiþK0‡®Ðõv½¬L•Ïa;B¢Î]I¹›JîW~¿’ârvc@¸y§H1Ÿ¢ÿø`%íäŒçÏñææßó<ÐÇ*Ç6!ål×»iù>©¾IU.55%11!>>.66¦Ý ¹«ö%üñ«ÏJ]Oš"M—î•æ‘æ”æ/±sèz]Oa×ËTeH‰OHÙ°3löúý¿®#÷-Òø{„Kû¼S!„RÉ#ÓõnÞ¼¡×ç[&//W­ÎJIIŽ‹‹‹‰¹u¶ý๋wÅNö2]ïúõk¶§p–‘j4g¶VcŽtÛüŽ^©¡ët=ºÀ}ëz× ¤îv7B×èzt=€ûÕõ®H7îFèz]®p_ºÞ²Å µê¬âë3+0Zuæò%‹èz]®p»^nNöæ.F_ÐjÔžË/lÛ¼1#-®Ðõèz÷²ëåçåý~öìºÕ¿]º­ÎÊÔ¨³*$Ò¢¤®_³:êÌi&‹®Ðõèz÷²ëIÉËÍ>yz˦ Ë—,ZºhA…DZÔ¶Í¥¢—™‘^`ȧët=ºÀ=îzRtºuVfFÚÕô«©•Œ´4Ó;zùvŸ‘®Ðõèzw»ëÝûÐõº]€®G×èz ëÑõº]®€®@×£ët=º]®Ðõèz÷¸ëôù9Ùš¬Ì ©dU`¤ædk zº@×£ëÜë®'=µZ{århÈþÀ¾• ÿÐ}q1—¯_+ ët=ºÀ=îz9Ùژ˗öïÊT¥ßºuóÏ?ÿ¨\»fHKMÙ·'H•‘þÇ·èz]®p/»^ffFhÈþÌŒt© Ý¼yãÆë©î>tð¯¿þ¢ët=ºÀ½ìzR± ð¿uóÆM©]¿V±)0äK ·{H×èzt=€»ÚõwøþñÇׯ_»‘N×èzt=€ûÔõn]¿Vp7B×èzt=€ûØõ®]+¸¡ët=ºÀ}ëz·n]+0ÜÐõº]€®G×èz¨¨®wëÖ­‚ÃÝ] ëÑõî_×»©ä|¬¡ët=ºÀ}ìzƒþn„®Ðõèz÷­ëݼaÐçßÐõº] Ru½„„„ðˆ“aá'ÂÂ"ŽK9^œcǤ=vüèÑãÒãââèz]®PÙºÞÍ7ôùº‘ZÞ•˜˜Ø¸8é1±±ÆÄÄJS̹|åŠ1—¯D_¼xøÈQÛ‡›C×èzt=€JÕõŽ……_º|9âÄÉpcN„GEºmšaÊÉS§B¡ët=º@eëz†l­¦D>q»âYÇØM7Â""±}¸9t=€®GרT]ïÒÅ‹¡¡G… 9zðСƒ!…9p0ÄœýJE/:ú] ëÑõ*]×3´õÝ] ëÑõ*U×Ó¨³ÔY™ædeªlS|¯4'] ëÑõ*[×3ôR_+©Íe¤§IIO»ê(æ¤9mn] ëÑõ*aד)zÅu®Ðõèz•±ëéó‹/È´¼nSj{Rß“4åõœ%B×èzt=€JÕõ*$t=€®G× ëÑõº*ªëéóóí~Òæ‡®Ðõèzt=º@×@Eu½ü|]¦*ãn„®Ðõèz÷¥ëøß¥¢—©J—N×èzt=€{Üõ233BCö'ÄÅ–úÝ åˆ´ØÃ‡þõ×_t=€®G׸—]/'[syßž Ä¸ØLU…µt (À?p‡o…DZ”´@i±ÿýïì>)]ø›v=©ß™»žù] Òv=)üq믿þªØ§“h÷=ºð·îz\à ð7êz÷>t=àoÚõ¸†€®Gת^×ãNº]¨z]k8èzt= êu=®á ëÑõ€ª×õ¸†€®Gת^×ãNº]¨z]k8èzt= êu=®á ëÑõ€ª×õ¸†€®Gת^×ãNº]¨z]k8èzt= êu=®á ëÑõ€ª×õ¸†€®Gת^×ãNº]¨z]k8èzt= êu=®á ëÑõ€ª×õ¸†€®Gת^×ãNº]¨z]k8èzt= êu=®á ëÑõ€ª×õ¸†€®Gת^×ãNº]¨z]k8èzt= êu=®á ëÑõ€ª×õ¸†€®Gת^×ãNº]¨z]k8èzt= êu=®á ëÑõ€ª×õ¸†€®Gת^×ãNº]¨z]k8èzt= êu=®á ëÑõ€ª×õ¸†€®Gת^×ãNº]¨z]k8èzt= êu=®á ëÑõ€ª×õ¸†€®Gת^×ãNº]¨z]k8èzt= êu=®á ëÑõ€ª×õ¸†€®Gת^×ãNº]¨z]k8èzt= êu=®á ëÑõ€ª×õ¸†€®G×èzt=º] ë€®G×èz ëÑõº]®€®@×£ët=º]®Ðõèzt=º@×]®Ðõèzt=t=º] ëÑõèzt=€®G× ëÑõºèzt=€®@×£ëÑõº]®€®@×£ët=º]®Ðõ@×£ët=Ðõèz]€®G×@× ëÑõº]€®G×èzt=º] ë€®G×èzt=ºº]®Ðõèzt=º@×£ëÐõèz]t=º@× ëÑõèz]€®G×@× ëÑõº]€®G×èzt=º] ë€®G×èzt=ºº]®Ðõèzt=º@×£ëÐõèz]t=º@× ëÑõèz]€®G×èzt=º] ëÑõèzt=€®º] ë€®G×èzt=ºº]®Ðõèzt=º@×£ëÐõèz]t=º@× ëÑõÐõèzt=€®G× ëÑõº]€®G×èz ëÑõº]®G×èzt=ºº]®Ðõèzt=º@×]®Ðõ@×£ët=º]]€®G×èzt=º] ëÑõèzt=€®º] ëÐõèzèzt=º@×£ëÐõèz]®@×£ët=Ðõèz]€®G×£ët=º]]€®G×èzt=º] ëÑõèzt=€®º] ëÐõèzèzt=º@×£ëÐõèz]®@×£ët=Ðõèz]€®G×£ët=º] ëÑõèzt=€®G× ëÑõºèzt=€®º] ëÐõèzèzt=º@×£ëÐõèz]®@×£ët=Ðõèz]€®G×@× ëÑõº]€®G×èzt=º] ë€®G×èzt=º] ëÐõèzèzt=º@×£ëÐõèz]t=º@×]®Ðõèzt=t=º] ëÑõèzt=€®G× ëÑõºèzt=€®@×£ë ëÐõèz]®@×£ët=º]®Ðõ@×£ët=º]®Ðõèzt=t=º] ëÑõèzt=€®G× ëÑõºèzt=€®@×£ë ëÐõèz]®@×£ët=º]®Ðõ@×£ët=º]®Ðõèzt=€®G× ëÑõº]€®G×èz ëÑõºèzt=€®@×£ë ëÐõèz]®@×£ët=º]®Ðõ@×£ët=º]]€®G×èzt=º] ëÑõèzt=€®º] ëÐõèzt=€®@×£ë ëÐõèz]®@×£ët=Ðõèz]t=º@× ëÑõÐõèzt=€®G× ëÑõº]€®G×èz ëÑõº]®€®@×£ët=º]®Ðõèzt=º@×]®Ðõèzt=º@× ëÑõÐõèzt=€®G× ëÑõº]€®G×èz ëÑõº]®€®@×£ët=º]®Ðõèzt=º@×]®Ðõèzt=º@× ëÑõº]€®G×èzt=º] ë€®G×èz ëÑõº]®€®@×£ët=º]®Ðõèzt=º@×]®Ðõèzt=t=º] ëÑõèzt=€®G× ëÑõºèzt=€®@×£ëÑõº]®€®@×£ët=º]®Ðõ@×£ët=Ðõèz]€®G×@× ëÑõº]€®G×èzt=º] ë€®G×èzt=ºº]®Ðõèzt=º@×£ëÐõèz]t=º@× ëÑõèz]€®G×@× ëÑõº]€®G×èzt=º] ë€®G×èzt=º€ûÒõ!„BÈ„®G×*a×#„B!U&t=€®G!„Bèzt=€®G!„Bèzt=€®G!„Bèz*¼ëmݸ^£Îä×!„Bȃ“ׯݼyC:¤ëU¸ëìHMIºuëÆµk~ïB!„<EïÏ?ÿLIJÎéz@îzñ±1þÞÛ®¦&ߺuó?ÿù?B!„Rµsóæ ©èùyoKˆ¥ëU¸ë™ë^P€ÿÖë¥ÇB!„ªé¬O:÷sTôèz@Uêz„B!„Ðõº!„B¡ëÑõº!„B¡ëÑõº!„B¡ë ëB!„ŠŠAŸŸ©J§ë—®çµeã×ùÝE!„B䓟—+u=éì‘®ü-ºÞž]±W.ekÕz}>¿Á!„BˆÝwôtÆ¢—‘#=Òõ€¿E׋½²Ó×;æÊ%UF!„B!¶ÉT¥K‘ŠžtÞ˜{åžu=BˆòØv=sÝÛ½+ÀkËÆm›6B!„bé\Q:c,.z÷ ëE„%„B!„*»ÿwý}ÏÝîzÿ€*íÁìz„B!„ò ¥2¼KH×#„B!„ŠMex—®G!„B!U/t={ÉŒZ5é¿‹Û»r2¢<§~³ýrvU;ªÜ&kcü&¿5äßG2èÝZ–Q²3b•;ÙÉ¡óÇ}9;ì^¬pæÙíKwÆjù'ƒB!t½¿w×SŸùåi—‡žŸwÖN)ÈM?ö{õ:Ö^Ö܇uËI¿°ßkû¡øÛ•$óȤN5zcýž…VÞM–MnzØ¢žl\ÃxÔ=4À'9fÃ\ŸpØxòŸuò»¢ÎÀôJµ¶{ðþ.Êr”lFì>Û¥F5«³xèu¿«wyÝr’öNïSKÔ{mÙ¹,þÉ „B]¯”®§ šþz‡ZÒ¼Õ›ôúä·Ó¹•èÍ‚øíoÖurÿîd–ƒÒö}ÑB4¹/CÙ³¢~ÖÒ©É'ûUw¾nªC_6ÍF…Ü~##ëÌ¢!O=ï±+9§Šn²ì{‘aS.=Æ®ðÛ³ooHdŠ69hBßo-ŒTÛ6—ŠÞÆ Ûƒ÷wQ•§ë•csîM×Óœ_ò|‡_š¶+VÍ¿„Bþ{çÕ™Çá¡YQŠ[45j¤á¢¦˜hÜÔã1£1 nb= º‹"¶XQƒ( tÅBl˜ •àØm˜æ÷ì·ÂpïËóœçƒÊ½—ùÿç}=ïûΑ¬×XÖÓ\Z5ÆUtŒKI\=óYgáÿñÁ;úG¤!ºË±A.îa?•d©.Œîì99QÝÈk6”_Lÿaú@Ë]'Ÿ‡”õžø’•~bP´n¸P…í+m4Å´hd½§+ëõU%×ÊØ½‰ˆˆˆd½¦d½Ê_>ó^oì½i¹U¿d€p ÞrÍ~®/I™<À×ËÉrÍŽƒÞ^³äý±¦¿8u2}Õ鲚5¹¶8ké[C¼Ízôyy~B¡ÆvzÈ@_Oëén=ÇÍŽ» ‘\U–¦LT‰¡Ñ…:ó_µW×tR…î±.ø eùgŽöWY.áñ‹5¼è £‡ ·‰‰7oGj¯®îÚ;4bóöY=‚OuÑÖ·ûwt6‹v>#>X“W[—N}låA=,ßݣϔ µ–W^K¿oÎhì–»:õ‘¨w_ðsµœòéÆÓe†ÚfÊt£õKÖßHûâåAþ^Ö*:  ˯°½Nuö¢‰C»{Z¾¢z.ÜòÉe©½Ï·2ÊþÌœê%ž]~^kŸ\šW£ÌñŽt»á;Ø‚ƒAi`ËL…¬';­⬔ïŒT¬@åïëÑpTËtRz€ÝÌùü]-ÿèáûlȧñEJM“ˆˆˆˆO}ÖÓ]Š bl\‰mE]™;×_´Ÿ–Y.õC{1dᮌ’VÍèoޝF¬Û›–¶'jZ!úÛVƒeÇígÆì?z$é?Ó„ôíïU5§GìHMÏØ·92Ì[ˆç¾Í¯j,ëÝMÃC ^qIkÉ¡ç— .ƒçn:˜{<'}×ÎÃźÚ×Ü]øÍÎiä„Ag´|¤nA/…¬§¯8›¸#1óè±CÉÑï÷â™Hk]y‹;‰Î/†ÇšJNŽ[¾ÂúʽßÙök^Þ™¼3oTëe½ŠÓ‘NÂ;ôëMÉ© 1³G¸ W7XêRèFë—\ób¶§¤¥íýqñ”ÞBxMÜ|ùþë œ¿=ýà¡´=ûòn+ªÝøÕ?›»‘w¶¨Ì ›õšU£Ìñu»á;Ø‚ƒAi`ËLÙ¬§<­Ö¬”ïŒT¬W{fÖš„Ô¬”¸¥“»ÖÕ2”`y‹‡8‰Á᱉™é;©j“¦t²ãñ©ÏzU¹sÌÙ.ëÏš•ÿÅ•¦ÕטíjƒÒ­;Ianbàwç, 9ýõ­£…¾öšÎ`¼¹w’»uÁöÀ»iSÛ‹þ‘¿U×?Ýp}Ó!ž_eY÷*,‰u…1C…ëßlÛ+sfùŠÎï$«íï9ꮬ.œ_L¸Ó”&7’õê%u|ˆ³³ÍÔ ãíä×=…߬#eÊûÜê”i=Å÷“öSôÅ;'¸‰óNVÚ7³^7Z¿d»{‘Ú+ƒ]EÀ‚SU»òš^”Y¹¬×¼%w°ÛMß©èÀ`زÓD&ë5qZ=ÄYY_éØ]­xóX§š«ÉtRj€íÓStý(ã®õÿŸòÃv±e=¹*îÊDDDD²^î?‰¬·M9ëiNÌë!|få”[¾úgöôŽâ™Åg5Íé/¼€Nïe—Û-ê*ŽÎì*¾<¥QÎzšsËÖ¹ÉXu.&¬‹^oÎ_w°°ªönì0-RGm*Ñ7?ëU%-š2¬‡—³ª„mµ¬9Ñ[¸¿žz÷^“³^ƒS´W× â…×t÷ºÑú%Û¯·µWbž7]z˺†Kñ(J!ë5³F©ãìv#Y¯yƒA~`ËN™¬×Äiõge}¥; p5™NJ °¼…½…jrÊÛ5ëd=Ù*äÆ"""b[›š¼÷ýÕ†YO{ñ‡@!Æí¸¿‡Ó´ÆóššY¦˜,ë®nÿøÙºª,;üAgÑï_ù¦Uå)Sªp¿&çlþï5æ_,.7Ú¯sfûŠžá'ÌëÀªó{š®u¬²aÖÓ®*TaûïÇCyAVlxX!z¼_¬µÞ2?Ä)d÷ífßäª>¿lˆ½ßNÉ9}ædÚ²N¶åý©¦ÅmÚe½/럢½fN#6H¤:Ýhõ’f½¢5–¬W,™õš\”BÖk~ Žw°ÛЉ¦¹ƒA~`ËN¹¬×´iÕ’³R9ëIv@þjr”`'Ã{š?ëY*‘õäª?ˆˆˆˆm­)èµmÖ»W™3ÛO´Ÿ’tËúl–³K çq›®éÊzFu|¨Jt›‘Uªx[°~º)X5D8ÙT¬—ø¼^ÚkîbÈÊûÅ[Õ…¦<24ærµu™m¾ŸÑÄçL*ŸÒ}¡íD`ÔEí£s¯¹ÙvÁ©wOP ¿OëoZÓœù¦¯èôîÁrÉ=œ·'»›N9Zó[þø)Ì]øÏ9^©ØV/ÙþÅèo$Lò~s~•Ú–ùEIg½¬ò–¬ñþñv»á;Ø’ƒAv`ËN“º]ªóç&N«–œ•Š‘î€üÕä:ÙpÌJ¶‡¸˜ÎÊ­lõd«?ˆˆˆˆOýÎ{FÍÅ•Aí„÷Ä¥?e¦¬›è"|gdÝÖßs(ëÝ3”þüE_!:…Ì[žu`\ÌŠ]—4Êé¦êü²ÁBtyõ«“ÓÓÓw. ÷ŸÃyeÍpá–tËüz´EÉÑ«wfË=~$9zšP½²ë†ÎôïzóAª jóOø«ÍûÅØ8µÁ¡ûz¿/ DßWí?š{òĨ Û¢ÔPšÞOï—¬MÌÈÊHܺ%ãªÖpkßžÂsü¢i™É[×'ÔÿTùɯŸÂgRä¶ô¬äõŸy·—Öh•ר­^²íùæw,>=#q}ø¸öÂedÔ¹j£äSô›\”]ÖÓ_Û$DÏÛNªµÔX÷N´ôñu»á;Ø‚ƒAa`ËM“º]ªûç¦M«–œ•Š‘î€Â}=¹N63†›éu¢×´ïwgNÛñï·zÖ>T¦ ¹ñƒˆˆˆØæ[7Û|§e³\IÖâIý,jï6jææ³åÆÆîþÈ®*ÍÑãzæwS‡ùZ™Þ> øŸ¿–+§Ã=MAüç!½Ü¬¯×Ãg@ðÜÔÖ'-è Ì¿eíµ½æåÉÈ—zyXêÐ?tÁžBËú³úJì(÷ ñÖž&ï«>ÂëíŒ2ÇnrÊò7ÌÝ]eý.ªŽþCg$ßÔÛêÊ2ÕÕÍÅü×n£"Ì·ª w|2Â[Xq?lvæÝj»çœ”d/Ÿf=Å­×Ø×ž(Õ7v?¥õK¶f=ŸQ#ÜÍߦsàÔåÙjäöÎ)Ê.ëu·}âçÚ~bò]j¬£ÌñvÛþ4´Ü`0( léiR¯Kõ:Ö”iÕ²³R©3’PJŽ2”`ÆŠsÛ猷4Í©ë aÝMY/ò7|ÓdÇ"""b[oÝlû=œ¸ú’=¯·wúý̹ „ÏÇ5`¼4ÉÝ5xËõÇø¡|­\r+ý ìæÕˆO¥FõîP•xa}‘žn """{8Ÿ¼¬g4TŸ[>¬ç+ µ_­Ì_fúbèÖ«¶OèTä|ÖÏçÍDõ㽉«UKn“¬÷€5âScUÁîèØ©G~ÉÍÉܾd²p[À0@DDÄÇrëæ#±‡óQ·òüúy‘I—%¶fÊÏo‹X_T÷wx´Zãc?TZ±ä6ÊzZ#>î Ý«ƒ“å¿.÷#ÿþ}v 7õñ1ݺÉNDDDDDDöp’õý­›ìáDDDDDD|ò¶n²‡‘=œd=DDDDDD²Yñ Îz¦+#"""""b[ù0²""""""¶¹ààÿ¿s~C endstream endobj 530 0 obj << /Type /XObject /Subtype /Image /Width 1188 /Height 666 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 27852 /Filter /FlateDecode >> stream xÚìÚeœWš`aQ•J\bfffffffÆ™ÅÌÌ,£d‹e‹ÍÄ`ÑÊ=íî‰Ý]Ysž?™‘‘™‘qœ¸ïÍ› üÿ$!üE(€ÿ+õç›À+÷_eêÏ<%Nœ8 ¼b/Óóg¨þóBýQ§˜˜ØØ¤ðJÅÆÆÄüQªÿ¤R/_{‘”)R¤Hžüe©bþ^©—(ÖÀ_)]º´iR§L‘,éß+E¢¼V²fΔ!.mêÉbÿ]¤H€¿^ÞÜ9â3gH›*yÒ)à¯W²xáü¹³eŽKâ_"E¢¼VªT(]4Î,éÿ©µ‘¢Q^MêרXªPî¬éS'MòÏ×¼º´k^¿ZÙ"¹³Ä¥JóÏT„‰X½¡ýºµiT½l¡œ™Ó¾œöý³Q‰Y½©c‡ôjרZ©üÙ2¤þçFêå6* k௧Ϟ4¬W›ú‹æ~¹‘úljðzˆlqÒnÍk–Η2)ðzY6מ=¶_»ú çx9ìýqýàïÇQ1¬ €¿ÞÚes´©C»4©Rêý­Q‰’¼ŒTê¸Lñ9rçÍW `Á‚…à•zžùòæÎŸ).õËDýsõÏH¥J—!s–øølÙ²À+–-[||–ÌâÒ¦ú7‰úG¤’¥H™:Mºtqqéà•‹‹K—.Mê”)’ýÛDýѨ„‰'‰‰Mš,yŠ—RÀ+÷G}’'K“䳨ݨ¿EêJ%‰‰‰M —ù‰‰Iò÷BýëDý£R‰'~*øk¼LP¢ÿ¨PFêo€¿ÊŸ%JðJ¹ÿ)ÖÀëÜ(À ;ëeþÛc:µøK¼ø_xþ?ûÌ)áÿáKøÿøûÿýßÿïû¿62Ð^‡øÿéÀÊð øK‡ÜW5¤2^Ù€ €ÿînd‹eÿÎ…l1{|1;PH$$’1B¬TH&$R)…TBj!VH'Ä é… BF!“YÈ"dâ…lBv!‡SÈ%äòy…|B~¡€PP($ŠE…bBq¡„PR(%”Êe…rBy¡‚PQ¨$TªU…jBu¡†PS¨%Ôêu…zB}¡ÐPh$4šM…fBs¡…ÐRh%´Úm…vB{¡ƒÐQè$tº]…nBw¡‡ÐSè%ôú}…~Ba€0P$ †C…aÂpa„0R%ŒÆc…qÂxa‚0Q˜$L¦S…iÂta†0S˜%ÌA$AA4A Á,ÁÁ<Á!"aŽ0W˜'Ì …EÂba‰°TX&,V+…UÂja°VX'¬6…MÂfa‹°UØ&lv;…]Âna°WØ'ì…7„7…·„·…w„w…CÂaá=á}áˆpT8&N'…SÂiááCáŒpV8'œ.…KÂGÂÇÂ'§ÂgÂç—ÂeáŠpU¸&\n7…¯„¯…o„o…[ÂmáŽpW¸'Ü…GÂcá;á{ááGá'ágááWá7áwá‰ðTx&<^ Ä„b"1±˜DŒcŤb21¹˜BL)¦S‹iÄ´b:1NL/f3Š™ÄÌb1«/f³‹9Äœb.1·˜GÌ+æó‹Ä‚b!±°XD,*‹‹%Ä’b)±´XF,+–ˋĊb%±²XE¬*V«‹5Äšb-±¶XG¬+Öë‹ Ä†b#±±ØDl*6›‹-Ä–b+±µØFl+¶Û‹ÄŽb'±³ØEì*v»‹=Äžb/±·ØGì+öû‹Äâ q°8D*‡‹#Ä‘â(q´8F+ŽÇ‹ĉâ$q²8Eœ*N§‹3Ä™â,q¶(ˆ¢(‰²¨ˆª¨‰ºhˆ¦h‰¶èˆ®è‰¾ˆ¡‰sĹâq¿x@<(¾!¾)¾%¾-¾#¾+‹ï‰ï‹GÄ£â1ñ¸xB<)žO‹ˆŠgijâ9ñ¼xA¼(^??????¿¿/‹WÄ«â5ñºxC¼)~%~-~#~+Þo‹wÄ»â=ñ¾ø@|(>‹ß‰ß‹?ˆ?Š?‰?‹¿ˆ¿Š¿‰¿‹Oħâ3ñ¹øBL %”I‰¥$RŒ+%•’IÉ¥RJ)•”ZJ#¥•ÒIqRz)ƒ”QÊ$e–²HY¥x)›”]Ê!å”rI¹¥R_©ŸÔ_ ”Iƒ¥!ÒPi˜4\!”FI£¥1ÒXiœ4^š M”&I“¥)ÒTiš4]š!Í”fI³%A%I’%ER%MÒ%C2%K²%Gr%Oò¥@ ¥Hš#Í•æIó¥ÒBi‘´XZ"-•–IË¥ÒJi•´ZZ#­•ÖIë¥ ÒFi“´YÚ"m•¶IÛ¥ÒNi—´[Ú#í•öIû¥ÒAé éMé-éméé]étXzOz_:"•ŽIÇ¥ÒIé”tZú@úP:#•ÎIç¥ ÒEé’ô‘ô±ô‰ô©ô™ô¹ô…ô¥tYº"]•®I×¥ÒMé+ékéé[é–t[º#Ý•îI÷¥ÒCé‘ôXúNú^úAúQúIúYúEúUúMú]z"=•žIÏ¥R9¡œHN,'‘cäX9©œLN.§SÊ©äÔr9­œNŽ“ÓËäŒr&9³œEÎ*ÇËÙäìr9§œKÎ-ç‘óÊùäür¹ \H.,‘‹ÊÅäâr ¹¤\J.-—‘ËÊåäòr¹¢\I®,W‘«ÊÕäêr ¹¦\K®-בëÊõäúr¹¡ÜHn,7‘›ÊÍäær ¹¥ÜJn-·‘ÛÊíäör¹£ÜIî,w‘»ÊÝäîr¹§ÜKî-÷‘ûÊýäþòy .ŸOʧäÓòò‡òù¬|N>/_/Ê—ääåOäOåÏäÏå/ä/åËòùª|M¾.ßoÊ_É_ËßÈßÊ·äÛòù®|O¾/?ÊäÇòwò÷òòòOòÏò/ò¯òoòïòù©üL~.¿( •DJb%‰£Ä*I•dJr%…’RI¥¤VÒ(i•tJœ’^É dT2)™•,JV%^ɦdWr(9•\Jn%’WɧäW (•BJa¥ˆRT)¦WJ(%•RJi¥ŒRV)§”W*(•JJe¥ŠRU©¦TWj(5•ZJm¥ŽRW©§ÔW( •FJc¥‰ÒTi¦4WZ(-•VJk¥ÒVi§´W:(•NJg¥‹ÒUé¦tWz(=•^Jo¥ÒWé§ôW(•AÊ`eˆ2T¦ WF(#•QÊheŒ2V§ŒW&(•IÊdeŠ2U™¦LWf(3•YÊlEPDERdEQTEStÅPLÅRlÅQ\ÅS|%PB%Ræ(s•yÊ|e²PY¤,V–(K•eÊre…²RY¥¬VÖ(k•uÊzeƒ²QÙ¤lV¶([•mÊve‡²SÙ¥ìVö({•}Ê~å€rPyCySyKy[yGyW9¤VÞSÞWŽ(G•cÊqå„rR9¥œV>P>TÎ(g•sÊyå‚rQ¹¤|¤|¬|¢|ª|¦|®|¡|©\V®(W•kÊuå†rSùJùZùFùV¹¥ÜVî(w•{Ê}åòPy¤5¿Z@-¨R «EÔ¢j1µ¸ZB-©–RK«eÔ²j9µ¼ZA­¨VR+«UÔªj5µºZC­©ÖRk«uÔºj=µ¾Ú@m¨6R«MÔ¦j3µ¹ÚBm©¶R[«mÔ¶j;µ½ÚAí¨vR;«]Ô®j7µ»ÚCí©öR{«}Ô¾j?µ¿:@¨R«CÔ¡ê0u¸:B©ŽRG«cÔ±ê8u¼:A¨NR'«SÔ©ê4uº:C©ÎRg«‚*ª’*«Šªªšª«†jª–j«Žêªžê«ª‘:G«ÎSç« Ô…ê"u±ºD]ª.S—«+Ô•ê*uµºF]«®S׫Ôê&u³ºEݪnS·«;Ôê.u·ºGÝ«îS÷«Ôƒêê›ê[êÛê;ê»ê!õ°úžú¾zD=ªS«'Ô“ê)õ´úú¡zF=«žSϫԋê%õ#õcõõSõ3õsõ õKõ²zE½ª^S¯«7Ô›êWê×ê7ê·ê-õ¶zG½«ÞSï«Ô‡ê#õ±úú½úƒú£ú“ú³ú‹ú«ú›ú»úD}ª>SŸ«/ÔZB-‘–XK¢Åh±ZR-™–\K¡¥ÔRi©µ4ZZ-§¥×2hµLZf-‹–U‹×²iÙµZN-—–[Ë£åÕòiùµZA­VX+¢ÕŠiŵZI­”VZ+£•ÕÊiåµ ZE­’VY«¢UÕªiÕµZM­–V[«£ÕÕêiõµZC­‘ÖXk¢5Õši͵ZK­•ÖZk£µÕÚiíµZG­“ÖYë¢uÕºiݵZO­—Ö[ë£õÕúiýµÚ@m6X¢ Õ†iõÚHm”6Z£ÕÆiãµ ÚDm’6Y›¢MÕ¦iÓµÚLm–6[4Q“4YS4UÓ4]34S³4[s4Wó4_ ´P‹´9Ú\mž6_[ -Ôi‹µ%ÚRm™¶\[¡­ÔVi«µ5ÚZm¶^Û mÔ6i›µ-ÚVm›¶]Û¡íÔvi»µ=Ú^mŸ¶_; ÔÞÐÞÔÞÒÞÖÞÑÞÕi‡µ÷´÷µ#ÚQí˜v\;¡ÔNi§µ´µ3ÚYíœv^» ]Ô.iikŸhŸjŸiŸk_h_j—µ+ÚUíšv]»¡ÝԾҾ־ѾÕni·µ;Ú]ížv_{ =Ôiµï´ïµ´µŸ´Ÿµ_´_µß´ßµ'ÚSí™ö\{¡%Ðê‰ôÄz=FÕ“êÉôäz =¥žJO­§ÑÓêéô8=½žAϨgÒ3ëYô¬z¼žMÏ®çÐsê¹ôÜz=¯žOϯÐ ê…ôÂz½¨^L/®—ÐKê¥ôÒz½¬^N/¯WÐ+ê•ôÊz½ª^M¯®×ÐkêµôÚz½®^O¯¯7ÐêôÆz½©ÞLo®·Ð[ê­ôÖz½­ÞNo¯wÐ;êôÎz½«ÞMï®÷Ð{ê½ôÞz½¯ÞOï¯ÐêƒôÁú}¨>L®ÐGê£ôÑú}¬>N¯OÐ'ê“ôÉú}ª>MŸ®ÏÐgê³ôÙº ‹º¤Ëº¢«º¦ëº¡›º¥Ûº£»º§ûz ‡z¤ÏÑçêóôùú}¡¾H_¬/Ñ—êËôåú }¥¾J_­¯Ñ×êëôõú}£¾I߬oÑ·êÛôíú}§¾Kß­ïÑ÷êûôýúý þ†þ¦þ–þ¶þŽþ®~H?¬¿§¿¯ÑêÇôãú ý¤~J?­ ¨ŸÑÏêçôóúý¢~IÿHÿXÿDÿTÿLÿ\ÿBÿR¿¬_ѯê×ôëú ý¦þ•þµþþ­~K¿­ßÑïê÷ôûúý¡þH¬§¯ÿ ÿ¨ÿ¤ÿ¬ÿ¢ÿªÿ¦ÿ®?ÑŸêÏôçú =‘ÐHd$6’1F¬‘ÔHf$7R)TFj#‘ÖHgÄé FF#“‘ÙÈbd5âlFv#‡‘ÓÈeä6òy|F~£€QÐ(d6ŠEbFq£„QÒ(e”6ÊerFy£‚QѨdT6ªUjFu£†QÓ¨eÔ6êuzF}£ÑÐhd46šMfFs£…ÑÒhe´6ÚmvF{£ƒÑÑèdt6º]nFw£‡ÑÓèeô6ú}~Fc€1Ðd 6†CaÆpc„1ÒeŒ6ÆcqÆxc‚1јdL6¦SiÆtc†1Ó˜eÌ6C4$C6C54C7 Ã4,Ã6Ã5<Ã7#4"cŽ1טgÌ7 EÆbc‰±ÔXf,7V+UÆjc±ÖXg¬76MÆfc‹±ÕØfl7v;]Ænc±×Øgì77Œ7·Œ·wŒwCÆaã=ã}ãˆqÔ8f7N'SÆiããCãŒqÖ8gœ7.KÆGÆÇÆ'ƧÆgÆçÆÆ—ÆeãŠqÕ¸f\7n7¯Œ¯oŒo[ÆmãŽq׸gÜ7GÆcã;ã{ããGã'ãgããWã7ãwã‰ñÔxf<7^ Ì„f"3±™ÄŒ1cͤf23¹™ÂLi¦2S›iÌ´f:3ÎLof03š™ÌÌf3«of3³›9Ìœf.3·™ÇÌkæ3ó›Ì‚f!³°YÄ,j3‹›%Ì’f)³´YÆ,k–3˛̊f%³²YŬjV3«›5Ìšf-³¶YǬkÖ3ë› Ì†f#³±ÙÄlj63››-Ì–f+³µÙÆlk¶3ۛ̎f'³³ÙÅìjv3»›=Ìžf/³·ÙÇìkö3û›Ìæ s°9Äj3‡›#Ì‘æ(s´9ÆkŽ3Ç›̉æ$s²9ÅœjN3§›3Ì™æ,s¶)˜¢)™²©˜ª©™ºi˜¦i™¶é˜®é™¾˜¡™s̹æs¿yÀ2›ß™ß›?˜?š?™?›¿˜¿š¿™¿›O̧æ3ó¹ùÂL`%´Y‰­$VŒk%µ’YÉ­VJ+••ÚJc¥µÒYqVz+ƒ•ÑÊde¶²XY­x+›•ÝÊaå´rY¹­V_«ŸÕß` ´Yƒ­!ÖPk˜5Üa´FY£­1ÖXkœ5Þš`M´&Y“­)ÖTkš5ÝšaÍ´fY³-Á-É’-ÅR-ÍÒ-Ã2-˲-Çr-Ïò­À ­Èšc͵æYó­ÖBk‘µØZb-µ–YË­ÖJk•µÚZc­µÖYë­ ÖFk“µÙÚbmµ¶YÛ­ÖNk—µÛÚcíµöYû­ÖAë ëMë-ëmëë]ëuØzÏzß:bµŽYÇ­ÖIë”uÚúÀúÐ:cµÎYç­ ÖEë’õ‘õ±õ‰õ©õ™õ¹õ…õ¥uÙºb]µ®Y×­ÖMë+ëkëë[ë–uÛºcݵîY÷­ÖCë‘õØúÎúÞúÁúÑúÉúÙúÅúÕúÍúÝzb=µžYÏ­V;¡ÈNl'±cìX;©ÌNn§°SÚ©ìÔv;­Î޳ÓÛìŒv&;³ÅÎjÇÛÙììv;§ËÎmç±óÚùìüv» ]È.l±‹ÚÅìâv »¤]Ê.m—±ËÚåìòv»¢]É®lW±«ÚÕìêv »¦]Ë®m×±ëÚõìúv»¡ÝÈnl7±›ÚÍìæv »¥ÝÊnm·±ÛÚíìöv»£ÝÉîlw±»ÚÝìîv»§ÝËîm÷±ûÚýìþö{ =Èl±‡ÚÃìáö{¤=Êm±ÇÚãìñö{¢=ÉžlO±§ÚÓìéö {¦=Ëžm ¶hK¶l+¶jk¶n¶i[¶m;¶k{¶ovhGö{®=Ïžo/°Ú‹ìÅö{©½Ì^n¯°WÚ«ìÕö{­½Î^oo°7Ú›ìÍö{«½ÍÞnï°wÚ»ìÝö{¯½ÏÞo°ÚoØoÚoÙoÛïØïÚ‡ìÃö{öûöû¨}Ì>nŸ°OÚ§ìÓöö‡öû¬}Î>o_°/Ú—ììíOìOíÏìÏí/ì/íËöûª};nß°oÚ_Ù_ÛߨßÚ·ìÛöû®}Ͼo?°ÚìÇöwö÷öööOöÏö/ö¯öoöïöû©ýÌ~n¿°8 DNb'‰ãÄ:IdNr'…“ÒIå¤vÒ8itNœ“ÞÉàdt29™,NV'ÞÉædwr89\Nn'“×Éçäw 8BNa§ˆSÔ)æwJ8%RNi§ŒSÖ)ç”w*8JNe§ŠSÕ©æTwj85ZNm§ŽSשçÔw8 FNc§‰ÓÔiæ4wZ8-VNk§ÓÖiç´w:8NNg§‹ÓÕéætwz8=^No§Ó×éçôw8AÎ`gˆ3Ôæ wF8#QÎhgŒ3ÖçŒw&8IÎdgŠ3Õ™æLwf83YÎlGpDGrdGqTGstÇpLÇrlÇq\Çs|'pB'ræ8syÎ|g³ÐYä,v–8KeÎrg…³ÒYå¬vÖ8kuÎzgƒ³ÑÙälv¶8[mÎvg‡³ÓÙåìvö8{}Î~ç€sÐyÃyÓyËyÛyÇy×9ävÞsÞwŽ8GcÎqç„sÒ9åœv>p>tÎ8gsÎyç‚sѹä|ä|ì|â|ê|æ|î|á|é\v®8WkÎuç†sÓùÊùÚùÆùÖ¹åÜvî8w{Î}çóÐyä7¿[À-èr »EÜ¢n1·¸[Â-é–rK»eܲn9·¼[Á­èVr+»Uܪn5·º[íéÖrk»uܺn=·¾ÛÀmè6r»Mܦn3·¹ÛÂmé¶r[»mܶn;·½ÛÁíèvr;»]Ü®n7·»ÛÃíéör{»}ܾn?·¿;Àèr»CÜ¡î0w¸;ÂéŽrG»cܱî8w¼;ÁèNr'»SÜ©î4wº;ÃéÎrg»‚+º’+»Š«ºš«»†kº–k»Žëºžë»º‘;ÇëÎsç» Ü…î"w±»Ä]ê.s—»+Ü•î*wµ»Æ]ë®s×»Üî&w³»ÅÝêns·»;Üî.w·»ÇÝëîs÷»܃îî›î[îÛî;î»î!÷°ûžû¾{Ä=ês»'Ü“î)÷´ûû¡{Æ=ëžsϻ܋î%÷#÷c÷÷S÷3÷s÷ ÷K÷²{Žê^s¯»7Ü›îWî×î7î·î-÷¶{ǽëÞsï»܇î#÷±ûû½ûƒû£û“û³û‹û«û›û»ûÄ}ê>sŸ»/Ü^B/‘—ØKâÅx±^R/™—ÜKá¥ôRy©½4^Z/ç¥÷2x½L^f/‹—Õ‹÷²yÙ½^N/——ÛËãåõòyù½^A¯WØ+âõŠyŽ^I¯”WÚ+ã•õÊyå½ ^E¯’WÙ«âUõªyÕ½^M¯–WÛ«ãÕõêyõ½^C¯‘רkâ5õšyͽ^K¯•×ÚkãµõÚyí½^G¯“×Ùëâuõºyݽ^O¯—×Ûëãõõúyý½Þ@o7Øâ õ†yýÞHo”7ÚãõÆyã½ ÞDo’7Ù›âMõ¦yÓ½ÞLo–7Û<Ñ“<ÙS<ÕÓ<Ý3<Ó³<Ûs<×ó<ß ¼Ð‹¼9Þ\ož7ß[à-ôy‹½%ÞRo™·Ü[á­ôVy«½5ÞZo·ÞÛàmô6y›½-ÞVo›·ÝÛáíôvy»½=Þ^oŸ·ß;àôÞðÞôÞòÞöÞñÞõy‡½÷¼÷½#ÞQï˜wÜ;áôNy§½¼½3ÞYïœwÞ»à]ô.yy{ŸxŸzŸyŸ{_x_z—½+ÞUïšwÝ»áÝô¾ò¾ö¾ñ¾õny·½;Þ]ïžwß{à=ôy½ï¼ï½¼½Ÿ¼Ÿ½_¼_½ß¼ß½'ÞSï™÷Ü{á%ðú‰üÄ~?Æõ“úÉüä~ ?¥ŸÊOí§ñÓúéü8?½ŸÁÏègò3ûYü¬~¼ŸÍÏîçðsú¹üÜ~?¯ŸÏÏïð ú…üÂ~¿¨_Ì/î—ðKú¥üÒ~¿¬_Î/ïWð+ú•üÊ~¿ª_ͯî×ðkúµüÚ~¿®_ϯï7ðúüÆ~¿©ßÌoî·ð[ú­üÖ~¿­ßÎoïwð;úüÎ~¿«ßÍïî÷ð{ú½üÞ~¿¯ßÏïïðúƒüÁþ¨?ÌîðGú£üÑþ¬?ÎïOð'ú“üÉþª?ÍŸîÏðgú³üÙ¾à‹¾ä˾⫾æë¾á›¾å۾㻾çû~à‡~äÏñçúóüùþ¡¿È_ì/ñ—úËüåþ ¥¿Ê_í¯ñ×úëüõþ£¿Éßìoñ·úÛüíþ§¿Ëßíïñ÷úûüýþÿ ÿ†ÿ¦ÿ–ÿ¶ÿŽÿ®È?ì¿ç¿ïñúÇüãþ ÿ¤Ê?íàèŸñÏúçüóþÿ¢ÉÿÈÿØÿÄÿÔÿÌÿÜÿÂÿÒ¿ì_ñ¯ú×üëþ ÿ¦ÿ•ÿµÿÿ­Ë¿íßñïú÷üûþÿ¡ÿÈìçïÿàÿèÿäÿìÿâÿêÿæÿî?ñŸúÏüçþ ?A0H$’1Al4H$R)ƒTAê M6HÄéƒ AÆ S9Èd âƒlAö G3Èäòyƒ|Aþ @P0(ŠEƒbAñ DP2(”ÊeƒrAù BP1¨TªUƒjAõ FP3¨ÔêuƒzAý AÐ0h4šMƒfAó EÐ2h´ÚmƒvAû CÐ1ètº]ƒnA÷ GÐ3èôú}ƒ~Aÿ`@00 †CƒaÁð`D02ŒÆcƒqÁø`B01˜L¦SƒiÁô`F03˜Ì„@ ¤@”@ ´@ŒÀ ¬ÀœÀ ¼À‚ ¢`N07˜Ì ƒEÁâ`I°4X,V+ƒUÁê`M°6X¬6ƒMÁæ`K°5Ølv;ƒ]Áî`O°7Øìƒ7‚7ƒ·‚·ƒw‚wƒCÁáà½àýàHp48N'ƒSÁéàƒàÃàLp68œ.ƒKÁGÁÇÁ'Á§ÁgÁçÁÁ—ÁåàJp5¸\n7ƒ¯‚¯ƒo‚oƒ[ÁíàNp7¸ÜƒGÁãà»àûà‡àÇà§àçà—à×à·à÷àIð4x<^ „a¢0q˜$Œ cäa²0y˜"L¦ S‡i´aº0.Lf3†™ÂÌa–0kf ³‡9œa®0w˜'Ìæ ó‡‚a¡°pX$, ‹‡%Â’a©°tX&,– ˇŠa¥°rX%¬V «‡5ša­°vX'¬Ö ë‡ Â†a£°qØ$l6 ›‡-–a«°uØ&l¶ ۇŽa§°sØ%ìv »‡=ža¯°wØ'ìö û‡Âá pp8$ ‡‡#‘á¨pt8&Ž Ç‡‰á¤pr8%œN §‡3™á¬pv(„b(…r¨„j¨…zh„fh…vè„nè…~„a…s¹á¼p~¸ \. ‡KÂ¥á²py¸"\® W‡kµáºp}¸!Ün 7‡[­á¶p{¸#Üî w‡{½á¾px <¾¾¾¾¾¾ ‡ï…ï‡G£á±ðxx"<ž O‡„†g³á¹ð|x!¼^ ? ?? ? ? ?¿¿ /‡W«áµðzx#¼~~~~Þ o‡w»á½ð~ø |> ‡ß…߇?„?†?…?‡¿„¿†¿…¿‡O§á³ðyø"L%ŒE‰£$QL%’EÉ£QÊ(U”:J¥ÒEqQú(C”1Êe޲DY£ø([”=ÊåŒrE¹£ªUŒ*E•£*QÕ¨ZT=ªÕŒjEµ£:Qݨ^T?j5ŒE£&QÓ¨YÔêuŒ:E£.Qר[Ô=êõŒzE½£>Qߨ_Ô? ŒEƒ£!ÑÐhX4<ŒFE££1ÑØh\4>šMŒ&E“£)ÑÔhZ4=šÍŒfE³#!#)’#%R#-Ò##2#+²#'r#/ò£ £(šÍæEó£ÑÂhQ´8Z-–EË£ÑÊhU´:Z­ÖEë£ ÑÆhS´9Úm¶EÛ£ÑÎhW´;ÚíöEû£ÑÁÿÑÞ=í4ø?ï±mÛ¶mÛ¶mÛ|†=ì£ϱmÛ¶m½©dS©­Íî·›l.’Ôó«êj÷E_þ«f:²#²3²+²;²'²7²/²?r r0r(r8r$r4r,rr!r1r)r9r%r5r-r=r#r3r+r;r'r7r/r?ò ò0ò(ò8ò$ò4ò,ò<ò"ò2ò*ò:ò&ò6ò.ò>ò!ò1ò)ò9ò%ò5ò-ò=ò#ò3ò+ò;ò'ò7I@Ä ‰DDb" ‘”HF$'R)‰TDj" ‘–HG¤'2‰LDf" ‘•ÈFd'r9‰\Dn"‘—ÈGä' ‰BDa¢Q”(F'J%‰RDi¢ Q–(G”'*‰JDe¢ Q•¨FT'j5‰ZDm¢Q—¨GÔ' ‰FDc¢ Ñ”hF4'Z-‰VDk¢ Ñ–hG´':‰NDg¢ Ñ•èFt'z=‰^Do¢Ñ—èGô'‰AÄ`b1”F 'F#‰QÄhb 1–GŒ'&‰IÄdb 1•˜FL'f3‰YÄlb1—˜GÌ' ‰EÄbb ±”XF,'V+‰UÄjb ±–XG¬'6‚ H‚"h‚!XÁ!!@„B¨„Fè„A˜„EØ„C¸&<Â'"$¢ÄFb±™ØBl%¶Û‰ÄNb±›ØCì%öû‰ÄAâq˜8B%ŽljÄIâqš8Cœ%Îç‰ ÄEâq™¸B\%®׉ÄMâq›¸CÜ%î÷‰ÄCâñ˜xB<%žωÄKâñšxC¼%Þï‰ÄGâñ™øB|%¾߉ÄOâñ›øCü%â‰d™LD&&“IÉddr2™’LE¦&ÓiÉtdz2™‘ÌDf&³YÉldv2™“ÌEæ&óyÉ|d~²Y,D&‹EÉbdq²Y’,E–&ËeÉrdy²Y‘¬DV&«UÉjdu²Y“¬EÖ&ëuÉzd}²ÙlD6&›MÉfds²Ù’lE¶&ÛmÉvd{²Ù‘ìDv&»]Éndw²Ù“ìEö&û}É~dr9D&‡CÉaäpr9’EŽ&ÇcÉqäxr9‘œDN&§SÉiätr9“œEÎ&çsÉyä|r¹\D.&—KÉeärr¹’\E®&×kÉuäzr! ’$)’&’%É‘<)")‘2 ID*¤Jj¤N¤IZ¤M:¤KbÒ#}2 C2Jn$7‘›É-äVr¹ÜAî$w‘»É=ä^r¹Ÿ<@$‘‡É#äQòyœ$‘É'äSòùœ|A¾$_‘¯É7ä[òùžü@~$?‘ŸÉ/äWòùüAþ$‘¿É?ä_2žL@ÅQ ©DTb* •”JF%§RP)©TTj* •–JG¥§2P©LTf* ••ÊFe§rP9©\Tn*•—ÊGå§ P©BTaªU”*F§JP%©RTiª U–*G•§*P©JTeª U•ªFU§jP5©ZTmªU—ªGÕ§P ©FTcª Õ”jF5§ZP-©VTkª Õ–jGµ§:P©NTgª Õ•êFu§zP=©^ToªÕ—êGõ§P©AÔ`j5”F §FP#©QÔhj 5–G§&P©IÔdj 5•šFM§fP3©YÔlj5—šGͧP ©EÔbj µ”ZF-§VP+©UÔjj µ–ZG­§6PŠ HŠ¢hŠ¡X PÅS%R%SB”B©”Fé”A™”EÙ”C¹¦<ʧ*¤¢ÔFjµ™ÚBm¥¶QÛ©ÔNjµ›ÚCí¥öQû©ÔAêu˜:B¥ŽQÇ©ÔIêuš:C¥ÎQç© ÔEêu™ºB]¥®QשÔMêu›ºCÝ¥îQ÷©ÔCêõ˜zB=¥žQÏ©ÔKêõšzC½¥ÞQï©ÔGêõ™úB}¥¾Qß©ÔOêõ›úCý¥â©tND'¦“ÐIédtr:’NE§¦ÓÐiéttz:‘ÎDg¦³ÐYéltv:“ÎEç¦óÐyé|t~º].D¦‹ÐEébtqº]’.E—¦ËÐeértyº]‘®DW¦«ÐUéjtuº]“®EצëÐuézt}ºÝnD7¦›ÐMéftsºÝ’nE·¦ÛÐmévt{ºÝ‘îDw¦»Ð]éntwºÝ“îE÷¦ûÐ}é~tz=D¦‡ÐCéaôpz=’E¦ÇÐcéqôxz=‘žDO¦§ÐSéiôtz=“žEϦçÐséyô|z½^D/¦—ÐKéeôrz½’^E¯¦×Ðkéuôzz¡ š¤)š¦š¥ÍÑ<-Ð"-Ñ2 iD+´Jk´N´I[´M;´KcÚ£}: C:Jo¤7Ñ›é-ôVz½ÞAï¤wÑ»é=ô^z½Ÿ>@¤чé#ôQú}œ>AŸ¤Oѧé3ôYú}ž¾@_¤/Ñ—é+ôUú}¾AߤoÑ·é;ô]ú}Ÿ~@?¤Ñé'ôSúýœ~A¿¤_ѯé7ô[úýžþ@¤?ÑŸé/ôWúýþAÿ¤Ñ¿é?ô_:žNÀÄ1 ™DLb& “”IÆ$gR0)™TLj& “–IǤg20™LLf& “•ÉÆdgr09™\Ln&“—ÉÇäg 0™BLa¦S”)ÆgJ0%™RLi¦ S–)Ç”g*0™JLe¦ S•©ÆTgj05™ZLm¦S—©ÇÔg0 ™FLc¦ Ó”iÆ4gZ0-™VLk¦ Ó–iÇ´g:0™NLg¦ Ó•éÆtgz0=™^Lo¦Ó—éÇôg0™AÌ`f3”Æ gF0#™QÌhf 3–ÇŒg&0™IÌdf 3•™ÆLgf03™YÌlf3—™ÇÌg0 ™EÌbf ³”YÆ,gV0+™UÌjf ³–YǬg60†`H†bh†aX0Ã3#2#3AŒÂ¨ŒÆèŒÁ˜ŒÅ،ø f<Æg&d¢ÌFf³™ÙÂle¶1Û™ÌNf³›ÙÃìeö1û™ÌAæs˜9ÂeŽ1Ç™ÌIæsš9ÜeÎ1ç™ ÌEæs™¹Â\e®1×™ÌMæs›¹ÃÜeî1÷™ÌCæó˜yÂd±Ù'ìSöûœ}Á¾d_±¯Ù7ì[öûžýÀ~d?±ŸÙ/ìWöûýÁþd±¿Ù?ì_6žMâ@B$I@R $)@J ¤i@Z¤@F dY@V d9@N äy@^ä@APE@QP %@IP ”e@YP”@EP TU@UP T5@MP Ôu@]PÔ @CÐ4M@SÐ 4-@KÐ ´m@[д@GÐ t]@WÐ t=@OÐ ô}@_ÐôÀ@0 CÀP0 #ÀH0 ŒcÀX0ŒÀD0 LSÀT0 L3ÀL0 ÌsÀ\0Ì ÀB°,KÀR° ,+ÀJ° ¬kÀZ°¬@€ Xx H@  h@0là`à Q°l›Á°lÛÁ°ì»Á°ìûÁp‡ÁpÇÁ pœ§ÁpœçÁp\—Áp\×Á pÜ·ÁpÜ÷Áð<Áð<ÏÁ ð¼¯Áð¼ïÁð|ŸÁð|ßÁðü¿Áðă\—KÄ%æ’pI¹d\r.—’KÅ¥æÒpi¹t\z.—‘ËÄeæ²pY¹l\v.—“ËÅåæòpy¹|\~®W+ÄæŠpE¹b\q®W’+Å•æÊpe¹r\y®W‘«ÄUæªpU¹j\u®W“«ÅÕæêpu¹z\}®×kÄ5æšpM¹f\s®×’kŵæÚpm¹v\{®בëÄuæºp]¹n\w®דëÅõæúp}¹~\n7Ä æ†pC¹aÜpn7’ÅæÆpc¹qÜxn7‘›ÄMæ¦pS¹iÜtn7“›ÅÍææps¹yÜ|n·[Ä-æ–pK¹eÜrn·’[Å­æÖpk¹uÜznáŽä(ŽæŽåÇq<'p"'q29Ä)œÊiœÎœÉYœÍ9œËaÎã|.àB.Êmä6q›¹-ÜVn·ÛÁíävq»¹=Ü^n·Ÿ;Àäq‡¹#ÜQîwœ;ÁäNq§¹3ÜYîwž»À]ä.q—¹+ÜUîw»ÁÝänq·¹;Ü]îwŸ{À=äq¹'ÜSî÷œ{Á½ä^q¯¹7Ü[î÷žûÀ}ä>qŸ¹/ÜWî÷ûÁýä~q¿¹?Ü_.žKÀÇñ ùD|b> Ÿ”OÆ'çSð)ùT|j> Ÿ–Oǧç3ðùL|f> Ÿ•ÏÆgçsð9ù\|n>Ÿ—ÏÇçç ðùB|a¾_”/ÆçKð%ùR|i¾ _–/Ç—ç+ðùJ|e¾ _•¯ÆWçkð5ùZ|m¾_—¯Ç×çð ùF|c¾ ß”oÆ7ç[ð-ùV|k¾ ß–oÇ·ç;ðùN|g¾ ß•ïÆwç{ð=ù^|o¾ß—ïÇ÷çðùAü`~?”ÆçGð#ùQüh~ ?–Çç'ðùIüd~ ?•ŸÆOçgð3ùYül~?—ŸÇÏçð ùEüb~ ¿”_Æ/çWð+ùUüj~ ¿–_ǯç7ðžàIžâižáYðÏó/ò/óG¼Â«¼Æë¼Á›¼Åۼû<æ=Þç>ä£üF~¿™ßÂoå·ñÛùüN~¿›ßÃïå÷ñûùüAþ˜?ÂåñÇùüIþš?ßåÏñçù üEþ™¿Â_å¯ñ×ùüMþ›¿Ãßåïñ÷ùüCþÿ˜Â?åŸñÏùüKþÿšÿåßñïùüGþÿ™ÿÂå¿ñßùüOþÿ›ÿÃÿåãùBœPH$$’I…dBr!…RH%¤Òi…tBz!ƒQÈ$d²Y…lBv!‡SÈ%äòy…|B~¡€PP($ŠE…bBq¡„PR(%”Êe…rBy¡‚PQ¨$TªU…jBu¡†PS¨%Ôêu…zB}¡ÐPh$4šM…fBs¡…ÐRh%´Úm…vB{¡ƒÐQè$tº]…nBw¡‡ÐSè%ôú}…~Ba€0P$ †C…aÂpa„0R%ŒÆc…qÂxa‚0Q˜$L¦S…iÂta†0S˜%Ìæs…yÂ|a°PX$,–K…eÂra…°RX%¬Ök…uÂzaƒ(€À ¼ ¢ ²$(‚*h‚.‚)X‚-8‚+`Á|!B!*l6 ›…-ÂVa›°]Ø!ìv »…=Â^aŸ°_8  ‡…#ÂQá˜p\8!œN §…3ÂYáœp^¸ \. —…+ÂUášp]¸!Ün ·…;Â]ážp_x < …'ÂSá™ð\x!¼^ ¯…7Â[áð^ø |> Ÿ…/ÂWá›ð]ø!ü~ ¿…?Â_!^H Ɖ ÅDbb1‰˜TL&&Sˆ)ÅTbj1˜VL'¦3ˆÅLbf1‹˜UÌ&fsˆ9Å\bn1˜WÌ'æ ˆÅBba±ˆXT,&Kˆ%ÅRbi±ŒXV,'–+ˆÅJbe±ŠXU¬&Vkˆ5ÅZbm±ŽXW¬'Öˆ ÅFbc±‰ØTl&6[ˆ-ÅVbk±ØVl'¶;ˆÅNbg±‹ØUì&v{ˆ=Å^bo±ØWì'öˆÅAâ`qˆ8T&Gˆ#ÅQâhqŒ8V'Ž'ˆÅIâdqŠ8Uœ&Ngˆ3ÅYâlqŽ8Wœ'Έ ÅEâbq‰¸T\&.Wˆ+ÅUâjq¸V\'®7ˆ‘I‘i‘YˆœÈ‹‚(Š’(‹PD¢"ª¢&ê¢!š¢%Ú¢#º"=Ñ1£âFq“¸YÜ"n·‰ÛÅâNq—¸[Ü#î÷‰ûÅâAñxX<"‰ÇÅâIñ”xZ<#žωçÅ âEñ’xY¼"^¯‰×ÅâMñ–x[¼#Þï‰÷ÅâCñ‘øX|">Ÿ‰ÏÅâKñ•øZ|#¾߉ïÅâGñ“øYü"~¿‰ßÅâOñ—ø[ü#þãÅRœ”PJ$%–’HI¥dRr)…”RJ%¥–ÒHi¥tRz)ƒ”QÊ$e–²HY¥lRv)‡”SÊ%å–òHy¥|R~©€TP*$–ŠHE¥bRq©„TR*%•–ÊHe¥rRy©‚TQª$U–ªHU¥jRu©†TSª%Õ–êHu¥zR}©ÔPj$5–šHM¥fRs©…ÔRj%µ–ÚHm¥vR{©ƒÔQê$u–ºH]¥nRw©‡ÔSê%õ–úH}¥~Ri€4P$ –†HC¥aÒpi„4R%–ÆHc¥qÒxi‚4Qš$M–¦HS¥iÒti†4Sš%Í–æHs¥yÒ|i´PZ$-––HK¥eÒri…´RZ%­–ÖHk¥uÒziƒ‘‰”(‰–‰•€ÄI¼$H¢$I²%$)’*i’.’)Y’-9’+aÉ“|)B)*m”6I›¥-ÒVi›´]Ú!í”vI»¥=Ò^iŸ´_: ”I‡¥#ÒQé˜t\:!”NI§¥3ÒYéœt^º ]”.I—¥+ÒUéšt]º!Ý”nI·¥;Ò]éžt_z =”I¥'ÒSé™ô\z!½”^I¯¥7Ò[éô^ú }”>IŸ¥/ÒWé›ô]ú!ý”~I¿¥?Ò_)^J ÇÉ åDrb9‰œTN&'—SÈ)åTrj9œVN'§—3ÈåLrf9‹œUÎ&g—sÈ9å\rn9œWÎ'ç— ÈåBra¹ˆ\T.&—KÈ%åRri¹Œ\V.'——+ÈåJre¹Š\U®&W—kÈ5åZrm¹Ž\W®'×—È åFrc¹‰ÜTn&7—[È-åVrk¹ÜVn'·—;ÈåNrg¹‹ÜUî&w—{È=å^ro¹ÜWî'÷—ÈåAò`yˆ"•ÉÇåòIù”|Z>#Ÿ•ÏÉçå òEù’|Y¾"_•¯É×åòMù–|[¾#ß•ïÉ÷åòCù‘üX~"?•ŸÉÏåòKù•üZ~#¿•ßÉïåòGù“üYþ"•¿ÉßåòOù—ü[þ#ÿ•ãå0&„‰`b˜&…É`r˜¦„©`j˜¦…é`z˜f„™`f˜f…Ù`v˜愹`n˜æ…ù`~X„…`aX…Å`qX–„¥`iX–…å`yXV„•`eXV…Õ`uXÖ„µ`mXÖ…õ`}Ø6„`cØ6…Í`sض„­`kض…í`{Øv„`gØv…Ý`wØö„½`oØö…ý`8„ƒà`8…Ãàp8Ž„£àh8Ž…ãàx8N„“àd8N…Óàt8΄³àl8Î…óà|¸.„‹àb¸.…Ëàr¸®„«àj¸®…ëàz¸F IHA2…r‡¡e!‚ T¡uh@ZІt!†ôaC…á&¸n[á6¸î€;á.¸î{á>¸€á!xGá1xž€'á)xžgá9x^€á%x^Wá5xÞ€7á-xÞwá=x>€á#ø>Oá3ø¾€/á+ø¾oá;ø~€á'ø~_á7øþ€?á/øþa)Ÿ•/ÊWå›ò]ù¡üT~)¿•?Ê_%^I Æ© ÕDjb5‰šTM¦&WS¨)ÕTjj5šVM§¦W3¨ÕLjf5‹šUͦfWs¨9Õ\jn5šWͧæW ¨ÕBjaµˆZT-¦WK¨%ÕRjiµŒZV-§–W+¨ÕJjeµŠZU­¦VWk¨5ÕZjmµŽZW­§ÖW¨ ÕFjcµ‰ÚTm¦6W[¨-ÕVjkµÚVm§¶W;¨ÕNjgµ‹ÚUí¦vW{¨=Õ^joµÚWí§öW¨ÕAê`uˆ:T¦WG¨#ÕQêhuŒ:V§ŽW'¨ÕIêduŠ:U¦NWg¨3ÕYêluŽ:W§ÎW¨ ÕEêbu‰ºT]¦.WW¨+ÕUêjuºV]§®W7¨•PI•Ri•QY¨œÊ«‚*ª’*«PEª¢ªª¦êª¡šª¥Úª£º*V=ÕW5T£êFu“ºYÝ¢nU·©ÛÕêNu—º[Ý£îU÷©ûÕêAõzX=¢U©ÇÕêIõ”zZ=£žUÏ©çÕ êEõ’zY½¢^U¯©×ÕêMõ–z[½£ÞUï©÷ÕêCõ‘úX}¢>UŸ©ÏÕêKõ•úZ}£¾Uß©ïÕêGõ“úYý¢~U¿©ßÕêOõ—ú[ý£þUãÕZœ–PK¤%Ö’hIµdZr-…–RK¥¥ÖÒhiµtZz-ƒ–QˤeÖ²hYµlZv-‡–SË¥åÖòhyµ|Z~­€VP+¤ÖŠhEµbZq­„VR+¥•ÖÊheµrZy­‚VQ«¤UÖªhUµjZu­†VS«¥ÕÖêhuµzZ}­ÖPk¤5ÖšhMµfZs­…ÖRk¥µÖÚhmµvZ{­ƒÖQë¤uÖºh]µnZw­‡ÖSë¥õÖúh}µ~Zm€6P¤ Ö†hCµaÚpm„6R¥ÖÆhcµqÚxm‚6Q›¤MÖ¦hSµiÚtm†6S›¥ÍÖæhsµyÚ|m¶P[¤-Ö–hKµeÚrm…¶R[¥­ÖÖhkµuÚzmƒÑÔ(ÖÕ€Æi¼&h¢&i²5¤)šªiš®š©Yš­9š«aÍÓ|-ÐB-ªmÔ6i›µ-ÚVm›¶]Û¡íÔvi»µ=Ú^mŸ¶_; Ôi‡µ#ÚQí˜v\;¡ÔNi§µ3ÚYíœv^» ]Ô.i—µ+ÚUíšv]»¡ÝÔni·µ;Ú]ížv_{ =Ôiµ'ÚSí™ö\{¡½Ô^i¯µ7Ú[íö^û }Ô>iŸµ/ÚWí›ö]û¡ýÔ~i¿µ?Ú_-^K Çé õDzb=‰žTO¦'×Sè)õTzj=žVO§§×3èõLzf=‹žUϦg×sè9õ\zn=žWϧç× èõBza½ˆ^T/¦×Kè%õRzi½Œ^V/§—×+èõJze½Š^U¯¦W×kè5õZzm½Ž^W¯§××è õFzc½‰ÞTo¦7×[è-õVzk½ÞVo§·×;èõNzg½‹ÞUï¦w×{è=õ^zo½ÞWï§÷×èõAú`}ˆ>T¦×Gè#õQúh}Œ>V§×'èõIúd}Š>UŸ¦O×gè3õYúl}Ž>WŸ§Ï×è õEúb}‰¾T_¦/×Wè+õUúj}¾V_§¯×7èÐIÒiÑYèœÎë‚.ê’.ëPGº¢«º¦ëº¡›º¥Ûº£»:Ö=Ý×=Ô£úF}“¾YߢoÕ·éÛõúN}—¾[ߣïÕ÷éûõúAý~X?¢ÕéÇõúIý”~Z?£ŸÕÏéçõ úEý’~Y¿¢_Õ¯é×õúMý–~[¿£ßÕïé÷õúCý‘þX¢?ÕŸéÏõúKý•þZ£¿ÕßéïõúGý“þYÿ¢Õ¿éßõúOý—þ[ÿ£ÿÕãõFœ‘ÐHd$6’IdFr#…‘ÒHe¤6ÒitFz#ƒ‘ÑÈdd6²YlFv#‡‘ÓÈeä6òy|F~£€QÐ(d6ŠEbFq£„QÒ(e”6ÊerFy£‚QѨdT6ªUjFu£†QÓ¨eÔ6êuzF}£ÑÐhd46šMfFs£…ÑÒhe´6ÚmvF{£ƒÑÑèdt6º]nFw£‡ÑÓèeô6ú}~Fc€1Ðd 6†CaÆpc„1ÒeŒ6ÆcqÆxc‚1јdL6¦SiÆtc†1Ó˜eÌ6æsyÆ|c±ÐXd,6–KeÆrc…±ÒXe¬6ÖkuÆzcƒ1ƒ4(ƒ6ƒ5€Á¼!¢!² d(†jh†n†iX†m8†k`Ã3|#0B#jl46›-ÆVc›±ÝØaì4v»=Æ^cŸ±ß8`4‡#ÆQã˜qÜ8aœ4N§3ÆYãœqÞ¸`\4.—+ÆUãšqݸaÜ4n·;Æ]ãžqßx`<4'ÆSã™ñÜxa¼4^¯7Æ[ãñÞø`|4>Ÿ/ÆWã›ñÝøaü4~¿?Æ_#ÞH`Æ™ ÍDfb3‰™ÔLf&7S˜)ÍTfj3™ÖLg¦73˜ÍLff3‹™ÕÌff7s˜9Í\fn3™×Ìgæ7 ˜ÍBfa³ˆYÔ,f7K˜%ÍRfi³ŒYÖ,g–7+˜ÍJfe³ŠYÕ¬fV7k˜5ÍZfm³ŽY׬gÖ7˜ ÍFfc³‰ÙÔlf67[˜-ÍVfk³ÙÖlg¶7;˜ÍNfg³‹ÙÕìfv7{˜=Í^fo³Ù×ìgö7˜ÍAæ`sˆ9Ôf7G˜#ÍQæhsŒ9ÖgŽ7'˜ÍIædsŠ9ÕœfN7g˜3ÍYælsŽ9לgÎ7˜ ÍEæbs‰¹Ô\f.7W˜+ÍUæjs¹Ö\g®77˜“0I“2i“1Y˜œÉ›‚)š’)›ÐD¦bª¦fê¦aš¦eÚ¦cº&6=Ó734£æFs“¹ÙÜbn5·™ÛÍæNs—¹ÛÜcî5÷™ûÍæAóyØ5Ÿ™ÏÍæKó•ùÚ|c¾5ß™ïÍæGó“ùÙüb~5¿™ßÍæOó—ùÛücþ5ãÍVœ•ÐJd%¶’XI­dVr+…•ÒJe¥¶ÒXi­tVz+ƒ•ÑÊde¶²XY­lVv+‡•ÓÊeå¶òXy­|V~«€UÐ*d¶ŠXE­bVq«„UÒ*e•¶ÊXe­rVy«‚UѪdU¶ªXU­jVu«†UÓªeÕ¶êXu­zV}«ÕÐjd5¶šXM­fVs«…ÕÒjeµ¶ÚXm­vV{«ƒÕÑêdu¶ºX]­nVw«‡ÕÓêeõ¶úX}­~Vk€5Ðd ¶†XC­aÖpk„5Òe¶ÆXc­qÖxk‚5ÑšdM¶¦XS­iÖtk†5ÓšeͶæXs­yÖ|kµÐZd-¶–XK­eÖrk…µÒZe­¶ÖXk­uÖzkƒ±‹´(‹¶‹µ€ÅY¼%X¢%Y²-d)–ji–n–iY–m9–ka˳|+°B+jm´6Y›­-ÖVk›µÝÚaí´vY»­=Ö^kŸµß:`´Y‡­#ÖQë˜uÜ:a´NY§­3ÖYëœuÞº`]´.Y—­+ÖUëšuݺaÝ´nY·­;Ö]ëžußz`=´Y­'ÖSë™õÜza½´^Y¯­7Ö[ëõÞú`}´>YŸ­/ÖWë›õÝúaý´~Y¿­?Ö_+ÞJ`ÇÙ íDvb;‰ÔNf'·SØ)íTvj;ÖNg§·3ØíLvf;‹ÕÎfg·sØ9í\vn;×Îgç· ØíBva»ˆ]Ô.f·KØ%íRvi»Œ]Ö.g—·+ØíJve»Š]Õ®fW·kØ5íZvm»Ž]×®g×·Ø íFvc»‰ÝÔnf7·[Ø-íVvk»ÝÖng··;ØíNvg»‹ÝÕîfw·{Ø=í^vo»Ý×îg÷·ØíAö`{ˆ=Ôf·GØ#íQöh{Œ=Ög·'ØíIöd{Š=ÕžfO·gØ3íYöl{Ž=מgÏ·Ø íEöb{‰½Ô^f/·WØ+íUöj{½Ö^g¯·7Ø›°I›²i›±YØœÍÛ‚-Ú’-ÛÐF¶b«¶fë¶a›¶eÛ¶c»6¶=Û·;´£öF{“½ÙÞboµ·ÙÛíöN{—½ÛÞcïµ÷ÙûíöAû}Ø>bµÙÇíöIû”}Ú>cŸµÏÙçí öEû’}Ù¾b_µ¯Ù×íöMû–}Û¾cßµïÙ÷íöCû‘ýØ~b?µŸÙÏíöKû•ýÚ~c¿µßÙïíöGû“ýÙþbµ¿ÙßíöOû—ýÛþcÿµãíNœ“ÐIä$v’8IdNr'…“ÒIå¤vÒ8itNz'ƒ“ÑÉädv²8YlNv'‡“ÓÉåävò8y|N~§€SÐ)ävŠ8EbNq§„SÒ)å”vÊ8erNy§‚SÑ©äTvª8UjNu§†SÓ©åÔvê8uzN}§ÓÐiä4vš8MfNs§…ÓÒiå´vÚ8mvN{§ƒÓÑéätvº8]nNw§‡ÓÓéåôvú8}~Ng€3Ðä v†8CaÎpg„3ÒåŒvÆ8cqÎxg‚3Ñ™äLv¦8SiÎtg†3Ó™åÌvæ8syÎ|g³ÐYä,v–8KeÎrg…³ÒYå¬vÖ8kuÎzgƒq‡t(‡v‡u€Ã9¼#8¢#9²ä(ŽêhŽîŽéXŽí8Žë`Çs|'pB'êlt69›-ÎVg›³ÝÙáìtv9»=Î^gŸ³ß9àt9‡#ÎQç˜sÜ9áœtN9§3ÎYçœsÞ¹à\t.9—+ÎUçšsݹáÜtn9·;Î]çžsßyà9Ÿ/ÎWç›óÝùáüt~9¿?Î_'ÞIàÆ¹ ÝDnb7‰›ÔMæ&wS¸)ÝTnj7›ÖMç¦w3¸ÝLnf7‹›ÕÍæfws¸9Ý\nn7›×Íçæw ¸ÝBna·ˆ[Ô-æwK¸%ÝRni·Œ[Ö-ç–w+¸ÝJne·Š[Õ­æVwk¸5ÝZnm·Ž[×­çÖw¸ ÝFnc·‰ÛÔmæ6w[¸-ÝVnk·ÛÖmç¶w;¸ÝNng·‹ÛÕíævw{¸=Ý^no·Û×íçöw¸ÝAî`wˆ;ÔæwG¸#ÝQîhwŒ;ÖçŽw'¸ÝIîdwŠ;ÕæNwg¸3ÝYîlwŽ;×çÎw¸ ÝEîbw‰»Ô]æ.wW¸+ÝUîjw»Ö]ç®w7¸—pI—ri—qY¸œË»‚+º’+»ÐE®âª®æê®áš®åÚ®ãº.v=×w7t£îFw“»ÙÝânu·¹ÛÝîNw—»ÛÝãîu÷¹ûÝîA÷{Ø=âu¹ÇÝîI÷”{Ú=ãžuϹçÝ îE÷’{Ù½â^u¯¹×ÝîM÷–{Û½ãÞuï¹÷ÝîC÷‘ûØ}â>uŸ¹ÏÝîK÷•ûÚ}ã¾uß¹ïÝîG÷“ûÙýâ~u¿¹ßÝîO÷—ûÛýãþuãÝ8'ĉpbœ'ÅÉprœ§Ä©pjœ§ÅépzœgÄ™pfœgÅÙpvœçĹpnœçÅùp~\Ä…pa\ÅÅpq\—Ä¥pi\—Ååpy\WÄ•pe\WÅÕpu\×ĵpm\×Åõp}Ü7ÄpcÜ7ÅÍpsÜ·Ä­pkÜ·Åíp{ÜwÄpgÜwÅÝpwÜ÷ĽpoÜ÷Åýp<ăð`<ÅÃðp<Ä£ðh<Åãðx<OÄ“ðd<OÅÓðt<Ïijðl<ÏÅóð|¼/Ä‹ðb¼/ÅËðr¼¯Ä«ðj¼¯Åëðz¼G0ILa3˜Ås˜Ç±„e 1 V±†ul`[ØÆv1Æöq€CÅñ&¼oÁ[ñ6¼ïÀ;ñ.¼ïÁ{ñ>¼Àñ!|ÁGñ1|ŸÀ'ñ)|ŸÁgñ9|_Àñ%|_ÁWñ5|ßÀ7ñ-|ßÁwñ=|?Àñ#ü?ÁOñ3ü¿À/ñ+ü¿Áoñ;üÀñ'üÁ_ñ7üÿÀ?ñ/üÿÁq¼^ /…—Ã+áÕðZx=¼Þ o…·Ã;áÝð^x?|> …Ã'áÓðYø<|¾ _…¯Ã7áÛð]ø>ü~ ?…ŸÃ/á×ð[ø=üþ …¿Ã?áß0>L‹&Œ&Š&Ž&‰&&‹&¦ˆ¦Œ¦Š¦Ž¦‰¦¦‹¦fˆfŒfŠfŽf‰ff‹fæˆæŒæŠæŽæ‰ææ‹æˆŒŠŽ‰‹–ˆ–Œ–Š–Ž–‰––‹–VˆVŒVŠVŽV‰VV‹Vֈ֌֊֎։Öö/’ý¿½C2þÓ»Ëóô*[óŸÕû§]ŽKðÏꘘ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜ÿ£ªÿS>•~~ì*bþÿ¯´ãÿuÿ“ÿhô÷Ÿœ‰‰‰‰‰‰‰‰‰‰‰‰‰‰‰‰ùÿCürþ;HŠP11111111111111111ÿUüÿꆄ±;‹‰‰‰‰‰‰‰‰‰‰‰‰‰‰‰‰‰‰‰‰‰‰‰‰‰‰‰‰‰‰‰‰ù¿Ò¿üiÐßÿÞþ÷ê¹ÿø·¾ÁŠûWúÿ^ùœóÿ–ø¥ÿï•´ÿGqÿÆØ? âþ•µ±0*&&&&&&&&&&&&&&&æÿ/ÿ虵+ˆJðoŒý‡Â£¸0 ¢bbbbbbbþÿ–E endstream endobj 527 0 obj << /D [525 0 R /XYZ 56.693 815.761 null] >> endobj 377 0 obj << /D [525 0 R /XYZ 56.693 440.985 null] >> endobj 528 0 obj << /D [525 0 R /XYZ 56.693 423.172 null] >> endobj 529 0 obj << /D [525 0 R /XYZ 56.693 275.759 null] >> endobj 524 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F64 307 0 R >> /XObject << /Im15 514 0 R /Im9 466 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 534 0 obj << /Length 1546 /Filter /FlateDecode >> stream xÚ¥XKsÛ6¾ëWð&iÆBð ø8ô&N&ÖÓŒÝ^âhVØ¡H†7ɯïX€Ó©Óú`€ `w±ß¾ œ¼Ýü|³yñFÒ %iÄ£àæ>ˆ8‰â a‚ˆ8¸Éƒ»ß²jPåþÀ%Ý }Q]Ö«¡µ„\Ù±ÜÖzÍ?ÞüŒ‘TJËçXW·”òÓÐf}QWóóW™>>t‡—G½Øi  Ð,Z³0æ$f"8H’ƨ“p™š%j `/_¼;³(x]ƒr@1‡QŽA3æ4yȉ”<aˆÃ¯BVt½r(tv’õ}[Üí¹FIM[àL!fÇOY»gÉîd`öŠ- & B@¶üA¥A RfÜPØFí†wûCÄwoý¶‘YJDºmDƒ-wŒ[un9ììåÿÐÞà³QBð­{Y‘àáªöLî\$¥»wU®%¶K`ºmv*zg¸a ûÇlwË¥°³×µÛ=jæað`öõ€h•.Boy,榙^9äžÅ<ŽCµˆÍÝ"ÍÀ$2œÃ}­ ,Dl ,D²;kß>+$jk_Ø‹^èü1eWï Vh“hZ›åEm§Ö&æøLm½fÕÖkÖ&–N´%ôÒnΟÁ(v÷×ÛrǩѽR»L”é𨊅-^ñ3p¯¤4F÷âóÐá`ž²ÔYá'úŸsæS”;ˆGÐ9ø<}_XšõP½û~Ï¥‰qãk/Ç«ðµæ;Õ£ømÖ4ÃWÕ.eãa€åøIÙÔ…“ÔrI☹ä}­o»’áyJhÊÝ®[*©õoîÕ´>eá¢Br†êÇRŸšSc@gGGÞÀUNÈ)„ÓDF$‘‰-ÃŒPøKì–ÉÜ.FDÚ7Á*M]•öUÙ1?L¸?î²Ô–˜¦^wi†ƒ &!A¥=F§Ð¬¤ýû=3ùûb™övïLøÝªº0í63»ú?|y²P&•HÇÄN_)'´ƒè/´sùâµ$˜•:¹õüÕöE¥*÷é‹J¹ÍŒ3’eŸÁ'm!Dª`$Á†Ph󖉛š»W“p‚VÑàAÙ¯l°cUŸïZ¤å8Nâ[ñ\j\D˜* fñtg7˜·qµï›ý.Æ_¶ÄóÈ_Õ’M €ªŠZ]Ó3°ZرD^y å8Ú“…j»9ÝÀ¦yL.g) ´ûŽ'ö ^Š„¾©3 "+¾#k%…6u§…Q×ñûù o˜•þIáêšß`¡r¶iµÊÇ¢ÃÕL{•5ñqýÞ¦&›‹êgð4×<Á=4‰<ùl`©$œ'ËgCœÆO>L´ÏR ã•è— Fóåunœ¦‚ðÇ‚'™t)ñò‹¹ãxÚ |¯©­¯èÆHõ¹3ÁãFíé['E<\ÞZ<ã±ô8×9ž±~Ybª»Ö®‡S·‡/HRæ.èï±Sú,ZÔ%¥Õ=Çy¥<RéšìäËMá‹ÉÙñÎÇ.yð ~°.Ž]s¹UKÿÝÂ!%4JÿËoÿÇ2zi endstream endobj 533 0 obj << /Type /Page /Contents 534 0 R /Resources 532 0 R /MediaBox [0 0 595.276 841.89] /Parent 511 0 R >> endobj 523 0 obj << /Type /XObject /Subtype /Image /Width 560 /Height 329 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 540 0 R /Length 21696 /Filter /FlateDecode >> stream xÚí\gþÆ7¹»”Kr¹ü/w—[°÷KbL{c, ±—D{¡¨ˆŠ`ï Ò‘*Jï €" ½÷ŽÔ¥,»ûŸ² ³e–…ˆ‚>Ïçù(̼å÷¾óÎûwvØáñ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ j·¾ÓÙÃ0 ÃJý|HôÚc?îuq*‡a†a¥&1A¢³aÄÔuÉ+†a~émhŸl`“¨¦ÉÄL.Çû¥¤;I Œ.ÜËa†_²MÚzå!9ù«i21™¥%;I¨NBs›îüÝl9ŸqŠÛ½é·Ó†ýúÝ€ußô^óÅG›~üìðÉ[Š)a†áîb’,¿_Š"rÜ)M{td221™…ÌÈ”@òˆGg<ÀpÝ7ÿ¬GÛ§œâwmÙ²jâ‡æë?K¿´ Àz]©ãæŠÛ¿Ç]^±gf¿µš}-CÈd']SO»¥Ëå…ág`·¤ƒ7"w\Œ<êþ2¶îNê!³û[Ïï²Ïxîµ§µz¸ûrø>ÇL ³WÖû-Ÿ|1´O&'5Íð‹ÌØRÈÞ›qÏüñ†Ggîd±ýË„Í7U~{‹Èccæå…q§~jöØR`û»(ÄXcuuãÒOÞ_´jëø/¾Yüë>¹¼ðËçÓ.q› ìgïqÿÝ&ýt‡ËqK=jÔ%³í”®IzWý÷Þ|påÎ#ýK‘†–>óvØÌÞå©çúRô§{êA³P]«‡–‰W®‡ì´ËøS¨F¯²_êËð—CϸFŸ6»¿×!³SÜå}àÅ#ræ¿â§¦Ix‘YÈŒ-…tN»g²½bÂÕw÷‹<·‹îmmöÚ{ý÷ÇÆ³³Ž|⾪§ÈQ§&üú#ký•_üÏìæÕïgÏÙqò¶\v¸»ÚéѪ=6³ÉÉß ü¨«dã)çØMF¾yq}™ÍÙ»$’Nµ¿äSŽtö9­1õÝgg䜡:±©•ï¢óÕbRŇ8.º˜UKþØ”§«ë©ëÒý;Ùåñ*Ý€ð&²IÍáWn¯´HïpªÓ«²‡Ï}qû«nï჻¾õ¬â]òÌe|ÄöÉ꣞[Ï…0¿êÝŒÞ|&à„}ŒS¨$Ã#2cK!Ç£“nl¯ÓÔ(v×E^…ŸG^(¾4çÞŠËŒ†\™ñv©Ñà{«ÿ+ˆ¸h®»ô´±îs~ÜhxS.;Ü-};jùÁà°z â¼Gk B¸PÛMíB´ÇæÑ›³ÜÝu.$š¶³dÓÛ‘Ë ÂžˆÈøîg\6X¥©Nâ–›G /Ð?7äì×õ:àÒýûÙ9z¥ Ò:ÖjöªÜáûé@ûªîÀ჻¾õ­1'¶‰óΔV¾DÏéÀG¤ÉÈ_Ó kO;ÇÜŠ!Ó0<"3¶Òy<2uÍ`{Ûšå>ÇŠSï‰n‹\×>=64píG›zÚ-xÿþÆ·—÷̽úsŒí%?NY¹û”\^¸{:ýðY—õ•b‰êï]pZs3Úå’¢wæî.§D€ˆ?ކèÝN7uI>pÞ[{¿¹’š³×eÅ釆ÎT!&Ž‘:äÚjÇí ·Ò¨Ï9SK-½°Ã‘:úá‰bfB³§6îóÓwVˆávܶnów’%ØþÜÊ#§…¦ ÅäO“¶èè;(¯ÂÐ%ÃÔ9~Û1÷…{íæP læìqY~æ‘‘‹B-ª“µ³i†.É»Såüxäáqªô£×îP%ïñ>àÄ”æµdŸ-•xËʳtEN2#ߥ­U3  Ùï˜þ Ü}|~:ŽœùÏyd“^kìEÒ'»„O!I÷ö½Û-¿’»6Ÿ &Ó0<"3¶Òy<:á’Îöák>ë&ý›~I価Îtxøæ>FSß]6âõ_½usI¯[&Í+½¾aÅü9:ë[=’Ëw?ߎ^­ïëYCÍT¹…êöXJø/‡q&w=ZÁž?Íâ¶vÛw'+¹²™Ü$¬­|à²îÿ»Ö¬å²ÚÄuƒ'”ÂGkô½—HvIUú‡¾Ÿž+‡‡ky]Š*¯R¥VV Ä9/4¸OåÍ~°ì ¯6WOø^{\–W-Ò9EüªHß ÕGÃ;³jqz²UE2§øv7m¯³q:µrhJ ^buèÊeV%TÉü¬}ú÷ÖvÝç‘ZMmÕU†{®<vÈQ¶?o¤¶†çœràäÝÁe¥õ"::áÓü\Ë+„é(é@ÅJ6zo:åw28/¹¬±™ÞÖ\™{âx ´:ÇŸ$U‹+ëéÿ³ãb÷ÞÛnýàO>¸[ù­„GÌ'A[χ2 "’AÓË£Ó¥lÒs"wÜŠ#Ó0<"3¶Òy<2vN“óöß·îüîÕö«ãö [ûé?,7~åtÙñEŸüþÙ›§æö¼°sAF ™Ù…£«6¬ÿúûiŠÙánåTÃkË, éeÈÎÓOò©I§Êâ¸Ëo֩Ʋ󧶡뾰Zɼ$”ü_¶â°ß’Ö Íy•‰ kBój™Ð„uõåUüâÌ' Ò»- À)a»¡«i23ƒŠõ‘¤`’Gî›/°¼üzðv³PmÎ*|—IgZ±¨¹^ ÉŸævgɹ'Ç[ZÚÚ…dgcöoÓ8-·+¥¢­ÏÞ¯{o£¡Ó¡ªü˜€Åœ÷„2¥ «ª™òòý½´MÖ³ús¹y ë@¤8á¼ã_$h¬¨¬¯c"h*8vÈu¡bz.V²Ñ{iKÅÂúF‘¸.kïÁ–êç·î××K)ÌŽ^wгã‡în6´KbxtÊ-“ñÞëQäÊè1M"Ò$’ÈU¹±%Ã#2cK!Ç#².EoY¿nåØ÷¶}þ¶ÓÎïƒtgž[4êÜ¢qÚÃ^³øéÃß´§§FºúÜ~óà«ï§)ÍwÛÅnÔs¿LÆs×cÁ~·K¹ÔÏaÞ‹Ž?:hù ë&Ïü#SéëîX§;ówÙ-·È¦§­Z;SÇŸXÚJc™ mQë.‡¹{2Ük×ÀaË EÇbrèÉ7ÜÊuÞNÛ…—éghýaýd÷¥ðmן²_ÂY…ûNÔì]ÎGâèi7?j•~¨nK]²m‘Mvoqš¦ç¹Ø0"‘’çyçºÁÔp‚Ðk·:•Bgw:ç8g‡­öõ,jõÉÏÜ£{G»5Ç_®%²ÅaÛ˜úvsv;,=â¾Æôþº´àKŽZŠhÅî éFk¹Úü¸ßƒÕ3Žó¥ŸE˜9ÎÙe»Ì<«ŠòöI§ù=|p·ó.ì™Û¥û$€¢¥<"ÁDâ‰ÜÈÎEf9ÂúµóxtÈ.I©÷uÓùFܵM›?5Ñ™¸bÜÿmðwýìZŸxöâ­%Ú“§ÍäÊw Üð[h_HM8eçŽØÎÞa»Ì¦˜ºÊ¯ÏÑ×÷Øn¹Œ5Å-º–O-£„EGôݶXDý¢ëëK_Ç'Z;ÏeMh+޳'4OÖ„æ¼Ú,A.ý+‹¯åS5 éºo¹âÅzžÁ}›µ$ÙA™X® oÖ¬«sÂeåí š©‰›õýöØJë²f·E6™îíÅiZÀ¯.'3( •‡xé\̤vð³è9.ºš×(VTÙɃ.‹X1,»Êê ÛØßÜ ƒJ+e²ˆ]wœ§Ðr½!éUÙ’…´ŠX¦ŒGÔÞË–ð¥£|by{^GÜí|Ô1…áÑAÛDÒ[.„·Ü¯#‘ô˜u¿ŽÜŤaxDfl)¤óxÄÔ¨ÔÚãÞ÷7]õàü¯ÎúKŒ6/ZùóôýÛ×ú8ÅÆG}7sÖ²§ lâUd‡»¼ãwuÚ^¯dî ÝrÑ>ΞÐ$Ó,=iÿ~3²uÒ¶qž§OýØàyÎiÙq¹ ì°úѳN+¯ÇØ$°bл,å‘¨ä˜¾ËÆK2<Új%Ifp+\›³ Y»þb_Nízšø»žßni]²“³L²N‹;Ò´ ]çï,»UHY•aCPá»è Û"¦Eâú¨°$§@©}î=éÍZ9,»Òzúè^¾£cžß@BãçñÀÄþIt} ä;PÿÉ#…^•m U¸ ][¢Aß´Œ³¸ÝáÃw;»ÊðHß:ôº>­Ï3èÝ&WF-¿®3ñÙv陆ᙱ¥Îã5À8±^ÿŽy¡¤°Çv®KÏÆè1ÇâŠç’K™5ôŽºÒò„¬Ê*éýºŸõ;Ð}•’^•¹¸ôò¹&KyDF$¨“>ØP¼üPèæŽ>¸›ù„sãý–OHo»±þdà²C«Žû0[6ž ]}Üû e”¹gò–‹ä†GdÆ–B:GzVñJ½î°ÕŒ¹ótV­ü~Öœi?L10Ô'adhl4uöœ©sæiΘ5uŽW^¸;8æ÷ÃÎFIôsVyQ«ÈÙõ½ýFÈâƒáqôæÜ{-DFNq¢Ö¸ézæ¤×лª£ƒÂ5ð"/˜õn>XyÈûòÃò ÉdÞ\SñôQ`ÈÚöš/3 qI¯c滆²l“ãž›ÌY‘ÜŠZgà®ï•“V-y諱¶&->n‡‘ÿKV2®*ŒdÖGÇÙ ß·¤Ùåx$—ÌâQš¶Ï*^××cÊ j¥2VW„z­6ðÛñ'Ü­lê’ÎðhÏÍXÆ¿_|°ú„ßæ ÷¹¶0<"3¶Òy<:pë —Wé™/ùÔüAg»é‚eËH‘ÿ’?“[V¸²ñ„«Š¼pwp̦Cô__êí²dm7YLýiªÍÜ=¶?‰J£ásÞé—˱,o1¹û3ó7›»œ–Ùa!Íu3rý—ytÆÙ;ìæîs^b|½k¿yØJ}Çé?ÒüqßÝæ ‘XFÿ~âî½̟‚Úü¸çöÂCþÛ-’qUaqé.êoHu.Ƹ·ûŒ •`¯ÏvKÙ쪓u¨itë‚éî²[z!F¦E&d‹ì$-Úë²ôôÃýô®}Wƒ–é9Ì!ÓSaÈŽm§Z³ÌÞi?_÷ÎÚ«q\¨d£LšlµÞÐEú÷¶Ôßü.=¾ë™>¸ûø¤kó}ª»ÌcÔ4ó}ªdÆ–B:Gû-ãÚôÎËa_}?1ù³:Yàîí›+ú85Inâ4æ¼³É=ÃÝÛFŽÔ_a“|Yeüǵè6M&£nÖ¹¤“[ é<í³ˆƒay›‡ë dþ¦³¡¬ÀæªÛ/g¢÷¢[`¸û›\1o5RÓdb2 »„ÎãÑÞ›±0 Ãð«cr½sÖ#[MÓ_$WBgñhφaVÓÁ£ÖI>9…a†aµMâã™óˆúª“²R†aVÓ±G0 Ã0xÃ0 Ãà Ã0 Á0 Ã0xÃ0 ƒG0 Ã0 Á0 Ãà Ã0 ƒG0 Ã0xÃ0 Ãà Ã0 Á0 Ã0xÃ0 ƒG0 Ã0 uÄ%éáÎ×O:x-*cC¡s2"Ünœ7:bþÃ0xÄéҼ䇾Q™Åmn”sYæÍ£Þá½7n»wVY–Ýô·È¼=Ã!óÏ×þ -ä‹-í†á—G¥É7g¾G×1êpT!kºN¾òùkäÖÿ®òÊU½QÑ…á{úÓE1ˆ(êД«fEÆ2A‚G0 ƒG/˜Gù ‘Vòï_Ü3YD¸8§È#%•¸8ùî±_Wl4ñI+.ï Ô«èϘ$xÃ0xôby”åºôC²ø·y—üïͯ/$ËAªÿ¬ðÊU¾±¼ êâºÆ~üÁ_ém#f\ ·if%S.ï-â?oRÿÿsðŒ=NIE ÐÉßÕúm衇E•åÇÞúý»ïS+'Þšn.û±K~ð¡9Ÿh|ø6“éÍÿ}¢µÇ&¶€Þ¥:È6K&]”à|`ÞèÿüLñúÿ ™¾ÃæI¤Rùãûÿ÷Ý¿Ð%¿öÏS·XJ*•'`Š§Ñ’O{ÒÝñÚ?Î;÷8MÒ9¼7èÜï|üõ³h&oi†Ûúñ=Þ{Ùýïá3÷8&+mH\QyA¬ýÞ¹c>zƒÞöú»ÿ8iÙå˜"•aÃ0 u!']BM‡=Ö{xÿÑ—ªgÐ>é<ÜB„¿|ðŸ>ú¨×g;ó•ol!9m¾ó÷¿ò>˜ïo§È#R™0y{0²@-±+*‰=5‘ž¶_ûWŸ~}>|óÍ gŸ+[n3ïÛïHªâ}øÓÍäâ6‚l»äÒ4×U½üë£ôôÝäÇ®ôµ·Z*eð@þ`i¦×æAÒãù‰‡wgÙf¶Fõ·¿¿)Ù7ü@X!•%çîÒ^óŸÿùߘû©¼·¦\M,VÒÌd»%1|¨1PãúÇž¿úç« †að¨ëð¨(Êh¡°Â¢‡GGÓlXá‘ÛÞûu²7J òK²yôæ÷ViåeE‰óÿE•Ðk£ž<’©¨Àÿ×žÔÆ{sÊÈ`ŠòKTÜþ*Í:ø)͇{ÃòUÙfÉÅŽŽ¡ÃþÕ#£¬¬8ÅZ‹šõÿ¹À5G¶Ò’Ä̧q#Ž>.–)¡$ÆtµÖy}ätrWI^VvAk^{2o’Ŭ°ó–•f&EG= <ûUê»s²Ruh8•ímÍ3ŠÊŠãOiᑪ°qªÂ0xôy”ð$ÖÙÑîÆµË¤÷mÕ Ê{"º\+%œŸDÝzo¶MZÉŸá‘ü¹½Y³þNñùµäöò¨<Ûc]ÉR¡¯æªcnO U“nõ=µèxm’YJA¶Ur¶Ýo*9,cÏÅË}@Vs|$ÃÛ€|¹¦Q©^Ÿt=¹„#`iÞÞ›¨¼…1ë?ýP¦º¿jZg(6$Ëv*Û_¾º‘J­yÙ ¡õŸ÷™!&˜Æ“ l¾§îv½>Á4º¸å–Òêó¨4'Äðó7[î¡e;iÑ7¨ï)å‘òŠ Rž¤äS÷ÓòïöWæ>W¶Iî &YþÄÜÜäŸ×Fm•\©?”þfÜ.÷dú9âŒGQi…*™"ÓáÒÞøÔÀ?»„ÜR”›–]Ì™· âÀ@úâ¾…d÷ôáäQáý½tÒ7'òËÈOõú£_KªÂ†a¸[¹®®6#=•œØ»#Èõ¹2*.R:ù”¤YÍx‡žýFH7Ť?âà ?UP^}ò3æpÞÛï¿÷·w5-È {¥ÕâyÿÎ{Ò>Ôº‘D"¯4ÅvÞ?%·¢ÞyWrg‰á‘²Šò=Wþ—œv?ì¥ññ™ÄÛ‚ ”>ÏÀ{íHÊûëxCêïªTÙvÉ%IV þݲ„|ûMêA¼Áúô.©Ç£òâDK­I xý­·ÈÆõÞÌ™7Ëió`Â?úùtüñ8yT^weú?äG €Š°aîV~ZQÆçב{wäÑk—³33”ó@I’Ùú£þQG£‹X›pþ ‰7p/õˆWác³õ“z2óóÛ?^xL¡MÉFÕ¿¨ †áîf IéÃÝ‚G Ÿ½ì~Eÿ¼´8ûñ£4æ»5 _žN}Ôô—I—’KqþÂ0xGÏÑ%qgÇÑ÷Cÿùï1%Ëû¿ùVÉ¥8a<À£çé‚È3?Òû}ævãß>üí¯—Ãr±8‚að<‚a†Á#ð†a<`†að<‚aÀ#†a<`†Á£—‚Gøî\†ákð¨%¥Žž Ã0üB ±S^¸—Ã0 ¿ƒGì”çîfÃ0 Ã/Äà;åY,†aø…>j ðJgöß)ˆ­×—T“ã´4‘œÔö;…éÍâÒ¸ì̯îIjÀ›¸¤6‹k3òN±Ë—lSæW·‚tz`ŸPÜ%ïL×R²ŠÎ‘?;gûÑ' ¤dçL—B‘¸¾ÒÒ5í¸ô<=©"0ååKÛ^UzÙYÙ^®ÒÔ©Q6à3áuqSO:¼G9ymZrÑYÝìÆw‹óÅâbu:£ÀÓUµbabx¦±ŠC£fó_ÊQ!_TÖ½R‘¸îé Wµk—3;€7œ]»@Öö“J,WÌŠUpuŽŠ8U7VÃà;å!»$–SÉáZ[áà—eæÃ8ÓÔ¡5Á‰ ª:2šºŠëŽ’-F^å•òO@ˆë³rL¨í¢ä ™ò³ðÅÕ©YF̯N¹©BqÑ£tCÅ]”“O‡”%VEäõ©°,·¢è´}Ò!ût¯J± ?÷¸4噇äÎzWפCþÕ↜œcÜ“i¯BÛ+‹ÏÚ+ÙËYš:5Êlä]AžÁ}™žI±ÈŠ«K/:¨›ýcvtƒ¸2)ÓHy§©³cÆÝÂfêVa^ù€t#¥‡FÍ¢^ÊQ¡¢(µk—1+€Ž7œ]»@öv¥G–+f…*¸ wœª«aðˆò m"Ë)’9Ù.Qv;ãäär^L릿fãz gGe]¸›!uú9—ä#Ì̘,S‚Cfx¸6-ˈùõv=°ÓÓ»¨1Ÿ’yDšØÐ£¤˜\:dYûd\òÊñ#×…§ÈÀìÒ<©S ç˜4åiê>8ßÅ%ñ }:užfgåLY»Ún;giêÔ(ðϲJqóCŸdI—f6‹kJ/Ú«›ý CVd½¸*‰î(…NS+fºÞ³…÷ šÈcY••wÒîOõ² Å¢¢$E©_»ŒYt¸á2U° ”¯ZþÈrƬPg稈SuÃa5 ±SØ$°œì@ÍÉEgld·S>æG^Ø7E¤;æ6‹ùO-nÓÛòÈÅ{]FöQ¹ôN¹iBq yMÅÞh›z÷©X\šoÊ”ïH쇩‡ÈŸíÒƒjÈ‹±ÖôGƒj…â/÷Dúפ[y"qEÁI[ªêÈ“Öh›êZ,ו]±' Ió£ÏS#qZUÛ9KS§FÙ€ ï‘<<ôNbÚeNó肺٠ì3ie*ë4µbnuâ¹hr¦­÷pKìpQ/á¨/*Ù>_(æW\µW»vƒ¤£ —©‚] òª[,gÌŠUp@Î8U7VÃà;¥¾uËÉö%Ô§€l ?©}3ŽÛ$è;dEÔ‰kÒ²Z'8ç%6Që÷£T–¤ëIbqsVR¡öÍÀHWm+ ꂲ-‚òÝ‚Rx””‘—r…VÞ™—=³¼È_Ê LÉHlRï‘gÇÓ2ÿ¬›ù¾ÙÔçã©÷éBlR\ÈduOî%ä ŒËLÛŸºæÜ `œm~'É@²—£4uj¤&ÏY#º¨ÃR1Å2<:o«¢ ™ìúv43+ë´C2-R^àA—œ»QyÞ™W|rîf ÄÂZ§õrŽ ¦¨ÆºûQy–þ¹nIud†¼è4²C©¬½õÉY&ö®v4ü» v¬íJ,gÌJŽ8WçpÇ©ºá°Ø)õ¬âYN¢ædyÕÙ9$œm7UÛÝf’%œŒ¨#/º<¨_m’o>®’a¸Õ·$<:Œ®€;ßà;å>‹8†[m™ìAñ(ó ºî|ƒGì”{oÆÂ0 Ã/Äà;åž±0 Ãð 1xÄN©£çÃ0 ¿ƒGì”b‚ è < ‚À#ð‚ À#‚ ð<‚ ‚À£.Á£æ?£µëNÇÕwëÔåi\ܬ²Eì4/:ãÀ½ƒ‚À£nÊ£¦ÔS_ƒÖ‡Öv‹ÂÜ>‚¾-‚ÏÚ&¬Œ89o1XÇ:GÀÕ"ù4'?7ÊÇ+º¼¹³‹êŒ×½GÏ™G¢ × BórV'Í£]y Rl{}ôþ1Ę}Ñ­ð‚¼[ZƒF.:R"àl‘bšÎSýãŸÈFØIEGG/G‚Œó“ûh^Ìdu†¨¾¤¨¦Yu‹Ò€GàGÏGÍå÷/þ6}to‚ ú}¦µË:¾FÔ²«"âò¦™c?&¨}WÙäÈE‚ýšIƒzR[zš¶éf<ó*™îÅ#quàÆ6UKñTtjõ”a=èX '§Q±EJÓK}÷k}9zµ• M^cbnºi΄~ä/=†NÙ`ö¤V$n+ûW£û3Ù5ÆÍÝs;³‘MŒOˆ 8=­G·çQÜÁñD¯¹7%·*%£˜/bOÔ\iäxDuæÈQ êÂ7 !>7NjT7»˜ÿh÷hbœ~lÛ<â*j,?+ØBO{b/‚»Ñ½HÐ.½ƒ‚À£.{¿î©çÒ¾ÄèÝ’©CXâªÝ—™¼Dåî‹û»dnÑT{/êM´<˜Víÿ‹†Ì´.¤ûݯ+w_Ô‡±5¤Z¤l¢¦[Ä™F=©™]†G‰Ç&ƒ «·'fÖÊ%ýòT‚øÎ,W º(™f¾ ƒ‚À£.£qÛm|ü¤ O©Šù1FßÄ(ŽþÁÞ–fö#4~²È¦¦QM”þç1lÁA‹»!÷ì ë’L¾$ˆ‰›Í|"¢cbB/Îì%™‚„E63Éò·ÙÇ– ºÚ°àl;³·&Rw"A ÖÒ5w öq2»ìšÕ$Û"®4êñH¬^v‰*½Wô'úÏ;êäèå`y/»I¦EÊ ä{_5s ŒŒŽ~à}uí(¢ÏÏ.¥Â6Š’9p¯À`€ ð¨‹ðHV÷EÔQW饡g×MÙ‹zFxüÛ-b«[>^Ëì"zœq8š/ªK²Ú>ë“™ú óíVoúãsáÓ0#­Ñ½êxWuM)m»´™§×~O?äL'hE×)´Hi5y¤^v‘‹ŒçÓ†ô£ãS÷Wɯ­”È=ñÓø~LMZdà‘ÛÔvQrÍ|ÙGø>U‚ ð<‚ ‚À#ð‚ < ‚ ð<‚ À#ð‚ < ‚À#ð<‚ À#‚ < ‚À#ð‚ À£ç¯æ?£µëNÇÕ£+^ˆ²<­ƒ‹›_t¢ê¸[†º—ãëŸá°a7+}i>GRüÈí#¨¯Tå·1Õðs£|¼¢Ë[Oú†¸#“5†¯p-–{Ë{{ûf3…*^ðìÚÅâáè[aeÄÉyˆÁ:ÖôÛtÛv‡—¹fß=xU«™ž=l”Cù¦){™”|šWj<€G/ DõY^§6Íý|pOêû˜L˜¹ö˜[J­èeŠï?ªÞ?†ûu-R|“]S¦ÅºéZ‡Â*åÞÊÍÞÞ.©~YÞóWW‹Giß òni ¹èdH‰ ÝawøHuÇ¡bÓy¤˜æ•àÑKÁ#QuÔ±i½ bÌ‚Ýg­]Ü]mÎï[4Ž zh„=¾b<dœŸÜ§åMr<ŸÉ[PÁ£Ñú’¢šæ®öŸá‘’q¨Ð4%ÃL! xu3ÕEëN ˆO÷³à#¬ Óýœ Fï¼_#×Ýß2Œºù~]ëY0l‹ä·Æ£‰Äà_CkÄÂRßýZ_î߃~寏¹{ng6´ž›ÅA§VOFíì÷Ùý;9ÔË„¡Gu¾ý¤?ó’œoôŸûØVò~ØêÀ?l ªVrÆUûj÷!¾½Fß¡wµhâ±ÄFö‹d&ÖvQ]’õöYcúÐ4zæáh>sQk¿fÒ zaÚ{Ô´M7ã™u©b\ݨ"Î6{XiJãTOë€)óÓ]0yÌfïà/ëÝN©cJch.¿ñ·éôKšú}¦µË:¾FÔþräÞÅÝ9²ast8»4¥1+-_NÙî 'ÒošòÕÌ)Xá¨Kñtºü 2ÜëÚ¦‰ñ…qb£Ò*¸ºQEœmô°ò•Ç©$6×$GßÑ7Àï®Í‰UŸÄm»<ŽêŸkö †/2²õòó0ß3Mƒè·Ð*WÐÞrdx¤ªsdÃæèpviJbæ(_öFCØîqäUÜRc{ßo‡3›4{·ðHìœËj޼2éUžbS ]Cƒ=ͶN¢ ¿ð°¥‡¿ÿKëÆÄ$ GTgWvR«xÔ!5çšO%ˆ/¼ÈÌ0™&“£ï\º€dƒV/bÆ-êÓU>¿ $>&zͲ)ŠEO=uúöœIï½XÙÎ&ˆï®S³¢¨âžN_Bó’ôæCµÿšÄ¤IMr×·]á~]{x${{¿mñîM YçUΉ]Q¹›VOb¶c©HIœÝظz˜«À*¥qª¾?#¿TÉ·ÒêML8× $Q¥÷òþôÚ[²¶*v^¬AŒÕ©o_9ì-êvŽŠWà‘LÌ\åË澨1N7š¯p¿Nì\<âÌËJ¯æ)Vé©­!½”¤®,gÌ{äÕÌÎ>©q¿<ê<}¥’Gâæ|Ë=?^L.ƒjÃ5jÍ™_GXâQ!ª ùmH©×²•L}üˆ?F=i¼­[^ƒ7†Õ¾b<7¤™k%/ø5WX„æÖK.(ó<­ú~쀞ԋ½’)B± Înì(8 Tg»x$V3슅Š14<9ü)Ñw¹_ˆæ|‹bºU¡°]å°·¨Û9*:\%8Ëg÷gÜÁ Dß5ŠŸ©“‹GœyYéÕ<ÅbtÇ£v>d€YºañuÛCÝ3”uRƒGàQçܯ ýu0Ñg¡K©Üýºò;äµTÿ•¾ôPä˜ýУÿ Ÿ¢G{Ç [í›´aØàÕ~…;Fö”~è*?tíMŒÓm ÏÓñD¯¹7%·*%£˜/êâŒOˆ 8=­'¸ºQEœªyÄU ²8ÛË£¼*xDÎ~}—·nh. x4í–2©(G†G\mQ›³ÃUóHE_ɶk…¿2©‘“G\yÙï-¬Š8òu!¼èÀ%{/‡ËzÚÔòý+Ýà aë5¬Í\êi¨˽ž’ƒ¶Êo u§£ç ‹\A›CWT©;‘ kéš»„û8™]vÍjê2<·ÝÆÇOª€ð”jaË †¼”ºÐÈÆ3 ÐßÙP“Îó¢Jïý‰þóŽ:ùz9XÞË–¹Ó.,²™I»Í>¶\ÀÚ.È÷¾jæýÀûêÚQDŸŸÉEiS’É—äÕÀf3Ÿˆè˜˜Ð‹3{I¦GÅ*¸ºQEœª{˜£@¥q*‰Gñy²$3wÿ@OK½¹‰^Ó/¦5)cô yµ£sÂÑ?ØÛòÀÌ~„ÆO­w}Õ-GæÙEŽÎQ»–«ÃUòˆ³|ñc‘Ñ÷Ÿ±ûš»H°·Åæ1ÒçÔÉÎ6j&™ôêb\¡/ý¬³æš³aeÍÜ«`AièÙuSGö¢ž"ÿãv‹XÉE@»ÊQxÞ[içȇ-äèpÕ<â._FÍåW6ÏËÞcà'šÚ&±õêfg 5“|z5N1N©y†ÊžÔªÆáû‚ ¥guiñÂ/Q < ð<‚À#ð‚À#À#‚ ð<‚ ‚À#ð‚ < ‚ ð<‚ À#ð‚ < ‚À#ð<‚ ^A‰ªãnê^ŽWõôÂêdžúf‰ Š»šKüŒÖ®;×ý¾Ð¾ûFÞ]úDÒ²<­ƒ‹›U¦g§ ðè%æëûö¹Ópÿ=>çë›;SüÈí#¨¯Tå·Z~n”WtyëLÖwd²Æð®ÔäÆŽœ½½}4W¨¢‹KuÀϤO”–¦ì +#NÎ@ Ö±¦¿æ\éX’Oó¢zÀ£VUù®ÑòíÖ½‡Lœµö¨[Jí3ø²Þ®Ï#Å÷ÕGï£Æ[Æ_FÖ”i±nºÖ¡°J‘läìííR·{ߙꀟIŸ(-Mñ òni ¹èdH‰€s,)¦yQ=Gà‘Üœ<~§cÈýûaþîÇVÞƒøXëFÖŸ>O»#ç'÷iy[Û3˜{_Iì9ô‰ÒÒ”2Q}IQM³êÚÒ€GxÔExÄš“™&ÄW§Ré— Z=eõZ¤~Ÿ-п“ÓÈ\\Ú¯™4¨'½ 5mÓÍø–åTc¶»Á‰ôËs†|5sÊ€qdaÞw3rÆôOé÷Ý ²öœô}7rsˆòHž5ÄÕØT­dQx_y‹&KlTç}墺$ëí³Æô¡òhŒžy8š¯¢g«àêq +Bê|ûIæU?ßèËN‰Â2?Ý“Ç `ªüåb½Û)u-k–öÖ¥4`åa¿»PY„mk™±Á:d\yÕKÂRßýZ_ŽЃyñÓä5&榛æLèG¿ßgʳ'-ƒœ;ûW£û3Ù5ÆÍÝs;³Å#ΞÀ#ðˆ{N•ØÏ"ˆ ãÄuц_½5ÿ0÷}pßëò† 1Ù”~d]Чӽà‘á^×6M$ˆ/ŒéSLT¶{AŒ^jlïàípf“fïqdiyèu7¿€{ºs´¼TfáŠä™óˆû²Vaî¶Þ1:TbFi£H 5¥LôÒÜoàê^,PÑ3ŠUpu‚Š8™îÕ4p  ó¿ë_%TXœS;úøÝµ9±ê3‚ m—'PÑáíêux¤$B5Ž5çj‹#¯:cIÒ†.¡Ážf['Qˆ^xØÒÃßÿÎ¥uc b’„#ª³vò ð¶7ÖNߘ&7‰Ûì<”ÍÉÂÆêâä`³ßÈSlܾ¨:QÅ=¾„æ%éjÿ5‰I'’d^L,*wÓêIÌv,‘?º/êCŒÓ櫾_ÇÊ"¿NXæ¾´1f/5ß±æµ"yî<’ýÌ¢mñîM YçU.䌇Õ3 UpvB[<â|}ƒüûUó­´z3"©Kýûu*ßĪֱæàg^uÆ’l$•žÚÒ›ba1u‰F¿Ö\ÍìÂ"ÛÙñÝu5zÀ#¹9™­?îsJ¯1o7–×àaµâÆ<Ïc«¾; 'õ¾çA„äTmˆ;8è»" FÙçGʳ(LG͹æS b†]±=çpGÒx$nH3×J®A4WX„æÖK®’9zF¡ ÎNxVŒOˆ 8=­‡„GÔ©Úw…¿5qdQ—G‘ˆ:•G ±ú㈑;¢øÏŠGTü¬` =퉽bìF÷"wÏ(òˆ«TÄÙNåÝò¨u=+©s¬¹xÄ•W±$Ç#j0·4´.|Óâsã¤Fu³‹ùv&ÆéÇ‚GxÔáÏš²n.èK ]ã^Ü,¹ÿ6bkHµì¼_í½¨7Ñò@Sµÿ/’[O=—ö%Fn“¦gñˆ+‹ütÔ\`3¿71Þ€:™9d]u…#’ÎýüH}í[¢ÇlÛ"¡ÂÜÛ˜xl"1ø7ÖE»"èÈ9ˆÐ˜~™œù¿3ËpöŒBœ "Îvñˆ¹Y:šºYÚ‘ºûD‘ Š}¢x¿NcÍ.Mæ~'G^uÆ’zâÊ"ýÙ9 4Ä×áÔºÏ{´méÔ…E63 bÜ6ûØrG$φGã¶ÛøøIžR-l™ÅÎk—¡ l<ý ÉH%s¯¨Ò{E¢ÿ¼£Nþ^–÷²e>>`GÎÚ.È÷¾jæýÀûêÚQDŸŸ]J…œ=£Xg'pÇ©¨òÌÜý=-õæly˜¤u)Ì®‹£O”D¨Î±f—&s@9òª3–Ôã‘X½ì2ë“™›ç}ùv«·äCúæòˆ+›gevõø‰¦¶I,u›‚+ ý”ì#5˜íƒ¾X¤ëØòȱði˜‘ÖèÞu¼«¨¨”EòLx$«áÛ"Z nÌv; 5^]¿Q_jí÷+cÚ”ã¼cÚpº•C§î ®’™ŽX‘³Ÿgˆ=ñÓø~’–NZdà‘Û$VÕ™òUˆ¸;+Nux4jÆô ôÃöC4ל•>l/n]Jf!DiŸ(°íc-;6ÚΫÆXR“Gêe—á‘BÏ<-÷Ý8š¬mŸGàµI+‚À#ð < ð‚ ð<‚ À#‚ < ‚À#ð‚ À#‚ ð<‚ ‚À#ð‚ < ‚ ðèç‘°ú±…¡¾Ybƒâ®æ?£µëNÇu¹oæoÈò´.nV$; ¤(QuÜ-CÝËñõ/ý(zætÙóºâŽL־•š„EüÜ(¯èò¶çc_ Àùêç%~äöÔWªòÙ3_eÄÉyˆÁ:Ö9® åÓt⬮v??Ï¢ÔûýŒì‘C}§l¢ÅïÓFÑ_Pª±Ì·²ØmÅð¿9[ßMG;e#J­cÁî"v²]×u7µ›G‚ô³ßÄ4æuÊ/Í nMg^Õ£ä¼Ë´X7]ëPX¥¨=/ë:3‰âw›×Gï#÷¢½¼[ZƒF.:R"à R1Mçé¾Üí9¿'ŽÍ#öÈ7&D|<]ÏÎÿ~dÄ£ôjAUØ¡ùÓ×Xd4½Ú>íû½îÂ#%#ªýÇâ™´<º<š ,ÉåÏ—§R›$8²Óƒ ˆ–ùÍÒÔ×DO-ç2‘XXzTçÛOú3/êùF?ºž='У½E%6’Ëû5“õ¤~ï=jÚ¦›ñµ¢–™„9cú§ôkw†NY{NúÚ¹óNPtjõ”aT@ý>[ '§±³y$®ÜøÃ¦ é$§4u‚¤ßëôåè=˜·M^cbnºi΄~ôp¦l0{R+·•ý«Ñý™ìãæî¹ÙÀšUdûYn¢VV ¨.Ézû¬1}èâFÏ<Ío³(õ›Ð\~ÿâoÓé÷õûLk—u|MË¥{c¶»Á‰ôKŸ†|5sÊ)^Ô¢þ«ƒjj‚× ¾>›.`Ÿ=Š„e~º &À0øËÅz·[^ÂÅQ»â¹À‰Öˆ’#‚ÂÛÞeŽ…â‡ßö®ô°rŬôp+íqªn8ýÉÏâ Æ½~r+§Æls¡Í¾ž¤Ñ{†Eur‹žz,êMâ*EúLBÓÀ1 ,Ìÿ®w|•PGÃÖ;F'JÌ(m‘gKЧӽà‘á^×6M$ˆ/Œ™S@úZÒën~÷,tç hy-©Ì‰\mø%Ñ[ósß÷½.o˜@“M“;™Glq NÒ÷Þº†{šmDÍs [zøûß¹´n,AL’Lþª³vò ð¶7ÖNߘ&7‰•÷sÛ17¥LôÒÜoàê^,h³(u›PÿÄX³1|‘‘­—Ÿ‡ùžiD¿…VôÝ]QuØîq1z©±½o€·Ã™Mš½9yÔ{žy$FBr~P†G?Ф½íèàw×æÄªÏb€¶]^Ûµ³Ïu–3mñHæX¨Á#凕+f%‡›£sTÄ©ºáxôgŸg¨ö_ÕŸ±=’¼´jγ˜ÑgôŽß߇÷šz•š¥ë©×\Ûò NéqÞ •»iõ$f;–ŠÊ–¹/íGŒÙKådw¢Š{:} ÍKÒÕþk“N$5=/q N²m¬ôÔÖ ¾’¬A…Åö³æ¥äjfÙÎ&ˆï®·N\\ýÌU`ÕÃ]£‰!ë¼Ê…êßÀQ³ •ÞËû£wÞ¯‘ÍbçÅÄXݘzò˜»/êCŒÓæ+Þ¯SýŠXuþ(’+Jo¥Õ›˜p0®AíÚÕ¼½Öd?¸l›G|¥‡•+f…*8;§-á%àQ§ñˆ™í¾!Ï~r¬}×û“ýÑüºˆ£z|MN>ôèë³È^<µ›GyžÇV}?v@Oê=܃É ¦PNs®ùT‚˜aW,dŸwô £å5xcXíóâgê)÷òëݱĨ™‰¹6tà â r¹£fv1?âÄ„COÚ‚g iæÚCÉË~Í•¡¹õ¢vóˆ» ‡?%ú.÷kÍù?Ät«BaCÜÁ Dß5â?Å£ÎE*ŠR·öÃ#±ÒÃʳBœG/îyoAæEM¢ç<ǼD“/z~f”ÐH ]rö™p0&ßmAobú-æé»vò¨)íì‚øô·k¾ãbNOëѾ™$îàx¢×Ü’[•’QÌ=7q Nr“9uâ·<R¾iñ¹qR£ºÙÅ|j•:N?¶m©è4?+ØBO{b/‚»Ñ½HÐNq5ÚÞwyë  ŸN ¦Ý"yDïZáÿ§xôÉ$¹I¬D•Þ+úýçuòôr°¼—]›dò%ALÜlæzqf/ö¹LL1t ñu8µîóÄm[úãca‘ÍL‚·Í>¶\ ª‰ÔHbmîìãdvÙ5«©x4n»ŸTá)Õ’»ñ\¨¤z“¹X½ì2?»” Û(JÍ&ˆù1FßÄ(ŽþÁÞ–fö#4~²È¦gC~ì1òH÷Ÿ±ûš»H°·Åæ1í_=‡QÔòh„™» §¥ÞÜÒG#T×Î9-³Õrí2t¡‘g@ ¿³!Y­džW<ì*ز¶+=¬œ1+VÁÙ9Üq‚GàQç?½@'úÿr·¼åJIXì´ðc‚øüxËSÀªyDâçÓ†ôóÀS÷W ë’¬¶Ïúäcæ¾tŸAc¾ÝêM}òJ?HüÅH fû /é:¶<^+|f¤5º÷@ï*úaÔÀÓk¿§$&ˆ´Œ¢ë:G²¾-¢µå¨¤º“¹ZÙex¤ØÏò·J äÇžøi|?I‡OZdà‘ÛÔfQíhBièÙuSGö¢:ÿãv‹Øê–Ï×›Ë#®lž5–=~¢©mBë‚úŸ‰:1<5cúúÑñ!škÎJ窽iY6™uL¶Û­ñ’¨ûúRk¿_™P鱩‚U ûy¥‡•+f¥‡›«s¸âÀ#|Ÿ*už0ÇBàxAàGGxAGàxAGAàxAGàAGAàxAGàAxAAàxAGAxAGàAGAàxAGàAxAAàxAGAxAGàAGAàxAGàAxAAàxAGAxAGàAGAàxAGàAxAAàxAGAxAGàAGAàxAGàAxAAàxAGAxAGàxAGAàxAGàAGAàxAGàAxAAàxAGAxAGàAGAàxAGàAxAAàxAGAxAGÝ™G0 Ãð 4xÃ0 wƒG0 Ã0xÁ0 Ãà Ã0ÜE\Q^Ö}ydav5?/†aø%pUåÓººZrbcר¬!ýô(ÞëšÎåà Ãà‘Ü{¹×²y¼ÿ¬ô«€G¤f¼Í{÷G—™Þh̹þÅ_x½¶DÔ¨Ó@~Ò…ã¿Þî[*pbÂð+Í#A;TŸvö³¿½öþÛ¼¿}q9£AÐiª{b0œ®½ŸvBÙmò¨]¥•ºÍÿï­iv…M­ÛÒ/|ú¯ß¾Çµ¶õi4œÊ(ð†áîÇ£ê[z¿Öw§¯³Î¿x»ÖH·7æ»þöõ Þyž[ÞêõÅú›I5m¿±ø5¼šùµÜmÚ¼‘'Óê§ëúÜ{Z#þE•ñ÷5·Ø¥Q}c‘÷žé#{¼CüÆ-á/„G‚ _rÁø7M‹¼Æˆ¤žú„Ç~4‘Oý’n6¿ÿû¯S1þõ¿cuÎ=|Ú$Ï£ú”ÃyoͺSÎd¯MµÝú­Æß© útÄ»,=Ó~`î¶<ÞP½˜ZIÉöÞððñ¹ãàü°ôÅðˆlÆæž¼×']Í’¬ù FÃx¯}v!þ½©2î¶…£g@ŸÓIm oÀ~zÕÄÅ£¦2ßu½x¼fì7sõp6?¬3ì¯-“¬ìÎü÷xýÄÔÉ-+^Ðý::؃ƒy¼±§éÈu1ûûóÞúÞ*¿Qç…Ö_¿Î›x#¿‰“GM…6ß½Áëµ9¬Já~Ý3ïð†á.Å£†††ÚÚuü4æÐð¿üg¹wýkU–Õï¼6êX\õkeÜÑa¼·f82‰K¼ù×{Kh™ê]¥ÞÿÖ”2» ¿ƒ7Â8¾’ü¹âá¼÷æß)®­) û½·Âôõþ»År%«mÕ5"§ÄéNLâb¿ÕÿåõÜ\ªzWi𦞼¯ð)fvÐ<:þä)ùsy=]»ÕT—†lîÅûËç¦~‘‘RG>N-®–+Ym·Å£úšvXSS•m;ë²YAÅw–ü¯çÆÀbfWù#ýá<^ïŸ;ø…†;ë}òoÌ©¤J™²»¨4”„ÎÛ3É™’ŸÆŸ xd›ß ýÐf‡€G0 ?OÕ××WWWµí»¿ü›×cù ß À ‰=ÏÍøï£Õ¾ÅUÕ1ô”x;ŸI\ìKAgcPIµê]±ÇGð^ûô|r%½+ßa*Å£¸ òç²Èýät­åVX]U•ySó Þ‡:nyU²!É•¬¶UóHÝ‘s±ïZ‚÷þÜó&“ßzm”áãrÉö<;Í¿ò†~\Fÿšç4ý-ÞèS‰OeÈnHU¶õoóþ½TÚØŠ'Ælò:¡Úìð†áçË#~UUe›Îqœû¯ÏÖÐböÆ<×ïóþù“KNUùã#Ô”è˜Çì*òYõ_^r‘@þ¬bWUI¤Þ0ïƒÉÛÎY;9ݾ¾e(7üXl9¹ëiÒ¹ñ<^KAée•y^¿jðxï±ÁØÂÉÕÕ¡ÙãR…’Õv[<âWµ³@ڥц#é™õïÓ,ÒžJ·—Þß=€Çûxñq;O¿À@·CãÿÂ}2±B¶2 ) Ú1„,dܪ£7o»ºÚš.þïõ¯mrÉ]ϺÚìð†áçÉ#>¿®²òi›¾9õ-ÞÇ$Žd·ç¹üüOrþ½•Q}d(ï­i¹ÌöBo :¿‘?—qï"]üØ|Ý=ßb椷ÿ3`Ò:‡Ô jWyæm_|ô·w¿·É&-Mr:0wÔÿF'{·×¤­¾ %«mÕ> stream xÚíÝ|“uþÀñß³’4ÝZZ ”ÑÒ4«MËZ° [Ù”6”``QQA6”­ A@zˆxrzrþ9O½ÜŒCqàø?IÓR(§þýߟ÷ë•4óIúä“ïó¤¼^Dà×?jÁoXLõd@¾T2Õ©(Š¢âŠ§gPÍÅkñ–¢iƒW8ƒAÓ¼Õ\¤ý²Ÿ¿@³Ù W£ù‹©“ ëµ………†šMF1䂟Õ0²ADxh°Ùd¨ ¹ ®¦Mb£##BƒŒçC/¨+ùêÄæMb"ÃÍUÁ ~Vº3¥eóFQõ|ÁÔ0ô‚ é–Ù.ՒФa½àƒzvÀðQtcßë2ÛØ’šD…™´³F’dÖ êòŒÜ»k[[B£ÈP}‹$ŸíEaÝ ®Êqc†÷íÚÆÒ<&"øì€ÑNjʺA]Óo?vxïÌÔ–MôS³C/¸°ûgß9~ÌàëÚ§44Ò ~ÞÒy³o7ªo¦31Vß y?Rûw_4Ö êzdéÓ*=7vK¿ºIƒ^ð³Ö­\4gRѰìvÉM½;0þ^½ëu=¾féÜÉ¥9×w´6k¦ïðúzñî¾Ð .`Óºó¦VäõídkVýÉÛ‹‘uƒº6?¶rÁŒ £ûw¶ÇG‡WÿÅŽ^p±^6¬Z8£2@¦3>¦æ5½à"¶lXµh–ÞK–3!¦½à¶n|dѬ‰cê½\E/¸œ^fÓ .¿—ų'zv¡Ð èôz½€^èôz½€^@/½€^@/ Ð è Ð èôz½ôz½€^@/ z½€^@/ Ð è…^@/ Ð èôz¡Ð èôz½€^èôz½€^@/½€^@/ Ð è Ð èôz½ôz½€^@/ z½€^@/ Ð è…^@/ Ð èôz¡Ð èôz½€^èôz½€^@/ z½€^@/ Ð @/ Ð èôzèôz½€^@/½€^@/ Ð è…^@/ Ð èôz¡Ð èôz½€^èôz½€^@/ z½€^@/ Ð @/ Ð èôzèôz½€^@/½€^@/ Ð è…^@/ Ð èôz¡Ð èôz½€^èôz½€^@/ z½€^@/ Ð @/ Ð èôzèôz½€^@/½€^@/ Ð è…^@/ Ð èôz¡Ð èôz½€^èôz½€^@/ z½€^@/ Ð è…^@/ Ð èôÐ èôz½€^z½€^@/ Ð @/ Ð èôz¡Ð èôz½€^èôz½€^@/ z½€^@/ Ð è…^@/ Ð èôÐ èôz½€^€[6¬Z4kâ˜YôzÁolóc«άÌ ÷C/¸”Më^0ãæü™Îø˜pzÁ%l\»lÞÔñî~™Žó{1‡E·°]ÓwTÙäû–¬Z·qÓæ-[¶â ¶eËæM×­Zrßä²Q}¯±µˆ7×êÅ`kØ,¥C¯áÅ·Íš·tÕÚumذW° [·vÕÒù³'¸¾ƒµyt˜ÙPÕ‹Œb0‡F5MnÛc°g”»ç-Y¶bÕªUàJ¶jÕÃË–Ì¿{ÊÏàm“›Fy{‘ª{ÑB"›´rué?ªxâ”Ù÷Í[°pѢŸ’-Z¸`Þ}³§L,Õ¿‹«U“ÈM9Û‹)8"6ÁÞ1ûƼ⠓&O1sÖl\ÑfÍœ1uò¤ Åy7fw´'ÄF›¼½áßá nÖÚ•ÙëÆOqÙø›++'âŠVYyóø²bOν2]­›E×|<ªÞá mŸÒ&3»ÿà¹îüü1\ÑÆäç»sG îŸÙ&%¾QƒÐšÝ]½ï)(¼a“ÄW‡.=zõé7`À€¸¢é ôëÓ«G—®”Ä& ÃLÕ»/Õ ŽˆnßÚîjÛ¡SffVV\Ù²23;uhë²·ŽoRõ×—ê^ôc4‡D4Œm–Ð*9ÅfwN‡-%¹UB³Ø†Þ\4Å¿9òõ"«z0Áá ¢c›4mÖ">>>W8=‚Íš6‰n¬çrv¼œ &(4<"2*::&æ*\ñbb¢££"#ÂCƒÎË¥&“908$,,<¼P/<<,,$8Ðl:?o/’¬¨šÁh 0ë@o &£AS½û.µ{ñã-FÕ4ƒÁ`tz š¦úk©KM1²¢èÑUôä ÕRŒ¯ Zuâ‚$ qQ¬ü+½—mu€÷xaøåÝzå%²ëö{=ï‡BªO¹—¾uÎïö¼:^ðÒëóÇoäÅ^“«~6ýýëÙ,Ä}æsê1^üö‰Açž¿W¿í?÷Ì—zŸšjŸëkúO|Îô¿ŠÍðèksVÀo»ü95ïÛ#þ÷MiÍz]¥w³K?œþ™ûÿ¹Î«0ÙWÛaã/{>‹å³§cj]Þ\v×]à½Ò/ðò–ûÊE^ýœà_ùn;{*èrn?!äb×ÌU.vÍ8ó‹m½ì²æóMá¿èwSØ ^éæëóaÚo0sR ?wmy8ku¼Ò×À¾íÖ&ßVqït·ËÞc<å;¾í7ü@8®ÎV½à²Þ¹]t‚,ø?Ü+kuζ}lÐãØÞ"ÿºÇX{‰}ë;}˯ô?“?þkû~þµÖÃÿŠ¿`þí×Ñ4&/.h¤¯¾ú±òlÿGüìÔJ¹Ì½ðéÔzÙNú?ilýŸp^­9µïÜûMÃåÜ*$ðVÃQC3ß–^ªõ‰£‹!²zëØ*p»áÊ}%_­µo¬ìºì­@\Íg͸_õøqÿ¡ŸÇ_ ü9¿ñßO^ÿ•Ûä¤ËZ·6 ü"•l1ðÿ,ý?ôÝ»Ã÷Ùå%ÑTÛ‰)—§ïÝ=\æ»ý<ßñwR+1Zÿl´Ù7o'é["‹2¨Ö§ù#ç|n*–‹ü½xœï¯ªoþŠ5ø¹ÿ¹;4Jüß›üÿûøa¼\if…²p)ùû(8ÏÉš¿"íøUû“Öðù¿øþõý‹Rgýþ±O þ-\Ï¿©àwRý]œÒ£WùÎï¶Oôü#-ì¹Ïn8‘ày©ó‰¸oÒ¿¼/¡WÂÒ·Þ˜s`øáØ1áß~¸Û´P×ËO—o¼#ôuo|7òŽÀ‘ž|ÿ¹¸˜‡ä˜g|ë–Ê“]ÿïyqÕÁ£f¤Ï<—3yFú^žºãýÍc{ùñùøÁ·õ‰öÖco»kè;O¾ûÖÄW":¾÷½,‡Ì™Û¿Çžn¼áéyÿ|cïèÛúÜpêÔ ‹;t(Ÿ¾ðÚo{ +¢ëím]oðëÑ£›¥w»ÿ¥G¯z ¤]¯ñ)Ÿ‡™o+*«Üòí³9qË ­ï ŸÙ7üÅ–ÍÃì:ùì·'æ26Ü9­Eö‹·œŠíÖ5 *ü¯{N<5)óõn¯5Šª—¹8lÙØ;—»æ=2gÜ–‹—ÄGG™Roijm·$Ýþþ¯nòîÛ»Ætï9ä`vÓÑ»¯´#ÿåcy#OÏJŽ P¤¯yªÁ÷†N«;™úŽ~÷îÞowýbÚ„3™/N(þ᩹ƒzdÅ6´]öSÛî}äîÒyCšV¾ß*q§åyã²þ£ÏW!³Z-7>T>$jоÈ]7ÙÛ-Qn9½£iÝ—&þP³éƒ¯“Êž¿ºÓÁŒ#å7/øñê÷{_{k·ÀzÓ×¥î9¾mÒ5k]ö‰ë—ÎþfÙ>Ë^Ù-íÿaÚ_c÷wüzΓÃFnÏúèÐöïÎÿtÓ¤ _6žTZûÙS†õ»aäÃçFy‡3±iÖ»wvo–9úøKQvˆm±zÇ„Ç?uÝÈg Ç·š˜ÿ‡œúgvLسzÓ–ýÛþÑ~ìÑœ#Ouǘù–ÎÅ•­®i¸xxƇËþÜîª{2·Í¸ý•Í^y¾…ý¡nÛÜ:« ¨uÖæ¶7½ßáêcoñ¶vïìáosßp|ÅÀ1Œüà‘.…kßJ8úMváÎÑû޺魄zmÿòo Š^]¾+iü×ûÿQº{Ýë!;ûîÈž÷ɉGgM½79løIGÉ÷=âìúõáS{\fØüæ C‰ß…,/;Ú¯Á¼¶3®Ý›ñM»ÛFܸä«Þ;ÏLzmõÌqÄÊ7¥ì~ì͆GÛî[õMá[ÎnØgqsÇ‘oº¿óf£©¼Ù¨´ûáEÛ?¼mcñŽûUöó?ÒjÝWÅÇömíà>tçʨΥÓ>ÝÝ·ÞË—ôË•¯É¿öÚ–=? ×_ZÞõ†šÕµÅÜ™É/ÌéýÍuŸ/xù]K׬¿7píjÕsØüÓÞ±uÌþCÇc›¾¹`ÑšáÚÏ´ÆSÌ M;­®/·ïºvüp¦½ãÛ3£Ÿn5þxö7Ö×{ÆúEXšcÇwo­ÜÞ»QÂ|c·Ý/öÑ2që”S¶–}{xÛÒ‹æ·ÙþÕ÷1ûNwYÝêëOf÷ØþÊÇýîå» ›f­Ùb×´ÞacN-˜ù ´dÇ ”LøzÌÁNïûOž‰ùvEñ¢ù?v?ôé’÷G>\ý”gÛÿì^ù¾ì[æ§ž×ø‡÷¯Ixpö§·çŸpîo·«½sf»o F®kñPâžü̇^º¾ÃUÙ[_ë»âƒù/ ìzêHTEÑCk&Ÿh°{rýÄÅå-Oþsöön6ý=èÖ»ï~bÝÆ'>~©ÛWÛ£»>èúÅ'Cú´úÞàv<ùeúþŒeON4jýŽ·¿jz¿§§§tëÛè¨åããOö“¾kmÜÎÓ72ûŸÚðÞg·l[ߦM›ï6[;tñV˯wIi}¨Ó-÷üf‰öØÑö)gž_Ÿ¾òèšÏì‹þ\Z:(|ÐG×ì}|¯Öü™£“—|÷@£ò]o\½vÃÖÏÛ6Ûîz-¬°Þ°øÏ§.?°.å©ç–ž:±aeò¡¹†'^hrÍϼ‡7Í ë3iÛ{K‹?û´«¿ž^¸¯Ã›ñ«÷µß]¹ÚÔN¾½ï'K>ÿpOÏC³_~çä«»-±·Wžš´Érϰ²í®»û§jïìñÓžâПĿË÷CoÝøÈâÙ=»8®âûçü»aF`F3 3 ˜QÀŒÀŒff0£€€…ßË¿ÇÿJPõ`Ti[¬hà?•sÞíº]b9×øŽ;Öº¤‘~è$–øÏ-©u|a·„ª¯™K?ïVwüÂß3V¬<ç|« Ü&è¼óñ’I”žsɸ:÷‰¢êÿsˆô·®YƒgÝ¥Fë‡|ý0Æÿ±¯^à»Þ½¯Â ßå[j®¦ŸªûE¨ŸJþSÞ¯ÌÛze}$-Ýåªç»@¿þVQ©ŸÚç¿åŸ|?‹}ÿ[k¢~hzÞ½EÏsÎ ñEÍcÜ[s¹÷±ŸÓŸõÖšofo%?ëûY¦Ú×yNaŠUj&úù–Tï¼ë&Õœ/­AˆÙÒßùªu0Ø÷¬;}—´Õ#ÎYF‘ïXO*a¢\?õ†¨T–Šåú}ª¾^÷=ïeµ¾Å5Ê·“šë;·ÓM®HÓ/—}××=ÅÀ ÕÏw¼ôœË\úá°¾6î½À+"ù/;#}ê?UzÞ7ʾëmîämpñ9KÌÐÏMVqL­ýZaÑßaÓ¥Wü·}\ÿ¹²æ1¥úñ3Ò°Ú R‡ ﳉ¨úmõãÿ}sj=Þ»¾×·(Ò/‹‹¤hÿoÚØÛ»!Bª_k¢¾ÔQ<­¿ß¼‡úÒõú+g–¼ïdýÐÝ·"¼=õЯËÏF+M|Ï0O>,‘GÈg—ä=ÝV¿®‰þ¨k|¿g¨h§_6X?5Å»„C4ÒÏÿQ¢¾X)[jîù¡â½üV}€ìÑϽX³n¯³foÕ+]èÿMwhgÏÚ©Ÿ?&ŸsiBÍ©ƒúã¬ýååÒW½íÇšï¾~TN’ú…ì‘ë›Úû×¼Neµ–3ÝÿMšÞ'Ð\Ÿ>ü—Çèël~Ýã£÷Õ.Fëùõ/{ŠøJ?¶ËÞSsÕV¾eØåLß3üÚÿ<Ÿ×~­¾cì)Wÿ§ÐÓÂå%ZÕ ðПӽš÷óªÐ?êkj˜¼Sœ5I_nï:ë+T ð?‹»õÇ£/'ʼ¾fý†û"ü(`»V=ß®W®6WurÎvÆ«¾ï|”~ïgôeò-åju«ùÛµúý¾×ÏyƒN†ñï7ýLD E5‰†mÊpÅékлÔ,±Ó¿Ä65ÐP<-e‰ú¬™!ŽöV“w §ë벩ïõ(™þõU¨þØB„ÃUïí · MÅcÒ(ßõ[üËó>Ö@9Wò®©0ižñá½z¬Ü>à/Â;]çm@ªÏ»‚Ž)Š–í}÷½Zë=¿Þÿsü¿ßã}(RE¾éžà^ÁBüÍïïÓ¬® 8­ÿìê[‚÷TrðçjïT ùL­þدå±Z?÷¬z0p½©¡Ðô[·[Ô€šßàíZëç¨TõNb¿Ú@¬’«ö:È•±Q*¾6^ç»ö1> j+óEÕ¶]Þ¦Ÿ›â{Ä)r¤ok}Òã_®lè.²”éAR‚Á)œµÞÓ…Æ×–KÇôû®nrL:*½ã{½½ÏcY`íuw¬æ×O¿E¹þk†¤Oýuë?{ꇡ޲'†u iþûo£Î™•·†±¯ >ë3 3Š€Ì(Ì(`F`F1£0£€€Ì(Ì(ff0£0£€Ì(Ì(`F`F3 ˜Q˜QÀŒðŸÄ—g»Öܹ¿9¥kª5.Ã’‘fO‹ë?:.ÍnIsÅ¥Û‡+®^ܤž9Eî‚–ÉöTkRE¹§ÀS–Sî®(UòÜJAb±dÖ¿‡H¶Ù,©©JnqÑP«Õž_QšSî). ì•#U”%wÊ•Ê$a‹KiÉé²[\6G\rª%Ã¥ÚR…+=)Eq:$s—þæqf›°ÆÙâRÓ,iŽ8W†Í’fµÇ嚇 ³Æå aqf¤ÇM ãRmV‹Ý‘& âú™û˜­j|35ÝbÏÆ™­– ›Í.›äÔ49Î!Ԕ´¸¬bÑ'2YM6Ê.»Éî´[RSíqNáP³sTOY¹[+SrÊËK=£ZÚ%µ¤Ô£ºÕÜ19¥-méIù²!H¤Ç ‹PºªÖ8—°Úd‹UX•î-“ÓìI׌G†S³H©I6»2ÔnOS:¥k"-Ý’.¤ô4e€ZT\1¾¥-5I PÕ·6Ô‘j//ukÅž2šS¤æºË5Ó¸ µ,Q+JTKrÔ> endobj 378 0 obj << /D [533 0 R /XYZ 56.693 432.622 null] >> endobj 536 0 obj << /D [533 0 R /XYZ 56.693 412.751 null] >> endobj 537 0 obj << /D [533 0 R /XYZ 56.693 369.349 null] >> endobj 55 0 obj << /D [533 0 R /XYZ 56.693 262.831 null] >> endobj 538 0 obj << /D [533 0 R /XYZ 56.693 237.036 null] >> endobj 539 0 obj << /D [533 0 R /XYZ 93.057 172.678 null] >> endobj 532 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F64 307 0 R /F52 247 0 R /F75 438 0 R >> /XObject << /Im16 523 0 R /Im10 476 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 544 0 obj << /Length 1260 /Filter /FlateDecode >> stream xÚÅWKÛ6¾ûWèfˆ¸|K Úi›)Ú Áîm7®ÌuÈ’Wm›_ßáK–lm³Û6èŤ†CÎð›™cí"½[ýpµºx+p”£\R]ÝE’"™Faˆ¥ÑÕ6ºŽUõ «MBއ¾¬ÊNõzh`«ÝX­³6 ?]ý BP.„;§hêŒénhU_6õ|ÿe¶]òº0‹9<#QžIf<ã)E)aQ"Pžz߈„íi_¸3³oõæju¿"`G$ÉœEiNÄ4*ö«ëO8ÚÂxˆxžE¿[Í}$F”I˜WÑåêã {ž:Î, ð—!Lscñ~–hÎs«1ÛEB²Ì~I)ƒôâýž¤ÑO øññQK‰7•LlÙ¦tRŠs”¥<â‚!‚¹Cî—MNãuSï*݇PtnÚ–. ö»ÕDlCEü°!"j7Œã|]o8Žʶ©k½×uoãÜ=I1ŽÏ¢„‚WŒ9oÞúxã(…àbb3aHAìÞoIãw£Úñ´1@À«!“"&Ì»H©t³ÿë;…r°'’Ø ¥2À«N°\6ë¤jpcÝìo[=/Œî† Rébâ{TÌ’)©º !TAǸ_¨mkTœäõá ZßÒ+w¥WUç–Fçû.ŽoþØÕwR{4§H2¾„È|¾Oçv1‡ú¶[Bö´B`&£©óB YŠ&‘,s‘zs‚ÓÈhËìóUz!hk‹¡ù1 Ó[›y÷wÕ‘P 锨¢4ߦ>øi}üï(Lê‰ KW®ž<—¬Œ¤ÖF²¸(oi#Ò]ï×¼Œ^ X›Bû£·O˜Yµ4g&³ÊzŽèÆ#_˜…¾0bå …ë[g×·Ö4ðˆwôÁ¬µ¥)]3 6¡>½1u84m?šXxLG¼³%ƒVêWm³ô´¼3ëÚ­ÍÐvÈÍ Îf´ ÚEÚ§Eæ 6£ƒØmžC<3½ÖûC¥ ÇžVÔ S¯d|«Úã5l aB1õû˜y 0<ƒO—“R·>ÁOcâ¤6$–¸CHæ¯Ä»« bAzU.öiî¾î‡uèŽêõŸÞÍ`£[tñ‘²9eú»Z¨¥(£ÄAô[3öjÇ÷ÂK†ZÃò¶ò—³*·Î ž}Ë?³õëD`_NÓ_Î7´¢ýô-l›¡Ru}øªÏдì¾IC{Œ-D¼*ïÝ>7©^:îž<=д¥A[M¥}·@Öâ2 d}ƒîú¶,z}̇4É~¦ûð Lì&îÄYÑ|ÿÃæN»ˆUuÄå6^ýËËíZUoÏ.7y%(G£R%TÙ•])¤Ïƒá U¡ïšá³*ûIùÍ~ï§öm¼³ÙÕI“f³”½>Ö ¤9tä® 9Yvç^ùnCLJõ/œÌ>kœLëЈÝÓÆÍC-ØRVQøSÃxÀ4d¼ÄK©i¤¯Üp¾:ðÍ̃o¦|û‚Ê0…”ÎǰҔù;Ìx?”îr]¹«-ÁŽ îbÂ)C9f>ƒ¤;©Z«I+êÞ#Ks€ÐV…"Ÿ6ìêÎÔ(>«Ý$4¸;#á9‡ÚÞ7eà˜¡>’ús)9°æ¼6:ª<íê“¥n»yo½ôÏ•c„eþOþ¸þê˜ endstream endobj 543 0 obj << /Type /Page /Contents 544 0 R /Resources 542 0 R /MediaBox [0 0 595.276 841.89] /Parent 511 0 R >> endobj 531 0 obj << /Type /XObject /Subtype /Image /Width 1188 /Height 666 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 548 0 R /Length 89418 /Filter /FlateDecode >> stream xÚìxTUÚÇ/ ¢¸‚bEÝÕUw-¸öýp-‹««». ¨„Þ›ÒK¨iFB:I(!½'“ÞCzŸ”™ÉÔdz¯éß¹sS&ÉL˜@:ïy~ÜœvÏyÏ{î=ÿ9wî` @€ @€ @€ @€ @€ @€ @€ @€ @€ @€°oWF€‘QyÿÝtráRL©CBl¸…q.Ï!À8Â!ŒiL7”yìÔQ¨D ŸÜ#„ÞÅ$ÀøâDcw5f‚2£"cª¤þ†Iîn^Hä÷álåÐŽß·?û·oÿ²å«?múâ… ?µ÷èŸ`äAŠi—g)J.Qsž™DÙPfT;5 ­‡DÙp¼Œåjºø\ÏÓQ´ƒ»woøÇ3>[?­ñ\, Ú¢ŒØ©‰ÜEñZwø‡×7ýš«.ÊæÃ>[Ó§,À°Ï8v©ØžÄS µaÙ'®î9›s0¬ö.9cǯ—¸TâvÆ‹ÁÍw!€aà˜?é&‡0&5fBè2TpìÔ€8âKòWµZïl<Ï5ÿ÷ŒÏΪ#ww$lçz-¥œþõVÂnIÈ®Ž\׎J¿ÒËÛW}4ÃbÞ¿ñղߎö) pÿœ!QvÚ…Í?·+¸æ Љ£[º§º&ï³#m¾B?7âMŠe;‡ÒœI\“-Ë Ôx¦Ýµ<ëÀ2ÿt﫹–¡µ&+‰aØ\Î<â[äO¶õ,qŠ ¯ˆe9¸ôPðüÁó&Š`ÛœŽùÉ2b'ýôÄsƒ1`ð!v!˜¤ V¸ÎBŠÆ;Ud&H”¡"¨àØ©1|ZïL×uÿ÷T}ⱎäýI{n¥¬ºº«Âu>Ïñ£¸ /wD¬l(¸J²]ÿŬk¾—ÿ3ÁÈ>Å;œº¿-ŒDn ¬é‰erÁ̶ùN1c®Í§£«v8¥‡‹nÞiQŸKÜÌ9y5i}´íÎ;-ÊHßÄ^Õ±#Øžˆ¢•G£6¹§õ£8E×kaÍéán‰~ôBÚ*«0ýh†.²MÚæUésÿ[f}£ YöVwäz¿Sõ¸¦[\¨­GïÈí­ŽE¸WÄÐvÛ'ºæÊ¤­x#:êÅ'c¬sum­±Ië.V{L,7¸GƒÇVï±Áµðbw²K×ñÊ\„» iOhí0tÜ\4Qä ‡õºÞ®À9fLRF ›@¡³<“…fBè,TÐh ø•Ç4æÔ€p ¡ntNÞs>—øÓÆ·|çÙ§Â*£òŒ·1|ZÏ#¶Ö-_ÿYgÛQr±£ÀãNÉE¹ç‚¤uϨœÞöž÷˜Òé­¤Ïß,¾äc½êŒ«õ,ÜîàÛ§8c—kñ+ýør±9áBÔ&ÃØ"ƃ}––o¶Ëw$­f»‡æ®p©áí»Ã‹‹[y‘îÃ8r:Á2‚Mk@qš«'ãö„ÖŒPc"KVÛåSq#6Ç%m äoáp¶Á-¼hM¼c2¦j×Û-D±Æ.Ã:ê~ÿ«•áBcªªSi†ÒãHÔ{ÇÖd™ß¤oõ›-í-:Þ±ã©ñúÝ•¬=^è3¡Üà^ Žä°]‚ŸB_¦(gÍñ<R­[`æ²³, Wçë»{g]hpD–®=ž“ßBŒ/y“]Þ—©±0IElƒª eþ»\… ­ :¾¢Ù((Éœìƒ)™åb2G½Ü&Êê:Пiã™hš]@eÿçõÜcj Ù»imÚÉ¥wØIwª#;b6kO¾“µù…â/‡.žQ¸ý¥Èµ/ //© ±Z¾ð›õ‡N÷) À˜¡æÄ¹˜ßRˆÕð^齬sõO_vŽ©"b›jZ§YG²­OÇýzX¿Ów d‘]òN_¦[ŸÚ¢i{OÆ.9J|¨µðXìÆód'’>‰T}Ð#y…U¸~Ë)xÁ±”Ca5î$¦Õ…”åGõu&­?ו¯'néÑ0¢žŸ¬·ÏÞx</k¾Ì%ß. •eÙœM<EO¸Q¼Ï9×&R_Ûù䥇BPU{.Ä­:Yä=øSB2ÝeËÖ3}å1}O-Ö:g,·- ß!–‘úfͰ2Ö ©+ô¥!­;SÖÙB¢¿GB;[x˜´ö¬±ö˜Æ-¢dý‰¬8Åþ¡…S¾óø Ûh<ÏJb÷6€ƒÆÝþ|4ÞN›|ûð’•7Þ)}•Á¦Ì:_NßDRöžŠ]d‰[iIoéa–ûÛÓ¥9á Í]µÅ&5 Wúwèa1?á©á[Χna•°—·_׉qì|ꊣÃúÓÒ*·t:Söq u!Vß8q7K•ÜÁI´]]ZÍøšÔ”å'Éν´Þ®`–QÏBÈÚ15N>Ùk¬‰íéE6É{CjŒ^»ìÏ‘¶&èº==ébÔ&Cç¹IjfƒMŽëß`‰Íù¾™: 4ZÃÀZÏœ6»¦ e‡òãrÏ:r¹Md÷Ÿ(i繜þ5 †Oë"Õb%mËçÏ6xvÄmkr·`ç+Nßýaõß²ú磾Ëÿ°íÿ²œ~–ç]ݶnÑ‚•[ìÉ}Š06`s‰:LnïZ/5ÇÞäK;p‚tŠu»3®Cád·Ó=Ñ*G¥lÑoÞ¹­ ý½ã6^¡»vWEÝs*ýj¥ZÒp‹(צSg%em8‘mYmy&Ã#GÄTµi·tÂS'“6žˆ9šÀg×ã'êhÒ¤d­wÌ?‰×s¥B%ª¿Ù¹†SIã’hY‚füÚrò^‡Vaäu†«ÇkÔ=öÆj‹Ì©£ ,Ͳò0Ñå(ú~GÒþèšj­¾ÊŽvaEá¦ãÄ2²+Ô³÷Ù&õZß^£ì¶=ÏcêðR·uE¹[NdZGôô—°xGs]IzöFçûh3‘yÈ‘d_E bs~ÜmvËR\³ÕD”05i™G®Ájœ´Ñ-f[²^"HÉ›lS»ÖÀ¦ñ«aG®³{=¼lÓ‰ÏRµoýmŽ5$=â…ÓŒJŸ~±gÑï.¹¿Ö\Ý.Ñ”®vQ'¹ø‘¶ u¹[åÉhÚNûXë$>«®«t}¥°hÇ)C!ÐÛ>vÙ»O÷s!'ÒÑþ¾á¿ÒvøÝà> MÝÙ£õPhÍö'­ðH3Ðz1›]y~OïîÛ…®™¬Ê.ÏÊ;eÓ5Z©¢]úÛ:™ÈûlÊž`N_·,ßh›žŒKû[B)n„vVÁû"ÇhSN5L“”cofƒUN„tê,ó¿âGè,TÐh „Öëÿô&iN {.äy¨HEº¼¦K÷ÙD¡$»Jÿçõ\£9}Ø¿kå·³êÃ6RŽÎÞäB²)nîô"U”W-}—mâ2“öI_Ýß…¬"ö÷˜¥ÃíC`pÊŽ.­×Ѥ?ß-¥·kø­·ÅÙ¨çw÷î¾]èJáʪr(¢é›ÞÑØ V·´ßTž¶ßÊîíöl‡+ «ý%ø÷sµ Ë3T±¾ñ~.¤ßƒØ¦œjX&é™Ü•f5€QÆ!”Aè¬Ó±\3!t*h´†nYgX¤OäÀ5 Ž\-]nY¡Wy$÷–ÛD¢HSm@ ŸÖCçêÏî­[ÖüÄÞÏ‹²üO¶õç-Þ?oñÉŠÙ“ü~}æ÷ÿc—Äf¥E–Uýó?ß-À(JÙaë%Á*üŒŠR|夻îuLÄJ.§áKɦÈÓ¤-WË·Û†.8¾Ê1n“{aþ™›9ž‘k¯Ò;« .YÓ³j Ÿ0|G¬ò&±s^Ú+)xᱸŽ¥,ýJ*ê|Ä‚!+®òðO蛹‡­ãWd^p,-Nÿ”–&?u±eÄÁ|ýB]ËØm“´Òp×À¼Úîvꔃ!=Ʊ©4ÖåˆEÅôâù·´eCX†-?•i Â:ñ«]Ö‘ ^YäXÆÖ/¬«¢â ]ëÇׯnCÝ#–ôja´#E¿¦—n°Í³ínOµ¥ChÏ'‡¶ù¶]홹çÿ¦Ù.|ËîàÖêʬs—Îþ²|Å¿¾ÿÁTqF“àò-¶IÄ‚—»/ÿ¿Ž^ƒ¿”¥ExÜñF.®ùÚ3/E,³sÈVêz}¬ƒ|5b¥7­³ª ’ÕK»Õ— –ÛdëÅÅ/òƒ•ÞêËÕ6Þ‰—EmF¾^†T É že6ÇYú÷)TfZØ‘,|dø'è-ü£ÖqË ²-5¯¶»:nW½³;!U»œŒwy Q¼CîlKÚ€2WÛø÷Z»n¼VÝÏ áWÄx©Û2GÛØÝ~¥k¬ÓÓ›³G.ƒWž"­Ô/º5ô¶‡Cˆ‘¢íwˆ²¦Ýêiˆ hµ]¾µ¾©vWS-Î×è:ÏŽ´^5Ñ다UÁZïôñ(C­·ÎÅp¡žlq—Æ÷Z¨#vû­w²+b<å¶ô„uÜnïƒW…„›cgÛË]Ãa`O+/¼ÚÁ›+iEï±>BÛmÛ£õ,ìc»Z‹W»ãl¬ÖK°0iŸÔ•½«=\iÊ7~^7ƒŸ©ØÖ­õ2“~µJЫk5-Z´Æáî½»/òÌ[n²ªôu¶©$5qÒ[b&ëÒE’…Ud_ç·‰_âF“ê{wÞ1dþÕÁr™‘龡èÂoѶËvZ¬_ò¿cû·f¥EUÑJ¿ýáÇÕ–§í‚i`Ô*]g–ÚØ¹–ûÅ™ÌéZO)²R#ÞtÑA¾±ÂG¬ß¨ÏH(r £–·tYáEí¬*°¸—Öó,Ze•™§_zRý{k=ošM÷’õNKi>#*«‹ô²#©†+öå¶§¥*s™]¬QªMpÌ:vyïEš9µÝåÔ§suZÆÚ+~¥‰.[té'ÛØ(sµµ/Z»æWëëŒ?µþ*Í.¸Ú®·A:Ÿúeä.ß’žedp´¡qVºÆŒCÁD{¨Æ´^ž•¾©v~yËì‹YÄ{©‰‹Oä Úø•l²"9UëÅvcÍë8 ›<šþûYÉç£V»ôÙ”¹Kã ºáȆÝþcãÕeÌÅI[ÒvÏÞÒà ;÷Ô``Ïcž ÷d®¤>c}<˜ÚGëuƒ é÷3¤^ûz&íÓ[ëyÓðŸ‡× †ÀàÇƒË µÞ§¤¥§*X=OJ#­nj²ÿ2T.t)…ɪrŽúæ¬8žz6K,ì®my~ñ¶}œÿpä‚#ºöÎmri…kü²‘œ¤F³æÅî/0–8É&t–mP5bà7«y… Pƒ©ïë™SÖSi=ïf±‰\nÝón–-ni{=‹ú×€>­‡_M0ï›Ï¶Í¯Œ¿Ts¾„t¾<#ˆBΤÐË«ªÉÿí»Ÿ–ØT P€Q# h•u–~÷ífŽWärÛhš^t¨/9£ËNr¤ÿ‹³-AÿåyåÖC¡?I Uwk=JwUÝ«¦âkó-CWùðôe#<¢,¨VySm¯gY8—óôk3FrÚʃÁ ð÷mÆnsIß{½ÈpõµÌ@ëYØÅj=ƒ_ìB*Õ¬Úîrj¿nËÐŽœ&m1ÑåîsUÇ&-± Y`²Ø>e¥aÆzxÌÏCIÜëSÔëûJÏ×ݪŠìõxXxoã¬èµŒL?ÔÝ$Ê>{ÃÇØòŽubPÕ.{ÒIBÖÝiÌŠÎØlaaŸì|CI¬=%ÉË\sW[gdéWÇü„„EB{V×Ö)ËïÖø_ºd;;2v‘S‰Mש‘1—9—럊ì`%&#k,î‘QKînçjÃáè±ç‰Äå÷b®Ä½ÇÚ.ˆ²ËðN§T —Jý³~·(1ɇ#÷¥ÕwëÄ•¦ìcÓKë­ò¦ à?³Ü¿Áí‚È[ ´ÞÒSe–§¢·Æªn÷h½“žo5T.”½Æ¤µoì¿|c£MèBTÉáø \\…¶RnX éq~›ôUÖ™™Í_ÌÄiiì|™pñ:¤ÜGn’¦í1Ú`‡"k¸¿ÀXÂ5ªSgYÐk="¡³PÁaªa‹û´2±‘·ó|¢û7É]Óû×€>­G(Ðþl´¹n±zudÐE7»]AWݪJR)•ùHè†ù^/&|óÃ+÷»™*À(bã—ßõYwkʅȵçÒל«*äªÈÙ7Ö9çm²IPê×cqñË=¹ Ä/0(ÕÕ<]]×c]+<)µùw¯šˆ%Xççð·xä-v)½á^TÛ ªÝ¤ãeÝŸÌßn½Iœ(n™GÞ*SZÏÖ¤Ö³°3«¶»œút…M—e¬¼“Muy‰-ɾ¼µëѶ[ø+04ôÇbÎr;wGZ›ÛoµJìz?ŒjG:ZÐù¢‹;]{ÍôÂõvi+M/ò-ÍGŸÜ•yZ#û·„”½¶©ûý({£mË;7nµÝì(|u¹Õö._bï#í,Z³ê\e—¡ªö8’lKºŒy³½ùV÷«Bb7™agÛ@\¨³gÔàÍ•¸¼ÏXRvh= çÂ'b\¨í}m¤_±ÿæ`Ê>©}¼w ß°n7¸ƒ“·Új=²uy£uÂ5QÖ³0Ñ»¥vCæBËlLTe»ôþÍÁ¶†F‰ª¹óÊ´Äendëî¹y)aÅ5¡¾ŸÚ+Îa?‰øq(tm˜RßíeçèµÇGj’Z‘îÚ`Ƨ¢9„Î:æOE ü '‘‡ÐY¨à0հ׫x«GÖê \Òˆ˜íçò6º¤÷/õIfî¾TÜ¿Äði=›@šQ¶ØÎûéç•ÖÿçÇßÿ÷;[$ô\¾›¿à»?=ïÇïübª,£‹µO¶…c™~› ‰t&zÃeŠÕåÌU¶1+\‹Žú—o³‰»,ízÖË6æ@ U×µºÕ&‹ýÏ'n¹Bé¬Í@ëµéZôkžv¥êˆ}ÂŽk…½—§¾H@éf»X›$>»«Î&+*uý™œ{Ðz«.›SÛ]N}–lÝcœª=.±Æ»ì]²éxÜñ§žØ ¹¥ª¥í·_é”Kªi"{­*¾›Kœá2rÕÅÒ­v±ÖÉ‚š}©Öúòì‚ßìRö^ïµ³°ÂÅ`i~ À졼šµÌ&É-SÈÒÜì|£Bž–µÑ:y·Ÿ>oÑú©^ejM— oÐhÉY¹›OñÉY=`ãWžN_{º4CØróN{®wd§ J·ØÅÙöXãN[c‡F9à”yÀÏ;ÓlüJÙ3eàÍÕ[ë¡FTí4|†ód‰•_Ñ»8‡d.™¯­ÈJxzUÓvØdXú˜°ë•}]È´o\Ê^=ÜnpŸ o1Ðz®eV4+4a§Ö‹^ëd¢wžCçBç VµÉ)igu…ªó%¢wZ*ó ·Ûgðï¶@å.ûh'†>]TºÁ&û0aœë¹ËŽPôѤ„e§ò6ŽÌ$µŠY{—0&p'Õ:ë°o•™: ¾v]*Úx*cçÅBS1}j@ ŸÖ³  šbƒÏò}îè`å~÷Å«W#­‡þEÇ(f½•÷öS1”`”¹–µÿ *b½7¥o’?y«þñÔ"×Ò£•{O'.íúôù–a‹¬ã7_6(âWØëu…x¶ÐÅö™{®w¥Ähxå¥*ƒúËw¹õÔ¹ðiÕ™²c}3Wî>gXèPx4€zäb<þƒÅwûõ«Ó¬Úîvê^˜î²y'*Þõcӿئïó§óÉ_o±¨ðhâvŸþ-¬Øí–¸„(u0j¹Kî¿þÆ¡:KÂ3IÛï?È¡ô-Ýîš°ô(ÑàŸÅ®q/8hX‰oÉVGÒÏ–Ä§Ž¡?^îZxXŸtׯ½œ½Ú&|ÁÐU†fì6æ)d¨Î§ìŽ\z"s¿Ÿùv6nÏ{1Wÿ±ö¯Üa‹Ÿúgç⣔£>Å{Üc—Òÿö¡Wýßíšü•¶y‡ýMÛLj ™ô‘pƒû4¸ÙæcÝóº3òØåôÅx‘¨ÍW)yþº‰ªŽz¥/?ÖyêC‘ËOvÙÇ`bî8¡ï»uv/÷öÉ]¦¯íW7bâÐ$5£ÁŒ>1µø„1úTšÉ.ÏRT;5 †Oëó§ÜK¯üþç{tlN&¾†Û+/U‚M€1ù7[Òi>þT_Ks[S×¶XÖ5Òªóå`€ ŒSû”~[mƒ[ξ+åweÞ$Õ ‚c§Äði½£~“\ï¥õV\¬›c ß²ßN¦ž-SË›‰/mÝÖÉ$Q +NöûLp˜.Qø7æÌeFEÆZ çõŽøVŒGN‘jÎ%ðÍe“5 —Ö;|½†Cëmß¶eà׊à ’fC®õð—R«”•RŒ„«ª ƒÖ­Zà×zJ…1@ëÝ2n–_> Ðz15pÓ;“±—WGpäàK‘?bm6†Œºt&†=³<Š-1ˆçgí{ {äƒ-g‚H±ÑQ d¡„ví¿cÏÿ`s5".†”Z%¹ýôáçÛ£˜2ÙàGgôñ ü-úôÏÓÂGìñ—?ž¿Ç;»Öƒ<^œC¯#­^;ÜC3€“zèZïåÕÃ"£¢¢òXÒ»¶|Õ„‘6GÆÞ Kdf¯Àûk‡Q@XêôÉ”IÓŦ|êVÖÓxI¹ûØ”¯ýzÚ\KZ6{}–ÈüÊÇžÖ“±b÷¼?Ã^ørÍwÏË^Ç6|õ"†Mzk[S2x­×ë³…!×z&†f ƒƒÖƤÖ{Û®X4 XWÇÚýúñ¬Gðz{ežG±HŸ{ä…çÃ㦾8gÝ…|Ѳ¢Ê°ƒ?¼óÔ$¼èŸ¾Üz¥Xˆ+šêÈÝÿž=kš¾¥Sþº5qÐZ¯› EW¶Í}Eߪ'ßøøÇ»Và†­Òk‡îðêžLaßþÒHÖ? Œò±?}¶Æ=­†ØÊ‘P6|ö—ç¦MÂúõz°ð’·¾4éÕ‘þ‹ŸÂ^Ù™Áïeùî0í‡NèüÇ{bþr4Wl÷öÈ·,ù=ŒŽLH>ûãkÄÞÚäg?XìœQÓµu%¦ÇŸXüÑ Äã=÷—ÏÖ\&‹ÄAP“´ùe ûãú0zÏÇfÔæ?cØó«IlYAÇø÷l¶}±ø®ãe¨õ¤5ÙîË?!º0õ¹Oà õÐô8‰)Os õÌÕz2©Ä8š×ÿaØ[Vy8Œ´ùM«|\ÈHi^_MÁ^ÜÏíld±ãl“Z¯GVôi³¾¿Ï­Šê쯸âÒWS±Y›R¸ýz]îþw¬«×ƒBT~泩Óçù2$x#O~p+ ÔëÁ Ì;öÎÃÏ® ±õŠhW¾6éÝãü{Ðzƒ)¯Ìg÷¼¿Ízü! ›òþnÏ÷N–‹$‚´ßÿˆêôïÚ`5Ðz¦q°Zïá×z2^ŽÓ×ObØão}¿Õ%¼˜'´w™94xÚý› ­g¾ÖCËm㈩žH7½mS(è/ÈÇ—µß°$b^ÊÖ—q5Á0•ÿ³&nÍsØ‹[’xýʾ„=<Ç1.ëFf7òÊ9’>Å…©6£ÓéWàHøt5²È­À¿ðaöipm®ÖÅsö·³’îþ È'‘Ö{ß•,¨×ƒ 6ÕˆÀ^Ý•ÎïoX+D¯õr]1ÂB[\ëà-ìèr¿ƒaüù¸ljzrà¡÷'aï9“…b^òæ±ió‚»LljÔk=¼I¦q]f‡ý<›òÏ‹Q¯x Õ†ó{?|€¸I[^ÄžYSK¤2ýôZ¯Px·ñ’ò³p­· ŒÓéœÂPçÍß¼ò0†ÍúÅ«\0,C3€§ ¹€ ÁØ×z*þ¸Úók¢Øƒ×z¨ìÜ)ØÓKC™bñ@bdˆ´ž¤úÚ·bÏXtΔÖã¥ï~›þs8Çhõ•<¿&º3UTáù ú{]b­xh´;rù3جžqI‰ÉD»ýç tʸšAk½ÁŽóúÜÉØ[Öù|}NFÐwS ­'®<÷ÙÃØ‹›ãkûi=“ƒ8Øq^İW6†W‹{Æ‘AÚö†=»<‚!ÁÛ\pâlÒ'îå¢~ZoÀñêÔzóC9½ÎÈͳyÃf;ó‡chð´¡0Zo$´žTÌŒÝò*†=õå6ü­Á×Μ.˜§õPÙ˜M¯`Øôlt¸ê{ÞÁæR(´ÞK+·„tžBÅ»ÀIÙý†MûhÍqïÀÐÐë΋Ÿ7¦õÄÕ¾ÿ†Mût×…€àëg\¯ôî'yç_‘ù÷Þ³A¡×]7|ô6õ çdh´3àÇ'°?íHãF²BžŽÍø9„1X­7ØÑdî{‰®Åö~¤øä¤0ë&´žTL Zò 2ëü£Þá‘ÎCÚŒÐz&q0½3¢wÌÆ·Úæn°>{ÅçêY›Íßà;hol ©îÜìãå~Þœ»ÃÍ'((èâïh ;µÞÀã%"»Œa/ZœM¦Ô–^?n18&>1úúñùÏbS¾¼T%ž¡1íiCa.´ž™ZO"GD¹„¿ÓÒ¦€ß;žŸoû¾¬evþI9øã»Ï<¬Qÿ3ý_Ó''W›¹ÆÊüñoÏMÖ7ê/ÿc{<»_žAA´¹o˜ãEÓ§ ªH¶]?@€Múà o}³/±¶_«ø…çW¾?SŸåÉw×3ú¶¹"ìð|¢¿S_ú¿åΉ ¡1³öÚl¼¿~{e{:·w<3ä—Ø´ï®Ðxý,à ƵÞál~WŒ Àömü»utÉ=ŒŽˆ•éºìãû`Sžxþ¥>T}ïÄœ¬skç¼47ÊÌ7ÿöþë¼q'æä^Ý·ðã?=¡ÿÅŠÇf½÷ýö ,‘An¾ç†è€gxöõO×ûWŠî>^‚êðŸ=7ùßø”'íùâ¥ÇˆòOüyîÖË…ü!š>V5åiCd.`¼3ÊZŒê2 þ â.%B°ŒC­gªì85æÖÕvr ¼Ž;]ôŠ‹ >·ïÛg±ÉÿçTÀ.k—›ðs ãZO,À@«Ã7}òñ|%öè¬ +€Yà^­ZïÞ´žH(F Ðz õîMëåfg#ÆÈh½; @€ @€aÃÈh½¦¦F`Ä­Z´h½N­×ØŒ#£õ€´h=Ðz õ@ëÀƒ†N+/ϲK ü’tñå ç)Á.Sã/¿ÅªôËL@­×P?NQ«•¥ä¢„䘘ø¨˜øHR\":6<.1:3+µ´´ˆÅfÔ×éô™ëôÔw1©JYM§Ð™4•J1Ñ;Û çb¡?ð¬—I%6 æLThÅçÂܧ—&üCÊØ©hQ]jRœ‘2¶&^}¥*ÇìŒnde¸œrr:io&®nÎYÙ™`7`|-¼G@ë54ÔSŠK 95¬Û·o÷ù ú[·n¶´¶ÔÕë¬ê¬Lo)ïjƒô¸¶fa½Ä±©Ž:~û;H¥RßMye©H,¨fR*«È<>W àó<>Ÿ'‘HÆW¿üü}]òK/]´tÙâõ×îÞ»óà¡[îÝ¿;"2ìÁn­VC£Q™L†© uu::½šÅb)ò âá2‰¡‡w"ÀAŽ@~.‘ˆáR< T—xEœ~LËÛÙ¦ lÕúµéšdëj?küÒ u‹<û¬BJ+c$ôÚÛÛî˜nÞ¼‰äÞDµFnUÐzÑÑÑÑÜÒÜØ„þ®ÓÕi5:µJ£P©­ª©©áfSÖM­k“h‰Šút“⬢jV³ì`³.\‹@&“*” â>𛛥ä"µFÉpÐN§Õ'á[Ì(ÛøZ#eçïïokkkii¹sçέ[·nذaíÚµ›6mòô¼„úÕÒÒŒ@Úçø ;ÔÁdÄÅG.—‹4¾Ñ H¡$¥RŽ&F—‘²#ÆzjkkàjLlX5ÄŒ® ržBMÆŠcf§Ìq}ŒtáEjÖ/-ª³šê?4Š73óæç’,À\ÀÁé¤=Z¬ò„5W(á‹¥‰L$•‹e ‰\)U¨dzäzd ¥ eFE&¤)äüô‚€'Ñ¿à õ(­‚zT^]½N[§ABé¥ZŽ®èR ’§éD‡nÉ4Ô¼Õ$w@9›´ÌÙmªMº"ð.´¤W©T„ÌilD4 d¨õTzߨ¯¯C ô§XO«Që´š:¶¾N‡bêKË Õj—ÏÆô¾’P” eæÖÖŒ—Þ!­—ššzþüyBî>|xÏž=Hè!ч4`[[Û-}hoo¿æsU/õˆAgÐéh(Q…Br€>©5µ4èÄ/{VWÓ&F—‘Ó¶47!æ°Y6›Éf1Y,‹‰ £ž¢Tôç~5&6ûO\¶=þþ÷»‚¢3JÓk² S¥ü’äkï´(5ô™ò gf‚Å€1¡õº6õ„ÄŽžB%C²­÷Ô%Zø©µ*=J•FÙ©õ&œDŒ€ª„›Ôñ”Ä¿£cpŒ‰h½ ñí¸Ó¡z*4åUšþè"€´žR^.¯šÕÖaäyfÕuQɸwñù\´–JÅ2©„@.“j=¡€bôIb©DŒ4Bm gi½´´´K—.¹»»;::ZYYíß¿çÎ{÷îooǵÞíÛ¸Ö»ny æoïÆò‰(/oÂ:•R¥Q«ðc¢Óª ¯6 =$êUJù„Ñz55l¤æ´ZµNêê¥F­$´“Q ·`¢RNa~8oO[µúhÐóöDÄgñõuÚŒÐþ"Ìãéõ% íÑVÍÕÇID$JEyÀ€À¨k=¡˜w÷}½¼ ´œ¨Z¯<æC9ÛºA¢¨q,ù´Þ`µñÞxÄ/àZGG‡Z«Rið=½Ð“+”2™R¢–gi™Ÿê¸+îtÜêóâ–;7%*æO2Ú¢ñÛñ!ÇãÖÕéÄb‘Z­B+a­VSW§-)+D–¬å³Ñ\.Cñ(U©” …FÍ©a—Þ!­—‘‘áååuæÌggg›ƒîÞ½ûÀ‰‰‰ÝZOM¡„LŸ¦Úñžlýì˜wgOøAg0r¹T£ÁŸÝ•J%lvÏ€2™ N‹\B­Vòù<€?1ºÌf3›››P—ñ½<¦Ád ÷F©HØ>àW`óó&ûÓá%ÙÕÊO–Y˽½¤ä<"I§U$ú|\•ñc›.°M ¦MFÿ¢cZÖ Wß×jä`=`téÔz]›zúïèÉUZøitjmFW§ÕÕkñë4Z†ÐzÌrAVqØ‹ÍÚdUíæÖºì’°Y(|cÂZo`|ü®àZOÿ=ý¦ÒzRµ¢¨Y¶_C³Ž¿Ý`G¯åÎ-…šõ«¼êÃmåî]\nm]½N$"‡„-õ µ’ …I$ 0D«bg]X› ¦ÆZO†?ÀyýóTx^j«ªR%ÄÖðXµ|6:h.).usõûü³Æ¦$;µÞxï¸N#¤I”„½Ä'¯lTE6*."¡×®óA´ê¢ÛK$Õ‡J#_#Ç|ˆr¢üà*ãzUZo.zží~†“øY=ü_|›?V«kë%§ùË+^«çü]Zö'nö´ÚÜgëÔTð®š6Zëò¸µU2tBW©”²9tBë¡ô'Šd°¨å%HhÔ*¤ Æ—Öóóóóöö>sæÌI}@BÏËË+%%EF&þáÒMoò?}‘÷ɬ:«÷ á-þ3é£&ðÐËeRz5 );tŒ4:Ö_mJ…œè‰ÔYJU¥^ë©Ù,&‡ÍäpXHÄ56Ô756 ÐJ%—•¯¥E}G—Dd9Ž>Ù#ëµú¯_m>CqŒ¨ÞÛOëÍßå³â൷¾Þ"K‰üHⅺͨ¡‘ÀtÀXÓz™(-Ð7ÁbIkQQÃ’%åß|}þ´ËÅÓ.•óþ×øûïM¹9q?-Ì Eroh=7µ8ô%Jò§ÂªuZ‘›†TU»E'ØÕ­õÐA½äD£Ò¯µ¾P-¸DÏü_q苨x h½´^]nœr~_§þÕ»* ñu]ü‹º¼&MD‹ÊµUyq»þ|JÜ^Š?~»<„_¾CŠÎ¨.)+¬fTñ™B¢TÉkx,¾°–+àÐU(©²ª‚F£jµj“>^zGh½ÀÀÀ+W®¿¼žžagg—’š,.-ñyüqòÓS}´Ôi•¿ÿtô?ÿ9±G_(0™tµZÅ`Ðår™@ÀS*tzµT*™`=­¨(ojj$¾”J¼|†øaÁF$ôôà?+YZ\^NFî¬Á`T#S Èqäí`”¤Åïÿo×ÅØª“Qôdý3œ]pòß›½ÖYÿg­ãüu¶T–a~µRFÆÝZÏ?àÃT’"+¾ùWÈœ¿ …<‘ò÷i?ÿ¤NNdÑ)AÁ~Mֿ̈́ýÕª…OòJ~ÕIܕ܃‚ò9¢Ê9rÆ ws½øh“ü$ ?Q¤œ¹¬I“ÔR_$¢ì.˜Ê‚ÃŒG@ë ŒÇÙSHëÊNW§ÑÕkñJÆ¿¥[‡ÓX‡?¿þ­ç7êÊuäŽÛ—SNh} ®…`³ñ»¼J¥D+[¡H@|5¯†ÇD*i=—‰þ,+/AbÏçÉdRâ[]ãKëûøø\¼x1,,,&&ÆÆÆÆÞÞ>%%EW§£]»zmÒ¤²É“E?ýéÆûOǰnBçÌá¤$Oxàñ¸HÜQ(•hpÑ¿èX$š€wŠòò2$ܦ¸¸Ë«EW4T*¡õèt\%€ñNi%ýãy»Ü‚óóªÏVŸ_|Àí¡kï~û›oxJwy 'a͚˯¾ê>y2ú£00v´žT.ö8sJ¥Vð„5ç=Nòù܆Æz¤ì$b¡ç97”*•KNŸukniïZ!妇½D&ý™WúƒŠg­Wr6)XK¾Ó v#ÐVhÓ¨ oRlj¨›ËI¯‡ÎB¥À[@ë ¤õtZ‚èˆÐÖ–fÃ1Î)“w:tõøû—¸Cs¿±©®MÍMhÖwÒܤÁ?ðq¯¢¼¼° ¿ ?¿°0¿Œ\Ä`ÑL*:@æåæ"*ÊÉB ¾NG¯®/½#´^hh¨¯¯¯§§ç… œœœìììпII‰*µyEâš5Á?Lûã å¾ÙA/L#{y k“ÆÂüÒ¨UUåäô¤¤ôÄDDVZ‡Í®ª¬¤Q©ÅD$J­(-1¼2Œkª«ie¥¥e¥%¥%Å%ÅÅÅEEÈË(Í&C¿¯G§«”ʦÆFd¸JŒ#ÆÝýkĨ©åÿ{Ù‘óA™m‚>úaÏïÇ.„âîTFlÌÅgŸMþæ›ò5««V¯ÎùúëÈÙ³Ï=ù$ŠÓ£>¿ µžB%ˆyκ …|´ÒC«;©DìyÞ]¡’I¤"¤õZZ›;µÞx7¸V- û“c>,z‚•ó©VxJ+šì­m-mm­míˆ6œ¶ÖVDk Ê|ÂÑ´^·ÖÓj4Ý/Ÿ_§Z/,,ÌßßÿòåËgÏž=yòä‰'пW®\ÉËË“H$:¥Âûw2^~Y¼ðCÙÞ=ßxcX›4êóK¥ßHI.Ìή,)©*-­*+Ë¿q#;-F¡”æef¢R‹rr2““rÙÄpu¤qû@.+‹Dµ5œÚšnm šr™L£Vwƒ´¥ª ®ãˆqwÿIä Åòí'¿øyf.¹W<‡}þÉ'K.d¯\Iûç?+Þy§ôÏ.ž3'ý³ÏÜC©`:`tçW·Öóó¿^à*ósn=øï¡ ¸D, ü×Ü\¯‹A!˼‰ õºñ2)©ó ÿ yÈKÅ”/œu²«SR TðLÐzƒÕzãGgü"@½ææ.•×ÞÖ~³ýæ­›ÄeßBܺyóf{{{Êl{Ü ´“Á@kZ›­T(ÐN‹"u õõ ˆüwvu(%¡ (:®¦ÑÆÖ ºzõêùóçÝÜÜœÝQðpOJJb±Xº:-+?×yÚ´Š¯¾ -úôʧŸNìg3è…99´ŠŠŒää´„¥¬ ——•¦'&2©Ô¬´4™‘”Tœ—W”›[M™°b‡F£"'W)•LM“‰Ãb²õ WGZ¯²¢®À„ßÕW÷½÷%¬Y7{6g™ó½÷jÿò륗(3fäc’{‘³g£T°0ºtk½ÔßÜ/>o¹r¥>0 ç¸Í…3nOŸ*¼âÝRMkõôÌþtN~txk[ëÓzHî±s¿RñóJÞÐØy_#¡¾Zïy†ó„£-¡õ vôZ‘¦CÊN/ônwèR|Hú!ˆ2[Ù­×¥õèÈtzµ\&EpkkiT ú×èŸ(Z)Œ£§Úºµ^HHˆ——’{‡Z·~ݹóçÊÈ¥©X¡”‹Ä}{/|ø¡ç?>¥&ÄOìgÌò²n‹ŠÒ“’ 9ú35>i=¤òÐø¦%&V•–"•‡¿…R!G‘åÅÅÙéiÕù© Rsµ -µ ñA¢¾®N¥–“Ép•€gÌ&6W^}µxî\ÆìÙü7^—¿ø¢äÉ'Ù“'—aXÞÌ™Ysç^~õU00Fžá”+¥A~P»reëåËšÊr]ÿ‘!¿ÕË‹³dIÐG¢…ßÄÓzÄÛ¡EœÔ¢™¡ ¯ôoZÑé¢'Q ŠG©à™ õÌÔzÝÏ5µ67# Æ8¶Ç­îÜéè÷'þèf;±»§Or¢.9vPeÐå$ß”JEUU¥L&AP©UšB©ª¬,'@Š ªª‚HEÙݨTÊxé]·Ö  :sæÌê5«;’”œPÍ Öp9<~-‚]ÃtrvÀ·0‡¿I£>¿ònd’‹ 3R’ÅB€ÇMON*/.ÊJKU)¹™e…7RSj8l©X„’È()5u¢:eeEccƒZ­b2,ƒ¥ÿuâýœø–v}J---«Ä8bÜݿƓ'SæÍ£L›Æ1C1}ºìá‡9VŽa9þ…žL*áqk«iÔÒ’’Ü${2éÍ&u09æmtŒbèÕ4”*¹ZoZßš×\Ó}0–A Tï+^•åwÌ ,6ÓÍÍE>Î/C‚B.CZ©¹¢¢BBÍq8l$÷ ÷õÐc±˜D*ʆ„!…R‰ Ž‹þôË‚¼¼¼sçκy¸$¥Äeå¤å•æ—”àê)(,ÉûmûÖ‘Ñz£>¿ÄBAFrÒz%Åä¢B$ô¬ãó¸h*¡a½‘’‚ä^YaJ--ÈGILz5JšþO&—vÿ¾ž)ŠŠ àB1ÜZÝŒúÈ:£‘ãb~GÖ¬Žž=›Š$RQ¶ªªJ*…‚ ŽýÞ!…òÍ·_‡$$Ǥf$ff§ÞÈIÏÊEdd÷ůY·êyÆ ¹=›ÉÈNOKMÄ_À’›uƒÉ £%nÈh%ùHñ¡ÔÌ””rr[‹n7s‹³šZZZRZZ\RBPT\Œ(,*"((,,@÷ ‘‘{»víDž†Ø½k×½ =x†ó÷MجsO>™ñÙgÅsæäΜ™ýÈ#93gΙ“¦'J£8¿d‹ŒŠ@rÏ餽™ ¡‡ŠŒw­Gܯr™PÀg1™HÖ¡;T^ºgžïèß’âb*¥ É@±Hˆnܰ ­7ŸáD³ ²¢¼ë7³Ì¥¢œ,ƒ}=½õÐ5‘Ÿ——•uã® lDþñ²¯çãsuñÒEK,~]ºlñ²KÀÏïúƒvUAS@&• ¡ì@ëm”„2 ƒ‰ýQ!êÝÀÀUb$åÞSúpÏB¸gè1$$ë"gÏΜ;·`Þ¼Œ¹s‰ß×Cñ``ÔŸáDª­œ\6(P‘‰±ÌC7hüŽŒnÉHÔ øâBÇ9`ÏþÏ5‡«kcIë[ó†ã)5dׂ…GÒ„}Ž`Œ1.çÀü_È9n;6Ï€û ókQŠ®nüàO}çM‘€5€Ñ×zrÙ8F”{ø 쉅¼>ÇCŽŒKŽ÷÷O®–uÇRw½9uæ÷^4‰l|ÛÐRVQ´dJ¥Xf*XÈ¢ÒÙhM1Nzd8dý´ ð@qw‡Ó—3oCr÷q©Ó»ØC_úÖ c^ìʧ±™Ëb£{Ã2¿ýà}Svˆ2òKyR°<0cZëÉè—ç`Ø‹K|ªDÊ+ßê¯Ø”oj'žÖã'oš…½°!IØsê‚S >üü÷Höð® …´x߀^„&R¤#qƒ®­LI/“¶´êÔ&ÖÆy¾Ñ¹\F1’óBÁ/ 8¼øÓ?Ïx÷åÇÿøñ‚}Wrù挂áõÐþ1ã@žpEiÉQA¡¸cøGFÇf—0$”TB ÜÕá ‡‚¶t&†=³œÄ‘ÞÓ ènw!¹ª ªC­ÇOÚøBWÁºaÝ_ûGí> -’ÚôSk?õ ý‚ó¡¯ü}‘}6o,쌜;Ýïµ­7¤ZO|òѽçègñ»{“j¤‘]Z¯æÞê¼D¹‡ôúŽÛçxÈéº F¬k©HëEò¥=‘JmkG›V9gW(ë[ÚÛ›4ÆÏ¥×z¤bU{³Z9R‘sâ÷}0Ã^øríQ¯ËÞV¾zÃ&½µ-’)½¿µ!¾WĬ’8ÿ€àäìRf OÈc3È9y’††‘މf˜hˆÊœ?™2iú£Ø”OÝÉÒ1{ãT%]Z£¿#[¿9å-›ñèÚÙüö»‹0` Ãwþt ›õÝ.×ËþþW.ØïZ½Ù«\ ×0Â8ÐzÏ~öÑtì©ù—*ÅÆ´ž¤:Ææ—ŸG+sì±?}¶Æ=½VfìzÎ ü÷l¶}‰DΉøi:öôò8^çYj#™½ü{_ « ?ôÃ;OMÒ×öå¶«%¢µžÑü½'#ùܯM×ïM~öƒÅΙµ]¢UB;¾øãÁ“{ežG‰Xßæîðêž"qÑñ·±©ÿ ºKg¥ÔÀŸýå¹i“ô§¾8gÝÅá`µ^\uãÍæ:­F«éB­PÈôœØØ°b³/,<&·²VÖ9:Bf~B|‘ä—ËÂãe|fQr|¨>sd\…+ïÊÌ)IK ÷×gˆŠŠÍ©âãI2nÉ7,…*Á³‰¹äŒÄp?ÞžÈ7ixI1šÁÈUÅÄ}g€;…ÑK“!Ââ«Ûæ¾òžúä_>~çñ.­'g‡-zï×0¶¢OSñsýãç'Î5ýÍ8øõÿ^Æ+˜ôä;?9ft6‰¼ùË7_xœ8ïŒ7þµõbOÖuR“·¼¾—GùFµû,0”ðãW?‹V‚þL#© 9>i^6SÖkôsT³Ö÷wméõi¹éùe´m&MwOóÔèõ ­gTë½2'n×[MùØ*KÐWëñ2ö½= ›ùÕ®Ó~AW×½?{l®{©d Õ¸”éûí£ØŸvfôgá%mx{vU.ýj“w¼ŽM~k…S@,É÷øOhÁÿ¦e¶À´Ö3‘¿W/¤¼Üë—®‡ÅÆEûÙÿú †½¾¸‡ò2¼3 ›ñÅÖ“>ÁÁ~O]Îãm~jáù¤ÌŒ™™…4¼×=ÈtgõÙ°w~¿êfÿ731쯖9ÂAj=Z}kJ†Ö¤8 ƒ¥iHl1W,–Šj¨™!!Ñ"¹²'©¨F,•KbMëÍ&EM^xH`dµV&2s#BHúÌ’Ú¨€À”*_"•ò*Ò‚|ãË:%QIø q[«F^[àŸ_-V(U_ÖØÖ¤&žáŒÌ©U#ªÕ6´ÜºÕ $›yÞ~-4˵Q¿>‰Mùâµ÷žŒæý¯G°ió9ƒÔz½´Œ)/"Æô­mB"£‚¯ùg0Gáú ¡ßõ Mf·tÜnÑ*z§Jj "C‚Ò‹é1Ÿ]˜AÙŠEZ/È7‰ÑÐ^¯ìv§‘H*äP³Q ™Ta—ª2ko6à–â½Y`€n8¼rlvJ¤¬ O>2ǽ\,ÊÚûöä¢Pññ—(ïè›ØÃoo<‘”’âå]%1ixI1žÁÈUÅÄ}g€;…‘J ïŬèµ/bØsßí;âwáÈâ·&wk=Ãý>ƒ«_ç¹¶{…FDø:.{ _!ÎÝîêtÍvªëµ=™†Mºìã±ÞŸ0ìñŸ)“˜sË3¸<ÊÌ7¨Ýg¡DRæüÉCØôoÒÙ’ÞIwA3}ònÙœe½f¡£šµn¼¯kKÿ)i|~iÛÝPóÔøõ ˜ÀZi‡{@Zk½÷\*Ä‚bç/Ã^ÛÃ’ óp­÷µ ’$LßÿNÞ[]Kä—Tzþk*6kS*Oªà%á«ñõ‰"‰ _KP)Úå¯ÁÞ8˜#Bñü´íÄf.â¢xú5$ß¶ÉEXAóÿ€½†&¯0çÐëHß…£< ƒc“ùMv‡vù³‡°¿Ÿ¯–v¶üù5¤Zà }ÚŒv^4î¬A6”$«ðø;†½ë€wÖëú7S±7ç ô7¯ŠsŸwö¾Ù¢2÷LÁ^Þ–ÎÄ-opFµû,0´ʼ׼÷†=üâ§‹x&Sˆ{¨ù#h¦OšÌfÎ,ë稦îøCxm19%{Ï/#m3Æ™7O_¯€Ñ`œh=䨕×<…½°<´*§[ë Ó~ÿ#öèY]EDå.ïaØîåâVãRÚµoÅþr8_(eîz{z9‰£Àkûíå~½˜±(’kBë™Ìß«|òõÝóþ6ëñ‡0lÊø—ˆõÝé×ò»k½:ÛgrcV<½ü[špPZ/ºX¨PªTÚ–Û7•Ò^KSüòBG2-¦\ÝZ¯è›„î}ìì耾ïx‰Ì“5‹òHY¢öÛÍj¢’¬ߏоZO)©)O  LLÏ® s;/}„ƒLjþy[ë}ršƒ¤Äþ] yGn?­—oó†½iU4¤ZϤ ­”E‡FªO²9)À?[Ü5¦2 ²uH@|m}ƒFzw­×5"aYtH@·ñÿÙ;°(Ž6ŽVì]{oI,ILLbSM³GS>S4&–5–hÔØ»X(ÒAz”Þë5ŽÞáŽ;à8ŽŽovðÊîqTAß}~Ïy7óÎ;3ï”Ý¿»wT”d´ç >çh»)›%LïŠ]Ú^Äs{ŽÚHž_мdóOûk¼r:мhÌ »ðÑP„ÌþrÛeר¼ÂBÚDÙ­€Ò€BæPŸwT)Tj¥üûÛÇ#Í/Ó‹Z«õòý~×F£~öÎ"-3ÜVFÓö‡æ+_p$`×h‘›×‚S^‹‚ðÜγ@lѹ “£¿.›Ü iL^{=:·#¨æœ¤5Sg•)MTº3~{î-*´žÌú¢j›ú+N½uJ¹_/®Ö6>Ø2 “LH­Çà S7ŽEÿùoÛ4Bëá³L±j4—;¤5‘αùW[ÈsPnSJãúj¦³2fDV¶÷¯£‘ö6¿¬°®V, ª“ÑzŠN„a^ #ÐÍÙÎÚ#_X(䧆5 ‡¢†Y¡n½O«ó,Õ"Ãyå Ôg™)qûU&]@þwÜ€¯Ò‰ó ýì’ åUJ¡E cú\(à8Y»øgW_Êe:Å.”CKŽ)¡t°œñʬª+¤Eܲv*j2­§4vü¼8w¬²«ëJ3ÛuŸo„´Ý”Èd Ò»d—v#‡ê²MÞ߸•Ÿ\Üúñ¤ži¯3eÐ$*lÊJ» ÝyGÕ™By³’AzöùÂ!½q]Äž#µ^ºâz‘ñ/_éaäF¯,Ò2óöú!hÊÞ<¥&5^Cê²x-8å Z„çvž:޼„_ A=—è2²ÕA5ç$™Z«Li¢ÒñÛyo¡\’òë‹¢m-Xqê­Sº]ètº‘Ö×L[&"Dü' ©õ)7ñå·Ö/w²¤ö|¶ÉÇšx'´[Aô™yHãÍk,¾²Ö+fzl…&m½ò«vé‚ ¤óäc*#¾wI—¿ÈoÐw+]²äßÓÚËnóA/4ûxdù1Íñó¾Òî’Ì–õ&žáÌ”µÏ ø{2²Ö5‹jªìl;i½‡å%ŠC@£õª(´ž0ŸyßÁúvTa•¤D:î q£€ágoí_\UÚœÖ#””– 9žø²9MTZ\˜åfí&¨£×ztõ–³[uÍœîñÓh„¦þé™úL¶¦ßÛ5¡‘?¸¦‰*f—ìX(¨R í,ê ZOŸèèdçÎä+žAØþXƒ *¥cZ˜Ëñ±ur=~H(;ÖN>•Íj½ÂÜD_;'×H\JÂkßA|Þ ë¦lV~×ì2ÐNdÞþßH¤½Ñ䮟¯_w®.Œ´~½›-k™q_5Í;—OH½È(í*tçUg åÍJöºÈ³ÏÈ·©ŽÓzüDóOû!­M>9-9åQµŸ6Ïí< t …lÝ×·Í/Wíl£ÖSk•)MTu®ÛooQµ¾(Ú¦þäWs6³Ë/œÖ+ä·>×d1ÖzM)i^¿O$~3è#› "%Ó¸õé>}Gg+-¯÷C}ß»U@då†ý;¡¡ìºjíèèhøçl<ÏNGóœçížL´²çëcódœãÄÁïl9kîè|ËæÆ¹FÑy|!q o"Úßëû%Ⱦ§³—éBAоéMZÆö^”.Ç_ïÙÐ~š÷V\vØÒío::;Yêé:&ð“m—÷GýßÞsÃÞÙJOÇ2ª ?’\_öÍtVÎŒ/Ìò"ÎA[}óÔ u.Ç‹ø› ÙùiÜÄ)I©|ÜÎÌÆËNQ¶,Hn¼¯W\¤E—êêdçÏÅ 1Œ>á?™øQ×p&'5™Ã‰ô½mGj½Š"Y'‚V|,#%%%#…ßÑÉÁ/¯¦®¼(/ÉÏÎÉÉ—“–œÊ‰g²3ê×Ka©…IN›§"¤1éó?Ï™Ú9:˜]Øõå”XþýêÌkˆíì’ å¥H¡™E cúœärÂÝ­ñ؆G³Ø¬$6ƒÆåæg„»9Ù9dzS¸,fˆ‡‹íýäò'O°ôáe?Åã”ÀNæ&&3C¼ìH­'JGÄÉÅ—AÌ163äÎ-;vYªñyF ¾›…²Ýé¢]Ú…4ûƒÐÄ]rd3œ× ACÖ8¥Ä[>kä|箯‡Õé£Pï¥&œÊDÙ­€Ú@iWÉ¢;ï¨8S(oMrÝɼ¿orýýrÚÌÁù–õ… cH­§ÐkYÿòuå=ØN\0{f’–·¿%/˜sÌðþ÷ûYGÇ›:¼5õ\x,´ E§<ªöÓ¡γ…I6ßj¡¡Ÿè2òißÊh_òü¬Z¹å¿«Ä)ÚÎäÜŽ†#4|½cŠ@íT='›5+Pg•QLÔæ¯›ƒ§zoQ^’Ôë‹â£™ÐµtRïW0{ŸÝLëáK¯T×_Ç4i=<Ùn‡W¼:²'ñ“®ãÿï¢o:¯Ñ87ÊtË;ãúJ›ÓoÔ´%[ì9…~x±Ä8 Xn™Ì—©1á|hÅk£É_ˆEÇ/ùË'§¤ºízG«÷ÀO¬ÒäÞÓÙËv!#DçÇ7Æô‘6¢÷`­yß[5è…<†Ë¡†–£Þ#ýy7/ßæGäOû¾ú«sZžüb¤ël»h=ůy¥Š‹[¦õ°.ÎÉHòs•þm{{ùâÒ.˜•éëéHxv÷¸íagíÍVÒzia¾n?Sï~/&³üÉÓZ‰/ÈfFx;‘éŽ÷ÂÒKKrÔ­·°õ×Ì…©>W7½?Cú§Ôñ)dÞç;ôý3x26t³K~,”O‘B=‹º†Ö#V\AVJ\@ÓÐÜrõŠIWˆŠù¹Œ`?Wéß ˆà ëž>­Ã‚Ž˜öYÜép;ÙÙÝö¸ǯy¦õ\ïÞ¿Mzsvaä×<­'¿Ê×þƒøÜ" ¢› «¦«vh;æk¢IæÊ§§;¯‚únÉðÝûÞ¸~ÒícÐÔ¶[ÄàK£?ŠDÙ­€Ú@yŸáÑœwTž)(¶&Ù–$zž\ÿÆX©Ocæ|²ß7·½´Þ¨E Çk’ß\š³â°kRÓ_ÍS^‹‚ÐçY¬éÖi¡!_—ê;Ê÷°"Ú—ìÀ+¿}ðÃËaG'09©©)iÜ„h_G'¯”ò§˄ݠñy±f¿¾Ú¡£æ,ýöøƒ,Í6ÀÏŒk¼c%„ny’¼†L‡P@—]_°N»9¤õø<à%&/5ÄÃÃIúDŸím/v^ÕÓú:‰°»´¿ —qÏFçð߇m˜y0šm€—Ñ ‚jJ„ÐMò"ˆkÈÏìÒ!Ðe׬Ónh= S(,­”y<óauEI!„å¥DPþ¨þé‹/‚^’nZ´h= h½B>è4:Iëñ €N´h=Ðz õ¤þÃB€N£s´´Ž’â¢B^A^vvNVf«ÉËÉæ7þ·AqQ‘@ àñÚòŸ$>¯HXر>è¶<ˆ`o;ëôÕ_Æ@»³b·)Ž-Ž0L35­tM¡—Ÿ—ff|ãü™“­ãâ¹Ó¸xtD¸¸´T*Ê„…¼øØë›æ×¯\nºWu¬,Ìb"#°«Žò @·å~8ë»CÖºnL—ð|·H>о¸„è¹ã[yø…Ãd­tS y¼ÈðPýk:îÇFFÆE·†ø˜¨ÐÀýëW¸‰ìÊŠŠ" >6ÚÔÈ =-åÑ£GO[uÔÕÕ¥¦$™a V$(ìŸ0úÐ}ÙzÖù¢C‚u@¾•ÐAàÿqÆ&h= ›’—“efr#(àAlt#>†Åˆk5áá!榆ëjükKóŒÔÔ§m>ÒRS¬,Íòs³;Â'e@’¹œ;î·lošwYì­-q q;»~S!Ðe#„:踮Úc¢ç•ep7è8t=³pœ_¶uÔ´‚@ëÝœ¬Ì‹çNGG†3⢙ IV«Id1±«Gò t¯ê´úî›Ü¸ÚZ½kWr2Ó;Â'¥Ð»ådŸ•QQ.©ªªìšà¶áº:Ù;ÛÛtñ¦B4 ËFt "Ðq\ó·ña}ÏCº@‡‚ãü²­£ÆäÐ"¹ZèšZïü™“1‘áÌøX.›)ý?ÀVƒ]IµÞõ+—±ªzÒv••‘Ö>•£qÇÍ…Ëaò º>¸î.NÝ¢© è2„B‚tßî3~ GÇ8Î/í ÂW† õ€Cë1âbYŒ¤Dv[P_ë%%s/éœÇ¯í¨õÂ#®é^Á¯­ÖzvVy9¼‚¼®O~^nm·h*Dº a„P@§ Á÷ŒŸ<†£Ãç—yÖ£ 8+ðê®­§ƒx*lx±v×]“…ä{a’óž•«ðTØ©õ¢#Ââ¢9Ì.‡…aÄÇ:9Ûé\½xþâJp–£“6“Ú7¡¦ÖKNN20ÔËÏÏůø}{i=,ôðrÀ¯­Öz¶7Í òs» Ý«µ è2„B‚´/c%òŽ>pœ_æÔÍ´/`÷ì¾#¾4£PÅyÌ{öv÷S‹Ú¢  _A=Þ·ÍÆïóïþ4øŸwŒAq†÷¿K !Ÿê&ð‰~ÄáéhÐj÷<6¨LÛ£ËÝ_ëÅÇF³ñ‰l&ÆÁÑ.'7»^å °™Ô¾ Y­‡%åÿ%%q±Ä«¬¬Àø¿Ç)*þ7IVëÑù”M÷õšý*Z/?/§»Ð½Z Ñ€.C!Ð)ˆ@ûòË¿R­÷èPpœ_æÔEµ^qªùÛÍ=/OçÇ\Y½èÝ·3‹iÚYpÿ±hÌ?^{i½¿ßÇÈ;0®½;hä²C·“ô^Yë)ÛtíÒån®õ¢ÂCãc¢X ñ£sõÂã'‹J|A%8 `3©}Íj½&¡WWW'‹ðk³rO}­§þ¡BëååfwºWk!Ðe#„:h_~;bòøáÇuu@‡‚ãü2¯ n¦õ:GøÈj½Âèã³ûÌ9#xfPÄKæäÊÞX¤¸¯§dZ¯ƒµ^\L$3>ÏRÌù‹gž>}ÊIar’R’ÒØ‚"ž¤\Œ_ñ{œ… °™Ô¾ ÕZOVèeçdš™á×få^'ß×ËÍÉê.t¯ÖB4 ËFt "оlýÏ„zµµHYÔ¹š#WØæUÕvlEÏ‹šÒô`w·0^5½ Žó˼‚º™ÖÄ™‹ú.wÎ!lrïo|sLÂQßÑoüå[Ð(|šŽ)ûBøD)®Û¿ßÌ®SúMzÇ;rüø›;>œÜ(5tÆó4j½’,×oç¯wÍjl•+­GiS”ìøû;ÓGÐ 6xöŠƒ®kQ¡Æ°ykÎ剚)þîŒÑý¥ÅûŽ{{³q _FëÉu™22²Ï—¦9¬×BC?5à^­Ɉe1â1R­÷øÉcÙ‡6s/†Ÿžˆ_ñ{œ%ÕzRû&´žìÃÞ\n¢¬ÐÓ3¸îwß¿ÊÊ=l£ü”¸‚ÖkJÏÍͱ´2·µ³NOO“¦4}_Oú15-Ũ䆶¤ôI©õr²3» Ý«µ- ‹å}~릣^)Ï7)¦lb3`tîhf2ïœÝºåĽT#̨—¹SÑV;¾úz¿gJwŒ@'®â?Z¯¶¶FŽží;ŠÌ=–Ý*˜©Iy¢Á·o¼¿×·°¦UÅ»>âð?µÑØíabzç.½^Ô?_·üÌÞ­µ^aÔÑÙ¨çÜßõnû=ðq13õä …ÏðÕ†÷ƒƒC‚CbSx%%¹vMG½æl¼èàíe{fÍ„f ãÉW—ygÓ8„F~ÀÀÑÅÎðè†9½š´ž,4®ä´ Ùr4o—Ù-wwÛó?NŽòá_W¬­N®ÒFhªT–6Sü/'—[öú>ŽÐ¬Cá<U—ù”‘QÒzC>Ñg¿HZ/*"!.†™‡‘j=¾ €W˜/¥¦¶:ôøh1Ë¿â÷8Kªõ¤öMÐi½´´T]ý« B/;ãš®'‘Óñ+~S¤rÛ¤¤$«©õnZ[dgg–Iĸ”Ô[Xx(zøUê§—–ŠXl†™…‰úZ/;+£Èä„Ý25»›Ñ”’|gûŒ¾Ã>ÓIÏhŸ*²2Ú­µ]ôàsQwLØÏ/™ §½‹û£ÁË.„¤ÀèÔÑL<: õýÄ’ÓY-|a×Q7 E¬ŽÎè”ò2oGR}÷NE¿±åv~”û¥NOe±u«¸UñÜuÒ„PzÕÕrTZoâ–›Þ¾~¾ Äñ*Ì)¢0Bëm -¥·ÁqîÛÕ^¡x¾¦ŸH­;³wk­Wàóëh4tµ]j±ÊKÒ¬?ÓDs›ÂÌr^9M=Z(Sª$ÕbY4n[ãý/Ùg8eÍè\Éh=ZÙ;’%Å™¶ŸôE3ŽD’b­(ñÆ›Í×áÕ-^œ¨·¡WÏ'©ºL™úΈÐà˜¨ð„ØhF|,FùÎò IðÑaUÙ𫤼 O¼ —ÎJí› Ózæ–¦ùù¹XÐee¥_Ò¹Àf³š²ð{œ‚Óñn–žr]漢Z[&§p¥"Qçê%Ÿ8E*-¹\6®]}­—•™NG&ÓjÝ0„F¬w`¥©0#àºýª…´~rMjJIypæ«×ÞþÝ–‘‘ÞLYµ¡kmfRÅ5oM܃Ø$z ›ºxíagFz»ÕÛᤑêÀ˜ÕÆhdÄ꽡ô_»ê¸M >÷ÖÀK÷ØE§´² ÏkH»IÜXd¦ÖÀ†ÇÛæ¬9rõèK&ö'o{eý\k³Å©k, Ý¡ýl˜z0V\¥7çŽZGmÜ+”Ï×t©µgöîý '/òâ'x‘˜óÕŽ+·xÅÔZ´s‚R½C¾õýÍL~àŸæ—.Ù"•ZÖ•ŒÖ£µ‘k|ÿ­ÚhÔ¯>y¤ç5ƒÑ´"øêå{o&ì äS~_22/´Ö ˆ ŽŽÅŠCù '¡õ²üðkø™‰1×Þ?=ÑñÜJ©}²Z¯®®¶ªªRŠžÁõè˜HnçÜ…Óqñ±8%8$èšîüŠßãœÎá0±‘±AS))²ZOÖ'‹ÅÀ¥ðÅ tXxJ=ãWü§àtœKxNdQú¤Ôz™é©4$ŸXØKc&êõæY|©•š©Žë/ÄVs‹«Ú¬mP¶6ƒéú÷Â>xÖ/\»óÔÝ×ÎÜüÍ—:s:²%íLJàñ9ørÔÙÆh¤Eëâ«Üqß_µ²±·kÀÙ;&­yo)ÜÈPvJºð¼&€´Ëø´;g‡3¥!1ÙÔz&¬n1š)ˆ«ÄÍ;­µJaäDºÛX[YZ[™[= ¡9{ -Éö¾ñIÖŒ”èK ȯ@¬°ŒKy–žè±c ‘<ý€ojÓøÎú7(¥…EÔ[´3Jûû+V6v7tOíZÿÆ„z¿ò‡M|j÷ØOTuÊÚÞÑÎÂøü®•3zâ°îòdu¡ežtïï)XëYs:æL¡ê¤¦Ü¯–ö´u«¸Uñüç¬TëUÊQ™Gh½¹gY¢²r‰I•4KÂÁ ½ò÷ÍÛwîÜ29üžÏ³Æ—VWUðœ¿è‡&ï‘NŠC¶E£77Ñüê¶ ©øÜ]wîùx8¸Fñ*«Š£þ§F|rÀèÖmûk,ÒDý?¾‘T®ª.•YUÂн3P¯¹¿\u}àç|qýD¼ 5Ùkíy×ÛùÊÏÓ‰ËÛÿÖsô¸ípní8¼äF‹›/NUcIÖzÿ5‰ŽŠ‰Žf爪âYU‰ãÜQë¨Í›§âùšv"µòÌÞ½µùçâÝ.oÿdío-¸*­øçxÔsÉ%Ÿˆð°FÂc¹y%Š"NóKçæ´+Y­Gg£ õˆGþ|Oªõr=7 ESö‡óÕ-.Ê÷Ù<ÛîϧûmåȼÐZ/4È?"4(*<4:2 #û §¤¼,óÁ™°Ó±Ê«Hõ ^3‰»{åé>Áÿ=5.Âf§´QPFëÕÖÖVVVHIIIÂrïü…³ ŒiÊ5]ò»u:ÒX¸éè^½~[6•’"«õd}bbc£Ož>ž‘™FʽòÓgOÞruÁ¯ø=NÁé8Û(8lòI©õ2ÒR¨a»nÖÖ˜ø‡Éª¡hž™¬ä(§W-~Á³ß„ÏÏù§°o᭦阸Ã3)ùþá™øÜgÆl(épð›×Fõ"JŒ_üãÙÛ¬T2=%Üì§ÅÓFõkøbéØ7þ§ãÇ¥iUk™î[Æ#¤õ­IxªrU•¾9uT÷YÍX¾ëØ_«i“_†2û룞Ì䘥qC..Ÿ<ˆ¼©ØsÄ««ŽË§ïZâýÍïß¿EC¦ÎŸÝõXbÈhhv˜ÕžÏg%¿;~Éf}ÿ$5£‘¥û:B3&+'ůކ~s#<ðªûé`)¿»IÛIWÍ(Þè’(5H0ù°7>§ú‘^@Úå‘‹çBC¿Ð —v<É÷Özï3Ûe¤2î]¿pto²}#üîÌQn[[F“ 1þ8M²ü¬/÷ÛÄ4Œ ÍÔ¢kR«gNß]“QÏwLâ›Râ­¾ˆ†¯wfI?&G_]ÜÍ;ÄÍH‰°øuÉŒÑýnNyo“Ž7'µ©SͶ„ãCÔ5rdO4cWrC"7Bç½~h°¶&õ£S¢â”nE‘fPk¥Ä8lÆbrøÚ›1éªgå¸P&*®ªp¥DÙnÿpŽ9«Pïé›\Õ™Šêu*-ìü›=Ȉ)×¢¢ƒÊË\…1å¢Âž{—Ðz_Y±UĤÕP}RSî—rŠr dQÅ*nѶ©Fÿ=oZW[SUU!Ge®µâ÷õæœ%îbUTI8áæ. -+2ŒðÅòk:\IUEe®í§}ÑŒcñbœ% ÿ{±ÑG¨PD¾8¦’çòõ¤õ›¯PšR‘qóM4îϰUu©jF¾ãò~hÞ9V™Ôa¡ûšhúá±|žóçšhæq†ˆ¬4Ýô-„ꦕ«[\®1%Á;ˆg8ƒJÂ(ŽsG­#›§êiF·.¨f›VP÷Öz ðbN½ŠÕþEF¡ˆ²o2²îvžüó™#t˦¿½U’nƒçÜÈÿ5ÚÐ=ÃIçªAë¹å©°QOë©Y\Në)u™:2/¶Ö ô Œ ‰ŠÅÈ>Ã)©( 9>º(ZÐwIŽøµ¦0¿Vç…â×¢¨ë¡Çµ¤¥ˆ‚²Z¯¦¦¢\BGPpÀÕë:øU…9­§ä3**â¿cG22R¥rïò•‹ B/#§ã\>)µ^zj2Iqf_ éóúÙ D®×v<_VXĤ5d1<ÿš¥¿½é¸¹™ñåSº>Œt–ËÏZhèW]ïÜö¼ãq?‚•–äGlP™2È"wþœ©†½·í¬±™Þñ_é‹4ß=㟂³H34ë·«fæ–Fçw¾? ¡i»½Ù”­¢h-ÃzÕ`ÔóÍóÉÊöÍVºåšÅM+ãë&Wúïn9i`njpð‹1MÞîÁUß,5‰}×àê KGã#+& 4åÏ;\Õ]K‰±û;¹ìÏ ¦æ†—÷®œÙ«ƒ „·×ß§ ž3Ö3v°»qøkm„¦ïöb©”ÈëøL4ã€;1%©†QKŽ4[= ýÚ(‚~õãÁ=¦mwKHWUí(ÞèÌ‘úŒ7Æ-³< Bú¼&€´ËóŽßsÜ:³Gïû=‰¶q}¤ZÑÓ Égï ÔsÖOç¬]n9›_¹j𢨆¶¦´ƒÿrôª¹¹þ©ŸõG=_ûçnýÔ¢iRfNl©Ö‹{¶Ä¼ßMØvGê'Þvå`4q›7çÙÀ阘™œùë³ñõÿð|€Ú-a8­Ž&oÕÛ>Mcðr“è$"‘åºe<¹îÊÉ…}–™0šÆwæ¡€¤¡\êϨ†H‹5þ|Ò\f§rFQŽ õ`É­špI#Ã#Âþ'==K¼'OžàWü§àtÕ>)µ^R"›¶ÿ¹7ûúT?’ÃNbùŸß³ï’ó!l"‹¡÷Q?4jƒU¬¬}¼ÃÆÑhôö M)¬»g ¾ËŒb‹Œ\³¡;àò»}‘ÖF—x93œ•p Ÿ3fÿëáj•rk9~‡ñ:œ¸Ý¥d¬~¥QzKû¢)»=ã:>¡¹ÿ²Õ6“­—rõÍhÁ¹0Žª®qCuÞíÆüÔ.–ϑ٨ÇÛzÑ8+ìú}ÑÌý^liV”¾ÈœDÕAбã„\Y¤°eNÛ7Aš›n´v$¼dÕ{ÌØî,­š®:¦:£uŸæf"ë9M€†.ïûß[šhâ¯6\¦×Þi¨×Rƒ˜ö˜ vëqؾÐI¤\)mMùf$±ƒ¯} ‰FïO;µ(›Ô¦™Ó@¼×Ÿ“™%Û»ËïöASwÝ!ü$Üú}±Þ&A¹Ù,¿SoôBÚ¿¸Æ«Ù’c<{^9|ýÓ=fíód'2CuÞï×ó•Ã>¡¦÷E¯œb7ŽïŒ¾¬¡YêΨ†›öCßÿæbñÿ§CÕŒ¢êù#»:èÂ¥áÄæ§bsÚ{7>âïjpàs-¬L¾2 å*Õ¢jÉ(-sÆ”g Uλ&£_˜ÅÑÇ$ºÕPyR£Ø¾Tnh)*VqK¶Mu†ø¤ŽTë•ËQžCh½yç9ârÅ,1»Qò…[´Ðø¿BKˆ’×ÕƒÐÌÿâøÑû'#ímÁEJEŠW”“Úªß×î¼Æ*Ä©º Z¨ŸZ¦ª.ú¬’°]PÏw®ÄÅÆ4ËJVÈ!ëµÉ_HV*ðýa(šz(¶DÝâry¦õ”ÂÕŽsG­#úÍSõ4£Ý+”f›WP—ÖzòLjÿyçËþ6KÀ¥ã¥7FÑ ©Ëþ´JþÜJa‚É/ ȯ[j {m³kVq±¨0ÑõÈÊפw9ÑÀ ï쾟§T£0õî™ïÞÔ&N@ÇÎùôŠ¿XGíJ˜qgÏ»Z½~j—Eg£¦ÖS¯¸œÖSê2ן:2/ðïp<  Š ÆÈ>ÃYS[zltUnp’Õ75üØ2¦y­-fš×ðc2\~¬Î ÁZOZŠ((£õª««ÊÊÄtù_½®ƒ_UØH‘Õzt>CCƒ÷Ø›––R]]‰_ñ{œÒ¬OJ­Çå°”ayý=³ÇˆuV‘äGFèÕ÷ûiÌ>x7LpÙ4õýÈ0B®Hœ=±Õü`ß”Âôþ‡Ø  £)Š0ü¿{ÒŸ!kFdÅ_œ×Þäœ@Õ*åÖ²}ÍFhÒw¦’±ú•&8mÔB#6ØE“f‘–_Ä{â–ºfœØº¿2G«„zˆWÑÜ£,–Š®%8ÿ¢ú~lÜØ6&©ÞÒ"šý«¶Ò¾7èkóX5¢Áeë,"þ麵­ƒ‰ƒ[H<³)†ß ÃîÆntŒmŠuuaêŒr¤yÑrýü&@C—¥gù__>^cxûo¬õÞÓn—içqä½!õŸññÏÇÍ}âÙJ3­£©ãþa<©_=À ZTMjÓÌi ÎSªõ"å"|‹ài»¼XlŸƒ³5}e¡ªÙ µZÂ8÷ŽÒµ(NìíS4†¯¾â¾{zá+M¢ØÑvx`a•Ð8¾3öû2[X„v¨7£¤56%²|ŽÎÁZo‡g‚ÊE9U(åVM¸#ÜüTl¦S²ÇÐy«ÿsŠVÞ¦T/¥e®Â˜òL¡ÊyÂí¿H­«"&­Ž€Ê“Åö¥rC£HQ±Š[´mªÑÁ³W±Ö«Æ2MŽòlRëãˆ%ŠYb)yÜ ¥…þ¤ä )‘~øl¦ìÔß2¾ÇŒ#Ñ¥ÊEŠWH*ò¾è‡ÆlñJS$éÖŸ÷Ccÿ.RY}VEŽõÇ}ÐÈžürU-oÔz2·ÔzcKÔ-.ט’ˆƒSÐ Þ ¥p5‚ãÜQëˆ~óT=Íè×…òÂlë ê¢ZZ¦õî‡ù‡…b¹‡¹|å£GÒ³SSX¥e¢X½%¥l;QŒ^i”Ž8V_w£4VOyY~¶"Ó/世´FVëUUU‰Å¥t`¡‡§.~Ua#EVë©ð¸ûï]X<âWü^Ÿ4Z©Dô­Mc•Wß„?\f‚óÏøÊö#£p¹" []|S Ó‹Ü nDã".¿ÈI 6½¹'üd͈¬X›ïG¢1?;$P´ŠIÑÚ(ã/¢^o_e)«_)i9ü[Û(Ò,ÒjÅ`4q«GÛóËd©Öki@Ôåkväç¥ãqì´¾¾Ȥ˜i­M…pÏû ´S‹ªImš9 Ä’Zï푲‰Œ(£/¡ ÛÜ£ƒÎ.êÕÿ#Ãpe³‘^Ü&¨Õ†çþé¨ÿgÆ1xÔ‚.}пÏÜoé1s¯WÞ\7i£Ñ?:ÇÉOéVá4ƒš‹(1L÷“þ¨ïû×#UÏ(º©¢œ(»:èÂ¥áæ§b3ÂúׯÖÉÙå®8›vú©ì Ò2WaLy¦På<ÁÔz¦±ªNë" ò¤F±}©ÜÐ(RèWq˶M5:xáº)ùåŽr9$9VXëßdìîqÇ£ï°ìÒòŠRöyòö_j)½½µ3´¸¡lqÔ©ä7‚ß¼Æ-mð&[D¡80dÿlâŽ2s¿ã¬·íÍþHóƒkœÒr•u©È’ð¿¯4ä½í:¶·==],tÎÝd—()#´Þ¯„d>ß÷õbŠÕ-._cžË×ýQÿwX¸{8™ê9pD ñ,/Çqî¨uD¿yªžf´ëBya¶yuM­GgÒ Özþ¤Ö Çr/$ÐÊÚ"2*«¶§äQq#ñæŠÊ¬û–•(ò’(ü\IØQØéò$ç¼û‡ÃŒÖJKaä´^ee©¨„Ž€€XèáW6Rä´žJŸþþ~¿nþ ¿ªé“Rë%²ŠD™¯Ž´Ö]´s´wnÀòÔ²hÔ»'äò»½ñ[‹hÙ"qÎ[' A_™Æ4¥0<‰ êCƒ(6ƒz탾¸ˆeC.óÎRüù;ÇX93"+Æú;âRß>^¹UlEkYa–į­OüÕ*”#Ÿ¥~¥ñÎäE¾M$Y0âæ7ø"ÿÛqêšEé-鉦ïóŠ%ÓÃŒ?ìƒæñgªêš´mÃ×G±¤±º{x6yÃg…\z§7¶º1‹ªhé,Ä—©û|Êö ‘fߎÑÐZoäzé“AhÔZÓ°øDúê¨G™áuhÒXp"€I~Œ /Zz³žç », 8ÙÍ(«Ç!Ôa­§Õ.ÓàYuÑ^ÄάÃ>qÊ3­õ£©¦Ï©Å½ÐØŸœcé§U“Ú4sˆ¹³ƒÐzòé1¶µÐèï¯z»Ï€®G°(›põMX‡Xõzëô›6¶Æ2Žøiÿ#ñËý>¼Jô.Ök÷|Ño%?¥[Q„Ý‹ˆdùÓ$|%¹Â8„£zF53UdeW]¸"Ìn~*¶fgPªEU•–¹ cÊ=D•óxRë-7ŽQká´0*OjÛ—Ê "…~·lÛT£ƒ:z„Ö+/—È!ɾ¹Dùøë\Iy)‹”)µ‡Å'!âÆgѸߜ£eÓ#M¾„iÊa†Ùþ4_ù¼õË‘ëFÆÆ×NŸ6òe0ƒõ?ê‡ú-ú㼉îéc×¼<T$Q<ÒiËT„F¼¿íŒ‘Éõc?¾ª‰ú¼uÔ‹³äÌœhòRÿ'û8ÅVPµ–Á Ô]G<¬ ½tãÞ3W®\?l×÷+7‡1Õ­4޼È_gI:l¸ÈwU×,ÁøÆìø ¬lLö½Ö_?`¨îZ¤óïÓñ…êkþÑ146Ó;¼r¡Kf˜ q÷mÐÿ;tÅÈØLÿÜ¿û.ÜS/Ì ËøL4vÝC#SãFÌCìóïÇ QëŒ#˜ –ÿ… ÑëLð{Úê(G™sg× œ¸ä·ãºF†F~Å}À-L¢êç4¤]–¼!÷h"µ^‹ª¦_†ïõƒ‡Î›XÙ:ܼ~ð³¨÷[—ãå›Ñ¶Ñ$›fþzÑÈÄLÿô_ŸOÐ@ýß;yG•njQ7©-3§Rëé‡+¤ÇzíÕ£Çhàg!lÙfzcã¡KFF׎m\4õxu¯{‚š½Ž¾¹nسfú]Þ´jÃQ÷(27ÞïÈÔs Ñ éøÎØw/¡…E¨VA fÔ˜µ¸¸‰ÁÕ ÿþ±rÁP„zÏÝdÖ0Çhgå¸P–ìÜ£ —ÂÒ`©3UvJFÅô“­EÕ’Q^檌)÷z{†ß©×päWu dÐĤµhö¤¦Ô¯f64¥ÐѯbNK¶Í5:xÝÀ¬¶¶¦¢¼ èPpœ;j©Ø‡ôB“·¹D©ªŽj”Ù1ž—|cl_©gÍ“_ÿÑÀŸIÖþ|&€´ËsÜOx–È 3Ý0k=ÝUM7¾1,£)íðÀ‰K~¹â¯Ü¶¶Œfƒ^Ÿ4¼aþ œ´dãY×h†´wÔS‹¶I­ž9 DßÞNh=½0Å,VðµO 4lÕ͈ÆD2zhÄ+¯HgÃàéŸí2 n…f[nøI?4qÛ-Š`2ド_Æyåôƒ¸†ñ±ïn| ‹P¬5C|ãÓ¡MÅz™0ÿ“ÿYÜOµ¡™Q”ãB=X Óž2\ 6Lõ¦¢Še" £B–R-ª–Œò2g¨2¦ÞChíãBÍ7¿9²×€¥×ÃibÒʨqRSîW3šBèT¬â–l›þöÍwÐÀÐŒ¸¯'‘È¢â²YÁPçŽZG*6Ïx•ÓŒ~k¥X˜m[A õ€î®õ.ž;Hh=¿€û!XÓµ–°@ìJªõt¯ê ùEEÂ6‚è]»"Õzíî“Rë±ñÝ…îÕZˆtùÅ c¬Ûî齯orˆiJ‰»³_| 3 :èDŒŒÍêjj*$e@‡‚ãÜQƒØå7OÐz@w'/'ËÌ䆷g¿_°?qw¯Õ>075ª««ð ¬,ˆÿ²ª°Y ››9™éá“Rë1âP½•í; åÖvÍv>¯h¨àňR‹ºÜ]èü9Ü‚0ÆGøÙÛ¸8™žÞ0£Ï.ßy–ë±:¾\Ñ oï^wæülÑ–Ò]–Ì ¹LTŒNÛ‡µ{ÁÌÔ¬¶¶¶\Rt(8Îm™™ªìÛ¶yvÎZèÖðyÑ‘áׯ\¾ïãä_+%¾âw_ÿún"»¢¢¼HXajtƒÍdðy©´^Lw¡{µ¢]†0B( SöÅÆ´^g€ãü2¯ ÐzÀ @eEÅúÚG¶šººÚŠŠrYŸE‚ÂüÜìœÌô¬Œ´ÖËòòseEYGøTÐz qÑÝ…îÕZˆt¡€NAÚ½w õ:—yu)­gen€úPj½øØ¨îB÷j-Dº a„P@§ íÞ;Ðz£õ^æÔ¥´Þ1;.ê@§õè.€ë­(coméyÛ-5™Û™Zï?ÛDÔNëÕÃpÀÝç-ÖÑÀ£G\²]$}™ºüZèFZïÐMV{áf½LyéÉã2AÆewëÚÑs—Ã&-Pü´27÷¬•4…}9²¢¶þqZlÚq«Îl ç‚w¶•÷0mÀö´дÞAKf»pÂÒ'ÌvÈÃê”Êb‹G5¡ÖpŠ:ÿó×Ö?ÍKúW>ý¤¯¨²¾>;(ñP;µ°=±Jv˪Êädœx–È:ã+ȬyœÌý·ÓšaVU/IJ;ªªa@»ZèFZï f9méîhµ"Ôº?/ñP]yPu‘ÎãÚ$^âœâd½çª.~*¸ŠøÒÚRs;™t«T ‘,ŒMþ·Í-ì4ÙpOZubV ZïH÷ Q·´дÞsF«9bäxse¸Ãˆô°OËx7ªD·*…çJ¬•»<¬Œ¬,¾•½>Üa¸£å lIã„©_[ÿôaÅÓzA\ò¡ÆÄSAåë‹×—'¥&S΋‹ëÈ?MñäQ~zþUk%WóÄrAÕé°¨.+ J>Ò˜eÌ𲞠8¤OËDÓ81¿–HzX^ìÏý—´´àVU?y*ý+¥b¿ˆÂxAÝCâÓc~fþ5i½–Ü;¥õr3þ“ú§q¥n¥ò¡í©çF”(·’lÚ£:N÷ÐÍÔЪg³£„‘ü¯BÃ,8†Ñ¥ùUOÉê*"CSŽ6¦ËvóQeeDPÒ¿m˜ /  õ€n¤õö›%´š€›ÃwæÓ¶eì$¯-NÿNRðOuñŒ¤à 8ïŸ2¾®0ýï„;³n;fîIå„©Ÿò¨¾¬Ð:¡æiØÂ†L´L ,¯¯HÍv²å(iyøV¦ÝýtÏ4Ë‘¨¾¾(!é‚+ BæÔ‹ö¾éf÷sý²±^z’œøOSV©Ðþ^š‘O¦…ë€S—Y[ÿ¤&:<ÃÀ+óN6®ñue49±½—fì—CÜ[|œÆÊµòɰŠ*-«¯/NH>Ôè°±m*]©S©|Ghzʼ_ý´þq;ÏÊ'Ý20ׯ…‰…µ^Uf¶®[ò·ä vXÄÉ5ìj.ò(•‘cé“寭zTÿ$-D& "Oº©_Ž_þ#¢%·m™ / õ€n¤õö™%´šæ.w­^vœõQIÎQÎ’ÌMâÜ]â¼½å…W%…7ò¢]&ܵš‡-iœ°ÌòžÖåž¶Ëd?¬çEs±9á/©{RåîÄ2Éy‚³Nš+a[óëëÙÇ\Yp=H™s¤ác¢sáÓú áUK¥,|Ýn“™ô¸žETG¤Xg°ÖÇ'ý#oyÔOò¨¾æÞ-acÎqb±—wÊ\Ρš®TUJág=Åek–5°L ©ª—pSQAZ¤<¹±ˆ9Ç6ÿI}¥ðšR@öÛçd××ó"´a2¼ ¼4ZO”åutó¿n¢öö,J`~áÈîÝ×£íäS,ˆ³>u%€WÖqUtW­·Ë(¶\2½p×jF˜ýˆ\Æ%Ù»„)+ÅùÇóX¿†;ŒÄé8Weq¦­ þiAúA£¸ó±5O«‹õnrN‡Y[_ÿ8™mv'YÏ+Ã9,ý¸¡¢å'Bë…¹JÛÓ õÎ)˜©åJU¥2½ ïiœ£¦¾þQJB¶Édý»6w» ⲞÔ?,÷ñKÑ÷ΰ¿ËÜ%Wiì…¸êúú‡‰1©ö¬Šºú'©ALŠ€“Z¯q::Dëñîþ2 ¯KÍYsâú~h’VÚ˜%Œ:·êõ©£úIW®¦öë뎺$7—U–oÇâñƒz9}F¿ºâˆGZ)N/fšmÿâ)Ãz‘½µ¿6OΡ¶”‘K—ý‡ÖoE­šä¸÷³™C4H'#gu)VH+¸ÒéšÚ¬â{yiž'Ö-ÔêS{ Ÿûõ!—”b­GgIÈ¢lÿK߯IøÖQªYGŒ&U+Óv )ä$½eYAÀžÙûb¬…®¸•OÙ_YŸe9ž¿Mh(ÔKCúïo,ReEC³iPœ‰W|’ªÞ‚V¹•4ßÚf¥¶[8;@7ÔzÛõ"Û‘ ¬CnöƯíëV- \HýòwçW ¼´¿Ö1/- Þ±˜ëòBòɹßüÊʨŒqöí>DþÌ£1Eª²ðµz©¨¬¤ #‘É7ú’Q×zòD¸¸H¬†e³ó…î”þ:ÊшB v(ŠUNÚ!7Sœnû ©__»Ì-•WÇTõ¶Î­­U/P긠j½mº‘íËqƒv÷©ú ZoÏs©x h…ÖKMNòpsÁ1ʹÅû§‹òk‰%å’Ò4ã÷ˆ,­º•+¦PFyNˉçû4–Úd«Ê*I²ßñö(¹Eßëcç| ý¥†eó—ý|¿í“ž$öñï:wSJÔ×zt hÎ?ßí MŠ½í £TÅ[Š*,ùn_†=Þ³Ê7óU5Ÿ+3Ç~9ùhÞôïNè›ê\6H* ò”ô—XKI¦ùÛäW¶¶øÓ^ö‹³èï\>«¿´ñÃVÙ¤‰ÕÒzô hÎÞ­åäS‡£>ûíÏ;Ùw-\é¾ÞË+"«çû69²?KBÕ_Y­'UO=ßWeÆ ¢¬4UŸ¼¥6~g¨¼Ö£¬·un›o­ºRíYä|/Íç°rK”ª(Ñ[6fõyûL(_Œ³D‚\~)e)žŠÔ|ÿJlñ°åòaˉ{Âåêi=Êz‹Zç¶¹ÖŠTª…nPššêœì |Ø´Þï×ÂP‡–j=K³\RèQåŠs¾&Eɼ³Œ&Q²ÞÛä¯R¾zžY,ók*7<‹×kñyfI™Š,žçwä!4xú¢·Ïè´žz–¥‰zKz6ünÊA½~bŸ#סÿ–1X¢Œš0uÊi;¦î(¦Óz%q'þ¾D¿o$åÑ5 Yÿâ çïF7ý¼I?MâÇLæœ"ÿœœ|b–¥éߎlÈé¡Ù÷râ®°Bªþ*ü6Ëæñ ¥z7üˆÊÀÏ’Dejj=êz­r[Ú\kUt¿¥náÜ êQQ!Ár_v­·åjêÐR­‡ís³³(îèaÄÖŸ×-¸œ(z–^–f²”ü£³þ‹)itý´µH™3xö7G½2E²?ÑI‘%Îypnâ±ßÓê3lâkˆ (¾C§že ×fÇ{Ò?€úM]cÊ-‘ûöÙý}NÚ Mýàw£˜B1ý¹óÃt¾_¨Õ YíQ@Û€fý÷û’ÜŽ®YØX¶¿öüo¯Ç—(W¡Ê²¬¼ˆã|håü1ÒŸ¡ì7î}Áªþ*~Í0ÙýÈÊù£{“zlÚ²¦q…âfî”)Œ>U½­sÛ|kéºßR·pîµyôè!åo5t¾Ö«‡8Ô;Z¡õ”¾£×¢?½GÿgÁÛ÷’ õà€´h=´p€Ö­Z´p€Ö@ëÖƒÐzh=ÐzpÀZ­p€Ö@ëÁh=Ðz õ@ëÁh=´h=8à­tU$ebn– „ÍóOà=€®Š?ƒÂæs3…b1,[ÐzpÀh= y¡•Ä÷‰H;tÕí§£6ÿ;l ]²:®,×çÈ»ÐÏ 8ÅDJqÌÑhÐZÏB6GY!÷¾“S`¦¸]µž¤êaYe]›(fž{o@ïyû}x5J¹µ|n°“Kx¦D…‡Š˜³ï ´L/©ŠÆ@'Gëj/Û; øÅGø\ÚÜ¢á û} š°'ZÐÎ…‘&¡ñ;B%ÒR­Gi©øW¯^øUµCÐz õà€ŽÎÐzeY7— 4î»Ô’g‰%ñ'g£ÞŸ:óºŸÖ Ø:ý#à™Ö%ê½7hÔG‡=Ó;¨¬õ”m:Aà6mù¶Ö#äLë©ÞÝ> ùÆ8¥’"·<ÏôÝž=–X¤–«pR{yÅ¢Oøòk¨ ÔrÒa´®vIú•…¨ÏÇŽYÏ£Í-¡˜}n6¼Ö«¸Cü‡nƒ¦f‘µž¢–xššš ½Ž_I¹Gë°ZïqIøõ_–ÎÐÖÖž°à›\2jž‚Ö­ õZ¤õêñê?™Iq_OɦÛi½Ê:qyMk©Î÷Û> _ç”/¢4àß]3Í8ʶ¾ŠvrÒɵçÝúL½r)¹ø¹´¹%#˜fñ~¯žKÍ2ª:Ä¿$×èMÔë#—ò£Të)Øè1" 8¿Ç¯ø=N¡s¨¶Ö{”c±r¢öœïuÜý}nîû`¼öÂa’§ õ@ëÁh½h½Ñï½1 _ež"¢Òz¥™>§×/Ó¯â~“ÞûM?Œ_&ý"^ú­­ïÎРA.ðÁsVý«óïwoOè‡?h {eÝ¥0¾¸Ië¡Qo¼>Q“°6oÍ ï,©°gyíÿüUíþ¤ƒ>³w’ H”êqtå+Ã5Èê>ØiË.VnvËæ¯e“‰šÐЙo¾2 QëIò=6,øÎ#¿QR¹RÐz”6jvMUñ÷fjõ—×·äw³„"­×tL9Y\ÆÖÿyñØ>¤©Ö›»ýd`Y¶ówcÐÐÏ’E´Z¯¬²®´¼æEqÿ<|Ã?»PR#—N‰ˆsz~Íef‰bü±šoñÛÒÉäh ¿ýv~uaØÞ‰M-»Ã_XS’ë³ï‹ùã’ýÓZëS]”xåUÔçc{¾ˆðY•f²õã™CÉü!ïœ.©Qv‚Ír#LÿX6m i5ïGÓ¸b¢=%¹¾û¿Z4yX/"yà«N\Þ½úõ±}ñ‡þÓVê„ ªÉf«(ûúäa½Éÿ¿Ðzk‡KR)‘NUû3DÁÇ×½5¥¡Æ™_ñI#BQÃóß2ŠxvQŒßçy®ŒfŽ•EŠ=ÖAÓE•P„K!¼"~‚ùþÕ Ç‘&=†ÏûŸC’˜"€Dã ¢Mö®Z8~ÙÊA³õΖÐöSœ¦÷×Ê…ã¥^šs6V¤8¸ò>‡ÌÚ`XJ×Ú¨–– ]¾ÐD ô9dX¤ZO¶–Â"ñ›‹ß lJÁïq N§œrêj½Æ‘…Ú36ùˆHy÷0õêRí k\O@ë€ÖƒÐzêk½WcüöÍíÑçÍ“QBE­';8Wøhß 'W[- 5Q¿ezœÒ&7oåmÏ;—6N#®—í¾nçæj{fÍ8„¦ˆ(n2òÞöK7ÝÜí¯m{êùú騒¦¬¹;Íܽ¼ÝìœÃsË$ü =3P¯9?ë8ûÞs<¿nB³G åÛœw÷7ì^kùA£[ǿ›Û«IëÉBãJNëÑØ¨ÙµfŠï¶pu¿ídtèÓDztQ“Ö¾Ö$0"<""‚‘!,Ž;>õœ·ÕÐ3 軥ÅÝÔR%­·a ò™Q’ÚZ¯$÷þ?ŸMÁêqÀÜ»op‹ªUh=žÿV-4v‹ ñ±8fïT¤ùÖ> ¿¨ û®FÙe•ì+ Qï÷.øE‡FÄ„³Eå5¹·W@ã7zßóõ¶w‰Î*«Îtø¬/zíBbÖ ™^;gh áKÿ¼hãuÇÃÙÂ#]X®ì¤:/ðЫ=ñ¼Ø¥çþÀUgíH4àwai£óÿxzßs>ò!–ýý¦cíék{êëáHc±Af±:e}½ w¾Þ ûþnq)EírÈ÷ún÷£¾—Ïoƒ¸ÔÕnQyyì‰ÙhÀjW¶‡üM|qïžT$ÇàO#àQ„KÎsqšóOSðTýhÛe·;æ?ŒAý¿ñÈ¡`€c¾z,Bã?ß~ÙÞÍ]çƒ~hÂî¨BÚÕØÆßŒÂöËw^uöð6]5ù=”/ß/9Ÿž–ÿÓFý¾ºC×ú¨––ÝúªZxƒK£õZŠšZïQŽñGÚÚ+ÝŠŸ6J¿£ µgþZ Z´p€ÖkÖ»–\ZĺŠ/0§íôÍ—Èh=I®ãWý‘Ö¦{ü†ÕLµøXio(>œ™çð™&šù_,©hÄ)Æ‹¥n•žágØ,ï‡Æþ( x¼S’mÿy?4ïLãC˜ù®«¢i‡¢JdÚ,ɲú¨¿£ñþ—ì3œ²ft®d´­z]S³xYÊ·zí»”êNáƒÍZhèZÇ̲6<Ã)®¬•×ÈSÍãú^ÛõÍB-Í^¾ËÐ3©´DÑ#º÷ë(4ù@H1ù1×á] ôÚµô¢& ßöÓ¾hþ5¦¸©ˆ8pçx4f«Ÿð™ŸM£Ñø¿ŠjD‚ ß´QÿOŒ™"™Z”Å웎z,8^D|,N5~õüÀ®PÁyέå}ЫgÙDaÈæ1hÌ¡<õÊŠò?è‰êgStA–²ÐýSИm÷¥¥÷¿†uV4¿,×øÝžo™%•ÕˆÄi— >9¥K›¢$½äMÌåpÉRš®¿¬š¼Ý5»JDpçúh¼®ŸY¤ÀöÉ…={¾zÈ· ,Œùo²Ö³ˆ¶G%ìS {ö˜wà^áY˜xå5ÔÿKW\íò>K²lßï…éeÑõ…6ªxør £ÞŸ¸f“ž¥ZODÙeõPSëÕ0Ëi»G9&Xû­hÒ~ õ@ëÁh=5µ^YyiªíšáhìO·Óbš´^QØî‰Hó+ׯ§"%¢¤ë Z¤Ÿ\ª ÔŠ‚·C£7?($Íx^ë£é‡bŠ•ˆ«óBo¥–*k½ÿ³w&Q•ûßPQp7wÔÒÌnjf–Úf×›½iÿ²E+³îM[´Í,»š©eÙ½­îûu…Ydß‘]@‘f€a˜}Uô=çÌ€30çp D´ïï~î½0çÙÎóœžÏ3稒¿׿£cЛáÖ÷ÌT%}>Ž8- ¬4qºkQV®Çš†ß©ñÌnRD-FéC’Êî÷õ”çw<7„^‚{iõž°¥¡3®§ÖWËÕzûHó}Ö>Nï |Ò£ÈÎÑ´¯&’ï.5ÿ*ÏÝÿÂ`BF>ýñ¨" ýJEÌ¿†‘±«Ë[²È/ýHÝó‚¥ÉÎû7Òwá©bµ^´d ·ê¬Â¦–6…”E}0‚ ^|J,•–§GÿâédàKGó4¶…k³Ì"O,ÐѹJý_èKþ¶åB1¯¼úÊÌmSIŸùÞb;§`"oû#Îÿçk9òEÉÄMeÁÔ÷nH¯ ^,ñz¶™úË% “¦ðä‚>䡟3ÕvºË qÒ×÷’»Þ8%–1¿–FPR=aM¢¢m–E­IF½!e~Õdí™Iz=}ˆ:k–3*¥{`IJðJ&½.ßmž£ÃÌ]9ZëÚmËÔ ©«vü ¶safø–QM_—*f²˜]õzã×{ØŽëùÃõ®‡@Àõ:ìzFƒ¡<ð=2ôÕÿ®žÔâz”Î8½pÃõ h×›±¯­ëÑ)‡¿wÚ,D²È·Óe»ëÛs½¤ÏÇ’žOîŒÍHOk&=«Hnl-qN Ús=¶¢¬]- ¿Sã™Ý¤ˆ]9’rÛ½Y òË!»>›?¾'!cÞMïá””]3Ž ]*¥^EQ8æ£X“Eºœ^ÄŒ–Øé.«’µw=Jú,ðšU¥l™L½qª¬mªR˜Lú½âSjþµüÄ'2ù§TÛÉ颜6w²ÔÿÍ!dâÆ³•ÖçÕªLEôªqdàë~elçÂ:"T²²xúÉo1]Aav=ë>,•(9+*6¾åêgêêu»}ÎwgÙ!Êí^ ¼±‡ó»G\&}˜T…=œ×C àzw=“Q/úäBzæ=œåÞÏ;“Q+¢,+kúâßç;Q®ßf&_×Óå|Ú‘2Ÿ$¥½=œÌþÌaï„T²/o™›4|Ys¶=œlE™]oqˆœ# ¿Sã™ÝÆõT©_O ƒ–„É휚2ógj¾=m{®¦£®§ÔVI•º*KÏ\óòÔAÔ(ŽŸ»â7¯ôJ‰ÕQk$Ùû&}_ô­hõº(šRÒáï„K ½ô&ý’©n9TòÏ»ÈøÏãå-¯¾9ˆÜûeõŠ*õ?Sˆã<×"›ÒÚ¢Lþîo¤ß S óËUÖ)m —$1ž ~3¬„>¤Nÿm:q|öx‘‚W^¥4dÙp2æ³¨Š¶µ·:ÓG‘‰ë’t¿•%l|¸÷ix™.ßíï=Ȍٺý'ŸéEflÍbJ]þeéóœ Ð^wY•,[w/¥W§J™_£s{÷zòh¶¢m2),ò5§”$}~½Ò*d=#¾ÿ«“¾òÂwP¹ƒ‹mÎKn“FšõŸ©¤ÇG.ÉÙÎ…uD¨zÃWŽ&Ãß *³¼bq=Ûnܱkß]w ˆ>Cý}†ú™zEÊrÕñ¾7K榇]î_£3ß›¥xÏß]ƾ*P\…ë\€ëuÆõ¨W*O¯¢l¯åÞ,òÄu2bÁÆ#!>{?™åLœæîÎÖ;æzdê—®¡¡~‡¿[|¯é÷ÜÁ\ÝÇ1еO`îä²Ý#0$Ä÷ØöŸÝ²Õ­š-OZ?™¾3Wüæ"Øõöh{÷fa+J_xp!cÞ9’(Ò²¥áyjü²Û¸ž¡Üwa_Ò÷ÉõÇýƒ}ïõÊVäûlÝîå³uÑÒûnB]GïéК$ í JBÞ{jþû¿¤”ªm^oCyÖÎiÄùy˜ú¹¢(rË×ÛŸ‰òûyÉ=ÄqÎÎ,U÷ÿ9‘Aó¾óôñqýuwt®L·~"%«¾¢–BdgÖÑúêǼ"Œ]C]=÷,ùÍ-(ÂÇuç7;SJÚ6…h‹ÃWŒ$N|´çDPd€Àí—ÿН ²Û^žµ‹²»§Wеˆ\ŸíC¦m=WÉ+¯D’±qéÿ’½Ú­z@™ò_j¨žù9 Ì}ߦWþæHœ[SAÕXxjqÒÿï[Â΋5ÂÓ«\ˆãCŸÿ~*ÈóÇeÓûPC¾$´Ð^wY•¬Î:<ב øÇfŸàˆ€=k_KÈ}ßf”)Úv &×sa?âüØWžAá¾?/›æHȽ_¥–²ž‘&Ïëåþ¤ÏÌ/ÝÃýw|üxB¯ mF–Jó•fÖ¿Ý#Cþ÷ÍË£©Ú7¥—Qdï\Šl½ª-¿th®³ÃäoÓK› 7»^Ûkiû®½}úô™öÐt꩟9®:þÏ\(=²ðn—©ÿÚšpæä×óƹ<¼6Ñ€g.\€ëuÖõŒ£$|¥‹Õ3´%a?,ž>¼'ýL€±¿»;¡RßÅ/óó îîdÙvß¼UGÓöGïi ƒ¿_4}$s“yÒÜœµgåmš­ÅüúÖl—>L‡þ.SæoJ°óÄ:ûEéÄáëžåØ„- ÏSã—ÝÆõŒMÎñ÷g e>dúÊࢄ sÇ:[:gâ¼ÏOæh:~N¹ÆP!Ww†B÷§{9Ì>T$–«‹ãþ³àþ»z27÷ò·ÿûÒ3§T® Ïlœ7†yÁà–º¯ÈÝ9Ë¡×SG³dÍ%HsvÌ´zEVqfÇÛ íÁœÏ=s¾ŒÌ—µ)¤’JVùóS‡0§í8ìç¿‹*£Š²)<×c™úCºœ.¶4â_ÃɘOãJä¼ò–_>ôXϳöå•ËíÕÞrú²¢CsÍcGzšðøÒïO^”Z‰Ó·.žÔ·ÿÜ9ªŠÊ¼ßWÎd*xÿ ÿÞøÖŒßòN?c§»lú¶òÁÌ¡ô³†Lyuýׯ<øð!ù­j¯¸tè½GÌm¾ûÞ¾„ };¤‚~ÝÞ¹dËØzµèÄCɨwEª–’Í®g÷rÚ¶sO¯^½¨ÿå¾ê:ò,uuâÎeONtqqóЋ_ Škð,u€ë!p=¾®nsÌ®'SÄRUg(KüüâòáéâÎe¿Ý) ]r—Ãä΋nnEŸO CÞ¤ŒéVœfeÜ×÷ÇgŽä);˜Qžqèå!dì2ßâ2«×ͮǖ+!%½Ý’;àzÝ)àz¸\€ëµ‚ã3È–ëÑ7ШTv qÐ{£ÈøµÑ¥ÊΖpS|výdØ[ÁåzÉ…ñ»VoÜsÜ?2Ðÿä/=5˜8Îüá\ñ-9MIÁÁ9½È”Ë;”Qq9øßSf~s6ßöÙõþH“àz×C X×<]¯RIß ±s%\óƒz™¢Ó%ܶÈÒw?Ö£×Sû²åvÉÒôß?yâîþÌŸ¾^Cî{fùöÓÙâ[tšÅáÿFF­ˆÎïXÆÊ4÷uÿÜ’Õ¦Ùf×û#M‚ë\@Àõ_×ShEb]€ÙõþH ®·~íqyY7ü¦æNTÛàz¸\€ë.v½ ¹¶¤L @`v½?R›ëI¥’[IILè†Â…ù;·ýÖÔÔ„Ï\®‡@Àõ@×p&Kºl³G~qyqY%ÝŸüâ²å›=¨ë¶íŬV)S’þ³esA~^ccc·YÑk¤ÚCµêrö¥ººZ|æàzp=®º†¤lé×»Nù„%—JèþÂ7ìöOÈ–Ú½ž««LÙ—²vlûuýÚ5k׬îP-¡ÚC‰ÞÕ«øÀÀõàz\ty"eDJáߟ„%敉*èžP×'u•R×jdjQ®PÆvI×ÕÕ655u«O`ª=XÑÀõàz\t1T¤å˨Éó†ÝË6{üëwº'Ë7{lØåO]«©9•Fƒo^€ë!¸à†¾ü2eâeé™,il&ÝêúLÈ–æ e=€ë!¸€ë!p=¸\®‡@Àõ\®‡@Àõ\®‡@ÜB×óp;¦Kñqð×áJuUMÍj×C î`× 8UV*¬­½RUeÄçÀ_AôêëëK…ÅÔ<®‡@ÜÁ®WTïç}²¼LT[[ÓØØîljj®P¢çë}²¸ ®‡@ÜÁ®gÖ½à?·cT^pgCÍú¨¹›èÁõˆ;Éõ€ë!p=׃ë!p=׃ë!p=×C p=×C àzÀõ¸€ëÁõ¸€ëÁõ¸€ë!¸€ë!p=¸€ë!p=׃ë!p=ðÇ1H3#Oøí?‡.(yçÒWœ;±ÿ—Ÿ¿¤D®‡@Àõn-ÆÊ¨/îGÌÚpVj¼³õM!ºœ’p©RÇ'±"êŸwÑ{s¼%¼«,t¦²8¿T‰¿G€ë!p½£ÎØ<©ítÔ‡qŠN”¦9ÿ­¹°)?fjïÜG£Èõ)‡ô\p=Ñ-\¯÷¤/:ãz&]éé«W¬Ù/Ö™îd×;úë®×C n×ýQœ²Õ!eÚo¯Íž4ªOæ=ë0øo Öúä« &}Ññ9½¨Wú<ç)6P)uÂcOÑi¿Zhe(êKÇ>ý¿™†ôb²;º,<^ 5iŠBÿóæL'ꕞC§¼ðo÷K =W]܇(´Å¡?¼>c¤#u¨Ç]Snô+´Î5²¯ù§ß½ó>ünÝëŽêMq×´×Mèx•`¯Þf×kŽ‘+âm6yVœÙþÖ##é“wæÒŸX»[v\8»Œ¤;‹ žüÒ·!BmÓTÿæ>ú·©¿\Öì÷9[uIäªÙcô0ëýˆi/\¬ã.¸\¸\¯Y7ˆƒS¿>–wîÃ?]Ôµ…§÷0|=DJ)C™Ïó´ŽôÕ¿Òz5ª%;éÓ¯o/2dI˜´yúXê¾Üæõ^ÏúJø»žùŠ@wÃÃí5÷£f€p=âÎv=êmîçåQ˜Ÿ'./—•–—Š:¸‡Ó,º¢ýÌÑØÕIJæ;znóhýÏÿ¼J{̰erc{®göŽžoíz‡[¹žm]ì‡,JE†Ï_ñÙêÕͬÛÒjUÎ( |®¹ïËA2F9é\ý^ ‘ò/Á¦^£èøãÌ÷ôVžaq=s=žú½TßÊõ¸jäp½ ãÉO{”ËÜž KönŒ¼]×c¯N_îõ<³ßó¾¥?ì?ºÃ3Ì®WÁU¾íiR׺!rieY©ÈÏûdqA\¸ƒ]/8àTA^®¤¼ŒJf4è;þ}=»®g üéÁ-oè{þ¬0µçzÍÛþ¾ó¼ŠÞù˜1 »¿¤òvÊõ´Y?Ne¾‰6뛨RÆDt’œl±¦MãY]w ¶Mªô3»Üc{sé›™hUúV{8/ý<ù‚Ý#ßÇË 6®ÇU#[çäi¿=Å(Ûý›3T&Yèëé_&oISµçzìÕ©3ø}äoß_ÔLª”u÷X\«|lznjkkÊË„Ô<®‡@ÜÁ®çávL̈^¾¯GzOü,NÉéz&£"éóæ­ÌøÍ"œ®g2”‡~0Ö’ÅÑrÃ’þ åk s=“^è»tDK›è2'ÿ7SËÛõx—`[¯.wß=-·34À±ÿÿó*·íU½èÔ?GZJuÐßÑêÞ,5Ú½7KÏ~šoÒ2ì O¡Ž¾ŽÿëÍîÕ¯¿å¾-,®ÇQ4t)³¬JÞ÷Èã³§ %Í®ÇQ>þt· UUFJ÷¨y \¸ƒ]J/.+µ³¢ÇåzdÄû§Ûs=ƒ.o/c<ƒ^ó+3y¸…¦ ðÛW¦`ä§ÿÄgV½ ×·³ˆÆÝ u~ÀæÅ3F[¾”Ö×eú{.jø»ßZ׫ÉóX5g¬9󽋿µY˜SçÚôÊô‘½-Â7tüô¾IRpÖhûÀ‹_^}ôÞa–4½GNuƒO®ªåqÛ–>2ª¹ì!w?øìez–§ò±U§/ýåÍGš_'½‡ÜýÐó›“\åãO'pûÐØØ`ç^ p=âÎr½ÖßÑp=¸×p=¸×p=¸×p=®×p=®×€ëÁõ¸€ëÁõ¸€ëÁõ¸€ë!¸€ë!p=¸€ë!p½Î¡ÌòÙ\¢c~Ö¬]ôÚ÷‰JŽ4À‚ºÀ{ËöÓbß[,Ût‡Ò@[ô {¾\½ýœ ]®‡@ n•ë)¢ßF†.‹²žöÄQß>Õ Zp GM¿¢ÎØ<‰ x-TΑææaçΊô·ÁG®¶ÄçÝ }{öüû„JãŸØr{Cðç”fïø3þ­ qíd§¡ ÝîØ à\í¥_§§ü¥˜‡€ë!ˆ®q=CéïO2õ—ËÚ׋ûx4ýQÜ©¾6wßœÃç}Z¢a¶inгŸ¸Ø¶°Û"Yõè¼ïb…ù^+g?»3Gúçµü&º^› àÏ©"sÏâGŸ^Va¸Cÿ¼r_–p=p=qË]Osñ¿“{Où1S{#™^YR(Óq‹F›4p=Kßœ–ß<׳s¸¸\¸ý]Ï( ~óá¥Á’æ9jQðæW¼Ëz ;ß3wõÉËê¶¢a7¾äÔÇOMÙÏyûœüꦛ–>>ΙúÅaȃ¯oK–éMídŸsÿȾæìNcžøðX¦ÊjRÝÖŸSÛœ”&ÿð«ö õ1ã­)æŠô€Us'îgÎ5hÒ³ŸKW˜EŒãki¥a_-˜æÒ—ÉÑûÕÔ Ÿ%¥õ$Ÿ»åYúþå³G÷fNxä¬5g”ü‡@'ŠúqÉ#£™4sVìO–YN½YÍ‘ÇÀZleÈëɰe1 Kɲ°%ƒÈ¸5I ›~°Ó{:î³ëV—%súdøÌGïv¢™ºø‡ðR=I¬ô›ß›LÛzYÇÖQvÆvùq®×C þr®g,þËI¤×äå;|£#}~}}!|“¦´U–4æÉíÔ/Ý‚BC¼·½3‘¶¨gÖìñ ð?ùÓâ1„L\Ÿªn?ûWÿÀ Á¡Ï ¥_OWµL_ïzíÈÙÔ”ÔÔÔ,¡ÒhÓf½"ÃÛÕ+8:&B°uéxBîÛÀ̺› <æày`ãK÷Òoþÿru܇¸K›²úX`Xx€§oŠØÀ™ÒÚõØZ®¹°e2é9õãÿ…ÆÅǺ¹Féø"yÃ2tÞºƒÿ“;VÎp"ÎÏì˱>5;ÝÈk•°£££{?ïLîY›¢d²+Î~4ŠŒx/VaÛvz¯S§ÀuvÝì²4g4çÓm¿zíþôñ~¤ç£?ž×p똎biÛå׸\€ëÙs=c™×g2õ§æí|ÿEýÉÄi+5`Mc»i­Â{¾¹ÿ»ó̬X_xx6!ï.ÐñÍn(<ø!mcæ¨üwBD'æô Úl¢ÓæíŸãHÆ}ž¤ä<ij4žõr¶\ûÁH2ø5‘¡£C öy±/ù~¤Ì²ÚUäú¬qù4QѺ6ÝÈÃõ:1:F‘ûÿëC&mΠ-F™ôåÝdè¿"äF;®gÝ{<Žft·Ë²Õ)ë…”þð¬¢}׳é(¶†±]~p=€ëÁõ¸ž=×S%1®ÍyЛár+5`Mc;MU%|:†Œø VΔ, {} ¹oc†šov“"jù0z/ ª}×Sæ{¯yºK¿„ô0€Xfïm¦ÍÚ¼2óP±ŽëßÒøÕËÝråùÏ !¤ß”—Vï ËQøÁš»‰Ó‹þÍ».Úü=òÈþ‚6§fÝ<\¯3£c¤üéoß_ÔÔ©_'ÖEJMí¹^'OýP·»,Ù®±"]‡\µal—\àzp=®g×õ’>Kz>¹36#=­™ô¬"¹ÑZ4ØÒ´šTÓsÔáï6Oªe‘o &÷nHWñÍnRÄ®IÆ®NhwR­¹°åABî^òÛ©ØäÔÄ€ïg8°¹^þÎæÉ6û!Þ¥ñ«·ÝIƒürÈ®ÏæïIȘ7Oiù Ý·N/Ü¥Z”fì³#JVÝÈÇõ:1:F}Å©Wû7gTž[7ž¸|¯0ðp½Nû¡îvYrý{‚2aõª1¼\¥aj¶Ë£pp=¸ñWÞÃYzb^o2ìJƒ=5X"çHÃoRÍ3»Í¤Z•úõ2hI˜Ý[PV æõ"“Ê2?ãOø‚“};3o¢Ål¢c?Ä·4žõr¶Üzi2ógJ¦mÏÕð‚rú;r£VDYŠÕÿ>߉²Žx…¡c®Ç”Æëà.VõÞ2þ³ý+Çô˜ôMóöBî=œ;öCÝí²lQ—ðiG*'³…8{ÛƒÄ᱃Ez{8YÆ~ù±®×C þ ®7fùAßSþf"3*,_3Tž^5¹£ÄvÀßcÛvËVÓßl:8‹ÊõΑD‘–- ¿Iµ‰_v›Iµ¡Üwa_Ò÷ÉõÇýƒ}ïõʶþ²’&mã$BÆ¿½Í/:.1!ô§Y=­‹©çD`÷ÞÏžèßrs öCÜ¥Ù¬ëñIÉÙrm¾ÏÖí®Á1qñQ>[ ½ÿá&Ôñ£?™£á?Ú’°OÞ“~ÀØÇßÝP©ç±wÛÒ¬éøèPèrwÍîAú-ô*3ø¹^§N»Ýê²džõpßp'ËøÞ7oÕÑ–çzLªìŸÌk9è¡ÒhçΊôvså2qíd§¡ ÝJt˜ ׸è.®§V*s/]ÞþÛÏ¿» Kê™ ~p;~dÇÖ_„EEÕUUÜ%%ÁÿJÈðe•·zP³êÑyßÅ ó½VÎ~vgŽôì'.dôGqJ»‰œGù£ÎܳøÑ§×„U0à/äz)‰ñÔG.nÇR’0)ÀõÄ-q=ƒ^'*nÿõç¸Ø˜¶µŸ9½{ç¶šš+”ì±¢ÉÝ9ÛÑa 3q|r_žþ–ÏÇ ¼mîÏr=À_ÒõÜÝŽ)ä2ŽÉu”Ò=LJp=qK\O)“…þîz”*°¦¦fÓ¦MÓ˜ ~ ~¥^¤%%ÆSºÇZˆ"~õX‡ ÿ÷}ë.2~mвùu½0`ÕÜÉ£û™?Mzö³cé C{‡ŒšüïN؃>ÐkÄŒ·v¦È˜µB}iØW ¦¹ôerô~`5%h,)µ—~Jœ^ð—6Û\KLXNÝÆõZÕ‰¢~\òÈ(Gêç{æ¬ØŸ,3ØÃJ¿ù½É´­—u­jì\ mÏÎ Kß¿|öèÞô N#g­9! »¹žÝÏçVp¦Ñ˜ê®^kù¸¿Ötµ¡öŠQÛíf•ZéJmCsK¯55ÖטôLû«¯_oª­ÒY§×]¹zýzƒQg“½®Ñ’Ê]WcÒé¬Ê×ë®]¿ÖPÕúÄuÆZ*O£åu¦®Va] p=¸×kƒD\±{ÇV‘°„*ò»/™pa‚ú•zQXR|`ï®úú:–ôþ‹÷yb¾V}îë‰dÈ’  £ùc@dêšc~ž6¾t!ýæÿ/WÇ}ȨWdx»zGÇD¶.OÈ}3g™²úX`Xx€§oŠØÀ™ÒÚõîzíÈÙÔ”ÔÔÔ,¡ÒØÆõl*’7Lq Cç­;(ð?¹cå 'âü̾]\¯ó%XŸê–ɤçÔÿèæQ¤ÃL€;ÎõWª©2¨¦ªª+õ”%]¿Z£×t'ÑÓ×4RÊu­±îJu•‰úÏ•šZê‚ÞÚ¿)Ceq=:;•¢©¡¶ºÚdªªª®mhbNÒТizs)×êLZÛzéÞ¸~õŠNkí•L_YèV\®‡@t?×—–oÞ´¾¾¾ž*ðá‡þ‚ ³ëQ¿R/ÖÕÕQ í— +<<Çià˱–œÝ³z9=s´Do0µ]íÒæíŸãHÆ}ž¤ä®ÕtÞt¥¾Ñ¼Ýóý¿fuêëÙÊšÎTßt­¡Z×j]RKoºlª5é:êzZzñŽN¯¡—©´:f‰n¼yÉÏ`ýÝFª£,èôXãp=¸×ã~4žA_Q^¾cë/±1Qmk=½w÷öúúz»Ï\ø/@îY›¢´~Q²düFp…å~#ƒæ|ºýD`÷ÞÏžèOz>úãyMË­HìÒ¤mœDÈø··ùEÇ%&„þ4«'뺟”†rß…}Iß'×÷ö9¼×+[c³pÖö¨þîî„J}Ë:`ö‰OæŒu2Wè¡ÒhçΊôæ,1qíd§¡ Ý:1Q¼uúÖ‘~ÐælŸFzÌõ©¼IQglžD¼*ï.ÓþÛp@oÞèóùw!qÔ·Oõ#ƒÈQÿ¡mÛ°.‹Öí‡ëàzp=âÎu=µR™{éòöß~þÝõ¨HXRÏõƒÛñ#;¶þ",*ª®ªâ.Á( þçPB†/‹¨¼Õë€ò˜UÎû.V˜ïµrö³;s¤g?q!£?Šû3WÔ™{?úôš° Ãí3ÛWt¤þj®w;èÍýö/Ü}s Ÿ÷Mh‰æhÛ†uÁX´m?\׃ë!w¨ëô:Q±pû¯?ÇÅÆ´­ýÌéèÝ;·ÕÔ\¡d½MîÎÙŽ‰ã“ûòô·~ã¦Írÿ"³ý¿šëaô;†^YR(ÓýzkÞžmÚÿ\/îtõ‘Ë»ëQ* &¥¸¸%®§”ÉB‚w=ÊÖêPRb<¥{ì¶øÕc&ü;Ü÷­»Èøµ)Êæ×õ€Us'îgþ4éÙÏŽ¥+ í2jò¿:q`ú@¯3ÞÚ™"cÖ õ¥a_-˜æÒ—ÉÑûÕÔü%¥öÒ¯S‰Ó þÒæÉdKLXNÍ1Õ¬ô›ß›LÛzYGWWrêã9÷ìëÀdtóćÇ2U²*Ÿþ²RiÌoo?6ƉIØkðÝÓ_ø–ùâGát!EÁ›_yð.ºxç{æ®>yYm©ô©I#û™+8ùÕM;6-}|œ3õ‹Ã_ß–,k^6eÍÎÒfî~ Pe{|þÌxº&2øþYökq=¶á`¯Ë Kß¿|öèÞÌ‘³ÖœQr»žÝsi·wBeÈëɰe1 KvYØ’AdÜš$…̀ڹ̨!Eý¸ä‘QŽLEsVìO–Y.cöNà8ÔF¿ÝîeK`·j>j~§ü²t–KºLçñ/¸¬mÛ°Öo®.éy>‹ëp=Z\˜Ï1£ŽRº‡I)®‡@ n‰ëIÄ»wl KØ ,)>°wW}}Û?’Wø/Üç‰ýùZõ¹¯'’!K‚*ŒVND¦®9æày`ãK÷Òoþÿru܇ŒzE†·«WptL„`ëÒñ„Ü·s–)«†…xú¦ˆ œ)­]ï®×ŽœMMIMMÍ*<]¯¹…®þA‚CŸJÈߤ«Ú¸ž<éë)Ôñáå?º ü½¶/ÝlI\®'‹ÿré5yùßèHŸ__Gž¦l®ôK· ÐïmïL¤=ø™5{<üOþ´x !×§ªÛÏn¯ÍÜý`¨ˆXA?òù ‡NúݲtJ¯×ã{ui.l™LzNýø¡qñ±n®E:.׳.íÒáNЋ½Ÿw&÷¬MQ2Ùg?EF¼«°P;—™"yÃ2tÞºƒÿ“;VÎp"ÎÏìËás‘Ø?Ô F_Ý^÷²ô?KÕ<”êð”MSÈ࿯Þå 8¶÷Ä…ËÒæÍÕE=Ïãbcw½ãGÚq¦)¸í{ÊÓ]`ÆÇ;84253WÔæ“ùBÜ –_‹Š/Æ{z„Ä](.ÉÏŒô47ÞWày:-+OÔ*¯§ ¾aé%˜¥×C ]åzâÒòÍ›Ö××׳5 ®®ŽJÐØØÈrOÅÂÃsœ¾,è½»gõrzæh‰ÞÞú—6oÿG2îó$%ç!˜Óƒ/ö%#ß”Y–Š\Ÿu".Ÿ&*ø^$­›Ñ F¿Ý1²›€µjªfºqÔQ2î=œÖo®®êùv/¶›ézf“J+•j¥´Rx9-ü¤À3ˆò¨²nåzaùÕuª %z§C¼<‚Šª®]¯×—]¤®\®PÊ%%Ù1¾Ï“IY%%¶g'W¨”Ôúºk5ÒrLÔ€ë!ˆ.q½Š2>®÷õU×Ófþ÷Áž#Þ’2¿êJO>ß×á¡ß.©í¸žQ›·ã!Bf*Öq2*ó½×¿<Ý¥_Bz@,S\{®Ç#åŸäz&EÔòaô†?•í!UòãˆÓ€J;ßtc/œÉÕ:½.·­T•ðé2âƒX9S¸4ìõä¾j¾ÙmÚÌÙª¤Ïé³´w<‡Ãº.åùÏ !¤ß”—Vï ËQ¸\õ\Ú+¤3`¤üéoß_ÔÔ©_'ÖEJMí¹ž*yÍÝÄéEIË^ó÷;Æaÿ"iu¨»Œ>÷ÙKÀZ5U2ÿž`Õ|\¯«zžOoÜl׫¥WÍ„ùY§}^ÁyƦZ…ȬcÁéšzCEY³ŽEVÕ©ËÊ„9©î‚sB‰\)«êêêõe¹g}ž§³JdrIQ²¿À3è¢PDe,ÉÍÈÌ-•+Ò¢ä0O÷ð "Ii1gám[˜« öôM*©¶ˆ^«%¿æô…çÏÜOÅ‹uRas‚Ïì6mæìc9ýM¶áËš ´: ¾ÃÑÊõš^3¦~Úö\×["çèŠö éL'ÐWlÔ{#ÈøÏö¯ÓcÒ7icû®gîœQ+¢,]§/þ}¾å'ñ C猣›>ËÙKÀZ55–º?Û›îF›=œmf³Aº«z¾½qs\Ïæm'#/È®×iÅ%íºžßYiC½N%“Èd2…(#ÊÛ=4SÛt­Þ¤–ÊÄ—ãîá—UšŠª¢² ©J^)«,͉ôD—VéÊË:äzžÞ~žîqÅÕ×®Õë+ËílïlN_’“ì.½l¨’–Û9»Sçò {ÀõD×¹žÑ ¯(/ß±õ—ؘ¨¶µÇžŽÞ»{{}}½Ýg.Hü ¸q³ Ò%ƒÈà7‚+,7I4çÓí'ƒ¼÷~öDÒóÑÏkZîŸ`ï&mã$BÆ¿½Í/:.1!ô§Y=Y×õø¤4”û.ìKú>¹þ¸°Ïá½^Ù›SP]ØBµcÈ3køº~9…tÌõšïj2ê…oŽø Žþ°tªcËîGö •§WM0Ÿ¿G`Hˆï±í?»e«ùÎöyf·is;ý OZ?™¾3Wüæ"Øõvófø‡U]Ú|Ÿ­Û]ƒcââ£|¶.AzÿÃM¨³¹rô…g2æ#‰"-˹´_H':™ÌŸûê^úoRÏY»Zæóœ®GuN⺱`ã‘ÀŸ½ŸÌr&Nswgk4Žî0úŠöº×~ÿ³UÍc@©¼±«©ž¿ë_ìö ò:|(¨@Ûö²´½ñQ×ô|ûÛÍv½àL™V§×i5 ±ðbt€§GtF~Ë6Kn׫¯¶˜—ðrl gë¡ø'+j´¥Eçãb‚|ü¼Ü^žô}`‹kjäâ¹Þ©ØÔ(o§_rN‘ÈþWù¬\^p¼l¬ÓHDL‚  ‰J­Ñ˜Ñ×6ÕÓ‹‰:p=Ñ%®G¡Óh…EE{vms;~DXR\Çõƒë±Ã”èéµÚš+Õv3zÌw"ãצªl_—†¼9˜ô}Á«\Ã݈™ŽcžG0xÊ¢ÂKuV·è´{È Kß·|¶ùÆì„ô8jÚ;>ez{“p~)59Çߟ1”07®Ÿ¾²ù&*VÏ8ñÉœ±æ&瓞úØ_hèÐdR™í±ú÷0O+tÿìiý¬îjÂV8…¦0øûEÓG:2‡ú›³ö¬œ÷lŸ_öVšÓN?èD1¿¾ÕÜ™ý]¦Ìß” ä?Vu)7ÌëlN?`â¼ÏOæhZ_9:qøº§G9ö_à#a9…t¦è«=w×ì¤ßB¯2ƒŸëQ/–„ý°xúðžô-ùÇ>þîî„J}{KiÜ͸գ_”ÐN÷²ö¿Ýªy è¼L7Çá3×Ыá­/KM«»6uEÏóºØnú÷õtr‰¸²B,•–çEy‚.(Õâ²â¬?÷Às*Þ®çq¦Xm4Z¨ªil”¥„zºÅ^,•©µZi~¤» ²¸¦VYÁU¸ïëUÕiK3B}==cÒs„®W˜ãíîwFRßÐìzT‚z½²²BjFR.a–\@tëQTWUÕÔ\IL8{`ï®ï¾ùšâà¾ÝÉI õõõl¢Çã‘ÜìwÎ侩æíËÍ~ 9à–r3¿¯gYK veêëu•¢œsAî‚(a×+-uÙ ŽRi8'lB¹‰r»æ¸ÖÔXWePŠoœ¨Li¨i´¤¸vµ¡Æ(™_×Ô_¿fízô‹¥rmUýUsê¦Æ­´”®¢Re¨k)¢©±Þ$snƒHY{ýz½Õ>LQ™ºæÚõkWÔå"yÕÕm¿ÚPW­SWŠÊZåm5ÊRLÔ€ë!¸t_׸\€ë\àz®p=€ë!p=¸Àõp=¸××Àõàz\€ÙõÚ~ @××C àz ×)e2‰X,.-¯(+—I$*…ÂhÐß¹Ó6u÷–í§Å†ÛýD ’¤½_~úK²ò&•¯+X»èµï•˜êß¾(³|ö—ènÛµn?\àz\¯#hTJQ±0,(h÷Ž­›7­§Ø³c[Dh¥~:¶óS#Eô»ÃÈÐeQÝoV©-ñywBÇžýÿ>¡ÒhçΊôö癉k'; ]èv§š¤Š›ýwuÆæIdÀk¡òî2í¿ùÃq‹åójìÄ?㈣¾}ª´à@Žú hÛ†uÉX´n?\àz\7j¥2÷Òåí¿ýü»ëQ‘°¤ž ê·ãGvlýEXTT]UÅ2÷+ýý BƼíY¤¹ñ¢æâ ŽÏùJi׋ûx4ýQ\·s=y̪Gç}+Ì÷Z9ûÙ9Ò³Ÿ¸°·S¹gñ£O¯ «0Ü´öü‘*þj®×ÃqkQp^¾~jÒÈ~L '¿ºiǦ¥s¦~qòàëÛ’ÍÉø4Æ Kß¿|öèÞt§‘³Öœ±3µVe{|þÌxºt2øþYökq=ŽæÍ¹d_sóœÆ<ñá±L•eÛ«®•h‹‚7¿òà]tIÎ÷Ì]}ò²šg›ífdmXeÈëɰe1 KvYØ’AdÜš$…M_ÙnƒI'ŠúqÉ#£™Šæ¬ØŸ,³\NìÀqˆ«å|F¼£'nïjl·{ÙØ­šÏ€ÒÝXóËÒY.}è2Ç¿|ಶmÃlÞ]Õó|.¶®r½”Äxê#—·c)I ˜”àzâ–¸žD\±{ÇV‘°„­Â’â{wÕ××±ºÞû2bÖMéÑ{ÖÒ”­]ÏæßçÞ®^ÁÑ1‚­KÇrßF©˜é"™ºæ˜_@€ç/ÝCH¿ùÿËÕqâ.mÊêcaáž¾)bgJk×»ëµ#gSSRSS³„J#«ëqŸÅ—nA¡!ÞÛÞ™H»é3köxøŸüiñB&®OU·—Ý\…æÂ–ɤçÔÿèæQ¤kÝí+¨"G>¿áЩ@Ÿ£[–NéÕâzít²«`àÐÆç†òÀ7é*ŸêlÔ@ÿå$Òkòò¾Ñ‘>¿¾>Ž.'MÙ~!,Ù¦{?ïLîY›¢d²+Î~4ŠŒx/Va;v†[‘¼aŠ:oÝAÿÉ+g8çgöåè8;ëP;-owÄ;zâv®Fu{ÝËÒÿ,UóPªÃS6Mu ƒÿ¾z—g@€àØÞvÞ&6o.êy[×¹ž»Û1…\Æ1£ŽRº‡I)®‡@ n‰ë‰KË7oZ___ÏÖ€ºº:*Acc#»ëí.Щ²wÍu&WGKŒ¬®gQtbNòØ‘¡•IQ¿æíŸãHÆ}ž¤ä<ij4žõroNc+“½Þ ïùNäþïÎ3SV}ááÙæ^â•]ûÁH2ø5Û B¥'æõ&cWµ¬Ý°ìádož¡ðàc„<´í²ŽGuÖj`,óZàL¦þÔ¼)W⿨?™¸1MÒn›Y2jØf¹ÿ¿>dÒæ }¤/ï&Cÿ!7Úq=ë¡1Š}^ìKF¾)³,¹>ëD\>MTpuÇ!ž-gñNœxÛ«±Ý1²›€µjªfºqÔQ2î=œVgÑe=ßîÅÖ•®g÷ó¹œiä%gOòt˜ññ <“Y\©îFóIYÑAs }}ý¢Î¤ä‹7¨Ä…gb½}éžÁá1¹eªæ£ê²sážî!)ÅÊ–W$b¼ÝãóåjÌÕ€ë!ˆ›îze|\ïë«í¸žÁ¤+:¹ø.2zYPq‹ë)ó½×¿<Ý¥_Bz@š3¶ž®kóvŽ8- ¬´÷}=~Ý¢ˆZ>ŒÞ©âQµë©’¿׿ã}ЛáòvÛÌ–‘£aÑIÊŸþöýEAúÕx2lY¤ÔÔžë©’×ÜMœ^ô—´Üp5ÏÄ<²¿@ÇÕ ì‡x¶œmÄ;sâm¯ÆvÇÈ^Öªy hYënlßõº®çÛíÛÉõ¤ùî‚ t±R©VJ+…—ÓÂO <ƒ/UªºÍ|’iaà¹r…R¥JJ.¥„¸ ¼#ò¤L Å¡TƒgR/ KË+D¹™qþ”F¤•(-*§”\ õõô¿P¡Ö1bx)⤠YV½©Î¨Ãt¸׻ɮ'“HöìÜÆ½‡óàÞ] í¸žÑ`(|Ï… }õ¿«'Ùq=Í…-r÷’ßNÅ&§&|?ÃÍõòw2BW¤ã8Ä»4~õòv=žõ2ÓÔáï6Ïüe‘o &÷nHWñîƒürÈ®ÏæïIȘ7OiÛz“ÓÂ;®Ç·|EìÊ‘dìêêl\/éó±¤ç“;c3ÒÓšIÏ*’Ûm3[F®†é+N½:€Ü¿9£òܺñÄåãx…‡ëÑóbÀ ã( cÆ>;ÆaUû!ž-gñΜ¸Ý«‘{Œì%`­šÇ€*™O°êF>®×U=ϧ7n/× /¼rµ¦Êh NÍ(=æé~¦üJ^£U Sý݃’„–e>Eþo÷ˆÌ õ³Z*L‹Œð÷d–ÛN†¥0iÔ•%1~ôœ_`xZ^“Q%½"ð SzùDž½X®4¯Ç±Þ¶…aùÕWk™ÊK‘”ÍåhLzEYŠŸÀóTzeݵëM µÕÕ&S•I_y>Pàéw¾BcQ9UEv4åw)Jr!„ò¾óІëMµ&-æêÀõÄMw=•BâÆþ®¤%'%ÔÖÖ´ëzÔä\õÉ=„ô v\¯R0¯™üS–ù Y’Àœìkˆ^èñ¼3õáY×!¾¥ñ¬W•úõ2hI˜¼=×ãY/ÛÌŸ³Í+’™?Sn;m{®ÍÝæåô7Ù†/ ©4´v=¾å·r=Îê,®·8DÞ¼}tØ;ÍUÛ¥Íl¹&‹zoÿÙþ•czLú&MclßõÌ3jE”e(õÅ¿Ïw¢ü$^aèœqðl9ÛˆwæÄ¹®F–1²—€µjj,u¶7Ý6{8Û6Ìzg—õ|zãöq½†*½F¥ªæ&œx…›MZ³Žghjõºf‹*ªj¬ÖiÕY!î‚ÐôR©\)«êêk4å©þ¯ÀÔÜ2¥BR”ì/ð Ζҵ¨Äy%ô²\Q2%’áYR*?Wáv]¯±Zo~Ev)ÊÓ=4S[o,Iôu÷;]Z{íj­Qs#‹<猻beUó‹jIö{àéØ0/÷ð ÊÆëWk LÔ€ë!ˆ.p=£A_Q^¾cë/±1Qmk=½w÷öúúz®g.XÍPyze{öÖõÒ6N"düÛÛü¢ãBšÕÓZCÈ 9Ÿn?ä½÷³'ú“žþx^cä:Ä]šÍºŸ”†rß…}Iß'×÷ö9¼×+[ö®Ç¯^Öu=Ùµù>[·»ÇÄÅGùl]4‚ôþ‡›PgÛóò¤õ“ é;sÅoî!!‚]on^×ãÙ-V3êö«ÓœEȘwŽ$Š´ôøN0‰G`Hˆï±í?»e«yÂ’±= Užûê^úOHÏY»Zæóœ®GuN⺱`ã‘ÀŸ½ŸÌr&Nswgk4ž-gñΜx›«QÑ^÷Úﶪy (•7v5Õówýã‹Ý^A!A^‡hÛ¾Ml΢‹zžÇävs=Okú>«…Áß/š>Ò‘ÉÑÜœµgåüÚl/c» ŽºÜ]³{~ ½Ê ~®G½XöÃâéÃ{Ò·äûø»»*õí-¥q7ƒGËYG¼S'Þêj,Jh§{YûßnÕ<ôF^¦‰ãð™kè­›­ß&šVwOꊞçu±Ý^®œ)Óêô”c)ċўљb†—ëÕ×[|J]–ìÙJÝRuWÔÒüÔ³¡¾§¼ÜÞ^þÔëÅ5”uÈõ¬‹õ Ë(Ñ_½ÞT#¿HoæÌ54\±ÍÒìz¦†jCó+Ù'™ì¾i½»7€ë!ˆ.t=Šêªªšš+‰ gìÝõÝ7_SÜ·;9)¡¾¾žUôþ´G³ß9“û¦š]†*mã½dàax˜8qnÖÎÆ“Ao0èFUqŒ‡ è‚ڤשDiþîi*Þ®çW¬6 -TÕ4^U_ˆðt‰Ï®PhtZi~¤» ’r½*=Gávîs¾R£Ñ©Ë3C)3ÍPÖÖ×VétÊÂ_w¿3eWZe‘åPEù'T6\5»ž²‚þšž_†D[zÖKà_ªÆNàz¢K]¢Êd¤t¯¾¾Žú h¤þÛÐP[[cëf3í¾ño{×ÓKsOïYêBŸ>T¨Ç\¸ÞÍú¾óŠº";Œr«L}cQSq‰r«hauMû®GV¬·{Pš¼¦ZoÐëZÐFúz囚šêªMµ0Ö“Y׫ҫ٠·¿‡³¦Ê ×˲ã|Ü‹™;º(J“ýžY•Z«=™rQŠ¿ÀS®h¸Æ´M]žáåš®h¼ÞT£È‹÷uH(Ñ`i¸èZ×»etgדG-IˆÃ°GÞ;zY…‰.p½›àzéâÊ2QqAaÎù´Êž<¢s MMW Z¥ä|åMñ™yÅ…Ź)ážì®g‘,Ÿ¸Œ¬ÂÂÂ’ÂËÙr$*JµÎ…zº‡Ë/+–—f†{"Šh×Ó°Îuo•,7ÚßÓ;E¤¢êÕȋχyÆ™¦àR´ï)OwïàÐÈÔÌ\Q·™L /Ç…xºÅ],i~E”—áå“Q\Býš!¤¹ñÍøG_°$.ÎÉLŒŒð÷ò¥_÷ð:“|±¸ÄNß°ôLÝ€ë!ØÃ‰=œpç¸#>ib¥R­”V /§…Ÿx](.)ë.óÉÂüÔ`_Oÿó¢²rê×’ËçB<§â%uׯš¤â–öË*¥©áªIRV”•L‹wd|F°\R^R˜™”’UiЈ.¶É¢Ö×]«‘–cö\ÀNìá€;Éõ ¯Ôë•R‰LZ) õt?SnÒU””gÅû¹Æf ͉‹2¢¼ÜCSrèŸKò/Ň„údÖÅÞÅ×nÕãgì€ëÁõs8®÷ £(MÖÿÌAHT¶äú­[5˜' \®‡ ˜Ã p½ö€J}ý¦~žd]ÍŸÆß.Àõàz‚9œ×¸‚ ˜Ã p=€ë!æpÂõ®€ëÁõs8Àõp=¸‚`'¸®×CÌá¸ÀõÁN€ë\A0‡®p=\®‡ ˜Ã ®€ëÁõ®®€ëÁõ®p=€ëÁõ®p=€ë!\®p=€ë!\®p=\®‡ p=p=\®‡ p=€ë\®‡ p=€ë\A¸Àõ®‡ p=¸Àõp=¸‚ÀõÀõp=¸‚ÀõÀõp=¸‚Àõ®p=Aàz׸‚Àõàz×Àõàz××Àõàz××Àõàz׸Àõàz׸Àõë\àz׃ë\׃ë!\\׃ë!\àzdàzp=ë\àz‚Àõ®p=ëÁõ®€ëÁõ®®€ëÁõ®®€ëÁõ®p=€ëÁõ®p=€ë!\®p=€ë!\£2€ëàzp=ë€ëàzp=ë\àzp=ë\àz‚Àõ®p=ëÁõ®€ëÁõ®®€ëÁõ®®€ëÁõ®p=€ë!׸Àõ®×¸®×C¸¸®×C¸¸®×C¸Àõ®×C¸Àõ®‡ p=¸Ü7®÷ p=뀎\Aàz®×C¸€ëÁõ®àz‚Üu×;uü¨T"Âå ãð絪ë×ÿ¤Çp=iÇ®äï[VZ\]ýgU•×=€Ž z7nÜ(-.¤Çp=iÇ®W—ëãyº¼¬¤ºúz]]-hß\¿þ'-zÞž§ óòàzÒŽ]Ï {Aþ>§Ž¥·ízÔGý˜D®‡ íÉõ€ë!\Àõàz×p=¸‚Àõ\A¸€ë!\¸‚Àõ\®‡ p=׃ë!\Àõ븂Àõàz®‡ p=׃ë!\Ü9”(ãìé[<”.»‹Åj¤énÿsQèaÀõ®woÑ Ã×>aOzLû:Z¤mßú&-ÉLŒ½"TsYYþvÝeÏÉS@I–:Ðÿ´›(ºƒ ( Â~xe¨®ÌG¿M‘ÝÅVtœ#ÀõàzÒÎ]O‘¶qŒùÔñ£(iJS^üÎPظŸ2Tí÷ò¨-9ö¬U+zÉØõ¤gõÿî¾0XÜæ ¨KN½Üû K~ð¹,£îf+:Èàzp=é ®g3æóض¸^¥ºôüNç]öÄðÕ•íÙõŽùÆ[ ìf¸àØ?4ë£ï¿X<ÅÑFWDŸ‰‹¨9•`i¿–Ô˜FIͦGV\Øñæ“uïÒopwÒèzTÑ!ݶSjXö.Mþ~’îž[Ÿ%Þ¥êJMYÀúÓuû¿ƒ¹*æ ëL­ìÂöwžj«¯qÏGÊ.0:ùÅoÖý5~K¦Š¡"£#¨—ÊV/ÀõàzrŸ»^ðŸÊÛÚwmxç>ñó%•V•ài‰ô\,¢*©2¯—u.Ðý5?¡±)4mNºÚwëLz/ •‡|8¬¡ ÎV†ÿ:Ì?V fÙë"ŠöÑpƒJöÔÛà£]¢e&[ÙÙuº}å±êÚ°ßþïž•p-¡ù~›,ɺ÷ÀAƒ‡ÍØØì&*÷ð‹ ·éaß°K½ëѦqâ·cgòÕì{—§ý(O鬶Ӥ¯ÏUÐý¦‘ŠÄ mË®gÚ £V«Ûv¼ð Àõàzòw¹^A^n¿½! ³ëÙÚwoÈàW}…Í\O«Êu¤[kØç 2ªRH?msÐÇJÂÞÔ)€Ãâ é&ÍfÒÊã§¿ÿg=ót¹~×’3oéD…Lÿ½P˲/æEbÿÛZ¸ºL=T 6ݪ‚÷BgýQ‚$ZJàù¼®ê=^s/Ád¿-ºžÈ÷eÝͮγ¼*š_Ïx5¶½ëVPdº>c£©ï2ï2M ›ˆý_ÑÕ·“ÓÉR ×òZçzm<^¦]a8ëðwrêøQzìGázÒ¾]~›ûxœÊÏÍá——ñËJËKKZ9‡Ó0žWì×ßPꬨˆºøø,Î zûÇ×tÓoù‰¶%×3xŠõ¿š»Ãáfî`º/æE JEúÏþp³s#_ìNlvWN+xE·çn ÅzåÔmeÿZ°ˆ{ &ûÕ–üñ´þn+/0¸žaž=¡×.&×cÛ;½‚¦Ø÷?Ž WÌG\.ˆ4ì›4ìÔú_§ÊÀRv|†ný~+"$f®g©Æ®×¶ãeÚôù€¿‰HXVZâãyº0/®‡ íØõ‚ü}ór²åeôjZJÓúïëYÏÓþôF¯¦7ôˆÿ&H+[r½Æù‡¶ÿr½(×Í \¤7 ákémÛäzªË?×smÚ·á¥*ý.YWùJ³Ê3ºçL«$ô1¸ÜS{³ÕtW¨äšfs8¯ü2QÿM¸'7ň)F×cÛ»VUxb~Ozao§yé¦f~/¨BöIã"›§Žënª¤|±Z²XW »9Enêz–[a2‡³MÇ c€û€êêëåeÅô8®‡ íØõN?Ê׋^+¾¯GlF¯‰’µ0ž—ÆÖøàŽÉ[3UT‹®§{ÖÇC6éÒð¬îséž-Ù&׫Ô{/ÐTg;[]™cÿ—¡âìzœK0ݯ:{ß ÃcQˆC.ÝÿϣܴW5%¾ol(Õ¶G÷.FÏf1YqïšÂ“ ô¦÷†w‰,m³~Фã»AåZ– «‹<ßè×°¤“­]ÁáŸ'HËü78ygûî Q1¸žÅV4{6KŽ>^€û€ª*-­{ô8®‡ íØõèõùe¥îè±¹ðþù–\RçìÕ»‚Ãë>eZ-×Ó=Ã?/à»W' ÐËO÷Ñ/¬>’.Ñ´p½Š\ÿ‹&jø[·Á“ÞØsIÉÝõ¸–Ð|¿ÊœS« ¿m@ìZt$GiÖ±9¾ß¼:i Mƒðõ9é•oã¥æýoiï?Xÿ# ]ÿµ_'VZqÔj½s _%a®°îéYÞ^ähP:»!Ï|+¥¨Š¨íËžtl¬Hïá^üÜßðí? ­hþ› ­?^øxîêêj-<«®‡ íËõšGÀõàz×p=¸‚Àõ\®‡ p=×C¸\Àõ®×€ëÁõ®àzp=ë¸\Aàz®‡ \€jµR©+䲎Ý^J¥¥àz×ðÀ£¥4 ¹T,ÐC5:ô9O« “ÔШ”ò+—N8¶ÇuGaï®nÇÿ¸tñ"=„ë!\Àƒ.z‰0!.vǶ-ë×¹¬sq #@Ÿí;¶ý’{­ª’éŽ-zG,..ª««»Õ1R[{£°°àÈ¡ßÒS“Õj\Aàz\r-z?~ÿ]jrbŸ/èðËËâb~ܼ1óꕚšjó·†R!?uâXIqá­Ž—â·ãHÄ"¸‚Àõ<¸ˆD‚Û¶¤%'áÓé€ÉÏËuݾµ¾¾ÞâÿÙ»kgǹ£grwïF;ݮ´Ãõ®àÁ…ž­_çRÁçãÓ逡ͅ>ÿ-xh×Û㺃Ÿúºíåep=ëx ]o‹³P À§!Ò1CŸÿp=¸‚Àõàz×C¸\®‡ p=îWyž›wœçSw·Xu¡ÿº…¯oŠ“Ý»šk*b\?Ù–$ÃAüg‘]öÚT¤¾Ç{ÑTÄîYë¼#Y~O6¸×cq=ÚznvÈÀõ®ÀˆªÈkŨ®]¬»?½)V¨¥$9çy¼èM+ÆùqëÆÚöw¼ùP_‘¶q éñzˆ„û³î%I{Þž< ³î#Ìöß>…'æõíú˜K,ã^uå×ñÄö?÷ZÝCß¹7{lÃùŠ2‚â‡÷¬=q˜s KqokÅr¸[²Áõ¤C¸Þµô¯ÇÙö{ÕSx®‡ \ü]?à%z»/!ý—ŸjþáÊH"VO™õ}dq®ÇÊé/ºf‰¢?L}ÕŠû#ŠŒ=‹¦<çZAÝáð[–ôåhÒõÉ5¿ù…G„G]¨+Â\ž{ráîKʶ þjuï¸G{”¶þˆü EÝ>ÙûœzôŸõmH‘òž× ®‡ ÷ë)C÷oRN=GL}í‹céÊÚûÇõ®çÿ¶dÚÌ//(êàz‚ÀõÀ߃2Ûuz«žv¤Ë3ûr4ÿx}¨{£­~«s÷ÎlÆ®MÖia4vç;O Õ_4ºZx´øºîEIô¶·¦ê¢{mäÌ\Rë ¨«LqB¯NnðIUÈ¿mÈ㻋«-^]¸s±¦bÚ5\Aàzp=pWïƒTø-êÕuÆþ\•"ù«Ñ¤÷’À ­±ìŒw9êãïï~`Ãü„ØÏþ-[;H«‘¦yó:q†·mÙHBþZ?†7l2Îùh@h˜¿»w"Ÿb]ÓØõú¼þ{tRbRRÒåb™Ö¨òÊôÍc‰õøU¿…DÅD?v¦@ÍÕõÄ1kÇÎcßÝé}î¬×¯‹‡òØ·)2s×ëüìŽóº]'¦åŠ)ד&~3ÞŠôú—ó.wÞѽ'Ó¥ m|ø×Ó¾A¾G¿ûw?]±©r3×cØ»….j©±œ\OÃ÷|ÙŽŒ 5^_”4úcG2à½HiKk¼Ë1¿€@Þ¡ /õ½ÝÖ#ÂÔ4–Ê·¶(ÚˆýÞêOú¼áU,/8>סӣ_ÆŠÙÖ·x¤Zr=ÓZ±ö’ƒÓ§ÛOøxìþôi{b=å§‹ÊÖŸl´ë-u$³åÂõ䮺^­ÌoŽ é³<šª«¥²üOù‹‰‹ ØýŸQ„ŒÙx彆^¾Èøÿž<æxIq£®òÒ¦‰V¤÷ókú„ p;ì™CKXeúÆ V¤ßKþõÙ÷É[Òíÿ~× ‹ë™nìzv ×C¸\ÜݧSæv²í¹€Ç§è±kÖîim_8R¤±x+*g¿S2ì³xë"“[Q%':‘§~/¡ZšßÈ´&ë„:YäI¯×½J(.3댆ßÚ29vdüÏ wè~ »“ÑR”ì幞–ï5·qü \̼ Upèi+òøöfæÅ¼wÖ.²ÜXN®GiKÜþ¯+=°IÓ5P¿v8éûŸ3-׃Eå|Š46„õˆ05MÀ¥òÜŠ¢›@•û/§‹{þíg{XûºáY—Lë+,©–\q'Ë)­)>E+õ ¢¥­?Ù0‡Aî¢ëß–[yý%-¹¼}ñPBz/ ‘ÕkR­Äsf'2㤨¶A¸ä˰P¸Àž¾Ĩ·Ð¿èøQtË7§gÛ’¡Ÿ§V¶ìzÆ…×™¹žÉR¸‚Àõàzà®¢Êøßë+ÂEú?Õ¥§_îfõøÖ+ K²£ÊÙù8!SªÙie¹žëLl߉›=è«ÿ»óԌÚìoÙÅ/õ&Ä~Ü|ç=¡Y2Š«ëÉ>fö!å°4LÂÙõä .Éí\?Û¸¤áïöÓÍ•”›.bÜ;»[l,7×£ E7,ytÓ%%¥Húr$é·ü¬ˆë!hÖÖ#ÂØ4.•çX”þDåû-ëKÿ=tu´´…õË,©Ö¹ÇSºñ]P nõÉ×C¶º^MM͵kU TñÝf˜¾ÙúLygO‚¤’^ªÌã}µà‰!·ßÈ“÷h«®QY[é7òÜIc!ʤµ#ˆÝ¼ñíb-¼HåïLÈ”…ÚkŠØO鋯ª…a‘Dw'qâŽêš…ÂM^1_Úàz× %¤ñ.æãP2êË$…%×ËumÊ2/R¦ož@Èð%[}#’âü7M¶br=Nk¶ø  J’¼kÍì‘Ö„ Yz²@ÅÍõâ?J¬ŸqLKMi$õrDËÝõâ?FDû³»^äÊd¨sls×cÚ{‹v1o¬,Öyéÿ^D ®§ÕTø¾Öƒ<²1M˜üÅH2xUŒ”ó!hÖvAcéXóÊ·½¨ŠðOGÒ™a…ñµ¬ëË,)–~3«çSÚèÿx´ödƒë!HÛ]¯ºªª²Êò“´ëøÄ=2:&>ùJHÓ¸H•ñƒî¼t»oTbr|àæ'­Èä=ùTe•&SÿF7®©Hø|8±› º],ýb¢‹é‹šü½Oк¸¿€ªRèÞäýß”‰õ®·=[·k³ÂM^1_Úàz× ÄgWô'CVœ¸×@ø¹=‰ãÊ R†)jŽú)jÌ‹„¼YÉØŸ/~ÚLðŠ-“ëqZSžôÕ(â°$´¥› ²Œ_èaöÄÙÊ\oQ°nZ]éÉY6¤ß;ÁBª5OY4žÃYêö¢ qüm'“ë1îëc<{uûbõÔÁ »ëÑÇ:ü½däšý+‡tómÃB®˸!¬G„CÇU¾Ei¡ µüA@ʱdЊ ¾še}†#ÅÜofµâÚKê܃Ïu¡»I7“¹µ'\AÚêzÕÕÕ••Ú´e'h׿…~3ß~QЛ~#ûùŠRÿ§PÿFÞ“§ÑVª¯êßÈþ¢Æ5µe§t•áb£Íµú¯=;®<'1¼B˜m§›è)£KÈÜ>Q=¡ô‹D¾ºëÉö,úÂd^¸É+æK[\Aàz°?•Eà·°ÇíGv4 ^â@z½TqûÑ;Nzî]3£{Ó£'˜)S6Œ!dä[Û}ÎEÅņü<Íšñ¾—5©rïyÝH·gÖÿáäux¯ÇUão9©r½¶í8îµmábóüñb5£1iòN#dÈ;¿Ç•¨(áùÕ£ 8ì}tÇ/ǯ*Záz•”0Òù!Bú<ÿùnÀà@ÇóTÜ\¯’iאַg¹±ZyúfúHô~aݯ€€€ckÇ×ÓÊ’¿|H÷al=mW¶²‡ YCXSÓ,W¾MEi…g?BW (JSp|^2è½úߌ½jñH±ô›Y­$¬½DƯ=âsøûEYû—êŸPÔÊ“ ÏáD;p½ëZ-ÕUjp½«*êö‹zodïsQ±±!?5¾‘µª+[ô—;áíB„çõ™Ÿïv ð8ü[`žR+‰ýâ1BÌÙð»°×ÞO¦ÙÛíÖ]µ´ZùÅÆë‰g@€¿þz2a[¦îÿ šnüŠéRÑu€é߯-‚ë!\ÖŸ±+>5Û–Œ\—$7}]¼´éöŠG¹R?”0uÊ0ý#å{[ØôHyó"JœºïÝé†çÛbÓÓqâ;^eK"ÃmMeÖïOÖ}7‹Xõž´2H`tsD÷õÌ¡v†Í{ŒžõÙé,%ÛÝ15?ì‹ç»tŸã% ÿTæmZ8i`ýÖ݇9­‹–´ÆõšJèo­+ Kÿ©.Q2Ž®Ç´wög³Xl¬î>ÔÕ“Ÿ8 µ5,±0æÙU~Å”¥ú«³wMïDìçy”Q­;& a="LMcª|ë‹’¥|û˜U¹nEꆟ†ÜõtòȆ$i%Ë15?R,ýf^+ C/é~™âÙ‡û7ÑãáY«4ýòHëN6<‡AÚìzׯÿIQš4%ÇŸ&dÜ/W”šÛ/6,¥ÐoäA·ßÈþãU¢ÖPÊË[ÆÛû ŒWVä~¿ðñÛ úEeaÈæE†m‡>ý uãú²+'V™^O|‹Ô”¥Â_1]ª.5\~ËQ2þÛ¸Ep=ëpG°¨GGøÑpîàz\ÅõþüóšF­ê€Àõ®\´3˜Æp=é ®wíšZ¥¼‹X¼ÂÜÝ]Üàz×®\AÚ±ë]»Ve>FêÀõ® ¸Þúu.üò2|"0´¹Ðç?‹ëé~A!ï€Àõ®àAG$ìܶ%1.Ÿ†HL~^®ëö­õõõ]oï®2©D.—u4dRñ¾Ý®p=ëx ¡´‰ñ±?nÞ˜—›SWW‡ÏD¤ÃÜÑ«£ÏyúÌϼz¥¦¦Úü­¡TÈOÿƒ^Jë^G#;óÊé“Ç|>\Aàzh®UU^½ryçö_ׯsYçâ @G€>ÛésžV¹›7ë,¾/4*Õ¥‹ú-+óªD,’Jĺ¥t{>”ž–"•Šáz×ð SSS]__D¤C…>ç-ÞÑkB¥”_LMq;ñǾݮ{\wtè–ž>yœ=‘ ¢R«ë!\ ]¢V+$b‘€_^Q^ÖAðùú;z‹×C¸hÀõ®àzp=ë¸\Aàzî"ZJ£KÅ"=T ã@Ÿó ¹LKá"×C¸\Ú§èI$„¸ØÛ¶à7@‡úÍ…Û~IŒ½VU‰ë\Aàzp=h(ä2Zô~üþ»ÔäÄ >_(Ðà——'ÄŰü–:€ë!\ÀH$عmKZr> ‘˜ü¼\×í[ëëëq)€ë!\®í zx¶~KŸOC¤†6úügð¸‚Àõ<Ю·ÎÅY(àÓ阡ϸ\Aàzp=€ë!\®×C¸è(ò<7ï8ϧîn±êBÿu _ß'Cƒ»‚ì²×þ "5º®‡ p=¸‚Àõàz€ ª"¯£ºv±îþô¦X¡–’äœçñ¢K4­Ç­kÛwÞñæƒpEÚÆ1¤Çë!’^1x‡´¡«ÿ†¢þÎ~kMµ)~øwÏÚ‡9²xÛÂõ®×C¸\ï¾E+z»/!ý—ŸjþáÊH"VO™õ}dq®ÇÊé/ºf‰¢?L}ÕŠ›qŠŒ=‹¦<çZAµS×cjà"m}Wÿ Eýýƽڪì}N=úÏú6¤HyïkÎ÷{­_Ó(¥kßÑO-X³ûL¾’qýŠ 7GukÚÀnÀ#NoýR ‚ë!\®×C¸^GD™í:½‹UO;Òå™}9ÿü½êÞXC»q½{D»w½»Ym¬(_ü÷ÌÞ¤JOÌ dèûGƒCC½Žïþfù3ý ±ybm_üþˆU'ÃÂÏ…ù»ïÿvé¸.„Œý.E×C¸\®‡ p½Ž7Èqj5ê¿aÞoö!#×%Ê_×û¯ž9v½áòè0æÅ5GS¥TK‹´ÊÜïîÙI· ó€Éoº&Šõ÷ 5¥¡_Ι8ØpÃÁæ1gzDͰ¦êʯã‰í+~¢ÆáwSF­OV˜ kÅ©ûß>ÈF·Ìvà4— ²f›³¸žª hã«úXén}Œ˜é|:SÑl}M‘ï*§Gv³ÒïÚvÈŒŽfÈoû¯$ü§%O:vÑoîôáþ1Õ´Õ³cÚ¶ê9öµov~³ìéavôV½',Þž 6»sj±ͼCè3Û†LÜ–©6i 0xqOÒoy„´¡(qè2Ì%^Ê|˜ÅÞÕL=Æ\ùVÅR7 'óT—En}sê .†ÛZuúÐ-WÝìÄàXíVí·ÍÔâ^š¹Ûø-™ª¦3³üìgcé÷v_Ëäz·ç4®¯H^?ŠÇK´ìÕ°Xmãi«eÞËI¯9‡òTp=ëÁõ®×{ ÐTø-êÕuÆþ\•"ù«Ñ¤÷’ÀІ¤~lLÆ»õñ÷w?°aþBìgÿ–­f_¤ÕHÓˆ”èW….îIÞ¦àÐ Žj@•œ¦mòÑM—””"éË‘¤ßò³"®}kÚ(ö®fì1.•çXKÝÌŽ)S!剴ïv}Ù§¢ñQ?–]¯’cµ9ïWr·(w×{Üàzâ³oöj¬Èc?]V4¬?z­_\bRblTèi×ÕÏ:ëIß&¶0•Ôbµáz׃ë!×{P‘Æ»˜]ɨ/“–\/×U/tj–EÊô;d«odBRœÿ¦ÉVL®ÇiÍ—AI2ƒw­™=Òš!KO¨¸¹^ügC‰õ3®‘i©)¤^.hÙ\/rå@2Ô9VÞ0à·ëÛõòt®7yŸ¹ëéÖìÿÞyƒëé‡å}*çÐ Y¬ózˈ–Ô@SáûZòÈÆ4aò#ÉàU1RÎ}kÚ¨¥ÇÌ+ß¶¢Xêfî\ …ÈâÖ %Ý^ ¶àz«Íy¿Ú»v@9¹ž¶Ük¾=±ãU¡U /†‡Ñ„FåJ5æß׫¤ŠŽ9YÓ]©»íÎR ‹Õ†ë!\®‡ \ïE|vE2dʼn ±1q „˜Û“8®¼`6±RS|êe;âøQ4ë"!oVg2ö爼bËäzœÖ”'}5Š8, méᙲŒ_hÙœ¸#[Ù‚ë- ÖÍá,=9ˆô{'XÈró‚Y=´åº¯É9~ÞP+Má‰Ù¶´$Ęõ W׳Њ«Û'«§hZRqø{ÈÈ5ûWé4æÛ†É„\‚±O±v5‡3ª|ÛŠjë1ByŽÖš5¾Æâz\ªÍy¿wó€¶èzš²°5ÒçÍ@NÏf©Tgïz’ë’襫 ×C¸\A¸ÞƒùTß·ŸìÑ€(x‰éõFPEÃ##œ>Ýq2 Ðsïš݉õ”Ÿ.*›ž&ai‘2eÃBF¾µÝç\T\lÈÏÓ¬ïëqY“*÷ž×t{fý~A^‡÷z\5þb”*×kÛŽcAQ1á^Û 6Ï/V3Žœ5ù§2äßãJT”ðüêQ†œ ö>ºã—ãWœÕC+‰ûâ1BÌÙð{@°×ÞO¦ÙÛ™»¯ª´mq=Ë­ÐÊÓ7Ó]Üû…u¼Ž­G˜Ô@–üåCº0ëi»ç\‚q£X»º’¡Ç,W¾MEµÊõ ¡ÊÞîOÈÐE?ž =ãìûW‡ ®ÇµÚÜ÷{7¨%w²â°`¯Ç±_¿ýT_Ýo.¸„²ýæÂðŽ‡……øyþ¾Åùß#é4ù‡TýC«ÁPm<‡Aàzp=Aàz Tñ©Ù¶d¤þÿö¿. ^Ú‹t{Å£\©ºS§ ³Õ]{[øCX©Úè•QâÔ}ïNÜÕpQµéé8ñ¯2Åá:§5•Y¼?¹/ÑÿfÁ¤•A£û)²¸¯gµ3lÞcô¬ÏNg)ÙFÎj~ØÏ9vé>ÇK@ÿ©ÌÚ´pÒ@Óù»sZ-áîzôÒ¢ÐMêo­{>ýЧWìŽZz  ×³Ü Ý¶«'?qjÛø“Øcž]åWLYj :{×ôNÄ~žGÕº¾mÖ(–®®dè1¦Ê·¡¨Ö¹óÔJ/ýè}¿Yõ;i0¡»<¥ù³Y8V[ÙŠýÞÅÚü·Ô_íÛ4J±éóÐôköœeùmôŠÀ¥Ãm›6èÒkÄ”yŸŒ4‰!C5«çp"\®‡ p=¸^ûƒeÚÂè€ûm©Û,òäÞ\ zã×Càzp=¸‚Àõàzp=Z‹ù‡5óÊòÌS[w÷ ¿tä› ]žÞ•©DÂõ®׃ë!\ÀõÀƒ<3¹âÌš§†ö°Ò¤Û™òÆÿŠpS®‡ p=¸\AàzÚæzë×¹ðËËðiˆtÀÐæBŸÿp=¸‚ÀõàzÐþ‰;·mIŒ‹Å§!Ò“Ÿ—ëº}k}}=.p=ëÁõ ¡Ëãcܼ1/7§®®Ÿ‰H‡¹£WGŸóô™ŸyõJMM5.p=ëÁõ ýq­ªòê•Ë;·ÿº~Ë:g:ôÙNŸó´èݼY‡‹\Aàzp=h¯ÔÔT×××ãéP¡ÏyÜуë!\®àz×p=¸‚Àõ\®‡ p=w-¥QÈ¥b‘€ªÐq Ïy…\¦¥p€ë!\®íSô$aB\ìŽm[ðNСžÃ¹cÛ/‰ñ±×ª*q€ë!\®í…\F‹Þß—šœXÁç :üòò„¸ü¾\Aàzp=h¯ˆD‚Û¶¤%'áÓé€ÉÏËuݾµ¾¾—¸‚ÀõàzÐΠ‡gë×¹Tðùø4D:`hs¡Ï¦€ë!\Àízë\œ…> ‘Žúü‡ëÁõ®×¸‚Àõàzp=ë G‘ç¹yÇy>uw‹Uú¯[øú¦8YéFJ¿wí§[d8£\Aàzp=¸‚ÀõÀ?ªÈkŨ®]¬»?½)V¨¥$9çy¼è ÷dqëÆÚöw¼Hmúº"mãÒãõIéIUÖŽ‰¤ÓL/á=*Ÿ©ŸïTQ[ÄÿAîE'<=×Càzp=¸‚Àõàz ZAÐÛ} é¿üŒPóWF±zʬï#‹s=VNÑ5KýÉ`2èã¨VÜœRdìY4å9—Ð ®w/]©Ÿïiëø?Ƚè„¡àz\®×C¸\ïA™í:½‹UO;Òå™}9ÿüÝêÞŒ{áz–ëuÔ€ë!p=¸\Aàzp½dlã<ÔjÔüßìCF®K”5¾®)ö_=sì {ÃÓaÌ‹kަJ©–i•¹‡_ݳ“nAç“ßtMëïjJC¿œ3qp7ý69ÓCY†5UW~Ol_ñ5Ž{›2j}²ÂÄ Å©ûß>ÈF·Ìvà4— ²f›3ºî›ů4b˲iƒ»êV³¹à@¦J÷bIøOKžtì¢{m„Ó‡ûÄ }Rä»êÙ1í­ôUí9öµov~³ìéavôV½',ÞžÐÐÜVcìFzs§Gv3ln;dÆGG3äM–_=õÙ #ue‘^L›`oäzª‚ ¯Nèc¥¯öLçәпŠm©3›y‡Ðg¶ ™¸-SmÒÏÂàÅ=I¿åÒ†¢Ä¡KÈ0—xi[Zañˆ·Xy gÃVŒ»fióAov²µXOꊨÃÇ"‹é>”]<ù[`¦Œ²àz&=`Þ:–ã¡” Áí@p‘ŠÒJ/ût¿"³pY Ê¼—9’^så©àz׃ë!\®÷€¢©ð[Ô«ëŒý¹*EòW£Iï%Zííq,ïrÔÇßßýÀ†ù#±Ÿý[¶š}‘V#Mó<æt.â oÛ²‘„<üµa¸®ßdœóÑ€Ð0wïD>ꦱëõyý÷è¤Ä¤¤¤ËÅ2­Qå•é›Çëñ«~ ‰Š‰ 8~ìLš«ë1ìÚiâ7ã­H¯9ïr÷÷çÝ{2öK¾gEúÎúâ ÏïôΕ“m‰Ý û²ŒúdíñÀ`ÏíïŒÖIð .{ÜýýNÿ¼h!£×')¸¯ÆÞã]Žùòmx©/!}›*×ËZÅ™é¾üõ!߯#›—ëÜäz☵cHç±ïîô>wÖë×ÅÃt[¥È*[ìLN®§á{¾lGF¬K4(þØ‘ x/RÚ¦VX8â-WÞÒÙŰã®YZÑÂAo<Ù8ÔSKiŠ=—ôë<~cŠLùß1Ö—VXr=“0o›ëµ\ uÖ.';ûöf*ʼ—ôí<î+ ,¢]o©#q˜}(®‡ p=¸‚Àõàz(êüÃN¶=ðø”nÖßîim_8R¤±xÏ"g¿S2ì³xë"“[E%':‘§~/¡˜Œ}MÖùl²È’^¯{•PfÃþ–\aׯßaä{ÍíF?›½8ðý³ /j ޽hK'm¾ß ÏÙ¶ä‘ï/êýE“x:!OìÎSs^[7RùŸ"äñíºA¾¶ôä,2tõ™ÙNm™Ç;2þç •a‘Àoaw2zCвÅÎääz”¶Äíÿº’1ÓtÊâ×'}ÿsF¢mK+Ì8—Ê›tÆ­X:¡:§zªóÏw Ã?òÏ®NzÎ?U¤jy§ù)Í|\8UC+KÛ4¡S×§·]’ä™mOF)Ôb'‚Àõàz‚ÀõÚªŒÿM°°"\d˜]VzúånVo½¢°4ÂTåì|œ©‡ Õl‹´²\Ïõ & ¶ïDˆMIJãœ-¯ÉþÝ%ÙÅ/õ&Ä~Ü|ç=¡Y2Š»ë1ìÚh}y‚Ëpb;×OÀú¢*wÏ„<¹?¯yŸÈc?B|)ѯ& ]Ü“<¼!MAq]c7JÃßí§›h(§‹Šÿl± 4ÿ¾ž<áóafŸ€KÃ$-v&7×£=î4í¬nº¤¤I_Ž$ý–Ÿq=Ħ­0?âœ*ovзbÙ5C+8tõT—ºÏëNìç¹K¢V %dÒÖ+j.ß×këqê.qø‡Ž¤ó ×liúãå/ƒë!\®‡ \¯=!w1’Q_&),¹^®«^è Ô,‹”é›'2|ÉVßÈ„¤8ÿM“­˜\Óš->§‚’dïZ3{¤5!C–ž,Pqr=Æ]k^æú7s½ÏM_Tåé†ý“÷™»žnÍþï7Hœøì›½ÈC_§Ê)Ž«qíFiäÊd¨s¬¼±nóü-¹^ügC‰õ3®‘i©)¤^.h[ìLY¬óº~-¸žVSáûZòÈÆ4aò#ÉàU1R·ش\KåÍ]i+–]3´‚ãAçROMþ±ù=É€åA|þ™‡»çX˜!ÉÅõ˜ Çc-‹[÷0±™±í’4ÓõYòÐgb ®‡ p=¸‚ p½v„øìŠþdÈŠbcâ?0·'q\yÁlRb¥¦øÔËvÄñ£hÖEBÞ¬ÎdìÏ—õwµ‚€Wl™\Óšò¤¯F‡%¡-=Ýq2 Ðsïš݉õ”Ÿ.*›…ai‘2eÃBF¾µÝç\T\lÈÏÓ¬ïëqY“*÷ž×t{fý~A^‡÷z\5þÚ‘*×kÛŽcAQ1á^Û 6Ï/V3ºž&ÿà4B†¼ó{\‰”i×&7¹„‘ÎÒçùÏw{z>˜§ÒJâ¾xŒs6üìµ÷“ivÄvæî«*í]v=®Ýh¢*’øõc é6õínþÁÁ¼]o j|6 %<¿z”ဠö>ºã—ãW¦³y-v¦Vž¾™>Ò½_XwÀ+ àØÚq„Áõ´²ä/Ò}²ZOÛEK"÷CܬæGœCå-t¦­Ø]ÏR+*9t.õÔ?24àÝGÿ,RBIâ7<ùÐ"·âæ'žYX8¥™ ‡j(R˜1rî‘<¥&ïèüQOmN–â9œ׃ë!×kWPŧfÛ’‘ë’䦯‹‚—ö"Ý^ñ(Wê…nÀÔ)Ãlõñ·ð‡°RµÑc-.¢Ä©ûÞnøBlz:N|Ç«Lcq4ÎiMeÖïOîKô?I0ie€2ž‡öõÌ¡v†Í{ŒžõÙé,%Ë÷õ´j~ØÏ9vé>ÇKÀ´ëf›(óƒ6-œÔßZ·R—þS] Oò/ ýa‘áEÛ¡O¯Ø+´ô(›;t=®ÝØLUÔ%¿¾Ù¸•U÷Áãf+3nËÀ.úE݇9­‹–4›Ôg©3õ¿ãpò§¡¶†%vÆ<»ÊO+ʬŸÕÙ»¦w"öó<ʨÖâf­°pÄ[ª¼åƒnq«\ÏR+8ô–ëÙø¿YÌþaBóPZjÓqáX–îðâ9œ׃ë!\®×®Œ›ùÉ™ìÕ´kàz\®×C¸\®hæc¸‚Àõàzp=븮‡ p=¸\AàzÚæzë×¹ðËËðiˆtÀÐæBŸÿp=¸‚ÀõàzÐþ‰;·mIŒ‹Å§!Ò“Ÿ—ëº}k}}=.p=ëÁõ ¡Ëãcܼ1/7§®®Ÿ‰H‡¹£WGŸóô™ŸyõJMM5.p=ëÁõ ýq­ªòê•Ë;·ÿº~Ë:g:ôÙNŸó´èݼY‡‹\Aàzp=h¯ÔÔT×××ãéP¡ÏyÜуë!\®àz×p=¸‚Àõ\®‡ p=€¿µZ©TÈrYÇn¯F¥ÒRp=ëxàÑR…\* è¡úœ§Õ†IjhTJù•ŒK§NÛ㺣ƒ°w×N·ã\ºx‘ Âõ®àA=‰D˜»cÛüæèP¿¹°cÛ/‰ñ±×ª*™îèÑ¢wäÐÁâ⢺ºº[#µµ7 Žú-=5Y­VÀõ®àÁE!—Ñ¢÷ã÷ߥ&'VðùB€Ž¿¼Ÿ†H m.ôùoqÀC»Þ×´øÔwÈÐm¯(/ƒë!\Àízë\œ…> ‘Žúü‡ëÁõ®×¸‚Àõàzp=ëEžçæçùÔÝ-V]è¿náë›âd××TÄîYë¼#YŽ#î"” ~ïÚO·$Èîb™²Ë^ûƒŠÔp=iW®G[Ï͸‚Àõ@ûEUäµbT×.ÖÝŸÞ+ÔR’œó<^t‰¦ãÞ¸ucmûÎ;Þ|è«HÛ8†ôx=D±Õ•_ÇÛWüDÜwq‡5¼wÜ£=¶áèü EÝ稲vL$fzÑ'w¥ôÜŠ~¤ïòð;ñ>ŠþݳöÄaÎ,ÅÝéù¿ñü„ë!p½öãz×Ò¿gÛïUOá ¸‚ p½ûìW®Ao÷%¤ÿò3BÍ?\IÄê)³¾,ÎõX9ýE×,Qô'ƒÉ £Z1VdìY4å9—Ð êž¹Ó.î°†÷Ž{´GiëÎßPÔƒäzQ«ÝY«UÙûœzôŸõmH‘ò®õüßx~Âõ¸g×S†.îߤzŽ˜úÚÇÒ•µ÷ë]ÏÿmÉ´™_^PÔÁõëÝW(³]§w±êiGº<³/矿±Bݸ‹®àzwÅõ”—þ7ÖfÜOª¶¨‘å‹ÕjÏÃõ¸»ëÕ5¥Vêñ,!Ã?:}á¬ßÑÞ×™‰ß_ª¬kwë!\ÜÕ{ŒóP«Qÿ ó~³¹.QÖô…µbÿÕ3Dz7\èƼ¸æhª”ji‘V™{øµÑ=;ét0ùM×D±þ^¡¦4ôË9wÓoaó˜3=¶dXÓX²ôѦŒZŸ¬0±Bqêþw§²Ñ-³8Í傌ÅÑš¹žª hã«úXћژé|:SaÉõHÿ©S†ÛêÊï=~Ña¥j3 Ôù®rzd`7+} m‡ÌøèhFãWü84ÐB·p¨›Å†7´ }fÛ‰Û2Õ&{/îIú-6%]â@†¹ÄK™sÙSC˜+ßê¢Ø:¿Ù·5K#¶,›6¸«n=»‘ dêôJ]þÓ’'»èËtúp‚˜²¤?Æ=i~¼,6§ò«§>{a¤n•^L›`ßèzZAÐÒ'– ˜Û¨.å-íGú,ö(Ò}}Ub¾ƒÕ˜µ1 'ÃybÞX–™÷|³wS/që|ªÌ{™#é5çPž ®‡ wìzvV7¼pƒÌ©q\•XYW]r|ñÆ«÷À)︤©Õ¯!=ÿÍ+1|RÛŒ]›¬ÓÂiìÎwžª¿>tµðhñuÝ‹’èmoM¤{›w9óã#—Ôúê*Sœ‡Á«“|Ròoòøîâj‹…Wîœ@l燩˜v ×C¸\ï@Sá·¨W×ûsUŠä¯F“ÞK+´Æ²3Þ娿¿û óGb?û·l5û"­FšæyÌ#è\ÄÞ¶e# yøký¸Ý°É8磡aþîÞ‰|ŠuMc×ëóúïÑI‰III—‹eZ£Ê+Ó7%ÖãWýpüØ™5W×ǬC:}w§÷¹³^¿.FÈcߦÈ,¸žƒÓ§ÛOøxìþôi{b=å§‹Êf»hìŠc~¼C^ê«+*U^ÙRW˜lnÒ--×ÍrÃ9¹ž†ïù²A+½¾(iôÇŽdÀ{‘Ò–œÅ²¦Nf©|k‹bí|c¤‰ßŒ·"½þå¼ËÝߟwtïÉtÚm¥ _³"}g}qçwzçÊɶÄî…}Y\zÒøxÉ-6ÇDÌ+Î|8„/}È7ÀëÈæeã:7¹‡6jJýÞêOú¼áU,/8>סӣ_ÆŠÙÖ·ØØ–\ϤçMÞA̽ĭói×[êHfÊ…ë!È]u½Z™ßÒgy4UWKeùŸò;°û?£³ñÊ5z ½|‘ñÿ=y&22Ì7ð’âF]å¥M­Hïç×ô ;àvØ3‡–°Êô¬H¿—6üê³ï“)¶¤Ûÿý®:×3/ÜØõ,쮇 p=¸Þ?:ÿ°“mÏ<>¥›]¶{ZgÛŽi,MbTåìwêB†}/c]d2Ê-9éÔ‰<õ{ ÕÒ”H¦5Y'˜É"?Hz½îUBq™{iäzÚ29vdüÏsç~ »“ÑR”,åhŠOÑ’4è£h©YkZÊ?ø!oÏTsl Ym¹ÔÍrÃ9¹¥-qû¿®ôH MW ,~ípÒ÷?g$Z®Τ¬G‡©!.•çV”’[çkù^s»ÇÂÅf/|ÿlËš‚c/Ú’ÁŸÆI¹ö$Û±0ÞQéÉY6dèêÆû}Æs8¹´‘nW¹ÿrzÏ¿ýlëq_7»¢?²âąؘ¸ÂÌíIW^2Lbt4›ÄhºHțՙŒýù²á§¾¯Ø2¹§5åI_"KB[zx¦,ãZÄ&îÈV¶àz‹‚%Óêú½,¤8?‡S{ð¹.ôX¶ùVæ/§šÏáäR7Ë ¿º}±zê`¦%C‡ÿ{gWU™ÿñQ—4Ä­Ì´ÜÒÊ%“¦²qiq2ýµLÓÏFSËÔÔÆËF§qjpßsT‘\"MJ%wDDT@–»_¶r©ŸÓëõ;wA.Üs®WD@x¿_ï?ðÞsçûœçžç¹çŽó¦®žØ¾A×Ï­³C=p¶Cz‡GljBlv¾r›r.n”dmû£›ð™P~çeÓ¥­¿±è–a¦¹M¦îítK*•c÷‹¼Þ-Ýy¥9œŠÍU”·k|—vãc’^m.ÚŽË)t°¼l±Ž*²oyÛ9œŽZ‰¬pw³Þõë×þ¹ÄjIö)ëõô—ÎÛ²Íæ‡KWï_6šÿ™o¾z¯H/*ù¹0Å|’F«J—,É2]&&¨mV/1ŠÛgâ·Ë+Å· ó4æ:i g=f¾t›ßREš.‹R¥kýÆË½bÿîíHÖ ëa•<•%/jT³²ÇtXUÅ¿Ù\´x#.·ìá$‹·ÆÄn_9õé¦åN"û–1ù³®BtúË¢ˆo$%îüª¿«â}=g–,¾>¢±h<ÈosT\Øú•¡)¶[+8¶pq@ÜÞÂŽònÏ^*T_Ó_ˆöc6$eçï›ò¥€ ˜øøðM‹ÿ˜b{gÏbvîŒX?wtgÑdèš³…%Îf=§ ´ß['öM¾ðýñ/¤=¾ð̯Ãbbb>î!”ŠîÈß;›þz¹ö_VLœ=p¶Cz‡GG©ù¯Ô¦œÅùß}$ÕÛòùéËCcãcCׯ‹M/(Ñ$}ÒMïáŸmˆ‰[ùaOáñÜòóÇßœoI¥ca»šüº Ѹ߄Û¢ããw,ûK[¹g³(ÔX’ÿÍûí…ÏØø¼â⢌ÀÍDÛq;¥ŸÛD¾XåŠì[¾\Ê­ä\ãóN€;Èz×JJŠ­gY²^JAqÙ‹f ¥Wïðo$&îü²ôê]RpÚß|’æ—m$ŸùúðÜôå!±ñ1¡ëׯ¦K4‰¥§ytéiþìrÓE¸¤D¬ôÒ±=&&Ú|éèµÐôc™Û¾RþÝ"›ë€Ò϶‘õÈzX_cw)h˜‡è4ó°¾üëªø·ZˆÆ/‡^6šÃŽw¿¾Í_:ТǨò_: ÿV±ú§U`yÞ»n÷ù<6&,»H6Ô8µ¤1uó{O˜>«$\îï31.Ïæ.†.éÓç:xZVoöð Ó‚SŽî¼æìþä>šË3}µÙù¸ŽêÓ¦‘yí¦Ÿ™ù½¦B6¼9É·‹—‡uû]^˜²±ô{%œËzN(»··Ú7ùÂÍÏößúá3¬»ìéÝÕwRÔ¥b¹ßRxvÙ€¢ÉˆÐìâÛ;†ôŽŽR!J;_‰MÝÆ­%Ëê^®¦µyõ›aùn‹‹»þ5Úò¢G‡c—'æ•}K‚“-©x,Ê=)sïü·KÛÖ¥i»Ãf'ê”v²\ºäÏ»¹4{eÛÅBëWa.ØH<òÙa­£~"[¬REö-o¬ðä%…Vr:ëñN€Êe½k×®Y-Ê (Dÿœ6•½h}K•,]½Û–]½{ýoXfaQ±ñ”áñRdží†ó±sGõ.»>ì×H//ìübtïÒÓü¯Ëæ–.¯;½eRùKGäÅÂb¹Û¾RþÝÂ,Ëu`mšQñgÛŠÈzd=¬–/}Vž®Æ÷Œ#"ߥp7³ÞÕ«WŠ ê¡d=²’õî¶®ùô D²À]ÏzW®-:ø“ts™:#Y€¬‡d=D$ëÔá¬wåÊ/öc¤ú Y€¬‡ˆˆu ëùÍœ‘s9›¿†P‘’‹Ôÿd=Ó"ôõP²YïuUª¼% ý%%ò×ê!çÓÏ-]´à÷ß—Íz+—-Ñi5z½®¾©ÓªW-_JÖ ë!"â=­4 =ôCâ¼/椟K»qã¡ÞÜÑ»!õy©çŸI9ýë¯×íO £A¿5p³ô®÷ê›gϜޘ—“CÖ ë!"â=í•_~N9}jÉ¢ù~3gÌœñb}PêíRŸ—¢Üÿ{Cö¼(*(8qìØÆukSϤhÔ*­F]”*•êÝ´~Ýñ£ÉZ­š¬@ÖCDÄ{Ý_½þûï¿óêRŸ—½£wÓ£þØOÉÛ¶l^µ|銥‹ëƒR¥Á[¥ §ÊËý¹¤ˆ¬@ÖCDDD¬“4jU^ÎåÜËÙõļœó½"Ù!ëõ±îIÖ ë!""""Y¬@ÖCDDDD²Y€¬‡ˆˆˆˆd=¨ò¬¸I«Qq¹CDDD¬?^½ò˵kW¥q Y g½¸èÈì¬Kׯ_ýå—®{ˆˆˆˆõ!èýöÛoY—.Hã@²@Îzéç"¶_Îμ~ýÚÿ‡ˆˆˆˆuÛk×®JA/|{ð…ôt²@Îz–¸¸IZë¶Ò¨Oû)=²@]Êzˆˆˆˆˆd=²""""’õÈzd=DDDD$ë‘õÈzˆˆˆˆHÖ²""""V•%ÅEªü\²À½’õB·^½z…k"""":¶¨À(e=iôHÖ¸'²Þ®Øèô´T½NS\\Ä eïèš‚^Þ…óç¤Ñ#YàžÈzéiQ;¶ŸKKÍÏËADDDD´W•Ÿ+)=iÜx!=­Ú²":¯}ֳĽ±Ñ¡Ûƒ·lFDDDD´W+J#Æ›A¯²ÞIß#"""""Öaeÿ»¾Æ½ÛYï¿ušú™õ뛵á.!Y±j­ w ÉzˆˆˆˆˆˆuO²žœªãkfÌ ?£µËw<ÀoVÈY}]ë u®dݹðGŽúÇU½>¬·ÓJ2-V»Õg~·hÊþIձêc!+¢ÒuüÉ@DDD²Þ½õ4G¿ìëæî»ð˜L(0æœÕݵÙð gµ5°o†ÜÓß„†ìË(‹$ª3º¹·zyÓŽBkoÉ5æ&-}ûq¯†¦^ç><,óÜæ—[¹=:m¿ið¯>üyÑlTLn­ªÑþÖì¦l[É®Åj¸oßRíñ¯z÷Ã/ßå}3\Ú=ûé&¢ùЕ'ÕüÉ@DDD²Þ-²žî|Üì»4‘–uõî?vmrž±Ý,Èyõ>—îŸV+,³çýv¢í„=yÎmP}|í›í]¼Ç~“çû–¿ïƒ¶ÂgâÞ²ê£KG=éûQl¦¡Ž–ìð^dÒÌÎÂí‰É«ÃwíÙ½÷§,]fÜ´gž¹ä'}r©ê«ìÖì¦jOÖ«D9Õ“õ´§–û6k=ø³Øt /‘¬w«¬§>>@#Ñb°ßú° ci |ÞÍÔ×’ÑZÜÏÕcÈætƒâ2š“þ}4”q‹}6䋸×è®æ»N^w)ëÕù’ýAÊÒ>ÂmHhö-SL•ÖHÖ«_YϨW¥§æ0{ÉzÎd½üo'úˆ&/o»`¾¥9ôiá:èëÔŠƒp}zØûƒºx7q1oó¾n¯~ºðÓ7Ÿêè)ýÃåþž£çÌ)“kÓ¢gÿ©gKÓ‚ž>;eËIµuuß®Þ-«»·8~ýQµì¨2;l¨›èåRgú§öÌÒ']Üoµ ø 9‡VŒéïãfÞ„w¿ißZ‹î¤oá>4è‚ÃÛ‘Ú3˵z`ð´ÕëÆµw|4)k^í|_Ó¯hèõø[‹oÖ¥ËØóå[ýÚ™»çƒ#VžÔš÷ü&}’¤®0ÜÕeìš÷úm™×ð}oÅÁÃÍÆThê/Y>üÃg»ù4±TѼËàÉëåY÷3#næÐ^m›ßq{t²ù)e®ý&ÿ™s9jdñÈÜdmÅärg5*,_™Ö¶?‚UØul…ÓÄAÖS<­îâY©Ü2r-`én>Þžö½Z¡%å;Ø…„ÿü¹¯O#ó‹žÞø¾â¨Ñ”ú"""b½Ïzºãóº ñÔútëˆ:ïû>¢ékQ¹rÿi/zNß<ÿΦXðü´¥ÛÂ÷Î{­­£Áœï¦w »Y¸}÷®à¯Fw¢Ûg?ªJWŸ¶aGDdèj¿!-…xô³Cª[e½¬ˆ—=EךshòœnµÇû«b÷~—±iãÎ4ÝÍ}n+ÚŒO¸Å=ƒÎhþHÝÔ²ž>ïpІ ¨Ý{âCüßì$ÄÃ~–ºògõp-ž™¼X*9dý²€ä<Ëž·µv_bbRbÒ±ó*c¹¬—wЯ»‹h9øo«BvlY8þqwáùürs]Z£úK.Ý™uaááÛVÎñ€M†®>U¶ŸÝ§¬‹ˆßšxÉp«¢>½àSk$NÉ1(f½;ªQaùJµ¶ý¬ÂÎà¨c+œ&ŠYÏñiu·ÎJå–‘kËÖ·hËŽè°õ³‡·²éÕ -)×ÁgõtÍM^±qf?·›IS¾ ÅþƒˆˆˆXﳞjïS¶‹¾\:ò?ö¥4ú°.Ãàh‚VfðwÑõGÌ9ýÙ5ý…è³$Ug0^Ø6ÌCô˜wÔúÀ¬ð‘MEg¿4åW7œ]5@ˆÇæ›Ç½†Äº“ {‰F´N ÌOç-ZŒ ɨxÏQwzIÑà™-™Î4ò-²žmPÊðm ¬•šÂx)䥯¢Í¸]9Žç¹Ù”iYÅ{ìNë*ú´/¸‹v“äWlÌr­Qý%W¸©=½bP#Ñqê÷*™YyÎeR)ëÝY²ËW²µŸ©X‰Î Ü±O…¬çäiuÏÊòÊ·@…­¥­~Ê¥tk -)×Á¶¿ÒX´z;2ËrýÉÝùçû­YO©Š,¥þƒˆˆˆHÖÛ;¡LÖ[ë8ë©÷Oj'¼Æ%äšß½7ú>ñð¬ÃjƒúàGív ùq¹uy»Ç´?ú^í8ë©Ìéjs“Qudáû…hÒý•)KcOªnî¡áüiÚwUºþγž*%xæˆÞíš4­Y3a-«N{@x¼´#«Àé¬g·ŠöÌÒ>B<±"UWà 5ª¿äŠãmíé…I›þúœÎ~(~E9ÈzwX£Üò•lí[d½;ë Ê[ñ4QÈzNžVwñ¬,¯| 8ØšBKÊt°Äé·áa™ÖmÚd=Å*”ú"""bM»#dÛo¿þZƒYO{ì_Ý…¸¡l§4Æk22*Ça"0»Zÿõ˨2gç[-ÄC?$*¿—R…ëÓ‹ú±ÔCÇÒrÇ ã½EûÉûMã@Õþ)í¥míÉ·ÏzÚ“ z ·!ÛËâƒ!÷DôâÉCt¢ÝiZË ÓSA\|/ÝñM.MòœžB<ðºXÂÁ¤ásw±￟ÚQ܆ßVÖû¨ü*ÚTSúx|¹Lú°ij/Ù>ë¥,2g½4Ù¬çtQ²Þ×h·|%[Ûa¢¹ÓΠܱO¥¬çÜiU•g¥ã¬'ÛÊ[SjI™v`r{Óg=³e²žRJý±¦•‚^Íf½‚ü„ñmDÓÁ-Ïf9<»«h0pUª¾RYϘ0ØM´~':ÛámÁòéæÄüžÂeÀª4½ÌçõÂ_ô=¿¾ËwØÕ^rÅÑŸß2ÌS´™°OnZæm%Ÿõ¢s«²Æ²å+ÙÚöG°*;ƒbÇVÃP©ûz?Îê"D§?Ïß¾{ïý1óú¹Z¥†ì„É ÑòÙ©K‚"£#ƒÖ|yFk¸úrcÑøé™£BÖ, :QþP¹þö¨^ÃüÖFD‡,û Ÿ§pÿÃ’ZÇcìj/Ùú| Ó ˆˆ Z6y`Sáúä¼#£ìSô.ªBÖÓ§®ê'DûwÖÈÐV¢FÛ;ÑòËWªµí`v[é4±m%ÛŸ;­ªò¬tØ2ò-àྞRKÚ÷Ã…ˆ·[ Ñáµ/ãv†oøüOío>T¡ ¥þƒˆˆˆXãS7k|§y²\zô¬a™ÔÞºï˜Õ‡s·ºû£8ª4E³QÿÙÛÛòÈô¦ÍØ—ë8Ý Ô'>ðíànÙ_O¯.ƒÞßqÞò¤Ý Ó·¬½¸Í4àÏ?à÷‡ž–…šu½Þ ¹ ·Ö-ÕÕÚÕôF£Ö}§™n=hNnûxKa~Ä}ïñQYš Ï9I›ûše÷O½»d¶þV÷Sª¿dKÖóêûdGÓ¯iÑ}äܸ ìôÎÛ)ªBÖ3ê.ÅìÛ¦QÓ¡!Y•¨ÑF…å+ÙÚ ¡ê:ƒÁQÇ–?MʵR¹sæ´ªÚ³ÒQËȶ€£ä¨Ð’r̘wdÝ„§ÍæÒª[ï¶RÖóûA­ÜhŠý±¦§nÖüÎZ®>}ëKMôúâ¨Za¼½S; ¯wKÀx)x˜G£A_Ÿ½‡ÊWÍ%WÓW`ßYX/5fvO,KÑÓˆˆˆÈκ—õŒÍ‘¹½6~nùI­Ì»ù‡æHo^sÆú ¼„‰y½”qoOâªÖ’k$ëÝfXoTô_¼qÇ®o÷&D­ût¸—hôÔâtDDD¼'§nÖŠ9œµÝüäe“ü‚OÉLÍ2ä&¯6= Åö;¼ Z­ñžï*ÕXr e½Û­ë…†ÌøÉý;4s1_º<Ú=ù?_Ä¥sSïÑ©›ÌáDDDDDDd'Y±öOÝd'"""""bÝ›ºÉNDDDDDDæp’õÉzd=DDDDDÄ:œõ¤-#"""""bMy7²""""""Ö¸ ðÿb[m endstream endobj 548 0 obj << /Type /XObject /Subtype /Image /Width 1188 /Height 666 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 27943 /Filter /FlateDecode >> stream xÚìÚeœWš`aQ•J\bfffffffÆ™ÅÌÌÌÌl™mÉ–d¶Ð(0iåžv÷ÄÀÎîÆ¬ì=ÏŸÌÈÈÌȸ?NÜ÷æMþ_’þ$ ÀÿÕúãM‰àµû¯2õGž'Nœ^³Wéù#Tÿy¡~¯SLLllRx­bccb~/ÕR©W¯½€?IÊ)R$OþªT1¯Ô¿KkàÏ”.]Ú4©S¦H–ôï•"QþR²fΔ!.mêÉbÿ]¤H€?_ÞÜ9â3gH›*yÒ)àÏW²xáü¹³eŽKâ_"E¢ü¥T©PºhþœYÒÿ-Rÿj#E£ü4©_£b©B¹³¦O<6É?7R\;ð—Ð¥]óúÕÊÉ%.U²˜n¤&LÄÚøó í×­M£êe åÌœöÕ´—èŸJÌÚøóM;¤W»FÕJåÏ–!õ?7R¯¶QIX>}ö¤a½ÚÔ¯X4÷«Ô?N¤h€¿†È' éÖ¼féüñq)“Ò(-ËæÚ³ÇökW¿Bᯆ½ß¯üý8*†µðç[»lŽ6uh—&UŠçΔ&y ð—²iõBgÖ¨ž-j”ÌûûÔßÍ_5*–µðçÛ¾~Y(ëÛºv™|YÓ¥ˆMò·Fý~E£üìÜ´r®:q@»ºe ħûã½ß•”µðçÛ½eõ|cò õÊŒûã'ðWiÔÖ5 Œ©ƒ;Ö¯P0Û?.Ð({¶®Yh½jTƒ …²¥§Qþbön[»Ðš6¤Ó«Fe§Qþвi€¿n£ÙÓ†vjH£Ð( QhÐ(4ŠF Q@£Ð( Q@£Ð( QhÐ( QhÐ(4 hÐ(4 h4 h4 4 €FÑ(4 h4 ¢QhÐ(4 hE£Ð( QhÐ(4ŠF Q@£Ð( Q@£Ð( QhÐ( QhÐ(4 hÐ(4 h4 h4 4 €FÑ(4 h4 ¢QhÐ(4 hE£Ð( QhÐ(4ŠF Q@£Ð( Q@£Ð( QhÐ( QhÐ(4 hÐ(4 h4 h4 4 €FÑ(4 h4 ¢QhÐ(4 hE£Ð( QhÐ(4ŠF Q@£Ð( Q@£Ð( QhÐ( QhÐ(4 hÐ(4 h4 h4 4 €FÑ(4 h4 ¢QhÐ(4 hE£Ð( QhÐ(4ŠF Q@£Ð( Q@£Ð( QhÐ( QhÐ(4 hÐ(4 h4 h4 4 €FÑ(4 h4 ¢QhÐ(4 hE£Ð( QhÐ(4ŠF Q@£Ð( Q@£Ð( QhÐ( QhÐ(4 hÐ(4 h4 h4 4 €FÑ(4 h4 ¢QhÐ(4 hE£Ð( QhÐ(4ŠF Q@£Ð( Q@£Ð( QhÐ( QhÐ(4 hÐ(4 h4 h4 4 €FÑ(4 h4 ¢QhÐ(4 hE£Ð( QhÐ(4ŠF Q@£Ð( Q@£Ð( QhÐ( QhÐ(4 hÐ(4 h4 h4 4 €FÑ(4 h4 ¢QhÐ(4 hE£Ð( QhÐ(4ŠF Q@£Ð( Q@£Ð( QhÐ( QhÐ(4 hÐ(4 h4 h4 4 €FÑ(4 h4 ¢QhÐ(4 hE£Ð( QhÐ(4ŠF Q@£Ð( Q@£Ð( QhÐ( QhÐ(4 hÐ(4 h4 h4 4 €FÑ(4 h4 ¢QhÐ(4 hE£Ð( QhÐ(4ŠF Q@£Ð( Q@£Ð( QhÐ( QhÐ(4 hÐ(4 h4 h4 4 €FÑ(4 h4 ¢QhÐ(4 hE£Ð( QhÐ(4ŠF Q@£Ð( Q@£Ð( QhÐ( QhÐ(4 hÐ(4 h4 h4 4 €FÑ(4 h4 ¢QhÐ(4 hE£Ð( QhÐ(4ŠF Q@£Ð( Q@£Ð( QhÐ( QhÐ(4 hÐ(4 h4 h4 4 €FÑ(4 h4 ¢QhÐ(4 hE£Ð( QhÐ(4ŠF Q@£Ð( Q@£Ð( QhÐ( QhÐ(4 hÐ(4 h4 h4 4 €FÑ(4 h4 ¢QhÐ(4 hE£Ð( QhÐ(4ŠF Q@£Ð( Q@£üÅíÙºf¡5mH§4 €ÿ-»·¬Y`NÜñU£²Ñ(5;7¯šoLܱ~…‚Ùâh€¿˜m–ÏU' l_¿ü¿mTŠtñÊÖi×o¼,^³iÛÎÝ{öì€×fÏžÝ;·mZ³8Æ÷kW§lø¸ÿªQ±)ÒeÍWºV«^£gZs—­Ù°iËÖ­ÛàµÙºu˦ k–ͳgîݺV™üñéRÄþK£^E*qlŠ´Yò–¬Þ¬ÛÐɲ;wñò•kÖ¬Y ¯Ïš5«–/žçÊ“‡vkV½dÞ,¿7*áŠIž&sîb•vè7zšlsç/X¸p¼> ÌŸØò´Ñý:4¬\,wæ4Écÿ³QÉRgÈQ¨\í]ŒžCš¹õG£^m¤’¦H“!kŽ|…Š•,]¶\xíÊ—-]²X¡|9²þž¨˜ÄõþÖ¨DI^E*u\¦ø¹óæ+P°`ÁBðZ½ O|ysçˆÏ—úU¢þ¹úg¤R¥Ë9K||¶lÙà5Ë–->>Kæ qiSý›Dý#RÉR¤L&]º¸¸ôðÚÅÅ¥K—&uÊÉþm¢~oTÂD‰“ÄÄ&M–<Å+)àµû½>É“%IòûYÔ¿nÔß"õ{¥’ÄÄÄÆÆ&€?Á«üÄÄ$ù{¡þu¢þQ©D‰¿ ü9^%(ÑT¨?"õ·NÀŸå%ø%€?]‚ÿkà¯Ü(þ;ëeþÛc:µøS¼ü_xþ?ûÌ)áÿáKøùûÿÿ ¾ÿïûoHh…øÿêÀÊð øS‡Ü×5¤2^Û€ €ÿßÝËË"þ›Ùbþöørv!¡HH,$b„X!©LH.¤R ©„ÔB!­NˆÒ „ŒB&!³EÈ*Ä Ù„ìB!§KÈ-äò ù„üB¡ PH(,Š Å„âB ¡¤PJ(-”Ê å„òB¡¢PI¨,Tª Õ„êB ¡¦PK¨-Ôê õ„úB¡¡ÐHh,4š Í„æB ¡¥ÐJh-´Ú í„öB¡£ÐIè,tº Ý„îB¡§ÐKè-ôú ý„þÂa 0H, † ÄáÂa¤0J-ŒÆ ã„ñÂa¢0I˜,L¦ Ó„é a¦0K˜-‚(H‚,(‚*h‚.‚)X‚-8‚+x‚/B(DÂa®0O˜/, ‹„ÅÂa©°LX.¬V «„ÕÂa­°NX/l6 ›„ÍÂa«°MØ.ìv »„ÝÂa¯°OØ/ ‡„ÃÂá¨pL8.œN §„ÓÂá¬pN8/\. —„ËÂáªpM¸.ÜÞn o o o ïï ï ï  ·„ÛÂGÂÇÂá®pOøDøTøLø\øBøRøJøZ¸/< „ÇÂáá[á;á{ááGá©ðLx.¼~~~~~^ Ä„b"1±˜DŒcŤb21¹˜BL)¦S‹iÄ´b:1NL/f3Š™ÄÌb1«/f³‹9Äœb.1·˜GÌ+æó‹Ä‚b!±°XD,*‹‹%Ä’b)±´XF,+–ˋĊb%±²XE¬*V«‹5Äšb-±¶XG¬+Öë‹ Ä†b#±±ØDl*6›‹-Ä–b+±µØFl+¶Û‹ÄŽb'±³ØEì*v»‹=Äžb/±·ØGì+öû‹Äâ q°8D*‡‹#Ä‘â(q´8F+ŽÇ‹ĉâ$q²8Eœ*N§‹3Ä™â,q¶(ˆ¢(‰²¨ˆª¨‰ºhˆ¦h‰¶èˆ®è‰¾ˆ¡‰sĹâq¿x@<(‹GÄ£â1ñ¸xB<)žO‹gijâ9ñ¼xA¼(^/‹WÄ«â5ñºxC|C¼)¾)¾%¾-¾#¾+¾'¾/~ ~(Þo‹‰‹wÄ»â=ññSñ3ñsñ ñKñ+ñkñ¾ø@|(>‹OÄoÄoÅïÄïÅÄŧâ3ñ¹øBüIüYüEüUüM|)&J‰¤ÄR)FŠ•’JɤäR )¥”JJ-¥‘ÒJé¤8)½”AÊ(e’2KY¤¬R¼”MÊ.årJ¹¤ÜR)¯”OÊ/ J…¤ÂR©¨TL*.•JJ¥¤ÒR©¬TN*/U*J•¤ÊR©ªTMª.ÕjJµ¤ÚR©®TOª/5J¤ÆR©©ÔLj.µZJ­¤ÖR©­ÔNj/u:J¤ÎR©«ÔMê.õzJ½¤ÞR©¯ÔOê/ Jƒ¤ÁÒi¨4L.FJ£¤ÑÒi¬4N/M&J“¤ÉÒiª4Mš.ÍfJ³¤Ù’ ‰’$É’"©’&é’!™’%Ù’#¹’'ùR …R$Í‘æJó¤ùÒi¡´HZ,-‘–JˤåÒ i¥´JZ-­‘ÖJë¤õÒi£´IÚ,m‘¶JÛ¤íÒi§´KÚ-í‘öJû¤ýÒé tH:,‘ŽJǤãÒ é¤tJ:-‘ÎJç¤óÒé¢tIº,]‘®JפëÒ é é¦ô¦ô–ô¶ôŽô®ôžô¾ôô¡tKº-}$},Ý‘îJ÷¤O¤O¥Ï¤Ï¥/¤/¥¯¤¯¥ûÒé¡ôHz,=‘¾‘¾•¾“¾—~~”žJϤçÒ é'égééWé7饔@N('’ËIä9VN*'““Ë)ä”r*9µœFN+§“ãäôr9£œIÎ,g‘³Êñr69»œCÎ)ç’sËyä¼r>9¿\@.(’ ËEä¢r1¹¸\B.)—’KËeä²r9¹¼\A®(W’+ËUäªr5¹º\C®)×’kËuäºr=¹¾Ü@n(7’ËMä¦r3¹¹ÜBn)·’[Ëmä¶r;¹½ÜAî(w’;Ë]ä®r7¹»ÜCî)÷’{Ë}ä¾r?¹¿<@(’ËCä¡ò0y¸*“Ë'ä“ò)ù´|F>+Ÿ“ÏËä‹ò%ù²|E¾*_“¯Ë7ä7ä›ò›ò[òÛò;ò»ò{òûòò‡ò-ù¶ü‘ü±|G¾+ß“?‘?•?“?—¿¿”¿’¿–ïËä‡ò#ù±üDþFþVþNþ^þAþQ~*?“ŸË/äŸäŸå_ä_åßä—r%¡’HI¬$Qb”X%©’LI®¤PR*©”ÔJ%­’N‰SÒ+”ŒJ&%³’EɪÄ+Ù”ìJ%§’KÉ­äQò*ù”üJ¥ RH)¬QŠ*Å”âJ ¥¤RJ)­”QÊ*å”òJ¥¢RI©¬TQª*Õ”êJ ¥¦RK©­ÔQê*õ”úJ¥¡ÒHi¬4Qš*Í”æJ ¥¥ÒJi­´QÚ*í”öJ¥£ÒIé¬tQº*Ý”îJ¥§ÒKé­ôQú*ý”þÊe 2H¬ Q†*ÔáÊe¤2J­ŒQÆ*ã”ñÊe¢2I™¬LQ¦*Ó”éÊ e¦2K™­ЍHЬ(ŠªhЮЩXŠ­8Š«xНJ¨DÊe®2O™¯,P*‹”ÅÊe©²LY®¬PV*«”ÕÊe­²NY¯lP6*›”ÍÊe«²MÙ®ìPv*»”ÝÊe¯²OÙ¯P*‡”ÃÊå¨rL9®œPN*§”ÓÊå¬rN9¯\P.*—”ËÊåªrM¹®ÜPÞPn*o*o)o+ï(ï*ï)ï+(*·”ÛÊGÊÇÊå®rOùDùTùLù\ùBùRùJùZ¹¯u¿z@=¨R«GÔ£ê1õ¸zB=©žRO«gÔ³ê9õ¼zA½¨^R/«WÔ«ê5õºzC}C½©¾©¾¥¾­¾£¾«¾§¾¯~ ~¨ÞRo«©«wÔ»ê=õõSõ3õsõ õKõ+õkõ¾ú@}¨>R«OÔoÔoÕïÔïÕÔÕ§ê3õ¹úBýIýYýEýUýM}©&Ðj‰´ÄZ-F‹Õ’jÉ´äZ -¥–JK­¥ÑÒjé´8-½–A˨eÒ2kY´¬Z¼–MË®åÐrj¹´ÜZ-¯–O˯Ð j…´ÂZ­¨VL+®•ÐJj¥´ÒZ­¬VN+¯UÐ*j•´ÊZ­ªVM«®ÕÐjjµ´ÚZ­®VO«¯5Ðj´ÆZ­©ÖLk®µÐZj­´ÖZ­­ÖNk¯uÐ:j´ÎZ­«ÖMë®õÐzj½´ÞZ­¯ÖOë¯ Ðjƒ´ÁÚm¨6L®ÐFj£´ÑÚm¬6N¯MÐ&j“´ÉÚmª6M›®ÍÐfj³´Ùš ‰š¤Éš¢©š¦éš¡™š¥Ùš£¹š§ùZ …Z¤ÍÑæjó´ùÚm¡¶H[¬-Ñ–jË´åÚ m¥¶J[­­ÑÖjë´õÚm£¶IÛ¬mѶjÛ´íÚm§¶KÛ­íÑöjû´ýÚí vH;¬ÑŽjÇ´ãÚ í¤vJ;­ÑÎjç´óÚí¢vI»¬]Ñ®j×´ëÚ í í¦ö¦ö–ö¶öŽö®öžö¾öö¡vK»­}¤}¬ÝÑîj÷´O´OµÏ´Ïµ/´/µ¯´¯µûÚí¡öH{¬=ѾѾվӾ×~Ð~ÔžjÏ´çÚ í'ígííWí7í¥–@O¨'ÒëIô=VOª'Ó“ë)ô”z*=µžFO«§Óãôôz=£žIϬgѳêñz6=»žCÏ©çÒsëyô¼z>=¿^@/¨Ò ëEô¢z1½¸^B/©—ÒKëeô²z9½¼^A¯¨WÒ+ëUôªz5½º^C¯©×Òkëuôºz=½¾Þ@o¨7ÒëMô¦z3½¹ÞBo©·Ò[ëmô¶z;½½ÞAï¨wÒ;ë]ô®z7½»ÞCï©÷Ò{ë}ô¾z?½¿>@¨ÒëCô¡ú0}¸>B©ÒGëcô±ú8}¼>AŸ¨OÒ'ëSô©ú4}º>CŸ©ÏÒgë‚.ê’.늮ꚮë†nê–nëŽîêžîëê‘>GŸ«ÏÓçë ô…ú"}±¾D_ª/Ó—ë+ô•ú*}µ¾F_«¯Ó×ëôú&}³¾EߪoÓ·ë;ôú.}·¾Gß«ïÓ÷ëôƒú!ý°~D?ªÓë'ô“ú)ý´~F?«ŸÓÏëô‹ú%ý²~E¿ª_Ó¯ë7ô7ô›ú›ú[úÛú;ú»ú{úûúú‡ú-ý¶þ‘þ±~G¿«ßÓ?Ñ?Õ?Ó?׿пԿҿÖïëô‡ú#ý±þDÿFÿVÿNÿ^ÿAÿQª?ÓŸë/ôŸôŸõ_ô_õßô—z#¡‘ÈHl$1bŒX#©‘ÌHn¤0R©ŒÔF#­‘Έ3ÒŒŒF&#³‘ÅÈjÄÙŒìF#§‘ËÈmä1òùŒüF£ QÈ(l1ŠÅŒâF £¤QÊ(m”1ÊåŒòF£¢QɨlT1ªÕŒêF £¦Q˨mÔ1êõŒúF£¡ÑÈhl41šÍŒæF £¥ÑÊhm´1ÚíŒöF££ÑÉèlt1ºÝŒîF£§ÑËèmô1úýŒþÆc 1Èl 1†ÃŒáÆc¤1ÊmŒ1ÆãŒñÆc¢1ɘlL1¦ÓŒéÆ c¦1˘m†hH†l(†jh†n†iX†m8†kx†oFhDÆc®1Ϙo,0‹ŒÅÆc©±ÌXn¬0V«ŒÕÆc­±ÎXol06›ŒÍÆc«±ÍØnì0v»ŒÝÆc¯±ÏØo0‡ŒÃÆã¨qÌ8nœ0N§ŒÓÆã¬qÎ8o\0.—ŒËÆãªq͸nÜ0Þ0noooïïïï·ŒÛÆGÆÇÆã®qÏøÄøÔøÌøÜøÂøÒøÊøÚ¸o<0ŒÇÆãã[ã;ã{ããGã©ñÌxn¼0~2~6~1~5~3^ Ì„f"3±™ÄŒ1cͤf23¹™ÂLi¦2S›iÌ´f:3ÎLof03š™ÌÌf3«of3³›9Ìœf.3·™ÇÌkæ3ó›Ì‚f!³°YÄ,j3‹›%Ì’f)³´YÆ,k–3˛̊f%³²YŬjV3«›5Ìšf-³¶YǬkÖ3ë› Ì†f#³±ÙÄlj63››-Ì–f+³µÙÆlk¶3ۛ̎f'³³ÙÅìjv3»›=Ìžf/³·ÙÇìkö3û›Ìæ s°9Äj3‡›#Ì‘æ(s´9ÆkŽ3Ç›̉æ$s²9ÅœjN3§›3Ì™æ,s¶)˜¢)™²©˜ª©™ºi˜¦i™¶é˜®é™¾˜¡™s̹æs¿yÀ2›OÌoÌoÍïÌïÍÌͧæ3ó¹ùÂüÉüÙüÅüÕüÍ|i&°Z‰¬ÄV+ÆŠµ’ZɬäV +¥•ÊJm¥±ÒZé¬8+½•ÁÊhe²2[Y¬¬V¼•ÍÊnå°rZ¹¬ÜV+¯•ÏÊo° Z…¬ÂV«¨UÌ*n•°JZ¥¬ÒV«¬UÎ*oU°*Z•¬ÊV«ªUͪnÕ°jZµ¬ÚV«®UϪo5°Z¬ÆV«©ÕÌjnµ°ZZ­¬ÖV«­ÕÎjou°:Z¬ÎV««ÕÍênõ°zZ½¬ÞV«¯ÕÏêo °Zƒ¬ÁÖk¨5Ìn°FZ£¬ÑÖk¬5ÎoM°&Z“¬ÉÖkª5ÍšnͰfZ³¬Ù–`‰–dÉ–b©–fé–a™–eÙ–c¹–gùV`…VdͱæZó¬ùÖk¡µÈZl-±–ZˬåÖ k¥µÊZm­±ÖZë¬õÖk£µÉÚlm±¶ZÛ¬íÖk§µËÚmí±öZû¬ýÖë uÈ:l±ŽZǬãÖ ë¤uÊ:m±ÎZç¬óÖë¢uɺl]±®Z׬ëÖ ë ë¦õ¦õ–õ¶õŽõ®õžõ¾õõ¡u˺m}d}lݱîZ÷¬O¬O­Ï¬Ï­/¬/­¯¬¯­ûÖë¡õÈzl=±¾±¾µ¾³¾·~°~´žZϬçÖ ë'ëgëëWë7륕ÀNh'²ÛIì;ÖNj'³“Û)ì”v*;µÆNk§³ãìôv;£ÉÎlg±³Úñv6;»ÃÎiç²sÛyì¼v>;¿]À.h² ÛEì¢v1»¸]Â.i—²KÛeì²v9»¼]Á®hW²+ÛUìªv5»º]îiײkÛuìºv=»¾ÝÀnh7²ÛMì¦v3»¹ÝÂni·²[Ûmì¶v;»½ÝÁîhw²;Û]ì®v7»»ÝÃîi÷²{Û}ì¾v?»¿=Àh²ÛCì¡ö0{¸=Âi²GÛcì±ö8{¼=ÁžhO²'ÛSì©ö4{º=ÞiϲgÛ‚-Ú’-ÛŠ­Úš­Û†mÚ–mÛŽíÚžíÛÚ‘=ÇžkϳçÛ ì…ö"{±½Ä^j/³—Û+ì•ö*{µ½Æ^k¯³×Ûìö&{³½ÅÞjo³·Û;ìö.{·½ÇÞkï³÷Ûìƒö!û°}Ä>j³Û'ì“ö)û´}Æ>kŸ³ÏÛì‹ö%û²}žj_³¯Û7ì7ì›ö›ö[öÛö;ö»ö{öûöö‡ö-û¶ý‘ý±}Ǿkß³?±?µ?³?·¿°¿´¿²¿¶ïÛì‡ö#û±ýÄþÆþÖþÎþÞþÁþÑ~j?³ŸÛ/ìŸìŸí_ì_íßì—v'¡“ÈIì$qbœX'©“ÌIî¤pR:©œÔN'­“ΉsÒ;œŒN&'³“ÅÉêÄ;ÙœìN'§“ËÉíäqò:ùœüN§ SÈ)ìqŠ:ÅœâN §¤SÊ)í”qÊ:åœòN§¢SÉ©ìTqª:ÕœêN §¦SË©íÔqê:õœúN§¡ÓÈiì4qš:ÍœæN §¥ÓÊií´qÚ:íœöN§£ÓÉéìtqº:ÝœîN§§ÓËéíôqú:ýœþÎg 3Èì q†:ÜáÎg¤3ÊíŒqÆ:ãœñÎg¢3É™ìLq¦:ÓœéÎ g¦3Ë™íŽèHŽì(ŽêhŽîŽéXŽí8ŽëxŽïNèDÎg®3Ï™ï,p:‹œÅÎg©³ÌYî¬pV:«œÕÎg­³ÎYïlp6:›œÍÎg«³ÍÙîìpv:»œÝÎg¯³ÏÙïp:‡œÃÎç¨sÌ9îœpN:§œÓÎç¬sÎ9ï\p.:—œËÎçªs͹îÜpÞpn:o:o9o;ï8ï:ï9ï;8:·œÛÎGÎÇÎç®sÏùÄùÔùÌùÜùÂùÒùÊùÚ¹ïw¿{À=èr»GÜ£î1÷¸{Â=éžrO»gܳî9÷¼{Á½è^r/»WÜ«î5÷º{Ã}ýé¾é¾å¾í¾ã¾ë¾ç¾ï~à~èÞro»¹»wÜ»î=÷÷S÷3÷s÷ ÷K÷+÷k÷¾ûÀ}è>r»OÜoÜoÝïÜïÝÜݧî3÷¹ûÂýÉýÙýÅýÕýÍ}é&ðz‰¼Ä^/Æ‹õ’zɼä^ /¥—ÊKí¥ñÒzé¼8/½—ÁËèeò2{Y¼¬^¼—ÍËîåðrz¹¼Ü^/¯—ÏËïð z…¼Â^¯¨WÌ+î•ðJz¥¼Ò^¯¬WÎ+ïUð*z•¼Ê^¯ªWÍ«îÕðjzµ¼Ú^¯®WÏ«ï5ðz¼Æ^¯©×ÌkîµðZz­¼Ö^¯­×Îkïuð:z¼Î^¯«×Íëîõðzz½¼Þ^¯¯×Ïëï ðzƒ¼ÁÞo¨7ÌîðFz£¼ÑÞo¬7ÎïMð&z“¼ÉÞoª7Í›îÍðfz³¼Ùžà‰žäɞ⩞æéžá™žåٞ㹞çù^à…^äÍñæzó¼ùÞo¡·È[ì-ñ–z˼åÞ o¥·Ê[í­ñÖzë¼õÞo£·ÉÛìmñ¶zÛ¼íÞo§·ËÛííñözû¼ýÞï wÈ;ìñŽzǼãÞ ï¤wÊ;íñÎzç¼óÞï¢wÉ»ì]ñ®z×¼ëÞ ï ï¦÷¦÷–÷¶÷Ž÷®÷ž÷¾÷÷¡wË»í}ä}ìÝñîz÷¼O¼O½Ï¼Ï½/¼/½¯¼¯½ûÞï¡÷È{ì=ñ¾ñ¾õ¾ó¾÷~ð~ôžzϼçÞ ï'ïgïïWï7綾ÀOè'òûIü?ÖOê'ó“û)ü”~*?µŸÆOë§óãüô~?£ŸÉÏìgñ³úñ~6?»ŸÃÏéçòsûyü¼~>?¿_À/èò ûEü¢~1¿¸_Â/é—òKûeü²~9¿¼_Á¯èWò+ûUüª~5¿º_ïé×òkûuüº~=¿¾ßÀoè7òûMü¦~3¿¹ßÂoé·ò[ûmü¶~;¿½ßÁïèwò;û]ü®~7¿»ßÃïé÷ò{û}ü¾~?¿¿?ÀèòûCü¡þ0¸?ÂéòGûcü±þ8¼?ÁŸèOò'ûSü©þ4º?ßéÏògû‚/ú’/ûНúš¯û†oú–oûŽïúžïûú‘?ÇŸëÏóçû ü…þ"±¿Ä_ê/ó—û+ü•þ*µ¿Æ_ë¯ó×ûüþ&³¿Åßêoó·û;üþ.·¿Çßëïó÷ûüƒþ!ÿ°Ä?êóû'ü“þ)ÿ´Æ?ëŸóÏûü‹þ%ÿ²Å¿ê_ó¯û7ü7ü›þ›þ[þÛþ;þ»þ{þûþþ‡þ-ÿ¶ÿ‘ÿ±Ç¿ëßó?ñ?õ?ó?÷¿ð¿ô¿ò¿öïûü‡þ#ÿ±ÿÄÿÆÿÖÿÎÿÞÿÁÿÑê?óŸû/üŸüŸý_ü_ýßü—~‚ a(H$ b‚Ø i,H¤R©‚ÔAš m.ˆ Ò‚ŒA¦ s%ÈÄÙ‚ìAŽ g+Èä òù‚üA `P(( ŠÅ‚âA‰ dP*(” Êå‚òA… bP)¨T ªÕ‚êA fP+¨Ô êõ‚úAƒ aÐ(h4 šÍ‚æA‹ eÐ*h´ Úí‚öA‡ cÐ)èt ºÝ‚îA gÐ+èô úý‚þÁ€``0( †ÂáÁˆ`d0*Œ Æã‚ñÁ„`b0)˜L ¦Ó‚éÁŒ`f0+˜H(hX8xADÁœ`n0/˜,‹‚ÅÁ’`i°,X¬V«‚ÕÁš`m°.Xl6›‚ÍÁ–`k°-Øìv»‚ÝÁž`o°/؇‚ÃÁ‘àhp,8œN§‚ÓÁ™àlp.8\.—‚ËÁ•àjp-¸ÜÞnoooïïïï·‚ÛÁGÁÇÁànp/ø$ø4ø,ø<ø"ø2ø*ø:¸<‚ÇÁ“à›àÛà»àûà‡àÇàið,x¼~ ~~ ~ ~ ^ „a¢0q˜$Œ cäa²0y˜"L¦ S‡i´aº0.Lf3†™ÂÌa–0kf ³‡9œa®0w˜'Ìæ ó‡‚a¡°pX$, ‹‡%Â’a©°tX&,– ˇŠa¥°rX%¬V «‡5ša­°vX'¬Ö ë‡ Â†a£°qØ$l6 ›‡-–a«°uØ&l¶ ۇŽa§°sØ%ìv »‡=ža¯°wØ'ìö û‡Âá pp8$ ‡‡#‘á¨pt8&Ž Ç‡‰á¤pr8%œN §‡3™á¬pv(„b(…r¨„j¨…zh„fh…vè„nè…~„a…s¹á¼p~¸ \. ‡KÂ¥á²py¸"\® W‡kµáºp}¸!Ün 7‡[­á¶p{¸#Üî w‡{½á¾px < ‡G£á±ðxx"<ž O‡g³á¹ð|x!¼^ /‡W«áµðzx#|#¼¾¾¾¾¾¾¾~~Þ o‡…‡w»á½ð“ðÓð³ðóð‹ðËð«ðëð~ø |> ‡OÂoÂoÃïÂïÃÂçá³ðyø"ü)ü9ü%ü5ü-|&ˆF‰¢ÄQ’(&Š’FÉ¢äQŠ(e”*J¥‰ÒF颸(}”!ÊeŠ2GY¢¬Q|”-ÊåˆrF¹¢ÜQž(o”/ʈ F…¢ÂQ‘¨hT,*•ˆJF¥¢ÒQ™¨lT.*Uˆ*F•¢ÊQ•¨jT-ªÕˆjFµ¢ÚQ¨nT/ª5ˆF¢ÆQ“¨iÔ,jµˆZF­¢ÖQ›¨mÔ.juˆ:F¢ÎQ—¨kÔ-êõˆzF½¢ÞQŸ¨oÔ/ê ˆFƒ¢ÁÑhh4,ˆFF£¢Ñјhl4.Mˆ&F“¢ÉÑ”hj4-š͈fF³¢Ù‘‰‘É‘©‘é‘™‘Ù‘¹‘ùQ…Q͉æFó¢ùÑ‚ha´(Z-‰–FË¢åÑŠhe´*Z­‰ÖFë¢õцhc´)Úm‰¶FÛ¢íÑŽhg´+Úí‰öFû¢ýÑè`t(:‰ŽFÇ¢ãщèdt*:‰ÎFç¢óÑ…èbt)º]‰®F×¢ëÑè´w—1šéÀ»‡yzz˜™™™™™™™™™ù5”Ù®2³ßafffff¦>]rwZ%»›½$']"ÿ$ë± ü¡>YË®s‘ó‘ ‘‹‘K‘Ë‘+‘«‘k‘ë‘‘›‘[‘Û‘;‘»‘{‘û‘‘‡‘G‘Ç‘'‘§‘g‘ç‘‘—‘W‘ב7‘·‘w‘÷‘‘‘O‘Ï‘/‘¯‘o‘ï‘‘Ÿ‘_‘ß‘?‘„H ‹%ÂcI°¤X2,9–K‰¥ÂRci°´X:,=‡eÀⱌX&,3–ËŠeòc9°œX.,7–Ë‹åÃòc°‚X!¬0V+ŠÊc%°’X)¬4V+‹•ÃÊc°ŠX%¬2V«ŠUêc5°šX-¬6V«‹ÕÃêc °†X#¬1ÖkŠ5Úc-°–X+¬5Ök‹µÃÚc°ŽX'¬3ÖëŠuúc=°žX/¬7Öë‹õÃúc°Ø l06Š Ã†c#°‘Ø(l46‹ÃÆc°‰Ø$l26›ŠMæc3°™Ø,l66›‹ÍÃæc °…Ø"l1¶[Š-Öc+°•Ø*l5¶[‹­ÃÖc ÃpŒÀH `Fc ÆbÆc&b1„ɘ‚©˜†é˜™˜…Ù˜ƒ¹˜‡ùX€E± ØFl¶Û‚mŶaÛ±ØNl¶ÛƒíÅöaû±ØAìv;‚ÅŽaDZØIìv;ƒÅÎaç± ØEìv»‚]Å®a×±ØMìv»ƒÝÅîa÷±ØCìö{‚=ÅžaϱØKìö{ƒ½ÅÞaï±ØGìöû‚}žaß±ØOìöûƒ%`1x,žOŒ'Á“âÉðäx <%ž O§ÁÓâéðôxžÇ3â™ðÌx<+ž ÏŽçÀsâ¹ðÜx ŽÀGâ£ðÑø|,>OÀ'â“ðÉø|*> ŸŽÏÀgâ³ðÙø|.>Ÿ/Àâ‹ðÅø|)¾ _ޝÀWâ«ðÕø|-¾_Gp Çq'q€S838‹s8 ¸ˆK8Ä.ã ®â®ãnânãîâîãÅ7àñMøf| ¾߆oÇwà;ñ]øn|¾߇ïÇàñCøaü~?†ÇOà'ñSøiü ~?‡ŸÇ/àñKøeü ~¿†_Çoà7ñ[ømü~¿‡ßÇàñGøcü þ†?Ç_à/ñWøkü þ‡¿Ç?àñOøgü þÿ†Çà?ñ_øoüž€Ç±D""1‘„HJ$#’)ˆ”D*"5‘†HK¤#ÒqD"žÈHd"2Yˆ¬D6";‘ƒÈIä"ryˆ¼D>"?Q€(H" Eˆ¢D1¢8Q‚(I”"Jeˆ²D9¢Ñ€hH4"Mˆ¦D3¢9Ñ‚hI´"Zmˆ¶D;¢=ÑèHt":]ˆ®D7¢;уèIô"z}ˆ¾D?¢?1€H "Cˆ¡Ä0b81‚IŒ"Fcˆ±Ä8b<1˜HL"&Sˆ©Ä4b:1ƒ˜IÌ"fsˆ¹Ä±€XH,"Kˆ¥Ä2b9±‚XI¬"VkˆµÄ:b=!0'‚$A4Á,ÁŸ‰/ÄWâñøAü$~¿‰?DCÆ’‰ÈÄd2)™ŒLN¦ S’©ÈÔd2-™ŽLOÆ‘Èx2#™‰ÌLf!³’ÙÈìd2'™‹ÌMæ!ó’ùÈüd² Yˆ,L!‹’ÅÈâd ²$YŠ,M–!Ë’åÈòd²"Y‰¬LV!«’ÕÈêd ²&Y‹¬MÖ!ë’õÈúd²!ÙˆlL6!›’ÍÈæd ²%ÙŠlM¶!Û’íÈöd²#Ù‰ìLv!»’ÝÈîd²'Ù‹ìMö!û’ýÈþär 9ˆL!‡’ÃÈáär$9ŠMŽ!Ç’ãÈñär"9‰œLN!§’ÓÈéä r&9‹œMÎ!ç’óÈùär!¹ˆ\L.!—’ËÈåä r%¹Š\M®!×’ëÈõd„ÄHœ$H’$EÒ$C²$Gò¤@ФDB‘2©*©‘:i&i‘6é.é‘>Qr¹‘ÜDn&·[Émävr¹“ÜEî&÷{É}ä~òy&ŸOÉgäsòù’|E¾&ßoÉwä{òù‘üD~&¿_Éoäwòù“üEþ&ÿ d ˆ‰@b$É@r¤©@j¤é@z2€xd™AdÙAä¹AäùAP…APÅA P”¥AP”åAPT•APTÕA PÔµAPÔõAÐ4AÐ4ÍA д­AдíAÐtAÐtÝAÐô½AÐôýÁ0 ƒÁ0 ÃÁ0Œ£Á0ŒãÁ0L“Á0LÓÁ 0̳Á0ÌóÁ°,‹Á°,ËÁ °¬«Á°¬ëA`  XÀ@€(@ÐL`8ÀðA¢`Ø6Í` Ø ¶í`Ø vÝ`Ø öýà8Ãà8 Žãà8 NÓà 8 Îóà¸.Ëà ¸ ®ëภnÛภîûàxÇà x žçàx ^×à x Þ÷àø>Ïà ø ¾ïàø ~ßàH1T,•ˆJL%¡’RɨäT *%•ŠJM¥¡ÒRé¨ôT•Ч2R™¨ÌT*+•ÊNå rR¹¨ÜT*/•ÊO  R…¨ÂTª(UŒ*N• JR¥¨ÒTª,UŽ*OU *R•¨ÊTª*UªNÕ jRµ¨ÚTª.UªO5 R¨ÆTª)ÕŒjNµ ZR­¨ÖTª-ÕŽjOu :R¨ÎTª+ÕêNõ zR½¨ÞTª/ÕêO  Rƒ¨ÁÔj(5ŒN FR£¨ÑÔj,5ŽOM &R“¨ÉÔj*5šNÍ fR³¨ÙÔj.5šO- R‹¨ÅÔj)µŒZN­ VR«¨ÕÔj-µŽZOE(ŒÂ)‚")@QM1KqO ”HI¤%S ¥R¥SeReSåRåS¥6P©MÔfj µ•ÚFm§vP;©]Ônjµ—ÚGí§P©CÔaêu”:F§NP'©SÔiê u–:G§.P©KÔeê u•ºF]§nP7©[Ômêu—ºGݧP©GÔcê õ”zF=§^P/©WÔkê õ–zG½§>P©OÔgê õ•úF}§~P?©_Ôoê•@Åбt":1„NJ'£“Ó)è”t*:5†NK§£ÓÓqt:žÎHg¢3ÓYè¬t6:;ƒÎIç¢sÓyè¼t>:?]€.H¢ ÓEè¢t1º8]‚.I—¢KÓeè²t9º<]®HW¢+ÓUèªt5º:]ƒ®I×¢kÓuèºt=º>Ý€nH7¢ÓMè¦t3º9Ý‚nI·¢[Ómè¶t;º=ÝîHw¢;Ó]è®t7º;݃îI÷¢{Ó}è¾t?º?=€H¢ÓCè¡ô0z8=‚I¢GÓcè±ô8z<=žHO¢'ÓSè©ô4z:=ƒžIÏ¢gÓsè¹ô½€^H/¢ÓKè¥ô2z9½‚^I¯¢WÓkèµô:z=¡1§ š¤MÑ4ÍÐ,ÍÑ<-Ð"-ÑF´L+´Jk´N´I[´M;´K{´Ot”Þ@o¤7Ñ›é-ôVz½ÞAï¤wÑ»é=ô^z½Ÿ>@¤чé#ôQú}œ>AŸ¤Oѧé3ôYú}ž¾@_¤/Ñ—é+ôUú}¾AߤoÑ·é;ô]ú}Ÿ~@?¤Ñé'ôSúýœ~A¿¤_ѯé7ô[úýžþ@¤?ÑŸé/ôWúýþAÿ¤Ñ¿é?tÃÄ2‰˜ÄL&)“ŒIΤ`R2©˜ÔL&-“ŽIÏÄ1˜x&#“‰ÉÌda²2Ù˜ìL&'“‹ÉÍäaò2ù˜üL¦ Sˆ)ÌaŠ2ŘâL ¦$SŠ)Í”aÊ2å˜òL¦"S‰©ÌTaª2Õ˜êL ¦&S‹©ÍÔaê2õ˜úL¦!ÓˆiÌ4aš2͘æL ¦%ÓŠiÍ´aÚ2í˜öL¦#Ó‰éÌtaº2ݘîL¦'Ó‹éÍôaú2ý˜þÌf 3ˆÌ a†2ØáÌf$3ŠÍŒaÆ2ã˜ñÌf"3‰™ÌLa¦2Ó˜éÌ f&3‹™ÍÌaæ2ó˜ùÌf!³ˆYÌ,a–2˘åÌ f%³ŠYͬaÖ2ë˜õL„Áœ!’ ÅРð ÇðŒÀˆŒÄ@12£0*£1:c0&c16ã0.ã1>0Qf³‘ÙÄlf¶0[™mÌvf³“ÙÅìfö0{™}Ì~æs9ÄfŽ0G™cÌqæs’9ÅœfÎ0g™sÌyæs‘¹Ä\f®0W™kÌuæs“¹ÅÜfî0w™{Ì}æóyÄeŸ±ÏÙìKöûš}þeß±ïÙìGöû™ýÂ~e¿±ßÙìOöû›ýÃ&°1\,—ˆKÌ%á’rɸä\ .%—ŠKÍ¥áÒré¸ô\—‹ç2r™¸Ì\.+—ËÎåàrr¹¸Ü\./—ËÏà r…¸Â\®(WŒ+ΕàJr¥¸Ò\®,WŽ+ÏUà*r•¸Ê\®*W«ÎÕàjrµ¸Ú\®.W«Ï5àr¸Æ\®)׌kεàZr­¸Ö\®-׎kÏuà:r¸Î\®+×ëÎõàzr½¸Þ\®/×ëÏ àrƒ¸ÁÜn(7ŒÎàFr£¸ÑÜn,7ŽÏMà&r“¸ÉÜn*7›ÎÍàfr³¸ÙÜn.7›Ï-àr‹¸ÅÜn)·Œ[έàVr«¸ÕÜn-·Ž[ÏE8ŒÃ9‚#9ÀQÍ1ËqÏ œÈIä's §r§sgrgsçrçså6p¹MÜfn ·•ÛÆmçvp;¹]Ünn·—ÛÇíçp¹CÜaîw”;ÆçNp'¹SÜiî w–;Çç.p¹KÜeî w•»Æ]çnp7¹[Ümîw—»ÇÝçp¹GÜcî ÷”{Æ=ç^p/¹WÜkî ÷–{ǽç>p¹OÜgî ÷•ûÆ}ç~p?¹_Üoî—ÀÅð±|">1Ÿ„OÊ'ã“ó)ø”|*>5Ÿ†O˧ãÓóq|>žÏÈgâ3óYø¬|6>;ŸƒÏÉçâsóyø¼|>>?_€/Èâ óEø¢|1¾8_‚/É—âKóeø²|9¾<_¯ÈWâ+óUøª|5¾:_ƒ¯É×âkóuøº|=¾>߀oÈ7âóMø¦|3¾9ß‚oÉ·â[ómø¶|;¾=ßïÈwâ;ó]ø®|7¾;߃ïÉ÷â{ó}ø¾|?¾??€ÈâóCø¡ü0~8?‚ÉâGócø±ü8~¿€_È/âóKø¥ü2~9¿‚_ɯâWókøµü:~=á1ç žäOñ4Ïð,ÏñŸ‰ÏÅâKñ•øZ|#¾߉ïÅâGñ“øYü"~¿‰ßÅâOñ—ø[ü#&ˆ1R¬”HJ,%‘’JɤäR )¥”JJ-¥‘ÒJé¤ôRœ”AŠ—2J™¤ÌR)«”MÊ.årJ¹¤ÜR)¯”OÊ/ J…¤ÂR©¨TL*.•JJ¥¤ÒR©¬TN*/U*J•¤ÊR©ªTMª.ÕjJµ¤ÚR©®TOª/5J¤ÆR©©ÔLj.µZJ­¤ÖR©­ÔNj/u:J¤ÎR©«ÔMê.õzJ½¤ÞR©¯ÔOê/ Jƒ¤ÁÒi¨4L.FJ£¤ÑÒi¬4N/M&J“¤ÉÒiª4Mš.ÍfJ³¤ÙÒi®4Oš/-J‹¤ÅÒi©´LZ.­VJ«¤ÕÒi­´NZ/E$LÂ%B"% Q-1+q/ ’(I”$KФJš¤K†dJ–dKŽäJžäK•6H¥MÒfi‹´UÚ&m—vH;¥]Òni´WÚ'í—H¥CÒaéˆtT:&—NH'¥SÒiéŒtV:'—.H¥KÒeéŠtUº&]—nH7¥[ÒméŽtWº'Ý—H¥GÒcé‰ôTz&=—^H/¥WÒkéôVz'½—>H¥OÒgé‹ôUú&}—~H?¥_Òoé” ÅÀX˜&†I`R˜ &‡)`J˜ ¦†i`Z˜¦‡q0Œ‡a&˜fYa6˜æ€9a.˜æya>˜€a!XEa1X–€%a)X–ea9XV€a%XVUa5XÖ€5a-XÖua=X6€ a#Ø6Ma3ض€-a+ضma;Øv€a'Øv]a7Øö€=a/Øö}a?Ø€á 8Cá08Ž€#á(8Žcá88N€á$8NSá48΀3á,8Îsá<8.€ á"¸.Ká2¸®€+á*¸®ká:¸F qH@HA2…ä¡E(A”¡U¨AЄ´¡]èA0 7ÀpÜ ·À­pÜwÀpÜ ÷À½pÜÀƒð< À£ð<OÀ“ð< ÏÀ³ð</À‹ð¼ ¯À«ð¼oÀ›ð¼ ïÀ»ð¼À‡ð| ŸÀ§ð|_À—ð| ßÀ·ð|?Àðü ¿À¯ðüÀŸðü ÿÀƒbQ"”%AIQ2”¥@)Q*”¥AiQ:”Å¡ (eD™Pf”eEÙPv”åD¹Pn”åEùP~TD…PaTEÅPqT•D¥PiT•EåPyTUD•PeTUEÕPuTÕDµPmTÕEõP}Ô5DPcÔ5EÍPsÔµD­PkÔµEíP{ÔuDPgÔuEÝPwÔõD½PoÔõEýP4 DƒÐ`4 EÃÐp4D£Ðh4EãÐx4MD“Ðd4MEÓÐt4ÍD³Ðl4ÍEóÐ|´-D‹Ðb´-EËÐr´­D«Ðj´­EëÐzAÂH…hÄ qˆG‘„ BHF R‘†td YÈFr‘‡| (Ú€6¢Mh3Ú‚¶¢mh;Úv¢]h7Úƒö¢}h?:€¢Cè0:‚Ž¢cè8:N¢Sè4:ƒÎ¢sè<º€.¢Kè2º‚®¢kè:ºn¢[è6ºƒî¢{è>z€¢Gè1z‚ž¢gè9z^¢Wè5zƒÞ¢wè=ú€>¢Oè3ú‚¾¢oè;ú~¢_è7úƒPŒ+'’ËIä¤r29¹œBN)§’SËiä´r:9½'gãåŒr&9³œEÎ*g“³Ë9äœr.9·œGÎ+ç“óËä‚r!¹°\D.*“‹Ë%ä’r)¹´\F.+—“ËËäŠr%¹²\E®*W“«Ë5äšr-¹¶\G®+דëË ä†r#¹±ÜDn*7“›Ë-ä–r+¹µÜFn+·“ÛËäŽr'¹³ÜEî*w“»Ë=äžr/¹·ÜGî+÷“ûËäò y°"•ÉÇåòIù”|Z>#Ÿ•ÏÉçå òEù’|Y¾"_•¯É×åòMù–|[¾#ß•ïÉ÷åòCù‘üX~"?•ŸÉÏåòKù•üZ~#¿•ßÉïåòGù“üYþ"•¿ÉßåòOù—ü[þ#'È1J¬’HI¬$Q’*É”äJ %¥’JI­¤QÒ*é”ôJœ’A‰W2*™”ÌJ%«’MÉ®äPr*¹”ÜJ%¯’OɯP *…”ÂJ¥¨RL)®”PJ*¥”ÒJ¥¬RN)¯TP**•”ÊJ¥ªRM©®ÔPj*µ”ÚJ¥®RO©¯4P*”ÆJ¥©ÒLi®´PZ*­”ÖJ¥­ÒNi¯tP:*”ÎJ¥«ÒMé®ôPz*½”ÞJ¥¯ÒOé¯ P*ƒ”ÁÊe¨2L®ŒPF*£”ÑÊe¬2N¯LP&*“”ÉÊeª2M™®ÌPf*³”ÙÊe®2O™¯,P*‹”ÅÊe©²LY®¬PV*«”ÕÊe­²NY¯DLÁB! P ­0 «p ¯ЍH T"+Š¢*š¢+†b*–b+Žâ*žâ+U6(•MÊfe‹²UÙ¦lWv(;•]Êne²WÙ§ìW(•CÊaåˆrT9¦WN('•SÊiåŒrV9§œW.(•KÊeåŠrU¹¦\Wn(7•[ÊmåŽrW¹§ÜW(•GÊcå‰òTy¦(•OÊgå‹òUù¦|W~(?•_Êo咠Ĩ±j"5±šDMª&S“«)Ô”j*5µšFM«¦SÓ«qj5^ͨfR3«YÔ¬j65»šCÍ©æRs«yÔ¼j>5¿Z@-¨R «EÔ¢j1µ¸ZB-©–RK«eÔ²j9µ¼ZA­¨VR+«UÔªj5µºZC­©ÖRk«uÔºj=µ¾Ú@m¨6R«MÔ¦j3µ¹ÚBm©¶R[«mÔ¶j;µ½ÚAí¨vR;«]Ô®j7µ»ÚCí©öR{«}Ô¾j?µ¿:@¨R«CÔ¡ê0u¸:B©ŽRG«cÔ±ê8u¼:A¨NR'«SÔ©ê4uº:C©ÎRg«sÔ¹êT©Õ'êSõ™ú\}¡¾T_©¯Õ7ê[õú^ý ~T?©ŸÕ/êWõ›ú]ý¡þT©¿Õ?j‚£Åj‰´ÄZ-©–LK®¥ÐRj©´ÔZ-­–NK¯Åi´x-£–IˬeѲjÙ´ìZ-§–KË­åÑòjù´üZ­ VH+¬ÑŠjÅ´âZ ­¤VJ+­•ÑÊjå´òZ­¢VI«¬UѪjÕ´êZ ­¦VK«­ÕÑêjõ´úZ­¡ÖHk¬5ÑšjÍ´æZ ­¥ÖJk­µÑÚjí´öZ­£ÖIë¬uѺjÝ´îZ­§ÖKë­õÑújý´þÚm 6H¬ цjôáÚm¤6J­ÑÆjã´ñÚm¢6I›¬MѦjÓ´éÚ m¦6K›­ÍÑæjó´ùÚm¡¶H[¬-Ñ–jË´åÚ m¥¶J[­­ÑÖjë´õZDÃ4\#4R¥Ñ£±§ñš ‰š¤A i²¦hª¦iºfh¦fi¶æh®æi¾hQmƒ¶QÛ¤mÖ¶h[µmÚvm‡¶SÛ¥íÖöh{µ}Ú~í€vP;¤ÖŽhGµcÚqí„vR;¥ÖÎhgµsÚyí‚vQ»¤]Ö®hWµkÚuí†vS»¥ÝÖîhwµ{Ú}íöP{¤=ÖžhOµgÚsí…öR{¥½ÖÞhoµwÚ{íƒöQû¤}Ö¾h_µoÚwí‡öSû¥ýÖþh ZŒ«'ÒëIô¤z2=¹žBO©§ÒSëiô´z:=½§gÐãõŒz&=³žEϪgÓ³ë9ôœz.=·žGÏ«çÓóëô‚z!½°^D/ªÓ‹ë%ô’z)½´^F/«—ÓËëôŠz%½²^E¯ªWÓ«ë5ôšz-½¶^G¯«×Óëë ô†z#½±ÞDoª7Ó›ë-ô–z+½µÞFo«·ÓÛëôŽz'½³ÞEïªwÓ»ë=ôžz/½·ÞGï«÷Óûëôú }°>DªÓ‡ë#ô‘ú(}´>F«ÓÇëô‰ú$}²>EŸªOÓ§ë3ô™ú,}¶>GŸ«ÏÓçë ô…ú"}±¾D_ª/Ó—ë+ô•ú*}µ¾F_«¯Ó×ëÓqÐIè”NëŒÎêœÎë‚.ê’u¤Ëº¢«º¦ëº¡›º¥Ûº£»º§ûz Gõ úF}“¾YߢoÕ·éÛõúN}—¾[ߣïÕ÷éûõúAý~X?¢ÕéÇõúIý”~Z?£ŸÕÏéçõ úEý’~Y¿¢_Õ¯é×õúMý–~[¿£ßÕïé÷õúCý‘þX¢?ÕŸéÏõúKý•þZ£¿ÕßéïõúGý“þYÿ¢Õ¿éßõúOý—þ[ÿ£'è1F¬‘ÈHl$1’ÉŒäF #¥‘ÊHm¤1ÒéŒôFœ‘Áˆ72™ŒÌF#«‘ÍÈnä0r¹ŒÜF#¯‘ÏÈo0 …ŒÂF£¨QÌ(n”0J¥ŒÒF£¬QÎ(oT0*•ŒÊF£ªQͨnÔ0jµŒÚF£®QϨo40ŒÆF£©ÑÌhn´0Z­ŒÖF£­ÑÎhot0:ŒÎF£«ÑÍènô0z½ŒÞF£¯ÑÏèo 0ƒŒÁÆc¨1ÌnŒ0F£ŒÑÆc¬1ÎoL0&“ŒÉÆcª1͘nÌ0f³ŒÙÆc®1Ϙo,0‹ŒÅÆc©±ÌXn¬0V«ŒÕÆc­±ÎXoD ÌÀ  `Pm0kpo†hH4!Š¡š¡†a–aŽážá56MÆfc‹±ÕØfl7v;]Ænc±×Øgì7CÆaãˆqÔ8f7N'SÆiãŒqÖ8gœ7.KÆeãŠqÕ¸f\7n7[ÆmãŽq׸gÜ7GÆcã‰ñÔxf<7^/WÆkãñÖxg¼7>OÆgã‹ñÕøf|7~?_Æoã‘`ʱf"3±™ÄLj&3“›)Ì”f*3µ™ÆLk¦3Ó›qf3ÞÌhf23›Y̬f63»™ÃÌiæ2s›y̼f>3¿YÀ,h2 ›EÌ¢f1³¸YÂ,i–2K›e̲f9³¼YÁ¬hV2+›U̪f5³ºYìiÖ2k›u̺f=³¾ÙÀlh62›M̦f3³¹ÙÂli¶2[›m̶f;³½ÙÁìhv2;›]Ì®f7³»ÙÃìiö2{›}̾f?³¿9Àh2›CÌ¡æ0s¸9ÂiŽ2G›c̱æ8s¼9ÁœhN2'›SÌ©æ4sº9ÜiÎ2g›s̹æ4™Í'æSó™ùÜ|a¾4_™¯Í7æ[óùÞü`~4?™ŸÍ/æWó›ùÝüaþ4™¿Í?f‚cÅZ‰¬ÄV+©•ÌJn¥°RZ©¬ÔV+­•ÎJoÅY¬x+£•ÉÊle±²ZÙ¬ìV+§•ËÊmå±òZù¬üV« UÈ*l±ŠZŬâV «¤UÊ*m•±ÊZå¬òV«¢UɪlU±ªZÕ¬êV «¦U˪mÕ±êZõ¬úV«¡ÕÈjl5±šZͬæV «¥ÕÊjmµ±ÚZí¬öV«£ÕÉêlu±ºZݬîV«§ÕËêmõ±úZý¬þÖk 5Èl ±†ZìáÖk¤5Êm±ÆZã¬ñÖk¢5ÉšlM±¦ZÓ¬éÖ k¦5ËšmͱæZó¬ùÖk¡µÈZl-±–ZˬåÖ k¥µÊZm­±ÖZë¬õVÄÂ,Ü",ÒeÑc±gñ–`‰–dA Y²¥Xª¥YºeX¦eY¶åX®åY¾XQkƒµÑÚdm¶¶X[­mÖvk‡µÓÚeí¶öX{­}Ö~ë€uÐ:d¶ŽXG­cÖqë„uÒ:e¶ÎXg­sÖyë‚uѺd]¶®XW­kÖuë†uÓºeݶîXw­{Ö}ëõÐzd=¶žXO­gÖsë…õÒze½¶ÞXo­wÖ{ëƒõÑúd}¶¾X_­oÖwë‡õÓúeý¶þX VŒk'²ÛIì¤v2;¹ÂNi§²SÛiì´v:;½gg°ãíŒv&;³ÅÎjg³³Û9ìœv.;·ÇÎkç³óÛì‚v!»°]Ä.j³‹Û%ì’v)»´]Æ.k—³ËÛìŠv%»²]Å®jW³«Û5ìšv-»¶]Ç®k׳ëÛ ì†v#»±ÝÄnj7³›Û-ì–v+»µÝÆnk·³ÛÛìŽv'»³ÝÅîjw³»Û=ìžv/»·ÝÇîk÷³ûÛìö {°=Äj³‡Û#ì‘ö({´=Æk³ÇÛì‰ö${²=ÅžjO³§Û3ì™ö,{¶=ÇžkϳçÛ ì…ö"{±½Ä^j/³—Û+ì•ö*{µ½Æ^k¯³×Û³q›°IØ”MÛŒÍÚœÍÛ‚-Ú’ md˶b«¶fë¶a›¶eÛ¶c»¶gûv`Gí öF{“½ÙÞboµ·ÙÛíöN{—½ÛÞcïµ÷ÙûíöAû}Ø>bµÙÇíöIû”}Ú>cŸµÏÙçí öEû’}Ù¾b_µ¯Ù×íöMû–}Û¾cßµïÙ÷íöCû‘ýØ~b?µŸÙÏíöKû•ýÚ~c¿µßÙïíöGû“ýÙþbµ¿ÙßíöOû—ýÛþc'Ø1N¬“ÈIì$q’:ÉœäN '¥“ÊIí¤qÒ:éœôNœ“Á‰w2:™œÌN'«“ÍÉîäpr:¹œÜN'¯“ÏÉïp :…œÂN§¨SÌ)î”pJ:¥œÒN§¬SÎ)ïTp*:•œÊN§ªSÍ©îÔpj:µœÚN§®SÏ©ï4p:œÆN§©ÓÌiî´pZ:­œÖN§­ÓÎiïtp::œÎN§«ÓÍéîôpz:½œÞN§¯ÓÏéï p:ƒœÁÎg¨3ÌîŒpF:£œÑÎg¬3ÎïLp&:“œÉÎgª3Í™îÌpf:³œÙÎg®3Ï™ï,p:‹œÅÎg©³ÌYî¬pV:«œÕÎg­³ÎYïDÌÁÂ!àPí0ëpïŽèHt#;Š£:š£;†c:–c;Žã:žã;u68MÎfg‹³ÕÙælwv8;]Îng³×Ùçìw8CÎaçˆsÔ9æwN8'SÎiçŒsÖ9çœw.8KÎeçŠsÕ¹æ\wn87[ÎmçŽs×¹çÜw8GÎcç‰óÔyæ8OÎgç‹óÕùæ|w~8?_Îoç“àĸ±n"7±›ÄMê&s“»)Ü”n*7µ›ÆMë¦sÓ»qn7ÞÍèfr3»Yܬn67»›ÃÍéærs»yܼn>7¿[À-èr »EÜ¢n1·¸[Â-é–rK»eܲn9·¼[Á­èVr+»Uܪn5·º[íéÖrk»uܺn=·¾ÛÀmè6r»Mܦn3·¹ÛÂmé¶r[»mܶn;·½ÛÁíèvr;»]Ü®n7·»ÛÃíéör{»}ܾn?·¿;Àèr»CÜ¡î0w¸;ÂéŽrG»cܱî8w¼;ÁèNr'»SÜ©î4wº;ÃéÎrg»sܹît¹Ý'îS÷™ûÜ}á¾t_¹¯Ý7î[÷ûÞýà~t?¹ŸÝ/îW÷›ûÝýáþt¹¿Ý?n‚ãÅz‰¼Ä^/©—ÌKî¥ðRz©¼Ô^/­—ÎKïÅy¼x/£—ÉËìeñ²zÙ¼ì^/§—ËËíåñòzù¼ü^¯ WÈ+ìñŠzżâ^ ¯¤WÊ+í•ñÊzå¼ò^¯¢WÉ«ìUñªzÕ¼ê^ ¯¦WË«íÕñêzõ¼ú^¯¡×Èkì5ñšzͼæ^ ¯¥×ÊkíµñÚzí¼ö^¯£×Éëìuñºzݼî^¯§×Ëëíõñúzý¼þÞo 7Èì ñ†züáÞo¤7ÊíñÆzã¼ñÞo¢7É›ìMñ¦zÓ¼éÞ o¦7Ë›íÍñæzó¼ùÞo¡·È[ì-ñ–z˼åÞ o¥·Ê[í­ñÖzë¼õ^ÄÃ<Ü#<ÒåÑã±çñžà‰žäAy²§xª§yºgx¦gy¶çx®çy¾xQoƒ·ÑÛämö¶x[½mÞvo‡·ÓÛåíööx{½}Þ~ï€wÐ;äöŽxG½cÞqï„wÒ;åöÎxg½sÞyï‚wÑ»ä]ö®xW½kÞuï†wÓ»åÝöîxw½{Þ}ï÷Ð{ä=öžxO½gÞsï…÷Ò{å½öÞxo½wÞ{ïƒ÷Ñûä}ö¾x_½oÞwï‡÷Óûåýöþx ^Œë'òûIü¤~2?¹ŸÂOé§òSûiü´~:?½çgðãýŒ~&?³ŸÅÏêgó³û9üœ~.?·ŸÇÏëçóóûü‚~!¿°_Ä/êó‹û%ü’~)¿´_Æ/ë—óËûüŠ~%¿²_ůêWó«û5üš~-¿¶_ǯë×óëû ü†~#¿±ßÄoê7ó›û-ü–~+¿µßÆoë·óÛûüŽ~'¿³ßÅïêwó»û=üž~/¿·ßÇïë÷óûûüþ °?Äêó‡û#ü‘þ(´?ÆëóÇûü‰þ$²?ÅŸêOó§û3ü™þ,¶?ÇŸëÏóçû ü…þ"±¿Ä_ê/ó—û+ü•þ*µ¿Æ_ë¯ó×ûóqŸðIø”OûŒÏúœÏû‚/ú’}ä˾⫾æë¾á›¾å۾㻾çû~àGý þF“¿Ùßâoõ·ùÛýþN—¿Ûßãïõ÷ùûýþAÿØ?âõùÇýþIÿ”Ú?ãŸõÏùçý þEÿ’Ù¿â_õ¯ù×ýþMÿ–Û¿ãßõïù÷ýþCÿ‘ÿØâ?õŸùÏýþKÿ•ÿÚã¿õßùïýþGÿ“ÿÙÿâõ¿ùßýþOÿ—ÿÛÿã'ø1Al(H$ ’É‚äAŠ e*H¤ Òé‚ôA\!ˆ2™‚ÌA– k-Èär¹‚ÜAž o/È …‚ÂA‘ hP,(”J¥‚ÒA™ lP.(T*•‚ÊA• jP-¨Ôjµ‚ÚA nP/¨4‚ÆA“ iÐ,h´Z­‚ÖA› mÐ.ht:‚ÎA— kÐ-èôz½‚ÞAŸ oÐ/è ƒ‚ÁÁ`h0,ŒF£‚ÑÁ˜`l0.L&“‚ÉÁ”`j0-˜Ìf³‚ÙÁœ`n0/˜,‹‚ÅÁ’`i°,X¬V«‚ÕÁš`m°.XD,À" P0pH P J Z F`V`Nà^àA 6ƒMÁæ`K°5Ølv;ƒ]Áî`O°7ØìƒCÁáàHp48N'ƒSÁéàLp68œ.ƒKÁåàJp5¸\n7ƒ[ÁíàNp7¸ÜƒGÁãàIð4x<^/ƒWÁëàMð6x¼>ƒOÁçàKð5ø|~?ƒ_ÁïàOÄDc£‰¢‰£I¢I£É¢É£)¢)£©¢©£i¢i£é¢é£qÑ ÑøhÆh¦hæh–hÖh¶höhŽhÎh®hîhžhÞh¾hþhhÁh¡háh‘hÑh±hñh‰hÉh©héh™hÙh¹hùh…hÅh¥håh•hÕhµhõhhÍh­híhh¿ÂÙþi ÿÏûR,ËݳL¿¨û¦^Šù‹ …B¡P( …B¡P( ý§ªöÏùTܼp)Bÿ%ü•ó„cÜ¿òF¯±ÿÁþP( …B¡P( …B¡Ð ÿÁþwP¡P( …B¡P( …B¡ÿ)áÿvB¢pÍB¡P( …B¡P( …B¡P( …B¡P( …Bÿ_ú—? úó¿Îÿ­ú/çÿë¬Ø¿rýoÿÈ}C¡P( …B¡P( …Bÿµ$ü•ëëø{óÿnpû7Úþ2€Šý+cÃ0* …B¡P( …B¡Pè¿—¿·ÍÚß ¢bþFÛ?Åþ¶0ˆ …B¡P(ô€ñÿ\—åîY¦Æ_Ôz‰/ÿÓÄÿ®¡P( …B¡P( …B¡ÐªjÙþ©ÄÍ —"ô_Ðß{1ü·Æý+ÿhôûì…B¡P( …B¡P( ý÷ðìÿwIa …B¡ÐÿÿÜ(¢Ù endstream endobj 541 0 obj << /Type /XObject /Subtype /Image /Width 913 /Height 152 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 549 0 R /Length 17135 /Filter /FlateDecode >> stream xÚíX×÷þ/Ä‚ ÄÞ[ì=jŒ&–Ä[4&±Ä^b‹%»I,QT¬€bi * UúÒ{‡…¥,KQ1í÷ýÿgfdwg—¥ Ä÷<Ÿ'aîÜrι÷μ;[$ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0ØÁx¹Üÿ4¼²¿ÿ÷Eù ‘áRDE„oߺ’@²Ð|$k^.€úÓˆ’•›@ýd¬4OÉêçã@ýi<É*ì-šçQ[NYÏÝa œ»nR¹¥2Œe¦ !Yóó¸H,ТyæùÍA³Ëö¶þÙö/sAÃbëŸsÅÊð=ǧþXlM%Yƒü xyÈ-ÐrÙ|Êæ«p3Ïì{Y ‘ 2¼é÷XlM%Yïݹ•™Î:\|l´“ÃC‹»¦ÍK³;”‡”ŸÍßUd!#H‚B/À…»M®¸¤]{œËÎiTž?´}Tµƒš\²^¹t!#5™U¯>´¶LOK)/+}ýúUó„òòÐÎÚÒÆÒ¼™»Šl d¤©@PÈ@ã¸ø'ãCW^v •çmUî «Z©ÖƬ†Χ¥$Iådo‘—›Óü¡üt°µn®"iD*2Ð|½×øÿ`oTž?ØD)Ãæ)Yïß»“•ÁÍÉjþdgePÞ¶W‘ „Œ4" h Vì7þ÷X£•çy5OÉjq×4';³¥Ð²¼E62ÒˆT (d aYyÀ˜TÃÙ¨<È;¨ÙJVJQ·Z–·ÈBF‘ … 4,k~JÖ¿@£BåùCÞAÍV²fe¦·Z–·ÈBF‘ … 4,ë›üó×_ýù'hT¨<È;¨ÙJÖÌŒ´–BËòÙ@ÈH#R †eóQZ±¾}Ûˆ”î¢ÑqEÖë·;PSQQœìí`ïÇ}#»•çy5[Éš‘žÚRhYÞÖ‚´H×3›×qIhÚl$xÝjA©h„Ýñ>‚’Þæ H¢ûž>D{¾EìûÏ€t\ŠDZ}ë¶‹ë”Ï'MhÁúæ¯shÉÚcÃ]W÷§î"÷üfòçÛ·o^¿ãU¶9%Y‡ž-}-yª<ÃaëÔº­„³¯Ñmò¦;QÅô©|×emHÇ5…¢šùO–·%=~ à¿)ùc(јëÈ£›g?ùyÎ0}asµÁ;|øTaYÖ³ÓËÇè©REZ½¦n¸˜ÿJþXrOQ”¦¹[ô³Hµz}ºÓ2NPÙd€®¶èz4xñá‹G¾ÔC‹>ÒùhÙjÔ›³Xä»MÿÝõ¡ÏÁkɼQyn¬}TÏk…ôýZÖBªë½9KÖÔäDÄyŸ¥BZk•q§¨;Fbª¢íÖÐ{+¿Zý`õ6%Âî§Qj„´µdû¯._¿ôûuó¿üÑ&º1=i`¼Ž¦îª7"Ꙥ ËÔͺ늋÷Ì-ï‹°q Nª¹·„Ø—¾Q õ¡©€0dêê1x›}D‚¨0þ)#YM"[Äl&<§ovŸ™¾7o¥ÒýÒÁÜìÞ³{·N/êDÈàÝ7î0‡–îaqæFBй‘ô̵[p'4á]yŒã¶Þtq¿ýî‰Uó;ð— µl¢Ø.¹¢ôW\¸g~ÿ®Ñå_w.ÛÕ6™‡%¶Œë‰¼ Ì,Ü¿m|fçWý•©´îtŽlFÛ<îÉO½)ÉjÝ8w y75é¸jiÝvqòùó)¡d}%Æ«,Z²9É/)+Bÿ³Mô©ÒhJ’~ºûÈÉé¡É¡YÔzt$¬øÍër®Íš¤×¾@>ÓI¡Ï–.¤ó:¯BQ¹xU͇ì¼íôÄÍÑÊ.ûêuaà/TQ‡Ï÷=|dyiÓh ¢õÙõ¸2ycÉ=õ:ßwO¢2dÍE»çOmþXÖƒº  åW6ÙcæüØÕæÂê~Ô.oûÙOW8>²:½¤+µå jnÎ6b‘%YÛmê•Á-‘Ïׯ¨<7Ö>ª÷ÅSò~-s!ÕñÎÞœ%kJR;QvëôIMæ& ۑ£«Š´þeáH=5ºkÍî³O{$D=¤2Ve=¶9ÇÅ?;4€Ú·"DM^Z˜?¼“ Ý¢ÛøïN=ŠLdÊüo­ß·“¦°¡z—±ß<•á›·º¢ûµ‰¢tyƒŽëÓIK8hëþsvÛ±p´>ãDÛAóŽ8GÄ×¢ZR¬Ïszµfñ*w¶ðxµæ²C‹y~uÝÇÝ…}õ1H‹(MºÁ¹íwo÷ìAí˜ìv›´îªGœ‚ÙH ¼<†½â%*Ç/hOÚÍ¿îŸD÷ï{yfÒ{£½ÐOYÃɘåÎ+mc„ÂM>U¥. tæ›jCî8~DkÒî aàqîû)Éú‰qDƒ,ƒDΓSËFuVeüë8r£M´´oõ™M&Q¤Ãˆ]5˜ö¿Üg,šAKK–Ku^9"¢Ýwö"Ê›„U•„Ý›«MÚ/³‰Æ]¯L†žx›’pû‡Iý;‹²×¦÷”µ®Ñ‰UAÕèI´=Vǎʤÿn—xQal€ÁMÒF_ƒtúÎ:FrIסI (´‰‚­ÖQš¸ý’»ÁÉòWë¼°Jî¶t%Zlýt°®pk¨ö[k£ÈRT,¨$¿3㔘ŒI"'@ém.§2ë5DNýØÇ´d{/JNNêœù75鸤K¤U}åìâZ]6ð—37ÿ|[ñúu¹¯2Í$?Ë:øýL±üuiôYZ:ð˜šå)F n[úºüU¦ÅLuÒÿX˜€:Å÷ÿ©'é°Ò-_¢‰xsŠW\Ûy­ˆîz÷|aIyÊÝÏ5H×ýŠä%Ïìs4ÉÐÓ‘%Âók“~‡‚âM¸6³5È€ã>3hòÍ „ŒºœT¦hs1gм·Ñ xQ$‘ÆjPyn¬}$çâ)™ÉÚì³^;¨ÙJÖäÄx6âBo}ÑVmÌ©1±.[{‘¶ n'‰Nqœw ¤ÒgÚ·X7¡då4Ä2ˆs£^À+\uÚÌö¡é…‹¾ ’>Ôo6…n´¿æÈESÓ«¿®­E”‡ÿü8NöÒ’áR=VŽˆ(7¡d }w¹ö‰:é¾ÅIØO˜ÅWmH-®Ñï&ÎÀä–éµßwÌ¢^9j}zÆSaO8ÖËÚ“^›¯líKÚÌ1 Š£ #í¨ —^89ЍM7áTÍžqµlº _Q¢E$…ÏnE4¦ß•»¢Xç…}²Äv‡Œt 3Ü­é= Ó«&ŽÁ15.E…ƒJ ¾ú‰*i»È"Jj”D9[Fz›Ë©Ìz ‘S?Æu7-YïFÊÎI\3 ÿ¦&—Œ šX¢ªO¢œ]\›Ëf¬=wómEÅ«òr1Ê2Í&Òs«å3/‘½N+*£O åö¥Cž°fþ³5I]þEt« ËÙšdà Nq9?poÒqµ;O²‰Dóòò"ÿÝ=‰æ<ûÜÊÑK."d̵ÄRycÉ>Uä¿«‡”hiûÍ“|ñ&E>?v%×{æ3ƒò݆¦¡|E›‹9Sཕ’¬›_J¤±TžkɹxÊ_f²®,³¾;¨ÙJÖ¸˜(¢n´ÏEêE×ÈÓ~ÑòB‹õ5˜¬JôVU¦+Òíð ¢4ñJuÊÏpš:°Ï%Jx*ЈºWöd eî¢}.Œ–˜ù¾û‡ ÏÆø-éHÚLZ8V[©ÿVá↋Pd–¯S»uàAf²šhˆB¦'"Ìýè Òã󀨗=}‰ÊÔkÁ ± Âï/£ÒöÅUŸÖRÿÙw#.ÊûÒ4 Òy…u˜Ì¥ÅêR½VŽˆ0—{Òj;°ztç'«‘>;è~ÂnìJ:,3—v;òé¯cUˆþ»0= 0¦VÏGÇ=½ gj+ Üëákð‰¦òG‡Ü|o~¦N>:ñ"ªr~ûïw¬e»@Ñ%±êzè~tõæG޼Å:/ìë§úî•.‰ ÇÔ¼k jÏã°ðˆ»kûgëRkî ßX©Qäm©m.§2ëB^çGê“ö·Beç$¨Î{Sc¹|ɽ ±”ÈÙŵ¹l*2Å' „’µLŒ² Z²=-(“<%ˆªTnÌa¾ç]Òm‡o}Xšc·¨5p447h_/¢¿Å»@ª‰Dóò2F"jÎsàV!H¼<’QWKä%ûT‘ßÎîÔK勞¡!Á•„D&ç—‹7aÆí´Ö#Ÿ”çþm;Òç`H‘¢ÍÅœy'Y¥ÒU •çÆÚG²/žò—™Ìk…ôƬ÷j¶’56:RšH—Ÿ(uXzï%sÈñ½ø‰&tàqun»¶+%ùoˆ5 µ¤3ö­eXUI„ëÏtžo±4áx£nCOzpªW£O…П×_kÎæ•´·QîQ¯,·9DHUV|Ðp땺¤ÃòûALµ—w¾Ô¦¦Ö)EÂCžÛÚΤ÷ö«º)õ?T,ÝD¢yyiy–ÕšDoƒ{¾°¤4Ùl¶&é²É»@îX²O•g˜}¦F:®tÎ-“çy¥då1góÉz ¤HÑæbÎèMÚ.wÍ/—JW%TžkɾxÊ_f²÷…ôƬïjÆ’5BŠ ‡k»HwÒ}“-':"Üf5uƒžaä/ÖD”±ûaU%.Lž¯QMl׈7 ÷¤çnÈ ðêÕèS!æ+:½ÕVá,^E°xhü…6Q™xÖ7R²²âƒ25ÛmÈT{yoAÒc³cX„‚Õ"œw îs¾q߯ÁæÆ®¡B]!'4¡oŸUùñ„9†Lz»¥1‡ÍÙWâðØ30F‘l¼»Û²d/6ÊÏle7B”)Íúí_a‡²† cŸe«5zT ÌD³üò*sí}Õ„ àd¥£ýŒ¾îLtfí^ÓK(YbУºß:¼zj7*wºóÎyE°¬´ºÏ¦D¢Ã+/_á2—›KõZ9"BÉ:ñúËê…œ@£/Z“î[‚^œ­¢5ã†?‡Õí燅÷èp…<á8ïëG´fS³öâÜ4-µ! &¶U°Ç%”ºþØ­Õ'¿³ _Òuh] n¢¿ËŸkõO _Ê_Q²–ŠtaõÝ!+]’®y)Ö%ãÍ-¬ml{øGÉ\~r”Úær*³Þ)äuîÀHÖ›!ò7NÝ2 ÷¦Ærù’{Ac)‘½‹kwÙT À³†ôSÖò²21J3îQ’µÛZcG'ÇJ\ýÒ‹ËÊ‹£Î0s…5…·ûŠÚîïÃ|Z~Ü¥ØbQoÕ›H4§É÷ÙGE×yöÁ[N6W¶ŒÓ"Ó.E—ÉKΩÒÜçôW(ÛNÙj`ñÈÙÙö¶Áé»QE’M ýhÉúÃó|ÆžÛ ú)kp¡¢ÍÅG̲§E´&ï¿íàh}óŠU4_"ŸeeTžkɾxÊ_f2÷…ôƬ÷j¶’5&Š#I éÒöDwé÷XÚˆ¸óëtmÒiùý`N´Ïùɪԟ·ƒª7 µÙÜ´ž{3¸ª„ãLçùÓkQœhßKÓÔ©&wDg#žL¥Ž¿y"V>lö ­X,佊â°xéw‡þy›?Üó?¥ø a6ŒV1É4 ¸;ŸÒ*›…*Z-ðÊ$eÒo¯KSîgü©rØ#B^hBßÚ/6Œæêñ¡AÌã#ê”ϹU‰Î¢ÊS²aËÆ ƒQÔÝv¯Gº~øË[_ëÝeFvç>oM:-¹é#{8öYæ¸HÈÈžÌasí=àÙ” € Y˜p&ÌÀ{ßu%D‰P’õJ`ƒ,ƒwùÐê‡ÜB¥WZÝgS"n¿ŽW!]VÙ„È^Zl.ÕkåˆvÚFKÖkâåÁ+uIç—~¨Öj†a@$«Ûž§iP‰µ Q,êëõúDgñPúð¥åwô—4?=ïKGⲫ7¥]îŠ/é:4‰jˆMñâΪžÔ q±O´üUÃR©VX}wÈJ—D†£j^Šu¹2H"/@©m.§2ë5D^çaŒdc¬ÐÆ©eäÞÔX._r/h,%²wqí.› hp…–¬ee¥b”¦ß$}çÿØ,³´¬8’Qnö\aMáÃÆí>•m‹c/W"­æY¦—VöV½‰DsQ…—‹GtRf~9%R %Æ’ï?ÑñØ¢ºÌׂˆv÷){¼x’M üvu§%+ñ!ï -Y*Ú\bÄ¢˜ÛkGu`êëŒØè”]Z*‘R*ϵd_<å/3™ûBzcÖ{5[ÉÉ'<àú,mÒu½MPõò—&_¶&m¾4öŽð³XÕº€OXsØÐÈØøÒo¿¹s"¼¯ÎÐ$š£7¹frù·c—\ÂÃ÷3y~I7i½z×á“-¿™ûn˜Q›pÄ…C«Æ‰bË*ËPI¯hؼåDz]^J?ןºrÏï ¯ž9¶sÅWký"4”Ñ*KÍ^2Š´ŠCˆ¢ÕÂí·ô¢^Ý.8píž…µ•ÉÞáJ”®xΑÚK›ý¨ûíðå?Ü0¾uåÐWh‘C׌ð3§Ÿ…¶ûýÁ FÆ·®žþeïÙÇ¡Še#âÅyjCuYúû £›Æ•˜>ð çD˜®Ð#–Dp"=ÎÎhE:/5¡þ–9ë,G;íìONZü²Ñ £³?P1P×Þzè&ZÂ… •Pu%Œd­Õвæ—ãnxàà“{Vw Ìê@T'œó w£~³É¸Aüð‡‘É­«¿í˜M¥]kÊÉ'TVe--v—ê³rD;2’õª¿DyˆËžJJm[íY×|¢ª»Ýzìʃ猌.[9ºQ¶Ç!\Á¨ƒî.Õy7ÑOϯ]¸üˆC s6ìéáÁDyí†p~ûï}^Ë&l» +Jo ÕÜäÚų¿lújd;BT‡¬½é'Zc2Wë¼°OVõµ'+][#R‘¥(7(a#Y–_õQämém.¯2ë5Dv}ÎÓ_‡S™_xêGFNêšojRqÕpA“Jì]]›Ëf°^»õömEyY hT¨<7Ö>’sñ”¿ÌdÞ¯¥p}wP³•¬Ôpbp<.LQ'ÝÖ= /÷7ž×†h~zÁ‡úÔdûÌAí…¿Üß~ØæÁáaO=¤ð»zƒ–ù‡Šò löüÖÎYÂ&êz#—¶ –‹W 4[Î(– ¯X¼eˆð¹òû©;ª ƒÕÒ4}Ý%0E ±^Íh•¦7ÿ;”Vé¾É!Xáj‡c‹Gt®ªÝiàBCŸðšB ÷¼·oþ]Q«VûMÝRy*ô©ñö™ƒ;ªÏèYgùR±lp¼Î’žüQÞö[ûVÓ ³]U3Õ¶ÝG|¾òèígáÕëÈXQ¬óÂ>YËž5]u"[Šr¶‰0§¤F‘·e¤·9G^eökˆÌú¡¾¦ëÆuTi5ÕÐ_FNê˜njÒqÕpA“Hœ]\›Ë¦‡eÍ^»q‹~ÊZZZ9w‰š@A¨<7Ö>’sñ “»Ìd_ZY6fývPÓJÖ+—.È’¬‘œ°–BËòÙ@Èÿ4†Øïê§Òm­UpUI¨Ó>êB:íjV‚BÞ#FÆ·þ¬¨(/- •çÆšÄfñlrÉj~÷vFj2«dòÿ2M+Yƒ^ús³3Y%+¦ÔV»6†dÍLO-*, Óê ZC²B¯€T­!YP@¯€Q­!YÝ­.Y‘|  wM-Íî8?²OŒmTÉzÔ"¦J²"í VT¼~mgm•T©ZC²1IVÅ++-ÿm‡ùù¼¸Øh—Gö'Y›E+(Y1qЮҔ”²³3-Íî4žd=d¥ˆdÅd@µÊŠ9Ù™UÿBVcHÖ_îÑ’zÔYµ6¶d=x7R¾dÅùªµ±%ë;r$+¦Ô¨Z[²þ|’4kɺߔÉ š³dÝw+\–dýßÿþ‡y5ªÖÆ–¬{? ÉÊOs9²îû~C÷ÌO~nzöð®]†A¼êSÀ 5ûõ‚'·¤ñ†h1’u§QÈ!YKxa×–teBî²ðJ(OPÂKò÷ŽÈ)V¼“Ò·Ý#[‘ÖãxqK«ŸâÚÏÓ¤:Öœÿ(§\-Jt=ñe7ÚÓ‡ójéxe†Ó h$oë0éh’uÇàF’¬%i– Z3cŒ<YÔĹ-Ív]ß]£ï7ÖWV Öêºæî¥iÏô6zÖâ¡eQÈáþL@C~ ç7–d-N5Ÿ£EH«–°åä—4Ì¥©·'KÅ+3œ¦¦‘¼eí-B²n¿Ô8’µ ìÄÊA:¯}’Óäé-ÎÍ.¤  ˆË-J¹9¡ê¥8í™Áöõ» _dŠ?¦k觬/žrx%% 8Di*[¼²ÂizÉÚ(Þ²w €– Y¼Ö8’•ûxM'ª{C´©ÿ©j’T\y*?ðôÂ1}:i Ðгôˆm\aM§J²Ÿlß­µsF­ó°‡“Š©òˆ[[¿Û[G…9¡ª?Ï4>ƒ½f5ÕW©^*Mw½'ORrÇ=Ø3k@[a'Í=’/S7J”ËrµÆþéϬ&9ŸX:JW•*Uj?dÞAÛ„B’UVMZÝ¥{œ[9±›Óy›KbÙâ•è³(Ñùäò±út+åC¾üÉ,‚'NÊÙ%ãûëi+ Û¶8{σ¸BVI/9n,¿.ݲώ„·²Â¯m·¸ò-A²n»Ø’µ8åîLZ_tÝöÔëç¾ô8ƒŽ†ˆ é ¾X‚ø« EO‡^ýzvRטx#¡XQÉ*ËÕû/ÉtÝØC(½;tÑžï»Ë+ŸEË®Y’ã¹{PåôªQ’N{ÁÃlÖx«÷Y’á¼¾»¨‘ŠèÿmçßN¬>)D£jRFþ&ùî<Û¸9uê¶´fokL”ÂÝâÊ´ɺõʈ—¬üˆs#z,¸ˆy~óvìú§[°¯7Ý÷ØK1Ee¥ÅIÆSèl­>̰¼,ë9Ì;ÉSÍÓå*гÜ6±“˜ï*ŸÙd³ÈHjÖ¬^rŸní%zX×÷³Š—¬²¨©ÿ\û/4X¦h¬Q¢ä^95sí¿¤+*M¹—&¨ácœÕúäÚ1™Vžf‘ÁœÊ{ü-­Éx“¤R±¡ùqFÐ'ºïôDÉ:nݺ­Ñ[…¥@·â—4$0¿s‹Ò~”l*ɺùr@m%+å­­¥yB\lfFzfzZFZªx…ÜçëtÙ†RŸq'©DZàq}¥EŸž|/Mö©Ô Ë9Ìû½ý¾9qõæÕÓ[ u`–”Œ(R³4Õt"óqÆ 2Õ‹ ýùÕísj ×Yhž$PH²Êv ¦þ³ÎaÞÊî4kýÛ·W²÷’¿ÔSV®ìš”J¤O)bžQý›GlñV—¬B¨ü‰¤¶4–ЖʼnW™œÝ¶ûŠKVÖqëÖmÍÞ*š(º‡ZÌ&›“ž–jke‘ß$’u“¡m%«£ýÃøØ˜ìŒtÊ%JyIVÈq\ÞŽéº5ý‰A]᷌ȄËqï>Ĩ1Ç:³¬”Ÿbµ¼ó l—/Oö©œð™7Ò…•”øïí)K²*T3Ç–=J.ÇÓïËÓ'‹¢0=!=Ÿ~Ë>?ôâ$¦™C®LÉúha+zÌQ¢‹å8PSÿ™œß†2ŸÏwÈ-ù÷г£#3‹¤†(áË®YyJmâᄍꟗ™[Ì/Ë[íŸ\) ßÁ_̼ƒßc·¯L1ÉÊ:nAݺ­É[¾¼DÕ²[(FEÅ›ŒôJ6‰dÝx©Ö’ÕüέLF¯²dZÏc´ÕÐSœª üø+™ïÏ;QXí 2¤UѼ*ãÏD•È9ÅuþFGøEô~£'ŽÒÈ’¬ŠÕ,޹2IôrͶ­Uµ?·Ì $ßcƒ¥´:uïÓ[OèGŸ}…²$kQèIÑzi~z=.K–5ö/H±ù¦sÕ7˜4™ƒe~†T|œšÅÉV_wQÒФ¢ì±Ó/-^‰¯_­ë&j¥*ú¿öl£8~‰‚’•}\^º-®É[9á×¶[\‚Å(//¥T+¥›D²n¸èW[ÉJÕÏLOcy¾J!H1ûœyÏväù˜jÿ.jI’ÉTæ ãUêRM}]Fk´4ÿˆK*¿ú °œdçˆ/åó¥ŠÕ,Š5ß6Eô{Lš}ߌ-ûdæ³½Ÿöi'Ò7­ûLÛhœ'ý㨂\?ƒ£tÕHÛEŽ92¨±úékœý‘Å£*ÛjéøÚ0¬Hzy5KÊ ¢m~5BOø…yÍ®ïõæ±Å+ùÜx‡Ã_èÌ(Kí¾Ó·Ý ÍÔðÜRböÙÆ­[·5{++üÚv‹K 0ÿý—,ÝØØ’•Ò¥u¬RŸ_­ÕO¶ÊþUü†ýM~É É É É Yß¿d¬¬’’’’@²B²HVÉ É ™ÒAlÏ'ŠëÎ}@sŃÃõ‰ÊMͰm’’õƒÓ«q¹nI/Ú¯:bþý!3š'ÔúPþäCf Y!YAñäÒO®^„B«WÈKö>Q\V½š——ãçã}þÓû÷ìÚ³k{s€òäü§ü}½_•—á‚€d…duÃÃ]uÄÏWAK_òjõsjÝJ/æÂ‚|J¯ž^ÿüS¯õF­XjÝJ/f.7ÛàÓÁ/þ×ü,!>î¹³ÿþû/®9HVHVPwÉJ)7ðIÖzô K²R×Òý{veef6CÉJÝ(ßd]r’’@²‚G²îÙµ=';ûÍÒ(ß Y¬¬ >’µ¼âï²7ðJÖúôÉ ¬ÍQ² ²¼ wo?ÿ² ‘ú/Éö½¼{ëi¿|9uò9®:&3'ÙïY´ä˜O¾œ:-M²–½þ«ôÕŸõDë{fûiçô7õïê?/øÒꅛ͒šN×÷l8î™UÞðó3_\þýA´@t(”¬²*s¢âjì’ Y›£dåGœJ4¾´ã6VÿÑ燥ir¨¿yîk:’«ÜªËÑ’L·Ã“[‘¶³¯EÒ%…ÁGú“ÖKœóäÔijU)YK³—üÆ1»RͲu%!YYë(š¼æSè ã"]'m¼^PM²VYïý/ Krƒ®®ßE©ª;n—‡„š-I·ùF´›mÏ—)YK^ýY\VñŽ‚Ð?~ûyVoJ·²`×uÏØ‚7r$+×c³.é²Á£ˆ>, ÞÓ‡hLØ{ûià‹gvF·ÒK^E]ET§œ}äìÅ+(«È|´¨é¶ò†ëwWKÛ ´’7©V³ÔÉð³1å”ìIuÙÞŸöSüÃÜÅÉÑæ¶cr~™t'o²¼S¦ÖÅÎ+Ïí –t$­æ;äWvþý5g×'6‡?¥Ô“æèõfÎî¿Î£^Œ¿–Z¨H[w—ÛǨ ‹YFË@¶Ë7mI×﮺¸=w½¶jÕv‘=_VrbiµÈŽKÕøüD¨õ‰PëSGW{rYÒ%Ösa’ͪÞÔR±å¼•½“é·zDk¾cK+xѦ‹ºÒmöÖó–öÓ4I÷]y2#ªàEÏïDÕŸ³ý¢£ëÍ…í‰ÞFß\ñ¸Äút¾ó½>Ñœû(CV,²³Z\Vðp®&u=V†d­- JÖ¿3Œgèëe_ø• öÈ(ý›|_A²À‡+Y/ÅD^¤î“}·»g—V“¬¥™æjݵOrE_ÿO¼ý™ÑßêÓ|Ç?Ëj–p4„f‚ãñÂn¥> H1Ÿ£Iºlôâ±|f 4Ýr¶&ú{å;ûÙv‹´I߃EÕ|.M»7CtÛVù4²úªW“ÕU5É*³Žb¡)ؼ$áúB†Ÿ‹*fû`@þóuº¤Ý’©%õø`€àÕŸü² qÞpcÝ/íœ?˜}ƒæì¼áW\$Y‡‚ÿä‡N¤×~ŸBæ0Ój2åê¥ä‚ª ¥¹3ÕɈK‚ª&¯íÝˆÞæ§ùï:q[Û™tÛáYPÁç½X¯O´>7ŽàWEº“‚à½ýˆÒÈßü èÃÂDã1DyÚý<‰Î3ÎQ#ÃNE•ÓMò}Öé½M¾\ÅÚò³m¦)“QWS YB¨N‰ï¾ÞDoË3a+Þ³ot(¹”[’iÚ—´]â\ 3¢¢¨_G)+ Ýÿ$‡î9?æÂp¢õ¥Oltñ>‹Ò,>Q!£¯¤ÈŠEfV©é˼1ž¨~n—Îô,”¬|ÖCAÉZÁ9$&QÿÎ0¡$ì‚* É ¦d-)+N´XÜžtYõ()¸J²øíêA4æÚU¾Õ^Ê3IÈè«ñÅ‚³À{kWÒyÝó<¦×eiÒï`p¡´.åÇ 'd¬Qb±´d-ðÛÙ]*m—»VÿvïŽîDcžCN™\É*³«j’UfÅBS°yÏmuGJù°~–5?Ä`¦ý@tþvC—èü’ºHÖBÁ«¼B;ܸ{&ÒoKlžÈr6p__Òù‡giÂü˜«_¶#Dwêækn‰EtIÖÓï;’nÛ}2ªšäEüFE7Çú]o¹!‡­y“ )–µ!Ý·yñÄF‘ê$Ým]gÒnñÃL.7#ÈÍtçÔ6¤Íü›±Eâó#¯#dÒõøbºUšÝ—ZdàñÐ$…Ú rÂÏ %곬2YB¨/öüh¢ù…(œ §EmHß_‚³Ò©?úÊ¢ “-?S'COGd3u,f«“á§Â YÒULߟûö_?ÌÌeÓS¯ zïòáI'0Ým½.Ñ[û˜Ëq Ç•©FTÔ2"J£3Ðy•kS¿8îÎ U2öb4¿úèâ} R¨UÛk§7OV,2g„™¾U”ë{2™&BÉ*s½)€â’u$‹dµƒd€]²––”d8ü O:,üu{ÿ*ÉJ©2¹öï$k<-YG]‘–¬tÍN?<êºÜ'+ÚÑ÷ûÙ’5‰M²úîèF”?¾ð<8(°’ Nb^©¤Õ˜g_“d•ÕUuÉ*«Žb¡)ؼŒ÷|ƒ.%™¼ d}ýª$/Êéâ³z)Òuù½D~­%k œ[ „›ìvóð×ã:¢Ò}Úúß%fJ×I±ž¡FÆ%çT•䦺]ß>¹%ľ½ŸÈÏ 8Feë+»ìª&9‰fÓÔÈHƒØ¬ª’xÓ•ÉhÃøì‚€_‡P‘ßOEª“¢à?†¿[â­{[rÀ4(7G²óœ‡_·#½öyäЭҘ´ýúaºt N &­¾z&≮7[ƒ þ= WVDytWšó*“̵[®CúôÊ©—DŸ<÷mÝI›¥¶é²b‘9#TµôôO}­`RA!”¬Õs˜–Í3vœÛóU%ÔßT UΚsE?nDIÔ…ï>pt´~ÿ¾åø`|𒵬TÀuÛÒ“%RùÁ€ «9šDo½›è9§ éî, Jr½z[_QÉZw}ª*%à|óÙ>À¼éßq¥SŽì‡B—:­ª¬#냲ºJÖÅNyrê(š‚ÍÅ$kAÀϽIÛe.y,¡å‡Ÿ¢dðó1Eµ•¬ùürn~q9i/¯ïZ0´-5‹½¦­?k”“]ílu²#¯Œ$Zsm²$ÊSÝ)eÝi¥+7Ár¶~:¼°êT²ÓwíI¯/òªJ’–·%}v{S%'‡Õ·Åz“ê$ßïè@ÒêËëþ qÕkŠuží·³i·Ü%™>UtvQýÌ4‘§PÛ|®ÓªN¤ënYÒ£KDºYôÝëË£ó–î}p¤ é¾Õ5½8îÎ'Jd”Adí¿Åt2êÓCnÔéaD}¦u[ºªõœç¹·¥¦1‡¼”›ÓÔT>¾É“N S³õ"aÍlß=éçÞ)2#âÑõµZ§2õsB¢Z;&‰Å•'V‡Ë99”(M2‰È“‹Ì¡ÆuÝÐ…tZó(]T"’¬âi4¸x¥}ûÝ=¨¿]Ý=¨¿©®ŒU§ðׯ©?`ýÓbáׯ’ ?Ñï¶Ðš÷$+@²Ò%9϶Q¢µêëWy>{ÒyöA§—·ŒÓ$Ó.EòKk'YÉÐÝ·œm.îCH«™×cŠYÿн7óe­óæNN6·ÎŸºY(ávžïþÁ„h]ÖÌÞÉÉúâ·]ؾ~%«+AÂõq„t]iâ“Ê—UGÁÐk.&YK2læi­÷›Ú9>0¾lÉ‹{ðÇùÛŽO=_¸=øcQg¢öé”âÚþb_–Íã¿#Ùé‡É³Öž±÷O++—"ƒsaÑœcIý•øäøÏçM½žºÙžZÖ“¨N¹À)ˆ·úBƒ´qôþƒ·Ï\rÉÍóÜß—ÒÜ6©Uäzì¥U¸-S’ò|µzz.;{çÑã·/ºàŸÌãKuÂOr]¯K4Fo2¼÷艽õÓ'^dQÍÅ:Ïà\¤DêÔ[IYô(©·?S'Ãþx™£PÛììàƒý‰ö|»x¶Ñ«e ßÿWjª¦Ÿ²w1»òËWU‰Æ„ýO³¨.Ö&ÚŸw É,Jy¶MŸ¨ßq÷á£û¿­¡NMù2ç¶tUë¹cPÉ Z8BÉš[P’É-¨ é>;zýÏ’êÖ¼¥“켬=|"$µqÊz¼£7ÑYN ¿¦3Çóç~DuºIl~-æ-Ð!ÝVÙ$¥W+JVY­¼ýƒjìÿ`+@²6CÉ*'4¬«†’¬ôwdròëDæ£ôH¯=îiùuí¡“äu é¸Â1£Á{NxqqûACS»'v§7MnGTÇžx™Ô$afÇ_Ÿ¢B†üæ“Q«†¼(ÇŸ†ªjŒ=ä'~J(Yëã$+@²â)ë‡)Ysòéom×D¿ë»NØ¥óêÜC‹%7èÒ%•ÉW"óºgnÐÝ-“zÿ]*~ÓWŸ™ÙDa&¹~בè­w«]Ü@³½ßýâÄ‘r[(Yëã$+@²B²~ ’•ÇOÍÌà= ”¬õéAŽdÝ¿gWfFz3Ô«Ô-€ò ’É É ê#Y³òøÉé\ÞBÉZŸdIV.7ÛàÓþ>ÞÍP²&ÄÇ]8wößÿÅ5É É ê€‡»êˆy\RFRzÍŸ¸¤ôÕGÌ©u+½˜ òý}½O?û÷ß7›ç«SþP^EEF¼}[k’’ÔßHîÏ>pñIJË ùcíêsà’w$—u=¿*/‹Œàœ;³Ï®=»¶7(O((½úÏ?ã‚€d…du#65ÿ±ºc÷¬]|bÓS³hžPë“Z¥ÔZ}“’+kI¿}[ñï¿ÿ6«OPþàù*’’ÔÊãr) pà’ýª#æß2 y²úˆù‹vÔZ ˆÎ)-`ó$+$ë¥[ãÒó}¢¸îópš)ÔúôŽäƤäB¯$+$+$+$+€d…d¬’µi%«ù[¼<.f àÃáõ«ò7o^S:°¥HVGû‡éi)¯ËËK1}‚^ýóÏ?ÓR’(ØÜ$+«Ï‰ñq¶Vé©oþþû/ðßæÍ›×”^µ±²%›¡dªVG{[ó;·¨¶à¿ ¥ú(í—ß²$+øiž’ªÈ׫ÍA²BµùrñýHVªs¨VP½JUh&’ªzµùKVhW(Õ¦•¬µR­T=Ì|Ÿ’ªÔáÍ÷÷,Y¡Z@m?,úþ%+T+¨Õ—›šD²BµõjJVjPL¨Q¯6­d¥NÕö'À‡£T›•dmBJsÜvlEZ;àÅ-ýOÿôY /5Êß;"§X‘Ê<·ïÚÓ³7Å*[á!¸öó4©&šóåà‡æÐ°´<ÉZ|¤¿ô8z=yuè­(ä°°³!¿…óÿ»³\šz{rm²É HÖ†—¬jýwz×E²–§=3ؾ~—á‹Ìâ²ÿ²d½9’¬ï]²vÙä™/q*?ðì’ñýõ´•…c·8{σ¸Â’2A¢éª@}æý̪fqÊ­Étv˪ ­Âˆ[[¿Û[G…i­ª?Ï4ž_V”è|rùX} ªD¹Ã/2‹à ä%ÿ?ÉùÄÒQºªÔ¥öCæ´M¨ÞJWKبUŸî]:FO>j?léïìb…z`·R²VšîzOžÔ'²<ί­K¯ÚQ_›T—¬²Fd‘¬DS_Wƒ~ðüÃN)|)Á\r¨}4ôt¿„=粆+É~²m|·ÖJÂW)‡-8ì˜T,¿ìq’µ¹IÖJÕDˆF+u‘#ã—ò®M¤Ú,uâRÊ'ýÁZUi/´Ë©þlð]sõVZ*Dg™ 7Ãy}wQG*¢ÿ·;±XÎXrO•dºnì!Tgºèµeß]^ùb­45•ªe°²‡N«Ÿä)Úƒä¸U’UYG·K½î“úç‹§Žgü™¨±ZëV•c3’UΈìÉ'Z­EÃ+=Å)”+)Yr.g¸¼gkô”4Úéêë¶¥jæäbHV’ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁšÜþ?˜$gL endstream endobj 549 0 obj << /Type /XObject /Subtype /Image /Width 913 /Height 152 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 1710 /Filter /FlateDecode >> stream xÚíÜÏK›yÇq5&jü•Œø#N† c,ˆâh ¶%zqh«E<¬Ô¶XO9µ ëA)´JÁƒm¡eKŠS…RçÿÛ}Ò1Öétö–¤ì¾^Þ¾ðþäù>TUߦj Ü ß|ÅÿÖåò·QžÅ …jòz;‹òk9-†Ã‘H¤(½ µp8¨ò/IVÿ(·h4ÚP_ Ÿ%)H¨¤x,ÖÒÜ­¯ ×Ö\ ²ZP~‰DgG[¼µ)úç"« Ð×Û“J&ÚãÍ.RP #ÃCý½É®¶– ÈÂ=²d³²»1>–L§…"Ï?"ƒ?!gewsfjr<3|)Õoª‡Îƒ¬©u6Pv÷f§³W‡Ó?´·F#µ5‚„ ZÍ­ÜŸÉf{ñƺÏA†ÂÎÊnks-w~úÚh²­ùÓ3« ¡böv·7rK³“™TGKCñq6Pv‡/žo¯­,L õtÆ‚Kä§ WHABùå_¿ØÝÌ-þ<þÓ‰Xñ­N!È:gew”?ÜÛZ]ºu}¤/Ö *éäÝ›ý'ÜÎ^NwŸ¿f$TƇßÞ¾|úxy.{EPqßç_=[_ž›¸Òßý ¡²Nó;ïA~/H$Pôûɯ¿ìn¬Ü™$$$$$$$R H@ H@ H@ H@ H@ H@ HA‚ A‚ A‚ A‚ A‚ A‚ )H$ H$ H$ H$ H$ H¤ A HA‚ A‚ A‚ A‚ A‚ A‚  ‚A      )H$R H@ H@ H@ H@ H@ HA‚ A‚A‚A‚A‚A‚A‚„ÿ+§Çùƒ‡w& ‚.øø>ÿêÙúò\d· ¡Â>üööåÓÇËsÙ+éî¸ ¡²NÞ½ÙòèÁíìå/ƒŒÆ}#×o-­níæN>|<=ý(•ÓÓNŽò‡{[«K·®ô%âÑ AF¢±®Þáñ™äþ¹³ÿ:ÿîèýññ P*ÇÇïÞå_¿ØÝÌ-þ<þÓ‰X4òGA‘¡H´µ³ghljaemûùþá›åóù_’Éçß¾9|ñ|{meajl¨§³du1ÈpCKGj 39»”ÛØÞÝÛùêàà d^½ÜßÛÝÞÈ-ÍNfR- áÐç ë›Û’ý£×¦çïçÖ6·ž<}¶³ ”Îγ§O¶6×r÷积ö'Ûšë AVU½ÕiŒ'z3Ù™ù»+¹ÕG××7€ÒY_üh5·rw~&›ìMœ¿d-¾ÕimO¦‡¯f§gï=X^~¸”ÎÃåå÷f§³W‡Ó?´·ž¿Ó ‚,<³6Å»R—†3ã“S37oÏÍÍÝJ'hìöÍ™©ÉñÌð¥TW¼©¾x…,~ÙÜ–H¥G3cã7²Ù‰‰I „&²Ùãc™ÑÁt*ÑÖòÇ·Å ƒÈºhK[W²·`hxdô Pj—G†‡ú{“]…á³'ÖOAÖÔE6ÇÛÉTOo_:îJ)¨¬¯·'•L´Ç›ƒ?@~.²©5ÞÖÑ™Htw”Vww"ÑÙÑomú¢Çó"ë£Í-±X<þPjñx,ÖÒÜ­ÿ²ÇBÕ5¡Úp¤®¾!hJ­ZC}]$\[¸?^ òS‘…$kÃáH$R”^ÐZ8\{–ãÅÏ“¬ …‚*²z«ùZŽÅ"?E ”I1»ª¯ªÊ­êo9ø†‚*ëå÷‚ü4`£l`£l€l€l€°Q€°Q€°Q6 °Q6 °Q6 ÀF6 ÀF6ÊF6 ÀF6 ÀF6ÊF6 ÀF6 ÀF6ÊF6 ÀF6 ÀF6ÊF6 ÀF6 ÀFØ(ÀFØ(ÀFØ(Ø(Ø(`£`£`£l`£l`£l€l€l”l€l€l”l€l€l”l€l€l”l€l€°Q€°Q€°Q6 °Q6 °Q6 ÀF6 ÀF6 ÀFØ(ÀFØ(ÀFØ(Ø(Ø(Ø(Ø(Ø(Ø(ÿݨH¦ endstream endobj 545 0 obj << /D [543 0 R /XYZ 56.693 815.761 null] >> endobj 379 0 obj << /D [543 0 R /XYZ 56.693 440.985 null] >> endobj 546 0 obj << /D [543 0 R /XYZ 56.693 423.172 null] >> endobj 380 0 obj << /D [543 0 R /XYZ 56.693 262.576 null] >> endobj 547 0 obj << /D [543 0 R /XYZ 56.693 244.763 null] >> endobj 542 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F75 438 0 R >> /XObject << /Im17 531 0 R /Im18 541 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 554 0 obj << /Length 1457 /Filter /FlateDecode >> stream xÚíXK“Û6 ¾ûWè¶öÌš!EQ^:i^“NÚi';½dsàJÜ2²äè±Íö×$@Y²Ô¼&í©“!â|̓»€/6?]m=W<ÈX‡qpuÄ!‹“ ’É$¸*‚7Û_t=˜j·ß}Y•îÍÐâ‹ÂàX]4vm|ùöêgP°‚eJá>yS_sÞ ­î˦žÿ«¶ŸÝþqn;» A Èbi‘EIÈ!ƒ½bYBØDŸ'éö‘´ßmž]m>lèçTÌâLI&XÌà ?lÞ¼åAk€EYüé$œ…2†y¼Þü¾áä$>sV8ä÷Ž2&xŒ$,q0üwÁ›½àœo__K%*““õ€·p¼Ù…àÛÖèìžž¸1Œ˜Œiÿ?v"̶ÍСãŽÍp¿jkþ"‡Z%ÖÏuIGôaÏHç'Ïÿ0ÇhK1 Ôr†ñ¹ lÐÇ£n5èˆ{Ò§kBÒ˜*C“\w—ëjÂO«iÜ ¾X(Í9i.¼>Sï"¾½/Û¦®ÍÁÔôÉĽ(ËÖMßÜQw_®›§À?¢dc6MèeåA<àD{÷\ tÂH(×”}¼t]yS©oiš{œ}Û”4ukÜŽ„eR"Ž'U 'BÁ×yZ:¨ï*C^y¶~,º$®ow¡ÚÚ¨Íß¿…ö.½3Þ´’^™öà÷öÞ;±Ë¸Á…M]”È*î¹50Õˆ™3q~qV«¶¿"ˆÝ<±-ªaýL;³ÈÒEYí¹.Z+òIÿ-‡ÍÂõs#ÐäŒ$³ RK¸°$ùaÙR*u“©[Ê>„ÀÃôòÑ˃Ȃ§ ðæ’9½š=éÙO9VM á…@§q¬‚H‚PBÕãÙ™O¼ñ_äû©WÎØur&’“®ç# Ãa[˜¶.2.­Ñ˜|»}n_¬uÆdy1fÙ]m…¢³|BúŒ™i/ÒŠW†˜4E¿¶, >¿Æì Á ó¥Ñ¶ZGDÈ"%çD*Ø>½Ð7M[,-¯=x–êŽfÂZRÔå "e‘„³­‹ˆPó½ÛŒ‚ÓúW4e¿7Õ¨£Þƒ·('ÄÞŽìã› ±uÏÞêk¼&âdûã¬CŠ¿íP[Ö=©YÁ{"”Ü´½.ëo(CK¤ê³Hk³Šø½>è²ûoÐÎÒ‚‚"bYHA®†ãk[\âhÚ%Å ­·5ÌFC`>3ä¿XF2šºÊžö¢«ÆYe$8K5x†Tï`S€;Û즚ƲC=Šª±SHß_Ë8êí¸„±©Í¶€âOÅÎvOæ©lKž”rÊöñ¼¤â[¬¨v¶švaj¢}6]‰3ð,NuÝîÄÍà¯C%‘}³'•#Ž™¨Ä¿§íYÌ'I¾$nÁÁZ×üSï—HÒ•“5®ý°“®¼«KË@ã‚ñVúÐqb¦ÕèH™Æ“ôì:¤Áƒ…îͲû˜¶C“îç{ñe,ìÇÎ+ãôr)/K“Óµ&]½Ö<™¸Ë`(Ü|"³`æÆ£«{ô8$R`à 3ccç£]·^ߨ#¯Ì'nDjq#’"žÝˆ$Œ.~ò²°}¡]Çã‚Éä¸@쬛ŸIv%ŽÉ5,‘Pk 0H5D/ õºª°Â»Ò^”è:›‰ü`.> endobj 550 0 obj << /Type /XObject /Subtype /Image /Width 918 /Height 277 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 561 0 R /Length 21208 /Filter /FlateDecode >> stream xÚì½`U‚ÿ?i8=Ò‘ `ÉK¸ ü(»XÊÞÑva—65°´[jzB`!•È–m¹÷÷Þb'î¶Š­ÞG#É–-×ÿ4’ÉÖŒ'NÁN¾ï>ÜÚóê¼7ÖûäéÍ A p…aáØáf“q!?¦£lVj8tú6™4`¸Xééé¦=0`”J)§íÑ­‘5'«6¿ö À`a° `°cÓ`ƒÒiÕD€K‡Žv»ÃÑA{à85Øø˜¨V™¤³³Ãn·b4.}u:2I íãÔ`›"ÃBÚZ¥ŽžžnpqãptÐúÒÒØ8N Ö-±ñ1‘ÁGÑyÀÅ m}´û±éëx1X`°{n öÿ#pi2¾ ã¸UvL,ÆŒ(±cÄ`14€§ÇŽƒÅˆþû‹,Æœ‘ÄÂ` –¿ÁžÍ^pÑpFZø ,ÄŒBeDzÁb ±ãÅ`1pc J]•òý·ÿ÷c¥žw.‹¢"éØþ¯¿úù¤€s뱿”ÁŽÍÕW«*í­[¦3×~£¶^ÜRª“ÖåT‘|ëÒþû ×`®Sò®BóðT:ËÔGâTøÀ9_‰k{fgg,ÿxåðjþ-[7ŠŽ2UüÓ]Øê/ªÌïõ`•¹ûLz  €±&±cÊ`ÏøÔ씕ÿÈÁÚHÙñ›_Ú²7WNÚ.fƒ=x ãYb/ƒ]ô÷lý(}é·¯[¹pÆDwSæüÇýo‡7)›¥ùðúIôË~/”StJRrènWš9O%6ùx—ñä¡×þßí×\>‰É=yñÇÍ6Ssâÿ=uûâ úÈĹ«ü_ÁI…«.î(sKâçO¬Y0™Ž™pÅꇷF6ùæZ0Íiú¯6üí“wž¸má×oWÜôÄ7yJ’W êõ¬7,x)[7l›"kÇ3·.püä+Ï | –­ÆKL]¼ ˆ©~Õ#ÿL˜‡ù³¡â£k]¿Ýðu™ ÜçlÕQÊÔ××-9Áý–ù7ýáŸñ-$wùø`°cÜ`½EAÓ/ó´ç–/O˜­æ¦ïïtý2ë‰5-B­á¸$kÆ£Ñ*ß•ÃÓÙ/›>mqù“Iê¶Ä—–y šäùßÙi&9ê⌢äÉ»Ê-ks]îVÍ[rô~¹¦NàÓ¡Þæ=Ÿªå[ÂÐz vâå -Z¸ì®­ECnÑ27ütŸ'ó”™Ó½u3ËQcàÎ'¦ÍôT?ñö¯ªœ† Ï9ªÓaá„ 9 /˜ééªß“0X{! v4çpÁúå/²-âGÍùõŽz’²4ì[Çhà é›*f“+fÆ£äÖëùÜb4k·¯a„ð?wVè)c“àqæ»õ«ß)ÖsÔÅEÖî¸ÕõËU›3”V+Ùñ§Ë]«•O§hýrYÕi[Ì8ÙK:J™öòB×/K^Ï×ó-aH½#î"0ŸøìzW‚™n Wð§Ù^ƒåª1€Á= ’Û¬fqè“s]¹–ý£@ÇÃ`}ûœ«:+i¦L*IÝÉš¢dññD5 ¸$vìlscC|L$‘†Ý`ƒ¦Ïð„ÅŒR ÝŠinØu³Û¡ õ”lú‘Ù8°èïYÒäg\":û‰x¥–a;9ÕÑÌZíÄ{BÚ˜ªµ)vé±î@‹•£.ö(MÌÿ Ðg·ÿØLúçRˆîu­ùÎx,^k¥”a¿s5}æã‰þ%øÕ;¢Áª£p-›NÚ®º–«FŽ}°ê¸?2"î>&ão°4\Õ™B_¿sžßñI÷E(ù¬ûŠÀX#øè!Úýh¿K7>24¸©¡^ÞÖ*o•µÉ¤g¸‹À­Cdó~f1oéæ=³÷õè—¤-úïÿ{ÔegW>—¢µŽd°n›šøŸC ö§!ë_{”G‰y_zcóf/ïì)²‚jUÆ>èªyÚâ4ŒH»rM4AÍ¿¿z­ÒÃÌ.Š/g±¬»Š wÿ,³ 1X®9 V!bìŸømp«µõè]®¯|!C;¢Á²Wgi }€ÙqpíÓŸï?¸ÿƒ{gº VÁU¾ÿiÒׯ ZµªU& iil§ÕX_§lk¥sY)Ë™ïƒ h°m…š3ØÌ«ÿ·PgÉ`½_ ýç® ƒkÁ&Æë®z‹Î;*ƒ5Wq³ÃsíGi2ƯHeí)¹iXãY –w þMREº õŽ}u®[ŸÌË]'¿º‰Ù¸zë§¹ÊÏ`¹jdë|J[úíÝŒˆ^÷q¹Á¦I|b–ë—UŸ•F2XöêŒUŸÿ‡+æ?>=a¢l†¢w®ö,Wùø"'tv:ÚZ%´ŽSƒ >zHÎèëìƒ%¦¬x#[Ïi°6«®àMïmYk¾õè §ÁÚ¨¶Ä¿.õd™ìùß÷ÿØ`¦Fg°6‹$âéùƒmžÊ¬R®úW•™·Áò.Á¿^²î»»<(˜:{æäÿÚæß«iÔ/ð”4sÆdŸ;¹8j x'×Äé3½·t]ù'¡„tÝ:ý„瓦ÏðÜåÅb°Õ©Ÿf–À‰Y×ÞzçºÕs ¯Ár”`œ`·[i‰¥=pœ,^Þ* °úÊe°Äü¿É`)²~ãq³lµZy,©1öŸ¼y>£t3VÜûúÁJ­e„Oîfb>Þ´f‘g³ç´Å7ÿiï ƒå[ÂÐzMõÁ¯¯_êÎ3õW›Ö[D5ÖG}øÇ›LñhìÜå7?øQ޳FÿG™}ýèm¿ºÒ“fÊ‚›ý ¼Î0ø¨®ìíOߺÐ[öåWÝxß?bZ-,O‘e«ÎÒ–ùõS·zS.¿ê×|\ ã*Àø¡§§Û}Ô85Ø¡{_  `°0Xƒ0X,€ÁÂ` ヅÁ, À`a°0X,€ÁŽ/ƒÕW‡ï“ÌÏdKÌÛ=þi¾ž# ð`l ûlÇq9un‹e‚±PŽE‘·÷­Í;J è 0Øóa°ºô®$æ>—æ+3”<íŸwO'fßÿ}­ÑuÄXþñJbæã‰ZŽ4çJ[\$Ê‘ZÆÁ…d‡¿pÍe“'θóÓ<•õ¶<М›Ò]çâ_@ùo¯ šûðÑ‹ö8܃k>ùÍ DЃÑj|º€Áž½ÁR²Ÿï"ˆ¾®1lö+‹ˆEÏ>-0æºïÖÏœ·á£D±‰UŸ†§9èr^]ìßÂ1‹6ãõÛ6|’)i}yÝ}»jÕç®åçÑ`‡]禊ª½›nûí–$u‘~hp_–0X0Øój°¦ÿZ5eõUæÓÉ,zq“†äÖ§ai`°ž>?-?à0X0رm°VeüS·<¯ôμÍñÿñÆ+\ ›zõ=›CjŒÃõ)`‹8ê•»W.˜î>©Y«ýpç‡Oß¹lªë·Ëo|b{¡Æb!ûúëLsgZr×ßU|Ta0\ó^‰Ñï¤L ?=ºbÖWܤùkžÙUä®È"‰yýžU‹<홽ò¾7•éÜzÉÅZš,éÝûoZìnÞ”ë7ÓÞÂ’ÒW]¸[NiÊö?¿nÑæ„¬Ý’¥ç?¤4í‹'o]8™I³þ¥ý…Ï©±w#«ó¸X‹U%<1‹¸ò¹ §dMÒ“³‰e[ t~ý ÷Fu Üg7¦.Kæô‰y·ßvUSÕ ›>O–‘ÔW¹q qÓ¶’­£6Œíòã( ö¢2X_4¹o­$&­z~gDzjø7O,#ˆë?*Õû K÷”}Ã[Gã¶?»Âå†÷nÙ+Œ‰ùrÓ‚Xñ^±qäì[ŽDÇÆ‰~Üúû¹®ãe†ÁIùŠÇäWKôV¿6[tåaGBãÓ3RDÛž^N×~À¸„·ÀC‘11Âï·>r5ALßøï:’;Š»´Õ›Å&%Ç#ŠägJ_ƒek¹©ò³UÄÄ^ùwbvnfìÑ#)Í$ß!Ð~°š ænxçQtÈΗ×Sïý®Ö÷Ôt#¯Ý3‹<ì©ÄÕoé™ìºœ¿/$濘©ó7ªSà:»1vYº3Î^ÿÚöŸcbC÷¼vçtbâm_T˜¸%3@G±4ŒíòƒÁ öÒ3XkkèýS‰¾ô~¡¬Œ~l±bk©ÉGxXÓømªÛD\÷I3×[š~ZG·ìi$ùf§š~¸ƒ ~½™yùOI­Ÿ@Üq@J û×\¿ýdbÙ›zÎ(ž¥ñ¬—³åúÌ¿. æ<.¥ÎtäáM#ü%UãY™l>r_±øµ|ÝÐvúu#ƒÅèX¥‚ÿºŒXùq¹ËÍôo]EÌýŸ­5€ÁúöÞ(O£cí²rÊI0mú‹þ–£Ù`ý:Š­al— `°—žÁ ÿ±lXóf?•¬õÖ4þ“¯!ïµ%Äü¿fj™’ÕIOÌ"®ÝZnä›Ý¦K{þJ׷ц‘ VßöÞn^<}AL™9“ð8É00×ïü5AÜþc ÉÅ·4~õr·\_±ó÷—ÄôÕlÞ›T«§øÁ–«ˆ ‡¢•ƒ@hØ{ Aܺ¿qØ©ùv#ƒÍèPÒÚ ÿãÓ&ÊXüîrâÊçRÕ¶‘ v”§À5æ.K¶k¬™<#ƒemÛåƒì%h°o.%&þfWfyY©—²êf­ÕWŸØÒ Q×Ì;ïÅãnUФ>3‡øÕe¾ÙmºÌ—K7ç¨ ¦ÊÏn$ˆ«žü6*³°8?æÓ5¬Û°Ë«ìQ¼KãWǔ¶&a÷—O$ˆ%Ok6óWß=sZÿ]ú·æ»úçÓ| v£cµ(¢I\÷q¹ªäåÄâWruƒÕ)°GµË’ë_Iú¼ÍKèFdð2X–†Ù.?ŽÂÀ`/Ö]²c¦W>› ¢ Ϧ-G~ªÀ3»Ÿ*Šß¿†˜ýdRÀÛðU¢ “ˆU_V»ŸI«Œ}0(°sº¿Æ]È|ËÅ·4žõr¶Üw¹ê+ZonÚQgâ5m®½§ _JókiùycíR¹:êÌ –)×À]¬&íÅùÄò7ö¿¼dÂʼ_psï"Ý)°GµËrhF²á‡ßN¦s2›XNm§íóŽš-À`ǧÁú‡¹Ï¥é˜šâ?}ìæ“™˜ËÖ¿£¥“òäw~»pòŒûÕlixª¿ìCÉT{ø/kæ2é/¿ùåx%åÿLªïž_·ø2÷¹L™µð¦gÃ[-^…˜ûm˘ÇÍYýØàãŒ8¢8KóW ^)9Z®Ïÿàž¥SÝÙg®ØðfH­‰ÿ˜ÅIŸoºyÞD×#ž–Þùž<•…ÇbéiüKóåÌG‡†¬Û½n1ýáÐVŠâg°£:îfŒ©Ë’yŠ×µó‚<ã{í†×>±²N{uýROäÔù+ï~%ZB±uTÀ†±]~ì…ÓûÔBböÆ`°ƒ½Þ*{±Âñô|TLbŠ 0Ø a°F½¾îdÍŽo¿úùÈA©DìdýÃÑÃvnûZÒÜÜn·s—`UÆÿ÷\‚˜÷\Šê—^³Õf¼~Û†O2% ¡/¯»oW­:çÕÅÄ¢¿gë&ÖqÆòÇXµwÓm¿Ý’¤ 0Åp lQ~.ý‘ËAðÑCEy˜j0Øsn°”…”¶Hv|óUvfÆðÚ³Ž§ïÙµÝáè –½SÝ®u“‰YS‰É¿ù®Þò‹Ï2oG=W ¸$ VpôN«á˜bèXZb1Õ`°çÜ`õMB\ìÏGÒu9Ž?üð&&Ð?пÒ騂ü\ZbY Ñån^J\ó¿ÉÏ\A,»Hï=n‘ļ~ϪEÓݧ6{å}o*ÓQ#EYM ?=ºbÖWĤùkžÙU¤aÖu-²¤wï¿iñ4&Ç”ë7ÓÚÉ’Ò|ò›ˆ £Õ^G ×¼Wbf°CcIiÚOÞºp2}dêÕë_Ú_¨¡é®*rãâ¦m5äGWÂð³£4eûŸ_·hŠë@Ђµ[² ÙŒ5ƒu>sÙÆdëêíü¸ïïëíîì°šÇÜ\i&mÝÞ–ö÷õ86 Ó~{ÏÀ@_§ôMOvô t[I¿ì]=žìtî.‡$}Ê'­]ýýÝö¡'NZ;é<=žãL]C‚o-À`/1ƒUÊ{vn“JÄt]´µ¾Å„ÅL ¥JÄ-ßïÛítv±”`QDošsÙ]ûÌÆ’÷W—?§°º£¯#nØr(2&FøýÖG®&ˆéÿ]GrGY-ºò°#¡ñé)¢mO/'ˆk?`ÄÒeõæC±IÉ1ˆ"9Å™Ò×`¯xü@NqQqqqµDof°þ±ºÂVÄÜ ïü ŠÙùòš bê½ßÕ’g`°£/Á÷ì •Ÿ­"&ÞðÊ¿³s3cIi&á\tË Ãn¥è&»½ÃI»ß@¯ÃbKújqôÐ"ÙßÓÕÑn·Ñÿ×áè¤'‹¯UöÐÞÍb°®ìtоîÎöv›ÍnoïìîcN’”O‹»”þ.›Ù¿^Wo ôvf_[fúÊØê(`°Ö`å²¶?|ÏétÒuÝrË-ÿ`‚Û`é_éƒ]]]t‚žžžÀ%M?­šõ‘œ¢5¬vÏÚIA÷[(Ûð•Isýþõ“‰eoè9£üöH­Ÿ@Üq@J Ëbå—ò wXåáM#ü%UãYFn>r_±øµ|_ƒ=ûZÙ,^´vÓ:×îÑ9›ÃÙÛçY¥•—Ic¶ux–tûia´‘^?\çíëé²SfãH…ûµÐêòȾ.›™ÝÀ»iÃíwÚ, Öd¥«èí´šüÊìdÊô¤\úúN˪»ÙNºTú½dêêm·@]€Á2(Zý v±Oð1Ø÷{Y Ö\õ¯'Î!MÍüJÊB˜FüúÛ“Æk5×ïü5AÜþc ÉeÕ7„½÷‡›OŸ@SfΤ;å–=d@ƒå‘ò ÖP¸å*"è¡håà“ öÞB·îo$yúçÙ—à}¾AÅÎß_NÓW?²yoR­÷ˆp±,IZÚ]j×ÓaQ2Kìu-ÞÚ¬VeòªfoW»•]}ƒk¹¤Åj·Ñÿ¦líî£ä¬™ê¢í·Ûfál?Å8hO‡{o€Áš)gÀ줭Û%½>–ÛÛa§Û?¸ ën^—­.ß›Ìm°”ê Ö…F©Ü»kûà._ƒÜEðþÝÝÝÝ²ë ¶,~×¼[l d° »Mm&9¢L•ŸÝHW=ùmTfaq~̧kX –WÊ36Ø,£ý3æ´6ºüsÍw´êó6/!潘1’Ážm ¾ûªIØýÆÆå bÉSÇšÍð.Fƒõ ý´¿~ÿÎm°^ôÆöû(¨ÙJ«£ï’&ƒÙÞíZáµð7XÒÞ;(½œniwÕßériƒugïžÝmàí”{=ÙÉBžn³ÅFÿH÷„‰ù_»%p_õzTì%i°.%1áèálwrÑQ…yŽÙ5©/Ì#–¼ðsV^n¾‡´ïšE,|9K7ÌÊ,’ঠÿ–Ã¥m˜D¬ú²šYŵ*c b3X^) Åï_CÌ~2Iðô‡ÅZÛÂ\ y)ÍsÄÒòóÆ Úqs]m>µ6æ;~h¶pî"8놵S_õ­÷7í¨3Á¸ ¶×a£,e±Z­íÝýÌ",y†KR޾aÓGEšL[‡³Ç½á ßõÿÝBxF믠¤ÍÙ×ßÝNYC6»¾öïë´‘gj°f×B«+½Éµ”K—`&™åXWãÝ˳”ïžaº£<¬Çì%l°ô瀢­m綯33҆מy<}ßžN§3àÓ´”ÑÍ$®~»Hï{PðälbΟâž»“f¯mDZظ°}oÜ5ƒ˜xÛ¦Á—E™J·®$ˆåÞ™žŸ—øåÚ‰¬k°|RRmO#¦ýæ½ÃÑñá?í =eò[ä«Íçz‚˜ÿÖ± áû^];•ºgÏ)³+½¡ò3ºÑ—ßûö÷á±±±GÞZMôϳ/ٞѾmÇ‘øŒìÜ´ðmÍ'¦ü„?p‘ïƒu/“ö9\7F¹Áö´[( yÒd¶´3[NÛI¦=gh°¶¶nfËÀ°ö›©®>ºUÌVî]ÌŠ±·ýîsanìrí.èïéêî÷l¥0Q´Ëº{û`€Áƒþ“47ïݽýèáqKèŽú‰ÖW‹Ùìèh˜1xc±üíbƒÿquÂSsˆi†¶™MûmË‚\ç6gõcŸ'ËHŸÇŒ¢4eß=¿nñeî™2káMφ·Z­RòKiª=ü—5s™$—ßür¼ÒCi€X³8éóM7Ï›èzŠÕÒ;_Ø“§² ®Ùž:öêú¥Aî §Î_y÷+ÑÊÇ?=woE §ïäÊÿàž¥SÝéf®ØðfH­ þÀ%`°®ɾf·'Ùáç‡Ü»\Zɬ[ú?ÊuxðÛvß/å9 ÷¿“‹Ù<ËlÉ`}—‚¹ïärøÜÉŸ´·åîô§O͵*ëÙ ƒ€v»ÝáèÈÏËù~ßîO>zŸæ‡ïöä9N6}Žoƹ,0î0”ný1ëO,{0X®§iuºoÈr=iŠyœV÷kwÊe™ýÝ»+¹S‹Í`=7ø÷÷t2‰m6ú“ÛÂ<Ü€‘E»Íõµ;åk­ì…ÙH`íbžñÕíhw}g³zn7#¸»¾OÓ¢|ž¦å>GæiZé³rÛçð®“ÖήÎvïc²,̃ÓÛ×Ùîÿ8G<À`/qƒ¥¡?šh‰u:»èÓï¡ÿëîîìtp¾Š‹â>—KÂ`-êÚüãñ{Ÿ^LLþíMLñ\jïäÒ¨9¦­FÍùN.ÿ70ï è´[|ß`ïìîë÷yáç}à Öó4­ž>oân÷3ZM”½³Ç[„«Œ®A·d+<À#a]n}ºÞgÇi«ô3X‘y£ÝÕ°þÓïC°û¼Ñ€Ùih¯,³¨ËÜ{vzÏí°WرÀ`/yƒ=÷\ «M{~=nWÞúâÁæw.-ƒ-*È£•þÔeƒŽ-*ÈÅT €ÁŽ'ƒ€‹Ú` ƒ,À`À`0X,À` ƒ,À`1ÑÀù0X™¤~q`°`°ì85XÊBê5¥\.—µ)ZÛ4J¥A§³R–q8ËÃ>Ûq\Na”²`ß[¯}]¨?Oå“-1o?öø§ùztõøE_¾?^LŽÛõm? ƒ·k2è¥-’¤¸¸=;·}üá{4{wnOIL …–4™ÇÕÜj‡¿pÍe“'θóÓ<••ÒÖ‰r¤çòmYúü·WÍ}øè(¦¿_NJϤ̵;n"&Ü®:O1–¼’˜ùxâXy ïxÐó7ú|þµ+OûçÝÓ‰Ù÷_k<«Þ° 2CÛƒÀ`ǧÁõúº“5;¾ýêç#¥±“ ôGعíkIss»ÝÎ]‚Uÿßs bÞs)ª_zÍV›ñúm>É”4„¾¼î¾]µêœW‹þž}.W‡ŒU{7ÝöÛ-I jü8ŒîLúáR3Øñ8 çoôG¾<ê¾[?sÞ†Ŧ³Ðá »c1¼ý0X v,e!¥-’ß|•™1¼ö¬ãé{vmw8:h…e/ÄT·kÝdbÖTbòo¾«·üò+Nçmî¾DæR3XŒþ™aÑ‹›4ä¹Ð_æÏsXûÏÂ`³§q¼R–Fpä S-{Î V¯Ñ$ÄÅþ|äàK £ òsi‰eŸ†r7/%®ùßäˆg® –¿]¤÷·Hb^¿gÕ¢éîS›½ò¾7•騑¢¬¦†Ÿ]1k‚+bÒü5Ïì*Ò0ëºYÒ»÷ß´x“cÊõ›éY%¥ùä77AF«½Sä`¸æ½#ǪŠÜ8…¸i[ éªNõÊú븫#‚–Üõ·CUàù”ïÚ(ËøöÏw, bNšsÕÍþ“ÙÈQ¸«æøÿxã®—¡ód×$=9›X¶¥@ç7 .3zˆ¥i_êþKùú鵋/c"–ÿáûóð† ý㺠=Ïçbc1ØcG¶45pL1t,-±˜j0Øsn°J¹bÏÎmR‰˜Í`%â–ï÷ív:»Ø4Ñ›æ\v×þ³±äýÄåOÆ)¬>¦GܰåPdLŒðû­\MÓ7þ»Žä޲ZtåaGBãÓ3RDÛž^N×~Àè–;Ëê͇b“’c„ErŠ3¥¯Á^ñøœâ¢âââj‰ÞÊÓ`½-<'úqëïçÄõ•†¬¶àýÕô´wËó_Edžîxz‘×ý¸ V“ûÖJbÒªçwF¤§†óÄ2Wá¥zo¥oKLÛþì —Ýß»e¯0&:äËMKbÅ{ÅÆ‘³j3w?PŠ”—èâ<ðÁQ±á?{zõ¤AƒåŽ@u™*?[EL¼á•'fçfÆ=’ÒLrlàs¹3î‹<ì©ÄÕô?±˜ìºœ¿/$濘©óЗ™®ðzˆçnxçQtÈΗ×Sïý®–ÏE8j Œ¾q¤îeé–ªy (ÝáEÒí›óŸ›w cbD‡ö«Ô¸,ýþ¸.PÏ󏨨 öðgÎ4'Ó#¢„‘›ð°øÄÔâª:éš%*¢Ø¼FϯÍ-'2â…Á Ù•-↪Ô0‘·ñ¢ˆäÔã¥ÕõÒ!y…~D$•‰áÀ`Ï…ÁÊemøžÓéd3Ø®®.:AOOË}åM?­šõ‘œr}û¼gí¤ {Š-Ö*Íõû×O&–½Y çŒò3+é±õˆ;H©aY¬üRrM9’ÁVG5ýpAüzûÐ(k[øƒS‰yÏÆ+©aß¿³nm ½*q×Ufw”2ú±ÄŠ­¥&ÿJaƒˆë>©`&_KÓOëâ–=$ßì~mæì«ì؆)ÄÒ××ÙXv°‡o]úÌ¿. æ<.¥xì"`;åH…Œ¢¬RÁ]F¬ü¸Üäºc¨à­«ˆ¹ÿ“¢µ0XßËÌ*h±à/©Ï_ó‘û‚ˆÅ¯åëø^$C›1FÄ1 ˜€µjjdºqá_Ó4Ü»|ÿ¸.TÏx±Oƒuûa©\¯7êÕ*IMirˆHGÛaë˜2ؤ†ö.ƒBJëëñ„Ðàø¼f{ÿ€ÓÒzÂÕø’6­N¯U*ħÊ3"D”‚j±Øÿì´:ƒÞƒÑÒÕïP·A?€ÁžµÁ*Zùìû½,k®ú×翦f~%e!L#~ýíIcƒµšëwþš nÿ±…䊲êÂÞûÃÍ‹§O ˆ)3gž‰;ÁòHyŽ Ö¦K{þJ×WÎÿ(Cá?–AǨì e/œÉ54Ì~*Yë_©!ïµ%Äü¿fj™ÂÕIOÌ"®ÝZnä›Ý¯Íœý`(xÓu±Î‚çpøÖ¥¯ØùûË búêG6ïMªÕS\Ëz.#2šN ¤!´þǧ'L”±øÝåĕϥªm#¬¡pËUDÐCÑÊÁ‡]4ì½… nÝßHò¼H†D‰ÑqŒ%`­šÇ€¶íÆ‘ öÂõüˆ½q¾ 6©©ÃiÑ«•µJ+-I ²Úl¤B,k©ÎÄfVK܉›ËÓB‰Eµ®ŸÅ 's#C˜…Íà„lwšº“ùɉ"×RgdT\^y­{9´©49.<˜I–”^P×”ÆQx`ƒÕ˪2h}MÈo¶õtS*ù`T7ep5^­×kÛÊãDˆbqk›o^O/ )ÜìÙ¬F©Ü»k;÷.‚öíîîî”]W°eøœ@\ón±1Á6ìb4µ™äˆ2U~v#A\õä·Q™…Åù1Ÿ®a5X^)¹ VŸ·y 1ïÅ ›ùòbéæ¼¡ër¿©Ý½p:×Rbâove–—•z)«nÖZ‡8ŒkÂ÷âq·ÃhRŸ™Cüêƒ2ßì~mæ6Xvç;¾u1OIªIØýÆÆå bÉSÇšÍìËv.#2šN°ZQÎ$®û¸\UòÎrbñ+¹:ЇÁº:硘ÓÕèò¨5ßð¨Àɨ±2úÜc(kÕ<TÏü+ɧùì…êy>½q¾ ¶ÓµÂ)i¨.?! ¯·öuê¤nÉŒ/39)E«W2S›ì]ÆÖVImq¬@”P"Qjõ…šìrZZër"D¨üj±F«l.Œ ãNH¤tFq]yUL«×©› “„‚äJ©RÖÂYøðÖ¤9ñÂàÄq»G_‡,ÏzÓ7Ud‰Q¹rR-ñ&¨·9ôrO‚fX0Øse°.%1áèálKGäuv:dפ¾0XòÂÏYy¹ùÒ¾h±ðå¬aßôÙ,’ঠÿ–Ã¥m˜D¬ú²ÚýœFeìƒAlË+¥¡øýkˆÙO&¾KÚ|j;ígwüÐl¥Áz¿Ïðý;{áî\W>› ²ÚÃÏaxf÷k3g?XÛ\;Dç=ç-Ðç,øÇƒõ.’W}EÿÃä¦u¦»)AËÑ#2šNp]±i/Î'–¿±ÿå%V~Tj²Žl°îÎYøRš§ë,-?o ¢­+WGÎ£ÆØè³ŒQ ¬UóP«LpßW7úí"Þ0¿-:ªçÏ 7ÎÁúí I­Ôvt™åâ 62GÝí$ ¥F£ÑIËÓ‰Uæ¾~§Í¨ÖÈkrE‚äƒI!¦+jU¨ Z•F%«M ¥Ëìd[ë¬0,R(ˆÉniïïwZTm6xÓ‹kËâ¢ÄÊ®n pvQ%õX`°çÆ`­”EÑÖ¶sÛ×™iÃkÏ<ž¾oϧÓðiZÊèÇfž¾5ƃ:áÉÙÄœ?Å+<·TÌ^ÿÚŽc±qaûÞ¸k1ñ¶/*Lƒw[Š2•n]IËÿ¼=2=;?/ñ˵Y×`ù¤¤Ú"žFLûÍ{‡£ãÃÚzÊäw †ÊÏèv\~ïÛß‡ÇÆÆyk5qfë½j჈Žüüé&~ÿÎ^8¥:þú5îóŽMHˆ8´ã«£§Œ|†gv¿6ÐÚ‚÷VÄ´Û_úV“ Úýgïýh|‡Ã§.sCø¶Gâ3²sÓ·=6Ÿ˜ò»£Òïʱ4ý°– –<{ _jf9—‘ E'0ŠRòî¯\i×î´Nƒ¥;'ÿë bþý[Ä&„ï{uíT"èž=§ÌÖQzÔX}ÝHݸÿÙªæ1 tÞÌÍtÏ_ñ»ì Kˆ ýéǸFóðËÒÿ6É Óó#_lçÛ`ã«4fÒBšM:¹äDzŒ08½¼að‹~nƒu¶{|RR“+zÛTt¡Îa–5WdgÄ…G† D¡B×]cÉ-‡V~F•Yœ&FÖ6Ko‘õ1X×âpµË¤”2 âÊ•£ÉäÆÒÙçtÉ9ôì¹x£i2Kš›÷îÞ~ôð‰¸¥‹ ôGýDë«Ålvt´Ì¼1ˆXþv±Áÿ¸:á©9Ä´CÛLŒ¦Î¿ý¶eÌ“¦æ¬~ìódé󘂀Q”¦ì»ç×¹¹CSf-¼éÙðVK µà—ÒT{ø/kæ2I.¿ùeï-W>O‘:öêú¥îGaS篼û•h uFS¤þTðæß]Í<óhöuënšîs[á4¦¦øO»yÁd&jƲõoçhy; ¿ìCäm„~ ¥ß<3Ø™3¯ÞøažžÿpøÔ¥Ïÿàž¥SÝég®ØðfH­iè•CÊ“ßùíÂÉ3îW²œ BFÓ ®«½n÷º Äô‡C[)ŠŸÁÒÅIŸoºyÞD×Ö–Þùž<•e¤eOîfüңߜ7B÷²öÀªy èé¼L7“çݾÅõÍÅÐËÒ4äÏ Ñó¼.¶ó¾–Ô*å*…\­n«O ÅUêòÖ–ê¼HAl‰·Ágµ­5ˆÝÑÓ£)J â2OÈ4F³YÝ*¥¶8:õ ®Â샵w™eå‰BaFY­„Ã`›Ê2‘YJg·×`éN‹^¥P»Q¶É¥p`°çì­²ív»ÃÑ‘Ÿ—óý¾ÝŸ|ô>Íßí),Ès:lúÊãÁøìOà~°Àøå|¿ ð‹r>÷ÁzÖ0K㢸*‹“TIkKâ¢4‰‡ÁÊšJèØ¸R­Í P*Úi«J cëm}=vƒN%«K ¥0+á(<ð³”qKEr¤P˜YÙØ`Å '³"D°"³¿Ã»‹`ˆâ`°çÔ`iì6+-±Ng}ú=ôÝÝÎWqÁ`a°?­èì9zšV™\ÑT[]~¢,//Y$§ž¢úºÍ*isCA´H(Ê­¬:y¢¢º,+AÈn°’Æšœ(‘0<«¤´êDåÉÊ’ÒÂ’Fq‹´6;^(H*©o®­®;UQ,Jnf –£p¶§iÑŽÚÔP'F5xoÔŠ)iU4Öž(­,ÎΊ¥Ÿ\ªrö÷ÚïäŠ-u%¨ª kqQUÝ÷{N ö<è pQ쑃-õSLs#÷;¹«Ó""w®††Æ'¦—5è»ûºLm.“×U¦&†»cc“+4,ëZm¨ÌɈv?b+4.¹@¦×(¥Mõå9Çc…ž „‡§)»\ËQ8»Á2¹N¤ E¢ã­ÍU©¡§_U™z¼°Aiïèï²(ÛXÞh &ÔÊåØH vL,\Ô›}<TúS— :–NÃ9 I´6ÚX½¡¿¯§ËNéå§½TÚª§=žý½Ý«Fê>nrôû¬ë Lk¶;{Ý©ûzfµÌU…Ê@u Ñ×ã´©åÜ…û!Õw 8}vH[Žþþc›Tkï=ÝöÞî®vÒ¨’¶É;48ô2è0X,ü2 0X,À`  €ÁÂ` 0X,À`‹‰·Áº?ÿà—;e!õR.—ËÚ­m¥Ò ÓY)ËÅ;Ã>Ûq\N÷¡”ûÞzíëBýy*Ÿl‰yû±Ç?Í×C`Æ/úêðýñbrܨoûa°ƒõb2è¥-’¤¸¸=;·}üá{4{wnOIL …–4™Gÿ¯KáJbîsico®4‹Ã_¸æ²ÉgÜùižÊJië‹D9RKàÙ3ÿíUAs>z'г©â|¿FÁXþñJbæã‰Ú±"3ç8~á’p^£øÇ©<íŸwO'fßÿ}­ñ¬txÃ.ÈX m? `° F½¾îdÍŽo¿úùÈA©DìdýÃÑÃvnûZÒÜÜn·³Ìh²Ÿï"ˆ%6›N4ø¿ë‰É¿p½oK—ýÊ"bÑ߳ǜÁj3^¿mÃ'™’†Ð—×Ý·«Vóêböv«önºí·[’ÔykÏÙTq©ìŽ_çÕxÆ—GÝwëgÎÛðQ¢Øt¶:¼a`,†· 0Xfó€´E²ã›¯²33†×žu<}Ï®íG­°¬Knz?Gm `°¦ÿZ5eõU汸ÒuÞœás©ìEÏ9¾-zq“†<úËü™ k? `°VJ¯Ñ$ÄÅþ|äàK £ òsi‰e5ØùëoŸE\ñèá&ó0ƒµ*㟺åéx%“ÞÔðÓ£+fMpç¤ùkžÙU¤a¤×"‰yýžU‹¦»{`öÊûÞ8T¦së%Gki²¤wï¿iñ4&Ç”ë7Ó³-KJóÉon ‚ŒV{§æÁpÍ{%F?EôIÉZ¯8ê•»W.ð4uÖªG?ÜùáÓw.›êúíòŸØ^èNƧ1”¦lÿóëMq¥ Z°vKVa0œ ~óÞåLés®[{ãôAƒåhÞú븻…Zr×ßU<ƒ8RuC„ÇÜÿño¼Â•|êÕ÷l©1òlsÀŒ¬ S%<1‹¸ò¹ '»&éÉÙIJ-:¿¾ 0Ü””¦}ñä­ '3­i¡Æs9±wGWËùŒø™žx «qÄîeK°j>êêFYÆ×O¯]|±üßט‡7ÌïOãBõ<Ÿ‹íBlQ~.Ç+ei‚**ÈÃT €ÁžsƒUÊ{vn“JÄl+·|¿o·ÓÙÅj°·ì.Ïxgõ„)kÿ¯T?Ô`ýÖRtåaGBãÓ3RDÛž^N×~Àˆ"3 7l9#ü~ë#WÄôÿ®#¹£¸K[½ùPlRrŒ0¢HNq¦ô5Ø+?S\T\\\-Ñ[Y –û,Þ:—˜¶ýÙ.ã¾wË^aLtÈ—›–ÄŠ÷Š#ewWaªül1ñ†Wþ˜›{ôHJ39´Û)/ÑE.xàƒ£bÃ~öôêIƒ;B'‰Žý¸õ÷s âúÊ 6>Õù &÷­•ĤUÏïŒHO ÿæ‰e®rJõ#Â’‘½ayØS‰«ß.Ò3Ùu9_HÌ1Sç?†[WøÁj‚˜»áDÑ!;_^DL½÷»Z’³¸¢Fhùˆ#~¦'àj4ŽÔ½,ýÏR5¥;¼èCº}sþsónaLŒèоc•º&~¨çy\lÎ`Gé´Ž)†Ž¥%S-{Î V.kûøÃ÷œN'›ÁvuuÑ zzzØ vO#i8µûž©ÄŠÍéJ+«Áúf”[?¸ã€”â‡ô¯õû×O&–½Y çŒâYÏz¹¿e+“½^EØÆ âºO*˜‰ØÒôÓ:w/ñÊ®ÏüëbÎãáR¶‡$XeÇ6L!–¾>¸ÎƲ‹€½yTÓwį·×<ªókkèýS‰¾ôn QF?6ƒX±µT9b›Y2šØf• þë2båÇå&×Co]EÌýŸ­5€ÁúUþÐ4bÁ_R5ž%¾æ#÷‹_Ë×quGÏ–³ø(N|øÕ8âLÀZ552ݸð¯iî]>gqÁz~Ä‹íB¬ûó™Î4ZqNT”P rž˜šUÕ¢2Ž¡YRÓœ.ò¶0""2-«¨A®;À o*Ïʈ ‹p%Æ'g”×µ¼±ÆÖ’d¡ ¡¨E?xDY™&ˆÍmÐa À`ÏÊ`­| öýÞ –²‘Í!›® =×RÎb°ú†°÷þpóâébÊÌ™„7ãP 1×ïü5AÜþc ÉÅ·4~õžÁòª×÷Úbþ_3µL ê¤'f×n-7òË®¯ØùûË búêG6ïMªÕ»GÆPðæ2"èáXU }°üºE—öü•®¯ä <ªó5XCá?– »hg?•¬±Íl9FICh+üOO˜(cñ»Ë‰+ŸKUÛF2XCá–«ˆ ‡¢•ƒhØ{ Aܺ¿‘äêö(ž-gñÑœøð«qÄ1 ”€µjÚ:´G6Ø ×ó#öÆx2XuCŠ@W&×ëzµJRSš"ÆŸTÆÌ,É´0¶¤M§7èÔJñÉ¢(,¥^Í´P×RžH7X”U|R"kSH몲£iÑM)ë=‚ªWžHŒFW*Œ$£»'SBD1…ç@_—•„„ƒ= ƒÕ(•{wmçÞEðþÝÝÝÝ#¬•¢Úb_\LÌ}ô_›W0XSåg7ÄUO~•YXœóéVƒmØÅhj3ÉÅ»4~õò6Xžõ2“ï¼»}F“úÌâW”xw¥­IØýÆÆå bÉSÇšÍÃm0èá˜Ë·|]æË ˆ¥›ó <ªó3Ø‚7—³+³¼¬ÔKYu³Ö:b›Ù2r5Ì¢ˆzt&qÝÇ媒w–‹_ÉÕQ< ÖÕ9Åœö¨F—G­ù.€GùÔÅųål#>šx5rQ ¬UóP=ó¯$Ÿnäc°ªçùôÆø2Øä¦Ž^‡ÝJѧfUW$ Ym‹ÉlG â $ž%Y]CV˜ ¥Ja¢6ª%¥©)ÑBfi4$©ˆIcT‰Ë3R"]‹¥‘±É¥õ &£A]“‘ v¥ OÍ9Ѧw¯²>¼…I í½L ­VýÉTÚQkM6‹®µ(R$Œ*Suõôuw¶·Ûlv›EU+FV(LA5(N¥ÓÖZ¤4”• ´ÍVèºú:mf0س2XƒN—’˜pôð6ƒ¥£ ò:;#,­ê´W¯&ˆ DƒU‰6L"V}Yí~¢£2öÁ Àre‘?0•Xø·WßÒxÖk(~ÿbö“IÚ‘ –g½l>ÿÙîÕ㪯hc¿iGßs„¬m®¢óžKPQC –oùC –³:ÁnJÐz70\ù¬·ê°´™-#wÃ4i/Î'–¿±ÿå%V~Tj²Žl°îÎYøRšg(--?o ¢­+WGΣx¶œmÄGsâ\W#ËJÀZ5µÊ÷Mqu£ß.‚á óÝEpÁzþ zcül·Ýb2T’º¼(Qhb£µ¯ÇfvKf|¹©»ÓBz%3­ÙÞÓNšŠê(±L¦Öê5 5éìq˜ÚŠ£E¡±Åu­z²¹0Z$Œ?¥vÕb×7Š®%ÔæBZ“«Õt~®ÂlO»Å}Ds2M(H¬2;­âüAäqYgo§Õt:‹¶6+\¯²{•§²D‚Øã™I¡‚äJ}Ï@o'e‚~ƒ=KƒµRE[ÛÎm_gf¤ ¯=óxú¾=;œN'×Ó´|wxRªã¯Óh ¶tëJ‚Xþçí‘éÙùy‰_®è+WÄìõ¯í8¶ï»foû¢ÂdåŠâ.Ío –OJª-âáiÄ´ß¼w8:>ü§}¡§Llk°üêe]ƒå‘ÝܾmÇ‘øŒìÜ´ðmÍ'¦üôïymÁ{«bÚí/}+ˆIHíþó"ï,Ïnññ„‘«³4ý°– –<{ _jvï5î! ŽMHˆ8´ã«£§Œ< aÉ8’ZëKÞý•ëcâÚ݃–Âi°tçä¿s=AÌ¿ëØ„ð}¯®Jݳç”Ù:JâÙr¶͉»u#uoàþg«šÇ€Òy37Ó=Åïþ±'4.!.ô§ãÍÃÿLüÎâõ3rv}þ÷,êN0sņ7CjMÞô*Íøæ™Árf,^½ñÃ<=ÿnññÕ‘òäw~»pòŒûÕ®gM4ÅúØÍ &»k^¶þí-¿6Ê8ââ0Y·{Ýbúá­ÅÏ`éƒâ¤Ï7Ý ÖõN.šcŠÑjÔœïäÒ¶dû¼Ñ ,,!9«²ÙØÝ?ÐãÞ\jT4•¦%†{nòŠ‹O=¡éd1X£Ù –Ì͈vï8 O+US6‹I'¯)8ë~î– R$J-Vv¹—|Ù ç~QQ›.E«I³§ÒSù™ña"Ï 2«$æž×ã\¾Z›))}«Ù³'¶&%˜–vOv  Ö`‹ òhA¥?uÙ c‹ r9§!“­«·ÿôG~_³Óîs·¾™´wv÷õ{c{»;­n÷#;zúCÞ `¶utõôyww0Þh¢ì=Þ"\e ¾M€µp¿Ú]JÚîóÀs;-ÙƒÏt¥ qUÚ?Ø~‡l•Åîì`ÖcOg';èû:­ØK  Ü` ƒ,À`À`0X,À` ƒ,À`1ÑÀù0X™¤~q`°`°, `°ƒ…Á `°`°, .ƒÍ>žÆñJYÁ‘ƒtLµ, ƈÁ;r°¥©cŠ¡ci‰ÅT €ÁÂ``¬ìá#Î2œiO¦GD "7áañ‰©ÅUuÒ13EJj²„‚¸ìbïi}AJ¨ &£¼ELÿÚP™àm¼—èôJOâ–ÚªüÔ”èÐ×ñà蘸¬Â-âY"’ÊÄ`°0XËè\l©\¯7êÕ*IMirˆHWÙ"n+³dSCq|„0ºBÚÚFÿ*®)IEå*»zmjù`ûµ:ƒÞƒÉÖÝkS¶6WÅÓç–š[Þ(iS¶‰›ª ŠªU”IzbX£¥«ß¡nƒ“ƒ…ÁÀx1ؤ¦§E¯VjÔ*­´$Q(Èj³‘ ±¬¥:7R›Y-q'n.O $Õº~7œÌMHŒ aÖ0ƒ²ÝiêNæ''Š\«š‘QqyåµîµÜ¦Òä¸ð`&eXRzA]‹{”½ð!ˆkËSBD1…2yKCaŒHY¢vôPÙ`ûÚ»)ƒ«ýÔòæÚ‘H(*huôôvÙLFF¯Ó™-¶v’1ØaY4 )„, Æ“ÁvÒfICuùñQh|½µ¯S'uKf|™ÉI)Z½’™Údï2¶¶Jj‹c¢„‰R«×(Ôd—ÓÒZ—!FåW‹5Zesa´HwB"¥3ŠëÊ«êdZ½NÝ\˜$$WJ•²·¶SÚPz\$ˆÍHO$”jºº)•ħýõ6‡^.u'nfô¸2S$ˆHméìï±i¤NyX  ãÈ`ý6…†¤Vj»ºÌrñˆ™£îv’R£Ñè¤åia‚Ä*s_¿ÓfTkä5¹"ArÁ¤Óµ*Ô­J£’Õ¦‹Òev²­õL –¦¹4ѵ5¦H×3ÐMÊ[YÛ[ÙÜ"­Ï§U9ñ”¥Ï¡“|ÊQ%õX`°0XW_¥1“Òl¢uïDzŒ08½¼að‹~nƒu¶«Ú<·\eÆ ‡ÝTU¨s˜eÍÙqá‘¡Q¨Ðu×Xr‹Ã¡•Ÿ‘ÁŠkJÜ;"Jå:•Ì¿ýqåJƒÑdb0SÎþN}SA¢PTKuѪð”}³˜,}N—±ÃI€ÁÂ``<íƒ%µJ¹J!W«ÛêÓ‚Eq•z£¼µ¥:/R[bàm°ÁY-F+E bwôôhŠh™ŒËXÏmS¥ñQ\•ÅIª¤µ%qQšÄÎÃ`eM%tl\©ÖfP(mƒ´U%ˆ„±õ¶¾»A§’Õ¥…ˆRƒ•pîÿ@­Úœ¤PA|‘º{ ‡’Ud‰1¹MJ™¿ŽvyÛ?ø”°ãát½'•J9›ÁÍ€ÁÂ``=M«L®hª­.?Q–——, ƒSOQ}Ýf•´¹¡ Z$åVVi̺¦üH(2[¢ã7y$ÅÑ‚¸"¹…2Ź•µyz½¬*'*<¯Yý ƒ€ñl°Uub¤04J’-6Sf¾Š_nêî´cÕ`ÙšGšMöžþn»  ãÕ` ’ÒAb…Z],ÅW™×-Ý+™ÏÆQ]CV˜ ¥JaòF‰„KeF£ZRšš-dŽ„$1¹Œ*qyFJ¤+Mdlri½{ªN~2'-*Ä•2L”V,¶1ux­8+T‘#Õ{wGÔ%EãO) KÞ¼ái`cT7&ÑúîNŸQY]’—éú5<%«²Í[ãhÏ, `°çÞ`uMÇcÂ’šíý=º²D¡¨Tmõ,ÃYÉd 6­ÙÞÓNº£b df i±Xì½}ªê(±L¦Öê5 5éìq˜ÚŠ£E¡±Åu­z²¹0ZD;§Úh”—% ƒ“K5“IÓ&×µw;üVJ&Ð7¤F cjÌíVWÛt’œ0QlÕ×cS*mxóÆÖ@1®f'U¶i4:eSy‚K\³ËëZ•*Ec~‚P\¥&™[Gu.À`a°Î½ÁUu©!ÑY­]ýÝífÅ©äà¨,©2ñ1X:ª§ËfµX(³’VÁ¨\uw¯ÃîjªÕf¨w­ÙÖXúz»Ú­V³¸ B\c¶µæÆ ÊT]=6e¡Ú­~_è%hk3éud»Åd6ÊÊbqÅúÞÞR(ñðæé7¦ôk¶¹%#Jß`íívØí”¾1U Jm±wXÌšºÑ 0X,€sn°FEyJhx‰¦»ßi%Mm}z´0©™–>~{z£)³˜I« ÓUSrka¼ðôWùnbŠt]6å©ãá"ahjvaMK g[Ú%Ð4fEIµ;iRT¦à 5Ý}tíkkcÚU¾Í6Êòã„¢Jc—ìôf…ŠâOYvó¨Ï, `°çØ`õ­Å‘¢an–|Êd§Î -Ä–ÎÂ`ƒ³[ŒVŠÄîèéï¢H³Ñ lªÎ‰‰ âsë´ÃŸm(¾)3Z[k¶êk#óTNZºM6Ø@éÔø¬+™¨Üèìr­B3{âORÝæ³9`°0X€ÁžCƒÕ·F âŠZi]#=èeya¢˜2ƒÍBKéÉD(]Òîf°ÆÖòXAt¡ÎÉn°fë{ÿ¸R­£ÝBYÈÓŒvšL+e¬K “ZH«%@ó†%ÐKh£N¨7¥‡DeµÒk3³$Þ<¶Æx7?p,¥=Ës ƒì¹1X}SF´0ªÚÔÛ×I—mqc–dG ÃK46«Y¯¬ˆ E¹Uõ-M-uEÉB¯Áš4MÇ…"Qz­¸EÒx²¦Aan°&­´(š¹1ªº©©IÜTsª²Vi0Uõ'«jÄI«¸þdV¸(,CÑÙÝAúll`M WUÆG„Š¢…¡yò®~·sN<¬y,"Þ¬k幃…ÁðN.šcŠÑjÔìïäR7¦‡ˆb+Ⱦ^‡ûÖ­Á·D¢óäv«‰¼¦Ò´Äp÷îa\|ê M'c°F£²¶$EÄO+–R”j˜Á͵ìdnF4ó°)ah|Z©š²™e%1Þ§WÅ¥UÈl}Ýv_ƒåH ©Ï DQÅú϶ÄC›g#6ÆÂ×`Gy.À`a°†lQA-¨ô§.tlQA.ûd¶;ûz;†¾ÅÀLч݋œf3iïìîëwOý}½Ýƒ·Û“¶®ž>÷ñÞNŠ4‘½Þ\>UØ:¼©èìÝV³‘¤:N—Hhzÿ>kCÛ‰„Ä“do_§Õ> stream xÚìÝ\g‚¦k1333333333CI:ÌÌ甘™Á(¶…333³®=Ûîéíí¹3wntÛ³ñ=™U)YŽñ~YV('ü‰Å€?ªøŸQåïÆ€©ÿ°Ì¿?~üð/ôkt)ó5ùk &J”(1ü‹ü\„¿¦ùt÷+ü!’%K–4IâD ÿÒ%ªøÃ¥M“&UÊäÉ’$N˜ ÞßVUüA²fÍœ)}ÚÔ)’ýïYÆE•”ùòæÎ‘5cÚ”ÿ{–¨àS¶tÉb…òåÈ’>Õ¯Yþv¶ü½Êx¸6ŒºµªW.W¢`eù×'Ë_oâãÚü1Ú¶jÖ°VåÒ…sgI›"IÂø­2^\€?FÿÞÝ:´¨_­tÁœS'K” ªø£=´o—Võ+—È—5mòÄÿ^eü„¸6 jæäѺ´¨]®PŽô)ÿí[XT ðÇ2dzÚè~V.–;Sª¤¿,­2® À#rUzòÐnͪ—Ì›9ͯË«ò·c%ªøƒ,šãÊ3G÷n]«Lþ¬i~¹ç·*ãÚü1V,Š j|¿vuÊÈš6YbT ð‡[³l®ÃNؾ~ù‚Ùþú",ªø­_¹À¦ îX¿ªøsظj‘/NܱA…BÙÒ¡J€?M«Ò´!~­2;ª@•ðÚ¼fq(OÚ©!ª@•€*P% JT ¨Uª@•¨Uª@•€*P% JT ¨P%ªT €*U J@•¨U J@•¨P%ªT €*U JT €*U J@•¨P%ªT €*Q%ªT €*U J@•¨P%ªD•¨P%ªT €*U J@•€*P% JT ¨Uª@•¨Uª@•€*P% JT ¨U¢JT ¨Uª@•€*P% JT‰*P% JT ¨Uª@•€*P%ª@•€*P% JT ¨UªT €*U J@•¨P%ªD•¨P%ªT €*U J@•¨U J@•¨P%ªT €*U JT €*U J@•¨P%ªT €*Q%ªT €*U J@•¨P% JT ¨Uª@•€*P%ª@•€*P% JT ¨Uª@•¨Uª@•€*P% JT ¨U¢JT ¨Uª@•€*P% JT‰*P% JT ¨Uª@•€*U J@•¨P%ªT €*Q%ªT €*U J@•¨P%ªD•¨P%ªT €*U J@•¨U J@•¨P%ªT €*U JT €*Uü²iõ¢@š6¤ST €*àÚ¸j‘/NÜñ×*³¡J€?ƒõ+x”ÁëW(˜--ªøX³l®ÃNؾ~ù¿¯2Yš¬ÊÖi×o¼[1ÀŸ÷ ùŸÝþÃäõùûçÿÙÇå¿ ÿúCäß~þŸ}Äùï"ÿ£ÇþþÐø~òˆ$ÀŸó ùõÜþ£Ãcœÿàkÿ¥_Üÿ—¯áðð?ÿ0ùŸÿ¿üâþÿ|þ\ÉÿÎãÿíÃÿ÷*ÿñpÍþTþþ¯$þí¿ªñù/Ÿþæã÷¯ýþëþ£÷¿‰“àüAqÿîŠ÷—Û¿ÿøô—ÇâÇÁ?ßðŸ?›ÿEÜ;Yÿ·Ïþ+6¯YÊÓ†vjX¡PötÉ'ˆ÷×o·ãÆ— 1® `£°Q€ÀF6 Ø(l`£°Q€ÂF6 Ø(l`£°Q€ÀF6 Ø(l`£°Q€ÀF`£€l6 Ø(l`£°QØ(ÀF`£€Àó*6 °QØ(ÀF`£€ÀF6 Ø(l6 °Qÿ·x~;Kœß|‡ˆKÄ#â ˆ„D""1‘„HJ$#’)ˆ”D*"5‘†HK¤#ÒˆŒD&"3‘…ÈJd#²9ˆœD."7‘‡ÈKä#òˆ‚D!¢0Q„(J#Š%ˆ’D)¢4Q†(K”#ʈŠD%¢2Q…¨JT#ª5ˆšD-¢6Q‡¨KÔ#ê ˆ†D#¢1Ñ„hJ4#š-ˆ–D+¢5цhK´#ÚˆŽD'¢3Ñ…èJt#º=ˆžD/¢7чèKô#úˆÄ b01„J #†#ˆ‘Ä(b41†KŒ#ƈ‰Ä$b21…˜JL#¦1Ä b&1‹ ’ š`–àž‘™P•Ð0“°›p—🈈ˆXb61‡˜KÌ#æ ˆ…Ä"b1±„XJ,#–+ˆ•Ä*b5±†XK¬#ÖˆÄ&b3±…ØJl#¾!¾%¾#¾'~ ~$¶;ˆÄ.b7±‡ØKüDüLì#öˆƒÄ!â0ñ q„8J#Ž'ˆ“Ä)â4q†8Kœ#Έ‹Ä%â2q…¸J\#®7ˆ›Ä-â6q‡¸KÜ#Ä#â1ñ„xJ<#ž/ˆ—Ä+â5ñ†xK¼#ÞˆÄ'â3ñ…øJÄ!ã’ñÈød2!™ˆLL&!“’ÉÈäd 2%™ŠLM¦!Ó’éÈôd2#™‰ÌLf!³’ÙÈìd2'™‹ÌMæ!ó’ùÈüd² Yˆ,L!‹’ÅÈâd ²$YŠ,M–!Ë’åÈòd²"Y‰¬LV!«’ÕÈêd ²&Y‹¬MÖ!ë’õÈúd²!ÙˆlL6!›’ÍÈæd ²%ÙŠlM¶!Û’íÈöd²#Ù‰ìLv!»’ÝÈîd²'Ù‹ìMö!û’ýÈþär 9ˆL!‡’ÃÈáär$9ŠMŽ!Ç’ãÈñär"9‰œLN!§’ÓÈéd y!æbÌ¥˜Ë1Wb®Æ\‹¹s#æfÌ­˜Û1wbîÆÜ‹¹ó æaÌ£˜Ç1ObžÆ<‹yó"æeÌ«˜×13ȈŒ%g“sȹ乀\H."“KÈ¥ä2r9¹‚\I®"W“kȵä:r=¹ÜHn"7“[È­ä6òò[ò;ò{òòGr;¹ƒÜIî"w“{ȽäOäÏä>r?y€ù€|H>"“Oȧä3ò9ù‚|I¾"_“oÈ·ä;ò=ùüH~"?“_ȯd*.ŠO% R‰¨ÄT*)•ŒJN¥ RR©¨ÔT*-•ŽJOe 2R™¨ÌT*+•ÊNå rR¹¨ÜT*/•ÊO  R…¨ÂTª(UŒ*N• JR¥¨ÒTª,UŽ*OU *R•¨ÊTª*UªNÕ jRµ¨ÚTª.UªO5 R¨ÆTª)ÕŒjNµ ZR­¨ÖTª-ÕŽjOu :R¨ÎTª+ÕêNõ zR½¨ÞTª/ÕêO  Rƒ¨ÁÔj(5ŒN FR£¨ÑÔj,5ŽOM &R“¨ÉÔj*5šNÅP3¨™Ô,Š HŠ¢hŠ¡XŠ£xJ DJ¢dJ¡TJ£tÊ LÊ¢lÊ¡\Ê£|* B*¢b©ÙÔj.5šO- R‹¨ÅÔj)µŒZN­ VR«¨ÕÔj-µŽZOm 6R›¨ÍÔj+µú†ú–úŽúžúú‘ÚNí vR»¨ÝÔj/õõ3µÚO R‡¨ÃÔ/Ôê(uŒ:N NR§¨ÓÔê,uŽ:O] .R—¨ËÔê*uºNÝ nR·¨ÛÔê.uºO= R¨ÇÔê)õŒzN½ ^R¯¨×Ôê-õŽzO} >RŸ¨ÏÔê+‡ŽKÇ£ãÓ è„t":1„NJ'£“Ó)è”t*:5†NK§£ÓÓèŒt&:3…ÎJg£³Ó9èœt.:7‡ÎKç£óÓè‚t!º0]„.J£‹Ó%è’t)º4]†.K—£ËÓèŠt%º2]…®JW£«Ó5èšt-º6]‡®K×£ëÓ è†t#º1Ý„nJ7£›Ó-è–t+º5݆nK·£ÛÓèŽt'º3Ý…îJw£»Ó=èžt/º7݇îK÷£ûÓèô z0=„J£‡Ó#è‘ô(z4=†K£ÇÓè‰ô$z2=…žJO£§Ó1ô z&=‹&h’¦hšfh–æhžh‘–h™Vh•Öh6h“¶h›vh—öhŸèŽèXz6=‡žKÏ£çÓ è…ô"z1½„^J/£—Ó+è•ô*z5½†^K¯£×Óèô&z3½…ÞJo£¿¡¿¥¿£¿§ ¤·Ó;èô.z7½‡ÞKÿDÿLï£÷Óèƒô!ú0ý }„>J£Ó'è“ô)ú4}†>KŸ£ÏÓè‹ô%ú2}…¾J_£¯Ó7è›ô-ú6}‡¾KߣïÓè‡ô#ú1ý„~J?£ŸÓ/è—ô+ú5ý†~K¿£ßÓèô'ú3ý…þJÇaâ2ñ˜øL&!“ˆIÌ$a’2ɘäL &%“ŠIͤaÒ2é˜ôL&#“‰ÉÌda²2Ù˜ìL&'“‹ÉÍäaò2ù˜üL¦ Sˆ)ÌaŠ2ŘâL ¦$SŠ)Í”aÊ2å˜òL¦"S‰©ÌTaª2Õ˜êL ¦&S‹©ÍÔaê2õ˜úL¦!ÓˆiÌ4aš2͘æL ¦%ÓŠiÍ´aÚ2í˜öL¦#Ó‰éÌtaº2ݘîL¦'Ó‹éÍôaú2ý˜þÌf 3ˆÌ a†2ØáÌf$3ŠÍŒaÆ2ã˜ñÌf"3‰™ÌLa¦2Ó˜éL 3ƒ™ÉÌb†d(†f†e8†gFd$FfFe4Fg Æd,ÆfÆe<Æg&d"&–™ÍÌaæ2ó˜ùÌf!³ˆYÌ,a–2˘åÌ f%³ŠYͬaÖ2ë˜õÌf#³‰ÙÌla¶2Û˜o˜o™ï˜ï™˜™íÌf'³‹ÙÍìaö2?1?3û˜ýÌæ sˆ9ÌüÂaŽ2ǘãÌ æ$sŠ9ÍœaÎ2ç˜óÌæ"s‰¹Ì\a®2טëÌ æ&s‹¹ÍÜaî2÷˜ûÌæ!óˆyÌ›€MÈ&b³Iؤl269›‚MɦbS³iØ´l:6=›ÍÈfb3³Yجl66;›ƒÍÉæbs³yؼl>6?[€-Èb ³EØ¢l1¶8[‚-É–bK³eزl9¶<[­ÈVb+³Uتl5¶:[ƒ­ÉÖbk³uغl=¶>Û€mÈ6b³Mئl3¶9Û‚mɶb[³mضl;¶=ÛíÈvb;³]Ø®l7¶;ÛƒíÉöb{³}ؾl?¶?;€Èb³CØ¡ì0v8;‚ÉŽbG³cرì8v<;ÈNb'³SØ©ì4v:ÃÎ`g²³X‚%YŠ¥Y†eYŽåYY‰•Y…UYÕYƒ5Y‹µY‡uYõÙ€ Ùˆeg³sع컀]È.b³KØ¥ì2v9»‚]É®bW³kصì:v=»ÝÈnb7³[Ø­ì6öö[ö;ö{ööGv;»ƒÝÉîbw³{ؽìOìÏì>v?{€=Èb³¿°GØ£ì1ö8{‚=ÉžbO³gسì9ö<{½È^b/³WØ«ì5ö:{ƒ½ÉÞbo³wØ»ì=ö>û€}È>b³Oاì3ö9û‚}ɾb_³oØ·ì;ö=ûýÈ~b?³_دl..‹Ï%àr‰¸Ä\.)—ŒKÎ¥àRr©¸Ô\.-—ŽKÏeà2r™¸Ì\.+—ËÎåàrr¹¸Ü\n&9‹$H’¤HšdH–äHžH‘”H™TH•ÔH4H“´H›tH—ôHŸ ÈÌËÕâjsu¸º\=®>×€kÈ5âsM¸¦\3®9ׂkɵâZsm¸¶\;®=×ëÈuâ:s]¸®\7®;׃ëÉõâzs}¸¾\?®?7€È âsC¸¡Ü0n87‚ÉâFsc¸±Ü8n<7›ÈMâ&sS¸©Ü4n:ÃÍàfr³8‚#9Š£9†c9Žã99‰“9…S9Ó9ƒ39‹³9‡s9ó¹€ ¹ˆ‹åfss¸¹Ü·€[È-âsK¸¥Ü2n9·‚[É­âVsk¸µÜ:n=·ÛÈmâ6s[¸­Ü6îî[î;î{îîGn;·ƒÛÉíâvs{¸½ÜOÜÏÜ>n?w€;Èâs¿pG¸£Ü1î8w‚;ÉâNsg¸³Ü9î÷€{È=âsO¸§Ü3î9÷‚{ɽâ^so¸·Ü;î=÷ûÈ}â>s_¸¯\>.Ï'àò‰øÄ|>)ŸŒOΧàSò©øÔ|>-ŸŽOÏgà3ò™øÌ|>+ŸÏÎçàsò¹øÜ|>/ŸÏÏà ò…øÂ|¾(_Œ/ΗàKò¥øÒ|¾,_Ž/ÏWà+ò•øÊ|¾*_¯Î×àkòµøÚ|¾._¯Ï7àòøÆ|¾)ߌoηà[ò­øÖ|¾-ߎoÏwà;òøÎ|¾+ßïÎ÷à{ò½øÞ|¾/ßïÏàòƒøÁü~(?ŒÎàGò£øÑü~,?ŽÏOà'ò“øÉü~*?ŸÎÇð3ø™ü,žàIžâižáYžãy^àE^âe^áU^ãuÞàMÞâmÞá]Þã}>àC>âcùÙü~.?ŸÏ/àò‹øÅü~)¿Œ_ίàWò«øÕü~-¿Ž_Ïoà7ò›øÍü~+¿ÿ†ÿ–ÿŽÿžÿÿ‘ßÎïàwò»øÝü~/ÿÿ3¿ßÏàò‡øÃü/üþ(Œ?ΟàOò§øÓüþ,Ž?Ï_à/ò—øËüþ*¿Îßàoò·øÛüþ.¿Ï?àòøÇüþ)ÿŒοà_ò¯ø×üþ-ÿŽÏà?òŸøÏüþ+Gˆ+Äâ „„B"!±DH*$’ )„”B*!µFH+¤Ò „ŒB&!³EÈ*d² 9„œB.!·GÈ+äò „‚B!¡°PD(*Š %„’B)¡´PF(+”Ê „ŠB%¡²PE¨*Tª 5„šB-¡¶PG¨+Ôê „†B#¡±ÐDh*4š -„–B+¡µÐFh+´Ú „ŽB'¡³ÐEè*tº =„žB/¡·ÐGè+ôú „ a°0D* † #„‘Â(a´0F+ŒÆ „‰Â$a²0E˜*L¦ 1 a¦0K R Z`Và^QYPUÐ]0S°[pWð_„Pˆ„Xa¶0G˜+Ìæ „…Â"a±°DX*,– +„•Â*aµ°FX+¬Ö „Â&a³°EØ*l¾¾¾¾~~¶ ;„Â.a·°GØ+ü$ü,ìö „ƒÂ!á°ð‹pD8*Ž '„“Â)á´pF8+œÎ „‹Â%á²pE¸*\® 7„›Â-á¶pG¸+Üî „‡Â#á±ðDx*<ž /„—Â+áµðFx+¼Þ „Â'á³ðEø*ÄãŠñÄøb1¡˜HL,&“ŠÉÄäb 1¥˜JL-¦ÓŠéÄôb1£˜IÌ,f³ŠÙÄìb1§˜KÌ-æóŠùÄüb± XH,,‹ŠÅÄâb ±¤XJ,-–ËŠåÄòb±¢XI¬,V«ŠÕÄêb ±¦XK¬-ÖëŠõÄúb±¡ØHl,6›ŠÍÄæb ±¥ØJl-¶ÛŠíÄöb±£ØIì,v»ŠÝÄîb±§ØKì-öûŠýÄþâq 8H,‡ŠÃÄáâq¤8J-ŽÇŠãÄñâq¢8Iœ,N§ŠÓÄébŒ8Cœ)Î ‘)‘‘9‘Q%QQ5Q Ñ-ÑÑ=Ñ1#1Vœ-ÎçŠóÄùâq¡¸H\,.—ŠËÄåâ q¥¸J\-®׊ëÄõâq£¸IÜ,n·ŠÛÄoÄoÅïÄïÅÄÅíâq§¸KÜ-î÷Š?‰?‹ûÄýâñ xH<,þ"ŠÇÄãâ ñ¤xJ<-žÏŠçÄóâñ¢xI¼,^¯Š×Äëâ ñ¦xK¼-ÞïŠ÷Äûâñ¡øH|,>ŸŠÏÄçâ ñ¥øJ|-¾ߊïÄ÷âñ£øIü,~¿Šq¤¸R<)¾”@J(%’KI¤¤R2)¹”BJ)¥’RKi¤´R:)½”AÊ(e’2KY¤¬R6)»”CÊ)å’rKy¤¼R>)¿T@*(’ KE¤¢R1©¸TB*)•’JKe¤²R9©¼TAª(U’*KU¤ªR5©ºTCª)Õ’jKu¤ºR=©¾Ô@j(5’KM¤¦R3©¹ÔBj)µ’ZKm¤¶R;©½ÔAê(u’:K]¤®R7©»ÔCê)õ’zK}¤¾R?©¿4@( ’KC¤¡Ò0i¸4B)’FKc¤±Ò8i¼4Aš(M’&KS¤©Ò4iº#ÍfJ³$B"%J¢%Fb%Nâ%A%I’%ER%MÒ%C2%K²%Gr%Oò¥@ ¥HŠ•fKs¤¹Ò.?W€+Èâ sE¸¢\1®8W‚+É•âJse¸²\9®JŸ¤ÏÒé«GŽ+Ç“ãË ä„r"9±œDN*'““Ë)ä”r*9µœFN+§“ÓËäŒr&9³œEÎ*g“³Ë9äœr.9·œGÎ+ç“óËä‚r!¹°\D.*“‹Ë%ä’r)¹´\F.+—“ËËäŠr%¹²\E®*W“«Ë5äšr-¹¶\G®+דëË ä†r#¹±ÜDn*7“›Ë-ä–r+¹µÜFn+·“ÛËäŽr'¹³ÜEî*w“»Ë=äžr/¹·ÜGî+÷“ûËäò y°*“Ë'ä“ò)ù´|F>+Ÿ“ÏËä‹ò%ù²|E¾*_“¯Ë7ä›ò-ù¶|G¾+ß“ïËä‡ò#ù±üD~*?“ŸË/ä—ò+ùµüF~+¿“ßËäò'ù³üEþ*ÇQâ*ñ”øJ%¡’HI¬$Q’*É”äJ %¥’JI­¤QÒ*é”ôJ%£’IɬdQ²*Ù”ìJ%§’KÉ­äQò*ù”üJ¥ RH)¬QŠ*Å”âJ ¥¤RJ)­”QÊ*å”òJ¥¢RI©¬TQª*Õ”êJ ¥¦RK©­ÔQê*õ”úJ¥¡ÒHi¬4Qš*Í”æJ ¥¥ÒJi­´QÚ*í”öJ¥£ÒIé¬tQº*Ý”îJ¥§ÒKé­ôQú*ý”þÊe 2H¬ Q†*ÔáÊe¤2J­ŒQÆ*ã”ñÊe¢2I™¬LQ¦*Ó”éJŒ2C™©ÌR…T(…V…U8…WET$EVEU4EW ÅT,ÅVÅU<ÅW%T"%V™­ÌQæ*ó”ùÊe¡²HY¬,Q–*Ë”åÊ e¥²JY­¬QÖ*ë”õÊe£²IÙ¬lQ¶*Û”o”o•ï”ï•”•íÊe§²KÙ­ìQö*?)?+û”ýÊå rH9¬ü¢QŽ*Ç”ãÊ å¤rJ9­œQÎ*ç”óÊå¢rI¹¬\Q®*×”ëÊ å¦rK¹­ÜQî*÷”ûÊå¡òHy¬5¿Z@-¨R «EÔ¢j1µ¸ZB-©–RK«eÔ²j9µ¼ZA­¨VR+«UÔªj5µºZC­©ÖRk«uÔºj=µ¾Ú@m¨6R«MÔ¦j3µ¹ÚBm©¶R[«mÔ¶j;µ½ÚAí¨vR;«]Ô®j7µ»ÚCí©öR{«}Ô¾j?µ¿:@¨R«CÔ¡ê0u¸:B©ŽRG«cÔ±ê8u¼:A¨NR'«SÔ©ê4uº£ÎPgª³TB%UJ¥UFeUNåUAUI•UEUUMÕUC5UKµUGuUOõÕ@ ÕHUg«sÔ¹êu¿z@=¨R«¿¨GÔ£ê1õ¸zB=©žRO«gÔ³ê9õ¼zA½¨^R/«WÔ«ê5õºzC½©ÞRo«wÔ»ê=õ¾ú@}¨>R«OÔ§ê3õ¹úB}©¾R_«oÔ·ê;õ½úAý¨~R?«_Ô¯j-®O‹¯%Ðj‰´ÄZ-©–LK®¥ÐRj©´ÔZ-­–NK¯eÐ2j™´ÌZ-«–MË®åÐrj¹´ÜZ-¯–O˯Ð j…´ÂZ­¨VL+®•ÐJj¥´ÒZ­¬VN+¯UÐ*j•´ÊZ­ªVM«®ÕÐjjµ´ÚZ­®VO«¯5Ðj´ÆZ­©ÖLk®µÐZj­´ÖZ­­ÖNk¯uÐ:j´ÎZ­«ÖMë®õÐzj½´ÞZ­¯ÖOë¯ Ðjƒ´ÁÚm¨6L®ÐFj£´ÑÚm¬6N¯MÐ&j“´ÉÚmª6M›®Åh3´™Ú,ÐHÒhÑXÓxMÐDMÒdMÑTMÓtÍÐLÍÒlÍÑ\ÍÓ|-ÐB-ÒbµÙÚm®6O›¯-Ðj‹´ÅÚm©¶L[®­ÐVj«´ÕÚm­¶N[¯mÐ6j›´ÍÚm«¶MûFûVûNû^ûAûQÛ®íÐvj»´ÝÚm¯ö“ö³¶OÛ¯Ðj‡´ÃÚ/Úí¨vL;®ÐNj§´ÓÚí¬vN;¯]Ð.j—´ËÚíªvM»®ÝÐnj·´ÛÚí®vO»¯=Ðj´ÇÚí©öL{®½Ð^j¯´×Úí­öN{¯}Ð>jŸ´ÏÚí«G«ÇÓãë ô„z"=±žDOª'Ó“ë)ô”z*=µžFO«§ÓÓëôŒz&=³žEϪgÓ³ë9ôœz.=·žGÏ«çÓóëô‚z!½°^D/ªÓ‹ë%ô’z)½´^F/«—ÓËëôŠz%½²^E¯ªWÓ«ë5ôšz-½¶^G¯«×Óëë ô†z#½±ÞDoª7Ó›ë-ô–z+½µÞFo«·ÓÛëôŽz'½³ÞEïªwÓ»ë=ôžz/½·ÞGï«÷Óûëôú }°>DÿYÚ'í—H¥CÒaééˆtT:&—NH'¥SÒiéŒtV:'—.H¥KÒeéŠtUº&]—†êœÎë‚.ê’.늮ꚮë†nê–nëŽîêžîëê‘«ÏÖçèsõyú|}¾P_¤/Ö—èKõeúr}…¾R_¥¯Ö×èkõuúz}ƒ¾QߤoÖ·è[õmú7ú·úwú÷úúúv}‡¾SߥïÖ÷è{õŸôŸõ}ú~ý€~P?¤ÖÑèGõcúqý„~R?¥ŸÖÏègõsúyý‚~Q¿¤_Ö¯èWõkúuý†~S¿¥ßÖïèwõ{ú}ýþP¤?ÖŸèOõgúsý…þR¥¿Ößèoõwú{ýƒþQÿ¤Ö¿è_õ8F\#žßH`$4‰$FR#™‘ÜHa¤4R©4FZ#‘ÞÈ`d42™,FV#›‘ÝÈaä4r¹F_£ŸÑß` 4ƒ!ÆPc˜1ÜaŒ4F£1ÆXcœ1Þ˜`L4&“)ÆTcš1݈1f3YaeÐc°gð†`ˆ†dȆb¨†fè†a˜†e؆c¸†gøF`„Fdij9Æ\cž1ßX`,4‹%ÆRc™±ÜXa¬4V«5ÆZc±ÞØ`l46›-ÆVc›ññ­ññ½ñƒñ£±ÝØaì4v»=Æ^ã'ãgcŸ±ß8`4‡_Œ#ÆQã˜qÜ8aœ4N§3ÆYãœqÞ¸`\4.—+ÆUãšqݸaÜ4n·;Æ]ãžqßx`<4'ÆSã™ñÜxa¼4^¯7Æ[ãñÞø`|4>Ÿ/ÆW#Ž׌gÆ7˜ ÍDfb3‰™ÔLf&7S˜)ÍTfj3™ÖLg¦73˜ÍLff3‹™ÕÌff7s˜9Í\fn3™×Ìgæ7 ˜ÍBfa³ˆYÔ,f7K˜%ÍRfi³ŒYÖ,g–7+˜ÍJfe³ŠYÕ¬fV7k˜5ÍZfm³ŽY׬gÖ7˜ ÍFfc³‰ÙÔlf67[˜-ÍVfk³ÙÖlg¶7;˜ÍNfg³‹ÙÕìfv7{˜=Í^fo³Ù×ìgö7˜ÍAæ`sˆ9Ôf7G˜#ÍQæhsŒ9ÖgŽ7'˜ÍIædsŠ9ÕœfN7cÌæLs–I˜¤I™´É˜¬É™¼)˜¢)™²©˜ª©™ºi˜¦i™¶é˜®é™¾˜¡™±ælsŽ9לgÎ7˜ ÍEæbs‰¹Ô\f.7W˜+ÍUæjs¹Ö\g®77˜ÍMæfs‹¹ÕÜf~c~k~g~oþ`þhn7w˜;Í]æns¹×üÉüÙÜgî7˜ÍCæaóóˆyÔ7_˜/ÍWækóùÖ|g¾7?˜ÍOægó‹ùÕŒcŵâYñ­VB+‘•ØJb%µ’YÉ­VJ+••ÚJc¥µÒYé­ VF+“•ÙÊbeµ²YÙ­VN+—•ÛÊcåµòYù­VA«UØ*bµŠYÅ­VI«”UÚ*c•µÊYå­ VE«’UÙªbUµªYÕ­VM«–UÛªcÕµêYõ­VC«‘ÕØjb5µšYÍ­VK«•ÕÚjcµµÚYí­VG«“ÕÙêbuµºYÝ­VO«—ÕÛêcõµúYý­Ö@k5Øb µ†YíÖHk”5ÚcµÆYã­ ÖDk’5ÙšbMµ¦YÓ­k†5ÓšeiQm1kqo –hI–l)–ji–n–iY–m9–ky–oVhEV¬5Ûšc͵æYó­ÖBk‘µØZb-µ–YË­ÖJk•µÚZc­µÖYë­ ÖFk“µÙÚbmµ¶YßXßZßYß[?X?ZÛ­ÖNk—µÛÚcíµ~²~¶öYû­ÖAëuØúÅ:bµŽYÇ­ÖIë”uÚ:cµÎYç­ ÖEë’uÙºb]µ®Y×­ÖMë–uÛºcݵîY÷­ÖCë‘õØzb=µžYÏ­ÖKë•õÚzc½µÞYï­ÖGë“õÙúb}µâØqíxv|;ÐNd'¶“ØIídvr;…ÒNe§¶ÓØiítvz;ƒÑÎdg¶³ØYílvv;‡ÓÎeç¶óØyí|v~»€]Ð.d¶‹ØEíbvq»„]Ò.e—¶ËØeírvy»‚]Ñ®dW¶«ØUíjvu»†]Ó®e×¶ëØuízv}»ÝÐnd7¶›ØMífvs»…ÝÒne·¶ÛØmívv{»ƒÝÑîdw¶»Ø]ínvw»‡ÝÓîe÷¶ûØ}í~v{€=Ðd¶‡ØCíaöp{„=Òe¶ÇØcíqöx{‚=ÑždO¶§ØSíiöt;ÆžaÏ´gÙ„MÚ”MÛŒÍÚœÍÛ‚-Ú’-ÛŠ­Úš­Û†mÚ–mÛŽíÚžíÛÚ‘k϶çØsíyö|{½Ð^d/¶—ØKíeör{…½Ò^e¯¶×Økíuöz{ƒ½ÑÞdo¶·Ø[ímö7ö·öwö÷öööv{‡½ÓÞeï¶÷Ø{íŸìŸí}ö~û€}Ð>d¶±ØGícöqû„}Ò>eŸ¶ÏØgísöyû‚}Ѿd_¶¯ØWíköuû†}Ó¾eß¶ïØwí{ö}ûýÐ~d?¶ŸØOígösû…ýÒ~e¿¶ßØoíwö{ûƒýÑþd¶¿Ø_í8N\'žßIà$t9‰$NR'™“ÜIá Ó‡ë#ô‘ú(}´>F«ÓÇëô‰ú$}²>EŸªOÓ§ë1ú }¦>K'tR§tZgtVOésŠ;%œ’N)§´SÆ)ë”sÊ;œŠN%§²SÅ©êTsª;5œšN-§¶SÇ©ëÔsê; œ†N#§±ÓÄiê4sš;-œ–N+§µÓÆië´sÚ;œŽN'§³ÓÅéêtsº;=œžN/§·ÓÇéëôsú;œÎ g°3Äê s†;#œ‘Î(g´3ÆëŒsÆ;œ‰Î$g²3Å™êLs¦;1Î g¦3Ë!Ò¡ÚaÖáÞÑ‘ÙQÕÑÝ1Ó±Ûq×ñß œÐ‰œXg¶3Ç™ëÌsæ; œ…Î"g±³ÄYê,s–;+œ•Î*gµ³ÆYë¬sÖ;œÎ&g³³ÅÙêls¾q¾u¾s¾w~p~t¶;;œÎ.g·³ÇÙëüäüììsö;œƒÎ!ç°ó‹sÄ9êsŽ;'œ“Î)ç´sÆ9ëœsÎ;œ‹Î%ç²sŹê\s®;7œ›Î-ç¶sǹëÜsî;œ‡Î#ç±óÄyêqŸºÏÜçî ÷¥ûÊ}í¾qߺïÜ÷î÷£ûÉýì~q¿ºq¼¸^/¿WÀ+èò {E¼¢^1¯¸WÂ+é•òJ{e¼²^9¯¼WÁ«èUò*{U¼ª^5¯ºWëéÕòj{u¼º^=¯¾×Àkè5ò{M¼¦^3¯¹×ÂkéµòZ{m¼¶^;¯½×Áëèuò:{]¼®^7¯»×Ãëéõòz{}¼¾^?¯¿7Àè ò{C¼¡Þ0o¸7ÂéòF{c¼±Þ8o¼7Á›èMò&{S¼©Þ4oºãÍðfz³<Â#=Ê£=Æc=Îã=Á=É“=ÅS=ÍÓ=Ã3=˳=Çs=Ïó½À ½È‹õf{s¼¹Þo¿wÀ;èò{¿xG¼£Þ1ï¸wÂ;éòN{g¼³Þ9ï¼wÁ»è]ò.{W¼«Þ5ïºwûéÝòn{w¼»Þ=ï¾÷À{è=ò{O¼§Þ3ï¹÷Â{é½ò^{o¼·Þ;ï½÷Áûè}ò>{_¼¯^?®Ïï'ðú‰üÄ~?©ŸÌOî§ðSú©üÔ~?­ŸÎOïgð3ú™üÌ~?«ŸÍÏîçðsú¹üÜ~?¯ŸÏÏïð ú…üÂ~¿¨_Ì/î—ðKú¥üÒ~¿¬_Î/ïWð+ú•üÊ~¿ª_ͯî×ðkúµüÚ~¿®_ϯï7ðúüÆ~¿©ßÌoî·ð[ú­üÖ~¿­ßÎoïwð;úüÎ~¿«ßÍïî÷ð{ú½üÞ~¿¯ßÏïïðúƒüÁþ¨?ÌîðGú£üÑþ¬?ÎïOð'ú“üÉþª?ÍŸîÇø3ü™þ,ŸðIŸòiŸñYŸóy_ðE_òe_ñU_óußðMßòmßñ]ßó}?ðC?òcýÙþ®?ÏŸï/ðú‹üÅþ©¿Ì_î¯ðWú«üÕþ­¿Î_ïoð7ú›üÍþ«¿ÍÿÆÿÖÿÎÿÞÿÁÿÑßîïðwú»üÝþ¯ÿ“ÿ³¿Ïßïðú‡üÃþ/þÿ¨Ì?îŸðOú§üÓþÿ¬Î?ï_ð/ú—üËþÿªÍ¿îßðoú·üÛþÿ®Ï¿ï?ðúüÇþÿ©ÿÌî¿ð_ú¯ü×þÿ­ÿÎïð?úŸüÏþÿ«'ˆÄ â ‚„A¢ q$H$ ’)‚”Aª u&H¤ Ò‚ŒA¦ s%Èd ²9‚œA® w'Èä ò‚‚A¡ pP$( Š%‚’A© tP&(” Ê‚ŠA¥ rP%¨T ª5‚šA­ vP'¨Ô ê ‚†A£ qÐ$h4 š-‚–A« uÐ&h´ Ú‚ŽA§ sÐ%èt º=‚žA¯ wÐ'èô ú‚Á `p0$ †#‚‘Á¨`t0&Œ Æ‚‰Á¤`r0%˜L ¦1ÁŒ`f0+ 2 :`6à>19P5Ð=03°;p7ð?‚0ˆ‚Ø`v0'˜Ì æ ‚…Á¢`q°$X, –+‚•Áª`u°&X¬ Ö©œÔN'­“ÎIïdp2:™œÌN'«“ÍÉîäpr:¹œÜN'¯“ÏÉïp :…œÂN§¨³!8 ŽǃÁÉàTp:8œ Îçƒ ÁÅàRp9¸\ ®׃ÁÍàVp;¸Ü î÷ƒÁÃàQð8x< žσÁËàUð:x¼ ÞïƒÁÇàSð9ø| â„qÃxaü0A˜0L&“„IÃdaò0E˜2L¦Ó„iÃtaú0C˜1Ìf³„YÃlaö0G˜3Ìæó„yÃ|aþ°@X0,‹„EÃbañ°DX2,–Ë„eÃraù°BX1¬V«„UÃjaõ°FX3¬Öë„uÃzaý°AØ0l6›„MÃfaó°EØ2l¶Û„mÃvaû°CØ1ìv»„]Ãna÷°GØ3ìöû„}Ã~aÿp@80‡„CÃaáðpD82ŽÇ„cÃqáøpB81œN§„SÃiáô0&œÎ g…DH†TH‡LȆ\ȇB(†R(‡J¨†Z¨‡Fh†Vh‡Nè†^è‡A†QÎç„sÃyáüpA¸0\.—„KÃeáòpE¸2\®ׄkÃuáúpC¸1Ün·„[Ãmá7á·áwá÷áááöpG¸3Üî÷„{ߟÃ}áþð@x0< „GÃcáñðDx2<žÏ„gÃsáùðBx1¼^¯„WÃkáõðFx3¼Þï„wÃ{áýðAø0|>Ÿ„OÃgáóðEø2|¾ß„oÃwáûðCø1ü~¿„_Ã8QÜ(^?J%ŒE‰£$QÒ(Y”ÊeŒ2E™£,QÖ([”=ÊåŒrE¹£ªUŒ*E•£*QÕ¨ZT=ªÕŒjEµ£:Qݨ^T?j5ŒE£&QÓ¨YÔêuŒ:E£.Qר[Ô=êõŒzE½£>Qߨ_Ô? ŒEƒ£!ÑÐhX4<ŒFE££1ÑØh\4>šMŒ&E“£)ÑÔhZ4=ЉfD3£Y‘ѱñ‘‰‘É‘©‘é‘™‘Ù‘¹‘ùQ…QÅF³£9ÑÜh^4?Z-ŒE‹£%ÑÒhY´ÚmŒ6E›£-ÑÖh[ôMômô]ô}ôCôc´=ÚíŒvE»£=ÑÞè§èçh_´?:ŒE‡£_¢#ÑÑèXt<:ŒNE§£3ÑÙè\t>º]Œ.E—£+ÑÕèZt=ºÝŒnE·£;ÑÝè^t?z=ŒE£'ÑÓèYôú}Œ>EŸ£/Ñ×(NlÜØx±ñcÄ&ŒM›86IlÒØd±ÉcSĦŒM›:6MlÚØt±éc3ÄfŒÍ›96KlÖØl±ÙcsÄæŒÍ›;6OlÞØ|±ùc ÄŒ-[8¶HlÑØb±ÅcKÄ–Œ-[:¶LlÙØr±åc+ÄVŒ­[9¶JlÕØj±ÕckÄÖŒ­[;¶NlÝØz±õcÄ6ŒmÛ8¶IlÓØf±Íÿ‚àÀª%h¶mÛv?Û¶mÛ¶µumkîÌÕÛ­6m¶mÛuÄ:a±.XW¬ÖëõÄza½±>X_¬Ö€ Äaƒ±!ØPl6ÄFa£±1ØXl6›€MÄ&a“±)ØTl6›ÍÄfa³±9Ø\l6[€-Äa‹±%ØRl¶[­ÄVa«±5ØZl¶Û€mÄ6a›±-ØVl¶ÛíÄva»±=X¶Û‡aމQ1‹q ˜ˆI˜Œ)˜Ši˜Ž˜‰Y˜9À\ bó0 °‹°%`û±ØA,;„ÆŽ`G±cXv;ÄNa§±3ØYìv»€]Ä.a—±+ØUìv»ÝÄna·±;Ø]ìv{€=Äa±'ØSìö{½Ä^a¯±7Ø[ìöû€}Ä>aŸ±/ØWìöûýÄ~a¿±?Ø_ì– OާÀSâ©ðÔx<-žOgÀ3â™ðÌx<+ž ÏŽçÀsâ¹ðÜx ŽÀGâ£ðÑø|,>OÀ'â“ðÉø|*> ŸŽÏÀgâ³ðÙø|.>Ÿ/Àâ‹ðÅø|)¾ _ޝÀWâ«ðÕø|-¾_oÀ7â›ðÍø|+¾ ߎïÀwâ»ðÝø<ß‹ïÃ1Ç œÄ)œÆœÅ9œÇ\Ä%\Æ\Å5\Ç ÜÄ-ÜÆà.q„{¸xˆGx Çðýøü žˆÂãGð£ø1< ?ŽŸÀOâ§ðÓøü,~?_À/â—ðËøü*~ ¿ŽßÀoâ·ðÛøü.~¿?ÀâðÇøü)þ Ž¿À_â¯ð×øü-þÀ?âŸðÏøü+þ ÿŽÿÀâ¿ðßøü/þOF$'R)‰TDj" ‘–HG¤'2‰LDf" ‘•ÈFd'r9‰\Dn"‘—ÈGä' ‰BDa¢Q”(F'J%‰RDi¢ Q–(G”'*‰JDe¢ Q•¨FT'j5‰ZDm¢Q—¨GÔ' ‰FDcâ?¢ Ñ”hF4'Z-‰VDk¢ Ñ–hG´':‰NDg¢ Ñ•èFt'z= çÆÁ8çÅùqA\ÅÅââãâöLj;—w(îpÜ‘¸£qÇâ’âŽÇˆ;w*îtÜ™¸^Ätb1“˜EÌ&æs‰yÄ|b±XD,&–K‰eÄrb±’XE¬&Ök‰uÄzb±‘ØDl&¶[‰mÄvb±“ØEì&öqÄ^b8A$A4Á,Á2?Y€,H" “EÈ¢d1²8Y‚,I–"K“eȲd9²Ù€lH6"“ÿ‘MȦd3²9Ù‚lI¶"[“mȶd;²=ÙìHv";“]È®d7²;ÙƒìIö"{“}Ⱦd?²?9€H"“CÈ¡ä0r89‚IŽ"G“cȱä8r<9œHN"'“SÈ©ä4r:9ƒœIÎ"g“sȹ乀\H."“KÈ¥ä2r9¹‚\I®"W“kȵä:r=¹ÜHn"7“[È­ä6r;¹ƒÜIî"w“{È8r/¹ÄHœ$H’¤HšdH–äHžH‘”H™TH•ÔH4H“´H›tH@º$$é‘>!‘12žL ÷“ȃd"yˆù€|H>"“Oȧä3ò9ù‚|I¾"_“oÈ·ä;ò=ùüH~"?“_ȯä7ò;ùƒüIþ"“È¿ä?2•œJA¥¤RQ©©4TZ*•žÊ@e¤2Q™©,TV*•ÊAå¤rQ¹©T_ªÕŸ@ ¤Qƒ©!ÔPj5œA¤FQ£©1ÔXj5žš@M¤&Q“©)ÔTj5šAͤfQ³©9Ô\j5ŸZ@-¤Q‹©%ÔRjµœZA­¤VQ«©5ÔZjµžÚ@m¤6Q›©-ÔVjµÚAí¤vQ»©=Tµ—ÚGaNIQM1KqO ”HI”L)”Ji”N”IY”M9 \ Rˆò(Ÿ ¨Š¨O%Pû©ÔA*‘:D¦ŽPG©cTuœ:A¤NQ§©3ÔYêužº@]¤.Q—©+ÔUêuºAݤnQ·©;Ô]êuŸz@=¤Q©'ÔSêõœzA½¤^Q¯©7Ô[êõžú@}¤>QŸ©/ÔWêõúAý¤~Q¿©?Ô_ꕌNN§ SÒ©èÔt:-ŽNOg 3Ò™èÌt:+ÎNç sÒ¹èÜt:/ÎO  Ò…èÂtº(]Œ.N— KÒ¥èÒtº,]Ž.OW +Ò•èÊtº*]®N× kÒµèÚtº.]®O7 ÒèÆôtº)ÝŒnN· [Ò­èÖtº-ÝŽnOw ;ÒèÎtº+ÝîN÷ {Ò½èÞtº/ÝîO ÒƒèÁôz(=ŒN GÒ£èÑôz,=ŽOO 'Ò“èÉôz*=žNÏ gÒ³èÙôz.=žO/ Ò‹èÅôz)½Œ^N¯ WÒ«èÕôz-½Ž^Oo 7Ò›èÍôz+½ÞNï wÒ»èÝô:ŽÞKï£1§ š¤)š¦š¥9š§Z¤%Z¦Z¥5Z§ Ú¤-Ú¦Ð. iD{´OtHGtŒŽ§èýôú H¢ÓGè£ô1:‰>NŸ OÒ§èÓôú,}Ž>O_ /Ò—èËôú*}¾Nß oÒ·èÛôú.}¾O? ÒèÇôú)ýŒ~N¿ _Ò¯è×ôú-ýŽ~O ?ÒŸèÏôú+ýþNÿ Ò¿èßôú/ýNÆ$gR0)™TLj& “–IǤg20™LLf& “•ÉÆdgr09™\Ln&“—ÉÇäg 0™BLa¦S”)ÆgJ0%™RLi¦ S–)Ç”g*0™JLe¦ S•©ÆTgj05™ZLm¦S—©ÇÔg0 ™FLcæ?¦ Ó”iÆ4gZ0-™VLk¦ Ó–iÇ´g:0™NLg¦ Ó•éÆtgz0=™^Lo¦Ó—éÇôg0™AÌ`f3”Æ gF0#™QÌhf 3–ÇŒg&0™IÌdf 3•™ÆLgf03™YÌlf3—™ÇÌg0 ™EÌbf ³”YÆ,gV0+™UÌjf ³–YǬg60™MÌff ³•ÙÆlgv0;™]ÌnfÇìeö1ƒ3C2C3 Ã2Ã3#2#3 £2£3c2c3— b<Æg&d"&ÆÄ3 Ì~æsId1‡™#ÌQæ“ÄgN0'™SÌiæ s–9Çœg.0™KÌeæ s•¹Æ\gn07™[Ìmæs—¹ÇÜg0™GÌcæ ó”yÆ0™OÌgæ ó•ùÆ|gz}ˆ¾D?¢?1€H "Cˆ¡Ä0b81‚IŒ"Fcˆ±Ä8b<1˜HL"&Sˆ©Ä4ⓇÍËæc󳨂l!¶0[„-Êc‹³%Ø’l)¶4[†-Ë–c˳ØŠl%¶2[…­ÊVc«³5Øšl-¶6[‡­ËÖcë³ Ø†l#¶1ûÛ„mÊ6c›³-Ø–l+¶5Û†m˶c۳؎l'¶3Û…íÊvc»³=Øžl/¶7Û‡íËöcû³Øì v0;„Êc‡³#Ø‘ì(v4;†ËŽcdz؉ì$v2;…ÊNc§³3Ø™ì,v6;‡ËÎcç³ Ø…ì"v1»„]Ê.c—³+Ø•ì*v5»†]Ë®c׳Øì&v3»…ÝÊnc·³;Øì.v7»‡c÷²ûXŒÅY‚%YŠ¥Y†eYŽåYY‰•Y…UYÕYƒ5Y‹µY‡¬ËB±ë³²cãÙv?{€=È&²‡ØÃìö({ŒMb³'Ø“ì)ö4{†=ËžcϳØ‹ì%ö2{…½Ê^c¯³7Ø›ì-ö6{‡½ËÞcï³؇ì#ö1û„}Ê>cŸ³/Ø—ì+ö5û†}˾cß³Øì'ö3û…ýÊ~c¿³?ØŸì/ö7û‡ýËþc“qɹ\J.—šKÃ¥åÒqé¹ \F.—™ËÂeå²qÙ¹\N.—›ËÃååòqù¹\A®W˜+ÂåŠqŹ\I®Wš+ÕåÊqå¹ \E®W™«ÂUåªqÕ¹\M®W›«ÃÕåêqõ¹\C®טûkÂ5åšq͹\K®ךkõåÚqí¹\G®×™ëÂuåºqݹ\O®×›ëÃõåúqý¹Ü@n7˜ å†qùÜHn7šÃåÆqã¹ ÜDn7™›ÂMå¦qÓ¹ÜLn7››ÃÍåæqó¹ÜBn·˜[Â-å–q˹ÜJn·š[íåÖqë¹ ÜFn·™ÛÂmå¶qÛ¹ÜNn·›ÛÃÅq{¹}ÆáÁ‘ÅÑñÇñœÀ‰œÄɜ©œÆéœÁ™œÅÙœÃÎå ‡8ó¹€ ¹ˆ‹qñ\·Ÿ;Àä¹CÜaîw”;Æ%qǹÜIîwš;ÃåÎqç¹ ÜEîw™»Â]å®q×¹ÜMîw›»ÃÝåîq÷¹ÜCî÷˜{Â=åžqϹÜKî÷š{ýåÞqï¹ÜGî÷™ûÂ}å¾qß¹ÜOî÷›ûÃýåþqÉøä| >%ŸŠOͧáÓòéøô|>#Ÿ‰ÏÌgá³òÙøì|>'Ÿ‹ÏÍçáóòùøü|¾ _ˆ/Ìá‹òÅøâ| ¾$_Š/Í—áËòåøò|¾"_‰¯ÌWá«òÕøê| ¾&_‹¯Í×áëòõøú|¾!߈oÌÿÇ7á›òÍøæ| ¾%ߊoÍ·áÛòíøö|¾#߉ïÌwá»òÝøî|¾'ß‹ïÍ÷áûòýøþü~ ?ˆÌá‡òÃøáü~$?ŠÍáÇòãøñü~"?‰ŸÌOá§òÓøéü ~&?‹ŸÍÏáçòóøùü~!¿ˆ_Ì/á—òËøåü ~%¿Š_ͯá×òëøõü~#¿‰ßÌoá·òÛøíü~'¿‹ßÍïáãø½ü>ãqžàIžâižáYžãy^àE^âe^áU^ãuÞàMÞâmÞáïòG¼Çû|À‡|ÄÇøx>ßÏàò‰ü!þ0„?Êã“øãü þ$Š?ÍŸáÏòçøóüþ"‰¿Ì_á¯ò×øëü þ&‹¿Íßáïò÷øûüþ!ÿˆÌ?áŸòÏøçü þ%ÿŠÍ¿áßòïø÷üþ#ÿ‰ÿÌá¿òßøïüþ'ÿ‹ÿÍÿáÿòÿødBr!…RH%¤Òi…tBz!ƒQÈ$d²Y…lBv!‡SÈ%äòy…|B~¡€PP($ŠE…bBq¡„PR(%”Êe…rBy¡‚PQ¨$TªU…jBu¡†PS¨%Ôêu…zB}¡ÐPh$4þšM…fBs¡…ÐRh%´Úm…vB{¡ƒÐQè$tº]…nBw¡‡ÐSè%ôú}…~Ba€0P$ †C…aÂpa„0R%ŒÆc…qÂxa‚0Q˜$L¦S…iÂta†0S˜%Ìæs…yÂ|a°PX$,–K…eÂra…°RX%¬Ök…uÂzaƒ°QØ$l¶[…mÂva‡°SØ%ìöqÂ^aŸ€ ¸@¤@ ´À¬À ¼ ¢ ² ª  º`¦` ¶à@p( Á|!B!bB¼ ì…DápX8"Ž IÂqá„pR8%œÎg…sÂyá‚pQ¸$\®W…kÂuá†pS¸%Üîw…{Â}áðPx$<žO…gÂsá…ðRx%¼Þo…wÂ{áƒðQø$|¾_…oÂwá‡ðSø%üþ…B21¹˜BL)¦S‹iÄ´b:1½˜AÌ(f3‹YĬb61»˜CÌ)æs‹yļb>1¿X@,( ‹EÄ¢b1±¸XB,)–K‹eIJb9±¼XA¬(V+‹UĪb5±ºXC¬)Ök‹uĺb=±¾Ø@l(6‹ÿ‰MĦb3±¹ØBl)¶[‹mĶb;±½ØAì(v;‹]Ä®b7±»ØCì)ö{‹}ľb?±¿8@(‹CÄ¡â0q¸8B)ŽG‹cıâ8q¼8Aœ(N'‹SÄ©â4qº8Cœ)Îg‹sĹâ‰Å'âSñ™ø\|!¾_‰¯Å7â[ñø^ü ~?‰ŸÅ/âWñ›ø]ü!þ‰¿Å?â_ñŸ˜LJ.¥RJ©¤ÔR)­”NJ/e2J™¤ÌR)«”MÊ.årJ¹¤ÜR)¯”OÊ/ J…¤ÂR©¨TL*.•JJ¥¤ÒR©¬TN*/U*J•¤ÊR©ªTMª.ÕjJµ¤ÚR©®TOª/5J¤ÆÒR©©ÔLj.µZJ­¤ÖR©­ÔNj/u:J¤ÎR©«ÔMê.õzJ½¤ÞR©¯ÔOê/ Jƒ¤ÁÒi¨4L.FJ£¤ÑÒi¬4N/M&J“¤ÉÒiª4Mš.ÍfJ³¤ÙÒi®4Oš/-J‹¤ÅÒi©´LZ.­VJ«¤ÕÒi­´NZ/m6J›¤ÍÒi«´MÚ.ívJ»¤ÝÒ)NÚ+í“0 —‰”(‰–‰•8‰—I”$I–I•4I— É”,É– H®%$y’/R(ERLŠ—¤ýÒé ”(’KG¤£Ò1)I:.NJ§¤ÓÒé¬tN:/].J—¤ËÒéªtMº.ÝnJ·¤ÛÒé®tOº/=J¤ÇÒé©ôLz.½^J¯¤×Òé­ôNz/}>JŸ¤ÏÒé«ôMú.ý~J¿¤ßÒé¯ôOJ&'—SÈ)åTrj9œVN'§—3ÈåLrf9‹œUÎ&g—sÈ9å\rn9œWÎ'ç— ÈåBra¹ˆ\T.&—KÈ%åRri¹Œ\V.'——+ÈåJre¹Š\U®&W—kÈ5åZrm¹Ž\W®'×—È åFrcù?¹‰ÜTn&7—[È-åVrk¹ÜVn'·—;ÈåNrg¹‹ÜUî&w—{È=å^ro¹ÜWî'÷—ÈåAò`yˆ'Ÿ—/ÈåKòeùŠ|U¾&_—oÈ7å[òmùŽ|W¾'ß—ÈåGòcù‰üT~&?—_È/åWòkùüV~'¿—?ÈåOògù‹üUþ&—È?å_òoùüWþ''S’+)””J*%µ’FI«¤SÒ+”ŒJ&%³’EɪdS²+9”œJ.%·’GÉ«äSò+”‚J!¥°RD)ªSŠ+%”’J)¥´RF)«”SÊ+”ŠJ%¥²RE©ªTSª+5”šJ-¥¶RG©«ÔSê+ ”†J#¥±òŸÒDiª4Sš+-”–J+¥µÒFi«´SÚ+”ŽJ'¥³ÒEéªtSº+=”žJ/¥·ÒGé«ôSú+”Ê e°2Dª S†+#”‘Ê(e´2F«ŒSÆ+”‰Ê$e²2E™ªLS¦+3”™Ê,e¶2G™«ÌSæ+ ”…Ê"e±²DYª,S–++”•Ê*eµ²FY«¬SÖ+”Ê&e³²EÙªlS¶+;”Ê.e·²G‰Sö*ûLÁB!J¡FaNáAI‘EQMÑC1K±GŠ«@)žâ+*‘Sâ•e¿r@9¨$*‡”ÃÊå¨rLIRŽ+'”“Ê)å´rF9«œSÎ+”‹Ê%å²rE¹ª\S®+7”›Ê-å¶rG¹«ÜSî+”‡Ê#å±òDyªUŸ©ÏÕêKõ•úZ}£¾Uß©ïÕêGõ“úYý¢~U¿©ßÕêOõ—ú[ý£þUÿ©É´äZ -¥–JK­¥ÑÒjé´ôZ-£–IˬeѲjÙ´ìZ-§–KË­åÑòjù´üZ­ VH+¬ÑŠjÅ´âZ ­¤VJ+­•ÑÊjå´òZ­¢VI«¬UѪjÕ´êZ ­¦VK«­ÕÑêjõ´úZ­¡ÖHk¬ý§5Ñšj¤H‰´Èˆ¬È‰¼(ˆ¢(‰²¨ˆª¨‰ºhˆ¦h‰¶èˆ@tE("Ñ}1C±™6X¢ Õ†iõÚHm”6Z£ÕÆiãµ ÚDm’6Y›¢MÕ¦iÓµÚLm–6[›£ÍÕæióµÚBm‘¶X[¢-Õ–i˵ÚJm•¶Z[£­ÕÖiëµ ÚFm“¶YÛ¢mÕ¶iÛµÚNm—¶[Û£Åi{µ}¦á¡‘¥Ñ£±§ñš ‰š¤Éš¢©š¦éš¡™š¥Ùš£ÍÕ †4Oóµ@ µH‹iñZ‚¶_; ÔµCÚaíˆvT;¦%iǵÚIí”vZ;£ÕÎiçµ ÚEí’vY»¢]Õ®i×µÚMí–v[»£ÝÕîi÷µÚCí‘öX{¢=ÕžiϵÚKí•öZ{£½ÕÞiïµÚGí“öYû¢}Õ¾ißµÚOí—ö[û£ýÕþiÉôäz =¥žJO­§ÑÓêéôôz=£žIϬgѳêÙôìz=§žKÏ­çÑóêùôüz½ ^H/¬Ñ‹êÅôâz ½¤^J/­—ÑËêåôòz½¢^I¯¬WÑ«êÕôêz ½¦^K¯­×Ñëêõôúz½¡ÞHo¬ÿ§7Ñ›êÍôæz ½¥ÞJo­·ÑÛêíôöz½£ÞIï¬wÑ»êÝôîz½§ÞKï­÷Ñûêýôþú} >H¬чêÃôáú}¤>J­ÑÇêãôñú}¢>IŸ¬OѧêÓôéú }¦>KŸ­ÏÑçêóôùú}¡¾H_¬/Ñ—êËôåú }¥¾J_­¯Ñ×êëôõú}£¾I߬oÑ·êÛôíú}§¾Kß­ïÑãô½ú>ÓqÐIÒiÑYÓy]ÐE]Òe]ÑU]ÓuÝÐMÝÒmÝÑîêPGº§ûz ‡z¤Çôx=A߯Ðê‰ú!ý°~D?ªÓ“ôãú ý¤~J?­ŸÑÏêçôóúý¢~I¿¬_ѯê×ôëú ý¦~K¿­ßÑïê÷ôûúý¡þH¬?ÑŸêÏôçú ý¥þJ­¿Ñßêïô÷úý£þIÿ¬Ñ¿êßôïúý§þKÿ­ÿÑÿêÿôdFr#…‘ÒHe¤6ÒitFz#ƒ‘ÑÈdd6²YlFv#‡‘ÓÈeä6òy|F~£€QÐ(d6ŠEbFq£„QÒ(e”6ÊerFy£‚QѨdT6ªUjFu£†QÓ¨eÔ6êuzF}£ÑÐhd46þ3šMfFs£…ÑÒhe´6ÚmvF{£ƒÑÑèdt6º]nFw£‡ÑÓèeô6ú}~Fc€1Ðd 6†CaÆpc„1ÒeŒ6ÆcqÆxc‚1јdL6¦SiÆtc†1Ó˜eÌ6æsyÆ|c±ÐXd,6–KeÆrc…±ÒXe¬6ÖkuÆzcƒ±ÑØdl6¶[mÆvc‡±ÓØeì6öqÆ^cŸ¸A¤A´Á¬Á¼!¢!²¡ª¡ºa¦a¶áÀp h Ã3|#0B#2bF¼‘`ì7DãqØ8b5ŽIÆqã„qÒ8eœ6ÎgsÆyã‚qѸd\6®WkÆuã†qÓ¸eÜ6îw{Æ}ãñÐxd<6žOgÆsã…ñÒxe¼6ÞowÆ{ãƒñÑød|6¾_oÆwã‡ñÓøeü6þF23¹™ÂLi¦2S›iÌ´f:3½™ÁÌhf23›Y̬f63»™ÃÌiæ2s›y̼f>3¿YÀ,h2 ›EÌ¢f1³¸YÂ,i–2K›e̲f9³¼YÁ¬hV2+›U̪f5³ºYìiÖ2k›u̺f=³¾ÙÀlh62›ÿ™M̦f3³¹ÙÂli¶2[›m̶f;³½ÙÁìhv2;›]Ì®f7³»ÙÃìiö2{›}̾f?³¿9Àh2›CÌ¡æ0s¸9ÂiŽ2G›c̱æ8s¼9ÁœhN2'›SÌ©æ4sº9ÜiÎ2g›s̹æ2›O̧æ3ó¹ùÂ|i¾2_›oÌ·æ;ó½ùÁüh~2?›_̯æ7ó»ùÃüiþ2›Ì¿æ?3™•ÜJa¥´RY©­4VZ+•ÞÊ`e´2Y™­,VV+›•ÝÊaå´rY¹­V_«ŸÕß` ´Yƒ­!ÖPk˜5Üa´FY£­1ÖXkœ5Þš`M´&Y“­)ÖTkš5ÝšaÍ´fY³­9Ö\kž5ßZ`-´Y‹­%ÖRk™µÜZa­´VY«­5ÖZkµÞÚ`m´6Y›­-ÖVk›µÝÚaí´vY»­=Vœµ×ÚganiQm1kqo –hI–l)–ji–n–iY–m9°\ ZÈò,ß ¬ÐЬ˜o%Xû­ÖA+Ñ:d¶ŽXG­cV’uÜ:a´NY§­3ÖYëœuÞº`]´.Y—­+ÖUëšuݺaÝ´nY·­;Ö]ëžußz`=´Y­æZ ­¥ÖJk­µÑÚjí´öZ­£ÖIë¬uѺjÝ´îZ­§ÖKë­õÑújý´þÚm 6H{b¥°SÚ©ìÔv;­ÎNog°3Ú™ìÌv;«ÍÎnç°sÚ¹ìÜv;¯ÏÎo° Ú…ìÂv»¨]Ì.n—°KÚ¥ìÒv»¬]Î.oW°+Ú•ìÊv»ª]Í®n×°kÚµìÚv»®]Ï®o7°ÚìÆöv»©ÝÌnn·°[Ú­ìÖv»­ÝÎnow°;ÚìÎv»«ÝÍîn÷°{Ú½ìÞv»¯ÝÏîo°ÚƒìÁö{¨=Ìn°GÚ£ìÑö{¬=ÎoO°'Ú“ìÉö{ª=ÍžnϰgÚ³ìÙö{®=Ïžo/°Ú‹ìÅö{©½Ì^n¯°WÚ«ìÕö{­½Î^oo°7Ú›ìÍö{«½ÍÞnï°wÚ»ìÝö;ÎÞkï³1· ›´)›¶›µ9›·[´%[¶[µ5[· Û´-Û¶Ø® md{¶ovhGvÌŽ·ìýöû h²ÛGì£ö1;É>nŸ°OÚ§ìÓöû¬}Î>o_°/Ú—ìËöûª};nß°oÚ·ìÛöû®}Ͼo?°ÚìÇöû©ýÌ~n¿°_Ú¯ì×öû­ýÎ~o°?ÚŸìÏöû«ýÍþnÿ°Ú¿ìßöû¯ýÏNæ$wR8)TNj'“ÖIç¤w28LNf'‹“ÕÉædwr89\Nn'“×Éçäw 8BNa§ˆSÔ)æwJ8%RNi§ŒSÖ)ç”w*8JNe§ŠSÕ©æTwj85ZNm§ŽSשçÔw8 FNcç?§‰ÓÔiæ4wZ8-VNk§ÓÖiç´w:8NNg§‹ÓÕéætwz8=^No§Ó×éçôw8AÎ`gˆ3Ôæ wF8#QÎhgŒ3ÖçŒw&8IÎdgŠ3Õ™æLwf83YÎlgŽ3×™çÌw8 EÎbg‰³ÔYæ,wV8+UÎjg³ÖYç¬w68MÎfg‹³ÕÙælwv8;]Îngçìuö9˜ƒ;„C:”C;ŒÃ:œÃ;‚#:’#;Š£:š£;†c:–c;Ž×r<Çw't"'æÄ; Î~ç€sÐIt9‡#ÎQ瘓äwN8'SÎiçŒsÖ9çœw.8KÎeçŠsÕ¹æ\wn87[ÎmçŽs×¹çÜw8GÎcç‰óÔyæ8OÎgç‹óÕùæ|w~8?_Îoçó×ùç$ÉA ¤©A¤éAd™AdÙAä¹AäùAP…APÅA P”¥AP”åAPT•APTÕA PÔµAPÔõAÐ4Á  h šæ h ZÖ  h Úö è:Π è ºî è zÞ è úþ`Á` †á` FÑ`  Æñ`˜&É` ˜ ¦é`˜ fÙ`˜ æù`XÅ` X –å`X VÕ` X Öõ`Ø6Í` Ø ¶í`Ø vÝ`ˆ{Á>€€ XÀ@T À°pxÀAb $€ýà8Á!pGÁ1Žƒà$8Nƒ3à,8΃ à"¸.ƒ+à*¸®ƒà&¸nƒ;à.¸îƒà!xƒ'à)xžƒà%x^ƒ7à-xÞƒà#ø>ƒ/à+ø¾ƒà'ø~ƒ?à/ø’¹ÉÝnJ7•›ÚMã¦uÓ¹éÝ nF7“›ÙÍâfu³¹ÙÝnN7—›ÛÍãæuó¹ùÝnA·[Ø-âu‹¹ÅÝnI·”[Ú-ã–u˹åÝ nE·’[Ù­âVu«¹ÕÝnM·–[Û­ãÖuë¹õÝnC·‘ÛØýÏmâ6u›¹ÍÝnK·•ÛÚmã¶uÛ¹íÝnG·“ÛÙíâvu»¹ÝÝnO·—ÛÛíãöuû¹ýÝî@w;Øâu‡¹ÃÝîHw”;ÚãŽuǹãÝ îDw’;ÙâNu§¹ÓÝîLw–;ÛãÎuç¹óÝîBw‘»Ø]â.u—¹ËÝîJw•»Ú]ã®u×¹ëÝ îFw“»ÙÝânu·¹ÛÝîNw—»ÛÝãÆ¹{Ý}.æâ.á’.åÒ.ã².çò®àŠ®äʮ⪮æê®áš®åÚ®ã×u¡‹\ÏõÝÀ Ýȹñn‚»ß=àtÝCîa÷ˆ{Ô=æ&¹ÇÝîI÷”{Ú=ãžuϹçÝ îE÷’{Ù½â^u¯¹×ÝîM÷–{Û½ãÞuï¹÷ÝîC÷‘ûØ}â>uŸ¹ÏÝîK÷•ûÚ}ã¾uß¹ïÝîG÷“ûÙýâ~u¿¹ßÝîO÷—ûÛýãþuÿ¹É`r˜¦„©`j˜¦…é`z˜f„™`f˜f…Ù`v˜愹`n˜æ…ù`~X„…`aX…Å`qX–„¥`iX–…å`yXV„•`eXV…Õ`uXÖ„µ`mXÖ…õ`}Ø6„`cøl›Âf°9l[ÂV°5lÛÂv°=ì;ÂN°3ì»Ân°;ì{Â^°7ìûÂ~°?ÂAp0‡Âap8GÂQp4ÇÂqp<œ'ÂIp2œ§Âip:œgÂYp6œçÂyp>\ÂEp1\—Âep9\WÂUp5\×§Ö3ë¹õÂzi½²^[o¬·Ö;ë½õÁúh}²>[_¬¯Ö7ë»õÃúiý²~[¬¿Ö?+™Ü^E(A*P…Ô¡MhA:@Bˆ }ÀF0ãaÜÀƒ0‚‡áxƒIð8<OÂSð4<ÏÂsð<¼/ÂKð2¼¯Âkð:¼oÂ[ð6¼ïÂ{ð>|ÂGð1|ŸÂgð9|_ÂWð5|ßÂwð=ü?ÂOð3ü¿Âoð;üÂ_ð7üÿÂ0JŽR ”(JÒ ´(J2 Œ(ÊŒ² ¬(ÊŽr œ(Êò ¼(Ê  ‚¨*ŒŠ ¢¨*ŽJ ’¨*Ê ²¨** Š¨ªŒª ª¨ªŽj š¨ªê º¨ª †¨jŒþCMPSÔ 5G-PKÔ µFmP[ÔµGPGÔ uF]PWÔ uG=POÔ õF}P_ÔõGÐ@4 FCÐP4 G#ÐH4 FcÐX4GÐD4 MFSÐT4 MG3ÐL4 ÍFsÐ\4ÍG ÐB´-FKÐR´ -G+ÐJ´ ­FkÐZ´­GÐF´ mF[ÐV´ mG;ÐN´ íF{PÚ‹ö! áˆ@$¢Ä"ñH@"’Œ¤" éÈ@&²‹ BÈC> Pˆ"Cñ(íGÐA”ˆ¡Ãè:ŠŽ¡$t@'Ñ)tAgÑ9t]@Ñ%t]AWÑ5tÝ@7Ñ-tÝAwÑ=t=@Ñ#ô=AOÑ3ô½@/Ñ+ô½AoÑ;ô}@Ñ'ô}A_Ñ7ôý@?Ñ/ôýAÑ?”ÌKî¥ðRz©¼Ô^/­—ÎKïeð2z™¼Ì^/«—ÍËîåðrz¹¼Ü^/¯—ÏËïð z…¼Â^¯¨WÌ+î•ðJz¥¼Ò^¯¬WÎ+ïUð*z•¼Ê^¯ªWÍ«îÕðjzµ¼Ú^¯®WÏ«ï5ðz¼ÆÞ^¯©×ÌkîµðZz­¼Ö^¯­×Îkïuð:z¼Î^¯«×Íëîõðzz½¼Þ^¯¯×Ïëï ðzƒ¼ÁÞo¨7ÌîðFz£¼ÑÞo¬7ÎïMð&z“¼ÉÞoª7Í›îÍðfz³¼ÙÞo®7Ï›ï-ðz‹¼ÅÞo©·Ì[î­ðVz«¼ÕÞo­·Î[ïmð6z›¼ÍÞo«·ÍÛîíðvz»¼ÝÞ/ÎÛëíó0÷ô(öõ8÷Oô$OöOõ4O÷ Ïô,Ïöx®=äyžï^èE^Ì‹÷¼ýÞï —èò{G¼£Þ1/É;îðNz§¼ÓÞï¬wÎ;ï]ð.z—¼ËÞïªwÍ»îÝðnz·¼ÛÞï®wÏ»ï=ðz¼ÇÞï©÷Ì{î½ð^z¯¼×Þï­÷Î{ï}ð>zŸ¼ÏÞï«÷Íûîýð~z¿¼ßÞï¯÷ÏKæ'÷Sø)ýT~j?ŸÖOç§÷3øýL~f?‹ŸÕÏæg÷sø9ý\~n?Ÿ×Ïçç÷ øýB~a¿ˆ_Ô/æ÷Kø%ýR~i¿Œ_Ö/ç—÷+øýJ~e¿Š_Õ¯æW÷kø5ýZ~m¿Ž_ׯç×÷ø ýF~cÿ?¿‰ßÔoæ7÷[ø-ýV~k¿ßÖoç·÷;øýN~g¿‹ßÕïæw÷{ø=ý^~o¿ß×ïç÷÷øýAþ`ˆ?Ôæ÷Gø#ýQþhŒ?Öç÷'øýIþdŠ?ÕŸæO÷gø3ýYþlŽ?ןçÏ÷ø ýEþb‰¿Ô_æ/÷Wø+ýUþj¿Ö_ç¯÷7øýMþf‹¿Õßæo÷wø;ý]þnçïõ÷ù˜û„Oú”OûŒÏúœÏû‚/ú’/ûНúš¯û†oú–oûŽ|ׇ>ò=ß÷?ô#?æÇû þ~ÿ€ÐOôù‡ý#þQÿ˜Ÿä÷Oø'ýSþiÿŒÖ?çŸ÷/øýKþeÿŠÕ¿æ_÷oø7ý[þmÿŽ׿çß÷øýGþcÿ‰ÿÔæ?÷_ø/ýWþkÿÿÖç¿÷?øýOþgÿ‹ÿÕÿæ÷ø?ý_þoÿÿ×ÿç' ’)‚”Aª u&H¤ Ò‚ŒA¦ s%Èd ²9‚œA® w'Èä ò‚‚A¡ pP$( Š%‚’A© tP&(” Ê‚ŠA¥ rP%¨T ª5‚šA­ vP'¨Ô ê ‚†A£ qð_Ð$h4 š-‚–A« uÐ&h´ Ú‚ŽA§ sÐ%èt º=‚žA¯ wÐ'èô ú‚Á `p0$ †#‚‘Á¨`t0&Œ Æ‚‰Á¤`r0%˜L ¦3‚™Á¬`v0'˜Ì æ ‚…Á¢`q°$X, –+‚•Áª`u°&X¬ Ö‚Á¦`s°%Øl ¶;‚Á®`w°'ˆ öû,À" * &`.à!)%P-Ð#0+°'À^àAQ ⃄`p 8$‡‚ÃÁ‘àhp,H Ž'‚“Á©àtp&8œ ΂‹Á¥àrp%¸\ ®7‚›Á­àvp'¸Ü Á£àqð$x< ž/‚—Á«àuð&x¼ Þ‚Á§àsð%ø| ¾?‚ŸÁ¯àwð'øü ’…ÉÃaÊ0U˜:L¦ Ó…éà aÆ0S˜9Ìf ³…ÙÃaÎ0W˜;Ìæ ó…ùÃaÁ°PX8, ‹…ÅÃaɰTX:,– Ë…åà aŰR¸n€á&¸n[á6¸î€;á.¸îqp/Ü1ˆC’‚4d 9ÈCVۇŽa§°sØ%ìv »‡=ža¯°wØ'ìö û‡Âá pp8$ ‡‡#‘á¨pt8&Ž Ç‡‰á¤pr8%œN §‡3™á¬pv8'œÎ ç‡ Â…á¢pq¸$\. —‡+•áªpu¸&\® ׇÂá¦ps¸%Ün ·‡;Âá®pw¸'Œ ÷†ûB,ÄC"$C*¤C&dC.äC!C)”C%TC-ÔC#4C+´C'¡Â…^è‡A†Q ãÄpx <&†‡ÂÃá‘ðhx,L ‡'“á©ðtx&<ž χ‹á¥ðrx%¼^ ¯‡7›á­ðvx'¼Þ á£ðqø$|> Ÿ‡/—á«ðuø&|¾ ߇Âá§ðsø%ü~ ¿‡?Ÿá¯ðwø'üþ “EÉ£QÊ(U”:J¥ÒEé£ QÆ(S”9Êe²EÙ£QÎ(W”;ÊåòEù£QÁ¨PT8*ŠEÅ£QɨTT:*•ÊEå£ QŨRT9ªUªEÕ£QͨVT;ªÕêEõ£QèQÔ8ú/j5šEÍ£Q˨UÔ:jµÚEí£QǨSÔ9êuºEÝ£QϨWÔ;êõúEý£ÑÀhP48 †EãÑÈhT4:ÆE㣠ÑÄhR49šM¦EÓ£ÑÌhV4;šÍæEó£ÑÂhQ´8Z-–EË£ÑÊhU´:Z­ÖEë£ ÑÆhS´9Úm¶EÛ£ÑÎhW´;ÚÅE{£}á‘ѱñ‘‰‘É‘©‘é‘™‘Ù‘È`„"/ò£ £(ŠEñQB´?:Œ£CÑáèHt4:%EÇ£ÑÉèTt::ÎEç£ ÑÅèRt9º]®E×£ÑÍèVt;ºÝîE÷£ÑÃèQô8z=žEÏ£ÑËèUô:z½ÞEï£ÑÇèSô9ú}¾EߣÑÏèWô;úýþEÉbÉc)b)c©b©cibicébécbc™b™cYbYcÙbÙc9b9c¹b¹cybycùbùcbc…b…cEbEcÅbÅc%b%c¥b¥cebecåbåcbc•b•cUbUcÕbÕc5b5cµbµcubucõbõc b cbcÿŚĚƚŚÇZÄZÆZÅZÇÚÄÚÆÚÅÚÇþ'íFÖ¶mÛú±l6ØäÕ¶mÛ¶m+¯¶yµmþZ7£FZ¤GFdFV";‚‘¹‘ùŠ‚(ŒbQý¨AÔ0j5ŽšDM£fQó¨EÔ2jµŽÚDm£vQû¨CÔ1êuŽºD]£nQ÷¨GÔ3êõŽúD}£~Qÿh@40 ކDC£aÑðhD42ŽÆDc£qÑøhB41šMަDS£iÑôhF43šÍŽæDs£yÑühA´0Z-Ž–DK£eÑòhE´2Z­ŽÖDk£uÑúhC´1Úm޶D[£mÑöhG´3ÚíŽöD{£(ŠGû¢ýÑè`t(:‰ŽFÇ¢ãщèdt*:‰ÎFç¢óÑ…èbt)º]‰®FÿE×¢ëÑèft+º݉îF÷¢ûуèaô(z=‰žFÏ¢çÑ‹èeô*z½‰ÞFï¢÷чècô)ú%F_¢¯Ñ·è{ô#úýŠ~G¢¿Ñ¿(IaŸ±Dì öû†}Ç~`?±_Øoìöû‡%Á“âÉðäx <%ž O§ÁÓâéðôx<#ž ÏŒgÁ³âÙðìx<'ž ÏçÁóâùðüx¼ ^/ŒÁ‹âÅðâx ¼$^ /—ÁËâåðòx¼"^ ¯ŒWÁ«âÕðêx ¼&^ ¯×ÁëâõðÃqœÀIœÂiœÁYœÃy\ÀE\Âe\ÁU\ÃuÜÀMÜÂnãwp÷pGx€‡x ¯7ÀâðÆx¼)Þ oŽ·À[â­ðÖx¼-ÞowÀ;âðÎx¼+Þ ïŽ÷À{â½ðÞx¼/ÞïÀâƒðÁø|(> ŽÀGâ£ðÑø|,>OÀ'â“ðÉø|*> ŸŽÏÀgâ³ðÙø|.>Ÿ/Àâ‹ðÅø|)¾ _ޝÀWâ«ðÕø|-¾_oÀ7â›ðÍø|+¾ ߎïÀwâ»ðÝø|/áq|¾?€Äá‡ñ#øQü~?ŸÄOá§ñ3øYü~¿€_Ä/á—ñ+øUü?ü~¿ßÄoá·ñ;ø]ü~€?Äáñ'øSüþ¿Ä_á¯ñ7ø[üþÿ€Ä?áŸñDü þÿ†Çà?ñ_øoüþÿ‡'!’ɈäD "%‘ŠHM¤!ÒéˆôD"#‘‰ÈLd!²ÙˆìD"'‘‹ÈMä!òùˆüD¢ Qˆ(L!ŠňâD ¢$QŠ(M”!ÊåˆòD¢"Q‰¨LT!ªÕˆêD ¢&Q‹¨MÔ!êõˆ#p‚ H‚"h‚!X‚#xB DB"dB!TB#t LÂ"ap—ðŸ@D@„DŒ¨O4 ˆÆD¢)ÑŒhN´ Z­ˆÖD¢-ÑŽhOt :ˆÎD¢+ÑèNô z½ˆÞD¢/ÑèO ƒˆÁÄb(1ŒNŒ F£ˆÑÄb,1ŽOL &“ˆÉÄb*1˜NÌ f³ˆÙÄb.1˜O, ‹ˆÅÄb)±ŒXN¬ V«ˆÕÄb-±ŽXOl 6›ˆÍÄb+±ØNì v»ˆÝÄb/qb±Ÿ8@$‡‰#ÄQâqœ8Aœ$N§‰3ÄYâqž¸@\$.—‰+ÄUâ?âq¸AÜ$n·‰;Ä]âqŸx@<$‰'ÄSâñœxA¼$^¯‰7Ä[âñžø@|$>Ÿ‰Dâ ñ•øF|'~?‰_Äoâñ—øG$!“’ÉÈäd 2%™ŠLM¦!Ó’éÈôd2#™‰ÌLf!³’ÙÈìd2'™‹ÌMæ!ó’ùÈüd² Yˆ,L!‹’ÅÈâd ²$YŠ,M–!Ë’åÈòd²"Y‰¬LV!«’ÕÈêd ²&Y‹¬MÖ!ë’õÈ#q’ I’"i’!Y’#yR ER"eR!UR#uÒ MÒ"i“tH—ôHŸDd@†dŒ¬O6 ’ÈÆd²)ÙŒlN¶ [’­ÈÖd²-ÙŽlOv ;’ÈÎd²+ÙìNö {’½ÈÞd²/ÙìO ’ƒÈÁär(9ŒNŽ G’£ÈÑär,9ŽON '’“ÈÉär*9œNÎ g’³ÈÙär.9œO. ’‹ÈÅär)¹Œ\N® W’«ÈÕär-¹Ž\On 7’›ÈÍär+¹ÜNî w’»ÈÝär/‘qr¹Ÿ<@$‘‡É#äQòyœ$‘É'äSòùœ|A¾$_‘¯É7ä[òùžü@~$?‘ŸÉDò ù•üF~'?É_äoòù—üG&¡’RɨäT *%•ŠJM¥¡ÒRé¨ôT*#•‰ÊLe¡²RÙ¨ìT*'•‹ÊMå¡òRù¨üTª Uˆ*L¡ŠRŨâT ª$UŠ*M•¡ÊRå¨òTª"U‰ªLU¡ªRÕ¨êT ª&U‹ªMÕ¡êRõ¨ £pŠ HŠ¢hŠ¡XŠ£xJ DJ¢dJ¡TJ£tÊ LÊ¢eSr(—ò(ŸBT@…TŒªO5 R¨ÆTª)ÕŒjNµ ZR­¨ÖTª-ÕŽjOu :R¨ÎTª+ÕêNõ zR½¨ÞTª/ÕêO  Rƒ¨ÁÔj(5ŒN=Jxœð$ái³„ç /^&¼Jxð&ám»„÷ >&|Jøœ˜ð%ák·„ï ?~&üJøð'aµ”ZF-§VP+©UÔjj µ–ZG­§6P©MÔfj µ•ÚFm§vP;©]Ônjµ—Ѝ8µÚO R‡¨ÃÔê(uŒ:N NR§¨ÓÔê,uŽ:O] .R—¨ËÔê*õuºNÝ nR·¨ÛÔê.uºO= R¨ÇÔê)õŒzN½ ^R¯¨×Ôê-õŽzO} >RŸ¨ÏT"õ…úJ}£¾S?¨ŸÔ/ê7õ‡úKý£’ÐIédtr:’NE§¦ÓÐiéttz:‘ÎDg¦³ÐYéltv:“ÎEç¦óÐyé|t~º].D¦‹ÐEébtqº]’.E—¦ËÐeértyº]‘®DW¦«ÐUéjtuº]“®EצëÐuéztÑ8MÐ$MÑ4ÍÐ,ÍÑ<-Ð"-Ñ2­Ð*­Ñ:mÐ&mÑ€¶iH;´K{´O#: C:F×§Ð éFtcº Ý”nF7§[Ð-éVtkº Ý–nG·§;ÐéNtgº Ý•îFw§{Ð=é^toºÝ—îG÷§ÐéAô`z=”F§GÐ#éQôhz =–G§'ÐéIôdz =•žFO§gÐ3éYôlz=—žGϧÐ éEôbz ½”^F/§WÐ+éUôjz ½–^G¯§7ÐéMôfz ½•ÞFo§wÐ;é]ônz½—Žè8½ÞO Ò‡èÃôú(}Œ>NŸ OÒ§èÓôú,}Ž>O_ /Ò—èËôú*ý}¾Nß oÒ·èÛôú.}¾O? ÒèÇôú)ýŒ~N¿ _Ò¯è×ôú-ýŽ~O ?ÒŸèÏt"ý…þJ£¿Ó?èŸô/ú7ý‡þKÿ£“0I™dLr&“’IŤfÒ0i™tLz&“‘ÉÄdf²0Y™lLv&““ÉÅäfò0y™|L~¦S)ÄfŠ0E™bLq¦S’)Å”fÊ0e™rLy¦S‘©ÄTfª0U™jLu¦S“©ÅÔfê0u™zLƒ18C0$C14Ã0,Ã1<#0"#12£0*£1:c0&c1€±È8ŒËxŒÏ &`B&ÆÔg0 ™FLc¦ Ó”iÆ4gZ0-™VLk¦ Ó–iÇ´g:0™NLg¦ Ó•éÆtgz0=™^Lo¦Ó—éÇôg0™AÌ`f3”Æ gF0#™QÌhf 3–ÇŒg&0™IÌdf 3•™ÆLgf03™YÌlf3—™ÇÌg0 ™EÌbf ³”YÆ,gV0+™UÌjf ³–YǬg60™MÌff ³•ÙÆlgv0;™]Ìnf³—‰˜8³ÙÏ`2‡˜ÃÌæ(sŒ9Μ`N2§˜ÓÌæ,sŽ9Ï\`.2—˜ËÌæ*ós¹ÎÜ`n2·˜ÛÌæ.s¹Ï<`2˜ÇÌæ)óŒyμ`^2¯˜×Ìæ-óŽyÏ|`>2Ÿ˜ÏL"ó…ùÊ|c¾3?˜ŸÌ/æ7ó‡ùËüc’°IÙdlr6›’MŦfÓ°iÙtlz6›‘ÍÄff³°YÙllv6›“ÍÅæfó°yÙ|l~¶[-Äf‹°EÙblq¶[’-Å–f˰eÙrly¶[‘­ÄVf«°UÙjlu¶[“­ÅÖfë°uÙzl‹±8K°$K±4˰,˱<+°"+±2«°*«±:k°&k±€µYÈ:¬Ëz¬Ï"6`C6ÆÖg° ÙFlc¶ Û”mÆ6g[°-ÙVlk¶ Û–mǶg;°ÙNlg¶ Û•íÆvg{°=Ù^lo¶Û—íÇög°ÙAì`v;”ÆgG°#ÙQìhv ;–ÇŽg'°ÙIìdv ;•ÆNgg°3ÙYìlv;—ÇÎg° ÙEìbv »”]Æ.gW°+ÙUìjv »–]Ç®g7°ÙMìfv »•ÝÆngw°;Ù]ìnv»—Ø8»ÝÏ`²‡ØÃìö({Œ=Ξ`O²§ØÓìö,{Ž=Ï^`/²—ØËìö*û{½ÎÞ`o²·ØÛìö.{½Ï>`²ØÇìö)ûŒ}ξ`_²¯Ø×ìö-ûŽ}Ï~`?²ŸØÏl"û…ýÊ~c¿³?ØŸì/ö7û‡ýËþc“pI¹d\r.—’KÅ¥æÒpi¹t\z.—‘ËÄeæ²pY¹l\v.—“ËÅåæòpy¹|\~®W+ÄæŠpE¹b\q®W’+Å•æÊpe¹r\y®W‘«ÄUæªpU¹j\u®W“«ÅÕæêpu¹z\‡q8Gp$Gq4Çp,Çq<'p"'q2§p*§q:gp&gq€³9È9œËyœÏ!.àB.ÆÕçp ¹F\c® ×”kÆ5çZp-¹V\k® ×–kǵç:p¹N\g® וëÆuçzp=¹^\o®×—ëÇõçp¹AÜ`n7”Æ çFp#¹QÜhn 7–Çç&p¹IÜdn 7•›ÆMçfp3¹YÜln7—›ÇÍçp ¹EÜbn ·”[Æ-çVp+¹UÜjn ·–[Ç­ç6p¹MÜfn ·•ÛÆmçvp;¹]Ünn·—‹¸8·ÛÏàr‡¸ÃÜî(wŒ;ÎàNr§¸ÓÜî,wŽ;Ï]à.r—¸ËÜî*÷w»ÎÝànr·¸ÛÜî.w»Ï=àr¸ÇÜî)÷Œ{νà^r¯¸×Üî-÷Ž{Ï}à>rŸ¸Ï\"÷…ûÊ}ã¾s?¸ŸÜ/î7÷‡ûËýã’ðIùd|r>Ÿ’OŧæÓðiùt|z>Ÿ‘ÏÄgæ³ðYùl|v>Ÿ“ÏÅçæóðyù||~¾_/Äæ‹ðEùb|q¾_’/Å—æËð#©QÔhj 5–G§&P©IÔdj 5•šFM§fP3©YÔlj5—šGͧP ©EÔbj U–x‘—x™Wx•×x7x“·xÀÛ<äÞå=Þçð!ãëó ø†|#¾1ß„oÊ7ã›ó-ø–|+¾5߆oË·ãÛóøŽ|'¾3ß…ïÊwã»ó=øž|/¾7߇ïË÷ãûóøü ~0?„Êã‡ó#ø‘ü(~4?†ËãÇóø‰ü$~2?…ŸÊOã§ó3ø™ü,~6?‡ŸËÏãçó ø…ü"~1¿„_Ê/ã—ó+ø•ü*~5¿†_˯ã×óøü&~3¿…ßÊoã·ó;øü.~7¿‡ßËG|œßÇïçðùCüaþ”?ÆçOð'ùSüiþ –?ÇŸç/ðùKüeþ •ÿ¿Æ_çoð7ù[ümþ—¿ÇßçðùGücþ ÿ”Æ?ç_ð/ùWükþ ÿ–Ç¿ç?ðùOüg>‘ÿÂå¿ñßùüOþÿ›ÿÃÿåÿñI„¤B2!¹BH)¤R i„´B:!½AÈ(d2 Y„¬B6!»CÈ)är y„¼B>!¿P@(( E„¢B1¡¸PB()”J e„²B9¡¼PA¨(T* U„ªB5¡ºPC¨)Ôj u„ºB=!AÀ\ R Z`Và^QYPUÐ]0S° ØÁ<Á¡ê „†B#¡±ÐDh*4š -„–B+¡µÐFh+´Ú „ŽB'¡³ÐEè*tº =„žB/¡·ÐGè+ôú „ a°0D* † #„‘Â(a´0F+ŒÆ „‰Â$a²0E˜*L¦ 3„™Â,a¶0G˜+Ìæ „…Â"a±°DX*,– +„•Â*aµ°FX+¬Ö „Â&a³°EØ*l¶ ;„Â.a·°GØ+DB\Ø'ì…CÂaáˆpT8&N'…SÂiáŒpV8'œ.…KÂeáŠpUøO¸&\n7…[ÂmáŽpW¸'Ü…GÂcá‰ðTx&<^/…WÂkáðVx'¼>…OÂg!Qø"|¾ ß…ÂOá—ð[ø#üþ IĤb21¹˜BL)¦S‹iÄ´b:1½˜AÌ(f3‹YĬb61»˜CÌ)æs‹yļb>1¿X@,( ‹EÄ¢b1±¸XB,)–K‹eIJb9±¼XA¬(V+‹UĪb5±ºXC¬)Ök‹uĺb=1AÄD\$DR¤DZdDVäD^DQ”DYTDUÔD]4DS´D Ú"Ñ=Ñ‘ˆ¡ë‹ Ćb#±±ØDl*6›‹-Ä–b+±µØFl+¶Û‹ÄŽb'±³ØEì*v»‹=Äžb/±·ØGì+öû‹Äâ q°8D*‡‹#Ä‘â(q´8F+ŽÇ‹ĉâ$q²8Eœ*N§‹3Ä™â,q¶8Gœ+Îç‹ Ä…â"q±¸D\*.—‹+Ä•â*qµ¸F\+®׋Äâ&q³¸EÜ*n·‹;Äâ.q·¸GÜ+Fb\Ü'îˆÅCâañˆxT<&Oˆ'ÅSâiñŒxV<'ž/ˆÅKâeñŠxUüO¼&^oˆ7Å[âmñŽxW¼'ÞˆÅGâcñ‰øT|&>_ˆ/ÅWâkñøV|'¾?ˆÅOâg1Qü"~¿‰ßÅâOñ—ø[ü#þÿ‰I¤¤R2)¹”BJ)¥’RKi¤´R:)½”AÊ(e’2KY¤¬R6)»”CÊ)å’rKy¤¼R>)¿T@*(’ KE¤¢R1©¸TB*)•’JKe¤²R9©¼TAª(U’*KU¤ªR5©ºTCª)Õ’jKu¤ºR=)AÂ$\"$R¢$Zb$Vâ$^$Q’$YR$UÒ$]2$S²$ ٔɕ<É—H¡“êK ¤†R#©±ÔDj*5“šK-¤–R+©µÔFj+µ“ÚK¤ŽR'©³ÔEê*u“ºK=¤žR/©·ÔGê+õ“úK¤Ò i°4D* “†K#¤‘Ò(i´4F+“ÆK¤‰Ò$i²4Eš*M“¦K3¤™Ò,i¶4Gš+Í“æK ¤…Ò"i±´DZ*-“–K+¤•Ò*iµ´FZ+­“ÖK¤Ò&i³´EÚ*m“¶K;¤Ò.i·´GÚ+ER\Ú'í—H¥CÒaéˆtT:&—NH'¥SÒiéŒtV:'—.H¥KÒeéŠtUúOº&]—nH7¥[ÒméŽtWº'Ý—H¥GÒcé‰ôTz&=—^H/¥WÒkéôVz'½—>H¥OÒg)Qú"}•¾IߥÒOé—ô[ú#ý•þIIä¤r29¹œBN)§’SËiä´r:9½œAÎ(g’3ËYä¬r69»œCÎ)ç’sËyä¼r>9¿\@.(’ ËEä¢r1¹¸\B.)—’KËeä²r9¹¼\A®(W’+ËUäªr5¹º\C®)×’kËuäºr=9AÆd\&dR¦dZfdVæd^dQ–dYVdUÖd]6dS¶d Û2”Ù•=Ù—‘È¡“ëË ä†r#¹±ÜDn*7“›Ë-ä–r+¹µÜFn+·“ÛËäŽr'¹³ÜEî*w“»Ë=äžr/¹·ÜGî+÷“ûËäò y°&—OÈ'åSòiùŒ|V.Ç—ç+ðùJ|e¾ _•¯ÆWçkð5ùZ|m¾_—¯Ç'ðóOòOó ÏòÏóçäWòkùüV~'¿—?ÈåOòg9Qþ"•¿ÉßåòOù—ü[þ#ÿ•ÿÉI”¤J2%¹’BI©¤RR+i”´J:%½’AɨdR2+Y”¬J6%»’CÉ©äRr+y”¼J>%¿R@)¨R +E”¢J1¥¸RB)©”RJ+e”²J9¥¼RA©¨TR*+U”ªJ5¥ºRC©©ÔRj+u”ºJ=%AÁ\!R¡ZaVá^Q‘YQUÑ]1S± Ø TÅU<ÅW(¡Sê+ ”†J#¥±ÒDiª4Sš+-”–J+¥µÒFi«´SÚ+”ŽJ'¥³ÒEéªtSº+=”žJ/¥·ÒGé«ôSú+”Ê e°2Dª S†+#”‘Ê(e´2F«ŒSÆ+”‰Ê$e²2E™ªLS¦+3”™Ê,e¶2G™«ÌSæ+ ”…Ê"e±²DYª,S–++”•Ê*eµ²FY«¬SÖ+”Ê&e³²EÙªlS¶+;”Ê.e·²GÙ«DJ\Ù§ìW(•CÊaåˆrT9¦WN('•SÊiåŒrV9§œW.(•KÊeåŠrUùO¹¦\Wn(7•[ÊmåŽrW¹§ÜW(•GÊcå‰òTy¦(•OÊg%Qù¢|U¾)ß•ÊOå—ò[ù£üUþ)IÔ¤j25¹šBM©¦RS«iÔ´j:5½šAͨfR3«YÔ¬j65»šCÍ©æRs«yÔ¼j>5¿Z@-¨R «EÔ¢j1µ¸ZB-©–RK«eÔ²j9µ¼ZA­¨VR+«UÔªj5µºZC­©ÖRk«uÔºj=5AÅT\%TR¥TZeTVåT^TQ•TYUTUÕT]5TSµT Ú*TÕU=ÕW‘¨¡Së« Ô†j#µ±ÚDmª6S›«-Ô–j+µµÚFm«¶SÛ«ÔŽj'µ³ÚEíªvS»«=Ôžj/µ·ÚGí«öSû«Ôê u°:DªS‡«#Ô‘ê(u´:F«ŽSǫԉê$u²:EªNS§«3Ô™ê,u¶:G«ÎSç« Ô…ê"u±ºD]ª.S—«+Ô•ê*uµºF]«®S׫Ôê&u³ºEݪnS·«;Ôê.u·ºGÝ«Fj\ݧîW¨ÕCêaõˆzT=¦WO¨'ÕSêiõŒzV=§žW/¨ÕKêeõŠzUýO½¦^Wo¨7Õ[êmõŽzW½§ÞW¨ÕGêcõ‰úT}¦>W_¨/ÕWêkõúV}§¾W?¨ÕOêg5Qý¢~U¿©ßÕêOõ—ú[ý£þUÿ©I´¤Z2-¹–BK©¥ÒRki´´Z:-½–A˨eÒ2kY´¬Z6-»–CË©åÒrky´¼Z>-¿V@+¨Ò kE´¢Z1­¸VB+©•ÒJke´²Z9­¼VA«¨UÒ*kU´ªZ5­ºVC«©ÕÒjku´ºZ=-AÃ4\#4R£4Zc4Vã4^4Q“4YS4UÓ4]34S³4 ÙÔÍÕ<Í×h¡Óêk ´†Z#­±ÖDkª5Óšk-´–Z+­µÖFk«µÓÚk´ŽZ'­³ÖEëªuÓºk=´žZ/­·ÖGë«õÓúk´Ú m°6Dª Ó†k#´‘Ú(m´6F«ÓÆk´‰Ú$m²6E›ªMÓ¦k3´™Ú,m¶6G›«ÍÓæk ´…Ú"m±¶D[ª-Ó–k+´•Ú*mµ¶F[«­ÓÖk´Ú&m³¶EÛªmÓ¶k;´Ú.m·¶GÛ«EZ\Û§í×hµCÚaíˆvT;¦×Nh'µSÚiíŒvV;§×.hµKÚeíŠvUûO»¦]×nh7µ[ÚmíŽvW»§Ý×hµGÚcí‰öT{¦=×^h/µWÚkíöV{§½×>hµOÚg-Qû¢}Õ¾ißµÚOí—ö[û£ýÕþiIô¤z2=¹žBO©§ÒSëiô´z:=½žAϨgÒ3ëYô¬z6=»žCÏ©çÒsëyô¼z>=¿^@/¨Ò ëEô¢z1½¸^B/©—ÒKëeô²z9½¼^A¯¨WÒ+ëUôªz5½º^C¯©×Òkëuôºz==AÇt\'tR§tZgtVçt^tQ—tYWtU×t]7tS·t Û:ÔÝÕ=Ýבè¡Óëë ô†z#½±ÞDoª7Ó›ë-ô–z+½µÞFo«·ÓÛëôŽz'½³ÞEïªwÓ»ë=ôžz/½·ÞGï«÷Óûëôú }°>DªÓ‡ë#ô‘ú(}´>F«ÓÇëô‰ú$}²>EŸªOÓ§ë3ô™ú,}¶>GŸ«ÏÓçë ô…ú"}±¾D_ª/Ó—ë+ô•ú*}µ¾F_«¯Ó×ëôú&}³¾EߪoÓ·ë;ôú.}·¾Gß«Gz\ß§ï×èõCúaýˆ~T?¦×Oè'õSúiýŒ~V?§Ÿ×/èõKúeýŠ~UÿO¿¦_×oè7õ[úmýŽ~W¿§ß×èõGúcý‰þT¦?×_è/õWúkýþV§¿×?èõOúg=Qÿ¢Õ¿éßõúOý—þ[ÿ£ÿÕÿéIŒ¤F2#¹‘ÂHi¤2RiŒ´F:#½‘ÁÈhd22YŒ¬F6#»‘ÃÈiä2ryŒ¼F>#¿QÀ(h2 EŒ¢F1£¸QÂ(i”2JeŒ²F9£¼QÁ¨hT2*UŒªF5£ºQèiÔ2juŒºF=#ÁÀ Ü Ò  Ú` Öà Þ Ñ ÙP ÕÐ Ý0 Ó° `Ø4Ã5<Ã7¡3ê Œ†F#£±ÑÄhj43š-Œ–F+£µÑÆhk´3ÚŒŽF'£³q^¾ _”/É—å+òUù?ùš|]¾!ß”oÉ·å;ò]ùž|_~ ?”Éå'òSù™ü\~!¿”»IÆdcŠ1Õ˜fL7f3YÆlcŽ1טgÌ7 EÆbc‰±ÔXf,7V+UÆjc±ÖXg¬76MÆfc‹±ÕØfl7v;]Ænc±×ˆŒ¸±ÏØo0‡ŒÃÆã¨qÌ8nœ0N§ŒÓÆã¬qÎ8o\0.—ŒËÆãªñŸq͸nÜ0n·ŒÛÆã®qϸo<0ŒÇÆã©ñÌxn¼0^¯Œ×Æã­ñÎxo|0>ŸŒÏF¢ñÅøj|3¾?ŒŸÆ/ã·ñÇøkü3’˜IÍdfr3…™ÒLe¦6Ó˜iÍtfz3ƒ™ÑÌdf6³˜YÍlfv3‡™ÓÌeæ6ó˜yÍ|f~³€YÐ,d6‹˜EÍbfq³„YÒ,e–6˘eÍrfy³‚YѬdV6«˜UÍjfu³†YÓ¬eÖ6ë˜uÍzf‚‰™¸I˜¤I™´É˜¬É™¼)˜¢)™²©˜ª©™ºi˜¦i™À´Mh:¦kz¦o"30C3fÖ7˜ ÍFfc³‰ÙÔlf67[˜-ÍVfk³ÙÖlg¶7;˜ÍNfg³‹ÙÕìfv7{˜=Í^fo³Ù×ìgö7˜ÍAæ`sˆ9Ôf7G˜#ÍQæhsŒ9ÖgŽ7'˜ÍIædsŠ9ÕœfN7g˜3ÍYælsŽ9לgÎ7˜ ÍEæbs‰¹Ô\f.7W˜+ÍUæjs¹Ö\g®77˜ÍMæfs‹¹ÕÜfn7w˜;Í]æns¹×ŒÌ¸¹ÏÜo0š‡ÌÃæó¨yÌ0šÌÇæó©ùÌ|n¾0_š¯Ì׿ó­ùÎ|o~0?šŸÌÏf¢ùÅüj~3¿›?ÌŸæ/ó·ùÇükþ3“XI­dVr+…•ÒJe¥¶ÒXi­tVz+ƒ•ÑÊde¶²XY­lVv+‡•ÓÊeå¶òXy­|V~«€UÐ*d¶ŠXE­bVq«„UÒ*e•¶ÊXe­rVy«‚UѪdU¶ªXU­jVu«†UÓªeÕ¶êXu­zV‚…Y¸EX¤EY´ÅX¬ÅY¼%X¢%Y²¥Xª¥YºeX¦eYÀ²-h9–ky–o!+°B+fÕ·X ­FVc«‰ÕÔjf5·ZX-­VVk«ÕÖjgµ·:X­NVg«‹ÕÕêfu·zX=­^Vo«Õ×êgõ·X­AÖ`kˆ5Ôf ·FX#­QÖhkŒ5Ög·&X­IÖdkŠ5ÕšfM·fX3­YÖlkŽ5ךgÍ·X ­EÖbk‰µÔZf-·VX+­UÖjkµÖZg­·6X­MÖfk‹µÕÚfm·vX;­]Önkµ×Ь¸µÏÚo°Z‡¬ÃÖë¨uÌ:n°NZ§¬ÓÖë¬uÎ:o]°.Z—¬ËÖëªõŸuͺnݰnZ·¬ÛÖë®uϺo=°Z¬ÇÖë©õÌzn½°^Z¯¬×Öë­õÎzo}°>ZŸ¬ÏV¢õÅúj}³¾[?¬ŸÖ/ë·õÇúký³’€¤ HR€” H Ò€´ H2€Œ È ²€¬ Èr€œ È ò€¼ È €‚ ( Š€¢ (J€’ ( Ê€² (*€Š ¨ ª€ª ¨j€š ¨ ꀺ HÀH@0€àD (@ÐL`l\à €Ä@}Ð4@cÐ4Í@sд­@kдí@{Ðt@gÐtÝ@wÐô½@oÐôý@0 ƒÀ`0 ÃÀp0Œ£Àh0ŒãÀx0L“Àd0LÓÀt0̳Àl0ÌóÀ|°,‹Àb°,ËÀr°¬«Àj°¬ëÀz°l›Àf°lÛÀv°ì»Àn°ìˆƒ}`?8‚Cà08Ž‚cà88N‚Sà48΂sà<¸.‚Kà2¸®‚ÿÀ5pÜ7Á-pÜwÁ=p<Á#ð<OÁ3ð¼/Á+ð¼oÁ;ð|Á'ð$‚/à+ø¾ƒà'ø~ƒ?à/ø’ØIídvr;…ÒNe§¶ÓØiítvz;ƒÑÎdg¶³ØYílvv;‡ÓÎeç¶óØyí|v~»€]Ð.d¶‹ØEíbvq»„]Ò.e—¶ËØeírvy»‚]Ñ®dW¶«ØUíjvu»†]Ó®e×¶ëØuízv‚Ù¸MؤMÙ´ÍØ¬ÍÙ¼-Ø¢-Ù²­Øª­ÙºmئmÙÀ¶mh;¶k{¶o#;°C;f×·Ø íFvc»‰ÝÔnf7·[Ø-íVvk»ÝÖng··;ØíNvg»‹ÝÕîfw·{Ø=í^vo»Ý×îg÷·ØíAö`{ˆ=Ôf·GØ#íQöh{Œ=Ög·'ØíIöd{Š=ÕžfO·gØ3íYöl{Ž=מgÏ·Ø íEöb{‰½Ô^f/·WØ+íUöj{½Ö^g¯·7ØíMöf{‹½ÕÞfo·wØ;í]ön{½×Žì¸½ÏÞo°Ú‡ìÃöû¨}Ì>nŸ°OÚ§ìÓöû¬}Î>o_°/Ú—ìËöûªýŸ};nß°oÚ·ìÛöû®}Ͼo?°ÚìÇöû©ýÌ~n¿°_Ú¯ì×öû­ýÎ~o°?ÚŸìÏv¢ýÅþj³¿Û?ìŸö/û·ýÇþkÿ³“À¤0LSÀ”0L ÓÀ´0L3ÀŒ0Ì ³À¬0ÌsÀ®F7£»ÑÃèiô2z}Œ¾F?£¿1Àh 2CŒ¡Æ0c¸1ÂiŒ2FcŒ±Æ8c¼1ÁÈ «Áê°¬ kÁÚ°¬ ëÁˆA„¤!YÈA P„”¡U¨AЄІ:Ð…ô!‚ a Ö‡ `CØ6†M`SØ 6‡-`KØ ¶†m`[ض‡`GØ v†]`WØ v‡=`OØ ö†}`_Øö‡à@8†CàP8 ‡#àH8 ކcàX8އàD8 N†SàT8 N‡3àL8 Άsà\8· àB¸.†KàR¸ .‡+àJ¸ ®†kàZ¸®‡àF¸ n†[àV¸ n‡;àN¸ î†{à^Á8Ü÷Ãð <Ã#ð(<Ãð$<OÃ3ð,<Ïà ð"¼/Ã+ð*ü^ƒ×á xÞ‚·áxÞƒ÷áø>‚áø>ƒÏá ø¾‚¯áø¾ƒïáø~‚Ÿa"ü¿Âoð;üÂ_ð7üÿÂ0‰“ÔIæ$wR8)TNj'“ÖIç¤w28LNf'‹“ÕÉædwr89\Nn'“×Éçäw 8BNa§ˆSÔ)æwJ8%RNi§ŒSÖ)ç”w*8JNe§ŠSÕ©æTwj85ZNm§ŽSשç$8˜ƒ;„C:”C;ŒÃ:œÃ;‚#:’#;Š£:š£;†c:–ێ㸎çør'tbN}§ÓÐiä4vš8MfNs§…ÓÒiå´vÚ8mvN{§ƒÓÑéätvº8]nNw§‡ÓÓéåôvú8}~Ng€3Ðä v†8CaÎpg„3ÒåŒvÆ8cqÎxg‚3Ñ™äLv¦8SiÎtg†3Ó™åÌvæ8syÎ|g³ÐYä,v–8KeÎrg…³ÒYå¬vÖ8kuÎzgƒ³ÑÙälv¶8[mÎvg‡³ÓÙåìvö8{ȉ;ûœýÎç sÈ9ìqŽ:ÇœãÎ ç¤sÊ9íœqÎ:çœóÎç¢sɹì\q®:ÿ9לëÎ ç¦s˹íÜqî:÷œûÎç¡óÈyìqŸºÏÜçî ÷¥ûÊ}í¾qߺïÜ÷î÷£ûÉýì&º_ܯî7÷»ûÃýéþr»Ü¿î?7‰—ÔKæ%÷Rx)½T^j/—ÖKç¥÷2x½L^f/‹—ÕËæe÷rx9½\^n/—×Ëçå÷ x½B^a¯ˆWÔ+æ÷Jx%½R^i¯ŒWÖ+ç•÷*x½J^e¯ŠWÕ«æU÷jx5½Z^m¯ŽW׫ç%x˜‡{„Gz”G{ŒÇzœÇ{‚'z’'{Чzš§{†gz–<Ûƒžã¹žçùò/ôb^}¯×Ðkä5öšxM½f^s¯…×ÒkåµöÚxm½v^{¯ƒ×Ñëäuöºx]½n^w¯‡×Óëåõöúx}½~^o€7Ðä ö†xC½aÞpo„7ÒåöÆxc½qÞxo‚7Ñ›äMö¦xS½iÞto†7Ó›åÍöæxs½yÞ|o·Ð[ä-ö–xK½eÞro…·Ò[å­öÖxk½uÞzoƒ·ÑÛämö¶x[½mÞvo‡·ÓÛåíööx{½È‹{û¼ýÞï wÈ;ìñŽzǼãÞ ï¤wÊ;íñÎzç¼óÞï¢wÉ»ì]ñ®zÿy×¼ëÞ ï¦wË»íÝñîz÷¼ûÞï¡÷È{ì=ñžzϼçÞ ï¥÷Ê{í½ñÞzï¼÷Þï£÷Éûì%z_¼¯Þ7ï»÷Ãûéýò~{¼¿Þ?/‰ŸÔOæ'÷Sø)ýT~j?ŸÖOç§÷3øýL~f?‹ŸÕÏæg÷sø9ý\~n?Ÿ×Ïçç÷ øýB~a¿ˆ_Ô/æ÷Kø%ýR~i¿Œ_Ö/ç—÷+øýJ~e¿Š_Õ¯æW÷kø5ýZ~m¿Ž_ׯç'ø˜û„Oú”OûŒÏúœÏû‚/ú’/ûНúš¯û†oú–|Û‡¾ã»¾çû>ò?ôc~}¿ßÐoä7ö›øMýf~s¿…ßÒoå·öÛømýv~{¿ƒßÑïäwö»ø]ýn~w¿‡ßÓïå÷öûø}ý~~€?Ðäö‡øCýaþp„?ÒåöÇøcýqþx‚?ÑŸäOö§øSýiþt†?ÓŸåÏöçøsýyþ|¿Ð_ä/ö—øKýeþr…¿Ò_å¯ö×økýuþzƒ¿Ñßäoö·ø[ýmþv‡¿ÓßåïösÁÜ0Ì óÁü°, Á°, ‹Áâ°, KÁÒ° , ËÁò°¬+Áʰ ¬ ÷ø×üëþ ÿ¦Ë¿íßñïú÷üûþÿ¡ÿÈì?ñŸúÏüçþ ÿ¥ÿÊí¿ñßúïü÷þÿ£ÿÉÿì'ú_ü¯þ7ÿ»ÿÃÿéÿòûü¿þ?? JŠ’¡ä(J‰R¡Ô( J‹Ò¡ô(ʈ2¡Ì( ÊŠ²¡ì(ʉr¡Ü(Ê‹ò¡ü¨*ˆ ¡Â¨*ŠŠ¡â¨*‰J¡Ò¨ *‹Ê¡ò¨ªˆ*¡Ê¨ ªŠª¡ê¨ª‰j¡Ú¨ª‹ê¡„!ˆD¢ƒXÄ! HD’‘‚T¤!ÈDÈF9ÈEòB Q ÕG PCÔ5FMPSÔ 5G-PKÔ µFmP[ÔµGPGÔ uF]PWÔ uG=POÔ õF}P_ÔõGÐ@4 FCÐP4 G#ÐH4 FcÐX4GÐD4 MFSÐT4 MG3ÐL4 ÍFsÐ\4ÍG ÐB´-FKÐR´ -G+ÐJ´ ­FkÐZ´­GÐF´ mF[ÐV´ mG;ÐN´ íF{Ð^¡8Ú‡ö£è :„£#è(:†Ž£è$:…N£3è,:‡Î£ è"º„.£+è*ú]C×Ñ tÝB·ÑtÝC÷Ñô=BÑô=CÏÑ ô½B¯Ñô½CïÑô}BŸQ"ú‚¾¢oè;ú~¢_è7úƒþ¢(I4H$R)ƒTAê M6H¤2ƒLAæ K5Èdr9ƒ\Aî O7Èä ƒBAá HP4(J%ƒRAé LP6(”*ƒJAå JP5¨Tj5ƒZAí NP7¨$X€D@T@LÀ\ÀB R J Z F`V;€¸ø ‚ bAý AÐ0h4šMƒfAó EÐ2h´ÚmƒvAû CÐ1ètº]ƒnA÷ GÐ3èôú}ƒ~Aÿ`@00 †CƒaÁð`D02ŒÆcƒqÁø`B01˜L¦SƒiÁô`F03˜ÌæsƒyÁü`A°0X,–KƒeÁò`E°2X¬ÖkƒuÁú`C°1Øl¶[ƒmÁö`G°3Øìö{ƒ(ˆû‚ýÁà`p(8 ŽÇ‚ãÁ‰àdp*8œ Îç‚óÁ…àbp)¸\ ®ÿׂëÁàfp+¸Ü î÷‚ûÁƒàað(x< žÏ‚çÁ‹àeð*x¼ Þï‚÷Á‡àcð)ø$_‚¯Á·à{ð#øü ~‚¿Á¿ I˜4L&S„)ÃTaê0M˜6L¦3„ÃLaæ0K˜5Ìfs„9Ã\aî0O˜7Ìæ „ÃBaá°HX4,K„%ÃRaé°LX6,–+„ÃJaå°JX5¬Vk„5ÃZaí°NX7¬&„Xˆ‡DH†TH‡LȆ\ȇB(†R(‡J¨†Z¨‡Fh†VB;„¡º¡ú! ƒ0 caý°AØ0l6›„MÃfaó°EØ2l¶Û„mÃvaû°CØ1ìv»„]Ãna÷°GØ3ìöû„}Ã~aÿp@80‡„CÃaáðpD82ŽÇ„cÃqáøpB81œN§„SÃiáôpF83œÎç„sÃyáüpA¸0\.—„KÃeáòpE¸2\®ׄkÃuáúpC¸1Ün·„[ÃmáöpG¸3Üî÷„{Ã(Œ‡ûÂýáð`x(< †ÇÂãá‰ðdx*<ž φçÂóá…ðbx)¼^ ¯†ÿ…×Âëáðfx+¼Þ ï†÷Âûáƒðaø(|> Ÿ†ÏÂçá‹ðeø*|¾ ߆ïÂ÷á‡ðcø)ü&†_¯á·ð{ø#üþ ‡¿á¿0I,i,Y,y,E,e,U,u,M,m,],},C,c,S,s,K,k,[,{,G,g,W,w,O,o,_,¬@¬`¬P¬p¬H¬h¬X¬x¬D¬d¬T¬t¬L¬l¬\¬|¬B¬b¬R¬r¬J¬j¬Z¬z¬F¬f¬V¬v¬N¬n¬^,!†Åð#cTŒŽ116ÆÅø˜cRLŽ)ÿVl@³mÛ¶í~æVcßÑÞÑ˶mÛöV[mÞlÛ6ÿ9X¬#Ö ëŒuÁºbݰîX¬'Ö ëÅa}°¾X? ÃpŒÀHŒÂhŒÁXŒÃxLÀDLÂ&c ¦b¦c30³0s0C˜‡ùX€…X„ŰþØl 6Œ Á†bðáØl$6 ÁÆbã°ñØl"6 ›ŒMÁ¦bÓ°éØ l&6 ›ÍÁæbó°ùØl!¶[Œ-Á–bË°åØ l%¶ [­ÁÖbë°õØl#¶ ÛŒmÁ¶bÛ°íØl'¶ ÛíÁöbû°ýØì ÂcG°ì(v ;Ž%b'°“Ø)ì4v;‹Ã’°óØì"v »Œ]Á®b×°ëØ ì&v »ÝÁîb÷°ûØì!ö{Œ=ÁžbÏ°çØ ì%ö {½ÁÞbï°÷Øì#ö ûŒ}Á¾bß°ïØì'ö ûýÁþbÿ°dxr<žO…§ÆÓàiñtxz<žÏ„gƳàYñlxv<žÏ…çÆóàyñ|x~¼^/„Æ‹àEñbxq¼^/…—ÆËàeñrxy¼^¯„WÆ«àUñjxu¼^¯…ׯëàuñzx}¼Þo„7Æ›àMñfxs¼Þo…·ÆÛàmñvx{ü?¼Þï„wÆ»à]ñnxw¼Þï…÷Æãð>x_¼Žá8¾7n_Üþ¸qãâãÅŽ;—w4îXÜñ¸Ä¸q'ãNÅŽ;w6î\\RÜù¸ qã.Å]Ž»GàÃûãðø |0>ŠÇã#ð‘ø(|4>‹ÃÇãð‰ø$|2>ŸŠOçã3ð™ø,|6>Ÿ‹ÏÃçã ð…ø"|1¾_Š/×ã+ð•ø*|5¾_‹¯Ã×ãðø&|3¾ߊo÷ã;ðø.|7¾ß‹ïÃ÷ãðƒx<~?ŒÁð£ø1ü8žˆŸÀOâ§ðÓøü,~OÂÏãð‹ø%ü2~¿Š_ïã7ð›ø-ü6~¿‹ßÃïãð‡ø#ü1þŠ?ßã/ð—ø+ü5þ‹¿Ãßãðø'ü3þÿŠÿã?ðŸø/ü7þÿ‹ÿÓɉDJ"‘šHC¤%Òé‰ DF"‘™ÈBd%²Ù‰DN"‘›ÈCä%òù‰DA¢Q˜(B%ŠʼnDI¢Qš(C”%Êå‰ DE¢Q™¨BT%ªÕ‰DM¢Q›¨CÔ%êõ‰DC¢јhB4%š͉DK¢ÑšhC´%Úí‰ÿˆDG¢Ñ™èBt%º݉DO¢Ñ›ˆ#ú}‰~FàAEÐC°Gð„@ˆ„DB&B%4B' a&a6á.ð‰€‰ˆˆý‰Ä@b1˜B %†ÉÄHb1šCŒ%Æ㉠ÄDb1™˜BL%¦Ó‰ÄLb1›˜CÌ%æó‰ÄBb±˜XB,%–ˉÄJb±šXC¬%Öë‰ ÄFb±™ØBl%¶Û‰ÄNb±›ØCì%öû‰ÄA"ž8D&Ž ÄQâqœH$N'‰SÄiâ q–8G$ç‰ ÄEâq™¸B\%®׉ÄMâq›¸CÜ%î÷‰ÄCâñ˜xB<%žωÄKâñšxC¼%Þï‰ÄGâñ™øB|%¾߉ÄOâñ›øCü%þÉÈäd 2%™ŠLM¦!Ó’éÈôd2#™‰ÌLf!³’ÙÈìd2'™‹ÌMæ!ó’ùÈüd² Yˆ,L!‹’ÅÈâd ²$YŠ,M–!Ë’åÈòd²"Y‰¬LV!«’ÕÈêd ²&Y‹¬MÖ!ë’õÈúd²!ÙˆlL6!›’ÍÈæd ²%ÙŠlM¶!Û’íÈöäd²#Ù‰ìLv!»’ÝÈîd²'Ù‹ìMÆ‘}Ⱦd?#q’ I’"i’!Y’#yR ER")“ ©’©“4H“´H›tH—D¤Gúd@†dDÆÈþär 9ˆL!‡’ÃÈáär$9ŠMŽ!Ç’ãÈñär"9‰œLN!§’ÓÈéä r&9‹œMÎ!ç’óÈùär!¹ˆ\L.!—’ËÈåä r%¹Š\M®!×’ëÈõär#¹‰ÜLn!·’ÛÈíär'¹‹ÜMî!÷’ûÈýäò O"“GÈò(yŒ!Ÿ’ÏÈçä ò%ùŠ|M¾!ß’ïÈ÷äò#ù‰üL~!¿’ßÈïäò'ù‹üMþ!ÿ’ÿÈdTr*•’JE¥¦ÒPi©tTz*•‘ÊDe¦²PY©lTv*•“ÊEå¦òPy©|T~ªU*D¦ŠPE©bTqªU’*E•¦ÊPe©rTyªU‘ªDU¦ªPU©jTuªU“ªEÕ¦êPu©zT}ªÕjD5¦šPM©fTsªÕ’jEµ¦ÚPm©vT{ê?ªÕ‘êDu¦ºP]©nTwªÕ“êEõ¦â¨>T_ª…Q8EP$EQ4ÅP,ÅQ<%P"%Q€’)…R)Ò)H”IY”M9”K!Ê£|* B*¢bTj5D ¦†PC©aÔpj5’E¦ÆPc©qÔxj5‘šDM¦¦PS©iÔtj5“šEͦæPs©yÔ|jµZD-¦–PK©eÔrjµ’ZE­¦ÖPk©uÔzjµ‘ÚDm¦¶P[©mÔvjµ“ÚEí¦öP{©}Ô~êuЧQ‡©#Tu”:F§©ÔIêuš:C¥ÎQIÔyêu‘ºD]¦®PW©kÔuêu“ºEݦîPw©{Ô}êõzD=¦žPO©gÔsêõ’zE½¦ÞPo©wÔ{êõ‘úD}¦¾P_©oÔwêõ“úEý¦þP©T2:9‚NI§¢SÓiè´t::=ÎHg¢3ÓYè¬t6:;ƒÎIç¢sÓyè¼t>:?]€.H¢ ÓEè¢t1º8]‚.I—¢KÓeè²t9º<]®HW¢+ÓUèªt5º:]ƒ®I×¢kÓuèºt=º>Ý€nH7¢ÓMè¦t3º9Ý‚nI·¢[Ómè¶t;º=ýÝîHw¢;Ó]è®t7º;݃îI÷¢{Óqtº/ÝÆhœ&h’¦hšfh–æhžh‘–h@Ë´B«´Fë4¤ Ú¤-Ú¦Ú¥íÑ>Ð!Ñ1º?=€H¢ÓCè¡ô0z8=‚I¢GÓcè±ô8z<=žHO¢'ÓSè©ô4z:=ƒžIÏ¢gÓsè¹ô½€^H/¢ÓKè¥ô2z9½‚^I¯¢WÓkèµô:z=½ÞHo¢7Ó[è­ô6z;½ƒÞIï¢wÓ{è½ô>z?}€>HÇÓ‡èÃô:>J£Ó‰ô ú$}Š>MŸ¡ÏÒçè$ú<}¾H_¢/ÓWè«ô5ú:}ƒ¾IߢoÓwè»ô=ú>ý€~H?¢ÓOè§ô3ú9ý‚~I¿¢_Óoè·ô;ú=ýþH¢?Ó_è¯ô7ú;ýƒþIÿ¢Óè¿ô?:CâNã ÎâÎã.âpWp×p‡¸›¸…Û¸ƒ»8Â=ÜÇ<Ä“3E˜¢L1¦8S‚)É”bJ3e˜²L9¦Ó€iÈ4b3M˜¦L3¦9Ó‚iÉ´bZ3m˜¶L;¦=óÓéÈtb:3]˜®L7¦;ÓƒéÉôbz3qL¦/ÓÁœ!’¡ša–áž‘‘ÀȌ¨ŒÆè d Æd,ÆfÆeã1>0!11¦?3€È b3C˜¡Ì0f83‚ÉŒbF3c˜±Ì8f<3™ÈLb&3S˜©Ì4f:3ƒ™ÉÌbf3s˜¹Ì³€YÈ,b3K˜¥Ì2f9³‚YɬbV3k˜µÌ:f=³ÙÈlb63[˜­Ì6f;³ƒÙÉìbv3{˜½Ì>f?s€9ÈÄ3‡˜ÃÌ&9ÊcŽ3‰Ì æ$sŠ9ÍœaÎ2ç˜$æó€yÈ3_˜¯Ì7æ;óƒùÉüb~3˜¿Ì?&›œMÁ¦dS±©Ù4lZ6›žÍÀfd3±™Ù,lV6›ÍÁæds±¹Ùd±Ù'ìSöûœ}Á¾d_±¯Ù7ì[öûžýÀ~d?±ŸÙ/ìWöûýÁþd±¿Ù?ì_ö›ŒKÎ¥àRr©¸Ô\.-—ŽKÏeà2r™¸Ì\.+—ËÎåàrr¹¸Ü\./—ËÏà r…¸Â\®(WŒ+ΕàJr¥¸Ò\®,WŽ+ÏUà*r•¸Ê\®*W«ÎÕàjrµ¸Ú\®.W«Ï5àr¸Æ\®)׌kεàZr­¸Ö\®-׎kÏýÇuà:r¸Î\®+×ëÎõàzr½¸Þ\ׇëËõã0çŽä(ŽæŽå8ŽçNä$p2§p*§q:9ƒ39‹³9‡s9ÄyœÏ\ÈE\ŒëÏ àrƒ¸ÁÜn(7ŒÎàFr£¸ÑÜn,7ŽÏMà&r“¸ÉÜn*7›ÎÍàfr³¸ÙÜn.7›Ï-àr‹¸ÅÜn)·Œ[έàVr«¸ÕÜn-·Ž[Ïmà6r›¸ÍÜn+·ÛÎíàvr»¸ÝÜn/·ÛÏàrñÜ!î0w„KàŽrǸã\"w‚;ÉâNsg¸³Ü9.‰;Ï]à.r—¸ËÜî*w»ÎÝànr·¸ÛÜî.w»Ï=àr¸ÇÜî)÷Œ{νà^r¯¸×Üî-÷Ž{Ï}à>rŸ¸ÏÜî+÷ûÎýà~r¿¸ßÜî/÷KÆ'çSð)ùT|j> Ÿ–Oǧç3ðùL|f> Ÿ•ÏÆgçsð9ù\|n>Ÿ—ÏÇçç ðùB|a¾_”/ÆçKð%ùR|i¾ _–/Ç—ç+ðùJ|e¾ _•¯ÆWçkð5ùZ|m¾_—¯Ç×çð ùF|c¾ ß”oÆ7ç[ð-ùV|k¾ ß–oÇ·çÿã;ðùN|g¾ ß•ïÆwç{ð=ù^|o>ŽïÃ÷åûñóOòOó ÏòÏó/òx™Wx•×x‡¼Á›¼Åۼû<â=Þç>ä#>Æ÷çðùAü`~?”ÆçGð#ùQüh~ ?–Çç'ðùIüd~ ?•ŸÆOçgð3ùYül~?—ŸÇÏçð ùEüb~ ¿”_Æ/çWð+ùUüj~ ¿–_ǯç7ðùMüf~ ¿•߯oçwð;ù]ün~¿—ßÇïçðùxþ˜?Â'ðGùcüq>‘?ÁŸäOñ§ù3üYþŸÄŸç/ðùKüeþ •¿Æ_çoð7ù[ümþ—¿ÇßçðùGücþ ÿ”Æ?ç_ð/ùWükþ ÿ–Ç¿ç?ðùOügþ ÿ•ÿÆçð?ù_üoþÿ—ÿÇ'’ )„”B*!µFH+¤Ò „ŒB&!³EÈ*d² 9„œB.!·GÈ+äò „‚B!¡°PD(*Š %„’B)¡´PF(+”Ê „ŠB%¡²PE¨*Tª 5„šB-¡¶PG¨+Ôê „†B#¡±ÐDh*4š -„–B+¡µÐFh+´Ú ÿ „ŽB'¡³ÐEè*tº =„žB/¡·'ôú ýLÀB J F`NàAI‚,(‚*h‚.@ÁLÁlÁ\ žà  ‘ú „ a°0D* † #„‘Â(a´0F+ŒÆ „‰Â$a²0E˜*L¦ 3„™Â,a¶0G˜+Ìæ „…Â"a±°DX*,– )˜”L*&5“†IˤcÒ3˜ŒL&&3“…ÉÊdc²39˜œL.&7“‡ÉËäcò3˜‚L!¦0³B8"$G…cÂq!Q8!œN §…3ÂYáœ$œ.…KÂeáŠpU¸&\n7…[ÂmáŽpW¸'Ü…GÂcá‰ðTx&<^/…WÂkáðVx'¼>…OÂgá‹ðUø&|~?…_ÂoáðWø'$“‹)Ä”b*1µ˜FL+¦Ó‹ÄŒb&1³˜EÌ*f³‹9Äœb.1·˜GÌ+æó‹Ä‚b!±°XD,*‹‹%Ä’b)±´XF,+–ˋĊb%±²XE¬*V«‹5Äšb-±¶XG¬+Öë‹ Ä†b#±±ØDl*6›‹-Ä–b+±µØFl+¶Û‹ÿ‰ÄŽb'±³ØEì*v»‹=Äžb/±·'öûŠýDLÄEB$EJ¤EFdENäEAEI¢,*¢*j¢.BÑMÑmÑ]‰žè‹Š‘û‹Äâ q°8D*‡‹#Ä‘â(q´8F+ŽÇ‹ĉâ$q²8Eœ*N§‹3Ä™â,q¶8Gœ+Îç‹ Ä…â"q±¸D\*.—‹+Ä•â*qµ¸F\+®׋Äâ&q³¸EÜ*n·‹;Äâ.q·¸GÜ+î÷‹ăb¼xH<,Ä£â1ñ¸˜(žOЧÄÓâñ¬xNLϋċâ%ñ²xE¼*^¯‹7Ä›â-ñ¶xG¼+Þï‹ćâ#ñ±øD|*>Ÿ‹/Ä—â+ñµøF|+¾ß‹Äâ'ñ³øEü*~¿‹?ÄŸâ/ñ·øGü+þ“IÉ¥RJ)•”ZJ#¥•ÒIé¥ RF)“”YÊ"e•²IÙ¥RN)—”[Ê#å•òIù¥RA©TX*"•ŠIÅ¥RI©”TZ*#••ÊIå¥ RE©’TYª"U•ªIÕ¥RM©–T[ª#Õ•êIõ¥RC©‘ÔXj"5•šIÍ¥RK©•ÔZj#µ•ÚIí¥ÿ¤RG©“ÔYê"u•ºIÝ¥RO©—Ô[Š“úH}¥~&á!‘%Ñ#±'ñ’ ‰’$I–I•4I— dH¦dI¶äH®„$Oò¥@ ¥HŠIý¥Ò@i4X" •†IÃ¥ÒHi”4Z#•ÆI㥠ÒDi’4Yš"M•¦IÓ¥ÒLi–4[š#Í•æIó¥ÒBi‘´XZ"-•–IË¥ÒJi•´ZZ#­•ÖIë¥ ÒFi“´YÚ"m•¶IÛ¥ÒNi—´[Ú#í•öIû¥ÒA)^:$–ŽH ÒQé˜t\J”NH'¥SÒiéŒtV:'%Iç¥ ÒEé’tYº"]•®I×¥ÒMé–t[º#Ý•îI÷¥ÒCé‘ôXz"=•žIÏ¥ÒKé•ôZz#½•ÞIï¥ÒGé“ôYú"}•¾IߥÒOé—ô[ú#ý•þIÉ@r¤©@j¤é@zd™@fdÙ@vä¹@näù@~P…@aPÅ@qP”¥@iP”å@yPT•@ePTÕ@uPÔµ@mPÔõ@}Ð4@cÐ4Í@sд­@kдí@{ðè:‚N 3躂n ;èz‚^ 7ˆ}@_Ð` hÀp€T @`XÀpðABè€` †€¡`F€‘` Æ€±`&€‰`˜ ¦€©`˜f€™`˜ 怹`˜€…`X –€¥`XV€•`X Ö€µ`X6€`Ø ¶€­`Øv€`Ø ö€½`Ø€ƒ ‡ÁŽ‚cà8H'ÀIp œgÀYp$óà¸.Ëà ¸ ®ëภnÛภîûàxÇà x žçàx ^×à x Þ÷àø>Ïà ø ¾ïàø ~ßàø þdrr9…œRN%§–ÓÈiåtrz9ƒœQÎ$g–³ÈYålrv9‡œSÎ%ç–óÈyå|r~¹€\P.$–‹ÈEåbrq¹„\R.%—–ËÈeårry¹‚\Q®$W–«ÈUåjru¹†\S®%×–ëÈuåzr}¹ÜPn$7–›ÈMåfrs¹…ÜRn%·–ÛÈmåvr{ù?¹ƒÜQî$w–»È]ånrw¹‡ÜSî%÷–ãä>r_¹ŸŒÉ¸LȤLÉ´ÌȬÌɼ,È¢,É@–eEVeMÖe(²)[²-;²+#Ù“}9C9’cry€&—åòIù”|Z>#Ÿ•ÏÉIòyù‚|Q¾$_–¯ÈWåkòuù†|S¾%ß–ïÈwå{ò}ùüP~$?–ŸÈOågòsù…üR~%¿–ßÈoåwò{ùƒüQþ$–¿È_åoòwù‡üSþ%ÿ–ÿÈår2%¹’BI©¤RR+i”´J:%½’AɨdR2+Y”¬J6%»’CÉ©äRr+y”¼J>%¿R@)¨R +E”¢J1¥¸RB)©”RJ+e”²J9¥¼RA©¨TR*+U”ªJ5¥ºRC©©ÔRj+u”ºJ=¥¾Ò@i¨4R+M”¦J3¥¹ÒBi©´RZ+m”¶J;e¥°JX-¬Ö ë„õÂa£°IØ,l¶ Û„íÂa§°KØ-ìö û„ýÂá / íQ‘ ÈŠ¢¨Š¦è T ÅT,ÅVÅUâ)¾(¡)1¥¿2@¨ R+C”¡Ê0e¸2B©ŒRF+c”±Ê8e¼2A™¨LR&+S”©Ê4eº2C™©ÌRf+s”¹Êe¿r@9¨Ä+‡”ÃÊ%A9ªSŽ+‰Ê å¤rJ9­œQÎ*ç”$å¼rA¹¨\R.+W”«Ê5åºrC¹©ÜRn+w”»Ê=å¾ò@y¨+_”¯Ê7å»òCù©üR~+”¿Ê?%™š\M¡¦TS©©Õ4jZ5š^Í fT3©™Õ,jV5›š]Í¡æTs©¹ÕT©Õ'êSõ™ú\}¡¾T_©¯Õ7ê[õú^ý ~T?©ŸÕ/êWõ›ú]ý¡þT©¿Õ?ê_õŸšLK®¥ÐRj©´ÔZ-­–NK¯eÐ2j™´ÌZ-«–MË®åÐrj¹´ÜZ-¯–O˯Ð j…´ÂZ­¨VL+®•ÐJj¥´ÒZ­¬VN+¯UÐ*j•´ÊZ­ªVM«®ÕÐjjµ´ÚZ­®VO«¯5Ðj´ÆZ­©ÖLk®µÐZj­´ÖZ­­ÖNk¯ý§uÐ:j´ÎZ­«ÖMë®õÐzj½´ÞZœÖGë«õÓ0 ×Ô(ÖÕ8×MÔ$ h²¦hª¦iº5C35K³5Gs5¤yš¯Z¨EZLë¯ Ðjƒ´ÁÚm¨6L®ÐFj£´ÑÚm¬6N¯MÐ&j“´ÉÚmª6M›®ÍÐfj³´ÙÚm®6O›¯-Ðj‹´ÅÚm©¶L[®­ÐVj«´ÕÚm­¶N[¯mÐ6j›´ÍÚm«¶MÛ®íÐvj»´ÝÚm¯¶OÛ¯ÐjñÚ!í°vDKÐŽjÇ´ãZ¢vB;©ÒNkg´³Ú9-I;¯]Ð.j—´ËÚíªvM»®ÝÐnj·´ÛÚí®vO»¯=Ðj´ÇÚí©öL{®½Ð^j¯´×Úí­öN{¯}Ð>jŸ´ÏÚí«öMû®ýÐ~j¿´ßÚí¯öOK¦'×Sè)õTzj=žVO§§×3èõLzf=‹žUϦg×sè9õ\zn=žWϧç× èõBza½ˆ^T/¦×Kè%õRzi½Œ^V/§—×+èõJze½Š^U¯¦W×kè5õZzm½Ž^W¯§××è õFzc½‰ÞTo¦7×[è-õVzk½ÞVo§·×ÿÓ;èõNzg½‹ÞUï¦w×{è=õ^zo=Nï£÷Õû阎ë„Nê”NëŒÎêœÎë‚.ê’tYWtU×t]‡º¡›º¥Ûº£»:Ò=Ý×=Ô#=¦÷×èõAú`}ˆ>T¦×Gè#õQúh}Œ>V§×'èõIúd}Š>UŸ¦O×gè3õYúl}Ž>WŸ§Ï×è õEúb}‰¾T_¦/×Wè+õUúj}¾V_§¯×7èõMúf}‹¾Uߦo×wè;õ]ún}¾Wß§ï×èõxý~X?¢'èGõcúq=Q?¡ŸÔOé§õ3úYýœž¤Ÿ×/èõKúeýŠ~U¿¦_×oè7õ[úmýŽ~W¿§ß×èõGúcý‰þT¦?×_è/õWúkýþV§¿×?èõOúgý‹þUÿ¦×è?õ_úoýþWÿ§'ƒÉa ˜¦‚©a˜¦ƒéa˜f‚™a˜fƒÙa˜悹a˜æƒùaX‚…aXƒÅa X–‚¥aX–ƒåaXV‚•aXVƒÕa XÖ‚µaXÖƒõaØ6‚aØ6ƒÍa ض‚­aضƒíá°ì;Áΰ ì »Áî°ì {ÁÞ0ö}a?ˆA„¤!YÈA P„P† T¡u¡MhA:Ð…zЇ ac°?ÂAp0‡Âap8GÂQp4ÇÂqp<œ'ÂIp2œ§Âip:œgÂYp6œçÂyp>\ÂEp1\—Âep9\WÂUp5\×Âup=Ü7ÂMp3Ü·Âmp;ÜwÂ]p7Ü÷Â}p?<Âxx†G`< Áã0ž€'á)xžgá9˜Ïà ð"¼/Ã+ð*¼¯Ãð&¼oÃ;ð.¼ïÃð!|Ã'ð)|ŸÃð%|_Ãÿ”JG¥“ÒYé¢tUº)Ý•JO¥—Ò[‰Sú(}•~ ¦à ¡ ¥Ð £° §ðŠ ¼ŒŒF&#³‘ÅÈjd3²9ŒœF.#·‘ÇÈkä3òŒ‚F!£°QÄ(j3Š%Œ’F)£´QÆ(k”3ÊŒŠF%£²QŨjT3ª5ŒšF-£¶QǨkÔ3ê Œ†F#£±ÑÄhj43š-Œ–F+£µÑÆhk´3ÚÿŒŽF'£³ÑÅèjt3º=ŒžF/£·gô1úý ÌÀ  ʠ Æ` Îà Á Ɇl(†jh†n@Ã0LÃ2lÃ1\žá‘3úŒÆ c°1Äj 3†#Œ‘Æ(c´1ÆkŒ3ÆŒ‰Æ$c²1ŘjL3¦3Œ™Æ,c¶1ǘkÌ3æ Œ…Æ"c±±ÄXj,3–+Œ•Æ*cµ±ÆXk¬3ÖŒÆ&c³±ÅØjl3¶;ŒÆ.c·±ÇØkì3öŒƒF¼qÈ8l1Œ£Æ1㸑hœ0N§ŒÓÆã¬qÎH2ÎŒ‹Æ%ã²qŸj\3®7Œ›Æ-ã¶qǸkÜ3Æ#ã±ñÄxj<3ž/Œ—Æ+ãµñÆxk¼3ÞŒÆ'ã³ñÅøj|3¾?ŒŸÆ/ã·ñÇøkü3’™ÉÍfJ3•™ÚLc¦5Ó™éÍ fF3“™ÙÌbf5³™ÙÍfN3—™ÛÌcæ5ó™ùÍfA³YØ,b5‹™ÅÍfI³”YÚ,c–5Ë™åÍ fE³’YÙ¬bV5«™ÕÍfM³–YÛ¬cÖ5ë™õÍfC³‘ÙØlb65›™ÍÍfK³•ÙÚlc¶5Û™íÍÿÌfG³“ÙÙìbv5»™ÝÍfO³—ÙÛŒ3û˜}Í~&fâ&a’&eÒ&c²&gò¦`ЦdS6S55S7¡i˜¦i™¶é˜®‰LÏôÍÀ ÍÈŒ™ýÍæ@s9Øb5‡™ÃÍæHs”9ÚcŽ5Ç™ãÍ æDs’9ÙœbN5§™ÓÍæLs–9ÛœcÎ5ç™óÍæBs‘¹Ø\b.5—™ËÍæJs•¹Ú\c®5×™ëÍ æFs“¹ÙÜbn5·™ÛÍæNs—¹ÛÜcî5÷™ûÍæA3Þ5Ÿ™ÏÍæKó•ùÚ|c¾5ß™ïÍæGó“ùÙüb~5¿™ßÍæOó—ùÛücþ5ÿ™É¬äV +¥•ÊJm¥±ÒZé¬ôV+£•ÉÊle±²ZÙ¬ìV+§•ËÊmå±òZù¬üV« UÈ*l±ŠZŬâV «¤UÊ*m•±ÊZå¬òV«¢UɪlU±ªZÕ¬êV «¦U˪mÕ±êZõ¬úV«¡ÕÈjl5±šZͬæV «¥ÕÊjmµ±ÚZí¬öÖV«£ÕÉêlu±ºZݬîV«§ÕËêmÅY}¬¾V? ³p‹°H‹²h‹±X‹³xK°DK²€%[Š¥Zš¥[Ð2,Ó²,Ûr,×B–gùV`…VdŬþÖk 5Èl ±†ZìáÖk¤5Êm±ÆZã¬ñÖk¢5ÉšlM±¦ZÓ¬éÖ k¦5ËšmͱæZó¬ùÖk¡µÈZl-±–ZˬåÖ k¥µÊZm­±ÖZë¬õÖk£µÉÚlm±¶ZÛ¬íÖk§µËÚmí±öZû¬ýÖë o²[G¬ë¨uÌ:n%Z'¬“Ö)ë´uÆ:k³’¬óÖë¢uɺl]±®Z׬ëÖ ë¦u˺mݱîZ÷¬ûÖë¡õÈzl=±žZϬçÖ ë¥õÊzm½±ÞZï¬÷Öë£õÉúl}±¾Z߬ïÖë§õËúmý±þZÿ¬dvr;…ÒNe§¶ÓØiítvz;ƒÑÎdg¶³ØYílvv;‡ÓÎeç¶óØyí|v~»€]Ð.d¶‹ØEíbvq»„]Ò.e—¶ËØeírvy»‚]Ñ®dW¶«ØUíjvu»†]Ó®e×¶ëØuízv}»ÝÐnd7¶›ØMífvs»…ÝÒne·¶ÛØmívv{û?»ƒÝÑîdw¶»Ø]ínvw»‡ÝÓîe÷¶ãì>v_»ŸÙ¸MؤMÙ´ÍØ¬ÍÙ¼-Ø¢-ÙÀ–mÅVmÍÖmh¶i[¶m;¶k#Û³};°C;²cv{€=Ðd¶‡ØCíaöp{„=Òe¶ÇØcíqöx{‚=ÑždO¶§ØSíiöt{†=Óže϶çØsíyö|{½Ð^d/¶—ØKíeör{…½Ò^e¯¶×Økíuöz{ƒ½ÑÞdo¶·Ø[ímöv{‡½ÓÞeï¶÷Ø{í}ö~û€}ÐŽ·Ù‡í#v‚}Ô>f·íöIû”}Ú>cŸµÏÙIöyû‚}Ѿd_¶¯ØWíköuû†}Ó¾eß¶ïØwí{ö}ûýÐ~d?¶ŸØOígösû…ýÒ~e¿¶ßØoíwö{ûƒýÑþd¶¿Ø_íoöwû‡ýÓþeÿ¶ÿØív2'¹“ÂIé¤rR;iœ´N:'½“ÁÉèdr2;Yœ¬N6'»“ÃÉéärr;yœ¼N>'¿SÀ)èr ;Eœ¢N1§¸SÂ)é”rJ;eœ²N9§¼SÁ©èTr*;UœªN5§ºSééÔrj;uœºN=§¾ÓÀiè4r;Mœ¦N3§¹ÓÂié´rZ;mœ¶N;§½óŸÓÁéètr:;]œ®N7§»ÓÃééôrz;qN§¯ÓÏÁÜ!Ò¡ÚaÖáÞÑ‘àȎ⨎æèt Çt,ÇvÇuã9¾8¡91§¿3Àè r;Cœ¡Î0g¸3ÂéŒrF;cœ±Î8g¼3Á™èLr&;oá;ø~€á'ø~_á7øþ€?á/øþá?˜ÌHn¤0R©ŒÔF#­‘ÎHoLq6:›œÍÎg«³ÍÙîìpv:»œÝÎg¯³ÏÙïp:ñÎ!ç°sÄIpŽ:ÇœãN¢sÂ9éœrN;gœ³Î9'É9ï\p.:—œËÎçªs͹îÜpn:·œÛÎç®sϹï:ŸœÏÎç«óÍùîüp~:¿œßÎç¯óÏIæ&wS¸)ÝTnj7›ÖMç¦w3¸ÝLnf7‹›ÕÍæfws¸9Ý\nn7›×Íçæw ¸ÝBna·ˆ[Ô-æwK¸%ÝRni·Œ[Ö-ç–w+¸ÝJne·Š[Õ­æVwk¸5ÝZnm·Ž[×­çÖw¸ ÝFnc·‰ÛÔmæ6w[¸-ÝVnk·ÛÖmç¶wÿs;¸ÝNng·‹ÛÕíævw{¸=Ý^no7Îíãöuû¹˜‹»„Kº”K»ŒËºœË»‚+º’ \ÙU\ÕÕ\Ý…®áš®åÚ®ãº.r=×w7t#7æöw¸ÝAî`wˆ;ÔæwG¸#ÝQîhwŒ;ÖçŽw'¸ÝIîdwŠ;ÕæNwg¸3ÝYîlwŽ;×çÎw¸ ÝEîbw‰»Ô]æ.wW¸+ÝUîjw»Ö]ç®w7¸ÝMîfw‹»ÕÝænww¸;Ý]înw»×Ýçîw¸Ýx÷{Ø=â&¸GÝcîq7Ñ=ážtO¹§Ý3îY÷œ›äžw/¸ÝKîe÷Š{Õ½æ^wo¸7Ý[îm÷Ž{×½çÞw¸ÝGîc÷‰ûÔ}æ>w_¸/ÝWîk÷ûÖ}ç¾w?¸ÝOîg÷‹ûÕýæ~w¸?Ý_îo÷û×ýç&CÉQ ”¥B©Q”¥CéQ”eB™Q”eCÙQ”åB¹Q”åCùQTB…QTCÅQ T•B¥QT•CåQTUB•QTUCÕQ TÕBµQTÕCõQÔ5BQÔ5CÍQ ÔµB­QÔµCíѨêˆ:¡Î¨ ꊺ¡î¨ê‰z¡Þ(õA}Q?„!ˆD¢ƒXÄ! HDHF R‘†t‘Ld!9ÈEyÈG Q„b¨?€¢Ah0‚†¢ah8F¢Qh4ƒÆ¢qh<š€&¢Ih2š‚¦¢ih:šf¢Yh6šƒæ¢yh>Z€¢Eh1Z‚–¢eh9ZV¢Uh5ZƒÖ¢uh=Ú€6¢Mh3Ú‚¶¢mh;Úv¢]h7Úƒö¢}h?:€¢xtFGP:ŠŽ¡ã(@'Ñ)tAgÑ9”„Σ è"º„.£+è*º†®£è&º…n£;è.º‡î£è!z„£'è)z†ž£è%z…^£7è-z‡Þ£è#ú„>£/è+ú†¾£è'ú…~£?è/ú‡’yɽ^J/•—ÚKã¥õÒyé½ ^F/“—ÙËâeõ²yÙ½^N/——ÛËãåõòyù½^A¯WØ+âõŠyŽ^I¯”WÚ+ã•õÊyå½ ^E¯’WÙ«âUõªyÕ½^M¯–WÛ«ãÕõêyõ½^C¯‘רkâ5õšyͽ^K¯•×ÚkãµõÚyí½ÿ¼^G¯“×Ùëâuõºyݽ^O¯—×Û‹óúx}½~æáá‘åÑã±çñžà‰žäOöOõ4O÷ gx¦gy¶çx®‡<Ïó½À ½È‹yý½Þ@o7Øâ õ†yýÞHo”7ÚãõÆyã½ ÞDo’7Ù›âMõ¦yÓ½ÞLo–7Û›ãÍõæyó½ÞBo‘·Ø[â-õ–y˽ÞJo•·Ú[ã­õÖyë½ ÞFo“·ÙÛâmõ¶yÛ½ÞNo—·ÛÛãíõöyû½ÞA/Þ;äöŽx ÞQï˜wÜKôNx'½SÞiïŒwÖ;ç%yç½ ÞEï’wÙ»â]õ®y×½ÞMï–wÛ»ãÝõîy÷½ÞCï‘÷Ø{â=õžyϽÞKï•÷Ú{ã½õÞyï½ÞGï“÷Ùûâ}õ¾yß½ÞOï—÷ÛûãýõþyÉüä~ ?¥ŸÊOí§ñÓúéüô~?£ŸÉÏìgñ³úÙüì~?§ŸËÏíçñóúùüü~¿ _È/ìñ‹úÅüâ~ ¿¤_Ê/í—ñËúåüò~¿¢_ɯìWñ«úÕüê~ ¿¦_˯í×ñëúõüú~¿¡ßÈoì7ñ›úÍüæ~ ¿¥ßÊoí·ñÛúíüöþ~¿£ßÉïìwñ»úÝüî~¿§ßËïíÇù}ü¾~?óqŸðIŸòiŸñYŸóy_ðE_ò/ûНúš¯ûÐ7|Ó·|Ûw|×G¾çû~à‡~äÇüþþ ?Èìñ‡úÃüáþ¤?ÊíñÇúãüñþ¢?ÉŸìOñ§úÓüéþ ¦?ËŸíÏñçúóüùþ¡¿È_ì/ñ—úËüåþ ¥¿Ê_í¯ñ×úëüõþ£¿Éßìoñ·úÛüíþ§¿Ëßíïñ÷úûüýþÿ ïòûGüÿ¨Ì?î'ú'ü“þ)ÿ´Æ?ëŸó“üóþÿ¢É¿ì_ñ¯ú×üëþ ÿ¦Ë¿íßñïú÷üûþÿ¡ÿÈì?ñŸúÏüçþ ÿ¥ÿÊí¿ñßúïü÷þÿ£ÿÉÿìñ¿úßüïþÿ§ÿËÿíÿñÿúÿüdAò E2H¤ÒiƒtAú C1Èd²YƒlAö G3Èäòyƒ|Aþ @P0(ŠEƒbAñ DP2(”ÊeƒrAù BP1¨TªUƒjAõ FP3¨Lu¦9ÓÎLg–3Û™ãÌuæ9óÎBg‘³ØYâ,u–9ËÎJg•³ÚYã¬uÖ9ë Ní {Ð#èô zqAŸ oÐ/À< 2 :`6à>1È¨è ŒÀ ¬ÀœÀ Pà~a± 0  C‚¡Á°`x0"Œ Fc‚±Á¸`|0!˜L &S‚©Á´`z0#˜Ì fs‚¹Á¼`~° X, K‚¥Á²`y°"X¬ Vk‚µÁº`}°!Øl 6[‚­Á¶`{°#Øì v{‚½Á¾`p 8ć‚ÃÁ‘ !8 މÁ‰àdp*8œ Î炤à|p!¸\ .W‚«Áµàzp#¸Ü nw‚»Á½à~ð x< O‚§Á³àyð"x¼ ^o‚·Á»à}ð!ø| >_‚¯Á·à{ð#øü ~‚¿Á¿ Y˜Ìf 3…™Ã,aÖ0[˜=Ìæ s…¹Ã¬V +…•Ã*aÕ°ZX=¬Ö k…µÃ:aݰ^X?l6 …Ã&aÓ°YØü/ìv ;…Ã.a×°[Ø=ìö {…½Ã¸°OØ7ìb!!R!2!r! ¡J!åP ÕP õ†Fh†Vh‡Nè†(ôB? Â0ŒÂXØ? …ƒÃ!áÐpX8<Ž G…£Ã1áØp\8>œN '…“Ã)áÔpZ8=œÎ g…³Ã9áÜp^8?\. …‹Ã%áÒpY¸<\® W…«Ã5áÚp]¸>Ün 7…›Ã-áÖp[¸=Üî w…»Ã=áÞp_¸?< ãÃCááðH˜ …ÇÃÄðDx2<žÏ„gÃsaRx>¼^ /…—Ã+áÕðZx=¼Þ o…·Ã;áÝð^x?|> …Ã'áÓðYø<|¾ _…¯Ã7áÛð]ø>ü~ ?…ŸÃ/á×ð[ø=üþ …¿Ã?áßð_˜,J¥ˆRF©¢ÔQš(m”.Jeˆ2F™¢ÌQ–(k”-ÊåˆrF¹¢ÜQž(o”/ʈ F…¢ÂQ‘¨hT,*•ˆJF¥¢ÒQ™¨lT.*Uˆ*F•¢ÊQ•¨jT-ªÕˆjFµ¢ÚQ¨nT/ª5ˆF¢ÆQ“¨iÔ,jµˆZF­¢ÖQ›¨mÔ.jýuˆ:F¢ÎQ—¨kÔ-êõˆzF½¢ÞQ\Ô'êõ‹°ˆˆŒ¨ˆŽ˜ˆ¸ˆ„HŒ¤Dr¤Dj¤Ez##2#+²#'r#y‘QEQ,ê ˆFƒ¢ÁÑhh4,ˆFF£¢Ñјhl4.Mˆ&F“¢ÉÑ”hj4-š͈fF³¢ÙÑœhn4/š-ˆF‹¢ÅÑ’hi´,Z­ˆVF«¢ÕÑšhm´.Zmˆ6F›¢ÍÑ–hk´-ÚíˆvF»¢ÝÑžho´/ÚˆFñÑ¡èpt$JˆŽFÇ¢ãQbt":ŠNGg¢³Ñ¹():]ˆ.F—¢ËÑ•èjt-º݈nF·¢ÛÑènt/º=ˆF¢ÇÑ“èiô,z½ˆ^F¯¢×Ñ›èmô.z}ˆ>FŸ¢ÏÑ—èkô-úýˆ~F¿¢ßÑŸèoô/JKKKKKKKKKËËËËËËËËËËËËËËËË++++++++++++++++««««««««««««««««kkkkkkkkkkkkkkkkû¿];çrÛÞ\’F%‰$CÊP™"CDf2 ±Û™2 ù±¦JB2%Q†¤2a7 "SŠP áiïsžwŸç:ç¼Ïû\û¼ïóì÷ZŸëZëú­?Ö}ïû·Ö÷^ëþý4€&ÐÚ@è‚C@è`Œ€10¦à00æÀ–À üŽ‚ŸÁ1` l€-°öà8pŽÀ 8à Ü€;8<€'ð'7`à € 8Nƒ3Àœþà œ@0A(áàˆ‘ DƒpÄ‚+ \ñ \×A"HÉ Ü©à&H·Àm2@&¸²À]pdƒ ò@>(÷ÁPŠÀCP J@)ø<Áð”rP*A¨ÏÀsPjAxêAhMà%h-àhm t€Nðt7 ¼= ôw ¼` à##àc`|_Àø ¾I0¦Áw0fÁ˜çÃp!\Ã%p)\™àrÈ W@¸®‚«á¸®ƒ¬p=ÜÙàFÈ7A¸rB.¸rínƒ¼òC¸ Âp'‚ÂPŠÂ]p7ÜÅ 8”€’P î…ÒPPÊC¸*B%x*CxªB5¨5 &Ô‚ÚPêÂCPêCh 14¦ð04ƒæÐ–Ð þŸá1h m -´ƒöð8t€ŽÐ :Cè Ý ;<= 'ô‚'¡7d@è „A <OÃ3О…þð €0ž‡`0 a( ƒáðŒ€‘0 FÃxÆÂ+0^…ñ0^ƒ×a"L‚É0Þ€©ð&Lƒ·àm˜3`&¼³à]xfØ ó`>,€÷áX‹àCX K`)ü>‚áø–ÁrX+a¬†ÏàsXka|ëal„Mð%l†-ð”dH1ö2¤2Œ} Y†Cž¡ÀØÏPd(10”*Œƒ U†C¡ÁÐdh1´: ]Æ!†£NÀ¯ðœ„Sp~‡3pÎÁyh>Z€¢Eh1Z‚–¢eˆ -GÌhbA+Ñ*´­AkÑ:ÄŠÖ£ ˆ mDìhâ@›'âB[7ÚŠxÐ6Ä‹ø?@Û‘ Úv"!$ŒD(Ú…v£=H ‰# $‰¤Ð^$dÐ>$‹ä2@†È#dŠ#3dŽ,Ðd‰¬ÐOè(úCÖÈÙ";dŽ#䈜3rA®È ¹£Èy"/ty#òA¾ ˆˆ Sè4:ƒüÐYäΡˆ‚Ðyt£t…¢0Ž.¡‰¢P4ŠA—Q,º‚âÐUÐ5t%¢$”ŒRÐ ”Šn¢4t ÝFé(e¢;( ÝE÷P6ÊA¹(å£t=@…¨=DŨ•¢_Ð#ô=AOQ*G¨U¡jô =G5¨Õ¡¨5 FÔ„^¢fÔ‚^¡VÔ†ÚQêD¯QzƒºÑ[ÔƒzQz‡úÑ{4€Ñú€>¢a4‚>¡Q4†ÆÑgôM ¯èšDSh}G3hÍ¡yx>^€âEx1^‚—âe˜ /ÇÌxfÁ+ñ*¼¯Ákñ:ÌŠ×ã ˜ oÄìxæÀ›1'æÂ[07ÞŠyð6Ì‹ù0?ÀÛ± Þwb!,ŒE°(Þ…wã=X ‹c ,‰¥ð^,eð>,‹å°„õ°>6À†ØclŠc3lŽ-ðl‰­ðOø(þÃÖØÛb;lc숰3vÁ®Ø »ãØ{b/|{cöÁ¾`ˆƘàSø4>ƒýðYìÏሃðy|ã|‡â0Ž/ባp4ŽÁ—q,¾‚ãðUð5|'â$œŒS𠜊oâ4| ߯é8gâ;8 ßÅ÷p6ÎÁ¹8çã|?À…¸?ÄŸ—â_ð#ü?ÁOq.ǸWájü ?Ç5¸×á¸7àFÜ„_âfÜ‚_áV܆Ûqîįq~ƒ»ñ[܃{q~‡ûñ{<€ñþ€?âa<‚?áQ<†ÇñgüOà¯øžÄSxÇ3xÏáyd>Y@’Ed1YB–’e„‰,'Ìda!+É*²š¬!kÉ:ÂJÖ“ „l$ìdá › 'á"[7ÙJxÈ6ÂKø? Û‰ ÙAv!"LDˆ(ÙEv“=DŒˆ "I¤È^"MdÈ>"Käˆ1 †ÄˆbJ3bN,ÈbI¬ÈOä(ù™#ÖĆØ;bOŽâHœˆ3q!®Ä¸“ăx/r’xñ!¾HÁ„Sä49CüÈYâOΑH‚Èyr“r‘„’0N.‘I¢H4‰!—I,¹BâÈUOÈ5r$’$’LRÈ ’Jn’4r‹Ü&é$ƒd’;$‹Ü%÷H6É!¹$ä“rŸ< …¤ˆ<$Ť„”’_È#ò˜’a2B>‘Q2FÆÉgò…L¯ä™$Sdš|'3d–ÌýUwÛ¼¿8ð`Þ¢üûSEQ>ê4÷ÿC{þ4÷EéFªø£¿Ê¿àjÒ‘DQEQ"ûÿ?zr«ÒUEQEQEQEýµÁ~Yî¹)ŠúÓÛK3EQEQEQEQÔ ú^†úߧモ(Š¢þ»éÓ’¢(ŠúÄéó¢(Š¢(Š¢(Š¢(Š¢þÅäè[7Šú$é ¢(Š¢(Š¢(Š¢(Š¢(Š¢(Š¢(Š¢(Š¢(Š¢(Š¢(êOaý÷3EQEQJ²tCQEQEQEý!RtgIQEQÔ+iº¡(Š¢(Š¢(Š¢(Š¢(Š¢(Š¢(ê_Løáÿ«3‰Ð_<)Šú$h¡(Š¢(Šú¿H”®¶(Š¢(Šú/ØG×EQEQEQÿˆÑÝEQEQEQEQEQÔÿxsUß·á·všZjhœÏ‚ w ~‡ïQÁ߶霻~L(ð­=óéåù|¾kÜíÓUd3šòMu¥—å-RÌÕxäçÌ™h£¹ä¼¿~ÿ\;jØÝ<à9ò¡Ä’mÕë’O³½“ò§ æw¥:\ïXÄÔÃÊæšçõè%”m\îïpzl™ï¾ cŽÒK„Ï= WKY¹½øzžÛÞ´1Quã9Žíöâm‡¬Ø˜®ñ ª¥¥0„š:6ff1·4[¬È6 ;„ƒ”íTÍæ Nõó¤/fZÿ¢¥=Bƒ¿­§†ˆè‡bÚöäÀ™âª;ùÑ×+Ëeo´É9]´[>šSëæZž:?…­v m¼=lNÈŠAÁ—ë]o¯ ¨õ˸å%yèä× l¶7sLr nË“8sv¹YMfGüµ*Û%`Ýhyaâ¹ÇµKª]=„½ žj³'Ù™“bé܉?Oœ,:¡™{ÚPUóÀèZöEìî? šàš•)¤ÂòųüŒfïMnf5E¥É>«ÒWÏ…gegCƒLG3u¶VÊüX¤BG»Ù‘B/”"º&´™iíŽÞθP®ŽZKïk¥¶ëy ˺^—À)†P ;ä¾¥«ßJÎÜ*!î~C×LOWe•~pÉèˆeå]¶võ?.úaÜjûÿIQ<Ã=ÿ”x–ek þ8÷ß—nÅÞq1Ó™EŠË×.bZö÷å×ãýÓ`~ôU ûÑwÁß•³s;oVLúŇxó/úqx‘oßäç[§Æ,V[p'>–ÿ>1Ñ×XñÌ£uçÀðý_oÒëâV2öþÑÇ}¢~ÁåkѶWáL—œïBuä¡¬Ü çö¨ÆÆÐ-:Ç€yºfÁÐÏ|oë™&Ý»óº{4–ôÎ>È™“™~?3:ÊthGEÅHèëÿøµŠ©†)†'ªåæåØÙ;9µqžžœíŽ#}ã“V§/Uõw•HÃQœmŽ:8¥ÝÌYmíµ»Ò퀦ª·˜tQdû«×ídrðͶëÖ+-‹;ºÚ;_W ×èØ.Ñçfé~ÑÏ=×~i&¹%µ¤¿Y² Aåç0GÖÖæÜÔÍ—l9ñµÿfVÈ„@û•!fEc£øâ—ǃ|—еÆNí|ðR5´¥EêTÃa+òÝ^¢à„7æcÿ }µÔZ¸äåqgÝÔ€,Û›vlFäL-ñý‘µOúú–þíI(md:#$›#YV¤sN¬'Â@Lʵ®¦¦s¾†€ý‡‰šØ[U£Ï?Ý04yx«„á/„×µvD«ÝXª*v¬G*»5(HýúYþìVŽžc±õÉÖc﾿zùîñ nqnÕ5áÚ+Ÿ-Sœ²3¯oÕ"&—ZÉŸÃWñn'΃ëX7nfezD„ÃëZ²Òd¥šåo-3ÃÂ[_ŽÖ¾¾Ê稡¿`ŸÞÉ¡Ïê¡Úïø™ÛÇã®&§ÇŸ_•;kÓ­&'QèX3œ£ x•åRöÛÈåKW”)ì?Õö¸€GYÛÒŒó²ÂÈåIíßFtäÎkYW¯ûîš¹©« "õn¢o̽.Ù¨îµqkVr®IšÎ "Ižë|ü.5ªkõ8ÉÕ~Ï-W¾G¹]qüâ^Õ§-Ifúu[<|ól¹FwxoÌÿÄÈ{—}à‚öê¬èôG_Øw«]Ø®]øh̓ޮ_?(~¼üád\îðmÕ«gZÕV<”=6iñ[¾‹9DíuÛjJ‡¯)>¶ ¹ø…îá'U—ûjw:;»þ±¶¼Ñ .Ïwqó—Þ‹•†™’£o܇§«¦‚Ü•ý„ü”k# žô2¶ù>´÷D²vn®ë—Xm~½”'kŽH\žXXÚaÇ%tE‘]S3ZÓËRš'©Ó{‚§zKÜY£¨³qéÚm¢9A¬\åKlÎÒ:—ÀXwiµÛt€ú̾ Ù-©_#ó–Ü©2R|ù^=—CθâbuÊœK Cï¨Ó©G¬Ú ­ü<§ježPoITgÙž´öLf³Þ•û3—ŠU™°=¼»Acxe¾'ß"3§Ï»wÜÓ&Ì9’+õ …ÒxKÅz"/«‡òìp¹¹gHBYgæUE®u<ÕÐѼ:ò×Ñž¢™²Î­íûðÖìˆäúeŸbĤæ ùè”׃Y{jxžÉ|cѺ÷ÝëøçÃfDæÓå+}‚×1±»¬6Ÿ*ün”Z¦åÕ0gzù”LÙ×¹[w„­’‚çM,Ú}2‡}¿Â£ê>Õuj-[fÎ÷†ðÕ…|Xê!^õ¢1œïñÊñÍ#pÀ™ÅoµïKæHTžêÙ,/f?VÃt6¸ðªaª½Çn»ó ê·¬`èñ†—;òqÉ@¼ýoIlUÛŽË}i­ͽO’o•\Q½±óó[l»ï‰˜ƒð|f—¥A:îW½W¤4ȺuL-®›óm ‰Ø|¼È,&7n: ¾q›@…ÝüpuwÝÙºûUG¯ìQûh/h®ÃÞUxâ{QhSPyo—ÜÚ4-‰=n3eæ©ÞÁµNsÊa%EɦÅ?F˿ˢÇåÍÏmYˆCü\î{Ns¨FO¤,~ÖË"ûúáÉ7ÌrJ¾Î^ÁFÍ~¶hêqdËêºçû“ d(z+ùνgÝ©{öÍt—>§çÕÙžÖ¸T©Ú‘I‡S{øNÜ h,öowþ 9-ºÏÖÉkn*ÑgªI³êˆHør›mÝ7¶æ%NMë#V (‰;ŽŠº îo«[8Vúí0ÇóO"úX<¢÷eåm˜`·Õ:–rb›¹·6œÚÕ›XqMö•ì~u¯^y»¶S©Dë>ñ§{=’-ٹʫíùDbÈ€ÿ… %L—ä›\%ý]rÙKßUª4¦—ÞáÊT‰ ˜û¾Wg¢áR·¾œñÅÀí?ú³ oÎe&‚dJÊÔ_é^.3qV ¾S?Â_ûKoô@^—÷ó$Kiä[npTwoó³¶˸,§šmÏw3OfÞö1í:gŒå^éóiÚR݆5#§üÜóœ2³Zé%­QáõßXç¢"žÚµ,ª(É´ße?=ìÉ$ÖA2OÈ17¦ó_|´[BDÅßOcyÉTÐŽãE•<‘ÊÒæ}ãžÝzîËn Pî%%|xä`u­ºE¼÷\*?gL0óÓ¤ÛºIWXÄ=³ÍX0ŸKÎ{ÜY¥,}ìÄîê=5ük<ÒûÄDË—éìÜ‘¬Ë´±oâÆ„»¶³9œê¡GfU<ÓW§G¼C3lÖ±í¯_Ï·éÞ ï{ì¹ì˦wªl®/“ý0tsj8,J$hEEÓCVÇåu=w?®Þ²ªÈqÚnHã0K—é-½^gö[¿%ìx%Ëþͪƒ‹#&Ø ”lúyÓjÙÀÁ±°ªøú½ÈÊÖ²¼N;ö” °œ½”§œ½âÇ2EnðöY¾ÀÛ†.Ï–ô/9Òàນ^9V&Áî&..eo%šTZV´ÿö¯CsÏA‡Z7Æ+·ª=”½¦g²NóG†ž6 ïªnÒ컸õQÔYeþþ˜ RGË?æ6o»ÆÙ?뼯¡ÿ'µð¤š²«>‡o41Eõ—·©f‹&ŒÅÄ>wôÿ\žñu¥Cþ% Iý+j1×–l÷2õáó¨-þÄÏîùÆ}£×F—¢ü|“®‹%˜òRÄ&2mLÔÏÕy&¸.º'ÞÍØœì2¯Ûm“d]ÿ×BZ¬×Õ¾‹Ê-Ð^ºT/K¨@ZYÍȾpŠ*Ly26­¨•ã]Ò”šÚ,(«_ïP¿µNÔõ;¼{'zíÖÛ™ïuϯ’~ËÎ.(ë'1¥<#Ö£Ñų1\¬û÷ljUSú-¾ Ç´†ŒI^—4lYQ#”1,fÚ:}VÅІûM9ä¼]$²sËYC› ´WAÅv²Oâ]Û4ïí §¶[}¼MnEî¶x¶®Ï¾Ÿ×ñ¾iÁâf³zÁÐ04r›«3Þ"åÅ|á’Ùñ/WµƒV({$p&mør× as¬æ…š¾™›×$Ö*UMé =9=RÔÈ'»§úã/Ü ¾Ã™ó|\€;ëØÉùÙm‡fÌ‚ä\ÎC?V…C=wÓ¯éOgi-H>3lpáTC@wÔx;¹”…ã*;ŸÏÜÞhäÖR^œ/ðìˆ^†¦Þ!'ïJµësŽ–ç%u¶±ñl’Q›ÚÃGž©9{HGa“YErýÂ3¶ž8¡ß¿¢²øÖ=‹’^˦½ÿ¾JhRÑÈ.IlJÝh3l-Ç)¼=êÇ ³ŽŒC Ÿvuùé¹È«<>ÐÞV›òu"£Pð‹ÂfC¡Nå$Ÿã>Ñ/Ù®(»ú’»)â­NùüÙUEû‡M³u£ì.£Ôƒ2w> endobj 59 0 obj << /D [553 0 R /XYZ 56.693 759.068 null] >> endobj 556 0 obj << /D [553 0 R /XYZ 56.693 739.087 null] >> endobj 381 0 obj << /D [553 0 R /XYZ 56.693 429.713 null] >> endobj 557 0 obj << /D [553 0 R /XYZ 56.693 411.9 null] >> endobj 558 0 obj << /D [553 0 R /XYZ 56.693 380.119 null] >> endobj 559 0 obj << /D [553 0 R /XYZ 56.693 323.865 null] >> endobj 63 0 obj << /D [553 0 R /XYZ 56.693 258.775 null] >> endobj 560 0 obj << /D [553 0 R /XYZ 56.693 232.98 null] >> endobj 552 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R /F75 438 0 R >> /XObject << /Im19 550 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 564 0 obj << /Length 1695 /Filter /FlateDecode >> stream xÚíXKoÜ6¾ï¯ÐÍZ Ë”¨Ç1'Há âöç@k[€V»Ö#}üúÎpH­¤U\'0Ú¦èeÅÎóøf$Ü|»§"Pá`n×¥¥ÄaeˆƒÄâ¶4NJ 0MâOˆÒê²-ÛÖüAûZª Öûß²;T¦#öVCeX²7;¸r{]:&ÅŽöìpЫI笖÷³í˵Tágüѵ³mZ·yâ3}]-û¾'_—ÆUzQ•w=Ý“ƒ‡•‹Ñ5À‡Ç„·h@7ø·tb‡½ßТáÊX”¨#önçä|p×ÑLû{Û¾3Ó6¶l¸MÊTâR÷B1‚‹¸=Å­Þhù¹ôŠÈ³`P;¡}½-pWŸ97•´;ÛÁ4]YCRšù]«3mïÉÓr‚r‰‚%c–gbŽrÑåñXf†PŽZ€­×%$S€$ÖÏÞ_þüâ|•}ܧ~Yg‚W‹¼ŠM"ëº8 ˽/nÖ‚‡¸€òìtiÃr®(¢w«®1N]c*hŸœ^‹°§å8îV®¸5Mq‹¶I\x”Ô4°Óì ±ïú’ض”¦ÞHkëwÚÄÃÖ3‰gà Ïqv.•…-hT˜Ûƒ}øß€¦Î­ûë¶+»UYÛ@Ûþ^ëÖ/ ]E1wʼԒۀ\í¯Æ8 _ÄÇÀÇN§Kƒ8ÍO¿*¥ødº§–kXq¬˜‡Ñˆ& |ØÎyøbT;xx€ñÆÜ”-Üì膗›ç}»Ð2Àñ2b9œÊ她KLª±Ïè~_ÓsçfZ„¾€õLG’¾ö=9 íUǶ4 ^a¯täŸ`ã´èÊ$B¡6»YO[D´óÌYä9Nqõ u Ÿ/tM ;|qý ‹‰ŠÏÖpm% ”¾1$ç!é¦Ù™®Ó^ÛÖI§ÃA“q[ mI”`€:ÆÐ‰¹‚àÙbÃ_*F]UC;蘎ç"þv@õÓ\óf>'ð㜰ñ§Ím6 sâ8 ðù,0êXóC,L_‘¼6I¿ïf ùÄ’Gj¦‘̘}X3UófEbÒLñY{¸[„—´EƒDÛ­¢H.õË·Yƒ+Œ7>m¼qAõƒ{}ÿ¥à8Fì ¯â´ƒ"ÕvPÜ<í £3‰“JLwMÏÿ`•yoAÚ@e"àUõØ@H…â@ÁKF­á5ÞºçžÖ™ÿ­sÀ²ÝN×|uï¶±x`@âÖZ¨ÝÍR5º`#ˢܿIvM¿t™°˜ /tlÇÎ@»ˆñç†F¶ÕÍ–€nå–ØÁú¿Óú·‚¿§Óz‡›ÂBQä<à`Émš®ÈÁq 9H¬ æ‡½ã:!QãEñͬ=Žu à‘Z> endobj 551 0 obj << /Type /XObject /Subtype /Image /Width 915 /Height 198 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 570 0 R /Length 18178 /Filter /FlateDecode >> stream xÚí½Xçâ¾ýŠà"vPQ1Æ$b‹±GrL̉&±$–¨)–Q1xP£1F“c”bï b,tPTTŠ`W¥Ë.ÛË,z¢‘øûßlwÙÙ5‚û<×}]â”wÞ2;{3 BAAAAAAAAAAAAAç–ÿØ õ$ÿ¯*¡{v*òØ»‡žU¡¡ô`Ôl™j-´ˆPÀ§íQ¯‘ÙY×|æÌ~^⊑õ\\1@Àª¾>wqŸ.îú|Å#8º+Ä@\ÙÅõ©Ü£ûTГ¼îL\,9[®yÆÛz¾P’âìŒÔ,¡ŠËÂ’¤Ï[jÇÐ;\@‰'»Ò?:ŽŠ)‚ ( ùÐC[æ«Ë.HŸb+lg€ƒºyàó×'õUù¥åÝÌ·æ>댤]§¸ü“¾0¯ß®)_Ü=DS<´6½d,®’㺟›Ž‹Õ¹ªâýï;âÜsÒ/G®K©§Ù AÀ6 ¶þ‹«•fZW‡nß§ÖE\+TwNú|ã»!…¯ªx‘Åu× ºŠ«,cA'úÇóÒ¥OtÆ5åäu õ Za#ئ»ÖgqåÔÆ*qm÷íiYÒ k& ìæÞÔN_ƒæ¯Žô‹È•Sê‚=Þé MÞ;È׺“ªh÷Pí2Í'ÇçGvÔ^#¬gížóAÿ.-ëÖ¶o?zOž’6®ø_'÷oÏ£§Øµòúð?û²$j¶m±Ï¢QÞŽÿeb_7{zN£–^£—É7^ËÍI¿’óKÃgý¼pb?wíÿZöšøGª@Å©KÛ­R¾ª¸}sFbv¾ìtÀ§o¸ioߺ}SR%®Távíºý·ÞV³l]rþç>ºšN:|GU¡.‰þ¢ ý?§oÍU2WX«%§ý§öàé6×ìÕ‰ÛoÛ©ìò²—µÿë±:[ÉЊr£Ôr­Ç õU_Ÿ¯¸>…;ZYÄÕà0txÎM Õx}ÕU¥F™¿e°ÎŒ&Æ•STIÄûZ±iúq¤ÐX{¯ÞÄÙ©1i1)¡¼4þ›Ž†‚þu\ bÙë,ŠŸ8«“Þ‹[µk¡—¨®¾g¥&k9:62êǪÚL?.æZBÍíV+Ÿ] ·víÜ;YšQãô©2wÇ»†•\œ«¶­WZ;OîÝ|,_žuÙ¥UýµܦGåÄ}Õ^ÛÛ£Cò•l«PÂ3 ^«>iN{mÓ±GÅÖÅÕ¤Æ#HÕi¼PÏ»ÖOqåÚ:‹· xhLF]x`Œ‹vVï€[*J»q ÎþfœU£Ækç4ýè(_cA\ çîÔr™<Ç¿¯NuþxYJÉó÷MÐ]@ï¼0Sʲ-–Yªœ€7´ÿéäsR Ñ¨JÒB{öoÊ1±ÉZšò¤YíuööÍI %Hšé®ýO‡¹iR®%ÔØ®Õ[”WWê Òeôž\ÚåÊã>q­W£Åض®¡×Ö ÑžUmÒFûkAˉ Õ¬«Ðƒ2H«èú,9QF÷›ZR.’k¬‹«i+ŒZ­ªÛxáˆÔû“®õJ\kT¾ /76ê½" ³¸òœ›Òþ££ÂâªQæé.^wüþœ”ªPåo×ÝÐîÛÓʼnŸj}Æub¬Àt•i‹Ô™µv T·iñ±Ï´ÖEî¼­aÙó,QÔ< ]Õ{Êt­²Cï4Ö=+ÖP‚ð·µUw™/â^‚Év­ŠkùÑ÷µ§!(«y«ñbl[×. ÏzSwoi5åp‰ÚÊ*¢¨µõmäzGÍp#kíĵŽãeÚú½ÿ$ûCv7Pq¥­õHØþüÜ[üÒ~ÉÒ;ŵ¼U@/'ª‚ͺS}>º§ŠTE!õnÖîó_?ÖJYëiÇÄk⪗.»Õ¡5DÈt[̳ ~HÚŒøfžO ×gÔ8_ªD¨Ý²ÓØ‘Οµk9Wν“íjŠ÷èn•p›yšA\õ›h4t¯Î!™Ä•mëôꢣ_¸†ÿßÓåjöU µû×þR£'°JB†h—o=ã¤ØL\-µÂX\ë6^¦]Aïoø‡— ¨¸ÆFÍ»uSPZB/¯¡Ôµ¿ÇÕ²œÐ2øIóêÚuþÏ9I…5q­ºÌÍûWÐe™öÒóxÎuZ@¯['qU^ÿ­‡înÏË’î(u›äÜà+Ì*Ï(®œK0­’ðˆ^Lm¼©¢»B)S׸U ë÷^º»GßX‘"¢Å•mëåí½cšÑ3[x~M{@û/cËÔl«TÍr¼*]¤==«”ðE*QüDm)¤ûÊ 2SqµÜ “[ê4^¸@Ôã»꛸֨öþÝ|µÖâWâÐuÞ©9‘¤Ï¯zr§ïšl%eU\µû|íaXÅÞðoÓ‘ÛµOÊ×I\+ÔE‡§´­®³£î"z÷ÿ^SrWÎ%˜nWusÓÃóôŽ®.öMÿVjÚ«ê⣟»Jå¹4µ7z8Ëd1Æ­«o‡ŽÕië'‡‹¥—Vê®Ä»O-Õ°TXUþIkÜF®Ž”h4ÄUûz¥¼èŸ>êÓV§AM»¾3w×±ÚÊéMöjÈs£–ïÛÎpã§Sû>Ÿl¸ªà.®\K¨¹]Å­ýs½ ¯r|iü®[ ³Ž½uôÇú¸9쵕gŸ—¥KÌûßÒÖ)~œîýWMþµYk‰Ñ™¹:ì4÷Œ˜¹ÂÚwä^úQw½Ÿ:vxsaª„¢ÊÎøOyýª"-:õ|÷û(ý³ZQóuXµ/+€z|Òµþ‹kÍûZÄâ ®WqWˆ+€¸B\Ä@\!®â q€¸B\ê*•B!—ÉeRÛn¯Z©ÔPWõ ¥–Ë$¢rý½€í@ïó´§1R!˺vuÿÞà A6ÂÆuûBö\½|™vBˆ+€zh­b±ð\ZjÀÚÕ‹ý|ý|}°è½=`íïé©÷îV0k¥­u×ö­EE…•••ÿgyøð¯Û· vmßvåây•JqP¯Ë¤´µþúóOÏg”ñùB[€_Zz.-åו˳od=xpßü£¡Ëöï ..ºý¶—¢ÛûBöˆEåWõŠòrAàÚÕ—Îgþ?±½äçåù¯yôè‘Åßé6® ´s­&ç]ÿz°i}-÷Wõ ú»f±ŸoŸ‡Al0••éýŸþÁ¢¸n  -î‘M†n{Yi Ä@}W?_¡@‡Al3ôþq…¸€¸"Äâ qàÉç…¯ 8ŧžn±ªÛQ~ã&¬H“>»š«ËR‚|¾[›)Å >_¤×#6ǪžñVÔe©øœ—=ã âŠ@\YÄ•V¸¿m2Wêʈ]šØÛ5¼"U¨¡Ä·N:t¶X] iIóëÎk5:¤¦·È/-ïF\&Ä‹¹¿†Hœ¹áó¾mk?¼Ž”ÝÞ;ºU“×|SmD™õGÂû0²œ{­ž¡¼=›-ÖaDþ¢Œ øI? u&®#·äÈŸm­X†»ö;ÄAlB\ï]YâÅkýQ¸ð/ˆ+Ä<Á‹"±Ÿ·"¤Í´cBõs®ŒøäÜ~ÃN.Ê ›9ðÝ œò³ßµ'í¾=S‹3WòkÆ÷{Ë7¡ŒzB—f.êJš¼1o[dÒɤ3Wª²Dß·Þ·þª¢.&ÃP«gÇ3Ú¢¤ö#òõxnnòvi3|Y|¡â™× ⊠õN\ ÛT{T£fû¼0øŠâaý×?ó·M0lÑiy%Äâ êŒâfÐ@{Ò̑ؿ¹é–ú¹×‡z6nS[—Pånx8¼wHX kb6™†z.®µ´0_¤úGjqEú!®•Õy( JH§Y¡'SΞ>¹û—ϼÒëç«•/\ ®Àv‘¤øx.ÿI<üiKâé—!­¾…¯(jî°îíœõ;¤k·wçí¾(¡¬ÍÒ(rw|ܵY#íŒÆmû~”!ÒÅUßIX4²W{'ݯùÐbÀ°¤±è,¢:]Ÿ—›(®èâæéÛ9è®å» ð=-eщ.¡,ˆ]þQÏ–ÚU;ó9-·¤%Õq#*çL^ýåŠÒ`¶wN®ž2 }]žc·d+õ«4qwsÔÕ¨ÃY»¯É,JŽÅ­[è"k­aYÂ##H¯µÙ*“- ã&6#­§”Š%Lr%}Ó%̃Uxt¶÷+núš˜6„}D˜šÆ\ùZ¥ºshrkÒrbX¡öhUþÞ1®¤Û‚ÞÃ0¦æ#ÅÒojŶ£’6ýûuâigµè1þ—Ä;ªºìlTÉá)î¤ùÈíyJˆ+‚<±¸ö ¼}ß0á/~°w#â>;£¢ò~qÈÄ—]õd·~S·\U?Ô-!9õㇽ;è¿Îº/8¯uÜ’ÔÀ©ƒ»ö³þíìµÓ<‡}»ëªJW@eÅŸ¤ýÜó9VÆà@z¯/ºo±ðû·{Þ˜D%Ó¦!®X;CU9¾y“!›s•òó?t%-&Å”iŒÍ­‡ïî#QQ·,Ó™çÛnªØgiÔ’KáÁa±'N;´vŠ'!//Ñ ‰~/ŸÝÑ ‰Qgð)Ö%ŵå„g33233¯I5F•W\YÙØõ˜½-þLJrtHð±Wq¥,èFwŸxøÄñˆ?&v$äµe¤æâÚxhÀ)í¦3.åŠ(q•düH·§ù¿|ÖŒŠ:´{c艡/tàhìÑÝ?}ÐZ[ìE™™¸2lÝBYk,'qUóÃßw$éßItEIÎ~ëNÚ~™,±6X=|ƒ#£cm_ú^«Ç a¦¦±T¾¶EÑzùYÒò“ˆ"YAÈ(×F¯.J±-oq¤¬‰«i­X{ÉÕ{ŽÿÞ¨è°õs;»~¿]VÔ~g£Åu²;q±=⊠OU\J#G:–ÓÎR•©œ¨ý‘'RÒÎD¯ÿ¢ !Ý–gÝ£—Й$éñŸÐcÉɉGc®Êÿª¬¸º¢ý»èÛ ¶I<½oGø-Ú(+®,§—kýÞÒ=Ñ G6}×Gœþ½Sg§,âj^¸±¸ZØ4Ä«Äówxóš=ħè/âœõóÞÙU¨¶x’ðÖfo{Òq~º”u–ÉIÂâPúwÝA;‹)k—Ñ™–d½n+MþÚ4ŸQLq¹€käš’°‘Ž¤Çªk†s§‚ÈqMI×¥ì剫†1ʉ¸$b^…*Ø>˜Þþ54’yë¬]d¹±œÄ•Òïûwú(}IÛ@iú‚N¤ÕÇÄ®ƒEåoTÝÖajš€Kå¹E7*šF÷öçC]ì¼–žÜgZ^nq¤¬‰+ã­,»´ºh?ýûA»Yg%µßÙp«‚¤¨Œ×ÐMtŸuÖ0ñ/Á<âñýÅ ëâj\x¥™¸šÌ…¸` åµÿö´k;#Iÿ÷ŽUw¼ïDz¯É’[27å­ÀÞ„ôß~[Å6K#Í _<¶O{çF„8¸¸Ð»òëëóT}’Ã’ì!½ø^ Bœ½ÆølHÈ‘R\ÅUvîûŽfŸ8×ɉbÎâ*;çÛ‰ðFE Ønz”$Mo­½$/3Ÿuv··ØXnâJë–öûꊫ Jž¹È“´žv¼œëÔhëˆ06Kå9¥ÛQù‘SZÑÿ÷˜{Vbeù‹#U;qå¸KW} TµÞÙ ®RWq}ðàÁ½{w ÜåïbúakÙoê†sâ z®"ïÐc_ïðøƒÜwcæî=*g ýA-®*D‘¹ 3q-z\¬…‰Tþƾ„ôÛr[sOž:‡>hÌN‘ëg‰µçx{Ü¢îY(ÜdŠùÜÚq6‰$Ý×üK•tY”)·$®¹AUßË̳WVö$¤Ó¤5G“Ïe¦E­èË(®œ–´ú¤ %ÎŽ[7o„§!&‡(¹‰kú|b÷fPò¥‹ª¸x½@¬á.®éó;ÒÇ›(vqMžéF<|RkŠ+ÓÖ­>ÛeÞXi*ý›~›/OZWºìèÇ.ä•å—„çz’ö³S$œ‡ FCØm“¥cÍ+_÷¢Ê’æxÒ˜Ž³ùÖå¥GŠ¥ßÌjÅy—6úõ­¶;ÄAê.®÷ïÞ­0PQJ‹kçï&ŸMI?ŸUP®®š¥¼ö‹öƒ<Ùÿ虌óé1+ß ÅuC>UqW­û G‹ª–”Ÿû¾q]þ¸Xzb†¯éDuþÆ×é"6PwåÚy›¯’¥úY"¸úßÔnÚ¬p“)æskÄØ"¢ã3Ú3öžNMI3´eT3â>ó´„áJ¨»îJ(ó,á¡áI÷U×õ¯ÐDÈcWNKÊ2èB\'%X;=%½ö;í ½n*¬ˆëø8íÕÛ;¡ÃHë©qBª6ÏŒß*pgß»Äý¶[˜Ä•që\_J`ÜØþô±xÐÖ5»¸Òcôe[â9oó̺-3\§æ:XÆ akTù:¥$|íAÚ}!x¬+i7#–¯bYža¤˜ûͬV\{I•»õ-{º›´7ÌÔvgƒ¸"H]Åõþýûš’½´¸öXM˜OÔ!ÈòÔš Õ Ý9ª¼jIMÉ~íAcf’ÈhuîQ÷™'Äú)TáÞŽÚû ¤t Ùþ½tÇJ7«ü¨öxâŸC˜Ì 7™b>·6@\ >–%ˆçòø™åq“\IóObË?{¾qÞ¦ÕÏž0ÏR\XÚÏÏüœ8“–¿j€ãW.KR¥‡G;§7ر1ì†ñÊ܈µÁ±'Ϥ$E¬×–8¼R¤bÔ?uþÖ„t˜º3­XI OÍí¢oÀþ踸û~¹!¯…¸VPÂdŸ—iùö÷ëÃbâbÂvlÉSr× ¦­³Š«åÆjdWVÒ#Ñâ¿-ÑÑÑÁ ¼ƒ¸j¤ç½¤=²Ø XwSQ‹!¨ÑÖajšåÊש(ðø¬Ä}Fœ€¢Ô!£]H»/ãéŸ{ÕâH±ô›Y­Ä¬½Dz,ŽŽ?²ãçñôVœßÛª{D±–;Þ*€ O ®jèßõPwôâzCI=ž¨C^õA>|âLjjüoUd2kµîp'|\ˆð”î 1ìûõcâ¢Ãvl‹ÉShÄ© _#¤íÈ¥;£â"6~7À‘ðþµ^{ÔÒhd—«Ž'áÑÑQºãIϵÙÚSæ…O1«6:0ýlÜ"ˆ+°9¨¢ý#xÄÓ/Sf:½oõDð'_Ä@}†þ®Yìç[ÆçÃa›üïéýŸþ‡ˆ+€!®~¾>BƒØfèýâ qqEˆ+Äâ ê1ò¼ð•§øÔÓ-Vu;ÊoÜ„iRô0x*H¯GlŽ-T¡+ ®q…¸›EY1£K{»¦ƒW¤ 5”øÖ©C‡Î«k¡i~Ýy­F‡Ô4 ù¥å݈˄xqƒ÷%†>!uèê ¨²ßjSmŠŸôÓPgâ:rKŽ[ˆ+‚@\!®àŸD#ˆý¼!m¦ªŸseÄ'çöþsrQnØÌï唟ý®=i÷í™Zœ&•_Û0¾ß[¾ eÔ *®L |B$µïê ¨²ß¸W[ys“·K›áËâ ϾæüÈ[Wr›´ê:hì¼õÇòŒË—Å~ÚÅ©zǶ¯xö[|⊠Wˆ+ÄõAq3h =iæHìßÜtëùŸ%£ž½0âúŒxáÅõiV[--Ìý37 Pwö!Äã«Ýq 1!ëœöfB^_ÈW3/ßyvhb҉Ĩƒ›—Mö²'¤ûO¤W¸B\!®/„±¤øx.ÿI<üiKâé—!­š®.Šš;¬{;gýX»v{wÞî‹ÊÚ,"wÇÇ]›5ÒÎhܶï§A"ÝY\õ„E#{µ×Ÿ rx͇Ö†%•Yô ¼#Ë«\¢:]Ÿ—›|G‹.nž>°ƒvÏm€ïiiÕYÄUY»ü£ž-u'¥:ó9-¯±¼ºðèlïWÜ ç®x†ÌÚ}MöøŽÙâ¤ß&½án¯[Ýû›ÍçDTõZC»¹z¦Y÷ üqÊàŽŽÚÿµè9ÑÿœÈ윶ÅVÔ(ᑤ×Úl•I…q›‘ÖÓNJ E‰&¹’޾éæQ`n{W3õsåk]KÝ,ì<Ì#¨*I^óiÿvöúŽn¯z³/WUcÇàXíZm·Îjq+5D´ÇêleõžYz|~7BZË×0‰k/ÿ[UËËÏ/îBÈb {5,VÛøîˆ’ÃSÜIó‘Ûó”W¸B\ÁóB]9¾y“!›s•òó?t%-&Å”¾ u_ô¤‡ïî#QQ·,Ó™çÛnªØgiÔ’KáÁa±'N;´vŠ'!//Ñy‹~/ŸÝÑ ‰Qgð)Ö%ŵå„g33233¯I¿©WVv'v=fo‹?“’|¬@ÅU\E) º‘ÆÝ§>q<≠ymYSRUm ŽŒŽ9´}é{­´Ë\”éæJÎ-ñ"¤Õð…[EœÙ—GßÙ”cÔ3 BbâãÂý§vÕzý;¾FEX5¾!]gÖðË­à$®j~øûޤ3ýˆ¾Vg¿u'm¿L–X‹bíj¦c©|m‹b«›…‡i%?ö$Äeè¼ua1±ÑÁ‹8T™³ÑŽÁµÚµØî“¨éVXÅUCiø‡?jJß(³"®JqÞ™Ó_"^ÿïYk5,WÛT\'»×Ûs!®q…¸‚ç…*‡7¯ÙØC|ŠþÍY? 1ï]…jªÂÜ•·6{Û“ŽóÓ¥¬³L¾C‹C½‘A;‹)fŸd_’õê­4ùk7Ò|BD1e&œìâª) éHz¬ºf¸ñO9®)éºô‚‚¹*ë Bzûk¿â5üˆQNÄí«ã"ð‚àwy¤ýœ4I͵ÊÂGðÈ+?_Ö9ƒ:Ç@B^_Ÿ§âÐ NâJiŠ÷ý» é¶ü’¶æÒôH«/މ5\GÁ¸Qì]ÍÔc.•çV”‚¥nfcÊTˆœxŒiõyŒ@\|ü³ÄUʱڜ·«xJÊxéßT\+T7ƒúÒmÙe9¥–hÿêdM™P®®ZÞ$M,K.§¬TÃrµq«‚@\!®×ú„òÚ{Úµ‘T®û¯êÎ÷Hï5YrKßÚÊ[½ é¿ý¶Šm–Fš¾xlŸöÎqpq!UªfáۙÒì·J/¾×‚g¯1>r¤Wq•û¾£ÙÎì:9QÌ"À’¤é­µ—áeÚÕ};Þ¨HAõ›r7¼NÈ›ójöŒ,uNÒöëd±n±ò„‰ÍÈËK/É9´‚£çPÅh5~uÅU%Ï\äIZO;^εoMÅÞÕŒ=Æ¥ò‹b©›Ù˜2RšAË{“÷”U=ëgY\+8V›óvÅOk@¹‹ko½¸ŠŽÚ¼ª"¯ýv]nX¾ë‚È´ŒÌŒÔ3 ‚æu%v}–eX¹cÁbµ!®q…¸B\ë’t_óïaÒeQ¦Ü’¸æéì´@Å2KqeeOB:MZs4ù\fZÔŠ¾ŒâÊiI«ÏËPâì¸uóFxÚÒarh’›¸¦Ï÷ vo%_ºx¡Š‹× Ä6qMžéF<|Re{áŠz,®yZqí»É\\µK¶ùò”^\uŽñÒ’‹2­¦út ×͵*®ê’Äy/ÒòÓNgU¨n®{ƒÎ~™ôŽÇR ‹Õ†¸"Äâ q­7e "ǹ<~´Ç@yÜ$WÒü“Ø2Ã3#®ÞsB£cÂ7ÎÒ”Øõûí²¢úqK³–v#Äó3ÿ#'Τ¥Æ¯`Çxƕ˒TéáÑNÄéÍÅ{"c#vl »a|3¡27bm@pìÉ3)Ikǵ%o‡©5@¿u!¦îL+VRÂSs»è°?:.îðî€ßCnÈ9{”Fœ¶ð5BÚŽ\º3:.bãw oØúJM]ÄÕr+4²++é.nñŽß–ˆèèèà^„És¤ç½¤ý4Ú XWe\GÁ¸Q¬]]ÁÐc–+_§¢j%®Œ…P%ÑŸ·!Äcü¯ûŽEÿü‘± ®\«Í}»Os@-‰h‡;¢bb†.ù|P+íë°|Ø^‡ÕiVp\bb|døÎÕ>t&¤Qß_.êž d¬CµñV¸B\!®õªhÿñÔ‡1ž^7¹9qú0¬T¡³Ó¶ýûuäi»¹×¸_兀ž¸·8‹]Ü4}`û&ú=Ä¡™{¯©%j‹îÁiIEΞ¯ú¶Ò-Ò¢ÏÌXÑ™.iÚ’aŽúÕ]ºŸ GÁ¦*~â·Ü훎ŒÐÿUäÇ®×ÇMÿÒ¤¦½ýΊ¹‹+=·0á—ñ}ÚØi_ä1xÆúT¡¥'Ú¸ˆ«åVhOÞýÎÛƒWõùnCgGQ–¨º¹n`#â<:¬„ª]ßÖhKWW0ôSåëPTíÄ•y5’Ë»g½©ï·VÝû´'t—_¨ùpÇj+j±Ý§8 5ÿÁG­ª¹-_8vÞ†ã,P ,fr'^õ öÍ;÷=kª ÚrªÁXm¼UA ®Wˆkƒ€åûÔÊW-õãOÂÝÙ7ܼ±1WÞÀ_ÎBˆ+Äâ qE/gù‘‡yaYöþ5ëBŽ&>“»ëÇÚûÁë²èCˆ+‚@\!®Wˆ+ÄÔ³`ÊŽÍäáRõ×·ú}òßÄBœn…¸"Äâ qPý]³ØÏ—_ZAl0••éýâ qÐ (/®]‘– ‡Al0ùy¹Aþk=z„CÄ@ýG.“f¤§þºry^î­ÊÊJ˜ b3çZ+é}žÞó³od=xp‡ˆ+€Á½»7²®úÿ±ØÏ×Ï×[€ÞÛé}ž¶Ö¿ÿ®ÄAâ  ñàÁýGá,bS¡÷yœk…¸ˆ+Ä@\!®â  Þ¢¡Ôr™DT. ¿w°è}^.“j( ®ŒµŠÅÂsi©kWã­À¦Þ*°ö÷ŒôÔ{w+p€¸hÈeRÚZýù§‹ç3Êø|¡@€-À/-=—–‚÷¸B\4 ô9ëÒùL¼ Á_ÎWõú»f±ŸoŸ‡Alòïg=¤÷ú ®„¸úùú8 b›¡÷ˆ+ÄÄA ®Wˆ+hPÈóÂWœâSO·XÕí(¿qV¤Im¤)AúÆsVŸ“bW¸B\!®à™ ,Œ˜Ñ¥‰½]ÓÁ+R…J|ëÔ¡Cg‹ÕÜK¦ùuçµR¨2.¿´¼q™/¶‘žTæô"†EŸQùLýü¤¾]ûŽ<‹Nh=qE ®Wˆ+xŽh±Ÿ·"¤Í´cBõs®ŒøäÜ~ÃN.Ê ›9ðÝ œò³ßµ'í¾=S‹Ó†òkÆ÷{Ë7¡Œ‚¸>Kqeêç'DRûŽ<‹Nh=qE ®Wˆ+x~(n ´'͉ý››n=ÿó<Ô³ù‡¸6–¸Új@\ˆ+Äâ žßeŠéòŸÄß¶$ž~Òªéꢨ¹Ãº·sÖ¾k·wçí¾(¡¬ÍÒ(rw|ܵY#íŒÆmû~”!ÒÅUßIX4²W{'ݯùÐßË K*³þèAxF–W}‰W§ËâórÅ]Ü<}`;í<žÛßÓÒ«3Š+ækÞ{çäê)Ú7Ñ.æè9vK¶R;±8é·Io¸Ûk§uöþfó9‘¡O ÎÚÍÍÐ'ͺücàSwtÔþ¯Eωþç ýÀm1Æn¤W÷~ÅMß„×aȬÝ×dÕ–ÝØ?ÿO]YÍ_ÐÓÙH\•±Ë?êÙR×”ÎÃ|dËkþ¾`©3kH”ðÈÒkm¶Ê¤Ÿ…q›‘ÖÓNJ E‰&¹’Ž¾é’º´Ââˆ[­¼…½‹a-ÆM³´‚yÐkìlVë©EUvfGpr݇ÒË¡Ûb²¥”q5éóÖ±Œ ‡jP‚sû¶Ä*)äzÔÖƒYR ‡ªäðwÒ|äö<%ÄA ®WPP—EŽoÞdÈæ\¥üü]I‹I1eÍã/eÒÃw÷‘¨¨ƒ[–ŽéLˆóˆm7Uì³4jÉ¥ðà°Ø'Z;Å“——èÝC·Š—Ïîè„Ĩƒ‡3øë’ÆâÚrÂγ™™™™×‹¤£Ê+®¬ìNìzÌÞ&%9:$øXŠ«¸2lÚIÆt›ÿËgÝÁ¨¨C»7†^¡Frn‰!­†/Üz(ò@à̾<âøÎ¦£>Yî?µ«ÖèßñÝp0*òÀªñéº8SÎ}1önìáshûÒ÷ZòÚ²‹2y–û†.Àíý%ÛFGìZ9Å«qµ¸ŠRt#»O<|âxÄ;j׺ ­°Ú™œÄUÍß‘t¦çÑ÷ÛÙoÝIÛ/“%uj……·^yK{ÃZŒ›fi…•A¯ÚÙ8ÔSC©‹Â'µnÜcùiyòºÙ¹M‹)³$®&=`Þ:6qµ^ UÎ:oGçw6fËKOjÕØë O,Òâ:Ù¸ŽØž qEˆ+ÄÔTù;¼yÍÆâSÚ‹Ëë4æ½³«PmñlÒ­ÍÞö¤ãüt)ë,““xÅ¡ÞȠųO²/ÉzÙTšüµi>!¢˜2skâʰiãû~ù£œˆû×I"³‰n_7LT¿Ë#íç¤Ijn·,|¼òóeŒ©ów $äõõy*΋qëF*ë BzûkEs't¸ñ˜{Zjv«€¦$l¤#é±êšR?K9®)éºô‚ÂjgrWJS¼ïßMH·å—´JÓt"­¾8&ÖÔ¥æ#Î¥òæƒÎ¸K2´‚ã sª§*?dŒ+é4'YÈ?>»i6f¡Òú­æ»4ó¸pª†FziEÏFM¯½*Îß5™tý>Y¨Á­q…¸B\ë=Êkÿíi×vFR¹þ"æï;‘Þk²ä–¾.•·{ÒûmÛ,47|ñØ>íâàâB, ›þÛÓú’ì÷ûI/¾×‚g¯1>r¤wqeØ´Ñò²s¾oT¤€u¢2wÃ넼±9¯fŸÈRçt m¿Në+O˜ØŒ¼¼ô’œâºÇn”$Mo­½ž-£‹JŸß‘ðFG Íïq•û¾£ÙÇÙur¢ØjgrWZJÐþꊫ Jž¹È“´žv¼œë›¶Â|Ä9UÞlÐ×bÙ4C+8:‡zªîÝ”8>X$>3Ûƒ>k²T\îq­¸rê.QÒ7î¤ñ ›’+¿zÒÅ7] qEˆ+ÄâZÏ‘¤ûšË‘.‹2å–Ä57Hg§*–YŠ++{ÒiÒš£Éç2Ó¢VôeWNKZ}P…gÇ­›7ÂÓŽ“C ”œÄ•qÓÆŽªóÀQQ5Äõ{Ó‰Ê<­ÃôÝd.®Ú%Û|yJo¤¢ãŸ6'/-¹(£8.Ƶ%É3݈‡Oª¬ªn££,‰kú|b÷fPò¥‹ª¸x½@¬±Ú™ÒTŸtýNZWºìèÇ.ä•å—„çz’ö³S$œ‡Ø´Ä•KåÍÅ•i-–M3´‚ã s©§:?xL3ÒvZ,ŸìÛNÄñí-.ÄsWæqá8ÖÒ4¿—‰ÃµW%ÙACÈKóOŠ(ˆ+‚@\!®×úèøŒ6¤ÃŒ½§SSÒ $mÕŒ¸Ïë,ë,á¡áI÷U×uçl5‚èyLâÊiIYæ]ˆë¤k¯^û6ç^7VÄu|œ˜eÓÆwÜÙ÷®qÿÆôVRí}ôDC}Ô·÷ŽàÑ’‘"¡ž®¸ríF#ïÒ×­Í´8!ev«€î.‚ÖS«fÕ¢3oøÓê9hkš]\µgð¾lK<çmžÙ¡Q·e† Óuh…ùˆsª¼ù­Lk±‰«åVptn¬,û¤yiAJ¹èô÷/“‹jþ¡ ó}Þ|—fNÕ_^Õ×Þéí 9Ò‚½£\ìºÿ.Æ[â q…¸Ö÷Dz‘ã\?b Ä5Za>â*oaЙÖbWK­¨à8è\ê©{BôôWzÏOSâô¥o¼4~_QÍϬ,ìÒÌã¡ò‹¿ ñµ+O¡ÎÛ=¦Ë •ç%x«‚@\!®×úU´xúeÊL§—ÇMnNœ> +Uèì´mÿ~yº÷+yû%ñŽÊè!n‹³(ÑÅMÓê_!EˆC3÷^S#JÔÕ‚Ó’Šœ=_õm¥[¤EŸ™±Êørç’aŽúÕ]ºŸ GÁr«FÅO\ø–»}Ó‘¦M×XE‘»b\Ÿ6vÚ…ìÛô÷Õ¿d©0á—ñú‰<Á3Ö§ -=Ëö„âʵkx—ªøäŸV¯Õ´½×ˆS¥Æmq³×ÏéèíwV\ãÚ±¥ÎÔ½b+ô;ož~ŽcÛnCgGêNšõ³ê溈óè°ªvC\£FÜZå-ºÅµ¬ˆ«¥Vptëõ¬úÑìjö€ÂRë˜Æ…c5¬{Ç[â qÅØ5´7Ø3¿€ý€ˆ+q…¸B\Ä`~à…¸"Äâ qWÄA ®Wˆ+¼ØâºØÏ—_ZAl0••éýâ qÐ (/®]‘– ‡Al0ùy¹Aþk=z„CÄ@ýG.“f¤§þºry^î­ÊÊJ˜ b3çZ+é}žÞó³od=xp‡ˆ+€Á½»7²®úÿ±ØÏ×Ï×[€ÞÛé}ž¶Ö¿ÿ®ÄAâ  ñàÁýGá,bS¡÷yœk…¸ˆ+Ä@\!®â ÐàP© ¹L.“Út{ÕJ¥†‚¸¨h(µ\&• èïlzŸ§=ÉÐh” YÖµ«û÷o °6® ܲçêåË´B\ÔCk‹…çÒRÖ®Æë°€M½+`íïé©÷îV0k¥­u×ö­EE…•••ÿgyøð¯Û· vmßvåây•JqP¯Ë¤´µþúóOÏg”ñùB[€_Zz.-…å(ä²ý{ƒ‹‹nÿŸí¥èvÁ¾=bQ9Ä@½Bÿ'_/ÏÄ[=üÉ׿Óm\h;çZMλþõ`Óú Zî!®êôwÍb?ß2>ƒØä~}HïÿôÅuCPmql2tÛËJK ®ê›¸úùú8 b›¡÷ˆ+ÄÄA ®Wˆ+øGç…¯ 8ŧžn±ªÛQ~ã&¬H“r\^]–ºaOÀyFÅ2¥×#6Ǫ ®òB‰+­pÛd ® A¡,Œ˜Ñ¥‰½]ÓÁ+R…J|ëÔ¡Cg‹ÕµøOóëÎk5:¤æ÷¸üÒònÄeB¼˜c9ʬ?zÞ‡‘åÜ7ñ„5|v<£-Öatþ¢ê9Êœ€^¤Ñ°z箜˜Ñš´š–ô$Kñ“~êL\GnÉ‘?žÿ÷Oˆ+q}qÄõÞ•%^¼Ö… ÿ‚¸B\ŸýÛ±Ÿ·"¤Í´cBõs®ŒøäÜ~ÃN.Ê ›9ðÝ œò³ßµ'í¾=S‹ovùµ ãû½å›PF=3qeÚÄÖðÙñŒ¶(©ýèüE5$q=3»Ý“µZys“·K›áËâ O­çÿÁýâŠ@\9‹«"ab›jjÔ¬sÿ_Q<¬?âúgþ¶I†-:-¯„¸B\Ÿ5Š›AíI3Gbÿæ¦[Ïÿ”õl|æ)Š+€¸>qU\ýow¯ß®)ë^ ZZ˜/R5Ôž‡¸"Wvq­¬ÎCIØPB:Í =™röôñÈÝ¿|æÕ˜^?_­¨|áqÖ¾¹R|¤Nä¡;>8u·»èOíDñÙµŸõo§ý˜;yûv×U•®€ÊŠ >Hû¹ç r¬ŒÿÀô^_tßbá÷oö$¼1‰J¦MC\ÁÓA]9¾y“!›s•òó?t%-&Å”iŒÍ­‡ïî#QQ·,Ó™çÛnªØgiÔ’KáÁa±'N;´vŠ'!//ÑIˆ~/ŸÝÑ ‰Qgð)Ö%ŵå„g33233¯I5F•W\YÙØõ˜½-þLJrtHð±Wq¥,èFwŸxøÄñˆ?&v$äµe¤ÄÕÕ{ŽÿÞ¨è°õs;»~¿]VÔØDUWGFÇÚ¾ô½VÚ¢.Ê*¬u…Éê&Ýb½n–ÎI\Õüð÷Igú÷]Q’³ßº“¶_&K¬ œÅ²ŽS'³T¾¶E±v¾1’ŒéåšÿËgÝÁ¨¨C»7†^¡E]rn‰!­†/Üz(ò@à̾<âøÎ¦.=i<^2‹Í1ù-£ìØ7q{Éö£Ñ»VNñj\-®Ú¨¾ùYÒò“ˆ"YAÈ(×F¯.J±-o±±ÖÄÕ¤çM>A̽ĭóiqìN\GlÏ…¸"ÈSׇÒÈ‘¤å´³TåC*'j䉔´3Ñë¿èBH·åY÷è%t&Izü'ôXrrâј«ò¿*+®®èEH‹·l=’x,zߎð[´QV\YN/×ú½¥{¢Žlú®8ý{§ÎNYÄÕ¼pcqµ°iˆ+xZÏÚçïðæ5{ˆOi/b®И÷ήBµ¥kåÊ[›½íIÇùéRÖY&_ÙÅ¡ô/„ƒvSÖ®¼3-ÉzSšüµi>!¢˜âr‰ßH\5%a#IUU—h‘ãš’®K/(XÊQí§¯Ý¬³ æY½•¿u!½ý³UhV[.u³ÜpNâJiŠ÷ý» }X»¤-Pš¾ iõÅ1±†ëÀ™4ut˜"àRynE)¸u¾†1ʉ¸$2›èöÕqÃDuAð»<Ò~Nš„kO²…ñ†î„w s«ÎÄß*À¥t»J£¦ÑÛxûó¡.v^K ¯Å`Z^n©±VÅÕ¤ç÷–^â¸çãVyŠâÚcmnÅŸ÷(IñÕ8ÿ‰´‚N‰—>4v¾‡âðaÈÐò‡{4˜¤~¦,f¬3ýyOQ¯¡›è>ë¬aâ_‚#xÄãû‹ÖÅÕ¸ðJ3q5™ qO åµÿö´k;#IÿGUw¼ïDz¯É’[2@å­ÀÞ„ôß~[Å6K#Í _<¶O{çF„8¸¸Ðãýúú<•EŸä°$û xÒËïµ ÄÙkŒÏ†„)ÅU\eç¾ïh¶[ºNN³ pU Tlæ)IšÞZ{é]ƱfµåT7‹ ç¨[T±ö ôꊫ Jž¹È“´žv¼œëpÔh ëè06„Kå9ÅÖùÆ«ûv"¼Q‘Ö‰ÊÜ ¯òÆæ™n2Å|nm€¸¦Ç²‘ã\?§c Þ*€ O ®jèßõPwôâzCI=ž¨C^uô>|âLjjüoUGo2kµîC*|\ˆð”îø0ìûõcâ¢Ãvl‹ÉShÄ©Uó¨ªù¿ÖkÂìrÕ¡#<::Jwèè¹VûV …O1«6:0ýlÜ"ˆ+`¸È^´xúeÊL§—ÇMnNœ> +UèÌ­mÿ~uïƒjî5Îô}P–gQ¢‹›¦Ô¿Š‡‡fF”¨-§%9{¾êÛJ·H‹>3cFç—¤iK†y8êWwé:|þÛ91?qá[îöMGF´¯ÐÌ]1®›½ní¦½ýΊkˆnáÑÙC_nÃ3”ÿò𹻪^ùÅM\95Ðbm­ÕÍrÃu¯] ýÎÛÃPeǶ݆Ύ,¢,mEusÝÀFÄytX U»á¨á',£ÃÔ¦Êס¨ZœôÓ¯ÞÆN»¶}›þ¾ú׎&ü2^?‘ç1xÆúT¡úñ ¬8ö$ãX˜<Y|òO«û¶i{¯?¦J™*iÒFé…e¯—Qû U†W.¯lO^Yš)aÛO,6–©Eæ=¯¨ñè%C/qW¼UAê&®þù?úVêâÁ„xýž¥P?žh˜U~>z·{|ôîùED±JM)®¯ö"¼Ž Œ–çÇü<®÷ããÃi1=Qq;~åøÞUóéëRÊTUËK³öÎ6=t-TQ– 7žb:WuGØvKÁø³q‹ ® ®oJg¾*Š—óðäYŠëÿþwO­RÚ Wq­,;0ö ®òÌÅõÞ=•R¡‡å+©z™ˆ+€¸ ®Ò°ÄõÞ½»ÕŽdS@\ÔOq]ìçË/-À 6˜ÊʇôþÏ"®ÚwUÉe6Ä@=¤¼\¸vuFZ*±Áäçåù¯yôè‘Eqݸ.P*ËdR[C*mZqPß ¿3ÒS]¹OïùÙ7²<¸oþÑPÈe¡!{è¹´»Ú7³³„†ø|ˆ+€úƽ»7²®úÿ±ØÏ×Ï×[€ÞÛé}žöÒ¿ÿ®´ø¹P+•W/_Þµ}[Nö ±¨\"ÙtKéöîÞ±ýÊ¥ ‰â  òàÁýGá,bS¡÷y‹çZ«Q*d—/^Ø·wϦõA‚lº¥BChk-”UhÔW€†‚J%‹ÊüÒ²ÒAÀçëεª-vÄ4„¸ÖpWˆ+¬â ®Wð‹«±»îÙ-—cølÜZë­¸VW,6êhÉ¢û÷ÿw÷®ãq}.âÊå¤kA^î‘ð¥%Å÷ïÿYYù¼Àp¹"_ŵº†´»ÆFÙ²›^¼¨p¹_ŸÅÕüÍ®Àvn¨?âÊÑ]a°¶é«æøŵVî lˆ+hXÖúÜÅ•Þ4FXµV ¥.–=Gq Ûò¿ÿÝøöGœÔJ-®´=>/qMˆ‰Ê»•#“Š)Jϵª´Ö*¸ŸKÛãóׂ¼[‘‡Âsoå| €-£w” Ëhhk¥½ñvÞ­g'®Æ¯–5W½»ÆÇD…í 9°wO55ÛÁØ-B»"mŒÕÖúŒÄõ\ÚYÐp±xîñ¹ó,ÄõoAA¤!Çvĵ~¶Ô™úpþâ ¬RÎßB\@ƒà…WiîáûéLyŸ²âdÿ¹ß®Nû'*\~ùà†È<)ö@\k_yYÖñ°ƒ§ dOÒQæ²—‰Ë¸è²?ÿóÔ¡9’+«¼H“÷—>ãºÉ‹âL\ßÛxM„ý×Z#<õm;â>ódù‹!®uhÎ?#®’ë뇺´~giLž;? ®‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ 7ÿ?ÿï endstream endobj 570 0 obj << /Type /XObject /Subtype /Image /Width 915 /Height 198 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 7538 /Filter /FlateDecode >> stream xÚíÝ X”uâÀñß;ïûÎ Ã Ê% ¢ ¹sR•¬â®b¦#²q(‡Šë•榒Çž¥xl«”«¦–ݵYºšeÙ¡µæV¶ÿrÛÚÓÿ;Ã!’mÖ†¸»ßÏóÌñÎ ï̼ó~3ïø8¯.W€K$ÿ€$›¯Õ¸t¾7˦eYV\*ZqMY^(H­FUÕëõÍY?+Ãwiµ©ªÖåw¢”X\@0™LnFƒ^mŠ’$Žåëããåén2TE×:I‰$Žàïëía:¿I‰$Ñ3¢{Xhpg_Ïó›$I cXb£ûDE„ù{iM:·'›“Ô±l€Ú?Ùníìl²åmR;‘Y6@–•™ÑßÛ+,È×èÊ-Iê– Ð ÆåfJëÙµ³·I¯èHèP•åÅy£²Òì}#‚}Ý ç’”U– ÐæÎšZ^8jÐÕÖ¨PO×'W’:вÚyÓËó³3ì}¼ܚ7&µ$õ, ¬Y¾xÞÔâÜÌäèî>ÚÆ¤+Iç¦$I¡~íòÚYåã†ô7÷öiþ~Ç™$ÿïè÷Õ¯Y6·2xŠ¥g°¯É@’@ÇjØ´®nþLj4[dHËW®$ t”­¸gÅ‚iE9iq$ \¶m®_¹°¦('=.*Ä$޶}KýªEÓ'ŽÔ’ìB’IhmGÃúÕµÓ‹Gf$@’H I$ $’HI$ €$’$I€$$@’H I$ $’HI$I’I I€$$@’H I$ $I$ €$’@’I I€$$@’H I’HI$ €$’@’I I€$$@’$ $’HI$ €$’@’I I€$I I$ $’HI$ €$’@’I’$@’H I$ $’HI$ €$’$I€$$@’H I$ $’HI$I’I I€$$@’H I$ $’H’$’@’I I€$$@’H I’HI$ €$’@’I I€$$@’$ $’HI$ €$’@’I I€$I I$ $’HI$ €$ÿbÛ·Ô¯Z4}âÈt’H@Û6ׯ\XS”£%B’@‡Ûú‡{V,˜V”“âK’@GkØ´®nþLj4[Û$M>Á=-)Ãó+ç.[S_ÃÖmÛ·ïÐ~¶oß¶µá¾ú5ËæVæO±ô ö5µJRoò ŠˆíŸuCùÌEukë7Ý·yË–ígË–Í÷mª_»¼vVù¸!ýÍ=‚}LúÆ$µ&e½É;°{trfnñÔy‹ëÖ¬»»¾¾~=€vT_Ϻ5ËÏ›Zœ›™Ý=Й¤Ôœ¤êæÖÇž‘_>}^í²º+W­Z  ­Z¹¢nYí¼éåùÙö>a^nª|.I£§h”õêA£ ˧Κ;ÁÂEµÚÓ¢… æÏ5µ¼pÔ «­Q¡þžFg’B4}¿ãîÑמ–5*¯¸¼rÊ´ššéÚSMÍ´)•åÅy£²Òì}#‚[¾pmþ~Ç»shdl¿´AÙ¹ã EE‹´§‰EEŽ‚q¹ÙƒÒúÅFvíìÝò펖¤ó“«‡oPX¯X{ÿŒÌ¬a#rrrFhOZe#†eefô·Çö òõ06oJ6ÿˤ§pXd_«=¹jZZzz€v•ž––Ú?ÙníìïÕø¯’ÍIjo““—PhDTŸèX‹5@û³Yb£ûDE„9‹Tå¦Ï­®$uŠÖ¤§oçàаî=###£´/­³žÝÃBƒ;ûzjEž{“<פ‡·¯@`ppHHí-$$880Àß×Û£M‘-MMîž^>>¾¾~ÚŸ¯¯—§»ÉضHg’’NVT½ÁèfÒ¸hÎØÜŒ½ª8·#['éjÒ¥¢ªz½ÞàRÐjSU¥)ÈÖE¶D©“e­K—ˆVœîBA67éÊÀ%Óž¸ À¥'¾Ë¸¬’ðß'I~@g‘›§6]ìßòm=µ¤]FŽþÅ£)ónÿe³Mw±·\°1ðç¸ÇMA?æÖsÎ{|ÿ¤{<åßx:;à»×õôùqózßØã¼¿Ðÿm÷ºžé1•ÿwý9èç™ÏÆŸc.†`^‘‹õüÏ0ƒ-ç^ù[>g\ìûcæl?o½J º1è£óFçʦë3]§>Aÿ«¯b´ÖM¥g«å4ó¼w×ü/f.á}«Úû}ãósÎíÔþTð¿<*ìûÑ%½Ú´†}ú¹åùUð<ìÚvyÖ9jü‹-¹m<}ÃOˆ3R…ëö·»ŽoìÜÇuí$÷s·¬ûÞ‘·B4–ú}÷òqJÓ§…NÇýê³8þ[¡½þ'FˆûÝXŸŸfŸ"ð¦!€eÐqrg€ËÓ×lÙ€6<žù$Í z¹ÓOûÛý®Qê×Yˆ¬Î¼"àrp+ÿ¦‚Kälßå]\Ó_ŽšÿÖ±ŸÇ>yàÐÜðýËê~¿×âÝ뺷ÜN|áw2åÆà1sFî9Òcæé¯Nº®a}Îõ½Ìol|ßñ§µÁ—}ö儞ݎ)WN{tú¬‡¦y*¼¨&âöã±ìºëS£"6<ùn—>g~ÿá[Ù.ξò£=ÛúŒysõcÝŸ:rh{¿£=ÊÃg=rZò(¹yüCÃ×ozíÕ_ݹÿŽÇ^ûЛ¾™ýÒîGËí/˜ wþ^dEÍõÈZ‘>m[âò¾‡mÖwÈ›¯§ëî;#siâS37¶ÿ•73çÌì¶ %²ïóõáÔ_îöXôæO_Û­ä&C¯ÂÉëÔÇsŸ{·RdÍ?VýäWŸŒ<–ô·{^Xý§žY£u+ µSq°.óög2o}uÅj÷Œ1o›—|ùY?þn·%§þ¯ö· _šP¸ïš¸åõ ö-ØÞw„Ïëu|¿úø‘˜ì|hQݪ[^|ùÃU·Üµ¸W'}pÐíÎÕ}»|÷†÷KO:|&}{Ï7®;˜~ÛÓþƒ6º½>ãÝü}ó:éž› áÙîÝ]îüX·g–|]ðî¾ZË­š2ôÚsÛK ݾ~Æ­øÎwúêÏ–\_ÑÆžMCßè<¾ìÕ žÉs,˜÷̉qY>™w›/>1dÁKl‹>zätê7¹pï|䛵Ù–œ½±Ç#Ó£¶ÙEHòî ¿ßèÆö‹úÓ’/>šth±~óÀ“[Vü³Ûö÷?˜ývÑéÜ^𻫿„mæØè€oë8nå³9Ó‡-ŸzÕ›·ÏSo [^ûbü·ì½y×Ä»ú宪ü[ýË¡{ßÞ7ªî÷‹{|Qvòn3&½úâ o~sô&Ýc¶Ã‚v–ì¼/ûÄðð¶Ì­Ý}ÕŸÞê:ñ«‡þ±è¹íã‡&ß3óÑ襓~uW’ý©å;’>7vtÚð5_Ýl+ýäù€Ãs+ÎUË‘+Šò—T¼h|Wœ5á¦ß]’;'Tjx5²çˆ9=È/¼5îÌé3¤å3­Ý4ktQèÜ¥¿ªõdÑàˆNôÜòhlÙ‘¹·,^ìgì¼{Îß?ª*~Z­Xvï{§m¾ß’5¶ ÏÄ®wݹì†Ú­›ÞMü¿‘÷ïŽ<¹vgÐÀë§u­{¹sÜրùýñ“¯o{mg÷Æ·ü®7~8õgžS–±-,zÚó…ÉSb–ÏÖOÌ^utÞÌ/ÿ2gãÁ†o>Üù‹=ÝrFM9z憻Y*džͰLÝ÷ÈË·sýÇ]x6Ñ$Æ=³÷‰½Y]6ýr^â !÷ÙðeáÃA›VÜ8jòmZpÓì(·n3^3¬ù2?;yÚ´9§ž=V}ì£÷»òŽ“3÷²>qÊšŸtç¾w7,{è—ƒþðÇÞŸ5îp¥rr™ï„Ü››óy§A×ÞöØW…$y>9{wÆ…‹ ÞyT½s×ø¿†îx_Ï÷¬MØ3zȘôrÈgýNRÖäÏ=«»„ß[5829õóy¿™yVÙp<ñšÜ8±c^Ä+S†»òã»ëm o÷Ê45tð gÇ–×(å©KßHqDÏùüµuöu†ù'R–>ùËkÞŽëá“뎬>ëßPùĶ7³^ífœ!WÏîbødç§ï’râHîïß<0<þáàñ=öß{ìñS?^5{õÖUî±U%{¦ì1,8uò·×ì|åÀŠ9eþïú¬xíɵ_?~øë]sßtxú-w<5`Ø;Wÿ¼OéšûŸ{r²gÒu[î~ï–GÿÚ¯û°¿fœRl¹jIuWãÞ¿Ëõ¹²*}Jø@Óñ‰C®SÆ­ø]î]I¸wL¯”ãAoÞqt²òÐÚ…ïû¸nàs‡&—Õç[Ãg–-\âï¶ûÞŸ~èÿÖ«±§ë7œý¾ãÌWÕGçDµŽY·.^]Üe©Ù{ՌǮ|·oȺÅýþù䟗gû6l¹¥ktõŽO~sÜwÎŒÕûÂÇ}#~{ÒþBòö¥†a[Þë:cÜ®íꤕïu}çð#þ‡më=2o˺ ú¥†ßÍ<°«`è­a_Óõ­í¥ Yv½uäLÊ!· ?-¨x{È.³MºãxøÈë‹¥«wÍòIúJoé6pdzžõ¯ÛpúÆ¢¿2aÜÜÉg¢ ?¿wvÐ;5·ÍÞ¿ëìÕÒYÿ¾ ëW×N/™Õůy÷î½*²lª@•U J€*P%@•¨ Jª¨UT €*ªpùVyyü*Aã®`›wù*š¶3¯Íí®ûù¤¸Ž¯nuIWí*Ö4M­iu|aw¶™ƒÁuœØæVs~âó ÷ž7Ýç·ñh3)EE«éoÏ›j¡ý]צóÉb±øîŸÞ¢ŠµÃ¯µÃâ%×Þ9_j³Î7Z¦/¸÷ν±OÏîm¦m®ã'¤_K·‰Œ6{_7ŠJ×i•vx¹iÞOºNË\·,Ò}w~½ÄÐ󦄸¨åQ5¿²&ñŠ6ï½-÷6þ¼ÇîšR審TqÌu»s» iµô®²Ü|>ö¼[ã\;‚ä¶Ï¸QXãå@m]®û¬i}ÿ\;-ÎÿÛ)-Ç›¾s;UŸá:¾JÄ5=Ÿ]÷ZÐ4õA«Çð¾vÈ)Šëµk¯V:)çjr.^®síPã:åÚs¢óy÷Ï9Ÿ«TÔ2¯Ô¦Óº$×é¹½<ïq-¹õÒó"®ÕcmÜ•Ñ@‘+Mv®¿-—âºk¥Ã-5[®Íç£V|¥î=×mïÑ}wi;¯yOù»ëúbå=EÖk§ê –ë3µq±õíW¨_J}Z.ùV:ê:ݯ­‹É­n7«Íš½Qr>n7qWÓ2}@ê-ÐõpßÒtÛ!ͽé[?KçóÿR»uk%®Bµ5O¼¢=£'õkvXË:²¿å•‹Tº¸^ƒ*Rçø*>ÑF€uº@ÙS¾OL7G4îùå»cÅ/µ5¤õ:•"?ªœÛæ`%ìRó4_ëZ›¿r-Gçq’ÁpÞÒ¡MÝ`£û£¾ù’k]+a¸ôö^•+åGÅ^µÕH" ­–¨M_Ó2µB¬júûÕºBíyÏ–^–ŸÒþÒO»t¾ü¤vÉ`µ8-/QžQo›••zò‚˜/‹pª>¨|&zˆ£ÒÇú—õ/iz‰ë>GÄg]û¬,Ó;Ÿa‚!PÜ­Ä6>oy¦\$èLâSm­øTrÓ^ã+EŠ!G$IkTš`ÐWi‡:mz€¡«Xêk4Í_ï™Útn³Wã9í6²Ur¸V§½ÞaR²vi²áÏJó£pSR ÎÝ¢þE­]‰Tœc‹ó5n|¥C[^÷L¯¦3çÕ)–Çže·x¾e}ú[ÓüWJcï ¿6Lvým­6­“VjÇ´îBÄn£ò?´gÛ[þ…p¾6síËŸãZϯp‘jª¸Ã9b‰hïÆÝÚ‰Œ¦w§®Ú£mñ[ q¯î˜n´kŒ<¦;ÐtÙ(íþg«§tOÈ^ZÕ§ýooyÍnòTŒ'å;%çZó´ñkã{Æñ¡±¨e‰™D¾ä,±“8¥½þ_7]~ÊØü¾÷©ñª¦ùSãVïëÝ´Ópí „ÕßO;uŽÁÂy›“Þm½þ›ß C˜Ø"nM´×G]¯4¾­qnaÂÛuqn)Úó[h¼Ùçvm^gŒÜü´ËïÉ®îTÏ}ø|ÓçN²] °]I•U J€*P%@•¨ JT P%UT €*ª@•U J€*Y6@ÇØ¾¥~Õ¢éG¦S%@•.hÛæú• kŠr´*C¨¸lýÃ=+L+ÊI‹‹ ñ¥Jà2аi]Ýü)Ži¶¶Uš|‚{ZR†çWÎ]¶¦þ¾†­Û¶oß ]mß¾mkÃ}õk–Í­ÌžbéìkjU¥ÞäÛ?ë†ò™‹êÖÖoºoó–- ÚÕ–-›ïÛT¿vyí¬òqCú›{û˜ôUjYÊz“w`÷èäÌÜâ©ó×­Yww}}ýzí«¾þžuk–/ž7µ8739º{ ³J©¹JÕÍ+ ¬=#;¿|ú¼Úeu+V®Zµ@ûZµrEݲÚyÓËó³3ì}¼ÜTù\•FOÿÐ(ëÕƒF–O5wþ‚…‹j´³E ÌŸ;kjyá¨AW[£Bý=Î*]»¿p~ÝãîÑמ–5*¯¸¼rÊ´ššéÚYMÍ´)•åÅy£²Òì}#‚[¾‚mþºÇ»shdl¿´AÙ¹ã EE‹´³‰EEŽ‚q¹ÙƒÒúÅFvíìÝòeV¥ó#¬‡oPX¯X{ÿŒÌ¬a#rrrFhgZh#†eefô·Çö òõ06oV6ÿ‹¥§pXd_«=¹jZZzz€ö–ž––Ú?ÙníìïÕø¯•ÍUjo–“—PhDTŸèX‹5À%a³ÄF÷‰Š rF©ÊM`]Uê-KOßÎÁ¡aÝ#zFFFF—?sxQ¸9üZÓ€lSì5ñæð¤˜¤kBxö„ðkL‚=<Ñb‹±Ùó ÃÇôœWVí(¹"Úoî]]U\R\™W娮 rI¯rI?6;SD[,1IññrAyÙõf³µ¨º"¯ª¸¼Ì=+Oª®ŒN-*%a O 6)În±[láÑñ1IvÅ’(쉽cå8›dÊÈ6M6Y„9ÜŸ“d ·'YbÌÖð‚RÓ˜±æðB!bâ’çêJÃã-æ«-A”„0 3™•H„8{L‚“Mæ˜øx{B‚ÎM—d‰—…;°ÔjO/â•h£În5Zmæ˜ÄÄxa±Û䌲‚¼ÂŠëmñOGÙqæÞSŠ+ÊËÊ¥Ž²*¥—ã K|ïiRAµNR=¢­æKB’öùÅnf‹.Æ,ÌòÀ+¢¬½¯Õ’blIñjŒßÛ’ _oµ*ƒU‘'¢­I1Öxeh¹ß»P’ÊŠuq½K²T0±Ø¡ˆGE™ÔW®Ì+®,®¬tL—+µ›••—ª¥“JUražÐ©¢J$Ä©rœ¬¤Nš”W‘'ª”âÊêâ+¬ñ½§HyeŠ£R1åå—ø•WËùÚ\ JŠ'WËf¡”(ùB*åUˆbeR¹Z)•8te¥Z1™õ†ÊšÊ*a.u¸ë+côö˜øePž^(óJ'ÉSŠUYä)åe…ņ²^Švv’£¢ª¸L8ª2òŠD³â$.ÎÞ»¸L²]a1÷®Ð9÷d_•W¬ÓFÔ¼R©ªÂ¡T8JÄ%ï KïjÙMW0ÑQQ0QŠ‘©r‰¨Ô–ÒäêbY7ÉQV(‹BU+µQY¸ùꄤ•Q¥TçWVWUK:QXS¦ÍT×ÛâÌŠê+JÊ+TmqÛÌn1ÞJœ=1Ælïc6¹)qqñ1ª-F˜ÂÇD[Ìfsï4£$*EÅ•Â= ºÒGXm1IB±X“yФzš…Ã]Ís7ªª"„A¯½¼BŽ‹w÷)T½Üò7Ý me ´‹¸$‹—0'$Yü€ÿ¾¾>>^žî&£A=·QÙüVÒÉŠª7ÝLw—„³77£A¯*ÎmÊÖUº²tv©¨ª^¯7¸D´à´ÏÂMM¶Ž²¥KmóFKÀ¥£E§»P“ÍYºÊp)5·'.HÐ!Ä÷bÙ—[•.—߯ ñ[Ò.gŒQ£€1 c0Fc:ž´<ä2ýo0FcÆ(`ŒÀÅ…ŽóäL¾?cÆ(`ŒÀŒQ@G_¢¸¾§÷™Ã¯Û:æÇEÛœži:ÿmÓù3­ÎÛêú3­þF´9/¾ïW…¥6çuqÚúïøµb¸|7$èô‚»Ù<ýC‡‹™/àÒoD¶žþ¡ƒø)‘ßw]ÛÆ ýË#pynHž½Àé…6Å÷\vQ|Ò¿¸ŒGøÏߘüÁÇ»á'ý›×.¯ ÉŸrýOÞøc£þû7*¿CÇ2.+mÿKbë½j|Ût8ÝêÐ|Yóí¾ï÷o„r;’ÚÜ‘®é´í8Ýt,Ø}#?ünÞDz/ø¼i¸;Ö¯®^<2#.ª‹Ÿ»AÑIÚÇmIÒ)– Æ(`ŒÀŒQ££0FcÆ(`ŒÀÅ€1 £0FcÆ(Æ(ŒQÀ€1 £0F1F`ŒÆ(ŒQÀŒQ£€1 c0FcÆ(`ŒÀŒQÀ€1 £0Fc¼¯cÆ(Æ(ŒQÀ€1êÇûDLÅ endstream endobj 565 0 obj << /D [563 0 R /XYZ 56.693 815.761 null] >> endobj 382 0 obj << /D [563 0 R /XYZ 56.693 617.668 null] >> endobj 566 0 obj << /D [563 0 R /XYZ 56.693 599.855 null] >> endobj 67 0 obj << /D [563 0 R /XYZ 56.693 463.096 null] >> endobj 567 0 obj << /D [563 0 R /XYZ 56.693 435.511 null] >> endobj 71 0 obj << /D [563 0 R /XYZ 56.693 278.795 null] >> endobj 568 0 obj << /D [563 0 R /XYZ 56.693 251.21 null] >> endobj 562 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F52 247 0 R /F75 438 0 R >> /XObject << /Im20 551 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 574 0 obj << /Length 1857 /Filter /FlateDecode >> stream xÚ­ÙŽÛ6ðÝ_¡·µ]†‡ëq›&E‹´HÑm^’,£‡HF?m~¸Û<{™È(yªÓèîC”j‘fÑ^a²èî½ÝþZ4£­w7:‘Ûq¨êª/;v8XZë«Ï&àû»_à¥Dž$D§l›wRꇱ+†ªm–÷+ðúØßÜ–xØ#àLE{à,5ÈYœi‘)Ý$"Ϙ7•Ãõl¿}FKlðÞæÅÝæq£à}©(IEš›(Ë•H¥ŽÊãæí{à 8q¾þr˜Ç(QRh“¾ŽþØü¾‘¬$¹P–Xò´ã\(™KF(¡”ãÃ_ŒÞÞ()åöyÛ*–¸íl šx²ôõÎÄ’v#ŸŸº–Û¶´}?ö²|T¶`•l|¸²øõ÷;“¨rt/þBË‚9´rϪ{³S:ß¶Ž2àÔŽOHÃþÆAZh¯¦bS?Ž“­‹r¶`sUœNEW~:¬0ûŠÝ†q﫦¨:><´MƒÐ—íù²e\‘y;OLH Iô¼®àeä_î·½óP™£g6µü¢ÙÅrûTuð¸=Ú†Á§Ö£v:Ù¢àåGÛÑi]0Vñ` ëÉYÆéá¶;Úa(<µcÍ?Q²|¥ô®Ð*ù>MV`4v ¼yeÏX¿d–µXÔõdÉ¢é½álS‡nÖú%u|…Âczì5iÍdko1)HJ'lòk‚öEÕW}ïXƒÃÞ9À›öÈ„ˆÙ€hjŽÓØœv=-†Ý.\+:¨yö<|vdMà 0ÈáÔ2OÞñÉóørðvôÔms1åM‰ÁàsfÍp)ÓGÑk¤_tø¦7öI …-ˆÚ-c‰\´²Ý™•}ð}ê`Xí2ÕN{±ÈR~]dÏ41˜;MaL¾Îž&ÈžIž}ö<Ï–žV )RkÒÐoí`/äú•94Êa”v¦ÅÕ™ÏÅ ƒÎž…ŸUÉX5ßr†ŒðÂüX5´?Œ´zo›\3y;Ö¼k›ÅSº/zÏ"XEAÒWg1•”)ìÜ g,Çã@UÜeäøìÔùÜ)ЃJT#Ï¢ö²A¡ÖÅP²¾Ù aEáò—ì3¡bæëUáã×z.Ž'Ú>U‡UqpÙÕ%ü¹:ºº2•„Sዔ톪4e×!âkÒ×»t’‘îõÿâÒIª„θ Ýþq÷çó_vê7»=×cÕ_Mõ¿«¦lA6ƒBºò@r ®Qƒ1À‡Î2ö+Ø9œ6TIð®wG ŠtüÊ“ ¤X[ô*v€>Ž]v‰þd›ƒ«OøB¢jüÁ:âb6œ›ÃÚ;$[úeÒIzÉ«é}ü†€j]¢ÆýxßÕ0")ë]ÿSS1×r [ôS¥Çº 5×íAÜ‹ÕßI‰NE–}“­JˆÅ,ÉÊs#’ØøŽR_l'_OuQ"Ï쓆Ïbás+ȶj™5Äu‚d üìÓÔa„{w˜ŽŒ1øìç£VÑ-ˆ{ÞIû‡nø¥›à)§Ðçœf4Ì$±Ê`ÍDªsnöþkš˜RJu_Û…V Z+¡ÒÖ\ì ëûåÔÙ¸–"ß§Žm°g^Œµ4Û>@ÞªÜï ÄEaº*?ÁýÐE_';´[÷À››~G‰² ÒšVO×ÎŽÙ_¨·µ¿[2WnJÀÍÜL;6\{ZVTÊ¥üšnÚaE,Cm]H#‹4ÃMO"]·†•Õï;`¯öÁ¸k,òÚE›7ðu03—­³i#pž6Ü<Å¥2;¨âØÑKIœãL­&ã†&ñè¼!»®šÁU2VSFŸq«{L± ü>ì¸å¤„½®Àž>Ñc1ÇÞz ?Â4VpÂ_Ï̵lûßÇ¢9 s¤ÛÛ3?†±âjaOrÝLª›³‘vk>c¹²ëÒߎë]è:5~×ôI:&0ÇT\ªC10޵c0ȹGȽ›™.´Š, ´–g²(.ѰÉ{O碰›‘pÿ8^U|íŸVƒG£‹Ç¶¢ÞV¹I×µÂÕ²h|_<õ/ŠûXWÉlê¶ÕbŒq€W»\oƒÊ·Váu¼êÌ1ô°sm³À®BËupŽßZŠòZILþþ¢ÓÑ>mõØ›4×b:^õž'g¦¥ÉàÃ:ó~À sVÉ…ÖwÝÏ5Á$=o“Á? —”1ì.˜Üg%“‡ðÄ2tG<5μÑðœÏRà4V'aêÏbп-Ý‹¤üÓk…Ò!]uY¾W9 –W?ÅÓŒ203KbÂJFXÃ?$—iñÒ?‹1$Æ4ÿž?ÿÌ„“$ endstream endobj 573 0 obj << /Type /Page /Contents 574 0 R /Resources 572 0 R /MediaBox [0 0 595.276 841.89] /Parent 569 0 R >> endobj 571 0 obj << /Type /XObject /Subtype /Image /Width 930 /Height 333 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 580 0 R /Length 38697 /Filter /FlateDecode >> stream xÚì\ÇÛÇ¥ÚE°÷Þ»±Å5ö–¢±Ç†b°`×Ä®XE¤£tT@é½÷Þ;G?¬‰“÷ÝÝ;àÊî²wTå™Ï÷£w³³3ó”™ý±·A (P @ (P @ (P @ (P @ (P @ (P @ (P @ (P ´ÅRTX-ByY)Flt¤ÆÞݬr ò E• €Ê• ´e•ëïë-B+¹—[\XPÂ.âN†”7±{.Y/=`ÐjY®ù›!6O+€æ¤)Tî›7¢{KÇä±QhP »¨€tz¯b6ªký, Ï.¨°uò, ÿ®=6OG÷È(€oUåþ˸üý÷ß)ɉõï‡ú—“ÜÑÝ}ÉæšeäSÏ<ÜV6Ïß/ZAF€Êå–Ô”dc£¼œ,Ñé­<ôð®Kæ½—Ù­]çÌ•‡ 쟛=yÔ–±xjŒ9!)!£x£ š nW€Qà18¹ElÿêTîߟ>ݽ}3;#Mtz«ÿ08©ç|\×ñ«›mVfúÛjÎû÷ïÚ,˜ù˜l­-l,LÛˆ7Ú ÉàFp€ƒ“[ÂvK±„nS¨Ü/â—;7od¦§ŠNoÝaƒ¿ž‚Ͷ¨0ÀHˆ‹¶f &àFpÄ·MyB NnjÛìžµ•è[÷&ö¯Ä*÷§£_þ÷Õl¶ù¹F^n¶¹Éc07‚+ ¾mÊbpr3ØÞJT.&qÿûï?ì_‰Uî&mL=~þJ 6Ûü¼€‹Ù“G`2nW@|Ûš Äà䦶½eUní½ÍÚ{¹õÞ¥R¹[NpUî?_Øl±Ÿ2.X‚ɸ\ñmk€ƒ“›ÚöV¢r™*•»ã”áÿþù矿ÿþ*Àf››“pÁòLÀà ˆo[ó„œÜÔ¶3÷rwŸ1ÄEî§O åcEš½Á‡Úšªà£Ãåz,7Ë}ÿ©ú'Àf›“ pÁòLÀà ˆo[ó„œÜÔ¶·¬ÊMKKå>§Zû\.÷mJj²á}Ss“œœl¡'Z©Tîþs¸Êýôé#)Ù/7)"¤´õuɪ6<*ö³P¯½þ•µ5Õñ÷ÖMüNË­èãÇzÎe 6Û쬌o̘Wvo;í’,ÎYX6ò4’½^5 Ko½Žj|“[C43¢.íÞyþU ¸2ª-•b²oé²#ÎÉ_£šwÃ'‹q½ÿÊÞâ*WWïV\|,¦]ýü0‰‹ý‹½Æj°úŠŠò˜Ø(£Ç† UîÁ? qûáÕÉw¦H£ÎòHzÆýÔwämj(÷ÇUî¿ úf ›mVfú7HšÏùáHjºa¬8gay؈sȈ²Öš¬€:Ͻê›,IqþÏ9„¥×Ö$9í$Ûm¡nhZ£M²qMn-ÑLó:=É~o×\3ü:Üøm»¢ VGs%ºÌ‘7­þ¨ãf ÍïQ»˜XÊDÉV±¤þlò¼mÊül0ð|kÙ'Éb!|½¦6G²+{‹«ÜwïÞêܺS+b±×X Vÿ÷ß'$Ä>2~ÈPåj]0üûÓ§ïß“PæPõ?ìjûswÔïHH9ß¡ê<«?OV•Åg£Ðo…~"§Ìo«n†ýµÃ*9ñ×F ¹¥ŽÅ¼Sr__Þ0AE?£ï¬‚Ùïˆú·Ùö{g QîÀ=QNmÆïƱ¤óyÿ›mfFš(‰Þ®žÒ§³ÞGûný'¯9i•–FÚ¸5’êMè"ƒqÎÂòP¸2=ìîDálaÔmªÏå)g2I–Є»­ÊHy³mbmMò›‹KGOÝe•ÞhŽ¢4¹×êA|3Oy}l j?ûaìWÍTÏSøõñq³ÍVØ©~G’î4WZÄ4Ý4âÍ–vD2Ó.û¤ Ô§F>YÝ¡‰wB3jã;ä¤wª˜§0[$•ñxI÷Úeºõ¿xûËÀ”Æ5¿ Vs£¤:ªŽ^¸ãºsDz×ycú„P¹ËLã›Ä5‹h“µÝR\o“JgKùƒ(Ù*–ÔŸ¹ù7{~¶ x¾ ×Qc!z½¦2GÒ+{‹«\Lʾ}ûöêõKáaïß¿ÃþÅ^c5X=¶É_¾z!.>FèOZP©Üc—¸*÷o Öt•~?…Sv| ê¶Ñ¹ð=ïPiÈ)ì¢Øuö;VŽŽÏõÌ¢K?”ùb*·ûºG¾!Á¡!!±Ùåï9q„Êu(&N >1ÛY¾?ªÿÜÁâöïãåÂüû‰ÕØ!¢ùÇ'§ç†'*"4ôtDÙ”Þa³ÍHK"=Úöq2u·F㯛º÷o_ÔÞþã’ý6q"-[/É^ç†a;ÒƒhqÎÂòP¸25DÛèTºebjaÎÃæEhjý½%'ùÅ&7À„8Û-ø*{žÐ”Ž¢4Ûp†í³‹NæU&¹*×0櫈fòüú8ÿQ³ÍVÄqAö¦OMŒŸš]^¥„аCŒ‰·n‰M6äëcñÈu]nž\W︯^=ð¨[Jm|‡œðNóf«€2£X?Ý415¢¯û×Áõ±MIzäï¦)_Ç~BgÔS +óÇW®ÔsëAç˜V´Ì_ýÑS¹OãšÂ<}Îk:É¡ö“.y§ÒØ%®¥’­bIýÙ¨››„ç›p5xó¾^Sš#ᕽÅUnzF*!t«/\úó¹í3ì_ì5VƒÕÿyá\XXÈ»wo… R¹'®<üûÓÇ÷ïß Súp–\ç•Ïóß½}ÏIÐÜ^nޣ̷ø¡wÏ–u@*;ÝÙüíË|öáO,x—ÕÖpâ®â*×¾¸æån¼SÞ¦?ù^©î÷/h†z›®?¡Ñ: Ñ)½‹Í6=5Yhûj)¯3 H>”œžd©ýãh¥ö˜ÓäÕ&ÿrÉ!&…¨O0Ú<©¿’ן->xöÀÊñ,yü]—¡ËN;G'‰Ñ,5Á÷Ú⾈ÉíG­<ÇwúäJòÜÓe{MüUÇ=¡vnñoô¶OWçöÕÌP$5íAoÚþ&‡ 튈iOÛ®ç‘(jZj2–‡Â•)Áº|Ü+I¨qb¨Áòî¨ë÷RñþýttFývÙqçI5\R°õ‰•cUdˆê‹.{$Ç>Ç–RÏMÏâ¹ " çH£a§=pχjKï}ΉI¯Oƶ}£èúcAí%†&÷˜<¦êúƒN×ðD·£˜ÊýÎ ºQÒ %êÕ¥õãzJóë1v—MœèÜMÂQHqÌU9âü!KŽ˜†ò"H‘ZTS’8sxĹì‹ÚM7Œ¨­‰0YÚu_oÃ}›rkr;4â¼wBzràã­Óõäy¯s¿™Ût^Ä¥ÔUïLâ\ñ±zôh‡rIâU&êÌ”GYrHéëxá”–à”z`´ˆ’C-·c2ºûš'¡iôEÒJáÕAæ®ä`³½s†)s—†ôÀmÏ♤"3£Rý¯L’"<&: ¢Ëœ¦1éBÓ>á%®r—šÄÒøDbp‰µÝÎB½75\Ù©ÿîW[/b—h¨£øƒH³ŠÅÚ6/ÄuPî±O—uBÝ×YóVwrÌÓ;#Ö.‡ü+Chösú­ž| 0¼ÓœN1"i&7Û:¢Ù<éÓŒÊRò…Ù Ô²*÷ÌÙSéé)\¡{ãæ5žÄMOÁꃃßVsD¡R¹g®?üôñã»·o…¨Œ¾0²]Ï­îÅÄ[N¶ùâhÌµØ ìmYÀ¡>H~™]¡À)%>{1•»Û»´¶¦’¯Kì‹HN©JևЄ{)þfø!öë-=PoÍ€2‘)a`³MKI êéÊΨݤ+II‡R¢œöcûN·™{.Ý=÷ËHY$7ã¢G2v(Ñß‘†ì¼ýø‰ÉƒÓkûà hÆÎ?ï=zxOû„úîuL`Þ,%1öå½[÷-­L N-WG¨ß~'¾ÓwÜ2zd¬Eã»n Ð|‹Ï-9Ôüg¬ƒs÷_}øèÁ ­ƒÛaºè~$Þ[¤í®~¨Ý õg ,ÍïŸ\ÆBh ¦KŒˆuIX W&ÝÁÖà £î±ñɉí­,‘ˆwZö(LÄ@,…jb}t°5¨ú˧f–æ–v¾ѵ|ð#öÓ,êµÉ*¬ÖKäÃù { Ü_J?[DpßÝ#¶ëW±¢‡âÌg ~/%07™ëð;‹»¢ž«z9ü©Ü™z!’ᎧfvÁ~Ö4ÿ·s\#bE2­Ñò@\Ôë“XRºäE™ZdSjPæðwæªÜ ßÁ®-ºDÆÄºjE–ÒMÛ+ŠÑLb=/Ƽt;8.Ìa_?Ô}Õ_{ÍRÝWdž˜cI€IÊÈšø:â-æ)”«€YFqG¬­Œq=ý8ÝwŸs$mF‘¦ i¥Àê p—°‡ëOÅzŒâ/]G¬:c"ºMÑ/‘eNÓ8’l¡ë<Òá¡rÃh|"±âbb\þ,¥¸Ö$ˆ;®ß­ïäÑPí— ¤Ûí†FRC³ŠÅÚ6bÒ´§Ùc¹«»ÿA—¨˜(»]j¨Û®èL“t?§¹ 2[T[4ÓÄ?QÏ7ç:¢Þ<éÓŒz]ˆ.̆® –U¹••Þ>^šôòöÀþÅ^s+© R¹Wïà÷rßVWóÁÉ·[Ý õÑ (å¯/tZßu]ï˜ÿ–Sè¡Ñ¡îsÞ±ttv°|¨ï˜\ÁÉ}¶L)Ì8úØÞÑúá]˸òŠØ+ÄMÚBüt¶ï,ˆ=7²w²¹»g’’›};®;$Ьú-÷^®†_©À”x`³Mˆ‹ Øà‡Ž¨ýÔ«~1ÑB‡"ŸáÚcž~@MM¤'žcÃÏ{D&D»is?¤®e÷ufÁD³ “åQïÝŽØþÀ¬Y´óÁÁØî²ôØs{›š#¸RDøô„0ÓŸz •ß,#kæ6¿vnѯ]t';dó[/$5ᔩ“ƒ] ö/=ƒãã„ $Ö `eÝZ¸1qÔÿé&5„Úa2÷gc?n‡TÃEØü&è=‚pË-*˜ žFpßéÛõËXüw•™GÔ6æ3Ÿy,ø½”ÀÜd®Ãã¢ãüõ×õDÝÚÒ—«r# ðQ‚ÝŒNý6K óò²ë^Ñ$™&y4…<Y³ãER¦Ù””9<•;õ~eT°þúûïKãÛ+Ì{E:í7§¸—õHF3‰r>2),4Å¢æ}}¶‚ÌðåS»H Ör Oˆ ±ÝÆB=± Li N‰«†‹(Þ_÷{$ûÝ úŒ¢JÑJþÕAå.aןŠõ…I S3k›g/=b)ÓÖ@‘eNÓ8’l¡ë<ÒžP¹ÃèŽdˆ y¾­—èÅTý÷gQ¤Ûí†FRC½ŠÅÛ6bÒ´§Ûc£‚,èˆßÍ °ÇDnÏ_¬Ãë5MÒýœæ‚Èl PmÑLWÿdH=ßlëˆzó¤O3JKEfƒWP˪܊ò2.î[·oÆþ­­¡‚JåêÜÅUnu5§N†éByÔW+°”#P_輡+RXb‘ÍáT—§8ž]5F©ñ|´ÒÄC^ìjNYüãm㉠v³Ë)¯<†¯vÜÓ+Ò]ίæž"§6mËmßü*n½`3î½\ ß’jÁÑ °ÙÆÇF ãoŒ‡Pï­&~q‚‡âünÏ–EJŒC¹5Ñot°Z•6Z…EÅG9ãi3ç^0q(†X;¦AĉO~ÄÖÎïáL›ßÖ <ìFÔûÌ‘AÃOyD Ÿút#¾Ä,"jæÖ}µAp q(êåÉ¡ÄM*ìïõéÒ¨ÛªšCÔ`y(â oqØFwØ5J´}dÑ:¤¼^ßöú÷Òš‡þñÔÃÅùÞ˜!yïq'Q.LJ 4ö¼g4ñ6Ø®µ_Ä`¯Ãmv«£NK†Ö5®3Ÿy,ø½$†É\‡f›ü¢ŠÂTîÝàFIƒºáB\ðÖ†œt Í4É£)äh׿&·G½6Û„Q§Ù””9¾­®ú*Àf%DŒ—îZüÖ»i|$5JË>’¡Õ!OÖv« t´ûm+7œ¶&ŽF¸Ÿ†ÚMçÁï Ã¯"Å<…lˆ‘Q*k°Ó ïݺzâ÷c»b?ÌßöП—c”Eò`ñç•»„–F “T¤5ŠëÆ’ôã…nɈ.sºÆ¤{uû(÷¿Fcž_yÉÊ+ŠÂ'’z 2ðþÂŽHu‡M}á’N¨ó?»êÙÐD\G½ŠãÄÙ6CbÒ´¯g ±ÛEüŽÔ¨ÓØË¦1Íš±h1[”Wj†+H`DÑLnÆuD³yÒ§åõZ4º‚ZVå–•–ˆ •ʽ÷À¿—ËáðC?ºPãæ›-æOQ¢}ÍÿüuÖ2Ü*¨ »ý¶GDdlÄ£ƒ ‡vÇ¿ˆIVeìšS‘Ä)¼´ $N³þX;DoÆØÚQÿÝ>”q³¨û³«Çôä.ÝQiÈÊ;¾‘§Ç?Ý@,±0îÛHO“#?ŽQæÕ¡çÀY{j…»h,Ö£=÷kÂv‹ «±<®Œòº>N4bãt|‚íööGæêx„-Ã\OŽmúîyL7\¸»¡Æ®÷Pûš†b•¡Î7~™ØK–÷G<ûNøåžG41zÄËËë†ßZ‚º Ý .h>³X{‰¡ÉÃO½Ž¬«Œñ¸¡'¦ruÅš*¾¡–¿OV‘ãܱ÷´-7_DˆÎ­!ÑŒ|sïç }ºóÎíØgÚ¦K¶!Q\ëÈS‹rJg‡½¸Ê½ë/|(Æçö‚u[ù$°¦’ðR9’› .<øÐ§6 õÎ$àÁ÷ò¨÷žç$ÎŒŽðÁ±dä…7á¼ø:ü2BÌSHVCWøÜ_еö4é.êc¾ßtæñëHþ6Eò` ¥=©»„ÚD3KEšeÂu£Ð!‘Qè–Œè2¢kL¾‡P¶÷{´}RöfÝ  ð‰„ˆò¸9S©m*”„Ë:#ù97}£HìªgCrÍ*gÛô°hXˆIÓ¾¾=6êÕÉ1RHa.îÓÄÊš±è§Á` P^‚® ÁI2¹ÙÖÍæA›fÔ[+‰9 [A-«rKJØbQ\Tx÷öMR•‹iü¿?~|Ë©ú*ÀfpÁòLšÉavšÛ«m³ ­­ w:‚í½³õ!£À(ðNfN«ß<[\åb²U,bc¢LŸ<ÎÎHžÑC£OŸ>Usª¾ °ÙFG†óCã%¡–ßX2oümxI,“¿š?‡ÅpcD »…é3ë‡6 ’é2ïÆëкCaŽGbõ݀ƶº9óSÔ->%X&â¦MÃÃú lþmùRØ:¯°tí¶y6í-«r‹‹ RXPed P—#:½'ŒþþzT.6Û¨ˆ0€ –‡`2дn ²Ú3ø lðâcfÞü‡BD2³uý!£À(ðNfN«ß<[\åÞ¹yƒ!woß4}ò8$È?'+£¬´Dtz¦Æ_“ÊÅf p!Ö ˜ €Áß¶å18¹©moY•›™žÊœìŒ´‚¼R‰‹Ùò©\l¶‘á!—6è Hp#¸â €ƒ“›Úö–U¹& %ãP¹aÁ—6è Hp#¸â €ƒ“›Úö–U¹gÍ$€Jå~-—«r€æÇ⩱³ƒ]JRB“ªÜ3fñ@¥rÿû￯Eåþ (P @¥%ÊÇ÷ï“âl­-Sk„nS¨ÜÓ¦ñð ¨\ ¥`³‹â\ìšNåžz' r‰©ªªÌË˱xjÜt*÷äÓX • 4„ü¼œÚßPk •{Â$V@å­Yå# r€Ö¬rµ£%T.КUî±ÇÑ*hÍ*÷è£( h2•[Yf´wÉ/“Ê ô r%.GŒ"% ITni²Ó™E,|RRcχ”Bô@åJZEJ@S¨\NŽãVV{å™;︥”ÕÖ—§½ytõ”¦æbỾáOÿºéYPÕ†ÓƒÒ9m]åÔ“€¦yb¡²¬ °B¨²Àn™<6Mùòë*ËR^œ_¢†OÈÉ`vó¢ª8#6À':¿¢9£/:('ßõÐØ¨Ó$m¯©s@å"tàA¨4²Ê- ==Htj*»<‹ÉTnE†éb„:Œ\þY»Yîår2Ϩ­ ½³L«àU²=w©àuƒÏ†—4Ö ea§¸®~!²T. r)ŠÆý h•+3è O1Õ½\o÷¨âf|V“ñp 3•‹ÔmϪFQ¹dƒVd¾ÖÑØ¡yÇ;§¢T. r)Êþ{!ÐD*·×ïžìzŸX(Ou>¿vœ²4.(»_vüYr)QϾºfò e®]úÏÛuæðÚ *2ø»î£Ö^ñÉ«`ÔƒJÇvÜ.ºY¤e•XÊ/8kŠòÏb¡®¸Ö$¹RHåVå½Ú7Y­“WÁ÷µü”cj…°”- ;97ârl9Å ütMWØÛD+­…ƒ»pGï1téõ06,.¾a•»O/XZLåV弨՛˜¸´b¯n\9:@Ó‹]×o,/Åg¡,ï¥ß^1íA®CÍYc/F”ó©ÜvÝ”{õRQŸv<€M¡r»w&„äÔ«álÁ{¹E¯·¨HÉuUf)wâMsqZ•+0¨D*·2Io:×Tžû(ÉÊM}\‹ €oXåî½$ÍñÄÂL³<•[wc<ñô«†{‡S‘e³®~ÓuãË"–œ×]ÄW’©ìp/®ÊsÝIˆMÕ}¾l¦=TW¦™ýH¨ÑÑ7*Äxb¡÷Ã5=ˆg¹9ïäbSQ^U–Ÿ ¿ï»ãç*WpP‰Tn‰Ÿ÷—õNq°–åìJX\|Ó*wnH rS’íža'bP«\¹y…µây¾ˆÊ-´ûAŽÄˆ‰ú)B©æZÏmëÈUŽEœª<Ë9øÌNkœ ™÷Pžxs ~Dý ?[•{ÈŸ]à®É½5=}l‡Z•[–h±oª’À íçÛä5Ê­.tßÛ—çáówé¼L.1€FÁÔØÓ~˜l)•»[7PÄU¹˜Ï,L“r²³r²2³33${b¡àùbâQ¥…;ökhÔpøv€ÐXNžý\Ì*,w(Äβ%Îê°Ò©€y)zÄM_5 ?\å>šJ<»Ó£~•[©* >?¾î© Lå²³-OC Üx^öÜN\•›ËÉ2ž†×÷Øâ^$¢rÉ¥Q¹Ô]aG+³Þèi,Â{l¹ÛJÓT¡Û¹XP‹¢‚ü¬ÌŒg–f©II-¢r¿ âª\G»çI ñyÙYX3Lp‰ó\®ÃJâ~踛qœªò¨ #ˆGj'tÍ$Ä[E^\LN™ˆ¦T¹Œ{P¹Õùψ.¤¦èÆã¿2V^RI«r«9숋ÛÕ©ÜÂÈóCˆGÎF”UU—îÃS¹Õ…Îk‰'y‡ .’¦¤ƒ ¨\çÐuUš•œÅÆŸU`‡ßšÖž8ß¾>+ )ùøñCvV:¦[Dåîº âª\Sc£BâŠñ\.’°ß“]þçpÞ/k͹ŸXY™n³±gmyâáƒaE–3V¹ÕL{T¹ñw§ñD«|—NÒ¿·È¦W¹˜” ½0¶Vå–8oìF¼é}ºªªê½{÷°·¤*7»°œG¦çNUÔGÃéѺî¨Ï¡WY5õ¹¸@­- KíRí—v¨«x24)øÒP$;ß<›wJ^ÚóóÆõ’ÅË÷]|+*Û‰ŒŠ’<^'Ëš¶ù^xJíйIfÇ–íF4ïýÝN£¨T¬2?ÍRsá0b™A»ß$×¶ÇÈ!®¹+ð·Ù¦kƬ¶Î¦ëM =Õˆ)ÆÛgôïɳ­Ó‡._=I˜r·¡+¯½L+Ë®ïô=¹´1¿Ð×–>‡üSùmÁÈŽ|°gNob¤.'퀤fšÇá‡Øº+úu–´W½îÆ+îhÆ*Ès¿¹y¼² q ç¸}¯“„Æbâ ~šØ-ÊÛj"›b=W »•.4ÒŒÂ+Smά£,M 7ã×›> åÙ‚dÚ¥‘&ØOrÝ—§dâ%êýÐ ÐtÄ,íÞ &ÙÈ(DJ [ŠÌá‡*U$^A¤‘õ±È.|Ï;Eü8‚Ê@å‚ÊÚ¢Ê}÷î]í9pà‹Åº{÷.÷-­Ê-‹1_ÕEfÚÕð’TÏ#ýP·•VYY|*·ýÔk¶¾®¾¯Ãó2 •«ºÝܯñ÷Ž/JP¹¯@¨ë´Ý:ÏîݾçWÀ“Êý·]0²133ÔZС!xíó÷Dí‡m¼dõÌÞüÌJu„†þáUÈ;eèþÛ–NV¦ÞdfÒHµ:(zhO;â0M=+Gó'×Ö÷ÅƬ}· ,žéŸ]Õ ¡~‡üRë?ý ®¹­©É}ÍyŠu6ún+ôqùyÅf ˆ,ë-ªõœ¯õÀØÒâÖ‰ CÚ×j›²Ds]cûgNÎFÖ÷Ææ Åf”c¥ùŒÚ Ý~ÏⅧ壻vIétZˆÂþöMì*—,£ ^j GHqÖA=#ó§m+‹ägéD§Ó:‡,ÓÎO{²¾ê¶öalQˆþ’ÎRƒ÷»æ‘÷@g“ld˜ "%Ð-EæðA‘* XA¤‘õ˜€Ê•(Ž rP¹ r¶§rŸ>}:eÊ”ÜÜ\løúúªªª®]»ößÿ¥Q¹˜ÜÂÉKЙ.Ûi©eTAyVnôÅ íe¿3Í'åFœ&.IqÜ–©öK:à·pÓjj¸*wžy6ö:3ÉbêùÛ‹øÚö"dDÝŸˆÐð‹¸ÈL0›'‡†œ çõ–ülIGÔW+ Ut\~r‚µj®¹üõ”½ñµg8bô“²hÐaß"¼M~¢Î„Fß ÊczzF”Þ„1!´•BId¶dÆÏ’F½v½Näù*úü\ÛÄ µ,H½7] MÔ/õgÝX‰ÎÛ”P×e&©¤~t¥-Ô±kB·ðéCÿe·Ri³ ¯2?IwŽ,êµÇ)“Î9¢ ñ@Fâó =1AÿóäNíkyñ¢#Jj+˜d#ÃL`)Šn2‡¯ž4U²‚RH×¾¨Çø$aAå rAåmRåbÊvòäÉ999óçÏïׯ_FFFí’!U¹ùe)~燶SÚh—C¼- {¸P:P„¿ÍŽ8…IØ…61DKœd;\åžI©©I ¼8ÉÌ3ËÂ^'ºPCr߯ëê$íÅE¤º×;o¯¡*²'t^í':.?YAà×\‡8ÁzÊÞøÚ31ñå¤ô³SÑsŽùÊΨÿ1·,Ææ³1#ýÍìB¿õu™-‰®ûU‘Üóì_E#´M4þ¶ÐïñáE£X RIw¿ÔbôÍ€:fdŸŸÛ ¡ƒï»h•Gç:J[¨cׄnI²šƒéÿ"S…cJ’Q"•lÿ«cw9¼$Cœ@Ðz $Âlþ™¼ê^»´š¡ECIm“ld˜ Œ"%Ð-Eæð·'K•†¬ pÒµ/ê1¾IÇü2P¹¨\P¹@|b+t‡ Æb±´µµù— …Ê-ÍÈÏwÞ«.º0{ôMÂŽf‡×\kJ3¸$Û*78¥¦¦Fåfb¯¹WêïÍ33jÛ‹v’æú«êõ»G"Ñž…ÚMºäêæé_C€Gdnºè¸üd×\û8ÁzÊÞøÚ3‘¸”÷Øè˜Kôœc¹¶+ê{Ä5“ñ„ùlÌHM\èÝÈl!´MV¯" mc_šìsz(Bj«.?rò~ñÊæðhL«èäÐù›—ëmucû¼>íRYý80›Òu”¶PÇ®1ݒ᱃…}Ï=T§…c*šQ\§ñUàêhì¥pv†8 ó@^†ÕŽ>µGH}óótžODCIm“ld˜ Œ"Å×-e楟Hª4d%®}QñHÂ8æ—‚Ê@å‚ÊÚæoŸq….V²²²êU¹éy¥éÉÎz •_=ùÆÇ‹Ë ;£žÛŸ§–¦g…ŸÄ®5 l¢±–\’lè€N®©Iáª\ÓLìuZ þ©kÏÍ.1µíóD:Iuý»`íòHÀÛ?ž)ºo°‹ÊåkŸG6.?™Ä5÷G»XÁzÊÞøÚ31Á•s¹ÄQžœ{•ÁxÂ|6¦gøîïƒ:¯rˆ%³%-ÎtžRÜXÓaOÛDå•FÏm‡†÷+$Zf/E£tü³iǪ£àõ™Q<T$¶+šÇ-Yg†#4ñn`7¯}øgdŠpLI2Šë´ž›_ð\𓍋½WÞa—&^ ¨=Pi½µbýlî{I¤¼Ù$žNJj+˜d#ÃL`)¾n)3‡üܺTiÈ "_û$« „qÌ• €Ê• ´ÝïXÀ„îêÕ«…– •Ê4]ÑõÞíVÀÁж\Ûu]n‘!®ÊMÏÍz¶«BݧïÖy`a÷äÑýk±É4¬Ü,›}ê2yÇU=s»§O Î1ò̬OåæÄ]ë—/S’ùë©zãoÏlD*9ÇtÂ6¦.R@ ÓöéÙ~ø@µ^°C˜Ð¥W¹œ<Ç_RÚü2¿’¯ž¬=ÉŽßÿÀÖÕýÕ ÄÒÊ ó¥ÊŠ‹f.¯Ý\ýRKÊbôÖN˜uèE§eT®çî^¨×ïžuôòø»3;)Í;éœVFy9mÓt{ía ÎTn‹ V š¨‡fR¹"‹¢ç’¤• *T.´•«}äý’á6 î¤,þædiÔYIO¿›PwÇ£2Io<’Y`]w©-rݤˆž.c>Ã&U¹e “~!²¼®A%;-¹°‚þr,ÒT.¨ÜoFå’, P¹ rAå‚Ê€¶ªr‹½5ÔP¿?^ØüÔõÕ ` ÔÚ¢°Ü¡°ÀqU‡ºš!çÃÙ±WF"ÙŶy5Oëeº_Þ8‰%‹–ï»ü^l9·Yey¼NNuÚ.£È’º«yŠãé#»ÍûÌÖ0‹-ÅÕu¦Ë‘E£X Ä 2C5/O—×<Ç c7:æÑõ&t9&1íùy¶u¶ò„ΉSÕ‰)w¹öºaeu=§Ï¬Ì° Ä¶¶ô;T*äü’Ósû#u7:õC„†ž )!Úz„ÚûMÇÆí•Õ•µêø¡`6ï”áFö./ìÌmrªÝD¢èM =íˆ#;8;Y^ß4¿¤ÏÕ¼cngkvqµ*BŽ–Öºæc[{kýã ël$®°Ý×zá ŒJg <ÚQ•ûrÖ½òbmýçöVÏmÞ¾VÛT‡Z>¶ptsi}mc_Ì…Ú\aF9VYø¹a¨ÝˆÝœ=½ßØ?~™RA§…(l¹ßtna rÉ2ŠSì¯=!Åy‡ï[Ûšéì'‡äçÞ« uY (¦]™iû³ê¾Î*½$Åxi©!G| É{ ³‚I62Ì‘wQ0Œl?žÙÙ™ß;þc„:,|_!<"E®’‡¯å× ¨\P¹ r ­¨ÜŠdƒ™r—[çT៓ޞÔ^nîôJЇ •;ä|x퇡|*—“cµT©lw-¤~b¡*E*B£¯ãJ€“e±H¸XóÑjžíªŽhÀñà2ú‡(.蔽ñµg8b®åB94øLq‰¬L6˜ŒÐØÛILO¯J¾?¥ÆFúOK9™&ódÚ¾š›®TŸSWe˜Ì”BS 3ªDüÉ7ûÍveÔuUFƒO™)m¡Ž]º…Bå’f·RyÛ+^eeÊãùrˆµ×·˜Î9¢ ñ@U¶ÝfÌ•s~™Ñ©Ýp횯 %µL²‘a&0Š”¸‹‚Yd…w€ò½™ÒHÿ-Tj¹^—«äákekT.¨\P¹ð «ÜòÈ¿F¶ë¹Åµ€x[‘i¶X¾]*Ê-ñ×ìä–Ö>½@ú\n±ëo=º¦_ Þþ ºÈžÐeË"‰T.eo|íŽXâ³WõÜþ¦ˆè¹Àemg4ðxh)ã óÙH…-ñ; Žä–Ùç“=ÉN´<º| «ƒB2ð/µ üc±ÃttC¨Ãð5î¸Ä±«è\Gi uìšÐ-*—4£D*ËïŒEh¼^REµ8 õ@EŽíFEü{EöyS?ÞIm“ld˜ Œ"%î¢`Y‘ ãèkwv•Êå‹øÒ¤X§[ûöm‡ê“”rj•Ke ÊmD·°}4T±¾ÜëQ¹dÅu_ey®rÇÝ%Q¹t ó@U®ëÞ¾µGH}Wí÷‡ˆ†’Ú &ÙÈ0EJÜEÁ,²¢*7ñ&¡rST.U®’‡¯•­AP¹ rAåÀ7«r _mQBª[žxøxûòp½·´3RÙéQ,þ ™OçË •tO,ð_}¸ŸÒöØä”_%Î×2p/¯«H?ó%é¯=é®°L'Ì…- <ÖuYïBú«èœlËÅòHisM‡|Ú&ßz^{4ìb÷ë|óì—È1R¹<Ø‘—052êF|™Ø®h·”Ç\DŽєû)•´O,e×iX%Ï¥•©OÊa"Æ»X¼@P{ 2Ïe»bm·~¼¼ êµÅ1§¢š4”ÔV0ÉF†™À(Râ. ÉTneº)îú]øým¾©r•<|­l ‚Ê• *¾U•›g»ªê£ ðëNë» ®ësÅU¹ÕUùo4ú#Ô}ÎÁÛNúIå4WŸªü×ûú!ÔeæÞ¦öNN6F7.ǔ֧r+“ïOBHu“¡o†Àw%QõÆßžÙˆ”}†°1Ûf™R˜~ô‘­£•®EŒà—°ù†ÂÄWŸÚ99Yßú¹WͽÜàãƒêûóõgnž¾>Î'µ«Wå–'Z]»ñØÑÝÓÛÕêÚªžHfŽqz¥ë¨l‘@ IàNIø¹u›«uÏÊÞÞþñ¡áˆì·ÏH3ŠSä{x(B=7´w²ÒÝ3IÉ;SÎ3Óæä¿Ú¥ŠT¶8åUUU¦/ë„zmuÆ^“…’Ú &ÙÈ,ª™DJÜE!ŽÊ%Î6±w°ÔÝ?­#j7áBX™àˆET¹J¾V°Aå‚Ê• -¢r%ØE¹âõ_…xÿþ=Õ_…0](‡új–Ö8m芖Xd—‰©r1Ê’Ï®£Ô_ÞÒJ5=Ùô÷¹í•¥‰ý £úL-¯¢z¿b·"çÅáY*ÒYå "íM¨=ƒ)¯° ',hcYÜ£mã‰öÝÆìt̺U‘á~å§ÉܯZÂzd _x‡ÍýZ°»¿ÕÖËtVµÉ*«’n,¶¯öl5ynûNæ0‹+£w¹»ÄW¹¹¥º$ÆdÏL59î|å{š±Û6ä÷æD3 ŸXšËùÕÜJ9µ©[nûäWÖwC4$ÓfŸŠ:-}šÆý¡,þÖTi4øx`1y4V0ÉF&™À$Râ. ±TnωÔ »_uþEf…ȈT¹J¾–^ƒÍ¹? rAå r¨rìm1Kó~]í%û ¿´]ýOº´½ý• *•Û ]´šÃdÕüýéø€FQ¹ü×qØŸP¹ r€á. )p/6gT.¨\à›ÜHa/• €Ê• À^ À¶ €Ê€¯åv.lªð*T.ðMªÜz÷UNUeiIqaA¶TÉ`²ƒ—Z-ØE°´„Í©• _ŸÐ¥’»˜Ä-*Ê÷÷õ¹qíòQ-M-M €9Ìw`ðU«»üݸv)ÀÏçÝÛjP¹ðõ ] EÈÏËZ'9ÙÙþ¾Þž;ýéÓGP¹*`ÈPZ}INJ¼yýê—/_@å]$î7S0){TK“T‚Êý©, 4· / B‰ûÍ-M P¹mƒ²Ôg{F¶Gj[òª@@‚Ö@â‚Ê•û-P챯¿¼úò+or+¾!»ªòütí½ìÏ¡ €¾…*·mÞË-M O(äHÄ¢„×ÖÖ^•µ5l_­arŠËŒÓ] ‹Ž%Z#åq7F!©ÙVù-£±l‚ø=À…Ä-P¹ r •ùdš°‡y²°Øk õúݳîFhiäÕfiºä6ú# ¢c‰Ö|u*·á&4ŠD–'¶¨óóòj—Æ;ÿÝCX}×YäX1ÿVzkŽb±V:”ÿÛ 7¦²Lw/Ys!°ªnrŸÙÞ×׎ö«=ûÍ6ÑgƳƊúH71(P @*TnË©\õíœ^¼|ÁÃ=(«²i$¨ÜÖ§rÿ-y¶Œ…•ž•|ÊìSÂÕ™xõœ{Ÿ¿žýêÕEeŸšQ_Šª\(P @*Tn«R¹#.Ç–“K¬ÚÒïhPiyô•Hn‰m·AE¦ûÕŸ§¨ÊÇÛwí=fÉ)_¶¨6˶Pº[ÁSž)ާWŒìŽŸ#ßg¶†Yl)éX¢5Tç Qcz`n_y¼M×Á“Fv ¸5-4+~0».oœÄ’%†é»ü^l9^™ázaýxibè™;ôü ¹7´+Óžïž9XY;O9Õi»Œ"K¨HnBE¦õ†¨ûZ‹´*| ä'?vAƒyVVK䄪,›*¨ë"ý¤r&*÷Ÿ”[3YêcǨ³æÞIù§F-²í~À6©?kìñHBÂ}ζkÆ5\øöóç ïDÄä—2ϳëçŽÄ"ÊÐY?Ÿ³K}Ïmõ¥"àê¦ïÇ$Žô™sž…ŸÙ¾wvΡŠU ˜ºþü‹Ü¿ñ–¥§×Ì;H•h:dî®›OnX1yöFuøü½ÆñÜq?gÎcõÛâU]s—¬+ƃ jKÿWjx`Ù„¾ø¡ÓvXå~&Tnm™v-éo¡‰ý¯A#4ÛÚ;Xë_ ˆÏ*¤„ÜT&TfÚþ¬„º¯³J/I1^ÚEjÈŸBñzT¹TP—…ú‰ŒT#£X3¯¸\›£:t×ë B„}Œ½0•5FËéérÕ¾›= ÁöïûT7{W¿° ÷G¦±X3o$ ëCBà±æ_´õðö|e¥³c*‹5èWâAî¡yÚzz½zÀùòßû¨K³X½ç~âìn¸w2‹5÷Vòß5\rô ðs3þc®—7^4{éåõÂ`÷kÆ5b\1IÛ“A •¥nÎWe [{Þô¥—·»¹súGî½Ü{l£±’”Yú÷¿ûcž*käOW¬Ý=_>9ñC?Ö€yŸù|eïéãýúÙ_G²XsnÕþ (P@å‚Êm’çr‡^ˆ*%ÿ¸œOår²­–È#¥M޼¯ã6€ZOr²,É£#˹‡òlWuDŽ—1xbò\>s8™&ódÚ>6GŒYñ;„“cµT©lw-©TÞöŠWY™òx¾bíõ-ð ®0“ïOAhôu¢[qL¨Ê¶Û¬ŒºÎùeF§võ}Ù p‚˜O,T{lêÃZbQPâºcˆÚ÷2>ÿ÷¥ÄyÓÀÞKeWzoëÏZbYüEH–;¯Qc-·-ý—DåòÝ_-°XÓ›5ù¯¸O"‡°>*\7õgÍ3Èâ=Qíµk0k†Nò?‚-«Ü~íÇúîN!ÿ¾°ŸýÈb-6-üŸ@‡ »¢”j×à³ôߪ×[²Æj‡¼åo úÄÿĸ§ æò…íðs?Ö„³1…ò¥Øz9‹µàqîg¸ä@ ¨\P¹«rûì6s{ãéAàœ^RY¯Ê-ñ?¨Žä–ÙåW‹£'‰³„K— /Ѝ\ÊsùÌ)ñ;€ÏÊ^¼Yñ;¤Ä_³7’[j›G[Yžxg,Bãõ’*„Tnu±ëo=º¦_‰Ø&TäØnTÄÞ«íó*nÄS¹Äc¹jë\9ÿýtó;ÕÑZ婺sÕFiúUÿKÜæÅÕ˜ç»]Û±h 5«Ï!¬µI£rÿû_Þ“…,ÖRöQ•û)þÂd–pªøN°å§˜³XcŽE| Þ½ Ø;„5ó&~Ë“¯îè0ƒÜÒOñ§°úoõ¬þ±Ê9妋YØOE"ùzxkò…xxh (P@å‚Êm¶çr)U.®'åÉõ$ÛGC)mu'Q¹~ÔP»é7ß„†×•RÄa¢r©Î£ÔÚ›zVÕ":y©Ê=(XYž„«ÜqwITî›ÊHMçD\ªr]÷öE¨=Bê»^äpàñTîç,ýy¬A;}ßþGÜÃÔwÑÃÕçßÇçŒiãÏDüïŸt½ù,Ö”ý<"c½uPe¢róM¨UnÜ_“Xê«L"SêJj&ûÿB*×¥£†sUîû ÃXÓoàð‹If]Ñ Êg•¥Ø¹“1Éê%–ʽ xÊÿ q•ûƒ9‰Ê<>–5ñ|,¨\(P @• *·9TnIà±~¨Ëz—"Ò'xÏx’<Ps}$BSî§TŠ<±@œÕc“S~U}c‰ÔPžËÿhA¶åby¤´¹¦ ³Y ôùt¾ RÙ!øÄÑ-VÉ›Leê“…r˜úôybA@åŠaBežËv5ÄÚnüxyÔk‹cN…ÄNOå~J¸4…5êpè®Ø:3Åb Üò¢ Jás†ÞlÖ}ïþ«~ýSoÖ<}ÞGýÕ^[úÕ¯r¿”¹lÀ{2ê#Ù å.?õaúÿšö±&*—aWtƒò*K±sîÃ{\ð‰…¿“®Mc ÝÏw7˜b•n›ñ_ß åýRâôkž&•  ( rAå6ÊUÛj`çàèXà ¿LLôVeÛ,S@ Ó>²u´2еˆ)ãWt¼ßóRYrÒÐÖÁúáù#¤k¿³«$üÜ„ºÍÕºgeooÿøÐpT£'«ò_ïë‡P—™{o˜Ú;9ÙݸdSJ6I Źù†ÂÄWŸÚ99Yßú¹ƒY 8$ÿF„ºÏ9xÛÂÁÉÁÂ@ß!©œSä{x(B=7´w²ÒÝ3IÉ;SΡU¹ŒMàä¿Ú¥ŠT¶à[¹2ÅxY'Ôk«3þÀ³DNï;ˆ§jõÕçÂxšò‘w3öé"VïŸ^Wÿ÷OòÍY,Ö´ƒÆoB£bbô—©S©\ÖÐ5g]¼|ÜÌέÌR_¢Ÿþ™àüïß·ag§­Ÿ¸xûû½±76tÊþG•˰+ºAùïåRYúïÛðóÓY¬ëÿ2}åãïíúÜÆ§èó¿U¯· d \}ÕÞËÇý¹™kŽàÃÀb®Ìa±ÆlÒ±õò{mvfÙV¿u¦9Ÿÿ•  ( rAå¶Ì_…@hÚÓlühYÜ£m㉚ncv:æ• *:vŒ©Æœ>ÄwvuSË«ˆl¬*’ªs¿,ÃýÊO“¹ß†5b _x‡]ï¬øáŽ¢Ôo%­4Q“¸_]žær~5·RNmê–Û>ù•Â÷·…U.‡¡ ìà“CQ§¥OÓˆû·œ²ø[S¥ÑàãÅŒ{¨’ü;ÞúîÈšq“ô×ûÿ-³[Î{äàß÷ÉG~ß—û,kŸ!ã¾ÿãuù2•;fé’ÉýñFÃæíÒ ,ûùmU¢’í£ûû"â[¶X¬Á“×\‰z/‘ÊeÖÝ FS[ú™í«ûûÂÑêÄ—Œ^z1 ›Ö?¹GÉ"¾èlá ?ŽðÄJôvsOé7iåÓØê/d•  ( rAå¶ZZöï/ øÛgVHU%(P @*T.¨ÜViÊÊ•  (P@å‚Ê• Þ•  (P €Ê• ͬrjiædgÁæ (PÚrÁ¤,vA• ß y:×.øúÀþ (PÚrINJ¼yýê—/_@åÀ·Ai ;ÀÏçÏs§“>†¿(  (PÚà]ÜÏØE»ÆÆDúôT.|EüB@󠥩|]ÕÒÔ¹~“¸ÿûßgÒË(¨\q Ô÷H¿¢òåËÒ»¸ r$. \Œ¾ @åè[´.¨\P¹„.*T.€Ä¡ €Ê• €Ê@å rAåmG₯`û@å‚ʾ™=¼[1*T.ðm­à"ØP¹ roi_çÀž €Ê• |{·À?°- rAåpÓ€• ­y/ÏÀæ €Ê• ÀF Àæ €ÊØHØœAå‚Ê€fÞHÅê¡”]Œ­Sz òs««9-cce®÷M=×ÙÕaEªÖª5g}é:dGYé9¦UжçoÓJ¨ÊóÓ=´÷²?»‰úgâ:ÁØùÜ9¤q#¨ä›÷LC¼Àþ €Ê• M³‹b‹ÔÑî¹ö‘CTœÔ>ìdoKµ:èáßÝ4AE†X®jüØU•iöÚ‹u"*ž )8:RNñG“”JªNÊ£¯Œ@rKl Ëi¥¡§¡Nkœ‹°×Ån[z ÅÍ®ü‚¤*ÇõÔŒ¨Ë¢{q¥Âí©Ú4¡<+Jxmmí•QɤqyÜQHj¶U~M†Ì´óiìØI ¿gÈ‚ÞР°}µ†É).3Æê×KìϨ\P¹Ðd*÷Ä1­>P­ì&téU.'ÏñE„”6¿Ì¯ä«gkD²ã÷?°uuõÂ#±´2Ã|i¤²â¢™Ëk7W¿Ô’²½µfz‘Ãi•ë¹»êõ»gà)¿;³“Ò¼“Îie”ÒN´MÓQ쵇%8CP¹ U¹"AoxPJ#ﬞ0KÓ%· T.*T.¨\hE*WûÈ!ú%Ãm@ÝIYüÍÉÒ¨³<’ž~7¡îWe’Þx$³ÀºNt¹nRDO—‰¡OšRå–Eü5Lfø…Èòº•ì´ä zi'ÒTîW¤rI‚Þ¨A• €Ê• *¾•[ì­¡†úýñÂæ§î¨¯V[@äÔ…å…Ž«:ÔÕ 9ÎŽ½2É.¶Í«y¦1ÓýòÆI,Yü°|ßå÷b˹Ȫ(ËãurªÓvEÖ=çYžâxzÅÈîDó>³5ÌbKquérdÑ(–1ˆÌP A5" Bò7ŒÝè˜G×›h!1íùy¶u¶ò„ΉSÕ‰)w¹öºaeu=§Ï¬Ì° „ ª-ýŽ• 9¿$ÆôÀܾÄH]OÙ¡Vå–%¬ÐY ?о縟npç@3VUaˆÞo“{Ï—È)OÒô`Óé7ŠþET.Rš8¡·á‰«Ï¿Èäýt@5=‘Ø‘F“ÔL=#ôŠ × ëÇ«H]ÍÜ¡ç_XE&eóŸ-”A£®ÅV…_Ïó{©^—°? rAå@ëU¹•¹¶«»ÊNÓK,/ :6u[ïËá9ígÜxšXXE¨\õÝ–¾xMPtfI¹€Ê-8©¢®ßiÜ2·³³6Ò5 /æ)¥Ûoš=w|ntê‡ =RB´/ô>4µö›ŽÛ+«+kÕñCÁlÞ)Ã5Œì]^Ø™ÛäT1ºÕFÑ›@{ÚG2vpv²¼¾i¶9u™«yÇÜÎÖìâjU„ ,­ÿtÍǶöÖúÇ(ÖÙHªîk ½pF¥³í¨Ê}¹ë^y±¶þs{«‡ç6o_«å*‹C-[8º¹¿´¾¶±/æBmB!SU~nj7b÷gOï7öÆ_¦TЩ\ŠþEUn—™{¯?±³·¸½wjÔnÂ…°²z§Ç;’hR¸‘©gø)ö׎â¼Ã÷­mÍtvŽ“CòsïÆU0P¹A¡P¹õ»€ý• *Z­Ê­H6˜)×y¹uNþ¹ðíIíåæ>L«¤øÀšP¹C·×~X\Á§r99VKÊv×BêO½«Rô§"4ú:.68Y‹äш‹5=çÙ®êˆ.£ÿ œBåRöÆ×žáˆ¹– åÐà3a„L­L6˜ŒÐØÛILO¯J¾?¥ÆFúÇ9™&ódÚ¾š;„TO,Te˜Ì”BS 3ªDüÉ7ûÍveÔuÍÿ·wàm”‡ÿ¿Bù9PFëœAHBBaJX…PÖ ¥¬R¡”ÐBef‘0Ò’%[¶eÇ–÷Þ{ÅÛ²¼%ËÚ{Y²d)ÏÿN’ÉÒɲã@b¿ÏççÆû¾÷Þéî£Ó«SL·n¼#¼Ë2bAÛñ‡Ä•¯ÈBm^À£ˆ±Çß3îCîò—2<‡œ¶ýÐ=aùF±llËõÎØrÇîR€ó3€åÂr8S-W]÷Ÿ%ç\öb¦ØõOMOäÎ'–~Õ œ€å*J7Î&½Prd™/üŽ˜µ±DA/ÿö,¿sÂÅO¥I'd¹Œ¥y-bŠ¢7‰Ëþš+u•,N}â"bþ–jeÈ öÚÆà–«(ykö·?и\9/zó#ËÈ ~Aç]H?ÔÂeÚAúÓ ¯Ùu߯ â‚ÅoØ›Ú,×ï:†òƒËU·îZJ+÷·kBm^ £ˆ±Cíï>êSóö.'ˆ¾kÓLŠåŽÝ¥çgË…åp†Z®¬d£¿qsß+WNÀr]fò`BpËÍ}årbæ†"…kù™Ä9·îέ®ª¦ª¾]ªŸ˜å2•æm¹¡ÕèÒ°Kÿ’ã¶\IÆ3—W¿_¥¹Á^Û8†åÒ…=”ÀåTµÛ–Äì'¿:–[Z^œ°u“åzÕEßV•6%ýæÚ«Î!ˆð§Ž¶«»Ž±üP,·CjóZ.S7†Ö3þèuÈ©ÛhË]ñ-e¹ò¢ áÔ^Ì>%˳KÎÏ– ËàÌ´\IÆ‹—á/É+*,öùýƒW¼’'ÿˆ…Ö=çW¼lÄ‚·•¹?•þÝóÉýºñ|µß-!'K}ú 4¯åC¬‘ÉrCm°·y*Êÿ9—¸øÉÔ€_Ø× ¢ÿ0ƒ¸ôÏÃz¹\?g͹ĵŸÕ»ç+â® Ér=Èë>§tôú-*¦®`,?Èvixûîø%UY‰<äæ±ÀÔ¡õŒÿbÔ!çé^mÇ‘µa”¿ÒGoãJÄoÞ×®õ³\ÿâo¹£0†.8?X.,€3ÒrEñ]HÌÙTæóÅqò“—ü)©o¼–kÐõçn¸š ~s×Û{¢“£~؟ئbeºþœ¿Ïu}»ig799öÇŸnTŽe¹Zþ¾UþüânŸgI1•æ½|h52Yn¨ öÙFAìCççߺù`|RÌßD5ú>„MZ²ùZ‚8åË_±’“9_?{åð½ÜÊ- âªgwÄeå¥|¶êœ1-W͋پóPRv~afÌöÇ.#λëp—†©ëdLåûûìºwqSRâ~øèqjç^pß¾MèÍ øž…©Cë™Q‹¿»ˆ .»ËnrÌ7[5ƒ»sO£ëÀPÔn£Zÿë»7}Ãår½³˜¶\ÿâÝH¯^’Ù¥çgË…åp:-÷ƒn`þU³ÙÌô«kÈ«6•+|§‹“Ÿº„8]”@5NË¥Pñ“¶>¶ìÒsè—÷//]¹1_üÞ£{ùËé:üjÖí› ¤c>¦U#L{÷Ž+~ù«ûcD£f,mÔò!ÔÈh¹!6ØwUÍ_Zñ[×ò¿^öJ’hÔ LMwö—ÏÜä~öU"¹xíEô'é:IÕ·/ŒL?ï¢+®>¦W¬.yñûwΜá^þÂykÞŠlVé:¦ò}¬˜~ÀÚüKÃv—œŸ,– Ài´Üdn<å±A~á75‰;±_øœŸa¹°\X.“u߉ԠåU3hµ¢· ð¿¡OÀi99X.,àDŠ)àä `¹°\€)œœ,– ÎÎ)Î¥€33€åÂrÁ”<—ât °\Ë…åœNàœ `¹œ-·sq^|¾`¹°\0%-§VÀ©Àra¹`ªž]qŽœ~,– ¦ð™ÀO®S°\X.°\€âX.,ˆ.@q,– º ¸– Ëp]P\X.,ˆ.\†`¹°\ »¹°\X.“õ"Ž8RX»eó?>ÿt›H(ؽãËoyÏû˜§üêÐI›SXœ,ÁàÙ8«ŒÙ¥Àra¹`zX.õ‡[t·}¸åý÷Þ‰‹a{/Ãl¹r^Ú¨+¬VA_ªR:Mö Z®«u?¿¾ !–ÍJ*jSèÜ×͈ü¥^§Á8`wŽËr•àmM£,—^…S£¤ÖÖSš*(Šæ$5èì´Å…Ò˜q¯ÎÔ’ÑjÔ[yŒ•\§¶Q½:nËVdz¸UŠ,w|}5,Qi½v“Gríf½×!‘Úm¶[´Ì ˜ Ëõ­×Û¸5FÏØ±Úz`tÉ^.§×f°Y)EÍ"¹J£ó2Xœ ê52lW:ì™z€±ü±-7­×b7KBk£åN¼gFYîDŽ“Ð-wÌ.– ËÓÆrGD—B(è Érõja ‡“#0_¿t²öìHNl©Â>DùÜq.}ŸÇ6n˥ЛÌFuk*uÕëЙŒJ^^4+±Rj±MFÃIôÒPÕˆ©ƒÞÔr«GkªÕZcƽ:SKÔˆ¾ÊkÇèaÿ¹®{ï]f«ë&ƒåN ¯¨÷;¹lN|¥zhÈ¢n/ˆa%UË,É‘·çDrâ«èYz朲å•mT³OÖëF¬1ŒJ¸JN¬” ø¹œ¶#3–Ôfp8l&mo>ÛõNp Ø® xØ3ôcùA,W'ãeFr¸5š¡!CghÍ d¹§Ø3>-TMè8ц|V³K€åÂrÁt²\·èîûnϨe˜-W§ÏŽbq’ ê›[;øMÇéÛ&™Í‡sÐlPvå±9œ¬æîîÞŽæÖv‰ÎGÞä¼t‡[Þ+×车ëåüæÆÖ^@ÔËoÎçp¢³û,v‹Q%¬Hà°còkš:»ºz:[›ëy2­n 5ò®BÏP³0jª>¤ÆŒ{u¦–S£ =ì?W¯‘Ö%qØœÂz^wWgO[E:{D2'ÒWœ¸¬ú¶öžîöÖŠÔc숬½ßõêþj.‡[\Ïëéæ·–§Ä±Ùyí׬ }W2í2U_e]xMsWwWO{s[·L¤1Á:6„ J®Iä°£r+ée:Jã‡ïåöW¥²Y©<¡PÐß×Õ˜1¦åêö{@ÇT¾ÿJ«ŠzÍõñ6»°ÓätX!6/ åžZÏG-6ãDêYeì.– ËÓÀrc"R/‘)q¿÷j•‚Ãf1½: z­FÔR“ËMpЋǪlS :O ¹Æééd¼ÊtŽkð^Lf…Àh”y]4µêžª¼„Èøü^£ñä]P]_U.7Šã)-ëx¯ÑqÂ>`дracav|¤kVTrV•Ôh6W#ï*(Õ XÂD,7¤ÆŒ{õ‰Xnðö›k6´’Ϊ̔÷ˆÊ¨ÄäŒã‹K&ÒWœøôœD6½LlbI“ØBíwº(j®¢¯±(;>‚šuŒ›VÙ¦™ÅÔ€qíJ¦;–žfÓõr¢9ÙÕý&j“™üÎê˜=@×®µ”ærÙîÃõXBbQ“zÈ5.WÜzrz'6³Bd n¹L‡}àÐH–ïû¾ »<=-Þ³L|RVm—Æ~ÂIj±yz†w‘§Ô3£ÿqòYEÛ_=V—Ë…å‚©o¹Õ•åÔ… :âH@¨Y5UåÌ–Kc4 Øì§ëõåtØmãÉË™ÑlžCÍÄ`uœ81|Ñ4š¬ÔL§ÝgºÑdòF—6h6Œ|ž;`.Œš3d5Ó×,Ÿµm¤ ¦¼ñ-ÍDýËióh•ÞlsžpXM¡7fÜ«3µÄ·Xƒ‘*É9ò‰mÐö›K—60hwxN‡NWëÇÝW#þãòì,ç¥ð^{Ao¶Ú<»qÔ!ÁØ€qíJ†]æ]/Õ&÷GÞŒ Ú±cï#WÉ–Á¡“Cu‚ÑóAùÀàðºôÚÛ»’ù°ØLåû´îg牓eN~ŽJówÊ©ôŒßbã>NB>«„Ð¥Àra¹`*cЇòª´Zšöpü¾ÁMÝtÆ1Æ­W€åÂr£ ø²E·Àr– Ë€ÓÏ – ˰\X.€åÂr`B¯Ó*2‰XD½T€iuT*äz,€)¥¸RikSSFjr\tdÀ‡Sêò—‘šÄkn2 °\¦ Ô[×–¦Æ¤ø8^k“˜z3Û/¦Ôå×ܘ”×'X­X.S±X”I½miò9Ó‡N>/+-ÅápÀr˜P/ϸèHêm,Îo¦3J…œº ô@X.Z¿K¬†M3Ör9l–¤_„ó€iuA„册VÙYšÅJ.Œz€å°Ü)`¹ZaYJL\Q“Äâ<áœ2¿ ¤5WTÕ÷iOSù:yOUnñqa¨åëèöT7Š´S¾gN¥—¦ŸåªúÛšÛú”8i€åžŽ{¹Z¹LarœpØ-ÆaÅU+í]B…~d°6™ÍÍã)u“îB~u˜2¿’6§°bszLãiñ7­¨>‰•P,²XC+_'iJa+œ®öL¬g4=åq,nI·nwŸ÷¡2Þ^šò–«è®JŠäæ4K•î)òþúôcìèÜÚ.¹ò§l‰LÜÅãwKTŒ Ë=«-WÑž1úQl±YíZT• ¬¤r‘Ñ4<€A+n-HÉ«“YíæI¾Ùë_—ÿ” »\®È6é ö¶Ü©ÍÚÝo·åŠmöŸûn¹wÏP]ÏJªQÙmFãdí>ïCe¼½4ËUtäij#³úT¾¯?ËfeµHÎHË6å'g—·ËNN”KùåÙqÑy-ýªŸ®]åñ¬Ä’.e°†€åžå–›X)”ÊrJ­Õé–Ÿ—ü zß‚3XlCC“>¤Á¿®ÀµÃrOƒåjÅÉ‘­†¡ wuðCåtZ®´)™~k—×!õö·žj.ý~-µFp PÉDRÅO)Û~– –;õ,7•g´˜MfÓ0F½[]Fnð¦T‹tnIËëÐxLI!l(ÈŽwÿUDBBRA­kì¥ÛyÊžq˜êöühVF£Äóq¶NÖs<7#ÎõûÜôêv‰nxŸºü§0­;Ú<%•É1ô2 I)1#–«U´æ¦p"è£8™E ýϨÑîò´ÔclwEÇâS+yâá¤jqsQ–{cb³*{uÁ,—¡|?Ëåħçp]ÕÅ&ïVy†05OÑ[•‘àn^dZ¥@ë?åT{FÕ[˜\&±9,w‚ºüL×VÇqÓ*š‡ÇîÙ­ÁŸ^£KõÊö’xVBN³BŠåÊûªâ©îâF±Òª{‡mM!mNcG'E³¸Å®‰ qSv²§oc2 Ž ä~§ ¥¸£,-mø0ˆOL¯hîU ÏêªÌH÷txj™K •ýÕÙéžO«luªUŠÛKSS↠IÊ®­¯(J‹£ÿ“žWë©WÙWŸÌŠËi“{Ê\T¨•úÀ¼¥Jqwm^¦§çã û”.Ë=¹×*{”£&éªÍÍ8æ>RËzF:Ä{3ãâSÊš…Pe€åž©–Ûj° u”¿Ðxß ã–ö¨µ­Vk´ 9,r¯[‘jQ5—Ãfg–5õŠú¥">µpl®pÀj}gÏ¥C™íÆ!Z¢Ô¢ÊNTbO —‰ÚKã9ì¤&¹6@]æ¾ÑS¬ºÀëú~©JPÇaÇÖwˆÅ"Akif+6Ïs/W+nïèÉ2ú"Íf¥7È †aóL­ˆÅÒþî–‡Ø$£KÓ‰kÓÙé•|©R¥’„r³Ýêû™¾ï]ÊÀåû[n\V=¿G,vÏŒgGd7ÉÜþ´yÕ½b©\Ò'Ö Y壧 žjÏôúÛͬ7è5ý5Ônɯm‰…5”÷EðänØzïÖà‡ŠW/éÇêRåt›læ,WÖ]Ãá–µQ››Í— .岸EÍi¬¸l°)„­­<~wW;¿./™2ºªžÑVæZ˜K)ìð’e¼v~'¯¶„¾ŸS^Çç·µÕæ$²YÉ•.÷‘ÉàE…P©ï†0l©\PEíÖèì²ã|>ß\ÏÊÝ÷rò{{{½½ý¹oèU¨Ur+øü憒¤86;§Á»CJ[ùmm 5ÙÑv‚KÀrϼq¹ÜF‰ÆÇjlf³Éh¢Ð{}à®j/ˆaqËĶÎ!›ÅbRðR‡­)ˆ)ùù1¬ôfãµ’ɬë)e¥5©t~uiý¦¨Ö5zmŽ’—ÍJ®–pÚ­æªUiÞ.§3Í®[Öš®ìNVíä#£†¬ô,5/—ÍÊj×[Œ: 8‘]Öo Ú`6SêƒXP~À Nû …*MÓ“ÅI¨Rš.—q]/“Ôº[%±9£[¥W+Ú«ŠRcE±8ÑQñÔêéÔôQce5Ýåq¬”zµ–·þ–\‡•QPÞÚ#ÕŽ1.—¡ü`ãrµŠ¦$;½×l5‡Ø¼@ƒ{O¹g¼¤<Ù½[=C¯µòæd;­Çh1‡b¹Ÿq¹cvéøÆåŠ[)WÏh‘«äªN\~—¤÷xR·/wßæM¬Ñ#]åb^yAŠWߺm3ˆåªâúD;¹E¢ð·\eo©‡Çç·+|—TöPJSÖ%sßvîÊ‹âp+ú|-1Ä¢‚UêsZ¼¥ÔºÉìÈ|¾T²åú­¢7PÇjRs¿_‡È;¨wUIåÝ´°Ü3u\®uÀd4cÔ‡b¹Q%’A»Yï÷}au<‹[¥`°Üˆü¥^§Á8`wZDU!Yn u½¾Ó4ìrZ¥×f°Y)EÍ"¹J£ó¨­Î 4rÀÏr{+±’ëÔ6O½Zu?¿¾ !–ÍJ*j=XÔ÷³øÀåm¹i½»YZó-wâ=3Êr}£ZH[nj·ÙnÑ2îÖqXî˜]:.ËUë’YÇòÚ(ÓSIšób"Ó Ò¢¸u}rú÷ò8N|Q¯B©V¥³YÉùµí]=‚Þñ”ñX®˜Ér#²ë;û½#ô‹e£–t-S:b¹Ñn¹Péo¹c¬R¯­`ÚR׺ã¶\ßU—å6°ÜNêaR,`¹g¬åZL~7*sé[‚¶€êâú<å¸ÒêoM: õ7'«Ëìré3b^+±Rj±MFÃIt~uù×δ®Áë#o×8ŠÄJÉ€_«´™±ì¤6ƒÃa0i{óÙ®›¥Œ–ëõ¸½ÉlT·¦R²×¡31Ëe,?ˆåêd¼ÌH·F34dè ­yÔpj=ã;b^,©Zfñ,&oωäÄW©‡†,zæÝüP ðŒæ.ŸåöPoޏE.¿’õ”ÆÒßô<îU.ªIàpr»äJy[F,Û­¾ô z$Ø–«·e³9ÇŠF,4çFSõòåA‡=„b¹!¬R/·TÒB¯;jÄ‚²·:Á÷nð¨ Þ«(ż¬ÈÀËXî™ý$±^±@ÐÝÙã¦Gèú⿲+Íád5ww÷v4·¶Kt>~¥”ã°ãJxÝÝíüºüôèkÒHë’8lNa=¯»«³§­"=òí3•°"þrSMSgWWOgks=O¦ TW€)Lëúü‡Ýg±[Œ>¿êÅKgQêÒ+×è˜Ê÷ÿöYZPÔ+èl®/ˆç°Ù…&§Ãj ±yGvJ=cµý¥ÂØâz^O7¿µ<%ŽÍÎk78œƒæ`»5è¡âÝKcuéøž± ï¤?+ö+UsUaQ£çkP®›±Q|™R)¨Ha³’ kÛ;»=üº´&ËåĦVÔ5w´·6•¥cGdÔ ”…S%í¦þèì²Ú6>¿“ßÔXÛ,RLÈrC+*X¥Þ÷r·TÚC¯“SVÇoçwðZÚEJ•„ŸÃæÄ¤V·´u¶54ñú|Ë®ƒ*¯²‘îÒä8×s‰t,`¹gϯBpØi]:ú~NÆ«L縦ÄdVŒF™¯J»j²ScÜMJËäx}›I+é¬ÊL‰q—•˜œq\br?¨J+6?,*9«Jj4›üë2ü§0­ëû /¥¨¥4—;üd°„Ä¢&õk\®¸õäô8Nlf…ÈÜrûªr¹QÖÊ:Þktœ°ø<6A«î©ÊKˆŒÏï5š4’€åûþÖmwyzZüÈ“¦²j»4v×­ !6é¡»§Ô3£Sô5eÇÓO£:ÆM«lS:O ï;ÆÝôP9ÙKÚþêà]:¾g,ÈÚ bXÉU½ýJJµp ¬UÉ„ ž‡hÑ}ËI/j•´Ü¸äŒ×b± …5íže§R­p?ÔËÓáI饽ò‰YnHE«Ôg«™·ÔµnFœë!cÑ1™åô@¥ˆÒùh÷^Ë(áË£ohwÕä¸W‰KH)mè–ìX.ÀrÏÜ_øÕ ù×9ìF³mÈéšâtÐßH2XÔÌ¿2 ÚôLSGú¨ïìÏr­ëtØÍú“5Z‡K¥Š²š×h Óº¾[d¶ ¬{Èîù–Þ408¼.½¶ÃóºïFŒôwü]¾M–!ÇHeÔ&ü;Ðh²ÑÏ Vg*ß··©nqž8Yæ€áäçø¡4/ð”Sì¿Å¬6O#v›Åûa_Ì»5è¡r²—ÆìÒq!Nn¦3J…œº Âr˜2ˆÅ¢ÌÔ$^S#Îo¦3|^VZŠÃá€å05 Þºòš›’â:ùmJ¥g9Óî.®RN]©KaŸP`µZ`¹LLFCŸ@™–éÿ¥E`jC]þ¨‹ ¥¸CCö€JX.g/Ô[W‡ÃqAA¦e¨‹`À»¸°\0UåX.,Àra¹– ˰\X.€åX.,Àra¹– ˰\X.#èuZ¥B&‹¨—*0 ¡.‚J…\¯ƒå0¥W*í/-.Ú¹ý‹Í›6nÚ¸˜VP—¿Û?/+)2 °\¦ Ô[WJq?ùèßUe}Bêý¬˜V‚ÒâÂO¶}ØÔØ`µZ`¹L ÄbÑ®í_TW”Ÿ@Ai~o÷ޝ,€©õòܼicŸPˆó‚ 2C©,uA èg©å&ÆÇZFþ€å‚ih¹›6nè‰p~CA¦y¨ âT²\ÊlÝ–ëþ– `¹‚ Ëň`¹?]¬‚¬èùNÃS%NC3ûó­Z-SbkìÒüè¼~v+‚Àr1büŒÏÎ’–ïý+.;—>xÎ_¹µZñÖ®“¶æp8ÝÚ‘)òâM׆ýö¡Ãš©e¹Öæ/îž»ä¥äÉ’R‡®zÏã ÈEÏG÷Ù'$T¢ÚÜìzõYéÈþŸìîý™¼Ptø>ræ“Ù†©pm´õyêòÚgö7Sâ¨CX.F,€3]Ï‘ÕqÝMêàKÊËß›Güß oþ7>3+-)£I®û )+øI\ùZ¾|dвnïã7Þ±1µOwY®ÓÚ—÷ÝÆõ·.šIR™½äŽõo¨Õ9ÆwÍx}ÝúOËuÎIÑ¡~öú…KŸÙSª°O°KÃG7+þ]VÞ6ôoüäv/,w’¶G^¸ã‰%×>Ç~óqVuËňpÖY®†·w9qÞ}œþŸ¥‘þ–{æXpö>|I.~ø]¬„Ô´¤¨}¿ùêŽ:ÓÏz7Ó¢OåŽØ³Ü)b…SÌré ¤*«sŠï8åbÄø-WÛyìõÛ¯¹ü|÷¾úÕëîÅÔ _^wòà9ÿ‘D ­¾Ý™Ÿ>yÿ¤¦Ì˜sûËß•JÜwVµ=©ïÝ=é.ç¼EòåtÉ·-¸ü÷ê]ûÇv}ðô-³fÐÿúõ’'v”J´®ö¨x?üqÞE¿ 'Ÿ{ÙŠgv—¹§»,w$s7W(]í [/öH8SK˜·H'©úî…›®<Ï5ãòUóF)´®7öé+ˆKîßߦÅr>½…$oØ”« t³ªxï+÷\N’ä¼[žü8­oÐsi×Tx롯¢oýÎ[ýrLŸÝ.8°†œûb!¤Bªœ ד׽‘©¤oÉ“ÿº(üŽÏëMÎñU:J* yÏÍ!ï=èâàš5’ÕÛÛƒ”̤—Þ:”y®ÿýòùá®ç®|샄^ë˜å}{:îÕÛºo–/{à-V«iX¶Ë§ñ£ºwH]¹ÿÍuËg»ª[ÿ~t«Ñ]XðFŽÑcÉ Éëß­ð,d,{syÓ§ÍÖñí”QU S?yzõ¦ö/Ó’tÞ±|»Þýêî#_¿õèMtóÃßóÆá–‘½°ñþ;.@ÕÝpA`¹cY.F,LMËu«ìuÅs9û·Ü÷[‚Xô¯*ňåž{ÛΜò²òò²jžD§—•¾¿˜ ~»æÝ}œøÈ]¯¬#fÜým³fD‰oø‘›š–ÀŽ-ê<%¿s81%9zÇóó¨ðâ»7îe'ÄG~öx8AÌÛ\®¤Û£•UGŠJÊÊNçlú*‚˜ÿ~…rØr³þ@]{y}—\ïc¹cµ$Щj·]KœsÝëÿMÉ/Ìå>”Þ®ñ³Ü§® .^»ŸŠåšÊߺ–œõxœ<Àøsýçw³×¼{$¯ª2ûÀ7‘äÝ_ó© ²¥u÷=áäµO|‘^P˜ÀN颬Ér qhòÞ^J^÷÷,¥M–ôÒ¢™w~Ùhw¥cYîu‹¯çQiëQ:KÍr]HÞó7¿¨0'nçsKHò®¯ÛmAÛìswÚÜ‘ÅÍ,©ª©È>øÖj’¼}§K¼™·Ë§ñ>ÝkiÙ¹&œ\òÌ—œìüô#<0—œ÷t”h¬FŽÙ§6ëÏW“·|Ñên¹¥þß+Èe›kƹS|ê1”oYI’Ëÿ¼3.¯0çØ·o­™=b¹Ë´u}w79k͇±¥õµ…ɉòÑÚ<¼ñy…ù1»^¦Þ£-x.¶ß¤“Ý«¬ù$¾°¼¼ #§Uï¾ä=Ÿ'••dþÇm´G?ýYdzAAÚ¯ßH’·¹ß.1uÃŽó­z¢Ž ,#¦±åŽÜ Õñ÷ÝLKw4èâÉ{§z^óàùÄå/eHÜS´í‡î #È7Še5¥/zmqÍG5.Öò¸‰ –ïiõ=2]÷ÑÛAÜ| [hÄ‚W¡·Ä{‹ä¹½œ¸d}L·n2F, ‰Ž¬%É[wò˜&óù«É5?ôz®¶†‚W¯!oÛÅÔåüe>¹üý*£Ÿ{ø[.S!Tumá¦åäµO½óøÂYkv6L Ò±,×û³ã - ÝrG6Ð!㽉EÊÕ´þ\ý—|É,—©× _‡6ÿ­%Ô¿Wmùtv|•ŽÇrƒ¶dÜ–{b úÝëÉ›>m±†Xò‰Áþ¬í/ßã‚™$9gáBÒãKÖP¶Ë·v¿U†Ä ÉuQRGFž¡1”ï¥=w5yç·]öƒm_­&¯ßTi÷NñÞûÍÿ¹‰¼ú¥Âa ö²\ÆN³vyn1I.Xó×O"ÊDçX–ëy£ö`,ýiÃv88CZÒÚ¸õFrÙ?»NSÙ ÉÛé— cãC°Ü‰o8‚ °\ŒX€åÒN˜ûÊåÄÌ E –ûö,Ê-Nºeí–+¾ Åréu/ýKŽÛr%Ï\B\ý~•‚E°„ f?ùÕ±ÜÒòâ„­+B´Ü[â½E®”5%ýæÚ«Î!ˆð§Ž¶«OáÛgÆ’×’³ŸJR:(Ê*rÖcGëÚO¦£G>`q©Ë_ B³\†Bœ®³+·®&ÉÙ$yÓ¿ÊõÎ Tjmúx%¹Ôý¡ú˜–¤%¡8Z ë¶,'W~Üd ­d[×w÷äÍoÌ;ÞÊk*üæpåÜ®1,÷SßU†$´å>À`¹'y"„ÆÐ÷‰ó^]Hþ~o‡±íËÕä ¹[0¾2ú=ÎÕ/²Ü`Æ€ $bÛs«g‘äReö1,·ÿ¨Çr·Ëïà qIWûGsÅ[×Ò{ 27>Ëð†#ËňXîX–«DÿaqÅË™RÏ8Ž#kÃ(- aÄ“åösÖœK\ûY½Ò5]Ä]æ±\Eù?ç?™* 8b!ô–Œ²ÜᇤÕ}¾” ®ßÙ¢š¸å: åï.%ÉÛþSmpú¸ùú”ŽšAMv¹|Kh# ¡æèËÞ_~ã? Û_YD®Ø\ìzrÙ8+¼— „#søIé`ÛöÕä¢7OÞPenIh2 d(%rž™M®Ùïù˜ÚPðâ\Ïg߷˯ñ>#\Ãg—o©öÌu(’Ÿ»Ú£V¡Y.Sc\7,«6/#Wo‹Þ²ræÃ#zÇ·S¼p5ué¦á½G,ŒÝiƒÝ(}½ï°ÈÌrªÔ?Ï#—ÿ‹Ú|Æíò;8C\’ÉrtÇ…|2l8‚ °\ŒX€åŽe¹½´øÝEqÙý[p“c¾ùÛªDØ{Õú‰[®ªrË‚¸êÙqYùÅE)Ÿ­:Çc¹:AìCççߺù`|RÌßD5ª| ¹%^[¤æÅlßy();¿03fûc—çÝu¸Ks ÏX81¤Ì}ïf’$o~n븴œÜ¬¤Èo?Üøy‰Öa¬¡ïµ.Z¿õHjaiI.÷ðd~ôXíÇ·’äuOþ'"£¨´0óXl‘”ñ ÎÀ…8 •¬$—o.Õ;éG,¼´òÜ2ú~®s<•ž°u~{I.~ú˘¬Â¢‚ÄÏ×ÃRêÔå¼4ŸœÿøWÜ‚¢ìc‘™BSɾ·9 "!”lãテ$W¿}8·º¾±±lÿC³† Ú.ÿÆûÔ>Ðøå]$¹ìù]ñ%9‘=4œû§á ¥1nQûêVúCôY±F,k|;Å;MÛ©.œÿà–ƒ©¥%9o¯þöC™vq·“Šjêë«r~|m9Çïc÷÷¹¨õ§eEn{ìrÖºý]¶ Ûå/7´%™,—¹C‚ï¸`9ö†#ËňXîØ–KMìLýøñe—žC?‹kæ-/î)ê×pÚÐ-—~º×·/ÜDþŸû=ï¢+®>¦×U¦ªùàK+~ëšüëe¯$‰T¾U„د-’¿çÌîŠ.œ·æ­ÈfÕ©Z¿ÊÓðyËîXÿa¾Ê]¨­/qóô°_2|ñÚJh…f*ÙçFCÁrÌ’f~Ô{ßp•»Ü9 WÜûÏm×èÆþÊ•²ì»×Ý«Ì]õÇ÷"šÙöa¯ÕnÇ9Aix×N]©KaScƒÕjÁˆ¦ &£¡±¡~׎/7oÚ¸iã`ZA]þ¨‹ ¥¸CCö€JŒXàì…zëêpà™ó‚ È4 u x#ÀT#,#,#8pجÓAÀºô:­R!“ˆEÔ9ÀÏuV*äz]°KƒF£R)ÔbÓj{µj5S·`Äg©åRöd¡Óªû½-—R\©´¿´¸hçö/ð0{wݳ;’u¸®¶Æd40]Ô*ECÝñˆ#‡&«Ò3Ÿo¾ÞÅ:|ðxM ¥‚±À³ÜÉ*Íb°ZZ.õN™RÜO>úwUEYŸPØ/ÊÄœ“›m°³£ýÇöSÿ øHFE)îÿöïëêê´ÛíÎéª[::Úÿ·ÿ¿µU#€åúc4ê©sE@ËuÿÈZuE¹Á`8átâ©5‚ ¡g²,×®ŽvvÄÑ€?ò¥R*"ŽêîêpN¿PÝÂ:|P*cÄÓÍrujQˆCôZ.uؼicŸPˆ«‚ ÈÏk¹¶Aë·{v¥BþÍ×»¦Ï]\ÿn ±À´²\YoNûê¿§b¹›6nè‰pµB™˜å:&/TL–;éuE¡¶½OЋ L#ËÕiªc¯ú/õ7,A– Ëň¦€åŠÚØMé+Ìê´æŒUÔß°\AX.,#7šÎü„ò~íd¹uÉ+ä[JŽ¢û‹ºä~Ëu¨ò¶>ûÔÇ5扽Ú††ˆÏ?>ÜfÅ•A³Ör)š¼·ÜÉ­ë, F,pÑv'½± ÂV\,Õ–+VÇ‘Ú,UÏkV}qMܕԔÓk¹ÎQmnv½zhdŠ]p` 9÷ÅÃÄ^í§¸z(-Dåþ\1Õ¾¿8ìwF÷Âr},#ÀO„®çÈj‚¸î‹&uÅÔíî _¾!6oÿ3óæ¾*ÒŸ–Û’ûGQãfU”®o£E—ÒßòNKîc§×r- Ý@®øw½åŒµ\ÿ"‚LYËU¥>qéˆtýâ¢9+ÿøî¡Z•í̱ÜþŸ\uç{yJ;,#Àk¹:½B ”k©?´’.±úg¾—+RŠ[wå€6Ã$Ûi–eQ4UWÇ^IMgº£ ËE9M–k”TWÆ;kLË=¹¨MuAÌ~õhvaA^Fü?»ø\‚¸þ£ãû” F,0 –«éÉþâéUäÿÑGðŒ«ù¾IMOìÎüôÉ®ø%=mÎí/W*qZÐv{ýök.?ß}À‡…¯~õÇ:ÅHÉêö¤]òWIsîÜÙ¤õœÛÞØ§¯ .¹›:4ËÕiDm캤å5qáºçMª“â¿”âÚtG(¬ºÄAS„·¥6áêºäô—Ñ|Ÿº0ËÒÖþøöƒ+f“tæ-¿sýû©û°CŽdõö¶AoMµvzr~øê Õí{õ¶…3éÕf/{à-V«É9b¹äÒ×Ý|5=kñ=¯}_®m0¤®Üÿæºåt3æÝ²þýèV£3Êòž›CÞ{°/p q Fäg²ÜG}4,,Ìßf©)ÔtjîäXî’]Ï„Aá¡ÛA\ñz™Áné>üÄü‹A_νüÆç¿?®µ¹–å|°niø®«Öy×¾SA ±UV´ëù›gº.|çÏ}ìÇ®z¢´`û³+¯¤/|ç_uçkÿ;®q`7Tn'È¿WxLZòÀyÄÒ=]–€…[:v-!ÂNS3U=]-#ÀÏa¹²²®#ˆK~¿ákvBçÇoŽÖʨ‰¥ï/&ˆß®yw'>r×++ˆwÛ¬¡=¶áKjñë6Šç&röo¹ï·±è_U WÉ’Âwç^û®جŒ˜/Ÿ˜EϪ”²Ü§® .^»Ÿ‚åÊzsªcÛ³n5½¤íß­þ[Õóº®oãˆåR$Ÿš”VC¥ºo[ÁºêXÒû9º![®¥u÷½áäÂÇ·Ed•$nhΰ.ºòº¿Å×ó¨´õ(#–k—¥¾µ‚\üŽÐèeí4wdq3Kªj*²¾µš$oßé*Ðm¹‹Öo=”’_˜±õÑä¬uû»\EXZv® '—<ó%';?ýÈÌ%ç=%²‡`¹>-Ä5AŸÉrFãý÷ß?JtÝŠKM§æNºåÚäñ÷ŸGüæÏ:»MלŸUXœÏÝóÜ\‚Xðaƒ‰ZÂ¥Äuÿ8šž››v,ñ¸rÐn8¾õz‚øõ]ïì‹KKç²~ˆn¥ôÓPû!µÜïîÛr›÷íßn #ο÷€KeƒX®áÞ– êék¹±~zËÕ c<Ÿ¸â¯™ï± ®‰—¿”ᙨm?tOA¾Q,óXnغx±ÛZùûn&ˆ¥;š(Ö÷FÝ?ƒ¸î³:µ{-Qüc¿"æm©TMhÄ‚N-ª`_"¨ù“Nòµ²÷ý¾ú›ûo–óÕô¾fÿÛ,ßNAýAý“š(o֬ɴªú›ß©`_<òËh!Z®S—÷×ùä’Åz· š+ß^ìc¹F,<—òï;fÍ_ÿÏì^iˆþ vWôÆÁQwvê”õ3ÉGâ•N¿ UêŸç‘+þEUàÔåüe>¹üŸ•FÏ,yâ³sÉ·6Zƶ\ŒX@äL°\oÑÝ·o_ggç÷ß\q'b¹×mçL:Y÷ñäO̤|õé¹Í»D›4úÎ_«ŠmÕôh§{¦"ñ‘ ˆ+_+Ôx¯ášxÅ«ž‰ƒ¢ÈµaÄÌ·« c[®wáv?Ëõ™‹ ±~BËU”nœM„=ïóƒ¹~Õ¼½Ë â†ïÚ4£,× Ë|áwĬ% z­·gù½".~*M:Ñq¹ô½Ü¸ðº¤¹‚Ú‡T‚­š¾ÿ(»^Uti^u앸—;ØúùÍäUÎ*‚å’ä,’¼æ¯éÊaŸ5W¼uíð¨»ÿÛKéç`Öö—ï¿qÁL’œ³p!5ù’!ÿq¹C¢#kIòÁX¹ÃÚòÙÍäÕɱ;$ŽøI®‹’:`¹‚œQ–kµZM&#*•ò¾ûî¹PSS‚,Ür}ê2 Y«}/3¿¹ñù½¥R5WÕÆùç#ËÃ/øAœwá…Ԭߴë&]óWÔeëA®t¤yåïÌ!f<Ä•ø´yôDÿ›qã÷z“²è ’¸òõB¥{–”¾{|ýÎV)@á>Sü玌XàT-·ä­YÔK0a”å¾í;QÝF[îŠoXnî+—37Ñ–[òÖLâœ[wçVWUSUß.ÕOÔrOŽËM^Q}aGÉ-ZÑ.­èS9ÿ”ëR䌊¨îŠ+£/ªKZ>áq¹Ö¦W’ó_)2†n¹3ïÙøÊj’¼þeŽÀ=\Áaè¬.-v¥¬^lqÚº¾»‡$o~ó`ÞñV^Sá7„‡`¹ŸÞDYîÉï¥ IhË}€MY®«‰K7×Àr9#,×b4‚ T*î»ï^—âÞKý|á±,׫.ƒà(uýšó7vnAaIEC»X;9UBÓŽë âæ}í:×,ñ±µ´å6k  ÷™â?w<`ħúí3] â7w½½'*191ê‡ý‰mj½´øÝEqÙý[p“c¾ùÛªDØ{Õú`–K•ó÷¹qñíoìŒà&'Çþ¸óóÃÊS{ÆÂ¨çåæ<ÒYz—Jð f¾FôegÙJq'áy¹NmÁÆ¥$¹êµ}ie…ܽ¯¬yXS—óÒ|rþã_q вEf m^šjD<3Ÿ\ôr’Ìï'lüÝwP…¼}8·º¾±±lÿC³¼-—¼çóIJҼc{_¿5œ\ð§ßeÃ_ÞE’Ëžß_P’ùÑCóȹŠºfÙ:¿½‡$?ýeLVaQAâçTËõo!®Á‚œvËÐëu“ÅX–ëU×ðõ«Q=ºeå–qÕ³;b³ò‹ŠR>]u±|O›F§W7|áºlõŸ,¤?Çuá»óí=ìÄdnÔÿMlSé¥Eþ„á ßï÷4ªèU5Û®#ˆ_ß½éûh.7áÐ;‹ bÉvúyD ÷žâ;Wëudú{T·`ħú$1?iëcË.=‡>‚yéÊùrÚf;S?~Ü=1læ-/î)òüÎoË)êò_º^ ¿šuû¦©nÂÏXðYQ«ÑjÔâîÜ*Îo4¢‚Úëµý{«8—PS¨éÔÜS|^®s +þ_¯šK’dø’»ï¿$oÝÉw?’ËÖ—¸ù%ôxÛðÅk?(ÑûÜŒ’'½´\ðB‚Ÿç:Íü¨÷¾á*÷PÝ9 WÜûúyceÞ‡ëo_:×=}áíÏlï0<Á®,ûîõµKgQ³æ®úã{M†‘ûă”֯ò¬7oÙë?ÌW9¶Y@ä4[îÀ€™:/OÁ-×§.m÷á[bñç *¿r´âÊo_¸éÊÿsûØy]±ä¹˜nV§ªÿb1öÀ1‘÷ÂJ~âG-=yáË“RU)Û_:|á{áëÂ>Íðòò†#¯ß>3Ì]öŒËÜöú±N.PáÞS|çjzÜWÀÿ¶ªÿÕ-±À”! åRo)¥Îuq¿ ·§:a‰¸åe½tŸ¤õ5êoj 5šK-C-9)¿ áT§>3‡\Ç–à7sAZ®Ùl¢Îº“EpËܺÎ"0b€ à}Äžá–ëV\¹LÖ'´µñêŽ×–e}QŸ¼Ð¬Ž©O¹–ú›šÂok£æ*ä2Ñ Ùrm‚Ôƒ¬¤üʺúÚâ„Ý/,#gÿ‘å)€ ‚ø[®É¤Q«&‹1,׫® 6‰í9CÀˆ¦ö½\ÊZ©WºL*ééîjnj¬(/ÏËÉ*c_*¬}–úo~nveEEKsSoO·\&¸å: åÛYµ0Ü5àê×ý}_¹7rA˜,×d2ú{Ë„ n¹“[×Y,€)?bò\•R!îuuvPB[[S]‘ Œu!õßãµ5¼ÖJ€¥1õ’ñ;± ‚ HpËu?+l²n¹“[×Y,€)o¹nÑÕ¨U ¹LFél¿¨O(ö´Pÿ£þ–ˤ””Ür7oÚ(ôâj… 2Ë5 …|RË$ßîÙÍd¹ß|½‹:ÏOV]gînå0å-wÂ0Y®X,Úµý‹²â"\­A&b¹z=%Ÿ“BKS;â¨Ãáð?W«”Š£‡656LV]gT·D=, a¹LËÕiÕ‹ÙhÔŸVËU*äe%EŸlû°×j·ã[f‚ ã³\½^'“JN©DÜÜÔøãû;;Ú­V‹ÿ¹Z«V¯©ùßþÿR‹Q Ÿzg#ÝR[])“I`¹LËíôZ­6Û õ*žZ.…Éhhl¨ßµãËÍ›6nÚ¸@ˆP–;)|»g7;â(¥¸CCv¦ë‚Z¥¨©ªd9H-> stream xÚìÝ\g‚¥mñeæ3333333³JºœË–Å’-–ÅÌÌÌÌÌÌŒkÏØ==Þîzgã·½»ç‰È¸UJI¥¸ïÉú²ÂáX±àÿ±àO‡BþÏ+ô·gãÀŸæŸVúkqãÆ’ŸüµÒÔçÏqÆŸ Aþ?Ç?þÏ™þOÆþ :š¦)’Hÿ×FQ(À_Š$Š<ÇÐ$?^œ¿/46 ø °,CW$¥ÿs¢±Q(À_AªÉ“&²4‰ûω¢P€¿„ìY3gH“"‘©ð?'úËYô·BãàÞüùŠ)˜7G¦ÔI­_ýÛ‹èÏ—¸¸7¾êU*”.’7kÚ¤¦Ä’ñãþ­Ð8ñpoþ|-›6¨U©d¬©k ^ ðWÒ³kûæõª”Ì›)…%1Ä7>î ÀŸÏÜ·k«z•ŠæH“HáþíÛ\ ð×1j„7 k‹Z¥ófHªóÔoÑŸ M€{ðç›­k–Ì™:ò·7sQ(À_IJ3Æí×¶vÉ\(à¯gÅÂY†õo[»T®4…üŬ\4kâðíêü\hB €Bà_·jñìI#´¯S… P@¡(P( E¡(P(  (… @¡€B… P@¡(P( P (…  €B… P@¡€BP( PŠBP( P (…¢P (… @¡(… @¡€BP( @¡€BP( P@¡(P(  (… @¡€B… P@¡(P( P (…  €B… P €B… P@¡(… P@¡(P( E¡(P(  €BQ(  €B… @¡€BP( P@¡(P(  (… @¡€B… P@¡(P( P (…¢P (… @¡(… @¡€BP( @¡€BP( PŠBP( P (P(  €B… @¡€BP( P@¡(P(  (… @¡€B… P@¡(… P@¡(P( E¡(P(  €BQ(  €B… P €B… P@¡€BP( P (P(  €B… @¡€BP( P@¡(P(  (… @¡(… @¡€BP( @¡€BP( PŠBP( P (…¢P (…  €B… P@¡€BP( P (P(  €B… @¡€BP( P@¡(P( E¡(P(  €BQ(  €B… P €B… P@¡(… P@¡(P( P (…  €B… P@¡€BP( P (þ¡•‹fM> ]R(…Àÿ’ gMÖ¿míŸ  P€¿še fŒÚ¯mí’¹RG$ ð³xîÔ±AŸÖ5Kæü}¡´h¥Ê^¬F‹žî¨É³æ/^¶båÊUð‡Y¹rŲÅógMåölQ£XöT–Dÿ]¡ hÑL‘µH•&]c†2kîü…‹-€?Ì¢E çÏ5e܈Á]›V-’-¥%Ò þ½ÐŸ›€Œä™ Vhо¯7rìä©ÓgÍš5þ8³f͘:yÜH¯oû fNnüRhìß OñzÒ yK×jÑu€7bÔØñ&Nœœ‰Æ5ÂеE­Òy3$Õy*~Üÿ(”ä”Dir­T¯U×¾ƒÝ`è°á#à4|ØÐÀÜ·k«z•ŠæH“HáÈ_ ë×·ŠÉJ‘)oÉ*õš·ïÚ³O¿þýÀ¨ÿ~}zvmß¼^•’y3¥°þöVîoo Z¢ÔY ”¬T«AÓ–­Û¶m×þ@íÚ¶mݲiƒZ•JÈš:±&üí¢Ÿ ýåÛ\V2“¦Íš·Hé Uª×¬]»vøý]ÍêU*”.’7kÚ¤¦Ä’¿Cû‰(§XISgÊ‘·`‘â%K–*UþH¥J–,^¤`Þ™R'µþßú[¡?¿ˆ4¯˜‰R¤É9kö¹à—3{ÖÌÒ¤Hdþhü¸¿~“ûo…Ɖ÷s¢œ¤Y‰’&O‘*uêÔiàõsv©R$OšÈÒ$îç@ÿã%ô?eIÑ ËŠDÀ,±,CW$ý] K”¤ŽEI’à'I¢Ès Mþ>Ð_ 'n¼ø ’¢ÆÀî—ö(’H?Þ/gп/ôßý¥Ñxñã'H€€?ÁÏñÅï×>ÿ>п5'nÜŸ3€?ÇÏÆùG}þ–è¿U –ß:ŒõÅ€?]¬ ÷à¯\(Àÿ‡¯ÿ›ÏÇúïÎf àÿþCåÿ$îÀ_Ê×ß}üåﮟ}|ú»Ço¿öÛïûëŸüà0Þ?øB±÷…âüzýý?àÓ¯ÏÅýõÏüöƒÆØ¿»À// ¿Š}ÇúOŸü+V-ž=iÄ€öuJçJ“PfþîÿNàÞ6 Ø(l`£°Q€ÀF6 Ø(l`£°Q€ÀF6 Ø(l`£°Q€ÂF6 Ø(l6 °QØ(ÀF`£°Q€ÀF6 €l6 °QØ(¼®`£…l6 °Qÿk¦ïŠë¢ àóõwù»ëç_ŸþîñÛ¯ýöû¾þîïø›xÿà ÅþÝŠóëõ÷ÿ€O¿>÷×?ç×çcÿî þò·ëoÅß_þîãÏ¿;p~ý'Ózà‹ý»ãü W$þÏ:PþW×xüW“¿}þ_=þ•¿þ¼Ãäßþ_=býw“ÿì¹ßÿÑO"qøk(¿þƒë?ûï#¿þ«ÆõP‰C$Àÿ]‡Êÿòù¿zŒý¿ù<ü5”ÿçÿÛ‡@þß9\þOâàžÀÿƒ„Eâ"i‘¼hûHóßSÿ?Xµxö¤Ú×)+MB™!âʼn;V¬Ø±ãÄ#po€l6 °QØ(ÀF`£€l6 °QØ(ÀF`£…l6 °QØ(ÀFa£€Àë*6 °QØ(ÀFa£€l6 °QØ(ÀF`£€l6 °QØ(ÀF`£…l6 °QØ(l`£°Qx]ÀF6 U±~µ|¤ñoׯCbÙ±í8v\;žßN`6iS6m36ks6o ¶hK¶l+¶jk¶n¶i[vÄNh'²ÛIì¤v2;¹ÂNi§²SÛiì´v:;½ÁÎhg²3ÛYì¬v6;»ÃÎiç²sÛyì¼v>;¿]À.h² ÛEì¢v1»¸]Â.i—²KÛeì²v9»¼]Á®hW²+ÛUìªv5»º]îiײkÛuìºv=»¾ÝÀnh7²ÛMì¦v3»¹ÝÂni·²[Ûmì¶v;»½ÝÁîhw²;Û]ì®v7»»ÝÃîi÷²{Û}ì¾v?»¿=Àh²cìÁöÛ¶Ûµ=Û·;´£öP{˜=Üac´¿µ¿³GÙßÛ£í1öX{œ=Þž`O´'Ù“íìí)öT{š=ÝžaÏ´gÙ³íŸì9ö\{ž=ß^`/´Ù‹í%öR{™½Ü^a¯´WÙ«í5öZ{½ÞÞ`o´7Ù›í-öV{›½ÝÞaï´wÙ»í=ö^{Ÿ½ß>`´Ù‡í#öQû˜}Ü>aŸ´OÙ§í3öYûœ}Þ¾`_´/Ù—í+öUûš}ݾaß´oÙ·í;ö]ûž}ß~`?´Ùí'öSû™ýÜ~a¿´_Ù¯í7ö[ûýÞþ`´?ÙŸí/öW;–Û‰ãÄuâ9ñáåÐã°çðŽàˆŽäȎ⨎æèŽá˜ŽåDœ„N"'±“ÄIê$s’;)œ”N*'µ“ÆIë¤sÒ;œŒN&'³“ÅÉêds²;9œœN.'·“ÇÉëäsò;œ‚N!§°SÄ)êsŠ;%œ’N)§´SÆ)ë”sÊ;œŠN%§²SÅ©êTsª;5œšN-§¶SÇ©ëÔsê; œ†N#§±ÓÄiê4sš;-œ–N+§µÓÆië´sÚ;œŽN'§³ÓÅéêtsº;=œžN/§·ÓÇéëôsú;œÎ 'Æì qlÇq\Çs|'pB'ê u†9ÃÎ7ÎHç[ç;g”ó½3ÚãŒuÆ9ã ÎDg’3ÙùÁùÑ™âLu¦9ÓÎLg–3ÛùÉ™ãÌuæ9óÎBg‘³ØYâ,u–9ËÎJg•³ÚYã¬uÖ9ë ÎFg“³ÙÙâlu¶9ÛÎNg—³ÛÙãìuö9ûÎAçsØ9âuŽ9ÇÎIç”sÚ9ãœuÎ9ç ÎEç’sÙ¹â\u®9×ÎMç–sÛ¹ãÜuî9÷ÎCç‘óØyâ7¿[À-èr »EÜ¢n1·¸[Â-é–rK»eܲn9·¼[Á­èVr+»Uܪn5·º[íéÖrWĬŒY³:fMÌÚ˜u1ëc6ÄlŒÙ³9fKÌÖ˜m1ÛcvÄìŒÙ³;fOÌÞ˜}1ûcÄŒ9s8¦¶ÛÃíéör{»}ܾn?·¿;ÀèrcÜÁî×v×u=×w7t£îPw˜;Üá~ãŽt¿u¿sG¹ß»£Ý1îXwœ;ÞàNt'¹“ÝÜÝ)îTwš;ÝáÎtg¹³ÝŸÜ9î\wž;ß]à.t¹‹Ý%îRw™»Ü]á®tW¹«Ý5îZw»ÞÝànt7¹›Ý-îVw›»ÝÝáîtw¹»Ý=î^wŸ»ß=àt¹‡Ý#îQ÷˜{Ü=ážtO¹§Ý3îY÷œ{Þ½à^t/¹—Ý+îU÷š{ݽáÞto¹·Ý;î]÷ž{ß}à>t¹Ý'îS÷™ûÜ}á¾t_¹¯Ý7î[÷ûÞýà~t?¹ŸÝ/îW7–Û‹ãÅõâyñ½á‘åÑã±çñžà‰žäɞ⩞æéžá™žåE¼„^"/±—ÄKê%ó’{)¼”^*/µ—ÆKë¥óÒ{¼Œ^&/³—ÅËêeó²{9¼œ^./·—ÇËëåóò{¼‚^!¯°WÄ+êóŠ{%¼’^)¯´WÆ+ë•óÊ{¼Š^%¯²WÅ«êUóª{5¼š^-¯¶WÇ«ëÕóê{ ¼†^#¯±×Äkê5óš{-¼–^+¯µ×ÆkëµóÚ{¼Ž^'¯³×Åëêuóº{=¼ž^/¯·×Çëëõóú{¼Þ /Æì ñlÏñ\Ïó|/ðB/ê õ†yýÞ7ÞHï[ï;o”÷½7ÚãõÆyã½ ÞDo’7ÙûÁûÑ›âMõ¦yÓ½ÞLo–7ÛûÉ›ãÍõæyó½ÞBo‘·Ø[â-õ–y˽ÞJo•·Ú[ã­õÖyë½ ÞFo“·ÙÛâmõ¶yÛ½ÞNo—·ÛÛãíõöyû½ÞAïwØ;âõŽyǽÞIï”wÚ;ãõÎyç½ ÞEï’wÙ»â]õ®y×½ÞMï–wÛ»ãÝõîy÷½ÞCï‘÷Ø{â=õžyϽÞKï•÷Ú{ã½õÞyï½ÞGï“÷Ùûâ}õbù±ý8~\?žßOà>éS>í3>ës>ï ¾èK¾ì+¾êk¾î¾é[~ÄOè'òûIü¤~2?¹ŸÂOé§òSûiü´~:?½ŸÁÏègò3ûYü¬~6?»ŸÃÏéçòsûyü¼~>?¿_À/èò ûEü¢~1¿¸_Â/é—òKûeü²~9¿¼_Á¯èWò+ûUüª~5¿º_ïé×òkûuüº~=¿¾ßÀoè7òûMü¦~3¿¹ßÂoé·ò[ûmü¶~;¿½ßÁïèwò;û]ü®~7¿»ßÃïé÷ò{û}ü¾~?¿¿?ÀèòcüÁþßößõ=ß÷?ô£þP˜?Üáãô¿õ¿óGùßû£ý1þXœ?ÞŸàOô'ù“ýüý)þTš?ÝŸáÏôgù³ýŸü9þ\ž?ß_à/ôù‹ý%þR™¿Ü_á¯ôWù«ý5þZ¿Þßàoô7ù›ý-þV›¿Ýßáïôwù»ý=þ^Ÿ¿ß?àôù‡ý#þQÿ˜Ü?áŸôOù§ý3þYÿœÞ¿à_ô/ù—ý+þUÿšÝ¿áßôoù·ý;þ]ÿžßà?ôùý'þSÿ™ÿÜá¿ô_ù¯ý7þ[ÿÿÞÿàô?ùŸý/þW?V;ˆÄ âñƒÐ°ðˆÈ¨è˜D‚„A¢ q$H$ ’)‚”Aª u&H¤ Ò‚ŒA¦ s%Èd ²9‚œA® w'Èä ò‚‚A¡ pP$( Š%‚’A© tP&(” Ê‚ŠA¥ rP%¨T ª5‚šA­ vP'¨Ô ê ‚†A£ qÐ$h4 š-‚–A« uÐ&h´ Ú‚ŽA§ sÐ%èt º=‚žA¯ wÐ'èô ú‚Á  & ìÀ ÜÀ ü   †ÃÁ7ÁÈàÛà»`Tð}0:Œ ÆムÁÄ`R09ø!ø1˜L ¦ÓƒÁÌ`V0;ø)˜Ì æóƒÁÂ`Q°8X, –˃ÁÊ`U°:X¬ Öëƒ ÁÆ`S°9Øl ¶ÛƒÁÎ`W°;Øì öûƒÁÁàPp88 ŽǃÁÉàTp:8œ Îçƒ ÁÅàRp9¸\ ®׃ÁÍàVp;¸Ü î÷ƒÁÃàQð8x< žσÁËàUð:x¼ ÞïƒÁÇàSð9ø| b…±Ã8aÜ0^?L!R!2!r! ¡J¡*¡j¡¡Za$L& ‡I¤a²0y˜"L¦ S‡i´aº0}˜!Ìf 3‡Y¬a¶0{˜#Ìæ s‡y¼a¾0X , ‡E¢a±°xX",– K‡e²a¹°|X!¬V +‡Uªaµ°zX#¬Ö k‡uºa½°~Ø l6 ‡M¦a³°yØ"l¶ [‡m¶a»°}Ø!ìv ;‡]®a·°{Ø#ìö {‡}¾a¿°8  cÂÁáÐÐ ½Ðƒ0 £áÐpX8<~Ž ¿ ¿ G…߇£Ã1áØp\8>œN '…“ÃÂÃ)áÔpZ8=œÎ g…³ÃŸÂ9áÜp^8?\. …‹Ã%áÒpY¸<\® W…«Ã5áÚp]¸>Ün 7…›Ã-áÖp[¸=Üî w…»Ã=áÞp_¸?< …‡Ã#áÑðXx<<ž O…§Ã3áÙð\x>¼^ /…—Ã+áÕðZx=¼Þ o…·Ã;áÝð^x?|> …Ã'áÓðYø<|¾ _…¯Ã7áÛð]XÇ­ëÖsë» Ü†n#·±ÛÄmê6s›»-Ü–n+·µÛÆmë¶sۻ܎n'·³ÛÅíêvs»»ïC=jDͨDFEG“D“F“E“GSDSFSESGÓDÓFÓEÓG3D3F3E3G³D³F³E³GsDsFsEsGóDóFóEóG D F E G‹D‹F‹E‹GKDKFKEKGËDËFËEËG+D+F+E+G«D«F«E«GkDkFkEkGëDëFëEëGDFEG›D›F›E›-ˆ–D+¢5цhK´#ÚˆŽD'¢3Ñ…èJt#º=ˆžD/¢7чèKô#úˆÄ "†L !lÂ!\Â#|" B"J %†ÉÄ7ÄHâ[â;bñ=1šCŒ%Æ㉠ÄDb1™øø‘˜BL%¦Ó‰ÄLb1›ø‰˜CÌ%æó‰ÄBb±˜XB,%–ˉÄJb±šXC¬%Öë‰ ÄFb±™ØBl%¶Û‰ÄNb±›ØCì%öû‰ÄAâq˜8B%ŽljÄIâqš8Cœ%Îç‰ ÄEâq™¸B\%®׉ÄMâq›¸CÜ%î÷‰ÄCâñ˜xB<%žωÄKâñšxC¼%Þï‰ÄGâñ™øB|%b‘±É8d\2ŸL@$IR$M2$Kr$O ¤HJ¤L*¤Jj¤N¤IZd„LH&"“IȤd229™‚LI¦"S“iÈ´d:2=™ÌHf"3“YȬd62;™ƒÌIæ"s“yȼd>2?Y€,H" “EÈ¢d1²8Y‚,I–"K“eȲd9²Ù€lH6"“MȦd3²9Ù‚lI¶"[“mȶd;²=ÙìHv";“]È®d7²;ÙƒìIö"{“}Ⱦd?²?9€H"cÈÁäÒ&Ò%=Ò'2$£äPr9œA~CŽ$¿%¿#G‘ß“£É1äXr9žœ@N$'‘“ÉÈÉ)äTr9œAÎ$g‘³ÉŸÈ9ä\r9Ÿ\@.$‘‹É%äRr¹œ\A®$W‘«É5äZr¹žÜ@n$7‘›É-äVr¹ÜAî$w‘»É=ä^r¹Ÿ<@$‘‡É#äQòyœ$‘É'äSòùœ|A¾$_‘¯É7ä[òùžü@~$?‘ŸÉ/äW2›ŠCÅ¥âQñ©A‘EÑC±Gñ”@‰”DÉ”B©”Fé”A™”EE¨„T"*1•„JJ%£’S)¨”T**5•†JK¥£ÒS¨ŒT&*3•…ÊJe£²S9¨œT.*7•‡ÊKå£òS¨‚T!ª0U„*J£ŠS%¨’T)ª4U†*K•£ÊS¨ŠT%ª2U…ªJU£ªS5¨šT-ª6U‡ªKÕ£êS ¨†T#ª1Õ„jJ5£šS-¨–T+ª5Õ†jKµ£ÚS¨ŽT'ª3Õ…êJu£ºS=¨žT/ª7Õ‡êKõ£úS¨Ô *†L ¡lÊ¡\Ê£|* B*J ¥†QéÔ7ÔHê[ê;jõ=5šC¥ÆQã© ÔDj5™úú‘šBM¥¦QÓ©ÔLj5›ú‰šCÍ¥æQó©ÔBjµ˜ZB-¥–QË©ÔJjµšZC­¥ÖQë© ÔFjµ™ÚBm¥¶QÛ©ÔNjµ›ÚCí¥öQû©ÔAêu˜:B¥ŽQÇ©ÔIêuš:C¥ÎQç© ÔEêu™ºB]¥®QשÔMêu›ºCÝ¥îQ÷©ÔCêõ˜zB=¥žQÏ©ÔKêõšzC½¥ÞQï©ÔGêõ™úB}¥bѱé8t\:ŸN@4IS4M34Ks4O ´HK´L+´Jk´N´I[t„NH'¢ÓIè¤t2:9‚NI§¢SÓiè´t::=ÎHg¢3ÓYè¬t6:;ƒÎIç¢sÓyè¼t>:?]€.H¢ ÓEè¢t1º8]‚.I—¢KÓeè²t9º<]®HW¢+ÓUèªt5º:]ƒ®I×¢kÓuèºt=º>Ý€nH7¢ÓMè¦t3º9Ý‚nI·¢[Ómè¶t;º=ÝîHw¢;Ó]è®t7º;݃îI÷¢{Ó}è¾t?º?=€H¢cèÁôÚ¦Ú¥=Ú§:¤£ôPz=œAC¤¿¥¿£GÑßÓ£é1ôXz=žž@O¤'Ñ“éèé)ôTz=žAϤgѳéŸè9ô\z=Ÿ^@/¤Ñ‹é%ôRz½œ^A¯¤WÑ«é5ôZz½žÞ@o¤7Ñ›é-ôVz½ÞAï¤wÑ»é=ô^z½Ÿ>@¤чé#ôQú}œ>AŸ¤Oѧé3ôYú}ž¾@_¤/Ñ—é+ôUú}¾AߤoÑ·é;ô]ú}Ÿ~@?¤Ñé'ôSúýœ~A¿¤_ѯé7ô[úýžþ@¤?ÑŸé/ôW:›‰ÃÄeâ1ñ™ Á ÅРð ÇðŒÀˆŒÄȌ¨ŒÆèŒÁ˜ŒÅD˜„L"&1“„IÊ$c’3)˜”L*&5“†IˤcÒ3˜ŒL&&3“…ÉÊdc²39˜œL.&7“‡ÉËäcò3˜‚L!¦0S„)ÊcŠ3%˜’L)¦4S†)Ë”cÊ3˜ŠL%¦2S…©ÊTcª35˜šL-¦6S‡©ËÔcê3 ˜†L#¦1Ó„iÊ4cš3-˜–L+¦5Ó†iË´cÚ3˜ŽL'¦3Ó…éÊtcº3=˜žL/¦7Ó‡éËôcú3˜Ì &†Ì alÆa\Æc|&`B&Ê e†1ÙÌ7ÌHæ[æ;fó=3šÃŒeÆ1ã™ ÌDf3™ùù‘ùàc‚O >'ø’àk‚XDl"—ˆGÄ'AA ÁÁ!! ¡1…ÙÀld61›™-ÌVf³ÙÁìdv1»™=Ì^f³Ÿ9Àd1‡™#ÌQæsœ9ÁœdN1§™3ÌYæsž¹À\d.1—™+ÌUæs¹ÁÜdn1·™;Ì]æsŸyÀ1Ÿ™/ÌW&›ÃÆeã±ñÙ,Á’,ÅÒ,ò,Çò¬ÀЬÄʬª¬Æê¬Áš¬ÅFØ„l"61›„MÊ&c“³)Ø”l*65›†M˦cӳ،l&63›…ÍÊfc³³9Øœl.67›‡ÍËæc󳨂l!¶0[„-Êc‹³%Ø’l)¶4[†-Ë–c˳ØŠl%¶2[…­ÊVc«³5Øšl-¶6[‡­ËÖcë³ Ø†l#¶1Û„mÊ6c›³-Ø–l+¶5Û†m˶c۳؎l'¶3Û…íÊvc»³=Øžl/¶7Û‡íËöcû³Øì 6†ÌamÖa]Öc}6`C6Êe‡±ÃÙì7ìHö[ö;vû=;šÃŽeDZãÙ ìDv;™ýý‘ÂNe§±ÓÙìLv;›ý‰ÃÎeç±óÙìBv»˜]Â.e—±ËÙìJv»š]îe×±ëÙ ìFv»™ÝÂne·±ÛÙìNv»›ÝÃîe÷±ûÙìAö{˜=Âe±ÇÙìIö{š=ÞeϱçÙ ìEö{™½Â^e¯±×ÙìMö{›½ÃÞeï±÷ÙìCöû˜}Â>eŸ±ÏÙìKöûš}þeß±ïÙìGöû™ýÂ~ecq±¹8\\.ŸKÀÉQÍ1ËqÏ œÈIœÌ)œÊiœÎœÉY\„KÈ%âsI¸¤\2.9—‚KÉ¥âRsi¸´\:.=—ËÈeâ2sY¸¬\6.;—ƒËÉåârsy¸¼\>.?W€+Èâ sE¸¢\1®8W‚+É•âJse¸²\9®×€kÈ5âsM¸¦\3®9ׂkɵâZsm¸¶\;®=×ëÈuâ:s]¸®\7®;׃ëÉõâzs}¸¾\?®?7€È âb¸ÁÜÎæÎå<Îç.ä¢ÜPn7œÁ}Ãä¾å¾ãFqßs£¹1ÜXn7ž›ÀMä&q“¹¸¹)ÜTn7›ÁÍäfq³¹Ÿ¸9Ü\n7Ÿ[À-äq‹¹%ÜRn·œ[Á­äVq«¹5ÜZn·žÛÀmä6q›¹-ÜVn·ÛÁíävq»¹=Ü^n·Ÿ;Àäq‡¹#ÜQîwœ;ÁäNq§¹3ÜYîwž»À]ä.q—¹+ÜUîw»ÁÝänq·¹;Ü]îwŸ{À=äq¹'ÜSî÷œ{Á½ä^q¯¹7Ü[î÷žûÀ}ä>qŸ¹/ÜW.›ÃÇåãññù<Á“<ÅÓ<ó<Çó¼À‹¼Ä˼«¼Æë¼Á›¼ÅGø„|">1Ÿ„OÊ'ã“ó)ø”|*>5Ÿ†O˧ãÓóøŒ|&>3Ÿ…ÏÊgã³ó9øœ|.>7Ÿ‡ÏËçãóóø‚|!¾0_„/Êã‹ó%ø’|)¾4_†/Ë—ãËóøŠ|%¾2_…¯ÊWã«ó5øš|-¾6_‡¯Ë×ãëó ø†|#¾1ß„oÊ7ã›ó-ø–|+¾5߆oË·ãÛóøŽ|'¾3ß…ïÊwã»ó=øž|/¾7߇ïË÷ãûóøü >†ÌámÞá]Þã}>àC>Êå‡ñÃùü7üHþ[þ;~ÿ=?šÃåÇñãù üD~?™ÿÿ‘ŸÂOå§ñÓùüL~?›ÿ‰ŸÃÏåçñóùüB~¿˜_Â/å—ñËùüJ~¿š_ïå×ñëù üF~¿™ßÂoå·ñÛùüN~¿›ßÃïå÷ñûùüAþ˜?ÂåñÇùüIþš?ßåÏñçù üEþ™¿Â_å¯ñ×ùüMþ›¿Ãßåïñ÷ùüCþÿ˜Â?åŸñÏùüKþÿšÿåßñïùüGþÿ™ÿÂåc ±…8B\!ž_H )P-0+p/‚(H‚,(‚*h‚.‚)XBDH($ I„¤B2!¹BH)¤R i„´B:!½AÈ(d2 Y„¬B6!»CÈ)är y„¼B>!¿P@(( E„¢B1¡¸PB()”J e„²B9¡¼PA¨(T* U„ªB5¡ºPC¨)Ôj u„ºB=¡¾Ð@h(4 M„¦B3¡¹ÐBh)´Z m„¶B;¡½ÐAè(t: ]„®B7¡»ÐCè)ôz }„¾B?¡¿0@( b„ÁÂÁÁ<Á!¢ÂPa˜0\!|#Œ¾¾F ß £…1ÂXaœ0^˜ L& “…„…)ÂTaš0]˜!Ìf ³…Ÿ„9Â\až0_X , ‹…%ÂRa™°\X!¬V «…5ÂZa°^Ø l6 ›…-ÂVa›°]Ø!ìv »…=Â^aŸ°_8  ‡…#ÂQá˜p\8!œN §…3ÂYáœp^¸ \. —…+ÂUášp]¸!Ün ·…;Â]ážp_x < …'ÂSá™ð\x!¼^ ¯…7Â[áð^ø |> Ÿ…/ÂW!–[Œ#Æã‰ñÅ"!’"%Ò"#²"'ò¢ Š¢$Ê¢"ª¢&ê¢!š¢%FÄ„b"1±˜DL*&“‹)Ä”b*1µ˜FL+¦Ó‹ÄŒb&1³˜EÌ*f³‹9Äœb.1·˜GÌ+æó‹Ä‚b!±°XD,*§2Ó˜éÌ f&3‹™ÍüÄÌaæ2ó˜ùÌf!³ˆYÌ,a–2˘åÌ f%³ŠYͬaÖ2ë˜õLq±‰ØTl&6[ˆ-ÅVbk±ØVl'¶;ˆÅNbg±‹ØUì&v{ˆ=Å^bo±ØWì'öˆÅAbŒ8X"Ú¢#º¢'úb †bT*‡‹#ÄoÄ‘â·âwâ(ñ{q´8F+ŽÇ‹ĉâ$q²øƒø£8Eœ*N§‹3Ä™â,q¶ø“8Gœ+Îç‹ Ä…â"q±¸D\*.—‹+Ä•â*qµ¸F\+®׋Äâ&q³¸EÜ*n·‹;Äâ.q·¸GÜ+î÷‹ăâ!ñ°xD<*‹'Ä“â)ñ´xF<+žÏ‹Ä‹â%ñ²xE¼*^¯‹7Ä›â-ñ¶xG¼+Þï‹ćâ#ñ±øD|*>Ÿ‹/Ä—â+ñµøF|+¾ß‹Äâ'ñ³øEü*Æ’bKq¤¸R<)¾”@"$R¢$Zb$Vâ$^$Q’$YR$UÒ$]2$S²¤ˆ”PJ$%–’HI¥dRr)…”RJ%¥–ÒHi¥tRz)ƒ”QÊ$e–²HY¥lRv)‡”SÊ%å–òHy¥|R~©€TP*$–ŠHE¥bRq©„TR*%•–ÊHe¥rRy©‚TQª$U–ªHU¥jRu©†TSª%Õ–êHu¥zR}©ÔPj$5–šHM¥fRs©…ÔRj%µ–ÚHm¥vR{©ƒÔQê$u–ºH]¥nRw©‡ÔSê%õ–úH}¥~Ri€4P$ÅHƒ¥!’-9’+y’/R(E¥¡Ò0i¸4BúF)}+}'’¾—FKc¤±Ò8i¼4Aš(M’&K?H?JS¤©Ò4iº4Cš)Í’fK?Is¤¹Òi¿t@:(’KG¤£Ò1é¸tB:)’NKg¤³Ò9é¼tAº(]’.KW¤«Ò5éºtCº)Ý’nKw¤»Ò=é¾ô@z(=’KO¤§Ò3é¹ôBz)½’^Ko¤·Ò;é½ôAú(}’>K_¤¯R,9¶GŽ+Ç“ãË dB&eJ¦eFfeNæeAeI–eEVeMÖeC6eKŽÈ åDrb9‰œTN&'—SÈ)åTrj9œVN'§—3ÈåLrf9‹œUÎ&g—sÈ9å\rn9œWÎ'ç— ÈåBra¹ˆ\T.&—KÈ%åRri¹Œ\V.'——+ÈåJre¹Š\U®&W—kÈ5åZrm¹Ž\W®'×—È åFrc¹‰ÜTn&7—[È-åVrk¹ÜVn'·—;ÈåNrg¹‹ÜUî&w—{È=å^ro¹ÜWî'÷—ÈåArŒ*“Ë'ä“ò)ù´|F>+Ÿ“ÏËä‹ò%ù²|E¾*_“¯Ë7ä›ò-ù¶|G¾+ß“ïËä‡ò#ù±üD~*?“ŸË/ä—ò+ùµüF~+¿“ßËäò'ù³üEþ*ÇRb+q”¸J<%¾’@!R¡ZaVá^Q‘YQUÑ]1S±”ˆ’PI¤$V’(I•dJr%…’RI¥¤VÒ(i•tJz%ƒ’QɤdV²(Y•lJv%‡’SÉ¥äVò(y•|J~¥€RP)¤VŠ(E•bJq¥„RR)¥”VÊ(e•rJy¥‚RQ©¤TVª(U•jJu¥†RS©¥ÔVê(u•zJ}¥ÒPi¤4Vš(M•fJs¥…ÒRi¥´VÚ(m•vJ{¥ƒÒQé¤tVº(]•nJw¥‡ÒSé¥ôVú(}•~Je€2P¤Ä(ƒ•!Š­8Š«xНJ¨D•¡Ê0e¸2BùF©|«|§ŒR¾WF+c”±Ê8e¼2A™¨LR&+?(?*S”©Ê4eº2C™©ÌRf+?)s”¹Êe¿r@9¨R+G”£Ê1å¸rB9©œRN+g”³Ê9å¼rA¹¨\R.+W”«Ê5åºrC¹©ÜRn+w”»Ê=å¾ò@y¨+_”¯J,5¶G«ÆSã« TB%UJ¥UFeUNåUAUI•UEUUMÕUC5UK¨ ÕDjb5‰šTM¦&WS¨)ÕTjj5šVM§¦W3¨ÕLjf5‹šUͦfWs¨9Õ\jn5šWͧæW ¨ÕBjaµˆZT-¦WK¨%ÕRjiµŒZV-§–W+¨ÕJjeµŠZU­¦VWk¨5ÕZjmµŽZW­§ÖW¨ ÕFjcµ‰ÚTm¦6W[¨-ÕVjkµÚVm§¶W;¨ÕNjgµ‹ÚUí¦vW{¨=Õ^joµÚWí§öW¨ÕAjŒ:X¢Úª£ºª§új †jTªS‡«#ÔoÔ‘ê·êwê(õ{u´:F«ŽSǫԉê$u²úƒú£:EªNS§«3Ô™ê,u¶ú“:G«ÎSç« Ô…ê"u±ºD]ª.S—«+Ô•ê*uµºF]«®S׫Ôê&u³ºEݪnS·«;Ôê.u·ºGÝ«îS÷«Ôƒê!õ°zD=ªS«'Ô“ê)õ´zF=«žSϫԋê%õ²zE½ª^S¯«7Ô›ê-µ„XR,%–ˈeÅrby±‚XQ¬$V«ˆUÅjbu±†XS¬%ÖëˆuÅzb}±ØPl$6o«q´¸Z<-¾–@#4R£4Zc4Vã4^4Q“4YS4UÓ4]34S³´ˆ–PK¤%Ö’hIµdZr-…–RK¥¥ÖÒhiµtZz-ƒ–QˤeÖ²hYµlZv-‡–SË¥åÖòhyµ|Z~­€VP+¤ÖŠhEµbZq­„VR+¥•ÖÊheµrZy­‚VQ«¤UÖªhUµjZu­†VS«¥ÕÖêhuµzZ}­ÖPk¤5ÖšhMµfZs­…ÖRk¥µÖÚhmµvZ{­ƒÖQë¤uÖºh]µnZw­‡ÖSë¥õÖúh}µ~Zm€6P¤Åhƒµ!š­9š«yš¯Z¨Eµ¡Ú0m¸6BûF©}«}§Ò¾×Fkc´±Ú8m¼6A›¨MÒ&k?h?jS´©Ú4mº6C›©ÍÒfk?is´¹Úm¿v@;¨ÒkG´£Ú1í¸vB;©ÒNkg´³Ú9í¼vA»¨]Ò.kW´«Ú5íºvC»©ÝÒnkw´»Ú=í¾ö@{¨=ÒkO´§Ú3í¹öB{©½Ò^ko´·Ú;í½öAû¨}Ò>k_´¯Z,=¶G«ÇÓãë tB'uJ§uFguNçuAuI—uEWuM×uC7uKè õDzb=‰žTO¦'×Sè)õTzj=žVO§§×3èõLzf=‹žUϦg×sè9õ\zn=žWϧç× èõBza½ˆ^T/¦×Kè%õRzi½Œ^V/§—×+èõJze½Š^U¯¦W×kè5õZzm½Ž^W¯§××è õFzc½‰ÞTo¦7×[è-õVzk½ÞVo§·×;èõNzg½‹ÞUï¦w×{è=õ^zo½ÞWï§÷×èõAzŒ>X¢Ûº£»º§ûz ‡zTªÓ‡ë#ôoô‘ú·úwú(ý{}´>F«ÓÇëô‰ú$}²þƒþ£>EŸªOÓ§ë3ô™ú,}¶þ“>GŸ«ÏÓçë ô…ú"}±¾D_ª/Ó—ë+ô•ú*}µ¾F_«¯Ó×ëôú&}³¾EߪoÓ·ë;ôú.}·¾Gß«ïÓ÷ëôƒú!ý°~D?ªÓë'ô“ú)ý´~F?«ŸÓÏëô‹ú%ý²~E¿ª_Ó¯ë7ô›ú-ý¶~G¿«ßÓïëô‡ú#ý±þDª?ÓŸë/ô—ú+ýµþF«¿Óßëôú'ý³þEÿªÇ2bqŒ¸F<#¾‘À Ò  Ú` Öà Þ Ñ ÙP ÕÐ Ý0 Ó°Œˆ‘ÐHd$6’IdFr#…‘ÒHe¤6ÒitFz#ƒ‘ÑÈdd6²YlFv#‡‘ÓÈeä6òy|F~£€QÐ(d6ŠEbFq£„QÒ(e”6ÊerFy£‚QѨdT6ªUjFu£†QÓ¨eÔ6êuzF}£ÑÐhd46šMfFs£…ÑÒhe´6ÚmvF{£ƒÑÑèdt6º]nFw£‡ÑÓèeô6ú}~Fc€1Ðdă!†m8†kx†oFhD¡Æ0c¸1ÂøÆi|k|gŒ2¾7FcŒ±Æ8c¼1Á˜hL2&??SŒ©Æ4cº1ØiÌ2f?sŒ¹Æc¿qÀ8h2GŒ£Æ1ã¸qÂ8iœ2NgŒ³Æ9ã¼qÁ¸h\2.WŒ«Æ5ãºqøiÜ2nwŒ»Æ=ã¾ñÀxh<2OŒ§Æ3ã¹ñÂxi¼2^oŒ·Æ;ã½ñÁøh|2>_Œ¯F,3¶ÇŒkÆ3ã› LÂ$MʤMÆdMÎäMÁMÉ”MÅTMÍÔMÃ4MËŒ˜ ÍDfb3‰™ÔLf&7S˜)ÍTfj3™ÖLg¦73˜ÍLff3‹™ÕÌff7s˜9Í\fn3™×Ìgæ7 ˜ÍBfa³ˆYÔ,f7K˜%ÍRfi³ŒYÖ,g–7+˜ÍJfe³ŠYÕ¬fV7k˜5ÍZfm³ŽY׬gÖ7˜ ÍFfc³‰ÙÔlf67[˜-ÍVfk³ÙÖlg¶7;˜ÍNfg³‹ÙÕìfv7{˜=Í^fo³Ù×ìgö7˜ÍAfŒ9ØbÚ¦cº¦gúf`†fÔj3‡›#ÌoÌ‘æ·æwæ(ó{s´9ÆkŽ3Ç›̉æ$s²ùƒù£9ÅœjN3§›3Ì™æ,s¶ù“9ÇœkÎ3ç› Ì…æ"s±¹Ä\j.3—›+Ì•æ*sµ¹Æ\k®3×›Ìæ&s³¹ÅÜjn3·›;Ìæ.s·¹ÇÜkî3÷›̃æ!ó°yÄ3Ÿ›/Ì—æ+óµùÆ|k¾3ß›Ìæ'ó³ùÅüjƲb[q¬¸V<+¾•À",Ò¢,Úb,Öâ,Þ,Ñ’,ÙR,ÕÒ,Ý2,Ó²¬ˆ•ÐJd%¶’XI­dVr+…•ÒJe¥¶ÒXi­tVz+ƒ•ÑÊde¶²XY­lVv+‡•ÓÊeå¶òXy­|V~«€UÐ*d¶ŠXE­bVq«„UÒ*e•¶ÊXe­rVy«‚UѪdU¶ªXU­jVu«†UÓªeÕ¶êXu­zV}«ÕÐjd5¶šXM­fVs«…ÕÒjeµ¶ÚXm­vV{«ƒÕÑêdu¶ºX]­nVw«‡ÕÓêeõ¶úX}­~Vk€5ÐdÅXƒ­!–m9–ky–oVhE­¡Öõ®zO½¯>PªÔÇêõ©úL}®¾P_ª¯Ô×êõ­úN}¯~P?ªŸÔÏêõ«K‹­ ³æXs­yÖ|kµÐZd-¶–XK­eÖrk…µÒZe­¶ÖXk­uÖzkƒµÑÚdm¶¶X[­mÖvk‡µÓÚeí¶öX{­}Ö~ë€uÐ:d¶ŽXG­cÖqë„uÒ:e¶ÎXg­sÖyë‚uѺd]¶®XW­kÖuë†uÓºeݶîXw­{Ö}ëõÐzd=¶žXO­gÖsë…õÒze½¶ÞXo­wÖ{ëƒõÑúd}¶¾X_­X‘Ø‘8‘¸‘x‘ø‘"BF¨a"l„‹ð!"F¤ˆQ"jD‹è#bF¬H$’0’(’8’$’4’,’<’"’2’*’:’&’6’.’>’!’1’)’9’%’5’-’=’#’3’+’;’'’7’/’?R R0R(R8R$R4R,RR!R1R)R9R%R5R-R=R#R3R+R;R'R7R/R?Ò Ò0Ò(Ò8Ò$Ò4Ò,Ò<Ò"Ò2Òêv+Ë_›ÛÉ&Ù`ójÛ¶mÛv{WÜÕ¶mÛ¶m›kµÄZa­±6X[¬Öë€uÄ:a±.XW¬ÖëõÄza½±>X_¬Ö€ Äaƒ±!ØPl6ÄFa£±1ØXl6›€MÄ&a“±)X<–€MŦaÓ±X"–„ÍÄfa³±9Ø\l6[€-Äa‹±%ØRl¶[­ÄVa«±5ØZl¶Û€mÄ6a›±-ØVl¶ÛíÄva»±=Ø^l¶;€Äa‡±#ØQìv;ÄNa§±3ØYìv»€]Ä.a—±+ØUìv»ÝÄna·±;Ø]ìv{€=Äa±'ØSìö{½Ä^a¯±7Ø[ìöû€}Ä>aŸ±/ØWìöûýÄ~a¿±?Ø_ì– OާÀSâ©ðÔøx<-žOgÀ3â™ðÌx<+ž ÏŽçÀsâ¹ðÜx ŽÀGâ£ðÑø|,>OÀ'â“ðÉø<OÀ§âÓðéø <OÂgâ³ðÙø|.>Ÿ/Àâ‹ðÅø|)¾ _ޝÀWâ«ðÕø|-¾_oÀ7â›ðÍø|+¾ ߎïÀwâ»ðÝø|/¾ßÀâ‡ðÃøü(~ ?ŽŸÀOâ§ðÓøü,~?_À/â—ðËøü*~ ¿ŽßÀoâ·ðÛøü.~¿?ÀâðÇøü)þ Ž¿À_â¯ð×øü-þÀ?âŸðÏøü+þ ÿŽÿÀâ¿ðßøü/þOF$'R)‰TDjâ?" ‘–HG¤'2‰LDf" ‘•ÈFd'r9‰\Dn"‘—ˆ#0'‚$(‚&‚%8‚'B$$B&B%4B' Â$,6á. ð‰€ DDDŒÈGä' ‰BDa¢Q”(F'J%‰RDi¢ Q–(G”'*‰JDe¢ Q•¨FT'j5‰ZDm¢Q—¨GÔ' ‰FDc¢ Ñ”hF4'Z-‰VDk¢ Ñ–hG´':‰NDg¢ Ñ•èFt'z=‰^Do¢Ñ—èGô'‰AÄ`b1”F 'F#‰QÄhb 1–GŒ'&‰IÄdb O$S‰iÄtb‘H$3‰YÄlb1—˜GÌ' ‰EÄbb ±”XF,'V+‰UÄjb ±–XG¬'6‰MÄfb ±•ØFl'v;‰]Änb±—ØGì'‰CÄaâq”8F'N'‰SÄiâ q–8Gœ'.‰KÄeâ q•¸F\'n7‰[Ämâq—¸GÜ'‰GÄcâ ñ”xF<'^/‰WÄkâ ñ–xG¼'>‰OÄgâ ñ•øF|'~?‰_Äoâñ—øG$#““)È”d*25ù™†LK¦#Ó“ÈŒd&23™…ÌJf#³“9Èœd.27™‡ÌKÆ‘‰“I’I“ É’É“)’)“ ©’©“i’ H›tH—„¤Gúd@†$"#2Fæ#ó“È‚d!²0Y„,J#‹“%È’d)²4Y†,K–#˓Ȋd%²2Y…¬JV#«“5Èšd-²6Y‡¬KÖ#ë“ È†d#²1Ù„lJ6#›“-È–d+²5Ù†lK¶#Û“ÈŽd'²3Ù…ìJv#»“=Èžd/²7Ù‡ìKö#û“Èä r09„J#‡“#È‘ä(r49†KŽ#Ç“ȉä$r29…Œ'È©ä4r:9ƒL$“È™ä,r69‡œKÎ#ç“ È…ä"r1¹„\J.#—“+È•ä*r5¹†\K®#דÈä&r3¹…ÜJn#·“;Èä.r7¹‡ÜKî#÷“ȃä!ò0y„#Ÿ“/È—ä+ò5ù†|K¾#ß“Èä'ò3ù…üJ~#¿“?ÈŸä/ò7ù‡üKþ#“QÉ©TJ*•šúJC¥¥ÒQé© TF*•™ÊBe¥²QÙ©TN*•›ÊCå¥â(ŒÂ)‚")Š¢)†b)Žâ))‰’)…R)Ò)ƒ7.n|Ü„¸‰q“â&ÇM‰‹Kˆ›7-nzÜŒ¸Ä¸¤¸™q³âfÇ͉›7/n~Ü‚¸…q‹âÇ-‰3©²T9ªÕ€jH5¢SM¨¦T3ª9Õ‚jIµ¢ZSm¨¶T;ª=ÕêHu¢:S]¨®T7ª;ÕƒêIõ¢zS}¨¾T?ª?5€H ¢SC¨¡Ô0j85‚I¢FSc¨±Ô8j<5šHM¢&SS¨x*šJM£¦S3¨D*‰šIÍ¢fSs¨¹Ôµ€ZH-¢SK¨¥Ô2j9µ‚ZI­¢VSk¨µÔ:j=µÚHm¢6S[¨­Ô6j;µƒÚIí¢vS{¨½Ô>j?u€:H¢SG¨£Ô1ê8u‚:I¢NSg¨³Ô9êõ€zH=¢SO¨§Ô3ê9õ‚zI½¢^So¨·Ô;ê=õúH}¢>S_¨¯Ô7ê;õƒúIý¢~S¨¿Ô?*œNA§¤SÑ©éÿè4tZ:žÎ@g¤3Ñ™é,tV:ÎAç¤sѹét_ºÝŸ@¤уé!ôPz=œA¤GÑ£é1ôXz=žž@O¤'Ñ“é)t<@O¥§ÑÓét"DϤgѳé9ô\z=Ÿ^@/¤Ñ‹é%ôRz½œ^A¯¤WÑ«é5ôZz½žÞ@o¤7Ñ›é-ôVz½ÞAï¤wÑ»é=ô^z½Ÿ>@¤чé#ôQú}œ>AŸ¤Oѧé3ôYú}ž¾@_¤/Ñ—é+ôUú}¾AߤoÑ·é;ô]ú}Ÿ~@?¤Ñé'ôSúýœ~A¿¤_ѯé7ô[úýžþ@¤?ÑŸé/ôWúýþAÿ¤Ñ¿é?ô_úŒIΤ`R2©˜ÔÌL&-“ŽIÏd`22™˜ÌL&+“ÉÎä`r2¹˜ÜL&/Ç` Î ÉP Í0 Ëp ÏŒÈHŒÌ(ŒÊhŒÎŒÉX `lÆa\2ã32ˆ‰˜“ÉÏ` 2…˜ÂL¦(SŒ)Δ`J2¥˜ÒL¦,SŽ)ÏT`*2•˜ÊL¦*S©ÎÔ`j2µ˜ÚL¦.S©Ï4`2˜ÆL¦)ÓŒiδ`Z2­˜ÖL¦-ÓŽiÏt`:2˜ÎL¦+ÓéÎô`z2½˜ÞL¦/ÓéÏ `2ƒ˜ÁÌf(3ŒÎŒ`F2£˜ÑÌf,3ŽÏL`&2“˜ÉÌ&žI`¦2Ó˜éÌ &‘Ibf2³˜ÙÌf.3™Ï,`2‹˜ÅÌf)³ŒYά`V2«˜ÕÌf-³ŽYÏl`62›˜ÍÌf+³ÙÎì`v2»˜ÝÌf/³ÙÏ`2‡˜ÃÌæ(sŒ9Μ`N2§˜ÓÌæ,sŽ9Ï\`.2—˜ËÌæ*s¹ÎÜ`n2·˜ÛÌæ.s¹Ï<`2˜ÇÌæ)óŒyμ`^2¯˜×Ìæ-óŽyÏ|`>2Ÿ˜ÏÌæ+óùÎü`~2¿˜ßÌæ/óIÆ&gS°)ÙTljö?6 ›–MǦg3°ÙLlf6 ›•ÍÆfgs°9Ù\ln6›—c1g –d)–f–e9–gVd%VfVe5Vg Öd-°6ë°. YõÙ€ YÄFlŒÍÇæg °ÙBla¶[”-ÆgK°%ÙRli¶ [–-Ç–g+°ÙJle¶ [•­ÆVgk°5ÙZlm¶[—­ÇÖg° ÙFlc¶ Û”mÆ6g[°-ÙVlk¶ Û–mǶg;°ÙNlg¶ Û•íÆvg{°=Ù^lo¶Û—íÇög°ÙAì`v;”ÆgG°#ÙQìhv ;–ÇŽg'°ÙIìdv Ï&°SÙiìtv›È&±3ÙYìlv;—ÇÎg° ÙEìbv »”]Æ.gW°+ÙUìjv »–]Ç®g7°ÙMìfv »•ÝÆngw°;Ù]ìnv»—ÝÇîg°ÙCìaö{”=ÆgO°'ÙSìiö {–=Çžg/°ÙKìeö {•½Æ^go°7Ù[ìmö{—½ÇÞg°ÙGìcö û”}Æ>g_°/ÙWìkö û–}Ǿg?°ÙOìgö û•ýÆ~g°?Ù_ìoöû—ýÇ&ã’s)¸”\*.5÷—†KË¥ãÒs¸Œ\&.3—…ËÊeã²s9¸œ\..7—‡ËËÅq‡sGrGs ÇrÇs'r's §r§sgr8›s8—ƒœÇù\À…â".Æåãòs¸‚\!®0W„+ÊãŠs%¸’\)®4W†+Ë•ãÊs¸Š\%®2W…«ÊUãªs5¸š\-®6W‡«ËÕãês ¸†\#®1ׄkÊ5ãšs-¸–\+®5׆k˵ãÚs¸Ž\'®3×…ëÊuãºs=¸ž\/®7ׇëËõãús¸Ü n07„Ê ã†s#¸‘Ü(n47†ËãÆs¸‰Ü$n27…‹ç¸©Ü4n:7ƒKä’¸™Ü,n67‡›ËÍãæs ¸…Ü"n1·„[Ê-ã–s+¸•Ü*n5·†[Ë­ãÖs¸Ü&n3·…ÛÊmã¶s;¸Ü.n7·‡ÛËíãös¸ƒÜ!î0w„;ÊãŽs'¸“Ü)î4w†;ËãÎs(›r(—‚”GùT@…¢"*Få£òS¨‚T!ª0U„*J£ŠS%¨’T)ª4U†ºÀ½åÞqï¹ÜGî÷™ûÂ}å¾qß¹ÜOî÷›ûÃýåþqÉøä| >%ŸŠOÍÿǧáÓòéøô|>#Ÿ‰ÏÌgá³òÙøì|>'Ÿ‹ÏÍçáóòq<Æã<Á“<ÅÓ<ó<Çó¼À‹¼Ä˼«¼Æë¼Á›¼ÅÞæÞå!ïñ>ð!øˆñùøü|¾ _ˆ/Ìá‹òÅøâ| ¾$_Š/Í—áËòåøò|¾"_‰¯ÌWá«òÕøê| ¾&_‹¯Í×áëòõøú|¾!߈oÌ7á›òÍøæ| ¾%ߊoÍ·áÛòíøö|¾#߉ïÌwá»òÝøî|¾'ß‹ïÍ÷áûòýøþü~ ?ˆÌá‡òÃøáü~$?ŠÍáÇòãøñü~"?‰ŸÌOáãù~*?ŸÎÏàù$~&?‹ŸÍÏáçòóøùü~!¿ˆ_Ì/á—òËøåü ~%¿Š_ͯá×òëøõü~#¿‰ßÌoá·òÛøíü~'¿‹ßÍïá÷òûøýüþ ˆ?ÌáòÇøãü þ$Š?ÍŸáÏòçøóüþ"‰¿Ì_á¯ò×øëü þ&‹¿Íßáïò÷øûüþ!ÿˆÌ?áŸòÏøçü þ%ÿŠÍ¿áßòïø÷üþ#ÿ‰ÿÌá¿òßøïüþ'ÿ‹ÿÍÿáÿòÿødBr!…RH%¤þÒi…tBz!ƒQÈ$d²Y…lBv!‡SÈ%äòy…8pHhXxADAdATAtÁLÁ€` Žà Pð_„P@B$Ä„|B~¡€PP($ŠE…bBq¡„PR(%”Êe…rBy¡‚PQ¨$TªU…jBu¡†PS¨%Ôêu…zB}¡ÐPh$4šM…fBs¡…ÐRh%´Úm…vB{¡ƒÐQè$tº]…nBw¡‡ÐSè%ôú}…~Ba€0P$ †C…aÂpa„0R%ŒÆc…qÂxa‚0Q˜$L¦ñB‚0U˜&Lf‰B’0S˜%Ìæs…yÂ|a°PX$,–K…eÂra…°RX%¬Ök…uÂzaƒ°QØ$l¶[…mÂva‡°SØ%ìö{…}Â~á€pP8$ŽG…cÂqá„pR8%œÎg…sÂyá‚pQ¸$\®W…kÂuá†pS¸%Üîw…{Â}áðPx$<žO…gÂsá…ðRx%¼Þo…wÂ{áƒðQø$|¾_…oÂwá‡ðSø%üþ…B21¹˜BL)¦S‹ÿ‰iÄ´b:1½˜AÌ(f3‹YĬb61»˜CÌ)æs‹yļbœˆ‰¸Hˆ¤H‰´Èˆ¬È‰¼(ˆ¢(‰²¨ˆª¨‰ºhˆ¦h‰@´EGtE(z¢/b("1cb>1¿X@,( ‹EÄ¢b1±¸XB,)–K‹eIJb9±¼XA¬(V+‹UĪb5±ºXC¬)Ök‹uĺb=±¾Ø@l(6‹MĦb3±¹ØBl)¶[‹mĶb;±½ØAì(v;‹]Ä®b7±»ØCì)ö{‹}ľb?±¿8@(‹CÄ¡â0q¸8B)ŽG‹cıâ8q¼8Aœ(N'‹SÄx1Aœ*N§‹3ÄD1Iœ)Îg‹sĹâq¿x@<(‹GÄ£â1ñ¸xB<)žO‹gijâ9ñ¼xA¼(^/‹WÄ«â5ñºxC¼)Þo‹wÄ»â=ñ¾ø@|(>‹Oħâ3ñ¹øB|)¾_‹oÄ·â;ñ½øAü(~?‹_įâ7ñ»øCü)þ‹Ä¿â?1™”\J!¥”RI©¥ÿ¤4RZ)”^Ê e”2I™¥,RV)›”]Ê!å”rI¹¥R_©ŸÔ_ ”Iƒ¥!ÒPi˜4\!”FI£¥1ÒXiœ4^š M”&I“¥)R¼” M•¦IÓ¥R¢”$Í”fI³¥9Ò\iž4_Z -”I‹¥%ÒRi™´\Z!­”VI«¥5ÒZi´^Ú m”6I›¥-ÒVi›´]Ú!í”vI»¥=Ò^iŸ´_: ”I‡¥#ÒQé˜t\:!”NI§¥3ÒYéœt^º ]”.I—¥+ÒUéšt]º!Ý”nI·¥;Ò]éžt_z =”I¥'ÒSé™ô\z!½”^I¯¥7Ò[éô^ú }”>IŸ¥/ÒWé›ô]ú!ý”~I¿¥?Ò_韔LN.§SÊ©äÔòr9­œNN/g3Ê™äÌr9«œMÎ.çsʹäÜr9¯'c2.2)S2-32+s2/ ²(K²,+²*k².²)[2mÙ‘]ÊžìËÊHŽä˜œOÎ/ Ê…äÂr¹¨\L..—KÊ¥äÒr¹¬\N./W+Ê•äÊr¹ª\M®.×kʵäÚr¹®\O®/7ÊäÆr¹©ÜLn.·[Ê­äÖr¹­ÜNn/w;ÊäÎr¹«ÜMî._ä.q—¹+ÜUîw»ÁÝänq·¹;Ü]îwŸ{À=äq¹'ÜSî÷œ{Á½ä^q¯¹7\9^N§ÊÓäéò 9QN’gʳäÙòy®.ŸOʧäÓòù¬|N>/_/Ê—äËòùª|M¾.ßoÊ·äÛòù®|O¾/?ÊäÇòù©üL~.¿_ʯä×òù­üN~/?ÊŸäÏòù«üMþ.ÿÊ¿äßòù¯üON¦$WR()•TJjå?%’VI§¤W2(•LJf%‹’UɦdWr(9•\Jn%’W‰S0W…T(…V…U8…WET$EVEU4EW ÅT,(¶â(®Oñ•@ ¤DJLɧäW (•BJa¥ˆRT)¦WJ(%•RJi¥ŒRV)§”W*(•JJe¥ŠRU©¦TWj(5•ZJm¥ŽRW©§ÔW( •FJc¥‰ÒTi¦4WZ(-•VJk¥ÒVi§´W:(•NJg¥‹ÒUé¦tWz(=•^Jo¥ÒWé§ôW(•AÊ`eˆ2T¦ WF(#•QÊheŒ2V§ŒW&(•IÊdeН$(S•iÊte†’¨$)3•YÊleŽ2W™§ÌW( •EÊbe‰²TY¦,WV(+•UÊje²VY§¬W6(•MÊfe‹²UÙ¦lWv(;•]Êne²WÙ§ìW(•CÊaåˆrT9¦WN('•SÊiåŒrV9§œW.(•KÊeåŠrU¹¦\Wn(7•[ÊmåŽrW¹§ÜW(•GÊcå‰òTy¦(•OÊgå‹òUù¦|W~(?•_ÊoåòWù§$S“«)Ô”j*5µúŸšFM«¦SÓ«ÔŒj&5³šEͪfS³«9Ôœj.5·šGͫƩ˜Š«„Jª”J«ŒÊªœÊ«‚*ª’*«Šªªšª«†jª– T[uTW…ª§új †*R#5¦æSó«Ô‚j!µ°ZD-ªS‹«%Ô’j)µ´ZF-«–S˫Ԋj%µ²ZE­ªVS««5Ôšj-µ¶ZG­«ÖSë« Ô†j#µ±ÚDmª6S›«-Ô–j+µµÚFm«¶SÛ«ÔŽj'µ³ÚEíªvS»«=Ôžj/µ·ÚGí«öSû«Ôê u°:DªS‡«#Ô‘ê(u´:F«ŽSǫԉê$u²:EWÔ©ê4uº:CMT“Ô™ê,u¶:G«ÎSç« Ô…ê"u±ºD]ª.S—«+Ô•ê*uµºF]«®S׫Ôê&u³ºEݪnS·«;Ôê.u·ºGÝ«îS÷«Ôƒê!õ°zD=ªS«'Ô“ê)õ´zF=«žSϫԋê%õ²zE½ª^S¯«7Ô›ê-õ¶zG½«ÞSï«Ô‡ê#õ±úD}ª>SŸ«/Ô—ê+õµúF}«¾Sß«Ôê'õ³úEýª~S¿«?ÔŸê/õ·úGý«þS“iɵZJ-•–ZûOK£¥ÕÒiéµ ZF-“–YË¢eÕ²iÙµZN-—–[Ë£åÕâ4LÃ5B#5J£5Fc5Nã5A5I“5ES5MÓ5C35Kš­9š«AÍÓ|-ÐB i‘ÓòiùµZA­VX+¢ÕŠiŵZI­”VZ+£•ÕÊiåµ ZE­’VY«¢UÕªiÕµZM­–V[«£ÕÕêiõµZC­‘ÖXk¢5Õši͵ZK­•ÖZk£µÕÚiíµZG­“ÖYë¢uÕºiݵZO­—Ö[ë£õÕúiýµÚ@m6X¢ Õ†iõÚHm”6Z£ÕÆiãµ ÚDm’6Y›¢Åk ÚTmš6]›¡%jIÚLm–6[›£ÍÕæióµÚBm‘¶X[¢-Õ–i˵ÚJm•¶Z[£­ÕÖiëµ ÚFm“¶YÛ¢mÕ¶iÛµÚNm—¶[Û£íÕöiûµÚAívX;¢ÕŽiǵÚIí”vZ;£ÕÎiçµ ÚEí’vY»¢]Õ®i×µÚMí–v[»£ÝÕîi÷µÚCí‘öX{¢=ÕžiϵÚKí•öZ{£½ÕÞiïµÚGí“öYû¢}Õ¾ißµÚOí—ö[û£ýÕþiÉôäz =¥žJO­ÿ§§ÑÓêéôôz=£žIϬgѳêÙôìz=§žKÏ­çÑóêq:¦ã:¡“:¥Ó:£³:§óº ‹º¤Ëº¢«º¦ëº¡›º¥ÝÖÝÕ¡îé¾衎ôHéùôüz½ ^H/¬Ñ‹êÅôâz ½¤^J/­—ÑËêåôòz½¢^I¯¬WÑ«êÕôêz ½¦^K¯­×Ñëêõôúz½¡ÞHo¬7Ñ›êÍôæz ½¥ÞJo­·ÑÛêíôöz½£ÞIï¬wÑ»êÝôîz½§ÞKï­÷Ñûêýôþú} >H¬чêÃôáú}¤>J­ÑÇêãôñú}¢>IŸ¬OÑãõ}ª>MŸ®ÏÐõ$}¦>KŸ­ÏÑçêóôùú}¡¾H_¬/Ñ—êËôåú }¥¾J_­¯Ñ×êëôõú}£¾I߬oÑ·êÛôíú}§¾Kß­ïÑ÷êûôýúý ~H?¬ÑêÇôãú ý¤~J?­ŸÑÏêçôóúý¢~I¿¬_ѯê×ôëú ý¦~K¿­ßÑïê÷ôûúý¡þH¬?ÑŸêÏôçú ý¥þJ­¿Ñßêïô÷úý£þIÿ¬Ñ¿êßôïúý§þKÿ­ÿÑÿêÿôdFr#…‘ÒHe¤6þ3ÒitFz#ƒ‘ÑÈdd6²YlFv#‡‘ÓÈeä6òyžr/¹·ÜGî+÷“ûËäò y°F_£ŸÑß` 4ƒ!ÆPc˜1ÜaŒ4F£1ÆXcœ1Þ˜`L4&“)F¼‘`L5¦ÓF¢‘dÌ4f³9Æ\cž1ßX`,4‹%ÆRc™±ÜXa¬4V«5ÆZc±ÞØ`l46›-ÆVc›±ÝØaì4v»=Æ^cŸ±ß8`4‡#ÆQã˜qÜ8aœ4N§3ÆYãœqÞ¸`\4.—+ÆUãšqݸaÜ4n·;Æ]ãžqßx`<4'ÆSã™ñÜxa¼4^¯7Æ[ãñÞø`|4>Ÿ/ÆWã›ñÝøaü4~¿?Æ_㟑ÌLn¦0Sš©ÌÔæf3­™ÎLof03š™ÌÌf3«™ÍÌnæ0sš¹ÌÜf3¯gb&n&iR&m2&kr&o ¦hJ¦l*¦jj¦n¦iZ&0mÓ1]šžé›šÈŒÌ˜™ÏÌo0 š…ÌÂf³¨YÌ,n–0Kš¥ÌÒf³¬YÎ,oV0+š•ÌÊf³ªYͬnÖ0kšµÌÚf³®YϬo60šÌÆf³©ÙÌln¶0[š­ÌÖf³­ÙÎlov0;šÌÎf³«ÙÍìnö0{š½ÌÞf³¯ÙÏìo0šƒÌÁæs¨9ÌnŽ0Gš£ÌÑæs¬9ÎoN0'š“ÌÉæ3ÞL0§šÓÌéæ 3ÑL2gš³ÌÙæs®9Ïœo.0š‹ÌÅæs©¹Ì\n®0Wš«ÌÕæs­¹Î\on07š›ÌÍæs«¹ÍÜnî0wš»ÌÝæs¯¹ÏÜo0š‡ÌÃæó¨yÌ0šÌÇæó©ùÌ|n¾0_š¯Ì׿ó­ùÎ|o~0?šŸÌÏæó«ùÍünþ0š¿Ìßæó¯ùÏLf%·RX)­TVjë?+•ÖJg¥·2X­LVf+‹•ÕÊfe·rX9­\Vn+•׊³0 ·‹´(‹¶‹µ8‹·K´$K¶Kµ4K· Ë´, X¶åX®-Ïò­À -dEVÌÊgå· X­BVa«ˆUÔ*f·JX%­RVi«ŒUÖ*g•·*X­JVe«ŠUÕªfU·jX5­ZVm«ŽUתgÕ·X ­FVc«‰ÕÔjf5·ZX-­VVk«ÕÖjgµ·:X­NVg«‹ÕÕêfu·zX=­^Vo«Õ×êgõ·X­AÖ`kˆ5Ôf ·FX#­QÖhkŒ5Ög·&X­IÖdkŠo%XS­iÖtk†•h%Y3­YÖlkŽ5ךgÍ·X ­EÖbk‰µÔZf-·VX+­UÖjkµÖZg­·6X­MÖfk‹µÕÚfm·vX;­]Önkµ×Úgí·X­CÖaëˆuÔ:f·NX'­SÖiëŒuÖ:g·.X­KÖeëŠuÕºf]·nX7­[ÖmëŽu׺gÝ·X­GÖcë‰õÔzf=·^X/­WÖkëõÖzg½·>X­OÖgë‹õÕúf}·~X?­_Öoëõ×úg%ÉA ¤©Á H Òô È2Ì È ²ì È rÜ È âp@P€ `x H@ Pt`X8ÀxÀˆ| ?( ‚B 0(Š‚b 8(J‚R 4(Ê‚r <¨*‚J 2¨ª‚j :¨j‚Z 6¨ê‚z >h‚F 1hš‚f 9hZ‚V 5hÚ‚v =è:‚N 3躂n ;èz‚^ 7èú‚~ ?‚A`0†‚a`8F‚Q`4Æ‚q`<˜&‚I`2˜âA˜ ¦é`HI`&˜fƒ9`.˜æƒ`!Xƒ%`)X–ƒ`%XVƒ5`-XÖƒ `#Ø6ƒ-`+ضƒ`'Øvƒ=`/Øöƒà 8ƒ#à(8Žƒà$8Nƒ3à,8΃ à"¸.ƒ+à*¸®ƒà&¸nƒ;à.¸îƒà!xƒ'à)xžƒà%x^ƒ7à-xÞƒà#ø>ƒ/à+ø¾ƒà'ø~ƒ?à/ø’ÙÉívJ;•ÚþÏNc§µÓÙéí vF;“ÙÎbgµ³ÙÙívN;—ÛÎcçµãlÌÆmÂ&mʦmÆfmÎæmÁmÉ–mÅVmÍÖmÃ6m˶m;¶kCÛ³};°CÙ‘³óÙùívA»]Ø.bµ‹ÙÅívI»”]Ú.c—µËÙåí vE»’]Ù®bWµ«ÙÕívM»–]Û®c×µëÙõívC»‘ÝØnb7µ›ÙÍívK»•ÝÚnc·µÛÙíívG»“ÝÙîbwµ»ÙÝívO»—ÝÛîc÷µûÙýíö@{=Øbµ‡ÙÃíöH{”=ÚcµÇÙãí öD{’=ÙžbÇÛ öT{š=Ýža'ÚIöL{–=ÛžcϵçÙóíöB{‘½Ø^b/µ—ÙËíöJ{•½Ú^c¯µ×Ùëí öF{“½ÙÞboµ·ÙÛíöN{—½ÛÆ Ü Ò  Ú` Öà Þ Ñ ÙP ÕÐ Ý0 Ó° `؆c¸4<Ã7öØ7í[ömûŽ}×¾gß·ØíGöcû‰ýÔ~f?·_Ø/íWökûýÖ~g¿·?ØíOögû‹ýÕþf·Ø?í_öoûý×þg's’;)œ”N*'µóŸ“ÆIë¤sÒ;œŒN&'³“ÅÉêds²;9œœN.'·“ÇÉëÄ9˜ƒ;„C:”C;ŒÃ:œÃ;‚#:’#;Š£:š£;†c:–Ûq׎çøNà„r"'æäsò;œ‚N!§°SÄ)êsŠ;%œ’N)§´SÆ)ë”sÊ;œŠN%§²SÅ©êTsª;5œšN-§¶SÇ©ëÔsê; œ†N#§±ÓÄiê4sš;-œ–N+§µÓÆië´sÚ;œŽN'§³ÓÅéêtsº;=œžN/§·ÓÇéëôsú;œÎ g°3Äê s†;#œ‘Î(g´3ÆëŒsÆ;œ‰Î$g²3ʼnwœ©Î4gº3ÃIt’œ™Î,g¶3Ç™ëÌsæ; œ…Î"g±³ÄYê,s–;+œ•Î*gµ³ÆYë¬sÖ;œÎ&g³³ÅÙêls¶;;œÎ.g·³ÇÙëìsö;œƒÎ!ç°sÄ9êsŽ;'œ“Î)ç´sÆ9ëœsÎ;œ‹Î%ç²sŹê\s®;7œ›Î-ç¶sǹëÜsî;œ‡Î#ç±óÄyêuŸ¹ÏÝîK÷•ûÚ}ã¾uß¹ïÝîG÷“ûÙýâ~u¿¹ßÝîO÷—ûÛýãþuÿ¹É`r˜¦„©`jøLÓÂt0=Ì3ÂL03̳Âl0;ÌsÂ\07ÌóÂ8ˆA„¤!YÈA P„”¡U¨AЄІt!„ôaCˆ`c0Ì À‚°, ‹À¢°,KÀ’°, ËÀ²°,+Àа¬ «Àª°¬kÀš°¬ ëÀº°¬À†°l ›À¦°l[À–°l ÛÀ¶°l;Àްì »À®°ì{Àž°ì ûÀ¾°ìÀp ‡À¡pGÀ‘p ÇÀ±p'À‰pœ §Àx˜§Âip:œaœ gÁÙpœ çÁùp\ÁÅp \ —Áåp\ WÁÕp \ ×ÁõpÜ7ÁÍp Ü ·ÁípÜ wÁÝpÜ ÷Áýð<ÁÃð< Áãð< OÁÓð < ÏÁóð¼/ÁËð ¼ ¯Áëð¼ oÁÛð¼ ïÁûð|ÁÇð | ŸÁçð| _Á×ð | ßÁ÷ðü?ÁÏð ü ¿Áïðü Áßðü ÿÁd^r/…—ÒKå¥öþóÒxi½t^z/ƒ—ÑËäeö²xY½l^v/‡—ÓËååöòxy½8ópðHòhñXóxOðDOòdOñTOótÏðLÏò€g{ŽçzÐó<ß ¼ÐC^äż|^~¯€WÐ+äöŠxE½b^q¯„WÒ+å•öÊxe½r^y¯‚WÑ«äUöªxU½j^u¯†WÓ«åÕöêxu½z^}¯×Ðkä5öšxM½f^s¯…×ÒkåµöÚxm½v^{¯ƒ×Ñëäuöºx]½n^w¯‡×Óëåõöúx}½~^o€7Ðä ö†xC½aÞpo„7ÒåöÆxc½qÞxo‚7Ñ›äMö¦xñ^‚7Õ›æM÷fx‰^’7Ó›åÍöæxs½yÞ|o·Ð[ä-ö–xK½eÞro…·Ò[å­öÖxk½uÞzoƒ·ÑÛämö¶x[½mÞvo‡·ÓÛåíööx{½}Þ~ï€wÐ;äöŽxG½cÞqï„wÒ;åöÎxg½sÞyï‚wÑ»ä]ö®xW½kÞuï†wÓ»åÝöîxw½{Þ}ï÷Ð{ä=öžxO½gÞsï…÷Ò{å½öÞxo½wÞ{ïƒ÷Ñûä}ö¾x_½oÞwï‡÷Óûåýöþx½^2?¹ŸÂOé§òSûÿùiü´~:?½ŸÁÏègò3ûYü¬~6?»ŸÃÏéçòsûyü¼~œù¸Oø¤Où´Ïø¬Ïù¼/ø¢/ù²¯øª¯ùºoø¦oùÀ·}Çw}è{¾ï~è#?òc~>?¿_À/èò ûEü¢~1¿¸_Â/é—òKûeü²~9¿¼_Á¯èWò+ûUüª~5¿º_ïé×òkûuüº~=¿¾ßÀoè7òû{í}ö~û€}Ð>d¶ØGícöqû„}Ò>eŸ¶ÏØgísöyû‚}Ѿd_¶¯ØWíköuû†ÝÄèòûCü¡þ0¸?ÂéòGûcü±þ8¼?ÁŸèOò'ûSüx?ÁŸêOó§û3üD?ÉŸéÏògûsü¹þ<¾¿À_è/òûKü¥þ2¹¿Â_é¯òWûküµþ:½¿Áßèoò7û[ü­þ6»¿Ãßéïòwû{ü½þ>¿À?èòûGü£þ1ÿ¸Â?éŸòOûgü³þ9ÿ¼Á¿è_ò/ûWü«þ5ÿºÿéßòoûwü»þ=ÿ¾ÿÀè?òûOü§þ3ÿ¹ÿÂé¿ò_ûoü·þ;ÿ½ÿÁÿèò?û_ü¯þ7ÿ»ÿÃÿéÿòûü¿þ??YÈd 2™ƒ,AÖ [=Èä r¹ƒ19P5Ð=03°Ø¸ ¼À‚ P± _?( …ƒ"AÑ XP<(” J¥ƒ2AÙ \P>¨T *•ƒ*AÕ ZP=¨Ô jµƒ:AÝ ^P?h4 ƒ&AÓ YÐèt :ƒ.A× [Ð=èô z½ƒ>Aß _Ð? ƒƒ!ÁÐ`X0<Œ F£ƒ1ÁØ`\0>˜L &“ƒ)A|L ¦ÓƒAbÌ f³ƒ9ÁÜ`^0?X, ‹ƒ%ÁÒ`Y°Øl 6›ƒ-ÁÖ`[°=Øì v»ƒ=ÁÞ`_°?8 ‡ƒ#ÁÑàXp<8œ N§ƒ3ÁÙà\p>¸\ .—ƒ+ÁÕàZp=¸Ü n·ƒ;ÁÝà^p?x< ƒ'ÁÓàYðø| >Ÿƒ/Á×à[ð=øü ~¿ƒ?Áßà_,L¦S†©ÂÔáaš0m˜.Lf3†™ÂÌa–0k˜-Ìæs†¹ÂÜaž0ob!!R!2!r! ¡J¡*¡j¡¡Z!íР݆^è‡A†(ŒÂX˜/Ì †…ÂÂa‘°hX,,–K†¥ÂÒa™°lX.,V+†•ÂÊa•°jX-¬Ök†µÂÚa°nX/¬6†ÂÆa“°iØ,l¶[†­ÂÖa›°mØ.lv;†ÂÎa—°kØ-ìö{†½ÂÞaŸ°oØ/솃ÂÁáph8,ŽG†£ÂÑá˜pl8.N'†“ÂÉá”0>L§†ÓÂéáŒ01L g†³ÂÙáœpn8/œ.†‹ÂÅá’pi¸,\®W†«ÂÕášpm¸.\n7†›ÂÍá–pk¸-Üîw†»ÂÝážpo¸/܆‡ÂÃá‘ðhx,<žO†§ÂÓá™ðlx.<^/†—ÂËá•ðjx-¼Þo†·ÂÛáðnx/¼>†ÂÇá“ðiø,|¾_†¯Â×á›ðmø.|~?†ŸÂÏá—ðkø-üþ†¿ÂßáŸðoø/L†’£(%J…R£ÿP”¥CéQ”eB™Q”eCÙQ”åB¹Q”Å! áˆ@$¢Ä"ñH@"’Œ¤" éÈ@&²@6r‹ ò"„"CùP~TD…PaTEÅPqT•D¥PiT•EåPyTUD•PeTUEÕPuTÕDµPmTÕEõP}Ô5DPcÔ5EÍPsÔµD­PkÔµEíP{ÔuDPgÔuEÝPwÔõD½PoÔõEýP4 DƒÐ`4 EÃÐp4D£Ðh4EãÐx4MD“Ðd4Å£4MCÓÑ ”ˆ’ÐL4 ÍFsÐ\4ÍG ÐB´-FKÐR´ -G+ÐJ´ ­FkÐZ´­GÐF´ mF[ÐV´ mG;ÐN´ íF{Ð^´íGÐAtFGÐQt G'ÐIt FgÐYtGÐEt ]FWÐUt ]G7ÐMt ÝFwÐ]tÝGÐCô=FOÐSô =G/ÐKô ½FoÐ[ô½GÐGô }F_ÐWô }G?ÐOô ýFÐ_ô%‹’G)¢”Qª(uô_”&J¥‹ÒG¢ŒQ¦(s”%Êe‹²G9¢œQ®(w”'ÊÅEX„GDDFTDGLÄF\ÄGB$FR$GJ¤FZ¤GFdFV";r"7‚‘ùQ…Š¢(å‹òG¢‚Q¡¨pT$*‹ŠG%¢’Q©¨tT&*•‹ÊG¢ŠQ¥¨rT%ªU‹ªG5¢šQ­¨vT'ªÕ‹êG ¢†Q£¨qÔ$j5‹šG-¢–Q«¨uÔ&jµ‹ÚG¢ŽQ§¨sÔ%êu‹ºG=¢žQ¯¨wÔ'êõ‹úG¢Ñ hp4$ ‹†G#¢‘Ѩht4&‹ÆG¢‰Ñ¤hr4%Š¢©Ñ´hz4#JŒ’¢™Ñ¬hv4'šÍ‹æG ¢…Ñ¢hq´$Z-‹–G+¢•Ѫhu´&Z­‹ÖG¢Ñ¦hs´%Úm‹¶G;¢Ñ®hw´'Úí‹öG¢ƒÑ¡èpt$:‹ŽG'¢“Ñ©ètt&:‹ÎG¢‹Ñ¥èrt%º]‹®G7¢›Ñ­èvt'ºÝ‹îG¢‡Ñ£èqô$z=‹žG/¢—Ñ«èuô&z½‹ÞG¢Ñ§èsô%ú}‹¾G?¢ŸÑ¯èwô'úý‹’Å’ÇRÄRÆRÅšúÍüæ~ ¿¥ßÊoí·ñÛúíüö~¿£ßÉïìwñ»úÝüî~¿§ßËïí÷ñûúýüþþ?uŒ‹ñ1!&Ƥ˜SbjL‹é1#fƬˆÙ1'æÆ`Ì‹ù± ÆP,ŠÅbùbùcbc…b…cEbEcÅbÅc%b%c¥b¥cebecåbåcbc•b•cUbUcÕbÕc5b5cµbµcubucõbõc b cbcMbMcÍbÿV-@sífìæ6Ûî3w®Í—mÛ¶mÛ¶mÛ¶Ýÿœ&XS¬ÖkµÄZa­±6X[¬Öë€uÄ:a±.XW¬ÖëõÄza½±>X_¬Ö€ Äaƒ±!ØPl6ÄFa£±1ØXl6›€MÄ&a“±)ØTl6›ÍÄfa³±9Ø\l6[€-Äa‹±%ØRl¶[­ÄVa«±5ØZl¶Û€mÄ6a›±-ØVl¶ÛíÄva»±=Ø^l¶;€Äa‡±#ØQìv;ÄNa§±3ØYìv»€]Ä.a—±+ØUìv»ÝÄna·±;Ø]ìv{€=Äa±'ØSìö{½Ä^a¯±7Ø[ìöû€}Ä>aŸ±/ØWìöûý‡ýÄ~a¿±?Ø_ì– OާÀSâ©ðÔx<-žÃãñôx<#ž ÏŒgÁ³âÙðìx<OÄsâ¹ðÜx ŽÀGâ£ðÑø|,>OÀ'â“ðÉø|*> ŸŽÏÀgâ³ðÙø|.>Ÿ/Àâ‹ðÅø|)¾ _ޝÀWâ«ðÕø|-¾_oÀ7â›ðÍø|+¾ ߎïÀwâ»ðÝø|/¾ßÀâ‡ðÃøü(~ ?ŽŸÀOâ§ðÓøü,~?_À/â—ðËøü*~ ¿ŽßÀoâ·ðÛøü.~¿?ÀâðÇøü)þ Ž¿À_â¯ð×øü-þÀ?âŸðÏøü+þ ÿŽÿÀÿÃâ¿ðßøü/þOF$'R)‰TDj" ‘–HGÄñDz"‘‘ÈDd&²Y‰lDv"‘@$9‰\Dn"‘—ÈGä' IDA¢Q˜(B%ŠʼnDI¢Qš(C”%Êå‰ DE¢Q™¨BT%ªÕ‰DM¢8A$A4Á,Á<H"DB"dB!TB#t LÂ"lÂ!\Â#|" B""bDm¢Q—¨GÔ' ‰FDc¢ Ñ”hF4'Z-‰VDk¢ Ñ–hG´':‰NDg¢ Ñ•èFt'z=‰^Do¢Ñ—èGô'‰AÄ`b1”F 'F#‰QÄhb 1–GŒ'&‰IÄdb 1•˜FL'f3‰YÄlb1—˜GÌ' ‰EÄbb ±”XF,'V+‰UÄjb ±–XG¬'6‰MÄfb ±•ØFl'v;‰]Änb±—ØGì'‰CÄaâq”8F'N'‰SÄiâ q–8Gœ'.‰KÄeâ q•¸F\'n7‰[Ämâq—¸GÜ'‰GÄcâ ñ”xF<'^/‰WÄkâ ñ–xG¼'>‰OÄgâ ñ•øF|'~ÿ?‰_Äoâñ—øG$#““)È”d*25™†LK¦#ãÈx2=™ÌHf"3“YȬd62;™ƒL Éœd.27™‡ÌKæ#ó“È$² Yˆ,L!‹’ÅÈâd ²$YŠ,M–!Ë’åÈòd²"Y‰¬LV!«’ÕÈêd ²&Y‹ÄHœ$H’¤HšdH–äHž$$‘")‘2©*©‘:i&i‘6é.é‘>!‘1²6Y‡¬KÖ#ë“ È†d#²1Ù„lJ6#›“-È–d+²5Ù†lK¶#Û“ÈŽd'²3Ù…ìJv#»“=Èžd/²7Ù‡ìKö#û“Èä r09„J#‡“#È‘ä(r49†KŽ#Ç“ȉä$r29…œJN#§“3È™ä,r69‡œKÎ#ç“ È…ä"r1¹„\J.#—“+È•ä*r5¹†\K®#דÈä&r3¹…ÜJn#·“;Èä.r7¹‡ÜKî#÷“ȃä!ò0y„#Ÿ“/È—ä+ò5ù†|K¾#ß“Èä'ò3ù…üJ~#¿“?ÈÿÈŸä/ò7ù‡üKþ#“QÉ©TJ*•šJC¥¥ÒQqT<•žÊ@e¤2Q™©,TV*•ÊA%P‰TN*•›ÊCå¥òQù©TU*D¦ŠPE©bTqªU’*E•¦ÊPe©rTyªU‘ªDU¦ªPU©jTuªU“ªEaNIQM1KqO R…(‘’(™R(•Ò(2(“²(›r(—ò(Ÿ ¨Š¨U›ªCÕ¥êQõ©TCªÕ˜jB5¥šQÍ©TKªÕšjCµ¥ÚQí©TGªÕ™êBu¥ºQÝ©TOªÕ›êCõ¥úQý©Ô@j5˜B ¥†QéÔHj5šC¥ÆQã© ÔDj5™šBM¥¦QÓ©ÔLj5›šCÍ¥æQó©ÔBjµ˜ZB-¥–QË©T,-–‹Ãâ±ôX,#– ËŒeÁ²bÙ°ìX,KÄrb¹°ÜX,/–ËÀ’°‚X!l%uŒ:N NR§¨ÓÔê,uŽ:O] .R—¨ËÔê*uºNÝ nR·¨ÛÔê.uºO= R¨ÇÔê)õŒzN½ ^R¯¨×Ôê-õŽzO} >RŸ¨ÏÔê+õúNý þ£~R¿¨ßÔê/õJF'§SÐ)éTtj: –NGÇÑñtz:‘ÎDg¦³ÐYéltv:@'Ò9é\tn:—ÎGç§ ÐItAº]˜.B¥‹ÑÅétIº]š.C—¥ËÑåé tEº]™®BW¥«ÑÕétMºÑ8MÐ$MÑ4ÍÐ,ÍÑ< hH 4¢EZ¢eZ¡UZ£uÚ MÚ¢mÚ¡]Ú£}: C:¢ctmº]—®G×§Ð éFtcº Ý”nF7§[Ð-éVtkº Ý–nG·§;ÐéNtgº Ý•îFw§{Ð=é^toºÝ—îG÷§ÐéAô`z=”F§GÐ#éQôhz =–G§'ÐéIôdz =•žFO§gÐ3éYôlz=—žGϧÐ éEôbz ½”^F/§WÐ+éUôjz ½–^G¯§7ÐéMôfz ½•ÞFo§wÐ;é]ônz½—ÞGï§ÐéCôaú}”>F§OÐ'éSôiú }–>GŸ§/ÐéKôeú }•¾F_§oÐ7é[ômú}—¾Gß§ÐéGôcú ý”~F?§_Ð/éWôkú ý–~G¿§?ÐéOôgú ý•þF§ÐÿÑ?é_ôoúý—þG'c’3)˜”L*&5“†Iˤcâ˜x&=“ÉÈdb23Y˜¬L6&;“ƒI`™œL.&7“‡ÉËäcò3˜$¦ Sˆ)ÌaŠ2ŘâL ¦$SŠ)Í”aÊ2å˜òL¦"S‰©ÌTaª2Õ˜êL ¦&S‹Áœ!’¡ša–áž d1"#12£0*£1:c0&c16ã0.ã1>0!11¦6S‡©ËÔcê3 ˜†L#¦1Ó„iÊ4cš3-˜–L+¦5Ó†iË´cÚ3˜ŽL'¦3Ó…éÊtcº3=˜žL/¦7Ó‡éËôcú3˜Ì f03„Ê c†3#˜‘Ì(f43†ËŒcÆ3˜‰Ì$f23…™ÊLc¦33˜™Ì,f63‡™ËÌcæ3 ˜…Ì"f1³„YÊ,c–3+˜•Ì*f5³†YˬcÖ3˜Ì&f3³…ÙÊlc¶3;˜Ì.f7³‡ÙËìcö3˜ƒÌ!æ0s„9ÊcŽ3'˜“Ì)æ4s†9ËœcÎ3˜‹Ì%æ2s…¹Ê\c®37˜›Ì-æ6s‡¹ËÜcî3˜‡Ì#æ1ó„yÊeŸ±ÏÙìKöûš}þeß±ïÙìGöû™ýÂ~e¿±ßÙììOöû›ýÃþeÿ±É¸ä\ .%—ŠKÍ¥áÒré¸8.žKÏeà2r™¸Ì\.+—ËÎåà¸D.'—‹ËÍåáòrù¸ü\.‰+Èâ sE¸¢\1®8W‚+É•âJse¸²\9®Ÿ’OŧæÓðiùt|ϧç3ðùL|f> Ÿ•ÏÆgçsð |"Ÿ“ÏÅçæóðyù||~¾ŸÄä ñ…ù"|Q¾_œ/Á—äKñ¥ù2|Y¾_ž¯ÀWä+ñ•ù*|U¾_¯Á×äkñóOòOó ÏòÏ󀇼À#^ä%^æ^åWQ«©5ÔZjµžÚ@m¤6Q›©-ÔVjµÚAí¤vQ»©=Ô^jµŸ:@¤Q‡©#ÔQJã[ñ­ù6|[¾ßžïÀwä;ñù.|W¾ßïÁ÷ä{ñ½ù>|_¾ߟÀäñƒù!üP~?œÁäGñ£ù1üX~?žŸÀOä'ñ“ù)üT~?ŸÁÏägñ³ù9ü\~?Ÿ_À/äñ‹ù%üR~¿œ_Á¯äWñ«ù5üZ~¿žßÀoä7ñ›ù-üV~¿ßÁïäwñ»ù=ü^~¿Ÿ?Àäñ‡ù#üQþœ?ÁŸäOñ§ù3üYþž¿À_ä/ñ—ù+üUþ¿Áßäoñ·ù;ü]þŸÀ?äñù'üSþÿœÁ¿ä_ñ¯ù7ü[þÿžÿÀä?ñŸù/üWþÿÿÁÿÇÿäñ¿ù?ü_þŸ $)@J ¤i@ZÄxdA&dYA6ä ä¹@näù@~P$‚ ( Š€¢ (J€’ ( Ê€² (*€Š ¨ ª€ª ¨j€š À@ Ѐ,à€@ˆ@2P€ 4 ˜À6p€ <àƒ„ 1PÔuA=P4 A#Ð4MA3д-A+дmA;ÐtA'Ðt]A7Ðô=A/Ðô}A?Ð Á 0 CÁ00Œ#Á(0ŒcÁ80LÁ$0LSÁ40Ì3Á,0ÌsÁ<0, Á"°,KÁ2°¬+Á*°¬kÁ:°lÁ&°l[Á6°ì;Á.°ì{Á>°Á!pGÁ1pœ'Á)pœgÁ9p\Á%p\WÁ5pÜ7Á-pÜwÁ=p<Á#ð<OÁ3ð¼/Á+ð¼oÁ;ð|Á'ð|_Á7ðüÿŸàø þ€¿àH“Ã0%LSÃ40-Lã`¨/ê‡ú£h „£!h(††£h$…F£1h,‡Æ£ h"š„&£)h*š†¦£h&š…f£9h.š‡æ£h!Z„£%h)Z†–£h%Z…V£5h-Z‡Ö£ h#Ú„6£-h+Ú†¶£h'Ú…v£=h/Ú‡ö£è :„£#è(:†Ž£è$:…N£3è,:‡Î£ è"º„.£+è*º†®£è&º…n£;è.º‡î£è!z„£'è)z†ž£è%z…^£7è-z‡Þ£Hç Þä-ÞæÞå=Þç>ä#>Æ×æëðuùz|}¾ßoÄ7æ›ðMùf|s¾ß’ÿˆ2‰™Å,bV1›˜]Ì!&ˆ‰bN1—˜[Ì#æó‰ùÅb’XP,$‹ˆEÅbbq±„XR,%–ˈeÅrby±‚XQ¬$V«ˆUÅjbu±†XS¬%b".")R"-2"+r"/Š‚ˆDQ”DYTDUÔD]4DS´D[tDWôD_ ÄPŒÄ˜X[¬#Öë‰õÅbC±‘ØXl"6›‰ÍÅbK±•ØZl#¶Û‰íÅbG±“ØYì"v»‰ÝÅbO±—Ø[ì#öû‰ýÅâ@q8X"‡‰ÃÅâHq”8Z#ŽljãÅ âDq’8Yœ"N§‰ÓÅâLq–8[œ#Îç‰óÅâBq‘¸X\".—‰ËÅâJq•¸Z\#®׉ëÅ âFq“¸YÜ"n·‰ÛÅâNq—¸[Ü#î÷‰ûÅâAñxX<"‰ÇÅâIñ”xZ<#žωçÅ âEñ’xY¼"^¯‰×ÅâMñ–x[¼#Þï‰÷ÅâCñ‘øX|">Ÿ‰ÏÅâKñ•øZ|#¾߉ïÅâGñ“øYü"~¿‰ßÅââOñ—ø[ü#þÿ‰É¤äR )¥”JJ-¥‘ÒJé¤8)^J/e2J™¤ÌR)«”MÊ.å¤D)§”KÊ-å‘òJù¤üR)I*(’ KE¤¢R1©¸TB*)•’JKe¤²R9©¼TAª(U’*KU¤ªR5©ºTCª)Õ’0 —‰”(‰–‰•8‰—€%AB’(I’,)’*i’.’)Y’-9’+y’/R(ERLª-Õ‘êJõ¤úR©¡ÔHj,5‘šJͤæR ©¥ÔJj-µ‘ÚJí¤öR©£ÔIê,u‘ºJݤîR©§ÔKê-õ‘úJý¤þÒi 4H, ‘†JäáÒi¤4J-‘ÆJã¤ñÒi¢4Iš,M‘¦JÓ¤éÒ i¦4Kš-Í‘æJó¤ùÒi¡´HZ,-‘–JˤåÒ i¥´JZ-­‘ÖJë¤õÒi£´IÚ,m‘¶JÛ¤íÒi§´KÚ-í‘öJû¤ýÒé tH:,‘ŽJǤãÒ é¤tJ:-‘ÎJç¤óÒé¢tIº,]‘®JפëÒ é¦tKº-Ý‘îJ÷¤ûÒé¡ôHz,=‘žJϤçÒ é¥ôJz-½‘ÞJï¤÷Òé£ôIú,}‘¾JߤïÒé?é§ôKú-ý‘þJÿ¤drr9…œRN%§–ÓÈiåtrœ/§—3ÈåLrf9‹œUÎ&g—sÈ r¢œSÎ%ç–óÈyå|r~¹€œ$” É…å"rQ¹˜\\.!—”KÉ¥å2rY¹œ\^® W”+É•å*rU¹š\]®!×”kɘŒË„LÊ”LËŒÌÊœÌË@†² #Y”%Y–Y•5Y— Ù”-ٖٕ=Ù—9”#9&×–ëÈuåzr}¹ÜPn$7–›ÈMåfrs¹…ÜRn%·–ÛÈmåvr{¹ƒÜQî$w–»È]ånrw¹‡ÜSî%÷–ûÈ}å~ry€$–ÈGåcòqù„|R>%Ÿ–ÏÈgåsòyù‚|Q¾$_–¯ÈWåkòuù†|S¾%ß–ïÈwå{ò}ùüP~$?–ŸÈOågòsù…üR~%¿–ßÈoåwò{ùƒüQþ$–¿È_åoòwù‡üŸüSþ%ÿ–ÿÈår2%¹’BI©¤RR+i”´J:%N‰WÒ+”ŒJ&%³’EɪdS²+9”%QÉ©äRr+y”¼J>%¿R@IR *…”ÂJ¥¨RL)®”PJ*¥”ÒJ¥¬RN)¯TP**•”ÊJ¥ªRM©®ÔPj*µLÁB!J¡FaNá @EP"*’"+Š¢*š¢+†b*–b+Žâ*žâ+*‘Sj+u”ºJ=¥¾Ò@i¨4R+M”¦J3¥¹ÒBi©´RZ+m”¶J;¥½ÒAé¨tR:+]”®J7¥»ÒCé©ôRz+}”¾J?¥¿2@¨ R+C”¡Ê0e¸2B©ŒRF+c”±Ê8e¼2A™¨LR&+S”©Ê4eº2C™©ÌRf+s”¹Êe¿r@9¨R+G”£Ê1å¸rB9©œRN+g”³Ê9å¼rA¹¨\R.+W”«Ê5åºrC¹©ÜRn+w”»Ê=å¾ò@y¨+_”¯Ê7å»òCùOù©üR~+”¿Ê?%™š\M¡¦TS©©Õ4jZ5§Æ«éÕ jF5“šYÍ¢fU³©ÙÕj‚š¨æTs©¹Õj_µŸÚ_ T©ƒÕ!êPu˜:\¡ŽTG©£Õ1êXuœ:^ NT'©“Õ)ê'ô}A_Ñ7ôý@ÿ¡Ÿèúþ ¿èJ&&Sˆ)ÅTbj1˜VL'Ɖñbz1ƒ˜QœªnR7«[Ô­ê6u»ºCÝ©îRw«{Ô½ê>u¿z@=¨R«GÔ£ê1õ¸zB=©žRO«gÔ³ê9õ¼zA½¨^R/«WÔ«ê5õºzC½©ÞRo«wÔ»ê=õ¾ú@}¨>R«OÔ§ê3õ¹úB}©¾R_«oÔ·ê;õ½úAý¨~R?«_Ô¯ê7õ»úCýOý©þR«Ô¿ê?5™–\K¡¥ÔRi©µ4ZZ-§Åkéµ ZF-“–YË¢eÕ²iÙµZ‚–¨åÔri¹µZ_­ŸÖ_  Ôiƒµ!ÚPm˜6\¡ÔFi£µ1ÚXmœ6^› MÔ&i“µ)ÚTmš6]›¡ÍÔfi³µ9Ú\mž6_[ -Ôi‹µ%ÚRm™¶\[¡­ÔVi«µ5ÚZm¶^Û mÔ6i›µ-ÚVm›¶]Û¡íÔvi»µ=Ú^mŸ¶_; Ôi‡µ#ÚQí˜v\;¡ÔNi§µ3ÚYíœv^» ]Ô.i—µ+ÚUíšv]»¡ÝÔni·µ;Ú]ížv_{ =Ôiµ'ÚSí™ö\{¡½Ô^i¯µ7Ú[íö^û }Ô>iŸµ/ÚWí›ö]û¡ý§ýÔ~i¿µ?Ú_ퟖLO®§ÐSê©ôÔz=­žNÓãõôz=£žIϬgѳêÙôìz=AOÔsê¹ôÜz=¯žOϯГô‚z!½°^D/ªÓ‹ë%ô’z)½´^F/«—ÓËëôŠz%½²^E¯ªWÓ«ë5ôšz-ÓqÐIÒiÑYÓyèPt¤‹º¤Ëº¢«º¦ëº¡›º¥Ûº£»º§ûz ‡z¤ÇôÚz½®^O¯¯7ÐêôÆz½©ÞLo®·Ð[ê­ôÖz½­ÞNo¯wÐ;êôÎz½«ÞMï®÷Ð{ê½ôÞz½¯ÞOï¯ÐêƒôÁú}¨>L®ÐGê£ôÑú}¬>N¯OÐ'ê“ôÉú}ª>MŸ®ÏÐgê³ôÙú}®>OŸ¯/Ðê‹ôÅú}©¾L_®¯ÐWê«ôÕú}­¾N_¯oÐ7ê›ôÍú}«¾Mß®ïÐwê»ôÝú}¯¾O߯Ðê‡ôÃúý¨~L?®ŸÐOê§ôÓúý¬~N?¯_Ð/ê—ôËúýª~M¿®ßÐoê·ôÛúý®~O¿¯?ÐêôÇúý©þL®¿Ð_ê¯ô×úý­þN¯Ð?êŸôÏúý«þMÿ®ÿÐÿÓê¿ôßúý¯þOOf$7R)TFj#‘ÖHgÄñFz#ƒ‘ÑÈdd6²YlFv#‡‘`$9\Fn#‘×Ègä7 IFA£QØ(b5ŠÅFI£”QÚ(c”5Êå FE£’QÙ¨bT5ªÕFM£–¸A¤A´Á¬Á¼ h2DC2dC1TC3tÃ0LÃ2lÃ1\Ã3|#0B#2bFm£ŽQרgÔ7 FFc£‰ÑÔhf47Z-VFk£ÑÖhg´7:NFg£‹ÑÕèft7z=^Fo£Ñ×ègô7AÆ`cˆ1Ôf 7F#QÆhcŒ1ÖgŒ7&IÆdcŠ1Õ˜fL7f3YÆlcŽ1טgÌ7 EÆbc‰±ÔXf,7V+UÆjc±ÖXg¬76MÆfc‹±ÕØfl7v;]Ænc±×Øgì7CÆaãˆqÔ8f7N'SÆiãŒqÖ8gœ7.KÆeãŠqÕ¸f\7n7[ÆmãŽq׸gÜ7GÆcã‰ñÔxf<7^/WÆkãñÖxg¼7>OÆgã‹ñÕøf|7~ÿ?_Æoãñ×øg$3“›)Ì”f*3µ™ÆLk¦3ãÌx3½™ÁÌhf23›Y̬f63»™ÃL0Íœf.3·™ÇÌkæ3ó›Ì$³ YÈ,l1‹šÅÌâf ³¤YÊ,m–1ËšåÌòf³¢YɬlV1«šÕÌêf ³¦YËÄLÜ$LÒ¤LÚdLÖäLÞ&4™¢)™²©˜ª©™ºi˜¦i™¶é˜®é™¾˜¡™1³¶YǬkÖ3ë› Ì†f#³±ÙÄlj63››-Ì–f+³µÙÆlk¶3ۛ̎f'³³ÙÅìjv3»›=Ìžf/³·ÙÇìkö3û›Ìæ s°9Äj3‡›#Ì‘æ(s´9ÆkŽ3Ç›̉æ$s²9ÅœjN3§›3Ì™æ,s¶9ÇœkÎ3ç› Ì…æ"s±¹Ä\j.3—›+Ì•æ*sµ¹Æ\k®3×›Ìæ&s³¹ÅÜjn3·›;Ìæ.s·¹ÇÜkî3÷›̃æ!ó°yÄ3Ÿ›/Ì—æ+óµùÆ|k¾3ß›Ìæ'ó³ùÅüj~3¿›?ÌÿÌŸæ/ó·ùÇükþ3“YÉ­VJ+••ÚJc¥µÒYqV¼•ÞÊ`e´2Y™­,VV+›•ÝÊa%X‰VN+—•ÛÊcåµòYù­V’UÐ*d¶ŠXE­bVq«„UÒ*e•¶ÊXe­rVy«‚UѪdU¶ªXU­jVu«†UÓš¦NWg¨3ÕYêluŽ:W§ÎW¨ ÕEêbu‰ºT]¦.WW¨+ÕUêjuºV]§®W7¨ÕZ–oVhEV̪mÕ±êZõ¬úV«¡ÕÈjl5±šZͬæV «¥ÕÊjmµ±ÚZí¬öV«£ÕÉêlu±ºZݬîV«§ÕËêmõ±úZý¬þÖk 5Èl ±†ZìáÖk¤5Êm±ÆZã¬ñÖk¢5ÉšlM±¦ZÓ¬éÖ k¦5ËšmͱæZó¬ùÖk¡µÈZl-±–ZˬåÖ k¥µÊZm­±ÖZë¬õÖk£µÉÚlm±¶ZÛ¬íÖk§µËÚmí±öZû¬ýÖë uÈ:l±ŽZǬãÖ ë¤uÊ:m±ÎZç¬óÖë¢uɺl]±®Z׬ëÖ ë¦u˺mݱîZ÷¬ûÖë¡õÈzl=±žZϬçÖ ë¥õÊzm½±ÞZï¬÷Öë£õÉúl}±¾Z߬ïÖë?ë§õËúmý±þZÿ¬dvr;…ÒNe§¶ÓØiítvœo§·3ØíLvf;‹ÕÎfg·sØ v¢ÓÎeç¶óØyí|v~»€d´ Ù…í"vQ»˜]Ü.a—´KÙ¥í2vY»œ]Þ®`W´+Ù•í*vU»š]Ý®a×´kÙ˜Û„MÚ”MÛŒÍÚœÍÛÀ†¶`#[´%[¶[µ5[· Û´-Û¶Ûµ=Û·;´#;f×¶ëØuízv}»ÝÐnd7¶›ØMífvs»…ÝÒne·¶ÛØmívv{»ƒÝÑîdw¶»Ø]ínvw»‡ÝÓîe÷¶ûØ}í~v{€=Ðd¶‡ØCíaöp{„=Òe¶ÇØcíqöx{‚=ÑždO¶§ØSíiöt{†=Óže϶çØsíyö|{½Ð^d/¶—ØKíeör{…½Ò^e¯¶×Økíuöz{ƒ½ÑÞdo¶·Ø[ímöv{‡½ÓÞeï¶÷Ø{í}ö~û€}Ð>d¶ØGícöqû„}Ò>eŸ¶ÏØgísöyû‚}Ѿd_¶¯ØWíköuû†}Ó¾eß¶ïØwí{ö}ûýÐ~d?¶ŸØOígösû…ýÒ~e¿¶ßØoíwö{ûƒýÑþd¶¿Ø_íoöwû‡ýŸýÓþeÿ¶ÿØív2'¹“ÂIé¤rR;iœ´N:'ΉwÒ;œŒN&'³“ÅÉêds²;9œ'ÑÉéärr;yœ¼N>'¿SÀIr :…œÂN§¨SÌ)î”pJ:¥œÒN§¬SÎ)ïTp*:•œÊN§ªSÍ©îÔpj:µÌÁÂ!Ê¡ÆaÎáà@Gp#:’#;Š£:š£;†c:–c;Žã:žã;:‘sj;uœºN=§¾ÓÀiè4r;Mœ¦N3§¹ÓÂié´rZ;mœ¶N;§½ÓÁéètr:;]œ®N7§»ÓÃééôrz;}œ¾N?§¿3Àè r;Cœ¡Î0g¸3ÂéŒrF;cœ±Î8g¼3Á™èLr&;Sœ©Î4gº3ÙéÌrf;sœ¹Îg¿sÀ9èr;Gœ£Î1ç¸sÂ9éœrN;gœ³Î9ç¼sÁ¹è\r.;Wœ«Î5çºsùéÜrn;wœ»Î=ç¾óÀyè;_œ¯Î7ç»óÃùÏùéür~;œ¿Î?'™›ÜMá¦tS¹©Ý4nZ7çÆ»éÝ nF7“›ÙÍâfu³¹ÙÝn‚›èæts¹¹Ýn_·ŸÛßàt¹ƒÝ!îPw˜;ÜáŽtG¹£Ý1îXwœ;ÞàNt'¹“Ý)îTwš;ÝáÎtg¹³Ý9î\wž;ß]à.t¹‹Ý%îRw™»Ü]á®tW¹«Ý5îZw»ÞÝànt7¹›Ý-îVw›»ÝÝáîtw¹»Ý=î^wŸ»ß=àt¹‡Ý#îQ÷˜{Ü=ážtO¹§Ý3îY÷œ{Þ½à^t/¹—Ý+îU÷š{ݽáÞto¹·Ý;î]÷ž{ß}à>t¹Ý'îS÷™ûÜ}á¾t_¹¯Ý7î[÷ûÞýà~t?¹ŸÝ/îW÷›ûÝýáþçþt¹¿Ý?î_÷Ÿ›ÌKî¥ðRz©¼Ô^/­—΋óâ½ô^/£—ÉËìeñ²zÙ¼ì^/ÁKôrz¹¼Ü^/¯—ÏËï𒼂^!¯°WÄ+êóŠ{%¼’^)¯´WÆ+ë•óÊ{¼Š^%¯²WÅ«êUóª{5¼š^-ópðHòhñXóxxÐ<䉞äɞ⩞æéžá™žåٞ㹞çù^à…^äżÚ^¯®WÏ«ï5ðz¼Æ^¯©×ÌkîµðZz­¼Ö^¯­×Îkïuð:z¼Î^¯«×Íëîõðzz½¼Þ^¯¯×Ïëï ðzƒ¼ÁÞo¨7ÌîðFz£¼ÑÞo¬7ÎïMð&z“¼ÉÞoª7Í›îÍðfz³¼ÙÞo®7Ï›ï-ðz‹¼ÅÞo©·Ì[î­ðVz«¼ÕÞo­·Î[ïmð6z›¼ÍÞo«·ÍÛîíðvz»¼ÝÞo¯·ÏÛïðz‡¼ÃÞï¨wÌ;îðNz§¼ÓÞï¬wÎ;ï]ð.z—¼ËÞïªwÍ»îÝðnz·¼ÛÞ³p‹°H‹²h‹±X‹³x XÐ,d‰–dÉ–b©–fé–a™–eÙ–c¹–gÝõ~z¿¼ßÞï¯÷ÏKæ'÷Sø)ýT~j?ŸÖOçÇùñ~z?ƒŸÑÏägö³øYýl~v?‡Ÿà'ú9ý\~n?Ÿ×Ïçç÷ øI~A¿_Ø/âõ‹ùÅý~I¿”_Ú/ã—õËùåý ~E¿’_Ù¯âWõ«ùÕý~M¿–ù¸Oø¤Où´Ïø¬Ïù¼|è >òE_òe_ñU_óußðMßòmßñ]ßó}?ðC?òc~m¿Ž_ׯç×÷ø ýF~c¿‰ßÔoæ7÷[ø-ýV~k¿ßÖoç·÷;øýN~g¿‹ßÕïæw÷{ø=ý^~o¿ß×ïç÷÷øýAþ`ˆ?Ôæ÷Gø#ýQþhŒ?Öç÷'øýIþdŠ?ÕŸæO÷gø3ýYþlŽ?ןçÏ÷ø ýEþb‰¿Ô_æ/÷Wø+ýUþj¿Ö_ç¯÷7øýMþf‹¿Õßæo÷wø;ý]þn¿×ßçï÷øýCþaÿˆÔ?æ÷Oø'ýSþiÿŒÖ?çŸ÷/øýKþeÿŠÕ¿æ_÷oø7ý[þmÿŽ׿çß÷øýGþcÿ‰ÿÔæ?÷_ø/ýWþkÿÿÖç¿÷?øýOþgÿ‹ÿÕÿæ÷øÿù?ý_þoÿÿ×ÿç' ’)‚”Aª u&H¤ â‚ø }!Èd 2Y‚¬A¶ {#HƒœA® w'Èä ò‚¤ `P(( ŠÅ‚âA‰ dP*(” Êå‚òA… bP)¨T ªÕ‚êA fP+À< 2 :`6à> „b r j z`f`vànà~a± vP'¨Ô ê ‚†A£ qÐ$h4 š-‚–A« uÐ&h´ Ú‚ŽA§ sÐ%èt º=‚žA¯ wÐ'èô ú‚Á `p0$ †#‚‘Á¨`t0&Œ Æ‚‰Á¤`r0%˜L ¦3‚™Á¬`v0'˜Ì æ ‚…Á¢`q°$X, –+‚•Áª`u°&X¬ Ö‚Á¦`s°%Øl ¶;‚Á®`w°'Øì ö‚ƒÁ¡àpp$8 Ž'‚“Á©àtp&8œ ΂‹Á¥àrp%¸\ ®7‚›Á­àvp'¸Ü Á£àqð$x< ž/‚—Á«àuð&x¼ Þ‚Á§àsð%ø| ¾?‚ÿ‚ŸÁ¯àwð'øü ’…ÉÃaÊ0U˜:L¦ Ó…qa|˜>Ìf 3…™Ã,aÖ0[˜=Ì&„‰aÎ0W˜;Ìæ ó…ùÃaRX0,‹„EÃbañ°DX2,–Ë„eÃraù°BX1¬V«„UÃjaõ°FX3¬b!!R!2!r!‚†BˆB1”B9TB5ÔB=4B3´B;tB7ôB? Â0ŒÂXX;¬Ö ë…õÃaðQØ8l6 ›…ÍÃa˰UØ:l¶ Û…íÃaǰSØ9ìv »…ÝÃaϰWØ;ìö û…ýÃáÀpP88 ‡…ÃÃáÈpT8:Ž Ç…ãà áÄpR89œN §…ÓÃáÌpV8;œÎ ç…óÃáÂpQ¸8\. —…ËÃáÊpU¸:\® ×…ëà áÆpS¸9Ün ·…ÛÃáÎpW¸;Üî ÷…ûÃáÁðPx8< …ÇÃáÉðTx:<ž Ï…çà áÅðRx9¼^ ¯…×ÃáÍðVx;¼Þ ï…÷ÃáÃðQø8|> Ÿ…ÏÃáËðUø:|¾ ß…ïÃáÇðSø9ü~ ¿…ßÃááÏðWø;üþ ÿ…É¢äQŠ(e”*J¥‰ÒF颸(>Jeˆ2F™¢ÌQ–(k”-Ê刢Ä(g”+Êå‰òFù¢üQ()*Š GE¢¢Q±¨xT"*•ŠJGe¢²Q¹¨|T!ªUŠ*GU¢ªQµ¨zT#ªÕаˆˆŒ¨ˆŽ˜ˆ¸ˆ@#!B‘I‘)‘i‘‘Y‘9‘y‘QEQ,ªÕ‰êFõ¢úQƒ¨aÔ(j5‰šFÍ¢æQ‹¨eÔ*jµ‰ÚFí¢öQ‡¨cÔ)êu‰ºFÝ¢îQ¨gÔ+êõ‰úFý¢þÑ€h`4( ‰†Fâáшhd4*‰ÆFã¢ñÑ„hb4)šM‰¦FÓ¢éÑŒhf4+š͉æFó¢ùÑ‚ha´(Z-‰–FË¢åÑŠhe´*Z­‰ÖFë¢õцhc´)Úm‰¶FÛ¢íÑŽhg´+Úí‰öFû¢ýÑè`t(:‰ŽFÇ¢ãщèdt*:‰ÎFç¢óÑ…èbt)º]‰®F×¢ëÑèft+º݉îF÷¢ûуèaô(z=‰žFÏ¢çÑ‹èeô*z½‰ÞFï¢÷чècô)ú}‰¾FߢïÑè¿ègô+úý‰þFÿ¢d±ä±±”±T±Ô±4±´±t±¸X|,},C,c,S,s,K,k,[,{,G,!–ËËËËËËË+KŠŒŠŽ‰‹•ˆ•Œ•Еޕ‰••‹•UˆUŒUŠUŽU‰UU‹UՈՌՊa1b0&ÄPLŒI19¦ÄÔ˜ÓcFÌŒY1;æÄܘócA,ŒE±X¬v¬N¬n¬^¬~¬A¬a¬Q¬ñÿÁ€ÝJÀÚýµmÛ¶+bgãl6|µmÛ¶mÛ¶®Wózuÿ &`"&a20S1 Ó131 ³1ˆ9Â\ÌÃ|,ÀB,ÂbX?¬?6ˆ ÂcãÅ=Ž{÷4îYÜó¸qñq/ãâ^ŽŽ{÷6î]Üû¸qã>Å}Žû÷5.1î[\RÜ÷¸qC°…Ø"l1¶[Š-Öc+°•Ø*l5¶[‹­ÃÖc°Ø&l3¶ÛŠmöc;°Ø.l7¶Û‹íÃöc°ƒØ!ì0v;ŠÃŽc'°“Ø)ì4v;‹ÃÎc°‹Ø%ì2v»Š]îc7°›Ø-ì6v»‹ÝÃîc°‡Ø#ì1ö{Š=Þc/°xì%–€½Â^co°·Ø;ì=öûˆ}Â>c_°¯X"ö K¾c?°ŸØ/ì7öû‹ýÃ’áÉñxJ<žOƒ§ÅÓáéñ xF<žÿÏ‚gųáÙñxN<žσçÅóáùñxA¼^/‚Å‹áÅñxI¼^/ƒ—ÅËáåñ xE¼^¯‚WÅ«áÕñxM¼^¯ƒ×ÅëáõñxC¼Þo‚7Å›áÍñxK¼Þoƒ·ÅÛáíñxG¼Þï‚wÅ»áÝñxO<ï…÷Æûà}q Çq'q §qgqçqq —q€+¸Šk¸Ž¸‰[¸CÜÁîâîãâÃûáýñø@|>‚ŇáÃñøH|>ƒÅÇáãñ øD|>Ÿ‚OŧáÓñøL|>ŸƒÏÅçáóñøB|¾_‚/Å—áËñøJ|¾_ƒ¯Å×áëñ øF|¾ß‚oÅ·áÛñøN|¾߃ïÅ÷áûñøAü~?‚ÅáÇñøIü~?ƒŸÅÏáçñ øEü~¿‚_ůá×ñøMü~¿ƒßÅïá÷ñøCüþ‚?ÅŸáÏñx<þOÀ_á¯ñ7ø[üþÿ€Ä?áŸñ/øW<ÿ†'áßñøOüþÿƒÿÅÿáɈäD "%‘ŠHM¤!ÒéˆôD"#‘‰ÈLüGd!²ÙˆìD"'‘‹ÈMä!òùˆüD¢ Qˆ(L!ŠňâD ¢$QŠ(M”!ÊåˆòD¢"Q‰¨LT!ªÕˆêD ¢&Q‹¨MÔ!êõˆúD¢!шhL4!š͈æD ¢%ÑŠhM´!ÚíˆöD¢#щèLt!º݈îD¢'Gô"z}ˆ¾FàAEÐC°Gð„@ˆ„DÈ B%4B' Â$,Â& áˆp ð‰€‰ˆˆýˆþÄb 1ˆL !†ÈáÄb$1ŠMŒ!ÆãˆñÄb"1‰˜LL!¦ÓˆéÄ b&1‹˜MÌ!æóˆùÄb!±ˆXL,!–ˈåÄ b%±ŠXM¬!ÖëˆõÄb#±‰ØLl!¶ÛˆíÄb'±‹ØMì!öûˆýÄâ qˆ8L!ŽLjãÄ â$qŠ8Mœ!ÎçˆóÄâ"q‰¸L\!®׈ëÄ â&q‹¸MÜ!î÷ˆûÄâ!ñˆxLŸˆÏÄâ+‘H|#’ˆïÄâ'ñ‹øMü!þÿˆddr2™’LE¦&ÓiÉtdz2™‘ÌDf&ÿ#³YÉldv2™“ÌEæ&óyÉ|d~²Y,D&‹EÉbdq²Y’,E–&ËeÉrdy²Y‘¬DV&«UÉjdu²Y“¬EÖ&ëuÉzd}²ÙlD6&›MÉfds²Ù’lE¶&ÛmÉvd{²Ù‘ìDv&»]Éndw²Ù“Œ#{‘½É>d_#q’ I’"i’!Y’#yR ER"e ©’©“i’i“tHDº¤Gúd@†dDÆÈ~dr9D&‡CÉaäpr9’EŽ&ÇcÉqäxr9‘œDN&§SÉiätr9“œEÎ&çsÉyä|r¹\D.&—KÉeärr¹’\E®&×kÉuäzr¹‘ÜDn&·[Émävr¹“ÜEî&÷{É}ä~òy&ŸOÉgäsòO¾$ÈWäkò ù–|G¾'?ÉOägò ù•L$¿‘Iäwòù“üEþ&ÿÉd2*9•‚JI¥¢RSi¨´T:*=•ÊHe¢2SÿQY¨¬T6*;•ƒÊIå¢rSy¨¼T>*?U€*H¢ SE¨¢T1ª8U‚*I•¢JSe¨²T9ªÕ€jH5¢SM¨¦T3ª9Õ‚jIµ¢ZSm¨¶T;ª=ÕêHu¢:S]¨®T7ª;ÕƒêIÅQ½¨ÞTª/…Q8EP$EQ4ÅP,ÅQ<%P"%Q2(…R)Ò)ƒ2)‹²)H9¢\Ê£|* B*¢bT?ª?5€H ¢SC¨¡Ô0j85‚I¢FSc¨±Ô8j<5šHM¢&SS¨©Ô4j:5ƒšIÍ¢fSs¨¹Ôµ€ZH-¢SK¨¥Ô2j9µ‚ZI­¢VSk¨µÔ:j=µÚHm¢6S[¨­Ô6j;µƒÚIí¢vS{¨½Ô>j?u€:H¢SG¨£Ô1ê8u‚:I¢NSg¨³Ô9êõ€zH=¢SO¨§Ô3ê9õ‚Ч^R Ô+ê5õ†zK½£ÞS¨Ô'ê3õ…úJ%Rߨ$ê;õƒúIý¢~S¨¿Ô?*œNA§¤SÑ©é4tZ:žÎ@g¤3Ñ™éÿè,tV:ÎAç¤sѹéÐ!Ñ1ºÝŸ@¤уé!ôPz=œA¤GÑ£é1ôXz=žž@O¤'Ñ“é)ôTz=žAϤgѳé9ô\z=Ÿ^@/¤Ñ‹é%ôRz½œ^A¯¤WÑ«é5ôZz½žÞ@o¤7Ñ›é-ôVz½ÞAï¤wÑ»é=ô^z½Ÿ>@¤чé#ôQú}œ>AŸ¤Oѧé3ôYú}ž¾@_¤/Ñ—é+ôUú}¾AߤoÑ·é;ô]ú}Ÿ~@?¤Ñé'ôSúýœ~AÇÓ/éúýš~C¿¥ßÑïéôGúý™þB¥éotýþAÿ¤Ñ¿é?ô_úŒIΤ`R2©˜ÔL&-“ŽIÏd`22™˜ÌÌL&+“ÉÎä`r2¹˜ÜL&/“ÉÏ` 2…˜ÂL¦(SŒ)Δ`J2¥˜ÒL¦,SŽ)ÏT`*2•˜ÊL¦*S©ÎÔ`j2µ˜ÚL¦.S©Ï4`2˜ÆL¦)ÓŒiδ`Z2­˜ÖL¦-ÓŽiÏt`:2˜ÎL¦+ÓéÎô`z2qL/¦7Ó‡éË` Î ÉP Í0 Ëp ÏŒÈHŒÌFaTFctÆ`LÆbl2ƒ—ñŸ ˜‰˜ÓéÏ `2ƒ˜ÁÌf(3ŒÎŒ`F2£˜ÑÌf,3ŽÏL`&2“˜ÉÌf*3™ÎÌ`f2³˜ÙÌf.3™Ï,`2‹˜ÅÌf)³ŒYά`V2«˜ÕÌf-³ŽYÏl`62›˜ÍÌf+³ÙÎì`v2»˜ÝÌf/³ÙÏ`2‡˜ÃÌæ(sŒ9Μ`N2§˜ÓÌæ,sŽ9Ï\`.2—˜ËÌæ*s¹ÎÜ`n2·˜ÛÌæ.s¹Ï<`2˜ÇÌæ)óŒyμ`â™—LóŠyͼaÞ2ï˜÷Ìæ#ó‰ùÌ|a¾2‰Ì7&‰ùÎü`~2¿˜ßÌæ/óIÆ&gS°)ÙTlj6 ›–MǦg3°ÙLlfö?6 ›•ÍÆfgs°9Ù\ln6›—ÍÇæg °ÙBla¶[”-ÆgK°%ÙRli¶ [–-Ç–g+°ÙJle¶ [•­ÆVgk°5ÙZlm¶[—­ÇÖg° ÙFlc¶ Û”mÆ6g[°-ÙVlk¶ Û–mǶg;°ÙNlg¶ Û•íÆvg{°=Ù8¶Û›íÃöe1g –d)–f–e9–gVd%Vf«°*«±:k°&k±6 Y‡E¬Ëz¬ÏlÈFlŒíÇög°ÙAì`v;”ÆgG°#ÙQìhv ;–ÇŽg'°ÙIìdv ;•ÆNgg°3ÙYìlv;—ÇÎg° ÙEìbv »”]Æ.gW°+ÙUìjv »–]Ç®g7°ÙMìfv »•ÝÆngw°;Ù]ìnv»—ÝÇîg°ÙCìaö{”=ÆgO°'ÙSìiö {–=Çžg/°ÙKìeö {•½Æ^go°7Ù[ìmö{—½ÇÞg°ÙGìcö û”}Æ>g_°ñìK6}žfß°oÙwì{öû‘ýÄ~f¿°_ÙDö›Ä~g°?Ù_ìoöû—ýÇ&ã’s)¸”\*.5—†KË¥ãÒs¸Œ\&.3÷—…ËÊeã²s9¸œ\..7—‡ËËåãòs¸‚\!®0W„+ÊãŠs%¸’\)®4W†+Ë•ãÊs¸Š\%®2W…«ÊUãªs5¸š\-®6W‡«ËÕãês ¸†\#®1ׄkÊ5ãšs-¸–\+®5׆k˵ãÚs¸Ž\'®3×…ëÊuãºs=¸ž\׋ëÍõáúr‡sGrGs ÇrÇs'r's€S8•Ó838“³8›ƒœÃ!Îå<Îç.ä".Æõãús¸Ü n07„Ê ã†s#¸‘Ü(n47†ËãÆs¸‰Ü$n27…›ÊMã¦s3¸™Ü,n67‡›ËÍãæs ¸…Ü"n1·„[Ê-ã–s+¸•Ü*n5·†[Ë­ãÖs¸Ü&n3·…ÛÊmã¶s;¸Ü.n7·‡ÛËíãös¸ƒÜ!î0w„;ÊãŽs'¸“Ü)î4w†;ËãÎs¸‹Ü%î2w…»Ê]ã®s7¸›Ü-î6w‡»ËÝãîs¸‡Ü#î1÷„{Ê=ãžs/¸xî%—À½â^so¸·Ü;î=÷ûÈ}â>s_¸¯\"÷Kâ¾s?¸ŸÜ/î7÷‡ûËýã’ñÉù|J>ŸšOçåÓñéù |F>Ÿ™ÿÏÂgå³ñÙù|N>Ÿ›ÏÃçåóñùù|A¾_˜/Âå‹ñÅù|I¾_š/×åËñåù |E¾_™¯ÂWå«ñÕù|M¾_›¯Ã×åëñõù|C¾ߘoÂ7å›ñÍù|K¾ßšo÷åÛñíù|G¾ß™ïÂwå»ñÝù|O>ŽïÅ÷æûð}yŒÇy‚'yЧy†gyŽçyy‰—yÀ+¼Êk¼Î¼É[¼ÍCÞáïòïóòãûñýùü@~?˜Âå‡ñÃùüH~?šÃåÇñãù üD~?™ŸÂOå§ñÓùüL~?›ŸÃÏåçñóùüB~¿˜_Â/å—ñËùüJ~¿š_ïå×ñëù üF~¿™ßÂoå·ñÛùüN~¿›ßÃïå÷ñûùüAþ˜?ÂåñÇùüIþš/M—¡ËÒåèòtº"]‰®LW¡«ÒÕèêt º&]‹®MסëÒõèútº!݈nL7¡›ÒÍè3|<ÿ’Oà_ñ¯ù7ü[þÿžÿÀä?ñŸù/üW>‘ÿÆ'ñßùüOþÿ›ÿÃÿåÿñÉ„äB !¥JH-¤Ò é„ôB!£IÈ,ü'd² Ù„ìB!§KÈ-äò ù„üB¡ PH(,Š Å„âB ¡¤PJ(-”Ê å„òB¡¢PI¨,Tª Õ„êB ¡¦PK¨-Ôê õ„úB¡¡ÐHh,4š Í„æB ¡¥ÐJh-´Ú í„öB¡£ÐIè,tº Ý„îB¡§'ôz }„¾&à!%Ð#°'ð‚ ˆ‚$ÈA4A Á,Á àHpOð…@…Hˆ ý„þÂa 0H, † ÄáÂa¤0J-ŒÆ ã„ñÂa¢0I˜,L¦ Ó„é a¦0K˜-Ìæ ó„ùÂa¡°HX,,– Ë„å a¥°JX-¬Ö ë„õÂa£°IØ,l¶ Û„íÂa§°KØ-ìö û„ýÂá pH8,Ž Ç„ã á¤pJ8-œÎ ç„óÂá¢pI¸,\® ׄë á¦pK¸-Üî ÷„ûÂá¡ðHx,<ž Ï„ç !^x)$¯„×Âá­ðNx/|> Ÿ„ÏÂá«(|’„ïÂá§ðKø-üþ ÿ„dbr1…˜RL%¦ÓˆiÅtbz1ƒ˜QÌ$fÿ³ˆYÅlbv1‡˜SÌ%æóˆyÅ|b~±€XP,$‹ˆEÅbbq±„XR,%–ˈeÅrby±‚XQ¬$V«ˆUÅjbu±†XS¬%ÖëˆuÅzb}±ØPl$6›ˆMÅfbs±…ØRl%¶ÛˆmÅvb{±ƒØQì$v»ˆ]Ånbw±‡ØSŒ{‰½Å>b_q‘I‘i‘Y‘yQEQeˆŠ¨Šš¨‹†hŠ–h‹PtD$º¢'úb †b$ÆÄ~bq€8P$‡ˆCÅaâpq„8R%ŽLjcÅqâxq‚8Qœ$N§ˆSÅiâtq†8Sœ%ÎçˆsÅyâ|q¸P\$.—ˆKÅeârq…¸R\%®׈kÅuâzqƒ¸QÜ$n·ˆ[Åmâvq‡¸SÜ%î÷ˆ{Å}â~ñ€xP<$ˆGÅcâqñ„xR<%žψgÅsâyñ‚xQ¼$^¯ˆWÅkâuñ†xS¼%ÞïˆwÅ{â}ñøP|$>ŸˆOÅgâsñ…/¾ÄWâkñøV|'¾?ˆÅOâgñ‹øUL¿‰Iâwñ‡øSü%þÿˆÅb2)¹”BJ)¥’RKi¤´R:)½”AÊ(e’2KÿIY¤¬R6)»”CÊ)å’rKy¤¼R>)¿T@*(’ KE¤¢R1©¸TB*)•’JKe¤²R9©¼TAª(U’*KU¤ªR5©ºTCª)Õ’jKu¤ºR=©¾Ô@j(5’KM¤¦R3©¹ÔBj)µ’ZKm¤¶R;©½ÔAê(u’:K]¤®R7©»ÔCê)ÅI½¤ÞR©¯„I¸DH¤DI´ÄH¬ÄI¼$H¢$I²$ER%MÒ%C2%K²%(9’\É“|)B)’bR?©¿4@( ’KC¤¡Ò0i¸4B)’FKc¤±Ò8i¼4Aš(M’&KS¤©Ò4iº4Cš)Í’fKs¤¹Òi¿t@:(’KG¤£Ò1é¸tB:)’NKg¤³Ò9é¼tAº(]’.KW¤«Ò5éºtCº)Ý’nKw¤»Ò=é¾ô@z(=’KO¤§Ò3é¹ôBŠ—^J Ò+éµôFz+½“ÞK¤Ò'é³ôEú*%Jߤ$é»ôCú)ý’~K¤¿Ò?)™œ\N!§”SÉ©å4rZ9œ^Î g”3É™åÿä,rV9›œ]Î!ç”sɹå ”ɇå#òQù˜|\>!Ÿ”Oɧå3òYùœ|^¾ _”/É—å+òUùš|]¾!ß”oÉ·å;ò]ùž|_~ ?”Éå'òSù™ü\~!ÇË/åù•üZ~#¿•ßÉïåòGù“üYþ"•åor’ü]þ!ÿ”É¿å?ò_ùŸœ $)@J ¤i@Z¤@F dÿ, +Ȳƒ 'Èrƒ< /Èòƒ  ( ƒ" ((Šƒ $(Jƒ2 ,(ʃ  "¨*ƒ* *¨ªƒ &¨jƒ: .¨êƒ !hƒ& )hšƒ %hZƒ6 -hÚƒ #è:ƒ. +躃 'ˆ½@oÐôÀH@0€àD  h@gùsüyþ‘¿Ä_æ¯ðWùküuþ“¿Åßæïðwù{ü}þÿÄ?æŸðOùgüsþo€±`&€‰`˜ ¦€©`˜f€™`˜ 怹`˜€…`X –€¥`XV€•`X Ö€µ`X6€`Ø ¶€­`Øv€`Ø ö€½`Ø€ƒà8 Ž€£à8N€“à8 ΀³à8.€‹à¸ ®€«à¸n€›à¸ ฀‡àx ž€§àx^€xð$€Wà5xÞ‚wà=ø>‚Oà3ø¾‚Dð $ïàø ~ßàø þdJr%…’RI¥¤VÒ(i•tJz%ƒ’QɤdVþS²(Y•lJv%‡’SÉ¥äVò(y•|J~¥€RP)¤VŠ(E•bJq¥„RR)¥”VÊ(e•rJy¥‚RQ©¤TVª(U•jJu¥†RS©¥ÔVê(u•zJ}¥ÒPi¤4Vš(M•fJs¥…ÒRi¥´VÚ(m•vJ{¥ƒÒQé¤tVº(]•nJw¥‡ÒS‰Sz)½•>J_Sp…PH…Rh…QX…SxEPDERd(Š¢*š¢+†b*–b+Pq¤¸Š§øJ „J¤Ä”~Je€2P¤ V†(C•aÊpe„2R¥ŒVÆ(c•qÊxe‚2Q™¤LV¦(S•iÊte†2S™¥ÌVæ(s•yÊ|e²PY¤,V–(K•eÊre…²RY¥¬VÖ(k•uÊzeƒ²QÙ¤lV¶([•mÊve‡²SÙ¥ìVö({•}Ê~å€rP9¤VŽ(G•cÊqå„rR9¥œVÎ(g•sÊyå‚rQ¹¤\V®(W•kÊuå†rS¹¥ÜVî(w•{Ê}åòPy¤(•OÊgå‹òUIT¾)IÊwå‡òSù¥üVþ(•J25¹šBM©¦RS«iÔ´j:5½šAͨfR3«ÿ©YÔ¬j65»šCÍ©æRs«yÔ¼j>5¿Z@-¨R «EÔ¢j1µ¸ZB-©–RK«eÔ²j9µ¼ZA­¨VR+«UÔªj5µºZC­©ÖRk«uÔºj=µ¾Ú@m¨6R«MÔ¦j3µ¹ÚBm©¶R[«mÔ¶j;µ½ÚAí¨vR;«]Ô®j7µ»ÚCí©Æ©½ÔÞjµ¯Š©¸J¨¤J©´Ê¨¬Ê©¼*¨¢*©² TEUUMÕUC5UKµU¨:*R]ÕS}5PC5Rcj?µ¿:@¨R«CÔ¡ê0u¸:B©ŽRG«cÔ±ê8u¼:A¨NR'«SÔ©ê4uº:C©ÎRg«sÔ¹êu¿z@=¨R«GÔ£ê1õ¸zB=©žRO«gÔ³ê9õ¼zA½¨^R/«WÔ«ê5õºzC½©ÞRo«wÔ»ê=õ¾ú@}¨>R«OÔ§ê3õ¹úBW_ª ê+õµúF}«¾Sß«Ôê'õ³úEýª&ªßÔ$õ»úCý©þR«Ô¿ê?5™–\K¡¥ÔRi©µ4ZZ-–^Ë eÔ2i™µÿ´,ZV-›–]Ë¡åÔri¹µL®ÐGê£ôÑú}¬>N¯OÐ'ê“ôÉú}ª>MŸ®ÏÐgê³ôÙú}®>OŸ¯/Ðê‹ôÅú}©¾L_®¯ÐWê«ôÕú}­¾N_¯oÐ7ê›ôÍú}«¾Mß®ïÐwê»ôÝú}¯¾O߯Ðê‡ôÃúý¨~L?®ŸÐOê§ôÓúý¬~N?¯_Ð/ê—ôËúýª~M¿®ßÐoê·ôÛúý®~O¿¯?ÐêôÇúý©þL®¿Ðãõ—z‚þJ­¿Ñßêïô÷úý£þIÿ¬Ñ¿ê‰ú7=Iÿ®ÿÐê¿ôßúý¯þOOf$7R)TFj#‘ÖHg¤72LFfã?#‹‘ÕÈfd7r9\Fn#‘×Ègä7 BFa£ˆQÔ(f7J%RFi£ŒQÖ(g”7*JFe£ŠQÕ¨fT7j5ZFm£ŽQרgÔ7 FFc£‰ÑÔhf47Z-VFk£ÑÖhg´7:NFg£‹ÑÕèft7z=8£—ÑÛècô507ƒ4(ƒ6ƒ58ƒ7C4$C6€¡ª¡ºa¦a¶ Ç@†kx†oFhDFÌègô7AÆ`cˆ1Ôf 7F#QÆhcŒ1ÖgŒ7&IÆdcŠ1Õ˜fL7f3YÆlcŽ1טgÌ7 EÆbc‰±ÔXf,7V+UÆjc±ÖXg¬76MÆfc‹±ÕØfl7v;]Ænc±×Øgì7CÆaãˆqÔ8f7N'SÆiãŒqÖ8gœ7.KÆeãŠqÕ¸f\7n7[ÆmãŽq׸gÜ7GÆcã‰ñÔxf<7^ñÆK#Áxe¼6ÞowÆ{ãƒñÑød|6¾_D㛑d|7~?_Æoãñ×øg$3“›)Ì”f*3µ™ÆLk¦3ӛ̌f&3³ùŸ™ÅÌjf3³›9Ìœf.3·™ÇÌkæ3ó›Ì‚f!³°YÄ,j3‹›%Ì’f)³´YÆ,k–3˛̊f%³²YŬjV3«›5Ìšf-³¶YǬkÖ3ë› Ì†f#³±ÙÄlj63››-Ì–f+³µÙÆlk¶3ۛ̎f'³³ÙÅìjv3»›=ÌžfœÙËìmö1ûš˜‰›„Iš”I›ŒÉšœÉ›‚)š’)›ÀTLÕÔLÝ4LÓ´LÛ„¦c"Ó5=Ó734#3fö3û›Ìæ s°9Äj3‡›#Ì‘æ(s´9ÆkŽ3Ç›̉æ$s²9ÅœjN3§›3Ì™æ,s¶9ÇœkÎ3ç› Ì…æ"s±¹Ä\j.3—›+Ì•æ*sµ¹Æ\k®3×›Ìæ&s³¹ÅÜjn3·›;Ìæ.s·¹ÇÜkî3÷›̃æ!ó°yÄ3Ÿ›/Ìxó¥™`¾2_›oÌ·æ;ó½ùÁüh~2?›_̯f¢ùÍL2¿›?ÌŸæ/ó·ùÇükþ3“YÉ­VJ+••ÚJc¥µÒYé­ VF+“•ÙúÏÊbeµ²YÙ­VN+—•ÛÊcåµòYù­VA«UØ*bµŠYÅ­VI«”UÚ*c•µÊYå­ VE«’UÙªbUµªYÕ­VM«–UÛªcÕµêYõ­VC«‘ÕØjb5µšYÍ­VK«•ÕÚjcµµÚYí­VG«“ÕÙêbuµºYÝ­VO+Îêeõ¶úX}-ÌÂ-Â"-Ê¢-Æb-Îâ-Á-É’-`)–ji–n–iY–mA˱åZžå[Z‘³úYý­Ö@k5Øb µ†YíÖHk”5ÚcµÆYã­ ÖDk’5ÙšbMµ¦YÓ­ÖLk–5Ûšc͵æYó­ÖBk‘µØZb-µ–YË­ÖJk•µÚZc­µÖYë­ ÖFk“µÙÚbmµ¶YÛ­ÖNk—µÛÚcíµöYû­ÖAëuØ:bµŽYÇ-XÀ8xÀAb è€` †€¡`F€‘` Æ€ÖSë™õÜzaÅ[/­ë•õÚzc½µÞYï­ÖGë“õÙúb}µ­oV’õÝúaý´~Y¿­?Ö_럕ÌNn§°SÚ©ìÔv;­ÎNog°3Ú™ìÌöv;«ÍÎnç°sÚ¹ìÜv;¯ÏÎo° Ú…ìÂv»¨]Ì.n—°KÚ¥ìÒv»¬]Î.oW°+Ú•ìÊv»ª]Í®n×°kÚµìÚv»®]Ï®o7°ÚìÆv»©ÝÌnn·°[Ú­ìÖv»­ÝÎnow°;ÚìÎv»«ÝÍîn÷°{Úqv/»·ÝÇîkc6n6iS6m36ks6o ¶hK¶l[±U[³uÛ°MÛ²mÚŽl×ölßìÐŽì˜ÝÏîo°ÚƒìÁö{¨=Ìn°GÚ£ìÑö{¬=ÎoO°'Ú“ìÉö{ª=ÍžnϰgÚ³ìÙö{®=Ïžo/°Ú‹ìÅö{©½Ì^n¯°WÚ«ìÕö{­½Î^oo°7Ú›ìÍö{«½ÍÞnï°wÚ»ìÝö{¯½ÏÞo°Ú‡ìÃöû¨}Ì>nŸ°OÚ§ìÓöû¬}Î>o_°/Ú—ìËöûª};nß°oÚ·ìÛöû®}Ͼo?°ÚìÇöû©ýÌ~n¿°ãí—v‚ýÊ~m¿±ßÚïì÷öû£ýÉþl±¿Ú‰ö7;Éþnÿ°Ú¿ìßöû¯ýÏN“Ã0%LSÃ40-LÓà 0#Ì3Ãÿ`˜fƒÙa˜悹a˜æƒùaX‚…aXƒÅa X–‚¥aX–ƒåaXV‚•aXVƒÕa XÖ‚µaXÖƒõaØ6‚aØ6ƒÍa ض‚­aضƒíaØv‚aØvƒÝaØÆÁ^°7ìûB â€$¤ ÈBòP€"”  T  5¨CšÐ‚6„кЃ> `#ƒý`8„ƒà`8…Ãàp8Ž„£àh8Ž…ãàx8N„“àd8N…Óàt8΄³àl8Î…óà|¸.„‹àb¸.…Ëàr¸®„«àj¸®…ëàz¸n„›àf¸n…Ûàv¸î„»àn¸î…ûà~x„‡àax…Çàqxž„§àixž…çàyx^„—àex^…×àuxÞ„·àmxÞ…÷à}ø>„àcø>…ÏàsøÆÃ—0¾‚¯áø¾ƒïáø~‚Ÿáø&Âo0 ~‡?àOø þ†à_ø&s’;)œ”N*'µ“ÆIë¤sÒ;œŒN&'³óŸ“ÅÉêds²;9œœN.'·“ÇÉëäsò;œ‚N!§°SÄ)êsŠ;%œ’N)§´SÆ)ë”sÊ;œŠN%§²SÅ©êTsª;5œšN-§¶SÇ©ëÔsê; œ†N#§±ÓÄiê4sš;-œ–N+§µÓÆië´sÚ;œŽN'§³ÓÅéêtsº;=œžNœÓËéíôqú:˜ƒ;„C:”C;ŒÃ:œÃ;‚#:’#;ÀQÕÑÝ1Ó±ÛŽã Çu<Çw't"'æôsú;œÎ g°3Äê s†;#œ‘Î(g´3ÆëŒsÆ;œ‰Î$g²3Å™êLs¦;3œ™Î,g¶3Ç™ëÌsæ; œ…Î"g±³ÄYê,s–;+œ•Î*gµ³ÆYë¬sÖ;œÎ&g³³ÅÙêls¶;;œÎ.g·³ÇÙëìsö;œƒÎ!ç°sÄ9êsŽ;'œ“Î)ç´sÆ9ëœsÎ;œ‹Î%ç²sŹê\s®;7œ›Î-ç¶sǹëÜsî;œ‡Î#ç±óÄyê;_œ¯N¢óÍIr¾;?œŸÎ/ç·óÇùëüs’¡ä(J‰R¡Ô( J‹Ò¡ô(ʈ2¡Ìè?”eEÙPv”åD¹Pn”åEùP~TD…PaTEÅPqT•D¥PiT•EåPyTUD•PeTUEÕPuTÕDµPmTÕEõP}Ô5DPcÔ5EÍPsÔµD­PkÔµEíP{ÔuDPgÔuEÝPwÔõDq¨êú ¾C8"‰(D#±ˆC<ˆ$$#€¤" éÈ@&² rB.ò¢ÅP?Ô @Ñ 4 ACÑ04@#Ñ(4AcÑ84M@Ñ$4MASÑ44Í@3Ñ,4ÍAsÑ<4-@ Ñ"´-AKÑ2´­@+Ñ*´­AkÑ:´m@Ñ&´mA[Ñ6´í@;Ñ.´íA{Ñ>´@Ñ!tAGÑ1t@'Ñ)tAgÑ9t]@Ñ%t]AWÑ5tÝ@7Ñ-tÝAwÑ=t=@Ñ#ô=AOÑ3ô½@ñè%J@¯Ðkô½EïÐ{ô}DŸÐgô}E‰èJBßÑôýB¿ÑôýCÉÜän 7¥›ÊMí¦qÓºéÜôn7£›ÉÍìþçfq³ºÙÜìn7§›ËÍíæqóºùÜün· [È-ìq‹ºÅÜân ·¤[Ê-í–q˺åÜòn·¢[É­ìVq«ºÕÜên ·¦[Ë­íÖqëºõÜún·¡ÛÈmì6q›ºÍÜæn ·¥ÛÊmí¶qÛºíÜön·£ÛÉíìvq»ºÝÜîn·§çör{»}ܾ.æâ.á’.åÒ.ã².çò®àŠ®äÊ.pOZ§¬ÓÖë¬uÎ:o]°.Z—¬ËÖëªuͺnݰnZ·¬ÛÖë®uϺo=°Z¬ÇÖKqGº£ÜÑîw¬;ÎïNp'º“ÜÉîwª;ÍîÎpgº³ÜÙîw®;Ïï.pº‹ÜÅîw©»Ì]î®pWº«ÜÕîw­»Î]ïnp7º›ÜÍîw«»ÍÝîîpwº»ÜÝîw¯»ÏÝïpº‡ÜÃî÷¨{Ì=îžpOº§ÜÓî÷¬{Î=ï^p/º—ÜËî÷ª{ͽîÞpoº·ÜÛî÷®{Ͻï>pºÜÇî÷©ûÌ}î¾pãÝ—n‚ûÊ}í¾qߺïÜ÷î÷£ûÉýì~q¿º‰î77Éýîþpº¿Üßî÷¯ûÏMæ%÷Rx)½T^j/—ÖKç¥÷2x½L^fï?/‹—ÕËæe÷rx9½\^n/—×Ëçå÷ x½B^a¯ˆWÔ+æ÷Jx%½R^i¯ŒWÖ+ç•÷*x½J^e¯ŠWÕ«æU÷jx5½Z^m¯ŽW׫çÕ÷x ½F^c¯‰×Ôkæ5÷Zx-½V^k¯×Ökçµ÷:x½N^g¯‹×Õëæu÷zx=½8¯—×Ûëãõõ0÷ô(öõ8÷Oô$Oö€§xª§yºgx¦gy¶=ÇCžëyžï^èE^Ìëçõ÷x½AÞ`oˆ7Ôæ ÷Fx#½QÞhoŒ7Öç÷&x½IÞdoŠ7Õ›æM÷fx3½YÞloŽ7×›çÍ÷x ½EÞbo‰·Ô[æ-÷Vx+½UÞjo·Ö[ç­÷6x½MÞfo‹·ÕÛæm÷vx;½]Þno·×Ûçí÷x½CÞaïˆwÔ;æ÷Nx'½SÞiïŒwÖ;ç÷.x½KÞeïŠwÕ»æ]÷nx7½[ÞmïŽw×»çÝ÷x½GÞcï‰÷Ô{æ=÷^xñÞK/Á{å½öÞxo½wÞ{ïƒ÷Ñûä}ö¾x_½Dï›—ä}÷~x?½_Þoï÷×ûç%ó“û)ü”~*?µŸÆOë§óÓûüŒ~&?³ÿŸŸÅÏêgó³û9üœ~.?·ŸÇÏëçóóûü‚~!¿°_Ä/êó‹û%ü’~)¿´_Æ/ë—óËûüŠ~%¿²_ůêWó«û5üš~-¿¶_ǯë×óëû ü†~#¿±ßÄoê7ó›û-ü–~+¿µßÆoë·óÛûüŽ~'¿³ßÅïêwó»û=üž~œßËïí÷ñûú˜û„Oú”OûŒÏúœÏû‚/ú’/ûÀW|Õ×|Ý7|Ó·|Û‡¾ã#ßõ=ß÷?ô#?æ÷óûûüþ °?Äêó‡û#ü‘þ(´?ÆëóÇûü‰þ$²?ÅŸêOó§û3ü™þ,¶?ÇŸëÏóçû ü…þ"±¿Ä_ê/ó—û+ü•þ*µ¿Æ_ë¯ó×ûüþ&³¿Åßêoó·û;üþ.·¿Çßëïó÷ûüƒþ!ÿ°Ä?êóû'ü“þ)ÿ´Æ?ëŸóÏûü‹þ%ÿ²Å¿ê_ó¯û7ü›þ-ÿ¶Ç¿ëßóïûü‡þ#ÿ±ÿÄê?óŸû/üxÿ¥Ÿà¿ò_ûoü·þ;ÿ½ÿÁÿèò?û_ü¯~¢ÿÍOò¿û?üŸþ/ÿ·ÿÇÿëÿó“ɃAÊ U:H¤ Òéƒ AÆ S9ø/Èd ²ÙƒAÎ W;Èä òùƒAÁ PP8( ŠŃAÉ TP:(” Êåƒ AÅ RP9¨T ªÕƒAÍ VP;¨Ô êõƒAàQÐ8h4 š̓AË UÐ:h´ ÚíƒAÇ SÐ9èt º݃AÏ .èôú},À" * &`.à!)(hXÀÀ Pà^àAQ úýƒÁÀ`P08 †ÃÁÈ`T0:Œ ÆムÁÄ`R09˜L ¦ÓƒÁÌ`V0;˜Ì æóƒÁÂ`Q°8X, –˃ÁÊ`U°:X¬ Öëƒ ÁÆ`S°9Øl ¶ÛƒÁÎ`W°;Øì öûƒÁÁàPp88 ŽǃÁÉàTp:8œ Îçƒ ÁÅàRp9¸\ ®׃ÁÍàVp;¸Ü î÷ƒÁÃàQð8x< žσA|ð2H^¯ƒ7ÁÛà]ð>ø| >Ÿƒ/Á× 1ø$߃ÁÏàWð;øü þÉÂäaŠ0e˜*L¦ Ó†éÂôa†0c˜)Ìþf ³†ÙÂìaŽ0g˜+Ìæ ó†ùÂüa°`X(, ‹†ÅÂâa‰°dX*,– ˆåÂòa…°bX)¬V «†ÕÂêa°fX+¬Ö ë†õÂúaƒ°aØ(l6 ›†ÍÂæa‹°eØ*l¶ Û†íÂöa‡°cØ)ìv »†ÝÂîa°gö {‡}¾!â!’!Ò!²!ò¡Š¡Ê!•P µPÐ ­Ðaè„(tC/ôà Ã(Œ…ýÂþá€p`8( ‡†ÃÂááˆpd8*Ž Ç†ãÂñá„pb8)œN §†ÓÂéáŒpf8+œÎ ç†óÂùá‚pa¸(\. —†ËÂåáŠpe¸*\® ׆ëÂõá†pc¸)Ün ·†ÛÂíáŽpg¸+Üî ÷†ûÂýáð`x(< †ÇÂãá‰ðdx*<ž φçÂóá…ðbx)¼^ ¯†×Âëáðfx+¼Þ ï†÷Âûáƒðaø(|> Ÿ†ÏÂçá‹0>|&„¯Â×á›ðmø.|~?†ŸÂÏá—ðk˜~ “Âïáðgø+üþ ÿ†ÿÂdQò(E”2J¥ŽÒDi£tQú(C”1Ê©®æê®áš®åÚ.t¹®ë¹¾¸¡¹1·ŸÛßàt¹ƒÝ!îPw˜;ÜáfŽÊG¢ŠQ¥¨rT%ªU‹ªG5¢šQ­¨vT'ªÕ‹êG ¢†Q£¨qÔ$j5‹šG-¢–Q«¨uÔ&jµ‹ÚG¢ŽQ§¨sÔ%êu‹ºG=¢žQ\Ô+êõ‰úFX„GDDFTDGLÄF\ÄGB$FR$G R"5Ò"=2"3²";‚‘¡È¼È‚(Œ¢(õ‹úG¢Ñ hp4$ ‹†G#¢‘Ѩht4&‹ÆG¢‰Ñ¤hr4%šM‹¦G3¢™Ñ¬hv4'šÍ‹æG ¢…Ñ¢hq´$Z-‹–G+¢•Ѫhu´&Z­‹ÖG¢Ñ¦hs´%Úm‹¶G;¢Ñ®hw´'Úí‹öG¢ƒÑ¡èpt$:‹ŽG'¢“Ñ©ètt&:‹ÎG¢‹Ñ¥èrt%º]‹®G7¢›Ñ­èvt'ºÝ‹îG¢‡Ñ£èqô$z=‹žG/¢øèe”½Š^Go¢·Ñ»è}ô!ú}Š>G_¢¯Qbô-JоG?¢ŸÑ¯èwô'úý‹’Å’ÇRÄRÆRÅRÇÒÄÒÆÒÅÒÇ2Ä2Æ2Å2Çþ‹e‰ee‹eåˆåŒåŠåŽå‰åå‹åˆŒŠŽ‰‹•ˆ•Œ•Еޕ‰••‹•UˆUŒUŠUŽU‰UU‹UՈՌՊՎՉÕÕ‹Õ5ˆ5Œ5Š5Ž5‰55‹5µˆµŒµŠµŽµ‰µµ‹µuˆuŒuŠuŽu‰uu‹uõˆõŒÅÅzÅzÇúÄúư#bdŒŠÑ1&ÆÆ¸ØÿíÜwX;(jÄœD$@”d@r4€’%+Šä§«»KQ@‰’E’d$JΠdA‚䌒3’¯ß·ÂÙ{¯uï}γö9ç®ûôûÇ„ªêšžªšêªß0R€"EH1R‚”"‘OHRŽT •HRÔ Ÿ‘Z¤ù‚Ô# H#Ò„|Eš‘¤iCÚ‘¤éBº‘¤éCú‘äòD†adEÆqd™D¦id™EæÈ<²€,"?‘%dYA~!«È²Žl ›È²€ì»Àn°ìûÀ~p‡ÀapÇÀq@(Á @Njp ÐZ@è`Là48΂s€°€ó€\`€pKà2¸®np ð^ÀøB@ˆQ ÄÁupÜ·€·Á ¤ ¸ d÷€PJ@¨U îu 4Ð:@<x}ðC`Œ 0fÀXK`¬ °vÀ8G@ÀOÁ3àžƒÀ¸Wð¼nÀxOà¼Ákà|ð 7 ¼! „pÞH¢A ˆq $€÷ $dRAøÒAÈY ä€\òA(E ”€Rð|e T€JPªA ø jAøêAhMà+h- ´vÐ:Aè= ô~0¾ï` a0FÁ`Li0fÁøæÁX?ÁX+àXk`l€M°¶º%Gw¢»ÐÝèt/ºÝ@¢‡ÐÃèô(z =ŽR ”è ” =‰R£§P”¥CéQ”eBO£gгè9”eAÏ£¬èô"ʆ²£('Ê…^B/£WЫ(7z åAyQ>”@Q!TAEQ1T½ŽÞ@o¢·P T½ÞA¥PiT½‹Ê¢r¨ªŽj š¨ªê ºèô!ª‡>B£úèÔ5DPcÔ5EÍPsÔµD­PkÔµEíP{ÔuDI(‚E1G!ú}†:¡ÏѨ3ꂺ¢/ÑW¨êŽz ž¨ê¾F}P_ÔõGÐ@4}ƒ£oÑ4 CÃÑô‰F¡Ñh ‹Æ¡ñhúMD“Ðd4MEÓÐh:šf¢Yh6šƒæ¢yh>Z€¢Eh1Z‚–¢ÑOhZŽV •hZÖ ŸÑZ´ý‚Ö£ h#Ú„~E›Ñ´mCÛÑ´íB»Ñ´íCûÑôúD‡ÐatEÇÐqtD§ÐitEçÐè<º€.¢?Ñ%t]A¡«èºŽn ›èº’a;0rl'¶ ÛíÁöbû°ýØì v;ŒÁŽbǰãF‰À¨°“5v £Áh1:ŒcÀ1&ì4v;‹Ã˜1ì<ÆŠ]À.bl;Æqb\Ø%ì2v»Šqc×0ŒãÃø1L„1LÃÄ±ëØ ì&v “À$±ÛØL “Æd°»˜,&‡Éc÷0LS”1LSÃîc꘦‰iaÚ˜¦‹=ÀbzØ#ì1¦=Á 0CÌ3ÆL0SÌ 3Ç,0KÌ ³Æl0[̳Ç0GŒ„!ÀP Ãp bO±g˜ö{9c.˜+ö{…¹aî˜æ‰yaÞØkÌóÅü0, Ä‚°7X0ö ÁB±0,‹ÀÞa‘XÅ`±X%`ï±D, KÆR°T, û€!%#'Q(I'HT¤“$jÒ) ‰–DG¢'1IL¤Ó¤3¤³¤s$f é<‰•tt‘”Ž5`XökÆZ°V¬ kÇ:°N¬ ëÆz°^¬ëǰoØwl†±lÃÆ± l›Â¦±l›Ã~`óØ¶ˆýÄ–°elû…­bkØ:¶mb[Ø6F†ïÀÉñø.|7¾ß‹ïÃ÷ãðƒø!ü0~?ŠÃã8%~§ÂOâÔø)œ§ÅépzœgÄ™ðÓøü,~gÆYðó8+~¿ˆ³áì8Ήsá—ðËøü*Î_Ãyp^œçÇpA\ÆEpQ\ ǯã7ð›ø-\—Äoãwp)\—ÁïⲸ.ßÃpE\ WÆUpU\ ¿«ã¸&®…kã:¸.þˆëáðǸ>þ7À q#Ü7ÁMq3Ü·À-q+Ü·Ámq;ÜwÀqŽàGq Çqˆ?ÅŸáNøsüîŒ»à®øKüã¸'î…{ã¯qÜ÷Ãýñ<ÂßàÁø[<ÅÃðp<‡GâQx4ƒÇâqx<ž€¿Çñ$<OÁSñ4üžŽgà™xžçà¹xžà…x^Œ—à¥øGü^†—ãx%^…Wã5øg¼¯Ã¿àõxÞˆ7á_ñf¼oÅÛðv¼ïÄ»ðn¼ïÅûð~|ÿ†Çñ!|ÁGñ1|ŸÀ'ñ)|ŸÁgñ9ü>/à‹øO| _ÆWð_ø*¾†¯ãø&¾…oãdp$‡;á.¸î{á>¸€á!xGá1xR@JxRÁ“ž‚4ÒAzÈ!< ÏÀ³ðd†,ðÐAchM¡4‡ÐZAkhm¡´‡Ð’ D!qáSø :Áçðt†.о„¯ t‡ÐzAoøú@_èýa „Að †oa …a0FÀw0FÁhcaŒ‡ ð=L„I0¦ÀT˜?Àt˜3ă90æÁ|X a,†%°~„Ÿ`,‡°VÁjX?ÃZX¿ÀzØaü ›a l…m°vÀNØ»aì…}°Àoð;„CpŽÀQ8ÇᜄSpÎÀY8Ày¸áO¸—á üWá\‡pnA²¿Šô<ù×GG]Éþ%ÇþÅã ð˜ûÿ©-——3=ò/öàáßÇÿoÄH"áßÈ¡ÿ]¹)‰U@ @ ÿàÄÃ~ù ±ç&ÿöv3@ @ Âÿ{ˆ¸ áÿÁb|ðÿbÓ…h@ üÄnŠ@ @ @øo¶ŸˆºÿrâD @ @ @ @ @ þ-lÿÕ‰@ ¿¥}Äo¸@ ð/ÙIì, @ üµ›X@ @ @ „ÿfÿ·}¹Fü>™@ ü v5A ð¿Ð:±c#ð?a/©!@ „ÿØ&"»@ @ ðoÃÇ“êÏû[w+OøÛ ~œš[o8T~¸–å@Ô»|r²Š{È’w§êÅџ˰ºàê60ç[}2<–ÁÑ4É?).°/[½à­~Wdö¨jöuO÷‘–m¡ò3¾fí.y…‹_æÍ})ZÄ!÷Ü/þ´cd\jOe¼™Ÿm?eIkÛ‘g[ÂWG¯¯®J¦Å¦a%«®sáNФJÛÔÒžzu21ör£ì÷‰í#Qþ÷µÄ÷^¾k.ù\ÇÌÍ—ù™×ÈÔÐÐÈ„ùUZe‰A©W¿SŽÑÓŸú675óP°ôçG¾rGû†–º‹!ÌRïÝ׋^¿%ñbÏ*0’Ìe ñkM7}zäu·X—ù ÍÉiÓŒ3E!u^ñ½§‚¿0ö°sÔt”'ÔrJMž<Ü´ã@ÕÈ“£ÒSÔt]Ù™¹Riãw(ÆïŒT’¢3š§±sNXßá1_•?JŽ6¼ÕÐá7njkO¸å;XÕ|w 6et“Zê3¹§±2ò¢Þ·|ç³™—8èÞíLV/qìoìý2<>ûL´»*†]j,ŽYŠœ!ŸYèVrùÉ·²oÙh ¯fÞžÛ9¾o¥-M7÷*tt‹5øöYÜW¼Ú¸3+Õ|ëDõËkšïÔ©¥2ï·õOy•NFFVÌûµö䘥êæˆ»À*ÂÅVñ»¼r0™ÍD‰V¯Vßé¾dRä†f·Ë×Ú²[Üo?yÍ,îKv‡â´óþ×Ìd¾»îPü.À¼ÿ)ó_f©ß·ÿ7¤þ¨çô?øÛ±»Äÿ±Àªü¿øÇWÿ¤þùéýYÀ÷¿ùüÿ(àû¿ãüŸmëõ䶦i\ÃklÿH§ëáíHÓº¯äÍBsÃWܵgͨr¼Qõ÷;IM3(ã+~Ûät~³¬è'΋å‹ìc\šJP·¼Ý¬'wެ ϱÈÉþ^²ÆS7ª:zT>ýç¡ežliE‹…ýn/g"ìn®~‘°3™âëË%Õî!›1¨ ¬_1KÔ-,²W]Í;³Y/â„Ý]«bÎ>¯_üYè°µ~b>ßJrŸjO.,,)ÁEžÚ+ëÂÆž:êÆÐ`ú>‘¦à˜ÖИÉQªcíÕá>aº¢˜ÎLF»ZŠÆáw )ùQæê3E#«]4Ë¢wè˜'¢\RÑñÐÐiòzôºø†·BðS™D6YwK”óÁÑÆ0žì"ËÖwI) ‘[á’¾7®a¥C³tô_;ÂyØÒòЬk³Þ¾ ëV’­Ïºø>›š%–f¿??…6†MK³®wå — tß‘ÿJBÂËÉ*¿ëyóZ¥¤ýÌtßÂŒW`Ì¢_’«Å½ûi÷Á¶Ç—ä‡ç¬­­%É å5ôϹèë?ù™[½|ààÂÒe^ iÞíº˜xhyÿ±n’H>4ÖÐ@=OíÂÿ>µÌµýJó­—2¶ðÛãïÞRŽ¿ïÎsD|=Sý¯³’€»òH\cJ*³[{L¼ÅØ·¦³ÇEÎ;M–u)%3üx_ùçB눱D8ðîˆqÍMƒâ,-ïÜ¡&›ádfæç¿üq £'ZÖ‡S–Vv6\GTôw§uG¤¥y{Å~î̹càë+§ª\üiüIsÞNCØÐÙë±§8‘?÷œ&ë„q3MlT"RÜOöM±ÉXI%öbM»Dέ÷~ú)2dA/UCgo\ç囨¥øÈÒBžwzÿÇXÖêº=yɾ»~ °Jáâ>!ñ¼»´§<ÌD²c´%½¼·*£/.šoëgÊ:¤çjѸòc,¯ZöºØh»M@½·c€ðÈ€£ Ð·ÂŽ¥Ÿ«V‹È@çPQiÓ^¸m¶R>q%€|ÛaS`|,¸qoUÄ#.—:>îK—½ŸsŽé¬>Ó5К^4j*fQ,}¸àÊxô¢äXmÜ·v¼èõí¤4½¬vÙXƒ¤úk‹EÏ:6.=áúNÁ$òîulhѦa¦Õ{K™’âG©0ÛôúW–âî,l)dUå5ÙJáén{R»€ñ†;g>…™0V.ÿ’[Ñyj9·ÐËbº·Ún†yÅ&7y½ß'÷Ƶ]kØÊ‚•tK¼³\õ&œÌäßÚ©Y¼Å*ùr½ï~ijˆ'{"Îþ`Š;óT¿ÉŠÑÚ€†Œìi]K‡i×ï{^ar¾Ê¼»þ’ß"¿Þ³™ &;Ô_&7ýó"ýÍÚ’};ÎIfØ”r`D[«E×ëív{ú®ˆjQÒ·¦g½?6ë&ñÒŽÁ¾©‚ܽrèw‡«#Uß®ØHÎ 4?H;*WúkX*þbaŠÌÇgÚ„-¼ïóº¨&l×’]ã`‰­(áüàòdJŸ. šRŠ>KÎ+¼j^$j€o×ìbâj(YˆéYó Ù,=ê‹´6¥Ñ"µå"Ö òI7Ë;,™6ݾüm¯júõ¦!%Á›Í³·ëf.½9à°¥óX¢~©FÃGÔLsp¡$ÌÕŒ¡Ý¡&$-~Ê›qVèœÑ 7ÌÙàãû2sš%cnqéûÞVÝÙåû?G÷Êëö¤ Ÿ¿™VöyªµÚ&‚ ä*>®§SÝV‹ðü™ tîoƇ«GÛ±ÎV‚V¸— ®Z`v•Æ+W,B‚ÐUïêPlË<—%~+m9wÿ^Ý·÷òæÞæ,\æììwxÑ8eG‡–®ýòy§QC…¾DMtµ\%·7–婱žÀ,›fÚŽÁ Ñ—y&Aô<ùR…Þà=-[Ïy ŠE‡ú6°EÁ‰ðxú{×ì^Š>FíYêû¹¨öñ³%u)Gß^Ýó³Û¦Gæp_ ^•ò«Áam²1ŠQK÷+¬ —=~sàȸpÉtÛaºðÏ6oV¾¼ ³R vÙ{IôÊãO2L¦î¢È°í$_>´œC‡C²aW`hqz5õ¹úèœ.‰; ³JÆ«–Ý×Z|/‰¾µ5LÇ?úiªndö,{¯ˆ½Ù´ÿ:AÍÔ«ó¶0iô…ÙhçøS Æ)*~ó‘LWΤ-$·QÉb¿¦ÎºÞeît1©£âDáÚHjâ†&ãf]$èçKœ]q¨‚ýB˜9÷ùâµÁw¸ÍÏó}rÊÜ(í§‹.­Wü€G~ä|IéÃÚ"hû'ç“\·ÒÇóg†\Ïp/~õÃíÔ|7ßùz‹ÒðÙÛvÿàÑõì3eß^}ZNeÃ~²AådÏnv·… å"CT-”–ç{ÜÀm_!VecGžŒ±—"Þ5—Šxf¿LPrÇŒp{§ô]3±Uï-M\‚¿~{y”Iîg/Ó‚¡i—O~.‡Î´ÁthKdÃ5RîÛÃ9¿Ç¬dÀ—'ç]cEªC_þ´KwJH¿ìF©ÏÊœ“p¾½AÓÇ©x»oÓÛþ´œ)sÞ/͘„­Tån¤RòáüKžáG”Ò99îEçÏJzÞíò_tìlû¿\Ú¦¸j0ôÉÅB´wÕ]¤ÏZ’IVu9ZȨÎVíâ]ÿánßJM].C˜Ífµ6£#ïWæ*‘Ì•WÅêÚ¼›Ö:ƒÏÞñ^éú¡ÿ½üzˆj/¿ñÂI3O Ë–é ¹æÜ:܌ɫWÅ„HÝYñá"ªÔØtô ,\ðòã^¡Ïµª}a;VâÀÇƃžoý¨¦îà™µŒµ¶ž{ѲHŠ¿ÞÑ¿ÜI­æÌL:%zR8T9»Óê'U.¶éøUê2ëuw¬$Ëvr#5o~2<³®1€Œ›rŠíÃ"I…/¨4yø…I.æ ¹æÙ©‹-czbšk §3* ELsmš M%͉¡å_Ïí,4G—–??úÉ»sªªq¢c¢ëæA¦·`ci#¾z)ÿ|Óe^ÖMÃŒ­M™ yÄÁsß8òDºvÌ5m{:Χ\[Yû™æ`.²Ô·3vÿld+EŸØfbÚês…ˆØ%fÏõ¾sûw2m?všH20/\î ƒ+c*ÒñÁѦ²û>×@£¦÷]Ñ;a&øRÏîðø‹ŒX·åœÝ•ˆ©å9Z‘9êÜîõ Ñ«K‹¤Ò`’j—¥ðü[ï^&þôG:ìJ.Œ… C…Sf-Vjé¯ñØþ8hPMØqaä½ÌÀ«[ô«Ù'ì–í\VYEWëLhû½àÔw¿)¯dÑ©{«9|™:3OBϨ5Îêýz<Æï9çk=xgvn@ø²ðÖ÷oó"Ë`zþ™Ò1°Ô®2›®ÂŽÆM_áà·[Èí˜FG>º èoÍ­%;Î|ÎÖÃMiÛ0 Ø:®q:ó<èRcdÚ.’Ÿx»¬3 ší4gñ¹ÀÛÛÝiëJŸ„*1Í7–²Sóê/­[ÊÏ`䉷̿º™ªô{ÒžÕ–:êçp7ÍèºE¿•mÆBS·³÷Üzžù7×óAmcšå œZƒs9ëýžøøv{Rzü_èfYÉPص¶Ûc·˜Nd{©çréh÷ê¿ïmÕ©h®EMAåæÖêpDÁ:¯i~¬‰í’—NÝV™FZ)O-fË0%KÜ%@¦BþNú)ÛŽ{,¿'P¼“NÜ•@ñ;QyÿïÄÄ]–«ª$ÒÛõ¡Ô!«tloawZýLêú³Õ˜<¯4s;)µ™×lí×dSŒìЇ9ÁÏ?Ù…vŽªÚàƒ‹‡¨VÂùúÆÈsç ¹.ÒHH$MX4†ŸŒÜÔîˆ[ü¬—þköhDƒ[vyZv¹ç KG¿€®q¦wŸF奼•†bêtùÆY³8³Ô!Ö]™ÜW¼@—ÏMºÃ(ÀÞ1ߨ_¾@®N+—£sÀ‹+šã^üJQà)Í8?ïÆ;W̹»UT6ûVq¤ê½²Õ»B›BÊCFÙ?Seô¢¢ËEšaCZBNÃ9y ÷‡èGÄÍ´SÃÖ“°m-!FΆíg=9«CJl˜<…T"¾ –HWðˆDxk¯h4][ºžTý£Ä¾†ú¢Û±©l“4UÁ‹cÆÖ\ž:©6'gî RtÛD-’V("’”[¯¦µÆµ00wLä ÏYqæ/5/žMm{dÖðU܇]Ö>µ”3x›Ä–s†ñh¦ÖE«z£±³"fs_1#¡4’üjáÔšÞˆˆD»Iüä»À)îl«ô¥µ]iLƒkUUpR°/-ÅýsŠ9_RýÛbkQs>+µ–«˜ø$'cÓ’eØ@³mÏ™úâ M1™±ÅmÅB;–ÔÙ<òEQ"ѬKž&ö÷ë3JGÜ• òtžÓ†±)Rý¢bý*ùÔ®@¼K©DÞå»}möØê‘‘ÂG•—²yb–Ί%†ö}pœeZqñè5Ý)RkÎÛcV¾Ÿ,û›#eûÐG¯G—¬úšh³?Ìû¹¼['€}äv¥NvÛ³‡Rdu[®fßH6^[o+¸1Cj Ô ŒhÞj–/´-Ùˆ±ÿü Û›Ÿó’B¸‚ű€$lÁéÍ¥#î–ÇEÐóÈËèæêµ ¥KFÞÈ«)QºÛÚëÉ-BÎÜëM©àµ Å ßœ=×Z¹åÑK ªŒÒæeƒ  ­[nýZ¹ŽÑƒïͶ‰[¢(IU÷˜^ôn"ø”*Vp*ªØHÿ«Iƒ‚Œ-ôã(èïfi¸™å¨4÷p:f±©œÊ;X<¯Ð·§ïAù½ŽE&S~‡ÆŽ„†÷£2{èfÖÞØ;ªUÔ…Unʦ=wÕb¿;¨d–òKÙºEgˆ]ÂíÌmf)Oå·§ìk:¢fä*h†ŒÇaËÉÙÝxGV¦ÄAê/B&Ƥï ×Õ4£olŠx6°i–Zâ}ÿ4|¡þá '³­‚¾ÈüÇð…¾·jìâ¹ä¾0Ð0ü¯á UÞm÷Ø_,þ×ðE@½Š±Eà_|dy˜Y!¹òÊmßakÉ÷µ²L´U&OpÊÈ4|Š|Øw‘ümG˜£BžÀ†FËSS¥ižùÑ1obv™Üp\~ñc—É]'á¯zîé]å™Ë«2†ª©Î\È?ÛMk1«­­¢¥¨¬6’úú ƒµT𵔝Ò-MŽ+RóóÖ×I]KO2³ Φ%æ}a—OLõã|ÍÆòp¿ü‰ý¼Ì=Ó5M¿¿"e_é{aúUñ£þǵ5¼²¼ê/z)#Žù½~|0—U]âKû'Å–7é£?nœÑô¥(Ÿ”.â=•ÄyÝÿ…÷åÃÜÁw¼_ðƒ»NÇüdGßür7œdƒ¿ r¦úÐj|Dþu9yT€atƒ9†Ù蛊 LJÞé=ÃNEenSfó'åowQYö+¹±×ÖÕÒÇze°Å A猯gË)ŠD¥Œž’¹á{ly×*m%½9õw®*Ž/ Ù£(“‹ÓÚè|õL¥æ=N ôøžÖµÈf{®âóú%kTŠÔ•vG}Ã|úÂ{¾µnvVÅ2ôÊ—Ó;#_’ß–nUKýžʑšl{7ˆ=û÷•!(1ÖOš^ÅúaxÓû(iæŠ÷Ö¡É1roýÕ|X)ý_×N²'ÏÇß!é»E+^ ú V·Ú­uPÚU­îI¤ÿ…Õ l#*'^êé+æk\ à·Õ?«q%xÉ¥öm-ÛC.»¼)öG?—ßüÚ¥/\çÂnÊEiÖÏJn*êÃGô+]2tÜìí}££óîò Ë #zw÷ÏŸåî§¥öó7œÏ¢‘¸%˜"Ù¦çùŠº õx—€hâÕ·[™¯)˜Ã¸ú óîfœÐ~xe%µI`å±n€Zr‹dk‘âûIJHe~éŠ],sd挻dÕ.UP¸¬àæ³÷½õ«„ÖÀæáI=u¾Ï ªÜo¨Ðy³g+¨ç­N¾ˆ¡8¢«<¦¦J¥¦"#¨p_)®^ùxGÏà·IvéZve3«ž/æWú¥CE®T™Î=âÍ¿he5%‘SòMYõ-Í/Olæ®E3³ÑKT”½fyWÐ|û¾Ù©é÷ýNÜb·ÎåÚõ6|‰‰g_\O+¦9U$¬¯n¿òC¦%„’ÊÆWY•ÙýS$gÖ~ßå}vŠ:>7O&'\°SVyïìv}îÞÏ€n])7=¹Ÿ‹* ÒÒ?÷|?>Á§<—2)RïbØÖSþà2 Á©å—o^؆ð\©bC*@·éI?e-Õ{\¦¾rÍ]¦ªºa‹7£å|YTÜ%4õú»_~da'-œ1ñ•}¬AÉQöàŠµï…–öÄw1Ÿ×𛋮Î)_TSP‹ë K‹â”JILXÎ>_QÌ™xý=uâ…/Iü£Í¤ÎʽK:™àE&«@ŸQhŸ«øª©ðó•Ä–!ÃǬcß(³°gŒ'™é'yùª½¯ÉyÍr'Ë6Û¤ñ£¬oJ"×'¶Á>•šÄæ´dñåEn~áÞ²›ÂNi¹U=ÃôÔ–ïßÒC›ÉÜYä˜;±¬ vµfŦp£lÓ,£)ÿÇÊvqÒÙ¨ï42(zÃËÝaå¢rqï ¾¾fú²Üó˜Ýƒ.³2«o<ݦ*)Õ Ÿ=}]$W¡kƒFµù³["ß©¾»´dA/2ùø¢¯§±5˜Õ¶«dØÚ¿OHÔIã#Ë»•õ-«±LV6Ç+#VÆlQR†òcl´D|á=¿zõ‚Ú]–yrY¹î7©XÑë" Òü}éÛ4vp^³™ŒËÀCìT4ÙÓ+È »,¹ã÷`x–ððÕMj‹¿<%«º@öÀƒüã©ÊSÎ^‹ÃwKÄöþ‡ÄÝd â·it£òJâW‚ËÓzv ŽVKô„† n›µ¬r§4ÀžÉ5î”-É,K%sjα¼cvÔVÝks¿²õþˆ!æ¡|Ìpü§ÝkêÂã]›7]݃/ý\l¶¸•¾ùü×E:ŸíϪƒ›uçè^ÿ‘iI2¿^üq™—±rEË^m.Íóð¼ýGÞ¯Æ7Ÿ<«™ ¿³n†tìü#+íðçëMùþ_¢ÿ‘°µÎÇVz³úêοóÈÅn¶-£7UlŒöØò÷M6¡ê‹3%s+/¬Ÿ ùv÷ú¤NdÍìäï³ ãèÄΑ‘‰m˜÷ßB.ý*2"Ë;%DÛž–¦#|õW¢{Dáõ¯RÝÕfRÍ÷þOMõ»±7÷?4ìî?:à?füÎú]øãȸ"¹ãwa²¿gý“žûÏ/õñ¿VKV”FþÕOV¯C?_z 4Y¼REKââÁŸª¾ø½Œ¢Vƒޯö“ÌÔ=•UÌyyx da %«NËbTºsþlLÛgÍ£ŒûB»‚nÓtù?jå>xCop¨l3Þ¾ Ù*¡;")ÁxŸ§dçmjƒöôu)ߘSñ_ë^1Ü›u.%ª¥v¬f¥wïÓív÷Ô›1Žc|ô5s×K qs5ÚÅB#¶Ì\¡?^d÷ðJú×Oî{ù•ƒ3¿z}ÊîÎîœõ;’0¡z¿Rå¦Ñ/W1ciúï ™gS¥­úƒZtÏzêlÏQ©ï6ááPëQÖb-¤ì8Þcs&u¹•sžÓ˜3tåKë꼉ºm‘׫‹½»2¦ílœXÖKË zü¼[b“3ï–Üt¿YLçs]ÈýⓈǺ¾K“)×VMøšÑ·®èŸL¼¸Ÿnâ’\ð$o^þ˜@êʼn‚ŸNNùôlpêô dݤtg㥂\ÅLÒÐÙršNßH1›¡×¤ê³kËnÿ¨aÓmx.«ÅoèèFÄ6”6r[Ù,Ü?‘³á›3ÚüswؤK^¯x´nÊS˜Ö®o}DÎ0¦êïkþäQ­òËPèèAi´Dò‡äZèFæÉ“*µéÝ¡¹IŽÒ;k'”µØ•ùž¯k6ëÒˆ 4Üž|L#|/5U£ŸYv‡ W|²r¹u¶U™“¸Ö™Ôck/º!èÎóQN]O›lx¶vgŽGÝZf »VóYñþ‰ÒÍ7³@É·t%ަË žû¬,­Î¨$>ùÞ\î;Ë }ioI‡Ó1ƒ´+¢tÖ1'Ô¬ÂÖK¢»¦¾œýè3‘’ô]¿» :ÞŸpçúRÈ1k¾"¹ºEãe;¹½ÍËSÓÍÓ^¼ª¯©“¹ôY Ë)zì^å^CÜ®Re7K£Ö°”†¼NC¶…,]e›‡HUì½»Þû®7W©ß^¯~+Þþ*"SêZìüª!‹ö•ò&âùî&Åyn^°»(ñlÚ¦½¶ùý’)§š,/­Üû÷:±c±Çõïç?ú¤—ý×árCk긯­îâÜÃf}…¸^ß¼Ñ=ÓYâ•We¬ôõåoÊjØ\[Õz¢ÑêVâ1Xk$•ÔXwop:ÏnQÒ±ûxóCkÃg¾!yq+§í-ö°è8Fº¹w¬ åµ’ ŸFõ÷€ïžnG*IÃj¦ð³–V¶LÎê‚¿Ž–×|³¯ûÕ#)¯ãÖlßuÕÛ´êß³?“ÆQÊ,\Úä—vö{onœg†^‡ÈÕªJE>›g/ÜzËÛøœ;q.ël*}R=©ðm<ï»Ð %Ú+UÁ?$%ý”Ëê¤æÓ¯¤_Ûo`Íb¼´ØÊX°gSߺŸø0½û˜Ú®g¿ßû™Ô¥½_çiÌî¸Òùø¸š;ÝWi¬"HÝӉΆÛë^X»z»zÙÍr:¿Ù¤Ô)]ó‹/·^W3§†úëo59çÉIXf#›È0²™¥²Tz(¡U]mdA•G)Øû,+œ–õ±@JÅ´Â[Å™”ØÙfãØ’b‡]Þ¼á'2ÿ³¥žÔ°*Pm¼®y°µ]ø¶ÿO}ÍA‹Å/G< 8¹µ2GTY×t·Ñ#_ìØyk•÷©äMqvUùÌêžgýžwlF´~G6[ê¤oéeóBË)¹£* æ©àùë<ø§Wµâa÷6—¼³û*¨X¥ðyëï?[/ŒgU‹“z™Õš7ü:¯–sŸKí·!¿ý¨Œ¯®Ù¿si}&#jÍŠB&óu ý¹ŠEîís¬ 1±Ui´ª«ê|•'¾•«˜¨¯g³7=Tø厼ʧg&n9ý™û¢Ôq“êl–#®'ÞŸâ+µ#;Ã7{—]U±Lɦpœîƒ˜ ×ìÙ§7Ík€¿dhΞÝ^ZÜ‚\zC;é÷[t®ÑIËjW´Y³_Ë`gŸà2Ÿ÷|9>>þm·Î‹Ï61cÔÅ1›×ºßWÓ§ýsIÖÖþÔô(]7>ʘ%ÕÃùË׈Ü36ÒÖ)½$vooøìM?ª•TÊÛˆs¾2t¥ŠÒÓóvÙ½—k½Ç>3õ¥ìÔqm3RµÔÒÓCÿjhe²=£0 Ë5~àqòž›Ùóª;þ6tv&nïcœo s½®ÃÈ—/`µv9Y92³%gsÝnØhoa~Gž.Å\‚Gx^.¿;…vï5ìÁúù5‘ŠÈ`öþ8‹±ûì'#)‰†ð´µœfÎæ¨Æ/÷Ÿ} æ2êö}ÈèµÖ¦]p$ž¾ý)n>X–Û;âåq¬i[e¸:õTGµìvsLCñfƒ[¾;»HîåïAóXw§‘.ÃðǪ5åÈXÖî¼—I#ª†òÏú÷m6ôÝNI<š„S—–ß¾ßeˆÞ{ÇñÄšUgéÀr½Ð 4I|×mM“øé¾Y‘ ÙõÓ©ÇÔ^š<:²ÞZ«ÆI¶4$_Ö×Å×û¬(ýŠšgÿG݆Ç^²ÿ9@%.=3ð^õq%=T_Þ♺áu>LÔ¾pªúh7Åú§© ªñ›/Ùÿ2™«ýqHk&݃Z¯zºáïŠK¹kØÂ@ÅPsç¿÷Ýdd÷6µ3;ƒt5ÈŸ]7½ptb“é/9M§/\¢Þ•ªæxÀõwÞ*)ÿú– £òâæŽ *22ñÍÛ\~Obâ· ¬I:³)µµÒoéqi°O`áý‹™E-™\É_²“‘=Ý󩸊/#uïÚvzgcGcÇ^2ͧý=¿Kæ´—n§V\'<@FönÇü·O›·½¿sÐë)E®BMœóÈÿ\¥ýñfþ|ðÇ{ûËÂíÏ#ú£"[­ƒo)s½+u ûÀ0Žépù_ ßuúB´Ùn•e6Fïw˜¨ ¥Œëg;öayÅãg+p`·¤úG݆Çjô»5àæj¼ûwí/4Rœì)çÇKœ"AN+¿‡ò2²k§B©æÕ»Eôû?é6Sû]ùÍZá“ô šˆ£¿[gaÎ@$f®í¥?ð——~‘·¶º¶o79ÿ!½Èø×ó¯ úKg³Þ«Y,SÛ:¨$Ÿ{¿mæB©¥jŒ”Y ÝÅëkU»mT#üô¼Éÿ> ~Çáñækì«bí–OìŠÎ´ÒèTkäM÷¶^™×q«vcÙ´ Š WøJ³Šè¬‚]Êñ WÝõ󬧋ľ…Õ»›1%ÚëÇ¡—°»œá>2+‰¿œ†£—á®ôˆÜ³1õYn,Ù¤züîÅË¡Wíá}ïB2²YgJD”Ü[\LèªV@_¤‡Sžèï+àäë-ÅV)~Á|Ïá,ÖzúW›!!æ"ۋ­™«®y¼ûhóºŠkÿËx ÖwóÞ;±QQ‘ÃŽÓ4'NLF%ä—äÚ´{—˜ä:ŒÍ”\ˆL®o¾`í€öf«Ÿ›ñ¨2[ÇiýÏ4‡Uª HÝ¿–¡Xûh¤­6 Ô’aËÜ¿îÈ$¨†½R‹¯\´¦¬¤ÒîÆíï!hi¦Mâvc/3é? Ɔ'/îìæûÊ5:.`/“£(”Î?‘+e‘×co·¼õdQÀ'Rþ€wcw}}k}ÜxôÍ[iƒmëVšDã«­±C›Í®T™Ç¨­à•²ž/:Ö$÷u$ñŠâ|¾¯WÉ„oAVÙàKÍ”"çb÷‡œU²™YN¤&“iSÕ©÷*öOn[Zïsm®‹ìÑˈõßmÅ3±c±=Ýã «ñ='›õœ *¶‹žÃHkûsuŃ®»‡œphF‡—…Yþ:ïÁ{A^ýkFµb76ŽjK¹K]ѧ­º¤ß\î°â“ð\3ÐkâîËÅ—f|*ә׌?Çþøö¡“’Õ›AC¨ÒïuPÐxßÍ\· ÆÙñ Ï]¹˜ò­ì¶.kÈ ¦ îp¡®eOMž–›F¾ôŸ„çY™Ýæ–”wÕ´{—T•·­gÈvAß§„„›…|.:‘ ’Öæ¯¨Ï¤¸\êE.,ˆûR"<ø«!Ž>ZTý%õ¬XvRûøÀ|Ÿåe¶…‰ó û& ø•°+ËæÓßéèil ×›W4Ž/tg¸_ #2¬»p}œÙdéñ–¼=­!P™d•ç¦xÒöœg¡üQatႉRȸ£àtʇîàß+¥ú£pÀÇ6Ž}]éé²è“ê¹äÇbgìì|ømðÇÁ­ž–5ßé•u©ÿ²7q°ÒïÌúºaS¶ÏB9æ©]ÔU‡ò©EéiO"jÇlO›•Êœ:É.ÿ¦Ó£¨è§oè`Á©jsfY‹”âpÎhw鈟’·ÖÏýu—SÝegÕù»a(Õ4¤6‘oMº%ϯñË ·/ :’S†V¨ô›6Ñtèu]»ÉÎDÐIœ¥§ïóç÷½Ï,ÊÝóüµ¨I†²Ö¬UŠgžõ$­B3ßlÌüëw!¾ì¥ÈñæJ>í1ƒ>1ëoa—ûÕ‘À ¾;ñ»ÙÕÝØÙE³QóÛèÏcW[¢TêŸP““ÑÀî9ST§„ð•µx½>âwó hE€UK•WââGžŠ%ÐòªV8¥ügßc®Ôn–”$m5ÁËz‰3ÿB4?WU6Ëgî¾—®ò‰É‰æÑѯLÖУz+Oî-ĺS'æ9‹'§w7+G±Ý”Ó8®æY0=^Í50ôbŒñ]ÎTbuíÌ¢:Y 3R_`Ä(Ëýçèx/(æx—»Ù^ƒ#N÷ÈUÌÏpžäª°9®6jõ¿½ùZiЫò×Ùj,]×o2ÔÈ,Ê»]øÛB§cÍsü—oL¹Gq¼’Ró!f3š6¼Fa3û™ÂÚYÛØíAÑ)Ž)Žï‘ß=¥VT:ìÆLyœÆ’îþ±cS=ªýr*f—Iùkõ0Þ1|Tªvhèý–*‡Ý½]+©ÿ¨0øÑ endstream endobj 575 0 obj << /D [573 0 R /XYZ 56.693 815.761 null] >> endobj 75 0 obj << /D [573 0 R /XYZ 56.693 759.068 null] >> endobj 576 0 obj << /D [573 0 R /XYZ 56.693 739.087 null] >> endobj 79 0 obj << /D [573 0 R /XYZ 56.693 512.19 null] >> endobj 577 0 obj << /D [573 0 R /XYZ 56.693 482.926 null] >> endobj 383 0 obj << /D [573 0 R /XYZ 56.693 255.51 null] >> endobj 578 0 obj << /D [573 0 R /XYZ 56.693 235.639 null] >> endobj 83 0 obj << /D [573 0 R /XYZ 56.693 164.157 null] >> endobj 579 0 obj << /D [573 0 R /XYZ 56.693 139.641 null] >> endobj 572 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im21 571 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 583 0 obj << /Length 1946 /Filter /FlateDecode >> stream xÚíYKÛ6¾ï¯ÐÍ2°«’)K½¥A[´H‹Ùö’ô ØôV€-íJVúøõá %ê±M¤·^,j8΋ó e=D"úöæ«û›/¾1"*’"SYtŒ2•d»(—i’î¢ûCô&þ¡¬{{ÚÞ)#âþRª®¼Ø¾%ÂÁÒó´ipn þvÿ=lp'eRCröMýVõзå¥jêéúK\Þww/ö8Ù¡ÐLF9h–¥¨™Þ©d'ÓèÎ$ÅŽuS–ïòø zè×Ý|}ót#aÉÈdIV¤Ñ®I&T´?ß¼ùMD˜ ]äÑŽó)•f0>E¯o~¾ì¤ùs”™DíLžäY1—²aŸ$‡w/›¯ó¼,%:#ë^¼¾ÿåå×+®˜yö羬Û»T©¸¯- Ê=9ÇûêÝVAŒxŠži|¶õVBL™©©/v›ŠøÏ‹ 7Ò~EIÏîmjäɢ텟݅„Úã… Ïû­2±…]˜§VÌXoþ¢AÉ~ïj ާåÀ‰%¥ ³‹À@˜®ËªµÓ­ÉžÊ¶]B„WÛBÅ›2×Tfƃ»5ñxvq`Þ7í»â€þí¶{t”\F r>p-î‘çO8Qqà$7ä>¢Å8 á^˜\³·´É°Ñå3êà*"üîÎ!®­+b3:hqÝ‚KÃTè¥Q¯‹×{Å1­íÁ§aÇÕ ñ€>÷N¶ÈÚÁ{@œÛÊÅ„ã/b_æñ!Œÿ´˜Ö ÿ\+¥fg0ó³à®Æ§Ðê“€WiMÀ«´7àÅ׳åOëÆ!ÇÁ¯˜EHöB,T8°Ž¸857”L´ÑmÌŠ6zÐæyÄ5ÿ-â~S¹Dù¸5*OÒT_“#bÒ‡¹Â°« “¨,q0½ù‰}>ß•m맨‘þ7¬›u}y¾Àº4/–X‡ŒÜoátIÞIÃÖn‚:: X†ôËpvè3'KÆ…tÂ2RjeWªµ~·˜Ô7¹KŠ”£WTO5ëê_æÅº›âª¦èÀÓG']ð­fê€C¾xê7sô ÏòVÆ벸®è¶ÐŒ7ž×B?ãž°Ô¦’»v™Æµ‹¦Úâ”Ã)œšdÓžúЏ7Ú²¢ü"fBKœ ÛƒÚYÉLˆ¦§ñ# Ø]³pè‹ }qÈS+»%.¯È4èâ+2µöT†°=˜¹¹â²q±y׬!.âÙÐ)À˵kýFÀÔ}T.Çò£WËÏ :Å•‘L?_F^WXܡŀ Œ6FúVT‹¡t»R 3L Pó"î:µ q r»RË”„ÛCZ€2N‰§ÞÒú½¥Õu~¨S¼d¹ìg57È]òúik 3M?ã ƒpKsŒ_ldJ ÝèzM•b@̧ôšÏ~[Äú#2ýYâ.‹"É|D?öŽóë6GWƒ'´ÈÄè’hñ7‘ªzSD¸KÝ÷-vî;¦Ç- ö,‡œŒ ³¸«…cÁRŒ usö2ýŠ1!Žy€t/Ó/Íc“á…‡MU»»Rã cL‡0!ÞW^5Ê“í[Ö»•Ï‹îÂþhëÃp³>ZÍ{¦µž†Pxgªý÷0·µc²p:Xz׿ƒnïÒ= ý«.ÏèºñzÅ „r<×J œ& ±«·!Ÿá.ûžüó\¾KxJs}nNÚ¾SÉ4ƒeŽ8;iH¦ ÈŒÍûVæ±&nà×zYÀ¥Ú"1¹Ì†/q‚w^ÂçÃQ»´ffÉÿ°ú!X]û;H ȶâSþ ú#eo endstream endobj 582 0 obj << /Type /Page /Contents 583 0 R /Resources 581 0 R /MediaBox [0 0 595.276 841.89] /Parent 569 0 R >> endobj 584 0 obj << /D [582 0 R /XYZ 56.693 815.761 null] >> endobj 87 0 obj << /D [582 0 R /XYZ 56.693 668.659 null] >> endobj 585 0 obj << /D [582 0 R /XYZ 56.693 642.863 null] >> endobj 91 0 obj << /D [582 0 R /XYZ 56.693 513.201 null] >> endobj 586 0 obj << /D [582 0 R /XYZ 56.693 485.249 null] >> endobj 95 0 obj << /D [582 0 R /XYZ 56.693 401.01 null] >> endobj 587 0 obj << /D [582 0 R /XYZ 56.693 375.215 null] >> endobj 581 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F64 307 0 R >> /ProcSet [ /PDF /Text ] >> endobj 591 0 obj << /Length 1748 /Filter /FlateDecode >> stream xÚ­XKoÜ6¾ï¯ÐÍ2àU$QÏc긊4Ha§—$Z¢mzlôHÓüú΋ZiWi’"—9CÎ3ß<¸¾óèøÎo»_îvÏ~}'÷ò$Lœ»' ½$u²@y*uîJç­û‡n'S_îÃØw§±ª«Afê™PþÖòfâû»ßAÁ>¼<ŽYNѵï|?|œz=V]»ÞÿJãöiØ?/9 8Yàdp²DáÉ¢4ôÒ@9ûØËS9[Àö4sŸñ'R¸ows·û¸ @¿ïNœxI®œ4¼Ä¢Ù½}ï;%ðà„^”gÎß´²qâÀ÷B•À¸vnwî|1Òé÷(;‰½(Žœ4μ,ÉOe«…lÐãe0·²ÙðáâzVVç_ïU7š KXÃ&¼êÖÔhNÇàs©|÷³.`#QŽV¿ |W,ŒR|º c·{™šö2ôÝOUßµ­i`¸#sî‘1õFOWVÙ;cõq2£Ug¥ÖZ6éÞJ."Ïf¹ $œÕw[™ô°±JéðZÅanšî—3££¾¨Šw*‰P6ÎK 8cŽæ¯œ–˜ö´Aìz稲ނ8É2?àùo¢)Éc@jüSДdÊ r±ÈóÛ»7×7ÿ'Y÷ú2¤@€G~ä–hàDèÒδÒðz4%ÎÅ”$bv<2Ì0®W6èÚFÖ‚H¦¦®…ÆI‡ͺÈq$ÈTB*ÀSüE´›vq…¢+žt;Ê4s =ˆÈ7¤ÃôVì¢æƒ†IæVíXS¢‘»‡Žrbr‚3àÎÁYrÄ28»b.Gä4ÌrÅ_˜K·A췕蛬¢µWuè»C?s#ÿGŽñˆâZüáÔQc:E.¤ê- SQT-% "ò&Ä›XÇó E,‡qh$ OÜùµðKTâ¥*ÿ¹ád^äg?'ü|¨Uyþá'éü¯ËÌg÷+•­Üs°nÖ‚x[YÈ¡ÈFÀ mÖ«y1å£Ú\P‘cä[t³2H(•>L÷¦ ÊcVè?­nÐ"(Å …Ù ± Sèt½ŒJcË›™²ß„çüz ÅqîÅ‘úaÐ'Ñ¢u”N+VÐVA4Ði_£]š>ŵ-Ê"»ÉEu_Ûù-{Ò „*›*PM2ß´²_G™ÜO µ,¡¤ž§’ög}¤„Û©<±>¼­xùùV¦n{Am‰_Ô IAź/=ÎCÅ›–²æŒ8öämÚÕ^† Ü„}M£ ­H¦HµYïÂ‚í¸½'÷ZÅèÝèJ ­0-šUŽB[¨pÀÃ#skq¥à5!/x†­–;o÷ïûîs ýÔ^G 8 x¸Õ¹@|y*‰m­ Â\ŠM¤Ü¡›žt5R­Á©<,`8Î ?õp7ÓÜ׺-„Du^E¦[ß>&€>ÛŒdW#ŠËÄ8õÒÒ! ³ 0k-.1o/ªjQ’žºÁx¬úF¤#ø¯Dh¯±’ìWyT"L².ù7œ_ púªgÒQLHƒ;ᙹ™È ]Ábh±8KXdˆ²âÇ.q{µi°k¹)â]³¨#CkP–4T'³IñÈ]Ólö±R«’¡8¹@îšövÛΦ ÀÿÑB­IåÌ?áËp™©ðºµoüãÂ3Ãqí.ûd•Û.ÝÎGéÚÇÚ&ÅkQ±¾Šä«kir²pq•)ûú:´ÇmÙ ™=…TÝ ìÓ¨sÀU˜.å-`—hÒ|<¼„º4Û Á̑ҎJ÷xÇ53ÕšÉël"6 LögÅuw8àÌÚˆ»Õ4çqEé‰ÝÈ3WÙºêfcË)3ˬw×M /°øÕ‹Z¶¬ô¶6Òáª5V—¥s2ô‚Ítøš¨ýiSTVák«{l˜¶[‹“|øâ(|56m_äJö¿°ZL}¹Òš÷%ÞñÑÌ1 o“º`CÀÆ  endstream endobj 590 0 obj << /Type /Page /Contents 591 0 R /Resources 589 0 R /MediaBox [0 0 595.276 841.89] /Parent 569 0 R >> endobj 592 0 obj << /D [590 0 R /XYZ 56.693 815.761 null] >> endobj 99 0 obj << /D [590 0 R /XYZ 56.693 472.514 null] >> endobj 593 0 obj << /D [590 0 R /XYZ 56.693 444.129 null] >> endobj 103 0 obj << /D [590 0 R /XYZ 56.693 342.555 null] >> endobj 594 0 obj << /D [590 0 R /XYZ 56.693 316.76 null] >> endobj 589 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F64 307 0 R >> /ProcSet [ /PDF /Text ] >> endobj 597 0 obj << /Length 1069 /Filter /FlateDecode >> stream xÚ­VIÛ6¾ûWðfˆ9\D-í)m'AŠi€ î)“mÑŽ‰òhI‹ùõyä#eÇAäbRo_¾÷hF„‘׋?6‹›WŠ‘’–™ÈÈfO2A³œ\R™“ME>$ÿh;™fµŠ%ÓX7õ G3õH¨ žÍ²s¼™øqó78XsNK¥Ðή³÷Œ‰ÃÔë±îìSý·Ú©OÃúåÎ1g"㤀È2é"KsAs.ÉZÑ2± êy‘Üà‘J§·¸Ý,ü3‰ÊhVJ’—œfL]»øð‘‘ x!MË‚üç%[¢8£BfpoÈûÅ» EúÞó£’¥sø°`@)XêÎïž™KÔÌ„ˆÄ›7-|üÕAï¾êg­Ož|?sqÖO¡rª "™RèİêGÝëö^*6ö‘TÕñ³õ¶1¾³Ó ˜¬%£…HÉZ”´í¾ ]c$‡1îñD‰¡À›Õ:ÉëYìd¯¤²TQŒºnª„Ò½Þîêa48?žÃ×Î'xÉMU uK!±ò/ò /€({1ã‡IœA6ÚJMC^¾ßüûçíx_LËä)•J¶0WnXÜýÒäc«À3È—É^ §ÉV»© ’¿¹#KvMý0™O£^à{ÓÖ®ˆ} ìW’%]=vçæÝÝôÞÍðî“ ßŽžA;ƒv °ªuÓ&s=|ßB*´pÅY¢×OÖF†…8ë-ÏòäwœtÌä?|îR™éŸF§4ܦ!ò܇=óuÝG}NˆÅ§t®ŽÏ–Jl, ‹É%öžÙäEI(ü àñ<§²àXÈ·Ýh¾wB–IÛ¶Dê¦OI$y¸Æ#9d3Ñ!èö®ÑŸÝOãÅ4ö]{ÄWÃ)kÔvD^ÕYë(È{˜–þ†·$ooáé8÷2eÈ›Í6È5a=€@mGïZÍÌjér?­±ã€r)ˆz ¤~§ » ʵºs®¬GË•ç­ Âù€:Ðé σƒUoöèÑ"ñÙ³áv9·^¡ÄÈ  ±†ávÍ€u÷"Œ„}ö ……ð½ÎØY¯ËÞÀyÛ¥Fq0 ~k|„â‚ÉÏ+¨JW÷W`ÏŠPóÆÖ+ÁPÚìB˸*ô!D+Ô·"dþ Å-'AÇÓÙÜÆQàäÐ…çIa–c *m‡Êù°51öQjÂlq'Xþ™xÚ`öDþµÀyÖkß8Oô­‚3Æó?›¨ƒó·Ó<•ó<•83L‘´û;¬¾1/¸áÚƒËE!Ò:°MÍX£[»ô¯…»êíÐ5ÓÉúQƒ•³ãr²Á—‰ÁCöËq„IÀ—Dú® ƒ†¸œëöˆû2غ®5ßXª–*ãêg–ê³})£,+æOß‘¼» endstream endobj 596 0 obj << /Type /Page /Contents 597 0 R /Resources 595 0 R /MediaBox [0 0 595.276 841.89] /Parent 569 0 R >> endobj 588 0 obj << /Type /XObject /Subtype /Image /Width 731 /Height 622 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 600 0 R /Length 73493 /Filter /FlateDecode >> stream xÚìXSWÇ¢€¢âDغª¨u¯Š¶â‡u´U±nÅ]«¢€  ÃÁ^âEÂ{Š K‘%CdȆìÐÝÚi¿››BroËÑ÷>¿Ç“3Þ÷=çžóÏ9ç&Á\pÁ\pÁ\pÁ\pÁ\pÁ\pÁ\pÁ\pÁ\pÁ\pÁ\pÁ\pÁ\2®e†’tY±ßqíÙ蘼fI0€©…®V#üºn&5HžÍÁè:MÂW#פc\ÖEš„¿Ssí^½ž‘%§Y9ÅhÙ„KFï_¤e¼vÁEwŠdJþ#`‚S]qŠÕ'…v%¡NÈÒSGîûdˆïÁÕ77ÒƒpÂM¾‹0-ñÚsæËqß.ëðKæóòrlµX^xωyáNö1ÏG§Bk ô@à¿ÉY¿’N?ãÊ$žñu¢ìš7Ä×äÓæˆ£¯ŽÔzm.ñØðwÂQzˆéëÇί‹üónÙ1Kc˾cs-Ùjd!–Þyb_:PK¢k[^¹]bbºúLœip…íL«Àü€ô2oŸÇæÔš·ÒÈêËïTÀ/Ç–Ÿõ¸·ùtðj³àÕ÷O‡¿´öˆ10ßu³Ì‚)FÜËóoIþÛt ¹W+ÊžyºgùúþÉ׉ÇþN:UìcZ輺ÎnVܾQ¯Ã ~âSd³wÑð;~·–¯^cæ!–º‰ØǬy³ØF·§XÁ‹îAië±yÍ,úµ¦ez„?5´ˆÜï–bá_bÅ+Á#ªØØ>%¬é¯_qƒ¯ÄmµJòç¿ÿþû÷þÕæKdÁ¾3øŒlûÄ!¦ƒFÞæQ. »Gt™åµ;­ÂÖðâl`»Çý‰mdM;K‹)=zñžóc&ãw,ªÿ¾þ‰æîcõø‡?^ÿ^›¸çú ÷.îE]ÌØÊ3ð–•älÊùK‹.Ü×E=¡ë‰{l(–ŽaÅټνþú‰û¿¹×Y7×$îµ×ñþ¢7Ç~Râ7Ãþʹákµã²³ÕŠ5k\òËÝ6‘Ù&ø³y³ëé£]ç3/E׸¦mõ¬üŽ÷Ú~N±G©Õ •é‘»Ó6ëùk,ûoqžÑ‡«x/Row*nâ•ùo]\܆s¢ÓAUçø‘·ûü£¬WxMûm3í¢;d¤áõ2·® »kØÓ½Öñk‹ÙüW÷Û÷ßåf=³¾šmQ­xU6®ÑæY¿â%ýû׫?_ýPgy>9þ'~(rwŸÏvˆéÂ^ÔåÁŒ©8}>Ê¥î_âë—j3ë›hE Œz¶×ª z (H× ·˜QŽïßýÀqó¿/ÿ}ñ:æÛï'g|«•c<ŠºQ#ûÈȈݣom* 9·míÿöžöË ÝDt©©P`¬«““¶98PÚÓàJ+¸ gBð¤!ëmï›øU¸ÆÔ¸†çò^‰8D©r‹©¾x5Š—À:ëbX®¡Í“²ùÓS(¾ƒjYiíyïTdYBzÎ û”"ÓÁ¿*²¢0u„ý×Þ÷á.«Ð5üÚ­ï©&ò¥úâ•èƒ ?g©W‰×#÷ûU‰xZis3ÅÐ’Ê+Ù‡ö¬_cxàb`Xv袞›´ ìúýa@ôv÷"‚$æ[ç{çq9¯^ã þùžÖà÷w–ÈýkÌ¡ûørFÁ~›dá\/¼~zyÂ&QD„„o|ž’e›yÎ;iÿÒ<öŸxõÿüÀlòöL:\%îHijolRîó&å¿ñ¦÷Ê'».>µ‹Âß,;i}2ªúÅ÷ø‚Äë? ³÷Ÿ—ndÄž;%G/ÆZÄ×UüÀËõÏ/?g¦Ýßx!ó\H¹}X©ÍݧǼJ"ÊÏ:)^©gv« yÅó¥™SÁ¦Ulu-8ímó›`Eû#ƒßß—™ÚÜÛJü”­:çŸW¼þ÷׺³çÂͲ¥t†N æÕçNâ=¶ÒÒ9ªUØfž—±l3ÙÁÄ{ o% À¡ëɥРIŽ<°wv¿ã {Gš/hõåÕ-Ó¯n™³}Š’ÿ†!‡·¯z™›ñ "¿èé§ËWf€®…Zdd#bç…ŸWh¸—°Ñ2öf#ïïï²’·8ØR²¶]ÊÁ5Àëêä[O…¬1Ýæ’¶U†‘aëíò_â­82~ý)ênÿzܬ_¨ná›D’­>eW‚O¨´¼}Ö D—]üÂ[®VáK¯î]Üw§L´9.RokG¥6¢[`akÏ„¯·L<`Ñ*HR·:ÔàÅPc×¢î më{[HÛñÁŽ65¯µL>(³3t^0m2­¨b=¶ì”cd« ±yl -båª4|×í2 €7B× ’ ÔrB,®ÄnŸ¦RrÛ8Ád¾«á'{æ :6¯ÍÚI¶§¾(ʸrÃóëmÛõV~I–ºÂC-‚$-qùäpüïæšï^ Iô®Kq—r~h³mÿºÀ'|ÈD¶ÇIt"»/:Ç}s篢 Ü$‚dçÍÌm¤E¥ì±IŽnæWú7­¢òÆõè-ç"¬Jÿnµ¥áéNëøM®¥ Þ¸WíBV›…ì fñR¼j°±I8îuoË­&Þöšå`mBÁaÐF¶å6—ë¦MìQÿ¼]V))ø¢@YP”¨ý†.Ñ{#pùö]™‰MÒn ƒ·{<³ÜÖ'yëÕªïù§\®Fîñ)mï„­í©4q»HlwÞzq!¤ô¨M« Ùr1+öOa±Æž±"‚$a ið“ Û{>¸ÈÔ^vgè¼`¦ž ë±/ÌÛ’G§½¤ELÎJyƒ¡xt 9RFÆö9inûž^3вÙfo²eï¦U–'f<ˆ,.Í[öåW;Í=lƒK¥d€®"ø™¨ ÙdŸ¸Ù¥°òuË\ƒ ’°í¾4|Ýä§Ô„§®¡ÏŸ½ÌA_[g–âÇNî_Üé$¶B’õŸsã¯Dîõ)µ ~a˜C"HÂvÞÈÚNZÔ# ¿GÛÏ'{fÐÿà›ôG¦¼˜ 9aöäÑyÇ (ÑÛã[¦c{›X æø +?LÉ0R cðéÌÔ/·u: ŽúZtuŽ™ßSO³ëF‰-p[¿Ç[íòªð7hÉ÷6^x|Êÿ¹5¥ØÂ7×ôjÎï{[ÛSi[Aâ]z>ø¹˜ Ù"ŒÀ%ëè×£Û¬¿­ ñ.µòŠ7$é ëº(˜Áb=¶ÔÌALH‹˜|•†ñ"Cð&è:A»Iøâº—­.Š¿Qs57úê³Ô ’‚´’²gÅ/ ¾9lô¹Á&lD’’ºŠ ‚ƒ"‚d³K¾¹KÔÁXî?­‚$ü@~ú‚Utð4Õàl"µY(HÎ¥fà* >!a½µu"³JÚv.#‡wàuYX̺SÔµgï÷}*z†äësi™ø¬ò2"v½ýÃ]V$EY§Ÿ¼•þ5u-VÈ™økµ<©ô{Iú–³!­[6Ö);¬ÒÒ~9AÁãÿèÀ뺜=Øœëð fôŸ±‰›ÌCÖ˜‡l¼˜d(ËÈõvy•üÿˆ6 þaî‘E’mo3‡>8Fhð¥§V‚€?3²‰ójà‡÷×ÇqÆ—"6[EísKs¦>2uMÞÚžJï‰ ’ÞÏmƒJLE·lì“·8á»X—ÄÜßr&âăŸZÄŒ!iðÛ’Þ%g=¢É:ú. fÊ© ±ûü¤¨ ±~xæî£m¤%Gl”Ri›˜k Cð&è:Abô‚o¬ïnÙ¹3"身­ikqnrIQ¦FÂ|ïæ<ùß—_žt%Ë]H`ÁAkQAR`E)øÆ*áNS« Ùr³ögþôÉi~Q÷ÃÂUúͶQ6Ï«ÿñ—àð#ošH;hãY+Xgùý·?ÿþqÉ6z‹È¼³É*Þ—!ÈZHÙjMRÔ¹ØÍWx§Yþøù:÷7~ úƒ{[] ¬„.œ»‘°ýN#>£~Û!Ôàlø×§©»C9¸ßßrˆÚ}>úâ³ß…; ÿñ¾#`)ÃÈ­¶ÑO'7ÿ.ÉüV–½×ö!Ùz.Z¦ÁV·S¶¹>+ùSr=ç'ŠKÔî ŠWj}o›¨rðznXb""H¶8d_ˆqz.Q%® Œ.‘µcòö¶Åžó¾¿¤3l²î‚`Z§˜ŠõX AB)9nGVòCcÒ·Ò÷Û´é;®YÃht;]'H¬K 9p1ð ƒu†ûö.ÿjÍÊÿ³½dƒ©‘KÎöŸ¯^óùšuK¿øêó5_“倮…Rp@DlqÎ?XzÎ;i³{i£@Dí¶5‹©«üQ8 ÿý‹F ¸zïÀͧ{/${å7'xçû¾ ãñ·.OÏú>Úiÿ8ºúWþ<÷;·ÞÕ)Ntz2ôHÙí‘—Úøê¯ÿ|ì±ãj6aQûí÷Ü|QÈýC°bóêç¢Ìì#ÓÌZ\(2½e_Ž¿ß”·7Cá¯ß}¼õü“üåÆÄ„­.™ßœ;ŸÔPõ¿¤¿¹5¥'/ÆJ5rÇõ¼ƒ¶±V÷ªÆsýþÓ³‡OŒl“ŽßmóÙ»“¨ ‰Ù-Ã`–7“¶Ú¥ßÉa6ü,HøÇÏ?>Vê|%ÝÄ'_áJ­Ú ’›%Ö”bÑ-ÇÜsþO÷ÙÆ]º_[Pÿ}M3·×Í¥ÆÖ©æ¾$íèœn(Vl`ñ1'’ÎpãáÎN¦UŠE¬Ç–œ°$§±Ä%ûK{ËòVj›Èó »é:ArŽòœŒ}Ö¾ÛN¸ažtÛ¸s'&H°±¿±Wöžó>â#%/t-ùßZòö>Ö;çY_´¼•²‘·!ù­OÉ9JÑq{›Ï l1]oÿí­^J¿ÜƒvÑëÌù»'T‹¨mÎÙgø%øfíµ _‹gYkqïˆïósþÙ;x_bx£K`qëáNë°5fÔøÉŠ²ðJÙf*¨útÄ6ÇÇfþb._Àwp¬ž yÝ÷ñV¼´ ®ù–Øý L\ïm~£××6)'dy. ð¨ë½Mü\§"·9 ko“¬ä´g4þæNÈc0?>Ùìã6 ì ^{&r«]ªñ’öU*n6¯"c^Éër,(%¾9ÇÜb·â¿t³ætŒ3¾ZòOu–¡Mæ™òv”,–¼3tE0‰zlñ1{<¼ç2Ì[•,õ-ñÝN× Ë€™˜{e}º|%ìoy²tŒ#›hzÞöÊ«ßþøU¸*“q'zÇÕgxSt ±ð/xëðË7rLöÌofý&ø†Õ˜ôÈÀ„íŽOÏøA|àÑu‚ä¬_1€|t• 9s·@ºB9t õ[äÓ.HxÐq9òP\X‚$€ A@€  H@‚$ HA$€ á“’’ìäboïxQNœ]RS@ ’N$˜ùóÏ?þ•ûú믿0M- H:QØ;^ÄrÕ5V74Õ6ÒëiŒ:³‰Á¢1Ùt‡Áæ2qX8L6‡‰%ƲtJ85©·½Rë8o¼9X´òœ”ß;Ñ%Ì·®´wÖ‹ˆkA¹4Üæ H$õ5$¥$HááãTN3«“ ­4ÔlÉ`Ìê1&êßl[° §áìgÙð–•öîÁ. X;!¥1_;¤T³àNA¢ .4ò×FØ\&¦=¸Íìæï8Íßcpq8Üï8²I}ÂöA¸9ƒ¶Æ‘( Fá=SUùFšÈ¿˜‚佡)ÓuƒŽ°q?;WÁiy‹UsaÿÆ g/³É¢Ã ‚„@4Òêd¯d¦~÷=· »ÌûÝgêFÛÐBû·’Nß«{tûØç£•Ñ“d‘>@Ï8úšQFi4@ áò~n„ÅýŽÝü=÷»š¿ÿñ»~üþ‡Ÿ¾çýûãwßÿð]'.‡SW\ÖÈ~KÚI×À¨-)£‹ž$A‚D– i¢óβò7kÒƒ(wÝ/»``<Šûéç0~üéL™t\°*â ŽéËK¤ªùñÇîä5‰Š6-?àÌúyöWÆËéÙoøÄyËw\LªæÊS§úÁ¥+èhì(¿äÛ+ëD«`¾¼g·}¶:^Àð‰ªJHYFr:±4N]Æ•}ŸÐϧ6ô£Eûî‰oca~]ܹbþ¤*x2¥¾£çœ¼“]ßR³"Ähé”Q½ø~÷9ûkËÐbÁÁZNCŽÏé+çŽ,‹šæÌqµ²rÕ<°Û½jΨüJQ¿qz‡.‡Ü>½~žvoÜ™s¶Ø%W±äjÜAÒzÍp/a’ÛÖI¡ÞABc40X´ÊÒ"?݉; iu?ÿò¦@êk«6môÿt1­¶úç_~ÄdI »ÔwÓpqËÕõ\ó‚Mçæ«x7Õ®€%O ÌÇ©Ù{/½\Äž†dS¢¶H™FŠÊ§Ž–Æ*¾¡ß§í›Ê‹oWpÅ*"ñKù㣉µ‚ ºÊw±²øû£&Ö‘di”Ú¤x.‚Kõ3AlexJ&HÈmëœÐï aòökîê~RxóÆÅÅÜ„ØêºÊšú—Ø¿åæä¹:ûë.üåן1•Ò!A©2ÐàÏ* :zßr3]2ÿ¯Æ×Ô*Þ<ÂȳŸ©Ä_™bhçæfn/QA"³„ÖÙmân[Ûoñ“£1'ÑðYì™ë\þjåÖŸvõtµÚ5§·¨„Y…(.[é£Ë/`ìž+¡QÑ!>®V¶A%ŒfRA2iÏyW—óÆ«„“û˜£it< #÷Š©ñYÇ+^wnyZoÕé)0#¢¾Mö ;mÝ=]Ï››^J­—?V©³é2MAƒôZ;Xíš)Ž:çóè²ãÖ"H,·½u×ßï®`\1ܶΠðî:³éA _–M¿?}úó¦MÏþ·ôª‡Óu§¢/Výrøð¯Å¬}AÅ4IG ·òŽ./z,ð,eãKîå^‹ñ)pÈ΄&ìq±ëLÁ‚È…<üCwCäÚ¾"‚Df ­³›úêÈ:ÞFF‘3ÿL‡ÒBoÞggnùÍ…üYLÇ*—ApêCv¢u¼´ê€ÿñ÷C†­qˆ+¦“}}‡¸_v‘‡._« ßÿ Iòi—¤oùk ÓœŠXÙIž‘‘š‹Sæ%ðvºk³™Û”f4Šÿöšˆ:Ùž’!!±­ÓB¼S‚$€r§®ª‚Qø?½ùsëšëCæÎ.]gÐ|ÿ^eYIP°ÿ¯¿ýÒABxôCã{|êWƒ%H7ÿwðöøF. ‘Y‚äìVö%Yÿc‡6¯„ccðÿÜÛHt Uvm<êpiœ—†­Ûªcõ_K¯eË$ͬBÔB nW²›¹ì¦œ;ÇWÏ©.ؼà¯4¡Éò™R‰B¹ ãÿÿÈ2›ÞÌe½ðœÍwå3JµlO$:àÝ$ Íý² ·™]×X}Õݱ¾¾öç_~ÂäÖxóŠ+ö.ƒE÷ðtýíÕ¯$Ç„SŒŠz_Ñ«ßHj—Ã|zn"þv¯ÏnWp‰Œ$g7‰ŽîJ4KYU´ñ¨3Jc”Æ\ÚþÉp¥–¦œhšÔ(S°K¯ÎŸJû…ÏWý…ùÕ4öC•.HÌÕp×PþÞŠe6 3•Þóø«O‹ªe{ª° é¤Ðïš asY ´ºkžÎõ¿üú3&?tÚÍ«nl.“ÎhÂÉ«ßëЖM…·.ÿå”sÙ„_Õ˜°sßÍ•g½¨aþ.;Ç‹j•]‚,A‚• 8Ä9lwþèø&‹Ì*ÚzÔi¥±ërŽ.à@°1¦A– ©ØÌô÷9Uw?å×3í|ïH =ëìxÙ‚DÁ\Ò‰lOéYðý×EÕɱeÓY¡Þ)Aâp·ºü9'ëQºÅ™@}=ZSÖ¨÷Ùc¯ëß•—–—S~ÿý•Ü‚¤Ç¤GŽ?ÖÂi·äZæó›z‚Ïàê[Ù9;^´4Ýõõ6—\ÁŒCÏs\HôðP+KV ²I3û¹×RA ýæí²t¹ìvöË¡¢ÇPeVÑf*ìpiM)›¶™^ðô ¢†Þ½dÀÏÜû‹°:²C­ÃV˜Ø]¾lg¼T Ýn¯ãrj(üHk£ktzæÓGAߌ’-HÌ%MÈ·—úüÊ“·[{^u¿tæ|D“t;©³B¼S‚$™â÷x‘î«Û· ¤<:o}í²ëu—ìÛÞ¯^”þ~óæÃó³¢Â~ÿãw¹‰¤¤°/drù—WJ¾¯²”RÝ2Å×dxì]<¦V=VðÌ4§glþ³$ÒK)Hx%x, íA]ÙFŠÐÁÒ˜9V“$Þì¿ún[®Ç~Q=÷:ïÀg™Ïª¾D ¤ sI$²ãÆ® Ù8¸mÖEÕI9pÛ9¡Þ)AÂâ0‚fΨ14üý֭ýðã÷¼ç|ë÷òªÚ´)hÖÌ¿þú³ã‚„7”Å:ìÒ›4Dða¹ÿÝõV÷k¿vŒUzy.~>@ùSßÊ–×¥• ‡ á•PuiÇg |˜êÀ‘: ¾8ä•ϧ :R³Àë಩Å_§¡¦õñJcïì6ùc¿>?ßÊè?nÉ·72ë„O"³ëzÐ×Ú²À¤:pô”…kÍ£^²¥jU$— A";nœú¬+{u?xÛÌ’cqÕ\©OuBè€wJ°9ÌêÅA3¦?^¼¨âù3£©‰ÑXVœÿhá'Ásf±›þ”KtvMÄ7+Öí?uÞé²§‡£ùæköÓ.åÿ·¿_BÎçvà$tZ“è ÿç}Sƒ(~î—]<<]ƒ‚2ÃÃþúû/ìúóÏ?ZÎ`»&2ökIºöÁ¾ˆêÿø:<àý$%ÅEN.v˜ÖøWîëï¿ÿvr±Ç2vMdš²œw,ýX[£§àßµ¦.Ûïrï%ë?ßg@ïµ Å4‰½ãE9ÁÔ–¥Ë ÿÅ-LZäåå*–¥Ë¶lø/j @‚ HA‚€ÿ² yü0 €÷wKü \pÁ\p½lÙ[6 HA$€  @‚ HA‚$€ AÀE°«ŸDùx\8;Ö®hy×LÏQ‹™oy3qó|ÌÌ)ÏÙo—U5in&.¤Óän¬W#‡‡t¸ï€÷LÔQW©aöþ"¬¶Ù9f«¨ê:æv« ¡¥šNR¼êVKþ\ éæ:Êý–{=g¾E‡Yà8õø4 VÞôy'#ÕÔ:¸ï€wB°Ê#NêVÅJRÑ^r4¬ Ÿ…9Õ1»´°—Fî¯çt† aWPV÷WÒ9›EïÞ˜Ós\ f鉪æ(’«>aÿ4|_B#I·’úÈR±Åhë L•ô7 bS=ãäGXÑ (¬NY!a=sž£¬¦»Œón´£Ànz>Ëý+Ø H$]/Hè¹VÒØ]×ܳ “&cͳòç÷DHe±Ç3Á– R¡É[PA&}q&²\|_ƒS´q°ìj ³åEf±ë,%½»üù]N=øé$-u¾ýãõÝÌläR¢/›:¼þŽÊÄCI¼#ÌÒˆ3_M¤ÄC|jä[À;Á. Þ¿p¼¦ºž´ÿ¤Õ§Omœ¯ÝûÒÀ)ëìÓëÙó2qQ•² ì¦!Õeþ•\ñ¥¬^Ý š}øõªŽ\°÷fNë9 VEœíú™ÃzáåëîñH¬/Éi­øòN¾¯Ñ’{㱞0gŠºˆ !tDB !³gÆÛlàäµVÑ‚}+FѵÕcû÷à½ÞsèŒMNüÚ9õ™†sµTpÇ4çßo’³.IG «ÂKW¡ &Ô4ª)&MÐ<÷4ïUý°?¦X<¡ž!á]}ú©ðÿPž}>—N H4ô¯· ’šÐU½ÑäóyL‘¹rŠñ`*Õï²ù—£R_v?ü·tŒn„FÅPïfTq¸õLÆ£ž:†ŽAñq×i#4éôcš°“[a‘‘öÛÆò¤ÍcW?*õ®íÚ˜°:Ÿçl#H¤Õ¦RNsSÒþáhØÞDáD?ÅØ+$4,ðŠ™þ „&žÎäŸòmL7ÓQBƒôŽyRB|÷ÎPE½—¸´ú%ÓÚ6§X«cöŒDHs¹ÙÕàPÊuËM:=[ ‰#’vjè°¿M õs90O)ϲ}Âà½ËnÌò÷òOˆ¡Ømü¡qf¼ÚÙ–“òäýžQICoyÇ–²ä¬ AÒá-nM‚éÔž‚²”'¦øî†ý¥}0±ŽË¬«x^ZCg·$ªË«š¹Ì2ÿõƒyy´¤5É:¦ÂÛnèõ¿ÀZÂÝf¡ÇÂ^Hûp`£[é÷¹šl›#8 [C]Ó5{Äh›²:@_M°x‚O”ìç׿"4Ý¥„Õ¦@9‹Ú\è2õXä[-u+„óÜsBÛóT·Š²²ÒÜ[/XK)õ^ªŠFHmÏEj­h»Tøè© ‘[–)Z·lH‘²eÃ.÷ý¼7ÒÚ—Ü$&{*|t{ y×+8œ¦ÄÝšø.è¶š\u H:å)fUn5ˆšSU›~bVæ õ~é·wNVå×0bÅ…tÞ–ŠØ’º°¯ð]Ž…·+d,}b9õ]Þ@|¼Yèø1B³¯¾`I zúm —56D7´MIO90 ÝØ€çª‹^×3ç I&gQ™ºÜ “³=ËØRÏf4Ææi2:¯|ãÑHmeHÈFÕt„fz”ˆûEj­HEô´ÃÚHmUh­äRG¤!¹”ÕÌ¥ÿrÚõ©ôã­†ñå퉣þ@„Ôu¾0r* q¤Æng$]öØ/3ß~^O„T—\É åuU_hê`¹nVÉl—B¦¸ ©\ÎS,Jºw*eÈt˜ŠTôƒêHæÊ"'á\))HÒBÊŸ8%fe>’™[ÚÀ›âyóæ÷øS|}ì¦hÌÉL1A"_QÂ’"LM`¾UI?,Ú˜¸W<”BØ ¶’Ú*HJx‚d†»¤ !³VT७¢ 2Gä$/XŒlË)^oœ˜þ0•j9C©u}†Óá|HÿeL†nð)eÊW‚¤ «ÔgU_¬ÀiÖY´÷™ˆ/!h&ØGd­o’ÛNÃãK ñ” g³dž(¨¡®PCS.ä3Éw†á» ’[6øÎÅmµiÂ@A"gQš’y«»î5É-H¸/ý—«¡a{â«ì·õÕÖ¾Mœv~iC¶ ­ݲ!sDЬ"ÏE½Ð(£4§6P¯'ұͥ Ž÷¬P•Ø0¢åœÇÔËTÇg ¹ê@tš a×FíÐÄŠûàPr6Ï&ìÁþ3ÄÀ%äöa„z-¾QÊj=Ôª¬ÞOxºuÈ×wËY²Ÿ²)tšŽTõ^²Ûœ·tð ów;´ oËyKImÀ©½wðC~jßЈȠ›ŽçoåÑÛ#Hä,Š›g±ÊRß ®Ü‚¤™Ûzl"BC?7»AqûvNo¤ºØ%ŸÉm ÁJK;…¾Ïì=vw¨‘Λµ„‡ZÉ!8|kâ|ÍÂ`ŒR×÷äf<6Ї›íƒâ“RS"mç(ó ³ˆbçàžô Žb·v(RùìV9‹¬.¢V@tX4¥Ï;<²1¤?ÓÈz{f9þÄi¡s÷zçóÔíÑ…5³Æ hÍi«ÍžI|ÑÑS6V>ï{=Vøáó;®:{–6^Ô5ç„O¤.V0ž‡[¬™¦Ù ¯¶¯öBSždj‡ ‘¯(þƒ±…γ•Õ–ú”³š$Ø»eÑçÖN¢Ì;û;jþ—”Z¶"ë9âkV 7ÏÁ I©ïpeæ)4)Žˆ?ž¼pÜÁ1 ~ãôÞ>[Í©Ït7œ;\ðœ”J­©Û(•lNSªÙâQ½éÇê¾[À ¯‹°•$o»ïì²»+ûö˜jC¾³«1é°6ºCø¼ € y_~í—ñäÜ´ž}>s/`¾í‚¤)Ó³TïZ1z,‚ä=$ØDŸívÀ,àã-$œ†ìëÆ&>E,è±’÷P‚ H@‚ Hþ„õ‚ztE*­ÛjäÔ¤¹™¸N{o:¢±«S\MŒÒß~S; võ'£oívv½´¼k¦ç¨ÅLOó|ÌÌ)ÏÙDiYWN™¹¥×±ßâžÙN×dCË¥x„—±ÞÐíßqDíïÎXu‡#ïÎ € é èYgÇ£~‘ ¼$Õt’êàU·HïNCá½@Jr»#52 § ÷ý@QÞà×ávRð¹ ]·ÌÚ“×ÉU—W¿¸½j°ÊDãZ;\–ÙëÈaä\˜­¢ªë˜K0qÒÍu”û-÷zΔx«:|šp6›ÞÅ=ó ¸&NUü™OԑƲËtñÛ_±ùKb(è€³í·¿;cÕõ޼Kƒð_$¬òˆ“z£y? «¢½ähX~Cqªcvia/Ü_ÏiíKW¿;H­‡ ÖêZ“—ì¼SÎTPÐs\ f鉪æ$nJþv8Òú&‰=ÿ?-HhE*3]¡Æ%Ä'=­aUG/š¹Æå)£.Ëìu¤«.”Õý•tÎfÑIÔ'ì†ïKhSSÕÁ«û"ë§Ì®î™ÝÖæ®ÛoˆÞé¨2Áí¯’CA»íˆýÝ«®v ð ’úȰŸ3¶m©’þT¬«Ð3N~„•;À€RÁ¼K©Æ€þjÂÚÇNjTH´c‚žÿ$¬"×éHE?PBºÀeÖ3ç9Êjú·Ë8¤ivÓ{ôYî_!º5샦\È£¿µ=³½®É„M++©gµ÷öïô¡@a$ìïÎXu±# H€·XÐs­&"¤±!º®¹!f&MÆšg5ä9Îï‰Êbg, Q]ãNe2𥕰¼U¤}8Öv°2hã04`ÙÕ&ш$:kpê3= çj©à‹òšsŒï7 G¡–kÌ ü³4âÌWS)a¯ôþàS#ß‚£ô|_£%öæå0aÎu‘žO˜°ö6!Ë‚÷ëNÐ죄[¢:rÁÞ›9­õ²*âl×ÏÖ /SwGº`5‰—káxMu~®þ“VŸr<µq¾6Ï.¥SÖÙ§×ãC–ÌÚÛá‘Ä쌆̞5'¯µŠ®ŒNŒ¢k«ÇöÇ»z±É)CºIo$ø|û…WŸ¯ÂêëÂר£Îe3…ñO¸°iμ„Þ|yYð+ÒHEK³·D{‰iB“ØÑÇ—MÞ¯Peâ!ld»ÎRRÑ»[!->¬»iHu™%·u¯¡â®¾šÒ4»¦¬àõ"º_ìf׸…»Š˜ !ëN’ *9ˆ9+í$¹s¥ßÔĶuc¬ØåÔƒŸNÒR绬1^ïÐÍÌFŽÔÛ– qÛ=âuRí]:2(”±vÅŽX ‚D^X^ºÊM0¡¦QM1i‚æ¹§y¯ê‡ý1Åâ `•C(HXôŠôË_b )/p/f ý+Ų #ÛrRž¼ß3*éAbè-ïØR–P 2¸žœ‘ñ0ãan9Ë­`2õÔ1t Š ¸¸N¡I§ÓÚÞõÕ1{F"¤¹Üìjp(åºå&ž-=Ÿ8;qí’sâc¯Ð°À+fúƒšx:“_ocº™Ž¤wÌ“âë¸w†*ê½Ä½€ÕšËäVXdd€ý¶±¼û`‰±«•z×víLôáKvíŠ{D`¼†îûÛÔP?—óÔ‘ò,Û'ø~»1ËßË?<>!†b·ñC¬Mͤ˜ô&ƒßó‡{¼n‘UTÏi#H3Ì'+¡‹9c¥ÜtóÉn¸í¢HW¹ýÉÒT6¨TA"ÿ=HÖ$nj2û»1Vd·í òÛV¢q;ï¦kOíÍ]<2(–QqÇ–ö‡I{aæÛÏë‰ê’+™¡¼£®ê M,×Àj˜íRÈ?C‚µÑc‹‰øöÛg¾Û¦r üɾüçCú(cÒgƒO)“H¤…”?qJÌÊ|,$3·´+ÞaÔVQ‰z¾”ì’µK›à÷j¢‘‡R„c—ÚJjë`X g¸K ^Ê!;ïñI}ì¦hÌÉL:‰ï÷Hޱ…‘m9’ëí‚Ó¦R-g( Æ"“Þ–à‹ | ‰¿Œöj3‘‘™$Y#³Àa*RѪy•Àfüü­’î*< »Øm®r¯E7J92ƒ#¥‘Õ%ùb7º&öL®¼]ET¤¡6¨ A"ï=HÖÄojÒèuc¬$nÛ"'ÁçÒÛVRtÚMמڛ»xdP,£âŽ-í)’v>ÔP곪/VÚ4ë,Z‰ûLÄ¿i&˜0Ôú&¹QBÐJƒwÀ·môü_Ê·BÑ@ú(-ç<ÖO¦:>c4Óžøi¬jh»î7d[D-¹þä¾ô_®††l¦]”]¤vù&8~uÃöÄ Œd¿¸­¯†´ö=X.–&H¤ÖÞ1$Œgy.ê…F¥Ñ8µz=‘Žm.ÿšÐª­‚D¤·%øb[6w–ª`ñ—¶eC6 ‘šDÐ3k¨+ÔД ùL©67%óVÁvÝÃ×¥…N3•T>»UÆ’)½HF|D^ì>×d4ií"·?Yâ• Ú8+÷=(§ !ï«Ý+ÂÖa¼VÒÛVr˦³nºvÕÞÕ#ƒb÷ˆ°+¶?¤ HÚõ€XmÔM¬¬%7`7iÂì?C \BnÖÁÇâ¥,‘3$½5hôQV?lkh%KÆS6ìÏ9Üv=µ‚)ÒC˜E;ïð„¤q»µC6Œ—³š9/WõA}>9îE §\sóÏgpjïü? éàtÓñü­<ñ/hH;ÙÚgö»;ÔˆÈ@çÍZÂÓS$Ù‰k—s‚ã6¤›ˆÐÐÏÍ®‡FPܾÓ©.vÉgrå$²kWÜ#¢ói&Þ¡‘QÁ×, Æ(!u}OÞi.Æcs¬%?ÜlŸ”ši;G™'’4ÇÛü¶‚+6ñЄ}zØÅ?,"ÌÿÚÕ°b¦œÓ™GC+³Ði:RÕxÉ;IEf3›—He©oïã3ßîc¤ú¿;9‚CÞ‹ë"6 Û\]MU¨«ˆÞþdiTr(h㈼÷ œ‚„¼«wc¬Z΢;ø„†ù»ZÐWxì¶%hÜŽÝt­½«G…2¶Ã#⮨@¥3 Åž÷O;΃6†Tâë̬—±g–ãOjõ:w¯w>·úšÊ­Õ*÷9uÙ»˜âß´@ð” —UsTwX¯¾Ë(5¢‡ZSÍêÍ/®ßX½Ãw ø›AŒ¯]3áßy2pÚÞðllg<·X3M³ž¶¯öBSžp_ä©H¸¸y.ÿY-¤Ôw¸Î2sá·ze'«]>A‚½[}ní´!¼¨Žš¿Ã%¥–M‹LÈ®]q$žY^8nˆà$P¿qzoŸwãÔgºÎÎ/©ôךºRÉ&7ém¾˜ Á‹ÀŠÅãz ™mœÔ$ÿ4DèÑÐÊÊç}»Ä ?Þ,Cb3£Ðy¶²ÚR|ØdæÚLF½—ûµ•¤‡¤ÖEl@w¹Öæ ¦b]Eäö—Ò$Tr(`ˆQ”ë”WÛÖ}±âO CgÏÒÆÏè ÐYsNø´>ÉmK, :pÓuBí]:2(”±‘tEù+%šAÐñßÇ)»»²o©Ö9d_ÑÙ˜tX ÝÁÖƒþÔr"Rÿ"°Šý޹ݠ[bõ¿Ïð× @*Œ'ç¦õìó™{ј4eZboê]+Æ7ŽéOC}W‡ÔpÞ;× tO¬@€G H ¥)Ûí€YÀ3ÑÓÙ×M|и߆Dxl êÿuXõûçÐM±A  @‚ HA‚$€ A’wvuŠ«‰‘ÃCz•Ï©Is39p!&% -—â^Æÿ‰Ö êÑ5©4)iÞ-äñî]±AÒEtõwñ‰üdvscÂŽÁhðöxÑ_çTÅŸùDi,»\€ÿΠàÇÖ#¤¤é:8 …÷)ÉìN*PïÚi-Õt’êàU·ºT*t_ä@tŠ a•GœÔÍûmXí%GÃʘø$R³K {iäþøzNsSÒ~-¤õMRëúó™»n¿!z§£Ê„?c!9eK¦é:š’¿ÞÖÂù.‡wí6Œžãj0K÷HTu×u­îŒ<’Î$õ‘ ¤:c‹ÑÖ˜*éo@Åæ_zÆÉx?Ùl@©`Á O0žZORѱÍù-6­¬¤^ô3>Á”-‘æ]$ry÷F k¯ýÀ[-Hè¹VÒØ]×ܳ “&cͳòç÷DHe±Ç3ñbUÞ·ß6”¯z¥þ­»ZÈY$¯ Ú8 Xvµ¤åEvYð~Ý š}”pƒUG.Ø{3§õÈ«"ÎvýÌa½°·z »Ç#]°Ã˵p¼¦:?WÿI«O9žÚ8_»7¯ÒSÖ٧׳[ 2{ÖhÜž“×ZEWðç vEôñeS‡÷Á P™xŸ ™¥g¾š2H ¯îS#ß‚Ã'ô|_£%òjB&Ì™¢.$Üšð Ó7†×µ QQbS6a9]“–$žø¼ßr9ñΩÏô0œ«¥‚'Õœc|¿I|3…$A»½ÃÛ4á¦9#ð2{ðå妤abJRZ7 qVz¿"´Mf4@¼IAªðÒUFh‚ 5jŠI4Ï=Í{U?ì)OèbóWm’ÉDaå*ØüÑ÷«Z®¸ ÑпRÌl³ˆ¦{…„†^1Ó„ÐÄÓ™4üÝÆt3%4Hï˜'%Ä×qï UÔ{‰{«5—É­°ÈÈûmc±ê4–»úQ©wm׎ÀDÓ ü +?™†îûÛÔP?—óÔ‘ò,Û'Œ–·tŒn„FÅPïfTq¸õLÆ£ž:†ŽAñq×i#4éôcZ[«cöŒDHs¹ÙÕàPÊuËM:=[‰($Eµ™²IÒÈ隌ìDñÄçýAד32f<Ì-§Ñ³-'!åÉû=£’$†ÞòŽ-“— âðŽÛ˜a>Y XtÈóˆrÓÍ'»QÒ0nA"³9+­_ÛÆ $ovˆ[“`:µ§ Dåɇ)¾;†aiL¬ã2ë*ž—ÖПÙÙEnóz`oõ˜f–PÍÂ>¥6ÕÕË:.Øö³0ç¹ç<„>¶çM7Ü*ÊÊ>HsWl½à3o©÷RU4â@j“x®ê}U4Áâ >ݰŸ_›‹Ðt—–Ä– »Ü÷óÞHk_rÁn·Òïs54¹eÏ¥†º¦/köHô'Ź>z*häÁ–…‘-ÑddE‰LÙ¤iäsMÎì¢ñ”ÜiJÜ­‰ïºqHZ‡0AG¼£ãm:lw\½ô-/äïmœ•Ò¯Hl«‘ $oþ)fUn5ˆšSU›~bVò õ~é·wNVå×3bÅ…ôF§žº’·5ÒC×§‚ÝÎcñ†ƒ‘ö‘4:—CO7ÔV†7A¸Ìb×éÍô(a‰å¢§†îNlÀ“ÕE¯ëÆ™gÑ%U³Ðñc„f_-eI zúm‰jlˆ=AO;¬ÔV…Ö6K$¤E‰LÙ¤iäsMÎì¢ñ$˜÷iOõ"¤®ó…‘kTMò)Q‚ŽxW)Þ¦²‰üÝ ³Òú‰ý2£‚ä­yì—™o?¯'BªK®d†òŽºª/4u°\7«j¶K!³.äsžBQ^ìû²½çN÷j¢‘‡R„‡ÚJjëLT›‰f¸K ^Ê!;ïñgíúØMИ“™RÉ "A’vxRþÄ)1+ó±ÌÜÒ®¸ÒP[E•%HÈŠ²ÉÒÈçšœÙEãI|v”Óá|HÿeLVnð)e<“+– #ÞÑpE'Ò¦òy»Ag¥ô+) -3 HÞAÂ*õYÕ+všu­Ä}&B*úAu\Z† ö‰Së›äFf®ÍdüôÈ|Û´z6oîh¬ªgµWp_ú/WCÃöÄ Ö(Ø/në«!­}$Öêå$¬"ÏE½Ð(£4Ñ– ¾3d[D-ùGc¾IC¶ ÓmÙ%˜²#¤¤‘Ï59³·™£éO|ˆ4ÖG=CË9Iµ©ŽÏÈžmMÐï¸w–ª`mÚvËFÒ0Ñ-¹»œ‚Dކ– $oP°k£vhb…~p(¹÷=`{°ÿ 1p ¹}X¡^‹o”²šYe_ÔÝCM ûœ9úH:MêS6RænC걉 ýÜìzhÅíÛ9½‘êb—|&W1A‚¦˜x‡FF_³0£„Ôõ=Ÿ±ŸæÔÞ;ø!~ÖÁ74"2è¦ãù[yb§v¹ i'0oûÌÞcw‡è¼Y‹èP+YQìÏ9Üv=µ‚I–FN×äËÞ&žœ—«ú >Ÿ÷¢†S®¹ùç7Qì¼Ã’ÄQìÖE*ŸÝ*oó7“0AG¼ãÔ&ƒÐ O»ø‡E„ù_»VÌ”0¬íIy»œ‚„Ì~Bg z,’7+HšÒŽçÙR‰Ÿúc½Œ=³üµÇй{½ó‡?éf_M†?;‰zXp4¥QöS6$‚{·,úÜÚiC”ybŽš¿Ã%¥–­À2ÿÚqC']úÓ;x#³‘Cþ%Œçák¦iö“÷Õ^hÊ“^âËD 7Ïå?µŠ”ú×YfžBðÄE±ªbŽêëÕw¥†,œ®É—],žŒ¯]3ᆜ¶7¼4Ålñ¨Þ‚àŒÕ;|·€!v¨5•$A»½Ã_À^ÇÛõ2Û8©I°F[/äëò Û%è± Hà«ãA$€  @‚ HA‚$€ A¹áÔåÄÞ½|ÉúJ6MÎ,´¼k¦ç¨ÅÌ·¼™8y>fæ”çìvä¥åR<ÂËXïKåÔ¤¹™¸N“3=»:ÅÕÄÈá!nv$ÝEcÜü—ÒtjäJÏȹ0[EU×1·[ -Õt’êàU· éæ:Êý–{=g*¦ÐªâÏ|¢Ž4–]. wž$h(¼HI®`w•³Ra8N%ú¥cÒôD¿f€ ‘VyÄI½Ñ¼ËUÑ^r4¬ Ÿ…9Õ1»´°—Fî¯çt† aWPV÷WÒ9›EïÞ˜Ós\ f鉪æ(’«>aÿ4|_B£s÷3wÝ~CôNG•1:Óþ¦äo‡#­o’h]ç,$o ©Ü8!Õ[Œ¶ÎÀTI*6ûÐ3N~„=À€RÁê”Ö3ç9Êjú·Ë8ïFK1 ì¦÷è³Ü¿‚-w6­¬¤¾Ó7k$$Ý$Hè¹VÒØ]×ܳ “&cͳòç÷DHe±Ç3–Ø®Dõ}‡M35±7Q¯!Ãû""A© Ú8 Xvµ„Ùò"³Øu–’ŠÞ]þüÎ.§üt’–:ß~ñz‡nf6r )ÑÇ—MÞGeâ!|"f–FœùjÊ %ì¥Þ|jä[À;¢À. Þ¿p¼¦ºž´ÿ¤Õ§Omœ¯ÝûÒÀ)ëìÓëÙS$qQ•² ì¦!Õeþ•\‰¥¹-$wS~KpAÒr9Ï`UÄÙ®Ÿ9¬žWwGº`KÔYùí_fÉ÷5Zò!/ŽhÀ„9SÔE‰Ìì¸hÈìY£ÕxùN^k]!iŒ¢k«ÇöïÁ{½çЛœ2ø Ä©Ïô0œ«¥Â{]UsŽñý&9ëÞ+AªðÒUFh‚ 5jŠI4Ï=Í{U?ì)OĶW˜E×–öæWªÒO È‰†þ•âVARºª7š|>)2mM1¾L¥ú]6ÿr4BêË®àâ‡ÿ–ŽÑШêÝÀŒ*·þÉxÔSÇÐ1(>.àâ:m„&~Lbr+,22À~ÛXÞœ¿ÄØÕJ½k»v&¬øswA"µ¨6•rš›’öGÃö&Òç\,$rS~KpA2ÈàzrFÆÃŒ‡¹å4.·1ÝLG Ò;æI ñuÜ;Cõ^â^ÀsV~;ÛY©ŽÙ3!ÍåfWƒC)×-7éôl$rdçWª¡{Àþ65ÔÏåÀWC“msGak¨kú¢±fmSVè«¢ Oð9‹ýüÚ\„¦»”°Ú(gQB› ]¦£‹|«eíJÈ[¬ˆ› X"±eí¢¬ìƒ4wÅÖ VlJ½—ª¢R›‰\vŠv† =4ò`Ë2Eë–<ÙÅ+e—û~ÞiíKn;©[á£ÛÍ»^Áá4%îÖÄ·E÷òäª xÿž²aVå&Pƒ¨ 9Uµé'&`eZï—~{çdU~ #V\Hoäpê‚?ç½ÐSR­àúË ¨ïÚðâ9Yèø1B³¯¾`IN£ôô#Ú.klˆnh›’žr`º;±ÏU½®?gÎ;@+’L΢„“f¹×<Ì(Ï2¶ A"w±­n*`‰„ ¡§Fj+CjD¶Ã¦#4Ó£„%]V*â=í°6R[Z+y†Džì¤-[ÊjæÒŠŽ9m„zÞúo ޝiOõ"¤®ó…‘kT#¯©À{üØ/3ß~^O„T—\É åuU_hê`¹nVÉl—Bf].Hz,¼Q@0 ¦"ý :’i«ÈI8mIN£i‡G!åOœ³2 ÉÌ-màŠ Þ6dç=¾ ©Ý49™)&Hä+J¸BR„ÍóJºwªd­È]l«› XB H0OÕVR[I OÌp—)HÈ*$x᫨D‚DŽìR¤&#Ûr B£×Û'¦?L¥ZÎPüÑæüçCú(cÚwƒO)S¾º€÷U°J}VñΩN³Î¢•¸ÏD| AË0Á>­j}“ÜÈÌ;?ß×™iñ ž£ÐS65ÔjhÊ…|&ùÂþ0|a_r£ßD²-¢–#MÈ#Hä,ªE ðÖ\vÝk’¹e#g±"n*` ýቑÆú¨–ÅîKÿåjhØžxÁ+ì·õÕÖ¾2·lÈ*Ý+Á ²]˜FtËFŽì╲Š<õB£ŒÒhœÚ@½žHÇ6—.8S´BµU åœÇÔËTÇg ¹êÞOA®ڡ‰÷Á¡äNscÂì?C \BnÖA¨×⥬fvEðMA­ªýúöBò?eSè4©ê¼d·9úèàæïvhAß–£’32§öÞÁù©}C#"ƒn:ž¿•Go ‘³(>lžÅ*K}+¸2Ÿl•Z,±›ò[Ây¸ªêóÉq/j8åš›>ƒÛzl"BC?7»AqûvNo¤ºØ%ŸÉ•!HH+mã`CÚ ¬½ûÌÞcw‡è¼YKx¨Užì“ÆÞ¡‘QÁ×, Æ(!u}OÞ9^Æcóñ}¸Ù>(>)5%ÒvŽ2_0‹(vÞá Iâ(vk‡"•Ïn•³Èê"êZÀû%HšÒŽçÙR‰/d½Œ=³ø³Çй{½óç é…Áæ_MÓT¨’ÁL[q:­IæS6V>ï{=Vøáó;Ú:{–6þpè5焇.V0ž‡[¬™¦É@}µšò$S;‰|EñŸQ-tž­¬¶Ô§œÕ,SH-–ØM,á0 ¼vÍÀ×¢”NÛ^ÃÁ’•EŸ[;mˆ2¯ FÍßá’RË–°M~;ÅÊ*.nž;‚ßÄJ}‡ë,3O¡É™{ÜÁÙ£~ãôÞ>éÌ©Ït7œ;\ÐsTúkMÝF©dsšRÍ<ºÕo¬Þá» òº»ðþ!éBØewWöí1Õ:‡þ.|}VcÒam4t‡ðI–v†o @¼u0žœ›Ö³ÏgîÌ·}¦nÊ´Ä,Õ»Vܱ/A€ y+'úl·fÏoùLÍiȾnlâSÄê`9 H$ HA‚$ HA‚$o¬Ô£k ,RiÝV#§&ÍÍäÀ…ô.¬‘–Kñ/c½×=VÑ0²«S\MŒÒß~S; võ'£oívv½´¼k¦ç¨ÅLOó|ÌÌ)ÏÙDiYWN™¹¥×±ßŠàtªkŠÝ’Ý?ætÉÒ-±z¿ÇÆ·«óƒ y  gúD6ðújªé$ÕÁ«n‘vWNCá½@Jr»#52 § ¦¶ àTÅŸùDi,»\@ï¼GÇe†±SP4ŒoðËi;©Å¹ ]·ÌÚÿíÈåÁÕ/n¯¬2Ñ8…Ö—;ÐFŒœ ³UTus f"nCº¹Žr¿å^Ï™oU‡¯Ó@ÎfÓ»øvx®)xKŠŽ9¼ »å^#Rº)VoÿØøÏ H:M°Ê#Nêæý4«Šö’£aexÇæTÇìÒÂ^¹?¾ž#LÉÈsZ¤ÑZeÏþ#§,ÙvÚ'³Ž¥° ¡ç¸ÌÒ=UÍ!IÜ”üíp¤õMí­í„Ìgîºý†èŽ*ctf± 9.3Œ HÚõáýáñ±Heæ¡+Ô¸„ø¤§5¬êhãE3׸hÊ…<ú[;&·×5ÅoÉN$ÝÁÒ}±zûÇF$ï¿ ¡çZMDHcCt]sCÌ&LšŒ5ÏjÈsœß!•ÅÏXŠ»ø÷)§©$Ùs§®LẕÏg´]²« Ú8 Xvµ„I48ˆàœúLùZ*øú¸æãûM¡ås?À,8óÕ”AJØ+½?øÔÈ·€à”=ß×hɇ½y¹L˜3E]¤f'¬½í§¹èã˦2ñ>FÅ.§üt’–:ßfñz‡nf6¶|ž"Î"Q8¡ã¬Š8Ûõ3‡õÂóêîñH,[‰†Q~;eºÜŽ0JÌÎhÈìY£ÕxùN^k]!E×Víß_a:c“SF=>Š’™ôFZœo¿ðêóUX}]øuôѹlÁš«"á¦9#ðzðåeÁOW#-MÜ Õ‘ öÞÌ¡j9»—Yì:KIEïn…´ø° ì¦!Õeþ•ÜÖ½†Š»újJÓì ˜²‚CÖ©ë"|±›]ãrî*b‚„¬;I6¨äm(æ,YôØeÁûu'höQB=AÊ[¤¶uc¬¤ _$·m'Ž9U{—Ž el‡G„]±#Ö¾{‚„U᥋iŠ &Ô4ª)&MÐ<÷4ïUý°?¦X<¡,q´~`ó/NÃëױͥK  ý+Ų #ÛrRž¼ß3*éAbè-ïØR–P 2¸žœ‘ñ0ãan9Ë­`2õÔ1t Š ¸¸N¡I§·]™áTÇì‰ær³«Á¡”ë–›tz¶tBâìĵKNO:F7B£b¨w3ª8d–ðSN1¾L¥ú]6ÿr4BêË®ðEÔ,¢…8Þ˜n¦£„é󤄸:z/q/`‰ÍrÛ)ÛeÅÃH1 Ýö·©¡~.æ©#åY¶Oðývc–¿—x|B Ånã‡3ã).“Þd‹÷üÄᯠ2²Šê9mIc†ùd%4`Ñ!g?*•rÓÍ'»Qàò¸ÝN¾!Á7Ï,ŒÐÄÓ™4 A"w7àÖ„®ê&ŸÏÃoR››’öGÃö&¶ Åœò[z*=f9?cËi§"¬‹Ø€îuMp B¡®ÒFu'¢•¼ Û8+ã–įаÀ+fúƒÄzñ[¤¶uc¬¤ _Ä·mgŽ9S{ el‡G„]±ýÖ¾“[6ÜšÓ©=…;1“S|w ÃþÒ>˜XÇeÖU·ÂGO<ØòA u™Ž,{ aíRWãI-ÿÀXè±°Ò>œF“; ¡ãø¼æ®ØzÁG‰R索hÄÔ&A"2]nGR"Æ.÷ý¼7ÒÚ—Ü$&{*|t{ y×+8Ä}àíiñfAÂoŽa»ãêɳpJ¯ÌWBÛ‹‹Fº‹çH¯ÿ ¶šÈlfºLG=ùV ?_”ÝXÔKy®{1SFpÈ;a]Ät«kÒ,!­]dÌ!KC'lPÉ-Qgå¼%±žðÜs"è bo‘Úß±"¾ÈnÛNsš;£öæ.˨¸G„cKûCúî>eìÊM QrªjÓOLÀJ´Þ/ýöÎɪü²G¬¸Î[k"$i‡Gá+RcÚ)HšiOõbêQç #ר‡x@ §Ñ–ðZcC´èî0fŒ6R[Z+¹oHš°v©ÓiQâ)™…Ž#4ûê –ÜY7ÔV†ÔMb»NGh¦G Kº i·Ëí £´ˆ ãPÊjæÒŠŽ9m„z„Túñ⦻”°ˆûÀÛÓ⢂D¢9ˆ²4ÆFÚGÒèmßR ПXN@}׆ œ%³™Sî…Íj³=ËØü‰©äꂞ=x–²d‡¼SÖEøbwºÖú´‹"]EdÌ!KSIØ R‰¼·$yO{‹ÜþnŒùðEzÛvÞ˜Óܵ7wñÈ XFÅ="[ÚÒwÿ±_f¾ý¼ž©.¹’Ê;ꪾÐÔÁrݬøÙ.…L"AB{l>¯ª}>£‚È.?ÂùþʘúÙàSÊ$š—yÊGù§Ä¬ÌÇB2sK¸âm§¶ŠJÔ ¥d—¬]º !+J¢9 &b¹³)1µ•ÔÖѯ„7úÍp—)HÚër;Ã(ÇØÂȶœ‚ÐèõvÁ‰éS©–3”c ‘IoO‹·$ø@'Ò„‚$q¯æÿÙ;·&®¶¶„MAdÅÝ*KŵbÁ…Z_·¾VëV«H«…jÅZk?D±î¨ˆbPÂŽ‚¼ l¤ ˆB²Çÿá›™Ì2“ ˆJŸ\÷å%Éœsžç¬¿9Ë òTYh_ õg<-à~—ÜAT›‰ý·F~·Û‰kD¯ÏÏ11[t­Y¬1sÔT*ª´T¿4 kJgrµ­*ò‚„â.ij$Ú5Iêš ôuî0¯¨»/Êf;x}λÁHýÝ÷ ºÔÝ#Ò¾Eÿ,ýÔ‰°9)È‹ÊëD·1a&’6ny¸+®AŠ{”‰àíóŒ“_•nÐZz©QãžjYçÅ¡<•À­ù+2ÏØ—üw¼ŠÃ‘͆ŽâœýÖ¬Nj)(y›²ÂÙÛwü4æàr©«_²¡ŠŠt©Â _ªÐ6žK*ŽN9íÊ—}#zs+À9ïy¢qÉF_—–*–_]\d†Æ(åŠ;SýMßo7b§¯¤¿$*&}<%®°dú½Œ†‡º%ªaH‡j a3Wš#Suµ6÷ïsA;óÒü†¸™F´/n¶5gŽšJ¥!ä¾4œkŠ2u¹>‡êòUi† ÎjÙ$µ$ÔuÕ€yEÝ}Q6ÛÁës%õ¡ît ¨»G¤UQÿ,ý´‰¨3g»#Ñ„bÖX vaØÇ§Ý uCÈlñµf¡ü±_…ÏÄ­w𔳂䔍ñâl„Æn½ZÂÈ–à#æÌÌ‚¢'1ëÖ£¶ ߉ߦY"ˇ™™Œ+çSêøâÎÇû'{%Ï$§geß¿ûÇÍÊgó9¥‡1s-}wÅÜffe§žÝâÜ·‘‰"8yêê{T*Kú7sžIJÏH92ߺ3§Ú Š‘«8.á”ü4!‡å‘WÓ³ç˜mè‹ãë ‚D—uÏF²ýiá7Ò³s\9<ÉY\ÄwsñŸEa5hâ–Ó÷ó‹JžfŸœm"m‰uà£)qùM­âÎÂIÙ- OÉÈÊH¹r9ãµ@ËaHûj 4Äy#zÀ½·ø.*›EøE´eÉ,üvIPó9¢y›%Ö"s¨+iZäÌ5ùY\ªŠ|ŸCu iª6CG´k’Z êªnÀ¼¢î¾¨ší`ö9ƒ’úP÷ :ÔÃ#òª¨C¢$Ãî'*HzKábÃnSZ1ß+|ûðè âÄ”±ÃœÝ7êøDÿŨ÷IÒFMšµ|×ÉÔ=$çßINÙH„íyýœÌ¬lùM­%‘‹ÇYH£1Ù?ôN½t×"¿>q‡þ­Ñ(¯Ý™l¬›å7e[ëåhF\kíº0×NÊó<¬‚?·Ì‘›BFÖcÜ£ú°Iœ*u ˜ µDZ|g¹Ç]mÝÖï?îª.ˆRä$Ž Zr¯ó²ÇXÓÇÍÛÿ´S¤b›ÖvjvY÷lT<Á×ò`ïÂ)ö²H#¦øï¿ÖwÞMÜ]™°mΚ¬töÜÊhQ›ô‘”¸Ò±_~S-QÈÌÞ7¬¨WûaHëj ¬ÃŸ.±ò.>ÊPØÌo8ëkb¾,‰è6µ¿»#‹wG%5™CQ©HÓ"7ÀP®)lÔÔ­ªÈõ9jª“jª6C¾ÒE-š¤ö‚„Ú6Ã啚ÙfŸ3X©iÏ S@=<¢¨ŠÚ'J6ì£ãÿ­|À‚ÃQËUÖÆž'j¨ÑÙSꊶKÏzðþ‰žŽ¬¾Jm ;× $¯>l÷5ü:ÏOÇ#$ H@ó _ž÷2µü"¡žì%&½•ÑØþW^«¥¼gG¦ ë5ilñ°s ªaò  $ H€’Þêóû"ï½ä“ž¨¾žôJú4$^ÅO“ÐÈÿdt ?×å$ HA$€  @‚ HAòo$ÜW"Ž3_ >r;Å=/’"£M¢Ë*véùð}§Ê¸C—„¨ãIÜb*¸ÐT@|"‚DÒSuußKâÝE6ß?ìÔ„_sÊ—F÷‹­5¨ á–DÌ ºÙ"Ô>§,ÊÍdÄŠÄ&ÁGTyä^¢­mq*Î}ãã`Š—}ŃŽ7·‚FÓ¦‡=¥Ôj0¨O6 HôBØšõ³ÿxüM­4×¥3ZˆáXÜ‘·ÃûjìÞüî÷/Ëè|´Ó¹ï}…¶––Ç«yšî¾YŒ5#Ü~­â6Ïy5ç‚gùý˜Ó¡Ó›>º öº 1{ z>aA­84Ñf†\b>*È/ú‡-ìÈ [4smü?|=‰~Ù€ ÑîìM¶Ø­´Ï7þ냩’‘ÁLlìã•ÿüþå`Kî ×=ÛGãS#s/4hù&á˳³MÌnµˆ?’â×ã¯þ^‘Â}ª‚Døêœ7¢¤v꼑É$¼Úߦ#d³1·ë'o3&M&GUq^ÄÎ3Eˆ¶øÂKáÑÅ 2—7aÎu¹[Üv“² ¼Ü(è"x}n–ÍÿŽô2Q+sÿ’ÎVÒÀ6SýC®Wöˆe)¹‡=ÇXJg_¦‡áë ‚æ¬£_{Øa_YLXr ¹ž‡_Ùò`祈VFÄ¥#g¬ù%ö—Mó\-p¡4Êcýé²nÉ KI¢Âú/DLi“(Oõ`éúMs´”¦K;÷õÞ{ÀztrÃL'3"~¿]ÊdÓJZZ«;^-è3µàÔæÙ.4DD±ú¯z4ÍÙÑBÅ5}³š<²ýLšÎ,eF`ÒÍM(½4ûDZçJë,ý‚d¤£3ö™œúVYØ\zý^°Óƒ,û/rc¥GصLæÝ¿¢VGÈ*ð¡y¤?¹¸–ž“Ǽ“ZÞ.–t? ŸŠLݶÅÞÏtïÏõ®Í8òŒÛIøÍŒìì{§·NÆ¥ÍÒ°sw™Ì;'×¹`zêpOy$U•B¢âw½E{Ç §Ý…\ÒÞ#,1-=#õRd€BÓTr‰_{Ê"ÝŒÿOiɱ»}èÈbiBý{¿4Z«°‹µ#o×X„WD^~θ½ÙÍ´_P8¢b§é‚3ËË+ÊË«^u‹IOy”»²]r³qý|RuÌÈ);ã’Ó²\?ºbô{×ôÎF‰®ûTÙž¦²HMÜCÉÛ°ÿ¹î/ì’ºXMÍlžHQX|•Ñ©UäB|¹Áì˾ååÛí† Íkh)—dÕ@Òvw¹9r?Y#»¯g3×Z£É‘ó¯ì¸@GÓŽ='FOQÓ•9yÇ7 "Ô2ª>›⽑ñ¢äµë⦋súü4®:$íŒU–ÈqÇÃnÙ\Jóet䲯¤W9¥µòÅÁJò§¡±ûÿ׫²dCéˆúõ9A"5Õiç£n5®5_šg$sMÿl@è³Q¡½¶€yŸYPÓÞYvx¹Ý†»e·¾s§K“rYyª _[ÑUðžGOCÖë29äc¥ !ös„|/¿ª£¼²]U\¶Ù˜ËQ¼’÷tŸ rØYÈ!Bu安¦Dáhå.Ó2ª¾ ŠÖDLjø^l©ÝhÑ“¿m4rý±”‡Ç6™¯JcË-Ty#4óB£²_”ÖÊ%Ä+ uEæAéª{H(ÑZ¨˜ªÁ5ý³A2u§çš"D_z©2ßêjµ0âLôz,5ßø΂DPÆÑîwQ’Wq„ i&$¥¡ãÉ‚¸ÂªÊg}TÖ6s$JC<>JÚ÷X:Äw?Ül‹&ý\©$H´‹J~S¨‘ßívõ;?{ w;¢±!Oy2ÌW1ß ’F\ø$¨ *kå [“LP9¢½ !ÔŽœ©\Ó?$úŸÿmN ²Æbö:QÅmL˜‰¤Z‚[ŽÝ;_Ü£³ ‘°™+͑ǩ:ÙÀ'jM^nœö÷’-Ù+ö[³:Åê„6‚D˨dôã³;÷j-H$oSV˜#§]ù²™ Ñ›[æÈyÏ“^±‚D›ý·}ÖÊ/ÙP9¢ý’ ëö2fªº%*A¢[6 HôDÔ™³Ý‹wBH1?á» ûÃ>8>íV¨Bf‹¯5 Õ ÒS6 qÞˆpïíû“/ÈÆoß™¤ôŒ”ó!ó­‘ɬ“Ïù¤ƒš¸óñþ‰Ò«“Ó³²ï_ýãæ ž>‚D˨¤ˆp‹iË’Y­É; §ä§é9,¼šžÅ8ÿÃl D__'è#H°ØJc9né»+æ63+;õìç¾M­TŽh-H° C&!d·$4>%#+#åÊåŒ×퉖ÙHV $ZÓ[zh*¾ydSZqJBøöáÑÄÑSc‡9»oÔñ5mj%;e#ÖáÏõXy—ߥ‚ÄÁw–+qVÇÖmíñ\–ú.›ß”yl­—£᮵ëÂ\)é!H´‹Š€ßpÖ×Ä|YR«ð‚ûµ%÷ø:/{üØì¸yÛãŸvŠt™ÏQžªbü¹eŽôd.2²ãÕ÷œURG´$D YX „©ÈÌÞ7¬¨WKA¢]6’VÉFÔrg•µ±ç‰Þ§0·ßSꊶ?ì†J € ^/×ã??îejùEB½àc$½•ј¥þW^ó¡Æ H†ÝÛ~{«Ï÷òc`…˜S}5,<é•j,‚d @€  @€  À¿Xß0® >VÂ5XŠbvéùð}§Ê¸Ã¦ò|(DOâüS1Øér_\‰8Î|- ñ´çERd£ID[ué—Èóe]¢¸¸õtM3ÜZÆ…ÌájSGÞ~Cæ•!ù÷õ ’OTðª~ŠFgsð¶\1ƒ>:è&ess§2ŠY¢¤(¨õì{7îð`<’p*Î}ãã`Š×úŠon¦M{JÙ›©y¬®Æ¢¤†_sÊ—F÷‹­%‰$œ²(7“+›*?ud®·AÓ~­æ qq×4 nÏ?ºÀ ÙþUÏSnSº_*íkÎêo¿!ójè=‚ä£$ÂÖ¬ŸýÇÓ±˜h®Kf´Í_Ü‘·ÃûjìÞün±‚®PùLþ¥’«ƒ áÕœ žå÷cN‡˜ââÞâÆ çÐHß#nšɈ63äóQA~Ñ?laGnØ¢™kãÿáë!H4%å¬ ‹±f¤‘Û¯U<Š º öº 1{ z”ÔTǃ5ÖÈíÄ?‚¡.nƒ»¦©ô_&ø°÷?’ÓÂ'iS:¡Ú¾ôvv ö2¯†Ú$’A$ÝÙ›l±›eŸoü×S%#ƒ™XÅæ•ÿüµm0ƒ%TÒÊs¯ãÏu$zt˜ÐHË#á«sÞˆªC$Cðâ!á˳³MÌnµˆ)¯á×Çx[®HaÉ/͈Ú«,‘Ç©¼¶¸õuM#"nKc·Pß65èíKgTì7d^ ±# H$ƒ$Hxµ¿MGÈfcn×;NÞfLšLŽªâ¼ˆgŠmñ…—B]}Ô÷fâ¶û›œmàåFYç)?À‰»+/l›ãL#Ög‡ý¯·¯ÃìÿL:\ÁÃC5gýÚÃÎûÆbÂ’Éõ<ÙS—|`éD <”í´ÙVr”48iê w»-öúMs´4",¡¿ûzÍût…¬G'7Ìt2#âôÛu¡L6•„‡Z8ÕÑJjäŒ5¿Äþ²iž+n—Ñ(õ§Ëº‰ÞUcêCá‘ùý˯3º»2×Z¡ÏŽW úœ*8µy¶ ƒÅ„ÕÉ^ÍŒhÎŽ*™ ¤UHM±rzޱ$¤MÁjŽàõ¹YF4ÿ;,uù ¬ñBôÀ”6ÉûµÖs#¯˜z¦Ì¡*Ò´H¿4°k±º*Ašº’ ¡j ªªÚ¾”œUW±)šƒú–Bn›óJÔÊÜ¿d†³•Ôe›©þ!×+{dÓAüWWÖLiŒÿ`êà³9®\ÚBbiN}È<2]pæ1ž·åU¯ºÅ ‚¤§<ÊÝÙ. 9‹Y˸~>©ºGæÎ”qÉiY®]1ú}&( de$ îvàZzNóNjy»XÂN²@î¼ ª¥Í½E{Ç §Ý…ý5MÜzÓŸf<ëìK‘†Ì¡,Ò´È 0¬k² ä×S¤® H¨Yª¶/g5Vl²æ ®¥PÙfÀ¼ê3ïÚ&óî_Q«Ç#dxIz·%ê©JILÉÌ/ÈcÄlšˆÕôHéjá´XêCÜ3èPH«¢þÖÃvÉFÂ.ˆð4•ÅeâÊHÞî„ýÏua—DÐÅjjfóDj–lÌîkžÌ§$½…;‰e!±Ú)eIÛÝåæÈýdì.žÍ\k&Gþ-¿íAÂJò§¡±ûûo”ÞOcRg“¦N½Z!nº8¡ÏO㳄XêV“ Í—æÉ2Aþ'Ê2RMQˆ;bö¥lÙˆ2„ ñÞÈxQrGŸrn¹¶ÈÌdNÂk†Ì¡.Ò´È 0¨kê,¡L]®MQ]Ã#-PÕ%ygµ®ØòÍA]K¡²ßy¥<ßÕpa¡r -å*ݰ’üŒÑÜ«,1IK´F§WêCÝ3èPwHûý³Þ§líµÌûÌ‚šöβÃÓ°8í6Ü-»õ;]š‚ËÊSeøŒ™ ±ùŠ©· yÇ}0 S×n_8—SÏ“w˜¼²]U¼¶Ù˜+¿zÎ+ uEæAéªëª”ÁISWÓîzò·F®?–òð8ÃÆ#óUi쾋¯Ïy#4óB£P)ïé>ä°³C\Ö•»~$š…ïâÓ”º!*›Å­‰Ø¨æ{±E$˜/Ï75±Y¨1s¨‹†4-Ò/ éÚûÓ.$×S¦.צ¨®i#-Pµ‚DûŠMUTZ •ýÌ+å’4Ä~ŽEzùð„ûêÞ¡Õ^.VÆÑFà3ÃÄý‚jK¼F§OêCÝ3èPwHûý³øwûÔžkŠ}é¥Êt|««Õˆ3Ñë]°D|ãZ.Ùè HˆCˆuYgC&˜`ºgcR³€L”†ŽC& â «*ŸõQYÛÌ‘(×mó &Y#U\5uucqánG46äi_7k¾Šù¾ßnÄûmŸUA‚_iÿÝc© é~¸ÙMú¹’Gá»=R$DG'甆LPȨLRMQPÆÑä'ÖHm&ößùÝn'®½>?ÇÄlѵf±ÆÌQS4Ti©~i@×”Îä*]O™º¼ ¡¸†KZ ‰¶›ª&(·ÊÜ3`^©  ¯âˆ´YȯŽö@hü†˜…e%Ìh#JA2hNŸÔ‡ºgÐ- î‘ö-úg)ðo$Âæ¤ k,B¯UÜÆ„™HÚ]pËÃ]q RÜ3`A’Å¡<µÁ­ù«Òž±/ùïx‡'"› 9Å)Jû­YÔRYò6e…9²ÿ¶ïùiLÍÁåR×n,–&ç´+_f¤èÍ­sä¼ç‰Ê̶:A¢6uCx¤´dú½Œ†9¥nɆj¢4‰¤¸ÙÌ•æÈãT@­Í½ÅøÔÒŽÇļ4¿!n¦í‹›-BÍ™£¦h4äÜ—†sMCñQ¦.צ¨®!/P•ö¥à¬Ö[KAB]W ˜WJæ‰Z“—[ §=ŽâÎTSäv²Vzn‹¾’N% ­Ñé•úP÷ ºÔÝ#Òª¨–Ã_ˆ:s¶;bÑM)æ`]JÁ.ìûàø´[¡n™-¾Ö,Ôÿ”¨ñâl„Æn½ZÂÈUfÁ+FÌ™™EO1bÖ9 lÄi¾¿M ²D– %23WΧÔñÅ÷ODÈÆoß™äô¬ìû×cÿ¸ùBùÙœÒØ¡–¾»bn3³²SÏnqîÛèEœçKÄügQX—6qËéûùE%O³OÎ6¡”ktM}¨{êáyUÔ!Q’aÆ‚¤·ô.6ì6¥µ³â·® Ε;ÌÙ}£Ž?S6a{ÞA?'3ë@[~SkIäâqR/FLö½S/ݧʯOÜác‡ˆs²^»3ÙØ0ÄoÊ<¶ÖËÑŒ¸ÖÚua®š”gxXn™#=V†Œ¬Ç¸Fõ=€”,8UêÚ ì×–Üãë¼ìMð£iãæmÚ)" E%H4§n” m-á2³÷ +êÕ~"-#²®UX‡?]bå]|”¡°™ßpÖ×Ä|YÑm jwG+î*ŽJj2‡¢hHÓ"7ÀP®)lÔ¤*>òÊ/צ$Ô Dµ@UÛ_i¢V[[ABm›áòJ:€:øÎr5'ʺ­=žËöNØ6gŒ´!ÚHgÏ­Œ6…$@£„Ô‡´gÐ) QTEí%Vxt< QËUÖÆž'j¨ÑÙSꊶKÏzðþ‰žŽ¬¾Jm ;× $¯†àá~ŸLêà‚ÔÂ~ÜËÔò‹„z²—˜ôVFc?ú_yM,󞙂¬×¤±ÅÃÎ5¨†É+$à‚(é­>¿/òÞK>Ùé‰ê«aáI¯¤OCâUü4 üOFÇðs 0P^ $€ A$€ A€á'HD욇w®œŽI®ã~.f—žßwªLùÍ;¢Ž'q~ˆ©P÷ÎbaK³Bö˜¤î‹+Ç™¯{ž÷¼HŠŒb4‰>{¸µŒ ™-Òmß0® >VÂý„: yû@Hébá/S²ø*£óÓÈp¹s¿ë)Ø>þ6£“Æ' ŠXYû>Cˆ>ÿ·NÿËÅœ†Ç©Œb–h°LÒ~Í)_Ý/¶Ö ‚„[1ƒ>:è¦."§,ÊÍdÄŠÄ&Á¯âöü£ ¬Mà_õÄûЉ·CŽÎæè¬²TŠ^Ÿœ°ýÃ[[³~öOÇßÍèºô`F 1Žˆ;òv8c_Ý›ß-‚¤·h¯sß{Š5AóÕ/]¼¤þïòæÉ·å°e/™í-þaŒ†7• ±kF¹ýZÅ3lòjÎÏòû1§C§÷ÈtìuAcöôP¸æß|+aÇíÍø½sÛÓÖŽî¯Ø¦¶æ¬û)©ª Ï1ëÖ|„ÜOÕiÿ®OÁË¿öþGrZú^†¢· Q-zýrF·ª¢b?À°$ÝÙ›l¢û|sà¿>˜*ÌÄÆJ^ùÏŸáï•f°„Ãd†„ÿω4·“5-fH$¼·í\üݲ¢îÖ.õ¨d(A"|yv¶‰yÀ­ñ§QÏùõø‹åW¤°Dº ©ê·ãZöÃG¹Ìäs‡¾žd„h~qu<}‰DÄmiì–ŸÁDAbTì΂„WûÛt„l6æv½ãämƤÉä¨*΋Øy¦Ñ_x)$Y²Á~1ÁÿµšøEÈí—*÷ìâ¶û›œmàåÆþ±CÔò`¯ß4GK#"4}ìüÝ×kxï§hXNn˜éd†k ~».”ÉædðP §:ZICœ±æ—Ø_6ÍsµÀþ0å±þtY7ÙûèyuÉ–NÄ/B¶Óf{XõþìÌÞ›2Ùïú ¢9;Zèb1*õ&®Àƒš³Ž~íagD\¼ä@r=O{“”†¹Î4äS¯ò61Áës³Œhþw¤ã»¨•¹É g+©6SýC®WöÈrŒ•{(ÐsŒ¥´¦‡H§ƒÈ,Ô2o•”yT$‰ ëc¼=0¥M¢‡ ‘S‚Ú3šökŸJˆ»+/l›ãL# ÒqvØÿzÕ˜ª$H¨ÊNÈ*8µy¶ §Å„ÕÕ T‹^)gÔÕaŠš¯¾QhS¯†• ²ý0y1-œYÊŒÀ¤ š›Pz#höcÏy¤{H°™%]–ºçñ*>™ ± ¸ôºì °Ä´ôŒÔK‘vM?R)ÝÛSéf„ìüºÈHKŽÝíCGKˆAY*üfFvö½Ó['ãÃïÒ°sw™Ì;'×¹`ÒI* †§Ž¼]cr\yùA:ãjôf7S²éiÌSvÆ%§e=¸~tÅh­ì!F%»à«Ååååµ­\‰¤ûIøTdê¶-ö~þ£{®wÅÖ#ϸښ¤­ a§Y ÷?^2óÚ&óî_Q«ÇcÒ0ðÒË÷9ævàZzNóNjy»˜ÊB-óVaØU•B¢ÄÙä´»;0A"i¹<!×Ð… áWGÏ@&î{/æ=)L¿yãa³P© ‚„ªìzÊ£Üí¢³Xn0®ŸOªî!)z…œÑX‡Éj¾ºF¡E½vK6vA„§©,.÷PFòv'ì®û »$‚.VS3›'R^²IïÄîÓS¾‰ùüLƒÆYeÅÛIqÓŹX¸Óx-ig¬²DŽ;vËn›o,£#—}%½Ê¡:îÐÑ´cωnYÔt¨¼ã“–°’üihìþþÛdŠõ%{š/Í3Ò•y{IÛÝåæÈ]º „Áf®µF“#ÿæki’–‚Dˆ1û2µ“Ìøw‚† Ͱ1»”K²Ei¡–y+w™–QõÙÜïŒ%wè+HÄ<ö›ÊÌØ ØX<öûÇÝTK6½…;‰•EùÅ,JSå Õ5<¢8í|Ô­~ÉF>g´®Ãò5_]£Ð¢^ ÏS6‚öÚæ}fAM{gÙáiXœvî–ÝúÎ]6 â²òT¾( °‡Dð*Î ÿq|XW7Aò®'Ûhäúc)vÎ+ ÌW¥±å–'¼šy¡Q¨Š÷tŸ rØYÈ!.ëÊ]?M‰RÚäÉ+ uEæAéït$ÚÚ£2*ñÊ~tU)›¹-MÒRðžGOCÖë29¤ÆK ±Ÿ#ä{ùPUPZ¨eÞÊ]¦eT}óB­‰Øøê{±E¤» ‘ÿŒž÷}b5WL½©•û<6`BVn_8—SÏ«õZNP]Ó¦\4 íë°|MS[ 5×+€á}ìWPwz®)Bô¥—*Óñ­®V #ÎD¯wÁño( aó…™xòã”ê,H w;¢±!Oûú^óUÌ÷y#Þ™û$¨ üJûïKÍmѤŸ+• [SWA¢=ª‚¤4t2YWXUù¬ÊÚfŽDK“¸OŒÅ\*èU/Hõg<-à~… yG’f2ABe¡–y+?ìjUß É+,ÛŒün·+jük¦ÒÔ–´"yƾÈTÇ„}÷Šž”&íŤñÄïsÛ‰mÕj6µŠ9uYgC&˜`ÒycR³€ÚTyABq —r@A¢m–¯iê*¡õ `8 asR5¡×‰*nc6Hƒ ·<»]sþ¾¸g(‰ämÊ sä´+_v÷'zs+À9ïy¢2Ý­ ‘ÆfÿmV§XOA¢Î^Åá‰ÈfCGq9Æ~k_r¤+bjLÂôŸ2š{±Y¤a s¥9òè‹•Œµ&/·@N{Š{É–l¨,Ô]hUÿŽÏ¹ìxÜ«ì çñv{Lñ^íJ‰°)ñKs4jËC޲ê࿈[‚ý²6éP›c¿Üš?>'„ ŸÒT™ ÉâP»#aÝ^FÃ*€â’JÑ+äŒÖuXKA¢M½¾‚DÔ™³Ý‹nBH1ŒØ.ìûàø´[¡n™-¾†Ý€k'HHNÙ¨é–%œ’Ÿ¦#ä°<òjzãü³-}q|@¢ Áb+=Œ™ké»+æ63+;õìg݉:{ÄoSƒ,‘å‚C‰ÌLÆ•ó)u|qçãý²ñÛw&9=+ûþõØ?n¾ÐÁ$nu´;B£–ü‹‘žž~#»Žô”MCœ7¢Ü{ûþä ‘fRzFÊùùÖÈdÖÉç|Rm@e¡î‚D˨¤ˆp‹iË’Yª7õüêß}Mš¸úйwnž žjŒŒ½£ÿæ‘Lƒð¯Z¡‘«“0ÉF.H¯1gnd=yĈYç€h_ÜlRš*j¼8¡±[¯–°T׈; C&!d·$4>%#+#åÊåŒ×Õ¢WðZÛ:¬¥ ¡²Ÿ¤e ?AÒ[zh*¾ydSZ±?PøöáÑÄQUc‡9»oÔñ•ŸC¢A¨ž²¡د-¹Ç×yÙãG‰éãæm*{`»>‚„8³ùç–9Ò3›ÈÈzŒ[`ÔS®‚„Úl0­OÜácGD<Êkw&»å7e[ëåhF$gíº0—sڛīKúÁoœl¯Ž…ÃÔ…{ÓZU6"¬ÃŸë±ò.1¾K‰ƒï,WâÈ“­ÛÚã¹,!õd©…zí¢’ ‰†³¾&æË’Z…¤»ØOÎîð›8BË„ÛãŠ:¤9¬ª:õ ‹hÈaknŦ֒ÈÅã,¤Ù7b²èz¾S%Âö¼ƒ~NfÖ ¶„ºìøMYØ÷D@fö¾aE½ªEÏWÚZ¬UÖVPØFÒ²†éà#EÔrg•µ±ç‰žϽÿàô…º"‡í»¡à@à þóã^¦–_$Ô >vAÒ[Yêå5<ð 0üè­>¿/òÞKþG.HÄœê«aáI¯„Pd H@‚ H@‚ H>R¸/®Dg¾|ävŠ{^$EF1šDPc$ÃNðkNùÒè~±µ$Ü’ˆôÑA7[„Ú‡â”E¹™ŒX‘Ø$ “+œ†Ç©ŒbÈÉ@‰°5ëgÿñøKfi®Kf´#¯¸#o‡3öÕØ½ùÝâÁö]Äb¬iäökϰyΫ9<ËïÇœ<ê.Øë‚Æì)èQý©·ø‡1Èùû"îÐÏÉ^7Ñ'¼T| »¨=}‹=Bóo/ÿU|C®A?ÆKîuB AbXAÒ½É!ºÏ7þ냩’‘ÁLl0â•ÿüþ:û`K8èŽ _žmbp«Eüi”¿>ÆÛØrE KôቨõÊl¼€í62ßÊ™Á-;4ÿzúoÕeA¢K×׳róòdüÝs> H +Hxµ¿MGÈfcn×;NÞfLšLŽªâ¼ˆgа›ë Š7×Ü¿ÿ/xÎTGKiZV“ü÷üzð?³œiØFvžëÿï)[Y½ˆÛîorB¶—ý_ ^Ÿ›eDó¿#ßE­ÌýKf8[Iã´™êr½²G,›HÉ=è9Fšmz1î š³Ž~íag„}e1aÉäz~e˃½ §:Z—Žœ±æ—Ø_6ÍsµÀ å±þtY7‘–Ò«èÈ£"ITXã…è)m2AÒÿ™t¸à~ð4zÛ㙊`Ýð3AÞq unRY¢¸å¦ê—)ÈÄÑÁÍ8úŒß—“o®û[ ÛqæÈqW!WYèAò¡‰•ˆ šhZ8³”I47¡ôFÐì?Çž+-©t1ƒÌ‰dŒ,,Œß'jD“ d¿í!‡LØ\zý~¼c§Y ÷?^H¿!Dò»ö€É¼ûWÔêñ˜Ò ¼D!éOn®¥çä1烙·‹%ÝO§"S·m±÷óÝûs½+B3Ž<ãöE~3#;ûÞé­“ñ1iع»Læ“ë\0‘u¸‚§,HÔF¥(&<ŠöŽAN» ¹d‚Ä.øjqyyEyEmkoÛÝ:šp°œK\Е·ÉM<ôŒ§ÖM*K·²<Þ6M9xûðt#›5©m„¾ê}69|{óì\#úò´.eu¡K·ßk¸|¡@Š@͉Á—l$ì‚OSYx÷PFòv'ì®û »$‚.VS3›'R$_etJºí!&œvôˆÙvãNÐØý%\[Vêc=‘Ù—©²] ʳ š!×ÐR®ÊO˜©mw—›#÷“5²­°læZk49òo¾â•÷0U0íØsbL5]™ƒw|£P!B-£ê³¹!Þ/Jîдd#aÝò§¡ÏŽ=Çg$xå±Ñÿ»‚^µnRZ¢;-†f&¼n¹»z„±çïÕ‰°õV ¥é¬ÓumX©Ì¼Ð,R$ºQøÌø½–ÍÉ8e#h¯-`ÞgÔ´w–ž†ï;Øp·ìÖwîti¬.+O•áë r‚䤃±—1Öë291ûÞ&Ø#‚sº5î,}=MŠDH ±Ÿ#ä{ùPUðÊ~tUqÙfc.GñJÞÓ}.Èag!G:M‘»~$šUÅSHK˨úNÓ´&ÎÅŒºØ"Ò´‡D̺`ަû‡'ÖÅ|nd³!«S½›”–(ðæêld¼ø.[Â}5ÍÈ~k«2z†±ý7™bb&dêÑjž¢ Ñ)È„½wò ‹þGPüw+OÍÉ<ö+¨;=Sô¥—*Óñ­®V #ÎD¯wÁ"öo( vúJ\¯X~Ñ-w¥-Çÿ°Z“Ý¥QüÔŸñD´€û]‚äU1R7“ ’ÒÐqÈdA\aUå³>*k›9%A‚ñöß=– ’mѤŸ+•‰vQõͼ:çŒün·kÞÔ*b3×Û`éýÝóæÊ|3«¯´‹Ô»Ii‰|Büš“nXîâY-n¹µÜŠæµyé(÷ÿðÞIzËÂ\ј½O{‰A U€ ù‰°9)È‹ÄëD·1a&’Êny8vïü}qÏà ›¹Òyô€J#µ¨5y¹rÚSÜK¶dÃJò§!û­YJçvu$ZFÕ/<ð9—{•g{*OD6rf3zŠöáÇ„ï]ü‚nÄ1¦v“Ò…íÄeã‘ý¶|ÂNѸF´\y›…ÏØðjކFþ'¯[Q]èZ%’/HD9Û±(&„s°Qµ`ö‡}p|Ú­P7„Ì_kê!HHOÙ4Äy#zÀ½·ï§ß¾3Ié)çCæ[#“Y'‰=ªÚ@ÜùxÿDéÕÉéYÙ÷¯ÇþqóOA¢eTRD¸Å´eÉ,åÝžâ·©A–ÈrÁ¡Df&ãÊù”:¾ôàÒIOcãQÖhäší9Cî&•% "§`ûh46ä©ôôðõíðÿî>[Ù#›l9ë…LýSÙŠêB§ ã¾»ÂÌÈÊì#·”% -;É ’ÞÒCSñÍ#›Òڈǃß><ºb"~pÖØaÎîÄP«¯ Q™’d]Ÿ#Ûu#/Ht ¢ü™û-yÙ H†Ï£ãE-wVY{ž¨¡˜‘ø¸è) uEÛvk„_ý››ÙĈ2žú• AòAá??îejùEB½àc©{+£1Ký¯¼æk¾XÜÛTúäïò‡W÷¸ÓG­Nn¼A€ ù¨é­>¿/òÞKþG>R‹9ÕWÓ^ µ¹˜Wñ‹;þŒ¸Qÿ9ý”-Ö¸W@€  @€  @|(„o˜×+á,E1»ô|ø¾Se\¨uŸz–Š:žÄø!¦b°Ó徸qœùZ@âiÏ‹¤È(F“ˆ, ·êÒ/‘ç˺Dq}ÓÓ5Ípk2[„¨Qyû ™W†päß×3 HôƒWõëT4"8›ƒ7¥’ˆôÑA7)[“˜Óð8•QÌ $EA}¬'2^r¯s@ m0,6 J–JÄNŹo|LñªK_ñ ãÍ­ Ñ´éaO){35¼ÕX—¨áלò¥ÑýbkIF" §,ÊÍdÄŠÄ&ÊO™ëmд_«yC’9Ô5 ˆÛó.°B6Õó”õ›ÕœÕß~CæÕÐ;2 zàß+H„­Y?ûÇ_ÖKs]z0CúqGÞg쫱{ó»Åý‹Ún.ÄŸŽœv=ꔋáÕå%4ük·ß_ðu$¼šsÁ³ü~ÌéS\Ü[üÃäü}÷ƒ·‘A±dp²×@´Å /b/jOßbÐüÄ«“åßö«SÅæ¼œn‡[qh2¢Í ¹Ä|T_ô[Ø‘¶hæÚøøzu‰rÖ…ÅX3ÒÈí×*ÅÝ{]И==JjªãÁkävâÁP÷ÉwMSƒz™à7ÂÞÿHN Ÿ¤Q°Yéíì@ì7d^ µ# H€OYtgo²ÅîO}¾9ð_L•Œ fbu‰WþógXt¶Á –P~©Šš,³æÄ¾ì{+}Oá÷.Òoí¾Éçè"H #†ƒ µ^™MäðFæ[¹nÙ¡)ø×Ó«( ]‚¸î¼ž•›—'£àï6‘²Tøêœ7¢¤êɼHøòìló€[-bÊkøõ1ÞÆ–+RX"]ÇXe‰vþîë5td±4¡^H‘¹†uM¶¡‚üzŠÔ U %+PÕ®à,eîõ·²Ä´ôŒÔK‘vJ5ü'JÛ ˜WêúQOUJbJf~A#fÓD¬¦GJoÁT w@nÀ©qÏ S@=<"­Šú[ ‚d0—l$ì‚OSYx÷PFòv'ì®û »$‚.VS3›×§*u1øU3"NâzyFtUköf¬½Í:òû|\ªŒ -éÕaÉF®óé-ÜéH,‰ÕÎèJÚî.7Gî'kd7ÑlæZk49òoù]V’? Ýߟò~‘*8›4uõ–°na©|vì9ž4¯ü 6ÐW@v?Ûpa¡r -å u ;-†f&¼n¹»z„±çïØ-l½hi:ët][F9šy¡Y¤$Ht ¢ð™ñ{­ò2Äd©êú‹œ ‘+"N;uS7_šg„>?]¯4jSVÕ…¸#f_Ê–z©l6Ä{#ãEÉ}2¾åÚ"3“9 ¯2‡ðÂqÇC™¢æËèÈe_I/yZäÔ5u–P¦.ר©®á‘¨ê’¼³Ô¹§\š.ÎE$5Aé'Jû ™WÔýƒâ-+ÉÏͽÊ“´”Aktz¥>Ô=ƒnu÷ˆ´o@ç ‚d°OÙÚk ˜÷™5íe‡§áû6Ü-»õ;]«ËÊSeø$¯,bþ÷ÜkõEûðm#£·ú`ZfÄêÔúôµøœ™Í¦¼.ýÉ;îóØ€Q˜¸uûêÀ¹œz®˜¼¿â•ýèªâµÍÆ\ùÅk^i¨+2JïT]Ö¤ Nšºúž“˜´GÓýà ëb>7²ÙÕI6Î b?GÈ÷ò¡þ©‹ß\ŒßeK¸Ï¢¦ÙoÍcUFÏ0¶ÿ&³SLÌ„L=ŠŸõ$:™°÷N~aÑÿŠÿnå)¯’I–ª$¼²°ñÈ|U[]ž|Ì×KyŠ?Qš¤š"ïyô4d½.SV¨l·&b£šïÅ‘t`j¼<ßÔtþÅf¡ÆÌQòBðúœ7´`£<-Ò/ éÚû½F$×S¦.ר©®i#-Pµ‚D]îiW”~¢¶ß€yEÝ?¼“p_Ý;´ÚËÅÊ!Ú|šÚ;¾QHÒR¯Ñé“úP÷ ºÔÝ#Ò¾Eÿ,A2dÇ~u§çbƒ¾ôRe:¾ÕÕjaÄ™èõ¸ôðo¼ã<Ú:_[v¿«Þ}‰Ž )æö|gÿäŸÚ¡§ !ÎÖe ˜`‚i IÍ2AR:™,ˆ+¬ª|ÖGem3G¢\µÌƒ˜dmDMpÕÔ5ì¾±™ëmФŸÿîyse¾™ÕWÚE¤ äUÑ@š…ú§Î¯9醬Öd`’^Ürk¹ÍkóÒQ&î'þὓô–…¹¢1{Ÿö* =‚P—Úd©zABtt«˜êIánG46䩲 ¡2I5EAýOD ¸ß%w•Äfbÿ­‘ßívâÑëósLÌ]kkÌâ'9/øê“Ð(¤LKõKº¦t&WézÊÔå Å5\ÒÕ H¨sO»š ôuî0¯¨û~u´Bã7Ä<(,«(aFûQ ’Aktú¤>Ô=ƒnu÷ˆ´oÑ?KA ‘ 6'Yc‘x¨â6&ÌDÒÊ-Ç”£ó÷Å=ï:ÓVà[{¬×eu½µÞ]Ils2š[ÇÇ-ùqþ—ï¥f±V‚$‹Cyh‚[óV£Þ?!¿}g’Ó³²ï_ýãæ åÍ·œÒØі¾»bn3³²SÏnqîÛgEœ%#+#åÊåŒ×-‡!ªJBÒµ â¼=àq2šÊf~mY2ñäA]Ìçˆþåm–X‹Ì‘pJ~šŽÃòÈ«éYŒó?̶@ôÅñuŠ´È 0˜kò“¥äí‘"uùFMu iª6+G(sO?ABi¿!óŠºà?‹šŠÐÄ-§ïç•<Í>9Û„R ¬Ñ 4õ!ïlu ¨‡GäUQ‡DIÆ5$ƒ+HzKá§eì6¥µS·® Žr;ÌÙ}E/ONl)Ù÷¤Gei²öq„s|X)Oý)‰°=ï Ÿ“™u ƒ-¿©µ$rñ8 ©#&û‡Þ©—îSå×'îð±#¦bFyíÎdc£¿)óØZ/GâX²v]Q¬úð!«àÏ-s¤§º‘õ·À¨¾ç’§J]a/½ª%øV¨{kF`më£nÅ&ïà;ËÕœ8ç¶öx.«ÿYú¥Þ•ñµ%šõŒì‰a"Öõ9²5SyA¢SåÏ|¥ãÛC’¥ê m­½ …™½oXQ¯öÃi%!ëZ…uøÓ%VÞÅG ›ù g}MÌ—%ݦ öwwd±â®â¨¤&s-¹Ç×I½ ›·=þi'±4-r åšÂFMªâ#o}rZBÝBU TµYñ•ö(’çžž‚„Ú6Ã啚þAÜ]™°mÎÙSh#=·2ÚD’`nRâÎV‡€zxDQµO”l\A/×ûàWÿæf61¢Œ7”ï†òý8-wVY{ž¨¡zDgOQ¨+rØ.=ëÁû'z:²ú*µ]4ì\ƒj`¼ú°ýÃðë ¿Aˆ{›JŸü]þðêwú¨ÕÉ-h Ÿ.üçǽL-¿H¨'{‰Ioe4ö£ÿ•×ÄÂ1ïÙ‘)ÈzM[<ì\ƒj`˜¼A ^Å/îøƒWFyüçôS¶ȧMoõù}‘÷^òÉNOT_ Oz%}¯â§Ihä2:†Ÿk€ò  x‚ H@‚ H@‚³Kχï;UƬ…o˜×+áþ[òûâJÄqækÁÇî`Ï‹¤È(F“è#±‡[˸Ù"üd댼ý€ A2päÞ‹-}îèoó{5 mœ†Ç©ŒbÖû¡[1ƒ>:è&Þ?Ë^¹žÍQú^·ÑS% Cæƒ.ðkNùÒè~±µ$úd,§,ÊÍdÄŠÄ&Á¯uâöü£ ¬Mà_õÄ;ÐåëÌë‰ÞUn ö‚Ä`‚DØšõ³ÿx:þjD×¥3¤¯hwäípƾ»7¿[<,IoÑ^gäü}‘†ÕÞâÆ(^Æ«9<ËïÇœ±âà"ÿ½NV©&ñq ‹±f¤‘Û¯U<Öš~Û]°×ÙSÐCá>šó­\„· 4ã÷ZlÌmO[;º¿5™ÚN˜³î§¤ª.üžòoRÖ6«_&ø°÷?’ÓÒ÷½‰úª8TUEÅ~@Jtgo²EˆîóÍÿú`ªdd0¶xå?†¿Ö9˜Á“þ?'fÐÜNÖ¢ô\>AA"|yv¶‰yÀ­ñ§QÜüzüeò+RX"݉TuŒÛq-ûá£\fò¹C_O2B4¿¸:ž>‚D"â¶4v £Î¾žÚ ^íoÓ²Ù˜ÛõŽ“·“&“£ª8/bç™"D[|á¥Â‹¥¸ÿ_ðœ©NÖ&DºF¶Ÿ-?xïµÊí³¸íþ&'dx¹±¿µ<Øë7ÍÑÒˆH;÷õÞû)Ö£“f:™a?YLðÛu¡L6'ƒ‡Z8ÕÑJjäŒ5¿Äþ²iž«žö(õ§ËºÉ^Ï«K>°t"~²6Ûê fgnôÞ”É&éê;ÒgL½°ï§þϤÃ<ù9É.òß‹»+/l›ãL#Üsœö?baˆÿêÊšÉ#‰oŸÍqåRƒU“ÀckÎ:úµ‡‘ K$×óÔÛ)bå ôcIÄA›¢2lQ僚8¼>7ˈæG:¾‹Z™û—Ìp¶’Úl3Õ?äze¬˜È,!uGËUzsyT$‰ ëc¼=0¥M¢‡ ‘S‚Ú3šökŸJ7…©J‚„ô¢œÚ<Û…ˆÓbÂê¿êê«¢††CÑÜÔ·D*ÛAbA"d%úacZ8³”I47¡ôFÐì?Çž+‰.f¹T‹˜[Ñd©{ŸüG@&Hl.½îïÆ‰Žy„%¦¥g¤^Š °Chú‘J.ñkOY¤›²óÿé"#-9v·Y,M ÆGY¨ð›ÙÙ÷NoŒ„KÃÎÝe2ïœ\ç‚I'éP®0Rtäí‹ãŠÈËÒW£7»™’Í h$vÁW‹ËË+Ê+j[¹- ¿:z2qß{1§èIaúÍ›‰ñ]ÔS•’˜’™_LjÙ4¡)‘<Ò$$ÝO§"S·m±÷óÝûs½+6VyÆUg§4sÜ\KÏÉcÞI-ok™Ú vzrÿã…@¡¯=`2ïþµz›⽑ñ¢ä}‰˜Ç~S™»‹Ç~ÿ¸›jɆ´¸)M•«3T×ðˆVà´óQ·ú%ùœÑºáÈ77u-‘Ê~è·‰!OÙÚk ˜÷™5íe‡§aqÚm¸[vë;wº4—•§ÊðùyyA"¼ŠóÂtý±Œ«› yד¿m4®»æ•…Gæ«ÒØr+ÞͼÐ(T Å{ºÏ9ì,ä—u安¦D)í·ä•†º"ó ôÎw†$ï¸ÏcF!dåöÕs9õ\ÙÀÇ}uïÐj/+c„h#põ&pU’à•ýèªR¬6s9ú uù ¥ á=ž†¬×erHKP"hˆý!ßËo„ª–Pº£eÊ]¦eT}ª¯5_}/¶ˆt$òŸÑó¾O¬Æ ‘jɆ¬¸)M•«3T×´)·Í‚Dû†#ßÜÔ¶D û¡ß$âØ¯ îô\S„èK/U¦ã[]­Fœ‰^ï‚%âß P$Âæ 3ñäÇ(ÕYîvDcCžöuƒæ«˜ïûÕF¼_õIP$ø•öß=–Ž_Ý7Û¢I?W* "¶ ¦&AÂ}z`,WAï` âf]ÖÙ€ &˜€Û˜Ô,À'ö=¿!æAaYE 3ÚLjR”†ŽC& â «*ŸõQYÛÌ‘¨±S½ Q“jâTÄÏx"ZÀý. Aò*Ž$Íd‚„Ê- T~ØÕ.ª¾’WXÝ1ò»Ý®|\¨ñ¯™JóiÒÚëûR SöÝ+zRR˜´Óã¿Ïm¾SÊF¥¸)M•$×p )× ´$Ú6ù榮%RÙý6€ 1¼ 6'Ycz¨â6&`ý51qËñ;'çï‹{†BHÞ¦¬0GN»òe7b¢7·Ì‘óž'*3ÏÚilößfuŠÕ Lxy £¹›E*ƒ2¯âðDd³!‡£Ndq(%·æÏ‰‘Žß™êoŠÜNÖòd[2VÒec¢JÒû­}fkc§ú%5ù &NÅ=$Ì•æÈ£o,VJNÔš¼Ü9í)î%[²¡tGgA¢eTý#8>ç²ã±Ê£f8·Ûc2ûjÿSJ„M‰_š£Q[r”UÿEÜì—µIo„Úû}_Ü”¦ÊÕªk$¬ÛËhX+P\²Q[µo8Z JûAbhA"êÌÙîˆE7!¤˜ƒ?Flö‡}p|Ú­P7„Ì_Ãî…µ$$§lÔôNÉOÓrXy5=‹qþ‡Ùˆ¾8¾N ÑG`±•ÆÌµôÝs›™•zv‹3éqWnu´;B£–ü‹‘žž~# #”ÅoSƒ,‘å‚C‰ÌLÆ•ó)u ÛDg#4vëÕ–@î{Á+FÌ™™EO1bÖ9 Ú7[…ügQS±»í-§ïç•<Í>9ÛD&HT“w>Þ?!¿}g’Ó³²ï_ýãæ žZ;Õ µù@§â)›†8oD¸÷öýÉÂÀ¤ôŒ”ó!ó­‘ɬ“Ïù¤–P¹£» Ñ2*)"ÜbÚ²d–êM=¿úw_S¬0V:wãÎÍóQÁS‘±wôß<’i~ã•@+4ru&ÙÈ iqSš*_g¨®w†LBÈnIh|JFVFÊ•Ë¯ê«¢Ö GKABe?IsÉ ’ÞÒCSñÍ#›ÒÚˆ­z·® N;ÌÙ}£Ž¯´©U“ Q=eC!H°_[r¯ó²ÇÓÇÍÛÿ´S¤Ë µò<«àÏ-s¤Ç'‘‘õ·À¨§\²ÓÁI?ø“m’±p˜ºpoZ«t"¿>q‡z”×îL6_Þ a{ÞA?'3ë@[~SkIäâqÒ¸FLö½SÏ—MØ6gŒì<m¤³çVF›ˆ, 잔ߔyl­—£q­µëÂ\ª±Sƒ Q›Ô¾+<‡¤®ÇÊ»Äø.$¾³\‰sV¶nk粄ԓ¤îè!H´‹J*$Îúš˜/Kj%}rŽýä쿉#¤±LX°=®¨C$&_—Ô',¢!‡­¹›ZI‹›ÊTù:#¡.h~Sö=Ñ ™½oXQ¯†ª¨mÃÑVPØFÒœAŽ ‰¨åÎ*kcÏ5<-ôϧ§(Ô9lØ ‚^ðŸ÷2µü"¡^ð± ’ÞÊhÌRÿ+¯áç H€áGoõù}‘÷^ò?rA"æT_ Oz%„"AÈ^@‚²$€ ì H {A2¤pk2[„P…†áæÁµÁÇJ¸ÿÎ"³Kχï;UÆý€Ùõ1 êxwà‡˜ îp­çÃÞAA2ĈÛó.°B6Õóth8 SÅ,ÑG§¯J"fÐGÝT¯%œŠsßø8˜â%ké{¬Šg{xU¿NE#‚³ñwÙ÷lF›ßûAŠŒªà¨slÔÇz’¾z(³kè}”¯Kô:ÞÜ M›ö”r8Vó<Þ!Íp@Èn÷Z³~ö¿û•æºô`F‹€è-;òv8c_Ý›ß-þ ™&x™à7ÂÞÿHN‹î¯)é-þa rþ¾è£»!âÕœ žå÷cN‡rÞr+MF´™!—˜òs3ÕsÅ$½E{–i)2ª‚£Ì±-Hôή!÷Q®.äýÃvä†-š¹6þ¾ãõæ?8 Hº³7Ùb÷>ßø¯¦JF3±n™Wþógø[æƒ,á‡Î4·¥±[8HãÚǾtòêœ7¢¤vZ ɰüNÌ ¹¬|"û 7A¢wv µzÔ¥ÿÎÿ*à_'Hxµ¿MGÈfcn×;NÞfLšLŽªâ¼ˆgŠmñ…—Êo+ã7çœØèë‚ϧ˜Œv[qûE¯Hyº¾íþ&'dx¹Q ß{°Ü0ÓÉ h1Áo×…2ÙÄ‹¨•¹É g+©/6SýC®Wöôߤš³Ž~íagD„Zr ¹ž‡aå ôcI„ MÁºtþ«+k&4Æ¿0uðÙWÞ-êïóû?“Wð¨âT:ÒgL½<9¥Ž‘Uð[æŽ5'.0µïµò±»@MœT#ñ}ÿÇòëŒnuYGff̩ͳ]hˆ¸zõ_õ*—©FX ;s£÷¦L6uY©í‘ÝRZÄxŠM·¾²1šþDšçTi©¦&T N)Ç(ó¤åÁ^¿iŽ–FD@úØù»¯×ðÈEE]ò¥-ðËl§Íö°’$úgE=¤v}T­K]™k­ÐgÇ«T&IƒÐœ-TbV²MÛ†)¿CMK§È7õ~l’ !+ÑÏ¡iáÌRf&MÐÜ„ÒA#°ÿx{®´Aü6g—«,US#YDzúF³DØ\zý^ô”Eº!;ÿŸ.2Ò’cwûБÅÒ„÷C3ò»ö€É¼ûWÔêñY^’ ¡î'áS‘©Û¶Øûùîý¹KzÆ‘g\Y·×Òsò˜wRËÛÅQOUJbJf~A#fÓD„¦DVôË »à«Ååååµ­\ UœšÄƒbròþrJvCÈÜ{ÛÌô”3›œû†6}‰é‚3qƒË«^u‹5f‚a=åQîFÈvQÈÙ»L&ãúù¤êÊl¤aå¡+b¥mÁ% £•Û|#ÈÆø³Ÿžv«»žÔ0M‚D¡àrLsuJLKÏH½`‡Ðô#•\•ýy»Æ"ä¸"òòƒtÆÕèÍn¦ý‚d ÙEQ©ÝBUë’ÂxMf’4æ);ã’Ó²\?ºbôû˜lÓ¾aªèò–N‘oZDø9 H¼d#aDxšÊâ2qe$owÂþ线°K"èb55³y²»³ ¦½³ìð4,N» wËn}çN—¦à²òTYXÜ•¶‚XªYrç-Š“·eþóœ«o$jãç•…Gæ«ÒúV$‚×缚y¡Q¨Ò«b?GÈ÷ò!¯ìGWgm6ærHºî«{‡V{¹X#DOïxÇ7 Iú|Ê8õ$D„æAÌN’݃!HtÉ:Õ‹Õº¬Å«6¬°=m3v‡‰Æí/îÑp}™az ò¤'Ûhäúc©ÒН4/µt’RHvQÕCž6î¶êÇkr“ÔĬ`›ö S=ï[:eû€ ù’A=ö+¨;=×!úÒK•éøVW«…g¢×»`‰øÆ7º˜+ A²XY\Ñ(HðQ{ó}ïÚˆ÷®> d‚äUÑM5 ±Qc2YWXUù¬ÊÚfŽD¥[àWG{ 4~C̃²Šf´¥ ¡Š“ûôÀXdÿ]A¯®‚Ú,H‡¶wzÄI¢1´Ï:Ù8+w±Z—µ$jŠ;훀V]\÷äµKÔ^Ï%3L]þh¬µÎ“žÂÝŽhlÈSžÖ2r ÙEUIËe¨}Ô0^“š¤&fyÛ´n˜êIK§l¿$†w@ ¢ 6'Ycz¨â6&ÌÄnVîwI¸åáØí‚ó÷Å=Âú33¥K6qÏyø’Í:bÉÆ5¼¬WÃ’ÍÛ”æÈiW¾¬½¹`Žœ÷¡¬å18|ßo§ò’Í ÜEUɳ?ÌyÔ±¢A^"´Ækú SÛU¥–NÙ~³d3ò$C&H$ùaNXt"Jyøëž¶a8„&d]‹ôBÈlá•&1¾©uë8EªfŠM­ÖÁ—^‹tž²á•ý<!Ç¥1Iœ\ÖÙgY æÂ„:ÑÀ¾5Û€]'Ó8Ùg#æY#“™GŸàKöÒλ'ʯ¥srón_ÿ3õ¹€¤[>Žõ@hâÆ· KÊåe¢èФo3C,‘åüýÉìÖå³uBª8eü§q˜£ï;Ïâp8)QX¦é’þí‘.ËIÊÊÎL:²ÁÛl`{¤þq’ü®Ãu*7K;‹#&!d¿(2!#;7;ãò¥l¬p¨²¬|¢áÂ,„Ü6%•qUޝR„•uÞ wCÎa¹R©¤)5Ĺü‡ï¢¡J‹Ô0-þÑ,8•ÌÒö Õ`-ã•ðÂß<·íøuvn^æé[‘á.êzHZ.ÜG­ã5¹IôÆkú “äÔYK§ôÛ Édü8!€ ¼ é-ßïoYŸÕJl¿½whq*ÒØqvxJbSŸð5ç×o¦9šZdòâÝWžòÈýªž²ÁÚrsÁ‘ÕÓLð–qsÃuJ”º)Gÿ™îıY;¯UG ¸Çv„9‡WMs2“k÷ѸX"ˆ»«7ÏË;„1ÊÅw«•ˆ_XŸ¼Å˜È1=-œØzJ'q4íÇ€qŠm3Ž vfµHé<ñëÒ#¾š@˜oë9ÛWù©¾q’þ®Õuê7 s±Ü7#3ÿ½ÄÔ U–•[µÝÝàlfÌêP?è­–ÿø—)F6!×›å慨8=× yÆTõöiI‹Ô0*ÿhœPmK$=ŸP âLè_gËÏ„"#ë±^Á±ýoø4Ø]Ôõ4ûÛGíã5©I4Çkú SS¶t*¿ F É;:Aòá¾:þ#›Õ÷[ð‰ë‚º)$-$ HA H@‚ H@‚ H>øµ¬s9Íb¨BÃø {ߪÐÃeüO³È¤åg£v«àÿƒî‚jó)7ù¾FIÚžÚóãñ*>t¶ H>p¤m…‡æ[!Ûàóõ=ÞË™¬R®ä½ÓWeÑS™cBR5û[¯êÌw~ަxÉZú®Œˆ=‚šß¹ñËÚù“l‰og2}þ~"ÿpø&z‘`ãøk~³Pï°½¥?ŽE.;JÞ;Y.xv&tfÀOùíRµKüªý“cFÄEöý‚œûõ|éˆ÷‡½%;]ç´ÁUÁQzìŸ$»k„ó8I¨øaèÚÚàëÏ×E FŒ@µ‘QwSE…%ÿ×!n/ØûåŒU ÿ'4@üöï éÎ[o‡ ¿ïöüÇS%£BÙXo,¨<ø9þeðPW¬|³„›µÝ“$i«…G«z$Ãì4 ¿¹¡[ü!÷6z¨ÄWg¦#FPfç?Ø ÿï÷© ¯£ÏDÿH‘ý#7Ab°»>¸Ê9b‚dðõç“$D7_2A¢ Aí§ d»® «ww&M&ÇÖðžÇÏ5Eˆ±ðÜ ±Êò_Ë­oGI]ùûIs{ÛË’«3™ÄOž+jÓ­­·×;#»àK "å:̽tí g3,ˆÅ„€mç*30’öîES]¬äy±õŒ¸ZÝ3 •EM¹‡¾ñ±7"B-Ú“^§%áìökI„`L‰À:á«ËßNeŒÿ`êè·áTe·d ·ø7é@•€*Nµ~©óN0ù¯“'§Ö<¹Eÿoã7sâS»ñÓ–ÿJ¬k‰“ªy¿ü³ü&»[›ëÈ ÃŒ9¶a–+w¯<_/¢Ê2eØ‘³núúœê"s3×9 ûg4Kñ¯}mkäõPîsª´4 ÓâÍ‚Só¥Ošïì ðt²4"2Ýæ…_}& êÒ÷,žhßfç9ËÇJIî.ŠzHýaÌ£´»úÜæÙ.DŠL§Y{ÿ׫Vñðxx8YÉã5õÛ_âY?×w‰ÑhŸ5'*”y1iÕ¶Fá íö“7yz¦j N‘"i¡Ý‡÷Zú:-ÒN9~e:$ýi*Ú»©®œUVèó#OETµ]„áâd¡Qtì7ÀHàC$bnr€ &'¢ØåìhLš 9‰å)!6Ø|?QÝ· i87[ÞZ.×¾$M)AÄ츥¸‡DØ]|ýNôTÄx!ûÀŸ/°²ÒãÃý˜Èbq⻡ùì½r‡Í¾y>våx„¬‚/ÊQ÷Ã(dêµ9þváý[­qGhê¯ùŠ ^{®pòï²odV¶Ie’žšŒäŒœÂ¢»¬ãë'"ôYLÕ@3´M*­¬¬ª¬ªmá˨âÔ%T“SÎ/¯ü BæÓ7ÿ‘œÉædœ\ïÒ?´*HLçŸ|€\Yóª[ªÓu*†õTÆz!»/#Nßd³YWϦ=í¡t#­4аnÖF\’°ZøM)!¶ÆŸÿü¨[Ûý¤†é$*§â1ÝÕ)9‹“y1&È¡)¿Vó5ëö»ÛÜrZs釕·ÁËt@ Æ]õ:û×GáÓ¸©ÈÄ{ç…ü’‡ÅœÔ”{MêOOTjv^Þ­›&ãƒäâ½g0 o]íŠ=£¨è)HTÛ…7´Ù¯µÉë4UGp²IÌÖåCƒû -}=A¢»L‡¢¦¢½›R$dµ]žÊg[O¥gåÞ¹zhÙ˜wE@Ç~Œ>¨%YGQ´¯©" ïHVz˜3ö?÷ÝÅ]2Q·±©C xèè}æ€ßäþ¿eIÓ|iØÿÒ±Ž´ÚX+,‘Ó–{Ýbf ¹î*ëÕ”Ç/Ï-0Cî‘å|©¬õæRsä=0ÞÁ^e&Çü-Ô>û'妣9I\)É|,eœˆy„oo-·@›r:¤“ÿ† åßõp]ÿÍÎ[ïw+[H•e#¬–°Ò·ìïÝWß-°1ñŠ)ëÕz¿€Ì0‚De"])³ô}"m¼0¡/NÔ«uV2nZ ¹íîªR*µÁ¸‹ªÊèd¨óØ[¼Õ‰X|•RU0ÕxÚo1‘çá'Ä!i¼Œ=„LOhë'H(×>”[%µý4›<•©4ƒ«xL«Ùä>4´¯ÐÒ×Ñ$:ËtHú7òT´¯¿( òÚ®VMçõû 0øàNÙˆÚj‹Ø·ÙEÏÚ:+à{Dì×Þ¬¸öƒ·|1¹.?VÑ#•öm&‰ËöeA"i¹¬$›tAÅÞñÈ|EVÿ*€LôúÌt„fœkkÔmÑËø/ä"GPñ“»Ffm×ðHZ=ÿÕ­ý+§¹Z#İÁçyHûRÜŠ8 ídˆÍCØ$»†Bèã:Í›µf™Æ«5¬¸-köœƒÆí.íÑq+™a =|ÒS¸y rÿ©\mECP‰—‡¤Ôã.ªz( “ý¡ÎcÿI|ÐhìÜëë=gòûwGS Á£]®Èqk1ÞU°fú,?äe¸ ¡h•ÔöÓlòT¦Òí1”=¦]G‘úp¨‰R_GwÉFW™MÿFš mAB^Ûµû 0ø`ýŠêNÌ1Eˆ¹øb5ßêjµ údÜW\l$¼I^Ÿ™I$49FiUòæúRbEoÌæ=R]‚µW°ßõ® xïê—H&H^"i“5Æ!“ù§Škª÷S]ÛÄ“iTNáÓ8„Ư=~§¸¢ªŒçgD)H¨âä?Úã†~(êÕWàC›éÐÖg@œ$ƒ¾ëã¬ÒÍZ³LGh +m¿¿kBX½qß~·M¦õ~>™aÚü£c°¦í“žâp'äñH@[FÆ]Tõ´\†;ò3­u¹§#‚&˜`OëÒšDZ ž¢Ãä£|÷½ vhÒÁjÖbÒ*H([%µý4›<•©t{ eéÜÔªéCCû -}Š'µÄ¯«L‡¬ÓL…¾ !­íZŠ€Žý | ‚DÜ”bÅ3í÷~Câ ìi&èv—Œ_…iU—¥=Ø ©ríÜÿ}"ÿ9·££áQÚO³å›8'Eë~™ìmÆ2sä¼­×/f®™#—í5×$-éK-óöÒ^żºÃ¦ÜN©ŽæÐ™hмŽÖÊ_YÐÁYÎTt}‚ª‘íÚ|žê\=Yœu'|Ñœ M=—l“ÿ%š“ÿ†Ä©¹ Cßu¸1×—0°›U—l¨²L2ÂæòÈrGVÒ‘¿ÕÍÈu+çqÊ7¶È%,·M¬å~RôùG£àTæuéû„b°–Çàð}¿ÊK6ƒpU=$Ïþ0çQyÞæÙŸØÀçÿBhˆ ÑVLJ~ÐÈe«¤¶Ÿf“§2•n¡ì1ÍRÐíCû -}Š'µÄ¯«L‡ºSJ…þ’ yc§%Hè÷ùº>HA"éÌsÂb™QÊÃßò´ ûÃ!4!ëZ¤Bf ¯Ë1↴ n$I›Íˆ)íR?öKvʆWöó„—Æ$qrYgœe˜ êD[ªlvLãdgœ˜gLf}‚/ÙK;ìž(¿–ÎÉÍ»}5þÏÔç’Ê)|ëÐÄ'n–”=Ê;:ËDÑõIßf†X"Ëùû“Ù9¬Ëg3ê„TqÊøOã0;F/ÞwžÅápR¢°ÜÓêdÛ#]–ÿ’”•™tdƒ·ÙÀöHýã$ù]‡ëTn–vGLBÈ~QdBFvnvÆåKÙ¯E”YVÞÿßpaBn›’ʸ*ÇW)ÂÊ:ï…»!ç°Ü©TÒ”bƒ\~ÈÃwÑP¥Ej˜ÿhœJfiû„r°æ•ðÂß<·íøuvn^æé[‘á.êzHZ.ÛGÑ+Öñ“)9E%ﳎ¯vDŒ¯R[Ć-Ťìì𨼡Å~zMžÒTš=†JŠ¥ Ó‡÷Zú:•E¿î2Šþ"×t ym§'Hè÷ù¤F’ð> AÒ[¾ßß<²>«•Ø$~{ïÐ2â0¤±ãìð”wÍSÚQžµr¦»µüàÕÏ/ÿsäv=Ÿä%$d§l°Õ\pdõ4üµjÌqsÃuJ”©£ÿLwbÆÅÎkÕ‘îÀ+„9‡WMs2#µv_«&’¸»:qóì± ¹C£\|7±Z‰ø…õÉ[üìqgÜp#ùÏ/Ga¿½ç%+íyžËj”¼‡5Mü†½oUèá2þ'ÞRA‚„@ÚVxh¾² >_/ʘÿ©—¯Jy/d²J¹’á4Røì˜?ƒ_;¢‚„_=•9&$UŸ‘Wëeb³,¹QôÞÕ4Å·ãóxƒ/bC<óÞ´@ Rˆ[rŽÇ¿Ép_¼/»™èð¥íw·¸`?¹í,ì–~¾½H °qü5¿Y8Ô1ÿC‚¤·ôDZÈeG øŒ”pYߎ2òú­F0²Y<;:3à§üv½ªVwÑNW4v{QEöѼԷJ¶_ŸÐÔ?j±1·-kÕ˜öbj7aöêŸÓjºdx=ç^›‡÷±:Ñ jšÁ‚D³ˆ óÌ{ÒRA28AÒ·Þ!¦ßw{þ㇩’Q¡llPTüÿ@v(‹+þ@|+á77tÇsåÇ+HÄ/NÏ21ºÖ,ý0ŠXX|º±å² ®D?A"Wã¶\É»w¿€~fÿ7“Œ#àTÀA¢YÓ†P|Ð-$ƒ$‚ÚÿNAÈv]AWïîLšLŽ­á=ŸkŠcá¹b•™ö¿­š9ÉÁBž.sì̺óZãáZÚz{½3² ¾Ô0ÐÉKšïì ðt²4’t›~õ™€´Oî¼Ì@¾ÇëÅŠP <œ¬ä¡FMýö—ø_ÖÏuÇ“7í³æDEwÿÀ$jÊ=ô=~£Å„E{ÒëÄãÁþ`ß±–DhÆ”" 1÷þѵ3œÍˆ;¶« ŸÿÔ¥ïY<‘Ȩç,+¥±ž4-•i‡öîES]¬ä^²õŒ¸ZÝ3 •šÖžø7é@•€¦‘Z\ª‚èõ™™FŒÀòñ]‹Ù¤ž$÷9½"SûÊíâן†˜Á­2‰’êÕþ>!Ïßj„T‚DÚ]}nólQ_fíý_¯SÕ U s‹Žm˜åJÄi1aåùz‘f«y†²¶P7(-—èÔ^@üc‚DÌM0Á:ç(v9;“&hNbyJˆ öŸÃOÔÄF;ÄœHÒØÂŠ¡HÝaÝM®˜DØ]|=ÐÉÝ,òÙ›œÅÉμdД_«ù:‰"TTjv^Þ­›&ããäâ½gn²Ù7Ž®vŤ“bŒî~åL½6Çß.¼ë¯5îØ0ôëc¾"¸×ž+œü»ì™•mRYOEŒ—²üù++=>܉,'jŒÔÒö»ÛÜrZs釕·ÁËt@P¤¥28*2{å›}ó|ìÊñY_”K;j4­%×Yd*Ã.ýâòV²s,r/æNÈš/ÍFÈ=²L@!H„Oã¦"ïòKsRSî5‰µ˜ª"H¨jHOe¬·²û2â4æ ÖÕ³iO{ú4‹XÅ3ºj iƒÒr‰NíÉ?·d#ë(Šö5UÄeâÉJsÆþç¾»¸K&êâ66u$ª‚ÄâëìNì²êϹ„*Á4uõiªÏ}ÒÆ súâѵê$¡Úo1‘çá'DZ’ÆË؈2=¡A,•µÞ\j޼>SlËì`¯²F“cþj|ì[ÖÆZa‰œ¶ÜëVÂæ— Ó‘ñ—éí† © ãMuNüZl,vÛñ ›jɦ·x«±`©¼˜Eiª’ ¡ºG@½óÖûÝÚ—l”=C»¶¨4(êK´j/ HþÙS6¢¶Ú"ömvѳ¶ÎŠžXœökoV\ûÁ›)OÁuù± |ö^Y`¡Ú3—á7\oÕKôõnƒÜ*è#Hv¹"Ç­Å<"ή‚5£Ðg±5© â'w ŸØ®+àiŒh‚нã‘ùЬ¥5‹éÍ8× ²OFPéŽÌC8šÛ3(ÓÒ’Y™èeüù_z#Öf€ž‚D‹‘t‰àIœ'²^ÃÓev‰'iùœªÈ”#¤_|ļPK26¾ú_h–è/H”ÿ™»#ù)_J½©•ÿ$>h4BV^_ï9“_Ï—j͵’ ¡º§U½èu =j‹rƒ¢¾D«ö‚äý8ö+ª;1Ç!æâ‹Õ|««Õ‚è“qk\±Dü^ŠÔIWö7Ä ÿ‚k\=Iq¸r‹x„÷ŸüG{ÜÃE½: Þ:üð@>ºußÛ`‡&¬àCó8d2ÿTqMõã~ªk›x2òaÔ|û]߀÷ð~‰j‚„¸-„M&H¨ÒÒ*H^"Fö&±6ô$ÔFjs©ê ~Ò1‚nwé2›DÐó9U‘© »´‹˜!y…9 SÀmêûvÎÏèŸ~é_‹l:‡ýäÿB¤PvÝ*yXVœ¶SÜw´…®eS«”W—{:"h‚ ¦È×¥5‰¨MU$÷ð ©Tôt íڢܠ¨/Ѫ½€ y‰¸)-Ä‹pÚï5ü†D¬7'F+~eö\å²£´§_0—e¶aÝcË­uÄYJ÷½å½† Lù £9š$ ùâ…æÜN©ÖDeRÙÛŒeæÈy[¡â‘PòæZ9rÙþPmɆ¸Íáûþ•—l¨ÒÒ’®¤%}©rÞ^Ú«ÕÍñWPu`"²]›Oú«ÅHm.UÝCÂ^nŽ|úÇbj³IiçƒÝ² Øu2“›wûjüŸ©Ï¤#¯ìç)9.Iâä²Îþ8Ë1&Ôi¼ŒW~³ÂÒÛñëìܼÌÓ]úÇzª´47µâ·¤q²3ÎF̳F&3>j7@ÓZéÛÌKd92;‡uùlF¦‘Z\ªzÊæå©éˆtë­D‡Ù$¶Ñò9A¢OñI%¸ÅŒ%é\͇záÓ?üMš¸rÿ™”©gcC=Œ‘ñô¸¿$Ó Â†ËÁVhÔÊ4L²‘ Ñ+Öñ“)9E%ﳎ¯vDŒ¯R[Ä”¦J.ÌBÈmSRWDu´³8bBö‹"2²s³3._Ê~-Ò,b•\Ó®-ô •ý$ $ÿ  é-ßïoYŸÕJl俽whq¦ÔØqvx 1ö sW'BŽŒšòõo\é±_ÍS6‚?¾šöcÀ8…À±pôX°3«EJ_` s¯šædFÄ`í¾ ×T¤Ø¢æ‚#«§9˜à=ãæ†%<ê”Nq‹þÚ8[~BYõ Ž}¤˜W'MKS8úÏt'œeçµêHÁ»ƒHTY+¬OÞâgO˜0zZxN‡”¶‘T.U{Iþ^å7‰ñ]‹Ù¤ž¤ásZ‚Dâ¾<íob¾$­…ôÝ8⎇§·L´‘Ç2a~Ø©’v¹o5U‡¨>ñKrÜTÐN±©µ,fá8Åñv›É‘7ê…ÚJ_Üvw_€³™u0«CK 6æb¿EÌü÷–ôj±Pmk1½ÚBSPØFÒ`Aòž¿:^m @gÉæ}FÒ|c…µ±ïïÏ‚Ù=%‘îÈ1ì^7Ô1$ H>&A‚=¡?92ÍÔò«ÄzÑûnvoufiàå×ðÂs$ H>6A‚ ôOÏõBøž›-å=MÚ•öJ   H@‚$ HA$€  @|܈߰÷­ =\Æ7,¸´£ülÔ®cúç?¿}„ýZôžûGÚó<-&–Õ(yOìáײÎå4‹‡¢ìþqû@|XHy/d²J¹Ã2&*>"ŸÇ3,¸¨>Þwà{»z |vÌŸÁ ˆ¯QAÂ/‹žÊ’ªÏ€È«ˆõ2±Y–Ü(úÇk‚´­ðÐ|+d|¾^0¨²Ó¬Q†xfÐö€ y7?Ð’{0p<þ}X†ûâ}ÙÍÄ #m¿»ÅûÉmga·ô=p`oéc‘ËŽþG#H$\Ö·£Œ¼~«Œ¬'Ï΄Πø)¿]¯bí.ÚéŠÆn/ê¡È>š—úV)ÂöëóšúG-6æ¶e­3PcMí&Ì^ýsZMþ•a)ù÷vµºúEb€Cà¯ùÍÂÁ–f2Ì3úU û@ôÓ·Þ!¦ßw{þ㇩’Q¡ll`Tüÿ}(‹+~/øÑ ñ‹Ó³L̃®5K?Œ ,¬?>ÝØrYW¢Ÿ ‘«Žq[®äÝ»_ÀN?³ÿ›IFˆpªN`ˆ ‘IøÍ Ýâ¡(»a­QôíA¢@Pûß)Ù®+èêãÝÝ€I“ɱ5¼çñsMb,<÷Bõ‹fü׬è`O[# 1ƒ3Ze%Õ!ªý}*Bž¿Õ©‰´»úÜæÙ.DÙ1fíý_¯Si–f}ЬQjž¡ª-¸Ÿ<,å~fºÍ ¿úL‘Š–K4ëÀ§+HÄÜäl€ˆb—³£1i‚æ$–§„Ø`ÿñ9üDu5AòúÜ|<]£1>›àÀdιØ(Ö$¶A_ 1D'|ö^¹Ãfß<»rÿ­’‡=&ËD|Ý[LÕŸÇ_ž[`†Få|KX„m¬–Èi˽nÅófSÊ&rÝUÖK2Á®åfù%ç­÷»•³©%r¥AMÖzs©9ò>úL±Ñ´ƒ½ÊMŽù[¨7-Üv<¹+-ÙÐ$b<ˆÙ¿2; ð•…ªw¶ß b"ÏÃò),IãeLLOh«DH3ª~›_&LGÆ_¦·*H¤‚Ž7Õ9ñk±±Ømǃnª%›Þâ­NÄb¡òb¥©4ÊN@VH–l”=£¥¶¨:GÚxaB_œx§UH/Ñ©WpʦOÔV[ľÍ.zÖÖYqÀ‹Ù~íÍŠk?x3åé¸.?V¯ tíš ÿÅ|ò’íñ÷…ú ™èeüù_z#Öj{Ç#óYJëÓšq®A¬9|h¹Y㒮ȕ5AÅOî~¶]W ¼EAPéŽÌC8} Á“8Od½:‡gˆ—(,T½Sðh—+rÜZÌ#Bu¬…>‹Å7Ð*ÝF3ªþy¡–dl|õ¿Ð,Ñ_(ÿ3wGòS¾”zS+ÿI|Ðh„¬¼¾Þs&¿ž/Õške×JV´ mµEÍ9=…›Ç ÷ŸÊšå¨t‰N½A2€¨îÄS„˜‹/Vsð­®V ¢OÆ­qÅ’òOx‰Ÿ¾‘´Ÿ‹Xú¹|sýíõ7=É«SÄPÛD5Ôš¯`¿ðQÀ/‘\PÞ, J—tE®<¨•GŽC&óO×T?¶‰'Óˆ*„M&Høö¸!‡Šzµ QýI_ĺÝe€—¨,T$¸‘?< ’î{ìФƒÕj‚„^Tý3$¯0‡\oS?.Ôp~FÿôKÿ:`Ó9ì'ßø"…꘰ëVÉòⴘڸ£ XéÓ²©UÊ«Ë=4ÁSÃëÒšDÔ¦Ò(;>Y}Ð%H¨k‹ºê(wBnÈÉ»Ktê’þ§)-Ä‹vÚï5ü†DlD!FL~eölç²£´§OÐÚØÊÇkøOOÏÃWy,¾ætë%H$-éK-óöÒ^²Åˆ·ËÌ‘ó¶BÅc£ä͵ sä²ý!¾ªRu`"²]›Ï£q³Œ{} »¤ºd£-rù –Ëë_ŽqØ”ÛI}öS•Ã÷ý÷( LÒù £9š$:ö°—›#Ÿþ±X//QY¨¿ ¡ÕÀŽÏ¹lyЫžÞƒ0LÄ& ¼¥Dܘü/s4zã=žºê>?µ»²*í˜Î±_þ³?¿ „ÒTeGZ4k”Šg´Ôƒ z‚D~ ±3?Ì ‹tBD)6ŽômÃþpMȺé…ÙÂ+MbþÿÂb:¸Ošè,_Ì™´¿J ý”|›ŸmÀ®“iœìŒ³ó¬‘ÉÌ£O„䣯ìç)9.Iâä²Îþ8Ë1&ÔáËîÒ·™!–ÈrþþdvëòÙŒ:¡¶›;‹#&!d¿(2!#;7;ãò¥ì×"-÷K.ÌBÈmSRW$í|°{¢ÜâtNnÞí«ñ¦>WU¯üæKÿmǯ³só2Oot8öˇexôâ}çY'% »ô”ÍËSÓ3èÖ[‰Þ^¢²PAB3*Å–fÜbÆ’t®æC½ðéþ˜>¸rÿ™”©gcC=Œ‘ñô¸¿$Ó Â†ËÁVhÔÊ4L²‘ Ñ+Öñ“)9E%ﳎ¯vDŒ¯R[Ä”¦Ò);Òú Y£TrM][ $Tö“4€O\ô–ï÷À7¬Ïj%6ŠßÞ;´Œ8×jì8;<ÒîûM²3‘§m3iáö‹5< ­S6Žþ3Ý͉#²^«ŽpÅÔá¢æ‚#«§9à‰0ÇÍ KxÔÙ¿cAXŸ¼ÅÏž8ä3zZxN‡TÛÍ}ÂÆÜë䗙ƒÿÞ’^m‘‹Ûîî p6³fuas°°NfD>­ÝDã M}6‰[ôׯÙòc¤ÈÈz¬Wpì#~ÿ‰à´Æ)¶ßX8z,ؙբù²qþ^å7‰ñ]_/‘Zh€ ¡•\H¼<íob¾$­…ô½4⎇§·L´‘Ç2a~Ø©’v¹o5U‡¨>ñKrÜTÐN±©µ,fá8 E-›y£^¨ÅTšeGVÔk”Pmk1Em1LPØFÒd`Éf8 Oâ7VXûþþLð!x©§$Ò9†Ý놂A‚äãBøäÈ4S˯ëEï»—z«ã0K/¿†ž€ AòñÑûô쮘[/„ï¹—¤¼§I{£Ò^‰¡È@|â_û H@‚$ HA$€ É/HøÏ/Ga¿½çvJ{ž§ÅIJ%Pc$ >;æÏ`Ä׎¨ á—EOeŽ ImÓÅ«ˆõ2±Y–Ü(‚ € !A"nÉ=8ÿ.-Ã}ñ¾ìfb–¶ßÝâ‚ýä¶³°[:y—pYߎ2òú­F0²><;:3à§üv½rÑ]´ÓÝ^Ô£yITï‹Ð¼Ô·J¶_ŸÐÔ?j}²¶¬UcŠÆÔnÂìÕ?§Õtáó•’Ö@`tç­·Cˆé÷ÝžÿøaªdT(»S&Tü‹Ú.”ÅIÆÅ/NÏ21ºÖ,ý0JJX|º±å² ®D?A"Wã¶\É»w¿€~fÿ7“Œ#àT ‚„Aí§ d»® «ww&M&ÇÖðžÇÏ5Eˆ±ðÜ å/©É¸Wæà :o/éé“ñŸüòþ—Æ+m½½ÞÙ_jx÷»èõ™™FŒÀòñ]ÒÂÞ½hª‹•Ü~[Àˆ«Õ=RÅDJÁþ`ß±–ÄÆ”ˆ>®šr}ãco„ýd1aÑžôz~gó <œ¬Œˆ[GMýö—ø_ÖÏu·Àþ0í³æDE7‘–ÚëÈ£"IT\|bg´Ê $J>Õþ>!Ïßj„ H$”ˆ¹É&؈Å.gGcÒÍI,O ±Áþãsø‰êòŠ^‚Ä6èâëw¿wpB,÷ŸÏå¿"ùì½r‡Í¾y>våx„¬‚/âG~ÉkÏNþ]öÌÊ6©¬ûa”2õÚ»ðþ­¿Ö¸cCÿ¯ùý‘D¥fçåÝ:±i2.mï=s“;qtµ+&¬T Ô‰Ö¨T•öõ–시Ëùƒ$²æK³r,€ @P#ë(Šö5UÄeâÉJsÆþç¾»¸K&êâ66u$z ²m*ø nö¯ÌN™”lÖâå¹fؘ]Î׸„%Úzs©9ò>úL±¶ƒ½ÊMŽù[¨zgû­ &ò<ü„OL³4^ÆDÀô„±J„4£ê·ùeÂtdüez»¡‚D*èxS¿“=n;tÃ’ ‚D¢¶Ú"ömvѳ¶ÎŠžXœökoV\ûÁ›)OÁuù±Šé ‰àIœ'²^Ã#$2ÑËø/ò¿ôF¬)H?¹kdÙv]OõNÁ£]®Èqk1ÕU°fú,ß@«tͨH[’±Üú_h–è/H”ÿ™»#ù)_ ›Z$tÕ˜cŠsñÅj¾ÕÕjAôɸ5®X"þ /E²ÖTb°VÄÓOˆêOú"FÐí. Aòê!HšÈIyä8d2ÿTqMõã~ªk›x25A‚‹ ‡ÈI÷½ vhÒÁj5AB/ªþ’Wg¦#£€ëmêÇ…ÎÏèŸ~é_öj:‡ýäÿB¤PvÝ*yXVœ¶ww´ƒA Hè nJ ±Æ"œö{ ¿!b Á¯ŒrGÈeGiO_wÞ¿Gá)N{,ÐKÈ:ØËÍ‘Oÿj@Ò’¾Ô9o/í%[²á¦2æÜNµs»ú šQ)è-Åç\¶<èUÏ ïA˜¦Ù’ÞR"nLþ—9½ñO]uŸŸZ„]Y•öF ‚ABIg~˜Ý„ˆRl`í)Ú†ýášu-Ò !³…WšÄ}ÒÖ¬5vŠ7lXY+Ösè²yyj:bÝzûîä ² Øu2“q6bž52™yô‰TH;ìž(¿;“›wûjüŸ©Ï†šQÉ‘à3–¤se¾>ýÃß¡‰+÷ŸI¹‘z66ÔÃOû[@2 "l¸l…F­Lk’(o/!q€ ‘öõ–ï÷À7¬Ïj%^"~{ïв‰ø!ZcÇÙá)uB¹Øh/9±~†3Cž2sôxŸ%‘ìV‰ÎS6Rqþ^å7‰ñ].Hýgº›ãÑØy­:RÀSOVs¯šædF$jí¾ —LzQÉ…ÄËÓþ&æKÒZH_Ã"îxxzKÀDy,æ‡*i—;AsDTŸø%9n*hW$j.$ÃŽ¤ùÆ kcßߟQÌH¼_ô”Dº#ǰ{ÝPi$Ù·lž™fjùUb½è}$½Õq˜¥—_ ¡Æ H>º¯ýö>=»+æÖ á{.H¤¼§I{£Ò^‰¡Æ H>BA$€ A$€ ø„‰ø {ߪÐÃeüKQÚQ~6j×± þûì–ÊHIûÃS{~<^5ÔéòŸ_Ž>Â~-"ÉiÏó´˜XV£„, ¿æâ/1g+º$ïq ˜5ÝðkYçršÅÿP3<Êö¤¯F"#Ÿ^Ï€ ù‰ æ7dšÇÃ~YôTæ˜Tʶ/å½|É*åJ“¢¨>Þ/ºÕù>»eˆŒ”ñªÎ|ççhJ|ïpÙö7×BÆ0¦ì}DÙ›iyS®ÎÒ¡Føì˜?ƒ_K2Éx±^&6Ë’E—ÚsÖØ"Ïßž †¹ÿ¬é@ÚVxh¾² >_/Po&ú_Mf™5Üþ‘ôÕðgä#èàC$â–܃ã™X ÷Åû²›‰^BÚ~w‹ ö“ÛÎÂniÿ]ìâü3Î5H•4öÏeG _/A"xv&tfÀOùíRŠ›{KK/ÚánÑD$h^ê[%SÛ¯ÏGhêµXÇÕ–µjÌ@)˜ÚM˜½úç´š.üsÆšßüÆn‡_µ2b̈¸È¾_TXòâö‚½_ÎX•ðB‰ÎÒ¡œuá²¾eäõ[€â†î¢®hìö¢55Õ~ç[käõûÿ‰†»Oñ¬éª]/lÍo’4½Ðl2gv0ö¤¯†;# H$#+HºóÖÛaÏÔ~ßíù¦JF…²±ú/¨<ø9©](‹+~wó z×÷SÈUǸ-WòîÝ/`§ŸÙÿÍ$#Ä8U'QA"~uf:beêÉ0|KHüâô,ó kÍRÊ{„õǧ[.Ëà*/ÍHÚX+,‘ϱç‚÷¶O64k:‘ð›ºÅ†6“!o2z£aÿHúj˜3‚A2²‚DPûß)Ù®+èêãÝÝ€I“ɱ5¼çñsMb,<÷BåÓrúiëíõÎÈ.øRƒˆ¬§U ¥ÝÕç6Ïva‹ N³öþ¯·¿wø7é@•Õ”{è{#ì‹ ‹ö¤× HdO]úžÅ-ðPvž³|¬”Z4ipÒÔõ$JªCTûûT„<«j$Co$îÏ–ßdww嬲BŸyª˜ss‹Žm˜åJÄ`1aåyÅ×–Ãʼn0ƒé6/üê3©V!5IÂ-Øì;Ö’H1%«¢×gf1oÈG ›Åõǧ!fpF«ìÝZ÷F¹Ñ´ãõ"]Îsï];ÃÙŒ°$`Û¹ ÅôiZ¤?ŽpÖdR-÷“§®&H¨ê¼fj6µÌRyOÒ|gg€§“¥Ò¨ Z.QÚ6‚¾’´°w/šêb%ϲ­G`ÄÕêE;¾ºüíäQÆÄÄ¥£ß†S•Ý’>òÂ5´Ñ UêÃÚ3èЀ‘VÅÁX |Ò‚DÌM0ÁÐ(v9;“&hNbyJˆ öŸÃOÔf\õ$¶A_ë$§qS‘‰÷Î ù%‹9©)÷šÄý‚Ä>4©´²²ª²ª¶…/“u?Œò@¦^›ãoÞ¿õ×wLüú˜¯Ú›µßÝæ†Ó²˜Kw8¬¤¸ ^¦-š<8yêƒ$²æK³r,P ’a1÷§éü“pwUּꖪ’žÊXo#d÷eÄé›l6ëêÙ´§= óÙÖSéY¹w®Z6¡)¿Vó5 …ÛåÁ½ö\áäßeßȬl“Ê:8!ÈûÏçD~)mî-Ù99‡TiKj ÃxæéÎ驈ñ2Bö?_`e¥Ç‡û1‘ÅâÄz1EZäŒlÖ*Èï§H]EPÕy²Õl2*™¥ôž"¿>{“³8Ù™c‚ìÕjù%JÛFÐWýæ]¹Ãfß<»rÜ=ƒ~õÏißb¸K$JˆêNÌ1Eˆ¹øb5ßêjµ údÜW,zÿ„—¢¾îüµ£ð´<Õ(æ%zÿ·?‹ƒÆGU $ĉźÜÓAL0õ³.­ID&HÊ#Ç!“ù§Škª÷S]ÛÄ“©7ó6Y‹Ö\3u••â†ó3úû“þ‡ú¦sØO¾ñ/D Õ1a×­’‡eÅi;157qGA›¸ú”Ͱ©]Ý ¶vARî„Ü"© *“4SÕŸôEŒ Û]JQIl&öß\o#>;ÛÄìË+MRÎ!.)åBÔ€©~‰ bÊ´4Á¬©ÉU»Ÿ2ueABqŸ´@ujïÑ« j—¨½7‚¾Ò@_"Ð&±ðiœÖ/­=~§¸¢ªŒçgD)H†¬Ñ’úp÷ úÔ?G¤}‹á.@¼›DmJ ±Æ¢šö{ ¿!q‰^…_åŽO”öô‰ëOÏ sZ—TÝ&è~yÿh  ±?)ø&WFWäò(xðŸýù1Ð ûU&"Ûµù<ÕùL‡M¹ÔºZö6c™9rø¾ÿå9OÝÁ•RW}mƒ0L¤% ¼6Aܘü/s4zã=žºê>?µ»²*í˜R ‹‘Ú—l¸×—0ó6mK6TÃ¥I$%ØÁ^nŽ|47ñªÚÜ[ºË9ny@ÌK _žšaÄø*µY¬Û9Ä%çm…Š*!ys-ȹlØ«Ó?J?Ž\ÖteêJÍ„êòÕh2*™Õâ=ƒ u]A_©™'iI_jœ·—öJ;3M‘×ÑZù¹­Îr&•$²FgPêÃÝ3èPÿ‘VÅAt¶Å©·Îü0',¢ ¥Ø8ÛS´ ûÃ!4!ëZ¤Bf ¯4aC†¸óýXÍ´§D?äi¼eHó”¤áÂ,„Ü6%•qEJ5_ôŠuüdJNQÉÃû¬ã«6<µˆû¤o3C,‘åüýÉìÖå³uBiçƒÝ² Øu2“›wûjüŸ©ÏÕ_tÀ+?€™ké¿íøuvn^æé.ý»Â(‚“§®¾ÑîS„&®Ü&åFêÙØPcd<=îoÉ4ˆ°ár°µ2­IByÊfŒÔ*H°h‹#&!d¿(2!#;7;ãò¥ì×"šÃ•ÛIºVÑËSÓ3èÖ[|Ó•Íü&Æ’tBÁŠêŽ˜ÿºÎ•ÒpŽŒWöó„—Æ$qrYgœe˜ êDi‘0bYSžx$¯á©+7ª{H T³É¨d„Ò{† JûGÒWòM˜øÏiœìŒ³ó¬‘ÉÌ£O„X›}ë5Ù'n–”=Ê;:Ë„R ®Ñ 6õáîô h@ŽÈ«¢‰’Œ’ÞòýønûõY­Ää¹øí½CˈãgÆŽ³ÃSêú÷Ž š²¯›å.?ffï¹hKüÿÞ’¼q‘ä” ¦gîî p6³fu(oj-‹Y8ÎBž ›É‘7êåi ë“·øÙ㿞žÓYÂÆœÃ«¦9™÷Z»/ˆ.åiÎóp‹þÚ8[~ Yõ Ží[)YpªÔÕÎ"u<<½%`¢<ä„ùa§JÚ%RòuQ}◠丩 úØï©]ÑæbÑ:˜Åæà¿·¤—þ0Dêv²®U\‡¿]b91]Fa³ðåió%iD·)ªýÃY,S›^ÓâQsÁ‘Õò\0ÇÍ KxÔI”iZäŒTÖT6jRy}Vj&2ê:¯Y šMF¨¶G‘Ü{ jÛFÎWòÔѦ;±¹ÍÎkÕ‘®¸ÿøpâæÙcåµ1F¹ønbµJ($Á ݤ>ÜÝý€䈢*ÒO”l¤`†¤ùÆ kcßߟQ½¢³§$Ò9†ÉÏzþ/n ²ú:³MòÑe ªÁˆøj^î÷Á¤9@€V„OŽL3µü*±žì#&½ÕqØÅÀ˯‰…cÁã_?CÖßfuH?º¬A5_  H€’Þ§gwÅÜz!$;=ñ4ioTÚ+ùÛU?OB£þÝþñe !_  HA‚$€ A@€  H@‚dPðŸ_Ž>Â~-zÏí”öOÏê¤Û*åzE»ÜA‚„Ig~˜¾g5¢“=EÛ°?B²®Ez!d¶ðJ“¢cß?‘HÌjeV»¤;Ãhâ/g²õÒS6/OMGÌ [o%*û-O¦q²3ÎF̳Øo©© ¤vO”ßÎÉÍ»}5þÏÔçC ͨäHp‹KÒ¹2ý‘‹Wöó„—Æ$qrYgœe˜ êD2C [ù¬ ,ý·¿ÎÎÍË<½Ñ¥S+UFH6ßF¥pòòï\>:ÉY]Àw Çz 4qã‰Û…%eòŽÎ2‘KÑ+Öñ“)9E%ﳎ¯vDŒ¯R[ÄtÒ" H•Š’ 2CnŒ¬ó^¸rËíJ%M©!6Èå‡<ìÿ}Ò·™!–ÈrþþdvëòÙŒ:!Í: Ó*•ûé–»r´dÍà$½åû=ðÍ#ë³Z‰={â·÷-#š;ÎO©ëß»(ø¿#S±Í—f´aý|gÎZ[|lteo… Q=e#×áïõX~“ßåc¥£ÿLwâDª×ª#ý'RI'+„9‡WMs2#²kí¾ ×NzQÉϽ<íob¾$­EÜ'ÓçQZÔ\pdõ4üŒç¸¹a :%úÌç¨O^q‹þÚ8Û•8pŠŒ¬ÇzÇ>âkɈúñäŸ9(öÙ|¸ûJÿÙjiwuâæÙcåÑ"Æ(ßM¬V‰´·,fá8 Åý“#oÔ é¥E"-¤4@Geà?þeŠ‘MÈõfya _œžk†;¿,z*sLH*e(å½|É*åJ“¢¨>Þ·ÿÛ¸úæèýÿ`ÐHŒnCQ—Èq]Õxè¶šo…lƒÏ× >¬È¡å]ó-¹ÇãŸe¸/Þ—Ý,"ºîö»[\°ŸÜvvË¿ +ë*ø÷(<Ûµw»I£êà„_Aú{­¶ <;:3à§üv)Åͽ¥?ŽE.;JøÐ­ $CR—È«´®jÞÝ ˜4™[Ã{?×!ÆÂs/”¿('¬–+F0 W =÷¿³'R½¡“²Öë_™âWopeÊ“À­·×;#»àK "2A¢kNTtKúè¤n@Ž4 rðŸ9Þœ(3ïÕÿ-à*†á«ËßNeŒÿnêè·áT¥v“t¦E"-^¥ãcÄÜÌuÈþßÍR¼\¯}mkäõKŽ~]Ò×*5½§­2PW!¤2µ…½{ÑT+y¦l=#®V÷Hµ–¬„[°?Øw¬%‚1%‚Ph6Š!J}X[®^ ÈQâEÇ6Ìr%¢²˜°ò|½h0ÖÀ§*H¸É&yF±ËÙј4AsËSBl°ÿø~"P½¹§pó< ·ˆ‡YÏ£]®Š$¶þ¯GÊ/ÝAtöÓâ_ˆú4‰mÐÅ׺‰ðiÜTdâ½óB~ÉÃbNjʽ&q¿ ±M*­¬¬ª¬ªmáËdÝ£<©×æøÛ…÷oýµÆ¡©¿>æ«véíw·¹a–-‹¹t‡ÃJŠÛàe:Э‘'O]sL÷Ù›œÅÉμ„ɱ)¿VËÓí©ˆñ2Bö?_`e¥Ç‡û1‘ÅâÄzñ»PQ©Ùyy·NlÂ%íâ½gn²Ù7Ž®Æ<8™u§®ŽHŒ· Øuâ›s3a×+d2óè!ñ\ÜS“‘œ‘SXt—u|ýD„>‹Ñb’î´(’§¢Å«º}BeŒ„›µ—$¬~SJˆ­ñç??êîÓ«.ék•Š ÑYH«Nê0õÊ6ûæùؕ㲠¾øB·Ï½ö\áäßeßȬl“ºQ .õan¹z4 G²žÊXo#d÷eÄi¬]³®žM{Ú3kàÓ$²Ž¢h_SE`ïHVz˜3ö?÷ÝÅ]2Q·±©CÐÿ {Ë Æ÷š ¿„×=Uû±iá·dö÷Øv½>ã‡_š]%ÐgS«ROÞ[¼Õ‰X%’jf—µÞ\j޼>Éé`¯²F“cþ*gŠ›È@n»-ßMüRï MzÕCÚxaB_œÀYk…%rÚr¯[ñØØ”²„‰\w•õª‡j¿ÄDž‡Ÿc¤ñòl„¦'4ˆ)ò>¸ µ,ÙHZÒ—Z —í¥½j²‡›`Œæ$q¥ä&ÑIKg^”SÑâUÝ>¡6Fú–ý=ø«ïؘxÅ”õê[—ôµJé~ú•A9Ú>]¤ijŸèå¹fÈ=²œO×ç}C×( K½o˜[®~õÏ‘¼Ä·Þï68QAò® ¶Õ±o³‹žµuVðÄ"±_{³âÚÞLy”®ËU“–¢Æó³ñ,¿¾õ ö3„¬¿Í(ù ßl2."ïæ×ø¬Ã÷…=2IÿI|ÐhìyÄëë=gòëùRòADPñ“»F®m×(ïH”Gº#óN§æJ4epÒÔµôTÄ|‘ûOå<νã‘ùЬŽþ›E¯ÏLGhƹ±Z(>¯ä¸µ˜§Ø'¼fú,¶F@‘÷AæHÛÑËø/ò¿Ô$î“ñ_ÝÚ¿rš«•1B |rŒÐH¤&ÑJ‹ÑV”í÷wM@«ÍîÛï¶É¨ U úZ¥"HèVõhµ:®©2Ñ«S ©I×çCØ( J½o˜[®~õÏ‘\D)•øà\ Hð}YMi!Öø.ßkø ‰3°‡€ Û]2~e¦ô]v”öÈÒÄLêO‰œÑ*QùÅlqWB[äò(OðŸý‰u¾ñ/„}‚ª‘íÚ|žê¤®Ã¦ÜNê‡ ÙÛŒeæÈáûþ{”'~uWJž ‘'ç¼­Pa¤ä͵ sä²ý¡Æ,½6A¢5õÁåHs×å« _š¡q{ÊùÒÎÌ@SäuT~rJÖÁYÎ|'H4L¢•Y@ÊThÑ>¡4FÒ‘¿ÕÍÈu+çqÊ7¶È%,·8,F¿.ék•ò’ íÊ MÐ÷<ébœ3¾G×çCØ( J}¸[®~õÏ‘Œ{} +qÕ%ƒ] Hd’Îü0'|HD)ë*‹¶a8„&d]‹ô”ÆÂ+Mòó¿üÊèñ =t½oküš_>Sì@Yp¹Y¢ñª%ÍS6’† ³rÛ”TÆ)5Ñ+Öñ“)9E%ﳎ¯vDŒ¯R[Ä}Ò·™!–ÈrþþdvëòÙŒ:¡´óÁî‰ÄÍ“éœÜ¼ÛWãÿL}®¾q…W~³ÛÒÛñëìܼÌÓ]ú·ÆQ'Oî Å+ûy BŽKc’8¹¬³?β@Ì… u"]A¢;uýsD¶ù0*…“—çòáÐIFÈ*è¾UOø8Ö¡‰OÜ.,){”wt–‰¼›¥(Ýi‘¤JE‹Wuû„ÂYç½p7ä–Û!•JšRClËyØÿõ¨KúZ¥r?ÝÊ@%HôóüÀvå“iœìŒ³ó¬û·+Óõù Å`Sî–«W@r$í,ŽÀžÊìE&ddçfg\¾”ýZ¤O¢$$|Ê‚¤·|¿¾yd}V+±ÛJüöÞ¡eÄÑ;cÇÙá)uB•©H|ÉŠ[­ò™pѳ߽ñ_Œæž­ùL’S62qÛÝ}ÎfÖÁ¬åM­e1 ÇYÈsa390òF½¬-W¯€䈈?‹Ÿ(qdæà¿·¤WŸDÉ:IøÔ÷ð¡½"ï}åÝÇ÷Â=x… ‚ H@`…á ‚ HA‚$€ ùÿí‰[×þÆ[ˆB‘Mµ^­²QÜÑV¼àB«×¥ËÕªX«HÕªÅÚª·?µŠ¢¸+(¢°ˆ Èe»‚VYDˆ²Cöð?üf& !™IÂ^Û÷}>Ï$gÎò=sæ¼93‡À†0$0$€! ÉßшŸßq@X)ÔjÈ«’Nß|.íÁ±ÊÖg±a{/8“À¼³†Dúô°/ïQ2 †Dœ»cxÐåy§)ŠøØ†ØùÌiRt7·–ü=îfCE¿õAÅ”-å÷9"E¿7xG ‰¼6í'ÿÑôÃòÜæÿ˜RÃL¸Êú;ë\¨—FnÊhVöºí ‘àóa&î¿K6æ’§'–Mõû!½þm$/“wÏnÝýµŽæÌM®dÄÆÌÖÞW¬-çûÄå»lñ@4x Ió­Uv„ð}¾ÚúµåJ†-6ª”’‚Ÿ> ¿Œ{™@$ïƒ%ÏO3³ ¸R£üst„¢±R$Vtÿ@iYødSëEñ"ÅŸ×ï¤!‘”üg"!¶+o7µ·ÜYMY“q{Š[žEÌ4'„7ïÔsùÛ”­ÿûÕÛ„*Ò~EåR¯’¿v þ²þç™ ÙÛ •¯W9»ÀsUo_”Už˜jÂ󿦞ǵÂ-Mr¢®¿íxÿKE­ÊŽ…”Û»½FX3ïð&†0óµ¬:í—Ï<íé’­Æ|´5®LB§¬¹¹iÎx§!&LÒa“>ÿ9âçU3ݬ¨?LÞó\~$¿™)K뛳س2ºPÊY•…{~`ü+•n$Y‘‹V:ûÅ3NLþâÊ'¶&ã·? êÆ’7zw¡D_Ký&8Y«[Ê9+øÒSIÇ}Ÿæ¢Sk¦»ð˜7œ¦mûo›n“å¢{WLq¶`òôÛp*¿c½KO¶`HÁÈEÑ~f„LØ.Ìî ¬ ™•4”úÅsßc­;,’⃾TZâ´FX–¶ŽžQ‡}r¹ë3jCbp¶ò­!iH²"‡ž©_afLâ¹íâM¡ðúé=ŸŽ&dHàYÆù¨ßrßz19ýŽðZBARÕü`ûxbî¾&"1ãÞß—»2iï#qg&Û/§ÜºuãÈ7ãhk3Û‰ëBᵃ_¸R®ªcŠ×œõfeL¡ôÊFö¦Ä98Kgeƒã…(éKÚ’jÅÕ1A¶¦ì|Øüf…Ä~Ù…œ‚‚‚’Z±Ê@K·E'%§$œ °'dâÞ"º2Ò'û'3MgÒ³d%_޹[-×nrk~˜» ±÷ßyFìÃ'Vó£Êä½ ›-’A¹e£jÈÜáeÞ‘™G¨ n­3õ›Û–¬&•¬Iô¢ºA¢Ðx65|ýi›ç@?sbÿ¯ë5†ŸÄ—Ex‹&4ª”l«å§æX·Ð<1ËW«^]_hI<>íx¶A¸Ô†Œ ûŸ´kÊú|2aßcf>U¼8?É‘Uò.™•¾Bé¶”GN&¦sãêµbÈ}ˆòµðßNÄîã¯æ 5sËmã¸ecdõ”/ÎÌ äÃ#´©hËZïÄÜTër#L³Éu‚%ÖÄiÝÝæŽ'yªcð‰ëæÜ6íPkf‹q 0$ƒ¶ËFVW’)Lf>­kÌß=¹-s=ÿÊ·|u!®‹çwÜUQIJÍfná«_³WEòxÿbóEj «!QÉÊ#>$Ä÷ÜK¹®!‘äÿà¦ÓdÛ•·[º¦”<ÜìJ×gµ0G5Ý^>Œücý­F2#³ÒW(}—¤6šš¹}ÏÔtm¸¾CTòº¤Õé¿GmÉiå|†ÄØêµf¬NÜ~È£×Ä#Þ#dˆû'[O¤—‰•Úá•äoM,—$5hÜ;›LÈ”SU:¡ÖÌ É`oû••™aNþÙ¢dúQ×!svݿܕ*Ç7²\¦~äæ×ÎeOØöß&#õ"¼€Ä&CRqŒ1$Õl†$/t1›},«¸èQ'E%Õ-*-CBÏæßÞW’滫íÈû?iã²ÒW(½BRAMé&~W뺶Qß!Êú{›ÇB…Õmã:—!1²z­YÁNddÈÃÎÇHZJÓŽ‡Œ1£\ãÊØj™®³\"|kHªhCâÅbHºf †d ‰¼:6ȆÊÓû·bqUÔ¢vâ‚íÔgw—ïrZ©íååO‡Q)Þó šhJýñmj½áE’ábKây¸TÆfHµq ­ˆóÆœ6¶[6¢Xqø&­Qkk÷ ‰‘Yé+”1ôZ̺ûmZ·l8Q4¤¯iâº>ùQÌg¶ÄemZ³kIR¸{,±]‘ÞÒÍ–r8ñÓC”©óŠx.íÒä×ñ‹,‰ó†ŒŽR/¯X—Ú”0$Còg5$ŠÆôµNTŽcBrZ¨*sõ‡Ã²È¤+¡î„XÌ»X-W¼ŒUÛ‘‰"qñ~oº|ç5©¯U*»lÊM&ü€¯ßî|!¶~›Æ&§ÄŸ ™eC̦|,eóíÊÆû[ƪSÇ%§ÝJ¼qèò3IO ‰‘Yé+T¥TÐ-á-ˆiï²á8DÕx7x$q^›Ö T*ª/ %.ßÞ¢~oW¾N²&Ö³wE SçOÆ—J¬ž†sUÂÆ¤ff?¸'ÿ‘ð>¾\«µôÑ’»s"!Ž Ã.$§ N~?ÍŠðçE–Êôú¶C2P†¤-o×xúá‘UI¯˜‡$å¯ïþ²h,½ÖÔqzp 5cÖÝböùòçböù6goE×`ô–ìý»l”òRúÿw,¾ÎÌãjCâè;ÕÍ’>ÜÎ}éÛ"9ûbôEê¾¥ÞNLsmÜæì ýR ‰qYé+T%-?îkf¹ ¶–í³°"~ôóD“¡AWkÔé¥ÏÏ´  Ûèǃˢ×ùØfŸ²wp*íRŒ©ž†shË ›7ÊJ} çz­ŒÅÔÉjnøÂÛÞÅ5smäÃF……ÖCòWø×ñŠškKlL½~{*á0ï­Ù¡nÄqm禆äû.›Ç¼Í­?Ž*“½«†¤­h?Õÿó•RœÉ`HÞÙoûm{rrsØçÒwÔ([ž\ض=¶ÿ© É»lHCCÀÀ†àolHä/…?.]¶/W<`%*òNnß|8_Œ³îÝ  ¢þÁ±­ß‡öu¹âgçwVÊXZÚú,6là…‚í@qñÙŸÃNæ7)þÄgW›fq‰àTj|†pïѬÿ@Æj ò÷»2’¾BRüëx2tÙ­zpåî˜Ät™s|)[Êï'rDŠÞ”(+‹ð"¦ÝhСÚ5g¿" ZŸÓGTµžøÊÇÑœ>Qù‹nÖ¿¼4œ7qÛCΫ™žÿâÛ‹ HŸöåñý"JXf"UKþw³¡‹¢_ÈtÞªO]nK&üúDÒÏg× 4ÍʺŒ_f!¶§Ë$ÚC¸—ƒb@Nfíúd¬ú¿!ƒÉ \ZÁßÄÈkÓ~òͧ²á¹Íÿ1¥†ŒÊú;ë\¨—FnÊhVªSJËOù«¿VöÃ_ %ô+Šæû[Æ0¯xí-oH$OO,›ê÷Cz½’#q[Î÷#ˆËwÙâwnÔôIÍÙh(hÒËŽ¸p×8›rVx/3#ûyýíms§,üCÚCÒã (D‚χ™¸ÿZ,áHМ¹É•ŒØ˜Ùªå¦êo~nCÜûCÖßg×€7ÍPï?òêà¿7½FÊ2„{9(àdÖ­ÿ@ƪ¿Cþ¢†¤ùÖ*;꣫ÏW[¿ö¡\ɰeBê4“üô•¯Ý2H®qV\\dC—g2ù?EbUëƒÇ3yï+wg…d`¦õ¿˜!yG/;òŠ“ / ¡™ôÃ÷ÉŸŸffp¥FÉ™FZ>ÙÔzQ¼HóÖŒ¢N°Äšx~&ùÓ^“{Ú4ƒ(Ä5UÍòžáÁ:õÈXõsC`HÀ_ÔHJþ3‘Û•·›Ú[¬É¸=Å-Ï"fš›wê¹Ö·È)^^]jG—h:eoì.õoÿW,Ö^c|•¸Ê™Øž«’±]Í4gesÑ©5Ó]xÌ‚¾Ó´mÿm뼂½Ñû»™YuÚ/ŸyÚ›P¯Xùhk\™„Åö”Æm?–YDZ›0ÍsˆÆ¨a=œµtíѧ{ \”°ÒØÿ+ž¹²É_\ùÄÖdüöÍŠnÔ\Qss“ß'k&%ä¬àKO;ZÄZ+­iZ.ºwpÅg &O¿ §ò;²º›m©öY–ÒÜ”ºtùàÀYgC2¯žæÊä`5æÓÓßMx.NV:MÐ {`E·wz°f äM ¡æAY剩&<ÿkêY†£Îò²poÂŒ¥z{¯At-ÀÒÄ;¼Lf(8\ÝÁZ–1ýÛßMÓJ°–®eH¸Æ£n‡êŠÞŸÌzÞâ¬ÛÆJQ+ÜòÑ$—!ê&ÛŽ÷¹TÔÚ¹Ô\qþóqÃLé7Ì}V+hV´³wnO]_•>—VŽ{Ð"ÖS±7µ…!C"Eû™2a»0O¸ƒ²&dFT^LÐPêÏ}%léÔ\üFæÓ=Ö5jCbp¶Ò!‘>Ù?‰˜yl:“žý +ùrÌÝjy§!±_v!§  ° °¤V¬R5?Ø>ž˜»¯‰H̸wã÷ån„LÚû¨«RÖßÙ0’§Eaçn& .ì_ínþfÔ°Î^z8ÊUˆ’¾¤-‰ V\dkúÁ·Ííݪ¹zÚõÜ”œ’p6,Àž‰{‹è±×ªË5¼5?ÌÝ„Øûï<#HŠ‹öá«ùQeo’u#Ûþ SóÙGïÓ)(®hVv1$­{íøXÝ \jCÆ…ýOó9•(ÖŸGFnyóÉåíº"×á ¬¥kæÉ]®òµðßÔÁ5g¨™{Xn[wkÞõC¢òÅ™„|x„¾³ÇD#½Š¹‘à´însGTÇ,à×͹mÚ´ gÛÏd¹ÿ¢aHÔ q^¯™ûeõÙ™&MèãË|P¢bñÏŽÛFœq—GN&¦sãê;½wÍŹfÓ£*e‚Ãݬeîß~oš¾šp–®1„¹ÒHX;T÷–M¯Of=oqÖ c¥½ÞU~jŽq ÍÓºµ­Åú™’DJ–‘Ògƒ®G¥·Ò¥µÁÐè0²E¬×–ž‡†d wÙÈêJ2…‰Â̧uù»'PÚ¯¸žå[¾:{×Ňó;×Ç(swóØÎ‚‡.ºP!í!i?Žx²»îŸl=‘^&V²_Á$ù?¸é´ÚvåmÍÛÙ’¼P7b”ܨ{£“ópÖÒ5óÔW®¼.i5õéŒÚ’ÓÊyíåÌAkˆµf¬NÜ~È“pÅD#½$Ûhb¹$©¡³ž²Ê“ ™rªJÞÞÝlû9€ú ‰NCØÑlB— XúÜ{¼±ù"µãl᪳²6ššÕ|ÏÔ(ÔSÕ¹Yææ³ÎTË ‡»;XË2Ü¿ýÜ´·»]XÒs–®1„¹Ò¼bíP½†¤‡'3÷[ÜõÀXi÷”¬<âC*Ós/åí*qÅ]Ÿz»1%„7”^‹žY%g)}7èzRzû`]Z #[ÄzméyHaHcÛ¯¬ôÈ sBøóÏ%Óº™³ãèþå®T ¾‘å2õòˆð'æIVG'3ú§ÅÌßZ$á2$Ì®ÀÒ´ã!c¨ü\WÆVËØ¦õ¼ÐQÄlö±¬â¢G•T·¨´O6Ë !Û¨Ñs¸né]G"÷õ÷6!„Š—ÛÆ;u*.C•ƒö5+؉Œ y(኉ö„e¹Døö^E_Ã}¢X®á†²íç0$Ì…N£!¬†D£ šA02°LCŽz^@b“ÆFT–:3Ïßšø]­S?.Uyrº™ÅÜ‹ÕJƒÁÑÓ\eéïß~nšÖž\­ôœ¥kŽ4bÖ5`Hzt2s¿Å½Œ•ÎZqŒ™@«åÒ'û= ½"üfV~a®p¿ §!é³AדÒÛóÒªotÙ"ÖkKÏC C2ð†D^Do¢ñþ­X\5…¨¯¸`;e*]¾Ëie YA¯ ›ÅÊ*/2Œ¹Í3õàc©±†$­…s…øé!êóŠx.m—îKlW¤·t]3tø&­‘Û»ª^Ç/²$ÿîL£¹®høpÒuÖ*ÙT4¤¯iâº>ùQÌg¶ÄemZ3û_sýÎA·Vš«ÜLK7dt”¢xy%À’¸l|ÐÖýlû9€nÙˆ®.àQ Ñwˆk26°4 ÂÅ–Äóp©LoÛr6»Çu÷ÛÔ›ÜM1á}|¹Fn88zºÃ@|8ú·›f û8K×Â\iØ;TgPôÁÉÌý÷¹:€±Òªž¢6n¡qÞ˜Ó¦lLð7'îKÔû¶’ó¹,AŸ º•>x—V£ÃȱžŠ=) É@EcúZzícLHN 5À37P8,‹LºêNˆÅ¼‹Õr¥(qcG,œ¡·ÏÈ+Î/°T¯’D”J ì²QT™FÈÈo.äŠdg—¬B~4&53ûÁ=AøŽ„šjåíÊ× AÖÄzö®haªàüÉøR©²ñþ–±„Øúm>—œv+ñRÄ¡ËÏ´WfZòvSuµöÝ~U˜v+áø—.O^qÎ^z—ÏDìªï$ÎkÓ”JEõå ¡ÄåÛ[Ôïݨ9÷•½V]Ò·äîœHˆã° Éi‚“ßO³"üy‘¥2U÷³íïê5$T¶Y!ïbÿQhd|JZJüùs)•2#§!#«^à=6™ðn¼¦Ÿ†âª³‚NÄ['¢?.ÉJÃ?$ü^)ww°–e¸ûµiš+¢ì££tÍ!Ì•†µCuE¯Of}oq^+0Vê‡0é—c“SâO†Ì²éüà&}´g‹o˜‹×7‚W KЋAץ¥Ußèè^‹8NEã e›Å`HðåzôE͵%6¦^¿q>ïÔšêFת÷zHþØ?‘ ù$¡Nñ—kNƒ‰U?üs¿w¦t´††½Hð6·þ8ªŒíKLÚŠöSoúŸ¯dnKíý±ù<©Aù—kNƒ‰ ZC‚ðÀIÛ““›Ãn<—²ížxraÛöØ õC’î|Ÿ ûWJý_¯i`€bC‚Á ¼€!  À ¼€!  À ¼ýŒ¼*éôÍçR„ É l)¿Ÿ È)º¼.~ñ± ±ó?˜Ó¤@XÀôÚÈkÓ~òͧ¿Ñmþ)52fº©¿³Î…zi䦌fe÷Sþ•hËù~qù.[¬ý–äeòî¹Ãí£_ü'eΰ€!é‰!i¾µÊ޾ÏW[¿ö¡¼Æ°eÂF•RRðÓô7;/ˆä=Hù÷™y•"±¢† Iï IÉ&b»òvS{ËՔᷧ¸åYÄLsBxóN=×øn)‰Ñ)» |•¸Ê™Øž«’qÌe7yÄ+¼ŒÎAQss“ß'k¦-ü‘³‚/=•°/ìˆ2¯žæÊ£ÓYùôt™L%­8ÿù¸a¦ô+æŽ>«43VA!º½+Ðk„5“%obU.GJÖl™Ú¾Ñû» éúȪÓ~ùÌÓÞ„IõÑÖ¸2 {A)5QÔ ·|4Éeˆ:Ûñþ!—ŠZß®J‰î\1ÅÙ‚9ÜoéüŽe(}1d«†Ðqµˆ»;XƤ§†DígFÈ„íÂ<áÊpQy1AC©_<÷=–h¦”’ÅØœ­4Æ0ßäH<·E'%§$œ °'dâÞ"±N¶­{NëîvÔGQ³€O\7ç¶u#†íF„ÎÈuéܲ’>ße#«+É& 3ŸÖ5æïž@eb¿âzþ•o=øê,]Î︉`|ʾ0$í­k†·ò´nHò·&–K’ºæ,®¸±ëSo×!¦„ð†ÒK7“#«ä¬4{Jöluf^Iþn:a·]y»E§ Δz ‰JVñ!!¾ç^Êuê#«<1™)§ªä=6$¬m4¶EšÝC0$ý¶íWVzd†9!üùg‹’éX‡ÌÙqtÿrW*WßÈrYÏR² ~¸u$qø6³Í°!É v"#Cj’¼P7jVv™U¥Oö{2zEøÍ¬üÂ\á~.C•’5[C’:Š˜Í>–U\ô¨“¢’ê•®!áJ©×Tc Iµœñ šõ‘UцÄ'Š2$ÆÇЈÐÛ"Íî€!’~2$òêØ *ïߊÅUQSá$6©ÄÛ©OÏ.ßå´ö$%û‚LéOb2ãLµ¢‡†D%ºº€Gœ7t¹ïИàoNÜ–H˜?’ó¹ WJÖlÛ%…»ÇÛé-oKõç‡oÒµÖ‚toÙp¥Ôs”¢6n¡qÞ˜Ó¦T½Ž_dIÕ'££hÅË+–ÄeヶîÄЈÐÛ"ÍîÐ ’¾0$ŠÆôµNÔñcBrZ¨©'sõ‡Ã²È¤+¡î„XÌ»X-ï~JŽ]6*ñ“ý„¼7ÿÇÓ‚äää˜íÔqÝ2$íÊÆ¬÷ ±ÿ(42>%-%þü¹”ÊÖG{Æ2öË#‰Ù¹oœfƹB•’-[™òuB5±ž½+Z˜*82¾Tªl¼¿e,!¶~›Æ%§ÝJ¼qèò3 ›àJ©ûP+$69%þdÈ,b6õàcæ9“–Ü q\v!9MpòûiV„?/²TÖ­:™‘-Òì°HX: I7+Ó–·k<ýHȪ¤W̦ ù뻿,kE½dê8=8¦TÚƒ”\»lèÏ×¥±ßûêxòÄÊqüœMIµJã …ôEÚ¾¥Þft¾Û²Û”ÍEQk¦à©3å sñúFðJÁê8R²fK˜²èu>öô+&ïy§6(éd©T2' &·9;hoÆêXSêGß©n–t;÷¥n‹äoÞ­¹}à u}ø£f®|بèf ʸuí­°Ô‰Ø: x'0èC†††€! `HCCÀÀ†0$0$€! `HCCÀÀ†0$0$€! ÞYCBå `$ýaHº ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ‚ ^èÿœ9 endstream endobj 600 0 obj << /Type /XObject /Subtype /Image /Width 731 /Height 622 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 180097 /Filter /FlateDecode >> stream xÚìÝS°^é¢îñxرmÛ¶mÛÎL†gl§“ŽmÛ¶­îØNw|º÷^k¯]ûœSç:ë<¿ËYóê­=ócV}_œ8ÿŸˆ ðóAØðÿgÜÿü¥x?“ÿWÝÿ¬:~üø ~ûϾÿïaÿu„‰?‹D‰&ü;ðÿKÜýìÀχ¡iš¢þ <á?âþßÊÆÁOJžch’øGÜ(þ]˜º¦HG“‰þ·¶Q6üÔR&ObéŠÀRÄÿliÃO-kæô©“ÛºÄÑÿÙ6ʆòdϘ:©!ÿGÛÿm¶‘6üä*”.’7[ºä¦ÌQ‰ük¶ñÞ~v jU.](g†ä†Ä’ ÿ5ÛqãÆÃÙÀO­c«F5ÊΙ.©.üu%‰÷¯´ããlà§6°g‡fµÊÊ–ÚV¸Íö_£g?µØaý:5«Q:oÆäÍöݶ‘6üô&ŽrûuhT¹höÔ–ÄHþmÌž6®Z8}ä õþJ;1Ò†³´G!mø·L{ƨAë•EÚ€´6Ò@ÚH6Ò¤ €´6Ò@Ú€´‘6 m¤ €´6Ò¤´i m¤ €´6 m¤ Hi m¤ €´i#m@ÚHi m¤ HiÒ@ÚHi m@ÚH6Ò@ÚHiÒFÚ€´6Ò@ÚH6Ò¤ €´6Ò@Ú€´‘6 m¤ €´6Ò¤´i m¤ €´6 m¤ Hi m¤ €´i#m@ÚHi m¤ HiÒ@ÚHi m@ÚH6Ò@ÚHiÒFÚ€´6Ò@ÚH6Ò¤ €´6Ò@Ú€´‘6 m¤ €´6Ò¤´i m¤ €´6 m¤ Hi m¤ €´i#m@ÚHi m¤ HiÒ@ÚHi m@ÚH6Ò@ÚHiÒFÚ€´6Ò@ÚH6Ò¤ €´6Ò@Ú€´‘6 m¤ €´6Ò¤´i m¤ €´6 m¤ Hi m¤ €´i#m@ÚHi m¤ HiÒ@ÚHi m@ÚH6Ò@ÚHiÒFÚ€´6Ò@ÚH6Ò¤ €´6Ò@Ú€´‘6 m¤ €´6Ò¤´i m¤ €´6 m¤ Hi m¤ €´i#m@ÚHi m¤ HiÒ@ÚHi m@ÚH6Ò@ÚHiÒFÚ€´6Ò@ÚH6Ò¤ €´6Ò@Ú€´‘6 m¤ €´6Ò¤´i m¤ €´6 m¤ Hi m¤ €´i#m@ÚHi m¤ HiÒ@ÚHi m@ÚH6Ò@ÚHiÒFÚ€´6Ò@ÚH6Ò¤ €´6Ò@Ú€´‘6 m¤ €´6Ò¤´i m¤ €´6 m¤ Hi m¤ €´i#m@ÚHi m¤ HiÒ@ÚHi m@ÚH6Ò@ÚHiÒFÚ€´6Ò@ÚH6Ò¤ €´6Ò@Ú€´‘6 m¤ €´6Ò¤´i m¤ €´6 m¤ Hi m¤ €´i#m@ÚHi m¤ HiÒ@ÚHi m@ÚH6Ò@ÚHiÒFÚ€´6Ò@ÚH6Ò¤ €´6Ò@Ú€´‘6 m¤ €´6Ò¤´i m¤ €´6 m¤ Hi m¤ €´i#m@ÚHi m¤ HiÒ@ÚHi m@ÚH6Ò@ÚHiÒFÚ€´6Ò@ÚH6Ò¤ €´6Ò@Ú€´‘6 m¤ €´6Ò¤´i m¤ €´6 m¤ Hi m¤ €´i#m@ÚHi m¤ HiÒ@ÚHi m@ÚH6Ò@ÚHiÒFÚ€´6Ò@ÚH6Ò¤ €´6Ò@Ú€´‘6 m¤ €´6Ò¤´i m¤ €´6 m¤ Hi m¤ €´i#m@ÚHi m¤ HiÒ@ÚHi m@ÚH6Ò@ÚHiÒFÚ€´6Ò@ÚH6Ò¤ €´6Ò@Ú€´‘6 m¤ €´6Ò¤´i m¤ €´6 m¤ Hi m¤ €´i#m@ÚHi m¤ HiÒ@ÚHiü¿mX¹`úÈAê•AÚ€´~ëW,˜6b`ûº¥m#mø7²vù¼©Ã´¯[:OZ[BÚðïcÕ’9“Ã~mk—Îý?Ó¦E+MεZõöÆÏ\°lÕÚõ6lølذ~íªe fŽ÷z·ªU"gK¢ÿ[Ú‰hÑL•½XµfÝcFNž½`ɲ+W®ø¬\¹bÙ’³§ŒÚ½yõb9R["è?Óþ«íø‰hÁH™µp¥Fûûc&Ïœ3wÁ‚ ~ Ì›3sÊ¿ÇF• gMiüvܦâõä™ò—­Óªû ÔøÉS§MŸ>à§0}ÚÔÉãGùƒº·ªS6¦ä:O%Œÿ¯´INI’.Wñ* Útï?Ô ‡9 àç0rÄðÐÚ¿{›UŠçJ—DáȿӎçÏ‘Œd¥Ê’¿tµ-;vïÝoÀÀƒ~è×»{Ç– ª•Ο%•õ_/Hþù)hIÒf/TºJFÍ[·mß¾CG€ŸC‡öíÛ¶nÞ¨N•Ò…²§Mª ÿõùWÚßHXÉLž>{þbe+U«Y»nݺõ~ÕZ»fµJe‹åÏž>¹)±ä?¯Úÿ|³Í)Vò´Yrå/\¬déÒeÊ”øI”)]ºd±ÂùseI›ÜRøÿ|«ýÏ´ÿšm‚æ3Iªt™²fÏ™+ÀÏ$wÎìY3¥K•Äü»ì„ñÿqù´ã%ø«mNÒ¬$ÉS¦J“6mÚt?‹¿zM“*eò$–&q•ý¯ÑþWÛ¬ )ºaY¶àçaÛ–eèŠ$°ÿ£ìÿj›¤ŽEI’~&’$Š<ÇÐäÿ,ûï´ãÆ‹Ÿ a"‚¤è¿0?“¿£¥H"QÂß³ÿ{ÚÿÑößq'H˜0Q¢DÀÏå¯j&Lð°ÿ{Ùÿw¼øñÿêà§óW¹ñþOaÿ³íÿÈà'ôÏ€ãüÅø™Åù¿ÂÙÀ¿iÚÿ>ðAAØ(ÀFál€l6 °QØ(ÀF`£€l6 °Qø» €ÀF6 þóÏO']7ÆøÏO)ljëÄsâ; œ„N"‡pH‡rh‡qX‡sxGpDGrdGqTGstÇpLÇrl'±“ÄIê$s’;)œ”N*'µ“ÆIë¤sÒ;œŒN&'³“ÅÉêds²;9œœN.'·“ÇÉëäsò;œ‚N!§°SÄ)êsŠ;%œ’N)§´SÆ)ë”sÊ;œŠN%§²SÅ©êTsª;5œšN-§¶SÇ©ëÔsê; œ†N#§±ÓÄiê4sš;-œ–N+§µÓÆië´sÚ;œŽN'§³ÓÅéêtsº;=œžN/§·ÓÇéëôsú;œÎ g°3ĉq†:ÃÇqÏñÀ ȉu†;#œ‘Î(g´3ÆëŒsÆ;œ‰Î$g²3Å™êLs¦;3œ™Î,çg¶3ÇùÕ™ëÌsæ; œ…Î"g±³ÄYê,s–;+œ•Î*gµ³ÆYë¬sÖ;œÎ&g³³ÅÙêls¶;;œÎ.g·³ÇÙëìsö;œƒÎ!ç°sÄ9êsŽ;'œ“Î)ç´sÆ9ëœsÎ;œ‹Î%ç²sŹê\s®;7œ›Î-ç¶sǹëüæüîÜsî;œ‡Î#ç±óÄyên_·ŸÛßàt¹ƒÝ!nŒ;Ôæ:®ëz®ïnèFn¬;ÜáŽtG¹£Ý1îXwœ;ÞàNt'¹“Ý)îTwš;ÝáÎtg¹¿¸³Ý9î¯î\wž;ß]à.t¹‹Ý%îRw™»Ü]á®tW¹«Ý5îZw»ÞÝànt7¹›Ý-îVw›»ÝÝáîtw¹»Ý=î^wŸ»ß=àt¹‡Ý#îQ÷˜{Ü=ážtO¹§Ý3îY÷œ{Þ½à^t/¹—Ý+îU÷š{ݽáÞto¹·Ý;î]÷7÷w÷ž{ß}à>t¹Ý'îS÷™ûÜ}á¾t_¹¯Ý7î[÷ûÞýà~tÿpÿt?¹ŸÝ/îW÷›ûÝýáÆñâzñ¼ø^/¡—È#<Ò£<Úc<Öã<Þ<Ñ“<ÙS<ÕÓ<Ý3<Ó³<ÛKì%ñ’zɼä^ /¥—ÊKí¥ñÒzé¼ô^/£—ÉËìeñ²zÙ¼ì^/§—ËËíåñòzù¼ü^¯ WÈ+ìñŠzżâ^ ¯¤WÊ+í•ñÊzå¼ò^¯¢WÉ«ìUñªzÕ¼ê^ ¯¦WË«íÕñÖÇlˆÙ³)fsÌ–˜­1Ûb¶ÇìˆÙ³+fwÌž˜½1ûböLj9s(æpÌ‘˜£1ÇbŽÇœˆ9s*¦®×Ëëíõñúzý¼þÞo 7Èì ñb¼¡Þ0Ïñ\Ïó|/ðB/òb½áÞo¤7ÊíñÆzã¼ñÞo¢7É›ìMñ¦zÓ¼éÞ o¦7ËûÅ›íÍñ~õæzó¼ùÞo¡·È[ì-ñ–z˼åÞ o¥·Ê[í­ñÖzë¼õÞo£·ÉÛìmñ¶zÛ¼íÞo§·ËÛííñözû¼ýÞï wÈ;ìñŽzǼãÞ ï¤wÊ;íñÎzç¼óÞï¢wÉ»ì]ñ®z×¼ëÞ ï¦wË»íÝñîz¿y¿{÷¼ûÞï¡÷È{ì=ñžzϼçÞ ï¥÷Ê{í½ñÞzï¼÷Þï£÷‡÷§÷Éûì}ñ¾zß¼ïÞ/Ž×çÇ÷ø ýD>á“>åÓ>ã³>çó¾à‹¾ä˾⫾æë¾á›¾åÛ~b?‰ŸÔOæ'÷Sø)ýT~j?ŸÖOç§÷3øýL~f?‹ŸÕÏæg÷sø9ý\~n?Ÿ×Ïçç÷ øýB~a¿ˆ_Ô/æ÷Kø%ýR~i¿Œ_Ö/ç—÷+øýJ~e¿Š_Õ¯æW÷kø5ýZ~m¿Ž_ׯç×÷ø ýF~c¿‰ßÔoæ7÷[ø-ýV~k¿ßÖoç·÷;øýN~g¿‹ßÕïæw÷{ø=ý^~o¿ß×ïç÷÷øýAþ`ˆãõ‡ùŽïúžïûú‘ë÷Gø#ýQþhŒ?Öç÷'øýIþdŠ?ÕŸæO÷gø3ýYþ/þlŽÿ«?ןçÏ÷ø ýEþb‰¿Ô_æ/÷Wø+ýUþj¿Ö_ç¯÷7øýMþf‹¿Õßæo÷wø;ý]þn¿×ßçï÷øýCþaÿˆÔ?æ÷Oø'ýSþiÿŒÖ?çŸ÷/øýKþeÿŠÕ¿æ_÷oø7ý[þmÿŽ×ÿÍÿÝ¿çß÷øýGþcÿ‰ÿÔæ?÷_ø/ýWþkÿÿÖç¿÷?øý?ü?ýOþgÿ‹ÿÕÿæ÷øq‚¸A¼ ~ H$ ˆ€ ¨€˜€ ¸€„@ ¤@”@ ´@ŒÀ ¬ÀI‚¤A² y"H¤ Ri‚´Aº }!Èd 2Y‚¬A¶ {#Èä ry‚¼A¾ P ( E‚¢A± xP"(” Je‚²A¹ |P!¨T *U‚ªAµ zP#¨Ô ju‚ºA½ ~Ð h4 M‚¦A³ yÐ"h´ Zm‚¶A» }Ð!èt :]‚®A· {Ð#èô z}‚¾A¿ 0  C‚˜`h0,p7ð?‚0ˆ‚Ø`x0"Œ Fc‚±Á¸`|0!˜L &S‚©Á´`z0#˜Ì ~ fs‚_ƒ¹Á¼`~° X, K‚¥Á²`y°"X¬ Vk‚µÁº`}°!Øl 6[‚­Á¶`{°#Øì v{‚½Á¾`p 8 G‚£Á±àxp"8œ Ng‚³Á¹à|p!¸\ .W‚«Áµàzp#¸Ü nw‚»ÁoÁïÁ½à~ð x< O‚§Á³àyð"x¼ ^o‚·Á»à}ð!øüü| >_‚¯Á·à{ð#ˆÆ ã…ñÃaÂ0QH„dH…tÈ„lÈ…|(„b(…r¨„j¨…zh„fh…v˜8L& “…ÉÃaÊ0U˜:L¦ Ó…éà aÆ0S˜9Ìf ³…ÙÃaÎ0W˜;Ìæ ó…ùÃaÁ°PX8, ‹…ÅÃaɰTX:,– Ë…åà aŰRX9¬V «…ÕÃaͰVX;¬Ö ë…õÃaðQØ8l6 ›…ÍÃa˰UØ:l¶ Û…íÃaǰSØ9ìv »…ÝÃaϰWØ;ìö û…ýÃáÀpP88Æ„CÃa¡º¡úa†aƆÃÃáÈpT8:Ž Ç…ãà áÄpR89œN §…ÓÃáÌpVøK8;œþÎ ç…óÃáÂpQ¸8\. —…ËÃáÊpU¸:\® ×…ëà áÆpS¸9Ün ·…ÛÃáÎpW¸;Üî ÷…ûÃáÁðPx8< …ÇÃáÉðTx:<ž Ï…çà áÅðRx9¼^ ¯…×ÃáÍðVx;¼Þ  ï…÷ÃáÃðQø8|> Ÿ…ÏÃáËðUø:|¾ ß…ïÃáÇððÏðSø9ü~ ¿…ßÃaœ(n/Š%ˆF‰"""#*¢#&b#.â#!#)’#%R#-Ò##2#+²£ÄQ’(i”,J¥ˆRF©¢ÔQš(m”.Jeˆ2F™¢ÌQ–(k”-ÊåˆrF¹¢ÜQž(o”/ʈ F…¢ÂQ‘¨hT,*•ˆJF¥¢ÒQ™¨lT.*Uˆ*F•¢ÊQ•¨jT-ªÕˆjFµ¢ÚQ¨nT/ª5ˆF¢ÆQ“¨iÔ,jµˆZF­¢ÖQ›¨mÔ.juˆ:F¢ÎQ—¨kÔ-êõˆzF½¢ÞQŸ¨oÔ/ê ˆFƒ¢ÁÑ(& ‹œÈ¼È‚(Œ¢(6ˆFF£¢Ñјhl4.Mˆ&F“¢ÉÑ”hj4-š͈fF³¢_¢ÙÑœè×hn4/š-ˆF‹¢ÅÑ’hi´,Z­ˆVF«¢ÕÑšhm´.Zmˆ6F›¢ÍÑ–hk´-ÚíˆvF»¢ÝÑžho´/ÚˆF‡¢ÃÑ‘èht,:ˆNF§¢ÓÑ™èlt.:]ˆ.F—¢ËÑ•èjt-º݈nF·¢ÛÑènô[ô{t/º=ˆF¢ÇÑ“èiô,z½ˆ^F¯¢×Ñ›èmô.z}ˆ>FDFõ¼ú^¯¡×Èkì5ñšzͼæ^ ¯¥×ÊkíµñÚzí¼ö^¯£×Éëìuñºzݼî^¯§÷)ÒcX3ÖŠµcÇ&‰M›,6ylŠØ”±©bSǦ‰M›.6}l†ØŒ±™b3Çf‰Í›-6{lŽØœ±¹bsÇæ‰Í›/6lØ‚±…b lj-[,¶xl‰Ø’±¥bKÇ–‰-[.¶|l…ØŠ±•b+ÇV‰­[-¶zlØš±µbkÇÖ‰­[/¶~lƒØ†±bÇ6‰mÛ,¶yl‹Ø–D+¢5цhK´#ÚˆŽD'¢3Ñ…èJt#º=ˆžD/¢7чèKô#úˆÄ b01„ˆ!†Ã‡p ð‰€‰ˆˆ%†#ˆ‘Ä(b41†KŒ#ƈ‰Ä$b21…˜JL#¦3ˆ™Ä,âb61‡ø•˜KÌ#æ ˆ…Ä"b1±„XJ,#–+ˆ•Ä*b5±†XK¬#ÖˆÄ&b3±…ØJl#¶;ˆÄ.b7±‡ØKì#öˆƒÄ!â0q„8J#Ž'ˆ“Ä)â4q†8Kœ#Έ‹Ä%â2q…¸J\#®7ˆ›Ä-â6q‡¸KüFüNÜ#Ä#â1ñ„xJ<#ž/ˆ—Ä+â5ñ†xK¼#ÞˆÄÄŸÄ'â3ñ…øJ|#¾?ˆ8d\2ŸL@&$‘I’I“ É’É“)’)“ ©’©“i’i“‰É$dR2™œLA¦$S‘©É4dZ2™žÌ@f$3‘™É,dV2™ÌAæ$s‘¹Éd_²ÙŸ@$‘ƒÉ!d 9”F:¤Kz¤OdHFd,9œAŽ$G‘£É1äXr9žœ@N$'‘“É)äTr9œAÎ$g‘¿³É9ä¯ä\r9Ÿ\@.$‘‹É%äRr¹œ\A®$W‘«É5äZr¹žÜ@n$7‘›É-äVr¹ÜAî$w‘»É=ä^r¹Ÿ<@$‘‡É#äQòyœ$‘É'äSòùœ|A¾$_‘¯É7ä[òùžü@~$ÿ ÿ$?‘ŸÉ/äWòùüAÆ¡âRñ¨øT*!•ˆ"(’¢(šb(–â(ž(‘’(™R(•Ò(2(“²(›JL%¡’RɨäT *%•ŠJM¥¡ÒRé¨ôT*#•‰ÊLe¡²RÙ¨ìT*'•‹ÊMå¡òRù¨üTª Uˆ*L¡ŠRŨâT ª$UŠ*M•¡ÊRå¨òTª"U‰ªLU¡ªRÕ¨êT ª&U‹ªMÕ¡êRõ¨úTª!ÕˆjL5¡šRͨæT ª%ÕŠjMµ¡ÚRí¨öTª#Õ‰êLu¡ºRݨîTª'Õ‹êMõ¡úRý¨þÔj 5ˆL ¡b¨¡Ô0Ê¡\Ê£|* B*¢b©áÔj$5ŠM¡ÆRã¨ñÔj"5‰šLM¡¦RÓ¨éÔ j&5‹ú…šMÍ¡~¥æRó¨ùÔj!µˆZL-¡–R˨åÔ j%µŠZM­¡ÖRë¨õÔj#µ‰ÚLm¡¶RÛ¨íÔj'µ‹ÚMí¡öRû¨ýÔê uˆ:L¡ŽRǨãÔ ê$uŠ:M¡ÎRç¨óÔê"u‰ºL]¡®RרëÔ ê&u‹ºMÝ¡îR¿Q¿S÷¨ûÔê!õˆzL=¡žRϨçÔ ê%õŠzM½¡ÞRï¨÷Ôê#õõ'õ‰úL}¡¾RߨïÔ*—ŽGǧÐ éD4A“ôß_SÎÐ,ÍÑ<-Ð"-Ñ2­Ð*­Ñ:mÐ&mÑ6˜NB'¥“ÑÉétJ:šNC§¥ÓÑéé tF:™ÎBg¥³ÑÙétN:›ÎCç¥óÑùétAº]˜.B¥‹ÑÅétIº]š.C—¥ËÑåé tEº]™®BW¥«ÑÕétMº]›®C×¥ëÑõétCºݘnB7¥›ÑÍétKºÝšnC·¥ÛÑíétGºÝ™îBw¥»ÑÝétOºÝ›îC÷¥ûÑýéô@z=˜BÇÐCéa´C»´Gût@‡tDÇÒÃéôHz=šC¥ÇÑãé ôDz=™žBO¥§ÑÓéôLzý =›žCÿJÏ¥çÑóéôBz½˜^B/¥—ÑËéôJz½š^C¯¥×Ñëé ôFz½™ÞBo¥·ÑÛéôNz½›ÞCï¥÷ÑûéôAú}˜>B¥ÑÇéôIú}š>CŸ¥ÏÑçé ôEú}™¾B_¥¯Ñ×éôMú}›¾Cߥ£§ïÑ÷éôCúý˜~B?¥ŸÑÏéôKúýš~C¿¥ßÑïéôGúúOúý™þB¥¿Ñßét&.‰Ï$`2‰‚!ŠùûKêY†cxF`DFbdFaTFctÆ`LÆbl&1“„IÊ$c’3)˜”L*&5“†IˤcÒ3˜ŒL&&3“…ÉÊdc²39˜œL.&7“‡ÉËäcò3˜‚L!¦0S„)ÊcŠ3%˜’L)¦4S†)Ë”cÊ3˜ŠL%¦2S…©ÊTcª35˜šL-¦6S‡©ËÔcê3 ˜†L#¦1Ó„iÊ4cš3-˜–L+¦5Ó†iË´cÚ3˜ŽL'¦3Ó…éÊtcº3=˜žL/¦7Ó‡éËôcú3˜Ì f03„‰a†2Çqñ™€ ™ˆ‰e†3#˜‘Ì(f43†ËŒcÆ3˜‰Ì$f23…™ÊLc¦33˜™Ì,ææs¢/‰¾&ú–è{¢‰âq‰xD|"‘øû‹ÐI‚"h‚!X‚#xB DB"dB!TB#f3Û™ÌNf³›ÙÃìeö1û™ÌAæs˜9ÂeŽ1Ç™ÌIæsš9ÜeÎ1ç™ ÌEæs™¹Â\e®1×™ÌMæs›¹ÃÜe~c~gî1÷™ÌCæó˜yÂ`²ØÇìö)ûŒ}ξ`_²¯Ø×ìö-ûŽ}Ï~`?²°²ŸØÏìö+ûýÎþ`ãpq¹x\|.—KÄÉQÍ1ËqÏ œÈIœÌ)œÊiœÎœÉYœÍ%æ’pI¹d\r.—’KÅ¥æÒpi¹t\z.—‘ËÄeæ²pY¹l\v.—“ËÅåæòpy¹|\~®W+ÄæŠpE¹b\q®W’+Å•æÊpe¹r\y®W‘«ÄUæªpU¹j\u®W“«ÅÕæêpu¹z\}®×kÄ5æšpM¹f\s®×’kŵæÚpm¹v\{®בëÄuæºp]¹n\w®דëÅõæúp}¹~\n7Ä æ†p1ÜPnçp.çq>p!q±Üpn7’ÅæÆpc¹qÜxn7‘›ÄMæ¦pS¹iÜtn7“›ÅýÂÍææp¿rs¹yÜ|n·[Ä-æ–pK¹eÜrn·’[Å­æÖpk¹uÜzn·‘ÛÄmæ¶p[¹mÜvn·“ÛÅíæöp{¹}Ü~îw;ÄæŽpG¹cÜqîw’;ÅæÎpg¹sÜyîw‘»Ä]æ®pW¹kÜuîw“»ÅÝæîpw¹ß¸ß¹{Ü}î÷{Ä=æžpO¹gÜsî÷’{ŽæÞpo¹wÜ{î÷‘ûƒû“ûÄ}æ¾p_¹oÜwî‡ËÇããó ø„|"žàIžâižáYžãy^àE^âe^áU^ãuÞàMÞâm>1Ÿ„OÊ'ã“ó)ø”|*>5Ÿ†O˧ãÓóøŒ|&>3Ÿ…ÏÊgã³ó9øœ|.>7Ÿ‡ÏËçãóóø‚|!¾0_„/Êã‹ó%ø’|)¾4_†/Ë—ãËóøŠ|%¾2_…¯ÊWã«ó5øš|-¾6_‡¯Ë×ãëó ø†|#¾1ß„oÊ7ã›ó-ø–|+¾5߆oË·ãÛóøŽ|'¾3ß…ïÊwã»ó=øž|/¾7߇ïË÷ãûóøü ~0?„á‡òÃx‡wy÷ù€ùˆå‡ó#ø‘ü(~4?†ËãÇóø‰ü$~2?…ŸÊOã§ó3ø™ü,þ~6?‡ÿ•ŸËÏãçó ø…ü"~1¿„_Ê/ã—ó+ø•ü*~5¿†_˯ã×óøü&~3¿…ßÊoã·ó;øü.~7¿‡ßËïã÷óøƒü!þ0„?Êãó'ø“ü)þ4†?ËŸãÏóø‹ü%þ2…¿Ê_ã¯ó7ø›ü-þ6‡¿ËÿÆÿÎßãïóø‡ü#þ1ÿ„Ê?ãŸó/ø—ü+þ5ÿ†Ë¿ãßóøüüŸü'þ3ÿ…ÿÊã¿ó?ø8B\!ž_H $ „@ ”@ ŒÀ œÀ ‚ ’ Š  š  †` –` ‰…$BR!™\H!¤R ©…4BZ!^È d2 ™…,BV!›]È!är ¹…B_¡ŸÐ_  ƒ…!BŒ0T&8‚+x‚/B(DB¬0\!ŒF £…1ÂXaœ0^˜ L& “…)ÂTaš0]˜!Ìf ¿³…9¯Â\až0_X , ‹…%ÂRa™°\X!¬V «…5ÂZa°^Ø l6 ›…-ÂVa›°]Ø!ìv »…=Â^aŸ°_8  ‡…#ÂQá˜p\8!œN §…3ÂYáœp^¸ \. —…+ÂUášp]¸!Ün ·…;Â]á7áwážp_x < …'ÂSá™ð\x!¼^ ¯…7Â[áð^ø |þþ> Ÿ…/ÂWá›ð]ø!ÄãŠñÄøb1¡˜H$DR¤DZdDVäD^DQ”DYTDUÔD]4DS´D[L,&“ŠÉÄäb 1¥˜JL-¦ÓŠéÄôb1£˜IÌ,f³ŠÙÄìb1§˜KÌ-æóŠùÄüb± XH,,‹ŠÅÄâb qó+3—™ÇÌg0 ™EÌbf ³”YÆ,gV0+™UÌjf ³–YǬg60™MÌff ³•ÙÆ”›‰ÍÅbK±•ØZl#¶Û‰íÅbG±“ØYì"v»‰ÝÅbO±—Ø[ì#öû‰ýÅâ@q8X"ƈCÅa¢#º¢'úb †b$ÆŠÃÅâHq”8Z#ŽljãÅ âDq’8Yœ"N§‰ÓÅâLq–ø‹8[œ#þ*Îç‰óÅâBq‘¸X\".—‰ËÅâJq•¸Z\#®׉ëÅ âFq“¸YÜ"n·‰ÛÅâNq—¸[Ü#î÷‰ûÅâAñxX<"‰ÇÅâIñ”xZ<#žωçÅ âEñ’xY¼"^¯‰×ÅâMñ–x[¼#Þï‰÷ÅâCñ‘øX|">Ÿ‰ÏÅâKñ•øZ|#¾߉ïÅâGññOñ“øYü"~¿‰ßÅb)®OŠ/%J‰$B"%J¢%Fb%Nâ%A%I’%ER%MÒ%C2%K²¥ÄR)©”LJ.¥RJ©¤ÔR)­”NJ/e2J™¤ÌR)«”MÊ.årJ¹¤ÜR)¯”OÊ/ J…¤ÂR©¨TL*.•JJ¥¤ÒR©¬TN*/U*J•¤ÊR©ªTMª.ÕjJµ¤ÚR©®TOª/5J¤ÆR©©ÔLj.µZJ­¤ÖR©­ÔNj/u:J¤ÎR©«ÔMê.õzJ½¤ÞR©¯ÔOê/ Jƒ¤ÁÒ)F* “É•<É—)”")V.FJ£¤ÑÒi¬4N/M&J“¤ÉÒiª4Mš.ÍfJ³¤_¤ÙÒéWi®4Oš/-J‹¤ÅÒi©´LZ.­VJ«¤ÕÒi­´NZ/m6J›¤ÍÒi«´MÚ.ívJ»¤ÝÒi¯´OÚ/J‡¤ÃÒé¨tL:.NJ§¤ÓÒé¬tN:/].J—¤ËÒéªtMº.ÝnJ·¤ÛÒé®ô›ô»tOº/=J¤ÇÒé©ôLz.½^J¯¤×Òé­ôNz/}>JHJŸ¤ÏÒé«ôMú.ýâÈqåxr|9œPN$2)S2-32+s2/ ²(K²,+²*k².²)[²-'–“ÈIådrr9…œRN%§–ÓÈiåtrz9ƒœQÎ$g–³ÈYålrv9‡œSÎ%ç–óÈyå|r~¹€\P.$–‹ÈEåbrq¹„\R.%—–ËÈeårry¹‚\Q®$W–«ÈUåjru¹†\S®%×–ëÈuåzr}¹ÜPn$7–›ÈMåfrs¹…ÜRn%·–ÛÈmåvr{¹ƒÜQî$w–»È]ånrw¹‡ÜSî%÷–ûÈ}å~ry€$–ÈGåcòqù„|R>%Ÿ–ÏÈgåsòyù‚|Q¾$_–¯ÈWåkòuù†|S¾%ß–ïÈwåßäßå{ò}ùüP~$?–ŸÈOågòsù…üR~%¿–ßÈoåwò{ùƒüQþCþSþ$–¿È_åoòwù‡G‰«ÄSâ+ ”„J"…PH…Rh…QX…SxEPDERdEQTEStÅPLÅRl%±’DIª$S’+)””J*%µ’FI«¤SÒ+”ŒJ&%³’EɪdS²+9”œJ.%·’GÉ«äSò+”‚J!¥°RD)ªSŠ+%”’J)¥´RF)«”SÊ+”ŠJ%¥²RE©ªTSª+5”šJ-¥¶RG©«ÔSê+ ”†J#¥±ÒDiª4Sš+-”–J+¥µÒFi«´SÚ+”ŽJ'¥³ÒEéªtSº+=”žJ/¥·ÒGé«ôSú+”Ê e°2D‰Q†*ÃGqOñ•@ •H‰U†+#”‘Ê(e´2F«ŒSÆ+”‰Ê$e²2E™ªLS¦+3”™Ê,åe¶2GùU™«ÌSæ+ ”…Ê"e±²DYª,S–++”•Ê*eµ²FY«¬SÖ+”Ê&e³²EÙªlS¶+;”Ê.e·²GÙ«ìSö+”ƒÊ!å°rD9ªSŽ+'”“Ê)å´rF9«œSÎ+”‹Ê%å²rE¹ª\S®+7”›Ê-å¶rG¹«ü¦ü®ÜSî+”‡Ê#å±òDyªj_µŸÚ_ T©ƒÕ!jŒ:T¦:ª«zª¯j¨Fj¬:\¡ŽTG©£Õ1êXuœ:^ NT'©“Õ)êTuš:]¡ÎTg©¿¨³Õ9ê¯ê\už:_] .T©‹Õ%êRu™º\]¡®TW©«Õ5êZuº^Ý nT7©›Õ-êVu›º]Ý¡îTw©»Õ=ê^uŸº_= T©‡Õ#êQõ˜z\=¡žTO©§Õ3êYõœz^½ ^T/©—Õ+êUõšz]½¡ÞTo©·Õ;ê]õ7õwõžz_-%–ˈeÅrby±‚XQ¬$V«ˆUÅjbu±†XS¬%ÖëˆuÅzb}±ØPl$6›ˆMÅj<-¾–@K¨%ÒÔ(ÖÕ8×MÔ$MÖMÕ4M× ÍÔ,ÍÖkI´¤Z2-¹–BK©¥ÒRki´´Z:-½–A˨eÒ2kY´¬Z6-»–CË©åÒrky´¼Z>-¿V@+¨Ò kE´¢Z1­¸VB+©•ÒJke´²Z9­¼VA«¨UÒ*kU´ªZ5­ºVC«©ÕÒjku´ºZ=­¾Ö@k¨5ÒkM´¦Z3­¹ÖBk©µÒZkm´¶Z;­½ÖAë¨uÒ:k]´®Z7­»ÖCë©õÒzk}´¾Z?­¿6@¨ ÒkC´m¨6Ls4Wó4_ ´P‹´Xm¸6B©ÒFkc´±Ú8m¼6A›¨MÒ&kS´©Ú4mº6C›©ÍÒ~Ñfks´_µ¹Úm¿v@;¨ÒkG´£Ú1í¸vB;©ÒNkg´³Ú9í¼vA»¨]Ò.kW´«Ú5íºvC»©ÝÒnkw´»ÚoÚïÚ=í¾ö@{¨=ÒkO´§Ú3í¹öB{©½Ò^ko´·Ú;í½öAû¨ý¡ý©}Ò>k_´¯Ú7í»öC‹£ÇÕãéñõzB=‘Nè¤Né´Îè¬Îé¼.è¢.鲮誮éºnè¦né¶žXO¢'Õ“éÉõzJ=•žZO£§ÕÓééõ zF=“žYÏ¢gÕ³éÙõzN=—ž[Ï£çÕóéùõzA½^X/¢Õ‹éÅõzI½”^Z/£—ÕËéåõ zE½’^Y¯¢WÕ«éÕõzM½–^[¯£×ÕëéõõzC½‘ÞXo¢7Õ›éÍõzK½•ÞZo£·ÕÛéíõzG½“ÞYï¢wÕ»éÝõzO½—Þ[ï£÷Õûéýõú@}>X¢ÇèCõaº£»º§ûz ‡z¤ÇêÃõúH}”>Z£ÕÇéãõ úD}’>YŸ¢OÕ§éÓõúL}–þ‹>[Ÿ£ÿªÏÕçéóõúB}‘¾X_¢/Õ—éËõúJ}•¾Z_£¯Õ×éëõ úF}“¾YߢoÕ·éÛõúN}—¾[ߣïÕ÷éûõúAý~X?¢ÕéÇõúIý”~Z?£ŸÕÏéçõ úEý’~Y¿¢_Õ¯é×õúMý–~[¿£ßÕÓ×ïé÷õúCý‘þX¢?ÕŸéÏõúKý•þZ£¿ÕßéïõúGýýOý“þYÿ¢Õ¿éßõz#®ψo$0‰  ʠ Æ` Îà Á É ÅP ÍÐ Ã0 ˰ÄF#©‘ÌHn¤0R©ŒÔF#­‘ÎHod02™ŒÌF#«‘ÍÈnä0r¹ŒÜF#¯‘ÏÈo0 …ŒÂF£¨QÌ(n”0J¥ŒÒF£¬QÎ(oT0*•ŒÊF£ªQͨnÔ0jµŒÚF£®QϨo40ŒÆF£©ÑÌhn´0Z­ŒÖF£­ÑÎhot0:ŒÎF£«ÑÍènô0z½ŒÞF£¯ÑÏèo 0ƒŒÁÆ#Æj 3Ã5<Ã7#4"#ÖnŒ0F£ŒÑÆc¬1ÎoL0&“ŒÉÆcª1͘nÌ0f³Œ_ŒÙÆãWc®1Ϙo,0‹ŒÅÆc©±ÌXn¬0V«ŒÕÆc­±ÎXol06›ŒÍÆc«±ÍØnì0v»ŒÝÆc¯±ÏØo0‡ŒÃÆã¨qÌ8nœ0N§ŒÓÆã¬qÎ8o\0.—ŒËÆãªq͸nÜ0n·ŒÛÆã®ñ›ñ»qϸo<0ŒÇÆã©ñÌxn¼0^¯Œ×Æã­ñÎxo|0>ŸŒÏÆã«ñÍønü0â˜qÍxf|3™ÐLd&iR&m2&kr&o ¦hJ¦l*¦jj¦n¦iZ¦m&6“˜IÍdfr3…™ÒLe¦6Ó˜iÍtfz3ƒ™ÑÌdf6³˜YÍlfv3‡™ÓÌeæ6ó˜yÍ|f~³€YÐ,d6‹˜EÍbfq³„YÒ,e–6˘eÍrfy³‚YѬdV6«˜UÍjfu³†YÓ¬eÖ6ë˜uÍzf}³ÙÐld66›˜MÍffs³…ÙÒle¶6Û˜mÍvf{³ƒÙÑìdv6»˜]Ínfw³‡ÙÓìeö6û˜}Í~fs€9Ðd6‡˜1æPs˜é˜®é™¾˜¡™±æps„9ÒeŽ6ǘcÍqæxs‚9ÑœdN6§˜SÍiæts†9ÓœeþbÎ6瘿šsÍyæ|s¹Ð\d.6—˜KÍeærs…¹Ò\e®6טkÍuæzsƒ¹ÑÜdn6·˜[Ímævs‡¹ÓÜeî6÷˜{Í}æ~ó€yÐ6Ÿ˜OÍgæsó…ùÒ|e¾6ߘoÍwæ{óƒùÑüÃüÓüd~6¿˜_Íoæwó‡ÇŠkųâ[ ¬„V"‹°H‹²h‹±X‹³xK°DK²dK±TK³t˰L˲l+±•ÄJj%³’[)¬”V*+µ•ÆJk¥³Ò[¬ŒV&+³•ÅÊje³²[9¬œV.+·•ÇÊkå³ò[¬‚V!«°UÄ*j³Š[%¬’V)«´UÆ*k•³Ê[¬ŠV%«²UŪjU³ª[5¬šV-«¶UǪkÕ³ê[ ¬†V#«±ÕÄjj5³š[-¬–V+«µÕÆjkµ³Ú[¬ŽV'«³ÕÅêju³º[=¬žV/«·ÕÇêkõ³ú[¬Ö k°5ÄŠ±†ZÃ,Çr-Ïò­À ­Èе†[ÕGêcõ‰úT}¦>W_¨/ÕWêkõúV}§¾W?¨Õ?Ô?ÕOêgõ‹úUý¦~W¨q´¸Úk±µÄZj-³–[+¬•Ö*kµµÆZk­³Ö[¬Ö&k³µÅÚjm³¶[;¬Ö.k·µÇÚkí³ö[¬ƒÖ!ë°uÄ:j³Ž['¬“Ö)ë´uÆ:k³Î[¬‹Ö%ë²uźj]³®[7¬›Ö-ë¶uǺkýfýnݳî[¬‡Ö#ë±õÄzj=³ž[/¬—Ö+ëµõÆzk½³Þ[¬ÖÖŸÖ'ë³õÅúj}³¾[?¬8v\;žßN`'´Ù„MÚ”MÛŒÍÚœÍÛ‚-Ú’-ÛŠ­Úš­Û†mÚ–mÛ‰í$vR;™ÜNa§´SÙ©í4vZ;ÞÎ`g´3Ù™í,vV;›ÝÎaç´sÙ¹ív_»ŸÝß`´Ùƒí!vŒ=Ôf;¶k{¶ovhGv¬=Üa´GÙ£í1öX{œ=Þž`O´'Ù“í)öT{š=ÝžaÏ´gٿسí9ö¯ö\{ž=ß^`/´Ù‹í%öR{™½Ü^a¯´WÙ«í5öZ{½ÞÞ`o´7Ù›í-öÿ"ìV–¿6ïÅÉÆØdãÔ¶mÛ¶ÝÞÕî]mÛ¶mÛ¶ûg¶ÇvÄvÆvÅvÇöÄöÆöÅöÇÄÆÅÇŽÄŽÆŽÅŽÇNÄNÆNÅNÇÎÄÎÆÎÅÎÇ.Ä.Æ.Å.ǮĮƮŮÇnÄnÆnÅnÇîÄîÆîÅîÇÄÆÅǞĞƞŞÇ^Ä^Æ^Å^ÇÞÄÞÆÞÅÞÇ>Ä>Æ>Å>ǾľƾžÇ~Ä~Æ~Å~ÇþÄþÆþÅ’aɱXJ,–ûKƒ¥ÅÒaé± XF,–Ë‚eŲaÙ±XN,–˃åÅâ°†a8F`$Fa4Æ`,Æaã11 “1S1 Ó1ƒ˜‰YÂlÌÁ\ÌÃ|,ÀB,Âòaù±XA¬V+‚ÅŠaűXI¬V+ƒ•ÅÊaå± XE¬V«‚UŪaÕ±XM¬V«ƒÕÅêaõ±XC¬Ök‚5ÅšaͱXK¬ÖkƒµÅÚaí±XG¬Öë‚uźaݱXO¬ÖëƒõÅúaý±Ø@l6‚ ņañØHl6ƒÅÆañX6›€MÄ&a“±)ØTl6›ÍÄfa³±9X"–„ÍÅæaó±ØBl¶[‚-Å–a˱ØJl¶[ƒ­ÅÖaë± ØFl¶Û‚mŶaÛ±ØNl¶ÛƒíÅöaû±ØAìv;‚ÅŽaDZØIìv;ƒÅÎaç± ØEìv»‚]Å®a×±ØMìv»ƒÝÅîa÷±ØCìö{‚=ÅžaϱØKìö{ƒ½ÅÞaï±ØGìöû‚}žaß±ØOìöûƒýÅþaÉðäx <%ž Oÿ‡§ÁÓâéðôx<#ž ÏŒgÁ³âÙðìx<'ž ÏçÁóâqx Çp'p§pgpçp€ó¸€‹¸„˸‚«¸†ë¸CÜÄ-á6îà.îá>à!áùðüx¼ ^/ŒÁ‹âÅðâx ¼$^ /—ÁËâåðòx¼"^ ¯ŒWÁ«âÕðêx ¼&^ ¯×Áëâõðúx¼!ÞoŒ7Á›âÍðæx ¼%Þ o·ÁÛâíðöx¼#Þ ïŒwÁ»âÝðîx¼'Þ ï÷Áûâýðþø| >ŒÁ‡âÃðáø|$> ÁÇâãðx<OÀ'â“ðÉø|*> ŸŽÏÀgâ³ðÙø<OÂçâóðùø|!¾_Œ/Á—âËðåø |%¾ _¯Á×âëðõø|#¾ ߌoÁ·âÛðíø|'¾ ßïÁ÷âûðýøü ~?ŒÁâÇðãø ü$~ ?ŸÁÏâçðóøü"~ ¿Œ_Á¯â×ðëø ü&~ ¿ßÁïâ÷ðûøü!þŒ?ÁŸâÏðçø ü%þ ¿Áßâïð÷øü#þ ÿŒÁ¿âßðïøü'þ ÿÿÁÿâÿðdDr"‘’HE¤&þ#Òi‰tDz"‘‘ÈDd&²Y‰lDv"‘“ÈEä&òy‰8"F`NIPM0Kp xB DB"dB!TB#t a›p—🈈ˆ|D~¢Q(D&ŠE‰bDq¢Q’(E”&Êe‰rDy¢Q‘¨DT&ªU‰jDu¢Q“¨EÔ&êu‰zD}¢ÑhD4&šM‰fDs¢Ñ’hE´&Úm‰vD{¢Ñ‘èDt&º]‰nDw¢Ñ“èEô&ú}‰~Db1D &†C‰aÄpb1’EŒ&Æc‰qD<‘@Œ'&‰IÄdb 1•˜FL'f3‰YÄlb‘H$s‰yÄ|b±XD,&–K‰eÄrb±’XE¬&Ök‰uÄzb±‘ØDl&¶[‰mÄvb±“ØEì&ö{‰}Ä~âq8D&ŽG‰cÄqâq’8Eœ&Îg‰sÄyâq‘¸D\&®W‰kÄuâq“¸EÜ&îw‰{Ä}âñxD<&žO‰gÄsâñ’xE¼&Þo‰wÄ{âñ‘øD|&¾_‰oÄwâñ“øEü&þ‰D229™‚LI¦"S“ÿ‘iÈ´d:2=™ÌHf"3“YȬd62;™ƒÌIæ"s“yȼd#1' ’$)’&’%9<)")‘2©*©‘cãÆÅÅÇ%Ä›71nRÜä¸)qSã¦ÅM›73nVÜì¸9q‰qIqsãæÅÍ[·0nQÜâ¸%q:Y–,G–'+ÉJde² Y•¬FV'k5ÉZdm²Y—¬GÖ' ÉFdc² Ù”lF6'[-ÉVdk² Ù–lG¶';ÉNdg² Ù•ìFv'{=É^do²Ù—ìGö'ÉAä`r9”F'G#ÉQähr 9–GÆ“ äxr9‘œDN&§SÉiätr9“œEÎ&ç‰d9—œGÎ' ÉEäbr ¹”\F.'W+ÉUäjr ¹–\G®'7ÉMäfr ¹•ÜFn'w;É]änr¹—ÜGî'ÉCäaòy”'_/ÉWäkò ù–|G¾'?ÉOägò ù•üF~'?É_äoòù—üG&£’S)¨”T**5õ•†JK¥£ÒS¨ŒT&*3•…ÊJe£²S9¨œT.*7•‡ÊKÅQ1 £pŠ HŠ¢hŠ¡XŠ£ÅS%R%S ¥R¥S)“²(DÙ”C¹”GùT@…TDå£òS¨‚T!ª0U„*J£ŠS%¨’T)ª4U†*K•£ÊS¨ŠT%ª2U…ªJU£ªS5¨šT-ª6U‡ªKÕ£êS ¨†T#ª1Õ„jJ5£šS-¨–T+ª5Õ†jKµ£ÚS¨ŽT'ª3Õ…êJu£ºS=¨žT/ª7Õ‡êKõ£úS¨Ô j05„J £†S#¨‘Ô(j45†K£â©j<5šHM¢&SS¨©Ô4j:5ƒšIÍ¢fSs¨D*‰šKÍ£æS ¨…Ô"j1µ„ZJ-£–S+¨•Ô*j5µ†ZK­£ÖS¨Ô&j3µ…ÚJm£¶S;¨Ô.j7µ‡ÚKí£öS¨ƒÔ!ê0u„:J£ŽS'¨“Ô)ê4u†:K£ÎS¨‹Ô%ê2u…ºJ]£®S7¨›Ô-ê6u‡ºKÝ£îS¨‡Ô#ê1õ„zJ=£žS/¨—Ô+ê5õ†zK½£ÞS¨Ô'ê3õ…úJ}£¾S?¨ŸÔ/ê7õ‡úKý£’ÑÉétJ:šþNC§¥ÓÑéé tF:™ÎBg¥³ÑÙétN:›ÎCç¥ãèÑ8MÐ$MÑ4ÍÐ,ÍÑ€æii‰–i…ViÖiƒ†´I[4¢mÚ¡]Ú£}: C:¢óÑùétAº]˜.B¥‹ÑÅétIº]š.C—¥ËÑåé tEº]™®BW¥«ÑÕétMº]›®C×¥ëÑõétCºݘnB7¥›ÑÍétKºÝšnC·¥ÛÑíétGºÝ™îBw¥»ÑÝétOºÝ›îC÷¥ûÑýéô@z=˜B¥‡ÑÃéôHz=šC¥ÇÑñt=žž@O¤'Ñ“é)ôTz=žAϤgѳé9t"DÏ¥çÑóéôBz½˜^B/¥—ÑËéôJz½š^C¯¥×Ñëé ôFz½™ÞBo¥·ÑÛéôNz½›ÞCï¥÷ÑûéôAú}˜>B¥ÑÇéôIú}š>CŸ¥ÏÑçé ôEú}™¾B_¥¯Ñ×éôMú}›¾CߥïÑ÷éôCúý˜~B?¥ŸÑÏéôKúýš~C¿¥ßÑïéôGúý™þB¥¿ÑßéôOúý›þCÿ¥ÿÑɘäL &%“ŠIÍüǤaÒ2é˜ôL&#“‰ÉÌda²2Ù˜ìL&'“‹ÉÍäaò2qLŒÁœ!’¡ša–áÀðŒÀˆŒÄȌ¨ŒÆèŒÁ@Æd,16ã0.ã1>0!1ù˜üL¦ Sˆ)ÌaŠ2ŘâL ¦$SŠ)Í”aÊ2å˜òL¦"S‰©ÌTaª2Õ˜êL ¦&S‹©ÍÔaê2õ˜úL¦!ÓˆiÌ4aš2͘æL ¦%ÓŠiÍ´aÚ2í˜öL¦#Ó‰éÌtaº2ݘîL¦'Ó‹éÍôaú2ý˜þÌf 3ˆÌ a†2ØáÌf$3ŠÍŒaÆ2ã˜x&ÏL`&2“˜ÉÌf*3™ÎÌ`f2³˜ÙÌ&‘Ibæ2ó˜ùÌf!³ˆYÌ,a–2˘åÌ f%³ŠYͬaÖ2ë˜õÌf#³‰ÙÌla¶2Û˜íÌf'³‹ÙÍìaö2û˜ýÌæ sˆ9ÌaŽ2ǘãÌ æ$sŠ9ÍœaÎ2ç˜óÌæ"s‰¹Ì\a®2טëÌ æ&s‹¹ÍÜaî2÷˜ûÌæ!óˆyÌ\_®ןÀ äqƒ¹!ÜPn7œÁäFq£¹1ÜXnÏ%pã¹ ÜDn7™›ÂMå¦qÓ¹ÜLn7››Ã%rIÜ\n7Ÿ[À-äq‹¹%ÜRn·œ[Á­äVq«¹5ÜZn·žÛÀmä6q›¹-ÜVn·ÛÁíävq»¹=Ü^n·Ÿ;Àäq‡¹#ÜQîwœ;ÁäNq§¹3ÜYîwž»À]ä.q—¹+ÜUîw»ÁÝänq·¹;Ü]îwŸ{À=äq¹'ÜSî÷œ{Á½ä^q¯¹7Ü[î÷žûÀ}ä>qŸ¹/ÜWî÷ûÁýä~q¿¹?Ü_î— $)@J ¤ÿ4 -HÒƒ #È2ƒ, +Ȳƒ 'Èrƒ< /ˆ1€€ XÀx H@ Pt`L`làxÀAòü (  ( Šâ ( JÒ  ( Êò ¨*Ê  ¨ ªê ¨ jÚ ¨ êú hÆ  h šæ h ZÖ  h Úö è:Π è ºî è zÞ è úþ`Á` †á` FÑ`  Æxƃ `"˜&ƒ)`*˜¦ƒ`&˜fƒ9 $¹`˜€…`X –€¥`XV€•`X Ö€µ`X6€`Ø ¶€­`Øv€`Ø ö€½`Ø€ƒà8 Ž€£à8N€“à8 ΀³à8.€‹à¸ ®€«à¸n€›à¸ ฀‡àx ž€§àx^€—àx Þ€·àx>€àø ¾€¯àø~€Ÿàø þ€¿àHÆ'çSð)ùT|jþ?> Ÿ–Oǧç3ðùL|f> Ÿ•ÏÆgçsð9ù\|n>Ÿ—ãc<Æã<Á“<ÅÓ<ó<Çžç^ä%^æ^å5^ç ò&oñˆ·y‡wy÷ù€ùˆÏÇçç ðùB|a¾_”/ÆçKð%ùR|i¾ _–/Ç—ç+ðùJ|e¾ _•¯ÆWçkð5ùZ|m¾_—¯Ç×çð ùF|c¾ ß”oÆ7ç[ð-ùV|k¾ ß–oÇ·ç;ðùN|g¾ ß•ïÆwç{ð=ù^|o¾ß—ïÇ÷çðùAü`~?”ÆçGð#ùQüh~ ?–ÇÇó üx~?‘ŸÄOæ§ðSùiüt~?“ŸÅÏæçð‰|?—ŸÇÏçð ùEüb~ ¿”_Æ/çWð+ùUüj~ ¿–_ǯç7ðùMüf~ ¿•߯oçwð;ù]ün~¿—ßÇïçðùCüaþ”?ÆçOð'ùSüiþ –?ÇŸç/ðùKüeþ •¿Æ_çoð7ù[ümþ—¿ÇßçðùGücþ ÿ”Æ?ç_ð/ùWükþ ÿ–Ç¿ç?ðùOügþ ÿ•ÿÆçð?ù_üoþÿ—ÿÇ'’ )„”B*!µðŸFH+¤Ò „ŒB&!³EÈ*d² 9„œB.!·GÈ+Ä 1pHhX€À ‚ ’ Š  š  †S°$Ø‚#¸‚'øB „B$äò „‚B!¡°PD(*Š %„’B)¡´PF(+”Ê „ŠB%¡²PE¨*Tª 5„šB-¡¶PG¨+Ôê „†B#¡±ÐDh*4š -„–B+¡µÐFh+´Ú „ŽB'¡³ÐEè*tº =„žB/¡·ÐGè+ôú „ a°0D* † #„‘Â(a´0F+Œâ…a¼0A˜(L& S„©Â4aº0C˜)Ìf s„D!I˜+Ìæ „…Â"a±°DX*,– +„•Â*aµ°FX+¬Ö „Â&a³°EØ*l¶ ;„Â.a·°GØ+ìö „ƒÂ!á°pD8*Ž '„“Â)á´pF8+œÎ „‹Â%á²pE¸*\® 7„›Â-á¶pG¸+Üî „‡Â#á±ðDx*<ž /„—Â+áµðFx+¼Þ „Â'á³ðEø*|¾ ?„ŸÂ/á·ðGø+ü’‰ÉÅbJ1•˜ZüOL#¦Ó‰éÅ bF1“˜YÌ"f³‰ÙÅbN1—˜[Ì#æãĘˆ‰¸Hˆ¤H‰´Èˆ¬È‰@äEAEI”EETEMÔEC„¢)Z"mÑ]Ñ}1C1ó‰ùÅbA±XX,"‹‰ÅÅbI±”XZ,#–ˉåÅ bE±’XY¬"V«‰ÕÅbM±–X[¬#Öë‰õÅbC±‘ØXl"6›‰ÍÅbK±•ØZl#¶Û‰íÅbG±“ØYì"v»‰ÝÅ‹ì%ö2{…½Ê^c¯³7Ø›ì-ö6{‡½ËÞcï³؇ì#ö1û„}Ê>cŸ³/Ø—ì+ö5û†í!N§ˆSÅiâtq†8Sœ%Î爉b’8Wœ'Έ ÅEâbq‰¸T\&.Wˆ+ÅUâjq¸V\'®7ˆÅMâfq‹¸UÜ&nwˆ;Å]ânq¸WÜ'îˆÅCâañˆxT<&Oˆ'ÅSâiñŒxV<'ž/ˆÅKâeñŠxU¼&^oˆ7Å[âmñŽxW¼'ÞˆÅGâcñ‰øT|&>_ˆ/ÅWâkñøV|'¾?ˆÅOâgñ‹øUü&~ˆ?Å_âoñøWü'&“’K)¤”R*)µôŸ”FJ+¥“ÒK¤ŒR&)³”EÊ*e“²K9¤œR.)·”GÊ+ÅI1 “p‰H‰’h‰‘X‰“€ÄK‚$J’$KФJš¤K†%S²$$Ù’#¹’'ùR …R$å“òK¤‚R!©°TD**“ŠK%¤’R)©´TF*+•“ÊK¤ŠR%©²TEª*U“ªK5¤šR-©¶TGª+Õ“êK ¤†R#©±ÔDj*5“šK-¤–R+©µÔFj+µ“ÚK¤ŽR'©³ÔEê*u“ºK=¤žR/©·ÔGê+õ“úK¤Ò i°4D* “†K#¤‘Ò(i´4F+“â¥i¼4Aš(M’&KS¤©Ò4iº4Cš)Í’fKs¤D)Iš+Í“æK ¤…Ò"i±´DZ*-“–K+¤•Ò*iµ´FZ+­“ÖK¤Ò&i³´EÚ*m“¶K;¤Ò.i·´GÚ+í“öK¤ƒÒ!é°tD:*“ŽK'¤“Ò)é´tF:+“ÎK¤‹Ò%é²tEº*]“®K7¤›Ò-é¶tGº+Ý“îK¤‡Ò#é±ôDz*=“žK/¤—Ò+éµôFz+½“ÞK¤Ò'é³ôEú*}“¾K?¤ŸÒ/é·ôGú+ý“’ÉÉårJ9•œZþON#§•ÓÉéå rF9“œYÎ"g•³ÉÙårN9—œ[Î#ç•ã䘌ɸLȤLÉ´ÌȬÌÉ@æeAeI–eEVeMÖeC†²)[2’mÙ‘]Ù“}9C9’óÉùårA¹\X."•‹ÉÅårI¹”\Z.#—•ËÉåå rE¹’\Y®"W•«ÉÕårM¹–\[®#וëÉõårC¹‘ÜXn"7•›ÉÍårK¹•ÜZn#·•ÛÉíårG¹“ÜYî"w•»ÉÝårO¹—Ü[î#÷•ûÉýåò@y"•ÉÇåòIù”|Z>#Ÿ•ÏÉçå òEù’|Y¾"_•¯É×åòMù–|[¾#ß•ïÉ÷åòCù‘üX~"?•ŸÉÏåòKù•üZ~#¿•ßÉïåòGù“üYþ"•¿ÉßåòOù—ü[þ#ÿ•ÿÉÉ”äJ %¥’JI­ü§¤QÒ*é”ôJ%£’IɬdQ²*Ù”ìJ%§’KÉ­äQò*qJLÁ\!R¡ZaVá ðŠ ˆŠ¤ÈŠ¢¨Š¦èŠ¡@ÅT,)¶â(®â)¾(¡)ù”üJ¥ RH)¬QŠ*Å”âJ ¥¤RJ)­”QÊ*å”òJ¥¢RI©¬TQª*Õ”êJ ¥¦RK©­ÔQê*õ”úJ¥¡ÒHi¬4Qš*Í”æJ ¥¥ÒJi­´QÚ*í”öJ¥£ÒIé¬tQº*Ý”îJ¥§ÒKé­ôQú*ý”þÊe 2H¬ Q†*ÔáÊe¤2J­ŒQÆ*ã”x%A¯LP&*“”ÉÊeª2M™®ÌPf*³”ÙÊ%QIRæ*ó”ùÊe¡²HY¬,Q–*Ë”åÊ e¥²JY­¬QÖ*ë”õÊe£²IÙ¬lQ¶*Û”íÊe§²KÙ­ìQö*û”ýÊå rH9¬QŽ*Ç”ãÊ å¤rJ9­œQÎ*ç”óÊå¢rI¹¬\Q®*×”ëÊ å¦rK¹­ÜQî*÷”ûÊå¡òHy¬VŸ¨OÕgêsõ…úR}¥¾VߨoÕwê{õƒúQý¤~V¿¨_Õoêwõ‡úSý¥þVÿ¨Õj2-¹–BK©¥ÒRkÿii´´Z:-½–A˨eÒ2kY´¬Z6-»–CË©åÒrky´¼ZO±—Ø[ì#öû‰ýÅâ@q8X"‡‰ÃÅâHq”8Z#Žljñb‚8^œ N'‰qš§ùZ …Z¤åÓòk´‚Z!­°VD+ªÓŠk%´’Z)­´VF+«•ÓÊk´ŠZ%­²VE«ªUÓªk5´šZ-­¶VG««ÕÓêk ´†Z#­±ÖDkª5Óšk-´–Z+­µÖFk«µÓÚk´ŽZ'­³ÖEëªuÓºk=´žZ/­·ÖGë«õÓúk´Ú m°6Dª Ó†k#´‘Ú(m´6F«Óâµm¼6A›¨MÒ&kS´©Ú4mº6C›©ÍÒfks´D-I›«ÍÓæk ´…Ú"m±¶D[ª-Ó–k+´•Ú*mµ¶F[«­ÓÖk´Ú&m³¶EÛªmÓ¶k;´Ú.m·¶GÛ«íÓök´ƒÚ!í°vD;ªÓŽk'´“Ú)í´vF;«ÓÎk´‹Ú%í²vE»ª]Ó®k7´›Ú-í¶vG»«ÝÓîk´‡Ú#í±öD{ª=Óžk/´—Ú+íµöF{«½ÓÞk´Ú'í³öEûª}Ó¾k?´ŸÚ/í·öGû«ýÓ’éÉõzJ=•žZÿOO£§ÕÓééõ zF=“žYÏ¢gÕ³éÙõzN=—ž[Ï£çÕãô˜Žé¸Nè¤Né´Îè¬Îé@çuAuI—uEWuM×uC‡º©[:ÒmÝÑ]ÝÓ}=ÐC=ÒóéùõzA½^X/¢Õ‹éÅõzI½”^Z/£—ÕËéåõ zE½’^Y¯¢WÕ«éÕõzM½–^[¯£×ÕëéõõzC½‘ÞXo¢7Õ›éÍõzK½•ÞZo£·ÕÛéíõzG½“ÞYï¢wÕ»éÝõzO½—Þ[ï£÷Õûéýõú@}>X¢Õ‡éÃõúH}”>Z£ÕÇéñz‚>^Ÿ OÔ'é“õ)úT}š>]Ÿ¡ÏÔgé³õ9z¢ž¤ÏÕçéóõúB}‘¾X_¢/Õ—éËõúJ}•¾Z_£¯Õ×éëõ úF}“¾YߢoÕ·éÛõúN}—¾[ߣïÕ÷éûõúAý~X?¢ÕéÇõúIý”~Z?£ŸÕÏéçõ úEý’~Y¿¢_Õ¯é×õúMý–~[¿£ßÕïé÷õúCý‘þX¢?ÕŸéÏõúKý•þZ£¿ÕßéïõúGý“þYÿ¢Õ¿éßõúOý—þ[ÿ£ÿÕÿéÉŒäF #¥‘ÊHmüg¤1ÒéŒôF#£‘ÉÈld1²ÙŒìF#§‘ËÈmä1òqFÌÀ Ü Ò  Ú` Öà `ð†`ˆ†dȆb¨†fè†a@Ã4,¶á®á¾¡ùŒüF£ QÈ(l1ŠÅŒâF £¤QÊ(m”1ÊåŒòF£¢QɨlT1ªÕŒêF £¦Q˨mÔ1êõŒúF£¡ÑÈhl41šÍŒæF £¥ÑÊhm´1ÚíŒöF££ÑÉèlt1ºÝŒîF£§ÑËèmô1úýŒþÆc 1Èl 1†ÃŒáÆc¤1ÊmŒ1ÆãŒx#ÁoL0&“ŒÉÆcª1͘nÌ0f³ŒÙÆ#ÑH2æóŒùÆc¡±ÈXl,1–ËŒåÆ c¥±ÊXm¬1ÖëŒõÆc£±ÉØll1¶ÛŒíÆc§±ËØmì1öûŒýÆã qÈ8l1ŽÇŒãÆ ã¤qÊ8mœ1ÎçŒóÆã¢qɸl\1®×ŒëÆ ã¦q˸mÜ1î÷ŒûÆã¡ñÈxl<1žÏŒçÆ ã¥ñÊxm¼1ÞïŒ÷Æã£ñÉøl|1¾ߌïÆã§ñËømü1þÿŒd09LSÂT05ü¦ia:˜f€a&˜fYa6˜æ€9a.˜æyaŒA â€$¤ ÈBÈCŠP‚2T  5¨CBhB "hCºÐƒ> `#˜æ‡`AX†E`QX ‡%`IX –†e`YX–‡`EX V†U`UX V‡5`MX Ö†u`]XÖ‡ `CØ6†M`SØ 6‡-`KØ ¶†m`[ض‡`GØ v†]`WØ v‡=`OØ ö†}`_Øö‡à@8†CàP8 ‡#àH8 ކcàX8ÆÃ8N€á$8NSá48΀3á,8Ή0 Î…óà|¸.„‹àb¸.…Ëàr¸®„«àj¸®…ëàz¸n„›àf¸n…Ûàv¸î„»àn¸î…ûà~x„‡àax…Çàqxž„§àixž…çàyx^„—àex^…×àuxÞ„·àmxÞ…÷à}ø>„àcø>…Ïàsø¾„¯àkø¾…ïà{ø~„Ÿàgø~…ßàwøþ„¿àoøþ…ÿ`23¹™ÂLi¦2S›ÿ™iÌ´f:3½™ÁÌhf23›Y̬f63»™ÃÌiæ2s›y̼fœ317 “4)“6“59˜¼)˜¢)™²©˜ª©™ºi˜Ð4MËD¦m:¦kz¦ofhFf>3¿YÀ,h2 ›EÌ¢f1³¸YÂ,i–2K›e̲f9³¼YÁ¬hV2+›U̪f5³ºYìiÖ2k›u̺f=³¾ÙÀlh62›M̦f3³¹ÙÂli¶2[›m̶f;³½ÙÁìhv2;›]Ì®f7³»ÙÃìiö2{›}̾f?³¿9Àh2›CÌ¡æ0s¸9ÂiŽ2G›c̱æ83ÞL0Ç›̉æ$s²9ÅœjN3§›3Ì™æ,s¶9ÇL4“̹æ1ŸšÏÌçæ ó¥ùÊ|m¾1ßšïÌ÷æó£ùÉül~1¿šßÌïæó§ùËümþ1ÿšÿÌdVr+…•ÒJe¥¶þ³ÒXi­tVz+ƒ•ÑÊde¶²XY­lVv+‡•ÓÊeå¶òXy­8+faniQm1kq°xK°DK²dK±TK³t˰ eZ–…,Ûr,×ò,ß ¬ÐЬ|V~«€UÐ*d¶ŠXE­bVq«„UÒ*e•¶ÊXe­rVy«‚UѪdU¶ªXU­jVu«†UÓªeÕ¶êXu­zV}«ÕÐjd5¶šXM­fVs«…ÕÒjeµ¶ÚXm­vV{«ƒÕÑêdu¶ºX]­nVw«‡ÕÓêeõ¶úX}­~Vk€5Ðd ¶†XC­aÖpk„5Òe¶ÆXc­qV¼•`·&X­IÖdkŠ5ÕšfM·fX3­YÖlkŽ•h%Ys­yÖ|kµÐZd-¶–XK­eÖrk…µÒZe­¶ÖXk­uÖzkƒµÑÚdm¶¶X[­mÖvk‡µÓÚeí¶öX{­}Ö~ë€uÐ:d¶ŽXG­cÖqë„uÒ:e¶ÎXg­sÖyë‚uѺd]¶®XW­kÖuë†uÓºeݶîXw­{Ö}ëõÐzd=¶žXO­gÖsë…õÒze½¶ÞXo­wÖ{ëƒõÑúd}¶¾X_­oÖwë‡õÓúeý¶þX­V2”¥@)Q*”ý‡Ò ´(J2 Œ(ÊŒ² ¬(ÊŽr œ(Êò ¼(ņpD QˆF b‡â‘€D$!)HEÒ‘ 2‘…²‘ƒ\ä!(Dʇò£¨ *„ £"¨(*†Š£¨$*…J£2¨,*‡Ê£ ¨"ª„*£*¨*ª†ª£¨&ª…j£:¨.ª‡ê£¨!j„£&¨)j†š£¨%j…Z£6¨-j‡Ú£¨#ê„:£.¨+ꆺ£¨'ê…z£>¨/ê‡ú£h „£!h(††£h$…F£1h,‡âQ& ‰hšŒ¦ ©hšŽf ™hšæ D”„æ¢yh>Z€¢Eh1Z‚–¢eh9ZV¢Uh5ZƒÖ¢uh=Ú€6¢Mh3Ú‚¶¢mh;Úv¢]h7Úƒö¢}h?:€¢Cè0:‚Ž¢cè8:N¢Sè4:ƒÎ¢sè<º€.¢Kè2º‚®¢kè:ºn¢[è6ºƒî¢{è>z€¢Gè1z‚ž¢gè9z^¢Wè5zƒÞ¢wè=ú€>¢Oè3ú‚¾¢oè;ú~¢_è7úƒþ¢(™ÜNa§´SÙ©íÿì4vZ;ÞÎ`g´3Ù™í,vV;›ÝÎaç´sÙ¹ív_»ŸÝß`´Ùƒí!öP{˜=Üa´GÙ£í1öX{œo'Øãí öD{’=ÙžbOµ§ÙÓíöL{–=Ûžc'ÚIö\{ž=ß^`/´Ù‹í%öR{™½Ü^a¯´WÙ«í5öZ{½ÞÞ`o´7Ù›í-öV{›½ÝÞaï´wÙ»í=ö^{Ÿ½ß>`´Ù‡í#öQû˜}Ü>aŸ´OÙ§í3öYûœ}Þ¾`_´/Ù—í+öUûš}ݾaß´oÙ·í;ö]ûž}ß~`?´Ùí'öSû™ýÜ~a¿´_Ù¯í7ö[ûýÞþ`´?ÙŸí/öWû›ýÝþaÿ´Ù¿í?ö_ûŸÌIî¤pR:©œÔÎN'­“ÎIïdp2:™œÌN'«“ÍÉîäpr:¹œÜN'¯çÄÌÁÂ!Ê¡ÆaÎïŽèHŽì(ŽêhŽîtLÇrc;Žã:žã;:‘“ÏÉïp :…œÂN§¨SÌ)î”pJ:¥œÒN§¬SÎ)ïTp*:•œÊN§ªSÍ©îÔpj:µœÚN§®SÏ©ï4p:œÆN§©ÓÌiî´pZ:­œÖN§­ÓÎiïtp::œÎN§«ÓÍéîôpz:½œÞN§¯ÓÏéï p:ƒœÁÎg¨3ÌîŒpF:£œÑÎg¬3ΉwœñÎg¢3É™ìLq¦:ÓœéÎ g¦3Ë™íÌq$g®3Ï™ï,p:‹œÅÎg©³ÌYî¬pV:«œÕÎg­³ÎYïlp6:›œÍÎg«³ÍÙîìpv:»œÝÎg¯³ÏÙïp:‡œÃÎç¨sÌ9îœpN:§œÓÎç¬sÎ9ï\p.:—œËÎçªs͹îÜpn:·œÛÎç®sϹï:ŸœÏÎç«óÍùîüp~:¿œßÎç¯óÏIæ&wS¸)ÝTnj÷?7›ÖMç¦w3¸ÝLnf7‹›ÕÍæfws¸9Ý\nn7›×sc.æâ.á’.åÒ.ã².ç—wWt%WvWu5Ww º¦k¹Èµ]Çu]ÏõÝÀ ÝÈÍçæw ¸ÝBna·ˆ[Ô-æwK¸%ÝRni·Œ[Ö-ç–w+¸ÝJne·Š[Õ­æVwk¸5ÝZnm·Ž[×­çÖw¸ ÝFncw¯¹ÏÜo0š‡ÌÃæó¨yÌw_¸/ÝWîk÷ûÖ}ç¾w?¸ÝOîg÷‹ûÕýæ~w¸?Ý_îo÷û×ýç&ó’{)¼”^*/µ÷Ÿ—ÆKë¥óÒ{¼Œ^&/³—ÅËêeó²{9¼œ^./·—ÇËëÅy1ópðHòhñXó€Ç{‚'z’'{Чzš§{†=Ó³<äٞ㹞çù^à…^äåóò{¼‚^!¯°WÄ+êóŠ{%¼’^)¯´WÆ+ë•óÊ{¼Š^%¯²WÅ«êUóª{5¼š^-¯¶WÇ«ëÕóê{ ¼†^#¯±×Äkê5óš{-¼–^+¯µ×ÆkëµóÚ{¼Ž^'¯³×Åëêuóº{=¼ž^/¯·×Çëëõóú{¼Þ o°7Äê ó†{#¼‘Þ(o´7Æëóâ½o¼7Á›èMò&{S¼©Þ4oº7ÛéÍòf{s¼D/É›ëÍóæ{ ¼…Þ"o±·Ä[ê-ó–{+¼•Þ*oµ·Æ[ë­óÖ{¼Þ&o³·ÅÛêmó¶{;¼Þ.o··ÇÛëíóö{¼ƒÞ!ï°wÄ;êóŽ{'¼“Þ)ï´wÆ;ëóÎ{¼‹Þ%ï²wÅ»ê]ó®{7¼›Þ-ï¶wÇ»ëÝóî{¼‡Þ#ï±÷Ä{ê=óž{/¼—Þ+ïµ÷Æ{ë½óÞ{¼Þ'ï³÷Åûê}ó¾{?¼ŸÞ/ï·÷Çûëýó’ùÉý~J?•ŸÚÿÏOã§õÓùéý ~F?“ŸÙÏâgõ³ùÙý~N?—ŸÛÏãçõãü˜ù¸Oø¤Où´Ïø¬ÏùÀç}Á}É—}ÅW}Í×}Ǿé[>òmßñ]ßó}?ðC?òóùùý~A¿_Ø/âõ‹ùÅý~I¿”_Ú/ã—õËùåý ~E¿’_Ù¯âWõ«ùÕý~M¿–_Û¯ã×õëùõý~C¿‘ߨoâ7õ›ùÍý~K¿•ßÚoã·õÛùíý~G¿“ßÙïâwõ»ùÝý~O¿—ßÛïã÷õûùýýþ@?Øâõ‡ùÃýþH”?ÚãõÇùñ~‚?ÞŸàOô'ù“ý)þTš?ÝŸáÏôgù³ý9~¢ŸäÏõçùóýþB‘¿Ø_â/õ—ùËýþJ•¿Ú_ã¯õ×ùëý þF“¿Ùßâoõ·ùÛýþN—¿Ûßãïõ÷ùûýþAÿØ?âõùÇýþIÿ”Ú?ãŸõÏùçý þEÿ’Ù¿â_õ¯ù×ýþMÿ–Û¿ãßõïù÷ýþCÿ‘ÿØâ?õŸùÏýþKÿ•ÿÚã¿õßùïýþGÿ“ÿÙÿâõ¿ùßýþOÿ—ÿÛÿãÿõÿùÉ‚äAŠ e*Hü¤ Òé‚ôA† c)Èd ²Ù‚ìAŽ g+Èä òqA,À< 2 :`6àðˆÈ¨èÀÀ ¬vànà~aù‚üA `P(( ŠÅ‚âA‰ dP*(” Êå‚òA… bP)¨T ªÕ‚êA fP+¨Ô êõ‚úAƒ aÐ(h4 šÍ‚æA‹ eÐ*h´ Úí‚öA‡ cÐ)èt ºÝ‚îA gÐ+èô úý‚þÁ€``0( †ÂáÁˆ`d0*Œ Æã‚ø !L&“‚ÉÁ”`j0-˜Ìf³‚ÙÁœ 1H æó‚ùÁ‚`a°(X, –Ë‚åÁŠ`e°*X¬ Öë‚õÁ†`c°)Øl ¶Û‚íÁŽ`g°+Øì öû‚ýÁà`p(8 ŽÇ‚ãÁ‰àdp*8œ Îç‚óÁ…àbp)¸\ ®ׂëÁàfp+¸Ü î÷‚ûÁƒàað(x< žÏ‚çÁ‹àeð*x¼ Þï‚÷Á‡àcð)ø| ¾ß‚ïÁàgð+øü þÿ‚daò0E˜2L¦ÿ Ó„iÃtaú0C˜1Ìf³„YÃlaö0G˜3Ìæó„yø0b!!R!2!r!ùPÅP åP ÕP õÐah†VˆB;tB7ôB? Â0ŒÂ|aþ°@X0,‹„EÃbañ°DX2,–Ë„eÃraù°BX1¬V«„UÃjaõ°FX3¬Öë„uÃzaý°AØ0l6›„MÃfaó°EØ2l¶Û„mÃvaû°CØ1ìv»„]Ãna÷°GØ3ìöû„}Ã~aÿp@80‡„CÃaáðpD82ŽÇ„cÃqa|˜Ž'„ÃIáäpJ85œNg„3ÃYáìpN˜&…sÃyáüpA¸0\.—„KÃeáòpE¸2\®ׄkÃuáúpC¸1Ün·„[ÃmáöpG¸3Üî÷„{Ã}áþð@x0<„GÃcáñðDx2<žÏ„gÃsáùðBx1¼^¯„WÃkáõðFx3¼Þï„wÃ{áýðAø0|>Ÿ„OÃgáóðEø2|¾ß„oÃwáûðCø1ü~¿„_Ãoá÷ðGø3üþÿ„Ãa²(y”"J¥ŠšºÍÜæn ·¥ÛÊmí¶qÛºíÜön·£ÛÉíìvq»ºÝÜîn·§ÛËííöqûºýÜþî7uÄF\">"1’"9R"5Ò"=2"™‘¡ÈŽœÈ¼È‚(Œ¢(_”?*Œ E…£"QѨXT<*•ŒJE¥£2QÙ¨\T>ªUŒ*E•£*QÕ¨ZT=ªÕŒjEµ£:Qݨ^T?j5ŒE£&QÓ¨YÔêuŒ:E£.Qר[Ô=êõŒzE½£>Qߨ_Ô? ŒEƒ£!ÑÐhX4<ŒFE££1ÑØh\%D㣠ÑÄhR49šM¦EÓ£ÑÌhV4;š%FIÑÜh^4?Z-ŒE‹£%ÑÒhY´ÚmŒ6E›£-ÑÖhÛÿÁ€ØHÀÚ¶¯¶Ýdcl¬kÛ¶mÛ¶ûµmÛ¶ÍŸÁ¶c;°Ø.l7¶Û‹íÃöc°ƒØ!ì0v;ŠÃŽc'°“Ø)ì4v;‹ÃÎc°‹Ø%ì2v»Š]îc7°›Ø-ì6v»‹ÝÃîc°‡Ø#ì1ö{Š=Þc/°—Ø+ì5ö{‹½ÃÞc°Ø'ì3öûŠ}þc?°ŸØ/ì7öû‹ýÃá‰ñ$xR<žO§ÄSá©ñ4xZ<žÏ€gÄ3á™ñ,xV<žÏçÄsá¹ñ ŽÀGâ£ðÑø|,>OÀ'â“ðÉø|*> ŸŽÏÀgâ³ðÙø|.>Ÿ/Àâ‹ðÅø|)¾ _ޝÀWâ«ðÕø|-¾_oÀ7â›ðÍø|+¾ ÿߎïÀwâ»ðÝø|/¾ßÀâ‡ðÃøü(~ ?ŽŸÀOâ§ðÓøü,~?_À/â—ðËøü*~ ¿ŽßÀoâ·ðÛøü.~¿?ÀâðÇøü)þ Ž¿À_â¯ð×øü-þÀ?âŸðÏøü+þ ÿŽÿÀâ¿ðßøü/þOƒ$ )H’ƒ %HRƒ4 -HÒƒ #È2ƒ, +Ȳƒ 'Èrƒ< /Èòƒ …@aPÅ@qP”¥@iP”å@yPT•@ePTÕ@uPÔµpH@0€àDd h@0là\à ˆAmPÔõ@}Ð4@cÐ4Í@sд­@kдí@{Ðt@gÐtÝ@wÐô½@oÐôý@0 ƒÀ`0 ÃÀp0Œ£Àh0ŒãÀx0L“Àd0LÓÀt0̳Àl0ÌóÀ|°,‹Àb°,ËÀr°¬«Àj°¬ëÀz°l›Àf°lÛÀ`;Øv‚]`7Øö‚}`?8‚Cà08Ž‚cà88N‚Sà48΂sà<¸.‚Kà2¸®‚kà:¸n‚[à6¸î‚{à>x‚Gà1xž‚gà9x^‚Wà5xÞ‚wà=ø>‚Oà3ø¾‚oà;ø~‚_à7øþ‚ ‘˜HB$%’ɉDJ"‘šHC¤%Òé‰ DF"‘™ÈBd%²Ù‰DN"‘›ÈCä%òù‰DQ(D&ŠE‰bDq¢Q’(E”&Êe‰rDy¢Q‘¨DT&ªU‰jDu¢Q“¨E`N‚ H‚"h‚!X‚#xB D! ¡¡aa—🈈ˆ˜¨MÔ!êõˆúD¢!шhL4!š͈æD ¢%ÑŠhM´!ÚíˆöD¢#щèLt!º݈îD¢'Ñ‹èMô!úýˆþÄb 1ˆL !†ÈáÄb$1ŠMŒ!ÆãˆñÄb"1‰˜LL!¦ÓˆéÄ b&1‹˜MÌ!æóˆùÄb!±ˆXL,!–ˈåÄ b%±ŠXM¬!ÖëˆõÄb#±‰ØLl!¶ÛˆÿˆíÄb'±‹ØMì!öûˆýÄâ qˆ8L!ŽLjãÄ â$qŠ8Mœ!ÎçˆóÄâ"q‰¸L\!®׈ëÄ â&q‹¸MÜ!î÷ˆûÄâ!ñˆxL!Ÿ’ÏÈçä ò%ùŠ|M¾!ß’ïÈ÷äò#ù‰üL~!¿’ßÈïäò'ù‹üMþ!ÿ’ÿÈDTb* •”JF%§RP)©TTj* •–JG¥§2P©LTf* ••ÊFe§rP9©\Tn*•—ÊGå§ P TAªU˜*B¥ŠQÅ©TIªUš*C•¥ÊQå© TEªU™ªBU¥ªQÕ©TMª…Q8(‚")Š¢)†b)Žâ))HI”L)”Ji”N”IY”M9¢\Ê£|* B*¢bª6U‡ªKÕ£êS ¨†T#ª1Õ„jJ5£šS-¨–T+ª5Õ†jKµ£ÚS¨ŽT'ª3Õ…êJu£ºS=¨žT/ª7Õ‡êKõ£úS¨Ô j05„J £†S#¨‘Ô(j45†K£ÆS¨‰Ô$j25…šJM£¦S3¨™Ô,j65‡šKÍ£æS ¨…Ô"j1µ„ZJ-£–S+¨•Ô*j5µ†ZK­£ÖS¨Ô&j3µ…ÚJm£þ£¶S;¨Ô.j7µ‡ÚKí£öS¨ƒÔ!ê0u„:J£ŽS'¨“Ô)ê4u†:K£ÎS¨‹Ô%ê2u…ºJ]£®S7¨›Ô-ê6u‡ºKÝ£îS¨‡Ô#ê1õ„zJ=£žS/¨—Ô+ê5õ†zK½£ÞS¨Ô'ê3õ…úJ}£¾S?¨ŸÔ/ê7õ‡úKý£щé$tR:œNA§¤SÑ©é4tZ:žÎ@g¤3Ñ™é,tV:ÎAç¤sѹéNŸ OÒ§èÓôú,}Ž>O_ /Ò—èËôú*}¾Nß oÒ·èÛôú.}¾O? ÒèÇôú)ýŒ~N¿ _Ò¯è×ôú-ýŽ~O ?ÒŸèÏôú+ýþNÿ Ò¿èßôú/ýNÄ$f’0I™dLr&“’IŤfÒ0i™tLz&“‘ÉÄdf²0Y™lLv&““ÉÅäfò0y™|L~¦“Àd 1…™"LQ¦Sœ)Á”dJ1¥™2LY¦Sž©ÀTd*1•™*LU¦S©ÁÔdj1ƒ3€!’¡ša–áž‘ŒÄȌ¨ŒÆèŒÁ˜ŒÅ،à Æe<Æg&d"&fj3u˜ºL=¦>Ó€iÈ4b3M˜¦L3¦9Ó‚iÉ´bZ3m˜¶L;¦=ÓéÈtb:3]˜®L7¦;ÓƒéÉôbz3}˜¾L?¦?3€È b3C˜¡Ì0f83‚ÉŒbF3c˜±Ì8f<3™ÈLb&3S˜©Ì4f:3ƒ™ÉÌbf3s˜¹Ì³€YÈ,b3K˜¥Ì2f9³‚YɬbV3k˜µÌ:f=³ÙÈlb63[˜­Ì6æ?f;³ƒÙÉìbv3{˜½Ì>f?s€9Èb3G˜£Ì1æ8s‚9ÉœbN3g˜³Ì9æó€yÈ3_˜¯Ì7æ;óƒùÉüb~3˜¿Ì?&›˜MÂ&e“±ÉÙlJ6›šMæeÓ±éÙ lF6›™ÍÂfe³±ÙÙlN6››ÍÃæeó±ùÙl[-Äf‹°EÙblq¶[’-Å–f˰eÙrly¶[‘­ÄVf«°UÙjlu¶[“­Åb,Ζ`I–bi–aY–cyV`E²+³ «²«³k²k³‹X—õXŸ ØØ˜­ÍÖaë²õØúl¶!ÛˆmÌ6a›²ÍØæl ¶%ÛŠmͶaÛ²íØöl¶#Û‰íÌva»²ÝØîl¶'Û‹íÍöaû²ýØþìv ;ˆÌa‡²ÃØáìv$;ŠÍŽaDzãØñìv";‰ÌNa§²ÓØéì v&;‹ÍÎaç²óØùìv!»ˆ]Ì.a—²ËØåì v%»Š]Í®aײëØõìv#»‰ÝÌna·²ÛØÿØíìv'»‹ÝÍîa÷²ûØýìö {ˆ=Ìa²ÇØãì ö${Š=ÍžaϲçØóìö"{‰½Ì^a¯²×Øëì ö&{‹½ÍÞaï²÷Øûìö!ûˆ}Ì>aŸ²ÏØçì ö%ûŠ};aß²ïØ÷ìö#û‰ýÌ~a¿²ßØïìö'û‹ýÍþaÿ²ÿØD\b. —”KÆ%çRp)¹T\j. —–KÇ¥ç2p¹L\f. —•ËÆeçrp9¹\\n.——ËÇåç p \A®W˜+ÂåŠqŹ\I®Wš+ÕåÊqå¹ \E®W™«ÂUåªqÕ¹\M®‡q88‚#9Š£9†c9Žã99ÈIœÌ)œÊiÜ*r5¹†\K®#דÈä&r3¹…ÜJn#ÿ#·“;Èä.r7¹‡ÜKî#÷“ȃä!ò0y„Ô¹V\k® ×–kǵç:p¹N\g® וëÆuçzp=¹^\o®×—ëÇõçp¹AÜ`n7”Æ çFp#¹QÜhn 7–Çç&p¹IÜdn 7•›ÆMçfp3¹YÜln7—›ÇÍçp ¹EÜbn ·”[Æ-çVp+¹UÜjn ·–[Ç­ç6p¹MÜfn ·•ÛÆýÇmçvp;¹]Ünn·—ÛÇíçp¹CÜaîw”;ÆçNp'¹SÜiî w–;Çç.p¹KÜeî w•»Æ]çnp7¹[Ümîw—»ÇÝçp¹GÜcî ÷”{Æ=ç^p/¹WÜkî ÷–{ǽç>p¹OÜgî ÷•ûÆ}ç~p?¹_Üoî÷—ûÇ%âóIø¤|2>9Ÿ‚OɧâSóiø´|:>=ŸÏÈgâ3óYø¬|6>;ŸƒÏÉçâsóyø¼|>>?_€Oà ò…øÂ|¾(_Œ/ΗàKò¥øÒ|¾,_Ž/ÏWà+ò•øÊ|¾*_¯Î×àkòµxŒÇyÀ<ÉS<Í3<Ës<Ï ¼ÈC^âe^áU^ãuÞàMÞâmÞáïòïóòóµù:|]¾_ŸoÀ7äñù&|S¾ßœoÁ·ä[ñ­ù6|[¾ßžïÀwä;ñù.|W¾ßïÁ÷ä{ñ½ù>|_¾ߟÀäñƒù!üP~?œÁäGñ£ù1üX~?žŸÀOä'ñ“ù)üT~?ŸÁÏägñ³ù9ü\~?Ÿ_À/äñ‹ù%üR~¿œ_Á¯äWñ«ù5üZ~¿žßÀoä7ñ›ù-üV~ÿ¿ßÁïäwñ»ù=ü^~¿Ÿ?Àäñ‡ù#üQþœ?ÁŸäOñ§ù3üYþž¿À_ä/ñ—ù+üUþ¿Áßäoñ·ù;ü]þŸÀ?äñù'üSþÿœÁ¿ä_ñ¯ù7ü[þÿžÿÀä?ñŸù/üWþÿÿÁÿäñ¿ù?ü_þŸHH,$’ É„äB !¥JH-¤Ò é„ôB!£IÈ,d² Ù„ìB!§KÈ-äò ù„üB!A(( E„¢B1¡¸PB()”J e„²B9¡¼PA¨(T* U„ªB5¡ºPC¨)Ô0€@¤@ ´À¬À ¼ ¢IEPMÐC0K°G@‚+x‚/B(DB,Ôêu…zB}¡ÐPh$4šM…fBs¡…ÐRh%´Úm…vB{¡ƒÐQè$tº]…nBw¡‡ÐSè%ôú}…~Ba€0P$ †C…aÂpa„0R%ŒÆc…qÂxa‚0Q˜$L¦S…iÂta†0S˜%Ìæs…yÂ|a°PX$,–K…eÂra…°RX%¬Ök…uÂzaƒ°QØ$l¶[…mÂÂva‡°SØ%ìö{…}Â~á€pP8$ŽG…cÂqá„pR8%œÎg…sÂyá‚pQ¸$\®W…kÂuá†pS¸%Üîw…{Â}áðPx$<žO…gÂsá…ðRx%¼Þo…wÂ{áƒðQø$|¾_…oÂwá‡ðSø%üþ…B"1±˜DL*&“‹)Ä”b*1µ˜FL+¦Ó‹ÄŒb&1³˜EÌ*f³‹9Äœb.1·˜GÌ+æó‹Ä± XH,,‹ŠÅÄâb ±¤XJ,-–ËŠåÄòb±¢XI¬,V«ŠÕÄêb ±¦XKÄD\"!’"%Ò"#²"'ò¢ Š"%QQ5Q Ñ-щ®è‰¾ˆ¡‰±X[¬#Öë‰õÅbC±‘ØXl"6›‰ÍÅbK±•ØZl#¶Û‰íÅbG±“ØYì"v»‰ÝÅbO±—Ø[ì#öû‰ýÅâ@q8X"‡‰ÃÅâHq”8Z#ŽljãÅ âDq’8Yœ"N§‰ÓÅâLq–8[œ#Îç‰óÅâBq‘¸X\".—‰ËÅâJq•¸Z\#®׉ëÅ âFq“¸YÜ"n·‰ÿ‰ÛÅâNq—¸[Ü#î÷‰ûÅâAñxX<"‰ÇÅâIñ”xZ<#žωçÅ âEñ’xY¼"^¯‰×ÅâMñ–x[¼#Þï‰÷ÅâCñ‘øX|">Ÿ‰ÏÅâKñ•øZ|#¾߉ïÅâGñ“øYü"~¿‰ßÅâOñ—ø[ü#þÿ‰‰`b˜&…É`r˜¦„©`j˜¦…é`z˜f„™`f˜f…Ù`v˜愹`n˜æ…ù`~X&À‚°, ‹À¢°,KÀ’°, ËÀ²°,+Àа¬ «Àª°¬kÀš°Ä $ )HC²ƒ< !”  ¨B êЀ&´  ˆ  =èÆ0‚1¬ ëÀº°¬À†°l ›À¦°l[À–°l ÛÀ¶°l;Àްì »À®°ì{Àž°ì ûÀ¾°ìÀp ‡À¡pGÀ‘p ÇÀ±p'À‰pœ §À©pœgÀ™pœ çÀ¹pœÀ…p\ —À¥p\WÀ•p\ ×Àµp\7ÀpÜ ·À­pün‡;àN¸ î†{à^¸î‡àAx†GàQx ‡'àIx ž†gàYxž‡àEx ^†WàUx ^‡7àMx Þ†wà]xÞ‡àCø>†OàSø >‡/àKø ¾†oà[ø¾‡grgs‡8—ó8Ÿ ¸‹¸˜«ÍÕáêrõ¸ú\®!׈kÌ5ášr͸æ\ ®%÷f2J™¤ÌR)«”MÊ.årJ¹¤ÜR)¯”OÊ/¤‚R!©°TD**“ŠK%¤’R)©´TF*+•“ÊK¤ŠR%©²TEª*U“ªK5¤šR- “p H„DJ”DKŒÄJœÄK‚$JP’$YR$UÒ$]2$S²$[r$$¹’'ùR …R$ÅRm©ŽTWª'Õ—H ¥FRc©‰ÔTj&5—ZH-¥VRk©ÔVj'µ—:H¥NRg©‹ÔUê&u—zH=¥^Ro©ÔWê'õ—H¥AÒ`iˆ4T& —FH#¥QÒhiŒ4V'—&H¥IÒdiŠ4Uš&M—fH3¥YÒliŽ4Wš'Í—H ¥EÒbi‰´TZ&-—VH+¥UÒji´VZ'­—6H¥MÒfi‹´UÚ&ý'm—vH;¥]Òni´WÚ'í—H¥CÒaéˆtT:&—NH'¥SÒiéŒtV:'—.H¥KÒeéŠtUº&]—nH7¥[ÒméŽtWº'Ý—H¥GÒcé‰ôTz&=—^H/¥WÒkéôVz'½—>H¥OÒgé‹ôUú&}—~H?¥_ÒoéôWú'%’ËIä¤r29¹œBN)§’SËiä´r:9½œAÎ(g’3ËYä¬r69»œCÎ)ç’sËyä¼r>9¿\@N Ê…äÂr¹¨\L..—KÊ¥äÒr¹¬\N./W+Ê•äÊr¹ª\M®.×kʵdLÆe 2)S2-32+s2/ ²(CY’eY‘UY“uÙMÙ’mÙ‘‘ìÊžìËÊ‘˵å:r]¹ž\_n 7”Éå&rS¹™Ü\n!·”[É­å6r[¹Ü^î w”;Éå.rW¹›Ü]î!÷”{ɽå>r_¹ŸÜ_ ”Ƀå!òPy˜<\!”GÉ£å1òXyœ<^ž O”'É“å)òTyš<]ž!Ï”gɳå9ò\yž<_^ /”É‹å%òRy™¼\^!¯”WÉ«å5òZy¼^Þ o”7É›å-òVy›üŸ¼]Þ!ï”wÉ»å=ò^yŸ¼_> ”ɇå#òQù˜|\>!Ÿ”Oɧå3òYùœ|^¾ _”/É—å+òUùš|]¾!ß”oÉ·å;ò]ùž|_~ ?”Éå'òSù™ü\~!¿”_ɯå7ò[ùü^þ ”?ÉŸå/òWù›ü]þ!ÿ”É¿å?ò_ùŸœHI¬$Q’*É”äJ %¥’JI­¤QÒ*é”ôJ%£’IɬdQ²*Ù”ìJ%§’KÉ­äQò*ù”üJ%A)¨R +E”¢J1¥¸RB)©”RJ+e”²J9¥¼RA©¨TR*+U”ªJ5¥ºRC©©ÔR0W€B(¤B)´Â(¬Â)¼"(¢I‘EQMÑC1K±GAŠ«xНJ¨DJ¬ÔVê(u•zJ}¥ÒPi¤4Vš(M•fJs¥…ÒRi¥´VÚ(m•vJ{¥ƒÒQé¤tVº(]•nJw¥‡ÒSé¥ôVú(}•~Je€2P¤ V†(C•aÊpe„2R¥ŒVÆ(c•qÊxe‚2Q™¤LV¦(S•iÊte†2S™¥ÌVæ(s•yÊ|e²PY¤,V–(K•eÊre…²RY¥¬VÖ(k•uÊzeƒ²QÙ¤lV¶([•mÊÊve‡²SÙ¥ìVö({•}Ê~å€rP9¤VŽ(G•cÊqå„rR9¥œVÎ(g•sÊyå‚rQ¹¤\V®(W•kÊuå†rS¹¥ÜVî(w•{Ê}åòPy¤UŸ©ÏÕêKõ•úZ}£¾Uß©ïÕêGõ“úYý¢~U¿©ßÕêOõ—ú[ý£þUÿ©‰´ÄZ-©–LK®¥ÐRj©´ÔZ-­–NK¯eÐ2j™´ÌZ-«–MË®åÐrj¹´ÜZ-¯–O˯д‚Z!­°VD+ªÓŠk%´’Z)­´VF+«•ÓÊk´ŠZ%­²VE«ªUÓªk5´šZ- Óp h„Fj”FkŒÆjœÆk‚&jP“4YS4UÓ4]34S³4[s4¤¹š§ùZ …Z¤ÅZm­ŽVW«§Õ×h µFZc­‰ÖTk¦5×Zh-µVZk­ÖVk§µ×:hµNZg­‹ÖUë¦u×zh=µ^Zo­ÖWë§õ×hµAÚ`mˆ6T¦ ×Fh#µQÚhmŒ6V§×&hµIÚdmŠö~‚Ÿáø~ƒßáøþ‚¿áøþƒ‰¤ÄR)©”LJ.¥RJ©¤ÔR)­”NJ/MÕ6i›µ-ÚVm›öŸ¶]Û¡íÔvi»µ=Ú^mŸ¶_; Ôi‡µ#ÚQí˜v\;¡ÔNi§µ3ÚYíœv^» ]Ô.i—µ+ÚUíšv]»¡ÝÔni·µ;Ú]ížv_{ =Ôiµ'ÚSí™ö\{¡½Ô^i¯µ7Ú[íö^û }Ô>iŸµ/ÚWí›ö]û¡ýÔ~i¿µ?Ú_ퟖHO¬'Ñ“êÉôäz =¥žJO­§ÑÓêéôôz=£žIϬgѳêÙôìz=§žKÏ­çÑóêùôüz=A/¨Ò ëEô¢z1½¸^B/©—ÒKëeô²z9½¼^A¯¨WÒ+ëUôªz5½º^C¯©×Ò1×Nè¤Né´Îè¬Îé¼.è¢uI—uEWuM×uC7uK·uGGº«{º¯z¨Gz¬×Öëèuõzz}½ÞPo¤7Ö›èMõfzs½…ÞRo¥·ÖÛèmõvz{½ƒÞQï¤wÖ»è]õnzw½‡ÞSï¥÷Öûè}õ~z}€>P¤Ö‡èCõaúp}„>R¥ÖÇècõqúx}‚>QŸ¤OÖ§èSõiút}†>SŸ¥ÏÖçèsõyú|}¾P_¤/Ö—èKõeúr}…¾R_¥¯Ö×èkõuúz}ƒ¾QߤoÖ·è[õmúúv}‡¾SߥïÖ÷è{õ}ú~ý€~P?¤ÖèGõcúqý„~R?¥ŸÖÏègõsúyý‚~Q¿¤_Ö¯èWõkúuý†~S¿¥ßÖïèwõ{ú}ýþP¤?ÖŸèOõgúsý…þR¥¿Ößèoõwú{ýƒþQÿ¤Ö¿è_õoúwý‡þSÿ¥ÿÖÿèõz"#±‘ÄHj$3’)Œ”F*#µ‘ÆHk¤3ÒŒŒF&#³‘ÅÈjd3²9ŒœF.#·‘ÇÈkä3òŒ£ QÈ(l1ŠÅŒâF £¤QÊ(m”1ÊåŒòF£¢QɨlT1ªÕŒêF £¦QËÀ ÜaeÐc°gð†`ˆ4$C6C54C7 Ã4,Ã6®á¾¡±QÛ¨cÔ5êõFC£‘ÑØhb45šÍFK£•ÑÚhc´5ÚíFG£“ÑÙèbt5ºÝFO£—ÑÛècô5úýÆ@c1Øb 5†ÃÆHc”1ÚcŒ5Æã ÆDc’1Ù˜bL5¦ÓÆLc–1Û˜cÌ5æóÆBc‘±ØXb,5–ËÆJc•±ÚXc¬5Öë ÆFc“±ÙØbl5¶ÿÛÆNc—±ÛØcì5öûÆAãqØ8b5ŽÇÆIã”qÚ8cœ5Îç ÆEã’qÙ¸b\5®×ÆMã–qÛ¸cÜ5î÷ÆCã‘ñØxb<5žÏÆKã•ñÚxc¼5ÞïÆGã“ñÙøb|5¾ßÆOã—ñÛøcü5þ‰ÌÄf3©™ÌLn¦0Sš©ÌÔf3­™ÎLof03š™ÌÌf3«™ÍÌnæ0sš¹ÌÜf3¯™ÏÌo0Ì‚f!³°YÄ,j3‹›%Ì’f)³´YÆ,k–3˛̊f%³²YŬjV3«›5Ìšf-3q˜„Iš”I›ŒÉšœÉ›‚)šÐ”LÙTLÕÔLÝ4LÓ´LÛtLdº¦gúf`†fdÆfm³ŽY׬gÖ7˜ ÍFfc³‰ÙÔlf67[˜-ÍVfk³ÙÖlg¶7;˜ÍNfg³‹ÙÕìfv7{˜=Í^fo³Ù×ìgö7˜ÍAæ`sˆ9Ôf7G˜#ÍQæhsŒ9ÖgŽ7'˜ÍIædsŠ9ÕœfN7g˜3ÍYælsŽ9לgÎ7˜ ÍEæbs‰¹Ô\f.7W˜+ÍUæjs¹Ö\g®77˜ÍMæfs‹¹ÕÜfþgn7w˜;Í]æns¹×Ügî7˜ÍCæaóˆyÔ7_˜/ÍWækóùÖ|g¾7?˜ÍOægó‹ùÕüf~7˜?Í_æoóù×üg&²[I¬¤V2+¹•ÂJi¥²R[i¬´V:+½•ÁÊhe²2[Y¬¬V6+»•ÃÊiå²r[y¬¼V>+¿UÀJ° Z…¬ÂV«¨UÌ*n•°JZ¥¬ÒV«¬UÎ*oU°*Z•¬ÊV«ªUͪnÕ°jZµ,ÌÂ-`iQm1kqo –hAK²dK±TK³t˰L˲l˱åZžå[Z‘[µ­:V]«žUßj`5´Y­&VS«™ÕÜjaµ´ZY­­6V[«ÕÞê`u´:Y­.VW«›ÕÝêaõ´zY½­>V_«ŸÕß` ´Yƒ­!ÖPk˜5Üa´FY£­1ÖXkœ5Þš`M´&Y“­)ÖTkš5ÝšaÍ´fY³­9Ö\kž5ßZ`-´Y‹­%ÖRk™µÜZa­´VY«­5ÖZkµÞÚ`m´6Y›­-ÖVk›õŸµÝÚaí´vY»­=Ö^kŸµß:`´Y‡­#ÖQë˜uÜ:a´NY§­3ÖYëœuÞº`]´.Y—­+ÖUëšuݺaÝ´nY·­;Ö]ëžußz`=´Y­'ÖSë™õÜza½´^Y¯­7Ö[ëõÞú`}´>YŸ­/ÖWë›õÝúaý´~Y¿­?Ö_럕ÈNl'±“ÚÉìäv ;¥ÊNm§±ÓÚéìôv;£ÉÎlg±³ÚÙììv;§ËÎmç±óÚùìüv;Á.h² ÛEì¢v1»¸]Â.i—²KÛeì²v9»¼]Á®hW²+ÛUìªv5»º]îiOÓ¦k3´™Ú,m¶6G›«ÍÓæk ´…Ú"m±¶D[ª-Ó–k+´•Ú*mµ¶F[«­ÓÖk´Z-Û·;´#;¶kÛuìºv=»¾ÝÀnh7²ÛMì¦v3»¹ÝÂni·²[Ûmì¶v;»½ÝÁîhw²;Û]ì®v7»»ÝÃîi÷²{Û}ì¾v?»¿=Àh²ÛCì¡ö0{¸=Âi²GÛcì±ö8{¼=ÁžhO²'ÛSì©ö4{º=ÞiϲgÛsì¹ö<{¾½À^h/²ÛKì¥ö2{¹½Â^i¯²WÛkìµö:{½½ÁÞho²7Û[ì­ö6û?{»½ÃÞiï²wÛ{ì½ö>{¿}À>h²ÛGì£ö1û¸}Â>iŸ²OÛgì³ö9û¼}Á¾h_²/ÛWì«ö5ûº}þiß²oÛwì»ö=û¾ýÀ~h?²ÛOì§ö3û¹ýÂ~i¿²_Ûoì·ö;û½ýÁþh²?Û_ì¯ö7û»ýÃþiÿ²Ûì¿ö?;‘“ØIâ$u’9ÉNJ'•“ÚIã¤uÒ9é NF'““ÙÉâdu²9ÙNN'—“ÛÉãäuò9ùN‚SÐ)ävŠ8EbNq§„SÒ)å”vÊ8erNy§‚SÑ©äTvª8UjNu§†SÓ©å`î‡pH‡rh‡qX‡sxGpD:’#;Š£:š£;†c:–c;Žƒ×ñß œÐ‰œØ©íÔqê:õœúN§¡ÓÈiì4qš:ÍœæN §¥ÓÊií´qÚ:íœöN§£ÓÉéìtqº:ÝœîN§§ÓËéíôqú:ýœþÎg 3Èì q†:ÜáÎg¤3ÊíŒqÆ:ãœñÎg¢3É™ìLq¦:ÓœéÎ g¦3Ë™íÌqæ:óœùÎg¡³ÈYì,q–:ËœåÎ g¥³ÊYí¬qÖ:ëœõÎg£³ÉÙìlq¶:ÛœÿœíÎg§³ËÙíìqö:ûœýÎç sÈ9ìqŽ:ÇœãÎ ç¤sÊ9íœqÎ:çœóÎç¢sɹì\q®:לëÎ ç¦s˹íÜqî:÷œûÎç¡óÈyì£/è+ú†¾£è'ú…~£?è/ú‡¹‰Ý$nR7™›ÜMá¦tS¹©Ý4nZ7›ÞÍàft3¹™Ý,nV7››ÝÍáæts¹¹ÝpºÜÇî÷©ûÌ}î¾p_º¯Ü×î÷­ûÎ}ï~p?ºŸÜÏî÷«ûÍýîþpº¿Üßî÷¯ûÏMä%ö’xI½d^r/…—ÒKå¥öÒxi½t^z/ƒ—ÑËäeö²xY½l^v/‡—ÓËååöòxy½|^~¯€—àô y…½"^Q¯˜WÜ+á•ôJy¥½2^Y¯œWÞ«àUô*y•½*^U¯šWÝ«áÕôjy˜‡{À#<Ò£<Úc<Öã<Þ<уžäɞ⩞æéžá™žåÙžã!Ïõ<Ï÷/ô"/öj{u¼º^=¯¾×Àkè5ò{M¼¦^3¯¹×ÂkéµòZ{m¼¶^;¯½×Áëèuò:{]¼®^7¯»×Ãëéõòz{}¼¾^?¯¿7Àè ò{C¼¡Þ0o¸7ÂéòF{c¼±Þ8o¼7Á›èMò&{S¼©Þ4oº7ÛéÍòf{s¼¹Þo¿wÀ;èò{G¼£Þ1ï¸wÂ;éòN{g¼³Þ9ï¼wÁ»è]ò.{W¼«Þ5ïºwûéÝòn{˜ÛÀ&lÒ¦lÚflÖælÞlц¶d˶b«¶fë¶a›¶eÛ¶c#Ûµ=ûŽ÷Óûåýöþx½^"?±ŸÄOê'ó“û)ü”~*?µŸÆOë§óÓûüŒ~&?³ŸÅÏêgó³û9üœ~.?·ŸÇÏëçóóûü¿ _È/ìñ‹úÅüâ~ ¿¤_Ê/í—ñËúåüò~¿¢_ɯìWñ«úÕüê~ ¿¦_ËÇ|Ü>á“>åÓ>ã³>çó¾à‹>ô%_ö_õ5_÷ ßô-ßöù®ïù¾ø¡ù±_Û¯ã×õëùõý~C¿‘ߨoâ7õ›ùÍý~K¿•ßÚoã·õÛùíý~G¿“ßÙïâwõ»ùÝý~O¿—ßÛïã÷õûùýýþ@?Øâõ‡ùÃýþH”?ÚãõÇùãý þD’?ÙŸâOõ§ùÓýþL–?ÛŸãÏõçùóýþB‘¿Ø_â/õ—ùËýþJ•¿Ú_ã¯õ×ùëý þF“¿Ùßâoõ·ùÿùÛýþN—¿Ûßãïõ÷ùûýþAÿØ?âõùÇýþIÿ”Ú?ãŸõÏùçý þEÿ’Ù¿â_õ¯ù×ýþMÿ–Û¿ãßõïù÷ýþCÿ‘ÿØâ?õŸùÏýþKÿ•ÿÚã¿õßùïýþGÿ“ÿÙÿâõ¿ùßýþOÿ—ÿÛÿãÿõÿù‰‚ÄA’ i,H¤R©‚ÔAš m.Hd2™‚ÌA– k-Èär¹‚ÜAž o/È‚‚A¡ pP$( Š%‚’A© tP&(” Ê‚ŠA¥ rP%¨T ª5‚šA­ ðD@T@LÀ\ÀB 09P5Ð=03°;p¸øA„AÄAí NP7¨Ô ƒFAã IÐ4h4Z-ƒVAë MÐ6h´:ƒNAç KÐ5ètz=ƒ^Aï OÐ7èôƒAÁà`H04 F#ƒQÁè`L06Œ&ƒIÁä`J05˜Lf3ƒYÁì`N07˜Ì ƒEÁâ`I°4X,V+ƒUÁê`M°6X¬6ƒMÁæ`K°5Øülv;ƒ]Áî`O°7ØìƒCÁáàHp48N'ƒSÁéàLp68œ.ƒKÁåàJp5¸\n7ƒ[ÁíàNp7¸ÜƒGÁãàIð4x<^/ƒWÁëàMð6x¼>ƒOÁçàKð5ø|~?ƒ_ÁïàOð7ø$ ‡I¤a²0y˜"L¦ S‡i´aº0}˜!Ìf 3‡Y¬a¶0{˜#Ìæ s‡y¼a¾0X L †…ÂÂa‘°hX,,–K†¥ÂÒa™°lX.,V+†•ÂÊa•°jX-¬Ök†µB,ÄC!R!2!r! ¡ÂP åP ÕP õÐÍÐ íÐ Qè†^è‡A†Q‡µÃ:aݰ^X?l6 …Ã&aÓ°YØìv ;…Ã.a×°[Ø=ìö {…½Ã>aß°_Ø? …ƒÃ!áÐpX8<Ž G…£Ã1áØp\8>œN '…“Ã)áÔpZ8=œÎ g…³Ã9áÜp^8?\. …‹Ã%áÒpY¸<\® W…«Ã5áÚp]¸>Ün 7…›Ã-áÖp[ø_¸=Üî w…»Ã=áÞp_¸?< …‡Ã#áÑðXx<<ž O…§Ã3áÙð\x>¼^ /…—Ã+áÕðZx=¼Þ o…·Ã;áÝð^x?|> …Ã'áÓðYø<|¾ _…¯Ã7áÛð]ø>ü~ ?…ŸÃ/á×ð[ø=üþ …¿Ã?áßð_˜(J%‰’FÉ¢äQŠ(e”*J¥‰ÒFé¢ôQ†(c”)Êe‰²FÙ¢ìQŽ(g”+Êå‰òFù¢üQ(!*Š GE¢¢Q±¨xT"*•ŠJGe¢²Q¹¨|T!ªUŠ*GU¢ªQµ¨zT#ªÕа@DDdDEtÄDlÄE|$Db#)’#%R#-Ò##2#+²#'B‘y‘QEQÕŽêDu£zQý¨AÔ0j5ŽšDM£fQó¨EÔ2jµŽÚDm£vQû¨CÔ1êuŽºD]£nQ÷¨GÔ3êõŽúD}£~Qÿh@40 ކDC£aÑðhD42ŽÆDc£qÑøhB41šMަDS£iÑôhF43šÍŽæDs£yÑühA´0Z-Ž–DK£eÑòhE´2Z­ŽÖDk£uÑúhC´1Úm޶D[£mÑÑöhG´3ÚíŽöD{£}Ñþè@t0:ŽŽDG£cÑñèDt2:ŽÎDg£sÑùèBt1º]Ž®DW£kÑõèFt3ºÝŽîDw£{ÑýèAô0z=ŽžDO£gÑóèEô2z½ŽÞDo£wÑûèCô1ú}޾D_£oÑ÷èGô3úýŽþD£Q¢8qœ$N'‹“Ç)â”qª8uœ&N§‹ÓÇâŒq¦8sœ%Îg‹³Ç9âœq®8wœ'Îç‹óÇℸ`\(.‰‹ÆÅââq‰¸d\*.—‰ËÆåâòq…¸b\)®W‰«ÆÕâêq¸f\+Æb<1“1Ó1³1ó±‹1Œ¥XŽ•XµXØŒ­ØŽÅnìÅ~ÄaÅq\;®×ëÅõãqøQÜ8n7›ÅÍãq˸UÜ:n·ÛÅíãqǸSÜ9îw»ÅÝãqϸWÜ;î÷ûÅýãñ]ïžwß{à=ôy½'ÞSï™÷Ü{á½ô^y¯½7Þ[ï÷Þûà}ô>yŸ½/ÞWï›÷Ýûá ŒçÅóãñÂxQ¼8^/—ÅËãñÊxU¼:^¯×Åëã ñÆxS¼9Þo·Åÿb#k÷kÛ¶mÛmœl6ÉÆV}µmÛ¶mÛ¶mýÌ6l;¶Û‰íÂvc{°½Ø>l?v;ˆÂcG°£Ø1ì8v;‰ÂNcg°³Ø9ìö{ˆ=ÂcO°§Ø3ì9ö{‰½Â^co°·Ø;ì=öûˆ}Â>c_°¯Ø7ì;öû‰ýÂ~c°¿Ø?,žO‚'Å“áÉñxJ<žOƒ§ÅÓáéñÿð xF<žÏ‚gųáÙñxN<žσçÅóáùñxA¼^/‚Å‹áÅñxI¼^/ƒ—ÅËáåñ xE¼^¯‚WÅ«áÕñxM¼^¯ƒ×ÅëáõñxC¼Þo‚7Å›áÍñxK¼Þoƒ·ÅÛáíñxG¼Þï‚wÅ»áÝñxO¼Žá8Nà$Ná4Îà,Îáçqˆ ¸ˆK8Âe\ÁU\ÃuÜÀMÜÂmÜÁ]ÜÃ}<ÀC<Âc¼7Þï‹÷Ãûãðx>ŒÁ‡âÃðáø|$> ÁÇâãðñø|"> ŸŒOÁ§âÓðéø |&> ŸÏÁçâóðùø|!¾_Œ/Á—âËðåø |%¾ _¯Á×âëðõø|#¾ ߌoÁ·âÛðíø|'¾ ßïÁ÷âûðýøü ~?ŒÁâÇðãø ü$~ ?ŸÁÏâçðóøü"~ ¿Œ_Á¯â×ðëø ü&~ ¿ßÁïâ÷ðûøü!þŒ?ÁŸâÏðçø ü%þ ¿Áßâïð÷øü#þ ÿŒÁ¿âßðïøü'þ ÿÿÁÿâÿðDDb" ‘”HF$'R)‰TDj" ‘–HG¤'þ#2‰LDf" ‘•ÈFd'r9‰\Dn"‘—ÈGä' ‰BDa¢Q”(F'J%‰RDi¢ Q–(G”'*‰JDe¢ Q•¨FT'j5‰ZDm¢Q—¨GÔ' ‰FDc¢ Ñ”hF4'Z-‰VDk¢ Ñ–hG´':‰NDg¢ Ñ•èFt'z=‰^FàAEÐC°G‚' !"!ˆ …P Ð ƒ0 ‹° ‡p ð‰€‰ˆˆ‰ÞD¢/ÑèO  Ä b01„J #†#ˆ‘Ä(b41†KŒ#ƈ‰Ä$b21…˜JL#¦3ˆ™Ä,b61‡˜KÌ#æ ˆ…Ä"b1±„XJ,#–+ˆ•Ä*b5±†XK¬#ÖˆÄ&b3±…ØJl#¶;ˆÄ.b7±‡ØKì#öˆƒÄ!â0q„8J#Ž'ˆ“Ä)â4q†8Kœ#Έ‹Ä%â2q…¸J\#®7ˆ›Ä-â6q‡¸KÜ#Ä#â1ñ„xJ<#ž/ˆ—Ä+â5ñ†xK¼#ÞˆÄ'â3ñ…øJ|#¾?ˆŸÄ/â7ñ‡øKü#‘‰É$dR2™œLA¦$S‘©É4dZ2™žüÌ@f$3‘™É,dV2™ÌAæ$s‘¹É ’ÈÇäò)ùŒ|N¾ _’¯È×äò-ùŽ|O~ ?’ŸÈÏäò+ùüNþ ’¿Èßäò/ùLD%¦’PI©dTr*•’JE¥¦ÒPi©tTzê?*•‘ÊDe¦²PY©lTv*•“ÊEå¦òPy©|T~ªU*D¦ŠPE©bTqªU’*E•¦ÊPe©rTyªU‘ªDU¦ªPU©jTuªU“ªEÕ¦êPu©zT}ªÕjD5¦šPM©fTsªÕ’jEµ¦ÚPm©vT{ªÕ‘êDu¦ºP]©nTwªÕ“êEaNIQM1Kq x R%R…(™R(•Ò(2(“²(›r(—ò(Ÿ ¨Š¨˜êMõ¡úRý¨þÔj •@ ¢SC¨¡Ô0j85‚I¢FSc¨±Ô8j<5šHM¢&SS¨©Ô4j:5ƒšIÍ¢fSs¨¹Ôµ€ZH-¢SK¨¥Ô2j9µ‚ZI­¢VSk¨µÔ:j=µÚHm¢6S[¨­Ô6j;µƒÚIí¢vS{¨½Ô>j?u€:H¢SG¨£Ô1ê8u‚:I¢NSg¨³Ô9êõ€zH=¢SO¨§Ô3ê9õ‚zI½¢^So¨·Ô;ê=õúH}¢>S_¨¯Ô7ê;õƒúIý¢~S¨¿Ô?*˜NB'¥“ÑÉétJ:šNC§¥ÓÑééÿè tF:™ÎBg¥³ÑÙétN:›ÎCç¥óÑùétAº]˜.B¥°AØ`l6† ÇF`#±QØhl 6‡Ç&`±IØdl 6›†MÇf`3±YØllVŒnL7¡›ÒÍèæt º%ÝŠnM·¡ÛÒíèötº#݉îLw¡»ÒÝèîtº'Ý‹Æhœ&h’¦hšfh–æh@ó4¤Z¤%Ñ2­Ð*­Ñ:mÐ&mÑ6íÐ.íÑ>Ð!Ñ1Ý›îC÷¥ûÑýéô@:D¦‡ÐCéaôpz=’E¦ÇÐcéqôxz=‘žDO¦§ÐSéiôtz=“žEϦçÐséyô|z½^D/¦—ÐKéeôrz½’^E¯¦×Ðkéuôzz½‘ÞDo¦·Ð[émôvz½“ÞEï¦÷Ð{é}ô~ú}>D¦ÐGécôqú}’>EŸ¦ÏÐgésôyú}‘¾D_¦¯ÐWékôuú}“¾EߦïÐwé{ô}úý~D?¦ŸÐOégôsúý’~E¿¦ßÐoéwô{úý‘þD¦¿Ð_éoôwúý“þEÿ¦ÿÐét"&1“„IÊ$c’3)˜”L*&5“†IˤcÒ3ÿ1˜ŒL&&3“…ÉÊdc²39˜œL.&7“‡ÉËäcò3˜‚L!¦0S„)ÊcŠ3%˜’L)¦4S†)Ë”cÊ3˜ŠL%¦2S…©ÊTcª35˜šL-¦6S‡©ËÔcê3 ˜†L#¦1Ó„iÊ4cš3-˜–L+¦5Ó†iË´cÚ3˜ŽL'¦3Ó…éÊtcº3=˜žL/cp†`H†bh†aX†cÃ3‘‘ÄȌ¨ŒÆèŒÁ˜ŒÅ،øŒÇøLÀ„LÄÄLo¦Ó—éÇôg0™f3˜ e†1ÙÌHf3šÃŒeÆ1ã™ ÌDf3™™ÂLe¦1Ó™ÌLf3›™ÃÌeæ1ó™ÌBf³˜YÂ,e–1Ë™ÌJf³šYìeÖ1ë™ ÌFf³™ÙÂle¶1Û™ÌNf³›ÙÃìeö1û™ÌAæs˜9ÂeŽ1Ç™ÌIæsš9ÜeÎ1ç™ ÌEæs™¹Â\e®1×™ÌMæs›¹ÃÜeî1÷™ÌCæó˜yÂl_¶ÛŸÀdØAì`v;”ÆgG°#ÙQìhv ;–ÇŽg'°ÙIìdv ;•ÆNgg°3ÙYìlv;—ÇÎg° ÙEìbv »”]Æ.gW°+ÙUìjv »–]Ç®g7°ÙMìfv »•ÝÆngw°;Ù]ìnv»—ÝÇîg°ÙCìaö{”=ÆgO°'ÙSìiö {–=Çžg/°ÙKìeö {•½Æ^go°7Ù[ìmö{—½ÇÞg°ÙGìcö û”}Æ>g_°/ÙWìkö û–}Ǿg?°ÙOìgö û•ýÆ~g°?Ù_ìoöû—ýÇ&âsI¸¤\2.9—‚KÉ¥âRsi¸´\:.=÷—ËÈeâ2sY¸¬\6.;—ƒËÉåârsy¸¼\>.?W€+Èâ sE¸¢\1®8W‚+É•âJse¸²\9®×€kÈ5âsM¸¦\3®9ׂkɵâZsm¸¶\;®=×ëÈuâ:s]¸®\7®;׃ëÉõâ0çŽä(ŽæŽå8p<99‰CœÌ)œÊiœÎœÉYœÍ9œËyœÏ\ÈE\Ìõæúp}¹~\n7Kàqƒ¹!ÜPn7œÁäFq£¹1ÜXn7ž›ÀMä&q“¹)ÜTn7›ÁÍäfq³¹9Ü\n7Ÿ[À-äq‹¹%ÜRn·œ[Á­äVq«¹5ÜZn·žÛÀmä6q›¹-ÜVn·ÛÁíävq»¹=Ü^n·Ÿ;Àäq‡¹#ÜQîwœ;ÁäNq§¹3ÜYîwž»À]ä.q—¹+ÜUîw»ÁÝänq·¹;Ü]îwŸ{À=äq¹'ÜSî÷œ{Á½ä^q¯¹7Ü[î÷žûÀ}ä>qŸ¹/ÜWî÷ûÁýä~q¿¹?Ü_î—$I@R $)@J ¤i@Z¤ÿ #È2ƒ, +Ȳƒ 'Èrƒ< /Èòƒ  ( ƒ" ((Šƒ $(Jƒ2 ,(ʃ  "¨*ƒ* *¨ªƒ &¨jƒ: .¨êƒ !hƒ& )hšƒ %hZƒ6 -hÚƒ #è:ƒ. +躃 'è0€€4` 8 €$€€   èÀ&°€ àø !ˆ@ zƒ> /èúƒ` HƒÀ`0 ÃÀp0Œ£Àh0ŒãÀx0L“Àd0LÓÀt0̳Àl0ÌóÀ|°,‹Àb°,ËÀr°¬«Àj°¬ëÀz°l›Àf°lÛÀv°ì»Àn°ìûÀ~p‡ÀapÇÀqPœ.A—¤KÑ¥é2tYº]ž®@W¤+Ñ•é*tUº]®Aפkѵé:t]º]Ÿn@7¤Ñ'ÀSð </ÀKð ¼oÀ[ð¼ÀGð |_ÀWð |?ÀOð üÀ_ð$âóIø¤|2>9Ÿ‚OɧâSóiø´|:>=ÿŸÏÈgâ3óYø¬|6>;ŸƒÏÉçâsóyø¼|>>?_€/Èâ óEø¢|1¾8_‚/É—âKóeø²|9¾<_¯ÈWâ+óUøª|5¾:_ƒ¯É×âkóuøº|=¾>߀oÈ7âóMø¦|3¾9ß‚oÉ·â[ómø¶|;¾=ßïÈwâ;ó]ø®|7¾;߃ïÉ÷â1ç žä)žæžå9ð<yy‰G¼Ì+¼Êk¼Î¼É[¼Í;¼Ë{¼Ï|ÈG|Ì÷æûð}ù~|~?Oàñƒù!üP~?œÁäGñ£ù1üX~?žŸÀOä'ñ“ù)üT~?ŸÁÏägñ³ù9ü\~?Ÿ_À/äñ‹ù%üR~¿œ_Á¯äWñ«ù5üZ~¿žßÀoä7ñ›ù-üV~¿ßÁïäwñ»ù=ü^~¿Ÿ?Àäñ‡ù#üQþœ?ÁŸäOñ§ù3üYþž¿À_ä/ñ—ù+üUþ¿Áßäoñ·ù;ü]þŸÀ?äñù'üSþÿœÁ¿ä_ñ¯ù7ü[þÿžÿÀä?ñŸù/üWþÿÿÁÿäñ¿ù?ü_þŸ&†I`R˜ &‡)`J˜ ¦†i`Z˜¦‡ÿÁ 0#Ì3Ã,0+̳Ã0'ÌsÃ<0/Ìóð , Ã"°(,‹Ã°$,KÃ2°,,Ëà °"¬+Ã*°*¬«Ã°&¬kÃ:°.¬ëð!lÃ&°)l›Ã°%l[Ã6°-lÛð#ì;Ã.°+ì»Ã°'ì1ˆC’‚4d 9 ! %ˆ  ¨B êЀ&´  èBú0€!Œ` {Ã>°/ìûÃp L€ƒà`8…Ãàp8Ž„£àh8Ž…ãàx8N„“àd8N…Óàt8΄³àl8Î…óà|¸.„‹àb¸.…Ëàr¸®„«àj¸®…ëàz¸n„›àf¸n…Ûàv¸î„»àn¸î…ûà~x„‡àax…Çàqxž„§àixž…çàyx^„—àex^…×àuxÞ„·àmxÞ…÷à}ø>„àcø>…Ïàsø¾„¯àkø¾…ïà{ø~„Ÿàgø~…ßàwøþ„¿àoøþ…ÿ`"!±DH*$’ )„”B*!µFH+¤Ò ÿ „ŒB&!³EÈ*d² 9„œB.!·GÈ+äò „‚B!¡°PD(*Š %„’B)¡´PF(+”Ê „ŠB%¡²PE¨*Tª 5„šB-¡¶PG¨+Ôê „†B#¡±ÐDh*4š -„–B+¡µÐFh+´Ú „ŽB'¡³ÐEè*tº =„žB/pHhX€À PQ$È‚"¨‚&è‚!˜‚%Ø‚#¸‚'øB „B$ÄBo¡ÐWè'ô…a0X" † Ã…ÂHa”0Z#ŒÆ ã… ÂDa’0Y˜"L¦ Ó…ÂLa–0[˜#Ìæ ó…ÂBa‘°XX",– Ë…ÂJa•°ZX#¬Ö ë… ÂFa“°YØ"l¶ Û…ÂNa—°[Ø#ìö û…ÂAápX8"Ž Ç…ÂIá”pZ8#œÎ ç… ÂEá’pY¸"\® ×…ÂMá–p[¸#Üî ÷…ÂCá‘ðXx"<ž Ï…ÂKá•ðZx#¼Þ ï…ÂGá“ðYø"|¾ ß…ÂOá—ð[ø#üþ ‰ÄÄb1©˜LL.¦SŠ©ÄÔb1­˜NL/þ'f3Š™ÄÌb1«˜MÌ.æsйÄÜb1¯˜OÌ/ Š…ÄÂb±¨XL,.–KŠ¥ÄÒb±¬XN,/V+Š•ÄÊb±ªXM¬.ÖkеÄÚb±®XO¬/6ŠÄÆb±©ØLl.¶[Š­ÄÖb±­ØNl/v;ŠÄÎb±«ØMì.ö{нDLÄEB$EJ¤EFdEN"/BQEQ‘(‹Š¨Šš¨‹†hŠ–h‹ŽèŠžè‹Š‘‹½Å>b_±ŸØ_ ÄAâ`qˆ8T&Gˆ#ÅQâhqŒ8V'Ž'ˆÅIâdqŠ8Uœ&Ngˆ3ÅYâlqŽ8Wœ'Έ ÅEâbq‰¸T\&.Wˆ+ÅUâjq¸V\'®7ˆÅMâfq‹¸UÜ&nwˆ;Å]ânq¸WÜ'îˆÅCâañˆxT<&Oˆ'ÅSâiñŒxV<'ž/ˆÅKâeñŠxU¼&^oˆ7Å[âmñŽxW¼'ÞˆÅGâcñ‰øT|&>_ˆ/ÅWâkñøV|'¾?ˆÅOâgñ‹øUü&~ˆ?Å_âoñøWü'&’KI¤¤R2)¹”BJ)¥’RKi¤´R:)½ôŸ”AÊ(e’2KY¤¬R6)»”CÊ)å’rKy¤¼R>)¿T@*(’ KE¤¢R1©¸TB*)•’JKe¤²R9©¼TAª(U’*KU¤ªR5©ºTCª)Õ’jKu¤ºR=©¾Ô@j(5’KM¤¦R3©¹ÔBj)µ’ZKm¤¶R;©½ÔAê(u’:K]¤®R7©»ÔCê)õ’0 —‰”(‰–‰•8 H¼%A%IB’,)’*§ÀipœçÀyp\—Àep\×ÀupÜ·ÀmpÜ÷À}ð<ÀcðhÒHi”4Z#•ÆI㥠ÒDi’4Yš"M•¦IÓ¥ÒLi–4[š#Í•æIó¥ÒBi‘´XZ"-•–IË¥ÒJi•´ZZ#­•ÖIë¥ ÒFi“´YÚ"m•¶IÛ¥ÒNi—´[Ú#í•öIû¥ÒAétX:"•ŽIÇ¥ÒIé”tZ:#•ÎIç¥ ÒEé’tYº"]•®I×¥ÒMé–t[º#Ý•îI÷¥ÒCé‘ôXz"=•žIÏ¥ÒKé•ôZz#½•ÞIï¥ÒGé“ôYú"}•¾IߥÒOé—ô[ú#ý•þI‰Pb”%EÉPr”¥D©Pj”¥EéPzôÊ€2¢L(3Ê‚²¢l(;Êr¢\(7ʃò¢|(?*€ ¢B¨0*‚Š¢b¨8*J¢R¨4*ƒÊ¢r¨<ª€*¢J¨2ª‚ª¢j¨:ªj¢Z¨6ªƒê¢z¨>j€¢F¨1j‚š¢f¨9jZ¢V¨5jƒÚ¢v¨=ê€:¢N¨3ꂺ¢n¨;êz¢^C8"‰(D#±ˆCñ"‰HBÉHA*ÒŽ d" ÙÈA.ò¢Ũ7êƒú¢~¨?€¢4 FCÐP4 G#ÐH4 FcÐX4GÐD4 MFSÐT4 MG3ÐL4 ÍFsÐ\4ÍG ÐB´-FKÐR´ -G+ÐJ´ ­FkÐZ´­GÐF´ mF[ÐV´ mG;ÐN´ íF{Ð^´íGÐAtFGÐQt G'ÐIt FgÐYtGÐEt ]FWÐUt ]G7ÐMt ÝFwÐ]tÝGÐCô=FOÐSô =G/ÐKô ½FoÐ[ô½GÐGô }F_ÐWô }G?ÐOô ýFÐ_ô%’ËIä¤r29¹œBN)§’SËiä´r:9½üŸœAÎ(g’3ËYä¬r69»œCÎ)ç’sËyä¼r>9¿\@.(’ ËEä¢r1¹¸\B.)—’KËeä²r9¹¼\A®(W’+ËUäªr5¹º\C®)×’kËuäºr=¹¾Ü@n(7’ËMä¦r3¹¹ÜBn)·’[Ëmä¶r;¹½ÜAî(w’;Ë]ä®r7¹»ÜCî)÷’1— ™”)™–™•9ȼ eAeIF²,+²*k².²)[²-;²+{²/r(Gr,÷–ûÈ}å~ry€ ”ɇå#òQù˜|\>!Ÿ”Oɧå3òYùœ|^¾ _”/É—å+òUùš|]¾!ß”oÉ·å;ò]ùž|_~ ?”Éå'òSù™ü\~!¿”_ɯå7ò[ùü^þ ”?ÉŸå/òWù›ü]þ!ÿ”É¿å?ò_ùŸœHI¬$Q’*É”äJ %¥’JI­¤QÒ*é”ôÊJ%£’IɬdQ²*Ù”ìJ%§’KÉ­äQò*ù”üJ¥ RH)¬QŠ*Å”âJ ¥¤RJ)­”QÊ*å”òJ¥¢RI©¬TQª*Õ”êJ ¥¦RK©­ÔQê*õ”úJ¥¡ÒHi¬4Qš*Í”æJ ¥¥ÒJi­´QÚ*í”öJ¥£ÒIé¬tQº*Ý”îJ¥§ÒKÁ\!R¡ZaVá ð TET$)²¢(ª¢)ºb(¦b)¶â(®â)¾(¡)±Ò[é£ôUú)ý•Ê@%A¤ V†(C•aÊpe„2R¥ŒVÆ(c•qÊxe‚2Q™¤LV¦(S•iÊte†2S™¥ÌVæ(s•yÊ|e²PY¤,V–(K•eÊre…²RY¥¬VÖ(k•uÊzeƒ²QÙ¤lV¶([•mÊve‡²SÙ¥ìVö({•}Ê~å€rP9¤VŽ(G•cÊqå„rR9¥œVÎ(g•sÊyå‚rQ¹¤\V®(W•kÊuå†rS¹¥ÜVî(w•{Ê}åòPy¤UŸ©ÏÕêKõ•úZ}£¾Uß©ïÕêGõ“úYý¢~U¿©ßÕêOõ—ú[ý£þUÿ©‰´ÄZ-©–LK®¥ÐRj©´ÔZ-­–NK¯ý§eÐ2j™´ÌZ-«–MË®åÐrj¹´ÜZ-¯–O˯Ð j…´ÂZ­¨VL+®•ÐJj¥´ÒZ­¬VN+¯UÐ*j•´ÊZ­ªVM«®ÕÐjjµ´ÚZ­®VO«¯5Ðj´ÆZ­©ÖLk®µÐZj­´ÖZ­­ÖNk¯uÐ:j´ÎZ­«ÖMë®õÐzj½4LÃ5B#5J£5Fc5N¯AMÐDMÒ&kЦjš¦k†fj–fkŽæjžækj‘k½µ>Z_­ŸÖ_  Ô´AÚ`mˆ6T¦ ×Fh#µQÚhmŒ6V§×&hµIÚdmŠ6U›¦M×fh3µYÚlmŽ6W›§Í×h µEÚbm‰¶T[¦-×Vh+µUÚjm¶V[§­×6hµMÚfm‹¶UÛ¦m×vh;µ]Únm¶WÛ§í×hµCÚaíˆvT;¦×Nh'µSÚiíŒvV;§×.hµKÚeíŠvU»¦]×nh7µ[ÚmíŽvW»§Ý×hµGÚcí‰öT{¦=×^h/µWÚkíöV{§½×>hµOÚgí‹öUû¦}×~h?µ_ÚoíöWû§%ÒëIô¤z2=¹žBO©§ÒSëiô´z:=½þŸžAϨgÒ3ëYô¬z6=»žCÏ©çÒsëyô¼z>=¿^@/¨Ò ëEô¢z1½¸^B/©—ÒKëeô²z9½¼^A¯¨WÒ+ëUôªz5½º^C¯©×Òkëuôºz=½¾Þ@o¨7ÒëMô¦z3½¹ÞBo©·Ò[ëmô¶z;½½ÞAï¨wÒ;ë]ô®z7½»ÞCï©÷Ò1× Ô)ÖÕ9è¼uAuIGº¬+ºªkº®º©[º­;º«{º¯z¨Gz¬÷Öûè}õ~z}€>POÐéƒõ!úP}˜>\¡ÔGé£õ1úX}œ>^Ÿ OÔ'é“õ)úT}š>]Ÿ¡ÏÔgé³õ9ú\}ž>__ /Ôé‹õ%úR}™¾\_¡¯ÔWé«õ5úZ}¾^ß oÔ7é›õ-úV}›¾]ß¡ïÔwé»õ=ú^}Ÿ¾_? Ôé‡õ#úQý˜~\?¡ŸÔOé§õ3úYýœ~^¿ _Ô/é—õ+úUýš~]¿¡ßÔoé·õ;ú]ýž~_ ?Ôéõ'úSý™þ\¡¿Ô_é¯õ7ú[ýþ^ÿ Ô?éŸõ/úWý›þ]ÿ¡ÿÔé¿õ?ú_ýŸžÈHl$1’ÉŒäF #¥‘ÊHm¤1ÒéŒôÆF#£‘ÉÈld1²ÙŒìF#§‘ËÈmä1òùŒüF£ QÈ(l1ŠÅŒâF £¤QÊ(m”1ÊåŒòF£¢QɨlT1ªÕŒêF £¦Q˨mÔ1êõŒúF£¡ÑÈhl41šÍŒæF £¥ÑÊhm´1ÚíŒöF££ÑÉèlt1ºÝŒîF£§ÑËÀ Ü Ò  Ú` Öà `ð4C4$²¡ª¡ºa¦a¶á®á¾¡±ÑÛècô5úýÆ@#Ád 6†CaÆpc„1ÒeŒ6ÆcqÆxc‚1јdL6¦SiÆtc†1Ó˜eÌ6æsyÆ|c±ÐXd,6–KeÆrc…±ÒXe¬6ÖkuÆzcƒ±ÑØdl6¶[mÆvc‡±ÓØeì6ö{}Æ~ã€qÐ8d6tÉLÉ’lÉ‘\É“|)B)’b©·ÔGê+õ“úK¤R‚4H, ‘†JäáÒéˆñÐxd<6žOgÆsã…ñÒxe¼6ÞowÆ{ãƒñÑød|6¾_oÆwã‡ñÓøeü6þF"3±™ÄLj&3“›)Ì”f*3µ™ÆLk¦3Ó›ÿ™ÌŒf&3³™ÅÌjf3³›9Ìœf.3·™ÇÌkæ3ó›Ì‚f!³°YÄ,j3‹›%Ì’f)³´YÆ,k–3˛̊f%³²YŬjV3«›5Ìšf-³¶YǬkÖ3ë› Ì†f#³±ÙÄlj63››-Ì–f+³µÙÆlk¶3ۛ̎f'³³ÙÅìjv3»›=Ìžf/3q“0I“2i“1Y“3É›ÐLÑ”Ldʦbª¦fê¦aš¦eÚ¦cº¦gúf`†fdÆfo³Ù×ìgö7˜Ís9Øb5‡™ÃÍæHs”9ÚcŽ5Ç™ãÍ æDs’9ÙœbN5§™ÓÍæLs–9ÛœcÎ5ç™óÍæBs‘¹Ø\b.5—™ËÍæJs•¹Ú\c®5×™ëÍ æFs“¹ÙÜbn5·™ÛÍæNs—¹ÛÜcî5÷™ûÍæAóyØ5Ÿ™ÏÍæKó•ùÚ|c¾5ß™ïÍæGó“ùÙüb~5¿™ßÍæOó—ùÛücþ5ÿ™‰¬ÄV+©•ÌJn¥°RZ©¬ÔV+­•ÎJoýge°2Z™¬ÌV+«•ÍÊnå°rZ¹¬ÜV+¯•ÏÊo° Z…¬ÂV«¨UÌ*n•°JZ¥¬ÒV«¬UÎ*oU°*Z•¬ÊV«ªUͪnÕ°jZµ¬ÚV«®UϪo5°Z¬ÆV«©ÕÌjnµ°ZZ­¬ÖV«­ÕÎjou°:Z¬ÎV««ÕÍênõ°zZ½,ÌÂ-Â"-Ê¢-Æb-ÎoAK°DK²%[Š¥Zš¥[†eZ–e[ŽåZžå[Z‘[½­>V_«ŸÕß` ´¬AÖ`kˆ5Ôf ·FX#­QÖhkŒ5Ög·&X­IÖdkŠ5ÕšfM·fX3­YÖlkŽ5ךgÍ·X ­EÖbk‰µÔZf-·VX+­UÖjkµÖZg­·6X­MÖfk‹µÕÚfm·vX;­]Önkµ×Úgí·X­CÖaëˆuÔ:f·NX'­SÖiëŒuÖ:g·.X­KÖeëŠuÕºf]·nX7­[ÖmëŽu׺gÝ·X­GÖcë‰õÔzf=·^X/­WÖkëõÖzg½·>X­OÖgë‹õÕúf}·~X?­_Öoëõ×úg%²ÛIì¤v2;¹ÂNi§²SÛiì´v:;½ýŸÁÎhg²3ÛYì¬v6;»ÃÎiç²sÛyì¼v>;¿]À.h² ÛEì¢v1»¸]Â.i—²KÛeì²v9»¼]Á®hW²+ÛUìªv5»º]îiײkÛuìºv=»¾ÝÀnh7²ÛMì¦v3»¹ÝÂni·²[Ûmì¶v;»½ÝÁîhw²;Û]ì®v7»»ÝÃîi÷²1· ›´)›¶›µ9ؼ mÁmÉF¶l+¶jk¶n¶i[¶m;¶k{¶ovhGvl÷¶ûØ}í~v{€=ÐN°Ùƒí!öP{˜=Üa´GÙ£í1öX{œ=Þž`O´'Ù“í)öT{š=ÝžaÏ´gÙ³í9ö\{ž=ß^`/´Ù‹í%öR{™½Ü^a¯´WÙ«í5öZ{½ÞÞ`o´7Ù›í-öV{›½ÝÞaï´wÙ»í=ö^{Ÿ½ß>`´Ù‡í#öQû˜}Ü>aŸ´OÙ§í3öYûœ}Þ¾`_´/Ù—í+öUûš}ݾaß´oÙ·í;ö]ûž}ß~`?´Ùí'öSû™ýÜ~a¿´_Ù¯í7ö[ûýÞþ`´?ÙŸí/öWû›ýÝþaÿ´Ù¿í?ö_ûŸÈIì$q’:ÉœäN '¥“ÊIí¤qÒ:éœôÎN'£“ÉÉìdq²:ÙœìN'§“ËÉíäqò:ùœüN§ SÈ)ìqŠ:ÅœâN §¤SÊ)í”qÊ:åœòN§¢SÉ©ìTqª:ÕœêN §¦SË©íÔqê:õœúN§¡ÓÈiì4qš:ÍœæN §¥ÓÊií´qÚ:íœöN§£ÓÉéìtqº:ÝœîN§§ÓËÁÜ!Ò¡ÚaÖáàðtGt$9²£8ª£9ºc8¦c9¶ã8®ã9¾8¡9±ÓÛéãôuú9ýÎ@'Áä v†8CaÎpg„3ÒåŒvÆ8cqÎxg‚3Ñ™äLv¦8SiÎtg†3Ó™åÌvæ8syÎ|g³ÐYä,v–8KeÎrg…³ÒYå¬vÖ8kuÎzgƒ³ÑÙälv¶8[mÎvg‡³ÓÙåìvö8{}Î~ç€sÐ9ävŽ8GcÎqç„sÒ9åœvÎ8gsÎyç‚sѹä\v®8WkÎuç†sÓ¹åÜvî8w{Î}çóÐyät¹Ý'îS÷™ûÜ}á¾t_¹¯Ý7î[÷ûÞýà~t?¹ŸÝ/îW÷›ûÝýáþt¹¿Ý?î_÷Ÿ›ÈKì%ñ’zɼä^ /¥—ÊKí¥ñÒzé¼ôÞ^/£—ÉËìeñ²zÙ¼ì^/§—ËËíåñòzù¼ü^¯ WÈ+ìñŠzżâ^ ¯¤WÊ+í•ñÊzå¼ò^¯¢WÉ«ìUñªzÕ¼ê^ ¯¦WË«íÕñêzõ¼ú^¯¡×Èkì5ñšzͼæ^ ¯¥×ÊkíµñÚzí¼ö^¯£×Éëìuñºzݼî^¯§×ËÃ<Ü#<Ò£<Úc<Öã<àñôOô$y²§xª§yºgx¦gy¶çx®çy¾x¡y±×Ûëãõõúyý½Þ@/Áä ö†xC½aÞpo„7ÒåöÆxc½qÞxo‚7Ñ›äMö¦xS½iÞto†7Ó›åÍöæxs½yÞ|o·Ð[ä-ö–xK½eÞro…·Ò[å­öÖxk½uÞzoƒ·ÑÛämö¶x[½mÞvo‡·ÓÛåíööx{½}Þ~ï€wÐ;äöŽxG½cÞqï„wÒ;åöÎxg½sÞyï‚wÑ»ä]ö®xW½kÞuï†wÓ»åÝöîxw½{Þ}ï÷Ð{ä=öžxO½gÞsï…÷Ò{å½öÞxo½wÞ{ïƒ÷Ñûä}ö¾x_½oÞwï‡÷Óûåýöþx½^"?±ŸÄOê'ó“û)ü”~*?µŸÆOë§óÓûÿùüŒ~&?³ŸÅÏêgó³û9üœ~.?·ŸÇÏëçóóûü‚~!¿°_Ä/êó‹û%ü’~)¿´_Æ/ë—óËûüŠ~%¿²_ůêWó«û5üš~-¿¶_ǯë×óëû ü†~#¿±ßÄoê7ó›û-ü–~+¿µßÆoë·óÛûüŽ~'¿³ßÅïêwó»û=üž~/óqŸðIŸòiŸñYŸóÏûÐ|Ñ—|ä˾⫾æë¾á›¾å۾㻾çû~à‡~äÇ~o¿ß×ïç÷÷øý?Øâõ‡ùÃýþH”?ÚãõÇùãý þD’?ÙŸâOõ§ùÓýþL–?ÛŸãÏõçùóýþB‘¿Ø_â/õ—ùËýþJ•¿Ú_ã¯õ×ùëý þF“¿Ùßâoõ·ùÛýþN—¿Ûßãïõ÷ùûýþAÿØ?âõùÇýþIÿ”Ú?ãŸõÏùçý þEÿ’Ù¿â_õ¯ù×ýþMÿ–Û¿ãßõïù÷ýþCÿ‘ÿØâ?õŸùÏýþKÿ•ÿÚã¿õßùïýþGÿ“ÿÙÿâõ¿ùßýþOÿ—ÿÛÿãÿõÿù‰‚ÄA’ i,H¤R©‚ÔAš m.Hüd2™‚ÌA– k-Èär¹‚ÜAž o/È …‚ÂA‘ hP,(”J¥‚ÒA™ lP.(T*•‚ÊA• jP-¨Ôjµ‚ÚA nP/¨4‚ÆA“ iÐ,h´Z­‚ÖA› mÐ.ht:‚ÎA— kÐ-èôz½,À" * &`.À@Ä@ P J Z F`V`Nà^àAQ½ƒ>Aß _Ð? ‚AÁà`H04 F#ƒQÁè`L06Œ&ƒIÁä`J05˜Lf3ƒYÁì`N07˜Ì ƒEÁâ`I°4X,V+ƒUÁê`M°6X¬6ƒMÁæ`K°5Ølv;ƒ]Áî`O°7ØìƒCÁáàHp48N'ƒSÁéàLp68œ.ƒKÁåàJp5¸\n7ƒ[ÁíàNp7¸ÜƒGÁãàIð4x<^/ƒWÁëàMð6x¼>ƒOÁçàKð5ø|~?ƒ_ÁïàOð7ø$ ‡I¤a²0y˜"L¦ S‡i´aº0}ø_˜!Ìf 3‡Y¬a¶0{˜#Ìæ s‡y¼a¾0X , ‡E¢a±°xX",– K‡e²a¹°|X!¬V +‡Uªaµ°zX#¬Ö k‡uºa½°~Ø l6 ‡M¦a³°yØ"l¶ [‡m¶a»°}Ø!ìv ;‡]®a·°{Ø#ìö ±‰ ©™ ¹„|C!C)D¡*¡j¡¡Z¡:¡z¡aFaöû„}Ã~aÿp@80L…ƒÃ!áÐpX8<Ž G…£Ã1áØp\8>œN '…“Ã)áÔpZ8=œÎ g…³Ã9áÜp^8?\. …‹Ã%áÒpY¸<\® W…«Ã5áÚp]¸>Ün 7…›Ã-áÖp[¸=Üî w…»Ã=áÞp_¸?< …‡Ã#áÑðXx<<ž O…§Ã3áÙð\x>¼^ /…—Ã+áÕðZx=¼Þ o…·Ã;áÝð^x?|> …Ã'áÓðYø<|¾ _…¯Ã7áÛð]ø>ü~ ?…ŸÃ/á×ð[ø=üþ …¿Ã?áßð_˜(J%‰’FÉ¢äQŠ(e”*J¥‰ÒFé"ÙU\ÕÕ\Ý5\Óµ\Ûu\×õ\ß ÜÐÜØííöqûºýÜþîw ›àr»CÜôQé¨LT6*•*D£JQå¨JT5ªUjD5£ZQí¨NT7ªÕD £FQã¨IÔ4j5ZD-£VQë¨MÔ6jµ:D£NQç¨KÔ5êuzD=£^á‘ѱˆ`$Db$E(’#%R#-Ò##2#+²#'r#/ò£ £(Š£ÞQŸ¨oÔ/ê ˆF Ñ hp4$ ‹†G#¢‘Ѩht4&‹ÆG¢‰Ñ¤hr4%šM‹¦G3¢™Ñ¬hv4'šÍ‹æG ¢…Ñ¢hq´$Z-‹–G+¢•Ѫhu´&Z­‹ÖG¢Ñ¦hs´%Úm‹¶G;¢Ñ®hw´'Úí‹öG¢ƒÑ¡èpt$:‹ŽG'¢“Ñ©ètt&:‹ÎG¢‹Ñ¥èrt%º]‹®G7¢›Ñ­èvt'ºÝ‹îG¢‡Ñ£èqô$z=‹žG/¢—Ñ«èuô&z½‹ÞG¢Ñ§èsô%ú}‹¾G?¢ŸÑ¯èwô'úý‹ʼnã$qÒ8Yœþ/ÎgŒ3Å™ã,qÖ8[œ=ÎçŒsŹã®WŒ+Å•ã*qÕ¸Z\=®׌kŵã:qݸ^\?n7ŒÅã&qÓ¸YÜîwŒ;Åã.q׸[Ü=î÷Œ{ÅXŒÇDLÆTLÇLÌÆ\ b>†±‹±£XŽ•XµXØŒ­ØŽØ½Øƒ8Œ£8Ž{Ç}â¾q¿¸< 'ăâÁñxh<,ˆGÆ£âÑñ˜xl<.Oˆ'Æ“âÉñ”xj<-žψgƳâÙñœxnb€"Fˆ1b‚˜"Ç‘ˆr9…˜#§ ä b‰X!ÖÈYıEì{ÄqDœgÄqEÜsˆ;BFE0GäòyˆD ‘HÄ ÇH,‡Ä# H"’„##È(2†|AÆ‘ dùŠL!ÓÈ 2‹Ì!óÈBB©Pj”¥EéPz”eD™Ð%èRtºeFW +ÑUèj”]ƒ²¢kQ6tºeG9PN” åFyÐ èFtºåE· [Q>tºåGPATFw ;Ñ]ènTÝƒŠ¢b¨8*J¢R¨4*ƒÊ¢r¨<ª€îE÷¡ûѨ"ª„D¡Ê¨ ªŠFÕÐ#¨:zÕ@5Q-TÕAuQ=ôª †¨jŒš ¦èqôj†žDO¡æèiÔ=ƒZ¢V¨5zµAmQ;Ôu@Q'ÔuA]Q7ôꎒQEQ ÅQ=^@/¢—ÐËèô*z ½ŽÞ@=POÔ õF}P_ô&z õCýÑÛhˆ¡wÐ`ô.‚ÞCCÑ04½>@¢h$…F£1è#ô1‹Æ¡ñhšˆ&¡OÐd4MEÓÐtô)šf¢Yh6šƒæ¢yh>Z€>CŸ£/ÐB´}‰£%è+ô5ZŠ–¡oÐr´­D«Ð·h5Zƒ¾CkÑ:´}6 hÚŒ¶ ­húýˆ¶£è'´íB»Ñ´íCûÑtB‡ÑÏè:ŠŽ¡_ÐqtD¿¢Sè4:ƒÎ¢sè<º€’0*Œ£Áh1:ŒcÀ1&l ¶[†-ǘ±ØJl¶cÁÖ`¬ØZŒ [‡­ÇØ1Œã¸1l¶Û„mÆx±-ØVŒÛ†mÇø1L„±ØNl¶Áö`¢˜&ŽI`’˜&É`²˜&)`{±}Ø~즈)a±C˜2¦‚©b‡15즎Å40ML ÓÆt0]L;†éc˜!f„c&˜)v;™a'±S˜9v³ÀÎ`–˜fÅl0[̳Ç0GÌ sÆ\0WÌ ;‡¹cd ÁP ÃpŒÀÎc°‹Ø%ì2v»Š]îc70Ìó¼1Ì»‰ÝÂü0ì6€bAØ,»‹…`÷°P, Çîc°‡X‰EaÑX ö{ŒÅbqX<–€%bIØŒÙ}…ûJ÷Uî«ÝYÜ׸³º¯ugs_ç¾ÞÝÃÓËÛÇ}ƒûF÷Mî›ÝyÝ·¸ouçsßæ¾Ý=«À*±*ì-VÕ`ï°Z¬«ÇÞc X#Ö„5c-X+Ö†}À>bíXö ëĺ°n¬ëÅú°~lưaì36‚bcØl›À&±¯Ø6Í`³Ø6-`$œ §ÆipZœ§ÇpFœ _‚/Å—áËqf|¾_…¯ÆYð58+¾gÃ×áëqvœçĹpnœ߀oÄ7á›q^| ¾ç÷áÛq~\Ä…pa|¾ß…ïÆEð=¸(.†‹ã¸$.…Kã2¸,.‡Ëã ø^|¾?€+âJøAü®Œ«àªøa\ ?‚«ãGq \×µq\×Ãáú¸nˆáƸ nŠÇOàføIünŽŸÆ-ð3¸%n…[ãgqÜ·ÃíqÜwÂqÜwÃÏáî8GpÇp'ðóøü"~ ¿Œ_Á¯â×ðëø Ü÷ĽpoÜ÷Åoâ·p?Ü¿àx~Æïâ!ø=<ÃÃñûøü!GâQx4ƒ?Âã±x'à‰xþOÆSðT< OÇŸâx&ž…gã9x.ž‡çãø3ü9þ/Ä‹ð—x1^‚¿Â_ã¥xþ/Ç+ðJ¼ ‹Wã5ø;¼¯Ãëñ÷xÞˆ7áÍx ÞŠ·áðx;ÞÂ;ñ.¼ïÁ{ñ>¼Àñ!|ÿŒà£øþÇ'ðIü+>…Oã3ø,>‡Ïã 8‰ "¨ ‚– #è ‚‘`"–K‰eÄr‚™XA¬$V« b ÁJ¬%؈uÄz‚à 8 .‚›à!6‰MÄf‚—ØBl%øˆmÄv‚Ÿ  !B˜ØAì$v» b!Jˆâ„!IHÒ„ !KÈò„±—ØGì'Š„q8D(*„*q˜P#ŽêÄQBƒÐ$´mB‡Ð%ôˆc„>a@F„1aB˜lj„q’8E˜§ â aIXÖÄY†°%ì{Âp$œgÂ…p%܈s„;A&%0'âñ€xHD‘DMĈÇD,GÄ D"‘D#Ä(1F|!Ɖ b’øJLÓÄ 1KÌóiÑ﵋§V\#ý[Vþ›·‡ ‚þ|Xá²ÿ·æ¯þYž)ó¿9—ƒÛ¯úÌ«áœAA"ËþZs³À­‚ ‚ ‚ úƒ5ÿýå¥pŸ‚ ?=Z¸$ƒ ‚ ‚ ‚ ú?‚—þKàüAAÇÜUø@A¿÷¦ ‚ ‚ ‚ ‚ è?Œ uƒ 5üAAAAAAAAAAAô§0 «AAJŒðg¸ ‚ ‚ ‚  ܳ„ ‚ èÿ(:¸5AAAAAAAÐ؉ÿ±ïCNßO† èß@ÿÕAAÐÿF3p ‚ ‚ åZpljd®Y.ÜègSw53§­rìÍHŲá7¹c8!2üU"i%IXoõyU_Þ çyC’j©2óÅË¢9ÍõuIFüjú&Û%(éÔöÓ—ë“ä Ý,ÓÇÖuº=¼}ÌHagða[¥K&6~¼|:û;::{mw³k+ÖK)ß—¬ää\÷a¸ð„Tå<ó[‘‡È±3ö¦•c!¼Ê÷O3‹˜9 x™~ ±T“Êà ñ—|ö<óÍFùÛAŽõkΦtÚhJßÒS`Xü¶»I@ðU}á£R!å¾5Ë«¨–wž^¡ÒÏÆÑžš¡œÔshuÏрΗî)ÕØæ‹XËòn¿Û:”1»*î˜HXUÕÖ=:J¨×óéùÑJU¥4º×”¥Š `/¨s›ïŠoMçä¸O¯Ÿ®õ]{ó›O=Cä‹#”»£y•©¹àƒ£úW¿ˆO2NXÎã%Á¼ Ã4=Œ“µIúb»‰sQO’^+ø)”X½OK´_Sr}á©Cez‰¼LηˆL‹—-%-x™ŒèŸÚ$šf=‰ÞÆ'+Ì_¦‚ÏSLu.V±†ÏçßÀ>?’2õ›ƒ…Óµé5žOßäUð#Z½A™ÄËt“—äG{h5—éLÉÂo߬ cˆƒóm}X (Rf®ciÚÝ»½¤F-µò´í?}6 óímÀç'ÇéÌ©³i{²:–p**²xR¥ÅÜPTô¹èÕp©zú¥’ëà@Ëè O`ä˜Ü5»£Ç’Ž! ^oâOlvttT¢>£n`¾ùª¹ùé/%K–ŽŽï³S[(‹Œ!ì2“Í"¬ Èdúó®aY´ ×~Mò+W¶²ó§÷"Žž9 ÞsÌS”Ya&Uq©$é©Ý]™ÈëâQc×ý¡êÉÐ*ÙÍ›7GÒv$¤†­j)ÜwIz†l¥†øËÔG^ËH"ŽÛÛ:ÄFâ啨ù¬­¾)Bí–»ÚP˜‰œ˜(¤Æð¤$_ß ˜œ×ðó;¢«÷¼çtu&Í¢â}³}^¬DÆfC¾^«êõQcÉy­¤šUVZ:QÛ_Õ)>=ðØß3ÞösŸ2®`q+$FŒÖx Í{ÔF6=ÒXÉÇwþeÄö1ÛóT5·ä #Î'»>wg–¨í•ïªsª@Pß…HD¦³íœ”ô‡œúñ/Scä¶÷¹U Ä‚ÍdvXï®ê·9ÉžîàJ†âð“ÂW›ÜòŸ­Üé{I¨Ûdê‚¡œ…ÑÀÌÉ®³òvy*˳wõDŒ)u—F÷‹ÇÈí]ˆK2K«S‹²ˆëäÜ3–ëv¡~vÇiálGÝ8³ësª|ç;¯Í²ús ÿÀÌÛ-yiW±iž¬Î)›¤Ï,2®îu’V³žBY«md°Bõë"šWú'2r|ìšK\y'2âgZoeìÛC8MŽ:¨ÔÄ\9R2Gô¥JÌÓ>È›çSº>Ór,üBøiúðMŸy¢7ž7¯ràv´XO"/«©?Û†b2ÔDØ/]ù2rVúLÓ\"¡ÑW¯=¾"wÓ·•ôG{…苪ŸÎ²´uÕ˜úÜ]¨K¦ /‘sÿPu¡ùó\Y^PßÞÒŸAÓ|ýè¶»³øÃ.'¥!Éê“]½I+Žd'žÀ*ÆóÞØEÛFbÒŸ3a—ÃZ|¶ëAœ§ã¯E¡îü¹¶¶Ot<ÉÙ¬ýZ›¨Åd¦l_ÉYà  x„+òG#d›¦½ÜÆO¶„K9žA "dK -d F·e¹Ïî/¬·#Öš¶d-ø”˜pÎTÑ„äÏU,Üqg‰Û¼É)ÅòñW·äl ÛGóC¯ÙpÕ¹½ IŠé÷å’ÞìdÙ®%"N<]é~3ðtÖ”á±ñ ïL‡&Ž}ébP7mJø´uÒ‹×ýïJœÂy ÍSåœòºsŸô½d¿d &ÇæbÂô#\–§kO„Ç&,vÛa./­&½vÙ…¡S¾4ú„ü¼mÆ–˜ù¤‰ &Ó»G3‡ïfvŽ/zßêv¹²ß…-˜þzë1€žÑh‰54A§ u2šÓ‰™z|k0ûªÁŠÚÌX:yuRUG ÝŠ!•â‰Òwð¦šùKbÙyr-³Ø˜ToX±ácÃÃêîõÆCl³Ç2,QãUŸ‡ò ÊVÜÝMÿ¥Ñ©IuyKþz¼8ák…Ût_e +·‘é[¢8LmÕþ6æ™üÚåa¯ïL¾¹ê /ì°Cnש窓Œ=ó7ÔMmšð”¿3çú¶—§ÙänN\×e›®÷=çí¸ûY%l;S%k® …“kC2*µì˜ MfÌfY2òÜë‹ÖäLw&ÆÎrÏ•=@ÚZÅc‡&=TÃu4ÔVdkÞtû};ÜéËÖ–“O C/²¸pçî˜)úL0~ú&¡« go퓉»6ŸÜ“5Øqmk›ÈØÛž(ÜEÏoîq§´Ÿ¯ÜzqWçÆÏ¢¦Þ-gæ>M/duX[¡³¶ì€ÇhvîTï»èÇè6fc?i>m«s¢)Ý×%e}_íÈzÓË"Ù)â›Ð²ÇÚY£§9ª vœ8õöÃõ'ö–·X6uòFž¾±Øœ£Iû…û}'>›,Ü¢Û,a5ºÖÆÛÀ¾f`[†­ˆ‰wüÔnyi÷Æ4ɘ0Y]6l b’Èõñ™äL‘s(½îÜï&.ˆô]šÿ\ÂÖ.:dåè<|¹9„'dÌ=fo}ëÄ{6½+¼îëäÖJ"nÅW<9–µº¯ÐÎsªÿZpuèaZI5¯ö^„üêή ޝ,î¹#šuŸ*eãr.·±ŠJȸ_µͰM_Ê–gÙYý*§Ÿ;õ‹¶tø€ðœMGܰDÿGÿ~Ÿx¹þ¶£SEOÅSMOßÛ¨W9döõT7OŒ÷°Ÿcû¡¡á6™2ó?ŒÈN´!#´èåMD‘ñ:¡d-ÈŠè]‚.£õhç3Ióùáéøsƒ¯ÓMåñ¯ýÆNê¸S³[…WíÌ Îl3ŽTÏzºµ_êdsâ`_dÀ° Öýyóü5›þ²»íʲïOG]m+—yw¼'áÄ Óšñ„Á¨åú¡®y.Ÿ—n̸//ôèòJ8U-»ãÜ×W…qžQqnå£ÊÓ*v½bö%\©aãIMöÓŽW°óì>Qx¯ùµÅÃ¥Ìòn®UÒ¢å­ýµÕú¤…|®åýzõGvp¯b«}™ä>Y˜˜ÇŸr–K«@Ò¡¾¯ržŸêèpúÑêû*±´Vƒ µ™À…±´öSºîî³ü{;‡¸Mqðß%žŠ$•&Î\˜ŠÌôI²uQÖ¼É_·G-ÁÒ=áö4øÒs—{ï»tðö±e¬“aâ-ÝÔ#gD¸¶¯WTŒëµ« ±Zû`θ>zìµYòסá­¹<Ò “Ò ½Û·Ô·JšZ¥úVˆD³ìÈœ¬ÈcKV¯²‰¶Iìà‹4U͸á%†˜Š{¨Ô[¸žË²lUÏ>Rf”!X¹áyEUcÑ—¿>êÔ-HÙ:â!6œ'4)6Ÿ[:tW³³ø±¶Ã—§–e–é_W¦4£r¹†¡FÒ?=­ÌÔ8ÖÁÙ©`cÌ:o‰-Is U,\hÚ.T’ïÄã-­þQ*_¥HT6Ü×xÒ jÏøÞ¸’Ïù®¯Ø¶{¬ìO·NÒ•ÚÞmå(ìm’è´vðh‡[g£ÓÃ1÷I–JÉð8íw»“ÞE×pgóÖ÷fåÉ ;eWmJ¬=iÓðVá–€škbPÑžíkU(*j˜XÞ¡ë‹F ÉÖÛ ¿ÅÜ,¥“ÜÕ§rú§Í:eë¬cúîö‹¤;$ê=2UÁ „§t¥ú¤Z’<_'ØŠÇ•ßÍÓp”³wЫÙ)ô qWÛ‡¶U;7m,Ïë5”Wí[ÐÌq±Þ’¸/]T=÷¡l߸·µë±2©”‚ÎOíìL“Kì¡üš¬Ý_YùåÞ*wÉVhÐÊW'‹Ü3´rй3çäË频ãR›äcï5­ê:¾jË€æØŠ=¦ý!ŽB»üžÛ·Vs?Pk9Î1‘?ågm,p"óËI€@çÁ—&鵇6-K|¤fZ³;}_¼ÕôLmö¾A÷Ê@“ÀðêùjõçüÙH××ÇÓ}%„vh„iØ­  ‡Ž^¼³ƒÙÓ~U¬Ü#t+ùzDuÉtÐøK_ò~9ŽƒEÆ3ñ‚5Òá'.n<ÚœP$&gç-³hëaGíš“×W³¦TOX¥Õ;‹˜g³©ïš]zâèP­üæñÕù‰z=·O$çÞï ^碋e¯{˜gi¾ŽÏ:ˆKCÕ™ðÌnmÜR±?íœÖð‰È±ª d]Fo÷Ò¼ú–ã…GëÇxÎJ¸UÖ?ªxÜ¥JÏQ18:}Çõœ^QYèË9µ¤K×äŒx{·kÙ$|Õv¬1éPôØxWÙÛZûîºãŒUÌz–פlÈçÄëc·fØSn:Üèl›ª×!9(–¢ã˜©“×zB3ÅÕ2åc¥ÊX„½–æòŠ–‡óŠ\ „ñ í{'=ÇDmѨý†&“‡“¢Eºk×ldg/ £6Ï8—oŽMÖÌê©xŸ,LZNÅ] vØuÎ&A,Á_ת$4mh_­wĨ|šE“áüû|1§ÐÁuìeá•Iö¡+ÖܲŠÍ,”4»qf¸¸¥‘î†W´[Lbc„ çˆ!ÏR‡¤¡;¶iÖ^2ÑÒUÎ Ûç-âbœÕ_™ÔÆÌÙÙ¹—ÛŽj{ñuJoé6K±î@ŠÙG$?2¿| ÿ“`²¿DTÞ¼©¸1^ú~6òñHl4Û”V‡îp¿wKZýà†ËµmêÒ.>ÔÏ_¸‡ø·ÒÛä͇´1í¿ó~“¯-»ZZýAã¤=ù< ,¶'^4¹ð8Øno3<“ÛÐíjcbáEÓ<›VÆ>ü:1tH›½ãøŠÖpwaH1fzb¬üÇÅI›éè–¿,öþ²\ÔS(yŸ…×>ìe9­E[øLS×tÀRkÇ4þýVgrž+”X{X TÙÓsÙH”ʇÝUO,[f·û¬²|úTç.z1мڭWaü4z>ÿjBÓS»6ªûÆ6mù6օظu`yž0³ÞõÖV:Q­ŸXÖ¬j’ï¿:ìÙWWg—m7(´œÔX(2ܤ]àê>?ê°:¡¹óÅ[ÇJ¿”ìïv|²çÓ›æöÇckëôÝÜ0lŽLŒËŸs±Ü&ž.!."™ÜOUyœ¥R[.°!ÞWv³t:Ûhî" ›hή0cî¨Øò×Gô´§Œ”Ôª¶õ×^Rb Tu›¿xÅÓŠ*-Uq)Û›pik+÷öêF웓õ®à7Î)°Ç[~{øBÿ‡/.ÚÌgÿîðEê_˜ûêFmŽÿÍá ƒ3¿¾Ð[ðŒúÃዉÀ__”ëXÙþõá‹g[N¤)MÞð`\î¨ô¸T縱Nß!Uõ¶ŠçN´l&+TAòNç42%g jΟÕéúy'’Özß¹‰ËŸi­_”•ykæ™ÜP˜º´°ä ÷==ÝÁmY›Ù톌uŒ4‚õ:%Þ\Ê娜ä¨,/&­uÀPp—òȈã^÷†ñÓ©é²7%Åf澑PMô:"t“Ë &õ5LbÛ+l½“ Ï~|;²KÙõ¥ß¶y';%BN•¾SÓ¿,Ù¼š;|¥ÿÍSK3øôÍV¿©û|Q³æNr×ç}ÍÚýVÆô©vu­‹Ú{û²ïÎå"Á‡|/K ‡/®ôWëºóõ²ïb…ZЩAWVK?ygŬ¾ƒ­úaÀ™ˆ [Q›®;EEçNø&7}òJ¹˜û£ßfd­úÁV‡®V-Ò²RÎ(Ÿþ¨ Ž%ªè°¥æÞô#š²ºÖ©îó[9A;Åþ’Ó–í´§p±à›ÑgYâó’j9üÌÎ*Xy­ikòÛ`j—ÎIçÖÍ5,|”wÕ3?“ÅÙ–sÔ¯ÔÃÅ!O•3E{gòûש*¿ÓK|#(˜ï|8H ¬‚b£üU8uO„U=~¨Â[ôØñ^|ä‘»·õnñ­Ž½Ý~³´¯] ~$/滹G„æ®ÎΠ¯zeSFKU<øôÊN?¸½mj§ÎšëfæšYÛ$œÍ™£ v_-½[ÊBØ%³_àä—‰;_i͆™l£cSá{­å¡£ÿi{§ù•—WSL<\]ý"Æf–Q%wöšÍfÙ$,ÓÊÎæûÌHÚzÅÃ&(Õšyß`Ë~·ªAÒr½\ìîQ©7ÛWó† W´ædNYc|b×db•ää)Ó½ø¥w¹šc_<ЖP)¢Ý2¼DuتAMoç[ ·;Þxô.°úSŸ™¾øk Ýmžût8|Ò5ô3§ú.G²0kDiwëé²êé¨JiÓŠ.×^UßÔþÆ£O@¥T@ÛÆ¡éí®V•{²»ŠÏŸËÚîà0²+VHé΋’†oN; ï‰àåçT|ðâ&·ìýìêƒÇlv)ïK>æ¿ÆÝ#’|÷J¡q¹“xlì¦Ë{“ò֯˕1×wü¬ZÂÂêä§­Ë빌çP“ߣ‹¦É­ýkc?=Úæ¢­ÓùøŠÇÞá£_M•=ÌŽ|ÓUQùBÿ1lU¯¸öpBŸlùÕ3µM…Çw"ì²¹âúËÎ!¢»ŠùÉEHãÙµþÚFºG…Ïú©n8«k:¶?âˆßOEC³ÖÆË9oÛ·¸n´öS;eÀ"øâø.76¿m5u±÷#_OWWçî´ÔÞ&¥#¯¡ý¾#4é¡rB죉ô­EEÁB±{ ²Ån{·ív„ò¦#7äãÖ>ò¡UÓàLÉqÍмQ•óšY'ö³}ȧ•ŽQw´·¤ôÄÙ˜XÅùøé=~õô¦DÈ¡4çtëÊgj~ ±ÂÂÏùÛ[tt^Åæó&Å+LŒ‰HÈ4¿ ™“¹˜”QÜt*ÔLoâØ3´šä¹åï¹÷ííXZP^µfU˜eúÙ4ËþÛ§´]¢UÒQ¿r»Ü>O·ÉíÚyÍ£kÄ[–ؘ/IóÌäõ ÚÉÇ«?{~5?_NÎ$lhkÄ^Ù †ÙõºÕ¯=bÅ×µfw#]NØ›Ä_aSZ§“âìúøQ¬I’8)ó@Ú‡´ÊjjO}R¢TmÆ”TYžEE(Æäõ/×Ï.¥µß.šÁ'|ˆºjcѤY)Ȭúh‚Ú’–ŽV“„-¼4Hë"Hçw-!\CÚ©DRai2ŸvϱÙ}?K*ÞF:îEýlÝËuW|Æ>ΗgøéB:’—†ÂÁõ¦3óc&ƒ “š¨HR]%ŠM÷Â,¥lj¦D*ˆ¦¾i‘„y¥4ÉùÃzW¢Äº]ا‡¿¦›QŽ!f¢â¼DÏ—‹7ÙrV5ÈÌí¿æ¼ãÛÁÅj»OÃæ\úºãV››q“wñÒ¹²Í7)WÚ»Û Ë{Ö{EŒû夑«Z]éå}rÝ×ʶ;³Ï½Kxr>òÍ…ÔÓP.NZþ:ÜqN½õëɈU” ægÄù ö—ì¦ùËw…lTÍúó¬Ð&g‰–¾*Tl0xÒî²ãi¿Ææ[‰½iƒ4-Ρ‚ï±Í$’ü¬mëòޝ¹–¤ÌuÒìuI‰¡&2»7 Çz†çì}«ÜXb£\½>pù_½UàÍo÷ÞX:Êøù pùÙOWìR¢#“þré7Sî¯êÙ¯wKÊM¢þÃÝ÷•Ìþ~œ\«Ñx…—:FŠÛ—fß*n‰aà–si÷½ÁÅän£ï­¥©c³ÌÇËG2 ëEÒÊŒn÷v©TlЬý|Åp…"7㽆 ƒœm ·O¾YºÏ¬½ãÅ\Œk-yN:ŸƒYI‘û˜h>ÍFc6‹ºÏœe x­ð¯3>‘"seWóu- \øl ã óô6´Šæ>ùµñ4‹ ¹zÍ’vËzù Þ"óž\—»’ß>÷dÐN}ëó<½1ýý?ó£^Ýc/uö[~½&o¥ÂÙæ»-uS¢ŠCk0Wé&o“…aV}:kQA½&m#¾–úUMN©®d^ì¾ÂO\Ojx¿õ˜§.×—¿¿k8ÔøŠUì‹fR@†Òäï3VŸz8¿çþ<Ž[{¥=·Ÿ?eê7Þ—°gÊZ¼Ýw`—ùÖ{í±Û™8z‘ã³Ogލ¯”LÜÞ›ýåâÅ,N~¢Ã>òŒuA»èìu#Eƒq› ×?¹øÁÍ=rîÞåòôÒ?¿7­“¼$E”(ì31 i¯Zr¤]ÅÒcr.‡©÷é¬ßÓ®ê/t¡‡âvøÜ5:ø¿"÷,Õ£5뎬°Ðyd›ˆ\ºYñ)Ñ\îY{5sckû‡q_s¦M%Y2xZ‰‚{3¯^õ¬ÿûÝ…"›[¨÷Eœ|!^ÁQ}ûýøÌ`ÊÃi‡Õª©kØ]7‰,l櫈Œ*Nb?^r®8 ÌO»÷ãÛ#E½å/‘M'7»ž]–sy°[ÜÌFÁ~àµÈvåUÖ%é[˜í®­y¼NT!´À…´‘+zè°€®æ -§œŽ'òRÂCŸ‡Î·í·}%‰ÜVº÷ô³è¾F£l)a³7N&»÷Ó*jÆEµŽ{Rz…mG|Ú¯÷ôô| 3¹üÚ)²›-/rnOãòczæìß ñÆÆÏ«N ˜Æ<´Ú’èuåè–·á‹NÎ&Ͱø(Ò-ÌÞbHÞhWŽå¨;)Ý8sm½ôC33ß«t ÂSèQÁþ'(Ë{“kµ–ºöFff詯µr<Î[#5ÚL…û–œŠ§ßŸ>¢KõcÖ¡‰=³ÀÈ=ò.ôÚ®0nñ,I‡éñÚRkžÎ͸|²dÈɪÏ4]=üÈ+,3CÂsµqóìøÌÖiÙ¢ÁHÒãU[¬<‡ž[*+V„%M?­ª~XùæØ…·Á–~'¸}¦k³™Ã‰ ŸGSñãí/2šC|¼VV-è|*I\W_¢¶PÍ•7Wá‘å) ›±ócÐÖøÞÒ”ëÓ®sÅÓÚ¢ø3¯ÇuêžQ¿ÐÊ8WÑtIoœ{Êv¿ÅÁµì²³lon—‘Š¿kÜVwfªžÞÎ/ë´:ûj¸ÓŠú•åXä=ÎÐm™Iãs2}4e¿¶ÄJÀ*¹%Fâ¾èéùÁ„ØYÌB¦ì®­W;‰£÷O;ò™Œ/™(—žä%¬cï7:®}~Ì&W‡´wCâJ½ëÖ—Îwμ+Õ"w¨¿hio¾›¼KÏ»õ™iž•׾͠Š;.XøNݺæ~Bb^´ŸÏÖP9Μþ’«gž÷§°öì¿.ð}a®G¹É»TŽã¥>åŸ>jŽ×gLc£mEûîÙ^ù1¿Ó‘HGçŒSßW™P_Ø{vg@ÀŠÞ9žï×Tmضƒ6Ñ8ôVà’kàº)÷¬½óÖܲäËû©ŠXI$…¹ƒÂþ§#cæ³ÝM†JKUî,3é6èÅÂZÇRíNÉž³ç¹F}]€D:OÿÕȇçs}¹? rši=˜t¿g}%“úÛVåÅ|;Aymß7ܾݢõáƒwŽÁ´…︑žpõ`&ÂþVÛ8i7PFb÷J÷xùÂÉò1•µ^Gõ³èVþ•O&&½¾¼CÜì9ÏSîûÌÊWæšÄÜTŒg·HéWôé¼Ð³B²A'Á¬LE"íÙð…쯞:œËÉôÜ´‚z¥¸óñõÓ9§“ÃíÖ‡¯ïÎè°…lä$1ÍÀ¹äûC_Μžšf¤£–Xfò`’X|þE¬ß'¶À™£¯Æ^èÑßk×RÏ8V;¸­ÀE7RÙ&’cûÞéb:'Ýp3_ê¿,‡?ßôºó6êFžqÍsÍ+ì*hÿ»û-Ú*\–Ëá¼rÇÓ[aÚ]´_6y_Ud ט:<7™o<³Šð‘ñUf=Ÿü±ˆõ¡ÛŸ_12T[Û<- ¿âÀr«®æˆÊ2Å«·fùùä÷úe§½h¿n˜{%Ïó„P±ZjÚE÷*볺ýu\O´w\Õr­ºìA“YJÔm:Ñ^ª±ºd¯¥×¬Ž^tšyZÄÊ¿Ýûù]Ý%}Í¥×èb?}^ãV~šÙ²8#%Ž)úصžzÕe5;»ÂXÙSy—9{yÇóêB·É[]2 ôé=|}캸Î@ê«×QŸ?=®®§m¤Å~'ÿè³Ø.ÆÞl ­ lׄíÀGÎõ\Ngfª' V6¦xîuäš¹*ülpnK“¯ÒÁÉ—q陚k7{稯AÛÏñ°H[ÕgoHxÒ ¶”ÊWm·œ£‰î·“M v-ÊM;ü·¸X]¹²*ÃÄ]a+4ð 9my%`oRcƒÄ;­ý=_ð¥Û6Ÿœ¢³t%²²Ô<·§ò&n•=Þ*%æn²\§BÊî`·›Øé2Ufu«Ú÷ý KÕ«Û¥B3}Þ‡-uPü¶tÇ£=%ë^^ÌÝ®ÕèYÖϰ§+/5î¨ÍÈÙê„ò։ȎYçíý‚þþç^>hõ~u?ôåšTõ”¯É ÚwgÓ9,å6>¼³Ûiu{éËŽ|jUĽë3õÊ›RoØšr‰Öf£-(Û<Ø©le›!ˆÒú掎™‡z=s[Æûi|Ü¿ÂÓ¡_éǾ‹·¢Ÿs&ÍÈÄÀÊ5î|4ïÙÈͽÉ}w5åUìé¼°²p\­§¢•;ܦv(£3(N¥†ÍySB¾ÄÖºwQ¬]›+¢F».Ud®UeØv±ã¾Sl ¿ü)/Þ=|ú¯äårX,ÅNª§¨»röŒeÚÇ^U"[*V*©Ñ'åñW´‰¾vž“Óô<úÇ–¸l©õ e½«’fÖü¦®Pšaé[­Ö)Ÿó…2¨–jbƆµIÐ{8:ò^n0”cUû‡ö}‚KCæ›j¦ý&g”Ù7qs0Ÿöv4Å)?”ÑN;ò¼ËÃÝn…ý—s“%“N‡¿ÒìvÞ`SpdmÿZõ;ï½rs¿øÝkÏ^Wb{›WÍ.!/L(ÂS%¼íÖg¥ƒKˇ÷rJ\¾o ‹žÊŠ*êù>¸%*aY¯üÓÂ\sïõ¯ yú-’Ôi=[µ¾Þ¬aÏ~ f©käØ!NΖÛ¾rÇxåDš.Ý”³NÑ6rHðÎtìfרйy?ÄO €¼ªú¥¸ñ’Å9¦Ý òVäÌ]¢ì–°çîÎÀ"QñC1tüúÈêjË껯»w×<Ôýb¾FvôÊj‹’„ñ5>7™ý÷/½}¯(À¡¦Ø'v왆†hÑ8Rs£T&¡ðKË)áÄÆ-M¨»Š]äÃŽp1¾BYÛ"$„‹Ó9¶¼i¹~M=6>Ö6"Bð†õ4ºÂlòôÑÑ(O¶ØÌsy ñÉÁÕÚáÌÎsG Véygô” è ºÜÍFö›HÕâ½wí}ëÚ¢ÕÎò—–Bj"ßæŽÇ1Ròç‹T»†MGŠF…Ö 9­Òërø(QW½§ èFáÍt½- {÷s½RS÷ØöcC§~ڻ竗Xd¡W^Œ–Võ2^›õµ^™•26®ƒ9ûŒÓ°ƒírý‚ý‚|ôVžÔ©wé>+z±g…ûaÊ›~× ãëý‘´ÖIÔ7MfBźM¨ÄYu‹\Ð{wÌkŠÝèš&iŠo1ßè8Ãe(,õÓp¥F1é§!AAAý'¬¼Èô}x¾Ð?há—áüâé¿7üõöñ·uPýæüßë¹_‚ ‚ ‚ èϹ#úóù¿é_Ùý[×ýºãIõ›qáN(AAAÐÿ»;£ ¿þn”ô7.û‡v©þ›Ëà(AAAÜ!ý‡v@ÿÙGªóz‚ ‚ ‚ èÿ½ÑåúyîxBAAAÿЎ篨á{AAAAAAô§ôëÏýü¿YÌ-6ûS?.û1Þßú}/$Úß<Õ/D½8üõ Ì.^G³x›ߌúÝï} ‚ ‚ ‚þ¼;£¿þ—‹?v8ç:=GúÿëÅä¿]ü±“ù÷†p'‚ ‚ ‚þtÄ%%¥5ªÖ|;¯°ÒêÛð.ØÆWLTJÜ9ùšêçüÿ:ö-€§ M¿}¯ë<‰´‚r=¾LÿÕíWN–|;±aòÕ·áò_O†/&:}¿eWC¯éûiÊe?NÛY †à^˜ŸÃÒ÷ó$#éû¥?†ÿjŒ¿¹/Æ_®û]ÿÈý0ý·ý{÷Ï>¦ßŒûßgü®gú§ÿC1€èIßçúŸ¢ûoŸñxÿÿ™×Ïô/Þžñß||ÆâýÿGƒé?ü˜þ·ÿ×çO*óâ8K[úKËAË~êÇåÌ?EZ´xݲÅó?bþé6¤oó5X"Rƒñ¨Áõ”hÁéуqAL % eàërÐ ÐJÐ*Ѓ´´$ nµ´$’XLj1i,H¤Ú·ØŸR)-vth1•_:ü›Ô@G~J|îŽþ’Hó§´@Ú‹é€tJtl1}Èd´˜ÉOÿMf¿é$èÔb§éÌo²Zììo²Ùþ”Èþ§“Èù§\Ó¹ÅÈ „þ:ºº ººþS7@ /7Èä º òÝ^,º³Xè(Ì}÷A@‘ (Ð#P(”zJe€²A¹ g‹½-V*½U€ª{z¿X¨Ôúj}Z¬ÔXl4 š}̓è¨èIËA+A, õ .ÐfÐ6 h'H$OEGR©ô@¦ ++è<è*È ÝŃ’AY  W JÐ{ÐPh´ššŽ´$:Òœ@¨iI~ (ÐkÐh -iè0È äŠ•‚iiIú  P%ˆ…ކd b §!a / Ò FÒi&Ò…%Ô¤Ë˨IæÌÔ¤’UÔ$:6*’à*Ò.qI“lä(¾u„uaáûvدa~‰î§~¬'¬C½žá—ñ(Ñ.^ÎøÓ²¼c Ñ€ñh)Ó ôã8·´´ Ä ÆøÑj+hˆÄ îÄÚ ’KO}?xMàe™1R‘&ÀböuĆr:ÕÌe-}…¹Ï^ø¯uþϯ™ö§¨£ÿåõÑ-ŽO³xÊXôàÝ·? à¶K@K¿=_ð|iÀr™l_R“DAêàyÙ‚òÀíUð+d9ÍÔ€vš•^ZCýêJ¹XñÆò˾o÷r¯Žk;KÏŸz¾C œ?×ûýrN ý‚íýÅËÏö}¿|Èüú¥¢g‹—nTàÑiAüU)â$vÊv/ÏßÙÊdûiJ3ÿ4îºÅ5$e럴vqÜu¿<e\^ðð›A›@A@< nˆÄb­­±Ö‚XAk@, Õ 0K“V‚V€À,NZ³;i)Ìú$&#ˆD¢Ñ‚h@Ô ªÅI»ÞµyeWc gA8=†(Nƒáè+§ìŽ€á§ÇÁð h 4 } ƒ†@ƒTߧߨÔ êõ€ºA .Ð'P¨ôôÔ jµ€šAM Few§ ߃êAµ :Ð;P5¨ôTªU€ÊAo@e ReŒ²÷DÙ“¢Ì5/AE BÐ Ð3ÐsP(” Ê倲AY LPè)(”J¥€’AO@I DP(Š==Å€¢@Ñ HPèè>è!( Ý݃î€B@A @Pè6Èäº ºòy(ËOÈttt tttt‰2€Îƒ.€.R¦3eºSæÊ|AyÿAç@î 7+Èär¡|VAv =Èd: ²Y,Ag(÷¦¥šƒNƒNN‚NP–Y ã c Èd2éƒ AÇ@z .H¤: Ri€Ž€4íý Ãà´*H ¤B™Fà²FP:Hœ?D™fàôAÊü†~ 8¯Hy‚./n…\mݽ^\Wï¢úvˆëÛ:ü9å¸e{ãûá2°íÿ}+†Š²Ü[<º¶´uq}NY郎 Àðøâ.Õâô ]<½á÷¿•‰ŠŠššŠ††š––ŽŽžœ¥¢_i¨hÁ–Ž\ÈøÿÉ‘]* jjjÊë§¢¥¯ŸršŠŠŽê;zª? ¥ú›~\EýëÔ=¤ÿ«Ë©¿GùKÍðíù€ ôí/õÏ(çhOÓ,Æð}H^5 #Í"úZð•üa¤|¥¥e¢¥`øöLl:&:º%ttŒà/ýú¥LôLK—-Yμœyͪ%ŠÚKvf”~_»*|×vŠ—þÍÍòýHÏ­ŸgƒµÛ’¢¢«²ÖÀo&@ôÿ¹¹«ð=€ ‚~ã| ‚ ‚ ‚ ‚ è?‹ uƒ 5üAAAAAAAAAAAô§0 «AAJŒðg¸ ‚ ‚ ‚  ܳ„ ‚ èÿ(:¸5AAAAAAAÐ؉ÿ±ïCNßO† èß@ÿÕAAÐÿF3p ‚ ‚ ‰ÙDG“FŸS×NQÇðâ YöÉÅ] :4’\U.æù¯S;†]^=ÓÖ—Ú}%⮵,lhE³ÓCCÃãÖ×Õe:EäÈ?’#Ì̧¾ÍNN?©ü«|è ß+m3[S£¦…H6¹—µã×nÉ »V<ÌE 9"CÚ²Ÿ‡žvKvYO31œœz’3l¥*¤# µûTXhÄ—–.îU)u®T¢é›¬ORÁRµ_ó2­7××õÝ©×ÊdÛëø,çÈôd.#lnǶWWU¦Qñ›¤‹⼜Õf! ÀKa#U¦•# -xJ:˜FŽÖÌêvÕj{~«ïíÇOÙ¤‚iî;#Gö÷)MðŽ;ÇþØölÛ‚Ùäþ\ÿrÙ9óï„ÖÝ!õï„ÿfüþ½õÿKûß»÷7BðÿËýÿ‹üÿEÿÁ-ãžÂ¶,Ýë^ƒÿ’K1õtfék«=‹gg–Â{VqMîçšÏBNÒ3 *Kݶü¿“ßæ(ñNœçRÕ×(¯žšQU‡UOá,M³wÍ@Aþ÷ŠUþúÍ‘ÃÊÙ¿,ñçË«ÚÌ賂éX§›+Ÿeœ,'û ÝêÃvÑL›Ö‡5,[¥•–9k®Ýh‡¼î®Ö°å_0)ÿ$úÆÃÑþ±õ\››ïdGziiE…·8à¬näÓTÂ_Oß©ÁÜ'ޑЕ01râHGmLP´‘„—átNÉ .­ ݃/Og迲֙.^ébX’x°ÍÐ:Õ“W.>ÙÇìÙâÄø}õÉ/D}Þ½—ɧén}…îiŠæÏ/³m{™–¡·#k,}Ý«rh†‰ùKgL?gVQ™}]Þ‹ã4ÝjŠ y—þË·©Wakõçû)u0{ô¤2ïFWñÐ>f:ßmyɤŒLdWÜ·¬~užžê›ŸKXIÃmîigi{lù}NpÞÞÞ^–ÖLY×äR÷mmïÜ¡§™æacºòv ³'^1ˆG‘Qq&ÆPBâϤÐtÇfe†'—~úZpÇ48XIS½üÝØã–¢íf>_{ýv•§ ž×ã·haH|•ê^ÞOóMµÙBM#ñÒÇ™‚[¯CL2h ͨé‚ãuÇÞ²·2ÇÙû6‘£‚¾~WQzðŽŸrÞR¦A‘É; ¦üç­Äó d7?Ä_Z°Þ2ÉUtÉ.Ôg~sõçhQ­â É‘‡FÏÀ­±áWÑo¥‹¿Vìܾ•U6ïöÙ²Z.‰¿J»å²!<6Ñ´»&ö!/vß0Èwq½éJ Ì3j¸êI˜êO­=y"iS.°äêXü‚ìh]Ò$ŸA²Ä­´,ã¼ÅDÓ´aæë e.`çúåǼßé½|Òh»×¼†§Û7ÕéŽý¬ãœZûÂ^Þ‡y­²¯h<¥ùI'6ÕíìÖ!l±îËS|ÌJÌ«J™àSE'— Kl¦zk¦Ù– Ó×úƒ ¥¯ï[õZž·“oMF•j7|&r…6·ëÅ•orÈk}Ú±`ìã]±ç~²&LšíXìMhh€úÖÎ']îb´>1+l;¸·*¯õldú¨Ltêéeçþ¶H³·åÚJ‚~<¡6Ðo5 x±Õ‘½#¶VÂí[3Øûs£~»²s°o²¤p{¯’çw—kÃ5ß®:Èη<Ï:¬T’ùÀ«q±ü³ÍϹäüw»Ã½–†‘˜¾€KZJŽ«éx’O´gYÊ…Á¥!Öì©’“jñçhÄV¬ß‡K˜zo}×ëbåm¬˜ïYõssX|Ø+boæQ/^We*n¯;±ØmýfU§ût»Q_ñV@­!óZóöÈŠˆ–™ÛõÓ—ŸïsÙ4|$Ó°øQ7HÂJop¾"·:Ýáò12+y2eFô¼ƒù Ÿ OÁV¨ ßèç©‚3ì9³ ‹ßw·Í,iÿÙ­lÔ“ñãÂͬ÷Ÿ&ÛjbY= U50KjnüЊõ ûUèa¨½‘£ïÄu0_ÍÇî ïÂ’é5/§Ë~Wm"Ã=W·ëøHnZ²'of-îÝmôâ^Ñì‹¢áÅýK<_û]¦I'&ÏÊÕßAÏ}¦<ÍTúRõ =Wª4 {ó}Þiq÷²mžnl?|È«Ôs[VPfñ¼àåÑ$˜)úÜ»§u()—ê[÷Z‰ô9ó½kf÷±>ƒúuíBÓ0Oƒ£?g*të3¿¸¶ëW·CÂÁ¾ ß.«Ma'Xô¾øÔÄ(½9phL¬bªý SÌ'îçËŸÉh;‰—ÈÝ—%®>z§ÀúÄWÂý‡ã„`±í¬çÈ|Ÿ®°¨òìZúó­Ìñ]2wægöUŒÕ,ù®¶_–xáh–í½ð6DOs=·g)pYòù†ó—qzÖ^Ã¥i#ˆÕÈ×1À†eò„õp®p+ÎëÞYؤf³WÏpÍx®pªÜ­³úxéêpfêºËF}œÇ@¿`ê̲¯‡§Šó|´5ß…òÕÁ—6Þ¿.ô=,¨Š†èœÃ¦XÊ.¯Uÿô9ô³àsFŸW{,cÿ„È\¾™=V<=„_à[ø2–âí¤¼ñzX48P‚AÐÙ±û'¿‘ß®+@Õ ®“'ëƒvrQóáêefžZQŒüß“‹r¨[¸òçŒÂâ/—ñÏ|§ãKæ Ìè»né¨2Ö›X™ºèóèË7â0«Ò¯^Öy³']AŅ܆S¦Se’©œÞºÚÎ>³É»¬*‚ù ^6UgºôOaÝ‘ýŠë•A˳¬bÅΦÍo'“2<Šz;€*Öâ¹,+ÓèåšÂõL:Ao¡EÓ˜Cja§³y¸Ý»ÐOjÆaMÊŸ û?_Þ:vÍtèf#Ñ»â+Þg/˪(ì>‚.eÑá¬ÅÞÜí[þX_x:Úa£Ö€ÅUà [xî2Y®c °ao8¾<¸ÜõÓä{ÕHÍ^!‹ù“Vþº¶­S ­ù ùXÒW®IŠºuç 'LjkÒ{MÅ/û”΄ð-3çHØÕ½ˆu­päö ‡7ÖÒ÷ÇòÏØ&ÚÛGÌ"½‘¬‘ nÉ7:û—¾Òk¡ln§$N {¸Ô ¾LúÝ«—;tþ®Äf\}Œš¶-§+~åsÿøü×iÐþ£©ˆ’jÇ&ñ´Rdà„¿˜f=_h¿Ÿ¾Ü6¡'¡åcé$Kî/uÑØ)Þ «¡É´YIϪ/ç·—Z»‹,.}zø‹%qûdMÓxçx×Íý¬/<Öדk‹/4_àÈÐ3ËÙÜÐPXWvwñß3æþX¾nÏÚšJ²ö¦[]^ý•åb-¾Ø–´=qïL\(DZ>ÉÔ¬X%6qñ4›ÿZßù½ÛY·Aãi¦Ö¥KL>Ë£òÉñO„c÷|úècÞüº+~»O®Çç.—GŸ$»mg®ÆN.Í2ŠÏÒv¯…K\^\p«ŒpÓì²›{ØË*”ýаšK c)*´Úo³\Ç|ßñç~ÓZ¦°Î‹Ã¯îØÝbnZYÏ?î´ä„­p¨†I¬Ô[2öøL~™ H—˜¸·R] ˜k8ý8ê¬VÓŒñïG£¬Éþ³ÁöƒwffÄ®ˆm~ÿ6'¾4à15ªí’4ä÷XìИÉÖ`÷8œ4u•[Èi¾°sÊsø-%l²9»šî:ý)ßHÒû÷¤뀣ë*‹ÿý¯¢Z,¬[eÊã/Öb=ìsL[œôf¼gÃnoug­½©|¥zèI±…œ“VàPeýbq§—üo©Ö9òf¦ÚŸd0c w8°ÈånÖ³¡6ývŽ9óÍÝhàìZ‘õ7üBxû¨^•iØiýÁÙ‚µ~ÿXï±­Ž´ìäIÁ¨÷CÑŸµÚoÞb=ž SÈkhÐkòºË£Ý¯6Ó³Ðæcɇ͕±á¦kOŠ-”½z]ýÚ×Þ3×z÷öhÙ”ž_JÄèÑöOŠ<ìÍœžHuòýy~ßn5yXüšM}ÉËÕDl AìMÚý±Œ‡Z3¦êD;—;ý¸[w¶ð¥$OŠ«ÇGÞ\Å’!×ß«Ò|Ó\æåVåmÆlkOçÆ,fõخּò?ÌÈZyíAUTï'ÓWûIVº87‹ò6ôWNNµ·èÐlUœ>8©Õ©t™%â(}û‡,·åªÌrΜ'4©;¤Bi4h_ÊœÛî±ÿyN9öR>uGʱ?Bõ½„©;lW4ÝÜÖ9o eÞtYaâ|áSÀ—Õ0¹®$dY;ÉiM?å츮˜aîäùÀ¥ ~çõuDÓÁ{páÀ‰åÁ¾QÚÂ93¾Ó—ddÒÆmš"-NÆmt&-|2Îþ=s8¶ÿÕi*¿*+¿Ê½³_ØÈ"7°QP7‰îrÑrc9}¶rÓŒU’UæG‚‘B!é'àa$HÉwš‡:»›÷+—(Õër·x¹x—W7/$!¿S†Uø+s.ÌQ³å<Ë›eµÑ3/T‡k^«Û}v*u(¥;`žÿ+óHN¯§ÄR™^ô¾(ô£ ©HE{ˆyXÊÊ€%3z-ÝÜkK_”…§q ì¹ÄSYáÀê/ªû]¤B¾š_<6Ð`Y·ùúâ´ÚŸÎé/QG&ó-³4E.ZØóúf:œœ¾7$B?ÜíðjÁm™®I86M½íZV[R+K [çxq¹Ø¬Oñb˹Ìö‡V½¡_¤‚¸3+yÂ}K-«x¢ùõ2Fã5=gÄ;­f¿x¹˜‹f¹)¯”N®‹ËtX&O¼ ›äË·Ë^œÖJ1’÷Òå]Ñ™éËÊðý”a-˜Öð¢\Å^ÂZÐN«õš—ÔKó¢mô@‹cÏÙ†òq=I…Ñ…-ÕR'KöLé|~å²Wâñ‹þ–ÎÚõ"9•á¾ê%E†0c4§ê‰Ñß'8%¾ÈN%R]jÊ>wo_Ÿ9²rh¸ôá‡Ëùü ‹"¡ç$S£zŽŽÜ?Ê>¥ºpøºÑ¤nd¥=ÏíQ»àw¶ý-,qŠ}÷™ã×â+V‚- ¸ýZÚiÊ5|ûƒa~ûs2ÂRZ¯åK§[¬®µ—HO»5…†Å¶l¶(—:V¬'8ºŸ(ÄsY%FÅæHdh¨{ô<ôüò!_Û£©)ž܉ø–ÚÕðÅËæîä¤ÓíjSƒµtîVÑØÐÙ{½Õ6nIb7g.ܵWo}H;‘SÙ²dž£ßéÈgR¨Ô9²¾ÿÁ½™vÉó‹Ç*2µÆž=È.{9qÊIÓ«äÔ«rs“S–á§U}B¸Kú»Ùo湪Í>˜JXhnô8U8>º¿|N¥oWßýª{ ¬O„\š:S_(ìbjœž_}îìªU]ýaC1 Æ%ôÙÆîªYeüV·o5â’¡ÎÞf“ó·TqêþžæCZ済•;—¦=Áh¹ûzƒÑlD·£u®Öð´@ކ}‘fryÿÕgóœïMò ñ¶jªû^mÊœÎð1 Õ£ú.ð[{&ÞÔ3\¾›•Ä7Ú~üR#cm ­I¡k…‰×ª^뺖¼ÿꬃÛX*î:oXed„hZÔFçÍHWo·öŸ—Ì3íÑÛDm+¢§O1ÖÇé6eÙF>d‘ZT%lLšÍÖôuï$ý’\’3»ã­˜çôX÷ÛeÍ<·Î³ôKmvìº8½iš–ì¨üÑP·=yÃÆÆ­Áz^ÝcX”}Tw!oÎrÈ£†q..;Å„Œ¸Uñƒ;;D(±|ÓHÐÀ»îëzÅòë¹Ô$úµ!ÍÙIÿ¾¼VÛé3Hû€²¨Sí»÷n‘!ý»¬Ê7#öÞ|þõ\ 5£b^çmƒ¬ë¬tvÖÞ÷8±ÚY_ê^Ð3+ëu¶24õÛÞ»žWÏ8û)3zF±É‹é·g+˨Òo äþ=ìѨï½Çþ¯°÷¯¸¨# Uûµ"Ñ»ýÕ8Ýí$µ¿Ø¼f=#«¡û-)û<Λ)ÇŠ˜ŸlT‰s¼ËU'çë{`.QþÛµæ7æ}ë—Žšh¼ð„‹s)§fú)ñ<åd°Wùø^KÖþÙzO¾™»*çü!øâYþpX(òQÝGED¸÷Kì‘§örèûÜñRm}ž=òSú¬ñ`ð±ªä ùª!ž‘Si<7ž!WòE„Þ D„<îBGBGžÿvõ†Ã‘áè1Ñ7m‡”/ÓWѾ 5‹o´æ×µy^]íú 0»ç‡_Töžš´š;©|»ë„ÝH¿ÅUW_ÇœÙ>´OÁsÖ\õF¾’ªø«Œ‘S ÒÁG–v¬0~`¶¦ìË[Ãýyþ-×+ºôò¬v¦`ã'rs~Çz‚ÏÙäsÂAOÓq¼Ê»ÚájbVÌä™Ù\ƒÌÝWJa²íÆþ$}IÛÑ.as‰ÔkóԭܧƒÇØ¢yûK‹îæ7xpu9³Yxù‘Q¨Vz«l[™êëÔ÷qêBòÕ;Øg÷)ÌZt)j]ù¢¢rE… ÚýÚžLi kù1a¬#øIE󢯴S W¾ŠNÑÊ’@zH%Q}TKó„–†‚ˆŠ¶ZRƒúÑΞÁÏÔ—|—º•]Ïgë«ýòQâWkžÌ>(¾dg7w5•GöùûÚ[zŸ;Ì^gãd–ùúþ)‹øË’–ÛÚVW夳µCŽ»Q î/Ð*ƒÁÔÔsȬr†Seb&:ÎË?Z#éN8«k²ù`ãÉÛ¼´ÇIÕ0èæÉÔ)Ô5†_£ÔÙ{¿B»ä(c¥_ óòò¿v}9:.¨>›1!Þ€™µ÷TÝ¿âÁ(îå>¹Dñ¹:;WÎXš•¡EZ@°ÖëO…"ïä9æ[6½U ÎHåå}Ç9ا¡ñ1µ‚-+]jiOH¬÷ýö 1(«°¦çQ´±Ö’ö-cÏ_v%6ׯƒƒ^yáZ-ªÍ1æùOòÌ'Ÿ=RwJ’Ï÷ žr”ðuY¾¤^Þ;\°oŸ•ɾ<ß"6ßð+l:ëÀÖ‰Š Ã˜™ ñ7Ä UºÖ4[>Q©‚§úî2ºÐ„#¹‚‚ñ7²8­ê:4Jr_§¤f ÒÝÊû–×ô^Q± 'QÁjAVîmb¼Lré½’º¶—ø 9xïÐ6Ÿ­^6î¢ ×û³ômÈÚ?§×BÃkê§Bs*ž¸ºæáqš+²ÛþÜDbòÄ~\Û ·ù{‘¦æ"Í}?Ú·§>œB~Ü­Üý_„;iüT¤n3½*ªH^ލÊêÙF#2R+Óc.²eպ—ÑèÓ3±Ê—±)›'|¹bV Mu¢·ë^ýoüW±ÈSÍgìÄô”¾ôh—ØÆMÜ7âòß’‹-6· b6ãàß—˜‚\ züköoÔŸgzú—ÒÖÍúNLùÛqT€åò¾³ “gKe‘Ÿÿí¿t¿›ž¯¿ó¯e-ýαÙ¹ý/oÖÁO±öÊý¿ÆýK°¹&ÈYy³öÚöýòÈËeµ¥`æ™.õAC_æÒþ’ š¾äÝ,vbƒäé½nV:þjªVü„ó¼Æ=2òêõŸÈ7òÌKhÿ‰ê–aÙÕ~›y ëÙÃ6¾ýÒÆƒCï7’ÛÝ7D+˜ÉʰhóWl?k@oÚñ“¹>ã[¦…÷ïµ€¾z¬BӴ҉êòn˜6ÓN_ãi‹$–‡¯=­|Ó"ÑhÜ|;ƒä[µÉX™Óƒ«Ù_ÞùîRÈýð.¿;ÿëLÈ¡”qMí7Íã’òÌsÏeÊÛõGœn5:ço¸5{Bg§%?·Vº>G)]çч³™{híÐ"håôÁ³º¾Þô¤6it$_^6@-Rß÷Ò„ xô„,´&¦çÞ­¸é{³œ)膨ï¥Ç±Œ‚'2®¯X ¶xJߺjr!jj0õÒ^¦ñ;îé%‹æ”g^/ùAÅÌœ>“g¤Ý×,+ù× ¥êé´¡sU o o.n Q×åòëÞßþù‘KÒ¨Cñ©•’64ŠMlÞ§4(oN-o”î/X.iùµ3úNÚå’_ÿö»"•)ƒ†¶‡´¼¡£šÏ DëÇëÔ‰(W?:óE7?)Z}ÏõÜ“'«5ê²»£ Ó\å·×¹Ž¨ës© «GZ¬ºL„Ã̶&1(FÜËÌÔígSÜÅ­À›œ®^eŸo—FIéŸÍ<Ò¹ŠÌwûxtçG©g®eM4‚ËÑwfùuìºëôÀò½ã•”U˜ì ¦ ×'±Kþ{ìlíÎj¤>þÞQŸ{œ0ž‘þݤ»ÝKôhÊ‹‘GìË”>2E.X,ùq;)ínYš|”m= ë.΃âGï}ØmÆïíôAc'{“þ9]eQÃÆ|E¦ýí~â5‰ó̾Ư#»ž_;¡úâF½GÈrà3 ñIS}.!ÍÈçÊ–Rž–6åET€OwY깬 gkíŠIècžßg¿6¾½»¡‘CNìÎ^a&ÚÅßçÿÃ]¤õ';-Ì>h1QIê .Ù5>•'õáš‚‰‰²´ˆ¢®ÃõýǺmT…ß`¹\ZSý½Á©"§Y×î£-ìÍÀàÈ¢¤¦å3Î6»ØJ\ã(ßÎýÕŒvŠ1ã²bžª&»<¾ûSîÜ™nºvÓ¥Ÿôõó VæŸê;̵û^;”ñ4iÕñe§˜yƒC›ÉmIç³YÜ•lb•Í!y±Ñç¾÷&ùçGr‹?6\)9ñAUÐ|tñÖ &XÈëøù¼s™Ìi n¥/’^FUk¨1^­‰ø)+ûÌ\ý}½Ü\öÕìë{MíÙ-<ô¹RÞß·-áʧ¿¥ú »ûˆÖðÏ»ŸÍ\ÜýeŽÁêÎ࡜œ”Àp§ûZ*ƒ]¬[÷Tª Zb¶µPíÕ¡Ó¡óþfSÈLZ椑õ%bói-[fTØ3“Íf´HIþÍ'Íxþ€¹ÃÌ [µ2úµµæ6'ŠèDzÁ¼FŽGÂÕS*/T§3gØ,+Ê]v ÄÏùΙyR×®*V³é†Þþ¶±ÛÏ~™è Û,|>ä_ÂçŸ;"²¯Æþcw;³ûç”y'®TÁ:õ=E“<Ý_F4>qøÙ¿–hØ–Ï™9\ív™®e¾õ”ÒaSëLøi£wį€ZÕƒ¾íXѹ=Õ'÷Ùešì=W[,æW+åÖ˦ղòõZßùÌ~Zéø‡ï™Zž}]\›ÎyµjwL!÷8}˜óùê¾­ó ‰5YŒ÷k]kBëƒÕÇ¿Qªoøàqîáyç'JxòÅ]4¶’²úÄwIî¨em>û!üøëSüRÑ•N4gO'ÍÜåÒT}¯æP:ÆôFR„wæç 0pÓú£°Ç3Ù¨‚ŸüÒÝú%|"¼ÆC.Û™÷Ú|]e’W4¨n·çºžÃÅ5Îk=0FŒ}Ûiˆ|rH¥/OظÞ}P[Ë„ño$ÝÀà]óÃ0.£äWì™~è=ö/±…g«®g­ÑÈìÜZÚ}&S?­Á«TÙAЇ4ÃD_b;wó®xÞãšž|ãI÷Õo7×´Õ76ö|ô»±]‚ÕñB‚Ê€ïD̾Gé»næÏinû§ëlO5ÛÚÃ2×_1d,¶[½’®—ÛZ°±æôÃ|wiqg‘ѱÙ¿˜¢B!ßc½×½î¯]X¯Ž‹ðÈz}”ÝÂw湜LcLÖjA OË«¦ÏÚà—^óîà,«í%‡b}ÎÜ~—´Ó{ð}aïtd€ß‘æ-µ™§:k·Z’N—o4Rž\â…W¾‡Ïyu57:ýãªkͪz\"Gw‘6¬i¦ öïÙhìµYV¬ošÞ>©ƘRRl}ÿü ˜H:’j0Ðav\AKëʯSjÓ÷Ô§«CÝvð×—š–¿ž-Ôì[Ëãp 7JY±=YkÁe‘Ý—,ô’‹æÝíŒÔÃŇxŒ…œû±!nŸ{/¹Ûs.î[j]f÷±L}ÙmÏúNÛªLƒæÆ™Ì#Z„% ¯µÕiñÐ,)¿ïëì˲¯jù÷¿5j”>BpýÍAe.ƒ¦+A¸Û¥MþIé€ Ñ!Ì¥“µ‡»­½›Ì91v“àú{0×ú«J[.Óýº€¦ßU; W½æª¥£¬ÑúûNš{¹_›ÂtiÁO®„†ß`ý»¦ùÌÅËô;2 ¢ƒÂöát+nÅ76-YÄÝ‘›ÛªOÐÐHmÜæ yœ¼Ybïf8“QW'ÿü€1ߨ.׸WLÿB®Í#qW[Vœ–ࢡv½+/=!˜“¹{u+ûkSgSçn= ¿ç³ £r+³úÍà>š—Ûæ¾½Û¸Èò›ÙX-nÙ-Ê-¢ýÛ.í¯—ùÛÃ_ïö÷Ûßjô¿Šk³¸¥Îû²Ò…æÍé1/CÞ‹‹Ì;ÎüEbô˧>¼w0½ÍRk(ƒömR?ç‘7KË~¿Ú<\¸l™¿l›ùh¢Ú­ë³±’ì;ÊW÷Û3NŠày{™G<< ZþãÊÛhh®Ÿùå#<Ù²r·Œyï;£FÚ#ZŒ/2¬–>ÎŽµaˆ=ügtægMÅ–}Vw3ïû{ÓHÑêÊêž´BŒ#ã–}þÑÿêŸl.³{ÞkíŠTS.ÔnŸ¾XiG§™ g•ÀtéÆjÍNÍØã@ÚÅáo/¹ýžI$Ë Zßq©¢Œòž“mq7M}Û{ž&­8æ3žVM¹Í[™WÆdqärAPŒúÈŽ_çü1™=±*+w7Ö* ÖŽúˆù*™í§±“ù{7\ÌvdÇžKhÈ{(½èé÷ûG¯w•oÝÁHáŸ}/£æsò9¦+ÄÕ|[±yK¦šezÁ8?¨HâÏ 81ÊqKõ3ê}Ñz×Á<Žfr#2ÒZ|kA¬-wå^$°‡1¬¨Ûâ°”þÑ¿ûs̽ ¸{|>¶º*¶€-Æ›¡%u|âUJqUI¡CG`…e¡ËètÅŸô†–‹ö.ž½ù:ç§ýj¬Ö¼Ÿm‰þ 1 §}=G˃£ñPÖJó@ýÎÜͱ®¬²aZ^¤Vrýà‚=݇½b^÷EwO‹ÅôÐ ´¶0¦ñQ\UI–ý'=FL\ÚÞ-ø…wdLØY¡@U4[h¼PΦ¨Ç2Ùiióñ‚pPœò¾ÀF–fކŸõ‡ßÕv¹8¶mfÉ4‘›£6ÞZ]­±NÐZöþ 8àt>ø˜Þ×ù¨ýDXßWÉ­ÓÊ: F Í­]wôCwf×KNt©v>k¬ò<ô¨Þr³âþk>Ë;Ï~~ܳ»ÅÒª .!µ£‹ êhU’? C»PP1\’÷~ÐË(CË}ðÔ(ææAnÍ–SO4'_Ëh8?¾mk´o©ë1ÎI|¶ÓŽ|ÛBG¶ß~Üâä°VP}‚ó’ÿ÷¶XGu?¾3õÇÏã.-ž?–ÄØÿáˆ÷|î…ËØô?ú8¢Ÿ¸¾~Ø@ÎWîª cÃÐe“–*—å ”X/,`ü.±@X jLå^·ø”øóÛ›¯t§uE?„< ë»YH…7ÍŒ!Õ)0Î÷ûødpÍ`·ýûÆÜ†ˆˆˆN߯ø:®Ìô)¥)÷Ïý'}.° ‹°ýÖ©´¢kOºwÈÕ:úGnÕ›ö½KI¹Y*ˆÆ–µ·&éÏf`—{Ý/ÎK}û\!6ø»1‰9^BçÈ1:VúÉü´Ž±¹>Û+œóoSçNï/Rkôººd=õ‰™á´ƒÙZ˲îÑùîßkÑna§×0Þ·Óì=²·§t…?¤ÙåQª'Ïû—*ót­f¥µè,9“ñ¦;âÏN©á°Ï@c’Ïè—åž.›>¹žË!ìN(z´ÐÐMÁƒ¾J×/ò±9z#«»K¨Míækß÷ùÖ½Wvš»Íû”t+ú^Êe˼ ~¿_DÀ.ßð F£ˆÍíQÇõ ‡”-Ú¿NîÞ¯ÌÝ2(Ò]ð5f¿Ìߢ{«úŠh™[C Ë Z·oýäîë#å¹i÷¬æž´d4ô/% ­;^šä qý×ïÿñeô‡ã¹Ê9—?¹w©¿XÏg2—8ûêù5‡S–ƒuȯּWŽÆGkrçrIk£Ó‚wÕéwTÖŸŸM³°.äöÜX6¿`í÷zÁåÛÅE7ÎF_»IÙž]üe8‹¶Ï=÷еpN’Øž$œÏžx¡*©ðÏ“Î{ SûcZòje³Šw ‡ÃóvÊ·Ò;žË¨ºÐÑ–xbä|câüÜXtRa÷µÇ¡"zzàôêšKÕ$R–-œõ8ö£ê¨ã«J¥““'¹”Ÿõ++û5XrªÖú›¢MFy O¼¯|ì@ÐOÙÛûfÿqÊ©ír²õõÏÀÐiéÊn¦Ýœ ÒöÉÇ É‹q.‹š<YðÞ³ZX£ÿI3C§q×õ›\B‡Dp÷Ôfæ¾gBÚl|=ðS Ëuý» ÿ"û ^F•Á™„¹§/#ƒ¹*ݶ|4Ø÷Ôm JX{áSÄë{m8¬š_ðŽiòNÎ0Š‹ËãX‹yË‹øO£×Z_iþ29®¥¤ ëu=fZ›)ø¾5àé¡›ûŸEU‡ÚµÖ¤.¼UQá¯^ôh%ëÄ2ª~õ=âÍìfïñt“·Ix5+Àq™§øb¼oM>û'¾>WNMOµŽç&-W=/?¾7ŸèKŸZäZ.•žÝÑ¢{ÈqCI÷¨–ÉÔX-ïÐápd”Þ=x)W- ÿšwâdu¨ÂpÇPsž0E¾¿yÇëdI×»|-κܱ>S=JÕsÓ<'y«ŽjØ}êh¹^NV=Í×bïºqóôG…eêâ?7:«þc¿ýªüÊ“ÕÔZ°Y1´û5‰Y9O—JämyÝ”˜äžäþ÷Ý_nY£Óiô ?4vØíî_'6‘ÃÄdÂË,Ú§†kÑ£†ÛOhV;yF=7i­qÙÙÛµœùŸçÿÿÁðüÿÁðüÿÁðÿ´+ÿºn+¦û[iˇØÐÛÀN`°ØìöûÀAàp8ŽtÀqàp N #À0§€8œÎç6€¸pK'Àp</p¸\®|Àu€!@D1@$)à Ün2€,p¸Èò€pP”eà ¨j€: hZ€6 èz€>`FÀ}à` <&ÀcÀ0Ì ÀxXÖ€ ` Øö€à8΀ à ¸î€à xÞ€ 0€(€8@$@¾€àÀS B€g@(„Ïà DÑ@  ¼â€W@<$I@2¼R4 È2,à ä¹@…@P ”¥@PT•À[àð¨ª@ P |>u@=ðh& ø´­@ÐtÀW  èz€^ è€oÀw`~ÃÀ0 ŒãÀ0 LÓÀ 0 üæ€y`ø,KÀ2ðXV5`Ø6-€ÜÒ‚ÛÁàNp¸Üî÷ûÁàAðx<tàqðx¤O #È2ƒ§A<žÏçA6¼r€ÁK 'Èrƒ< /x¼^¯|àuA!PEA1P”%A)ð( Þo2 ,x¼Êò xT•@e𨪂j :¨j‚Z 6¨ê‚z >h‚Fà}ðh >&àcÐ4ÍA Ð|ZÖ  h Úö è:Π è ºî è zÞ € 0ˆ€(ˆ8H€$H¾ è€àS0 CÀg`(†ƒÏÁð FÑ`  ¾ãÀW`<˜&‚I`2˜¾SÁ40Ì3Á,ð ˜ æ€¹`˜€…`X –€¥`XV€•à[ðø¬«Á` X ~?u`=ølÁ&°ü¶€­`Øv€àW° ì{À^°ìÀoàwp€Ãà8 Žãà8 NÓà 8 þçÀypü.‚Kà2ø\WÁ5pÜ7Á-ÚÑBÛ¡ÐNh´Úí…öAû¡ÐAèt:…ŽAtÐqèt¢‡NA #Ä1C§!ˆ:…ÎAç!6ˆºq@¡K'ÄqC</tº]…®A|Ðuˆ€!!HD!1H’€$!)è$ Ý„nA2,tºÉAòtR„” e褩Bj:¤iBZ6¤éBz>dBFÐ}èd =„A&ÐcÈ2ƒÌ! ÈzYAÖ d ÙAöä9AÎ ä ¹Aîä yAÞ@ A0„@(„A8D@$DA¾ä@ÐS( †B gP(…CÏ¡è EAÑP  ½„â WP<”%BIP2”½†R¡4(Ê€2¡,è ” å@¹P”@…PT •@¥PTU@•Ð[èôª‚ª¡P T }„>AuP=ôj€¡&¨úµ@­PÔu@ÐW¨ ê†z ^¨ê‡ oÐwh‚~@ÃÐ4 AãÐ4 MAÓÐ 4 ý„æ yhú-BKÐ2ôZV¡5hÚ€6¡-ˆÞÓÂÛáðNx¼Þï…÷ÁûáðAø|>…Átðqø|¦‡OÁ 0#Ì3ça˜>Ÿ…ÏÁça6˜¾sÀáK0'ÌsÃ<0/|¾_…¯Á|ðu˜€a!XEa1X–€%a)ø, ß„oÁ2°,|¾ËÁò°|V„•`eø¬«Âj°:¬kÂZ°6¬ëÂz°>lÂFð}øl ?„Á&ðcØ6ƒÍa Ø~[ÁÖ° l ÛÁö°ì;Áΰ ì »Áî°ì {ÁÞ° À Á0ŒÀ(ŒÁ8LÀ$LÁ¾°ìÀðS8†Càgp(‡ÃÏáø GÁÑp  ¿„ãàWp<œ'ÂIp2œ¿†Sá48΀3á,ø œ çÀ¹pœÀ…p\ —À¥p\WÀ•ð[øü®‚«áp \ „?Áup=ün€á&¸þ·À­pÜwÀðW¸ î†{à^¸î‡àoðwx‚ÀÃð< Áãð< OÁÓð < ÿ„çàyxþ/ÂKð2ü^Wá5xÞ€7á-˜Ù†Ð"Û‘ÈNd²ÙƒìEö!û‘ÈAär9‚EŽ!tÈqär¡GN! #„0#§„9ƒœEÎ!ç6„¹€p ‘K'Â…p#</r¹‚\E®!|Èu„@!DAD1D‘@$)ä"ÜDn!2ˆ,r¹ƒÈ!òˆrQD”e䢂¨"jˆ:¢h"Zˆ6¢ƒè"zˆ>b€"FÈ}äbŒ!uH=òi@‘&¤ù‚´ ­HÒŽt ÈW¤ éFz^¤éGoÈwdB~ ÃÈ2ŠŒ!ãÈ2‰L!ÓÈ 2‹üDæydù…,"KÈ2òYAV‘5dÙ@6‘-„݆ҢÛÑèNtº݃îE÷¡ûÑèAôz=‚E¡tèqôz¥GO¡ (#Ê„2£§Q”=ƒžEÏ¡çQ6”½€r ÑK('Ê…r£<(/z½‚^E¯¡|èu”@Q!TAEQ1T•@%Q)ô*ÞDo¡2¨,z½ƒÊ¡ò¨zUD•Peôª‚ª¢j¨:ªj¢Z¨6ªƒê¢z¨>j€¢Fè}ôjŒ>D¡&ècÔ5CÍQ Ô}‚Z¡Ö¨ j‹Ú¡ö¨êˆ:¡Î¨ ꊺ¡î¨ê‰z¡Þ¨   ¡0Š (Š¡8J $J¡¾¨ê èS4 FCÐgh(††£ÏÑô‰F¡Ñh ‹¾DãÐWh<š€&¢Ih2š‚¾FSÑ44Í@3Ñ,ô šæ ¹hš …hZŒ– ¥hZŽV •è[ôú­B«Ñh Z‹~D?¡uh=úm@Ñ&´ý‚¶ ­hÚŽv èW´ íF{Ð^´íGÐoèwtB Ãè:ŠŽ¡ãè:‰N¡Óè :‹þDçÐytý….¢Kè2ú]AWÑ5tÝ@7Ñ-”Û†ÑbÛ±ØNl¶ÛƒíÅöaû±ØAìv;‚ÅŽatØqìv£ÇNa #Æ„1c§1Œ;ƒÅÎaç16Œ»€q`±K'Æ…qc</v»‚]Å®a|ØuŒÀ1!LÁD11L“À$1)ì&ÝÄna2˜,v»ƒÉaò˜vSÄ”0e즂©bj˜:¦ibZ˜6¦ƒébz˜>f€bFØ}ìfŒ=Äa&ØcÌ3ÃÌ1 Ì{‚YaÖ˜ f‹Ùaö˜æˆ9aΘ 抹aî˜æ‰yaÞ˜` a0†`(†a8F`$Fa¾˜æ`ØS, ÆB°gX(†…cϱì‰EaÑX ‹½Äâ°WX<–€%bIX2–‚½ÆR±4,ËÀ2±,ì –å`¹X–`…XVŒ•`¥XVŽU`•Ø[ìö«Âª±X V‹}Ä>auX=ökÀ±&¬û‚µ`­XÖŽu`ØW¬ ëÆz°^¬ëǰoØwlÂ~`ÃØ6ŠaãØ6‰MaÓØ 6‹ýÄæ°ylû…-bKØ2ö[ÁV±5lÛÀ6±-Œ߆ÓâÛñøN|¾߃ïÅ÷áûñøAü~?‚Åátøqü~§ÇOá 8#΄3ã§qœ?ƒŸÅÏáçq6œ¿€sàñK8'Î…sã<8/~¿‚_ůá|øuœÀq!\ÁEq1\—À%q)ü.ßÄoá2¸,~¿ƒËáò¸~WÄ•peü®‚«âj¸:®kâZ¸6®ƒëâz¸>n€âFø}ünŒ?Äá&øcÜ7ÃÍq Ü‚[áÖ¸ n‹Ûáö¸îˆ;áθ áî¸î‰{áÞ¸à á0Žà(Žá8Nà$NᾸîàøS<ÆCðgx(†‡ãÏñü‰GáÑx ‹¿ÄãðWx<ž€'âIx2ž‚¿ÆSñ4<ÏÀ3ñ,ü žçà¹xžà…x^Œ—à¥x^ŽWà•ø[üþ¯Â«ñx ^‹Ä?áux=þoÀñ&¼ÿ‚·à­xÞŽwàøW¼ ïÆ{ð^¼ïÇðoøw|ÂàÃø>Šáãø>‰OáÓø >‹ÿÄçðy|ÿ…/âKø2þ_ÁWñ5|ßÀ7ñ-œ†ØFÐÛ‰ÄNb±›ØCì%öû‰ÄAâq˜8B%ŽtÄqâq’ 'N #ÁD0§ ‚•8Cœ%Îç 6‚¸@p‰K'ÁEp</q™¸B\%®|Äu‚Ÿ  !B˜!D 1Bœ $ )â!MÜ$n2„,q›¸CÈò„q—P$”eâ¡B¨j„:¡AhZ„6¡Cèz„>a@FÄ}âaL<$&Äc”0#Ì Â’xBXÖ„ aKØö„áH8΄ áJ¸î„áIxÞ„ 0(8A$A¾„áOÄS"ˆ&BˆgD(F„ωâIDÑD K¼$âˆWD<‘@$ID2‘B¼&R‰4"È 2‰,â ‘Mä¹D‘O…DQL”¥DQNT•Ä[âñž¨"ª‰D QK|$>uD=ñ™h ‰&¢™øB´­DÑNtÄW¢‹è&zˆ^¢è'ˆoÄwb"~ÃÄ1JŒãÄ1ILÓÄ 1Kü$æˆybøE,KÄ2ñ›X!V‰5bØ 6‰-‚†ÜFÒ’ÛÉäNr¹›ÜCî%÷‘ûÉäAòy˜i@’Fä}òiL>$‘&äcÒ”4#ÍI Ò’|BZ‘Ö¤ iKÚ‘ö¤éH:‘Τ éJº‘î¤éIz‘Þ¤ ‘0‰(‰‘8I$I‘¾¤éOäS2ˆ &CÈgd(F†“ÏÉòIF‘Ñd K¾$ãÈWd<™@&’Id2™B¾&SÉ42Ì 3É,ò ™Mæ¹d™O…dYL–¥dYNV•ä[òùž¬"«Éd YK~$?‘ud=ù™l É&²™üB¶­dÙNväW²‹ì&{È^²ì'Èoäwr"Ãä9JŽ‘ãä9IN‘Óä 9Kþ$çÈyrüE.’Kä2ù›\!WÉ5rÜ 7É-’†ÚFÑRÛ©ÔNjµ›ÚCí¥öQû©ÔAêu˜:B¥ŽQtÔqêu’¢§NQ #ÅD1S§)Š•:C¥ÎQç)6Šº@qP©K'ÅEqS</u™ºB]¥®Q|ÔuŠŸ )!J˜¡D)1Jœ’ $))ê%MݤnQ2”,u›ºCÉQò”u—R¤”(eê¥B©Rj”:¥AiRZ”6¥CéRz”>e@RFÔ}êeL=¤Q&ÔcÊ”2£Ì) Ê’zBYQÖ” eKÙQö”åH9QΔ åJ¹Qî”åIyQÞ”P Q0…P(…Q8EP$EQ¾”åOPÔS*ˆ ¦B¨gT(F…SÏ©êIEQÑT K½¤â¨WT<•@%RIT2•B½¦R©4*Ê 2©,ê •MåP¹ÿ‡%sìÒck`lÛ¶mÛ¶íLl;yzw÷îÞm[±gb۞ضwÝuîO¨oµªbÛbÛc;b;cñ±„Ø®ØîØžØÞؾØþØØÁØ¡ØáØ‘ØÑرØñ؉ØÉØ©ØéØ™ØÙعØùØ…ØÅØ¥ØåØ•ØÕصØõØXbìfìVìvìNìnì^ì~ìAìaìQìqìIìiìYìyìEìeìUìuìMìmì]ì}ìCìcìSìsìKìkì[ì{ìGìgìWìwìOìoì_, –K†%ÇR`)±TXj, –K‡ý׊WťDz`Y±lXv,–Ë…åÆò`y±|X~¬V+„ÆŠ`E±bXq¬V+…•ÆÊ`e±rXy¬V«„Uƪ`U±jXu¬V«…ÕÆê`u±zX}¬Ök„5Æš`M±fXs¬Ök…µÆÚ`m±vX{¬Öë„uƺ`]±nXw¬Öë…õÆú`}±~Xl6„ Ɔ`C±aØpl6…ÆÆ`c±qØxl6‹Ã&a“±)ØTl6ýÿ™;ÍÀæbó°ùØl!¶[Œ-Á–bË°åØ l%¶ [­Áb† ÇŒÄ Fa4†0c1ã11 “1S1 Ó131 ³1s1ó± ±[‹­ÃÖc°Ø&l3¶ÛŠmöc;°X<–€íÂvc{°½Ø>l?v;ˆÂcG°£Ø1ì8v;‰ÂNcg°³Ø9ìbŸ°ÏØì+ö ûŽýÀ~b¿°ßØì/öK’‚d 9HR‚T 5HÒ‚t =È2‚L 3Ȳ‚l ;Èr‚\ 7Èò‚| ?( ‚B 0(Š‚b 8(J‚R 4(Ê‚r <¨*‚J 2¨ª‚j :¨j‚Z 6¨ê‚z >h‚F 1hš‚f 9hZ‚V 5hÚ‚v =è:‚N 3躂n ;èz‚^ 7èú‚~ ?‚A`0†‚a`8F‚Q`4Æ‚q`<˜&‚80 LSÀT0 L3ÀL0 ÌsÀ\0Ì ÀB°,KÀR° ,+ÀJ° ¬k@ `€P€0€àD (@ÐL`8ÀðABµ`X6€`Ø ¶€­`Øv€ $€]`7Øö‚}`?8‚Cà08Ž‚cà88N‚Sà48΂sà<¸.‚Kà2¸®‚kà:¸ÁMp ÜwÀ]pÜÀCð<OÀSð </ÀKð ¼oÀ[ð¼ÀGð |_ÀWð |?ÀOð üÀ_ð$Á“âÉðäx <%ž O§ÁÓâéðôx<#ž ÏŒgÁ³âÙðìx<'ž ÏçÁóâùðüx¼ ^/ŒÁ‹âÅðâx ¼$^ /—ÁËâåðòx¼"^ ¯ŒWÁ«âÕðêx ¼&^ ¯×Áëâõðúx¼!ÞoŒ7Á›âÍðæx ¼%Þ o·ÁÛâíðöx¼#Þ ïŒwÁ»âÝðîx¼'Þ ï÷Áûâýðþø| >ŒÁ‡âÃðáø|$> ÁÇâãðñø|"‡OÂ'ãSð©ø4|:>Ÿ‰ÏÂgãsð¹ø<|>¾_ˆ/ÂãKð¥ø2|9¾_‰¯ÂWãkðŽáÇq'qˆS8#œÁYœÃy\ÀE\Âe\ÁU\ÃuÜÀMÜÂmÜÁ]ÜÃ}<ÀC<Â×âëðõø|#¾ ߌoÁ·âÛðíø|''à»ðÝø|/¾ßÀâ‡ðÃøü(~ ?ŽŸÀOâ§ðÓøü,~?_À/â—ðËøü*~ ¿ŽßÀñ›ø-ü6~¿‹ßÃïãð‡ø#ü1þŠ?ßã/ð—ø+ü5þ‹¿Ãßãðø'ü3þÿŠÿã?ðŸø/ü7þÿ‹ÿÓI‰dDr"‘’HE¤&Òi‰tDz"‘‘ÈDd&²Y‰lDv"‘“ÈEä&òy‰|D~¢Q(D&ŠE‰bDq¢Q’(E”&Êe‰rDy¢Q‘¨DT&ªU‰jDu¢Q“¨EÔ&êu‰zD}¢ÑhD4&šM‰fDs¢Ñ’hE´&Úm‰vD{¢Ñ‘èDt&º]‰nDw¢Ñ“èEô&ú}‰~Db1D &†C‰aÄpb1’EŒ&Æc‰qÄxb1‘ˆ#&“‰)ÄTb1˜AÌ$f³‰9Ä\b1ŸX@,$‹‰%ÄRb±œXA¬$V«‰5DŒÀ@àA$(‚&Á,Á!k‰uÄzb±‘ØDl&¶[‰mÄvb±“ˆ'ˆ]Änb±—ØGì'‰CÄaâq”8F'N'‰SÄiâ q–8Gœ'.‰KÄeâ q•¸F\'n‰ÄMâq›¸CÜ%î÷‰ÄCâñ˜xB<%žωÄKâñšxC¼%Þï‰ÄGâñ™øB|%¾߉ÄOâñ›øCü%þIȤd229™‚LI¦"S“iÈ´d:2=™ÌHf"3“YȬd62;™ƒÌIæ"s“yȼd>2?Y€,H" “EÈ¢d1²8Y‚,I–"K“eȲd9²Ù€lH6"“MȦd3²9Ù‚lI¶"[“mȶd;²=ÙìHv";“]È®d7²;ÙƒìIö"{“}Ⱦd?²?9€H"“CÈ¡ä0r89‚IŽ"G“cȱä8r<9œHÆ‘“ÈÉär*9œNÎ g’³ÈÙär.9œO. ’‹ÈÅär)¹Œ\N® W’«ÈÕä2Fb$ q’ I’I“ˆdH–äHžH‘”H™TH•ÔH4H“´H›tH—ôHŸ Ȍȵä:r=¹ÜHn"7“[È­ä6r;¹ƒÜIÆ“ÿg!™°ÌX¹ÜO ’‡ÈÃäò(yŒ#Ÿ“/È—ä+ò5ù†|K¾#ß“Èä'ò3ù…üJ~#¿“?ÈŸä/ò7ù‡üKþ#“À¤0LSÀ”0L ÓÀ´0L3ÀŒ0Ì ³À¬0ÌsÀœ0Ì óÀ¼0Ì À‚°, ‹À¢°,KÀ’°, ËÀ²°,+Àа¬ «Àª°¬kÀš°¬ ëÀº°¬À†°l ›À¦°l[À–°l ÛÀ¶°l;Àްì »À®°ì{Àž°ì ûÀ¾°ìÀp ‡À¡pGÀ‘p ÇÀ±p'À‰0N‚“á8NƒÓá 8΂³á8΃óá¸.‚‹á¸.ƒËá ¸®‚«áƒ‡$!„¤!‚ d!y(@JP† T¡uh@ZІt¡}ÀFp-\×à p#Ü7Ã-p+Ü·Ãp'Œ‡ pÜ ÷À½pÜÀƒð< À£ð<OÀ“ð< ÏÀ³ð</À‹ð¼ ¯À«ð¼oÀDxÞ‚·áxÞƒ÷áø>‚áø>ƒÏá ø¾‚¯áø¾ƒïáø~‚Ÿáø~ƒßáøþ‚¿áøþƒI¨¤T2*9•‚JI¥¢RSi¨´T:*=•ÊHe¢2SY¨¬T6*;•ƒÊIå¢rSy¨¼T>*?U€*H¢ SE¨¢T1ª8U‚*I•¢JSe¨²T9ªÕ€jH5¢SM¨¦T3ª9Õ‚jIµ¢ZSm¨¶T;ª=ÕêHu¢:S]¨®T7ª;ÕƒêIõ¢zS}¨¾T?ª?5€H ¢SC¨¡Ô0j85‚I¢FSc¨±Ô8j<5šHÅQ“¨ÉÔj*5šNÍ fR³¨ÙÔj.5šO- R‹¨ÅÔj)µŒZN­ VR«¨ÕÔ*Fa pŠ H RESˆb(–â(ž(‘’(™R(•Ò(2(“²(›r(—ò(Ÿ ¨Š¨µÔ:j=µÚHm¢6S[¨­Ô6j;µƒÚIÅS Ô.j7µ‡ÚKí£öS¨ƒÔ!ê0u„:J£ŽS'¨“Ô)ê4u†:K£ÎS¨‹Ô%ê2u…ºJ]£®S7¨Dê&u‹ºMÝ¡îR÷¨ûÔê!õˆzL=¡žRϨçÔ ê%õŠzM½¡ÞRï¨÷Ôê#õ‰úL}¡¾RߨïÔê'õ‹úMý¡þRÿ¨$tR:œNA§¤SÑ©é4tZ:žÎ@g¤3Ñ™é,tV:ÎAç¤sѹét_ºÝŸ@¤уé!ôPz=œA¤GÑ£é1ôXz=žž@O¤ãèIôdz =•žFO§gÐ3éYôlz=—žGϧÐ éEôbz ½”^F/§WÐ+éUôjz £1Ð8MÐ$ iЦiD34Ks4O ´HK´L+´Jk´N´I[´M;´K{´OtHGôZz½žÞ@o¤7Ñ›é-ôVz½ÞAï¤ãéz½›ÞCï¥÷ÑûéôAú}˜>B¥ÑÇéôIú}š>CŸ¥ÏÑçé ôEú}™¾B_¥¯Ñ×ét"}“¾EߦïÐwé{ô}úý~D?¦ŸÐOégôsúý’~E¿¦ßÐoéwô{úý‘þD¦¿Ð_éoôwúý“þEÿ¦ÿÐét”%CÉQ ”¥B©Q”¥CéQ”eB™Q”eCÙQ”åB¹Q”åCùQTB…QTCÅQ T•B¥QT•CåQTUB•QTUCÕQ TÕBµQTÕCõQÔ5BQÔ5CÍQ ÔµB­QÔµCíQÔuBQÔuCÝQÔõB½QÔõCýÑ4 BƒÑ4 CÃÑ4B£Ñ4CãÑ4Å¡Ih2š‚¦¢ih:šf¢Yh6šƒæ¢yh>Z€¢Eh1Z‚–¢eh9ZV¢Uh5ZƒbCáˆ@$‚ˆB4BˆA,â$" ÉHA*ÒŽ d" ÙÈA.ò¢­EëÐz´mD›Ðf´mEÛÐv´íDñ(íB»Ñ´íCûÑtB‡ÑtCÇÑ tB§ÑtCçÑt]B—Ñt]C×Ñ ”ˆn¢[è6ºƒî¢{è>z€¢Gè1z‚ž¢gè9z^¢Wè5zƒÞ¢wè=ú€>¢Oè3ú‚¾¢oè;ú~¢_è7úƒþ¢( “”IÆ$gR0)™TLj& “–IǤg20™LLf& “•ÉÆdgr09™\Ln&“—ÉÇäg 0™BLa¦S”)ÆgJ0%™RLi¦ S–)Ç”g*0™JLe¦ S•©ÆTgj05™ZLm¦S—©ÇÔg0 ™FLc¦ Ó”iÆ4gZ0-™VLk¦ Ó–iÇ´g:0™NLg¦ Ó•éÆtgz0=™^Lo¦Ó—éÇôg0™AÌ`f3”Æ gF0#™QÌhf 3–ÇŒg&0™8f3™™ÂLe¦1Ó™ÌLf3›™ÃÌeæ1ó™ÌBf³˜YÂ,e–1Ë™ÌJf³šYÃÄŒ Î É@†bh1 Ã2Ã3#2#3 £2£3c2c3ã2ã32³–YǬg60™MÌff ³•ÙÆlgv0;™x&ÙÅìfö0{™}Ì~æs9ÄfŽ0G™cÌqæs’9ÅœfÎ0g™sÌyæs‘¹Ä\f®0W™kÌuæ“ÈÜdn1·™;Ì]æsŸyÀ1Ÿ™/ÌWæóùÁüd~1¿™?Ì_æ“„MÊ&c“³)Ø”l*65›†M˦cӳ،l&63›…ÍÊfc³³9Øœl.67›‡ÍËæc󳨂l!¶0[„-Êc‹³%Ø’l)¶4[†-Ë–c˳ØŠl%¶2[…­ÊVc«³5Øšl-¶6[‡­ËÖcë³ Ø†l#¶1Û„mÊ6c›³-Ø–l+¶5Û†m˶c۳؎l'¶3Û…íÊvc»³=Øžl/¶7Û‡íËöcû³Øì v0;„Êc‡³#Ø‘ì(v4;†ËŽcdz؉l;‰ÌNa§²ÓØéì v&;‹ÍÎaç²óØùìv!»ˆ]Ì.a—²ËØåì v%»Š]Í®ac,Æg –d!K±4‹X†eYŽåYY‰•Y…UYÕYƒ5Y‹µY‡uYõÙ€ Ùˆ]Ë®c׳Øì&v3»…ÝÊnc·³;Øl<›Àîbw³{ؽì>v?{€=Èb³GØ£ì1ö8{‚=ÉžbO³gسì9ö<{½È^b/³WØ«ì5ö:{ƒMdo²·ØÛìö.{½Ï>`²ØÇìö)ûŒ}ξ`_²¯Ø×ìö-ûŽ}Ï~`?²ŸØÏìö+ûýÎþ`²¿Øßìö/ûMÂ%å’qɹ\J.—šKÃ¥åÒqé¹ \F.—™ËÂeå²qÙ¹\N.—›ËÃååòqù¹\A®W˜+ÂåŠqŹ\I®Wš+ÕåÊqå¹ \E®W™«ÂUåªqÕ¹\M®W›«ÃÕåêqõ¹\C®טkÂ5åšq͹\K®ךkõåÚqí¹\G®×™ëÂuåºqݹ\O®×›ëÃõåúqý¹Ü@n7˜ å†qùÜHn7šÃåÆqã¹ ÜD.Ž›ÄMæ¦pS¹iÜtn7“›ÅÍææps¹yÜ|n·[Ä-æ–pK¹eÜrn·’[Å­æÖp1ã‡sGr£8šCñÇñœÀ‰œÄɜ©œÆéœÁ™œÅٜùœÇù\À…\Ä­åÖqë¹ ÜFn·™ÛÂmå¶qÛ¹ÜN.žKàvq»¹=Ü^n·Ÿ;Àäq‡¹#ÜQîwœ;ÁäNq§¹3ÜYîwž»À]ä.q—¹+ÜUîw»Á%r7¹[Ümîw—»ÇÝçp¹GÜcî ÷”{Æ=ç^p/¹WÜkî ÷–{ǽç>p¹OÜgî ÷•ûÆ}ç~p?¹_Üoî÷—ûÇ%á“òÉøä| >%ŸŠOͧáÓòéøô|>#Ÿ‰ÏÌgá³òÙøì|>'Ÿ‹ÏÍçáóòùøü|¾ _ˆ/Ìá‹òÅøâ| ¾$_Š/Í—áËòåøò|¾"_‰¯ÌWá«òÕøê| ¾&_‹¯Í×áëòõøú|¾!߈oÌ7á›òÍøæ| ¾%ߊoÍ·áÛòíøö|¾#߉ïÌwá»òÝøî|¾'ß‹ïÍ÷áûòýøþü~ ?ˆÌá‡òÃøáü~$?ŠÍáÇòãøñü~"ÇOâ'óSø©ü4~:?ƒŸÉÏâgósø¹ü<~>¿€_È/âóKø¥ü2~9¿‚_ɯâWókøñ€Çy‚'yÈS<Í#žáYžãy^àE^âe^áU^ãuÞàMÞâmÞá]Þã}>àC>â×òëøõü~#¿‰ßÌoá·òÛøíü~'Ï'ð»øÝü~/¿ßÏàò‡øÃüþ(Œ?ΟàOò§øÓüþ,Ž?Ï_à/ò—øËüþ*¿Îßàù›ü-þ6‡¿Ëßãïóø‡ü#þ1ÿ„Ê?ãŸó/ø—ü+þ5ÿ†Ë¿ãßóøü'þ3ÿ…ÿÊã¿ó?øŸü/þ7ÿ‡ÿËÿã“I…dBr!…RH%¤Òi…tBz!ƒQÈ$d²Y…lBv!‡SÈ%äòy…|B~¡€PP($ŠE…bBq¡„PR(%”Êe…rBy¡‚PQ¨$TªU…jBu¡†PS¨%Ôêu…zB}¡ÐPh$4šM…fBs¡…ÐRh%´Úm…vB{¡ƒÐQè$tº]…nBw¡‡ÐSè%ôú}…~Ba€0P$ †C…aÂpa„0R%ŒÆc…qÂxa‚0Qˆ& “…)ÂTaš0]˜!Ìf ³…9Â\až0_X , ‹…%ÂRa™°\X!¬V «…5BLÀ à!(À¬À ¼ ¢ ² ª  º`¦` ¶à®à ¾¡ k…uÂzaƒ°QØ$l¶[…mÂva‡°Sˆ„]Âna°WØ'ì…CÂaáˆpT8&N'…SÂiáŒpV8'œ.…KÂeáŠpU¸&\n‰ÂMá–p[¸#Üî ÷…ÂCá‘ðXx"<ž Ï…ÂKá•ðZx#¼Þ ï…ÂGá“ðYø"|¾ ß…ÂOá—ð[ø#üþ IĤb21¹˜BL)¦S‹iÄ´b:1½˜AÌ(f3‹YĬb61»˜CÌ)æs‹yļb>1¿X@,( ‹EÄ¢b1±¸XB,)–ÿ{ls°Òb±¢XI¬,V«ŠÕÄêb ±¦XK¬-ÖëŠõÄúb±¡ØHl,6›ŠÍÄæb ±¥ØJl-¶ÛŠíÄöb±£ØIì,v»ŠÝÄîb±§ØKì-öûŠýÄþâq 8H,‡ŠÃÄáâq¤8J-ŽÇŠãÄñâq¢'N'‹SÄ©â4qº8Cœ)Îg‹sĹ⟋/Ä—â+ñµøF|+¾ß‹Äâ'ñ³øEü*~¿‹?ÄŸâ/ñ·øGü+þ“HI¥dRr)…”RJ%¥–ÒHi¥tRz)ƒ”QÊ$e–²HY¥lRv)‡”SÊ%å–òHy¥|R~©€TP*$–ŠHE¥bRq©„TR*%•–ÊHe¥rRy©‚TQª$U–ªHU¥jRu©†TSª%Õ–êHu¥zR}©ÔPj$5–šHM¥fRs©…ÔRj%µ–ÚHm¥vR{©ƒÔQê$u–ºH]¥nRw©‡ÔSê%õ–úH}¥~Ri€4P$ –†HC¥aÒpi„4R%–ÆHc¥qÒxi‚4QŠ“&I“¥)ÒTiš4]š!Í”fI³¥9Ò\iž4_Z -”I‹¥%ÒRi™´\Z!­”VI«¥5RLÂ$ á!‘”(‰–ÄH¬ÄI¼$H¢$I²¤Hª¤IºdH¦dI¶äH®äI¾H¡Ik¥uÒziƒ´QÚ$m–¶H[¥mÒvi‡´SŠ—¤]Òni´WÚ'í—H¥CÒaéˆtT:&—NH'¥SÒiéŒtV:'—.H¥KÒeéŠtUº&]—nH‰ÒMé–t[º#Ý•îI÷¥ÒCé‘ôXz"=•žIÏ¥ÒKé•ôZz#½•ÞIï¥ÒGé“ôYú"}•¾IߥÒOé—ô[ú#ý•þIIä¤r29¹œBN)§’SËiä´r:9½œAÎ(g’3ËYä¬r69»œCÎ)ç’sËyä¼r>9¿\@.(’ ËEä¢r1¹¸\B.)—’KËeä²r9¹¼\A®(W’+ËUäªr5¹º\C®)×’kËuäºr=¹¾Ü@n(7’ËMä¦r3¹¹ÜBn)·’[Ëmä¶r;¹½ÜAî(w’;Ë]ä®r7¹»ÜCî)÷’{Ë}ä¾r?¹¿<@(’ËCä¡ò0y¸*“Ë'ä“ò)ù´|F>+Ÿ“ÏËä‹ò%ù²|E¾*_“¯Ë7äDù¦|K¾-ß‘ïÊ÷äûòù¡üH~,?‘ŸÊÏäçò ù¥üJ~-¿‘ßÊïä÷òù£üIþ,‘¿Êßäïòù§üKþ-ÿ‘ÿÊÿä$JR%™’\I¡¤TR)©•4JZ%’^É dT2)™•,JV%›’]É¡äTr)¹•J_¥ŸÒ_  T)ƒ•!ÊPe˜2\¡ŒTF)£•1ÊXeœ2^™ LTâ”IÊdeŠ2U™¦LWf(3•YÊleŽ2W™§ÌW( •EÊbe‰²TY¦,WV(+•UÊjeS0(¸B(¤J¡¤0 «p ¯ЍHЬ(ŠªhЮЩXŠ­8Š«xНJ¨DÊZe²^Ù lT6)›•-ÊVe›²]Ù¡ìTâ•e—²[Ù£ìUö)û•ÊAårX9¢UŽ)Ç•ÊIå”rZ9£œUÎ)ç• ÊEå’rY¹¢\U®)וJ¢rS¹¥ÜVî(w•{Ê}åòPy¤R«OÔ§ê3õ¹úB}©¾R_«oÔ·ê;õ½úAý¨~R?«_Ô¯ê7õ»úCý©þR«Ô¿ê?5‰–TK¦%×Rh)µTZj-–VK§¥×2hµLZf-‹–U˦e×rh9µ\Zn-–W˧å× hµBZa­ˆVT+¦×Jh%µRZi­ŒVV+§•×*hµJZe­ŠVU«¦U×jh5µZZm­ŽVW«§Õ×h µFZc­‰ÖTk¦5×Zh-µVZk­ÖVk§µ×:hµNZg­‹ÖUë¦u×zh=µ^Zo­ÖWë§õ×hµAÚ`mˆ6T¦ ×Fh#µQÚhmŒ6V§×&hµ8m’6Y›¢MÕ¦iÓµÚLm–6[›£ÍÕæióµÚBm‘¶X[¢-Õ–i˵ÚJm•¶Z[£Å4L®©AÒh iŒÆjœÆk‚&j’&kЦjš¦k†fj–fkŽæjžækj‘¶V[§­×6hµMÚfm‹¶UÛ¦m×vh;µx-AÛ¥íÖöh{µ}Ú~í€vP;¤ÖŽhGµcÚqí„vR;¥ÖÎhgµsÚyí‚vQ»¤]Ö®hWµkÚu톖¨ÝÔni·µ;Ú]ížv_{ =Ôiµ'ÚSí™ö\{¡½Ô^i¯µ7Ú[íö^û }Ô>iŸµ/ÚWí›ö]û¡ýÔ~i¿µ?Ú_ퟖDOª'Ó“ë)ô”z*=µžFO«§ÓÓëôŒz&=³žEϪgÓ³ë9ôœz.=·žGÏ«çÓóëô‚z!½°^D/ªÓ‹ë%ô’z)½´^F/«—ÓËëôŠz%½²^E¯ªWÓ«ë5ôšz-½¶^G¯«×Óëë ô†z#½±ÞDoª7Ó›ë-ô–z+½µÞFo«·ÓÛëôŽz'½³ÞEïªwÓ»ë=ôžz/½·ÞGï«÷Óûëôú }°>DªÓ‡ë#ô‘ú(}´>F«ÓÇëô‰zœ>IŸ¬OѧêÓôéú }¦>KŸ­ÏÑçêóôùú}¡¾H_¬/Ñ—êËôåú }¥¾J_­¯Ñc:¦× Ô¡Né´ŽtFguNçuAuI—uEWuM×uC7uK·uGwuO÷õ@õH_«¯Ó×ëôú&}³¾EߪoÓ·ë;ôz¼ž ïÒwë{ô½ú>}¿~@?¨ÒëGô£ú1ý¸~B?©ŸÒOëgô³ú9ý¼~A¿¨_Ò/ëWô«ú5ýº~COÔoê·ôÛúý®~O¿¯?ÐêôÇúý©þL®¿Ð_ê¯ô×úý­þN¯Ð?êŸôÏúý«þMÿ®ÿÐê¿ôßúý¯þOOb$5’ÉFJ#•‘ÚHc¤5Òé FF#“‘ÙÈbd5²ÙFN#—‘ÛÈcä5òùFA£QØ(b5ŠÅFI£”QÚ(c”5Êå FE£’QÙ¨bT5ªÕFM£–QÛ¨cÔ5êõFC£‘ÑØhb45šÍFK£•ÑÚhc´5ÚíFG£“ÑÙèbt5ºÝFO£—ÑÛècô5úýÆ@c1Øb 5†ÃÆHc”1ÚcŒ5Æã ÆD#ΘdL6¦SiÆtc†1Ó˜eÌ6æsyÆ|c±ÐXd,6–KeÆrc…±ÒXe¬6Ö13€„AР Ú@c°gð†`ˆ†dȆb¨†fè†a˜†e؆c¸†gøF`„Fd¬5Öë ÆFc“±ÙØbl5¶ÛÆN#ÞH0v»=Æ^cŸ±ß8`4‡#ÆQã˜qÜ8aœ4N§3ÆYãœqÞ¸`\4.—+ÆUãšqݸa$7[ÆmãŽq׸gÜ7GÆcã‰ñÔxf<7^/WÆkãñÖxg¼7>OÆgã‹ñÕøf|7~?_Æoãñ×øg$1“šÉÌäf 3¥™ÊLm¦1ÓšéÌôf3£™ÉÌlf1³šÙÌìf3§™ËÌmæ1óšùÌüf³ YÈ,l1‹šÅÌâf ³¤YÊ,m–1ËšåÌòf³¢YɬlV1«šÕÌêf ³¦YˬmÖ1ëšõÌúf³¡ÙÈll61›šÍÌæf ³¥ÙÊlm¶1ÛšíÌöf³£ÙÉìlv1»šÝÌîf³§ÙËìmö1ûšýÌþæs 9Èl1‡šÃÌÿºÃ^r¸9ÆkŽ3Ç›̉fœ9ÉœlN1§šÓÌéæ s¦9ËœmÎ1çšóÌùæs¡¹È\l.1—šËÌåæ s¥¹Ê\m®1c&f7 “4¡I™´‰LÆdMÎäMÁMÉ”MÅTMÍÔMÃ4MË´MÇtMÏôÍÀ ÍÈ\k®3×›Ìæ&s³¹ÅÜjn3·›;Ìf¼™`î2w›{̽æ>s¿yÀ0šÌÇæó©ùÌ|n¾0_š¯Ì׿ó­ùÎ|o~0?šŸÌÏæó«ùÍünþ0š¿Ìßæó¯ùÏLb%µ’YÉ­VJ+••ÚJc¥µÒYé­ VF+“•ÙÊbeµ²YÙ­VN+—•ÛÊcåµòYù­VA«UØ*bµŠYÅ­VI«”UÚ*c•µÊYå­ VE«’UÙªbUµªYÕ­VM«–UÛªcÕµêYõ­VC«‘ÕØjb5µšYÍ­VK«•ÕÚjcµµÚYí­VG«“ÕÙêbuµºYÝ­VO«—ÕÛêcõµúYý­Ö@k5Øb µ†YíÖHk”5ÚcµÆYã­ ÖD+ΚdM¶¦XS­iÖtk†5ÓšeͶæXs­yÖ|kµÐZd-¶–XK­eÖrk…µÒZe­¶ÖX1 ³€…[„EZТ,ÚBc±gñ–`‰–dÉ–b©–fé–a™–eÙ–c¹–gùV`…Vd­µÖYë­ ÖFk“µÙÚbmµ¶YÛ­ÖN+ÞJ°vY»­=Ö^kŸµß:`´Y‡­#ÖQë˜uÜ:a´NY§­3ÖYëœuÞº`]´.Y—­+ÖUëšuݺa%Z7­[ÖmëŽu׺gÝ·X­GÖcë‰õÔzf=·^X/­WÖkëõÖzg½·>X­OÖgë‹õÕúf}·~X?­_Öoëõ×úg%±“ÚÉìäv ;¥ÊNm§±ÓÚéìôv;£ÉÎlg±³ÚÙììv;§ËÎmç±óÚùìüv» ]È.l±‹ÚÅìâv »¤]Ê.m—±ËÚåìòv»¢]É®lW±«ÚÕìêv »¦]Ë®m×±ëÚõìúv»¡ÝÈnl7±›ÚÍìæv »¥ÝÊnm·±ÛÚíìöv»£ÝÉîlw±»ÚÝìîv»§ÝËîm÷±ûÚýìþö{ =Èl±‡ÚÃìáö{¤=Êm±ÇÚãìñö{¢gO²'ÛSì©ö4{º=ÞiϲgÛsì¹ö<{¾½À^h/²ÛKì¥ö2{¹½Â^i¯²WÛkì˜ÙÀÆmÂ&mhS6m#›±Y›³y[°E[²e[±U[³uÛ°MÛ²mÛ±]Û³};°C;²×Úëìõö{£½ÉÞlo±·ÚÛìíö{§o'Ø»ìÝö{¯½ÏÞo°Ú‡ìÃöû¨}Ì>nŸ°OÚ§ìÓöû¬}Î>o_°/Ú—ìËöûª};nß°í›ö-û¶}Ǿkß³ïÛì‡ö#û±ýÄ~j?³ŸÛ/ì—ö+ûµýÆ~k¿³ßÛìö'û³ýÅþj³¿Û?ìŸö/û·ýÇþkÿ³“8IdNr'…“ÒIå¤vÒ8itNz'ƒ“ÑÉädv²8YlNv'‡“ÓÉåävò8y|N~§€SÐ)ävŠ8EbNq§„SÒ)å”vÊ8erNy§‚SÑ©äTvª8UjNu§†SÓ©åÔvê8uzN}§ÓÐiä4vš8MfNs§…ÓÒiå´vÚ8mvN{§ƒÓÑéätvº8]nNw§‡ÓÓéåôvú8}~Ng€3Ðä v†8CaÎpg„3ÒåŒvÆ8cqÎxg‚3щs&9“)ÎTgš3Ý™áÌtf9³9Î\gž3ßYà,t9‹%ÎRg™³ÜYá¬tV9«5NÌÁààát(‡vÃ8¬Ã9¼#8¢#9²£8ª£9ºc8¦c9¶ã8®ã9¾8¡9kuÎzgƒ³ÑÙälv¶8[mÎvg‡³Ó‰wœ]Îng³×Ùçìw8CÎaçˆsÔ9æwN8'SÎiçŒsÖ9çœw.8KÎeçŠsÕ¹æ\wn8‰ÎMç–sÛ¹ãÜuî9÷ÎCç‘óØyâ7¿[À-èr »EÜ¢n1·¸[Â-é–rK»eܲn9·¼[Á­èVr+»Uܪn5·º[íéÖrk»uܺn=·¾ÛÀmè6r»Mܦn3·¹ÛÂmé¶r[»mܶn;·½ÛÁíèvr;»]Ü®n7·»ÛÃíéör{»}ܾn?·¿;Àèr»CÜ¡î0w¸;ÂéŽrG»cܱî8w¼;ÁèÆ¹“ÜÉîwª;ÍîÎpgº³ÜÙîw®;Ïï.pº‹ÜÅîw©»Ì]î®pWº«ÜÕî7æb.pq—pIº”K»Èe\Öå\Þ\Ñ•\ÙU\ÕÕ\Ý5\Óµ\Ûu\×õ\ß ÜÐܵî:w½»ÁÝènr7»[Ü­î6w»»ÃÝ鯻 î.w·»ÇÝëîs÷»܃î!÷°{Ä=ês»'Ü“î)÷´{Æ=ëžsϻ܋î%÷²{Žê^s¯»7ÜD÷¦{˽íÞqïº÷Üûî÷¡ûÈ}ì>qŸºÏÜçî ÷¥ûÊ}í¾qߺïÜ÷î÷£ûÉýì~q¿ºßÜïî÷§ûËýíþqÿºÿÜ$^R/™—ÜKá¥ôRy©½4^Z/—ÞËàeô2y™½,^V/›—ÝËáåôry¹½<^^/Ÿ—ß+àô y…½"^Q¯˜WÜ+á•ôJy¥½2^Y¯œWÞ«àUô*y•½*^U¯šWÝ«áÕôjyµ½:^]¯žWßkà5ôy½&^S¯™×ÜkáµôZy­½6^[¯×Þëàuô:y½.^W¯›×Ýëáõôzy½½>^_¯Ÿ×ßà ôyƒ½!ÞPo˜7ÜáôFy£½1ÞXoœ7Þ›àMôâ¼IÞdoŠ7Õ›æM÷fx3½YÞloŽ7×›çÍ÷x ½EÞbo‰·Ô[æ-÷Vx+½UÞjoó0x¸Gx¤=Ê£=ä1ëqï žèIžì)žêižîžéYží9žëyžï^èEÞZo·ÞÛàmô6y›½-ÞVo›·ÝÛáíôâ½o—·ÛÛãíõöyû½ÞAïwØ;âõŽyǽÞIï”wÚ;ãõÎyç½ ÞEï’wÙ»â]õ®y×½^¢wÓ»åÝöîxw½{Þ}ï÷Ð{ä=öžxO½gÞsï…÷Ò{å½öÞxo½wÞ{ïƒ÷Ñûä}ö¾x_½oÞwï‡÷Óûåýöþx½^?©ŸÌOî§ðSú©üÔ~?­ŸÎOïgð3ú™üÌ~?«ŸÍÏîçðsú¹üÜ~?¯ŸÏÏïð ú…üÂ~¿¨_Ì/î—ðKú¥üÒ~¿¬_Î/ïWð+ú•üÊ~¿ª_ͯî×ðkúµüÚ~¿®_ϯï7ðúüÆ~¿©ßÌoî·ð[ú­üÖ~¿­ßÎoïwð;úüÎ~¿«ßÍïî÷ð{ú½üÞ~¿¯ßÏïïðúƒüÁþ¨?ÌîðGú£üÑþ¬?ÎïOð'úqþ$²?ÅŸêOó§û3ü™þ,¶?ÇŸëÏóçû ü…þ"±¿Ä_ê/ó—û+ü•þ*µ¿Æù˜|Ü'|Ò‡>åÓ>òŸõ9Ÿ÷_ô%_ö_õ5_÷ ßô-ßößõ=ß÷?ô#­¿Î_ïoð7ú›üÍþ«¿Íßîïðwúñ~‚¿Ëßíïñ÷úûüýþÿ È?ìñúÇüãþ ÿ¤Ê?íŸñÏúçüóþÿ¢É¿ì_ñ¯ú×üëþ ?Ñ¿éßòoûwü»þ=ÿ¾ÿÀè?òûOü§þ3ÿ¹ÿÂé¿ò_ûoü·þ;ÿ½ÿÁÿèò?û_ü¯þ7ÿ»ÿÃÿéÿòûü¿þ??I4H$R)ƒTAê M6H¤2ƒLAæ K5Èdr9ƒ\Aî O7Èä ƒBAá HP4(J%ƒRAé LP6(”*ƒJAå JP5¨Tj5ƒZAí NP7¨Ô ƒFAã IÐ4h4Z-ƒVAë MÐ6h´:ƒNAç KÐ5ètz=ƒ^Aï OÐ7èôƒAÁà`H04 F#ƒQÁè`L06Œ&ƒ¸`R09˜L ¦ÓƒÁÌ`V0;˜Ì æóƒÁÂ`Q°8X, –˃ÁÊ`U°:XÄ,À€ èLÀ\ÀB R J Z F`V`Nà^àAQ°6X¬6ƒMÁæ`K°5Ølv;ƒø !Øìö{ƒ}Áþà@p08ŽGƒcÁñàDp28œÎgƒsÁùàBp1¸\®WƒkÁõàFÜ n·ƒ;ÁÝà^p?x< ƒ'ÁÓàYðø| >Ÿƒ/Á×à[ð=øü ~¿ƒ?Áßà_$L& “‡)”aª0u˜&L¦ ӇŒa¦0s˜%Ìf ³‡9œa®0w˜'Ìæ ó‡‚a¡°pX$, ‹‡%Â’a©°tX&,– ˇŠa¥°rX%¬V «‡5ša­°vX'¬Ö ë‡ Â†a£°qØ$l6 ›‡-–a«°uØ&l¶ ۇŽa§°sØ%ìv »‡=ža¯°wØ'ìö û‡Âá pp8$ ‡‡#‘á¨pt8&Ž Ç‡‰a\8)œN §†ÓÂéáŒpf8+œÎ ç†óÂùá‚pa¸(\. —†ËÂåáŠpe¸*\® c!‚‰ aH…tˆB&dC.äC!C)”C%TC-ÔC#4C+´C'tC/ôà Ã(\® ׇÂá¦ps¸%Ün ·‡;Âa|˜î w‡{½á¾px < ‡G£á±ðxx"<ž O‡g³á¹ð|x!¼^ /‡W«áµðzx#L o†·ÂÛáðnx/¼>†ÂÇá“ðiø,|¾_†¯Â×á›ðmø.|~?†ŸÂÏá—ðkø-üþ†¿ÂßáŸðoø/L%’EÉ£QÊ(U”:J¥ÒEé£ QÆ(S”9Êe²EÙ£QÎ(W”;ÊåòEù£QÁ¨PT8*ŠEÅ£QɨTT:*•ÊEå£ QŨRT9ªUªEÕ£QͨVT;ªÕêEõ£QèQÔ8j5šEÍ£Q˨UÔ:jµÚEí£QǨSÔ9êuºEÝ£QϨWÔ;êõúEý£ÑÀhP48 †EãÑÈhT4:ÆE㣠ÑÄ(.šMަDS£iÑôhF43šÍŽæDs£yÑühA´0Z-Ž–DK£eÑòhE´2Z­ŽÖD±‹@„GDDF0¢":B±ñ‘‰‘É‘©‘é‘™‘Ù‘¹‘ùQ…Q­ÖEë£ ÑÆhS´9Úm¶EÛ£ÑÎ(>JˆvE»£=ÑÞh_ô?v½2¼.Y3̉ÃÌÌÌÌÌÌÌÌÌÌÌÌ ffn»%™â8’ÃÌL«Ñúñ؉ßÌ7{ïÝ]ýpº[u Þz«êœV›jÓlºÍ°™6_›ŸÍ²Ùm›Óæo °Ú‚lÁ¶[¨-Ìn‹°EÚ¢lѶ[¬-ÎvÝo»aK°Ý´¹ln[¢í–í¶íŽí®íží¾íí¡í‘í±í‰í©í™í¹í…í¥í•íµíí­íí½íƒí£í“í³í‹í«í›-Èd2™,@V Èär¹<€Èä B@a P(J%R@i  P(”*J@e  P¨Tj5Z@m P¨Ô F@c  Ðh4Z-V@k  Ðh´:N@g  Ðètz=^@o ÐèôAÀ``0 F#QÀh` 0Œ&IÀd` 0˜Lf3YÀl`0˜Ì EÀb` °X,V+UÀj` °X¬6MÀf` °Ølv;]Àn`°ØìCÀaàp8N'SÀià p8œ.KÀeà p¸Ø€@ À   `à P Ð0_À°;àœ€?A@0„a@8DQ@4ÄqÀu ¸$7à[Àmàp¸ÜGÀcà ðx<^/WÀkà ðx¼>OÀgà ðø¤ÓƒÀŒ`&03˜Ì f³ƒ9Àœ`.07˜ôó‚ùÀü`° X, ‹‚ÅÀâ` °$X , –Ë‚åÀò`°"X ¬ V«‚ÕÀê` °&X ¬ Öë‚õÀú`°!Øl 6›‚ÍÀæ` °%Ø l ¶Û‚íÀö`°#Ø ì v»‚ÝÀî`°'Ø ì öû‚ýÀþàp 8 ‡‚ÃÀáàp$8  ŽÇ‚ãÀñàp"8 œ N§‚ÓÀéà p&8 œ Îç‚óÀùàp!¸\ .—‚ËÀåà p%¸ \ ®ׂëÀõàp#¸ Ü n·‚ÛÀíàp'¸ Ü î÷‚ûÀýàð x< ‚ÇÀãà ð$x < žÏ‚çÀóàð"x ¼ ^¯‚×@€ 0ˆ€(ˆ8H€$H4È€,È<(€"(2¨€*¨:h€&è úh ôÀ@0 CÀP0 #ÀH0 ŒcÀX0¼ƃ7Àð&èÝ`"x ¼ Þï‚÷Àûàð!ø| >Ÿ‚ÏÀçà ð%ø | ¾ß‚ïÀ÷àð#ø ü ~¿‚ßÀtPz(”Êe†²@Y¡lPv(”Êå†ò@>P^(”*„ A…¡"PQ¨T*•„JA¥¡2PY¨TªU„*A•¡*PU¨TªÕ„jAµ¡:P]¨Tj5„A¡&PS¨Ôjµ„ZA­¡6P[¨Ôêu„:A¡.PW¨Ôêõ„zA½¡>P_¨Ô „Aƒ¡!ÐPh4„FA£¡1ÐXh4šM„&A“¡)ÐTh4šÍ„fA³¡9Ð\h4Z-„A‹¡%ÐRh´Z­„VA«¡5ÐZh´Úm„6A›¡-ÐVh´Úí„vA»¡=Ð^h´:„A‡¡#ÐQèt:„NA§¡3ÐYètº]„.A—¡+ÐUèdƒ„ †…0‡ˆ„(ˆ†ˆ…8ˆ‡H„$H†H…4H‡ È„|!?È‚ìrBþPAÁP …AáP EAÑP  ÅAסxè”Ý„\J„nA·¡;Ð]ètz=„A¡'ÐSèôz½„^A¯¡7Ð[èôú}„>AŸ¡/ÐWè”Ng€3™àÌp8+œ Îç€s¹àÜpØÎ çƒóÃà‚p!¸0\. ƒ‹Ã%à’p)¸4\. —ƒËÃàŠp%¸2\® Wƒ«Ã5àšp-¸6\® ׃ëà à†p#¸1Ün 7ƒ›Ã-à–p+¸5Ün ·ƒÛÃàŽp'¸3Üî wƒ»Ã=àžp/¸7Üî ÷ƒûÃàð x0< ƒ‡Ã#à‘ð(x4< ƒÇÃà‰ð$x2<ž Oƒ§Ã3à™ð,x6<ž σçà à…ð"x1¼^ /ƒ—Ã+à•ð*x5¼^ ¯ƒ×Ãàð&x3¼Þ oƒ·Ã;àð.x7¼Þ ïƒ÷Ãàƒð!ø0|> ƒÃ'à“ð)ø4|> ŸƒÏÃà‹ð%ø2|¾ _ƒm0ƒ0Ã0£0ã0“0Ó0³0ó°‹°˰«°ë°›°/ì[°vÀNØ€á 8Cá08Ž€#á(8Žcá8ø:߀à›° vÉð-ø6|¾ ߃ïÃà‡ð#ø1ü~ ?ƒŸÃ/à—ð+ø5ü~ ¿ƒßÃàð'ø3üþ ƒÓ!ÿû·³ÇÒ#Y¬H6$;’ɉäBr#y$/’É@ "…ÂH¤(R )Ž”@J"¥ÒH¤,R)T@*"•ÊH¤*R ©ŽÔ@j"µÚH¤.R©4@"ÆH¤)Ò iŽ´@Z"­ÖH¤-Òit@:"ÎH¤+Ò éŽô@z"½ÞH¤/Òé @"ƒÁÈd(2 ŽŒ@F"£ÑÈd,2L@&"“ÉÈd*2 ™ŽÌ@f"³ÙÈd.2™,@"‹ÅÈd)² Yެ@V"«ÕÈd-²Yl@6"›ÍÈd+² ÙŽì@v"»ÝÈd/²Ù@"‡ÃÈä(r 9Žœ@N"§ÓÈä,r9\@."—ËÈä*r ±!"#‚"‚#B"B# Â"Â#"""# ¢"¢#b"¾ˆb!vÄ8$ D‚`$ EÂp$‰D¢h$‰EâëH"ŸÏÈä+ò I‡¦G3 ÑLhf4 š͆fGs 9Ñ\hn4êƒæEó¡ùÑhA´Z-‚E‹¡ÅÑhI´Z-ƒ–EË¡åÑ hE´Z­‚VE«¡ÕÑhM´Z­ƒÖEë¡õÑhC´Úm‚6E›¡ÍÑhK´Úmƒ¶EÛ¡íÑhG´Úí‚vE»¡ÝÑhO´ÚíƒöEû¡ýÑè@t:‚E‡¡ÃÑèHt:ƒŽEÇ¡ãÑ èDt:‚NE§¡ÓÑèLt:ƒÎEç¡óÑèBtº]‚.E—¡ËÑèJtº]ƒ®EסëÑ èFtºÝ‚nE·¡ÛÑèNtº݃îE÷¡ûÑèAôz=‚E¡ÇÑèIôz=ƒžEÏ¡çÑ èEôz½‚^E¯¡6@ABaAQCq”@I”Bi”AY”CyT@ETBeTAUTCuÔ@MÔõC-ÔŽ:P'ê hŒ† ¡hŽF ‘hÆ ±hzGo  èMÔ…ºÑDôz½ƒÞEï¡÷ÑèCôú}‚>EŸ¡ÏÑèKôú}ƒ¾Eß¡ïÑèGôúý‚~E¿¡é°ôX,#– ËŒeÁ²bÙ°ìX,'– ËåÁ|°¼X>,?V+ˆ cE°¢X1¬8V+‰•ÂJce°²X9¬Ökˆ5ÂcM°¦X3¬9Ök‰µÂZcm°¶X;¬=ÖëˆuÂ:c]°®X7¬;Öë‰õÂzc}°¾X?¬?6ˆ ÂcC°¡Ø0l86‰ÂFcc°±Ø8l<6›ˆMÂ&cS°©Ø4l:6›‰ÍÂfcs°¹Ø¶[ˆ-ÂcK°¥Ø2l9¶[‰­ÂVck°µØ:l=¶ÛˆmÂ6c[°­Ø6l;¶Û‰íÂvc{°½Ø>l?v;ˆÂcG°£Ø1ì8v;‰ÂNcg°³Ø9ìö{ˆ=ÂcO°§Ø3ì9ö{‰½Â^co°·Ø;ì=öûˆ}Â>c_°¯Ø7,žÏ€gÄ3á™ñ,xV<žÏçÄsá¹ñ<¸žχçÇ àñBxa¼^/†ÇKà%ñRxi¼ ^/‡—Ç+àñJxe¼ ^¯†WÇkà5ñZxm¼^¯‡×Çà ñFxc¼ Þo†7Ç[à-ñVxk¼ Þo‡·Ç;àñNxg¼ Þï†wÇ{à=ñ^xo¼Þï‡÷ÇàñAø`|>†ÇGà#ñQøh| >‡Ç'àñIød| >Ÿ†OÇgà3ñYøl|>Ÿ‡ÏÇà ñEøb| ¾_†/ÇWà+ñUøj| ¾_‡¯Ç7àñMøf| ¾߆oÇwà;ñ]øn|¾߇ïÇàñCøaü~?†ÇOà'ñSøiü ~?‡ŸÇ/àñKøeü ~¿†Ûpq‡qGq Çq'q §qgqçqq —qWq ×q7q_Ü·p;îÀ¸?€âAx0‚‡âax8GâQx4ƒÇâqøu<¿'à7qîÆñ[ømü~¿‡ßÇàñGøcü þ†?Ç_à/ñWøkü þ‡¿Ç?àñOøgü þÿ†§#ÒˆŒD&"3‘…ÈJd#²9ˆœD."7‘‡ð!òùˆüD¢ Qˆ(L!ŠňâD ¢$QŠ(M”!ÊåˆòD¢"Q‰¨LT!ªÕˆêD ¢&Q‹¨MÔ!êõˆúD¢!шhL4!š͈æD ¢%ÑŠhM´!ÚíˆöD¢#щèLt!º݈îD¢'Ñ‹èMô!úýˆþÄb 1ˆL !†ÈáÄb$1ŠMŒ!ÆãˆñÄb"1‰˜LL!¦ÓˆéÄ b&1‹˜MÌ!æóˆùÄb!±ˆXL,!–ˈåÄ b%±ŠXM¬!ÖëˆõÄb#±‰ØLl!¶ÛˆíÄb'±‹ØMì!öûˆýÄâ qˆ8L!ŽLjãÄ â$qŠ8Mœ!ÎçˆóÄâ"q‰¸L\!®× 0(8A$A4Á,Ád^2™Ÿ,@$ ‘…É"dQ²Yœ,A–$K‘¥É2dY²Yž¬@V$+‘•É*dU²Y¬AÖ$k‘µÉ:d]²YŸl@6$‘É&dS²ÙœlA¶$[‘­É6d[²Ùžì@v$;‘É.dW²ÙìAö${‘½É>d_²ÙŸ@$‘ƒÉ!äPr9œAŽ$G‘£É1äXr9žœ@N$'‘“É)äTr9œAÎ$g‘³É9ä\r9Ÿ\@.$‘‹É%äRr¹œ\A®$W‘«É5äZr¹žÜ@n$7‘›É-äVr¹ÜAî$w‘»É=ä^r¹Ÿ<@$‘‡É#äQòyœ$‘É'äSòùœ|A¾$_‘¯É7ä[òùžü@~$?‘ŸÉ/äWò™ŽJOe 2R™¨ÌT*+•ÊNå rR¹¨ÜTʇÊKå£òS¨‚T!ª0U„*J£ŠS%¨’T)ª4U†*K•£ÊS¨ŠT%ª2U…ªJU£ªS5¨šT-ª6U‡ªKÕ£êS ¨†T#ª1Õ„jJ5£šS-¨–T+ª5Õ†jKµ£ÚS¨ŽT'ª3Õ…êJu£ºS=¨žT/ª7Õ‡êKõ£úS¨Ô j05„J £†S#¨‘Ô(j45†K£ÆS¨‰Ô$j25…šJM£¦S3¨™Ô,j65‡šKÍ£æS ¨…Ô"j1µ„ZJ-£–S+¨•Ô*j5µ†ZK­£ÖS¨Ô&j3µ…ÚJm£¶S;¨Ô.j7µ‡ÚKí£öS¨ƒÔ!ê0u„:J£ŽS'¨“Ô)ê4u†:K£ÎS¨‹Ô%ê2u…ºJ]£l@DÁB¡FáA‘EÑC±Gñ”@‰”DÉ”B©”Fé”A™”/åGY”rPNÊŸ  © *˜ ¡B©0*œŠ "©(*šŠ¡b©8ê:OÝ ¨›”‹rS‰Ô-ê6u‡ºKÝ£îS¨‡Ô#ê1õ„zJ=£žS/¨—Ô+ê5õ†zK½£ÞS¨Ô'ê3õ…úJ}£ÒÑéé tF:™ÎBg¥³ÑÙétN:›ÎCûÐyé|t~º].D¦‹ÐEébtqº]’.E—¦ËÐeértyº]‘®DW¦«ÐUéjtuº]“®EצëÐuézt}ºÝnD7¦›ÐMéftsºÝ’nE·¦ÛÐmévt{ºÝ‘îDw¦»Ð]éntwºÝ“îE÷¦ûÐ}é~tz=D¦‡ÐCéaôpz=’E¦ÇÐcéqôxz=‘žDO¦§ÐSéiôtz=“žEϦçÐséyô|z½^D/¦—ÐKéeôrz½’^E¯¦×Ðkéuôzz½‘ÞDo¦·Ð[émôvz½“ÞEï¦÷Ð{é}ô~ú}>D¦ÐGécôqú}’>EŸ¦ÏÐgésôyú}‘¾D_¦¯ÐWék´h†h˜Fh”Æhœ&h’¦hšfh–æhžh‘–h™Vh•Öh6h“ö¥ýh‹¶ÓÚIûÓt DÓ!t(F‡Ót$EGÓ1t,G_§ãét}“vÑn:‘¾EߦïÐwé{ô}úý~D?¦ŸÐOégôsúý’~E¿¦ßÐoéwô{úý‘þD¦¿Ð_éot:&=“ÉÈdb23Y˜¬L6&;“ƒÉÉäbr3y&/“ÉÏ` 2…˜ÂL¦(SŒ)Δ`J2¥˜ÒL¦,SŽ)ÏT`*2•˜ÊL¦*S©ÎÔ`j2µ˜ÚL¦.S©Ï4`2˜ÆL¦)ÓŒiδ`Z2­˜ÖL¦-ÓŽiÏt`:2˜ÎL¦+ÓéÎô`z2½˜ÞL¦/ÓéÏ `2ƒ˜ÁÌf(3ŒÎŒ`F2£˜ÑÌf,3ŽÏL`&2“˜ÉÌf*3™ÎÌ`f2³˜ÙÌf.3™Ï,`2‹˜ÅÌf)³ŒYά`V2«˜ÕÌf-³ŽYÏl`62›˜ÍÌf+³ÙÎì`v2»˜ÝÌf/³ÙÏ`2‡˜ÃÌæ(sŒ9Μ`N2§˜ÓÌæ,sŽ9Ï\`.2—˜ËÌæ*s±123ƒ2ƒ3C2C3 Ã2Ã3#2#3 £2£3c2¾Œc1vÆÁ8&€ d‚˜`&„ e˜p&‚‰d¢˜h&†‰eâ˜ëL2Ÿ˜ÏÌæ+óIǦg3°ÙLlf6 ›•ÍÆfgs°9Ù\ln6ëÃæeó±ùÙlA¶[˜-Âe‹±ÅÙlI¶[š-Öe˱åÙ lE¶[™­ÂVe«±ÕÙlM¶[›­ÃÖeë±õÙlC¶Û˜mÂ6e›±ÍÙlK¶ÛšmöeÛ±íÙlG¶Û™íÂve»±ÝÙlO¶Û›íÃöeû±ýÙì@v;˜Âe‡±ÃÙìHv;šÃŽeDZãÙ ìDv;™ÂNe§±ÓÙìLv;›ÃÎeç±óÙìBv»˜]Â.e—±ËÙìJv»š]îe×±ëÙ ìFv»™ÝÂne·±ÛÙìNv»›ÝÃîe÷±ûÙìAö{˜=Âe±ÇÙìIö{š=ÞeϱçÙ ìEö{™½Â^e¯±6`AbaaQcq–`I–bi–aY–cyV`EVbeVaUVcuÖ`MÖ—õc-ÖÎ:X'ëϰl̆°¡lÎF°‘lÍÆ°±l{go° ìMÖźÙDö{›½ÃÞeï±÷ÙìCöû˜}Â>eŸ±ÏÙìKöûš}þeß±ïÙìGöû™ýÂ~e¿±é¸ô\.#—‰ËÌeá²rÙ¸ì\.'—‹ËÍåá|¸¼\>.?W€+Èâ sE¸¢\1®8W‚+É•âJse¸²\9®×€kÈ5âsM¸¦\3®9ׂkɵâZsm¸¶\;®=×ëÈuâ:s]¸®\7®;׃ëÉõâzs}¸¾\?®?7€È âsC¸¡Ü0n87‚ÉâFsc¸±Ü8n<7›ÈMâ&sS¸©Ü4n:7ƒ›ÉÍâfss¸¹Ü·€[È-âsK¸¥Ü2n9·‚[É­âVsk¸µÜ:n=·ÛÈmâ6s[¸­Ü6n;·ƒÛÉíâvs{¸½Ü>n?w€;ÈâsG¸£Ü1î8w‚;ÉâNsg¸³Ü9î÷€{È=âsO¸§Ü3î9÷‚{ɽâ^so¸·Ü;î=÷ûÈ}â>s_¸¯Ü7.ŸžÏÀgä3ñ™ù,|V>ŸÏÁçäsñ¹ù<¼Ÿ—ÏÇçç ðùB|a¾_”/ÆçKð%ùR|i¾ _–/Ç—ç+ðùJ|e¾ _•¯ÆWçkð5ùZ|m¾_—¯Ç×çð ùF|c¾ ß”oÆ7ç[ð-ùV|k¾ ß–oÇ·ç;ðùN|g¾ ß•ïÆwç{ð=ù^|o¾ß—ïÇ÷çðùAü`~?”ÆçGð#ùQüh~ ?–Çç'ðùIüd~ ?•ŸÆOçgð3ùYül~?—ŸÇÏçð ùEüb~ ¿”_Æ/çWð+ùUüj~ ¿–_ǯç7ðùMüf~ ¿•߯oçwð;ù]ün~¿—ßÇïçðùCüaþ”?ÆçOð'ùSüiþ –?ÇŸç/ðùKüeþ •¿ÆÛx€yˆ‡y„GyŒÇy‚'yЧy†gyŽçyy‰—y…Wy×yƒ7y_Þ·x;ïà¼?ÀòA|0‡òa|8ÁGòQ|4ÃÇòqüu>ž¿Á'ð7yïæù[ümþ—¿ÇßçðùGücþ ÿ”Æ?ç_ð/ùWükþ ÿ–Ç¿ç?ðùOügþ ÿ•ÿƧÒ „ŒB&!³EÈ*d² 9„œB.!·Gðò ù„üB¡ PH(,Š Å„âB ¡¤PJ(-”Ê å„òB¡¢PI¨,Tª Õ„êB ¡¦PK¨-Ôê õ„úB¡¡ÐHh,4š Í„æB ¡¥ÐJh-´Ú í„öB¡£ÐIè,tº Ý„îB¡§ÐKè-ôú ý„þÂa 0H, † ÄáÂa¤0J-ŒÆ ã„ñÂa¢0I˜,L¦ Ó„é a¦0K˜-Ìæ ó„ùÂa¡°HX,,– Ë„å a¥°JX-¬Ö ë„õÂa£°IØ,l¶ Û„íÂa§°KØ-ìö û„ýÂá pH8,Ž Ç„ã á¤pJ8-œÎ ç„óÂá¢pI¸,\® ×›  °€¨€ ¸@¤@ ´À¬À ¼ ¢ ² ª  º`¦à+ø –`‚Sð„@!HB„P!L"„H!Jˆb„X!N¸.Ä 7„á¦àÜB¢pK¸-Üî ÷„ûÂá¡ðHx,<ž Ï„ç á¥ðJx-¼Þ ï„÷Âá£ðIø,|¾ ß„tbz1ƒ˜QÌ$f³ˆYÅlbv1‡˜SÌ%æóˆ>b^1Ÿ˜_,  ‰…Å"bQ±˜X\,!–K‰¥Å2bY±œX^¬ V+‰•Å*bU±šX]¬!Ök‰µÅ:b]±žX_l 6‰Å&bS±™Ø\l!¶[‰­Å6b[±Ø^ì v;‰Å.bW±›Ø]ì!ö{‰½Å>b_±ŸØ_ ‰ƒÅ!âPq˜8\!ŽG‰£Å1âXqœ8^œ N'‰“Å)âTqš8]œ!Îg‰³Å9â\qž8_\ .‰‹Å%âRq™¸\\!®W‰«Å5âZq¸^Ü n7‰›Å-âVq›¸]Ü!îw‰»Å=â^qŸ¸_< ‰‡Å#âQñ˜x\‰Å'âSñ™ø\|!¾_‰¯Å7â[ñø^ü ~?‰ŸÅ/âWñ›˜NJ/e2J™¤ÌR)«”MÊ.årJ¹¤ÜRÉGÊ+å“òK¤‚R!©°TD**“ŠK%¤’R)©´TF*+•“ÊK¤ŠR%©²TEª*U“ªK5¤šR-©¶TGª+Õ“êK ¤†R#©±ÔDj*5“šK-¤–R+©µÔFj+µ“ÚK¤ŽR'©³ÔEê*u“ºK=¤žR/©·ÔGê+õ“úK¤Ò i°4D* “†K#¤‘Ò(i´4F+“ÆK¤‰Ò$i²4Eš*M“¦K3¤™Ò,i¶4Gš+Í“æK ¤…Ò"i±´DZ*-“–K+¤•Ò*iµ´FZ+­“ÖK¤Ò&i³´EÚ*m“¶K;¤Ò.i·´GÚ+í“öK¤ƒÒ!é°tD:*“ŽK'¤“Ò)é´tF:+“ÎK¤‹Ò%é²tEº*]“l $Á"¡&á!‘%Ñ#±'ñ’ ‰’$É’"©’&é’!™’¯ä'Y’]rHNÉ_ ¥ )X ‘B¥0)\Š"¥()ZŠ‘b¥8éº/ݤ›’KrK‰Ò-é¶tGº+Ý“îK¤‡Ò#é±ôDz*=“žK/¤—Ò+éµôFz+½“ÞK¤Ò'é³ôEú*}“ÒÉéå rF9“œYÎ"g•³ÉÙårN9—œ[Î#ûÈyå|r~¹€\P.$–‹ÈEåbrq¹„\R.%—–ËÈeårry¹‚\Q®$W–«ÈUåjru¹†\S®%×–ëÈuåzr}¹ÜPn$7–›ÈMåfrs¹…ÜRn%·–ÛÈmåvr{¹ƒÜQî$w–»È]ånrw¹‡ÜSî%÷–ûÈ}å~ry€$–ÈGåcòqù„|R>%Ÿ–ÏÈgåsòyù‚|Q¾$_–¯ÈWåk²MdP†dXFdTÆd\&dR¦dZfdVæd^dQ–dYVdUÖd]6dSö•ýdK¶ËÙ)ûËr $Ë!r¨&‡Ër¤%GË1r¬'_—ãår‚|SvÉn9Q¾%ß–ïÈwå{ò}ùüP~$?–ŸÈOågòsù…üR~%¿–ßÈoåwò{ùƒüQþ$–¿È_åor:%½’AɨdR2+Y”¬J6%»’CÉ©äRr+y%¯’OɯP *…”ÂJ¥¨RL)®”PJ*¥”ÒJ¥¬RN)¯TP**•”ÊJ¥ªRM©®ÔPj*µ”ÚJ¥®RO©¯4P*”ÆJ¥©ÒLi®´PZ*­”ÖJ¥­ÒNi¯tP:*”ÎJ¥«ÒMé®ôPz*½”ÞJ¥¯ÒOé¯ P*ƒ”ÁÊe¨2L®ŒPF*£”ÑÊe¬2N¯LP&*“”ÉÊeª2M™®ÌPf*³”ÙÊe®2O™¯,P*‹”ÅÊe©²LY®¬PV*«”ÕÊe­²NY¯lP6*›”ÍÊe«²MÙ®ìPv*»”ÝÊe¯²OÙ¯P*‡”ÃÊå¨rL9®œPN*§”ÓÊå¬rN9¯\P.*—”ËÊåªrM±)€*+ˆ‚*˜‚+„B*”B+ŒÂ*œÂ+‚"*’"+Š¢*š¢+†b*¾ŠŸb)vÅ¡8%@ T‚”`%D U”p%B‰T¢”h%F‰Uâ”ëJ¼rCIPn*.Å­$*·”ÛÊå®rO¹¯*Ÿ”ÏÊå«òMI§¦W3¨ÕLjf5‹šUͦfWs¨9Õ\jn5ê£æUó©ùÕjAµZX-¢U‹©ÅÕjIµ”ZZ-£–UË©åÕ jEµ’ZY­¢VU«©ÕÕjMµ–Z[­£ÖUë©õÕjCµ‘ÚXm¢6U›©ÍÕjKµ•ÚZm£¶UÛ©íÕjGµ“ÚYí¢vU»©ÝÕjOµ—Ú[í£öUû©ýÕê@u:X¢U‡©ÃÕêHu”:Z£ŽUÇ©ãÕ êDu’:Y¢NU§©ÓÕêLu–:[£ÎUç©óÕêBu‘ºX]¢.U—©ËÕêJu•ºZ]£®UשëÕ êFu“ºYÝ¢nU·©ÛÕêNu—º[Ý£îU÷©ûÕêAõzX=¢U©ÇÕêIõ”zZ=£žUÏ©çÕ êEõ’zY½¢^U¯©6PARaQQSq•PI•Ri•QY•SyUPEUReUQUUSuÕPMÕWõS-Õ®:T§ê¯¨j¬†¨¡j˜®F¨‘j”­Æ¨±jœz]Wo¨ êMÕ¥ºÕDõ–z[½£ÞUï©÷ÕêCõ‘úX}¢>UŸ©ÏÕêKõ•úZ}£¾Uß©ïÕêGõ“úYý¢~U¿©é´ôZ-£–IˬeѲjÙ´ìZ-§–KË­åÑ|´¼Z>-¿V@+¨Ò kE´¢Z1­¸VB+©•ÒJke´²Z9­¼VA«¨UÒ*kU´ªZ5­ºVC«©ÕÒjku´ºZ=­¾Ö@k¨5ÒkM´¦Z3­¹ÖBk©µÒZkm´¶Z;­½ÖAë¨uÒ:k]´®Z7­»ÖCë©õÒzk}´¾Z?­¿6@¨ ÒkC´¡Ú0m¸6B©ÒFkc´±Ú8m¼6A›¨MÒ&kS´©Ú4mº6C›©ÍÒfks´¹Úm¿v@;¨ÒkG´£Ú1í¸vB;©ÒNkg´³Ú9í¼vA»¨]Ò.kW´«Ú5ͦ¨A¬!ªa®©Q­1«q¯ š¨Iš¬)šªiš®š©ùj~š¥Ù5‡æÔüµ-P Ò‚µ-T Óµ-R‹Ò¢µ-V‹Ó®kñÚ -A»©¹4·–¨ÝÒnkw´»Ú=í¾ö@{¨=ÒkO´§Ú3í¹öB{©½Ò^ko´·Ú;í½öAû¨}Ò>k_´¯Ú7-ž^Ï gÔ3é™õ,zV=›ž]Ï¡çÔsé¹õ<ºžWϧç× èõBza½ˆ^T/¦×Kè%õRzi½Œ^V/§—×+èõJze½Š^U¯¦W×kè5õZzm½Ž^W¯§××è õFzc½‰ÞTo¦7×[è-õVzk½ÞVo§·×;èõNzg½‹ÞUï¦w×{è=õ^zo½ÞWï§÷×èõAú`}ˆ>T¦×Gè#õQúh}Œ>V§×'èõIúd}Š>UŸ¦O×gè3õYúl}Ž>WŸ§Ï×è õEúb}‰¾T_¦/×Wè+õUúj}¾V_§¯×7èõMúf}‹¾Uߦo×wè;õ]ún}¾Wß§ï×èõCúaýˆ~T?¦×Oè'õSúiýŒ~V?§Ÿ×/èõKúeýŠ~U¿¦Ût@uH‡uDGuLÇuB'uJ§uFguNçuAuI—uEWuM×uC7u_ÝO·t»îк¿ êAz°¢‡êaz¸¡GêQz´£Çêqúu=^¿¡'è7u—îÖõ[úmýŽ~W¿§ß×èõGúcý‰þT¦?×_è/õWúkýþV§¿×?èõOúgý‹þUÿ¦§3ÒŒŒF&#³‘ÅÈjd3²9ŒœF.#·‘Çð1òùŒüF£ QÈ(l1ŠÅŒâF £¤QÊ(m”1ÊåŒòF£¢QɨlT1ªÕŒêF £¦Q˨mÔ1êõŒúF£¡ÑÈhl41šÍŒæF £¥ÑÊhm´1ÚíŒöF££ÑÉèlt1ºÝŒîF£§ÑËèmô1úýŒþÆc 1Èl 1†ÃŒáÆc¤1ÊmŒ1ÆãŒñÆc¢1ɘlL1¦ÓŒéÆ c¦1˘mÌ1æóŒùÆc¡±ÈXl,1–ËŒåÆ c¥±ÊXm¬1ÖëŒõÆc£±ÉØll1¶ÛŒíÆc§±ËØmì1öûŒýÆã qÈ8l1ŽÇŒãÆ ã¤qÊ8mœ1ÎçŒóÆã¢qɸl\1®× › °¨¸A¤A´Á¬Á¼!¢!²¡ª¡ºa¦ákø–a7†Óð7Œ@#È6BŒP#Ì7"ŒH#ʈ6bŒX#θnÄ7Œã¦á2ÜF¢q˸mÜ1î÷ŒûÆã¡ñÈxl<1žÏŒçÆ ã¥ñÊxm¼1ÞïŒ÷Æã£ñÉøl|1¾ߌtfz3ƒ™ÑÌdf6³˜YÍlfv3‡™ÓÌeæ6ó˜>f^3Ÿ™ß,`4 ™…Í"fQ³˜YÜ,a–4K™¥Í2fY³œYÞ¬`V4+™•Í*fU³šYݬaÖ4k™µÍ:f]³žYßl`64™Í&fS³™ÙÜla¶4[™­Í6f[³ÙÞì`v4;™Í.fW³›ÙÝìaö4{™½Í>f_³ŸÙß`4™ƒÍ!æPs˜9ÜaŽ4G™£Í1æXsœ9Þœ`N4'™“Í)æTsš9ÝœaÎ4g™³Í9æ\sž9ß\`.4™‹Í%æRs™¹Ü\a®4W™«Í5æZs¹ÞÜ`n47™›Í-æVs›¹ÝÜaî4w™»Í=æ^sŸ¹ß<`4™‡Í#æQó˜yÜù}öûâ÷Õï›_:+½•ÁÊhe²2[Y¬¬V6+»•ÃÊiå²r[ÿ{]M«VÒUa«ˆUÔ*f·JX%­RVi«ŒUÖ*g•·*X­J©e~µ­<–ÕÄjjå÷®jiµ²ê[ ¬†V#«±ÕÓêe5³š[-¬~V«µÕÆjkµóÊU³ª[5¬Ö@«›ÕÝêa µ†Y½­>V_k”5ÚšjM³Yƒ­!Ö,k¶5Üa´æ{×u²:[•­*VUk’5Ùšb-´YÓ­ÖLk™µÜšc͵æY«­Ö6k»µØZb-µv'E3Þjou°:Zë¬õÖk£µÉÚlm±¶Z‡¬ÃÖk§µË:ní±öZû¬ýÖë e³&xW’e±ÆZã¬ÓÖë¬uÎ:o]°.Z—¬ËÖëªuÍ¢-À-È‚-ÄB-Ì*`´ Y!V¨µÂZi­²xK°DK²dK±TK³t˰LË×ò³,Ën9,§åoXV«®UÏzl=±ŽXG­cV”mÅX±VœuÝŠ·nX ÖMËe¹­Dë–uÛºcݵîY÷­Iñ…Y¸EXŸ­/ÖKë•õÚzc½µÞYï­ÖGë“•ÏžßþÕúf¥³§·3ÖD+‡ý¡õÈ*`/hjYÁVQ{1{»=¯½”½´½ª½š½½°½ˆ½–½¶½¸½„½¤½¾}µÖÊlÏbÏjÏfÏn¯d¯l¯bohod¯n¯a¯iofon¯c¯k¯gomo`ïfïnolobojïm?a´NYåíìí™ìíìííìíìí]ì]íƒìƒí=ì=í½ìÃíéÒ üEµL±OµÿûÕÒ#Ù‚Íðý ?ØñCý°ßö¼Žÿúþɼuü-=;Ìþ?±ËF{cùšZ1ž½[9¿ò~ü*úUò«ìWůª_µT¶vþ-–ü”_ãÿ˳’è{Ë÷¶ïß»¾÷|ï'ùùÕñ¯h ð ô ò ö ùi´¹’£ÝîÛÉñß_Uþf/ĤØK8S>åßËYÿíÆüa,לÿ5þE¦¨±çÉ×5œÿ“0îû&ÔH¿Ï?‰mØ¿ÁöS¿ÄkhÀ°€ÞµJ!;ò§6ïùÿóú†¹6`]ÀŸøñÙÿû'R²µeÿñnºð'( ýÁ«F©¢9@¤‘ÁÆÿ&¦‰í¯ÖôŽÿ>ì8ðW×\L…hWëÏWý˽µQ²­ò^ÔÊþ‘·oRØÉý—Ð~øþ(ÿß­ STñoâ{öSVíÿM\_=ßÛ<<}ø3 ó/æ±û‘iÞ:h—\ ®Ÿh,èÿ'úë{qþÛ§é° ”wÃþÏ׌*›•ÿ_¹~2'j¥¦à¯4ÕöÚ¼ðÿ¯èæw=á3ÛË«º‰¯ÓÒ¬œ©ÁiK¿þ°â}RÄÓ‚·¥Š½MàßieIà6oõ“ôðòñÈ/²ÐÿO´ŸøŸÄÀ¸ï8qñc©–T]ÿE&K¿°‚ S¼<š’\³;SxÜÌãÅÓ$F))ž¿ ùe7øÍN¡ÿôŸÐïÞ—$¯èñgÿ_dÄÁäJ<˜ùžŸÔI»TÙ?4Ökiújô/ð“ºoójðÑžMBà˜ÇóI¬8ýÛ<–Í_ ;ÿØô<)ÖY?•íù·õ’i^¤âÿhg™ñ—ݱé_ÜÚ“PÊù?ÓSâSñk¶£°ß­8òÄÑ@¿àb¿Èeáäï‚SqQód§Éoëc‘'ËÒÈcñ ©ò^ÖG©TØ6ú¥îiwsÁóÌÐïŸ)âY’¢òNý6ª©|¯‘”ƒç? ¸!©— öh¼“ ½:?È.LUûã¼XèÿâY¨½—ÃÏ“#Îä?ð»ùÐË«ù|èŸñÒèCÑö™Á/’± •°ð^o² iæ+_*­ÿÍù›+ÂS ̦y¢ÎãyºÊ‹mˆïf_àÝ$#Sœ¤À`—ì×ì_f`þægõO»ø»ºMOÎ.)üCõ|Iñäað¿‘òä#1•¿'ÂSÞ•ÿËÝ–ô÷Gkx¹¾$>OÿáNtŽ¿óIîÿõŽêŸø·XED^<ê‡ÿ™Æ¿Ìý½¿üÞ§ŸÇÃßõ¥¢i_˜é‡|>õfkzDš{ ¤I†ü;¸vòŸ”bý‡ïvP1Ó ­LšýkøO¦PÅ(Fý¥ÿ S#9÷R踗”é1ÞH‡E~7Çœ˜É©zùœ?ì¥ó<«B“˜Y3Ùö•T{„šQÿ¼^áÁ÷øo§F)¯‡Ã“õõKæÅ_~šï*^Kìoù°4É£ÚÞlOŒú™\hr TùMŸ,¾;¾ò(8}ø¢Ø"·…íNU=þÅÙ×ÎÃo-•¦AžìĆý}¾Î |ûm»’²ë“„à5üÓ4×\MÎlÛänXõ·}ñ| ¾·¼™*O³~2 ¾ýqÝ¿öHú%wÇ´nUôŸã÷Æß#ÿ¡¿ü­¢•—¿ù5£dR?èëµ}ÌË—IÈÇ'û“1ÿ)ž>1^¿ëY9#x1ì÷/vÊñÞÕÄw5XÕë_tRïkmüF{ƒTuV"±fîˆ >y#òEä¨Q0¢PDáˆ"E#ŠE(Qò»ÙR1¢RDåˆ*9b«ETÈ‘3Â'6SlæØ,±Yc³Åfý‡Ì˰Μ‚¯yb+ÆþèáCßRIX›b²ÎIÅ„<-mÿ ö–xd®D}û.SгÚ'{²:4I‹¿½£7>( Æ}²¯Lãé–®?=Ï­KŽÜH¾:ü–‘?®k’¤ñRªÞ|ò7±VH±ø‰$YlêÉõžØÓ}‚ìI]ïPš?KÌïpšÊÓ)æRO¿^~½ýúøõõëç×ßoohžðA~ƒýb<–·¦B½ø}w·#CªYÑÏ«õàO­‘¯¦ÐyÁqÑqÉqÙqÅqÕqÍasÐ9`â@˜wÒA%éæ¼CpˆÉ!;‡êкÃp‡ú:üV ûYã‚ÁŽG¨#ÌîˆpD:¢ÑŽG¬#ÎqÝï¸áHpÜttŒû‡ì-ÇmÇÇ]Ç=Ç}ÇÇCÇ#ÇcÇÇSÇ3ÇÐðŽ—Ž˜¤ õñTñyo ~v|qtq~s¤s¦wfpftfrfvfqfufsfwæpætæJÑqó; 8 : 9 ;‹8‹:‹9‹;ï;K:߇•v–qÞIbÕ¯çUœU՜՜Mg-gmgg]g=g}ggCg#FÉ‹csg gK甀ÖÎ6ζÎvÎöÎÎŽÎNÎÎN)®®ÕÀäÊìëìçìï¬8Ð9È9Ø9Ä9Ô9Ì9Ü9¹÷&vûðÒ¡E=Y^éᘰ±É,^àåá@ÿóoZ_O¹¢\h鏯©8 G¤­{_P…4{]kOe_ˆø½oÙ*$WCá$®öJÅó5©ºW]¯µâIQƒÑ“~ñ.§¡‡Ë ’$ïxºXß4ü1Ò8“eIÑòë¿‹àôž$û§©vRn{âÛá±HGD&Wô¾?š¸q?ô*îû' )°½qåL³p|Ý${>Iiìt›ÅŠþëS²aª©{+èÛõ‡q?J-NBîT’GÃÿâ>®X¹IôêD½Ø†'Õ.Ÿª³¾Ž|eßœ+¹kMKÅ Àƒé•àaÉuG§²ÁF]M^—ÿ§ÞIųÅßõõž?Ì›]^M—=6W¦ÚWÔöæ¥âwë×{¢ ­×?ÅÔþêÝyÔL³Þjÿ´ x4WþÅ>l×r^oþ+§QåíRMŽò1@üÏuÝùn1Àõ¡×ÞHzoú‡çŽ}iž}æ&#jz<ØšFÄ+¨•«ÞèJ%ÉNMBÙŠ|ÿç ÜœìÏÍ4O4óS¡;9(·y|¿ù3ý+¾ÛïE¿JÓŽq݈"¼ßtOÕÏjýãYR-KªÀ—)â›èz×¾–ÌôÈü)ëA¯n ¾öÜõÚ›*ÂÑ›¾ËÐTy‘ĘN?íª¥“åo¤Øw.OâÉ£< ôD34j§Ç*šÆ™w‰W¾ÛO¬=Ió4Å¥@ò²&<â'öƒÆÞNƒͽˆƒ©¬ïM5ë‘Ø6.¸Íwg‘ >0?9ýWKÆñéoTÛ[î)1éþògêwœ<çÉ{ŒwN»Š¸_ûójÌ÷ó u×p³¾”·þ®z,=sÝüޝ5Ý-Ýÿø·z2gßx¥«»[¹»¹»»{¸{º{¹{»ky¤ª§ªã/Þ{EÿÀÆ?«Ó¸©tôöÖvW÷‚b ˽Rèwq²AM~¹oXíZãZëZçZïÚàÚèÚäÚìÚâÚêêâêêêæÅ¼»çï××D×$×d×J×*×5·Í ¸A7ä†Ýˆ{®kžWîIB/Wo×í Ú͹y·àÝ’[v+nÕ­¹u¯ç†ç/á&Ý­‰yó%æOôö´¤ž\'±nbÄ‚‰ñîîB‰ïÝ¥Ë$–M,—X>±BbE¯ä²Tœàå~¿ÜÙœ&ö»Ó< eKš7íºœFmlòbåðTOPò¼êè±Z5Ï'?ýEí[š»ó®A§àå5{ãd}ÍÓ𢮗u…=^4ý®dJžoc3ßZ~‡UÙŒ’b¦¶Iª£Lžx¥B’õJ (›ìáæT¾vIZÉ¥XuÀ‹vˆ·×eðv¦Qiìz|?áè°# ±‹ÞUÙ#ÿd²Vð 0%¡™§^\·þ€n¸7söTûŸ[ié*›ôtßO~»IsZ]óèw¦ê ×=X?“²54¦Äÿ"íÀäØž·7¶mÛ¶mÛ6ÛŽmÛ¶íd7ksÖ˜Å̬c~•““þuÏÌ&÷ÿ|÷yn²™é>§ê­·Þªs‘=-ì«Mœº£¹'FÝÓ ®¦b´Ï=—]Ì6,>`ÓÅ•ÿÇÝX™ˆ¹C0^ƒÿz=d!DfË?;¨Va‘àKRð*› ¼òaúFEð»>Ö|ív`VçŠûû|ƒ1_¢Øö 쀰"|"t†ÙU‡9ª—¢Lºî& E`“U§Ö,>¨©/þ¾¼Mv§ žÍEš1š]UTÁ¶g€Î:äÞwõsPm™ªÝüÿpUö¢ßwÍü.¾-uh¶®qøûÂP?DWÅ}X΂š÷,é¯öÌ«1*ø˜tl¿©éä ë:ûÅYØ=ßó¶Ê9jàòVãý5`[è|õœ–1»Õ•ªÇ3þÚ5úà,nÛ.6.®ClGøw_ôÙVµvt±³£t¢±>ßè2Ây»UÖMpÙqŸçÖçyX:%ÜOÕ_ÌŠRu‘Pn÷VìÌóȆ—‡þr­fgõe n§¬ÆæzxmŒùyU!¼¬´bµÝuYUÁÊx„ûTj‹ÇP£P8³+twè»:`†ìÉg£JlvK8ÔÏÔ²Sרš¼-òQ³w‡™÷ÊcÂÿùùE0θ¸Ï6:R=šµãE1õfñà§ãªðùhåQ¢µÕÊ™Ž4Šz$*ã˜×Æ:Ö/KóöùDüÛ2RŪ†á ²e `2 çå' ’Ëtµ¥7àwJEuµÊ‚!YԬɾ_…¬ô}Ä5!ÞKÍìFŽOãb=U¿f´w/däM+ o~Á†ÉR<^yÀ,e0—º€§»ÑLù#[«1ýõÎn1ø¦ó%"¸> PÖcrãñüÕX>³©*GßüБqÏsßfµòsR»‡Ú‹Þbâ8³«`MauYõ.ð ¶é:yúÜÃ^ëc÷>¢:àÇa/  HýãÊ.÷au>Æßxâv "S0d˜lý†uh+dne°2/Œ›[Í”z€„·Nï HÉv;§Q`WåD´¢ÎÚ²(U·ßžý`w¤0Ë+TC} âÝü Ýv×—3¬ö™×Nªì©V‘賑†0¦?Ê„±˜Ë•T»G¼Ë²û©ƒ˜ããöÌÛ[·wÖÁ{,ò´ Ó7’,už?7~^üüøñ 1ó+x~òX=OåG%@ölLn Ç“1·gø÷…¹‰cà‹æ»¨†é´ÊE³;Q'þ?7pbQ¼Â¯Áx×ÐÏwœ>àìN³³“óC—Õg}ñÌŠãꇚ!”öÒ³]»†~¶£šõQÎäÿO{Ö™~;íòcp¡7Ö²ýYìÁ–M(åÒCÍÓïÀŒ7±·ÿmÖ­¥lÈzϰÏ&*Ï›%Š`ùQ«‰2 v*.úlbí¼˜“hÌKØÖÆ6Ù}Ôªƒ( ³ôpä~C3òMM&G"†7ñ;0ÖÃ+ 6®Bc¾‰28]tŒkL)O_PëóѬaBÂúx]m@‘gC}Àî‚Q‰v¢û0‹*5&nlܹÄñqIAIPË’>'1e¹šû¢æv œø÷ØŠ8„3ƒFGš“l:8w«H¥À ouÝÞ4dMIˆÁzc‰^È³Ž–N–Ζ.–®–n–î––ž–^–Þ–>–¾–~–þ–––AXu8Ö ˜Ì¢[é=Cª©ûÌtù=š­·ÑÖ‹æ‡æ~¦Mý§U€åãW!&b”»ér¾JP4fDèTtÔÈèû(^ÙÜHË ©Ìʰ†‘/•K òn±A ”Ÿ#Õ|bìÔéMš(5ÔEÔ¢Éâ¶*ƒbP ‘w«ßkP® N²>#œ„8»˜Q â=F¹½Ée=ŠÒy›úµ'Î|wwVlúôÁàsPàCYï¾0ruÝ A¶ÖC,ßœ qí­2i fLÊ/#¨ð&ˆØÐdM¶¡¹êjòo!XyRÏt˜Ï×Î:u&XU?n‘î›4Ýzù‘šóûÐ P¸=`Ó>l×rMDˆã+`R`ÈìÇCß&ÿXaŒP+ðXo6fšK'·5P»ZÛttMÑ8f›ÜïiÕ—ëü™Eצ öÎ k‘E†?Ðñ^Aªô £ôÜüÂüÒ|Ìr\“í û}co¤dtîFK_'/dû+Ý:i?bÐxä­«FãBuËý%¬ïáï À>YU6à*ú|aòNˆH’Š_eÄöaˆYÑ(óVª,<ƒüLCZ<ÛX¬m‰Ž»šbñÉ‘¢ÙóA6ÞƒOvcn¿ñ½|¬1D¼E¯¡Æ;;²ºUpaÄ®~?ìt@QþÎj–00Â;ÒäE,?…V– ^?ÜÀ(/¸ñj L_€¹Ó‡Œ3€OuÚòQÃÅ?HWçÆÃ·ót¹Ú+ƒYçi0K'5†kqœšÆ-‘Íê‰Ö©Œ©nœ…±x¯"¸ÆŠOMSÁ#ç6*k?{=‰< s‡yFª™QO£S™8‚E#“ì±ê“®ÒôyÛ'ì}ØJŒþ(8c¶Èö(>÷1"=¢ —#n¼ÑøL“ÉS²av?ú²[‡èu;k “œ-.–Fº.ázr†feHzþ¥MØó>xÌ•(–¬†‡Y§cû€áË`ÔÇVPi´ÏFµZy#\>¡,;©³m˜e¾qq¡1ݼØX4í4|ÛØÛ@“{"»`u˜nØœ©‚í¤².#€em0®ô1»Í:o8f˜€ÇÈÄm€±(}"îdÜ©¸ÓqgâÎÆ‹;w!îbÜ¥¸ËqW¿ª:µ†^ãdè,]ìf8w®Å£–‰²žWõÚ™ôÈ úk†n?OJKÇ¡VVǨU+28-ð!œÑGàûïu¯£ÿlŒà˜Ð]~)€Ÿr#îuâ­¸Ûqw%,õUŒ7¥eU'%…tM=ƒfè¤vèÏÁ»‘ìÔïÈ«¢ Wÿ­é ؽ¸l·ZeôMˆ&N Óÿ|v æ JëvæK½‹jÑv˜»šm¶× ¤3B/jFÿžä—Ꟙ”ꊬ]”å¦Ï|„ßž›,VUÙ’®ý××àDÍúd[1µ&Ö!/4Çu•çÏçþe7i?D=ª7ì vL·òq†ãÚºtÈòÙu*:ó÷šßpÖ¦¢¶Jø¿]kXÜbÌàKî늧›¿RaŒN· pUê&Ž4·J_Õ½1Rò‰ø˜$„Ç£äQã1À#aĉ`ÏÝt‡”»i÷ÒîÇú £ÛÃØž0ó9Èü-Žq}»¤Ö²j(?šÀñ¾ÿ¸šJi0?›§âQÝTÃTӔ͜i®cš7r6ô Äîæ)îüi}Ï8KjÌO¯„yê|K±–H6™1ì,ªÚÚδ(ä¤jENÉõ±½âëºÄá1;]1–·ÐÑìÁg„Áßë"‡é¼ôQ9™3±¨÷ÒPgßeÄr‚ H‚"h‚!X‚#xB DB"dB!V+‰UÄjb ±–XG¬'6‰MÄfb ±•ØFl'v;‰]Änb±—ØGì'‰CÄaâq”8F'N'‰SÄiâ q–8Gœ'.‰KÄeâ q•¸F\'n7‰[Ämâq—¸GÜ'‰GÄcâ ñ”xF<'^/‰WÄkâ áH8o gÂ…p%Üwƒð$¼o‡ð%ü"€$‚ˆ`"„0¡DND‘DMıDa$â‰"‘H"L„™°ÉD ‘J¤éD‘I¼#ÞˆÄ'â3ñ…øJ|#¾?ˆŸ„™ÌNæ s’¹ÈÜd2/™ÌO ’…ÈÂd²(YŒ,N– K’¥ÈÒd²,YŽ,OV +’•ÈÊd²*Y¬NÖ k’µÈÚd².Y¬O6 ’ÈÆd²)ÙŒlN¶ [’­ÈÖd²-ÙŽlOv ;’ÈÎd²+ÙìNö {’½ÈÞd²/ÙìO ’ƒÈÁär(9ŒNŽ G’£ÈÑär,9ŽON '’“ÈÉär*9œNÎ g’³ÈÙär.9œO. ’‹ÈÅär)¹Œ\N$IR$M2$Kr$O ¤HJ¤L*ä r%¹Š\M®!×’ëÈõär#¹‰ÜLn!·’ÛÈíär'¹‹ÜMî!÷’ûÈýäò yˆ!Ÿ’ÏÈçä ò%ùŠ|M¾!I'ò-éLº®¤éNzž¤éMú¾¤éOdL†2” #ÃÉ2’Œ"£É2–Œ#d<™@&’I¤‰4“2™L!SÉ42Ì 3Éwä{òù‘üD~&¿_Éoäwòù“t ²QÙ©TN*•›ÊCå¥òQù©TAªU˜*B¥ŠQÅ©TIªUš*C•¥ÊQå© TEªU™ªBU¥ªQÕ©TMªU›ªCÕ¥êQõ©TCªÕ˜jB5¥šQÍ©TKªÕšjCµ¥ÚQí©TGªÕ™êBu¥ºQÝ©TOªÕ›êCõ¥úQý©Ô@j5˜B ¥†QéÔHj5šC¥ÆQã© ÔDj5™šBM¥¦QÓ©ÔLj5›šCÍ¥æQó©ÔBjµ˜ZB-¥–QË)‚")Š¢)†b)Žâ))‰’)…ZA­¤VQ«©5ÔZjµžÚ@m¤6Q›©-ÔVjµÚAí¤vQ»©=Ô^jµŸ:@¤Q‡©#ÔQêuœ:A¤NQ§©3ÔYêužº@]¤.Q—©+ÔUêuºAݤnQ·©;Ô]êuŸz@=¤Q©'ÔSêõœzA½¤^Q¯©7”#åD½¥œ)Ê•r£Ü)Ê“ò¢¼)Ê—ò£ü©* ¢‚©Ê@…RaT8AERQT4CÅRq”‘Ч¨D*‰2QfÊB%S)T*•F¥ST&õŽzO} >RŸ¨ÏÔê+õúNý ~Rt6:;ƒÎIç¢sÓyè¼t>:?]€.H¢ ÓEè¢t1º8]‚.I—¢KÓeè²t9º<]®HW¢+ÓUèªt5º:]ƒ®I×¢kÓuèºt=º>Ý€nH7¢ÓMè¦t3º9Ý‚nI·¢[Ómè¶t;º=ÝîHw¢;Ó]è®t7º;݃îI÷¢{Ó}è¾t?º?=€H¢ÓCè¡ô0z8=‚I¢GÓcè±ô8z<=žHO¢'ÓSè©ô4z:=ƒžIÏ¢gÓsè¹ô½€^H/¢ÓKè¥ô2z9MÐ$MÑ4ÍÐ,ÍÑ<-Ð"-Ñ2­Ð+è•ô*z5½†^K¯£×Óèô&z3½…ÞJo£·Ó;èô.z7½‡ÞKï£÷Óèƒô!ú0}„>J£Ó'è“ô)ú4}†>KŸ£ÏÓè‹ô%ú2}…¾J_£¯Ó7è›ô-ú6}‡¾KߣïÓè‡ô#ú1ý„~J?£ŸÓ/è—ô+ú5ý†v¤è·´3íB»Òn´;íA{Ò^´7íCûÒ~´?@ÒAt0BèP:Œ§#èH:ŠŽ¦cèX:Ž6ÒñtH'Ñ&ÚL[èd:…N¥Óèt:ƒÎ¤ßÑïéôGúý™þB¥¿ÑßéôOÚÉÆdgr09™\Ln&“—ÉÇäg 0™BLa¦S”)ÆgJ0%™RLi¦ S–)Ç”g*0™JLe¦ S•©ÆTgj05™ZLm¦S—©ÇÔg0 ™FLc¦ Ó”iÆ4gZ0-™VLk¦ Ó–iÇ´g:0™NLg¦ Ó•éÆtgz0=™^Lo¦Ó—éÇôg0™AÌ`f3”Æ gF0#™QÌhf 3–ÇŒg&0™IÌdf 3•™ÆLgf03™YÌlf3—™ÇÌg0 ™EÌbf ³”YÆ,g†d(†f†e8†gFd$Fff³’YŬfÖ0k™uÌzf³‘ÙÄlf¶0[™mÌvf³“ÙÅìfö0{™}Ì~æs9ÄfŽ0G™cÌqæs’9ÅœfÎ0g™sÌyæs‘¹Ä\f®0W™kÌuæs“¹ÅÜfî0w™{Ì}æóyÄ3_˜¯Ì7æ;óƒùÉ8°ÙØìl6'›‹ÍÍæaó²ùØül¶ [ˆ-Ìa‹²ÅØâl ¶$[Š-Í–a˲åØòl¶"[‰­ÌVa«²ÕØêl ¶&[‹­ÍÖaë²õØúl¶!ÛˆmÌ6a›²ÍØæl ¶%ÛŠmͶaÛ²íØöl¶#Û‰íÌva»²ÝØîl¶'Û‹íÍöaû²ýØþìv ;ˆÌa‡²ÃØáìv$;ŠÍŽaDzãØñìv";‰ÌNa§²ÓØéì v&;‹ÍÎaç²óØùìv!»ˆ]Ì.a—²ËØå,Á’,ÅÒ,ò,Çò¬ÀЬÄʬ®`W²«ØÕìv-»Ž]Ïn`7²›ØÍìv+»ÝÎî`w²»ØÝìv/»ÝÏ`²‡ØÃìö({Œ=Ξ`O²§ØÓìö,{Ž=Ï^`/²—ØËìö*{½ÎÞ`o²·ØÛìö.{½Ï>`²ØÇìö)ûŒ}ξ`_²¯Ø×ìÖ‘ub߲ά ëʺ±î¬ëÉz±Þ¬ëËú±þlȱÁlk`CÙ06œ`#Ù(6šacÙ8ÖÈÆ³ l"›ÄšX3ka“Ù6•McÓÙ 6“}Ǿg?°ÙOìgö û•ýÆ~g°?Y.—ËÁåärq¹¹<\^.—Ÿ+Àä q…¹"\Q®Wœ+Á•äJq¥¹2\Y®Wž«ÀUä*q•¹*\U®W«ÁÕäjqµ¹:\]®WŸkÀ5äq¹&\S®לkÁµäZq­¹6\[®מëÀuä:q¹.\W®×ëÁõäzq½¹>\_®ןÀ äqƒ¹!ÜPn7œÁäFq£¹1ÜXn7ž›ÀMä&q“¹)ÜTn7›ÁÍäfq³¹9Ü\n7Ÿ[À-äq‹¹%ÜRn·œ#8’£8šc8–ã8ž8‘“8™S¸ÜJn·š[íåÖqë¹ ÜFn·™ÛÂmå¶qÛ¹ÜNn·›ÛÃíåöqû¹ÜAîw˜;ÂåŽqǹÜIîwš;ÃåÎqç¹ ÜEîw™»Â]å®q×¹ÜMîw›»ÃÝåîq÷¹ÜCî÷˜{Â=åžqϹÜKî÷š{Ã9rNÜ[Ιsá\97Îóà<9/Λóá|9?Ο à¹ .˜ á \(Æ…s\$ÅEs1\,ǹx.Kä’8gæ,\2—Â¥ri\:—Áerï¸÷Üî#÷‰ûÌ}á¾r߸ïÜî'çÀgã³ó9øœ|.>7Ÿ‡ÏËçãóóø‚|!¾0_„/Êã‹ó%ø’|)¾4_†/Ë—ãËóøŠ|%¾2_…¯ÊWã«ó5øš|-¾6_‡¯Ë×ãëó ø†|#¾1ß„oÊ7ã›ó-ø–|+¾5߆oË·ãÛóøŽ|'¾3ß…ïÊwã»ó=øž|/¾7߇ïË÷ãûóøü ~0?„Êã‡ó#ø‘ü(~4?†ËãÇóø‰ü$~2?…ŸÊOã§ó3ø™ü,~6?‡ŸËÏãçó ø…ü"~1¿„_Ê/ã—óOòOó ÏòÏó/ò/ó ¿‚_ɯâWókøµü:~=¿ßÈoâ7ó[ø­ü6~;¿ƒßÉïâwó{ø½ü>~?€?ÈâóGø£ü1þ8‚?ÉŸâOógø³ü9þ<¿È_â/óWø«ü5þ:ƒ¿Éßâoówø»ü=þ>ÿ€È?âóOø§ü3þ9ÿ‚É¿â_óoxGÞ‰Ë;ó.¼+ïÆ»ó¼'ïÅ{ó>¼/ïÇûó| Äó!¼åÃøp>‚䣸h>†åãx#Ï'ð‰|oâͼ…OæSøT>Oç3øLþÿžÿÀä?ñŸù/üWþÿÿÁÿä„lBv!‡SÈ%äòy…|B~¡€PP($ŠE…bBq¡„PR(%”Êe…rBy¡‚PQ¨$TªU…jBu¡†PS¨%Ôêu…zB}¡ÐPh$4šM…fBs¡…ÐRh%´Úm…vB{¡ƒÐQè$tº]…nBw¡‡ÐSè%ôú}…~Ba€0P$ †C…aÂpa„0R%ŒÆc…qÂxa‚0Q˜$L¦S…iÂta†0S˜%Ìæs…yÂ|a°PX$,–K…eÂrHhXxADAdAV+…UÂja°VX'¬6…MÂfa‹°UØ&lv;…]Âna°WØ'ì…CÂaáˆpT8&N'…SÂiáŒpV8'œ.…KÂeáŠpU¸&\n7…[ÂmáŽpW¸'Ü…GÂcá‰ðTx&<^/…WÂkáà(8 ogÁEpÜwÁCð¼oÁGðü!@‚„`!D0¡B˜.D‘B”-ıBœ`â…!QHL‚Y°ÉBŠ*¤ éB†)¼Þ „Â'á³ðEø*|¾ ?„Ÿ‚ƒ˜MÌ.æsйÄÜb1¯˜OÌ/ Š…ÄÂb±¨XL,.–KŠ¥ÄÒb±¬XN,/V+Š•ÄÊb±ªXM¬.ÖkеÄÚb±®XO¬/6ŠÄÆb±©ØLl.¶[Š­ÄÖb±­ØNl/v;ŠÄÎb±«ØMì.ö{нÄÞb±¯ØOì/ŠƒÄÁâq¨8L.ŽGŠ£ÄÑâq¬8N/N'Š“ÄÉâqª8Mœ.ÎgгÄÙâq®8Oœ/.Š‹ÄÅâq©¸L\.")R"-2"+r"/ ¢(J¢,*â q¥¸J\-®׊ëÄõâq£¸IÜ,n·ŠÛÄíâq§¸KÜ-î÷ŠûÄýâñ xH<,ŠÇÄãâ ñ¤xJ<-žÏŠçÄóâñ¢xI¼,^¯Š×Äëâ ñ¦xK¼-ÞïŠ÷Äûâñ¡øH|,>ŸŠÏÄçâ ñ¥øJ|-¾E'ñ­è,ºˆ®¢›è.zˆž¢—è-úˆ¾¢Ÿè/ˆb,†ˆ1T ÃÅ1RŒ£Å1VŒb¼˜ &ŠI¢I4‹1YLSÅ41]Ì3Åwâ{ñƒøQü$~¿ˆ_Åoâwñ‡øSt²IÙ¥RN)—”[Ê#å•òIù¥RA©TX*"•ŠIÅ¥RI©”TZ*#••ÊIå¥ RE©’TYª"U•ªIÕ¥RM©–T[ª#Õ•êIõ¥RC©‘ÔXj"5•šIÍ¥RK©•ÔZj#µ•ÚIí¥RG©“ÔYê"u•ºIÝ¥RO©—Ô[ê#õ•úIý¥Ò@i4X" •†IÃ¥ÒHi”4Z#•ÆI㥠ÒDi’4Yš"M•¦IÓ¥ÒLi–4[š#Í•æIó¥ÒBi‘´XZ"-•–IË%B"%J¢%Fb%Nâ%A%I’%EZ!­”VI«¥5ÒZi´^Ú m”6I›¥-ÒVi›´]Ú!í”vI»¥=Ò^iŸ´_: ”I‡¥#ÒQé˜t\:!”NI§¥3ÒYéœt^º ]”.I—¥+ÒUéšt]º!Ý”nI·¥;Ò]éžt_z =”I¥'ÒSé™ô\z!½”^I¯¥7’£ä$½•œ%ÉUr“Ü%ÉSò’¼%ÉWò“ü¥)P ’‚¥É …JaR¸!EJQR´#ÅJq’QŠ—¤D)I2IfÉ"%K)Rª”&¥KR¦ôNz/}>JŸ¤ÏÒé«ôMú.ý~Jr69»œCÎ)ç’sËyä¼r>9¿\@.(’ ËEä¢r1¹¸\B.)—’KËeä²r9¹¼\A®(W’+ËUäªr5¹º\C®)×’kËuäºr=¹¾Ü@n(7’ËMä¦r3¹¹ÜBn)·’[Ëmä¶r;¹½ÜAî(w’;Ë]ä®r7¹»ÜCî)÷’{Ë}ä¾r?¹¿<@(’ËCä¡ò0y¸*“Ë'ä“ò)ù´|F>+Ÿ“ÏËä‹ò%ù²|E¾*_“¯Ë7ä›ò-ù¶|G¾+ß“ïËä‡ò#ù±üD~*?“ŸË/ä—ò+ùµüFv”ä·²³ì"»Ên²»ì!{Ê^²·ì#ûÊ~²¿ ÊAr°"äP9L—#äH9JŽ–cäX9N6Êñr‚œ('É&Ù,[äd9EN•Óät9CΔßÉïåòGù“üYþ"•¿ÉßåòOÙAɦdWr(9•\Jn%’WɧäW (•BJa¥ˆRT)¦WJ(%•RJi¥ŒRV)§”W*(•JJe¥ŠRU©¦TWj(5•ZJm¥ŽRW©§ÔW( •FJc¥‰ÒTi¦4WZ(-•VJk¥ÒVi§´W:(•NJg¥‹ÒUé¦tWz(=•^Jo¥ÒWé§ôW(•AÊ`eˆ2T¦ WF(#•QÊheŒ2V§ŒW&(•IÊdeŠ2U™¦LWf(3•YÊleŽ2W™§ÌW( •EÊbe‰²TY¦,W…T(…V…U8…WET$EVe…²RY¥¬VÖ(k•uÊzeƒ²QÙ¤lV¶([•mÊve‡²SÙ¥ìVö({•}Ê~å€rP9¤VŽ(G•cÊqå„rR9¥œVÎ(g•sÊyå‚rQ¹¤\V®(W•kÊuå†rS¹¥ÜVî(w•{Ê}åòPy¤+_”¯Ê7å»òCùs­$ýAñß÷fšï™‚«}˜åà°f±ƒÃÌ“GÆì«¬¹÷ÉÕ1ÖÁÁ ]¥YãR_½;‡®HÖŠÐ]/¯åà°v±ö“¡Ñ">¿qp ìÞ+©DÿÄ÷7”R¯ÒvÑ] ¢»ÿá¾+ rT¡LõîŠÍš»COy†$´4ÆW&¿«×ŒÇ¥ç·º÷ %Œ1CgWµ¬îÊ Š¡Þ÷ó êAj*:~i°ƒÃ}8Òh(dîí-&ì¯çwfš”äàp[½ªÖ]+[¥»Ëà-¶§¹Õ•Ô§hÜjþ=_Ïœg Ïâ>Ñê€þ2ç(/Ÿ™Ç×1?ÎBWeí¾ûaš¡Ä„Þ\÷`à`‡\9Ò²_·>*5a¬ÏÝýb=еßÅèºümÝ5ºt‹½yÂÀß'º»²[fÅn·º'Ã×ËÁ¡¸Ý»qêF&¸®ðëX]ÇÔ܃(„WBlãtɧÕuÆè0‡oøÎˆB^U}çÿãù¬M[]o„T>ˆðftýòèîïû‰lès5Á¨ÏîvLY3îǹó Y·F‡c«pàXùñ£—Õ] ÁY\¿Î gøcœcãÁ7@·‹ÝW6÷bÔk²C™âLñ3P†žtlÐiç_wfñ6ƒ‘˜çópV š+ïQ §Á£õ‘ €ÑsìÜ—&سŒçmžG¿ýh‘¡‰0`}Íæ}&w2lÇ ÿ¼3LcKêÿÇo0x Û¥*B1ÍÝ ßÕœ©âàpK£l©5’ÉK‡f\›ÅØ·7<Îh·$ Ä¥F ïû Ø%™ Np\°îþ†!\N‘+ídMt§»ªeoí`9Ô® [ mH3u\Ù#¦cè t^?dkU‘Èú&™õ!žaè³¥ˆ«¡Å~HÅz™–`îv߈îÎûüëN…,ßšñ·¶îÎãV¹üß9~U½ÓÏX´5¤?1ŽÁ]…âì/ ù„G ü‡ª÷¡WïƒFØ…5¾ÔÜÉîSjwß$Ä8Ïâ^?83P¯3 Â[åôLKVLCv„Yž›†/k#›x7»è0iˆb98|8ãù.ÃSw'ô:CK|×E^5VFÈŽNæ¥`W¦×nìùBÍÈ·1†eâ@ ÒÝ—›Ojî2«eÏZ±x6ÄÀ‚‘ª¹Ó´¶XwŸÚK§¸‚?úÍôç MF€YÖ'iŸ’²¹çvRWÀ>ãïêÛ€gj sŒ?l3ÊãQáÅÿüNݽ٠Pîqž‹3ªúû¥æ®èwVw<'…·_Ϫ÷VÖ†lšçw8fiFOsyzX­Ç[RÜiЖa|>ÊpÕ¨JÀœÍ(+ £¼š }®Ù6VÏGÖGÖ®ƒŽ+Hí vŸh­j£µûÐ4«ÑÑkl*e7˜éâß7Àÿ¡cU]El" L[¬êQýicš1GcóB°ì†kB2©áÕØd«gBÎØyòs9B¾ÂÅ7â¶®'”!ng!Já¼Yæu¿ßÝœÐæu7Ħ=’ÍÆˆùÂúcà8¥ëî_n”|EôÆrCBO`ìK«»üï§`Åÿn§£íÕ"üØØ eîw`øùqÇìõÃ{úæ2Ò†½(Ö„µ×à³ iÍ ãßÇò¯Šö qþ':ç‚Ú ¿ýlî ÿ‚˜õÄΓ SÂÊ© n®ñ«ˆ¦»QÎî™KÃ¥ÉY<^+&Çøxð˜£X;vŸñMÇÕµjñSTãqçðüÝ÷#EOV,J‹;cÔ©¤|€\ `ð=l¿shu«§²ÙysÚE;Ýa…”bj-/©fø4›§ïÎõá{oÄI£5"ô²°}ÜZÿÿr6=J,°4:n­U—7Ü’Ãæ©÷ŒÞ*Ã~½q@£G !Âç5­ŽnLý?¶¦èîýßû5¬X¾ Nhš¥Þö°ê:VX=;´±:[Þ>m ZÓ§¡.+Ý8ñà)dÐòrèèPM/õeÔu'9ñœ[ ê}"jº5_¼*ðÿCR\Õ5B;¶ TcÜ&¥Lº&¦F&Š!?²xž¦ ú¼¯]»ïÛò¨MnÔUÏØªpdÇ+M…(•<¡ÓE²ŠÄ]yÇÕ©¬ú§}#ÊЮXˆµ÷2ÿüŽ,ÿW€þ2ø¹/`zQ“áƒí®Ë7ýf‡îù¯â·Ö”Vk¢/š«°Ž‡SbÃz$¦!V°ªÇgr¢\œ†¹±ÿÅ]q½£«1aÈ÷jIqXgwëN÷,ÓnœÙ4kç¦_Á«˜ÇU¿}¼cÕžqÎÐñ»ìE‡wÅ©v4ÆÌ»Šýl®Ãq«3¡²*gá Äû÷hÎ.è¬Hôì꘼Sç.Fmƒ7ãT%cµF]Êgž¶êYg߃ruÛŒXZ×° ° FÎÐõß[2Î'½ÕÕè"àÓ Û»«ö‡ÄO\X€òaU.mDÝ…˜4Ë4]Eª5ŽZ7Ȇc™ 6à“ÙX¡„î×Õy)¬ú·{x-µ2{àLÎ2’Gà\ Ç´Ïü¯*zðׯP¦øfñ,_ø¶˜Ê9N÷&Í6šÀÊ5ì¼í#³¯ö£bê$Œ¬A³Æîž>:°«Û`|Ïsõ_OÛ#~•óq·šm ÎõÇjņ˜g´©v‹aüE¯;Imž²å³|Š¿•¦Þwuù®ÓÆO˜{WŒYK§gStùNfqþA×uš,ïoQ#YJÇEeò¹+fÇiÍxc¬zór Õê| |8†¹îçqüTE$ó ef‰?o-H¶gemÃËjÅáÕÎIMFžUÏ- qË}ÅøY=Ôº°sÑûpM(’Å“Ðs ÃV¥ØtïvžèÄhѰ{(ÖFÁª'Ù¨SÝKh´­¸oëô'û¼Ç"›jÚà1ŽØŽf“œøŒí¾U45ñ±Mvx"Ým©2i’=ƒmM˜Ž¹¹eC|´§U~Wô×ÁÈÎj¾6ƒ½×ŒSÄcBJíø{ªbmt#5 \øˆèr`Ɉ»#¶Ú3ñ ¾±¢(B°p&¬¿5ýÅ[×96oßzþ{mi¥ç¥Pôk@~¶C ª±qbU'Àÿ­Ú•U„ï]0h¨y .Y¾E`)òÎ[Å¿1Š}™°Ã*¦gÓuØøçzCÿŸÏ}wƒªî#ÃwØXSÿ÷f`–æH…\Tl¨ª”©ÓܱH-'˜Îb«PŽ”D¹¾7õ¿Ù”¡*Ë÷Ø# ÆÀúnmÀª61# ;hT';º‚Ëf•´È¹klTDÝçW!N}p¦ñ¿w¸ìX3ÆX_‹ lvsK†ÿc'Cåb*~âÆ ³{§UöK‹ýÔú0û$D¸³ÖšÙÔ«ª>C^ŒÎ¢ß¿©fÃPÄqªGÙ53-D¼÷¿öÏß^vU­ÇÿÓoWdã4öý@6ÅáObÒÒtȸbß6%§Ú¼÷£…w¦®Þ([ A='c»X&àlh~½ÀwgrV6Ö·ò$BÕÿüŽ l°/¤Ë­lÆ¿ûÿQíÞ|!RƒÔ ©‡*ÛØø¬Ï,¹ Y|%a‘†…ÔÈ¢ŽÂ‹Â7¤ÄâHŽo'irp·§È:kêL3@®(Ùhàt{µO.hÓ‘É C}×êp˜¨[‡´¹Òcÿ*Hаx¤®K½l³g{زsƒÓô;Ç\‡# ¾¨ˆý@ŠX)mg¯¶çÍ£æ¥ÔFGW¹=YgI%÷êÞÀ£Ø)Ÿ@8ãâKCÙê5ÉçP§Ü`„{ƪÇmÑØwÃoF’2ú£d›Î40ãò4Q˜‡«àÕÄ鸡ӎ2â €>Ô´zO\vµ~¾øÕÍ`MyôÉæ*EÏ”ãšÏŠnÓøÕí†y 0tú´¢Á’Z0¸ˆŽ±ó‘u7PþŒ‚¹Žé¢ß !±Rõn–®§¤ÛOc³f𠼋™ìÿ¢ÖÙé‡0)ï픲$³6λ#¿½Ï\€¼.…æÈf~çy&ý·zQÝñVä+~åÒ©Ê=lgÃD§8'àÊ47W¤üÓq4XdË5 ˜ÓUÁ¶…aäã ă›0BùImt‚)‹]ˆMVÊŸW§ñ5aTKeùÔg‡ÔOQ»Áƒý*û] NE!vó.¢^d´æÜ»šñ;ƒ—Åìì~”×ÕÅ]àýJ«žæ…û«™8ú¹Õ3¦£óqì“´K³"jkµâ:‚±ùŽ>ÿˆyÙ5þ"¶fRÀµ±kC*dñ–Dá>ÿ×l*gµºûûín:v…±;v ím½Ë•\tï©#Ï,Ö‡µ"†w›b-8 ¶…ŸßùCuë?ÏxV²K™™¶£Çª¹]sÕäbCy«keÕ «02ÅÔݳњ1ã5Õ°ø—ð—=Úu7àô³êê^xÕAºÿ#¹¢º¢ŠÖ¨«{Ì;e#øbBÇ„¹?š4Us âéydÿàúfµw걊ÖÕB¶ÃŒ4Þ½ÿõþ•·+Ò{Y]Û…íø©ÆlššG‡¬âx1ETc°ªÄ}gÞ•µê¤•ÂVü~C½ñ Vj1Œ›†ˆJëjµ{Œ¼[™<ØØÅä¬jÇÛV`0ö}d7ŸŸ˜¹E3»ÄôÇvµŒ̾ü6û™Sà“t@è³ëÉèµÚßO¶e"ä.Ã(¡A:å=k§âÇ®…Ùóhxb6Ÿ4vépuEÑi¢fÖ5·‡øç7V{ÇÕ}ÿy«|ª…ç@»óƒÍvnRSUŇ€RyµsØœvù;O׉ÍЭëS"#kr¹Õ¶ÙK(1 N5…wÀ=øO5Þ¥lNO§ü»jT$‡ûÜðž#QÅF¢Õ±K½ÀJþ8j!ò¿5à”-ãß³LÑÙ÷0õªNéó ªÓYûÌN è•q á¼W©X›#}ºšUûþóoÈuM÷[Ú êö:媵ÒüZâˆÏp=„³ÚŸ,Â}ȰDoKÒ9Œç>ÄýÒñÞjä„ùs›Ò ZÇ/ƒñ%8/ÒÙ}>âemßæqmlv?Œu'Ähâùј#èè>X1ó`Ô1÷µªµ =λ&À±žàñ1tŽ¿š›¾ˆi™#¿ Š¶ÍfW¦6¨0`ôd;Œ ñ&Óþÿä¤HÕžH–¡Ù×d±ësÓ¿OæÄ_}`ˆ{rÞßw hüy§[ÿîÇêM:ùèV Ç3jû´VùzʸßîÎ}UÍŠv­N;«+á¢êê&Gr@ Ž[m5—÷$_>`e¿‹4avFiÝÎw¨Sõ´oY¾wf³šûwþ¹Ÿ1eB3 rëmv„Z„¹׊e¹oÕ?y£Çi5‡†×#Ïcž‚{]öƒÔZtûrsrLt?ánºýŽNÐg¸ØT°×j¶±³ÇÚÇ''F¥‡æ´IjœŒQ瘋u¦"X>×èT÷ŽHo:#û¿†_®Œ)Wßa’T9ó_xs^{.­«¦Þ K ¨Ù– çÔ¢,4Çíš=Rù0G£½mzœša×íÜE¸;Ã=07ò 3ÞI¨1ï¾åe 3_Ù}Ca)U±^"«qG¾›Ž¿»„2}2ö-ùá/ucâYsßÖkPd¯ã ë®é:ýo÷ÁçˆáßjÐ"Ù„™4aêÝÄ|ÄÕ\h6wЗàp«lÙŒWº-ÿ‘_ïUn4ò4„¦]Á=Ñ2¿ðýF̨'I›¯\jj_Èz÷4#x‘'ê¿×‘4·ØÄfšøm¤Gêv2OšŽ»u´ºêõ ¬¢æQ$¬¡1¸ë gya,—GõÑíUÍDH÷Ȇ•®œù²õÑŒóZåT[«Ý=2ø òz¶®î/Bù;U—[ðøs+‘u~\†j}ÞXÕ³­ÝÎípúkM¸«2*Âf½‚™“ëºí(Åpµ¶³6è®cý¯@¼g0Ëu8b·›Aß»"lÎ@tGà5™ÿïU^h+õO·û®ø—n›qVœÐÙã¼çU?÷•®k4»g5½Ý ŒP;˜! £…·³ï\Ä{…Õðy“P$>BVl„XÌÁ™1GîØ_vÞÚÕ³ vzc±¼¼ñj Ç\J\ ³ßÔíTMÔí€Ñ^”í™)™š,ŽBþµ† Ð5íø¦Qú­0^=l÷‘Ô¤°wÉ¡vÔw)Ò¤™1ÿÒœ(;s@…xœöÖêZ]C½ÂÕ¨€s´Õu’'àÑ»¨[ðg+¥¶´/η¢N»@G7A½ýÖAtÓÞ…L³¾¤.aE–eMÌPÍM«!og‡VÔ¡9C͈í=žßWýѱ÷!O¾ªàõaµF·Š(:ßô7¤cÍÜŽ‹‘îÕˆz©Ê”Þ¬qìU`Žª^9}Ný=c—‡MüÅžÛx@°¥¦o4áNkOÊ|8czjÇ¿ÿ~—8gçÓvîê(¢Éƒp߆¦jÝ?žbÖx|yTßêjÌ$ìgiø›ÓÜÑVMíʶÿZ‘oC”#ðhÿ¼!ØÁ¤&;geõ:ËwÀ¦lÿyõÞ6þvÚ¤u{Í»ÔõÜ!;}Uµ ¾:×+7Ø¸Õ T­IýbgÇd?Ìô E BZW¼ª¹hðÙœOË××mzÎ%aÅu˜&E$!fD yÒ±ÁªQ€G»=a^øVBóб-Í©YKæÅó‡@\ï»-w– ½!cð8Ec ¢ïýÕL[cÝ ù¦©ê¶áB!YçÁ”xÙT'b¸÷ tŒhµÇtø¶P£Á·ÿ¹Š®a'Î(šÏ5ìšîØÎ-Z{¿[dw›ÜL@*~åÉJÔ!—†Ìk”.€ý«ÕZÖ!……üÖÓµšü؈5b•M¶ÖµÆ©(ÿàaÚYßîµ¾dPïü‘ÑjÅÉ@^®Õ躳é€î”uJ=¤kkñ;(úÍþÑe¾ûý6Z»;së𜯀ƒ~ÁCqæ QÕÃǪvÆz]PÕì0úî*úó®ã¡6xko˜X„KÌ’«dtÔ1øW]'žxO}5~BOü kBuûZž»+f}1„éˆkT5‚ º“c[ëV§Í±7‰ë%U¬>!K×kötÂY½ŒÇÑžn\øüXýü¡²)½ši ÒlG»kß2€¤%¥¨÷$tÖ>¼V[„=<ç®°»J_¡ÙÃj›Åºz#έÔünÑm I‡ì^Û/Û 2ýŒ&·wì^sŸHmBºKídŸCÞŸHÞ•žE6ƒßåì^ýï“ çRù1¸GµÙ3i?@§ä;Ud΄í¶bÖ]M—5ñ!*Ë) ä’ÕÙK!:ŸA§Ã5+ê;®ns­z¢~8#<–¹X­½(›½ÇÒÀÖ˜ôŽ˜c±ÿéZí]†ÕK,¦ö5ÐܩѩàÝÑèÃØß‹H•S4Ù\!¾›Î²‚ÿYj,8c´+±S°mT\¢øtùUEçŠÙ |ô!«Õ|ÅðoØŽfOÝ^Ý|àÍU»Ï4öCö¿R»Ÿ pfgæÓp·p¾®ÁMÓRúèöÌ‹ëŸqFVŒ)sÒè›2øÌ ÁÐËèlk‡ëš“U-X Ž?£…Wuô}¶\ÿŠ`ÁøD`xC—èã`ñ:¬ð½ ×kÀˆá‰Ï!Çê@³æ´ÚÑ”C,y=%ȪGF*¾p!Ío𸣪94kٚȢ1§Üà(­ Ün“Á[ÿ¾Ç·×u˜'ìTä€Ñ{Ä·½ÿaoe®ª£4Õ? Í?Õøsp;Ì~ ©X*â³VIuUvô,5e2o90h7dR_|~']_°Ñ¯ÞÁÍ©‹Þ‘PÆîGÌtÖOô×ûšÕÁs„å\”­_“ëdq#êÔëäV}sEÀ°ša‘.›3Óü“wعû-8e§Õ³¨F4¢EåV0àUü¿s®tL «±/{êÂÿ7~?”¨ECM­ªú4ó6ð7‡{“ép^yäugÀæžÏ#CcˆQIˆaû𿯣HEèr͆/£!n7T½’ÐKccUo|Z³øØntJ¿ÖúÎívü;ýÊÂøÓ•°6ˆY}šÉªïkÕ®jΆr8ÊAðo?«zØ^S§‡%õýŒ| Œ›q9þ­S ±·T_üåÚ©'²" 0îáïî[Ò]“O§* îgkƲ˜9ðý…¤·æ~0S©¨áF„Ö œOÅc;÷{ŽÀù±üÏõ|»ÇYس—L/.´Á•«€Šæ-;{"7Ä=UãVt'WpÅ_Ù‡k²[¨s²²v¸U%Ìá6_ó/£Q὚HÞðm 1_úÛÀÎÊv”Í]qµ5GV3|šé¦¦ÃX‚r©CzQ°°7ò÷$Fêd#£2Vt®ýG¾ôZ©®4„äó:'{ ¼ýýäR ÑéÖˆzjOØOÃù¢ª®6BÊ] áñŽÒ¬c?€…¯`ô3º|­†½­î6ÛøÆàc¦A(ªëÖ?öMu²¹^_MÁWí_ÙÝá öãˆ?Óá^÷×ý~SXÂM¤æhv'{¢ñ½b\Ôï·$Óõ ®i/Ó*9qˆÏÙ~#áùWÎ#¢fï7ìX‰²áʰ j¯:Ì<~µ/ «èÄ矚̜–lGÕÑϳ8Äz}ÂXÍîÜC;œú‰l?¬2(|˜ËÇŒ_õ×µ9²ßýù1y-Å`¥Xcç Ø&ÜÓ¤&*!«ŒèÏFYîd Jmf¸–˜[S)újªÍºtQõj¢ŠÎ·€ZqõíVžƒÿcÒë‡:6ÌÅ–OÇZž "ãW…u«“1eb…Ä©¾è§ƒˆƒ§-KÔJUËNͬA5]×ÏÝGñòJÁsÞôëè5óÚ€"z ¾Y„ò3d,¶¼Ô°y™ûzĬ“êg»«‹Ûq _Ì1¿‡ZÚ3°çÊ­þ†ºèï@À¿ì¯ûÚUîgÀ1^À‰X“ÊÂݽk ›2W{ž@¼ o¨,ïõEùS(j›ÊôÐªÛØ×ð³TÁvý½q‡@Q¦âØŒù֟Λ]E/·q¡«^·±´2oœfóÑG1_œatiï˜w4x·ÐùoãvÏâËë–7±|@#î´ª±ÓâO«:{ý×ïòÃL‰×t9  tõ´F=ÖÙäP—àMÑmŒÃUÖ‡þµžÂZ¿,¬ª®ª’Haبœ7®¤ÕÎÙœE5ÒõšÕ “ù¥Úë_…hLõž¦Üžöîoùý߆ŒÓ^Iš±UqëË}›cY´â9¢²~1°+à27ñLêeÄ‘n0{ škŽÞ{œÙEÀ¿3À­iÁα·L•û5½Ý ¤Fä¯;bRM8 ®ù¥úJC»§(–"ŒÝSÇ΃/sct’5úâ•ÜÉŽ&}S‘΋-Øg ·[†c$Œ÷ã~ÚYC¼üõ{¿ C†9©Ý;¾uÂ`4ÏNP/Àü±8^dòfðæ¡À?®®—‚™Ë Ý]„õXõõ2RÃKém€Ó V÷YÝÔuç 5XlEñpuï§cïlÐu=Ó‰0xóû ©?o) ~¸Uå/ûòÑØN`ñ(—{êá%/ Ûœ ¸±ðyãuið¤ÿÝK–‘üÙŒÆ^x¥¦SQÞaçyB×gQ Ä«uÌö‚ˆ¶Cû1á8rÁß5:Ÿ÷ýªÕ€ìÀÎì˜j\¤Sñr*¢ÓãÂ)¬›ÔUÍ*cbJ°O€PÐãžvöDoÛY]¯+X¾€½ì¯+~›®¯à}ótF¤ Ûß÷E‘©ƒéÄïý‹¸ ±ÈÂ{š ­ˆ™4ózC˜V1&»ÿOxm¯öj'òò­ºfh¥ÑúÇ!Þ0‡ÿSÌ]&½}g³ëÑ !æfÕO—¯vÞ»Kî–ÏœÒ(Û}¸†ÒÏî8óòXü°ÝPL»CŒNý Zu×›ÏcfÎ}1èϵeƒA,:ÿP³rÈýçm©Pé×=‹A)q¥æÔlìá®´%H¯ÞÙyƪ.R¡÷Hÿî­êÿΫ:8>!—Tžç‚³&NƒQQ”V[í .K=Šõ²²Ø¢ë¢{ƒwÉ)~^ïRb 6ª Ý«ÓËóÚÉÓž‹jØÖ%ÀV dÖˆÊCìuœUŠêõÙî—LM;Ð|a­0èà7[Eµö²†n…JàxçƒÙ÷[­› "¾€ó«Y5 Ûòñ¯×ª†tì;ªÚ>ìê‘…[4]ýV¬ u€s9 Ùu–F¿¹‚Ьc3rçœ[=ä¿ÕÒ’¡ž0ꢸÅH Â1.«+g£¼ªšn«(îjG­\¢týOs›® ]x¸¹O¢¬QšaÆZ¡ËÕ—ãÒ*:ý€j”Xß…s¹çL¨ _›ÞÑ­žš˜ v^^ÝÒÿ‹éñšº’’ýk®¦÷ôPUw9Ìð2õ¸•Z—Fz5åçÌä‹8›'ÝCª]&§z7ÕåMjìJtÎÍl“áçꀚè~ÂNM˜Ö•‚ÿ}¼‘õÂ*$íI7reV×xºíïÊI{mÕEoU½Yâ˜U, k*+ñ¿7wÙ\‹¸öëbºªüÓΘÙQÔH«Úu`ã•Ð6¨js¬c¿F¼(•ÙDí[ÇlEœ\ qvrr ݆ªõS¿êæuH¹ûhºªGCyœJ¦WIp²s]£:²´.«Z¢ÌH‚‘Šcú«ü*Özã|]¥Að§Ú9¥ã,HÃkÃ÷wuwé°nQyÔ¼S`œ=þ\üP<‡¨õY ¿[å°ÅΕÌÊè³nNEíß"©£Ñbh‹ýÏ ÇM Z8p  9N£Ç‘‡ÆŒ;ˆu0ã¾c¬ÃðºÈÓôIíÁ=‘&•ÕìÌIEì]´D†›g`TÿŒàK Ä—+ ý‚¢ÞÜmpp:Bµïï·í@5>…<ÛdPàg!zŒVW»Ôë®F¥•…ÈÅgñТiÓq/|ßµ€Õu« èÏ‹†Ó®ÈǾg±¯£#@ß³ÐpÙÇÍÅE³Rhj¥Gï“g¢þh˜ÇQˆ¤),$왪۳’ÿV+Î#ŸÂÔU]9•¹çt>í‚^èö_®ôœ påýÿ¸Fw×¢~þÎÖtn5©bÃ͘°Ÿo +ÕcÅíS#sIs%¨ÎÉ »O±­Zˆ¹éÇ¥&†Ã™ïÓÝ5z[ÚPsm¸}æ(«íT=¾«Ÿ1§#ËÎÏ_;ù«–&ï±é ÒñþSê7/!}’‹††,ñP{‰²pÄmàÚ¦ŒáË4JŸ‰˜…³õx‘„Û›üFŠ6_Kø \ˆÖ¡x F%PÞmˆ}“ºÍÑó×½˜#`„ü¿Ÿ†Ö‡¹À7C“ªÙÜ}IÁQ7ì(º|…”°©¦Ë™1Z‡iï„ÂàEZ@3þç,70ÿ+%W¾àa»7©h¬U~›“¿c,BPnV‹8–厇bß$z¶¦gq³{-ø<;¬¥Ý\ì/{E ¦K6{kmÓ}‚‚T¾–G™_pæTú®ÃØq 7¯B&¨kÏ ‹+p6?몣ÌìršJmåØP£Û1Ö=Õ\:ŠyØP³»–æ[æìúÂñã¯;ë¯y­vyß;•uÆ¥pÆ$°ÿ™jé¨~vߢ7ö äæˆÀç°£ «å¢ë×wóúȶH÷ýæÕ€ÒR»w{„ªŒÖ¨¯ŸG!Å=Jù?±†0¨“å#>&~FW»¯áËC:¡|çO»åˆ0Å„ÈKÀªX%›y¤#æœÔ¿wK­¹`ÎF'€§ƒ7\·º"?Ùjý.!¯“1¦f0‚÷ÃòøO?àlj…÷ñ¶èªQë¿î+V¶ê³[ÿ7„üØŽf¦æ¸#®uÞ‡U.Žòl­Û‰âs¸9 ÎIT;Ã'à[ad—›ON°k¯ê[ Äî›^ ð(CßAÐG^úó»mvÔÍ ¶5zuQçq58o‘f=D£y„×U7`^¬ÙâEb 3öòJô¨¨öpS¬æÞŒp´¹³5=$Î8‡”{…© Ê©üšØODlˆRµb ŽT6«€¾vî*¤éŠ{üã:õRUÙÞýêAb·;ÊBëVj>/k³b›…ÐhjvFLŸ„u,ú— ¨HŠÔ\uŒŠîjSõjå'‡„_T}ªšÅ³tþkµÇ{Îu4Öé yÕ(¯AJV(¡ñ¯«0¿Þ=®*[|ð%;×rõÌ®£Çê|Í4k†`4ÊA½ccnkTí¨ê鈽Ž, YüÄ-à@äû|°s’FÛ̉Tå¸ëS¢x[VZÓ‘¼H{ ù¤Ë#ŸDcZkcKs˜®æ×0¹¼Š”_heĬvwQN³ÚÉû±iqÉ9~]Öä‹r5UÓ:ü ¡‘±ÂäÑ1eæó<`Co;̼¾Ìå¬ë »çjÕï…ŽÞŒòïEê%¤2ÏÁÛÒˆiÙlº§ŸlQ¡`ûG¨Gù›8wø›PÜHÊB o:6F5ã0仨{ú8< >X>¡ë¥ÁøµºßÇã>Æ¥–êC®”•ÀçWî×í\WlìÝ4ÝÓÝ>ÇˉëŒìñ³ÉÈËÈÿ]½›…8RÎXego"w–W&òXí\Ø߀ÈU²ÙUzñÃ?2`ð!Éu»ÓͬÙ#ûÖ›PÝÇž€èLNð†Ì»Žr‡vYr8íeª|ì55z>œ{WƒN2FxšiÛºQèOo×/‘¥ÑO¡éÿ8 OÕãc2Ó³X›íM_áU ôŠÕ ¿Í* MпyП“ƒŠ(g«|2:Yí:°¸v•Wçߥ›9^eú`ˆÌp@®bm>M'¸,¾mÓÝE¢™¾[©`k7N·Î–ã:âù¡JuAÓËOQ•cX¹×ë)ÌѾŸ÷û­âûíË gA$¢xÑP%7Øåä%«û¶¶ÅŒ´Ó¯žÒô"?BÞGõË|ñ¼‹lz¦Á¥4æY;¯ìÑ.šÏoÉY^—zŽG©Y‹½@¹»Ú?£m`Œs¨Ì#ýÖêÐ|‡¸ÓÔa*ÂÚkB4 à­˜ Z@kôöůñìîI$è”0çç<ÝÝ|JÀª ˜Àzçdv·‹ h´wɯßicµ.ãÓ[·B59¾EÆ9IK0‹ÀqµUž2éWtSãP¤òï»}°t„““rFŠÁa6¼±¼Õ±e8:o¶ÿCX/4WtZ';}Åfc¦š÷íu«÷Nªÿï,‘šˆ]…Jš/#7ÖûWÆÖ‡<šï³!¾û¤-Ô­9šcOÝ4¼¡QÏÍV]Tßä-yÿbÏÿ=®Aþ@e_éìšèô‹«Ú[ZÃŒ˜¿îß …™¯ƒWû-cÑè¥ÝE.)‚¬uÊâwédêæ=tj+þ¾3²c* ~L³V)«jAXByà«o4âT'Ÿ‘jlÂRšáŸkª> Üw§¯ fEÚdæØ°“v8âŽ8ò)2§Æâm*Ç«¹GÙ6Ò3Ñj×w Ì>ãóâš<Ëòù?d ¾ÌL½ý« YgMH1+­~˜þÈ?âÏÛ¹5øìÖíNÇ9;ûD[6£ãß"þ̳ÚÝlÜíâŸ>Íæ½(K!þ(†1r¼«JáÿËuìé ]o°W§PCŒÏá¨/ {^:i Ú1ÛsœùçÚ›¥Wf+Ø_OWúyþã[:a½ŠŽLëàPFªé,€>íQkV(²ÖÉcLäP•`Ö'šëpoUÍ'=ËfÞ‹Z…±ÿÔUÓKLR#Z)½°å¬Si—Õ»õÙ$ò¡Xßç‘L’gåã2['ðõtÛqÀïÓ8Nw=ÐbæÎvVÒI/þšê¦Œü°"ƒ¡UEÈ ”O‚Ÿ÷`­š¾0ªÊJbsiÎAÈ$Mà ¯jXÆO´òhäU'sùN¶ÿ|s×~w¿œhýä{ú)TÂÞXßÌ¡ÊÇ/`á|'¥Ãÿû?Î Žá€Èj’Ùi‰•‘hñëÚˆì7DîcßøÙÒ"°¦»‰ÊfI´x0«Èd_fXU õ“³ˆžow$j¼6£à ô!Z¤žD‘‘¬àá`ÕuÏMÉŸµÉhÚY,B7";·g¸ z†$:ªÀÇù,Þµ~œS Ç_¥½¯]#]f¨‚3D6›FéQîaîiBISÔáì>hã °k!bqæ6äÓÌŸþ÷¯«¤:Cëhw²/;ODVŠ¥¬Jm,ž^_ŸkŒg&µûôæBÅÔr_ž+#*=ÓˆÕöÏUJåÿW.t,»áü.`÷VÊ¥gt‡Î ó+ ©wÂòšÚ#õW4Zûª6–áÙ±´î„åyCM:OÁ‹C»›h¡ŠôÏ“)>_ûßZ2Ÿ•Ÿ!«ƒã¥þ÷y?©WÃXYýçÜDûÈ&`‚4þ¥—Ñ ÏÑ@ì'FYGÉ‚³›kµy)ðÓ<ìSv{¸rpêÂÀø]3/æOÆYº¢v„‚ÿð÷F8> c“ t•ÕQá3ªB./“Ä›H8Q}ËîsRIF›´^ýÆ^”X5®*™†¹šP]!pu½ÿ¿W>•z–ÑîÓ{7†ÕA©Ð{¡k÷ Š}Â_ëaMdÍíµ×&4˜¡'«8ý#W%zO;× >• Í•Èþ_˜rqôeŒ³ã³…¼r s0¢ì-ÚØeÒŠ8-*ØAhªË&zhýüåÖïÒB Ÿ‘•ÏÖ¼A,ô¢²¶TúC¬—’®÷±<¨°;jÍ}‚ßZ¡;"'…p"Bdö˜,OP/Ãvïqä®»Ðg5ÆÎÖ¼¨ÀÔWTõŽ,eØgIgUOY óIÓ– ?¯0ÒEÚÜ7À‹u"æ”)äáHGšã6ÔyÀÙQèË*ÈúT°âBèªÌ±1ÝȬÓÑëC…¿‰…¿3XkÜfVßch»ñÁsilæÊ¼«m»TÀ­¥é½h7œ q\^ïCêã‰)ª+»I~5@Í´)’®Ö­"¼[DlèGµb3Ž­ÎÐŽ%èA·\Éð·xAâÔ˜ô²¬Æ‹cÕµ€IÉË•Ç8ŽÄ£ ÿ¬3’糺@-àÈ †b(‡J3â¹s\‘Œp5vtžxúmE#Ä`ŽåµÓÏ—%L»'t¥ác¶þ4{Þ±âÔ“Á¢jÆ®t_íbë-pßÀoÔ½}­ÿR½ùˆêÐD'ЍH̽ØŸšC"]%*’ÕNwqް|a¡[IkP¦ =ßûc|û\e¡û0½U誜kñ*ˆËþuÔ·^ð¾$DSØýF¹…ŒÞ•óíTÊ1N-Ý%TI— ìxæÄ¿H¹ýïØ„„+bOd kîqC 'Qw#(¯ö2«0AE‡ðÁ3oɰBÄqQž6̼½à+ðùü6ˆŸ™>0ŒÒ¢Ü|œu7I%åaÎh‚?Gd?$&àG_ëhë<.Zø’æÿºBþÌØ)׌óª:ÃàÈ/Ÿ ì¯l¥U+Œ"'v˜º9½=UïBôk>Á7œŽyüÃÙjç Tˢݜt»¢ÝïŒ/`õœ„‹åŸ '‡d™«w>n êy™îš£ºôɼK²Ã‰Zr æoŒº)r§|„@Ũî%}NC ÇÑœ[±¨%ïõÆŸShÎñ£_hß%Y0.ì1"WŠçMn”1úÕ¢q,½œØZù8µhU}ÑÉ ô¯q3!ˆ-n„£ªÍŒk±S!ŸF‹¸n!*ÕU´ñRFÚåXAlެ1ä¨6çE;³´r%èa]+¹àq‹D^±Jn}ºÌ?3úÚ»X {U¨[\|žqmjÁ°9BG}Èb‡ZÎ@Þ7‚åbú%þò]N,ÛŸ¡ŠuÆŽ©°‡Gà™gÉ1³UÒŽÅÇG]9 –u¦ÖÕ1*þ.¡œ˜ÎÐiiP°ã‰®a÷éÌûp”íÄxn;ûç!.rxl(Œ÷%©#Xw #F2&ƒâÞ× Yù–\™änKO»ÐöDt–Boģߣ^Ó1£YW‡ïP,ž’˜¥—vä%æ5‘ÕÄQ’+9œN€ÁlÈŠƒXÑ7/Þ±©‰¿`i’ÀDËÄ€†Ql½ˆ§$üIß –$',ƒ¬ŽÆLÔ„ßÎ'lˆ÷†Ñœ &½0[šÈ_¯ Ö‰ äO/÷ÎlK™ cGóôú„D†n˜‚‡ý0¦— .Í4ïÂçG–¯ÆW X‘…žŽ¤]kiá¾”WðZ %ŽX'#ÖP”3à·ñ™Óë,Iœ³UùżC|½Y{õ£Õ‘`DqD.Ÿ3s1fÚþÜÔ”ßu¥/þã»ÒFdwf¬z¹à±C—Œ+¢¾œå½¸9í8 ʈ7}JLðÕ¯ëï+Ô îoet¿±`çlŒÚlð[³¬ën®GßÇ _6Ôoãë!žœÜh‚¨XØ%ªÉâÉ©÷æÔ“³{К#‹˜¥&i·»x€œ£B”n¥È»l ¡ºôĸŸ†¹C¾¤V¹µà¢Cè žIZ„›s{©ŒkЧ~ Ì陼Z>Ï´€Ùö§nÄ諲'Ãy¼¶'œ3FîZŠU_³2«{lëóZ²‹:‹·YjÑsИ#"ÞЗ­J§ÕË£:æ>Òúl¡ä˜M&ùÁg޽Î(D8¼YÊZ±,I¾|ìãmˆís cb¼ŲPÿP@ã)‰^7þOVµ³Å×{P&¼!êdª yؼ“ÿ·¿a­„gG¿ÆwŽwqµ½â<&³ŒÔ” ­ßR!pŦ˜¡Z ÑÁ€Ç È·†¨HÀ\Ï;Wâ9»¢êz˜ øq¹¹"ÕƒV¼O˜O¤d Zï/¨Éò—I]óøjCIFE­†zÝô´QñN†£²CCÿ½¯-w¿À*¸‘ Â#Ý^pFfÅo«1½Jg íìÍÄsTÑ¢Q¬5k¹PÍ;E”iž@õ¾vxWæÕ=‹ýÅPc–¾ù¥u"ñü‘´¡Ü FPPòÇ€Ö.áo)bä¥ Ì3ký¡ëìÉœOÀ \ø¥µ»‘C0–aíX@p0`àN2Ç[¨³ùCQÌÅØ•ð¬¡_)o]«’Úó!:[Ī®øßOesùpNïÚn¬kâÇúÖQ‹ æT6ÉëX2¢P2ŽË¨2VC©¿¦P}ïãÀNFNÛ€ÆMcdUQÒ$8ÎޏÇw%ú #&bížÉâS` Tvfàý"l·i&ø×þaA;÷79TäÏ€¨¨Jçø~"ïÓ²T{AFä²êÇr–âî‚#*Цž„±ö…¯EÜE(‘8r‹ rPËx”;1éU;eg…VuÑwàüÎà­Ih¿Ô[ÉsÚýVW°ÃAÅŒ•˜ àÖP  HÖ3róÙÇÑB~=á‘<:™¼ ðœ5žFJ<ñ p9΃fY¿2õˆíшn7ž‹‹ ÌÃ(^†Ü:’½G2eÁÓ—ŒŠYæTm,Ûóid4Ûž`Ÿò<çBÞÕçÍ‚œ@y-Ö¸ )°ïsY@,êD܉vBCŠv *mª–¡Zµ4B« )¤Äç4æò1´s–0xC#N…îygÕÌò' ¦†Ñ~Gí¯þëÝ+9¡€Ñ_…<%1yÀZûå• º[_½º+KM÷@|—€åŒ#0²Ó p\ë*šQ÷+rÕéî"2¡Žÿ"GûŸ;r¨BläTTÆ í«å…ÔªŠÃP•xE=ˆŠ%¼/OØo<ÞsÔ7"¥Ý§qÛ&YÖ^_€ËOpæ[`m²T5>ç.„f姨À|œ¶ïøÊ)§ˆ¿÷´—²¥Ö£ý®éÿË•#ﰈؤjÕÒôôÅ8ÛAŒþÖNItÊ­º¼Œ•‘I?òfðç‰ý`~ )á ÃÚG0û¯ÔÛÄÚóÀ³º„)-1; †Nß[H¬BàØ@óQí꼆ÐrT¿Ê”í”uã?†¤ªÁØ‹rÛórg¬mÞ:Ê€Ïäp§ygÚóŽu¡C®:A]ʪXD3ùròX!-,%ùoŸü÷™¯Ñ÷{ãx¿‹tK#¿w’ÄŽ“øÙ1ÿ ù{”Cï_Õõe?;Ôò‡Ü 4ÝZ?½D”í%IF † €x¤'†1öBz±´Oí–ëÈÌ«Á8õ€WBÿ¹;ŠTï(²¿20:FrG «^:+“ÁšY¨wü3Ϩ)»‚± Æs6”$µ2ã$–) ±AÕz$ðÚ‚¢ÒÙhËPȽÜC$N‡ _wµ~vÞ¶‡ ôƒþ~˜¨ñ‚ùìDÜ 3-õ:x]—»Uî‹q_ãšjw#~ËÖgÍ1ƒ£šqæH‚ÕµBõ"<«yÅ2ô=«“¼DëcM]U¶ «„¼¨‡Ü £z±º®4>2¶J¤&Ü„®$è301IÙJGþܺ)Ääe1 ðz\„%ÄÆV»Ò€Û=Ð ÛH[äKf‹ÃçÉåSsVÁ{½b’ÈØÎÙYKgyI´ ”¡x|‘úà¬?œØ æß)”Ó÷Áç¾¼;5z QHMÐ#ÌÈh÷Ó`œ ˜¹2nBÞI´Ò…µæßHrèQoq´3ADµ¸fŽ^õ)º‘B²?,z0©w³M˜å™9À¯oBw¦í¦(è„bFkC`ÉÚåèïô"Êkµ´Âfó?ÕnÈ<—H: O’W?ÿ§^âGÎs¸[Þ•`r¤P ¸7ñÚþÌQ„‘·þç“䜉j5nmÀŠМLÕ4’t±ÏÁÃKÅêÀã9"ìýˆÇ¯bõ·Gh…-/ •:õÿ^Ígp[æ´« ûy)/ÒUûrôò;ü?ÿëN;CÍlÂw’wfÜÀJÖ_¡3Xa^|åB>>E¶óÿ‰¨œƒ¯#+¢9òÈèz8¶°¡/̵‡ÚP‘•×Vb¶W¿tbSç&Bí€ø¹æ>ÄœéAjKs§òDö¾ØÏxNW(QöŽ¥oùºÃe¤ïÙ‚º·ÆzH3ãäÿüZkæeØ\ªþ݉ÌÿË}¤ÑOÁê«uvéâÿîæÀy‘¬½êEOºÛ/GPŽ"ù>M@uÜÛyæÒ¤‚FšuûiDûREZGëåÌ›‘O„®ÌÞo ì[Ý,«áH¹Ðdв‰%KN ºW1€öHžÌÈŸÖ{ùMo‘æ"v¦'ÙÀ«2u“9åB÷²Èe.ü{¼æ ÜýŠÁsµ’RDÇ„Õc.G.\‹¶àÚƒµ^àÕ(Àë&ŒÓsR‰®×†&d±ÖÜ“3CÚ>ÇGPµ'\HÁ DÐ.4%k=Ftd쪯ª¬]ÖùÙ»`ö¢¼•¬W­ÛžLÇPÔ1Œu’œq›¥ÀÊŒ:aFx0<÷o]Õpd[÷Gèo& ­Ãn¦/e2¢]üØ’íD1oq¬à71V<5Yjjˆ^ó+Ò¨7Is0&F$2Àí&÷¤)Q†Ö"+å³Cˆ*ÞÆãMÊspFÉÈ]²À‘„(ÔX;Ò;Ìdí” ÕÁòåTÕÿšóû9ß(šÛ`v œ±äbµ.b»ž5Z.Á[ìŸû¹þz¯î~’sCªÜw1—–Tˆ÷í[—‹V;dj`ä6f¬…˜H¦íˆSÂй`Ó>QÓ©Søç¥ì‰•æEB.¨!÷Òª©ù¤Š‘™6x uX]Só²êªû'§*Ë1çs¾GFëItʳì`ò«Ïå»S²»[Á¡cª¦É¢Ó‰¦iT ˆTχ²êä…!æA8ëy¬)QòaqgË^äÜ¡ÅQ,_b?ïF3Ó‹Ó$´¿j q±ä|Ä>?¸ °®D½€QD•2Š` 3|§úâ'²Õ (` ]÷ìÏ̹KYŸF³û^Þ€:{bVz,É< °;±>‹Ç ­¼ªiq؉az:‡(“/òÆ(õsíwrƨÖ{1KgÔ€+BŸ'ùÀŠ£Ì}*Ö;õןó³P‚xî'°÷²¾í»;àŒý¤oøÔöÍ×0›\mtÅwZ7F,RKDîG–=¯\ œçì¢Ö)£=+kX×ó!¶/EÞ9¿_I²F“¡©£î”‡.€D-¬|ÜÀª$Œµ%óÛQ51sZ×H‘]{ pQ–°|®€ÂEÅm#£­ •‚È5ЏO³7æ»\»÷ºw€¾}%¾F·¢Y~÷#z†Q=NçH„UÕP‚¢ ütŒìB`°À| ´2¹Õ ç}A¾t„™÷‘8o Ø_"ÈõÉú]0²Æˆ1Š)øg§òbèXjv‹Ü3ë-b/ÐÎ ¯Tå_æ|‹ÌØ%¾ ÏO£èÇyû ñtÄ“ â›ªÔD|ÆæÃZ%ô+à¡Êê´ªÁ©tÕR˜<`üï“•`–<š-7JëÞ«ÅKTZŸp㟦9ã]ü?~ßj¿¨ù"*ä¡Ì/€¡ Îp”I…²°„ø˜^Yù'×;®Þk ØE"›ÇS¦ì šuVošW£‘I=ãD¬Õûç¿AëŽg¤O¡thÎ Š³9ÄϸFx1r ûEWøÎe挸ÝlFBL£w7asâo¶å2¢s&þ:ÄBãqJ`5s”°v娣k]îÈš™Àç“,æiÃ|[‰¯Ë‹¿åÞhÝ›…ï‚Æ÷‡œö'3ϸ¿ÞÛLªJ9«¬']fv¦?äõ4`ïy€{¤øy4Úˆ¿óóŒUD9ߌ9æ›=U@!‡Ð‘Šûq›`þ¤Ý¹óö’ZªŸ&ÏÙOòN!±.'ˆøl&”‹—`†Ÿ UýŽˆŠÚ ÈŽ!~ OœQñ»Î/;—p³_ºXª@»À‹ÄcÅš'µ¨¯Jߢ¦%ó¬X lýtt;¹p‘^÷ïÓó ‚6äìõhábýn˜ÃŸÁ ;<ó*¼û‘µªJв©ìÊY£"ç(UÚ18`œÿút‡i]sq%v'ɦïè…90çi‹ÌÐĽKF팔Tì†À(ôê8FzüþçïÍZÍŒ™’'ÞÎ.ôœ” €çQþªrncF!°Z‹ð¡¸õ.P¹åÌçC¢G[û³ð[qôzîºFÌG6zP4s€¡ñàãX\¡Cd&äwá®ÄéI£9YàzM2àQ†š`^Ø„QøšV[àKŽ ~Õ£o–8îF—áŽXìª~5"ï'-¢z0øð˜—ž,ÁˆzŒ@}íFGñ%Ñü&ÔuäA®nçÚ”œ¿.ìC±hQ xÞî³Ù¨î• ìjŠìs†³,mhggb+Q8ˆKQ–$ú ˆÜû‘‡1~À;!p—£}Îp¡}£òòÏ´\yñï÷L²X.)tçmgän4¼~µíÉÀÙ¡IGS£é  ú‰4b1ÒsXýámÀ8.ãseF±«ˆj0γ%¼õkÀÆ.YÕä8T½˜ûßPiœÖ2ŒuwFæz†?#ùïEÞIüš…ÏR¡«ˆOàý1¤FúäíÉ=ÎbÇÒÂJ¡5eZ]âP ýAø¯ 0¯-kïA²‰‹é€/Æ”9ßà/«‚.­ß°)¢X Ǥ¥A±uÚ'°3´„Qã)^‡çñ…q¬­Õ÷£Ÿ D™„D"6Õ4;C8úxäLÌãDð´oQoà…a¤;É4 ;.ê)Ø£1_Áêãz’*ú±V†w%2 ìrùgÇ‹áïX¡\ÐÁXXƒ~î„ã¿––%ß&Ñ©ƒóìs/Ò\:¯•âA8y#Ë®!Ž—ü ^è¶{¹´bbÕÝÿü¼ö^RÕ–]§c¿òc8z;D _?ÄøâëÊt– Œ:pšÄ*$ù=°n=ÆÆ’q5ªfYÜú„ <®¼8æ7Æ&ök Y_ˆŒ+»¸Yàzy!ÖÁÈ”nq Éø‹k×Ù"OësÞ¦¹ÑÞwL¢jÙŽÊ~8ÊÛ°Žd7ïaèÊšu˜‹ÇáœWy§„®ŠletRÒ0O*KúTñ²KÚÙ[}ü—§ÀLú_úë’´1|§ÐeàõÔñÃð›|EgV6{Jj]jRÛ®Ñʘ̚Kë€?‰Oæd ð§kRßÊñćYû×*"ŠŠµû™£H]QÔ“Åc`Bã•7ƒdvÄ÷Œ¯Éº>Û?>…Åð¯­{6Å&$×|‰m«Á7-Ê´eß)/ϯ«i•º§enu5C7‡þ]Á‡md÷¥€×~Öd‘˜¯ÁŸc‡Ò¾Ôí±"jvÞïM4B‘dú$ªWjŒ™za†ï¤V_at‹¢§òÌ@c+ºÅ>ký¶h`m3«› @œçgýC»þúiúDwÏÖ}Pûæ ÅUyîµe?‘#‰,õ¾Ìúë{Á}ˆÂ`ä â÷8Dd|™4Ô¤Ó­« F%1&þI°Ø_LÝKãúDD%‘Æ„³*Æ/Œ½On¯üË©DÜI÷’°¿™ Í§¨W2´Ê\`®<`ë»øù9Z`÷ ÷­9ÑLÏd­ î%ïFÔzWšî!ˆÞÂ<ó!>£´B¨« "¯¼‰×vÌê¥ñ~^²8§ |—¬`î3ö³gÃëßøÝi®?K›‰ž.H.aXXV<¡;|d¦cÕ^9Y$"]ÛžÀ‡ÿæ±zå}Œ¿ü€qK(“óIV¼%>†*ÿ·ƒÏ$šót©2uÆ\¬É^”’G2ۿݺˆV™€'KÀ/_̽ėɧ۩ïÁvsȇgwY÷½q«¶äžnÓê§gé¾Ü€æs°ê\Û³å ?ìÈZÁͨ^žù÷Þ½¢å€ùCÁ&^‘v­»ˆïï˜þ€ÑXF·`GÏh}2 ±PŽ í+ôlÂjôZµzô‡3cÀwƒêEd>ƒ\ÙÚ®8F PÕŒ¿«æÈ‡}¡ë–+¥YÐiÜÿæ¬F72ª ÿ~Ê×ò.|§(;ËîCœKC4ŠJó$k_ -²fÃoG‰>Üeõyèi ÃßûxÖ’ò_¡®$Òº4çÓªÆ6†Î­ GCV7ˆ›*õÿò”» TrKÒ¯ôE6µ~J%݆rskÕÖ1o÷;‰:‘56Ò»ätÙ‘°º¿<Óv#Qg2ÃsˆÑmøÝ¹õN#ð{xéëØ‹ EÜ3…sK¥vw–¨x‘­Ÿ&¾î‡ãvBÆd@\ûRÿgµ=1(Ûü•„oÒª¨“¨J»y`ÁÄV>@Œ¾¤/d[ý,ÒùËw2Ý+CÇýÈRêéÀêõÄ `ÂMˆÏ1ÔBeîýFŠbë~6°>ßWBÞäS,”ó¢…î ÅlìDÞŒ¼QªYG-˜œ;%°›t­2ÑÑœÉ>;Ï3¤IEÜÐúj‘OCÉHùõâÄÍciV)aŒŠPëÞa¶Óé% ìñtB/¹Q®IL¥YžeL+k9X¾JàªTaÂjþåôÏ€k>cå­,?ÀèRZèÚsj ÏqéKëË<ø;ð4*ÜËèÍãýâ¶Âسž¥üŽb]‰”_^µ~†±00𪸄±{ÄR|sÇDdrIl¾&ÕüøÚá5 ±^´' çMÀH~N¸@k¢ç\Ñ5Ü ˆÔDnèS«9kKÃãÓ°É{G¾fØüD ¦”ÁYqôñhW(¢æˆLµZq?LÂPÆ0øý=X¿X§ûOAÿBÜÇqdqþóŒ<>¯¬+ ¨k× ˜½€Qðᩞkî^Öß2~ij.B•b$Á`®QØ\¬ð¯óRˆÅ9ŒcŠ8ËÊû3zÁ‚P4xp?t/µ¥ 4ä1²{¬H…û)”ŸåàõÈÌ"×ÖµˆO] >R¬ƒYÙ™N³ó>k{YÓÎZ ¬XCù|¬È?Á•lZ•Ì4 Yç tOÏERC²c6‘s3mPMmæy¢ã++aôM ¢n Ž§!B͘»IxÖ§ÒîŒûŒ4ÓV£ž¿JÔdª2u ê!ÕÛˆÆr Ïåø‚íûi”xñF€Î'Í!K!zÉñTÀ7ƒæ»ølÓö,þòiÅ]Á†ýU±¬=Îä’ÿêÞ5Ñ–{´º'PΡ¹_'“Z¿ PÊÊu€ÙÇR¬k¨Â¨áo¨-â¤`žüÛ˜øh'´“¹¸t^hõW99̲î!zý¢j3xd*tǾRt/<¯˜Uƒ q6–޼}¨•˜‹›Y`-éu{UÿÑáw‰œXyht͉Ù8ï Ôèg$s»%ŒúÄâZÈð&øßLÄgGf¶s—Ù0xýr¡™³;Õ6ù29F×ST`— ó¯eDêÉÌq$¶Öô\UU?ÖULÇÖÏMQýÛùz¢,ˆ±v¶NÒŽËVlI<Æ™>›ƒ ÷ "·ù+ ‡Qƒ`„·„Ý2½XÙ-y‡Äîxd£¦©áïΔwhö<«epŒå0î€ÖïÓÿUõ€8ñê\¢×¥1:….¥³&ƒ…‡£G¾!þoáf•.‰K®³Äg–dÏH­{<â–ìÚ˳¦ü©“œè–NÁw&dÛRÆŽÇlþŠ¼ØŠG¦ÞïyV±Y]ijvMD±;Å¡o•kùjÆúŽ“V÷9q¢2O€MߨƞØmð$q6“¿0îIr¹Sù‘¡¦£j˜uVWtf%.e:¸Î'È+¡»KÔY+þ¬F©Réyð,¢° Ð{QºìéE|raÔŒ-„ÛgïgTö¬ý#Á˪²?À ’Ëœµ!ËσE¯ ¾DÔýs? éÂFÌcªe`Ô•?JæGËUõ­iÀìh‚ñ®Û_EÅb4ýY‹,Zs½•›¬à"Dáb±*™)ŠQ­('XZ­ó$Zt½Û#n§Zq=^ìùDP}R=ù×IHáu1Êo²¥À2W‘¤˜ }6`Ý粋I9ŒéAü‡Al÷€çéµcœï>øõâ¾…*ǧJ¢„qÉéÄßE€ü¡ÁHT©¸´¹š7„ Šö仂Öu;~—¨ÕH‹ÿçÙ4ÜM"ö¸léÎŒm‘‰‚ Õƒ{$7_€ïJ<³"3@¶7zãO{D5‚{á2¢csÑš½€Í@æIÜ`°ó%jìj¢%? ¶,vm„þã\l'Z »Ë9Ÿex}ä[6••€?·ÀZ§Zù„ Ä)àÁµlu@V¹õ™€Ë°üM¥^±1]“¦²vƒx¤îD ¡]0ãB–66°z·$Rà÷Ôô?ˆäiÍÅ8zÇ|{ÊÀ\ø­sŠu&ö¥åíç½Îþ…9VÛŒú_!{”ªÔÃCyýIÁ™TxBÙqæ«,^‘Z”t‘F|¼þ…u…kD™<Ì1…®-ˆ|:A8]óÜŠ\ÓvŸ xÒ“ sf|K£—ßú|%Õ)?gÄ{±açnôòÚ­€] °ìŒ@ý©„¿/ÒÝb ä¡_úiºKYöÛQÍÍADŠJ·ƒõÉ0ëŲ8°Âk¶hˆvrmÒÚ–úŒåë ­æs€¯Ê0F«·Í¯F‹Ü+r¡xNfì)Ä­¼Dtå=×5Ÿ[zrwehûDôó7§‹=KiNTŸ$lü—Ïu¦PêÜ8ÈÐ(eTÒ³È1À¥h ˜õi—ªIÔ—íˆÛ,ˆt(F{éLi^ÅÍÏü>ÓÿÏ;(SKEèí:ðtòt=¼Û‰ÔàÕ·HŒw@Xü¢È݃³Ü£ÃRÇAVLE/Ôkú¡ßO‘µå¬6 ô_²§òW‰0Jðëôï.b|ºO¨•Ö^ä§t¬Ⱥ¢ý(vár/Ò­‚½+R D|iذ*‰8i箜kqΡ1è Ÿr:ˆÚp…± ]б8N*[£[€3$Qå`íhHèIŽð,{Eª‰C;Ÿƒ_›ö#zyÕìv¾åe}¨:øêB»µÉ[Kú¶=ûºz,£’ŸL|X¼•1ÈÆ&ÔòK¬û*”P•~çt"›½Mv—›…!*O0µënúŒÞFF¼¤Z3Fœ€óÀQ.‚è ÝÛQãúƒ3‹¢ s_ó•kçb¶àëèÂmiZ9M­O5ÅHæÆo†ÌFìXš¿„¢ñ ¸ÀÂîkçj«œ3-^b?}Áçå$÷çX¡ýÓžå ¬MÎOFÏÄDµû9겤D r¨"Œ~–’z3˜è¿}¤b´iEo¡O &%ÊÁkבiÅWÊUŠJqë²§ÀÇæÌ]5¦€@ðå¢îŒžNI?š‘Ââþ¬¸8μuÝʈþwŒÄ–Œ4T P»~µ|ªs>ý©È//û†VK°îE®Ô-óÖovå!ú{5ãåŽqÛ“3³Ú¾ÅŽÊ¬ÓàËQL3£ª¼Ó®a¥?‡Ç¾DhýŽ+¨‡“ã'“c3J€ÝIÔÊqUwêü£:$ÔDýwYDt®%-Ÿw+§”¨ÓKŸÓA=þe˜õòe. ]˪IUªÊM‰K"ë¡·`ÙBŒÄ@Z‡>×-0{aÅZwâïÈÜÇÚíöá|'áýî€ÏKzÜ6†­Íȹw ¶œäúåVS›e…PèQxò»×3ét¥!#ûâàw~fa»×ÂäáYšÏE\›ß ðÍØÏÒµÍÕš"W¬Ò$_¼!f7[÷ú’AT"a„†øØòÏ€ó}iQeçV•ÅùmÑsáHÙºÔÒ8úrŽ|\‚*èbLÙ%Ð÷‰ ‰æmÏš¢±-¢•°[Ñ>ä_§3°ëêg=äØŠbhUo˜U¡|*­£/ßC{e%èSVÚ/Úö`ªý°[­úìkž½4N÷/ϽîñÌD{ÜHÿ}¼&…щǀ½RÉwÕЗE†i¶íÇÒ:0YrMh^EñbäèâO úYÙDìE졚tb' óÓ+ô³ÿ€ÉaÎé^Zú{F…û:â]AX‘%À®¡•8fâjÚzÕ€êÙ,ðl¿ÀzÒäŸ'åÒl‰º›É'öTί\.úÊ¥y<Œ®ÚR0:ãÈKà ÂH70ŽFµ©Àˆ¹ƒUúQèQ2†ÚvšhÛ@FVÅ‚êi èFþTæ·cÔzWü†h•"gåIŽ/Ë~Kúwä^ e LŽ;Zú&C8Á³á0°\(BNì‰I‡¨iT¾gàæ ù?!mtë7ªÕ´4X?*.›äóZË(>"µ lù›öž/Û›0ÖÆèFÀ ?CU `¬>¬½‹,˜ÎûFî„2£ïš (§Ö¦¶}›—Àµ‘)èWP¦Œo—252qêQ³1‹ÇKè –ýÀÙ’Iä=im«ª±«˜ï“"+ÔmÂ3^†Vbd |fuZ—vŸª»°@›r}3pa#ŽþwEk¯“¸^8ŽLãð{ˆ\‰]Ho¤Ô û>”îŒ{E~ŸcŽ®ŸEµ7Kð;‚IVçœ@$_Æú@Õ}ÂÚg»ÅRáê’·BJð–rò‰×öÿx¦ËƒÖ«…­J žÚ õÊv1:4—VJ+«7ƒÆ"÷±‘Vl¡v¡1±c(ÉØÙ„g¶¤š‘¦Åߪô¡nQ¢7fÝmD¹û•"*U÷úNý~J ŒÑz†¶ês?gGW}&ãj’ yƪßéY­wÚF«3ö_B¬æ“ˆg‚G}Xœ–¢íh{RúVƒ^ ‰ÿßö*n íö &¨ŒN^!ôŸI¬¸k¥Ë!îùSȬ)ñ{2MÖC•é§ð•À¼©˜omß"‡üœÅPÂxÈ ûkÝä}àŠ®*BYp¨Y¼•D|ÈúñfÛ9ì;¬¨=V3 qv—2áÄØnÀ¡T˜9 <<& 1Ñ 2Ö‘Ï2úN[ĵP&ºç½Á\©üëw†'|=Çj}b Ð¨I©_\ßÚe èÌrÞxålF%㎙"‚Á®Úªž«(ø\’ØÙ¹YÉC`Þ+5ò +‹ùÍp´rDz`žQ’X,g©‹cÍø»£<7e£¬eÄv+­÷®€€™Èû~Wv_ê¤Öo°Žpfì¸Z1˜š•¾¨Àm˜‰Š#–¨Îè˜rÉïñŒ…èýw¨ £=eðù@É5nyl3"Ù“æq$C—B£W¢ÿR€Kꮎ: ˜`ÅØ·y[…ø, ¶šR=ÔŠN-•‰Ž ç~”†‚ ÑÖ!'I`ÔRù \ÁÓš·ðÙÿ?NüTò5¿0* fâ£í…ûcª9`Ùâ§fþWNréä€VÑhFý¼ÑÐÁ|è’½¾Î¯ÝÎÊ´õ³§`‡dëièZt̓‚Ù¦šöFˆ¹ÓȸjÈÌ+þŒÞ‹µÝùŠj"_Õúla*Šñ‘«ËÍŠMé¸a §»RždõJR¬²‚W©u'ÿúÌlŒfŽKÛž ÇŽØÐkôP où÷ª:­á/E\ð ±ïE,V@múŽÅ¯CýSÖà¨CÝbþråFÈ³Ø ÇÉ©|A:þ-`Ñ]`eWôc-±ó4¨yU¹%òò2¹³pgæ@~ ò¦zo|ÕÂÈ·ÀqˆµY˜*ñRiÜH»3öSÌh¿ Up6X4®t'ÚY!àÿȤ&¡+8OÁ¢™e9÷¦õ¨°É¨ö²"¯¦ê`tEÜñ¯Y\Áíø÷ù/d·äÌ^5™(DPuÁ_{ÎŒZ›-ò9 µp~JÑ›Äí€W`†dzgô*3ó`Á¹õ"ç$ÿ‡Àn÷ ƈ×DŽ>l¦~®AúüsDÂùØ¡€£Y¬|}qéEJYDNÍküÏk7+pvbUè|DrÄïQ†­„kCPQ_ƒ…s‹ß§Ø›X; Qñø¹ŒWÒݨʹjy±òþCR ²fy?å?¿ß|ˆÈk' F«í7©_rX-@dß…íI¸º”æÚà¹`·¼È?C+è‚’PàyZÜwì¦âÁ¦ÄŒ ÷0±¬Ü£ˆŠxk¯šS<2g Ӗİ1®+ÎÊãí£Š²îõu*w£ª”D—÷‚¡;É6ÔÇZTu‘ü.Ì-ÁjåH«Þ;{N0Öj•Ã[÷“#ãïÁŒwQŸægsšH”¼ÚŽNßÜœŒª²†5󴯰8æI(“ÁL‰¯¹ ÿ?Òô3Æ£v8`nÄýê~ç·>¸Àbì]Dþ«oFdf_ä` ­`ì´[BdQ>qAOÖìHyŠø¶Æí *À†‹0Óé( ¨öq">{s)}KUŽÀŽìV¬~Û‡p~úʼn}‰øb–ôƒÚ‘HŠb­òvÅ© ÿ9àAP–ÄR•X΃‘œ2U©~¾„(˜p£oçĨ`ÅÓb¿ÔÎ7kðM76Ï-Ê0¥Þß$JCTu-O¬)}Ùú4³ÖO2äÏŽ· * 33N®½ÔL -Û‡#–…¬¶lH5ʺ@U)ë¯ß ÕMë¦Æhw¦NòkˆaðK#ncb8j$â¯Ã7Œs"ýþþF:,öxù\FÜì_oäJ3ôöUîc¬Qš‘&¨R"V©eŒ¸zÕxdx‘ 9wÆïH91¦þ*£:Ž»gÂ1úŒ:[*TŸëG‚ÍY¡}n†bq†‰+!?îk þKã&³v #khf›"ÇTþ>BËî/­we[å‰÷ÇW•šCùÿËz#Î~“ã|ˆ"p ¼”…ñ¤Ñ³uï!«ÝW¾‹þR—†Ý|HuØŽµê6,:_~•ص •a ï ŒdÌß­›(¡¨¤ãñÕ)IÈôqüס\°é&k¹.÷4Æ©#6§kw”éCn‘ª4ž0Û¦õ)5"ú­¯øþ+ÀòŒÀÞ-ædNÁGœ³,q†ˆs)ü¯ÞNÇ a¬3f¡7»Bm O™˜Ó»L+¬nÅOˆ»~ë7kQ–» ]±øœlÊço¯Ò¬|TéÆòü©ªù0âÇìŨa¼¸ÿŽ»BÂ{2·fá³¶'•Ïê+9Ä‹©ÿ~F#žT«@«üã:qœ/¬Û„%ÐAU0j_>jøöô³¬J6¬þÐ_žL[ ø922æ°Éüסqþ3\FtvK=«~2˜_ÍÊ·è qrÔ7ˆóô9•' däóÙ_bdXqÞªY?Ã+¶¢þÿÎK°ÝœÆ¦¶õóŒý·QY] »IÞa®Öµ};h©7X³’•Ô§ëÙ»h_ëH«È/¯«øÞ,R=CüÅ ùT3î’×#ÚžI3vY?Ü@Uì /Eµ‘ˆ˜^æíl½ÛÇ™(¤M€Z?2BQõôLº‡÷˜#Ÿ™‡3~hÛÇ£:X_’FŽAߊ¨ªd¾«ºŒÕ"˜`¸£X•Лpè5Á¹6N,Í«´E{MY»k;òòÛŽ†cÕŽÞ]k«ò'`ÕÙX© Œ;_ñªµ³k»Ç¼ó¤u|©€Ò4…vãÝÀ÷¡´Š-/¼Oò`&êØ"Ö¾ðš³[ðõI‘½®¦÷ÌÕMÃB]+¿ÍøZØ;†•¥]3;!®˜ÏSJ—ð;SžUgv`$=h…k©ØjòŠ<ù5Žy¶Z¹è gPÜmȯ‚Ôõ KçÂûà¼^Œþ>3+¹º¾~lMWüí⟒§Oæ}ši ÇDF¼Çžî$·Ýñ[p•¥‘Ïim—„y&`L&Qûß·~jNËßhÄóNVê?{A$ó©Ý7Àª‚ÖïtgÔñ<~¿Š—Uo« a–ý•QG²ž3ö…®€MÉŒ ÀõéÑæ‰vcÂjùØ/C¶‡ÜQÐØgÆUó»ÇÚ‹‹_Ö~¶¨ï“~ó–Ì8sÙà²ù@£8ws½ãEç/wßäyÍ8üfÿhÜ»“J^7}k ?ù¼ü–Ûó[åÏó´§ÎTð+¢WHýór›B$u bäö„ˆ{é¿”³ ‘ö2¨”;"f£?§ãñ’Ú’†ýêä:NÔˆ¿¤tzLÁqŸþ£.­:ݧàÂ~n§• œýg‘ÛÒ½ÖPÜeÆÀŽOH°º$7P¾Ó¬¯—:©ö<£¯‘0§kÏs!µsÄëÔæê_v1(5× Ñ¥ûœÉ—Ìû¯™3þò‰¢þçè.µ—ïo0Ggéñ«ýÕ/-š£²ôÂò~׿(,uNîwïÒÚ‡Ý~O ;g@âÉ#·.)>TØ6+óR·‡½Êfú^R{¨T6ë×%±¢>uª*úŽ.fæ’*a.6æâ7õ»l3—¾iÀsQ˜úÖ^«ÿôKšæ*kôì4^Dô~{aG¿ÛŠo]TíûVJúîò”©”j ´³îÐWÒ)ÐÌZ²¯Tx Í ±!AfH-ßn íïÚ2¥b¦’óóÇN”ˆ;¾Ç^ÅÓ¾Þ^Á¸ƒ’XS™¾ö½¬æåö-¾ËZ¶¦ƒI L£C9É™3”OwXÒO:$hŸµD¶¤·½¤‹¤wj?©‡]}º˜;ôu‘i°_,i4Cåi‡îÒÕûÜÅÆ:(r¤'ÏPšÚ¡»ƒÚI5‰£5’Êf™Jžwè¤-µ%°ïêóL¥^:ÈzJíT›ØÁp†xGèB•Å$É—t;¡¨âÓaUMOñ]ª:,Ê—ò²Ì—8â ^##ÖONÒaB?e)~ò'¬åÄræÈIyèu=-eÓOm }C¿Ì]Ä—êõnì¨'!¹¦_Ÿ"{c™:=±!’îÊWí—Öô8"¾Ù½ïr{£ÅRÏõd»n×Sm/ד°\?ÜBz„»Â{‡ý±ÉzJ¥ÒÓÜ•¾9ØiwøâÀ7•ëê`¦->;HYY¦—iÏùÛ´%¶õm㉯–œÔsµôð|¥ÕR–¦ª;ìxJ}Sñ•Ð4´õðã䔪íåÛ=ç¢ÚŒîNœàÒ߆ê:íÂR÷«¥®vžvféƒ'‹{_U|4«l‰ôÕ›g.z°•ó®tÒU•Ízñ^–J}ëåøöAß!ƒ£N™Ìõ`çÅ ‡d‹õ.ѽª®0Cj‰Ære=ƒ%:Ëû~¾;ÃÊÃ{q§å=?;çê=Z¼m¹ôçsQ»ŸN=Ô}Å …%šËUVè­X2î›îó ÛÝo=U|î\îî[*ñM㹓îLõ¿J{%w§ï¼xS²ä8ƒØÅ{’Å?è¿Zl™,ýÁ jñád±}ús‡—7Б7Ôø%Ôqòýø¥§cÊûzŒJXõ´Où…CînO•Ê¿Ì>ºxCr÷c;=!ýÀ*An¬¼ì¬à„ŽßT{Ÿ™}?Á¢kïsa÷k-Ä©-пÂ1+µÀ ‰ÓÝbò-‡-k,Æß:Áó8h¡»Ö^ÑÃÀBgíñëê ‹,TÖ^Xé~ÍBa­sªû½„µï»ý>žú@Öb@æI;ƒÛ ŠïvÎÊJèö¾WÕL¿µ÷JU³šľõù¥ªªïÄ1Û+©jαÙ+~Wÿ gÛ^é»%õÒ©¾ö#=¦'hîUY¯wìþ‹ÒÞ¾v¹ß.Uôu¾l6E{÷ŽÁ»d9WýØØäù;]¬²ßþŽSΫ]ØîY¨,5ûÌÝÀ§žW”Çíïü ÈBgòyµMÊ:ƒ*Çî—žrînð ÅÊ©ag׎ܸCyJ˜ƒÍFãtÍÊÑû¥üÎÚlJÓV;¯Tܨ#6_®×ד:=æË÷ ñªH—­´¿Ë•À^Yéªó;_ 3÷ô»¡5È)rSƒ¶Ôü˾^ÕQ˜¯°,¸zSù éÇg¶™eÞèöøÜ´@µ‡ÒTê<¾8-¨«ö¬˜ŽcÂæk/‹é:&\K{^Lçwa;´×Åt{ÞWÛðüI åÀÅ]ƒ­»n\äµõF¯};LÚ4òÆð=ŸúdV}C†wæ YnºeŒL}h³ö1­]BŽ{NX­ýC±KÐL/m­¾çsÍ.­–Wt5õZÝWñ¢¦)ßK_«Ó¼°¥žËµd›ìU5T5U¨^â2dîà9Ë^¸=qhOÙ3×õ =ë¸(Ïÿ0éᘇïg—²©g®íuØ{éê…q¦Î«{ýP° [ë¹ò¥¬eødÏ…/»T„ò4yÙ½"\ÚÓ*Ýv‡\Ÿ¯Ž^=vÈ÷ óê´£çí¯½Tv(Þ¶3­OÿxúwÈuÏÍ;¤šN½Úh™>ù£ÃÎëÒÇÏväFÖÞmyd™¼süà†B™šÍÚv’ÓϪ_,”Ÿ¨i'þäë¢‚äÆ¡w¤Ÿ„–Yº#¶5äfMR£J³–]·­akjê'· 8ýŽ[9Q&îÌ®kMt£Bó°8ç Á­Mît/ —²Ö3î¨f`½Ä¸«Rø›Â 5·G‹»†XÚZ5îíÄ/xëÓwäż`kãN«ÂVX¯0– ¸ø¢°·Ï ×§, 'ûŒüÓáØé îÅšpÝ?’emd+OZ`3&»¯wà›áÙ½½ƒvÚLÉV³ Tµéy!¿ƒ¡M×p›ÓÓCïq6îi–ª>ï—ÿºq^³Bµ£_¡šÏàêS‡ ߨ¨g+5ÿ®í0U®û×¼ü ÆuS%»‡×XO?ædX°äÀXµá6¦ºÙ„÷ª8UeQвڱÍn¶æß< èæ\’ÿ通ÛE¥üSz˜œwÍÔhØÜËÄѵPဦɩU…ã·ú+¾ Èÿ~@"÷ôî†Ú-þRV¡Y5ûý%ø!~5»üeø¡M5vG:´8 —©Õ8¢¬dX«s¤ï½ÀÁµCô¾´µvR³ŒîÅQùçé´!lU͆Æa_ßöiôå”U¡¹µÌ@§)Ü‘>}ªsu}ÔÕìe¸”Õ ¹:ú.at@|iЗÞnÇǺ(&êŠè ¢Ñkªl|໚¾æŽZ5SÍO)åDHghÈ4†bÓõMà —>&'¦º(ÕéÙ é u_NÞ±ÿbù³z6Tsí'pG Óäî< c¤·mˆæš!2ÅÜiO;(Üï¹ÜqØb…çAM‹U·ÏXðTêÃýnɧºçÏz*£¾X]×Aš#×[o“…ø‚û*c9=×êYZH켯úÞ©§Çå~âbúÒ6¹Ë»N*©‘Úë8’£ðåä÷>{Ô8½éY5öþ5cC©Ìo³]OêÕÈvu´2ëØõ”™vßÙ¶Ú=gY(Kl2ë{Þ©SÍ´ù'çj«<\~CzzàÞbcÌc'i+ñ‚ެîÐŬ‡–£¦§¼ÝÉ{¦*ZN ž=Wm_-1=xíj™€ÀCéú˜õjî|۬ˎS;=U÷.L—ò3ë^yꨧz·@«š)}OβV¾¸d¢t8WòÎÉeÖ½ã×L”9xЧƒw‘¤+·s³Ô*noc§>Ö½vé½ 8ûmêÏ4CÃõ‘4Ãÿ„v’w¨á;½ÑÔòl„ë1×1ÓêFýÈçæ…«·X)KɇÌé/×QRœ›q¿E}ý§¡gVtt˜Ñ¯õ%üÑ’r,Øîg?¯’AðÇý=ƨ0ß–üÚÒãðiŸ®Ü– ±Gðåš–I§,$Zßoî²ë,óhøÑhõñÞiß[ÄwôÒg¿×Î?#vȵ¤œi›/àÑÑ+Æ5£2æVjušÕ?Ü^íÜÎ`'[¶toñ>ÚýÓìfÝ›pl—ýrÇÆé‘A8“½6 hû}ºÙ¨Ï4çuOÔßOhÌ«àð+åñMël‡/jÌ’µ»£.wkÕÄåv>׋g$ûÙÝçíݳ‡#$.ËØ>)M¸íé›_>^A»wɺ££§^J9}èHÏQë>翲[eþãéönÁ÷-j¸t}çýº1_¶T6Ó|ñzwáÙ‡FYɉn‡öÖù±[æAe٪ݖüiøÒ`Òí‹åÈŸÆá1±®?o¦E$s8'®X»ùL7½g«–]HHº÷kü„qõ‹=¿],1ü²ÛСÉñº´¯ó9˜¥|µœ´s&šµã‡i_VˆÙ,[k¹`ÂÑCEû¼W»þ쪹-é|1êûLj??—8ÐMû‡çžä½W'ï6ZàÖqjöûÂ)W$.KÞ»>ãæ§¥Û m‡„ñ¥Î/¿ì1æÖ¯= Wçqu6»6ÝèÂxÿw®햋|dЧ¬N9bÛiüæ½WÖ–+ŽùôÄktG®÷‘’w7]'–æVÍ_9ʦÒJµò÷詺Móßû s\¿]ëš³w4zÞ[SºR]e÷ÏHï·V]ÞtÛ’ë–5é‹Õ£ îNh¶wï¹q.?Öd¯òÏô3<åH…þ÷hË[ùÉÏæ{_äpPúÚÂÙ=Åg¯Œiúð£èÆ£rÞ±Ó~þ†®¬õSòß­}3VÿŒâÊ7+óÊú|1_Zä¸Å;:-óíºl«écµªçíw*x/¯Rÿ'-Æü‹_õâæ‘þ-Cë»mØò,Ï»e‚ÔÃ?OK¾MWlÌòò iñ <ö¼9@¾1|U‹:¼ó³ì÷šÀ†€ŸÍ-Cò› ›ïí¬ø^ôññ6ã`iË-s”žTp«æ$ù¾)R¹'xUö‡­± Owû/ùÞ0eî‚1C ‡ÛeÛk×ýÝËÒÁ=âΟ«Üd|Ëh±·ÎËÁ¶^vŠ÷RŽˆücò6lÙ„ç“-×ý]r³ÛŽmçNýÞ5jkÿÊ]¯í.y޹YP­™"U­q[çi——tæ%Ðz»j}ì”wkFœÌYÿbcœî› ÍkJ%ýÔxÇ‹ æ½{m[Ü]ÕÝÕÅ}oÞ%…£™_£#‡T¬_ûèáy_ϯ2ñØpùEèç¦m AÃ]‹œJ^¾z¥)[<î[ü§ÒŠé?o®û|$?ÿkâf“.Ûr«|o°8Øâµëòݱ©œ.ÓUI|•hÑýóá·Qý+×Ñk² •$ù*¹K/(ðãöè™¶ì÷›w—íýêæo2öîîºÃóýCÓ½wnwwŠÒ‚ëû†jŽi>°á§sÉÌŠÓ^úkzUŸ¶‰]p¢ »Ö~öýA·¹æ[x%Í6î¯MuZv}åþñƆ˿Ù>qÙgøðÑÁÃ2¡JvÕ1Ÿ6åW òܸy[óÜ=¹ g¥s2*¼žL¼4½áÎ Š“6cìXÞiö¢ ¼"WÏÕü±qŸ~Ü«»_CG›ëZ1k«•qIñí§#gª»Ùj _Ú³ÜwÚÁÈ/~v]=¸Òºµþ~ïŸÈLUŠÑ»é½ægïaF¼eU±5jòÃ’í Ç|ê6i½YûÃ7ÝÂoÄŒÏÞ›ìk"ì¸s¼¿^xtïÅÊs3J/Ù–dâ³óãR9]Mû#YfËLhùØX­0ÒUf²nõ¼>ήŸïí¹PöR7I~ç–ɱ±Û‡mY¢uÔ'?êÀ7¢Õ;³å½÷û—~¯z8öóËý«O<ìñËòœA·øÉãGNãþZè4°®z_ï ͧžwórá3í¬o¿V]/¨ÖRÚá<ô˜ùŠâqݸe»/õ³¯uœ²U÷ÔMí•#[.¯K8¸}’7'z£¯wæ.ǃ¡ƒ&üœ7¸!ìÃzËô¨ã×öÎógü}И¢¼Ìg*küC‡ýÜý™oòîôàÃýãþ˜žR¿< òlB¦½ãùÊmëç9mKã61Û­ü%ÊßïÜå¼þ¹ïnvV4%yà òw×÷ÿ›yù蔸¹[Ò¯î6Õ_÷ ­¢jÿá_¯Oo_’èýxëçéã+Õ&^úòìxöÝÏ»Km^ X‘÷:}N\ç±Ó{ß3eØ*—_r–«‡ýÙhv¶[LøÖc™}Nޏèß‘_ïûtÌŽ´Ëë M•ϼÂmί“37º7ÒýÖÒ³ºóâ†ûo7Q¸ÝÞêXZ寂íCÖœV,[Sß/CkZù9¹÷ã%%ôÿP,Ý?µw¥º¹}&DOÑr¹9>çKóÎ7ÛU}|WC3èvì;ïŠ-#?OÊ÷|T¿ÚÃîÙì`Ãäù{¬ïŒI9?çþ #ì¢nÛ¬,½ãœàÞs‚zLF·üBµ¦Ñw÷ÜÒܴ˦¬)weNFqÓtƨŠ»Þ ¸¹òÇÁç2ïT4L÷õ¥e9}Wž«‘ëÖ|³ËÞj«0§†Y^êq+¯T÷Qt•}½Ötÿµ°áj«´fç¬àß-_¼#zª«¦Ýð“l[Lr¼êx¹ë%…?;à'ïb•”õçý¡Çö䎊¿¡ròÕòâ]—Öq›ç¹Is ¯Š«$NšäRmPotÈÁ9·ªnÃÞÊMÆ™}¶k‹ ùÞ6eýÃøµ—ç®ì ²oÒÚˆ§q+« Ö·pwå-X?rÖØ-Æ?À_Åv)æÚªÐòLÿÛ©“OÄçÞ­5)ûu¿åsó¡ÓÛGÔ~;f‘lôõ².ŸxÙ“³ÏG¾XzrNÎñZnÿçÉé{¿ý_;÷Å“'Œß¬@DDAP "Y²d Y†œ%ç$¹«ZT$9g”œ‘œAE²äœÉ9Çÿïvïþ»÷îÝÞíÞ¾ïíÞͧŸéðªêªêî§§{úéóŒêË«?4?´].LGÉ´ù'>Õ¯s‰µKK®À\4³­0Ë6wÎŽÌ!“ºÙþ%§å+6þülÖ×ÞQ/½j|(Å\YΤr8m»Š1OýV›³iX&]D'Òô|Êuvgú Â’6æ‘—¤hZí»Û˜¶Ååm¬·rñdôHˆGÚ$jÏìðâÆíŽŒØÄÎ&aIËûjKšw×Ey‰çÅ™½]/õÎñåÜžDJòPdOc‘Äu|™4» ‹‚Ò#Š"ªt2LÍ÷i$†i(&?>”Þ¥òŒÕ·hŸWI‡<\á“u:ZúúU#4#ºóÌÐÆ‡î³wð3lÍ,µñT$gwó{Âùs8løè #úÌúôä¼çÛÝñy>· ¸Úû¦~wÁº§*~ÙÙ­k°ùu©ôsç³gÔRÊn×㼇»=Ôö3ÃM7ž:_uQ³wRµ/ýu[B´úu¶u²ÃÉ8‘›“I!n:³¶;u*ùò»ïô^׈V¢¨xÖ&UVsïÓ(ëXªVÕÃli†°„6Ÿ° ‘×~hî‹_—ýN×ò@h©ŽOé[é—ryr®=EëÄÙʼ’òÇQ›žˆ Éùé¯ÇÇ7 Gj?Q},]Ãããt~Ë}ZôkKÁ ¹šÞ ŸæLwDZÝ Hx2žˆ›…ó»ÊSV]}¦´ìñÔÑ4LjCC­,Vþ ák•ÛnüPnšY‡Âg¬n]¯z,o­áâ%<ŒŸíÐS¦@Å{d§)ƒÕr’ ë ï_»ï ù“äB›Šõ 'K¬”9Ðë%[Vv×è, f?‡Í1êk¨ÛŠQr¯Ÿp’›OIn`£Åz–êGà¾Éxw䨇ÇÓr±ýŸåŸèÍ2Ö“nžÒ0–t1UP°Â|daª=°ñâÑ éœ6•µd( Íߦ¦Õí Ôï˜oÞ±;'Å‘[k^û˜(´›l€UX–²#S"öîæÖÜ)vqÑÃ!Vmc»Üré0>ñ:Dô;ÝÙ+$ÒžRŒN–£æ›ý³_DCÂòœtBOlõ¢qÛ¼y µŠÖWµ^™æ¡óñǘ¶é*VÅ1îEÝ ÒߣhÍ ËÜ4Êú¶WZ¡FûýiŸ$m?“ïŽ9A¤g§–m0öŒKSÍ’¡„õ‰ÉÅnFmöy¦%‰j1´žH˜¨}­¡yzj¶ð}’„ÈhClÙñ™Á¹Æ›L bZ‡ç¤Ò¾Þ®Å‹pîS-ì8ŸîÝ9¥ïòþb¾šÅÁ ÕRß‚¥–"ϵø{b d[Îášë”ÛÁ1ôŠVôéýÏŽ®fˆ]vyëÍ´þãÞô’qIÄd*Ç–¯AnÚñ覘ë|Êü9íÅ)Kv*}…ïʽr¯ó}ç¶•À¦I ®õŽöó¥+t»*X4% 8÷èPTó¥ê…®J ” zh|Yøfn@'C4YœB1oÊoð“ÞÈßG²LHÌ4oKµrQݪ8Ë)yÐÿÓEK7/»Xh}ô¤ö"Hð^òéÄv„Š{¹“íÆQ_Ǽßd˜l]ÄòOÍKIÅ„”[ëšÓ2ŸéìTtšûÅ:­kÉDfÒë×Ô…¿ô‚q²Ò´Ú8ôKÔDЉ:y('HÐI)5\«úÈo*4_/GªÿÝ`™ÇŸ:Žæ ´Ð›h­éôºæV… »¥W“„¿.Ç ’›‹å4Ú¶Ó›oú8…zº[E?2ïs`rItTÛ!%÷)Ú–ºpS¹ó6ïìœÇåæð:ÞŠÆË©ñ1~’2íÎÄ0C/œjÄO¨ÈQ"L†,gaøžŠ“PÜuÑÊtŽD^îɰ›]á¡×þ1$;)l­#Šü‰,ÿ7Üc¶±\)!-³%Y1öYïè\;›öµUüȃBvj…¥jâ³Y;ùI¿˜J2»›8¹ƒc2Ö2-£ ?‡G/.Ü*H:´¤’uö›\êû%l§¹2Û¨\ÁdòvÕ>ºóVRéE Òw?²DÅ0wDò}C÷#‰¶SX¥bÓÈA;Ì\/κå]°ÇÅŒs75Ê:ay_c-<³]’u%,8ö&ö ùRAËño’M¹4AŸvƒY$Ç"Ž®»uô¹5Á´¾[R¥Œ§ÊeŠŠÕ®*3žyIqwÎâÂÏ‹s²Ì…´-Ô,Ê#ꎗ÷Ží¯Ë³*æïߤÈô&pž!‡ÕŽyTÂ#Ÿ×pæE$fYñ}’‡ûpøÄéïÉë{p¦Ùìj¥üõN¼£0Þå³ï‘÷1S]±ó13õ¬:ºÙ!§ÙsÞ?xÌ¢ì~Ϧz ýsAïzíæÆGQÅä¯fYß­K\ÂëëáH°4óräúhLª:qÀ‡ãhó³Þ:_«jد_v­*6™Ÿ(ýé|¥ê~ûýýœñ £æ[ýÎç´Ïö- ?¬ôÊþõœÂUî”®6™i›6næI(Ü•±jj à€^°ß?`ß\Ô?Ü'áqì'7‘f9¹$ãØŽ[¬–:öÃVê¯VtÃ5h ÇsÅɈ³ÍÎlnéi­ê BCR¦¬YYñI©Ä™\þ»»·] å# ƒ¯çøw2Iù2`ÖÖzûÄ4$dØò‰Î·&ÓL£„Úa2’þ?`KݪUõ¾çA Ù7.N©jç˜jJ}­ ½«°’@xè__ÈY‘W1Ër ¡»Nå»Sù ÞSÐð›Ø# ­ åžI²ˆî [OºçÌ|kâ¦@ÈW§‘#×­ÉšáÏÇ*´–]Ê¥ë÷õDÇö_žâŽ&Õs¡¨>ÿ2ùòn» |zxÅŽÇIþµ¶­ ŸÛÀt”×ùz÷ÑŠÒÂúrk´“–²*>› ¥¹}½=õˆþÇÚ3—Èýýò¾šcØLçõ4É;6°t˜9õÑ›ÓTòl9dÓû²\¸5p/Û58 7$“¦|¤/®oÇö6€ì‰µÝS4¦ò^Ý!ö¢h Ü}óTZØ+Ö²­ßh ëâ£Ò  =g¡ qð%¶) Ò p{ìm…ܹÇÚ+©Y»«íصwÏxÊk«÷C#ëK˃¨Lwåà¬VŸ4~mIýØ™raÍ7ðv‰ß+fÙ=ôQÈZKSwì^þGCoÚˆ™ë´N;é•9N-·^Ò6s %®$dZŠS’ôÑ}$‰üzeª@oeRØâÕøh^LÔiãR¿šõîÐ¥±Î'QÃ*?ÃÉùΞÍÍ|o_hP›l•`ÖŘ@wTßdoÝ9ºÄÁv©iÑžŒi½ô¯ªê¤ÁîÙ¼áµðæ|¶ Kþ‘dz:Bâ¼8[¨µÒS‘Â|5ʱ´ªò|½G,l;Ûñ9)¹œá=EWõú«ežu‹ý j.Ù`ÊÈ•Täªg R¬3“Ÿ­êš<…ãÕÈÆÛAP§—*¥‹þÜ1iÊs”:÷Ñ™¡þöVšùÞÍŸž¼™—çèb8Û@s»œ±ôÇVÌ ÇÐåå)l5?MFÙÃÍO.û?ÒšäZ5±5_7Ý¿ŽèQœŸ(6¶MXŸPzÛÜ…Øûãù*J¬¿s#óˆ*Ì|™Âñ)¶‘s1˜©‘ñIkn…®}·âˆ©MuÞÆ¡Ç©ð›Õ~ шéì—_¢¸5F\Xn¨›•„Uïì÷ óÆ?»@Ñ–îe÷kZó(ÀXŒ­šHsßúKDXîKáfÍ7øæÌ-kË¢£9uo¸Éâø3"ÎWç[¸ÙÎïSù0,,ÿ:7'µs¨åïwð±°µ^Éßm­v^k¨µ(bJàV0óÞì_Ý’âú0‹e§±a¸Æ’‡·c¿µ›(­×2ÿs)ÿÒ鯭žæá[c™èÙ(›ùhžņ’&SÁ›JñàéøFf¤ÇÓB²uŠâPFj£<×™{Kˆc~Qˆ÷»Á~ë®Æöç†ÊÒÚyÕ†þA±{m,+ÕŠŠÁ"‡=2Š9O„´3ç9T*0ŸOÄ¥WmWzÇ+~q͹¾ô­[ äªÂ7|''G<=m¢Û4ÒÍÎ:òeolÍ$‡ [®xï=.kÑE`»#d2)èøÄÒ*ÕŒ}´êÒÀUú|”tŸãRô~Ý07qÙ¼µnG7.ç³¢5§É:eÇL“~&É>Ó ÉáäRׂýVw«¯.\§à´é“8ooÃ9Xû˜ªè›ú!M½­eñÝ>™E°âÂ^ M‹­‹Ñ|÷? Õ˜Éä%V]ãÝãK" å’²v]n¨Ú¶!³fm²iK\ããÏçd{u˜çŒêÚܵ»UbÛÎNf;)17[áYfЗ­,g#I^0‹Væß|Ù¯¸¦¦ľ:l[­"ùËF£á`"È£¾¬J"ˆ®OQj;²ƒ¬8{:Ž †B²¢$Îb?P}™ÚRó0üál­çÛ8iéu3«ÙõKz#‰¶þ†?’Þª×Jv¶¼Œ$»ùŒ5êC_âl¾i³ÅQª6I—9‰#ó¹ŒZËéi‘¯\äþdÁ\/Õ‡…òÇ£Ø÷múc%4s ,œ›äÂ{³-ѧ­Ä÷“g—®šþ”ÍZm~>=ýȸàéêe÷ŸªÓ"SAÄô…3#JÅ|;ùLÉiÏö‡ìÄæ›rÍu’x\⎅’Td…S!!NÅžÀý¢Ì{YjW¤p%"¨¤7¢[—Ü”åZÙéVü5Yi ™(3Ç¢+ö†¾¢#ªïË×TV=;[nrç?l,¶¥ñM&l¾»—ɘ՚J-¸3J¤¾ÈÓ|5¶sïbu)`ˆ·½ÚËJÛyâK¯D|9iòéÓW«¢¦ÉØÉ×5ªË/ñŽÆYýÚÅ4°šVQ–’–ù ÿÐ'Àç+­li–óëjé"ѬHÏI *]W¹ÝL‡ÌkNj>¡ÎÆèsK$ô~ v«ð—~Räʨ¡ïåþLaþDeùèž6·RÚÕ1Íœ“¯Fé)åÎ̪Îï§ßÁn†¬ÞØY¼{­ÖÉBócù½³ÁäÊ¢ƒ@º”HF?Ьá½-^Š\ÝÜúK¿„vÃúÆ_>1-ÉÉZœ®1@]K4Ç*:ˆºT&B”ô3×7&-Ï5™ô««õ ñ³Š¬Ê¦Ô!ÝÊ–V¼m²¹{ŽkOLk «î8Yû0¤,0m~œ¾ö@¤¬ÔáfæûÉÂÀKqþWEˆ7¶^/ÅZœ¥«1I^ÎU,’l}[íÓósöz¨èr~ôšÙ#ë*˜»–/T'ÛĨ>ø3Œ˜Ð~XZDºižso Šé9‘..,eèÇ2Œ4mGßâ³fž3£G1iËæüKåíç‰i> QÓø7Ï&Nuå$j Y¾hÑ©8WÐOÔD¡|Žø£¡ÜXYÜöýʽðÁlÃê±½ˆî¤J­_ÆßK:íl—\äQ"2Τ|6Òå‰ßzÚmhN“X¹)GZ^òV$vÓi¬aYŠ5•ØSÜÎìÎYròüjsV6 Šj ¸Ÿ‘”'Üû  a®÷(D”®‘!:t#÷¡xmÁµÚˆàþã¤?úuÜ5F+ÆiÙjªó“b»?Òû=7¯ÈvúX¨±]t$ƒ¶<:Ž­eå¿ð ´Mô4¼JŸmq•Ö•kóýDNgMC¶Ò~JYÛ;“+ì|›5<ˆu0)x%Ê¥6›hyzæŠþÚãfºÒ„3ôxSißwæÎðo§(Nhoq…Uäïѧž!PNZvš[R‹añ6TÀ!=‘Üû¼9¡6q Åwª R½sÞdTÛ£w©LZ¼ß];e÷þ ÔKxqÁ&ók®‚qA:yƉYB[å’žšsÊðVL>·€üöåIߊ¦û<{ñÝÖA³f¡TײiGã&  ©øj.sƒ0 …\ÉÆd«èE—ðÛ}ó~)'¹[LO½®Ö3j%ˆ%ÑT==üVy‚Ï7³¥f›Ý!Öl¢T ’¯ÕüÂ0î;[Üé9È#(xh^ÜŠmãbÕí®eê+#SêJ9°9!ÖÛ{ؽ~Ï_ƒ[°)œ¦§f‡¢¹Ïc˜Ø«³—®’ÚÞÒr{^J(&=DÞ¸iÈæŠÍ6‰Ð«³kÍ~ 2Ì”¸²^}ãxÒ|·µ9;¦°»³ëÉ­##"ý<[ ÷ß7sÞxõÝz56j`-ïËÖþ.©Å’n´å%›Ê+Ù5 a,/ íyTxØòi mF,ú,µ_‰Æ2ת¿uÔd®æsµ_âœÿ¼»ÃàÕðÂóð6wož–ŠÎÓm¹ 0Ú u*µŽe+½4Å6»‰6Lö&kXQŸˆ­: ³8K&¨:ÄG41ii¬¦_»!/Z8oo#yóÉŠ‹Z_ù³ÅÉ¥GkÊ)Ì5ËÄõ霓 ʽ‹abTén«m»[æ\ëüJj:êœÕÆV{‰o›?~Tµãbãòåm#˕³ƒ—dRÓ4ÄõfcW%…“øYj|x´²WªÞSµÁ¨8t{äBsPOÝ|Ý º²¿äXÔ(8"-ÆéüN.,t¬jLßãä(¨_ù©`8óéeeûù˜sb°Ï\*h{¦J%àüÀFWZ}·f$¿3oÞ¨jFXµVo_mß^潯HÃ#Ñ7²zͼ#ž‡4ÌìËšÖ4òZ£eãv‚’Ý~UVé»Fܵ»)iÓW¢XŽØ"2¬Ÿ™ÞqQÍAÊÆ—¼$ÈKMû¿<¬õynó«ÚgkDOo‹«ÌÅ–³!Nƒ»òæe+[ ©õøÑtò)"ÇO£ôtG»¡x çV'¦|ÏÓ³±­´ ©¿’Ñ™(>Ÿ)Æ›OWXØi‰?cígüQæÅø6⚟ðM¦õF­¼ ‘µ´/*»¥A{ÄPWT·^“­%å@ Zbª Ì"EQ–Œÿ¡È¦Eý~±LTqåj›ö9:álÿÇRÑk GêI+‡p¹ì5Yh£ÚM TËr±¤³©d°»½÷é¾ïŒÕÎ ­÷cv»~ (,Bô¹D–ÂS/%ù;{Ïòmj;Õþ0d°zQœè¼û[Ö›¬—s~Ÿ2©Ø»î°À‰ž§ûU/Mùè4Cµû*>[žiŠóã7iS=åÂë{B3\þ·äö4v®´¨Ž­Ÿ»é‘P­f¨ÝúÚàtöB’ÐrXØ«€â¢²"Knž£;•þ ÄÛ}k9ïw% óÉF3T冈xS©ã@µùÔã4â$ï`•‹#µs¦ åæòTûëG‚Î^Õ¯L™Îgè,„ÊÌ{µtNË›þ”:¹U¤Ñga¯;PpÑ O©¦D<ßk:ó­ŸFÓ žÅÈÆZf ökÕ9מò(2VšÁ¹úa裂 Ù<«£ÝÂÆ³×=†óY7Tü,‘}ÒÅÚæ7•Æ/¿¹….=&a;›§b(þ4xXMýšätºâCr­Dw¹Øé%†ï?¯Ï1Õ:+Ò½ú ÛÆ{‘]¥¨;w¦(‡°_²"2®f;Uì\+óñó2%?jvÄ¿õ¾×am”/÷²¬,E@ÍMß.ZiIšŸa$? @XøO^ï–`uÉl˪ ¯7 2â¢VRÙÔêÚ8ÜÒ/>©ýpFyÏÈ/1‹ëR7y vó0iõbõT·J 6‡L½ 93±s‘¸ŽâÜB !þÒ2#ãd© {]?ö!¼:7Z–Åù©½&N^æ,A ÷‚[…ôút¯XWlèÉ~¢Å¾v8©ë€¢D¦èñaÇõ5c?ó9Åȧ?2²rŸDÝjùíâ¶>5ë{HÞÉX^Š^ê-;~‹„óósW‡ üûsú’ŒMfʈ?òUJ›åIäÖT¸)°ZÒª—ñó3°â;2Ù\0çbmNóñ´*Š¿¸bl$H½â5«r”ßY>Rø.ÑLùKgË=Z!/BE:ñn±\OÚÖúM 5Õ[K6æÙØùŽf1óZöß~’ŒüxŸ±"@µ}ž¾[óÌtÏÆ®Ö%»œÈÝ9ÚÊHÄ=ÌUå÷òÒgðèŠæµ?S‘Bn._‰R Ž”¬[e‰cê‹'‚ü—ÕÙÛM'›kà }WDŸ·Pýáö懠Àž¨GOR;—ìž·;޵¨¿¯X!!ÆkÓ(uŽ _Í"/b6m¸˜Œ‡¿hå÷Á'[_F*64J¤j=îÝ/•S§"œGœ§Bƒz~ÛÊò!ÅY† ö1ÆRÞ½‹r…̼{§rRÛKÔg…™=œ÷0”üÛw|U実¦!ÚÈT¶Çìm‚q“úE®~žk÷îžß!ýÈÐ<Õ563m|Ýìb_”‡/‹­a‰Ö%ªÓl™åVhô€ÞÌJh…@Öçz!1¿’;7£ ?ìËjÛ¶ç¾õÄ4”$|·mr_ü>Æ´›`õ©ž ßÕ˜™É›š-ýY¯c8?ù•Ü©O¦6sò?޽ÎsV]fnqÂR¡lg´Ò›s¨b«cÖ‚ªóãtS˜]uxc4¢ùóQõí…¢Ví3°Cºø2³z¾ dÅvÒ ÷Ú:øïõ‡þê¹ñª]|¢m 2DÌI!ÕC^«öAj÷‚&wáÖ ‘µA§@¾S×Tðîádø‡KCX¹›¯^ù†Är.}¡—Ñk2Tßõ¶¥«iHf¿"@´1•ÞBôy@äÉÜöìÊt{Ø9Æ]+bŽmyD!yTAÕÁ€Q¤©Ÿ?ìäȤFÁÇÔ[S+¯:Æ/¯-w^ñÌú&?R¤$ó¯ â»\¨Væ:¸i&Žw´³Ù«œÞas)÷BBÙªtÓ|eä$Çzë]ÖX©ùܳ{_97HY;‹SÒÞÏsbr…˃:±úñXjêŽ{tå´YáYÚ¯SûíåäÆåÎïŒ)NPÞb!ß ôÚQ3­±oÅÛYÒ»x6ÔêôÏÀ“M%"=5ãN>1KWcðø·Í—ÏÔöÏŠ å› ±K;Êã¶þعôm·Ì_[îJQÛcž©4n÷Õ4á™Æ2”&WëÍd¢Bšb¢y™’»R§S,§_|N3±q6PÁOXµ9Ìx»XLÐÛv`&7¢oHÞ³S®}¯‡#Ñ+ÀRªŒ†Ü¿-g¥ù|1ËùÞkrnŠçR×£¸:l§í4Ê[Ÿ¶‹E'¥,­ýÚºVÙÆØ4²¶_˜*æ–×›©àe»AM’õ˜}ÌìÛþœÃªù¤†•)qÁ…“Îä¬.¤>‚¬s–Ú1a{=ŸÎSTñY)8Ñ3òÛ_á|Ùµ¡é6]%µxyçÙ¸çAAŸyä®Ë§¼[)t¬œpX{ïl$üZA"DibBôôéX/šöÕtÅIû†cºÙÝ¡ÁÔæ„DœW?7#žìG9„”¸È› «Â²W==§::næHö¶' 2‹L_Ëäh§x®aiSÎr3ˆÞÌ îz=¥r_@³…óæý+ë:Þ¤+­ò:øv ßâyUo³c´n¼øzã^óÁ¯iÇ[,÷¦ÃÊ4]¨NHo5(|k³Šý™þ‘'›Ëd#¦ºrGÕ¸=cµoÀ„Q£Ï’­»±©\c{èqŠn‹Í~ØYKÉRQëŠ@ÌÚöH.¿ mö½ˆ/dƒ*Cý :è|é|—Æ’åyçë$¢ëüsuån ¤¼¤7#Ý1Ù¸?ÊCåÓ‰í¦ÉBéÝG*5ÒŽH ·öÉñŽÜ޾èÉ®Þf'Nòí|jœ`+»{ïI0kÓÕ´ì©ÙìñÈìÉAf[r’Òì¹Ò*²’d¥¬ÅqCcäßñmÏ–ºŒÜY|îÎ7L>nàÛ$Jï%›”úRž&T›.Ê)›•j/O›NÖƒ½ï&›jÝMmBʉeŠ•ÍHµë¾kBVˆ%÷•MIµé¦™%µÃ–‰ ÄÇʪw3Ì’oxîŠ(¿}úTDþ©¨äWõ¯¢©E0Ô¢·1”œ”l”ìy”|oˆ>4øT4ø½½çïÚvWôdü›Ž÷FVÔ¤¤—°n¢Tñ©F¶wIÉ|°u¢Dñž‰F/9h"I¥°É¢ìñ™Fö´‘d-Ø)Ñ ñ®ñFÖÔª¤LØPQ†øŽt#»‚»ªdYØ^Q²xŸŽd#›šARsl‘(_|LG¶‘Cí ÙvSôl¼KLJi+[j^Rr¬¯(m|PGÚ´­í]^²l«(I<¶#iú¥-M©6[”;>ª#kÚÞ–¶Œl»(JïÞ‘0m½N `cEYâ·§õƒ/WziŠZÆw”O£ëwv¯£^‚¢Zñ9²:ëLâ^U¢Bñq9Óë´»dØÀÚÀzÌWL¦Sßùµ³®³¶³ží+[[-[ý!VßSßG«ï7é1é=é5é;é9é3‰ô#ö ö&ö"ö%ö$ö!Æû…x„x‡x…ø†x†ø„`Cü<¼¼|<|° ~==Þ=^=¾=ž=>=Ø?NNoN/N_NONN,§_¡G¡w¡W¡o¡g¡O!¶ÐÏÎÃÎÛÎËÎ×ÎÓÎÇkç·á±á][‹Ô"õ»_wë>^§ ÒÑóöê`½[WWÒo—á¦Ð•®ßS4«l—…(¢ozÚMô8‹"•¥² m2\{:Mô ‹•ͳìA†KOǬž]Q™²F–…¢C†{O׬þFÑ®2šõJÑÙô5g;©^­²KÖPsžPS§PËÓŠFÂYzÉ7²™ÊÁç·Òýºëg‰6Òv%ÑìªçZé9Ý}³dY»ÒhΫçBéqÝm³$¤جKùSÊ6YN½ÐôMa»ªSQ¨²D–~ïKS×ÂNUý¬¢^eÓ,»^ÄÔ¥°cPϼ¨HY-˼×ÞÔ½°kP¡hSd¡½¯æ^Ûµóê‘ù*‹féöZϽ³ëäÕ)jU6̲éuš{k×Q¦§Q”­¬”eÚk7çf×U¦?R´¨ìzѹ7툞@Q¬²L–a¯ÍœëF'¢_Y4ªl™åÐ æ\6:võТ*e­,å€þ€%ŽÛ§)‹¤ž#צ4{‡]&¼C)’èqS–Òä)všJG$óuàýÀ{©9ù)Ùéyïr2 Þ d ¤ ä ¤ ä d ¤ ddä ¤ äd ÂÜÆÜÇÜÃ<ÀPc80Œ~ %† CáÅÜÅpa˜1‚˜;V †CƒáÄ0a0Tv †C‹áư`„:owÞï¼×ù “º“£“±“¿“²“­sÖy£PÂP6*{÷ ”r Øûêò%د7g5“Ûr€|Nè›ω¢Ë*/ÿäP[üô:‚—EæÚg¦¾fó­qµs:+¿.ÑW¿,˜h²Ô*™i:²Ùëw"ÑÈýYnᣘ’~¤ÃJ¸ù‰5`ë‹ø« Q?&§ñæ ‘9Ý…/ãs_[–WWݨrÆÙ¿ilz7_ÞÜÍ•öa~>>*™ ÃJŸŽŠÒ¯Qô0]Ï=ö)øÎûIŒ¥3_R«Ýëê÷Å)¼Úž%“ú•¶q‰œ³–&ç9c"%˜ž0ñÐUŸ—OdwW¯ýÎmCxêÑ Õì³øÖ² a«æ˜á²VÊû:Ç_ã}G¿ÆŽ‡Î)ª—JöÒ^-(\™õí ÕGeã*Ú3}ÓdJCw£"¿Xš&LÑÿdsî¸4ðÒüm·Kfâ~SÙîàÄ»F*ã€I º×·Ï½ÝVËnL”͸‹eeìËȾ}‚ËsçÉ'ÓÇ’7+Õ›TÓ”Ê$égfM,L2ï±´57ÒëjÑg¢¡»–¯,ìõ……%lä,eŠÕïÆ”Lò^š¢P)¼?Ìyýû,YߪUz…ûåogìÓcÛÍïð,JƒÔúTN1’¼¦Òy³ª‚¹³Hbggÿü±ššœF€ó{o»;c? 9+z¯‰¿NºÂº¸r+†/—ð¹··ŸY5Û 1˜åû£R,K-:zRΗJŠÌ˜U§ÊÜ»¼Yðü(á0´91øäÙ›ÁdÃ/¹-ï]]Ÿ0q½}Žíx3çõ‹ç]!Æ¿™zlq E¯t VbyÛd5 -ÞLž¸?Éäðå¾J¶2ã`á6o‚R=ëò©GwuJš¸ Çr'ù&RkÆ—…”2‚½Ü ¸8¹$ÿ)³|ñS Æ+çµKIÞhî10êŽSlV ÿ©O#g¶÷ѧϤø‡šÁo-ù‘¯^©I$.M˜ötx¸{ûÁß`–"ö¨T5CñVNÚÎØá+{!ñ1Ô•™ÿÊîÉ//ÿþu–LÜË~li×ùH—z÷׳g¾ÃÁÁÁÁÁÁÁÁÁÁÁÁÁÁÁÁÁÁÁÁÁù›8þÏÓó´üð·ñ†cÇöOÿ>UúoŸ/ÿt#ý·é™ÇމŸ8þ¤,;{ì˜Û¹ý?‡cÇî;fKð‡å¦S>ÇïS…þ~zûOÖzìØ©ã‘¾ô—÷ûœöDÿ2÷øä.Ï_>;Ö+ö§±¯œ>*þŸÆ|Ïýõuð¸yìØ{þ?,sÝù·Rå]úÓX:áŸ+wø/©Å?9‡;èþÎ\ùwâ—ÿö=nwøp;þ{ wþ$ræw±g¿ûŽÿŸÓhüöyõ»xÜïÆŸþyüï»þ7«áÁqÜ~€óo‰>ù/sOþOn§Ú©¿6g詌†àŽqœÿ¢¿þŠ é,®÷pppppppppppþ1¼9…ëœÿ».þI„øÆ888888888϶NýñüõÓ>53®Ãþuý¿\[õåßþ­¥?Äþxú‡ù²úoòØîuœ?‡ô ®pppppþ‘íý•g²ëá/‚ÿdÞÿÞ»ßO¯þçÓj\ýKK'ÿ‹ësó?Lñç*AøoÄ›ÿXû Ãqóã–ÇU~»ìxsüÆ1²cL¿Ånüówÿ2_vÜô·±ÒÿŸG wèâààààüXNàúà£}\ààü]yô?îI<>ÜÙçïÚ‡¿áÚrúØ1ö¿0Ïò_¸~Ò?óÝ?Ê펿Íû-’ñZŽá>VŠÇöWä¦ù/¯_ý¿”»ù/ØîÿNœâßùƒüå}úÝxáoú÷¶ÇéŒ}Ïý¿e­'þè6±ÂߨÌvܹçOÜ^óÿÂÀûŸßÆÑÓ¸íü{ÿº|³ÿ'ö†×…ÿþ:DÿöìÔ¿ª×ð<Ùpç¿+ÿ¶ÇÌÃëKó.á¶/Îÿ ºˆ¢ †ˆbŒ˜ ¦ˆbŽX –ˆb¼Dl[ıGGÄ A€@E^!ÎÈkä òqAÞ!®ˆâŽx žˆ‚E¼ÄñCü‘$ B‚‘$ C‘$‰B¢‘$‰CÞ#x$ID’d$IEÒt$ÉD²l$ùˆä"yH>R€"EH1R‚”"eH9RT"UH5ò ùŒ|Aj¯H-R‡Ô# H#Ò„4#ߤiCÚ‘¤éBº‘¤éCú‘dB†‘dC¾#ãÈòù‰L"SÈ/d™Af‘9dY@‘%dYAV‘5dÙ@6‘-dÙAv‘=d9@‘#ä8N€“à8 ΀³àÀçÁp\ø€\„à W1¸HÀup2p p Üw% Ô€Ü´à ô€0&À XÀ}À Ø;àœ€ pƒ€ð>À€ Á#ð<O0¢àâ@H) dÀs 0@È ”€2Pª@ ¨   ´À   t€.ÐúÀ#` L€)0æÀX+` ^` ì€=pŽÀ Pð 8ƒ×à x \À;à Ü€;ðžÀ `7ð¾Àøƒ‚@0¡ „ƒ ¢@4ˆ± ¼@D¡Ñ'èSTAEÑg¨*ŽJ ’¨*Ê ÏQYƒÊ¡ò¨ªˆ*¡Ê¨ ªŠª¡ê¨ª‰j¡/PmTÕEõP}Ô5DPcÔ5EÍPsÔµD­Pkô%jƒÚ¢v¨=ê€:¢N(‚¢(ú uF_£oз¨ úuEÝPwÔõD½P,êú ¾¨ê hŒ† ¡hŽF ‘hÆ ±húý€Æ£ h"š„&£)h*š†¦£h&š…f£9èG߉À鲡Óÿ*ŽE endstream endobj 598 0 obj << /D [596 0 R /XYZ 56.693 815.761 null] >> endobj 384 0 obj << /D [596 0 R /XYZ 56.693 291.845 null] >> endobj 599 0 obj << /D [596 0 R /XYZ 56.693 271.975 null] >> endobj 595 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F52 247 0 R /F60 262 0 R >> /XObject << /Im22 588 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 605 0 obj << /Length 1212 /Filter /FlateDecode >> stream xÚ­WKoÜ6¾ï¯Ð¥°°h>DJ:¶‰¤¨‹6]ôâÍ•hG€VZëá6ýõ’C­´^'EÑË’š!‡ß¼giôÑèýæ‡Ýææ¤QA ÅU´{ˆ'*‹r&ˆÈ¢]ÝÇwºL³M¸¤ñ4ÖM=èÑL½'TƯÍUgy3ñÓîGx aŒRz9e×î)åS¯Çºk×÷Ööú4$ß—–9X€ŒE9 SÂ"K3N2&¢D’"Cl\Àõ,oü’ {os»Ûa”Òøöplti¦=Ün/2æ·Í•.Ñ*ðeñ°…0…R|íi.²`=Ïú<óÏëeÖç¾~9Õ3¹PAÈ‹ ûwÕë`¿X˜¤ý¤ýZbzŸÞðÀ»¶D¸º-Cõ²}†|M|Öã=Êä×=•ôØ›C ÕnRç KýÁB¤ÁÑL™¸¤N˜$#¯ÚŸ-ÂJ!FÔ[Ìf…Ù¬âR;Bu?ÖåÔ`æ+V`èƒMx[Ç/˜;U$MÙ·í­Â‘k/wé…/8õ{cÏ3$Ÿ[À¢uõ ´WÞ9#jQö¶¾ŽPͬV‰ª>MW¾_¨x¾õs¨OòÁ™@ (BÅ£kÞhš^æ`ÙÚô+¼X4ƒËf·z×b‡êqZ0õVûÕÚž‡bû•ÆhC‹œ×˜å± 5²Ó!.w sAuµjÙóàøó8ñú´€¶¹ƒ¶j»¤²R¿³!çwM`Bë¬j?š¹oçwBûuiPO©º¥ôf8Çõo+Þµ¹µ"$\æËúÁÖßÄ0»t ÌÁ½nmŽØõÊzXûF®òóá;ï©G^¿2:ê³­uuvšêf\;Û•Q+­ Ý{_–C]5›?BH-Jœˆñµùìâ<õÆŽvzráF‰ÓŒä:Ë:f,¾yèXZ:ŒÙQ?"ª§©`Ã@?ÿ ¸•Ë? gZ®“âÒÔžRB¡ùþ‡¡ýÚÎJE endstream endobj 604 0 obj << /Type /Page /Contents 605 0 R /Resources 603 0 R /MediaBox [0 0 595.276 841.89] /Parent 569 0 R >> endobj 601 0 obj << /Type /XObject /Subtype /Image /Width 915 /Height 107 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 610 0 R /Length 5425 /Filter /FlateDecode >> stream xÚíy\Tå€_sͼ™šá®i‰û’éÍ›¥]õ¦-–Ÿ™Wë^YZ©x)o~ejYæ†{š;b*Šàžæ‚€»€ "˰ ³ʈ~ß™aq`ƒažç÷ü¡g›sf†9ÏÞ„GážžÖª”ŠnݼAš¥×i-•–O¸gubUPqæÛ§yÃn£çû'©+j³ªˆå¯: Ñü£ƒ2 w2>ÔSôôWϊǺ}ª(>]¹r@áüòüóòÒWOøO[!jöõˆPpO"⟬Á+u ÕYɲD©ó32"ì"áŠX¹ê‰‘§N_Ïà®À‡U# ½–ae–&="("•wFˆH¸®ˆˆˆˆH¸"Õ¤§(´ÜUrß´ŠT™\dz WÄ”CãÛÕþy$ía7¥¼¸`PCQÿåEáʲ—̸ð}7éÉìj1P𡽿eÙÅuŸôoálü¡yæ_»ö|Ñݹ†ËhŸxµ÷€ÍÇR1–vsÉ{F7—`±ØÝÃë ñôGûöŒm(Ä#÷§ðÔEDDÂÍŒ ÉRÕ°9þa¯7j¼^©)DÞóËŽ=MÔšARPº||$¥‚mùpÔ¡›I?.MŒ›8ÉmypÈÜNÒÿê¿å¯±í°õXJŽr<¿iRO'áüŸ¤ ¹ëÒŽo"„ÓPïè÷VBÔ}s»ÿ÷…¨õÊæ8ÆR"""኎¦*rIwã%ʹU¿5uâ¹ß†§–ùmÚx¿÷Ÿ¢Áˆ_cµü+õ¢-ÇÄy ª#DK·@yÁ\yì©ÃAQé:Ûï[ŽÅ¬<3®øÍÿ°Ï“ù?¥=—E©+â®S^0fªè¾äj‚ÏàÚ¢Þð]‘ûG5µ¬¿®á©‹ˆˆÕ9\ÿODDDDtí1\yÔ¼`í"\y¤±Š‡+""""–6x ê„+ """"ÚÒ®•®<"ˆˆˆˆhc»®ˆˆˆˆH¸–®9Èñ¨IÚóÏÆBÔ뢿}Ôr˪Èå}kÑvzˆ‚{Ì?Ö•®¶ì'€ÿlÓþÓVˆš}="zËÚ¿Ÿ¢ÞÐÑ*îyDD¤`mi×*®üå,¬ÞªbOx¯Y¶Ñ?^˽ˆˆ´«Ý†+ò‘|­"ájKT®ˆˆˆˆ„«yVµp-Úy‘v­²áj¾ç„+""":‚jµR©ÈPdÈGéx5*•NûíJ¸bUV§Õ(2ÒSSdÒSÑN•NdR§Y-´|UÊŒ°‹¼6o\æ±ÈA\¾dñ–M.œ;'5a×=»wædg®Xnµ¦¥%Ÿ <¹hÁ¼éînîn“íNé¶hÁÁA'³2õ¥]k•ªuÝšŸ¯_5 wƒÜÜÛ11ÑëÖ¬>&T­VTåp•ªµ´p-±Û„«#+½9•ªõ»o¿9œ”(½c•!""Ú‰ §¾›=3"<ìÖ­ËóR‘áµycÜõ˜»ŽÇõ˜è-›6¤¥¦Øxѵª  \±È”ÙâóΆ†Ü°s®EEz,œŸ——gõBÍò%‹çZk±ë®·o­Xê!Å}U×2† ®hþ-mÓÝÝ’y¹{Ç`È•NjÒ?¬†ë2ERÅå9$Ò±'%ÄWåpe¨Ú®în““e2^î  ÔW{ W† á „+ájáZ™Cä—v¬Ü«®.u§•-Ÿöé¼Sò*¾Ÿê_÷ïÎ ”ÿùázWù×g­½šÃ+&Táp•îŽCÂPÒÔ&þæ¥z¢ÁU——ŽiWz{ûÇilÊæ@÷ŽNO ßTa嬺¼¨‹¨1`Gò£ØÛ‡}`v°Š³3Û‹úïîOûóÃÕ Ûôw—æ£~×óŠ „kE‘uþ+W§FomO¾]ýÃõÑ HÜýv£¢­ù—Ö}F|éy6Ew¿ñ®¬è_¿ñÀ¯÷Ç*+2ÏÒý'¹ˆg>9aÓµDÅÅeïôú›Û$m%…ëííCj~°®·ãwM{í9—ç‡|é—”›AU0µkËÁ«bs W¨6áª<0²qQÕÔx¢Uï·¿Øx^™[uÂ5ûÚêQ/ øò¸ÂPýÃõ‘ ÐÞØÜOˆæã×ïÿíðÁÝ^˦¿ÕVˆ:ý=‹.®jä±×R+|ÀŸ™‚ö®Å"¶Â5Oî3²]§ ÞQ)W·wm?fŸ"ï޽찹ýZösñ&W\ÀÞÃÕPDnú¶—„hù±çïþÇÛ½~ÎךBtùö‚ÞPípСùáÚi^„ªð¯§]ú¾£¾=«4^ôÞ™ounhÜçV&oPH5×}?Ðñ™zùûÙ ý ÏןI/ºj}•¾ÒÅ¥®iÚÏO>!7¥`m¦‡SÇž;ªgÓZ¦uû´òTjþfUa?uN¯ïN±º©Òn´„á^S^míl\æ/^è\Ï,\Ë]Ýro­ì†2ò—·Û=QÃtåºI÷=‚S5z]ò¾‘OˆFüž^°©Ô£ˆnAézëË?ØRÂU¿stSñ—!k¢Tå‡kÎ¥oz¶{ÿ¨1@uGÞk×ç»Ë·rãÖ mÕeÊ M^ñ—†Û‰¾ݯ‹DÇ—‡jO¸€†kçÅ19n'nì_C4¬7äÄmùlƒüÓîӽƭº É5-‘~ô_ïÚ,¿jjwœjlÜ[é'{±yã´ºmF¬¿žmœ˜æ¿`LïgŒ•R·õ€OÖ]P›6`ПžÜL¸|ZǪýÿ¨-º.½žcuã91‹; §7ªJ»éj®d¨€E¸êb×ô¢ÅÔÀ ]jÀ´ö¢fÇï<òÛŽŸF¶âù¯OËóËJtr[¿Ë×÷×U3Þh%D½Á«¯¨«—¹Šëäõ~úþº38QkJÁ†ï®õ  ¹t]®Ó¥ŸúÊUˆ§~ñ³÷î­‹'ôpί®¸¬.Ñr–›*íF‹fÒ¡š ñôÐ¯ÖøøíX7{´ô¬0\mXÝro­ì†&ýìöÛöùý÷‚Ñ­…xö+©Æ5‰Û‡:‹VîÁùL÷ÿ¤©hòïcÆŽµº¼­áú^SÑ`ðšHÂõN²×°6½¿Ñ´A_õjû¶w²lטöÆìJ½Sìuá®>dFo—î,Úu<à¨ÏŠ)[®`ßáš+ß=¤¶hø¿Ö«½ìëµûH@à ¿¥cÛÑ~fX–´„©$E§ÿx:vì Ïž ŠÛý…Y]„xò•i?ï:xÈoË/Û¯JE©??SZ®Ñßglð;°kŤ^N¢îkkMuZF¸ZnÜ<\­Ütµ ×G8TÀ®Ú YÌ™½‹FIåÖì“£©ºømCœE§.ªò—”íñ¸h7ã´Ò¼¬Œ¡uueÿZ¢Å” ¹ÖÖU¬ýò]—¸cX]ñôøßRó§h¢7r.Ÿ¦[ WóM•z£f‡©»á9°¶hþÙq¹ÅP[V·2TÀòˆŠÝ«qžÒ¼ׯiµº¸-¯Õ‘~:LW°åAÓZЧÆJ+}y[ÂõÁƸÞÍ [ñ?®ÆË¨.G¯ŽH>>¥K«¡+‚þð^?×纲%2ë®´”êÀû­\zϺ”¿CÀNõӂH}v–6=î¾…#›K :z¿<×¼ùrÓ¶¨!úy¦äÔcAIæÏÌØóf=餠6_Ã4±éÇþo˶vͧžÑ—®æ7X„k±¹ °1\ÍiÔ÷“ çåRÆžšÚÂb¯¼w0­d³©®.î*Dï51j›W±’‚§ÜZ §a»e…û¦Š\Ö]ˆž+£Ôe‡k©7jv˜ASZ§á~É–c\mYݶp•GnŸþf7—z5„¨]¿¾´•îK£ÔÆ(5>·Ÿ›uA©U„|ÙZ4úà·”²–¯ðpͿQhròîÞ¼8§oË~sŽîøg‡Žc7„^:ôÍ_[õ_uûÞ­Ëß÷qi;> óá ö®·nÝÊÊÊ,03qK‰ªiØkܲSizi®2Êû¿ovovÿ´Ûcy´.3K{y¾tÚæ—V¸eÈ´VÂy¸_êýÍZ™¨½¶¼‡½VÅè²'?•"ab€"Všño—EWµYV6^lŠåÜÑ¡‡ ´þtû‰€Àcž;ÑfâDu~ì5ýÕãØÙ3§ =s):Mg®‘¦pVÛ¼ŠÕp•Òi˜ïýp2†kå†ki7j®¦÷µ®6¬nK¸*ÏÏî,DËQó}Ž ôÕ£0Duš$Ÿ·ë‹3Ï&‡~ÑZ¸L H/sùG®ù䯮ܲ«[@rÐ$W×Oƒ³¤>_ýj›!žÉwn]™k WÂì+\s23õê<¥ªi5é×cþA¡aÑ)šÂYª‹sŒ§Ý÷úœ Ú3»§”Ë®iõ™šÓi×/µpIÅ©©-…ó0¿”û›•&»Ÿ¨¹¶ÜX)+£µ™ cI4Lž?+Õ® ¯oÚbãŦXÎ}*`¬©0WœÅ“o{ƨ ~½Þhܾä_BU¢Ù4×½†:¯ž§Û¼Šñ£R!ÿm#Œ:P”dºã`Ц.˜¢‰Ù<ØÉx¥¾Ü¡¥Ý¨ùPÓÆP¸ŒùPV·Ü[ËÝHöXStüáRþ·1Èü^w* W­>õ𿛈֟¯œÐ¬Fû¯ !”º¼e¸¾³¯bÂÕâ=ºýsc}Óïd}ü|ç)¡7¥i‰ëµymC’á®æÈm]ººŸÒß%\ÀnÂ5''G¯×¨‹/¨µîþD“É;¥Ó®ëaJÓ“M§ÝeQ^n:íú¦.©‹÷T[4p8Õlué#+M'IËŸ¢Ý<ØÙX)ri  »ñâÏÑZÓ¬ŸÁÆp½¬Ö[Ùx±)–sD¾UÀ4EõËzâ‰7·Dk´ÉG?k#DƒþŸ.òòÛ·oçúE?n W~<Ê8ÙÓoÏöåŸ÷{\<Ökî9c•¹J±pÕ&ì^WÔýëô »÷îøeù¶p¥.-ð‹ç…h2dÆZ¿};–OzÁY8 X®Ò•®¥Þh±#M šÞQˆº½?š¿Åwß>ï%cž)üp–-«[î­å×Ó3Ú ÑzÌÂ]GNžÜÿà ÝW<ô˶Æõ±–\Q–³|±¯P¸öó B4·60NõG¿U <Õ±Ï:·~}í ý{wÒ¼ßm×íó}דÏ.~­MŸÙá·¤²# tqyvØŒ üOõšÚƒp€ª®Ù:¶Àª WiïO4©(<íîʤ¼¼a|§L‹=ÙmÂ^™ñsI±æ¼Ó­ñcÒ$§æ}ÿµôd²Æâò¦ÕOEY½Ñ’>5î÷ŸÞïãR'ÿî}ÜÅuðÿž”Û¼zɽUZösê™m¿öM»ŒÛ¯)˜«¾²¤O Qoø¶xmyË;@uâÁ/þÖ´ÖãCvÈþè· u~Ö‹-_ú1¼à³W·v¹ lïâÒ¼çûKÏj ¾ëŽê캩oôjmú W³=ŽõˆàO¾@U×ìì›Z­¦@Mܦ¾B¸þ¦ÔÜŸX0+å´tÚ}æþi·óØqjVyiž«pú‡Ì|aŵ=ߎèj Q«qo·ãiÒDeÌþÙït-¬”—$© ——‡mžØ¿¹Sþ¶›´i¢O¬ZkmãæSŠÏUßÈ?¹¯¾ª,õßæGä CþÈ·÷—ùz¬l+æO¾ØC¸Þ¼™¥Q«P*PIájy¼'á ðÀáš•¥V)ÿ°–Aò0[û3uС\q%\ì6\³²2‹É¡d¨V›pîî–˜ÏkØ;C®tR+#\ßU¥Èp@*€ÕÔÙâó‚Oòröε¨H…óóòò¬†ëò%‹åéirGSžžºb©C°(ý ünǫ̈ȫƒ=°Ïk­éD&Î"ÂÃnÝʱ<ß)ž›6Hs¥vu4¯D„mõÜ$KLd¨V³2õáa—/üiº»›»ÛdDDD»S:…I'2©KïÜ1X=ÙiTª çέ[³úrDxZjJzZª#(©t¼ëYsþìéôôT† `õPzsš——Çv°_¤™Õk­Eª”çΜ޲yÊ¥Ë<9‚Ò‘nõÜ$UkŠ,I¯Ó0TÑ^T«i©)²Ä„¤„xQ–˜hºÖª±z‡0TíB† """"áÊPDDDD¬~áÊPDDDDd¨""""® @DDDD† ®ˆˆˆˆhGCJ´«×¦õéi)> stream xÚí xTÕÙÇ'³ÏÉ2Y&Dc 6†0ýˆ|BªÆ$›1-¤ ¡!n)È"Òx,Ѱ 0," `¨¥®¥ ²h•µ`[µvù¬ ( VkO®7×;˹sgîÜ™äÿ{ÈdfÎ=ç¼çý¿ïYîL @ ð?$A ÉÁW•ÿÁ+KFŽ*•J ðDqŒ, ’¨Q£Ñjµ:€? jÓhˆ.Dò ÀÿPeÐë´F”$òbŽˆ 5RzF­äJ2’@,–˜èHs¸‰²Õd$ €,ŒJJLˆ·D™Cm5 I ãÒǤ¦$ÅÇF†M¬'%©„ms²³2Ò’,šdÓ$ù¡‚mi…ùy9Yé£bÍ&½FÅJR©†m™•%¹Ó“¯Œ §´j%$ €¬4Ô×U•æf¥%YÌFÝw’Ti`d uQc}MyÁ¤Œ”øÈPzæ I #+·ÔW—äe¥&D‡“D’ZØX»êáÅuùÙcc"Èb’–äÀR’@¬ëV­XT_95gìHKÄàþ΀$u° 2°Ýº¶£µ¡ºhò¸Q3¥ƒ$—Þmë;—.˜Uœ›™Çn¹B’ÈÅî'7®nkª-ÍIôí°vµ7×–NŸ÷=H¹éï±v/o™]F$9’’pÙÓ»yÍŠ–º²9Î I 7½ÛÖw.]0«87Ó^’T„eÔ¸ÉEÕ ­k­Û{w÷õ÷ïHGßîÞíÖµ­ ÕE“Dz˜)Ž$µTDlRzNáŒú–w®³nÛ¾£§§ ==;¶o³®[µbQ}åÔœ±#-”ö[IMª´TxLâ˜ìüŠºÆÅw®]¿ÁjµnHˆÕºqýÚU/n¬«ÈÏ“3 ÉAIj aÑ ©Yy%Õõ-‹Wtt®îêî^î®Õ+·ÔW—äe¥&D‡4ªï$©ŒOɘTP^S߸¨ui[ûò)YÞÞ¶´uQc}MyÁ¤Œ”øÈPý€$ fÇh¶$¥eå–WÕÕ7,hjnnHIssÓ‚†úºªòÂܬ´$ »á:¸¿Ÿœ>1· ¤¢ræ¬ÚÚÙu)™][;kfeEIAîÄôä+£ÂÙÝ"É™«É›0:=+'/¿pZqiii@JˆÊЧæçåd¥Nˆ5›ôƒKÉÁ“ÉÐHKBrZFVvι¹S¦ä$eJnî9ÙYiÉ –ȰoO%%IÒ¤Ž ‹ŒOJI“>.c<@z2Ç¥IMIŠP¤FÅÌ[iI*ÕD“¡æ(K|BbÒ¨ää䀴JJLˆ·D™C‰"¿K’ßiÒnŽŒŽ±XââF¤&.Îb‰‰Ž4‡›ìÉjROCÃ""Ìæï¤ÇlŽˆ 5Rz{EH2D©Rk´:½"Ò3 6ƒ^§Õ¨Ö‘\IÒš¥Z£Ñjµ:€? jÓhÔŒ ¹ŠdE©T©ˆ.~‚(NéLƒš¤e ðƒÂS8%à¼À6”$rã›oõÁ—6ƒ! \Àµ€k×® \¸6€k×® \¸6pm×® \¸6pmàÚ® \¸6pmàÚÀµ\¸6pmàÚÀµ€k¸6pmàÚÀµ€k×pmàÚÀµ€k×® àÚÀµ€k×® \Àµ€k×®ØÌ™¯$6i\½jÕù¯%Ëôa‘–yëo4 >*ÐÊm‹¹FûgöQöÏ\Í´7ŠóÞi^Œå"Sž‰ûû*¡%w™ä´ÕI£Ìc úO¯Zþ6O7Ïé,ðmå÷›©§Ï‹½WÙ^l ôè:ÛllÐïQÍ7sÖD·±«ó‚ËÑå¯S[DZì/£îbº|BˆâŒ6ðÛØìr½yíŸUfš†F?¢Ma{ÒLÇ*«FÌu^—ÕgË8µŸ§Ì¼kïg}>je"öšNi[]¶ãU£X³‡^ÞÇDûͮߒ+-q[æjJèõîòrÿÀ¨=1D”Ìe¤›øû†1Gñ=‚‹‚ºŸo±ý܉5Ÿ¬ì4ÁîÙ륕ÎÂʲrÈKû¿…ñ^ðü {¥§-w "ÿ%ƒ}ê;”ËbÉO‘¿rkÓmÖ\E¯û¶Rù„iíRd”!FF)û$ñÝ7%8xûMÊÏt°¸§Aä ôœèü_¤ñùSä• àgß]kçZc¾ã!ã)7 ºŸ¹ÿæû6;ó=þÈ*_ZéçL«·z<㾉S"ÖX.xv}Ì˽®$™WË|¾6™Lþ]b¹|Ékå³x§ZÅ0üLÆ5tL¼lÐêŸS+}мiô3M‚ãîïe9¸Žç” Å’a²ï–IÇ–Gyz« ;Làñ…—yåÃûš•<÷kOâñÃYlMGØ{÷©‚i<[üð9…Íš¡ª†w¨NŽ¿hتø¥Ì;ƒOÑãyë =jØ ˜ùµÇ9<‡)±šî¶k2]¤mP%(ç•õçß»ìFÛBæ@Ñw4Ü)؃NмùÿØ•W,NÑЧ00\Àì~ˆåeþÝËú·Hü¹Í‡Ý΂Vû(²?æ³u÷!™}â$d‚Šô¼ùç^æÝÃ$C¥ÉÜÏYL|ò8ó(†sztÙá$©Ã®½9"wfÏ1?+‡ÔÎîr/rÑ,¦ì|—{_‰v#òˆ‡ùÿZæçV¦œ³ß+ öØåû‰<ïKá9ƒ¼žùidê-Ôþ]^r)¯4ÿhðøDô´À52Ÿµn–y¿ì:žú“q³ Œ 1$Sÿtï¡n²É·3êŸAŸx>@GÀ9.#Â=<~u’.õ[Añ÷ú:Š~o©Cü ègâ9Ï÷JàËÿdÆh§ñ㟶«Œ9uN4m±iÓoȬìNö™—™vßëÄÒ5¿ûk€ïãGÈ=2E¬·¯áXìëݶïC)ƒA'eKîç:!r|æ3ã~„”Ÿ.xî1…ñÔnS¸Ý½ #9>¼‘Ó¦w™þ§ß?y×Öëîsh® KyÜÛlžH2Žy>ÏÉøé×îÒ»¯z9#“%¸T§· ýá¯v„~'¿?ÁéG<$»½^ÁˆIÊÓCv~ÿcC±ÞêóÙË^íóüÈÆ›j3éö}d“i>bÛœnáñèüB¤^~æSí6¨IŸž&™è´~ºîUòø?ïu.35~.ÂRé² Ô_š‰]ÎòunÚ?•ͺ¿³{eL™0Ôtƒ±˜ü\-ê›%6ª«‡ì½šÏM´Ã86o”Å;NóÎI?q¢òãÄŠIÍâaê+³‰›Óµý;ˆV‹™ö牒ÿ&>xÂiÎÛá4®pÑ÷Ýä˜é"£æ<¶ÜLÑ£0×EÝg¼òûPVÑûû#}ËØ ÿ¬T›ÈöÿÀU´ôÊÇ.+/ëáWr² ŸÞÁƒ²ìäÌ\m'’Üâ÷¨ø†ŸëKu£(Ésì>ÙFý—Œ—/Åßmó! qAÀp!ˆæ_ dȺ©NcßI¿þšÌ=&ÃýånòÛQê¼ß³C-ã÷ûi׳ŸÇî§Hϳ¥˜]áss•ÇÙ™Ø:û95’üwÎM,á$óõj¬_¦0Í+üƒõîç#ÿ5h]æ’»TϰvÔˆÈ:qœè~˜(þ)Ž ‹Bêrè³.®•èQÍs˜qÛëf¤ÛlNÑ«íZTáç“fßuÆ­mãµÚß0­ã(ê&âI»ˆª¦ßû ýÿ!µ„»Ô]½z]æOl]ošŠœóò”»ÕÏëÅk8=®÷cþo`êeêÔúi¾~ÉN#{ W“gæÜé$þt²Ï]aºÛ°Ðt©×¦ü¥­ýBb¯LÖez˜µy´úµSKßå¡7nµ{±ÃnÇNN{ï¤GCc3ãÙ!2Ž]Ä]„¢™Dg{sxÚZå¡ßÊ&T€Zð~h×|zF2Éék—|®·UÌüg  »•?”¼»rV2]g ñž&§ùûz›g§ê÷ëºlž9F~û ùW«ß@þߥ? xPÁcу>øÆé{13Š'Þä-n¢#þ—lmùL¦;Æ;ïøÜÅÕÚïÚcí\)bý:““¿ãì^ûÌÉÈ*eží_éeùRžœþ_oxÈ¡ç)Ì3=‚|b³`Ϲ„oÃtÂèa8+K+±Å/»¡½Ø•ò9+‡Àç}–+‡û(nV¿J2D ;–ã5çÇ¢Om~«’äì{‹å5¶‰Úɾ Àƒ?ìåïëõ̃ÿìfVy«Mû^Uǧ̈/ó0 ½"`Ä_@ä²ó„ÀØô"¼Õ¯cð°ä7óÆHvñ$¡K]¦^"%þÁ>{˜:N/ YH-£î¥6P7k‡ó8œåd™%"Ö"WËÜþë†À\´Úé¦Ón4Þõ³Ÿ6û¸¾‚!v28o£ü+HÆÙÌÄ–ƒŠµnrÎqãJÝ›êè(?ƒ‰õz:—«9ñi g5n³›Ë{åUÌiôÑqiN4 'U°☎Y2ÎáïÑú±²ñ’ÿ¼˜N¥ endstream endobj 606 0 obj << /D [604 0 R /XYZ 56.693 815.761 null] >> endobj 107 0 obj << /D [604 0 R /XYZ 56.693 759.068 null] >> endobj 607 0 obj << /D [604 0 R /XYZ 56.693 739.087 null] >> endobj 385 0 obj << /D [604 0 R /XYZ 56.693 587.033 null] >> endobj 608 0 obj << /D [604 0 R /XYZ 56.693 567.163 null] >> endobj 111 0 obj << /D [604 0 R /XYZ 56.693 479.338 null] >> endobj 609 0 obj << /D [604 0 R /XYZ 56.693 453.543 null] >> endobj 603 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R /F75 438 0 R >> /XObject << /Im23 601 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 614 0 obj << /Length 1104 /Filter /FlateDecode >> stream xÚÍVKoÛF¾ëWì-`®÷MnoiÓ.’AÕ“•ÆZÙ(RæÃMÿ}g_´¨8‚SôPÐg†;¯o†CÐ"èÝêçÍêú­$Hc­˜B›=R «•”c^ ÍÝfL;Ùf3I²i¬›z0£úÀØÙp6¯:'›™Ÿ7¿œR¬¥ ÷T]»%„ÝM½ë®]¾ÿѸק!]9áà.Ï(*Á3Åg¢`¸ åë"úƼ^”Ùu8wï­~ݬVìD‘TXiŽ M±" U‡Õíg‚v ±Ð%úËk¤3®€nЫO+“ôÒsaQ‚¿¦Å‡XbZh¯qJ{!¥e韔R‰{}s`½éÀOßµ”GSù‰-_Ò‚””ñsJ‘S"Bæ~y¾C ÝLî^Ù5•Ù×-—´š¼®Ëqrå >9#˜* §Æ%çÁÖÛXM‚ (¡g˜ÀHP¸YçŠeïfµ§û4æ_TîÊ2c$x¶eLê¿ æügØ sZH\–wΰ *x?º¸Ýæ”’}è<Àš?hùüHŸš©— \ ±5“^¤uá!§È’/C4Ûlæ\ ‚5)à•B^ÂÕôT‰ÿ-ªèËPõ£¡Ìôh,`r¹( Í‚õ÷ö÷-G­ gÕ¦MܣƗlì#»ºïꡎ*¦?D²I ñ¸f23 ÌóȦڱ¿“ÞOgåQâ$nÐ+\’Ø»þ`šKõ„¤˜NxoÚêbl;Óé3SƒOý~MIfÒKß|”îzs¼¯¦(F¸Êô;|)†<ú”S%+ƒgofÃS,?Ôíåè ÌæFŒî÷é1£±g—„²ô®Ò{÷ç©ó«m× U÷]ÛÚƒmc™¿¬¸Õ[i#ÿï”Éï&õr¢÷‹<Ü´U×»œ»àâ…èaMSôúÚ€#œKHb$ö]ë?óƒz 1;öpô˜¯Mõ\³¹óÎA½î“ÄŸ*s ZÝ×ÖÁ×ñ¾žýà(Ø,º|èãÛT]ƒÙ~œæë^¹;ê©6žïà}3~§ÉòËÍfoÛØtx^|8f‚ñ>¾ÁXŸÄË,t6ƒ4-@Ý&ä×ñR‹›(Mبì8ÚÀú&£WK »cœ% ùL½Ñ×Õ˜`÷îÃé h@dÓdd^÷ŽãšfqØÁ‡AžB@J,ÄŒ ¤4ÙK’¾8/R?‰qü„£Ë˜%.i1WÃ×û€ sgÏö¡ëÇÚ—@ Ëb &ÎZ¸,C ÃyÒÂðôL w—Þy¶…A°hax¶‘ïZ¸Ôs »+L8ŸZØ?n9!Ks{•|f&Ÿ¾: ÃP¥  Ų["É0î`Ÿ¿JÙÙ¾6MùKXîÍ0ØÃ—ÆÅ<,ÇÙ;ô„xñ²‚Ï­è°N¥ÿ͆þV§,‡ endstream endobj 613 0 obj << /Type /Page /Contents 614 0 R /Resources 612 0 R /MediaBox [0 0 595.276 841.89] /Parent 619 0 R >> endobj 602 0 obj << /Type /XObject /Subtype /Image /Width 1188 /Height 666 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 620 0 R /Length 65001 /Filter /FlateDecode >> stream xÚìxTUÚÇ/ ¢¸‚bEÝÕUw-¸öýp-‹««». ¨„Þ›ÒK¨iFB:I(!½'“ÞCzŸ”™ÉÔdz¯éß¹sS&ÉL˜@:ïy~ÜœvÏyÏ{î=ÿ9wî` @€ @€ @€ @€ @€ @€ @€ @€ @€ @€°oWF€‘QyÿÝtráRL©CBl¸…q.Ï!À8Â!ŒiL7”yìÔQ¨D ŸÜ#„ÞÅ$ÀøâDcw5f‚2£"cª¤þ†Iîn^Hä÷álåÐŽß·?û·oÿ²å«?múâ… ?µ÷èŸ`äAŠi—g)J.Qsž™DÙPfT;5 ­‡DÙp¼Œåjºø\ÏÓQ´ƒ»woøÇ3>[?­ñ\, Ú¢ŒØ©‰ÜEñZwø‡×7ýš«.ÊæÃ>[Ó§,À°Ï8v©ØžÄS µaÙ'®î9›s0¬ö.9cǯ—¸TâvÆ‹ÁÍw!€aà˜?é&‡0&5fBè2TpìÔ€8âKòWµZïl<Ï5ÿ÷ŒÏΪ#ww$lçz-¥œþõVÂnIÈ®Ž\׎J¿ÒËÛW}4ÃbÞ¿ñղߎö) pÿœ!QvÚ…Í?·+¸æ Љ£[º§º&ï³#m¾B?7âMŠe;‡ÒœI\“-Ë Ôx¦Ýµ<ëÀ2ÿt﫹–¡µ&+‰aØ\Î<â[äO¶õ,qŠ ¯ˆe9¸ôPðüÁó&Š`ÛœŽùÉ2b'ýôÄsƒ1`ð!v!˜¤ V¸ÎBŠÆ;Ud&H”¡"¨àØ©1|ZïL×uÿ÷T}ⱎäýI{n¥¬ºº«Âu>Ïñ£¸ /wD¬l(¸J²]ÿŬk¾—ÿ3ÁÈ>Å;œº¿-ŒDn ¬é‰erÁ̶ùN1c®Í§£«v8¥‡‹nÞiQŸKÜÌ9y5i}´íÎ;-ÊHßÄ^Õ±#Øžˆ¢•G£6¹§õ£8E×kaÍéán‰~ôBÚ*«0ýh†.²MÚæUésÿ[f}£ YöVwäz¿Sõ¸¦[\¨­GïÈí­ŽE¸WÄÐvÛ'ºæÊ¤­x#:êÅ'c¬sum­±Ië.V{L,7¸GƒÇVï±Áµðbw²K×ñÊ\„» iOhí0tÜ\4Qä ‡õºÞ®À9fLRF ›@¡³<“…fBè,TÐh ø•Ç4æÔ€p ¡ntNÞs>—øÓÆ·|çÙ§Â*£òŒ·1|ZÏ#¶Ö-_ÿYgÛQr±£ÀãNÉE¹ç‚¤uϨœÞöž÷˜Òé­¤Ïß,¾äc½êŒ«õ,ÜîàÛ§8c—kñ+ýør±9áBÔ&ÃØ"ƃ}––o¶Ëw$­f»‡æ®p©áí»Ã‹‹[y‘îÃ8r:Á2‚Mk@qš«'ãö„ÖŒPc"KVÛåSq#6Ç%m äoáp¶Á-¼hM¼c2¦j×Û-D±Æ.Ã:ê~ÿ«•áBcªªSi†ÒãHÔ{ÇÖd™ß¤oõ›-í-:Þ±ã©ñúÝ•¬=^è3¡Üà^ Žä°]‚ŸB_¦(gÍñ<R­[`æ²³, Wçë»{g]hpD–®=ž“ßBŒ/y“]Þ—©±0IElƒª eþ»\… ­ :¾¢Ù((Éœìƒ)™åb2G½Ü&Êê:Пiã™hš]@eÿçõÜcj Ù»imÚÉ¥wØIwª#;b6kO¾“µù…â/‡.žQ¸ý¥Èµ/ //© ±Z¾ð›õ‡N÷) À˜¡æÄ¹˜ßRˆÕð^齬sõO_vŽ©"b›jZ§YG²­OÇýzX¿Ów d‘]òN_¦[ŸÚ¢i{OÆ.9J|¨µðXìÆód'’>‰T}Ð#y…U¸~Ë)xÁ±”Ca5î$¦Õ…”åGõu&­?ו¯'néÑ0¢žŸ¬·ÏÞx</k¾Ì%ß. •eÙœM<EO¸Q¼Ï9×&R_Ûù䥇BPU{.Ä­:Yä=øSB2ÝeËÖ3}å1}O-Ö:g,·- ß!–‘úfͰ2Ö ©+ô¥!­;SÖÙB¢¿GB;[x˜´ö¬±ö˜Æ-¢dý‰¬8Åþ¡…S¾óø Ûh<ÏJb÷6€ƒÆÝþ|4ÞN›|ûð’•7Þ)}•Á¦Ì:_NßDRöžŠ]d‰[iIoéa–ûÛÓ¥9á Í]µÅ&5 Wúwèa1?á©á[Χna•°—·_׉qì|ꊣÃúÓÒ*·t:Söq u!Vß8q7K•ÜÁI´]]ZÍøšÔ”å'Éν´Þ®`–QÏBÈÚ15N>Ùk¬‰íéE6É{CjŒ^»ìÏ‘¶&èº==ébÔ&Cç¹IjfƒMŽëß`‰Íù¾™: 4ZÃÀZÏœ6»¦ e‡òãrÏ:r¹Md÷Ÿ(i繜þ5 †Oë"Õb%mËçÏ6xvÄmkr·`ç+Nßýaõß²ú磾Ëÿ°íÿ²œ~–ç]ݶnÑ‚•[ìÉ}Š06`s‰:LnïZ/5ÇÞäK;p‚tŠu»3®Cád·Ó=Ñ*G¥lÑoÞ¹­ ý½ã6^¡»vWEÝs*ýj¥ZÒp‹(צSg%em8‘mYmy&Ã#GÄTµi·tÂS'“6žˆ9šÀg×ã'êhÒ¤d­wÌ?‰×s¥B%ª¿Ù¹†SIã’hY‚füÚrò^‡Vaäu†«ÇkÔ=öÆj‹Ì©£ ,Ͳò0Ñå(ú~GÒþèšj­¾ÊŽvaEá¦ãÄ2²+Ô³÷Ù&õZß^£ì¶=ÏcêðR·uE¹[NdZGôô—°xGs]IzöFçûh3‘yÈ‘d_E bs~ÜmvËR\³ÕD”05i™G®Ájœ´Ñ-f[²^"HÉ›lS»ÖÀ¦ñ«aG®³{=¼lÓ‰ÏRµoýmŽ5$=â…ÓŒJŸ~±gÑï.¹¿Ö\Ý.Ñ”®vQ'¹ø‘¶ u¹[åÉhÚNûXë$>«®«t}¥°hÇ)C!ÐÛ>vÙ»O÷s!'ÒÑþ¾á¿ÒvøÝà> MÝÙ£õPhÍö'­ðH3Ðz1›]y~OïîÛ…®™¬Ê.ÏÊ;eÓ5Z©¢]úÛ:™ÈûlÊž`N_·,ßh›žŒKû[B)n„vVÁû"ÇhSN5L“”cofƒUN„tê,ó¿âGè,TÐh „Öëÿô&iN {.äy¨HEº¼¦K÷ÙD¡$»Jÿçõ\£9}Ø¿kå·³êÃ6RŽÎÞäB²)nîô"U”W-}—mâ2“öI_Ýß…¬"ö÷˜¥ÃíC`pÊŽ.­×Ѥ?ß-¥·kø­·ÅÙ¨çw÷î¾]èJáʪr(¢é›ÞÑØ V·´ßTž¶ßÊîíöl‡+ «ý%ø÷sµ Ë3T±¾ñ~.¤ßƒØ¦œjX&é™Ü•f5€QÆ!”Aè¬Ó±\3!t*h´†nYgX¤OäÀ5 Ž\-]nY¡Wy$÷–ÛD¢HSm@ ŸÖCçêÏî­[ÖüÄÞÏ‹²üO¶õç-Þ?oñÉŠÙ“ü~}æ÷ÿc—Äf¥E–Uýó?ß-À(JÙaë%Á*üŒŠR|夻îuLÄJ.§áKɦÈÓ¤-WË·Û†.8¾Ê1n“{aþ™›9ž‘k¯Ò;« .YÓ³j Ÿ0|G¬ò&±s^Ú+)xᱸŽ¥,ýJ*ê|Ä‚!+®òðO蛹‡­ãWd^p,-Nÿ”–&?u±eÄÁ|ýB]ËØm“´Òp×À¼Úîvꔃ!=Ʊ©4ÖåˆEÅôâù·´eCX†-?•i Â:ñ«]Ö‘ ^YäXÆÖ/¬«¢â ]ëÇׯnCÝ#–ôja´#E¿¦—n°Í³ínOµ¥ChÏ'‡¶ù¶]홹çÿ¦Ù.|ËîàÖêʬs—Îþ²|Å¿¾ÿÁTqF“àò-¶IÄ‚—»/ÿ¿Ž^ƒ¿”¥ExÜñF.®ùÚ3/E,³sÈVêz}¬ƒ|5b¥7­³ª ’ÕK»Õ— –ÛdëÅÅ/òƒ•ÞêËÕ6Þ‰—EmF¾^†T É že6ÇYú÷)TfZØ‘,|dø'è-ü£ÖqË ²-5¯¶»:nW½³;!U»œŒwy Q¼CîlKÚ€2WÛø÷Z»n¼VÝÏ áWÄx©Û2GÛØÝ~¥k¬ÓÓ›³G.ƒWž"­Ô/º5ô¶‡Cˆ‘¢íwˆ²¦Ýêiˆ hµ]¾µ¾©vWS-Î×è:ÏŽ´^5Ñ다UÁZïôñ(C­·ÎÅp¡žlq—Æ÷Z¨#vû­w²+b<å¶ô„uÜnïƒW…„›cgÛË]Ãa`O+/¼ÚÁ›+iEï±>BÛmÛ£õ,ìc»Z‹W»ãl¬ÖK°0iŸÔ•½«=\iÊ7~^7ƒŸ©ØÖ­õ2“~µJЫk5-Z´Æáî½»/òÌ[n²ªôu¶©$5qÒ[b&ëÒE’…Ud_ç·‰_âF“ê{wÞ1dþÕÁr™‘龡èÂoѶËvZ¬_ò¿cû·f¥EUÑJ¿ýáÇÕ–§í‚i`Ô*]g–ÚØ¹–ûÅ™ÌéZO)²R#ÞtÑA¾±ÂG¬ß¨ÏH(r £–·tYáEí¬*°¸—Öó,Ze•™§_zRý{k=ošM÷’õNKi>#*«‹ô²#©†+öå¶§¥*s™]¬QªMpÌ:vyïEš9µÝåÔ§suZÆÚ+~¥‰.[té'ÛØ(sµµ/Z»æWëëŒ?µþ*Í.¸Ú®·A:Ÿúeä.ß’žedp´¡qVºÆŒCÁD{¨Æ´^ž•¾©v~yËì‹YÄ{©‰‹Oä Úø•l²"9UëÅvcÍë8 ›<šþûYÉç£V»ôÙ”¹Kã ºáȆÝþcãÕeÌÅI[ÒvÏÞÒà ;÷Ô``Ïcž ÷d®¤>c}<˜ÚGëuƒ é÷3¤^ûz&íÓ[ëyÓðŸ‡× †ÀàÇƒË µÞ§¤¥§*X=OJ#­nj²ÿ2T.t)…ɪrŽúæ¬8žz6K,ì®my~ñ¶}œÿpä‚#ºöÎmri…kü²‘œ¤F³æÅî/0–8É&t–mP5bà7«y… Pƒ©ïë™SÖSi=ïf±‰\nÝón–-ni{=‹ú×€>­‡_M0ï›Ï¶Í¯Œ¿Ts¾„t¾<#ˆBΤÐË«ªÉÿí»Ÿ–ØT P€Q# h•u–~÷ífŽWärÛhš^t¨/9£ËNr¤ÿ‹³-AÿåyåÖC¡?I Uwk=JwUÝ«¦âkó-CWùðôe#<¢,¨VySm¯gY8—óôk3FrÚʃÁ ð÷mÆnsIß{½ÈpõµÌ@ëYØÅj=ƒ_ìB*Õ¬Úîrj¿nËÐŽœ&m1ÑåîsUÇ&-± Y`²Ø>e¥aÆzxÌÏCIÜëSÔëûJÏ×ݪŠìõxXxoã¬èµŒL?ÔÝ$Ê>{ÃÇØòŽubPÕ.{ÒIBÖÝiÌŠÎØlaaŸì|CI¬=%ÉË\sW[gdéWÇü„„EB{V×Ö)ËïÖø_ºd;;2v‘S‰Mש‘1—9—럊ì`%&#k,î‘QKînçjÃáè±ç‰Äå÷b®Ä½ÇÚ.ˆ²ËðN§T —Jý³~·(1ɇ#÷¥ÕwëÄ•¦ìcÓKë­ò¦ à?³Ü¿Áí‚È[ ´ÞÒSe–§¢·Æªn÷h½“žo5T.”½Æ¤µoì¿|c£MèBTÉáø \\…¶RnX éq~›ôUÖ™™Í_ÌÄiiì|™pñ:¤ÜGn’¦í1Ú`‡"k¸¿ÀXÂ5ªSgYÐk="¡³PÁaªa‹û´2±‘·ó|¢û7É]Óû×€>­G(Ðþl´¹n±zudÐE7»]AWݪJR)•ùHè†ù^/&|óÃ+÷»™*À(bã—ßõYwkʅȵçÒל«*äªÈÙ7Ö9çm²IPê×cqñË=¹ Ä/0(ÕÕ<]]×c]+<)µùw¯šˆ%Xççð·xä-v)½á^TÛ ªÝ¤ãeÝŸÌßn½Iœ(n™GÞ*SZÏÖ¤Ö³°3«¶»œút…M—e¬¼“Muy‰-ɾ¼µëѶ[ø+04ôÇbÎr;wGZ›ÛoµJìz?ŒjG:ZÐù¢‹;]{ÍôÂõvi+M/ò-ÍGŸÜ•yZ#û·„”½¶©ûý({£mË;7nµÝì(|u¹Õö._bï#í,Z³ê\e—¡ªö8’lKºŒy³½ùV÷«Bb7™agÛ@\¨³gÔàÍ•¸¼ÏXRvh= çÂ'b\¨í}m¤_±ÿæ`Ê>©}¼w ß°n7¸ƒ“·Új=²uy£uÂ5QÖ³0Ñ»¥vCæBËlLTe»ôþÍÁ¶†F‰ª¹óÊ´Äendëî¹y)aÅ5¡¾ŸÚ+Îa?‰øq(tm˜RßíeçèµÇGj’Z‘îÚ`Ƨ¢9„Î:æOE ü '‘‡ÐY¨à0հ׫x«GÖê \Òˆ˜íçò6º¤÷/õIfî¾TÜ¿Äði=›@šQ¶ØÎûéç•ÖÿçÇßÿ÷;[$ô\¾›¿à»?=ïÇïübª,£‹µO¶…c™~› ‰t&zÃeŠÕåÌU¶1+\‹Žú—o³‰»,ízÖË6æ@ U×µºÕ&‹ýÏ'n¹Bé¬Í@ëµéZôkžv¥êˆ}ÂŽk…½—§¾H@éf»X›$>»«Î&+*uý™œ{Ðz«.›SÛ]N}–lÝcœª=.±Æ»ì]²éxÜñ§žØ ¹¥ª¥í·_é”Kªi"{­*¾›Kœá2rÕÅÒ­v±ÖÉ‚š}©Öúòì‚ßìRö^ïµ³°ÂÅ`i~ À졼šµÌ&É-SÈÒÜì|£Bž–µÑ:y·Ÿ>oÑú©^ejM— oÐhÉY¹›OñÉY=`ãWžN_{º4CØróN{®wd§ J·ØÅÙöXãN[c‡F9à”yÀÏ;ÓlüJÙ3eàÍÕ[ë¡FTí4|†ód‰•_Ñ»8‡d.™¯­ÈJxzUÓvØdXú˜°ë•}]È´o\Ê^=ÜnpŸ o1Ðz®eV4+4a§Ö‹^ëd¢wžCçBç VµÉ)igu…ªó%¢wZ*ó ·Ûgðï¶@å.ûh'†>]TºÁ&û0aœë¹ËŽPôѤ„e§ò6ŽÌ$µŠY{—0&p'Õ:ë°o•™: ¾v]*Úx*cçÅBS1}j@ ŸÖ³  šbƒÏò}îè`å~÷Å«W#­‡þEÇ(f½•÷öS1”`”¹–µÿ *b½7¥o’?y«þñÔ"×Ò£•{O'.íúôù–a‹¬ã7_6(âWØëu…x¶ÐÅö™{®w¥Ähxå¥*ƒúËw¹õÔ¹ðiÕ™²c}3Wî>gXèPx4€zäb<þƒÅwûõ«Ó¬Úîvê^˜î²y'*Þõcӿئïó§óÉ_o±¨ðhâvŸþ-¬Øí–¸„(u0j¹Kî¿þÆ¡:KÂ3IÛï?È¡ô-Ýîš°ô(ÑàŸÅ®q/8hX‰oÉVGÒÏ–Ä§Ž¡?^îZxXŸtׯ½œ½Ú&|ÁÐU†fì6æ)d¨Î§ìŽ\z"s¿Ÿùv6nÏ{1Wÿ±ö¯Üa‹Ÿúgç⣔£>Å{Üc—Òÿö¡Wýßíšü•¶y‡ýMÛLj ™ô‘pƒû4¸ÙæcÝóº3òØåôÅx‘¨ÍW)yþº‰ªŽz¥/?ÖyêC‘ËOvÙÇ`bî8¡ï»uv/÷öÉ]¦¯íW7bâÐ$5£ÁŒ>1µø„1úTšÉ.ÏRT;5 †Oëó§ÜK¯üþç{tlN&¾†Û+/U‚M€1ù7[Òi>þT_Ks[S×¶XÖ5Òªóå`€ ŒSû”~[mƒ[ξ+åweÞ$Õ ‚c§Äði½£~“\ï¥õV\¬›c ß²ßN¦ž-SË›‰/mÝÖÉ$Q +NöûLp˜.Qø7æÌeFEÆZ çõŽøVŒGN‘jÎ%ðÍe“5 —Ö;|½†Cëmß¶eà׊à ’fC®õð—R«”•RŒ„«ª ƒÖ­Zà×zJ…1@ëÝ2n–_> Ðz15pÓ;“±—WGpäàK‘?bm6†Œºt&†=³<Š-1ˆçgí{ {äƒ-g‚H±ÑQ d¡„ví¿cÏÿ`s5".†”Z%¹ýôáçÛ£˜2ÙàGgôñ ü-úôÏÓÂGìñ—?ž¿Ç;»Öƒ<^œC¯#­^;ÜC3€“zèZïåÕÃ"£¢¢òXÒ»¶|Õ„‘6GÆÞ Kdf¯Àûk‡Q@XêôÉ”IÓŦ|êVÖÓxI¹ûØ”¯ýzÚ\KZ6{}–ÈüÊÇžÖ“±b÷¼?Ã^ørÍwÏË^Ç6|õ"†Mzk[S2x­×ë³…!×z&†f ƒƒÖƤÖ{Û®X4 XWÇÚýúñ¬Gðz{ežG±HŸ{ä…çÃ㦾8gÝ…|Ѳ¢Ê°ƒ?¼óÔ$¼èŸ¾Üz¥Xˆ+šêÈÝÿž=kš¾¥Sþº5qÐZ¯› EW¶Í}Eߪ'ßøøÇ»Và†­Òk‡îðêžLaßþÒHÖ? Œò±?}¶Æ=­†ØÊ‘P6|ö—ç¦MÂúõz°ð’·¾4éÕ‘þ‹ŸÂ^Ù™Áïeùî0í‡NèüÇ{bþr4Wl÷öÈ·,ù=ŒŽLH>ûãkÄÞÚäg?XìœQÓµu%¦ÇŸXüÑ Äã=÷—ÏÖ\&‹ÄAP“´ùe ûãú0zÏÇfÔæ?cØó«IlYAÇø÷l¶}±ø®ãe¨õ¤5ÙîË?!º0õ¹Oà õÐô8‰)Os õÌÕz2©Ä8š×ÿaØ[Vy8Œ´ùM«|\ÈHi^_MÁ^ÜÏíld±ãl“Z¯GVôi³¾¿Ï­Šê쯸âÒWS±Y›R¸ýz]îþw¬«×ƒBT~泩Óçù2$x#O~p+ ÔëÁ Ì;öÎÃÏ® ±õŠhW¾6éÝãü{Ðzƒ)¯Ìg÷¼¿Ízü! ›òþnÏ÷N–‹$‚´ßÿˆêôïÚ`5Ðz¦q°Zïá×z2^ŽÓ×ObØão}¿Õ%¼˜'´w™94xÚý› ­g¾ÖCËm㈩žH7½mS(è/ÈÇ—µß°$b^ÊÖ—q5Á0•ÿ³&nÍsØ‹[’xýʾ„=<Ç1.ëFf7òÊ9’>Å…©6£ÓéWàHøt5²È­À¿ðaöipm®ÖÅsö·³’îþ È'‘Ö{ß•,¨×ƒ 6ÕˆÀ^Ý•ÎïoX+D¯õr]1ÂB[\ëà-ìèr¿ƒaüù¸ljzrà¡÷'aï9“…b^òæ±ió‚»LljÔk=¼I¦q]f‡ý<›òÏ‹Q¯x Õ†ó{?|€¸I[^ÄžYSK¤2ýôZ¯Px·ñ’ò³p­· ŒÓéœÂPçÍß¼ò0†ÍúÅ«\0,C3€§ ¹€ ÁØ×z*þ¸Úók¢Øƒ×z¨ìÜ)ØÓKC™bñ@bdˆ´ž¤úÚ·bÏXtΔÖã¥ï~›þs8Çhõ•<¿&º3UTáù ú{]b­xh´;rù3جžqI‰ÉD»ýç tʸšAk½ÁŽóúÜÉØ[Öù|}NFÐwS ­'®<÷ÙÃØ‹›ãkûi=“ƒ8Øq^İW6†W‹{Æ‘AÚö†=»<‚!ÁÛ\pâlÒ'îå¢~ZoÀñêÔzóC9½ÎÈͳyÃf;ó‡chð´¡0Zo$´žTÌŒÝò*†=õå6ü­Á×Μ.˜§õPÙ˜M¯`Øôlt¸ê{ÞÁæR(´ÞK+·„tžBÅ»ÀIÙý†MûhÍqïÀÐÐë΋Ÿ7¦õÄÕ¾ÿ†Mût×…€àëg\¯ôî'yç_‘ù÷Þ³A¡×]7|ô6õ çdh´3àÇ'°?íHãF²BžŽÍø9„1X­7ØÑdî{‰®Åö~¤øä¤0ë&´žTL Zò 2ëü£Þá‘ÎCÚŒÐz&q0½3¢wÌÆ·Úæn°>{ÅçêY›Íßà;hol ©îÜìãå~Þœ»ÃÍ'((èâïh ;µÞÀã%"»Œa/ZœM¦Ô–^?n18&>1úúñùÏbS¾¼T%ž¡1íiCa.´ž™ZO"GD¹„¿ÓÒ¦€ß;žŸoû¾¬evþI9øã»Ï<¬Qÿ3ý_Ó''W›¹ÆÊüñoÏMÖ7ê/ÿc{<»_žAA´¹o˜ãEÓ§ ªH¶]?@€Múà o}³/±¶_«ø…çW¾?SŸåÉw×3ú¶¹"ìð|¢¿S_ú¿åΉ ¡1³öÚl¼¿~{e{:·w<3ä—Ø´ï®Ðxý,à ƵÞál~WŒ Àömü»utÉ=ŒŽˆ•éºìãû`Sžxþ¥>T}ïÄœ¬skç¼47ÊÌ7ÿöþë¼q'æä^Ý·ðã?=¡ÿÅŠÇf½÷ýö ,‘An¾ç†è€gxöõO×ûWŠî>^‚êðŸ=7ùßø”'íùâ¥ÇˆòOüyîÖË…ü!š>V5åiCd.`¼3ÊZŒê2 þ â.%B°ŒC­gªì85æÖÕvr ¼Ž;]ôŠ‹ >·ïÛg±ÉÿçTÀ.k—›ðs ãZO,À@«Ã7}òñ|%öè¬ +€Yà^­ZïÞ´žH(F Ðz õîMëåfg#ÆÈh½; @€ @€aÃÈh½¦¦F`Ä­Z´h½N­×ØŒ#£õ€´h=Ðz õ@ëÀƒ†N+/ϲK ü’tñå ç)Á.Sã/¿ÅªôËL@­×P?NQ«•¥ä¢„䘘ø¨˜øHR\":6<.1:3+µ´´ˆÅfÔ×éô™ëôÔw1©JYM§Ð™4•J1Ñ;Û çb¡?ð¬—I%6 æLThÅçÂܧ—&üCÊØ©hQ]jRœ‘2¶&^}¥*ÇìŒnde¸œrr:io&®nÎYÙ™`7`|-¼G@ë54ÔSŠK 95¬Û·o÷ù ú[·n¶´¶ÔÕë¬ê¬Lo)ïjƒô¸¶fa½Ä±©Ž:~û;H¥RßMye©H,¨fR*«È<>W àó<>Ÿ'‘HÆW¿üü}]òK/]´tÙâõ×îÞ»óà¡[îÝ¿;"2ìÁn­VC£Q™L†© uu::½šÅb)ò âá2‰¡‡w"ÀAŽ@~.‘ˆáR< T—xEœ~LËÛÙ¦ lÕúµéšdëj?küÒ u‹<û¬BJ+c$ôÚÛÛî˜nÞ¼‰äÞDµFnUÐzÑÑÑÑÜÒÜØ„þ®ÓÕi5:µJ£P©­ª©©áfSÖM­k“h‰Šút“⬢jV³ì`³.\‹@&“*” â>𛛥ä"µFÉpÐN§Õ'á[Ì(ÛøZ#eçïïokkkii¹sçέ[·nذaíÚµ›6mòô¼„úÕÒÒŒ@Úçø ;ÔÁdÄÅG.—‹4¾Ñ H¡$¥RŽ&F—‘²#ÆzjkkàjLlX5ÄŒ® ržBMÆŠcf§Ìq}ŒtáEjÖ/-ª³šê?4Š73óæç’,À\ÀÁé¤=Z¬ò„5W(á‹¥‰L$•‹e ‰\)U¨dzäzd ¥ eFE&¤)äüô‚€'Ñ¿à õ(­‚zT^]½N[§ABé¥ZŽ®èR ’§éD‡nÉ4Ô¼Õ$w@9›´ÌÙmªMº"ð.´¤W©T„ÌilD4 d¨õTzߨ¯¯C ô§XO«Që´š:¶¾N‡bêKË Õj—ÏÆô¾’P” eæÖÖŒ—Þ!­—ššzþüyBî>|xÏž=Hè!ч4`[[Û-}hoo¿æsU/õˆAgÐéh(Q…Br€>©5µ4èÄ/{VWÓ&F—‘Ó¶47!æ°Y6›Éf1Y,‹‰ £ž¢Tôç~5&6ûO\¶=þþ÷»‚¢3JÓk² S¥ü’äkï´(5ô™ò gf‚Å€1¡õº6õ„ÄŽžB%C²­÷Ô%Zø©µ*=J•FÙ©õ&œDŒ€ª„›Ôñ”Ä¿£cpŒ‰h½ ñí¸Ó¡z*4åUšþè"€´žR^.¯šÕÖaäyfÕuQɸwñù\´–JÅ2©„@.“j=¡€bôIb©DŒ4Bm gi½´´´K—.¹»»;::ZYYíß¿çÎ{÷îooǵÞíÛ¸Ö»ny æoïÆò‰(/oÂ:•R¥Q«ðc¢Óª ¯6 =$êUJù„Ñz55l¤æ´ZµNêê¥F­$´“Q ·`¢RNa~8oO[µúhÐóöDÄgñõuÚŒÐþ"Ìãéõ% íÑVÍÕÇID$JEyÀ€À¨k=¡˜w÷}½¼ ´œ¨Z¯<æC9ÛºA¢¨q,ù´Þ`µñÞxÄ/àZGG‡Z«Rið=½Ð“+”2™R¢–gi™Ÿê¸+îtÜêóâ–;7%*æO2Ú¢ñÛñ!ÇãÖÕéÄb‘Z­B+a­VSW§-)+D–¬å³Ñ\.Cñ(U©” …FÍ©a—Þ!­—‘‘áååuæÌggg›ƒîÞ½ûÀ‰‰‰ÝZOM¡„LŸ¦Úñžlýì˜wgOøAg0r¹T£ÁŸÝ•J%lvÏ€2™ N‹\B­Vòù<€?1ºÌf3›››P—ñ½<¦Ád ÷F©HØ>àW`óó&ûÓá%ÙÕÊO–Y˽½¤ä<"I§U$ú|\•ñc›.°M ¦MFÿ¢cZÖ Wß×jä`=`téÔz]›zúïèÉUZøitjmFW§ÕÕkñë4Z†ÐzÌrAVqØ‹ÍÚdUíæÖºì’°Y(|cÂZo`|ü®àZOÿ=ý¦ÒzRµ¢¨Y¶_C³Ž¿Ý`G¯åÎ-…šõ«¼êÃmåî]\nm]½N$"‡„-õ µ’ …I$ 0D«bg]X› ¦ÆZO†?ÀyýóTx^j«ªR%ÄÖðXµ|6:h.).usõûü³Æ¦$;µÞxï¸N#¤I”„½Ä'¯lTE6*."¡×®óA´ê¢ÛK$Õ‡J#_#Ç|ˆr¢üà*ãzUZo.zží~†“øY=ü_|›?V«kë%§ùË+^«çü]Zö'nö´ÚÜgëÔTð®š6Zëò¸µU2tBW©”²9tBë¡ô'Šd°¨å%HhÔ*¤ Æ—Öóóóóöö>sæÌI}@BÏËË+%%EF&þáÒMoò?}‘÷ɬ:«÷ á-þ3é£&ðÐËeRz5 );tŒ4:Ö_mJ…œè‰ÔYJU¥^ë©Ù,&‡ÍäpXHÄ56Ô756 ÐJ%—•¯¥E}G—Dd9Ž>Ù#ëµú¯_m>CqŒ¨ÞÛOëÍßå³â൷¾Þ"K‰üHⅺͨ¡‘ÀtÀXÓz™(-Ð7ÁbIkQQÃ’%åß|}þ´ËÅÓ.•óþ×øûïM¹9q?-Ì Eroh=7µ8ô%Jò§ÂªuZ‘›†TU»E'ØÕ­õÐA½äD£Ò¯µ¾P-¸DÏü_q苨x h½´^]nœr~_§þÕ»* ñu]ü‹º¼&MD‹ÊµUyq»þ|JÜ^Š?~»<„_¾CŠÎ¨.)+¬fTñ™B¢TÉkx,¾°–+àÐU(©²ª‚F£jµj“>^zGh½ÀÀÀ+W®¿¼žžagg—’š,.-ñyüqòÓS}´Ôi•¿ÿtô?ÿ9±G_(0™tµZÅ`Ðår™@ÀS*tzµT*™`=­¨(ojj$¾”J¼|†øaÁF$ôôà?+YZ\^NFî¬Á`T#S Èqäí`”¤Åïÿo×ÅØª“Qôdý3œ]pòß›½ÖYÿg­ãüu¶T–a~µRFÆÝZÏ?àÃT’"+¾ùWÈœ¿ …<‘ò÷i?ÿ¤NNdÑ)AÁ~Mֿ̈́ýÕª…OòJ~ÕIܕ܃‚ò9¢Ê9rÆ ws½øh“ü$ ?Q¤œ¹¬I“ÔR_$¢ì.˜Ê‚ÃŒG@ë ŒÇÙSHëÊNW§ÑÕkñJÆ¿¥[‡ÓX‡?¿þ­ç7êÊuäŽÛ—SNh} ®…`³ñ»¼J¥D+[¡H@|5¯†ÇD*i=—‰þ,+/AbÏçÉdRâ[]ãKëûøø\¼x1,,,&&ÆÆÆÆÞÞ>%%EW§£]»zmÒ¤²É“E?ýéÆûOǰnBçÌá¤$Oxàñ¸HÜQ(•hpÑ¿èX$š€wŠòò2$ܦ¸¸Ë«EW4T*¡õèt\%€ñNi%ýãy»Ü‚óóªÏVŸ_|Àí¡kï~û›oxJwy 'a͚˯¾ê>y2ú£00v´žT.ö8sJ¥Vð„5ç=Nòù܆Æz¤ì$b¡ç97”*•KNŸukniïZ!妇½D&ý™WúƒŠg­Wr6)XK¾Ó v#ÐVhÓ¨ oRlj¨›ËI¯‡ÎB¥À[@ë ¤õtZ‚èˆÐÖ–fÃ1Î)“w:tõøû—¸Cs¿±©®MÍMhÖwÒܤÁ?ðq¯¢¼¼° ¿ ?¿°0¿Œ\Ä`ÑL*:@æåæ"*ÊÉB ¾NG¯®/½#´^hh¨¯¯¯§§ç… œœœìììпII‰*µyEâš5Á?Lûã å¾ÙA/L#{y k“ÆÂüÒ¨UUåäô¤¤ôÄDDVZ‡Í®ª¬¤Q©ÅD$J­(-1¼2Œkª«ie¥¥e¥%¥%Å%ÅÅÅEEÈË(Í&C¿¯G§«”ʦÆFd¸JŒ#ÆÝýkĨ©åÿ{Ù‘óA™m‚>úaÏïÇ.„âîTFlÌÅgŸMþæ›ò5««V¯ÎùúëÈÙ³Ï=ù$ŠÓ£>¿ µžB%ˆyκ …|´ÒC«;©DìyÞ]¡’I¤"¤õZZ›;µÞx7¸V- û“c>,z‚•ó©VxJ+šì­m-mm­míˆ6œ¶ÖVDk Ê|ÂÑ´^·ÖÓj4Ý/Ÿ_§Z/,,ÌßßÿòåËgÏž=yòä‰'пW®\ÉËË“H$:¥Âûw2^~Y¼ðCÙÞ=ßxcX›4êóK¥ßHI.Ìή,)©*-­*+Ë¿q#;-F¡”æef¢R‹rr2““rÙÄpu¤qû@.+‹Dµ5œÚšnm šr™L£Vwƒ´¥ª ®ãˆqwÿIä Åòí'¿øyf.¹W<‡}þÉ'K.d¯\Iûç?+Þy§ôÏ.ž3'ý³ÏÜC©`:`tçW·Öóó¿^à*ósn=øï¡ ¸D, ü×Ü\¯‹A!˼‰ õºñ2)©ó ÿ yÈKÅ”/œu²«SR TðLÐzƒÕzãGgü"@½ææ.•×ÞÖ~³ýæ­›ÄeßBܺyóf{{{Êl{Ü ´“Á@kZ›­T(ÐN‹"u õõ ˆüwvu(%¡ (:®¦ÑÆÖ ºzõêùóçÝÜÜœÝQðpOJJb±Xº:-+?×yÚ´Š¯¾ -úôʧŸNìg3è…99´ŠŠŒää´„¥¬ ——•¦'&2©Ô¬´4™‘”Tœ—W”›[M™°b‡F£"'W)•LM“‰Ãb²õ WGZ¯²¢®À„ßÕW÷½÷%¬Y7{6g™ó½÷jÿò륗(3fäc’{‘³g£T°0ºtk½ÔßÜ/>o¹r¥>0 ç¸Í…3nOŸ*¼âÝRMkõôÌþtN~txk[ëÓzHî±s¿RñóJÞÐØy_#¡¾Zïy†ó„£-¡õ vôZ‘¦CÊN/ônwèR|Hú!ˆ2[Ù­×¥õèÈtzµ\&EpkkiT ú×èŸ(Z)Œ£§Úºµ^HHˆ——’{‡Z·~ݹóçÊÈ¥©X¡”‹Ä}{/|ø¡ç?>¥&ÄOìgÌò²n‹ŠÒ“’ 9ú35>i=¤òÐø¦%&V•–"•‡¿…R!G‘åÅÅÙéiÕù© Rsµ -µ ñA¢¾®N¥–“Ép•€gÌ&6W^}µxî\ÆìÙü7^—¿ø¢äÉ'Ù“'—aXÞÌ™Ysç^~õU00Fžá”+¥A~P»reëåËšÊr]ÿ‘!¿ÕË‹³dIÐG¢…ßÄÓzÄÛ¡EœÔ¢™¡ ¯ôoZÑé¢'Q ŠG©à™ õÌÔzÝÏ5µ67# Æ8¶Ç­îÜéè÷'þèf;±»§Or¢.9vPeÐå$ß”JEUU¥L&AP©UšB©ª¬,'@Š ªª‚HEÙݨTÊxé]·Ö  :sæÌê5«;’”œPÍ Öp9<~-‚]ÃtrvÀ·0‡¿I£>¿ònd’‹ 3R’ÅB€ÇMON*/.ÊJKU)¹™e…7RSj8l©X„’È()5u¢:eeEccƒZ­b2,ƒ¥ÿuâýœø–v}J---«Ä8bÜݿƓ'SæÍ£L›Æ1C1}ºìá‡9VŽa9þ…žL*áqk«iÔÒ’’Ü${2éÍ&u09æmtŒbèÕ4”*¹ZoZßš×\Ó}0–A Tï+^•åwÌ ,6ÓÍÍE>Î/C‚B.CZ©¹¢¢BBÍq8l$÷ ÷õÐc±˜D*ʆ„!…R‰ Ž‹þôË‚¼¼¼sçκy¸$¥Äeå¤å•æ—”àê)(,ÉûmûÖ‘Ñz£>¿ÄBAFrÒz%Åä¢B$ô¬ãó¸h*¡a½‘’‚ä^YaJ--ÈGILz5JšþO&—vÿ¾ž)ŠŠ àB1ÜZÝŒúÈ:£‘ãb~GÖ¬Žž=›Š$RQ¶ªªJ*…‚ ŽýÞ!…òÍ·_‡$$Ǥf$ff§ÞÈIÏÊEdd÷ůY·êyÆ ¹=›ÉÈNOKMÄ_À’›uƒÉ £%nÈh%ùHñ¡ÔÌ””rr[‹n7s‹³šZZZRZZ\RBPT\Œ(,*"((,,@÷ ‘‘{»víDž†Ø½k×½ =x†ó÷MجsO>™ñÙgÅsæäΜ™ýÈ#93gΙ“¦'J£8¿d‹ŒŠ@rÏ餽™ ¡‡ŠŒw­Gܯr™PÀg1™HÖ¡;T^ºgžïèß’âb*¥ É@±Hˆnܰ ­7ŸáD³ ²¢¼ë7³Ì¥¢œ,ƒ}=½õÐ5‘Ÿ——•uã® lDþñ²¯çãsuñÒEK,~]ºlñ²KÀÏïúƒvUAS@&• ¡ì@ëm”„2 ƒ‰ýQ!êÝÀÀUb$åÞSúpÏB¸gè1$$ë"gÏΜ;·`Þ¼Œ¹s‰ß×Cñ``ÔŸáDª­œ\6(P‘‰±ÌC7hüŽŒnÉHÔ øâBÇ9`ÏþÏ5‡«kcIë[ó†ã)5dׂ…GÒ„}Ž`Œ1.çÀü_È9n;6Ï€û ókQŠ®nüàO}çM‘€5€Ñ×zrÙ8F”{ø 쉅¼>ÇCŽŒKŽ÷÷O®–uÇRw½9uæ÷^4‰l|ÛÐRVQ´dJ¥Xf*XÈ¢ÒÙhM1Nzd8dý´ ð@qw‡Ó—3oCr÷q©Ó»ØC_úÖ c^ìʧ±™Ëb£{Ã2¿ýà}Svˆ2òKyR°<0cZëÉè—ç`Ø‹K|ªDÊ+ßê¯Ø”oj'žÖã'oš…½°!IØsê‚S >üü÷Höð® …´x߀^„&R¤#qƒ®­LI/“¶´êÔ&ÖÆy¾Ñ¹\F1’óBÁ/ 8¼øÓ?Ïx÷åÇÿøñ‚}Wrù挂áõÐþ1ã@žpEiÉQA¡¸cøGFÇf—0$”TB ÜÕá ‡‚¶t&†=³œÄ‘ÞÓ ènw!¹ª ªC­ÇOÚøBWÁºaÝ_ûGí> -’ÚôSk?õ ý‚ó¡¯ü}‘}6o,쌜;Ýïµ­7¤ZO|òѽçègñ»{“j¤‘]Z¯æÞê¼D¹‡ôúŽÛçxÈéº F¬k©HëEò¥=‘JmkG›V9gW(ë[ÚÛ›4ÆÏ¥×z¤bU{³Z9R‘sâ÷}0Ã^øríQ¯ËÞV¾zÃ&½µ-’)½¿µ!¾WĬ’8ÿ€àäìRf OÈc3È9y’††‘މf˜hˆÊœ?™2iú£Ø”OÝÉÒ1{ãT%]Z£¿#[¿9å-›ñèÚÙüö»‹0` Ãwþt ›õÝ.×ËþþW.ØïZ½Ù«\ ×0Â8ÐzÏ~öÑtì©ù—*ÅÆ´ž¤:Ææ—ŸG+sì±?}¶Æ=½VfìzÎ ü÷l¶}‰DΉøi:öôò8^çYj#™½ü{_ « ?ôÃ;OMÒ×öå¶«%¢µžÑü½'#ùܯM×ïM~öƒÅΙµ]¢UB;¾øãÁ“{ežG‰Xßæîðêž"qÑñ·±©ÿ ºKg¥ÔÀŸýå¹i“ô§¾8gÝÅá`µ^\uãÍæ:­F«éB­PÈôœØØ°b³/,<&·²VÖ9:Bf~B|‘ä—ËÂãe|fQr|¨>sd\…+ïÊÌ)IK ÷×gˆŠŠÍ©âãI2nÉ7,…*Á³‰¹äŒÄp?ÞžÈ7ixI1šÁÈUÅÄ}g€;…ÑK“!Ââ«Ûæ¾òžúä_>~çñ.­'g‡-zï×0¶¢OSñsýãç'Î5ýÍ8øõÿ^Æ+˜ôä;?9ft6‰¼ùË7_xœ8ïŒ7þµõbOÖuR“·¼¾—GùFµû,0”ðãW?‹V‚þL#© 9>i^6SÖkôsT³Ö÷wméõi¹éùe´m&MwOóÔèõ ­gTë½2'n×[MùØ*KÐWëñ2ö½= ›ùÕ®Ó~AW×½?{l®{©d Õ¸”éûí£ØŸvfôgá%mx{vU.ýj“w¼ŽM~k…S@,É÷øOhÁÿ¦e¶À´Ö3‘¿W/¤¼Üë—®‡ÅÆEûÙÿú †½¾¸‡ò2¼3 ›ñÅÖ“>ÁÁ~O]Îãm~jáù¤ÌŒ™™…4¼×=ÈtgõÙ°w~¿êfÿ731쯖9ÂAj=Z}kJ†Ö¤8 ƒ¥iHl1W,–Šj¨™!!Ñ"¹²'©¨F,•KbMëÍ&EM^xH`dµV&2s#BHúÌ’Ú¨€À”*_"•ò*Ò‚|ãË:%QIø q[«F^[àŸ_-V(U_ÖØÖ¤&žáŒÌ©U#ªÕ6´ÜºÕ $›yÞ~-4˵Q¿>‰Mùâµ÷žŒæý¯G°ió9ƒÔz½´Œ)/"Æô­mB"£‚¯ùg0Gáú ¡ßõ Mf·tÜnÑ*z§Jj "C‚Ò‹é1Ÿ]˜AÙŠEZ/È7‰ÑÐ^¯ìv§‘H*äP³Q ™Ta—ª2ko6à–â½Y`€n8¼rlvJ¤¬ O>2ǽ\,ÊÚûöä¢Pññ—(ïè›ØÃoo<‘”’âå]%1ixI1žÁÈUÅÄ}g€;…‘J ïŬèµ/bØsßí;âwáÈâ·&wk=Ãý>ƒ«_ç¹¶{…FDø:.{ _!ÎÝîêtÍvªëµ=™†Mºìã±ÞŸ0ìñŸ)“˜sË3¸<ÊÌ7¨Ýg¡DRæüÉCØôoÒÙ’ÞIwA3}ònÙœe½f¡£šµn¼¯kKÿ)i|~iÛÝPóÔøõ ˜ÀZi‡{@Zk½÷\*Ä‚bç/Ã^ÛÃ’ óp­÷µ ’$LßÿNÞ[]Kä—Tzþk*6kS*Oªà%á«ñõ‰"‰ _KP)Úå¯ÁÞ8˜#Bñü´íÄf.â¢xú5$ß¶ÉEXAóÿ€½†&¯0çÐëHß…£< ƒc“ùMv‡vù³‡°¿Ÿ¯–v¶üù5¤Zà }ÚŒv^4î¬A6”$«ðø;†½ë€wÖëú7S±7ç ô7¯ŠsŸwö¾Ù¢2÷LÁ^Þ–ÎÄ-opFµû,0´ʼ׼÷†=üâ§‹x&Sˆ{¨ù#h¦OšÌfÎ,ë稦îøCxm19%{Ï/#m3Æ™7O_¯€Ñ`œh=䨕×<…½°<´*§[ë Ó~ÿ#öèY]EDå.ïaØîåâVãRÚµoÅþr8_(eîz{z9‰£Àkûíå~½˜±(’kBë™Ìß«|òõÝóþ6ëñ‡0lÊø—ˆõÝé×ò»k½:ÛgrcV<½ü[špPZ/ºX¨PªTÚ–Û7•Ò^KSüòBG2-¦\ÝZ¯è›„î}ìì耾ïx‰Ì“5‹òHY¢öÛÍj¢’¬ߏоZO)©)O  LLÏ® s;/}„ƒLjþy[ë}ršƒ¤Äþ] yGn?­—oó†½iU4¤ZϤ ­”E‡FªO²9)À?[Ü5¦2 ²uH@|m}ƒFzw­×5"aYtH@·ñÿÙ;ø(Š6½÷^E© vQ,(v EåCE€4i‚ÒK „ôÞÒCHBzï×R/õîr—»ôNB€|³»—peïr©$äßãy;óÎìÌ;mÿì$»3;ñ {@¬²™²I’¬žØd Fÿ³xÀ¤ÍäþR$¦›}4¼ßÒ3±äE#/òâc±ðóW\ø……*#e—Z™C¿ï¨Û)Ôj%ÁÝ3ÑÐϳŠÚ«õ¿OG“~¾KZf»}3=w0B |ÁYŒ‹F/_g Û°åµÉ OlŸº`‰æ1üŒOlY5g ê7ç;Ý8^zPÃ1©ÒL“Y¦4PUíø¹¶¨Ñz2ó‹®nšÏ8Íæ)íz<½ZOÒüd`Û(L3&µCHf8nž†ÆõÏŽç­‡w>1k†~êÀmÎB±e: ¡„°c:šø“w>•Ô|5.$E™ö_BóŽDd…b©7m›>aÿ»sðæ…Ûáä́ǰrÅÍú.ç•ù®Ò^¦ QÇ#4ë»3v·Cî:]ÖjŸÜ:ejN’ï·Üƒx-1Íó«•ÆÊ˜Iy··LFÓwð5u5Ÿ#}_¯¶¢´¤LJq±wÁãKSb]fDºX{%•6Ô”)$á"®~m‚¸Å•-T×56FzÚÙG6Ô—‹‰ÓÉh=ÅB$b ?ƒâælgíÂJD™‘Í¡H:*4=ï£:‚¥Fd;¯…¯2!n¿ÊċɎñ¥C±¿¨]²}¡Ü¡J1*G‘BŸ> Rƒ¬]‚òj‰Ç/å’ b!®%û”P:XÎøäÔ6T‰¹Ñ·¬Ýc‹¤]&£õ”úNÄOtÇú(¯®¡,§S;ñÉz@¢²™•2Iâ¬Ùd Óȧ»¬Csö š—²x—KÛ?|fBÓ×™° TD*,ÊJ«Šª}GÝN¡¼XÉ@í>Ÿ9d5Ï‹„ó¤ÖËRœ/2åËŸ‹,aâfŸ\Ò2ÇcÃôìþp¾R•š¯!õXÂ6lyâ¶8á‰í³@×ÁO¾ùÙ4`…#OãÔpLª2Óh–) TU;~'¯-´SR~~ÑÔ­ 3N³yªj•º^¤õð%S¶ç¶ÙÿˆBj=q†%¾üžò‹W.e/b8/â„v+ˆ;»õ{íK¤¬õ %9ž›'¡g¶ël™ÞÞ¡°êbž|LeÂ.YòùR}·Ö%Wþ»J{²lÞˆžŠá“‡\ÇO†Pͧ™®D<Ù#kÏþkók.Ý’~)1PZUTí;êv åÅJö_ºÈÝgâÍËT×i=QŠÙGÃД­~ùmÙòèê¯Ò OlŸºB¶Þ+ÍØÀÓ¸;¨õ4šeJU“ëÆÎ[[ÔÍ/šºi>ø5œ§­¬rÀS§õ EíA”jü:Öz—-1\Ÿßg¿ôM6“@\OúèÀ Gg+ím¯ CCV^Š- ’x‘G!4ö=­«ÖŽŽŽ»âqv&N(-7ÂÕÉÎ18.)—ÂHŽg䋈òÓ‰uqbr2Ó9œ;RëUÉ"Îg%%0222²3XIwø÷ªŠøivNNþnz&'‰ÉÎk~^K(Lsúu.Býžùd×y;GÓ‹ZŸ?ÛË¿-éB©ÇTŽ.Ù¾PîPš£H¡OŸb'ÊÝ÷]HT‹ÍJc3˜±!a‘©ÂBAv”›“sX;#•Å ÷t±³½›^õð!–>Â<â§xœB“Ùé©)éÌp;RëUJ¨qrñgcŒÍ ÷ºegãÇ® sur'>Iªnf¡lszh“Nk¿fš­˜/™íüí4æ[§Œ‚$«3ç ½|ý=­Î¬™„½cÌ) ”] è ”V•\UûŽšByi’kNÎÝ}x‘þò/gLœoY_Ü8•Ôz ­–-_þ\üÀijwi™í±ž¼`æIÍðú÷û9cGGKí?Þ‰¼t2¢ M[]ýU:¡ öÙÂ4›õSÐØÕz Êï0#:~Ðñ¯×nûç*±EÛŸÿó½ñßà˜!Ö¸ÕÉVÍ 4™e4µõëÆÖª_[”§$ýü¢¹ÆhÅum§ôëŒÞ'A/ÓzøÒ+ÓuËÔ­‡G ÛíØš& ~ÒuÆëÿ»äŸ%l6æÅšl{kƪ:Ã&=·b›=§°¹añ#N#>µHÉœ‘Ïp>²æÅÉä/Ä¢‘3WìñËÁñ™nZoM4rµWî»*{Ù&d‡kozuê`ªƒFOYòƒ•T/ð.G¤5Gƒ&¾¼Ë7OxƒŸ–GäOû¾°Å™Ë—ŸŒªÛ)ZOñÕ!Ÿ qqqÛ´ÖÅùÙÉ¡®ÔßV°÷¼-(/+㌹i1þÞŽDÉîžžvÖ·ÙJZéïÖü3õîwâsª>ª¯”ˆÄyÌèÛNd¼ãȬ²’|MÏ[ØþkæÂL¿«[ßOý)u¼…,ùäÏAÙBU£K¾/;TDC?Šz†Ö#f\AnFbpK×Ürõ Ï*¯.-ñ²a®6Ôß ˆN•41¨i¦Â¬é©M:ŽÙ‡CÑ3{BxòñYÎëÆ áŸX0ü÷¯œ1ŒZ>FÍ}o§y<¾4Ê ‰”] è ”×¡Š}GíNA³4ÉÖ¼ Åû¿ ¯N£Êì7rê¢Õýy¥õ&½üÒÌ¡ä›K‹ÖsMkÙñ5ÜòÚä„.Øg±¦[7ùP—Òw´ßaFt.y!:¿}¸dúpi÷N\´z§Axž¨ =ØA­§òêN½ÖÓ亱• cŽúµ%C¤¤õhçmÝÔº®­óTÕz€Öž⊆&¥ÐP!ÁI’êÆ¦G-—â⺇MˆÇ/•’š‹*¯º×ø*áу†ê21•±¨²¶áÁ£¦¦z^¨ƒõÝìÚÆê"…BŠJªH *g}m¹„*¹¨¨¼î>UâÃÆZl©ùyi-5GÀ¾±ršú½at¾¨IqeM}ãÖ®¹__SV,õyåsìñºÊâÇ~K*jwæÃƆº2qË«ûïß§Ò6ÖW•wm'v»Zi¦Bszj“ è1ÿ¨0¿`ž‚ÖëˆÖŠ€>Œ0Ÿ—ÌädffpS“ãü|2ªݯô‚ÊóL·¼0 ¡þ“½³þT`.ôfå$6ß±’@3ÄüG^Cf+ ÇÎ/˜§½œnÒz"!Їág†{z:QOôÙzø±ùµš*%½¥þ<Æíc³aò¡7;€0[*‚î•H ™ð£‰kÈí²ÀÐcçÌÓ^h= [(,«‘y<ó~]uI!¸¥O"®jlzôô‹ >ÒL@ëÖ­ô­W(ÝF7i=aÐm€Ö­Z´U~dxÐmtÖ€öQR\T(,àçååçæ´~~ž¨ùŸ5Š‹ŠÄb±PØ‘$‹„E’®-xZŒfï8çôÅ£§ž5{MpKq{¡Ó çZè™BOÀÏŽ45ºyáìíãÒù38{\tTyY%Ê$…¤„xkK3]+íC襁•¹i|L4.ª«ÊžîF±¾?b­çÆt‰¸Åˆžn\¢ ®»ãöZyDA×h=PE¡PqãšvHàÝ„˜˜Ä¸ö|CW'5…]S]]$'%Ä™êgq3µ+444df¤™b Y$.ìŠ2¡÷Ÿ¶Ÿs¾äl,° â÷p{ÿ8ë] õ@üü\S㛡Á qÑŒ¤x#±ÝDE…›™Üo¨‹ ¬-̲33u8p33¬,L¼¼®(“Ö!é©/÷[¶–f={k \C\Ïž_ÕnóÆ×ûŒ¯ûäêûæ÷ô¼sq«aÀ<W@ÿöM@ƒ“»§í õ€ÞN~nÎ¥ógâb¢‰q)Ìä4«Ý¤°˜¸¨ÆÆû…½«Úí¾û&w'®¾þú5üœ¬®(“VèÝr²ÏËÍ®®ª¬­­é™àºáº:Ù;ÛÛôðªv›7¾ýËèØ ï#zž} Üj0Àп}ÓÐÅàäni»C›äh= gj½ gÿ‹‰b&%¤²™Ô¿Þ´\¥õtu®`Uõ°3.*7›Ûe*{ÃËÍ%•Ã,ô|p=Ý]œzEU»õŒõ½€[ ]ó\ýÛ—=] Nîê¶ã+CÐzÀÓ¡õ‰ñ),FZ »#h®õÒÒS/k_ÀŸ¨õ¢¢#¯ééàÏvk=;+ó~¾°€ßóðóqm{EU»=|Ðçn5t=Ì#pôo_öt18¹ÚZ†âÜ«ZÛÏ„ ÕØìt]Ó%äwIšó¾µßª±ºRëÅEG&'Æq˜É©†‘”àäl§}õÒ…KgiÁIŽNvØŒ²oAC­—žž¦op] àáOü½³´zx:àÏvk=[K³¯·Ð»jÛ¥lþÛkŸÆ>p«¡ëa+ û¸ ‹ÁÉ]Ýö^¦õ„Á{™ð¹©JUÌgÞ±·»›YÔ!N¾´õ×6øþ4MøßíƒâìÛGWŒ@c>ÒK1¢ècóШoÜùjlºP™vF“{¿ÖKJˆc3’RØLŒƒ£]>/¯ImÀØŒ²oAVëaIE{3"--K¼ššjl€?ñw£ææ…¬ÖSU&ZîëµzCDÖðó{ ½«¶]Ê/G)­w¿O[ ]ó\ýÛÇ=] Nîê¶÷P­Wœiö&B‹Ï$‰åãEñ:ß¼üönœbõ,¸ûÇ44u[€°³´^AÀïSå 3®½=jâª#éÍ?z¯¬õ”mºŽNir/×z±QIñ±¬ä$‹Ñ¾zñÁÃE%b‘¸€œ„ °eßB«Z¯Eè544”——âÏVåžæZOó Fëñyy½…ÞUÛ.å·ãÆîß¿ßÐЙT¦»ùñë:¹ØÎ·ºæ¸ú·{ºœÜÕmïeZ¯{„¬Ö+Œ;µpð¢ÿâÅ Š„éžìEšûzJ6 õºXë%ÆÇ0“ñ(Å\¸töÑ£Gœ &'A‘Æe‹‹„•UåøÇIØ›Qö-¨×z²B//?ÇÔ̶*÷ºù¾/?··Ð»jÛ¥lÿǘzõõŽÂS+G¢±ŸeV·§„{eYaîn‘º–˜ŠØC‹‡N\c˯í´JâVC×Ã<W@ÿöq@ƒ“»ºí½Lë‰Ï.FC>uÎ'lxQº›_›:˜(hÈäW÷ø4 Ÿ–ðìp‘+ÕíèWKÆ÷Ã1Þy÷OËd‘òEI–¾?g‘kìüW—ŒhÖz%¹®ë—mpÍm®]Q ZÖ¦(Ýñ÷·æMѬØè…kþ¾ô÷†7f'ì7nÉ·ByE¥­d{þäáTö!3ÞüÕ(^$£õäšLëÙçK¹¦ ±ésÄO‰Ö‹‰ Oˆ‹a$%°IJë=xø@ö¡M^È¥¨3³ñ'þŽ“(­GÙ·  õdß-JMM‘z×õuîúáOY¹‡m”_JRÐz-ñ<^¾…•™­uV—Šiy_:Ìäfß´±³Â–´eÒj½ü¼œÞBïªmÈeݾ°}ë Ÿ ³ì:Eh=,Ñä¸'´}KqÍì¿ê–DÁL™®Á»£'­>éǯ®oÕ˜–ò¨]ÓÑ´‘å-1U)úë_}w¿á½{í,S Üê§°7s˜^ç¶oû÷N&Ì#XRúr£²ã¬þüâ˃Þ½ÑÝ;‹a ƒ“ó3BL.Ú$dwª¥LÛ{¯Ö+Œ=± Xüûu€@?SïTI³ðÿÁݰ°ð°ð„ aI /Pk¸hó%‡Û>¶g¿…ÐÂ#‘BùÓåxmÐäOé;ºØœØ¸h`‹Ö“EEQrZO… Ys´DËô–»»í…MsqëǼ¿GÇÚÙÙ꿯§#4—’¥­dßcìärËþÆ¡ÕãZp$JXJ×d­g”´Þ˜Õ7ØO“Ö‹NNŒg&'b(­' ÷êë"NM.gÙâOü'QZ²oA•Öãr3õn\• ½¼ìkzÚœ6ŽÇŸø;Ž¡ä¶ÉÈH×PëYZ›çååTT–ã\Ti‘QXèáOªd_VVÊb3LÍ5×zy¹Ù@'ò–‰©GBvKLº×ÎùCÆ}¬Ÿ•Ý9§ÈÍî´Úö4²Âþ]Œú¿eÌÖ8‹ÖƄҫ«“£¶€Ðz³·YÞöð—œ(¬Q0£¡¶,?§¨ºU3Õ”FZoGDY] i Üê§°7³BN,@CV[pº«†Oí<êE®è‚å±;¥¼Îw"™þû碑_Ù¦v¿”Û¥IKe;±}³¸½þìòqÛ•ã³G ç{Ê:I×9 §ý¯G£W] ÏPßEKXïÕz~[&£±ßØe«} ±„kýñP´¸å!Ì\çµ#ÑÜC…2¹J2ÍW F3v4ßÿ’}†SÖLUQ2ZO¥ìÉ’âÛÕCÐüã1¤X+J¹ùBË´9M³§\¡.$KèšLï™§úÎ舰øØ¨ä„8FRFùΪêʰãjóñgeUv:x/Ÿ£ì[P¥õÌ,Lt¹¹Y—µ/²Ù¬–$üÇàx|©ÎÍÊн~UC­‡-Ó3R)‘¨}õ²B™8†’–©©l|v͵^nN–*r˜VëÆ!4aƒ‹«ÆŒ ÕmË4å'×´–˜ŒÀ³_¼øæï¶Œì¬VòjŒªÚ椅šúögF÷'‰ãæ¾þÝ1gFV§·ËᆒêÀˆ¥q–ýgŒêëëjk卨`­·äbj¥||m5ÿÖ÷Ñø Nù5ø°*Çf͘~ó÷GHjˆÔÊ\Ÿ“ß,% >ç}-û´r*W• èâ¯ÏB8uø³k Ó*K"þ$]x)e vÿd0záJZþN&µ„¹'”W¦\Z‚†~á)––Æ¿{~ã+S‘gyg›A¬¤†Œ¯Îwßù΂)Ò†Î|û v™B»šÁ­VtEvÂõWšö­ALÆãÈÌ»‡ç¡ï™°{EorƒW‰æÝV[ÅyÄ8»”v¿ýµ=«ëª‘bûÅH4xÅù°,¹xn²å·ãzU7>§¥ å¶1‹ÂÝmÝA·¤$™>¾%ãàqs^þô×3Ñ™Ûü.X5oTÿ‘3^üø·ËÞIÙm-\yïLŸZïK›”.Û)TnjÊíÒ¤¥²Ø¾YÜ^Ò4°-ÃþÉŽÏžïÂyÔÁ¾à†cä„wöÙÅe´ÒeKX/~†Ssi5žä#}ñ§ŽG²°˜^ë‰BwÏR:ï˜õž²¿™) Ù5 ýÜ%¯T­ÖSY”ŒÖSi#/ÖDAÛ§£I[üødÉùžßŽFÏŽiš½Tp{ó4kwˆˆö}=ZÏ<ÕZ/2,8:2,.:+> í3œ„ÖË ÀŸQggÇ_{5êÌlÇók)ûdµ^CC}mm Åu}ݸø˜Ô4Îù‹g“pLXxè5=ü‰¿ãÏá0±¡‘~K. Y­'[&‹ÅÀ¹ðÅ tÕÕÕXxR%ãOüÇàxœJ”œÂ¢-“Vëådeª -ìß—ö5 |í¾ÔÊÌQÇõb©¹•ªÞ¬cÐÖ6›éú×Kƒñ¨é»Ý§uôn^;û÷¯_}¾Ë™Ó•5éd2BN-Âû²Sã,‡ÏQZ¯FŽ>¡õŸc•VTURTÖRIÕ|M“°ÚsÉ/˱újLÿ‡#%d.IÄþùhàâ_®º8_Ú0¡E'Këj‹ãŽ/í‡Æ¾·G×ÑÓó–Å [fq]I8©õÂJ©2Ån¤ÖK­ÂßɤñëÍÂãbããâØù¥µ•Rëyˆ ãâØ£Kú¡ «Þò°¿öÇËCÑðo¦I3´ô/K/¯[ÆÇ>ž€ÐÂIeŠM#Á­Vt7N¼Âé¿èO7f†42=€ÔzƬ^Ñ›ÄUâ‡fÝV[¥yĉq·±¶²°¶2=ÿÍ$<öX‡öþIi]VŒ¸ËËÉW ÖX$f<ŽOñüóY"zÞ!ÿÌ–þ]p44£YfüpÕÊÆÞNŠóíx®†K •}ú:V6v–†z§µ6¼ŠÇä ¥Ø$eöŽõD]£¬ííÌ.h­?»U˛ն»tO»ó׳XëYsºf§P·©)·«­-mß,n¯?Uv±fÃÐÄó]8:¼x¦ÆD°34iŽ’¥Æ¬k=òÏ $¹]Ù¹úÜ=Ó×›§Šé´^È®™hÀŠË~ÑQ‘ÍD%¤òKEÜÐÏ[ÓzªŠ’Õzªl´qƉ?ß¡´Ï{ãXôìÁ(‘¦ÙK~¿NF3v‰Tý6‹²gžj­‰‘}†³²ª"'ðlä™ÙXåUgzŸ9Äݽª,¿°&Dœžm³›ÊEd”Ñzõõõ55ÕiXî]¸x.™‘LÅ\ÓÓ&ß­Ó¦±p»¡¯wUW[¶ä¢Õz²ebâþ;s*;‡Kʽª3çþ»åê‚?ñwƒãq*¶Q(°¥LZ­—ÍÍ ‡íúëô~³ÿ°1þz,šõ‡7G&)=Öéè×Ë©<‡Íúä|Pû^jZÂì?½ÓÒï{ï}¦Li–‡¿¿zqÒ@"ÇÌ×7ó`e’ñQ¦?½þܤaÒK§½ú?í€TU¢«-Ó}ÛL„¦¬7ŽÊT΢Í$}›uÔüOµNîùúåéä˰c~y›™Þ3njø¥OçŒ"o*˜ðÂ×§d²«nZJà_ß"ß¿Ecæ.[8õ_aÀV;Òjß' Ç’oàÎ\ñë 4¥¦½`ÒP¯¶¶ZŽžµâûz‹ÎwɈÔ꟧ ±«þ·rÔ€ÅG#‹ÉÈã§ÃÐ’ó¬ ª„B÷oG¢yÇâË„._Ž V ‰lù%a¤Ö -¡Å®”Ö«TNÂTr.ZÏ]ŒÏB–6å7iiÕÙ–«‡¢»"Kä̈Jfâ…üEm²L%p«»83Vï„&¾¾lû™vT:™æk½w˜2 2wÎmxiò ²'.ÿÝ™£<Ò:Ò›äLA–-›1”Ì¿àóƒ6ñTCT -UUÒ`䨘G­9hÀ[ÆI-1IV_ŒDã78³¨Ãô¸«¯@Kþ MÍΈ6ß²bþäáÒ[€Ï®Üª}›“ÙÒ¨VkÂñ#Î5qâ4ŸOº425Z{å04zúP4i“SJKÿ>$$½}YZÆÊÙ3â~Åbrüw–ñYêGm¿ÐF*.tîʈµÝùþ¢)ä¨BƒæmuIÑd(jÖ(nä…×ú“S>‹š*¯ójŒiw 5ö©¾„ÖûŠ­Æ'íö€úMM¹]Ê1ÊŽ’íD5³˜,jòfÒ±˜dã÷¡E'‚2iÏÛy]ü•;Q’õ—£ÐøõNÒÙÁ²þj4šþ»Kn|¶i„¨ÙõÔoˆôS@Ã-XMvg¤ÉÝ6Ô,žê‡™ª–ÒOÌÍ Þ­õ¤ãO¿€ÐÒKŒÂRQø9hÌ:¾üó™7¹å©¾½U’eóÉP4ñÍ6ªžáTU”Të¹ñÕØh¦õ4Ì.§õ”šLï™§[ë…EE„ÄD†ÇFG`dŸá¬¬®?5¹(î:¡ïÒñç½Â$üYÇÀŸE±º§¦P¹ˆŒ²ZïÞ½êªJU„†_ÕÕÆŸjl(ä´žR™±±Ñÿœ<žIɽ+:—¤B/;ÇãT5eÒj½¬Ìt:ÒM?3ø•s¡)©>;ñxYcÏ•&1¼÷,è‡F¿¹õ”¾™©Ñ•Óz~Œ,– ¡#¾¸äêåáíåy7šÅM ¨Ld¯]Ï÷CãVî8gdzýÔ¦¥CÐзÏeà$Ò -øíª©™…á…ÝïŽCè¹½·Ù´µ¢©-ÃúëÑhÀk¢Ó•í[=é¶kæ–V'Ö=Cl#ooûOßÌDÿïϦ"4g§gªæf™il_ý«7-mŒŽ¯™…г»¼RÕ7-#ÞîG\ÀÄU».š˜\Ù¿öùXÜL&JKvýýY4`þ†“Fv7}9¡y{}X ­ûç² 5ÕÕrTñ¬W ôÌNû»!ÒŸ[RÕlP)pûqnĬݡi–’¨½³• øþ/jß3hØ—n"¹ò‹ÂvbA·=´˜:‘Zïrj…r¦œqŸ»gQ(­"Cï%„^ÑϬ”5#’$w™ˆfï*Qh nµb/gÄèâÍwÉ©;ŽÛŸï?hùAoŽLõ£´£3†AšßþùhÀ‚ŸÎ[»Ür6Ó¹j‘¡X‡Žõ&Uѯÿr⪙ÙÓ?¿< xñ°ošê¡¥¢Júy$…íGi½ÄÇë@‚þ»CЬ^T9I¶kG£Ù;nsomcS3ý³{>ž‰Ðð÷/k\†Ó†ñhÎöë;Ÿë7úSã¸4"’åºm&š¸Nç¿—ú ^eÌhéßç§µ1ËüC씌4)\úöÒ¹BîŒR¸ FŸŒ@CW$ªQ´ýBßYrË£ wQž¿UÛÌÊÖ솱g|J«CQãFqão¼;ùÆ–­t–L5SFyWcL»S¨±O¹½Ðz–,Õ>Ik·ÔojÊíR±£É9J¶ÕÌb²¨É›9Ô¹’Œ°Ö[x<ÖŸ©ìbÚa¯r'JK4x(š¹Ý“š› ×Í“ÑÄÎLùñÙ¦¢f×S·×«­oÁê³Ó‘f$w㙂•É©JgQ7e”Öy5Æ´;…ºÂžZsÐÈÏLUû$®ÝP»©Ñì_jw4š5³X¡¨Ø›x/8BîqJgéhÓ{u;‘ÎÊÁèÙ=žÄÜLrþm÷E¢ú¦µ{CWS ͦ€ª%ZÃìr•QîßîœGªOõÃLeK•'f‡gPÖzòaÂÿn d›%øÐ;3©£hÔÜU»¬’©Ÿ[)L6þe9ùºe¿q/þêš[\\Z˜âz|í‹Ô]N4rÖ[{ïò•Î(Éô=ûýkÓɇP¿‘Ó}t8ˆæ/ÖÑ%ÉöÚ÷ö”A#?²ËUe£¡ÖÓ,»œÖSjrj½gžâßá Œ ŽŠŽ ÃÈ>Ãy¯þ^ÄÉɵ¼°4«¯î‰*˜fõv9Óìž(>ÛeS/k=*‘QFëÕÕÕVT”«"$4誮6þTcC!«õT•vðÐ~.7£®®âï8¦Õ2iµ^*‡¥ Ëç¯çûOXgC2"®¾;¬ß¿}“ða²ËÖhÈÑrY퉥æGû¤–æíÃÄeG“…t’ø•Øÿ‚²fDRñâüô­ÎÉtµR®-ÛÿÈB„žùÓ©d¬ùI“6OA6ÚÅ‘f1ŸÄk¢W2KS3NB Þï«MÞ¡A#FâY´øD0‹¥¦iÉοLGC>4j®“ToèÅÕÞ2]iÝõ¥Y‚|ëÎ]ÅZ¯®¦ºRŽªeæ—ÄViìM…qÂaÜ=†õ ç‚*‡]•49´ó¨™DoJëÅÈyX_a=§å“Ìbûý½°ß¨/L£ÕU;„¡QMØÁç_Ä^ºËIðøóÙ~㿱 wß;¯ÿøµÆ±ì8;oÉ.!âƒvÏEhüûZºžÞ&†žeU%I§–"4îƒ7<<ÝÍÿÂ}árJ9qj¾Ë—ÃÑð·™»{:™\wà”–±/7ìDDÝ$á¤æˆ©»—óõ¯ GCß»ÆÁõª–3«ª¦îëíŽ(Vh nµâx¬õˆCN¤áúÉhÜÇû~™Ci½ÎÄYbýMÿüÎÌMùòr“f¤µ¿7Æ '¹yßOV9´èª¤áÈ¡ŸGRH­÷æÍÙHF¬ág£Ð¬îq¡ç^8üƒ(mµS·ÉÕ„á}pþ±Q<îµÐËï ¼xÍ›cú?¿ß'¯?®[§£É›œ™2Ê«]Y8­@ã ºì)‘z«‡£!ïêÆ¨Qª†Šr¤ìò¨Ê]Šn}(¶Ò(,llœ]|ƒ¢Ø*‡ŸÚ*­ójŒiw u…'»“ZÏ$AýÄiŸÔnj4û—Ú&Fõ,NMtøe*^Y¬¥EÅÜ µž/›ö,ìbÚa¯n“eÄ|4’¸³åŽwˆÉ›œ[mZ{7t5¢fS@Õ­é ’­ ­ç»m©^<Õ3•-Už˜žA=S멲iÐk½ Rë…Ga¹bem…UÛ#2DßL±\S“{·’eUs¹4ê|IäÙÒÈ3UiÎü»Ç" ¿£raä´^MMYi‰*‚ƒ±Ðßjl(ä´žÚ2ƒ‚¶üúþÔ°LZ­—Âf(k¶n<š²î’£½³‹Ó«F¢Iíâœð+oÂ_Íãd³$:oŸ…F}aßÃð&¨÷õcÙ Nĵ÷†à,ÒTf ö;øø{Ç93")Þú{b5¶OR®›AS[V¤ñkë³·XEpä“4?i’3¹ƒØÄ£-¿Â;ȉššÅ^_1Í;à“@ÆG½?->ÄT×4ªnã¿5ŠeQ¾ò=¶¼a“Â/¿5û¦9IÚ× ­WUU)Gežå åUð-k^Qì±…ýF}i]NZ–¦\]1=$FB–fzžüfÙ”æVîW>ŽŸ4€|G|Ò«ûB$8²˜mµcåÌ¡TÉÃ&Ï_¹Ý-§‚<{IŠùÖ—&PO ,ûÝKPÊ"Eœ›ª[Y¶Ï¿ßR¥ ¹â—káT¼¼u_owx‘BÓHp«•@¨öKHêp"&9ÖjÓ „ú#¬õ®ÇvÊ0x|º8B±.8æ—¨<ÒÚß› ã„éwúõhÚOÎ ª‡]•49ôóHJ¼×Ÿ„ÖÓ–·Ý<MþáÚé7ø@7šE[íà«ï ÅŽuHÐ¬Õ N¿MGã¾µH$cì7¿,0ìý+Dë|ö>‹/ú-b›ûwþ?F»²°Ûî åìÌP‹ŸžAhÌ£pŽúÕÊP‘‰”]U¹KÁÃìÖ‡b¥ú,ꨴΫ1¦Ý)ÔžDj½Oâ5š8mô€ÚMfÿR»£ÑĨžÅ) Ÿ# P¿åÿS37šÔzßfÑž¥ºXa“5_?Íüéä÷SûÏùÓ•ÑjÓÚ½¡«Ù5›ª–hMgleÔy¾ëç‘êÅSý0SÙRå‰Ùá÷õ€§@ë…¯ì‘räocmvEçâ…Kg)¼N¿žpã¢ØëµyAµù¡˜š¼ Âð‹QçæFøÙQ¹0²Z¯¦¦ºSj(«õZ-3;‹«y™´ZÃbÈ“}óã‘hÆoÎq²ñ1ÆŸB£?7Šà0#mš…¯|Þøå¸®¡‘ѵ3g ý̰ CÃ^þゾ±Þ™“×|’“½‘ T ‘=ÆiÛ\„&¼»ã¬¡±îÉM/ Eƒß8A<6‘3cpâÈÕø'ûDÅZÐÕ–Á Ñ[G<¬0ýÍûÏêèêë^8©õÃÚ­F‘LMOšHî ë¬cÈ¥;ˆ{‚¦fÉnij3×ü­oeëä`|àÅþø‚<¡¾i1οÏê/n<¬m`dzýØÚI„: ,™‘6›g"4êÕÿÑ142½qþ苾‰Š­ÖÕ7­¯¿W]UѧÀ­VÌÐ+¤Ö#.ÁœH­×¦±§ªþº¹`leë`©û÷ÇР7.‡$ÉW£c½IV=¿å’¡±é3{>™Õ _ùß&KåТ¯’f#GÕ<"‰÷$µÞ(…øŸý ú÷3üX?œ-[íQ¯n>rÙÐðÚÉÍ/@ý_Øïž¬a«ã,×{<Ó™W¶~½ñ„{,™šp|°‚¨Õ¿óÜInc–iëΚ5c枬™+¨ìS¿ÃÙõ¯^<úÇÚåc´x«I¤tŒ©Q´ýBßY²cO•»–&CQm£(7²h†ŸìYÔMåu^1ÝN¡ÆžpúEìù¯Ï9†0Tø¤½huSSjW+;š’ëTÏb<­¼´pÚ˜¿Ò340¼¸/Xë1éüßÁ.¦ö­l²qn¿“¹«ÿ 'üU5MÓ¢æ\j’4›*wj gÜ•Gr7Î#5‹§úa¦ª¥4¸£3´ð4h½Àâ1ÎÀˆÐ zBÃíE^^~jrøÉI$“#µ_ ÷45“ÓzÕU%ÅEGNëuj™´ZÏS9A:+‡ ™¿ÞŠ—2úr4ö¾N8#™`¼û£…ã©?]>þ…-6ñÌä$ßóëEÔ!o4ŒJ”.PÑTö¤@S­©,C¦.ÿî¸}t2/ok½‘\jEBS[f¸Ýÿ{gÁDêåY4|êÂU¿^ JÒô¤ N?“;H4YZ”ÞAfýᯱ#Êýä·Ë&KÏ>hä¤_ë†'·Ö´ä`«ƒ_-›"}áwÄäyïìhNJ 0ÚýÑ¢‰ɤÓ_ùÕ>F±Éú¦Ä}½ÊJ Qµ¢j^BO·Zi¸†\&µÞÝäÇ‘¬H““±ÖÓkÓØSÕ¿ñ¼>Uz#säì¿èÜNR„éÍä@ý_yf¼tüŒ|fÅæs®q ªuôCKe•49jæ›籓Ðz×#“Xa×>и¯-£›#Iï¡ K—NBþnø¼µLÂZz¡ÕšD¬†fï¸EãLfRñ³ KÏ&Jûwþߤ6fQ /i‡i芰›mÉ6h̬e«7ÿc~7YÖFň¢íúÎRXhÝ¥`ÃÔl(Ò6JÖ IJgQ7e”×y†:cÚBµ}b„Ù¯¯M8âÝ(>i§4ØÔ”ÛÕÊŽ¦à:5³ï}eÓ«ÔDAhè„9¯lÒbÒù3Ⱦc]L;ì[ÛdwŽ-놯"7w妵i„¨9—újh0TnÁÎ ù3ÒŒän›GjÏ$µÃLõÒJÓœŽÍ Ðz@o×z—Ο !´^@xðÝp¬éÚKdx.ŠÒzzWµÅ…¢¢"IÁ…\¿¦Ci½N/“Vë±I½…ÞUÛ.ÅÐÈ´áÞ½êÊŠ>n5tý“™G n{ç œ¹Õ!¾%&Ñë ¾yïFt_s4 < „QÔzüâ ZèíðósMoúÝö  "îîµ›Ð@3Ɔz±¨ÀÊœ¸ã€eUa³6–æù9Y]Q&­Öc&'* ~*Ûwʵí™õìLMLëëë«*+ú¸ÕO_Wvÿ¦õô$EØÛ¸8™œÙ8ð˜®Üœ”àyp¾\¹ÕÙ­îÎYܦ%¥·,,mèß§b²t¼[{`+ìió¨mnïØâÙ=m­ôjD‚¸˜(]+wýnG„aÅ×"ˆWüîÞÐÕIMaWWWI ãc£M o²™ ‘P(.µœg752ÄÕ x]Q&­Öc$%ôzWm»K3Ó†¾§õp«¡ë»uÅ8î˜×ï¼cžÿô°mh’lR¼Çyhð{z‘}ÄÐ(ð4FQ§ÐãOÐzÀS@yYÖhfÆ—Ο¹pö¿v€3šâBêïÕQeJ …±Q‘V¦×¯é`!ÙpFKó¸˜H^^NIqQ•I§õâ{ ½«¶]ŠE_Ôz¸ÕÐõ0Àп}ÜÐÅàä®n;h=à) ¦ºú~C}cãývÓÐP_]]%[f‘¸PÀËËÏÉÊÍæ¶œW(àÉŠ²®(SAë%'ÆõzWm»Ú}PëÁ€y®€þ@ƒ“»ºí=GëY™ 9´Z/)!¶·Ð»jÛÕ®è›Zºæ¸ú·{ºœÜÕmïQZï¤]*š Jë½”¾&ô(­ÀÁÞÚÂÛÃ-3=µ;µÞ?¶)h‚*­×¡×†¾¦õ Ç!@€„'îÕÖ¦§r\¸Ír¯´Þ ›4AÖëƒwˆ€6!‘ˆÓR9>nݦõŽ[s:‘3Ö!–£ñgç =Ðz@»©¨(xöÖݦõŽY³;ë÷Sƒ>ñ°~¯s‹€žh= #x-¿ßÒ Z層³¸deçºàþ½¼Ø[sñ÷N,¹çsÜ%Ï50ýD_jr´Ћ´ÞKVgáf½Jœsùრqöwë:±ä‡ 7¤üQ wΊŠa_‰©®ozÀMàž²êΚp.ÞγòI=¦²b@gZèEZïo f§ð¯…_¤í˜ûu5Åæ÷²#¬GàM2þãW^ßô(;2í¨|üþ¥5MMy¡)G:©†‰Uº[nm'ûßÇ‘¬³þâœ{2ÂRv[5¬¹‘µM•iÜê*t õ€^¤õ›3;È wG«5ÖÃ…)GªB늴Ô§ SŽã'ëµ8U}öÓaµÄÖ—™ÙÉÄ[eUÑ’„ô£®a·qÄ&õ?«n<£•Tëï=.êÕ€Öz‘Ö;dÆh7ÇÍB-×F9LÈŠü¨Bx³¶ôVäÂýJëÆ*—û515Å·rã6D9Œw´Xƒ-UÂÔNªozt¿úQ“81ýHsäéЪûMÊ4U¥e#cÎ…•7šâa£ KpÕZ©(sŽYJ•¸ö!õ,ê*ªÂCÓ7'1*EÒ¤GbY¦EŠIb¹¨žˆº_U”z”´4O­.ª{øˆú+eåÑ…Iâ†ûÄÑQŽàu^‹T¯²¦F^ö?Tù*ŠÒô¤òQÙRsÎÍØR^ YµÆNxêË̈Údz£„‘~T¡b惸2Aí#òtÕ1'šãe›ÙXSšv´#¡ZèEZï ir» ¶ÏðZ$áî(ÊÖ§Wœõ}eÁáºbLeÁßåüÃ"=IÖ_É^ ‚-Ç4ó¦+„y#£±©¢Ð:ùÞ£†rs2Ò"#¤ª©:3ÏULÈ–¤å±[9vw³ô½¹Ñ¥¥MMEÉiGŠ2'dNS©ØÞ?Ëô./ 륇éa)‡[’Ê$öw¸†~9æn¬C¦L=f}ÓÃ{qQÙú>9^ÙØøž¿+£¥Û;\£A×™Ë3tK¹à’é]„PÞ?†ŠEQúå4&ád8!ml­”“â÷»–5=ÊO=çÈiá´U¢–¼å~>ŠrK$s%êf6b­wÎX®@ ‹RwR™V¨jé~J¸ù$É5Ù$•Ôz©ûéœ@V^6KÂ?a5„Ö³VrˆI*–ÅåÌ”ý4žV:[ë•çY¾Ý˜”Só+x_–føÞ"zñfÉÓzâ;ä÷‘ßx‰Ú½š•åØ|:¡K7üë´÷¾^eŽ9馩¿‹["KŽÏG”“’Kaã´ÖÛ}3®³ð¶XšºˆÏ\™ú<þ®Q.#N@USuZê~â0á ‹øQ’†<î|:¦®©¡DÏ$îÐ튇Muîvñd®Ä›y±:a _”!ӵ뗌ƒÔ¡A’YþæZñc¥¤›q{̳Ò6U§§º©®¿œI­çš@¦&\#^-,8g$g¦aQêN*ƒª–â¼i›*9iä½w§²©Ž›~€î¤{̸œFœ%UšjlÎ{ˆµóee‡§bY\ÆLù«óÃSIgk½¢ø£ÏQ³²ÿëÚ)¥Í‚+pû *vü&ÿÂ'¦õŠ¢öÍÆ_gìŠèÈóœ%™¡ qÇžÞ¬Ì1y)j½ª²Ü»Ú»Û«Ê+ƒ]Ðz´Zo—~\gqÎP'ÚqraêêHljø»F¹ŒR£êšÊ)ûÈÃ=VÜ€t±£}™"´¦éa…¡Iœ–Cñª\F¾[ÊEçt7ñ#¬€Žß”/Ê€Ð/Mõ•ÁaYú^\{fU}Ó£ü(–Vs–6Û'j3뛚d1óL½Ò¯ûd;Gf2P´ÜçDh½HWª>R­wÖPÁL£¢ÔT¦ª[š¨Í¸×ÔÔ˜‘œgì•~Ã7ÛÆ‹¡¥Ÿd˜û°é~•_@ÆÛÙö¾L-¹“&\L¬kjºŸŸ­ï™iϪnhz˜ʤqˆ©õš{PEgk=¡/ù˜$¢„Ì])a2LW ‘Æõ{Û:_ª˜¼ÿÛøêô¡8nÀ„ÅŸÿeÍ—Knä]ùáå)qÊ ‰ÓG"Y­WÊõþwÝKSZrüâ/¸dÓ=©¢„Š,CBa½z“[®¦4qÌ?ˈ{nã78ç–U•ç¹ÿo>¾úfZ©Ú ”å]ÞüæÌ¡d3G/Xg˜’)+芎Í#Ž–œg—¶h½æ0å·`qE•ÐíËaÄ3¦_y¨s‘$öâw¯ÏŸ:råѱ >Ùï˜V  }Bëýy#¶¹mùÃcÚmË¥šf1JgÜo*Šcí¡K=PÕÔTmmŽ¿ÇŸ –äÖHÿžÂƒ††‚´ŒÃúòö7·°Ö«­Î¯"Íêk“£Ó¤6dÒýÜôýröI×cJøµÔŸxP*^2R´ÜëHj½[ñd–ø«¤Ö;c T E©;©\«U·ôf’^L‰ ŽÌûð~^gߨ=VY’Fê/'Øi”*¦-Ír¿ª*2„s€Ö!†)a„ÖãìíÔÁðôÑÙZ/Ïz%¡“ú%ÊÐÕfYåű&š0ˆ|>ñ<³¤ª"ßû·YÒÙ;°õÿ1_™g–a1•fôá0*fð¨Ò4JëUðnÿ>›<4aÚ8Jé<·7D¢P5%”r, Ì}3Ê*Õ–VöU"bÊÏn¯­Óñ·Ñ_Zd”ªËRQ¼oaó‚4·täš[‚œÖµÞ€qS¦M›:kÅ‘(‰¼ÖSã"©–yCG4kèåg“à±Oú‚ÖÛy=¦9ªon9vn±¡ŸìBê—¿ºÿÔ@ß “µ^)ëÒRbJ.úëôÇÃñÿžŠÏöúa<–%¯?³‚,3÷„‹Ë8—_"¬†¾« ©(ΰþŽ|Ìò™Ñ’Ò¤S¤dõ¥Y/B¯õcš•ZçÊËÄ÷Ù»••eyÎëÇᣱßûÊ?ª¦Y3õ¥•$_\AHÓ!“Í:~]V¹Ú,åizoô'4ýùXŽ•‹…¢âÊÖµžü3œ2ZO‹ä$ay–íW£ˆ”¯¤–Á^ÀÓ¯õvèÅt.§ôõ;½L¸!ÕzûžÈÙ>@;´^fzš§› ÎˆQL-ŠÜÿ 1%ß0aï$nˆMødóK±ðZãÌqÿfqojãm¡ÐõSòÁÄ÷l©ç9 }$Tzݘ[pëSâVÕÀùŠoÛ‰Ü>J3û_5Ì”{»M¨ºY³ÖJ+fë¼5˜Œšð½s^y+YDnŸò«ÿJ«Ür/åµMë©qQ¥Ü£ž¥i:ˈ„YZ‘J/!R}Ðl,Lñµ¾ì!Zo»^ôSÂdgBë¥í}jZô0Úªõð4w±·ÉHKååçñòróssä ý6O „Ö‡ÎüRæ…åÍ3tæî‰8`Ë$Rƒ9ñ…”hð®¢1⸒J­ÿÛ–¤h’UjR‡&}üۮݻ›9p-Jþ¾žPu 4’PUiåÙ·þ7UZûç÷ ËÕg‘žtÀ»6ù2?À’g±‚°ŸøK@¡’Ö3{“|Oo[ ­§ÚEòZ¯,óÆË”‹•p÷@)ä忏8ØrÓÓ{‚ÖûC7 Mh«Öót»•žš"ÈÏÃf•åŠÒÛr#¿õb¹d÷ùpòµ²W®°Kª$áZä¥{Õ ³Dú0äÐwuŠˆ¿%åØì}‘âRæ¹È÷Ø^>*ªSj¥Œ3KÈwå^;æ—KþÂg™€Ãâ•(ÔAM rfêJ+åZ~5'Ž[ùåBâÑÌé[<ùåê²4' ~ól„ˆ¸ X*æ‰ÊDÞëF“O´žŠ-’×zU.”"}C/¥ «ÂÒ¢rÅg8Uº¨Jc­Ð)Ü»W—Ÿ—¯{‚ÖûýZšÐV­gcaÊ#…ýŸÈ¥nWMüÙ¿JÂO|ñæëìöäWTTÇQZgÑé¤ÒŠ|ï_gJgï éŒüÄø¡Ëòœ[›¦H“†Ž9Hæ—Uʳ¿ŸÜòû'Æö#KSúStjJ3SYZ9×j ©ôÖ;çHâO‘HNýÙ3¿RMʲÖO”¦ô:l–eZ‘â<×uc¥?¯2b¤ôgT(­W–r}õã.hؘQƒF®¶ÏWúmU.­@÷R]]‰å¾ì ZoÛÕH4¡­ZÛóòriîè‘”§\~‘˜‘Ów†Š•~¶…qž¼õ5{oDñÒݯ]6™Tb#Ÿ[õ§Ibas™Å©·Ž®]6e°T®M˜³ìócb*)ÍíÄ·/M“¾67|ú²õºI%Ê5QS‚œ]i²vÙTJÒ ›ñÖ0qE?øò÷/Om®È¸ÙK?Ôr£Þþ+Iµùs%õа¹ßš¤–(ýÍ.­@·ÓØxŸæ·ž„Ök‚‚f¡ZOñ=´h=@ë õ@ëA€Z­ZÐzh=@ëÖ@ëA€Z´h=Ðz €Ö@ëÖƒ´Z´ õÐz @­€Æˆ$V^Ñ-üÏ›ùõ4p­¬½¢……è&Ðz @­@›ÀbÊ/*U .•÷4øâ²;‘)¸†ÐM õ @€Z€6qÑŸ/.-(*ï™ðÄe¸†ÐM õ @€Z€6qÞ̯@RÞ“Á5„n­ÐzT”—ID"ÇËÍççå‹‚"±¸²¢\•ÖˆËzÂL­¯¿:šE‚Ö­Ðz”Ir¸Ù>×´/8z£«}Ù×Û K¿²’RZ­Ç—õ,qŸC#¿öL'Aë€Öƒh=èãK$)Lö•‹ç,ÍMr²³È€¿X˜k_:Ÿ™YS]M¯õ ³o¾ÐôYE2š+áÈóhàNi õ@ëÖƒ´OîÑÍnö• ç‚”× »þ×t.×ÕÕb±§ õx…¥ûÊ$–_JDòþ&µ^Šˆ<pÿY¿lÊ ¼#›ýöÿtÂR…d|A–ÃÞMNîÕƒçoÌ(È´øõí¹“Gô#£F-X»ïÜ‘o_›5 ô·ðëK¾Y%DF‘$Zoí³£ûF'½¸þÊ*žGj½µž©äyAë€Öƒh=èËxükÚ—r²³ðÔÆún¦“âÈì,®¾ÞÕ††z•ZïEí»^-è?ø¥ãQŠZOè»q?4á­¦vÖ§·,‚†½£ÍÌÆIü¤!´p×5/G{³ÀÜ\*fÑÞŽžv–—6<‹÷ð1ïüyÕÈÞÅðä7Ózv_—(³$-ÌNÏÂÝÅËÛô̆Ù8~$´h=Ðz €Ö@^nþ‰£‡ðÔ^¾|¹(­‡qd}}=6hllTÐzy¢Ò<©ÖÓ‰†^xwš»Í3?·YëqD¥¹éö G“~òÁº°/H×{š¶Ã+·4Ÿtbò± ‡J)Æ0-?‚æ/$3¦i¿B¨Ù˜BÈÕ«?zÕ0QXšÇ‹Ý߬õò@ë€Öƒh=èÛðóä´Þt™ £õ?PÒz9%9®©õ¢x%9¼´›kÆ£)›-1‡±Ö[åÈ*(Ióß3 ]m›GH"/.Cè¥ó‰E9ùIÇbeçÌ’&•(Ĥù&ýè% Syv_Fsûçáï¢óŸ¼0}x„‰š+ó¡õ<8dvÐz õ @€Zú2"@WçrË3œ²Z¯åΛzWïß¿¯¤õŠs™¤ÖÓŽâãì—ï§¢q_žúí9¬õXÅiþ»g`­g—Kˆ£­·ü\¢$'?±YÙKSåcȼ¿÷ä“©<‡ucÑœƒ~¹Åa'"4ó›óf^¡·ï8x±Ÿ´yѤÖsçÙAë€Öƒh=èˉžÞ^äþHûÛ,8)2"ìÞ½:­—-(Îæg꽆РڑùÅÄ¡ ˆéöÇL„ú#Bë1ÅY›†¢É?Ýf H^š>žò›[Vqv^â1¬ì>rfRIŘT?RëyðÉT©Ö»“S̰X5-:!"ãs->"­@.©õ¾r£ÎZ´@ë@_¦²¢œŸŸ¯}é|`€Ÿò:x×_ïÚ•††忹@§õpLžó¶Ù¨Yëe ø» 4iÕ_vg}u²â|R† ýZ/=èð\„f­¿`âàáë~äåÒ ð8^Fhú¦+¾™ õ@ëA€´e%¥Ù™™ºW/[˜ggqëÉ€¿˜›a¡W^ZZW[£+©,~Q/S—ÐzW"òŠˆCnªÇ¦©XëÙ3¨˜Ü4›#_/ž0ïÈCf¼±ñ|`r>Ÿ@*;'FsF…˜”;»­çÎ#Sóí¿#´žo6>i¾ï¥Í/MLíòƒFM]¸Ñ6ž(Sœè¼ïɃF|`‹³€Ö­ÐzÔTW×ÕÕ†‡…èë]ýçØaÌÍë×"#”…Þc­×ƒ­Z õÀTWUb¹×ÐP·ìFüßýû÷îÕ)<º)«õ¸mí­(L½ëä’SÞu§„ï_4t—YeíÊ^b>õw! N@ëÖƒ´í¥X"Ia²¯\·Ý윣xÒSì³ððör¸¼ù9|¡1fÕ^];7WÛ³ßÎ@è¹CÑÅ ZO]­Tø´ õ@ëA€Z€ŽÁËÍ?qôPCCƒª¥ ¾¾466j¨õªÊRt–!4ÿXB±‚qŽÕÊþè 㜠y)TYQ‘qó „^¼Lè5Ià¯SÐØïs*4|SIëÑ«þÎÊ<ûO†¡%g“K©ë7#ÑsGbKä ¬R:ßáã¡èùHáVžaô:B˯¥—Ñh½Ök%ëÐz€Ö­h=:?O­wøA›´Þ‹-ZO’æphͲé#ú#4xÔ(D'…ñå÷óD4koñd£$Aû£qXüÕn]ޤ¢ýZO®XµZ¯(Rk–ÒõØ· [ÓzEa;g É¿’©BŸu£Ñ¼#ñÅê´ž|­Tø´ õ@ëA€Z€Ž!tu.«†ó¦ÞÕû÷ïkú g¾ãW#ÐÐOˆg8KO-Ehö†‹·#£ÃÝN¾ÔO…Ö Ü6ÍÜÖüÊ^!Ûëê®ç @hÆF«ÌRù“JÂvÏ@“¶h õþÏÞ€EU.~ÅETTÑ,³\3Í­¤,»©WMÓÌ´®×ºY·R ÿš©eÙb¦ân^·PV7TRÙLÍÜ‘a™˜ s!oÏó?3ÊÀÌ0˜ÞŒ¾¿çÓsefΙwΙùÝóÎóÕÚèz‰ø§§–Ä8~¬ÂñÓiEú»ž¡$¶xó ©ëîßD<4ó¸Êv×»=*«Û‡®€®G×#„®à÷Q){wÅ[}”®JJŒ¿~ýš}çfÉÞ3åa!š2œ›%?t`=ÑiÞébãµòÈ¡2»º^9å©o¢[À…³;UŸ]ÔU8ô]¦½Ó®§:úñƒÂ}ìî[MJŸµi ³h>!&¿ÊaÄ{Üõ¬nS×C×@×£ëB×pgô:m^NÎâ…óãÄVˆ;¸Ų€²²2[ß¹ÐúµQÑ;·-žùz_Ãw.øï6}çBɱY„h÷Ú¢û%Äïš×Û©Æ®§N Y}àБ؅£Z çgƒ34æ÷«:9·‹MŸ›ö]HdddÐÔ΢–]O—6ÜU¸>5cCxtÈÚÛΖèòN~Pwß÷¶DÆÄ„||¶øžw=«ÛG{iuoiÃNX—À“*º]º€;¤)Qg¤¥-_º(xúŒôË7Œ‘þ¸V*zZµúÚÕ_¬,›>ÒãÖ ®s³‡úŒ˜²|_šúv«*<¾rbïå7hìÕmBH¶ÖVýQ&Ìàãbº½[ûl=oá›ÙUg7½çë#3ÝÊ¥e‡þï†gèìïzRÉ:¿á_=Œ#whÚýíh¹NWZr)úóQÝ=ë×Ù¨ï´ÃE÷¼ëYÝ>zMîžéO{Õo48„ßOt=º!t=wì—+W®]»šø»K?ûäcÉê•Ë’ãËÊʬ=èz„ÐõÜﮔꥺWVvCzɾ)ý÷ë¯×¯_³Ðõ¡ëÑõ@×#„®º]ºèzt=Bèz ëÑõ¡ë€®G]®º!t=º]®G]t=º!t=÷ŽN«QÊsss³rò²s år•B¡×iëìCVžY®a×]º]¨³JTÊÌË»£¢–-^8gö ÉòÅ‹öªŸ¦D]‹mnì§ý ÷Áß/fï]º]¨“Š•Ê gÎ,øfcÐúÌŒô2c¤oX·xáüŒ´´_®\±¼¬.kã“Bt™Ný§zÈê +}ÝZ üdWz {èz„Ðõèz@]º™y9#àÛoŨþ<ðÃÁýË–,ºvíªTöêN×Ók•é— ™½ t=Bèzt= îRÆDEn Zoí©@º*1áˆT÷jèzÚôïú>âéê`|ñ•µ~òÀSª[·Ôd˜?®·wÃu.íF|wNm¸03öë±=½ê.{ÀwÒª¤BñÆÚ¬Ý îæíj\“sG¿CJmFÄäZ54½²»wx~Jàq…îÖÊí^á ^Zôœ‘]›9o<Àoë¹b~ €®G]®Ô9òܼe‹ff¤[{*ÈH¿üÝŠ¥ee7jèzê3ßv‘þíºfÖ Btüä¸ÊxKEòì.¢É3~K¿ˆ \±é¤Bº0ifgá1púêÐð­‹ßî!.Ï­<¯ÑW¬ª³_`äî=߇%çê*V¸#"âûïf½ø€ ýç‚Æ¸òZ¬G_xdjQ¯ÓÄÅaû÷…|;¦aÇ”ü]º]¨cr³ræÌžQVVfí©àÆÒ nÞ¼iOד /0M ½´º¯-:'u.}nÈ0WáõVla¥eMzþk_ù…Ú´ çeÂûýEÕU•ê«]¢¾¸Ê·¾hóA¢²vëÑgoì"ºÌ;¥6]"ÕH´ŸuŒ_ ëB×£ëuL^¶=]ïãÿÖ²ë•*b'6müUz*É¿­ —W^¶Ú…ê”å ÑsUª¦æ®§W_\ü˜½Ö\ÖÔj=ª¤ÛT{Ÿàþê~ €®G]®Ô1…rùò%‹lÏá\½b鯿þZË®÷¶§ðñ‹7t½ÄÚHu,¢J×ûÐüBuª¡£õXi_×KYbìzišZ­G‰pzjI܉ãÇ*?VįÐõ¡ëÑõ€:F¥PìÝlýõQº*)1þúõkwÜõôY›Ÿw^“Ìçpælâb¸°¨|îååƒd¢Õ¿Ø3‡S›±Å°ð;‡µ[>kÓ@gÑ|BL¾Ž]t=Bèzt= .Óë´y99‹Î;[ýy îàþËÊÊÊjþÎë]¯T—ç÷ÍžýpÙ¶¨˜¨mk×D¥ªõE Ó; Ñrð¬u‘1!+Þëí"d–Uë­v=áîû~À¦È¨í+¦<ÙH8=ñõO%†kk³]þÁÉšV´%2&&,0à›à³Åü]º]¨ƒ4%ꌴ´åKoX—‘~ù†1Ò?‚×JEO«V_»ú‹åeíìz’’KÑŸêÞÂÉðÂ\¿E/Óפïþb´éB™O¿7–Åçk-ÎØ¬èz-{=ÑFfXC“Σ¾Ø“uë òì_Ï­‘xÖ7¾GhÔÆwÚá"~€®G]®ÔM¿\¹ríÚÕ„øÃß­XúÙ'KV¯\–”_VVfµèý/Ylmº]º€š\)ÕKu¯¬ì†ô’}Súï×_¯_¿fyêf…ʯ¶t= ëÑõ¡ë]èzt=Bèz ëÑõ¡ë€®G¡ë€®G]®º!t=Ðõèz„Ðõ@×£ëB×]®G]€E:­FYX(ÏÍÍÍÊÉËÎ)”ËU …^§ýƒ¦Í;²Äï½…G•ÔtòÄSߟŸ¤ä—èz„ÐõüÙ”¨”™—3vGE-[¼pÎì’å‹íÝ#U?M‰úŽW«/:¶rÂ^ÎÆ×cŸ•:mzäÌÁÜŒ<üéñ‚ä]e/nJÓZ[Éþ-êêóÝ„ã€ü?véŠ. =œy{C)¦u’y N×ð €®G×#„®À‚b¥ò™s ¾Ù´>3#½ÌéÁÖ-^8?#-í—+Wjètòè×=„hñϽù•*Í|X4è9å?á±öíù!¥X›ùý°†Âkä¼­»îM¼¬*9»jÌOOÝ“«§ëÙ¦8üž·hõïC·/ŸZ>ú‰§ýwçéø@×£ëB×`aêfæåŒ€o¿9w úóÀ÷/[²èÚµ«RÙ³¾’’ KúÔwhì"ê?µòâíOÚÔU=…ó ¡·[RQìñðìc%µ¨Zt=+]èzt=Bèz¬SÆDEn Zoí©@º*1áˆT÷¬×#~>þßž°ñÍD»iÉJ³šv+®#¢ ¢G5¼}É£_œTžû¶«h0$\^¾ˆ&ëÀüq½½®vi7â»sjÓJxyº.“µ~òÀSªŠŽ™²ö¥ö WÔkÙcü’äŠ£Ššì¸ã{µªo¼ÏG}'mNÑ”*-zÎÈ®Í W<0Àoë¹âêHuvËϵ3Þc“GzwmX©ëY\\Wx|ÕÄ>­ŒsUež½ý¨ÚȬÝ@“ûõØž^õkó´*©ÐtN›µû£Áݼ]ãwîèwHiìz·òàŒ‹«´à;Ðõ¡ëÑõ€:Jž›·lñÂÌŒtkOé—¿[±´¬ì†•5hóÂG7iðäªuñ·MÇFåé+u½zýM>z4ùDJ¡ÎØõÚ¼»=ÁpÉg²Tj³®§HžÝÅA4yÆoé÷¡+6T”ƇßZ²ugôÎÀOÿÞ\ˆŽŸW™îZqb{жèýö†.×NºÕÌ‹Ë×ÓÕA¸õŸ²t[TtdÐŒÞÎÆrd¸ªðÈÔ¢^§‰‹Ãöï ùvLÃÚŽ)Í{YÞÞI­…ð2sÍÎÈõsÇu®w«ëY^¼ääÜN©˻ÿÙuèH\dpÐÞ4M•CZ¾"ifgá1púêÐð­‹ßî!.Ï­<¯¹U“;ûFîÞñ}Xr®ÎØõš½¼î°aÓ=¡Ô›u½;Ðõ¡ëÑõ€º*7+gÎìeeeÖž nܸ!ÝàæÍ›–× ¹´ÖWÖxDh®Î0ÝqYïz²çÖ§k­L¿4v½G¿8©®¸DS©ëésC†¹ ¯·b ­ÏáÔ¥­éç [t®jgÑenòu}×eê¤õ„½è*<^’›Ž‘í{­iy×Ógoì"ºÌ;U>yø¨F¢ý,³9¥ú¬M…ÏäŠC`•æpZ[\÷–§hòrH¦ÎÚÁSK70=^Ïí+¼Ú´ çeÂûý…¥MW}g¥ÛÜñÀ€®G]®ÔUyÙöt½ÿk¥ë©O}Õթ屯5Y[‡¸:<¶àLñt=U’[!vk>§ÅÏë)b'6müÓ8•)ÛgŒèîÝÐQg7ù=_–ªÑ'Om+­sG^Ňow=UÒ‡mª½OpuOQ¥{T%~ÐFȆGæWÿ¼žÕÅ•?-~¡© ;¿è·|÷yeõ“¥XºAµÇ«NYþ¸=W¥jjÛõî|`@×#„®G×ê¨B¹|ù’E¶çp®^±ô×_µ´¸"Ñ¿zÉ~t´øºž±d ‹°ÝõâÞö>~ñ*ãÄÈ®B´»`g\ÒÑ„ˆÏ{8˜ºž*aŠp•o¡ë%~à#œžZwâø± ÇO§U> ¨±7ɆGXêz6׋Y:eP;'!Z¿º)M]m[U»éŽ*=^uª¡ëõXy]ï÷ èz„Ðõèz@]¤R(öîŠ ¶þú(]•”ýú5 ‹î{£…hýÆÆâ$”‹ýnXcáõöŠÚÏáÌÚü¼³ðšdkgå®—:°žè4ï´ñ¢^9TfêzºôõO; Ÿ)µ¨òNãüÌæbò­áÒçlâ"Zü³â6•çpÖ¼¸òÔ7 Ñ-àBI70Ý‘ôxË*j/o$“êÜ‹›Nuôã…ûØÝEçpÞ…]º]¨Sô:m^NÎâ…óãÄVˆ;¸Ų€²²2‹ß¹ å&˜–lvn“‚˜±î¢É+Ñyµíz¥ºü8¿‡„höì‡Ë¶EÅDm[»&*Umã¸Þ±Y„h÷Ú¢û%Äïš×ÛÉÔõJuÙ‘¯·Âgô—[vïúl¤¨87‹.ÿàä…p÷}?`KdLLX`À7Ág‹«<®¢Ä„pí5iÁ战˜Ð¥¯µª87‹•ÅÕ)! ‚¢:²pTKáülp†Æl¦«å%Lï(DËÁ³ÖEÆ„¬x¯·‹ XvVmñ¨.'l¸«p}jƆðèµ+¶-©|›;Ðõ¡ëÑõ€:LS¢ÎHK[¾tQð†ué—o#ý#(p­Tô´jõµ«¿X\pË ™h7í¨Êüò‚˜W›סÛrJjÙõ$%—¢?Õ½…“áõ»~‹^þ‡”Ö»žá VNìcú‚!œ{u›’m<-Œ^ñSà;OùȤ‹<:u÷⡙NJ+ß…§éëµñv¸¨ú g2|;¾bͼ;𝴾¸2aæÓ0ÜÚü`ëù*_ hõêôÝ_Œ6=^™O¿7–Åç[;­ÔmÏoøW㈚v;Z^eóÞÑÀ€®G]®Ôm¿\¹ríÚÕ„øÃß­XúÙ'KV¯\–”_VVf­èýi\fmè,z®HѲ£€®G¡ë=WJõRÝ++»!½dß”þûõ×ëׯYœºyßSÛ²`iðÎØÅE¯Ÿý÷–¢~¿¥çìýœšwü’]ºüaty{§ôõqs0¾ µ~╯ö¤sPèz„ºèz„Ðõèzt=º!t=Ðõèz„Ðõ@×£ëB×]B×]º]t=BþR]oKp ¢¨€§;€¿Ž«¿\¹víªô>®GHîzÑ;³³2®_¿z办ç=€¿BÑ+++Ëʸ,½¤ëR‡»^ZjÊŽí[s²3¯_¿vóæ¯¨Û®]»*½°í[/§¦Òõ©Ã]ÏT÷¢#vl ”–@Ý&½ë“ÞûY+zt=BêR×èz„Ðõ@×£ëB×]®G]t=B]t=Bèz]ºèzt=Bèz ëÑõ¡ë€®G¡ë€®G]®º!t=Ðõèz„ÐõjKWpjßÖï|¹æ¤ò¸uz܆Ÿúû/?®àÙ€®G]ï®SľÞÌð'î»]þ?\CAÄpi—£òëÆ3°N‘y.9þL¾†#@×#„®wGìÚìý ”^“b+%MÊš wþúL ]ïJŸdÜ%^ïâ0% ëB×»³®§:1»½é¯Ò±Ïâ êŠÂ÷nkÓ¥Í^ß_D×ûw½õ}]Ðõ¡ëýž®W°÷U÷Š¿K¯wê] |®Aùeý7çoY’¶ëËW{yˤ˜<:ý¿ÍgÚò ‡y?ŒïéYOº¦~sïF¢rSS_ÞõŘžõ ]²Yçá³v\*¶4eñw®¡J×ÓÉ÷Mîããæh\sËn#>¾¬‘.W[ðrŸ^œL¬É£ƒ§…¤ÜZ›&û‡EúùÈŒ×5~tÌš‹jë÷nZ•§«i#5|hà;ŸMó„—³aÙfÝÆ|/¯˜~i{ –SÑõ*â9é‚W%@×#„®W+Ù›} ó›:ŽìoÒµºâc3;Z—G}ã$ÎùgJJu9»&µ)ÿë­ç`ú_÷ƒÒ4R—IYû¼‹ég·†å×™šš.wÏ;m?Ö÷hÕÔTjÚûVV=³Êï^CÕãzEßðr”5ñôöt3­Ìå…àtMÅͤf%kXÑeŸ÷³ÚPóMíXñüä,=ðF#væÛ¸÷Û«rqq¼ýÌæÐ |ø-&î+ÒÛ¿õÁÜêzNM=[µòjóä¬d%¯J€®G]¯6Ôgv5üIvú¿¯Ruœ{"#f|3©<ñé×OŠ‹Ï ÍùE= ·’=³ø'¥®øÒæ—Ó,˜~T©þy®±#¹ ß"õ”‚˜WÜ+ššæ|@OÿÛúëõšì°WšJ?5·×|Rèï_Cõ9œzZW’Ÿqá̹ä5C }¯ÑË» Ìn¦Mßú¢±>pQ£Ó¦¬èk¨lŽÝgîÏ“ ¬VQPXlëÞ+­J_ûŽ·é:yìÛ^†ZONPêì\C•Á0‡Ðõ¡ëÙÓõÒRS¢#vH Jª^«Jšö€áO²ïús‡Þ74ÁzÔ“Š×ˆ°ó‘£ß½º§  |ˆqîæ€­¦ùœE{_3”ÑgÝåüC G¥ê É«úi»Âˆ¿Ë,üõ÷Z“fvzɂ߽†ª]¯$eÛä~-Ì©÷|˜Üüfê”%Ý ×´ù0I)ÝÑPÃ5޾›²´·VkëÞÍV•úœaúi£QÑEz|û³†ãwn/ï*´ fƒ±§ë™ö&@u[‚¥÷~Ò;@º!u»ëIæ;¶m¹”r17';7;+'+ÓìE±óM7ãgËz~~¤PgÖÔÔ§¿îbü¨ZïOb³ŒgøÔÈÏŸÍ-©2†ß¿†Ò‚¨— ‡ E%ç5úâS_7;ËÂ=#í…Eþ"½ß?Rmº úô|ãA©¶þ‰*CŸJütd÷–Æ&Ö¨ýs“ן,ªXgñųGv÷t.¯kíºý$Ñô5Å)sF÷hUþ©5Wïî¯,ÿ¹¤úH~ï´…I‹Ç÷–w_ªÍ‰›ÿjÏŠE„sÓ¶ ™“¨°U¯ ]<6kdw/Ó91]Z?5=^aýÞíìzz;×Pu0%·Lö5}ýƒpyhôú‹%¼f€Z¹yóW çj ëR·º^ÕÏ耮G×#„®º]ºèzt=Bèz ëBף뀮G]®@×£ëB×]®G]t=º!t=Ðõ!t=Ðõ¡ëÑõ@×#„®º]ºèzt=BèzîH±R!½ÛVŸWZªÿÓ?XÍåˆi£^þµ|ôOûïÎÓI?*~Ô^4è9å?á±bý,×äíñºç¨e?—Ü?]O}a¥¯[‹ŸìJ/á ]®G]ÀýÖõf~4Õö³éV»žŽÝ>>\ ý½]Ïl¾eÊòÇ…ó ¡ùwñÁÞýãzZeú¥Bfo ëÑõ¡ë¨“]¯¥o¯Æ¢ÙK.©-u=Mfì×c{zÕ—^‘]ð´*©Pw»ëÝʃ3~,VŸù¶‹ 7,hü÷­¸Žˆ*,ˆÕP<úÅIuyóJ‹ž3²k3ãjøm=W,]¨ÍÚýÑànޮƅœ;ú™É*]ÏâªPÝòÁsí\ «kòHï® +u=ËHßùnÿž Œ#hÜé¥Ù‹gëׯ°‡¦]Ç,J*45â’”µ/µoìh¸Q½–=Æ/I6]^}ü‘•e ›:;nÁø^­êoìâù¨ï¤Í)û,Ðõ¡ëÑõº^å®÷øÒ¦wvtîýå1eÕ®§HšÙÙAx œ¾:4|ëâ·{È„Ës+Ïk*º^³—×>š|ôèÑÓJ}µ®W¯ÀAõÉ'R uf]¯ðÈÔ¢^§‰‹Ãöï ùvL!:~rLYÞ;ûFîÞñ}Xr®Îj׳²³G—·wRk!<‡Ì\³32dýÜqëÝêz6ÐejpÔ®˜í‹&´—Þ†¸?ç¿üûˆð­óFKëj?㨱di'¶m‹Þ`oèÂqí„xxæÅ·nåñ[xDV–Õ+’gwuný§,Ý4£·³±AÛù`€®G]®Ðõªv½e©ÕÙ¥\D{¿ýr}¥®§Ï æ*<ÿµ¯Ðt{mZÐó2áý~‚ÂÒÎj]¯üß&•ºž>{Û`ÑeÞ©òc|òðQDûYÇJª/e¥ëY]C¥Ûë³6 t>“PV›Ãiçò¶’‰G>ûIe|ì—Öö1m«*Û0s“¯£è».SgéQÛ~D•–Õ熽è*<^’››í{­iy׳6Z~ùÐõ¡ëÑõº^M]OWªIÛ:º™hõϨË'nu=U’[!.¯XDmøžè¹*Uó{ºž*éÃ6Õ^îÝ_ÝSdw׳º†J·W%~ÐFȆGæWÿ¼žPÅ¿ßZ´|+®È¸†‚Ýc‹‡g(6œy&eûŒݽ: áìæ&*¶¡]]Ïò²ÅÉSÛŠCvä•߬R׳6Z~ùÐõ¡ëÑõº^Í]O¯ÓåD¾é-<^úʯí®'µ Ù°ˆÛ]/ÕÐõz¬ü]/ñáôÔ’¸ÇU8~:­Ho׳¶†Ê]Ï8øá–ºž}0®¡Å›M]¯pßø&â¡™ÇUº’“s» Ñvì‚qIG">ïá`׳¶¬*aŠp•o¡ëY-¿üèz„Ðõèz]Ïž®Wª×ľ÷€Ž¢bgÎö!.ÂkRlùñ2íåƒdRÁ;¢Ð•ªŽ~ü p»»èæpgW6Ÿ“¯3=]otL‘5TžÃi|‹VܦòNû`­ë凬':Í;múJ>yäP™ý]ÏÚ²ºôõO; Ÿ)ݹòN;,Ðõ¡ëÑõºžõ®']’p²Ôön›¥(azG!Zžµ.2&dÅ{½]„lÀ²³†Žér†» ×§flY»bÛÙ»»žñ^ÂÝ÷ý€-‘11aߟ-®©ëi/­î-Dë ë2ÕÖÖ`¶HQâŒNB¸öš´`sDLLèÒ×ZUœ›Å¾X=®wlV!Ú½¶hÇþC ñ»æõvªÅq=kËê²#_o!„Ïè/·ìÞôÙHQqn»,Ðõ¡ëÑõ€ºÖõf<íšõïR¿zõj ߥn~¾½|ÏÛÞ•¾sA¾û‹ÑÝ[8I¯È2Ÿ~o,‹Ï×VÔ–óþÕÃC¿ ûÛÑò»»ž¤äRô磺{š¾_ Qßi‡‹jêzzMîžéO{Õo48Dnm UÑdøv|ïÆÛ84òîâéê`|R’µ~òÀSªÛŸøË:0\oï†ë\ÚøîœÚÚýÖÓ¿ƒgCÓzwziöâÙãúµ1 Ü¡i×1‹’ +úˆÕÅ­ ÃØõnåÁ?Û¹‰ª”ÄüƒœE·…ç4UÛ-ï)D‡9'JL?^ZÝÏ0ˆ^+RÔþŽýƒ2µ¥ê3ßv²¡á5n7{M“ûõØž^õßwÒª¤BÃQÂÂØ4MÇÇÝÞqÍþ±OaúVñ£ÓÛ ÷Wvç›ÿn¨N|ò°pòlé$:Í9VR~¡úràó.¢‰‹ðœ§¼ÃýneÃà³ãŒïÕª¾q!ÏG}'mNÑØÚ­Y»?ÜÍÛÕx{çŽ~f…]—6ÎK4¼&UM×#„B×#„Üû®W¸g\áÔÍe­íÃdZʼníAÛ¢÷غp\;!žiè %'çvN]ÞýÏ®CGâ"ƒƒö¦i¬\(½½?2µƒ¨×iââ°ýûB¾ÓFˆŽŸSšT-oï¤ÖBx™¹fgdÈú¹ã:×»ÕìXÜŽ›ú‹èâºfÖ †õW× HžÝÅA4yÆoé÷¡+6TX½ßòõL ŽÚ³}Ñ„öÒ3œûsþË¿ß:o´ôÚÏ8ZlcØ6†a¬lÍ^^wøhòÑ£GOg(õvn"ûº^©2ááôÌÆlCçR_ú®Ÿ¬á£íeõz-»`(ûºìïÖ>ý©XgÖõl ØÖ^S$Íìì <N_¾uñÛ=dÂ幕ç¥!å…qíg× K[cè›Ì9YlÒÊ^ηdi«üŸ'6Oß<££ƒûKaÙÆk†ÿ£¢å?ƒ—öuh0dgÁîw+‹~º:·þS–n‹ŠŽ šÑÛùVõ¶¹[;ûFîÞñ}Xr®Î¼ë½ê%ÜÝ>„J×#„B×#„˜º^TxØõk×nýã®t=í…€îB<4óÖ;¦Dê27ù:оë2u:eÜ[ž¢ÉË!™•ßÓZ¼PŸ½m°‹è2ïTùD;yø¨F¢ý,³ûÕgmè,|&ß:x{6 =‹Û3`³þ"½ý¾´º¯-2"}nÈ0WáõVl¡=Ã6_OÞöA2ñÈg?»ƒöÒÚ>B<¾,Ucï╇a{§Mdo×ÓË#_tÍ'TèJ5–÷rö|3bçëN}{Nê Š¸·=E³Ä*ôºžåífc¯7©ç¿ö•oRmZÐó2áý~‚B§»¼Ö×Ép4Q*˜ò°¿7 „SŸÕ—4RÙ ,sì½"µê aäáƒEÏ•)éÛF¸9vûê¤Z¯ÉØ4صÞ‹ÎfG —‰ž«Ò´w²ß­-¢Ï “¶“ÇëQrÓÇ‹ö½Ö´¼ëÙ¹[™ÃI!„®G±³ëIýÎÔõLÿ¸K]oÑcB´Ÿ]c×S¦lŸ1¢»wCG!œÝÜDy—)Uþ´ø…¦B4ìü¢ßòÝ畦wÅ–.T%}ئÚs‚û«{*÷2Uâm„lxd~õO~Ù³¸]®òn\;±¹h㟨2Ü…[!.¯¼¬Þ¯ùzTñï·-ߊ3}Æ­`÷˜ÆâáY'Ší]¼ò0lw=›Èî®§I3Ž_ü\¬>3ÿ±z­Þ=T¤ØÿFK‡G¥®ª9óMá€J]ÏÞÝJ×#„B×#„Ø×õîÉ΂è—ÝDýgƒ2mÎá,99·«mÇ.Ø—t4!âóåo¡ßp.fé”A휄hýê¦4µå ¥Fà#œžZwâø± ÇO§é«+ÙðK­ÁŽÅípÕ÷ü†ÃX>~ñ·:˰y•neù~«t=ÃÈ[¼Y~>“Â}㛈‡fWÙ»xåaÔÐõ¬o¢Re¼_kijêz:õé¯; Çþë/ü8ûaǦUîô}oÑæÃ#)›ÔO¬4¥ÓV׫´Ýlì5ãU•6©:ÕÐõz¬”ºž¾äBÀã®Ãv\Š{§u³‘;/Diæ>bç¥ýo´pì<ïtqÕÇ^rj^gÑpdT¡^§Kß8¸aƒîãŸkêÔ嫟‹ 3E¥Néýn¼âNö»µET S|„ëȨ| ]ÏÎÝJ×#„B×#„Ø×õîÅÎR|ÏÄB´ÿpžÞb×#U§üÐõD§ŠwàòÈ¡²Û]¯œòÔ7 Ñ-àB‰Å M3ýšOˆÉ·~}Îö!.¢Å?+nSy6 ‹Û5`ëïùõY›Ÿw^“ÌçpZ»_ûºž‹›u=ÕÑîcwÕr•ªÏ.ê*ú®.ŸÊh½ë•ª’§? \ÎïíÔåKÓé+•Çf¶-FÏâ&:Î=U¢³¿ëÙÚkÆ«¤MZþX´—7’I=öˆÂð£æÂâžN^˜ýºO“¿‡æhäá#›42ûO§nÆÙ¤U?f˜ômE󉱯&[tÈxþס[²´ç“iüÊžÂ;ÙïÖÑ¥¯ÚIøL©(Ý•çpÚ¹[éz„Bèz„ûºÞ½˜Ãi˜Æ™úF[é´í É߬ݲc{Њ¹ï¾>5:Wsiuo!ZOX—©86«ƒí^[´cÿ¡„ø]óz;™Þ«SBE8t$6dᨖÂùÙà Å Kuù'?(„»ïû["cb¾ >[\õ¤ ‰3:Ioá{MZ°9"&&ték­*ŠŒ=‹kk°­’¥Ëó{HˆfÏ~¸l[TLÔ¶µk¢RÕÖî×¾®WjßâæÃÈ î*\Ÿš±!<:díŠmgKìÜDzÕɹ]„húÜ´ïB"##ƒ¦vVºž^‘èçc<íd¿ï*¾hOsvÁãÆ'êÛzíëz6‡T”0½£-ÏZ²â½Þ.B6`ÙÙò¹iRV?UOºÇ†ÃBr¥Ò”·sTcé'Ç^ËÎ[³bÿÍoÝ£N“ºeê?Þ^z\Q>5tiwQo`˜\WRûýnu]väë-„ðýå–Ý{#‚>ésë´¨vîVsœ‡“B]b­ëÝ»ïR׿Y=yH7/™éOµaëîÃþ/$M­ÉÝ3ýi¯ú‡Èu…ÇWNìcú2!œ{u›’­Õ)fðq1]èÖ~à[ÏK5Áâ…Æix—¢?ÕÝÓtûFm|§.ª6MæoÇWÜ‘C#ï΃fÇ+í]¼æÛì,wÑÂÉø•ò-zùéX¼_;»ž}‹WFÉù ÿêáaÜM»¿-×Ù½‰Tg7½çëS¾]Zvèÿnx†Îâ\PÃEá:ôûì[+צ=×Àpžž•¥µëz6‡¤NßýÅhÓ&•ùô{cY|þíÙÂÚì­C\„Ûèˆ\ã1eù®qM…ìo34–&GtµòÁR½6+°¯½Ö\Ö”ÞÁ~·¶ˆ^§WüøÎSÆíéàÑ©»·ñ,FÅz»wkµ®Çy8 !„Ðõ!»Þ=™Ã Àú¬ÍEOã‰Cù.uB!t=º!w·ëÝ‹9œ6þ`y{¿6Õ¹- –ïŒýáP\ôúÙo)ê÷[z®¤”®G!„®G×#änw½{7‡@µÓåíÒ×ÇÍÁøò%kýÄ+_íI×Þ³»£ëB¡ëòWîzÌáê*éõwÆ4ÿÜœlžî!„Ô©ÐI¯t=BêR×»Gçáð‡+(/^8?9!ž§;B!5æRjÊ’E ~ûí7º!u¦ë1‡¨«ŠUÊäÄø/çÎIM¹xóæMžô!„XŒô!½RH¯çΞ¹qã:]:Óõ˜Ã Ôa¿\)={æôâEßΘæ?Í߀ê¤×é•B*zÿýïM‹¯&t=Bþ¤]9œ@ÝvãÆõß~ûgÞP¸õžy¸@_1ÜŰ¢£ò«^õ'ß}€®Gs8ËŸ˜Ó¡ú¨×;‡lñÑdnâ*Dîc¿ØqZy§Çõô™Aýì¹»ÿ‘»5ž{ô¸û^o&­µÑ¨˜ÂZß{ÉOŸšösç¯O©Í»žÙUæÝèz„0‡³†®çÜáÃøšÞ½—¤9pZ¡ûÝj}_q_u½»3ž{ô¸TÉSÛJkm=%QYû{×d\ì7Éù‘\M©y×3»êϼû]æpVïz­þ}Hiv•âÇϺÚ4–¥)ÕfGþ£…ô“ëßV§¨u¥êË»¾Óó¾t‰c³ÎÃgí¸T|«Sdÿ°hB?™a¥³æBZåF ú铇 ?u™N}«,TÄsÒ!…éeVÖ_|&ðý¿÷z°i=ãÍë{ߪ6ÿ$š••ǼܧƒW#'ã‚M<-$¥ØZy1N¾or7GS nÙmħї56×iõq™uÏ×ãúú¸˜n"óh÷øÐOU ”ÙæÒ¥¯1\Õkõe­­›Y¾÷Êý®J×3ûQ•2mÐ#îÆÛ¼ã°E?)­mÚî>c®yϺ!Ìá¼;]OWª:1¯—¡ÇxNŒ8ó/oé_‡_R—êr÷¼ÓÖô–Ü£USSÓiïذ¸.ÿÐÔŽ·ŽJïõØ)·£•85õlÕʫ͓³’•:[ë/o%R4t­'šŽÝ]y6£= :È6(ßãó~V[ézfãÑ|ÃËQÖÄÓÛÓÍ´¤Ë Áéë´²³¡îýw»ŠíÔÐÕ4Vá»]n³©/ØøŸ ½—4z»ºžÙ½Û×õ´©«ž2ÆÁ£Ýôh ë÷ŸKk[ ¶»ÏÖC³½g]æpÞ•9œ¾[å¦yZð¤áàLƒ†ÃtÍÆ|Ÿ®Õë4çznÔÖï€\¯×d‡½ÒTú©É¸½E:mÊŠ¾†ƒ?ŽÝgîÏÓèJµŠ‚Âb;Z‰Ù$@ë¯RR´Å*m¥Çbï‚Úô­/+Ëc5vMJÔkÔº’üŒ gÎ%¯jX´ÑË» l¬³ÆÉCu|üSÃYL±ÆâÕØõ¬µæ­jg×S%ú™Î·3çh‘^ºµRk} Ôv÷ÙÑõ,ïY@×#„9œ¥¥¦DGì”Xïz²†Êã=rg~ù ŠÏ-yÊÙxµÇ¸°l­áˆ¿Ë,üM÷Z“¦)ŒjxÃîè»)K{Ç­ÄÆú«–sv/¨NYÒÝpM›“”vt½’”m“ûµ0[g½çÃä6ÖYc×+0 Õ±ÿFㆺº^iá÷Ë7ÊÚ?ÿÎâ½—J¬oÚî>û»^u¦ß^`-ÁÒ{?é ]º=‡Sú3ß±mË¥”‹¹9Ù¹ÙY9Y™öÎá”h3vþëüöÿ Ť`çãŒÅƒ&Mñó«0}Yr‘® Üx•Ó3[r*µ’ìà' ·oþÆ¢j­dC?ã½ÞþávY°±~ÛÀî5i«Œ‡ž|ü«v½êãÑælbœ]øð¸/V­_5ó97SÓɳ±N‹Ë|¨ƒ ºÞÀ<]Õ®g}s™ µ–[ÕîÏëé´Ùq«ü†<êjÚëM_Ú’–ie Ôv÷Ùzh5u=é÷Ø©¨ ?;+sÇö­—SSéz„Ôá9œÑ;S/^çdK7–ÞÈ×âózzõå/66¼ß÷ÞÑ05ÓûÍè<­N}úë.ÆOcõþ$6ËX@4òógsK¤T\åÜo^b¡á  Z‘[¨)Ü5ưÑiî1U•wøù;ŒÅÀ±ïŠ †Ï © 3÷l¬ßv#°{A«]ÏÒxŠO}ñ¨qVãç?—èJUÉÓ¨¹ëY|\•ï¨äØÌöÂøÈ é1cÝ+º^©ÍUy%µÜªæ]/ꥆ†›÷Xr^SåªâìKÙJÃìMåÉ¥OÖ3^–`m Ôv÷ÙsM]ÔÊõë×r²3¤÷t=BêðÎ-Á¹Æ¢W‹Ïë çöS]Þ4ÂØô^ ËTž˜kœ¡è51:G¯Í×òÖ-]d†S6vúÊøÕlšôí¯4/¿ÆQæâ$DÛ“Ùácš”Ïükبü,&¦wøš +Ÿ,?/‰‹»[ýFÛ–c8˜huý¶½ Zïz–ÆS°k\Sã%îÙ¯OgaG׳ø¸Ì¾±âL@¿zåç"iÜÐQÜ>7K©Îúæ2;»K-·jåÑ–œü²sùõÏ®NÑVºJùÃÛ^BÈZ´yèA/ÓṪ>:šem Ôv÷Ù3]€»êʽT÷¤÷t=BêðNéö¹ÙYŽèÙêz¢å›;C_²Ðà™U†/YКlYõéÈq@H~ ª/¬ôuk1ð“]é%wÚe¿ç-ZýûÐ|Èé® ã^<Å¡w[Ù±Îêw]|jùè'žöß§3ïz•/ÿSí)º!„º!t=ºÞv½6omˆÙ³wO¹?fÛqG«L¿T¨¹ÏúQ]êz%?Õɹó×§Ô¿ç®+w½?힢ëB¡ëB×£ëÝa×ë2ÿœºÊUš¬ÐW›‹fc¶¥ë ûº´ñEw‡SjõÒ¢çŒìÚÌAzîry`€ßÖsÅåŸË:0\oï†'5—v#¾;§®Ròw rÝžÓT4ˆ[ypÆÅÖÖ¬ÍÚýÑànÞ®Æ:wô«V:,/•¾ó]ßG<]Œ‹ÉZ?ùNà)••"c>Œ’”µ/µoìhø¹^Ëã—$›µZ|,fŸ›Ë:°àµ¾­eÆëë5iÛ}è§ÆÏÐÙØ>zyô«‹–—Ú¾Yõ»VŸù¶‹ /¨Òõ*_®+<¾jbŸVÎÆGâÙÛÿãš­¬(_D•ôa›jÏ`î¯îÉNòo+dÃÂåw\R¬­¹ÈfM°w)EìÄæ¢¢ªæ®§LÙ>cDwB8»¹I«{|Yª¦Z[©¼B›]Ï8BÙðˆüŠ.öÇw½RåO‹_h*DÃÎ/ú-ß}^©³ùÀíßSt=B!t=º!t½ûýóz¦kóbßo'D=!Ú¼³'×4/Q•øpzjI܉ãÇ*?V¤Lü@j4Ã"Ì»ž2Þ¯µhñ滺ž•5ëmw=;—RĽí)|üâkìz%'çv¢íØ;ã’Ž&D|ÞÃÁJ׫´BÛ]ϰe\†GZêz6¶ÏnF»ºžñ›ÎÅ,2¨“­_Ý”¦¶þÀíßS6ÆI×#„B×£ëB×»_ºžV¾û-ï·"p­ÞˆÎÕæïemè,šOˆÉ7?u¿>kóóÎÂk’ùNõÙE]…CßÕiÚjoþUG?~P¸Ý]t{ –×l»&Ø»”µ®Wmù¡ë‰NóÊ'²Ê#‡ÊjîzÕVR}„>“+ºRå®gcûÜéf´ÐõFÇYÝŒÊSß<&D·€ %Vx-ö”õqÒõ!„Ðõèz„Ðõþ÷]Ïç͵QÑÑö$f©uúü}ï´^oÄÈu:mZðp7ÑêÍ]†OœéòN~Pwß÷¶DÆÄ„||¶ØpyœßCB4{öÃeÛ¢b¢¶­]•ªÖ«NÎí"DÓç¦}4µ³¨xó¯Ë î*\Ÿš±!<:díŠmgK¬­ÙvM°s)k]¯Ú0ŠŽÍê D»×íØ(!~×¼ÞN5w½êÅüðèÞI­…ðúɺð¨Ðõ_ŒëRÿÖ—Zß>fj³+S{iuo!ZOX—©®t¹:%da@PôCGbCŽj)œŸ ÎДX{àöï)ã´¹9'!„º!„®÷?ø.u!žÜœ£<öIG·a›Ó5Æ[–\XÚ¯¾xdÖQ…ñ«ß.E>ª»g}ãµñv¸HwûòN†‹ë·èåo<’¥:»é=_Ó· —–ú¿ža:%HÉù ÿêaø8 phÚýmã©K,®¹ÆCBö,e­ëU†¶ðøÊ‰}Lß!„sc¯nB²µ5¬ÐÂc1›„yv‹ß³¸?×öHŸn +}a½õíc~üÑîÍXRyœšÜ=ÓŸöªßhpˆ¼ò¹Yfðq1­Ë­ýÀ¶ž/1}ƒÅnÿž²1Κºçá$„B×#„ÐõðçVy'˜ÃI!„®G¡ëá¯Úõl¼vÐõ!„º!t=º8®G×#„B×£ëB×pŸt½Óüss²yº#„Rc¤B'½jÐõ¡ë¸ÿÈ/œŸœÏÓ!„s)5eÉ¢¿ýö]º€û\±J™œÿåÜ9©)o޼ɓ!„‹‘^#¤W éõâÜÙ37n\§ëB×pÿûåJéÙ3§/úvÆ4ÿiþ~T'½FH¯RÑûïoZ|5¡ëB×pºqãúo¿ýÆ3!„‘^),Ñ£ëB×@]E×#„®º]ºèzt=Bèz ëBîz×Û¨(*àéà¯ãê/W®]»*½¤ëR‡»^tÄÎ쬌ëׯ^¹¢çyà¯PôÊÊʲ2.Kïéz„Ôá®—–š²cûÖœìÌëׯݼù+ê¶k×®JE/lûÖË©©t=Bêp×3Õ½èˆ[‚¥eP·Iïú¤÷~ÖŠ]ºÔõº!t=Ðõèz„Ðõ@×£ëB×]B×]º@×#„®º]ºèzt=Bèz ëBèz ëBף뀮G]t=º!t=Ðõèz„Ðõ@×£ëB×]B×]º@×#„®º]ºèzt=Bèz ëBèz ëB×㉠t=Bèz ëÑõ¡ë€®G×#„®ºoà ¡ë€®G]®º!t=€®G]t=º!t=Ðõèz„Ðõ@×#„Ðõ@×#„®Ðõ¡ë€®G×#„®º]ºèz„ºèz„Ðõèz ëB×]®G]t=º!t=Ðõèz„Ðõ@×#„®G×]º@×#„®º]ºèzt=Bèz ëBèz ëB×èz„Ðõ@×£ëB×]®G]t=B]t=Bèzt=Ðõ¡ë€®G×#„®º]ºèzt=Bèz ëBèz ëB×èz„Ðõ@×£ëB×]®G]t=B]t=Bèz¢¤iHñˆ9Ô4Í1ŽiŒÆ¤h0©-&&:©±EñŽÆ[<E.!^…µ"("âѰ°Ë^6éL;ÓÎôî%û¾/Èr|¿óù#‰ËºÏûæýù¾®ÌzDÌz`Ö㞈YÌzDÌzÌz`Ö#bÖ˜õˆ˜õÀ¬Ç¬GĬf=f="f=0볘õˆ˜õf="f=0ë1ë1ë€YYˆYÌzDĬf="f=f=0ë1ë€YYˆYÌzÌzDÌz`ÖcÖ#bÖ³³³˜õˆ˜õf="f=0ë1ë1ë€YYˆYÌzDĬf="f=€YˆYÌzÌzDÌzh¹þùóOÚr ³QK™õØûïÿ‹_» ì§{fˬg9{dÖ#j³Þ±Ô”â¢B£¡âçŸâW0H^Ñû‡uÐ+»uó†åì‘Y¨EÌzêâ¢äÇn–—•δå Ë g9o¼U\Ôd³€ºsžõìãÞÑÔ”ƒöÆîÛ8³œ+ZÎ+½&˜õ¾Ï> ­˜äo׻ܣžõþGDDDDDÔªk›³´5Íá*!³4®æp•YZf=)ÚË[?^žpMïüC¦²ËÑKâ®[Û‘Ðê–l¸‘ðÉô™_djÛô·õavIbÇš7cÉé5 >ˆÌnЬÍÛ”\là€Y¯eÏz—VŽVyGåJ f͹%Aî§ì¼®wÁk3i®ž<wJý`$Ñf~<È³Û´Ý < m¾KVdÖd¯{„_{ëQç9%¾äÆžiÝTO‡Ÿ±žüëÎ>@tœyDÓ¬ÖèütíSUÝ%§sñ±]+ýå¿ žS~|įÍtûøÒ ¾¢ó¤¯óuü/0ëÕ2ën¦-:À×òXwÿ±ïn»XfnF Ôq¯vr úü¼Næ¥'æ÷=ç(«Ûê.o{£·›ÿ»'ËþÚÊO}ÐS¼ŸñàB†îÒú™£‚?J-1µÒ%+^‹Ì^Ü_¨F†mI8vâxÆßïJÒŸ9}Ýß+œ'—Æ^c£}]ûTÍgÖ«ÇršfÖÓ_Ùܱ{Èg©Åüÿ0ëÕ6ëé.¯ç!º„DìˆY=û©v"àÔc3ÙÕµcܽB÷›dS‘9¼Ï”u-¯Ù¤ÉMüókmWüѬ×ê—¬ô;ë‡ UèÁ»µN1ºFf½¶5ë™ÚâÂRîÞÌzu™õÊ¿{?@øN;pËv)ª"çÓÂ}â7…5OÂÅñó'ð÷u³=g§A¯~õéã½-ÿâöØ×V+½N®/JYúÊ®Öz?þÜ‚}ù:Ç—ô÷±¹gïgæî¸¤“<«¼?I%†Fæ¬ÿª¿¶~”›*d¿ý„ßTš³iöØ•í)üÇ„g^ ù‘Ä礘[Š—#õ×6LìÖ7$|Ëö9½ŸŠ‚­¯öïÔÎúS´÷ñ暬ÊuÔ'V¾9¦—íg÷~üå¯óõ¶W^Y¿?fëjœîÔÇV¼>²‡‡í+‚ßÛt®ÔT¹™2»ÑôK6ÞLøýsƒ|í«è< $lGN™ãuªÓOÚÓÇö#ª§Ãlß#¹EÙÖ^™Ï+I¥?&O÷O-¿¨¯9¹4l2¯Ïn;ñ`P:°eÞ& ³žìÛê¾+åwFjì€*ÀßÛù¨–ÙIéìVú_ßàaûÞþO¿] ´irÇ@›Ÿõ —W 1~G±ãŒºhvÔ¡ãÇbÿòZ ƒ>û^{ÿËÃwNL:¸%"´«O–£­mÖ»“8Í[ þê²Þ6‡^\6H¸ž¿95ãtzâî]G‹ •¯¹§è17½–k&ƒÙöGêöQ˜õŒeçcvÆ$?ñm\äOñd„}]eYK»‰.φ­µ,9ndžè‹eöWÞuæ¶SYYÙYÙ¹7µæj³^Ù¹ˆ 7Ñ5ä›ã;ÂSx?¿Ñ¶.…Ýhú%ß1Ûã|½äå¾BøNÚråÁë Z°=1õÛ„ý³n›j[Tû «OZw#ë|A©IvÖkÐe_¯Ývþ6âÁ t`˼Mdg=å·Õ£zWÊïŒÔØŸíÉ9köN‰ß±tJ·*GµÌNJ`YK†¸‰ŽÃÖÆ$%'îZ¢Çœc¥Ê÷¹UY¦ýKüß=êøcÑ®¢ÛÛIwì¿þh޾õ˜cÖ“[Źã€Y/c^‰Yo›ò¬§;óa/á7']cûÑÓ^ë$ž\r^gÒû(Ðétþmš¦ÆI]ÙñÙÝDàGguʳžî²U.2j/D…>&„oÐK Ö§æk+_¡éæNËIêèÍÅÆ†ÏzÚ‚ØÅ/ëåÛNUÇŽÂq¶¬;ÞWx½xøÎ½:ÏzN_¢¿¶~¸#7î)ìFÓ/¹æù¶þjÔ/,OýÍ ƒó©øC,JaÖkà¥_ÏÝ®eÖkØÁ `˾Mdf½:¾­Ỳ:éPx6™”8À²õª)ñ%Žç¬2ëÉ®BîøpµÃqþûŸÿ¸pÖÓçþ9Hˆgv>¸‡ÓrŽç;=¹Tq"°wuÿÝIûYeéÑ7»ˆ~ʱœUžµLîÖ¤ŸÏùþ¾œÜ"¹æy`ú\Ñ;ìŒõý\vf²nŽÓû³ -'· 5ë}TýKô…ÖécÄF‰é£Ên4ù’g½‚5¶Y¯HrÖ«ó¢f½†¯ÑéñõÜmʼn¦¡ƒü-û6‘›õêö¶jÌw¥ò¬'¹òÏ&·“XfXoëŸõ¼+1ëÉ­Bîøp5Ë çÚYï^yúÜ¢Ã˱?Ø?›åüÒ¢Ý3› õšõÌêè•è>+å®âeÁêÓMÞª!ÂmÜæ"£ÄŸ×K˜ê%†¬Ì«yò¦½ô•eu¥Â~šm½žQÇÏ™T|î i/‚Väêtnª§ã.8õÞT¢Ç{ÕoZÓeÿñ ÑùõTä=œ?ÄLñ²|ÉñûËÀ=¡^"`ÞérÅÝhò%×|1Æ›û&{‹óNIÝ–ù‹’žõR4¹Æ¯çn;ó`=°eß&Uw©Ê?×ñmÕ˜ïJÅ‘Þùg“ÛIçcÆT¼=ØÝòUåN³žì*䎀6ç=³.wå˜ö¢ë¤¥{’ã×Ï rþ³RnïÕkÖ»gº{ò÷OÑ9øÃÕûSŽÚõÕîË:åéF{qÙ`!{þ“¯ãw- >‡óêšáÂ34öëëÑÄE®Þ•|"ãô±¸È~Bõ«Ý7 –ÿn´>HõÂ>µõwø+¬÷Šñ;Ô¦z]×û~É!žxkÕ¡ã™gެãî8)5ÝMë'D×箋IJIŠÙúMÒ5½é‡ƒÓ|„Ï„Å;’ã¶nˆÉ«þ 4™xZ¿ÉÛSâ6|0Æ[xþr]ž^ù»É—ìø| ëw,:1)fCØ3„û¨*Ì’Ÿ¢_çEÕ˜õŒ…›ÇÑ{Ö¶Lµ¾k¬z%ZúñõÚmçï`# ¶ÜÛ¤ê.Uý纽­ó]©¸3Ò; p]On'Ó­Ä·» ÑgÆ—{ÓŽ&ìüü•Þ•Ÿ*³ ¹ãÀå·nºüNÛÍrÅ)K&÷³}P{÷ѳ·œ×˜k»ú#{Vi=®'1}˜¿ý#Ó;Nüø”Fyº1ÝÓåEÜÇÓþz½ýLœø¦ý“ yÖ¿emêë yfÄ/ûxÛÔ±ÈÂýù¶óÏŠ«kG»{½m?ÁÓe}ò¸ð}5©´~¹L¥9gí©²ÿ,ªNCgÅÝ2:Ö•bYWwwëxtn½ôP‘¿óÝ]…í#î‡ÍM¾SQãsNŠÓ–ϰ‰gŸñï¬;s×XÛõ”¦_²}Öó=*ÐËúÓt š¾Œˆ½"qk–Isq[ø¢è‚ª‡—I¯7·øC¥ —ì¢Yïa׈6ÁTòmØØ>Ýl¿tyõõ›/ÓŠ¹¨Zè­›Üà ÜÃɬÍÿÖMîá€Öwë&÷p÷p2ë³³´âYÏòÌWy³ÀåQ3èÿ<² endstream endobj 620 0 obj << /Type /XObject /Subtype /Image /Width 1188 /Height 666 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 215128 /Filter /FlateDecode >> stream xÚìÜut×ÿÿñ"¸[°àRÜ ÅÝŠ(îޏ»;Åi¡HÑEƒ$ˆ“ww(Rì÷Îe˜înBûùþÓöwÎóqNK²Ù¹úºwf713€ÿŸd€ àÿã”úô$søÇý]L}Š§Ì™3[À?L¢çSP}>¡ÒÒÉÒÒÊÊþQVV––iIõ™”’Ç>À¿${¶lÙ²f•¤²ÔR*]DÑFþMyòäΕ3{¶,ÖZJQþSŠ*˜?oîœÙ²X¥ )" À¿¯´mq›BùsçÈjmRd€_µ*ËÚ-”7g¶!EDøOiP·Få²% çS!e°‘"£ü´oÕ¸^õ ¶EòåÌjeñçFŠøOèÓãëV kU²-œ7GË?7R™2™Ó6þ}c‡õëÖ¶Q­ % å–«=ó?3*3màß7gʘA=Ú6¬^¶hþœn¤deAÛø÷­\8sÜ n­êU¶•”~GŠŒðß°eíâ™cú}ݤFY›¼Ù­É(ÿ-û¶­]8eXVu+—‹½´h·£,iÿ¾£û¶®˜3¶OûUl æÊjIFøOùùð®u &ìÔ¸Zé´RÚMsÉ(+ÚÀ¿ï—Ÿöm^2uh×f5ËÉ“ÍÊBeTÚí(2 ÀÀÙŸn[>cDµÊÙäùôÆ^ZFYÓ6þ}çOÞ±jÖ¨ž-k—·ÉûéSœd€ÿJF:²s՜ѽZÕ-_Tÿðà?â©#»ÖHFµ®[¡h>2 ÀÌÅÓGw­™;¦·dT12 À1£Ö’Qþ»µ{íܱ½ÛQÈ( £Q@F £È(dQÈ( £€Œ@F€Œ2 È(dQÈ( £€Œ@F€Œ2 È(dQÈ( £€Œ@F€Œ"£Q@F £€Œ@F‘QÈ( £Q@F £È(dQÈ( £Qd2 È(dQ@F £€Œ@Fd2 È(dQ@F £€Œ@Fd2 È(dQ@F £€Œ@F‘QÈ( £Q@F £È(dQÈ( £Qd2 È(dQÈ(2 d2 È( £Q@F £€Œ2 d2 È( £Q@F £€Œ2 d2 È( £Q@F £È(dQÈ( £Qd2 È(dQÈ(2 d2 È(d€Œ2 dQÈ( £Q@F€Œ2 dQÈ( £Q@F€Œ2 dQÈ( £Qd2 È(dQÈ(2 d2 È(d€Œ2 d2ŠŒ@F€Œ2 È(dQÈ( £€Œ@F€Œ2 È(dQÈ( £€Œ@F€Œ2 È(dQÈ(2 d2 È(d€Œ2 d2ŠŒ@F€Œ2 EF £€Œ@Fd2 È(dQ@F £€Œ@Fd2 È(dQ@F £€Œ@Fd2 È(d€Œ2 d2ŠŒ@F€Œ2 EF £€Œ@F€Œ"£Q@F £€Œ2 d2 È( £Q@F £€Œ2 d2 È( £Q@F £€Œ2 d2ŠŒ@F€Œ2 EF £€Œ@F€Œ"£Q@F £€Œ@F‘QÈ( £Q@F€Œ2 dQÈ( £Q@F€Œ2 dQÈ( £Q@F€Œ2 EF £€Œ@F€Œ"£Q@F £€Œ@F‘QÈ( £Q@F £È(dQÈ( £€Œ@F€Œ2 È(dQÈ( £€Œ@F€Œ2 È(dQÈ( £€Œ@F€Œ"£Q@F £€Œ@F‘QÈ( £Q@F £È(dQÈ( £Qd2 È(dQ@F £€Œ@Fd2 È(dQ@F £€Œ@Fd2 È(dQ@F £€Œ@F‘QÈ( £Q@F £È(dQÈ( £Qd2 È(dQÈ(2 d2 È( £Q@F £€Œ2 d2 È( £Q@F £€Œ2 d2 È( £Q@F £È(dQÈ( £Qd2 È(dQÈ(2 d2 È(d€Œ2 dQÈ( £Q@F€Œ2 dQÈ( £Q@F€Œ2 dQÈ( £Qd2 È(dQÈ(2 d2 È(d€Œ2 d2ŠŒ@F€Œ2 È(dQÈ( £€Œ@F€Œ2 È(dQÈ( £€Œ@F€Œ2 È(dQÈ(2 d2 È(d€Œ2 d2ŠŒ@F€Œ2 EF £€Œ@Fd2 È(dQ@F £€Œ@Fd2 È(dQ@F £€Œ@Fd2 È(d€Œ2 d2ŠŒ@F€Œ2 EF £€Œ@F€Œ"£Q@F £€Œ2 ÀÜ…SGv­™;¦wk2 ÿ'çOÙ¹zÎè^’QEÉ(ÿ5gOÚ±jöè^­ê–/š—ŒðsúØþmËgŽü¦UӌʖǦ\­æ=†M[²iÏ‘ŸOŸ=áÂEøÇ\¸pþìéŸìÙ´dÚ°Ík•³É›Í £¬²å)R¦FÓ.ƒ&Í_³mß‘c?Ÿ}B*g~ÛòUk×oÔ´E«V­[·€RëV­Z4mT¿vÕò¶6ùs}ütÔ§Œ’”u¶\ù‹/Sá‹j5jÕ® ÿ¸:µjTû¢B™âEÒ"Ê2³v©§2ÊÜBB*gÞ‚6ÅmK—)W¾|ù ð’à)W¦´mq›‚ysJDý¹ú3¤räΛ¿Pa›¢E‹À?¬hQ›Â…òçÍÃ$¢ôÊ’-{Î\yòäÍ›þqyóæÉ“+gölYL#*-£2™g¶°´²Î’5›Èÿ¸´ôÉšÅÚÊÒ"í^”aF©JK) KK+++køHüXZZh eQzJ™gÎ,Aÿ‰ óŒêSH©œ€˧$2ËP&ø×™}m࿜Qð·òÁ_ÿ|³¿¥û@ï´¯vúü/Ç»ìàåoföUb‰hŸniÌ Kûÿ¯O ŸõÈkOjÐÓÞŽå\>~DÎp=Ò<ü…Á³ººo üó»åì<Ù«•v]²™Yª{£XÙ z§/ؤ?¿®ïjföÁóã×÷ä¹vê˜?¦ô ziëžöu¼×¸„OÏ®—øñßJOJʱ»~®–ß9Ï êïùé»—¾éŸq0þÓW bÌÌNÊs7…zdtÚÿ7E|ú~E‚™Vâ—~ff»’ SÎ÷æ£ôG¿äöìéŸß•vÛõçwµ¤6÷U_=P=è–öÿÎR³)^ff’ªy˜™Ý2)íÕÝÏølOT—ìšòé‘y}/­œûÕY–Ç¥ý¿@BÜñH½æZk^ýøoIUãMO¦ù'i-Û&îedÞDÃs}ýñßS2j¾M*ÑÌͤ]í?}u%ús½3Ùe„{F|òÀÅø‘þÏfýìœöõk¯‰q½ªºœg‹Þ¿J[½òÝþÐø9NÑý’Æ©±í›ÏÞð'oä•[Tû>–³D᫘ŒÎ«û‘úùrþXðçw/e Üìjffïªjóx€Œ³5Ú<­gPW+¿‰®þ—ù;"Õ̬…I¹=–,eZªêÓÄ  œB¤í¶ÛωzuO$xüCÓR½œQYWEN’Q²];RЇ>ÿ{:¥vˆ´M’6磻5ž¬”‘fóìã#k¤¯IÖ„«qº#¤EJ35ö/e0Óõ¶sÛéÿñëWÚ<¾œšqë¾t43ë—:[5Fë8õšâsªl‹ÔÇ{sù>D›‰ï¥u7x™­–ôK=éàÄ¿ïWK)QY)e65Ö—…k13\~»Ÿ¢æŸ«+ÍÌüâºê3y‹gÝtY­ÍÿEž}æíúÏ‹ªã½ oíh’iS´¾só8¡FGEõÿ[éŽüûÃZy:µ¸«áOw‡~ü÷hH/Iš\R¾CZ²ÒŽdm²†••þðñpˆøó‘üFÙW@FôþÀMÒ2Í’U?å•GìµçtsþøïCÇÿ6“6Z¨ÍKµêùͤWRšV*~0#ž&ÇlU}{W½fpÔã´‘ ú)“¯…ôm5=­«Ë¸£·J>5g$äô¹Z?Í•ù:Q^÷›zöp)»½³qÝ+š|LÚ¼lò99ß‚Ðô½ØäÉ©uj`_•rÛFÜ—7)SÕhøCFÙ@ÿùCåYoÕ™µ¶Úf~X½*«öÈxû‹IF; }}LNMðߤž[X‹g2÷ô¼è“í 36!ÃLØ--´Õ½µA› ò­ù†”osº‘üÓKyÜåÁxé›v’–Òn$ƒf9ÎRãå¶š-y êÜ0¶qÀ·ò³üNµc¯7™)úYNiY`oxIæÃu5ê¿÷È/çÿ.Ýœ>$u.ùCr ɨ ÚšÐBO“>7ûÊÊqâäÌa2ãê-S¥ÜeøŒaÚ: ¥·¹*§{«Å‡ªVÅÂ÷=ðÒf¿Ã£ŠÚz×Jk7j–û<•ñõÜÁôSõVh­µP5£kÊa¼¿á3‹ªŸß2Ù‹‘¹–¢¯°þI¿¥ ö]íâ¡í0Îjóêõÿ´W•þÓ^·ßÃøñZ›Ì +)c¯™j¯qÒ‚¯ É‘GûþÝq×kå(™¼ß­¦´ËJi͆zš:j»ØRÃͶ2ŽÛgPÞKêùßíoçé+l¸´ãUÊZÏâôãOc;§œsAò=)¤×IŸ®‰WÝZÿ_¯rë;Ãòþƒ´qP›wCCìâ­MFýVý “Ô¼¸“&óñ¸íIŸzMR.“Áx­¦Úª––9Ôˆ~&Ï-%£¡¸œkš^†8¿ «ƒÓ¸ÄSÒ:ÎO:<ž«²û–ôßÎÀ£jÎäÕÖ–·qnñKýg8ßP¯É¡Ž_Yžê}Á(ßâÂ>_ÿïcžjûžQ*÷¦É±Žê3cYøÿÚŽ“ fÓ@‡zúçÖr Ó“Ï¿öQèq)õ¶Ô>æúþÛL^ç˜bø¬+z-ò9~ú*ÖʵùÞÄ$uÆf|ƯB_é³n¦Þ£ÅõD꯯—óÔ¼Ùåx,Àô¤Æ»“Û+m™(ÏÌcï)YÖ *[ÔªÐÊɦ¯¼¥ï Þkó¤“Éì¸"¥k§FÓy5þF„¤¯C³ÇSäQëÔ†n±)¦?ËãÛÓñ¯û«S¤ñ÷§ ÆyɨhÕ:ƒŒö˜=ÕXØþhLÈ")í9©U i¯ÝrœRjNÖ¯×*»û]s7ô½§z†Öª‹´±àžÁ˜p“\`ïå7PõhuçÁz¾–xjT~ÿ‰röð ÞFNV%éj¨u ®“ Ê+ö%pƒub¨6ªþÙ?¡Šm¹£VÈþæ«t×a»}ºH2uÔwñu£Æi‰¹Çm’|•ɨ?Ë¥i;Uë$ƒ+Ò]*oB·W}ÒQë™62¶ß¥o¡Âz*§¶S£²€ÿ=-÷ªçŠ Pg´pœø4§Œ÷‡‹UÆ.ÐöC_ËxiùÌ𘳵ÕášÌ—å ÿ뜟éö\oòªoCedÛÉë7FmLlªÚv ÑѵöΤسþy|mÎUJدµÃ>5—º'Vs½î\<5P•z±oiÕsÞö“>±ðžàz&üžAt2ÍK Q­V+µ ó_×iš³U¤£Ì…’jì¿ÖWͪ2ŸJ¨ži e¸œn‡•ãIß3ƒÔ}à·"àFðá§oä¹gµœÚ©fÙ.i“?>Sóƒê)´Èa_œ›~ÌÞ9Uši™V:¡²IO%D^ÑGÕs™íÔ<(#¯:ổM]¤•®ªO^?‹ ÌRn_ÕÖkÔó«H†ÆK{%ê{Œ2³” °ªi{-™®ªqÓñɔߵWÔ#„I[®W°52ݵ±Q?V•s/w¾üd³<¯ŒÛ15 3k5¿frïe [×ä3µ}ÃoªOŠÉÙò¤<Šû]_7ªkmñ$*Ãû‘1'â{Ș1w›¨—®ˆªG¾øäÃgzHßžJÎè=Ôó{k³¦¼A¦ÖÐÚý>7IK¤È•Ï~)ÕcÕ×ã ÖŸIåÕÌù ÚÕ1Ã]û‹9µQÞÁ$ẌՎÖßÞRzîUJú×Uó=ÏÓÏÍáÚÒŽ$ßîhu} cë‘Q½KicègÕ«KôsxÈUUe­É¿+³ë PÑä|îúÊ´?¹JäM5^²È™ghýô´}jGu†êl‹][ºšì+U­pøC¿Â_3 ßöJÛT—^¤Ú(TŽ;UÍ~ªý§HÙ zgµëé ÕËM®ffK–R;X•£ý v¹«eÖ´”ñ¼ÌhäÕ”óÖêÚ3âyà®´{³rÆ}’ñedN_×ÎÜü™ñ™ºÈÏFj«J¬Ñ 0PÛeúû^—yÝDFý¿¾–v/£¤—òïüG“ªùù^Ž®ù·jŽ]õol’•ô#…Ü.ç¿÷xj`ƒ éÚZÚÚ»€ÛLmÞôH ¸­Õyhº¹¸YÎðÚ UW-6÷áTiÙ:Z½ªx4{—zÍ?P›¥| JI ê»ÀZ %K Uùú>ú¼Ê4ÏÈIF5('¯KúÌ\X¢Zº¿~¥UVzpŠöꪄ}µÒO•s\7A Ô+·ÉO/]ÕTÖZkJ|·oäh5´×Ž_`0W#ôWmñ½¾®mŠÏà}$m6ý®j1BFÎq÷“¾öMö.OSš{=Q{€Jr7U«%ª§'È×Õù‹]ÍÍqjdþ™»Ðí½K{ÎOú6vÉnãÕ v‰Uµñ!u¾%)×ÓàØUFKÛ¯‘¯" é«_#«ÑxXoÍ¡®RǺê m­j™úÁÙCz«9’Oï͆&ï×xJ{ĨLöFõÂï”ЫÚókK½ž©ºWÇín°Ë8¨ÚbFºÕ/Ù/£–×wèw¥¯eäùxf6èu'“õ5—~”«Zo>O·ë’¹^ñ3ïMí—×÷wø5â°dÑ©ýç²û–ž{1&wËg¸Ï©bTÒ—Ÿ¹31ZK¸6Ò/á~ª…ÔØ{ñ Hõñ‘È¥ƯYP%Ý}£ØØú¸†Œ•“z;ö2ån¦¯Ì¦Æî#y|›k­ýíÏòH?ÃF­õ=ôà¬zº½Ñþp¯´±ËÓñO#vf°‡ê/#nˆš-÷e|7—јÝ/Q{Þa•:ÓÕÜ®’f¥Éµ†µÁu÷Sßõ©žtÑ-£VýŨ}z¤{ñ˜ü¼Ž¶F^ š¸Ähtô‹OwMéê¢Ú!Qö1Rÿ‚&çet̦U£ZR—úÈy.ßM Í.ý98ƒ}@y^oo™ÇFÔli©&w†º¬Œ®z{}/í|ÉõU˜‹Ñ]RVßß ö“v*c¾R%pTm“¨ÏÎ{n­Õ3[ªyì!5-^TÆE;ǃÚLË,Çvyx\ÊSRú¼—Ñ>.Ÿ¶Š^J±ŽÜêè'åÚô鎗A}릛 µT_L–üüNž':Æs¯Ö;©òºEõ¹4ÏÕÖé¡×amLîò»¦_C,‰z¡×¢©Ûçfq½§ yÜÓs¥©Ãßíܦk«Ú7á;ôcÿ’®UTm+™Ì×_®ªÇ‹èg©o°¬ÒúêžçEuUߌ7x7*ZÎÒMZòWõ¼Øˆ»rþjÜÕÊ_3]éÃT êÅv£®—»¨õ£¢)¹\ºhÇï–Ò-u–§ÏÎ{ï×÷¾u¾?¦¯ŒžFgÑ×ëZÿ„ª9é%ã'Çãâñ_juh%³b†Á{ÂÃU«U3¹ŸYC[׫…ç35d$¼1xäŒôÁí ì€Ö¿Èñ˽?[ÆÕËh„ßI»g1H›kWµ²õ‘ºUÕGÚ°˜ßõq¹Z«u¢¾ÊßO÷™–‰‰¹YIÚ?‡Ôa¬v÷%4òó½Ð?ÔOëó¾êß9Εõ}éNUžIZšÍ•ŸÕFP[•…´™þ•žW% Δ_ÍðïôRo5Øt}Ô8r¨¤¢s\.çŸå5•eÔ¾5ÚMÝRíÜÉï¯ÇÐÄgõÓÖZ¶.¦²¯½*qBÐÁ”˜¯Õñ0Jï-FßýzHza«ŒÈ¥Z½ë©ù2ÆJÖ¤UiW+É­~™FªŒÔéz¿Ë`%±–sßhÅøCõý•ÀüÁ[žy˜þ§´ÑÿVkí$½Õã ²j„ɹ‚d´^píPUʽ+ƒÏ­­Ôgº¯ÑUÁÏ©ªÕŠÆ ›¦µè5Ï®hÞ<:.Ý®ê¶öÈ×Z2:Ú¦ÛK/Œ|!í•Sóš´ð>í æÁýì¶òøó¤Üú\ÿÙ»¥ªigÏ(ƒ&K)ŽéwøhgZ˜x.ÀOë‘*IǪÿí•g|wMF\w}$k³â¼VG)ÅìøÿíÎÁ ­75Õ“)›š‹Éþ]½‚´™}ý³ëž*Õ ©Iw©×U5¦kuyá¹ê3ëßE)û™?«~Ï™ÁçÞBF®ú˜ z=ÏFϼ$­yBJµVЍ°KZFf1º‚kžØ]ÆÁÀ «Þ-´¬ù ýËÐWÖX)ù·&ïJ…¹÷IÚâsCÚ5ØàÊ»–ŒòÙ»”úµgc÷æêx“U»××—¯åûiÏŽaÓ v#\¯¹Œ–c¿78ë}|?4z'ÒJêrZZðx˜¿´Á¹¸Íªï~4JürœƒZ4Œr.¯g¾kJ•ä—Îçô=I]y]}Õ“7Ü7èkbU·µáGL®ávIO50­õ2&ºõ‹¾ïê­V£<—1(ó1“5%F^õ“:ú—ª\öªÕV¨‘º(Ý÷QŸcÉè __”ÒÕJ×ôÓ:¢ê?_æÀ!uœœêüë Öà/ƒ^IéBõV¯ù¬šÞf'å¨îê'UžœU}09dºÑ5þx×ÒŸ©Jèm”Ù`ä^Ñ6P­ð¿yi%0xN¸Û7±e ö‚^Z =’²Ÿ®—%A2ä'5ºëf˜p¯ÓÍÏX©uuß“^[§¨öIõŠ”–žQÂÞIÍÊlI÷õÙyÈè:ö€5ÅäUýdTôÕÇóÂðëîcT’5I((gúJºÅé>Ó³Q[Cü†k¯ýÉ Ñ*$§ø®Ór¼w\WÕûC´Ý/é¸Jzè­š»Õ«~‹Îmð9£òÞ}TžŸö¨*-“àÛTkõ{‰cµŒ [pUÊ>Sï¥H׎Ò:¿ÉÑû|ôµ6ÇŸHû>Õçû9©óU§Ø&9¤ 3œîqzFýÝî½¼*Ë}uw×Ç|}̃¯¤'H+ù.–³×ÕÛ:YO˜’ê« zY»XÊyÔ÷´:.Hw'³«Œ¥ué®Þ]â:ŒO=ªj}2a¤ÔhHºOì~y?(Âh Sg;l”‡Õ¥½¯è¥|ªæâH£ Ÿ¶×ÍŸø"ƒ~vÇñs´ŒöÖçD[uÞ¥*£Öfn.÷º®¦¯î'3üü74ƒßiù™O™}!o +­3·žmbòìzÂC¸W•ó÷3è©Ú̬§õídýµnzª^3zsEÚïMéù7JæëÒ˜Û×Γ×t Q1Êc¡[sUçR†Ò#{“z…UÒŽz[Žp^¹|ÏÍnkÇ´¾[âøÔ`M+©¾^¯ˆôÙó³”ÚZ£§·¬Ìþ$ùÒO‘©›~Ÿêm°SÈ=ǯ¡”ðûGÝÏhõâ'¥ÜäÑÃä}Wß(ÿæOâ¥<‡];k£djº{y“õñ'íXQ›e¤¤ÔOêûÏÒGì—j6ßQãb´zæ÷zí'š¹UÄÐÔè'þÉ"êíPZ}»JËKwEP]%„¥‹»*sbd%­UìUy#vJÖ÷ÔóøŒ>ßÉêªÑxB7KçÉÒ c´1pÕ c²D”“³œp™fÔKuœSdôÌOø6îÇØzÊW3ÅU•jRr¾Ô¹.Ô(¶ˆ¬h°jlW‰˜êû^%Æä>Ö3mì4ÔFj?­NM´Ú7ñl®gÙœ †ŽqOOIÛD¯÷¬¯?~S¥{>m†7––]/åx5;¥´·«vœõ!Ã3¸Ç5K¿33+|¥Ö ›ô<8 ÍÍ“R÷‘CÇJËUµ¹®ïKjmw0ì-Ç:¨ÒL—¶¹)-sÌ¥¢”ó”ÊØ>Z–¼ÖÚ¶Ñè&ûµÎYõ¨¬ݱn7TË‘ÇÛË|ó×ûj’I}öHiW¦p¿íÑHj°ÝßVZ¶ˆüWXÚ¥¬”üL|‹ˆú5飻A‘ÚZø*á\U®1rÆ.FÙøÒh/p^ë);©wcŸ÷ª%Wi½ÙM=Kð"}ÊWÙ¼ ¨±ó\žÕ2ú{m©Z;7WìUǨŸSŽßWåS6­|ÞA3#ñÿCÍiï”·ª„×"¶j÷(Kè5œTFëÇ…òʧzD¦›kå|©Ò§µµúñãz–Ço½ÃU-¦€œ£‘~mù"ÿNp_¿æÙãØ÷ãçd¤&ù´–9 g<¯÷^°”í Ö«¤ÿÖ«ö® •¡—Û¾G=SFKÛ}Q¶Údý‰—ï7êw‹K«qxÍg•~—ò™”ž¹ªE£ÇIé=å¬c\¤“Õš=I2¤¦gÊã])÷ŒÒ§nRÓtWó2^‹È1Rö¶R«ÚÞ+Ú¤·gCƒ{ ®ZVnÖråˆþÚÁ!Ñkdîö¶¿eÐöªžïܲ§+O}N„&.ÓFkÅ¿ø½N/=£rÉØ˜cQET’®Qc$“´K~É„^Úˆ(=½)á+½.ãT»µ’ž¶W½=VÛ# Ñ畳–ù¾ÿÃïô2A©Ñäm©i5NÊO³jkð‹Ä=ZOþlëdqFÍ£?¯Ñý3ì'†K;ú'l”ä*¨z •ÑNm~l³„B^yâÎÄ>’Q4KµÔE u¬ÙªuŽø5Ö³"»ÞŸóR*©v,n×ðå_~ÂÝ[~º"ä’WjôÂ$W5òBRÍ´cüàr8ð°V·7ª¶ÑQßìµ±Ð\Öú"1óT}6jÕ~ ¤÷œä§Õc,žÝ1uLv·ÛåH—^'?ÓæeÇ ?Ë1KáZʤˆuÒè-w@^uð‘Óz2+«ZØ&—Rõ>®FíáØ Fmc‡&’ÿV2{>Èü-¬¨ZÒ~Yÿ¼Ë¤ÚxÕg~C-:e£Û¯,ñåŒÞÑþѹ‰6–ók»•0)o/¯‚a¡ü&Rg)C¡ªæ}æS9÷LÞ‹[oï¤j’¤éÛz¶Ü…ŽV}±D[Ùì˪3ÍÑzÕM­/ÝóiÏ8sZ[Mæ÷àûy¿xÔ3¡mJÆ?ho+uݤïÖ–zŽŽ*®Ú²Ab]ƒ•|™ÇшÑgx/½1\eùf£ÏUV©ôZÆ\-Ç7{wµ»n°£h§’ç®^®}>GTïµ7˜§ô¬©$G¬¯ÎwKžµÉ´õÓ}¶#AŽ{]êÑ2ü¡ÌÜ_’Фt›%u­6Ö»jÀ9VÕ“®#eæ~¡•£»d~w½5N«gl0j»?Œî\Õ3ÚV h¤JV%jü{UêÜS›û_‡NRe,ãýs@¹Ï`OU³#N?û{Ô1_hI 'B5ŸÑÚzSQËÿEŽ… ‰+šî·{ä‘Çv¨Ñá±5Ö&óŸzýV.Qò¼i×­½ÿ»ê‰QO½U*d–´+%½¬ç\Y“߉þ-üZÐ}5bÏè«¥”îdà5Y·FÈQ²FÎÓòw­ÊŒô±3àã_ÎððSI³Ažå›Z:)Þ&v¾.{oW+ýZõÜSjU“ ¯*ëaC׆ÚsŸFw–r?ÖKY/á‡ÔëÍÜ“þý:ÓU˹ÞÁ‘{¢µt:e0ž½¥[$m‘³^P㥃´vŠÑš”`’¡%B¼\k×Cç¥d]TO”ÓסÉ?Ë£mµ™ÞZ^}N¯u#-)†H]§Äe\æ—òø4“Uñ+oí¤m[ê;£‘Z]dØ k>¾'©Æ|3£{úë|<ª©RÌù2Öå±›ûTµû¨œ¶7”r÷KWª³R–‡ê9ïÓ®»d<]‹ñþ|›g <¨Ú¢•~ÍØÏ`lNÓïTˆË¦Ïæê9ÔHpÓ×ñ‘éÖÙ‘fû?29{X\{}Ýé¢^qA;÷ÂÏîf¨ó-“Ÿç–ö9¥?o¬AYߪ1wÁ`´, ¹˜¨—9gºVȶCæwþj&­Šog0û\äë$߰ϾV@~’SŸ'2xo~†Œ€«OgåÚÈÄò^±Zióå²ôÙî´{}žs¥Wå/]coH;ÒzÚMKåõi)«Î?KFtyfÎÔ'ÑGÔÑ{šìÈë¹—\tŠÙ,ùÞ@2qÄÇ¿5¥÷m¸¾æ Ÿ¡ÆŸƒ[6]¿©ü|&s¬¾ÞŠö Eå¬c»ª¤íh°/Ÿ¦ï• Ë>¥´öÉ÷`¯©Ýjbºß}uP¯îáÒ4âóã3¯ô§¯*ïB­ökûï%É^;q')¯¥ç>ƒÕp“z~N5Âʼ«¯ Õ(Ùžî¼…äˆkGüæÞÚÏ_K£EÜCd²[¦|Ÿ¸Òf—ôö!mò½Ûßåž·ÏEƒî…}]éï(ãÕ´Qág2º*ÇßRÇôVí:$í]=ÏZIÍfš\OÒæËe}¶Î3yo¤‘ª×mßÃrü^U;åM梞ÿÜ=›”ì…:›§Öógõµ-!yA\¹à+^9Ó톫Wœ²W=;ßäwVgzgwýÜ8îZSë#e, SÇ~¤êŸC•v‡Ö¯Û,Q#Í-)o†Wb|>HKÙj£ï×èï\Nk_·UǬý¬•ž½~&å‰ÐfuDÀRÕ’§œ¯Èª{Ìè>Û£NŒ:Ÿ. Îëcr­Ö_ãþæoºI{·0-©¥¦ Òí•8ÕÒçRoi¥Þ‰#¥2¼UA»Âr«6@+GemÆ¶ÕÆÙ,m5 ׎ÐÄuOü}…ëêqYͺ½ª•sÔ®w+UîgYSþªf™U 4ÈÖÖ!7ü%ÜÐŽ[^›!?­ß>~Ò>iûÈÖàþËé«NZûJŠiK½…&|üKeªnɪV•\ÿ·{{ÒÝí©¨µJmÏ^éþŽÏWFý^ZKz)™ŒƒÁ´³z¹Nóbr=ï³\=bÔXÍ·Ìê@u5>[$¡«Ì C&׺մŸ×’±’I]UØõÀâøê£µïœáúqFÎöc9í¾C¯”…Ée=Ú«Ý¥µô°‡s.COäÌ~RÃ…&ÉáôÈLzf²ãÏOKiczŒË}$ :£æJü“¿jçûî¿Ú¯“çÍMû‹éÞúêÉMƒ±ðeÚ.Ë$gzFΓGÖ<7øÄL¸ÖS>ý]EÓ¿KâÜ6Ðϳ’œwkrÉ•nªåGʳ;ª±3>´šzE”×Õ=ÒeEr#ù>Võr¯öûÁƒ¾­¯÷;¥†fø¹ß^ÚvÆ“¯d~{°ÞàŽë$ƒ‘êçÓ5ô *CK•8™ rÉþQoUKi?•»WÔQkÈH˜dpßæ|èCÕ>µ²Ñó°ªë]SÝ$e¹Ö•×>—Vª,e¸¤ÊZIk' QÕ´•ÿÉ;¤õ5¯—´Ïpùï'ߢî‡=|(gJRe¿6Ó)Aœ8)Yg­ž‹ÕÌ¿ãæ]Gªáµ ÖÏíÒµÔ|Èî?0õÚgwVCÒ~÷TÊa‘öiôkÑáú Fö”ñ¹Gê]Å O»jíuÙg¤ôÍת½ÿÐW‚‡ÚZk®•göZuç3ƒOü—–éöì€Áø¨ézQõüMínÉI9{ÊÆZBÜN ý˽@6ƒµÖ?ÿ“"¯÷ ?ã1NÚËî©…O6U+w53ç„®ý3/–%½0¹Û½ËàˆÛ3Ãel¶µ¿«R¥¯Ñ™W«Ò´‹ðó¸ÇX«™P]=¶IÕÿ…wë§_ªìX¬úaÖâ×R_keì”ö×elÝ2±ûTËï1Ú7ä”áë¿1)T­¡qwÚÇKÏþ¨§É“~¡Ó¤§Î¤o£q-'eØ(gZõpŒ¬ö.üîÍfŸQ &wdG«Õoœ´Ãy½ƒª—›ó)Õ~vj–”’µÃGZrî£ÛFWy]lTý¤e$Y>¨¶,¡•”ZÊœ[+ÇÏ¢‰:϶¬Žõ¤Ü-å9­ ÖÙètëS!ƒë–ZÛ¬IwŸ{ŠA)2¹´óè-óã­´¡¡—q î0†Éé«Ïì!jŒ•pÿë#„•ûfÚ§2´²Ðj¿PÚÕ&ynðÿr =L}wÒVÕÏsõØ.µÌ)dzR5«–zQfõ~ƒw¾Ãÿb]úb÷Q=‡]u· _»M+×X• u"·Ê‘ÚxFJÝ'KÛêù‰^ÕH¯—ô‹}ˆ”i·Ñ5fÿÀUªŸ²ôͪ” 1­en…k«Ò—ÚÈž’öWj2ØoÝQ??-m¹ÚäÞÁ,5'B/©sÆx4Ï`Žm {.îõ¨rÏà:£•ªÍDû)²OiP4¦´Za›Æ½–~o-½”_åûÓ½cqÃÇNFSpÒ]·ÛôYùcü~£šÿ ­ªÁrÄKþÝT†Eºü}¿t¿¨{¨š…?üKeZ͞Żiµhüçï訜RP_åJ5Wçó•Ò W=~Údg°ö« ç³Æh%ûâÙÜ¿øË´‰Ò~+ fÌ M“¥þµô~~.gØ¢ZgªVÒ³ ¯ F~¢Ñ|{ôÔ\{Öséç#ªÎîFóÄ];ò:ÿ›NÖFý<ؾü³rn‘“ôú¿ ò0)û½oRÒ~?Âàþ[ ¿ìj,LÕæM¸š«©ªýE_–ÒôNÚ¦­O;ü'êûÚú*ò‡Ö_ÛÔÏZi«Ç÷Òÿ™Â’ôÌØ§=þàã߉ÔgìDíúa—JÅ2£UÚdv,'mº%ò»´÷ œs¨ã4H—o¤ÕJiGpÑÒÆÖÇW¿‡÷“[ß uÆ_?ÞÇÓsðY”·ö¬jZËV­jã{!a‹Z-îjm8]õb‚{Qm ý¢µsŠ‹”4(~–*k‚‚?>[žkë>_Ú;GJBp}µê ‹o*#n]Üé´ÝÇϘJíÎêëx“¤ycŸ]ž¿_ê^Y_Åz†ÒæAK•c]î Óçì(õøWŽùÝ·ùä•6/)­Ù.¬iW~#Õc©RÞ:F³4‡oVÕ®¥Õ|nÝ=)›>ÎeÌLP=yØÃ]_á>Ä’49´ÄóuÌ5‰EÂç¸UpÙ+ó+ôÉ@ƒ’vŸ×—×å7Øßûúù¨±:ðYÝäê« ªý½‚Zkç=î;^ž_Nˆ‹ª—ÉØñüø‰ßÐmFyB_Û-ä<õUŸ|¥—ÿ¢dsd@Q}©öüÁïɧ{AZotÒ˽KJ*}WÛ`J*w*á|B˜œefüçóüNÜÚ*eò4XB®äýX“š¯Üûp¾Yiܽ ¶.W¬ù¶ͧÖ]dn¾¥|•5áżöu÷æ«·´Ù2¢\G—ƒ#Z, _·¥ŽüôLÐå;O¿?3#i¾Ë…_Eýòæù›ûËNÄîÙbO쉠š[–,ûǃü÷Ìjµ^—gø=‹ZmœòL»g~®õ©<ãïYkŸçû{™¦´nŸe‰™E›šíJ¥˜³¢Ai×Í…WÕ ]r¥LÍß®*ºav©ý« ‡®¿Þv^žÁ÷r§´3ßÔ¼\–9K-ÊNÚœ§\¬­îlÎ^"ßêÖ¥ÝÛçÈ·ö^é”öæ©%;´Þ²iD9Ëm<6ånßpËâeú¶ÿrËÒð2sÚ7í±¨@™6íkõX²­Œíæ®ímzlèYj{û‚=Ö{–:°¹ßÑ\¯—x–ÍÙ¾¬Ç²ymöl.t´àØV¾›sÍÓòêæ’G Ç´úcs¦ðb©%lZ¯Ø4t„…M‡MSF˜ïnýÓ¦±#¬v·‰Üdû ñùEUË4Û\~„Mß JŸ|Pôü† ¥ö>(t~ý¦Å%·¸f7ñ¬u¼å»“ÍŠ[¬´:Ù¢¸å}»)Í3Uºµ¹eóq“eûÛ¯¹ut¦ÌC,:×mÙeÉ´E6g=[Tp€YáLņX_”ò⯃k_1ÿÅ|âäœÉfƒì¬_-6ËcѲy‘UfÝKYÝ»=crf‹Ë‹,6Y\¾]¢”åÑÅ9®d±¸ø&ë—‹Ì»Ytlnsܬ×A«ÄÌ3fª»¸›UÃæ…›å^\r¶EÉÌó“-Š˜µb±nqÖš–£ìŠ÷1ûzˆå©Å9ÏZδ+ÙÀ¬]só,² -b—É¢ëí:Áû—¶³¹bömr¾ëæíJÌ6ëlyýöøàÌóÛ&[g*•ÇbqýRE®[–.U`ÙâÉy2.nŸÇòp‹«,§”*YnÑËRyË-±É¼G‹¢¯Ìò`ñž‹:v³<Ñ"ç«ãZ”xeÛ"ó‹ÎÁUÆXU;Xðââ™n™¶(mÕä`áç‹Ô4»¹8iHž‹‡Ö4o{»HëüCòuZ<¶fæQ·‹¿ÊyÛ¼E³ÛùúXU .ÜÇrüu>ky)“ÍÕÌåÛÍ:|Í- ºäôWsl,Ù<÷á•nw£ó>¯47G“ =n‹Îº-[“Õ=ŽëVt[¡[Åt·Ú–wdË®GF»]ˆþj›ÍÈ®GNE[>/ópÅù#Å+U|¸|PËG¾u;Y©þÜœ-ætoºÍ¶`sËî¥{)Ø¢M÷Z=‹ßØØ|ÒáËݲöÌwc}`‹»íiucíÃÃS7ž›»Wó‚ÝË÷´éÕ¢W÷zÏ›žØ0îàžã…N¬=x5:óóÒ'V6mi{äèüžfõZ¯ï6ÜÓ¢^çnÓ<Ím}ºÛxO«_Û$tûÞ3ÓŒÖ*-1/ЦVv¥ÿ(0EÃC®î…׉]rõp ÷o‹Ý0÷àþã…c×ßl;¿Û`ÏÜ¿·ËìÖ¼n–ùK­ŽLrÏS·@ÎVwݳ¦`¿õOpïw1×»%OŽäSÖwÙ‚6{Ý ],ø]+?÷\ó'´¼æ^òbá„VoÜ3=/öG‰­Wº nQ¢Í}·)ÓÍ÷µ>æ6vºÕ¾6Qn¶Ñ¯.ª~¸™{ùé6[,%:eÛê0âìµ]U+¬tþ²¦e§¼ßÜÙV«`§‚ßÜM»Ëê§Õc‡úîÊõÓÚ&v%‡Íõ)_ë§Mnç¨ÙÊ)K‡N5¿qÊQç~Õš_;e»à0¡f§\î¯ÙnݲÒEìºå¸;9ǰ®çFïÊÿ¢ø÷‹¿^}W•ù¾_þÛÐÄ]Ö‘«ç ôïdýÌþmÍ…UͲß[r¶~Ÿš/ e¿Ýò\ͪÅ×ÚÝܧ@¡õöCÎõ)^hcù!IçZWÍúµC³=«æ|³¨DéåK”-Q±û¦J*¶ïytk¹q•óå\½£u»Ãkm*Ò¡ÓÑÇGë½ptZ¹Qù²Ç4^½}úâé›·m¨7d}Ÿü/ Žwèw¶÷©œãï7<ÛåTö8‡¹gÊwßêì$ŸYò»³â\Þ ŠÝu8—uB¾½w~:g3¡ÐÞ» †<ó1¿´êݽgGN°|³üô°ñ> /-þnXŸ/Û®H²sLÙ÷ªú¼ú7­ƒÖ&Ý}f¼ôUé·5X4[c{wcX嘻Ó5ÔóU嬎ÙÇLžûC¦Ñ÷v'?~eó¶ê‚\£ú&?kPeA¦[«.„Ä7°vY=-dgò£Wß~á²~ðÝ9“ý;ê¾åä²vh3¹û€…ïŸ «Ÿ¼÷Uµæ;ïM ›5¹ò€¢;o'…ž¿R¼úÆ »'·õ[‡^“{ Èykãɰ¢W*ü²||XÃ+Õß›-\²1ùþ•¦ï-êÛåœRÖ¿HýÛ§Ôñ/~Ù®Ú”*þE/ßþnJ#ÿ’³ìJLÉ·!جݔ÷§¬jf ¤Ë«io-×] þåÕ×o &®¸VòJÅÄå߇™bë_øåÝw)fóä¾|ûUÿƹíï&Onl¾pe»Ðî³ë–\z?tÊìÆûݺŸ?¥\c›®·¿I©û6óþ £ƒwÏ.´}Tðo³KîßX8xù켃Öí þñU»·ù­ØVpvùAË¿ «÷jôõBgîÞ þ}væÀUõC§Œºn9ÉÞ/yæõÌI÷®%O¼ndÿ&yÁ<³+Þ·N)=¯ˆíív)µæ?`W1¥ò¼¢nNùê­uÓ5‚×¾ê:/ë`‡o“¿úâæŠ3aÅ^U¸¹|R؈ÉÖåV6 ©~¥XââïCš^±-¹È:¤ôì"%· ©5»xæg›÷¸½uSÑýKên*äÑbî3›Òùçtµ»\|ÄŠªÉG,/ÜæÕÓÒÖáËÈb“ãŒÝÉMÅ-m¼©pj‹•Ì,å)°¢L·kZL™]"pQýj•2•ùn¶uÇc+eNjÙ·’uDH“ãfåë¹â‹nOÜ~ӭĸæ[þz(—çòÜÁ­Ž[ÛÞ¾ßͶéb+·´øº•Y“›tZÖ¡¦ÍOv=wY5³›¾+S¡…œV|U³päíy}̲Í[uEù³,;0ĦêÊ‚góõ¾=®Oæfwûõ±¾e7×ǬØÐüo³íš}ÂòïΖ˜i×ÅÇòÚÐÜñË矵Íe7)¹Qñe­&Ù`×½Õý‹–}3¹¨‹]ßÖ íæ\1+ÒõŠÅÎlo-¿ ):`e±Éù'¶8kÍóÆ¯½Ûµèø¾üý÷öaY-Ì''­\³ë͇Ÿ«í\¸³N“Ô/‚C‚îÛ~˜TIJÀ½öeòd±0 zpèƒíÀß*¯î•eqóRi©>ß[xwÁëRç¢*È7/fæ­ccøc‹;ò~¿êJŽ·3 ›§Nþ0ìñò1™Ó~þ6ÿ½‰k Ÿ-ÿ¼štéÀª«y³|0Ÿš¿µñÏ>óÏûjò|ðZýñ|·~œoÒƒ'$×xÚ!¾jVõÀ[Û_÷öYÿ™ƒ-û0*÷‡ËósÿÖömÓÝòÜì3ó,¬×B;È-·†ç†—ýøu³¡5òþ\Úàu¹}*”¹–î˜É“îÞßëú¦ÿ¬*]_ùå\ðƒmž=ý'5è¹àÊŽˆæž×æM-v~ßšïdÞb=ëX¬½ûGg¯Ç~Y°fѨþók7ÞqÛ½®c³ÊÕÏÖè#øô‚oG¼8>.×ÝK3º¾Ü¼ã»C©unŽJ¨>gyæõkGËå<¿r¿{¥_ú×xqøˆã ty}÷ïšÌÕa¼ßæÑýï|[¸Ý™3¿tüÉþ§¡åOþ2-¤Ëš£ý<=öÏQ»Ö‹©ÖGâ_®N(›«ûû—¿Þ{9(×ÍñÕ_¸ïä¼óõnïžnn–½îÕoäê\-~þöÖ7ÜøãËúõžu;û|cT»›SÛ-~³b‡ÕÕõkK;õH*à½vЭò)Ã\¿¨¹¥ ÓÈœ)ã;ן?7|Æå>;_ç(áì8öñº¼uÚ”¶1(åÆ1óÌKnåªùâì4ÏéÛ*zNíØy–ÆþÚ{=ØzÄãÏéŸîþ­ÇذY•’,×õÜr¸Îžcç¦uéRkðÂíÍ:nøòº—[Hý‰ãÆw½bѨ׼YY¿9}k¿ØBu~;v®vêáÀËó¢.ìÞÙ :0¡SïSâ'•ˆW»qÓ7.^ûbÅÀqU7ô]óCé|úF÷¶µ™úÚñòùIOÇd?“kTà~¿¯nNú±Zç}õ_~1}úÚz¯6½èëÿíuß+uªxÍ‹kýû£ñ{6&yþücí¤Ë¿w]<Çj{—¶ùÌÛövzóë‹ð]?ÆF.\uÍî‹;ö½S®¾>µænçÖ« õ>Ó;(¦ØÍ=ÂWŒºüÈÛ÷|ÿIÍæ8WMüzæÊЋlž½÷vqóZb··Õí®¨ü,×àQ?]þPßòèûãQÏ›zåwîÚ½çìžx{«À«ûß~°•Ÿ¼Žy××îå­×o?T ~s+ìíïâ~¿ôÓØw­ÆOøÐ¾ð±¸„ö¯ž ·un9íî·þ¿Žv.x|êõî¿¿lÔ¡sJaUø…/œ¾ ÷…SÑóº¬X?|ÀžŽÝ._8UqÖ†SY]Ïyàø~Ðy‡oêŸh8·gÓwQ‡FîŸ0¶ÍÚåï&Ö]&~â/ 6Ÿ­³;4îQy/ËÄÒ{kÏ~jp­¯=«U=ÿí@çFúÖ]0ðä0—¦g¿íùì¯ †5 ê8õÀ¸®Õ«V­|»Í~ß*qwÌ÷7ŒuȳÞmÓ?šnþ)x×·]ŽÝO Oð i:ôêá].Úf*x­ß‡Y9*}Ý=2¶N›üeO¬ûèpîYÑ»*ÐÃ=ÅÍmáØÔ¹Ï_}µârËäov·þ²ï¬¯·=»íîPs|™GOfu¨œmsÿ-V7ëÿ2ôÇV¦?ÜèNæ9>©kN¿xs_©¸Þ[N»^}eÛtïžò;FÝjÖlù—+6vþúÂ/³"r—8¸sÓÁéA› ~èØòÎ#Ç/nÅÍyÖïǣÝY÷í§Ãƒ·œ´¿ñfìËÛ—îï _uêôéòŽ9#ê=wý-:®ÙëÝýoÌ ¾ã1rPö± WwÍ3çù‰[Ú7­ûÄ­ù¦&]2ßÉœùCÓ_~}×ñÙéµ/%û…¶H² 챡ȭ$—i­ç5ùæÝ™ []Km?`xÇ/.ìëÿ}§ëö>—Ê}á~—} wÞ1£rù:og~½>ªeܪs­$çO\5ŹóÒÐÜU«%ùª°7dĨȨ[o§ŸulÓŒvGœó½µ}á‰N¿ Ž«rìÄ€·cßv˜Ø¥•ÛÓ¸sÇlnöò‡ q˦Ôé<¡g™þ]_t>çØ§CùÃ:_kírúå‚?*×Ñ¢F¯V£' ˆŠØûÿØ»@,ÛÅàVH¥)ETfv!´$!Ù›²7eåT Ù[vÙ[ö¦%"dgG‘½GöÿRÞsœÎû¾güÎïÎ{~÷·÷ó\÷sÝ{<÷}=÷óxÞĸoUGÚA•Ê­FŠ„ìß•;ì~~­¯ŸPøätIqNÑ9ò÷—³trèKKò™c8ØC-F ªb¿78Ìè°f¨.}4,–Â?_š¯soªê^ÌÓù¯¼â¢Rݫν!cÔ¤Y`–'»Oø6ý=¤ó–ÜM„µà¶…ÂZö`"á JÏàÒ(+¯áTá¦C<B5Ï3ë˰¢ŸªïÎEQ6ë:”o[24?{¦4Õ¶]Ù)vÿ²‰»(i½/»PßòuÏ—t36¦† ñ·â[`‰¿~±¤ÓsËJAý¬ä¦žLŽº <í{¯õ ›Ã²Å÷¦ „…œVdßðSk°7æÏÿP£]”ßaîl_ÁÀg_Ú˸ø6Wã¾ÉÇêÖ%Ùêó áï¿ôv$U)©`^ºS:éð&Û•¦©[¿é&8+_þέ¡ãž³Ç˜‘†„‹QÛ$¬yëΑ²ê’âõ}~½4å=Ù!$d ‚ÍZ |‡"ÖfiÖj;üPÁ:qýwn^VKm·…—Ó]eóã JExG¦½^–%=èŠ(½3dç’B«Ð›þñjÉŠˆ«‚ÌJ>ËûL”™×µo¹‘¾¯4pì |Èæ]B<9[”È@dÚæ§ñùæ‘Çi§úV?ÍìÓ½Åþ4TÖMX¢Ž¥ÄXó0ñ= Ƕ1í~ãS*®‡‡UfO´³ ¸ïËá%ˆk É ¤i¥ØE>#NÉW#ÈêÂÛ]¶j–aLµ<q’þeXmvþ¨>{)ÿ§çq³ÊÑIW^‹5KZY>£{ßâñ¬û›CuØmÅ¡pφ§øŽ¿o'ýô™z…+Â*”^ÇüöðJbwûÀŠˆØbõèBìî¨òÅûä܆;¿0 §'ËuStŸÚGº²ËzÂâ­KŠXgæñ:ÅŠÇ ïIW½iø–…Z‰õ⃠“#7LkÎÓ;°˜ñÛmhvç/Î ö z²R©ŽÙÝm8«'放6cŸ séQÙe)*ë\uú|>Ê ¤ÌȬaú^Ô/IȂɎÚ3\˜;GH±$û¨ç“›Z½ý.7Q—eÞç¢/Oí»» ·iº _¡Wñ\)$¼Ÿ¸0}<›žÂ†I¬W³{6»3^lÐRkçÍÀ™”—·Ì²8}Üd$YRI‚…¬>UX¾³î¼U4UÏ{ÌB±¬„$[–|-q;,>WýYšK2~"ºêù8–pNø%—KY·”nÞ†xæ /…³?Ü•MtèmJPw›*Âñ¸,—G²’\dÙ(Ù\wÎp-mÏÙ¸PÛœ2›wÚhîQ»á×or»Þ21;ÌúJÞ?¬TGËF—/óN»<¾®¨‡Poš3)¦ÿr_ÇUã~g†ÏútG†¾J„kÜ&J|°vñ ÿâRîK»Ãµõ³¨÷ê×á§ÆñŽº³§)­Þsø‚ˆ¿î 1\aÜñÕ_=¿±rÖÀY½~¯%‡•÷üëñf„¯×›x roœjï´ÝøÔ0?Æ­×{LU½®÷Ú!ë€nD½¹mþ£4—äÙ‚¾Â]/ö›iTÔÓ‹ôÈ Æ£éá v»«_.yãN¥‡%œ0§Á©pdÒ“MJýw¹l >aÀÑôà™Q°´»K]ÎKëý†GöIè¾æ‘è|Í¿¯¼2U÷E0ãW ÑäKZë9v×®–]Iª¯'÷·,+½ÐT™t·øESçzN8“£UG-Þ“£ÓäÌcegúV%" ûÄðŽ6òóûLˆ~­¿Ý÷ìŸÑ²3])Wïˆ/0>=÷®âbŽ]‹Fl½ªŸ¸"ÎQ~ÕªÄ:Åñ~>óÞkRì—žÔêçòÆÐN* 2û¾Tªé( kpªï‰˜Ö^~¶Qº ¹s”O¿ç–ÞS4¼«p°K Ëã]ŠRÅëÝ*xÓ}4ÉÍ­çHXÕ§f>k>«ß—›ŒRÞTìQ‰ûÖ)Òb-1~ÂûSH®Gni$Ü@ùêPÖU·òž†ò.ñ´Á÷’ô,ÎYyþâ&ªF*ö¼áo #\£Ä6”v©t5¶why,¸Îe§sÞó»ã6þÚ“FüaâûoÄÙÁÒ´%¹³é@Ú¡&$ G¸™w‰JZ™…î‘¢¯}ül@«~œõŒApˆÈò»#ÅVÉÉ·£u¢G/ÄçßÔ1¢-ƒ˜6&=ÍÖCR¯=Ò¤ÈBöØ¿yiÕ{vær‘í{3X îX‚ºšÊJÈàMö¬fŠ|nÛ S]ѨúÚ#V\?Òê×Ï—Y­Øq™‰Ø†^å:Í¡>ñÔ‰E‡¹qúeC<Þþ¬á¶ó1ñ‹ ‚·¾ÉÖOL}s÷PÎïtMàWõå隘?Ñ‚'áÛxÓÏ88njUmR“a}NL€lì»Ç£]—Éé±)gL\?kxCŠüãí[_Jß¿ JQ›óL¡lg WWT!ÃU•4\)ýÔlWΔ¡ÛtN!ãGB¸¥/Ö'òÔ¬AçÞšäÿj"t×ÀÖüü·¬©ÖE‹Yšü›ÐzH#5'õóæt®°ôWx^o¥´ú>å«U?¹"&\´sÈ¢6^°©k%{í(eÔyzÏGôÛijç†Éêèv°ûEÝ-¦ÆMåÞ:~Æ`ºðEgg·ÑèñkQ™©9kù‚²äf©G8ÒÔªëo¾Žu|œÿ¾¼($yÆkŒl ‰øjÉWë8T$Zhöö¢\~öb¹ÄGÙ6{ÁL't€ðþîpU'+þѵÈýß¾Ù²Ðê!­!}•w7>’çæuêä?¹® '}½3l¸8R>‰gFÝ’d˜.*ua`°uÄò²ÏK #‡ÔÇã~ÁçÌ›F?|jÈÓ¼¢åñúÂl«ç£å`—Ð/kr¼!9¼Á±ç™Ç¿æ©Û…JQ‘Ë(M™³µê=Õüv©Ñi:ÀEÌF-HV_{oŠK;yçžÞ4!ÿ•ëÜ/÷7[êUÞÍ¿žÌ$}Ç[êN¢–ªÞ“O¹©úU»µ®fª§¸Íœ»V#Íß²7œ4pJt{sj,ìáÝ;£+ ñ¡-ïò$ŽJ'ÙTihï¾Þ­rE•IšM¿æ4½D=õùø‹ë×—™:½`ÖòãŒ7Jü¯wžŸ”±ß˜|óF#(%™®‘°sþY3ÑIÒkS‹[¤vªk’#ËÙ-OÎeœ±dÊ i3oÓ•óûàBÊÿ²^¤ý‘­WrÇ''w—DÅWKËo«¬¾î)<ÊÞxõ*”òç#Q]Í®j«©Áë& †—9©ÙÚ«Ú~=!!V~/ýv¼~Ô•cq%ÎÚ#ÖKoU²Ïf7Ÿl=¢Ò¥D]r>¸^ªèõ©=œ½‰ZeçÓ¯³ÇµzáÎzø³æêµ#2Ÿ˜jÏŠL¾Tz_øªXAžŠwEñvìHiV yñŰ‹Õ—®´‹ÈyëÍEG׈†Þº¤zñúk~O{’E—!±7µ9Gå^·ú{>7c;y¥ÎyÜ@ˆœ?åÒ5Ó'çÉÓ”í ºª4åzù®I†á µ¢Hùµ˜7eÎËÑ™I¦þg^ºë¼mUHâe4˜Ø³SÖÛºó2›Ÿâ)Ê4~jñ¹osO>m'ù…|W½ÊíAŽH)3X·•rJ¡ËE£U87€›˜ôðݰ7AVÎÓ†ñ­Þ¢)PLf6 •¾•'í³3~«Æ}Í¡=®®—‹ÅW¿¿`š0M™‹;šK a$éd¢ `)ûœƒ­bÍÊ_Kv­S{‡‰Œ•0KnPÊ“otŒ:M~zÏg›Õ‡,÷ï”â ɬ0«¸(x0¨™²ýÜŒ¨ MCªD$ÃÂâ(÷51¼®À]3Ö‘MΙL²žkÑÚט—šÓÏ—H$]¦î(FÍ>Žøú¾ β×"À¯s£w^8vµ ×S½==ÄÓÍäé#kRש£Xźv”Vo…úƒX†Xpêr¨a¶Èû•Â5Æ{èÛ¸ë¶Ù.²xumÔÒõ{¯òjªY°p^2ÞݼÓðÇ8ˆ#‡­Ý5scõDgXÔ¬ßÅ‚™>÷pèL_ׯÑNU=øa¶ªfhp$÷iœÄ•žª&™¢N2ÂŽÑwÇØ.îßQ×5*•ô‰,÷DÅÎÞp!Ç6Õ ’dÆA=§§»ÓHÕÌ×ðT ½<öNÖæ=ŽP‹>%®@¹èøDsΜæ[@³¢%sòÇ«‡RÄ÷9=ð`›û|jhRߨ d ñÌ¢¥€~fnxuÄAåsò&/,•z‰2È9¸¼õzè¼ÃQèníù(˜¬ÐüHÁ¼:^ÈŽ¬E›º\0Q7hF¢½HÔÀUãÕø{3}&éƒù Ôc&Ñú_˜ ÏyJ‰ˆ›d-ª–N¨[æ§ÙÇwø¼ØmáìfiŒÜÞ¸T±Žñ˜ôltoºææB¹GwDöéËÀ± ÷sƒ†cRRÅF·»tÌÙ ]üG¿  阄²Q7FzW7‘NÞd(5)7 zÖŸ`¬NÄÇh'Ì=Pºà=”­·3Cêã{¦Ž"דžoÏÔ?éêÙ=¾v<'nýv­\£÷ÀdSOïWQÍé‘:?å6ã3¶áÇã wÃWÚðHC T 2»%ŸVÅðu³’ß±.U¬î^û€¤Îå§H÷ÈYáe‡¨øªßÉØ» àî æÌ%/H;yÌý>ÕdN-áµ÷’Õ™ôþ/–8$û ƒgšÞ2g®½`ôZt•*d%(–ÎËW;¤ÌJx‡šaÔ|×—Ý!£2칌µtÊÝê»p‹[{Wçä93DWQ§zìu¦BÊïfÑŠv¿Ä}Í»?+$Ö/ÍRÐÿ…DÒ¾Štáíø¤?·‚ çA Mïzh¾>¼ÖmŽ Ú¶È{šªNÛxšš<.Û8Ö §ÙBâÐk^tºeAÝù†°Gå­šwíÝwÅãß\áØ‘ámìäζ–31¦nwyŸ‘©ö£ggë{ûv1f§=p<\VµZ9õ¨,ßx¬¿ð‹ã²ÓN¯fôíRè1[üèH¬ÅJ´Þ6%z¾Ô-Sô“#©¢kÿDådáLµYï-“w‹¹Y’{s¤-««öžAÜv¤¾«fb>OŸ‘Ú·3–å«×JÈ)ß 5ñH•;F”Óèi ÷–¦cö¯ûTæò”d•Œp@LGh½–JÓÁ Þý+{+‚ø†cDÌÃ(çâNyG°ï?&øÆ¾{ãÑâÀë®—¸v%ZSNÅ×+WuÅzWïð…Sè:Q—“܉߷üÁ¹¼~À†ß^þÞ-k'~oçö¡07’J—ža¡×ÔG¯‹ê™ËéÏ2XØÉ¨x.°f¶µ¶4VBzÏ+÷Pù\øêq(à†ÉírœG¤_alj߯lF_Ê?Ð.Ù‹c×ñö˜SþîMCȼdÜ §ÐõÝsß"[s«ôáôþÙezy·æ@[1ô5²|ÿ\–kn«XÁ5w´:¸IV˯7ˆØ\AbíUdµo¨)Ìç*´²xòg«t¨fÅò­»M+§ŒÝ[Ÿ½ã¼c±Ö‚(3X#Òj»NšÅXO^Ù{r¸X”EóèÑËdOó;Òlntx*¤MˆÇn +eídI”Ëk×}º´}òë:æy‘Ç ´Ô¥YâùèR3ÌËg.ÅÓ?ô«~«¤ؾ¶OŽÎ Õ¡wµuæ“f eT.§xÔ~rÌè©¿g®ÁÄ'Tåμ«±QdÙ+"ü2á\0“ì¤öÇV¹õO\OÉ^ú$ [h~tžROÒ¾Ä|>X\D­V/»S«Ÿ\tË/fQ‘ï¢?3¿\¬uÈJ÷#[8çt šzáÌÂ'7üÜÉGA oì8£ÚBÃÜÓëŽ0ií“ß/wÃ}ô‰„{À5qIå:a-™ýïCî® Ùô?â'_©­«.= !òI”š!å|”ŒaTʷ䤩ÙýoŽ|]™ªÓ{*û¹cÈðFû¥äÒŒwöµÇï0ÖðvÆNǤZ\£!ocÌ{)LúæÀ`Žîô€¨¹C_OVDØ«ëF… Bޯ皃&{/…½ëRùò„Jˆ(3õ©m®~E¼eŒik ÓFeµííÆöÄÉ3\§ ×5Ý·¢ïÜž|µ³¬ _™(«köI·{6WŠÅ¹îxf¦ýd-;£„Ž£tJÏLœ®ä.e«Ñô&•çê^ààZú‘Éó¤%/åîÇŽré«ÍâŸikŠçÙR2%y+YhßšÊÈ:Ïè˜æ\Fú„Ê¡ùAäöwT '|ø"’”Fiv5®¢ÃGÏøØZjf‡xÔ¼¸tLþL{ QuĉbÖÂÏ‹7ïMMµH»—Ÿ£O):¿ðÂiõsRµ\¦ûk;‰7 ë.oºu©Iúó¬cf®õ+=¨i‚l}vz)JÌ=t¦Üi–›z'áÌ‹Èw<lïXïKÐ[×e–èØ6+v›X•gͯ»ž|†¼·\M8Øm2òê³Æ«0>n'޵£ê¦yËÈ–VÛD¢p‰Æ©ë“Âl¾inø‰s•Ô\½ý*$8óŽhæ}R3öÚÙ©’5±žŒ·÷ù(£Î¥„”g›;[­Òz²ŒO}%•ZZ×òŽöÞð}ž[W©e/Ô•;ÎVU˜ç±Åð)˜z,|œY”â}6âÎMoÅr˜#5jç’íârìuÝÚ±/“Ù{>½©óõ}löd±÷"û3M ýåÎÈ ŠxZdþ˜R4|¹o>C¶»E_¶–|‘€z]Zj¾8Ó‘oQäÌØ„ˆÀ'ýÕºeoŸ« h ?ÛÝÊ*7ðYó\©ç˜Ÿ.W”P ¸²¾·EZ1ã’ˆDHrF¥DVT¢¿ÿ%^TrÙ·RhÅWN=Güß7 RxOjow§î­ƒ'èS®×8jËÝ·Z7•ìÜkPsÀcåbñó¦½ÖK"ÆÂw/YX&šr÷”íi?ÄüL†éåݨݯGÍŒŽÏÙ0õ>‘óœÖÕäì ³a§O&Œ³Mճßl·]lãôÒAæ¨y¬Ú$Hn“ZñtT\¤Í{¯þLDSwqêÚr›ô¼èÄ]¡Õuáó‚~§ŸAå²ñ Jœ:F˸“»B äâÒ–ŽªZ×C#¦õ2I“¼}}7FeZµÙbÇÎöèX1Ø/ ´ŠlzÂMi= 1:Rò¸ÈÌ·-Ž´˜‹<~Ü4\¹Uâ°OÍ.hµä°š¶?÷dP—u¹ŠäW+ªµ~×Ê¢2 ¦6E©o¡ ”ùéCQ{#¨%K ¢ÌûIýÔ§è,4ןœ©xü êúõ¥9SË‘¹=ºÝ±Ö>Ÿã¨WH6~h¿º÷zﱫœaÏÚbG²MjÌ7o‘7™‘ße'N©°ºòf//•eïµvÖ.ßì¾0îŽU+»±šws̫垴¦[ —ëÈNÇL2Yÿ"“6Sschè‚QÎå™}._T‡® ¾ó'cÎî~V(îÕ(hBÅHû1p)2ƒÊ„w´‘ÜuÏ™®HD’–áàQˆ‰R±Ýë²[ ɺSh“§p Ä¿ 5¤Y‡Ê„ãpÑÉ¡:ÒY™ëÒa¦wóØx‰u«ê?-VœU™^ÜX{Œ/ûü»|kz¯øý5{"WRYÓêé„—zªOFÔœ@,Ä]š8rX¢­µr26§â½j•ˆ.¦ˆß±ãPYøÚ%·¯ÕœFyñžƒ=Q–_—e«8MÊh )Š|D?ëí%,,­­‘ónªm"×,IÎHò/œS9QÃih^¢îJ—Õ㓈i}à\âsýRÞ#V =Ç0—« cx¥Å=+>é|JI‡z53ðXzÖ™iäGTÇV“Oº/Î0ô/M0®°7×|^|jÚ´#¾4oiÍ)!”Õ›ƒ:­keQÀ“:S'³o~ò«ÈrlðZ[ßK&#iý]¯õÑGš½% B›Tú•ôRçæ,ˆ«?ª«µ@Ñ #ŠýœÊ&tÍÊv–õæ2™+wg/™¼6(;iÛ“%aœmáùÐá³WŠ íŽ¥>ÈõÛåsè Ùüâ½ÉHsb1fñׯñSÙAŠy’u#ʽ‚"Ú쌕Z¦ŒÏ­¦½6Ä”-9#½‡³EüßÊT³ªw| &Ûo»[˜‡8k»TŒhÁK¾&*fàÍÑÕt~ ?.x›}Ô”•Jš2;7Yü„Œ¾ƒEá¥ýšg@ÍHì`SF¬V§ÅÍZí✫©•‰ÉžÈõE};]ºò¤#Ý ¼w%¤9®Të«Ñû‰‚Fœ¥oGB»•¥Ò\ínzLZ·Ã¹sT“L¹*†Úkï”·Ç63i̺säk*q'8.Zðð}'OVE}:+$.K:õLAÃL÷B ÓÇV–ð ùÌó×*r^©U„|lÇÕ§øüÑOÛE£§¤‘ëuyv\dósfïf%éöÏs5¾åmH£µpÝ+8ÄÎí:[˜Ë%¶c¯¼J›u~­ÖÃcÚ™.&}‘ºmëH¥°ô~$Ò`-ÒÎôJŽƒ¯ÚH¬ÅŽáz³k˜ c™w&}Z%<÷-A)·ÿÖ"opIö s"á^å¸)ûÑIµw(¤%”oU #È*Jb<ÿdùþµDŒûéíåVF(­q­ÛE†Y›§k…n¢ãV©{83Œrö&S¥à ŒeŽ)O3 ŽGdó ÉÛ7àUR`À`ο²Ý|ÛÄ4ˆöp:cOTÿþ½,¹´‚¯÷ñÁÁ ™’ïâ-Ã'œžœhónOÀç«5!¸W®kX·7’²[SuG×uè©àð¢šuzƒx±RŽJ¶VÍMƒ¨O\Q‹Ä¿°ðºY~{=/§NsgX[ÑÞ^¥¦„5+<ñÖÖõæ¹S>|ÂÕOè[^/Q×´¹vq“yó6¶2•ÒÙZX|“‰H”÷&«îtµ*㲎ÛïÖØ4kÛ^lBVZ)Ì=7Ö|ÛŒ[6·¹±éÒñ cÃzYBÇcN?­á9êðéöLdXûl²à:¯µ-…ù¤N¸Å«Ò鯫‚9næÚò«ðseÓXu›4´¸å É^¡þ@ì®&{¹à#ÛIž±—ËK<¾nU7}ÖϺg®Œ1Ò2=vžÊÉ ×¯L|˱…îäY@«†r[ã5,éð"Ë֘̉(…•ƒ:öÜN5RÓ+˜—˳µ’Ž£‚ ·ì+>°XÞÌu\[°Òxެ˜çÓ qÉÊ»qŽ3²ácL_+%Âi.Ü¿ÎRî2CÊ•e’àxñ~Ò`K±èÜŠÈ0¯Ïq¹¥µª}þsÄ»B]cÊÕ nÕ§Óß‘>'2ìà›ŸW”gÁÇ¿q²Ô§Šì[ÛlÆÓe ƒlÊžV¹Îƒ‰tQp¹ÙàÅ$²8c•ÝÝ£& Åfò´«s%ï6„÷:îr¨ì›4KÑ’s«Ëi’7ù"…¿˜§Òv;ÅV§=g·ÛN¥×ײ݆RxkTOïT¢îžŸMMpSFü¨¥8Œ’“¾c´òYðóâð>áý\,ËÃc‚ûÒç\»²9çU¼ÍYÛc¡UŠ‰ŠšgÇ”ÆûöÝ?ŽN^$ç"ÊR1¸v9 KMý°äP²ây*­X¹È¡I–O_ŽŒ²U8*29¼DêûX[¡e¥°“'i:Ý_¥…¤J·/Y1ÄŸ-òôv3¡Ú¨¹Kzüi«Ýl`æ>jß×ǼšÎ0^—¼Bÿ%˜üKGüä‹€Gm€º«dºEÙÍñ{ ú)QaÓ‰\j•Fkõg\’w_í.zF¨¼bè›Æ»§™ÊïVMEùDÝÑDçRY÷ JõœøÔØÆ ²·ÔÄãûI'ORÅKõÛêpxs‹ì|ëÌÈ116¸RÍ#À~“Ã?æT@ˆ/‹žo›Î‹ü’y]™Œ²ë÷ìðuìPô  ŠÛuw®VÍÈÛÉlT1ôòç”´ÌKaÇkÁ›ÛÊÄ´OYø‘Ô­t‹6çÌcHÆFuêû´)f´ÅÅ=,½nš%‘ùºüÙ1¡™‚:Ý”//asÁuã…q3^Κ$ÏÇ–yÑ»§,|ý…é¦Ýú‘² ¥w-.(¶’¨  ùª½è®¢r=–ÁßH®%iñó‚´¹šêñI+³t÷±†×ù^³ nÐ$êþü4eZˆ1l>œ„9Ï=òõU“+› §ôâƒ.Žá–†W\‚©¬ ì›| _8 yxÍÛäJ®6¯—±D¡„FCBÚñ¢Ø^õ‰çýþ>SêÜLú'j*‚õæ¦6‘Êõo ÏüýZÂ.\Jlœ´¹ñáno­zþÓ·íÓäd;ë5 #žÌ¤QŒå±›TíŽßIJ:aéýÌ3]OZ*2(ìJÙ\Ôï*!ŽÝŽƒAv-`/Ëæ§TÙF\èMxø0ìÂ.à»Û¯u0#±>¶@}D”ÕÕqE–æÜ·”“^ªòkGvМOU¶•]ùö‰ÐË{äýxv÷ É·@Šç,5ƒM½ÃCFGLw·…)ñâ°6(ÐÚC»ƒ+µØ oמ*J;y#D70âküÝÆ…pƒg«2·¬?d>x,[UóɺÚeâS/KÜrŒå‹J^R/Tcx8kȤðK¥¶ÁØrNÉ…?±†çÜÅÈ#üDêÒ£ý EK=¥<%‹ #æ´x¬CÕÁ6åOÞ…Cš_.”ŸÈPÈ«»HxÁ½S‡´DzD׫Š2ßæú¸Ð©ú†s§>’}m9êðáZ}{i ¸½B¢«¼VÅÙÄæqM¾ÜÅÃÛúBÙöMƒËëOžíét—;æààè»É3ùŠYZ·Ú@}ÙÚ©¼»*žû€ÐÁùÁäZ&ÿ—{¯\ý62=ô!x”JÖ€[+d”kª[!¾GAÕÎ\ŸõJõÇsÁøÝ9ÏN;4ôí›j<ð8íe·ñµ ˜\z'¥bgIĬÅ=çL´±é¬~Ó«ƒÃþdºëyMLܼÏãoø+2‡Rú”ú ÈU+zÔ±`zmçÆÒB«rrƒÕžÌ]1õ”3׫ÇJCÎÌÕ1pFJe­¼áQœ§àl¸x¶‡ñt–=Û#$gªC;R/ÚN›®áS1cÚ“´[÷X?ÚÊÉ õÉ‘,õ*öÓä2tr_¡Zðs[R3{m[·si.Lw7QåŽ/~øÕúæWZ^÷Ù{î˜<±3FPø›ÙaåKŸ´È žÞá@›¤,¾ÛÏ'ß/ùÜ’;W‘0I£YÁe&‰\tÏHšÆøP¥©tX`uD¸À;öø¦˜Ä¡‹¡›/“Œ­õUÜú-ë í†]q£Žûåïm­_³ –ëÖ3 jY*¾uªåL¬7¯¯…T=•i}Æt I>I„Àa?9gEâĹ0Þë!âwuŽ—?‰‡Ç%LÎ~]<\ZÏZÝ=»š›(îœÕšªàf9OGžv‘»×ôýê¨Ýɲ±¸ªéÁkÂãøŽTœNžÂœ£·"ö¯´ø¾ ¡.$œ.nÇké_Ñl™ÙΡz%µhyÇ‘¨þþ /&øåŽÈ'<œ ̽[*Üo7ûÔÑPôž‚D R¿ØŽ‘nôf’ÏÆ­ôê¤7›QЙí?Èsèe ô˜{ãâ%^ªƒ‰²àô™Çï64Ëlý±HO°½)’cä?ìΘ`GÄÇ"v,³; élú Êi!ÍZžc§Ìi{PLkÔÉk“ÚŒ¿PÙ‚[VëèÍ7GOÕ¬}º{œãÔàÝàâvM'Z¼ë‹U ïë-#¿$?çOç5ž(/]R5ú2ÓÖn̪ÑfÁÕ\ÅZ]¬ñ­ób‚N­Õj0‘…d¡Øí?ÙÙ“úÜ¡¼Þ%Wnq¯„¼¢ìPéü8~¡É‹ÉkÒ·W(NQ^`ì­¤}ø[o¿‰õL¹ãBÉkw˜õƒÅ)–L"æO÷pFP!òÉd¶†C”kAÌ.Ý¥,IäßXV©Öwn8o¼Ò•™9%Àu,Ϋñ²QŒµÌò©KœÕ‡’ÒGÒûBÓ:Ø­©È ÓG Ë( žQræGuöR}"µ&*tê>9qÃî‰`UŸ¾WµY´›L\âyúd ÷d1žèP™´D[yÆdÊ÷±=ÑÎ21‰·›éŒ)xÜCÅØ¢ƒdRmšŒ)sÝ;Ĩ¢½d­šéG(l܋Ą¢#eÔ›YF¨æ/_Q~(vùòùËb’o®¨¿»HwE–Nì„, O# wà߃ϪuxÞ}Y ?ú~ÃSCË3t{ÜÅh£} ­Ï0PPzº¿;ý¸!ÖðÎúP )÷x1îè†TCÛ3Œ¡”µîƒb»¢5DÞΡS¥`sc‰lH6´ÉaP¥Lso£Œölˆ7´Ê¡ï 0sÏŒŽhH7´Ëaì w_#Švjx6diM'@Aåî%Æíß4dmÍ @á^'FíÞ7tÇš¾ˆBÃ=]Œ/:¬!mÈÖš±ˆ²Û}Blo´KCÌÐí9:ˆBÈ=RŒ#úÛ^À¾R7M1‹èü†â!tîäòÔMXL+:CF{Žíš[™˜HtTCÆÝã2åš»_…_¥ìÙ·²²•oß6V4Vr½ázËUÁU¹î®÷XÏSÏ]Ï{ÀuÀcÀmÀkàñ€ç€û€7™+™™™Ùc2O2w2ï@×@@·@¯ÀÇžîÞ ®  n ^ <ܼ[\[oYMsPt4¹ÇóB·BÙ)íd‰}ÅECÑ´g­Tóéti†ðãÉÞÍ•#ç“–%Ñô²ZÉÍm#”óiË×Ñ ‡"ÉQÍõ#äó)îi{²•­Òì[“û¹TuÙò‚”%ÒôZï˜<ÊmTÕKËkU6I³i…Lœr:tÍòò”ÕÒÌZmM\r›:ôÆó”á4´ÕaôžÍ]ªYY‘ƧO5žm¤k<ÓÈÚx®‘¦‘«qÄq>WÂ@&{0}ù3¼_ÊÙwåÓ«ïÖŒ™T>‹vªQ‘÷Jüxyûöªœß÷åŒÚÄ‹{!Ò‡_²µ%°›-ö©kOÝÃ\~'§¿ÚB«`¸zÃjå£=¹Fæ—Â'枊 ÉÚœû^pú.¾ºæÐ/æÍ&dßWã/{PŠ©“ZKéƒûF_ ×NÍÌ8Ófô s¿×Xð¨9ܵ°œyÝ“ýF_òÕêRz±‘—|dƒº…íH&΋€“Od-™¼ãêlÜ.šŸ pëqÁ€^©uTì<ψ…1 OD¨Û%6~¦r’>ùanõÊ O|Vû .੦·›F×ù‹ZÖDtÕÑœÖÆ½·óú&²/hTQ½P²•ñPNîôˆW[*Uò!Õ+Iº0h9,ô•…IÌ ó.dž=íwÌ4;¥Æ®V-wô?ìæ`¥5Øð fºw‚øÁ7µôw±2) m)é'ðxó_záº'~¡T½Z5I©H’yxxÂØÜ8õG}Í;f-æT4hÙÂÁÜVOTTÂJÎB:_!¢`@`Ï@'µJîé.ž#ŸF(ÛÖP­Â|wÀJ‹ŽS‡æú æÂ­á9²›ä"ëSC×;Ñ^«[Ø‹”º ÔK+jìŸ0¿?€wz€ÍîÕi•teÖŽÜ5÷¬~õ´}´ !!ú(ÿ‹rø‚ý‰¯û¦D”RÜb\öòòðJnŽ,Ÿ™ZˆõÉ­BÉ£5-F-‡ÝÛ ›£k˜¿èÑ‹F™®<÷l3Îÿ¬¦Öäs¶z©&£ÿµëû“.wu5û¼wEP°#MÑ}£P5EñxFÒRïú†¬»Ì®(ÈÓ`m·¬š“¿øÍï“?8§š†ÏÛybž9òž*û£w††¦‰½¹ŸkjÃxÍ; pqpλÞdBŠ øûOÅ\ºd?ú@5.1)Y—Šÿ*Û9•ùȾjös§ã ´e¢.d<ë­ÇºhýB>¢ÅøöÙclN'ˆg¬ ì$*qõ¼pí ͳ§Ò¥öí|”^\ ïÍÖôûï¸áÖìøñ+êÊì?~²{àÕÜ?gi×ÈÆ×?åÍ•tDâûÐË7y¾ÇÁ‚ ,X°`Á‚ ,X°`Á‚ ,Xþ%ÁÝ*I¶=?ÿüguÇ¡’W›7ÒAIˆ‡ƒs ÷§!‹ˆppœ‰ÿ²öç88§÷âàXïýóój‚ßãÇPOöÿ(OüÕ\qpp·×\ßó·§÷cLÛƒ¿t]ÄÿûÆùÇÿáà´ŠÿuÝžßG•ô¯ë¼ˆÿùep=†ƒóôÜŸŸóžüµ¡²öüu]òþß›nÙ?²›!Æ^tÿa9ðõûþn fìpøÄ÷{'ÿª†ð{ÝÕïýÎm £8|¯úþøbëñ·sä_¶„k¸Øq€å׎ÿK×yüÿæõT#øgÇ "øc¬a öÇ‚å˜þA¶õ°`Á‚ ,X°`ÁòÇÈ}l`ùßÍ!Ûöˆ ,X°`Á‚å?9‹Û»ìøý¡Ù± öNãÁÿŸs+ß÷ï=ûsÝöòÏÝ9dù¿äkcØëX°ü^(±m€ ,XþÈYù'¯d¿ö寽ç¸ÿ޻ߗýýÃjúG§Nõ/ϱ¿9Äï-Äþ_©ƒŽý±ŽA\3\ \ð¶ã>îQJ6Pwt«ß/ÝE¸&àQéOãha/],X°`ÁòO„Ûÿ³Šm,Xþ£rá¿î›x‚ØÕËtžý ÐÚ88Üÿà8Sÿàü)~§ßåvÇ¿æ÷-âwÖâìÄéÂ)ÜÉõOŒMÿ?ž¿úÿhìš`¿küF=õo|@ ÿé½øþ8þ/ýxÛuÇãØsù·ÌoÛmb…Ñ4?`×V,ÿçò;ê±üíÆÎÿþuìÙíç)ÙýÏ7²û¿qk¸íú÷/Cøè–ü‹å:úÿ‚'v-ü õÿ§ý1üoøùÒ¬=ØþÅ‚ ,X°`Á‚ ,X°`ù éAúdAÆ d ™Aæd ݆î@V5dÙBvÐ]È‚ B r€¡{Ð}èä=„AÎ ä =†Ü wÈò„¼ oÈò…ü ( „‚ `è …BaP8EBQÐSè Å@±P%@‰P” ¥@©P”e@Ï¡L( ʆr \(ʇ  B¨*†J R¨ *‡^@/¡WÐkè T½…*¡*èT Õ@ï¡Z¨ª‡>@ P#Ô5C-P+Ô}„Ú¡¨ꂺ¡¨úõAýÐgè 4 B_¡!hF¡1hš€&¡)hšf¡9hZ€¡oд ­@«Ð´m@80.ŒãÃð˜&‚‰á0 ¼ Þ ïIá½ð>x?|>‚ÉàÃ09|> SÀ”ð1˜ ¦†Ã'à“0 L ÓÁô0ÌŸ‚™`f˜f…Ù`v˜> sÂ\07|æya>ø,Ì À‚ð9X†Eàóðø"| ¾ ‹ÂW`1ø*,_ƒ%`IX ¾KÃ7`X–ƒåaXV‚•aXVƒÕa XÖ‚o·`mXÖ…õ`}Ø6„`cØ6…Í`sض„oÃw`+ضma;ø.lC0 #0 ;ÀŽð=ø>üv‚Â`gØv…Ãn°;ì{Â^°7ìûÂ~°?ÂAp0üCá08Ž€#á(ø)ü ކcàX8އàD8 N†SàT8 N‡3àçp&œgÃ9p.œçÃp!\Ã%p)\—Ã/à—ð+ø5ü®€ß•pü®†kà÷p-\×Ãà¸n‚›á¸nƒ?ÂípÜ wÁÝpÜ ‚ûà~ø3ü€á¯ð< À£ð<OÀ“ð< ÏÀ³ð</À‹ð7x ^†WàUx ^‡7`ÁCðdBˆ!ÄÈN„Ù…ìFö ¤È^d²9€D!dÈa„9‚E(JäB…P#Ç‘ÈI„¡Eèz„aDN!L3‚°"l;œF8.„9ƒð ¼ráGAä"„#"Èyär¹„\FD‘+ˆrG®!ˆ$"…\G¤‘ˆ "‹È!òˆ¢ˆ(!ʈ ¢Š¨!ꈢ‰h!7‘[ˆ6¢ƒè"zˆ>b€"Fˆ1b‚˜"fˆ9bX"·‘;ˆbØ ¶ˆr±G FEGäry€8!‘Gˆ3₸"7Äñ@</ÄñA|?Ä @‘ $y‚„ ¡HŽD ‘Hòy†D#1H,‡Ä# H"’„$#)H*’†¤#Ès$ÉB²‘$ÉCò‘¤)BŠ‘¤)CÊ‘ÈKäòyƒT o‘J¤ y‡T#5È{¤©Cê‘HÒˆ4!ÍH ÒŠ´!‘v¤éDºn¤éE>!}H?òù‚ ƒÈWdFFQd G&Id ™FfYd™GE䲄,#+È*²†¬#Š‹â¡ø(º%D‰Pbt'J‚îBw£{PRt/ºÝ@¢‡P2ô0JŽA¢(%z ¥B©Ñãè ô$JƒÒ¢t(=Ê€2¢§P&”eAYQ6”å@O£œ(ÊžAyP^”=‹ò£¨ zB…Qô@Їè#ÔuA]ÑǨêŽz ž¨êú ¾¨ê hŒ>ACÐP4 G#ÐH4 }Š>C£Ñ4CãÑ4MB“Ñ4MCÓÑ ô9Jj¿×þü§E컇]«±`Á‚ ,Xþ7³ñ+ÝÛËŸ†ùµñþ”¿ç›W¸¿S‡ûN ,X°`Á‚ –?z£ûo6²ÿÑ2îÿ°?,X°`Á‚ ,ä÷?ÓÿŸn$ck,X°`Á‚ ,Xãûoû,X°`Á‚ ,X°`ù_xG¶¾e çÇÿ>jXÚòmËòVýêÖpë8¿óÇ?Íw[÷/Ö·&†·­ÿ/ ñËlNË/ïí°`Á‚ ,X°`ùOlpoüÔÎÝÞà^Þjó.oklÿ͆öÏí_›áú¶º•mý~Y€åm m¼m rì#,X°`Á‚ ,ÄF÷:Î_ßá^Ýj÷þÒøþµ;Û?OçwÛ¿ÕàÞø©µ¿ýn6.Î_ÞýÆÁÁîjcÁ‚ ,X°`ùc4²nïþÜî]Ýf 矼³ýóWIÖ·пÖàþå«%ø8y7ûú,X°`Á‚ –?jƒ{û×I6¶5ª×·u¯ýÔ ßø†ûo6ˆ¾;÷w”XC ,X°`Á‚Ëcƒûo•¿ÚÐþ{Û¿<ÿ[þžébÁ‚ ,X°`ÁòŸÞØÞþüoÁùgÛ¿ÕïçÆ5ö¿&ý÷æä}ßËóûŒ¿—¡[1ÜT¨Ãݾ7þü Û§AŒ³õu¢{88{7û;âàœV¨ù‹ñÏ+¼ÿÞqC¡ö{©¢ÿ—ÃïØšÖ™O?ÊÍÅx÷ñÏu¿t_<°Èx`*;·Æ9óãùš¿…ø7êˆêÿ[å¯ OüÓû­éþ–Eÿ¿³,ïô‰þÆpÿìòý«¦CˆóãˆÙ±Õ½ó7öÁïM‡è_´¬¿¶ý‰ÿMÛïYÿåþú½×ÃÿÖ¼þ.)(I€ÝÀ®-»·þT·ç§þ?wïÚÖ½g˯M—œ“66@÷&BÐïÄÛ›»·nÙ·ÍA€l' €8Ðl` ìÀð|ÀY€Ø"œÛ"¼åÍ[Ú€@Ð |¾ƒÀ0LsÀ7` Øp qˆà p ˜qwàp‚À@¸(š€` Xnq'D‰@”@Ð Œ߀Ýx;p¨!@Ç@€ ¨>>Î@¸ ø•Ž*PF€C¶Ç èÄ ñqÞªDø8šÄø8M;ñp´wááì݃‡S°‡‡ §ò.Î*çÏ-j­n¢­îí¶êwütÍüù9á¶éþ4-¢ŸúmlâlþÛñý‘”Ä[H€ÝÛìó'ö€CÀ‘-”8øà<‡ÃœøÁ™Tðë4 æRAŒ‹Ãˆpqîn_ç_– gÛzlóËO­l¯ß>þŸÆÄõøß×dÇ÷Ç]`ؽ æ0p Cœ¤À2i`œ"`ò7ÚÓ9Â?Ú½T[­ß{º/9@™(ö£þØÖpO·êïþ¨ß·Uÿb«þDzá~ß;x¿ñ—±ÇêÍymM÷—«ì¾mW[Â?]¥þÜâ¡ÝvÕ¤ßvE#Ù*q¶ÆùeyO‚My8PTÀ1€ ŽGrà0@€ýÀ>Â8¤8œÁëÌ ÀaŽC „À€Àðܭ݉ly`k­0è^å*°,KÀ7`Xæ9`˜¦)`@Áø Æ€Q`€@ý(‡¯À 0|>ý@ð 躠 è:€@;д­@3Ð4 À`óU=°ùŽhóÝÑæ‘P ¼ª€Jà-P¼^¯€—À  (Jb (  Èr È2ç@¤i@ $‰@<ı@ ð x DQ@$„¡@<` üÀð¼oÀðn€+àŽûã5ôpœÀCÀ ¸ÜGà.€l›û°ßÜÇ€`X¶€p¸ Xæ€%`˜Æ€ †€ ·¹LàØÐ¥  È‚çZ ¼ h· @PÔ@P”9@~s\@ÙÜ?›ï‹A) H’Àu@bs¿€~b€Ð â þ* \ÃýñÇö@ peó8¥èæñÊÀð€K þòær‚n€ ((`0€‹`¸ ›Ûmóýûæþe4˜Â Nds›‚îH@P„p|52Ø<_æÀ¹Íc”£€.Îu ä’B {ëœ&°yl€’ 0=€ àýAé‹@üæy(8€^ ˆÔ¶ÎÙý€à„q@  ØoÎ8»yÀ”v›×H  èØÆùñKg›¢Å»ùZ¥ïÖ9?˜R€06¯µ4@ææñ Tõ€!` X [7ÿœ `Œ6ïÏ} ¹yM2€<  ôc[ŸÞ?Èà10Žóãg]6_`? (U0Ìp~Ü3*^·7àîÖ;¼€¸¼>lw›Çêæñ¼uM®×·®“ï€ÍÛKw6C°Í@yjëßæ5öäÖµóÙÖ5òðf«…ñuó5µu-=Ú¼†G¶®¡›·³6·î–Úæõôð8 |ÙÜ›çÔ­kïÑ­köƒ­Vʉ­ëùá­–ÚåÍsðøüãx÷£…ó~óµ±ynåÃÍc ÷ÇñÄó˽µ­}εuüÞz°oS¬[ÇóÖyxk;0nà [ËH·µL$¿Ó¡Ü†bkŽlk‹oMgÇÖv=¼õ?´µÍq¶ŽŸ_ÞÍãn­ßfIó뿜‡‹‹‡‡K€»Ÿ÷Gð~„€`!Ñÿ‘;º`Å¿¯>þæØÜ `àíØÜ:[[f³.!îŸB€û÷ï—Ž¿ÕãG¿ï3Ý|ÜúàÇΈ~ ;ðþ:øáö'à)þæ²o.þf ñæ®$Äÿ%øD? |"|B|‚  dñ¦;ˆHÀáNÂÄ»IHvïÚCú§­t“¬~ëÆôÖóÀºßüØôw>ÕèSÝ·í™(¸lR~ÜÞ¿œ´ø7/Î8kàÔ»\š þ¹¯8%¶N·n^¨p‘¿œ«àæ©çeG4¸l9´œ{÷nóT³J»¡ïûðs $िð}nÍŸŒó¼ö—±Ç§Fé>´ìùòóÚè|#µbl󔊃¶üe_Û¶]õ¿µ®÷ŸþðK·8¹jŸvÍ÷·B»¿/mPǾU6#8&÷×þÚ”¼>n€-u¼âdzÜ!³º´­î+ß§É5{©ûO[ð§åØ*»¾oÉÿǨW†å±,['hKpîn ûÞûýÈ3óv÷TW­ZµªgHno%Ѐ3æž®‰Yxúko½xõïÿûÎ÷!_ÿ{]¥ûG•$ Rç¿Ï:÷еþû^@IvOˆ@yâŸ,ïþuí]¦]V~ðƒlé!þ½¿®¶ã]W,pôÇìTŽÿÛ‚øPÅ¿î³XÊpO¢“þïýà_þo‘ƒr¤2òŸ¾Åº™îݺ»Dƒ]³¦ž>51ÝHºqûþ3fäJô!ãS@D˜pò!£µÍgŽ Ø@Q‘öÿÿ©[LßßGHP¡‘Yüû܇?òŽ×ý×µð¬`ȯ¶‡]Gû-§¾®ýùì΄;h¤qžToàÿ:~<£ñ“·í?ëú JZþóYª‡y:€+Ïÿu¼{ÖúG\w¨Wu2.6ðOq»wýõKæÐå€`èSè[á¡^8€CcÀÎÓ@„.SŽžî½*˜ufM¾{à´^ßý#Í€jegìù}°¬ÕXç*ô&ÿ ×±ú'\`r‚ø7‘^sF|&wZþ3¶ò€ÉáîCýäþ­>zzæ¦GH}C]ùB^X- âŽáè‰õÑÒ¨‹Çð{ ”e¡ÑOãÿ™9|’[ÝîßE¨/ýSô2=]­Ç>õ™Ñá?øŸ9Ó'Lž_úò¤8χp7ÿ3;÷pŸzâ3(úS |~b-ó ŸíÖ÷zo@H¾}¬ãÎ'ºÔÚ- ŠÀe¤»• «4LwŸ¨ÛR±_¿>ê!e3À©/€Êt÷3Ïž(‘>”ƒ|%}À `ÕÁ_÷·sbƒD@òøùKÀGø—>Tµþ{a¹« Øiä{òMÏ.ˆ9Û€gbqº‚*ÿ÷ÀȈ”+ôO>¥…Ù ÕÃë•£šÿ‰_¸ø? € NmxŒ Ò¦SR¼-zž®ŽîÛÿóù6ÀfȆ¨WEŒ%;c®æÂUY}ßšÐó?Gö˜!~P'€ìÌîälÿ5ªx°‡âƒŸ^€šïn‚x¬4^6žR×)Øã}Üy÷sg1À0 ×êm® %ö~è4¿ž ýkö?÷êÇÿ¾3© àÓ†1ÈÏí¿Å_TÒõÐßcÊ<âÙ|ÿ¤æ ,´±‚Ôvó3 ÊNòú_¿þál ÄN÷Ȭȩ?gUÈ/×þ¯Ù Táœø”샲‰.»üÁÄñÐÎÓkƒ‡á>ì=ÈkÒ?c€¸)žè©ø^Ú@nD@x_=v‚®‡^ öàÝ¿>Ž=sÛú‡ÿadäËqâ~Ðö—‚2_ßõ×ï`÷Ã.Ö…hÚ[ú_ϯžôÚ™Zqäð¢´ëÚšõ£¢¨uýûîåV£ê'J¹–óDwF¶Íc<)î?ò{ynÔ­<»^ýÈßPyò®Ö°C¨j§"°cƒ›Ð J â?ç›di‡+(1ˆ×]>ø( <p«áÆÆƒùãÜ 0bj&p ÔC·gþ3cd6í‘O‹€ž(.Y™*œýoŒ ž ° øìäÕ¥tû¾ùÿ^<¡³;Ûõç˜.¨û8¤Ï·âèÍáת’w@ï˜tènúã-Ϥÿ,> ,÷ ,±<_,yNa?êg.ÕÅ¡îØÙ^Àj#àEæjÍØ«ÜÌ€Ø8{gAÏ®L~}Œ>úA©{TUq ðf¨Ñ\ âùYÅ~½ÇÕ0†§áÐK¢±ÖMkÅÍ€-jcÂÓª´Bì%0õØÝhA}³”#‹)º‘| ‡G¿ðú4†þõ'jþtû‚}žç}µ}±'çSòÞ[BOòn·ý§G‹POô6o.Ô£ˆ:UA:ùo©›Oòšüð6ÖÙD1Ôœ/`ÿÅ#'ŽÃžtG&Ào` ß“>»ñ_ý åÉ{‹Ç6>Ã_eþÄ‹ç}‚C²@}Ä=x»´ôik÷upDá±²¿‚8†=ø¿[XúÃïz bï_‘¢wpE?pXøÿy‡Öí½ ʳÃ#á@”°€=(PdTG¥@U'=yû_úytê£;ÿñÖ-¸â·öà—>HÖBKü#k@ìf6]ÿ•• Ðú½ÑaÓ™öó[Ÿ¢ÿxÇTšóåéå“ÜxmòµµòЕ˜˜mØþ‡óÖoÐ|€¥÷߾؂jrv©´çæÐǨ± å`4vˆi±åÉ{/(“Vsàœò~cÔa9·/¼óYB|dyÂøß-ÖM4lZØoxöX•i; D÷ÐU‹å3_@¶Ö÷çy°ôaouPfröÙñÎÀCìÝL ”ñáCäÇ.Ÿ~Úo ðN”ñ¼¿ ¶Ÿô¾†LøüÑÉÈfþg/÷ü<žTÌÀ&3 ~ºÇ<Ÿ;„€Ð±xð´p÷ò ó÷þ¨·îI°‡U'@žS@1þQ'ƒ–ýfê{ ÿȳZ+Ñ1áÀÚªécü·óCó]ë17‡JO¾¿ÑL¿qÁâ¡nV@µz¯{£ðFv?ì¡?E̘<žk=»ÈÕC¾Â@s¼ÝÃÈÿóåýG͈ï­f¬X“‡÷‡(* ߩ x'!€iÈš10ÒÙ ²óþ¿”ã@í݃…¾µÁ˜zü†—>€45Ú±ì¯ïx:x¼>þ°Šêy]ªèS%»! nÑü€¡(‹»ƒÊÀù°ðt~Çäï×?¾®Í/üµX‹;ø ÀæpwÔu4v8Æùmçýëdª6 ºÂÇ>.ù7¥¹n} ¬Ob'{ìbÒËIuÀÒ1ñ?¾ g<Ö¬hüC'â`ØÄsMÁeÎxóÓþ2üQ¥0S/A¸âê™mCbÿÕ#ÏöÎ2™<4øØáî·u5ÉÛÿ1’²é³‡¶b?@Ü Ô×Ò˜ÊO…€yà9Ä'çû©é WUŽ`@w% üGçùöÍœ2Ö‚Q ÊáO€;# ì}] ûC#³{;° ('ý/´ymvþx»AxÆMýû[ÐC6Dý޼ZrGÿ¤Ïï¿ÛÎÝ-Þ]v±ÙéštšÎ~ò](ðiäIX¬|óW$´ƒòH½õ¤-qÈ|„˜ô>Z0~ !¢ðYÁÊÈ©‘øè¢E(Ü÷K‹ûÇŠ_0[0_ñ{Ò±Àzÿ[_ÉÙ‡õüë“ëöŸÙ[1 Ù1[Ùó´ì<8Wˆ-Ïèøü4[ èø{,[ÀŠør [ Šøw[ž›ó}zñã?-„à»#${÷xýÁ¨^ K?*ñi‚å¼0—ìÞ%x¡.ù× 8!¨µÀ ‚}$|aïA`Œ@ˆô’÷wð‹ì·Þ|xƒŸ`Þú¶à~;Ââ Ò"„â ‚ÿÄ⪅¯ð‰9Ämßþ§äw$|þOt’?ÂðqƒÅ?¡KH¿ ÿ„,é?ò.1X1îòÇì'‚¡ŸNü1Á(©Èú¼SÁp©ˆ›<ÕÁ8©¨›¼WÁÏW0°Ñù<‚Ôµ Ðùۂ̵À¢ùÒƒôµ ¢ùׂp;Ø‹¿Sâsi¡+p;ãåt`½‹í@)örÅþ޵QÓhR½yÝèlö ³QÝ  ²½ÑüãsÒ¦—!?ƒ˜Ç_ÅÐÏÁ¿Bˆ.0¾ïûaù½ðûñwdåg¨Ï1¿Bc}G4sY ¯Ë31ƒ=x¦Ú}áú ‚ç#š×3‰wP-MÖfà3ß!‚ *š°ßA¦ºÂT¾ÖrÅ ‚>ÿöBø#zæ3™_P{àÖ¿ž3º¢ @±~DeïŠcþííïW?×—´:XòÏD¾BæºÂBÚ4â¼&øìp Ek|!Þİ‘à†Úˆ^ùLîàm-˜I#¶Ý3ñÈÚ&Ãp'WÜèçï \YÞ¡ÕBâ½Cúéj†ð|Îõd27Œ¤ù;ÂïçïÞºjIrc\<â†ê€Px‡¹ò]9úˆû9)ÿ/´°ï’oœÀ´aIþ™Í {cÀ}¶Å ®!¶@¡Eõ ¹ÔÕfà9+7êÇ/ÔWgÚgõ®û_`\ÕiÁšÐР¿¾uÕ§×iºx¾Ö&ÁÕôVŠbUÒð+¶Ñw±BÈòçèÕàD‚¶É5³8V4Õð³8á“=š7Þœ:ÀpHþ ÛxöŠÃ[2%ã FJï¦TØmñÝ’aèÚÜý)¹'ø]Å)X¤$]îª<4)r9¤,°«Üöœa¸È!%ð¤Ñ¹ù%褱êæ>š&W|y)ý¶ÎŽ;틾4ToW²E&»¼ÌGd "itn ¦Îìƒ_1™(Ùþ[¿ª7ÀOð²=9ypS®6Gž1ñùÑ`âïýb9VÆ—÷ÅpªŒ÷‹ãÈsk>!Ò`HütH‚xWHßÁdº 4!ÑÔáT†Ô’TKB·¯7ٽí\­‚ؾúË#ž!¶)ÊæÂ¶³~Î}½ÝæP¨š ¿ÝUh:ak„€ùÛ£èfs[ÑK£·±¿Ó‹ÐPb›¿O€•{ݶDjA^»çiN°–»k(M0 xì7vÆ_P;±ÔCÏûî7Ÿ/C¸]àÝÐ:Cpùà6.#½'rËø-¾4rA•Ѻiæ÷\·%ú`øý†ÒN·Máàø=…óó¯’Å÷Ð}Þ–‹‘ÝÈ7ä}þjÍöfªqðëífÜÊ/PÛøÍ$”aPÛ –Yb/¨”Á"[L—mÍÈ”1"›ö—Š+±¨ç›‘Íø•_ʵɘÉ(Ã6æ,cTç».³VRß=sñÚ^ ÄsBÃm<¤sÂJl$9$sÂHlÒ=üpÍH³à{!îôR­Mî@킼ޣ`ó‚¸ÞÝtYË šÐ“m‘ºsÏÕq‘³ç;ô"žŽ«à"–äGa;0ɦРŒ„ŒA(CÜÏÐñÙaûK°´<(صÜQø; &ñ W~*ͦ 1'SÕ=õˆÛ™ôd’þ$ns;ì¹ï,‹T¤Ï‰í …¹õIÁ÷yH¡W92Ÿ!'½•ö ÿ‚œÝtýÛà£X&dY܈;üo&4nSû\NW¨ nM=0±$tFO”·ŠÜ†zàÆIØ¥žpoBÞ=çÃ2±(uÃÚ´~iåA=€\ÿ³à¦•'΢·éÆÕGµ è[õg0?¹`a'ì—ã‚‚*wDíw­Ë/!À\ö=}¢®ï³¨"]"8ŽhÎçÛqïMÑ ‘Z>á#¼€[œïHºÇU©"ó–yáúñÝ¿†@—û…—fçËwEëÄÀ3›7 èO§!~ß¿qôª„Y¼oz®á>¸×v×ÿ×ü b‹‰ÏÓÕÀå´<Ñ«úÍ‹{0‹%D¾?çþ‡Ë•Âý¨÷_û5¤}k1­|²à€fRh‡ò%hà·,VÞÿ0öó^þ¾â|•À g4°öµ ‚ ÷ƒ‘†Ö"M‚¿î¹ÔiÞdá=y~‚¿æ¿l˜6·‡nõ_+ÙRˆ_LÃ:Çá"Ä(™¾—v®ŒXý8RãdYïãØm›±Õ:˜Ø]X½°ÅŒL‹±®ôž=¢i±“‹ŒºF©n!ÏYNë,Ó®¹ÜZü<8Â8鈡^g—ÚÞÜßWm ®÷™b Þù Í]©¦–²’¸vmt¢1—6œát°®Òo9TÁ‚‚|áôÖtu¢œ|ËÅÏ>©ÂÓ#C ÖôtgÐ);çÞ»pwçe-çªpõ†Ô—Êí=½‘—Ñã#?/eµ½á¸³ä¤‡¯˜Y˜Ž¿ž® Ö[º^{D@UûûâõHîãÌŽûª6jô“Ó† ÷hÃб|sX±®¼„ÁîíÔö{ÃÀ‡k­zX—þ£Žö¬ÐrÄ*ŒdÄBX,áûLéòÇюД!©+•Éè*Iýe[Ò¶}H?éd†˜Œ"ËÏòó‹tj.á\Â̵£‹,&†â•Ыlò£N¶/™µ­B·Pª2Šè’ç*œÖK¢#ßoÌíŠÊÒ˜ï˜bïÜÒ³s^‹–Ö{¨P(øÄá½MTØÅE·¸ì¬(6Ô{]§3—0ý¡Þ4J,žåœÜÊÊ—é"èLaF®vª’bÔi›ï´Û0&p$+~¿âTÜÕ*ü³À[0Ùžë²³•¨´­5¯šFòß­²‡5¨µ´Ñ½|Þ(²²ó›˜õZ’+:ÝãSÅJ3¦\ö½”{"6žK¥HèÇwã=Zõ5{_n¨kïÉŽáÔt²æ+îY Sï2×O¸P.¦‹jZî‹]²o.Úåîq™ËÍ[…Æó†Ë›{Ò…ë†å›DãíÓ•òt}åf(C£ûO¨Û‹»Ÿ†« Vp{y,›åfÊt{‘3-j%NÏÙ„ÄH—)œ§W\¬œáKr7HÞôù®úîh*Ç©¨Í%± È}Ù_„ÖÑy§ZÜ&Å’Íê Íy»ž¤`¤Ïïë~kB£‹¿c’ï\Ƚ´ÝM4 ¹‡K—ù:WNd„вXN¥—­Dféç¬JŽFgÚÂxa™³ç¼°E¢85%%YÂÅöï6°Ö­6ÿ ¯WœÁé QcQÙš»£‹œêÕÉQ}¢Ï‘k}ÚmaÈ0.%Ö¶ø rT»“ám7¢H’•%\ôN\«/<*x¤¢ù˜lEÂŽ›Ûhvð»Çl…È^+-†@ճ䫧ñ–X¨±ý·Ÿ:òÉ5,™«·-’×_}ËC¡ÓÀÅåÎì(&R’o» ý+2è—Õ|0ò½0ÏïîNò†mûcÅ´ÔÛ«ùß~r_{’ÕBrZë®õÏ›ÊÛ#W<×sóòˆ:aW™Nú«6¶¹.£•êœ~i«¾ÖŸÛ­Ž²Ó³¿/2 ùÄÉ86ð1ˆC|ü78ø=gYOÙ­ðq^$}ùÁô2*Ä>úœdZÃ~Ÿ%Ÿ‡ÔmAIÈ÷š£OÊšÂä%ñJŽ¢µ­éð%íü}ñl¨bÖdD 7vj—þë<Û^E|ï÷¼Ì{ÅÜ–à)©ög’ˆcµtÖÖnÌ¥(ŽyJEÈÚ0+ JŸØfY ¦¦Ù;B·¢:ïõTi.lSdd+ßèßYÎ}æ˜Ü.ÊxÌuG¼ýÓœAÌH_rFüL¬¨S^ˆèLC¬†¯/ïÜùŠŒ^‹›F†W×Ty}563í¢cˆ7ÁÖá¾]~ìíV5‡}g}3L¡ðâ'ÞamMi4;j_±f)Q]my uŒé¶nkêºÁ Kå‘&eâYõ„^øÇº ÍïßS~ TüHKÌ‘õíø¸þEBXµÒ¸\Óœè»Ó´ºÔW'ÊJsS™êHhVÎ=LÿȺDË€Í\Îa$¦UFr Êo• ]v'É+òÆ3H6µ§»©Œu¹6“òn©o® }ùáúY™©9¯>û7íYcé ¦«§:ŠD‡, fÑNŸ\ÉE,íQ¢ù“¹hɬ2M /nš8JÖ|?ô`Óåt¦•¥¾Q´7øP1ЭQ]1eâaßJÌb_7OrÞV¦âj8Ñõ#ÜJ¤¶Dù”8®ge~* ]¡¶•üÒ¢nß¹¥Ä‹Ä¿ïî«Û±tC§ÏàÔw¿}Oýñ}GUu ´ú®Úš;„yü†¹’èWÈÄl#jÄ,Hñ·Çø·½S!ߨú„t&Â,¾ò)åðoïÚ8^å{H U¤ëÖq1o4Õgý˜‰¯³Ø°õÌ!™ÏŸøÔ÷Š‘ #þ¹\Ђ¡<ù†º\O»®ËæOªÀÚûÇÕ™ÄÐFã!*Ë_ѼóHoŽ´„©ÅHúpŠôQÔ¨¢|7ußÑX2 UðBÙT8~7Iɱå‹PÊ ‘6ˆ_¶ …?†ñõH“¥›2(šy¶þƸÀûê4=¨)¶·¤b[‡ºîÃBaÚ±|²s–@³àˆ¨¥YaϨ_Òl1!•sW¬¹ìFœÿ௷,¸=“p Ë8×ôñ–1Dš&æ›×s²³“«×\‚ç]Ûg©0‰ ѲgöÙeSÄ?^®sæg JÍbÉú ÀÝD¿¶Ú3móÌœ.Âí“ý!‹[‰ ›¯øÕ&¼GŽ’çÇ€Ì~üÖ£nöH"g ã¶÷ª³çGkskþ”ØÊk;;¶vƒïµ=#òoìÁ3$xÝëùİ­Ê”‰*X0#V³Š)cu0¦pš^ "G"£ÛsŸ°Ca\JºÏ-pP)õÛ¿öá÷¼b.äoò>@°»rßQõáÀØUØò¿®‚rÍ<;Ä-!°&œW=.™N\3S{ «~”Ó¤n\Lä#!rN‘û*’ÃÙr¡£Ò¬ÓjZ½ú ŸËT¶¾öU‰$*¬Í‹IG¡“®eqzÑô½äŽÂ]B5ÎÒ8^OÞbu¹¯zæL§U(WqÔÞl¯K …¡Ûr"fÇh¼ë˘DÛQ¹®ô³M´Î( ¼ê&KïY¹{GrŽËiõOÜ'õÖ/¤^·‘‘;‹º¢Èõ½H¥"¬èÔhH﫞ƒÒÞ³¢ËJYâ[œúd°äA¼¬£Bˆ¶±.§bùã–'êÃùåRY“-Jeoÿñ·@‹®æ8Ò]ð t_ê<¹›ï‚Î+NB›ÍSøz×$ë¡ÊCíǺÊýðf4ÎØ§Í»#N,ó/.|‡&§mîOw´ç±T¿)~Önv.æ^ÕŠï7±©p·ŠÏ+M±î8ÓøÆX OV[S0Á¯( Ž)ÒÇN§Aô‹E»Ÿ™cƉ C‘ Ú¾?•˜òÀgGû0¡=]šáIú‘âÎÔž}¥MVoôÐD´š™$÷¦›? 4´çj5F’¬«hògóªÝ•ŠØ jØÈêïŠC 5«¯ãnϲ«A 2ž¾+#s±œ£é‹Bÿ™'½j’*y´x#’µ(†>ôáCÐÿz¿°ƒ«ÿÜՎÑuƒòTz¥íIg+O©í¨Jj¿bˆì3t늙}²»K*÷‹&óÂb*Ô¼Q½:eÌ)ûrkäÁ=ár­[Sµ±c¬nýsñ‡ª›WI÷u7^4 ‡¿…Äa»#6_W­Í°ÎøuæÈµþü4«v¸ˆŸ=2auòŠRùàhY5©¡,û¦:›ìRcûó6·ÓÛÌô½À…è2¿²r¸ÇAÌßHÅŸ|æf„òÖzDY‰$Ÿ½—þP3Œ½E‚-C]¾y!³E¿ýÂÓ6—°ÛÆ‚€ÉÔ™ž½$Ÿî»_¬…Ïn³?¾; T&£ý…»õàÍ$t–/•¦ƒFŒá« 4ò×ü¢–Æ1°bD½ÞI«jý»”Œ‚‘\\Wh5–ÙÙæÉšÉÛkÜé_5õ êÈUÇÄšýòÄ£aí[š,çßñUÛô0;²öae(+)\G¯}¥.Á¨`°¹7ÒzFÁŸ8¡£1µeéî5A¥ÓZoymKoÌe󉞖Fyï—…&ùÐaÓ`:Ø›âkÎñ)éç*ƒlêÄ’ý{¾~ò«q³á^Y«ƒ?lÍì¾ÌñMúb™vp£´¯J|w"ÈŠ¼#Líçþš×]JšJÖ`³àpâî½Þ1Ô sõ•ºžFì¥ÿÌI’ˆ]eYdp~¹mQ½ëº…Û²­Á,WÇäNѬ â<ý™L}[·ìmHûÖ 9ìtmL>^Œ›ãwƒu¸‹Â¡ÃÆ)ɧÍÿ Ð&¦¶¸P¡Ô±% ÈYýrô7ˆ­Ï©o ¹ÙELšv‚5ßœõÅ1û’¤¦ÖuH¢] Îó\˜˜]FÝêÆééYým\áÄŸä8t½,ÅRÇ8[4yJ]ý_›S]¼+zª£³OÁ†F#X·â×ÍXz]6ªùÂÛx¤*JÎg.Y0ǹ5cV¡\aâÝ,?lß&¼¹¸°q”t¸ARÛÐQèü2ZV>­YõYË1kÝbSï|«aÌg4K/Ÿ_Œ{umlËŒ/¨‰µ@ß9×{7$’Ýdx{`a°\U@Í?¾™ûxÌß}U>Ò3fåVêG ƒ”.±&ØÚNaîz¹²mŒ6r•„Ü Õ˜ö/Õ Þ!·Ã0OAk¥I øÏIÔiØù<ŽÐëÏ~ MoFÌ´»P`>Üe“‰[ŠYdª)†–G-”åêtÀ¨ o)çø± wK;œªÛëíëºeº ¶cïÄþ´³Ø¾ÉHŸŽí,AƒϲîPÑ€áü<+- H&N¥ÓMK$2C„ó1çîóÙt€#e.É—ÚÐÏ3áÙ$ìï÷[ZT"r² ‡ ¦O“F ñàr¬ŒLÕáloE·®JF£Ø -ÙÈÊ¢Çvǵ¤üv<á>4õsMºÛdO-¸ùzfÊþ¾¼jë°\‡­B§úô‰PLžÑ-ÑofdÏKé&7òÎðLÏÉMÉÆ^Ѧjýˆ`Ã÷|ót[ðD¬Õ´Úp-«Ë6…’÷%#xch*Ñ3r8µ#ûŪ›Içèæ3Õê?榈LA·lô¥ˆAYV½F“X ë}ÏµßÆ&×Sõ»FF›ùZÖ¶Ž¥4AcÈÁâHÌœ—_ÐÍJM#ÙžQÎIz„о¨›¡ŒŒ™d! Uë­¥Ï5ÉÛi HC KNвˆœ¨ BÍáí‰%ÆýÑWK/Å袋Z[yØ#F0'Ùø%ðsEˆÏη!„ÁfÂ_Y% {‘Iúß&k Þ’_Žä¬ÉâÙ[­ùf|6±ü[0<²Ø^#¼Ï‡Èã ÷›Yœ¶¢ùáÓ,™¤aß´¦l}"åu,:ö5΀``dîUŒ^ WÏuU­É÷o+6iŸm¦ãK<%Áµ¬•òuæ?1«*™RTÒñÀŒ¼ôÓ›3ˆ )¥šô*º¿y7›xÂSù£µ(èû3B£¦ÍÞ4‚½ˆvD~ÄãŽîµ­²_i"s9dÕÓÈPSÛXT™Së}çÕ7ë‰SØÆ\VäÆgþöÞžfq_BÇÝ£©ÜRí”.1°ýË/Ä^¿–¬»üQ ½í…ÐÕ¦1VÛ‰™(*>à‚씣E0ÈUn')ŽY°;Cª`Ï•ˆ&X—͘Êʲ:9ªñÁòŠú{mP<êe½¤—Ú=NÉR^ë-˼UÂ)sFxïVe^¼MÞO2÷¡®u…@ìÐðËÖ=~±æä|:GlðÀø:LëRËD©fp}Lºj5½×ËQ3s0»·¸¥iwæSRs.«ûÃsóëüÖª‡[}!òµT?Žlâ†pÓª`ÆÁàb*t‹fEu¤°ÌR¢ªsÙGÖÉvÍÞ8åžTäˆáú•^3S;`³tuJØû²>‡å¤+ƒÚ«Ì{–€å늽_Ú %Ü#ÚUDÚxF#ºè€È8LÜF^tÛFpî%VE Q#^^¡„$O eC¼mòz&z[‚ºŒ¤—F~Vùõóš±ù›i:Ùþ,œ\?x—Ml§»bþÙ¦çÍÌoŠ£SCòÌØBE&oœfÀ TÒO®6ËΆ;çð× –%›|c³•ö7R<´ö72ô®¿Ç”R}6oRM;z¦Bþ…Ó¯]½»srÖNP6½…{‹æ q[êþËñQÆS#;æB}ÔÅ¥o÷ŒNIwð‹¯IJò~¸ ÔwÜ´¸×Wì,U­¸¼­§ ½)X|-3g|>áòBúnü€ÿcOÿ‚ œš“–}”^ÕQ—ñ¼ºaçyY±(|© ±¸YW<£“Ó„-\ð±`P” OB£‡@·”Tš~Âå .©†MôŒ™²ó¡fd§ ɛŇ½M•Õhèîzì¬>å®i1Cºœ¼¼ä´Lä\æ ««wneÒ1eahACTb’ÇÇcãB*"âô%ˆ¯úÒ‰Ö¿½Q= Zvêm;2k¸ñ¾­EÅìáfkp‰oÀ×VÛtT¿’9LysÔ^ÆT[\»Eá@†FpYçìD)£¸$r OÒÁ²™Âe7ˆy’F˜F»„ÅÞb?{ï~¾Ú<ÓôܶVíÀ­æsû–àüK†–NÃ+‹t„«'¾»·Ö쥿«[¹}ô˜ÜˆõyÕî9·ÉÑŒƒþ™_ÛDJç˜dÕÔVBÁÿŒ¢ªh|lt¨ÝA»° ;ˆ{Ý©@·›Ì‡/Í/!¤jÑÑÈ~œÜ˜¨îÃ)¢m>yÍkÜÉÒPßá© §SÑ´5ŽÏ0' ce:ŽùKÇWD†Ò>#á6‚ßš®\;Ö—™ØÈ¶ÒŸ wE³¨…ÌG¼0‘¹ýÐcäÈâÅq}ŽGJ7&£Úz¥n7|Mª¿æs>–ÔIgaz;ê$OööZmü3\1I?jû<Þf ?…*:úË+ä_²SyÖ_¦üeòö„RïÝG1aŒÈIT·6)Ö •a*F¹Þæ˜Ùu¦SMóR×Ô’ rEÎßL¥¹Ð(¯ÿ6éâ×ë6!ßjF<‰§P¡·šÙÙý–’òöxïèu÷;DLÛóþÄÕ·{igÇ,qýÉÁ•˜D¨Qø“éë—>Õ¿Ní"¿¿ñ×[…¬PŠ.€&‹j®Ä¸z}¼§7àl§MT&ôuµÈ仢…¯–aðÒuKñ'mçMJKh­5¿­Qj™/•¹ k%çu§9?Ç×…8¬ëû_e£Î˜fØ—èRd®ç}®÷J‚{ŸŒÃžž.œ–ŽOi¦F–¯zi'Ø¿€Z!d³©h£Í“@³&w•ÆËŸ/ÝDZÔÛ §ÍäB,u$¦pJÕK#n´–ÏÏP2(" V§ƒd/7àt]?‰œ…¹y~û9hF#¨¢ouê”ÙÉÛ[WMYœ"ýƒ anIÃo:ÑÏ®69…ðÉ[)BÝ1çùÕo6>¬œ,âÄp$Ê…R²èöû;6ßöæú¿›¨±pT%ú’¿â:w‚çâlÊ`¤'“Üט“º[ ÿ…Ü”µiª:áq œ¥ÁKþ±bSˆK›jÔQ9½Þ¢W%=»ZÝ—%eÕIAz†ˆñôªF É[K„*Žî0ü[.w§ÄÙ‚xÙ¾{ÄY‹-]âxL¬o~™‚ô©/¾ÛX¯D|—„…Dåû8Õ$ÞôDÛÝr@[/¹Ó¡Þ¤ô¦öuÕ½a^àÇ!Îù˜(¡—˜s‘upü&¼7¯¹=Wsž´¤P×$zÄþ2»® Ó¾ׂ¤›y:õ0%×Tuœ¤¼‰9<¦åíZ©Öá*¿‰óâ\q|ìïÏúU2Í'#ûóC¼±3 +QØlÐÐE¹¿lÊtZÓÍRŒ†)SÈîÛ»l̇&3÷éIš»gÕW“-Ì÷¿¬¯×¹‚.ž9Žšu£.¡Ï1eŸM''{ƒ<ú2‘÷› ¡\’¡›@Ùe‰þ|V}M)œ7 ýåErAFSÔhy’ÖÄTƒø§¡e‚îšðSªœ"QYæv Ù6# I#M£R>§EއÓS*¨ö U{A,ñYòƒÛø¯‡n¾mN£3Ù˜©–Dûu7òºîH3NS@wàÄ¿«¡¬Z>ÿjqp0*fàÛÀN”Sýñ¬Ñíf9«KªOÕ·ÙV¤åìγeV çÕR…¾UÊ‘ð’Üîa› —²"'?=0_šÄ–åZd06&t2í…QuRºŠYôÕjÚŒÈÎZ6ŸÞyá­%9õ˜Ýd Îný^VùË¢2ëFs‹®lT^ŽX|y3ÎÏšøz§?Û-Öz}Cõ>X_ˆ¾QõÆüwtd‘·ª+œ1uïñAí­à\A›+ f"{Nô«†«ŠÝƒõÛb—wjÉ÷Á…e}í²%W[} .Ç­&åT),2F~gGçbÌI[¾ D–(4¹‰//mίR?kõî¬ì—À.o´ô{GÏóPß’Óãw³ñM'D`¤8bÉ%;ò-žHÎŽêHö¢žCà܉‹Ö¹°œs1îìq±.péÜô]©\,»tTâW-Ûª7è݆&\÷Óœ6ȊȆ ÜÁŠËðr©9@½bT¨•äYZjKÌ®¿¨óK–ýí6W€vÚ3ÂŽ$Ógoo÷RKñQÎçn éjWË;#ÑixÝÞ”·~×<5?L†á­.¹ V9íxMÍ2æêa'‘È“ØðÉšì3´ÖÑ ÜÎpO¬É棤üÕ¶Uéfb­©‰²¡ÒlruÒlÁ÷‡wmÎGbé4Np˜,ÇE^™ÃY2Mµò”÷('q©j_‹ï9^†»148|ëÚëÛ‹;e ¡Mrh\M¤‘£ÓÔ¿z¾ÿ:ZW*-ïÊ ]Ѫßa˨_"kŸyqñ˶ĘUêÎû9MKbkܪpË„á(L«U‘í­ZïjãàñߺzÔô]£8ù1” î×7µ(J¡ û3V ¢ë–*·K¡^íÕõ"¡dã²b1ƒ˜ù‰ðñ8¢µ•‰&Kp!Ê„¦ªwQ·Z½$~þ|ybd¶u«5›j¤»œöC¹Uth`Ò"þó<Ö'ºØ¤ñÔ­Ãn“ûLuÔacT;ê9­¦-ðÌØA˜aÌJ“”3\Á%‹± S7–¶ñ©"ªv¥&.]RQcù¦ßøúiÓ·ö‘ ïV$òŽº¿llpë—ò!x®(n¬u†"“—mÎ&U  ±b“@…•M„_&`2o¡zÁ2Î$8‰`:Ñ0ɤ$*ØÀ{ÂÈ9[TY—˼­‹ÑÄ6¤A©ÆÛèƒ;–ø¬"kdWþÖF7@pVQçWì±Âá÷P/KÉÇÎ +¢€ô7ݰ ×¹”y}™„œ—sˆÊ{lñÝï¾é› yÓ¹•R$[!Ñ‘Œä‚ýI®ÁH‡„Dª»ÝÀdÁ>Qi¨EdK4[¿’ì 3¬Ç¯Â¨â_Ö†‡c«ªëí– îFU­Í.È ­:Qx×Mæ°£ºªÊ‹3“/©Í"’2VæQô™·ÜREÛ%Öó“ÌX]ÍÜuP>‹\Ò¼j¸3ÅÜ9¾Ô–âÎM6žïYøñÒå1J«½‰ja é¡ÑTz]ùåmYF e NÞÌõ9«?N‘fQ;Øéþ:×Ujäíø¢¯áVeAÞÞÒL³Î7÷JÕùÚAÄa…¥p9íÜ“ÓUÓ]ÊJ£Ƀ[²Ktò†„á#ò¶¦f¬ý&CE×vǼ†Íºõxöæþ»Tg…(磌l±r­–…À&! ŸžßO0y!H.Ôl~P![.Ú·õ£! "~Ü©¤àz”€¬`yÌhÞúæètéÖHémUdù‡‡É^ Ö†ÉÔ2•c_š U9† ¨«mS¦ëB.ò:±8´ÅÑiÅÒ¤I2*ÆZÜá‚d×”q§E…[K+µF‡ML>×ÁXžÑðT™«]$¡on(IK)$üb\›o_X¦rQ~/þ­—û¹o+ ûë÷Ueô‚ðÒ ãVƒjoQv&í¡ ÃϳVÄÌm\°e.{¶tolJ™•¶RM!7ßjót“U¥@‘¿\ËZ¸Ü†b¿È+[R?gެ-¹&Ï„‚—O;°ßÞçRЧñÓ•ñ uˆa¹a-ˆ°LÙ­Àkxs›éWàš?Ù`©ÿ˜À ×‡‡øÂú×m•ÿÞ®e.,]‘Œ~)|6vØ–S8I½KxNTf„.n| ‡ôÂj@mW†.±É‡ÛèëäóÐ-£”|’¹Ä¥7ðelÍ,Ž‘*2E¢éfq{nQïÆw'3ÀYz !¾7héõÁ'`Ϊ*BÎüPvà…cÛÓNÓÕ%S°OÇ× ³»÷¾E×;$dÞ¥eq:}k™m4ç‰ß`×è·Î¾ul”¥«˜‚%Ôß’™@crÊGL³!.­šçê+iW²žJ –íØXŠbñê¸)Õ³Õ|Ú[Ýç>–·Í¦n>@nÏfZíÛ«"Èö8ê¿:7f>a—SÒPfjÐ7»NåygÌÃ]éféöûG'ÍÛ2è)XñŽÌ,•;{a}­­„#Qþgú¨¦*I܇×UÊ£õ§”²ÓïfÊt‡Ž¶í´m~;¼Ù·+ïäœý,ÄãòS*2b¾~^Û |αý°%FFw³Ñ¢nàUü F!§qc±Ð‹Íz…àW“§ÃYí#ª1ì.¬ÅsŠ9mB匄jcã­ã×¹¤·>1º÷‚³˜íªÅ÷>Qs0¨žšqH«Í-EW/ZsŠŽÖ›e_é±´^edÁdÆÒLÞÓGçÜš2$žuS,p¨^Ü÷Á®2œøý±Õÿ‹åzƒÿù¬–Ö9s¦›SG¢ K‚™•Fè&ͱ åä¹ðlì5D»ÆSÛ9r²û«ˆ—)/Ž–Ö^‘ÓÓöN+;‹k,U¼Êb-!++2…Û4Ô/ÿºxëÈE­Ü©VÌ1{œUäCC`½?eã «)¨Ù®Jß›qËÑ ²Vi’!«L‚ÉþQà̤ý¦B<¶¢½Ár`›Œ??ˆG,î¸ã^9íöPçÎé Ýñºû÷n?ÁU ¾Rž›)™e…õ»ëFÚ€M³Ktµ_óÖW<¥8“&áÚÌû¶Q™°iA.~Ûºlgêö­Ëºf_+R]®Û Nk˜Ö j¯Ñlwi%ãvÈÖÛEâð¹]?S4xÁÑf¸ð¸f­ÖðŸ\sm2áJ]«\¾íU\ =yñ:Æ+¥AIW½ï#¡dþn×Ad¤spEyu¹)ˇ{¼º ä‹ñã‚_W"º%˜s9 ”RÓˆ¬™„‰Ž ÆkKNõr?M¹e'DzÃð×5Î=ãdŠ£>§‡êKf¿%?7QRÄÝ·4Î÷Ýìö:7neŽ$³Ë¿r9HbOã^‘—û&42¼¶´nu˯Aôt‰3ÓðŒtW¸cEØorä~«Šrh(P¦ÁÂ` R%¢2˜‘‡[:¯¼W¸t Ì0`¸´×Ý©ãD>=îÇÕ~wq–2ËÍ›9´oýeÀn¾W¹âWÛä!*òË~•*—ø¨£<ŒrjØô—pp{fIþùÚâb ±õ'‰?× ¢]f]Ö"ÂlG,K‡WäévØÄsÏgüüëîDÍ 2¶VÙŸZ©¼ÅOMéår-‰Ï~‘ƒÀ©(}‹I„xš+o#y}Ñ蔸ª]îè} sMüê"£¢{mx~sCÍf·Æì[ܤֿaD-GÞ—h­ðøõt»¡³8ݤ u«¢Þ’•) V]ž{ óiW)fíÌpßT67‹7B·ªVÚ5twvœØå< Á3»™ØyÐ>@+‹oï-™ÊT_ÎÕù1Mמn™ QntEZ7DuÆ9¨®p7¼+)ïS‡âöÖ„«ßÒ èÀ¬°þ¼ËAÚ?ÈN:±>Šî< ¼Ô?Y.d/“é%­Öú>sdW•¥ì|JÏ\gˆ£Ä~x-ìên5* vÚW ËÙ9 <ø6iÿ7¹¸V—®ò•ŸYÃlG:Ã[ÄÓµì^²Ð¦)xÞí‹­ÃÈmlI]µèmúƒY™ô9E[J® öHðÙU•ÒÂLܵCçÁE„メ·ÞyM³ÂG¦Ž¨â/1e§kãM¿{}~¯3e‰¸jŠÜªuW>LÆÀ\˜þ%T–<3¨.”ímX™RµûÔ™‘ðËû˳1ùìAKØ¢×)ý˜GŸ»vêbVOúˆéÄvŠ ¯[˜dO1èy„ æHh‹í©ÜJ¦4´“} 5IÉjHò¢òÔ¿gPNØHIs,J½ºœ—]Â/#žfÀ> ñ¹TÒl¶é{yy«a¹Þ¥Si"0Ú¼hï¿ÿ2…óÂøª½)(/!‚i~3Ü:뾘żph¿çª:H]êmy?χµ,•Ï£,TþM0}q|¤v#ñØð®ø8ÖNêûôá”Ì Ó¯MY–.: ¾aKf}z¶›^ÏqC*àÇúo­#¥fµu±G/kÔIGS™ƒMŪ‰°ƒàú »_UмŠgE ‘ò}‘yË ø’dØB³Pb͆ ¿Ï_S åPíe¢}{¢á‡q¨Ò'­g½Û“̪ðæƒ¤ú×tÒîÛõ ;\Ò5»ÈšIU7°Ïç2=ýf +Ù…ò™ Nãê.õrŽÆ' (UÆMéG:(»jT.¦y24{-o"¡ME«ÍkC$ñtb˜kÔ®£cN)LOìr’ìÏs¤ÉJ³î´‰Úǵ†ìÝiJárdßZëD a\ÆŸÒÎÑÅc;Ig#Ûèm`ÞF{ÎÖ©PdÝ£ê^PÜ`ß½¼÷¸ÿ­%qDÊF/Œœ0ħŸb%qEÊF×…”•¿¶•¿“¿:Em…Z•¿]UY™„YEW‘8=½g]å6‹·÷Å6Šm{Q' K9ÙG"-ÓBš(CÆ7[)9F"/ÓFš$sÔwK6ÙC"%Ó|„ЃÉ7F*9B"'Óz„سÌwJ;9@"#Ór„h ÃÚ·Z#9ABy„b ûÔûJ@þ§ Ÿ€4Ÿ h‹€r‹ ¡€$¡à;I|¦!|z|†b|¶ÁˆIþµ?Hý’IQN}¯Á“]é™1b`Àúz$fêY1c`úû¶ "&{¦êY0Å`ˆù¦ 2$GæêÙ0’Ä`öú® ¾NvLÖ3/%TÄ ò¤HÌÖ³.%VÄÌóÄLöL׳,%šÂ0ö-dKŽÌ׳-%™ÂÜõ=„NvLÚ0³"dÅÀö $IÌÚ°²"fÅŒ÷íDMöLÛ°øìÝXÕZ¾8l@Tì¢boØE° `ï½+ "ˆìŠ KЦ÷ºÒ¶{Çн7¬(ػذ+lß™sf¾™{ÏÌÜ™¹çþïÌÜýæÙk'¿¬•¬¬$OØ{‡¬5w—7umº|áŤ'3gÔÞ]á–ø²k±åìÅO¦¾¯•o-.éÚ`ù§'qfñ}ÂЮñËw^Üó}ïŸ[Út¶|sÿ‘ïƒzû»¶]žxqó“YïkçVø&‚càDØÑ°ãaÇÂN¤M?ž~,ýDðÑàãÁÇ‚O|ãø89NŒS³¸,)KÈR²ø,9KÌRý8?ÉOðSüx?ÙOôS-Î’,ÁR,Þ’-ÑRùp)\WÂùp9\ W3¸ )CÈP2ø 9CÌPC¸)DQBø9D Q“¹d)YHV’ùd9YLV¸)AHPø9ALPs¸éØ1èt"÷hîñ-e+W+ Õ:~|×Õ„ Lø¥õq)Ï"’ tžqa|lHÊ‚ÈÞI£#¦o 3ÒÇÇ%§\œ”43Þ@f\|›²;2&irĬ lÆ¥gq9)¹‘hÒ܈y° åcE’Iþö¤æö„9v|Þˆ±“–eVÊÙõÝ·¹M¿*ëÕË'ž•ÌY—Û Ý´¿ß°õ›/_yV!')·ºyn¿¶ë/ŸV&gCùžbR‘í"§'ÍÉD&àÉ¢bƒRìÈžIq™Ó&ÐÉéQqI)™‘’2¡ dòÅ뱓RR"£“&eΜÀ&_º÷"åC$œ„fÎÍÆ.´ˆ­”¢DvM•95›JHo·8å\䘤é™s²‰„‹»ccR6EJš™Í$\Úw+åeä¬$8ÍÆs.@±­S–DöM“9=›ÎI‡âö¥ÜŽŒOš• g“9scÑ”ý‘Ã’"õ«z3}—>[ÿ¤{ûVëÐe­O¥Õ&Râk_ÿj]VrûWßI|â[}d—Ýj€† hj€& ´Õ@0-@- êƒ6À4uAsP„€ ÐTA=ÐÔMAÐ6¬jXð:aÍÂj„5 kV-,8, ¬EX­°Ð°úamÂüÃ…Õ kV3,$,(¬uXõ°ÆaõÂZ†ÕkÖ ¬mzÕô†éuÒ›¥×Ho’˜Þ*½Zzpú³y9É=ÇôßþhSîØ·7£9J6ÕÌÍo76¿V)»í™AͽRŠÜ®øÃ&Ñ/bó[4è[úPЕ5õ'}¼í3òÍã"¦í¸:~Ø®§§LÿruN™˜­S]“åˆ5ëŒläûá`#ýãásïwUƒZϹ—f„• ¯T÷Fåa-{ð½ìÃmξ~û–©¾ùN›Ægb>Hi¥o~ÈÝÚG®ßïÞíÈãñÐÍA¤¬/û£rFPÙ­Mÿ¥YañóꪫÎ%”˜z`éÎ5-Fð»²âöÍH\™ò,~|ÁÅ zu j^÷@Á{×´iÌ9aßm:Ý×»½WÔ¦k—ŸÛmtž’¶øæîsÕŽôÄ ÜE.¹ggG Ií•Y»ÔŽä7Ï”+vÚ?qï…ʺ¾©vî‡ã'¬xð0xÞÅ"צM".“W~=½;÷ú}êVƒÀêc~èY•ëbU}ˆOÑ›N­ì¿¡–Ø(ðʆMU½BùÍ;äòz¬þ°oÈé¨uƒv÷ xúôåøÉã7Öip>íTÀ¨aQ;7~îä™q;÷œ> ¾ïÎ!µïÊjQ$ëFåÁÉ o†”½û¬Â•oè°ÔM§ý´®À+±Á¹pU`rª}e°w`¬nÛ‘øÛ!V˜ÿË2 3ûuˆŽ£Ï[*%øçÜy²7³tlU‰F9àM•Å-·úò!ªv›’–жÞÄm>²”øÔÉ3Ö†LíÕåéÄkûÖ)þaG¿+¾Ûi+Í<ù+šnNk½N©÷÷ÇÓU}‚=ÓBÊ.H#aZZ;/¯M½ƒì[œï3Æ÷åd<Ë«aVЬà oŠ ¼žüMÜv¿Ú¤âÞíkL…Z×L4:ô§åýµGî½n;hƒ)¬`‹…†„öú]á;;UnX¢àˆT^åÒ2Æe”¯½œ‘ð0®fçĉ_¶ÈWÆï|=ú§-y°}Ⱦ¡µ}|×uºyóò§ž´ly=)Bü‘µ!¢ÊæuŸï|ÿ&ö/”ÉcòV¿S×è>üçE¿(ù>*)Oèª9KJyEÕ§O;qíäig†N¾þ»Ž%Úqýì–u‘=cš¶¼_gÕ®Žg®Î&¢V­]·>¶RónA­ç,¹×/ºüœ÷ WíÙ?±ýfú§íŽ ü8ãàÀÅã§6«¸+ˆ¬êóv:Ý¢@þ½b¶Üe…ÙãhµeKû^hÙ»xzÓž]Q«Õº#RyBŽà™öKï€[†DÖÿ¥S•¬ÃÓ~y sà¬ô ¦÷_«Áëʶ,ÿsîÜá¡åòç;ãáæææææææææææææææææææææö›øC¿€ÿdºÝOé¯yÉõ»žnדs;_z¼îáåùŸrîÎïáÁøüÇè<<óð˜QìÓ§½ÿz‰_r¹|y¯ú«µzxx{þi¤O‘ÿzy¿”œYòcòümeþþÁÃ#³û¯cGCþz™¨¢¿Ž)>ÿx¸ŠK[ýq:ÔÿÏåÚVä×±õ¾m¹×ýþžZüŽû¤û'Sâ/Ä‹ÿl‹÷áð`<ÿ§×àÿ«H¾ŸcÝ~ž×ê÷yb~zÍý9žøszð÷é_Vö7«á7O÷qàöç,Êó‡±vyþ·3Úû-i{ÿkl¡å>ÇÝÜþ›þñO«ò»[ÏÍÍÍÍÍÍÍÍÍÍí_îín·ÿY…ñû“ÔÍÍÍÍÍÍÍÍíŸÙGï?/›÷¯ç®ïn°aé%ÿ_®í@ñ_^nê±?}ÿãøÌyà7¹mÌýú›Û_S>Ÿ» ÜÜÜÜÜþ•}ù¯dîæ¯bcÙÿÝo¿;•úÛóÆ”ú{—^éï®OÅÿ2Ç_«„AÿµŽÁzž“<ã=ÿô±÷,çQÁ#è§X¹ßÏûÃønÏ ?¥ƒþÿ2Ãܧ®››››Û? —» þ/úên7·*íÿíîÄk龺¸ýS[ö¡gózx4þ;˼þ;×_þ¯ÌûWùºã·y¾Åêg= xÜôH-ü”®ùß^ÿÿVé´¿c¿Çü…xå¿ð5ü_,ïàÏé‹ßôçm.ï¿Æ±Çþ¯¬ÕëO¾&ÿ–yÁ}muû?‡wõnÿõ_þý·ñv^÷~þÅÞÂÿX¹g…ÿ[C(ô¿_‡Eÿ¤-ûè?Ô«Ü¿ø žÁîká?•ÊÿöÇÓÿ…Ç—n+âÞ¿nnnnnnnnnnnnnnnnÿFA±P4…ÆAã¡ ÐDh4Ї¦@S¡iÐth”Í„fA³¡9Á¡Ð\h„A8D@$DA4Ä@,ÄA<$@"$A2¤@*¤A: 2! ²!rAó¡ÐBh´Z%BK¡eÐrh´Z­†Ö@k¡uÐzh´J‚6A›¡-ÐVh´Ú%C)ÐNh” í†ö@{¡}Ð~èt:†Ž@G¡cÐqèt:†Ò 3ÐYètº]„Ò¡KÐe(Ê„®@W¡kÐuètº݆î@w¡{Ð}èôÊ‚A¡'ÐSè” =‡^@/¡WÐkè ôz½‡r ÐGèôÊ…¾@_¡oÐwèä{Â^pØÎ çƒóÃ>p¸ \. ‹ÂÅàâ°/\. —‚ýàÒp¸,\.W€+•àÊp¸*ìWƒ«Ã5àšp-¸6\® Àõà@8®7€Âà`¸1ÜCá¦p3¸9Ün ·‚[Ãmà¶p;¸=Üîw‚;Ã]à®p7¸;Üî ÷‚{Ã}à¾p?¸?€Âáp<Ž„ÃQp4<އÂÃàáðx$< Ž…ãàÑðx,<O€'“àÉp<<ž Oƒ§Ã3àx&< ž Ï!†…çÂó` Æa&a ¦afaæaa –aVa Öa° [° ;° ž/€‹àÅð8^ /ƒ—Ã+à•ð*x5¼^ ¯ƒ×Ãàp¼ Þ o·ÂÛàíð8Nw»àTx7¼Þ ïƒ÷Ãàƒð!ø0|> ƒÃ'à“ð)ø4œŸÏÂçàóðø"œ_‚/Ãp&|¾ _ƒ¯Ã7à›ð-ø6|¾ ߃ïÃà‡pü~ ?ŸÂÏàlø9ü~ ¿‚_Ãoà·ð;ø=œ€?ŸàÏp.üþ ƒ¿Ã?`ÄñBò ÞH^$’ñA ‘BHa¤R)†G|‘HI¤⇔FÊ e‘rHy¤R©„TFª U¤R©ÔDj!µ‘:H]$©‡"AH}¤Òi„#‘&HŠ4Eš!Í‘HK¤Òiƒ´EÚ!í‘HG¤Òé‚tEº!Ý‘HO¤ÒéƒôEú!ý‘0d2 G"AH$2‰B¢‘!H 2† GF #‘QH,‡ŒFÆ c‘qÈxd2™„LFâ‘)ÈTd2™$ 3‘YÈld!0‚ (2™‡`މP0‹pˆˆHˆŒ(ˆŠhˆŽÄ@LÄBlÄA\È|d²Y„,F– ‰ÈRd²Y¬DV!«‘5ÈZd²Ù€lD’MÈfd ²Ù†lGv ÉH ²Ù…¤"»‘=È^d²9€D!‡‘#ÈQär9œDN!§‘4ä r9‡œG. ‘tärÉ@2‘+ÈUär¹ÜDn!·‘;È]äry€ÇwŽû*íæææææææææææææö¯æ·áü“évÿ©×ö¯yɵþ§×aÏßÍ÷ðÈçåáÑÃë?÷ï¾;¿‡ãó_õß°˜‡ÇŒbœ>íý·ôïòý彪ׯ{•÷öüÓHŸ"kô3Kþa¬Cž¿½û¿oððÈìþëØÑ¿^&ªè¯cŠÏ?^®¢‡ÇÒVœõÿs¹¶ùul½ï_[îu¿¿§¿ãã>éþÉ”ø ñâÿÛ"À}8ü˜ÿñÿîðÿU$ßϱn?Ïkõû<1?½æþOü9=øûô/+û›Õð›ûænÖ¢<k—çßy;£ÿágêØÿ"Oã±Ü縛ÛÓ?þ‰`U~wëý.FýòÜìó<0OÌ Ëƒycy±|X~Ì+€Ä a…±"XQ¬VóÅJ`%±R˜V+ƒ•ÅÊaå± XE¬V«‚UÅü±jXu¬V«…ÕÆê`u±¬ˆaõ±XC¬Œ5Æš`!X(Ök†5ÇZ`-±VXk¬ Ök‡µÇ:`±NXg¬ Öë†uÇz`=±^Xo¬Öë‡õǰØ@,‹Àa‘Ø`, ‹Æ†`1ØPl6ÄFa±X6ƒÅÆaã± ØDl6‹Ç¦`S±iØtl–€ÍÄfa³±9„Á‚¡Ø\l†a8F`$Fa4Æ`,Æa<&`"&a2¦`*¦a:031 ³1saó±ØBl¶[‚%bK±eØrl¶[…­ÆÖ`k±uØzl¶KÂ6a›±-ØVl¶Û%c)ØNl–ŠíÆö`{±}Ø~ìv;„ÆŽ`G±cØqìv;…ÆÒ°3ØYìv»€]ÄÒ±KØe,ËÄ®`W±kØuìv»…ÝÆî`w±{Ø}ìöËÂa±'ØSì–=Ç^`/±WØkì ö{‡½Çr°ØGìöËž`_±oØwìæ{â^xÜÏ‹çÃóã>x¼ ^/ŒÁ‹âÅðâ¸/^/‰—ÂýðÒx¼,^/WÀ+â•ðÊx¼*îWëã5ðšx-¼6^¯‹àõð@<¯7Àâð`¼1ÞÁCñ¦x3¼9Þo‰·Â[ãmð¶x;¼=ÞïˆwÂ;ã]ð®x7¼;Þï‰÷Â{ã}ð¾x?¼?†Àâáx>ÄãQx4>Á‡âÃðáø|$> ÅãðÑø|,>OÀ'â“ðÉx<>ŸŠOçã3ð|&> ŸÏÁ!ÆÅçâóp Çq'q §qgqçqq —qWq ×q€¸‰[¸;¸ Ÿ/Àâ‹ðÅø<_Š/×ã+ð•ø*|5¾_‹¯Ã×ãðx¾ ߌoÁ·âÛðíø<OÁwâ»ðT|7¾ß‹ïÃ÷ãðƒø!ü0~?ŠÃã'ð“ø)ü4ž†ŸÁÏâçðóøü"žŽ_Â/ãx&~¿Š_ïã7ð›ø-ü6~¿‹ßÃïãð‡xþŒ?ÁŸâÏðlü9þ‰¿Â_ãoð·ø;ü=žƒÀ?âŸðÏx.þÿŠÿã?p“ð"òÞD^"‘Ÿð! ‰BDa¢Q”(F'|‰DI¢áG”&Êe‰rDy¢Q‘¨DT&ªU ¢Q¨AÔ$jµ‰:D]"€¨GAD}¢ÑhD‰&DJ4%š͉DK¢ÑšhC´%Úí‰DG¢Ñ™èBt%º݉DO¢Ñ›èCô%úý‰0b1'"ˆAD$1˜ˆ"¢‰!D 1”F 'F#‰QD,GŒ&Æc‰qÄxb1‘˜DL&â‰)ÄTb1˜A$3‰YÄlb0(1—˜G`NIPM0KpO„HH„L(„Jh„N LÂ"lÂ!\Ä|b±XD,&–‰ÄRb±œXA¬$V«‰5ÄZb±žØ@l$’ˆMÄfb ±•ØFl'vÉD ±“ØE¤»‰=Ä^b±Ÿ8@$‡‰#ÄQâqœ8Aœ$N§‰4â q–8Gœ'.‰tâq™È 2‰+ÄUâq¸AÜ$n·‰;Ä]âqŸx@<$²ˆGÄcâ ñ”xFdωÄKâñšxC¼%Þï‰âñ‘øD|&r‰/ÄWâñøAxž¤™‡ô&ó’ùÈü¤Y€,H" “EÈ¢d1²8éK– K’¥H?²4Y†,K–#˓Ȋd%²2Y…¬Jú“ÕÈêd ²&Y‹¬MÖ!ë’d=2 "ë“ È†d#2˜lL6!CÈP²)ÙŒlN¶ [’­ÈÖd²-ÙŽlOv ;’ÈÎd²+ÙìNö {’½ÈÞd²/ÙìO†‘Èd8A"#ÉÁdM!cÈ¡ä0r89‚IŽ"cÉ8r49†KŽ#Ç“ȉä$r2ON!§’ÓÈéä 2œIÎ"g“sHˆ„I„Dɹä<#q’ I’"i’!Y’#yR ER"eR!UR#ui’i“é"ç“ È…ä"r1¹„L$—’ËÈåä r%¹Š\M®!×’ëÈõär#™Dn"7“[È­ä6r;¹ƒL&SÈä.2•ÜMî!÷’ûÈýäò yˆ"“Oȧä32›|N¾ _’¯È×äò-ùŽ|OæÈä'ò3™K~!¿’ßÈïäÒƒò¤¼¨<”7•—ÊGå§|¨TAªU˜*B¥ŠQÅ)_ªU’*EùQ¥©2TYªUžª@U¤*Q•©*TUÊŸªFU§jP5©ZTmªU—  êQTUŸj@5¤QÁTcª B…RM©fTsªÕ’jEµ¦ÚPm©vT{ªÕ‘êDu¦ºP]©nTwªÕ“êEõ¦úP}©~T*Œ@ ¤Â©jI ¦¢¨hjC ¥†QéÔHjKÅQ£©1ÔXj5žš@M¤&Q“©xj 5•šFM§fP ÔLj5›šCAL!JÍ¥æQ…SERES ÅRÅS%R%S ¥R¥S€2(“²(›r(5ŸZ@-¤Q‹©%T"µ”ZF-§VP+©UÔjj µ–ZG­§6P©$jµ™ÚBm¥¶QÛ©T2•Bí¤vQ©Ônjµ—ÚGí§P©CÔaêu”:F§NP'©SÔi*:C¥ÎQç© ÔE*ºD]¦2¨Lê u•ºF]§nP7©[Ômêu—ºGݧP©,êõ˜zB=¥žQÙÔsêõ’zE½¦ÞPo©wÔ{*‡ú@}¤>QŸ©\ê õ•úF}§~P´'íE硽é¼t>:?íC  Ò…èÂtº(]Œ.NûÒ%è’t)Ú.M—¡ËÒåèòtº"]‰®LW¡«Òþt5º:]ƒ®I×¢kÓuèºt]¤ƒèútº!݈¦ÓMè:”nJ7£›Ó-è–t+º5݆nK·£ÛÓèŽt'º3Ý…îJw£»Ó=èžt/º7݇îK÷£ûÓaôz NGЃèHz0EGÓCèz(=ŒN GÒ£èX:ŽM¡ÇÒãèñôz"=‰žLÇÓSè©ô4z:=ƒN gÒ³èÙô¢a¡Qz.=Æhœ&h’¦hšfh–æhžh‘–h™Vh•Öh´A›´EÛ´C»èùôz!½ˆ^L/¡é¥ô2z9½‚^I¯¢WÓkèµô:z=½ÞH'Ñ›èÍôz+½ÞNï “éz'½‹N¥wÓ{è½ô>z?}€>H¢ÓGè£ô1ú8}‚>IŸ¢OÓiôú,}Ž>O_ /Òéô%ú2AgÒWè«ô5ú:}ƒ¾IߢoÓwè»ô=ú>ý€~HgÑèÇôú)ýŒÎ¦ŸÓ/è—ô+ú5ý†~K¿£ßÓ9ôú#ý‰þLçÒ_è¯ô7ú;ýƒö`</&ãÍäeò1ù¦S)ÄfŠ0E™bLqÆ—)Á”dJ1~Li¦ S–)Ç”g*0™JLe¦ S•ñgª1Õ™LM¦S›©ÃÔe˜zL ÄÔg0 ™FL0Ó˜i„0¡LS¦ÓœiÁ´dZ1­™6L[¦ÓžéÀtd:1™.LW¦ÓéÁôdz1½™>L_¦ÓŸ c0™p&‚ÄD2ƒ™(&šÂÄ0C™aÌpf3’ÅÄ2qÌhf 3–ÇŒg&0™IÌd&ž™ÂLe¦1Ó™L3“™ÅÌfæ03ƒ2s™y Æà Á ÅРð ÇðŒÀˆŒÄȌ¨ŒÆè ` Æd,ÆfÆÅÌg0 ™EÌbf “È,e–1Ë™ÌJf³šYìeÖ1ë™ ÌF&‰ÙÄlf¶0[™mÌvf“̤0;™]L*³›ÙÃìeö1û™ÌAæs˜9ÂeŽ1Ç™ÌIæsšIcÎ0g™sÌyæs‘Ig.1—™ &“¹Â\e®1×™ÌMæs›¹ÃÜeî1÷™ÌC&‹yÄ0™OÌg&—ùÂ|e¾1ß™ŒëÉz±yXo6/›ÍÏú°Ø‚l!¶0[„-Êc‹³¾l ¶$[ŠõcK³eزl9¶<[­ÈVb+³Uت¬?[­ÎÖ`k²µØÚl¶.ÀÖcÙ ¶>Û€mÈ6bƒÙÆl6„ e›²ÍØæl ¶%ÛŠmͶaÛ²íØöl¶#Û‰íÌva»²ÝØîl¶'Û‹íÍöaû²ýØþl;€Ȇ³ì 6’ÌF±Ñì6†Êc‡³#Ø‘ì(6–cG³cرì8v<;ÈNb'³ñìv*;ÎÎ`Ø™ì,v6;‡…X˜EX”ËÎc1g –d)–f–e9–gVd%VfVe5Vgk°&k±6ë°.v>»€]È.b³KØDv)»Œ]ή`W²«ØÕìv-»Ž]Ïn`7²Iì&v3»…ÝÊnc·³;Ød6…ÝÉîbSÙÝìv/»ÝÏ`²‡ØÃìö({Œ=Ξ`O²§ØÓl{†=ËžcϳØ‹l:{‰½Ìf°™ìö*{½ÎÞ`o²·ØÛìö.{½Ï>`²Yì#ö1û„}Ê>c³Ùçì ö%ûŠ};aß²ïØ÷lûýÈ~b?³¹ìö+ûýÎþ`=8O΋ËÃysy¹|\~·+Àä q…¹"\Q®WœóåJp%¹RœWš+ÕåÊqå¹ \E®W™«ÂUåü¹j\u®W“«ÅÕæêpu¹®Èqõ¹\C®Ì5æšp!\(×”kÆ5çZp-¹V\k® ×–kǵç:p¹N\g® וëÆuçzp=¹^\o®×—ëÇõç¸Ü@.œ‹àq‘Ü`.Š‹æ†p1ÜPn7œÁäFq±\7šÃåÆqã¹ ÜDn7™‹ç¦pS¹iÜtn—ÀÍäfq³¹9ÄÁ¡Ü\n‡q8Gp$Gq4Çp,Çq<'p"'q2§p*§q:8ƒ39‹³9‡sqó¹ÜBn·˜[Â%rK¹eÜrn·’[Å­æÖpk¹uÜzn·‘Kâ6q›¹-ÜVn·ÛÁ%s)ÜNn—Êíæöp{¹}Ü~îw;ÄæŽpG¹cÜqîw’;ÅæÒ¸3ÜYîwž»À]äÒ¹KÜe.ƒËä®pW¹kÜuîw“»ÅÝæîpw¹{Ü}î÷Ëâq¹'ÜSî—Í=ç^p/¹WÜkî ÷–{ǽçr¸ÜGî÷™Ëå¾p_¹oÜwîçÁ{ò^|Þ›ÏËçãóó>|¾ _ˆ/Ìá‹òÅøâ¼/_‚/É—âýøÒ|¾,_Ž/ÏWà+ò•øÊ|¾*ïÏWã«ó5øš|-¾6_‡¯Ëðõø@>ˆ¯Ï7àòø`¾1ß„áCù¦|3¾9ß‚oÉ·â[ómø¶|;¾=ßïÈwâ;ó]ø®|7¾;߃ïÉ÷â{ó}ø¾|?¾?Æàòá|?ˆäóQ|4?„á‡òÃøáü~$?ŠåãøÑü~,?ŽÏOà'ò“øÉ|‘_Ê/ã—ó+ø•ü*~5¿†_˯ã×óø|¿‰ßÌoá·òÛøíü>™Oáwò»øT~7¿‡ßËïã÷óøƒü!þ0„?Êãó'ø“ü)þ4ŸÆŸáÏòçøóüþ"ŸÎ_â/ó|&…¿Ê_ã¯ó7ø›ü-þ6‡¿Ëßãïóø‡|ÿˆÌ?áŸòÏølþ9ÿ‚É¿â_óoø·ü;þ=ŸÃà?òŸøÏ|.ÿ…ÿÊã¿ó?xÁSðòÞB^!Ÿ_ð …BBa¡ˆPT(&|…BI¡”à'”Êe…rBy¡‚PQ¨$TªU¡šP]¨!Ôj µ…:B]!@¨' AB}¡ÐPh$ …&Bˆ*4š Í…BK¡•ÐZh#´Ú í…BG¡“ÐYè"tº Ý…BO¡—Ð[è#ôú ý…0a€0P"„AB¤0Xˆ¢…!BŒ0T& F#…QB¬'ŒÆc…qÂxa‚0Q˜$Lâ…)ÂTaš0]˜!$3…YÂlaŽ °€¨0W˜'`.)P-0+p/‚(H‚,(‚*h‚.ÁLÁlÁ\Â|a°PX$,–‰ÂRa™°\X!¬V «…5ÂZa°^Ø l’„MÂfa‹°UØ&lvÉBаSØ%¤ »…=Â^aŸ°_8  ‡…#ÂQá˜p\8!œN §…4áŒpV8'œ.…tá’pYÈ2…+ÂUášp]¸!Ün ·…;Â]ážp_x <²„GÂcá‰ðTx&d Ï…ÂKá•ðZx#¼Þ ï…áƒðQø$|r…/ÂWá›ð]ø!xˆž¢—˜GôóŠùÄü¢X@,( ‹EÄ¢b1±¸è+–KŠ¥D?±´XF,+–ˋĊb%±²XE¬*ú‹ÕÄêb ±¦XK¬-ÖëŠb=1P ë‹ Ä†b#1Xl,6CÄP±©ØLl.¶[Š­ÄÖb±­ØNl/v;ŠÄÎb±«ØMì.ö{нÄÞb±¯ØOì/†‰Äb¸!#ÅÁb”-cÄ¡â0q¸8B)ŽcÅ8q´8F+ŽÇ‹ĉâ$q²/N§ŠÓÄéâ 1Aœ)Îg‹sDH„ED<1Åã›ç| ‘)‘‘9‘Q%QQ5Qhˆ¦h‰¶èˆ.q¾¸@\(.‹KÄDq©¸L\.®WŠ«ÄÕâq­¸N\/n7ŠIâ&q³¸EÜ*n·‹;Äd1EÜ)îSÅÝâq¯¸OÜ/ЇÄÃâñ¨xL<.žOЧÄÓbšxF<+žÏ‹Ä‹bºxI¼,fˆ™âñªxM¼.ÞoŠ·ÄÛâñ®xO¼/>ŠYâ#ñ±øD|*>³Åçâ ñ¥øJ|-¾ߊïÄ÷bŽøAü(~?‹¹âñ«øMü.þ=$OÉKÊ#yKy¥|R~ÉG* ” I…¥"RQ©˜T\ò•JH%¥R’ŸTZ*#••ÊIå¥ RE©’TYª"U•ü¥jRu©†TSª%Õ–êHu¥©ž(Iõ¥RC©‘,5–šH!R¨ÔTj&5—ZH-¥VRk©ÔVj'µ—:H¥NRg©‹ÔUê&u—zH=¥^Ro©ÔWê'õ—¤Ò@)\ŠI‘Ò`)JŠ–†H1ÒPi˜4\!”FI±Rœ4Z#•ÆI㥠ÒDi’4YŠ—¦HS¥iÒti†” Í”fI³¥9$Á"¡Ò\iž„I¸DH¤DI´ÄH¬ÄI¼$H¢$I²¤Hª¤Iº$C2%K²%GrIó¥ÒBi‘´XZ"%JK¥eÒri…´RZ%­–ÖHk¥uÒziƒ´QJ’6I›¥-ÒVi›´]Ú!%K)ÒNi—”*í–öH{¥}Ò~é€tP:$–ŽHG¥cÒqé„tR:%–Ò¤3ÒYéœt^º ]”Ò¥KÒe)CÊ”®HW¥kÒué†tSº%Ý–îHw¥{Ò}éôPÊ’I¥'ÒSé™”-=—^H/¥WÒkéôVz'½—r¤ÒGé“ôYÊ•¾H_¥oÒwé‡ä!{Ê^rÙ[Î+ç“óË>r¹ \H.,‘‹ÊÅäⲯ\B.)—’ýäÒr¹¬\N./W+Ê•äÊr¹ªì/W“«Ë5äšr-¹¶\G®+Èõä@9H®/7Êä`¹±ÜD‘Cå¦r3¹¹ÜBn)·’[Ëmä¶r;¹½ÜAî(w’;Ë]ä®r7¹»ÜCî)÷’{Ë}ä¾r?¹¿&Êár„*“Ë'ä“ò)ù´œ&Ÿ‘ÏÊçäóòù¢œ._’/Ër¦|E¾*_“¯Ë7ä›ò-ù¶|G¾+猪 Vß“³äGòcù‰üT~&gËÏåòKù•üZ~#¿•——òð ƒßÉåOò{9Gþ –¿Éß岇â©x)yo%¯’Oɯø(”‚J!¥°RD)ªSŠ+¾J ¥¤RJñSJ+e”²J9¥¼RA©¨TR*+U”ªŠ¿RM©®ÔPj*µ”ÚJ¥® ÔS• ¥¾Ò@i¨4R‚•ÆJ%D Uš*Í”æJ ¥¥ÒJi­´QÚ*í”öJ¥£ÒIé¬tQº*Ý”îJ¥§ÒKé­ôQú*ý”þJ˜2@¨„+Ê %R¬D)ÑÊ%Fª S†+#”‘Ê(%V‰SF+c”±Ê8e¼2A™¨LR&+ñÊeª2M™®ÌP”™Ê,e¶2GXAT™«ÌS0W…T(…V…U8…WET$EVEU4EW€b(¦b)¶â(.e¾²@Y¨,R+K”De©²LY®¬PV*«”ÕÊe­²NY¯lP6*IÊ&e³²EÙªlS¶+;”d%EÙ©ìRR•ÝÊe¯²OÙ¯P*‡”ÃÊå¨rL9®œPN*§”ÓJšrF9«œSÎ+”‹JºrI¹¬d(™ÊåªrM¹®ÜPn*·”ÛÊå®rO¹¯+¹Êå«òMù®üPW_¨/ÕWêkõúV}§¾WsÔêGõ“úYÍU¿¨_Õoêwõ‡ê¡yj^ZÍ[Ë«åÓòk>Z­ VH+¬ÑŠjŴ⚯VB+©•Òü´ÒZ­¬VN+¯UÐ*j•´ÊZ­ªæ¯UÓªk5´šZ-­¶VG««hõ´@-H«¯5Ðj´`­±ÖD ÑBµ¦Z3­¹ÖBk©µÒZkm´¶Z;­½ÖAë¨uÒ:k]´®Z7­»ÖCë©õÒzk}´¾Z?­¿¦ ÐjáZ„6H‹ÔkQZ´6D‹Ñ†jôáÚm¤6J‹Õâ´ÑÚm¬6N¯MÐ&j“´ÉZ¼6E›ªMÓ¦k3´m¦6K›­ÍÑ Ö Õæjó4LÃ5B#5J£5Fc5Nã5A5I“5ES5MÓ5 š©Yš­9šK›¯-Ðj‹´ÅÚ-Q[ª-Ó–k+´•Ú*mµ¶F[«­ÓÖk´Z’¶IÛ¬mѶjÛ´íÚ-YKÑvj»´Tm·¶GÛ«íÓök´ƒÚ!í°vD;ªÓŽk'´“Ú)í´–¦ÑÎjç´óÚí¢–®]Ò.kZ¦vE»ª]Ó®k7´›Ú-í¶vG»«ÝÓîk´‡Z–öH{¬=ÑžjÏ´lí¹öB{©½Ò^ko´·Ú;í½–£}Ð>jŸ´ÏZ®öEûª}Ó¾k?4ÝS÷ÒóèÞz^=Ÿž_÷Ñ èõBza½ˆ^T/¦×}õzI½”î§—ÖËèeõrzy½‚^Q¯¤WÖ«èUu½š^]¯¡×Ôkéµõ:z]=@¯§êAz}½ÞPo¤ëõ&zˆª7Õ›éÍõzK½•ÞZo£·ÕÛéíõzG½“ÞYï¢wÕ»éÝõzO½—Þ[ï£÷Õûéýõ0}€>P×#ôAz¤>XÒ£õ!zŒ>T¦×Gè#õQz¬§ÖÇècõqúx}‚>QŸ¤OÖãõ)úT}š>]Ÿ¡'è3õYúl}Žé°Žè¨>WŸ§c:®:©S:­3:«s:¯ º¨Kº¬+ºªkº®ÝÐMÝÒmÝÑ]ú|}¾P_¤/Ö—è‰úR}™¾\_¡¯ÔWé«õ5úZ}¾^ß oÔ“ôMúf}‹¾Uߦo×wèÉzоSߥ§ê»õ=ú^}Ÿ¾_? Ôé‡õ#úQý˜~\?¡ŸÔOé§õ4ýŒ~V?§Ÿ×/èõtý’~YÏÐ3õ+úUýš~]¿¡ßÔoé·õ;ú]ýž~_ ?Ô³ôGúcý‰þT¦gëÏõúKý•þZ£¿ÕßéïõýƒþQÿ¤Ösõ/úWý›þ]ÿ¡{Oàòoäù( ‚B 0(Š‚b 8ð%@IP øÒ  ( Êò ¨*Ê  ¨ üA5PÔ5A-PÔuA¨A¨€† ABASÐ 4-@KÐ ´m@[д@GÐ t]@WÐ t=@OÐ ô}@_Ðôa`ÂA"Á`¢Á†‚a`8F‚Q ÄÑ`  Æñ`˜&É LSÁ40Ì `&˜fƒ90@ æ‚y8 (@°€<€$ ¨@:À&°€ àóÁ°,‹Á–‚e`9XV‚U`5XÖ‚u`=Ø6‚$° l[ÀV° l;@2H;Á. vƒ=`/Øöƒà 8ƒ#à(8Žƒà$8Nƒ4pœçÀyp\éภ2@&¸®‚kà:¸n‚[à6¸î‚{à>x‚,ð<OÀSð dƒçàx ^×à x Þ÷ |Á'ðä‚/à+ø¾ƒÀÃð4¼Œ<†·‘×Ègä7|ŒFA£QØ(b5ŠÅ _£„QÒ(eø¥2FY£œQÞ¨`T4*•*FUÃߨfT7j5ZFm£ŽQ×0êFQßh`44ÁFc£‰b„MfFs£…ÑÒhe´6ÚmvF{£ƒÑÑèdt6º]nFw£‡ÑÓèeô6ú}~F#Ì` 4Âci 6¢Œhcˆc 5†ÃÆHc”kÄ£1ÆXcœ1Þ˜`L4&“xcŠ1Õ˜fL7f ÆLc–1Û˜c@l jÌ5昄A”AŒÁœÁ‚!’!Š¡š¡À0 Ó° Ûp —1ßX`,4‹%F¢±ÔXf,7V+UÆjc±ÖXg¬76$c“±ÙØbl5¶ÛF²‘bì4v©Ænc±×Øgì7CÆaãˆqÔ8f7N'SÆi#Í8cœ5Îç ÆE#ݸd\62ŒLãŠqÕ¸f\7n7[ÆmãŽq׸gÜ7,ã‘ñØxb<5žÙÆsã…ñÒxe¼6ÞowÆ{#Çø`|4>Ÿ\ã‹ñÕøf|7~¦§éeæ1½Í¼f>3¿éc0 š…ÌÂf³¨YÌ,núš%Ì’f)ÓÏ,m–1ËšåÌòf³¢YɬlV1«šþf5³ºYìiÖ2k›u̺f€YÏ 4ƒÌúf³¡ÙÈ 6›MÌ3Ôlj63››-Ì–f+³µÙÆlk¶3ۛ̎f'³³ÙÅìjv3»›=Ìžf/³·ÙÇìkö3û›aæs nF˜ƒÌHs°eF›CÌs¨9ÌnŽ0Gš£ÌX3ÎmŽ1ÇšãÌñæs¢9ÉœlÆ›SÌ©æ4sº9ÃL0gš³ÌÙæ2a1Qs®9ÏÄLÜ$LÒ¤LÚdLÖäLÞLÑ”LÙTLÕÔLݦaš¦eÚ¦cºÌùæs¡¹È\l.1Í¥æ2s¹¹Â\i®2W›k̵æ:s½¹ÁÜh&™›ÌÍæs«¹ÍÜnî0“Ís§¹ËL5w›{̽æ>s¿yÀV_«ŸÕß ³X­p+ÂdEZƒ­(+ÚbÅXC­aÖpk„5ÒeÅZqÖhkŒ5Ög·&X­IÖd+ÞšbMµ¦YÓ­V‚5ÓšeͶæX[ˆ…Zs­yfáa‘eÑc±gñ–`‰–dÉ–b©–fé° Ë´,˶ËeÍ·X ­EÖbk‰•h-µ–YË­ÖJk•µÚZc­µÖYë­ ÖF+ÉÚdm¶¶X[­mÖvk‡•l¥X;­]VªµÛÚcíµöYû­ÖAëuØ:bµŽYÇ­ÖIë”uÚJ³ÎXg­sÖyë‚uÑJ·.Y—­ +Óºb]µ®Y×­ÖMë–uÛºcݵîY÷­ÖC+Ëzd=¶žXO­gV¶õÜza½´^Y¯­7Ö[ëõÞʱ>X­OÖg+×úb}µ¾Yß­–‡íi{Ùylo;¯ÏÎoûØì‚v!»°]Ä.j³‹Û¾v »¤]Êö³KÛeì²v9»¼]Á®hW²+ÛU쪶¿]Í®n×°kÚµìÚv»®`׳í »¾ÝÀnh7²ƒíÆv;ĵ›ÚÍìæv »¥ÝÊnm·±ÛÚíìöv»£ÝÉîlw±»ÚÝìîv»§ÝËîm÷±ûÚýìþv˜=Àh‡Ûö ;ÒlGÙÑö;Æj³‡Û#ì‘ö(;ÖŽ³GÛcì±ö8{¼=ÁžhO²'Ûñö{ª=Ížnϰì™ö,{¶=džlØFlÔžkϳ1· ›´)›¶›µ9›·[´%[¶[µ5[·mئmÙ¶íØ.{¾½À^h/²ÛKìD{©½Ì^n¯°WÚ«ìÕö{­½Î^oo°7ÚIö&{³½ÅÞjo³·Û;ìd;ÅÞiï²SíÝö{¯½ÏÞo°Ú‡ìÃöû¨}Ì>nŸ°OÚ§ìÓvš}Æ>kŸ³ÏÛì‹vº}ɾlgØ™öûª};nß°oÚ·ìÛöû®}Ͼo?°ÚYö#û±ýÄ~j?³³íçö û¥ýÊ~m¿±ßÚïì÷vŽýÁþh²?Û¹öû«ýÍþnÿ°=OÇËÉãx;y|N~ÇÇ)àt 9…"NQ§˜SÜñuJ8%RŽŸSÚ)ã”uÊ9å NE§’SÙ©âTuüjNu§†SÓ©åÔvê8u§žè9õNC§‘ì4vš8!N¨ÓÔiæ4wZ8-VNk§ÓÖiç´w:8NNg§‹ÓÕéætwz8=^No§Ó×éçôwœÎ@'܉p9‘Î`'ʉv†81ÎPg˜3ÜáŒtF9±Nœ3ÚãŒuÆ9ã ÎDg’3Ù‰w¦8SiÎtg†“àÌtf9³9äÀâ Î\gžƒ9¸C8¤C9´Ã8¬Ã9¼#8¢#9²£8ª£9ºÃ1˱Çq9óÎBg‘³ØYâ$:KeÎrg…³ÒYå¬vÖ8kuÎzgƒ³Ññ­x&t¨.&9ÛœíÎ'ÙIqv:»œMÎfçlèïî¾:8Õ9èr;Gœ£Î1ç¸sÂ9éœrN;iÎç¬sÎ9ï\p.:éÎ%粓ád:Wœ«Î5çº#Wèæ5fð çŽs×¹çÜw8,ç‘óØyâ9Ÿ\ç‹óÕùæ|w~8.O——+Ëەוϕßåã*à*è*ä*ì*â*ê*æ*îòu•p•t•rù¹J»Ê¸ÊºÊ¹Ê»*¸*º*¹*»ª¸ªºü]Õ\Õ]5\5]µ\µ]u\u]®z®@Wëÿãàœºô¸±íllÛÞØ¶mllÛNÆfO{f¾Ø¶mÛÖÅ[ýƒz¨sªV«„Uƪ`U±jXu¬V«…ÕÆê`u±zX}¬Ök„%`±&XS¬ÖkµÄZa­±6X[¬Öë€uÄ:a±.XW¬ÖëõÄza½±>X_¬Ö€ Äaƒ±!ØPl6ÄFa£±1ØXl6›€%b±IØdl 6›†MÇf`3±YØll6›‡ÍÇ` ±EØbl ¶[†-ÇV`+±UØjl ¶[‡­Ç6`±MØfl ¶Û†mÇ0 ÇŒÄ(ŒÆŒÅ8ŒÇLÄ$LÆLÅ4LÇf`31 ³1s1ó1„XˆEX ÛíÄva»±=Ø^l¶;€Äa‡±#ØQìv;ÄNa§±3ØYìv»€]Ä.a—±+ØUìv»ÝÄna·±;Ø]ìv{€=Äa±'ØSìö{½Ä^a¯±7Ø[ìöû€}Ä>aŸ±/ØWìöûýÄ~a¿±?Ø_ì‡'Á“âÉðäx <%ž O§ÁÓâéðôx<#ž ÏŒgÁ³âÙðìx<'ž ÏçÁóâñx>Þoˆ7ÂðÆx¼)Þ oŽ·À[â­ðÖx¼-ÞowÀ;âðÎx¼+Þ ïŽ÷À{â½ðÞx¼/ÞïÀâƒðÁø|(> ŽÀGâ£ðÑø|,>OÀñ‰ø$|2>ŸŠOçã3ð™ø,|6>Ÿ‹ÏÃçã ð…ø"|1¾_Š/×ã+ð•ø*|5¾_‹¯Ã×ãðø&|3¾ߊo÷ãþ¶éЄ‹M²äÁqgqçqq —qWq ×q€8ÄMÜÂmÜÁ]ÜÃ}áâÃwà;ñ]øn|¾߇ïÇàñCøaü~?†ÇOà'ñSøiü ~?‡ŸÇ/àñKøeü ~¿†_Çoà7ñ[ømü~¿‡ßÇàñGøcü þ†?Ç_à/ñWøkü þ‡¿Ç?àñOøgü þÿ†Çà?ñ_øoüþÿ‡ÇIˆ¤D2"9‘‚HIük¶¼ôè|¦¤&Òi‰tD*"3‘…ÈJd#²é‰ DF"‘“ÈEä&ò9ˆDA¢Q˜(B%ŠʼnDI¢‘—ˆ'òù‰ÒD¢"Q‰(C”%Êå‰ÊD ¢&Q‹¨MÔ!êõˆ*DU¢Q¨O4& ‰FDÑ„hI´"Zmˆ¶D;¢=ÑèH4%š͉D'¢;уèIô"z}ˆ¾D?¢?1€H "Cˆ¡Ä0b81‚IŒ"Fcˆ±Ä8b<1H$&“ˆÉÄb*1˜NÌ f³ˆÙÄb.1˜O, ‹ˆÅÄb)±ŒXN¬ V«ˆÕÄb-±ŽXOl 6›ˆÍÄb+±È™8fRÂìíIPM0KpO„HH„L(„Jh„N aaáለˆˆ±ƒØIì"v{ˆ½Ä>b?q€8H"Gˆ£Ä1â8q‚8Iœ"Ngˆ³Ä9âñ€xH<"Oˆ§Ä3â9ñ‚xI¼"^oˆ·Ä;â=ñøH|">_ˆ¯Ä7â;ñƒøIü"~ˆ¿Ä?"ŽLB&%“‘ÉÉdJ2™šLC¦%Ó‘éÉ dF2™™ÌBf%³‘ÙÉdN2™›ÌCæ%ãÉ|d~²Y,D&‹EÉbdq²Y’,E–&ËeÉrdy²Y‘¬DV&«UÉjdu²Y“¬EÖ&ëuÉzd}²ÙlD&É&dS²ÙœlA¶$[‘­É6d[²Ùžì@v$;‘É.dW²ÙìAö${‘½É>d_²ÙŸ@$‘ƒÉ!äPr9œAŽ$G‘£É1äXr9žœ@&’ÉIädr 9•œFN'g3ÉYälr9—œGÎ' ÉEäbr ¹”\F.'W+ÉUäjr ¹–\G®'7ÉMäfr ¹•ÜFn'1' ’$)’&’%9’'R$%R&R%5R'i4I‹´I‡tIôIDdHFdŒÜAî$w‘»É=ä^r¹Ÿ<@$‘‡É#äQòyœ$‘É'äSòùœ|A¾$_‘¯É7ä[òùžü@~$?‘ŸÉ/äWòùüAþ$‘¿É?ä_òG%¡’RɨäT *%•ŠJM¥¡ÒRé¨ôT*#•‰ÊLe¡²RÙ¨ìT*'•‹ÊMå¡òRñT>*?U€*H¢ SE¨¢T1ª8U‚*I•¢JSe¨²T9ªÕ€jH5¢¨ÆTª)ÕŒjNµ ZR­¨ÖTª-ÕŽjOu :R¨ÎTª+ÕêNõ zR½¨ÞTª/ÕêO  Rƒ¨ÁÔj(5ŒN FR£¨ÑÔj,5ŽOM ©‰Ô$j25…šJM£¦S3¨™Ô,j65‡šKÍ£æS ¨…Ô"j1µ„ZJ-£–S+¨•Ô*j5µ†ZK­£ÖS¨Ô&j3µ…ÚJm£¶S…SERES ÅRÅS%R%S ¥R¥S€2(H™”EÙ”C¹”Gù¢*¤"*Fí vR»¨ÝÔj/µÚO R‡¨ÃÔê(uŒ:N NR§¨ÓÔê,uŽ:O] .R—¨ËÔê*uºNÝ nR·¨ÛÔê.uºO= R¨ÇÔê)õŒzN½ ^R¯¨×Ôê-õŽzO} >RŸ¨ÏÔê+õúNý ~R¿¨ßÔê/õŠ£“ÐIédtr:’NE§¦ÓÐiéttz:‘ÎDg¦³ÐYéltv:“ÎEç¦óÐyéx:Ÿ.@¤ Ñ…é"tQº]œ.A—¤KÑ¥é2tYº]ž®@W¤+Ñ•é*tUº]®Aפkѵé:t]º]Ÿn@7¤Ñ tcº Ý”nF7§[Ð-éVtkº Ý–nG·§;ÐéNtgº Ý•îFw§{Ð=é^toºÝ—îG÷§ÐéAô`z=”F§GÐ#éQôhz =–G§'ЉôDz=™žBO¥§ÑÓéôLz=›žCÏ¥çÑóéôBz½˜^B/¥—ÑËéôJz½š^C¯¥×Ñëé ôFz½™ÞBo¥·ÑÛiŒÆi‚&iЦi†fiŽæii‰–i…ViÖi@4¤MÚ¢mÚ¡]Ú£}ÑÒ£{§Ž‹ûÞæË´ô^z½Ÿ>@¤чé#ôQú}œ>AŸ¤Oѧé3ôYú}ž¾@_¤/Ñ—é+ôUú}¾AߤoÑ·é;ô]ú}Ÿ~@?¤Ñé'ôSúýœ~A¿¤_ѯé7ô[úýžþ@¤?ÑŸé/ôWúýþAÿ¤Ñ¿é?ô_úÇ$a’2ɘäL &%“ŠIͤaÒ2é˜ôL&#“‰ÉÌda²2Ù˜ìL&'“‹ÉÍäaò2ñL>&?S€)Èb 3E˜¢L1¦8S‚)É”bJ3e˜²L9¦Ó€iÈ4b˜ÆL¦)ÓŒiδ`Z2­˜ÖL¦-ÓŽiÏt`:2˜ÎL¦+ÓéÎô`z2½˜ÞL¦/ÓéÏ `2ƒ˜ÁÌf(3ŒÎŒ`F2£˜ÑÌf,3ŽÏL`™‰Ì$f23…™ÊLc¦33˜™Ì,f63‡™ËÌcæ3 ˜…Ì"f1³„YÊ,c–3+˜•Ì*f5³†YˬcÖ3˜Ì&f3³…ÙÊlc¶3ƒ3C2C3 Ã2Ã3#2#3 £2£3€1ȘŒÅ،øŒÇø b&d"&Æì`v2»˜ÝÌf/³ÙÏ`2‡˜ÃÌæ(sŒ9Μ`N2§˜ÓÌæ,sŽ9Ï\`.2—˜ËÌæ*s¹ÎÜ`n2·˜ÛÌæ.s¹Ï<`2˜ÇÌæ)óŒyμ`^2¯˜×Ìæ-óŽyÏ|`>2Ÿ˜ÏÌæ+óùÎü`~2¿˜ßÌæ/ó‰c“°IÙdlr6›’MŦfÓ°iÙtlz6›‘ÍÄff³°YÙllv6›“ÍÅæfó°yÙx6›Ÿ-Àd ±…Ù"lQ¶[œ-Á–dK±¥Ù2lY¶[ž­ÀVd+±•Ù*lU¶[­ÁÖdk±µÙ:l]¶[ŸmÀ6d± lc¶ Û”mÆ6g[°-ÙVlk¶ Û–mǶg;°ÙNlg¶ Û•íÆvg{°=Ù^lo¶Û—íÇög°ÙAì`v;”ÆgG°#ÙQìhv ;–ÇŽg'°‰ìDv;™ÂNe§±ÓÙìLv;›ÃÎeç±óÙìBv»˜]Â.e—±ËÙìJv»š]îe×±ëÙ ìFv»™ÝÂne·±ÛYŒÅY‚%YŠ¥Y†eYŽåYY‰•Y…UYÕYÀ,dMÖbmÖa]Öc}±²cw°;Ù]ìnv»—ÝÇîg°ÙCìaö{”=ÆgO°'ÙSìiö {–=Çžg/°ÙKìeö {•½Æ^go°7Ù[ìmö{—½ÇÞg°ÙGìcö û”}Æ>g_°/ÙWìkö û–}Ǿg?°ÙOìgö û•ýÆ~g°?Ù_ìoöû—ýÇÆqI¸¤\2.9—‚KÉ¥âRsi¸´\:.=—ËÈeâ2sY¸¬\6.;—ƒËÉåârsy¸¼\<—ËÏà r…¸Â\®(WŒ+ΕàJr¥¸Ò\®,WŽ+ÏUà*r•¸Ê\®*W«ÎÕàjrµ¸Ú\®.W«Ï5àr¸®1ׄkÊ5ãšs-¸–\+®5׆k˵ãÚs¸Ž\'®3×…ëÊuãºs=¸ž\/®7ׇëËõãús¸Ü n07„Ê ã†s#¸‘Ü(n47†ËãÆs¸Dn"7‰›ÌMá¦rÓ¸éÜ n&7‹›ÍÍáæró¸ùÜn!·ˆ[Ì-á–r˸åÜ n%·Š[Í­áÖrë¸õÜn#·‰ÛÌmá¶rÛ¸íÆáÁ‘ÅÑñÇñœÀ‰œÄɜ©œÆéà r&gq6çp.çq>‡¸€ ¹ˆ‹q;¸Ü.n7·‡ÛËíãös¸ƒÜ!î0w„;ÊãŽs'¸“Ü)î4w†;ËãÎs¸‹Ü%î2w…»Ê]ã®s7¸›Ü-î6w‡»ËÝãîs¸‡Ü#î1÷„{Ê=ãžs/¸—Ü+î5÷†{˽ãÞs¸Ü'î3÷…ûÊ}ã¾s?¸ŸÜ/î7÷‡ûËýãâø$|R>ŸœOÁ§äSñ©ù4|Z>ŸžÏÀgä3ñ™ù,|V>ŸÏÁçäsñ¹ù<|^>žÏÇçç ðùB|a¾_”/ÆçKð%ùR|i¾ _–/Ç—ç+ðùJ|e¾ _•¯ÆWçkð5ùZ|m¾_—¯Ç×çð ùF|ߘoÂ7å›ñÍù|K¾ßšo÷åÛñíù|G¾ß™ïÂwå»ñÝù|O¾ß›ïÃ÷åûñýùü@~?˜Âå‡ñÃùüH~?šÃåÇñãù |"?‘ŸÄOæ§ðSùiüt~?“ŸÅÏæçðsùyü|~¿_Ä/æ—ðKùeür~¿’_ůæ×ðkùuüz~¿‘ßÄoæ·ð[ùmüvãqžàIžâižáYžãy^àE^âe^áU^ãuðy“·x›wx—÷xŸG|À‡|ÄÇøüN~¿›ßÃïå÷ñûùüAþ˜?ÂåñÇùüIþš?ßåÏñçù üEþ™¿Â_å¯ñ×ùüMþ›¿Ãßåïñ÷ùüCþÿ˜Â?åŸñÏùüKþÿšÿåßñïùüGþÿ™ÿÂå¿ñßùüOþÿ›ÿÃÿåÿñqB!©LH.¤R ©„ÔB!­NH/d2 ™„ÌB!«MÈ.är ¹„ÜB!¯/äò „‚B!¡°PD(*Š %„’B)¡´PF(+”Ê „ŠB%¡²PE¨*Tª 5„šB-¡¶PG¨+Ôê „†B#!Ah,4š Í„æB ¡¥ÐJh-´Ú í„öB¡£ÐIè,tº Ý„îB¡§ÐKè-ôú ý„þÂa 0H, † ÄáÂa¤0J-ŒÆ ã„ñÂ!Q˜(L& S„©Â4aº0C˜)Ìf s„¹ÂŸˆOÅgâsñ…øR|%¾߈oÅwâ{ñƒøQü$~¿ˆ_Åoâwñ‡øSü%þÿˆÅbœ”DJ*%“’K)¤”R*)µ”FJ+¥“ÒK¤ŒR&)³”EÊ*e“²K9¤œR.)·”GÊ+ÅKù¤üR© TH*,‘ŠJŤâR ©¤TJ*-•‘ÊJå¤òR©¢TIª,U‘ªJÕ¤êR ©¦TKª-Õ‘êJõ¤úR©¡ÔHJKM¤¦R3©¹ÔBj)µ’ZKm¤¶R;©½ÔAê(u’:K]¤®R7©»ÔCê)õ’zK}¤¾R?©¿4@( ’KC¤¡Ò0i¸4B)’FKc¤±Ò8i¼4AJ”&J“¤ÉÒiª4Mš.ÍfJ³¤ÙÒi®4Oš/-J‹$”kḸ=ôbi…´RZ%­–ÖHk¥uÒziƒ´QÚ$m–¶H[¥mÒv “p‰H‰’h‰‘X‰“xIDI’dI‘TI“t H†%S²$[r$Wò$_BR …R$ŤÒN)Yéì9ÌÛ%í“öK¤ƒÒ!é°tD:*“ŽK'¤“Ò)é´tF:+mìpªÅôÄsÒ%é²tEº*]“®K7¤›Ò-é¶tGº+Ý“îK¤‡Ò#é±ôDz*=“žK/¤—Ò+éµôFz+½“ÞK¤Ò'é³ôEú*ý\ûkíïµß¤_ÒoéôWú'ÅÉIä¤r29¹œBN)§’SËiä´r:9½œAÎ(g’3ËYä¬r69»œCÎ)ç’sËyä¼r¼œOÎ/ Ê…äÂr¹¨\L..—KÊ¥äÒr¹¬\N./W+Ê•äÊr¹ª\M®.×kʵäÚr¹®\O®/7Êä¹±ÜDn*7“›Ë-ä–r+¹µÜFn+·“ÛËäŽr'¹³ÜEî*w“»Ë=äžr/¹·ÜGî+÷“ûËäò y°.ŸOʧäÓòù¬|N>/_/Êõ²æ,´#×%ùš|]¾!ß”oÉ·å;ò]ùž|_~ ?”Éå'òSù™ü\~!¿”_ɯå7ò[ùü^þ ”?ÉŸå/òWù›ü]þ!ÿ”É¿å?ò_ùŸ§$Q’*É”ä SµVÑëÓR(i”´J:%½’AɨdR2+Y”¬J6%»’CÉ©äRr+y”¼J¼’OɯP *…”ÂJ¥¨RL)®”P~ÇŸ—å’JY¥œR^© TT*)••*JU¥šR]©¡ÔTj)µ•:J]¥žR_i 4T) Jc%]ÂÍÔ«ò4QZ(-•VJk¥ÒVi§´W:(•NJg¥‹ÒUé¦tW†VŽ‹;Û µÒCé«ôSú+”Ê e°2Dª S†+#”‘Ê(e´2F«ŒSÆ+”De¢2I™¬LQ¦*Ó”éÊ e¦2K™­ÌQæ*ó”ùÊe¡²HY¬,Q–*Ë”åÊ e¥²JY­¬QÖ*ë”õÊe£²IÙ¬lQ¶*Û”í ¦à ¡ ¥Ð £° §ðŠ ˆŠ¤ÈŠ¢¨Š¦è P *¦b)¶â(®â)¾‚”@ •H‰);”Ê.e·²GÙ«ìSö+”ƒÊ!å°rD9ªSŽ+'”“Ê)å´rF9«œSÎ+”‹Ê%å²rE¹ª\S®+7”›Ê-å¶rG¹«ÜSî+”‡Ê#å±òDyª5¿Z@-©¶OL¬ó<>.îo³²êÛTqqgŠUV««5Ôšj-µ¶ZG½œ#..s¾ºjCµ‘š 6V›¨MÕfjsµ…ÚRm¥¶VÛ¨mÕvj{µƒÚQí¤vV»¨]Õnjwµ‡ÚSí¥öVû¨}Õ~ju€:P¤V‡¨CÕaêpu„:R¥ŽVǨcÕqêxu‚š¨NT'©“Õ)êTuš:]¡ÎTg©³Õ9ê\už:_] .T©‹Õ%êRu™º\]¡®TW©«Õ5êZuº^Ý nT7©›Õ-êVu›º]ÅT\%TR¥TZeTVåT^TQ•TYUTUÕT]ª¡BÕT-ÕVÕU=ÕW‘¨¡©1u‡ºSÝ¥îV÷¨{Õ}ê~õ€zP=¤V¨GÕcêqõ„zR=¥žVϨgÕsêyõ‚zQ½¤^V¯¨WÕkêuõ†zS½¥ÞVï¨wÕ{ê}õúP}¤>VŸ¨OÕgêsõ…úR}¥¾VߨoÕwê{õƒúQý¤~V¿¨_Õoêwõ‡úSý¥þVÿ¨Õjœ–DKª%Ó’k)´”Z*-µ–FK«¥ÓÒk´ŒZ&-³–E˪eÓ²k9´œZ.-·–GË«Åkù´üZ­ VH+¬ÑŠjÅ´âZ ­¤VJ+­•ÑÊjå´òZ­¢VI«¬UѪjÕ´êZ ­¦VK«­ÕÑêjõ´úZ­¡ÖHKÐkM´¦Z3­¹ÖBk©µÒZkm´¶Z;­½ÖAë¨uÒ:k]´®Z7­»ÖCë©õÒzk}´¾Z?­¿6@¨ ÒkC´¡Ú0m¸6B©ÒFkc´±Ú8m¼6AKÔ&j“´ÉÚmª6M›®ÍÐfj³´ÙÚm®6O›¯-Ðj‹´ÅÚm©¶L[®­ÐVj«´ÕÚm­¶N[¯mÐ6j›´ÍÚm«¶MÛ®a®©Q­1«q¯ š¨Iš¬)šªiš®ÍРfj–fkŽæjžækH ´P‹´˜¶CÛ©íÒvk{´½Ú>m¿v@;¨ÒkG´£Ú1í¸vB;©ÒNkg´³Ú9í¼vA»¨]Ò.kW´«Ú5íºvC»©ÝÒnkw´»Ú=í¾ö@{¨=ÒkO´§Ú3í¹öB{©½Ò^ko´·Ú;í½öAû¨}Ò>k_´¯Ú7í»öCû©ýÒ~k´¿Ú?-NO¢'Õ“éÉõzJ=•žZO£§ÕÓééõ zF=“žYÏ¢gÕ³éÙõzN=—ž[Ï£çÕãõ|z~½€^P/¤Ö‹èEõbzq½„^R/¥—ÖËèeõrzy½‚^Q¯¤WÖ«èUõjzu½†^S¯¥×Öëèuõzz}½ÞPo¤'èõ&zS½™Þ\o¡·Ô[é­õ6z[½Þ^ï wÔ;éõ.zW½›Þ]ï¡÷Ô{é½õ>z_½ŸÞ_ Ôéƒõ!úP}˜>\¡ÔGé£õ1úX}œ>^Ÿ 'êõIúd}Š>UŸ¦O×gè3õYúl}Ž>WŸ§Ï×è õEúb}‰¾T_¦/×Wè+õUúj}¾V_§¯×7èõMúf}‹¾Uߦo×1× Ô)ÖÕ9×]Ô%]Ö]Õ5]×nèP7uK·uGwuO÷u¤z¨GzLß¡ïÔwé»õ=ú^}Ÿ¾_? Ôé‡õ#úQý˜~\?¡ŸÔOé§õ3úYýœ~^¿ _Ô/é—õ+úUýš~]¿¡ßÔoé·õ;ú]ýž~_ ?Ôéõ'úSý™þ\¡¿Ô_é¯õ7ú[ýþ^ÿ Ô?éŸõ/úWý›þ]ÿ¡ÿÔé¿õ?ú_ýŸ’€¤ HR€” H Ò€´ H2€Œ È ²€¬ Èr€œ È ò€¼ äùAP…APÅA P”¥AP”åAPT•APTÕA PÔµAPÔõAÐ4  1hš‚f 9hZ‚V 5hÚ‚v =è:‚N 3躂n ;èz‚^ 7èú‚~ ?‚A`0†‚a`8F‚Q`4Æ‚q`<˜ÁD0 LSÀT0 L3ÀL0 ÌsÀ\0Ì ÀB°,KÀR° ,+ÀJ° ¬kÀZ°¬ÀF° l[ÀV° lÀH@0€àD (@ЀÀ°\à €D v€`Ø ö€½`Ø€ƒà8 Ž€£à8N€“à8 ΀³à8.€‹à¸ ®€«à¸n€›à¸ ฀‡àx ž€§àx^€—àx Þ€·àx>€àø ¾€¯àø~€Ÿàø þ€¿àˆ3’IdFr#…‘ÒHe¤6ÒitFz#ƒ‘ÑÈdd6²YlFv#‡‘ÓÈeä6òyx#Ÿ‘ß(`4 …"FQ£˜QÜ(a”4J¥2FY£œQÞ¨`T4*•*FU£šQݨaÔ4jµ:F]£žQßh`44 Fc£‰ÑÔhf47Z-VFk£ÑÖhg´7:NFg£‹ÑÕèft7z=^Fo£Ñ×ègô7AÆ`cˆ1Ôf 7F#QÆhcŒ1ÖgŒ7&‰ÆDc’1Ù˜bL5¦ÓÆLc–1Û˜cÌ5æóÆBc‘±ØXb,5–ËÆJc•±ÚXc¬5Öë ÆFc“±ÙØbl5¶Û ÌÀ  ʠ Æ` Îà Á É ÅP ÍÐ `4LÃ2lÃ1\Ã3|‘3v;]Ænc±×Øgì7CÆaãˆqÔ8f7N'SÆiãŒqÖ8gœ7.KÆeãŠqÕ¸f\7n7[ÆmãŽq׸gÜ7GÆcã‰ñÔxf<7^/WÆkãñÖxg¼7>OÆgã‹ñÕøf|7~?_Æoãñ×øgÄÁ$0)L“Ã0%LSÃ40-LÓà 0#Ì3Ã,0+̳Ã0'ÌsÃ<0/Œ‡ù`~X„…`aX…Å`qX–„¥`iX–…å`yXV„•`eXV…Õ`uXÖ„µ`mXÖ…õ`}Ø6„`l ›À¦°l[À–°l ÛÀ¶°l;Àްì »À®°ì{Àž°ì ûÀ¾°ìÀp ‡À¡pGÀ‘p ÇÀ±p'ÀD8N‚“á8NƒÓá 8΂³á8΃óá¸.‚‹á¸.ƒËá ¸®‚«á¸®ƒëá¸n‚›á¸nƒÛ!qH@R† d!y(@JP† T¡u !4¡mè@zЇ0„ŒÁp'ÜwÃ=p/Ü÷Ãð <Ã#ð(<Ãð$<OÃ3ð,<Ïà ð"¼/Ã+ð*¼¯Ãð&¼oÃ;ð.¼ïÃð!|Ã'ð)|ŸÃð%|_Ã7ð-|ßÃð#ü?Ã/ð+ü¿Ãð'üÃ?ð/üãÌ$fR3™™ÜLa¦4S™©Í4fZ3™ÞÌ`f43™™Í,fV3›™ÝÌaæ4s™¹Í0šÌÇæó©ùÌ|n¾0_š¯Ì׿ó­ùÎ|o~0?šŸÌÏæó«ùÍünþ0š¿Ìßæó¯ùÏŒ³’XI­dVr+…•ÒJe¥¶ÒXi­tVz+ƒ•ÑÊde¶²XY­lVv+‡•ÓÊeå¶òXy­x+Ÿ•ß*`´ Y…­"VQ«˜UÜ*a•´JY¥­2VY«œUÞª`U´*Y•­*VU«šUݪaÕ´jYµ­:V]«žUßj`5´Y Vc«‰ÕÔjf5·ZX-­VVk«ÕÖjgµ·:X­NVg«‹ÕÕêfu·zX=­^Vo«Õ×êgõ·X­AÖ`kˆ5Ôf ·FX#­QÖhkŒ5Ög·&X‰ÖDk’5ÙšbMµ¦YÓ­ÖLk–5Ûšc͵æYó­ÖBk‘µØZb-µ–YË­ÖJk•µÚZc­µÖYë­ ÖFk“µÙÚbmµ¶YÛ-ÌÂ-Â"-Ê¢-Æb-Îâ-Á-É’-ÅR-ÍÒ-`´L˲l˱\˳| YZ‘³vX;­]Önkµ×Úgí·X­CÖaëˆuÔ:f·NX'­SÖiëŒuÖ:g·.X­KÖeëŠuÕºf]·nX7­[ÖmëŽu׺gÝ·X­GÖcë‰õÔzf=·^X/­WÖkëõÖzg½·>X­OÖgë‹õÕúf}·~X?­_Öoëõ×úgÅÙIì¤v2;¹ÂNi§²SÛiì´v:;½ÁÎhg²3ÛYì¬v6;»ÃÎiç²sÛyì¼v¼ÏÎo° Ú…ìÂv»¨]Ì.n—°KÚ¥ìÒv»¬]Î.oW°+Ú•ìÊv»ª]Í®n×°kÚµìÚv»®]Ï®o7°Úì»±ÝÄnj7³›Û-ì–v+»µÝÆnk·³ÛÛìŽv'»³ÝÅîjw³»Û=ìžv/»·ÝÇîk÷³ûÛìö {°=Äj³‡Û#ì‘ö({´=Æk³ÇÛìD{¢=É.–˜7ye²=ÝžaÏ´gÙ³í9ö\{ž=ß^`/´Ù‹í%öR{™½Ü^a¯´WÙ«í5öZ{½ÞÞ`o´7Ù›í-öV{›½ÝÆlÜ&lÒ¦lÚflÖælÞlÑ–lÙVlÕÖlݶaCÛ´-Û¶Ûµ=Û·‘Ø¡Ù1{‡½ÓÞeï¶÷Ø{í}ö~û€}Ð>d¶ØGícöqû„}Ò>eŸ¶ÏØgísöyû‚}Ѿd_¶¯ØWíköuû†}Ó¾eß¶ïØwí{ö}ûýÐ~d?¶ŸØOígösû…ýÒ~e¿¶ßØoíwö{ûƒýÑþd¶¿Ø_íoöwû‡ýÓþeÿ¶ÿØívœ“ÄIê$s’;)œ”N*'µ“ÆIë¤sÒ;œŒN&'³“ÅÉêds²;9œœN.'·“ÇÉëÄ;ùœüN§ SÈ)ìqŠ:ÅœâN §¤SÊ)í”qÊ:åœòN§¢SÉ©ìTqª:ÕœêN §¦SË©íÔqê:õœúN§¡ÓÈIp;Mœ¦N3§¹ÓÂié´rZ;mœ¶N;§½ÓÁéètr:;]œ®N7§»ÓÃééôrz;}œ¾N?§¿3Àè r;Cœ¡Î0g¸3ÂéŒrF;cœ±Î8g¼3ÁIt&:“œÉÎgª3Í™îÌpf:³œÙÎg®3Ï™ï,p:‹œÅÎg©³ÌYî¬pV:«œÕÎg­³ÎYïlp6:›œÍÎg«³ÍÙî`îéPí0ëpïŽèHŽì(ŽêhŽîÇp c:–c;Žã:žã;È œÐ‰œ˜³ÃÙéìrv;{œ½Î>g¿sÀ9èr;Gœ£Î1ç¸sÂ9éœrN;gœ³Î9ç¼sÁ¹è\r.;Wœ«Î5çºsùéÜrn;wœ»Î=ç¾óÀyè;_œ¯Î7ç»óÃùéür~;œ¿Î?'ÎMâ&u“¹ÉÝnJ7•›ÚMã¦uÓ¹éÝ nF7“›ÙÍâfu³¹ÙÝnN7—›ÛÍãæuãÝ|n~·€[Ð-äv‹¸EÝbnq·„[Ò-å–v˸eÝrny·‚[Ñ­äVv«¸UÝjnu·†[Ó­åÖvë¸uÝzn}·ÛÐmä&¸Ý&nS·™ÛÜmá¶t[¹­Ý6n[·ÛÞíàvt;¹Ý.nW·›ÛÝíáöt{¹½Ý>n_·ŸÛßàt¹ƒÝ!îPw˜;ÜáŽtG¹£Ý1îXwœ;Þà&ºÝIîdwŠ;ÕæNwg¸3ÝYîlwŽ;×çÎw¸ ÝEîbw‰»Ô]æ.wW¸+ÝUîjw»Ö]ç®w7¸ÝMîfw‹»ÕÝænw1w —t)—v—u9—wWt%WvWu5Wwk¸Ð5]˵]Çu]Ïõ]änèFnÌÝáîtw¹»Ý=î^wŸ»ß=àt¹‡Ý#îQ÷˜{Ü=ážtO¹§Ý3îY÷œ{Þ½à^t/¹—Ý+îU÷š{ݽáÞto¹·Ý;î]÷ž{ß}à>t¹Ý'îS÷™ûÜ}á¾t_¹¯Ý7î[÷ûÞýà~t?¹ŸÝ/îW÷›ûÝýáþt¹¿Ý?î_÷Ÿç%ñ’zɼä^ /¥—ÊKí¥ñÒzé¼ô^/£—ÉËìeñ²zÙ¼ì^/§—ËËíåñòzñ^>/¿WÀ+èò {E¼¢^1¯¸WÂ+é•òJ{e¼²^9¯¼WÁ«èUò*{U¼ª^5¯ºWëéÕòj{u¼º^=¯¾×Àkè5ò¼Æ^¯©×ÌkîµðZz­¼Ö^¯­×Îkïuð:z¼Î^¯«×Íëîõðzz½¼Þ^¯¯×Ïëï ðzƒ¼ÁÞo¨7ÌîðFz£¼ÑÞo¬7ÎïMð½‰Þ$o²7Å›êMó¦{3¼™Þ,o¶7Ç›ëÍóæ{ ¼…Þ"o±·Ä[ê-ó–{+¼•Þ*oµ·Æ[ë­óÖ{¼Þ&o³·ÅÛêmó¶{˜‡{„Gz”G{ŒÇzœÇ{‚'z’'{Чzš§{À3<虞åٞ㹞çùò/ô"/æíðvz»¼ÝÞo¯·ÏÛïðz‡¼ÃÞï¨wÌ;îðNz§¼ÓÞï¬wÎ;ï]ð.z—¼ËÞïªwÍ»îÝðnz·¼ÛÞï®wÏ»ï=ðz¼ÇÞï©÷Ì{î½ð^z¯¼×Þï­÷Î{ï}ð>zŸ¼ÏÞï«÷Íûîýð~z¿¼ßÞï¯÷Ï‹ó“øIýd~r?…ŸÒG‰£ -XínOå§÷3øýL~f?‹ŸÕÏæg÷sø9ý\~n?Ÿ×÷óùùý~A¿_Ø/âõ‹ùÅý~I¿”_Ú/ã—õËùåý ~E¿’_Ù¯âWõ«ùÕý~M¿–_Û¯ã×õëùõý~C¿‘Ÿà7ö›øMýf~s¿…ßÒoå·öÛømýv~{¿ƒßÑïäwö»ø]ýn~w¿‡ßÓïå÷öûø}ý~~€?Ðäö‡øCýaþp„?ÒåöÇøcýqþx‚ŸèOô'ù“ý)þTš?ÝŸáÏôgù³ý9þ\ž?ß_à/ôù‹ý%þR™¿Ü_á¯ôWù«ý5þZ¿Þßàoô7ù›ý-þV›¿ÝÇ|Ü'|Ò§|Úg|Öç|Þ|Ñ—|ÙW|Õ×|ݾáCßô-ßößõ=ß÷‘ø¡ù1‡¿Óßåïö÷ø{ý}þ~ÿ€Ð?äöøGýcþqÿ„Ò?åŸöÏøgýsþyÿ‚Ñ¿ä_ö¯øWýkþu?i™æ ãâæ›7ü»þ=ÿ¾ÿÀè?òûOü§þ3ÿ¹ÿÂé¿ò_ûoü·þ;ÿ½ÿÁÿèò?û_ü¯þ7ÿ»ÿÃÿéÿòûü¿þ??%AIQ2”¥@)Q*”¥AiQ:”e@Q&”eAYQ6”å@9Q.”åAyQ<ʇò£¨ *„ £"¨(*†Š£¨$*…J£2¨,*‡Ê£ ¨"ª„*£*¨*ª†ª£¨&ª…j£:¨.ª‡ê£¨!j„PcÔ5EÍPsÔµD­PkÔµEíP{ÔuDPgÔuEÝPwÔõD½PoÔõEýP4 DƒÐ`4 EÃÐp4D£Ðh4EãÐx4%¢‰hšŒ¦ ©hšŽf ™hšæ ¹hš …hZŒ– ¥hZŽV •hZÖ µhZ6 hÚŒ¶ ­hÚŽ0„#‘ˆB4b‹8Ä#‰HB2RŠ4¤#€ ‘‰,d#¹ÈC>B(@!ŠP í@;Ñ.´íA{Ñ>´@Ñ!tAGÑ1t@'Ñ)tAgÑ9t]@Ñ%t]AWÑ5tÝ@7Ñ-tÝAwÑ=t=@Ñ#ô=AOÑ3ô½@/Ñ+ô½AoÑ;ô}@Ñ'ô}A_Ñ7ôý@?Ñ/ôýAÑ?$ ’É‚äAŠ e*H¤ Òé‚ôA† c)Èd ²Ù‚ìAŽ g+Èä òñA¾ P ( E‚¢A± xP"(” Je‚²A¹ |P!¨T *U‚ªAµ zP#¨Ô ju‚ºA½ ~Ð h4 ‚ÆA“ iÐ,h´Z­‚ÖA› mÐ.ht:‚ÎA— kÐ-èôz½‚ÞAŸ oÐ/è ƒ‚ÁÁ`h0,ŒF£‚ÑÁ˜`l0.Lƒ‰Á¤`r0%˜L ¦3‚™Á¬`v0'˜Ì æ ‚…Á¢`q°$X, –+‚•Áª`u°&X¬ Ö‚Á¦`s°%Øl ¶X€D@T@LÀ\ÀB R J Z  0˜Ø¸ø ‚ ¢ ìv»‚ÝÁž`o°/؇‚ÃÁ‘àhp,8œN§‚ÓÁ™àlp.8\.—‚ËÁ•àjp-¸Ün·‚ÛÁànp/¸<‚ÇÁ“àið,x¼^¯‚×Á›àmð.x|>Ÿ‚ÏÁ—àkð-øü~¿‚ßÁŸàoð/ˆ “„IÃdaò0E˜2L¦Ó„iÃtaú0C˜1Ìf³„YÃlaö0G˜3Ìæó„yÃø0_˜?, ……Ã"aѰXX<,– K…¥Ã2aÙ°\X>¬V +…•Ã*aÕ°ZX=¬Ö k…µÃ:aݰ^X?l6 … aã°IØ4l6[„-ÃVaë°MØ6l¶;„ÃNaç°KØ5ìv{„=Ã^aï°OØ7ìö„ÃAáàpH84G„#ÃQáèpL86Ž'„‰áÄpR89œN §…ÓÃáÌpV8 U\\,wüÙá‚pa¸(\. —†ËÂåáŠpe¸*\® ׆ëÂõá†pc¸)Ün ·†ÛÂí!â!’!Ò!²!ò¡Š¡Ê¡ª¡ê!†fh…vè„nè…~ˆÂ Ã(Œ…;Âá®pw¸'Üî ÷‡ƒá¡ðpx$<ö¬ÿ¿ê¾o{±ÜãâiüXx.<^/†—ÂËá•ðjx-¼Þo†·ÂÛáðnx/¼>†ÂÇá“ðiø,|¾_†¯Â×á›ðmø.|~?†ŸÂÏá—ðkø-üþ†? Ïëô_‡„¿Â¸(I”4J%RD)£TQê(M”6J¥2D£LQæ(K”5ÊerD9£\Qî(O”7ŠòEù£QÁ¨PT8*ŠEÅ£QɨTT:*í¤ãâ÷*UŒ*E•£*QÕ¨ZT=ªÕŒjEµ£:Qݨ^T?j5ŒE Qã¨IÔ4j5R*©”iv‹¨MÔ6jµ:D£NQç¨KÔ5êuzD=£^Qï¨OÔ7êõD£AÑàhH44 FD#£QÑèhL46&D‰ÑÄhR49šM¦EÓ£ÑÌhV4;šÍæEó£ÑÂhQ´8Z-–EË£ÑÊhU´:Z­ÖEë£ ÑÆhS´9Úm¶EÛ#,Â#""#*¢#&b#.â#!#)’#%R#-Ò#ŒÌÈŠìȉÜÈ‹üEAFQ‹vD;£]ÑîhO´7ÚíD£CÑáèHt4:ND'£SÑéèLt6:.D£KÑåèJt5º]nD7£[ÑíèNt7ºÝD£GÑãèIô4z=^D/£WÑëèMô6Ê<5ËÔ¬SßEŸ¢ÏÑ—èkô-úýˆ~F¿¢ßÑŸèoô/Š‹%‰%%‹%¥ˆ¥Œ¥Š¥Ž¥‰¥¥‹¥eˆeŒeŠeŽe‰ee‹eåˆåŒåŠåŽå‰åÅÇòÅòÇ Ä Æ Å ÇŠÄŠÆŠÅŠÇJÄJÆJÅJÇÊÄÊÆÊÅÊÇ*Ä*Æ*Å*ǪĪþ‡¦slÖ#Z”ðŽÛ¶mÛ¶mÛ¶míØÛ³ffÖ¼±m;9çܪûº»êéê/UÅ •x‘„¬ö¿|Wi·¿ýÿ?vLžrj5¬ Ök†5ÇZ`-±VXk¬ Ök‡µÇ:`±NXg¬ Öë†uÇz`=±^Xo¬Öë‡õÇ`±AØ`l6† ÇF`#±QØhl 6‡Ç&`±IØd¬vB²Tæµ)Ø l&6 ›ÍÁæbó°ùØl!¶[Œ-Á–bË°åØ l%¶ [­ÁÖbë°õØl#¶ ÛŒmÁ¶bÛ°íØl'¶ ÛíÁöbû°ýØì v;ŒÁŽbǰãX"v;‰ÂNcg°³Ø9ìvo::V/‚Å‹áÅñxI¼^/ƒ—ÅËáåñ xE¼^¯‚WÅ«áÕq/ÏÛÂï '$ÖÀëâõðúx¼!ÞoŒ7Á›âÍðæx ¼%Þ o·ÁÛâíðöøèìqq³rtÀ»à]ñnxw¼Þï…÷Æûà}ñ~x|>„ƇàCñaøp|>…ÆÇàcñqøxüóôG'à“ñ)øT¼v¡MÂä:ø4|6>Ÿ‹ÏÃçã ð…ø"|1¾_Š/×ã+ð•ø*|5¾_‹¯Ã×ãðø&|3¾ߊo÷ã;ðø.|7¾ß‹ïÃ÷ãðƒø!ü0~?ŠÃã‰ø ü$~ ?ŸÁÏâçðóøü"~ ¿Œ_Á¯â×ðë8†ã8“8…Ó8ƒ³8‡ó¸€?ŸT¡GÅÓ1×p7p¸…Û¸ƒCÜÅ=ÜÇ<Äá1ü~¿…߯ïàwñ{ø}üþ„?ÆŸàOñgøsüþ…¿Æßàoñwø{üþÿ„Æ¿à_ñoøwüþÿ…ÿÆÿàñx‘„HJ$#’)ˆ”D*"5‘†HK¤#ÒˆŒD<‘‰H 2Yˆ¬D6";‘ƒÈIä"ryˆ¼D>"?Q€(H" Eˆ¢D1¢8Q‚(I”"Jeˆ²D9¢Ñ€hH4"Mˆ¦D3¢9Ñ‚hI´"Zmˆ¶D;¢=ÑèHt":]ˆ®D7¢;уèIô"z}ˆ¾D?¢?1€H "Cˆ¡Ä0b81‚IŒ"FI3ÅÅ1GLj‰Ä$b21…˜JL#¦3ˆ™Ä,b61‡˜KÌ#æ ˆ…Ä"b1±„XJ,#–+ˆ•Ä*b5±†XK¬#ÖˆÄ&b3±…ØJl#¶;ˆÄ.b7±‡ØKì#öˆƒÄ!â0q„8J#Ž‰Ä â$qŠ8Mœ!ÎçˆóÄâ"q‰¸L\!®׈ëFàAEÐC°Gð„@ˆ„DÈ„B¨„Fè„A˜ ,Â&.á>!ˆˆˆ7ˆ›Ä-â6q‡¸KÜ#î£â ÅÅ'O‰gÄsâñ’xE¼&¾Ô8ØüçÑ7Äâ#ñ‰øL|!¾߈ïÄâ'ñ‹øMü!þÿˆ82 ™”LF&'S)ÉTdj2 ™–LG¦'3Éx2™@f&³YÉldv2™“ÌEæ&óyÉ|d~²Y,D&‹EÉbdq²Y’,E–&ËeÉrdy²Y‘¬DV&«UI"~]§¿×¾aÕÈÚd².Y¬O6 ’ÈÆd²)ÙŒlN¶ [’­ÈÖd²-ÙŽlOv ;’ÈÎd²+ÙìNö {’½ÈÞd²/ÙìO ’ƒÈÁär(9ŒNŽ G’£ÈÑär,9ŽON '’“ÈÉär*9œNÎ g’³ÈÙär.9œO. ’‹ÈÅär)¹Œ\N® W’«ÈÕär-¹Ž\On 7’›ÈÍär+¹ÜNî w’»ÈÝär/¹ÜO ’‡ÈÃäò(yŒ ’ÈÇäò)ùŒ|N¾ _’¯È×äò-ùŽ|O~ ?’ŸÈÏäò+ùüNþ ’¿Èßäò/ùŒ£’PI©dTr*•’JE¥¦ÒPi©tTz*•‘Ч2Q Tf* ••ÊFe§rP9©\Tn*•—ÊGå§ P©BTaªU”*F§JP%©RTiª U–*G•§*P©JTeª U•ªFU§jP5©ZTmªU—ªGÕ§P ©FTcª Õ”jF5§ZP-©VTkª Õ–jGµ§:P©NTgª Õ•êFu§zP=©^ToªÕ—êGõ§P©AÔ`j5”F §FP#©QÔhj 5–G§&P©IÔdj 5•šFM§fP3©YÔlj5—šGͧP ©EÔbj µ”ZF-§VP+©UÔjj µ–ZG­§6P©MÔfj µ•ÚFm§vP;©]Ônjµ—ÚGí§P©CÔaêu”:F§©ÔIêuš:C¥ÎQç© ÔEêu™ºB]¥®Q×)ŒÂ)‚")Š¢)†b)Žâ))‰’)…R)Ò)ƒ2)@Y”M9¤\Ê£|* B Q£nP7©[Ômêu—ºGݧP©GÔcê õ”zF=§^P/©WÔkê õ–zG½§>P©OÔgê õ•úF}§~P?©_Ôoêõ—úGÅÑIè¤t2:9‚NI§¢SÓiè´t::=ÎHÇÓ™è:3…ÎJg£³Ó9èœt.:7‡ÎKç£óÓè‚t!º0]„.J£‹Ó%è’t)º4]†.K—£ËÓèŠt%º2]…®JW£«Ó5èšt-º6]‡®K×£ëÓ è†t#º1Ý„nJ7£›Ó-è–t+º5݆nK·£ÛÓèŽt'º3Ý…îJw£»Ó=èžt/º7݇îK÷£ûÓèô z0=„J£‡Ó#è‘ô(z4=†K£ÇÓè‰ô$z2=…žJO£§Ó3è™ô,z6=‡žKÏ£çÓ è…ô"z1½„^J/£—Ó+è•ô*z5½†^K¯£×Óèô&z3½…ÞJo£·Ó;èô.z7½‡ÞKï£÷Óèƒô!ú0}„>J£Ó‰ô ú$}Š>MŸ¡ÏÒçèóôú"}‰¾L_¡¯Ò×èë4Fã4A“4EÓ4C³4Gó´@‹´DË´B«´Fë´A›4 -Ú¦Ò.íÑ>Ð!舎Ñ7è›ô-ú6}‡¾KߣïÓè‡ô#ú1ý„~J?£ŸÓ/è—ô+ú5ý†~K¿£ßÓèô'ú3ý…þJ£¿Ó?èŸô/ú7ý‡þKÿ£ã˜$LR&“œIÁ¤dR1©™4LZ&“žÉÀddâ™LL“™ÉÂde²1Ù™LN&“›ÉÃäeò1ù™LA¦S˜)ÂeŠ1Å™LI¦Sša²ÄÅUèU‹,ÃTd*1•™*LU¦S©ÁÔdj1µ™:L]¦SŸiÀ4d1™&LS¦ÓœiÁ´dZ1­™6L[¦ÓžéÀtd:1™.LW¦ÓéÁôdz1½™>L_¦ÓŸÀ d1ƒ™!ÌPf3œÁŒdF1£™1ÌXf3ž™ÀLd&1“™)ÌTf3™ÁÌdf1³™9Ì\f3ŸYÀ,d1‹™%ÌRf³œYÁ¬dV1«™5ÌZf³žÙÀld61›™-ÌVf³ÙÁìdv1»™=Ì^f³Ÿ9Àd1‡™#ÌQæsœIdN0'™SÌiæ s–9Çœg.0™KÌeæ s•¹Æ\g0g†d(†f†e8†gFd$FfFe4Fg Ædc16ã0qñ™€ ÄDLŒ¹ÁÜdn1·™;Ì]æsŸyÀ1Ÿ™/ÌWæóùÁüd~1¿™?Ì_æÇ&a“²ÉØäl 6%›ŠMͦaÓ²éØôl6#ÏfbØÌl6+›ÍÎæ`s²¹ØÜl6/›ÍÏ` ²…ØÂl¶([Œ-Ζ`K²¥ØÒl¶,[Ž-ÏV`+²•ØÊl¶*[­ÎÖ`k²µØÚl¶.[­Ï6`²ØÆl¶)ÛŒmζ`[²­ØÖl¶-ÛŽmÏv`;²ØÎl¶+ÛíÎö`{²½ØÞl¶/ÛíÏ`²ƒØÁìv(;ŒÎŽ`G²£ØÑìv,;ŽÏN`'²“ØÉìv*;ÎÎ`g²³ØÙìv.;Ï.`²‹ØÅìv)»Œ]ή`W²«ØÕìv-»Ž]Ïn`7²›ØÍìv+»ÝÎî`w²»ØÝìv/»ÝÏ`²‡ØÃìö({Œ=Î&²'Ø“ì)ö4{†=ËžcϳØ‹ì%ö2{…½Ê^c¯³‹³K²K³ ˲˳+²+³ «²«³k²€µX›uXȺ¬ÇúlÀ†,b#6ÆÞ`o²·ØÛìö.{½Ï>`²ØÇìö)ûŒ}ξ`_²¯Ø×ìö-ûŽ}Ï~`?²ŸØÏìö+ûýÎþ`²¿Øßìö/ûã’pI¹d\r.—’KÅ¥æÒpi¹t\z.—‘‹ç2q \f. —•ËÆeçrp9¹\\n.——ËÇåç p¹B\a®W”+ÆçJp%¹R\i® W–+Ç•ç*p¹J\e® W•«ÆUçjp5¹Z\m®W—«ÇÕçp ¹F\c® ×”kÆ5çZp-¹V\k® ×–kǵç:p¹÷×ÝÚuse,Ô‰ëÎõàzr½¸Þ\®/×ëÏ àrƒ¸ÁÜn(7ŒÎàFr£¸ÑÜn,7ŽÏMà&r“¸ÉÜn*7›ÎÍàfr³¸ÙÜn.7›Ï-àr‹¸ÅÜn)·Œ[έàVr«¸ÕÜn-·Ž[Ïmà6r›¸ÍÜn+·ÛÎíàvr»¸ÝÜn/·ÛÏàr‡¸ÃÜî(wŒ;Î%r'¸“Ü)î4w†;ËãÎs¸‹Ü%î2w…»Ê]ã®s‡sGrGs ÇrÇs'r's §r§sgr€³8›s8ȹœÇù\À…â".ÆÝànr·¸ÛÜî.w»Ï=àr¸ÇÜî)÷Œ{νà^r¯¸×Üî-÷Ž{Ï}à>rŸ¸ÏÜî+÷ûÎýà~r¿¸ßÜî/÷‹ã“ðIùd|r>Ÿ’OŧæÓðiùt|z>Ÿ‘ç3ñ |f> Ÿ•ÏÆgçsð9ù\|n>Ÿ—ÏÇçç ðùB|a¾_”/ÆçKð%ùR|i¾ _–/Ç—ç+ðùJ|e¾ _•Ÿ˜·´¢ŠWãkóuøº|=¾>߀oÈ7âóMø¦|3¾9ß‚oÉ·â[ómø¶|;¾=ßïÈwâ;ó]ø®|7¾;߃ïÉ÷â{ó}ø¾|?¾??€ÈâóCø¡ü0~8?‚ÉâGócø±ü8~¿€_È/âóKø¥ü2~9¿‚_ɯâWókøµü:~=¿ßÈoâ7ó[ø­ü6~;¿ƒßÉïâwó{ø½ü>~?€?ÈâóGø£ü1þ8ŸÈŸàOò§øÓüþ,Ž?Ï_à/ò—øËüþ*¿Îc<Î<ÉS<Í3<Ës<Ï ¼ÈK¼Ì+¼Êk¼Î¼ÉÞâmÞá!ïòïóòˆøƒ¿Éßâoówø»ü=þ>ÿ€È?âóOø§ü3þ9ÿ‚É¿â_óoø·ü;þ=ÿÿÈâ?ó_ø¯ü7þ;ÿƒÿÉÿâóø¿ü?>NH"$’ É…BJ!•ZH#¤Ò é… BF!^È$$™…,BV!›]È!är ¹…Ea†0W˜'Ì …EÂba‰°TX&,V+…UÂja°VX'¬6…MÂfa‹°UØ&lv;…]Âna°WØ'ì…CÂaáˆpT8&…ÂIá”pZ8#œÎ ç… ÂEá’pY¸"\® ×LÀB J F`NàAIEPMÐC0 X‚-8\Á|!B ‘n7…[ÂmáŽpW¸'Ü…GÂcá‰ðTx&<^/…WÂkáðVx'¼>…OÂgá‹ðUø&|~?…_ÂoáðWø'ĉIĤb21¹˜BL)¦S‹iÄ´b:1½˜AÌ(Æ‹™Ä1³˜EÌ*f³‹9Äœb.1·˜GÌ+æó‹Ä‚b!±°XD,*‹‹%Ä’b)±´XF,+–ˋĊb%±²XE¬*V«‹5Äšb-±¶XG¬+Öë‹ Ä†b#±±ØDl*6›‹-Ä–b+±µØFl+6oª¼LW1±ØYì"v»‰ÝÅbO±—Ø[ì#öû‰ýÅâ@q8X"‡‰ÃÅâHq”8Z#ŽljãÅ âDq’8Yœ"N§‰ÓÅâLq–8[œ#Îç‰óÅâBq‘¸X\".—‰ËÅâJq•¸Z\#®׉ëÅ âFq“¸YÜ"n·‰ÛÅâNq—¸[Ü#î÷‰ûÅâAñxX<"‰ÇÅDñ„xR<%žψgÅsâyñ‚xQ¼$^¯ˆWÅkâuq‘I‘i‘Y‘yQEQeQUQuÑMˆ–h‹ŽÅ©³ââ sWDb$ÆÄâMñ–x[¼#Þï‰÷ÅâCñ‘øX|">Ÿ‰ÏÅâKñ•øZ|#¾߉ïÅâGñ“øYü"~¿‰ßÅâOñ—ø[ü#þÿ‰qR)©”LJ.¥RJ©¤ÔR)­”NJ/e2JñR&)AÊ,e‘²JÙ¤ìR)§”KÊ-å‘òJù¤üR© TH*,‘ŠJŤâR ©¤TJ*-•‘ÊJå¤òR©¢TIª,U‘ªJÕ¤êR ©¦TKª-Õ‘êJõ¤úR©¡ÔHj,5‘šJͤæR ©¥ÔJj-µ‘ÚJí¤öR©£ÔIê,u‘ºJݤîR©§ÔKê-õ‘úJý¤þÒi 4H, ‘†JäáÒi¤”9—T|ÞP%—&H¥IÒdiŠ4Uš&M—J&Âî™gá3¤¹Òi¿t@:(’KG¤£Ò1鸔(NJ§¤ÓÒé¬tN:/].J—¤ËÒéªtMº.a.)Q-1+q/ ’(I’,)’*i’.’)É’lÉ‘ äJžäKJHФ˜tCº)Ý’nKw¤»Ò=é¾ô@z(=’KO¤§Ò3é¹ôBz)½’^Ko¤·Ò;é½ôAú(}’>K_¤¯Ò7é»ôCú)ý’~K¤¿Ò?)NN"'•“ÉÉårJ9•œZN#§•ÓÉéå rF9^Î$'È™å,rV9›œ]Î!ç”sɹåy¿|@>(’ËGä£ò1ù¸œ(ŸOʧäÓòù¬|N>/_/Ê—äËòùª|M¾.c2.2)S2-32+s2/ ²(K²,+²*k².²)Ù’mÙ‘¡ìÊžìËÊHŽä˜|C¾)ß’oËwä»ò=ù¾ü@~(?’ËOä§ò3ù¹üB~)¿’_Ëoä·ò;ù½üAþ(’?Ë_ä¯ò7ù»üCþ)ÿ’Ëä¿ò?9NI¢$U’)É•JJ%•’ZI£¤UÒ)é• JF%^ɤ$(™•,JV%›’]É¡äTr)¹•J_¥ŸÒ_  T)ƒ•!ÊPe˜2\¡ŒTF)£•1ÊXeœ2^™ LT&)“•)ÊTeš2]™¡ÌTf)³•9Ê\ež2_Y ,T)‹•%ÊRe™²\Y¡¬TV)«•5ÊZe²^Ù lT6)›•-ÊVe›²]Ù¡ìTv)»•=Ê^eŸ²_9 T)‡•#ÊQå˜r\ITN('•SÊiåŒrV9§œW.(•KÊeåŠrU¹¦\W0W…T(…V…U8…WET$EV¥&þ¿FTGV XŠ­8 T\ÅS|%PB)‘Sn(7•[ÊmåŽrW¹§ÜW(•GÊcå‰òTy¦(•OÊgå‹òUù¦|W~(?•_ÊoåòWù§Ä©IÔ¤j25¹šBM©¦RS«iÔ´j:5½šAͨƫ™Ô5³šEͪfS³«9Ôœj.5·šGÍ«æSó«Ô‚j!µ°ZD-ªS‹«%Ô’j)µ´ZF-«–SË«·³ÄÅÝ;|~µªZM­®ÖPkªµÔÚjµ®ZO­¯6PªÔÆjµ©ÚLm®¶P[ª­ÔÖjµ­ÚNm¯vP;ªÔÎjµ«ÚMí®öP{ª½ÔÞjµ¯ÚOí¯PªƒÔÁêu¨:L®ŽPGª£ÔÑêu¬:N¯NP'ª“ÔÉêuª:M®ÎPgª³ÔÙêu®:O¯.Pª‹ÔÅêu©ºL]®®PWª«ÔÕêu­ºN]¯nP7ª›ÔÍêu«ºMÝ®îPwª»ÔÝêu¯ºOݯPª‡ÔÃjÆÉñ“§§(žxD=¡žTO©§Õ3êYõœz^½ ^T/©—Õ+êUõšz]ÅT\%TR¥TZeTVåT^TQ•Ôÿš®ªª¦êª¡š*P-ÕVª®ê©¾¨¡ŠÔH©7Ô›ê-õ¶zG½«ÞSï«Ô‡ê#õ±úD}ª>SŸ«/Ô—ê+õµúF}«¾Sß«Ôê'õ³úEýª~S¿«?ÔŸê/õ·úGý«þSã´$ZR-™–\K¡¥ÔRi©µ4ZZ-–^Ë eÔâµLZ‚–YË¢eÕ²iÙµZN-—–[Ë£åÕòiùµZA­VX+¢ÕŠiŵZI­”VZ+£•ÕÊiåµ ZE­’VY«¢UÕªiÕµZM­–V[«£ÕÕêiõµZC­‘ÖXk¢5Õši͵ZK­•ÖZk£µÕÚiíµZG­“ÖYë¢uÕºiݵZO­—Ö[ë£õÕúiýµÚ@m6X¢ Õ†iõÚHm”6Z£ÕÆiãµ ÚDm’6Y›¢MÕ¦iÓµÚLm–6[›£ÍÕæióµÚBm‘¶X[¢-Õ–i˵ÚJm•¶Z[£­ÕÖiëµ ÚFm“¶YÛ¢mÕ¶iÛµÚNm—¶[Û£íÕöiûµÚAívX;¢ÕŽiǵDí„vR;¥ÖÎhgµsÚyí‚vQ»¤]Ö®hWµkÚu ÓpÐHÒhÑXÓxMÐDMÒdMÑTMÓtÍÐL h–fkŽ5Wó4_ ´PCZ¤Å´ÚMí–v[»£ÝÕîi÷µÚCí‘öX{¢=ÕžiϵÚKí•öZ{£½ÕÞiïµÚGí“öYû¢}Õ¾ißµÚOí—ö[û£ýÕþiqz=©žLO®§ÐSê©ôÔz=­žNO¯gÐ3êñz&=AϬgѳêÙôìz=§žKÏ­çÑóêùôüz½ ^H/¬Ñ‹êÅôâz ½¤^J/­—ÑËêåôòz½¢^I¯¬WÑ«êÕôêz ½¦^K¯­×Ñëêõôúz½¡ÞHo¬7Ñ›êÍôæz ½¥ÞJo­·ÑÛêíôöz½£ÞIï¬wÑ»êÝôîz½§ÞKï­÷Ñûêýôþú} >H¬чêÃôáú}¤>J­ÑÇêãôñú}¢>IŸ¬OѧêÓôéú }¦>KŸ­ÏÑçêóôùú}¡¾H_¬/Ñ—êËôåú }¥¾J_­¯Ñ×êëôõú}£¾I߬oÑ·êÛôíú}§¾Kß­ïÑ÷êûôýúý ~H?¬ÑêÇôãz¢~B?©ŸÒOëgô³ú9ý¼~A¿¨_Ò/ëWô«ú5ýºŽé¸Nè¤Né´Îè¬Îé¼.è¢.鲮誮éºnè¦tK·uG‡º«{º¯z¨#=Òcú ý¦~K¿­ßÑïê÷ôûúý¡þH¬?ÑŸêÏôçú ý¥þJ­¿Ñßêïô÷úý£þIÿ¬Ñ¿êßôïúý§þKÿ­ÿÑÿêÿô8#‰‘ÔHf$7R)TFj#‘ÖHg¤72x#“‘`d6²YlFv#‡‘ÓÈeä6òy|F~£€QÐ(d6ŠEbFq£„QÒ(e”6ÊerFy£‚QѨdT6ªUjFu£†QÓ¨eÔ6êuzF}£ÑÐhd46šMfFs£…ÑÒhe´6ÚmvF{£ƒÑÑèdt6º]nFw£‡ÑÓèeô6ú}~Fc€1Ðd 6†CaÆpc„1ÒeŒ6ÆcqÆxc‚1јdL6¦SiÆtc†1Ó˜eÌ6æsyÆ|c±ÐXd,6–KeÆrc…±ÒXe¬6ÖkuÆzcƒ±ÑØdl6¶[mÆvc‡±ÓØeì6ö{}Æ~ã€qÐ8d6ŽGcÆq#Ñ8aœ4N§3ÆYãœqÞ¸`\4.—+ÆUãšqÝÀ Ü Ò  Ú` Öà Þ Ñ ÙP ÕÐ Ý0 Ó†e؆c@Ã5<Ã7#41ã†qÓ¸eÜ6îw{Æ}ãñÐxd<6žOgÆsã…ñÒxe¼6ÞowÆ{ãƒñÑød|6¾_oÆwã‡ñÓøeü6þFœ™ÄLj&3“›)Ì”f*3µ™ÆLk¦3ӛ̌f¼™ÉL03›Y̬f63»™ÃÌiæ2s›y̼f>3¿YÀ,h2 ›EÌ¢f1³¸YÂ,i–2K›e̲f9³¼YÁ¬hV2+›U̪f5³ºYìiÖ2k›u̺f=³¾ÙÀlh62›M̦f3³¹ÙÂli¶2[›m̶f;³½ÙÁìhv2;›]Ì®f7³»ÙÃìiö2{›}̾f?³¿9Àh2›CÌ¡æ0s¸9ÂiŽ2G›c̱æ8s¼9ÁœhN2'›SÌ©æ4sº9ÜiÎ2g›s̹æs¿yÀ2›O̧æ3ó¹ùÂ|i¾2_›oÌ·æ;ó½ùÁüh~2?›_̯æ7ó»ùÃüiþ2›Ì¿æ?3$IA2¤)A*¤iA:dA<È@fdÙ@vä¹@näù@~P…@aPÅ@qP”¥@iP”å@yPT•@ePTÕ@uPÔµ@mPÔõ@}Ð4@cÐ4Í@sд­@kдí@{Ðt@gÐtÝ@wÐô½@oÐôý@0 ƒÀ`0 ÃÀp0Œ£Àh0ŒãÀx0L“Àd0LÓÀt0̳Àl0ÌóÀ|°,‹Àb°,ËÀr°¬«Àj°¬ëÀz°l›Àf°lÛÀv°ì»Àn°ìûÀ~p‡ÀapÇÀqN€“à8 ΀³à8.€‹à¸ ®€«à¸0€€4` 8Àˆ@2P€ 4 ˜ ØÀ¸À>@ˆ@ Ü7Á-pÜwÁ=p<Á#ð<OÁ3ð¼/Á+ð¼oÁ;ð|Á'ð|_Á7ðü?Á/ðüÁ?g%±’ZɬäV +¥•ÊJm¥±ÒZé¬ôV+£oe²¬ÌV+«•ÍÊnå°rZ¹¬ÜV+¯•ÏÊo° Z…¬ÂV«¨UÌ*n•°JZ¥¬ÒV«¬UÎ*oU°*Z•¬ÊV«ªUͪnÕ°jZµ¬ÚV«®UϪo5°Z¬ÆV«©ÕÌjnµ°ZZ­¬ÖV«­ÕÎjou°:Z¬ÎV««ÕÍênõ°zZ½¬ÞV«¯ÕÏêo °Zƒ¬ÁÖk¨5Ìn°FZ£¬ÑÖk¬5ÎoM°&Z“¬ÉÖkª5ÍšnͰfZ³¬ÙÖk®5Ïšo-°Z‹¬ÅÖk©µÌZn­°VZ«¬ÕÖk­µÎZom°6Z›¬ÍÖk«µÍÚní°vZ»¬ÝÖk¯µÏÚo°Z‡¬ÃÖë¨uÌ:n%Z'¬“Ö)ë´uÆ:k³Î[¬‹Ö%ë²uźj]³®[˜…[„EZ”E[ŒÅZœÅ[‚%Z’%[Š¥Zš¥[†eZÀ²,Ûr,h¹–gùV`…²"+fݰnZ·¬ÛÖë®uϺo=°Z¬ÇÖë©õÌzn½°^Z¯¬×Öë­õÎzo}°>ZŸ¬ÏÖë«õÍúný°~Z¿¬ßÖë¯õÏŠ³“ØIídvr;…ÒNe§¶ÓØiítvz;ƒÑŽ·3Ù vf;‹ÕÎfg·sØ9í\vn;×Îgç· ØíBva»ˆ]Ô.f·KØ%íRvi»Œ]Ö.g—·+ØíJve»Š]Õ®fW·kØ5íZvm»Ž]×®g×·Ø íFvc»‰ÝÔnf7·[Ø-íVvk»ÝÖng··;ØíNvg»‹ÝÕîfw·{Ø=í^vo»Ý×îg÷·ØíAö`{ˆ=Ôf·GØ#íQöh{Œ=Ög·'ØíIöd{Š=ÕžfO·gØ3íYöl{Ž=מgÏ·Ø íEöb{‰½Ô^f/·WØ+íUöj{½Ö^g¯·7ØíMöf{‹½ÕÞfo·wØ;í]ön{½×Þgï·ØíCöaûˆ}Ô>f·íöIû”}Ú>cŸµÏÙçí öEû’}Ù¾b_µ¯Ù×mÌÆmÂ&mʦmÆfmÎæmÁmÉ–mÅVmÍÖmÃ6m`[¶m;6´]Û³};°CÙ‘³oØ7í[ömûŽ}×¾gß·ØíGöcû‰ýÔ~f?·_Ø/íWökûýÖ~g¿·?ØíOögû‹ýÕþf·Ø?í_öoûý×þgÇ9Iœ¤N2'¹“ÂIé¤rR;iœ´N:'½“ÁÉèÄ;™œ'³“ÅÉêds²;9œœN.'·“ÇÉëäsò;œ‚N!§°SÄ)êsŠ;%œ’N)§´SÆ)ë”sÊ;œŠN%§²SÅ©êTsª;5œšN-§¶SÇ©ëÔsê; œ†N#§±ÓÄiê4sš;-œ–N+§µÓÆië´sÚ;œŽN'§³ÓÅéêtsº;=œžN/§·ÓÇéëôsú;œÎ g°3Äê s†;#œ‘Î(g´3ÆëŒsÆ;œ‰Î$g²3Å™êLs¦;3œ™Î,g¶3Ç™ëÌsæ; œ…Î"g±³ÄYê,s–;+œ•Î*gµ³ÆYë¬sÖ;œÎ&g³³ÅÙêls¶;;œÎ.g·³ÇÙëìsö;œƒÎ!ç°sÄ9êsŽ;‰Î ç¤sÊ9íœqÎ:çœóÎç¢sɹì\q®:לëæàáåÐã°çðŽàˆŽäȎ⨎æèŽá˜p,Çv:®ã9¾8¡ƒœÈ‰97œ›Î-ç¶sǹëÜsî;œ‡Î#ç±óÄyê‚áø>ƒÏá ø¾‚¯áø¾ƒïáø~‚Ÿáø~ƒßáøþ‚¿áøþƒqn7©›ÌMî¦pSº©ÜÔn7­›ÎMïfp3ºñn&7ÁÍìfq³ºÙÜìn7§›ËÍíæqóºùÜün· [È-ìq‹ºÅÜân ·¤[Ê-í–q˺åÜòn·¢[É­ìVq«ºÕÜên ·¦[Ë­íÖqëºõÜún·¡ÛÈmì6q›ºÍÜæn ·¥ÛÊmí¶qÛºíÜön·£ÛÉíìvq»ºÝÜîn·§ÛËííöqûºýÜþîw ;Èìq‡ºÃÜáîw¤;ÊíŽqǺãÜñîw¢;ÉìNq§ºÓÜéî w¦;ËíÎqçºóÜùîw¡»È]ì.q—ºËÜåî w¥»Ê]í®q׺ëÜõîw£»ÉÝìnq·ºÛÜíîw§»ËÝíîq÷ºûÜýî÷ {È=ìqºÇÜãn¢{Â=éžrO»gܳî9÷¼{Á½è^r/»WÜ«î5÷º‹¹¸K¸¤K¹´Ë¸¬Ë¹¼+¸¢+¹²«¸ª«¹ºk¸¦ \˵]Ç…®ëz®ïnè"7rcî ÷¦{˽íÞqïº÷Üûî÷¡ûÈ}ì>qŸºÏÜçî ÷¥ûÊ}í¾qߺïÜ÷î÷£ûÉýì~q¿ºßÜïî÷§ûËýíþqÿºÿÜ8/‰—ÔKæ%÷Rx)½T^j/—ÖKç¥÷2x½x/“—àeö²xY½l^v/‡—ÓËååöòxy½|^~¯€WÐ+äöŠxE½b^q¯„WÒ+å•öÊxe½r^y¯‚WÑ«äUöªxU½j^u¯†WÓ«åÕöêxu½z^}¯×Ðkä5öšxM½f^s¯…×ÒkåµöÚxm½v^{¯ƒ×Ñëäuöºx]½n^w¯‡×Óëåõöúx}½~^o€7Ðä ö†xC½aÞpo„7ÒåöÆxc½qÞxo‚7Ñ›äMö¦xS½iÞto†7Ó›åÍöæxs½yÞ|o·Ð[ä-ö–xK½eÞro…·Ò[å­öÖxk½uÞzoƒ·ÑÛämö¶x[½mÞvo‡·ÓÛåíööx{½}Þ~ï€wÐ;äöŽxG½cÞq/Ñ;áôNy§½3ÞYïœwÞ»à]ô.y—½+ÞUïšwÝÃ<Ü#<Ò£<Úc<Öã<Þ<Ñ“<ÙS<ÕÓ<Ý3<ÓžåÙžãAÏõ<Ï÷/ôy1ï†wÓ»åÝöîxw½{Þ}ï÷Ð{ä=öžxO½gÞsï…÷Ò{å½öÞxo½wÞ{ïƒ÷Ñûä}ö¾x_½oÞwï‡÷Óûåýöþx½^œŸÄOê'ó“û)ü”~*?µŸÆOë§óÓûüŒ~¼ŸÉOð3ûYü¬~6?»ŸÃÏéçòsûyü¼~>?¿_À/èò ûEü¢~1¿¸_Â/é—òKûeü²~9¿¼_Á¯èWò+ûUüª~5¿º_ïé×òkûuüº~=¿¾ßÀoè7òûMü¦~3¿¹ßÂoé·ò[ûmü¶~;¿½ßÁïèwò;û]ü®~7¿»ßÃïé÷ò{û}ü¾~?¿¿?ÀèòûCü¡þ0¸?ÂéòGûcü±þ8¼?ÁŸèOò'ûSü©þ4º?ßéÏògûsü¹þ<¾¿À_è/òûKü¥þ2¹¿Â_é¯òWûküµþ:½¿Áßèoò7û[ü­þ6»¿Ãßéïòwû{ü½þ>¿À?èòûGü£þ1ÿ¸ŸèŸðOú§üÓþÿ¬Î?ï_ð/ú—üËþÿªÍ¿îc>î>éS>í3>ës>ï ¾èK¾ì+¾êk¾î¾éßòmßñ¡ïúžïûúÈü˜ÿéßòoûwü»þ=ÿ¾ÿÀè?òûOü§þ3ÿ¹ÿÂé¿ò_ûoü·þ;ÿ½ÿÁÿèò?û_ü¯þ7ÿ»ÿÃÿéÿòûü¿þ??.H$ ’ɃAÊ U:H¤ Òéƒ AÆ >È$™ƒ,AÖ [=Èä r¹ƒ¨T *•ƒ*AÕ ZP=¨Ô jµƒ:AÝ ^P?h4 ƒ&AÓ YÐèt :ƒ.A× [Ð=èô z½ƒ>Aß _Ð? ƒƒ!ÁÐ`X0<Œ F£ƒ1ÁØ`\0>˜L &“ƒ)ÁÔ`Z0=˜Ì f³ƒ9ÁÜ`^0?X, ‹ƒ%ÁÒ`Y°Øl 6›ƒ-ÁÖ`[°=Øì v»ƒ=ÁÞ`_°?8 ‡ƒ#ÁÑàXpø| >Ÿƒ/Á×à[ð=øü ~¿ƒ?Áßà_& “†ÉÂäaŠ0e˜*L¦ Ó†éÂôa†0cf ÂÌa–0k˜-Ìæs†¹ÂÜaž0o˜/Ì †…ÂÂa‘°hX,,–K†¥ÂÒa™°lX.,V+†•ÂÊa•°jX-¬Ök†µÂÚa°nX/¬6†ÂÆa“°iØ,l¶[†­ÂÖa›°mØ.lv;†ÂÎa—°kØ-ìö{†½ÂÞaŸ°oØ/솃ÂÁáph8,ŽG†£ÂÑá˜pl8.N'†“ÂÉá”pj8-œÎg†³ÂÙáœpn8/œ.†‹ÂÅá’pi¸,\®W†«ÂÕášpm¸.\n7†›ÂÍá–pk¸-Üîw†»ÂÝážpo¸/܆‡ÂÃá‘ðhx,<&†'“á©ðtx&<ž χ‹á¥ðrx%¼^ ¯‡Xˆ‡DH†TH‡LȆ\ȇB(†R(‡J¨†Z¨‡Fh† ´B;tBº¡úa†! £0Þo†·ÂÛáðnx/¼>†ÂÇá“ðiø,|¾_†¯Â×á›ðmø.|~?†ŸÂÏá—ðkø-üþ†¿ÂßáŸðoø/ŒCIPR” %G)PJ” ¥FiPZ”¥GPF2¡”eAYQ6”å@9Q.”åAyQ>”@Q!TAEQ1T•@%Q)T•AeQ9TU@Q%TUAUQ5TÕ@5Q-TÕAuQ=T5@ Q#Ô5AMQ3Ôµ@-Q+ÔµAmQ;Ôu@Q'ÔuA]Q7Ôõ@=Q/ÔõA}Q?Ô @Ñ 4 ACÑ04@#Ñ(4AcÑ84M@Ñ$4MASÑ44Í@3Ñ,4ÍAsÑ<4-@ Ñ"´-AKÑ2´­@+Ñ*´­AkÑ:´m@Ñ&´mA[Ñ6´í@;Ñ.´íA{Ñ>´@Ñ!tAGÑ1t%¢è$:…N£3è,:‡Î£ è"º„.£+è*º†®# áˆ@$¢Ä"ñH@"’Œ¤" éÈ@&ÈB6rD.ò"„"C7ÐMt ÝFwÐ]tÝGÐCô=FOÐSô =G/ÐKô ½FoÐ[ô½GÐGô }F_ÐWô }G?ÐOô ýFÐ_ôÅEI¢¤Q²(y”"J¥ŠRGi¢´Qº(}”!ÊÅG™¢„(s”%Êe‹²G9¢œQ®(w”'Êå‹òG¢‚Q¡¨pT$*‹ŠG%¢’Q©¨tT&*•‹ÊG¢ŠQ¥¨rT%ªU‹ªG5¢šQ­¨vT'ªÕ‹êG ¢†Q£¨qÔ$j5‹šG-¢–Q«¨uÔ&jµ‹ÚG¢ŽQ§¨sÔ%êu‹ºG=¢žQ¯¨wÔ'êõ‹úG¢Ñ hp4$ ‹†G#¢‘Ѩht4&‹ÆG¢‰Ñ¤hr4%šM‹¦G3¢™Ñ¬hv4'šÍ‹æG ¢…Ñ¢hq´$Z-‹–G+¢•Ѫhu´&Z­‹ÖG¢Ñ¦hs´%Úm‹¶G;¢Ñ®hw´'Úí‹öG¢ƒÑ¡èpt$:‹ŽG‰Ñ‰èdt*:‰ÎFç¢óÑ…èbt)º]‰®F×¢ëá‘ѱñ‘‰‘É‘©‘é‘™ˆ¬ÈŽœFnäE~Da„¢(ŠE7¢›Ñ­èvt'ºÝ‹îG¢‡Ñ£èqô$z=‹žG/¢—Ñ«èuô&z½‹ÞG¢Ñ§èsô%ú}‹¾G?¢ŸÑ¯èwô'úý‹âbIbIcÉbÉc)b)c©b©cibicébécbcñ±L±„XæX–XÖX¶XöXŽXÎX®XîXžXÞX¾XþXXÁX¡XáX‘XÑX±XñX‰XÉX©XéX™XÙX¹XùX…XÅX¥XåX•XÕXµXõXXÍX­XíXXÝX½XýØظ ¨*º÷_àÇîînÄ.DÄFDDTPDìéîž±»»»»»»»uævw·Þ­ïûûǽ׵>ó}öžÍÙ{JÑ5ÒÂmé¶rcÜÖn¬ÛÆsÛºñn;7Ámï&ºÜŽn'7ÉMv;»]Ü·«›êvsÓÜîn·§ÛËííöqûº »ˆ‹º˜‹»„Kº”K»ŒËºœË»‚+º’+»Š«ºš«»†kº–k»ŽÛÏíïpºƒÜÁîw¨;ÌîŽpGº£ÜÑîw¬;ÎïNp'º“ÜÉîwª;ÍîÎpgº³ÜÙîw®;Ïï.pº‹ÜÅîw©»Ì]î®pWº«ÜÕîw­»Î]ïnp7º›ÜÍîw«»ÍÝîîpwº»ÜÝîw¯»ÏÝïpº‡ÜÃî÷¨{Ì=îžpOº§ÜÓî÷¬{Î=ï^p/º—ÜËî÷ª{ͽîÞpoº·\×õ\¿pƒnÈMwo»wÜ»î=÷¾ûÀ}è>r»Oܧî3÷¹ûÂ}é¾r_»oÜ·î;÷½ûÁýè~r?»_ܯî7÷»ûÃýéþr»>/ƒ—ÑËäeö²xY½l^v/‡—ÓËååöòxy½|^~¯€WÐ+äöŠxE½b^q¯„WÒ+å•öÊxe½r^y¯‚WÑ«äUöªxa^U/Ü«æU÷jx5½Z^m¯ŽW׫çÕ÷x^C/ÒkäEy½h¯‰×Ôkæ5÷Zx-½V^Œ×Ú‹õÚxq^[/Þkç%xí½D¯ƒ×Ñëä%yÉ^g¯‹—âuõR½n^š×Ýëáõôzy½½>^_ò`ñPópðHòhñXóxOðDOòdOñTOótÏðLÏòlÏñúyý½Þ@o7Øâ õ†yýÞHo”7ÚãõÆyã½w…ÿ¼‹5ªŒÏV÷Ou´Â??±âLéziÿTªýÙ–¯ö³­ï¿~IÍþÉNÝþÓ£Wþ³=/þÝ3¤{Áîÿ=ºjÍ@ŒÏ÷¨¨ÏW»ÓŸv0‘ú÷'c¬.ùgëó­*ùßã‹Æúþ¿¿Æü;ëƒà þÉjUž„ÿÉK¥ùš²˜þw•¡Nþ®àb›¸ºjÕש;jø|Í"Š~ÓðÿýÜ~ÑÉ{ßV9˜0»#Ò-gíÿ½ŸŒû³ÚÿÓj¿*Ò¨ÿ§ÊWÕls+ O«ÿ9zS‹þÕþ©Õù³óïÑ<ýweÙãjÙÒåO•Îp™¤M]6wi•PEÚÐeKÎF|N(ÐøŸ*gƒ± hdµ¦ÿ{=SnW÷ùʶûO»N|à|öjíó½H\f[_¬ùï•ÁýgÌÔf±©òqüNû|ÅÊù|Y#'ü¹õÿëÓÃwvø{6£þÓÓ õ¶Äóþç Úù›€³ò2õŸvލ õg´þ;6)wõ’ ·}XÃ:KþÞA³b[Äðµý•þóµÙþ®ì\T[0jÄfÛÿ©”ÿ³þ{Þ ý³]“ö÷Ó?E‚¹ÂÛ´þgò÷.:ù÷¾-õwtØ“±UÉÈö¯JûÏ'^ïDv°ÿíÝ×í´ÿŒÿÿ¾Vþ÷Ž–Àù÷⳯aå Gcö¦îlþÿÞ5ã+GõˆnUËçËR¦s¶.1ÿ÷þÅg?[ãxØ ¿ë=šäû÷Œ>×9ߪÿºÛWMöƶœêeŠŸîù|3ÙžÑp.Èù^Í* A.ö"›,¹X ¬öZ¶ZëÁ×{³ëoôwÜì}ª¾ôovzP›ÝÞ/ÿ^¯y`¿wÐb{ÍýG½_Þqï ÿ¤7Ð?ºÒ†ÿq5·×éWi6¸:R•ÿôŒNú³­ Îj=§”Ï7ùïºÓþ>c‰)¶ƒþ÷±~­÷ŸêsO¯ï©¸³àŒÐ‘ƒŸØ¤ö¾ht(°X ,–+Õþï­×‚\ï¿Øm#ÈÍÀV`;°Óï´Ûí/\m/¨÷û˶æ? ê£Àqà$ïÿÙ>d¢¿HÙŽ “€Î@ŠÿRóTiþÁi=@öú¿U*âïR ó‡Ç MùÝŒzçÜJð—o+ùËF+ _ ‰TË?)Áu`˜0È¡þ>ÉÃý«ëü÷ÉÇ,×r"ÈÉÀT`:0˜ Ì ¦EÏŽiµÔ‹¥Áþu—ƒ\ ¬žO^ r}ðwûA2u3¨·ÛÀn`/°8ŽÇ“Áê±ñ ‚%“Av’‚ÚwÎkêT -ѺÈ^Á‘}@BÁìÍ‘à†0,8®\Q‹} À   `;µp@ööm50˜¥á`P IrdpjìÁPbNPçò'×ɲ P8ذdQÅ’@é`Ó°² ËÊÁ~‚·ë†ƒºzÐ «œSÔuƒ1ëí°PG;5Œ În ê¦Á6©ÍA¶ ¦GÅ‹V‹ ÆEÇ­†§Á59 œ.—«-‰×›Ýµ ø ÜîNW{òð$±î³À¾Æ/@ý x8Øò]`d£,åh¾nGýùëÏýÖ18¾EfYƒÅÓFƒ¾±+a<ȉ¬ídSéÀÌ€Su6ȹ{­ææ6^êŤÆKA.V«nµµñå׃z#°Ø lvò4ÛðöZö~‡‡Ž‡ŽZ†N|¡x0.H:~–L DÖîhW>%лC*èKz½Tµ> ¡žˆöF`¾å‰@d ô1¯!€”ÑÑ H 0O‹X   }ä@?CÙ9<`$™=3.g sÅÜéíóFWÈú …¢@ñ@µ¸’·i¥A](T* ªa•‘á ®ÔjuÇ[׬oêÈÀüNQÇm£ë4í~À÷øý/ŠŠup:x&xÖ?»Âyÿ‘Êý…›\ÏäUà:ppýÝ[ûýVƒ ¨Óý÷Þyx<žøã¢žùÛ7{á¿Þî•ßnóô½ówkòÁÿ½Å'ÿóÖ_üÏc¿¾€ æû æÏ235РÆèàªr9C}»åeˆÏŠh“ì/‰ÉEAJ¥C• ¬S>ä5ªºW¯r¨|tX(s›ð–T=Ô2ª&S;$w« ²~hMéˆP0%ÔQ@4ÐhjW+K:•êØÐ®zq!3ùtú™ô³à^<\Vî"ÈËÀUàzpE¹› Ý`zg?È`ðh“ôàÇúw‚šÝíÀ£`Dü“`‹ˆgA8þh¿ Vˆ|òðø| †E Ö-û#X"íhgKïÚ<#˜?35Ô¡áèPb뱡½yƃöÄÐ’r“AN¦3Ù¡‘­æ‚œ,‡Æ4] r9°24¸ìêPDìÚPƒ´õ!¦ÞFзØÑf{¨PòÎP·j»CGÓ÷††¦ïŤ eLÏ~44äöÐÐñPÆÛ'C1·ãÁø èZV* dçÞ9djhY»4=€^@Р$ÊYŸÉ„Æs¡Ê‰¨¥YV U¯¢Ú,ÀúCM:fJÞ÷(kÜÈЃ˜ìé×Sr¦ŽÏ¾3%oú»”üéºL?‘R8ý~JÑôU)ÅÁø’égÚ•Y6}UtyÊ@Xz‰°pÕÓb5Ó—v«>±bÝt(©>è‹H/“™^5, ÔÑéx£¦ ›-`þØôî-ã@}¬ë,p>ÔºÝE—C{’¯†N'_¸ Ún¨zŒ?T+%:•ÚwBMSî…JE?µOyÚOB9ÿ~‡üèvùÂOnOhðìv™õ úP(jEB (¨1 5šBÍ æP ¨%Ô ŠZC±P(j ÅCí ¨=”u€:B $(ê uR ®P*Ô JƒºC= žP/¨7Ôê A ! a Q 1 q I ) i Y 9P?¨?4 ‚CC ¡Ð0h84 ‚FCc ±Ð8h<4šM‚&CS ©Ð4h:4š Í‚fCs ¹Ð´Z-‚CK ¥Ð2h9´Z ­‚VCk µÐ:h=´Úm‚6C[ ­Ð6h;´Ú í‚vC{ ½Ð>h?t:‚CG £Ð1è8t: ‚NCg ³Ð9è‡OÀ'áSðiø |>Ÿ‡/ÀáKðeø |¾_‡oÀ7á[° {°ÀA8§Ã·á;ð]ø|~?„Áá'ðSøü~¿„_Á¯á7ð[øüþ„?ÁŸá/ðWøüþÿ„Á¿a’ɈdB2#Y¬H6$;’ɉäBr#y¼H>$?R)ˆB #E¢H1¤8R)‰”BJ#e²H9¤FŸ OÑgèsôú}…¾Fß oÑwè{ôúý„~F¿ _Ñoèwôúý…þF}X,#– ËŒeÁ²bÙ°ìX,'– ËåÁòbù°üX¬ V+ŒÁŠbŰâX ¬$V +•ÁÊbå°òX¬"V «ŒUÁ°ªX8V «ŽÕÀjbµ°ÚX¬.V«5À"°†X$Ö‹ÂcÑX¬)Ö k޵ÀZb­°¬5‹µÁâ°¶X<ÖKÀÚc‰X¬#Ö KÂ’±ÎX,능bݰ4¬;Öë‰õÂzc}°¾„Á‚¡†á‘…у±‡ñ˜€‰˜„ɘ‚©˜†é˜™˜…Ù˜ƒõÃúc°Ø l06Š Ã†c#°‘Ø(l46‹ÃÆc°‰Ø$l26›ŠMæc3°™Ø,l66›‹ÍÃæc °…Ø"l1¶[Š-Öc+°•Ø*l5¶[‹­ÃÖc°Ø&l3¶ÛŠmöc;°Ø.l7¶Û‹íÃöc°ƒØ!ì0v;ŠÃŽc'°“Ø)ì4v;‹ÃÎc°‹Ø%ì2v»Š]îc7°›Ø-ÌÅ<̰ ÂÒ±ÛØì.v»=Àb°ÇØì)ö {޽À^b¯°×Øì-ö{}À>bŸ°ÏØì+ö ûŽýÀ~b¿°ß˜Ï€gÄ3á™ñ,xV<žÏçÄsá¹ñ„ƇàCñaøp|>…ÆÇàcñqøx|>Ÿ„OƧàSñiøt|>Ÿ…ÏÆçàsñyø||¾_„/Æ—àKñeør|¾_…¯Æ×àkñuøz|¾ß„oÆ·à[ñmøv|¾ß…ïÆ÷à{ñ}ø~ü~?„ÆàGñcøqü~?…ŸÆÏàgñsøyü~¿„_ƯàWñkøuü~¿…»¸‡ûñÄCx:~¿ƒßÅïá÷ñøCüþ‚?ÅŸáÏñøKüþƒ¿ÅßáïñøGüþÿ‚Å¿áßñøOüþ÷ˆŒD&"3‘…ÈJd#²9ˆœD."7‘‡ÈKä#òˆ‚D!¢0Q„(J#Š%ˆ’D)¢4Q†(K”#ʈŠD%¢2Q…#ªáD5¢:Qƒ¨IÔ"juˆºD=¢>Ñ€ˆ ‘D#"ŠhLDMˆ¦D3¢9Ñ‚hI´"bˆÖD,цˆ#ÚñD;"hO$ˆŽD'"‰H&:]ˆ¢+‘Jt#ÒˆîD¢'Ñ‹èMô!úAA ÁÁ!! ¡¡aaÑèO ƒˆÁÄb(1ŒNŒ F£ˆÑÄb,1ŽOL &“ˆÉÄb*1˜NÌ f³ˆÙÄb.1˜O, ‹ˆÅÄb)±ŒXN¬ V«ˆÕÄb-±ŽXOl 6›ˆÍÄb+±ØNì v»ˆÝÄb/±ØO ‡ˆÃÄâ(qŒ8Nœ N§ˆÓÄâ,qŽ8O\ .—ˆËÄâ*q¸NÜ n·—ð? ‚DˆH'nwˆ»Ä=â>ñ€xH<"Oˆ§Ä3â9ñ‚xI¼"^oˆ·Ä;â=ñøH|">_ˆ¯Ä7â;ñƒøIü"~>2™‘ÌDf&³YÉldv2™“ÌEæ&óyÉ|d~²Y,D&‹EÉbdq²Y’,E–&ËeÉrdy²Y‘¬DV&«adU2œ¬FV'k5ÉZdm²Y—¬GÖ'dC2’lDF‘Éh² Ù”lF6'[-ÉVd ÙšŒ%Ûqd[2žlG&íÉD²Ù‘ìD&‘Édg² ™Bv%SÉndÙìAö${‘½É>d_"a!Q#q’ I’"i’!Y’#yR ER"eR!UR#uÒ MÒ"mÒ!û‘ýÉä@r9˜B%‡‘ÃÉäHr9šCŽ%Ç‘ãÉ äDr9™œBN%§‘ÓÉäLr9›œCÎ%ç‘óÉäBr¹˜\B.%—‘ËÉäJr¹š\C®%בëÉ äFr¹™ÜBn%·‘ÛÉäNr¹›ÜCî%÷‘ûÉäAòy˜'_/ÉWäkò ù–|G¾'?ÉOägò ù•üF~'?É_äoÒGe 2R™¨ÌT*+•ÊNå rR¹¨ÜT*/•ÊO  R…¨ÂTª(UŒ*N• JR¥¨ÒTª,UŽ*OU *R•¨ÊT*ŒªJ…SÕ¨êT ª&U‹ªMÕ¡êRõ¨úT*‚jHER¨(ª1M5¡šRͨæT ª%ÕŠŠ¡ZS±T*ŽjKÅSí¨ª=•Hu :R¨$*™êLu¡R¨®T*ÕJ£ºS=¨žT/ª7Õ‡êKAL!JaNIQM1KqO ”HI”L)”Ji”N”IY”M9T?ª?5€H ¢SC¨¡Ô0j85‚I¢FSc¨±Ô8j<5šHM¢&SS¨©Ô4j:5ƒšIÍ¢fSs¨¹Ôµ€ZH-¢SK¨¥Ô2j9µ‚ZI­¢VSk¨µÔ:j=µÚHm¢6S[¨­Ô6j;µƒÚIí¢vS{¨½Ô>j?u€:H¢SG¨£Ô1ê8u‚:I¢NSg¨³Ô9êF§OÐ'éSôiú }–>GŸ§/ÐéKôeú }•¾F_§oÐ7é[´K{´ŸÐA:D§Ó·é;ô]ú}Ÿ~@?¤Ñé'ôSúýœ~A¿¤_ѯé7ô[úýžþ@¤?ÑŸé/ôWúýþAÿ¤Ñ¿i“ÉÈdb23Y˜¬L6&;“ƒÉÉäbr3y˜¼L>&?S€)Èb 3E˜¢L1¦8S‚)É”bJ3e˜²L9¦fŸ°OÙgìsöû’}žfß°oÙwì{öû‘ýÄ~f¿°_Ùoìwöû“ýÅþf}\.#—‰ËÌeá²rÙ¸ì\.'—‹ËÍåáòrù¸ü\® Wˆ+ÌáŠrŸâ\ ®$WŠ+Í•áÊrå¸ò\®"W‰«ÌUḪ\8W«ÎÕàjrµ¸Ú\®.W«Ï5à"¸†\$׈‹âsÑ\®)׌kεàZr­¸®5˵á⸶\<׎KàÚs‰\®#׉Kâ’¹Î\.…ëÊ¥rݸ4®;׃ëÉõâzs}¸¾ÄÁ¡ÆáÁ‘ÅÑñÇñœÀ‰œÄɜ©œÆéœÁ™œÅÙœÃõãús¸Ü n07„Ê ã†s#¸‘Ü(n47†ËãÆs¸‰Ü$n27…›ÊMã¦s3¸™Ü,n67‡›ËÍãæs ¸…Ü"n1·„[Ê-ã–s+¸•Ü*n5·†[Ë­ãÖs¸Ü&n3·…ÛÊmã¶s;¸Ü.n7·‡ÛËíãös¸ƒÜ!î0w„;ÊãŽs'¸“Ü)î4w†;ËãÎs¸‹Ü%î2w…»Ê]ã®s7¸›Ü-Îå<Îϸ âÒ¹ÛÜî.w»Ï=àr¸ÇÜî)÷Œ{νà^r¯¸×Üî-÷Ž{Ï}à>rŸ¸ÏÜî+÷ûÎýà~r¿¸ßœÏÀgä3ñ™ù,|V>ŸÏÁçäsñ¹ù<|^>ŸŸ/Àä ñ…ù"|Q¾_œ/Á—äKñ¥ù2|Y¾_ž¯ÀWä+ñ•ù*|_•ç«ñÕù|M¾_›¯Ã×åëñõù|ßäñQ|c>šoÂ7å›ñÍù|K¾÷æcù6|ß–çÛñ |{>‘ïÀwä;ñI|2ß™ï§ð]ùT¾ŸÆwç{ð=ù^|o¾ß—‡x˜Gx”Çxœ'x’§xšgx–çxžx‘—x™Wx•×x7x“·x›wø~|~?Äæ‡ðCùaüp~?’ÅæÇðcùqüx~?‘ŸÄOæ§ðSùiüt~?“ŸÅÏæçðsùyü|~¿_Ä/æ—ðKùeür~¿’_ůæ×ðkùuüz~¿‘ßÄoæ·ð[ùmüv~¿“ßÅïæ÷ð{ù}ü~þ?ÄæðGùcüqþ’?ÅŸæÏðgùsüyþ‘¿Ä_æ¯ðWùküuþ“¿Å»¼ÇûùäC|:›¿Ãßåïñ÷ùüCþÿ˜Â?åŸñÏùüKþÿšÿåßñïùüGþÿ™ÿÂå¿ñßùüOþÿ›÷ „ŒB&!³EÈ*d² 9„œB.!·GÈ+äò „‚B!¡°PD(*Š %„’B)¡´PF(+”Ê „ŠB%¡²PEª áB5¡ºPC¨)Ôj u„ºB=¡¾Ð@ˆ ‘B#!Jh,D M„¦B3¡¹ÐBh)´b„ÖB¬ÐFˆÚ ñB;!Ah/$ „ŽB'!IH: ]„¡«*tÒ„îB¡§ÐKè-ôú ˆ€ ˜€ „@ ”@ ŒÀ œÀ ‚ ’ Š  š  †` –` ŽÐOè/  ƒ„ÁÂa¨0L.ŒF £„ÑÂa¬0N/L& “„ÉÂaª0M˜.Ìf ³„ÙÂa®0O˜/, ‹„ÅÂa©°LX.¬V «„ÕÂa­°NX/l6 ›„ÍÂa«°MØ.ìv »„ÝÂa¯°OØ/ ‡„ÃÂá¨pL8.œN §„ÓÂá¬pN8/\. —„ËÂáªpM¸.Ün ·Wð¿‚BHHn w„»Â=á¾ð@x(< O„§Â3á¹ðBx)¼^ o„·Â;á½ðAø(|> _„¯Â7á»ðCø)ü~ >1ƒ˜QÌ$f³ˆYÅlbv1‡˜SÌ%æóˆyÅ|b~±€XP,$‹ˆEÅbbq±„XR,%–ˈeÅrby±‚XQ¬$V«ˆabU1\¬&Vkˆ5ÅZbm±ŽXW¬'ÖˆbC1Rl$F‰Åh±‰ØTl&6[ˆ-ÅVbŒØZŒÛˆqb[1^l'&ˆíÅD±ƒØQì$&‰Ébg±‹˜"vSÅnbšØ]ì!ö{‰½Å>b_aQq‘I‘i‘Y‘yQEQeQUQuÑMÑmÑû‰ýÅâ@q8X"‡‰ÃÅâHq”8Z#ŽljãÅ âDq’8Yœ"N§‰ÓÅâLq–8[œ#Îç‰óÅâBq‘¸X\".—‰ËÅâJq•¸Z\#®׉ëÅ âFq“¸YÜ"n·‰ÛÅâNq—¸[Ü#î÷‰ûÅâAñxX<"‰ÇÅâIñ”xZ<#žωçÅ âEñ’xY¼"^¯‰×ÅâMñ–芞èbP ‰éâmñŽxW¼'ÞˆÅGâcñ‰øT|&>_ˆ/ÅWâkñøV|'¾?ˆÅOâgñ‹øUü&~ˆ?Å_¢U)_)¹ûo1“”YÊ"e•¨\>ŸQ!›”KÊ-å‘òJ>)ƒ”QÊ'=O[S*¿T@òùŠIÅ¥RI©”TZ*#••ÊI¥BRl©ÂeÍ*>_E©’TMª.½)Þ§`N©†´½ÐŸ·Â¥ÂR©Ž)ÕëZWÚ¥¡T÷ïûÊõ¥òR©¥ÔJŠ‘ZK±R)Nj+ÅKí¤R#0ׯTŸïm©„¢)|¾:•¤öRªÔMJ“ºK=¤žR/©·ÔGê+A,!*a.)Q-1+q/ ’(%J¤^ÿ¾ù\<¢ØŸìœC’d©¿4@( ’I•¢ ­êXºñܼƒ¥!ÒhiŒ4V'—&H¥IÒdiŠ4Uš&M—fH3¥YÒliŽ4Wš'Í—H ¥EÒbi‰´TZ&-—VHC¥aR nt‰?³¬”VI«¥5Ò&p$'*¶6J[¥Ò.i·´GÚ+í“öK¤ƒÒ!i³´E:&—ÚT¬ÿ÷ëKG¤³Ò9é¼tAº(]’.KW¤žßÐ-ÒíªtMr%OòK)(…¤té¶tGº+Ý“îK¤‡Ò#é±ôDz*=“žK/¤—Ò+éµôFz+½“ÞK¤Ò'é³ôEú*•NHáÝ|¾-þIߥŒr&ù‡ôSZ Vp!c†*™å,rn9œWÎ'ç— ÈåBra¹ˆ\T.&—KÈ%åRri¹Œ\V.'——+ÈåJre¹Š&W•Ãåjru¹†\S®%×–ëÈuåzr}¹!7”#åFr”ÜXŽ–›ÈMåfrs¹…ÜRn%ÇÈ­åX¹'·•ãåvr‚Ü^N”;ÈåNr’œ,w–»È)rW9Uî&§ÉÝårO¹—Ü[î#÷•³ÊÙä¸ÜT|,8G Ë”LËŒÌÊœÌË‚,Ê’,ËŠ¬ÊˆŒÊ>ß¹¿oCk².÷—ÈåAò`yˆ"•ÉÇåòIù”|Z>#Ÿ•ÏÉçå òEù’|Y¾"_•¯É×åòMù–ìÊžì—rPÉéòmùŽ|W¾'ß—×Êëäá…r7*^¦X¥Å9þ¾§^êüP~#¿•ßÉïåGòcyúßçñŒôAþ(ÿÊ¿äß²OÉ dT2)™•,JV%›’]É¡|’?ËTŸ¯Lõ[RN%—RP)¤VŠ(E•bJq¥„RR)¥”VÊ(¹•)Ÿ•/ÊWå›ò]ù¡üT~)¿ŸšAͨfR3«YÔ¬j65»šCÍ©æRs«yÔ¼j>5¿Z@-¨R «EÔ¢j1µ¸ZB-©–RK«eÔ²j9µ¼ZA­¨VR+«UÔ0µª®VS««5Ôšj-µ¶ZG­«ÖSë« Ôµ¡©6R£ÔÆj´ÚDmª6S›«-Ô–j+5Fm­ÆªmÔ8µ­¯¶SÔöj¢ÚAí¨vR“Ôdµ³ÚEMQ»ª©j75Mí®öP{ª½ÔÞjµ¯ ©°Š¨¨Š©¸J¨¤J©´Ê¨¬Ê©¼*¨¢*©²ª¨ªª©ºj¨¦j©¶ê¨ýÔþêu :H¬Q‡ªÃÔáêu¤:J­ŽQǪãÔñêu¢:I¬NQ§ªÓÔéê u¦:K­ÎQçªóÔùêu¡ºH]¬.Q—ªËÔåê u¥ºJ]­®QתëÔõêu£ºIݬnQ·ªÛÔíêu§ºKÝ­îQ÷ªûÔýêõ zH=¬QªÇÔãê õ¤zJ=­žQϪçÔóêõ¢zI½¬^Q¯ª×Ôëê õ¦zKuUOõ«5¨†Ôtõ¶zG½«ÞSï«Ô‡ê#õ±úD}ª>SŸ«/Ô—ê+õµúF}«¾Sß«Ôê'õ³úEýª~S¿«?ÔŸê/õ·êÓ2h5 <뻊gÒ²iÙµZN-—–[Ë£åÕòiùµZA­VX+¢ÕŠiŵZIíbåÉ¥ø¥´rZy­‚VQ«¤UÖªhaZU-\«¦U×jh5µZZm­ŽVW«§Õ×hZC-Rk¤Eiµh­‰ÖTk¦5×Zh-µVZŒÖZ‹ÕÚhqZ[-^k§%híµD­ƒÖQë¤%iÉZg­‹–¢uÕRµnZšÖ]ë¡õÔzi½µ>Z_ Ò` ÑP ÓpÐHÒhÑXÓxMÐDMÒdMÑTMÓtÍÐLÍÒlÍÑúiýµÚ@m6X¢ Õ†iõÚHm”6Z£ÕÆiãµ ÚDm’6Y›¢MÕ¦iÓµÚLm–6[›£ÍÕæióµÚBm‘¶X[¢-Õ–i˵ÚJm•¶Z[£­ÕÖiëµ ÚFm“¶YÛ¢mÕ¶iÛµÚNm—¶[Û£íÕöiûµÚAívX;¢ÕŽiǵÚIí”vZ;£ÕÎiçµ ÚEí’vY»¢]Õ®i×µÚMí–æjžæ×ZP iéÚmíŽvW»§Ý×hµGÚcí‰öT{¦=×^h/µWÚkíöV{§½×>hµOÚgí‹öUû¦}×~h?µ_ÚoͧgÐ3ê™ôÌz=«žMÏ®çÐsê¹ôÜz=¯^½H°bm)Ÿ^H/¬Ñ‹êÅôâz ½¤^J/­—ÑËêåôòz½¢^I¯¬WÑÃôªz¸^M¯®×ÐkêµôÚz½®^O¯¯7Ð#ô†z¤ÞHÒëÑz½©ÞLo®·Ð[ê­ô½µ«·Ñãô¶z¼ÞNOÐÛë‰z½£ÞIOÒ“õÎz=E盛êÝô4½»ÞCï©÷Ò{ë}ô¾:¤Ã:¢£:¦ã:¡“:¥Ó:£³:§óº ‹º¤Ëº¢«º¦ëº¡›º¥Ûº£÷Óûëôú }°>DªÓ‡ë#ô‘ú(}´>F«ÓÇëô‰ú$}²>EŸªOÓ§ë3ô™ú,}¶>GŸ«ÏÓçë ô…ú"}±¾D_ª/Ó—ë+ô•ú*}µ¾F_«¯Ó×ëôú&}³¾EߪoÓ·ë;ôú.}·¾Gß«ïÓ÷ëôƒú!ý°~D?ªÓë'ô“ú)ý´~F?«ŸÓÏëô‹ú%ý²~E¿ª_Ó¯ë7ô›ú-ÝÕ=ݯô ÒÓõÛúý®~O¿¯?ÐêôÇúý©þL®¿Ð_ê¯ô×úý­þN¯Ð?êŸôÏúý«þMÿ®ÿÐê¿ôߺÏÈ`d42™,FV#›‘ÝÈaä4r¹F_2`1P3pƒ0Hƒ2hƒ1Xƒ3xC0DC2dC1TC3tÃ0LÃ2lÃ1úýÆ@c1Øb 5†ÃÆHc”1ÚcŒ5Æã ÆDc’1Ù˜bL5¦ÓÆLc–1Û˜cÌ5æóÆBc‘±ØXb,5–ËÆJc•±ÚXc¬5Öë ÆFc“±ÙØbl5¶ÛÆNãKÇïrwc—±ÏØo0‡ŒÃÆã¨qÌ8nœ0N§ŒÓF”T:¿Ï·ÇØkœ1²Vª×LS.» ø®µÔsùšá~ãºqÃøÜ<{©£5BÆäÚ>_É:w‹FÀøç=4sF½ÒAã¹ñÂxi¼2^ïOÆgã‹ñÕøf|7~?_ÆoÃgf03š™ÌÌf3«™ÍÌnæ0sš¹ÌÜf3¯¬áóý,šÏ,d6‹˜EÍbfq³„YÒ,e–6˘eÍrfy³‚YѬdV6«˜afU3ܬfV7k˜5ÍZfm³ŽY׬gÖ7˜fC3ÒldF™Íh³‰ÙÔlf67[˜-ÍVfŒÙÚŒ5Û˜qf[3Þlg&˜íÍD³ƒÙÑìd&™Éfg³‹™bv5SÍnfšù¨ÈŸc|gt7û˜}MÈ„MÄDMÌÄMÂ$MʤMÆdMÎäMÁMÉ”MÅTMÍÔMÃ4MË´MÇìgö7˜ÍAæ`sˆ9Ôf7G˜#ÍQæhsŒ9ÖgŽ7'˜ÍIædsŠ9ÕœfN7g˜3ÍYælsŽ9לgÎ7˜ ÍEæbs‰¹Ô\f.7W˜+ÍUæjs¹Ö\g®77˜ÍMæfs‹¹ÕÜfn7w˜;Í]æns¹×Ügî7˜ÍCæaóˆyÔ4™Í'æSó™ùÜ|a¾4_™¯Í7æ[óùÞü`~4?™ŸÍ/æWó›ùÝüaþ4™¿MŸ•ÁÊhe²2[Y¬¬V6+»•ÃÊiå²r[y¬¼V>+¿UÀ*h² [E¬¢V1«¸UÂ*i•²J[e¬²V9«¼UÁªhU²*[U¬0«ªnU³ª[5¬šV-«¶UǪkÕ³ê[ ¬«¡i5²¢¬ÆV´ÕÄjj5³š[-¬–V++ÆjmÅZm¬8«­oµ³¬öV¢ÕÁêhu²’¬d«³ÕÅJ±ºZ©V7+Íênõ°zZ½¬ÞV«¯Y°…X¨…Y¸EX¤EY´ÅX¬ÅY¼%X¢%Y²¥Xª¥YºeX¦eY¶åXý¬þÖk 5Èl ±†ZìáÖk¤5Êm±ÆZã¬ñÖk¢5ÉšlM±¦ZÓ¬éÖ k¦5ËšmͱæZó¬ùÖk¡µÈZl-±–ZˬåÖ k¥µÊZm­±ÖZë¬õÖk£µÉÚlm±¶ZÛ¬íÖk§µËÚmí±öZû¬ýÖë uÈ:l±ŽZǬãÖ ë¤uÊ:m±ÎZç¬óÖë¢uɺl]±®Z׬ëÖ ë¦uËr-Ïò[+h…¬të¶uǺkݳî[¬‡Ö#ë±õÄzj=³ž[/¬—Ö+ëµõÆzk½³Þ[¬Ö'ë³õÅúj}³¾[?¬ŸÖ/ë·å³3ØíLvf;‹ÕÎfg·sØ9í\vn;×Îgç· ØíBva»ˆ]Ô.f·KØ%íRvi»Œ]Ö.g—·+ØíJve»ŠfWµÃíjvu»†]Ó®e×¶ëØuízv}»a7´#íFv”ÝØŽ¶›ØMífvs»…ÝÒneÇØ­íX»g·µãívv‚ÝÞN´;ØíNv’lw¶»Ø)vW;Õîf§ÙÝívO»—ÝÛîc÷µ!¶µ1· ›´)›¶›µ9›·[´%[¶;ü↓ô.¦Ú–mÛŽÝÏîoGHYŠìnÚì¡ö0{¸=Âi²GÛcì±ö8{¼=ÁžhO²'ÛSì©ö4{º=ÞiϲgÛsì¹ö<{¾½À^h/²ÛKì¥ö2{¹½Â^i¯²WÛkìµö:{½½ÁÞho²7Û[ì­ö6{»½ÃÞiï²wÛ{ì½ö>{¿}À>h²ÛGì£ö1û¸}Â>iŸ²OÛgì³ö9û¼}Á¾h_²/ÛWì«ö5ûº}þiß²]Û³ývÀÚ!;ݾmß±ïÚ÷ìûöû¡ýÈ~l?±ŸÚÏìçö û¥ýÊ~m¿±ßÚïì÷öû£ýÉþl±¿Úßìïöû§ýËþmûœ NF'““ÙÉâdu²9ÙNN'—“ÛÉãäuò9ùNA§SØ)âuŠ9ÅNI§”SÚ)ã”uÊ9å NE§’SÙ©â„9Up§šSÝ©áÔtj9µ:N]§žSßiàD8 H§‘å4v¢&NS§™ÓÜiá´tZ91Nk'ÖiãÄ9mx§“à´wNG§““ä$;.NŠÓÕIuº9iNw§‡C5ôù²~/ÕÓØAÔÁÜ!Ò¡ÚaÖáÞÑ‘ÙQÕÑÝ1Ó±Ûqœ~Ng€3Ðä v†8CaÎpg„3ÒåŒvÆ8cqÎxg‚3Ñ™äLv¦8SiÎtçkX0ÙçëëÌpæ:óœùÎg¡³ÈYì,q–:ËœåÎ g¥³ÊYí¬qÖ:ëœõÎg£³ÉÙìü¾<Фë:!!qwwww—‰â‹-°Hp˜6ww_ÜwwwIpwwþ“KÑL¾߿ÏÃ&Ó]]uåÜsoUõTÖ(×*×)×+ÿUnPnTnRnVnQnUnSnWîPîTîRîVîQîUîSîWPTRVQUSWžPžTžRžVžQžUžSžW^P^T^R^V^Q^U^S^W–++”7”7•·”·•w”w•÷”÷•”•”•O”O•ϔϕ/”/•¯”¯•o”o•ï”ï•”•Ÿ”Ÿ•_”_•ߔߕj\ ®&§Îipµ¸Ú\N“«ËiqÚ\=N‡Óåô8}®>×€3à 9#Θ3áL93Μ³à,9+Κ³ál9;Ξsà9'Ιsá\97Îóà<9/Λóá|9?Ο à¹ .˜ áB¹0.œ‹à"¹= ¸¢„®MzEqñ\—È%qÉ\ —Ê¥qé\—ÉeqÙ\—Ëåqùœ‚+à ¹"®˜+áJ¹†\#®1ׄkÊ5ãšsp-¸–\+®5׆û“k˵ãÚsq¸Ž\'®3WÆuáºrݸî\®'׋ëÍõá”ÇñœÀ‰œÄõåúqý¹Ü@n7˜ åþæ†qùÜHn7šÃåÆqã¹ ÜDn7™›ÂMå¦qÓ¹ÜLn7››ÃÍåæqó¹ÜBn·˜[ÂýÃ-å–q˹ÜJn·š[íåÖqë¹¹ ÜFn·™ÛÂmå¶qÛ¹ÜNn·›ÛÃíåöqû¹ÜAîw˜;ÂåŽqǹÜIîwš;ÃåÎqç¹ ÜEîw™»Â]å®q×¹r®‚»ÁÝänq·¹;Ü]îwŸ{À=äq¹'ÜSî÷œ{Á½ä^q¯¹7Ü[î÷žûÀ}ä>qŸ¹/ÜWî÷Sãkð5yu^ƒ¯Å׿ëðš|]^‹×æëñ:¼.¯Çëóõù¼oÈñƼ oÊ›ñæ¼oÉ[ñÖ¼ oËÛñö¼ïÈ;ñμ ïÊ»ñî¼ïÉ{ñÞ¼ïËûñþ|ÈñÁ|ʇñá|ÉGñÑ| ËÇññ|ŸÈ'ñÉ| ŸÊ§ñé|ŸÉgñÙ|ŸËçñù¼‚/à ù"¾˜/áKù†|#¾1ß„oÊ7ã›óð-ø–|+¾5߆ÿ“oË·ãÛóñøŽ|'¾3_Æwá»òÝøî|¾'ß‹ïÍ÷á•<Çó¼À‹¼Ä÷åûñýùü@~?˜Âåÿæ‡ñÃùüH~?šÃåÇñãù üD~?™ŸÂOå§ñÓùüL~?›ŸÃÏåçñóùüB~¿˜_ÂÿÃ/å—ñËùüJ~¿š_ïå×ñëùù üF~¿™ßÂoå·ñÛùüN~¿›ßÃïå÷ñûùüAþ˜?ÂåñÇùüIþš?ßåÏñçù üEþ™¿Â_å¯ñ×ùr¾‚¿Áßäoñ·ù;ü]þŸÀ?äñù'üSþÿœÁ¿ä_ñ¯ù7ü[þÿžÿÀä?ñŸù/üWþÿWj5uAC¨%ÔêšB]AKÐê :‚® 'è õ…‚`( Æ‚‰`*˜ æ‚…`)X Ö‚`+Ø ö‚ƒà(8 ΂‹à*¸ à)x Þ‚à+ø þB€( ÁBˆ*„ áB„)D ÑBŒ+Ä ñB‚($ ÉBŠ*¤ éB†)d ÙBŽ+ä ù‚B( …"¡X(J…†B#¡±ÐDh*4š -„–B+¡µÐFøSh+´Ú  „ŽB'¡³P&tº Ý„îB¡§ÐKè-ô”'ð‚ ˆ‚$ôú ý…Â@a0X" þ† Ã…ÂHa”0Z#ŒÆ ã… ÂDa’0Y˜"L¦ Ó…ÂLa–0[˜#Ìæ ó…ÂBa‘°XX"ü#,– Ë…ÂJa•°ZX#¬Ö ë…… ÂFa“°YØ"l¶ Û…ÂNa—°[Ø#ìö û…ÂAápX8"Ž Ç…ÂIá”pZ8#œÎ ç… ÂEá’pY¸"\® ×…r¡B¸!Ün ·…;Â]ážp_x < …'ÂSá™ð\x!¼^ ¯…7Â[áð^ø |> Ÿ…/ÂWá›ð]Pkˆ5EuQC¬%Ö눚b]QKÔë‰:¢®¨'ê‹õÅ¢h(‰Æ¢‰h*š‰æ¢…h)Z‰Ö¢h+Ú‰ö¢ƒè(:‰Î¢‹è*º‰î¢‡è)z‰Þ¢è+ú‰þb€(‰Ábˆ*†‰áb„)F‰ÑbŒ+Ɖñb‚˜(&‰ÉbŠ˜*¦‰éb†˜)f‰ÙbŽ˜+æ‰ù¢B, Å"±X,Kņb#±±ØDl*6›‹ˆ-Ä–b+±µØFüSl+¶Û‹‰ÄŽb'±³X&v»ŠÝÄîb±§ØKì-ö•"'ò¢ Š¢$öû‰ýÅ®]»u=Ós€8D*þ-‡‹#Ä‘â(q´8F+ŽÇ‹ĉâ$q²8Eœ*N§‹3Ä™â,q¶8Gœ+Îç‹ Ä…â"q±¸DüG\*.—‹+Ä•â*qµ¸F\+®׋ÿŠÄâ&q³¸EÜ*n®Ïv×Ê+Û.î÷ŠûÄýâñ xH<,ŠÇÄãâ ñ¤xJ<-žÏŠçÄóâñ¢xI¼,^¯Š×Äëb¹X!ÞoŠ·ÄÛâñ®xO¼/>ŠÄÇâñ©øL|.¾_НÄ×âñ­øN|/~?ŠŸÄÏâñ«øMü.ªI5¤š’º¤!Õ’jKu$M©®¤%iKõ$IWÒ“ô¥úRÉ@2”Œ$cÉD2•Ì$sÉB²”¬$kÉF²•ì${ÉAr”œ$gÉEr•Ü$wÉCò”¼$oÉGò•ü$)@ ”‚¤`)D •¤p)BŠ”¢¤h)FŠ•â¤x)AJ”’¤d)EJ•Ò¤t)CÊ”²¤l)GÊ•ò¤|I!H…R‘T,•H¥RC©‘ÔXj"5•šIÍ¥?¤RK©•ÔZj#ý)µ•ÚIí¥¿¤RG©“ÔY*“ºH]¥nRw©‡ÔSê%õ–úHJ‰“xIDI’úJý¤þÒi 4H, ‘†JKäáÒi¤4J-‘ÆJã¤ñÒi¢4Iš,M‘¦JÓ¤éÒ i¦4Kš-Í‘æJó¤ùÒi¡´HZ,-‘þ‘–JˤåÒ i¥´JZ-­‘ÖJë¤õÒ¿Òi£´IÚ,m‘¶JÛ¤íÒi§´KÚ-í‘öJû¤ýÒé tH:,‘ŽJǤãÒ é¤tJ:-‘ÎJç¤óÒé¢tIº,]‘®JפëR¹T!ÝnJ·¤ÛÒé®tOº/=J¤ÇÒé©ôLz.½^J¯¤×Òé­ôNz/}>JŸ¤ÏÒé«ôMúy6Ñôsäå)ÓnmYj| ìÅ‘žÛ {h–Írº5ò@eÍS ,»'.Òè>ÉÔuчê'gè÷ê½ÏsãªÌÔç: Wß¼šŒºìThnúÂÄÒÄ´ÐÑÀÜ(TÏ¿°yÝqÆAEfqWSë]ô­¬†Ã.Å­z%‹r7Ǫ=v>Æä¯Ò‹5´Zè^0US+êÙa˾͞;²÷v¯? c.ïr1î•Á8½ÕÆ=ÍGs“”ùZKËÊìôõz:ŸÙ[Ç»,åAÏ']ø Ñ%‹ŒÖkîƒ7Ý3e¶Ìؾk¸vSýö¦‰&7â[”Ñ_p°mº®Ù'㞆‘ö‡-zÙy.~¤»G™Ð¾Aþ´²ÍÎaaež&½»¤¥H?¡ñÜjƒñÀ²7›¼-m¸f¼>‰Îú+üJg} fçÎÓHÙá?GË4Î VS[ÐÕFß÷ÇõÒªçuÁóVñå}vS½šSGM­yŒšÚ±" g[Õ;õÒ>먩]ói8›N!{fÛžN\kžÓ*çG‹útÆÞ0z¯áô‚_O^ƒÜÝè4³ûL–ÕÁM­n;ú1‰’’ü|üó‰>VÝG;4Ÿ -Ï)ÞêNgéÔÃTXýLv½¸ÅöÇìVÂ+{=.º8\Áý²´oöÑInI‹~ô´±¾šš…~¨鯪Ï͜à ÕÎ$\˜Ñ¹!µº«©]I¬È^ks+38nt°Ê ‡Þ­ÓvÑ }kWþ¿ü×=ÒÈ^“zoİÐÏÂ>J#æyåkÉï'ÓÎ7 ŸFã_‚ïž¿îìÁø-ÝyBšWÅß5ô¡ÝdÂÕ%òuÎÎÀ¦­›áÃ`Õ×ù©©•çæ¦Ðˆaÿ¾t^ã_6¿Ú¼„Ç>DЉr„ãɰ`cèòÖËÊÏßèÞ\M³Òð¬XèÏî'LåaL§_§&¶2OÈSé—-wÞ}šÅ"o5µÐ'ÖÂ3´{ÊëŸm, %ÍtαöXÌi'NÌÙž’­ä ‹‰BÔ”9>Ωßë:PÿÆrúyšä5÷ —Ï(œ®u6ÛJy]P¦¦6â¥Öòs¯gD»-î³ÏÉ7<õTE@ ž6¾Îä[÷<×Ð0xÃIf–õÏžþõ¹™ªÈ|åà‘2‡".æµ±‰Í‚ØO%¹å«ã¶ÎZ¬HøÂì1žbãü›N'HnEoKó¿äÓÙˆ “3M«©™ßcÊoס÷|ȹßðóbI/ØH¿¸+þ1öSŒ£WaX Ü(â‡<뚥mœG~Ó¯x®IçýY\÷0R'ŸºjAX´ëç¡›m†Øºhq rmKSS;AØ<¿0ËÕ=œ*¿VùLêhØïEÄü¬_U$¶NqÐËAŸ±Ðäú}L¶ Û|øä¯øÑj6i­2Õ².i¹"¸}f7×øäñEw£êÁ>ÿ}hnEÒŸ³ÇÚ"nSQ¼õv+\ëëìNZ§sûÚw]N„]jÃNÆÅ–ñ7½{ÄnV4‹Ùж¦Ó»‹Œû¾À£Ã,ŸGl,›¸Šóù’í@M¢™!sÜùp—úkaçxë{äÿ 5?¼:üJ§=^`ωà?GU [26Ô<¹Î›EL:ÞšÀq×ð_íÊ{ŽÔš‰ñôU,bá3S'Ò®òúñy4˜´>F> IG×ÿÕ²›û‘Ð[AkÐ(Ÿ«röªvªª\o ·Ó{Taë,ÿ=Õûumrp#vikÙ‡íc‰)îA–-7бa®;14Ëõ5ÓVS;L=L6.1¯éd‡nˆÿR\‰34BÄlp;oÌÎô +ŒmKŒu±>Õv´| ê|õMè÷º~UßG˜zȘ<@6wïJ¾ÝâQèDç°€ŸÖÁZ-ÿ³ÑëV‹ƒºÑyf‰“íïʽù'ÔðÒ€DÇ¢Ç2kÜW÷R¨ŽåÆ»èt2²3ÚÕ&[„Ùƒ1ú· Œ[¢ï ÀóËt–)0â§X’’ ~Qìãkß*>ž¹P|ÜÌï´^ˆB¾±ü9ÂÒ”³Ȭu€·Cê¸)†ƒ§¾{ÜÉláV'ó:¼>DÇOeæöõÈØl/Éüñd¤û‰¬ýI“ÈÞ¨4]Àr*ò¿*ÚæR«~[Hðݬ®×Ï«ÓÝÓÖ[Wµ©ÐÕ·§~{ûŸ¿†X¬û:|7ý¬Ñ£l"$›hP3wZ=AŽMö/¢³†í3Ó­5èZÙ"z£™Ž‰ª\kãûЉ&áÑýs@›ñ¦í£ôYU7°Ö4Ø\ÂÝb;—†íoÆ2ìÚðiª½4‚wW9M¶¡Ý&:ØXp@V8¾!ˆ<2‘Ñ}vª•PÅCõ ö v\„ìØ´ð×Õ{@_@qó š°P*‰=ùõ`´ÌšŠV¿Z¥5L9‹L“¥·¶hEü) íÃÂÅœ<–û §TGcŠðý®ª#÷ó.'þð. Ë{\ð™Õ^~ €ƒÀå>ß;òYÆ›,Ûìgñe„q®Y§¿É9q­YhUÄ £j.–¼›â”lõ±KåçÆLî(ª­Óê8hÍðpÉ^@œ”‘i‘»O6JÓúÃ(ÞÂÔN#P÷å> PŸì\Ï¡)U’߉¥òrß »m„%S ·ôÃíóîEF‹kúç¨ø´'¦ƒo£m Ùl²×ªGŽŠ´‡ïdÿñ¬2=€,š!×9åT©FF?€ r›¹oÖRlc;‘îG|CjÞöùÑ2øóÏòwdžGOW“Úk,÷¹ºnT9«ªí8óX.ÆÖL§£3˜ÎQvH”+ÃA„ßH—ŸŸ/ö|ûé"û.°±F>Ž3­,·,H%äk3979Rš"žçR9Tn<ž(¯Â «oÐÿ"ß“­ËYEaÇN‰þœ:1##$Øü ¶…ñ¿R~1E¯òIâ±h±JÍš†»-X=hdŽùÖN䂤ÀìŠ_mÞSÖ¢ýÏHB UÒ;Yì$ížrD™”=@§s÷Ñ7¯ÀÕð4ß*³—vúÝ,/Û•go§XŽðÿã/‡÷5ÓººJÄÿ–±S¯×ýËrÿ[ÒWxK©é쓦×å|–b »VÀF·ÈÃuáƒræ“‘Ðwþ} WBÓkæ›ÐCg_Áê¤w,5µ> äÜfq¡ÕejnˆÛ{'ȸÝ&Æ~%‹L'ÂàÇZj]êÄyûÑ{Ð&™U££Y$<Âòþ ¥.ž\ îï£ß ¨Ó§ùP¯…•ÿ/•ç¯~ˆŽ@àÿüiM6;kòT½òçkÈÑ‘=±~KcÕñÓ-1Ö|f©ÅQ:Žçè™ù?[Ì «– v§lÝÌ`¿Ùxܯ+×>·yØgÙÐiÒ[öF{°Ü0ÍÍ&ã¿«Ã ²ÜF¿®nóOS¶ÎWf"ŒÏå“+‰kîµ§õ!ÑT<Û”Yw¿[VÌr—bKÔ¶9?[߀v— î©s€ºd÷ÄÒÉÖ Iõá«uÄñ«i¦ææ;­õ󩨲¥éîtÔHõaü/ÇÔ…e&9µ²µ+ì1<9Ûó€~[ÚìÍ›dPfõ¡jr*ëkh„\{¼´©cš±·xMÆ¢ü•<¯²:1On÷ÐâJhʆ—ªœ´‰¢îUBmàâ_ßçáÞdÙŽ®s ”t".ú/¯×Ñ–O/¯éÒ¬üLoç[¡uPöÅÚÊÙ WŸÜºÙ¶àçDz~¸õk—¢­ð¢—튂Qž«ê1ÉK‡ Nƺ/ &îUþ¶Uz¢¶ ác¢ÛúÛ gŒß0ú2ËèA*sÕbX¹›œÏF×ú/dÄEÞF&íœðwPGÂײì‹$w›Í.µ½`3„ð5"§6¤èáP8‰(qꯛ?r’áétÇê=NÒ«YNÌsÊçìí ùoDÅ’]ÿ€”‹#ŸcÆv žSGÿ—ŒÀÓ?žìKø¦ô y³š 6qžÁ"·1ËoÝäh8dþ$ï°‰6ü¤GO\ H>δíYxÒüyÁÄ‚ÈþÙ…Ý!GÛ¤CY«ÓªK–Ñ¥ .Œ¢®>,ëOùù÷6ŠŽpÕöÑÑ.A–ðÓó-¨ý)žgÖ`|”·Ð¤žœ¡KËõ궘߭_æÛ³‹'Ñê5MüßY:AštpÓwŸ¶'Cò ó"ÃÔeªeBC>Æú[÷†Ÿ¯ýlW7·1Xú ã…SÞVT[FFÓվğE¨Þê!û/AŒÝÁ•ÇÀ×ìÐҫжAÉ{}…½ ‹`6ßœå¦YŒÃÒl3U$9´Ô:oôŠz®cúR‡f|Oç½ßY™³:g>ª™AÈ >̇l;'†ë—Zg–2”…œbsŸXkj—>é:‘`å¾r dTó~ßœ?|•]3k<03Ù·‰òŠyUÛæ¤.€'·ê¨Sß»kþnývA½ƒ7nJ-ª'gÏsÉn*ú‡koµûõy*~?È>oƒiu—ÄÚmÆ<¨¼åäÂ*ó­‡`ºám4CŸÂ¯óþºs+·ŽqXfëð.ëïµG`üÀÛ"plmŠùHÂà=¹JI•ùÊüÛGå/0D-^—Y Þ ¦-rK ¿ºæÏ» uÛ6à›Í C×äÙ«¾kϸ:qýúÆ+_ž@œsa‰œ ¦å®µJ²= oäüñ†ÕèË öï+“ ¹Sé䤟­fÖ»o¥Îjü…ÀØͪ>ÙS¬MÌãÍ0Sßb)eŒ©áUÛ…W‰¦5VýçUZtLyZÏ;ì“Ü6¸ë©zŸWÛ'b1Ó®îÏë¯ KUj th_;ë¶æ²Õêjï5CÝV„ýÍ_WŽHØuE¶ì2¨Êlès퟿ý£6–îß9|ölÄÓ%SgÇÌZ÷€¢Æ¸û*´â|ªŽ`‡‰È[+ ]Ø{±GhÅh™â…¼D8=ß4Aõí ¦C&¬Ò@‡åìUºvôOr\;ú½ùÇ«/ì|ãô c¡‰™9¤IÕv^êݳÆè¨^ÑÏŸé¥0Uùû5ÌÖ£²Lr"QK¦ƒÿZÓµÙЧ;rÔnâñšù/S+ôNYo"iއ·&t[ý =Ô¨Îl¦cœþ6Ù¥óc[M­÷o•Ø ªüý㪭Û%¥Èì^ºÈö.š©áÕËRm¿Á᪆¼BN¶XÛIµ²1?‹(þƒå·gÞó¼7ç HÝC£®¦Mº[|”>j”Ç`Îé½À7 5Ü&{]u´E\üM ‚~ÿVÑãˆâlêzžŒs²Ì«‹T¥û§rGÇv|‰ƒKkT(' Bñ´»J‹»@¦>1P<¸ã x¬k¤Ú¿îŸƒOÝŠ}¡qg¶R`‘—7°èõªœ¥ÁqÀóWSøïP‘úØ–v¯Ã[Û³ßáéÃ!—’>Ú,(˜Txy}¾™aôùZ gTÛ‹(.Óó¯07@Ë„às!Oƒ7/õ)+ lKŒ¿UwrѼœˆÈùaÆY§«­«õ§yÿHh´ƒxz3³ÙQ÷FW!e·‚c2öèó'ªËݨ¶yF2Öcá߃!± ˆ¿7yßi–åv£å|ä¥ sbbÆ“(W•ݸ}òªU¤•‘\ýϤYPCÊÓÇS“®×wHÖº¡MkCå™ ¾×È,Z/×KX„³Á!MÔÎÓÜAüÑÙ±<ÓÌë²WWÄŒ¶Á¯ñÝ­žâÊØß½¦~Gg.aLü²Z;™‰Ÿ¦ÓÜYzKš]‚Ü঱ò Uc´_Zå/.uÊË/eûNy›‡Ñó'Šú‘Mëm¡>±‰¯²òÝʺx8ë”_† ­X ¶) jA~wŒýÝZÅ›Z¤Ýi½‹,ÊVàÎKêç[ÆEàuˆCUß7¨y„ÆoÁê–—TïÙ¥Ïü1§Ñ>£È³»"Ûe/ PWÙ@–¿ÝsXÅbm†u²Ð< ¾þí“sî8òóIBÕnÅR•LxÐueHzÅ{y‡(Å’Í’/$¿¤ªüSz+&Ý×ó¶{Èsí™}µiý[òþ »çàŸ:¡h8$øñ”¦»®rG’6`yR•9ô2ƒÅÀª4œV¥²öÒÈcäb@­gfU-&ÔS—ãÇÁ¹:KzPÜ­õF˜L(d­U¹“ó‹uÕdW櫽"—Åþ^åÅþ˜q‹úV¿Û¾î¯ß—²õ‘ZÚ©õùï£Ó¬ê_š}$†¾O5Ø!ðä9‡>råyˆ­p Ãór“éù·Ðÿl֙ᘠ›n-Ñw¯QÜÓßÕŒ2ëá¤M> DzžðbøË†?Ú†ä×÷zLÒIvgh´T`ÊüÜqKå§` ¬jÙö¶(™ú,àdõ½¹Òg-#È{]·¶Vu+¼$û7Óì'Gõzï…æË*¶Æpp¸¦ïÃ.G‘gGD¾AþóÚÙ}øÝö ]ŒÁ5±A,c|Ô]šÕ¾¨åÒˆX-Æ¥—ó[Gý|"Ù/5)*'g/eLðÀSVÛt‘Í^Äì5RP¬OÙº~·T©Ú†óÜ¥{ûH÷ïPŒa_™7Ì·%Q?ÛrªË{9»Øjtíõ»ÑŒ£iøø°XdÈ£„ê°÷§,£ZÂTêCX·}m6[ÖNzf>…t9éºc”—…Íz³Ú1)ðÅD×Ö>›kÓØßå²Ä›7PátJ˳Zzº–®9J•\s)νDSÞe¾@Í6ÌcnÙ€¡{)dÚ“y„õ2ˆñòââh¯"k6X6¨—jèÚËo*L£BµbBÕwàh«y È2ÓÍbÀí µé)Y­ÞL¯–TÙ·5z9êã¹N¦dLôEŒ®«u—|¦ üu"^‚Ȟȼ’âïtVûçËàÍT]åUþ?z§çë´ó.Õ=v‡dÒ±~À8pŸ Z¹l×j[ð­à@áÅ€ìì¨QˆÜ&¶ÏH3eÈUô¿·Aï…½`­ÙxZSášfŽü¿–د¤I\’S«¡ig£Òß8çTnVUÆpàU<ó%âô0´s×Ö"Ž-ö{Â|pCa+WWa½0°Ûq¶#ÐþÇž¡’ê\o>g…ù”^Þ8fû ÖŸé]çרãY,]÷[ÃøîµÁ3{p}ÃÜqæÇuk%ö ¬ÃªÆé6§å¹×3Œ8^ï,6ŠåïØ8¹žØ>™ÖŸoXÂûïkú³Œûgî²²ÇÀ˜iÐ’‚òÇ'bÀ¹ÑþAœ‹¢4•*š ï½ÈK+Ì.±¹ô†œ‰ä«iÇ­/ªÌz9wI9Ì¢¸Y Ö£wÂ-æ¿’ò Ç-ýéÈRáv'g]RŸáJÈk˜ßŒbúZ²œÀÆÇÁSÊØêv!éÈO5t›œEümŽ<4¿ê«­× JëÑçBž¡ÅSøÈ”ÉvïmÝ?Y®Þc¾¸’1ƒÜ äÖ|߉çëƒÅF‚cþRYMº„j`²o<1Ë0 ½«×ò¨<–Ö‚S&2 fù·ùižEK¥S0þ'y~¿¦AJJàÆ7'Ge® skó°'0êZ;-É,ÌzzeLV˜AïÁ„ƒðôm›äÃÔÉlÄBðöÜoI̶Ïf¢rÖ7¥z}eíÙ¾™@Õ÷Ú׉3òPÌ´îÆ´B3ä+aÃ)ŠC˜?^Å\êüÛ R <·¾j}ŸÍ‘ü‹ï›ÄÛ(éù§]’bê£×Oõk¢e0ãŽyn“XºZNÏpzAΛƒe¼&'>aóÄhuW®Fɳ¡æð‹M©&ð©ÍZÚÿÆÏô±G3¾1ûÓü,˜Á»ø÷,VJ‘>Ò¿bâä›ä;S®iαèN\ñ+Þ)’ýݶ2n\£·Åj=úÜþÛßÄ\äp(*Á˜=S¾ª_†ü{`¯‰uC6m6ÓŽø7û «óœR¦ .»^h ôôvZäþóù¹ˆÉ4v‰q¥Æžuªö}•G¦s!ì]‡ÍJÇcÄ•ŒzÞaš}wûZ9¥@„%ż&r]ræXjpæN÷»°^«E:,«÷¦nµõš³mâõ›@Áè}YnsÜc4ìÒ¸™º 80ÿ­*{ ¢¼ÊÖ¢F®È[UYm{mE¤PÝôÑpŸÇ_°¼CWjoc NMŠ ¢¹úzòöNŒš­2Û÷`œÕL_OÙ_EfûüêÖý<0~YÝ´þõ6·ým†;Õ†5×ÀûìÐã§_+ g‹GUíÇÜ6€0[7I¥žªÜÙ";ÛL¤h”4€"}9ÕÃñ»wô`µÿó¿Tón^c£×ÌU½¾ß´?1DfQ3äÊØŽ*…IÏë^þ7¹lûê½Mº]S™Ý8íœëņ̃AQÕî·Ðˆº Ý·ù¿¤Uº¡ÄîÉ”Ç.³7N Çö¢˜nãòĶêóGìwÖ6 :£b¥ó,¢ÇGØC÷Ërí¹Ö}Gü‡¢e¨ ºfµqI Ižå:¼(¢†¼vy3¤§ô6@¼1d)Iªò–XxFhž×šñ<…%Þ™9†ϸÏð0‘­j&ü‹è;]°’ì²²ðËÃýåYÔ`††âœ•±¢º­øÒ²ÏÉÂþiçYÆꪉ>."’¶¢ÏfÊ.#k›ÁÑžCÉÃŽQ}—Þ&˜\‹Ð ß´ªà_Óª½ö-æü ЏŒ–‰jj³€Â¡þmLQi1»Ý‚ÍýxOGeÿtŸœïÞ"穼q4½µ„%É{XÓMB† ä/&ÉÇꎮVÅ´ƒŸ¯SýTŸñ‡1½€¬3ã+þ­f1¥Ðý«Á‚<÷_OÇ¿ì+IׄLñyÙ+fÓ0؇'òWÎæ‘D/e|SÜ™R ½? X@º¢òyà‡d`÷”œ?#–È«f½qD¾õ~œÍû"Ùê/L*×pYìM˜ì,Ôœ²mm6+8?$ ¸½Åj£G‰ .µÊÀ%‹lÔȶÆòN@ÜD4¬ ö¼«~IÛ¸Àm|îKÛVvUÖï*×9` ;ªØ.”gB¦ ²÷JŒzu€•õ7å «ðŽÐûPÞ ¨Õ¤Š]”ݽƒvÂ7Ñ M³Nº­6·"y'ªé3ë· ªÌc )³x,‰*ª8•o g°|h¦˜¦ë¸­ä1LVN—ÍC-ý˜­£J¾Èº}¯|ƒ1­]t™ÃeBÈ DàMÒ«‹ƒq„Õ’žÇzn£}´Ê_ OOõý6ZîfÜ[ˆ¹Å^’{%¡Ôì-„‡—ù•c-Â)Û¿‡'ƨÌ%·ú>Îû/ÙµHÏ)aUvï·®}ŒÅ·{\ZþшÿñΤ •5ÖÈœ§ÀÿªQ'Gíðœ•w?ïX²RÖq¸x·ùM’©oÖD¡sÉ_þ—ò¶1\?å>f”ãþ0ÖqËAL»>˜Ù)ý8æ/“‡‰Í€ÎGyõòÍÑâ¬qÏìG$ºP½WËo%t(u·ÈÏž‰„” v“µ0ܸ^V77Üì3ª½ó‘Ìúvlžv;d8°ÓÛ¤7øT^(àó†Éy‘k76ˆ­žÌ¶ŠßR]ÔÜ`*­4¯au@¶ ÖæêÜ‚Ï*Áüñ× %UçNN£ˆ“rJÌcJ¢WCÂÑÚú„»#„í£ä©Ò€?!ÿ<ô<}*"$á÷æÌVÖ½múÆJ¨\I š<ž*•ù)ÌÞý6.H.lå$"c!ÙWy#z)‹¬ç‰†Èýµ)ÿ·FœZ;§h±x^ÙçÃ+Šóð콈B0uT’ƒJ&ìŽ+6.>*W–Ê9n§Í„üi„YK׆þsä}“dµsŽ+€†Ðüú†‰` ªVwêŠÚ ¶Ùª•5—VC‚ A»ÀÖÞå è-¬§E˜Œ&/e³Ê Ý(SŽŒÏ"]çiIþBœ²Ö_9‚q£I¨ã\?̼cxƒÍÓ€MTTÜKÍÚ8ŒÎ»Aï«ø„(0„?êù´­â‰‘E¯0Ö\ô|޲§3¼„P²>¹oÈHû·4þlØà ùÞ,•'£ð‚ñøŒ×Ôâ«{{‹NVòÃ"!¡œå£—‰­âºÎN¹…¶¹ùø¿@RÝ"žž¢Û×qFÀ<ßC»‹òÅî]—Sì{ªÄߊÛþ~F¤ ä‰ÚôÍ®nˆÆY®0¬XÉ*@fé.¨.æ=§Z×*-(m7UCf©óMô•Ñ`l4Ц¾úè³ û\¹Fª™ìù ¯µ™¥5Òm×ÊãwOïó¶ÖýäF¾Wyÿ¤;µÙ=öÓ̘ƒ(å¹®ÄïY:,?€ef¥Á/k^QG†²Xüǃ¬zéëtDÞ_ydsXZVeÖ躌­l_v¸»EõNqÔMàa´‰úZ2¼bà`Ì*•C°Y<¸ç;Õc ÌžÓ( ‘¥¶µ¼/DŒœîV=>ϳ=è®ÀgÇZ·åU-SÆŸbIªáàºò·ú¬OoWC3<¶r²ØH™×ô‰ù¼âŒO„~J*®i¼–™¼1æPKïÆþC1v§ÊÿmÌÍ>Øè?ÂÙÈŒ½¾#ž»Ôh‹ÖñÐSôÞ óÌÊg-µC¾ÑifÕµ1ñ\hÙ™"xPºIЯëëO†'ô‘!·Qõ–EÞ-Dï†I­eVhU¿º‡Å¡¾Þ?j“ÿǤ¥¨Tôíëfø"*¿h¤?n3²Ä±Úž¸«ûbè²Feu¸¨x‹ìGÆkE%_,ªéí£úô[“Š‘/gä­«2‹³NN9Ê Þ¾hŸ_• ?…Á° DLûO•ZàÙ#“"ädÐô~˜µ¥u„´úæ`Þ³#d«Vö¤m¦}Ò¿ñ„¶¼^a¯¹9hgþ=¶jÛ¾ÎJòrÜãÖg«(Õ&ج%N«S²UAT* ó:Ë5îZ£» L4f놙*oÇì µÿ#Êö= EV±á£sðÈHø*/6 8£<¢uþzE‰øý cÅÏÖë+ßùõùﲃI¯ÍåðÂ;au¬ÙjÝßTctÑ{DÞÕE$ô :,¯Œ¼€&`”÷௔üLž¡Êü¬1ÐWÙSÏ¡­ÏG’[,.É®6w* ÐÔ ¥Œ6S?QÛŒXaýY1 Y³ÒÇ:òºA„Jü¿QÙõ(®?-) ýë† Ä³ê~Ÿðó!¼ë)Odi\øïº[*dx¯0tîU™U-äú¼œyò¢Á»TvG$Œ{•ô¿Bô°ù/ÎE‹]q†ˆ—.!„D/y¿÷ŽÇŒL¨®ØX»ê“]\4u-ˆ/¾šI4~‘¹³U£¯+hSجd­Z¯ªö¾‘®ÌΦŠ}ÙZhý5úL‰‘¾,Ô¡™Y^l•li• MyÉTŽ´Ø˜!ðwË}anL†™˜Ã"^£ ÉêÆö@ųŽQ*ï+§¾‘+OWŒ´Ý+¢ò›#àÀ­“+ìûROÓ,h“ËpÔN´öו¤ŽñÙñ/æ—Ù«•e¾çBzdÿÏîjÞ•ëøˆŠéÔÇT¶ßý¶¸uLMX°ÍŒ¤¸4KÆe‡†–ζw4Vg}8\`íÇw¥#Á Í`9ü¼P˜{ps…¡øO’IÅ~~ùK¯å*«ò+b;Ú½Cü5ÝîÌP[2=ÿ ØÏŠì<âýã¸òAô]ØÈL¹ŸMóš7dÁF„ûBDÉf[R”kóŒ«À¢AưeÈ¿±^qâ!Xè {›õ4‹¢6E«iå¸YåJ³ÖaX¦­cMw4HkÔëG›3åÓ ÝÖÄ:Ç‹ÍĶûDÙ8Z7D4ub¨‘ÂÒhôøôB9[¶Îwm6®âOêÓÙß';R6õ¹N+' ù­v sòÌ3{»tP³sNÕ_¾ÊwÒj‚—sÇŒ>ÀqcDäà€Ç`0]ly5³UyZø`'¨¬zré[ìÃTx¾aúÜïùwHµ»‘zœré*„碰løð\øÛ{/g…µ"½FLÄ5G…OZ <â]ªyW±q¶áçmïšZ]-»ùPY7èa¿žf8cíg'éCëî@Ôª´G–Ã,¬B¶"ï× ¬ÎNä­Æ“’ìØ YrºåŒö„ÆÁ°¢J†{)ƒê0}Ãu{PÕoâ~O¿Ý™½íÓcãÒÓó}QGì“3mâ„´›ã§¹èå>vÚI|‡wCï¡ã‰ÂfðàÄõ›ÿ{Ã`¨xàiOJ&0ù…ì¡ëêk93Ï yô߈b³²×M·p­gÙ’øDÞrŠSØ5}·vhèûgÂp†1Iƒñ®.ž³‚œÓóÂëøüÈy.ôþŽ“ƒ°x)¹%ú™…±b*Â6ã§wZ¡%O#0¦µñ›’üîËL69œÃY} ±,ê7’¸õ»;ì ¹›gíªü¤¢þk)£ø˜ç:•*³?e¤@Äòhÿްà‡Ur¹~?På-Š7Ìn¼ïËÈX.¯?Ï ýæ’âïìZžHµÁä°5‰Oq¿G”Oæ.`)5º4ÛåoMùì ñqðÒ9Â}hŸ-Go–>²*xùwN”Û×@ºŸ¹OaLÞ4øÖX³8lðy›¡©yân¯—ìy²¾cx{ï¾h»Ÿ¦aô°ÀlÄÈ"E'Eºbœ"TÑWÑX±€iT ÔΟ†çÛRÆì@}˜aŒ¸MC®6†#*ôå· ¬áõ^i¡± øe%ꥎx~q5lFÑç¦Ì;ð”IrŠUs¯}žfsÈ d£Ï‰ÿÅ!¡='7fÅ òzÛYzCÿ«º›«|£îbø^V1lsCq=1qÖ๚tY‚\ÖŽìxŠêNÐzþ4ì¹8f$PÁ;—£ë|q€y÷òרâÍÇt‚£æZ]̉™Œû¶jÿŸÿ¬ éØ=Ø;ë­z§þ¾Q¾ªÊ÷ÿ—[~J°)h ›e“Í›² úò¿”é½r¹ BçÈ㻞 »F-Èyã11«ÏÕò7”Y­/Íç^cëZ“ÌBhnÔ¼Âxc;|ðÂ| åêwhsW›Àf[h|ï…»þ—~»uÇeiStžDp_ѸÚÛu§‚¶¦ýÙ¥úsÞŠlæÃá^-²þ³ëÀEŒAÓ‹½w %{Ø4ñÿ>׃åùÛ¨¸Ø”S— Õ3ö“µýuYÏ6™!T# ˆ'ü¤Éù\ -ˈEu½à;?*MÜ?¬0ˆêq \\·ÜNVZ Ä<Àüq´Û ™æº­( ùx†û?àøï”Uâ§¶°`ŒG¯„Ú`Y_å{%ZðËé:õ³À™î!;o,0¯»$ã/ZÜ„e&«Ì暇ÔÒ 9ï*‚e,q]þ/ôEÒ¹̾VòB•õ_y‡h#ãœwŠ£2×] hš›G>ðÇ|ý6yy™äO§œzÅeÄð5ò=F½t$I?é‚mþн³œU¬o¬gš×•üHáEª5f2î¶gÙ`¢[@QF6¶{íx˜²óNr–½ÖPÕ«}H+÷ƒæ}³ûÂÿ÷XÞãÏ;¡a;7 íü¿É£)²w Ãï‡lÄ;%ÖžÓaÉ ~áQÎ=iÖ“¢¥˜4šî}"÷K±ve[þžbçUܱ„ï¹ê¯ØºïgxÈŸfâ«éʬ`»*»ùgë#ŸÄXWŒQÙ3Þ‹ß-)›£ïPüWÑ2²Lz«|VÎá^dÃrÈ¿†Í´ 7ÉÑà™zˆß496+lÝ Ç™è1lO&‚F˜U¥úè üΉ›x"¤%²MLjk°SPäKZÜø-S4­ä·¶Ç BæçÜ'ît–ë²ú¯èüŸ¨ ðK“àkò,åªÅZŠ…³‰¥ú’õ®1a4vB뙽À:„¶!þÈu¶Š}Àefút<dš·ÌÃ(ã£åvòË&•,]¦R9¡·úèŶxõÏR¡f"#-,Då f‘,ëÔ/ÿkÏå×Ë%CYe:°Ê®GG•1[esIZÓZƒËv1¬_2?èQÁ*â÷¹‡Y=oÀÒ~|«æ—V·v¿ÿ¬eSYÍšóí'œÌß«ò6ÆH•UŒ’y»ÀÐ[‚.%\¶½OžXiî}ÎøÙF^¼—ìËdÊ…'»Ä.!¤¡¯V¬âhTúAeÞ[öH¡¬q%ÿ¾\fµA{)Š¢õ7`r…ìíýò*ggDeºl;eÑ@Þöí¢“1¨{&,©]à#cúNB­sï§<< ÒEçìNOñ+Î8ät/f/Ʋµ›@6» ?èüÇš°&éÚC®hÙN z†_ }/Œ7Œ¹¼ŒrbîÞCîL¡YLWí*¬;†d÷a5ùzVÌ(jT¤V™ó);¯a™MIû gQ×mqyš4Q(FLqšèóOµ~æ‘Ú4+Y•ÆêiÔÃn•݆9tePÆËAþþˆwǸºQ¯ª­Û¿ŸbTjã–„ºì¤‡÷ª¼º53^+×P“+TðÓ1;2êÜ¢°jr­‰þ¿Û²'üeEXv,òð?Š8:°“å˜1¶µŠZDæ½ËÞäΰlOrؤ¦ÊµXñ%å×ú±c~Ì|¶;vEu½ÚFz¬ÈV´W„Ä—(æ("“Tô\ÝŽ­+dFæì?OM†¿ÃÎÌ+ŽÅf e4RVÈä*ß¶;KšÌÉÏxtIJuÚ€à‰ EÏÉ^Ú³r¯“M·¡Õ%ËC•`êÖ¶Ÿ2÷àg~áä°Á?¼[ØÁ#:LGý[Oö×:¹Î -x¦bùbhõ¶JTyösPg²Þu²-ÆŸ›Z7û¶¼W¹˜Ò,™Ÿ,…MŠÛÄ.š×Êßæt®RküCzôW‰â1af*ïAmŽÔM³Ï]Wm~u‰1Þcyµj¯áˆäì¢ÎgäwðM1N»”[ SíMz¥;Bã‘´"ÓÝy,jycyR2ø'½À>†°æ‡bôƒÈÄ TØn3cå\²áŒÍ®UÛ<¬´³g¨Ê;ûT¤E–ÜgÔ¶iÄ*¶—1Ý ¦‘=¯@ÿKÅ« Å2bó>§ñüyü>5ēջá-Cø}tI«}$íÓižOúa¿ØåˆX”·±ÚûgUªÛØô3êc åI`ÅRξ–ÌãµaƒÂ“ʵ½¸nnÆ^†9”^µÏíÆÿÄdÇ*ÁtrÞ“¢²â‰zå([C¾'As BÙUÄš¬;ãw «ÇÿæåU¾ä·@Îsa½9•§¥7'Ÿd$PfoLòŸfív±uÒŧÊiR]‹òè›VIž‡Ý­UÎÑ{ KftWÜ®²ÎeŒ'Î ³µ‹:Lzææ:>gY¤x½“ϵ’óêÚàÐJK>WÅE®o**ß}p– Ã”’sÈIÞðÖnbÀml·¾ÆéÅÐÿ=òjŒ!lÚÞüÍ¢ó¬W#w<÷[C¹+øéõëî0xê)Í|_ft4 t÷ʦþ<Öý o“ÒóLÖÿy6îʤ•¹xÝ¢Ð:´Ê{!uU•«Ì5èçdŒ7Ü&"çVÈÿ5ÓoÀÐÒ­úÙs‘ÝÒ½Õ‘¹);× S©&²âuªÌÿÍJ®TûmÏù(¯öÑ©ûP?OÂ'ƒFU9[u "áHØôZÙ°üP¼Ãr:FBõ¥hAbÉQå-ä)SÓ‡©|—9ÞÞ™V>Yo-aø,Ø€ò¨^¦iÎ[•ïÍ7$ G^‚}‡ …gtO &ÀëF1¯èõ y¥o`œ6r|6Ë9Ùãªd¶-ž›Ø.ÍÊäu̾“e;O¹R¾Õo·ÓÐý¼œŽ«pŽ»ü-Ž!qÿÅ÷Ó({;_ÎêW²2šKܸø^¼“šYÚ+¨KPEò|²x€¼%WZ ñüI x(]é ¤Ô$+ºËq]/§•¼ëØq­h¨ä~½ÊµgyNÖ™æ¡/3ãóñòúÀ@§›áɶ ‰Gƒ]ð7Mœ­N…«… Œ ¤9yë}cØ}&Ã8ð@bj=ó¼üÆŽéSQ¥ª ¥<òœ9ƒñãUÛ—ÙWÑÃÙä¢ðá«g+¿s›e¸ ¼ª&«OC|7§FYAÄgRÍÓ¯doGgœ䗈߾ø¬ð]O’Ôu) N‚ÿ/£½^y¡rL>vžÃ"àJ¤9EÞßòÞŽ#8!¶4Qå;¡ˆíQ1/HÊ\ú XžN¬·7Ù X2ýùþÐÙ]N¢¿ÀçX•(}‘v=…¸Z¿ƒçb\½„Utÿyð¶þ1Öëé"ФN¿åœ@ÐŽjQ?'ÿ«56&[–jwD_¯R§Qöþ— Ó$xØ[æK_—~Im’?Z5¶Öuúšw†¢»zªçÇÙÖ?f± BÒ-BÃn¯¡4W®åêdFL6 þwUå -cÆõ÷!ÿòþSÿéE#àƒÑeÓceXÀ~k‰­ Yõ0Û¦A⩼Dÿ‡îO’½²Õ~¾?%×?S~œ!EU¨ô·yTev5;B"?®9ág˜€ak{~…Ç«¬¤¸gx~ù´eÑ‚¤ßcô&°qÙ³cäîÐàˆ¡l=íy•• {Xz:“èpI ¢ª·/´íÀjq)cä˜}øÖ.Y›¾‰ùá¾M÷*uúëÈ?Ü£µWµ½Ô¤•z7ÀUÛ]2 Ãa9ª÷D§‡Ã#GYÀ$«[¯kÂxÊøÉÄ=:ENˆMeék=h»ì$Ÿa{ð?ÍÓ®r'œÎ»®CŸ«å,uȾÈv’¢©"\Ñ_‘ª£è 8Aœ;Œ×,E‹Éž°PæÅ@ÊËÀª$Ý .ÿ?Û°ü등€ÆÜâÜÜFOÍ#Œ4 ŒŠÏD¯qîçŠ÷CòWf}åw2þ­Ô•²òWyÝä UÎ{ýºå…ŽýëÐýqÐÌÚ(RÅÒýIÉY:1÷à­Èàû…IB].yhü›Ê3,Yþ©lê;Ïŧ1Õæ‰¿íxnPÉ;ßÀ‡¡§xö[å;ö´¦žèl ²B4!¬…×TçGˆˆÝ”+J™÷ÎÈÞ¯G±ñúí±lUÔëWVd£{˵jóÌ%ÿ$¨Û¼”wë³23˜BFwÇy¬®Œ 5’ºÐ°Ø¯ò¼Ouôïzƒ®#î†ÛþW¶ZÏì®ßc–1ôÜô÷-Iû±BDÏÏd•ħÊo†GÞÊø×Ú$û~–¶í°îUz[VprÊ3VÍܶkKûøÓW®<Ë™Ð1.!‘ù­Ÿµo„'cÕ-*ïÕJºá–¸D~à3"þ»ß*Ú'½}r¨\3¥'µHþÛ)6™–U#ÊRå´Wy-ÀÙn ͨ®‘%ù0Ob»ÆTËO¯23³cy=¿ò½§ònä7¸fYåí¥f„ídª_‚TÞ¥èû°2f»?K*‚ÐN v½ÁÚh³yrêæælzHÆ·¸1TOwb„ì ?‡ÿß¶â@N 6üÎâ.=vf•Ã⃘Wʼ¥[üwb8f䳉­Ó«­tÏTùX¢¤Üs!ö£ëç9½7ÿºß]FÈ´Œu°ˆ§Â=ã!xCwª<ûÛ ö0¡œåPyþ6óIJãˆO•§à#®ë-VÿDI~z-âÌ¿zĬÛk²âmʼÿ¯ô\ gIÑĽÀ†øyê×Ì(ºc>¾aó¡òT^W?WàÿyJ×Ð Ç¡9E•«²}^Q¹eóÆ|<LrdC#ó ÿ\ÿ¯)gœ÷?ÞH˺ÉPòý­ ï«qm£­Ýß‘•Ô½= Ç+Òð,íkaHŠ—ñ¡í“üÏ×K’BØ UÉj\É{’³œX {(ì:”ÙûQ–µüÂìì$Ï-µŒ2r4Ñò,Xê«*R‹½3ùÊÑ]â›r[¿F˜·Íi;ºÂ›U*XyÄËáÙÝÀÏøøØâÄâR´…+‡([LE Ïuõ¹]r-Hʆ1Úf82¶+íGŸgY³jÇò›©BðÖMÉm\euü äin-†–G¨ä¢˜ÑôaŸ{Ñ»Ï ÍúаO¾ƒ¼Öò˜ªâÛÀ]Áþ/2gÃÿ5*¿[IĘº¨Ë2äÕãzT|ŠœQÌø•tmþ’eñÓq“Æs™‘$côßaMšö ì¢û_x¹ì—[ /EÉ:æøô‡´{ý×Â[<<,¬§©šÚu•o¦$X¹»z¢žÚ̪”™AÁ7/<â«c!õ_©’³ sF¯g?¦ºguð9¢¤­w›ÊêÌ%•E}>*ƒÌ*+¦³´¨vi•ÕŸùÈL^çS°(Rì.Q*âC¹ÈuÝÙžœ q`¬ÜÀ¯½¯=µTÎZóí«íùâ³R¾7Ì ŸoVÎ{ãKQçaí»ËH^¨XÂfW+ü>¢e"«µôe­ãõS”ˆ¯†°Bû¬C°io¯µø}.ͶØ,ÈŸÐþwŠ;øcï­òD\²˜VÔhë#%©iVÿ¸Œx†Û7,çÀâ^*z¨ƒCvy7õþè5˜âÿxÁ¾àIÄ+¯Â½R×E×K™éVÁB¬ï׬N¬ßÞÄÚ{¢tiij65àÁ?‘óŒÉÓÄü‹ƒr(’¿Àú5ªp;Ú«:ÂæÉYêŠ<ÙRcÑ)©‘UêYßET}Ô†W^«¼sœAÞË€§Y]íM•ß2X³ ž|G¸«¼áÎg5€‡cáóÙå“—È(û|½9ÁŸŸû­_w7åþØGôõ–-5]~ÿ//|Lbôř7‹sì÷¾Š\ µ/–CóGΕ§ÖÁÃz©év„µXBm_ÊK·YVÊbÕë͘/«½ÉBr-ŽûïlŸ£â‡dÉgˆç°¤æ>]«Ô_ÇÉ/5K²äÕ¾7EÁùÿÕ£+“«‚ØìŠo-Ê¥‹¡[û´u2’ÖÉŒ;ZöUºkÇ*Õ•¿÷=ÎæHâvjŸZml·¤UN6(®r¿^‰]à¶*kã›™ÍaãF,C¨§üÇžGÒw?Ë”"àú­å½„v+UÞலGWÖ=ÊJó~qÊ¥ÒBÀVd³ÉˆñBXŽÕɰ1ô=)}ë@‡Jä“1¬Îì‡2#+ÕÿÏøÀjº;Ñœy–FY­<Ê7Û(^.âÉÙS«¬@_ û¤‹É3«÷~±Õµúšt–½£ð6s(ñQ³/¾ƒüêÁ¶O“óWç‘ep£4’·øu¤8¾—3—|´2ÿ⤕ svsDŽe#%ÿ{0?‡Àí’¿Õ¹P†ytñCzf3òK£À˜âSq»ÓhHÏ9”cޱñ¯«|—0´6fס« O—‚#‘iƺÆã:ÅCt±º¼VxíoK\Ϭ‰A粿…ö‡®åé§\œóœ!ͧˆ0ªÇæ2Qsq½¼Ëùa•S³ÛÉo¨%­_Q‹5ÝŸ#ž/@ƒËŒÕ¾ÚþÍlàŽŸM“ßUcÆYÀՌգ¤…¦kœ‡ÊzyOE´¢¡bž¢-l•©˜Àò¿#EôÇ‚Sä7Îõ¬­O+åë >ùLŽòAóÓü„Sk††áaÿ±Ó]åüƒÚËdÏÝËÜ”•LuƺÚãXÕÛößR˜™^8ݵ?Ãë+b˜›Ôói÷®°È$mÄÀŒ±·æN+~¦ø$¬%ÊmLí”õQ9–ø?ýí¤—¦@uDÆ?€Û æü+:0bðb»¾òŒþjY»¯—HÒ΃D§\9Z/¬²võ¸p¬Ëëä^[ÉB¨ÅX¹þ]ç/R<µ#ŒÍ ê˜|-c}TÇä’’a*{SØþòíè:^-ÃG ¢ÎåÌ{€ÜR\¹Ê [9Rö/el6'ëy³S¶˜šgIȪH¿¦ñÅbäù\ôŒÒ \ þ™à|§â«ì4,%4=_޽"b-/æÕYé Txü6e6?æÅVlî®¶ÖN%%,“j&6É6qJ‹îLZÛP͵òûæµd–ò…ÝÿJ]P~1}É¿µA>›]°)÷N£e?ÞG•ó©#²§oÁ69†ê¼Dœy¸ô„—ÌêÙkÖ.ɃJ½orV‘ÏÝp]aßš\Tæ2|]ÐÏ3|)kjp—õ|—G‰Çõo-æÑçG\z…(ÑrăùüÙ–‹O7!rWÂÛ¨uÿ¾ V ùÖqÌÿØàŒA0>:^nR¡V8‹^.%nÇV160ZS˜at}sÄÿ¸¬?ä‡àxkwDº„Vþ¦×žkóÃc¿µñµõôoFàpÑòÇ5j?  óþêò†˜úhäîŽæPVeT‰Xãô§ñu²hƒS÷=–q;w‘\>ɬ€’hØòÃüN™$p‡¾Qaƒ`»þúS3ÀzÛÓ9ØWŸL-¬mž`À¯ /*ì.ZquÂ13 ~žÌò©Ö™¸<©Œ²ÑrþGâ‘ïçл‰qÌz#€ð¥AÁ¨‹ê”Ÿ17iÄÕÄÅÄo*ÔÈ— üœ¢òlòln]×Äí5;•&yಃûü/²È ÷Er”+dM÷ÈŽx¶Ö4€7–ö‚|ƒƒþæ®°û¿SÙÊÒ/ªO»»°1Š¡[õPïäP:¿2!|ï¸spZ\V´Dƒþ\µ/ÉòãÜÎ’gV¨Åú G3ù!æÿgðËdê{^RYzÏä/¹²g`ž]‘×\áy@Ôu†×7iËÛe†pbþj¡Éω³n…Ü}Q {ûBêf°òƒØmÞ"Âù¥ÀŸÈ„€›AÜ:xFöɘL³aÈÙû“ æ „‹=î#Óü¼_Qm;ÎèýVƒ2Fd,ÊhŸ±>£oÆÔ 2ßkPŽ?$ócg ÇÁݸyáYƒJÖþ_-ŒÛæþ{ 83®y¼”2Å+×d˜ø´6ˆ?1äq¢ Ñ7¡W…xL5ÚmnÛ=³»óJèý 6YOvðL¯Yeé¾؉¦Ñ±ŒB·iŒúû ’®“ˆ-‹ÖKvü{çË%þðýšÄ¾Ùü•@©‹«Úüvò"?íÏ\ÔÚO$Õ©gÄ_ü¿‘Oª'׈µq6㞤؅¤šèã\—³}$¿#å™bWÇØíÞÕÅ‹ŽÑ‘Ëé°Écý¼÷"eW(2^ò4¤ÙMÄÓrÎ+ßKÅáš™Tº3}'¤?0È>Êà|xXœÕ95›ø»­ÇÏäc’[ˆÒ¢F§Üû± à•½)W ,qnOÙùy&fB ¥WxÁTGæ¬ö:Sý·ÎƺB…ªËZ‰öÍ ‡ôùÀÙqoô>DÒÕä“ò¦î±@Ë.°ß6®íÄ¿ c?].±H­ÌòúFøÙ˱ì”ÈYõF [Dá> ôÉüãç“¿W°S }¢jq_$fÄßuL¦@›ÃAIȃ€– úÊÐ+W®Ôõ·›ƒOv³5ÜùÎÔïÃXK²á%Š…·á¼2f÷Fw±·×ÕçàÖÜÁí£ˆž¢Nr ¾ªîdl ¹ÈÍÑ—ÕÂG2>QLÇZõ«nù‹[YYÌ,²Ìj”esH”›Õ³Ä¬W÷w÷âÎرŸÜÑòýS²(KxÉÇ9Œ–ì€FŽýè$À߉ٷˆÇ¬!ÙœHÅVŸç6ŠaÕIköoX±Øv®}>yqXf)gì}<³j ô»–ÄwIÞñÌ“CØÌy WÕ³ž®ßk„Æk‚í’kÈë’gº1$=&FØWŒ²š Õ ´5¸d-4T5±lÂa¢¾ä"´½ ëOÓÛQÌÿMó¦k!·‡¢ds«Äu0ZòwQf·¶Ì‹þf?ÀûVD5òðHéÔ¨ÊYþ¨/tÜìæ¬sc/ ›.­epbðµe²\A,y;ZÚÅGýݦÏkA®ãž¼ÞA;zFnÇoó-k@ºÅ‚v¾I±þ¦pURb5'^Jˆçóò'ˆm G¨óÓ”^iÿ{W%#mËh|f¹¿¨nß TøÄ{ùU¼~p¶Ž!Šç»+b‰çòS«°KñËlx­o9©Æ§Ãõ§3¸“)jD#qµP– kã–ŸdDbY4lÁ°À¢­iMD­ ØÞM±±^’è“<re˾!“V¦–r³%ÀHfXcýˆÃˆû‰ñy¸ò3„-Øø ö—߆ ;®<êÌ'ˆšÄBòt2~. ?óV}.É%y«R¼ò}z üö:Ó}üüw ”­Ô¼ÎšÊ¬ySÜ¡ªÍå,‡ým°·¡J¹6Cûàäk‰¾^UÓößzȲùú'S ƒ}7zôÏòµZŠé»W0ÙibÇË?©žç‡i~gåù—C–lšþMïlÝã&Ëy|ÇÕèoDBI†-U4]¨ºø‹†!ÿ8ÄS©ÉEô3ÒV ïVùíTZ),PSö锘0Õׇ0п÷Lj/Ðc†¸Œìµ&õ‰ÁêÅ$*ÑÿeÂÜsûÛ\W²¥ 'ez&GC«‘þ?)¾—'ë³ ‡×OÇÏhßaöy`’ÑÕyw Ýâ"ü tÌŒmNþ¯Ê1í€j)ž7l„’[ ÆK[§EþøñÛÉíIÎ7%}XæmÆfÛjº®Æ«ÌH¯€“ö!²¯8O&tœ÷ÙhTßyÃ?Ò®àÁ”,•>ëâ§¡°QÇ€iø÷ói™sÒçuð7ƒS'ãÿIŸ@¾¿÷Y0±ÿ c ~O±¹ÇjÆ«;‰aÅ:ðµf.°|Çí9[ÑñÚ÷pw4/Žl"Ë8 ´ì’²G=²¥/«f>ÈÖ•?®ÙÈ„Ý +¿¸]Ÿ[ÉËDe°ähƒz¶:¸bˆðµöJÚ@Òµ“h(2·5üq’œÆˆæÞs½î‚µ~± ¨õõåal0¸icÒ;ÆwLa.T@y?LÜ?k®ÿ7ÁóÇàÇN¤S(Cç>öåqþiQ_Ý+†Ëq@œ7WuqI`ïQZÉñõwO?yBö¼¨R»Âæ(ê,Óvpþr¾x™ Pä9õgëI¿=í[…ŠlØdçŸû|Ëk¼Îá³ØùÍqlÏÈ酾î? Ñ:Ö‡@pÛàù).,.k2LŸ€4_*dªÊ)ïÑvªgöbVs[a„O‰¯Œî_Ÿ›°ÏÇÁ¹Ùú«5°Ú12Ñ`¥±if%àVhqÑî§k5ôuÁüŸ¨ñ2”$yc¼½æ³•‡å'0ÚU;iP™ XIÙ;êó!ò¡@õ¦€c7Ï`Ó Ü¼£•ûA»cd±jboÖn_ùœx#¾st:åøƒC› »ªŒ]5;æeox×Ê­w…xifTAÎ!¼š&ì¥,²†¢ý‹y3^fx1*ØW&ÏŸÔË|³^ðLƒÓ eý”Hî¤Á⌛tÎ 6ªFÀé„ ‹<ëŸÃiÛÙÜ/¡Îo§–£ÿÐ;òŒ7 DyûmÐNÆ;GÿÇê­Í|´o»|“F\d$G<(Â=¡ñ.²øs0ÖUx_²­n¤r«×QÙÌ%ÍïÈt‰µÒyâý“<¼GÉ‹êbþ ¤Ki&ê Öº«ë,¶×ŠY3$öbx)Ú·@üNKÞ'MsÚÊæñרÂ,ö Ïu>ÃHI¿ ª„®ÕßoÊe·ËN+2Z'”ú–ÁV79¹žbä‹Äa.Üú”31ødŸe,Núøå Y¯ãØz=Ú;Q¼ïa3KAV5]'_Œ@–°fqùÚiêQ.ßâß N² +¹Ëöo“,!;®¤Šácü‘¬M6O£X”¯­G«ôg¡Ý°Ø§ëÍ)¢Û£žJUOrHU» ,nÕòèÀH´uoÝgU˜SøiúIƒL"¡Ÿ61ÿÛâÿ…Þë3oÛ Îéf0ƒon“F¼íóïS}#6EýŽ› gÖÈãXÑhÙ-–ÍÔlh’|['j—½Ÿõµ=OøÆ±ÕS§"ØPαÓ@Û‰ž3Å_emùЩyØîê_¥ë‰¶b„h²JoQ]bÃzöLÆÔÞƒâçÐ+@ôÞ)_U¤oC&7ÓÈ… Ó™ NËž©åL½ç×IÜ.4†<ÝÁèäT.Zw¹/A/õØ9¨Wš¤„º”?j1”m,·:|Òã>÷\+{#‹jŽˆ„Ýz$älð”@÷Uøû Ùk±ËS^œ÷2Äë2ý[Áø3{2ð[&ã{ èT,”` ‹Ðnl޳1Û[[ÑSG+¬Îì·PR&éÃ1ÞBÿ%±ÙЮ |¸Uëlã¦óvbw÷T÷r<¹ºC§û-D`gÌ^íõ±£¯±‘[ÖJÖ2 zërvÒ†¡¯WÜH%û´«è=‘fà7`¿/PóJ;Œ,)ÎÝ©]Xº$e6,zâÇóbÈÆpEDùí“à³±‘d×X`F‰J}®Ý©ß2¥@<ß~Ëmgþ{ߢëfm•øU>áÐî9ŹINŽ‘,¡FÏælÇ*IoÄÌ-çF™žº©1¸ëy.}Ú8s¬óˆ±m$úé=k³:Ì–Ö6ëö±ß× ;æÜƒ/Z%gS´;࿱ü^äMðÒ;Ñ~aºW”Ûƒ_nÛͯ§î\T+ø*†[’Dî®á斧6Ç8…¾"êÄ'ÌÛ¿æÎ Ÿù¿f‘qñ•ûÁKqõ Ãùåï¡Éª”ý3{eôáDð£ö­mpèyù)ó>ç™ÕÀŠÎò Û ˜é0ÚÙü‹[±jUÈòÛë<ƒýG+ë`­S‘ ¸¤¹™ï0ã)ÅßÃÄFíü?JÏ¥¾¦YÔ0ï§”Û<¹’]æ&ò2¾}N«[¥Ó$ÿOæ#ã‚ÆÐ°(2›vqFºwþï>`—Í^â€y,ÿ;[2å©7©u”p;'݈û˜`rÎѦ‘%Òzèç |k$,`1¸çØ¿&³Q„Å ø«Î¤@~1é¨À›„°¥Ô~!C„yj„kκ«›=òÊãdß„‘O£¯GÎYá±3õO;(¾ÏÆ?ñï©?7‹¯F{ëµî`vy‡]'äfM?)ÇmÈüå½:"šNYĬ:#,4ü—´ü;ÁÒf@Q!ï¥àBðiý©=ÔË)VŽ£ßxæÍ~ÜŠÅkŠ ïº« ,æ?';˜3^ˆö£ÆqùØ#êiê<–í´¨æâ¹èLûÌÕ==¢gŠgfÆ9Ï@_Ïü‡äœ£øï—ß•ÇxD]Ùâ@ˆL:Åè~°ï䇿 XWKV?bp¦^’z«ñï~u¢ u³ÎÒ*ûѾØkuÚdb! Y7'Á“ô9ÂÝÿ\Çù\´>öB6OðóùÀeŽ™«¹³O Ö¿ö#3­æâÜÖ(.·²ºv¬<1ó´ÑnÎ`²Â£[ȡĵú÷©“w3¿äÂs…6–àÿ¥IÀÿu~ÛRܾFûTðçzHêZã­€\³˜JXkPwŽc–:Šö‘gëºqõIåøY&•*ý¢8)ô6–UÂdÞæV:úÒÈó3ýœ;1O Ð?{í·Ù¿dUH$CM#äV®JWÅ÷Hš¯Yü iƒ²²’jÇ™“Se&.'ñ}Sȹì|×µzÌ|óWú}ùNôœ !/ `v>5%i¤ðwÞÙÖ)³ÉFàžl1q)dZØd•àljù ñ=Éÿ™ôºí#-öfm"V@®_LÿNNëª^ιl¶ËíðÞ’´œÙß$mbðvõ‰ÿdòýNü¹‰1Í䀴Ð_°º$DñuBð\3%ó¤(H8Õ‹ü’aïSV 5&i0“"ì,ø@¶‡õ:ÄçœßiÿDú¾ Èð½·+³*fq3a¥o,Ò ¤u¹Ó¼£+Ôg…ÁÏÀôc€Gÿ‡è¹»ö$ä¿,íá, ùíô'<Ыo¦{[hmiœ¾)ÌGŒlÔ.6àO5EÍÖˆ!\»6ÜŽÑ2¶È¢U»ÕveŒ#Ýu³3¥È¾4N5ô5–ªÅ‰¿Â::oü ¬ø,¸¼¥pS˜{r;6Eaît~ò¹6?³TTÀp}Yà°}cÑyÑÒ„bøü-¾K¥zl:Eþyÿn‚>¶¶Œ)7êbÌïq¹'í\òêÙCThëzŠøcIöaXqÍŸÛ]· íkÙŒ^Êdó„îðø Ѳxw¶þoƬ8†­-N6ÀQÃŒ&Ëœ47|;û40Ò1Ù2#2$šªÉ4î] ›™^‰Øo¹Ñˆu ϹвžÁO¿Ább#ßûÃkÒß°‘`)kÊ¢õ3<›œ bì <<lv Ä ùYlüwY 1þsžÐr$¾N~÷3¡ñûZË£ò)w¹•÷WÝØZ'NÙÏ"5ϸÅjÍim€òäÿÆÄ»ßâV ®ZÇv3joIœ:2ËÆÆ›Ï<ô4&™Ë9Þ¼$ý àî íDjŸ™®âªÉ‡¾M2RÑnÅè-ªòõoLѯÑÄg`tn&9&Ý‹ÿp°”f–f É ˜µ£”®† çKIŸðÍOá8áSáS÷K¾Ý`ß6@Ký^Œõ†Ÿ\.›X¦4ŽêŒ 0 (¨Fñß2Ý”®º%O¶«[{ƒy9‚"ìqæ7Ò¤côqd‰ð¥->ßñ7"‹ ñûC áòK]`ó'q£_Àð?ìh<öM±˜O™¥8Ɇi¶Ög!böpR(w?û˜„Î1c³ŸƒÕbÉs[­Gb Ês΄oEÄ+fÉdý{)õV346@½Ç齆;{Ù¿~寡¿1¢b0Æï‹ùI´ï ž‹¦°LV;z Ë“c “k$/b§žßñóZýû ÷<´?TXРgÒv8[ûÊ­°ªs³üz_›"ø¶”ì‘SἡF‰¢‘BSÈχŽ{È#©íímÂëÄ5†¡ú~Ä·SçÝ“ÔÍþ{ÚpVùò„­äÃÁ"wZ ›“Ð^î<¹—›Y>å8öµË~±ºiK±¹þùª’è œÔ÷¬¢hÝ–Q_w­Ê¡â[PþÔ&ŠýÞîƒYnªå¼ÈŠ'Kf— “††“Û#c\GÝz68„qý*Èów¦âvz+„®k÷ãæ ÿf¨ÛŒ¸9ë×Iz¨ÁQ×ôÜNèÝ*m™mOWÖ¤|1ÌàDl Ë$ÄëdëÈŽ˜aOÂw qúäØ*±sˆ=ÏU¨×ååÏEå }Eù^R–1†+½ÒÿùÇ‚IZàZ‹dXÌì°;æ¢~9+Hb‚ÑDµ*¶kK²€íçs9öuÚ8“\VÑÝDÅW†ì8>hOØ >qåÎ,_¡]¥lb›ëT…7°náy^òYã =¥ÊølÃxêT…û{fÁ/Wb~з¥É/EKI‹Ïºb¹ ¸…ûŸB²ôdòµÜÞLôfáÉám*µôAo¿Ø¬|¡p ·‡1Ùu°öÚM“ñ~$FëÓ ÿXè9‚¤q¥ ~CuôP=Ú=¼¾K‘¹Ög ¾—þ[ë?çîõ·¶Ï@¬jà•(ýþ|ÒjÄ_È߀óæcx/D‡ù|âmħ·~ë+©a×’2Ä]ÊGýÑ‘YoŒÎ‚„EgK?kï¦å?‘7ëSµ’Íù©5ü"€åÎ2_?r˾§&>·ÖQ„ñMÈKI¤Ýn²ƒØIÂv•‰äÆ.¬‚©JþU@¢§‚Á:yóóôköþ¿TÏÑub”$ÏàÊ"êwWûüt”úünŠxýFÈõu/†dÑ…Ì66îÜ¡*á½}È_ôÿ*bÀ o!é1Œ!Óog|AÛ´RUzŸ]̘|ƒSÈÁÂ"´ïIì0‰jäàßV»/#ãøÄä¬|½0XÝïÅEÞ×aòÉ¢o4šÌŸÄú"¯&b¼:ÆÈWCµP.œÉÍìòÐþPØ>{Å2ÚÅ?îûÊæ{àø¤ $ï.Ø/Ðv§évý) Wƒ5~š|NI/àf3b{º÷Mî7 aE‚w…;¢7èrã›ú<@ä¼3àøÌÿÞ‰G,ä$ñ¤Ì>“`3«Φu@ÿ^$O{TErÖ.©Ä{wý3ùŸxÉFö$û ËŠvâ¡ôü¹ºA¯ªSá<ÆdØ QuYùSr>s-U„mÍÇñZP̺s;î~,…½F”ж‚ÚÂ#­â?Æå±óÿ¤‹&ü½=_¤/2ÚzÁ¬·1»:ð°ÕCÄé*ª³ýî9š`ãEÂʤ«Ò}qÕ\—ñR€Š|Ò&õId 9ï‘”¥QO(r¤G¿å8ªÅAðŠÙ ©Ë¬ìÈÍפQÎ`«M±5`ϽüWÐé Fí!>K±Ü?×ç¤:°µÜài#·~ Ö?z)S˜îÚ*ÀTÁ°ö yúzvŒp©3ªÂrÝÅÜYóMøÞ)h€Œ]S1‘¡è;ÅWo±ÁúÇþ¬½Ío¬Œ§Gޱ"zÃo˜ª}3; K—ñlEgb÷Â"'‘§¶¥üðÙ§Ïð³uR6ø:ŽôÞÈßž9Çà\N±Ê>òŒ ãÜ=°tWhYÂbCg57ý¦à%l9,æ2·†ü•¼H’ÚWx›ø&ž+õÕ,Ç>},ÿ(™…ö'9üja­¯Àyb±#²U¤Y–Q„4Äwf©í®Ûe‡¹ÖßÙª[·èV~>¸â([y«#ÎÔ?ù(mŸo_fÁ¯¼„Òç@ØTümM3žQ§“9; Gü¥’­àÆíèùÁ\–oßÁv72j§6Â56³¯)µý¨ù·µ9Yñqıªl^›5_¿kHÈ.N_! dV*™ø·…Ï»§Ù>ôè¬Ý^*ʱ)ž1‘HÌ¢!.øádlëڻИŽñÝâCª5x»L}` þ^‹ñØ,ô¿O8Ÿ|¿Ù¥ãž*àUìXþÒ ;ÖMô÷¦EË'y~“mK›$¾D|õÕ`Å,H§‚u¦yÌ øŒ*·2òW˜“·3—Õ*ü‹ûÌ'½8t«#^„|¤s #MÏcš"Êꇬ¬u$¦„&âê壤ÿ•„ŠÚíÕõŒªed“^¿w*rÞЉUcµ|J)¶)%‚L—º76¿Âw{¬JvIö¢õàHðÏrÊæˆ+ Xú±Ô¶ sãM#Yöûd)ô‰ñ?ŽlSAºF,Gßæµ‡åX,%ÿ:Ãús¢Îd3;.«¼3XCîÇú÷Jù_õ°OâÄøS»«\†„8jÜô¿+6³þnT8Û”Ëî°Æ†à÷l ¹W5É‚¡´~8˜¿Ú$¨ óiô4Ù¿&É Ǿ?É{ÒÆ .<¿ö Çù÷ŒÎí œÏTÈævÄŒá»eÕÇpuøGG40ͽ¼ ’,2Áâ*˹¡éŸÙjÇy®*’Êc|Ë(‹}ãΆՅ‡ÄÓ_¨0þj›…”¯zèÏ{ÔÓ?óš›íMˆì«?ÇCüs΀£Ng-Œ{ÊÖ^q«CõíÁ‹èëCƹ ð—ëÂúˆ;}±p£ø¸êœ ¦aÀ'n­y,µíU¨á¼ª#WÄwï 'Ån%:^ð) ¡ÕãN¾ðß+¿ÔØ=„ºV„]O¦~a´Ò´…°[ ½OÐO£“ø9c sCg±'âzŠ-ÀNÌ¿ëÙîÉÃ胪™¶/j¶Äø÷m_6Î,öÖb‡¿#ét’ËcVá×]56—}Œî?ä9’¼‘np'qýSäß“Ø`>»µGlñuf³a$_€ûÙØÿ!b—/vû-BÕ!¥HéCÒ ä,B>>÷”ß‚üÝÀÿ™fUÐ:˜õ#µŒæ>UPšbt¯¬ÿ,´èÔùÊWü{ÖÏ/k}{ãÓ¶¡»êí#Žê(îÛš]×’ð8#þ4‹ ò?F•q^ê ¤y¦F‘´îâ·hwÙ®ihkÁ~.ú’LV *õû á׉â÷ddQ¦id¤•ùÞˆº†ÈI¿ö©F;®†¿Í 5!Äì0àÔ¥øù厶ôo/»ÕQb§3é=)n-¹š£6ì±2b!«UäÈc’‡ÌN½#+Ôñ2DÉl›†ðUÇßÞß´„É/í Gܬvêþ/¾T•ß䵇ClE_xòÓÐ/ä߈˜Y‰ÿáî}: ¤¡ß¼ ’íŒÖú½×8'lŽ«y8\OêùØ¡àß—z”dÞ.§ Ö׺x8M >ÇPiP)¾×`Ìû12Lÿ4¾?äïV#!‘9c¶MÙàÔ=èÃQâ&€ì¹ÕócÄ“Ä p«Áj÷$ng@@ü,É¢ñ·­íÖ®oÝ0Ê0‹üÙ n7BŽ!{Œ/¾kCá{ŒðQgl@cük …OtÂ׉_áEy25Ðñgãº?H©7òïÛ®v(!:õÈzOÙ‡óFºî§A¬˜ç3#úr+ ×á©9Éýüz°Ú£§çûX97ª§ìðùÐiá¶‹× ¡<9±ñ'pöM®KÙ)þá©ÆÒèrLPW<@g&hà¿:†s5MÝ /HIs©< ¯Nð¹N’µfyi'‹Y{x¬7Ú[ž…M¸\÷•=?FÕ Ü“²ˆCmëSÄ™ ~·IŒe»o£ ÛØýÛ3ôú[þÃÓ*ÿ3s)+5ªpÏoGü.D¯¥;G¯³õAÿ”‰Œy7%çé÷o]¶=ÿ(Û@V7ÄàEN‚“¨ a—C¸>€U|õ¢MR«@Øc‰ùÿ^É›«¾¯°&¸EnAuï £v—¬[\¦*¦Ÿä;déì?%LÆ‹L5§|œ yðwq•×,`ù°w‡¸ƒ\´.ÅuÞé×@]-(N¨®U˜Qu’/d1t„õxÙHÊž‰QÍæ³,ÚÝÇL’§./ÆêÄìÔ"ìJƨŸ€ˆ(Œ<±ßÑ4ÒÄÑ[B,#M³NI¶«%ò!oUñhŠTÆåöƒøéøj¿ËÒw-zØO‘–Œ¸¶'olå00y7lóÚ kÐz׈ŸŽ1¹VôE‰Û€èºÓ8N\ÂðW&¼ôÁùOÞ[À>­‚œuÂ`¼]BMŒÐ¼r6“þ3U#¹5þÊl2˜ÙéMØjX!.ú!Ùw ¾N1ö1f«Ñú¥´Ü˜¢6È0Å{ž#½f"Ú†µ2˜1M­ þ1ðëKÆns“¦û<ÞÊS67¯cM§!óIòÓ©¦}ªÔ“$ÆîK‚G¶Çª²&ć8_‡Îß1rcŽ£ªFrñUJ™u/l^i,Ç7¥±Óµ|¨Ñõ€x.®ÿ1X‰‡4eŽñÓ…„9Ûqu8f#©°Ö4£ùÅVÁ¶Sƒ+ãxÑå»FðÇü¬F4£Xë?žžÿ~ËK“Ò5ó¡×?™7£6qÞ¼V +É*:˜˜`ÃwŸÝ~2KÁj“ˆE­ÓwÌ cÂ]9[g§æPåDÞÙäöˆb§æOÞ1}VÁs Óùég{qÆuëMZšüw+(¢¾Q%›kÀ{«l¼ òÕ\‹¥°m;®7eÔ²Á8ç!á› «°üMqÏ?ÚÉ,f*ÙÀP Iã§n4ØÉíaŒí7T_‰c Öb_þv×o$üñ–›ûßwšvÔ®«Õâ “dÅN¬£øÝñiwŒr:ÎxIÇ›Gü˜v’·È^`Ms`# ÂÌûeV"÷$uMxm0õ8ÄIÜ¿üAïßNĪüê„Lpíí9§!ð Æ7ÀÙ²hÆÝ©½+Ùaçt†¬´‹1_t·ãvÖÙŸ®ú&;\¥}¬iau'úÿÞl.1gsÈû~#G’h—ˆä º÷-d~«+ß3äŸg¡ó¸™¯ÈCöÖ%ß§;ÉyË œ‹_²Sÿ¶ö¿S÷^0E~í,~ã›\ë5"Hàû‰¢ø!c€\ŽÁBú‘Vyä>`Óþºþ+š:êêùMá7¤?jÃú]Ïù*Úï½YÕËׇ­ìˆWלîèNrÎP]Õ4¼®ö+·œ¸»Æâj`„Z^™Ž•€ò±víÑÎAÜ"!Âã1PÐ&°-[cš¦º¬©ö¥ìÞÛ-¸NƒÑx,:÷Ñî“Ü'ÎgxІùÄ/bqª‚®„OQ]ÔÔE{¡cçÚs QKÂ{Æ1,N92;¬pwÞdÕyMí{le”Uª7S7„6FËAÔæ®øO>¾íZ,mÛÏk¾êŽÆìÞ ËqŽGXýÐLG'µÊg÷qòHÚ÷Ž*dÐKŽF‹ªXÓìÞ û©VCübQ{_åx/u¢Õ˜ ÉÙs1ÿü;Ôf£ô tìÑÑÛÆª<¿Õÿ{Š ï°Ùª›š&÷.°¹¾›sš{LfµMJÔLØùŠ—˜»³y¨Õ†˜eöo¹ 0Su]cý-GCÖÆ®3“Ç-›o¾7š';5<ôõâmÁ§mâ’¥š@†å*Æ–ìW‹òW›`;ÞR±Šbêªþü/É#eܶ鷙ÌR•Fc}ïX €ßëË1Ÿö@ë©äˆÕEòûÀöò «B‹U*%ÿ3¢I‹- !f474I©ltOSÍ%þa¬±…Ø{¡J¡1¿%û\%#¾)Õ3)Ïž¡ÝÀ:Ù¡9‹ëšÄ?!k|zŒñ{pÖKŠY§zªq¹'’­‘ùïMÞÇ|ÎÀZ§"³n ">cf¡—ûß'¼!²²ˆ{JüÖ¨kœHþ–æm¸Úí%ä~O:™ÆúŽ}P<èÙË÷DÛï®êa•ê¡Æñž¬}ÞÌð©ðÖ?aDKÙ’ µÞ5ô°Û]fÖ;V v\¡º¯±gøO@Mw“­þtCO<®·"ÌèöÃ^7$‹€Þ‹àÁ;åìµMU¦qò|/ëâ8Ù|sß™uÚÒšÉ?ÜŒl²4–¸ö6â–•nů K‹Áò[T¥š®Ð±½÷}ƒ¼³Î>ô^'ºäýÙgŽùZÅôelní_Éãóô&Õ d£ÇøÞ³6j bèØ˜©Œ©ÍØÌÿ¬Áž´0¡rxKn½lƒªDãv¯*®—Ñý‹Ù;·¸µÂùq£,UÊÓÚvd·OõI³ˆºís¬¶÷ð3sãÍÿÄ߈þ‚•ö¨>h®g(a£('â [ù9HwžØ5Å×Äh&Ù é`4Î.Õ;–Íy ­Çû˜‹û¥œØ^øãóíæe‡v‘6Q`—„ª7£™¬¨òb‹°cÜn³ÉqŽú´ó¦ðƒªQÚ¯Cíû¥þ®í3D²7jðˆžo„ˆ±~{ðé½äÌ®ûUÇ´µe]sµÄV—£‰î°ó·àDßù¤ï0—*çÉcq¬Õ [kàdQüèø³ªhV l`Z×çp<1m©àäévÌ.>Ö>ÿÌÛ‹ØîG?7q«qZU í­ãªS컆ýáô‡{zžAþ\Ãj >„”æÐí¤êÚÃOÿ¸ï¯Z<£[\;£€çÈ»MËÝF†m1¨ûÅËŽ«F饞ÐÓæÿãI‚yn;¾CeÞðì)#Ù‰á0vß4D%2W‘©j¦-fi°¢ñ‚c¨×Ü̵6c¤•‰‚Þƒÿš'ÍVd¨šhoêV±å=«_§æœ2ˆÿɲØ0)Õ°MñÉŽ¥ nÑ3R•‰öºîGìYG»„¡úƒ'‘”C˜·CÝ»Eú¶gY7ºèsÌrO©w—à‘¼ÅˆÂåŠ6*[­Nw[V ÈÊöFTï3˜5ôe{{DAÉ1-᳤ò§Eм{©¢µÊZ«Ñi!Ý[ ×Q0KŸ¹ f'ÿä4/Š›sB†ã=+rU–Z³_щgy-Äqå:°ØyT±GEP %Ì£*rTæZ…îqú H;îþÌ E!géŒÔ1/gBì!¦E6ÂFòŽ×½uŠ.*íSÒ¼¬uÇq¶ëÒýÕ_SÂ]Mà‰ehŸH|—Xî?× p‰þ¿FÑIå¤}¬;};Ý×úÀÿ*­—*)~¶ }¸'W åÖçð`OßUŠ*GíCè?-x%P6Ïe—é®_gügÍE´ÌH]20ô—ÑŽÒ†¤Šv*{í}ÝÅô¿ù£1Õ‘å3lèßœž¶“j)àŽž¿Í?”ï *ú¨|´eÿïÔ¯v¯’÷þË}ÀËß@ãi©–÷•ãil!ax#«O·(z©¼´¥ä¿.©€¹#vìä DzÚüP ®=~?ÈXØïÞ&E•‡öÚ¯ÎÚ ‹œMí˜Ù…»¿Iá­¬ùdýQ?ó¹·AÑMå¦-1šÏm€®~-¯ÕF',I!4$Ëmf#Ÿù÷ÝYŠAª`í']&·jîœ åvÐV€‘jÔCUþxF²t5¨%ö( TÚÿ¶÷}£ûE>ù®AÎ3±¤¾ªù–BŠ™ï@ä,›UT½îRä«xÚwÿc>ºEd˪kªÐzÃCž*x0«Uw(ú©ü´ot<ÈôŽ›—¸ƒ»Þ±¹÷rùi0WO^:¢¶˜¼« š ¹¸ñzTñSÃ×þÒµbú›±Õ´ðÈVÀxD»EöJg¯SëTV…®Èúſɸä°â§.RûCWÂÀ¢]Í*§FëÝ)î^‘õKê‰*FhõߠÿC .pVdÎAÜ?}tû½nËßÃó‡ñ}wp_W£uýŠ#ÚPí´·`FiØ?ÜŒüè¿6hqZÞ€ym*Íó’ƒìÏ€GÎ*¢t‰Úš÷ÚyLÑ?#ÃãSdŒ>Z¼—ÛÕ£¿sy'Úï =qMÕ¯§?µmuT@]¤bÖæ9g‹»>Ýa£™\ZlÓ$g0"ÚŒf6'GtqÚªh¿ðõ¯‡ñ•«ç Ò6®?®JTˆdìê㊺må{C.ï}c¸߸.ÉS 2HwéüèôÐI“—fÜœå)X ¡*Vc‚ž~ˆ¼oÙÌ–sŽ3N­B†ñûEËÖ µÞÅÐø€ú*µwV4ðùŒºÊjÃíVoT%›e™¶ß$ËüC"¹õЩ quU)Úe„‡BVmÑßÙêÒØ¡šUƒ|ZÆ®?$vt˜'ß&K鎺ôx\m•=Q⛣n$O¢õÝ@–6k³¦DÄ5ü~·°ÜÚL•…ö¥Yí¢ž7äN¼A—,/›,šÎÕðý͈ÕCÿbœØL•IãçÙZÊ"€ìþ,PÂü”gÛ„íž$‰!Çræ©ÓîMTÚ€§÷é’¾hMå-ŸÏÍz ÕjYbÀü׳GÎfö0QIµVâNå»°ÉŸèëŒÿ®=¬iè÷“ž ®®œæ·ßc+l”e«jù¿“wƒù9¦B6K þdÊ;,x'W[÷Uß'É>ÚZÕZ»ÝªÄ:’j³GTÓuÄ8–È›Yü=CN{ÌÝ'¤ØÀ¯–ª\²ß3ðÄ9ÒÔË£‰¤YX ¸*…zÛûÇ™˜¤40Wåh—:û{íLúí„ ·Š}óö_ ‘µõÏ\á5¶;o³*vUíÿxг–Ò䲨ˆÒO¢Þ̾׉MŠŒNÉùÓúyè¤ê¤=ÊÖÂqï_X«Ï£_¬hkt]ÈÙW¶ÝƒÇòz~“Fç#U´‰ˆ6)¾×ÌrÏ Ú Úþ»¦6Œ•Eð“âFÅVK.¥<83¸&,V=Ë^ÕNÛ@šíԟͺÖXÚr<Ð?© vŸëç.‹Ô?ËŒª€2D›Œ8i-¢ÑGÕG;:nQâÏph|Þü*r\³âÏiñ-nÀf¶ÿÇNÞÔŸCÂw^ª^,þRôç:=îA»X¯/ÌoàÅùYóáà´ÆÉ£©~“2‹z¨z ý;§*²ÌSÐiË!ú·ÐÉÕ”ó†òŽ;öÔ¿¥Ã¦6«/ª§-&;º©ºiŸ7¨ÀN|ÔÜß¹¹ïmÄ×EßFRÃ+AÚŸ/ÁÁªAÚèsjX_àÅÒÐZHZœW½"}*ß÷ØÈgôýŒàG>%1ª­~/æÖLÞÆ‚K÷`2…eÝôÙv {cxª|í9úî*qîÆ ÷ЭþŠ¢¥!Ö`’S¬„€ù)w1†ŸªŸ6Äà eZet¨š­ª$G9 ]åÄÓ.ßÿRÖD]ߔ۰n´ßw _5R»)}ˆý‘Ä5Ü.Í!–ÉÆêߊøï“ÊrZä¶ ºMUù;ñ6Þw]¤j¸v±Ü|æÑú4N_Ô€G íŸÈG!Ê <1[öŽÞ"¦ Wj§ÇœâÖî{@¯"bó£Ô³”¾nçQ}¸8çyHª¢¡[®­Té®I0zúëdÌG¤úγ»fôœ¡ðp›ÄÁºDÕDíô3Î͉ãû 6jSÄœS­pŽ+,¦2Ùy\âw­@5^{€¾WýÆ@ÞÒîæ­¼+‡L—Yd}âìÃUÈwüéâTc)~:Å«éüG‹èàÔÍábšK4cq×"]£?Ç¡?yÉå°Âîs˜.F5Z»„ÆOçÞß·”wÆ¢4¾¢4o3›çt&vl¸åªr†vqÔUýÛZ\ ÙAR'éjÙÆöjÏæëv"nƒ?ê’NqsÚËÊi$¿ŸT½ YYMÅÕÂÁƒ¯©êLgû=Ùüô¢r Ú¿¨ðîÍ˳Rÿ÷þÌ£s»“Ñ~CØA t xëšp¶îfÄ\W%jf?¹ßñ‹ÿå|Æ_^z¦äÖæ$ö ýÙ9º~BМ ÷cNäô/VÎÕv‡]ŽÛOXMâpÓ1¶äç‹öcÑùÜTÎÆøãáßæ„øýÌo +´ÝBµûCd¼Élþ»ž|r]9“É?›ÿƒíBÀ¸ To y‰øÏ¤ ÷ cü€ž=Ýw±¡N¹œµ×¼3EÎ}xh"1Úý³õ­Ú@c*—…Å!1ñ°^tØ.øV£\ªõK†ßÿÑ?íŸ ]w—cËš‘7€4Gyô÷È[ÃìG.aÑ¢R.¦ñÓì¶Ãöµà¯[¨ôã={‚M¶@~Œqþ¾žNˆ¸Îí«™7rrâ¡P.¤ö‹¸U†_›Ã‰ÇRØÌÔÇõ3Ú öŽæ?š”„ÜôÛJžxª\ÇôwK9¿‚Í.JˆÃ²‰?»¢¶rŽý«n¾+§˜Ý¥·ËëƒrÆÿGV“cÿˆ“¬Ñ?’<Â{y¹æ<ÕÛÉ,9qì 6§Ø[@qüN¹KûíÀÿÃÙ\£äŸ )>¹~„µ–RΘ-Þ f$pV90--:êHÔ-§7Ê*I=ÄFÐ9°7fr¾ÉWÄÚ=(§×!þíNó«Ã‚"ŽY¾j-Ê£hoîîÂ|’Â|æ.Ø&y”~!½«¨]Êx¶ëú¬rð1•g%ÏOýª;%ÿ¡<¬mNHC9k>ùYäwÚéxìØäšÁ[‘l Q>[È8p(Fþ¦<¨Ýëj ®löÒ(gµàÎSôp¿Ya×p¼§T(@û/ÊýFOÜIc‰D°ÕPvB#’jÁk„¯ øÌÞ)Q¦C©ÎRû¸ 5®±¸R]0ÊC nNQã|EËêªÓÚ±$÷nž)¼ ëFt˜{¸ E¼Ô?-•}£ƒš²K'Îþ0~UÕIm3·m”±>êßiYþžìXÓ¸¡gÝ&…­Ï–041’äeÄ’à¡h_Yu¼|þ”XTôïw~¿egƒœõËþª«uŽCÒ¡Ä|KÈ꘦œ¡¾ªn¨«Ù|7{ Ó?ƒ&ü˜A¦ÒZ¾‘{#íI;Ò"å4õeu}ÈÇqþB·û!7«vµ{EˆšDȵ¡Ì2rÿ /§(§¨/ªë¢½ÌzàƒÏíì>e ž en½+ÃÍÀG‰„¡r²ùIWL8ÿÊvÉwVس ÖŸP¥©$Òž«2k{Ǥe)ç«ï¨Íôãû?3uîËU¬œí¼È['é÷ ¶KN¡Ee*窋ÕÍÐþ)úŸEU}ÅÊƃBÈl&ë'½Lãï){„ ‹úÍPÎVßT7ÑiìߦÕC•ý…*KÏØ:Á)ÙÍ—"ƒOr•c‡„Ù´Ú'UÎT_W›èzÚosùD¬¹†]3Ÿå»Ñä5ß4'ÖÏ äÏFBÇ *ôyårµNm ù¯ÙéœãÄ!|Ùt$«}S*V2Iú÷f)—ª5jkÝløÔ´jUvM ÉQá.ÛÁvÀR×ÄXZ“·aLÙšæ*«UjKZÿœ¾±½Åk.Ú+ó}È"¾Ôw)ba EñyÒ/G¹P­P›£ýû['ÑGR«ò]:£Y”Öc¢= hê”ZÓÉ€ðüÜE¹NýTí‚ö“œ5¸ÁV€f#B>$ˆ¹}À†ÑeÖÙÿrŽegC×ÕåO3 ì¤\£~¬vÒ½ÓÏÐëV´a ^Öè€Öa…· C9o6&ëvP®R?T;bü†‘ ÁÒgäße|Ò·2WÃ^#Öpa¬1ì;ÙsXöÐN¹B}_mOö °ò0ˆøôˆ<·él6˜$&ŽªðNŒËÎu3Íœû(·©ËÔ>ºSÁ~åÏÔ¿w+³W»dÂ#g˜î2 NQ.ÛH(ï¥Ü¢.U{éþ²O“½nj4oeìÝ4v±ÿÛྕ‰„±†™~±=”›Ô/Ô?Zö1|Næ[X,‚p|K‡ÿtHâ‹ñ÷Ø/²ïH¸y ŽŒßÊ´é¦Ü .Q»éÙ_ô µ´ èÊdô:0pHÿÔ †…nˆNƒ§×Ç8ƒ”ûÔŸÔÁßRûгŠÏè2€,:D¹_ýEŠñ›{Ôú?NõM¥šv$þ}/vͲe¹m¢ò¬º¦&Qw8Ä#¾–Æ"©–~HþŸýo¶&j&Æ'ŸÕ¯£&ž yk~?ðCVƒÍÆ+O««k4ò$nüð F'C÷e¯Gìˆe‰)÷> [àÑ“rÙXåIuUMœNvX˜„ö`çáF;h¥tqütýJ§ÁI’m •ÈC£•ÇÕ•51h¹2ÅažpXUátú}ŠÚϤÍiô•OšÏ ¨C蘡LS7Ô\Õ6›¶to qÛ#5]”°óeªû›Â© ÿû^?M)R××\ÖÆzZG7®º5õ&Š÷®4úPþ:ÌžV1>Ï…W},Y¸å=E™¢®«¹Xîy–™ãþGÏuþ==Hf)Yr²R¨®­éàoëšëâ-ª–­ 8°89žÛ-²ävgLjçp•Ì|e–ÚLs‡Æ_B3‚°ò ÊÜlr¯ÁsŽÆƒÃFà Ó1È<†ç*3ÕÍ4ÅÚêI­Q=)ëÕÖWv5ˆ&m¨¢‘7ÊfRÎVf¨›hnþöLì¬}8ùü¼þ¹ÙäǾÁfø¦ ÕQÐv¦Rª6Ñ\§ö1.Í›ê\½ÑBPa ÑKg¤­ tÒÌ­Š§Åïreµ­F§=Taµ¨“ä-âø—î`°öíàºÀ÷42Ô}[ÒRekµµFÃä¿È*ÔsÎ%£€›uˆ‚c{@œ·÷q#‹ì늾/Væª-5*}íb°b¸”2Ð^£(zËÅ…3²ï%b…ʵ¹FAã—SÔkš§]'k`Þ%ˆL¾Œ¹i>¾KMÝŽŸÆým¼Ö)»¨]4O©}<]™«[’‡E©À3'ž£íÚÀÎlí%ƒ*={k”ÔNšÇLÿF;Ô·ãfùÙâúQ@jWç èeÿžˆ b×-ËEµV);¨5µßbùí­ŠJ#ŽåvJvF> ÕŽá~“ öï㸟ƒ¼V(Û©í5÷µý`ݺ–ÃYuqÓ×Ûóp°=1"~P¶¬èÁVMzK^œžØ¼MÙGí£)ƒüË=mŽ‹?”Ó&.(¯a¨Þ¹Š‘ùÀͺ`³÷ÿ•½Ô^šR­“M¶v=®nèée»%R†|,5|£0½Ó8}^#Oêâs¤›”=ÔšÚÈ?€˜ëäk•ùŸÏÎe+Õšˆ Ênj7M‰6Å®·íê51Ëz]á©yáÑÁ‚]ë·eÐá•èxDd}`µO9H¬ùÄÅŸÂý~˜Ÿ\(H²–u'¯ÚÉb Ýcã6òˆzf]ËÚ£,Pj>Pûž¦W*œÞÜçÝ¢ÑN¦>¼Ù76œ‹¦œXÇ€]Ê|5Oóíûxü®gLJ¾ðY|xÌËv(û©ý4ohü‡]”éÿ±¼Iÿ"$ç¡×û1MÀßV%ëwÖa¿‘É£âJŽ*Gªùš_Z„Ô‡‚°u×7`ÇÁô–ÑåêæKÑ\|X9\©ù¶5îM$|/+Ÿ‰ÁBýé  âÏO€n;WªéW•äX­P˜«s4 uÇá}¹¦yrŽ«ù0–Á?ÝUáÓ3¢» ‡±ËæßÙpO.ê.šuºÓi âK;áDá”jîÓóí¾&:fAÖ66c¨^oí}Ühì±ÂIÝI³F—DzŽt8$jãS”ý·ÄÙü|„¶þ 6÷¹áVÓ]`ô¬ó‡ GuÍ*] /é@|sLö†Öêù\kä–šU¬ù”k÷HTîÃì{_a¯n§Y¡û RµÂlËâ?ÅXBùÓ@øÉ”Gâ`½k)HϾâfÑ÷=5¾e uÍ6]bÄy/ùò3¦‰G¡ëÆ€7ðƒ™t¯tþÌ‘þ­·É‡³êÇ>‰Üh‘©ß t-Ux©{i¶èêç¬÷ßBôƒÖ*5Üܵ$bÕ›cböÍj~sc_(<Ô=4›àÿ&¹AÚ8ÈS3¥¢  ¼¦´²kóè«Á߸¬yŸË~³àÏ…›º›fÇÅFûôIãB³ÑrLvçò'ùºv𰂥扮щ ¿OŠ`õ Í>]°Ëïü³–‹‚yzt‡4Å b›ë#âFÆnêÍkP_nær´•´9a·ÚÛ²™¸÷„W¹ëûû'½SðÔùš]º°XÇ*—hôÁCüßÉøy…ÑÙ“AúJ‰a.þFá§î§Ù¡Û‰Xòt4nCÐöd«Ä«I{PîjdkË+ë`t¢süöˆ_ ¾z¤æ¨®emÚII,ÉŽØ‹LÌMƒG;¦vÊ‘Pv—p¸|lçŠ~("ÕÃ5‡uÕîñó[íàÀ­:üöîÄ”Z.nRî–9„”oŠpu¡æ nœVUµ6·ƒrHÍ$ÖÞLU3§Mgד#O FzŠÁ$_¡ê!šýºSÚл ›c˜ùvâ© ©—(Zóo¹Ý(ƒ»[k*Õ5guñº•|«è¶Ò^Q1Ö.÷Èo«¬¦U’¾¬We?!bqYa$ì_])PלÖUÓeD­‰ •_Ôð¯Õ…*Æ¡Fù÷.dhèíM¥õr²àÓ6ðFUeœz¬æ¤î”îtnÍVúïQ µ×ÕBÒ`*[}ž˜‰ØÈêŸ1¾••1êÑšãºqºü¬¨u¨8a™ç®áA<›*ÜŒ÷QÐ/ôÊ0› <ùÝ¡C+ۆʫªš4à× ñ÷œ›ÿÏ Ê#YÚ¹-#üLeŒ’Èæè ÿ½WByY5M#Òç[!¯Ø‹j CÙ *ɦsŠçÑ_1i¦wOã[ªÈvÇÕU^TMѤ`ü£Ý¦ñQ¬þÜÀøv)¢§V˜…ÿ'‘5‚}î×VžWMÖ)þ jˆ¦ÿÝËL1¹„þ_an°–g¦¼£š¯ÉÒ-¶®ˆÖ×!fÜ՗Лááîƒ\ßLY¬š«É¤ñ—pï/˜©^!vÓâ6¬¹Pü™‹¿ûðG3ý­”7U³5h¿…­È}6zV^on.(C„FoŸÐê]øÅ ¾.E¬‰òºj¦FŠö›R»±Õ¶Ù.wFUjÁÁnlÇ6•d—S ì—Û*uªåš6:¼R­r»éa†ô4^Gk8Núý}>'m&‡]#mÈžìþ¶…Ÿ‡µR£Zªiý‡•·“ÞbȰ’¬ÐòO“i´Á:–¥R¥Z¬ÉEûž¡¦&¨â·×YÍ1,ɾ™¸Ç‚$Ï/¿£GB–1W*T 59h¯M¨Aþ¯fpÊiwâ Ô ^.ç*<‘(y}?aÑEùTµNÓE§J, mšµN>1ù2]û*±WNãv#¾£o>X§Wö ð£ bÁIùXµFÓIçw#2•½¿½Y…Ѿ‡uMÈ'‡.¡^Á׎ú3 |GåCÕ*MÝlgw—µ :SÐLf²‚øÓ”ªŽý¤³·Á3 V±1ì•÷U+4íÈþ²E´¢ÉËÓÕc+±FÏYkNbóÀ—”U|”eªmš>å÷ßÔ¨l¿Ú}+PŸ?´yUñ%òÓ+ŠKƒµ$Ío9äôR–ª¶hzéúò»ÅXUòSÞm1Š|>­"þσK%)+\•Ì/¢‡DÙ_}ʪMšº®~«­ïVÏÄX«Ù ¦gfSüæ*# ÿ·…ª•çAæ—/Y‡’í|Ü”%ª šn:1¬õÁý÷gD®\¬…§_LzI•Ð'áßÀPsÁDî¤[°ò“jŸf»F¶ZÍ­]Ë1¶]Ü2âµ#}ej$Os‚â4PùAµGSû=úã6µagióüÓ†<ª4šÿð”ïT»4ùhß,©8(ŸßšÕN›õÏ:†Çç'Ü8Þh¥ÎOùFµCÓO—y„wÜòPÑ€é60þ1E òJwÉ;n%a‹~í\ÞŽ­Eñ•¿TG5#uÛÐR^;=7 â*¸¥éoCʇ¡Ú…Ëã#•?T‡5Uîy%H#»1‹w¦±–"ÆbDúg.Aâ5A~ÖV©µB÷²Öø'³YáÊoªƒšBèߨqeRžt-†ÕP°ÜhDœvjò†ÄC•_Tû5C8þy «É NN­Ji!íH±ò7°x<-•0ò„ãïDeMõYÍD´/‚¿ù¿à d³©ZA…Ôk-V‹C|=Ößµ¯¬®>­¯» t{6¡œÿ>p¬ocÞAƒº-6¬Ÿ¶:y«ë"¦Ïž½~uUYU}RsB÷ºöqI·½G+K]Y3!u¦Ñóv~Z˜¥¥xSôÔG›eeõqÍ]¾|3¡;ZÖ/¿ dº IeÓÓ³]¦ê67Ž‘ÔvÈÙÙ±‰]΄%NO[ìßÔRÖ¢Ah—9Kf.‰ì|´¤zõó¡g• ,ûyðÓ+¶T{¤¬T{yÝò’×K7>ßøüÕºu…_KÞM}~q?€¿»µwjâùÝ_šºDÛnËŸ¼'"I”÷þ›ôYëìq¶uÃÎiu¹ðIf¤Ré9/ðƒhÖüÇ­ í®fhQ))[µ صÅ÷bР+Ó/ÙÏ> øéÔlÝc Ÿß{Þ¾£•ú6í>Ìõt«œ+«û‡ô:ø—_ÚùâÑ»ºe;·Žw¹ñ~Ø…‚]¾Ö=1+èÉÌù«»¶Œà§vßãåÛÒ²:u›5Vö:”×{ö²ÞÖÛ,ùÁ\÷¿Õ/³Yì jßnK.ÜEh’تÿׯŠÎ/?¿éÿ­Ï’'£ö}èü×EòNݪûäPïí~säîPïD¿5ÂÆî Újó# K=eÐÆž­î^ÿÒqùMi›ae'þIÑí»ßñKµvÚemu'Ç=òšÖ ªô jÁÞÓ{mÞ×ÿMÇ÷I“•-ft¯tõåëgJ§OmÒøî©+f£Û /~ëž²hPÃ;‚!“Ÿž^x¸µOD¿¹¼‹«»úÏÞucäçcÏö7Ýóñê…>ËÏñnÝî®F×§qf·šeNJ«ãqYhQš9¢làúµ¯¿H*¬ê?iHÛj>/=Ü+»r[QuÜÑWÏ_õɨœW8e¢jÈÅùóz̹ìÒÆn¢ÉÒ¦›5µ=¸K±rçÑ%¯·Ì¾añ+oóíí¼ܳ'÷RÌœ¼S'·pr%k¦N|ÕæùÓË{ŸDî;ÃÞlÕ¦àsVÍŸf‹ûEÌþÑþQ•‰÷“KÖ­Xaòpîƒ~eÏܲs‹âÞ=ºíÚ9gç­Eʼ[- MGnòž’Ô¦¦KX‡ÂØ!]:ŒÈé·/$m~í¬‰ îDÎ󸢳Hh?¨èü×Û6 _$ˆ— É÷kY|zB—WvóúªlÚþýcSË›5ܧ]ý&¬3e€)'×|ˆVn›ÏKÈÝUœârÉmè©;ǯ±‰?\iùáץž»ßÌ·÷ª[ÙcëÂÄ™k'ÍKK½¼jOžíácßOç–×ìßçG£Ð“¸¬}¢ýš¹úU#7¸Uw‡M»{¿µéW^þ7ẋÉÛ®_ÚÒõLôD»“ÃGu|v#{^ôµe»ƒ¿u9ÑÛãÇÚfCÜ,é˜÷Ux8µømV}÷:¿òt»ÖWš2Ì;+òd¹måØ(® ôoé?@X`òÃ]eûáÊ›ÇêeñÉo%Ó:ÌòN6O[Ö¦@ºkPúŸ¹±»¿ì-Øyò|ÈÌų…Íì{‡íÚ^àþ¥áÛƒeïóîLj._¹~póÛΙòü²›®/²7Ê‹Oöì6aû8Ë åÛëͼ3¢ë«)mæÿßyÝuÃô´’Ü’ùý«é¿5Rðâ”âÂ!›YoÏJg,^6©ÞÿcÏ.€ãXÒDQ[`Éb‹™™,ffffff&ËbffYÌ,µØb´Ðbff†çsÎÌîÌÞÙo#ÞÝx·?Ef%TeVþY­îèþ4üxX=8È#fɧàC£óc{ÛÙwÔGóÆJª®5} 'fOÚMXs ö£¸;cvhFÐ5`DIUç“OQÃÉåìó`¨P%êÁ¦UҲ틼mºÆç^³ [jO;,ôÊÍ-RîȜӟJEüý^ÆÅ”`sŽñ0ÇÐçz€s‚Ç„ÁŒð[r©ŠDŽŸÇ¤Zª®¿Pi`MùBüÆެJ¢–ësì!âc3ä$lõ ú=“ÀÄ6:‡ÝÝvJBgk_svsÐÆçlQ²§é“Täkz½ Êxj.·¦zq`3Y“)`Ç?­ÍBÏžû¥Ú­¡Õr÷cÅiYé>§ÆP4dXûû©¨'×+ÝíͯPº:L!ÿ DWµ1¬8ÒóB^r CÞp­."P“Lg+FÊ&ìe¼Öƒ€è õ^e: ÊeYßæ;,·{À4†Ï«5ê¦íáä]_¦6ÁR©ö3œ‰¬æN¯˜£#®D1 ?5©iæ‰>c½ZäØð¡$œGsš'ÛÐßEJ)Çç}» î·å¶+PHO-‰Y)x]Rp° ˆ‘Z›ß{êâµ¹ó(" ³dhÈO-ñ©Ìóð´lºð‰ÿ6d.‘e½øù2­§u C: ÊP3d¿pº}­ª;ÍþL‰6ë$–=çl•ãûùÕ›!ZgzÔœâ:<>ú×ïÉD“^†ÐÆZ›éÇh‰Ë= 7áª7‡¯“ÑU¦¡:®Çã oÛk7ñ}ÆTƒÉ¨Õ¶K—E©ÇÞ#/§ý”R1®T>Aç#ŽÕ×>ûMIÝEpU·Ñw×ß©Tê̤0ìŸï䕯¿UIÂ&Ba{š{k<˜Úò“ 1kd 2Ø`Û]$¬ E­‹ÕI‹1ÛI5:*¬–±Rzü|Ÿ‘b£¨#›ûÜÞ‰_è^ö¹~ ÷jM8@WÐl_7NµF×黒×’èÿ–ˆ­…pœ>Øsx¢ìŒþÜÍYi…5,l:yük6¨ëæ«CÝtÃûÔ¬px§¹øO Jm¿rœ§!;*f=|:±²wìUý´AÜÎ轨†Ÿ敇7m{QªAp€ïj ߺ¾ ÂÅgD|Úe^jšÉ°{bòlÓáC`¯ÝÙg†ÌE{(÷çÄü²GÜ!0Õ¸üèölÿÐwxŽ5|ìe_ôiñÄçûË­l{ýènýyÜ=ƒ’Ní5ÓmgÛ"añ¢ÓŸûXþ‰ïd‘'Á«“À¹çéÞ@¢˜BÿNuŒ©Æ'üõJ)íÞããMñækÇ'si¤2Î<‡n„ðmtóëú5N½rË…j=×J*Ö´Š×CïïG¾Ï¯¯™—0Ð{Z¯û “xw´0|7#¨og‘Õo3{UΫXÓb,2XmQ÷$P(V’j-- 6üukÖAøô×µgùVÈ7NÈÙâL9ZI¶²¢µ*’9ï¨U«:ÿÀb1‡tŠíÇŒ­Çœ°¶=´¨<‚R,ªÀÔи”(íKÓxšu w‰a«÷Ü%õçç=Ÿû˜IŒ®Â&šÉf¤ ¾-0Æc¿ñéK­–©Üvî |„Zd ø"[j¹Ÿj)éS‰™ÛQ^Ïï~ §7¤§Æ0êÝ(=B¯!(ý¼Èˆ] έ„ÛÍ–ø\zF %×¶Ž>æmµUÄ?¤VGü«r8}sr—ª!Ygäûñý­ðà^öV4ÙœS^ ï;ãã•-ÊÛÓ½?zPâ­±©&&g¹Û9ñ×£çýfV8ötïš#„UCB2|oì÷VŸž¬ÛзÁ%¦”¡Wü׫Ît£éý[æa.ÖgœTŽÛ©Œå+ëÏÆ3ÏuÚ-,±ötŸ–YØáØHмÁ éªìïÐX1üOÂW•˜‹®tW ïòÍáV|®?*£j.PÏ×U®›CoLCãÀð˜å8\6QLÃÚ{}:± Zi\¢F.Õ”Ÿ.4ºMºX•ß Kâ•H»ínT¨æ0ûâÙ`K¼.d¥9@Œc³]¸†­S£!˜.òàß( i¢Hq;žÌEEäÊ9¸~Л”ù^z9ÄüL‚µÂ(”q*Ê#ÛEuÎÈ40z”˜ 9êêTg†Â¾o Óú99Z5Ho^³?I— ¥6¦FǼ^D$8„Ó´´EVMSDbSå ÖÜ™;ûM žä}é’Ê«kã.ýç yþ¾s­¦ð„FÛE:Òô*ŒUÄÔi5έt¿®ôžf»ªOØ\êÂsú½ôû\d DÁ¸Få¹cž©YÐ>iÚzñU3ãÚ­o::rM¹%WŽ,£uÚÒY¢ÝPìµTÛÈ6Ø[àÃ(æËðð–Äp¢r©ª¦ób:Wt¾ÍºDxÿ‰™òéí"“¡FQ¢kBö'³Q±héeìC'Îð¡JÉRkúÆš¡T˜ú}7ñ¡¨*æ–£ÂYøû2ˆÐ™!Ó&øÂ×——-rH¶–Üââ¼ä6X!ÆPÓh‘Û£ãt·I*B0È”Ý8/½(™ü;Ýö¯+Œn—s|#”köšéÍbèb˺Zæ?` éœ]¡m@ {&)_ ¬SI³Þt[œ[Ÿ‡ñ=ËkXÞhË‹¹óüÔ¹‰É 'gÁfÊu›ÌIŠS,ŒZ‘ÉòÂ_èál[ççÔv<—¤§*¨ Í÷ DÇÏuÉaR´…غ8knED 굪g,t’ɽ¢³º \ˆ4_ÈJW¨JH¥h{/ù7*V¿QG` û JZ)í¢B­…ž÷¢¸1á cõ›XÓV#{w zñ*¹è¾‰ Ù-…¦7Èr&qDÉÒ6ëN³:Á‘V‘k†+ÅßL¡ù ‘À‡½xš”ñÛ™(.lÍ=˜ëJÏ¢[l+~éJ¿=ûù½v‚\!êßáljìñqo;=sù ë$ýùþT~7åuc»UŽØ¶¾W„R ¼©ìH?‹Ž›ÕeG…=g‹í›ˆè{ÞM°RoqÆžœ‚[xíìZ%ÓJèq½YÞ,#µ eW Þb4Ö\Ë—”­™›<"˜j·Oå&Ù.¯¹–_õG†’”wÊÌr+˜ú[*ÒQ¹ƒ¶A熖¢ä‘ŠS¨¾G¼­0XŒà:%¢sÞO¥åaã¼Ý©¦?"®çd·§¥ìc²/ó#:2koUÇ`îîâQ"[³ðɈ.þ—ûòÌ7¾£ÉRˤdž°Ú} ™CÁÚ$£Žš#ï¹¼´ð¼ýH%YÑåDü£>”jÌ;­÷’²)Ή!µ4î2 <*JÂÊ6¨Ê§y+´TÆem o0«á"cÎz*ôð$K/¿…ET[Þ¶$5éÛgÄó“{¨ë\>ÿTò’ɽ•æ5E·zdeº¸Óú“”°ú™Ô¦é8ÛÃÞ­Õ(*d~‡‹]ËðÖфھVËâĹÒ#= Í;'y£SÉ.ú¹ÊEmM£.âðz–M¥«®UI#…¡ä†*ýõÚ‰ÞjüÖ}„Iq­AË@iKŠ×ô/›Ö•ûËì‡Y.Lå‹·Rž¿?~½óů•ý’tmBh$‰ÅÏݦ½q)tã-`¢ï Ìe…E”zÀbѲì:ÁÀ7ýÌÃV=äú¤^R«ãLØÄÍ]i‚¸Ûu‘Û+sÃÐ.™cã™4Ÿduý*,k&#Ô4í+©±Ì•@}âÅÂêBLéN:ò5ÃÜÃs/ümiÛ´múÓ»’źÛÞÄ…]1ª¬¹CÊÎùTq6¡¼¬¦kº’b„Á%«r7!"OÜÊs;G«L¿[‚b‡Óš1‚ò2F[©´f;Þº—Éý[»CÙ5’UÕWN0 A­]œxÄìt§‘ UiÞfÿ—»]‰õð"”4nHD¯ËÕyzÓ<å_ubÛdŸ 0 K,¿8ÒÃi—ˆ¤\,û\û‚Q’·jIËuTÍ3Y’†’bO)óð¼¨âz|d«ÿnš±J8o¯œ_=÷ÒKÆ¥µ‚vÈ1DLán®»n³m8wZeuDMŒ¡t$ÉQÃA8¿ìµÐá;©¨UC™YTl’ß:i”šµS^ŸR¿´6íè¥+IAÆ#¼Ób1ô£(|œ5ìgy½Õ¸o.ãXbKn¬Ï¶û´ws#WQ  þx¸’™˜è•;@ ê~ÍiÍývÕ“…ÕRŸ6ë0ÅKq†>«/êÖÔH4(3áAÃÒÛ½¡N­lM©±§„ÝÙk'KÐI^nÕ{¶­®kG}–‚ˆvÿðEö s…¥ôúöE‰Þ#V©>ûõ¡‰ÉócªŽaͤ6•¹W‘$éÆK·¨š¦O³)I“ÝZ‰¥h–:"d£ªžÍºî^Xµøâ)D¶:Ïñvâìæ1ГÑtìyfÐ+ÍdD“mׯñ«¾*ª‡Ñßï”è3jùêÑ DŒð9ik¸ ã#)í$CR2Ï]Ü·¶×åKfVÂrvå±Y1cýÉõ„²€«=j­¬\L4¼R´Û‡©Xç+J¢A9lø‚g1@ž;Ô¾*y‘÷äL}meliWüToå@†œšú‚EŸÑ©Ù‹Â^ÿëVzÎ…Lѧ[ÑÊöÜq H~thT€ï^}òjÊͺ •¤»ü¹š†ecD" YÉ‘ïyCE"¯¾µÒÊ»Q–wœ›ÖSVpbGÔ!ö­x',~æK2¹Ê£Žµ…õ¥Æ5€ŽûÃÎóȹ ¸Ê{#W€o àM«p2N¯é#—×$æ•%×ܽq§BæAû³Â|FrŠ“océଦ»7 ,»øY…Qæñ ŠY¨ñ™ŠW+Û"üz›ÍB‰g·÷ØKIû­yçŽÙµª¡$²2ðù0N¾Ò´dõ)viÃùN0þ§£úB¹ÿV~‘”mvWÒ\ß²ǹ)ìõ°(“2Ænp¨»Ré6ããì6ó ò¹~Rq£SôîÞ•òó1j”ØWð tݹ˜jé´ ³šo#c^hβ£o‰œ­*…˜SfYÕ\òöS0r¥EÂÜëVœ×•9¢3ÐÙHýCš¦ÐwVs¿²¯(UÓ{ZŸ ðG ?B-bp—¬"õÔÿâ ¾Ö`S~¡Á€DŠó™î_ÚC`KB ëj úÂCfÀ•QlHñÆì®.óš¾ãܶ%äX)ìÖºpH|ÎW=É0ÇI=Ýñ»<€é§ó½„Ë­ˆ"¤F¯Žˆ±Ê”Kå3K›úúòš‘”ÏÒµ¯ë¶ó—M"Ý}]ÿ¸ÌúxM Äô>H~õ9Ýód}„aëÑ2t˜j68Æ­|UÅÅÙ£(„%öÔi:^ìRøW{QÉ!:†ˆcE6\×kz‹[C°Û(åfIXÖé¦Z§¸–è­AX·i\FâmãR(/4¾;LÂvN6ÍäþÇÒ2YÝ=t¨û¯ZA 7`OÎÕêhjÖþùý8®ì¥ÇþùÂE—ƒ·h,F|è×ýCÅ|ŒuŽ9«–§[M¼,Ç^âkÃêhºáºG´\¾ß®¯ÔB`_žQœžâ#eLGBù®T$3v%væ•ýZ(k4§ËR.¯™j>mq¡0.jÓïÚÈ^_6P…wµZc~&ïØb)wLÄZ×àUÄyø2…$ý(e6Ê£IH'(Âyi[«-·4ú$ƒ Ã2§%ź·¸ðmÅp­y·îÿ)òÅ=§–ˆ»Ñ'»ó¶Öõ˜óä@Õ<) sh•ciD¼gLe7öþjÚìâ |¯ŒO)N×ö‹r˜"TTtb…–I˜ÑQ>ù×—”¹Åer´ «°>jÂ9Íò¯›w{!¹ÝÙ%brŠ\)'ÙÍ\Ñ%è]ÕØê„„V3.ÑPzãDYt†¬6-©‘!1]æ»÷=äZz¢T¬Ì’…–7®Q ˜¿Sé—òÅÙ¦ñCˆ”zkFµîc08NŸãŸ¼”)+FåõÛ¦ïåxâ¦]Dü Ik‚è7±ü;Ã+w'#Î^ 8±:Ô†Ñ6„Ês=½þ …¥9|';C…¢=ƒ³ZJÔÕœtÕ´nº—cO܆D–PâÆC(!T†ó4z€Ýü,ض^›PÓ¯4aV·ðm ­¼d|Š…1$×Õ°[$íÕ=Î ²h·†úÅòÌ5'Ê{AAìÅ2ço“’AÏcyõÒÇ•z/=T6q .¼¥¨éµI'CÇ £œµO—ê–¸GÑ^λ ›KÕJϧ»;v'Î#)eåÑÖp Ñ ×ao–˜P*kíú—5b¦G7“Ý 2¤hD<,Û²¼à RjFHàÍã)“³~w“áp»8PµR\#ÛMo ­76ÍczZg’ ËFÙ¥ÌQ¶ï瘑6ÓÉÔŽÇóÓ ó=°ÓbâHŠÅJ4ÅzÞ²Lµ¬ò=rêXcî81TuéŸË®úèdlùvâkõJU>Õ!ÄS1ÔÝŠe‘Á+ø]´fß½F1Ö¬mÃ÷´pZŸ2`keå4!Gˆ§©|]jS]X`®kÒK¥ÚKþ•Qºa‚‰¿Mõ;Y~Ëü‘UöXœDéД0±Sñ¥÷k…Sò¸H΄’òe–%>ûÓÕrŒÞ¦÷bcÞ!«i£»Çþb˾€nšÇNÕhq»<¥sJ¦½º×¹5É‹¦‘°…¡àÍÍ¡:]úÝœs?¤Äs°QÛâ*ZJÏìÞ7áL5>6â챎o‰(-Cpèå½uj<Ø<Åœœ¶{âwMä°ŒÒz£;æÅîUJ8ŽL¡kc¸Pgž±<ßõøëƒ®÷^©9× ©±*¯8\aÖ·ÙÕ5ض?xnë^÷T[ jÑÜáüdÖ)‘·c¡ð¶ªM{‹#Ï5&.js›ká1j´ëþ¦P0_ ¨-Õ6ò:p·÷]ÐVT8ç[»ÿÒhs×JgH%ô Ãyà}è:²ë±L’•üŠŽàä²k Uˆß^Èö ™x•!j±…oK~w&ì4ªh^ðpUŒŠc:Z¶óná2z%ºó`¸j Þ™\öêÔÛ2SŸàu.Ao53×pRºxr9t2,`ªå?}Ò:MU`ü½¢ßAÈhgýÒf2¹-rEÃûìó›4¯íÆ2‰$Î9iFâ“b6Y–2HÆ—L|ÊŒ$K:¹ ÙùÀ,Ô”s²ŒXËUÁ‘°(“p„¤qñÆãN+AÕP\Ò˜û$‰ÆÃ¢4ÒÆÉaÐ}ƒ#enLcñvîgá]È>OÊÂo¥%;jˆ·Õù1¥"ô³ùÍ ‰™Y‰ Ö‰'‰Þv`¡¼ÌÊÌû¸~çK®j7Æ/Ñ÷¢ª8³……)5¶ùÊ— ¸¥¢M8nÃÞ5.ù—ٸa¢tæDßk†óO.qÓDïpâŒi(§`.«p/Eç?ΖJ/È+?ÄF;¾ÊŒ5têÜs¢‰3@Ó¬ã(ô¼¥Åšâ„@N A]•n¬Û¥C,¨µ,u+ª)l¼åÅ–*Outë0¬Ë)$¸›ˆ-ž¾ÓÊ`–B°j%rñ–[-­%7EZƒ($?Ÿ¯ÅÑÛtÈFÅBë‰hl5ßÒ©yZ„k »%Ê»¹Vè~Í×¼ä¨ã<–ÞÒUɼtÀå˜?nC.t/u{Ž©Iã¡)­?6ÖWÕ7ÕgŸRkájÑj½ª®+­‹á—Ÿ³2ò²rr2…eÝßÜ‘ÝݑޑÜ =¹sqzv~ø¦/ô‚ÂÒŽÚŽâÊêRí˃dzƣËÓÉ“ÍÃ˳€Ç'‹ k'K'«'+'‹/ûû?JžXž[žZž]žYžaÓÏɉË£¿&f&á­ö›7k7u´"f‰nznǼºÅ¹ÓS×wGúZjjÓv)›E?“ªÖ•˜Ë­S‚(ò1í<—dnØ#ˆ’¾×Á¢Ø0j{qÊÜÀD@$ן  KÉ Vdë(¤Õ‰&å {ÉýªxªbL¿•œZ¼a1ã*Õ­¬“šÏ’wÊ–W*– íÕÀ÷f«CLÁéÙož~m;6 cv%:)Û×<äXõ©7ÆÖL›O”ï :¬ÚÔ“`c"-TH=*°jÈvü¼‘1”á))”Ô 'ûžK)ýê•Uy­È×5™¡èöÍ~¯1’Ÿl/× mÿµ6ÛQc%ï—g®„iœ×Q½§»Üx}‡þHazx§9ÙQ¼3Ci©Â:Vwè’îeõK¡¨X!±²"ÑdÉŠmßô—JŸbCÉIìGÏ©V6ìÓÐl~…Š:édƒêñÌcQò|= æ²ßoý?aö´Y9]oæS™TÒìú¿ùC‚‚Dƒ,ƒ¢Ä(Ì&þUÄì¢CÖ.Dà ”<½Céš+)Fré²ñÚí€Z ÆŠ öF ¶zæváø‘b Ê®fªjÖåS!´1‚ñ§˜B¸xc(”Þ••Á•ÜÝòFìô‘¾°¤ÁpB1›ý+ýö© _S¹0Taqƒ!…7ûè Àé•1\aÁ‚„"6jô¿qÚ¹­·ÿzÌMhK(H¨MèJ¨K¨tš÷(ï•gõ£òº‡$Ht„Yx>º"]¨f3cIXvô÷–=È@š ˧B {ß‘×z¹áüš"²·dVÔ‰bz]éÐèÄIÝõeJ­‹&Õ¼n–*Í‚³nñØhjèUËv³ 5Þ·ð‡dËc‹þqÄC9”Hñål(Çêç 4:Èm'=p­d5µÕÇðÅ. kO6=쵕ñ¤;_^^*H¿4‚’9ÑáÓÕø 7ô:“ûóƒ‹èN YíÀ]¡9¬V…boE»d‡¢iGÄïC¿z‰û@òJðkÜg(¡Þ¸O$Ha‚ùq$haBkÄø±î$ Âñ±Æ$%D¦cIÀ†…ëb­I Cwˆ<ÄyýQˆDÄ¿&™ˆs((©ˆ³\A=Fz XÆV‹Ó*†ÌÉOc&^E+DµZŠƒ/D>l‹Ã+D?zŠ1þŒ)‡hŒ‚)ÔI¼=~ö&M¤4DgŒ•&`ÇaŒ§ÁGjŒ©! ÇbŒ»ÈÏGkŒ½(àÇcŒÏÁG¼ƒÁ/런Â7á_¿Ó ¶ßóÑQôÁÿƒ6Ä· hP5†ñn{°XPF{äX0h{˜·¤¹ ³þ+6ðrÁnüAèAɺaÕ»}º¡>pm|Èô‡±„ô‡¼åíF÷'ø ŠÐC|Á "@ÿ$ó3Ø?¨8(%œq· =?üØÇÜO‰þŒò eüp%`p¹P Ý0¹pÎþ_~‚=uÀ%Ö‡•ö§¤ÛëU¥Ö‡ÓÅÖ‡9ñç±ÿÝ EðáÃ'ù höÀ_pî0ÚÝ\Ð+þ\²»aôØ.@:»?|þô•ŸþHì·ÀOŸ¡òù™CAj àÛ!ñù¹Å?„@‘¢ÄBOós}H#€1Ĺ@ÜùÊ‹ÍOHÚŸ žø•QžŠŸ´tnù¶Óëuö+§<?±9èø¶9He.\C üO¨6~¶Ž\„›@úOÁÝô ú°ÞÛú /øzHRA»º™SAêõáÇ?Ö|JîfT)ׇ«„«jêf]è#œ‚ÙŠîfpÇÉö'ߤtÇÊ0Ûä…œüsAÔ~IÒ µ‰*^-hèß}|Ad|AF‚rÖwÎ/)þ±”®Æb“GòÌø›t,f]÷s,j€ë!úN0ÂNw,>4¿8~¯Øƒ7hŽ ¨È&Dxâ7Ey¬‘î}y4Ã\œÄhyD*“P•<,å,ydËtyì#~ÈÛ<æo¢?1Òù•Ì!Æó>6|Sý‰Õùõ'Ú’€×ÁÜ)Ýq”jòE‘v)Œ,ŒHG õ ƒ~R°É¯Ý‹ñ;<6åeµå©ç DÔ³Ø6½LºÁª†Æ1ÐÞ¦.~š)®9e€þ G&{âhܨ77«ê„Ý(öhéí ¯Pí0q;ÂY¨gÞijH/ßœ(£èª‘F6© ®¯ªèû™ü$zOüs>½Kf€~ÅÍ£øfAÉ‹dÇ+œ°_wïîE£óåA•’pÙKP·#® œÌ)ª ’ÔålD÷µq¨ªÖy®y µFà ‹ßÌš ÓQã‹ú×ËnòPmòÙLWm„[±’ˆ¨TîŸdý^}%¡"§<ƒ›ŽœøÌÄÔ|ȶ-ãa=ÊÖ5+Ý–DË™îôà+öB;Šù¨g&ç:5÷RÄ|R Ô… {_¿£²…:½ƒ%+‰”Õ%¼ÁÉ‘¨h±úü=l4€ðìQi¨‚òÒ‹Qæã¼PÒañERw{iª’Í:QÈKf¿|¯ûPî3¨Õ*âŽîF8F• ¢} ŽF{’°wÀÐÓ%„é2&Gì WE *¼k ãç;Ûî<åTnn²\†)\Æù¸IÆ'DY­¾Fy²¶ýŽíÒ—c·˜`rïO<ƒ¸–>†¹?QK$Jõ0´1Ö—L Æ×Ýw­EI·£Óˆ¾öT-•ùe—SŽÛ7 :Öéƒg+Ä#¨Ó˜•F£<p ¸ÙLà ð+Lú\©+ï«üýÓ†ž}Õbá]õŽ çíj¢íMOZ4RÓ“:KºqmRÉ“K&R‡Ïc.#ƒ^ÝJ>Â`ð˜\<ò³ØzX3-&ì9¥¨å¿+úK¡U!DsB§ê÷/4{h}z !hJWä™ G€¥…H ‹Æ‡Ù÷K þ ‡?5ON.¡?ûIñÑF»'b&½ôbüOöEùŠ¥‹ž Út«à$èÙ¨,–Ut«ÌôMMÖñcÇ_uÊ\ôµbêg÷A|GçDõêÄHÃm}±~ˆñ1²Å¦3òx Æ×Å¢ô;ÑPÄÖä¡K,„¡1ê·ÈµˆÆÕÇpK"=ä¹'kªðKÜ8°òÑñp™ÃƒÜb€b¶ñ­¤bEÝW5°Rò÷§1ë¬HÓh©ål¨Áh?¬…ŸØV7ò pv÷eœ•›t"Ú˜µç"4ªü6OÑÜžŸÜÏMOmÖ#·a* zõÇ>àÏ——ÞëïñöW½*Ío” ­¾9îÆŠ}¨_€.õà|£ÕŸÒÑ7Q»1¢­½f.ñPi%½ºbÄi­·7Ûƒà÷E&¸*òD˲óžëjîþèÚ¨‘ Fu‰©h±‚)`ºS3÷ë‚Q±gUg®r&_Ò ÜxÇ*$Ë£f—ëÉO3AÆä¸/º…/©.¹«#ª.:Òwæwã¶Óï<–7m…®H‘é¾Îi/‹­õsB7©"aíºÀˆà蘾rØ£ÑÉ{H·í=Ü@è/áh^Pk„"ß*œ§§áÞÇ…<ÿ o‡C?I á²Ç­^&­Ø¨Áí] U¼…±ûÎÑ‚+¿Y É+è9E¬/€âg¨s(€¢]>´FªÁO¯–Œ7XzÔ^½ )BÕ™byðíòu­{‡Yá‘犖œ²•ê9ªÓBð¯#J´´%î-¡o´¢é7c´ã ñ Q|—ßðÐ\q;)Úê)ê‹„û|@ß[[¶RînU ‘Ž«ÄÍhF€9“ÜWÃPE=1²}Z^pvëBåVP懟(œrÿ5k•uvPSùƒKÜË—1ÚË]ñò5ô./YúyK¤Z÷ ÄYÛç=‘n 9{f1Néâ‰íKѲëà+™¸X‘euÁ,ט 5ìˆ{ =ÒaÕ­¹ï|Ó7L®ìú8¶ˆ}¯G¾HØûͼQŸ[P» Ot„ßÐÊíb?Š›êí ëÃUêŸ4h ã+ð:ÈÍ£ˆ{„?4 œÂ‚SuGÐÏRÀ”Ü9ñz9QúH©DwGŸ¨Vø.ƒ„@Úûb<õ‡ù„=|4L¾ üýñ[/Þ°òʵ¿4÷cCÀO>­O1I}"0.“Q¥Ô·óEª=rÝ~_oI€~ÿŒa×ì8›Õ… +ä$íý÷µuI\!eZ9 ÊŸÅ'æúy9ÆÉèæ\T*X &&Ù*ÜŽYi8Úåâä  È&kq–‘6~J|ÄcðêõÜ9ìã"ôs·"Ù+«PÜ )b[#CHvK’­êl‘ND¯oo ¢~œ4wîÚ¢+ŸNôìv$™nîTÎŒ*ÒãÈJ‰TKM"[[Á@¿Im“Õ»bÀ[™›f *#¿ñ ‚ŒžÑUº™|ÖÚ »ü –”.ôø>ŠåI<á›à÷qÛ;”È®=1è²pªÑ地|C­3âM1%xÕ[Üe!ºñˆ•†SÏ7i¡.Éö:Ò8v l½$ƒ"¯¤pûrŽRbèÆáåWžvÍ!™UTë—{æRdbÖb+·ÄC![Ô¸2ælúå¢[J¢§Êê‡7êî«ÈîµÚ=cÙ±Ìz‡àP'ʈê5YœA8ƒ &Ó<6€ M®\Zê @ŒºÂ¶_.à{Ìf¥ €Ò©}ÈÄûd=² fW=]á­|8põ_ZöH¿5xÒ_bÐÞò ìõblÆ4ݬo"OBœ<¢æè‹(}÷…$ÎV.ç/ÙætȤC®Xþ†èGúS@…ÞR×òáB’µâí§^¶´Ü#ãdÍ0Öïu9¼A0i‹:»"Kñ”û2¦ê4À:8β…^ƒÝp$‘Cï\/ê«;¬}.Óà‹ýAÝ”ÿö>!…R³š9PÔt{ùÚ¬ ¡ XC1¨šoôá2/eS¯÷Kš->^˜ë‹—Ñ!U—?¬Ñ(òÀ ½ôC?*3Åÿ"^ÊF–`rE×à[áW9†¥iŒ Åù”ª»wjݺŒ:˜FQˆ#ã¯ÉÇ(ˆ£€}{#ÝrŸJœ“Âäk¾Ë/‚©ïÏ™Ã)¸cÏÕiLoWaùoû_SÎíèÅÌ/Ë_çèhÓ ênz¯|íQиȞ¹O/…¬úâÉáp™ño C4¡äU^`¥¾Vlé1}ÒUô*Qf=þEZ›ÏëRFõýÅt/ž Âà ëÞÛ->Àš)¥Ó¢ÛI!&õi^·üýF*}Êêæ„YWøÆ×Ë@¬k1Ü.KGùôYUòéãÙUbi¢%tCýÙOµiÊŸcšuÕÊî¹ã°µ„Y¦â´(ë¶p§çK˜Œß ‘Šâ¯¯eC¹:uûg:×t{ZãÕñ•Ò:ï:*p÷vcîýh;G5›Š%r¥ „ 9†Ó˜åÜÔ§å8IÌs…› ›; # Ýb-ùJCàu|ÚR¹n\â,jÐõh,˜…v-BPϦçžW>ü_$úÐÿA€1ú¯[…Æà?“ð ƒÿïíß­€€€€€þÛ¼Bcô¯ôÿÿþE›ôoxþŒ:òß¼ ­ÿAøo˜ãèƒ;ÿßË{Bëÿ-H“ŠÿÙu_þ—ÿÒ߇üøõùw‚øúocýNà¿“úüiŒêŸjhÿpÍß}þ3güsŒ¿Fwý·>¤?sùœÿúªŽùÆ@ù[Ë¿—¿ý‹±Éþ¡_ýÏ<øÏ•¸€ý‘cüN°¿  ýeø·yÿ8çw"ùÛÚ0þ\óéóòÿº[пbò÷{;ø3ÿën·~§°¿¢†ûG /ÈÕßs€üUBúÛÿú,ØÛE¿Zlÿºúüï;þô»ÿˆ³‘iàÿÇ‘ÿ}”ˆWÒ¸?¼¡ýÑKóç9º¿SìïDô!èßcù6Ë öŸëEèïÛ Ø¿ZÙ‡` o 'ÿ=Ä_åü˜ã«ýÿóüó†à¿~~yÿvÎÇ¿v%ïgä¯;XÇûã,oпž"òß+Tþ}Ô†ük¶»ßûeøûÛùk·þAö?sx¿??š¿K©¿›”¿ã ùGsìï¬ë>l€ü¿yýÏcŒÐòÈÿ¤îÊøÿÛ1ÐÿCàÊ_þÓñÿ‚ó¿ôÛÿSð?ô"þSMæ32Í?ÕDþ©öÏ_‘²ÿCYøHý† Ðÿ!Ð4ÚWÛºy“ŸË|° ¸T·ºA³í^KŠÎb6Ò#›à³½¦°{QêÄû֦ºV$*÷Ƥ9I=?°+sfpÈqU¾4>¨1rÁv« uu$f±óe䮯bðÌp ?ýE$DQÂìñ$ñeïÃ"di­‘§aºt1“Œˆ´“M:œ éxXÞ®Þä) ³xJ2ßÓ0À©¬Ì!ß(ÿxO ¨YßÈ‚¸Ó“òÝ{ÆDwEæGd¥ jœG_Ó:û•p›ë‹çN±¶–ÆsÚžþ—ºY¬f&×wkãÔ"9 ¦†KGNA¡ ¤¦“·NÏnŒ6|®éâŒôtÚg¹ÔFTÓ—=SE ˆuϼ¿ø Šîu¦¸ È'Ï.""Õ›w3W“BKw94ã8ŽVÎn ¦ÊA¥" §õã-S¾_¼h뒽݈q¢žH~‰ ‚ R2…¤Uµ<¬¾\xc7——A_p0ØéëÆ-׺‰*Ç^$?I>ÕVÕ@Q;–6îØ˜u뢬6ž* ð*GåðNãd’œ,a™8zõä@9çØ·âq7sµå¨»˜¿·»&Ó÷|K›ÆcÀÅ«™­b̨êÑÛÜhÖ:Mãmƒ:°¯$åšðž˜Gýá'c±L·ÀYåÀùéšûEÑÈxéK|Ž;¤‚ 6ý”Ùì²µ{yyÕâ_2çÃ8[rÒ5Þ]¥ÖȤþB¿°æ±®¶´²/Ðéì¹dΣ¬}{¶q¿ƒ6‘®$›A¥æúûÏìG6ì_×6Fé»°™šNǯو®^Šž/(z¦Ãò èMËFÍ©²Æ^¥ûއæ÷G]ç 6xs¥æU"2»{óGö±=œÕ¾a§ñ)ܶ3Ç?7¦štEõ¢²~\ÏGíª§„¤ï¼*}ñT2#3Ý;©©ÅßoÒvK—ÁEmµTP»°¥7ÉÕ}š¼L sÑJV45D(YD_†[¯äIx–dêAœµ7Aƒåx+£”sŒ‘q,Ñ‹ÕLhJÝh¬0‚Õ“<®Õ.¿â–Uö¼5ð0?7 , ë“Ä=Éøæîxü,U\´œ>7Ü$…/Wê2¤cË+»ªš&ªIùÿ°s—AAEa¿èTÄ)‘–V°éAº‘Þ*Ò!%¥t#Ò"‚ ]Ò¡twÃ}Ï=3gî̽sÏ™3'îÌ}~_öšµ×ZóÌÞ_öÿÃ~丌šn²È ²ÐÝM¹øl—m 嬦g}^úl0ì¼ËÑÒÚá™Ì'6>w3fÚ[Xë‘:i<ÝÍ“+`'ÊVÕk±Ðk è7ßæEzû[«DŸ‡c@Fÿ¨»¯WšÊ÷ÝŸ vSçJ¯pw<~Ì,«&ày9Þo°kÑ[s?+âÐ|Óä¡ÛEwMG ÇÒ©k2RÕ¯slSœˆâ]H®óÔŸµßù©ž+¿‹¡ç²vÔ *]Å݈VÙ²Ú5ü#iºUwsžqD$^±«ñåøxé¯Î¾ôeùQ¶æ[K?EU—~/WV¢ÚS±Mš­üÚMU~?ú~ãƒG}Іë M’õhÜV{Ûßåô–×´Ôæ‚+е=¡þ_,¹µx.‹QÝÎ| myÇC‰±êLøcÕeï‡Îæ¹&ÚšeqJ‰?ª{{?,²ÿ¯¼†mÑ"s=ùJáqmÓ§îæÊÊ6 _x¸êì|në* èŸ0—·ç( ÏŒÜff}Ùbøçn¾ekÔî8‰,oT^eÝ}QŠð.š¾;«’òŒíY2q×7·æŽóKK†YµëôÌcSð?HЧ8`ßéʹ[!“þnx¢·Üü3ü]*,â«‹~øq¢ÏÍ«ô¸MŒ¡†íÊ´à›‚yËÀK•ªxνè+L†{tmR¹RY»Mò%~ï•Vh²¾Æÿ9&?sˆÍ÷R ¤0pÐÌ1y,¤£iÍQÂûÀìl‰ŸÉ°Y8OWŸwÞÑþµèøµû%oëò‚^0[|›iNfZ ¯§¤h[khšžœ-ü”,óh¸!“M¾l€òdÿܯ«\÷ÉÉb[çdÓG) ¯Õ‘ŒÄˆ¹õj”N´ËœÎðë˜4tÿt6›TÓê€P£4 Ýßl©¹è}¬fÂ'Ê4[n‘:ëVŒÛbÙUlØ3þ<>º˜ùä¼û[?®õ¿7¦—ŒLK¢&Ò¶lDŒòÒÅ4Æ^U»“ÛVœºto§2@òº¢«×Ï€wž[‰|è4µÑ¥žá?¢Ê]ÊV)bN”ÝútÕ¢iá«2}e’ÆÞÚß~[±ÉQL§ÒÍ›‹$ýc7ñ¼ãÿ´Lâ‰ù×-ÊE-›âl—”þ š³Öž>qf˜íуº³h¢ß’‡o{¸´ÍnBóe…O›mR‹¾w&MæeecÃÊMm_Z²rŸìèPñ › Ÿ~iþ‘‹Æ¬#.°±“téçD¥yµiø÷èñT3-ÚpA4Q?µÔxý­Zø½ÀÉð|C’\Ù?¿Ùú˼ü 4}IdÅü(ÖO¬ë\iQÞpXr Ÿ:ßOkùH"÷—}»å¦¿Kø{/›˜ç¡–½Q\îIΚ;Ô´þEÛ²gÎ(Tî¼ýJ<ç}¾)ò§~Oůói ±OåÚÜ(±LƒH¦¡@‰"g™9šÜ…Áê.ñ—¥*3’D„'ú"ºõoÛíJ¼®Š¥ÚIåSðÖ=¢ËÏzs ~¸œÔÁ%À¡°¶ÖÓûD[FŽ/ŸâtK Ë$%N®!÷t#è/ÖüsÕ¦zÿýAÍo±NAÙj·ØjFCÝToWy%‘ü0¨¾P°âkÅ,Ïq„í2SÀN¥+v3BY;p\fŒµ.\x&QÂ*¦f=ùF`ünúñ«ba?\†Ž<¶&j¿sªÐ]v/V¿o 5²ÿê¸p µ;]õéW)çwṴ̂‡‡n»(½Ö³w¿èÙ7ísºÞkxF¬–îÊ3IC+E£5Ö k'yuÿMŽÒ¼ÞžîŽzÄðKÝÉs´A÷¦ü.æ7±ù[K%µË¡Íg?8¿€'&^X[\=Ót‰¡qÚjŸ¸°˜š¼¹&Óš\BÃBÉØ—2µãSöiÃ9â5¹¿Éx÷‰bͨ\b¶ÈÚêÝ3k‹F1m®Î†,…O^LäY½Öxåk`<¾÷ãëcC×mN;bƒI¿rƒnn7åç%Y£“ù[•™ïzj&Çžˆ9TµžÎ ´NksÉ7æH›Ê~Våý™ôVÂùÌ;))ÒÉ)ŒLi6ºl9:;ÎR­£TÅOg4 ù3ãx&Uw“Hæ(Eµˆ7W› º±+®Êªop5óÈYLæHòç·Ë(üPitÑEµ Û«ê£L§™Ù:x4¨TÜ2Ñ¿!„½o¬«%Ç‘r[™9+תzõA ˻Ɵªêa}ç™{\G&pGqa¹ë¤¬Z_U®¸,Í;â‹Ã­¯­´Ù„ÅJã}ÙÏttHladâßRïDð±),éÿéQ<åûDù-(}"ÂZçç²Vºþö»Å3O$ ¹ºQ­”ªWÍÚ)ez¾Â‰˜ºÒ ‹ÀÆn¹îEWZ=V®Þ•0<ëÞ/ùÍQ¢Â%ðÍN¼ñ½£}sZ.³éžW"W|î;wõ´Œïøé'OÕZÄuåÉG9ˆ;Œ{ð<¡ÚOlNji¬¼ #5*Iw=ón¼¼I|ævFúòyØúp†Úú¬—#7ò¿û±FÍ\fuÙɨÌýåÒLÿеIh i%1ËZš‘ª—µè›8eØÇ& V&$­\dž¿ÆFfZª,X»Þ¾4Òñ ú× ú¿HZQb⼬OŽ…Fu)6‰œ‰lGõ޶}iK|7Ú¦!½‰„W¶KßIªªˆŒv‰¿®E¹sçóeZßJag#§ì&‰£Çµ™U?›»?*ÜÉ×dI¯*/ 5¸Ç÷³›š'Ù]”yÑàOµÜã®'™šÊÃ6¸2óžªÕs0©ü´Wð\}iQð«F6Þök‡S¹¼R/] ŽMWkŸc<Ó±Ï \r´ÑÉòkªyðf^I ¯“ƒ¸.öZ9géß­ØÎáËËݲf¾ÕwX2ËînÖ¸ïÿMoTlÑñ­u’ù±yèõcÈ€îôx±©}âªô¸êÛ¦NÄ1ˆ$@Efý' ‰UtaÖ«Tš¸_‚‹¸~q¾‘a±3kÉ«x騥2dnWýuãЛaò3öÛf?•bÈ|öû_íïÑÂÚCî<W´,ŠJÂ(ª(wö{%Eâ/еf¸G;LMë›>᫦ÐÙ·ý‘÷J²Iç ©%wóÚrÅÔpîÏ7Â4ñw2£NWç[yÚÏï3ùs,,Oš“Ý9Ô L< þRØR¯‚äïζT»­5ÔYq% +[ømþYÝ’ú<ëËÏbÇq‰'+ždÇqk7é™Aóü¿¥üs§´¿·ŒÜ¹Ï}ÀÎÇØ$Êòp .œ:… Û¸ªš€>ÛÈUê6Rh¦Ú:Nw('»Qžç&¼%!0¿(!2*a´ß²«½ý×­¡„±ô¯“Þ×j㠃и½Vž•j•ɺåTrHè"'O ¨W(HÊŒ#ŒÏ¨Ú®ôKPùî>œ{y3ôw—XØEåߤ..Î$z×X2Ÿ5¹é+•½±;´x:@fÜœxÁoï~ù[«N2û ³ qçÖ6iüÃUçú.²edûæŸj0uÅÒÌ}“~Ým$RÑEwN‡w0Ú›%ãd²c–Q²ÑRç‚ãVW4oÀKlNЮWæ´-©`Ý}¦¢ßZŸ%t ¶–¥w{åÑ0wþjo\lYŒÙ ¹ù©V˜HiçQå}iº{léL”±brö®û ûVdÖ¢U>}Ihlìùœ|>WÒü­á—v×èKÃìâ:#ùiì'dæf+Þ—Y÷fúV–óQ¥,XĨõÈ\ j:ƒìW\ÒÔå_ ´¯V:e§Ýp0ê]_V%ÊÖ«"»ý±¦8g:ž,–îiEI¼Õ8iˆÖ2³µÎaäÝÙº÷oãŸ=ÛY·°™]?g0”ddü7ù­VÝÓŽ¶¾WÉž\}Ìý¹7i6ß¼Éê(MªÓ’Ê™ûTfõôô£dB´A4„^iöqJçEó÷ïÛ9ý‰M’ÑÉu.°rkTŒìɱƶPÞL™]ºh~øO>{µéùôô=Ó‚‡«ç½þiL?šüJÉ^83ô¹ôI@‡¨9-ëÉ…ÂvâriÍ…æ:¨¼Ï ÆaO™h0AåÄxuG2¯³ªØ×W¥EÊ¢BKz¢º^Òšó\*c˜n!]“¦-má\tÁÑ8@jHÃèS¹ÊšúÊáûŽæ«ÂùwÛ³¤7‹ÛËâÌnIcߦÐZmº†›Z?ñêäu/àH°¿ØÃËÚ•Eø½G&¡œ:åĉ‹U1Ó4üÁ!´ëÚÕåç(D†ãm¦vxÍ«K©Ë‚$ÿ’‘Š–V67)v6wRéTd䦇–®«_kbCæu&tÐ æ( Ë$ö|ùàYôìA‘§¶¡[´×cåyÂÊòá½ aÕô‹#:¹D®Ç쌊'g5æ÷3|7ÃV¯ï,^¿Tçb¥ó¥üÆŠEJeÑÎA[êGÎ@ºìÁ½-º¼—yõ„KS»I½c¯˜Ï–äf/ŽÖá%:#íbêãaª†YëÖ§Íþhiv# í³*ã¼jæÌa]jNÖ6"­Vòy{ÎkÌk«\lý9R¸6¿L_ºõ¨¬ÔéjÖ§‰ÂsñAQnl½^г:%Åþ¤Ö,e9?\¥èiËìÛê€ðØ^,?w¯›‰-÷oňÃ)šî‚Ù‘Kù¡?å9µúÿEP’;n¢ÖV1Æž:§¼(b» 3¤%Å£y‘¦ízQ[î9 v\A,}ÙòÎRyÛiJ–~åoÌ,þšf“&;s“t¬_4ëWœ*øCÑH§vŠò‹±âHYüöÍʽÈþãꑽ¨®äJÝ)Óß‹%;Û%—?Š©R˜f1>ê|OÚrÂs`N‡R­)Gúš_‰T÷%u±i¯ùòë¨ò§zžÜ³¼=õ뉛šStÝͯQÉ_•Ÿ•µ- î…I±ýÙãäˆ ßÈ»+]Wð]³.êß¾cFÔÿ„è{iWŒ±òÕVç'Çu}a|nY‘ãò¥P{»èHo¾wÌ·ŽGêΙ[¥…|R'È”Ô{í‹Û™t/\šÿCáBl¶•þOÖÖÑVyç÷lœñAœ“Å£W)!ÍÙ$ë3 ×î7±•&žd'™LÝ™;yg;Uµp\oK(¢"=í$™Zò²ËÜ’„f,Ÿ±²o(ÕýQx_$7Ü.^f¡˜¡šü Í/÷MN_µ)~ɬÙçþõµãŸJ}$ì²Îñæ)›eÐfÎba¬Una™‘i¹Çécó…Å”¶ÏOT4¦_·º}µ—Ðe:kÎt)‡u8~œœŒ£I´ö¼0¡­œ÷ôWŠMÌ¢{äµÞùÀ¾T"áfó㯫 LZÈâh†t4N ¾ÕBŠÎliÚç´?i2S-PÏ×mza?Ê¿E} »-.~hYÜâÛ*Äû²«Ž7º·ŒlDµ3õÀŽðIOÏa×ú mañÆH–îÚº¦^ïA~Ê@¡Ž¶JfGkëíyY‰ØŒ0¥@ÊÆo»*>ûdrŸŽÎ5ǾÊsÊÊzqþcÉó]¶–ü …]èÌL( ¿ŠÑ'ÞüÔ$xÅuÔv5.ºo-CôPÈÞñ:µÕÒËësv•rj"x^:ÞV¿Í—Ïbl7dõÇÄZÏU*Ž»Në­”³wµ¨‡ã’àü·ÝÁ`Ÿ†A›‡·|óöæY™ØÞ{.ƵL¦ýäÙŠÇÏMòÍnâ Ó…=)Ú6Ì„qUlVÄ4âjá¢ã¶Y¦š†%"JR…óŽvO¯>X1r׬-¼8±toMÍ)5˜»v™²>Cp¢A­g±"â S†çjëî–¥ÐúUM}-ÁjS›½¤û×,ïß«Úq·sÿþöÏ…Bâþsr iéÚ‡.Ò¦³q«O% L©­µ?ß[Ù+Õê®ÚàT¸6ôN¹)´ûçüÏ|eÉ¹è—øÐ³'w>º½SŒ©1ô&FëW~|T6ž©yUÙv:ö”À¬×R6t{¦J=øtßFgz}—ÎÇ;n"_‡52>)`Öíé­ëÝ˺qàóÑøHjÈ“¦^çëÑí»,ÜbüË:¶,bJºÃãQecâO»«l2vM„ëvSÓÏf¬DóôñEeØ>6¿>䮑‹”-ùÈЖšÿù~·Îÿ¹ÝTµÿÖÁ–P!¿(»½`C¼¶påÕó6öú¡3<·eSy´†Ã2h')œk6œ†ÙÙŽvÃIO­ŽOœfçã[iÐr•Ó/>õD$Ÿ­°°ÃštÆ6Ðô‹Ü‹±ߨK’W¹¢´~é~ ZK/ òáarXêwDŒ_J½¬×ákN=«–™,ˆ°JUÑb¥¹s÷ѦUý~±\tqå•j»¶96Éœ û²1k GZÉ+F‡Ør=º×ô}¡•i7‘Q3Ûݚͮ’ÃáÚ^ÍÍ€›+ºŸFvïÐõY… =ZrŠL;—äæ7g,º©çR÷×˜ÃæEq’Û.A½Ù:e¹àè¤YÅÞe§…˜y¶©z™Æ{ožqT{­’ò}5Ou»ÿ&}²»\r}ObF(ˆ^qO{çB³ÆXèú©3½«5õZî2ÈYH–XŽˆp ..*+²¾}ÄPÔ@¹Ý»–ûiWÆ8Ÿf8SSq€B$9­¶œ¼ŸN™læ÷AýìPÝœ¹r¹¥Óþzů#q2·3®õc+“æó™ú áró>-ÓJæÿd‰¶Št¢zm3_öœõ!Q­-‘Î÷™Îz¨Ý¸B¢J7´±–•êû£ê”Gwy4 /Kÿ\ýçˆ/å1câä|ï«c<#ÆrÖ½óy7Ô­8û’}êź¦ÏWUÆÎ¿¡Ç—îSñU7–~øaPSëÒÓé •»´ºI^ŠqÓK£ÿ.ÏqÕ¹©°¹~ÃZÇ8{]Õh†IÆßïÙQ™s\*öLˆÖÊü}ÌišœIé?õ8­ ‹æ——§ ®½Ð)Àúìé#–Tÿú ЈÈ"~Í´¼ŸæXW½Xx½i”½’ƧYozÐ*ड़qöñPuøç“j{&IÙBçºhCôš©«˜¯¤yV*øæÒh¤d%u,Rþ¤;µKNºÄ@cbš";îø’'F‚ä§'+Ïâüä^£ ÷ žÐÄZ$‚9 ƒ{_^°.®Ø0¯aU8|íDôÒ Ç)ÌñcƒÎëÍš¦î–s*þÍÌÎ{MßLPŸ–=ö•(ŽG„®‡yËáŽUâéù¹‹FA½*¹½É¦f3e‰”_D+ŸY|•É«­þ|Ulµ¤Å óß7Ô*TôPÂlsÁRˆ·)Ýÿ½MQÂÙSëàPqæŸq¬*Wõ×;ë{*}£2ͧô·¼b”¿F©?KºjªØ¾u}SÎJSƒ~ÉÎ2Çw¾½É{cÄ²ŽŸ@lèï§Ì1Öè˜ÓìE¾qµÍ÷ìêÜsÊ)¼ÜblLyEx¨Šœ_ú†Þ» sé ÐüQ¡¾°P€™L©Œv{j6}YÒˆÖâ—ñРe-þ6óñŦº#Œ½3ª×O¢þp{óshHwô½iKÏÛœGšµŠ?ýì[¡¢$iÕ.u‹\ͦž/â6o8›BBJºhøÙ?ÇPN6.<úQÕzü»)õãǣ܆Ü&Ã?8u(…g78ÆÞI}÷.Úã >Ò3™›ÖšT¢5+ÉÍéí¶§Àxg;“!@\Céàò Š,5G…½í,~°È#ðýÚٽ맷è¿p4MvŽÌL›^¶8Û­*Àco\¢{Žé_V¹ Óg0³^!–Íð<Ê ,v*Źc3Æøó¾¼ž}[ÞÛ÷ %‰£ö^‹£#É»‰65õB¤¸öÌÌ×éÐÙÒõúÆóóØU/f¢´&Á;÷ã.ß&Ö’›[·V.Û®ô¨ØjŸµbê äœnŒp¨Žüƒèü»W}-W¹¨E/ìä=ß—¤r³ 4ÅÏÄn´¶ß¹ñ‡2|ªûŠk›ôxk_eØå4o%ݺ[i] :Â…[ý&¶Fbù.“v'"?ŸðU¼êê|'¸ô]ΠÑXk×Ïž­z¨!…ÿ‚ÅÆdF3[è·~²Gæ¶gW¦Û"æhŒùu£æø–‡”S†•5œ¬Œ85þ¹A44¡]ð%~rŵ}ìüÚrÇ…÷Ù߆̤W­Q*9•ŠØ5ëמyxGç-£ÎH;Š™PkÊ:ƒÃ¢N6~¡/)ÏCUØ?ÒU†Š^øP¨YæÑ¿i!Mr´³Ù£–Ñnw.ïLb+Íê³ÆùÊë-×yãdçóˆ÷~ªlPó¶ß—ff½ùÕ…Ë+Xî×3LðeÖgn¿ÁVΚ™­÷:•󣢒ؘâé•qÆÂëüh7C|v4¥j[HvÖ£ ·ۜøBÔhTbõ¨»vÌÅŸ,véb,I¢¨ø¶åòÉúoAÙqá‚#3aéG_…m¿t,ýÞ- ÒS¼PÔzÿödºv—²×j:•ä ¡©£ÙÅz ¹è°ÆØ‘_ÜG)‰iÓ©ÖÓ/¾¥›Ù¹©û~·i1qšñ>ORLÖÓzà¡8dhLÛ½S®w£[ )P(ØZ¶Œ…6ˆ´5w¥ét1ÏéX‘K!Šž*§ÒÖ£…Úí§´Ëµ¸=l£|“œº´6µu©²•³qhm¿0í‰çמ,e㸠fªìûü#¿÷眪æ“V&¥ÅˆÜhyÝ©ýÅyç¬õbÉ"öºƒkNÓU‰ž\)ï#ì"Ì—_˜n}©ª™ ä6ÿ<4´½fñ¶âe¥ÔwËa…ΕâãNkŸÜL$_+Ë„©ŽK8çÃÒ¶š¡r+yßxäeN—U8ÝfKr Á‹ßš÷üG÷$T•…h›Œ«"rVßÿz?ÙÞ~5÷iO["Â!·Èõ£L‘uòö%_ÖT'ba©«yC:oåLªßÓi¼zóº¾õŠv‹’>©ÃÂïuòkü ºW^ü¸r£é`jÚ™žçƤsDyŸŽ;á³­åß­6qÿ2¾ÜÎ2Ûˆ­®ÜÑ0mË\íí3ãÔîµæëjàl,×Þ¸Ÿú²Ùn?‚Øúi©”mEˆÂƒÿG¡ÀŠGzü{QßiúÕþ,Ükg ` X KVQ™ÿùÔ%æg`ÈâaÞKEz±ŒƒWìFO¨wÌc7nóÆÒbJ”Ž&Ó4áì^C•ÚéGTÆÛû´‡$GžGß äWoH~à“¦Lèxhšh/¿{ãÁÞÆ‹é9“³9cs&ú¹íi©JsæJ«hJ>Ó”ònjЎ’Ú—º1,>wФ3 h”¢Lð‘ON{¥Ä’A­ì›!%˜ðQ>;ÍQ‰5ƒ¦ÛwVê\‚§|bšm³µ ïG)®„pùÌ4‡®ëf4…¾ýR´ ò©iv],³Ô¾eRb qòZ]³´ïw©½“zøð‘ÒC©§?iýºÏüHYꚣ`£#ÿWFÑ·ÁŸü+ßÞðK¸qiÃwWŠ(áMû'fjês¾žRL Áíi&öשiü}JQ$¼oO2y%Àò‘ZÖ7EŠ?!ª=ËÄQ€õ#M³ï¤Ô™öÛf j.ßp)Ž„°ö ‡‚ë4Ù¾=R4 þí)&v,ýÔ–¾ER¢ ±í9&N¬ý4 ¾›RÄ îퟧmì™E¨i}¤XBÛÓ§íí¯‹ÐÄú¶HQ%ø¶'O¿²g)£ÖöÍ‘NˆnÏžv´g-£ò]”"KðjOœ¶]gF¨Å|ã¤x¶§ ?œ¯ôÑ‘²N(n/ŸÆ×v/ã>âRº ¹òúë\Ò>UR ñí¹ÓN묻4¾!u!õ ?~*Ô)ÔwüèøÙQ×QÏ÷ƒï'__ý¡¯á{CC_ÃÀ ï ¿ Ÿ‰€‰÷þ¾”Þ”~”>””ï)ý)})üÃüÂ|ÂÂÞ‡ù‡ù†*{+û)û((¿WöWöUìöîöëöéè~ßíßíÛ(è-è'è# ø^Ð_ÐW0°Ð»Ð¯Ð§0 ð}¡¡oa ƒ·ƒŸƒC€Ã{_‡À ï ¿º:¤©ßý±ûóËe:&}?ŸvÞë?–üqÈôTîÌ0ì.šUsÈFTðÌ7Ýmf‚EÕd³Tì2=º;Ì ‹úÕ,³UÐL÷îöY‡¢25íl+§L¯îÎYâ]5<ÛUÅÍüµ`µAš{6C¸åíps—pë*&’ÙŸ{h7r¹Ê\ñçô]õ³é»Oñœªçº¹]½³4Ù»Ïð\×çñ]­³T™Ô2¾Ùçò'Õì²]z0ó7…m\Eáj2Ù†=¯Ì= ;4 ³‹zÔ̳zs÷Âö~Ë¢"5ÍlËGs¯ÂÎ~Ã…¢M54ïq{íÐ&b@[ &•ý²ÇvîC‡ˆalQ‹šq¶]ËÜ[‡ö2í¢5Õló‡9O‡Î2á¢E5§l´Ÿ{³Ñ†ˆÅ©Ée÷ØÍylt †•EÃjÖÙN=èœûFû®^T¥¦›­ü'øVpI°sðvðqrÆûÒNÑê1Z¼ó]&g`|”ä}UžÑì¡ï49“þ£¬ÇÌ!7Cn„Ü aá ¹ÂÂÂ"r=D(„;D<„!„7„-ävKˆ`WˆXSGˆhkˆpOˆ„Â5…› 7n)0+(p*ÜQ`TàS`WQ¸® ¤À­ ®À À«À¦p[EAPKALI_CATUAXGA¢ãZÇÍŽ·:˜;:8;ît0vðu̺mÊËçOæìþEÉe=ƒ÷~¸ÿØ“»š%lÝG;'ñ[õ6aÑy2õ»çÿ h.Ö¼Žá‘»ô«7•ÛrkLó”þÊÔ9öêWãÖº%3Gv{\¨´óþ•FZù«¤féó’oÖðo}—v— äsk U P¦e ÓÁÆÐ±¹ïâÍË««žL¹#âü¿µ7ýš. nîæ=óç~>6¬ˆM™!ƒª5GE—躹.çÔ|`ø4¡`íÆ˜ÜâpÁ¶úSqªˆÞû’ ÃJûø¤ ÁYk³Ó‚±e¸pÝf«>=¦”*Îï¥U>*lG~ü¡FNŸEBKY¨¤MSì`Y ãMýc¯IFñqcás*Z¥O{X/®Ìô†âòñmYér¥á»Ñ¿[›'N²ÿãsk?×÷Êòm—{VÒ~cÙnÿø»!N&ã£à :¶××N½ÝÖÌù•$ŸyÝ——³73ç¡Ðû…Ûj¼O¤lVj5j¤«–=eŸ™Y4³2˺ÁÓÚô‹ý¥.{¾kíjåh())c§h-W¬u=¶dBäÜÄzáÍAÁË£³4½¸néáW‘œ½|»hÓ;«ÒPÍ^õãœT¯Ù$ô߬j…)0,R988>¿¯©©¨ìöÉÏacäo¡`EÏ%é×Éx7BVècEóÈÏœz{í±M“ƒ‡Å×S§¬K­Ú»Ó”O—>}4cQ&wãüfÁó£ÄÃð¦¤DÄW?Ð ¾¶î¿qq}ÜÌãÚ)¾cM‚—ÏžöÀ‚š˜Gûš JG°J_‘V9mcòE«7„7'¸œ¾ßTÏQãì/<ðý:Ψ•}þø½ëú¥ˆK|è}E"Ññ´Ú±e ÕÌ>‰^dB‚BO)?¤ã¼pZ¯”à镦nÓîK¾}&]ñ*MÊìÿ Y$ã-ö¾ø÷šÿÕ4"ø›¯U©Ã*ýŒ<ýáà`×ö_²=QÑþlߣRLúÜô‘Ã#_ù3ñˆ¿ñ ¦!Mm¶Ð'/(Ö5²‰„®m°Ç]$Ôàöøebb‘6Rø·©9ZȪ¿äÁ]ïçá¢lX¹±°èøä’SæÞj$§¥gÐÞ~ÌuG}#nì¹&µËúÍä}ùø{¹†œ[ö5J±Ýf¶·®–p¹_;µjç!BB\á;çÿ(ñƒôÆÏŸäÚDeÏ“xä”—h¤²úk:A¤¥ÆM4ñýÕ1"§.áñå@¾ôË¢Ô„»/„®ŸüMpôÿèþ±ã§OÝýO?åïŸ Ê ø~Œà$!4á±³eÿ1çyêÌ9‚›dödÄÇiˆ"ɉ®‘þ§Þ¡$ÏÎÑ9Rœ¸OÄÄC@Ðó„ì‡ )YÀ)a﫟î 1=G–A~¥Ÿ’íØ©#¿ Ï/³Ýõ<¦Í@z’ð1áãÚ®„ñ„5Ç©.?:8vtDCtâ.QŸæqÁðã‰aÿQÚádâÿk©‰oŽiž%¥<õ_¦¢¶Ž“\>AÃ}TÒAaZ}žˆœ˜„øLõýÿ¸s…úä^Rº'@NÆŒ>¼Èª}‘‹–û*ÝòóÈÕLŽc–Ǭ©¼9v…€†€‹àÊñeÇÌ TOêþçm7yVöÿcàs¯EôèèãçÇÍ'ø9—9©/'?H!i& !$(%á»É"®%ÒtCû"ÝEôj á‚´÷‰D¯W„§”¶-¾?:¢'>qDTq–öl»Ï·˜“§¯TðùÐÌØ|=÷{#µ/Ä1BŒÄ1CÌ Ä±B¬Äy…Ø!öˆâˆ8!Έ ‚ (‚!8⊸!¯‘7È[Äy‡x žˆâ¼G|_ÄñG@$ FBP䆄#H$…|D¢‘$‰Câ‘OÈg$ID’d$IEÒt$ÉD²l$ÉE¾ yÈW$)@ ‘"¤)AJ‘2¤©@*‘*¤©A¾!ß‘ZäÇ|üDê‘äÒˆ4!¿‘f¤iEÚv¤éDºn¤éEþ }H?2€ "CÈ02‚Œ"cÈ8òù‡L “È2Ì ³È2, ‹È²Œ¬ «È²Žl ›È²ì »È² ‡ÈB€C Q"ô8z=‰£§Pô4z=‹žCIQ2ôZ€¢Eh1Z‚–¢eh9ZV¢Uh5Zƒ~C¿£µè´ý‰Ö£ è/´mB£Íh ÚŠ¶¡íhÚ‰v¡ÝhÚ‹þAûÐ~tD‡ÐatEÇÐqô/ú@'Ñ)tAgÑ9t]@Ñ%t]AWÑ5tÝ@7Ñ-tÝAwÑ=t=@Ñ#”;†bDØqìv#ÆNa$Øiì v;‡‘bdØyŒ»€Q`1JìF…]Æ®`Ô v£Åè0zìÆ€1bL3Æ‚]ÇX±ÆŽq`œÆñ`71^ŒãÇ0ALÆna·1L»ƒ‰aâ˜v»‡ÝÇ`1Iì&…=Æž`Ò˜ ö“ÅžarØsLSÀ1%LSÁT15LÓÀ41-LÓÁt±˜¦½Ä 0CÌ3ÆL0SÌ 3Ç,0KÌ ³Æl0[ìf‡Ùc˜#æ„9c.‚¡†á˜+憽ÆÞ`o1wìæyb^˜7öóÁ|1?Ì À± , ÁB±XŽE`‘Xö‹Æb°X,‹Ç>aŸ±,KÂ’±,KÃÒ± ,˲±,û‚åa_±|¬+ÄŠ°b¬+Åʰr¬«Äª°j¬û†}Çj±Xö«Ç°_X#Ö„ýÆš±¬kÃÚ±¬뺱¬ûƒõaýØ6ˆ aÃØ6ŠaãØ_ì6MbSØ46ƒÍbsØ<¶€-bKØ2¶‚­bkØ:¶mb[Ø6¶ƒíb{Ø>v€bG~ 'ĉðãø ü$NŒŸÂIðÓøü,~'ÅÉðó89~§À/â”ø%œ ¿Œ_Á©qü*N‹Óáôø5œgÄ™pfœ¿Ž³â7p6œçÀ9q.œçÁoâ¼8Î à‚¸.ŒßÂoã"¸(~ÃÅq ü.~¿?Àâ’ø#\ Œ?Á¥qü).‹?Ãåðç¸<®€+âJ¸2®‚«âj¸:®kâZ¸6®ƒëâ/p=\‰à†¸nŒ›à¦¸nŽ[à–¸nÛà¶ø+Ü·ÇpGÜ wÆ]pGq ÇqWÜ ¿Áßâîø;Ü÷Ľpoü=îƒûâ~¸?€âAx0‚‡âð0<À#ñ(ü#Çà±xÂ?ã x"ž„'ã)x*ž†§ãx&ž…gã9x.þ'u!s9ïBîbi+:HçTCk{!`”@Êöl½­·D]üسm»ý‹~å£9Û2û”‹žåéJX=п¹¶ôƒT[µ+wΓ}ý¶­yç8Y]í²ÍB7/©qyg:÷úq[ç;q¯«ë)V˜ï\‘û¦¸"°O`<å|)Îj´Ô™..jÔÙ\Ç/b4y[jŸBÇ3â/¥3‹Ž‡ê_ÁmãŠK¹µÕ£ÎDÃÞÂcº+F'¬ë–+ˆ–~”/[U/Õí-»bGžnõÄ+ ØeúoR+¼ØÕøÖ6Œ:þ›ñÊí}bñ@žQßm9ŒD÷§ê²î6{•gî_šíëUÖ lˆ™½DǸKhß câ%ôt¯‰Çœ/Ó½‘ãu¾ªpWÚ™Pá[huÜ[ K÷‚+ wεÖä/_5ðä\¾càA5*Ùp²øß;-‚³¹5™A4:îw‚¨Vï¹Þ 8ñùüEOÆç}îÙ:Ó¿ãºqŒeÌÒ™Xúžé ¢¥ûê7ˆ'ÆÄÒ(?_PòdN™ñmï9­Ù]Ù´…ŸI»<ÈF¤Ó«N/þædÛyê{/Me?_ðºÔvAãž¹ ‘ågÚ/Ò6òk„Ç2œ´=5¦¸}VäÛÔò {Oî6ʪw¹Ÿhì½èÚ({ÖÛÔ»wu§‰ôξ»·|µÞ©³z7¯>ªqºyáÑ7“ËD/õ®úy‘,‹=}÷äæ•”¥È“5ö‘Çøõ.ýö¼}“jò¦FpFœÓ“åËE×wñ/®pzQ~¹ òÍLH¢VC¸ºùC@£G±:Z‡åZÇšgN”ë‘Í{à_èIk¬—E¯¾{`s9 FþÖÉú±ã1ïm¨[jÔo»Õ¸”PÉ•;½BuŒZˋƆÂêÞ×jŸõ;;½RRÚ¿Yêëþ’'|³¼äå¹w”ÎáÁ/¶Ê³9:6ROd}ùÄÅÏŸ:N86Òðùˆ^»”í½ò©7w¯#<ýáVëºs-oê:Á¦#9ÿ’ãßÈQï’³cGߎéc„ËGú&DÇö)~Xùl[Å{—‘Ÿ:"|5NñðÌÅC.‹óGÝ“ñÖ%§–yúžÌs’îÓF«ù_|wdDvTŒ“•>Ú"8ãxÞMðÞñê6‘¼—LDz<äé §Èþ\g,']¶®­mÝÓtâÛ8çCþ£¦õ-%×’ð‰»]åØ+š¯±>hQ±Sêl]{|Ó—²ÑY!Ê›ÔSš8ßðoí¿$ظ¿ðhVŽf»ªl¦™‘Ö9Èm‡[~^å¯2Zàvñ ò÷Õ¤!mÆÙ4~0l ò¼4Ð2»(gXo)aHúÄ| ØXó»*•TnnŽtJ]ŠKfŽÝØ3Ÿ$鮎8ÄwóqâüÖû&RùíÂ[:¤UæÜ;Zõ¿›#v¢zºÚÚÞí(k¾'½—®Z­ÐÞ¿+$,¸öüËzà”TÕ+©7{žá'Ëü}~+,Ñ õúêT³¬è·²ß ¡ümxnÅ\VGþ9«E윥mþeÚéGÎ/É@ï ³R™JHô¶šôææ».û¬]¯¤eãNÝ,ø{·»!4±C±Ë^»/ªTÁô¯ÓŸK'ü”Bø?¦æÙ=SãÕu “ªèn¶23—+!žUëÆœH„ íC5f/ñ—¦æñ­& cSùQ·¦‡žªðØÎ[ÓÎðÝß{ZPÎî©mÆ îÃp!^}Z…þÊ«_Å_­ûLÎä’ Ç Ü®²Næ’Þb··÷ÜÚTT­è/áçèÆæn4™ \êJOæ[*Þ{ãr2ìÙ£ „T~ïnþ‹Lžtó.¯aÿ^§²RNUñêfTóÃ÷—TrUFfhª þy7õöÕ´–piæ\”qô/¸xeí°÷·AUùâó}#¶5R]£ô‘â#áI‡iSë—¶òÊåÕ¸eìW_Ü®W=¢'Ø™9P¯ÙªÞÙ?º1ºWýw?Þrnã_QŠ©VíIs‹£ÇT©sc ;ËrÿÑ7ß·«U,4n¦L{U!¿±%úD–ÿÆ_×nö®dùYÓ¬ä-¾¾ó/µ>J?/®Êbu È"iÍ»ÜðëPçëOEá DIü`ê³aœ…©¤¯Ç1ã¼UŽkðþ¨ñ¹&–î‹ Ѽig²tyeº¸8¿ªj7‹æ«óŒ¿ÒÎÔoÏÕÝWŸ&úRèª/>"ý*ÞLŽ›““í›d\?ÇÜ÷Ÿ„q"³?Ïû·½ØNìi‹ü%Ÿñr¡{L\¯,!²åé£c”å>?ǜβQïÈOÎòKR0ej 4%9MG²&h)´¯´µ¹™®"ëoʶ=‹ï/+F=Rw’ù°ö­ýç͸yƦ§'l§ƒ5ÇBNV çè%?È·_×ýNäò§cÕ'Ë<¸*öÚœJHvkÙ6½xôG–p£j !Ï@Y™ü§ 2ÚOAŸìG‚)¤ïoúÅ^=粦‘œtðÛ~仟ê‹ß º!™u•{¦[ߊê#þyMeeg³ü:7!¸ÞZ:='±¥Y‰Ž~ï0Ô9c:¼Pélâr”gòX\ §ín˜ÜÑw"¢#ñÂß…ÒkÙ|EË©Ž/]V¸\½Ôb÷S<ÈÍy]¾úXë¥4{~¬&ú´¢îOq Y~½dK¬(•l¸ ÿ¾³îŽÿÔý9'·–)½m›eÝÇÉ8¹–?_30šœªÞ·ý”ȪÑ㥮â(¤%¥´î”ä •”ì‚×Q¹.þ.}9:Ç‘š¡µoºÿÄnøÙƒ?m}sy©·‚%¶b®Ï½³å—µPbT”Û”Íû¥ö„eS_¶üaKö–ë.ŸÁ=åÆÖZSÑiÉÛ ÷é㜣zµž ³eb.¿ªÊ]Ï~‘?)ΰRQ^J|‡ê÷ï/ X*+ŠÙy¸?ZÏ7Š$M™µ»•¬¾äÌÕØ,ûcR.Kt·²øåëå†×‰ŸÚŠ¿$Çgªø6Üz.oÚ©SbY¤p^Ü–å56 §øã,±µVþÁÄA,"¾(CãQo0“%ÞyQ°í£Ž›€»‘<'^2Ú輞ðOÍrðb±cÅôÆB’@e–cŸš{ù®¹¯$i«ˆ·ØØî3ÿoÌ«‹Ô&í)z)ݨLTȸTúÍõ]ÕðñEN* 67å Á>2é±+T¡üõЧ¨±¸GÔMî£Ív³ÛÅmMúeÅýVž.u×…]*GX·~j¿1ÿÓø6Ì^¦"_kãzÌï#ýéWÔ+êØw^U.¹þÈ÷fE[_øˆ®)Uÿòiïíé7oª-ãeÚ»„ê轺\ÕXQ~x>d„±z8?ê4åuÑ.ÝëÂcÖšûCpÑ–'F>¼zñP3S²wnÁÝÍñ6“ï(N1®”š»¾Òð­*ýí`lå«i'¯L&呜?[N HPÇ>eW Ú=o®Æ~¨¯çCú»ÞØ­ŸæW`Å©¥µ²´ëĽ!Ú_\~Ÿ}cltõ¼t<÷§ >â2-f:—˜Í^[»õÎë›ÝP÷¾4£¾v­SlÖ÷|ÐñävÆÂ‰“Œ=Ôg¨VŸÐ7‰rE Uí[æšÑîn¤Ä2°|‹nÎ/ž3⮼=ú%yM-Á5ýQ­T×S;›ÏÌ¿»ý>}¾ÎÌåÚm«2ãßþé‚0ýï>ÒÑ¿t{|±vY^ZÙÎì « õMìIHm5Îm&¯ŽRÙtÉ(ì¿þ–ä»xN*•âÐUßåó¤ûQgì­zeJ äÑ·¨¼U¡/¹q.Gã…cØO:UÎûoÛ”—bgŸ[4݉`qå°¼ít¤3T¼µ:9<éÏI«59?ïäÜ~ËPÊ+<ç`Õ…(UþGÕCYZûB-–bašð‰ô¼¸Îh#êþºo§Û)#(¯¸\¿·~ç$õŽ‚Çð¨—f«ËI¯]¡/’ßÞ/ŸwÞE{çu|ÄQ/¨Ïú|“¶¹BŸÏBíÀ&5¢3´–?"5i£KrN'l5ó›žåWÞ y™-ެÓb®v£ %6¿ìôÊ–[…®Z«TUœÎW :çxª}²ÞøWŽïiÊbB×f]ñ‚˜^¾ê©¾0±E7J/íNÇp¿=“O,Mü33|¨Wãy_U(ø´žJb×4ÃÊ`“Íõ®ì+8¹×Ü•¹VtÓtÝ£Ïdj[ñÌO6v×µà§o.©¶œJâb.–ÿ¥_ÒR6|ÒpÑž7=qüáXÿc³qÏë´™/OOÉÄhÛ§½=¸y{kg¼ð›Ó¥’æÖ5<ðUcmÌ¢Ô+¾ÜÙªû¯¥\ÿaOfjûMöXOL…jwÔ¯{jµ’Ùð¸ÒnÔ.taÂ#§vߎå¾Ç£Ñöy~Ñ«:¸Æ3ÃZׯ÷& b[­‹=®M0>Pâú>…Ö[ê2¨¾”ŠóË‹ dŒðq6ª~úüU½Ÿ šº®ÍŸ§|yÉŸKVëm`µ+êòáÉ¢1OçÛϦr®Ü^-ßìÉM.Ÿ—1¨TX¨½}¾º>Ë &‚uJû¥dÆÝÃ'éÇÕóÒ[c¨Bmª*ïuÖ§;—_ ²î8,ˆas³æi&Œ¼ò.[iÂ*Iaul_&îä˜ÔÂ+·o-JNµJ#oü‡Vuíç-öªµúSJÌn®ÿª»_àÔ­ÔªòD…àŠÃm†´•…qí£1«iYmî‘ÍF…B‰LKª“ìÁ¿ÃTëfû+¢{DÜ[‡cWtfv?Uî#Þf<Õ+ߟðËk Ÿ9S:9(2è÷+SµîÝã!u•1ÆŒ®?öëÿ¥Àg³Ð à¿Ã—û—þÏëù×ð,þ·8úoÿ¿íù¯:ößYرÿÉçøÿ_ðý±îX …@ àÿ øj`…ð àkÈý_R!ø_pþvèa˲  h)³lgÙ¶mÛ¶mëÚŽ¸Æ+Û¶mÛ¶Í^«§ý {ræAAAAAAAAAAù÷ !M@AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAþÇ…„¸ÿöß¼DXb, –K†ÅañXr,–K…¥ÆÒ`i±tXz,–Ë„eƲ`Y±lXv,–KÀra¹±X_¬Ö€ Äaƒ±!ØPl6ÄFa£±1ØXl6›€MÄ&a“±)ØTl6›ÍÄfa³±9Ø\l†a8F`$Fa4Æ`,Æa<&`"&a2¦`*¦a:f`ƒ˜‰Y˜9˜‹y˜XˆEX ›-Àb‹°ÅØl)¶ [Ž­ÀVb«°ÕØl-¶[mÀ6b›°ÍØl+¶ ÛŽíÀvb»°ÝØl/¶ÛÀb‡°ÃØì(v ;ŽÀNb§°ÓØì,v;]À.b—°ËØì*v »ŽÝÀnb·°ÛØì.v»=Àb°ÇØì)ö {޽À^b¯°×Øì-ö{}À>bŸ°ÏØì+ö ûŽýÀ~b¿°ßØì/öK„'Æ“àIñdx'ÇSà)ñTxj< žO‡§Ç3àñLxf< žφgÇsà9ñ<žσçÅóáùñxA¼^/‚Å‹áÅñxI¼^/ƒ—ÅËáåñ xE¼^¯‚WÅ«áÕñxM¼^¯ƒ×ÅëáõñxC¼Þo‚7Å›áÍñxK¼Þoƒ·ÅÛáíñxG¼Þï‚wÅ»áÝñxO¼Þïƒ÷Åûáýñø@|>‚ŇáÃñøH|>ƒÅÇáãñ øD|>Ÿ‚OŧáÓñøL|>ŸƒÏÅçáŽãNâNã ÎâÎã.â.ã ®â®ãpˆ›¸…Û¸ƒ»¸‡ûx€‡x„Çðùø|!¾_Œ/Á—âËðåø |%¾ _¯Á×âëðõø|#¾ ߌoÁ·âÛðíø|'¾ ßïÁ÷âûðýøü ~?ŒÁâÇðãø ü$~ ?ŸÁÏâçðóøü"~ ¿Œ_Á¯â×ðëø ü&~ ¿ßÁïâ÷ðûøü!þŒ?ÁŸâÏðçø ü%þ ¿Áßâïð÷øü#þ ÿŒÁ¿âßðïøü'þ ÿÿÁÿâÿðDDb" ‘”HFÄñDr"‘’HE¤&Òi‰tDz"‘‘ÈDd&²Y‰lDv"‘“H r¹‰D_¢ÑŸ@ $ƒ‰!ÄPb1œAŒ$F£‰1ÄXb1ž˜@L$&“‰)ÄTb1˜AÌ$f³‰9Ä\b8A$A4Á,ÁŸˆÏÄâ+ñøNü ~¿ˆßÄâ/ñHD&&“IÉddO&'S)ÉTdj2 ™–LG¦'3ÉLdf2 ™•ÌFf's9É2™›ÌCæ%ó‘ùÉdA²Y˜,B%‹‘ÅÉdI²Yš,C–%Ë‘åÉ dE²Y™¬BV%«‘ÕÉdM²Y›¬CÖ%ë‘õÉdC²Ù˜lB6%›‘ÍÉdK²ÙšlC¶%Û‘íÉdG²Ù™ìBv%»‘ÝÉdO²Ù›ìCö%û‘ýÉä@r9˜B%‡‘ÃÉäHr9šCŽ%Ç‘ãÉ äDr9™œBN%§‘ÓÉäLr9›œCÎ%瑉“I’I“ É’É“)’)“ ©’©“ HHš¤EÚ¤Cº¤Gúd@†dDÆÈùär!¹ˆ\L.!—’ËÈåä r%¹Š\M®!×’ëÈõär#¹‰ÜLn!·’ÛÈíär'¹‹ÜMî!÷’ûÈýäò yˆ!Ÿ’ÏÈçä ò%ùŠ|M¾!ß’ïÈ÷äò#ù‰üL~!¿’ßÈïäò'ù‹üMþ!ÿ’ÿÈDTb* •”JFÅQñTr*•’JE¥¦ÒPi©tTz*•‘ÊDe¦²PY©lTv*•“J rQ¹©T_ªÕŸ@ ¤Qƒ©!ÔPj5œA¤FQ£©1ÔXj5žš@M¤&Q“©)ÔTj5šAͤfQ³©9Ô\j…Q8EP$EQ4ÅP,ÅQ<%P"%Q2¥P*¥Q:eP€‚”IY”M9”Ky”OTHETŒšO- R‹¨ÅÔj)µŒZN­ VR«¨ÕÔj-µŽZOm 6R›¨ÍÔj+µÚNí vR»¨ÝÔj/µÚO R‡¨ÃÔê(uŒ:N NR§¨ÓÔê,uŽ:O] .R—¨ËÔê*uºNÝ nR·¨ÛÔê.uºO= R¨ÇÔê)õŒzN½ ^R¯¨×Ôê-õŽzO} >RŸ¨ÏÔê+õúNý ~R¿¨ßÔê/õJD'¦“ÐIédtO'§SÐ)éTtj: –NG§§3ÐéLtf: •ÎFg§sÐ9é:›ÎCç¥óÑùétAº]˜.B¥‹ÑÅétIº]š.C—¥ËÑåé tEº]™®BW¥«ÑÕétMº]›®C×¥ëÑõétCºݘnB7¥›ÑÍétKºÝšnC·¥ÛÑíétGºÝ™îBw¥»ÑÝétOºÝ›îC÷¥ûÑýéô@z=˜B¥‡ÑÃéôHz=šC¥ÇÑãé ôDz=™žBO¥§ÑÓéôLz=›žCÏ¥çÑÓMÒMÓ ÍÒÍÓ-Ò-Ó ­Ò­Ó hH›´EÛ´C»´Gût@‡tDÇèùôz!½ˆ^L/¡—ÒËèåô z%½Š^M¯¡×Òëèõôz#½‰ÞLo¡·ÒÛèíôz'½‹ÞMï¡÷Òûèýôú }ˆ>L¡ÒÇèãô ú$}Š>MŸ¡ÏÒçèóôú"}‰¾L_¡¯Ò×èëô ú&}‹¾Mß¡ïÒ÷èûôú!ýˆ~L?¡ŸÒÏèçô ú%ýŠ~M¿¡ßÒïè÷ôú#ý‰þL¡¿Òßèïôú'ý‹þMÿ¡ÿÒÿèDLb& “”IÆÄ1ñLr&“’IŤfÒ0i™tLz&“‘ÉÄdf²0Y™lLv&““I`r1¹™L_¦ÓŸÀ d1ƒ™!ÌPf3œÁŒdF1£™1ÌXf3ž™ÀLd&1“™)ÌTf3™ÁÌdf1³™9Ì\fƒ18C0$C14Ã0,Ã1<#0"#12£0*£1:c0€ŒÉXŒÍ8ŒËxŒÏLÈDLŒ™Ï,`2‹˜ÅÌf)³ŒYά`V2«˜ÕÌf-³ŽYÏl`62›˜ÍÌf+³ÙÎì`v2»˜ÝÌf/³ÙÏ`2‡˜ÃÌæ(sŒ9Μ`N2§˜ÓÌæ,sŽ9Ï\`.2—˜ËÌæ*s¹ÎÜ`n2·˜ÛÌæ.s¹Ï<`2˜ÇÌæ)óŒyμ`^2¯˜×Ìæ-óŽyÏ|`>2Ÿ˜ÏÌæ+óùÎü`~2¿˜ßÌæ/óIÄ&f“°IÙdlÏ&gS°)ÙTlj6 ›–MǦg3°ÙLlf6 ›•ÍÆfgs°9Ù6››ÍÃæeó±ùÙlA¶[˜-Âe‹±ÅÙlI¶[š-Öe˱åÙ lE¶[™­ÂVe«±ÕÙlM¶[›­ÃÖeë±õÙlC¶Û˜mÂ6e›±ÍÙlK¶ÛšmöeÛ±íÙlG¶Û™íÂve»±ÝÙlO¶Û›íÃöeû±ýÙì@v;˜Âe‡±ÃÙìHv;šÃŽeDZãÙ ìDv;™ÂNe§±ÓÙìLv;›ÃÎe籋³K²K³ ˲˳+²+³ «²«³ XÈš¬Åڬú¬ÇúlÀ†lÄÆØùìv!»ˆ]Ì.a—²ËØåì v%»Š]Í®aײëØõìv#»‰ÝÌna·²ÛØíìv'»‹ÝÍîa÷²ûØýìö {ˆ=Ìa²ÇØãì ö${Š=ÍžaϲçØóìö"{‰½Ì^a¯²×Øëì ö&{‹½ÍÞaï²÷Øûìö!ûˆ}Ì>aŸ²ÏØçì ö%ûŠ};aß²ïØ÷ìö#û‰ýÌ~a¿²ßØïìö'û‹ýÍþaÿ²ÿØD\b. —”KÆÅqñ\r.—’KÅ¥æÒpi¹t\z.—‘ËÄeæ²pY¹l\v.—“Kàrq¹¹<\^.—Ÿ+Àä q…¹"\Q®Wœ+Á•äJq¥¹2\Y®Wž«ÀUä*q•¹*\U®W«ÁÕäjqµ¹:\]®WŸkÀ5äq¹&\S®לkÁµäZq­¹6\[®מëÀuä:q¹.\W®×ëÁõäzq½¹>\_®ןÀ äqƒ¹!ÜPn7œÁäFq£¹1ÜXn7ž›ÀMä&q“¹)ÜTn7›ÁÍäfq³¹9Ü\n‡q8Gp$Gq4Çp,Çq<'p"'q2§p*§q:gp€ƒœÉYœÍ9œËyœÏ\ÈE\Œ›Ï-àr‹¸ÅÜn)·Œ[έàVr«¸ÕÜn-·Ž[Ïmà6r›¸ÍÜn+·ÛÎíàvr»¸ÝÜn/·ÛÏàr‡¸ÃÜî(wŒ;ÎàNr§¸ÓÜî,wŽ;Ï]à.r—¸ËÜî*w»ÎÝànr·¸ÛÜî.w»Ï=àr¸ÇÜî)÷Œ{νà^r¯¸×Üî-÷Ž{Ï}à>rŸ¸ÏÜî+÷ûÎýà~r¿¸ßÜî/÷KÄ'æ“ðIùd|Ï'çSð)ùT|j> Ÿ–Oǧç3ðùL|f> Ÿ•ÏÆgçsð9ù>Ÿ›ÏÃçåóñùù|A¾_˜/Âå‹ñÅù|I¾_š/×åËñåù |E¾_™¯ÂWå«ñÕù|M¾_›¯Ã×åëñõù|C¾ߘoÂ7å›ñÍù|K¾ßšo÷åÛñíù|G¾ß™ïÂwå»ñÝù|O¾ß›ïÃ÷åûñýùü@~?˜Âå‡ñÃùüH~?šÃåÇñãù üD~?™ŸÂOå§ñÓùüL~?›ŸÃÏåçñóOòOó ÏòÏó/ò/ó ¯ò¯óxÈ›¼Åۼû¼Çû|À‡|ÄÇøùü~!¿ˆ_Ì/á—òËøåü ~%¿Š_ͯá×òëøõü~#¿‰ßÌoá·òÛøíü~'¿‹ßÍïá÷òûøýüþ ˆ?ÌáòÇøãü þ$Š?ÍŸáÏòçøóüþ"‰¿Ì_á¯ò×øëü þ&‹¿Íßáïò÷øûüþ!ÿˆÌ?áŸòÏøçü þ%ÿŠÍ¿áßòïø÷üþ#ÿ‰ÿÌá¿òßøïüþ'ÿ‹ÿÍÿáÿòÿøDBb!‰TH&Ä ñBr!…RH%¤Òi…tBz!ƒQÈ$d²Y…lBv!‡SHr ¹…B_¡ŸÐ_  ƒ…!ÂPa˜0\!ŒF £…1ÂXaœ0^˜ L& “…)ÂTaš0]˜!Ìf ³…9Â\až€ ¸@¤@ ´À¬À ¼ ¢ ² ª  º`@€‚)X‚-8‚+x‚/B(DBL˜/, ‹„ÅÂa©°LX.¬V «„ÕÂa­°NX/l6 ›„ÍÂa«°MØ.ìv »„ÝÂa¯°OØ/ ‡„ÃÂá¨pL8.œN §„ÓÂá¬pN8/\. —„ËÂáªpM¸.Ün ·„ÛÂá®pO¸/< „ÇÂá©ðLx.¼^ ¯„×Âá­ðNx/|> Ÿ„ÏÂá«ðMø.ü~ ¿„ßÂá¯ðOH$&“ˆIÅdbœ/&Sˆ)ÅTbj1˜VL'¦3ˆÅLbf1‹˜UÌ&fsˆ9Å1—˜[Ì#æó‰ùÅbA±XX,"‹‰ÅÅbI±”XZ,#–ˉåÅ bE±’XY¬"V«‰ÕÅbM±–X[¬#Öë‰õÅbC±‘ØXl"6›‰ÍÅbK±•ØZl#¶Û‰íÅbG±“ØYì"v»‰ÝÅbO±—Ø[ì#öû‰ýÅâ@q8X"‡‰ÃÅâHq”8Z#ŽljãÅ âDq’8Yœ"N§‰ÓÅâLq–8[œ#Î牘ˆ‹„HŠ”H‹ŒÈŠœÈ‹‚(Š’(‹Š¨Šš¨‹†D(š¢%Ú¢#º¢'úb †b$ÆÄùâq¡¸H\,.—ŠËÄåâ q¥¸J\-®׊ëÄõâq£¸IÜ,n·ŠÛÄíâq§¸KÜ-î÷ŠûÄýâñ xH<,ŠÇÄãâ ñ¤xJ<-žÏŠçÄóâñ¢xI¼,^¯Š×Äëâ ñ¦xK¼-ÞïŠ÷Äûâñ¡øH|,>ŸŠÏÄçâ ñ¥øJ|-¾ߊïÄ÷âñ£øIü,~¿ŠßÄïâñ§øKü-þÿŠÿÄDRb)‰”TJ&ÅIñRr)…”RJ%¥–ÒHi¥tRz)ƒ”QÊ$e–²HY¥lRv)‡”SJrI¹¥R_©ŸÔ_ ”Iƒ¥!ÒPi˜4\!”FI£¥1ÒXiœ4^š M”&I“¥)ÒTiš4]š!Í”fI³¥9Ò\iž„I¸DH¤DI´ÄH¬ÄI¼$H¢$I²¤Hª¤IºdH@‚’)Y’-9’+y’/R(ERLš/-J‹¤ÅÒi©´LZ.­VJ«¤ÕÒi­´NZ/m6J›¤ÍÒi«´MÚ.ívJ»¤ÝÒi¯´OÚ/J‡¤ÃÒé¨tL:.NJ§¤ÓÒé¬tN:/].J—¤ËÒéªtMº.ÝnJ·¤ÛÒé®tOº/=J¤ÇÒé©ôLz.½^J¯¤×Òé­ôNz/}>JŸ¤ÏÒé«ôMú.ý~J¿¤ßÒé¯ôOJ$'–“ÈIådrœ/'—SÈ)åTrj9œVN'§—3ÈåLrf9‹œUÎ&g—sÈ9å9—œ[Î#ç•óÉùårA¹\X."•‹ÉÅårI¹”\Z.#—•ËÉåå rE¹’\Y®"W•«ÉÕårM¹–\[®#וëÉõårC¹‘ÜXn"7•›ÉÍårK¹•ÜZn#·•ÛÉíårG¹“ÜYî"w•»ÉÝårO¹—Ü[î#÷•ûÉýåò@y,‘ÊÇäãò ù¤|J>-Ÿ‘ÏÊçäóòù¢|I¾,_‘¯Ê×äëò ù¦|K¾-ß‘ïÊ÷äûòù¡üH~,?‘ŸÊÏäçò ù¥üJ~-¿‘ßÊïä÷òù£üIþ,‘¿Êßäïòù§üKþ-ÿ‘ÿÊÿäDJb%‰’TI¦Ä)ñJr%…’RI¥¤VÒ(i•tJz%ƒ’QɤdV²(Y•lJv%‡’SIPr)¹•J_¥ŸÒ_  T)ƒ•!ÊPe˜2\¡ŒTF)£•1ÊXeœ2^™ LT&)“•)ÊTeš2]™¡ÌTf)³•9Ê\ež‚)¸B(¤B)´Â(¬Â)¼"(¢")²¢(ª¢)ºb(@Š©XŠ­8Š«xНJ¨DJL™¯,P*‹”ÅÊe©²LY®¬PV*«”ÕÊe­²NY¯lP6*›”ÍÊe«²MÙ®ìPv*»”ÝÊe¯²OÙ¯P*‡”ÃÊå¨rL9®œPN*§”ÓÊå¬rN9¯\P.*—”ËÊåªrM¹®ÜPn*·”ÛÊå®rO¹¯*Ÿ”ÏÊå«òMù®üP~*¿”ßÊå¯òOI¤&V“¨IÕdjœ¯&WS¨)ÕTjj5šVM§¦W3¨ÕLjf5‹šUͦfWs¨9Õ5—š[Í£æUó©ùÕjAµZX-¢U‹©ÅÕjIµ”ZZ-£–UË©åÕ jEµ’ZY­¢VU«©ÕÕjMµ–Z[­£ÖUë©õÕjCµ‘ÚXm¢6U›©ÍÕjKµ•ÚZm£¶UÛ©íÕjGµ“ÚYí¢vU»©ÝÕjOµ—Ú[í£öUû©ýÕê@u:X¢U‡©ÃÕêHu”:Z£ŽUÇ©ãÕ êDu’:Y¢NU§©ÓÕêLu–:[£ÎUç©˜Š«„Jª”J«ŒÊªœÊ«‚*ª’*«Šªªšª«† T¨šª¥Úª£ºª§új †j¤ÆÔùêu¡ºH]¬.Q—ªËÔåê u¥ºJ]­®QתëÔõêu£ºIݬnQ·ªÛÔíêu§ºKÝ­îQ÷ªûÔýêõ zH=¬QªÇÔãê õ¤zJ=­žQϪçÔóêõ¢zI½¬^Q¯ª×Ôëê õ¦zK½­ÞQïª÷Ôûêõ¡úH}¬>QŸªÏÔçê õ¥úJ}­¾QߪïÔ÷êõ£úIý¬~Q¿ªßÔïêõ§úKý­þQÿªÿÔDZb-‰–TK¦ÅiñZr-…–RK¥¥ÖÒhiµtZz-ƒ–QˤeÖ²hYµlZv-‡–SKÐri¹µZ_­ŸÖ_  Ôiƒµ!ÚPm˜6\¡ÔFi£µ1ÚXmœ6^› MÔ&i“µ)ÚTmš6]›¡ÍÔfi³µ9Ú\mž†i¸Fh¤Fi´Æh¬Æi¼&h¢&i²¦hª¦iºfh@ƒš©Yš­9š«yš¯Z¨EZL›¯-Ðj‹´ÅÚm©¶L[®­ÐVj«´ÕÚm­¶N[¯mÐ6j›´ÍÚm«¶MÛ®íÐvj»´ÝÚm¯¶OÛ¯Ðj‡´ÃÚí¨vL;®ÐNj§´ÓÚí¬vN;¯]Ð.j—´ËÚíªvM»®ÝÐnj·´ÛÚí®vO»¯=Ðj´ÇÚí©öL{®½Ð^j¯´×Úí­öN{¯}Ð>jŸ´ÏÚí«öMû®ýÐ~j¿´ßÚí¯öOK¤'Ö“èIõdzœ¯'×Sè)õTzj=žVO§§×3èõLzf=‹žUϦg×sè9õ=—ž[Ï£çÕóéùõzA½^X/¢Õ‹éÅõzI½”^Z/£—ÕËéåõ zE½’^Y¯¢WÕ«éÕõzM½–^[¯£×ÕëéõõzC½‘ÞXo¢7Õ›éÍõzK½•ÞZo£·ÕÛéíõzG½“ÞYï¢wÕ»éÝõzO½—Þ[ï£÷Õûéýõú@}>X¢Õ‡éÃõúH}”>Z£ÕÇéãõ úD}’>YŸ¢OÕ§éÓõúL}–>[Ÿ£ÏÕç阎ë„Nê”NëŒÎêœÎë‚.ê’.늮ꚮë†t¨›º¥Ûº£»º§ûz ‡z¤Çôùú}¡¾H_¬/Ñ—êËôåú }¥¾J_­¯Ñ×êëôõú}£¾I߬oÑ·êÛôíú}§¾Kß­ïÑ÷êûôýúý ~H?¬ÑêÇôãú ý¤~J?­ŸÑÏêçôóúý¢~I¿¬_ѯê×ôëú ý¦~K¿­ßÑïê÷ôûúý¡þH¬?ÑŸêÏôçú ý¥þJ­¿Ñßêïô÷úý£þIÿ¬Ñ¿êßôïúý§þKÿ­ÿÑÿêÿôDFb#‰‘ÔHfÄñFr#…‘ÒHe¤6ÒitFz#ƒ‘ÑÈdd6²YlFv#‡‘ÓH0r¹F_£ŸÑß` 4ƒ!ÆPc˜1ÜaŒ4F£1ÆXcœ1Þ˜`L4&“)ÆTcš1ݘaÌ4f³9Æ\cž¸A¤A´Á¬Á¼!¢!²¡ª¡ºaÀ€†iX†m8†kx†oFhDF̘o,0‹ŒÅÆc©±ÌXn¬0V«ŒÕÆc­±ÎXol06›ŒÍÆc«±ÍØnì0v»ŒÝÆc¯±ÏØo0‡ŒÃÆã¨qÌ8nœ0N§ŒÓÆã¬qÎ8o\0.—ŒËÆãªq͸nÜ0n·ŒÛÆã®qϸo<0ŒÇÆã©ñÌxn¼0^¯Œ×Æã­ñÎxo|0>ŸŒÏÆã«ñÍønü0~¿ŒßÆã¯ñÏHƒ$ )Hâ@Ïà ø ¾ïàø ~ßàø þD01L“Âd0ÆÃä0L SÁÔ0 L ÓÁô0Ì3ÁÌ0 Ì ³Áì0Ì `.˜æya>˜€a!XEa1X–€%a)X–ea9XV€a%XVUa5XÖ€5a-XÖua=X6€ a#Ø6Ma3ض€-a+ضma;Øv€a'Øv]a7Øö€=a/Øö}a?Ø€á 8Cá08Ž€#á(8Žcá88N€á$8NSá48΀3á,8Îsá<ˆA„¤!YÈA P„”¡U¨A@MhA:Ð…ôaCÁœÀ…p\ —À¥p\WÀ•p\ ×Àµp\7ÀpÜ ·À­pÜwÀpÜ ÷À½pÜÀƒð< À£ð<OÀ“ð< ÏÀ³ð</À‹ð¼ ¯À«ð¼oÀ›ð¼ ïÀ»ð¼À‡ð| ŸÀ§ð|_À—ð| ßÀ·ð|?Àðü ¿À¯ðüÀŸðü ÿÀ¿ðLd&6“˜IÍdfœo&7S˜)ÍTfj3™ÖLg¦73˜ÍLff3‹™ÕÌff7s˜9Í3—™ÛÌcæ5ó™ùÍfA³YØ,b5‹™ÅÍfI³”YÚ,c–5Ë™åÍ fE³’YÙ¬bV5«™ÕÍfM³–YÛ¬cÖ5ë™õÍfC³‘ÙØlb65›™ÍÍfK³•ÙÚlc¶5Û™íÍfG³“ÙÙìbv5»™ÝÍfO³—ÙÛìcö5û™ýÍæ@s9Øb5‡™ÃÍæHs”9ÚcŽ5Ç™ãÍ æDs’9ÙœbN5§™ÓÍæLs–9ÛœcÎ5癘‰›„Iš”I›ŒÉšœÉ›‚)š’)›Š©šš©›† Lhš¦eÚ¦cº¦gúf`†fdÆÌùæs¡¹È\l.1—šËÌåæ s¥¹Ê\m®1ךëÌõæs£¹ÉÜln1·šÛÌíæs§¹ËÜmî1÷šûÌýæó yÈ1ŸšÏÌçæ ó¥ùÊ|m¾1ßšïÌ÷æó£ùÉül~1¿šßÌïæó§ùËümþ1ÿšÿÌDVb+‰•ÔJfÅYñVr+…•ÒJe¥¶ÒXi­tVz+ƒ•ÑÊde¶²XY­lVv+‡•ÓJ°rY¹­V_«ŸÕß` ´Yƒ­!ÖPk˜5Üa´FY£­1ÖXkœ5Þš`M´&Y“­)ÖTkš5ÝšaÍ´fY³­9Ö\kž…Y¸EX¤EY´ÅX¬ÅY¼%X¢%Y²¥Xª¥YºeXÀ‚–iY–m9–ky–oVhEVÌšo-°Z‹¬ÅÖk©µÌZn­°VZ«¬ÕÖk­µÎZom°6Z›¬ÍÖk«µÍÚní°vZ»¬ÝÖk¯µÏÚo°Z‡¬ÃÖë¨uÌ:n°NZ§¬ÓÖë¬uÎ:o]°.Z—¬ËÖëªuͺnݰnZ·¬ÛÖë®uϺo=°Z¬ÇÖë©õÌzn½°^Z¯¬×Öë­õÎzo}°>ZŸ¬ÏÖë«õÍúný°~Z¿¬ßÖë¯õÏJd'¶“ØIídvœo'·SØ)íTvj;ÖNg§·3ØíLvf;‹ÕÎfg·sØ9í;—ÛÎcçµóÙùívA»]Ø.bµ‹ÙÅívI»”]Ú.c—µËÙåí vE»’]Ù®bWµ«ÙÕívM»–]Û®c×µëÙõívC»‘ÝØnb7µ›ÙÍívK»•ÝÚnc·µÛÙíívG»“ÝÙîbwµ»ÙÝívO»—ÝÛîc÷µûÙýíö@{=Øbµ‡ÙÃíöH{”=ÚcµÇÙãí öD{’=ÙžbOµ§ÙÓíöL{–=ÛžcϵçÙ˜Û„MÚ”MÛŒÍÚœÍÛ‚-Ú’-ÛŠ­Úš­Û† lh›¶eÛ¶c»¶gûv`‡vdÇìùö{¡½È^l/±—ÚËìåö {¥½Ê^m¯±×Úëìõö{£½ÉÞlo±·ÚÛìíö{§½ËÞmï±÷Úûìýöû }È>l±ÚÇìãö û¤}Ê>mŸ±ÏÚçìóöû¢}ɾl_±¯Ú×ìëö û¦}˾mß±ïÚ÷ìûöû¡ýÈ~l?±ŸÚÏìçö û¥ýÊ~m¿±ßÚïì÷öû£ýÉþl±¿Úßìïöû§ýËþmÿ±ÿÚÿìDNb'‰“ÔIæÄ9ñNr'…“ÒIå¤vÒ8itNz'ƒ“ÑÉädv²8YlNv'‡“ÓIpr9¹N_§ŸÓßà t9ƒ!ÎPg˜3ÜáŒtF9£1ÎXgœ3Þ™àLt&9“)ÎTgš3Ý™áÌtf9³9Î\gžƒ9¸C8¤C9´Ã8¬Ã9¼#8¢#9²£8ª£9ºc8ÀŽéXŽí8ŽëxŽïNèDNÌ™ï,p:‹œÅÎg©³ÌYî¬pV:«œÕÎg­³ÎYïlp6:›œÍÎg«³ÍÙîìpv:»œÝÎg¯³ÏÙïp:‡œÃÎç¨sÌ9îœpN:§œÓÎç¬sÎ9ï\p.:—œËÎçªs͹îÜpn:·œÛÎç®sϹï:ŸœÏÎç«óÍùîüp~:¿œßÎç¯óÏIä&v“¸IÝdnœï&wS¸)ÝTnj7›ÖMç¦w3¸ÝLnf7‹›ÕÍæfws¸9Ý7—›ÛÍãæuó¹ùÝnA·[Ø-âu‹¹ÅÝnI·”[Ú-ã–u˹åÝ nE·’[Ù­âVu«¹ÕÝnM·–[Û­ãÖuë¹õÝnC·‘ÛØmâ6u›¹ÍÝnK·•ÛÚmã¶uÛ¹íÝnG·“ÛÙíâvu»¹ÝÝnO·—ÛÛíãöuû¹ýÝî@w;Øâu‡¹ÃÝîHw”;ÚãŽuǹãÝ îDw’;ÙâNu§¹ÓÝîLw–;ÛãÎu繘‹»„Kº”K»ŒËºœË»‚+º’+»Š«ºš«»† \èš®åڮ㺮çúnà†näÆÜùîw¡»È]ì.q—ºËÜåî w¥»Ê]í®q׺ëÜõîw£»ÉÝìnq·ºÛÜíîw§»ËÝíîq÷ºûÜýî÷ {È=ìqºÇÜãî ÷¤{Ê=ížqϺçÜóî÷¢{ɽì^q¯º×Üëî ÷¦{˽íÞqïº÷Üûî÷¡ûÈ}ì>qŸºÏÜçî ÷¥ûÊ}í¾qߺïÜ÷î÷£ûÉýì~q¿ºßÜïî÷§ûËýíþqÿºÿÜD^b/‰—ÔKæÅyñ^r/…—ÒKå¥öÒxi½t^z/ƒ—ÑËäeö²xY½l^v/‡—ÓKðry¹½<^^/Ÿ—ß+àô y…½"^Q¯˜WÜ+á•ôJy¥½2^Y¯œWÞ«àUô*y•½*^U¯šWÝ«áÕôjyµ½:^]¯žWßkà5ôy½&^S¯™×ÜkáµôZy­½6^[¯×Þëàuô:y½.^W¯›×Ýëáõôzy½½>^_¯Ÿ×ßà ôyƒ½!ÞPo˜7ÜáôFy£½1ÞXoœ7Þ›àMô&y“½)ÞToš7Ý›áÍôfy³½9Þ\ož‡y¸Gx¤Gy´Çx¬Çy¼'x¢'y²§xª§yºgxÀƒžéYží9žëyžï^èE^Ì›ï-ðz‹¼ÅÞo©·Ì[î­ðVz«¼ÕÞo­·Î[ïmð6z›¼ÍÞo«·ÍÛîíðvz»¼ÝÞo¯·ÏÛïðz‡¼ÃÞï¨wÌ;îðNz§¼ÓÞï¬wÎ;ï]ð.z—¼ËÞïªwÍ»îÝðnz·¼ÛÞï®wÏ»ï=ðz¼ÇÞï©÷Ì{î½ð^z¯¼×Þï­÷Î{ï}ð>zŸ¼ÏÞï«÷Íûîýð~z¿¼ßÞï¯÷ÏKä'ö“øIýd~œï'÷Sø)ýT~j?ŸÖOç§÷3øýL~f?‹ŸÕÏæg÷sø9ý?—ŸÛÏãçõóùùý~A¿_Ø/âõ‹ùÅý~I¿”_Ú/ã—õËùåý ~E¿’_Ù¯âWõ«ùÕý~M¿–_Û¯ã×õëùõý~C¿‘ߨoâ7õ›ùÍý~K¿•ßÚoã·õÛùíý~G¿“ßÙïâwõ»ùÝý~O¿—ßÛïã÷õûùýýþ@?Øâõ‡ùÃýþH”?ÚãõÇùãý þD’?ÙŸâOõ§ùÓýþL–?ÛŸãÏõçù˜û„Oú”OûŒÏúœÏû‚/ú’/ûНúš¯û†|蛾å۾㻾çû~à‡~äÇüùþ¡¿È_ì/ñ—úËüåþ ¥¿Ê_í¯ñ×úëüõþ£¿Éßìoñ·úÛüíþ§¿Ëßíïñ÷úûüýþÿ È?ìñúÇüãþ ÿ¤Ê?íŸñÏúçüóþÿ¢É¿ì_ñ¯ú×üëþ ÿ¦Ë¿íßñïú÷üûþÿ¡ÿÈì?ñŸúÏüçþ ÿ¥ÿÊí¿ñßúïü÷þÿ£ÿÉÿìñ¿úßüïþÿ§ÿËÿíÿñÿúÿüDAâ I4HÄñAò E2H¤ÒiƒtAú C1Èd²YƒlAö G3Hr¹ƒ¨T *•ƒ*AÕ ZP=¨Ô jµƒ:AÝ ^P?h4 ƒ&AÓ YÐèt :ƒ.A× [Ð=èô z½ƒ>Aß _Ð? ƒƒ!ÁÐ`X0<Œ F£ƒ1ÁØ`\0>˜L &“ƒ)ÁÔ`Z0=˜Ì f³ƒ9ÁÜ`^€x@d@tÀlÀ| b r j z` €X8xADA,˜,‹‚ÅÁ’`i°,X¬V«‚ÕÁš`m°.Xl6›‚ÍÁ–`k°-Øìv»‚ÝÁž`o°/؇‚ÃÁ‘àhp,8œN§‚ÓÁ™àlp.8\.—‚ËÁ•àjp-¸Ün·‚ÛÁànp/¸<‚ÇÁ“àið,x¼^¯‚×Á›àmð.x|>Ÿ‚ÏÁ—àkð-øü~¿‚ßÁŸàoð/H&“„IÃda\&S„)ÃTaê0M˜6L¦3„ÃLaæ0K˜5Ìfs„9Ä0W˜;Ìæ ó…ùÃaÁ°PX8, ‹…ÅÃaɰTX:,– Ë…åà aŰRX9¬V «…ÕÃaͰVX;¬Ö ë…õÃaðQØ8l6 ›…ÍÃa˰UØ:l¶ Û…íÃaǰSØ9ìv »…ÝÃaϰWØ;ìö û…ýÃáÀpP88 ‡…ÃÃáÈpT8:Ž Ç…ãà áÄpR89œN §…ÓÃáÌpV8;œÎ ç…Xˆ‡DH†TH‡LȆ\ȇB(†R(‡J¨†Z¨‡FBš¡Ú¡º¡úa†aÆÂùá‚pa¸(\. —†ËÂåáŠpe¸*\® ׆ëÂõá†pc¸)Ün ·†ÛÂíáŽpg¸+Üî ÷†ûÂýáð`x(< †ÇÂãá‰ðdx*<ž φçÂóá…ðbx)¼^ ¯†×Âëáðfx+¼Þ ï†÷Âûáƒðaø(|> Ÿ†ÏÂçá‹ðeø*|¾ ߆ïÂ÷á‡ðcø)ü~ ¿†ßÂïáðgø+üþ ÿ†ÿÂDQâ(I”4JÅEñQò(E”2J¥ŽÒDi£tQú(C”1Êe޲DY£lQö(G”3JˆrE¹£ªUŒ*E•£*QÕ¨ZT=ªÕŒjEµ£:Qݨ^T?j5ŒE£&QÓ¨YÔêuŒ:E£.Qר[Ô=êõŒzE½£>Qߨ_Ô? ŒEƒ£!ÑÐhX4<ŒFE££1ÑØh\4>šMŒ&E“£)ÑÔhZ4=šÍŒfE³£9ÑÜh^„ExDDdDEtÄDlÄE|$Db$Er¤Dj¤EzdD ‚‘Y‘9‘y‘QEQ,š-ˆF‹¢ÅÑ’hi´,Z­ˆVF«¢ÕÑšhm´.Zmˆ6F›¢ÍÑ–hk´-ÚíˆvF»¢ÝÑžho´/ÚˆF‡¢ÃÑ‘èht,:ˆNF§¢ÓÑ™èlt.:]ˆ.F—¢ËÑ•èjt-º݈nF·¢ÛÑènt/º=ˆF¢ÇÑ“èiô,z½ˆ^F¯¢×Ñ›èmô.z}ˆ>FŸ¢ÏÑ—èkô-úýˆ~F¿¢ßÑŸèoô/JKKKK‹‹ÅÇ’ÇRÄRÆRÅRÇÒÄÒÆÒÅÒÇ2Ä2Æ2Å2DzIJƲŲÇrÄrÆb¹b¹cybycùbùcbc…b…cEbEcÅbÅc%b%c¥b¥cebecåbåcbc•b•cUbUcÕbÕc5b5cµbµcubucõbõc b cbcMbMcÍbÍc-b-c­b­cmbmcíbícbcbc]b]cÝbÝc=b=c½b½c}b}cýbýcbcƒbƒcCbCÿÓÞ]ѳy¢333337w ;iHºÓ¤!ÌÌÌÌ‹,°ð„™™™™™·îÌîÖÔìK»3÷Þ}§ô«R=–eùƒ>úÙZm‚¶A» }Ð!èt :]‚®A· {Ð#èô z}‚¾A¿ 0  C‚¡Á°`x0"Œ Fc‚±Á¸`|0!˜L &S‚©Á´`z0#˜Ì fs‚¹Á¼`~° X, ‚0@H4`D2PL`Ä‚ÅÁ’`i°,X¬V«‚ÕÁš`m°.Xl6›‚ÍÁ–`k°-Øìv»‚ÝÁž`o°/؇‚ÃÁ‘àhp,8œN§‚ÓÁ™àlp.8\.—‚ËÁ•àjp-¸Ün·‚ÛÁànp/¸<‚ÇÁ“àið,x¼^¯‚×Á›àmð.x|‸ ˆ€„ H ’€¤ HR€” H Ò€´ H2€Œ È ²€¬ Èr€œ È ò€¼ È €‚ ( Š€¢ (J€’ ( Ê€² (*€Š ¨ ª€ª ¨j€š ¨ ꀺ ø| >Ÿ‚ÏÀçà ð%¨€† ø | ƒ&àð-ø|š‚fàð#h~?ƒ_À¯ h ZßÀïàð'h Ú€¶ h:€Ž è º€® èz€ž è ú€¾ è€` †€¡`F€‘` Æ€±`&€‰`˜ ¦€©`˜f€™`˜ 怹`˜€…` €! €ˆ€ h`€ÄÀb°,ËÀr°¬«Àj°¬ëÀz°l›Àf°lÛÀv°ì»Àn°ìûÀ~p‡ÀapÇÀqpœ§ÀipœçÀyp\—Àep\×ÀupÜ·ÀmpÜ÷À}ð<Àcð<ÏÀsð¼¯Àkð¼ïÀ{ðÄqa<&€ a"˜&Ia2˜¦€)a*˜¦ia:˜f€a&˜fYa6˜æ€9a.˜æya>˜€a!XEa1X–€%a)X–ea9XV€a%XVUa5XÖ€5a-XÖua=øü~?…ŸÁÏáðKX6€ a#øü6†Mà7ð[øü6…ÍàðGØþ†¿À_a ض‚¿ÁßáðOضma;Øv€a'Øv]a7Øö€=a/Øö}a?Ø€á 8Cá08Ž€#á(8Žcá88N€á$8NSá48΀3á,8Îsá<8.€ á"@!DCCH!ƒ A ÔÐ@ ŒÁÅp \ —Áåp\ WÁÕp \ ×ÁõpÜ7ÁÍp Ü ·ÁípÜ wÁÝpÜ ÷Áýð<ÁÃð< Áãð< OÁÓð < ÏÁóð¼/ÁËð ¼ ¯Áëð¼ oÁÛð¼ ïÁûð|ÁÇð | ŸÁçð| _Á×ð | ßÁ÷ðŒƒâ¢x(>J€¢D(1J‚’¢d(9JR¢T(5JƒÒ¢t(=Ê€2¢L(3Ê‚²¢l(;Êr¢\(7ʃò¢|(?*€ ¢B¨0*‚Š¢b¨8*J¢R¨4*ƒÊ¢r¨<ª€*¢J¨2ª‚ª¢j¨:ªj¢Z¨6ªƒê¢zè#ô1ú}Š>CŸ£/З¨>j€¢Fè+ô5jŒš oзè;ô=jŠš¡Ш9ú ýŒ~A¿¢¨%j…~C¿£?П¨5jƒÚ¢v¨=ê€:¢N¨3ꂺ¢n¨;êz¢^¨7êƒú¢~¨?€¢Ah0‚†¢ah8F¢Qh4ƒÆ¢qh<š€&¢Ih2š‚¦¢ih:šf¢Yh6šƒæ¢yh>Z€¢E(@A„F…ˆ"†8(B)¤‘A9C‹Ñ´-CËÑ ´­B«Ñ´­CëÑ´mB›Ñ´mCÛÑ´íB»Ñ´íCûÑtB‡ÑtCÇÑ tB§ÑtCçÑt]B—Ñt]C×Ñ tÝB·ÑtÝC÷Ñô=BÑô=CÏÑ ô½B¯Ñô½CïÑÇÅñp|œ'ĉpbœ'ÅÉprœ§Ä©pjœ§ÅépzœgÄ™pfœgÅÙpvœçĹpnœçÅùp~\Ä…pa\ÅÅpq\—Ä¥pi\—Ååpy\WÄ•pe\WÅÕpu\×ĵpm\×ÅõðGøcü þ†?Ç_à/q}Ü7ÄðWøkÜ7Áßàoñwø{Ü7Ã?àqsüþÿ‚Å-pKÜ ÿ†Çà?qkÜ·Åíp{ÜwÄpgÜwÅÝpwÜ÷ĽpoÜ÷Åýp<ăð`<ÅÃðp<Ä£ðh<Åãðx<OÄ“ðd<OÅÓðt<Ïijðl<ÏÅóð|¼/Ä‹p€†aŒ 1Å s,p„%VXcƒ-v8†ã%x)^†—ãx%^…Wã5x-^‡×ã x#Þ„7ã-x+Þ†·ãx'Þ…wã=x/Þ‡÷ãø >„ã#ø(>†ãø$>…Oã3ø,>‡Ïã ø"¾„/ã+ø*¾†¯ãø&¾…oã;ø.¾‡ïãø!~„ã'ø)~†Ÿãø%~…_ã7ø-~‡ßã8‰Kâ‘ø$IH‘Ä$ IJ’‘ä$IIR‘Ô$ IKÒ‘ô$ÉH2‘Ì$ ÉJ²‘ì$ÉIr‘Ü$ÉKò‘ü¤)H ‘¤)JŠ‘â¤)IJ‘Ò¤ )KÊ‘ò¤©H*‘ʤ ©Jª‘ꤩIj‘Ú¤©Kê‘ÈÇäò)ùŒ|N¾ _’ú¤iH‘¯Èפ1iB¾!ß’ïÈ÷¤)iF~ ?’æä'ò3ù…üJZ–¤ùüNþ ’Ö¤ iKÚ‘ö¤éH:‘Τ éJº‘î¤éIz‘Þ¤éKú‘þdH‘ÁdJ†‘ádIF‘Ñd KÆ‘ñd™H&‘Éd ™J¦‘éd™If‘Ùd™Kæ‘ùdYH‘€ "˜JáDˆH¢ˆ&†XâHŒ,&KÈR²Œ,'+ÈJ²Š¬&kÈZ²Ž¬'ÈF²‰l&[ÈV²l';ÈN²‹ì&{È^²ì'ÈArˆ&GÈQrŒ''ÈIrŠœ&gÈYrŽœ'ÈEr‰\&WÈUr\'7ÈMr‹Ü&wÈ]rÜ'ÈCòˆ<&OÈSòŒ<'/ÈKòм&oÈ[ò޼'Hœ0n/Œ&†‰ÂÄa’0i˜,L¦S†©ÂÔaš0m˜.Lf3†™ÂÌa–0k˜-Ìæs†¹ÂÜaž0o˜/Ì †…ÂÂa‘°hX,,–K†¥ÂÒa™°lX.,V+†•ÂÊa•°jX-¬Ök†µÂÚa°nX/ü(ü8ü$ü4ü,ü<ü"ü2¬6†Â¯Â¯ÃÆa“ð›ðÛð»ðû°iØ,ü!ü1lþþþþ¶[†­ÂßÂßÃ?Â?ÃÖa›°mØ.lv;†ÂÎa—°kØ-ìö{†½ÂÞaŸ°oØ/솃ÂÁáph8,ŽG†£ÂÑá˜pl8.N'†“ÂÉá”pj8-œÎg†³ÂÙáœpn8/œ.†‹Â ! QˆC†! YÈCF¡ U¨CÚÐ…±pq¸$\. —‡+•áªpu¸&\® ׇÂá¦ps¸%Ün ·‡;Âá®pw¸'Üî ÷‡ƒá¡ðpx$< ‡'“á©ðtx&<ž χ‹á¥ðrx%¼^ ¯‡7›á­ðvx'¼Þ á£ðqø$|> Ÿ‡/—á«ðuø&|¾ ߇Â84.GãÓ4!MDÓ$4)MF“Ó4%MESÓ44-MGÓÓ 4#ÍD3Ó,4+ÍF³Ó4'ÍEsÓ<4/ÍGóÓ´ -D Ó"´(-F‹Ó´$-EKÓ2´,-GËÓ ´"­D+Ó*´*­F«Ó´&­EkÓ:´.­G?¢ÓOè§ô3ú9ý‚~IëÓ´!mD¿¢_ÓÆ´ ý†~K¿£ßÓ¦´ýþH›ÓŸèÏôú+mA[ÒVô7ú;ýƒþI[Ó6´-mGÛÓ´#íD;Ó.´+íF»Ó´'íE{Ó>´/íGûÓt DÓ!t(F‡Ót$EGÓ1t,GÇÓ t"D'Ó)t*F§Ót&EgÓ9t.GçÓt!]D (¤ˆbJhH)e”SA#*©¢šj©£1º˜.¡Ké2ºœ® +é*ºš®¡ké:ºžn é&º™n¡[é6ºî ;é.º›î¡{é>ºŸ é!z˜¡Gé1zœž 'é)zšž¡gé9zž^ é%z™^¡Wé5zÞ 7é-z›Þ¡wé=zŸ> é#ú˜>¡Oé3úœ¾ /é+úš¾¡oé;úž~ qX\Åg XB–ˆ%fIXR–Œ%g)XJ–Š¥fiXZ–Ž¥gXF–‰efYXV–eg9XN–‹åfyX^–ågXAVˆfEXQVŒg%XIVŠ•feXYVŽ•gXEV‰UfUXUVUg5XMV‹ÕfuX]V}Ä>fŸ°OÙgìsöû’Õg XCÖˆ}žfYö û–}ǾgMY3öû‘5g?±ŸÙ/ìWÖ‚µd­Øoìwöû“µfmX[ÖŽµgXGÖ‰uf]XWÖug=XOÖ‹õf}X_ÖõgØ@6ˆ fCØP6Œ g#ØH6ŠfcØX6ŽgØD6‰MfSØT6Mg3ØL6‹ÍfsØ\6Íg ØB¶ˆ 0ÈÃŒ°QÆg‚EL2Å43Ì2Çbl1[–²el9[ÁV²Ul5[ÃÖ²ul=ÛÀ6²Ml3Û¶²ml;ÛÁv²]l7ÛÃö²}l?;À²Cì0;ÂŽ²cì8;ÁN²Sì4;Ãβsì<»À.²Kì2»Â®²kì:»Án²[ì6»Ãî²{ì>{À²Gì1{ž²gì9{Á^²Wì5{ÃÞ²wì=ûÀâð¸<Ïð„<OÌ“ð¤<OÎSð”<OÍÓð´<OÏ3ðŒ<Ï̳ð¬<ÏÎsðœ<ÏÍóð¼<ÏÏ ð‚¼/Ì‹ð¢¼/ÎKð’¼/ÍËð²¼/Ï+ðм¯Ì«ðª¼¯Îk𚼯Íëðº¼ÿˆÌ?áŸòÏøçü þ%¯Ïð†¼ÿŠÍó&üþ-ÿŽÏ›òfüþ#oÎâ?ó_ø¯¼oÉ[ñßøïüþ'oÍÛð¶¼oÏ;ð޼ïÌ»ð®¼ïÎ{ðž¼ïÍûð¾¼ïÏð|̇ð¡|ÎGð‘|ÍÇð±|Ï'ð‰|ŸÌ§ð©|ŸÎgð™|ŸÍçð¹|ŸÏð…|8à#Ž9á!§œqθäŠkn¸åŽÇøb¾„/åËør¾‚¯ä«øj¾†¯åëøz¾o䛸f¾…oåÛøv¾ƒï仸n¾‡ïåûø~~€䇸a~„åÇøq~‚Ÿä§øi~†Ÿåçøy~_ä—øe~…_å×øu~ƒßä·øm~‡ßå÷ø}þ€?äøcþ„?åÏøsþ‚¿ä¯økþ†¿åïø{þÇqE<_$ E"‘X$IE2‘\¤)E*‘Z¤iE:‘^dE&‘YdYE6‘]ä9E.‘[äyE>‘_E!QXEE1Q\”%E)QZ”eE9Q^TE%QYTUE5Q]Ô5E-Q[ÔuE=ñ‘øX|">Ÿ‰ÏÅâKQ_4 E#ñ•øZ4MÄ7â[ñø^4ÍÄâGÑ\ü$~¿ˆ_E ÑR´¿‰ßÅâOÑZ´mE;Ñ^tE'ÑYt]E7Ñ]ô=E/Ñ[ô}E?Ñ_ Å 1X CÅ01\Œ#Å(1ZŒcÅ81^LÅ$1YLSÅ41]Ì3Å,1[ÌsÅ<1_, Å"  @ "BA\ )”ÐÂ+œˆ‰Åb‰X*–‰åb…X)V‰ÕbX+Ö‰õbƒØ(6‰Íb‹Ø*¶‰íb‡Ø)v‰ÝbØ+ö‰ýâ€8(‰Ãâˆ8*މãâ„8)N‰ÓâŒ8+Ήó₸(.‰Ë⊸*®‰ë↸)n‰Û⎸+î‰ûâx(‰Çâ‰x*ž‰çâ…x)^‰×âx+Þ‰÷⃈ÅâEñ£QÂ(Q”8J%’EÉ£QÊ(U”:J¥ÒEé£ QÆ(S”9Êe²EÙ£QÎ(W”;ÊåòEù£QÁ¨PT8*ŠEÅ£QɨTT:*•ÊEå£ QŨRT9ªUªEÕ£QͨVT;ªÕêEEGŸDŸFŸEŸG_D_Fõ£QèQôUôuÔ8j}}}}5šE?D?FÍ£Ÿ¢Ÿ£_¢_£Q˨Uô[ô{ôGôgÔ:jµÚEí£QǨSÔ9êuºEÝ£QϨWÔ;êõúEý£ÑÀhP48 †EãÑÈhT4:ÆE㣠ÑÄhR49šM¦EÓ£ÑÌhV4;šÍæEó£ÑÂhQD ‚ŠpD¢0¢‹x$¢(’‘Štd"¹(-Ž–DK£eÑòhE´2Z­ŽÖDk£uÑúhC´1Úm޶D[£mÑöhG´3ÚíŽöD{£}Ñþè@t0:ŽŽDG£cÑñèDt2:ŽÎDg£sÑùèBt1º]Ž®DW£kÑõèFt3ºÝŽîDw£{ÑýèAô0z=ŽžDO£gÑóèEô2z½ŽÞDo£wÑûèCGÆ•ñd|™@&”‰db™D&•Édr™B¦”©dj™F¦•édz™Af”™df™Ef•Ùdv™C改dn™Gæ•ùd~Y@”…daYD•ÅdqYB–”¥diYF–•ådyYAV”•deYEV•ÕduYCÖ”µdmYGÖ•õäGòcù‰üT~&?—_È/e}Ù@6”äWòkÙX6‘ßÈoåwò{ÙT6“?Èesù“üYþ"•-dKÙJþ&—È?ekÙF¶•íd{ÙAv”dgÙEv•ÝdwÙCö”½doÙGö•ýd9@”ƒä`9D•Ãäp9BŽ”£äh9FŽ•ãäx9AN”“äd9EN•Óät9CΔ³äl9GΕóä|¹@.”‹d „I,‰ %•Lr)d$¥TRK#­t2&Ë%r©\&—Ër¥\%WË5r­\'×Ë r£Ü$7Ë-r«Ü&·Ër§Ü%wË=r¯Ü'÷Ëò <$Ë#ò¨<&Ëò¤<%OË3ò¬<'ÏË ò¢¼$/Ë+òª¼&¯Ëò¦¼%oË;ò®¼'ïËò¡|$Ë'ò©|&ŸËò¥|%_Ë7ò­|'ßË2ŽŠ«â©ø*J¨©Ä*‰Jª’©ä*…J©R©Ô*J«Ò©ô*ƒÊ¨2©Ì*‹Êª²©ì*‡Ê©r©Ü*Ê«ò©üª€*¨ ©Âªˆ*ªŠ©âª„*©J©ÒªŒ*«Ê©òª‚ª¨*©ÊªŠªªª©êª†ª©j©ÚªŽª«ê©ÔÇêõ©úL}®¾P_ªúªj¨©¯Ôת±j¢¾QߪïÔ÷ª©j¦~P?ªæê'õ³úEýªZ¨–ª•úMý®þPªÖªj«Ú©öªƒê¨:©Îª‹êªº©îª‡ê©z©Þªê«ú©þj€¨©Ájˆª†©áj„©F©ÑjŒ«Æ©ñj‚š¨&©ÉjŠšª¦©éj†š©f©ÙjŽš«æ©ùjZ¨©@RX*ª˜âJ¨HI¥”VFYåTL-VKÔRµL-W+ÔJµJ­VkÔZµN­WÔFµImV[ÔVµMmW;ÔNµKíV{Ô^µOíWÔAuHVGÔQuLW'ÔIuJVgÔYuNWÔEuI]VWÔUuM]W7ÔMuKÝVwÔ]uOÝWÔCõH=VOÔSõL=W/ÔKõJ½VoÔ[õN½WTWÇÓñuP'Ò‰uT'ÓÉu R§Ò©uV§ÓéuQgÒ™uUgÓÙuSçÒ¹uWçÓùu]PÒ…u]TÓÅu ]R—Ò¥u]V—Óåu]QWÒ•u]UWÓÕu ]S×Òµu]W×Óéõ'úSý™þ\¡¿ÔõuÝP7Ò_é¯ucÝD£¿ÕßéïuSÝLÿ ÔÍõOúgý‹þU·Ð-u+ý›þ]ÿ¡ÿÔ­uÝV·ÓíuÝQwÒuÝUwÓÝuÝS÷Ò½uÝW÷Óýõ=PÒƒõ=TÓÃõ=RÒ£õ=VÓãõ=QOÒ“õ=UOÓÓõ =SÏÒ³õ=WÏÓóõ½P/Òj¤±&:ÔT3͵Б–Zi­¶Úé˜^¬—è¥z™^®Wè•z•^­×èµz^¯7èz“Þ¬·è­z›Þ®wèz—Þ­÷è½zŸÞ¯èƒú>¬è£ú˜>®Oè“ú”>­Ïè³úœ>¯/è‹ú’¾¬¯è«úš¾®oè›ú–¾­ïè»úž¾¯è‡ú‘~¬Ÿè§ú™~®_è—ú•~­ßè·ú~¯?è8&®‰gâ›&¡Id›$&©If’›&¥IeR›4&­IgÒ› &£Éd2›,&«Éf²›&§Éer›<&¯Égò›¦ )d ›"¦¨)fŠ›¦¤)eJ›2¦¬)gÊ› ¦¢©d*›*¦ª©fª›¦¦©ej›:¦®©g>2›O̧æ3ó¹ùÂ|iꛦ¡id¾2_›Æ¦‰ùÆ|k¾3ß›¦¦™ùÁühš›ŸÌÏæó«iaZšVæ7ó»ùÃüiZ›6¦­igÚ›¦£éd:›.¦«éfº›¦§éez›>¦¯égú›f d›!f¨f†›f¤eF›1f¬gÆ› f¢™d&›)fª™f¦›f¦™ef›9f®™gæ›f¡Yd 4È`CLh¨a†a"#2Úc31³Ø,1KÍ2³Ü¬0+Í*³Ú¬1kÍ:³Þl0Í&³Ùl1[Í6³Ýì0;Í.³Ûì1{Í>³ß0Í!sØ1GÍ1sÜœ0'Í)sÚœ1gÍ9sÞ\0Í%sÙ\1WÍ5sÝÜ07Í-sÛÜ1wÍ=sß<0Í#óØ<1OÍ3óܼ0/Í+óÚ¼1oÍ;óÞ|0ql\ÏÆ· lB›È&¶IlR›Ì&·)lJ›Ê¦¶ilZ›Î¦·lF›Éf¶YlV›Íf·9lN›Ëæ¶yl^›Ïæ·lA[ȶElQ[Ì·%lI[Ê–¶elY[Ζ·lE[ÉV¶UlU[ÍV·5lM[ËÖ¶ul][Ï~d?¶ŸØOígösû…ýÒÖ· lCÛÈ~e¿¶mûýÖ~g¿·Mm3ûƒýÑ6·?ÙŸí/öWÛ¶´­ìoöwû‡ýÓ¶¶ml[Ûζ·lGÛÉv¶]lWÛÍv·=lOÛËö¶}l_ÛÏö·ì@;ȶCìP;Ì·#ìH;ÊŽ¶cìX;ÎŽ·ìD;ÉN¶SìT;ÍN·3ìL;Ëζsì\;Ïη ìB»ÈXh‘Å–ØÐRË,·ÂFVZeµ5ÖZgcv±]b—Úev¹]aWÚUvµ]c×Úuv½Ý`7ÚMv³Ýb·Úmv»ÝawÚ]v·Ýc÷Ú}v¿=`ÚCö°=bÚcö¸=aOÚSö´=cÏÚsö¼½`/ÚKö²½b¯Úköº½aoÚ[ö¶½cïÚ{ö¾}`ÚGö±}bŸÚgö¹}a_ÚWöµ}cßÚwö½ý`㸸.ž‹ï¸„.‘Kì’¸¤.™KîR¸”.•KíÒ¸´.Kï2¸Œ.“Ë첸¬.›Ëîr¸œ.—Ëíò¸¼.ŸËï ¸‚®+슸¢®˜+îJ¸’®”+íʸ²®œ+ï*¸Š®’«ìª¸ª®š«îj¸š®–«í긺®žûÈ}ì>qŸºÏÜçî ÷¥«ï¸†®‘ûÊ}í»&î÷­ûÎ}fî÷£kî~r?»_ܯ®…kéZ¹ßÜïî÷§kíÚ¸¶®kï:¸Ž®“ë캸®®›ëîz¸ž®—ëíú¸¾®Ÿëï¸n솸¡n˜îF¸‘n”íÆ¸±nœï&¸‰n’›ì¦¸©nš›îf¸™n–›í渹nž›ï¸…n‘ pÐ!‡q¡£Ž9î„‹œtÊigœuÎÅÜb·Ä-uËÜr·Â­t«Üj·Æ­uëÜz·Ámt›Üf·ÅmuÛÜv·Ãít»Ün·ÇíuûÜ~wÀt‡ÜawÄuÇÜqwÂt§ÜiwÆuçÜywÁ]t—ÜewÅ]u×ÜuwÃÝt·ÜmwÇÝu÷Ü}÷À=tÜc÷Ä=uÏÜs÷½t¯Ük÷ƽuïÜ{÷ÁʼnÅÅ‹Å%ˆ%Œ%Š%Ž%‰%%‹%¥ˆ¥Œ¥Š¥Ž¥‰¥¥‹¥eˆeŒeŠeŽe‰ee‹eåˆåŒåŠåŽå‰åå‹åˆŒŠŽ‰‹•ˆ•Œ•Еޕ‰••‹•UˆUŒUŠUŽU‰UU‹UՈՌՊµ(˜å_¾CÓýëw)Æäl^ªÚ¿©{çßTÏó<Ïó<Ïó<Ïó<ÏûOUå_ó©4CüRxÿ„>ü…ãçºÿÅ?½ÆýŽ{žçyžçyžçyžçyÿ5|øŽÿI>€ò<Ïó<Ïó<Ïó<Ïóþþw'Äókæyžçyžçyžçyžçyžçyžçyžçyžçý_éß¿4èý?þ{õßÏÿŸþÚ3XqÿBÿïµ侞çyžçyžçyžçyÞ?—¡ÿ÷Úßšÿ7ƒ£¸åÜ¿  âþ…k}åyžçyžçyžçyž÷_ËßúÌÚ_ ¢âü•sÿPx÷oœóA”çyžçyÿ˜î_똜ÍKUû7µNücÿò âTÏó<Ïó<Ïó<Ïó<ÏûOU%Ë¿”4CüRxÿ„þÖÃíºÿÅ?½ÆýŽ{žçyžçyžçyžçyÿ5|øŽÿI>€ò<Ïó¼ÿýµýüiÊÿë>þÿQ=Ïó<Ïó<Ïó<Ïó<ï?•ßÏïý3óûù=Ïó<Ïó<Ïó<Ïó¼ÿÏùýüžçyžçyžçyžçyÞÿ¯>üïNˆç×Ìó<Ïó<Ïó<Ïó<Ïó<Ïó<Ïó<Ïó<Ïû¿Ò¿iÐûÿ~ü÷꿟ÿ?ýµg°âþ…þßkÿÈ}=Ïó<Ïó<Ïû'ñßhýO endstream endobj 611 0 obj << /Type /XObject /Subtype /Image /Width 997 /Height 200 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 621 0 R /Length 18260 /Filter /FlateDecode >> stream xÚíXWß·*b/ ¢Ñ¨±×Xbbb4‰&±£I|ŒÆ’ØKì-šb¥£(½ÒTºˆHïu)Ò{[`Ù]Pó¼ïû}3³€leAQßÿºs…=sæÌésï2‹„ @ @ @ @ @ @ @ @ ¢£GYi àUàTUR°ã÷îÚñšu½¤ð*@×€®:Ž®‡?¼ oëÓõòÒ’ v™àêà]Â?œµó‚ÓÒ}&ï<+˜Q-¥Ú‹A@{Óºn «- C=KóèˆpvY :ÿ]âAXÒ'nº$Þ+r‰(}·¹V|Õ•j¯»_†N×ÿWzÔ××g¤§™_ ­(Çgìï;.8_qˆ¿Pdó°°‹@µ÷·óŽz¼Kº.ˆÌŒt+ó¢‚<‰UzœšìázÇÎÚ¢ÃbÓŠª!UÏŽ_Õ7Ö«š^õÊ5òÎï:zæR­ÆÀ:BW`|»f`ˆÑÉo¦ípõ·¥ëõÏŸ_Õ×ÍÏÉ’èêwœìór³kkøOŸ>é˜Pu£jx×ÉÞÙÞ¶ƒWõõÆšßMN]ó)Ðõ] ªÕz¬#tÆ·‹÷†ÜÞm‡®·‡®Ëó ]/,Èë,t®Ú¶+ÛN›þ÷Å‹õõ¯þcŸÂºú×\ìëƒj5†ë]ñíâ=€!F'·wÛ¡ëðÓõ‚üÜÎBçªm»²ãSÚÖŸ?]<+{tn¾*é÷IFm[JxVäêZRה‹<:QiÐ »Â§¯­’T«1ôXGè Œoï 1:¹½Û]o§g×Oöfd¦›˜^·½eSP/òЯ ]ÏÏËé,t®Ú¶‚ܤ{—vl9ã•.÷){ÎѺNY¶ÏJì> ï°E²‰ó$óÆg}yÖ§°öy‹™% ۣA†î å6¥Ô¤}?ë³C¾eÏžµ±L1¨V¿ƒ£™“èqaÇö?ïg`aKéÊÊŽ²Ù½tÙÏôÎØovc £“óÓ™]¶É~­9›µºÞºB yr Ëðš^u5'‰•`ni*¿®çåf¿r’C»Åd7¥<öØ5¶gÿņÑYÙ¯ç¹Ù¯­¶¬ ?'…MYrŸ²ÿ/SZÖëê„xZLëúˆíÖ÷|ý|ˆ-y"’MO«ós*j[Ì&N(­ë;Cªë^¡– ZýŽfÖ£3ãHÏ/­’ßT ßÙuÔ‰º¢¶Ç7Ñ(ñ}þ5’á{è}¢ºÜ.õÍ÷€x»äiióAlÛ*nk¶û¼mÏùÙ!£ç;Ê>)i,rœÍQ!}^N—ÝÑœrO0èz{è:eã,V’ŽžÖ“'µõõõ©©, +3ùu=7'K9‰6kû2pCR¦Œl4©.¿¨µŸï¦5¥¤ûŸ_:õ£_í²³Z8Wn¤Õ6'-Ðòèš¹ïõQ û£{ÿ÷ç|wÊ9!ëµ]·ÝÉ dÏ$IîSýcZÿüyÝÓ§B<)²¥t}ÒåT¾púÓÚÂ;? "Ö9å?¡^Ö䨮èKÆ a?¡òs½Î®ž<€î;•‘Ÿï·Oã Ϊ)zxù§9Ãz2F­4NãW…ì¦<˜#ÈPîºD‘LÑN«¡~f5ÅûÇc¸ü”+“ˆÒR÷ò†Ò \\ÿ¡zæ*Ÿn¿É~Â¤×æ»îútœZ/Á‰JšŸüfŪiW#T«E»";æê,B†®¹‘þ21ãÁ±1¤û3V§ÍÌ€ÓôÞòÕVte†œŸ,qké³Ê>©ýª‘b·T•(λ”%”žo½†šŒ³ ¢sšÆwÜ©ÀÌVž"ò;&)Ã!iK‰³üv@Ó‰ŠýGÎüzë?᯷ùí°=Êß(ÕaSoÓòŒËnmáâûüëìF×—Ù¦´ÛBêMM¼]ò´´ù ¶m·µ?%4°5ÓþíÎÏ=ߎëèÇ"3èâ\ÕŸ¼•ÞBsÄsÊ=Á ëí¡ë±q1—µ.ÔÖÒ®NÝ­.^þ'9%Iä«’¡ë9YRH úsFwÒ[‰tŸ}º[fäÈ ùîfz¶ÜI•íÕXÛìÄ»¿ÏP$¤ïŒïöþ­kx]ÿüñ­Ë¿ÝãœÜž5yͤ?:7ÚZo$Ê}ʱ ]"Ä“BZ×'^Hâðjøè‘>T[è¶a0%ì·ó«sl–÷Uw,”ÍœÅ94–tŸ¸Y﮿Ÿó•u#™p&–S÷´2ê4åpýì3ptw¿cuÍ.±²®*˜Ñõ Ž ÌrF×Sk¨Ÿ™C¾·ŽŠŒŽŠbåsžò“]w+§3WFžœDÝ#¿ ¶/óĆS"Ž/Ÿ:¸;}†æœ Ü’2˜ôô0óŸçŒ¬,8±çÐYÿÑñK•R%IµMtÝ®IˆÚ÷¦aâ§Èºèì÷«.Ú{ì×ûÏî[5Sƒ©DßñËÎx&>nE¶ÌÔà+_ìÍ|´ßmà”Uçš.½i)þ×¶~<\PÖûÓÆ«…y7ªjspÉø~LïjÎÛzíašXÓN^2«þìéÓZ!žÜ}v}Âú³júhm±Û&5Òoáæ÷î6ñdh%“ø¤Èñke2ébOPB™ëU2æTtuÉíe½ˆúv?vóò«‚]¬¼,¿+Ðu¾ø! ~òeZ×]Ë©«0¥©móm(­6ÛúK%2lOh•P6º’ÙÆ2U‡)S ªÕ¢Cœiø!!ƒæLëMú}£ö˜ILó=Jéúg&‰¯ed$Ü¿°nÆÌ(šþ«s²øL{•ÑdV 8mÚ0%æüqß±4DÚÔ’V%9fŽ”u$ ÙwÿHÒícÓ¸¦”8›¥ªÔ»<ç$ÁËÇQzsº‘I¦f§‡[þ2oì†Þë3jþ{ÉMj±&É>ôµ êFÆôzܘ®3_™ôÑP"ƒ78¥4ï'=nÛ)- ¡+ÄOOvØJ½ðut–ì%q\$&Šn’º+=Òn×çÔH1[n§È3åkTfè¥Ù L‰_EFÅ÷y™%Þ)däOõ¦u}© KFŸ´¹dßÔÄÛ%ž"ÞQÍQÆ*fв‘éXŠxÓÏ{ gfH¼îëâ—H½ÅÝ\Ö› øÞ©au§'Ý\Þ‡hüê–$4?[5CdÜõdß%/9oÁ2N—rE‰3ù­#›§ìi&­¥’æ+­ èz{èzƒ«ggüqötddxm _ºž•ñXi±æßôUüðB`Jª×®‘¤ï Ëè̆C žûÆQSì£-çŒ,ÌM´ÿ6ôIÈJºM«àÒ+w=Ü<=Ü„'e¦ùÑsl‘YsŠÇj/ë?çó«ç6LîI”>9ÿ0:Äd#ã¶é™[X_ÚûYBF¸Ç’X+ µM¸¹ªé6ûRøcñü-^t»¾¥µÍ3kߣw‚O¶ÿedaftüuBFîrO•?[FËÛHﺕƒ£­Ééà µÇ#UvÓÒ£oýD0hážËf7´­ü %x×ãéÒâïþ:Št»î¬‰Ã­ë§–i2æ€W’HëþÐ2{þìÙ“ÚZ!j nÎ#ä½]ö5D`tnUMc~‘ËO©F ßÈn8¥*ìÀ±Õ÷‡ûaß#ÊË\J…ʯÚE9ùŽÀJÁËRF×µRyâ‡(¸Œ‡ëZF_E¤4^ºá B>4Êà7ÏFb?Ø<ˆŒ8V%Ò4ªÕ¢£œa@ퟓÎÝwÜñBéG<“©ÄT®'¼Žiæsh,é6îç‹7oßq¶ÐÕ³ I­Ã«¦ }æl>£gaqíïM3UH·©Ç¼Ó¤O-)U’kæH^G °|ºûrˆ1ú¬'¾ÓCPNœÝÊ>dÄÎ{É/§·Ž©¹…Ñù}‹©wÍ*Ÿ_ »& Në‘;®îMú|m•F'&Ý¥Þ|Z«û× ¢¸Ð4¡i|?8ÖÊSÆõc¥¤§5)¹½’ºBèŠ dƘ,éE”Þˆ•9£$Ž‹äÁÚ¥t— ‡Çnѱ°±³¸fêÒâT”»Q™Ñ×>ëAú®¶c‰]%CÆ’ßçed–x§‘?åÞAZ×­“¤÷IZ›{@öMM¼]RîhBÕ|e¬b¦¨!“׊3¡t}üi‰ý™úŠC,qÚK½¥ÅÞø\‰hîp¬Í„»‡Aë…çg«fˆŒ»ž¬{½Ì%Ðò-Xöé’®(a&¿Áu$có”=ͤµTBs^uA×ÛC×)WÏÊJ?qêXXx(ŸÏ“ˆ ]OKaI€õðâìž½¿º‘ÌJKò97­[Ïy—‚Yô¡Ôð«‹”Éàõ61ÍóÇ9P }Èûø¦”$ïãcIÏ…ÆÑ§ ZgÝp +@û“žDmãí8¡lÔ¡”€¿)Ò'YR­Äk›ìwjõ^r—k’Xfù/yõÓždÔϸ††O#dâXrgk~Ýä`=êÍöô‹¡É²š–¢óI¢þscw%ùœO>ºE 5XГ|pÄ‹%8iLyÂ{b üKG ë5BÔäÓº>éR2·Fô}´Øo÷HB¨wúû_TË$V…îNù™^@lLt#1IYìÊÐý#(Áv-*¡2dŸ&¼Å¿Bð²A×SxÔÏ/u½13—Õèá5Ì›‚æ¥q3 §2ãZ¯y6ú;`»ÑÜRU+¡ T«EgEr°îLÁ@Äùþ1W‰ŒøÅ6<5ÑëÐhÒýS£è×1 âo­Dú|s-8EâJyõÑ®F+Hò£SœÔ©%±JrΉ먑8¯=ïÑï4"›·NûEòþ~ºœø;¿#×ÙÆ‹W;ÉïïYÝ‰Ææ»qrÖ$Ü„ºÏM>dð•ªÂ¸Ãž¬”ÄÏ”»M>åböEO2ùÏ@VãøŽ=ê›ÔÊS„bôïø4ù¶á+6퇾L¤ä`W‚¬%q\$ÏŸæÛ£´îéá”–§bK:äŸüð®ÑÑ%j”\.½’*vYKFlŸ—‘YâBVá îÔ›EÕoÌc¥÷IT›{@æMMÂýKæMBŠŒU,RTäuj;ÁÜãÄ®òªC,qÚ˺éÎW$£ö¹Ók3ÎyÛ0ÒµU¬ì¦µù†.£ò-i[´œ§ UF||ßä:’¾yÊžfR[*¾0_yA×ÛC×33Ó=Äãq¥!C×S““ÄIòúý…km"˜— !zŸ)“ñǽ㨗ñ·· £ÞêÝ:%Öžž-?ÙÇ5¥$Þ;FϱQNIxx–ºùMúëaBólô¡ú{@[œã%ÕJ¼¶,ßã yo·k¢Xfù/ï´Q \+ŠÉaõ­*5­=â“äÍ–ãoøë—ÔTéÑK•’‰g’’d4-Þy³éù…IcÝÁ›kIWû ±!î½Ì"F¸uô(]¯{RË¢&Ñõ‹É\¾è¡Z^ɽ­šDc›[”õʾdèfÏ".•^›ó E2h£giPþÚ|Û/‰úvŸòæ…pYÚS™{=‹Ï¼,½Ãèz2ú¹*üø(Òwý=öËÌIŒ‡»”Q¥:|£L•æÛp”Ÿus‰2ú[P…P6úû!£ëÁUµâMàS­¬ ™žôÐàë~dȳGn¿Sº>ÿZÔk™±î§ç÷%Deì›ÎYøÄ±ÄfÚ+ަÈÇÇ“ÞKÍÃeUûQ‚\5a\œJõ’~drŒÛîQdÀjë`×c¬4dEÝ¢– åÆñã;öˆob+O¶Áà¦Ã-—à¸ÄTù¶¡+6%&ùœ™@éúnÏx™3JâT‘˜(´=Jé.Ñny*¶Ð¨æÑoÒê?œ¢Ä·)ÙKFlŸ—‘YâBVáñnû]‘Ñ'mî™75 ÷/™w4 )2V±HQFŒ®ßgI¾î« ±Äi/ã&+XÝïï÷JHJpùU“ôÿNÐ?²šÖÖºŒ¢|K@Ú-ï j^ñž“ëHúæ){šI_â óUWt½=týÀïûƒq¹Õ2©ë‰bDÝÙ2TüBûœ)’“EÆaB§4Ì–[qM)‰^Ì»Er{³ð)ñô¼øçÃøæÙèC1¶?"ê›â%Ô*QBm#M¾Q%Ý?º’$šYþ‹29|oÉd‹°YчŒØá—(g¶DÏýPÛäÒc7n9»:ß80IàT‰2š&¨ÛMuK¼ÏžA$Ó½C‰Â‡§m=Ü\qõˆLnÝeúÓõÚš!øù6”®kn1qu÷poä^h^uMM‰µ«ÿâY̯áeZ/ëM†nñ¢~®å—úÓßÓë;—Ž›§çmK‹Ö¬*:ýáÞ÷ ðù~wO73c÷ôꚪ¸s“ é¿èðu'7wWËß©¢•Â¥/]x{™ Qù䨥«»“ÙU‡dN5ëó±y)]7vðj;²ä„¹«‡óÕ³UˆÒýdª^µBÙjjŸ®ï ©iÕjÑ ðR×é—É¡Æß!ýÜ$ÿE㜙MÀ6‚91Üz9µ üæ+o¶È«óº‘1‡½b˜ôP“ÏÉÄÓe5MP·kL"“}å}j<ó±!u(Xëã¤ÿêÆCRйJëzM _~žõ<ñ òñÍ‚ŠHê½—ÝÌæ299)zózND°é—œ ÷³«§©1ß=!ªÃçzTΙ>¸ó•—Á³>bS‰•,›ó5•%+;‡K¹zUŠå–™ôþÓ~õ(â$1îR"¨[u¶×Ÿk¥)iÎÛ¬\̤ g|º¾7¸B¤i T«Å&@ Î ÒÐátJ|¤Í†a„(JׯF¾–iðòrQ^ô›Žq§|bÅgZÛGSdž$úü=§;ú³sŒô©%©JrÎÉë¨hÝ´®… §GÛmT#C~Ôÿû#Å^‹ “$V;@oÕ±1òµ:Æi›é¿Æ*–~a¿þ¢”òçÚ!tëb¼Œ¢¼Í*²q|ÇöIhÓ)¬Öw…øé‰V?¿G½¥]aœ,{Fµ0Uš%6ߥu—H³ZžŠ­h”ô«Èj Ø>/#³Ä;…¬Âã]ÿÚ$Z®…ÓÊyS“pÿ’yG“"}§$xGÈô?+7œÑõã÷’$^å ±ÈM6ÒòûDóç³?¨+ŒÜ}7¡Å¦µù†.ã†(ß¶EË»‚šWFVÏ·ÿ:’¾yÊžfR[*¾0_yA×ÛC×å¹® ]ONJ&>üúbU2l›sTóôÓo{“>ßš„$'†Úý<œºyÍÝ|ÚÀØÄDÿŸŒ}ƒ®-R&Ê3»ddjøÏY}¯øxϣ̋ OpÚþ>!?ÛyÞØÔàì†)JDqîú÷oÉBÙ’£˜õ³}¬h­h$Õ6!é‘áZú·>Ÿn~áVý‡qò^4Æi³ „3¥…YQ›Àðß\£åΖæzvÍ´! Wï¡:xÜ*ƒàø–š`sdù4µ†³z óéÎÆC±~&{¿š0¨»àˆÆ‡[í#D›ltÜþtÏ—i“Gþ:T«Å¦ë#-F×Ä¿LL 5[?„ÒuÃVÍ=iãíðÛõ†_'¨Ž˜·Y÷^œø$|•ÑŒ÷7úéÃ÷4œ«úÞ¼îF%Z'yjI­’3GÆ:b%F¹í¢uýj¨è¡¤ ý¯zÒ•uxc"Ó{dàäÉC™H«Ï˜ÅûÍ‚šF¡Åš„ÝøR™ŒØyGBg&ÆÑß"›ülÃøŽ=ì×ÊSDc†Nœ]tý«~M§õè;|Ú—ÿ°|ß<”%q\$–Èæ ±»Dò$Ê7%6ªy7лЬ%#¾Ï'ÈÊ,ñN!=lˆÅÖÙƒº÷úÔ LJŸ´±丩‰·«…;šH×ÉXÅÑžÚf  !JG~¸Áèa¢¤þ|hÿjC,qÚ·t“M¸jšQYÈÜÜś֪"ãZ²«!Çz –s _QÂL~cëHÆæ'sšIßZ%4çÕVt½=t½¢‚-›ò²Ò«úºÒt=)!®³Ð¹jÛ®Po—ëŸ=«åóºT«1ôogŸÓ]s‹CtSJ¬Çê&²àZxWë 4 =€b½ ~ó„®·“®S:.VR‚­µe~N–D]OŒAöåÄó¿1ÄkÛ1ëù073þüyã?]ÚU Zýî 囟ÃW½dâÂýìmo;™ý³~¬bßEÚ¢_Šq?2†ºã\ {Ý­~“«¸U[JgÙXZ1¾ïÄbyõaítý€[aG[G­ëöWÛ<ßLÛ¡ëí¡ëåe¥Ò(-)a%&˜›GE„•HÔõ„¸˜ÎBçªm»bma^ßõtj5†þ®£Çc˜_¯~ðõ1»À¸æ‡¢Ý!Š C»HW Qè4³èµÐá7Oèz;麮¶4®êëÚZ[FE„äåTUVHÑõèÎBçªm»bkÕuj5†ë]ñíâ=€!F'·wÛ¡ëí¡ë¹Ù™2ÈÏÉ*)*èê]ê,t®Ú¶wWtA]ÇÀ:BW`|Ñbtr{·ºÞºnca*'u=.&²³Ð¹jÛÞ]Ñ5uCu„®ÀøvñÀ£“Û»íÐõöÐõ³·RåAš®ƒNJWsu®¼FìoZyº¹dä•Äß·3ºü—q,û­• nyìÍ¿uJx˜çהּ·«®ï7Ž‘‡æºÞ?W/÷Ù0€nÍ|‡¢×PBÙ½õ}©•—º•¼B­ª2îýù­&]æ¸S‘ì¶¿)Ïa…%W7¥ð‹}NïEzÏ>þ¨„µÐ>co?]ßw#ZäÔuù?vγþ„¹¾ú6Ÿâ—éÕiÆ zÒÉÿI¬zkº^~ŸùYuµGi›´:ÇökBzM^÷çív[?]ççX2ݤþk@ySbUÌé±DÐIñ¬€`ìí§ë{¯GɃ<ºÞšÆVDŸ-¨€ÂN£3ûï&H°Á·ì­ézEØÁÔÃö„¼Êƒ1U~ å¯ö ?Çl®˜®×Tç>ÐÙ»í€A`A5V @G0ööÓõ=FQòðºu½Ä›yÞDðû¯J M7_س1ñ“›ù Òëù×úYJTR·¿ýýfb9·á)‘‡Ú?ÎTëNé1HC•4×uN¦çŸkg¨õ ß ˜¸ìÄíôJIÏ™H)—eLKò¬ë™\¥•Gü1yg±Î9·º†›çúŸÁÔ+•/¯§qdV :ï¡ÖÆ4•˜Ëõ·Ö8%£¹“WÄœC¿št‘ÅiÒõÆPÛPΫ)qY¦L?¬³Ü­XV±#/7g¬ºj7Á¹ýÆ-9ä˜V‰UЙt}÷µHyxݺžws>óÑz?Z2•¾´Èâò*#ÓÏxô؃yÐãbbU /ßsÛð†Švoøßå–Õ”§™|¡,HQìÝ«±5Œ®ó îý:‚yÙcàÐþY}à[¤2JàdúYß°ôN¯æË,­"úü,:Am“K²Ç Ú¾—Y¥sdÂ+88¾ñZŠTKUWÜ)ÊiY×»õW:T}ø¼ala]—ÑE ÙèîÕø6húù8ÔfUÕ°ƒ÷3¬|ÖŒª†§J”>Ó© ŸôXÃõˆƒ¡åœÄ S˜gºgž ,å É6'áŸIÌsã³Oùä2s¦º(9© J¤2JÊ&«4N¦õò>ÔÁþó—§ŸqÑøÅ½+ë”ÆCŠ)¥?Šç””V—z®íÃ<t.²BX×kŠo ÞTÌ5L©¦ÄžSÁ}FjÕÈ­ë@ÏžÕåçeS~ûVtýWý0yh­®ÛZ™0®.±Éü\Á‡Æƒ6ù–Q/ÙÁg–~4gÑ^÷B¯¦2J «þŽãðò=·j6T´GÃÿU—Óz…›sgƒZC’RoÕ;(ÊÍvþaHÓ×9••¥‰ý‰r%e“Z7Óf#ëß;ç°£Ï1Ïš¨orÏç˨@u–Ã÷ƒŽ(()w£ÌzhyÞݵý¾-ÚKµá[¡]¯N¹:¯á/»(÷íÝCõKû|±¯šJë"è:Àë ¶–O;å·oE×·ë…ÊCkuÊ_—+ásunŠÖTúâ»Ëž…šp‘ùzÄ êeÕc×Ó+§ aLTuôÂÝf±eeV¦Þ9¹rššbƒq9íÛS!å‚Ci.gÖÌÚð¹ŠÆ´ï âªÄk"£¡l’Jãx0¹±çg×h7æ—ìf´yÄî€2™¨Hv>±ršºÀÊ•‡}|8¨œÇ+ Ðúa¦zcEú˜üÅ~Á“ðU©¶»ç7üÙGå÷ט¥V‰ý!G)]]xMüûïc¾a]ÿ?ù¢ º.ú¼:Ðuè:Ðuè:€®C×€®C×€®]‡®]‡®è:tè:tЊKÙ6á—­|/Zøt4¨ZÝô/)cc˜@סëtM(ö K-*ç”Tp;…åÕ÷CS¨b˜@סëtM.[ù–sŠ+¸“‚òjª†&Ðuè:]“‹>ÅlnG†ª!† tºÀ;[Í.--*((ÈÍ/ÌË/-*ª(/çó¸Òt½¨¼ºcQ’a»Õò“YÌKè:è:t€w†ª vNf¶—››¾Î•3'Rèhy{zPö^]Å‘¨ë…åÕ‹¢¨#£‰ê*÷ÇÌKè:è:t€wƒJ6;%‘¥}ù‚µ¥YNvV=ÔV¦:W.fgd<©­•¬ëeÙ×ç¢ñ“iRE3mŽ9ñé¾È) ºº]¼ò309™ÙÚ—.øû‰ïøêëjÕÕ=¥|]D× Ê8¥YFsè]EaÒ÷¬*:…¢P ëŽ©‚—oŒÂÈÃŒ®§1/¡ë ëÐuÞØ¥¥n®Ö–fÔª¯««;yòä&¨¨—T"u($82v]Ï/åä—d]£t}ð'ÓûþËÍ" 9tbAÌqF×SJ™—E™Î|?M­µù(øä?ºA©%Lzq–ÃÅÔU˜mIqìÿôâ «­Ÿ¼?¤—`§ê=nåÁ 'ÖÌ®L¿ê?~Õï¬*úÄRv¸áÊQ}èä~¯}_^ÀèúJ÷TæºÐuÐuè:ïE…ú:Wr²³¨UO)úA&4˜ ^R‰ÙY™F†zõõÏ¥êúT¿SPœq:,]T×K¼M$dà§û¯™ßºù÷/Ó{åOu³©C…qL dü}G{[ ÿÜ\AÊ„×ÝoY_Y7ŠÚ®ú~º[ÏÄþ¶ñÙÕC u0$“.³*-è–¡•ëmOóÖ Ò…fB×@ס뼋äæŸ9y´¾¾žZõÓ§OßÏ„@ש—TâóçÏ© ÿþû¯ˆ®ç•ròt]7¢¨,ðÒgÊäýíîù¹ºž\ÊÉ}lÿ• ü³¥îtþâdžŸ÷$Cwzärò ãÎL =ßN*MI´þª'{8¸Œ91MçCÁ…3 (É4úXÌ2Ž-áäDjÔõ<è:è:t€w‚Âäýc¾yÔÏ¥!–‡—LÑPQ ¤GoUÒX¼ˆßi]wKfN‡®€®C×x(-*2ÐÕjz¦¹®7= sÝPïÅ‹bº^™S”ÁèºNXA%õ2+åöê¤ÿ²sÛFSºîT\™æ»w¥ë·réÌ4åa´®O¿ËÎÉm”óʆ£Â)̹ƒ~p/dŽ8¬íGFñÉ­L:3žÍÕ-<ïÝw><µ±yጮ»&3§C×@סë¼T”—{{zXY˜Jûª)u(4$èÙ³:]Ï.ªÌ.Ì0œMÈÐüJúeQE¢Ëoš„(Z׋*³’m)‘!?ßc1 Ò ©×jÛ\²*³óbOQrþ•s¢àP‘hJª£ën…ÌÑ]¿ŸS™`µ°™p"¤”IϵúªgCr]_î"¸ttºÀ;ŸÇ-ÌÏ×¹rÑßÏG|ðàk¨¯]__/þ‡%é:•’ç¼}iÔõì¢B·½ã¼ð÷V·Îo¥Lzλ—^Ôv]üðØû„ ÿþ’™‹Ÿ›·ë‰™Ý*P|i&!´½3 ë ëÐuÞª«8ÙzZV¦ÙY™Ï™ ~°47¡\ËáÔ=}"r %ÃY…Y´®k‡äUÐ/2SÝ6¨SºnŸ HÉM³=±jâÀnÔæÓsØÜõýãóé1Œœ;%4ž(’’r­ë®ÌÑ|ûïh]÷Φ.šï}eã uEÁ†Ö£·úøõvÑt™å±ÎçéÑk‘u ttºÀ;ÓÚÚºº§ÁAŒ õþ8uŒâúUýРúúzqW©ëè:è:t€w‰Ú>eìõõÏ©Ýé_ê¿/ž=«y¦¹®g°[Üm¨4Aià2«¬ê6^}f,éýg&'@סëty*Ùì”D–öå Ö–f9ÙYõLP?XY˜ê\¹˜‘ñ¤¶VʹwW jÚ[z=wÅ}ïôªÞäòG;5ÈÐßÚñ³ëÊxƒ5~zÀ«]è:tðJÏÀädfk_ºàï'¾<|૯«UW÷”òuISçZÏ#Ds‹¹‡——›£•þÉŸ?Lˆâôƒ÷ ¸][×_Õö¡ë]‡®hØ¥¥n®Ö–fÒ¶êPHp eìRu}ÒE§1…›ßXBmp/àÓ)Ui&«F÷Q ·žîCfü¨VÊ< Ïͺ³cþj*‚MIiؼ_Íã+Ê,º¶iÎPEæ€ÚìÙ²e»øöbE2å «Zv±b%4Ũ£•T"'ÃýÌÊÉèå÷ìµcщÜ\¯#K¦h T¿7€M_⓱j½çö™°ê¤ÎÉ>®L¿ê?y­V¨ œÄK“ˆÒ·wKZ¨•”þ®tº`(*(Ô×¹’“%m+ÈÎÊ42Ô«¯.—®óyü番DùkÇBú%·<ÚÁÒÞÝ×ÏÛéÊ# s\àÆ´Í’I,ﺺ9Ÿøj !ãOEUÐOÑÇž›@ºMÚqÃ3 ÐßÕÊÒ;£Z~]—^¬x ¾3}žÍæóKŽ%Ý'lÒqö½ïxiípúÄHvC÷š»zÝs¹åVÀk¸ÄA+7O­£©=µï·\îÚ_3ŒÑGÃ+Et]V­¤ôt ëÐuCAnþ™“Gëëë¥mÏŸ?§2üûï¿rêzMuŠî4BÆžŠ©Éœc3_Ì5Íá Û,ŸÇK¿>—©Z´r³ý·ª‘~ß9æðä|”EL×%+ûa~žýe2é| “︼QZB? S{n2!#Ö]¾ãìrv†4]÷ß®F4÷5>¾^ÆòÐÛ³xd7B†­·Éà_”´wü‹Ÿº.\¬ ]Ù§Iº}¬ëÙHTBF¿E]§=ð/º^zÿÇ~äýãQ²uýe­¤öt ëÐu€@8Ë˽==¬,L¥mԡРgÏêäÒunÞ½=cð£ýUÓb§EÝÉ„ó •ÌÑ"×o•äÒõØñ¦2E;¥J袜$-Êqç^Ïà¶U×+Â"}×y5É0?×f‘"´Ñ£XäÃüvÖu©ý#Ðõ5Ðu€®C×èâðyÜÂü|+ýý|Ä÷ÿ¾†úÚõõõ²þã°Í&.nîwì-uŽo˜;þC޼ȱ*òÄXBFþ¤uÛ7 8Èóüìn-ê:'Íñж¥»_@ ã•ÕCˆâçVÙÕÂ×­ˆ=7‰þ 9ºººZœHZ©ë¼|çe*Dåã£wÝM 퓪xÅv"¤ïü]Ú¶®ÎæÚ¬’*Û]×¥ö7ýúlªc7šcSè:t€®Nu';#Ã@OËÊÂ4;+ó9Ô–æ&”«s9œº§O¤œ[pwåÀ¦½EqÀûsVì1¸ŸÁy)Æ¥QW7ÍÑèÙ¡ú”Žy\YË>¾@SY¿÷èEûì’%ü£KI6;çk* r)ûÉŽ»Ù<ùuòäd‹-35ï?m»{WS•î~võ4µL¢êðù‡•µ»®Kí~uÁ½ÃŸª÷P]âˆù Ðuè:àImm]ÝÓà GF†zœ:Fqýª~hHP}}½tW ëÐuÀ¢¶†O{}ýsjwú—úïÅ‹gÏê$?ÓÉß1ú ë@סë@סëº]º]ºtºtº ëÐu@»ÂãV³KK‹ ró óòK‹Š*ÊËù<î;Ûdv‚ã5÷¬j =è: £SUÁÎÉÌörsÓ×¹ræäQ -oOÊÞ««8ïà{“ŸÓŸô"}—%Wbô@×™J6;%‘¥}ù‚µ¥YNvV=ÔV¦:W.fgd<©­•|./×z!“.²8ªÉœ”«ó{^tÊ3« £ºèàÏÀädfk_ºàï'¾<|૯«UW÷”òõwG×ù\vVz)ƒ]txØ¥¥n®Ö–fÒ¶êPHp eì-è:7ëÎŽù¨©ö¥aó~5¯hÊYëwñ‡Ù=écÊ#W±8tbŽÏ?ëfª÷ ÓÞ›¿íZh)ÉÌÍõ:²dІ (Åñ{ØÜl—Ý & í%(¼ïØ/ö˜G•óš —»ú£õ ÷3+'`*òÞ‚½v¬JLÐu@G¥¨ P_çJNv–´­ ;+ÓÈP¯¾þy ºÎI¼4‰úù€å]W7'ã_ $dü©¨ &gyØIêX¿ÏöêÝrqq27´‰-§CO$dà¢Ã×îÚélŸ¡D”^M®æ75q¯¹«×=—[Îa¼ÆÂÍo»¸Ü2:±ü=Bz-¾‘RÍÞŠrø¥Ç’î6é8ûÞw¼´v8]ÉH6¦è: cR›æäÑúúzi[ÁóçÏ© ÿþû¯<º®ôíÝÁ36é×ç2U‹Ei3¿Àq© QßêSÚì\A¢Ú–û ‰Ü Ë/”ˆÆ®àrÑ¢jøb)œÔkó{áûBØ­+‡Ÿg¿D™L:ϤÝ]­JFŸˆÄ4]tL óäÑõcÿm¥®×”ûlD†©àó*BŒ JKï5?W,‘“f0™×W·¬ë|NªÎTBfgV·ªœŠÐýÃŶľëïa€®:&¥EEºZ²†¹n¨÷âÅ‹Vêºÿv5¢¹7ˆÖõ}Ã)£vÑõý‰œÇ´fϸ*Ÿ®§é2ºžQݪr¨šh’nëúGGE6•Q†iºè˜T”—{{zXY˜JÛ ¨C¡!AÏžÕµY×ù¹7¿P$êÛ„†ÉwøZ™N,kxˆ%Óz±ú[ <Ãp³mé“}TÞºrø¹6‹É Å< =è: Àçq óóu®\ô÷óßüøêk×××·ü‡¥ëz ¯Øïû„ ø|¿¾½›‡›½‰±Ûc¿,øðxB†,9aêêáh¸s¶2QZ ŸÄáKÕuÒwþ.mW7Ã=óTI·ÿ‰©¢¶¦^ñƒÝ£Ùºzx8›k_°JªÄ4]t\ª«8ÙzZV¦ÙY™Ï™ ~°47¡\ËáÔ=}"ù\9u¢*Ýýìêiƒ»Ñ{PÁ³þ¦b–ןk‰JšmÖ*æJ|ô¥QׇÌúp¸]B¿‰«ÿ¼—Ûô‡Óå/§©&j=˜íPuøüCÊ0@ך'µµuuOƒƒêýqêÅõ«ú¡!AõõõR]ýM"Q¼è:t€.Cm Ÿ2öúúçÔîô/õߋϞÕI~¦‘æ ttºè¢@×@סë@×€®C×€®C×tºtº ëÐu ëÐu€ð¸ÕìÒÒ¢‚‚‚Üü¼üÒ¢¢Šòr>û–+Æ- ÔÝ»óJ8ûmU€Wbxp×ÅP6& @ס뀷DU;'3ÛËÍM_çÊ™“G) t´¼==({¯®â´¹X~YäÕª+2[æ¾6›åz|ÉØÞL˜ÓQ%aG'+ \n“Á•VÈ[ÿ’8ÉÚSˆÂÇâ·;F¼²ÔNNr^v;øÐ¥Ë¬²ª1º]à]¦’ÍNIdi_¾`mi–“UÏõƒ•…©Î•‹ÙOjk[Ðò"÷  ü³wqóOãÙ‘ÇÇž3÷ܸëãwÿÞôJnέ¥½ˆúÊóv^|}B2+ª’®­ýðÓƒ÷ øÐuÙ”?Ú©A†þðòCþÊxƒ5~zÀ«‡9 Ðuè:ïò309™ÙÚ—.øû‰ïøêëjÕÕ=¥|]z!U)ºsz>ʤÇÇWS_~üË}|m&QüÊé¥è–ùlHÆœŒ¬j…-C×¥è:è:t€.»´ÔÃÍÕÚÒLÚV@ ¤Œ]ºIîÕ$£~¿çüã2òP[È´›Be…[i‰ûê^/SÆýËf]šLz~}·¨á”ê\¿‹?ÌÖèIV¹ÂˆÅÒS]M™NS6ïWóøŠÆ· i&«F÷Q t2ãGÝ°ÒÆÏö«óü/ÿ8khæ:Êjãæo»™VÝP« ÷3+'`¼·`¯«R¼EI¶ûŽd®ØïƒÙ“{5Óu‰§óJ£®mš3”yèGImö‡¢R--CuŽÏ?ëfª÷`J›¿íZh©à£rn®×‘%S4T˜ú+ŽßÀft½)F¨y#Ó¶Š€®:6E…ú:Wr²³¤mÙY™F†zõõÏ¥”À-¼»¦_Ïy×Ò8•ÇF“þëÜ ùÍt½û'ÚÂÃÂÃâÓJyŒ®ßáL§D$æVp„t½<ì$¥æý>Û«wËÅÅÉÜÐ&¶¼ÁùÇlÕµ»ã~Çüô7ƒ*ªBpéòhK{w_?o§+?Œ¤r¨l(g2!½?Ù£gïæîjyt¶"ã·ô¡ÒÀƒcI÷ ›tœ}ï;^Z;œ.-’-¬Ö…ÞÛ†¢öõqã;®Žfç~˜Ø½I×%Ÿ^{né6iÇ Ï€@W+KïŒj‘¯HÎPz|"!¾ît×Ngû %¢¼ðjruÓ;‰{Í]½î¹Ür+à1º>à;ÓGt×…'d³ùBºÞÆŠ€®:8¹ùgN­¯¯—¶<þœÊðï¿ÿJ.¡:Ýd¾RŸN<ú¹ýÙÝ•šeq¥<ÇÂèú¸?c9)ÕÍt_à¸T…¨oõ)•þ0 /Ãø#B¦j±Dµ“—c3_Ì5ÍáQå8/W!7¸ >©.»ÿSÿ]ççÙ/Q&“ÎÇ7T èîjU2ú„ÐÃ9ü\›EŠDswãÑ͆‘vz‘ÿV5Òï;Çž´_aHÊ h¯Ú–û íåfX~¡D4v—Kê:ñ‡ašåisÅ@לÂFKûõíË[ÿ0LîÍ/‰ú6YÃ4×õb§EÝÉ„ó Ì'ùü"×o•ºÎË2û´ÑÜÓh¶Í†at´Ñ£XúçÌü|‡¯•ÉàŸó4¦åÓÙñ¦2E;¥ªÅ ‚ QímølŸ›i½X‰2ò@‰]W~lé»Î«LâÃ0¯¡b ë€ŽŸÇ-ÌÏ×¹rÑßÏG|ðàk¨¯]__/ñ9Ý]Ý›¼w(L諚%ëú’~ß»¶V×kxÅþ{ß'dÀçûõíÝ<ÜìMŒÝsd|ºyb,!#Òºíäy~v7®×ðò\7 &DsÍ_¶^Þ.–¬Ô$_5å?Ø=оówiÛºzx8›k_°JªiWYÈÑ „¨ÌÚvù¦‹‡‡“ÞOC¿j*åtNšãmKw¿€@Ç+«‡ÅÏ­²«…’œ¡,øðxB†,9aêêáh¸s¶2QZ ŸÄ‘ø‹ ^¾ó2¢òñQ‹»îŽ&†öIUÍó´µb ë€ŽOu';#Ã@OËÊÂ4;+ó9Ô–æ&”«s9œº§O$žh»X‰Œ<^!œ^â±¾QùÖ>¿ª•ºNQ•î~võ´ÁÝè­ªÇàYØÒuþ+…W7ÍüÕGBû¨OÙè˜Ç|Ë•_cþëÇšJtúÀ Ó4yÿxdeóK¨ þÆ£êðù‡•‰6ÇïÒM%«jL\|2ˆ-ýtvðñšÊ‚̽G/Úg—,ò‡å¥fàdyý¹FÐ^%Í6ëKû–.õö$ÙbËŒLý§mw/éÞ6U tÐ)xR[[W÷48è‘‘¡Þ§ŽQ\¿ªT__/ÍÕ;ͯro.R$3 Ó¸hÐuè:–Ú>eìõõÏ©Ýé_ê¿/ž=«“ù™vX*X¶—õ¬îø< ðw7;ùÍÒã#=–¼ÏlËØ<1Iº]€W…Wè½g®foÁ†§4ìÃïÿ¾—…Ö@סëº]ºÞ¢®‹;t¼{º.Í„¡ë@ס뼓ºÞÜØ¡ëàÓuÜYt½ÉØ¡ëºþVt]žØm­ÌËËJ0² ³óô ýï}Ë`;k‹N¤ëÜ]îäåf?{ö´¶–!×Õëëëe«ogÔuŠÛvùy9ÏžÕ1ÿˆ9y¼·꺜Æ.€:€N„ü®[\TÐ1u½UÆÀ; t€ŽI Ÿ×‘uªÆtYWïøºNÂH€®éêB×õÄ€®æêH×aì K‰z§Óux;è"–Þ©u€.tè:tè:Ðuè:]×@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @¼Kñÿp©á9 endstream endobj 621 0 obj << /Type /XObject /Subtype /Image /Width 997 /Height 200 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 1960 /Filter /FlateDecode >> stream xÚíÝÏK[éÇa5&jü•Œø#ŽCÐ1Dq´…@Û݈8´Õ".®Ô¶XWYµ ×…Rh•‚ Û:BË-(NJÿïÞ“Ž±ÞÎênî9ó<î^ø|sÞЪ*à‘Ãß2òÊok€0ûËÐÏÅbµ@x Ÿ‡þ­Äƒ¾ãñD"Q„SÐo<”þ_™Wÿˆ‚d2ÙP_—ˆŸg.rˆšt*ÕÒܘ¬¯‹×Ö|yµÈ!2™Î޶tkSòÏ•W‹"¢¿¯7Û“iO7ÿ¹r‘CTŒŽ ôõtµµ•—ïå•Èkœ D‰ñüØP.›)W~ñQüˆ9ˆ„›³ÓSù‘KÙ®tS}üööåÓÇ+ó…+¹î´È!zNß½9xòèÁíÂå¯#O¦2ý£×o-¯mO?|<;û“³³NKGûÛkË·®ögÒÉ/"O$S]}#³ÿ(þs÷àuéÝñû““S LNNÞ¿+½~±·U\úyâ§3©dâȃÊc‰dkgïðøôâêúÎóƒ£7ÿ*•J¿¡R*½}sôâùÎúêâôøpog9òêJäñ†–Žì`~jn¹¸¹³·ðòÕáá/@¨¾zy°¿·³Y\ž›Êf;Zâ±Ï‘×7·õ Œ]›Y¸_\ßÚ~òôÙî.»Ïž>ÙÞZ/Þ_˜¹66ÐÓÖ\_޼ªêüÍ[c:Ó7”/Ì.Ü]-®=z¼±± „ËÆÆãGkÅÕ» ³…üP_æâåzåÍ[k{OnäjafnqéÞƒ••‡«@¸<\Yypoiqn¦pu$÷C{ëÅ{· òòózSº+{i$?15={óöüüü \‚noßœžšÈ\Êv¥›ê+WòÊ7åÍm™lnh,?>q£P˜œœBf²P¸11žÊe3m-|K^‰<ø(¯K¶´uõô ŒŽ]ÂèòèÈðà@_OW¹ñxìüiýSä5µAåÍéöLO¶·¯?—Ë a”Ûß×›íÉ´§›ƒÆ?®¼©5ÝÖÑ™Étw„Oww&ÓÙÑ–nmúªñ‹Êë“Í-©T:ýFét*ÕÒܘ¬ÿºñräÕ5±Úx¢®¾!h¨œoC}]"^[¾ù§ÊË™×Æã‰D¢§ ßx¼ö<ñ/¿È¼& JB+h¸æ[‰W*ÿ:b•”«¾©ˆ‚ª¿äl â‘ц¿MçŸB6 ÀF6 ÀFØ(ÀFØ(ÀFØ(Ø(Ø(`£`£`£l`£l`£l`£l`£l`£l`£l`£l`£l`£l`£l`£l`£l`£l€l€l€°Q€°Q€°Q6 °Q6 °Q6 ÀF6 ÀF6 ÀFØ(ÀFØ(ÀFÙ(ÀFØ(ÀFØ(ÀFÙ(ÀFØ(ÀFØ(ÀFÙ(ÀFØ(ÀFØ(ÀFÙ(ÀFØ(ÀFØ(Ø(Ø(`£`£`£l`£l`£l€l€l€°Q€°Q€²Q€°Q€°Q€²Q€°Q€°Q€²Q€°Q€°Q€²Q€°Q€°Q6 °Q6 °Q6 ÀF6 ÀF6 ÀFØ(ÀFØ(ÀFØ(Ø(Ø(`£`£e£`£`£e£`£`£e£`£`£e£àñÈ‹Õ} endstream endobj 615 0 obj << /D [613 0 R /XYZ 56.693 815.761 null] >> endobj 386 0 obj << /D [613 0 R /XYZ 56.693 440.985 null] >> endobj 616 0 obj << /D [613 0 R /XYZ 56.693 421.114 null] >> endobj 115 0 obj << /D [613 0 R /XYZ 56.693 407.662 null] >> endobj 617 0 obj << /D [613 0 R /XYZ 56.693 382.98 null] >> endobj 387 0 obj << /D [613 0 R /XYZ 56.693 235.756 null] >> endobj 618 0 obj << /D [613 0 R /XYZ 56.693 215.885 null] >> endobj 612 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F52 247 0 R /F64 307 0 R /F75 438 0 R >> /XObject << /Im24 602 0 R /Im25 611 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 628 0 obj << /Length 1590 /Filter /FlateDecode >> stream xÚíXKsÜ6 ¾ï¯ÐÍÚ/çÇÔq2i§©SoÚCœÉ°ZÙÑT+­E)éô×àC«••ÄM{衳3K >@¢Ñ]D£«ï¶«'Ïr’'<‰¶·QÂI’FD¤Ñv½ÔÍPÖë W4úª®ŒîË¡s„]éÆú¬Åµ‘ønû=(Ø0Fr¥œœ¢mn(åwC§ûªmN÷¿Ò¸}0›§.–±(Ë–É”“”‰h£HžzÛ¸‚íi?qƒ¸ou¹]ݯè§‹TB’\DiÎHByTìWoßÑhk`!‘y}²œûH1J¸H`^G׫×+úY'™2'Œ&Δ«5S±F·Hïn„b·kFc8×9ÒX\—nmßÚCewVâ¦?¹¼Sp÷ÙÐxæ¢Ýïu6”¦wŽIÕÄŽ—¥r°ÕòªíöºöœZ-É؈SpQÖÚ 7Õ]Sá yÕ÷ƒŸ†©-<6eçé'‡À!ph¸G;ÓCáOÄâC×È´±1¤œp.OCe7t>.ºë«b¨+ØBQ¯9?®9ø»é©üÒ¡CNãžL³Z7E¹/›žØ 7 Ⓝ€Œd)sV€WáÇOvDo7ŒRˆ×¶·¾*B,CôYÏÀ8*;Ùùµ‚v² ¥$ËlÈÞ¯(QI.sË1ÛÅ,OÜV©ñÉË=Üú³âøõ]AÑÆkÚLTÙhOù4¾„$BðHe®ÈgÞÅr6{ÇcŒ›B,ze¢N Krs’ áT=c9…̧Ì¡€O>”_®7 _,„|ND~ñ©Š9wÝpž¸Ù¿t–1F6  *°ÙN¨ôA}]­7B‹8:ÀÙXº_ÇÄñ˜€ø´ ,ãDJõ80HÛ¹Ù»ÑxS?b¢µƒñTŸw`jù§#YŒ°&žéá®B:XaÍZR/¢òlƒ_Û—Æè»r Ì8Á¬+÷íÇrÉ~€ÞL¶‰eÅè3‹/2ƒŒæâ_vt•þ­ö7 WàÌ­º¶iÆ»;—J"³1îž]^ÿ°ýéêýõöéÏÛ7Wï_>[0”AU¡Ç=¶2`´5Uyî1«n;`E[|@ߺ ó4mB‘ô Súâ;2÷ºëÀ¥ÄÃ*“D¥«3!‘ ÎÍP÷ À…­ƒß£0û3?Ø.IS6÷hº¿å\¸4¹\_K·}[´µ£ù†µf†–Hskâh¼­ŸX2ïðÏAŠ^÷P†ƒcµ êj¢Úq]ÊbÂRØ—`G‚·Ä˜3‡»{¦z8žÄ…“ÊãlV®ð½®jó¨ò2­.b±º\ÔÚ˜r^UÜh»Š²•¼ï–2Ôp5•a‡§vpôíGº ;<åqXw§°ƒOŸ4% œö«°“•ÉÀ†xƒ2·ñˆ7–zŠ7hšëIÒxãÌìºÒÚfçžo„¤n¦‡pôªñ²];“Û£+­†$ñ©”ضðäÊ_%švZŠpuH(Aç>Ìs£+SŸOõ¢œKs­Ó$Ç¡{Id \L=¨KŽì›¢_Ùªf×"ì}r4èê-ºµR1»õÿ±â¿Œr+à@˜4‡®ò’»9p^ý|4] endstream endobj 627 0 obj << /Type /Page /Contents 628 0 R /Resources 626 0 R /MediaBox [0 0 595.276 841.89] /Parent 619 0 R /Annots [ 623 0 R 624 0 R ] >> endobj 622 0 obj << /Type /XObject /Subtype /Image /Width 896 /Height 145 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 637 0 R /Length 12183 /Filter /FlateDecode >> stream xÚíÝ |Lçþ?ð'›É&"²ˆPŠX"j+i•Þ¢(µoU]p[¤âR ¥E«¶ØU­ ’FÙ%²UK}ŸLfŸ9“ÞRõëëþÿ眙‰™ÉÌd’Âçûzßו3ç<ç9礓OžçœÉÿþW?zH*ë=v”~©FAÕE¯_^Z¢÷%xÎIDÂ’Ââĸ¸]Û·®]½’¶{û¶3§¸2‰´ÑÍ*øWöÎ}ÝÍŠ0åñe†’ÅŒîfÏ.èºæ*/keoŽÓûÇ ä†‘ÞÚÜ‹pÆFóžÕÉ‘Þ ìC̆‡W=ÛkDñï]ˆˆ¸TòøD Ó—÷ä8.’áž±Gþ¦s Þ—ª¸tzTÆÈÿ!€šX(¼{+'pËÇ‚—=d‹þGðÑCÛ·n*.(øïÔ“3¹ñsœqþèL•\c¹ðJ@WÒªÿ’Ÿ£“ÏŸMº˜+–—ü2Ζ¸MÜšxá\rF¡Hr{ßÔ×ß\–T¡@þ4Npé wÒþß©ÂÚ%â»'¿þ¦b%…ïa@þÄUhI(¹¬¤°8pó©)çë¾\¼pn׎m÷ïÿIPÃHîîdIZ[Ë¡{ï= “çíëO¬ÞxœÜøÉsH×ÕW$ ˆÈŸò'ò'ò'@Ë$¬®Nˆ‹=tØÐ[ýRFúe:‚ŽF—ý<È«ÿIŠœÕ–t^ž%ÔŠŽµe3!®š?Éöñ’îë¯ s6÷&­ÆDsU›ÈJÏoš9нó²uç ?åH•´rsµf–q:¼±ðÈ ‘:÷æüÀ³µ󂅋ϬYÕêÑWYYÊ–YÚ[²û±víî;ÿD®LÕ«‚øµ{·e_xe¸_hޏî‰n‡|9¢3»Ç6¯ ìm«‘?õnNU_Ý7oP{ö>Žë@ÿ‹º)ÑÐ ²’ä¦÷w³d[ó¿/³Z9˜)/Müjtw¶ÿV=üR…lþ¬­WWþ*ÖIæëò'4;nEå®í[KŠ‹ ½þ´gçÇhA^=¹M«7öåJÅ¿~íI§ÇU*4ò§Å°À ÙYÙÙY×r«)6vüüd:³ä×[¥"©Vþd­¦³f›·üvþqdÏñëUˆíúَШø¨#kÞkGHo®Š”»\;îü™ˆ­3;Ókü*VµÓ›ûaKv†ÅÅÇ­hÅ6æ¥êË˺‹žó¶Gž;¾yjG¦µ+Bí¬Xyf~B\ÇˆŠ ?¼n¦—EmþÔ¿¹äúºžÄ¼×ç?ŸN½œt¦@¦s{­þ™^„8\±?":tû±±÷ެ6º{ù‰MLŠù%2«‚bógÛ)‡.1§.ûf±P¡•?Ù1äOh~¥åkW¯|øð¡¡·‚¿þú‹^áÑ£Gú[åôå´žQA1SÕ»ZpF.’˜:góg÷õ×¥ê%2ü©¨gCÜ>K®6<ÿNBHßm9º9Š*9îkF*¡èv"ß·!Nsâ¸Ê±DþÙÙŽªü©( mMzm¼¡ê7z’ñ\¥u?€¢ôøH+â±X=T¨1ÿnhsnÊg®¤Í”ðÊÐ ³¾”ÇëúéYÕñÊ ‚Þá÷Eé}§®îü»Æ:îò'4¿Ê2Sòç×ÿg Jo|ßÛÜåãdû¥¬4tŒ é»å–¸ùS”é߉pÆÕÎÅë½ÿS<¯éèŸÁNÁ sO®œàínkFˆ•=óL}¿]y2Jœµ¬Ýæ©JõM§ó§(siG¢[3’ø{e|Ù‘pÆÇVÕ½ÿÓàæÂß¶¿ëHˆ­×û~»ïë>¤o…:Ç+ÍÝÝþûòd ÍŸïò'4»j.w÷ŽmÆçß÷ïÙù÷ßëÛ\á_7øW¿Ê7"²Áo\Œñü™²À•xø¥‰ØIíÞ„tš¾%*%3;=æ;Uþ¥/ñ 6ãªôäÏŒ/=ˆùÐ)×®^Q»z³€¯ùô=›å8ãcôåO#›Süœ„KFu6'¤ÃŒãÒ:çªÎ Êi¯4ÉŸ>{‘?›Ò1äOh^"àÌé„ࣇ ½Ð/ef¤=xp_ÏæÕg?v&>>v1írºJòOãZ· Ÿ/=ñŽq›olþ]3VEŒ´ =7ÞdÇZÜØ±eþ¤Š¿iN<–¨£šæü;;·ÞnnB•á‘@EùÉ1ÖÄù#õ:šóïõo.¼ñc_BúÞ•Ô»‚rGôñªF_å…ÇFqèˆyYï©eý*q˜žÈ×;ÿþ:€ü ÍDAÉ+ËË·oÝ”r>¹îû@Ê…s{v>|øPïç/q£'Ù“W–gi=¿ÃK˜î@ÚL‹¯lhþ¬¡ªRüºÒöí¥»Âââˆ˓ÿ¼²ª!go;u.5=íôÆæÊüYC•ÅÎq&Äcò†Ä31AßNô ê稪 ‹_%ÄÁwQ`HlBBä‘Àƒo‹uŽ‹Ÿ±²'!6æo9“±sv{õóG6—æ†o Š?Ÿz99|ë$bõvp±Lë.ý+ðÓWô ÄeôªC± á{¾hM8ÃwÝ–ê:¦Ê#ÇÛ›¡+FLJÜv[¢¹Nc;€ü Ï„L"-.(ؽs[ðÑCÅE…±Eÿ#èÈA:|Ê¥ÒûþWï†!£8¤óòl‘ör^ÂŒ6ÄflX¹¤ù“&Éÿn’·³93‹oé<À?Uh82.´wÞ å‡5bÕÚ­ÏÜð2öÑ'…à·# ‡zp˜åN=½Ý épE¬¹ WåG3Ùuô]~‰_÷¡ª’ó›gÕ¶lçî5jušÐðæÂô€áÖÊ•í=G~zGçN ® -J\?Yy¼!ïJ«2ôè·ïýÔljmÃÑ{A"àóp ^þ—ù zt|&ù3>&ª¬´øÁƒ?ÿøCkð2„χ–Ò9ð™äÏ‚¼ÜS'CËËJ<¸Ïþý>x‘Ý¿ÿ'>#O†æå=“ü©Œ ñ1§B‚ÐÛÀ‹N}tö3>›' ò' 6%þ?BàÅö<äO\ÑfËŸ8óˆ Í“?q Þú¤ò'Î3˜AŸHþÄ#(ò'´¬üùdïG€ç\ã_ó'b'‚hƒ¢àÓΟÍ|(Þ³¡?mÙpະ[¥ݲÆß÷U¾ôYåÏgrÉsÚº|Or›±^Ìxkzë÷ãª^Œo$JP’“•v«J†ÿ¦ ‰)ôÉæÏ'1ò)/;6Œ‰{Äm~²Fx“åÞŠYìõÃ- òg³R”±—Äma*†sà Œ‚6Oþ4¹·¢k«=ÙüIÌm¿+U‡À”Ï;(—¶sŽüÙÌùóð`äOxjC O#6¤«¼33ˆªÜ^¨f?óŒh¥^8ìD9»¦¤àô†Ü9ô"s'¯±ÿ9qK WMW^ œÕßÕ‚~Ų»ÑLÒÂÓë§ú¸Z2ù¶­×øU§òÅú¦››Ø‚Nþ¤¸gò°7cÛ±ré3aM|¡Œ^.¼²eÊ nnvæÊ#kÓ}ôòðÜÚÖde·ÍâÁa_kÝ}ê{RÃ{W6åj£lɶËÈ…ß®˜úº›ÙûLÝœÆUOoA_gÔùS]®óSøo AŸ³üYv—ülÃä.οŽÉ)ñ•€nLt²d'à7Ý’ÔPå§çwTÅ! Õÿ;¼T £óUîÁw¬•K¬ìmÕ™‰MTEÒÂNì—–Ní•AËÓÿ’P÷é¡&· ;þɿ𱛧«»«½²1ëwƒ‹dêÕ˜µUçë~—2‘µ*uYõ®­è·›Ued¶6ÓÈŠêfçå+Œößpgjó§¹£kûönßX•%ÄPð¢äOéí­½™¨Óó?ßbóz¬»Vœ0‹™}Ío0¯x|™.ÝÙæÃ&¥·¶ÿ&¤Äù'¦°S䯬ÈJ_Çæ6ûñGséìÄK˜æ N²;ý™wò;ÏU(de‘Ó™¾™g´'ô›ÞBÝùw…LJIªŠïÞÊÉ:0–É vSNó´V“…¾Ï†Ó¾÷d”tœy'v3é0#‰Ç‹ÃλUÎÅóÏÌf‚t¨°*j 3zg12¼R÷îÍê˜÷8¤n 8P õX7¯É-èæOInØâ!ÎZ›X¼ÉÕ^Mš»Ã›y¥ãÒL!½£±Ì+f¾ÇKåµÍÛ»VS•#˜Aa»Iñ|Å=ù63Îi?åtµé-huÆ”ü©¼š:ž‡üI‡ÏSa!ù¹÷*ÊË*ÊJËKK´Và'ÏuRƳJé­ÍýÔ ÉÃï’Ppþg6FTò”9Êü-Ýüy°°*šMfÃŽ±ÉM3=ª‚%q5‰ŸŸÚŠ]YÚ£—¼&· åäåacØ™í®3×ï;¼/`„½êµW“ìë¯<Ô ¡ºæo…”× Æz÷®Õ7v,szl&ÄU׎í <Ó[Ðꌢäèö¾Ï æOú:Ôõ<äÏø˜¨¼{w¹åeôú J®›dT×v“x5òâ_Æ*¨y=0GR#L_êÁŽÖý\ QÍ#sÞÚñ›ˆ™ŸÌFÄNË2Ò[?öaïUìÿÝåjJ+=JoþЋ½õqà7É¥ì“õ2îÛ>4½…^Üì}£>;îÈâë»3_tÿîw U#ÊZñJýùS½#«!3ªåt›RAEµÐÈÞMËŸRS[ÐêLMÕ)e"¼ç®LA)¤"9&  SðÍœ?C‚T°áSÿGý”*‡ÚÚÍ;ǧ¿¦¯7dÐH¿øJŠª_ý¦+{kè÷¿K©òÓŸy¨ÆF-Uÿo7ú@.©ä%Qs\U‹8öv–OÉ‹#gºÔ>ÔcÍQ¶vCªÓ¦· ¹¾ÁKõ4ÐÛûs+OÏtT>ÄÞµÿA^N¤þüY#+:9­j?fks:\/ÍÞ»iùÓXÿuæîÞ7TÅ[;Ø[Úý+¬ÿ5@‹ÉŸôúe¥zF>Yò»Ûú21Ç}Ñå:S½Ò››ØÁ»Nþ"&ãåÅ®™èí¦C;Ï‹_ç«Ûß‹Z=ÑÛÕJ!:{ý&Cù‘Aâܘµ“}Ú«î‚´q÷ž¶ûwIÝž4µyuæöY>ôö“â«jäå)›fôWoB¬;õ³6C`,ò1·ÂÞ‰\5ÑÛMù,ºu‡¡+Ò†÷nbþT˜Ø‚ng$÷Bûª> ʺËäÃ÷$ø¯ ZPþÔ½ç?‘?ù?‘?ù?‘??‘?ù?‘?ù?‘?ù?ùùê ô›ƒq¼ªÊšE‹?XYaÌòIS¾K6nsŠ›±gÙ¢M™º› o†ï‹/’á{ ?‘?À$ô;C|LTÀWË ù&`EBl4ýžð„wMñï]ˆˆ¸T"äÒ—÷ä8Vf9?{÷ Bç½S•…ÇÆ;µêáŸ&lôÅ×Öv#öSNó·¹ôN`b6<¼Jc!U‘¼f˜-qýÓ1¾—ùùLÌŸ«¿^þàþ}CoôKtÕŸ?©ÒcoÒaö/’Ç %¿oèA,ßäßµàÒî¤ý¿SçIñÝ“_Ó?±’¢¿fåIZõ_òstòùäÔß¹²Ê$ÿ7ûOÚõ»äùÉŸÒ»{}íG~sºH‚o$@þDþÓógÀWËŒ¿(W0˜? 1ëóõ%ž¼©ùSk®;« épUDI®¯ëMH§é[¢R2³Óc¾ói@þ4´­(}‰±™W¥'è-¾ùùZzþ¬QÈyÉ_¼BˆQÏ¿—ŸcMÜæ'«Æå…ÇFqèÐyY@Õˆ²¿~•8LOä7bþo77¡ŠÒî)ùsrßH šóïlç?R¯£9ÿnZ åϪˆ‘¤çÆ›Ê åÆŽå˜ž? mK~Óœx,QçyÍùwùZfþ¤—T]XL'ÐÚçøé+zâ2zÕ¡Ø„ð=_ ´&œá»n37"Rå‘ãmˆÍЕG£ãÃî »-19²{y•ßE!± ‘G ¾-®/Êó÷$¤ÃÜCé%RC-hmÂÏXÙ“›󷜈IHˆØ9»½úù#Ó:`püóʪn„tž½íÔ¹Ôô´Óš7`üÓжTYìgB<&oI<ôíD¢~þȤƒ@þ€æËŸ«¿^~ßðçÏÿùçŸõ|þ¼ö35 nÒwÏ_’%®ŸìílÎü#!ïJ«’«£Ô£Ÿú8±w#:z/ˆçJLΟ4I~üw“¼]•Ÿ5d×Ñwù%~}ùS!«HZñ¦›¥Ýèp®¡t6‘•œßó‚ߎ,êÁa–;õôv'ôÞ®ˆôßÿ€ü Ï(&ÄFÓ ÓÈßßLŒ}òž&E鉑V¤ÿž\9Î Àó¦FaÊÂÿþjÎ^£…«¦('dËÎà¨ä‹©)ñ‡W¿çB,‡ìÌÁäOx:¨Ê3K{Ø+:§ÃëÓ¾O*Âà' ò'ò' ò'ò' ò' "@] J. ªy\úýÀú'…X$TPÈŸÐÔðÉçWe¦§nÝ´r¹ÿr?€ºèŸ[ÌÊHûï5ÈŸÐôo²tøÜðíš«¿fUVпÞrêª(/ÏL¿¼aÝڜ۷þúëò'4ÇݾuÓµ_³ÿ‡B¡P(T}•Ÿ—»cÛ–þùù~OX¹Ü¿²¢oª( …ª·=ú›þ©Aÿùš’?—ûûUq¹xSE¡P(”)EÿÔ@þäO …B!6õg¢¬0fù¤)ߥ ŸÕeŠ›±gÙ¢M™Â–Òáçÿ½œ]BþD¡P(ògKÉŸâkk»û)§ùÏꇲôN`b6<¼ª¥tøÉä7þ½ —JäOã5ˆ0}yOŽÓøà"ÙÓ¼j€ü‰B¡P¨—2*„9Ñëgûvq0#tY:u6ûÇó•BäÏgApé wÒþߩ§öÄ7Ö÷ ÄgwžÔÐ:ò¼=ý éxG&¾±{òëoú'VRÏEþ䟞lOZ ß{W¦µ\^;»!o•(?Q( …üÙBò§‚wií V„8ú0`ç‘¡Á{¿÷›>éë>Æ?_ÀüIñ“¦µ&öSOóÔ7-äMöòšx WZ»Âtâüé~3]5SÉ‹d~=j;#¦\®1H›¹²+³¸ÇúëRäO …B!¶ŒüÉOó…öEÉÅ9IîÁ<[³ã£.>³vdU³€ª¾ºoÞ öVÌrŽë@ÿ‹BC ™dR¿vbï¶ÌbëW†û…æˆëöGt;äË­™uÚ¼6°·­F’©wsS:,/ŠúÜ÷5W§à Ü=¾ƒ´ôü¦™Ý[±ûè<á§©¡ý2í ëæj«l§uÏVo_=sHG¶ã޽§nˬVg$ƒ›è›?këÕ•¿ŠMîʽXõðÓú%‚*‹œéFÚŒ>'EþD¡P(ÔË?«“f¶!æÃÊ'Ê×N…ÅŸ;&bëÌ΄t `r‘äúºžÄ¼×ç?ŸN½œt¦@f`!9./ëF,zÎÛyîløæ© éñÍ¡ö­•gæw ÄuLÀ¨ØðÃëfzYÔ&67¡ÃÊLEzùEÇÆEXõ®ÓÎUÛ‚ k5ýZ›·üvþqdÏñëƒûUµ³,8îtÂÉms=é¼á0Â÷/1Ñ¡'ÓÇà¹2[l¤ÛFºÁÆÈ¶S]ÊÎÊÎξY,T˜xŠLËŸ5Âô/=ˆù[Çʘ(ÍÿiǶ»'ÇbÀ®»Ì/ TÙ/#-I·5¿‰)­üi¤ÃÆ®š 3À‹§‘+öGD‡n_àÃ!Ö#öÞ¡»T1Æšx®f[  0øµµ×Ål—ö V#CJå:¿(]˜×Žt]qbeâðAdûª€ùåÉå£àƒI«1Q¼F^w›0ß½ ±¶dgX\|lÐÊVµ¿½¬^~Gb“b~‰Ìª ´óç 7â0êñP3ò' …B¡žÿüùàþý'›?åw½ éP; dÂt6UrÜ׌ >TBQ”Ï\I›)á%š?gõ.T”…¶&½6ÞPM’r£'ÙÏUZûU”iE<׎—>žÉ5esS:¬•©èH¿0!}·1!MQ>Ά¸}–\mJ·µÛ©<9ŠC^ûö76ÏÈó"¤ß®<™©›kvÃøü»‘SdjþTpcß·!íæ]P5²»»X¹~5Çɼïæ: R¸’¶& zò§þóf䪱§ÔõÓ³ªS*/z‡CÜ¥ (ªð ¯93êJ‡^nä{v¤1´?_Fàðѳ{òtzâF¶"ý÷æ…M°7ëóýu©BV||´ÅëÛn—Åçþû ä¹î†6QTDÒçÉiNWyû+ÿìlGUþ4ñ²bþ…B¡P/@þ¤ÃçSÈŸÛú⹺Þü)Ì=¹r‚·»­!VööD•¯j„¿mב[¯÷ýv'Þ*Rë[(Ê\Ú‘è–ÃŒ$ͬ(Êø²#ጭª{'¡)››Ôa„ Hž×ŽtôÏ1»ðïD8㢹š'Áà~µÛ¥-ê@\>KQÞ3ÉKœÚšt]uMlêæšÝ0ž?œ"“󧬀 _=Öÿ.–ÞÚÔ×¢ýç©|Á¹]Hw:?ËnýØ‹|dŸå1œ?µÎ›±«¦sJ¥¹»û:)æÉjd÷ö 0kõΉ2ŠwvŽ‹ËßMsµýWh©‚—0½ ñÞz»N2,<4˜½ÆU¯¬~8ÏM*½ú]O³vsâ«(vh´Ûvø´Á×ÝÐ&â¬eH«1§*UÐÈŸ¦^VäO …BµüüùTæßyñSì‰åÛA%Fçß%××õ&¤Óô-Q)™Ùé1ßù¨¬³Ÿ”“°sÉ¨Îæ„t˜q¼@ª!R<ˆùÐ)×®^Q»z³€¯Ð {œñ1ú’Œ ››ÔaÝ ÷yø¥Õæ¨q1\¼§¿:ù“é¹ó'ªgvªÏÎjCº\™º¹f7êÉŸ†OQ0ͯ݉óõåOJzó/b6ìðÝ_Ww5{ey¶ˆÙé"wÒqéåÜãÃ-Éë{•OÇËŸçÍÈUc_Ò8¥Ò<&úì¥ó§Br7°±w*?ea‡¶£îÆOmë0!*ÿÜÇÎf^oŠu]rc£±W­ ¨¢c£m[yÏáhÞëûßÅÌ,?sÝ?O4æºÚD”¾ÄƒØLŒ«Ò“?M¼¬ÈŸ( …jùùóiÌ¿×Pܤy΄x.=W©Ð›?''Ðq®*b¤é©NÜØ±œÇùSExãǾ„ô ¼+Ñ»P9KÛnnB•áóQ”ŸcMœ?R¯£9“kÂæ&uØpQ”žxÇŠ¸Íמ7´_Óò§‰›kåOQöׯ‡é‰üž¢éímt¼_5 m8Öˆ²V¼B¬GÌr7ïµAùظðJ€'qž0ÆžôXwCB™ž?]5ö%ú”ªŽE^xl‡ÎÖ—Ì—²»Ûû›Û½»zŽG›÷"ÊeÜè‰mǬžæjÞ‡½@÷¶ÕÌÿt"íæ%³éšŸÊ>£e36¤T®~fªõ´¤êÆ\wC›PE‡ß4'KÔ¿hο›xY‘?Q( ÕòóçÓ˜g¦à‹#>îDÿ0ï4jñCÃO Ú³îó9Ëâ+dùûÒaî¡ôÁ•UÝé<{Û©s©éi§74WþŒ–æ†o Š?Ÿz99|ë$bõvp±LïªêÂâW qð]›y$ðÇàÛb݇ñ3Vö¤cÅ€ù[NÄ$$DìœÝ^®LÙ\^‡?ª*ů !mß^º+,.!.ìà¸<©¡ýš–?kLÛ\»å‘ãmˆÍЕG£ãÃî »-1ñ)D××õ"ÄqÄòŸÂcccƒ–yùS!Èðó`÷ò“úƒ@e··ôcç‘ߌaZþ4Ú%~úŠ„¸Œ^u(6!|Ï­ gø®ÛªÛ&e¹û‡ZÐ{´^A¹Ê¨I­é¯Ì캣§Ï‚s·«Ý#%Ë Yöá‚WªiýÞÄbd$—’4üºÜ„*‹Cÿjæ1yCH♘ o'zÔ~‰—UžG¡P(TKÌŸOïóçå—÷/ÓÇ£¼“Ͷƒ÷¸ÿ„HeI+Þt³´Î¥ª¯î7HùÁD„Xµvë37¼LN Ó†{X+Ú{Žü2ô]ô.d§Póã¿›äíªü4»Ž¾Ë/ñëþ Í’ó›gÕîÈÎÝkÔê4¡©›×ßa£9J½ gsöcøø³c_z÷kbþ4msnHîýÔlj]ßÑ{A<—2ù‰nÿÂ×Cu­]º û<º˜Ò;ÏL.›±¿”Õ6./ÑŠyíWaMÃò§Ñ.I‹×OVžRŽÇw¥U=¾ÓC^:ÆšØOŽ©`ÇÞ¹§g:οŽÑ¿­è¹Q$n¢•òÒ#ƒ p PVÓˆënh¥üvdáPåùtêéíÎ>©'V˜|YëäO<ÿŽB¡P¨—?ŸÊü;˜ògJOŒ´"ýÙöñùó( …zyòçÓ˜'† ‘^n¢œ-;ƒ£’/¦¦Ä^ýž ±²3G‚¿„B¡P¨—*>½ùw¨óh^å™%ƒ=ìÕ1éõiß'ÉŸÚî?Q( õ|æOÌ¿¼¨è÷„•Ëý+ÊËðŽŠB¡P¨zëÑ£¿éŸÿkÉÏ¿À3Çãq·oÝ”•ž†7U …BÕ[ùy¹;¶mùçŸ0ÿ& ³2Ò6¬[›—{ïÑ£GxkE¡P(”‘ÏGôO úçEÎí[ýõóïÐÿý£æö­›Û·m^¹Ü¹¿@]ôÏú'>ÿïÿiþÁü;4ý›ì?ÿüƒßîQ( e¤èŸš#Ÿ˜€æ‡ùwx1ò§‘ùw] ¼Ìá³æß‘??›sþ]g!ÁG|.òçÓ›×ÜK|LTYiñƒþñ‡àe ŸÍ3ÿ®¹£‚¼ÜS'CËËJ<¸ÿèÑßðBzÚùS9ÿn<‚Ö ñ1§B‚ÐÛÀ‹ÇôðÙÄù÷z‡@õî^’™÷'˜?Mœ‚Gxi“ç“ÍŸµóïô?LÙ/‚(ÀK;Ä¿&ο×û <¼´ž`þÔs &Î}7}þþÝÎ0˜rãå™§[ _Ây€zŸúy"óïÊüÙÐûQàe ŸOpþ½6"‚ y6Ïü{SžÍ€;v>½ùw€fžx&óïO™\pýÄ÷;Ry®c‹"-J9ºe¿ÿ äÏ3ÿ.)HZ?ÖƒÐÕý›+ÂF·C Jr²ÒnUÉž“Ëñ¤úó4Ž‹Ÿ4Ã>ßÖãâx Þ»¢*yY?[b?0àOÁ‹oÍ4ô~\•îK-üò@ ˜_[ÛÔ)·…©ÆGÆd%!cl±í=}ý©›ÂÆŽ*J‚†™´»fò¤úó”ŽKpvN[ºU»I Õ Þ»ä·5Êëìõà ©vþÔz©%_>hóïzó§U·¥iõ% IÁåó7TóÞáÁÏWþ|2ýyJÇ%ÊZÖ‰nµÃ’ aÃ÷.+½°Ýo¾ÿî˲íü©õRK¾|Ð2æßÕù³ý¿S…Z/ ~ýÖ›y¡íôÈRY¼,öCgú+›íÏ•R5ÒÂÓë§ú¸ZÒKÌÚz_u*_\›sÊ.n›;ăÃÙÖݧ¸[ ™RD¿}Ó•ùª×¦im€Q—ëüTòEí‹oYôÞ€W-ØÕ-ÝÇÍ“jßÙh`Cá•-Sus³3Wî¨M÷ÑËÃsņ•v(îÙŃ<ìÍ”Ñܥτ5ñ…2£m<.í®&ý0s°‡µrŽSç~c×dtBÖ颊0/ Ø_(7¶šþ½kfNü©õ¥(7|ù¨×”ۮǸm¿ †^>#}®ÿÊÀ 7ÿ^'R5¢k0ÙÊu^Ì„OÝ™89>8_ZCU$-줌 Ní•éËÓÿ³9U•º¬Gí(*?ì&DqMHJ掮íÛ»u|cU–2Ö¾*)ÑÕÊÖÆ‚8NOÔœ‰6iCŽm+Uÿúmü]j jõGÁ¿ð±›§«»«½rKëwƒ‹dFÚ4ÐŽVWÏü»³ú<ÙÚ¨"¬ïI®Ñ&-<ìç 3ù2…IùSkï¦åOyÞ¾¡ÊÎ8uîúŠs+Οóe†Î@C/Ÿ±C3~eà…Ÿ÷ å*o¼±å f«•33œÙvê/Er%»ØŸY©“ßy®B!+‹œæÈŒþÍ<çä¹{3ƒdfÞç*eT\À«›”´&p´¯œäb‘\ãXLÝP^ú>£úÞ“™4¡¬I)IUñÝ[9YÆ2›ÚM9Í3Òf½Óꮚõ[Ã|z€ ™½±³Þüi°«õŸUó§(ÃOùLÙÚl¾‚Þ‹T(7|zùLÈŸú¯,´¸ù÷‚¼Üø˜Sô†4Ãù“ck§*÷‰QUªÄ9;†Z)ÇÃfF–É™…Õ1ïqê>±D(UÇŒeB„™ïñRy£“’‘öuƒ“6“7”æî`o-è¸4ShBþ”ä†-â¬Õ¦Å;‘\#mÖ›?yÊ®š ;Æž¨ç'ÖTŸ_¤—åx¾³pû™|‰á3ÐÐËgzþ¬KùÝ ¦ >Bg?:>«ùwz×§ÂBòsïU”—U”•–—–˜:ÿN“G}è¦J¯ù_ä1a‰5†mv5‰ŸŸÚŠ]Y|Š;dþVH¹FR* ~ƒY¿ÝÇçùu’ÒÑ!ìƒ .>0FÚ7žRLÞPV°¢óðËÐÍŸuû#/ÃÎ w¹~ßá}#ì•é«ÒH›zK»«£˜To12¼’ÒÍŸ†O—VWxVM¾ÿ“’—¥ìóÓÝFyÕ?)(1pzùŒZ}ù“þ¾ñyUe¥%§N†æå=“ù÷ø˜¨¼{w¹åeôÊt¸hÀýŸ iá±÷[3Äw|fZÝý“øJ9%½ùC/öî¾ß$—²¡Hƽs»BBÿCý’ÕÕÌ`©TPQ-«>=•i…ô\wE¤“:ªN±aÅlðž»Ì=RfÖÕHûÆSŠÉÌŸúú#¾±¾;;#ýÝïªF”µâ•úó§ÞãÒÜ‘äJ€'û|Öø \z^Âtuþ¬1rº4iàYÕΟqØ2«ûì¸#ÓyI\–_&dfÞ…×w¾aÁ.L7tzùŒô¹¾ü òàÁýò²b:>“ù÷à#lølÀýŸÄÊsI*¿ðø6}N‹,^[ÇÎ.»Í‹/WÈ‹#gºÔ®iÍζöüžýèHYÑÉiíT¯˜q¬Í é´4SP=µjÖÖÖNõ¤Ž2uÈîî}Cõ쵃½¥Ý¿ÂÊ™AWƒíO)¦nh8êëïôLGåÃü]ûäåDLÈŸzKëÓ«n±P=oÓÚÖŒ<~þ¨†2|º´ž`jàYÕì­äú/ÕëoïÏ•k¼$¼¸ÀŽsÇ.¯º)§Ñ»|•]jè 4ôòé3ò'ÀõÇ :‚Ò9ð™Ì¿ÓëW”•êù4–?‰Ë'Qì.µzkóKŠêÔÅìƒ)§òé­rcÖNöi¯ºÑÏÆÝ{Úîß%ª§æïD®šèí¦ Ö†®HPTeê¶™ýݬT7:vêýÎÒåݤ’{!‹}UŸÖdÝeòá{ì@™¡öëM)&mh8êí¼ó§éóïÈŸÈŸ€ü‰ü ÈŸð<äÏÿ§ïà endstream endobj 637 0 obj << /Type /XObject /Subtype /Image /Width 896 /Height 145 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 8729 /Filter /FlateDecode >> stream xÚíÝ|eðç.—¤Mgö²€H ™M+{/eµ,™¥ è¢iÙ‚.¶LÙ³ì%CÙdOAY* ÊPЗ÷éõ Iš¶I7ðû~>i.É'Ïø?Ïs¹&ÏŸ@6mH^øåøÁæv õo•TxI9–aa–“"oÐÈÐÈÐÈà•mäš?K’—ÇJiaŸ¼:VyAxÇ2öŽ_þ¦@­L½ßë]« ×÷…òš!ug+?Ö¦œ§§ÙVä3@YÝ?uù”Œ¿S¸ºïÍʼ|ÿ{¼䨵¾ùŸ†U,!ýØï»\ûz*Q‚9¡¢|„¢¼"Òg–¯/WÓé!ÍÊV‹3é-‚¥}è~£}ψRµ’Û¿~#ƒí÷ähOÄHRþ”í’¸·ÝQf·ïaÚ£×Èb¯~Âú.–Ò%½›u`µòm:siãúh½[Û†ÛÌ2ÿ-=pyû®tû…´ÜŠg1ÇÙ+±¢üöo „ò—ýÌps}©ôe{‡bïW¥¶Ý²F¬aÙ˜É\”äç{as¾ç”_¸|m:±h—“>¦®K%Y!‡æÍ"z´bòÖôEÉÒ®#K”µ|ÈVäXæÆÖÉ´Ø}nä—f?;h]̳Öõò²MØCKã<ëÖx!bu\¦)ìÃdüúGŠ»ò!|Ü”Ïç ³g¼µ5PÈG›pÉ;²™K?½æ¹lÌçQ×wÙÌÿ‹¯Iùµ’¢­ç†Cˆ²éÚ-Ëë#ÞµÎ<ÏåsÌSÇ—äK9DˆL7^ÑqxW7¯(iãâzæs­yCNàð‘r®0ç_Ogô7Qªðú&WÆ·çBŸ$Îd¤1‡É뼓åë•]‹ü_íšÙ>~Z‚¼Äæû# ë|΋LYŒŠ?»½Ý›¸ž9Ç5ÊÆœô÷«™' ÙúœÔ+ÝZªvúìøLÛÁ/Nҳ܅k0¼>;–çèøå?*)ù*ýùgÏLëg3ýòù|ÕØ?cysÿ4ÞI·”Àó•ƒ}^¿2ðñl˜¢¥l—ïY¨OM¦ ÿÌh—ãnt¾Ôû `ý©—«sÒ*ü™éc›gA®eõ2,-¹â©ß¤t®lži=,—/ge{üû~¾ÿÿZã—øj+~³lʽŸb1)”Ïa#_žõ鸢á+:‡‚n/òàe6Óí¾¬$΃ó†*;*þæÏ©Æø½~ïþ0íq>ãû¿›üßÑ.ÔŠ«¨æt·öÝO²9®òÌRß;Ìz6þôÝv¾F|€Ẅl~þú]6?1ßG)sr(²WË¡y÷3îKš'ò1GÎdq»¦ø¯ Èe„Ï«<í>GÜÍ–WØÄ’d6+{qaÔ+)Pµ<žÿÌu4MSa6/ÛPÈ…~Öfrx^xÇI­éCÈ”tÖÿÕaý¶v½øO.ÛËC2ÍÇÓB½icsl‰,·llŽ!zÙŒç駯—³9j¹›Åóë„ã~‚ÿ›/@NÑÖ=ϯY>×±Bh£I|»&ßÃÇ£Ž|-ìŸt‹øyÐn·÷°†¯¿KåÃåhÿ{ŽÞFòû8b—êçbÿ9}ÍäxÒãhœ_h3ÿ»øîËÛ´ùƒÖþÀߺõ\ù›d!Má kLë+äK]aí­6Ÿ×—µ9þå—®_ÿ#ÛŸ„×ËBßÚÕ®ü¿òù¹÷¤Lê\3yœâgZlF ?¸qËp'×ú=ráZ2•PÆc…zœN+æôù¯”m„4þOØþS›c^È´]{ñíxBú#¬ï¹i㦮nÇ…mé¤e©ÓQz¾ÜfñÛÌÓš_,›³™§|­¤)ÿÇæÓ]?Êá|S¾j**‡?ù=.Ê‘QîK2Êñçëáñ|½Ÿ¹ØÞ¾´«½lŽœ¿·KÁ0–@Žú'‡¯Ó;c#Ýò¤­Å¥éÿžX{"©òRާaT:5ð´Kñ3Ù¡E_´¦•³¶³µÆ·SÔpûSnöㄱÎ×9k)dÖüûÒåa.¦+š#§e+²Ñ'½©ðñ¿LëÆS!;¸“Œ~U¼FÒº3Ž}&ÿYô]ª•Iþ|i-©í¯Ìΰ'\™ÉÿjDñ龓ÉZ«œÔsF1YFïç¸ÔnÙŽy}ü8Bb_ÃëV ŠU|Þ÷} ®u¸§µ¤¸ÓˆÀÙÍ×*Xsí]ú"—R²KˆS¿ qå6­¬µÍz7\Œa—Ò™³Ís³(ãæ<⤓èðÐfO_ßà4‚­vú¬,ƒ:»Åúáâüa”Ãûh·]Ÿ,%ïŸî±‹²¦LæÖ§¬åÝ®yÓáø}¬9ð¦°Túÿ¬öÍ<º~­½#½æ0Ï+ZkÆ·¢¾*×RTÓ¿®µƒ—J$¹ß ‘`{ž^9;¸À´•­)‘ßÅÿ½uéñkð ϬgO§;.X‘+¥ðP˽R1z$þg@Ðò%jÛÕò!­_:Ÿ£YcÈÞ<ì>ʇïÏŠÊ$ÏÍùði—BHÓp~](WgZû3™‹s¼N®a?uyŸË_㾬)CHoáÌØLîm¿½Yu÷ó÷÷ô_Gs<6Ózô‘u$¦jýl‰š#d­‡å飱™œ§¬œæóåÑŠÓnÔC:m­ï·¢Ÿ¥C2½"cCšÏ'ŽÓ”_~7q¿ï¾LÒRÜáõÍô.ì³m3¡ŠÂk&»ô?².…Ó”—JźՖzðé®B[€¼¿¢]–Îß•Ôå·ã$JŽ@¶(‡¾¿j&ßoÌ£µí¿´„¯wK3Üf.aÖhk²ù„vl†=àʼFå@›í>w‘tÌÕþȽ]¡t>“o—Ištìh¦¹Ý¶ ÂUèƒøgNö[&Ï‘/ZkÚ-»­’]ƒÅس%éí-…·C^~ ôèÒä±}¦¯›ã¾#6=Ô´Å7rÍH÷ÓÌÉ7hÁ¾ŽÓõc\nÙÞNÊó/äxhš~=Ȧ&J¬1dVzà÷•–tF =ÊçC'ë]ï“×ZíüÌ…Ú“Cñ8ß’Ž*ÙÔˆ0ZÛ-´°›üº;•uÒŒs7f8ò´ønç·¼.+Øû‚òxçŒgÒ9Òº<¾Šf™µÍìž•å}½¸*”ÁÈ,­†;Ôø&éö#búÊrš·Íë…÷úÊ!»Úù›5¢}e-ô¾þO~Qþ˜Þ i~À¯ó“¼²ø¤¼ŽüGå\ewykúZEuú÷˜(’?ÇìJs¨ÓqGIzüÃn—ún¶Ÿ¹Z¶k•¡~§hKØ«lË¿og´‹ÿ³]«OÓ\RÒR:CßÇZ¿¦6¥Ø›–Fúx[ÇXiÍ?QšH±‡‹pØW”ØqoÜú´P–Id>ã]*Ë×@‡ØÕyy:Gj‘­3kÍÓŒ©V¤©Ëþ|‹¸$äËú|<÷š~ŸA·Wà³½{nŽŒçû¯B/¶ŠæÀQƒ,ÿ†Né<;þÈz¤2/åyߨú¢ø|¯³?[#¹,M núâÚºtR üIÁ٤ؠ|(ô«h \AËô¹lŠ]OÛ7—j”§›ù¶Mx—anm׺ötá>Rx†Kó¾*‰´Šõ>zú|¸[}c›=KgËØlžy rhcW%qiòAÃ]Iwþ¨Í`6ëë´Çc·¯Úv5+În –®y™Qú £Îgþ—èë'\n_*š¶™ŒîöZÓ¿]ÈíÝš+žUžLwtuÔ¦lêfaºÛšS}>òûÅiN÷È`l7HF^CáNÆ8&ã?2oo­:¾þQlv;b,Ëô‹¼äŸ*ùÀ߇Ø(Ä£+Ê£4uCý=rñ*L¡„ã³0-F£ó¦¤C¬©Ââô&úJ¤“T%ÓÿC¾`·ÏÙü?Ž{ éÛg—j?÷GÑW.‰Ã|J’Mô™»ó—ÞÕ1æ`UmÎ'_H“£ùg"G­eâw(Óò¼Ÿ¦gŸát› ÚÂϸ4B:·¥½4>àßÛ‡üß’=¾ \¨]y|Ñ7ÓHõÍød±“ÈõY±i&ÿÞ°}íÖùØîÑ¢a/ Íù©|ê;9”× 4å·Ð­64×!ÿ¿°Ù_müß`ö{Á×ö[Ÿ½øg4=[Ã, ýó}.ÿšý®æ±lç¸_÷g+§çjÙ-´°Nz²u4ºVµ‰°{ݶ®üZ}OÚ>!D’vϯHÓÿ”æ[l´×H¾Ÿ:™IŸ›à‹ÿ¦Skü2¼*â.ÝËCE¤Í̺‡²Í‘c•'Ò©C…](Å ì•4½t”PküÒ+K7^·çsªCÎÛ3—ËéD™.Î ÿ±Ù~™Ó²Ûi7î=™Í³…3Èž´&„÷7ôµ<ð:»Åר_º1d²e—"°@|fõÇÅľìât’²ŽÒÏ.½AôÑ—t™Š­´‡èB=sè)îåRÍŒfò7Ç>±Ë¾?¨é*ýÉ¥d`:óÙê.ž¡zßÿ¦5Ò¯ÉR :k] ËÂÜ):ƒùøwNú*…Cûo&Ç4eùLÝqV·Ü‹µeOgÁÆ;ÉËýn—é›\¯Žß3xiÅ»ù}5øøzØ¡¾”!¶°¡™Œ«+ec¶ÖÒ­Z·£@Ì «åÛ‘K%öÌnÆv/¯jÿÂS^¾š–WhšYÓ:þ™XúÚ•<:oó¯ÓzÓÌåº7.‡Æ[u–TM]ß3W¶›ñ¶w©Ý’Qï$Œ£¾âÇ=v ¯³.·)©×aÝi.­¿É!nõúýÅ÷6¹Ðã6p˜—NssTx3òí›î(°‘Ý+2Èÿ6|ÚÚ9]ã÷49&Ôó¹v¯´Évû‡[kwƯ8ñà5Ì-‡Î¹ÕnZÇ¡?X[ I¨Ñh œg9ø¶[qx\¤k=Œ{Ö¸h†æÚñý×5sý³—•´ïhf×OßæÙKÙ3Ó÷·nwßÿŒ'»íoÑGÇü§Ñ¿1ôö¯¤Ã(à¶]Te|^þöVßé8§-E•×Rßc´Ÿ\žƒgtj¥9šÜé¸ÃŸ#äqû)•¦|Û»‘ʰ4½[œMÿ]Âñ܆“ºô· gkÚfñܵԅ‘géL^¿œÉøL’ÎÙÊzvÇ.™n+ÚàRn¯Tî²Æçyø%xpÁ¾ž|Eëgõ\¯1ñý–àÄDÌFÈÉvŒµW¬ã—äržüéä9SÚrdóðd‡–;ÜiK®šk#Ð_]¾rØ—¦!4ÍÚãÎ$f‰v»õû7ííöÿmš×¿wao„/á¤äçg36@ä…ŒÚ~úüÿ jkž:n]:ËGºNgð_{ޱ–ï/>]Ð÷óz ç6 ³Øbvùr0ƒøÿ«un¥#»Ð·îwéj›zéF‘Âã¢uÜq/×®é–ÍëÚ3­¥¥D9“Ò¿q6sá»,¦¤ÐKüßY[Ñc¸Í—Æš/„¨½Ÿ¨2‰rg|»yÒ”_¿°UeÒ•ÆÖÖüùY?ÿ›àt/Çé‘È@Ÿí"qaaÆØ˜ö~Kø¸WÛëß,Å¿†G@6ü‚/™Å¯x­ì2pß6œ€|ÔÿY\ ­>ÍyWZ2[ÿcñ³,ZY'‹ÿÉ9ßcÌçøLòÈsAÙ?S¿-c¨^ÒåR°÷7÷WìBñj{–”9pªŸÖ¼dYXÜ…ú³­yïü‰ð*É +Ýyx¶èõWL™²÷Ý!·ç­×5—qŒ?W«Îü],(ºâþ¦¿+üIÂÄŠ5ÆmÚÜzwÓ‰Š+,<Ñ¿èŽO†Ÿ:Öê̯>íõež._5áÞ‘y–Ñ]îìºr߯/þŠ}V3ðœºQ¢Y³æÇÄÞPɳå1-ž|{rË0õÌ%bU‰BdêÚ@ÑÅÈ©‡&Oš<®÷‚&s_ÜòÁ]s‘ÚýFÚ—ôu—Ë«‹Ý^"^obçæãMê ÿ­}ÜÕ½¥}»—ýbP‘aëf=k¢i¶¥I÷®Ï®8[åiÇŠâ/µ'¼u|ò CØÚF››”¹;ºÇæ¾"CΆžìÐyZlÌÕ õE¦í®/®ýù×Ŷ‡Å?9ÿýÀ›ó/ßORO^<àÓ¦§÷–øtÚ¢„5§Kü±üîã­}g½Tè¢ð¹Ââ[Ÿ¹ài<Ý%ìšÏ ÓOFÍåÆ, ªlºu§âØeã{oi\ý‡ú×Zî½^ÿl‘ƒÖjØ…³âU-뛌‰µT¾[]Ñci•sõD­W‡~R{Uè_Ûî”^VúŸ“óê·øiÎ;ëß36üºÚÌ9爧ÑË÷ú$Q# Oˆªdi7¢ýµ-û7ˆ3NhóÑÙM›¿©\¯jý‡¿ÛR¹úù¿7Ê?è_dç¢7D¼²:°uS•åˆföÅ}U[^j·Œ}pèHÍKO×¹þ×#Q—º'ö÷½ðNøùÞ-ÿÖ3úÍz¿71Zu°×•} ÁCDN˜Y¼^ÕÁ¦"óK¶ðlžPÌ2ÑóZxÍ7"C?<ºäèîBóF´¬5¹Û*£çgݪŽÚ¢ÁûŠË> ¹?gËùo§j{UYºæ¼G‹¥ëë’l¬ç1^òv©ç¾¶v;Àí}0}Ä_¼%UjÐìQˆº {ñë¢ç·V»Çü£„ÏнÏßKÊwœ°æ­9wöÌ[UïíÇÞkSmþÑ£º]œ¶ÿö¶Ï£!\É7v­¬òäî„Cï¸ò·iœißmÝøjÚQn^/Ô­TÿÄ)ÿK~l”µÿñhòÖMæýÛfWŸÖ¬Üzͽ9]º>_óï_þ}ôøÎwíïw«ÕI=¹nÛyjnÒvß`h;èžfElõ7º7ì4´ÎÕ­êcê}ñ𫰧׫—øLûdë¯;íÝSyRƒE+>וý"àø±VO¾Úùaò¨‘W¨Ÿ1ºÚ³Ï©ÄMÂË<é½õÛ·èå_s»5/¼yX§ üMÆlì9fjKßë½·'Ïí ½ÿûw÷·Ïû¸ë“VܘQ‘Ã7üÒgþ…~]Þ8Üc·¤Í¹iݰyïtÝØ"ÛJY<8dÎÞ'öø)ºÝªß=v¬êóçÒ?´Éªk·v>uazB×¶—zoûx3eûý©ZÑ©x_ÔÒc—øöx·ñVïê5nôë0 Ä’5£ZÎ9[_ÁsÖãk&ɧÚ9fà(í'›|dœ:øccï¿6=)øÓÑß¶ž,u¡ç­9q£Æ.ÿpùƒu]ª³“..¨’9>{MÀö¿×<Þ§úÑåɺ]UVµŒ:W¡æÑMÒ+Ïæý‘°¡dÅd]óÎ~زÐmõ3v›Ç¸M+¿Üæ£ó7Ê-Ðöüѵ5v}P÷¾ß­õªû¢®yŽÿm{Ϫßô,ä÷/Ûè-Ó§œàbê?yÂ4 b¿¿Áuœ0jVÍÁË'Õø¼Ïø?ŽÌxpiÐä²7íéð°øËÌcý¶®»öá‘MÒ:ooõõl|öÚ$óŠ+ÉÕB½C£ï6sq“öÖ§c>ݵvÿÎ]†•—ƒßj;ä“)wvøw:òù˜úvšpâÏ ¦>›z—=Ñfu§ú>G®o»v­ñ¸E«Û+®”ýqã_%kuýWü²mCòÂ/Ç6·k¨«¤ÂKʱ CðœyˆQˆQ€€ˆQˆQ€€ˆQˆQ€…ˆQˆQÏŸŒo%Hýñ6áQ)RXXŠpX¯I&û©Ãÿ­móLiz«KffØüun–ÃR¿f6Äa­Y|Ÿ¥È|»Ç•¬ãø35˜p»ÇãíeÒ?Ú9z+dsìÈ?óc · ~©0SKx.Èn{p_œ?Ƨô–Ì/­$ãìÖ«Ël²{\Ñ®äºØ¼2ŸÂß{’²d‚ÍóÅÈ>šÓåèÒA濟õ;iŸ ôö&kûE)UXa[6í;×¥¼«4ÏÆó©OÝGIkþ§ü n/ÖYþ•e/0eé6=صv¯!혔'´vk¯áשJ×?ʾϖ`\šz””¿d¸ÇRúÈ׿™{6Ë)iŒçRòv!½/Bo3Édº}<·$M~øÛÔüÏRËŠ|æá™òÞ™¤ל¾Ç¢²?é»}KH{Iz¿)Dšs]˜Û6¿­H~åµ Õ=Õò"ä¢Ç½¢™L—%…én/XSú„K)‘3^*»ú»Ê«*W•>S•;A ÂÞߣ·Pî–hºì¿–ÿùoyšÌKˆ‚ÿ}Q÷TYÊM,3óK„L y9ÇæWV§Ê¤¢ÁÞo1¥É\Yê+/n§È›5ËfiG[úfYêRñ”±Ó<^ôös|þÛèmÿOéï’äoΓô‰åŸmá9Š ¢÷ „”Ö&UmF¤º—/Ùî»À_ÃìòUŠ›ñõbÉZ‡°Öã£â[vuú¦§IêKLR½¤—_ù”þT¢aÐûÔ#ŽäRoïÑ›…ÞÊ1µøÒ»*^`6ÛÐRmÆïõ=f+»ýwcß œG1R‘ÓÛ‹Ÿ[ ¦ùGZÖ®]gRvJ[×véN¶IùmÛT ÉQI!Ò‘.M—˜E»…>ሂ¥,'Céò^k›˜âÿ íÖxõÛ¡Àxs=@Œ@Œ@ŒÄ(Ä(@Œ@Œ@ŒÄ(Ä(@Œ@Œ@ŒÄ(Ä(@Œ@Œ@ŒÄ(Ä(@ŒBŒÄ(Ä(@Œ€œ è h,«.«ÖÈ U…kƒÂ{kUÁÆ€N¥3„Gt |7"6É])HkP&%š£Í–ˆDSR‚(Ê$Š®ÇHº„7#A*Ô`EÆÅvV«µ½’"Íq±^-"˜$KPÝHÆÂM@ Ö1z£VeÔè‚ ªP#§5cH`5‘^ÇȆËúÉ4D  0«‚CuÆP*X­ ˆŒ‘uꢈ"D¥ ÀÆ4j•VL¢Âd­eê"b}¨J£µª¤1F0zm`TgAÓ³’FHª2šÀh“(&Ž%QMÌ@&2‰c*&År‘q11±b“%Qd4xhC(a[Ä%ÄDDsž:ƒ*$Ø V‰ê›¢#Ds¯X3ÃõKâÄžÚ@‹)“1âÂF$EršÀø„¸H&ˆ%¡*­Vï•”ÀÅG$$š#“¢ÍD-ލ¤Uö¯¤%±‰¢¸$.>±ˆ,âèˆØHSŒ)6QÅŠ‰Öƒè4ª£FDˆVÐ)H£V“¸D6RLX"‘•&ÞÁjµ*$„í'S« Á¡úPÖ“ é âjMcHƒ8ÒÚWÄy°F­§N¯Òé´†5áê+9Æâ­ðÒªUšàPšÄNÔHb$j «¢+4­¬ lìªÒ…ÊŒ†@­VÔY« 5iH( ÒiUj=f®¤ÓéXFÄÈYŽa¤ŒR¢Uéõ†òÁâª\¢ÈÂõgâ’,GLƒE,[1">>Ú,fc+éÕœ™KâbLKD/“\K´’SL\“œ„èÄ‘VB´:/Q‚9¢G4GD愸ØX‰Z¯Ò‡H4 kÞ²U·°ðºmÂÛ¶êÖ´?­"R–‰5›ªrÑq ´ #{3".Â"æLœ„‰‰HH *N£WŒ KRt"‰úˆ›3F½Ne4j$R.T'Ò…êI%½!0.1.2.ZÄ‘XoF¤£»îÅpÕuX"Iеðoå! ‹7EzMq=ÑIâã6:I*2„¨4Z7“a޶”óÔ)êGGX,&kŠ%ÚÄ9Ñj‰Fª5ŠΨÔµb‘'SÈhT“2!*Cˆ^Ì0NÊz1"£¯(!Ád‰‹uÖéÕ¢ˆ$±9–‘žRVƳ²$.6.Æ+RÌÆÏa¶˜ IåAI°^\ßÓWĵg̱QqÌZƒ* *Éó/õ ÂÄ'˜¹¿ÐÐ-!ƒ!D,fC5"Níi,ÏHýiÔ`•^\œ#ÞåCÊë}tåÁz•Úà-Õ‚9†5½˜†4ŦXQ"ËôKªèIªŠÄ´#g+¶%".ZF›‚·¸_’™‹ ÉbýVÁÔžŒI‘`6Åúˆ#{GÄÄWõ–ÆGÁ$òfcÅI Õ Š†Q CÌñL™v•4ÚP‘†V#‰†Xâ’zG˜Y†V6Kœ9Q$§zÆ™-UE MŸfÙÎlILMD³„³°&–µH¹Ø+ÉO®'Dqbb F Fb@>ø?¢Ãrp endstream endobj 625 0 obj << /Type /XObject /Subtype /Image /Width 918 /Height 130 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 638 0 R /Length 5534 /Filter /FlateDecode >> stream xÚíÝ{\TeâÇñ•@$¼‘¨h–Y^2µ­Ôr«­ÍZµ»%ÛnkmemFÑ‹rõ§nZ–yífe&¢aŠ((Þ23¼ ¦f^P¹(0àp™¹bBE¾vgfÀf`Ι3¤2ƒŸïëýGÎÌ9óœóóåÌ3£„B!„B!„B!„B!„B!„B!„B!„B!Jùoƒ,‹[d4TÔ³|iœtW¥ÕÒôøÂ‚|·wðAåúŒôoN›šu¼¦¦æ¿„Bˆ»H¯Ò+…ôz‘yäðO?U7|A©©ùEên_kеER{tÔÈÌã_|áâ4ØuÉIÕUUçþƒ 4'?ž®2Ëçk<â¸Ê6 “ÎwðÈu%^?»µxË«CDèÍ·—XKRFÛvtÿºâúwùùô¯®ÄúBƒmÌqUìŸÚ«áÓFŒKS¾:gÊO¸¯µ!×?>}õ!}c¯ÁZó—ܦêé.’ó5ž t\º¯þÖ^Úk›‡×—zýì†ï§8æ¹ïŒƒF×ër—?OhÄeئm°Ò]ç­Áöze§§NbÈݱõÎò;ãçƒ}«ÁžŸñ\ ã*Ïxµ»´×®/¥ë½vSÁ7ó¢Ÿù`G‘©ÒµÁºÜåÏÓ¼-±þÞ`;?Ÿ¦w¹K÷ÝØîhÿxR©Ò¬Yû÷péO­ÿüI–ÑRi<±aúèAZI·´ï;jÒ꜊sMIóíœ'‡DÙ‡ùu£Ëuî9åßO¾Æö§~33ç*P]:=›¦s,Ô”ÙÅáÅ/þ妫ڵ´?¼U—QqÙFמ2ê÷Îzô–^mZ8ž¨íu÷Æ&fUÈU2×ñX´_¿%24ÀQî¯èÿÀ”Ô&Å}Ê—ëP7͈ìxHP‡GLI×Õ«….§Ërr¡í®›>9aVz˜ûgwn­õ¬Ë˳c‡_æ8ØŽ½GÎù^/w¼>…1{žY@ƒõÜ`-•åûß¾ÉÖÎ:M9ºþŸ]l…tT|ޱÒR´i\wGÑèй£¿õŒÙnÛÜRœöjïsWr¥Óæ5Z]«E»N;Gt:)CoQÚm×’rYHë–¢ÝãßOWµaPÈeµãøöF™ë2kÙ7OEµíÔ¥S¨cËà{âOšö)³—¡n~¾GÝy i][‚‡­Ô*Ö<㉭K?]²9ÇdUÕ`]ž]]ƒ5g/¸Õ1˜=®¹2ü² !Ÿæ˜ä΀·Ó§thÊ3 šcƒ]¾4î|®"¶\ëXû{æáß}):ºÎkïg”YJ’íwµ¸=¡Ð©kiâ‡Úßñ©­e ºVÜûÊç¾ý­)ì_¹ç¨ÞД»À~™02:½~ƒm8sáŠûìïo_5}Áç &þ)ÔÑßN)ìÓíq¹u¸í÷‚–w%ž²Ôo°ò§Ëe¨^žUÕë`-fͶÑ÷]×Ú1ëíJÈÍ—9ÞNŸÒ¡yj°Òß[ RYI±¦ õÊå'²³ý´Á¦¦¬É>~L[¨‘F(Õ/ÖÁZ'–Þ¹­Å ÕÛ¶8 ËÓ©§Ìã¡ýì«ož¼¥À^«LÚ£GŠ ÒÔÝ8äíôRÛ[£®¨ÔTºa´m/¢Ï´½åõzKñj{Ý üá1ÛÚN£í½c…ý+÷ÕÊ6Xwã©88ý:ûûêoü`°T–g¼v¥çëö¸œŸÈ°wbOû'ÝF-É’P²þñ°º[©pºœwâåYum°ë ±=|Ðü£¦zwUhr4zÛúý÷†¶´ßš´Kî x;} cöÔ`€Wª«« 5yRôÓ›¿¸È^_½X+{¾”VvbÙöþúXR¾~ÿ4û{äcS ­æ¼¤¨+Î=2ØþžqŸ·ì_%j:¹ò±Žµ÷·¢û+»ušäÑmkß{iSû™'Go1ûhhí§˜‚ÃB[µùóŠBÛ…_Ùý+÷µÊ7Xwã)ÙÕÎñÅ ×Ü8ä–¾„Šëö¸\¾‹ìðÜ!-k?¹tyH€øí“\•ùÓåòY0/Ϫóh Þì[{ÿŸd™îÒû\„AáÝ®¾*±àê×÷Èo§OaÌ4XΫӧ­R‰•z Ÿ6Øeq‹Š4n®¾*5XqÅÓkVÙ¿>ë²Ûؾ>ËZš6ÞþŸîãÓʤ­²R¦>2¨sí‚ÇÖ]<öÁ†Úo08š4éÁŽzÜõÖ×vê,–Sis¢nŒ¬]`Ù®ûõw¿’âXUk8ž0~Xíwo_ýÈçÇíëäöï±ç¨ÚP¾Áº¹pÛÌ17ÖíS¶ë~Ã}SÓuÊût\NÌyë§Žêm¿ôÞ¥Ío ÖªtºœywV]Fk.Ý=﯃:а‡S]”~óÚW·­m¥¡Wß1náþ2³ìðvúÆLƒà|«©ùÅù3P~×`ë¯}…q^ËÙ4X, Ð`i° Á, 4X, – , 4X, – , €[V‹¹¢\WZ¢-Ö Gz¥¨(×[-4XM__ËÊŠwïÚ9wöÌ ±1±1Ñ4$½FÌýNFúÎOWÒ`4-é·i©¾¾ùŸ)û¾Ë8U$ýŠ­ ¡¢ÂÂÝ»v¼9mjæ‘Ã?ýTMƒЄJJ´ófÏÜÿÝžÿB!ž’“5ά³gÏÒ`4¡bmфؘSEEüX&„â1RM•^5Üö@,€‹Ù`cc¢‹µZ~,BQéUƒ €K!„Kƒm>ô‡¤ž4q*|•éDJìþ±KOƒ%„Bƒ¥ÁÂj±m™r[ˆ»÷ã£Ùƒ¥ìø7«VmÏ77휗a\ˆcÑ}ýTGÑá[ôÞ>µ~WlŸ £âm¿YTìŸÚK„>º¡¬Þí~5S4XB!4X¬k9)X:´þI¸#±Øã†Æc ¿kò†“†Æ6´íÿê":?ŸÖÄ—ÏË0.ıèÒ^è¬bŸ Ÿºâàüá1OY\¬óí~5S4XB!4X¬›Û홸õ›6oªµõ;Š«mfýÉœR“µ¾æÔ` ?¼Õ'°ïŒƒÆßóÔÎ ÖogŠK!„KƒuÓ`ûÍÌ4Ö»ËT°jLGÑ~ôŠ“ÛrÊœ¥÷‡‰^¯î(5Û/Àæ¦N}ðúö¶ ¾òŽè噵«. ¶ÎŒº¹Ëeö;z<ðq¦±^ù)^={¨çå¶?·¼bÐ_çg8ŽZa‡nÅe=jÁÖYO îd¿¿eÛîFL±¯MU8?Vmê˜Q©ÚJå‡5|jãáwû‰ É%õ¬óí–Ò} ÆÞÒ9Ð~$nŽùÖ¾g™W?S ãTœD‹&)*B´½wa¶‘K!„KƒU×`ûÎ8¨7˜ŒF«ã.sAòá¢ýc‰yå¹ñ#î{}g©}«Ò¯ö-ûŒ—ôõW‰ïŽî&DïÉ{õ•V]Æÿõ¢ííÑï}™’²jñ‡Ëè Q)Åu ³él¥þûy÷´"¤ïýÑl<ª·(¸ú™¢ÁB¡ÁÒ`›r¬ãÞS[^ì!DK!ºÛTäxg¼<ýåHÑâÖùÛöïÛ[gß¡Ü2}úËRO™âÚ`õ;£»Šð§·ªj°2{¶*7X•[é¶=×IDFïôØ` ¦]/D÷Çg­Ù¶{Ï®”7É5X§*7XÛ™ µÖ]ƒU8?=ª¬ý;²2׿÷Òð-„è:fY®QþÀÕÏ”Â8i°„Bh°4Ø‹Ñ`ÍÚÏDŠ.Ϭݻä0Ñù©Ô"“íä‚ewŠŽO®/výR&kÁwŠˆg]WÌ‘ZÑàOrÍ *Mùž_%ÂßXöÛÜïY¹ü¨ÝJ®Á6Fñª»ZŠ>o×.¥Ð®ä¹Á6ØIÃFޝk€Î Váü4ö4ºi°¬/“=úƒïÜ Dÿ¹Ç ²îÅLÉ“K!„Kƒ=¿ 6òéÏRÖ¥¦ÖÙ”^`´X‹¿×UD<µ^k±˜sãG…ŠÎOo°­ä´3þ*!†½87aíúõI‹ç¾¤Âvû¶è«…hç+ï¯X·~ÝŠÏ®Ë6ZËLë'D»?Å~œ¸víÚ%¯öu•ÆR˜4ªµh}넸äÔÄÏ>\qÄ ·gåò£r+¹Û`e{'õ¢ÇsV¶k熷oná¹Á6<×KÙ›Ÿí*DĈɋ’×­ú|zT¿Vç¾tWþü¸ðæ4:ÓœóÉÍBt}rÑ®|£ÓíÆ¬ÄÙs—¤nMÛ±%qöÃWˆÀ;ãóL¹W?S ãTœD¾‹€B –û;ÿE!†~Q¨ß;¹·ùÅI“ý‘†cï i%®´GgÿªÒœÔ7Щ•ýÁmº ‹Ý^fùíöð¶›[…ßc¿êX~dÙ¿†E:¾GJ_Ñë¶’ó 2ûç öÛÛ xÎþA'·{öxùNÍVr ¶á0Ì¥û>{‹ã;Á„¼<¢ÿ“‰³‡º9—eG¢ï¼2ؾ^ôÚ[ú‡8ý³òçÇõZ±êÓhp§©hÓkŒhÕæÞD­ó'¹vM¼#2ر¯Ðžw½¼ü¨Áñ[n\ýL)ŒÓSƒå»!„Ð`i°ð]ΫÀ*B!4X,šcƒUø?‚K!„Ð`®ÁÒ` !„Ð`i°~gƒST¨ág2!„‘jªôªAƒдJJ´ófÏÌØµ“Ë„B<&';kþœYgÏž¥ÁhBåúŒôoN›šu¼¦¦†΄Bd®¾ÖH¯ÒëEæ‘Ã?ýTMƒд~<]yäð¡ysÞ @CÒk„ôJ!Õ×_­qûjBƒp‘I¿MŸ={–+ „B"½R¸½úJƒ€?¢Á€Kƒ – €fÐ`âëÊJ˜D€KÇ™OWU‘z Ÿ6ØÔ”5š‚¼êê3§O[™M€K¡¾þüóÏy'¤è§ 67;kõÊå…šüêꪚš_мUU‘êkÒÊå'²³ý´Á:JljÊê„øÅËâ y“ZŸÔýœë«?6X\âh° ÁÒ`pI5ØÿÙÉÔ@e}¥Á€Kƒ@ón°f*ë«4XJ,|°Á.‹[DƒÀﯯ>Ò`é±ðX_}°ÁRbè®>Õ`¥çR3*ª,ÅUîßúø Ö« Ð`à§ŠµEMÕ`)±ðV¥ÕÒ´ – o?!Õä – õõÕw¬4&ÊÝÕ׬t—·ß¢€K§¸úrƒÐ`@ƒ¥Á€ Ð`@ƒ¥ÁÀß,!„B!„B!„B!„B!„B!„B!„B!„B!„B!„B!„B!„B!„B!„B!„B!„B!„B!„B!„B!„B!„B!„B!„B!„B!„B!„B!„‹™ÿ‰Éi endstream endobj 638 0 obj << /Type /XObject /Subtype /Image /Width 918 /Height 130 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 8635 /Filter /FlateDecode >> stream xÚí\çÇ/;‚‚XE­‚¢¨(ÀV+ ŽVq¡â‚JÁ-îU÷*"¢(Š»uOÔº·Vë¬uÏjû÷ÿæ8Î$$°úû~>—\n½ï=ïó{Þq—;Ša8“UPu]ÊX[I„|.T €©‰ ëÚ¾•§³£­Ü\ôY•<l€i3"*¼Gû– Ü+Ú+-é&,T €i™1%6&¼[Ÿg©YfÇ’¨RÛ`ÍÖÑßË¥\IéXÒªTu+¡JLDüÒ¹SF„‡´ö®^ÞV–9Ü£R¥¶À4$Æ/š1&²[@C· ¶r‰ªÀä$'ÄÍ784Ч†“; U`BRÖ­˜7qH¯¶>P%EƒÍIñó'E÷jëëQÑNUPH]¿`rLï`¢ÊÒP%P% +[’W-œìUU J JT T €*€*P%P%T T €*€*P%P%ªª@•¨¨UU J JT T UU J JT T €*€*P%P%T T €*€*P%P%ªª@•@•P%P%ªª@•@•¨¨UUB•@•¨¨UU J JT €*€*P%P%ªª@•@•P%P%ªª@•@•¨¨UUB•@•¨€"Nêúø“czûB•@•lNŠŸ?)ºW[¢J;¨€¢@ʺó&éÕÖÇÃÉNUPHNˆ›3nph O mUJd¶Üt‹3cQ|brÊæÔÔ-€%5usJrbü¢c"»4t«`+—¨©R(‘•rtõnÕ9|øä9Kã“Ö¯O(ë×'%&Ä/;eDxHkïêåmea†*‰,yB‰UÉr.^þâb§ÍY·<>>~ `‰_·hî´Ø¨°Žþ^.åJªTÉÉT¥ÀLjãPÅÓ/¨[xLì”sæÍ_°`! `Y0ÞœSbc»ùyVq°‘š xŸU)¶TÚWtoв}ð¨cÆMœ4y  €™‡Hö Û/³_zœÔèõrY«ŸaÏb-™ó0Ò6*ë’žK€EƯT£ö Rëø± }aðþÉþ«H¹ÙæÒâ?+òVb%éýB(;yq?ƒEFn/·3X|)Þö€XÃóГ¹&4å9ŒRï9o$ߤ'íÓQÇ42¨$ò©ßÌ#©•’Ÿaó×C’u›þòŠJ—ÜÙ!O‘#ш½“³Qì!#lÅÏrœ=ÄB× M]c”7Ô|â)+\£Ú &ˆÕá9æ°O Ÿ¨x"Jû`š‰Ç óÆVG¾ ˜4Œ#Àž*éÑßG©‚bȯÒ¾\u’ ‡–F\¡¿RbÒ;»V˾lÏl§§ž¢GŠ1+e°È=Rý¢Ð\FÅ»FïW÷3ç;MòÐ'=fñeÚd`ž®“šëõÒê:—NÉQéÈÏ:îÁ0׺v,Ï×öËeºUyÌÿWMÈ÷Ëgèûg¡¥ÞR^]Ç+c,¿¾ªIdzáŠÖ’}Ò(IËúœNô’±ÇÝ~&ñûsEÐhŸ´*=²±HO»Ìв—5ζ´äŠV³õÜÙ"G?t4ÉHÀ›<·G˜üÿkM‹ñÝ7­–¨•ûOŠ5T G„­tyúv…ßÚE)lPœYlt]Vãà4ÔÿÐcªý­¾¾³?Njœ_èúï>ý9Ö¯¸U„<§ [w¿Ëc»Ê,Wuïpv4þ_ÔÝì@||aŒÊãõ×ÓyL–É[)qùÙ]ó©ßý‘¿Øäˆ -r1—û5Ç¿.@s„¹^e¦qq?ÝZNR‹%ÉÜܽ¶­^a‘òòúšëX’'kna¦ëÇXá'ÖæÝu\ÿhÁÄÄ.zíêŸËøùîûEõrgå¡.êÍìíØ× úóÛ» V[w)¥÷Ù\æäs¿ð‘¯mIQsõlÿXkû¶¿Íé+—íäµs´ãÆoÔ˵²ÅylCôRk;/Ô«¯7òØjy’ËqŠÍLºÓð¿ù"Äy¢îVþEx¬#‰Ñè Z÷ÃåèxÔöÂÁyÈ7îí7ú)´ÿ®•”!õïe2¦qB-.ù ßÕsì 9œ‰±ŸÄùUjý?g_^MóGÙú@Æî½L>^­YErÍÆ´¾Œ]1[ïT»^_N-ýÅ®^™ç+ásQ·vÖ(ÿß;²˜ƒÏùËÃwIYD©µÎqËH÷ú½1à^²jLO`ü®–Ÿ+¥sùre“Çÿ1ûOWKójŽ:»ýùéxLþ»²çÜ<›vSg£ãÂ.=yY«³•@—ÛzŸ£…êù¥òØ›ù@{}w’óÕÎØSïö=´Æ›êåó]S=òùÊï)^¾´r‹I+GFûá)“ÇÞ_ ÔÛB ïåæcËùw çR _ù7ŸïÓ»ÈÆ‘BÑZx–úï[‰”×ó=±z<ð‚Añ3YKÑר¼òYÍ„±¬¨gôU!FÖ“˜¶ÎŽ|5MÖYe2?ÜÀ|ue-rA’”‡:©‚ÂRvƒøÆÆ‚íŠIžVUÍGß™Äý(¿ËëHæ¼s°ÏB¶¤vk­YšmM¸>‡ÿjô óý(‡­6èðsŽbŽ"|Ǥêm^K+>E ø ï[)*l mß·Üëð°P½ÄVgDàkôלX«]'s3 ('û˜8õ7Wþ§¦²6jÛÝ30†]×Óg[ad ð‘ýˆ³:¢ÃkµtY¿EgÛ¨s©$ŸÝn„?w5°ÿ«u¾C4öë“«QòÁzÓ.É Í¡o}ž-ï.dËûZé÷a-P™+ó…_«­PH÷¯µ3¢¥×¢Ú¼ëSŠúÕ ,GõeÁ¸×+º“˜û; vê³1EF+“ÙœŒ2Á³øgçÞ~OdøÈŽž¼ÕÛ.H*R8Íxyô£Gã?ë0´.FÚv5A^ê1ä`!Ö@Mðü¬9Ø<ÌW»LžFÒ}èÚÓ:œC_Ü3ß}2…;Ýàc®ûŠë²æŠêÍŒŒ-æ×µ:˜«6P+™ÌL¶™X|@Ž~4‘m‰Õ`¼~©°:Ÿ¢‰–'¿&ä0NY%Ëõ届 FøOM=Z –þÆ»+šã[²\Ÿ8Er~ƒyoâaé¡òb«µ~™‚˜c¶Í¦'T‰Yª‘ÿ7ì\ɹ½ªk”–ºÑù®J`)¬ÎÕña#z?¾°’Bɧ@‘fu>=¿j1]o¬ ÞvŒžK ýnm¶ûÄ’èÈFÛPµ+´²­×çã=*GŠ\o÷“V‹¤CÖG5MXÛ•ÐsM>8‡<ÕàŽå´ÐØw sz4½T¡ã¸ß蹎|õ´{%Øë_dGK^“©¢ÂBË–c˜½}›“%}l÷P«¡ÎÅ7e¬æIŽã¯ã Ú;²9Ö)²}ƒ•m¡£<¯X¦µ|F¶åø Ï-í¬ëi¤|Iç}o^zjT'bÇo™#…ÐupbÁ6:bóÆâu²Ôë.jž(dcÈ’\ÔÀ#”‘zZ =µÊgœŽí®  ©¯šEø™Ì%´ôÁɧø?’VRºrµšGoÌFa÷ém÷*fiçnͶå)ÝMïy‡I«–ÅUå©\ö/êIis!ßE“Èjfè’¤ðýâS£sÕ¶©åñÍôÖ#²f±­¿¶_Xl!kŽixçßlD[ΖÆqâ¯ÿ“_“¿%ßGHž_ÐÛü)¯"8+o(ÿC¹LÙEÞ†¬ë¦ð"Ÿ'yÝéó9©QšÃt¶;J“ô]êcŒÔO·-ÛMÊ:Vç‰*ÛÒç­à{jÄÿyöê ÄJJRJÉyl²j®VнIi4#¿SŒJc=k?^–Hq€ßUëX=ÚÛüjÔÕBI‘ù¢…}®ï®­áór=)µÊÓÈZ‹,mª¤,¾,£q±Kª ǢÿÒç„|×öžÙ2~N×_G˜Zl±@<Ï7×ïÐ)Sh#àoØ”¾)–ã¾=òé=E&÷Ù»l$—d‰ÁÍ?ßAæÎJÊ*ÿTðÕr\Sùš©W›L"eúI2W£¦í[@ef¤Ýv1ghÔ~­Ø­0ßÝ™%ü,çõ-Ï]‘jéA–U7:©鲞=äqäÍEKc·„áYìàÆ¿©·ÿèžMoVª³ÆÓ8V Ï ×ØƒK¶¼Áí¯”2­Î²ëdýƒõUäí^­»ƒlþw3Öþè¾â%åY½­«tµ²i”‹è~ÖR,'Zý¥ÓÒݲiÛEK¨¯ mœ–_a»'”n™·c} í?6ŠmFGŒÄÿ+hS̯*YÁ÷CleâÑMe:ÉÝ0™¸ïÂ3%‘‹Þh)8¥µbMUn §ÓÈšî:<¨jŽÿC¾ªqÌ¥Eüǽ™üÒȵ‰û±dÍuA ei*,éªÑcoÐYäÜ&ÌYm<ùj‹n¥—tU¤³eXÛêXŽåù,K;Hç>.Dá j! µtXa }nãèÏEÂÒx¼ë½ùÑÏu3‰TÿªµOÖèˆ\¿d›ÓçÅí«±Íd_C ˆ†6æBbùytîÐ*¯è,å·Ê( -Ó²ÿLµã5Àÿó^ ~µO}6§[œ ³Ôl~¹jÊLÞøÊÞ«y2Ï7§}©rAÆ‘ýŒÂâuÔd›ItuV‹°ÿ˜?d·ªõU='ícžpÆò¤,õOZ±ýÌGÓõÔÙêÜZVüO×Xe{WÄr”׊îj=ënʵ”(Ïèñ!kJq ÷f–Zºã5VZù•è×íhKµÏç§áÔÕê¹ÜÐeî؃üWmÿDe·W£Ý{6£…²±GOâI5™óöUŽ|Í< =vr±kC& Qv**‰kVïI<¶ÕûÎiÄéAʆJ+üº_ É6‹;I щüú¨US<- ÏìÇ1­Å¦iØAL×õ-ëˆþ4¨¢§?ëeàÕÙ}6Ò§äʃ.±s¹è;õ˦?~ZG]¥ÐªoÿË!ÍÐ\ÔÝävÏ-è-²›¢Ã–‡.Ó#jV÷Âû Š-F>±¯_kùË7TS –C»úÛ<ôÖZåu{ŠD¿ÐÕd)Û1%öQ£Çö´ïjŸiDŒ)/ßHÊ«N–^Ófzɲîf!Ûü§Óoü ö½IùÔÞj¤³¤zÜÒ5so;ƒêØíÙÕNL;j9nj±=YÏ5XS"ó¹Ì¶ó Ú>M+n”4þù¹MÔ¸¾ZýÒùF¶ ïë)ß¾z[M4Ö4ÉÆþtÞ‚unñ<‹E?_¦±& Ï5îK£¶þoÐÁ‹¯Ð*îtºl`T»Ï¶Cϱ e<ú*Q@L¡Y°®QqxR!ä+•Nã)×*«E„a–þê̸®¨_à×^Ö“ºÃ_£ž~H§ÙKÙ3Çó;Dö{&»(ûAcÿä×IÙ|òÙŸLÿɺkµjDUŽeñ×›ÎvN)Åjæk¥'I=¹.Gt¼³¤&×Ùîñ)êm6DZÏR¾íŒÈe`–Ú-\­þ¶ÓÛÐáKÿ0ZÓ6—c×"ZžerX#‡ö™PÏhec´KëUу¬½^¹Ï+ð&x`ñ´Ÿ,'þéUà³Ï·:˜…Þu@8•;ž­Z 2Ø&¯t, Í…–»gÓOÖRîHJv.°ècƒï–’<Ôɲõ$­ñ‚ŸsŒDûzÿM;ãÿ–eýï-Š)q;%¿2±ù"/ÈNûEêúÿQxk¡rŠ»PÀ)Ý!=øfãÙòý˲ê~š^ÌØF Ó‹-¥a—£ÙÄÿÇlß²l®R®e@ÝzØ »më"ÖÙ¤qmw<-°{z†çñ¾¶Ê9z©=/rúž#È£Nç2'%Šñ¿³v¢ÆÀh¤$ÖÌd¢öaªZQî¢4Ä‚¢šÓÛ÷aöªBu&±µ =>[ƒîÿMÕy”S$¥ÔËq‘Øšé16%µ_÷˜ÿ—«øç‡v ü…Šk¾pŸ­b20ž]`BÚâŸÅE’ÌÕœïD¥óô‹»’~ʆ¹ü'çJ<ÇEŒ¸¦ ‰O å^e<-c˜‡°ÓõZ¿>ÛøûÉ«¶®¾9rþ'÷°„ÄÀð«>KŽ¥t¼r&¨j²ß·^_*ù‡OÒܹ¿úpEj>GÆ÷n¸òL'ßø’IÏÒ’*¶ž6pV¥z“Ò¶µÙß|V[¥ïª3ƒKî™6òüÉï/>¶lçñ͇u¦>=±"rl§G‡?¬?´uæûëW¾\½ÉÀÕK–¬ì? ò½(Ÿ„ëú·z÷ÛÙíë/NT³+AÍÛT™wB1zÞ±9³çLêß,.æÚö1OÂlü[b{ø nl,õ0A>%¨ñ¬}ÃN5kôw»ð[gz‹úv)73Úføæ%›¹ùooÖ¥sÓKI—ª~èPI°Ð½ÒÔŠ§æ$Õ ÜÔd[³ož Ûm[ß&Ýk_ªs¶ýóô¿uÕ‡|gMƒ;JíŒxwå÷!÷WÞx6HYkΚ¨éÍ/´›>õÀ” v/×=y»ó­tIG—ÇÖ—'F´¹xÕÌóB§ÀÛ–ÑÞÅ.ãOt©W+ôÁ£Jö–‹è½½©×9ŸÛ­Þñ¹dstË&7îª%ÕZû„zþì]MºóqR·µU/7æµÙXgZƒ uÞïzT&±Ì¿gWø´ú3®¥8µ£§ß×Åq—)3OséÙâØQÖS{|<ªÝí#­û†{N ˜x)mÛ¯U;û¼îpzoí*^WþÙ*3Øf³Ùê 'ú½¹±r›æÕ"O¸-½vȹõõàDî‹c'ê_ÿjsçý^§Fg÷½Ú2èJïÖÿxü:¶BãçÍBKl8Úëæ¡µ†é>u±mcç˜P›•¥[™µX*r–Ùí úÝëŒKOHß_bŨÖÞsB6xšýâWáÈŠ¡OWlmÞ£ì-­ë¯m1ýïÅ+CäWÖõ¼äø÷ðÿâ¸ìÜàf»ëͧMw~›j=P^õ† <&lx9kWˆz-_<;ÿ¾|‚¼Ç´á‰z·8p¾Ú½ôúÕ%t û°}C‰Å{ãWŽÛ0§êÚC;Ïm7,±ê›0*ü›®ßÙ8ÜŠ[óËãV©G% ¼¹t2ùº5bMóÅ‹š5¾°¾E}ÇÙßO9.¹’ÖvuBñæóËmNqiÔøÊöMÛÂ{ÕÞåpjMˆ”švjiJÙ\‡VÏëŸêã5”wcN}U7´îqÙ©~zšèæÇ/n)])¹F½+Q—Ƶ.ñ°úGî.ñ¤´YUê&L¼rÏqUTÛ+é›êíö¢Ñ3«©ÕžµïqÛlÊß»{:ÿÚ³ü‰ç <"Ì=Ãïïóî§™ ÷÷{üSc—Ô¯k:¨áO}¦¼<±èÅõè9åf¥hÿÚöİ V;7ßw"MÔ°îN©YÓK·g‡%ÝLv­cQ§ß“¦ã¯¥¹?˜>~ú¾M‡÷þF­.m‡N›ûhì‡3ÆéûÃü²gþ5›ê4ïmà¼'Tú™€?øXž¸³ëöí¦“Vol§¸Yî­ïK{wþOð ä™-É«N‰ öó¨XZa.âs9Šâp¸|l@ŒÄ(b F££ˆQ€@ŒÄ(bb1 £>}*O%Èxy›˜ùeOY3s]µ¶k–ÃqÒŸ Ô–”!S#jók‘Ú§n–h!ã1³µµ¶•Ëó´§Vjü®¢cí×Ô8q‚4~OÑøU’£?µËd*¡–¶Š7Tæk~j’É…ž³æx3Ë\4öwc¾mé4¦“)™ž[OMÒØ®'Mãw%’뤶f%g(ýmF•£¦ª-/E"–v$sG9™¯õ;«i2Uàª?(¥*—Ù—›õÌk¨Î*ËÒ:÷Ç(ÍÚ_õBÜ^\]ö+ǽÊ)GöéÆÝ¤±~<ÌQ-pר:…ÞÆ™lŸÎÁµãˆ©þT]âÓ[¹©{§êHË‘”zfÞ+£L˜_oé<%ûô£ÂÈ\2õ¥žÒÇè¢3×ñœEâEsî’õŽ|N¼Övbµù¾”*¿õ~×kýæÖåüZ{¼b¿T[3““Pé¤tTsIäý5ÞÿzA;u¾˜L2•¢ÊR£yb2I)K­wƪ~«ü(Éo™Â˜÷ÑÚPCxITFYVàÇkìgÅûŽ÷a|Ñ^ËB'Uyäf|f/5TὪøàÁéB¯=K§Ù…_OmÛ³œXÎFµ=¯s:©©p×HH¦`!I‡²`÷ØÂ¤Ò•]ò#'”›¡a'Ñ ²v¸hõ9’tÛ >µÀƒ×œ÷Ý»+µ+âg”PFïÖÈÅ3juŸÎ{%ƶ—ºr[‚ÚÇUY±š mÍ=TCQ ÄÃÕÉxã°+™Zi(UQ-&4!ŸQ$/ÕHztj7ÅçéuÇ©Ö6Û(< ö+DØ™µ³Æ»<ƒ…b*˜vãHf‰¯ý$ÊHEõ)¦FŠ3©(K $¿¤jKžªÍ«òÁWÙvù¶!ÓbjÙ?‚ŸÅ25ÏWñ1£¬¨_Äfªsçt£üù-È9–”¼"g[‘É{iò½‹S‚jÁïÄy¨önåÊÔcúW+ÊËì.ÏÛœ¢®‰3kÅ0j°$eM{•Íé;¾ªD.šWÓðß æÎ|g²Ä™†ªÉ½#™êððH2•ß’ÊœŸ/1g¢`惺çIT“@FÏQÔTbË8µ·¬Î“ˆx19e¨e’Œ5Ÿ§óT‚Ú–k$‹˜¼M"Jß&ɘ³Uåˆ;_ü¹¶³ÌÜ©®l:Ùã;Ê—ú‡oFµ@/meKE“o_&§ (gµ–€˜ò2—R»¥ñ27Î>©RàOWÖk„[ˆŸcý8]ð@Ã§ï›…Š¤T¨ÈCØËª¼ª>ºq|ÉwFŠ£ùSG2E’É‘ãM—Þ-A¼ZØ ¥êOõ Ió{ã‡p(¾¸åÅ‘“éóëÖËRnGê_Q9 ]ÙrT‡­CÔµ[´—kC©Þm›•.,Au s „a¼ýLpBÁ%;¬£†‘ùƒ¬&æÊ~%Õº¯EI«= ´×@_€ˆQ€@ŒÄ(b Fb1 £ˆQ€ˆQ=þÖñ™ endstream endobj 623 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [99.467 486.038 511.89 496.942] /Subtype/Link/A<> >> endobj 624 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [99.467 390.104 511.89 401.008] /Subtype/Link/A<> >> endobj 629 0 obj << /D [627 0 R /XYZ 56.693 815.761 null] >> endobj 119 0 obj << /D [627 0 R /XYZ 56.693 721.056 null] >> endobj 630 0 obj << /D [627 0 R /XYZ 56.693 697.405 null] >> endobj 388 0 obj << /D [627 0 R /XYZ 56.693 568.837 null] >> endobj 631 0 obj << /D [627 0 R /XYZ 56.693 548.967 null] >> endobj 123 0 obj << /D [627 0 R /XYZ 56.693 463.199 null] >> endobj 633 0 obj << /D [627 0 R /XYZ 56.693 437.491 null] >> endobj 127 0 obj << /D [627 0 R /XYZ 56.693 367.265 null] >> endobj 634 0 obj << /D [627 0 R /XYZ 56.693 341.557 null] >> endobj 389 0 obj << /D [627 0 R /XYZ 56.693 224.306 null] >> endobj 635 0 obj << /D [627 0 R /XYZ 56.693 204.436 null] >> endobj 131 0 obj << /D [627 0 R /XYZ 56.693 128.566 null] >> endobj 636 0 obj << /D [627 0 R /XYZ 56.693 104.915 null] >> endobj 626 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F75 438 0 R /F52 247 0 R /F72 420 0 R /F77 632 0 R >> /XObject << /Im26 622 0 R /Im27 625 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 641 0 obj << /Length 3611 /Filter /FlateDecode >> stream xÚµ]K“㶾ϯÐej4U;0ñ A&'o¼N9U›ÄÎ:I•Ç®†;Ë*½–×N~}"%ˆ æ"Q øu£Ñ_wƒ/E«×U´úóÝÛwß|G«Œd KV>­F¹J)'\®>¼¬~Y¿Ï÷M±}|bq´nN嶬óSÑTºá¥ÐßÛ‡ƒÚgýððD)ÉâXãlûç(b¯M•ŸÊþü_suxS?}»Q;kšÑU š%\i&$#’òÕSL2itc .Óõ7úKpuÜÝ»w_î(ÈVt'$ÉøJf”$[mvw¿ü­^`hHD–®~k{îV1ã loWÿ¸ûñ.ºi$Ä¡Q¢Uùç#eÙúÐÔ  M×ÇCóõ‘Æëâ¿êw¶Î›º.Í®ê™Çô“ú¨ŠJïþÒzç×G­§ªÐí›Ãn—ï_ÌÎúPžôV qT'õazƒÐJïß|Î d¶V¶êcWìÍáuÛV´¶Þ«í7º½ØëC^ 9ÇΈšuP¡«ÝïêØMÓΧcÊ3Ë—¨‰/?=²xm¬€­j¸Æ#òꤼ6êbÁ%É8×àïœgñH¡wyz£^yRÛú r"eTõzvà„0­ÏÄzS˜®/Eó»ÞmއêÔv2;ëb{0r·¹‘¨v¸8™]‡ê¥½h`±>æU¾SzÀ좬ܵ˂]+Ô”ËÏ6S.â4ÒÛRM)—‰ö0.% ´:åe+š/•‚¦½éøÒúXЭÚεÙÕ˜®‡ÝÇvœ°ýòp1ͪ㕣ÏQhÝI»Ñ?žYÌ5ûeÜ¡Oc"aT‘×ýÆDˆ.-)t‰bìòÌ$£1·…CÝâZC=O"¢Dð´?Û¦|R†b»”o Ó™„ã¶á/>X'o]©Ýj‰²-÷yY·N©ÿÐF+ 3íÔÅ$ õ‡èÖëðËSA Þ#CÃ.e±v«.÷¯Í¶,*ÜÑZ Õ/7mÖÖöÈk[SÑÚñþ£ËÔ‚‘\˜º5ˆQLÝw×y]\æ G\¸r˜Ç'šÈõû–x¢B4K‚-óV•˜ÝfÛ‹Qggß|;É`ƃ ¯žŠŽ @Œì]}ÚhÒ*VóMQ_´‚ÙëÛv¯Ḿa÷ZÇ“'ÊñÌXšjýl âÀÕúg}½§¨OzãkÙ*[‡FwÞ›ßaõ¯/ÍCcŽ­‹f«»ö”}ckG†`°ÕFáÚ¨¢ ­Uù É«hjèU›ÂúÒ”*û|Uùv! Éu²±J•7ª¤èX›ó4å¯U~üìŽÆh¶Î´_˜MÇs´‰vPœÐ‡t:/”´‰4¤…ïcUìtô´›a2M#$r¯ÅÊÈL±4Ì’–Y²‹à@ôxÕw{¨j½y¬U+ض._0c«]uHc6I»u´î¬"uSoŠã©üˆc2Ũb"ïOá©‚ªc%úžší{nC?sõgðÓ¡¬ — Œûà¸UÚc¦ËºöØý¦Ãn –™÷–ضèr+ä ˜ÉUÀÄñðŠv.E¢¦A™¨*Þèß­·ˆX{ ü>{‹èצ¥ã*ðóTAE¬õS z ¥ÏQÚ˜Ü6k¿±õhuøV¸ë7Â=j£,wýZ•7œc“óÛ‹ŒÕóGà¾(n»Åeíf‚·qc›vLuÝñ”ÖM‹³Ÿöü&pÞÛùå0J½ˆáQ[”¶U"ãô<Ÿ¦K«·Á·=FOh Çæ[ˆ(z2á—c2ùUà˜¹)¦tÙßYz¢¹±,r†ŽüLÇÓ?Ãþ¤gÓËïÞš4ú2IWq”@E/פ¼»&"’¤±]“ö0À™ 4“CЛ‘F¦!Úål"ºkþ  €’$MMªú{kÞNP+¾«Å5e°&É"ZPk}Æúj|WÔ›ª<â³/Ë”HF‘.DJXDûÒ:¯²K· q¢œFÌPáÊDÆIý TO™8œAÍC%û «ó'.RæÌØ šr¸ðÊ”*ØÔéUÕiBË*&)K»k‘>8Of¿JGì mת:ש•ßÐúæ¶‹. œZ§2í+‡Kšs¹u¥ƒà‘Y6C‡ŽŸCJ¥ Ã@®` WR€<Œ+~ ?WFéÁ¤]C¨iQ< Áˆ#µ' Â@ÊʈD©\„²’)Ew5|ƒ²ódº)ÛÚ­ÉÆ,»+îÚ·â¾MòÉÃq4Ã’t³Æ°_$fÅ`ƒúít0 ¤8T%i˜ý~ŠÒÃCñ Kñ ¤¸H•žYaý©—á`5‰'ƒô¹Ø Ÿ%ÒMð®L<“ëZuÝ:¡5@Ü©Z:x>P IUÓ%i†Ý›ópêâ”ì¯RÎKìk&b,˜?4KæùÈe¡HÈe?†ŸË£ôðp9Ãr9¹ÌaÁÁ–©°9,y"¬°_ÈÃËÛqz ó6y‚¼•‚0±Äš›§œ¤×ÜßÐv–H'ky >ž¦ãNªÕ´½½uÎÍqÓ…7ƒOºƒÎó!,›Ã'3xoÒGgð€1`$„hÁ üþH0JO$À°‘ #A ýy²D$ˆ¡ÉÄÏq`–@w8K<§é‡ÏÏ<6$à½u®ÜþóO? vªžÒ†ϾñD—‹œ} šåò|ä2 PÈe?†ŸË£ôðp9Ãr9¹ÌSÂRºD5ÎÌs‚gßvtž'ÓÍç®ÐÓކÃïxÿn›Ç®ÒoÐ}q`ÍÞÇ”š}²n‡` ¹0Ý¥,ŒÝ~ ?»Géáaw†ew²› Â%]"S«^Üä‹û÷äž%ÒÍmm”ß®Ùßë+ÂO»9|°„wTîãOÂM¶„ƒÝó!,¹ÃçÖð]_ÂÏ@ 200ø1üa”žÀ€aC† ,‹À´‹ð³ˆa`Øß óDºCWf§Œ¿~¨sv)?YÛkò.0`[ÊG ‰">TÊ'£Kù€¡!§ §KÂ8=ÃËéqz s:9‚œ†‰(Y¢”g)tËÌ]ö÷‡RÏ“éduO衽Y¹êpY=¾dnQ¯6öÁ»«‡w/ÌË;Ï#OÃ÷ÏÑ8=¿Ä8±ÔïsB©?]÷C0üÈ~©îQ[ÈÀð³”ö`Xö` ûcAD¶ÄI9–‚ï¸ÿÛ÷gItS_Ýe‰¯iøP¿.wÍö”ï/Öú³ÄWO*– üú2Àíø0Õzχ°ìŸ¬õ»N0ºÔ@`ÃþÀàÇð†QzxC† xDâ4^"0ˆˆPçë‘a–HwdèÊÜ7»64úTW×ûSUv8|ÔXï3u£*“Ëœºš%ö|$6 ð4Ø~ ?±Géá!v†%v…‰\„ؾ9» ö,‘nbwe«Ãé°9lƒ¯ÀMVÐAãð1ZƒÙ]ŠÆó‡fi<i¬ô•4öcøiy¬ú`Xþ.`s›É»6ŸÉFüfr?†Ÿÿ£ôðð?Ãò?ù/`=-“ÊcýæÍÿßø?O¦›ÿ]¡6—ëwÇóùØT½€b6Ww›’«'ëà {Ò5é , »ee†Ÿ®£ôðÐ5ÃÒ5éÊáb™t­î–嘮ÿ=@×y2Ýtí u-°{Lu¬©‹€Eõäq8Ø€aÙ¹€=m*îÚs|*r[½]"ð)±~nÒÃÃí Ëí ä6ˆXä)1Êð}ä÷´ž%ÎÍj”‡×£6y•oNö ®·ßŸÓgÔ¾>Ýñöô´u·ÎËÓ>uD~‡¯eQÖù·’ÐkYC³¤Ÿœ7ÿ’2᥵·ÿH…JI€<«öd”yÊõƒ ¦ƒÊCˆŒ3œÿoŸ¶v¾d_E+ýÔKûe¼Æ‡–Xûg1°õ'ôKZ©Ûž;÷@ÓJïmÇÐôµ&øÿMåxE³Q7L•Çm1þeÀæÏdTŠI6çÿiþgŠð· endstream endobj 640 0 obj << /Type /Page /Contents 641 0 R /Resources 639 0 R /MediaBox [0 0 595.276 841.89] /Parent 619 0 R >> endobj 642 0 obj << /D [640 0 R /XYZ 56.693 815.761 null] >> endobj 404 0 obj << /D [640 0 R /XYZ 56.693 100.075 null] >> endobj 643 0 obj << /D [640 0 R /XYZ 56.693 80.204 null] >> endobj 639 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F75 438 0 R /F64 307 0 R >> /ProcSet [ /PDF /Text ] >> endobj 646 0 obj << /Length 2808 /Filter /FlateDecode >> stream xÚÍZKܸ¾Ï¯èÝxh‰¤^¹ëÄxw¬7{´DµPKm=&†}ªÈ"E©Õ=cLJ\ZI‹õøê¡Žv÷»h÷÷›onž¿J¢]ÁŠ”§»7v)gi¶ËcÁD¶{SíÞ~Rí¤›Û;žD‡i¬›zP£žz;Pi{möÎùÁßßü6¸‹cV$‰¥Sví»(â÷S¯Æºk—ïÿ¬ðõi¸û±ÄÉ gñ.ÎRœÉŒ³,»»„ñÆ3x=ËÏíE |ïæå››O71ìíâ]’²´»¬ˆYñ]y¼yû{´«`8d²Èwÿ1+»$Ž)Ü7»_oþu‘Îi%9 iE*+²‹¤ŒœSÈÙ‘’“1Ièåg}<5$P !TO"YË#ûÂo¤Ž@œƒ½ùÐõGw¯&{êö~jjMª{˜½95S_ƒ†/ŠN&,JÓõyÅDwn_ަHYÌí)~N§n@¥v>MΦèZuÃà¹Våè­Q£Q–;Äì$NFÏ+5ª I ž»Uz\o®HhïD7ºœe\vÇS×´n컚Gë.?§ÃWiÊxá5w‚e½Þb+ayê—=Û $Y‘sOGMÍž2ÅÁáÎÉ,…ô‡*áäÃ%³\úuÌ®XXòLQùäì)é´¶2i»ÉYá-O·qtðš>õ·q~èî{u<¢˜I«åÇÎÞýðþÙG1ø@Æ Ç’jº~p3œ)´uT­÷‹aª-ð£ÚÑwí蔥{#n“ƒ>j7§ñù3rZN#^ÜëÞK,s–‚¡\DN€5ÎXž,ƒu¤áË+.+Ï@en9¹}ﯺ¬å¾Ô³ÙŸ›H ™{ùáý–2$“2uKŽª÷4µ~…ÚÆ^{<²{e¡9,~¯ª6=Dòt¶HCóµZª{òæ¶4 s¼i“ÎNN iåGåaœf#¡ÅûMŸàˆI‘/Uö£ã±{Õ×Ý3‡ËßÃW^lù 0R¥[¾²)°µ{\ã¦Ùó2:y¾aγÙÏæýT3æ,r­‹8sfŒ·ÌXC™7㛘ÂâX®ÍI¢Ó. 8À¦ÇQ IŠxZÏ:É#FŠhĸ׬|2ÒÇÒž;C"Ç-17è©¡1kã†À-ÔJ;ÒÐŽEŒô¦J[ؾQ *7cÈraÖgA&¦ FÕ®£k(Í-ÿYaÝwŠ&×<%ÎËyöÿUÒ rAQ%Ô½žânŸïAÈ-úß1CY¶e©ô¡,MÈÆ`¬¡S¯6}´ g7Þp_ˆÙÑœ[œt?Ö-jj# AtŸƒã…TT°,Ð$/i(°Yumi¹78 #NèEd†8¹äODœ‚‹qÌ5°tîI&¿ˆ¯'=ÖP‚D:³9^}Á“ßÌiO¨ -ôd>õÀ[B!$ÐÚë06Ø–À·H¯óõŸ\€åÇ:œ[L¨îòŽ@ /\¤ˆÁŽƒ²#ïÕ@‹ i—ÎÀ¤Ýh&€ðpRÖ™7¾VXK'zÆø‹…ñã¾{+Î"ÚÌãp àƒ•'²Bò,,žn¶xÆR) 4¹ôñj&Þ+»¥ÕL9¿”œÉ‚/ß3–ÌŒ-ë(Õ/»7ï¢$"‡€ÛØáÐq‰y(yƒg¾u´Õ‰’¹`Q.¿½Å!A‡¢¼[QRŒƒ_™ó &\ìÞÞÅQ­:mY~¨¼¯cRÝaï§![§ˆ w(ÌQ·UO‹n¬¥ejÑ錖 Î%ðD¶û7e@ZòC è jÿ¤¬ ¥ÀÄèN4>tÓGSÝë/vÀ+ î•ëdÁkzšè4¸àÉDÔ{°Þ%­0ZÕ0€|ÀIwˆ4–<§ÄnV•„ãcÒMcI†©cz½¨è\3“ö1½g@ˆ¹ukƒÌºÚ/üËwðìÞìbÃSË„ø. ^QDLfùfƒW>Úàýezèë~ÙPÅëVQ<#ôß>Gž2Hö¾kãVdƒê,³ÞhÛ.rŒˆlÓ­òà¡‚Žê§©vÊ}èõµÓVÊ¥¼ )ß úmÕ#ÿ¾yaE<ø‹›¿R¸²ºp9´(„=%ÙcÙLg6Ízó²uÊ atØÓù„ÀÈq±8 -œƒ8¨Ûq&e³ÞÂ9HîB zŠªGÛaæõ¦€~RÇÝAyÁ°È¶dqÜd’0@Ná¨1ˆ³ˆÕƒ1\˜4ª„«&8·ñ¡óI¥žˆmå‘ÌRš ífÜTM0Þ9oÁµðV9:뀆^ *رuK žgË0T߇¿àzi{Þ¬ $DQÈ3¾Ø{GûLÅÜ›ÈàŸ«É^/Z§~FTi"ÖfôIãB±F\aÿ`O)V_kWÀU{ßÖ ;´Z{íeþoÌž_FÓ?hK½ª§˜LÕUè³Ï›Îc7ÍÏ}h)/ZTó—÷ÕË-æz?ø5ô@9娇'ÃqäÖ• ‘OK‚·K–ÎíNú5B ö¼à O>嶇y(±_’šºÚp®½“…^ÿé$×{…÷³™#†í=í“r2µ%<¸ñ´ÌJV!”ëSi÷XÄwîã„I練èÜuÃpÞJÛ)—aˆK .£øk£;lªò£vÛ,öÖŽ££[Ð:"k.4qï„6²aeäe³— ?}n ™iþÔo6ÿkÉ%Õ«L?ðŸU‘v½%±×7ü­í¿ÞYÛ endstream endobj 645 0 obj << /Type /Page /Contents 646 0 R /Resources 644 0 R /MediaBox [0 0 595.276 841.89] /Parent 619 0 R >> endobj 647 0 obj << /D [645 0 R /XYZ 56.693 815.761 null] >> endobj 648 0 obj << /D [645 0 R /XYZ 247.037 499.388 null] >> endobj 135 0 obj << /D [645 0 R /XYZ 56.693 469.008 null] >> endobj 649 0 obj << /D [645 0 R /XYZ 56.693 438.606 null] >> endobj 650 0 obj << /D [645 0 R /XYZ 495.443 281.676 null] >> endobj 139 0 obj << /D [645 0 R /XYZ 56.693 183.947 null] >> endobj 651 0 obj << /D [645 0 R /XYZ 56.693 158.292 null] >> endobj 644 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F64 307 0 R /F75 438 0 R /F77 632 0 R /F52 247 0 R /F14 413 0 R >> /ProcSet [ /PDF /Text ] >> endobj 655 0 obj << /Length 2298 /Filter /FlateDecode >> stream xÚµYK“ܶ¾Ï¯`Néڡ¾é›-Y.¥;.må¢õ"±³LqÈÇ¿>Ý@7r8ÚS¹,1x4úñõ ë;'Çw~Úýp¿{ó>öÜË“ qî$ð’ÔÉDè…©s_9ŸÝ¿í$›Ã1ˆ}w릊QN½ž¨¤þ6û×Ìäo÷… ŽBxyk:e×>ø~pšúb¬»vyþçOÃñû$œ 'Î’9‹ÒÀKEèc/O‰· ƒãiæ¾ÑŸ(Äs»ïw_wî÷áĉ—ä¡“æÂKüÀ)ϻϿùNkÀ¡å™ó/µóìÄÂ÷‚0qã|Úýºóo*‰iF¹'üD³òQ‡cøî¥ïPΆ~Vû©•8nQjÁqzèÚQʦ†‡0t@Ò|Íx«påAÄîïŹn­ýUÑÒ¨ä£]_õR‹I=„Û%Sªh¹ÙkšH¯œ=O/|$ž/½<ײ_ŠF9ܰxUks*#kApD/M-y^ö…=‚Ø-šºB~ô”4GÚj¢ý¸ÚH¥Í¶øÒ†´"iä¥#Àʨ% ˜×ØóŒ `^ÄÊð®kË;ƒq­W}˜î²Ì­~Êid©ˆqäöY³L^SŸ/]?¬KÇîÔì#øë»¥4Æöµ+½ÑÖ±ï¦çY‡³‚™Ö §f‹ÐBµ8^*%ÐJùÇA¹ÛMƒáÿu+ÿ e#¢™Ñ憢fk)ÿÀ-{eô<ýNÆ,Ú8ò{©-eüÓÅ h‰ Ó,ŠÕžÏÇØ÷Ý·ÝtQ\&©V|-À¯‡0òõHaðÒ%Hùîž](H“Jn*[FYZÝùUÃÆÏ¸¬uˆt»é©¨GfŽîý£@èšNâjC´L§¢M% NôÀ£Ð¦JkÑÚc›FþqläJ{G³9òÂ<§à»­â¦Ö ƒ¶ÜB)Íl){áöÀÅ G¦q‚dà5“hâ_Ð0t\r ‘

îôô¹¨iþRЀ m_·#rÓ×T¦\áàòÁáû¥wijÇÊ[PD¬Œ½‘"üÖùb¿Ê@_lämw>Ë«ÌÊiÈVÕ?mÕw5E*°Júi4ùºèð@ÇÛJEsÖá ®ºªšíŠ‚swm85µÊw« –DËØa£ê ‰þ)MÞ¼IfåTxÊåÿ"ð?'‚™•¯ÊœnºUµi ˜Øs»>9F‰ú±.¸9xk@0ÔÚág:íÞ0O˜„{»ªFÄÍR| 6™%­­B¦fv ë–f³#&Ä‘ÕQ­#Ã-«Bpôr?¥œ›mÚ¶h.OÅs ÉVŒ“ÞÄivýY}ƒ§§¬&ˆÄä&h#™]1䡆*¼Ev‚<‚ÚºU¹ 6,høMé 6j ÂTC_r9X°ÓW b¥Wt!¹Û’ñvÀÈIêíT/lÒ½j¡QÚ5·Ðjë§š‰¼ü. [ºT\•êa‰ž `F‡i@$SêœæÝ$ŒšýA=“DæICƒìN/M×ÓUÁ c7Bã<’Ë 7“ÞÀe# ÿ­W0 õ5äÀ,r‰{·Z±J ˜–cééy|lÅ$˜¸H±Œ£j¿o71þº}I6Û—ûC滪ºH)x¦Ô1¤sÇ`74*ÙâÄì+ºõd¾Ý åºæÏtÈ u2kv-)! f\¸YÇÓ|EZWvƒï ”«†jUY!1©Wô-QøÄ|‰)Ä`;W}½ÁY #±z€‚‚Ye*(ç~ôcmJ¡j¿ÔèÝ­‡«KÕ \\ªø1•O«z‘ïy”XcoZíº-ëKÑÈo?ÕòûØëg7«îÞ„”—u%WÇËzCµÒÈC$[ P#Ë…ýòùÀ¬2z–ê¶ëïÛµ×Q\¨šâ)VÅÓJ½Pü61ç$°õ• V]wKÐn…ó²Á‘ÂÒËÌ{¡Ë?ýy-é¶Á®½oè rôV1… ÈŸŒ‘k~ÓÇÀå{~šÀ剗C×µ¥n¾Â( ÿ»§—wFÌRÎ…‘dgÝT ¥·ù‘LÃaB½¸6ìWù÷ÉF}5ßþT”S{ .@†Y*÷¥ï÷æ¿"m!mÔŸ$þ[äëNx jè¢Ôk¬SZð3ž|óá Žú®Ûýjý·„¿|Ó‘¯:Zw©©@=m=µ@0˜Ö"Â錮¯úc /‡Àot5ÇÀ÷D’Ã7÷²®~o€õyê õ¿1ÏÍSϨù÷§ <åàÖ¦GR)?vƒˆÛ ðs5ú?ɶaó«ÿ…Eàr ïŸøWØDÄf endstream endobj 654 0 obj << /Type /Page /Contents 655 0 R /Resources 653 0 R /MediaBox [0 0 595.276 841.89] /Parent 619 0 R >> endobj 652 0 obj << /Type /XObject /Subtype /Image /Width 175 /Height 108 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 663 0 R /Length 4754 /Filter /FlateDecode >> stream xÚí tS×™ÇÅ$c˜”f;Á@ §Éœ&ir2C&ÍLæL˜ÉdÒvz’69gÒfÚž¶!¤¡!I“MI€&fÇØØŒWl#ƒñf àÛÚkßk±µÛ’lË»Í|OÏ–eéI~–exÄ÷;ÿsyºïû>=÷§{¯Vh4dÈ!C† 2dÈ!Ku{ÜHw® ß«=3<4y€`X°p”€Áí"%§žîd]ƒÌîŠçcïÒ+5†.É„·]?žöÀO TW·Ë,¾tòäUµ+|6¶‡’º=0¸L²æóÍ"çðH¯7-ìÚòs,³Ï繕ÕðXùô¿üâùGî]„ý5÷¬zöµÍÅ,«‹D¬›ùÚ3ÿöAœ­Wß]A[þΕ®ðÙØž<ÉÊÓÝ?<66èë&<‚¡^Ð36äí&Ÿsnr/m^s7¶|íºÏ³ Š ³·¿óâJø£žØX§sÎ&ÕäÐw&衤R C½¼ºî"Wavãù]]FaÓåš“Ð_E§Ÿ={)·b§\fQ}yuƒÒ¹ÙÍâk—k*0ŸSU—Ù:×$ ¡(Lç9F·«KÇùúR-=ÔSq‘¥ÇÜ\Vÿê¥3åÓî7Æ“\)ÌWßû¶j}Ö5Ťî܆Gh´ôßÕݱcj¬|ùnÚS»„Ø_açõ}ZÚOuLº…í»›Zm±=Xˆ¼æ³WŸ¼ëY²zíÆ!ÖéÔÔýéå§Vü]ÈñîÇß»rçÂàrvéXµUôz©ÍÝív˜xg«è• \¥ÕátZ¤M§Ê/I<½Ý8 5­öÑŸÛÄû? )9Q†á~Ÿß£cœ)¿$ïéw*›O—ŸetoŽ öõu˜gÊ/ÊücÝÝNÀ€†2•T¸œsWÊ— \ul×]O§·ÙÆnÀº÷e×´U•_”NÀ€†‚<¤†¾Þ^\¡ñq'«ž^ÉrŽŽøavº'a@£6¯ÂJ¬R ƒ·§;¬n›¤¡²ü‚¨{Ð7,*óZT*¥V) $‡Ãí´jZªªèµl©B§Q(¸WÑ0Ý:œŽ$4{†ÊúËœ.¿¯ÇåpÛLjîÕ §±]ÄÙúshŒ ã7‚!»y}4às…îÂåé½~3Hþô»=¡kóxüCcxÆãƒ^ÓÞñz¦ý .ÿpÌýz’W—<ï…»iËÿ7Ÿšâ(¤yå!Õ¯38"d·ÈùbX#tZ2?=öv«SX´îé%4Ú¢‡¾¿öç;›Lj]9*f›3Å08ìêÔ1êë«°5bæËžHÙ¬’Ë™Û6m«vRðòì)¯ê|ÂrúfX#(‰Á¤;†™F£9¯óÃJJM©…Áé°Ç*Þu:#%§”9Å0Øm±Š{DÎHÉ)%EF0 n; høn ·£%V„Iè‰4ͽÎó÷®eX„IèVO·@í4›-¦Ž¤Õi1;ì¶©´ÝËå²Ûçòèƒ-·ÇíœßœÉ*‰:G‰‚0 ]‡UtüèÞ]_&§ý{2 œÏaû}>|ÔÜN»H((?Q|øÐÁ䔓•YVR$àr Õ|åD0L—Ónç²™yÙ™-MB.·ŸŒD³åZÞáC*¥| €Ç¯HÈ/Ì?bÐkÇÇÇo&e£££:­º0c…>”úœ†(uZLEG[¯5 ù‰H “´'-6›Q\xlltÄå°•—uº›s6½N[VZÔe5ÏGN‚hTŠógkNž(N,Â:Ï) ÂË=Lò|.[ÒÎWJÅj…,i)eRH5>>K3LÈI?~§=–GFr³Y: ó‘“„šªJ³ÉèïH âÏ$ ‰5a€E_ÀeKEB•\ Õ˜‹ ,ÐPö©0He2êç#gl5Î×U«R§Ã6£â¼i#/*à i(eµR>‘‡A­QÈÜ m a`sXÙ9‡ MzY‰­ÓO­faɆEY`C%nç+¤b•B’ˆ„Ugè™Yû÷îßE(8uºŠn¸X$aÐhÔGŽåvuY¡…ãTÁ$ƒAh“†–r[—•ŒëL2•a€½º\"RÊ¥ S§é«9˜ÐÀÜpÿ°"a€š_'2µZ ÀZ8†žëñ-†x9q Ï ×g²0Àm2"¬3ÉX\”…ÇfÂÓC™X³(3kßõ×==.‡ËF(8à†û‡5# aàYžßï…vFÈÃ@ÞÀÐi5“aIÆâ¢2 í®TÔ.—ŠA°À„¬ÐJ .µ^îòØûúýÐÂ1œpÃýÃJ C$ fKGQq>´3òp‹g«ÅDF„u&‹‹²0pY !Ÿ {Ø.€pà±¹.X[ö³3VC Çp ‡÷+ †ñS©”‘$ä9ÜÐxÚHÀg<Æ¢`÷[­–Ò²â“ôrƒA÷„÷ øM^{¼àh½ < sÂ`1waIÆâ¢4 <ޏ] ·ƒp`9°;»p 1w.óËNB Çp ‡÷+ z½.'/k‚³1;'S¡”C?´p =8à£ÕjHÂp¢¼ÄlîèíóCžÅf Ð♡ßçóÊä’¢’ò0˜MF2"¬ó”C‡‚USXtNh ÷hÎoü^Úý?Ê&z( ‡Ù&à±ÅB>L Øe¢?Ð×öÅýƒæ&hûú{»½x î;°÷+ Å¥…ðÜFÜd2ÈÜ'—˧àz ddXoÐÎÍ" xj´*œ¢Ì¬Q9¡gO¥’ý“‡ÁÔaˆ§iÙ÷Óhþâ”LOXç)gUݺtZúokÕámÓ®WþáùwOJŒ=”…ÕvÃjãs˜€ˆp™À`05@ËÞµZýX2Nïy ÷+†ÑÑ‘ð«m°ð\•Z±g_F»H=mŒVxC ÇÐý …|ò‰z¥.†Èœ2™¢:: 0â@ÈÄ3C ÇÐýpˬ”æ$„¡Ã ‹#uÛ_Ÿ¹‹¶t1í®çv·ÖyÊYQûC*n6ea`¶6s˜­°äsY Èe掦]¬ŒÕ€A@WµØüÐo¸Ò¶ýAæWs*>Ä£°ÀFFF౉K«U{÷íKÄx¬¡õ=¿ #›w$'ëð!ð Gኄ!2'H(ä™±ÓØ¡ñП±ûËšÚjház ΂OTÂpNBŒz-±äµëWÒVo¨(xý>Úª „uý.̪ïiÖÊk†°­~ÿ‚ZÓ¸í1ZÚIñl.uahif3[`çÀã0A‘ËD_ —±s™‡Ÿ‹ > í°SíP'Zï0sg:…FÂ0<èï‹§Ö¶kY‡3¡Màƒk 19y<ÎöŸ:œ‡ƒ‡öO`ÔA?œM“ƒNC$u{ÑOîýÛgw·*U7~—v/a?øUΉAVý»tÚ}¯ì¯=îÂùúFŽL¯nÀ`x©P‚e“œÿà1ÊÂÀhib1Z`çÀe3@QËDÛ u±aè{eźӿ‚ƒöÔ/ûíÙk ÆŽ‡ð(,0†á᡾¾Þ¹+œð\ò³m[ -0› ház ?qNBˆ_i—7ïy.méó¸ ¹Zveç?þ a§üE§~³Œ¶ìוâpìë?–öŸù¥\ÅÉ}i ²0´]k‚m›Ù ;Pä21<2ÌܱlÐÚ¦.ûé°CØ+-qËýÒâa‡ÀXýë!+`À£°À††{{ýñÔÒÚ 3´ |pEÂ/'“Ùöé–OôzíÐдp =3æ$„!êv\²‹›[ôàeÜÐM 3ëß ë<Ò^‰Áð«JQ¸Gzi+Ã1¾B&®~ûaZ…ah„mLÀèà¡}°å6˜µJ­Ì×ëæþ«ON÷ r}¼L¿0Ïß~Ô'ÌõrzÙ» Œéx(†ÁÁA¿ßO@Ì9Ð&ðÁ C‚œ­m-oú肎É䌃4Füš·WD? “!0ÐEáéÅ G±w€ªßZIešC0Àä<0ZÊÊK¸<6 +þç¨òÄÏL}²2/÷€—½§‡µËËÊèWŸélÜÆÊÿ< 4 †Ÿ·'ž®]k Màƒk s677¬[ÿ[hIæ$„A)—D‹WüÆ´ô7öÓOWž™P)a§BÚÏüamé+…‚päËGxr‰‚™ýiÔ]&Z›°mCˆPkóÕŠòb˜ÂoSžÿꟅyk=¼ÜAsó ¥4`nv2ö±w?ʼBÇ£@‘0À¦}îŸ;EÂ0cN£AO>'! Qï¶À¤Î9ú£oÑ~ç ?²Ÿ°Î‡óÏÎÈÈ¿*‘¶åÁ¶`É?mØ{¤ 'cGöE±øÂ– \,œ[õûG© CS¶R´4Áü@¬–&Få6Ö5ðÌ6 !-ce>Ǩ?é6 †@O·gîšCJsÂõn‹\Ò|è…4ÚwÖצõÇ}jy×O¯«HÅ¢¯÷üüÉûB]÷>ñf>»}žAÔDÙ½µ`040®5Âü´`Ëù±7ök0î9 ’äfÂaHyNB¢Þm‰'Â:“ŒÅEÙÄ^¹tVжfl~HZ­-MÅ…ù£¡Ä–•ÿsùe<\r™¤âD‰¥Ã09 aˆz·DX|Â:ÇÆ&apØm|.¦ÍÆ+—`ž$’Ûf4â•ú=n§€Ç)Ì?*—Jv{r¿œ^t<.ÏÞeœ„0D½ÛO„u&‹‹šß¨òû|0ˆÅÇ`’OúK4ÅùddxÏévÚylVYiLÈÉ}ááñË粬æXåç)' 2Šƒ€¼¨ h å>iÁêsBdNËÙe5Ãl «sr‚XxüFŽÚ|䌂AÜÎ'#Â:“ŒÅ•ZÊŠ bEx‘„žH„0ˆ„<2"¬3ÉX\©…a]+‹$ô\àŠIQíUÛO*cïw$²âÁ$añŠœ¥†/*”±Šw„Î Y `èïëM¬xEž10R©…áórE¬â]'¡óBÖ7 †måòX%øa:Bÿ«¤aHPáÛÃ_Êä±Jü«•„! Sß0>;!#T‚«²• ©"!å0ü¹TJ¨ò:^à‚R0$®êí…ak‰”Pd~?^ìÂѬ` SÒÛ ÃÅ’- E‰*àºq3ôìu|`€Óª&ÿ¿flÁ“,<‘|gKBÊaÐ3”[‹ÄŸ–¨Îû‚A¯‹~ÅPØ`i臯ÖHÐÿt+uÛa¸³KÅ›KTõ¾à¸Õøy‘x3°Qi1ƒvŽ •IH= ÁS äuÞà˜Y·5_ø¨HÃz%ªÍùB4L”%a^`(üñ¸ ‡aË1ÁA…*æ`Ð/U~º‰ë“ÐkªüÙÒÐð¬Ù+빕˄ë@ÿÃ|imÀ ýô(ÿCPŠ1ôI•›ð›!¡Q»Us‚Gô×''ÇgÙÛ—m· ]«ô£#üŽMÀ°ŽAÇC0H”ÂoN Ý­Xì_¿õŒÌâÇŸüü“öbÞ7yÊÍÛóú³>4ñµºÅ+ŸM- ›ðÞÏã½TR0˜4Ÿä…næ+Û0ã7c„†rÞ¶>ã‰bƒýðû -[ÿ¢'¶ =“œÔ½Šƒ°hÉ=©þ ØÆ\.RҚ˻–ÄòJ¬ °CÐã•|;^þNƒk K~zÎÖßëàì~>µ0¼—ÃEJZIÀ Ó¨ëëªñÌÅžíæ|ú6,?ÈVöÀ,¡?þÂ]pkéë5V4 p³³*µ0ü!‡ƒ”´f P]Y¡U«¬³Õl²˜:¦;8šÖ§RÚK¥úÞXìçR ÆÃl¤¤5[êëj4*e—û-ú¾^´ƒ­þMü»tKÓW¬XRú½ø8ýKŽÚ†añWYûû¼ÆSo¦†w³ÙHIk¶0T”YC$õ[«^½“§vKÂ^Mîó‹°Î§÷J»§64Ú=ß^œò äï³XHIk¶0€?¬sÈo,9ô aÍA¥7â(}ÁZlß@{|» g†%+ÓC(|;Õ¯@"KÞ’€!fŸ0EíRÿr42‚Á€`¸“a˜÷w-‘!!C† 2dÈ!C† 2dÈ!C† 2dÈ!C† 2dÈ!C† 2dÈîûÁ/ endstream endobj 663 0 obj << /Type /XObject /Subtype /Image /Width 175 /Height 108 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 2088 /Filter /FlateDecode >> stream xÚíœëoÓVÆ¡%mqé%T@S:Õt¤D]ûøR…nZ…:)«€ ¥mV"¥I—¤ô" $ BâC¹ ihS&!F+!ºÿÇ>®Ó:ד)Îö>Ùµ­çü||¿u“ã}ûWû½¨ÿ.ÙÛä%D¶P›››xG˜ÆBvƒÅ¤>_KKK«7„I|>̼xÿg/Ša˜ƒm­-> Øë¸þîîÎŽv¦­Õw É‰»ß›¸À±£=þ®CL>ï~âž<1Ð8âïÈçõ*®0:rfh°¿·§óã—à6y÷ÒØy  ^»{ñ¢Ù“¸W''ÆÇÔÑS½þCm¾f·é€'qgïÜ _  ~q¤‹i9ÐäqÜt2™ž ©gþöÖÜfŸ'qÜ_NÎM_¹€†ú{:r£ÁÓ¸Ï×®%gÂãꙣÉàŸ-žÄ}óâÙÃåØÍ‰ó#'ŽuãÁ›Ã5†®7q³¿½X¿Ÿ¼óÝÿe ›dÍÀmõ$îûì›çÒ3×. '~¦Õë¸[ïÞn<º½ƒ}ö­Á»¸ÿúãåã•ù©Ô¸Ÿ>d_=YŸº, õö>îöföõÓµ»70îqÀ­µþÞúó×õµØqÀ\À\À\À\À\À\À\À\À\À\À\À\À\À\À\À\À\À\À\À­±à;ÿ¦ì ± öuãÂ_æfº'…‹×fÒž¿É¾ßúøi{ûïzj{ûÓÇ­‚_•oaº{GÇ&Lþòtã·ì»÷67·ê©ÍÍïß¹NDÈMó`ºŽ9?q3¶üðÙÆ›·¿g³Ù?ëªlö·®ÓZhz1ù{Nªcã“W¯OMMݨ¯0Áu÷ɋַ£'0<‹Ôóc—B¡Ë—Çë¬Ë¡ûÔP³{[™ÎžÞþÁ¡3#£’¼ ±àÄ[ܽ˜·Ã$Ð?pbðd0ª·0CiÍ6ï¡.ÏÑc@_ßñú«¯¯À¤q›·iïèìîöû{AþBSò÷Yogðµ´¶d°Ú½ ¦à ìuö²Ž†{ ¼ç_Çõ¾†ç–N ™¾ÍËüb*º‹¦ðª`nœºöíéÂÌx˜ù™XÿXQÕ8 ,âNQevv¹õÏÎá,ωºÆ.ç]Àÿ‘Èég¯3W’¨sª®WnñU˜ýZæYÓ¤°áŸXIAœ¦(,BˆC‚ʆçØ[ÉdÂàfGžC¢Š—§Ë²¹s1šÊÄÑDfï©É<ÏiªJsj²b4%ÑX`IÑr’ªs0ŽÄGð{,ܺ$—ãd™Ó1è^ãBë¨L^Õ\,Œ ­ë•‡Ì{*¼CÁ]*è§ â×D@‡Šc¼áÎÙošÂ!¤c'yÅQÁ¥½Cɸª¤TÙdÞqP~›•çµ$¢&ã|hù$ë’Ž%æ—â˜g/É{Å{£IcaE“Цá á.¥‰f%£YGñhÒxhÒxhjˆ“¹&Ù4–2²²9U$›ÕµéNg£ñX:5S1MïdÓÌÉmQâÑÙL,™HëiÇöÅHʱ ÿ´Ë%š^ŒÌâ §¼âsr‰)…‡Óô­Œ÷ãúžß·äv³_JÅ¢q—"NbNq$çØBTèJp¥s^G‰œSxØ9§ð 9WyNjsUâÝú/¸\$æU5éžrg›®%8‘\ ‘5—3‘´µ–Ž$HŠO òðJ&šHÇÌßT d™Ü®ØNðJ*v¥.w åê-H’±ƒ(PVìÒ¥“\G‰$SxØI¦ð I–5N’•šD?Ä ©Øß‰rumºgÙÙ(©Ø²j-^ÁQN“MÆR YÆ[¬,ãµü,›;wUr¼É¬äN÷Ò•¼âsu‰/…‡ßô¹]É}^~%§8 ’ldÊJ^Ú£tþËâ(‘ ;ÿ$ÿ~çkSÊežã5RÊWŠä¿º6ÝóïlÔ®å8³|*ºSÏË-Õ5³kµ¬’Z]1ƒKØi—tRxØé¬AÚ¥ØÙŸå—bг ÙÆ‚¤Òe»´Gél—ÅQ"Ûv¶)Ë¢85;ôÕ[Ìçà‹:¼Š¶“WžÇë߸UåpxØÜ£³#ÂöõWq×áÆáTY'×ÿÒé å2Lrw+‰ÇáA§ÊÃ{H1×Bd\ ©X:’1ŸõœE—•È‚1n3)²é^š3WâÑ¥”³H6³K;& KñLlGÀ¸ŠäÄw/wÝ9EY ÿ¦¨è»»Urv«Õó»»ußÿ^ŸA FRƒMk • R A*!• ¤A*A H%‚T‚@J© •JRYþzÛT` endstream endobj 656 0 obj << /D [654 0 R /XYZ 56.693 815.761 null] >> endobj 657 0 obj << /D [654 0 R /XYZ 56.693 701.718 null] >> endobj 658 0 obj << /D [654 0 R /XYZ 56.693 677.421 null] >> endobj 143 0 obj << /D [654 0 R /XYZ 56.693 648.797 null] >> endobj 659 0 obj << /D [654 0 R /XYZ 56.693 621.682 null] >> endobj 147 0 obj << /D [654 0 R /XYZ 56.693 401.396 null] >> endobj 660 0 obj << /D [654 0 R /XYZ 56.693 374.281 null] >> endobj 151 0 obj << /D [654 0 R /XYZ 56.693 290.112 null] >> endobj 661 0 obj << /D [654 0 R /XYZ 56.693 265.587 null] >> endobj 390 0 obj << /D [654 0 R /XYZ 56.693 98.624 null] >> endobj 662 0 obj << /D [654 0 R /XYZ 56.693 78.753 null] >> endobj 653 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F14 413 0 R /F64 307 0 R /F75 438 0 R /F72 420 0 R >> /XObject << /Im28 652 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 669 0 obj << /Length 2222 /Filter /FlateDecode >> stream xÚÅYKsܸ¾ëW0'qª4Að1Ü›ãÈ©My7»e%k0’àâ4»[ùõéF7ø˜¡låUñÁä F?¿¦¢à)ˆ‚?_ýñþêö]…(²8 îƒ,Y¤*îÁÇð]¦Úíã4 ÇÁV¶×ƒ;Z8zV× Ò¦Å_îÿì¥Eš’œ²©¢(~;=ئ^ïÿQãö±ß¿)‘Ø£ÐLÐ,S¨Y’Ç"—*ا¢ÈY·¸€íù!¼¥G¢pßÕÝýÕ—+ çG ÒLd… òBŠ,Šƒòtõñ—(8 4Iq~sœ§ •‘ˆUïUðáêç«èE#y™I!d”‘*ßɸ›±§ µÍøëN¦¡ùý:kØf•aÍw¥ šÉß¹;øÃÑŠ±q"阇8ÎÖ ÷i…o+ûeô‡õãt=?wÀälo™&"÷äq*Y滉þˆeñNÄL¤Dñ/°|ûý).‚?5`²Ÿ'Ù{/|¿~iI™+‘%ù¤Ý1J£Îô­¸P¸ÈD”Æÿ…Ut©0 ÿºÂ±ŒEšª …åäöî•?jÿÉÓ;v•®ÚgýéA¥r@Òb­‡±óI8›Çý´õ.‰B ¶®7¨ËÍ:BÀ¨,>EšÄ_¤f$±§æh1_}LUšoØ¡nø_gê’,›Ujj¸Õ`ÄJ0X0^ä1´’âÀ îñ¹œþµÃ+=é  Hñ“®w ‘©\lÃÊÑY^fëÂ30¿!~_Q–¾ÄÔJ„ò^|ßt=Y<ϽÔ<Ä‹VøHx­oêÞÀËHãõ“+••AVCN†7g?|Ú~07üî©}µÐãï/›-Ž­›î¤—çØºwY(óy„ƒ¼°$ZkÑ6½uFÝ(Ô`Gw 1sQ(EÄï!UV„Õýݺ#TvkÝæM´p­Û¶š1Ç¢ŒèËZ0š—[Å;´¯¶ƒkrXë‡Ê,_ í/6 ½ðá,ÛÁ@ϵ®>¶€0L1RùS|iåu,Â̬’ý™TÍžé=÷ê¹<ßp°6uÉoËÈ‚PÓ;µO…º²G³Ý.<¬kNÛE™~¹nH®€àî,ÿ2µ¯“ÃÐyhií|×ϱô…¯*®9ÎXµkƧMþÚ+0_cê|¯Euù ¨îÃÚɈÐ0×Çj°meþ…ð=‹Ež@ä¨ã&óa×·Ÿ|[ñ¸[^ ­\T7ÇÔóB%HÄ7¦>¦žÀ=e’ÜÈ$ïTçØâ—aÃ#¦ÏCˆúò™m•% [©ƒÈUÛûÛ¡«6 GBtžK90ã$éÄòƒþüM1XŠ×Y‡ ³xD´‚·çõFÆÂ>×Î`Ã{šg\^â%æb*™;*™]zp&櫆ƒÑâ$Ôz¥iæse¥¹AW–⥇mO¬ÏÍ©yBxYŒäx{ Q¸Ç«í¶[ËÎm·/‚gÃù—@¬ÈÉœðtøž-Ü ¡^Ï?}-¼y;øbì×zŽöâþÍ•Ò"?ßb6ý@ؓ׋iþ(xþ€çccù$´–ÊÒO3lUNâNÕr”V ŸÔt4wrú+¢aàÉÎö<#©+ù•ûžZVÅU!Þª ž¨.?^¹Õ𩽆Mö\†H6#Xý®Á ¸Xš~³íþØ ”|§œf1\xÄY˜”YÀˆËЂ-õµ=µM‡IÂB¾,†îÊ>Õ›»i —žvI¨a÷<¦~à…9®&Ux¶õºÀ´hðÄÁëÇâxûÂÞbš‹á\0½ÙÓ6*«l ˆÄWÃå éü}=Îq|G[1å±ñ{!zkèz›A)LzO£§ïÃåLDlc—£q¹ŠÌ<Ï8¦kºƒ™Ôv–ÅPÙEHX÷ö8«À|8Ïm˜Ãw”_iHœ•ó¬/iÒÙÆzh½„, ™¿LݱȧÎ}ò@œRõë¡·5\õ|˜f^¾sÒ÷†3÷E/¸/š†§©[¿`|Ò|mf:lBš»º3O¶U} />Jûü›g½ ÈuŸÀœìn‚d`Ð~ ìX8›¸|†âа–AÈ;[>ã(⎖Éêcf"rû&þ‡ í È<÷w[*¡­7@D¯q¼#û[8†òÌsÍXö*Â?AÈum»ß\89ë&ŠëI’l¤P]NÑÖý ij†UN#X_Øu×è€ç½—{öaHæ€Ë‹Taéäø@}Öwªò„  °øήÑUÎç@=^ßÝ~ ÚÑÂh¿YÄêÌ–ºÕ3²½>™ A÷ˆ‹Žå žØ36¡ŽðßCEÓ2CdlWù²@kNØ?üvlÀ'ÍßµqaÑVÝ-œÚÃ+,-¸ò šešydæaÞÑêªyÍW`Bþtöá¤_güÖ_Š’HDYñïü¡èŸJ‡5 endstream endobj 668 0 obj << /Type /Page /Contents 669 0 R /Resources 667 0 R /MediaBox [0 0 595.276 841.89] /Parent 619 0 R >> endobj 664 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 676 0 R /Length 744 /Filter /FlateDecode >> stream xÚ•TYOQþ>êƒoÆD*$`¢•|ˆ.ѤãJI|p ꆕ¤bAQ0´µ P—†(K]ŠµÐ…H¤™N÷•2ÕCG&˜'_&wîýÎw¿sîÌe Cù—½·ÓãÚÜÎy—sqÁKù}†fhêÛ×iÕHÜd w#I`:erÒaw=ù}¾?» ¿o™ÄÐüõ$Ìäv‰³¶( \Áëê–à8.—ƒ·ú¿€“Aÿkæt†Wà6F>•{Òÿ)M‚Á¼Þ†ø§ðÓêY¯bó9®­÷ÃQyO¥âe2•Émq²V…+d³YaÆúQ[‰¬ûVçhÍ}¤®EO¤òóÛ(ðãñïÉEumÛ[i#Zݤ/½Þ×ôÌœNgxq‰‚tv%0?fq©í:§4U4 IHìuù]¼XÖÓ¨ÒóñL8±¿µÚÜËe7zëÚßËTO>0J¨DÞ_y·¿+½Öwó!¸Í ÜNø3™t<£VÞª=XÝqèŒJrA]£4S Eõ'Þ8Ý^pö±äüÓÄ—D"ät:Ÿ"¯ 'pxÅ¢€•t"—M¥“ñ}U­# PX?P,ë5Y¹lŠ[I%1ž #Gíë Éd" °,(œj>^(ºÜƒ˜-bl˜ €±p8$€f{ËU•ÍÃÒä°¼¿àR7bž…‚bØ 0„W q œƒ¬Š¦÷”µ•ÝÁŽß,¹újU§fxJLD#aÐh$Â4M7«Ê.“²kèáó¡µiÚêáPGt‚ÂZí -F8ƒ Л¡ ‹!Z»Í 7ªÓ0pSPþ]R0NsiÁ‹£:ÇÜ, “4µCÙé˜ó.ÇŒ-SˆvÕjv(aòó8ÜTkm£üÞyÜ6`Én›ælƒ<Óå°û–Cú_J˜®" endstream endobj 676 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 68 /Filter /FlateDecode >> stream xÚûÿ wÀÀÀÅÁ À Ä@Ì Åè&Ï…&Î •cbv(Ÿ ÃäÔ°!aN4>Â]0»°¹g6ã1 endstream endobj 665 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 677 0 R /Length 742 /Filter /FlateDecode >> stream xÚ•”ÛOÓ`Æÿ¯L4$„ôŠI¢2ñ$(‘áyj¢â†Yˆš``j®‡udM ‚ c'¶A;tí6¶uçéË*Mðä¹X¿¾ï¯Ïûµûh/E¹]«+v›Õl³ìÍVó²Å¼â°»]N/å¡<îÙÓ†hHbHCîÑZR…+g¦&¡ž®Vá.§ó×>år®“8æ°Y!VMÂJzŸ‚h\ÒÏÃP .“¥RÉOL§SÉí‚Å!zqþ'ì GH 'š»u2ÅX«b\¦oêÖíîdj›þæl[Sùl$v äÙµöÑÚ¶‘ëmÃÇëêÏ »3h5¤H$„èá òJ™®èZ(é+}0 ù¢ü‹À ‡ÎË/·èФèQIÿ)iGŠÛIž;‡á3뜞í¨hB¡¤ÿÄ­Þ±I#¿©ñŒàu \_ Tû͹ؑSö<¿òeyÓ' Ôö•ÜïÏ:×–[.?r©óz:™Éæ3XÍð5ÆbÑP(aC³ÇÉ=Õ²ÑêöqqƒV$ÅòkÞ‹Õ-âº7’Fe"ÆB%8À§ÈÔ*.ƒÁ p2Îê& U¯ÎÔ“â†!‘Í»Ú[,Er«ºn¶`›í™2p„ “fØ"°l8ðs޲AÝ·ÅìòÎÒzRt+¾‹äU½~(×Ð ³±U†*œ'àápÈï÷ñöùdx&»â…ø±êXÍÛ+O\JX†*å$ƒA†¡…˜Æ®Ye§o+\ßÏì(€<ư@€öRB34Åx©Öž‘•Õ5¿Þqì÷1ªä 0œ»M{7ý×[>†ÆQÄ Ÿƒ7¦¤à¤p»öehÁ•¼ÍU‡À”&ã’=î=ŠÍ¦%o1á÷Ì÷Iù€!ƒû2Œ05ñN*˜ öe œ6É Ÿ‡Íù3•“Á¹¾í¿> stream xÚíË.DA†¿ çÒ=s0Œ‰k É$^À›x Ï!v$6VlìÅÊ’ –bM$$â: «QÝ}ú¸<‚¨?ÝõWê¯ú»»Ýÿøëa‰aF³á+LÙ‰ C^*­2Sim©1^*[)ñZ7áxæ§Bå6dþäÆks­S˜Szñ¡t.»:zŸ¤Òýd=z‡ãàv&ÕŸƒ÷÷ÿæuú Á C4µNÔ« Ÿa¿Ë½¾.…¤ÊF¹âžGÞù #V¬Î6aŒq&™eŽy9âœKnx¢Ã3¯¼‘I.5iŠ¡¦~…úL0Å43´h³À"K,³Â*k¬³Á&[l³Ã.{ìsÀ1'œrÆ×ÜrÇ/|u05 endstream endobj 666 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 678 0 R /Length 831 /Filter /FlateDecode >> stream xÚ•TMOQ]¸2qíÂ?À¸r¥ £ÿÀ…1nTŒÑ­cÔš¸3DlËL;¡E¾RJ -ma:3)í´óýfÚiG ½t !n€›³xçž9÷½7W×TU–òë<ÇÒs4°t–¡×s¼,‰šª¨Š¼[ôbn’ðŽ’Ä |¸Ç]C:|ÝïÃ%Qü{ÌÄc9Ž??+;Ç HÄµÔ ®`Úh4¶··mÛ–$±XþG©ˆ „Æ~@Ê(éO¯Äád'=‹üžM'þChjrfnšç9‡ ±§LpûU€¬(–€Yµ-dh4¤jº¢#Õ,£Í­ÍÏý½Óñ ‰ƒ õz]( ÁÐDvI®-RT¼(æ CÎØx:œ®îŽC&&ÇÛz3`‘%ÅÞ]bƒõÝ“ÛShíBbKö·¶¶ B<ð…l:“J¥6ýòL…ò%†îèönáÝ]›L¸Žƒ {„‚ã¡.š>g_­Ðdè٩臫 ¯Ï½O›Ì]“;-, ¯qss£Zµ8> Ç®¨R^àÕ|b±óbðÉI39œ¸ëºTå§‚OD»¯2ä?ð¿Ï S˪d9dMļ˜ôq‡Ó/NË=4v?ÙÍb‘7ç©á›23ä?vðb«û ¶]+—M–¥'ƒ¿¬jÅ0‘œ¬ÿzÿxÙ.ÌÉ!m©Œçƒ=è9 ƒ ÞRÀkµªi K‡¦‚…R.E%„ô~ô‘éDáv#Ú¢ïõp;м¥\·K™Y ƒ >â(^ܲ,„tx½c?Gs9N–å|6é»!/ö˜ñ/F´ E:ŒÈ[=ö)íº§ Wʦk)`•rY×T´‰ññ1’ôùäÌØÀò×»ÔÐÍŒ» @¹ÚRƒ7¸ð7]Ó€iÈ;âi)@]Ð+ x˺¤ù"5_HO9(e—4EvhÒñ÷j*7æq©Ð)déX€Üã†ÛÌçx/æÉPk ,*òd:³æ™ ãh$<âþ޹]Ç”°0? *>Ë@·K«©8œCÐd2™U±T„ô'NÀ< endstream endobj 678 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 69 /Filter /FlateDecode >> stream xÚûÿ wÀ@EàÀe°B¨Çv2‚h®RÅŸÖ¿ç—É2 Š;ÌÛ¦Y â\¥ ÝWx'vr•¦ëlªgTÙÅó} endstream endobj 670 0 obj << /D [668 0 R /XYZ 56.693 815.761 null] >> endobj 155 0 obj << /D [668 0 R /XYZ 56.693 694.229 null] >> endobj 671 0 obj << /D [668 0 R /XYZ 56.693 668.434 null] >> endobj 159 0 obj << /D [668 0 R /XYZ 56.693 541.493 null] >> endobj 672 0 obj << /D [668 0 R /XYZ 56.693 513.107 null] >> endobj 163 0 obj << /D [668 0 R /XYZ 56.693 471.309 null] >> endobj 673 0 obj << /D [668 0 R /XYZ 56.693 445.514 null] >> endobj 167 0 obj << /D [668 0 R /XYZ 56.693 385.186 null] >> endobj 674 0 obj << /D [668 0 R /XYZ 56.693 359.391 null] >> endobj 171 0 obj << /D [668 0 R /XYZ 56.693 221.354 null] >> endobj 675 0 obj << /D [668 0 R /XYZ 56.693 192.968 null] >> endobj 667 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F64 307 0 R /F14 413 0 R >> /XObject << /Im29 664 0 R /Im30 665 0 R /Im31 666 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 684 0 obj << /Length 600 /Filter /FlateDecode >> stream xÚ¥TKOÜ0¾çW¸'’C†;¶ãc€¨Ô Ú½‡(¶‘²ØìRÔ_ßqï‚*ÑKìŒçñù›oŒb!P\DŸfÑé¹FáÀiÄì^ ÆŠœ(+fsq+VÛªIR©1Þnê¦îŠMµ]†y5¬ÍIëÏvÆ»ÙW.ÓzÈS¶«[D¹Ø®‹MÝ®Žã¿>|Û¥KØùŒŒDÎÈŒòÈ2+Á’©gGl 9Üæñé°dÊÇEg³è1"®‚„6`œÖ”¢\F7w(æ|Æ!s¹øÝ{.…&© ïñ3ºŽp$ È’‚ݬv=[!yæ€ÐŒ˜Àõ(B˜¸I ã³ç‡Ö³†ñ&Àç'ÅþÆûæNP:9 '“^.ÿ+)M&ýq«4-š"!Œ ÛâjÌ;®O‰Â¸í†Ÿ‡µw¿÷Ÿuµ*«`®Ö é¸kW«ªiªÐÑC­ xt&<ŸµuWw]õgÐÄ­"š×ý­úXÊb­Œqý0‘$ëdô¸š@É5Ú ä"aŸü§­ƒ©,Ù»'ÃQìŰ¾¡èúeE8"»—Ò^Ýižƒ!'REÛ}ƒ`ºEWÓ¤ÏO*Oú³·—Û@Ý+%¿µòàܹòcó!¥³Þá`Ûå¨úŸÌæÁxz¹TR|iy’^ÏR(“ŽuÒƒBýœYyÐJi䎄ä!ÞÉ÷Žþƒ‚"áÉ2L»´`í8Áç;5Y~júwPíÄt™¤FÆ¢s œnà›¢c©GIi†Ýû OtëÕ3—! _ç¯Ü_’¾p endstream endobj 683 0 obj << /Type /Page /Contents 684 0 R /Resources 682 0 R /MediaBox [0 0 595.276 841.89] /Parent 691 0 R >> endobj 679 0 obj << /Type /XObject /Subtype /Image /Width 803 /Height 478 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 692 0 R /Length 33589 /Filter /FlateDecode >> stream xÚì\ÇÀ+ˆ½÷£&¶¨±%Ñ<“hн7ìÝ`/R•¢t¥#½sM@Šô~ô^¤ íî@A41owï®íq â7¿ÿ{ávg¾ùfËßÝå@ (P @ (P @ (P @ (P @ (P @ (P @ (P @E¢ò«Ü5€O‡÷£X¿½µA‰ê›Òðé€ùfAïÚ²ØÛ2©øÑò(ÐpÍ“¬2»•WB=Æ»s-¶eÝ ªøH¹á–Þ2³ Á*cM:šcêõŽ\‹ýÄðîƒrnS²®žþKþ÷Ù§~~üÇÉG—=½á[M#'ášL™Îš§`¦¤K)–äq!V «Œ5Á²#`¢…Ñ»xûÝ&ìÉÀ2^Œ)9 çÎþnäýß–˜o«v9^ïu¦Éûl–ÅAÅ5_[9UÏ1«fä[dâW"Б{Ò.Ze¼ýÊÝ¿üëvÉ—Í’oúwï~ݰM8;ZÁ£öLè(;fcâ¤åQ€Y„°Å kØDÉ>ë­¿Ï­Ûe¼ì_2òþ™ÿ5zŸ{(ÿØbG–ñÖ¿ÏU»}£÷*Ã!ÅJ~ï7Cv>¿xù»N]h € ~Ej&þ;ucl½#Nšfús–›øå)n¿êºî²ëzEß¿œKÅTþðÍW³ŠP²O´  ©›'ëø}àœßtϹI}ܱĄšuFÃc¢ÿY× ÛXUçTÇGy–61WÜK»e'KLàÀ€×AÅ -Li,VIfeX¬aGw'Z&þy9¸dXóåWÁ—^ÿ;D!ÓælºÞº2íoüO|å%×oCsQ?´|œ­½Õêuë/y 4€‹oþe-Ì‹8(xn¿"o•­ï'¦I²A€R`Uý¿Xa9éûu/Å–ûfŸÕ|`K¯mÇW¼jeøYžrÌYù£ÀÐ9lçÝÒf¼çtM•@eÉúåžWӹͦËM£‘KÄ<ÃÔóo4|c¯D¹k”£†aײt|ˆlûdžÖ ó¬zùo[ƒëÿ]ªâ_`ýü;ÞÒûCÉ[K…vX‘Ø14âoúþÇN>À\ËŽ85ç¶h™W²ÑvË>r3ø¼i û£š}Ú™Ûô=2(±œ lÑÂvyw¢eäWÊËñ•ŸÓýÕ_%ß{oôoò=ºùú ƒ#tfZþ)S¯óUБ1/“Ìî«î5ÑSýmýy-{æÐ3¡æ]Ò¸[Œ_¡9åïöšòJŠGÈ>íDªÈV%º¶Áûž´ýûo[u™Íƒ#¹ú¾Øòbu…øVv˜—mímí {}ÿÓæ"+è;…òŠ–E‚V¾9ç4êˆ6‰Ñû¯ÇjQK œ#vÝ.l"TÓ^×ïœ{ÉkuÃÐ;yŸF\ö+¬y«ÿmêIçb|¡{ÌÝÌ*"Ûeþþ[UxE«øídÀ;åÀõè¸6bU´£±ÚÔÿÔI¹{y†pЀĨ»ä²E‹ýf»¦kVDÚZqãn5ŠŠ ûûX\óÔÄ'GÃ)«Ã-¬aGw'Z†¾¥¼\8z ôÖŽ‹‚þÍõ~å{ŒqkVä±±I§'ºo’ ?ÁûÀÄJ«ín*»7ü|誱@[è±PsÎr­+ÿüÓ)\51a{ 2ô|rŒ‚÷¨x®'îw­W¹êQbè“}N'ࢩÿ¶+®ë®ú¼CÔÌÐ'ó¸ZhðS¼mž‡ïF¼¾ûa'’Êø¦EE¦¨Ü Ù}Í ¿…¢H=ÔQÙ'çÂ-ÿJîœÊŠÔ·¹«ðP…êæarÊîx«+;t“0 å[¢s?j¿ªÊm‹Zð·Á´xg]Ð÷Ûr¯°_´ÈÊLé«’‡!»oÑn:ñ‰ÖY×BUcÿ­ŠD¬Ágì |K ¼’åð%Þ'б~jšúàÔâ4=“åÔãóþe; qûñZ¸:¥PíöJ^ࣤ‹:a{yîh´/& ¥E•,D¢4ïPO2¹{D[Ð=ÊQûbž‘ò§ýfønñ¼£æÍžâ‡{ˆV땨MRµ|ºœb ; =ëÄï bJcXŽqL/ÓªòºVܵT½w«yw|ÄV¹Õa‹Ö°#È»-}j /šÖ¡Ç—j7åò™áœø3Ÿé¬¸on/•ÿIÛïžätrI¤Î&z¬ÍɃ[ÖË×t¦ 4€ž‰Oö®4Æ„`j±AåÁí,âÉßËê'¢« ÚÿfßîbVêß :rÃ÷Z`yQ3®e¯ž1ãC"iÇÝð¢ä\ë;J½žº¯èÊ”Ü+&GöÎ>¯fÞPÕü’m‚¯ZYÉaQGnÆkú”èSò.iS/ù”ä2ˆH¯^T¦'þ¥+¯)*”O±¦eÈQÛœ”º¯µdÖVYÞ9ïZÜ™ÏÔ£7BÌS›þ!*0_þË­€«ž9çE‡R¢;ï×;†¹6eW§;ýÓÖþêßgeJªÞбOÙKX¬vöeñIDÈø•ÛÚY­õåš×)]W~­È¯þn{ɹŒû쾓©b@½Áâ^ÚÿÁ®ß­™‘»U|D‡Ò’ÓJÌ!>¿zÚò¤±íÅËzcÍ€‹îEÜ„ä^Òò5,ø›ûôå+Nd\´NߢŠk”qKTJ_=#:ýw½¥žçvÑ:~Óçrbë«—íM̶gìð/ªoÝðÝÑiG>‡ ¨<¢Ò!Zÿ<ÃsKœ}Që!¯hmáñ™Ö rbB‰Ï‡"-ëÀ}ŽÕ¸s3ò¯˜d?!:ï KýË¥HR¨**í;»è¤÷-ßkqO¹8ÿ}šwP3r?Ù›ÄÈIÔaèh¹ç³EËØï1%›”ݪÞé„ba`®µ[Í[ØQ-ZXÃŽ ïN´°m sîÄñC ]ø^†reu”êÓóLw.Ú3[ÊaëÈ¿öüQ”ìêš‘ø¿Õ¿‹l= ÷ŒSꢵõŠÇî[JÍxQ¥®æ·»ó*é¹NÁuƒ²ÿí”BâòH1õZÙmM~Ï£õ±¢jÀžÊ½¶\óÝ)Yå׊¼NÁG;‹¸$?I9¬²K+)ïû!]è.·õØôÂv“†¢î0Ê«c;ƒ¡Ç†+î®úwÊÓä&DÓ1jç­Œ büñξ›®¸í°({Ê- ùpBÜD¤”i˜þœ0œlóNÑ:e—.¯î¾þªç^mÿ£† ‰øKP/£Í½6óØÑ!=>;ÚÙ¹Ês£¢×VH%—äý¼¢ÕùŽ–×~‹¸Ýd¡ÔvŠÈ@öe-÷Î_ˆPSwÏ”Wó· ^®ªx¸MÙϼÿ¹)îáN]š†SÜná´ëGìꢓž[´S‹õ̤lQp?àPNtë©»¡×vÒ)Ü)vÊ £MX¯Ò\0OÀÌ*+Z˜qaÞ…-äm…5ÑæùøîDë†{¾H®ÝñÛóu¿,ëÓg–È}wpÑðóK¨oøJCáDnFä³Û›wïùé÷5dÍ Gá–~R÷9Wg)‘Ó‹ÞÇs)ßg•«fù`§UU»ˆê Fש;ù+«[½FeÉ#ËéSyÎÒ”wF•²ƒÝêý¦:õŒ6¨\ 1¡|åÔR9ïý?)(4»GÝcœ¦ÁMˆºeà.ë'ø¦þ©¹¡êÎ2„çexOò°þgò„SJÚªòÐ‹í±¥MmÑ¢î×ò׊ªgòyE³ñÚÄcGuyE+˜G´|ŽØæârIÞG"ZûÌcw“† ;(”*Þª9wö¥"qŸZÀvƒœbt¦Únë.»ís¥ã5Ú*ÔÕ/td˜'íjŽ|v'ª“ž;­Ÿà­þ©ÕV÷;ç²_5,Œ¸£—çâÃÛ¾)V9 vÊ sÓ«-Z×Ýò0ÎÝ‹ïxtˆ¹V:Ï£Cl»[´°†AÞh±·(’=‹†DN¼{ÊG}·Î™‡¶ÿ¡|éDd(%3'å×5k÷]1ÖpÍÓz®i¢õw[kyI™«SœvœŠSŸhYæ¨uxÈ¿m)qù”H.a©JF÷¼—Êrz¾û=ˆë.#ï¬ e'Ç‹juÔýÎ8aƒÊU6 e}Õ.zÏõ‡·#ŸTrœ©=ÖÁw¿Y–‘5 n7^ÕÝR§Ê›ó‹–˜°."RЉÖv úé…¯:Œ‰–çžûOˆû\Íá‰ÙimÑÚ¬›C¼ÖlJÙ§+pG+.—ØtÀÊ!› ×\ ç$ÑòÜg·‡4Tô5{á ¨ ˆ–¢÷åø6Rùï?4'ê=n†yÒ®jÙ]äè!Zgí“;EËÕg³ É«…_µ7eЃ¹å]Ä-u—\Œãú¡/ëyïVí|þ¸AèóD¬[´°†AÞháÇ8 þ¼Lë二³t_ÓdªiZ¸K-"+/-3—vä¯S«6nWsÊÓz.´<·\v]Õk»FÐñ{©ªØZ§DÞ«ä^Ëlu»È7Óʈ n~p¨œ‚ëúË®UüNê†]°{O•÷ð^…Uýwp[åúm¿â¶þŠÛ¶»ÉBÙg)Y=:¢æ¾AÁ}ƒbÀÝǸ=Ïz´S+Q•HÖ]7ÓJ‰[L…‚±€Û:E‹²,¬ƒè”b¢µC?õŠ¾Ï ¿†:EËëx ñv=ãÄU÷JAî\ÑR $ì¦<0pËe÷N;R Ù­™„¿¹ô*ÏÓwÖy¥î'ò¾£µY%"–ð"o¿-:QûUIB©=º$2JnÕÂöªFD´ò¼n‡ÓÆ~¹êUYÒAµ;…Ó®"×U'·pž½þéÍ÷èÐÓˆ²lŠÕBÏ‹2èÁèQ8¢¥ê”ƒqÜðQhjûÖÓXŒŽ¯wÐr¦Ñ Ãê°E kØä݉[ÿ„9¢f·sß>o—{g]l 2“feÄa–åìérßÙ.‰ÿóšµr— Èš@™vB­S´vꦪò®uä»JîµÈVwÉ<§E½žÚq¯ãŸçÄ{Ëåþþ»ŒbßOeþ«ðÚTÍ´çÜçoão¨7åQöJ7xçü]©ö–§Õ ­ì$Õ¡vиÏ<¯MUOæ¶}ù¢õáýŽ’õÐ8]MTJ Ñ¢©:ÑŽ¨ÚVuŠÖNóÇ-ćgõ¹eL÷Ñá õ´vî÷™½äü®nG'Ô}o?æÜ{Þúâïç5Z|OT·«ܯá4Mw÷Ý¥FJÅoGÈU1 Üc[IŒ“a}Óc£’×fŒ«î<ê‰0¬nú¸.2í]tr—õZü3îÍSÎ[ói„Ê‘M± µË@OEß§˜-ZÊŽÙ,’NEî»xX7”½DþNì݇×Sîœ3K–°E kØä݉–šsŽHŽk:ÿ¹q“ÜáC«×®ÿý·Ÿ5´Ô1ËÒÒÓYµnýªõ›Vþ¹vÕúÍdm §áD;Î'Z)*¼kDË<‹h’rLÃO-¨¼ˆÅ¹R¶1›")™D¿ŸÊ{tyïh…]¶O9zÝÿzHEq3û¦Ñß ¥9—´‚Š uP/äynzçÿmkɈM׌¸ìÈ›“”ãþêÿmÚRœ“uY'â²IoÓTE¥­z©XJU,CvåTrDË瀎ßeß²BnÌ„èOž8š>8nžxèÆC‹ÔÆ&Κ¿[š´È˜cú‰J÷£÷éÄPKž±MãyC¹®?ß«kÆaŒSÂ+Û^þû"ÆÒ{¯i‚ÈPGu‚v‘Œ³š>:ùÄúª”ÃjQŠNÄr»˜]×㳈ŕA»ôc§]3@Nl'÷ÞK9¡á§\QÒB´zÞœJ#ä‚]"髸èrÊ ‡bH-a‹–¢}&›³f‰GôÃÏÜK [Â-¬aGw'Z*NÙdV»¿û¢!öƒÜ%Ãmûöa¢…ý?ö3¶äŠ¥¼¾¯˜¶ÐÓpL=¦Œ?0Ú¬›¬,¼Ö!a¯þ-‘rf™ˆhm½hþ QÛ7jª«€žDNV:Åà òÉä@zê4ùz{t7ÑÚyÙüŸ¿¡@Q°}ãIUГ¨¬(s²³<@r 9žU9~Фö¡¡Á~îf*;föAhεÄFÁš{Iiv€Ö–¹#{ã»è€ùCòIk~ê_˜Š®uÌÁ~Îqß1 Ûæ–ûßbbg¡n4À’¬OK+Ÿäâ7¨™ç{rzÿa«L’ŠÞZ 9&9’ô?D=i÷xSü®(ŠTŸ…z}o‘ù&ç±4‡µƒÑB ^cšº›h]¸aÑþüyë³g|<­tÀDköÍgÉÓbËe½Ð˜£[*\ùmîxY"|¿™§£± ¬RÕs†Ká×Í)?žqÎeà ³oÍîì‰ì:YMÉc¶”QNþðåY)¢ªôÄeÇl3›:ºÝ\vs×’ ý‰ë÷çëÍrYdqžÖ¥Þ;°t\?"ʘ%ç#2€Ñ”ã|fåçð*Cg,™3õúÑ£_Uë·cÁ.ÿZN5ñ[*NoŠßÄùŠsÔðžÇ$8¸JÒ¬~—E3–dúiîþvò@΃¶IßlP~-zšº›h]Ñb‹ÖS>žVpE‹³äY•ë¯ýаÝ!õ¬,\Ÿf±ñ}DuñJxòô=úÂtÔgÖ~C¯Ð÷[ÛS9¥±•¨Ùg¹axbBRbBj]|MÉc¢9çïûøúzZ(­ÐWÊ©MD'ë¯Í‘BCWœ6v¥R=mï8¦×·’Äa¦kÌD½gŸ4ŒŒŽðµ· .iÌ@uðщù]Ñ’âëa­±kVL´Ükª‘õ³¥Âg÷(Lµ<ÊšJìÖéõ啺¸ú";ßEˆVd#{[µÞ„håà]%V ßj…ç61³¬ñ‘é?}ˆÖ'(ΖB#~¹læéãltìi4à绹xCq Û7JŠ ø(L4ÁŽ‹ñ; ì]lÌuάŸÞ»BŸñˬÙI~N|tf>Ï’üHÍ9¨ï óô.k¹ÎŽ]#ì³°ŸóB¦÷¡R€ç0Bm&&ZF©…•iwpÑRÍáLÓ—ŠD%; ‰žV’úï–,öY×3ç-Öü&gÂNC;g'îI…œ7û°mü´gù Þ³cêÅÖoÕùg ‘„h=j`¬õb‹KxÞÃḬ̂S1æp0'ZKñý_¤Ñ„¿bøª $P8 ؾQ\˜ÏGA‚ÉB„f\Èã,)ŒÑYÜ Úí–ŸàxòÇ™cdˆý®ï´ƒÙX…¼»s«¿Šß?“™øÝ¡;a¹øÂ‡J3:wQ™Õ6d5%™kµwÉ£dØwêú[´G?$§£Ûy nŠæ%n`ÊLZ­–O§ íÖ¶£ûQFÎ?êž%ü8›ßM=€ÝùÁŸ/?¨Uб¡x…µ_êCÄ\²[Ë'ƒ½*Ó»ŽŒ–#úA³ø±/fØadcì '¿Füi—‰L¹¿~ö†û)ĆÂqÑZh˜RÐY9õ6&ZÓf O/ØYHÜ´â™\5œ% ŽhU T#‹¯eUzï}ž$ÿˆÞEýrQZy³©ãêÙ« ÑÒÍa ¯jᛡT0óM`WeÓÖSò>Û7Š òøÈ7&Ž‹ð\Β¤;ÿ닆ltÌÌ ÁõiúA}k;Gë;Ô¤‚š×ÑÏQïéÛTÍ]œî*­iÀYÿŒ"¢fïÅ*n¾>~¾>ÑÄ×”<&úò°¡•µ­™Žüÿ°Éýâl@&ÑÉ4¿Ó_J¡ÁßT3µ¶2×»n”VD'7èÂtÔû˽ÚöžîÖ†ŽÑùànHßÂÊÚTóôª‰ øQ'œ¨–æû× )4lù -s«Ûj»çôGÒË4ÃðUûð“˜{;Hª9vûêZh~G@¾1òl.;à~¸Ÿ!Ø0U\´ ’ó;¦àÿ8œv%$KxšxÁÎB⦕3À#F6÷íî)où ·­eG4L­-M~‹Ð”“Ôœ7΃ð`‰Ì ýó–¾3PÆeäfšÞµuqu0¿¶nBŸÿå›ÃÍ!_M"Zÿ•–i’lTô¾!qr¦_ÉÌÎÏåPÈ^•oµqºÆ,.3ÖðçÁ½¾8éM+ú“#é ¡‹„¤ä•EÑäõù¢7=ð_{÷xKg1Ä3Å"ûO2(’Sèëô*»Ëtå'9íÂÎ#ú릥õ=½ ëgôÆDë.Mòƒ‹  Î`y¿^_«áÇN~„ê‚^hÐO*Ô”‘û'ï4u7ÑÒÐg‹V3Íe¸h}vÂ94"2:>£à ³c#“{¥æ,Áœdêý½axJr—äŒ"zË{¨I?2M<Ý@4ÁÔh å ï@Hãàc¤gùɯžÒ¡ ;ì‹| ŒHf-¥š;j¶h¹Uó'JlüªSSÂþ93éØƒÊ±õëEuþi}ôé‰hÔÁÐ:öGŽheãsÑ)Z"æ…ÝyžhŒ“ù-¸SÀ|JžÀ§B`ûFnv&YQß`ÇÅ…ÀTZzrT˜—éåÕØ?Dÿy/:'#Pa:êÿ“Y·rNŒñŠþhÆ%ÿLö’³Õ²è³“”Œw_3;ü:f–_)eaMân¯”A£¶Û%ó „,N¢Ó¶‘hðïw¢²Þ@—2B®/êƒÆï÷Jålhä¶ûœ e†ë-ëÆÈy¤f榺ÈF£w;Ó8›»‹]Œ¾¼Šw/WhŒ|¤QÏLA·JìFе¯úF7.«sa‚!vÎúâR ;M—ƒ3DÄÄÎB$ÓJÔçïOÂíú£ÏÏú¥# Óž‡Ð,•ˆÌ7̓ð`2#Ô1ÃŽÐ|í˜,Q5y¢I¾QÞ}ã5’ÃWˆ$³£ÅšmÆö˜ï6,ØkúIwÚÙI>ÞäHxBü[Yô-&8ÏAôæþkìóoEg¼µ³˜ âYEÕ‘ IO¡¯Ó+ZWéʉÖ_ÖÝËFœ¯z}{;ñu®Üìô(%}zÍÓK'>¦>Ôß>K¡^c®?¥çö(“|šº›hib¢Õú´…ÅGóc\´fkg1X‚«ĕڻ†»¤¥Ìþç~h¤œ_uó{¯I#ÓîÄò‰Òœ×ÆGO_~Ü»„Il·!Ûæà‚D׆Í;ê[ÙÈŸ™¦bõMìhÒ¿ÛoUÅ5} äÛ7²3ÓøÈx¤¿;..¥¥ ®JóÃÆM¸K²¢t¿ï‹†m4OÈxï5“ìwà§#çT¼‰Þ²¾hÔv›Džú¤q:IôÇeõK¥ qJ7\!FípINËŠ6ZÑÛmgU¨þØç®ÉX+ÿ«_"©ùêáéĪ8â$¦!jŒ|¤׈ßÌ“WÅ;nŽú«–ÊY’þðÖ²þhÈÚû‰b§)3 ; ‰›Vþþ¤º¢åOÔŒ»¿­c>)oœ¡Á¦¸Ÿ„ýiÙ1À„ÛßõFÓ.ú'cÌì‡f] KQ“7Úkl”gßxíäÖ§Å[m+5f›™—î/ƒÐ¨Í–1©ÿa'éYÉ>xÅtC¨ÿb*‹>¢Åç9ˆÞüÀÍ ¼µ³˜ }êÙÿÎ…ä§Ð7;G‰N{øÃ7q·’¨„‹–QÂk\)!×fKõ]ª‘*r¦2ïÏÃþy#j_톢eljõüy[K3Àö¬Œ4>ÒéÇÅZšà*šßeâ`Œï¬ã€ÿcТ=W ÌÌ­îh+^¼˜ò^j&§£½Î)Dǽ“²tÿ5c3ss£7Ì‚ÓHâ¤+\Õ±°st¹o¬°jê»T7"Ux˜X;¹«ºffFªrßÈ¢^s/PhøÚx·#Sñ¿šfƪ»çJ£~K•ýÓðUI¾g°fC¾;¬fbvÏìæi?‰¥‹Ì/i!׿Fhì-׈4þU4êù¯1žôó1eC]•“«§ôB½fñL?MøYHÜ´ò÷'…­-öñDMŽhQ’ß4"&4òÎJ$óÍ1S “ªFþ‰Þ'¦ 4q‚©£›‹Åů{a.š&¢&/šÄåÝ7$Oθ-š÷Ì,͹X»FÑÒ2ã¬wŽE£¶˜Ç¥§e„Ý\)‹Fo±À~þä’#á AL7„û/®²¨#ZL}Þƒèü×ÎÀ[:ˆ™ žU"û/zPd§Ð×é•éŠw?Šùzûý{æV·•ÖÂE+^âƒ+‹æ¯ðê¿L/*S9ÅãÌï«wŸW×»kv÷®®âï†"4tYT¦¨iên¢ezÏ ¿£ÅbIˆð&$o |\`û¶Oò‘¡KœUSi‚«R9cï”sù_gŽìÃþÎÚñ 9Ç¿—š öÛ‰ÓQ2·‰…ü¯_ '~)¾Ïð¹’Hâ$¹[2–sqàäïö¤Š&1gÎ8âVçài«ÎXFÒ:Ö†ZYÅÞPÿ±ó7_sŽëX•ä§·{»BÒ#¦,Üm–N–·NR¢­-ÙGöãX¡U±ÎJ[Md}ŸìÄo6+:Äкš¦tv7­üýIvÛGˆVQ3Ö­IÇ(IošQƒM ÔÞ:k(b}Äv³XZ,EuÓ¼ÑýØ™ê;pÔ—Œ£h¢j¦ðG“p£û†„É, ô#¼ON•’ýI?,…¨™¤4¿šrÂ#á“KŽä'òD°ÿib&‘G4i}þƒèÍü7ÉÀÛ8ˆ™ žU"ûO:(‘§Ð×é•D颅Û]Z;o {_•’=í‡BûéÁ…ýCáÜt$½Â0"ƒS95ÑSu×ò/9_2úŸþÃ~ïÄ4ÑÓÔÝD SÚö¶¶ÀöŒ´T€ßKØ9gŸvØYòÉù`É ]“H== øévdÊ›MSw-+K«çÏŸ7³˜ ¶o¤ÓR>’©—¦a×ÐÛ±´âzñm±³˜hWÞ:â“#iž?™äô$œß÷Ÿ7>Ì?nÝO~†d1‰N}õ»‰Ö}k«v-@ؾ‘–š ð‘äsqê·Â$æ£v‚<@r>Xr @W$ºšˆþv7â§©»‰–ƒ-ˆ lßHKMzÄÅòÉä@zì4u7Ѻ¢ˆÛ7h)‰@¦’É ôìiÑ>"ÑJMNz0­Hd gOS7-0 €L´ ûãloëçã]—#Fx> ha@*aþ… (P>†ÒöìY^N–—›K¡X×ÑxèôÚÜœ,o-€· “ɨ¬,w¶·ÑxëTU–wÏ—áA´ÑÑÑÑÑD D D D냋ó í£éM ³zwŽÉ¨M±¿nþ„É]ÒXj}óÚٳƉµ]ÔDëå¤6h÷p¼›Ë]*»k̆‚õ?&â¿TJ s>ñ^#ƒ-‘YëSÕEÍwmªµ%™±‘éUMp| Z=O´X5ÉŽJÛ¾Ÿ:¤7¾5é±³=ªë_ØÐcD«©Äá·ÉÎÙ¦î‘Fï¸O%B´Hj¾KX%6ˤ°nŒ=^ Ç¢ÕÃD‹Qâyt†ˆÊþO3®–Ñcîh= I«'’;Z"j¾[Ѳ\Š@´ 'Š£Øeý`b#ãÖ]÷J.ª(Ï ·þkabÑŒ+±uXút«“¿/ú|Xbaßñk¬ó™az;¿ƒ/ê;rü@Ô!E¢*77ú©oY0¦/¶¤×ðYk®zä׋z‚FŸŠ,B]®ë…U3†à÷„P¿‘_ý©›,ô¼¬­°h‘Õ¤'Üܼdú˜ºò¨ÊÅ- ÇöÃ>H Ÿ»E'²²I¢c÷ ‘ÔÐ/W_pÍ­ç-ns8¼V²qˆV÷-FÞ%Ä&>¿Mï´¯›_¥ñ¥£†Öv VúË胆mó¯È5ÿ™³¨ß Y)N7 )®ü¤<àèd¶v7Œm_œ  êyL&i¬ÿߟ¥FL™öÙ¨þÒßÞËçÓ‰¼­ hu]ÛŒŒL¯Îy‘êÏ鿍}j$ -ÛŸÓ|¾fj#hõ6fܸ±“¾»K—`\¢ÕíE‹þpÿ(ös«0ÞçVMEf‹‰-/2+lF}]]ªÚWøÚAk¬s1Uxâ»uˆ huV®ÏÒû_;Y>¤’Åjzì¾uöièŽÀ¾ž4’Çl"P-Ï~q]9®†…IK#Á?@1mº*aMÖ“ £ã‰”©eV‹˜p*Š.ñ¶EŽká¿ÖËiýè°ËqˆV7­‚¼\ª·‡µ† h…ì%â!F±9G´î4 ?b{âù~W¦ÏJ× ¡÷©„*W{ÿ.-bL‹Ì ønш‰).BuÈÉ)ìÒ_ü|T?0¿€âÚòwUâšn?áO7n¤Ö°˜•.?âwžmö«–Ć)Õ¼aÅ´}â³A_·À «©‹š‰–ÄøD«¹Êƒ­˜KM²›ð§„u Æ)mm­e‹1?é¢å`kUNXÙx›òìvN±Ñ¾ß(D–ýØnꥸzþ_«$ÝzCŠÆ,ör™ïæ2ÄÔ”L´š%À/ZMÙ·¿ëÍéÇA}þâ\&Á¸à㤥……¹æ'=C´ì¬-Ê—Џ—Åû½ •Ñ–çÖ-œÄþF…~#fü°GÝ=‹Î÷}Sõ9žŠëçéÇ1£Sæý¡]KV9×[yÓ‚qœ7˜ŒŸ·Õ8Uø¥#Ò˜äª^üqêPަ šºâ¨YRÐHI·Î¨ŽÑß¹ÛÞÔ*q5%-I#ð‹‹ÙãpjùDv™©›,s$|œ¼|ùBø½ñW´ÞËÑÑD D D D D -----@´@´@´@´@´ÑÑÑ‚9D«;‹“ÑD¯®®,///-«x\V]YYW[Ëb2ÞùŒ0+£MÎÔŽ¡¿õÈM…Þ6nVê"2£â‘ü‰[q¯ÑFE¤ñ9y½ø:ñÕèi®w¨EMpÐ ZŸ´h5ÔÑK ‹ý}|Œôo)+^Æ0Ö× ôóż«©¡ñÝÎHc–Þ\Ôk…kÕ[\Ÿ¤< ÚìWÓEÒuf#é?¼ž¼FŸ»nÂ,º¶L YmšUOødMÎC7·ˆF§†E]˜)=b-˜¢ÕƒE«žNÏNÏÔ»©u߯²¤¸¨(ضÖú·´‹ ž¶´ˆiΪMsSÙñýÔ!½ðÑÈNZ¼ñŠ]b óÓ­ÆìÛËZ©äWÔÀYRqb<w,¼ó¾Y=ÍxÓÂÎúW0á¨@´z¦h1M%…Åz:Zá¡!ÿ •°‡ÁFº­­Ï0ÓmY•!WôEhì‡ÕLmíï›j[9!©Y§ýËŸò-½(¿š÷V•°hˆVO-zuµ¯å¾å¿$[õs-QÍ«#NMBhòQßÇÌÎ÷—ÊOMÅÔëЃ*þ±ÔÿÒê¹ãcí÷•ªMr±q¦‡ºÝÚ1¡i ñõ¢ÅŽ<û¬•‡··“éÕµŸ!$»ê^vSǪi‡ =©žV×~‰o"±N\dv“!ËOêÞ÷¦8üVõ^x#¹OÑ&|iøf‹ˆ¸Ø¸¸¸´b:‹O´j¢¯ÌÂ,oþ¾6n^g½ã¸9'Z’$@´>˜h•—–)+^noo'­çÏŸc^¾|)Ü–‘­7¡éÊI «h7fb×|uZƒˆ§l¬R»•ýÐÄSatáG‡Â•;¯–A³5iì%•^¢/®&4þc‰Ýò^h©E S„huFn̹³¼/št:š.¸ŠY`ö­úZ—{ËHddhŒb‡ßdи£µä~tÈ„Uæú‡ %G­d å„\´È¶Ç8¢ÕMD«â±$¢uåorÑš¡òz¢U}z’^C©j–@´êbÎLÊØíü¯]Ñs].¯›7^¶Bý ÂjÌ7Êk+Z¬Æý¯ZdVØ$¸ª6hßH4élt˜ÈdÑ šH;,V´ˆVÒk¼Eå„\´È¶Ç8¢ÕMD«º²ÒØ@Wü£Ã»&†/^¼õèÐoëÔï'›G‡¥¿â=È݉D*DYÙDÔû{ƒÐ¤Ä.‰i5,žÍ5¤¨ÍAhò¶›ž¡1qQÞª ¤$­\Ž ‰Vè‘1h¢|d˜ÈäÚFÚañ¢…˧Œhù¤GÊO@£„ˆ-’mÁ1€huѪ«­ ôóµµ¶ -lULtd[[«È—áÃNL@hÊÉ€²Î—á™Ág¦!4z@%KäÓÀ2—ßdШ½¾UL ÏGÊq+‹œ5·•}ÐLÍ4âëªX•”?¤ùDk“¯Ñb?ì‹?ì#Z¤‘ßcϽûC_¬M4¼ÃuqW>GC¶ù׈|tÈyœ.êqj†î$µônCèѡɭ(Z,&£¢¬Lÿ–vhH°e…> 61Òkoo'ûzfEÐ…¹½¿ò„¦…£«“…ö_«ðÇY3NRË‚:ÁmU}y&B¾iïíëëf¸k©h53«žúœxï\Ïâëën¥§e›QÏׇ†„«Ó1ÛÛ¥ëé§¹¸7G‡ùw#4AÎ"ª¤±ãõu=;Š‹É_ß ìx}]Ì-²ÈœWëÏÙPüü<ÌU6M•B²¿Þ%^­'ë0³Ì}Í4àûËÖ^TWsçŒÞír~A`ìJ^>n–ê;f÷íøÊ‹º5lcÃ~º`êJ¡PlÎÍBÜ—á%H€h}Ø/,mjh,.(06Ôµµ¶(.*|Nì+s̲­ÏžŠSµZš³â–%Ÿ ¿bÉL˜¿ö‚MB5SÄ}›ÎVM%!:;—ŒïO$@jàøY«#éd•ò©ªçéKT8iù…ˆ×Ô«oïãFCý+çú×¼¦ò€‹?Œí;pµk%[F/Z8‰øþ„¡³6v|!¹h‘Ffy_6mû«Рi+OYr¿,‚¼Ã YÖŒ F‹ŠŒ051TQº‚q÷¶QLtd{{»xËúhxƒo%ý½}g_â ZâJ·4³0×joŽåç%ö¿/ÚÚZÉžv+È ¢ ZÝD´z8 Z¢¢ˆˆˆˆˆ Z Z Z Z Z€hõPÑb2šèÕÕ•ååå¥e˪++ëjkYLÆ;Ÿfe´É¹“Ú1ô·¹©ÐûÂÆÍªQ]DfT<2?q+î5:À¨ˆ4>'¯_'¾=Íõµ¨ :Dë“­†:zIa±¿‘þ-eÅËÆúº~¾˜w554¾Ûyw_ÎYŸ¤< ÚìWÓE^ÿ»L%hÂ,º¶L YmšUOødMÎC7·ˆF§†E]˜)=bí»5±÷³Ñ"¡žNÏNÏÔ»©u߯²¤¸¨(ضÖú·´‹ ž¶´ˆiΪMsSÙñýÔ!½ðÑÈNZ¼ñŠ]b óÓ­ÆìÛËZ©äWÔÀYRqb<w,¼ó¾Y=ÍxÓÂÎúW0ßåÿ~¶ Z$O K ‹õt´ÂCCþ*aƒ t[[Ÿ‘ýÑCVeÈ•}ûãa5S[ûû¦ÇVN@HjÖiÿrƧ|G‹A/ʯ潉$,Z¢ÕÓE‹^]íëC¹ocù/IÁVEG=Â\KTóêˆS“š|Ô÷1³óý¥òÀSS1õ:ô Š…,õ¿´zîøÄXû}%O˜F]†Ã韦Èà‹†ÎX\Ѯ̪~tn:ê3sŸ¾{ðW-˜×}¥”@¸}T›äbãL  t»µc BÓâëD‹yöY+oo'Ó«k?CHvս즎UÓ8zR=­®ý>ßDb¸Èì&C–ŸÔ½ïMq6:ù­,ê½ðFr!Ÿ¢;LøÒðÍq±qqqiÅtŸhÕD_™… Êü}7lܼ(Îz;Æqs"N´$HïV¸I°ñ¢ø¸™]ýuw¤Œr—ßdÐgbÙmk#ŽE£„Ö’oBh¦êRÔf¢Þ³ßó J±µ ,´‡ˆVÏ­òÒ2eÅËíííd¢õüùs¬ÂË—/…Û2²õæ!4]9©A`UíÆL슪Nkñ”Uj·²šxªãŽÏ£CáÊWË Ùš´Fö’J¯ÑWH‡±Äny/´Ô¢„)B´:#7æÜYÞM:M\Å,0ûV }­Ë½e$2²@4F±æ)ãŽFÔ’wXøÑ!OV™ë2h”µ’)”rÑ’(9B¢Õ9Òü»Kg¤¬û_ús§’}n2±'°FÌ&„fŠzh ºÙµ„É«Ü$Íá,¢õ‰ˆVÅcIDëÊßä¢5CåõD«.úô$$½†RÕ,hÕÅœ™$”±!Ûø_»¢çº\^7o¼l/„ú „Õ˜o”×$V´X9ú_#´È¬°IpUmо‘øc³:1‘É¢4‘vX¬h­¤×x‹Ê ¹hI”rÑâ)³Äq•4úR5µYwi ¹÷Áqù~Kž¬ÿë0„dg­•7öÏ¢3ÅMœ…@´>Ѫ®¬46Ðÿèð®‰á‹/D=:ôÛ:õûɦDàÑa©Ã¯ø£Crw"‘ QV6õþÞ 4)1KbZA ‹gs )jsš¼í¦ghL\”·ê)ID+×€£FBúzd š(Y'&2¹¶‘vX¼háò)#Z>é‘òШ!"DK‚䈭Α6³ž¡ÊIUñ§ ñÇÕŠÍ¿È_`ÖdúþµjJo„&l·+h$mg!­OD´êjký|m­-ÈD [ÙÖÖ*òeø°šr2 ¬ó³"øÌ4„Fï¨d‰|X†¿4j¯oS‚G‡ÄsÆ‘rÜÊ"gÍme4S3øº*V%åi>ÑÚä+B´ØûÆâûÄèidÁ÷ØsïþÐkM'ïp]Ü•ÏÑmþ5"r§†‹zœš¡;I-½[Àzt(Ar$-L›ƒŒFSþºsdB¯éJœç¤›÷{—tš¦sõ²$ê!¢ÕsE‹ÅdT”•éßÒ ¶¬Ð‡Á&Fzíííd_ïÀ¬º0·7BãWžÐ´ptu²Ðþkþ°hÆIjƒìŠ\}y&B¾iïíëëf¸k©h53«žúœxï\Ïâëën¥§e›QÏׇ†„«Ó1ÛÛ¥ëé§¹¸7G‡ùw#4AÎ"ª¤±ãõu=;Š‹É_ß ìx}]Ì-²Èœ·ÊÏÙPüü<ÌU6M•B²¿Þ%^­'ë0³Ì}Í4àûËÖ^TWsç ¾×œ8¿ 0ö% /7Kõ³ûv|åE]ж±a?]0u¥P(6çf!îËð$ç5D‹E¿4ß#{/6Ìnè"ÿB3Õ˜ëzKφþ(ÈõÖÆÑ¨ß¶ÅMõÑêÑ_XÚÔÐX\P`l¨kkmQ\Tøœ(Ø6Væ˜e1[Ÿ=§jµ4gÅ-K>D|i€Ì„ùk/Ø$T3ÅÞúh* ÑÙ¹d|"RÇÏZ¥I'«ÜOUÝ8oL_¢òÀIË/DÔ¼¦^x{7ê7xì\9×Ǹæ5•\üalß«]+Ùj4zÑÂIÄ÷' µ±ã ÄèYdü{–MÅþ*4hÚÊS–Ü/‹ ïpC–õÁ#ˆ›w„ZÙÀ¿]z†ƒüŸ_11dÆ’¹²<ß-V—awbùDÎÖdFO_vÜ«˜)ar^C´˜MÙ†Kz!Ù5Ι]å_øeø(…e8 ùbåiǬ {€hõô?Áó´¥¥µõYTd„©‰¡ŠÒŒ»·b¢#ÛÛÛÅ[ÖGÃ|+é‡ìí;ûWÑúTº¥™…¹V{ûs,?/±ÿ½xÑÖÖJöÄð¿ & Z ZˆV­ˆ€hh¢¢¢¢¢ˆˆˆˆˆ Z=T´˜Œ&zuueyyyiYÅã²êÊʺÚZ“ñÎg„Ymrî¤v ½gì`M…Þ6nV¢Ã±€hh4ÔÑK ‹ý}|Œôo)+^Æ0Ö× ôóż«©¡ñÝÎHûrÎú$åéhÐf¿8Ö--³žNÏNÏÔ»©u߯²¤¸¨(ضÖú·´‹ ž¶´ˆiΪMsSÙñýÔ!½ðÑÈNZ¼ñŠ]b D Ž5DëS-&£©¤°XOG+<4ä_¡ö0ØÈ@·µõÙ=dU†\YС±?V3µµ¿oªql儤fö/g€hˆÖ'-Zôêj_Ê}Kl­­­ŠŠŠs‰‚ý€}Äb«¢£a®%ªyuÄ©IM>êû˜Ù±Qxj*¦^‡T±ð¥þ—VÏ?€k¿¯äÃñ——ê2Nÿ4E_4tÆâ9²\ÑY¹±€ª¼~Îp)l‘Ìg+ä3ëºÁ(ò<¾lúY)¢Ùà™õw|; /5lÎݘjö›f ¹æ¾LÜxë3zÁNƒXör¼ùòc°›KOøî¨­Ž¹6âÄx4îX8ç…«*UýÐÜ[™MEÕ1-D D‹Key…‘þ­’â"l˜\#Êx¢`±…ÅE…¦&†ííÏE4¯öß6õ]a]ÌóŠUb÷‹4°Öw'â¯9£YòVÿo'÷Ør&³"ðð„Æü¦`æIqµTÛ1«W´„+³ª›ŽúÌܧïüÀUg æu_)%ÐùfŸ³õñóuÑ•ûKêŸÎ;y{9jn¶ôÅå8Â͵I.6ÎÔà@·[;¦ 4M!¾¾³ùY/Š›ÙÕ_Gà›H¬ëJ´H:¢€hhq)/-SV¼ÜÞÞŽmbþüùgˆÂ-ì#¶ðùóçX…—/_ ·edëÍChºrRƒÀªÚ™˜w¨Ó8#ý‡×“ +µ[ÙM<F~t(\ù±ój4[“ÖÈ^Réµq úâjBƒhu´ªpY%f¨$¦ÄÈ7_‚Ð|£¼&þ2Kì–÷BK-J˜‚Í™ùw—"ôµ.aSä¢EÚ1-D D‹KÅc>ÑÏSxDëÊßä¢5CåõD«.úô$$½†RÕ,hÕÅœ™$”±!ÛjÈE«.òä4úPh ±ö‰ÿ–ÁhÚÕ¤zìgz®ËåuóÆËöB¨ß Aˆ+`­ Ú7M:]'V´H;¢€hhq©®¬46ÐíxtÈ+Zïš¾xñBÔ£C¿­CP¿ŸlJ–:üŠ?:ô w'é5Þ’‰Vô鉨÷÷¡I‰ \Ó jXbD ?êÀC¶hU?Ø9MUH¬c6¤¨ÍAhò¶›ž¡1qQÞª ¤HD+ôÈ4Q>-z¤ü,VˆÑ"눢¢Õa2µµ~¾¶Öd/Ãc«b¢#ÛÚZE¾ vbBSN”u¾ Ϭ>3 ¡Ñû*Y"Ÿ–¹ü&ƒFíõ­bJðèxÎ8RŽ[Yôï-J$ZUn+û ™šiõÄòJÊÒ]‹Vc†î$µônCèÑ!YÇØ¢µÉD ÑÑb1eeú·´CC‚„¿Þ!ôa°‰‘^{{;Ù×;0+‚.ÌíÐø•'4-],´ÿZ…?R›q’ZÆaA5Ñ—g"4`Ñá›öÞ¾¾n†»Æ‘ŠV3³êá©Ï²ü¤žÅ××ÝJOË6£þMD«!áêtL wéz‡GEúi.îݵh±êRÔf#4ì§ ¦® ÅæÜ,Ä}ž¬cŒü»‹š g ÑúÔE £©¡±¸ ÀØP×ÖÚ¢¸¨ð9Q°l¬Ì1Ëb46¶>{*NÕjiΊ[–|6ˆøz™ ó×^°I¨fж M%!:;—ŒïO$@jàøY«#éd•ò©ªçéKT8iù…ˆš7­ffuâí}Ü¢~ƒÇΕs}Ì/Zø7QØX>QšÝHfôôeÇ½Š™â:ÖTpñ‡±}®v…c ÑÑÂxÚÒÒÚú,*2ÂÔÄPEé ÆÝÛF1Ñ‘íííâ- D«KZšY˜kµ·?Çòóûß‹mm­dO »æö|ÑúP¢¢¢ˆˆ Z Z Z Z€hh¢¢¢¢ˆÖ{-[«Úš'0§tž=ÅÿÖ æ'=C´¨ÞžK‹ÛÚžµ´°`rø°–ÕÞÞ^Z\ˆùIÏ­‚¼\DzÇ%mm­ÄŸÎø0´¶>Ã,ËÝű0/¯gˆÛµ¨Þ¶VvÖ ÌF0'!³¬T´> @´@´@´@´@´@´@´@´@´@´@´@´@´@´@´@´@´@´€w ó í£éM ³:d£+‹B­o^;{Ö8±²€h}¢îT[’™^Õ$IåÚ ÝÃñ YîR ©‘:VUйù²hÐb…ˆ'¬'Þkd°\ɬõ©‚\Ÿ¸h1K× "66_'£áS™MV‰Í2)lÌc†×ödѪORžŽ÷{ò>—¢&ÎBzøÑ±ø²ª)uo+u É׈í Y7h Zˆ‡ºTõYÜ­>ø ê“-Ë¥è-„zÍS¯f¾Ñ•º¦Ò‡úò‡Ï?*ojÑ@´Ø< Ü? ÛŽô—³bÿéÿ£Eaïe:¢²ù›qýÙWêc¿\~À:·‘ýN¡Ÿú–cúâ+†ÏZsÕ#¿žXNO¸¹yÉô±{m¤†~¹ú‚kn}Çåøq˜®Ü·¥‰uƒ¿Üb–ÓØU¨1Ø©ºò¨ÊÅ- ÇöÃÛŸ»E'²’ûèêõ;õns8¼Vè^_E˜ÞÎoÆôÁV÷9~ ⊿iÔ%+MÃ?ÍÖÎläð>úßU:E +#¶Øå3D‹YùàÔ’‰ƒzúž»îµ°Il|Ñ©ã•+~ÑÛÕº\×ÿ·wßñQTûÿÇO(!zKèE¥‹J¼\Á+ 4õô¢ÞPD¬X°Ñ« @è„@*Å¡…€ôHïÙÍî&[CùþîýÍî&˜dwg7x!y}Ï?’™3gÚ;3³›éƒªåf™{ýG†Ì=­áP­ò´ôÉëž1Ÿ}ßÛwhFó ùütÁUCjð¸ÆÖ3|ýÖ·ªcù±©ßQ1Ϙ±ûíæ–ß«ÖkRÇÚL=¤1Ý9áJ#yÔ¨–¿Î9«“§=R°dîRª¨ùü…K“òô¬ôgŸ¸Us³þÐ`¯*S)s'-T®Ó¨I“ÆÍzÏ:Vì)w]쪞ùmõª‘?Ë­¿¢ý®-·ºÞ–%éõÃMÑ+Zªý¯5®äQ»‘O#ë dáùŒ’Þ• U¤ëJ´ qËž´,°[½–m[4¨æÑë§x=‡ h•“ ¥»0÷QKºúâ”Vwq^7Ëépâ>µe¨îÂw-çÝ+bt&}²Çî-}Ì<Ë/Íýöe™Lú´ÀÍ)¬öØ=ª¢'\CÒ¦a–³w—yWôFCì’ž•¬÷°öfê¥ §Vfçº8)“2âmŸ‚æ³"Þ²$ß÷¢JÛ§·ugg[B¡×Ð5±R°Q†¿X«”Aë/h¿ó Õ|ràÏ£ê[¢š±wç[…ošô:£V‘|ùÂ¥c+Ÿ3Ï¡æ¨J‚VÑ®+UÐÊ9ê×ÔüËßW™¤wê45@Ðzp‚VB\lXðöõk~–ØÍ=þa+óLžXtY›gÒ'®êk¾Kæ5|G†Aª zÖ|¥r¿Méæk_…ƒVvð?<ì4ö‰• ÅžÏÑÅ.èjÒlJ´y¬çÌC*õ]Ÿj¸Ó—'•¹­¿¹u5G„©LƬ­O›/„xÚ™]ÊÆ8 ZÊ–ů2 ³ø3Z¥ZeÜ~‚Ö´hrßTËÏMž|´Æ ¥Ýò^¯Ef]e``Ö_´ò²÷½ÛÒ:S6ßž¿'^k³"¬[/àA·Ñµ”I¤dRn‚–´,Û·lŒ½’‘ž–‘–šžšRô Ù‘o6²7Ïjüæ¤1Ø´6gZù!D44ñß~~>Xt¬ØE˜bcå'·¿mL·É3Î'•òœ9T>4ûN¬1<\YÊÆ˜RÖô²<`ôÖAË:‹J}ÖYba‘ •æßÛüsý×ö©\Z÷ºý.¶¡PÐÊ1sN|ùØŸ71¥ ¥Ißò¬åædÛ±_.ûeÙÌþ^Ö •)3}û]'´d›jH‹\æ÷ìÃù²Õ¾1±ØE-i»”*¥"-5eûÖM‰qqå#h…r9+=Mz›tB+þEØKµ-óð2?icѨ–õ žKbõFí™Ï¶\jx껨,MúÁÚÞ9ËëÎÓÑòLQ÷O"R-§K}VÌÅ ­Mº(’ Ærï5çh¶AK§ÎÈÖ¸:)‡A¥tÉSl·©žK.›ŸýÖå;¿ë.|k¹sZù±/g‹~ê0{çhËOígŸÈ¹ë UÊö»Ø†¢A+Ϥ9;ç‰Ê­ìs_ZVòÃ_œÕórŽ}Ð"?hÉMßn× Z¡Ã-—̺-ˆ‘Þ 7©Ü´ø4ù¦¡æÌÂÞU,ã‡dsýÊ©›7o¤§%Kù¤|­þ«3,)ËÞPCƶ¡–“aÇoÏßyƒ.ni/ËÎß_ÈÍÓǯê]¼AÖ³¼!9plÃ;µ{z˜Ÿînÿõ9|6Ð'm}±~þH•<<¥ó}ó)Ñj'å0¨”¶1——öÎOžµ¼ªÖüû–ô¢]dHÙñjÁ?¯šUÿ|>Ϙ4ºvþm¶5óŸR/mÐ*eû]lCñ %¥©Sß<êV´r”;ÇZ?åàÝö±^=:ÔAKfúv»®pSµg¾ÊÿÊϧWÄOJsÀü´˜Gƒf­[5¶Þ?mýáñ\ŽEPN]½j’²–”OÊGÐZ¿æçŒ´T;ײÌ)"yÃß-g¼Gç].tj6&þüTËŽÏOiMF“úü–O^ؽs—Çû îi¹ÜÕrúñë<6ø³‘Ýšä?^Tݧ닋Ïjå³ù,8ë…®­'[Oß'?8¢vqRŽƒJi£½²ñ½¾Öošž­GþrEkó%TWv|üB×Fîùi«^Ë®Ï}rTmý懃sÇ>Ö¸`HæN N3”*h•¶ý.µÁ6h™Œš£>tç-Czäw/=V0ká^§y—g?;ª–Ÿ¾®+ÒTCvôü—»IWkD˜BfRÙû?xºuíüÐæÕºßÛ+O© ˆ »}û»Ï? AËæ¹¬’}ùCö•˜ ëwÅk¯¬j~|§rßÕ)F¶@к» eˆÿ©»9[Õ¨]׫е9u_Ü–bd;­» Z¹çW¼üxóZÖ;Uë·ä·æ”šËY€ un´Z€ EÐ-‚A‹ Z-@Ð"h´Z€ EÐ-‚A«ÌƒV®F--µ<¥"3/Ït/ׂæ|À²°$=[#Ó'O1ê‹( ]­6hI‹¼cæ‡Óùdæá!AŽP ÆŒˆOûÔµ/Éek¼‹°5½½G½¡þp^5ª®ìß¶íPŠÁîBåžú¬ðµSu¶ÍZ.­gL¿yãÆ”4HÊZ2Aˤ¹ôå+}[תdùÏÔõÚõyåÛ}™sÔ]^Ú׫Á€Ov&iÙïJî¹Å#jê®Ì¿æŸ€S×õÂ÷•Í …VœöìWˆªÏ*K7Mõ¡w|D“ÔØ]¨2Z¦¬°Wë Ñ`ü…á®ÚÆæ-—ƒÖ̧ýW¶¬o°æRú¬G5!êôøçÌ…«7lò_úµß˜3"Ÿ š¤øl® Õ-‹èþˆŸå„¥Kûì…Nuݤ—<[ôóÛt)7ÿ2—½×íNÁÑyP±}»èüã%½yĤ“ú>Ô¨º›eLßÞo¯>—cÛxóÛú´kTÃú6ïöÃ?žÿñØ^Í<¥_Üêt=7:» NØožã¹È´ÍIicW oãm¹4X¥a·—»Ó}ê¾ïÆv÷©fäÙòùå—tº ßwÏ).²£n/BŸypÕÚÈd©‘šÓë ½¤1Ú Z û>á-ê_¯³ Z/Ó–AwªÕG¿å^¨ÂAKf"Æì“Ë&ôhânYòFݧpÔ‡ýšºµzwàËuEËéÇ4…Ÿ³é^ù¶™GI‰øfÌc«ZzµïÄeÑÙÆ;Û•ƒuᬩƬè ËÓtF“ú|ðŠÍ4®´*vÐÊÞ=¶¶¨Üge¢íBËYItð[²kwðæÀcFSöáiíD•öæîý5àûÑÍ„x䓚µuí–°½ûölûqlK!ÚÎüÍÒõ±;º‰Úó[¸98xÛê%ëϨó Ÿ÷åÙQ·iŒ!yë˜úU:~vB£Œ|¿]åFãC3í­GžÚ÷A‡JîÝ¿:¡)´4ÞYЪ;êçCÇ?~ü|²ÆTò ¥=3»½¨ÜqÒO;Ž ñ_»'AïàRjfÐÈÚÕz/‹Õåþ6£¨3&4Ó”?È^÷Ê·Í¤ŽžÙÁMÔðÁŠmA›æ¿ÕÍCxö_#¿ù9mª>fa_Ïý—\ÊM S¯J‡|A«B-Ãåy]…h=ó„Öd?hýùç¿ÉhJÛ2ØStœsNg}%+hDMÑfÖ‰\¯km¦W’ ugDcüŠžBt™k?çÜy[æÖAâ¡ÏO[‰!~U)T,ŠÓ;l¶Vf.% ZИ²¾o%Ñóç£Ñ”0¤ºhüfD¶£Ñ7Æaû‹|¾/ÞX-ÑüÝHEƯ“š ïa“töošû$çâÂ~ž¢ßÞ,“£[‡…ï4h¹=Wò ¥‰|³‘¨=* ¥p7¨³²2Ò3%™Š\Cþ2®êëáýü¶ ©Iº˜EÝ«xôÿ%É2È~÷ʶÍ:J£7~ÍŰv ‡ðy7J-·.ì6µ(Í©/:UªÖëdzªø_Õm¦D*L´´*nКÛEˆ6»´r¢§4³YöZ/íNsðºê­óU!ZM=Ê D­ {ëP6ÊKT}zmŠÁ… utrSQùÉ‘§Nž(pò|‚Jãàu“|ÐÒñó ^ßçBЊ|«‘hêwÄIÐ2’¯ï·-Ë™ºõÌ“9›m’™‹LÛd»H{fv'!šùaGdôñ¨à/º¹å­£“›I§õ`׃֟qØþÂ9~í0oÑp|XFÆž5žO/ÕÉ-“јòº¨7ük¿vùAËQãåzÃõ %ߥFÕ¥ð…ÿÔ²²¾/­OÐé§#v†…†IvŒUòLê£Smó¦hõ¡ùî°ýîu´¦EgZÝ–Ú ZE7¿âM-ÞÏš¨ém…{ïϪ/-èã.ZOޗ͇´*lÐ2fížÐ@ˆ6SöfšœÞ:L]?À]Ô®(zâpôº“;kº‹s; ·ž+ e´\m^á¹È´MvÛTí眷~½XVÈsù·/S7 t'ºzë°pc¶¿]Ê–ë¹µžvX™}`J[·:£¶&eƒVžÉ Œx§…•D~ÐrÔx¹ÞÈ9>£•¨5f—J&h W¹Ú¥šsßv¢ó¼Ë6ß’ýëk „ïkë9•/bùoÑø­jÝ+Û6SúÖg=Í£ä5$®ä!ŲÃj7?MÍ==§[ÕêO/ŽÑ$¬âU¹ýŒ£*ŽØZúë ÉÛ^k.-DóAï}»jSÀö­k—Ìžôê´° ­ML2*ö¿×JˆZ}ß·1$<h™rÎÌî(DþÓ—„„„¬ÖA”IÐrµyEæâ¸mòW´NÌj'DËWænß{0êÈÎ9Ý+çg£"Ò¯µuŸž²hKhxè–U+Cãt®-‡í·ùdÈ„‡ºLŽTUGg=Özä†d½|вN¹…(Z/ÓÆôÀ¡ÕEõ'?Z°jÉ–‹Ež|3įè.„︟£RtŽ'¢‹ øqÞÚ°}Gü8¢¡pÚ?Y_ì1ø¬ ^¢ÅôcE>  SKÔ~1,Ó~÷ʷͤŠúà!žõsHxÀ’wº{ ~‹.êd×…Ó¦æžü²wË!¿Äi q«‡µê9û75‡k­òñ…¥7aéõë×å¿°ÔqxÅ{Ïvnìa]œ¾]‡¼ ±“´ña_ŒèÚ¨ªå5›õ~Håøu'A˘—sqý;}›æÏÖ³a»>“‚,×aîmÐr±yÅæâ¨mò—ìŒÙ'—Nèaý’!ܽwf(Ô†•-_ Ûà‰©5.-™n·ù\žÍ²AËüýŸ»ßò)xFK¦ñŽ{C³ænõ„å+5º¾–U$Ÿë3vðTãª5d9žˆ&jf¿¦žÖW½Ú ˜¼)¦øƒÆäƒ5D­ÁËcrͯäžú¬ðµS%óž2Œ÷¶rRÏÆ¨ åb7×ÅÌë,*õ Pü/ÞÍÚ)¼GØÛrî—¶qšxðþ²¸ëCÁ=9˜ÜÍVÍ>KÐ*ïÿTú¦½*­×ëýýý¥AòÿTÚ|=$+ìÕzB4¿GQèÿçž[<òñ§¦îÊ,õÿÉUzÇG4ù×Áûå/Ýå¥}½ ødg’ÖáÅö=eçÞõý5Xq‚–õ_fû¾²9¡ÐZÓžýê‘‚™}OÖNá=¢ Ú%X‰òmã4ñÀ¹ûCÁ=9˜ü•A«\ì³­Š´f~8Í6eeddôéÓÇÇÇçØ±cÖ78žˆöò‚Uݼ=EÕ'—^1Ü—Aâ1h’â³õò›÷<A«ÌÖàƒ´„¨ÔyÆ!¥¡¬Ú÷ê”t÷+ñ¾Û³@Ъ€û,A«B-“Éôä“Oúúú._¾\úÕIÐRökêÖêýÝ/×-§ÓÜÙq.|ßQx<”¿ÍëS"¾óXãªÒ"{¶è;qYt¶ÑÞ¶­Ø>È]tþñ’¾`ÐjõÑo¹æÉ&„}öB§ºn–éôóÛtÉü¢!uׇƒ;ûT·¼Ñý¿¢{ŠÌ, I;&õ}¨Qu7˘¾½ß^}.ÇþqÀÞ|‹ízöÛ&Í¢O»F5¬³ðn?üãùíÕÌSúÅ­N§Ñs£³ yNFwÐB»ýS„>óવ‘ÉÒ’jN¯ÿ)ô’ÆX’5X˜!9ø½~í›Ô°Î«V»ÿ^}RmšÝÎw´ºe¦#3–1ûä² =š¸[º Q÷©ì s.nœÜ¿¥¹[E퇺wªQè m·cmÚ û>á-ê_¯³=hkcW oã]É<õ* »½¼à˜u­•hë-¼GÞrd&âÊ‚;]‰úÔ}ßíîSÍ<Ï–Ï/¿¤“o›Üês¼5:kª1+zÃòð$ùÀà›/hìÇÅö³>uÛKõEÝÑ[’ŒæfǯVË­Ý´ÃÙE¯é•ñ>Xúug»jJ×ù®*w—ídÍ•ã!û¬Ó}– Uñ‚Öµk×î­É“'ûøø,]ºÔú«lÐ2d¬]­÷²X]îo3Úˆ:cB3Mv‚–:zf7QoÀ+¶mšÿV7áÙiŒÞ…;?vüøñóÉ“)ûð´v¢Jû ó÷þðýèfB<òÉ u^¢ƒßê]»ƒ7Ë0º´¬#vœº6($tÛÊYÏÔ3OðdŽÍb:˜o‘ %Û¶ŽÓüCw†o;®9_ôŸºxspЦ9#}…hóÑñ\ç£Ûk¡þ)ÒlCòÖ1õ«tüì„Fù~»ÊƇڻ1äx É™ùÍX½=8xóòYÃZQcÐO—ÿìÃ"ïxuËLÇñXÚ3³Û‹Ê'ý´óàáÈÿµ{ôź™{&J}ÙèÙ™+w„ü2{l‡*wÚ:Öö ýèÂSû>èPɽûW'4ÅÚõ©­k·„íÝ·gÛc[ Ñv¦å\V¢­·ämç î|%ª}ÜÑMÔþ›ßÂÍÁÁÛV/YFí¤m.¬>Û­ÑiSõ1 ûzÖè¿äRnZà˜zU:̰ûPqÉûÙôJQ÷Å€äœÿ!µ*=üá‘l[oY탥]wöVM©:¿‡JGÝe;¹ åüxÈ>ëlŸ%hU¸ µaÆž={fffJ3ŠŠŠòõõ=zôþóçAK¿ª¯‡÷óÛ2Œæk¿‹ºWñèÿK’¡xÐ2e ©.½ñkvþ˜ kzŸw£ÔÎ7ûÂrMi[{ŠŽsÎ鬯d¨)ÚÌ:¡-ö÷¸üa› ugDcüŠžBt™{©Ø®áp¾…v=Û–¹u‡xèóӖã!~UéX±(NïêèEZ(¡[ï?¬–hþn¤"ã×IÍ…÷°Iº’­A›SÕŸ=¬»²¬oUÑlòQÍ ùÕíx:2ci"ßl$j H1:z<)uýwÑô½‚? ݆pرvÚҊȹ¸°Ÿ§hã·7Ëäè6„1e}ßJ¢çÏ)Æ’m½y%?hÛ]pƒ:++#=S’©È58Y‰Ö^müfD¶ü-÷VÇ[£Óu”gÒœú¢S¥j½~<«ŠÿeP ÑfJ¤BîëD\ìg©éÁã¥y?ýj¯ÊfÚËoÙ>èlÝÙhí­šÒu~ •ŽºËv“p¼h®ÙgÜ:$hÙ-)\õèÑ###càÀ­ZµJII¹sK&héÎ}Ý©rÃ×"”ÖU©›ž­îÖå‡ ¹Å6Ñœè©Í…Ç ¬‚u±‹â±eqúmö9ÑSšÙt`­—v«îQÐÊSGL¨/šM=Zìî¡ÃùÚõ\l[Αw}EÃ7#U–)+wömgÊuyÑ ·P.héS7­)j Ýœ¬:8©©]¸ /é” Z&Ý•ù]„xbe¢Þ6hÉ­nÇÓ‘Kszþ3u„¨Ña˜ßâ]1¶7@sŽNn&<††(lŸ÷pرöÚRhIØ4²®h2>4ñT¡ƒ¶&vëGÏwõ©QIw//Qðæ2>hÛ[ðì__®]°|s>W~%Úôªó U‚ÕWxkt¶ŽÌ²#&6Uz/¸¬>óU!ZM=ZübÉûÙ²ÈAcëIonúÞ!µÝûþÕ>èdÝ;ªØY5¥ì|×•Žº«$AË•ã!û¬ÜŽ@Ъ¨·­Y«}ûö>>>3gÎ,üÈ–ã ¥>:Õv‡­>´\‡/rè–v!Á=âÌGnKÍçÐ#~¾¢Áëû\ ZG'7•Ÿ\yêä‰'Ï'¨LòAKfÅ]‘o5MýŽäØìÏ·pÐr­m–®hðú~ëAÞrÒl=ódŽË‹V¸…²W´ ñk‡y‹†ãÃ22öü«¹ð|zy¬®„kP6hÅ.°¤»AËñêv<¹±,Ÿ¼¾¾ð߃ZVÂ÷¥õ :Û$ì14ØÞAÛQÇ::h›ÿäyÝGÔþµ_»üƒ¶öÌìNB4óÃŽÈèãQÁ_tsËsI¶^‡m™‰ØYp½âtÄΰÐ0É®ƒ±jƒüJ´žÎ õª+AËåÕWl‘]GMÔô¶Â½÷gÕ—ôq­'ïË.z*M?[nBE¼ÛRˆ*B4{{w†Éiк‡û`ÉÖ¤QlÕ”²ó]?T:ê.ÛMÂñ¢¹rë)OŒÈß ‰ëyHôaóÛ.Îí$Üz®H0Øl±9Çg´µÆìR½Ú\\¸Â(Š u< ׂ–ÃùZw½‘á*—Ûæè ïê¢n¡Mÿ¥KÙòb=·ÖÓ+³LiëVgÔÖdc‰Ö L3 ÉÍkôíCj{·åV·ÃéÈUèŠÇ¹o¥`ÖyÞå"ßža·Áø‚Þ+|ÂQÇ:>hç™ ÊˆwZ!ý)l=h+¶ ¨"ÚÏ9o½Ð—òœGþ›K²õÚ9h[¶¹‰8[p§+Ñ”ºa »¹W‹Ü:”m[ VŸýýÅASsOÏéVµúÓ‹c4 ë†xUn?ã¨ÊæpTŠ~6²v½ÙÔÍçÍkŸ¯%š¼–¡/]Ð*Í>xëÎîª)eç»~¨tÔ]v6 ‡‹æÊñ}VnŸ%hUìOJYkäÈ‘Å>„è(heð-¦+òŒ¢2|L-QûŰ̢‡UÔÑpð¬ŸC–¼ÓÝSxô[tÑr >çÌìŽBÔé?}y@HHÈÚiÄo¤­.ª?ùÑš °€UK¶\Ôûßk%D­¾ïÎÛ¸zÞ·þs-™Y¸´òÍ׿¢»ôG˸Ÿ£Rt®µÍÑA>ÏÅE+ÜBÛþ)þQÁÔ u™©2ªŽÎz¬õÈ Éú¢‡\ù5hû8±¹uëCB·.ùwòãßœÖÚO¹ŽW·Ìt¥‹ øqÞÚ°}Gü8¢¡pÚ?¹ØÉTuô£öBTbâ‚Ã÷-|¥IÁƒµŽ:Vî mK:lüu|bV;!Z¾2wûÞƒQGvÎé^¹àÍ%Ùz wTá-ÇñD\Xpg+Ѩˆôk-Dݧ§,ÚºeÕÊÐ8|Ûœ­>»[£Ó¦æžü²wË!¿Äi q«‡µê9û7µí®ZŠ~6)~}ÛW4~-<Ëh4$øõM^ß™Uª?vJ³Þͺ³»jJÕù®*v—ƒ‰Ì¶íüx¨aŸu¸à­ ú…¥7 }a©F£)œ²®_¿îè K7Jjµœ~<§èëÊð—j‹êÏmI׿o¢ù¯é’v}9²kƒÊæÏ¼6íõÚ¢# ßò]ÿNߦÖþðlخϤ ük/Ú˜5ot3?M Üêt}+Ì|@ÐÆ‡}1¢k£ª–7×lÖwú!•Ó åx.-“ƒùšô»?xªqÕšƒ²L.µÍáA޵ыµÐNÿØ|ŒËæ‡;Ç¥d'kÐh´>ñx3K'Öî0âËÝ©zÇ—­n™é8K5³_SOëÊój3`ò¦­§úSö}ÿrë'å…[MŸƒ>>¢‘[w²mó÷î~˧àycöÉ¥ &.ܽwf(áÖ«-ÜQE·q¾à®¬Dëâ[zUTmðÄTóÙ¶9Y}v·F—Ö‘ÓçUJÜÏšŸ<âæ5dC’>ÿËÄöª*šu\]š Uª}°ôëÎdÕ”¢ó]>TÊu—)8Þ¶Øgeœ Uñ‚VxH¥dþÏ®°Òü žœ³Z ïwñõnåâ»ÖEÙ¿x:‚Öƒ´òòLÿu¡nýþ{ ¦iPÆDí[)A+!.vûÖMéi)7oÞ¸}û€ÿ•7®K)+pë¦Ä¸¸ò´¬Y+,xûFÿÕë×ü ð¿"¥)“8JYhÐx ´Z-‚A € @Ð"h´Z-‚A € @Ð"h´Z-‚A € ÅÚ-‚A € EÐ-‚A € EÐ-‚A € EÐ-‚A € EÐ-‚A € EÐ-‚A € EÐ-‚A € EÐ-‚A € EÐ-‚A € EÐ-‚A € EÐ-‚A € EÐ-‚A € EÐ-‚A € EÐ-‚A € EÐ-‚A € EÐ-‚A € EÐ-‚A € EÐ-‚A € EÐ-‚A € EÐ-‚A € EÐ-‚A € EÐ-‚A € EÐ-‚A € EÐ h´Z-‚A € EÐ h´Z-‚A € EÐ h´Z-‚A‹µZ-‚A‹ Z-‚A‹ Z-‚A‹ Z-‚A‹ Z-‚A‹ Z-‚A‹ Z-‚A‹ Z-‚A‹ Z-‚A‹ Z-‚A‹ Z-‚A‹ Z-‚A‹ Z-‚A‹ Ê=“Ñ TdÞ‡AkËÿëׯ±‚ÀƒË ÓJAKJ5÷[ÐÚw%&G£2 ¬&ðÀ]ËÒ›SVVb|¬”jî· •w%hÛÖØ+1Ь €‹R‘)‘R–”gã®ÜoAËšµv†oÙà¿iÝ€‹”a¤$#Ÿ²þ‡A  Ü#h´Z-‚A € EÐ hà:mŽæR¢òð…¬ýg2÷•wûÏf¾y)Q¡ÍuÜ'¹99jµZ©T):[™£Q´(‹”uìRÖîèø vŒûtë¯/ߤeœ±pû®¨ËÒRÛÏZ¹RèPž=}jú5‹Ì+÷–,œ¿~íêS¿—–š À½“¨Ü},îÍÏ×ïùËÊåI‰ñ·oßþOy¯[·n%ÄÇþ²rÅÉãÑ9jA €{èð…¬ ·ï>pºÜG¬Âv8--õ¡ó™¶¢ÎVlð_“œðŸŠT‰ ñëýWge¤´¸‡öŸÍ÷醊p-«Èu-õñŸn–ݶCTJÅ’…ó+µ¬"×µ~ÿ}é¢é)I-î¡}g2_ýxýµ›ÿwõÆí EZjiÙí­Å æIÙãÿU°’–:59‘ @-){üQ¡´Zü5AëêÍÛy7þ¨PZ-þš •wýÓµ[÷SVЇ£GÎ>©.ƒ‰Ë-)xüß_P·”»g½8æ›3Wåßv[fÕŒ)óÏ]-˶´(£ eºþ‡ñÚ­ûŽþÒ§í„×è}Ê2˜ø}´n\þêaáýR¤QúùÚ™™<ê¿°UqËæm¿§,é** Õ´¨AËñJ=!¼±[õ;AKªChÃÅŒ3æÌ3(0ÖúzJ„9MM:$ýœéx$ýìOûøV³žl=ë·yòõÍñéæAšKAÓz7ªZóï›/K¿f\Þ<ë…N «ZÞVÓ·÷Ôðd›)»L>hݸqÝh4”‚>eóКRvz瀪Ðë剥z4É_BwïÆþ¢—éÒvOïÛ¸jÍÁÚóßuÿØ‘eE—ñýË=|¬£¸ÕlÒaЬÃjë ÜøÏGtm”ßÍú¼ Û`,6zÉ´(£ ¥Ì1¤+4Š|к~ýšA¯«PZ”UÐÒÒ²ÔwIæz÷¿çœ­k×ô:­ëäóC‰&õ¿BРŒ‚–B£OÍTU(òAëÚµ«mK hPFA+S¥KJWV(òAëêÕ¼ÜÜœ … À=·ÿlæ¸O7\ILOLSVÒòŽÿtƒ´ìvƒÖ’…óÕªìœMÅ!-ïÒE ZÜ[‡/d}´`{ÀÎ#‰©Y‡´¼3î8|.öCÔÙŠõkWK)B Ç¥‹ç7®[›ž’DÐດ¨ØuùÏ×mÝŸ–’Y¾IË(-©´¼»£ã.ÆÛ Z9Õ©ÇY¹âÒ…óÙJ¥Z•]¾IË(-éêU+OþvL™•AÐà’êØ¥¬]Gcg,Ü>îÓ ¯~¼¾|ÿé† ƒvEÇE_ÈÈÍɱÛ'•òıèõþ«—.Z°xÁ¼òMZÆëÖžü-:#-EŠ™-î-)mÅ$)ÏÜ6sß™rNZÆÃç2.Æ;LYù×µÔª¬Œ´ô”¤ÔäÄrOZLeVF‰RA   o:´Z-‚A € @Ð"h´Z-‚A € @Ð"h´ä %M ‚+‹ +AQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQ¸þ?Ùºü‚ endstream endobj 692 0 obj << /Type /XObject /Subtype /Image /Width 803 /Height 478 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 105818 /Filter /FlateDecode >> stream xÚì ”ÛûÇÇ.EÙ÷”"K´iµ¤,É’’Ð"%R¶JÒ¾)-²Š$JIhC{B¥${éFE%d)ÿóÎŒ1˜c©{ÿžÏ½2óÎyÏòœçûœå:8ý‚þ^@ 0‘t&b€¿‘¾TÒ©&&&føû@žß©êÁÄÁÂÂÊʬ¬,,˜P¨ˆ]뀿—áÆ!¡°EÒK!`#à/gÔ¨‘\œÃ9ØÙˆ"…@w„øy¹Grr°³öÒ(c%Ä„xGŽÆÖS# @(ÈO'!"ÀÍÉAÐ(º3Ki’ì8qA¼FȆàÑÑP™®(-!ÄÃ9Œ•¹ký^ `n¤§1gŠŒ„ ÷v–®a„lˆµ+,k+O‘‰¦ZŒ]aÛbËÆ56FÚsljðrv #haÛbÿvOG›ÅÓe%Ð0BZ€D€ˆÿ¡žk,õT'æÎ€„Ú¾q…‘†Ò14ÓÂö}‰K° ΆŸØ·e­¹Î,y ~®a, èN\TÈaŸõËôUÆb‹âzI„lˆKçÂïr]n8w²¤Ð(´^ÇK[Š€D#1îtÀ^UFó¦ŒÕ¹¥…I„ lˆ¤ QA6­6ž?UJ˜»óá!HH¹|`‹ƒ‰†’”i×$\½â‹$¢©$-€ž$'œ ñõZcŠ$" Š9 =äµÖT $ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"€D$ ‰H@"€DÀ6€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"€D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"€D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@" ‰H@"€D$ ° €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@" ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"ð¿ÍÕ‹Ñ!¾^kL5A"€~“t!:øà$ô"1þLÐÍ&JR"Ü èIBlDÀ^Oû¥ÓzJ„c”ðø)êF+Üv ‹ŽKHLºz5þ&®^MJLˆ‹;¶Ëm…‘ú”ñÂÜdaå%$9Im‘Ë6߀ðèØ¸ /&ÀßÄÅ‹âb£Ãù¸ØªM'<Šƒ• ¤&VŽ‘‚c”u-×nÚíq:::ú,üUDGŸ‰ ôÛ½i­¥®²ÂXAL" aÆ% !7SËx…‹×îCÇ‚‚CBBà¯"$8(àØ¡Ý^.+ŒµfÊIp caê’;'¯˜ôÔ¹úæ«\6ùìÚ{à ï!ø»ð=x`ï.ŸM.«ÌõçN•ãådÇ$‚Ã×ëù…%'ÎÔXd¾|­‹›çæ-[¼àïbË–Ížn.k—›/Ò˜9QR˜´¡Õ¹^É/&5iކ¾±¥íJ{‡5kàïbƒƒýJ[Kc}9“¤ÄùG’VëH"ØLk·Ä„I3Õ´t-Yjbbb Èë—.Y¤«¥6sÒ !îìK‘Î'#œ¼ÂR§ÎTV›§¡¡©©šóÔ”gN(%!ÌËEx*Ò)4Œ°qpñ ‰IJË)Lš2U þF¦M™¤ '-)&„)„…‰8ÏÂK„‘i„“›_XLb¬äx)))iøÛ@~?^r¬„˜0?7'RH× Ò¥‘#¹y……EDDàïCDDXXP€—{äˆ !i„c8'רQÜÜ<ð7ÂÍ=jçpöž Á$ÂÀÈÄÌÂÊÆ>Œ1þF0çÆÎÆÊÂŒ­CÈ%‚×&fVVV6ø;AÞÏÂÂL¹BH"adbB:€¿¤FJéÔ^&ðÓ)E &ô)ègŸÐ@ï|&ŒÃmì~ÍGô¿×Ÿ4Zh(ügêP.ÖW IT“1v´R§þÙKìÏ;–„w×­¿iôÆb‘îï {ݭȯ¡ÚìëÑ¿ómÉߥ÷Ù*«¾RÈ“ÕC˜»©WÎZP¾Ë _²-}ÖW±ÚÞ±œð;¼GûS)‡Q„Vn‡ðýúXøßSH;Y;æ!µxÒR©}òyÐ-Ië;M)•4z¢}Ô^”býôÄRÓEâkaL?£î*4¹[>Ì¿ßWÊzØýòƒ§bÉé^/ºFÔÏœn=4†™‰Ÿ5’"]MŸÞÑÛ[õj™Ø@-§º|è{c…ПŠÿb|'I¾áLæI¯ˆ–kBí2ûoÔÔ4~4õêWG:z:¢Çh9†Æ=ÞD[<±ìº¶Æšðû×ÇË‘vƒk¿“5íÏùðu>+ØwN·hޏ³©ö÷Š-ß%>½; å¢OaFö˜‰rz ñ?íõýè÷¤!‰½ö^I×(r‚U«÷h×NÔ bÝUúló~ %0ÓÝr&’µÞ’Ú½¤WŽ»ºÕ­Gîͽ,¡ß+‡=}ÖH¢WKÕþ¥qú>‘á•~1ï£^¤6½yNuül¢²ŽÖévýݲ­þHšýnMOúwT#“3©þ«iÎðö\ß+V´âÇŸ 1$¦[Ïëô3R/éá7=ì4ÙîwyΑþÞÑ1D3úô>üN†¬œu}Øsi^`G%å ÊÔ"jþÍÜÛénï-|Ò}ÆO®ôæN|?±‘î\L3Ò÷9 À§hüÑiA¯ºÞùý¥ÎA­ÛM¥ogwëU”j.#ÐgšñK›è)û‡hù+Y¯ÏŸK¡ué¤O;™6$#ž!Q3߈uÏë£ ™}¬Ò4S¶é÷]QCfkö~–]ñ›gOð¾¬Ù£”xÿgî5þ©ÚãÕ©ŽìÕd6nÀüaCºÛdL÷êuEÆçHøð%ˆÑ´Í:ú}=Y«eúˆœ dŸÿüÍ‘à²dƬ§Z(Úˆ™O÷‘µiE¿ÓgK]ËÚYý7ïnÎâqòi'§ýŽtÌÈêóµÚžŠj,É®G 8êœ#ö[>oÒ¡3פø.òçìtÕ¸”TèŒÅÈš¯H]C#ÒÝ¡¡‹'j×dºî:=$z´ú“>zúô³ì ÷TYÈ|bDVžNÑ~¶TççÈ¢=¯èa:ç ¾¤»¬-ɯû÷9vLéf ±›øûORŒ]cþ#ÏHÖë±ߺæn>“L×ÊO‡¢\¤±Q)Yø’ð¥û,ûWŘæ?@æû£ª;H£Ý£é®ÉJ 6ÕéwûE‘uzÙRwÈŸƒ|êÕ®ù¨T_*õÝþ<ÕoûžT}·¶íâyÈ]ª±Yï;ß¿¾Qì»üÛh£úðÕ"üˆ!†·b Ð¿a)9Þü©Çg3ÄÐUÇt¥ZF£7¦ôÓÆ(/QbŸ§’òÕ"¥ª ý;^\i‹Ã•ÑÆ÷ø~ÏD*ͼ‹·ÍªX“l‡ç ©Ä Kzj™H1W)²«îv¶@–¢9¦Ü sÖŒÏ%Jh3Åôñƒð¢ø–A­ðëÖ’ýæ‹äŸ&®Fþ³ß¹q¦[!±ø¨pãÐÞ÷|ï³Ì}Zùê G„4š- ÄûÎdŠý¶—ÎùPtu}Ø`ºÝ`Ú¦$ühHÖ`‘‚/†(ï¡Ïoø^ÌêùÅ'*¾ð¨Ü÷jU¦ÐIÝCÜISìÑFñ!*eÔo_™N¢‚ûèåÙT¿!:…®œ³\ýNwû6ÁGѱ4¿±:½WÿëóûwÈ”aÓÇþ„zŸmޤ¨³³4j‘)òiv¹¨Å;ŸÑý.üf¥rê ;Ä%5âíy‹®\9A¾ñöôÀï7§RzEÛÆ®ovõ1&,§àK¶,qñ·Ì¸ÔˆÖÌÐj\d@Ñç ¾u{PÉç†üYÄiš>ô¬Û§¯©Ö~¾pújÔ£Íæ^ŠxÖÍ®ÿÐTÌ…^ŸÞ ¢~ ¥c>ôœT+Ñæ‹é°ýž^jàE½ÉCÖ–gbçèš9­"»'Ž‚ÆJHŸóõ+ò¥Ã†.íó`ö†–Б‡f?"ÊäA>í}N¼_Ñz`÷Y ä®è>[¸†¢¯mìuõðæ/±d¹è jþSN£7O#?ûB5’Ý&za<…ïOÌ!Õ)¯Ûý%½¬–KS‘+èô£õ4Ò½¢c$™JÒßõ?ò ûM¯:M$kÁÙß:B”÷3÷}ÈCÔHµÓêu÷¡nä‚ÇNÃææ}”ÏÛ¯ú‰à{nªßpºWÈ#ûð3º£—…”lÿ‰g†þd~|Ÿøú ©§‚DƒÛ.ÛKR) Ñ«½Ä^aÇýGYûG¿µ²‰h)TãnÆoTr¯¼%†ìiÑdÇP”¿)1Çtê`G¿Çÿ:»/h¬?Mõ{{êÄO²Qm¼ûlß”—+É;eˆéßѨW·‚* õïÇ|îó–R´²äîÖñž«ÙmüwÀl ˆîo@ÊPøŽ¬:K “¬®Ügœ9BÃÒý\‘{ íígô]0(µéÑ]¿ºR2ˆœ¢«þa}xõ¼Õ÷tkÛ=²{*)Ô¦…î¿É6è±C†âhp¨Ÿ}—òüwW(F˜AÔó$›ÔÙwÆZðrô}×p;³€&:­µ¨GºOTZÁNáz)Õ1?»>¸î´,dí~9(õHS´NÒ zP©[Ÿ @< ÀÜ®Tc1Šûí7ºÙÖ®Ûßñ— YÐÝ¢¥w³ýVü»¼nëÿB¡Ú~ö6¸iAf™‰T,+F÷èëÔ‡¿©KÛÕËGéî¡:gïOw¾JìsÆ1 Õ;Ïr þ9ŒFõ¨t¯õø&qåhÆ’.µó‹ÉÑÜÿÞ£Ž÷êëAì·z ¸µ4Ø^ê6›“£1·KE6ÙBwD«îVo¯Aî9.ÿ×b˜:òùwý¶ø:×tЗ—)öAÁîê S©Un¯26eP,×ô7í¶— °•—þõ1pÜo{JòM[¿ëá-«hÖ#cýö™jÿÓè-ÿ™g%'µ®Y‹Ú¡‹·àv ­µ%æmÛ«µ©X¯G4~ŽÏ{²ÅÀj×D±”ÅøÕxf¿wìøIžÂÝGïIöø||Vé’‡vd¯Õ¨ìL%^è–ïö{® Ýʬìwô™DÕ®ù4,þŽÌBk†|¥OÌýK·8¯šÑ(O­ÏY±Ì ã‡î v¸¯ ÕÝ%ÖàYYÖ¾!1{Yi#Ý-Ã{ÑdR}j…ÄIÑb%±ý»{xÚ}²xD¡‡’ð÷í ÒÆ nÑè)þ~;2K_p¯w»s=1O®ß0Öeáó èÕBóß0v¸í•@üÖ§h¤`ÿÏ~€;ûhßøýY(R8 f§:èè¦{9bºaÿyË¡¹ •ˆõ˜¬­òÝÚ¡O¿gï•ê—þ>Ñùý½ÝbÈcÒ®Ã=ë¡h÷?<£žGòѽæ|ÜÕk"›IIw³J ©Gxh¬ˆWõËÕC:’oÀJˆߪ¨EÞ½ôÛ<¤Ï–•zå?v@cÌ]ÁtݧùžŒïÔ\¦„T#¥!VJÜ F×Û¤:ÏtèѺ)ƒòòÝÿá¿+°´u ¤a…ñÝú`e?[lrûóIý?~Û÷óNS˜»âG2Ôºd1Üÿ(1"«IÖ›6€¸±Þlpåä3¨€nëÿó¢_H#{Ëoýfg“¥«Fdãã~Ï×Zð:aÄç¬Ùgä¸MÕ縨ôãêÐíç߃øÜ£~-Cª<‹~éi,M¿5¥SXhÞùNxS¿|èLµ.&ÅET¬åÚ-ßÿSñË×ÄéGO¾ ÚgÂÍæ$G³éî).ªum@y #}úRðûoý·(FSô½Š^µ«„mÙE¹ñ¥\£`×%È»žö3âË÷Ñ?Š}æÇFѧ÷ÿö™ÎÇZq•û¾ oØé¬!¼_ã?Éâ‡|îRFU‹³zYs‘í²§÷³lžY®ìǺŸ™Boæàíòª¿±^6°z~&Zý€ÝÐØÜ—B ¾YuϾEó›o¨¤ðÞcðÇ¿÷öð­ˆfvžÏÓ§Ê-©ÖÈhHöëüHZ ï³í§‰³ÏÑ}–ìJ#NkŠï`¿Võ9߯þ¦Þúž^RX±='Å:éD½ÝD»,&YwÐ ¢Ñ?ÈVG†Dk(æÂ7à õ%©?sûÕ³>t´È»‡Gí¢©X¢-7ö£=_û¨³Ê‹·«…½r>Oj…ûìº}¡¡¡ƒ=J?ù›ž<ÿƒ³Fˆ®ñ¯ˆ.ïÒc,~†Ï;ÿçÛý;txÒŠi"å6SÌï0•ú{xŒOÁ—SÖ§]<7\§Ë#6t³¿"ù¿Ñ£ÿŠHmdµýs¾v—TjÝ€ö†ìûƒ{ø¶ ]V,!ë2… Rô‹l ')^¡òF³‡_D?°ý:ótéo‹Så§éO[OÁÚ{E5{Ø›õ·?½MgÏûãOâ{Ôl3Ýý6J]§’å ÑM•&dwœþC»òáÄö­¦ç oT[w|ú©øšžé#¦ £Ñ[3ºÙqMŸýïÖ益B¡vùˆTï‘¡{ÿŸÙœÒÕÖ~­Ÿ—Ѱæ(ª+ù£Ýì|eˆ"d2~ä¡9~§Ñ5kyCÑ2Ò4uþƒd··èÕ˜>¼pMÏæïÏ¿wð;Ç—~é}d?jr›†-?#ï˜:è]C¢ EúmŸhŠªöÔx#Eõî¯ÿâ)?…¿Åwæh”ˆÁÇ:îå hKbL™@÷XèKVG”GïwRÉɈªÕì‡pNb<ȱvæÿ×NÑÕz?:bÛ5bÝ7ýÆùF0÷sÒZï÷ìñYÄpëfÍ­è]ë ÷ûS¹Ç}ŽÎý{É^鯠+T}è*ÍXuµ‡W…öJ½–®Xw–¸z^8d}\5 }†AFa:îÿ‡! i®ÎNu‹$—þÐàBŸñëËoxZ2Løæoyó«—ʵhÇ ä[ËT£ÒÃ!W¸ñö^ÿ[Zµ|nE±_Ã(ô‚±.X׫S]}¹£º¤ p§ ‘Žûä†Ä‚Í¢¤¹Ø˜}Î6Ä>;dùEû3‘¬\tDþqxçYy‹…ņÐû=-swû€z"§Ï»nÑLñÈrh­[9dcÔTïé}öŽYëüéX¹>s ²ê;G¥F}Dm@¾ù€¦×¿@?3âëñ¢;“úõü!®WÛéº_†ØÃ!Tk“Ù‡êSm¿Ómƒº!~¦’ŠzùÙüW£_þzjP3”€!‹të1k9nˆq¦Ø“¬¿ašG×!{ˆwM|úÝ#fÿ™¿¹ÆÙ§/ŠY]¯“ìdÔ‡r¥è²è²~­„]ìQçe¸îì4•sÄtã™w»tùï*Ô™4 °ÉIFÉøÞò0Ì¿yÍ´ö¢G®c[sGÕ¬gãÇKdlmóQ ¶^Ÿ^¯Zß°õÍÆ`e_FßòY8Ü œ ãbãÐAÃq2ÆßåN,4³‚ ÇÁ-9G;ô¦ÒBfÙQì{çsãN³‹—ý€ÒÕþ Ãpv<ãy†šç›|sÃäÙ®¡úŽk¹1{_º)7{±Nú^AêY?£õöc_H±Å3ß16Þ0±ÚÎeµü)ãa;²6¸yĽx‘`¤»*®Æju¼ÿðRd‘-[·ÜTVž]¿*Ë4¨òv±$ù[sC“{BåbÝõc¾˜›¸¶$râÎÙª“y:HÍcYx¶¹ÕÂ=ÞŠ(߸ƒ#FÖ–d½PfýÝ"P…Á‰iÇZ¡i’ri Ú‚8ËäKä>JODi׆N‘š!fu,ÒŸM4Îbu¦ÿy#v¬@§á¢ü/Êsb¬ 4Ï‹7ö?£‹Ó×lÏ»±T{Ïþä¦K6oLƒf—Eۧ2ÜQÿhRØé$+uk©®ÙQ“+ÇOxðTxæ,¥ç±ûNˆ+³7a´›oT2s£ÎåTµÑÈLZ»Ÿ.üÚ0A«Ù±¶vÉ‹E ¨3˜u–IܶsÕ¯·‹ÊÎCIÐÿcä­üÍNñð |b3aD=†;­‹ý3†ý¿CŽýçí}‡‹gÆþWÄáÎó`ÿãzç1˜\Õ{_éVÔü@Z…:×’‹jZ°œXéÅÖF¼î´È7r®ìM3«(]e”"J=û&ƒ4×ÇW™÷³qáͼèÀÉië7¬9mÈél¢»*•¿L„ÕýØ´•K¼W¸fWåç+àv0JM÷pÓu]Ñ%¼Rò‹’û;ùàóqF2Ç]Ý׿šíý£r¶^/ω‚ˆ¬8>™Ú RÒ&…+ÛknÖYW_óÞÙžgù>¹ƒ·Ì?h’åªhóKü~Ԋا|×TÔÔ|øq§íµå¾¶¦.¹è|â‘_6Šïuã³²Œcîè;V,~ørÒy«ÍúŸ„ݪžÚ&ÚEé-&osJx銕÷n±´l1ݘxe\Ô½­É.ÅwÒ£ÒóŒ.IiM¹¯ZåjµÀÁ0Òôó­}{pægÂÉØEEïq¤KB ÊÌ'g—­´w®¯´,Œµ_œy¬îLºW#ŽorúÖFŽÏ£ó¦œ1\f;µÀô“ÝÈ%1ñÃÖô~qÖ«—¥¹·MNÞIu.eEñDH2ùÎŒ„öŸiªËägø[˜v+0Ôl¢B`*×¢gu6oü¼½½·ýÄáXü.5ç2Ép“Ã6«¥ Gûsr íeýuc>‰Ë›nÜèáÖŒÃñqL/³^oìž<)†'fG¦’ÝZ4ƒ‚\×YmÝïz„ÿÔ©SrŒ81ÉŽ#ïÅ>9'¼Ò ˆ¼›”œè/ï¬[RRRˆúŒÑÓ35UÊ9ÀU~¸Â’¤$>½' 1SC­/aE¸ÞЗNQ >¢g$µ?§bøÉ+¡{ì¸p2|Æ^Óxíä7Œ»¤k$·ì ã™Å2(¬òhn`dˆ|qö¦ŒÅ2×-*’8õæif¾ŠÉÒ·ÈËfÆñI‡–D»ßcÀ…0ëNBaLË ·C±š™Æ–Ù>§…6)tõÍ#<ÌÛÌ2 7j6'ɆS¯Äá ¡í8.ƒçø­t¹e‡#>%Ù¬r¶0_Ë$¸wZÐ ‹Ðl¯…ËÙ>=9”ärØ.{ÝñÇ!é'Þp|Ÿ6&'C%G&&xâÊ_i{~ y}rξ§ÒÁTÅ÷ØlÆBƒÈýœÖ¾­ÛZš§íN¿Ë#Ŏõ̓j‘ÑÚ¢µ)GÊHö¶LõÒ‰ÙOmÖ¹žWp<Øz¬¢é„MeœÏ¶I7$Ÿ[oŸtòçÈÊu¸ãÕöë4 ó+~ÕÖëTþ‡FW‹ ‘ËsW(„6LÎc›!Wë¡·CëÑeãè&N£Z†WFžÞ¶ü˯ð¬_tnWå½›+ÿÍt…ÔÇŸâ£æË(oÙ8w·–öúI<üצñ™{˾iÚág~¿áù‰ÒJïg6­ŸíÂ?¾üìÏ/—d*M=?>ü[\ù“qqþ‘Ë 5ü=Nþúæ«\V<Öðø¸ÒO\]òiì8§‡¹®§TÌ/ä0X¶2`f¾÷;œ¬Ÿ¼utÉpé¯þ™]•hÈ5òtäùÍ’ºmva39ñ™.Èàà9¦txœð˹—˲#¤×{„?‹þyy›ÔûætvËIìGÆf3žþéoÑ×a¥ iNïBbíòÃÎËÖ<·ÕvrÚÕ㛘…®¿žÅ»Õo÷)F[o`NˆÚv¹/ÊÄíZñø2K^F¸5ÎÃÌþ më3·Vä)ß2ÍÉpÊuŠˆZÀê;EÞ>‘ᱪQøÏ¨çÖÚoi×›14O«V6øö|‚êê¯ö%«ì".«mÌ«™¼(k Ûösç0ÕÝ\xÓsbnaSŽýMËëÖÛ;¦En=§¶åI‡ïQ3ƒÇÍÜ9ÚÎļ1²YÆœ)¿râí žø…™Wÿñ-ðß–'³P<§õÔ¢ïþWX3_ûHmsÓz¾]DpMd²œjÒC‘[O|“‚§?KM®ôizµ±Œ©XrÁ\w¥,;'U®m_ÒÞ±ÎàÐ×׌3‚ζúN7Æ»`O‚û–Öcž{ËKØ´ÂùdŸ²pr_f*RñVé~€8_Çó•ñ?22®Î]äxÊöCk½ÚÏÙ¸Ë×Mö¨Ä·Út;gå­ì‰fõ<•~Ùæ¿ù¤îÍ€ó^~8»¢±ðåýíAYV²[øŠ—5Ä•ÿ<~ûXQåa ®S‚Û¦gÞVTgpÛsÃÆþÜFñs_[.2:$•UV&–žÊ`³üø·oì­aµæþÖ­_~®6ÓüŸ U¯=¬;ÖÜ}ð@ÑësMdÎíá-umZ®ïÏ(Ö<ý$þ¹¨pDké­¦V›ŽÊÆ4[óVUºÝþrœë²°óÂ%nNæëÚREn?ý(ü¹2Å-¹‚å‘ c~݉”œ”¤‡[œ4¾­S›”áòÌoEŽ[üs6ú>Õ¿ùòËíÉ[¢êøMim¾8îà‹c,›ï¿gû°9gÓ½»[Ï ›}ê ð¡È-&Ž?çîÜé`kcа ¸UýQ]º¾šM«…–«ÐÓGɇ—‰L±ª7¾ec»Há§èÃK6ÛC«åÿñs[rͳ@¦£\Xy{RHøîÜ–œûü›ZhÆ¥<ÞÈ–£#ÞÜš>å­M’£¾°¡]û¥ Ñ‘ò1n-®ö¸™SÚ Íô̹õ³åãfý_·’ªËTNz.uˆ®¸§¨ºÅâÂÕÀÑêÁ¥<^‘Ñ{kZb¾lQߺm“ÃöWÏŠ–Ö7©&?:Yó¾aÙRÕo-Ùõ²6É®‡Ê/ÐnûGöDæÛù¥ó9ëßW­ÌiÙä'6¢ÚhŒmËÌÈú—·?:~lþ ËÍA­õâV¼ TG^ñRù²kÞ×iz/ ‹Ò¾Y<Ýse´ÄÅóßMvŽÕ.8v"$õÙo¿é|<£-ì§Î-»ãía¯à:Ï?`ÿœ¸]÷Œø)s;§V§*Í-1w~êYÏu aÎ×Õöw8~?ÝðSfÂŒ_ÜŽ¬8"yÌ;SøìN¶g=y5-ÎõV²rN§Ë¯ •Õ~I\œþÀÔAóíºï…§Ì/,›à6m¸Ì„¶Y3yÍ~ÅžKšáXúzÚä}Ë _:X-_ÅùÅïøÏWçDÝ_—2ÚÙâ¶–séy·¸ñ¢‘¯×ï™»izbǨ JMµ'.,ùv×ë¥bçÓ3.Û"êWå´Y~l^®°xg¨|Ã^Û ‹uš/§L‹Š)Œb/Iã©^êçÛúŠcâ‚Fû»× ¹øäožiSææ)X~uŠ–¶ü‰âS‡§Þ½úc»CõÃU?‰H{Uª¨#wÌhÖÓÍ[¾ òG/¨˜[‹›œ¬¨]â9}ž`M]ô•)•vc Ôy ¾´_=»Hå ³Ù->ýí¼mxXJ^Î9¥a[6­|ÛԽʯ߮¼Ôæ[›T%æ[óôða…ªÂ”9!f,”}¢Ÿjî­~ÄGé¸óÁWvi>q‰s"£xJM¸-]9y‘…TNãû+¾Ãµ¨Zúõè–¼HX…¸°U’uä,-WŸÝ[\Þ-ÿxFìÛŠ )>¢¡»BV¦>=7Áø …`üñŽ™Ÿ¬GeÝHç_tóEË%]>;Y‰‹ìÏ^ }å]>ÎknF¢ÿü¬Xõã«=ÔTo;NYærqÌÏÃz§®wNm{àÿç±véâùdÞ¤†Âê U¹¾Ö.Í'LÕØY°`ºyiàs7µYûU^½=ò>ùyѦ1n‚^JéÆg*®—¸¼¯1™Md«”hk­íªz6'â¢îÍÏ Z"’¾M@ôä ©m~NÍá‹/œyÆýp¦ýŪ…G*.W +QNš] ›´mûî@ç3Ñ*—™ œKñÖN}ÿcL®Âgþ‹âµkÏz/¬Þæbãåh_âàw9ŒUëGè©äïw³bÌõ75ºéš¶€™ÇåèíåÍ›åDW¯­^ÿ4õ½°ìkƒú-û^zhò>κIxR͵nc˵N/m—½,9KÞE¦Cã†~±Ö›}kÏ}‘Œœ°åõdžÙqKÂî»§*ëžø~TtYÍÊÃù†×J ²ç˜Väá’+Í«Nx»ÕñA×–¦šátut³¶8%9^2õM_¸ViÜí¥‡uWª®›k¤³qG¹I­¹*sIi»cþ«ù ¹Ž·DíÝv©~祄\UeS²_>¶<4Ñ9þìÄŒ‰ÑüïèÅËŒº;¯Zx7CaS„HñTŸE…¶ B,˜®¨«äÎ,¬.»t͸·.E²Aªß>ªjqK7ßr¼êàݧsËEçU=ÓÍ–ë0þòÊÕziKXœÙÉQ#õ%í[N5‹>÷ÙJ}´ý곯=§8¯É÷I(Jœ\þ:Tª}bu£Bî²ãŽç± ›Ìœ'þ1)B•­rcåS-½•×öücñéí£Ûq×:>D¸˜Æ_}ä÷r–)g.GaÑn½Ô´»Ÿ/LMxv4©vÕOáÝ&~•Ÿm¸nívúµiZÁ¯ûç3ÞI½·HO¸àž’´6àÐè>Fâ'XþŒy™÷:im©–ÞùËÇÆˆ;Ÿ ²]~kBÀúÐk+·fý&ØÝäìU{óÒó#ï[&ê=ÍЩVSÔüGÓqløé÷cæËGl[_ñ!WëSÞf¦´Úô–¹Ówħ|8`}{ïI—Õ?_¸òt•Ÿ­ç}3ªæ¯hÙâ^·ý¹Üåß_Ë–áTx™Ô¡ŸR1ýNkƒÍpŸÃm3b­Nq^Íwò¹áÈŸ­ÿFðèì7¶L͘»m{œë¼Žÿ<|ïGþª“ Ý=L%v„Ì]u-¾ÑDuÂçQ+Y"6}ôíìÄFCaË+?Ÿ,xÙ˜_,VS¶ÓÒ´Ýðh¡¹ýV³¼®…¾uŽªµë³q)l2¹¾Ž]Ǥ»qxóê Ë›lÓM-[?ø~^£—’[ûOþ«šeÏyíë„‹v·›9wh†Û_3‹~½uÆÑè½âIW¾[8=´A´Éä‹÷S•Óªž®WÖiH_â)''xpiýB•ÔWÜmÏÖ>ø8/{Ÿ®¼_ûÍc¶Ã³fâW^Èùâ`{ëy“¥* cr?eNIxxnmÑ<ýB¶F…Ú¿”γ GÅέµËþнxÛŒ¼ØÊìÝŠWÜvÞø Ü˜sn®å‚e1Ïã]:rÆ>}n}4ÿ5_¥g®Ë¶$a–“Q÷ƒöû)¾çhÚ|¯m„¯·¶Ú•Ë£Åm®kÉ™i¼4œC4HãVk©Ê÷KÑ÷[}5o?µJ¶tŠTÓ’è̦äQõŽ‘k5ËN*×ɾ°(Èæåj¯,\RÝê±~¥í±/]Ú9›Ò¶ä¿q<{õ¬×±2–¼énü~£]”w×}.~µH_Ùq6¯ÄzGñ+ª¹ÓÍ—J6Üx’ÚÀY¢f ¿>@iû¯–¬ù×3,æµh§rÔ×Ê–gxYí4P*PÊzô‹ÁýÍ.õ_Ui1 ϵ=wEzLîô:½èÔ_Ü.Ïïºü\®Î]즓ñ­ÜTÜ+#ìUZ喨럱H¼´dãf£±•ò‹*dE å.híYÎô«æÉõKçmßÚœ¸yß6:ÂG'¶X¯xZfƒ²fÓVé[2móVv°U.,öþV©ß‘us] ãhGM“#ö_ O}湈]ö¡cÕº˜ Uo(J,pO»zVº°¸îØWÙç™Wr2>~loT¢`ð+õåèÒçÿèuM¶|9#xe¡$“e„½«ùöqû›Bç®±_é—¬WkòB`÷Åt›Gýrå¿Ho¶Ã}MŽœ8á×G“·£¯òç^cž²÷ »‡ú¬@åˆ~QKΩEÒ—Ý'º7è–ÃË‘†Fu:áºžŠ‰Vî® òWÉÏJjŸðuW¤ÛaÍ6?¯e¿ŠŽ ûŸõ¬b ¾²•Å¥nO=z¥…]rÒãEmZ5­K6¯;ãê~kñÙ×cUˆ¯®(þö3'‰·Æ'ÌæI‘öˆ—‡b–G?èÈt*OrºdtÉ^ýµWÑé[Î"µ~’Åg7ú9oRQHÜ굯úkFjöl¯8ÕIÛ][#Æ=Žæ_T=u‚”ï×ÛW=£áî¬9;¾àɪ¨¦åñ–\KꢔìŠ {YÚ¼¼)~¾‡ô•NU5«Ýu¯¶,³3TÎF‘ãEa§ÌJ±eo é¾ð£z¿'3nÌÈö½BŒ¾Âë26D&¬Ø9•[÷OŽX&$Á‚ÃÙÍ/yùPËßïÉ«Sõš1 ß%Ýò÷ÉÞw£}Bµ®J&W×.÷aáëç9Žxoc¯¢°2dâËFKÛj¥?Ú².¤^bãɘíúkBsâžw¾\PÓ;ãžæ*}Þ1©üÚQ[¹–ý†ye7Øn‹¶nÐrôàQ[ð¨yýõoúÊø/ÌÍó— O˜±Á4ÆëD^jJq¹·)¯UL}ü´Ýzu¡3¾µgÕORKuªþút¿‡è95Õ+’®N± öϽ87Ù£ªA¢Ö,Ã:=ëÎ+½ ‹Ÿæžþ–.¹çhmë5¯æÒâÏ÷/LZ4Êøªü¼§¥Æ¡›æOñzseöÕjýñò‰ŠU%MS ï9‰´óY­Øúã´xøz§‰“ç©IÿzQbÛýEÓ׉‰ßtë‹•ƒ×¡VOÙ™ÓJVÿ¨’’8y£ÅÅ¥ Æí¥ÞÂàxŸ‹&>OÏË÷­ÿjDYþ*««.œB¥ÎVåÒ¯×ÙÆ»¥þ<ÚÀöý¶Ç«ý‚"üÞ»…•u?sÞ¼é}óØf³7›gèX¬{vþãÓIbÉ'Õ¶7Þ î9©PuË­†÷… ‚y2ù ‚'°j'ߨüêIÃüØ;¥A/ßÜ,;ÍÐícxñ»¢%K·z‹ «Ä¿þ<.­mßÖEœ!›eK/›ˆ(·¥Õmðrù,gcö«XNbZÑê«Å5ZÅÓo\q=YõJÒðºBºção5ë­œPcÛqÌÑ­ú§¨M¬¶WszÉÔºõ›Ûç¤Î¯¨~:_ÏiVImÕ™)ûFTó¸â¼²:dñÉÀ«Ð!s9× âϧ[¹^×Ö3Ô)·]ñð|Á·ù36‡ýäy§âi._Îí+xðD­æ0Íη¿•æ6”…å'™Ûh¸j•9~®Õ¾¯,µu†€á?¯.­»Ýì;¿ÄÇá1÷¯»‚õÓËWŒuÿõ²°ÃàsÍÓë…žiIµOŽÝa}mºÞowòÄx½Èí<Ù›BÂŒ¦Ô½ØÉ/*Rè\Þ¸*W8©íá>ë“Ûüsiçê)-1âM —[벎ïÌÔ>|³Ø?r†ì÷ç÷E–Z¿^ûæöRÉ>_rÝ:‚Û –æÕý^¾vùþM aõõ!5MJ—–VÊv¨¶ÖÞžé"žQU\gq yä«j%Ç[ït~*5+Z9¦úùÔ)ÝÉ9s¨|ä}‘7%M :M³4²}CfN`ó&e‰úeÛ¾¨g\x¸pšcÀI‹¦ü¬úr…reÅÙžß~ÔHÌž.21ÝÚà¹JbÁÌz¯úöÏoŽ–ªV*ÿ˜»/9ñÍŒöý Vg¹|žícsõqÆ&¯úE6o~7¼Ìõ¼RÖòº¹ýë•× Ö+´™Ešm¯©ÜVê³üÎû–eaGŠ=7Ìó6ã–îÈe¼K•ëÞ^/Î|¸½iø›/Öi‘fëloN0«M][}´ú²¢PÑÏonI»T=yýÓ)B¹Þ{OrUÙÔeÆë°-HóÉsÝk–¾unÊÑ$=ƒÎéNßFN¸*årÂhuNõèRe‹mÉΓ¤½ž ýT¼õEE•ƒ–Æ/ýŽ­ÕmT%ì=ºlºÝÓ= kmœê*†oSÈpü¶Ù~¯àA7ÅXÕÛ[­ùÞ%¯ùòøˆç‰q¬Ó+LÖ¿£¬:5ÃqŒƒEíLùàäújfÿ<ö=chæäü&úÓQ…„ÚËÎS~Ö?”ר4+hL«üÑüeçè‘ï®*y»úVíÓXƒM>'UÛ4Ý7\EÚióìufá¼lýT”;2¼w¥e&ÿsAÜëÚ¬ %éß[_‰J¹s´%nÓ8øpk…Ù‘Òɱ5%ʹ~Î3'^©99Y®ý¤È¥òâYe¾V 9¦q X¥F¤ÝpŸÚrsú ƒ†‡‡Â¦g$fhmË,.7ä™­xÿÀÓcþý+U 9΋6®Íÿ‘ÝdPzoë«7ï78ót\«[Ìd½ß4·6²¦bzÀ¦•‹ü¶™ÌL®ÛXçãö¡*“ÛzÙe²7´Óå—?JQüšØº NñëÙd “i6ý4×Ü&Æ¥òOÖ|oŠz1í[Ü«ˆ”ú¥NÙå·¶Îé(¹Ú~°z8“ФàÕûõõ uⱡÛ›·¶s-]œ”ûòº9çÿ9f¸í\šÊ•?Ì~¿:F|MGIÓщÃL•g–Þ$iŸX·(Îâ¥Þ5‡ýR¯õ=V.‰-?q®âr̹!j>­û›ë.Üø¥À­è¼Ñɶ5G?íçöèèǶûíI¿¦Ÿ¬Qªw~›6Á¸5t‡ßÜæׯÖ6}>wÂÔÅ)öºEÝÑ„z½­›~~VªuA`ÑÁaÛΛ[.W|ç6[Ì÷݆ëÞÜNL8õÃŒ8Ün7F›7*zT4w` ö¥ò±S8p(Ú69C©Ç›·œ i±7´˜æ¶,%u]Ðý"y‘œùAc—ŽsänXw¼$v}Ðñ±S®¦¤¤Šæ4$Çš:¶_ŠZ)ú¹0ÖÆ]J>†/~˜øGÏMÉY%w&(Õw¦qÕ:Gÿ¬½W«6O˱VjÚ´2Ãù£Ò¹²¡V†yE—¸'Tl’òó¯=›ºZÊAæ§³v`ô¹x…IZâ’AžãÝ̽ܨ|a-ËT“·ñsebä‚‹ƒO6>Ywþ™\NûœfáL™§%¶óËl¬—5Ég¦gË.húøèõÙ+>*üO–(l(,š³÷Í£P§ÈgâwS*Äý2^öî¥Õ8‘­±5:9Ǽ„W¿‘Ö±uù¨"!Õö=úÞck‰©1y™¢¦~=%4Z+ü–[ãoÑEiž+RZ2änó5îô)\Çø³ªà};¯åÖ´Ûo;~bñdzîÆn +ÙNÓá5OÙ##DŸgj`T¶Qô–SÊê%lzïs¡]æX– Oè½æ%‹56/4Ö¶0}›¹î“Ãö#áÍ˽_ØäÌŸ`²¥rµ÷öÕ“¦û'=þÇÛ»ç_VÕ‹-Þkkè\zõ”ù3íÕËnsââ6°Ó9¦sÎnìÂýI¼\vÍE÷Îæ.û6nBÀÉ3Ë'¼“äy}ÍÈÆÙ£™ýÝK‡©I¤„ßÙ]xªùØë[ò)~òïk ×<~8ÍQÐ#òÙV©G©Á,7]­v•dšX\ ;ÍìüTÕXc '˃û¯²6W$ʇZ[+c²DAZilä’ñ“^éxvwœù°ú£Gf\ÈŒR•ÓMòšE¡b)WÝRÙ½w…\ˆg…Îêƒâ—ŠÏÖÑj”=§í;m{œŒçøÛgõ"âŸ^ø&t׬ؓ¿%uìËŽ\ÅswE{8zêô\³¯S¢/ž·}°:Þ­Ú=º½Eáñì €4I«ãY[×~K?´t—ãÝú[Î7­Ÿ¿²ÕL>;ç“bn驨K§­{8Ùqgâx{®­O?*gÄk*†™½üRÎYõÌÛ!éAèö}ñYbéãBk¾H|ЙXîŸ}*rÒ‡(»ªÝ7«ŸPçÑÎ]’o¼"gVʵ‹ÏNØÕ_#qWJz?Àû§xl)W[4²ìß>ÿwOÑÿÂù¿µÂJÿïµu½êóƒKPÿ/.æ/YZBýN®Ò²â mÿwÏÿ]ۣƔÏÿe(êö-í"êçÿîÆ·Òù¿7‹Iß7.!œÿû…nOè<ÿwN1ít7z}Nïù¿µ…¤ïÒRìÃÁœÿû‹¬V‚=r× Z–üü_¹nÖ&œÿ;¥¸ßÄóÿßœÿ[WÒuþ¯?Ð)êþþHa×kjçÿŽ.í<ÿ÷!)×YÄW‡Iºì<ÿwþÊ­åÌ"¾ÇÎÿ‡÷kjçÿF–R:ÿ7¬=Øù¿óŠ(·ïwÿI²ÓÿÆù¿Ù9±óÓIíèù¿üe}—ôïÿ;º„N[Ñ“Šžó‹zå„ÿkêñ‰j]BðŸP?ÿ·¾Ú'—Ež£ÏØñjq&åßß󝿒j­OT^)±LúÎÿ}\L8ÿ·‚¬Ÿ ›ð^ÙŸóöc,£tþïn:ú‘Þókñmq*éŸ-Ïwë+iŠw÷çü_Aº tþoHQÏóƒèÈѯOýþÎÿå-šD1Ž›—­)Æ 1pþïÀù/žÿ+S¼ª”pþoÉ×{žÿ»¾hpíüù¿BýšeS:ÿ׉¨v8ÿ—>àüßþ0ðó5‹í!EéuÅ;èž1 Ñ¡JÂù¿4ÁÎÿåëUÆ@Îÿu%ª·ÿçÿÆÒÐ}çù¿føÖ=(šžœLaÄœÙïQ´çù¿M4j·‹Æg+»õ\ÏÿýÙ$_ôgÎÿµüNaîúœÿ»¾¯ŠóöÐ ñ¿®WAL„?G“] cògêy‡SSÓq&J¹mÄ_=ÉÂÔ½Œî„0Êb Zã &Žzšà>>¥•{0“5–»õûØØp´Rô¬)½iiÕºÿ9Þç '7‹>ZKžÎŒ«ïë¹éËžÖîå§•¢ïºPKÑå=)¨ÞÝ™¢ÿïwÿŸ/ñýþÿJûö%†~Æ3z<>ˆ‰ÞhOÝã—osÆòfêÏ8EoþkþÎz}¾„<빇.ßÝüôäFo?£¸~ŸƒþüÖÒ´‘W’ØPÔì’X–K ¾†w9–§å‰y¬c¢”‹<µ{iµ ŠïÓªo•;ºîÚÐ-…1¦°&Ê%l$^` $¥9ÉÔ5‹Ã> Fs¹Î+ÞLÝËÂ^Æù®¸öL‡÷{þ£“7öé{b úþM¸«D‹´cƒÿó[×:‰°/Hz/ƈÃ%⋟A¼ò½SéV‡ø?17´îꢥ0ötŸm£Fü¾Cßí;ë,[‘•¸ßJú¬ëï_A?êèÇŸ†•t}ù:ª`úy„^cBff$\¿9¢3/¬UŒèÝNSBnØÏuT5W|õ’W4ˆÿ`Ì=l‹õް Aù%¡Ï²ñù=@?_ÈâÏaôÉ*T±l”ˬ‘(5ñúiÂ~.ùž,ÔV +õÖD”^½–D¿mˆ½Ç‡J:‚¯Ódö‹,8\zµ“ìéÊôù,>,yOèð`J£?V£Ïa8Üôû>§OLدÕ,]½áŠ~¼Y¾£ÚìÀêˆl†^ŽÃIâp2X¿0vïi”µ-ý0®½E¦@ívD.Å„²,‘¯ZÑ}çQ~þœw2Ó qâp,„ž{Ž5€ïf¬92h­{݉ý+mì¨eǰ¶ŽEý†–dwPþÉû‘\aèž;èU"²"×>Ë© ý‘ȇ¥ˆB¯žÓø‡Ðm¸Í¨?Piꌄ:” Ç]…ÿt5ºr‰Ìe™e‘UÐ5̵Qî wUCÜ KǃJ|ŽÞ›£ºNÞrî ²» ¹Œù±?a=ÁJöK•3ý¤¡÷樽Ñï#‚Ø{ì^;æ.=aÏž°~;‡J+AmÙ<’è=èCÌ0 {N!¤MAÞF$ET{}¼]0wjB}W…ÊrG9àïÝŒ© ÝàŽÝ„í\¡|Í’ÃbF²ÓaV‚’Úy5¶á"Šv¥ãC=%ÄÕå78¢†&ãÂM⨨ƒÕ¥‘‘GuG=­‰2WA?>¨&©è÷ùQ„ºÌš‹þ†èåŸÐÕ³èõâûc¨%ûP.×1A~5ý¾CVòd;¬±šØš½¨d$D°lô3eü…°>øŽòÅJÐ%Æ|V‚îòÑ}B(­"fE ‚Å‹P¾èµ5QžkˆÝêNVöaìÔ’{HIŸ& «K£òѵ͌„t›Pg‰qÈý¬Aumˆù5¶4 õ¾*ý0fÛá„H¥„^·¢»Ÿ¡Ô„~ß$Æv̾PÌ@êkÅïUqT±¼Öµ730ÏÞ9tjú<ª›*ʼn‰àƒ¾ÄàŠÅô]˜:ÐÝy賋Ø3úýØF!ü¿“…û„Jq"*mC×x‚#x!~î Øøñf>º@¦NÆîêÄ¢÷”&žpD *çâB?Kc#YzÌ+™Q½¾w›»]ÇÂ) ¸OH§ÒŒm&"™Á@Èßk;ºfŽ~V3¢Ýô:¥aDõÕAÞÏI}î1âR2Êë9fôùâ$ôéM,Ù¥ÿ‚ÊÃ|…‘XÞEÔ+wPåk†Ô%‚òhB¶õï§'úÃ]ã@eÍAʘÈD¨ça[Bþó¢1G5zA»gQúdµÎ˜PF쩳œš(]¨êz„òêD×DõsDm<Œ~íhLŒOˆð’ža=v¡±ñ Ýç;ŒàÝöº ãìyƒíF®aÑÕ©Ç ÍÅôÓBﵑ¨â(ÏL¬'!ªÜ!ú–ö‡>Á Ér/Ð{.ÐåßwtÑ'¬„ÑËÓ¦"TÐzllEýˆüë,Òiª¼?²í1”¾ýHtÆE¢Ÿ¢Ÿ}Š?Àf):¨ŽŒ„ÙËdEnBýñÏ3’U „Ñæú< åù‰àƒØ˜?ß ¥#ª‹‚ØØñ„™£×ŽÃ ‘Ò »ùŽá½.VAG§X}‚Å$_T|¿W 3P[N3|›|6`lÍDˆêºDKò {ëÐÏ lNÒ9Dó"êji.I|Þ„låˆ~k#ÄâÓ”ÃT„õ0B¤Ða%(Øšðá]z•ÇL˜ã$öÐrrÙ%:—V.ûý<Ãb+;AsMØLÕ©Œl¸å Öñ®ëæFÂl ¹/?b Ô ­°Ù€:¦eb§ê“ærЍ a,D…( èÃH°†%/þßÄ=Á"aä8ŒÜå9 ñØ÷½E°Ù*ù+!2àŸ]9 ×‚„û 9Áù5„(“ò߃~ÄÆö\–&›³bt>1'GôÞ›b±¨E¢]1ìù ó316‚?aýë…j¿Š©s–JÔ/êçgèÇ•Ð~K”ÿT!¾uâÉÑ5K·C÷ŸÂÆìaí®GùL$NämеSèý.ô^ެoÑë²a]þY‰*üý„ 'ÌâÕ‰>2õÃDÔ(SäDcVÆŒb>ûÐ<íÖ(ÿbïtŽMçY¾7åu@…c\UóóTÌò,½ÃÂl6›ëv>ÇGy-F½iDÔ4~@l¦Ý6Bly‡l ‰ÚƒE+l6UÖmÍ‚ì@lÏ)¶x”ãiÔÒ›è÷)fBÊNÃŒÆEl…Ê%GX©aóyM&ÂÜ~1Ö˳XÙ°çꮨJP1„ènîFˆ íÄÒ°QSw6Jcƒò]AÌQe 5íôЬ„Õ Þrèµ;jöô°yŠÞÚO¬ˆsN¯Îç°Œaœc#¤OÄêÍBèq®„õörÎç"Ì|ÒÐõ¨ÎŠ|„„.ºç-6‹ÀO'’°˜†÷¯4ü<:uÒ1”[;3¡O;I$Z¬3vH²Þ˱V#„æÕ£Èº›å=GÉ¢ˆÝYÃBð¬@4Cí»ˆÒl`#ÌÐây;c¡"JÅÊKˆó˜þ<±‡¾Æ†H(ŸÉD»c67Gž| åçÉH˜{×›IèZ’è*¢—bý;ƒ“à]X”»ÎM˜'{£Ÿ Ã3"ÌÛÃP}¾¡|V¡ß¬:è“1(#¢‰=7‘8¶Ì"æ~}!¦â.‚¼Ey±r¼ó%LµhÄ{76îcé±âƒo™úãÊ«[%¢;w¡rò £16`!Ìû°¸YÄL˜sáçËø~òFë VºÐhÿ·=Æmu²U?+®k4eE1Åç‚Íd?°wy† Ê1›°æÞܵµc±VžÃâÊîJW6J[Ý¡Ôi„Ñ ³ØidÁK|„Yœ6!jáWïØl̇0“A÷Æ¢æŸF„kGFÇ ¶®¶ }‚r:€<è&¦:ô³ •6g"anYu2d|±&¢ÀŽØw‹°=º¿•8¶{¡{;öÑ%ü€y&6RÜ#*ï-±¦íøõaÊñaÜÁ hMô5l¥²ÔÚÌ„ÞÁ¬”ÞIVÜȳ:-Í@˜sFLG-eíœWbQ4•¨¶ªëêÉd{GÖ(Íi~B'jkÚ‰/úl*¶ÚBõúÑ™º¦ÃÞµ¦Õd&üNÆ×©’Ò>Ùþîï-U°?ŸŸÊ¯šÒUböl4®/ê{çÍX¸s¿CQü•° €!§?ßÄé¶ëI\ %=ì|Eé ­ÏèK•¤žîܵ"ÇÖž2Äu5+q¬s!Ç…¿†µl>ÎÁ”øœ†øÙ(ü¾Lìê®w„×ï÷&Z¤Úð¾s¿“¸#ÀNÜS ÿL†,ï› ]{wì=ö7;÷ ÷º`+\Beµ:÷ô[qض«ŸV¸ƒ{ޏ÷KÚïÆuíqà&®âÇã:¿'Л|âq÷ۙƶ ¸ˆ{ÝJd¶í´¥&qO’cÈ^c6AÚýÂøä¬áAÜ-%ZG„Ìj 8ÂsRœ'çCØ¿&+¹“Î÷Jž£ðO{‰×Žy’§zB´OçVìßô¾Å÷E—3Ç3Å uîÿL$ËmNç..~÷ {F¸a )Ö¢Õ¸®½WîSWžD`&<9ÆáL{´I­Û»(ìiì>²+i8Âs îéš6±‹Èq­Ã×{:™oQlÙkv²}2ö¾#vÑ2Pû3v”XÌÖU’k7mv¶(ƒhÑ™,Ø7p>„iÉŽJŽÌ8—m½¯š3uö“M·'³ež=G&ò'O|DgœB¦v>âý…Ý| ÿÝ—OœÔÆÚcÑP¥îÎÿJàü_ràüß.úsþoZáÐzå¿uþï—>ÿN5œÿK/¿ëü_A!a‘¯Î„Ñ<ê¾ë^{ ¶/ÕŠÁg xš’vès†ÈodŸ214†sÔ‡¨µÅìì»ØSõ‹¯~’Ò(å[e8ÏBnLöâçÁÍG, K]8óK›ÚZÅ,¿ ¹?ææºÝÎdÂýŨÏpÖ±ùñþÇÝ*OÎF—@ãÍ g-g_.tBÒ÷ü1ÎOŒì×Û@çʰ¹zþÁ™ºk—G¦Í1ݾeÞæÌ©MGlSOÐO/¯]vï˜B¿æ½ßÂÆz8ÈÏ•(8w*6¶Ø´ršºÅë¹-‡o/½~³þivšwÇÖ4öÊó)-‘ûL&ŽýY$x´þ–u›—Ü’](`Ÿ‰òÞ•&™çty’Ù±—Ç>Í6=4í£Â®˜m|¢·å0â.XzÛgÜîÏÍ•k èýâ øìýÚë%«¯Õ//‰.|¼â²Ï½VÅ <©ô“v)ߜ縭­o]“nUº¯ô Ndj‡‚ê†-m—ÜÛö&—ù:LÉäå/–¿ÕÞä2fÏ1žoÁ?ÅŸlpÛ÷Ý~ëþõf1©¯“´/./ɲ¨¬Þ*´Ü-£:Àöº·óœ+k‚O¨»¤'e1vÕSI¯äßx ¾keå]â·]O8 Åû±i¥yÕ£‚,áä¢më+ùƒWÏU^õìÉÕ‚Æß’ ‹4ô*Tj 6•Xáa}NöÓýUí­ |o}ë-^[ÍyÕ!-E|úâQœÜ0:‹E9)TonzÕ §'ÕK 7?é8tyaKŠTBõ>I¸% 9µãÞ¤}ƒœræž<.DhT¥<š•ùÃJL€¯I#ðwÉ>>ý•}Ü"‰þk«Y4ĶÛq¿ïÕöîðPßÜˉËséÙMc›æ4O²¾Xh¹ˆ‰WþÊ˼WøÀ>Õæ¼Xœ¤5)·¥÷îŽ_-‘hð;nÓö¨_±}KMÚ-‚pt'ƒŸiêÚtEúOQ)–'Ã$—X"=óµùü+"Ò"û9M›5~‹ûçæeïÔ%íŽuIôç‘¿ž¸W¾>¢ñ/\nÓ“nóBöyVGÜj}ŽÜ×k{jï·¿mŒDÈÆ”„]îž}§×úÒs\PM¢\&(uX8WgmÑ|¶¤|Ô™'3/«ô½="Vo°ñ¹"êMïlÖ+*|­T&•Øæ ]Õ6C$#†¯}~ì×/qoyKÉ匠›jšdIØ7e\Ø©Õ*þôm*Ä‹f˜®åï÷ÉÝ1¹‚âV7¤häÄ•é¢ã²LVw=L<šU ئå?Gßë'ö™í•¹EÔljH ·ÊíÍ=—jlÌ]RìƒÄÊí#ìÃÏx} 墛œÎ.Š+Æm+“>­œœ}ôÛï!1Iò‚zWÿùÎ"ý#²o/ÝÎPñ©ækhÎ÷ŸK »²éùÕ±|ãM`QêxÃ8åm¢wø¨âòv‹)nfòOñhÿ“âÑÍùûv²émÈT½¹Ð:\²пÿa¬jÍhëT·Å™«?OÛ©ÍŠþQ56›/@ÒâJñýñ¸BS"ßpÚ£ÖKcC}…»u¬Ë[•™j3F gò/k2{E¹ gòÖ;BÛçïþ4b®5™?öbMVOXÝ*Švxík îk'™›|.I1ö^š÷¸´Í—¿XiCñ;«Ð±ù±Ãt¦eN¦Gíw«¥aζžDS±¤â„lŸ‚ˆLabóG±\ËOí0ÎZ[‘'r[ç%Z"5T–¥ÉÙŸK>5i•ƒ£µ%y5ötáÉuåªÏÅ^ßzRÔ#mÆ7²œYðéÕ41õ†7oβVx¶Ùu)øo‰êøíåeÓ’¬˜â2¶âÒ¦ríÞ;;Ú8®?ûýèmÇÎnÇ.lÑ¿{b‡²{ÜL"K´>‘/ÛRô]—PMÎߥ:µÙ&í3”ÒÌQ¡~:ﻫÀp_A¢þ*·qnŒÊ¾xÎ<]Q[Ç!£„/D[…¥éÚ¨/yɽ.Š}ÅÅÉŠ^ Çoáž¾»Ø¥[¦ ³ºÔÁ:>£¾T…®)Ù¥™=O?|k¹á2Ïh¼Í§õNõ©v•ó¸?R_Úî……šÅu'·»Sžý=!ó+3jêïW+ . Ó±Ð÷í|±©êOaÛœ?íšE7ìpÝ.7NKXL[xò.Km¢?;|$¥Ð³çç¦o>þ7ëÍõmfbþz»L•_A _Íù¹NQ»¦£åéµ"Z×{ê¸ Kâ®ð‡UŽÑDÞôN5Á¥+>”ÄD³EÒ}"Ö¸N/Ùý ;Þ™o­Á--q#RôÕß”k­”5Z/þ}k® _—l‡û–ϘJ¥e蛕™{ Ûòd±3¸…¿³}ë¯MÜ%åž;~tÆgõ¬ vÀ„—÷ê…fr®ži­¦¿kó…å•~¶ ª-8ÔÕ賓¹n¬ll¬š*¹È =^«‘®üYL¶{öA‰|lOƧ3Þ&$gç'O¬Œw÷8öòÈK9¤,–§§½’jxÍå;…Â{¢MYüPçºÅZµn­ï?×ÚWY$æŠ(À—Áõv‚Õ«rï$÷DÇ]aûTÕëõwºð’áýˆ÷u鯱 c1½ãå¿ù™™¯„_xPvöIm­à˜S[Féü‰º’GEîªàw«“afý·íÞm=r³<ÿ£…ó½âø…Ió²î§"ïµõí~Qcüòžl”SœJâ½¹ÛY•#eTõ:S›ÖÌê놂)‘’vCâÕÏ9>, Ÿž\.oâwzuŠ«ûÏ[V߬¢¤ßµ|Èù^ú’O(ËÝvåž¶/èmÿ”µá=kæFŽßFÕ[VdÂ,­žLÊu¾át²ôÎ<ߙυûôO»:õõLkŠ~õÉçŸËá£,χTìe%ÿxÜNô;ÿ9KðJ>ÁB—ÅëÇFLì=EÚó\-“òB³Æ'£ž ̓=梌’_òÇÆž‡‹°~ë}zÎ`Xœ­äMÒn•tŒkw¨ j…-—l:N–¿—àÜy¸ìÁ2jÝwWÉÔ[%”¶Ï=K÷­©‰þøY,¬ PºwSpzïÖvËÝÄòvÎÙÇÛ-gª‡¶’àt_Kñ°†’Ú} ?ÍýøQž6~ŠV¢Þ¿ÛÌ|¾«4ndéîi·m@Ùu{#þìs¹æ¹+.¯{œ•T¼vã¶)ËÒ¸+ Êìb^úeßV̳o­s"·. !rçiôiukIÉ5Ôe!¯“b™¶= ›oØ´Ëi&*¿}rgP/zÐ9ÅéûvɵX Ù߯"­ž öyzJ)ÙF€ví=¡9º™9­û>!üZ·}dX¹6ýÒ.–ëý(®ñv õŸÜ)"»$Y<ñT3@Œ¨>-#M¶ÿÙ+÷{͹’¾éST,gÈW)võ¸ãö¯¡cU÷´X^ìª|ü–9øÂçìj^ØmZ£‹­«•öÁÆÃhœmtvÒVÙU83G‡úªõ{?eµ<UWjE‚J‚×d½¶}* }ÍɓΧ¨Z·Ú§zÒܽm®'àl³|±ÁXÅ}ÿuûMdv¶¤9ż¼hÈ íp¤‰-ôLÓܦÎè°Þ›š2r4I,ãH]X7è©3þ<Ï3’(šª“ªæ~ϵ7Ë~ÆÊŒ¢j8Q›ËWvyç“úÆç›ö¨²¢‰üOõ&lñ}àon&9ÀÉ©€Lªvÿ¤¦½›ô-±ÖUò÷ÒD¶N~{2x¶1C´%r•ß;wIDþå£ßÅç8Ä3V³2åósêéX~­ n_ÉŒb¿.ÐC”¯½YÞù|W.Ü›fzØ:ÎVŽ}C©KO"¨ÁçÊó«« ÇªÙVNÅö&ØÃnê8t™*GeplYóžT*°<õËýlÏòû´,ë´Ÿ÷’NÕwV@—¤êË_Õ@¬²?ƆŸìޱ=?_KcôÚØß“Ë§ íQ^‹hß´xõyMŸâ­ q”âï|ÿÖàB× Öt3Iªö­Ÿié’+OçÏÑ1LƵN+$pHtœ&¾ýæ—ÐónØ]8ŸÐ^ü˜ ü‘Z"Èöh]-•aý{0§ F˜V,ÞµŒã}sÁÇj5¬ùSJc-Ïܯ{Ïß…wwJÔ\\튻—’\PòdêÏy—)á…q­öP«e´Yöm+%}­Üëi&‘½/¯¸-nJ­|›‘H}é5FÌ‚»‹¾hÑJÙS·Ö– ØÚtWßy,ï¿ã$Ø Yn©0;ë–Rj©Aaý±IúKëžcÜô‘$£¢ð1ÐÃæSõV˜/¼¹é5ø²6úLXJÙ›— ¡y¢–æeýÝåÚhòƇ#U ¬·96¹IÒÙëÃNi›Ô&ÆêÝNÔï‘ÚO¸±=##å´RÔãÕÓ6^…Jiáì›ÈÑ0à3ñÂo@8»`ïJ¥[QÉ·ˆ'†vîMEôØÒ¸YœçIGå©>Gƒæ—r7 _¨¼îb½Ms*Ùß,3tö0âδ;ïêÝ_Ár›‰!pbh‰uu€vÙ+Ž‹)Y¼m5 16qˆËÙ³Qáè>F õªžwêRjÞÍîª#¬®ùg6œýQf|ÝÒÇd]wlËæ¿3 5f^’f”`}Ïöžø}º¢!ï3ÅŽpL–Ïpud˨Æ0ù*Ѹ~é{`TÕj9µÝÕÒ÷ÒÞÇ‘ÖÓj&uÉ_6Õžw|kñrk–Hpú¡åXt}á]Ӥ禀Ǥµ©>—g­×ŒŠK{±?Ú?s9êZª—ÿ;îÏÝÔÝé?¸6ËÐ] Š•¿Ob¥¿Û¨&Úñ}55®½;—ujúÍÙÁÊoÅäV½¶ƒÎϯêÜÍœÈ1JþÌü3i "<þ<ò{°½K;D ¼z¥€Gu×rF\~V‹ee~UÝÓ7ì2'©hkJ”|ôº&í5t×Ú§Ú“©;Ú´.âŽewLSÿî–>—1éÇ=ÉæéHÆÏÒèçyÍÌšã×ýT7+ô†gÇÄ>ÕžR"¹€ì>ÍîjÝØæÐä£Öxškaƒ¦ï•’‰ï OAõÛ+]ß®&ÕåÙî=áªfÓªÜÞªC[ä¦L-R&ÓÑž÷ï¤Þ¸jÇŒ?µZÿä«chb[ê{gJ¹]Uc€µr€O3®Jh}£æ¯úæÖ¨8±ßÜn÷ªC Ì®ob|©>ÊÓ)¨Çë¿7éû˜Å»¢Zö×>õZеbàÑŽòÊËÉTý™Z¸´¢X’W‹dLZä†s¥Ü ¦l•¥ã:]É)gݺåÄ”mËNîí¯£_5ñ^)äý,ÝìsûüI‚ÉÉe·œ”IæZ®27éó¾ç|M9Þ èøÛ~Ó|ZEå½4›>Yžrê”nuónX÷£N®¯5cª-îÉo& p÷õ6CÅy:†æQ;m‡}ž®Œ*ãä2âzÙÑÎŒ3F_P·‚üå? É/FT,Ó•Û$ÛŒ9ŒlÚi29šHö\'6 Uýì£K‰K·—û¯Nì [é¥õç÷j¯Á«dMWSL÷}W7;ÜYÃæÝóúTÎW:{RÚ:v»Ý¼-=•juÙ~ ­Bç ’Ž¾‚#þ3æ3¾KóÞdäÅmªíXÌI³Îh{j\效Ùãý±ùVW£vhËlùu¤ëë4BÕPqgNãÕ†‡­2Ó5kÃ)åSã¦.)Õ°ä{ÏÙ´¬»W›ìçp+[&Õ±Ùšr¡Îù5Ä÷òΊÙ(Ýïñš‘ (Ån·õþc?ãQì»yyf{¥Í‡ÿÏÅ{#ƒ¼ÃWèôe0‹ŽQz!®õM᪑ܱónù3+“Ýr%_r¹íÊÝd]ͼ. ”Åy9íxp–;{9]9¦ ÑÝ æq›ëþåKº‹3°ãêì¹Ïá ƒ.ÜÐô£Kÿof;Á/ÙœC¸Õ³óBI<>ÉR›ææ‹luÈya®Íž®±²T1×—“¸sk“7ñÎV€«qnq”„Äëç2Š[–QÛ{“ ÝŽÌV«<û&A¿£Ÿ’ÎŽæºö¾{qåX>ž±UœhøÜßcåÃû3öìÌ_·Rêá8„¸Zž°Rý¥Srѳì»Sãj¹¿ÙÃ2Gû áÚù®•Òº”kØE“ñf©ƒ&½=‚³ámŸ0÷}N¿»CW·nxö 5Ä–NVo¥jçr(ÙåÎJLßò«²Ôy™ ÍÚF¼Ó÷GDuÃÓiÏì^.§ãi!èly¯oT|¹©‘Û)ý´M¦¢ÊXØvðºbìëïÜ“&öJ×¼ól¿e›äê§=|Yu&t=Q×m$ñEÕZ‡“~5^¨÷¹ —\˜P•Åe½¯~à^c©ÍÞ>Ñ5þ¥ÊXG·4TJïåD×ÕnÑΉ½È7/->Y‡­uø ¾ûê°º%5W\e­Kù>‘±‚¶ˆs~]ßí*…Ýè|¯mÔŽ¬åîp¥z†¼;sÇVÅüÿlHO‰÷d'ÿ¸5#çYQݪ«ûèš|ÎV·ý#w+‡PÛæûÎM¹ð6;6_ÿ¼cBç§ÿ¾ÙŒhm3ß++¬^ÿyµ[ÊÉimÍÞg}ˆ%XôKߥùŒE„ÛÅ9j½?Û\v¤ÔØa0Fo+ý'JØÝmÓ]jy+ž~Û-‘åÎ/žN*æ,Yº$¯8Îó]V®ÙÛ²J…NÕnK—ó†E £÷œ› عîéír¾s_®—l¦GÊí^ûçeÖ«¶¼=.¬áMòIO²Àñò!>Þa~ªùo…ÿqîñ:ÓXC”÷–úŸšÂZ7nß¹Q¤"¸“Ó@,pXQ³ñÊSµ:a5¸ëêÛÀ­Ug…4š0èû¤½úìSÝ“’ÿ{„™ãïT7ÿžçf¶ì–½D-\æNF|ö—[1Q~Ú/眶ª‡ÄgGï°;¦ÉrMÙ«±m’ü¿çúóZíßyuþ©|¤±Õy?gñ°}åÓgÙÄžñ©î‹uikÒ6i4«ë‚v;—…un˜"óÒ¯ÞçAM+9#J*vûÙ»§%ûõ÷c,%ÏYN#çKÝŠ"ÎÌÇG •¸Ùýȹ2 ×RÛ{SFù¸gRÿtØœWuÁ€4®‹̼z<>“cÉ+ãÕ–½uzD01~Z‹ÇkVuaigj꣉ÿÈ{)<„‚ ×3Ðê|9žœnÖsPlC@xZà0ѰHuÓÔq/Xú×›OiýÍþƒï—»ª(†ww«è\Ü8a¾±S”ÍÑáù5)t48’ÐúsÑ©¶±ù'j®ÍÝ›qîLèT»Ø.·p­äafìxÒwÒêù]…Eƒ¸Y×·Ñòt\ª*|I^Äzu@!ÙÀ[ûW@êtG×s9+÷ÂÀö*¡Í6Û$qI‚±½ÁÏ ý1ÊoBG‡T¦œ•©Tò]Chë5yó;ïY©ÙÛrž¾š^DµpZò×ÅSç½—BjÊXg/_½\^`¨ô¬=?ZUüe/0ê¼cÁQù%»&ýYùdc‡–áÓ¹[Úw5$''è´”r3^jªÙUôšr*:µO;ól„Òý)¿–¼žZZÝí*ôHþe*­f04þÍö w’Ò¿ñ´IõÐ^¬µt¥M³žyÈ_5*MÉ}Y£D¯èè:n‹Šfÿ­£ÏŽn˜HðFZ…mB'µ–ÝÎÔH^r¿XTùÊ”ó_õÛîÝ=Ù©Õì3ñ3ay4;“m ¹¶9ýÜtµ¯ª²·ŠW]˜°B¢‹qü0RWÀ©ì7ÎSzºï¼?Kß2ïŸôfÿšôµ¸“§%oho?RŽMDª·«[òDôbdµc¤/¯Ë(¿¶{»j®.–H·å䙨¦úô!ÑWsãº~ËU1pEõ‘Ú O¼yBO7»%3ýã¨áÕ#ýQIÇìÏŒI0k«Õ1%Ãm+ý­¥è“o{dLV×]|ö‡§ˆÓ,‹Ï)þ8uDq®§9üă§oÐ>ŠîÔqP$åÎ¬Š“ü¶PýÁ´anY'8i)eíÖ ƒ'þoúgü2tsÝÎÊV™QUӪɌ3ÝŠÞ¿žnÆþu§—/ü–ÓbWÒãÑBéfwµˆÉM&dø«–CÓâÃy+Ñê=wó±ÓÉJ­”Èžá4CúÓìYœ[Jý…ÆÌÖZnW ܦÕËŽ©l9 _§ý¢©r¦;Râj\üåêDz?Ÿ>|Å!&$?½lb—ÿ‹H;ßÏáÁº6üòƒ‰Ëù :ÿ•‘:òÿƒªKÿvþ~ò º)æt·ÅòX%òú?¿ ;¦ó˜Â.€¬Þ›â¨ÎǦû'ÂÔ_”ÈïQû ¼È—“ÆÂÊv×(3ÚcŸ*hk=<ÛÂ\xªY¹êÊw‘=L¤÷æ‰ËMŸÜtóJkž3ò2¶;¿5ççW½6¢ÜTâê…cTý¯ ]ËÞ)Ò‡Çs¯ñeÃ'Ì•o‘&ÍŸÙ[·¿@ \/¨ÎÍ{(ïz¤éZ˜ÈÚ§¡‘®3étOy^ÑÓRúÐtôd£Ëª–NVoQ`9Ã{Ë÷õ• :–ÒÜLÂQÅs^7¯[§\ì)~®È¥œ $~¸uV0\@“ùjÛA È\DðÓÝHgáí­(M Èã6›üY3ÃFF—T©þÁÓºA3Ié| ,.E7À†5Õ_©CB„D~«Wä¿|7ñÃæ£ eÁ§/E t™c¢?|RâçOä‹JoW©C¹^”)ð6(½‚_BöÁÛ§b¿¦ž*k‡ #šŸ‚ƒú¦ ÜŠ OuY¾ +gèFU( Zj7x#cG?Ú–Šð?šÒÎ;þñåöµþ(Z*Z–iÚ_¶WÍ•°î!=ÎFrÏ7ŠÙêEÝÓ%GOÀ?gDñ¦_éºsu\Kl<‘¢Þ«|‹ß–6/]*8y2ŸÖ~Ž'·ûqKhà…Ý^ýU}ʺ¡ÉÛºªš;¥’ÜXÂg-Z&À+a ˜ô°¼ÂôyBÈ‹/·öØt?²÷¦†ªDÞD>m?åóVjlÔ[‹elRúÈϼleþI…ªïxp 7‹æqù¶%µ·hèZd ._Pà_Ͻ”âõ¹è"ªÉ¸&6½WS‚¸ÎåãLWÓ¬¾ë°WQc»ªPü¨ø`l©rå1FÆAÑ/…B aÎ'ÿdø æ['/ÈnÊ-–^ܬø{å¾s*繦ÔÕîò—RåÂŒáuíèÜðË&ö'ŸtôÇ‘·Å½«ÞI®©ö WJÚàm±ü>äÀÙœŸ:a;ú¤†éÂFY_ñïü„@ñtbZ‹l†%ˆd^/ô³Ê]+Éœi2r—OºvùÉ$Ä­Ú[wìvG]’‡~¤œæÙ“Ô}Ë+“=ñþÖY?Bødˆç!Û¥Jù”ãCÅ +xë/Q‹­JÆn³…—«ŒctFŽMËxç¸äLÛd£tÞ~hìD íñ`¹4/÷™åg½µævç­Úb={îLý/=*ç¿Æ'O1&=;áÉÿ·ùÇð­‘'K îz¦ù§û[†êüü sÉ#&\…jߌLüŸ„‘ËåŠ|*¢9ã0fR%*&qFbîǃ ™œ—{‰±rvjÃFÕã‘¿ž¶QÊøÝ@¿@U-NX:)¬00°ÆÛèܸœVonnëÉ@¶¥}æóß•›<ÜËQÛ,ËËWÍ'#yÆBÍ ö¡!¿í`îG¡&®g‘3>¬dTÖ›…ù–•;O ¾z—p±š\¤¬ly­R0]ÔF1W•‘ÝùÐ…§*õá–øçÃæ “ü¾«ú¨]×·Y  ôß_zBÊzá‡%MZ;H,¬Ìxøþ»¶|kën™ âTר?G¼ä5´¥eö/< ±DȾô0âëða§BšWÿ~kÜÚðzramáŸØ•&Ï6„âå®&?T:zظ‡MÔdT{ZéÊ⪜Ú7ɇ‡+L>¨2K‡5Ö vÔ ìœþ'0èû’Ô›û½\þ Ç(Øá‹úî§ìSŽvü³ &þîïq¦ÿlæõž‡tï{¥m{ò®,¶ì~ûº£yäð qg¿ñç=Œ_DrÚéÜõÖNmÿGf¬ÒnÿhÅá±Uê?r$ñ\YÔH0º³×¸!­åy²Ð<„Wü ^eVG\È#M¦=\ÍÐÉ%„• äú¾öí%‰Ö+–ËS]¹û®ÛQçKjTëRæö ’5<ëÿý˃v´:]ÄS_Îð–ܹŒC؜ڡU?£˜UñÝÃhâýYM ‡Ãz…Ëç4)5Yœ1·?övþ¼ï^NR}S¸¿È•‡ %ÕVËmG‡«ÞqS7¬Ò©>˜ºÚþS·Ìέ5Ðæ¸í÷zå˜.@¹Í¶²èµ’­SþÊfM€Zåãø J~ieôçÇN½}`ÏóJ³@‹AciÃóãf ¢5oFœj‰ ­ÌïØçwsÖ´Tkƒ”|&Æú¶Š÷ê´HRùíõ'y¾œ_ý¬¥ö^l]Þz[4ɾ3F î®ï™ÍÞ®0èVmò 3u15Jri‘pL’n h øÖ?’Í]aø"AK¡Î·'f+w ‹ÓÆá¾fÜìîõË—ÉæCœ¸ôWGïëq‰ö‰4ó´GÙŽ}»}SþgŒ¸6…«K1¨·ðúêFWkƒË§@Ò7ÿ³ ß>È̵Gw}Õù^z d8°ËHÌ îsyó¤ô.s¸ö¤Ÿù€Å±{—Rú§ÓƒéÎIÒšžEË÷kì¬ÔSX|uõÙz=ÀM9\Ø\áPGE›ò ÐD–Ï·Ør -hP¢‰¿œnÇAyî[‹«I[Ê#‘ —ÅL äuøÅç2C©Ôç¹b¦[{ˆŒÅ¸NLU¾ÒüY‘¹9Aç«ÊW& 燫]}ÌubŸýµ"Â]}-ýM1uÞä ÄF>ÜAT‡¸í°kl{ÚßvMécÝß·IlÙayÕy5wUgÝB,‡ ¯áºz»ÕÅÛ2߆^óæ/ªv=—ñŸ›|nU¶´í³Æ5Û ±¥ömȾöáhÈõƒ!¡`÷ÚRûœ¶]t¸h«¤bkãÀÿlÆk¯B [QævÙ"Aš:¹Ì¸t psƒ•bì—„Ç}„EçÙ· œgŸé4‡Z^z”°¸¤å™õA?Á¯_[­½öóU·F}QÖ1*ÙKÖrRGdó¶Ü½²ë/-»,êDÇéDÇÄÆÅÆKÕ£X•|§²®œ(Ú2ýC0 b…Sܸaÿ ´´¡`c}Ÿ`ÖöZ‹}]åJE-¿ýº‘æÉ-×çÝ]gæÂh$déÎ)¡©Zj£×tßDp¥¯ümýÚžæºÃ'IÏÑÐqÜ=¥Òoì§ï¾¹˜é¼nå$¯Õ꼌øëNàýóîö´@8]=Ý«µÄ¨çq¯æV8zF=û¸äŽ Ÿ%Ü9”o(—ïVÔ~í¡/fZòÔ±|%­È21~>jkc3þõ{o÷ÊqËÕ–{·?ì¥QÛü|»a²5ºûÐ[ŒìEm^Áj¶ä%×jŒñǽ{©ÜTãR}éQ~ïyß³0¶¾¶›9ׯiŠçÉž±y¼jä~93J*Wý­Ù'û¿©Õmçô¬úû”wš´ƒ¿p°·¥moóÕ¾­•–æÛYdÌUŒ.ý³½’=ú»û{䟃'åŸþÍF^ä&õ÷(]÷ó w« ›ú}iÎ<ƒ@ÞÎ\_§ŠQ¬©àª>p¯5û(¦†Þû‡ÑÕÊÚÝÃo´Ë?>î-¿»%E){Àâ³|Ìö›ö¼5¶¸¨ˆÔýÝ<Šøª‡ˆ1˜6wHT·‡Hê}á³®ê-´iï([ßMÝ›RÖïúb3½(Þ9¿jºÒ¾Ær¾4̶¿¿_}-3pý¼°à+¿6VPój¤®¾%á¢^À<‡†p–ãmÌf–~qUMi¼a×x‡žíϸ‚ŒÚlOž#9ÝÛkçz†úCeüö_>U³ží{s¶)$ûf;cìÞó¿¯øv"Ü¥Y¢¨J8»«Ú'ÆØvê8´ºÌ6 . x+¦µfj©‡Ýøß„¶ºžY½è˜¶-(V.¨UH“aŽR¢ÔËŽgåjðLï§¹á–ìåé‚»æýêë6EU]M#ÞC c¹Ù‹ …‰SóYÇYû¹ •™®]·œ)KØÉ¿Ž²H¹ÍìutŸÉ|î}&ÄW'­ßbÄrù§÷Ü…„—ë³W…Yx/cÙº?ƒŘgך÷[ -Ï!V@ŸC˜úÃ?ÒyàÕÃç;ҨͳUµ:ruÆû†­·* ž¨,ô,õ±ê¾y&¢=äÎVû÷\ûýÛí©q°ÛúÆÁ\-4ð<¶&³Ó#vðø°]µáS²¯ñÏäì!»’=½²ø9ísÚá´¾´KõÏÑ_™?DzÂaš0C˜%Ìæ „EÂ_Âa™°BX%¬Ö „MÂa›°CØ%ìö D p È€£9@PÇ*€ Ž´@œF€ 8 0,+p `Ø€à¸à4pàø~@„€³€0 ˆb€8 Hç 0€(€8 H2Ày@.K€< \%@P®ª€pP4€k€& h×@Ðnú€`Æ€ ` ÜÌ€[€9`XV€5p°l;Àp'àà Ü\€{€+฀'àx>€/àø÷ÀC x<'ÀS B€P "€g@$ðˆ¢ ˆâ H’ H^/t È^Y@6ðÈr< ( "à ðx%@)P”@%PTï ¨>z h>M@3ðø´­@ÐtÀW  èz€^ è€Aà0 ß`~?_Àoà0L“À0 ̳À0,‹À_` XV€U` X6€M` Øv€]`؈ x$ÉÀ£ 9HR‚Ç@*¤ƒ´ Hž@F < 2ƒ, +x dÙAä¹Að4xäù@~P…À³ 0(Š‚b 8(J‚ç@€ 0ˆ€(ˆ8(Jƒ2àyP”/€ÁK <¨^A%PT¯€ª xT5Àk &¨jƒ×APÔo€ú hÆ  h ÞÍÀ[ 9hZ‚V 5x´mA;ÐtA'ðè Þ]À{ +躃 'èzƒ> /èúƒ÷ÁàC0|>Á'àS0 CÀP0 #Àg`$øŒ£Á0ŒãÁ0L“Á0L_€/Át0Ì_Y`6øÌsÁ<0, Á"ð ø|ƒ%`)X–ƒ`%XVƒïÁ°¬?€Áz°l?M`3øü¶€­`Øv€àW° ì{À^°ìÀAð8ƒßÁp€?Á_àoð8N€“à8 ΀³à8.€‹à_p \WÀUp \7ÀMp ÜwÀ]p܉ t"…È £9DQBÇ *ˆ¢ŽC´D€ Fˆ : 1C,+t bƒØ!ˆ₸!è4tâ…ø ~H„„ ³0$‰Bb8$IBç @ A0„@(„A8$IC2ÐyH’ƒ.@¡K<¤]†!%HR®@ªtR‡4 k&¤iC×!HÒƒn@údAÆ d ݄̠[9dYBV5t²l!;Èr€!'èä Ý…\ {+ä¹C'äyC>/äùC÷¡ÐC(z=†¡'ÐS( †B P( ‡" gP$ôŠ‚¢¡(Šƒâ¡(J‚’¡(Jƒ^@/¡t(Ê„^AYP6ôÊr¡<(*€ ¡"è ôzC%P)T•CP%TUCªƒ>@¡z¨j„>AMP3ôúµ@­PÔu@ÐW¨ ê†z ^¨ê‡ Aè4 Cß¡hƒ~@?¡_Ðoè4M@“Ð4 Í@³Ð4-@‹Ð_h Z†V Uh Z‡6 Mh Ú†v ]hÚ‡ˆ |&…Éà£09LSÂÇ`*˜¦Ã´0LŸ€`F˜ > 3Ã,0+| fƒÙa˜悹aø4|æ…ù`~X„…à³°0,‹Âb°8,KÂç` À Á0ŒÀ(ŒÁ8,KÃ2ðyX–ƒ/ÀáK°<¬_†a%XV¯Àª°|V‡5àk°&¬kÃ×aXÖƒoÀú°lÁư l ß„Íà[°9l[ÂV°5|¶ma;Øv€a'øì ß…]à{°+ì»Ã°'ì{Ã>°/ìûÃ÷áðC8~?†á'ðS8†CàP8 ‡#àgp$üŽ‚£á8Žƒãá8N‚“á8Nƒ_À/át8΄_ÁYp6üÎsá<8.€ á"ø ü~Ã%0#‰p’ÀL`!°NØì'‹ÀMà!œ&œ!ðøü‚ Aˆp– L!ˆÄâ„R¸î{á>¸€áoð< ‡GàQx þÿ„Á¿á?ð8<OÂSð4<ÏÂsð<¼/Âá%x^Wá5xÞ€7á-xÞwá=x&Â$È„!CŽ"äB‰C¨j„9ŽÐ"t=ra@&ä$ÂŒ° ¬È)„ aG8N„ áFxÓÈ„áCøDBÎ"ˆ"Šˆ!âˆ"‰œC€€„À‚ †àˆ"È çYD¹€\D.!òˆrQD”eD¹‚¨"jÈUDÑ@®!šˆ¢\Gt]D¹è#ˆ!b„#&ˆ)r1Cn!æˆb‰X!ÖÈmıEì{ÄqDœ;ˆ3rqAî!®ˆâŽx žˆâø ¾ˆâÜG ‘äò Dž O‘ $ AB‘0$‰@ž!‘Ès$ ‰FbX$‰GD$ IFRT$ y¼DÒ‘ $y…d!ÙÈk$ÉEò|¤)DŠ7È[äRŒ” ¥HRŽT •HR¼GjZ¤ù€|Dꑤù„4!ÍÈgä Ò‚´"mH;Òt"_‘.¤éAz‘>¤@‘oÈ2Œ|GFQd ùüD~!¿‘?È82L"SÈ42ƒÌ"sÈ<²€,"‘%dYAV‘5dÙ@6‘-dÙAv‘=d!"$è”%C¢ä(J‰C©Pj”=ŽÒ¢t(=ze@Q&ô$ÊŒ² ¬è)” eG9PN” åFyÐÓè”åCùQTBϢ¨*ŠŠ¡â¨*‰žC (€‚(„Â(‚¢(†â¨*Ê çQYT½€^D/¡ò¨zUD•PeT½‚ª¢jèUTÕ@¯¡š¨ª^GuP]T½ê£¨!j„£&¨)z5Co¡æ¨j‰Z¡ÖèmÔµEíP{ÔuDÐ;¨3zuAï¡®¨êŽz ž¨êú ¾¨êÞG Ñôú DŸ OÑ 4 ACÑ04@Ÿ¡‘èsôàåAcÑ84M@Ñ$4MASÑ4ôúMG3ÐLôš…f£¯Ñ4ÍCóÑ´-Bß oÑwh1Z‚–¢eh9ZV¢Uh5ú­AkÑ:ôú­GÐFôÚ„6£ŸÑ/h ÚŠ¶¡íhÚ‰~E»Ðn´íEûÐ~tD¿¡Cè0úAGÑ1ôúý…þFÿ ãè:‰N¡Óè :‹Î¡ó躈þE—Ðet]E×ÐutÝD·ÐmtÝE÷Ð}”ˆ’`G0RŒ ;Š‘c%v £Â¨1ì8F‹ÑaôØ Œcʰ“3Æ‚±b§06ŒãÀ81.ŒãÁNcg0^ŒãÇ0AL;‹ c"˜(&†‰c˜$v#`bc†b†cR˜4&ƒÇd19ìv»„Éc ØeLS”1ì ¦Š©aW1uL»†ibZ˜6vÓÁt1=ì¦`†˜fŒ™`¦ØMÌ »…™c˜%f…Yc·1̳Ãì1ÌsÂî`ÎØ]Ì»‡¹bn˜;æyb^˜7æƒùb~˜?v{€=İGØc,{‚=Å‚°`, Űp,{†Ebϱ(,‹Áb±8,KÀ±$,KÁR±4ìöKÇ2°Lì–…ec¯±,ËÃò±¬+ÂÞ`o±wX1V‚•beX9VUbUX5ö«Áj±:ìö«Ç°FìÖ„5cŸ±/X ÖŠµaíXÖ‰}ź°n¬ëÅú°~lľaCØ0öÁF±1ìöû…ýÆþ`ãØ6‰MaÓØ 6‹ÍaóØ¶ˆýÅ–°el[ÅÖ°ulÛͰmlÛÅö°}Œˆ‘àGpRœ ?Š“ã8%~ §Â©qü8N‹Óáôø œgÄ™ð“83΂³â§p6œçÀ9q.œçÁOãgp^œçÇpA\?‹ ã"¸(.†‹ã¸$~'àâãŽâŽãR¸4.ƒŸÇeq9ü~¿„Ëã øe\W•qü ®Š«áWqu\¿†kâZ¸6~×Áuq=ü®à†¸nŒ›à¦øMÜ ¿…›ã¸%n…[ã·qÜ·ÃíqÜwÂïàÎø]Ü¿‡»ân¸;î{â^¸7îƒûâ~¸?~€?ÄðGøc<‚?Ńð`<ÅÃðp<†GâÏñ(<Ácñ8<OÀñ$<OÁSñ4üþOÇ3ðLüž…gã¯ñ<ÏÃóñ¼/Âßàoñwx1^‚—âex9^WâUx5þ¯Ákñ:üþ¯ÇðFüÞ„7ãŸñ/x ÞŠ·áíxމŻðn¼ïÅûð~|Ä¿áCø0þÁGñ1üþÿ…ÿÆÿàãø>‰OáÓø >‹Ïáóø¾ˆÿÅ—ðe|_Å×ðu|ßÄ·ðm|ßÅ÷ð}œˆ“H‘"•"“:*E.E!E)uLŠJŠZŠF긭½Ô ))F)&©“RÌR,R¬R§¤Ø¤Ø¥8¤8¥¸¤¸¥þ…í¿Ó§ÿNÿÿJÿ÷#/þïb0’ü—Þþ…ñÿŠÂøç/ü ‡ñß#0þ¿‰ñ@ÊGþ‹ñ…ÅHBB$ãìîä rÒƒ½-ËQ22²£G·IŽ2“SPPP”,Ièi‰w©©©©ŽQRRù1œ8AGKC}Œ’ü()Õáù{ll¬,L ôÇ©i‹®ü¼gx8Ù˜hiJnIqA^ÎSLt$GþéÐ墬4 ˆ ð°¡ !;¬ÐT¿rY•â9Åpü9éa?.æ¦×Õä¥$¸˜é©)Ž^êëâdcvC]ãec ¡¤$#?$|èçîdqCMäd¢=$ó~àåtëúeT„‡…ŽŠœ„â,1&,ÀÝÆàŠ´øÖ$¤ÿÜyFJLˆŸ“©†ì9>¶äGùvÉÉH|öÐå–Ö?õa•_Avjôc7KmyP€ý°-7¹/cŸzXëÈC¥€wyqAžÖ: ;ãAÅýâüŒø`¯Ûº$ÄÿØèK 2B¼lt/ÿ{û_nÉÿ’›Âÿ¨`ü—dIØJþ§ÔØåü?Ç…–ú?á‚Ö-—‡Ï3r Þ¼+..9 1(.~÷¦à߇ôõ‰S¼’²ê&N¾ÁÑ)Ù9yùù‡Äùùy9Ùÿ¦Ôd$dÔô¬gÄ¥¯ظ„E'¦¾ÈÈÈÈ< 7ÌÈx™ú_ÕêÈrr*:ôòõ[N^!Ï¢cãâãiããb£ÿOzIFyŒ–‰SS»aáäî÷ðñÓ àZ£à §ÿM«ᛎÒ0°ñŠ¡òê7Ìlœ\Ü<<=½i===Üþ‹YPÓ3s HJÉ«]705·´¶¾msHuÛÚÚò¿ɑ㠧x„$QÙËWÔ5µutttéH´ÿÝÉi™ØxÄTZö¢¼¼‚¡þ+ÈËÿ§ 3Ñ‘‘“PRÓ1âä—$‡&q ü—Ù!';JJz”„–™“ç /¿€€€à… ɺ JÊãô L,¬llìì‡s“ý_.å8Å1jZº'-ëÿ¼í‘#¤dGÉ)(QQ“:š[GþÃE¡"=rôß¼ØÑ£T¤dd‡¾Ïš„”á'dCNÂø$a9؇*Óÿަ¾ùO{†9þ4+¯ó)™i-ÝP“NÓ{Ÿc"k<ÎN“àw4‘R˜ž–ôX<­;“ô ²^jRFr&›â•·tþ…ŽÞ™”rQЊ韶. 1Ügäc4§M¦£;špŒ’ʼnPÚ’ØÓõ“¹FýœfüTÕ#G<¨?Rˆ¶©§k!‘º(^“@bELR$ZÇÉŠE®»L±$hB’IÂÝc”f%å!’°3Ô$ŠQRÿ4Iá‹ SxÞ?ÖKáíÉ'.ò (‘œb袰 ¦w`d¥rΜútö(] ɰÕC¦‘c $ßHEî8qÛr>eœgð&-ó‘¡P`$!z”O×ÈüÞE}:e†ÿ\£$j~9`ƒ¥žÚažbЇñ(Å]ï£ã½&bZü}xHˆž2¥-&™8m­Vð5rÎTGj¯W'†õNøÛŠôD"JÇh ý‘à'ª+b_Ž÷Ü•¢a9ÇÂ=s"÷4Íq†+ƒ¤(^°ªÉË”øæÌ˜ErÒ§”Tžär/1å ±2I‚ƒHêäϸEê@¿ØBA:AúèôØÓ›2T€/Å.‘ºòpœÚîËtÊ<÷KUTØ9š@ÒìÑ©XUóQ*êzÒ¼c¤ì4EðÒG$̤6—:ÿì½XTÛû?ºg†aèQETlÄDvw¶¢Øbw**‚ vvcww'O˜œó=ßßÿþî½ÏsÏšfïµÞý®µ>o¬÷]ðŒˆc+èÖ2ä¢981œ4ôö¯aL6Ý2¼u×µ¾ç8¨4R™âúÀ¶£ÙFßÉ)Üë´!ÁäjŠ"LéKQBÖÆ”Œ8,ph9=Ç éû;íÒwѧ…[èw®Ò/uè´8 Ò25é|Óu¸§5`™,}«šö󜆙½Œ¡±¡ÀTÅt)ïytlÝæc†ÛIž-ç›@OÓI¿Ž¯¼ à ¡®îÎó] Ÿ cMÅ^׬ ±…{ÀBץΠúÙúý´{Ô{=|4…¹¡¶Q­ÑÖG,b9ê ç;ì?fî¯/Uï­ÏSaÁþÑÊåbÛ ×Ó>¹¶Œ#eLvŽ ì0Ò°©e3g³ÑÒÑèï O›sÂ}í/ï ýÃjÙ Fê?8Ý´è D{Î0n¶ã±ÂÕßóÌsÔ9OvNæúܱ¶sørÎéÓ¡yzfþ]º‚³Á\Íx˜´ÃðÐðÙÔÁtË÷¢ë‚¯€Ž/M"°Îy¥³Ù}£ä›aÛËL¥¹•×cž§Œ pÛ–6ú*]ôE;ùµ_Øé˜ÜбÔW.GJƒ»ÍtŸa£Œéâ1ã뫌¯ÝrŽzTª †vKëˆ3\Œ»É"êI‰Î†z×®{=ÃÚ®Ò­¾üm‹RNf8ì­×¼×c°aޱnéЗUážþöCœOûÕwM¶ßfqÓª¯×:û#À%Ã^û=žl7I†Žî5 ˜ù•1©4Uó‡õµJÝlšsrÐ#cc½ÁXÃÙÅ”Ì\7K¿8 ÏÖ/õȘi¸ÇŠø}cKl»t­ßËÕ5Ù3X?D×Ê,zë½\/ï˜s}¹©/ê涃 ím&àé$ÐÜ´tÜä~àªÛ:ž(Ûñw¢£Ìg#]«5 ©ú@Çó†ûÚ&£qvÝ.Š+n;Ô±Ørx3ÝÕV7P_䲨”(î·õÛ]Ù¯÷Pì7ë¯Bm‹]Ž„œq]Ã.3n±:k® ´/ Ô—-íl×ÌóÏNœ^û€gúNþ–'œ9]u™ç:u`çHà°¢?lîç\888îºÚ%Âá°Û¥£ÞÙfî}pΫZ˜ÈÒÄg•ÿ £…ý.d‹ZÚmõ7{ž±õ 7;¹¶mÐÊ>ÇÞQѰ¶—ð2uû〧ú}†< Ë".´þÊèµÜ4ší[X'ÌÞ.7œ ¦ú./ Í€ Ä<ÅÌ$YýÛ§ƒÁ¾¦EóZ» É¿šéœ+UÛöŠQ°¯g¸ìänï<×cÌzà’žs±7|p¼¯ÜòÜmÜl¸êÖå„[‘©qÝÆ.v#î;Ãî½ÍÀÓ$ÇÖO1}'c°ÞÍyCà2/·Ívã×.»ýMM±®;­«h[KßÇ ޵¼ŠÍsf“†=f ¸h™hWÈ ó0ŸÃºk@€©Ø~½r.2†;ðzb?Ó¹6pÆç~70X?T?Ó¸Ë>Ëû­Í~«Rû^â8Î}–¾§ž12÷õv³1SõÝl{Û/òŸg;ÁSóÚFßȾiãñááhý—é]w²JU<ÀôÎæ®1ôþƒ…q‹9Ǿ’žµ¤?á)Û~ruðx¼tFL°K‚‰w9îZÎ{þ²=j(M,Ü:é;·n`{Éõ–ïGÓ2çíæQ]Üq ¾¡ßówwô£òr%:¿Áo Ž'ÍšK#sm`0˹H>Ø>Nbu}ǘMú†vV7|z¹Fúp¼m\tÖ˜X—u?êèlûÉ ½lY]ç]î£÷î3E–ä‹Qúƒ¶^@sç~ž5ÃÛùo\'ÍÃðÁü˜œàWÕi%a¿FÏ—ÑOÎ-«Œk쌉zs'Ÿ ó —m;úêV6S Ó|òmËÛ<µò޳pÛ•qkfnæž Ov~jŸh˜gNˆ~îß½ÄñÙÓ ý9ßÛÆ“FÌP ôÁø×êýLý’[:7ì±hi¾«'\p¯=ÀÇ3ŽÝÌw€ÃŽÓøäˆØÞ5ëì¶5qNm–Ú–ÇGÛ;99ൻ§}'¿D{ÁäaçøÎ»cˆ•w%ÏKžF×XsE·u>+\v””xgéç‘=Ö—”8N,v3õÃŒ´ê/±ºˆ{®í@ç€äÕíK§<ÒVõÚéßɼÍþ˜wOƒ‡ã¨}%%Fí/¡Ow¿l²f¼o—R¢' } îæýîŒÞA¡Þ{}bÝʹ_0>NîåçåiÑä­Î2êhˆëÆ‚R_hL0ì=ÏØ§Ú@ =mðzôÁúLç#€ ô²j.ghdëcl>ý–C…ß/)Y±ä¢¿í×x«Náïï½:–L\ihcU±ÁM3ëÒ(dáÏYæøÒ¸°ÄPå…E¿cÊÅPÛ­OV;\\¡Î®l¯}§¤ *{Y¢PÜdöU]ÏOª•Û´æ½—gË_m’3eÊî6}ï.XÜÊlÐ9¢-<ž—U>çI~N£åÆÈkDÌßÐag‹‰Í*¸Ä-:žV~˘§·?óÀ®Sˆ×ûåy™-P†¤ÜÛû~ÅžõÞòú«ÛL^<{öBŽ÷»Õ³Iö‡å\Û7ÛNlì_wV¶e ‡+0uµŸÅ!çASLž4y$™?·Ï…ƒQn1R†ëFAÛ”ri¥ûÝl§ÑI±»ÇQGâc{'=ì$\9NZ1`• ½Ýú¯™ý!¾^Ëñ`ægsÎÖzߥ†åŒ ™ÕLΩŸ¸ºÙ†x¯'üxÓ ?q¢s÷ižXÐ¤í¹­Mk»†5ÝTgÖÜs€u˜ýõI¦Œôr™hM%9½Óµ}íÒâ„°Ì„gó7lõ hò²ËÑíáþ‘çß­wœæ¶Æz±ï!vÿå•~Z*‡ê͹°' ÝÅäeúg5¼ø~­Ûõ·¯,RßË·N:O¶{²uˆoìÓxÌ5o?qyÚw’9«Bl@ÌmaŶ֭dwe¢õµ¤†•‘ˆ¡EÙE;]¤·‹žœšf=.5`H¿¶qœŸ-ÑÓxIœ»ñü6uj½f¡¶óý­V7µ]ú²qÿ”ܰXÓh‹ðžÛÏ;Ûw.HÝgØýlzúÛu¶Æ€q-_…××_ØTþ|áñ^‰1ðÂõÏ’æõéwÙU»d®ª>÷Þ®y± :C‡»&ÔYøœÍH½0mïÝBÙº(ÜP±ò޵Þ<Ú'~¹µ!$¶çnðè:A™·¯»¦z¦©S>ç¾3wºZ”[Oí-œ9­¥ÏÚzç¦ô(YõéÞýO¯^ß;z!¬Ó“Ôènu'7î¸`_Ãü p]ý޽×Ëá#+ƒM»õkt¥ÀûE;áåüÄ÷×#=ƽ)x°}ñî]þ“â›rÆW™à}äpû7ó·ÍÍt%«î]pÌœs–-C½ÞÛnußâ´ÉÐ=µU¹ ý»­[Ÿõ¶65^a®“›sçuzòôè“Í FõxÓÞ0,¸Þû>½°XJ©|ÞiL87 l>xÃîéÁÃÝ +ö]Ò'|îî¡“šn°ÉyOM[òèKŸå« ºŸ*ž.÷èx‘,µF7eó“©A§DûúS*AóíÓÄ—šØFFÝ’:÷ôÈ^•ÑnÞ 9!Õ¬g¿ÎY5ÉiÊíÃzeÙðlDØÔ>£ÂÈ™Zœ°êu£èaÁ ÏbüÎ\aÈ"~ÉpñåògkR"õ“.dÕÊæâûlÙäsùOo´J­63m`WQ¢oá×øNt‘’U+Q7¯Ý«…³[)¹'}÷-èûxÁú¨w÷Öå.m5öᬅ©Nç—ãg}ö—CîÞ×Õ.XŸP¯Bá«’Õ×·e–“j]m4=dxÞó‰…bTëOL»í4Ü ÓYB²Õ®S·ŠÖmœB½ß˜ç:k{Ö¡y“k-Ýc[prHüÜ~Ëj½¢Á+¸N·ÊWæ.÷ íÚ}Z¶|yÎ(àÊ€%-fÍŒ=½¢UCŸIíGZùÌ>Ÿßqqv£!6Óª¬YU»qìù«7Dxaå#KRí1Gæ¬òÞ¥¯ÜöiÃ#td_‹K“ƒwÔÊk‡ž«Ö°(ßêò‡ÏåukäGïyvh;×»u?è M#ó'ú7ÈMqþ–Ï¢žÏ­ŽÚÞïYã'wÖ>éŒ^³ýp3°¯zè錄eú”ã®É›7ºøÚúc· ]23f7ìcZÞ\kÔ«„ýüÐÌg{O®21Wç—®.£†;¬¹6ôP¾U£öÖÍÏ^›Då\έaÁ>j>ìB~Ð±ÃÆîX½wûŽú+.…¨Ý±ï˜)÷¶8v;4~Ø`¦Û4ïã­3«M}8õPtÀ~å ÀWo]KoÐ;ëìE½EE£ŽÐ;UÑ몰~µy¬Ó™Wé€"ý½‡ÎT]4Öëך×:ú• ‘†×úý P 0Àc=蜥ëcG,zën>7]–­ÉÄ¿À“­Ÿo8dûÂøÜ4ÁhŠ]À™OÛL€p¼A&À°³Õé 9epzY來,³ƒEcƒ§íaÞÂj;Ð×ÒB¢õ'ô !ÊtB—¡[iº¨K1õÒWY$ÀÃÈו¦£Ýu˜Þ¢š•ô·ÚX%,­:Y†X´°¸k„€ z+ƒ…Åfó ¸­¯a8géä ìÐë-]õ[€FVÁ€%`mQhôª›š=@ DÙtJhg^iÜeJ5öz˜“& Y¯<,}’•E)JM–:ïÒ8ÅÞôؤ ºE€0 ˜ ˆ†l{G“îƒ0Îd­ÓÁ@KC+ ¼ùPÝP(Ô¹­ )º»&?à¾-i}Ó"Ú.˜,)`º±¶Õu•€yf «S@¶i‰y¦a$°ÁlQA§Ÿf²škgÙÀq,Јެýv¼¾­uЈ3Ä”†ç& ÒÆØlŸåXO·ÃÞŲ¥~‰qpÒXdyÇ|Û³²0«#áPUg¬§‹,JÓpðÑEë¯Xf™€–úW@{sª¾2`(U½H`å ÔÓù­ª˜+ètÀf«íz7@gÑ(2º]JçJYì4rÖ—æyý€ÝÆ)Ž[8Ûò[œÿÏ·”Çý{ã¿åßòïYŒÿžÅøïYŒÿžÅøïYŒÿžÅøïYŒÿžÅøNýO8ý[þ-ÿ–ÿ•¬¿l©ò/8ÿë¥ê_¬ »ÿ?쌻ý+¶ÿ[ ó)cõÿ{£Èø_8zsÍß¶øeKÊæ§1LûM&Íÿià~h±+ƒæç#ªÛšþÛÞã­ÿ'‘à·2ôKÞoþ'=iÓæ“n×åë*‰¿1ÿã?ãûwåãÿè©Û•ï~íù­.¸ ŠtóY]ºùÛw5ÒÍé•ÿšßïó8jýC~dúÖZ¶9”–|=£÷póŸ[}ƒ•b€ÕÀˆ_$ž^¹W)Ϙ2Ñ«úUt-~Íp¯¿Ç8,ú?a•nþ]jEß羿}ßÀᄽÙ{ƒÿ5=~㶨þw{JõÿN:Ö¶é••NÆWùþ_Ýž^ô_p/÷_òóÇNÁ_XyŠõ‚ÕÀ;ëγ×oz ÿ'Ä?Œ¾×©' “IÒWã5¦JºyÒ5ï°šß®åo>Ý~ÞcYWÝ÷ålVú½Ͳ+{ãÕ•ZiÌ:ÕãWºƒÕÿ{™ÿßjJ¡©ÜOg‘iöý]Ü×Ý1ê'>_ï]ÀßX×ø?ácñÃË×èoìÿ‡ÿhjüÆãàF~ÙáûÑûß»~£ùþUVí‘ßÖÛ_ýKë­ýú/ +‹ÿË™MÑ•Õõ_áñ­Ÿ 3dü°ZG•Iû¥‹rr-}Jg™QÊç—zóþÖ¥kÁÈ_ÚzšK¬KÛbÊ•Ð]÷kýG¯/Üb¸Œ¶Þ5Ó+DzŒ¶×Á_ä0Þ¿ì9•޽¬‘Wž]ÆØzšÿ¹Vü^ûkÙ¯û+͵×ý,›Û¿YUY®}œniJûM¹_¥qªÅ´J¿cø=j½Êòç¾óáóëÿ¬É_tªŽ®éwS§ y¥ñÙwûCßùá_cÓï‹é»ø£4r.CB~ÐýeZý—ÇøßrÊÈ„oµ«Éù¿Ñ/NûŠZ¿_R/­Ü¯Žù¿­-¿FD_y¤ÿfëut;C’ußþ¶Ä»Lì~ÚS­üãJö3‚ìC›¿`÷§ý”fßá$µøñ½4Oÿú§¡?ôu¯Æ}‡þ0»”ÿ°#ÛÅï‡ýÛ珞×âÛuM—_QüÑýü¨!o\ÔD à{<‰O°È$sY^ð¯ýüÏ—5«ñ·×ýšÅ”þ˜©5[¿Öz‚•@/°2è V}Àª /X ¬ÖýÀš ?X kƒ`°.X ƒÁ°> †á`ØŒ£À†`46ƒ±`0l 6›ƒñ` °%Ø l ¶Û‚íÀö`0L“ÀŽ`2Ø ì v»‚ÝÀî` ØLAaQqIiYyPEPePUPÓÀž`/°7Øì öûƒÀ`:8 f€CÀ¡à0p88 ŽGƒ™àp,8N'‚“ÀÉàp*8 œÎg‚³ÀÙàp.8œ.‚Yà"p1¸Ì—‚ËÀå`¸ÌóÀ•à*p5¸\ ®׃ùàp#¸ , ÁÍàp+¸ Üîw‚»ÀÝàp/¸Ü‚‡À"ð0x< ƒ'À“à)ð4x< žσÅàð"x ¼ ^¯‚×Àëà ð&x ¼ Þï‚÷Àûàð!ø| >Ÿ‚ÏÀçà ð%ø | ¾ß‚ïÀ÷àð#ø ü –€¤ƒôd€,!#d™ kÈ Ù@¶d9@Žä ¹@®P9È *¹C ¨"ä U‚¼ Ê7TòªB¾P5¨:TòƒjBþP-(ª Bu ºP=( †B úP(…CP(Š‚BÑP Ôj ÅBM 8¨)Ô jÅC- –P+¨5Ôj µƒÚC (J‚:BÉP'¨3Ôê uƒºC)P(!‚!B! Â!"! ¢!b!â!! ’!R! JƒzB½ ÞP¨/Ôê €BéÐ h0” †BàáÐh$4  eBc ±Ð8h<4šM‚&CS ©Ð4h:4š Í‚fCs ¹Ð´ZeA‹ ÅÐ(Z -ƒ–C9Ð (ʃVB« ÕÐh-´ZåC Ð&¨*„6C[ ­Ð6h;´Ú í‚vC{ ½Ð>h?t:‚Š ÃÐè(t :€NB§ ÓÐè,t:C ‹Ð%è2tº ]ƒ®C7 ›Ð-è6tº ݃îC ‡Ð#è1ôz =ƒžC/ —Ð+è5ôz ½ƒÞC Ð'è3T°Öð¶„°l‚­a3lÛÂv°=ì;ÂN°3ì»Âå`7¸<ìW€=àŠ°'\ ö‚+ÃÞpØ® ûÂÕàêp Ø® ûõà¸6×ëÂõà 8ëápGÀ àH8 nGÃ1p#¸1 7ãà¦p3¸9·€[­àÖp¸-Ünw€àD8 î'ÃàÎp¸+Ü î§À=àT„!†…1‡ ˜„)˜†˜…9˜‡X„%X†X…58 î ÷‚{Ã}à¾p?¸?<§ÃƒàÁp< ƒ‡Ã#à‘ð(x4œ ÇÂãàñðx"< ž O§ÂÓàéð x&< ž ÏçÂóàùðx!œ/‚ÃKàlx)¼ ^çÀ+à\8^ ¯‚WÃkàµð:x=œo€7›à¸Þ o·ÂÛàíðx'¼ Þ ï÷Âûàýðø |.‚ÃGà£ð1ø8|> Ÿ‚OÃgà³ð9ø<\ _€/—àËðø*| ¾߀o·àÛðø.|¾?€ÂàÇðø)ü ~¿€_¯à×ðø-ü~€?ŸàÏp :DX Ä1"Vˆ ±F̈ b‹Ø!öˆâˆ8!Έ ⊔CÜòˆ;Rñ@*"žH%Ä ©Œx#U¤*â‹TCª#5?¤&âÔBÚH R©‹ÔC‚`$©„"aH84@"‘(¤!Ä ÆH,Ò‰Cš"ÍæH<Òi‰´BZ#m¶H;¤=ÒI@‘$¤#’ŒtB:#]®H7¤;’‚ô@RAÁ!¡aá‘QÑ4¤'Ò éôAú"ýþÈd ’Ž B#Èd(2 ŽŒ@F"£ÑH&2‹ŒCÆ#‰È$d22™ŠLC¦#3™È,d62™‹ÌCæ# …H²YŒ,A²‘¥È2d9’ƒ¬@r‘²ÙˆlB Bd3²ÙŠlC¶#;È.d7²Ù‹ìCö#ƒÈ!¤9ŒAŽ"ÇãÈ ä$r 9œAÎ"çóH1r¹ˆ\B.#W«È5ä:r¹‰ÜBn#w»È=ä>òyˆ#%€êP=jPKÔˆZ¡&Ô5£6¨-j‡Ú£¨#ê„:£.¨+ZuCË£îhÔ­ˆz¢}Rû¦öKíŸ: u`jzê ÔÁ©©CR‡¦Kž:"udê¨ÔÑ©™©cRǦŽKŸ:!ubê¤ÔÉ©SR+¡ ÐH4 mˆF£1h#´1‹6AãЦh3´9¶@[¢­ÐÖh´-Úmv@ÐD4 íˆ&£ÐÎh´+Ú íŽ¦ =ÐTD!FE1G ”D)”F”E9”GTD%TFTE54 í‰öB{£}оh?´?:ˆ¦£ƒÐÁh:ŠC‡£#Бè(t4š‰ŽAÇ¢ãÐñèt": ŒNA§¢ÓÐéè t&: ÎAç¢óÐùèt!š….B£KÐlt)º ]Žæ +Ð\4]‰®BW£kеè:t=šn@7¢›Ð´ÝŒnA·¢ÛÐíèt'º ÝîA÷¢ûÐýèô z-B£GУè1ô8z=‰žBO£gгè9ô@¢ÐÇèô)ú }޾@_¢¯Ð×èô-ú}~@?¢ŸÐÏh `:LY`Ì3bV˜ ³ÆÌ˜ f‹Ùaö˜æˆ9aΘ 投Ãܰò˜;VóÀ*bžX%Ì «ŒycU0¬*æ‹Uêc50?¬&æÕ°ÚX V«‹Õ°`,«…baX85À"±(¬!Å`°ÆX,֋ÚbͰæX<Ök‰µÂZcm°¶X;¬=ÖKÀ±$¬#–ŒuÂ:c]°®X7¬;–‚õÀR1ƒ0C0Ã0#0£0c0ã00“0S0Ó°4¬'Ö ëõÁúbý°þØl –Ž ÂcØl(6 ŽÀFb£°ÑX&6‹ÃÆc°‰Ø$l26›ŠMæc3°™Ø,l66›‹ÍÃæc °…X¶[Œ-Á²±¥Ø2l9–ƒ­Àr±¶Ûˆm °Bl3¶ÛŠmöc;°Ø.l7¶Û‹íÃöc°ƒØ!¬;ŒÁŽbÇ°ãØ ì$v ;ÁÎbç°óX1v»ˆ]Â.cW°«Ø5ì:v»‰ÝÂncw°»Ø=ì>ö{ˆ=ÂcO°§Ø3ì9ö{‰½Â^co°·Ø;ì=öûˆ}Â>c%€ëp=npK܈[á&Ü7ã6¸-n‡Ûã¸#î„;ã.¸+^wÃËãîxܯˆ{â•p/¼2îWÁ}ðª¸/^ ¯Ž×Àýðš¸?^ Àkãx¼.^ƒñ¼>ЇááxÞÄ£ð†x4ƒ7Âã±x<oŠ7Ûãñx ¼%Þ o·ÁÛâíðöx<OÄ“ðŽx2Þ ïŒwÁ»âÝðîx ÞOÅAÂaÁQÃqœÀIœÂiœÁYœÃy\ÀE\Âe\ÁU\ÃÓðžx/¼7Þï‹÷Ãûãðx:>ŒgàCð¡ø0|8>‰ÂGã™ø|,>OÀ'â“ðÉø|*> ŸŽÏÀgâ³ðÙø|.>Ÿ/ÀâYø"|1¾ÏÆ—âËðåx¾ÏÅóð•ø*|5¾_‹¯Ã×ãùø|#¾ /À ñÍø|+¾ ߎïÀwâ»ðÝø|/¾ßÀâ‡ð"ü0~?ŠÃã'ð“ø)ü4~?‹ŸÃÏãÅøü"~ ¿Œ_Á¯â×ðëø ü&~ ¿ßÁïâ÷ðûøü!þŒ?ÁŸâÏðçø ü%þ ¿Áßâïð÷øü#þ ÿŒ—à¡#ô„a , #aE˜kÂLض„aO8Ž„áL¸®D9Â(O¸¢"áIT"¼ˆÊ„7Q…ð!ª¾D5¢:Qƒð#jþD-"€¨MuˆºD="ˆ&BˆúD(F„D"’ˆ"ÑD шhLÄMˆ8¢)ÑŒhNÄ-ˆ–D+¢5цhK´#Úˆ"‘H":ÉD'¢3Ñ…èJt#º)D"• ˆ€ „@ ŒÀ ‚ Š  †` Žà  ‰ …P H#z½ˆÞD¢/ÑèO éÄ b0‘A !†ÈáÄb$1ŠMdcˆ±Ä8b<1˜HL"&Sˆ©Ä4b:1ƒ˜IÌ"fsˆ¹Ä±€XHd‹ˆÅÄ"›XJ,#–9Ä "—È#V«ˆÕÄb-±ŽXOäˆÄ&¢€($6[ˆ­Ä6b;±ƒØIì"v{ˆ½Ä>b?q€8H"ŠˆÃÄâ(qŒ8Nœ N§ˆÓÄâ,qŽ8Oˆ‹Ä%â2q…¸J\#®7ˆ›Ä-â6q‡¸KÜ#Ä#â1ñ„xJ<#ž/ˆ—Ä+â5ñ†xK¼#ÞˆÄ'â3QB¤ŽÔ“¤´$¤i"­I3iCÚ’v¤=é@:’N¤3éBº’åH7²<éNV =ÈŠ¤'Y‰ô"+“ÞdÒ‡¬Jú’ÕÈêd Ò¬Iú“µÈ²6HÖ!ë’õÈ 2˜ !ë“¡dNF ÈH2ŠlHF“1d#²1K6!ãȦd3²9O¶ [’­ÈÖd²-ÙŽlOv ÈD2‰ìH&“ÈÎd²+ÙìN¦=ÈT$!&%1' ’$)’&’%9’'R$%R&R%52ìIö"{“}Ⱦd?²?9€H¦“ƒÈÁd9„J#‡“#È‘ä(r4™IŽ!Ç’ãÈñär"9‰œLN!§’ÓÈéä r&9‹œMÎ!ç’óÈùär!™E."“KÈlr)¹Œ\Næ+È\2\I®"W“kȵä:r=™On 7’›È²ÜLn!·’ÛÈí¤ZõF« >hUÔ­†VGk ~hMÔ­… µÑ@´Z­‡¡ÁhZ EÃÐp4ÝA^&¯WÉkäuòy“¼EÞ&ïwÉ{ä}òù|D>&ŸOÉgäsòù’|E¾&ßoÉwä{òù‘üD~&KH€ÒQzÊ‚2P–”‘²¢L”5e¦l([ÊŽ²§(Gʉr¦\(WªåF•§Ü© ”U‘ò¤*Q^TeÊ›ªBùPU)_ªUªAùQ5)ª@Õ¦©:T]ªDS!T}*” £Â©ªIEQ ©h*†jD5¦b©&TÕ”jF5§â©TKªÕšjCµ¥ÚQí©T•H%Q©dªÕ™êBu¥ºQÝ©ª•JDÁB¡FáA‘EÑC±Gñ”@‰”DÉ”B©”F¥Q=©^ToªÕ—êGõ§P©tj5˜Ê †PC©aÔpj5’E¦2©1ÔXj5žš@M¤&Q“©)ÔTj5šAͤfQ³©9Ô\j5ŸZ@-¤²¨EÔbj •M-¥–QË©j•KåQ+©UÔjj µ–ZG­§ò© ÔFjU@R›©-ÔVjµÚAí¤vQ»©=Ô^jµŸ:@¤QEÔaêu”:F§NP'©SÔiê u–:G§Š© ÔEêu™ºB]¥®QשÔMêu›ºCÝ¥îQ÷©ÔCêõ˜zB=¥žQÏ©ÔKêõšzC½¥ÞQï©ÔGêõ™*¡ZGëi Ú@[ÒFÚŠ6ÑÖ´™¶¡mi;Úžv i'Ú™v¡]ér´]žv§+ÐtEÚ“®D{Ñ•ioº íCW¥}éjtuºíGפýéZt]›¤ëÐuéztL‡ÐõéP:Œ§#èt$E7¤£éºÝ˜Ž¥›ÐqtSºÝœŽ§[Ð-éVtkº Ý–nG·§;Ð t"Dw¤“éNtgº Ý•îFw§Sèt* Ò ÓÒÓMÒMÓ ÍÒÍÓ-Ò-Ó ­ÒF÷¤{ѽé>t_ºÝŸ@¤ÓéAô`:ƒB¥‡ÑÃéôHz=šÎ¤ÇÐcéqôxz=‘žDO¦§ÐSéiôtz=“žEϦçÐséyô|z½Î¢Ñ‹é%t6½”^F/§sèt.G¯¤WÑ«é5ôZz½žÎ§7ÐéMt]Ho¦·Ð[émôvz½“ÞEï¦÷Ð{é}ô~ú}>Dчé#ôQú}œ>AŸ¤Oѧé3ôYú}ž.¦/ÐéKôeú }•¾F_§oÐ7é[ômú}—¾Gß§ÐéGôcú ý”~F?§_Ð/éWôkú ý–~G¿§?ÐéOôgº„£g,cÉ+ÆÄX3fƆ±eì{ÆqdœgÆ…qeÊ1nLyÆ©Àx0O¦ãÅTf¼™*ŒS•ñeª1Õ™ŒS“ñgj1Lm&©ÃÔeê1AL0ÂÔgB™0&œ‰`0‘LÓ‰fb˜FLc&–iÂÄ1M™fLs&žiÁ´dZ1­™6L[¦ÓžéÀ$0‰LÓ‘If:1™.LW¦ÓIaz0© È@ Ì Ê` Î ÉP Í0 Ëp ÏŒÈHŒÌ(ŒÊhLÓ“éÅôfú0}™~Lf3Ig1ƒ™ f3”Æ gF0#™QÌh&“ÃŒeÆ1ã™ ÌDf3™™ÂLe¦1Ó™ÌLf3›™ÃÌeæ1ó™ÌB&‹YÄ,f–0ÙÌRf³œÉaV0¹L³’YŬfÖ0k™uÌz&ŸÙÀld61L!³™ÙÂle¶1Û™ÌNf³›ÙÃìeö1û™ÌAæSÄfŽ0G™cÌqæs’9ÅœfÎ0g™sÌy¦˜¹À\d.1—™+ÌUæs¹ÁÜdn1·™;Ì]æsŸyÀ1Ÿ™`u¬žµ` ¬%kd­XkÍšYÖ–µcíYÖ‘ubYÖ•-Ǻ±åYw¶ëÁVd=ÙJ¬[™õf«°>lUÖ—­ÆVgk°~lMÖŸ­Å°µÙ@¶[—­Ç±Ál[Ÿ eÃØp6‚mÀF²QlC6ša±ÙX¶ Ç6e›±ÍÙx¶Û’mŶfÛ°mÙvl{¶›À&²IlG6™íÄvf»°]Ùnlw6…íÁ¦² ±0‹°(‹±8K°$K±4˰,˱<+°"+±2«°*«±ilO¶Û›íÃöeû±ýÙì@6Äf3Ø!ìPv;œÁŽdG±£ÙLv ;–ÇŽg'°ÙIìdv ;•ÆNgg°3ÙYìlv;—ÇÎg° Ù,v»˜]Âf³KÙeìr6‡]Áæ²yìJv»š]îe×±ëÙ|v»‘Ýİ…ìfv »•ÝÆngw°;Ù]ìnv»—ÝÇîg°ÙCl{˜=Âe±ÇÙìIö{š=ÞeϱçÙbö{‘½Ä^f¯°WÙkìuö{“½ÅÞfï°wÙ{ì}öû}Ä>fŸ°OÙgìsöû’}žfß°oÙwì{öû‘ýÄ~fKX€Óqz΂3p–œ‘³âLœ5gæl8[ÎŽ³ç8GΉsæ\8W®çÆ•çܹ œW‘óä*q^\eΛ«ÂùpU9_®W«Áùq59®ÀÕæ¹:\]®Äs!\}.” ã¹®ÉEq ¹h.†kÄ5æb¹&\×”kÆ5çâ¹\K®ךkõåÚqí¹\—È%q¹d®×™ëÂuåºqݹ®—ÊÄÁ¡ÜNr¹›ÜCî%÷‘ûÉäAòYD&GÉcäqòy’Œç#ø|$Å7ä£ù¾ߘå›ðq|S¾ßœç[ð-ùV|k¾ ß–oÇ·ç;ð |"ŸÄwä“ùN|g¾ ß•ïÆwçSø|*òóòóOòOó ÏòÏó/ò/ó ¯òŸÆ÷ä{ñ½ù>|_¾ߟÀäÓùAü`>ƒÂå‡ñÃùüH~?šÏäÇðcùqüx~?‘ŸÄOæ§ðSùiüt~?“ŸÅÏæçðsùyü|~¿Ïâñ‹ù%|6¿”_Æ/çsø|.ŸÇ¯äWñ«ù5üZ~¿žÏç7ðùM|_Èoæ·ð[ùmüv~¿“ßÅïæ÷ð{ù}ü~þ?Äñ‡ù#üQþœ?ÁŸäOñ§ù3üYþž/æ/ðùKüeþ •¿Æ_çoð7ù[ümþ—¿ÇßçðùGücþ ÿ”Æ?ç_ð/ùWükþ ÿ–Ç¿ç?ðùOüg¾„ ,ƒ`)+Á$X fÁF°ì{ÁApœgÁEpÊ nByÁ]¨ xO¡’à%T¼…*‚PUðª Õ…‚ŸPSðj Bm!P¨#Ôê AB°"ÔB…0!\ˆ‘B”ÐPˆb„FBc!Vh"Ä M…fBs!^h!´Z ­…6B[¡Ð^è $‰B’ÐQH: ….BW¡›Ð]Hz©(@, *`.)P-0+p/‚(H‚,(‚*hBšÐSè%ôú}…~Ba€0PH ƒ… aˆ0T& F#…QÂh!S#ŒÆ ã… ÂDa’0Y˜"L¦ Ó…ÂLa–0[˜#Ìæ ó…ÂB!KX$,–ÙÂRa™°\ÈV¹Bž°RX%¬Ök…uÂz!_Ø l6 B¡°YØ"l¶ Û…ÂNa—°[Ø#ìö û…ÂAáP$ŽG…cÂqá„pR8%œÎg…sÂy¡X¸ \. —…+ÂUášp]¸!Ün ·…;Â]ážp_x < …'ÂSá™ð\x!¼^ ¯…7Â[áð^ø |> Ÿ…u¢^´ ¢¥h­D“h-šEÑV´íEÑQtEÑU,'º‰åEw±‚è!V=ÅJ¢—XYô«ˆ>bUÑW¬&Vkˆ~bMÑ_¬%ˆµÅ@±ŽXW¬'‰ÁbˆX_ ÃÄp1Bl FŠQbC1ZŒ‰ÅX±‰'6›‰ÍÅx±…ØRl%¶ÛˆmÅvb{±ƒ˜ &ŠIbG1Yì$v»ˆ]Ånbw1Eì!¦Š ‰°ˆˆ¨ˆ‰¸Hˆ¤H‰´Èˆ¬È‰¼(ˆ¢(‰²¨ˆª¨‰ibO±—Ø[ì#öû‰ýÅâ@1]$3Ä!âPq˜8\!ŽG‰£ÅLqŒ8V'Ž'ˆÅIâdqŠ8Uœ&Ngˆ3ÅYâlqŽ8Wœ'Έ Å,q‘¸X\"f‹KÅeâr1G\!æŠyâJq•¸Z\#®׉ëÅ|qƒ¸QÜ$ˆ…âfq‹¸UÜ&nwˆ;Å]ânq¸WÜ'îˆÅCb‘xX<"‰ÇÅâIñ”xZ<#žωçÅbñ‚xQ¼$^¯ˆWÅkâuñ†xS¼%ÞïˆwÅ{â}ñøP|$>ŸˆOÅgâsñ…øR|%¾߈oÅwâ{ñƒøQü$~KD@ÒIzÉB2H–’Q²’L’µd–l$[ÉN²—$GÉIr–\$W©œä&•—Ü¥ ’‡TQò”*I^ReÉ[ª"ùHU%_©šT]ª!ùI5%©– Õ–¥:R]©ž$K!R})T “Â¥©)EI ¥h)Fj$5–b¥&RœÔTj&5—â¥RK©•ÔZj#µ•ÚIí¥R‚”(%I¥d©“ÔYê"u•ºIÝ¥©‡”*$Á"¡&á!‘%Ñ#±'ñ’ ‰’$É’"©’&¥I=¥^Ro©ÔWê'õ—H¥ti4XʆHC¥aÒpi„4R%–2¥1ÒXiœ4^š M”&I“¥)ÒTiš4]š!Í”fI³¥9Ò\iž4_Z -”²¤EÒbi‰”--•–IË¥i…”+åI+¥UÒji´VZ'­—ò¥ ÒFi“T J›¥-ÒVi›´]Ú!í”vI»¥=Ò^iŸ´_: ”IEÒaéˆtT:&—NH'¥SÒiéŒtV:'—Š¥ ÒEé’tYº"]•®I×¥ÒMé–t[º#Ý•îI÷¥ÒCé‘ôXz"=•žIÏ¥ÒKé•ôZz#½•ÞIï¥ÒGé“ôY*‘Y'ëe Ù [ÊFÙJ6É8Gp$Gq4Çp,Çq<'p"'q2§p*§qi\O®×›ëÃõåúqý¹Ü@.ÄYËÕ岟\Sö—kÉrm9P®#וëÉAr°"×—Cå09\ŽÈ‘r”ÜPŽ–cäFrc9Vn"ÇÉMåfrs9^n!·”[É­å6r[¹Ü^î 'ȉr’ÜQN–;Éå.rW¹›Ü]N‘{È©2(C2,#2*c2.2)S2-32+s2/ ²(K²,+²*kršÜSî%÷–ûÈ}å~ry€%Ÿ–ÏÈgåsòy¹X¾ _”/É—å+òUùš|]¾!ß”oÉ·å;ò]ùž|_~ ?”Éå'òSù™ü\~!¿”_ɯå7ò[ùü^þ ”?ÉŸåPtŠ^±P Š¥bT¬“b­˜ÅV±SìÅQqRœÅU)§¸)åw¥‚â¡TT<•JŠ—RYñVª(>JUÅW©¦TWj(~JMÅ_©¥(µ•@¥ŽRW©§)ÁJˆR_ U”p%Bi D*QJC%Z‰Q)•X¥‰§4Uš)Í•x¥…ÒRi¥´VÚ(m•vJ{¥ƒ’ $*IJG%Yé¤tVº(]•nJw%E顤* )°‚(¨‚)¸B(¤B)´Â(¬Â)¼"(¢")²¢(ª¢)iJO¥—Ò[é£ôUú)ý•Ê@%]¤ V2”!ÊPe˜2\¡ŒTF)£•LeŒ2V§ŒW&(•IÊdeŠ2U™¦LWf(3•YÊleŽ2W™§ÌW( •,e‘²XY¢d+K•eÊr%GY¡ä*yÊJe•²ZY£¬UÖ)ë•|eƒ²QÙ¤(…Êfe‹²UÙ¦lWv(;•]Êne²WÙ§ìW(•CJ‘rX9¢UŽ)Ç•ÊIå”rZ9£œUÎ)ç•bå‚rQ¹¤\V®(W•kÊuå†rS¹¥ÜVî(w•{Ê}åòPy¤UŸ©ÏÕêKõ•úZ}£¾Uß©ïÕêGõ“úY-QM§é5 Í YjFÍJ3iÖšY³Ñl5;Í^sÐ5'ÍYsÑ\µrš›V^s×*hZEÍS«¤yi•5o­Šæ£UÕ|µjZu­†æ§ÕÔüµZZ€V[ ÔêhuµzZ¬…hõµP-L ×"´Z¤¥5Ô¢µ­‘ÖX‹ÕšhqZS­™Ö\‹×Zh-µVZk­ÖVk§µ×:h Z¢–¤uÔ’µNZg­‹ÖUë¦u×R´Zªjkˆ†j˜†k„Fj”FkŒÆjœÆk‚&j’&kЦjš–¦õÔzi½µ>Z_­ŸÖ_  ÔÒµAÚ`-C¢ Õ†iõÚHm”6ZËÔÆhcµqÚxm‚6Q›¤MÖ¦hSµiÚtm†6S›¥ÍÖæhsµyÚ|m¶PËÒi‹µ%Z¶¶T[¦-×r´Z®–§­ÔVi«µ5ÚZm¶^Ë×6hµMZV¨mÖ¶h[µmÚvm‡¶SÛ¥íÖöh{µ}Ú~í€vP;¤i‡µ#ÚQí˜v\;¡ÔNi§µ3ÚYíœv^+Ö.hµKÚeíŠvU»¦]×nh7µ[ÚmíŽvW»§Ý×hµGÚcí‰öT{¦=×^h/µWÚkíöV{§½×>hµOÚg­DÒtiú4‹4Cšeš1Í*Í”ffN³I³M³K³OsHsLsJsNsIsý¿Ø»¨ª¹>aô§Ñ{oÒ;Ò{S”* ¢yh"Bµ+MD@¤+Hé`AEé  t8ô".êó¾Ï;ß73wæ›™{gîÍo-²’rv’vrXç0Ì À °ìpà¸n€àø~@„a@Ä€£€8 HR€4 Èr€< (J€2 ¨j€:p 8h'€“€& h:€. œôÀ8 Æ€ p0Îf€9`œ,óÀÀ °l[à"`üØ€#à8—à2à ¸î€à xÞ€à à?À  B0à p¸\n7[ÀmàD‘@ Üb€{@,pˆâà<’€d HÒ€t x<2,à ä¹@…ÀS€O§ÄSá©ñ4xZ<žÏ€gÄ3á™ñ,xV<žÏ?‚çÄsá¹ñm@;Ðt]@7Ðô}À ¯À0 Œß€ïÀ(0ŒÀ$0L3À,@æ€y`X–€e`XÖ€uà°l[À6°ì{À>p @4ˆ± $‰A$ÉA ¤©A¤éAd™AdÙAðÈ rÜ È òü (  ( ŠGAqP”¥@iP”å@yPT•@ePTÕ@uðxÔO€'AMP Ôu@]P<ꃠ!x4Að h žÍ@sÐ<Z‚çÁ  h Ú€¶àEÐü´@GÐ t/.àeÐtÝAÐô½AÐă~ ? B ‚A`0†‚aàð*x ¼Þo‚·ÀÛà0Œ#Á(0¼ Æ€÷ÀXð>ƃ à0|&É` ˜ ¦é`ø| f‚Yà0ÌsÁ<0, Á§`X –€ÏÀRð9X¾ËÁ—`X VÕ` X Öõ`ø | ¾ß‚à;ð=øl?‚Íà'°l?ƒm`;Øv‚]`7Øö‚}à°Á¯à8 Ž€ßÀïà(8Žƒà$8Nƒ3à,HçÀyp\—Àep\×Àuð¸n‚[à6¸î‚{à>x¢ 4„°"‚ˆ!ˆ"ƒÈ! ˆ¢‚¨!ˆ¢ƒè!ˆb‚˜!ˆbƒØ!èÄ qAÜÄ ñAü$ AÂ$ ‰AG!qH’„¤ iH’…ä yHR„” eHR…Ô uètÒ€N@'!MH Ò†t ]H:éC!t2‚Œ!è d …Ì sÈ:YBç¡ d Ù@¶ÐEÈú²‡ GÈ r†.A.ÐeÈrƒÜ!Èò‚¼!ÈÂC~?A BAP0…BaÐè*t ºÝ€nB· ÛÐ(Š€"¡((º Å@÷ Xè>ÅC Ð(z%AÉP ” ¥AéPôz eBYÐ(Êr¡<(*€ ¡§PT •@Ï Rè9T½€Ê¡—PT UAÕP T ÕAõPô z ½ÞBÐ;è=ôj‚>BÍÐ'¨j…>CmP;ÔuB]P7ÔõB}Ш€¡¯Ð4 @ß ïÐ(4CÐ$4MC3Ð,D€æ yhZ„– ehZ…Ö uè´mB[Ð6´íB{Ð>t¡`4Œ±0&‚‰a˜&ƒÉa ˜¦‚©a˜¦ƒéa˜f‚™a˜fƒÙaøÌ sÁÜ0Ì óÁü°, Á°, ‹ÁGaqX–„¥`iX–…å`yXV„•`eXV…Õ`uø|Ö€OÀ'aMX Ö†u`]X>ëð!|6‚aø l Ÿ…Í`sØ>[Âçá °l ÛÀ¶ðEØþ¶‡`GØ v†/Á.ðeØvƒÝaØö‚½aØÆÃ~°?0C0 ÂAp0‡Âaðø*| ¾߀o·àÛð8Ž€#á(8¾ ÇÀ÷àXø>Çà ð8~'ÁÉp œ §Áépü~ gÂYð8Îsá<8.€ á§p\ —ÀÏàRø9\¿€Ëá—p\ WÁÕp \ ×Áõpü ~ ¿ßÂð;ø=ün‚?ÂÍð'¸n…?Ãmp;ÜwÂ]p7Ü÷Â}ð¸€á¯ð< Àßàïð(<Ãð$<OÃ3ð,L€çàyx^„—àex^…×àuø¼oÂ[ð6¼ïÂ{ð>|£ј@l .(8$4,<"2*:&6.>!1)9%5-=#ðH g W ’böÿÇÔÿÝÉKzeV9P¹ÿ½R˜¢‰þËr˜¢9þÓ“˜¢=‘,¦HS$‹)’ÅÉbŠd1E²˜"YL‘,¦HS$‹)’ÅÉbŠd1E²˜"YL‘,¦HÓÿ '¥y\x¤yôÈ5ÍÉ¥t¤yT$U»°æ—xe%•x”eä$å”xÌx¬EŒì½œ=D%d¤Eü]=\ýìýðX'g¬‡°7šØÖÜ%!##©¢ €uôö²‘––u ÀÛû»z{QÛ£ü$N:¢ýÐ(e”¢Z^IVRIFŽGBARE '«€RR‘ÂÊË¡ÉuÌÉ}ÉePÒ<2< Š’Š*rËÓ¯<ØQUœ‹sŸ¯‹¢ÐªÉ]ïa~4þÝ Ú• uÄ«¡çÑqJö>–”C:׋–¾Z"tEJ¡È újœÙéŒ »ž™ÑQöUÚ1¢Eo|ž¥"´ÞE‘—L,-.dè’Kž?A‹»Ö2‹F±¹¼š’ašyíÎ"3.£ø]‘ÓåÅÑQ(>¯ÊïKô¦¥¨±¼“X”Ñh±> nºõ¦ %ÙE Ç2Ø”Ž±,äè‘¢m‰ÈxøX–†k¡X)˜øÈgÞ<(j‹²Iñå¹ö”bŽey¦Ñ Ez<φ»Šþò¡MA=J”pX+aQ˜íðÀ-ôgè ¦Ðó]Q2 mØŠƒæTÞÈüèScZ=Øœ#Ž¡zëˉb¸X™¬Ãég-Q™¿˜aZHVÇ 8܉Èþ¾;èÁ<;N§ŽÛ͇Y¹9i±a.V>ϾÍ÷%žv›¤×_§>@(÷…ˆ‚ʺׯžßÇ`çzrÃ#ÓžUÕ5T䆟aBi¤ÎÓ//ŽU»ñ PÔj®‘™Å¥¥ù)‘7ÓÛg©Þˆ äï<.*-Í»{•ˆw›mq¬Æƒ…¢ÓðŠÉ.)-É~˜XÒ;ÇÄ¿ÌO1’oH†"S H}ú,÷alv;A`iæS˜ E{Ÿ[\\œæ#Šb\šzãÁQŠ'šo¿#…!ágŸ|í'ŒB1éBIÅ¥¹±—åIQ$ÇcÚqó= *X¹Aî7Ô÷Â3T(´\L'íT¥ñâ|o¦µÓݦ)Ü]Iödþè"AŠyq¸Ø Åaz5³¬¼(-ĘƒX€â÷‘*µ\øÖà¦'ÎB‚%g—4ðÍý27ÿí…Ÿ: ŽB7wtq¢éþE…ÃPODÅ"n“;¼°8ý<ÎAŠ¥ä;é™Õ‰¢Çô= =#ÉŒ¥8¢†¯Ÿ¤ùZuû<1›¨üjZ›ý°3‡a”óÆÐ ðS:Sí¥é1´’NÏF…fÚ]VãÀ‘2 ¨º<\¤G£ÈôŸ /|I;AŒ~?½|”}n ìŠ)–„CÉ.æÕÉÂpÖa{£4-ú†}ny]µ2P´%ÆdŒK C)Š(”\bÿü²4ÓÒâÒTsг –^D’ 3»$Dý{7‹Ïx‡Ÿ$BÉ`~M™¢Xvf:2ïÜM/¬¨­«y– ŸbBá”îv~/2ky8 þ^î®ÈAI$k~íÅÀ¹ßsâÿzPxïo#ÿK¸¶··Pû?¿x  ¿ÕøúÕŸsúz{¢#îìîîþœRœ™n|óêjXpoO÷öööïe·Q¨Žö¶?§TVW–ÛÛ>GEÜ>ü¼·Çïe~þ<÷ÎÎ6ÙÏq9ÔŸ›;8`E‘ýP¼ÿ}Ëú×븭?þ*w¥ÌLO™šÿ«Ä’ìYQáðÐàk++K/žw$ûÒÛS“52üõÇõÃýûû¬NÛÃçÔ³¢‚ÃM¡þ^Ú&¬ÎõW7qü”ÀßÇ£xÿ>5˪Îõ׬SUó@@õ׿x5ÿqŠK+ñWÝNÿ5ÇQå–{ü5Š·Y˜úôøZtÝøâAÁÜ@Mê oï{MS›ŸCøòâŠ> %øaZqqêkGã«¶±ù:¦“/ÎQ£H JÆ%—Æ*|¤ï'ò`ýøÒx‘!)útÉUíŸ[x4û1XEÍâ\Ç1ÿ5óçïi“µ¸RðyZaékš*Ÿ“ŽùÔK+:Å™Ò IBsVôzëÅïï)eÑ x½â$|i¨ú<µ¨ž¬©e>ÓèÉbw3-5?Tåáè}¯áÛüò?¬CÄz©nš|ê}ˆ$šÎ"h~ya¸ØšE¦•Ð3·¸<×ÿüŠ™43…¦5„ úf‰‡k#l”8H0TBf‰]_ÈfšùÑb·:戉˜린Œ³m)®§äxh±›ajïãô‡;gX(0X!]|nÏ,ÅâèK7ŽÃn“¸QгþyvfŠ×-# =·”~Л)JòÅD´\Bÿ%ùLO.^GË lÑ<Í$ÁÊýgý?S/.Ï|¼!‡f¾XÔYjφ6Lï›[^üö™KÏJ‹åó®G/ŽÕù£(Œ Gy0´Ì¬¬,G”¡ÆéÅÃþ19EkQFÆGBNŒ“ºÑ2ÇH¾4YmÇ‚&¡afc¦Ä’j§̳2’—_â&"'é匲ÏõWeý½½øÃðÔÛÝ5:2ŒB‰,Íõgœ¦B« £Ùþxö}ágÏI #X1„™ílÿF@)Ýx3ž›ú61?ñÜ  û0C9V€A+Æv¡çЇ5d¦›m½"„ m!,þê›pÓ“;%ôÔx©5Ñ2+™8E‰ 9Z:ºsžrv¸ox=ýé®2“ÿú° sþYM±Ã¸82<ˆÂ¿oŸ{Ýdÿ##Œyþ×éa–‹ÏF–ó-™ˆI1"×0ó9æ‡O9$¤ŠÓëíÔðS3ÜáÙÅÎwÝWÆ‘RSâ(´²GÐÌ‚,tㇷ9,¿Œ’‚(=Їž¼-R ‹£"G£H–áÓUQœFBÏét­ EÂx„—‡Ëëÿnè°‚ÖÏà0žÿÌ{ux:iÙPLæaˆÅ¡—&êÜ0œnu“¨ž¢`SiV›¤ù½®32–dÁ’²«ø½šZ\ü^a)ÃB„£å<ªéU„%tgº©áHyM“»1L\|,ô #5·ÎÉ¡ˆh9%ô‚ßLq0. – cˆÙ(H–ØÈŽ’/L¼:øÔ‹¢>óŒ|¢ÚOƒ—GÉ{Ü9ñãäóß+jtxw¡u@QDýýf'üÏõ˜¯" ;ñ;·Æýÿø6ï#Ç@üOw‰d@ øÿ˜ïžLÈA@üpy/ƒøW<@Ú@ ÿ7‘»%@ þQÈý@ @ øO–€¼uC þî"W@ @ @ @ @ øáòßÏ@ þGŠGz1@ ø‰Až,@ü¿*é @ @ @ ˆÿd­ ÿO}Ò-äOñÄ@ ˆÿB·‘Þ@ ˆ‡8¤ï€@ @ ÿ D"Og@ @ ñßÞÁŸè2M7Eö„XÏ`>Ø+¹í&DmòßÕj—aÖö}qóÑ ýÐå=|’ÅÝ/Ï[^ -'ï»yörÂ5ŠAUÍOl"ÆLi‹ÃqwKÓ†?Ïz-¨¬ªs°,\Ü öfh/û¶˜Å~ûvDv¥ÙÛýŠôΧö6lÌ;‡òUÆíý¢ÆëõcËÚ|¦$7ÌÚ½Õ¹â÷í’,8î\s’í?c—x'ÃE'Ù_¬§óëç%‘}½Álpy/»lÒç»/ýÝÍVÚ,#ðe6”( ƹš(TácµÌ£îRÒP¯­û——ã'šÜS©´ßD‡/ï~9#™"jºlʵ{G…ãΔ².3†­XÃþb³u€6**»zª²â…²’Y¥êýÇu IyEt*Ú-V¾ë o,¢6XEE[kf=²®h´³AcÅpm‰ßá–?dgíÍ—OX÷éíÈÍ8¥5ñºÔ©@+Ó¯çßLØl¼#ÄjùoÎÏʱœ¤°Ô¦Ž][™é)‹NØúx;4~$sjî‰eÍÖ’1íÖI,Ö~ug¦¤aγx8‰^åÎZü‰ñ+MèXìϹ|$ÚÔ+äÁÇ^ÿ]þ»ìŽÍø?,û³ì¯e^oÒ¡þ×ÖçÁÓV5ü'ëKâÿÉçkÿ“õ¯.üOëô¿®Oû¿í@ä‘mýÿ’}:üûvðµ_Æ\ýž¦8ÿ*íöfýÚlÿûæ`Z¸¢‰÷ÚñÝ?&º>]½y´jáEoà?œÆ~“Ù½¬>o‰ÏEî„»&Áêj;œ¤qee1ÜÆ1†z;ƒîŸ*Šc~¸t~”â30³ ág(;Ù÷Ûø03´¼gÆsÚØx˜»áh]hi……Í6<šË-—ï4Ót½Ù1ÜÉÝeqismtvûóêõ,¥±ƒÌã³bu!~ÿØUVf Æ—o=¸;÷G¨›WUeUYEØÒJÏ÷ïR'òŽÔÂÏ*Ê.ؤ§4Ó\R³b-m‹íSªX§Œ²M¹Pig32º²Ö¿ÀE+YÓ–~¼ØJjØîa•¢b{W¯ÝÝÚ‚ÙÝVkGÕ.¥x©ɯ¶ÅÇkKKÉn|zÿ~LÏý]O EÙÍÝ3v“£­ÖîA&^ãnö—¼|g†¯'$Ü.ä* !£p,hõÇîî.'Í5/ï‘Ô´ô䦛f ;eö¨åJ³ÒD«g’‡×eqã¾Yg¦¦b4/=?S)#“ÎÍÑì,ç)lx1\}S¤Äðå‹€õ5*J꘨»¶è7Ó+ÓMKßNØ™XV-Cs»®{fã å''Zg~œ6yYQ¢‘ø‰ eÏ?8Ò—2ÿñEnÊõ÷a÷Škó†z;’>úƒa47L@P¨«¿ã—çvÁrd3!.ºU"ß\u“VwæÏ¨vP½ŒïQ(€2‹ëyÙ.ãÞä¥zk…Øò]´® cÛÊmþ”Ô÷~,\;“š4÷ÑTûC}YŠ£¡©Vˆ™Â€DóèåÊIëpK±FUZ‡„øÂú|ö;× Æ=xFc± ·Œ¦24QŠä¯tÑ¿_Dþ 8ˆþü‘õÆ?ùwM]‰Æü5xfú×à°" þV¥Z¯~‘ÿ“©îü‹õznú2õoØ•±^ÎYÿö©oaËÜü¤I>BÌ6^ÈÎÊOøì1ÏÉùøƒ Ž­’¥Ï‹Åv¬óÜ}Ô‚gÑí3sÏËHÒÂÖWÞˆºá0á—¾Çf Í•³ÔMOÕâoPw þÐzñ "É@{"’àº~ZQv tW¢‰QËÉe¦pÚMªtëÈ‘9SÄ<Ñ"¢5)”-m_aè¨5ꨡÛg§úîrÎN—Ò¶”øðyÏw½¦ø…óF…)Š“,–49B¯^sœk1 ©|êÆ÷úŽo=‹0 KJ­bLSŸÌóÖíÚ¼«Æöp¸ÙìÖ^ž‹£{X!z*¨# ï%z­K!´»¼´ÎÙÓcsc? ,O¥ßqÅû¥/[š£FlO^Ê»âF’óv*/9zŠvŽÅYYB5 «®aÜ:3Û­ã?ªÌšªóÃ+ Ë%<żÜà 8¶rŽÝËôå¬[™Lb§{c˜«â 2‘þGûúöõ0É] kk­ª@ÀxÒî 52<ÎÛ'Ÿï2¾([¶?7ÓeÅ›Îø•1yC´]æ¶}Ù³tPH¡Óû{ØäÆ‚â²ÓeÁ¸Í'MËîβ3ô&g4“첓æþçëîlÀêJá5V[š§ôµâ GÛê7yÉCWœ­úl?åJgç{®zŠ)n Êz˜\N8£X}¿ÿ=7¬ÅmQ3Ê‚žL­T:×M^Þë“§ FÛ!Y ?êŸ^=f0³í"^âÌî$ðµá™×û{\-"ÔÉû…~Ï7O%t8#gSöœÜõá*f–×è¾NPåÒÝøž~ðàTç¼cWeN¼rJvAwú”ÀëOLýªcõÈs.åÞ¶Þ—õž»wk˜ ç¶Ïœô‘Í(Ú­TèãñµrbªYÝ÷\k_ï=d/–³KZë8Ãw]I9[>z‘D˜ë˜× ¨Ïã£&&1Àƒ:nÖ¥´ÿsl‚¾6B^1÷«ëôê›bèÆqœŠ‘±öÊm’cšp7¿4ÝO~:&ÜNGûnfKu7YÏ ɧ2ÔÍxQEâ4ÒÝ8(˜Î7lÚJbú^ìRûóØ™óPW[Ð=2®K§j£‰§êÞ Ùô¦PnçÛä Ù ß¾¼;û@@^ÃZAËéëºÓ­ ZÅûµ¬q"^'\n+ºˆŸ-%wÎU¨(û>ËäÑ"žéÀ éÀë…..»¾?üœ O*»#‡m»¼5ZÎ}$ ¼fòòÀÙÉþ’ÿ.G€¦îÞ$AÃZ—ýÓà©Åê„ëYEg˜Þ’±•à·º:³¼÷´™¤/Oÿt‰YéMÑî#A¨ol¦stq_5Ÿ£fáiøÛ"BîWZÙÉ+–÷OöÛeƒöçúã¬xÝȽ>ó×Ùþ áRÐþÃßËÂÈ‘84ö“ 6_—r„£ÉK9[lîi)[ÏÆí"{’þæO67›KHtT¶î¾2xýé¬n_ùYxô¶HeÔí0‚•®Îù‹Õß)5Ë7SjÓåvÐø¢~'J™öœ`§<ñaëÏJå²?1Ÿ÷yüº|U3fFO=.¿Ñœûj±pí]×{“~—Åg¦"•¼G|_¶÷”Qè³½-ŒÎyÄ2éq<ËÅÞw~ÑHÎâTEþ‡Ú®'&¢÷Ý'O]Ô£zŒ«æÚÁsß‘Ù~*ÌVߥuÆ8u¨ù¸Sãç R¹wó«nvl…D惭bvä÷j„ÈŒ Ä÷bÕŠضƒ=Ùt……†²‡ƒi¬ wú(3+Ûå»k(ÓÝëm6{ϵî˜ý$WážhUÝýjÍé*§÷Ågt♇ï$¨d ÜM?À•íŸøèö¯ŽÒg¥e•—f¹Ò:GÍãkL“:úŽNn¿t ·ÔzŸndÊÙé”{/Vcbø¤U_QÜ“ }«” ?ŒŒjmÏ.\Öäì ¦u~ê“ÇË‘GÔ!÷Ø?d×5,|/i;BKÜwÀ°Ž!ûÝð¦Møå–§­7j8nß;IHc¸9åRxéNTMúÓ ºÁö‰ó?fî‹Ø 5¼p\?Öú¤Ü\ÓïbÑɾA­>Q˶f ßÙóç!‘Œ¶¸;”¶&†öúWÖ—FçÒ몙c[ WT”ЬÛàÄkÖw/FÆü¶®(ÓºúAå EHñÎfN¼À☣~ÛÍ÷ѹ”V.C>äGOìÄ¥k{ŽÍ+?öè~¥A4š#¬SøÂÙ¢F÷”9Ð ³~Ÿè~ÿü¥-)vx½+Ý©ÝVyë– ¿Ó(wÌy¼‹{èÐøÇf[¬E>þø<ù{æª>M澟#(¸•ÊeÂx¼š]‡“\á|{\°Oc¤ 2£ëiøMÕ®¡Þ#‚‚f÷xWõñ™³²ºk´!/¾xoœÒÌ·ß†ÕØ™8wsÛx+éâ Óþü2úæšÛ÷øE^tbe2„Øjß5h.=?Ùgu·IÔÉÈ%öLWhI¹6™í+G™Ë ;fE\+nÓªýQÃÞñ•å¬ÅÑÇdæ…:.:øg §_ŸhÜÚ—± Ú|§¨®ÐAh¿Ü¹g–5Ý'C5ê]Ä¡½ì'¡¬3j¯w0ë²=v•žm%Ë,µ;_°ÔÿùH8!/V¹äØbÇ¢<_J…ñƒÎÊ~(Muê¦Z5?¶¯ÿ}¤¥ÚÇÅÅ Cáï'k|ñ½_oT·g¡uZJ(xSù6ýi|#mZ[|Ññ ‡:&²[m'ÎmÞ=6›ÒÝlvÃanqS~ë%ã÷£Šó·ëÃN?ÿ#ÆòÚÓ_Ѽ-cr0ëÅýÌ÷ø¹†Ñªãœ,¬ »KÅ‚nñ6’ut÷Ŧ †º‰±FÓ4Ï}'[èNÑéñnqÌÞÐ7?lÓFFoö '94#¢,ÄÏš¸1Ǩ½þ:ÖX¼Rð³í~ªf˜ùl)õ£ªË]î3<(ÝVnñt.§|ë–dûŠÚÕúEj.……npðȸêýz¸9ýÒYk±zi;øw«•“ëŠ9rŒ‘ž¾qÌ7›W«Ï,.®Qe{{óª»'ßÃD2ÞÀ Ѹåucy‰Ë”YóC¤,ª‚½ééý²†ÕtÛJ9Léõ!èAõ–Ñ6Á^sÕcí1ëvÐ vëÔ1ÁƒÚ—â# cd°w…{æ¯vºøÂ4šÒ&ìhÄGfûõ"1…¢c£qã­ŽŒyoºÍIg: Øï‡»`îßw’—†Ëˆg¶nê;ѳ½NqgÕ·Üa¡*å]¨káÓ­ `Y±- :û‰%S(¦c=ò£Mýôc«‹늒µS¬ã×›ë¦/µñI&\L [¥Ð‘½œåâ}f xPŠ)|ÈX™¼ésaÀŒ4)èXd[­xÝÛé@Ù˜í*±ÝM‘NpïØO-úQ·kâM³™Tƒ³N'LúÄgø…˲m[Ÿ¹yæ°ñîðf^[”}3+bNczÊ“–Í™¾ÖþêÔÄ^¦çÕ`V}üÀªÛ=‰¸t!wjCPÛyŽ%åó…ÍÆÒÆKGïæ4©ëC>ÉÝf’8SiV÷ ¦Zb+ﲇ¯3NÞ8CÃqFécÇNÝhÜùã>Ä ¶¾u¶Ø1½f£`Od“j°~?Ô 5¸`êôÊðGÖ‘‘ø©|´“ÎPæò‰÷ËÑcj?îx;5a{ùú[NÚ[ b’Äo•æ‡ ÷ñQEA¡­Ô¤3Û^mP’œÁ¨yìC‘‡(É./Xìe{Þd‡wç¬Fjfc…hÿ?¶Õe¯VÛ˜ØaÏt’’Ù†T(O&*{®ô”)nTñˆ‹~ýB!Ui£«Ô˜ÐÑóC‹‹§ |¶,âÖŒÛ5ž'÷örTGqdž`–X$w»È¶œG8µ=)”¬oÇ2J±jaIë_wÌïÕâö:—oUì½|B¸ƒöP¿¬ù®æaJ»—ʺX~?Nç½½f®|Ëk_#Ñð‹-Gj¸tÒðAeK¢ËèµÚ´Í©·›“ýÓZ2/5¨ùfSŽŒ v‹™jzòÕ› iT¹/|a?RV…$Ø›å£Sä³ ·£¾|çJqy©Ý¶Ç}fp¼ÓQÉK¥FuDYZÿ›y¸l²PÞ ‹Q€amiúI®:­ð7·s=}µa÷]§¾sšÎkȻݵ>Ìλ¹¥_ìî%ã°áã=~ñòÅ#£pšr–ÂƒÑ -%ß­¤F·¼–3C‹'·»Fºja‰wÓRr§< Ó"{ŸŠ©î}Þ c[Ú Å’€&J$rŽk³É•~qd3 ÓKÂJ å§‘|ê´Ì„7ÙR¶PP¹éÖx^vaM\¿Åm'cýj),j«,ѹ©±?¿QUx{µ'­ÌâN'fÏ©àb¹f¿›QFñ"U>£+;¶Ç­ƒlélßLâÇÇïGhx÷X¸¿ªŸ}D(qdo· _SШ›1kõº‘'Ñ/bŸS"¯3©ëå” pÓ/¸Ÿ*§·¢êÆs«c=¦XOÞäôùý¥Ã„‚ØÒ›–±H¯‚§ž¾âxãyÇíLïýR";ÊËV¥ôÝŠ¢Ýû ^ü¡¥dúÌÇtÆR“Œ^)^S‘ù¨RN¶;É|ÔûeSáju¬Ìí:‡‡kgâÚ˜>6vÑ08+©@»Ÿæ‹Ã…L„¸©¯–òˆœ'Œq=9˜}¯u¶½Ê€hDeGš¾®¾L¶²Üz-âÔ,¦.q¨eRVEE4p5ð±ö³™ÄTʲÂÜ|™‘c¼o§¸Í?‡%¯äXMH|]F}ÜÁ,q¥4/|'tâÑgÊÎöïþÁOZoÙß¡5è+Ñ­ິ‚7½¸–r×77Øá‹Õ ž™SºÀöî±\5¶í2¿¨µ|ÁüŸƒ„¼«—c†^sܤÈÕô4ç× í>Øáw1’òMœÀ9µÞWé{J©eVÊUß»¦Ï4¼{Êfßpu?3~ej€×ŸàPK•YÛ*öÜ7ø×ýË]¢O{Á››3áWÏi4èÕeÛÚÓ§Šé–K[$ *Žpe$ž¢)³J(º¿VØäöèËq)þ²Fµ›Oߌ±Ú Xßìj溛Åù܇õâîñ…0å @i¬zMkXÜQ¥ÔŽõ±û'¨(K›Œ;Wv®j¯N•iäú¢ôøÝ¯ûþØ-‘ú{/u>Õ\K¶Ô=×VqðÏÝø'ªŠ{¨Æ´BÇw·,d=RüÌW×H»¼ƒâŽ$ß¾5°§žZ ·¼úÒ¨}Â@½Xâ¬P³\X““ÛfÛ…’M¨-«åHä#“Ÿýã¼XAxøK÷·¹[¢Ú¾ lÛÞ5ûéïg=$Z/ yz¹è²@"ïLìw«íŠãì^êþû^5}ëìßÓ(þê@Ÿ,²¨ã˜dôÇ|+iΫ[F¯t‡=–%Õôè3«F+c£Óâ®Ï|Ï'7Ûnò²º±Zâ(Ò÷°zÿágªÃÅÜsÔ9D1Ÿ“XÝjLãî —íûiö}iÜxw[*èCÄËWM»[«.å µ’D?ƒÜ=Ö¼ÖiÕ¡ïT¢æ$ÔüQÅn ú#8»ëcÂ’I_TÎs±S¿·ö°p]ĸ’½D1ù´BIƒŒ¢BözÁîѳI}{ùf†ø„ñ•Î^:­jY„¾7ÚŽµÔÑfg¦#ó$É/)”‹8L.³q2†”ËXLâ›.~>§w¡dþŸ-¼íê}¡|?Ê]ÀOþóâ®Ó“Ë–êõa/3X£>!—Ò6hÿVi’>?óÝ×Ë+7¿ù¯/æuE¯IfìzN¬…vïô„[·hrL>ìþÕï¤9·Z%\T£­xOÎÉlÑ%«–ѳæú³§œ‘˜p¡3MSw×Ð{öXÃìµ±,œhHg/×åå¡Þbæ…˶Â!LfŸš5ž.ÖzNQF{³Úíß±5‰ïÎè(Qn¤Ï ¡PêI´»-F 6³ÍÚ6Äç|TÓr²1|Ï»õàJ·ZyêÑSÓ£r[TÅw@/´TXüûÝ…³NdS{@¦€zwÚHÜe¯:‰T®KÏŸÒ˜îÛ()ó¦3\ª7 —±¸±Ž+¢ _t…߀ívC4^Û1³5 +‹¿´¿{“Â8fUi¤á¼ÉúÌHÚKš–Ã0Y[•~ጠ_¹Ã½3Ö·¿Y‡íMuù^g$âÌÌ<úýÜÞmß•‹òï]ÊÈnÈeß¼`šòjiÄ&kâóÚÉ@ õ/•åâcUè«Øõo›’™¹ÿðsÚ’/¿UHŶ:óù½Vi¨PPC²t^Í·;ïo[Ïók§xø¿MÝ÷OkKdpÓÛ§WÅƧ¿„nwcÃéÓä Ö7:Þžk=æ:Æ1¿4xdý–pÞ݇6.¦n 'tDm(mÏ¼Ý –O-Ü®fYÐ$µ†Ýô‹î‘Ó{¯ê ¨[5Ÿ°ç–7ýø Ï^I ]gXBäÈ×äômü£VRة¶‡ïvZ¯%ë>~—|chólRÔXOÓEè=QÇ_ÊnL˜ÇÛÃ65ÇÙ×l¦íxËø^ª-ÿ^a¨Qîú´Zð@"ÇÁ³`Úõ˜øß­èAÓ$OiöŠ@³“ b¬q„¾&â© }›pSóÏê±0;ïzû¯Wolwóœ6ÈxQJ2^ùóuéMµäS}Ï¿cìHà¸DÆLÎk€Õ ­|=mŸùd?øòÛÏ'— ÿ8£Ê0·dŒé…¦¯_ߥô°ñY=/äý@/â™é›Ó¡Ž„Sï'Ù„ý’õG¬å§zÎýêÖe^“HYyÞY¸]ÝéL”·¸¬½Êm°øŒw"!ãXáÄj5£y¡Ìš· ç»Ê#¬]¶~‘ZþfO?ÐÍ =ÿfYÈåÉ]!v`®#ç ]½Q\Wl¦*Éqîìµ¢rçPãÚ¶&Q1L'L4®6È4ºÊ¶ˆ¥•äÂöwá1 Û‹GV{ T)oé-ëœFßìÍyz«%í•…>uÑ É´ãŠðÕ½U=fC4TWXiamàÒÞJ¦~±Ñ^·Ÿ÷ß»bm¯g­WDøa9¨>rzðñϾ„sv§ˆ„¨½ ÐÃV= ŒL§º×oT>ü¬9UàYãàiqdÝ?ÍMáÖ~tqé‡4LJv%¡Kë25¯*'ogQÇðFPPjÕœ²|d:–§-›.oÿ®d2¨6S}µø¥|ñ,aÀÊZWç󸄹ŹSëÓnÙ½‡)àçv¹¤¶W—çG]áÕ®W«ª?I¶©í£˜¨Ø½éYŒmLLô¬¸ñÀKÐÒÿ¤íÜ+UMË?‚;°¬þø  Îêa®j/G{1aú€c’BϘaÛ…N­˜€ů6e®W´Yqƒ5ó¿^™—Uœ8™\|ÝØÀÒ/àj1öç?ÔêÎy[ÁÕUNêÆž–¶o%u¸žÌlèGè‘þþ·ƒEJúìþ®Ü³¸EU'Eö  ém¶AFøÞc‚QÆE‡#èŸK½ª‰n*YìŸ[yÑí$¥”ø£k½K)nⱎí‡/¿æ_)¾4§ÎU‘—÷j?Çbgf;?EüçXe}F»sv]eÞ£÷—‡AØóü QŸÌÙ_³å "l“à{yVþßË¿‹®« Ø«´ÈT?Ñ÷kû(hµ:´EÖ”«1 ÎÓd û{±åØ‘€Aë¾+¦ëwŠßvþ^´ÖöDÍì6Ý*_.*vtúUx‚Eæгþvry…§¡¸!áøxBãH…\õn¢¯øNQ™<×Ú€5€Ný>,O_T/*ݽ=Y=ŒÖ°”Úè—¾âÕ|;³ïŒfÝzH>wBbuB­fQìÂÞV‘íd¥YìÜËÑ6û›D‚Ì–JÙK‘!ÔÆ‹:mÇ÷ónÄ”ÿªu;ú¸£·†íÈoÅ5Þ°¥|.Û¿QU¿­˜1š8Óãúž"°ó#ÃþÓ@÷ê‹¡[Êõ\SH^¨~øáΤhtqcjXkØNM—z²ï~6s°h™)Õn×_>ò”ó×Ù þcn>—T¢÷ñºzõpòûsÚG$ò®¼9’Æhœ%·³È*tŠóÙ늹¢™@/¯éºcÞþ¸QÛ|]Æ‚íj(ÙDÉVJÅ‹ûÌ§Ž·÷×Ì_9ùÇI…sT¿Ž¤žôÃÓL×te©: ®1Ö^Bï”аQ)Ù})“YŽKÙ¢ê$lõm_`70?[q•¡aoï’ƒJÅwÑØ7·4>›Œ9gdNi%È÷çLe¸»ä­?¡¦|X9×8¿f ß–tJôj¢óiÕ§„$¶ì½]™hØ¥ô³JEõ­”©íŒ×ÝG¤Jr}Î=R]|Üû>F>áá§u¶Š^eÁ¬ª8ËÆTv­†dÿØw®ëïÏ 2Ÿù\(ê{!ç´ÆÓ²¯Eçϱ”òK…)¹<­vSz]µ÷^Beüá¹p â_''É?d£ü U§ƒ~ÇW;5¬dê_4®ˆñÇtµAk¬_®ÃícTR#~ƒK·"ïͰ‘Ã^wO°Ý´x©Z2+òÆÓôçŠZ¥§ÀM™ýWqWüÙ´ÒnÑ­´Û¶A©“ øÕX͵Ë:Ó7¦ Û‰æ25pU:E-Ä«•ø¶FaÝCà^Ýýû5vr&ø3uV³É=‰z§»®—–ÓJfh¢j¤ðâŒ!+µÝ‚dTiΩ¼kOÀð5úd÷ü>Dœî|źZ)‘zvvE³|Õ_u–ëŒwZñ§i¾úv9¹TyÛÉŽ´ï;Z︚X¢è~…ڽͩx«f‘ŋҔ‰·{gU{2¼œqÍ'Ú‚‰àª­*M¶æ`Eê'¶[SšÆ£Ù3Ñ _wîØ.l|úC7+Ü7<8/gÊ¢ðQ¼þSÓË7½QЉóÄ4Â×Y¼Ë@oþÛëoohØJÅ^¼†+L<Ç®´ó9¬›ÃíàõÕÛ‚6ý¹ò6/]^nµÖ›$»¼ÛÕ´o¿Ô +c[±y¾²£%Z-Yy# NulàôI–Ȱ°ì¿âŠ'öùýÑÚ¯©ƒÔ@R w“íA+Ïi.«B‚$È•›Ã81eºµ¥^AöQQø{†~‹ßX™ÉÖ¸l˜_NµˆJþ#ƒŸm³P¡¼qÎúÊñî×û«‰Ñ¹¾›ïêî%Ŀ׊àN£ÍÖˆ˜Šg‰?—X<ÿVÝ_ò¹æù>÷oŠaó…Óù9éf¯™BXuÝXzšŠ¿vìq[zÏÄ”³YèÎ9ÿ=Ë=éŸ÷€A«$ébÉÒ»6¯o¿¿®¸õÀTªÿµËƒPy—Ž‹š\%9² öïŽ-­«pS4¡÷öÀ"‘µ+,ðfŠŸËu+­ûg½{¸ZëEš[}ûS]}* ¸ìð½p<› ©sœ»R×%"~ˆÚÔ³¬6™¶ä0aS›¨ðÖé« ÜlÖrHk¶»—xô»_±WD¯ùö({ æÓ»ú›É>±[¨ÀÆ«÷Èg{ûºŽæRÙŸ6X{3t©Ô9Úù\ΰJ>9Ùáº/Í•ùA3Þ‰kZ®’.½-¬K¤Uï_,R4ºóeá{Ü7c‚¤ÃªJ§\ú.+M&Ï]z7.\‘MbÊ;/Å'W¿jN¸¬œ—úá(eû¶}N £ÎvÌÃÝw¡,¯ã–,ò_ÖL)íöëMlô=Ì>¾Ç«'j‹³%ùu7ÚÝYŒÌYt¬··=ÐØÊ¤ª–Ü®UýÝi˜þ_Ç®kýy÷ÿDZß÷~”ííÿmlZÕÿwóþ=ÖÎaدÈõ=±(XÊjÓ_>ÏjhTJÔÑñáφÒ÷˜€ò7áþAf(!6oî£Æ~s¢gCË,Ýá´Þb~àq´’3îÚŠ[Á-V¡¿ÕÐ6.’ùø;/½[¼·ÈKý9«©_©ac¬[%%$ÄDDšZ¥Z>IIˆˆHM­Vvú×åÕV;šÞ·¯ ëY‰»z¡Åð×nþ¬êðV9`|éebJJýç9ᘳ¬Ó—á À3?.Ú¾‹Í#ÖŒ323?+|VlãÃ?Y󺢚`lvÈÖµòì ÆÀ¹c Ý4ç˜sT-%/¹8©ç%<%8÷÷MÑg.ǹžÕ‘󼫲Œž©o¥ª¦>ÜF5õᙩ]‘“VIêH”Ämî„/bi¸7g n==Dzƒmµû(𕉲/èúMÛêØwÒm<S½™yæánþµDï¨7Mo£Šse¤ÿ¼üÚPÃè/ÙÙ\^Ž.u”ªÁ+ãŒByÜy‰æ|"Ê÷d:Û6©‰ñD'Û,ÿ%á®{ûŸZù(TüN¶øêö™$%ê$} Ö0*")߉Ùר>™/x:Ð÷ÁÛ«ïº-zêûÎQ¬ReÔjÃZ#§o¹;%I#Õ[R]Aô&ôeùZ7}ÃNó8ír…ÐèYS|µ9Ù|ÛwdÈû‚Ý¥ˆâíÐjë¶Æý—Ëý=ZdlÒq’ebÓ'Ÿæ9Æ2bÌ|DŒÉHÿÅ~0[re”ŠŒÑ”Öë›ìr"å·Ï_m‘½+ñ}œI›Ë­{]ýZÞµ7ê¼¶}—™[ý÷¾„½ó?–[)–+Òu¯cýÙµ‚Ôk/G‰iË£{Éè>ˆØÚM?4·I˜¬1‰ qMÔsɱ¿}1]·)*²”IeË7÷ƒ~!µÛ'Ï@@°5(÷ÿbï+à¢ØÞþÏÌl°K´‚ˆb b+va˹¶X(Š„Ý* H)Ý)¢„4H—H(ÝzíúÏËîÂ.à½÷ýýߘ¯Ÿ ³gΜxÎó|Ÿç-°cñ"Ù·A+h3&¹ æKhÌ„»*ÌfÏŒ ƒ-j¬ƒcT&ù,`-²ÞÎþäIËÍ[–}ók:f²RsYÄ T÷ÇûgÏžà¼ò…¨Kþ÷e_wëéºg?¸4FP¿DÄJ-âî!‰±wäçTí›H'RýJö¿Þ®ñ~Çj=“Ÿ÷޹W¯¹³o™?Í£íðåì‚A¼Û:Ç?#C¥(xÚ-Í‹üê¿wÞ„n`Ø©ðT¼‡{y ¸¥kdç•<3)¨Ê[|J®ûlõßCCÍŸWe”[fÜ»Û{gôòC»ûü¨¸:>zl÷'éQ¹Æ.^+,sc$í·½¬X35‡Ö­Ï\î¼õ|²1óÞlÿþò?,df™¥ÊžîúË_ ²þÝb)/ò«àò·m™æ§È±L°!2bˆžéu/ËK¨ßµç€a´`u—êsÚÌSÕ!6}²{gºTn]“~žâÂcVÏ®ÚÛ;yÜû™á6Gvŵڿ.~"?5ø£Ä°øc³ê‰öõûªÂ'pëš%GFïn_kzºPWÜgâe§³g«6Ï':¢Y]4vƒ‘JÀ¢Oz£\;ìùî+½1s&5/':bçOâ~µ +—•ÆæÔ©KeŽ»ýÄ(wnã¹òv„V¾;æóǺZ äýa;”'§úzÝ[¯ šü#;3imø$Þ¹³àú›­!ŠË½÷ñ‘×ËÄkŸ[iXk¶?×ôÑ1´Õ37Cn¶Tc³Úèûð¼sÊrÛk…QfËõ}ïÙýìIõôhŸcÔÆ¼,yv×ÖEùú‹ÜÌÉZ/BÎŽ·~oñnºç¿ðËôù_•£f–'VV”ä½nɤ)’èǶV§=ι»”8®+:z:ÝíóþÑòu«u7ä¯.Hwuš½²ühò¤ÑùUÅ™…:úg ì·š“ç“N‹ÊŠËʺÚä4¾_ŽÐn)W¨,<ú1®ËܨãÈ×”%'œùô Æ²âØ³™ ž¦ÌS×^M#Ýôð›Ù•„¢¶v–»N²¶)Xœ¬®{Ü`cç_4†þöPX0ïðOGÛÅmmm^‡ðyns|´Ðð1Þ¤Õr¥éÎÉóÓ\oø‰f8ïœdx>{JN éõ8·ôåñ³ímüô›Düˆò¿s¦jzcwý);Ý%Êâêß¶Kžqý!¼[«åÔÌÅ6k›EªÑO+„/{š ¶\tƸ rß…’ŸjkWì/ú ·iyþ‡ûŠcÏ>ì×\’£êí`¹oÆÇOï· Ž(’¹ìà]°ü¼`jeÜu%'¯e{‹Fk}ŸË÷ãŸÎ¢¦€Ÿ—þzðôTÈùMZN%' $Ô6zoºÔ)7þɆgC• BøÊ§XSËZ Ód4Þ꿾j=]È`ìò’Ë”½Øú•\fuƒz÷æµÖš®Œ›µ“Þí!ýcCÑÝŠŒKïI÷² JŒïÕ~ ”¾•ðÖÒÕñZÖì‘y´i[^õ“ %êI·o*œ.±˜’1aNÉž; ôǛ듿Ÿxeê÷C1ÿÃY†RôÐ`sm·Å›¤ï§\Ô%~ü8•ò úE|~åkù‡ÂÚԅ樌?ÜiÖ®azËØAÇæç‚[ÄXÜÙajïR6Ï_ôÓÓôµöèi/Þo?¬Ñ:C5çí'^1†sÞ®»W¼àZmÓÆ²â¤’ k³´¯Ûü¤ÐèÓ£££õe—èûµÅžjÚ­¶°¡ÎCܬbÔJj‡­¿y*íÄmÏ®ïåO‚eesË%諾6(ñúHÓþñõ ÿNí„ëðLz_e*¦ª£˜«=ÿ8bÖà§{4á۱ퟺ%ZŒMóÒÛ¤SÐ\fóèöW»›·,¶n!d Ì~>wÝ›øOͺßÚï*÷X.¶tªNÓ5’ÉXý[Æ­˜²™_L]ÞÕï²Ò˜„›Ò5çPÌI¡Û›ÖÝë¶V˜=ª¥ýøº†ð‚Û«Ñ­’{r‰KgyËA·G í$¶­ nÔŸr4äY@É,û?r·ãcÓ’rŒcž¾Ñšö}Ö|KçwÖæˆVÞ0ùìuž˜~·SdjË´o•f±OL3ÈX2Õê[ÛkmœÎ6Ö q›Ñ‰ýû¡™ÑÁuT'NšÚ‚î|µ6XéMŠO8êGÖ«j]WÞ¾už{ùýoü×ßP³4í®¥W›¸ïÿ¼c¬óËïOÚÔ|›_¤~ÕmoüBÇ3äò„¿ê÷jóiÖ£—-ïŸ2gÓ¸;¶{&¸Ø8–ÈnŠ l;µÊ?wýü=ô½£üoäÿHN}’ò¼­k»T_Jc†Š—®.!Z?\îʳþŸjS­6¶Fÿ:1Åý™öµWlN'õ8!TðáGÒuçôÇ{òžª¹û´hE»êUø›ø>Øw÷°\Û×Å‹u§ ߳ѻbÔgC覫 òšì»à‘ü¼<×âÈ-%_žiǯQj}}IîJ†Ùg}ÇUã˜_S.² ¦ýãáLZò‘ˆC-¶gO¯¯Œ6ùülª•hÆÃ›²©3ûMJ$¡é(åý{Óà­}z/TEü.÷Yªõ@IIIÔ÷«2^m–ü!¥g»Ð}ÂçSñÏ㜮:Å]{½S ~ÜçnóùWÆMßÞÚZ³ïé±'ZzúÝRj–›šýHz“61yÖûõK£h¿®û¹ß~â-³ííÅ ¾,ÚÒ|šÓÃÐeþ¬5Ø:ÌãËÖé¦.îj?Ú[.Æœ\s;1B€ï§÷ŽûŒ·a®/{ wèM­qÙ©¿¼ôJ®f=òTØ`~üõ€_±ö¯ÿºZÔ éã§²–CÇÓÏßÜΜ@}Ôð@52ÒÔtõÅ‹²tz룭’©¾¢²E½ÏZƒ+ôb¡þÍÀ‚CünZ¿~mzÙù—æ‡*+ t–ž!xßi”¦ôïG@³ûÜþ}c=B<3`¼H‘uuN¦ûiq{a¡û… Þ|OŠý^èî~ãÉìÛßî«§iP_Vļ_6íÛ¡ ç6‰î0?R’ºfª ©¯÷sQ 7àuT'½ÎÊYiØ”‰F_c©ÇÇΚ5ædHpíãg›Ïl©/¾)篮õÇíÆç‚So;5XžÊ(­\‘äP¤§¼}±ª:ÿÖö‰÷6¾øãñî´Œòu×’àôÚ(E±á/‰«VÝ6ÙvBTçs>Îë|V`¸ÿÄóP/ïWxßÍYµt—‘áó?Ý·uÙ‡ûpñÞe¿Ü{Vè"¯Þàüw Ÿøý{„ÙÑ÷«ëÊ۸Núôæi[Ù¯ÊäÇËçyÅ]ûšùþÄ6Ú©ÓóµÔýïýè.BÿÏù¦evsÊýæ]ù)ÞýnÁOÖ®âêt*3 4DÌR~ÃØèc–6³3=ÓÓ7­3<ó=ëô©C*zß3[¼šï9(³$ÍÙ:pÿe%^l[AóøerNqyáŠòsG‘IžÖÑK ÅJg⛾×­wk$ÿxñØiþîË]ÿÖºMs]ÚzÖƒ+,ÏœŽò­±kÝo5'ûUóR¹²Ï’®¥ ‰®3Xé¸jÔÔ®Mï?ßH‹"õíLhÇå´êW„¦å} xÿ]ó×´ûh32÷×5Ç8n¬XÐÇó±Q†Œ X«+¶ôÉ7ñ[»‚K».–ÙžœRdzÝçý2àC&ÙY4/^zèãù«îk54˜öy—?—õ8¿j“ÃÁ%w”×M^ïðUýV•tžãqcºé+j¡XôäÔGjSûkž‡ð¬tš]‚FlŒ·ažEIá´{Bé‹l¶½!É9÷Mµœ–”œ”œì^´ÌÂ:˜VU#¸Âg¡RãÆ#—ŽÇÍlWòjü1ûu€YVjjÆ›|•'±‰_ÒGÆÔIÿþ—öE>úY5ÿùGZÞí#.?if8ÇØG}޵§É¨Û¾ÇìÕ’›Sæ±·«±s¿Åñ' uQ=*L¸¸sé'’ÓqçÓ]:ÛôuœÇkÜÕ|u¹òõ!÷ŽÖéßÚÓtÆ¡4ni‰²Û64Ȇ[¦¥óç›{v“úò.ëýwBKr×ÈZžRG$F=ï<^²jï7ª²{l÷~Ó"—ë's â:Ÿ½1P¯ž=»Z§hññ’˪»"¾Ì®LëÓ4ü³/èV;($Äþ‰ØÌ³?3»»â1ÌêûǺj@zʲ•µ 5ó[˜e)H R‡T#ìß0À¼—ÐSÚŠ4!œ}p¢ éí âù ¼ë4sw¨Ö£uˆ÷óYD#ó®1p¤#­;Ô¨¿ÅPÊHZ»7ÌlÙëÙÒ†oÑRddíd¶†CÕ~,¼j°´‡Yâù4³Æïýþ»Oý§ÿÞSÿGŠI[Çÿkë8<3A¿éGŸ ÈH¿;ˆ÷(ÿY»¿Û2£íFäw¾õh¤í÷Jó¿rÜÿ~»½mZŠü{íHŒ¤µ‘ŽÑB)#oïé2²¥©Éý#S‘k@c»¿×J}σ)½’J™mD#ÜZÉ òzv¨ÔóÐý¡ÆÛÀã ÖSñ5lh kB¸÷ÐW^‡Ô÷×iEX{ÆFtgÀ,ÉB8ûb\õF,^s^%¶£÷ÊÇ,c^ .êÞ§Ú¿ÓÒŸÚÿS¤‹­¶ØZüï[ îxÝ5§¿­a¼! VýÖ7bVr)CxúsäÙ®Sû¯&õ_­…yõøgßo»¾¨ˆq’Òw-ÝÓ÷µ¾O{xÌE­ÇMBøû9Ï«±žŸŒ‰ðÈdt äBWGTóØÌ€— H|¸u–py®jÐH¦Ò˜W7†íµwF§iÜîUCƒ×†µÊÝ€™ðXïµ°Éá5¡<ƒI+¸˜kùFH3^¨&ô•õ®±(Ú JA!a,” ¥!ËûŸ:ÈV€5hÍ:è|ƒ0¸}g.C~+À íD¹HœL@&º³ð{áVæ#!”J Ï8éïõ·6V\õ€Þ·ô7%Ì¥Î$«2PÃÓI̲û ¸ÿþоÓ) `Êåé/ƒZ3ï»:DÌ'LhB#›_oÙ>”oú× áX¹ÞZ²OµÒêkÏš‘†bí=íÍç2Z__Tô·FO ƒ3Ĩ¿Ã$£|!Þoy×G¼‘åÎjo–àäöSs/7fˆâÚ^/'4þÙ·!³sûä×áL€`Žâc±Á\˜É¼ì¾oMfñ“ zõU€y‡É „B‚0`²@Zdë {¸Z>7« ˆW‚xà瀛茘6ïˆôÚüß³x®TÊVÚÆÏ²Ýñ0§•ï‚ÙíúS ù&s³gvp·iÕþ«x` \Ä-zè—e¼ÀÔ±:ˆ3&`Én uKXÃ$y”OàZª;„Ô™öÎM^̈eýŒ+Ù!¹€9›dô?v8Ê“˜O 5ì‡s¡1ýµŠaÞÑÖ”‡ÌÃD ˆT ß³quD†2\Àiùbƒf¼V‡Å@¯í3,Ÿs>8Nï}Nlݽí™÷Øönb%OW;bXµ‘aÕó‘›À²Ïª%ÞV°ù!Œ¸´ëÂÇ”A¯Í ²×ÞŸOá¡=Ç}Fþ‹§íªq±Yî–¬Ê5F]ObØ«sŸ2­Ô:NïµÙmœwJj°È­ñCëËâ|µÿž­ÿ>ôúçzrÄÏhK0åÀmÜpµú×)±Þ݇Ph<íŸï±åÇà9í¹b#œO¯Ý?äãÿ?’Îq™ÿ,ʤžõ§@sxDûœ6žM\ç,\Ø-½wNÓvKgÕÖGGÁn÷{úìžm'Ø#{»/lõÜ}ùH"öáby Ïœ¸EîLßRHÌz“#X,‘¼’=2îõïøžUšÞWŠÇñæ I®»]g¶OãúôA[TzP´Îé½Y2‘g›Ývö8v˜Ø§§´¸ò½·8¿O#µzfÈyözuöy®â"ÕA6ÌòåÂ<ý86îùdJåŠÞ{[¡ 3°¥g}>!×±Sgdž’ïà9í·H€›ýöÆç{»µ2ן—µ²À8­ éÏÀÔA»‰CÏr8«5ÆR‡“cÜ?Üå°¢ò9¿Qÿœ4Ëõ¦ßG8üþGúHZ2e³n½¾+Õa=‰3v?ÈÇ+ï§ö[²øÈ•+Y–BaXÎ<¨÷ú\ý1çÕ!reÈй²át!ê7g×ÊEádw$±1Óê¸iP¨KÇzsf§`Mh®× C ¿¹gP6  –Âj£7ZfäÄt 4dSï{oÜ#LCRÌÜË6ù7õÌö(À¬øç#ìY°D˜Ý‹2ü§íß´Èþ8xï{ú yÛÞ$®,βµ^;ã66!ˆ›u1ýç*O:ØÊÎ ‘Uï˺™û’b»~ß÷»×÷ `<¿Ç†B`–6‹ ð:œ–´z€˜/£þ‡³d&—l=Ójú3iž¹áÙl­.=À~ï 48¶\ÙW{ÑÔ¡²D”þ2¾ìñ(œ&¤˜– Ý—bì“Ø-œ¶À®c¹ªë¨7{Á[ö¢‚ØkŒ ÑE6{`/üž™ææX¥ MÔ¤ äÊoЄWÜ€.)§bC5`ŒjžÑ×m 2DnÆ`BOŸ¾ÆsœÑk”DF’£féƒ ¡—Óu¸-¸jH)ø q bͼ$0Ô(Ù­3„Â) ÃQÃeKeäý³úföKªQAãˆ÷\)ìc§@!æýäÀºCõ‚®'ÒÓ>ã7ç¿¡$ȸ‚úõ‰Û¿dn2çèû¹è ˆÛ³ñrC÷Ëå©pÊÐÏDpy&²ïþ^öšþ\[g¯á9l n³b¿K“»ÔÚÉìµ¼¹´ó”ÂÙRù°cYÈ#þ™Ïu›áÁRbom³³fn;œ;RÖþ±?deþ©¼8‡f"DzK‚},fâ}Ñ.Wß/1@X] 2÷cª· 2Ä}dœ2ï诞íÙÉ}5Äi(KvtE޳EÀ#Ææõ‡ ã÷…í}³ºB8+NKåöò ŠïHbð¸hÖxŸSC”)ƒwÂúÜ’â@€íúü »ÆŸì(ƒŸ ¡p_â >y*r¹=0^Ùƒ eÁ}»Tª»¹0]}ß -òƒïù1ÎQØ> RÚB.‡TYÎ;¨¿§K\ÏÙå*40z¤p‹_gÖ­C®&³\RÛQ©ù{Kæ*%V®Q+çð–7}êÅa.2  …ûëœë¿:DœùåÄÖãÛ¦8¯YÒÚÖSÝŒÊ=Ê÷é/_Ká” ¿"C2¯(ÜlÃhvÉÄt´D–«ÌìÅÙ4”í™6qÎyÕʳ³Ç—ò›Ø_Ûr<óª…¹ÏÔ`p¸*GvJ„Ë~g>[ïÆ3æ2Z_1}¿ïhzrõè½xI.çðo…ÃDL,ã7@/oª»¸¯Æçž™[ÒˆÏäC”k<ÎŒ?¼¢°Kà9‡Xgškz¾xNO’ÓbgZ k]wBsu\‡ÆpñÕ@Lèí¨~×ö®ožÖƒ™n+ój#›Ý´ÊÔážuÑ`]³,hZ¿¦_Ä^ûÒ ma…Ìõ ìRcž­$¸DùJœóÞÐoge}%üŠ -ãO±£šÌMv”Þ}îq^yàA+@š¯Oêr³‘±3X¥yÓ{yØc+§”‚8¤~P»c±‡þ€UßÓ‡ø ÖìÊ8˜ÁÐ?^’ §pJ‰©O›%X²<ÍÚ]÷ôwž§än ÔúAr3¡ðÚÓ1°`ü€ö8´*Z¯÷·LÚ^ñÀý!ÿ>á:Ç'²&ëú“û ½¡dg3½wÇB Ï=¶çós+ÿ½Ú¼÷ÿvŸ¼O¢8ãyˆÛó‚”áΰÜy<Éû¹‘<üF»#Íp;é`—ßHûà¼ÿœò_ÕC7IÃÎk ´)ƒkrë§8øY>.§´¡\Þm؈ãÜí±N“içü#Ÿ÷GdðÌiènFzPŽa¸ù‹qÜìNã†Ï-ÛqZïnoÓû „Ä >™30ÿ )yP˜¹CãznÏ{GBù=»ÙUÜwú!¸áŸ\?ä]É!uw(ýað9K6òƒf?´xß¡LøMéq“ S/Œ€Æˆr‹¼çÏô]ÜF=üZ]cø±¹P†š%·÷ܨôxžcdsF°òŒ}¿"÷Y±®h#–@o‰—7‡™3–Eg;sÈYŽçsžÌ8Pú·Ö˜ö7Öi-‚ \ª¿ãuh#ZUJ.y$õiŽLG6ñ8u)¦’ððÖ»?’‘ýIË#e .eÜåyŒk Y ‰ñ+Žt/¤ÇU§(¿7ã£dÀé·ä’稡¨0=`µ«ŽJ[eÿÁjqJn ¹Ëuhû‰?t}ÓaæÊÛ+…Pš)¼¥0ôjñbס´óÀŒ¡dBA†œ_=™wëü\ûË‘¡Œ†˜zõO#ò¡Ö ÷îÐuþN,oþíGêYG÷»¢-}WðÿÞn`¸¸ƒNá¾oc"‰C9ó¦þ I…ËìÆô·=ìÄxJ†ág¯0tž›÷NâøŸÐ>ÿþ_™óÿ] ŒW¿q•Ç߉Ûy¤w~þF“‰óîÿïf¾‰Š#› ÷Xš‰}züž¼Ì±¬è0Íò!äjÀ¥dIÏû.,pž­á‘Îy(Þ¥»âj\熔ÄpXþrà&—ááõ·d48FÝ5H#µ)Üu_lHY,b×¶d„ù{Þ³ážk 3yŒ“W¬1ŠàGª¼2ÀœŸ×öÅͽãÙK8Ÿ%\ÿ¦ùv0\¤Ç/c,© ¼îÏrÝ~—»yeQÁ)FÚ¾,Ç,—ò¨5Ò5iŒÅ-¢¾Ô/§õz¼yç›ûÌ8÷ÏÓ ˜ºDãØåâàêkYe¨|ÞP1Ð÷)¯ÜéÿŸwþ7xÁq„Y~eø÷{ãmTï$ÏR¡!Z×ò\¾DÀsPÄ=–k žø/gGí¹Z÷-‰ÿ:6<Þ®½¥ šéÈc>Ý!Fðk´pɧpjíPÒf— “×ÛÏåýgÞÚÁÑ&7@—xE”ªT^yYÞ ’ø>.9RÞ-p¾j±¾súØVmeðk×ìï+ªWGÛ,ÙePÁßjçÿ†¾Žä·sL§!žük>u¨ï¨P&®`¢š<ü ½òÿƒ22iŒôo¥'Èÿ&3´R‡—³Ä^ú» ?äêOŽPà\aîºÀ-ßiFYôî/>”ž ôg.ƒzº.ίÈ}E’%åûÏẹÖÐø•oòÞ)Œì­ºbì ¬®à¹áË—õž/MÔdµ-‚çÆ:LÄŽN?¿O—ç!‘èçZ3ûCœw,· ¿Ë3Ãç·}#Ü2ÇAòÀ¨oöÌÕ¹ q2ɜߊwŸ ž[¦ÄP3/'ó+¶ôKpß ÓT%ÀËzçÌîñîR8™„5ª‘JãwrèÓÿi6{›ÄH˜y¤­q;¡àÒ¶ù;ß1Iéw}ƒãˆ¾:`(6û;»ËÁ '9â˜6ÇYÃ{MïÕG.ç'3FÖã ²žãù¹:Ì«ß3gˆüâ–mìòȆÞ:nlž˜íë€!ôwäË}ÿ;‡Ë[ ßßçÿ½ãcYxî;­¼`ÛHü“]n8'È¿}öÀ«%⽄P¶s0H9Ï¿}ê> Qxë4u\žgZÎ72÷'SOqÿ»êÏdƸ0ðú»kæxÂ)Ük„ð(gyuO®ã ¡Hw|A;ÜFᇖ?åRîM ù­1ÿ[`ÿþ7ýûõ?ƒ<­,6êNV‘¦q0„†]㈿0`À€ã( 0`À8  Gý`ìÙ› ôG"úß;<Œþ|&ŽC‡^EœÀã C4è%`Ôý•H&“I|DžQ+GHPP€ŸBæ#âq0‰q?™N—¢QÉÆÇ%y9º˜?ý”:QSCMEAFRD@=&Í›­£­5NYŽÂ(Ð[µLw¶¶¦ªœ¤•`F?I; õׯX0CSy”LÀ1Í>fl´}óªÚãèB"Á3*^8cf¼kóŠ9Z*2"üŒj™6V-w¬×ÕV“ áQíÁ½›ÍŒô—éhÈK¸gä.÷¬Î®ž=A‘.ˆ‡óNòóx`sáØŽµs'*Ñ…ÈŒ¢œ W»Ë'v¯[0IYŠÑVz¨ÿ£û×Ì÷nX0ýTàaÝb“U¤„Ñ‚¼ˆ@‡–û6é>Áõk!fþ!œ™êµ°¯ ”©€@ ý”ÏRNe)!†:²Ô—Ÿ,HWš8wíŽclxø…†GD,(© 9{Õ6ãÓ7ì\<|üƒ•ü|8L‡L@B Ó$ä5t–é™]¼i÷Àõ¡‡‡‡'ZßßÃã‘+»õAO—SÓÖ]¿ÃØò¢•Ý}{GF]ûûvÌ!òñ‹È¨hÍY±y—±Ù™ —¯]¿a…Ö ¸qýÚeãçC©G¢+ŒÓ^°jóv#ãc'Ì-,,u-,ÌO°±O“QÖœ±`Åz}û÷îÝgĨµoïÞÝì¼CUHRNUS{¶î²Uzë6lذ‘Q¬ãä,<¿]Nyœ–¶Îìy ,\È0óÀ… ôSˆ‚D²€ˆ¤Œ‚Šš†æD-s„Mb²#„Gp0ŒüBbt9y%eeeq€~6D"•&$".A§KI1ˆ%DJŠÉ¼T™Â/ (($Ä  0!&Ió£žÁá D>0ø8 êerˆC8²ÇáHA.â €…z¸ú)÷¸ Žþ|ÃP¦G˜bø¿Žéî'WÊ0ú@ØKé’ Ï-@dîkœï[™¬R†Á½('p÷h+m8ãàíyÏr9Eãˆ|êé>}üøþÝ;òÛêGÓ5òŠ~Ž‹Ï¨h{‹ï® Ú" dÆ7ãÚRŒG lzRrDð-j ·$½ñ­H|ãe tÂKƒ!jWÉ hÙ•v“ æhC0Ê8¥ þ’4 vö‰Ï^e§y<¼¼ŒBrçG™(XÅàÊ#ÿ?ç›·<’Jøuþ)†§n9;Û^Ø6‘`‘Å¢ "¸‚($‹˜i7‹dö…!Ù«øÁ¨} ‰ÖŽNÎv—éÒœ«q*¹¾„€ÜÞ»F €±ã‹b(?ˆ¬»y~ÀÏuÌ%(›ÇS2}VPTRŒ+"ãÊ2‘qîý,)a²(¢´ÝÚù¡‡³­chF‘¬JY†í,XãQ P*I“–,z|rË—(ž*M%“$a±­~…H¶P=#ür¦°xqÖý9D ½7É Ü*D6úåQÔ$éRrÒB‚û$¥ÅgýÒåå%æ–'RR“»»»„%‹‹  b¯L&PÚ¦çG¦]M,€^¦ÞÇD7>Ì$e{1}¯B~¤™ ̵ÏÀ‹lpÃÄYÍ ñ­þÙdPw¨ZD Ñ ŸYŽFÁùªéwgÀhãðlÜxÆž~^ B*L¼4¯$Ò_&YÏÀ |~ÔIUiß}’mf€òñˆ$ÝÈ œ·FÞ’ßVAjW ;ßòCuÏö3Þ«•Ùó¤öÜ–|XÜŠËÊÌÀgæ—7·&‚ëÉ­I‡¤èö˜WÔˆøÎü[˜ÔYzG€ ¶¥]¨^ÄíÒ‡’ÚÞ þÂÄ›‘ì§§§Á¨?ÝS_æE˜(d¦]ƼÏ "€‰mb‘ðJqAÂíÙD ¶Ù7[\XIŸq@J'YÍÀùÃaPNÀn) ¼Á=‡–ÿìÂ$Ð ³•R€úÙ¸›…HåXxAQ^’õ,>XÝ2*éÁ|P?_€W2}š?ެp<2§X‘Bxzz,8‘K!‰Q‹äF™Dfçäe&ÆÚ™.Ëî'½  H ÓsCe‰S–Ä‹©R‚R‚’Ôô{@Ř%L¿©ƒ£…BÙ~;¥€à×,é©’ŠbJdš‘„´8mö/½²²’ã¦&II ]]b’/ óiùG•!áuÓàܤ[³ø€ªYd6Èñß.î§’³¼ -^Ù„¼Ç' û/scϵó±¹$(¢o÷Ë¢<5WEmvpž€jŽïVq ¼Ñóœæº”Ârò• 3cîì^0FœÄCÈ0öT\~¾dŽŸ!æ;àóà©wÒ¡?éÔåΙ”Ë·À‡÷ïºÉo+á+…Ýüïºêïô!/ÜV IÃðÚNð®êÑ|<ÙÞð–ü®Ê}HìŠj"uX`ê½òn¸!.ìm©f£ÀÆÇÍÄ|8¨Ôx/áOqÝåñÉ= -d¨9Nl{Gëü Öñù±6‹i@LïÁó£@ÇöÅü¬Ð“:”æo;ë•] 0“Z˜m Æ]ŽËBU +I#Û…Ã9ùQfª€ºÌ)•þz8>áygg‡¤TžÀ‹€í’4™=þ¹…y9~ÛÀ<û2Î]ØøÞ àoHɉƒÆž‹ÍAWÖ}³Øæ#˜'˜î°„íkIùüª°Ðzt8íáJ”ôö†fç)å…VËNÜ÷ô ö»o¬†äI"ó yO`›tX@Z'ÝÃB‚ðÁ‘qéE”k6л·oÉÝUôv‡àаPüãäÊŽ·o룀ğáuÝo»ÊÜ–Säöð®»!Ð1²ö ÷w±¾âVÐÅ”@hÎaïÐðïö¡%o۲Ϫ 8ïØ=ßÐ`—£`Ü¢N¨Æ9 f˜º‡ú>¸ë]ØÞQpn€š±EæNÁa~w÷M&âìÛ…u9ïƒI­ ÷@„ “í׋AÝ#†rÈ<(ý©ÓÉm3¥aÄ—ßxž'¨M-ÌÁç ë.‚Ë„µï¥‘rÓí—PQGü"þòD„4ï~J®pÌI$G!7ü¸" é:d€ø³Iø±+µ e“ˆ,¸Ž¨_VŸV¡Œ PQò$@˜e“&-F#‰¡+Ü=|ýü#cS Ä¥z=~)=‰±è/³¼ %À#\š-Y <倴û(¯¤£MúfÉö.½ðž>+}ÖÑÞ&-YTËŸî¼Nˆ¯»îéãå‡s½0—‚²¹gFna¢ʽ./HY~{ePÕ}AÈ ‡æØ¥ä&ÝFIØ—c D7ùd’¡ŒG› ¯lZA®`~²+4êχI…Õl?Ø= Nu[ö„d)§ßÅc™p²Ã<{26Žé9¤ç#‘–ª0H¼1‡2^Ôú.ôöm7¹»Òmmú£ê–t@]þèu'Ü^tk(›§5Cí¥¡gÖŒ‡EFÇäyS7Q†E'yÞ Z îÓ‘&"|bJ:{ƒÞtÁmE.Û'Âãw‡Õ¶£¦^t¼Ž8§‡¥§ÞN¬ëB(ÈÁÄt…â­'”“þP_ªç[ï¦Ï'¾ˆ€T,£²hÚÔ¼¨ S ià—)ÁX㌰ý]*%Ã¥4±Í·/hãÉólRó…ãn¡NÀ;S1Ów'ê¹fAi^úß«$(3Âx4pMÇ+‹ÊÕ*ФåŻȂ•‰…Ò2|(ŸÈ‘èaïlx±C†Â¸že-Ê0W@ó\’ ›=Îþ“šî²^HœÙ$Éí̕ڳ´tþ¥•—,ÌÏ¥ä¤ÞÓ¥©~/HiŽK©€©CRa^²‡ ˜jxÒÝ;Þ¾xÑþin^‚-ê¾ù&î¹jçxçâ™Û99á¦p”æ» µ(áYû.Ù;ÚœÑGø©§ Brná ØÀ+‹ÊÍ~gDŸ¹ÕäÒM;›«go^µÝ!9O9 ^÷( Æg*çíC½±ôJ3»‡¾ÞŽÇ4 “+æ·[hlûaåÅ'<â³I!Ç~öäzÆPæ£C±¹i%†ŽÌ‹´äêÊ7¨f‰f O»»¾íy#íû¯_¿ô*^—I¢ƒe4Žäd½ð 0èîÛº¡7:;* gg¦£¥ïYœñ|)/öëqÂÜä-ñzäTúê¥þi"y±ŸB½ ô>¤ üë¯W/ }½Ëðz§Ü‹ä% ¬»¯©ÍÍMÅ/ #B‚6|T(/˺Õ£µµÕhë›,ÈK²î|¬«­&èY<,@Ò/ænùò¬‚ïf®yòl»Qã.yò´I¬7USç\y*[Dÿ¸S޼« ^ÿZ jÒUŸóÄÃîÚyû¬æBMY.ÜŒ«ïê¯öJÿ°}¦<ɦ)J_Òñ®Ûøx£à[R?­­ôñ¹¥Ò¨KIoÖnzS’W×A讋:¢IÔÉfÏë»û[9·éÐý y%ÕJ·°ÄΨ:bG±ýl4öb^Û‰¦'0eMXÃÔŽ7î‹IÕ7œóÏmžÒýÆ–Ø×DhË<©œv¶ÆÞ{!/?¶%ÃB¦XµãcöJ!BúOO´¤¤$Mo+–Û¤ÓýæÁT·ÑÖwÛÄWwô·r~Ó»ò+ë#adwt\â4—€Ÿñ¨ ~~ã$:ÀÂc—}”×Ô‰«‰µÚÅ­ýcõÛo›.¿²ò‘Lƒˆ œË;»ZÓÍ œ0¾’×ö¶«*|§ Á ¬p)íÅóù<•Œ‡»ªïã„%ãçÍTÉö²gn÷]"K:º¥Z2.M‚Ä·†m§CË]KÚé]uqGTñx@YPûF—””™fžÒL‘ÄAd¼æ¥ìþáøÝM“—UoÏ¿®9zA—TÏf¼ÛŒ†Á§AÒ‡›: oL€gYg6wµ– £ŸbP¶^ßQh5uðYmwwG¥ßzAhS$E’$Ý–smD…„Öy–wJuß™ Aã͞րΦú†Ön9 Ÿ$¹³ÜcÒ°zÉZË›öÝI“ŸPúª84Èþ–dYhꃂ8#HxÑÖ XéW¼B7Hõõ‹áÙHcäLq,« X !ó|jø‚–'Ù—’ë%H£Z nNÇÛü*;e‚–BÎÊNQuÉnr{ñMXæp²@?Iü¢¹»:`º÷Nª¼ð÷r/)~Y]UY]YQUñ†ÜµUšïWÓžwU/}ðysÓ³?EaßšzžÅïPVC3Ü`ˆêî"" Iï,{¸^ï÷¦9ã,,±-´ª[²£Ü{½"òÁàprSeà:ºÇ!Ew§áø¨8ʯ*½Î{÷®“]·’ÑåCWMî,º¡Ñâ›r¯À£Œ“Z@Û«à“«Æ‹Á…¹ûd5â[_X¬/ŽÇ Ë_j™Ô„Ò› ‰#Ñǯ·Én£I’…ºªÃ`Â,[¨»!n?ü¨ÕíÕ åvS HíxhyjŸ—Èžšôcp1[ß èôÂB‚ÑŽÁ‡,,,ÆõüÿR“㵪¡½ª¾ÜˆÎÐDjŃôšv¨:Ó .j€kËüN¯GÃTÀ7jÆ7^ÖÃuåÞÆºc$H0^ioLI]©ëŽòbd„ª²êÈes½É2| êêë‘èHšSï¬ÍAˆ¨Æz«'H5¼*ô%ûj«kPá¡‚àLGÇóº¼Ìîέϟ?‰kXG‡UðN¦”ð×GšŒE7M3Û:y>ºð§&ðÍ´Î{ j²O@õÀmï0/w瘊 dŒ±­O¨§Ûõ £ÀÌý·¼üíϬ‘`ô‘¤2¨­8ÁóŽk°X¸ÓÅ £€Irk0èÂ£Ëøùóg ©©yF#Y4¢_¿~¥V6´Wân¦Õ6Æ_Åäw…VUà Ú+^y-$QƒÕ½º3‡$÷…U´WÖdŸºþ…HžÛBP:–Ø[k!x¤¾Ìn:&ÙgÕ·WV§›à+Yý'ÕT’é||'¾ ¼©k{S[vN©n{S]|o¥ßê–›vÌõɯk+~zHxTBPsòµñL¸’Õò¦*û¤*ðËǵQ‹#÷IÑ-aµpµçj~ âi%hHr9¶h½'H¥|eÚQ(¤}%P}·¹yƒ@"Ü»sëË—/­ojKaë”êVP^ä¿I.?»Sxç×µ?=(<+ ¨)Ò¼œÕü¦* ߊ£À"›Bkàjïu4 w<ª¢µ$á”*ºE]sÅ9,þñ¿cøÊT8˜£OÔÀPƒA @ $'% ŒL}]Ûúº¦ôÎdÆY'WµBµ-yA{¤I(¯¶µ¼Ð}ˆ<.@çV|ˆï *o}]™e úå!µü/£à÷äMk®ë\Œ1Oj€+\pðŠ „­cÔ¬kªªP³‹yE‹‰~z綺ì4!Pé·kÀ¿®­ 9¨€èÜ£÷]½=/í˜ÄÓ®d—Ôj¿Š=îÞeÖ_}ô,$2Ø|"Œ«.¼:µY}«ÈR6r@Yµi›[7Ðé¡Jý .N ³½ýÃ_ï© ¼¦¥¼ºÔ²Jªlಗ!úÀ+©(v7_=V©©¯ÄäT!™°o.žZôä\ Wy­…"_ƒªÈë['HàUBu£GÔ”åwdªŽ<σÏP:AÙ!1á9jO§-O€{wo£BfL“èÀª–ñîm7@Í |_¾0V€TVÝ, LÙö(‰W6•V7Û‚«®OÙHôahjèóüWM¥UÍ7‹+š€{xÛm”§mÿ+¢Ç‹¥é( 2Y³öL"›sèîâMÑ9]/£}}Ÿ¿éÜÔœh2†(¼Üµ¼C«5ã” ® oìoãçÐŒ-Z¸Z„@V˜ºòÀíÈ’6ç¦çûè@rOÜæÖ=­™Æ5¬ý˯Üø[¨Âmj(ÛÂ""B|\o[L¯yäquç·Y¬‡¡~þë!mqFàŽï¬zrH ýÐên”ÞV+0èVlÂæ›) pgyÀ^eqB”š¶Û)§×ðÂvÛI<,>Ù8¶YºÎ_Æ]/è Œ6Mkí¥¡§V© A|²³z@ÇQÖ@ðªãš¡Jâd„Ìj k‹MÚ ’W_w#A£I5@\X/Ê~Áý¼.ÖOè Ý]ÝÕ~«(€o±O ÔÙ”áíâúôY¤ïõMr(š!P3v ñµ7_(Œ’ºå‹(ëì«í½ìêYÚ¡*AZëø<5%555÷uswwCütK6f›µßÓ'>W×É@é͸±‚#yú¥TwᎸ†„‡yߨªæÛxz\Ò“@Á4µ•Jgt?ÿ‹õñ¾ÒÛŽ¢›(Á*Yf¶Rß<ÔÀTÇ7]”î®®†›Ö¸5Çì´µ>oº”„¥»+½ñµK9íHmà P0Oo£¼¨ñÖ%åÓ™pg‰Ã4o¿ê”#±m‡+åO|SÓ 4{›®O'£$§RµMÈ'Aꪅ ÑÝèØm" ›»´ÉR-ɇeÐ=D㨖#) ¶#¦®XÇÍ3Zéöiõ2»t/¯+Wù¬ â"¨-‹‘õáZ@LrjbЙ b1Œ£¹ƒ øÆ‚°[tåPg,µñai;¥9å{Ñ?Ÿ¦H2Î÷àé7c2^¤ã_ä–6vËB¢F# O6Ó€¼Ù‹i¢8Û´²»BgåãŠmê|ç!`Ì¥ÜV¸6x)QלsY%}«¢6r{þ 0õ^iç”–Ô¨ßAè®x8qòVGÝ*Žè…±²܉œ.eèàåbm¦?U2Ž@ÚÒÍQ+‘ÛrÃÿi\bBø¥É°l{±Ïu+—ÐgqñQ>×׈ü××”–¬³jÎ5±ó v92ŒëªòcœlL7u õq¸ã•ßÖU½4:FVîÁaa~NV—]ó[·‰w–Ü› ¶:&öðÇPnåŽU¼ü”•lž”¶^ÜÝ6…NÀñKŒÛêSÙIoN4›-͇Pæò(lÉïOÀÏØøºK:oŸ€ŽßZ‹nTÚJz2÷8¸'s߸M¼»£úñ±™è–Ň•yy 6–Ý5À)ˆÄÒþCѾ>/~ÕœëcZÎÚfÿráÍíùÕQ'gÀ"»BVÞâ—ã0±wW3HÕ¿½è®UtžexyÛ«nÜÈ;½»³¹¼¤UËuKË ä`BGų+›&Ó ŸÜJ»‚vèMÔÅ %p¬ÎNÛä†.˜ƒu;_íŸ=F’Œ(Í?àô¢©‹ õ’4ÜÃÑló»Ç…tezèy ­ÂM)€6ëà-Ï  _§;³š@²#¾fœèzXïš@|sïvtãÙ™ïääig¾Bå"ÝûEðnìË‘í F•gx ¤= @wµÏ2ØÕÀ‡ˆo‚ë,u™Ot£Ä&þ·Ýí/mup@æPR³:fe릆A ãÞ6õñeKwWK²ñ(@\XKh/¶Ñ`¢í«¹îö—Ö(ËL²/ëPc([3D9®¡¤C2 ˆz˜Òþ špW±ø&\Ú¡8i­A!íÔî Æ±¹ÄNJ•÷b>¨Wæ†zÉ=ñò¯Ý¡ÝÏ›ÔYìÆ)<äÎlro»êbúŽdo{…„…x9؇¼jïnL<†FÛb‹ÌƒÃ|îì›ÌÇ8gÍoïï!©‡Á!ÞwL£Xëbf4¶‡¿6êbul?c‰(^š…!œè$c¤¼÷ÀOÛðvB]§0^l’– ¢]sîqA•ÐOF¬æð$ q#¶´rã@³ùË_ýWRÐh^tª³&þæÁ}×S›M»j“î1º’̦ëÇyÓÑÔîÆô»[µ$ð°4ªË]åÁf‹”¨°âÉõ)¦êDáK;ÅδZÐlŸº“ÌÈ”È Lû»)šÄdjCõQ#5ˆ¬#5§›)ÂÄ÷£ž=y[ÜÚùÆsH¬ºäý4*©¬¥-ßvÖL4Îìþ%ÍŒ[‰\âÖ2nÌ'ÑVts ðóÜô»/‰¯l'üB_"#Í-ÒÛÆübE!ÕXQ"þ 4}ô±ßf! g’ÒL&V†4Ô‡®!UÎe5\U„ŵ¸\‰$Äù >"Ås»øŽÊ˜k›'Iâ`>qŠ;pDIkÉw?4W¦)OV'ó wõ†Â0‘ ó‹uô±0ÜCÂH“à†{¢c*ëPÉ ÕŠvÖêÑÓl‹Û[ÓN(Á !5Ý|È «hF¬š’QŒR»Ì^ïD(-¯¢¥<ˆ‚qŠ;nz„8\"ÒKÓgŒl–ÖŠCC6ꌷ¼¯]˜NÆÃþ¥ÔDîDã[ñÅföÁ>În‹DÚGÒT‘&î¬O`'}˜mC=¡6y2Ëbv‘Ž"ÿJßê.èöd„8÷Ay§(Œ.f;¾ƒÅó]¥öÚ=äÏßÕQ¿$ ¬R‹4>Ù"ˆë'{\ד{)Rz?žO¬¶?âà3„h|SY#ìq ¢í9Ôa1èz¸£Âc1 h\ËkÐçÂLs„Þ#BïjeœÞø×à‰ý¡6_ ××ÑÄ„ä4!6?£¡ÍRŸ"Ô”dL£§¶N€—I÷y˜˜3ǵ$¤U!u‚ãmL\$$Ù5 D@øzÜÓ„éý=; òD‚ O E”¡[lB|".Ên?ØÛ¤ÙçŸè$fLw3br¤«üÁLHÀ“`†s’èf80”Zð$9V´.‹\gK‹fÆëÂsû‡q‡»FW– dMRÈõam}hwÏ&9(pGÞvUë£[di½óî‘A.§WI<÷œÚ˜d:Ҥׅ…ùÞÚ"‰åø“Ex¸PáÁá?i ëts(w)ìŽÊEÎ$µ…R¶‘HK½ªÚÆqzиf  úTïz£~¸»)Ói÷ti"$~A0`ÀðC``€Ÿ‡Ë=«3Ɔ«gOP¤ ’ ½…’B Ó$ä5t–é™]¼i÷Àõ¡‡‡‡' 0üçàáñÈõÁ½›ÍŒô—éhÈK08 brž$ .§¦­»~‡±åE+»ûöŽ0`À🃃ý};«‹–Æ;Öëj«É‰ ð‹£øøEdT´æ¬Ø¼ËØìÌ…Ë׮߰€†ÿ n\¿vùÂ3ã]›WÌÑR‘áçcp}IsŠ]aœö‚U›·;anaa‰ ÿAXX˜Ÿ8fl´}óªÚãèýÇz̤9MLFYsÆ‚ëõ wîÞ»wŸ 0ü±oïÞÝ; õׯX0CóÿµóÖqQmßû8J—„(Øv ‚€­Ø](&*`'‚‰b7b\;°¤{†n:f¼Šbü‹í¾çÌ ÞûûçýùþÁy½”™3çì½Ö³žõ¬µ÷„¹‘v[ºeÕ°ØSQ×3éÜ{ µÃ؉“§NŸ>}FóÑ|4ÍÇÿðÙ™:yâXë½;›è©«´ø½õûRªšú&æ=ú jmkggoïÐ|4ÍGóñ¿<ìíìl­‡ìÓÃÜD_³Mã§£~k4RÊ­ÚhêvèÔ­goË>ýšæ£ùh>þçG_ËÞ=»uê`¨× QŠòd©‡%§"¥ª®­ohbÚÁÌÜܼSóÑ|4ÍÇÿôá1ë`jb¨¯­® õOõH©´U×ÔÑÕ×70h×|4ÍGóñ?> ôõuu4ÕÛªˆI©­Z«¶QSSW×h>šæ£ùøŸêêjjmT[·j!.Q %+'¯ ¨¤Ü¢e+8Z7ÍGóÑ|üÏõiÙBYIQ¡a/Š©Q(R *¥ ¨¨¤¤¤Ü|4ÍGóñp€ü(**…bJU)9yyªæ£ùh>šÿ›$HNšBý)Ô©æ£ùh>šÿ«ã·ÉH=d›æ£ùh>þÏ™&flšæ£ùøY£šæ£ùh>þ?öGþùõãÙŠÜùi Φÿ—ñ^†§dËÈ ®6*KOŸ”ÛpfkaÃÿÏS™WŤ\¨É˘eßøü:Ìð¶D®è3ã*GîÉÜžý³K½H¬="”‘©á­€V0MÒ†‚L‘ù•Üø8® Â1ÿÍÊûVÁmxÌOYUõûêþÕ»¤ÃØŽ¹My¹&nsÞÜäßϾdJ^áÏÿýÈ£\Fæ\ë[ôûŒ_YÃÿ¾Å¿Ÿ{WÉ‹¿dÉÈœ2Ç1Ë|#9ú NmÆ?ÏL9§Kÿyf ÞD`¬"s0‚œ†ÿ'€gî)22c=edÞå1GëÌÿçñ=Àkr{¶TÄØ(×QôûŒîŸNìôÃYöU6ü?7§ªòv õœ ù¶¢ñ¯1z웺>[@u¨üR¢^Íœ«[YãßûÀš™âá1\Ã~?zUÖTtÜâ¹ÒÎû§FƳÏÌ­Ý’w'¾$¿áñ×”µ•Òîêóœ 1xXÕežŽf_[6G° ¹[–©Æ|¥î<ø&Á,¥¬—K›¯‚Žƒ¯ïcƶxoÎ?Ͼ"J&ÈÈ„% 7Ió€g‡Hžögøª”µ6amÕÉ_ç[1»’¹= ¢ÅÝ€æë[ÁÇëpÏ>VDdÁ:;œS+ö÷9!Ø´ýÆðcP,°;¶µ´.$ß%ZܪŸIÒl=Pâ ,9MF%ÒüOJŽ•¼šØïõX<Ø–öNÝLÓ¯m®#yü²F:º_¢ddæÔlÁQËI<*ñžK|UÔ¶ÊwxÎ#™øÐ=š">š%Ä¥?Ä#¿úßãªu+[!×÷°¸X¾1þu„‡ù‡\Ý'#“UéH3ùDr? -,#ùï™üç™OÓ× p¼EÖeQbšæNbÇI¼‹ìèŒÿùïhK†Þ?¨1L`¾z¾ ñï ÞtPš6`ßU¢l÷ÉHÊb5¬#Ä#=1¼øŸ3š,íÓFûåú26áBŒ“:œ #×LŠküÕøw8`´‹äŽ"V½tV&Õ5v¨—üsΖŸÄ؆à= K“˜€q’ÍT€Øö¤jÝ x½‚¢¢lÜÌPÈ ¼m$NÛ _×Â}¯ñê%`{XÛ÷ÎbÏoæ…a>É(K=^×äÎF•;ÍbÜÇøzÑ:dÃ7`Ùüì9NpÕwœ9Š`uºÐ¤èÞÕ’œq {&`u´> kª²}ñZ]äE-ä^8Õ‹Y5e 9±UR5á< t’kÏÀdAÊr:ò;°ï¸“§Æ~óñ‘.›Qá –€ÛРÍQ›‘/Á˜-j Ÿ‡TXåÌ„×4c“ÈØ>bÙ)¢³Ü'ZÆPad /%:,•Ô¼¬Z†êþÌ©ÊòÎy—-£® :u³ì`ò­ ÏÿÊ÷§*ä~¹’CÇ4JSE†M3­ê*©ª’W”UŸ /Fat€»îÆ-"JÞ-þ b©IîíZÍòe+öó~43sêùâ6n†¸¸p^`ŸRXóQï;bT;Q¥Œ&XÇÁ S} ”ZjÄ0–®{ÖƒGä\¦¬O£Ù}%¯c'±®Gºz–Bž<؉XÂ뻃†ò¯jÚcœ¶dX ‹žŽ&Êôy36õèorGo¡°ôA 8Y"±6fű̽/îeêq¸®çf¡<ñr+îØDú†×“v0›š(¦òoZ7z,RK¥îG–ßåOÎÈqÖRëôÐ ¾°˜ye"Äö¾PÚSðú$kÌšÚ›àIyè Hˆ`åãV%a¬]õÇ5Ñ3çâ%µkÿ\T%,#¦pÑñ+ÉhsÃ!ru"Éû 0ßÕ2šÊá>€ãjзÄ×HàV Ëïö„Cw0ª»é‰°ªêJP\½£ZSè,6—V&?a÷’÷È—0óFç…ûã¹vY? z Ç2FYþ9ÀóÔ’X:ÖQá:©{fRö¯Á]|#Á Χ¨\±]â‹€ñø$YŠînœ×›±ß@GÜ *¾¤Ê8\r† kuѯ<‚‡«ÓªF­èª¥0y Á4„vó`–<š-çJƒjž«åJõav~ÎÛ4SÈߘâ¸ÿVÚG—R!·e¾ à ;A™ô) K‰é ÈÊŸ¹/ã¿Ãk_vQÈæ”)«©fÃæ%Í«>È$ø/RÖêò¡u»3 Ò‡ÒN:¬f,Î`„³y%ŒHë+#ïðot…ïSî̈ÛEÀ¦DabTã®#lÎBüÝÁ¶\Ft&œXèc<ö‰­f¶€¶ÇN ut£Ë=Y3ø¼—Å< ˜o9ñuZñ§Üs {³0ãeÐøÓoÉÌ6µì™&ÂkKIU©`U€ù¤ËÌÎ| y= ØðˆÆkàÞ0é üÝ3V0óó'ŒUD9ÿsìM¶•˜Bv¡#1öã–Àü¡Iëråm µÔ>M‹³‰ävbMN0ñÙI"à _ªú7"¶-z Û—øÕ=ѦòGM`v.áfûtm°T›vLjÇ:Â[¢ÔןeOPÓ’K\Y˜Á}‚&ra7"=—®´:BÝÉÝóÑÂÙÄúu0Ç[ƒ<ðÎSðê Öª¦+A˯™ £õ&÷èò=˜—úœtÛi]óåKy‰dÓßè…30ç6÷^fXâ±Þ%Cd“’Š=@…ƒ^íÆH¯†ÇÏp~ÖjnkìÐ<¹&v¡G§,ƒÏ@å¦1ÆNB–ö‡àQqÌ|ÞlºFÌG6^£hæCÀÇ~¸B;ŒÈ ÌoÍ›9¢A£9DìýšdÀ£5Á¹°£ð1MTð†\ßüªEß\pÜÉŒ.ñØ(Qý„YÒ(¢zøð˜—ž,ψz¬X}mCGyC¢ùI¢ëȃ\ïÜÄ{S~pÿÜðçÅ×@‹~éaMi÷ª{åb;æRûœî,K¿4±3±œ(œÄ¥(K}ÐAî}ŽÌÃ_/ÙS̾Ç3§»Ä¾QEÅ;Ú÷®Ü£8Ng±\#~g+än œ?…\³ÏKÚ™Cg8FÐO¤‡‘Íê/ÆñïøÅg¥ôPsq‹0["€ß6ÀÆÖYÕäºk¨:0÷?¡Òì[k(3ÖÝ™óþô<ãHCõ! Ÿ)ï"Þ‚×û’ù*o}în;¦ò%Ö”i5ñˆC5ôå࿶ؼ›Y{–M<ôÈ|™G™ó ž¹´†x.”ÒLëÒÒ Ç²µÚ(¶34™Q(^Ûç u…ñ¬m Õ÷5£Ÿ BŒD!6Õ4;C9öxåÌãDðÔ°Èx1*ÊŸdš<Œ}ì1†˜Ogõq¤Š¾)—œŒÊ»|ïx1üí'‘ – 7ÐÏ5pýDzòä‹$:5pŸgî1šK;Lb£S®NžË ¤kˆÝ¥Ÿ©Öœ¦²XFZ'1”êŠuø¿unHU›Zt†ŽýPÂîèm±|}ûÏëÑY2êÀ«ÐägÀºùÆ»Qe0Ë$@ò9^WQóÏÃ!ö[HX_ˆô/¿¸­ÀõòD¬‘)mâ'’ñ'‰&ÕlFžÖæØAVld¼WYT„¨õÛÏìMêzÏ" kæêgA ®“Øßo0¾9ëýÙ ),†lس)^@rí ±møÖƒ2mqùß”—‰×Õ´ÊGH|¦eLu5C7»þ*àÃJ²ûRPÒtæd‘˜ÏÆ¿[ãºÒ¾ô,ÚãJÔl¼n@4B‡dú`ªWÆŒ™41Ã×P«O2:Ç«'PŸÊ6qwàž®ÀÚï¬nêâ<>ëÏZ[û§Wí‰î¬Û¡öF‹«òüEå‘_‘#‰,õ>ÁzöwÁUˆÂI`äâwDd@¹Ô¤ « F%™Gü“g±¿˜ºÆõ–”J¢ Œ‰`UŒoûW¹šù'R¯GKÞqŸ°ÿ;A[@Qç3´ÊYl®<`ëÓ„ñ9=ÀîsR>·¶Ÿfz&kUp%y¢fÀw*\O½€yöŠh¸MY¥DWLÎÐDý{¶;C>ÜÁ¸«JùܯjYîFM ~”mÌ}hÞ«#+J _lÁZÁÙTOÌÏ{“fK´æy‡1+ •œñ.k„18n†û¬D>É÷5y¿ìMÀ;„t/¹ì(ÌLX¿ŒõÈ/Ú}¬$ç» šcá¼'éŽVoa­½ÕX*3™0h íP\ýÛ'ôèíâ:˜n|Gç Ù?kÒh•ú ue*<ž\›2¥¨㾋x¡Yi‚Ï»|*8#ŸÁÙ×ÃãÇàßßÉ%ÖbKPóŒaì~bëÏŸÀÏvQ~è]½ÄÚ¾?\¯˜Ú?o$ÄoN ¸*{ï@@¨Œ Ù®Ñ`ô ²‡]øžê 8Eu»‡×důà˜Ä·{Â(ß7È¢6šbf.Ñ× ¬ÚsŸÂÿê¼m#|ð=¬¸N|<øÏg÷Цæ7`÷Úµ.Fìz"¾?b;FýÝ‚3\mq‰#ª¤ß$ŠãP^³VoáÎXðݡڑÌç«*RÁ1*ê¬ïøØ˜0G+ü=]·œ,Ë‚Nã ø?1g:0ºŽQ ®¦|¬h-ØíÁbÙUˆsY¨iQYž‚è±pEÖHx´“èÃeVž þ^Å»&W| ;K"mMs>]¬j¬dèÜtrUduŒ¸„o_дše ’»~ÅÙ ÖwNw§ÜœÀZµ©ã5ÎMØ’ô¨qQ/K”ï¯)ozöÅDý}È w!Fá±OÃ'ÀïîeãŽ1qeì0οø×°»sAÅ‹‚Èø_7Áuk c2 ®†Ô;´½>ÛüU„ÏÓªh™hD»q`Á >@Œ¾¤Od[ý,²¬hÚ«+å}é¸/XJ=X=ŸXc L8ñÙ…Z¨'Ö½ŸKÑiØÏÖ'àëºÈ›|Š…^^ŒÄ'Ã0[†GÞè çR †çö‰í&æ1:šƒÙ{âFã}óÀ%Rº­ó¤²'åyômPˆ7OŒ¥X¥‹1*B­{ŠyÔD§—,¶ÇÓ½äEÿ%öž„ÍòÜèy´²V€å3ÅÞ•*äΜH¸æ3VÞ–Àò-Œ.å]{Zqmp<7ÄÅÖ—qð<ð[¸Ñ:'Æ/‡±2f=DùÍz'R |yÞ.Ì WÇØýÅR|gÇŸDdHi\¾9ÕüQwᗸǴ'é÷ ÄH¾ã¥5±çpÑu±5Ü9ˆÔ 1nØS«9sÊ"Ò°©¿ŒzȰù–XM)‡»nâèЮ0DÍ™ê)±â¾‘~‹¡ŒáðøX¿’Xgý»Ž ÿ;!®â8ª8ÿF WÖPÔ-j{RÌîÁ¨\|¥{jÆÀ·µÆwIØñ¬‰4¢É3˜ûŠ(l.Vø‡y)ÄâÆ5Eœ©½` A(<¸¶ÚRrÙÝOªÂ}•ÈÏ ðºWæ=©kkâS“RHï(6 ‹Å¬l%ˆ Ùy•µŽ½‚¬iwÍV̦|ÞUô–»•lX•6Ì4Yç%ñ™žc¤†dÇ.!÷Þd(Z'¡(óÑñ•ŽýEQ?PǡIx×ë²¶ŒÏ™§ÍB=ةʴ&¨‡V¯$Ë+<œólßD£T’0Ðy £yeiÇŒ#9ž øfÐ| >»£?±ÊUÀ†MUq¬=ÎäÒëÞÍÑ–+´ºs)çûÒܯ˃Á€ãj@)+× fïG±R…1ÆGG©- ãaž|>øè!±“é\:"±zç w©¹^ß«Z -’øÄ¾nLyID^1«âl×XzØ ð~E­ÌÀ\\ʪsH¯«YýYJ‡ß:j+Ñè4š#qÞ=¨ÑwHæ¶áöK¿{dx=üs’òÝ‘M|ʬœ?QhJælKµM«\Ñõxp{Àüs‘ºB2³?‰­½—CU5õ.¦wÃ÷¦¨þ-ƒ|ÝSÌX;»%YÄç+–%îâØ ÏÎ`ÈÈEÁôÂ.dÔ`á áD›ÌǬìVŽºDb·;*ƒQÓŒñ±eÄ%š=wÀjecŒÛ²_ÿ¾U©CœJj|£·×¤1:…Öe[³†€…Ûc&E="þ/ãe•¾‰SÄÞgIÈ,ͶIåƒ=×&–¬“ØËs£ü©;“œè–ÅWfo¦Œ€Ùüy±¯ÜN½_+6²]±SMYj¶0²ØŸâ`Xu¶bc}ÇI«ˆ—Ø Q'ƦOTc÷ˆí68;ƒ¿É‰ïŸIò‘ºSù‚¡‹(FÕ0ë\¬ÏÅÞѱKœ Ê´8l¸Ž'ȉO—˜°VüçXŒw<©Réyð,¢0лWþ!u"Ø£I|òeÔŒe„Û‡ï;TÖ‹­ý£À˪òŸÀŠW$— 8‹E- Ë€E ÞGÖüþ< éÂúÌc«•aT3þçÒñ1jU†Â/˜õ0Þ)`ûƒè8Œæ[VÇ¢ŠÖœià&«8Q8VlDfŠfTDWʉ/,­Ö‡y¶-:‡Þ-ƒWQ­8“ ö¼&¨Þªî‚ük)¡ðÖåGÙŠ`ÙY©¢,@ûÜÁºwåÇ’r1²…øwƒØ®ÏÓE?cmœï*øu⾌*Çkþ[¢„ñÉéÄ_G@þ–ÄŠ *„b<m®.éBP C{r‹Ï‚ÖÜNË¥züˆ²ñÌÐÙxù¦çQXA8ð†¡1-ŠÍ`–»ñëYQê'ö쬚YùWÅ]ª2·1SÐ*W¡FͶøNÈb…’ÎŒªq±&ó'ÎR.¶UK¸3„0uñiñ~X² Õ²­yC¢*3î6¥ù>Ééù÷¨î$íY°ãGé‘iZLJ·DÊ×fº3³¹h?‰‚/Õƒ+$7ïïº%NEN€¬zó–öˆÆ;ÿ©DÇÆ 5›÷€Ì­øÎ`ç}ÔØYDK¾lXìZ ýÇḖ´uDvWpÞ!2zp~4ä[6•«˜?ÀÚý"-npâPðàt¶ «ÿt—Ž`ù#¾mñ<º&Meí•Z¸-܆v­€'²´ñ «xB"~[¥ÿD$hNÂÑ[ä{RæÂ£V)ZÈOpÕˆ²í¤G^ˆšI¼‡_‚Úr“ÛUÿŒãŽ&JËÈ]ÄN&>‰§\ѹʗúý¹íŒíDëGà«O2d Ѧ$b‹‹¥ÏcB89±9GkN°˜ºÏ&¬NfK¨‰ø=FK ‘cÙà©pàš”OÝLŒ=”ç!E›J©ÿqŒXÅ 4?æ ÑÂYÐýÏ’+À™nàK,AÕ„i'C;K î–ýPÊŽôOŠÞ%`³+dâ,\ÌQDDÜÀ-bw'‚i&õãfN0p1Œ±G³¹T¼ªf%Œß Fʯ<V»«Á×tе.ѧ ˜?ÝéJìGÃg©ãÜò—`›Jƒ—µ‡Œ¾y!‰¢Pâ›B¥ˆÃ²ò[œjÈTàä´jÙ×–‹Õ„Y†$6}ßKðѦô$#³crí1†s'J¼»šƒV¯Ãÿ­ó¥YÆí]všZÁÊ€%ŒþU‘UM»æŸ-/†ø|»’H]Y…öÛÕ$交=Él,p–úÞÄ ¢§óie‚gÜâ| &΀ÐT-rÝçØ ±Ï²_€løšéŒÞõ‹· 9w… °®Ö/É«~&åW &À¹dá nŒp¯F½<¯QQ!¬cÅtಎÌ?§jª5Üû-‘OÓ‚ÜãeŒdí6Y3êòhðD–x,f\Rm”EQ“…ÊðýŠÖœ±y^àÏ„²idÖo9×Ð?[ÞÑŒ/ Mö¹°ôý”O9eâºR¿÷Sd|(räËÒÌ`V'¡Æú²+ 2ïjG D“ÑÊŸË …Y«ÐYá5çApÇEc _ÆŸúÔŠØ—–·©äaö7Ìé4Ñw´0°ø$Ù£4¢nËë@⸠îÌ P"‘‡a¾Àâ©ÕIIÇhÄÂù÷¬w¸z–kÁCéÚò³Ô_'ˆ kž Q³?'žhd®ÀŒOhôòÁ6Õ¡?Ä»±a:çrÌ4ÑrÀî°ì XýáÃóct·Øy˜~€îRÖ‚ýTss‘¢²U`}2Ìz¬<¬pÚí b‘,J:' e©O?µÄj>øªcÔ°zÛ\ðªÔ½"_ŠçÆžBÑÊãDW®Ó{ÏæóÊAîÎûÀÀ>ýüÁi-aÏšÕ{ [;ÿá{)T£Ú7¶24J•ôrDpÑM˜N3"í[5˜ú² q³ƒH‡a´W’aÍ«8¢ù™ÿá;ý¿Õ”©eRôv.x: y:^mIjðçê $Æ«!ž#caý³FÏ–gôKÇìªc \Ú;V§¶³bx•NŠZ壊`ÑfDêY¼޵ѹžeEµ¢5çQÄÑT¢kðÇO¸§Á«Þ¼)5e» È<^ ãRUUüµÜkÄ·zô¶¬t £gŒ"\°Z¯W¾ý9þÄÏ¢ ¯ö*W¨ýÈàD_±îö4Œô¢ê«°–äåX©ŸåØŒ#Š\‹ß(rWà.ÿ˜ðÔþVè…‰°=ú}Y{­â/k­Â‡þ+Aöü‚üÕ%Œ²üZþ³Ë„hâje¢cœy)-øf¬w´ÿŠF¸¬Iº•B°wzŠva”o"MæC§M|*'Tì½8Ÿ°XôD@9Lm8ÉØ….ÃXì&•-’Ñ-vÄ™¶’¨r°v|áj+ÊjâÕÄ÷àç¤}Ž™V5R$ýÕùa&à«/íÖö$//5D,U÷cTò½‰7Š—3fø ÑX‚Z~œõ¹ ]T¥¯À9˨zFoÃÅîr ££…ÊBíºœ~£7š‘÷©Ötâ|à*_qô%>ÛQã¾?FECæ>è‰Æb›Á×>…+ÓzäÔÃXs1’¹ K!s»;&ƒæO¦h<À+޲°ûÆÚ¹êÏê;ç E˺—zÀß7àó4’ûã \ÑÆiwrÌDÉùÉèÙõØè&¿G]žô™(AU„žÀÏ2Ro:ý÷ŒÒ‰YTi ñ­Á¤D58wÙ‘V|²B¿¨ w+¿ |üž¹V¸P_î ê>èéÐô),îÛÅ—ÂuÎ ëVFôÿÆH,ËHCUµkQ˧:×Qì;ѯ‹ó"±hµÔëîåBÝr†QZ–ì ú{5ãåμÆ_ÎHÌB¥9 WeÖ˜ Ô(&A™ÑU/ÓNc¥?Œ×ÞGõ ïõpHÂrmFÙ°;‰ZÙ¿êRÍÛh®0úßëŒ#ѹ_iù%rʈ:Ýgð9 ´œ€YŸ"_ÆÚ"VMªÓP#^J|Y=Ë&b$Ìhz'¼gG’L·‡»S¯‡¥X¾ºWJ·ù œ_/VßF¶#hg´”øâ!…CïI"燳öôd†'öD+vòTÄ'q¸ë°ûèÚЂÝs$¬ [¢ñšŸ ë.àÓÛÂò´¦1—ÍõG,ìèšqƒ›ëé.A§ÊV%…4­ñšHd‡Öñ¥uviÌ–ì±Ù +GÓº3ïxJæÞÕd´çÛ ¯·|îÓëV2lýŽœ{Ê`Ë^^`n5µYUõÂ3ßš¼³˜Iø£Ù™…M¾¦¯¨Ò ¼+å½ùÀ€7›Xº¶´Ú\êŠU‰äËKˆÙù†½¾äm•(áKB\Å;Àù*‰4‡¨²OƒÊâü›ÑcàJÕšÔ²ë8ú4±Ž¼?×t1¶ü8èû ÐDçÆßš¢±-¢•°MÑFä_8§°ë5êg-äØ@ŠbX•̪]áˆJ;–Ñ—¯§½².ô)³í{{0ÕØ­VK|÷5ïžo]Ü4?Õ!ž™hï.‚€é¿w Sx,Ø«˜|™Q }ñzUd˜yã~,­C%§%æÕEõ)~͵ÏÊ&jä)euX'¶—0?½Ò0{Añÿ ˜lçü›î¥¥?cT¸Ïaý Þ¥Àñž„YbìêÊÿ€c¦!®‹Þ5 zfžm[O. ùò’fK´Ä§™^ÅíËù–ËC_y4»ÑU[ fB+ùXYDA8éúÓ¨ÖŒeî`•½GÔKûRÛm3cdU¨ž…˜n´X1” £fPù¢U†œÕ"9>5û éü‘{A”Ê9þhéG`˜2áhd‰è ‡å\@±rb}l:DÍ”ÿŒ›äÿÀ´>ÀFv§ØwV7¥µNhŠÇ ,(×—ãØ1è¿ Z{†ÄõTändG .u%v4ý eBØ÷¼lMüòx$ŽÙ§ÖŽjo–˜=Å$«‹sö ’÷ã^AÕ½ÅÚg»ÀRáêÒ'Jð„rò0‰×ªùM—ë ï6(5xê!Ñ+{ÄZÒ\š(ͨ^ Ì“ºÕ‰¬°â - ç;º’ŒIx¶™T³"2°„ üW´Â9&¾Ä¬»ˆ(·ax7CJ¥j[ÛRô'Ïä1FóÚjÏ{—SõŽŒkN2ä«~§gE6|Ò6Æ„±ÿ²b5žD<Çñ´ÔÑ{‚í!ÔÏÙˆC»ßŸ‘à‰ë 8:ÅiÕ—ý[¤ô¤TàTмº}ïfºÎûY:‘\ ñ»@”a9áZTÔ‡`á˜âg)›õ¬h1‹J¹Œ3[énÔRZµ³òþyR)²fy=%õß<é"õ==P£ÁöóÔ/5¬!²OˆÂj®N¡¹öxÞ°›^š Ò :¡4 xžÿ7vS `SbÆBˆ»Œ°+k o'¢"×ЫfÇ÷Ê1#cn&1¬‹WÁYKJ6REYH÷úZVøQÕ¿ Jb]r¡;É•îÔG*€‰T~æ–bµò¦Uï½Ø'{ö0ÖjøÝö“£|®ÀŒ—QŸÆg7sêI”7^¾¸92,Ue6kæƒhͨâD˜‡[®Œ™Ð Ïù¢ÿŸÓì3 vxa.Äk¾Ç7ü!p닱—ù ¬¾A‘™}LP€5´’±Óî‘ý‹ò‰z2§`=D* G£U *Á†c0ÓèPíã¥|÷æxú²ª±ÙåXýV×áþpô‹wñ Â,iµ#ÜÌZå­×GÿsÀƒ ,¿K#by Œ´?Óˆêç}ˆÂ^bÌÅœ85¬¸]˜ÚŠàæ¾YÇåà½E‹¨÷ç‰RÇUS¢ Ö”BŽÞoø5³†o2äLXA+T80fD¼ZzižV¾G,lY˜:6ë(U¥|D¬%œ?G«›ÖÍÇ£u™–É!†5À/Ӹʼn2pU/ÄßR0*~?é÷ &0úÓnq»+Æ0â¾Elÿz1O‰¡·rob2Z€:¡(e•ZΈë5²’‹Š/r!çÃø-('úÖžbTÇþ`÷¸ÆžQgË$ê“cÝâM°9$±ÏíΰB6~Tâ ÈKÄÚ‚‚Ó¸!¬ÆBàÈlšÙ‹cFÜ?PÀ²û}ç2ˆ­ZÄû]€«¾p[þYC/ÆÙÏ Nbœ·QNƒ—ª0žzÖ³ædµãï¢?Ô¥nçoPö`­ºG©8EìZ‰Êзä$Œä\¾»6ÑQIÇë«S’éýÃx`ÓyÖsnîŒSKFlˆV—ÛCn‘ª4€0Û½áWj¤ô[ñõ€åA±½ƒÍ˜“9/pÎòD)9æ[ø Î^LìÏ e¬3ìЛµaîЧ Ê1(7Å k]ùânQÒ¤,÷“xÇâ]z°)_¼=E³ò/¾ËóK¤ªæÃˆ/²'¡†•Äÿ{ܵ¹ÏÈÜN˜…w©ŒxVËç/¬þùŽFjøªôC¬JÖ­vÛ~™¶ðófdÌg`“øoIãü f8è¬#–T}e0¿š•o1räªOçëè3—•'\2ò‘ì÷±Ê¬8/ 3¯5ã”»Rÿä%ŠÙîLc#jø~cÿ­wVkäÂ:’7E˜«5ˆ_LÙK°f†à©Og²×Ò¾Ö›V‘o$^§ð5;R=¶Cüe T3.“ó‘¿I3v-Y?œCUT†—¡ÚÈG™¦'JÖ4¼§‚ã ’PŽz@­=!ž¨Iz&ÝûÉÑÊÌß7îãQ¬-M#Wõ$È/GTõ3ŸVÀjB0Ü€Q¬â=$8‹âõÁÒ<þf´wkwmu^~ãÕp­ w'à­"ªÊˆUg1ßw¤òACg×øSð.€Öñ)bJSÖ®÷ß»Ò*6­ð*Ƀ¨cެ}á[4g—áùÁQšÜSéꀹ1 9ªÐZÊÊo)ž«{û²²T%³%âjŠù<´l² åY5pf5FòZ"—V¸_•Ë@Mv'?Ä1UëmåtŠ¿ùU:Ÿaéx} ܧÉèï3³Ò‘«ókû UðÑSÄ?%ÏžÌ{;Ó®7CF<Ãîî$7~â·àK#ïÒÚ®ó Ę ¦ö?m.ÉÉcùƒx^ÊJý½D¢1žÚ}¬*€ØõaÔñÊ{ù1cû£‚ñO?.}Xÿ©>bïÝŠ ~w/TÜͳ°aÜñ[¤f¨Œ¥ýµ%¡ –±jëCåÛßWs UzìÀWÛ*ën?ºÅn …Qík´¶z2M8®{ oÁîWzŸy ]ÁÑ-íýèø¼¹Cmah[Ñ(9_³[÷(tt=®f¦ÕÒîãñEFíM¹£U4‡šŠFËÕ±?áël¦8Æ!Ñ·íè!'¼œ;Ì=àÄž¢[G[OñÔêà0ÚrÊîSLŽ;ŽÖŸrtZûÓ£µ§ø$·¿r|Î6_w'wTÝ1qï‡ Çunh¯´Ë<Þæ†fùˆ7Çoè–Û};.[Ô®ÆHßÞÛ×ÉYAß!Ü×ÝYî¼ýMß•ÎJçJ|M"­žxöè0ü¸¹³þl[Ó{‘OŽ®n1R牯—‘§!_!0hm€2_±>ÈÃMÆPa“›‚¡bD»l—à–6ŠåV¹Aû;ÇF¹LV~‘Âøü~ƒäãw¯÷Ôð¬õÔž'£+Ûn‘²¡§¦›×¸ü>¯äÊ­uSÊ,R®ó’QSa£w@fr{¥ÐànòÙ /=|^µW¼á¥òªµ³—¡¯òO¹I cmôoËL÷Wª–ßè/ÛÏK‡£4ÄF×J¦­—ñcùB=»E G¼ZZ(. 2œ%3n‘â}/ÕÅMAƃdFÙȵ€.T/HVÁ1¸o¾‚ßÝ ýW23…oåÖm‘qÌW|ì’/¿ÃËD¨,Û^MÁk`{½·Š¦íµöz¹©ÉæzVS¼f«r@ѽ½±™ç—öêf^ξrSl êdm•"f·oWä9ÏW¹ÆV¶‹‚ƒ¿Þ)Ï)BõrKý §yޤx×VµNe•­Q\…­ü … ùÝW(õô×~浉#;ÄV·Li˜¿î'/ ™÷^‚Ej*^Nr#ƒõô”5iŒ÷Zi!¿,ذN¶$Xn–Âð`YJÝóug)º,2Zí9!@ñ…¬þyóQ›¯rrÊŒ7ô~Ó6瘱MÛkû9!eꟺlSvtŠÿ©²–§Z ;8åú­I§tþ²+Ÿ¬tJ}éÇëË9OËŸÒ_j›pý~™â§ÑÞO®vé½oÁˆÞ×grîu¸MµØvëdëS&Ú6Š“M§éiÛ:L¶œføîh®ëµ—“ZNÓxç“kûפ•Ó”Þ޾¶î¶Õ¶¶Óm´'›OÓŸn;}rÿOÖw®ò¿p[ç®O…ÿ›2ùO¦w÷[0¹þ­L3Y¦¿½Ï¤%É ýâ&­O–{nÿ`’K²Òs‡ªIÛ“e7Úé²[NËÁRk”é7­ÞC®&puo÷­ØýæZoîÌÛí*Žnó÷»­[áó~äÎI “Ûþ=JžcÓ¯ÅÎ=J×]¹jý´TíB¸->y•»BÅàpøUÑ ¹oÆìOrœû)NpHâ´]1ä‚ײk³W ¸°§äÚÖÖsº8" POqäÁËA·NêõßÔêzð Ë!GŒ—éYvâ÷Û¤4ôðås–:|«ðCóƒz-^­74ÜË}ñ¼ts~ŸMЇܗ¤YÑ- ©³”¯¦ùq¯¥úx-ÍÐÇ•éªüN›ZŸ 2{œ•n4¾ÕÉpç€Às=:íZòÅBq¼úÔ§,µÇkO ©^RqNéæÁ•N™çÚÜ<<,Èxñ¶ôŽ|˛dž«XØÅ¶è>Þbj¬J߈ãb[= _m17¶ÍÓC‹QGöšêMR qSYìøxù9Íφ۽/éu®ûgíû^;UŸS.9¸Õ)7Ý%V¹6ì»Å®2­Cw œeñY§uðˆÇ= å:Ÿ¥¥ã¶èñ,Ccæ‹í{´>%`ZÕzO#S#s£ŽF'ûvÓyô´'ÍV%vÕP=xÆ~ԵΖ¾zcÆßHºÑ÷ÆÓëÍ–i´.·:xzƒ×†ã§Žö_ä3Kó³¶Køœ€÷U]"†L¼ßº2|[À‚ûm+#”\Ó7¯Vk÷Ñû±új­v!á[®Ö¸øñæcýÕ:C<զ˽8ð#ôLÀÒÕŠõû,vIòÂkÍâ¹éFz ‚¢D—ëzíø^9ï° äK¡²pOéw …á‡LBŽj 2÷»õѱ ¹®ë%¥[aånÛ.É.=/LªÓÿÞãÍòðÙÂÚAÝ=d?xÊãRŽ?¸žwVS§ý½[¼Ï­n .µ-Pt³×B7ÜÁmò<݈G……ëzΓ;êZ¸Ù­ë<ƒ³Á‚‚'¯ {Ë Ñvs˜×rføt·éóT?»WhðªÓÃ}.…C^õú)³ë@%ï˜0â•õO…Aªî³õOpï›mø2¨§{÷lƒ—Ák܇fo2r×8š/3Ê]%ÂýÀð°+¼‰uë¿+V ÌX7î»vµw`¡ñ«ÎÕû¶>r7ÉÖýòC$c¥Ööc^~pÝ\+…¶a!B7+¹]ûGLÞÒÏxODû+?Ïš"3+}Çà©¢~ßåýŽ.Ï?¿EÇϧ4ÿõc¿cºùû¶¨/8r6ÿ¯ºQß5xŸ-ÔÞb¾`ßÌÂþuËßê< ùÿ÷ùÜy EËÞ*º†e 7½•„ ×¾U„Õ =vÈüòÞ¡,2Ý¡gÖ;ÿp㎖ Ãg Öu{ïý¨°]]§÷û\ Ý”ÍöåõzÕ®Úk;Ïú•‰±§2Ït‹ž±×(žåÃ)6c·ÈM >ékà·»Ÿ¯N¢í¶H}SM+Õ„ §BCgïB+ç}ºù‘J¦ÊE{çA±QytÏ·Ý‚=V¾º5¶]d¯ªiyw˜¤uÈÖ}‹Q®ç@^Ï.²æ¼5[”ÇÚ®ì"/1»‹r1oØmí«Ó¼»MÒ¾\?Éh•̈́ۊϯ¶IÞ×6ßî¶²IpÄ$k/%Žší’r®ê÷Û¯Ãјcë²B~ÍU£gûÛpÔO´—“µ7UroÁ›Z§2$¸T¨¸Á»GûýÞGþí6ì7æhn³u­3øf³°Lù‡“ŒÊ^[¡ªŠ·«S •}N†#ƒ6[hŒ ^¡'¿ÄÉðÈþ–Âaã÷Ž±Ð¿4íœÒð  çdû:éÄz¶Ð- Þ1K¦µ“zoó-½Wé÷د 1#xÕ,ùá!sf)Ú–.ÓÎIó{«‹N­Wï[`´)hbºb S[þ¾&m‚\…C ÷Ú¹é šùpè“Õ×´Q£æGý4øVØRAÎK(Øè\ý¯;=Ïî:ÛwXMïÏù¼¼“_®zŠZ¡£;¨µPãåE^ýe2ÿu׃Ó[xÙ´o8…~å‡î ñøÚþqi'xòy“z_}æË ©o?ðJ…÷+Xvñ<-üµ8iß ù†×¿k†®=ļþÔ¹¾¸ràz‹_rë 4íÙ¯5ñçgÏÕj¿R6Î÷ᯡ®¯{gŒá÷h‰'¾›<¿8˧‰ÁöþZÖö×Ëm_ün}®m½ImW[2ÈÎÇK:6>îÔ[ýŽ)ã¾¶é:JŒ)t ‰8Y‘P?wswǺ,UK&j溚æñêL±MràŽuíž\>´=Rþ„òæ[aÜ+1oò+h[”ÎÝÙÇêL0·_Ôð®½zÏ}—ÿÀc¦óçÛ«Ú„¼Øèøåø™5Wkú¾_VÕkë>yŸÃ KÚµ‰ÛÙuN¨é—ìÞ?Ÿ-qž·JËqéÛóWÖ _ÚfŒKÖñås?ÎÔõèÑñ7Ãn:™ß{¸ž7ñбYɉ~Û6ö±ü¼Nù:ÿËÁªŽm&ÿüò<ôË‚6ï]z}wöëù´Èd'rï×és–lc{g懩G¹IW¾ Ø¿vRÀ§c¥£Þ¯åUï}FéÏaÓØ)㜴à >˜‹'t³8¡»TUä2aàÎmE_Î:ûUÅ(.jeÒõ¾ÿR6 endstream endobj 685 0 obj << /D [683 0 R /XYZ 56.693 815.761 null] >> endobj 175 0 obj << /D [683 0 R /XYZ 56.693 759.068 null] >> endobj 686 0 obj << /D [683 0 R /XYZ 56.693 738.489 null] >> endobj 179 0 obj << /D [683 0 R /XYZ 56.693 738.489 null] >> endobj 687 0 obj << /D [683 0 R /XYZ 56.693 712.131 null] >> endobj 183 0 obj << /D [683 0 R /XYZ 56.693 712.131 null] >> endobj 688 0 obj << /D [683 0 R /XYZ 56.693 685.773 null] >> endobj 187 0 obj << /D [683 0 R /XYZ 56.693 653.753 null] >> endobj 689 0 obj << /D [683 0 R /XYZ 56.693 627.958 null] >> endobj 391 0 obj << /D [683 0 R /XYZ 56.693 281.296 null] >> endobj 690 0 obj << /D [683 0 R /XYZ 56.693 263.483 null] >> endobj 682 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F14 413 0 R /F72 420 0 R >> /XObject << /Im32 679 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 695 0 obj << /Length 421 /Filter /FlateDecode >> stream xÚRÉNã@½û+ê†sèJU·{;‚XÒŒf„o ‡È1(R‘Ä‚Ï§Ú ˜E qq•k}õú<ÁUvVfÓKK1:í ¼§ÑylÐx(—0Ëÿ,¶M½ž(m)oŽ«õê°8Ö; ,ëήOv)÷¼+odbÆhm7§ÚmçDú¡Ù/Ž«Ýö}ÿßEjoê´JÉC È‚ s&!+¼FÏ”Åè{l†¥Ý‡|ڙ¤¾ì¢Ì3–ý Ö¡‹|dt¤¡Úd³;‚¥ä!1ÀS[¹Ë„Ú8ñ×p›ýϨ'‰Þ‘¥G†ÙED&×CB9Z·8†F˜)&¢üß~n,ߧϾÞVõ¡C½<©'ló篚–›q÷OV®n É(È£ œnPVËámÅÈo“…õhÛ_ý2Óë1p¾>ó0lSý:5Ú×räõHPÚ ‘Á…íIúЉ¤†ï™ø U¥ ÙE±½ï'_öÊ!ð"âVÓH"fê ®'Êéüêµìm^DíP†éml®]‡l®ïwпx´O-IÎù…B_ÐùÝ endstream endobj 694 0 obj << /Type /Page /Contents 695 0 R /Resources 693 0 R /MediaBox [0 0 595.276 841.89] /Parent 691 0 R >> endobj 680 0 obj << /Type /XObject /Subtype /Image /Width 610 /Height 425 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 20656 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 610 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìÝwTWðw¶Q…¥JSz°Q¬ˆ±c71±›Ø¢ÑÄ^£Æ®)ÆnôKÔ${רc‹6 Xé}ÛÌ÷Ç⺲ÐUžßáp†Ù;wîÜ)ÏÞÝ…aY–S£üSý7Çqð¡c†a§þ[ JG]”Pu2²2 ˲ êcMt"|À©ŒIþ«ÊŒT(òWi&%ú>ì¡äËtTQe¤LÍп¢×  ú~\O@  …B!˲L~~¾2¥R©T*:w‹±ï€ÎÑSP­Ûqºèù­…#ÚˆD"‘HÄäää(R"‘ »e؉èqFÉ ³SŽ­Ì»uœ•Kä2)+—šØ¹96ií×ýïDzv\Áê) àól,Mßx)[ c"Z³îó†µ266f233%‰D"<{ó°/¦¦å‘\’ÿèÄêççÖ7®ãݤvM k¡ÈˆÏ0©i9î:‘^Èù Úhl]C.—ò/Àn€·“‘9ù ±Gõ” mama¦ž”o°Ôó¬ü³ÇöÌÖJ º1ilçKD,ÇÑÅÙ##ÇŒëce,¿Ÿò<ýYº¿·Ë³\.0 à»ð¨‹Îÿ¼°¬ÞÀ;7/ù„4nÔþ ì9¨l™9…iYy7/kѦ‹o +­en=Ì}ZXXøùÔ_>é74¿H¦|,nFg|iÎ+"NÁòD )ElÆ]±,åZÒ³¶m¢ò¢îÜ{¸téŠ&ƒ¿Û´uOHó~5¼ë`ÿA ‡OþKD¦~|Ū??ŠŒx³Ú“‘—{õ++,gåêä…)Ç/¤‘yÍ îfåiU%u)1 ÏÌÂÊÇÏÃÆ˜ÿº• ®[–¤Ô_'À[Ãc"r°6'¢ŸÇtÔZfÄ¢ÝöÖÕnñF™Mª¥v:¥\jÄ¢Ý>jDD{ŸQ͉­£¾”Š@ù­Å'ËÇ̼›]½~£…o8É ¸ÄC¢ì;&BÁÝG¹–f¢¤ÔܹðÉ•ãu|çÿqªF`ŒGPc1 :8Ökè´{Ï]õk.ÇI2îÇ'eJ¤,ñL̪yøxV7ѱSˆ¨y“°ÓÉý8¼ m:²9ùÁ£æMÂý<ýqŽˆý<¯ßLR¯\W%¹ï_˜^ ‘óøSSÓ°Ú~š­MOzêß6„ˆd,çÒ (ÿhœÂÕŸ!âXÉýÄû©é99gljÖ°^@©­b9Že‹’nÝ}’‘/'¾…•¿_MS£jU@ ëÄG™ FäâãçicTÆÑÂßÏZ9y Šr?¸¨÷O#Ã\‹+t¶ºó8ËÄ5 ®“)CòI÷RÓs$2VdbæìêæfgJDWS³7}éhÂc–o:—åâjÍ'…BªµdÙëÔµ9Z;ceZ+)ã¶CUÉ×yºÆã1ÊlÒ\êç1G,Ú­5kUKéˆI¶ø1ë°Ï¶¬û¸aÓ(ãôË…Ign¦æŸKλñ¸ÀÕJT$´à[:ÞM“ùù»‰mRÞ(Èmblf‰ýZe°ÂQ­­Gîy®šS˜~ï!¹Ìæ 6ûøÑ³Í[/>qòMˆ‹Ó:@TMk©œV9vê‚Ö2õ<í³ìœæwoàl)’I=Íœ²1¾~°¯TV|£A$r¬âV&÷³Ÿ©¬èùâdÓ þŽ],ÎÆÈjŠ ñ‰ÍÛÖ›TËÎÚˆ—þôÛäCÆþ­æŸÎžß¤ó—G3Ç32å NœMÈ•3ÕÌͺ¶ð6(°×‚»ºjðóñXôǹ1½‘r¬æçãqóöÝ×jÆ•»Ï~i&K_±9‘{¹;X1©ôÚõʵýÙ—:BÞƒØø«g]Èß¿U›}óDì½ žÑ½ü͞ݼ½4.ÃÞÍÅÁRdìR]«_¿Y¿wëNž¦ '/%—A‘¾³Ìr†lzùt¡‡8çÏc†·uïÜ­þ¦ï.=fs5[¨õuKs#±“É$i<9+ÏUÎï_CòëöX>YTËJöîÖªo-óë±7ö>.röñý´W«œ¹;.»»©·ÙÏÇãé­¿ni–<ôb]¥ÖyHÇæ˜T+Òì4]«;’-_W¶mŒ&KÌù(òåÝÃ'ÏëM²,ûQd¸*)UùQd¸*µŒ&Õ¿ˆN*S¨°j4ø™$Լ߭Œ­›5µ1^7%aZ®´^¢ó©y-Mm=¼-ƒ6=î[õÔ%9—Ó¤õ˜Öª9EÒüj–Q‘5-…ÅÁiîÊÊþ{e1µÃTliy*6Nyq?uù—§›­uÙ^½P«ÄBÈ‹ÏU4µ°ówx”–{áÄy‹ê>çb/«FW1ã7»™ðÃ:ѹ8¹©<ù©Ì×. .oÓ‘$V6ÉÛ„ˆ¦¯çרqçÜuçšîD¤¿Uɹ²©nÆD4oÿ­æþ ÈÎb× iî^U9Ûo_µ”ö˜,1Ò´m6ÚÜ¿]òš®^>¾¯œ—L¯Ý¸eofrWfkïé*Y\M¼rlÝ6>WbA…ëÔŒ!žæ€Œ«Yþ‹¹3Ã,”{Ô´³õÆ´ߘ¶µ/þ{ùj‘c° Ÿˆ\kÚ.ýëÆ¬n~­;Ö‹=ÈFuXº;ˆ<öp\¤Ë§Ý"Šòî}2÷–®•骄‘H̬»µq³4æåfåìÞñ¯} w–ãÌ«@*åÚ½è¯mˆèðÑäD '1Ÿy˜÷¨³‡ƒK{zûÇñÍêµ ôéã™ö,cÇ߲ꥵÊÚÓóßõÇ»ÖoÑ ¤É®ÜZºí©¯ûõË)Ú»IG µ673ÑzÂ*çˆÝ¼om;²6»Në`—¡=ÜeE’‡©iÇSåV&¼ÜW ë*Yö:uíkwÏKßÜþ•N«å§½WTöm¼èª>Ô_˜å8­/ÕŽX´;$¸–r¢D%ª¥^ž›IIIùùùß,üë“~C<Í*QWʭؼäc=Ú4¸wç–£KÍÀ  FdF"“«×oJ¥Ò?Ÿ‰Óæ8ù5ó¬ÛûJ¸•ˆêÖ"¢œ·3¤ª?%™SÒ¥,SÍÆ‰ÍLÍSpÅó³Ÿ$>H“²_Ø ÇLì<¨l¦&FBïð¾m.~ Ä–æZËdeç¥Ü<÷Q»®29[P(y㥈HÁro~åEWÍ/Ó©î¬I ó3Û}”|ùðµ›ñ‰â¯$T÷tù(õÖ9SËêø x ò ŠLŒE-Út9z`{Šîb-Út‘Hå…EÒò,¥Rú½I¯zʇ¼Â/\=<|Ô$" kÎrœ£O„®¥*>) %Ö–fí;õÔSF"“ç¿–g)å{ÔKMª™˜7î5¯Œ…*CzVÞÛYŠaÔbÒ¯Zšò[Ò@Ž/G“»æ÷ÌHOC§QjÊÃ5«Oà¿Í脘@L &“ˆI€wJ€.x/\ºýxû‰žd¡+*æé!q±·ìÒÌ¿®#z“ï·›÷Òþ·/>¼nPTS[>/TË>yš¾vOÛª°~:“ï±ßÿ¾Z'$HleS a‰XtH…°[Õ«¼óìmÄ$TLL>}ú$ñÖ­œœlôÚ[Ã0L5 ‹Çϳü‚,r èŠedbñ$-ûÌ?'qT«6/_"2„3Ý ÚchSu_þ­®^Ýá-ÅdFzúk×ꆆÚÚÙóðºßÛ²lÚóg¼SGŸÜ»Î±GV<ÃÕ®£Zu°]нÀ²lýðˆwÞ'ÕCëœªÓørou¬P ´¶±y1yãú5ÿÀ@##£\<ï~Ë###Ÿf k‡®¨ ½&ü‚£Zý`ó¬uëæ éƒj¡uNÕi|ù¶:ðFµFM"ßFLæææT³°À?Ïz'„<â8_y}‹~P©faQŸo8}bPí1´Î©:/ÏVçæä”³’²Æ$Çq Ãà‚òNxı,:¿²ú«FyšNŸT{ ­sªNã˹Õo)&‰÷ÆÞÙ¥œÏC„«yåô-lÃ?Ù ª=ïõƒ£½’c—éw7âaY-OM‚‚‚ˆSä+¬¾YýçÀP»×ªvÖ¬YS§NUN‡††ÅÆ^(S‹›DDDF–Nù¡Â{£b›Ñä{q²T{ÞëG{åÆ$‹þ}G„|åñ­å¡ .QÚ¥ï}:ŽòçkU;{öœ)S¦ªê©¨Ý«lÒ‹s²â{£b›-äãÀ~NvƒjÏ{}Ààh¯ñ¶`N7wÏÖmÚµnÝ:²ÕÇħq¯éû~TM·nÓŽ{wöNëרe›˜gs†GÀ#bYNãGù DzÖÁ_fTN›˜˜¨ ¨¦MLLÍÿ¼EÓ>nµ¦ïºÇ±ìž®-‰(,44<¼±fÉȆ ü<‚g쾿wî æM#<]gî} , ÉŽû¢m£ðð°:Í®«IªŸÜÛÜ".çJ8–]ß7°åw§uU"ËKÕ½Y`ÝаÐz=¦ÇiÝ]Í.xr¬[ãàz¡õ‚w;þ$_×Vkþx¤õ¨Öúg‰ù/ÿ6­›µîµùrúp°)G¥öI…S¿”±=­Û´SþÄô˜þnóìÂÆn-£¢Û´kÕ"úë_nëZ¶²û°ü{öî¶OºmNRNÇoý±S«V­Û´kÙªËâ­—uï‚×;ø5i½òW`_½Ý]u¼¨½ïn"ʸ¶¦qÿ©Ç.}­Õ/Yòó¨‘#Tõ¼…×Í¥2V$Ôòä`ìï§ÏݸiQ†;Uºj¨Ä!?Ÿ8†ˆ´îoŽˆ’Ì4wüX­W¢íòsd¬WvÒ/nM‡~Ûaoû-‡ÈÌüüùÕÊ—Üá>òÄé€ì¤ÕÎu÷ùíï£ã}2o®ðh1tjên"ú5¦Sðâ «êØæÞßæÞlLßäu%®œ°¨9åð–öæ.öÏÞÖ®Óü£_>Ÿ˜ÐêîºDœÖJ~íÔîvÛµ×6GQFjA‰V)§u5{y‡>fãŽþ×ÕëÎÖ¾Í;,{xþ­[­½oµíñ3UjVÿÏb—DöŸÔ=vùû~°é9Ù+ïô”ÊXõKAW­ìù oÛ4æ«A³?Ùv¶³‡±’›·Šô4æßÔ¿g-½9d«#DzNÎè³,<¢E…æÌiÍ&{áÐævÊ™¾}×çÿ/làá?|'àtV2óü³•C)§ÅŽ&zZ¨9ó§›™óÛ»³,çÞaAÆÍõlu‰)õI·êOͳ@5Ƕî@‰ÚñÿþlºÆª™¥žžZOÀ´s_t‰Žn×®E—!gÓ Kl¦ŸõKÁkµG%ïѰ:ò¥ÇmÕ²ç’ÿÞZcnÊkXqÇ1"_? ]»ƒˆ4÷šžýûº×ÀrîY¹$uMnÃ(KÇq«'í¸fª»¹ã8™û´5ý·Oüåu~Í~¾öCL›yW”%óŸü>^ýÊ_ðôäg­›¶êÐe𼃪ÊK=AʲÕoq4©c}Êù÷ÿùÉ̾£ªŒzaÕôA/6 q˽¿)¼ëä¯[þ¯åÊäã·w÷.UUÉ5úmÙî“{ÿ÷zmºtýáÍÃܳ“64è9yÔk‰hó€Ïý§î™_Ë*/eƒîßu;·¨D“‡ŒÛ9ÁíÞþoºØ»græÑÀ‘;ÆyÑÆžK,þÓ_[÷©µDWýzjкD´y@ߤæ . ¢¬'…º*¾ôÀ–¸«žÆ‚¢ô"Í~òˆaF[çŸ?wŽˆÝ?+zøýOP>ñᔿÙ|"R-eÎSNò‰ª™êu–,Ɉ^.^JÁqÛNœv1âë:N4ÛÉÊÒþM,tJS²$ŒØHO%Ì«‹ëÚFÇê"†˜R·ºDßj=°KÌÔz`«ÏI:ºÈÌ.Fõèû{°é9ÙËxzj=íû•ÉÐMÚº%ïûºGßßb÷|Qb3½^½”¥=í:tTNTsùçÊ¦ÑÆíï3`Åæþés›ž]\W¹Ô[hÌ‚Oë÷jòQƒ¦ Â6û¬G+s>£uwèØkÚ€7¸–sϦ_]lݺŸrz{ZÁ)g3Uas§O ÒZpܤ×:øWuèY¢Ÿ=ûº×|bÜzÑÕÿ0b™ú•ý€±6_nZßÖí¿˜Yê R׿ô­~{1)•JµÎo×¾£¼(ínªdæž¿UeÔ «¦Ç5u”J¥FŽ1ÒœYúKŽoá*•J:±òYã#¤R©‰KiÎ=~зµm"ÅF¿%g÷s·HÚ?áERŸPMÛ x¥ ¯DÍ’êÓ“êØ}ùëŃC‰()6Ñ3ÔK[“^±uD«gŸlÜ×éJÈGŸ·HøÃNÈÓZÉÔpûÁ+Nïùª)e>*´r2Ѻ-Z›ý•¯xÂäµ=îîŸ`åóU©Û¢Þ·Zì3µ®ªãŸÎÈÚkÑúie?T ö`Ós²—ñôÔzþ’”³;ÒA*•:6›56F*íWb3õ\at=´}ë–\;/ì³»Eû1¢•Çv‘¬x™·Ð˜Æc9ÚùÒ©ómšþûáçGWöк;´î5]û÷ ®åܳ¾¿ÐzÖ$õò‹Ÿ[rréüšý̘4èmñÍÏIéCE3÷?1ÎAYRù{Í‹òNÍÆí×ß?ªµ”e«ßýhrû¶-Dìñ¥ý§Oú½Ë†ÁÊA€‚ãxD[¨¾  £œV>®oÜù¢¤àÕéâ¥äÄ-ûs“£ˆ¯ç ¾j´­zÔ’OúWMè*Pj º6P½…Z—óÇÁËgNœ8²¾ÍšÎížRr'ñˆÓÿÄ–g¶lM·ðÞ³§_Y¼tùˆ˜V qvð‹Cô«ž~^2 22,ÂÚÌôìéãºLšÓwn»Òç˵r#NZ³ÁÔ-õ=K4)¢ACå_h{úä®”¿'Žþ¯ÑíóMMxMÿtg«á[/­ê®µ’>Ûv_ë?,hC¹ÜÚ­úcr°ÖmÑÚìÁ»ÖõëÑ5tŽHfä¶~ÏR·å•¾Õ˜o#à¥JäN">)¤x=£ÉíÛ¶h®âý=ØÊ2šÔzê:õŸ•¤÷³ eÕ±²ŒK÷‹œÒGÙ®šðm6ÆÖ³NgÏ:º¶ªþ1Çu׺;´îµÒöïk\˵g9é’[Õ¶9 ;Ú˜üžš;¸F5eÜÔ?MlÚ¿îÁ¯µŸ»¸(þãag; ­e"(ñ:¢fùRO²lµÜ›d"‡,÷¹ûË×38Ž ¯&Úþ0—ã¸Çh½¯£š¶ðžIzîiæoýíÖkÊéû—ïi6i቎ã_háÞW³­‹WlÕôˆ›)/*§•/¼hY–•ÜΠÆÑÃÇOÌ{xDû;]µQÿnF—VËS¯,&¢ší§ÆÝ¾zêøá5¢UÔKª¦;,Úy3î¼2lô—TŸV ^¾ãŸøógÏ_øoËO1šM:wöŒòçôÉ]DäÒjîÃØŸLxDD‘Ó\ZÕ]W%Sßï7½{îìÙsLÖµ-Z›mbµùÄ¥ çþ;±)ÒÎDÿ¶hÆd C¬¾Û• œNØ5×*à‹RïMêšùÞl¥nT©§§Ö°¿»Å‚â™ ,Üúi.®~)x³{“Çø¶z‡Åë~8»Ïä4©â­5fß¹;,Çq—›|NhZK×î(ûÕìM®åÛ³¹)ëò|‡ ^<Þj»ÿ w7OÊqœ4/yö°õí§õ}Ýý¢µŸ#'åwpö¡ˆqÑ%àn¡ÜYŽ-(kÿ”m« åÞ$ñLfÎmÝù›#÷OüvfŸ/úvß\ÝÎ£é ¢ízžÚOïöq—nb“­›7–}@ÓcÕ²[ß|Ûö/…Éë _T³D“"ãõXõ ]f7wõÍ:u-^TÓ—­¼=þÛÖ; ÍäÒ컇ûj.Ë)ŠŒ”.%y¡¤ë×?i¹7©|éxªB¾–ï²êºréÍqßµÛX$$™‘cÝå+:—zoR×Ì÷î`+ËFé?=µž€Ÿ¬š7vÄðN+„2‘Ëâ5ŸhVUâRP–ötéÖ£øu ø¯?W=9µè»kõŽn 5æ…þÐñHßoîù®ÍÛiÌÅMs—ÍÍ2’„ÿy¾®ÝñZW³×½–sÏ&þï`Ýa«U:4´"}éÄO{HB™\زÿÒ‘Mª¿îÁ¯µŸy"çq¾…S¯Ð±º¶%z¾çŠïF|10fµ­[D¢eéŸ2nu91IIIùùùkV._²lEFzš®röî®]罸ð×®{%þÒ‡t)?yöÒ ~½d2R­Âýöû–ȆuÑê®ÄÇ•çd¯ð°<í1¨ÆòžÕ|Ü¡ÃN"þy<·ißñÍ–MMy¸fõêóËê>°/dð?À2œ¾EÇVøTá]Zž ª1»g8vW‰ïàˆ¿ôß¶³•ŸÕþ‰(wßâÒP±'{eœ€o\¡A5CÄ$T∇AHb4Y…/¦øês41 zwY‰}‹1‰˜Ä$lÄ$í•“7®_C½+R©PIp`~ŸT{Þë¦jíÔ¾%_‰a KKo_;ûꓟö€ËÇ;¤ëòP8ªª Â‚‚{ÉIׯ^­]W(¶²®°˜Ä•ðä> 6¶vAA74j¬¿$U‘‘‘™¹yvVf©%“Påðx<†)ÓÝ“ˆIÄ$b1 €˜¨º1ia)Vÿi<ïJe¯qΜ¹sæÌÕlCEmË[hpeìƒÚd€÷‚à­­iݺµÊ ±¿ke¯kÞüùD4iÒD͵WÔVTvƒËB.e"Þ;l6F“&ªY3åO}7ó¤-Ã,,ÅõGî%¢¥,,­^xND¬ìÙ£? ò¬aemï½pG‚rY…4uÞ—=ü]ÅÖö­5G9%¦5g0pÀ€ÅéRpgbß¶nNö¶NÑ}&Þ)«—ß2s Ku·Ú³ö>ÐÜ õzÊR>õÈ„ðÚÕm­Å¶Nu£ºÿu#KëpM³Áºº¢x¥Óûz8Ú6ûþšjÎöý¼œí]|"æï½ýãˆÎ®v.¾á §–½Ùei*b²²¸{x*Ú/¹îÙ}ù¢¶5nÿÖgÌ÷ŸM:þ¨Î—[ƆÙÑÖ¾-§¯ÛçÝΜÑ®gõkº65ˆ6÷Šž³áo^ý^ËW,éY½Œ#§uëÖjEmèÞaÙγÞýfÌà{n׊vÝ7ª?º Ågâ˜.™÷– Q–íÒ_^hêúÉ1 .øvì€ç—|3©Œ ÖÕJSâlfýøóð†/»bîCïÉã»ä<½9ûÓðõyu¿Ô=çÉ­ƒF”½Ùei*@UÃ$%%åçç¯Y¹|ɲéiºÊØ»ûÓ¾Þì{¢•#¤];w*ÿ¬æV¯¾{5EÑýv>ag³%n½nÅ-3ã1DäekýLƪ/[oöÙã_xÚZ?—±Ÿ¤y›JT›“UbZóÏsÜm¬Óåì´ ;JÛúð„¶Yi‰ª2qOÓ=ER +G"^Nv†ÖmQ_©þò‰[gõš¼úæ“Üý-ÌÉz®«‹Ô¬«+”%O¤>¯k.T_ö¿'iÞFK+g"ºð8ÍÏ”'¶´f_4©,ÍÖÕTͶ|rr²O=Ò¦}G]RS®Y½ºbîM>~”z3!!++“ˆ:w롵LTT3õ?ÒçÏ¥ "’f?L—±fF|"bˆˆhÚÆ¿ê™‹”ÅÌkº¨á4Â,Q!K"YJvœ§1ŸÈ„ˆˆØò—ï6üÇ»EŠq?¯oTÃbôÇ]ïÉÊúüEoW¨2RÅÇD ºÓìg*xѶìÍ~ݦîØúN30ÜQ È-žŽNÎå©§b2íù³+—ã‚‚j›˜šr—‘žnmc£Ylë¶mÊ ±Ë–þf3:ôL”ÍZ=hê+ÛüõÚÆD4¿m~»î¯Z¾krßfü‚ç—N¸õý^O‹™M‡MíüÙ¤É=ë¥^Ú7vÞz"jbit2[2í÷½Þ׿/±®šFüÅ‚ß6ùØxvjZâÑiö_~ÒûÛU™ÝDd>¥òö“ˆÇQQQîõã›ï)tÓl°®®xçMU‰Œjó –H$*’H.Æž …¶vöï2&¯]½R»ž±±‘©y5¡@À0ŒÖbª·OüÇòàäŸãÓO;òUÏú.'öÿý›¡[›¯èæÞiÝñ¹SÆü²cï¨Á[Úú‡~bMDÿy yÔè û7=ö«‹oݱDD´lùˆö_.[7þëÖý&]R_×ê±ûü´ç»‘CLm»kÆdï-{n ùçÚiSÈ,¢ãe«>«¼ýôçÒ]Ǭ\6uòGý¿kbyäT¶Dk1ÍëêŠwÞT­O† ‡ØÚ:<¢A|\\³æoþ´¾îMîܶ%2ª¥y5s¡Pˆ½‚aH mùó÷N]»k>ZÆ{“ðNWŽã8ŽØ%`88ŽAYþ©¤ö]¯µ¼¿ð®ˆIÄ$b1 €˜0Lø°#‰T"“HØò}Î ªŽãø<ž@(222ª¤Ï%"&Á€äççÅßy¶ï\bò£Lô”ŠÏcj:ˆÛ7ôjTÇ“c+åé5b …T*¹ý0c󱄘¡öv¶|>î@) ųç雎ÆV·µñs·“I¥ˆIø`I$’í'oukÝ ]„zÊÊÏF$ü¶/vÑèN•“x†‚eÙäG™VbKt¼±ØònjW)‰†˜CÁ0Œ‚åø|¾òOgggô ”ŸÏW°\%½…1 €˜¬LI‡×tmÑ8¢Q“ððúÚ~ú{|†¡µÐÂRüÆËΙ3Wë4bJ÷ìß¹ÍÇœž¸áïÏœ:þ¿‹=MÎû6pÞüùZ§õ“ÊX€˜Z2hùÐmKê;™*ÿ´ ˆúºsM"*|þÏÇQõÃ6¨ÕëäóBÕ¨îðâa-"#ƒüê·ïáþ…ÃZµhêç]gö”2HZ?ºY³¨Æ Ôo»ár†úRÑ-"}êÎÜû@9³àÉ‘Žá¡Mšõš¶[ëørûä^‘ÃÂ;~R «ò}·%¢†7jÒ\}šˆ¤¹W†ÆD5jÒ¤^Xë W^¶dë´>Í"›ôÞœ¬µUï| ¤¼~{”wÕÍBsþʘ~fcŸï외}@˘•÷ÎŽVÎßéþåÑ“Ùw׸†6ûlÝÁ¿ÇzgÞZéÓjÄäû;ÊRÀ9zÒ‰>vD”¸Õ·Í”Þw–+—ÚíýÍ¡£žÙw×yE˜Ö~­îò…݄û;{ÞÙ6`¯¶–ï«?ëälϤ[tYsïìWZ+o·i?YŠÏž9]¼ŒÚôo]º/8·¢ŽMîýíÞ-Æ÷N\£œ0dò‰™¾Dd1\K«T6jü²ZÄäL뻫–ÜʺÐÞˆ<:ÌËü<Œ¨8&tò'"K÷¾¬|ìü^Ddå3@’5Yµ þ¹Éûô]“œ¥ò™‚ç·‰Šcr^{"²ôè+É«œóÓ‹xvœG´]³…óÚ»‘{ûyYƒ"ˆ¾ÒS¹VsãÒ¾ŒÙ@DDæ¼—·cÄø¨­¢d«T‘€˜¬ú8™¯HΙà¥çÓ~¯¤¨!"bD¯N+ÊX W·ozï½Ò§¶+{.¶õ.¹ñÕ«ÒÚ=tU®•‚ãþ:vÒň_b¾µ€)[«Þ¸7Y^#W^ÑuäÅÇÅ·÷2nÿóãŽDô•¯xâûD”¼’Øç«ŠZ]ªDáQSLDqFê/9ÊWÃk¯SsÒS·Ô÷z­ Á½I@LV^m†loS2Mì›m>q±ÄÌœì,ýÓ¥ôc â™ë&é[ÊÔ¡åž Åsgfi6»Ëì?º¼:Gkåíèð¢€ú´°Zвÿ¼îª #ཀ]“ {؈I0tÇñyŒBQüžØÔÔTô ”…B¡à󎫔ˌ˜ƒyÊÆã¹;Yeee£+àµdee{8[³l¥|G&Þ†ÂÈȸK¤ßÿöŸ“Êåö¶6ªÿ¨ gù,-}ç‘ØQ=›ÈdÒÊXb …P(¬çï*™l>ïQ†‚åÐ' ŸÇ¸9YîQË˱°°1 2†aXŽ­çïäÆãñ*é?¬À‡„ã8–eå2Y%e$b ŽT"‘J$è0x b1 €˜@L &”¶ñ³°+ìÝ>~ƒ.Ïkbaiu¯HQá… jÂBÀ€ìJÌ1±‰¹tjñ–oPC®T#qS7c~…Œ&Þ%ŽÍß™Vh,néììììììXÝ\–{ÑÝÆ:bâ¹ì»[½m­;Ìú[½|?Çšu—”¨ä÷Ô|ó½XYÚ¸^Õ¨n+¶qnÜWו…Ñó€Ñ$¼ Óvå³\þÝ1Žã‰hnüþÕëý14 Íª~O·ÿdÉž©­ÔËÏ9}‘ob«>GQtÿT¶$¤S@Ö½‰+÷ÅŽûuï'Õ®Çkÿ.uUaô<`4 =DÔú¯gΜ>sæôgöfDÐÿ3VúøŠÜïø’ÏJ”wrrªn%RŸ“ÿl=GÔÞ¥šÓÈvõÜõkߨýçñÆnªc‚míìíì«_É—© £ç1 ï‡[îQ¤ƒ¥±‘‘±‘‘€!IVl׿ӛµ“å_™|î)qŠìÔÔÔ,9ÇÉ3SSSs¯|=ú³Ógˆ¨·“ÙÕ-7¾Yºíâé5óîþºø²ª@ØÏ»ÏŸÿ÷üù ÁfBUaô< &á=pñø"šØ¤ž@`pèNJ¤¾;'{õ¿°}ã7>â }'È8JÜØÓ? ðb®ôúÏý‚“‹äê5ÜÝô@`âa!Ú¿siçæau#?–úD}ÿ[¤ª€uM7OwWõÂèyÐ÷&ÁP ‰»?äÕ9›®¥('¦ÇÞ›NDDÞ}æ(ß‘3úDÎè’5´ÚADDSvþ3¥´Õ© `4 €˜@L &“ˆI€·Œã¸w“ Ãcg€a y<¹\Î0Ì;ŽI±•µD*…åk @Åe$Ÿ/‰ž>y,¶².O=ðõµ‚‚.ü{®~X¸ƒ£“@€ï+€wŒã8…\žúðþÅÿbëÕ{Ç1ikgRûj|Ü©ÇËÿ*0@ù1 #‹CBêØÚÙ¿ã˜$"G'gG'gìøÀஈIÄ$b1 €˜@L &“ˆIÄ$ &“ïILZXŠ-,ÅV6N®¾Í:öûýtjyêÑœ?gÎÜ9sæT·êjªA1À~04oï¿(¯ûeeú½¸e V mðÙñk£ëØVTÍóæÏ'¢I“&N·®[·Vë|¹”ˆ eo€ýPG“Jݺvü͜ûW´¸ï2åLVöì‡ÑŸyÖ°²¶÷^¸#A9?ní„б¥•} φu.QU⎩¶b±GËѤ¬jЦ>€“ܙط­›“½­“GtŸ‰w äêe¶LûÔµºwx—i…šíÔÕ¤âegôq©îàV{ÖÞDôW KñêGyD”}o±…¥8°ç>"0`à€_Ypz_GÛfß_+½y¯®B5ûŒ~^Îö.>ó÷ÞþqDgW;ßð…‡Sß ÙÊùïÑÀàÃI%»zˆ(7eòÏ­}[N_·Ï)ºÿœ93¢]Îê×tmju¿:9×û§U«¿Ÿ9¦‘‡‘z w÷ÎjØÿg›ÆÃb,vñTã¶uëÖª¦7tï°lçYï~3fð=·kE»îÕkX%k8áóúOoëßef u5IiAŠÏÄ1] 2ï->‚ˆZ.ìID«æ]%¢‹ßn ¢ókÝð)q6³~üyxÃê¥6¯Ä*Tæ>ôž<¾KÎÓ›³? _ŸW÷ÛIÝsžÜZ0hÄ4[}¼«ÞoP“”””ŸŸ¿fåò%ËVd¤§é*w`ïîOûÈÍÉ~ƒu(+9ÙYDÄÊž‹m½¾evÆ}"ò²µ~&cÕ ×›}öø—ƒ]¶<´jííå×¼K¿–VªzLyŒ‘ÿ+§æXòÍú•Üm¬Óåì´ ;JÛúð„¶Yi‰ª’wžgØ1ÊùvYiwJ´VW“”ËÆ=M÷I-¬‰x9ÙÄÉÛº:ŸW>y°·¡sÍûÆ=½÷'ój“”Ó'RŸ×5–¥y%WñbþOÒ¼$–VÎDtáqšŸ)Oli;(ózÍÖÑoUGNNö‰£Gڴ飼@jÊÃ5«WW̽ÉÇRo&$deeQçn=ô”|zn6UsîWœÒDD4mã_õÌEÊ9æ5]ˆhå…3m¶ì¿rûÎ?¿Ì[µrwzêqU ¢‹··ï¼6¶oˆõ›>7 "ŽHõ[ãAmMRò4æ™KDÄæöi²àҘݣoÊëMžÊèX§*#KUr/ø˜T÷’ýL/fߤÙe°cë_8‹à=2ŒØRìàèä\žz* &Óž?»r9.(¨¶‰©)ÇqééÖ66šÅ¶nÛ’~ïÒ’ùˆ1úú×â—þæ·­Ño×ýUËwMîÛŒ_ðüÒÉw¢¾ßëiÑã«¥5ª]«NýÇû·Æ¥>Q¯g×™_›Öï=ªUTµ3ÿtñ²$¢šFüÅ‚ß6ùØxvjJDÓ"ì¿:ý¤÷·«:3»‰È>|Šz ½¿]Õ…·‡ˆ¬üGi¶SW“tm¾ßðïx b~ø1¢…ý¼ÊÒcú›÷f^·ÙZûM]dT œfðþ‰DEÉÅØóB¡ÐÖÎþ]Æäµ«WCj×36625¯&Fû€jÀÀÁf–6^¡mƛۧ^ñÛ\;­;>wʘ_vì5øcK[ßàÐOC¬‰Hô$vÑ´ Ïs¤V.¾Ã¯Q¯Çܥ͑#?„6ûêó¦­Í/iåb¶zlç>?íùnäSÛîÊË}ï-{n ùçÚiSÈ,¢ãe«>S¯a¨àôW+.ØûF®Ú6@³ºš¤‹‘8r²xÖí,›à™õ«‰ÊÒcú›÷f^·ÙD¤Ùoê´>×xˆ­­Ã#ÄÇÅ5kþæÏû+àÞäÎm["£ZšW3 …Þe¸Pu0 „¢-þÞ©kwÍGËxo²ÞéÊqDZ» Ç‘@ à8®<•TX¶éz­Õ ` ¯ßé €˜@L &“ˆIÄ;‚a‘+ä¬\Á¡#  8Žã1 Çç ø•ô¹DÄ$©Lšrÿá•«ñ™™è (dz°° ¬åæîfdd„˜„™B¡xöäYìš5oîææÁçóÑ' ŸL&»/ùä‰ãBßÕݽ2®ˆI0r¹<îâÍ[´t÷ðDo@Y…B/o@pöÔ©êŽffæ?`E/ƒà8.#3£¦«º^‹³K̬L™L^•c4 †‚a–eù|~9¿§ÞSçÎüѰɼG °,˱le´ £Iø@žj#& ÊÉÈÈÈÈÈxWkÇ‹®`X8ŽÃ‹®Uü"P"#£££‰èСCÖÖÖo¿=ï~4ia)nبqÆ j‡·ýßÅ´ ©³a£ÆÕ¶r–Ÿ3gî»êØŠê„ò{‡ïû82:::333333::úŒ) âE׳gNŸ={îèÊè ÝFWT…²çÍŸÿ{µÄ©Œ­jï/e4†„„ܼyóæÍ›!!!ÊȬŠ1©dòyaæaÍa™jÚÂR|xñ°è‘>ugî} ¦žGóÿÝ!,0¬IóÞÓwkŽÿ žéÚ¤Y¯i»_Lî•¡1Qš4©ÖzÕâ§3'æ¬×¨IãÖN¼òŠ"waß°ÎÓ¶îù¸­rTרIs"*|þÏÇQõÃ6¨ÕëäóBU ·OîÙ8< ¼Óá'%ƒMÛz57êòì& ¦^z±uÿsðV¢¶NëÓ,²IïÍɺڠ«c[DFùÕÿnßÃý ‡µjÑÔÏ»Îì)¯Õ¶}¯vBY^o€ª©ÄE@$õêÕkÕªU|>ŸÏç¯ZµªW¯^"‘Hϲ•Á€îM&mîØC™ÝÞß:ê™}wWÔˆiíw险g‘U;N=¶§ƒ{ÒÎÏwi¬bu—/ì&ÞÝÙóζ{_Ìü­K·àçVԱɽ¿Ý»ÅøÞ‰kˆ¨ÏüGRŸû˜ _ä )¤©:·Êi»rÇð&DÝÈR¬Õ­Œég6öðùΞ‰Û´ŒYyïlñÐy_ýY'g{&íآ˚{g¿RoŒÖõjn”ï°©I!ÓØY{yDñ³—Oü½ÄF ™|b¦/ýÐð#­mÐÚ‡;Ý¿W¾Ìñˆ86_½¤Où±>‘BÿLý–íÃ5/K)8î¯c']Œ^ù¶ÀÙǯÅ=p`÷Ò:‹ÿ~û½rfÛæs÷þ]Ø-ЄW¦šõÓº^­ÕoFhÇ©>Ÿpìa õÌ…%_Ð0úÛ ¯cѫӊ×mÛk‘Ëår¹ g&@•%‘)' Ö®];|øpGD,Ë.[¶làÀ¦¦¦o³=†so’×zâÖZ·¾ŸŸND‘b£ É9Dtwÿ¤ _Ó—^–S?$¢{§j>:ÊW<éÀ}"JÞ;Q5sbm»¯~+¾ù—ô_"'IHgÂ>ê2yþâœä—w1{ÌÝ?¹ÆÑ½°ÙxO¤ÅoœùÊW|ø¦M›‹ŠŠªî½I†o¾ô—®}çN¿¼èçe#bZ7^ëìàý Ño»¢!Û—÷ˆi6·ºWÓ! ÿ@‰G?ß¾ºgÇva «{G&ÚZüRêÎmWû ¯½NaÌIkDLÝRß‹c‹&õh÷LJ²ü¢~³6©×Ðmö^þ´ŽŸÈÏþ1aIÿȨˆ†Öf¦gN¼s]¿ÝÂ牤"·õ»‡¨Ê·9?9rAÒSiõ5»,ÑÍõêÚ(¾±Û¼ ‚¡ÿÑÆŽz¶]WÞ@ÙÛ¦Þ ê¯´k}ÝŸ›¨âTW±X¼k×®˜˜˜ààŽãlllvíÚ%‹ßò%‚IJJÊÏÏ_³rù’e+2Òu~lñÀÞÝŸö›“­ùÐŽ­EFµ°¶±y_ö+Ï$(åø”ˆ¯x)Wf¾ÃÆXXŠs²³pb‘D"ùcã†Ï‡ •I¥è €*èê•øˆ†MòórÕgfffÆÄt"¢]»vZYYéZö×uk;wé*Ö(`bjúÇú_;wÓòþМœìG´ißQW©)׬^]¿…§àù_uÛȰE¹äðÓŽ84 ì‰$±MTa%®–bñŽ;”ïäâPcÒÜqð¹3ƒ ¤1Jj JÄ$@Õ¾”˜#‹µÎGLB•{æLxD[>ÿ3JG²ééi±çÿ­W?ÔØÈ1 2>çèäR;>îbvV6‹7ò@ix<ž••UpHˆ­­±‰ b>h cddäåííR£†\.çX–aô èÁqÃã‰D"ÓÊÉHÄ$@`nnŽ~C°¢ “ˆIÄ$b1 €˜x›ÊÿE¯“ Ãcg€a y<¹\^Î/*©€˜[YK¤Pˆ¯LCÉH>_(=}òXle]žz*à[xj]ø÷\ý°pG'_ëïÇq ¹<õáý‹ÿÅÖ«öŽcÒÖÎ>8¤öÕø¸S'Žãê€!`F,‡„Ô±µ³Ç1IDŽNÎŽNÎØ+ðÁ;]“ˆIÄ$b1 €˜@L &“ˆI@L &“ˆIÄ$b1 €˜@L &1 €˜@L &“ˆIÄ$b1 €˜Ä$b1 €˜@L &“ˆIÄ$b1 ˆIÄ$b1 €˜@L &“ˆIÄ$ &“ˆIÄ$b1 €˜@L &“€˜@L &“ˆIÄ$b1 €˜@L &1 €˜@L &“ˆIÄ$b1 €˜Ä$b1 €˜@L &“ˆIÄ$b“ˆIÄ$b1 €˜@L &“ˆIÄ$ &“ˆIÄ$b1 €˜@L &“€˜@L &“ˆIÄ$b1 €˜@Lb1 €˜@L &“ˆIÄ$b1 €˜Ä$b1 €˜@L &“ˆIÄ$b“ˆIÄ$b1 €˜@L &“ˆI@L@ÕÄq\Ç$Ã0…èYø( "†a˜ ‹IK±øÁý{………,Ë¢àýGÊäò¢‚¢ÂK±U©åe¬×? 0þÒ%ÿÀÀje‰_ÃÄååç]¿r%¤NÝ ‹I±•u`PÐÛ·s²³Êþ’.€ÁÅ$ÃXXŠk‰­¬+,&‰Èξº}uô/Tx§+@¹G“7®¡³àãP«bb2¢aô&|`²³2+&&K­àÃ{“ˆIÄ$b1 €˜0LtT¬B!W(¨ |%5Çq Çã1|¾@Ϫ@‡ &ŠI¥ÒÔ””ëׯfef}ðËãñ,ªYøùû×tu¡CÊÒ!ˆI¨ÒãÈçÏŸÅ]ºØ,*ÊÕÝS øÀ¯{2©ô^rÒ?ÿœä ø®®n<>¢¿C“P¥Éò+qñÍZ´ôôôª Û+‰¼}ýùá¹Ó§ªW713G‡èïR£8…àÃÆ±\fV¦««[•Úê5jfegÉd2tH©‚˜€*a–e?ø—5‡P,˲ÚÞ¡ƒy-xѪ̰² ¼«S3Ñ!eïÄ$@éQz-áʳçO´>êPÝ1À/è .µUЦ#W~Ú|VβÄqGqDî3gH«÷kC“/3òú+ eTkÍ(ä8îúk×o\ ôFRê'W°‹ÿ<ýÝà–fÆF Ž‘³Är”S Ÿ³v?bàýÍÈ«|¾ À/0??O./ù^@àW+áÖµë7®úcL©Å”tO'kQ¾œkif|2þ”e$r’(˜µk½†˜€ª’‚znÅq—póeF&­Z}mì¸W¾¡†ajÍŸç1dH€o­7¯^K¸ü¾)õwÈ8vñî´5‡O¯\\-DZÉX’Ê9™‚dr*’Êx óÞÝEL”K¸yÏç+3òîš_îΘÙÌÝ]Äã)äråO¾Dr}ÆLŽã<‡õ÷ º~ãê•kqÁµê`LIDG+¶Ÿ?xþv‘T¡œ£ŒC–#9K –ä,£`)+;÷}Ü:| ªº7¯ñù¼¿ZùùywY›8ýÛúÖÖ"†a Že•£.#>ßÏOœ13iÅò¼¼œ@ÿZDÌŸ Z+L<¸¼}£ºµëÖ ¨×¼ëo—Ò+e”cŸè((’üaï·Ÿ|Ý»¥Úà›8"–c,I”›_ÄIsÝlµÖ»~F£àZuëÖ nøíúXÍ ÌO=ÒÄÁvâ–›MTâQ×Ë}Ož=nÕ:??/yݺĩÓjW«& RÈåDZJDZ¬a¼ˆî|;S¡`݇|\+dûÎ-õê„•¨íéÙ FÞØwìT¨³)=»vä×9\ëJÚ¨Êè²Ky–=â‡}¾îÎ1-üŒ„|"ª?`¹**Gÿ°›ˆø|æ£Pï ½›§eçi¶ùáÁ‘mæåœ>wÑ×B$˽õEDãöqK¢]TÌ»¿¿EØ€6kÎÛÑã¼`‹˜ †!¹\veÔס¶¶B†QÈåÅA¢ŒI…‚eYŽe…ç.—ßœ<űoïjæRm_éò}ïŸF¸«ÌH"²¯Õr\-"¢;ë†õ^}I!-ÊSXûukÿ:6D$ ÷Îê;wÏÕ‡rz-=8+Æ•ˆä7¾îýÅ߉ùf|Ö½ýÿ¶Î¬#ÍÖmh|†¼HböÍúíýkÛB§]HH™¸òptãÚžŽwç…¸Y.›ÐCÀ#ŸñÉHÈ7ðLŒ„æ¦F CéÙ «ùõâÁF½çk!""a5ßvro¹xɽ”æÜÙѬÁðÿ¸0®UÍwµ™ˆI€oÖá8Ç)ärå§Ð•ã-UL* 8Ž8N®P(XVë7Ÿ­MÍKô°Ôœ_£í·ÿ°'¢ìÛ›j6×?e­rþßñ'&xg'®vnðŬ˜CD´®]ô­ö¿ÝÜED)D´®m‡ã©g›{ï/—F£û§®ç=¶ñÐå /÷hÛØÜÔ$ñQžH@ ²EFÈ#¡€ŒŒÏñI( šÕ­|æÎÃçÎvbF㮞æÿ¿½»­ª¼ãþ¼sî½½ØÒ–Rla€e¡@¥@Á0TÀ16^ÔÜ¢ æ œÌ@X¦€ ¦cS'[2da`¦Û² E^:^4Œmœ‚àm-íhË9ÏÛþ8í¥ô¢dÐÞï'M{î¹÷9·ç—æ~ó;/}Nõ»-ñ0µï¢ÚOòiˆÉ¢ÍyóÃåsnâž"&ˆµÖKÑZc s앜¼ª§$„h­ŒÖ2ÚêM[ª9õÛ¹s7Ÿº¨Në.œ ¤!&×}5’š÷ˆqI¸æ¹¿üçÈ¿.§çÆ!kÞ-ïõÍI[!„tc•7½\+7ÿùƒó5ÅÓî½ä›3åõ1—RÆ(£„„§$­6„Q«(ašXb­¥‚3_ªhäúBgÁ´¼®ÿÉÓãW§°›v©b’‚ÖJ)ÕvLm!D+Õpñ*¥9Ù¤¡ÔÚCQZ+­)ƒÀo¶©¯ßßpâÂÊiÍÖÏœú­ùxÿááÙF–wKë—è¨DØêÄJø¹2ß“²v{é¾\¯aMâe-ßýF¤}—I,1„Hmm„f6ÐÕµŠ+˜:4âЈÃÂk,a$â9ŸTþ·ovZ³ßù¡¬”Mÿ,_ÞØWÿkcJVqâ5 _;P[\8|º8ú«ïDoÒ%§¸Ò’¤_L¤^sJ)cŒVš¢”RáM R&îÑJ­¦©VJJÙrkK^}ü¥¯->úqmø°òDéúg¬µç|Ý/7ÕZûÞ–E¤É4‰‰åUEY ^Þ.z¾ÎZûLAů ×|xøƒ–c[õ™ rMÏ/˜ð@aïmo•:DõɈ]ª×ç*/WתËQš4~Y¥­ÖVã–šÝú§¿Þ7²³M-Ý8gÃŒ§OÖÖÚ æäS37ÎÝ´ôÊ÷É_–Í‘[ŠæoðýœÐM´› m|P4Æ(­¥õRzŒ]5&< Ûø9B(ÕZI¥d [n3kìªÝ/l^>wüÇ>'Ú¿°ÉZ»íùùsGf䤘´‚ß'6ÝB¸<ÇÛÿÆÂü_ÔÅÒ÷Ë?ÝúìÐG~³óø¼EÃ^Už úŒùÞö¼–co`A:âáÉùr»¯ýù¾ñc åf;]5qXOÁ‰`ÔáD0*8ŒpFê.«Óÿ®Ú¶ëoñ¨;}Ü foš;ùÅÖ)+f®ªª2Æ0Æç"ÌÆð›ãh¥<Ïãœ#&nÅî©ýæIJ9dp~Ù¡{÷•Ž)ëycŒ±Æk­ÑZ+¥vïÚíyÞ=ãî‘R:ŽÓµ Ò>jüI)eŒõÍŽk­-ã”Î9cìÊÓ„†k0‘À­ íc¬­­­«««¯¯ï“Û÷ø?Ž¿ñÆVmŒÕFÛ†¬ÔF[c{õÌ5bÔÅ‹}ßÅb)))]µ ‰IÏó\×müEºáöS­­µœó†ã­œ‡éníŒÇ¨“1Ùîm‚±XÌu]Ïó\×+YH)ƒ@)m¬!„0Ê„àŽëºŽãy‘X,F…¶3tµäÆLËF Âó¼ö{×NZ(Ä$$QN¶ó<ç<Çãñwc¶k“ùh-cìÒ¥ΓèO+ÕÖ‰@1 pe455µ¼¢²gVVòìuå§•Ý»§3ÊPk1 I3‘?t衃F.ÊÌìÁïÚû«•®¨(?räðð‚·µó…(bà ÆYvv¯!ùùÇŽ½WS]“˜å£Ëî/ciiiC† ÎLψD£(È5 ‚˜€¤F)u=¯ÿwäææ*)µ”Ò.¼¿ÖZƨãz‘HéHA“DGu@A®»E “ˆIÄ$b1 €˜@Lt•˜l˜VZí&“­Çd…h%&)¥ˆI€6»IÎ9 Ð’àœ'bòü¹P€«bRAY²h!ÊЭ¨¨‚ ß÷}ß—•RJ)cŒ1ÆZ‹2@×ODJÃËZ…B×u]×BÛˆRÊ9wG)¥µ31 I“aR†ÇY…Žãüˆ™ÿ˜ endstream endobj 696 0 obj << /D [694 0 R /XYZ 56.693 815.761 null] >> endobj 191 0 obj << /D [694 0 R /XYZ 56.693 759.068 null] >> endobj 697 0 obj << /D [694 0 R /XYZ 56.693 739.087 null] >> endobj 392 0 obj << /D [694 0 R /XYZ 56.693 377.394 null] >> endobj 698 0 obj << /D [694 0 R /XYZ 56.693 359.581 null] >> endobj 693 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im33 680 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 702 0 obj << /Length 371 /Filter /FlateDecode >> stream xÚ•RËNÃ@ ¼ç+|#=Äõz_Ù#ˆ‡@ ‘åÚPUJ[Ñ6â÷ñf(Hô’Ùø5£± æ@p“]TÙøÚ ŽToà‡RiÔª<ç÷õªkÚQÁ–òn·hÛz×t›˜5 Û³uÌ}_ª;!(”Â`mš3]¯&D<ï6õn±^ýì¨c{·-Χ1¹D™‚R”9•Ï蕆Âbð{mš¥Ý—ù8ѱ/»ª²÷L ?ëÐ >(tÄ0]fÏ/3ɉB4¡„¾r V²vòná){ÌhoÒq`, É1£CdüV¿}À8¶ÿÕªÂãÛ¥6p¹òÇ?ÇûùÅA¿GÏ{dqK†*ÁÞ®§‰¶ªm¦þw _G,ÛÝ4u×;8pGÁ„JÅlôÞ¥¡×û]xY ©þŠä|(ÜŽ ÇùÍWÙ÷¼€:Ø¡ ãmÎ>)š0»ô:Yõ1þv†ïN=‡OÜw¹M endstream endobj 701 0 obj << /Type /Page /Contents 702 0 R /Resources 700 0 R /MediaBox [0 0 595.276 841.89] /Parent 691 0 R >> endobj 681 0 obj << /Type /XObject /Subtype /Image /Width 618 /Height 424 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 705 0 R /Length 25357 /Filter /FlateDecode >> stream xÚìXG‡QcA°Æ‚ôª‚Ý5&FÅ»&~ÆÄ^b¯Øb7vcG$*EÀ.6ì"pôÞ›½H/~ÿ»…õ¼æ!”ßïyŸdnnvnvoo^fo…ׯy)ç§ŒŸÒÒÒ’’’ââ⢢¢B~ òA¤„”Ǹ$H*$!’?2®|]V¬7cæåå½zõ*''';;; AAjAHy$>ÒI1© CY ª“ñ&™—‘&u’‘‘‘–––’’Âår“Aä«ÉŽ”Gâ#ý‘’‡ ”Q'³ädÖ›Ô833“¶¥N’’’âããccccbb¢£££Aä+ iŽdGÊ#ñ‘þH‚¤B"i‘Y‡2‹PF ìª“êɰ¤ZjLþMHH N"##ƒƒüAä+ iŽdGÊ#ñ‘þH‚¤B"i‘äHŠdʬ@…Ô™ššJÂ%óFDD ž¶¨…LI£¤B"i‘ä($PZ„Òš”Qgbb"-]‡ü¹kÔÚ+W=Ó€ZITH %-’’.IšÌ×ùùù999´2%½2êd¶=~'ž8r%`õ¢ù †èÏû¡ó¬þßþѧåÂQ=·¼À< |z¶] Ýl,jP­ÝS ¢OHHÉ‘I¢$]’4™›li)š™™™œœLëSFGoŇ®¯þ믙=U¬æôŒ<>>Éfvªã¢ §Åþ'f¬ÖiÖÀŽû.<ã5»qäF³ ð±ùÛ.dÉI/–¨5«æVäSF ´%E’(I—$Mæßu2 Ï„„„ˆˆæ‚íçXbzw•3 ¿Kwú«üæ‚èýŒ+½ùW’Ýâò§{Ê}ÿ{qrþ¯]šNšù—ißþ“ç­e6>*d·ÅÇ=Ij»/EHºîJOQjF«³Ù“´øüùsR$‰’Y~2ÿD%++‹ËåÆÄÄ ž¶ÎÒ%ñІݕsœ×—ß^^~kIéU~–‹}öŒˆÙÞõú̶åŽÓrÝ,½m6ÍèÓòŒõ©ŸFŒ\±ÿ»!,#VØ÷ú>|ïÞ~BˆöÿA:dŸÃS¦·É‡«9ªtH‰‘+í'o½»Ñ1ò=:YwÀyÌ*^'ë.Eá,_ëÏã¶] e? ba\I…¶"Í1 ¨ÀÂÖmE¬µö'9zyy“(I—Ì·Ÿ´ÍÈÈHJJŠŒŒdìyðz4Ãì¸×7•¿8Zî¶ÿõ‹£Üã#oÍPMÛ¡{rXƒÔ:·þP/ñ8fµá׃{6ü4bÔÂmÖì†0ÐÙÈü>«øç÷ÇïñbRá=z[tøñ…;þ„úgÎüêt.ÈÞ‹O'ìðcz‹¼w{Òá€÷ÕÇ;¤”Ò’â舘õ[¯npŒj¶ÿj””NÖpÞþ$1·¸Œ:Ù¾ñâZ§HY^ZzŸ|26œ$Á1Ê‹MÉ =E¢¤fÔXÒVT8y7ž¬ÚŠ÷yáÛÓÝÝ–Ÿ$JÒ%I“Ô™››Ë\¶ cì¹ÿZÃÒ?§ßÛ9ñuø­×ANåWgeîÒ{4«¥Ç¶ö㛹/hãô¿¶ñ§&øÚYL9pæêìV°°S}iiáâµµBÏî<û`’…Ó¨•¶#VÚOØì¼Ú6ŒÝŠi Zt%Õ¬¶|±û¼+A¡Î%u²åă‰ëèá¨Õ“·Ü;ìµ;7úåRWÅeåEyI#VßØÇ¯ßw%xñ?·Æ­±±ÂnüÆë²ŒŠî½4o×õ±«ìF®r˜¶óÁ¶+‘‚£ZuèÎ/«íF¯¹´À*X–²/·ëܳ“÷_RáUZÈèõÞtxà6½ÖÔ£þ{¯Dî»ú×ÞÛã×^¹Ân܆ë‹-ØNòËx¿jìˆëÊS;¥¶”½O±»#ö IêD–w€M6A²Û“KÙŠ9o¥lÅ›øö|òä ‡Ã!Q2oI999©©©qqq´&eìI†­§îÍê­šïv¼üúܼ}n‹Úïø±ño† ß}c=¥Ýù¹ÝíÃ}f9wÆ/#§ÎÞvÁ›ÝvªO).‹yâ"(šíV÷çZ…Ťæ–”•–”ÄÇ&îùçê*›PIËIÁ5—ôRÊ›ŽßÿË)$6³°´¼¼0¿ *:‰¦hç‡*ÿs)ì—•/‹ËŠ R¶½¢ ­¶;,² ýçRÐﮞž˜’Çû§^Ü—)ã7^{ç¨ö\ œ¾áæ%_nvaiqaa€oÈœ 7ÿ¾Á¶Ù}/&½ ´àUŽíÙkó-ƒ$Pô_f3bÅEÞ/Û,+%1½éÐ%6«¨,òÎíɇ¼gn¸båÿ2—7à”ä”ÿÎ9ÿИéá?—B¤·”½O¡Ý{Ð$½Ü;÷†-ü;yXŠ^³ô 5Úêˆs¬XíR%=%´ÁØóáÇžžž$JÒ%I“ù ðÌ—žŒ=÷\Ž`Y¾xÉÊZæ\üÃþ¬MÏ-øîÁÎßvO꺸gý£Û]9>êÑ™3Gwþ>gvÿŸ~Ü‚T—ÞÏ(-ÉŸ³æV¶Y?[vÖÇêÊ‹CŽžV·ƒsKËó³#G­½+I|+NyÐj®bŠæ¯ì¨¦ªö»Ò6³¤¬8?åëGïÞI³w9o¿»3yw’|ŒÛáµ|›ã~¾L¹Á¡û/¸]p_¸ïö;GµôoÇÃyT|èuò!— i¿üíÆ¶‰õô;|#Š Ey/G­¾!v„b)vÞ Þåå¢üäQkn°õiaaûmÜÙ¸ÍÚâ¸ÇŸ·‚ð:yÅûfp^yyÙ‘­u3 xÅ'±-eïSÒîˆ?h^nôŠwì; [íC„ìyèF4‹=©±ÐV‚ÍÕÉÔ mE0ötqqñðð Q2_}2<%999::: €±'m+Èâ9³ftk¼´wƒK+z¼aø‘IÆG&™NÕ—ÿoœêü©CÃ_\{tÏÉË÷ùw?ý,´!ì¤JÓ{FIY¤ËV+ÇÌ9›Uüæoý¼½†â‰o¹ÍÛ^|kYºä¸»PIJ@'ÿ[gÿ £¸¬´ð¹OÔ¥{¾ö^Zq6Pp-Få….Ž+ ²íá›3·ßH..+)Ξ°Êq n§úÙ«íæýë:ïŸ[Bû(vTcVÚf•ò¶š¶âÂÈ•Nü/+ F¬|s{Ö;zÈÿ{ e’F(öV^/°;{mö‰7«¿%ëìæüëú×éqÀ‚ ½zsÒ!ÁRŸ’ZÊÞ§¤Ýa~:h’:½ÚNú¾À°/8A{ }Fí¹]d+ÁfB×l·"{Þ½{×ÝÝDIº$i2… QQQþþþŒ=ÿ¶ bÝÁ«S ëúŸ^xsQ½ÓzÍ0m¾¤{ÃM£t6¯šäûèð±Cc&Oðó0Ñ A-‡TÍWØ®~’UZüŠ´Ç­´MäßµbcÿtÝñûL™/>›Rþ_ÿùe…ͨUWØö‚½‘—÷z«FØžâ;Ù|Áoìºk;/z_|šWZ\6rÕ•å'_¬?þ€aÙñgcÖ\Ï++šÛoº4rEÅœ?gµíÜ#®sw; í£ØQ±öüu¥ÍÈ•—*ì¹â¢¤‘‹¡ØCºþăµGḭ̂¸8ó_ŽÐ‹2-I÷éü[[=¤#¼þøýuÇ,?üd•À LcI-eïSÒîŒwÐ$u²ò Gú¾À°Ó1LÈž[lƒY„ìI…¶bÛˆ^¹ÝÂÿm ‚[Œ=ïÜ¹ãææF¢$]2öÌÌÌ|ùòedd¤ŸŸcOÁa°LíÖìÁ¾™ÏÿwyÓ”‹&ý>aèúåsÝ»äè9x¸ùo+lº(vCP›˜HmÆ®»•SZÎΫVÙÅñ¦PÇËî§îÇ3/ꧬ¶óÉ/¥òUû'G§±í©·_VÚ&ó%{î¢ÛNë'KŽyJš´%u2uû]ŽOøIÇç»/¸»¤•–äXé@=/?áÁ°îèõ?Î%ñnv÷úÛêÉßgï² §‡1î#WÛ﮸¹ÏÆõüÓrÁ;Gµ`³Ãáˆ|æÊ퉊+·/Æn~*iä’F(îÚ.?åµþ\ h=S³x›ÓN_ÞÒôÈÈC¶®¼oúrý¯ºL9ì#ÔXRKÙû”´; ÿv=h’:½ñ–ô}€a÷¥pÙ¿÷¤Æb·’~×»!hO%é’¤™É=7Ù‰2lPŸmsGøÞ8æsõÈ‹+G8÷mü½øsü‚¼ÿ˜?ïÇÑ,ÎùŠÝÔfÞºª¹Ýqýólöáê]fH|URZ\øüñs_¾ì¨~ÍQ—™Vþ/_•æ?{äñ憛 åûn­º“QÀkY=jÍ-I“¶¤N¦m¾âžž™_R^^–‘édï<ó°—à€ÿXkï^D-·:L?äºø_·±+íi]\VZôÇjû)ë¯Ùz$¥å•ÐcîË”_,®¾sTÎs¦ZܸäËÍ)*-.* ô ™cq}õù@I#çߺ JjýÆ þ3,.z“UD+ñ‚ü‚°ðøãGoÏ?í'ÔXRKÙû”´;Ïûüj!|Ð$u2aÃeéûÃ?—#d¿ç–KÚŠ ëÏ¢ÿb…ÝŠ`ìyûömWWWéöÜx!Pˆ™¬&þú«“Íѽ›ÛXîõ{q×ßוÔyÁÁÆêÂYo·AÃͧ-ûGtC˜é”)/Ùá$øpõ‘{ãVÛ\i?u×ÓÉ«íÞÔuá×_üu×ÁöIJ½Îcù-G­qíÿ­Î%tBz³Š×Ãèµ—fò0 ”žcå_Qs>`ÜJjo¿ú\À†sœ?w\»š×à‹+2ŽjÃ9ïß·^½²â—¬: }äï¡Ð1‘VÞoî.çqk.2ÿdâæóNùŠo,¡¥ì}JÚñMB'ïÜwˆ}W#eÿm ÔXh«5gý˜T`ak„¶"d·§Å¹!þÜr~èè1SÿýGó‘C† ܼm©sÛžƒÍG9zà0óÁ#ƈn|pv8†ÿs…§Â™{Ÿ,;Í =Å[B^‰¤ÆÕÙŠÝžëÿóåw‹3“—î¥ÂÔe{Çÿú+Ù“þKeª™±îÄüÝWÄn|ph ÉüNZ)PjVý­d·çZk?),;ö컟~f ²ôÆÀÇ€Vˆ‡oÆJáÞ/:ø [ÉjÏ5g}@ÈbÏsgKÿ¨mßiOÞ?ÂJKáçã {°'{°'{°'ì Àž_7w]ýæl³¶ð8ø ˜/>AÇ“Ž*N-ìùµòÌ3xòZëŽû§ñŽ®‰ úБ<èè3qõÙÛžãÀž_%s·Ùï¶çœ½gå > tTçlµÃ ø¨ö ô¿êäpÎê4ødœ?kyõ’Ãè¿N¼yøF4ø°ÐQ¥c‹³Zðd£y ù¤×¨ñÔ´ƒS{_ý½þìö  q´³‰ŽŠÈÍÍÉË{> t´é˜]r|Í¡««\:¶8«O6G» mÎÕ„cR£ÆSÓNí|µ÷Ú†äõyíI?±ø%%ƃOÏ„åÇË:¶8Á¡ù%;Œç‹88µgðÕÙkZ~^{Ò*8>.&1!|z¦®<^ZZZ‚|„бŠ&}ÌéÃŽñ|§ö ¾š{ýyíyÎêtB|,ø,L_}¼¤¸¸¸¨|pèØâ¢¦}ØkÔx¾è™°vNã´×ŸÝžñ±Ñà³0s݉ÒgQ!øàбŠ&DMû°×¨ñ|Ñ3aíœÆk‚=ãb¢Àga¶Å‰¢¢¢ÂÂ!äää )ztûy'Ú@:k×®aËÔMU7KÅø1í;ûƒôùQ‡MÇ'˜5íÃ^£ÆóEÏ„µs¯ öŒ‰ŽŸ…›xö, ©Š)Ä?ÛÚ@eTAÃnþó1úü¨/AÇ'˜5íÃ^£ÆóEÏ„µs¯ öŒŽŠ…¦2жf{M³m—ž‹m#…… °eꦪ›@Oë×FC˸njÏ8Iüµå¹3?/O:øL!/7UNþ¡JÁ2.oœÚṲ̂ºÆ Û`ª±Ú‡·N4002ê&Ú²{“ö­4WÙ…\´˜ÒË̸µZ§ÕC™YÉ®Ót522ÔÒéuÔ-NÒXRBÏ©73vOÉ¢òññú¬½+©“œT¯YÃ{tÒ5 Õ´ù W±û"iØéÑ7†uÓÔ3ÐÓì6ìftš¤½…Ž­Ø³ZìC¡ú7翎fí;/{|'!öÃ.ºïÁ©@ÆñèTÆØlê猇Ý&Soµut´:u³ÖYÒ¶ûVÿ½¿§»éŽ;Lùòî&štx;k/Øí$ù-¨ÚÉ/ŠØ™ÿ«š`Ϩˆ0Qh™‚çååß(ÿ(¶ØÍ?!Á!bë(Èû„†V§‡Çòm' Éž¯„ໃW¸´ qëéB•‚e*üï‚^úí¯¯ô½ô–¿õà·Ü« ¨:ý¼7•½v×WÈ4ØßCm÷Ó*pƒÎ6T/:$RCŸ¡¶L¥×áÑ-{¯¼0³¹Áì¬W;9ا倭7˜rBXŠ”ŠVn1PoÍÛAß³cU 6IÙk!èØ¾ó´dŠž®l»ÍüúÊ?|'!öÃþQ?ª´›RúÿÄãyÁôjRïŸ;ž¼r˜ÿÍk/jÎtWÕ#¹²CÓSžþTxzzJÓŽ#ïq¨êsktǦÓ,“ÿêA–W© öŒ …ö‘)D„úÈÉת,SÁrÉScýÖ-ÚÏý÷>ÕhÊÿéE[W×P´eý¶êç}p|ñènÆz-U¿ü!Ó ˜silo]]N]w\qÒÁ t5Zuîmù̇­<0ó'CÝA;n‹n>ÌĀɀ?%õ/½±;H„úÝœöC—öµhy>xî%Iÿ·hh«VtuµÍ†Ÿ=È«wœ,ÈÏ•›+½¢ŽF ù:MŽø$°•‚ Ø7;‡_Î’“«#SËœô·Ë[©ÖU0¨ŒšzkÑ!‰Ž“ØÒ¯e£íoŧIéDUQ!4=KRo‚#­¤m£3²yÿ@:#R^QYÊ^ AÇVÊY-zK>ÿ9ròu¿‚“ûa—ýã)öè~ö£ŽšÚšžs÷ÚM9¹‚SA•ÆÃâ÷ø€j½ë¾TÞ5ü[³…>Ù`”ì=ý…*E߱÷·ªs`5ßÙ°ÀÍU†0å_ÕýuÏ“mù·¨‘ú¯U=ùEóÕyºÚ3˜–þO75P-ØOÀ³“½;·ì¬k0xæA¶òYöú³Û“ r¯&õ6Ý|J…›ûǰ Ø‚`™×/o¡J±-Ë« Uú®¶fÊ7Ï]’ùÞk¼§þª¤¹X´±›ØlÙ¢[‹^KN2ågwÝÅoëëáôà9|ž;Ñ\ô ï: Þž úб=àkTú[œcʶß©­}‹%Õ|é'!öÃ.ûÇSìp‰¦ÒðŠÊŸ›u^(º¹àTP¥ñ¼õIÑÁè÷Ol—4iñý#~oŸf0»N8øó O/®©×¤‡¤·CöÙì}æÀê½³î7ç¨wßÃVÞ=4®Iûá×Ü^P™ãvÙ¼}“ñ‡oUõä{œ}_\oÖ Ýú®ª?¸-´ÉRM%æÍº±çgYl{ýÙíéïË…ö‚-ß=2¢q›ñT¸½ofû­ô Œ†Ï=È6lÉ–÷Oì©Þ¾“¶Ž¾`¥Ø–‚eoWÛѽt¾ÕÐÔÔèðÝ/»E‡´gZ=íŽêº½ç*ÚØÍ?l¶ÌqwœØß°m§ÎÚZýi+v[?ïÇ= ´4µ´:¶k?n…µèAÞwøÏžÙYàƒCÇVô€{»ÚŒí«ß¾“FçNßê÷e÷ÌCô-–Tó¥Ÿl„Ø»ìO±À÷}¯ÿmgMöúýO=pÝ\p*qôôÚÄãÞáÔ4tôMß-ãñ‘q¯?»=©Ÿ/:°_ÊPeäп<{ædgƒÛ¯ìl©>Õü°ð`uÆS£S“ßÙÊJ·<^|­çóg·§/Çë‹€>/_ÊPeäèqž=³³²À‡ŽíWv¶TŸj~Ø?ø°:ã©QƒùÒßÙ/w¯?»=}¼=ÁgáÔIfí™>8tlq‚ QÓ>ì5j<_ôLX;§ñš`OŽ× ðY°² °çGµ'N0Ñó ãùRNí|uöú³Û|F ¹gO@mãüYËk—C‚>=_#Ÿ50ÝÇç‚ÔÂäçåø9ÚÙD†‡~{b²ðÀM~IkÏëW.Áž€ŒdefÄÇÅœ?k {²“+ýž"Ø€=Ø€=Øö{ž`ÏnO¹·c´úñÇ>&«V®$DÇPýž?T?ïð‡¥:ÃþH» °§,Ó¯¥åi'·Ø}LD'|楫ßó‡êçƒ*#5ã öÀžŸÑžÑQ‘ q/Ó9§&SÖoçèÙmZËÉ)¬¿N嬴°M3†µWmR§N½6Z=Ö[¹2=d¦®™öc¥F uêµÓí):«‹–Ùˆ6ÈxùbÞ¨ÞÍիרy¯‘s¼^¦ ¶9½tlË&õ*wX~ÞOºJdiì8[·cëuê6ìÜuð)÷˜w®Í™JI‡¢âETm¨È¬â™«%£Ô×kª®³ö¼Çæ_(7¨Û´¥öz‡@Ù‡-i¨°'ö¬9Wn÷ mGÒüsÃpªé2ß‘iyjØ·ô°×”…;wnŸ1˜¬ª¸/(ê nKõí~øã؉cëf”nOZd ®vEèÛ’Ê=æmß± ZöÝ/ØF{Âê›&Q¡¾RYì)½}„óöÍ;÷Ú¿góšùÍêÈ7RŸ,va(:`I‡‚iÙªÿŒ£'Ž¿úfã–Ø2‘_”ï²mÑ0)‹8ÑK:Ïž’†*iØÌ{ 5“¤„ø¨Èˆ‹¶çIR5ÓžW/9†…ÇÅD¥¥¥fgeÊò½§Ë†~Tèkqž=3E“ÊSNsx·Ê¤GmŸ3F£e39ù†ÍZté7tÏCž‹3SüVLÔJ©¡¼Â›»†Î/ë Ü n#5óy„fø[ë~QkÂskCÕqbïš;²mZ·Rϳ…îú°öäXþÕ©yƒ:ß( ™s¸_÷b¡è€%ŠgOICÅ•[ÀJ~~¹‰$U3íI«ãØèhjƒw @Í!7'«  Ÿ$U3íyöô Z#‹]uŸ‘’’b±7äÔ{â={ž`OØì {°'{°'ì ö„=A $5•›”Gg5¼“ø¸š1R¸É’~çì j/“ž~˜›› {‚ÚIZ*×ÃÃmËF‹çn®q±ôSe<H'6&æéãG4o„äÞ ’˜·wÏN/ϯAª’ð°Ð}ÿì*--…=A-$>.fù’E´êÄT€ H•BÞ¤Ù£¼¼öµ:“—.^©Aª†f±’‚=ì‰ {~Mpv65Ð30ÔÕélØgØÑGQ5m„ÕùóÖ«V®[†==aÏ÷&âöJå#ï'1#Ý.m´òûšì)¸­ìý¤¥eÀž‚Àž°§$¶k²Æ+V´žquh×κúº»½ñ’µ£Åd3ãö­:¯¸ào»nrOS£ÖjWÚÈØ€sè]»t1Ò×í¤ÓûÈã(Á­z™·Sï´ì|…»“C¾×i£md2|‘µ¨õ¨ÆjþÐ.†Úmu¾w M’Ô¹ÍϽ©¥¡QWÁ2Ï §|ßÅÐÈPS»ç‘'oFb¹hDWßx‰ì‰ ì {ÍêÈÇ¥‹ù›ô›³ò¢‚÷™1Íõ7°r™vÆ•w)g·‚¢Ê¯Ö/¨ë±£¾Ò¤„…WÜ¡êuª¡Údv«ßþóâoµ·¾R¦rså¼,Ljµ'ó,ÇjlsýMÒ;»öü§»Ú·¼÷=Ñϲa‹qlƒñ–Ï¥ŒŠ…, {"{Öf{Ægˆ±§Š¢B$ÿêeVZ˜¼¢+:ô¼rVÊÛå:26ˆ¼}hH/#m]}²œ|=á­²ÓÙ–‚kÏÊgÃIÓÒ;kOÕº •QSoÍ6ˆ©üYB쨰öDö„=‰®Ü È+\ОҿO|gƒMê~Ât+}+ÁÈhOÙ;'”åƒRÒeü’T–/LaOA`ÏÚC¸ó2å#„T|uóâêfþ]C›õ›ÿû4j=NYoDzgÛzunF'SáÁ¾Ÿ¥oµE¿ùfV¿ˆµgųÖã›ëo–Ò9Y8,5C´¼ËTmðî»_˜ºxž‚Àž°g•ð¶ÝñCW==C=]-£¾ÃOðo¡á†_þ¹‹†®¾®F—Ÿïª¦=Ÿü3½­Ú·Æ&&¿¬´‘¾Ur¨CíÖ:F]Ì¥Þ5ÔZû;ö®!±Ÿÿc@ æN!Árz“i:éêëéhþ4ݺªöÄ÷ž‚Àžøm _Õù7,ø÷ž‚Àž°'ì {"{ž¿©AØöµêo¬ÄÆÄ`@¤JÁßXøûžnÏžb*@¤JÁß÷µ™´Ô÷--‚èS€ AYV4cмTP{‚ZHvV櫜_Ž÷ÞÝ;—/Y´tñÍ4cøùpJŠ‹ÅN,°'¨%Гåååø¡Aw†æ š1 $M)°'PU`Oö`O¼G`OØì {€=aOðõaß»¥\e¾Qò=qb_Žm €=aOö`Oö„=Àž°'Øö{ž€ŒÕX{Z[žLNJÄ{ Fñ*7'??$U3íyõ’clL07o€š¡ÎW¹EE…ÑQ$©šiϨˆ°‹¶çi„ù%%ÅÀ祸¸¨ ?/*"ô¢í9’TÍ´'xÕé"­ŽÏž>|vHI$¦°à@Iæª ö¾,`O𥓕)HVfT¡™öµÁ›ÌÉŸ™‘Nd¤§RÎF„™4˜ DȤ°'øZÕÉH“5fZjJj 7…›ÌM~I$¿LI0Í4oÐì!hRÖ¡°'øŠÕÉH“ÑeRbBbB|B|\|\l\,H„f š+hÆ yƒ‘)£QY {‚/ÔžŒ:™õ&ó/“é#@‡˜˜èè¨È¨ÈˆÈˆðˆð°ð°P…æš%h® ƒæ š=h¡™„æfÊ ö_Ó“]uÒ©žÄg }èóààïççë ’ Y‚æ š1hÞ ÙƒæšIh>aʬ@%-?aOðå.¡Y…æšahž=Á×dOæOúá01!>&:Š~b¤3ÿ5‚ Èû†æo/Ï?šOhV¡¹…fæÛOØ|Mö¤•gòË$ú12"<(0öD¤šöts}Æñö¢ù„fš[h†a.Þž૱'sÙ6)1!&&š~Pôóõ…=©¦==|èñÜæÞò3&šfæâ-ì ¾˜/=S¸ÉÌeÛà @ÇöD¤šö¼w÷Žë³§4ŸÐ¬Â\¼¥y†ùêö_“=âã¢"#ü½<_Àž‚TÓž·œo>~ôˆæšUhn¡æ‹¶§…:•Ô»öuôF`uú­_µr%Q£ì i¨5ŠÏxܘ ·Üä—Ì—žþ~/<žÃž‚TӞׯ]{ðà>Í'4«0_}27}Ñö´´<¹Ûbn‡oêÈɳéaÄTR T•¥åiB´>#5вgDx˜Ÿ¯ïsw7Iö¤AQ õ5ôúž"å³C-kÎÙ‚-Óð?xÿÒwVðÕkÈ€äØóê•+÷]îÑ|B³ Í-_‡=™røí?¨Ü´ý_³hZئÃÚ«6©S§^­ë­\™úG{gk·i®@¢mªbÐ}€P?ÞV êÉË©šý/$5CîíTHêå‹y£z7oT¯^£æ½FÎñz™&ØÃéEÔ¿©«®3ðjäK1»„!Ul»tlË&õ*wX~Þ*O}׊*÷'P9Þw=•Û 9/´Ë.©ÚPÑhõãwïí—`ë­–ŒRk\¯©ºÎÚó› Ü nÓ–ÚëßcØo.¼}Ü>½=ãbcÃÃBékâÁ~|Î/ýF^®U¿¹ÑiÌ*¯rmûf¹w oKªé1oû޽¨Ð²ï~ÁºÏݺ“_¯b¼Ut´’†Äl«=aõM“¨P_©?UÆ<_LeÍßœ©|yt*oð‰kÏVýg=qôøµÐwOè%ÞÔ[~`ËD~Q¾ó˜¥¶Læ·øÖtÜj¸=ËËòèç© ‘åxOdjlb¬­Ûç4'M°¥ßN3½ùϘšœ˜}ÛÌì-Ÿë2ÂLKßP_Ël„ 7ŸÝÐyëô¾=º~Û²óšK1¢°Y>Ö´›‰¹e˜ bØ²èæ—Íû1Kfc3Ñ–=»uíÐZkÝåØ+[~ëÓ£KuõWã¤ì›¼$çAzmuMºZîÀö)º‰Ð«‹í³$/hÞÈ^z†´¨µÖ[Ò€ßãp!ìùqì.hOµº B‹ n[y‹¦ñmË+*ý4jÂüeœ\£ûi¨ ¯¬?'>#SÊHE^·ái´"ã}ãZWU°ex*[ßBt´’†Ä”9ÜôœÌ—Ì÷¸¼öYi}›Õ¯Û¸kzF’vÅo”ÎS~˜˜*ãð„_¢²Þ39-;3‘){ð–« mª6ìså¶JöŒ¸¹¤q›™LùH/õýž©¼s2Ú¶¡ÚdÁ–ů|•›ä”–SÙiø·Ã£{Ûa¨2É.Œ ¡¶T ·³ÎtäUf…­¯4Ht“m‚Dh‚NÝ\R˶þü–‡Uw¡rFÐúJƒ¥ì›•ƒ±™Àö)åPHip´_«A»\˜rz|ž¤¿ÇáBØSv{†^q¼xöô Bº=C¯Mç]¹ývóP?ç[œ³¿rù2ƒ‹wïÚf’ï™Ûÿš7£›¹©‹`?fJõêªzõþöäÕ‡ Ö "iH¢BdÊOVRùV¼Ù¬Ûß®9ì)ûðÞ¯\Õa¿ÓžÌ»ù‘8sòØéãÿžÞ^>ïsÖgh}W3íyõ’cXHp\LTZZªØßçPq%Q^¡‘R ã¾Ã_õs/=jûœ1-›)ÈÉ7lÖ¢K¿¡{òä;´ŸI‹¦ßвL¹­îüCO…&ÿ˜g‡èÇéºtéá­u¿¨5©Ï»¨«:޽khîÈ^Ê êÖm ÔsÄl¡ÛrÎ.¦T_QM»ÿ¥ð$1% IІÖk)ñ]¼Cì²NÔžÒ‡÷~å÷¶èq«éß{–æV®¿Ú‹wò@õ!‡Ü˜úp÷PÑ™|F«ÆÝ›Ô³Nνø9Å1‚·•ÃäæÛ«jÏ”êŸŒÌæm~ééN$ï$•UÕžb÷‹Í.C•©üÁ‡ÙO’¾‰à«‹mpì»V?ì¾Ï”3ò% ø=‚Ôœ+·II‰a!ANíj¦=­-OÆFGS›šÿô¿ˆ†YK~[Â{Ø“wszÓŽsy_næpfüØ¥³¾¡žö°?D[†ÿׯi‡e¢½å'ß57ÕÔ7Ô×45¼ FF{Æ\Z«Ùª}×nº.݉Nó·ÕÔ½kHº=Å$çºmôLLG Ü5$vÁWÛ $/h®yNºÆF£×s$ ø=‚Ô{ÆÇÅfd¤[ž8Z3íyöô‰˜¨HI¼öÕ´çûåôm&8Ça>AÚlOšarr²Oÿ·&ÛF5Äž…™÷ õ5:7¯  Ó ‚Àž°'€=A`O{ž‚Àž€==aO{"{žöDö„=ì‰ {‚ZmÏa @u€=Aí´ç¹ÇÉð~Àž ÖÚÓúÑKx?`OPkíyöa¼°'¨µö´zïì j­=-ï'Àû{‚ZkÏÓ.‰ð~Àž ÖÚóÔ½±Øs2c3‹ÒsŠÒs‹³r }CS™z:'_¥g²Íè![¾˜ÍÍ-NË)ÊÈ-ô ä ¶)ÈÍbºå”²[QÚ3p3r% Fè…dA´½Wdv•z¼ØÔZ{ž¸/Ê/² òò.=N`žyÌ}—É”éœL(.{ú4}ÈÎ{ç¾zewŸW>yÿeè«2ï$¶MPA©ó”KrAA.»[x'²·”Ô¾ª=ÞIm³§œœœE_·“Nï÷#>ÈäLý}¨¿¦]Íö«V®ü\†úP¡úˆIö<~'^Ÿü2' bŸ¢sò<çUAN6û)ø¼µÉ™'ÙE9l» Â¤À—T¶ (H zÉnÅÄrúaj|nIFvQTTÛ’üœV˜šÍ[á>tKd*¯EäåäSeRRÊÛ='x¼,Ž‹J¿Í-`Ö¹©Ù…TêaJtVqzNqfVþµ‡ ì&w£óS²‹sr nΊ·‰—åöÙº«í|ÈÛÇD?ˆ-Æ1•Juä=“ÓøZ|£¡ÌÔÀY}ÛLÚvMtG6Uöì}fLsý l¦’c5¶¹þ&¡Áˆ}]ÑJ‰±ÿ¦Yß,þ³ÎÓ:÷Üû\è Œ·|.} bá´3®üÊÝ Š*¿Z¿ r¬ÇŽúJª46IkO}}}Q{î¿%Šg^Ù3—hÁ:… Ù¥A±ìCNþ[›üë’Q”Ÿ%¸É)÷ܢܲ0÷X±½‰…Dyü:¿|=†mYPV~ê†hãh[wîó˜ü‚œl¶gçÈüŒÄôC"» Ô3Ù“mÀV–UV¤P;¿÷ÔéÔB¾N“ÜXéö¤qóËérru¤WJyVEQ!Š 3+-\tb§g#+ž cŸU­«`P5õÖLå|“‘3þ9n]yE”ÚÑi6ëä3±-{–WTbTV†“¤„#öuÅîÔ_í›®õ‰ÍÉL6jÜèAbªÐAˆIÏ”>i6+åírªŽMö+·û®FŠrâYFÁ«\›;Q5×¢éTdÊláȽԒ¢<öá©çY¹9V7xå7âsK}ÜcÞÚäZÌ“ ôã×Þê„-ˆåqVi G,μÈa[>H/‰òK`ʖ㘂õ-ÞP÷߈+++ìùFx~fRú!~ óÄµŠžŸdñÔÏëáEN~v:»I [™•&e`†Úºö̰[ÞS­Çj¦RAN.«ârn¢ Ä*UJ¥ØgÉ Ñ2ÙóͳʊòA)éB-³3_Þs°\úk_%­ìKœšÛ[cän¦t{†ËhO±¯+v§|­µ7¿ól޲î)AÒd<°‚eÙÇ&»=÷^‰Ë÷´¨ŒÂÔìÂäÌ‚¤ô<ÿd¦žÎI¶Í½”Á‡6œŒ¤œ¢”¬Â´œwN[/ØF¨† Ôž!9#O¨ÙÁ[I±9%©™aaÉì&ûoÄûq 3² S²‹"£™QEÇdðzHË-òñOz‰kay™/Ó]‰$æäq3 ˜ž#2ŠR³ 32^]tŽb7¹þêeVQNNžÓ­(IGÀR{¿÷ÌH¨Té#^W”êò‰ã]Ï<ÿÛ·çå)6¾¼kÅç&ŠNì[ô›Oø]×êöÙ]¦jƒwßeÊOþ*Œë‘L…Œ—Ïêª ¾„åü¾†¯Mæ/ÁÈVa©ì5áñLÏÖã”õÞ\5­x9ëñÍõ7 FÌëJØ©L®r£Žûz©¾(å HÃ{ØSö± éöÜs90ÐÇ €*QkíI9LnÚa&Î/Óhù­I·îÖØ}p{¾ ²é§ÙZǨËðùÇåë4½k¨¿6ïYs»†ÒžLhÔIW_OGó§éÖ|×Çèj o` Õ±óŒ÷„^âì¢ï: Y™”‘yþm4t*î ¿üs ]}].?‹Þ5ÔZû;Ñ»†D_WŠ×Ž÷TW¨«)pY´¤1¼‡=e›àAþ½çîKá€>n8T ü¶„þOõÓ£™ËÂA—ç7m¿ðËúG1_÷oKØåïìù±I Ù©o`h §Ù^¯ßïXسæØs‡c¼°'¨µöÜîïì j­=·] €÷öµÖžÛ‡Àû{‚ZkO¨°'¨…ö´·· ò¾¡9ö°'‚ ì ì‰ ì {ØAØö°'‚ °'ì `OA`OØÀž‚ °'€=e´§œœSx•p§—ªÒ »`¦ÒØØØÄØØÀ¨ÏŠÃ·UƬß<)4¶[#ÚÞÂÂó‚Àž°'¨Éö̹ޭ¹ÊúË‘B.+Λoª:êdhUX}{VµA`OØ|J{f‡96k±ýV¬XsåÆl¨6U£å%9Òk«kÒmÔr¶eQŽ÷ôA¦´ŽÕÖísš“ÆTÞÛ4¡];Mc£~ï ö\^šó÷/:?.¿àdÞY盘Q}>×e„™–¾¡¾–Ùn>»‰Ý’ÝŒuÛéýàœ”‡É A`OØ|J{j6P´¸› iÝGF“Wh,zå¶Ÿùe¡®vªL² £BˆÍ¶‡#½Ô÷{¦òNïhÛ†j“™J¥:òÁù%|-¾QaiQüüþmÝ{_t ;*{µ b¸m0ÉžWf7QÅp'&7=aOð)í¹w¢N»ŸÖ¾*+—ÅžR>\ªŠ Üâ2*”'³-[ÔU`…«Þ² S¹¤›j×±³X_Kå·gz¯§´àœŸØ1ö,¯¨Ì6¨¬ä*(ªbrCOoÏìì¬kOkË“ÉI‰0øˆß{–nÕ©£ù–ü2±Wn5T›VE{rÙ–ÊŠòq…¥B-ËËò]oÚ®þý{%ÙlÏç÷Ó»]ì{†=¤†Ø3!>.==ÍòÄÑšiÏ«—cc¢òóórsàð±î*/{µnÈ·šãv•¿e®âìpÞ]C§dºkh—¡ÊTÇÞ¥TûIlË=Ô‡rcÊáîü~Ê ý¸ôÿ’¼ …º-{¶YÒ_cÔ–<þ*˜Œ™TTÆ^žÂï9Üarsƒ7Wn§VTNQ1Ü…É A>¥=###¸Üäà §‹v5ÓžQamÏGGEä—”ðNŠŠ éÇ­œœìÔÔ”øø¸°°P‡óαR^š½üûVúS–”W|¿i,õ_¬té6H¨«¼$çºmôLLG Ü5TœÃ™ñc—Îú†zÚÃþtà¿PÖfF†FF:Z³ö» Ã~ùÀŽÃ-rKËæ n«©Wq×Pò]sSM}C}MSsÑ»†ÚèÄ]Cò ìéì|óéÓ'4Ÿ„††DGEùx¿8gmX3íIÐØ®:]´¶ž%Ú,7þ`Cµ©²-/Éy^[]“n£–;°-‹r¼§2¥u¬¶nŸÓœ4¦òÞ¦ íÚi›õ›xW°çòÒœ¿Ñùqù'ó~Ì:×ØÄŒêó¹.#Ì´ô õµÌF¸póÙMì–Œèf¬ÛNïçÊå3‚ °'ŸÆž…YëÉËé-º#¶M^¡±è•Û~æ—…úÙi¨2É.Œ !6ØŽôRßï™Ê;á£mªMf*•êÈç—ðµøF…¥Eñóû·ýuï}Ñ1ì¨ì9Ôv‚Šáv¶Á${^e˜ÝDØîöàSÚ3ôÌØÆ-ÌÖËbO)7UEnqÊŠ“Ù–-ê*°ÂUoÙ†©\ÒMµëØÙG¬¯¥òÛ3=×SZpÎOì{–WTfTVrU1Ý!ì À'³gQö³öMÚ=ÌÈ[j¤2Õ.RÜ•ÛC Õ¦UÑž\¶¥²¢|\a©PËò²|×›¶«ÿ^Ig6ÛóùÅý4ÇnÏ/“nO.ì‰ °'ŸÝž[û¶4?Ä»ˆšr]­‰¶Ï«â×oÝ5λkè”Lw í2T™êÁ»”j?‰my ‡úCnL9ÜßOy¡·à5ïŽß …º-{¶YÒ_cÔ–<þKd̤¢2öšð~Ïá“›¼¹r;µ¢rŠŠá.Lw{ðñìÙº2ZݶD;þOYo»2ôÞ=°ÝÐÙï7¥þ‹•.Ý už—ääSw廳Ð[ðšwpBÝ‚®´YÒ_cÔ–<þ½Ld̤¢2öšð~Ïá“›¼¹r;µ¢rŠŠá.Lw{ð1ìíø?e½ì:Ð{÷ÀvCÿ•äÄЫ~230026Ð×1é?Úš#ü/Vºt$´I^’ó@Ý6z&¦£î*ÎáÌø±Kg}C=ía:ðäYšõƒ™‘¡‘‘ކ֬ýîB+Mûå;·È--wš7¸­¦^Å]CÉwÍM5õ õ5MÍEïj£;w !ì ~[‚,Á?iAØØöDØö°'‚ °'ì `OA`OØÀž‚ °'€=aOA`O`OA`OØÀž‚Àž°'€==aO{"‚ÀžöD=€==1íØAØö°'‚ °'ì `OA`OØÀž_âß%±°°ÀT† °'ì `Ï*‰ A`OØÔ4{åxOdjlb¬­Ûç4'©|•xc n[=³±+ØMÂNÍ25551Ôï¬×ï´wEË’¼ y#{ièêZëí·ÓLoþ3橜˜}ÛÌ|­{›&´k§ilbÔoâ]z(¶±P›ËæýhFFFÆ&f’FK œ·NïÙ­k‡ÖZë.Ç^Ùò[Ÿ]Ú¨k¬¿'öu=¨¦=ôRßï™Ê;!£mªMf*·ë7ŸæÁ3æÅÉì&/¹L!+ôBCõߘòÑ~­íraÊéñyů|•›ä”–ÓC§áßwŒ|-¥:òÁù%TÈçæÓÅ6j#4f±£¥3lýy ?¬ ¨ú»C•3‚ÔW,öu=¨¦=[ÔU0ªŒzË6L¥ª¢BJqÊŠ¹ì&ܧ§†÷í¢«oH-åäë±-ã‹J;¼0¸í”û‰¥‘êÚ'ó;a³¤›j×±³X_K­¬m,ÚFpÌbGK ^•ñüº¼èírI¯‹ ì `ÏêØSYQ>®°T¨’œ˜*bÏÞMêòJªµgvÔ%­¡§tžrG¨Ûò²|×›¶«ÿ^Ig¶¤Æ¢mÇ,v´‚ Ä–EûDö°guìy ‡úCnL9Ü=”)lÓk>ý ï:j„Ó4v“võê{’>S¸É ñqQ‘þ^ž/`OAªiÏ[Î7?zDó Í*4·Ð Có Í6°'øÊ왘ÈáxÞ‚TÓž÷îÞq}ö”æšUhn¡ö_ÙÌ¥ÛnRbBLLtXhˆŸ¯/ì‰ H5íùèáCçî4ŸÐ¬Bs Í04ÏÐlCsì ¾{2úL~™Ä|õ` R½¸¹>ãx{Ñ|Â|éI3 Í34ÛÀžàk²'sãsñ–~P ð÷óöò¤“Ÿ~z¼w÷Î-ç›×¯]»zåÊåË—@šh– ¹‚f š7hö 9„fÞ“Ù–¹eö_“=™¯>SS¸/“éGÄè¨ÈÐ`??ú¹Ñ㹻볧=zðàþ}—{.÷î€(4?Ð,AsÍ4oÐìAsÍ$4ŸÐ¬Bs sÙ–fØ|Mö¬øî3™Îñ„¸Xž@é'Æ À?__úxy¾ Ãsw7w7W…æš%h® ƒæ š=h¡™„æšUhna.Ûžàk²'sñ–üÉ ”~VŒ¡ó>"œÎÿà ÀÀÿú9Ò×$A³Í4cмA³Í!4“°ê¤†¹l {‚¯oùIg#P2(_¡±11ÑdQò(}È¥dS…æš%h® ƒæ š=h¡™„Q'󧤅'ì ¾èå'#PfJ ¥sž–¡ôs#}H¤¤Rú8€$h– ¹‚f š7hö 9„fvÕɨö_·@ fJ'?­EéSÀÈ$ÁL4c0Ò¤9„™LÞ©NØ|eÊhTФ ¬1i²Þ”¢NØ|M4)T ¡™ä3ì TØ€=Ø€=Øö{žì Àžì Àž°'Øö`Oö`Oö„=Àž°'Øö`Oö`Oö„=Àž°'{°'{°'ì ö„=Ø€=Ø€=q´Àž°'Øö`Oö`Oö„=Àž°'{°'{°'ì ö„=Ø€=€JvVæ§±çù³–ùyy8àÿoïΣš¼ó=ŽD+VD­Šv³‹µf:½wÚ9g:wæÌt¦¹çÞsîí™;Z§3çÔ™ö´SmÕVoµj§nTD¬¨¬‚‚ÔŠ ÈÒ°†@Ižì!û’@²©½_Ì‘rIX—FøüÎëà“'¿<òüþÈ›` c€ËÙj4è)mw»žEg e±Íjis»°ìpÿî:ÎV“I¯RȊΞ¾ÛõlQÊ òNJ¡A¯¥Ý.À}ÊdÐÉeâÂS')mw»žD&aÎ)¤}nvF*À}ŠBF9“K˜àÕ»Sõ?PO€¤žÕ•cÌÝ®çU Œ17ð[üÜõ@=POÔõ@=PO€{Æa³ZÌ&‹É8智S›ÕÜê°cAF¿ ¨'ÀôæÙÈ­ÏL?–˜°wÌKÚŸ™z¬¾¶†Âå‚ žþ›,¡€ôð!¥\ÚÛÛ{}¬žîn¹T|4åP#—C÷ŽqAPO€@û,cvFºR©¸>ž†J©8žžfÔi° #.ê àÏl4$íO›¬!.ºkJqAPO€[-“11aïõñ7è®[”r,Ȉ ‚z‰Åµq6è®Õ¶ZXÔàÎÖóêիͦ’²  >M@=G3rŠùÏÿ9yåI+WX±êÀòU‰dCòEÔ`ŒÕ“Ê(51!MþöÛ¡è"±€&Ü/ýëÙÓÛGݼP'eóÕåMš’FÍ¥Í)¶’ŠzŒ¥zÞH'ÿF:¯y½·Û9„×ÛNÓD èý±½÷õ”éì}}ý+ÓÝÓKõ¬j>ËboͨÜt¬òý”ªóõÚå« ž÷Q=}}nôõõÝÜuR:Û›÷îÉf±²Ã¾Ãb5ïÞåñô”77 yô’«¡=‚×3ø‚|QR¯xá/ɾãþz®>P%ÐlË`tŒ½>…ýNreA•råê¤\Ôà{ÄâF:i×)ð¥S°¯0*ÊøÔSö ,Oi~üqÃ#hcbZfÍM›–?e ×?ÛÛÝt1¿Ã­ xAYÑ_ÿ$nIܲű —ýì÷©\ÛÝhAXXX(ÔÓÓѵv÷™UÛ Jù†ïêÙ×·|Ub_KÏ|É~soÉÚ}ç9Œ>`=ëÒ¶ü$ö¹¸¸¸E±ÏoN«ó¿ÁvÝ¥™5ýƒ“ ê pëéÛc%e®_¿îõz„‰_LÚ2ožyþ|Ëüù”Îþç¼yê9sT3gÊ¢£ùS¦œŠŒlül§ÓåèëëÍËÏñ¿š‘½yÆSÿQ«m÷=4ñ/î<¡ì» ƒâ|BðzYÑ©õwë3×%—^â«Ëòþß­*~MÒÆC—Ú¼]*£ƒê9ä êsk§/ü#ãì¤ã+.æN_[¤|ƒnÕÙ•3ú¸@~ûŸ-ê pgëùí·×Ýng6‹%Ÿ=[ÿðôß$t ›;WCé|è!ÅôéÒ¨(&2²aâDšf2é{{{ŽŸÈð¿ÚûG}"vøŸ—¤ü5>>~ùÒÅ b_<µ¢hûêŸ>¿òñ¹ 6~¥òìj®}í…§c—Æ-]üûMýßîtqW¿¿lù²gýë‘kˆÔ³F ùÙÚ#;s¸§9†¤"Y%c©‘XëeVžÒ&RÛ†VÅewy¯t÷võôímr-þ¡õüûÃS·I[:¤[§>òöÀ :%§–FÏÞy¾åŽ|½zÜñ½g=ÃÂZfÍ¢\jbb´11t ž=Û—NÙ´iâ>ð?"‚¦éôš®î®´Ì£þW‹žÀrtõúŸ÷L¾ƒVññ)1«ñæ)IÿIiòÓ_öL~qÞËŸ—øŽmšþ=lÒ 1  ¸”9Sæ¼ õL/j|ùíÔƒç$eš=…Ò᥇/ÈÒJäÇKå¹ßÈOW+Šê”—¹Êoš”j“Sou•5ÈeZÛÞ88ä:Ó&°Z»¿[®Þ.kBôÀ >±ù’öNíÖQO€;[Ïk×®9­”EŌʙ3©˜„è¡<:šv”NÑäÉÍ'6…‡Ó4µFÙÙÙ‘r49`=ç``˜Ø)¿ýéŠE‹—ÆÅÅ…±& ¢­Ç7¹;,l‚ï䬈pMg÷à×ΞwsÄÌ}ä¯çú¤ ¯mÌ=ZÒòÅ9åÖ\ÉîBé"yÊ%EZ‰"«Tq¢BþU¥âlâ"GQÖ h1õoBÙMJÒôÒ[‡o©ž{ÿë¹Ç~µé桞÷ºž==ÝÔ»€¨žT»ÃJY¤PÒ6³_t4}¤‡’©S™)Sh×éKgãÀ¢PÉÚ=mI‡öû_íÝÇ¢67ýÏ¿5éPмmê‚ïäÀÁàcª§ÂÝ>øµ3"XrWû ~m@ÁëdAFôö¾³¯mÈM)iÙ}FñQ³#_²«P²=O¸#Oðy~sâAÊyaf sªBüuµDepP=ëÅÚbŽìO[s‡\ê­yS?™š…[¦Î{ë»ìpn{õÉ'^ÙÒêíøÞŸíˆ ‚z ‹îîîŽo@Š¿îíí±XL”EQd$µR|I[NÁ¤I;túê)•1.WkBâÿ«µ0ã‰?°•6ßC=¯h{CNšpQç öþW¨ ¾g'¾8÷ç;ÏûŽ ;}Üóã9¿ÜWæ;#¨hòm@ÁëdAFã`~ÍÏßNýâŒäð%õÆ,Ñ;G›Ö§5m>Îߑۼ¯@üµ0õ¢èD)sš-–ëlfG›Lk[ýi^æyîëHóߌ~æõ&‹‹ŽÝÞëÏDÿå+éàôz¬~ùØ‚ßáòzoç² ¨'Àð±è¢7â€Îœ+ g F]6‹Åˆ V ý&ÿF7y,–/µ7þË Œ¸Ùf·îÚóYÀ 6åíþ·øØØ%Kc-Œ{ñÕ#5Z:Y°æÑ9ó—­XñŸó¨ ¾™ƒÝ¶†¿¾ò£'Ÿ]º$öÕ ÕtÆe®þÓ/–=½hqìsÏüzÍqÿ×4R=»‚¿|DÅu’—ÞJùß,nF¹ö½TþEžùr³¹Bh©[8Rk£ÂÖ¬êÿõ!¾Üt‰#{cGþß÷œöx\§4y}ü³ —,Y²ðÙøõÉeþ âi3¾÷ÒÜEÿ½û6?aÔàVëÙÕuÅãi(¿ð$½µMzÎç;OEFÖ…‡7Ý4ÍtæNž\±u‹X*Òu;>Û6Ü5CAðzYÑc”ú_½›öNRYnµþ|£9пXIüÅ;GVmË;_% ÙA=†‹Å•+WÚÛÛbW•—sÙívjtêšÛó"'×*æt–mÙ$bøj­*3;-¿ o¸k†‚àõ ² ·Ädµ¯ÙžÿÇO ¿ªÑQ.ïÇA=†Eg[›; ·ÛUZV|¡¸Èf·*UòÊO·æMþm¸™ÎË›>ä x ¥,5ýHn^½p¸k†‚‘êÙy§þ"—Ûµ3íòoÖeQ=»Ýn£­ôw9[Cj‰PO€[­ggg'½“Çår^,.:}¶ÀhÒKdLÅÖ-9,V6‹•N²ÃÃODDoXÇã×Ó³)GeçdÑK‚\0¯g𠊣Õj1 Z­V­nI?ÍþñšƒR©ÄG.—)• :OÏÒšé‹i.ê 0|,:èý>—³õܹ3'ó²Õ•á76Õ7ð긵õ 5nu]}·±NÀð“¿<‘™F“ƒ_-ŒTÏŽÛ¹¸Ãn3õwS£R*¤±P(hâ5UÔÖÖTWWÑGn=‡ÎÐyz–æÐLšßê°‡à‚ žÃÆ¢ÃKÉ ÂfµhÔ-'Nf¥g“)$r¥T*‹e"F"Ýø_’QOöïMþ2‰¦ÑäàW #Ôs¤ Ž:h6uZm‹J)“JD"a3ŸjÙ@Ѭçpè#Ó:OÏÒšiµ˜CsAPO€ábÑáõ™£×iéMžÞþ««*>øÉ¶Í›?ùèãÍ7~üᇛÖ°aÝû¼÷uïîÞýOš@Óh2½$Äo$à7™ «Å<¶Ñ=Ò;r¸±¡ÞdÐcAF\Ô àï…ZLƺšªÌôcIûöŽmtÇ3Ò8µUÚd4 ‚z Çf5tJÑ¢”«UŠ1ŒnPÓ¢0tTI,Èèõ¸}¨'ê €z ž¨'ê‰z ž¨'@(×S­V‹D"ÔÀ¿ž%%%uuuJÊ¥¯žmmmV«•2 ƒzø×³´´”ÃáP()—ͶÃf³iµZ‰D‚zø×³¼¼œËåR()—MJg{{»Ýn×ét2™ õð¯gee%Ç£PR.)š”NÇÓÚÚj0”J%ê à_ÏÚÚZ@@¡¤\R4)^¯×étšÍfµZí«'ÍŠccc£X,¦PR.)š”ÎÎÎNß>õz=M€!„B¡B¡ Pú~èIé¼råŠï›·ÔS­V+—ËiE–v©•••åå奥¥%%%Åã`Pò(|”?Š ¥‚HY¤8R")”¾oÛR:»»»;::¨¤‡Ãd2i4Ê+íOÇãr¹§®®®c J…òG¤R)‹GJ$…’rIѤtöôôPC½^¯Ûí¦óVÚ™ªÕjš,“ÉèU ÈD"!Æ8”< å"H)¤ R)Ž”H %å’¢Iéü?ô×8 endstream endobj 705 0 obj << /Type /XObject /Subtype /Image /Width 618 /Height 424 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 58713 /Filter /FlateDecode >> stream xÚì ÔïÿÀÏ–¢ÌÌ”"[{iŠ”lBIJ¤¬JÒ^JCv¡H¢”„ÚÉ(%Ù¥RE%›üŸÏÝ9‡»sVßïïÿ}¿êÜÝçžù^ÏøO{;Ààð`$1Ä$Ä^:ê¾ÁPcš”Ïp6fFŽ‘™ dà".à".à".à".à"à".à".à".à".à"..à".à".à".à".à"à".à".à".à".à"..à".à".à".à".à"à".à".à".à".à"..à".à".à".à".à"à".à".à".à".à"..à".à".à".à".¸€‹¸€‹¸€‹¸€‹¸¸€‹¸€‹¸€‹¸€‹¸€‹€‹¸€‹¸€‹¸€‹¸€‹¸¸€‹¸€‹¸€‹¸€‹¸€‹€‹¸€‹¸€‹¸€‹¸€‹¸¸€‹@Ÿ¸q%"ÐË}½áBp€>9"àÈv[ä"Âà"Ѓ¸˜óþ‡·Ù,˜&)Ì .݉ õ=àf³rÁÔî.Â1JhÂdu½5Î{OGDÇÆÅ߸‘ÿ%n܈‹Ž>¹×yžúä BÜd.ÂÊ1JPBIm™…ãN/߈¨èËW®ÄÀ‰+W.GGE„øõt´ÔU›4^h+ÁE0±rŒ=NAy‰é†­û¼}ƒCÏEDD\€ÿçCƒý¼÷mÝ`ºDYaÜhÌE:\„e—€¸ìL ý5ŽîûŽžôõ €ÿþ¾'îsw\£¯1SV\€k S§‹°sòŠJM™«m¼Öq«çÞ‡x€ÿ^GØë¹Õq­±öÜ)R¢¼œì˜‹àpÄõúpn! ù™ –¯Þàèì¶mûvwøo±}û67gÇ «—-˜)/!DÚÐêX¯ä•Tš³@[ßÔÒÚÆÖvýøo±ÞÖÖÆÚÒT_{Á%I1þ‘¤Õ:rl¦5‚[P|¢ÒL5%ËV¬4000€ÿÈêW®X¶DCm¦ÒDqAîìK‘Ž;#œ¼Bâ’òSf*«Í[°`áB ø±pÁ‚yjÊ3§ÈKŠ ñrîŠt¸FØ8¸xE%¤d”&O™ÿE¦NVR•’Ä<„…‰8Ï»#3òNn~!Qñq$%%¥à¿²û ãÄE…ø¹9‘‡t">2b$7¯Àh!!aaøï!,,$4Z€—{äˆnBòvŽáœ\£FqsóÀnîQ£¸8‡s°w÷ÌE™˜YXÙØ‡q †ÀÌø‡±³±²0cërÁûæ$Ì,,¬¬¬lðßY? 3ÑAÈ=„ä$ŒLLÈOà? òFJÒá#x7€ÿ0Ž€£ÔÜ\zuèç `s¾ÂávŒîzÍSäß×Ã6=Ôú;m(í-…jÉX+Z)N‰Qÿ¬Ñûyß”ðî–ᙑ†6– w}ÿåu1#¿¢‡Zs°›~ç[’¿KéµWÂf½¥#k‡±t’V.˜PÎ匯ÙÊ’>é«X®6G¬&<‡tëÿ1*õ0 Ó*í(^¯Ï„þ9i%ëÇ<ä-ntÄ„¤ÑÔ>ù>àž$‹öž¦˜Jš¥"u½´^„bû–Šõ§¥ËÄú×ÃÈ>FÝET,hR—r8˜‡ÞVJºÉý8²ƒç¢ý)éa ºIôŸ9]44‘†Œ™‰ŸÕ‘"]e¯ÖÚÙ›õè™ h%§ºzðµ±FðoÅŽ0> Œ3$Ûp ³¤7DÉÕ£~‰þ;ZêB?ê{èÕŽM‡v-ÇÒÈãA”E–içµõæ„ç?ý/GZ ¬ÿöæ´?ç÷ùÂèÞKºKsÄMUßç)ö|¯Ø`hw*E›ÂŒìåôâbÛþjú ÷øA‰<Ï‘÷ŵq€j‰-õ¥ICÇ;hÈN¯ƒ5=Ê|8äî±0ýiÓ¨Z¹È$ÿ½G^Qš½¾C³®G=¬9Ûb¨e˜@V']ò\Kê¡}W§šøôVtÊÛš®Qä4^­Þ­_{PÛ®ÒkŸQ¨™îž3‘¤õžÔï=JÜÛ¥ÎÝJoè! í%ìïµEâ=zªöÓèˆ G©èŸ—~º“úôYø%Õñ³žÊ:Z«Ëõ«úµú#ùìoszÒ¤™Hí_Gs&‹—禱¢?þ´Sˆ!‘]4¯ÕÇH½¢›Ý„v“Ó$«¡²œwÂ}ÍÑ>H3ú”^ìNš¬ž½Èsi^`E%ån ž©Aôù‹4Ko¥»¿wñuHõ?¹ú¡Í=x=±‘r.§izúâS´ŒþÑiQ¶ÞúZç ¢Þí£¢ÛÙ]t ŠRÍ¥cúN3~i-åÐ í1ߤ"%âõ¹bs)ô.å¯è´ƒ©ƒ2âé}æ±í9½ô!­—u@r¿fÊ}Î>h²fïcÝeC<ÓÈÂÛòÂnµ<ÆÛ?sñOuÀ¯Nud¯ “q}?æ›»µÍŸØ'}ºW¯›)úá1|¹~4,€ _ƒ(MÙL¦Cï›Èz-ÝKäŒ%û¼mˆ#Á/$ÉÔAYO5Q”31ž$ëÓ0Švÿ®×ž: ÉÚY}ˆw7çò8yŸ´“ÓúWG :æNdíy‚zmCÅkLÉ®‡ö;ê\$ê-—‚5iÑYêRüþ{r:…Z\Ljá*£@!’æ’D×Óˆt÷iøEV¿ú5‰®\çÅMÿ¦žû z–ðž* ™MŒèEÊÓ)ÊÏ’êÜâ"Y´ç9FçÄ‹”ËÜ”üºO¯cÇä.Òp½ƒÏ†bìû/¹G²‰ØŽƒøÞ5t±™ºV~Zmà ˆm‡jIÇפ€¯Ý“$Ùgø\ecšO?í™ï¯zÝýCwK¬)ÈT«ÏýAÒeè!Ë%ƒ~ä[~ÍGµzQiï®!°üµCö=©š.}Û?ÈóT-ÂIï7ß?~QÔÝé¿þm´Q½Øj~ÄÅKÑOðŸ”, kþÖí³¢éjãºR­¢¡É}”…>*K„¨ó$R¹Zƒä©ª‚ÿŒ²ÄáJhŒaû}¿GžŠD3G?ÀËfÕ¼l‡'‹T£¿)=­Œ£Xª$ÙU«~K É ÒSnÓ9ë À—.¸bú˜XÑ |Ï ^xwéɈ>ŒaÓ…sÏW#ÿÚïÜ8Ðí!Qø(¿ãÐny~÷Zçž^¥|cÀ#B2ÍžøámgE½ s>TO#]u/2˜n5¾Mz:(k°°Ñ¯)ï§PŽç|/f]¿ìâ[xÚKiÏzô*MðßäÝG† îĉ*vë£Ø Õ2jÈW¦©†€^´<›ê7D'ÓÕ‚‹Vkß¹.ß&ø*2Žæ7V§÷ÐßÉ^¿?pŸÌ3,zÙŸPïµÏaýìV¤ ÿF>»ZÄŒbÎtD¿ËC쩤6,äšêðò¼KW©zŽ#Ûx®ÿù)ĆÄѶ®ó›]½Œ «)Ø’%I\’—Qš¹ýZ ÷+úœÇ÷n?ªùâ ß‹8GÓ†^tùô-ÕÖÏJùWz´ÙÖÃ#^t‘ëšs¹Ç§ƒI/Aṫ^’êb%Ê|9²ßßÃx‘6yÈúòBô"]3§µdy¢)øXés¾>EžtÈБ¢|ÂÞÐ :ÊX؇ˆ2i€w{_ó+š÷/¿¿YrEôÚÃõmmK«Çú1‰"+Ek@óŸRÚ<‡ììÕHvh…1¾?1‡Ô¦œ.ù‹zH-›¦G®¡ÓŽ6ÑH÷†Ž‘d Éÿný•{Øïz´Iž¬†t„(ícé‘…¨‘Z§Ñ#÷Ñ.äˆÇNCæÆ½ÔÏÛ§ö ã5·µo8Ý+䑽X„ÝÑk…”lÿŠ{†>dvüˆøúISþ"C¶ËöšTËbôêQ+lb¸)þê·V¶¥3™jÜMBïOèQ¶ø Ý-ºŽä„Ê7$–ø•N?ØÝçñ¿ÚêëÏQýÞž:ñ“ Ô^ûw•åD²Nibú4ZÅÕe‡ œB;Äú0ŸûCç¼¥­,¹»èo Þrvÿíú1ð§ûÒ¾#«NARB$©+÷gŽÓthWäî‚ú} ÈÛ–ÒݾvºR2Ÿ¥«ýÁ½Xu^êû»ôí!YžOZÓD÷ïA² xì¦8í£îÿ…w…b„@;ÏPIÕ }g¬ o!'þÚw wÑ1 ¨§SZ˺¥ûF¥ì®Só3ú`ƒ›éNËBÖï×ò)ŠÒ‰€§uÑÉð~ÄC¿~ÌíjI-¥¸ß~»‹l­ºüŽ¿8I‚.&}«U¿‹ìwàßåtYÿç VõQ?š4⦠™dä©HV”îÑ×¾{S!Ö¶·‡(Ò­¡v:gÃoÏu¼ŠëuÆ¡„ÚcÚ_ûF#8#™ ä¯LS>³ñò÷í5º(÷HaÓ«E¸þÅok5º$)žîóÊÈqrࡨ™#d%®¡Zú±¿´§F¬çÍ~zõbc_zñãÌ>F [¢+û9¦Ì¤¿Îó˜Kq ê·uèQÕï¼>÷àÔ¿âþ‹-IcmƒºH±´kÝúü‚d¡×Pz[ôîN› èfÁ3ûe'ëÄšéõ«õx¿/östyÔÍ[IZBÇ,´œ.Í&­oOâKŸ@q½¯Gó.„ˆ¡Nelg¢G‚>¾ukTõøV1å~øŒ)]ÞÎ/*Ksÿgx7=œê¡óì·º¢¸u4Ø^í2›“¥1·KB2ÙNwD«èÒn÷î9®þÇb˜:²ù}–ø":×tòýÐå5Š:ÈÄ]]!*­ÊîQÇfÁTŠõÑn{Q?{yõÇÙ]’4eý±›µ¬¥ÙŽÔêí;UýèÓÐÀöͽ’3Z×l@ýX‚—à. ½µ$–mÙ£·O¨H¯[4~‰/{’IÿZWO±–åøÕxZŸwìøI–ÂÝ‹ö$º}>¡[¯–‡Vd¯Õ¨ìL!^èRî®~[®Ýžù©ÏÑG‰ª\siHü#™„ÖúJ;—Xú.-°#^5¢QŸZ¯³béÆ%Úᾎ¼î±/ºÍ²jŒ¹ÒCJ[èîy0ÞŠ&‘ÚS%(FŠÖÄþïëfiÈâ‰? Åãóí¦ÒGÿ.Ñè9>¿™¤/÷[k…]rn"–É5c]:¾Lß=4‚±Ã‘(¯Xâsp¯>hK#û¿ö›¤ØÙKÿ&tÓg¾p~¿4ÌNuÐÞÅïe‰é†ýë%‡æ.T"Ö3²¾Êué‡6iüžEÌ+Ù'ÿûFç÷÷öt‰!ÏH»Í£ß‡ÿòŒzÉFw÷˜ðõsW¯žl&%ÕE*~$ðÐX¯í“ *u$ßÙ•7¾WkPÙÐù^Z]HŠ!˨HË©K ®Cÿ—S±Ë·DFöA“¯ˆò™8H³9ñ~ÇÑ º5ÅEµ­µ¨Œa¤O_þ=¤‹b EÛ+ëѺÊÈ–]„_ËM r]¬ëy#¾\/úQìµ<6Š6}hÈg:_û)ÅTòýÛ°ÔYCHŸÆ’ÄŸ úÜ¥„ª/Îê!Íe–ÇÉîÞϲxa:°ºŸõ+?3mfâåò¦»1_Õ¿v~'Jý°ÕàÈÜ‹B~™¶fߣùÍ/TÓ¼õèüõï½=ùK+¢™çóôêå¦T[¤7(ûuÞ$_ éµï爳Ï1½ÖìD#N/ÛÝO½–÷:ßÃ~Sï/ý…§×Vl/I±NªQoQ.ËIÒã°ÒÐD#Ùjâø øÚaŠ¥ðõ{HAºä#é3»Ošõ¤£GÝ,j/Mˆ"ÊrKúó³—6K¢²x;{Ø£äK¤^¸ Ê®Û>t¤[íg†èŽÀË¿ø›5‚ttYV·±ø¾ì üÏ÷ýú;¶tXR#Å4¡ýŽrÛ(–wŒJû=ú=Æ'âë)éU.®ÈnÑe›»È_‘üï_tÓ_©¬–ÏÖj­î×ÞMc°b7Û¶ KŠEdú×!óðÑí"ƒÂIŠ×)¤¼ÝËìáÑ,ÿ‡Î<]9dqªôýik(Hû€ÈÂnòfò»·cèÔÜÉ¿~W!¦[˶ѭ·©TÚ:…¬„]¼Ò€,ǹ¿´+Bìß:zÎðF­uÁ§Ÿ‚oéù^bÊ0ÚšÑEŽë{Õ¿sŸ£^"…Öåö#B¸RÍ#M÷þ?³1¥«Í}Z?¯¢!ÍQTWò'ºÈùú EÈüÈHsüN¦kÖòŽ¢d¤húy#InïÑ«±½Xá^š–Íß—¿w0”ãKŸü}dZr†,¿#ë˜2à]]¢ …û,ŸŠ^í> ñF’jîŸÿà)?ùCb;sû5JDâcy9(ÊÒ€S&Ò=z‘ÕÅÑÍåÐû=TJÒ£*5›Aœ“èp¬ù×ÿšÃYºzïMGl»IlûÖ!œoä q÷³ô AmÕ„>ÏO’E ç.ÒÜÞ5p¿?i€{ÜéÜ¿—è‘n,ºJÕ†nÐŒU7ºYUPÔèŠuˆ«çѦãò~í“0 0’Ñ‘ÿ)BäÓ\íI®þ¥5Àå^ã×!¸[2LèÎ܃ùÓÃË5û)ÇÍå[ËeT£Ò“AW¸ñòÞ4$½ÚL>·¢¨×` ZP ¶%¯ëzuª«/Ô–Ä~îÄÑ‘OvP$Ø@!J‹Ží¦s¶A¶ìA+/Œ¨Ï8²~pÑùÇÿå=œÓdõ-Dëw3HîÖ~i"³×\wi¦xj:¸Òý4hcÔzÔîé½jgYï|èX¹>µ¥²ê»H¥FmD­_¶ù˜¦ÕñíxÕKÎø>݈îÑ7FºòK5Hµ5i½x}’åoºeP=È÷T’–¿‘ÍôÉ^Ïh†â;h‘®Žb;f­Æ 25É:óкփ¼kâÙgýk~s³W[´¶Þ"ÉI¯Ï•¤K¢+ÈôxŒØ7Tt[ÓK?9ÿ5wùâ÷®­£qèU¿}=¾Çø4ÆjpÚçNSwñµÿC¿§ÃCc­~žÎш|ó)Þí¤ikËP4`K{Í[Il‰Åž^$•_ÿeç×÷‡tZ¢É:.ЗZh×o‰}¯ÃvP,m76Íîõjì—Vݤó¼ß%žB²pC¶Ø£„ô>–9µ›•Ñ{w2/Ø$ìB!ú¯¦2"¸ý…±™³‹ÿP‰Låøî ¥ýBѳÇêÈåAsœ\ðÍ[&ôþý]ºæÔdr—`_~Â>£…2:ÎÿýùYÿ>ïg3o…Hš’23»ÐÞ½Æ|±{ÙÃ/IsÝßc(7ö¸á–ó÷.á PmÐ À&+.íu×U7÷ÎMê+®Ùv- íå³^L˜p2ޱ¹ÅS-À|SJjMíŽw[”½q|«gáp§qŒËUôƒnûÇIëÿ–=½b‰´2&·ÄÍ ;Ó3ËŒb?0Ÿwî䨽¼ì‡§ÝøâS; gÅ3çHñ¾IwöË2Lší¤m·A‘û(³ÇÕ;²³—Kâ¤æ%]ðÖÛd3$[ ó}}ýÍòVŽnæúJêÛ¾ÙÙ5ZïÕ«T_½%k£+ÍÖÅø /FBÞ¾cûeåÙ1kÓ ý?eÃ.%üj¨­w‰ý´|ɦq?Œ œšâ8qÏïÐJ;ç¯æº*$ÃØlñ~ETnô‘#«ŠRýND݈ˆ-1ÿmâ§Â`Ï´{ƒàT ÙäE-þœ%rEr _¥äQÚ A“%gH%› ³åg‰6Y—æsI«Pàyˆ€Þ«ÒÌHóÅB_sbô]åÎ/Ái/l͹½Rsÿ¡„ú«ï ýg—DèE²'1ÜŸ6á©Rðd©x3õ79’œŽ°£.š0ññs¡™³¦½Œ:xZL™}¸£Õ|½¼ØÀ™[´®%©AbÒØ÷|ñÏÚ‰ vUU+^-c@Ê`ÖZ%~ÏÊI»Æ*<#%AÿÇÊ™ù)œåáøÆfÀˆ4†;·ûÓ†ýß-Ë€þãði{^Ááb˜±ÿê~8Ü%ì?®g)Uݯç•.UÍ÷£Uù€KÝ-±¬²¹‘å´µ;[ ñbˆý2¯°¹2wŒÌ—(£áêwøk¥¸¾¾ÉK{”¾Œ /æe‡ÏLÝ´yý9]Nƒ%k“øK„Y]ŽŠNµ^á±Æ)£<7W·›Qrº«ó§5­áBÖwY¦¹\¶’ ¸­'}ÊÏÉ¥nÓ›ÙŸf/-ãå9wM—Ç']•?QRê±Rˆ²ÍÂmZk*?;Øð¬>({D~ûü#éNŠÄ…¯‰znÂwSEMÍ“wÎêÈ Kî›ë« .Åÿc¡øyIŒ~zº~ä}m»²åO^+]2Û¦ýÍWȹü¹eœÕ8”ÞdÒ®wg…V®±~x—¥i»á–¸SÁö…È$é¹8¾ŒßyâÇ%në§:g§mçÀÛ¤²áã­ÉãÃîHp,¼Ÿž’£wEORcò#Õr'³E¶ºa†ßï<°ˆk ˜NÚ*<âЈã.¤ Ì|fv‰µCÍ'Óü(›åi'«Ï§¸×q1áø&¥ì¨ãø>&gò¥HÝUFQSò ¿Y\3lã8¥ÏËÓß¼.ξgpæ~’C1+Š'‚ ÷gͶ%«®’›íëcvxê]¿ #y¿$®e/ªC-Þy{xxìlÃáX¼¯Ð﨤»Õv"›Yä´2;›‹²‹md|´ü"¿‰ÉnÙâêÜ€ÃñqL/1_£ï’ É¹;mšÕúû;m4ÛqÈé8ÿÙ³geq¢‰Ç?‹~sˆýì¿Ð7ìrFv|BœœÃ’¢¢¢B?¤3F7·¤$I_'¹á +âãù–f)DN 2¿ŠUát[[*qZÀáDh=ÉC™eÃ÷K\ÚoÅ…“æÓwŸÊ{t?cjŒnôÕ%¦þ²«~±0ž_.Â*ÏÂÍŒ a¯.Ü‘6Yå´]EB§þaÞ´7‘éÚ&9Ì8>© ¢—‡ ¸@æ%J(ŒièøávKàB×1ÓØ2;h¿Ø"qóm㸰EOr¶±ÌšÃI°áÔ?áp‡ÑÐvŠ —ÊsênŠìªc¡ßâ-Ö:˜oàô}`ªÿfq“ loü„JÙ¾ew'ÍLUÉ”Ž ·þ“¼ÿž û7‡Œ‡*íLå|ÏŒf,Ö ;ÄiîÕ|¤¥©aê¾”kQ<’ì8\Ó<É&ií[3%õdîIW¬”Ïxn±Ñé’‚Ý‘æ“eõ§->E{îTº-ñÒ|—Ò™¶‘Ÿ6ê<æŽQ;¤U?Ì»X)䆥ûÙÜ/uN&—ÃVg¯Qª”Ã6C¶Ê'tén§×ô#ê9õª¯<·sõ?!é.kÝ.,Ïù8Wî—áɯmb£æK+oß2wŸ†æ&%þ›SùŒ=dÞÕïö6~Tûòôm©iŸgÓ©™íÈ?¡ôÂDï¯W¤M›riBȯèÒ¬ñÑ~>a«kóø¸žùóËkI@Iá8ÝSã_N9}cÅ·qãíŸd;U}å3\”ÊÁxrÚ±ñB÷CUL¿f_+É•Úäò"¢íÚNÉÏ )ì¦JìÇÇe0ž hóy¸ìç°âÚdûQV9£ƒ/ÍXxq‡åzåä§¶ú2 Þz;‹w‡÷¾³Œ–8^¿Ì@µ]²__•.ŠÞ»æÙ5–œÔsœ«ÏØCþšæçï1ê­ÉQ¾k˜™jŸm*¾ˆÕk²œMÃ3U½¶ð—æšOîjÖ14L­PÖùõr¢êºŸ6Ek­B¯ž®ªË©œ°,}Û®¯Ï²ç0U?˜”ÇM>;¿>ÓæŽŠé-ó]íSÃv\TÛžÕ.À{ÂHçYw¦í—Ûó‘ïô,V1§ÉYËßKå‰YœvãƒWžÏÎéÅb™Íg—ýö¹ÎšöÖSêg‹³ÆË]£ׇ%ȪÆ_×Ò¾›å0ýERÂ'¯‘†7êJ˜ %Íu™–®uÿŒÊÍ]‹[Û7êýù–qf¬ÿ%¿]¯éúÃxíuÙÞ|Òí@éè"6>ûågMì]V —½ŸöÈWŒ¯ý¥uL[ljê¹ËìÎZ~i®Qk›‡»vË`¿JÔp³­÷2­ïfȹÖlv›öÇ2÷­ð7uœÇêceuù¯·kïòO7“ÙÒÄW¸ª6º´íÔ½“ŸSpšÐ2=힢:ƒóþÛ6·ˆm™ûÖt™ÞQÉô’Ñ”$†X‹Õ§~ýbo®2ö™¸qÓê‹UiÆ&æ•¿u5o_ÿàñcE÷ï•a™»Bšª[4êœl?ŸW¬|þM$ä{AþˆæZþâ»# Ͷž‰l(4ç-ÿä|ïÇ)®kB‹W8×Ù·olI¾÷ü«\À÷O‰Î e,Os«O'f&Æ?Ùn¿à·ÞFeQ¥ÜË×fþ*°ÛÅë¹ö×?î5I<Þ^ÍoøGcÛ•ñG^}kÚðè3Û—m¹{ê>Øþlæ‰j¶ï3›ÙeÚ¯úðWWc3Åûâ‰-ó›øÎ(}ãümØì³G„® †=n2°k›»g­¥…Ní¢Âfõ§Õ)Új±¬&N‚ÏŸ&¤[%<Ù¬Fÿ®…å2…6‘'W-vUÈ}ðv^qÓ-Oº½THyW|`Ⱦì¦ÌGü[›,ŒNx!´…-SK¬¡9eò{‹x;m!]«Ö«þcÂä"›œlp§ÓÚ'·è-­µ;>çn[Ó×mÚîÆW”¨œq[iQöPQu»Éå~cÔŠyÜÃ"T6Eþ*8Ó¤¾cçVŸÚ]o^¬¬©WMxz¦òsíª•ª¿š2jd,RœŽ.–[¤ÙòAætÚ;˹Åó9k>—[g6mõQ¡7Ö²ifXÍë»Ïžž:9ÿ•é6ÿæ13Þ#¾ùµª#¯»«üØ;ïçT“¥¯ò ’™<ß}Œø•K¶¿ öŒÓÌ;y:0éÅqïé:|e{º÷»·×âPCƒç‹xKƒ·IßˬÒ*OvŽËžŸtÁmc¬I°ƒÎ-µCív¿ÏÕ¶IŠñå‡óñ5Ç%Nz¤ ]ØÃVé`±TNMƒ³‘£ÆLFÖþœCéMÁ’ªqËSÚ.|¿ñwþYãË«&:O.=±%pVÝL^£?QãgØ¿:éàªü×¶f«×rþð>ÕvøÆœðGǸ0›ÜÓ°e.¾ä=A$ìí¦ýs·NkuÙ5uÁ´úªÓ—WüzàþZ1óùyÇ¡ 5Šk3[L¿6¬VX¾'H®ö€ååØåZ ×§†G懳%óT ­ôöj~Ã!¿¨ÎæÁ­|.>¹;§[”y‡¹® ¹1YCSîtáÙcSÜhÜe[ñΓEwmã³ã¡ÉoеdOêÍz¾mûïÑü‹ÊæVá&%(j¹MŸg1º²:âúäOVãòÔyu~´^3»@%‹Ùè.Ÿv¨fÎÎ/<,E¯çœ]`Y2µtç”Êoß[_mñªŠ/õª|~ì˜By~âœÀË3–– ÊÒN 2öP?î9í”Ñ7VÉžÑqsÂÂyŽˆûO¼'õiÒ2É̺Ï×½†k6êꨚ÷ÿóô®œpp™˜Y¼yØ, 'Ï}Û?®þz^ôךˉž"A{­“ž_œ¨ÄdtÌ©ö™ßÌG¥ßN‰áßèëçUÓÕ%|V2âWØ_¼üÉ»z¼ûÜÔ8ŸùéQê§Ö¹ª©Þ³›¼ÊñÊØwnÇB—žkÛäÔòØç Ï3Íâå‰r ¼ñ± ùeª²‹¼ÌN½°`OÞ¢é:ÆÅ~/uÔfRyóþøç„—[Ç:vŸ–¢¾ìVé—ÛÈúêØ„wHаVY®]´ÔâttøÃù™þÖÂ);DΜ–Üémß²üòùÜOfÚ\)_|¼ìZÙ°"åøÙy2ñ;wíós8¡rí¤±ÀÅDͤÏc³¾ó_«ÚpÁcqÅNG w;ý‰kÒƒÆxéºYd̓sÖÔò?ýèŸ[¥h*½Öú™yîýñ¾§ÜM9U3lÏÿ~•ƒkXôµ`VÆ ,É„ßÒ£çúêÝqJ ^ÄÌãx"KsuÃW‡Y‘u*6=Oú,$óV§fû¡Å—ýŸ|Ž6¯Rª\¼Áy\©ÆégvëN|ñ¹ð£í£ÀJÖç7IÂÑŸ>ÿ7ž1~ØõØ{I–Æöã6ß°­¢Ô~¡Ù ÿ§[>^k?myúždé"­PË—Å­2×$fÉ9J·/¸­]¨ñîà•ª‹?$Â&nûµvvôŠàG.IÊKNÿ>!²ªÒúX®îMF…bŒ9†Gx¸d‹s*bßï°{Üε½¾røã%Kô–ŒNßnowÕÐ+eñ†iãï­<¶ÄZuã\ ­-»K ªŒU™‹Š[írßÌ_Ìuª)üÀΫ5{®Æ~¨uR•IÌxýÌô¨¼CÌùTùþ-!×—Æ K t/§Bh¿C~}¨páÏeù–‹Mí™®««dÏ̯y)³rýø÷޾©2þe©ª¿¾ªjpK5ÞµŸ°öȃçsKEæ•¿X’!Û®ÿã“ùʦàh£3£FjKØ4/žbqñ»™ú›uÞºM¶ZŸë[;zRéÛ ÉVùŠ:…ìU§ì¾Îóg2˜9'Zìk|¨*Û§-Ÿžk,µ¾¹ÿƒÉ·÷OïEßlÿªãhsã©÷ëY†LœÙùû–&%?ø~ÍwJì‹ñUkÛ„öÕxúnÁ{wŸýŸ­Sóþ<º”úQò³IJìe—Äø ¾GÇ|ñÌÓ“ŸhÚù:çmü†b¥—®+æpÖßrõ݉¾›‚nZï<Çú}î /ÍEÇ‹¶Ë­_™uMÖDàAÃ{›¯tl椿t Wóoª¤è©£ïÖËð„ðΊL\£c°ioÔëgÁÕsT.Ùo_³%+R£U<-%¨U,çY"ÿ‘–ëkŸ»Î;g³AÖ[þkÌ+ë1Ž/MB>•Hqg™8¨4Ù Ýàbpá†qq¥ññÏMòKŸ§jU¨).ü0šÓn\ȹD—“Æ«GìÜTö%[ã!SÎ6¦äª”¦WÙ®Sè·Ç$êæ}9l~o-ï×O¾_¾þ|­·åÎÃg”Ï_Ó´Ý¥z×KÙk_ä?ßÌæTxß®X6ý~;k­ÅpÏDÝ3¢ÌÎrÞȵ÷¼mÇŸ¡ýnô‰ÆŒw—·OɘµsW´Ó¼=OOµ{øÑ5wí™Å.®†GãÚ箽Sg :ñû(k–ÐÍ'žþº _§+dz½-kÑëºÜBÑÊ’=¦†­º'òmv=æuòÍ÷ª¶S­Ú”Kôe“ÎþòsÜF¦%[†7¬ó7½ÃV6ÝдÉï‹wþ÷õK³+¢>侩¼]ò’צZ¨`_«‘Cû››FowÌ8q@,þú"Ý‹§ÕŠÔgñx®rNÕÍéúÆRÃW¸ÉÊŽ>²Ñ°f±JÒî–—qp‰œwë“–ÃÓgåW^ÌùêHkó%ƒ•* c³¿¥MŽ}rqCÁ<í|¶:…ªÃ¦]b š[eóžý {áÎ9QŸ2ö)^wÞsû‹r]æÅ¹ž¦‹VE¾ŒqlÏ÷ü¥ù‰Ü·|ŸÜ²X¾(°Å ±œ äÈ[ñõx;Ƈ-#¼¸5Õ®_#fybcSæLý•!"þ î6«üÎ3ùìºÃká½—oÖÊO–¬_‘VŸ0ªÆ.lÃÂc2J¥Z——ù[¼^瞎‹¯^7λ¸5êµc+g}Êâ¦Üwvn\p?YÂ’3Ý™ß{Œ£ò¾Ê‚ï…o–i+ÛÍæßd'v]Õ${ºñJ‰ÚÛYIµœEj:r›|§íúÓt[‡5÷Vªi[N“fGM•Liª»ÙiyÓÒŸþapy·×uÓO•£LBs-/^—›=½ziDÒnGñ—Ž^{)[í"zÇÞJÿnvÒ‚ìë#lTšeW¨kŸ7‰»ºbË6½qŸäü–•ɈäË^ÖØ¿šÅÿOeÖ­«—,ßç[ä¾óÈ2"ÔS+ªpiáÔ´Zå…õ;¤îJ·Ì³ngû”¿¸ÐãWa˜v{ú‰Œcì·ù™æÄ ·eì2OìÊ7FN\¬z[Q|‘Kò Rù…Õ'ÊT:ÌH»ž­—úýØ3+ÿ"óØ?I¯Ç¿ü°´]p’éëÖùL¦¡6NƻƪZž½ÞÆÚ;ai•Á+}WR,nŸðΖû!µÍ ÷3!L~⟯ïÇÜàϾÉ<'ðÀ;vWõY~Ê¡±ü"¦œS ¤®¹È~Àÿ®í둺yzÕZ!KÜã¾Xï«õ÷QÉM¯›ûso˜ó±…-Þîí:ÊÞeíþ6m5¬¢ ^2[”Å$ïM9q½‰]BéÙ²ÊæöÛ6žwò ¹»ü¾ÌÛqªbëÊ µeÆóVz[dhŽx}T!ru@Dáãö4ûÒxû«zWmÔߺœ»ë \å-‘Wxa‹·ÃV…¸î+~¦&eÌvVUÚåÔ:þYÿ²Š)%½~Þ»áþwý… yYkÃëWǘr­¨Ÿöxoxðëâ†Õõ1ó]¥®'rªª™í«n×y³Ýwå„È=¹£2·Ÿ*þ:y†d¢%£Xƒp`{ÀåÆŠCn̸±#[2z mLÝ»fÏVlÝ?)t• 8 g5¿ècØ ï¬7gkFÖþ?z×Ç3ãàíÖ‰KTÒ¸:w¹ ݺÈÈqDwÄg ëÀCq¯ëLî©7¶¤_NºÊÆ“:ÛéÏƸýïÿ¸¬¶ôx¤K²“Ô%»øÒ›',,e›éæ”Üf»'Ò¼YÃÎ[€GmÑÓ†M·~iO,môYœã#’:c³a¤û霤ÄÂRC^³Èš˜©û–VÍøÕš^£¤–d_ñóù!W‘‹jª×%œì£š{en‚ky ƒx•QªyJúý7Ký¯|›{îWŠtØþUÍ7ÝŠ ¿?º¬´l”þ ¹yÏ‹õƒ¶ÎŸìþîúìÚ•b¥òŠåEõ“uÚ ·ò™­ÙÑxN,d“½|ݤyj’—~^ßùhÙô¢b¿·Þýafë~´ÙMfæÔ¢uå’âgn79:æE:¿^º8 ÆóËòÅq/Srr½¢Ê'¼Q’»Öì†c(§`±ƒY©ÔÛ–1ÎIm'jÙ~ßs}sh´0¿‡­Î>!å%ß¹ŽmÛú¹a\ƒÑ»m3´L6¾¾ôõ¹’hµ]u÷}‡»)å«n¿[ë²xQO_^ÀDVÍ„ÛÛÞdÕκ_ìÿjô»'Še't]¢ä~?ˆXÂ[ïôKJJtþì°âØ‘ï~Þ^ëì’)5³:F’ûiË~÷?ßVéܩݢw3Ñ@ifyb¡±­é>N×w5îúR׳îÙ5&4O½9+1"ª”+ÿÉ–™©ºÎ_C ?¬È[¹ÃCDH%æí÷ñ±l-w,ã Ü&ãP|Í@X¹%¹z³»ãwY £?…²âS ÖÝ(¬ä˜Ø,–rûºÓ™ò7º·Rܞݮ«{¿°ú¨õÄJËö“vÎm"Qš¶\ )ES¾,©ÉkßÖ:'i~YÅóùKígU•Ÿß“xpÌW5×ëÖËÏøEš% Ë:ù~?×Ìõ¶êØR]­RË5O.å½sž?c[pÏG7c¹Rn¯ÑGNW-æ¸ð±Ã½_ÅÙµ%Á¹ñƾN%vß«4)Kî˜! ûáÍÕ÷¼æyÚ>ãþó`ôpÍ”Ò5ã\þ¼Îo×ù^ùüV¾›or|UÖÉû¬o 7yïäNY¶‹'ck`°ÞäêW{øE„óJëÖ¦áòý”Zž4?³«ñÃÕ=ë¾&6EŠÕÇ^k®N?µ'MóØBŸ°2¿_>^iþÖ:êݽ•=d;·´æ­Ì©>ñûSȆՇ¶*Ô×ÔVÖO»º²BW¦]µ¹êÞLGñÔòÂj“à #ßTL³»ûQ«mZƒ¢™]’·g¥ÿ´û™ç–Ž|$ü®È¤ÞoQûÓ©–J#[7§eVnت,^³jçu¿ÂÔËOOµó=cRŸ›^SªPª¬8Ûíwlc¥øìéÂò)æ:/Uâòfָ״~w¢Xõ“rã܃ qïf´R0+k?ÿÔñûlO‹ÏR·º×,³È{×VXû:ÛíZ`IÓÛ†ÖŸ×ß.Ú¤Ðbæg´«òÓæäbÏÕ÷?7­ >^è¶yž÷°w—Œ\Å»R¹úý­Â´'»ê‡¿ûažl» Ìh£å‰FUI*NT\S,¸ý½îÝ])Çò¬·mö¡Ê5ûÊK¦¬š8A‹mQ²gŽKÔ£”sOÄ/Õ:âbÿ[oäÄ’ާõÖeVŒ)VöÔºÒ’à $åþâhз¯ÊÊm5üÑnßQaÒrYUüñ«¦[=ß8¿Ê¾úÓ“ ©v¿¶Ù}ÄY1JõÞs¾ ë<;îvz<ëô2ƒM¿ï+«NIµkkR5S. á°¶šÑ‡g^çuìÞE|;¡[uÍar[͹ŸŒòê’?56üØ3fdûÇ[ßJ„߯»[õn¾åÁmÏ„S?ƈÃ=–ÆáÖðápc5p£"FEàp‡W`_Š`!ÿK0™‡¨í”Ö•|¶mû™À&]“©Î«“6ú?Ú"œÆ™ëï;nåx;îÚ§Š¢6ù¯W6ùFbb’°_fmB”¡]ëÕpk‘ïù¹³¶ìæ©ûªÑÀ'bnbæZÙóþI^3õË7zÚù¤½Q¾mj¦ù´ú­Ö©_§]<-j¦«“Sp•{¢NÙVIoŸª Ië$m¥Û4ý".Æ((iˆIø»Mp^4;èZòå ,S ÞÇÌ•Ž” ( 8S—µñÒ ÙÌö9 BiÒÏ‹,ëæ—X˜¯ª—KKÉYTÿõéÛ ×=Uø³V(lÎ/˜sàÝÓ û°bËGÿÑ_õñµÙíháQ•Z™§|Ý…Ö½“‹Ð´tüª".Ùò;âá3sñ)u‘¡9i_§æÿ<+8F#䣆sµOÝq‘eÉynk›R}eïñÕíñÌßÈØVž÷¹•×tGòš]÷ôͦž9½üë}çÅŸØÛ¦¿kwŸ§ìš¨Í3Å/mã7Û'-ÇCV{¼²Èœ?Ñ`û§u»Ö)M×?ù!%¦ñýƒ¯ó¯©.*<`©ëP|ã¬ñ ÍDÕkÎs¢£7³çŸÔ:©uÑjÜâCñ¼\V /äø­ú5~¢ï™ó«'¾ïvkýȺÙc˜}\Ї©‰'†Üß—¶áäÛ»r‰Þrm}—k Õä={2Õn´kØ‹’O“Xî8™í-J30¹|ŽÙṪþ‚œ<Â,½IßV'dzrƒ´Á ©iãÂVLPz£å>ÆÅn擊¯®iÑyÂ3Š¥UÎÕË-,M¼ñô®Ê¾kdÝÊ´Ö»6ºMlB†–FÌEM¯©»¢¥—rN¸wÁnihÌóË¿ºñ7%{½ÆŽ«pîÞ°“OÆL™žmôsrÄ•K–×Å8W¸D´6)<›íï›,akv*}dž_)GWîµ{Póxû¥úMŸ3r­›ä22¿)fŸ ¿zdêÆ'“ìöÄM°ÑáÚá÷ü«rjÌBÅ`£×?J9Ë_xØÆ?Úu0&]4e|PåñZSüJ}2Ά)M¶ ·*ßw§b±þiuÍì¹úk2g%Þ¼òâôám“øgÛ\²ñ96=,ªVo‘ÿÆ G“u$–”J¥Þ0ø|XÙ²õvÒ‰Y%ÑWíç–)g4rÔKUWr°XªqÚÑR*ŠSÚ6Ñwà¯)zw#N™ùB-Zï½®QÞÆýf‡G†Y·ÍZõCýQTÍ™^ô/=[P“£Æg‹GúVM¯ˆ&¡•‹¦hø¤Ÿ*Ó x§0/Ù´`ÄØÈJ]ñ:Îŵ;¼Ëm“N½Å÷ùÉ©Ó_k«ò2õ6‰.ª´\1›sU¡“þ¡Ø¹‰f D¿s8³GÜOQ~žëXçáûW'·i‡lžÿ@RùJÄÁSMû®H•gxJ¾¹sMcñeUŽ„|uË‘ø B)š‚ ®3¨t¦Â^ð©þ‰»^ÔóÞ‡ÂqÅ8\UÁÈ’úüßýÿ çÿ>EÒ .þ'¾oÔZÐùz°Ïÿ (ÖCú_^È_´²ˆzN®â’Â& }ÿgÏÿÝЭŔÏÿe(èò-íêçÿîÃ÷Òù¿w Iß7."œÿûƒnKè8ÿwN!ít·{|Nïù¿Uù¤ïÒRÔá@ÎÿýCÖªÑÝJ_@”,ùù¿²]¤M8ÿwra¾‡ çÿþ¿9ÿ·º¨óü_*6 UÐõýñüÎ×ÔÎÿSÜqþïR©³ˆ¯Ž‘ü²ãüß­ø+w»Õ3‹ø;ÿw<Þ®©ÿVLéüß²þ`çÿÎ+ Ü¿¡:ÿ7Œ$§ÿó3ú1rbçÿ¦úÙßóùKz¯éŸ;ÿwL²( '=çÿô( ;ÿ×µãÕ¶â?¡~þoM>µO® ¿DŸ±ã½ÅT~_Ïÿ½žŸMjµ6ÑóЉuÒwþï³BÂù¿ed}ü–_·Ê¾œÿ{¤c¥ó÷Ñ¡GzÏÿ­Â÷ž¨o²¼ÔEWRs÷åüßÑtYæ¢ÿ·æÓJçÿö…ÿ…ó ©Z§"Þnœ©øõóS:ÿ÷»ZZ\RôOžÿ@l­óòé×õó¯u+…pþï¡>”Ý¿óYKÊH ÿçÿÚ"-ùR˜#Îÿ}SÐýüßh|¿^Óè]Çù¿¨Î<è?ÿד¢ÿÅó´ï@Ïù¿{P Ü"ùPŸÿ;ù¿H—zûzþoNÑ{ª1f"úä ÉF°ów‘âÍ&/ü'çÿî£é+*}Ð¥ó ºŸÿëOG‰Þ½úï¿áü_Þ%Šqܸd}!nóûÏ¿ñü_éµńóËI¶ÞýüßMë÷ÀÏÿìÓ,›Òù¿öDo‡óéÎÿí ý?ÿwaÁ³‚ý¤(½±p7Ý3FA:¼’pþïæ~Í_°óùzÔÑŸóˆÞÛ÷ó£hø}Çù¿FøÞ=ÎMN¢0bÎìó(Úýüßz­ÛKã3ë.šëëù¿mõrçü_Óßæ®ÿó7õbuƒqþï‘n>È@ü×ùÊŸ‰ðs Ùµ`&¦î9\™‚™|™N1Q*m þê¦@¦®ut%‰PÕû3ápÔÓôò)­Ò˜Ì¹°ÒE¨çW`cÃÑJѽ¥ô¦¥Õê¾—øˆƒžÒLzé-y:#®ÞK¬á¦¯ +éú,ò=tÔÀ<ôxŠ^cŽÌÌH¸~gDGYX¯Ñ»=†„Ò°Ç-Ô4'|óâWÿ`ÌCl‹õ‘° AåÅ£Ï2ðå=Fdñçúd-jX*eÖH”šxýa?—|O–aJ«†Õˆ´%Òk¡×èÙ‚¨=>TÓq|›&±_aÁáÂÑ«=dwWö£Ïgña ´˜È5¡Åƒý”B?Ö¡‡Û0n7z¾/éö´Ž¥SNèáŽÄòµf7ÖF$»`ôúðpNO‡“ÆôÂØUÓ(5ê[zä1®½G¢öEý¶C&Å„Š,’įZQ¾K¨<ÎŽœÌÄô‚œ8œ As/±Îã|ñjƺ#ÖºQN쯴±£žÄú:é -Éî£ò†÷#¹‚QžûèU’"×:+©ýˆãÃR„£W/iüá” · µ¢Õ¦ÎHhC2ܵøOס+WÉL–YI]ãÀLµá>2WűÄݲt<¨Æ—è½1jë±áä=Ç᲌ØG“û>?öó¦ V‚{aO¨ž9葌Þ# z ç㣱÷X^+æNÂî=az»ˆj+B}Ù6’h=èCÌ0 »M&¤FÖF$EÔzm¼\0sªGº+Gu¹ ’|ñy·aÞ…2¸`™°+T®1Áå°˜QŽätŒ•àI­<„[pE»ˆÒñ!M ruÚ ŽèC“ˆqáqTÔÂÚ‡ÒHË¡¶#M/D…« ‡'jIz¾4ŠÐ–Ys±Êß­üºz½n$¾?‰zr•r ³dWóÑó}²šw#Ùa]ˆ­¹Ñ‹OŒ„–SPÁ_XÓÁoTæ(V‚_bÌg%ø].Ê'ˆÒ*bR'H¼•Ë^›c!•¹ž¨V²ºayPO"Oú6I] Õ®mc$¤ëØ„º@ŒC.è±µaŒ.fרFÐ,¤}ATû1L¶Ã ‘jzÝŒr¿@1¨=ß!ÆvL¾›‘>f ïkÆï•s”³¬Öõ7S1ËÞ1tøô%Ô6-T‹=Á½ˆÁ‹é{1ï@¹sÐgW°=fôü‹ØGAüßÉÂ}CµØ=mCçxˆ#X!~î Øøñf>ºîKæ*Œ]½‹ÞcQšÂ%¨ž+“ z–ÂF(²ô˜U2£výî2w»……S:qߟJ1|3ÙÈ Bù^XßÑ5côXÇDˆvÑ딆µW ub z?$aôyÈLˆK ¨¬—˜\Ðç?ˆ#òObÍæ(ýT‡,Ž`+ŒÄú® ­ÜG¯Fð.aTF=’­OÇ8=‘ tÕ5y†<¡Ç, eøÌCö‰ÆAÔéƒ ß½€Ò'¨uÄ„¢¦.p.DeìEýP_J¨¯Z˜àã QûìP¡g_¢õ‰ñ©a^²Ø7¬Û.46^¡|^ÃØe¯›‘0Î^B1Øj á]í»ÍÐ|PL?'H°ÞY[ˆþB噉íáà$D•ûD{ÀÒ>åÐf"X#Y‰zÎ:íûþô +aôÆÊÁüó" TÑ&llEzaDöuùi5j¼’íI”¾=|Å;â"ÑNÑã "Á°YŠê£#aö²ÉC‘›Ð~ü=GÂŒd-a´iDŸ‡£21ló盡tDïÅ¢ 6vd1bÃ3ôÚn8!Rºcù‘íè±Þ/Áêc#øÑY‚N°˜ä…Ú‚×;qÅ0õåÁ¶ÉgÓ¾&HÖL„¨¾„(I”·=Ö`s’Ž™ ˜;Ñ¯ææ’ÄûMHVvèYsŒi˜òâÿø&. ‹8L„‘ã2——(Äcß÷Æf¨æ§¬„È€¿we‹^&äoDs‚Kë Q&•¿=DÇu_–ÆŸÙ1:—X’z¯‡Í ±Ø@ôE¢\1ì~ ³3Q6‚=aúuG­_ËÔ1K%ú/Òó ôpb#ôß•?Gˆo¸qtÎÒ­Pþ³Ø˜=Œà»›P9òĉ¼ºv½ß‹ÞË’éÆ½.ÖiŸŸPƒÑ#x8a¯N´‘)Hò¨S†ÈˆÆ®!Œÿ¡Är¢yÚGL¨üP¢v:ƦK,Û›Ê:¬Bˆ1N*„ùy&y–žÇaa2›‚Íu;î㣲–#mê}¿ öóÝ"6Blùˆd úƒE+l6UÒeÍ‚ä@ìÏY¶Tâ9ÔÓ;èù,3!e‡aBã"ö•’Š#¬Ô°ùüB&ÂÜ~9¦åY¬lØ}u'¤…"T!º;"C+±6l”Ǽ;¥±@å®!–¨Ò:„–vXÅnVÂê/9ôÚõ û=l^'€¢·fÇ+âœÓ½ã>,#Áƒ0.²ÒÇaíf!hœka=†ýQÎù\„™O2ºÞˆÚ¬ÈG˜A,AyÞc³üt"‹ixûJÆÏ£’N¢ÒZ™ :í Ž(±ŽØ!ÁJx/ËJXf|˜U"S6Ë{‰’…ÕYÉB°¬B4Dý»‚Òlf#ÌÐbx;b¡"JÅÊKˆó˜ÿ¹a++|‹u‘ r&åŽÉÜYòUTž#a~ìN\oÆ£kyÈE×­Óï N‚uaQî7ažì›‡fD˜µ£öüBå¬EÏ¡¬Z蓱¨=¢ê5'O[fK¿µóâ@.‚¼Ge±r¬³%ÌkÑ ˆ·nl†…]ÇÒcÄß3ôã0*+[%¢œ{Q=9Œ„Ñ‹³æ}XÜ,`&̹ðóe¼ž<ÐzB…•°.t!Êÿ}·q[lÕÏŠëMY‘âKÁf²_Ø;­ C•˜ÃMXsoëÜÚÀ±X//bñw¥+¥­îPêdÂè†Iì’àU>Â,N“‰µð«wl6æI˜IH£|ç°è‡Ù§áÚñäñB€­s†-C³PI‡‘ÝÁ¼=ö¢ÚæÈæÖ˜T'¡AÆ ë"¬ˆº[†ÍèQþfâØîŽVì­LØGWñf™ØHñèyï‰-můKP‰O¹ã&@s¢­a+•Mh¤Öd&h“R.z_ EXq#Ëê4aÎ:õ”µc^‰EÑ$¢·•w[WO"Û;2GiÎñ”¨Ili^è³)Øj µ«±£ tM‹½sM»™ðœ€oÓ'Jûdcù»¾7UÁ~¾ Þ•_;¹³ÆŒÙh\_ÖûΛ¾PÇ~†â🄠D :}ù&N—]Oâjèé`Ç+JWh}F_j¬Nõ‡Î9¶ö”&®«Y‰ûc 9.ü5¬góq¶†Äû4ÄÏFá÷e¢Öu¾#”¸‰˜ßƒ(‘ [ÂûŽýN>âŽ;qOü3i²²ï0tîݱwÛßìØ_$äËwÄV¸„6Ëhtìé7ã°=>lW?¯p7÷Vqï—´ßëÜã$ÀM\ÅOÀu|O '¹Ä= 5âî9¶3mø2p÷º§‘ɶC– ‰{’”Kö“ÁÒîÆ7W$ Wân)Q:ÂdR eàÀî“âÜp8OÂþ5YÍt¼Ÿæ6 ·'Žxí¤yª,¢|:vp°¶`Ó »ùv¯‹N¦2Ž%ŠÝêØÿ‘'+mNÇ..~÷ »FȰž”ëÑ:\çÞ+÷˜©³L¢=0îãp†Ýú¤Öå]8v7ö Ù•dá>w•tM“Øed– ‚Ã}ddÀ9më*;>f‚W`w²6ã:¿Òq·bC§§t´/˹³Ü4ÆÎž¬xÙ®1I–\D ŒÀ˘Ðfv²v¨wHÛEÂï]!µ¾µ‹ >Ÿ«‰½g§`oæÛ»¶º'݆I#Òn’±^ò{ò<äûà=,¯™ G²i$M–h3rkì°blÏu+µö“ÒwÜ£Àv6+™:Jè¸ãZo÷t2Û¢Ø;²×ìdûdì½GìX¢d£þ?cì(±œ­³&§.¾ÙÑ£T¢Dg²`ßÀ!ØæKVTJdÆ9îìyÕ˜©CO]îÌ–¸u™Èï<ñq2™·óóçw±8üw_¾qRohEƒ•º8ÿw0óÉó;éËù¿Éùƒk•ÿÔù¿?zýj8ÿ—^†êüßÑ‚ÂBÂÂÂ?£yø#§Í¼6âl?*.èØòÔÇïÖâ Ò‘Û¡d“(É9êKø†Bvö½ìŠIÚ…7¾I.(á[«;ÏDvlÆò— _ëF,NZ<óG‹§ÚÅtï‰Ùs³oKe‡1áþèÏpвhüÜø Ü³ÎÑOÛâÙþ«ÙW úŸ–pĽ|Æ€ó%{zïçð)xîRŸ€´%V‡%Ï1ܵ}Þ¶´)õÇ-ÿ\TÕN)­ZõðòØ|‚ǹÚÊÍÏ»x6*ªÐðÓTu“·s]›|Ý[yëNÍóŒdöÉìŸ.%¦6…4×V0úDÍ]ówÙ{QÀ>î±?­×}¬¥÷‡Ë÷»Ï­›oW¬»Y³º("ÿÙškž›ýs$SθZ%þr˜ã¼¡,¤y}ŠYñÁâ,œð”vÕÍÛ[®º´H(ñ²œÆË_(w=¼µÞqìþ“<¿ÚIJ6;ïŒþm³ãК£È¤·ñšWV¦›û~ªØ!¸Ú9µÂ×ò–‡ÃœëëN«]¼ºTÒdÜ¡òçî k~ñæýÖHϹÊ;~×R!ßDg†ŸŒËŸæ¥ %ìÜô‰?`Ý\åõ\«²näÕíù¯R°`i™JUÞ¶qâk\Í/Ê|{´¶µy‘×Ý_ã<ÄJ|³+8oØ&'ŠM_>êÙ¢3›Ç¤³(Ç-›R~Û>«bEþÖ¬ö£×7%ú„ÇV\p8÷µH!³jü»Ä*ÙŸ³V²§|Z*>{áa홯¶l3šyMzCÙGwñrçØí –½çÿqÊéê¤ K]Ûß3WÄüài–2zzS¼b~Ø„k/L>”^•|ús•ߪ£­–߃ ÕBÙp9hâ°Âæ³¹roMcÜš¿5j?PZ–s£äÀÆIÉ¢jÊþ_?‹Î•#Ó$ÛÖdË•­]e;µMäW“Ç›ѹÖÛÅÛ§½[|Ów4ÿýZ¿};-îñLùñÓ>0<Ò> grIWçâðö¬õe›\Rs[Ä9¬Ú¢.;çȶy }µ>c;ïªMÝy…Û£K/¸\ÝcºAU>@É–qŒÍŽÖÏÔövÓ²€F»=rž7ì3RÂÖL–ñÍæ^=Þ2´îë­ðrsíÝä­ôë½ÍŒ×ßS¯Lx±¯ö ¬²ìŸòìè§)ž5&}ߢVÖrïLké+Å\¯Ë,—Ê]nÖ¿ÕŸ}õW–^©r–ûŒ?â¿ßº¥jz0ì6Ê:lïù§yÕŒÿÇÞ{Feñtû‚H’“d%JöéÜ€ ‚‚ ’D$'Y$g J(AÀ@Ž’3ÏÀÿÜ÷ÜóάûáÎ|™YsºVõªªÞ]Ý{×Þ»ºûyjÿ”£ªâ®wN¾3lyéµ.h$ŠQ-TÛ­\ª²6 隬©vä)Ì+ªþh‹ˆ5øüÜ ‘ôat±è‘¿\ªJluƒ.éY ²C—›ù÷)DÜ]ÞRu=!ꮚ'YöÍYvjt‹}Ÿ ñ¦bhþû£rwT)¿¸Å)fº8]xT‘տާ™g£z>×´rSôÝ>b¯Å^™{Dõ¦¶ÌP‹2ÐÖØ}®ÚÎÒ5åVTù­ˆ[á'¼¿‡ò1LNgÆãö¬°Í>üãÿ€˜${F«³ïtG¡ÑÅþ·çnf¨ûV ˆŽÖ7f„ûJÏ¥…Ý ÙôúæT¾Qô¸°Vc¼~œê&Ñ'|äÂòvƒ5nfòOñ‹hKñìâýs3Ùü&Hd­Ú\h*Ù ìÛÿ8Z¹vmëX¿Õ‰K¿Ž;hÎJŽi˜ZÌç#iýq¥øþx\9Qh(ía˹ÑÁÞ‚ÝZÎå­÷™š3×@¯äß¶Æd·.Ð)U¸P´Üëß>}ç—1s¹Áò‘7g²VŠäÄêVa´ãCh_{`_/ÉÒ¬©$ÅÔgiÞóܶЛÅ÷v”² œ9NgZçtëxóÔü°YâmíN4—J*NÈöÍÈ'6Nðñt›*5ÿòÕ ã­±—x¢´uZ¦9RgAh^šœýµäQö~`¤¦$¯úCxrm¹Æ§S±g·ŞvË[† /gæy5ML½ê#˜³¬žmqEþ[¢±~yÞ¼$+¦¸Œ«¸´¡\¯çöŽÞýûNëÏþ<|ÛÞs;p‹[õí2íPu[ÈdIÖ% e[K¾ë«Îù»T«9Û w‚J¾‚=*Ô_ÿÃ…®J0ÜO”h´Êoš£¾ïk'3ÏPØÚ^$v-á+Ñ^eiº&ê«q^rë‚ó…ÅÉŠJ§ïá^~»Ø¹æõ³´Áú¾#~4n)Ù¥™ÝO?~oë—¸ê:Ïbº-§ûNã©^-Ëx’ÿ¦´Í½jוPÜæZLuòÏ„Âį̈©¿ßl(ù´ÍGBòÝ·ßHÊU} Ûæýõ{×"º~‡ïf¹išTŠÈbÚÂÛwYš}ÙoƇS ¼ºmú½Áÿf]Ùf'¾YoS¨ôϯ檞 8Õ!iìÐ@^ž^#ѯ{¥»–¯ 40î¢pØûQºÈë>©f¸|ÅÇ’˜ˆ|q®HÆÑ/Äj·é%‡¿aG;ÞØjógËË\”|õ7år Uµ.Á[xß–ïÌ·eû¡ÞåùæriF–M# s÷›Ÿ,v7 w´mýµ‹;§Ö}ÛŸÁô¤¡­ñ˜ÂãúA«ÀBÉÍ+­ÅüOÍqe5ç_­š ޵ÕFÜdn+«æª® H·÷j¤›p«ýÞ­ D!+®ü'ãÓo’³ß$O¬Œww;õ(Ë9æ§,–§§½Rª-•;Ä»£Í9üQ—ÚÅÍ.Ý¿ÖÚV9dæŠ)Á—Áu¢U«JïduGÇ]äúRÙëýwºàœÉ½ˆµé¦±íÌ£1=ãå„ÙÙ/†Ÿ¹_vòIM­½è¨skFéý³™÷Ã…ñ3÷“æ=ŽEÞmíÝozQmúò®b”sœzâݹ›Yï‡Ëhêô§7mÙµÖMDS:"e¥«òŸ›ò~a(aœž—~T®læ|uНkì-§_VaÒŸ!ätcÉ”ãN›ÚFwëWôf@ʧšðî5ËkNßG´šW¬mžL*uñ:[ûdžîHŒ€çÂ}û¦Ýœ{»§u$¿ù¾žËá¥*ÏÂÕo)ÊŽyÞLô?Ý”%zñ ÁÊ€ÃûçFLìÝ ô§ùš'•ÅfM™£žõϓ>⤊R^ ÀFŸ‡Kp~ïyzÊxHš«¤(i·R>Æ­+ÔµÁ–K6&Ë?ÈðJìèÐÖšc™Ó²ïR!<Ö²í«ÀÉ·‘èŸv¶ÜðgqµSxhÀäN!Ù9Ù²à‰¤:RÄÇZÓ òdûMÞ™€ì¸×èkÞí”ôMßÂb%¡÷R—Ž:mÿ¤®¼«ËñbWýÓ÷̾'WóÂnÒ_;Û²úþV°©ög´UvÉ3ÎÂɱ¿®rýî/E]ÏÇ+5A%ÁkŠÞÛ¾&~–I§S4l[n¥zÑݹii(âb·|¶ÞTÝcÿuÛudv¶¤1Ų¼pЖlw¢‹-ðJÓÙ¦Íh·Ý›š»æd.‘XÆ“º°nÜ]kÚ4/0œ(™ªŸªéq×­'ëÖŒeåP¢ŸŸâòÎ;­¦ë·Pµ fÊ¿´°Åÿð³*ÎÎùdr5ûl:·ÜåoHµ¬P„|K“Øbû8údàäç Éæ ÈMyïô% MÆ—ÿŸâ‘¾±Â’•©ü&§Žã÷ªèöÅÌ(î+"ÝDåšëåß)v•Â}覇lã앸7T; e‚ê}/>¿´š@]ŵr,n¤—0Áv]ß±]Ì\-*ƒgËVM5ßúØo“ÝËÒ²lÓ~ÝM:>X×Q“«+U q*þz²;Êõüt ݵצ^|¾h·ÚZDÛ¦ÕÛ¨¦5#Ê·v¢ÄÊ"¿ù¾­…N&Ît fYš¶­ßy<ºÿ4^þ-úOk‹¾›;îŽ^_÷ùÔ¿n’V½Él›6©— £Ý[ñ“á'&îL¼½5YÁi¾a+™=iÏû]º¤ˆBËûTiPTà3\VÀ¾kì§=¨x‚Så9Ÿ{G¡Z71zÂäVI¿ZMš\‚zZÒÏg!Ä,=‡]àƒÄo™áåó™m­•OÞ…µEZƈuå(?2=ù…~.ª¾}Ùa—·KR5+ŸtÍUfàibãZ¦UxdÚß~÷Oè~7d‡.œNh+~Ä6E¤–ˆr=Ü@WK8ÿÌ)ýæ•«wäÖq‚Eg|mÖ8ÿ¤|®˜û}÷ù»ð®™ê³«qwS‚óKžL8í:%¾0®Ûj³Œ6*¾m¡b¬Qz=Í*±÷õ¿Õu¹•ï32©/½G‰YpWáW]z9SÚ–ºâr[›ZÛ”vœE!ë-ÍavƒòÏBJ­µ)m?5ÈmÙsŠ›>’t­0|ô´ûRµæonz¼¬‰>–RVô2!4OÒÚ²¬¯+߸<ãL+]ÞøP¤µÈz«Sƒ»,c¡=±.옞YMb¬áÍD£n¹ý„«Ûƒ1 rÎ+…ÝÞݭ㕨̓·”Ø+l—L‚†eIKe9ÃÏu…C3jX~׳?9íþ¢°X¦\<§ŸÍbØN&¿öë '¶µí½/ÈûoÛñqZ®®W<Á”åù¤…“E‘Ã’a@ñÄMÿl@8·hÏÊ{÷Â’¯î;OL< ±¥Ÿp+»´À“ö÷ÇzŒ_*]5y¡þº“ó&ݱd[|³ÌÄÅó¦Ãé€PŸ¾ Ž›¬Ì'—8÷8ûÙa׽⸘’Å›6ýÚ£‡¸œÝåN£ÄбªyçNÕÆÝìÎZÂêza@fýÉŸe¦W¬}Íö× F§±léó1ýº£–%i×RmïÚ¿ÂLWÔ§ ¹PîˆÇdùUE6AÕ&É—ˆ¦uK?GU®–ÓÙ: Ú,ý(íyi;­iV›üuSóyû÷fo÷F™'ÉÁŸºN…WÞ5LzmŠxÞþDZ“ê{~ÖvíZ!gi/öçg•Ö Mü_ÉÝCK ßü‰»“º;=†ëq Þ±¢\ùkõ$Vþ‡FA¢ƒÐ7sÓš;qY' ¶Á?¼íœÂ6ÜAîUk;èüü:Ñ1±¿ÖÙì!‹ì¯Ì±I[83ö(tÐÿþö.ñ¸½Cªœ“©\J‹j¥–í_sŸð·±‹²Š¦ß6V¼i&Jºâî[wNnóÜœ¸ž½¢ªúV¾à1mŸä=}!²Ž‹÷OºÛÙþ‚i®Ø¶ÙAR0ÿÕ+<ª«ö˜ âú«J*+ó›Æî¨‘I§%IE[\C¢ìÃ×Õi¯ ;¶¾U^¬]ÑæµEúÖ]1 }}»[F|JĤŸwe§#YšÎ¤1Î ºXX4 įûklVÍŽJ}©}|L•ä ²ûà©l—BÏ”ü¹°Ð9o"É$÷|{8ˆF׎çs(¶y&DË¥b)c#±âW\`Ôò_¿8P´NnjR,7¹žý®¤W+mùÚ¬k\·hÝ0 ˜;·dïßÎMëû`etõÇ£íb†|¯ÅÝ ¿_é%‡½<˦"Ö 5Þm Ÿ(ŸÌï‡ã\B• óÚwYM¹¥NVþÞÏbg¯•ÜU¯û 78þðöè –ä‘Rè¬ ×~œ&×7ÓZ¨8¿f*cÿ‰ôŠí4]˜ ¨¼3Ú »ìgþM®Ô©K7*žhüL9rìrÀ×âq‚tª¯Ï–Sk­"7ôƒÎYÍ žédþÒ”óDT;Q¡`ã¨+¥ùåO¦®‘ƒ{ØYâVÝâZòB†ÍÌœoLRNü¹4COKÌ÷ûÑËZýʯ*nïÆåH‹Y›Óéve¯Ô7 Â: 0“q»Æàß²¥ìbÜ|—i•/$%E¿¯lœ¨ Tnœ:÷ÍËøVk/ÝÚù¬#ó²{[ý_Êž|Q‰{“VdGµu)µÍ~vgeoÄnÞLgkì¾Ý]ø“ág[ÍyeêYúß÷u¿MÒÞÿ´S™KìxÑ­}¡m¼AŠ.—ùV¥[öïë?>Îv×öžl÷/T›oEòôÙ<*þ­/=›Tz¥Æ$À´ÓÒ.ÆuM%ßð‰¿®þ”ùÐB´™ÁvZÔÊLù¦]»<ÿì(ˆìV¶â“O³;[6¶…#t„hµŸæZÙ¡é{¥dÒ;èSPëæJç÷KIµ9× í÷žðÕqé¾ßÞªE›•¦Ì­R&ÓÑïäŠÜôbÆŸÚ¬ñÓ71³/õ»=¥Ö¦¡ÝÏù~¿_H'®Rl}£ú¯ÖæÖˆ4±/Ünó®E ìÆnEý1~4Ÿ”T´â>˜õ~Ê\Ñ(û{+õr+йbìÙ† *+)TŽM-œ[¹Pò~?$‘1i;œÎ?˜þi'˜ªE‘ïø{^%Û–-gÖl{n Ÿ}£Ê‰ª!¯gfŸßz3I0c[vÏI™d¯á+s—ÿ8ïwÊï³9Ïýûos:O+i|–fÓ'ËSŽ3¨jÜ ËàØÁ÷­ºcT£Ù#¹h"÷Xo5Ñ_œg`nqÐsÜę̀4M.#®—‘wdœ¸öuϳ<¶pÿ¡òbDÅ2C¹]²Ý¨ãð¦ý «“™lOþâgq¢†ÿ­èRâÒÍå¾K{C6†i}o~x·Uã¦•Šæ+‹)æû~«›íœaó‹y½ê§ß; yQÙ;u¹^¿)?•jsþÖZ‰ÎA%í½ùGf,gü–þæe÷çÅmjîXÍÊsÎëyéžç—TìÙü¹ùÖ@»fpËbùu¤!çë4Bå`qGÎçKõZ¦«×†xRʧÆÍ]Sª`Ù^W³éy8w/5ÜšÃmìY5Fg«ËÅ:æ_Tw<6Ê;v*f£ ~ÄëDÖ£”»]¶ûüMG°–å™mïí†yмï]d0RÀ¬ÚGÅøÖ7Å+‡sGO»¿™Y™ìR*ùšËïPî®èfá}®¿,ÎÛyÇ“´ÞÙË1îÌñ4¯îb¶ŒÛ\ð,_2XœVgO½øüÎ0nçÃMÌ?¹öýawýšÍ;ˆÛü<9/–$àk•,·ii¹ÈU‹œçÛìî-K•r{9™»dp6Èðóooº™æGÉȼ~®pak"Ð:ªÃq{o²¾Ë‰ÝfU`ß,(âOTâSÒÙ‘\·žw/.ËÇ3¶ŠMžx®|üpbcÂñ7û·­”:8!®–'¬T}í]ô*ûá\ϲZ`ñ ÌéV†xÍ|çJimÊeì¬Ùx£ÜÁ “áÁÅä¦o˜Ç>¯ÿÁK[W½zÄêcK§ª¶RõryTrge¦oøWZë¿Lçl%Þî“ÐØðrÞ³¸…+Çé{Y‰ºXßí‘^nèÅC”vJ¿l“©k°´¼®˜ú¸t'€‰=òÕï¼ÚîD‡EÅ&¹ùë ט ]O4pN|Q¹ÖîlT…6•¡á² Џ¢Ï¥üëaµý #ÙÛLã_+Mõ JCå _Nt^ê’ì˜Ø‹,ziõÅÊ4l…¬ÝàÝ7Ç5Ð=©±â«dmʉŒ´Yš÷Ûúng)ìÎàwy£f4-w‡/½À+œèèÓ‘;º*0¶!;4%ÝüóÆŒ’WDs£¶ö“[ò){ƒ¶Oü->Z¬ÄÝ¡ðWÎÅ~¥æšŽØë jG½’ú¦Ã漫òûåqÜxæÕ£ñ™kAïÖì­ãâ‰ñÓºÞ³ K;S P/]ü'Ásá!”¥îþ—óñ ³^R"âÓ"câD“BMs§½`ùßE_Òú>,?rS¿ÞÕ¥nd|vƒÉrc§0›/¢Ýë[RèHp$  ;vÖ¹æsã/ÔR?»'ãÔ‰jÉ©6©]~GfàrÉƒÌØñ¤¤Uó»*‹Æq³tno£•ø4Ô…’¼‰uZ€J²±ÞïÀÔéöZïçJ6Û*ÅtZ퓤e ¦·Œé‹Q+ TŸrQ£QãB_§#ø¦ã®æ-{ž‚ã—Ò ¢ŽËþ>{ì´“ÏRHuçìùKçËóMTŸµ½‰Ö~ÙŒ8ÅïXñ¼ÿš]þ¬|òs»®ÉÓ¹zwtDd>ON0èªæf¼ÔÑt¨Èï1ç-¸àÜ6íHíÕ"* ¥P}+y=µ´ºÛYà™üÛ\^Óxpü»ýWþ$ÕaaÓi³ªÁ½X[ù *»FCË¿š4:²ûŠ×½££kù­*"tÉŸ‘o7õO$ø -âv¡“ºËî'ªeÏ9ƒ_­*ýÊ…/ùoõì²uè¶ûNüJXIàÏäêO®iL§4]å§¡æ£î]&®’èj?„Ôæóªù ”ï=ÀÑ»,8–ÞPž Ç&òhÚIöªÞöC ñHÐL¢j»ª9OÂ0FQ/FþìѺ‘ÑŒòË ±7+çjc‰ [Î^‰­Oýt6®5_’W4j¾ðÂ' ²›3Ó?8^}½f4#)ë”ÝÄ’s¶ØPÛñ¨šlÛÍè.E³½íV0[]wõÝšr$jOs,>§snâ] Osü…Mß Ý'ªïx”?³2NöûBÕGóú¹eýथ”µ_)ŸõýÉømâî¶•­>£¡©[g¾½%Ý‚ûÛNPø˜®óbgÒ£‘fBéfW•„ÙuVdè›®cÃâóiɪ=ËÑãɪÝ”Èî¡4ÆãÜY¼[ªÆ}¦ì¶ºî<MúݧµÊ¨Õ·‡®ÐÕQ?Ñ)s).þ|Õ#Å_O¼â‘Sž^6sHŠÿM¤Ÿïãñä\zùÑ“Äõô?ÿʇHùÿAÓ¹;~/ùÃû †›Ryœ2y}M/¨õQ:’ÕùP’;èj¸Ç¦õ ¤|¨Jq—ÖD¾²™Š«9\¦IÌh‹}ª¢§ûàd³ppÁ±FµÊ‡¨ÐYî0‰žëL羸ä•V?gdisyk&-/¬qyX­¡ŽéÒjš>‚w†uÏ郣¹—…²a&Kµëp¤Yc÷ã–í¯ ß šSäy”ÝŽ4\“¸šOÿ44Òm&á© Ê+FzšcÈAö1œšéduVùÖ3‚7ü^_Ì`à(ÍÍ$_8åíxýŠmÊÙîâçøÔrÄ7£NІ‹è°_j=# YJˆ~¹éB 0¿½%¢cyÞäR>iaòY䳊Škª\ „ðÀqƒ ™¤t!׫`ýšÆïÏ©ƒgBÄïG~S×]>'ñãæÃ 5ѧ"/%ò Ùc¢?~QNŠJoS‘©Oµ^˜)ò6(½BXFñþÛ§R¿§ž¨é…Š#:_‚ƒú§ \¦Œ *O 8¾‰«eDU¨ ºšW#cDG>Ù—J?œÓË;úéåöå¾(zzŽiúßö—,Õ±®ACÞÏ^Eò³µ »¦KŽóG²œ+‘“Õy€§«Bª*+®Ev=Qㆎ:ð¼Ó//ú[éX7T6ÓWr_)_P76NʽÓéBSrTÈ”©œÐL~¤¦v\B+Ã+ô(3«†î]Aæ mʧIàÆj-kÈ^XWæŠX×£u‘ê§d2€ŒñçÈ«Î23ª¾ÜNé¥t»*¨ÌYú×yümzÞ›é’ËéNõߎ!rêÀÃ×quÌ"¼,z¥G|FUõª”¨³C°Èàgr¼Ó>èB.|¬ýuwéý‘bzM7¯PD'$”ŸšµžâÐjö&fž<ñÉ*("$ŒÅ­oº7ý©ð[<–52U× ¢ø° "Ó ©ÛÊÔÐÁbQOéÎ8~–E½ÈìÚh·áçRÛÖ·:.­$Æ,\GïK|]‘]£­û,ÿž\ öÛ7é,'T¤l”aÁ0­y;©µ=;Öžg×cÌx®% ð³‡+7ÏúÝãÿä3øSº—ëþ>Vÿú’uUG°eU#wJ=7øs‰­d™ˆ Œñ…¤åæÏB^|½±Çeð‰»'5T=ò:òeû©êçφk±, ªŸ„Ù—m,¿¨Óô ~ÌÏ¡sT¹uI3Á=¼ùØ@(èñÕßϽUãóß7@4’qálFï†iýóGY/¥Ù|§n¿¥®ÉuI¥øaq‘hl©Ú{j–ɯÚb*a.lÿ2|‡ó ¶3Š›J‹¥g·*þ^¼'æ’Ê{ª!uõª‡ò¹„T¥0Sx]d;:7ü¼™ç-¶'í}q­q惘v’†ª«¼ÃU“6›­L9ò6¾I°yRÍzf£¬·•xWp~B¤x:1­Y1ÃD2¯øÛ䮕dÎ4\óPNº|þÉ($ƯÑSK}³½6ÉÓ(RIç$mïòÊdw|€mÖÏ!Åâ©EÈ~)‚J¹^;åè`ñ Þò[Òjk‡Š¥Ëbáå*˧ýaêiŸ¡לi»l”2ÜxìL4X)ÍÇ}g…9o¬¹ß~«¹XÇ;S÷ÛÆå¯)Û1–¤gL^ÂÝ~²¬gZ~¹·e¢õYXXe.yØŒ¯@óû5³€'aJ¹_ éN8ŽšUJJÉœ™ûy¿B!çå^b¬’ƒæÐµ*žñÈ?ŽO۾Ũfü©g\ ©’&,±‰«ô÷¯ ~vù¼œVgiiëÅL¶¥w¢éïÊu þå¨íÀ3Öåå«–“‘£¡ÆûРˆÿv0ÿÊP3·“È ßN²|ÛÍ‚¡Ü!Që÷;OŒ¿ù”ðqš¥zßüZ=º°•r®2#»ã«@yÞ°H Ñú¯)†¹v{)#ŸoX Ç=‡v+y~<”IQ&ÚO¼”Õ~'Ä¿póîñç½§Ï“ úòòÉ+­iÚ‹+“ãìq²üÝa¢ÚÊ7*ˆ9Õ¬ÙÕ%Gî—ððµ¿Ê-\HAÕ¶>©<¼Zê> ¢4µhºÉû\•äô ßVøLWe¬²/¯ü©M›ÏÝ…xªÂkZd—f÷éÛž¯$Ùö.4µ;ôÌ@/s’úG-2ð‹Õt¶®ë–›)T›Å–æÞ7ö!G×'µÞ½žÆ ÓÑNŸ³ qÀ[“±®_Ù+ß´’~G¡2¾K>¢CS†5émmt/"#KÍÝìÅ1ohq©~9»SF=„¥_Û U7¼ñY„Ç+ýÓ5ÝÊfr ‰Úá9×GÞgÛʱ´×†wÖæO½×vJ»ÏþÜ%HÃuûÅeƒî§³N7Y)^1íº[ýº<¾uwfz¾]1GÌ Þ×hvL[~îåå×qJiÍ»ò$ñ˶ܵCK÷¾S­/m­¨ð#o¯åC{LIf攞üLZ>0ã¹lVÖg³½Tº·¼ï@Õµû‰“P¬Þò y½rÓlo°·F²²Hò¸—1±žŸ4TîhöþGÀûZ’3¦«ÔÛb|ŠÄE"¿Ý>Ó§@ {IsJÄÝÀхûµÎœJcKJ‹8ü@yoâÉÖ?KI< ËÙ‘[)¦Çÿþ¡õW1×Ähä?áíž)%¹î›Úržø¤JîË/óχÍ&ôÿÐðÕ¼bd·H°¿ô„”ó0ÃOkº´6Xð>ãÁ‡zbÊ--ù*ˆS£ÿüñœ÷à–NtRxзð üÅ!û܃ˆoC‡ýÒ¸ú÷ûç­ ï'gÖþ‰]iö8\aòQƒ]>ìs­h{mÿÎñƒ~(I½¾ßsßõŸpŒ¢í~¨ß~Ê>Õ0iû?Ë`âïügMÈ6ya^çuøA÷žwÚ¶—àÊbóî÷o;:GþÚ·÷«‘ÁÃøE$ǽŽ]½Ô¶dÆ)ïþV–mRÿ‘#‰§èÊ¢vµÛ{Ÿ7äu½Ø ,C¥/â•ÖaµÄ…<ÒdúÃÕ  QF\ÍX©/ð[ï^’dÝ…reš‹wÞu9éMjYÊÜ^ÂCÒ úûŠ£}~{ÒT¥Kx)™ÜP:õ“EûS—s´ê-fACz÷0ǺøNs“¡°ñòG9 ª V"',oQ¿?í·—“T× qñÁã„’*›åƒ¾£Ã5n»k™TêWL]}•Ãͳskõô9îû=Þ9"æ‡ Pnr­,z¯dë—¿²[¡Uÿ4¾‚R\a]ùõ©ÃpߨóºØ(ÒlÜäTZÿü¨Eý†ŒduѰs q¡…ý÷ünΚ®FÍa’oÀÄhïVñ^­Þ#cYÿ½¾$¯—ó«MºFa¤Ö•m·%“æ;btᮺîÙìí ã.ÖAï0s7 ókI®Í2NIòŸë)¿÷ góW˜¼HÐU©õëŽÙÊíÏâµs¼§7»{åþ2åy²ùg>£Õ‘{†|Ò½ÒÃmQö£ßo^Wþ#­GéæZ .¼¾´ÑÙRïúå1iŒ{ÀÉ…ï_æÚ¢;¼êx/=2¹dæ D÷N¹=)½Ã®7éoÙoE}÷\Jßtz0Ã)Yúó“hYâ~µƒVÊ‹¯N¢¾[¯ûy£©† +kièSî?6Sò+ 6hËG:”h&  §;ðPúÞìfÖšòP{8Ã1sce}aé¹ÌP­y¾˜é–n"K1®SùFuþ¤DŠÒœ¨ŠË%µ‹áóCUn¾–ú±Ï€¾ ñÎÞæ¾†˜–vOrb§î(©OÜvÜ5µ?`¿¦ú©öïÛ$®ì°¼ª¼ê;³!V¡oᆻUÅÛ ß_ ¾YT/è|&*­07ùÜ©oé9,fk{Ô¼lnÇܶƒ]%ÛŸ¥­X?n?£,›öVô·>бŸÒ6èÇ%œ¹?¼§·aÊ‹Áäïî3²çïPˆT±¤åDzœ;!’<ѺߦPŸ=öÞ‡ ´²92)a}%ìÚÇ<ޤgÑ%¢·ÃJ Y“ÇnD^ûsUsø²Û¶"OÆ6åHTôòÍ3uquý¥a܈ªH¼„·]6Õ¬Ý3‰k&õ¾Þ÷Ž'T¿-Ùµ+Ê[KÓg]É>Y¯½¥ù}ðV̓‘+CBÉí½¥Ù”¶]x¸h«¤bkãÀÿlÆë­>†ê·¢,²%6‚tôsÙ?ãòÅëm.Ä~MxÔKXt™Q|«BÉ{ò™~c¨õ¹‡ ‹Kº^QÏ#×Ý£(4zbẳôT¤wóÜ~ôØciþßoz³¾ÈG^rìKRòj.H¤—oH}=)Ðw%Í<“;nܳ¦øöN‚oÐ/ðÛ·[ïý7[Ǿ(‹šFñœ­’Üż-ïþìºsË®‹úÑqúÑ1±q±ñrD­(NU¿©¬‹L…[æc‹ NøqŠ£;?”–6ljäÌÙVcµo öþ‚® Qípãä–Ûó®Îsat2Š §. ¢©ºš#— Š"øÒWþ¶|kKsÛ’eä©o?ê‘òÞô—ß¡¹˜é¼.µ$謁Œø+ÎàÃó®¶´ÇÚq†<ž—jˆQÏã^Í­ðt_ðêåS¢?I¸}(ßP>c¿­¨ýšC_̺ä¥oýJ$[ë1ÇÄøé¨­Íø×|<Þ[¯6ß­¸ùq/Öî×Û 볇/£ñð^ÔæE\¤zKYv}¡æþ¨pÜ»—j Õ®UçΕ÷ž÷> ãêm½žs岎tžâé»G«×<ÎgFÉåj½µørëojUëé0]›¾^µ½à¯<Ü­iÛÛB5okäå…ö†Yr/D—þŽÙ^ÉùÓõ#rìàIyÇ·oóÅ5o ³º»Tnûow*!»ŸF½íi.@ÞÎ\…P·—úµXsÑU}ÔïQcñI&L½û£«ïkvC¾Ñ/ÿü´·üâ‹Ï~ ±ßÚ¼uÀÛçfWu‰Ú¿›äˆŸVˆ³™Ic»LU[ˆ¬aSˆmeO][{ÙúnêÞ”šQçW»ù+…ñ.oÚh¦K ½Ë§KÃìûúú´Ö2÷¦…?åµ¹°ÒÀêWõuÍ g çy´Å³œnb3³Œ‹«šªãõ»¦;Œ\cã* ~0j³ÝyN o/Ÿvîì Uðßýð­<˜õìØ›ËÛ¦”íu^ìˆqø ü¡âcS¸k£La¥xvg•oŒ©ýÔQhu™k\;ðV¬k´rºð¿ ­µÝ³†Ñ13\[P¬RP‹˜ó•L©·ƒÀÊ}à™ž/sâ)ÙËÓùw,û´Öí +;;†}FEr³'U §æ³Žröñ=.Pc½|Åz¦,aoøÍ”CÎ}f¯½ëØøpæsŸ!~úi}VÃÖË¿|æÎ$¼\Ÿ½$.êxÈê|ÄëîÐý$(Æ2»Æ²Ï†:´<‡X5…°ö…/~bð1Æ«†N·§ÑZfkèÕ·ç8÷& ÙnU3?Q_2î^êå4ø0ü*LBoЃ«æïG¸æÇO®›Sã`—í˜öÁ\-6ð<¶¦°Ó-uðø°]¹á[çzae_ûŸÉÙSq%{ze±)­)ípZß Ú¥ù§ôWa¬ƒÈH˜"Lf³„9ÂH ޤ@P”@ дp F€ `XV€ `8NàÀp</ÀðÀqà € ˆ'q@¤i@N@`Pp@€Ó€" œÎçe@8\T5@¸hšÀ%@ Ð.:€. \ôÀ¸ Æ€ p 0Ìsà:`Ü,+À°l›€`8·GÀ pn.ÀÀ¸ ¸î€à xÞ€à øþ@p¸<‡À#à1ðx Á@ „á@𠈞Q@4Äq@<$I@2¤iÀ à%d™À+ È^9@.¼ò (Þï€b (Ê€r xTUÀ ¨jÀ' ¨>_€ h¾Í@ Ð ´í@ð 躀n èú€~`ø CÀ`FŸÀ/à7ðÆ `˜¦`˜æ`ø ,ËÀ ° ¬ëÀ° lÛÀ° ìû €¤ HR€” H Ò€´ x¤@F dY@V d9@NðÈrƒ< /Èòƒàqð(  ( Š'AqP”¥@iP”OAaQqP”ÀÓ "¨žÏ‚ç@eP<^UA5P¼j€šà%P Ô/ƒ: .¨^õAм Æ  x 4Í@sð:hÞ-A+дmÁ› h:€·@GÐ toƒ.àм ºî è zÞ è úþ`x¼>Á‡à#ð1ø| Á` †á`ø ŒŸƒQ`4Æ‚q`<˜&‚I`2˜¦‚ià ð%˜f€™à+0 Ì_ƒ9`.˜¾óÁ°,ß‚ïÀb°,ËÀr°|V‚Uà°¬kÁà'°¬?ƒ_À°l¿‚Í` Ø ¶í`ø ì»Àn°ìûÀ~pü‚CàpGÁŸà/ð7øÇÁ pœ§ÁpœçÁpü .Ëà ¸ ®ëภnÛภîû $Ž@¤DQ@”D Ñ@´t¢‡ Fˆ b†X Vˆ b‡8 NèÄqC</ÄñCÐqè$ AÂ$ ‰A'!qH’„¤ iH’…NA€@‚`PƒpH’‡ Ó"¤ÎBç eH:]€T!5Hºi@šÐ%H Ò†.C:.¤]ô!Ⱥ AÆ t 2…Ì sè:dÝ€,!+Ȳl¡›d9@· GÈ r†nC.ÐȺ ¹Aîä yAÞä ùAþPtº=€¡‡Ð#è1ôz AÁP …AáPô Š„žCQP4ÅBqP<”%BIP2”¥BiÐ è%”e@™Ð+( ʆ^C9P.”½ò¡¨*‚ÞBï b¨*…Ê r¨zUBUШªj¡Ð'¨ª‡>C_ ¨j‚¾BÍP Ô µAíPô ꄺ n¨ê…ú ~hú BCÐhF¡ŸÐ/è7ôƒÆ¡ hš‚¦¡hšƒæ¡hú -AËÐ ´ ­Aëд mAÛд íAû"À¤0LSÀ”0L ÓÀ´0|¦‡`F˜ f†Y`V˜ f‡9`NøÌsÃ<0/ÌóÃðqø, Á°, ‹Á'aqX–„¥`iX–…OÁ€A‚aQƒqX–‡àÓ°"¬ŸÏÂç`eX>_€Ua5X¾kÀšð%X Ö†/Ã:°.¬_õaؾ Áư | 6…Í`sø:l߀-a+ضmá›°l;À·`GØ v†oÃ.ðØ¾ »Áî°ì {ÁÞ°ì ûÁþp|¾?€á‡ð#ø1ü~ ÁÁp ‡Áápü Ž„ŸÃQp4ÇÂqp<œ'ÂIp2œ§Âið ø%œgÀ™ð+8 Ά_Ã9p.œ¿óá¸.‚ßÂïàb¸f!°Øì'á‹ÀMà!ðøüÂq ‚ Aˆ L!ˆÄ' â ‚$AŠ M(…»àn¸î…ûà~xþÂCðxGáŸð/ø7üƒÇá xž‚§áxžƒçáxþ /ÁËð ¼ ¯Áëð¼ oÁÛð¼ ïÁû0&AŽ ¤BŽP ”BÐ ´r¡GF„ aFXV„ aG8NäÂ…p#</‡ð#Èqä"ˆ!ˆ"Šˆ!'qD‘D¤iD‘EN!@@B`APCpD‘GÓˆ"¢„œAÎ"çeD9\@T5D¹ˆh šÈ%D ÑF.#:ˆ.¢‡\AôĹŠ!ƈ r 1EÌsä:bÜ@,+ıAl‘›ˆb8 ·GÄ qFn#.ÈĹ‹¸!îˆâ‰x!Þˆâ‹ø!þHr¹<@‘‡È#ä1òyŠ!ÁHŠ„!áHò ‰Dž#QH4ƒÄ"qH<’€$"IH2’‚¤"iÈ ä%’Žd ™È+$ ÉF^#9H.’‡¼Aò‘¤)BÞ"ïb¤)EÊr¤yT"UȤ©Aj‘È'¤©G>#_¤iB¾"ÍH ÒŠ´!íHò éDºn¤éEú~dùŽ "CÈdAF‘ŸÈ/ä7òCÆ‘ d™B¦‘d™Cæ‘dù‹,!ËÈ ²Š¬!ëȲ‰l!ÛȲ‹ì!û!A ¤(JŽR ”(JÒ ´(z¥GPF” eFYPV” eG9PNôÊ…r£<(/ʇò£èqô*ˆ ¡Â¨*ŠŠ¡'QqT•D¥PiT•EO¡@ABaAQCqT•GÐÓ¨"ª„žAÏ¢çPeT=^@UQ5T½ˆj šè%T ÕF/£:¨.ª‡^AõQÔ½Š¡Æ¨ z 5EÍPsô:jÞ@-Q+ÔµAmÑ›¨j: ·PGÔ uFo£.èÔ½‹º¡î¨ê‰z¡Þ¨ê‹ú¡þhz½>@чè#ô1ú}Š¡ÁhІ¡áhú DŸ£/×h ‹Æ¡ñhšˆ&¡Éh šŠ¦¡/Зh:šf¢¯Ð,4}æ ¹húÍG ÐB´}‹¾C‹Ñ´-CËÑ ô=Z‰V¡Ðj´­E?¢ŸÐ:´ýŒ~AÐF´ ýŠ6£-h+Ú†¶£è7´íB»Ñ´íCûÑô;:ˆ¡?ÐatE¢¿Ðßèt G'ÐIt FgÐYtGÐEô/º„.£+è*º†®£è&º…n£;è.º‡î£D”;‚‘bd9FQbT5FƒÑbtØQŒcÀ1&ŒcÁX16ŒãÀ8±cÆñ`¼Æ `DZ˜ &„ c"˜(&†ÄÄ1 L“¤1L;…01ƒ1C1 Ã19LSÀNcŠ˜v;‹Ã”1ì˜/æ‡ùcØ=ì>ö Äb°ÇØì)„c!X(†…cØ3,{ŽEaÑX ‹ÅañX–ˆ%aÉX –Š¥a/°—X:–eb¯°,,{å`¹XöËÇ °B¬{‹½Ãб¬+Ãʱ ì=V‰Ua°j¬«Å>bŸ°:¬ûŒ}Á°F¬ ûŠ5c-X+Ö†µcØ7¬뺱¬ëÃú±ì;6ˆ a?°alÅ~b¿°ßØl Ç&°Il ›Æf°Yl›Ç°Eì/¶„-c+Ø*¶†­cØ&¶…mc;Ø.¶‡ícDŒ?‚“âd89NSâT85NƒÓâtøQœgÀq&œgÁYq6œçÀ9ñc8Îóà¼8Î àÇñ¸ .„ ã"¸(.†ŸÄÅq \—Â¥q\?…pq‡qGq Çq9\WÀO㊸~?‹ŸÃ•qü<~WÅÕpuü"®kâ—p-\¿Œëຸ~×Ç pCü*n„ã&ø5Ü7ÃÍñë¸~·Ä­pkÜ·Åoâv¸=î€ßÂq'Ü¿»àwpWü.ã¸'î…{ã>¸/î‡ûãø=ü>þÄâðÇøü)„ã!x(†‡ãø3<ŽGáÑx ‹Çáñxžˆ'áÉx žŠ§á/ð—x:žgâ¯ð,<çà¹xþÏÇ ðB¼‹¿Ã‹ñ¼/ÃËñ ü=^‰Wáðj¼¯Å?âŸð:¼ÿŒÁðF¼ ÿŠ7ã-x+Þ†·ãø7¼ï»ñ¼ïÃûñü;>ˆá?ða|Åâ¿ðßø| Ç'ðI| ŸÆgðY|ŸÇðEü/¾„/ã+ø*¾†¯ãø&¾…oã;ø.¾‡ïãDœD™¹…¥•µ­ÜQ9z99F9&9f99V969v99N¹cr\rÜrJMAFIzxWKsã+šÊr²"|쌴”䇧ú¹:ÛY\ÕRF¥¹˜é¨¨È( ø{8[]ÕTDyYéÉ|ž…z;߸r•à` ¡ ¡<$KŒ ô°3¾(/}‚“‰„ôŸ;ÏH‰ ñw6×V<%ÄÅDqäoלŒÄg\oèž!s1Ó6ùçg§F?r·ÖSE¸ûò,Ê}ûÔÓV_:¨¾Ëˈ ò²ÕWD¹Yî¿Éˆö¾i@ÂCü±$?3!ÄÛÎà<ñ¿·ÿå–ü/¹©ü–I–„û vÿJ]„›ùPÎÿs\èi™¸„ gto¸>x–˜‘“_ô®¸¸ä€Ä¸¸ø]Qþ¿)5%-Ó1AYE-3g¿à蔌으7oò‰ß¼ÉËÉþ7 ¥$#!£¤eä¤õòòtÿ/fAIÁÈÎ+"+§¬yÅØÜÒÚÖö¦Ý!ÕM[[ëÿjP”$GŽ2“EÏ_ÔÒÑÓ××78¤#Ñûwc¤ gå‘PyųÊÊ**‡úkª¢¬üŸ6ÌÊ@FABEËÀzŒWPTBZ–šÄ ð_f„‚Œœ””œ„ž™‹Wà„ °ˆˆˆè…ɺ *ª£ŒÌ¬œ\\Ü܇s›û_.å(%5-=3ó¡eÝ`þ—÷¡?r„”Œœ‚’Šš†–äÐÑÜ8ò.ê éòóbää4”¤dd‡¾Ï–„”ù'dGAÂò$á8؇*Óÿަý§=C¢<ÿ š1 Ïë7TìôÖîÌ÷iI§}N±’}>ÊM—àOžH%ÎHOJÏ@FïÁ*ÏDÖCKÊ"RÎjWOGB¼ø–! àÀÑ»R-ŠÚ°þÓ×Y1æ{,B,–ôÉ ä ÔT„,^„ÊžäCÙ‘Ë´ß)èÆÕ_HýÀªÉihëHó¨óI ØqÊàÛ¤IØIíΓ»PZ2i_ç¸ý wh~ŽÝ$÷â~FºBi@=N¾yìˆæ4Óýƒ'•¶Ù£ú´t¤†Ì/¹.57B­`KÝl?¬0½##>í!yÉx1>ÜÔ¹žÔˆÔ##­“)"}ÍÀÜH2@rŸ´…ZùêÛ^r’Lj a!ê&J&Ê4æÇÔ™$^”ägÉ+©OP,+ž;eFûœx4Š÷"³3ˉu÷ɦµã2äOȶc,/XuÉ÷ÉéùQ‘[Pª3“©b{Í¢KšLÚdLa›Ô’d—å°:ª i¥ÙNv.“‰´Ý?B8–Tí­ézïjöQšßpfØ ¤bý¡ÈÖ+˜tˆ’œÒŽÒ€EAÆS*ˆüýÅ ,´”L'Iü„-({ió0a–ÿƒ½·‹j{ÿG÷ Ã0 """"¢‚ˆ‚"*v€˜Èîî²Å»;PQQlìnÅnìîîäâ “s¾çûûßß½÷yîYóÀì½Ö»ßµÖçõ¾k–“ë%ཀྵCp”K‡þÀ0ã·›6€X¿©æÍŽ3}—ú¡Æ{~¹®÷ îIÀ¬À;öN._Î9}:(×È̹K—t7Y+˜/c“w˜š>[ÚXn•¿è97Ä?ä„ëK‹¬q_înõY•Ïpìn¥ÃtïFÌï”n;Òæò¦Òˣ탚©dÎ M©ëZä+— EÁÝfºçàáætñ˜ùõÕæ×Þ9mšzì_¤ ¦V‹ª‰S=̻ɡ"êG‰î¦~FÏN{ý¢Z®0Žª¸äm“"Nš¦›j»ì]\]í]W¼ÿPs¸i¦¹zÑÐå€!~ÁÎÝOÕôLqÞfsÓ®—ÿç#À%Ó^ç=~%×ɦv>•L˜õ•9¹(U †UŠÜ¬îžöÈ\ßh2Wr÷0…Ó$L7γ‹|3€$3fâ»4qߨBÇŽjv÷ôLñ 744³Ê¦FwWÏ æ;Öeå¹I/ŠîŽŽLœ&äå$ÐØ4uÝàsà*:ºž(Ç1¾wbçšëXϺÇxV*›ÒŒm€6®çMÑÎU-fóŒê}=OÜqkí3ð>nЧ£!¡Ÿ1ßc% P|n·{Ôs^ë«8o6^7E:x‰8㹊]lÞbwÖ*\1õëç˜X¨/š:9®Xšç˜ŸÝ.¸½öÏŒ7Ü‚mO¸Õs»ê1ÛtkÀî1ÀaÄxØÚÛ½p0t@Üi¥G´Ë)`·G;£»)ÊÚ1ö4àœVº4±E‰ÏŠà¥fç]&ȵuÚlõ;ãèYËêæÙ²v3çgWãEÓêîÂË´íCž÷™r,›„ÈÒø+³ÿ*4Aì{Ólunbœ°xÜp7Yjz¼45r€BëD+“l²É”ÜÒ<Å„˜LΕmÂÜW;EÉÁ,ç<ù:U¯˜ç¦ËÞa>ÎqVÁj.9gÓ׋ÀñŠ¡À-¿ÝæÍ¦«Ág=Nxç[êWßiîè4Ôå¾;ìÓà ÐÛÕÒÁb«ûÙ†RŽUŒ=MyâZÅ¿À:siÚcu2€‹¶IN¥€<²<ë`œé1¥ÓNSV‘ЇXÞ9Ü5GÞßc²1o±æ8—6²ý'üdÇOž.¾€—îˆöhká=Ž{z¬1^vFME‰…w{c‡æµ/yÞ*ÿѲØ}»õDŽ>8PÓÔûù»;Æá¹ËÌ…† o’®'­šG=kU`*0Ý}# |p|œÌz´ZŒu¢ínv÷Œ)ß×õ¶yEØYsRuÖ稫»ã'?,ò²mÍ5vùŒpݺÏS˜'†Ô1tô»÷ö«\«Uð–Õt_ÓëcrlP9·å@´ó*#\F?¹7­8,¡¾; $ƒ­í×—4Í1]vì+Ú9L4MÌs,áðÔ. ÁqrÈmOÆ»‘µ‘O[cŠûSç$ÓlkÛØçÁ] ]Ÿ= 3ž+Û|ÒŒ™ €žxíàaàjãcs¥wÊ[÷º]—M­w„î¿xâzƵ³õpØu2ÀŸ\Ç»VƒÓ¶îi@¨Ã"çÃÀ’ÄXg7÷/G¼öñsn”ä,X|\ß´‹° (íwÉÏìo-å½&p©ÇóÜ€,ã ¦ëÚÂB×q…À.s¦q°¹ž‹Vñ…+VñYæØÏ=$åAEç¢)sTýw··ns>ÐÍäë:¯Î¾ÂÂ’Ã÷ÒĢ»\6Ø6ßwJ-4¦ž&ë~Ÿ怰Ȁ½ñÞ^>ÌSúÔ ò÷³iðÖ`[çh„çúE¾2ÔkÚ „úqNs€&FÚ tÚÙîGèî4Èêej dã>…ý–CÕº_X¸táÅ`ǯñVµM¿¿woW8n¹©…]©Ú7­¬G½ˆy?f™cŠâÂBSÙ6½#Ì©#·>Y~ìpAÉj»²ý÷’¨ìÅIBAƒVt:<¹Ê²†•ï½<[âjƒœ‰w·èuwîêðfV“ÁÕ[oÞñÔ„¬9Oòr*õ)«TgXÞº6;›ŒkTÒ#aþq½Ä–‘ýNn}æSûÿ÷Kr3š« L½·÷ýÒ=kǾå?Ô :W½‘¼`ÆŒyt«[ƒìK¸–o¶Xß§úôlÛP_O`ÒÊ ›Cîý'˜0~Â02+qVÏ ë<¢¼ã¤ Ïõ‚¶!õÒrŸ»Ùn#’ãÇuI Ž$Æ÷H~Ø^¸rœ´cÀ²c{x÷Y5ãCb¦ëÁ®Ï札ò¾c%Û©a•2+™S3ie£u‰þOøð:¦Rëlô‰]&óÜ•‚6X·”ë ãÆlðÙœ$¾9¬ûíy—žh‘vÕäônßQ“È+Nû>_òèõÆ×Î3:Uõ<àîunh’ØæL}ÔéÔ¤kN=N¿É˜m¼¸jHìνJC¶—ÉõcN6¸Öj÷õg½÷¯YYÃ8†Úª¥Æ†:o|/ªr.Þ¦Íòè‘q¹Ño7Ý+½¸ôÇs´¼1«¹eu§¨†ªMŸu°rp¾>Þ’‘VVRÒÛ_Û×JO¢2Û=›·nkp|Hƒ—n¯sþÝZ·º÷*ûå±û//jÓ$T9Tcæ…=!­.¦,6>;p¨îÅ÷«½¯¿}e“Zÿø^¦ yòy²Õ»ˆ­ËÇ?MÄxR¢Â\'7/›Ý!ìÉÓ£O6ÏÞõMkÓà ¤ßÚ€ûô¼)µÌAx§¹í¹É`ãëvO ⽩T¯…=kÍÚ=hüAË 6%÷©eK.ýbÑó°e¡ðÊ]NL‘»¶»Hn¾Ê0qó“Ia6§DçšKCC²uñ壯cêÜ’:tóÍ^‘Ñjvÿ™ìg¼ÎY1Þmâ탻g„\÷lhÔ¤žÃ£Èišœ°ë~#ÿáÆ~øYÂÀùüÂ!âË%ÏV¥ÆÇ_Ȫ²l°Gùg‹'œË{zó ]Z…iz¿N¾ÃE-Ñ&¨þØ|%«J’av«Wóf4S–,¿on¯Çs×6Aº4÷ª»¨Ù¨‡Ó祹_‚Ÿ |ØGޏ{ßPuãÚ¶5JnzU¸òú¶L/Ù­ÊÕzS"†ä>·)Z¬ÓüE¿“o» qCGöYܶ#ÙlשÐ[ùu«×ÏN¥Þ¯Ïõœ¾=kÞ Ü UíqÜxr`â¬Þ‹«¼¢Á?¼Z ï2Wf-ý åê}Z¶|yæpàJß…M¦OKŒ?½´YÝÀñ­‡ÙÎ8Ÿ×nAv½“Ë®ZQµ~üùõ+× D­MeŽ,LsF™¹"`—±L˧uÐ1½l.MßQ%·z®BÝü<»Ëæ>—×”ª´,¼Îùngµò¼[ýƒq“eXÞ¸àÚËÚ=+p~·vçóWÖÙÞûYý'.wV‡>é€^³ñp3²/wèéÔ¶Ê”‰ÇM\ƒ7o ‰UÇn™:ff̨ÛÓ²¤±V¯{!=âù¡iÏ.ö˜Pv\Þ®/K^]L qÙ¸êÚ Cyvõjot¶o|öÚx*çò²jÑŽÑì£Æƒ/ä…Ý5xÔŽ•{·ï¨¹ôRdߪízœxo‹kçCc`:O8þÑ>³Â¤×I“ùÇÛ.ïÜÀéÐõM×®5¶`y{÷Ëe¯®}[*¶ë'ÛÂÂØïÓ~w;“ñ˶ªÁ`4ÙýÏw½2l,&?À«(Mô«gŒ³”êÓLÓ,3mj9¦Gøó¬Á®N ÉÖÖ†çO‹á`[¨jô2ÄšªZk˜JGËŒKaÖú†þžº]æîמß‹¡H·ž5¤[¿}W#Ýš^æ¯ùý>£ö?äG–o­Å›ƒ°ð뽇ÿÜZ8X:X ýEâéeºñŒ+½r_E×ä·Ñ ñÿ{Œ£bÿVéÖߥ–ÿ}îûÛ÷ \þGØ[ÖÿXÓõ7nók~·§Tóï¤cï˜^æWéd|•ÏáÿÕíéùÿw¯ÿ’÷ȸ?v þÂÊSí¿¬ÞÙÿsžÝÓ“8`È?‰ þa¤ð½N=©û›L’¿úÿ‘eÓ­ãÿ«yGUþv-óéöðóËšbè¾/g‹±ÒïuhºSñ#]ﬡÈJã~Щ®¿Ò¬øßkÌÔÄÿVS6Y¼~:‹üH£ïï¾îŽQ?ñùâ1í‘ß®‡¤ýá#Ý÷?j@õ¿‘ü¾_ô`™Tÿïôð»–ÌÈ?uâ{™'ýÄá~± @7 ×±ràïW‹Cþ «â|Bë¯ý-‰úMŠüÃOÒ,c|yeCß?·2.½ëÏ^Þ(–/”ÿU¡ŠëkzÔ÷$a?K~ö`¿?ãùÃÆ_[Û_¿/ùe¿)îwêâFÙÎöï¿cùgOÿi†¿ãóÞ‚ÍÕÍÿ>6?¼Ê›ƒÍ}þð ÍßxüÃÈ/»|?ú`ó{Ïo4ß¿Š«ý‚"òÛzûã«OQý¯µ¿Sÿà ÅÑà9³‰†âz¢þ+<¾õ“aE€ŒVë:ÅÒ~éÃÆK.¦¥gÑ,3ŠøüRoýÂß¾h-öK[7k¡}Q[\ñ£²º~­ÿèÿ…[<ÓÖ£rz™x @Óö:ü‹Æ?§¢±7ò23Š[7ë?׊ßk-û ¥¹Î†Ÿeócû7«*ε6ŒÎ}½¿÷ýn¤É鹿m†Ÿçðkÿ¾ÿlQŠžÿ~Lß>úsLw ßÖöâúþ¶â·ý)6yjÿûSÏ¿¸âïû)õ•²ä_Ié?`éþKÍÝŸÆ~àk[hù•óË7YÏ ‹é¥ÚwAÑÅ-?Ý·±ó Ít‡ï“‹ðÌùqþå™ÓöÕ ?£U©sµÈÞŽÎýpg4l3¬ þÿßâüŸâÌVÅæ•þÀ­¯ýŸ1È·ÒÈ+ý+ªÁµ‚Em¿®TÃýÿÄrÎwZ3æ/å]ûô¿¢ôë]Œ}}ñÚØ÷»¨vä_ôðµ Å ö{kÍ?>zßó›âõ,žG…¿àýù[®ð7Öl¿£4DK>ðMï­mãÿ×b¾ÃjªÿŸXÅÖûòû|åtkbø‘ä?ÿ€‡Dºµào|P4"›¯˜ŠÝ võø5þ]ñóHZ¾Ÿ÷—YÛ|mç€âr’/súvõ¥åÏùU6|£›âUœ|¿¬y[?¯ DÒöÆ¢µ ×ÊŽ~Xm⿎¾êráýŒ~,¥€Ÿí¥úO5ÑA¿{&°Ècý‰C–ǯöá[Œô¿ØèŸžåŒÃ÷ú_ÍðEâ@ð¯Ï¼6üléÖõPqhüZWHµüØÓ@˵[-_®ôUO~°^ûïÐ*âú ƒï“&ý79,û*SE(ê¥Çð{ÔÆùçÎ}çÃçÔüY“¿èT5CÃï,¦Z1òŠâ³ïö‡¾óÿƦßËwñGQä\Œ„úþ û]‹µú/ñ¿å”1m¿Õúþ­&çýF¿$\ÿŠZï_R/ÍëW ÇýŠßÖ¦_#¢¯<Ò³õj†)†o[P,v?í©–ùq%ûÁ?ö¡­_°ûÓ~Š2‰ïp’šüø^”§ýS‡ÈúºWéǾ#˜]êØ‘íôÃþíwÒËmòíº²Ç¯(þèÇ~Œ ~Ô7ž?j¢ ð=ž¿Ä§?Xd²µ8/øWˆ~ ÿ‚çËÊ¿Õ;~ÍbŠ~¬¿ÔZm€_kýÀÒ ?X Ë‚`9°‚ÀÇàð)ø |¾_‚¯À×àð-ø|~?‚ŸÀÏ`!@ÈÙ@&È2Cv²‡¬ä9AÎ ä ¹Aîä yAÞP È* ùB¥ ?¨4ä• ²P T*U€*B•  ¨2 UB ªP(T ªՀ p(ª EBQP-(ª Å@u ºP,ÕƒêCñP(j5‚C‰P¨)Ô jµ€ZB­ ÖP¨-”%Cí ¨=Ôêu‚:C] T¨+”Á¡á‘ѱñ‰É©éP7¨;Ôê õ‚zC} ¾P?(ê €2 Ð h04 ƒ†C# Lh$4  ÆBã ñÐh"4 š M¦BÓ éÐ h&4 š ÍæBó ,h>´ZeC‹ ÅÐ(Z -ƒr¡åÐ h%´ Z ­ÖByÐ:h=´Úm‚6C[ ­Ð6h;´Ú í‚vC{ ½Ð>h?t:‚ò¡ÃÐè(t :€NB§ ÓÐè,t:@ ‹Ð%è2tº ]ƒ®C7 ›Ð-è6tº ݃îC ‡Ð#è1ôz =ƒžC/ —Ð+è5ôz ½ƒÞC Ð'è3T°6Â6° ¶…Ͱlía+ì;ÂN°3ì»Ân°;ì{Â^°7\öK¾p)Ø. ûÃeà¸,—ƒËÃàŠp%8® ÃUà¸* Wƒ«Ã5à08Ž€k‘p\ ކkÃ1p¸. ÇÁõàúp<ÜN€ÂàÆp"Ün 7ƒ›Ã-à–p+¸5Ün 'ÁÉp;8nw€;ÂàÎp8î §Á Á0ŒÀ(ŒÁ8LÀ$LÁ4ÌÀ,ÌÁ<,À",Á2¬À*¬Á:Ü î÷€{½àÞp¸/ÜN‡ûÃà x < ‡ÂÃàáð8 ‚GÃcà±ð8x<<žO‚'ÃSà©ð4x:<ž Ï‚gÃsà¹ð<8 ž/€ÂÙð"x1¼ΗÂËà\x9¼^ ¯‚WÃkàµp¼^o€7›àÍðx+¼ Þï€w»àÝðx/¼Þ€‡à|ø0|> ƒÃ'à“ð)ø4|> ŸƒÏÃðø"| ¾ _¯Â×àëð ø&| ¾ ßïÂ÷àûðø!ü~ ?ŸÂÏàçð ø%ü ~ ¿ßÂïà÷ðø#ü þ Âb@Œˆ bBl3b‡X{ÄŠ8 Žˆ⌸ ®ˆâŽx žˆâ”@|’ˆ/R ñCJ#þH$)‹"åòH¤"R B*#ÁH$©Š„"ÕêH $ G"šH$…ÔB¢‘ÚH R©‹Ä"qH=¤>4@†H#¤1’ˆ4Aš"ÍæH ¤%Ò i´AÚ"IH2ÒIAÚ#ŽH'¤3ÒIEº"iˆ@Œ Š`މP0‹pˆˆHˆŒ(ˆŠhˆŽtCº#=žH/¤7Òé‹ôCÒ‘þÈ$ˆ B#C¡È0d82ÉDF"£ÑÈd,2L@&"“ÉÈd*2 ™ŽÌ@f"³ÙÈd.2ÉBæ# …H6²YŒ,Ar¥È2$Yެ@V"«ÕÈd-’‡¬CÖ#È&d3²ÙŠlC¶#;È.d7²Ù‹ìCö#ƒÈ!$9ŒAŽ"ÇãÈ ä$r 9œAÎ"çóHr¹ˆ\B.#W«È5ä:r¹‰ÜBn#w»È=ä>òyˆ#…€P#jƒšP[ԌڡÔµ¢¨#ê„:£.¨+ꆺ£¨'ê…z£%P´$ê‹–BýОi½Òz§õIë›Ö/-=­Ú€´Œ´iƒÒ§ Iš6,mxÚˆ´Ì´‘i£ÒF§I›6.m|Ú„´‰i¥ÑÚh Z­‹Æ¢qh=´>6@Іh#´1šˆ6A›¢ÍÐæh ´%Ú m¶AÛ¢Ih2ÚMAۣЎh'´3ÚME»¢i(ˆB(Œ"(Šb(Ž(‰R(2(‹r( ¨ˆJ¨Œ*¨Šj¨ŽvC»£=Оh/´7Úí‹öCÓÑþè4ˆB£CСè0t8:ÍDG¢£ÐÑèt,:N@'¢“ÐÉèt*: ŽÎ@g¢³ÐÙèt.:ÍBç£ Ð…h6º]Œ.AsÐ¥è24]Ž®@W¢«ÐÕèt-š‡®C×£Ðè&t3ºÝŠnC·£;Ðè.t7ºÝ‹îC÷£Ѓè!4=ŒA¢ÇÐãè ô$z =žAÏ¢çÐóhz½ˆ^B/£WЫè5ô:z½‰ÞBo£wлè=ô>ú}ˆ>B£OЧè3ô9ú}‰¾B_£oзè;ô=úýˆ~B?£…(€0#fƒ™0[ÌŒÙa̳b˜#æ„9c.˜+憹c˜'æ…yc%0¬$æ‹•Âü°Ò˜?V ÀÊbX9¬bŸ°ÏX!à܈Ûà&Ü7ãv¸·Ç­¸îˆ;áθ áî¸î‰{áÞx Ü/‰ûâ¥p?¼4î—Áð²x ^/WÀ+â•ð ¼2ŒWÁCðªx(^ ¯Ž×ÀÃðp<¯‰GâQx-<¯Çàuðºx,‡×Ãëãñx<oˆ7Âã‰x¼)Þ oŽ·À[â­ðÖx¼-ž„'ãíð¼=ÞïˆwÂ;ã]ðT¼+ž†ƒ8„Ã8‚£8†ã8“8…Ó8ƒ³8‡ó¸€‹¸„˸‚«¸†ëx7¼;Þï‰÷Â{ã}ð¾x?<ïÀ3ðø |0>ŠÇã#ðL|$> ÁÇâãðñø|"> ŸŒOÁ§âÓðéø |&> ŸÏÁçâóð,|>¾_ˆgã‹ðÅø<_Š/Ãsñåø |%¾ _¯Á×âyø:|=¾߈oÂ7ã[ð­ø6|;¾߉ïÂwã{ð½ø>|?~?ˆÂóñÃøü(~ ?ŽŸÀOâ§ðÓøü,~?àð‹ø%ü2~¿Š_ïã7ð›ø-ü6~¿‹ßÃïãð‡ø#ü1þŠ?ßã/ð—ø+ü5þ‹¿Ãßãðø'ü3^ˆ„06„‰°%Ì„a!ì +á@8N„3áB¸n„;áAx^„7Q‚ð!J¾D)Â(Møeˆ¢,H”#ʈŠD%"ˆ¨LUˆ¢*JT#ª5ˆ0"œˆ j‘DQ‹ˆ&j1D¢.KÄõˆúD<Ñ€H ˆÆD"Ñ„hJ4#š-ˆ–D+¢5цhK$ÉD;"…hOt :ˆÎD"•èJ¤ 0(8A$A4Á,ÁO6 Ȇd#²1™H6!›’ÍÈæd ²%ÙŠlM¶!Û’Id2ÙŽL!Û“ÈŽd'²3Ù…L%»’i$HB$L"$Jb$N$IR$M2$Kr$O ¤HJ¤L*¤Jj¤Nv#»“=Èžd/²7Ù‡ìKö#ÓÉþä2ƒH"“CÈ¡ä0r89‚Ì$G’£ÈÑär,9ŽON '’“ÈÉär*9œNÎ g’³ÈÙär.9Ì"ç“ È…d6¹ˆ\L.!sÈ¥ä22—\N® W’«ÈÕär-™G®#דÈä&r3¹…ÜJn#·“þh4-‹¢åÐòh´"Z B+£Áh4­Š†¢ÕÐêh 4 G#Кh$…ÖB£Ñäeò y•¼F^'o7É[ämòy—¼GÞ'ÉGäcò ù”|F>'_/ÉWäkò ù–|G¾'?ÉOäg²(e¤l(eK™);ÊBÙSVÊr¤œ(gÊ…r¥Ü(wʃò¤¼(oªåC•¤|©R”Ušò§ÊPTY**G•§*P©JTU™ ¦ªP!TU*”ªFU§jPaT8AÕ¤"©(ªMÕ¦b¨:T]*–Š£êQõ©xª•@5¤Q©Dª Õ”jF5§ZP-©VTkª Õ–J¢’©vT Õžê@u¤:Q©.T*Õ•J£@ ¢` ¡P £pŠ HŠ¢hŠ¡XŠ£xJ DJ¢dJ¡TJ£tªÕêAõ¤zQ½©>T_ª•Nõ§PÔ@j5˜B ¥†QéT&5’E¦ÆPc©qÔxj5‘šDM¦¦PS©iÔtj5“šEͦæPs©yT5ŸZ@-¤²©EÔbj •C-¥–Q¹Ôrjµ’ZE­¦ÖPk©}˜>B¥ÑÇéôIú}š>CŸ¥ÏÑçéú}‘¾D_¦¯ÐWékôuú}“¾EߦïÐwé{ô}úý~D?¦ŸÐOégôsúý’~E¿¦ßÐoéwô{úý‘þD¦ i€10FƆ11¶Œ™±c,Œ=ceGƉqf\WÆqg<OÆ‹ñfJ0>LIÆ—)Åø1¥¦ À”e™rLy¦S‘©Ä1•™`¦ ÂTeB™jLu¦Æ„3LM&’‰bj1ÑLm&†©ÃÔeb™8¦SŸ‰g0 LC¦Ó˜Idš0M™fLs¦Ó’iÅ´fÚ0m™$&™iǤ0í™LG¦Ó™é¤2]™4d fe0g†d(†f†e8†gFd$FfFe4Fgº1Ý™LO¦Ó›éÃôeú1éLf“Á d1ƒ™!ÌPf3œÁd2#™QÌhf 3–ÇŒg&0™IÌdf 3•™ÆLgf03™YÌlf3—™Çd1ó™ÌB&›YÄ,f–09ÌRf“Ë,gV0+™UÌjf ³–ÉcÖ1ë™ ÌFf³™ÙÂle¶1Û™ÌNf³›ÙÃìeö1û™ÌAæ“ÏfŽ0G™cÌqæs’9ÅœfÎ0g™sÌy¦€¹À\d.1—™+ÌUæs¹ÁÜdn1·™;Ì]æsŸyÀ1Ÿ™B` ¬‘µaM¬-kfíX kÏZYÖ‘ubYÖ•ucÝYÖ“õb½Ù¬[’õeK±~liÖŸ-ðeÙ@¶[ž­ÀVd+±Ale6˜­Â†°UÙP¶[­Á†±ál[“d£ØZl4[›aë°uÙX6Ž­ÇÖgãÙlÛmÄ6fÙ&lS¶ÛœmÁ¶d[±­Ù6l[6‰MfÛ±)l{¶Û‘íÄvf»°©lW6Yˆ…Y„EYŒÅY‚%YŠ¥Y†eYŽåYY‰•Y…UYÕÙnlw¶Û“íÅöfû°}Ù~l:ÛŸÀf°ÙAì`v;”ÆgG°™ìHv;šÃŽeDZãÙ ìDv;™ÂNe§±ÓÙìLv;›ÃÎeç±Yì|v»Íf±‹Ù%l»”]Ææ²ËÙìJv»š]îeóØuìzv»‘ÝÄnf·°[Ùmìvv»“ÝÅîf÷°{Ù}ì~ö{=Äæ³‡Ù#ìQö{œ=ÁždO±§Ù3ìYö{ž-`/°ÙKìeö {•½Æ^go°7Ù[ìmö{—½ÇÞg°ÙGìcö û”}Æ>g_°/ÙWìkö û–}Ǿg?°ÙOìg¶8gäl8gË™9;ÎÂÙsVÎsäœ8gÎ…såÜ8w΃óä¼8o®çÕä|¹RœWšóçÊp\Y.+Ç•ç*p¹J\W™ æªp!\U.”«ÆUçjpa\8ÁÕä"¹(®ÍÕæb¸:\].–‹ãêqõ¹x®—À5äq¹D® ×”kÆ5çZp-¹V\k® ×–Kâ’¹v\ מëÀuä:q¹.\*וKã@â`áPn'¹‹ÜMî!÷’ûÈýäò yˆÌ'“GÈ£ä1ò8y‚p¹OÜg®xoämxoË›y;ÞÂÛóVÞwäxgÞ…wåÝxwÞƒ÷ä½xo¾ï×ä}ùR¼_š÷çËð|Y>/Ç—ç+ðùJ|_™æ«ð!|U>”¯ÆWçkða|8Á×ä#ù(¾Í׿cø:|]>–ãëñõùx¾ŸÀ7äñùD¾ ß”oÆ7ç[ð-ùV|k¾ ß–Oâ“ùv| ßžïÀwä;ñù.|*ß•OãAâaáQãqžàIžâižáYžãy^àE^âe^áU^ãu¾ßïÁ÷ä{ñ½ù>|_¾ŸÎ÷çðü@~?˜Âå‡ñÃù|&?’ÅæÇðcùqüx~?‘ŸÄOæ§ðSùiüt~?“ŸÅÏæçðsùy|?Ÿ_À/ä³ùEüb~ ŸÃ/å—ñ¹ür~¿’_ůæ×ðkù<~¿žßÀoä7ñ›ù-üV~¿ßÁïäwñ»ù=ü^~¿Ÿ?Àäñùüaþ”?ÆçOð'ùSüiþ –?ÇŸç ø üEþ™¿Â_å¯ñ×ùüMþ›¿Ãßåïñ÷ùüCþÿ˜Â?åŸñÏùüKþÿšÿåßñïùüGþÿ™/äÁ Á$Ø fÁN°ö‚Up'ÁYp\7Á]ð</Á[(!ø%_¡”à'”ü…2B€PVÊ å… BE¡’$T‚…*BˆPUª Õ…B˜.D5…H!J¨%D µ…¡ŽPWˆâ„zB}!^h $ …FBc!Qh"4š Í…BK¡•ÐZh#´’„d¡"´:…NBg¡‹*tÒP€X@TÀ\ R Z`Và^QYPUÐ]è&tz=…^Bo¡ÐWè'¤ ý…B†0P$ †C…aÂpa„)ŒF £…1ÂXaœ0^˜ L& “…)ÂTaš0]˜!Ìf ³…9Â\až%Ì …la‘°XX"äK…eB®°\X!¬V «…5ÂZ!OX'¬6…MÂfa‹°UØ&lv;…]Âna°WØ'ì…CB¾pX8"Ž Ç…ÂIá”pZ8#œÎ ç…á‚pQ¸$\®W…kÂuá†pS¸%Üîw…{Â}áðPx$<žO…gÂsá…ðRx%¼Þo…wÂ{áƒðQø$| @4ˆFÑF4‰¶¢Y´-¢½hDGÑIt]DWÑMt=DOÑKôKˆ>bIÑW,%ú‰¥E±Œ –Årby±‚XQ¬$‰•Å`±Š"VCÅjbu±†&†‹bM1RŒk‰Ñbm1F¬#ÖcÅ8±žX_Œˆ bC±‘ØXL›ˆMÅfbs±…ØRl%¶ÛˆmÅ$1Yl'¦ˆíÅbG±“ØYì"¦Š]Å4!1 ‘)‘‘9‘Q%QQ5Q»‰ÝÅbO±—Ø[ì#öû‰ébq€˜!‰ƒÅ!âPq˜8\!fŠ#ÅQâhqŒ8V'Ž'ˆÅIâdqŠ8Uœ&Ngˆ3ÅYâlqŽ8Wœ'f‰óÅâB1[\$.—ˆ9âRq™˜+.Wˆ+ÅUâjq¸VÌ׉ëÅ âFq“¸YÜ"n·‰ÛÅâNq—¸[Ü#î÷‰ûÅâAñ˜/ˆGÅcâqñ„xR<%žψgÅsây±@¼ ^/‰—Å+âUñšx]¼!Þo‰·Å;â]ñžx_| >‰Å'âSñ™ø\|!¾_‰¯Å7â[ñø^ü ~?‰ŸÅB ’Q²‘L’­d–ì$‹d/Y%ÉQr’œ%ÉUr“Ü%ÉSò’¼¥’TRò•JI~RiÉ_*#He¥@©œT^ª U”*IARe)Xª"…HU¥P©šT]ª!…IáR„TSŠ”¢¤ZR´T[Š‘êHu¥X)Nª'Õ—â¥R‚ÔPj$5–¥&RS©™Ô\j!µ”ZI­¥6R[)IJ–ÚI)R{©ƒÔQê$u–ºH©RW)M%H‚%DB%LÂ%B"%J¢%Fb%Nâ%A%I’%ER%MÒ¥nRw©‡ÔSê%õ–úH}¥~RºÔ_ eH¥AÒ`iˆ4T& —FH™ÒHi”4Z#•ÆI㥠ÒDi’4Yš"M•¦IÓ¥ÒLi–4[š#Í•æIYÒ|i´PÊ–I‹¥%RŽ´TZ&åJË¥ÒJi•´ZZ#­•ò¤uÒziƒ´QÚ$m–¶H[¥mÒvi‡´SÚ%í–öH{¥}Ò~é€tP:$åK‡¥#ÒQé˜t\:!”NI§¥3ÒYéœt^*.H¥KÒeéŠtUº&]—nH7¥[ÒméŽtWº'Ý—H¥GÒcé‰ôTz&=—^H/¥WÒkéôVz'½—>H¥OÒg©Pdƒl”md“l+›e;Ù"ãÁ‘ÅÑñÇñœÀ‰œÄɜ©œÆé\7®;׃ëÉõâzs}¸¾\?.ëÏÙËåJr\Y–«È!rU9T®&W—kÈar¸!×”#å(¹–-×–cä:r]9VŽ“ëÉõåx¹œ 7”ÉåD¹‰ÜTn&7—[È-åVrk¹ÜVN’“åvrŠÜ^î w”;Éå.rªÜUN“A’a‘Q“q™I™’i™‘Y™“yYEY’eY‘UY“u¹›Ü]î!÷”{ɽå>r_¹Ÿœ.÷—Èò@y ”Éùòaùˆ|T>&—OÈ'åSòiùŒ|V>'Ÿ— ä òEù’|Y¾"_•¯É×åòMù–|[¾#ß•ïÉ÷åòCù‘üX~"?•ŸÉÏåòKù•üZ~#¿•ßÉïåòGù“üY.”Å ŤØ*fÅN±(öŠUqP'ÅYqQ\7Å]ñP</Å[)¡ø(%_¥”â§”Vü•2J€RV TÊ)å• JE¥’¤TV‚•*JˆRU Uª)Õ•J˜®D(5•H%J©¥D+µ•¥ŽRW‰Uâ”zJ}%^i $( •FJc%Qi¢4Uš)Í•JK¥•ÒZi£´U’”d¥’¢´W:(•NJg¥‹’ªtUÒPXATÁ\!R¡ZaVá^Q‘YQUÑ]é¦tWz(=•^Jo¥ÒW駤+ý•J†2P¤ V†(C•aÊpe„’©ŒTF)£•1ÊXeœ2^™ LT&)“•)ÊTeš2]™¡ÌTf)³•9Ê\ež’¥ÌW( •le‘²XY¢ä(K•eJ®²\Y¡¬TV)«•5ÊZ%OY§¬W6(•MÊfe‹²UÙ¦lWv(;•]Êne²WÙ§ìW(•CJ¾rX9¢UŽ)Ç•ÊIå”rZ9£œUÎ)ç•å‚rQ¹¤\V®(W•kÊuå†rS¹¥ÜVî(w•{Ê}åòPy¤jIÕW-¥ú©¥UµŒ –UÕrjyµ‚ZQ­¤©•Õ`µŠ¢VUCÕjjuµ†¦†«jM5RRk©Ñjm5F­£ÖUcÕ8µžZ_W¨ jCµ‘ÚXMT›¨MÕfjsµ…ÚRm¥¶VÛ¨mÕ$5Ym§¦¨íÕjGµ“ÚYí¢¦ª]Õ4T!VU1W •T)•V•U9•WUT%UVUU5UW»©ÝÕjOµ—Ú[í£öUû©éju€š¡T©ƒÕ!êPu˜:\¡fª#ÕQêhuŒ:V§ŽW'¨ÕIêduŠ:U¦NWg¨3ÕYêluŽ:W§f©óÕêB5[]¤.V—¨9êRu™š«.WW¨+ÕUêjuºVÍSשëÕ êFu“ºYÝ¢nU·©ÛÕêNu—º[Ý£îU÷©ûÕêAõš¯V¨GÕcêqõ„zR=¥žVϨgÕsêyµ@½ ^T/©—Õ+êUõšz]½¡ÞTo©·Õ;ê]õžz_} >T©Õ'êSõ™ú\}¡¾T_©¯Õ7ê[õú^ý ~T?©ŸÕBÐ šQ³ÑLš­fÖì4‹f¯Y5ÍQsÒœ5ÍUsÓÜ5ÍSóÒ¼µšVRóÕJi~ZiÍ_+£heµ@­œV^« UÔ*iAZe-X«¢…hUµP­šV]«¡…iáZ„VS‹Ô¢´ZZ´V[‹ÑêhuµX-N«§Õ×âµZ‚ÖPk¤5Öµ&ZS­™Ö\k¡µÔZi­µ6Z[-IKÖÚi)Z{­ƒÖQë¤uÖºh©ZW-M5Hƒ5DC5LÃ5B#5J£5Fc5Nã5A5I“5ES5MÓµnZw­‡ÖSë¥õÖúh}µ~ZºÖ_ ehµAÚ`mˆ6T¦ ×Fh™ÚHm”6Z£ÕÆiãµ ÚDm’6Y›¢MÕ¦iÓµÚLm–6[›£ÍÕæiYÚ|m¶PËÖi‹µ%Z޶T[¦åj˵ÚJm•¶Z[£­Õò´uÚzmƒ¶QÛ¤mÖ¶h[µmÚvm‡¶SÛ¥íÖöh{µ}Ú~í€vP;¤åk‡µ#ÚQí˜v\;¡ÔNi§µ3ÚYíœv^+Ð.hµKÚeíŠvU»¦]×nh7µ[ÚmíŽvW»§Ý×hµGÚcí‰öT{¦=×^h/µWÚkíöV{§½×>hµOÚg­PtƒnÔmt“n«›u;Ý¢ÛëVÝAwÔtgÝEwÕÝtwÝC÷Ô½to½„Ô}õRºŸ^Z÷×ËèzY=P/§—×+èõJz^YÖ«è!zU=T¯¦W×kèaz¸¡×Ô#õ(½–­×Öcô:z]=VÓëéõõx½ž 7ÔéõD½‰ÞTo¦7×[è-õVzk½ÞVOÒ“õvzŠÞ^ï wÔ;éõ.zªÞUOÓAÒaÑQÓqÐIÒiÑYÓy]ÐE]Òe]ÑU]Óu½›Þ]ï¡÷Ô{é½õ>z_½Ÿž®÷×èú@}>X¢Õ‡éÃõz¦>R¥ÖÇècõqúx}‚>QŸ¤OÖ§èSõiút}†>SŸ¥ÏÖçèsõyz–>__ /Ô³ÿ¯öÎ<:ŠêË㯖^³‡¬„„& $Á¤é½Ó‚"û&DÅ6tÒ¡;©{o‹‚ŠŠ€¨ ¢(  „}QEÜe'ìI ûÖ݉ *.L3øƒß3sÎïÌüΙßLÎé:o©~uëÕ{·nUó¾Ò:i½´AÚ(m’Ô®W¨+ÌîŠpEº¢\Ñ®N®W¬+ÎïJp%º:»’\]\É®WW—ÆÕÍ•êJs¥»º»6KßHßJßIG¤£Ò1é¸tB:)’NKÒé¬tN:/].J—¤J©Jª–.KW¤©Vª“ꥩQj’š¥©Uj“¼’OòKíR‡ô½ôƒô£ô“tUúYúEúUº&ý&ý.ý!ý)]—pÀƒ"È@ P‚ Ô¡á‘ÑÐ b â  :CtdH® n iÝ¡d@&dAO¸²!´Ð t Áf°€rÁwBoèwÁÝÐî~ÐÀ@ƒa …a0FÀ½0FÁ}0ÆÀý0ò`<ãáAx† 0Ga<ùð8Àd(„)0ž;Lƒéà€"('”À pJ¡ $@ ðÀ“0ž‚§ăgàYxæÀóð¼sá%˜óa¼ áx^ƒE°^‡%ð,…7á-XoÃ;°VÀJxÞƒU°Þ‡5°Êa¬‡ °6ÁfØ[al‡àCØ;á#ØÃnøöÀ^ØŸÂ~8á|‡ásø¾„¯àkø¾…ïà…cpNÀI8§¡ÎÀY8çá\„KP UP —á Ô@-ÔA=4@#4A3´@+´|à‡vè€ïáø~‚«ð3ü¿Â5ø ~‡?àO¸ 9äQ@e(G*Q…j ÁP ÃpŒÀHŒÂhì„1‹q ˜ˆ1 »`2¦`WÔ`7LÅ4LÇîØ30³°'ÞÙ˜ƒZì…:Ô£hB3ZЊ¹hÃ;±7öÁ»ðnì‹÷`?ìp ÂÁ8‡â0Ž#ð^‰£ð>cð~‹y8Àñø >„㜈à£8 Ã|| p2✊O §átt`£KpºÐ¥X†"zðIœ‰OáÓ8 gã3ø,>‡sðy|_ĹøÎÃù¸_Æ…ø ¾Š¯á"\Œ¯ã|—â›ø.÷ñ\Ž+p%¾‹ïá*\ïã\‹å¸×ã܈›p3nÁ­¸ ·ãø!îÀøîÂq7~‚{p/îÃOq?Àƒx?ÃÃø9~_âWø5~ƒßâwxâ1<Ž'ð$žÂÓXgð,žÃóx/â%¬Ä*¬ÆËxk°ë°°›°[°ÛЋ>ôc;và÷øþˆ?áUüÁ_ñþ†¿ãø'^GFñ$H2’“‚”¤"5…P(…Q8EP$EQ4u¢Š¥8ЧJ¤Î”D](™R¨+i¨¥R¥SwêA”IYÔ“î lÊ!-õ"éÉ@F2‘™,d¥\²ÑÔ›úÐ]t7õ¥{¨õ§4Ñ`BCi §t/¤Qt¦1t?¥<GÐxz¢‡iM¤GèQšDQ>=N4™ i M¥'ÈNÓh:9¨ˆŠÉI%4ƒ\ä¦R*#‰€ˆ<ô$ͤ§èišE³éz–ž£9ô<½@/Ò\z‰æÑ|Z@/ÓBz…^¥×h-¦×i ½AKéMz‹–ÑÛô-§´’Þ¥÷h­¦÷i ­¥rZGëim¤M´™¶ÐVÚFÛéúvÐNúˆvÑÇ´›>¡=´—öѧ´ŸÐA:DŸÑaúœ¾ /é+úš¾¡oé;:BGé§t’NÑiª 3t–ÎÑyº@éURUÓeºB5TKuTO ÔHMÔL-ÔJmä%ù©:è{ú~¤Ÿè*ýL¿Ð¯t~£ßéú“®ópÞ#xDÌ#÷(ãóË D}f‰ËYÀåð̦5L!“Ë\bI¾«Ô^Pæ°3,?Ë Ë”² ¬¸Tp–‰%.Î-¸eŽüâ‚ ”jy3(™Q¯ÍµêžÆ ÖLÈÑëtÌYÊÈÏäêdjÑé´¹¹ü µNk¶ØL6^ÅçÚ,‚É,ë5¬ˆ t²1á²1GÉ[ *£Ik44æ\t9whthŽA§Õ[l,×hË­L§çµlXVŽÅ9$Ò¦5ÚÔVs¦Á L4,Â@yŽžÙXŽÑ Õ™Ä±ö¬£ÑÈsÅ‹§à:és Z“Éœf‘e‹¥‚[”8g™[Y¡GàùŒü’‡]Æg™t¢],‹ Ýîü©…Qf» ‹œRaTÀ™²@Λr™Á"¸ìù;D&Ø]Îâby˜Î¤5åÊ;"ï¾Ñ“Ææõ»?oÜèIÃF2ÏÛ ³E‡ÓÅ žà1ß- E9W”ïr1­¨7iÍV.àæÜeŽR&Ó5²œUi2j­V½\!ÚŒ‚ÑfbY&s¦³ÔYàt"+å#›Ê‰ufÝØRVV"ŒŠ­Æ–(™>ÑÄŒò'Ç;Ê‚9W«7èC¹Ò|»Ãª2Fpä»Ý…a_XÌ ¥®(f00½Â`8ÑÚÉ`5dÊcµj-,%WkÎ5É8Î-*øN°† .W¡»ÄYš7ëT\a´Ë^X&+x"¿¨$;TÁ¸°h®,&”/–•¹z™£)ÝBÇì%\ÊYzƒMÐ3¹ž¹eOäÛoh@ºöR!ŠMqÚÝÙÇ9Ïç‹vw)çà™èæ yÞ­07sjYD”‰1ÝîÞJ:š8:³ÝÉþ¶£Ïe1îÎe§¾ 4.Åõy3gOd]Š÷W¼{·È ‹„De¯l;Ãé±öÖSó{1Õð g÷v޵ñÔ¶±Qá#7žýxR —5çhKXë‘9YL=jk}»ßaå`µ\ûà=‘|Ïg¿káXâÔúØæƒÓ“˜jÔÖÚÈô›†ìÓá¯Ùñh c©Å_i³Õ®ë'°LYÍ–a …ØtäùƲçŸj:MÜ^ß^½vˆ’Å<"SiRãÛ+ßë/cñ!±iéêæÏ% ÷aCvGÛñy̲DŒïh>ìNaÊ~ð`"ßó¡éKHe1c`H(˘u¤ÕŸ‘è8ßù•ƒl#ç=µ@χ ¤‡“"†®«öÖl9„òâøl>ì³ɬӣ»ø†}¼jتJŸ,,oG½>ÖaYž%M—©nwqݤd–\²í²÷ì’Àé<ñ­ƒ—¿Ätƺ>4oÃÇûø`މÚ*Ê_š¿|Ûî}ûw•¿4:–Éú®¸èîð×~2MÃXxoûüU[¶o_ÿöüçWo ;T–ÉŒsßÛ¼}ûº…%Ⱥùº&úk÷8º1Õ·ø•5[·o]óæÒ­gÚbÓ:ÒBª×P1•­ìMÛÊß|mÍñÖôöæogõd,ò×ëå[¶lY^’ÅbÚ9’xëë2ïñ¹½xEZç†ƒî Æbã[[¶—¿ö„IÉw¿r\ôV,± L=¼ü2»²qt㌯œŒlüxR'¹ß{fUÉ„É ¿jj™Ðo}¿µWœ¿jËÃ,iÌ3«>ܹyùS£’äé!7{jûxßåýK¦ ÉŽWêÎÚá3Êϵy/ïp÷‰C—×øë¿Zô¨9àêeañÙË«|þ¦ƒpw’RMíW´ú$‹æÏn{z´6NéÒÛõiCÄ¥Ý/>(IÌDšºwíæø£“NO m=ùN¾.šÔNÞVãïÑ|üÝ'z'‰ÊØô;§nºèæ˜jØûUrß¹å÷ȹ/š:îèÜváÃÙcE’uÒ+j¾ªÕñ:fóe¾æƒñï:`%‹Ü:JÓî«|Û˜qéyo‡.¶ÝßÞøÍÛ…6!:S›È·´÷¿yš[îlºU¾×OÆôüÍ¢Æ1,þúõßšO¬š»pÅÆ]{÷íÙ¶Œ†Æ2ѺðDëÍ]ZÆ6áWvN·$…Ê yÏî¸à{àfÍâÀ¯‚•¹œ—««n–¤\»ö+û󯇧§ëêj¼ôÂáƒþª9{¦âåysÿý÷9KKsÓáCž™5óLÅék×®ÝÜ'æc'Žûùç«7r¶¾ï8~ìè‚y/Žàr:nîscyîß~»¦º‘6²¿š»~=©n;çíäg ·_ÇýúØír{èªo76ÔÝ.¯Ú¶ycUåÅ«Wüþûö[ÅÞÕ¹3Ö®®®ºtõêOó»Uuò‘Àó Û¶yC )v«ôXFŸ”ÛabÝÐô[é«#ä¬Û­\KBŸ”ÛUCo›y=½/»ÝÜõnýÿ>—Ò_ȹmÛPùíšÛ­äÅñ·‹·“®‰¾Æoß{öå}uþëÚ.ìygî“Nç«_5þ­~më¹³‡%1ÖÃóe“ÅßxéÄáÇj½siØñ@8SßZ§m¯ÝUÒ+p?1Á§uíu›G(¹{·Ö†íý«…w[¾ž™ÎÂã ÷%y/­º±ž¶úŽq³7m2·_Z~gêäAy=ÅBFo¯×¶~ó¤õÜ‘¶›ß)¬Ž–¥Hn=·÷ÑFŸe–ùòš—$³ÎÓ5õòV~²ÀQà|uÿeoÇßýG–0e_“ºñ‹§´\Ô¸õ•Þ_Õ– 1L5`IE›¿£íü³ÇêâDÆEeÀ g[äU{çM´&)ø°c—ž:§jþÆ“Æõ|áD›\W°¯Qˆi9ö¶}¨Q)ðbâˆwδ…Ä4}9÷~sz|/Dôì*¯h‰ ñ×|4ÍœCb³G>¹í¼·s\ÈŽçÆ[Aݵװ'5†ªý–rÆ%ç}‰T¡êæŠr× îáB§Œáó¾iŠÍIèú—ýGÃýÍ_Ï1rqn>¹=?‘±âl[‡ÿòŽÂd!:!RHu~Êùk÷•dÈYÈÈ5>2.!!¾K.nòâ¹Z%°ÈqªRj¹ØkÎwm1êö†O&ÅsŠˆ¸Ä¸PA9pÅoBŒzç”®2µJì½¶¦sÛùÝ+ßX¾ó¬·=Uæ;³8à&º¦¥ÄÈÖ7Îzcs“þ2­ª÷êáÈÜ\NÃE}ÿ‚¯Ýï=9_Ï%;v×´·{«ÖçErãw6ø}¯Y8N _ñú;|uõ-uB¨¯¥Ù§ìî»°ú^>gþioj»·ÍßZ{ñÔ±‡—ãBîÿ .!EÆõz’kÜŧÄuMo>äf~ÞÐÎÚš|ñ9šN±%0ù3Œ±xEàÁ2qÔÆZ±åÄË6™0~}•«ßçÏœqÜÓ™Ó§jª«Ëlo;¿òÞ0®÷ˆ .ñ±mW|7"§ž¼É³«’÷Öœ<~¹•ÉdÖ9‡ê¹¶ÆËõÞúÆr,sÖ—Í¡µxÎòÚ)® XÕrdvþéïZýÿ›tVµ‚~Äò V·}\¸¬#A•²õ>5§{ù¤7´¥êlU×ôíÂ\_00†“ÿ2³gÀ/VW]d®@ÿ]æ3™,uú¾†óïŽäóÖ_júzÿè¶êvßÅõãcåJ>óYÞ{am^à)G¡äK.þ¬±jÓØ1puï©E¹¢2¶q/¿k1×^¿oŸÎ®/¸u3[œñEÌÏ;ƒ $ÈMmEÿý6–. öc AþÕy5èÉ‚ $H A‚ $Èÿ1®Å;!È¿‹‚ïe‚ü¼A‚ òóo‰¦¾ endstream endobj 703 0 obj << /D [701 0 R /XYZ 56.693 815.761 null] >> endobj 393 0 obj << /D [701 0 R /XYZ 56.693 411.082 null] >> endobj 704 0 obj << /D [701 0 R /XYZ 56.693 393.269 null] >> endobj 700 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R >> /XObject << /Im34 681 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 709 0 obj << /Length 436 /Filter /FlateDecode >> stream xÚRMo›@½ó+ær`<û½{lÕ&r¥V‰JNvãȆåïg`!5M¤ª½ìÌÎçÛ·à n“Ïy²º1ƒ•ò=X‰Ö •ƒ|›ô{ÑôU}ICi>Ô‡Sq®ú.vU´õU;äÞ‚ù7^ Á˜8§l›-‘|ê»â|h›eÿbhïOÙ§rHž†ŒL€gdV È´“è„‚Ì`p6¥¸ÝùtVC_ò5OžÁû ‹6(pA % å1Ù<ì8ÇQ/cåŒ ”ʲ_ÃÏä>¡‰$Z%/ ͳu@Av‚„üèˆcn„M&ˆ(½ë¶ÊˆýptUSV§ˆúW;²É^}uhÎU·/Ê*–|s`K†Ö|ŠÅ†¿YfdÁ‡-%j1òñœZeôXpáŽ)Oj¼hççàj}T¾´LÑ{’æ5Ù´'»X4èä…Ú¤õhM\ä'?¢‰%2Ñ4Šía½xþÎ$¡°m@¯Tœz3IŠÀ±~HŒbGb•S,X_gV¦·oe¿çTÁÌe8|„I¥X¶RÚèý;ì~én5!ñSþC¶¯ÍCã  endstream endobj 708 0 obj << /Type /Page /Contents 709 0 R /Resources 707 0 R /MediaBox [0 0 595.276 841.89] /Parent 691 0 R >> endobj 699 0 obj << /Type /XObject /Subtype /Image /Width 803 /Height 478 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 713 0 R /Length 41931 /Filter /FlateDecode >> stream xÚì\ÇÇ+Ø;öØc]c4±ý£&{ önìØ(* ÒA¤÷;ŽR¤÷£÷Þ9úaM3ÿ-\Ûã0hß|¾Ÿän÷Í›7ofw~î.{A (P @ (P @ (P @ (P @ (P @ (P @ (P ˆU~”½ ðåðy$Ö†¶Þ`¸ÅÕ|9`úSAŸZe‘mû•tFÔ²nÛgˆ fLÖr‰ªÆøtZ‹TYO|Š:)w2/<ÇT˜`ÆX•æê˜ôúDZ‹¼cøØ»ˆGô”kç~“ûiÖÙ§žZ5þÄŠ‘ç¶~«öÐFÐà?“L Æq˜RÒ¤çŠs»3ÃŒ±*XEÒ&´0Eô)ž~7 (3ð*äFž¦xþü±eÞŸþ6ÏxW¹Ý©jù:šBŠÉ‘ë›&Ÿ\3IË: 3{è–£ïžÇW¡è93/™¦>ôlã„{æ‹Ø+F±÷=:vœž9wÍ£.< Utʇ™ ]ƒ[Ö©˜pRwÊÂT˜Â «Øìä†eJ»?O ­Gž…ÜZ2ì¹üµ´ó¼ä LdRô~ýËë|¹ƒÂ‡0­IVq¦r ÜsìÂâ«öž½ÉW~ÜsTô=öh†™Ó‚Φèzp¶ë»g\×óÚ}Í~óû-×Ý~³ÍaÜ pËT1 ºaýÔ“©j{Ïý?Îù}Ç´ûŒ‚æ-úŒùÛN›¯{(ØgÝ6W¶·~™ñÔ,ìªc~‡ 2Oh J6¸ÐÂ$ÍÓ¥b‚©2¬ V±ÙɧZúÜY2¸ÑûÖßË|.ü姘l¦¨µ¹PcDZ±\d_Eš1íT®eniº~ó–+i|Õ Ëâ–yEÝ ÓEwßõ“3MÕvQ%ë–Žç ¯Òê°Â¶ÑvWpÌǶ빥*¨y넳*Çw|x[ïnâuÖ:C¨q§@×6`ÏãüF¥µÊk·$ЙǮãvä}·¤7¦µôàˆ±Q±M#…–±o ‰†Cêñû¾ Ãȯ*– ò^j;%ÑÃ9¤ÐÂ*6;ùtBë¡{>7§ÖLdy¨~ˆ}ò!òá?±OXÆ[|Ž «¹7ãéF©ê{Ó}ŽKÿcô\ù€¾–ò†-[åÔ-ùª@ׄ‘qYÃóq.¾BsÊ_¿W•ÐüjDßc­•§iî{ȪìÝ?ÿ¼+/´0ó>n’®í†mÏUÕqUŒ|KºùóÝïï~¯·Ôö8g,Ô¸s mãÏ-´nÐŨå–vþ¶—UQ':ôÐpuF¾ŽmÐÞGÙu„Ô´Ôt?ï˜×¦0ti±oG¤~Àª¿õxÄ8c›‹ot Û¯™\Jd»ÐÃãW%n¡•Û> Å¾ñŽh£”yâv¸ã_)û$C:U»tRh‘O¶«Ù§%”1sk÷©Ð•,˜ØìknÅk}×´Û6I˜ )´°ŠÍN>ÐÒuËçæâ‰ÃþdþÉñù'öÁídýƒ™Á'GÆœë¸k`”ÜÚá±%¦»“”öm]{ôš_]è²0ÒšTVþþ»EpU„ÐIÒrMW|è»_Éy q½kË-¿kNyº®©çïy^2ôØuÕ~ó5×#LL’éº&ŸRñ÷}×ÍprÛ†Û;³¡0Æ›晑¥ôØoßMüÊuÆÑfc×´‹ƒd%Æ¥ vÓÒþ7¶~¿MÞ§ä*Ü•vˆ¬ztñýÃëWeµïþø³ZOÍó’cNSBÒ/«»éfýÕtôÏϸÐ:÷€!ÜíäÂRúá ô_ÕOµœws ­S÷]¯D¿ýðçïu ïÞîÿ(p×M¦E¹Óap -¿f¡õ÷<·¬‚ÔKê/¸…ÖN.=søY”¬W¢3À!Gý™×Aër\s×g^ÕO-#‚·Òdüf—£EÏV–ö=­IÛ¯îv3âuS%Îÿ_§DQ >D5Äúa²b ]uÇLRhé¹Ü0‹Û§LK$$¦µö©Ð°Í¤ÐÂ*6;ùtB kKó§O]ØÿâwRô«ëC”7î™k¸gÑþYV¿ûmÿÏ9±îÁþ´ø¤èÖÿ$´:t5“Ϊ¶­_¯:í{ðÒ*”ªª¸ïkY%7+Úo½å±_#.›Xé†.[®8ì7+įy¼-¸®ì¹ŸËxëu—7ÝöˆgÜ&Ï›]5Rˆ%¹,ß^õ˜ŒäM:ÿ½Š[°.hì£tÅy˜QEj]§­W·^s¿`“¡Ö”5ë=’ЉþGÚºm¿ê cRøš#´èÔÝñSt’RVp°nâ{Bá¤*·­³‰rªŽ[®9Ðð8¡?õg¨±Ë.utT‹GíiÙå¼íºË¯·ƒoØÅâZ-Ïh¹2‰ØGåJÅs ¤^QwlùƒÕUÇd9âáªbo¯]·ÜKðÏu/öh2oÛDìL»vÐÞV‚tÞ©ŸCHÏdºçNEÇÃVEDX¯u]vS±×‘C] B5qKš‹ÆQ˜²JhZ˜âÂt¶‘»VEƒëë§Zw3…rÓÀ}ÿ7½Ržó’_ª#»ìÈ¢!–ôQÝ:ý¶âéô¤`£G;öí_ýÓ&ªêÐ¥pH<£Ê}Ÿ«¥úÉj…äZÊš¦«<õÞcZú»óš‡w{xUMÛ`,¾gYmÆQ¡Yê2ä•é2d­¬ûª y¬SéJ&"\¹Éª¾`Ôržû/ËÊ6zÂØ¯—p»)!ªO½ö>+Ûú»â®²Çù§~\Ã;S»õP°ÉL)+ÈçW¥.¤ŽÍ¯{ÇZŒCêê!Õ 0Í\¶s©£#šÜBË—Kh¹7ODz‹=H!´‡ï£tpD {”hÊiµÄR}PÅs·NZÑ;C ‡ÍWÚ³p‹wŪª^›3Ì•vku',Hç=ÏÊðZWj¨ºŸ·Š;¤@\Ñ˰s原gˆUý‹2èÂÜwÉ&…Ö‡ ŒóO"›obZ+‘ëÖ!¶‹´!…V±ÙɧZd‹BÙ¿h`î±èÇg]U÷Ý“ßst÷Ï·.Ÿö§'§Åý¸é—ƒWõnÛ§‰¨]û>¡õ×»·Ey…ö6>²J61CA‰¾‡£‹*喙ËÛ`J¿eìIéJ/ôšEèþ;/—•p4ÓïáVn‡ŒRn Q1i ãCÕU†œ1¯ÐáÖNHJ1¡µûžŒvbö‡æcBËyÿó2â:Wc W´ŽSjÂ;ŽÐÚ¡žF<ÖåkH?¨ÉwE+"hÚÓ€~Ô,í¶}úmÛ ¡å|Ð(b?¥«Ð›–‚ðTåZ×iW"ß •ÿüÍ´aì×jÊ0WÚ•-1u×JyF-ËØ¡eïºC‰bˆU¯YŠ2èÂ< åBKÕ.ã”¶ËÃð*´}Ê-ßÒñ¿hÙB «ØìäÓ -ü§`ãÚåêg6'y%ºÆ2 íR˜A) ÉéÌã¿]·m·ŠM²ˆêÐu°cžæºu¸óŠý–k.»oûœz¯Œíµ‰æ^%¢ccjÁð ‡é -ZÀË)uÇvLËÀ‹€b Ë€éI5{˜Þ€ÐúœB+#-Åîlýü`ØZšcóaëy“Gù†^…@WBß=Y8Þ…ÎyìL'CHd ³SZXTζù¹¯ÙoÞ¼l&`óaûãî×ô@Y8Þ…Îy[G[+H$2Й‡ÉN´ÖúO„–Í)-%±¢¼¸ùõ’ñ(]±`# Ó[(Ø™îäy€ä@:õ0aª¦£ - ³Òâ²ÒbàfÏã¿ÿ‚Ò 6²0½…RR\ˆ!È@g¦Ž&´¬Ÿ?+-)>d±EùO(]®`# Ó› 8Br ]`˜: Ð ðqè:)´þºØÈÂô¦·È@¦(´Š‹ €c7Mþúã?~ÿ½}`gÐŒ}Šß¶«å—ÀÛ÷«;½Ín?ŸØÈÂô¦·È@¦(´Š ó€SJ&¸Îzÿþßó®"HeE?4è'ã¬Wä–÷µq†² GôÀ§hßÅwÙ”–_:IªÓЀ]¾µØçº—G‡¡a‡‚êÿOldazSçCHd  SZ…yíFfÐÓûV±¹íjÙÈOò¼wêÈ-Ìÿ$Wÿ¿©àB Ó>¼T2v kž]ÝŒ_´å¼iTå[~3.^g?ùaÀðÿ)û¿jÚØ{m ê½PÞÔ- ÈÏ3 ³þ•åOc¢ .´|j°ÏõagG¡QgÂêñ\e=œ‹ÐwÖåïZŒ+ìV 4S#­ñý»2ëïš­™ñZˆOld;ÇA÷_ÐÎçCHNG 7ÚâìÆM—Ý3aztÎ4ó…Öyyu¯Ô\ñ‡© ­‚üÜv!/Ááâ’>hÀêû!™ä–üTOõs†uÇ#é3ï’_&¥eG''Xu&êöI2ö9ÍQf¼Ë!½]sÕ6òRœŸšºÆæ6oÉp;3µ÷àuú19íÓeùÛ&¸Ìzû–‡7¥ø >—¿¿¯»£‘’̌؊~3º–ß²…7u…yU¯¸¶¼Ê1˜z­£U¶j 4$àBëWïjì3;Y}F¯Y)ØçÆLÝo0¡eUö¦Å¸ÂZ34RØœašõ ½QˆOld;Б%8“ÿ»9ÑŽçCHÎ'ééGå{qê÷‹uZ›Ÿ`ˆ;äš`õË4ù¢V†© ­ü¼âÍ~Òrá¢ß˜oÖÓtÏbÙDv°ÆÒ~C¿?oÙ´1ÍëìÔ뛣šfŽ6–ö/Ós©,;<Ù/‰ybœ„}Ns9$¤¸¤¼·4Úa¾2ýÕ6~óí ë„ÜöéòÅ»&¿¿ÿöÍ^—Xá+øý46gËëܧ˻!é/k_•x_Ý0gt_bÊôšq.¤3`ç{(o›=DWÚVÉÛ¦×ãSÌj™¢}·z°¨,Å÷ùª~æû¯¥ûJ¦’c—Ÿ4O®k»±$àþÞ%czŠâ£t6•Ÿ×UñO/Õ‹ð"½äBp _^1äVÍÕ ~àÔÿ3gV¿nn¨ø…Æî…#{>¿?þ$ŠEîª =;:MÄQI_ß ÍÑJo¤êc3õ ÊSq¡U…­t—™¿×£ßÎÎ „–eéëãr\h©'77ØÈòwnì£E}}ãeög?²gò7ç1„œÉäðΩ’ó+Å¿ìéGI­MV©Ÿkz Üf›ú¦Ç'âϽ€Šqpå%˜þÔMS|‘—•ì®¶ïÛñý8÷SÆ-ØzË;Uø0u@¡•—“ÅOv´>ÖýÑ{t,mímÌŒïÉo™Ú;Ë»' 1晚œÉµ%3Xm6ê¹Ò8±UËŽOfÊ l<Áû’á§8µç4E¿¬wø¯3BÎUç´OÖå«ê¤ÐzÍÃë⦜³åM©ý½Ðà}~Õì\>Í”7sóöaعD•½~à ½8õ˜yH×ÅßÏñÁ®ñ˜ ¸Wû–°ì±B70:*&:*>‹%ÚR|Ÿhö…ç®nnÎ&7Ö Ehú­ø:"Èê蛳%Р•çôì gsëÄê·~oÏ@Ýg1ö  r³´ðÍkäË@SCf4ÃþÉ-0©¸Þ$ƒ0«Žº>K ýß#gWÛ‡'H¢>k§ã»jB¡\K:©¤B+­±Ù!O¹š«gBË«Š?Œô&¡Õ²±Üf9!´ê‡‰ld…ï__ùùJñgò§ŸóB·drÆìѵ°²µáàè“ ÉùÈ•â³ÇŸî}a"&´,S>Óô°vö‹ÏÉéT ܵ€¶~peƯ탦ßHˉ}òs„¤×œ¹£ÿÔä‘ö­Ó{? Ë>LPhåfgò“¥¿¡iׂ28[²Ãî-ïsHÍŒ²>³j†´á¾ç”#N©˜AF˜ÅùõÓá¤Æ.;jŽo|qcZK$RëÍ’¨,Å÷™nz`ÉäáRä…‹Þ£í×öKk;#ÊáúÖy#‰ËRãÖkdRùÉJðVß5DOÂ˰y'S“êopô»qDP'ÍÞu[ö$ß÷|ˬ­ÏãšôŸc¼yôËãðlÜ TÿÇOÐ3r©â|²3vò!Kdƒi²ª'¦²°ÏÄ®æ2þ¬{:‘íÞkM9Þ"íùfx¢•%ûÔ]“²ˆí¢ÈÅõ{OÿîÍ›W<¼.²ÄVð™j‰5uuUE™QÎÛÇ 4h½ø5;åþ,$¹‘^ÙdüºÄ~ƒš¥‘Ô@n© o܈©ÿô–¯r¾Eèí46V¥ÌiS_4ò¸‹«#T~ʃŽI£A; _ñu¼¾Ø¿ï‰ÆËGÔr’>æËièUîóÿI¢1¿…Õ¼zSL­—5ä®JRh±òQ ­þ¿z²øÃHÓÁ…–EÉë–e¡UǦY÷RÙB|b#+êxÇgÈâIÃû3¤ÿÔ òÊç¶.§oºåNNã̳Ã˦ŽèCÎÀWÑöLÉj>©¦ŸÀ‘.8“³ÓBl˜Ð¿þ½ûÐ9[U8-~ú9!ä|(p2l‚ú0ÿ‚“ÓÚJA†žRSžê)ìÓ¼p¡µÑ"™òŒ-ފжéÑJg…ŸØ“&b€¸‡XhüTš6EÕ^ ¨ˆìqÒi¸RRbÖ­—™)2Ãð+71¹ó“{˜: ÐÊÉÊà'3Rè~`:gKvŒÁ=ÑÀmÖÉé~¸|šzDû™…õ3FLVÓåÄDÔ}ê.ec;›Ç76FhŠ‚GRaÙ}±’ƒ›«»›«÷K¦hKñ}¢¯éš>37º'÷Ã`„&+x&A&¸ŸûZ øöˆŠá3Sc­;ú> 9~Ò}.NEÝ¿> aéäìøLG×:4“?16{G"4lõo÷Ÿ>{¢uqË´îØpÁsËx‘”Md¦÷š§ D*Ü~›&¯8­nlúHeßìÞHr¹Z^QTyPÒ|úþݻׯ^ñÐXd¹Œw† Y(«VÁ~õºž ?Ó+šŒkÂÆ LÈ2Þ¬Ï`Ézqh¯^ƒW9ÿ’ÚD+çj¦î:,'}gþ"¯ï™VÝøŠ?ü!5¤ëÌEh‘q.[ ¡†Lýù-4Ìb¿® >ƒ ­S/«É]å„ÐÒLkâ—Úx%Lhíôdñ‡A­eÅ\–ZãBK-©Ž3L³î¥Ô ñ‰¬¨ã3CŽ?4{nñäÖίpµµüømÃgO ‰ gi\IÛÄô™¡Ú¹ucê³ê^`¦8ÓûHœÉYéÉ^†ºÍíì­Œon‡ÐÄßÜÒ>ËœÇr>$“3õŠ_rjf:‡lrÕaþ¥%GÜ•‚: !=¥6~ª§¶Oõ< ­çIÔgàÖW„6OV:+üÄ.˜4Ä5ÄBã§èÅÔ–¨RÛkqpdEè¬èÕíüØÉ Ržß õ_­ÄˆK:?¹‡© ­ôÔd~RBt`Ý¿èÏLŒ p1¼²û÷Æ€OBÓ’¼§¢Þ«bšŒÓÂôVöFÓ.{$“[¢ŒÖ÷E_¡'}zËÔÀ;ØJ6ýºO V%âÑ)4|·E,WG¨üDÛì†üd’*Øw²b¨öòžhä[&¹%ÉçætÔíÛGÑ|fTqb±…íÀÚX¶uQ¿nSÏ82EÚ' >=ÞNv±¯)†¨ÇØìëkxgùwá¶d†LŰ]Ï9Þ’µ–÷FÒ²NñÇœÇr>$“ÃS&_öb’{…æ_\rÄ\)D„!¿cá§zÎòP¿ŸLãþŊЖé1ïAhR:Ë}bœ"ˆkSXüB7R®Ym‰ŠÙN ¨èƒ+=51äÞ’ÝæÞH$¾Æ¿ÐÞ=S¡n#n9«åð2™z˜: ÐJKIâ'9X›¯ûƒfmSrˆNJJKô¼ŠçüIt“1Óéðhvûozû,c-vF£82ñ*GÆ`êþIwG(ýÄ1n®ˆý3sêÚƒ*Ï|â“ù3Àt<4õ^kÜä-‘˜'Kõ£øÌ¨üã{"žü‚ýó’µmÅ>LXðiq¶øÌßkO~4$f¾w²à®žqHEB€òLlݽF@¾ ¨ëbBëíëWl ˆ\#¥žÍ¿«>‰ ´Š¦-¯ -×öBÃdÝË?»%+€Z!5x«ÿõB#ûTrÙSúi¡*Qã„æè¤ÕŠjˆg³A <ñ²ŠýªØî'ìãq_gWŽåz)4êdpV+Yk’Xú8‡Mì*w&„VJƒ°>òP‹ ­î,þ]•‡‡#ÉÕ¦Ùuœ- Yæ?J¡Á{}Y"‡éYáÇûÔ˾‰ü8ÓAV ÝmMXFšÿÜ;)»1Ï /nLÇÒ¥”Іé't&§ÄúëŸøß é>ÝêÙðuæ­À¤Ï1ç1„œÉäŒÙ§gimgC`G ‰OlnHð0ÿâ’#îJA†@ü"Œ)NõÔΙ®ç¡û/V„6L{׈Ķt–ûÄ.8D ÷.¡ñ ÛH¶DÕN h+W’¿ú‚îÝÜJj©’÷ÂNëüžåãº#‰qïxÇ ¦)´ùiµƒ£“W@xró®D"磛¶0ŽBÝÞ´rs¥5A÷ ŒJý –±V{†¡‘í˜Dld×…sw„ÒÞÇ(_Ó›¿Û!éMšA‰<`:ó¤Ù[¢71Oô¢x%Ò˜¥ìX„0÷£öš‡¦Š´|ZœÝ¡‘hȯ–ñä×Hbæ{ácÁ9(lâ… <—7f ~ŒÏT `¦Q'oÜ×ïh½jlä]hA^*©käßU—|¸2SÞb\îv"BWœÑ¶vuww2ÓÖxž\óY,É+Zr¡ÕD•¹I Y%¯gÇpwµ{jÄȬ£ðS—îø@ËœñâåK_ÇÛG ^«Ÿç5v üþ¬–%aÿè·ïú¡î Õâkñ½¬ËØz:bý5Sº›ã£Ó‹û É•±Ta»jâUf#4xͥǮ ºÙl<æh¦Ö Í7 YO#4ö€IhAï®ÚxµE=š¸ùŠž¹ÍóG×wL톺ÍW‰®=LØÈ ?Þq¡Å€siȯÖQ„e¤Åæhü)F¼ày€é“ÐÌ6L?a39Ñ]~vîÙxõ‰#Ýñ‰Â, BK|Ž9!ä|È!§J!‡ù—1W aÄ/ÂXø©^„s&ZOcÿÅŠÐÖé!²³Ô'vÁ9 b€øv _`#eÚU;- ¢®d¥yÝz,¹çŸ"d6Æùß_Óu[t÷E²°aê€B+59Ÿ¤—Úó±î_òIØ•àŽç|•aTÓ–”Íïz¢ÁÛŒ£’>»eŒ¥ >ëlãñ*ZË{¢á»Í¢¹ì)ý´í/Ž_ßð‰ãÞžúpeo4d{SůøÁïÎ7ܪnô/V„¶f€:'vÁ¤‰ ®]BãÞ)ª5¨-QµßJyp¥0=§£Þ˵B9ÆqNò?­ßwAUë±ÑãÇš×/„ýCw³QH²°aê€B k—Ÿ„ MbòxÅ ìŠçä<‚{cœŸ±Ü3†õ ß@9záQÛÈÏbe¹›˜u±MULä~œ>„øÛçCæ¶Š¡ðcwrÉHÎÅ…~ã—ÒñŒL3Ðâò/s¥‰¿ F}GLùþtSC­ÄE;3I¢ïjí€8Â&ÖçÆ¼hÂi§(Ê~Q㮵oѨÞd¤’C',ÜgH´ï¥ñëÌAˆü£ûÝFáq¼™‰÷7•_Gzë=rÞŽ›¶LaÃÇ—@. Ÿ˜âW´Øl€‡Ú¦ Pÿi¢zÑu±‘u¼óÎX‡ƒ„Њ ,ÃÍ1¡5î$=†c††ÎžMÎÎSÖÉ? f6Ÿ%Ä›~Bg23œ®¼}îò¸C=û ÿz«^ósÌy !çC29üe¾v0õaþ¥%Gü•‚* ÁøD ?[RÚÇ…>;ºxX¾ßë…ÿ›¡Í ŽŸêÄ.˜4ĵKhü”¢ZƒÄŽªÝPʃ û‡Âù©Hr¥nPÇ8>ÚYy9/™@=‡LýþÐ=Zt‚ðaê€B+)!øÀþ­óû»w¯Ø µMW´:m°‘m‡çv;÷®4ˆèZÓ¾}·œ. dàsÍ87 õYý(8îㆩ ­Dfœø6Ѧê@gÁô©éû÷ïÙ @Yµ¸3$–qy ¦%…w­i/x>qv…ätÄßÏŸ™~]€hÇ3_¡¾ÿÓÿȉÚ…VB|,ðñü™éï ´º"ØÈ¶Ã ‰q½4õZ©Öµ¦}ûœ!9]ÈÀç!ÚáèXÔoÃã ¦)´b€+sZ]ldazSçCHd  SZ̸hà› ´º$pÈ‹žöHd ³SZñ±QÀ­.,´`z‹˜öHd ³SZ Ð$]Uht1l-ÍÝ]iYi"Ï(´þ…¢€,ézÀ¬†J×+ïÞ¼ÉHKqq°Ë©µþC¡««2=-ÅÕB  }ih¨/))²µ4¡Ðî”–u̇áAhB „-Z ´¡B „­Ï"´ê+ã,ïè–5´£eפ¡Œémmxÿ¶Që“%¿6ÇÿÙý› zÑ•|„VçZ5Yžª?ÅùúFë#,*ó’ÃKëš·°K}ÎÏë‹ú/V *c µ#Ðâg£Ògß<+ìJ>YòËh›¤°-R¿¸–~Ì0u‰< ´:ЪM5Úõ½KÕ)%êR‰pKvžÙr ÌõÈ-—_jboN%œy—YÛÞc$´ÅÎ)´(’/Dh‰?L]$Ï­N ´ªcnMÒâˆ=õ-—J^ú%Tгv ³dç=]Š–ãºüÚrÇô^Õ} ¬ÅN{EKHò)®h‰;L]"Ï­N$´F d±ë«óÞlŠï±Ê¶ˆ¼ä•í®ºs¾tOl[·!37]sʬ¦º8&ܲi9n*ÒÇ+¤Bm¶ç]™¥c¥HÉ¡æý|3´’o)¯Š½1ÿ6K#¹¶í-6”xŸ]2¶?yí®×ˆ9›o2²ë8IÈ +íX0ª7±«[¿‘_¯8ü,½¶ Ýo(ÐÚ³@º~MpØè~ˆ[hQz¨J·¿¸nÚ@ "žaÓ7jƲÄL©¡EeÉŠº¿cÉTé>d&úNZsBéÒÎ…#{a_$†ÌÙy/¸¤N,#ûu'¡ïHe‰-ÇϾ%žà9@!´œ×õ¢*ìóeøça‡ü*ø„ulB[¬/´Ý@Ü›"£jðÔ@quRh—9¯'…–M¿ÐÑÐ"¥š0¡(ÚC}¿Ü†¯9—oµÊ®ÔoBëò -±-9£Ög³kysØ}·º•‰ï'?ÂG¶µ~a`“ø2©(+-ÈÏs²³ÎÎÈèB‹AsÎHK-),À̰5Pä3Zµ9‰;C=¿ÓMªc7Ô&ÜE|]|Ã'Ÿ¸ÆUW’’TT#ØŠ(ËR'Rˆ,ÕO­Ãï%UÕó ­š(ÅÉxÝ›ÌÒëð[o»šo½5–»ï€™¡UÅ+´ÚØb5Sõk⎖r|MCcUø¥¯8B«&N‰Ø!ù½FH «0ðÊ”f!!f÷kÕ‰›Ý(¿,ç½õ)ÊCuAf ¿¹ÆŠÓ]փȽ\Ì”–¹ní‹ï›¯“ÒÊ0‰'´ÄöÀ#´„lký¾pÞ½{[X‹é“®!´¬ÌM‹•%ÖÃðµIÚK‰G™îp*¨k¬Ïu”ÑE/)Iü êw„½ùJ„e]ê£eœÜ¥öïÙï¶…¼ËwM¢Ö·=HƒÞúvãy˜¼Àeç Î}¾¾ý8Ïb“÷±Å2wò9÷S|»dæPέÃâÆºL³Mø3N 1»_Ÿç¼Ošc%Ù¿_O®ø©=°ðg¤$‡›4q$yqpÒåˆj1SZw{&§«§×‹°Oh5ŠëWh Ësëý¾l^½bcZ Ó']ChY<3)*Èr-K¨Ðb7T¼85†|•¨r þtMu:íÖöù£87 ûŒžû«^|pW”–5iVgWŒ%wHMÚþ4­†ïæW}®Û­MÓ‰ Y½†ó¾¡¡8PSfñ>\Ç ?{­<óޝ6µX_诱{A“1ê5xü7n…â÷¼Ø• ¶7ö¬]<ç›…+×/%¢˜p1¢ª•&xûžæ|}Ë\é^ͯ§˜ûóÐJQÊ_\Z5iG¦ôŸ´ò„QLE½Ø)­/ÓÞ3koà6F©(K1…–¸x…–°<‹Õ/àËæÏ?ÿòÜx§ZüÏeulÚù…Ÿ­SWž–RD¾ ¿&Íl~ï´û Ó<ø¹@¡Bë_RŸùd1®­úÒŸssȯy p -Zÿ’ê„Ç{ŽHÞìê9lÆ:¹g1•p9 @huE¡-Z ´@hB „ ´@h€Ð¡-Z€Ð¡B „Ö@CI¨þù3a¬ÿ<’ºlÚÅm;”CX|Ÿ;iZþó. ´:¼ÐbWDèí›?‚ø±›>‹”cª(,Y!gHÝdžS×ÙæOmŠÖÔm¥}é ñ‹áýw¸Wð}î¤iáîBçÀ—-´Ø•‰ŽÊ2ßMØ o¹ï¸ÅÛ­Úñ'iX—'£Þ ~{ââãëÉðNfQy®fêm_ø½‚Gq-Z‚Ýé´Óø‚…»ô…âüž\uLÅÐÜò¹áí“kÆ $1óœGQ}»ÜÌJ×›‡zýèPÚ…ç­Ï ´ZOhU¼”‡Ðøn Í닼ÎN¤×QïR6öµ2èôh4êd ç9™R§u½ÐœÉuœÅ4‹qkËì!XÌR_­”³N®æ_mïÍjéWŸÍ®åìštã­“×ÏzŒ˜¿G'¼¼¾ÙRòg—2<†|ËëçŒîCTê5]Žh½Õ¶p]—ïwïÒ1’DŃÆÏýù&ñ„¨^PÄSŸã|jÅ4é>„/É1ËN˜2«šªJ²:·z‚¾kдųûR(Šº<Ÿ»»ŒìIļâ˜AX9yAF´s¾iÈ,Ý·“š°Ù0¹V„[BK¬ìQ¸=¸¡J‹õ¹´³+gŒêKÎS×þf])Øîéñ‘-^Zí%´Ê=e¡ž?<Íá½xÕû|moÔççV–HvùËóSQµ}½íïíÄ4ÛôQ,A¡Õc¹Ö‹ˆðˆˆð˜ôòv}eŒ™-Ã×ÏËáÌ„¦(FV󭤤<›)gJ÷ð¤Ù8†5ˆÓ»"ôêLL¶Ì;x×ÌÁ…n«%3JŒ…^dHúˆw9çRa–ÙZI4úLH¥(ç‚Fõ)Ó-…Ð+{"ÜŠ—=QiiMhµŒumšÁŠžhܹP¥Ðú¸kº ´ÚOhÕ¥<ø¡iʱB‹©6¡wE ­ª0ùq‘ÜíYÑŠÐb¥Û]Ù‡¥š¢àWܲÜ4”^œŽÐpY|cm’æl$±ôqV½À½âVÑ0Y·Rq/ ™JÖô@3Ôª‰¯%ôŸ%ÅZâ´Õtë*PÈ­+ê^ˆ¯bÚaBtø¦`¨nf#ùp®™Ôg?_'‰F|YÙ ¦Ðbç[®í…{(Ó-©L¶»µ-â³XÙ-eö=O‹|©¨ÏµÂã8Ä×î[‡5ÐbMW„V»¾Þ¡¡ÀõÄd„$&ü¬ máL§Yé^úer7„&§pž¯ŠS™…ÐàÕ íétºÙù™¨i‰l(}qv"BWœÑ²¢»¹9šj©›'U·"´j¢®MEhÂ^M'ßÀ`wµÅÝÅZbµÅy{äÏ7L\\žªÊÌêÙ¬({!V<üZ¨"ôÊ üõ«Çî[ÒÜÜt÷Žú0|EÈ%L²ŽXÍ„îf¯z±’\ù0©–-®ÐÂzí/7 ¡!«äÚºº¹Ú¹fÔŠp[Ÿùx1BcdMBòj¹?‹“=nE̾?F L µòax<4 º«þoËú¡î ï·³¹»À±h±¦B«½_XÚPüÒàÄêiƒº‘Mý³¼IxY=Ïßì[œ^1–üKz$5bêòS.¹œ×AÔd2”·Í•îIìê7nÅÅ ŠV„VcCyô£ƒKÈ÷ ÔkÀÈ9²ö¸¨-´Äi ¿s”d%·ê+âõ§-™ÃýÖª^ˆ ªËó»·§©–D¿Ñ3×]òK1µ9ªÛçÃaì·‡—Ö K •Ðjî5áõ¾H|Ó…[v]‘ç¥ïGöì·Þ¾„ç³xÙ£t+rð¾ ‚2-TH¡5bÑÂqľA3·©zæ× t‡/c1Ðb&¡õI~‚§6Ûde/4jŸ9“Õ5î­tœ÷ˆì6Ü\†¡Õ5ë°&Õêø\)„º˜µjzX%-„B«„N}UæKÇGªWU³jAh ´Zí(´@hЄÖ#´X öŒòïÅê²i·íPa‰°é 4”„êŸ?£ÆúDþ©R!>õÅÁzçå´"«àP@h}‘B«¡Èçæò¾hàzÃâÍŸ<¿hLaó µSEÚ ‡ ¼úŽð„w**} CCø´Mtýû§˜„VçZµ©Vô¾æ†{NuAeóéàûÁ»$´O;°/ZhU%ì_:¾q4 žµí®Qœ¦@h}©W´êY9™åuê‚Êæ Z5ñwfôšy—Y B«ê ½Ü5´÷xáªýëX„FŸbÁ™ „VçZ|‚„ûèêsœO­˜&ÝG‚ˆGr̲¦LáÏÕf1nm™=7”új¥œurµ Ðjƒ7±|ªt_²‰3¶^×¾.óí8üm߃gïÔ +¯ol¥:E„D¿šËÄ+‘Õ|1W%Y[=x¯ø i‹g·¼W¼&ÝxëäÄKò{Œ˜¿G'œŒAD[ åÑ—ŒêEì^¬À!´Ø%ŒÝódä7Sµ•ïqyýœÑ}ÈÕO— d‘ïN¾háxIòÏö–w§ã/c÷¹»kÁÈžDrV3+'ß7+è‡*“T]¨Ë÷ÓYL¾æ]jÂfÃäÚ‹6ùJUäÕ‰¨÷g¸s B«ë-rqŸ¥`æBwu0ºöãP„¦ßˆ®pRþòüTÔcÆAmG_oû{;ÇáfQ,^uAaÃiâ¼¹«»›¦ìdü×TV+èÙÐ\¬Õ¶Ahò•ˆêÖ« ‹è×&Aá ¹,6Ï\ä/åIoP4r¦Û?U‘™Ù£YhÕWÆØ™Ù2|ý¼ÈL@hŠ"!Ò¨Ûª‰S™ºÏ:õÄ=ð¥?ÝÜÌ+«N”Ðâ¹ (ª­™r¦tOšcxQCó¯j>§Ñmžù¶oó¯²+ÃgJ ¡k.=vp±Ö>>_I­~”R'ÔE&)ºP~}–ôƒœ® æ`ªoWù1cÑ&?BfiM¶µÌ¨žSϽ(eÙ „V×ZÍ·«2/EèMþßfØ®—B³Ôšî…•¸lë‡&_‹ªáR”6¼MÛ­“DÓ”b‰Õ¹>Óx "ÜYÌê<мuÈηXÓ =Ût݆êÖaCžÅŠnh©I^ƒ¨l°üJ£A;ìóĹuHùô>e[BnÖçZmB£NU6°‹ì7öAÒG¼Ë9»²ÌÖJ¢ÑgB*…ø¡Êd‰°.žGõ)g¸©óÓ6?*+ÓBf\ßé'2ëà4B«ë ­ÆJŸƒÃÐ8…P¾»‡Uaòジ۳‚K]PÚð6Q|f qÔ¿‚ð\æ±sšr-¦ZÜê<ŠZU¡çÆ!ÉMôRaÏh±Òí®lž;ºo7„zõï8bOT6X±Ú?F¨ïÌ_äô¨ÏwWž¹0ìõm“xþ©½2¡>‹ŽÝ·¤¹¹9èîÕtE+êÚT„&ìÕtò vW[ܽU¡U›nÿ@ËŒáøÒÇþÁ¶¨×*s¾+0ܩྡྷ%f[-âŸ7£»»;+mŸ$úþø8•¸¡Vri:B#Ö_3¡»ÙëŸ^,…$W>LªúRŠL ïBC©¿Ü$„†¬’hëêæjkläšQû1cÑ?¼,PêqhœD¿UdwZñ=ZUI§WŒ•$›•1uù)—Üñ…FM&CyÛ\éž„‡~ãV\ ªÀ¶×y^ú~dÏ~ëíK¨lÄZâUç‹°&åÙ‘ùCñ¦ˆ¹Ç%|WNêòüîíYB¾pIô=sÝõ`ù¢ƒG›¶£^FΑµ/¨Õ+DqåX)Ò¾ÿä5ç¬SžèæME‹ì¯­¦÷`LΤþSÖœ}]ÙÜ£ÚÕís‡wÇß«0öÛCƒKë…Þp¤Ì$eHcÂ3ê9|‘q+¶ícÑ?üBëàXÔw¥n"-Zð[‡ ´@hЄ-Z ´@hB „-Z ´¡B „-Z€Ð¡B „-@hÐâOT9ËÂ-â¾¹¯Æ3 Ó œ¥[DY έ(´°eÚ'<­¤²¶¬ªètWÖy‡¥bƒg„VZ÷Í}‹+kK«êNJQe6ˆp6@hu@¡¥ņ̃”Utj°A„³Bë“ ­jV%ÖkÑ”•76²ù„VIeÝ—EY–•üÖ_®¿Ìé*=¡€ÐúÔB ë2ƒæ¬xù<7/¹Ñ]øÀÖèâʺ/‹’èË“Q¿­ŒŒ®Ò#Z­Ï ´®_½øîíÛ( ¶ ÓZB«Àâ—aÍé1pÂÂÍ—ž„–С€Ð¡EtYñòùDÒ€OhUÔ•ç.AhÌa='''#ÍK?M”@½–ߪÄ÷v1Š£.B+½«ô„B«Ã ­ÂòÚ²LhÍP )®Å¿–׿F¨NCh²bTöµ8Ãúêæéƒ%°>Jÿá¸iB6¶±4ËüèòÉ#úH}ï=zÙø¬rNõÂ’lG¥_çJ÷$ª,߯œVFl'jMÑ—¬Õÿë-çÕ¯m_Òs–ÃêžhÆÝ„\ê¨@h ´:—Ð*Hz²¡1g‚²ÊK¿MA=fȨÛ;Ñm”¶ŽChú… òÂâx¥Xy}+‹Ç k†"ôõ…—Dõ2¯‹3%ÐÐïå Lm,ïž×I}¯ˆKN-{†Íó»&biøýY]c['#åm£šx>4[|3ѱMÿí¡›½­Õ3ÿü|J¡%ÜCN¨Ò4Ô}úQC[Ï@šÝ³G´Œ\>¡Õ. ÍµÐ¢Š „B«Ã ­LV5 ­àâÚ¼ÂÂè—tÕí˜$sн$?Íz$úZ9.3ÃÈtú¹šp1<»8þÖ Ô{S ±=/Á`!B3Õp=Ÿaûc4ü€G*Y¥4CUo4ê´[~mo­Äç?öFS/…TféÚ˜‹ot"KÄ536~Š¢.6 -*IîG†£A›,²ó„z(oç¹³Wp˜Zd.¡•N-„V‡Zy¥5y%ÙúKx;3ôÛÑi%5é¾rcz:`»[JaüÍé˜TpLªcäxîŠÆœy™^ŠU97IþϺ ÜUÊ »?¡ùqUy¼µÒ½NDÃ÷º•fE6[ IW} jÄ476> "/àBË5¥”ÚC^”êêÁõ¶á¬šc–~'í!WöòrýaBëð‹4rW†ý*LhÝafcŸ)¢¡€ÐêÀB«:¯$ ZãO{ø3ÜÌNAè«ã6i,lWºÏo£Q÷Åê>¾aM„0‹s 㚤B5î!Çgÿp4êd@:VW’ÿ³ÉÏ#w•V†ãBkžz+·a9L†QL˜Ùí„&\öɯÓLÜØø(ˆ „=EDï𜿴×:ºæ«îÜnQÈë¤}#äÊ^^^À±Ñhè~¯TrW‹Ð"¾ ‹ „B«Ã ­Ü’êÜâ,ýÅM¿TP}ÍÓüN Ú„¯ã9If+z¢!»i Åø® ân`RáGÇDòk¶Ï>L*œH+©ÎI±Z#‰FðL&w¥ëcߥÑrøk¥ùúĵ˜ðÉÑ'Þy⚉ù„Ðú…†…Gé¡…²Jsš­Y!¢‰!Wör â•f"‰E"Šˆ]¤ÐºÍÌ¢Ž „B« ­Ü’а‡?öAÖ¥e8Ÿ€ÐÀ%ÇîØÐ,Ÿ«(™æ‹” %Å®r_#4|õ…'æv6jGI¡ÞË4â3KÚYhåŠE)÷ 4zŸ–WV&…‡Ìh›[wŸ>§ûÑh6·~Žz®ÔK`}„ÐÊý˜ì•ù*ÎDhð 9}c'sCùiˆ#´¨¢¡€Ðú¡ÚîÀõ‰W®Øf¸C1bã§2ÎñüÒ=û®±Ž§ðìuyÙ)rXûM\uÌ„™Îç¤}#äË^nœþ‘å£{“íK ›üÝËŒ¬bʨ@h ´>ƒÐr£»`RJÄOðx0èÂ…Й¡€ÐúÔB«±‘ýå÷÷ïù„Vv h+bN‰Ï -„Ö'ZÅ}sßô‚ʬ"ÐIÁ†ïž¹/œ ZPhY0"AIù•Y…, Ó‘ž_‰ Ÿ•{$œ ZPh•U°0­ußÜWã™ÐéÀÎÒ-D8 ´: Ð¡B „ ´@h€Ð¡õ ­jV%ÖkÑ”•76²¿ô™S—M»¸m‡r "¡%X—4gªßß!‚ÇîBÀDuÌ­©¨ÿ÷ŠÏÖbCEÚ ‡ ¼úæ-¬‹3$‡n2Ï©ƒ¡Õi~TúõJc»Tº‰"—­Ãš;ÒcЄ%Û.[Ä”±Ahµ •A§G£Q'[®¡U3õ¶/ü^Á£¸d„VçZŠ—Ï‹þ¡CÒ@Ø%—üçË{ÄÔÝÛÇÓÅJïÊ–I¨÷ ¤jZŸDh­/MhÍÒH®ål©M¸3¡iJ15Ø×Ú,Æ­-³‡H`}”új¥œur5¶±>ÇùÔŠiÒ}$ˆ¾KŽYv”YÕòTžÏÝ] Fö$ª¬8fVN^ºÁk-Ÿ*Ý—¬5`ÆÖëÚ×e¾'…}‘<{§fXy}Ì(cË÷¸¼~Îè>Dí^ÓåxŸÐê¡¡<Úàà’Q½ˆ¾I/VÐH5éÆ['èF\1NxsHuù~2‹G÷ÆwIMØl˜\K­æ2ñJdumâ½YHòg—²ÖÓE‘äÖ#ZTh±sŒ– 4N>¤Š]þòüTÔcÆAmG_oû{;Ç!4ýF«‘ h–‚™ ÝÕÁèÚCñíÑUDõÊ0Å™hèšK\¬µÏ—DR«¥Ô᪆¬uÞÜÕÝÍNSv2–¶«ôlh.ÖjÛÇ 4ùJDµøf¢c›)gJ÷ð¤Ù8†5P -ájâTf î³N=q|éO77óʪãOZ}eŒ™-Ã×ÏËáÌ„¦(F!U†_Ÿ%ý §kC£9˜ê[ÄU’W´†ì0 ŠˆˆHÈe±y„V«é’d1"ZNh5T•dG3´va’cÌÉåìÛõRh–³–´,qÙÖM¾UÃ{M¦!óñR„¾ÑLÆ–{v‘ýÆ>Húˆw9Y¥>Ël­$}&¤’£škÛ­“DÓ”b yVŸiŒi»y3êÄ536·©<”ø•FƒvØç5ˆõ¬{žÅŠnh©I^§ï#ú”‹¾uÈ¡øéâN2«M­ÿ\hq—aßž|ÇÂdW˜ü8žÜíYÁ'f*}CãB«ØX…ñHr£KI“ÿÚt½y-0ȨãSUÁgÆ GýÿßÞy€GQ®û %$„*%!©Ò¥(EÁƒÂP9Šžƒ… ü)‚Šå;½ˆ€H ½l6„„jRIßÞKMüfv“°efwR€”ßsÝ×%;å-Ï;™¹ywVbØL3¿ ´>U¡å¸×¶±‹k ²‹›_ìNˆËðW½·ÇdȦ¬Ë²×ÎíîÒ†ÇÎIµûYõݾhqO—i’õö[@´š’hõû40átbüÁ%OÒIL‰š–œ³Ë=IÛg·Ä§^H©áÂÕ\‰ÎÒâ?t%žÞgäÕöâôJÄ}sȦÍaìNkÑ¢·ìõÞ £A‰¾Ý XwA®å¸×¶Ù-¶èœHÒ£¶.›Ñ¯-!oÌU™¢¼ôíHBú¾ùKXü¹äĈoÆ:T‹ÖÙåæ}ç"Z\Óešd½½­¦9GKymËóΤûëóÔZ]áÁiޤçÂ(¡Å=vÐÎr&n‹ãªg›kòþœáDyÆi©¶qE‹kÛEk^ýè­“;WW~|’Q›®+Ͳ<­öÃUã·2¼—ªŸfúMw¤ûnöèPžüyÒõÍ ã£CÎé²-›- ZMu2¼2{ïLÒeŽ_®F+<±´?!]§|ºé/**ÄgÓ¾i Û I\=”Þ3×ïãEíød¼3qšº-M¥kdÑÒsl›šœÝã ñX¸/±@ÅR‚*+è×MøÇNÇý:·7q|Þ7_mvG+eý`Bú½³1ôXBâ™èÆ·­ž]¦Æ{ ä±ç?Û°wOd¶J[2»#éøìÚýáü ½;ÒÌg‘qM—i’í¶€h5®h}ñùªJö–VTT°¾°Ôê[‡zUÆÎç:Þ c½2‡ÿÍÜÑ®í ½ìä5eÕ)‰½›-ª1ßÍÝ«-ýîÏIïn;#Ô0Ükj¨hQ¹´ÍuIìêçÜÚwš$`)A–¸nª§³qX;œ¶üp†Ò2câ ;M0¾ÃÇ.n£iLšdè;ißëéôCeÆþ÷Çö †×SŒþ/Pš·[ºL“l¿…D«QE+ŠN©”Ÿà‰áóð<€hÕ½îoqëæM9 ‡í@f@´Z¦h@´ Z€hA´Ñ‚h@´ Z€hA´Ñ‚h@´ Z€h5CÑRȤT¯m#–êõºÖ~ä¨ó"VÍ}ã›Dš @´¸Au™Æöû;ÆŸà‰â…ã'xôŠÔ ƒIç7¢%M£=:IòöíÝŽ>„œ^ -ÍûsvCWœ‘5½¦€hµfÑúâóUUì?*M­býQi]Iøë=k;Ò®[¿ s×Lé ZYòš¤Ã¸e¿‡ÇK¸,P—Æ®xnÜÜm—•-­¦$ZëÖ¬´ýC‡Æ v×þù !žïûD‹ ?´}íkH‡)[Ò­üp0kûâøb°°9Ü|Ñ‚hÕ_´Fü”®ª^¢ºú¿a„<ñu*}_E•ËßðÚÈǨ>:?>Õûpº‚Z¨¹¶dÊ® }wòxæ#Ÿ+òûþP÷ý›ãÜÚv™²x×9±Ö°œÞkò`Wã^]†½þÅæ/Lòr¦>8t9ã9±¦›±¶­0fÍÌQî {;õNÙ°Æ´â »Mèãhè›ëø'-gIiò#–NÖÇÅ8ô]O_æsAZÝG¦ÚÙ¢ºöóˆû‡PÇ9‘b® òÝ%•ESí6 €h5ÑÒÝØ3¯Ïå:ñ镃I»a‹6‡;ôó|/B†~™"«6„+„ó"ƒ÷¬±½ü‚ܰ»ôܺá¤Ç´Õ»ƒÃoþp¬q~ag†ºÖ+F¬ôŒŽ ܸp -)/¬Øî~ø‡y„ \›¬à¾™í¶ ÷öáÅÄFø‡$•hYE‹¹å¥o‡‘¶#–üp:žç{àH®Ú"c5Ý÷ ˆðÿmý«â2ã÷ë÷ûhV»„´›¼éDrRrrRj–XË"Zö›@´š¼hi傼 üMoRÊáññ ±®(`¦3ñÕqKAøÜNdàú¥Áœ^–ksvO$äÉéÔÕ_WôJGâúþQqõÍŸÜÓˆû§‰Òj¯¨Ý«4p†yâë‹=Óäì¥Ün̶l5×Í8¶ÍÆó8¶ñ¸’nohÙnQ…*s×”öÄkùY™Õªº$„†E´dv›@´š²h™FÏIï¿$£´ëÜg^V=íúV¬Ä¤q‹z¯gå:j—}‰Ó+ႚòUô<$2nW¶ÚÂ+äg>õ ½?ˆ—6ÅÌïB­OUh9nƵmì¢ÅZ‚ìâæ»â2üUïí12­=ÑÒ©27?IÈÓ{òÔÖîÄ=!6DKo·ID«)‹V¿ON'Æ\ò!ý—Ä”¨iI8»Ü“´}vK|ê…”.\Í•è,E+þCWâé}F^m/N¯DÜ÷ŠlÚ+Æî´-zË^ï0”øèÛÝÈ€uäZŽ›qm› Ñb+Ή$=jë²ýÚâñÖÁ\•ÑÊÚb­\FÑâš[¢e·ID«9ÌÑR^Ûò¼3éþúÁ<µVWxpš#é¹0J¨µi&¢¥+œåLÜÇUë&ïÏN¤Ïǧ¥ÚÆ-®mc­yQô£C¶î#»ò#eP£6]WÚªB“ˆîóG§˜žrO³hšj¿ID«yL†WfïéBºÌñËÕh…'–ö'¤ë”O7âEE…ølúÑ7MaK´ô:Iâê¡„ôž¹~/*hÇ'ã‰ÓÔmi*]#‹–žcÛ,¿0˜³{÷ïxTP6B9 ›e5SÑh@´ Z-ˆD ¢Ñ‚h@´ Z-ˆD ¢Ñ‚h@´ Z­–'Z:aÜÊ1.¤óøu§D:–m´Ò‚ô¤3ׄêÖÕXå¢õDK[0§³¡²1?§)ëS‚òâWƒ  ÿþŠŠÑÄ Lv Ö»}” mÑ5R9€h=Ñ’_þnxMm½ß?*¬O!꛽¯Ø~ºDÍ"HL$"ZS ZC´DGÞíEÕã4dx'ê?žß—§¾ï`YA«f<Ñ•¾‡D{}eãEóBQÄlgê£ó«‘BÆ j©&\'Hµz­àèÒ žÛ9ö5ç+~žšªW–òË»ujkXáÐmÈÌUAY SÑ2/‡¹8bˆÖ£-uþŸ/ÒŠä±ôø©ÏÒýú¢Ü¸V“½ëYƒë8ôè7èñ^œ&ýž£f\h*ZŒÔ RÛî®}ú¸y=³>IFU!9ñ®[§n®î®ÆG—ÄùEßµ¥QE8¹t¨ÎØ.«LDË´æ&ሠZV´T×6Ž1ØÕ7©JUÚ¦±†Çr‹K kåg½=éC6$Kt”ä¨d–…¦¢Å¸Û#?Z¥U ó¯_KOÚó2-[Þˆ™ÝÓÜ8üªÁžܔ©f.‡¹I€h=`ÑÊÍÎâG„Ü¿Âz­"yMº’§·]Wêuê¼½SÚQŸ:¿V¢¡7ÿ´Ÿ±N§´ùHŽ’m¡©1mÀ,Zʬ€¥“z™u·ÝôùƒHUÖ–Ñô¯ÏÎÉXÊal’9Æ àQqÈׇrÊLZŒhQ} 8”“•YR\TRTX\X`¾8þW¦:;LóÍÓŸÅïòž5¤£qy÷×åiš©Ãê‚ý“ sª>%ËbZ«) žíB×0âÇ«µ¨²wN2| pÔÏײ“ºâÔËk@7'Cc¬I0-T˜¨ã^ õõÏ´­žðÞµsûNÿ (ÖŠ¢t7,é2hܤ Ã{¢ÅTs8ž€&FY™Žr-ÊOZ†hÜ¿¯¤¨á^…&ßoôÙt]u¹6oßsí ÷™¾N->±úùݪµ¦ó€©íI•hÄL MÕˆyV™yhéO£9˜÷G¦R¯)Žÿé­q}œª»êؽ6œ•Ú-¦rØj@SãÎÛŒóÆ›©hYÍË€hA´Ñ‚h@´ Z-@´ Z-ˆD -ˆD ¢ÑD ¢(4âdÿ K¤€hFE™úÉÈvÄó½(Ù ZuC!“R½¶HXª×ëšÓ(kJOoñþä×dYÃÊ‘ž\:ÀÙkÎÏñ¥ê‡Q]ÓE±jîß$ÊpѪ T—ùaëÖ¬dãËu«£xál ¨?ZIæ‰ààSš1ʪk? N/‡‹XŽâÆ¥L±î¡UÇ„N’¼ýßc{·£•ŽO“*5ŠÔ ƒIç7¢%Ô¿¥ÇÞíIzü'®q¤K–¸j˜SÙ¾7Ôò8y ˆ–MÑúâóUU••[…Z­öõõ¥VQ®ÅÜmáŸÏ2â§tUÝ«–žúÄôù8AÖEËØ/óh35HøDK–¼f é0nÙïáqÇbùGÓeÚG.Z Kú4ÞÀ)®lŸ÷Ôs+bJµò8y ˆ–MÑZ·f¥µe•””Lž<ÙÝÝ=))ɸA«-¯öGʼn­æøù"ÍÃ-uÖö1ÄñÅ`á£ý«1-ååÿ sþýÕ颭'Z:îÙgŸõððøí·ß¨u-eÖÞ×viCw¯]ï±ooIk¯}µÑíyíqß¿9έ=µÄùñ)‹wk™.”ÂÐŽdÔ¯éêj)<þÓ‚ñî肜ûÍù-]e0ÒÁÍÕ™^æäñÌG>Wä÷½(—¿áµ‘9j™ê}8]Q'¬[u,©ÐäG,:¬‹±û]O_æsAªeV¸Úè8'RÌÖ~MaÌš™£Ü;6tê ÓÜ[2y°«‹ƒaQ—a¯±ù‹“¼è6:t9ã¹ÚA±›SÑÒ øoYÀØêV|a×¢ } ép¿â¤Œm¡©£2nÀpœ°¥”êï”'\;ûk6 V…à4­‡,Zåååµ¢µ|ùrww÷;w?Ö]´4ÒÔÀücÇÿº !ƒÖW0‰Öcoì;•œ”œœ|5_¦ÓIÏ­î@zL[½;8üðæÇ:çvf¨íˆ–4鋤Û?¼·úGDûì8xIZí'ƒ>Ør8ŒæóÕK= ú幡jñ镃I»a‹6‡;ôó|/zUŠŒ¡_ÿ¿"SªUFT53µêZK*Œ»ŒXááÿÛúW'ÄeÆï×ÕL¢Õnò¦t–’R³ÄZ¶ö îíˉðI*ÑVW±Ò72:*pã´н°b»Døáæy2pm²‚cBÌDËþ@+/};Œ´±ä÷è„Óñ<ßGrÕ, ME‹y†ãÄNJ„ó"ƒ÷¬±ÇýQ°*§A€h=LÑòóó›8qbii)UQbb¢‡‡ÇüùóïÝ»W_Ñ2ݦàà”6dâ¾­§9º’ W:×÷Š«¿Ê—{`ºqÿ4QjK´Œ{¹}'f–§ÍÝ3É<¹Ñ°}QÀLg2⇚'_‚ð¹ÈÀõ)J;s´†~U¡¯{u¬©°xÚ¨ÊÜ5¥=ñZ~Vfç¡$kû­_š/) œáDžøú¢A<49{'2f[¶š[BXE‹¹w²ø\I·7‚ ´&0.4m$ó¶Ÿú±§T›³{"©<:ˆÖ£-J®&L˜PRR2}úôþýûÔÞ઻hɲ×ÎíîÒ†ÇÎIõ5ݶhÉÏ­èKœ^ Ôl£¢ç'‘q»²Õ6DËj/&?‘Æ-êI¼Vœ•ÓÛæe5]ߊ•X÷ëñ%‡Å'œ4p*%_®Ñ×½:ÖTXz‘*só“„<½'Om[´XÛoO´äg>õ ½?ˆ7¾yU3¿ ´>UÁ-!¬¢ÅÒ;ÙÅÍ/v'Äeø«ÞÛc2ª'ð3.4m$ã ŽÄ-¥¦£ÑˆÖ£~tht­aƹ»»¯[·ÎtÊV]EKyéÛ‘„ô}ó—°øsɉߌuà&ZÔß镈û¢•M‹ÖØ”hÉÎx{^ïg­³ËÍ÷b4Ÿø]‰§÷¹a{OÒöÙ-ñ©Rj¸p5W¢ãv§®®Õ±¦ÂJ´²¶D+מh±µß®hÑéíõÞ £h‰¾Ý XwAÎ-!,¢ek µ’ô¨­ËfôkKˆÇ[sU, -šm½ÕqÂ5¥&£ÑˆVS˜ ot-*ŠŠŠ"ZÂàiíȰ ÏÚô:ïe'Ñ’'ÞŸt}3¦öÚ­+œåLÜÇU/Ñäý9ɺ:ž–R×д#‰ÃÄݹ«G‡…~Óé½ÄÜÌGWxpš#é¹0J¨µ÷­C&Ѫku¬©°ØE“ˆîüG§¤ö²µ¿¾¢Å)!FÑše!ZZvåGJ Gmº®d^Èü…M“ ¬Ž®)5-«B@´É·)ך7ožÅ—툖ǢÝ!aáF"ަ–ÊSÖ&¤ß;C%$ž‰þa|[ÑÒ‡ÌîH:>»v8?h4¥N’¸z(!½g®ßÇ‹ ÚñÉxgâ4u[šaîüÒ·#éþª߂x<Þ•ÃIÍdx­0Þ{!=ÿÙ¶€È¨È€½{"³U6®¹Zብý é:åÓM‡xQQ!>›~ôMS0õË󽽑|~ ±g Uu®NÉ– ãÌmºy‘;–=Ó‰´}êû‹J»/Ž`k}E‹SB49»ÇS½p_bé[Øz§Ê úuÓþñ„ÓqA¿ÎíMŸ÷ÍW3.4m$óVljÄfJYݲœ¢õ0_XZiòÂR™LfjYv^Xj=þ'ÕŠ/ì\4ÁøB»¸ZT¤±Ü]™±ÿý±=ˆám£?äÓ?&¨ºóݼѽÚÒ_Ï÷œôî¶3ÂÚ½äi?™âéd,Ò¹÷àÉKÂó«gM+søßÌ5îEÚ÷zzE‚ÌÆ5·v{×ö†¢:yMYuJb¿_„<ãW\÷êØRa­ÞO?åeèR·ás¿‹-T3¿ÞÁò†cûë-Z\¢S—Ä®~έ}§™A³D1÷N–¸nª§³qaçÓ–Π’q¡ÙdxÆ ¬­”² ºE!8 D롉V/œR)?ÁÃç5þOð´rä¯ö­&"Zz½îoqëæM9_´¬¤D«9‰À-¢ÑD ¢ˆD ¢ÑD ¢ˆD `@#Nöº$A*D ¢ QQæ…~2²ñ|/J E6D«¡¢¥I©^ÛF$,ÕëuÍr¸µ‚³;V~úÓ9ŽüFKYu^ιo|“ØrREVÈΈ,ùÃÈ@ŒºîÞ¤ÆNSzz‹÷'¿&7°1Ò“K8{Íù9¾Tý0ª­Öð<üˆ0¶ßß1þO/¼¹þ*cÓ(ÒfjðQÔ®“$oÿ÷ØÞíèQvz)´4ïÏÙ=: ]q朗´’ÌÁÁ§ 4µKd‰«†9õ˜í{CÝ\Üɪ |dMshݼ:5ØŠÔ ƒIç7¢%Ô¿¥ÇÞíIÿ`¨¬ÑÛßðœ×{àžâLºÿó§D®Q2`£_ <0꺻iËý ¯sãé5ÈŠ—2ź‡V€hµŽ•®2ùQéÚP«Õ¾¾¾Ô*Ö•Ö•„¿Þ³¶#z œ8gÙ¶#9Jˆ,yÍ@ÒaܲßÃãŽÇ%\¨KcW<7nî¶Ë$?ÒSŸ¸“>'Ü¿<)®lŸ÷Ôs+bJ›ËÍë.<ò‘5Í¡uóêÔ`®¢•°¤Oc”Éñh”.p)D‘¾êÙǺÏúó†º2`£_M\´ë˜yæ£-üóËË“­T@´D‹³h­[³ÒÚ²JJJ&Ožìîîž””dÜ€õÓó}Ÿ¨˜˜È ßm_üçÙ^„8ŽY[¢iõ¢¥ÎÚ>†8¾,l‚–Ñj”æ=ÑR^þß0Çáß_Q5£Ã†k!*av¾\û€3Ñj hy}°?*öHl5ÇÏi Z¢õDK§Ó=û쳿ýöõÑŽhø)]UûÔ¾øèòÁ„ôü7¿¤úγ*—¿áµ‘9P=u~|ª÷át½Ù°%“»º82ÐeØë_lþbÁ$/gêƒC÷‘ó7žkŒs2³ö¾>°Kz£v½Ç¾½%ɸœÞ}Ê®»;y<ó‘Ïym«äi‡–¿Ð.‹t{büH“Ó&cc,©ðøO Æ»w ÷wî7ç·tú„¯.ˆûþÍqní ;NY¼ëœØx½°ÑÃY¨6:Ή‹øs]Èï.Ñj cÖÌåÞѰÒq¨w‚¬91œÀk£ÿÚó ‹Ó`=º`>?–©^aÔü.¤çŽK«7Ǽٕx­8+­ÏØYwÁ¢ Ù_Þ™èád(¾]·¾£_þÊ0µÆâÚ' áHFý𮶏”X7±Á̼Õp³^¬ü·Æ,à lµV|a×¢ } t¿â¤Œm¡iû7`èB£K ɀűÝÀ£!»›µœCOsÅö·iãÈd;^¢œAznÝpÒcÚêÝÁá‡78Ö‰8¿°3Cm»%†Uí&o:‘œ”œœ”š%ÖšŠ–qÇáÞ>¼˜Øÿ¤msb8'?öƾStuÉWóe:³‹Q½º`þuo¦z5%³œÉã«’Œi”žúØô~/^Z¯±³î‚ÙÁÖÀ‘•œý|8u5³èûÁá¼€M úÔì^Ñ2kCƒmð¦ÃÍé®s•—¾FÚŽXò{tÂéxžï#¹j–…¦ígÞ€¡ =pl6 æÙ°£»›µœCOrÅþ·iK´˜ÎTÆ1ôÁ–Ãaü0Ÿ¯^êiò·Ì%†óùðï¯È”j••ÎÆ‰ÑVuvŽ"ŸÐˆÿßÖ¿ú8!.3~¿®†™@´ZhùùùMœ8±´´”ª(11ÑÃÃcþüù÷îÝ«‡héÕ×·Œ&dð—Z]QÀLg2⇚§‚ð¹ÈÀõ)Jóÿ!- œáDžøú¢á/T“³w!c¶e[Ls՜҆LÜW µüÿYmÎ<¹‘>ÿè Ns$žKOʬ°6ÆtúzIÐ+‰Ûqb«…®ï­^¨É=0݉¸š(µÕ†ûêV¢e¶¶9±~$aR`=»Àúˆá~½º¿v ƒ7¤Òi”]Ù—ôøG$ºúŒí§* Ùâ —I¯…ü꯫›>!ª‹hÙ~tÈñ€¯Ïã'“Êâ?p%ÝÞ*0µ5Æ…¦ígÞÀö“¬Æ8Ö³c»FÃvgm9[O­›ìG&ã™ÊrŒr÷Lr¨91ré í¡ß_Uèë^Ç£H¯ÊÜ5¥=ñZ~V3hµ Ñ¢äj„ %%%Ó§Oïß¿AAAí ®:‹Ö“Õ¢%?÷™—U»¾+1ÿs“ŸùÔƒôþ Þør|Éácñ ' œJÉ—kôu¯ŽëQ¤Sen¦®OïÉSÃL Z­áѡѵ† æîî¾nÝ:Ó)[u{tXôª qšI?:¤Nbž¤í³[âS/¤Ôpáj®Dg!ôI ×{'ŒR!>úv72`Ý9ý°c$!}ßü%,þ\rbÄ7cXÎùñºOï3r›×SÖÆXu_‰°­Ï̪²é3áØ –r¿% ­ºæÄŽhÕ« &°Ö«Ó”†½Þ™<±!Ux~u?â¾ä´Ôæö6ª³-Z0²ÎŒ×S½ìŒ·•ëã ZÜxŽ¢Åžsú-éQ[—Íè×–·æªXZÔk½U}àlõ¢Þ°:¶ë`4lwÓ–sê)³œ³üm²™Œg*['F.}aŸ£U×ê¸E”Un1ˆV.D ¢ÕZ&Ã]‹Š¢¢¢zŠ–¦(vÙ B{;’ž o¼-ßsa”Pkëë*lR! žÖŽ ûÁpïZ¯ð^v²{Î×Ós†zý§¦FÓl1{Žà7Ý‘¸-6th(“ZX}Ðäý9É:Wž–j¾h±æDžüyÒõÍ ã£ÃúuÁô8a«—ú(Ž{¯7é·lׇmYý0¢cÇЫQhÀÈŸ%X?!Ò«Ò6Ž$wçjlŠ–uó¬–p<à™Ek^”„{Îknø\ù‘ºNÚt]ɼ¹^“ ¬ºÐèÇ¡uÏ€Õ±]ÿ£a»›¶œSO­[›¬G&ã™ÊÖ‰‘K_ØE«®Õq=Š4ù‡èÎtJ 3hµ¢oR®5oÞ<‹/!Ú-w÷FDòÃl^÷ï‰=è×;¬ˆ©~½ƒVxbiBºNùtÓ!^TTˆÏ¦}ÓœïÞ¤¬LH¿w6†KH<ýÃø¶öÏù:ÉÙµÃéøôâ_ü"¢¢‚·¾S;ç™­1f=Æ{ Dñù϶DFEìÝ™­ÒIW%¤÷ÌõûxQA;>ïLœ¦nKSéh±æD[2»#éøìÚýáü ½;ÒÌçÕ« ¦÷Øê5\¸Ï¯@ÊmÇo­¹â×g쬻`1›½A#kœóìöò—ûÂ#ƒÿønÁˆöµsžå—¾AH÷VýÄãñ¬N˜D˺y K8ðVoØÎÙ=žú;Z¸/±@Å!窬 _7àO8ôëÜÞÄñyß|5ãBÓz™7°ê‚¤±Îæ‘SÏ ˜7¦aFw7i¹”KOrÅþ·iãÈd|Æ5/cglŒE§ŒÛôjKoÒ¾×Ó+ ÷@T7b¾›g\èä9éÝmg„;ÿO÷€D‹5'ÔÉ-cÿûc ÃáÐ}ô‡|ÒbÞiÝ»`vf­—B}}ë„6Äev@‘ÖÞö6«³ì‚Åÿ}7pdei‡¼ŸÜðUô®OLeú-~yÚÁO¦x_ü@œ{ž¼$<_k•ëæ14˜Ão…º$võsní;Í pȹ,qÝTOgãÂΧ-?œA]§šM†gÜÀºSšÆ8›GNý2 ·zuIƒŒínÒrN=eÊÛߦ#“ñLeûoÙn_˜^XJÈ3~Åu¯ÎæÀ‘ÞO?åeèR·ás¿‹-TCK Z-_´¢xá”JÙø ž>¯¹þMíM¶´Þ¿;¼ã¢ÕEK¯×ýÍ!nݼÙŽ ÆŸ D Ñ-D ˆ€hA´Ñ‚h@´ Z-@´ Z-Œ) Z-@´š‹hòõ‘JDS4*ÊË*++(?i¢Å+*̯ªª(+Óapðh-ëÖ­[…ùy”Ÿ´ ÑÊÍÎ <\\TPUUyçÎm€GEeeeY!‡ó²³[†h]‹zÈ×çàþ} ÊF('a³¬f*Z͈D ¢Ñ€h@´ Z-ˆD ¢Ñ€h@´ Z-ˆD ¢ѢРãVŽq!ǯ;%Ò±l£•¤'¹&T7Í.<ˆæ=ä.[WÇe\ˆ–}©[WèöQ‚ô!$Syñ+cåÿ¿¢b4±‚“^{ê,Š y¹ËŒÕÙ¢UÑrüÙ™‡"6꛽¯Ø~ºDÍ¢L$MY´¿y¹ËÌÕÙ¢U'Ñêóq‚Ìb•,å—7& vëÔÖЇnCf® ÊR÷ºæóéKO÷ïÞઽûìýÙ*½*/ú»ùc]ÛSKÚ<6|öúÐEm-Ù¼¯ß×§ƒaó6܆Lyo–J«EÌv¦–8¿)ÔëäYA«f<ÑÕÁ z=‡¾²ñ¢¬FjÂuq‚´Žµ{áÚÑX€Ë€i}½zþSnŽt—5ÿç3‚—°]S˜›gšC­àèÒ žÛýµ÷¨9_ñóÔ–z#¿øå úÓˆŸÒUìe*s£ÿûÖÓîNÔ²¶=†¿ü~פš:tÐNKÌ«3:3±ß/˜èélÜÄ©G¿1/uVj«¶ò @´tµW[êzíäÒ¡º%c~¸¬2]E:¸tlGº¿#*‰ý¨¯Q|zôént’+NÑej #º ê9`Hÿî†zzŸ•™]Ð5Ù»ž5ìæÐ£ß Ç{upšô{ŽºVÚvwíÓÇÍë™õI²:Ö~¿ÎÎmî§Ô¡ƒƒñ½•ÐÂ¥Ë<07Ï,’ﺵqêæêîÚÙ¸§ó‹¾7Ô\DˬLmqôb¯êºÛU·¼ë«rÕœ;h§%Œ6ˆ–¶äÈÇýjnuºt4¦†L Ø-ùZù£Ã)‡:ó«­æÆáW ×ç'7eª-ïxhrEƦqôê¾ÞÇ:º(ä_´Ou[pD¢U]ûi”áº>}w†J§ÎÝ5ŽQ´äg½=éC6$Kt”èd¶[u©Ýtc(î#wCq‹Kµ‚¸ úç±4Q¦Us+Á"\óéÔ*­R˜ýZzÒž—é];½-â Zfeª36Ž5ÜLúÇæ‹2­"ÇïÇè¯N–qì ·–0d¸&3mÆ|• Òj¥qÿ~ŒƒhÙÊ'N#Z–håfgñ#BîßGÁ.ZN.ªÃýµ0¡¥Ï¨²¶Œ¦·òúìœÌêÑ’N+Žxɉ¡áOïÉU‹ÂgÑ÷ÚN=\LmÉ*ZzññO«oœ8 œþÑæ#9Jn¢e»vóKƒ_ Ÿ7všË—è´‚Àçé;-߈s/Á,öEK™°tR/³2ÛMÔU´¨:ÝÏ¡V/9òŽáÆà„}y:näÖ† ‹Œ™i3ùÏBúI%GѲ•OóK­„C¾>”“PfÒbD‹êKhÀ¡œ¬Ì’⢒¢Ââ‚:>:4^ÁÙÉha›"½f,^æí]ÃêmIjÕL£hù—hm—£)Šßå=kHõl£î¯ÊSìŸd˜9ôáI[¢e£vó¼—éëÇ9‘bƒ½Ð{¹¼%â^‚YûuŒÍ»¦8`–á±Þ ßíúc׺:õ¦TWäû ½¼ç»Ç%V¢ÅPfµí´ý‡¥híµ-¶²·Ä^†Ea3èé^í¦•j-E‹½¶òiž%ê€Ðzˆ„E…¡‡ó²³[†hñ#²3¯ Š‹¨Í(—©û-N¢¥ºúýÄœñ_ÆæB«i%Jú]—¾b¸OõÜO‰YqÂÚAÌå(ŠrŠdôCCÙ¥­Ï´3,剅¡† v›‰;®Ó3·Ur®nµs-Î%˜ç±y÷Q\ùÎÐõ!ß\Vjõò¤ÕWë^=¿ ½fØ·)r‹ÙMLeÖ<‰súÇ–‹rúÑá<ƒíô]yNÊ­ƒì-±—aeʺôž]fÈ¢6E½ÙµF´lôÂV>´nªª*‹‹ò)?i¢uÈ×§Ä`Yuy–ãÀe ²ºˆ–^“² wíîÎNôLìaÿ3¼…Is`vˬʑ¤g9õòÐßÍøÔiÀšd…úúÎgª§_;wíܾÓ?ŠëX;7Ñâ\‚y›g’^QôãÜÿ.ƒÆMš0¼©ÑmQøünÕð\:UO±7Šc™Úâè<«[×¾z–{§™{¬¾¹É~ËŽ­%v3¬¼¶iR»êïtq©™no-½°‘O­›²2åZ”Ÿ´ Ñ:¸_IQ!ý,[¢Ez¿¢n¢E•±aÞØ>Õss:ºþ×öËJã„péÕ€/ßž>~Ô“OM9ÑpG¤ßªd¹Y9⫟Эú’ßyÀÔö¤Jè6+3-âi,ÔyÀ¼?2•u«£hq-Á<ŒÍ3M¯¦8þ§·ÆÕ”I»÷}rÖ†³ôC:miÂÆã oa oUuï;rúgEö2•Ù¼¯^Ý»½Á±¾°ôK†üp6IÖ–ØÍ°&?jÃ졆asìåÞé¾hÙì…ã@+çÎÛ óÆ›­hYÎËzبř%Jãäð̳ééAm§øhq¤5?Lçh! Z^´49¿§ÝÊ¥Ûc«ŸA=ö¯à-Ž4ˆˆD«(®î~û©¾]OÛ÷6Ã{ª·³ Z Z-ˆD -ˆ Z-ˆD -ˆ Z-ˆD -ˆ Z-ˆÖƒ-…LJõÚ6"a©^¯kùdžVpvÇÊO:'ßI‹Ï*Æ ZE´¨.ó#ÂÖ­YÉÆ—ëVGñÂÙТPelEÚL >Àë»$óDpð©ÍÃp «ºd‰«†9õ˜í{Cݲ²ÚÀV™§E'IÞþï±½ ¿îôRhiÞŸ³{tºâŒ¬™æÿKr$?Ì?DëщÖŸ¯ªª¬ü›%¨U”k±4@-:·cñsý;:Ò¦k¿‰oýr^ ÑbGzêwÒçㄇq#ź.Å•íóžznEL©¢eÒ*³´È’× $Æ-û=<îx\Âeº4vÅsãæn»¬l¦ù@ÇR£ÉóÏÑzt¢µnÍÊ¿m†që}µEAs»â>kõöƒ!Á‡þøuõK}³T­¦*Z-5«Ø*uÖö1ÄñÅ`a‹É?D Ñj¶¢%;ñ~oú¢TbµJ™µ÷õ]ÚÐÝk×{ìÛ[’Ćóª0t†#õkºZ'Œšß…ôüÏñš»aâ˜7»¯g¥†kb.Ãk#s  s~|ª÷átEõ5±(þ—·ŸîÓÞEg×!Sûe©mÔ®)ŒY3s”{GÃöŽC½ ͧZþB?gzQ·'Æt1¹ø²Õ[ÿnV¯ªþkÏÓeª â¾sœ[{CESï:'6ÞñÐÜ[2y°«‹ƒaã.Ã^ÿbó &yÑuè>rþÆsÆêl6ì.ÕµŸG§—ÃEÕ ,<þË;=œ ëÛuë;úå¯e¶ÛÏ)-uϪV|a×¢ } ë\ǯ8iyååš ödÚh•iZ ÿ®Žs"Å"þ\2ä»KªÚ¤ý´`¼{ÃA×oÎoéªúç߯¸Oyµ£±³NÏ|äsE^ý¬Í^¢Ø2l£L·´Y_äºVͽD«UŠ–úú– mH—Y›Î Ôæ«4ÒÔÀücÇÿº !ƒÖN¡¬WpMIà,gòøª$™awé©ÝHï÷âiïŸ^9˜´¶hsȱ£A?Ï÷"dè—)ÔfÒ¤/F:Γ—m ˆäó¬ïXs¢f«Ýx îíˉðI*ÑjK,ö ÄuÖº=a¼ ?¾]0¼]­°ÕÛnV¯zì}§’“’““¯æËt:é¹uÃHi«w‡ÞüáX'âüÂÎ umƒG¬ôŒŽ ܸp u°t}aÅvÿˆðÃ?Ì£Ú=pm²Â^3Ìê2»ÐKÎ~>œºîYôýàp^À¦}júnK´8¤¥îYU^úvi;bÉïÑ §ãy¾Žäª-åc*Ø“i£UV¢Õnò¦tÒ’R³ÄZ3Ñ¢Žº¤Û?¼·úGDûì8xIZßüÛ÷Ây‘Á{ֿ؃ÎÒ9•û‰b ö2¹Òf}a8’ë^5÷Bpå¢Õ*EK¯“_?¸x´3!m=ž}ç‹§o¨æ»œÒ†LÜW µu×øý³¼!•ž #;»²/éñÿŽH¨åE3Ɉ®T—,ŸÛ‰ \Ÿ¢( yµ#éñïHñ&€äè;ÝkE‹¥v‹û Tá…§9Ï¥5·L'±ÕË:Q‡[7­Ÿ•èJ‚^éH\ß?*®¾u“{`ºqÿ4QjÙàÒÀN䉯/®Pšœ½³-[͹æF¡+zÙ™ôZȯN é£4ÃÄ!-õȪ þWÒí -ë“>N©°‘L­²-ÓƒDo"ZÆòÝ>ˆ×ã0°È?çq׿ìžHÈ“éüËì%Šu€ØËÔׯ/ÖGr=ªæ\.[@´Z«hβì„?ÿûáôþíˆCÿ7¿&£gg®3ÚÝ¥ !Žé©òF%°a Ú‚ÃÔÅsÈ7—•ZEòš~¤çŽŠ¨mäç>ó²ÊX×·b‹“(ë0+´´ºf¢ÅR»Õ5T~v¹qšÍZÏÛa«WbÖ÷ºwÓêÊ"?·¢/qz%\PS¦Šž$DÆíÊV[4X~æSÒûƒx‰a3QÌü.dÐúTçf˜_è tšÁÐwíç’–údUvqó‹Ý qþª÷ö˜ ™ÖŽh±¥ÂF2m´Š»hY•_—ÃÀ2ÿ\Ç]/[Ô“~ŽN?n³—(Ö Û(³~}a8’ë^5çBpÙ¢ÕšE«E–Ï쮤íäßsd—¾IHß7 ‹?—œñÍX‡êӵ쌷éõÞq¦gRšÒ°×;“'6¤ ϯîGÜ—œ–V_µ=IÛg·Ä§^H©áÂÕ\‰,q™'éøZ¤ÐZ´”lµ[‹»l°Õ«3é²²Ýd¾²8½qÿ‚›M_pÇî´-zË^ï0Ú…øèÛÝÈ€uäìͰ}¡§ÅÙY<ØÛÏ%-õ̪V’µuÙŒ~m ñxë`®Ê¦h±¤ÂF2m‰%wÑ2ØšIù6¢ËeÜõÒø]‰§÷™šiZ¶ÅšaÛeÖ£/ÖGr=ªæ\.[@´ ZôC¼=ã } ÍžÖŽ ûáªÂ°\À{Ù©FuÒ6Ž$wçj˜fY‹ãÞëMú-Ûõ¡G›Á_V?2>ñé¹0Jhþ?ïÚ<×–x.«9E›ˆ–µv«G‡Åô̰^ÿ©)Üô!K½f©«G7åÉŸ÷']ߌ‘˜·Ámq\õMÞŸ3œ¨kÏi)W»`m†U]f®ª¥%0=Jcm?—´4,«²+?>IȨMוõ-ɴѪ:<:,ô›îH—/ærØÎ?çqg‘"æD±f˜›hÕ¡/ÖGr=ªæ^¢Õ*EKžüÝüyŸüï7¿0^DØÁÍŸ½ÐƒoG–(RÖ&¤ß;C%$ž‰þa|ÛšÙDòKߎ ¤û «~ âñxV'&¢¥“_3€ÎHÛñ[k/Zብý é:åÓM‡xQQ!>›~ôMSPË‹xÿîEiݼÿŠ9qàë×㋚w€³ÔkrQ«O7•ûßÛÃP[÷Ñ梫nÄ|7ot¯¶ô—ß='½»íŒPS»`o†e]Jó ÈÒy?ÿ¸áu]Ÿ˜0Êô% 6†ÉnZêžUY⺩žÎÆÊ:œ¶üp†R§­—h±'ÓF«¸‹Vmû å“ö½ž^‘ «wþ¹»©™ØOÛq­:KZ¦#¹îUs-W. ZÍY´¢xá”JÙø ž>¯‰ÿ®Ðoš#·# ¿åÑ¢^+ ¢ÕÌEK¯×ýÍ!nݼi½/[Ê8ÊÓý²Õ7,îdB<ÿ/^êMÚOÚš®Äá ÑÑjB¢ÕLÑ–Y6ѳsÍÛ¦Ÿú×ÿboàvD D ¢ˆD ¢Ñ‚h5YtZB.‹ÔaÐ| K¥R±ñÈÁ˜€hA´šˆeI$ÂÌôô£1Q¡‡ƒýýš#TËDó¯§_£zÑÑ‚h5rÙõô4~xhVfºˆ¾/$h‚P*uëÖMèõÚÂü<~DhiIQeE†D ¢Õ‰q1ü¬ëé6â‘c­ŠŠrÛP®õ×Ý»V-ˆVS€úÐÀÃ"AI­›7o–——™RV¦·X¢Õj¨¾4ñ—ù€hA´Z•hQ# š¼hU•SfUƒH ˆáGHD"Ó…Ô–--ˆD«®¢UV¦7""B‚¨…¼Ð`±HT»¼ ¢¢ÕEK-ÊÏÈWh·X¥ ãü…«¥šGÚÔf#ZUUez…PPÊ ÊÍɺYY™“u=2Œr-¡qD D«y‰–NYp%Î?8äXŽR_Æì6%—¢üy'³êfbZIF´_ȉÂrÊ ì–`¶J^œ›_"×Õ£©ÍV´ªªªôzE‰c7òªª*s³3Ï$Ä———?Ö_´ê7ˆf°Ž ˆVk-EABpíë˜B‚Cã’³ ‰eÆðŽ_–ÿõ÷½;UeL…hD™§¢O^‘Þ¼SQVWÑŠܦö²[‚éêâ”?~² ¬\gQ ý¦r-IÆq³·TEgKš‚hUÖ¶¹²ÒìåeúêTÔ_´ê7ˆfªÆ2. Z­W´ä¹Gý‚y)ÅR™\&¤§Ä öº&R×n£‘ËËnߣ̥Bo£}Õí»wo•×S´8•P³ñ‚~QyçV™Å6ÜšjG´”¢«G‚N§Ý(.̧)*‘)š€hUVPý³KÃÖ}­E‹i\@´ZµhÅd•ß½UUQ^Q^^¡Î9àÇO•U”ëôZiáåø£¡ô0Þ‘Ô\±–$yQê±£þ†»=‡cSŠ5Zqz´_ØÉÌ¿¦½SUnK´ŠRÂü¢®¨nߢ_Ä‘îÇ» ç,Zlã¢Q s®žŠñ÷ãŸÉ–kq‚ˆVËž£u³²¼Œ~âSó¢ã“¾ÈIUU™Ùï¼è$6D«L™{*ÈŸ*­ª¶)Yî‰ÃÁáTwïV©èU‘)âJ›¢U¦È¦ê½_‚uÁe}cäví·ÛØšª·ÿ@Êžh£D+¾)‰–T"¶+Ó%E+ÕR´nr-Ú ´bjÔ‚åWgU™ŠVÇEW^Q¦ÊŒ¡<%.0ïÚ¹p&ÑÒ)KS¨zƒO_ÌÈ/È/ÌÍÈ.jÍ6PäŸô>–QPP”—‘I‘¥©õøÖ¡¢4çBrÚõ¬yÙ¹içOEøQe7G‡:–*ŠqG®§§ÿMqíò¥“ÇÊeRãÇ.Z:µä Ÿ«Yù7 ³Ïñ¯-Î㢕åd¤e Šr2‚ƒ—Vq}ïˆVK-­^#+I;}Üø5|ÿ€¨c$eåvD‹~9CiÚ™ãᇠoZˆMÉVܺ÷·áBL­R®Ÿ‹çÕ¼7 "òLºê®¥hÕÖK—|'—J» hõF*úùîÏÏͽך"/7ç ¯ ¤ ±›ˆPo$"Ꭽ›[í³Û87oîܶ¥¸àb7!- !¢µ}Ë&êRûW+ ª×…ùyHˆÝ„@´ˆD ¢@´ Z-ˆ€V%ZÔuönŒ[¢ØõÿzóûKe lÛ¢õ±ƒwÔ—ö~þÙæ+e²-- u‰Våõÿ!]ފ׶TÑ2í`ù¥uÃz¾(¼eµÙÍ‚£I›i‘*ˆÐ DëŽêø¢ž„ôþ A}¢EEØ+ΤÓë|¹Y6n•˜Ò–x­L-ãÒÁÊœßß?uÍIňþ0´4ѺS‡¨Êß5©½CWgÒ~ʾ›wXT\ÿœÐ<€²íŠVJSDÏïBœ^ ‘ܾ¿ìfÁïÈÀ¯®•7´ƒUùÑâ)ï<À€hMB´ôVöuðùÉÈ…=Hÿu—Ëj–ßE-›:ÄÍÅÁpÑtòšò‰_N™ÝUúoâ¾ô¼ÞøQý’#yr[~•µ‡T âþûƨtûM[’OÌ-é‰/^~ÒÃÅP°ã°•ç‰hÝQŸ\Ô“´ŸvHx«ÖŽnlGÈÈ_²+é¾óumC·±ëS »¬¹m)ZUy›G§WcUÆÝËoÿß?ûw¤÷è>dâ¨N&¢Õ¨y€hMI´nËcÞìÞ¾•U~í«Aä±wŽ*«oãTŒZs(æè‘Èfõ$dØ·évVq-íùµOv#Þßuúoó‚Ç þmZyuÉ#þïà‘øøØ°ÈËŠG#ZT7>ó$m&ûWßá«Ìúyq˜ô{áómmFÄ¡ðc§xÛþ_Bo0Üçb­ÛÊ“K¼q{eƒoÔ‘È?X8¢]­h5r Z@­›%¦:uǗݦiížØÎéŸ~‚[÷E«öžÌ­’ýÏ2z»A™l¬â&Z·¥á/;“‘s*›)cçw&ƒ¾N«°¸ôˆû¿¡„<µÃÐò;i§™¢[V¢* œÚ†<)ÓéÕi†k}„ȸ±ì$mSÞ‰r½íUéG‡‰»sµ†U¢°´he¨©+/n <äh‰^§+ò›æHz.ŒêÌ›dQ2gl‹ׄX ;ù±;é:w÷–œFÿxMU½\2­þÃ5¥á£÷²³=[cÖAÓŽèJg9“^ÿ©é¬úú&Z´‚„ vÑ,Z•:Ö.¥ás;“Çÿ/IfºPõfWÒí_üRêÚOôµ>\h\%_ìJ<¼ÏȨÛX¥“_üv!Ý_Xõ[ q`åpBFþš®¢Vir~OˆÇ½‰J­ðøÒþ„tòé¦C¼¨¨ŸM?ú^SX•Ì{¢U©«cW|Ò  _:”¯©Y®HY?˜~ïl 9–pæLô÷ãÛ’1Û²Õæ4ëˆ$qí0ª§ÿâ¼õ>¤ÍÔ µª±ó`7!- ¢UYY¡Õjìâ7Éô£<Ë|¹ÿV7J,ü WNœ^ —KNÐ6µì´”ú·’}…ìÚŸK¦x:/¶Î½O^vCM¯RÅ®šâÖ¾ÓÌ ê£"‡÷õÜÑ®í ›uòšü'ÅV%sƶhqLˆ5êÿÙ(wúä¤Äd¹F”²sÑ„>Œ=tìâ6òÿ¨Í;hÑU~ÜÏoOp7îâЩÏðëkÒÕ¨y°›ˆÐ@Ѫ¨(רU­ Û¢…„@´€F­òrµJÙ@l\@^x£cG´ê˜ÛþлÏ=!- ¢U^^ÖÚ:n[´ˆÐX¢UV¦W(ä­ Û¢…„@´€F­[7K%b¹\Öz ú»sÛ6ÑBB Z@£  ð¡.šÔµ¶õžvõПŠ n !vÑê\&IMIþcÏîôkWÅ"‘T"nÙP}¤zê³wÏ…óI"A b7!- !È$¢”¤s}}vnÛ²}˦– ÕÇC¸pþ\IQeUH—„@´€Ý×’J%EÅ7 óóZ> stream xÚì ”ÛûÇÇ.EÙ÷”"K´iµ¤,É’’Ð"%R¶JÒ¾)-²Š$JIhC{B¥${éFE%d)ÿóÎŒ1˜c©{ÿžÏ½2óÎyÏòœçûœå:8ý‚þ^@ 0‘t&b€¿‘¾TÒ©&&&føû@žß©êÁÄÁÂÂÊʬ¬,,˜P¨ˆ]뀿—áÆ!¡°EÒK!`#à/gÔ¨‘\œÃ9ØÙˆ"…@w„øy¹Grr°³öÒ(c%Ä„xGŽÆÖS# @(ÈO'!"ÀÍÉAÐ(º3Ki’ì8qA¼FȆàÑÑP™®(-!ÄÃ9Œ•¹ký^ `n¤§1gŠŒ„ ÷v–®a„lˆµ+,k+O‘‰¦ZŒ]aÛbËÆ56FÚsljðrv #haÛbÿvOG›ÅÓe%Ð0BZ€D€ˆÿ¡žk,õT'æÎ€„Ú¾q…‘†Ò14ÓÂö}‰K° ΆŸØ·e­¹Î,y ~®a, èN\TÈaŸõËôUÆb‹âzI„lˆKçÂïr]n8w²¤Ð(´^ÇK[Š€D#1îtÀ^UFó¦ŒÕ¹¥…I„ lˆ¤ QA6­6ž?UJ˜»óá!HH¹|`‹ƒ‰†’”i×$\½â‹$¢©$-€ž$'œ ñõZcŠ$" Š9 =äµÖT $ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"€D$ ‰H@"€DÀ6€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"€D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"€D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@" ‰H@"€D$ ° €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@" ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"ð¿ÍÕ‹Ñ!¾^kL5A"€~“t!:øà$ô"1þLÐÍ&JR"Ü èIBlDÀ^Oû¥ÓzJ„c”ðø)êF+Üv ‹ŽKHLºz5þ&®^MJLˆ‹;¶Ëm…‘ú”ñÂÜdaå%$9Im‘Ë6߀ðèØ¸ /&ÀßÄÅ‹âb£Ãù¸ØªM'<Šƒ• ¤&VŽ‘‚c”u-×nÚíq:::ú,üUDGŸ‰ ôÛ½i­¥®²ÂXAL" aÆ% !7SËx…‹×îCÇ‚‚CBBà¯"$8(àØ¡Ý^.+ŒµfÊIp caê’;'¯˜ôÔ¹úæ«\6ùìÚ{à ï!ø»ð=x`ï.ŸM.«ÌõçN•ãådÇ$‚Ã×ëù…%'ÎÔXd¾|­‹›çæ-[¼àïbË–Ížn.k—›/Ò˜9QR˜´¡Õ¹^É/&5iކ¾±¥íJ{‡5kàïbƒƒýJ[Kc}9“¤ÄùG’VëH"ØLk·Ä„I3Õ´t-Yjbbb Èë—.Y¤«¥6sÒ !îìK‘Î'#œ¼ÂR§ÎTV›§¡¡©©šóÔ”gN(%!ÌËEx*Ò)4Œ°qpñ ‰IJË)Lš2U þF¦M™¤ '-)&„)„…‰8ÏÂK„‘i„“›_XLb¬äx)))iøÛ@~?^r¬„˜0?7'RH× Ò¥‘#¹y……EDDàïCDDXXP€—{äˆ !i„c8'רQÜÜ<ð7ÂÍ=jçpöž Á$ÂÀÈÄÌÂÊÆ>Œ1þF0çÆÎÆÊÂŒ­CÈ%‚×&fVVV6ø;AÞÏÂÂL¹BH"adbB:€¿¤FJéÔ^&ðÓ)E &ô)ègŸÐ@ï|&ŒÃmì~ÍGô¿×Ÿ4Zh(ügêP.ÖW IT“1v´R§þÙKìÏ;–„w×­¿iôÆb‘îï {ݭȯ¡ÚìëÑ¿ómÉߥ÷Ù*«¾RÈ“ÕC˜»©WÎZP¾Ë _²-}ÖW±ÚÞ±œð;¼GûS)‡Q„Vn‡ðýúXøßSH;Y;æ!µxÒR©}òyÐ-Ië;M)•4z¢}Ô^”býôÄRÓEâkaL?£î*4¹[>Ì¿ßWÊzØýòƒ§bÉé^/ºFÔÏœn=4†™‰Ÿ5’"]MŸÞÑÛ[õj™Ø@-§º|è{c…ПŠÿb|'I¾áLæI¯ˆ–kBí2ûoÔÔ4~4õêWG:z:¢Çh9†Æ=ÞD[<±ìº¶Æšðû×ÇË‘vƒk¿“5íÏùðu>+ØwN·hޏ³©ö÷Š-ß%>½; å¢OaFö˜‰rz ñ?íõýè÷¤!‰½ö^I×(r‚U«÷h×NÔ bÝUúló~ %0ÓÝr&’µÞ’Ú½¤WŽ»ºÕ­Gîͽ,¡ß+‡=}ÖH¢WKÕþ¥qú>‘á•~1ï£^¤6½yNuül¢²ŽÖévýݲ­þHšýnMOúwT#“3©þ«iÎðö\ß+V´âÇŸ 1$¦[Ïëô3R/éá7=ì4ÙîwyΑþÞÑ1D3úô>üN†¬œu}Øsi^`G%å ÊÔ"jþÍÜÛénï-|Ò}ÆO®ôæN|?±‘î\L3Ò÷9 À§hüÑiA¯ºÞùý¥ÎA­ÛM¥ogwëU”j.#ÐgšñK›è)û‡hù+Y¯ÏŸK¡ué¤O;™6$#ž!Q3߈uÏë£ ™}¬Ò4S¶é÷]QCfkö~–]ñ›gOð¾¬Ù£”xÿgî5þ©ÚãÕ©ŽìÕd6nÀüaCºÛdL÷êuEÆçHøð%ˆÑ´Í:ú}=Y«eúˆœ dŸÿüÍ‘à²dƬ§Z(Úˆ™O÷‘µiE¿ÓgK]ËÚYý7ïnÎâqòi'§ýŽtÌÈêóµÚžŠj,É®G 8êœ#ö[>oÒ¡3פø.òçìtÕ¸”TèŒÅÈš¯H]C#ÒÝ¡¡‹'j×dºî:=$z´ú“>zúô³ì ÷TYÈ|bDVžNÑ~¶TççÈ¢=¯èa:ç ¾¤»¬-ɯû÷9vLéf ±›øûORŒ]cþ#ÏHÖë±ߺæn>“L×ÊO‡¢\¤±Q)Yø’ð¥û,ûWŘæ?@æû£ª;H£Ý£é®ÉJ 6ÕéwûE‘uzÙRwÈŸƒ|êÕ®ù¨T_*õÝþ<ÕoûžT}·¶íâyÈ]ª±Yï;ß¿¾Qì»üÛh£úðÕ"üˆ!†·b Ð¿a)9Þü©Çg3ÄÐUÇt¥ZF£7¦ôÓÆ(/QbŸ§’òÕ"¥ª ý;^\i‹Ã•ÑÆ÷ø~ÏD*ͼ‹·ÍªX“l‡ç ©Ä Kzj™H1W)²«îv¶@–¢9¦Ü sÖŒÏ%Jh3Åôñƒð¢ø–A­ðëÖ’ýæ‹äŸ&®Fþ³ß¹q¦[!±ø¨pãÐÞ÷|ï³Ì}Zùê G„4š- ÄûÎdŠý¶—ÎùPtu}Ø`ºÝ`Ú¦$ühHÖ`‘‚/†(ï¡Ïoø^ÌêùÅ'*¾ð¨Ü÷jU¦ÐIÝCÜISìÑFñ!*eÔo_™N¢‚ûèåÙT¿!:…®œ³\ýNwû6ÁGѱ4¿±:½WÿëóûwÈ”aÓÇþ„zŸmޤ¨³³4j‘)òiv¹¨Å;ŸÑý.üf¥rê ;Ä%5âíy‹®\9A¾ñöôÀï7§RzEÛÆ®ovõ1&,§àK¶,qñ·Ì¸ÔˆÖÌÐj\d@Ñç ¾u{PÉç†üYÄiš>ô¬Û§¯©Ö~¾pújÔ£Íæ^ŠxÖÍ®ÿÐTÌ…^ŸÞ ¢~ ¥c>ôœT+Ñæ‹é°ýž^jàE½ÉCÖ–gbçèš9­"»'Ž‚ÆJHŸóõ+ò¥Ã†.íó`ö†–Б‡f?"ÊäA>í}N¼_Ñz`÷Y ä®è>[¸†¢¯mìuõðæ/±d¹è jþSN£7O#?ûB5’Ý&za<…ïOÌ!Õ)¯Ûý%½¬–KS‘+èô£õ4Ò½¢c$™JÒßõ?ò ûM¯:M$kÁÙß:B”÷3÷}ÈCÔHµÓêu÷¡nä‚ÇNÃææ}”ÏÛ¯ú‰à{nªßpºWÈ#ûð3º£—…”lÿ‰g†þd~|Ÿøú ©§‚DƒÛ.ÛKR) Ñ«½Ä^aÇýGYûG¿µ²‰h)TãnÆoTr¯¼%†ìiÑdÇP”¿)1Çtê`G¿Çÿ:»/h¬?Mõ{{êÄO²Qm¼ûlß”—+É;eˆéßѨW·‚* õïÇ|îó–R´²äîÖñž«ÙmüwÀl ˆîo@ÊPøŽ¬:K “¬®Ügœ9BÃÒý\‘{ íígô]0(µéÑ]¿ºR2ˆœ¢«þa}xõ¼Õ÷tkÛ=²{*)Ô¦…î¿É6è±C†âhp¨Ÿ}—òüwW(F˜AÔó$›ÔÙwÆZðrô}×p;³€&:­µ¨GºOTZÁNáz)Õ1?»>¸î´,dí~9(õHS´NÒ zP©[Ÿ @< ÀÜ®Tc1Šûí7ºÙÖ®Ûßñ— YÐÝ¢¥w³ýVü»¼nëÿB¡Ú~ö6¸iAf™‰T,+F÷èëÔ‡¿©KÛÕËGéî¡:gïOw¾JìsÆ1 Õ;Ïr þ9ŒFõ¨t¯õø&qåhÆ’.µó‹ÉÑÜÿÞ£Ž÷êëAì·z ¸µ4Ø^ê6›“£1·KE6ÙBwD«îVo¯Aî9.ÿ×b˜:òùwý¶ø:×tЗ—)öAÁîê S©Un¯26eP,×ô7í¶— °•—þõ1pÜo{JòM[¿ëá-«hÖ#cýö™jÿÓè-ÿ™g%'µ®Y‹Ú¡‹·àv ­µ%æmÛ«µ©X¯G4~ŽÏ{²ÅÀj×D±”ÅøÕxf¿wìøIžÂÝGïIöø||Vé’‡vd¯Õ¨ìL%^è–ïö{® Ýʬìwô™DÕ®ù4,þŽÌBk†|¥OÌýK·8¯šÑ(O­ÏY±Ì ã‡î v¸¯ ÕÝ%ÖàYYÖ¾!1{Yi#Ý-Ã{ÑdR}j…ÄIÑb%±ý»{xÚ}²xD¡‡’ð÷í ÒÆ nÑè)þ~;2K_p¯w»s=1O®ß0Öeáó èÕBóß0v¸í•@üÖ§h¤`ÿÏ~€;ûhßøýY(R8 f§:èè¦{9bºaÿyË¡¹ •ˆõ˜¬­òÝÚ¡O¿gï•ê—þ>Ñùý½ÝbÈcÒ®Ã=ë¡h÷?<£žGòѽæ|ÜÕk"›IIw³J ©Gxh¬ˆWõËÕC:’oÀJˆߪ¨EÞ½ôÛ<¤Ï–•zå?v@cÌ]ÁtݧùžŒïÔ\¦„T#¥!VJÜ F×Û¤:ÏtèѺ)ƒòòÝÿá¿+°´u ¤a…ñÝú`e?[lrûóIý?~Û÷óNS˜»âG2Ôºd1Üÿ(1"«IÖ›6€¸±Þlpåä3¨€nëÿó¢_H#{Ëoýfg“¥«Fdãã~Ï×Zð:aÄç¬Ùgä¸MÕ縨ôãêÐíç߃øÜ£~-Cª<‹~éi,M¿5¥SXhÞùNxS¿|èLµ.&ÅET¬åÚ-ßÿSñË×ÄéGO¾ ÚgÂÍæ$G³éî).ªum@y #}úRðûoý·(FSô½Š^µ«„mÙE¹ñ¥\£`×%È»žö3âË÷Ñ?Š}æÇFѧ÷ÿö™ÎÇZq•û¾ oØé¬!¼_ã?Éâ‡|îRFU‹³zYs‘í²§÷³lžY®ìǺŸ™Boæàíòª¿±^6°z~&Zý€ÝÐØÜ—B ¾YuϾEó›o¨¤ðÞcðÇ¿÷öð­ˆfvžÏÓ§Ê-©ÖÈhHöëüHZ ï³í§‰³ÏÑ}–ìJ#NkŠï`¿Võ9߯þ¦Þúž^RX±='Å:éD½ÝD»,&YwÐ ¢Ñ?ÈVG†Dk(æÂ7à õ%©?sûÕ³>t´È»‡Gí¢©X¢-7ö£=_û¨³Ê‹·«…½r>Oj…ûìº}¡¡¡ƒ=J?ù›ž<ÿƒ³Fˆ®ñ¯ˆ.ïÒc,~†Ï;ÿçÛý;txÒŠi"å6SÌï0•ú{xŒOÁ—SÖ§]<7\§Ë#6t³¿"ù¿Ñ£ÿŠHmdµýs¾v—TjÝ€ö†ìûƒ{ø¶ ]V,!ë2… Rô‹l ')^¡òF³‡_D?°ý:ótéo‹Så§éO[OÁÚ{E5{Ø›õ·?½MgÏûãOâ{Ôl3Ýý6J]§’å ÑM•&dwœþC»òáÄö­¦ç oT[w|ú©øšžé#¦ £Ñ[3ºÙqMŸýïÖ益B¡vùˆTï‘¡{ÿŸÙœÒÕÖ~­Ÿ—Ѱæ(ª+ù£Ýì|eˆ"d2~ä¡9~§Ñ5kyCÑ2Ò4uþƒd··èÕ˜>¼pMÏæïÏ¿wð;Ç—~é}d?jr›†-?#ï˜:è]C¢ EúmŸhŠªöÔx#Eõî¯ÿâ)?…¿Åwæh”ˆÁÇ:îå hKbL™@÷XèKVG”GïwRÉɈªÕì‡pNb<ȱvæÿ×NÑÕz?:bÛ5bÝ7ýÆùF0÷sÒZï÷ìñYÄpëfÍ­è]ë ÷ûS¹Ç}ŽÎý{É^鯠+T}è*ÍXuµ‡W…öJ½–®Xw–¸z^8d}\5 }†AFa:îÿ‡! i®ÎNu‹$—þÐàBŸñëËoxZ2Løæoyó«—ʵhÇ ä[ËT£ÒÃ!W¸ñö^ÿ[Zµ|nE±_Ã(ô‚±.X׫S]}¹£º¤ p§ ‘Žûä†Ä‚Í¢¤¹Ø˜}Î6Ä>;dùEû3‘¬\tDþqxçYy‹…ņÐû=-swû€z"§Ï»nÑLñÈrh­[9dcÔTïé}öŽYëüéX¹>s ²ê;G¥F}Dm@¾ù€¦×¿@?3âëñ¢;“úõü!®WÛéº_†ØÃ!Tk“Ù‡êSm¿Ómƒº!~¦’ŠzùÙüW£_þzjP3”€!‹të1k9nˆq¦Ø“¬¿ašG×!{ˆwM|úÝ#fÿ™¿¹ÆÙ§/ŠY]¯“ìdÔ‡r¥è²è²~­„]ìQçe¸îì4•sÄtã™w»tùï*Ô™4 °ÉIFÉøÞò0Ì¿yÍ´ö¢G®c[sGÕ¬gãÇKdlmóQ ¶^Ÿ^¯Zß°õÍÆ`e_FßòY8Ü œ ãbãÐAÃq2ÆßåN,4³‚ ÇÁ-9G;ô¦ÒBfÙQì{çsãN³‹—ý€ÒÕþ Ãpv<ãy†šç›|sÃäÙ®¡úŽk¹1{_º)7{±Nú^AêY?£õöc_H±Å3ß16Þ0±ÚÎeµü)ãa;²6¸yĽx‘`¤»*®Æju¼ÿðRd‘-[·ÜTVž]¿*Ë4¨òv±$ù[sC“{BåbÝõc¾˜›¸¶$râÎÙª“y:HÍcYx¶¹ÕÂ=ÞŠ(߸ƒ#FÖ–d½PfýÝ"P…Á‰iÇZ¡i’ri Ú‚8ËäKä>JODi׆N‘š!fu,ÒŸM4Îbu¦ÿy#v¬@§á¢ü/Êsb¬ 4Ï‹7ö?£‹Ó×lÏ»±T{Ïþä¦K6oLƒf—Eۧ2ÜQÿhRØé$+uk©®ÙQ“+ÇOxðTxæ,¥ç±ûNˆ+³7a´›oT2s£ÎåTµÑÈLZ»Ÿ.üÚ0A«Ù±¶vÉ‹E ¨3˜u–IܶsÕ¯·‹ÊÎCIÐÿcä­üÍNñð |b3aD=†;­‹ý3†ý¿CŽýçí}‡‹gÆþWÄáÎó`ÿãzç1˜\Õ{_éVÔü@Z…:×’‹jZ°œXéÅÖF¼î´È7r®ìM3«(]e”"J=û&ƒ4×ÇW™÷³qáͼèÀÉië7¬9mÈél¢»*•¿L„ÕýØ´•K¼W¸fWåç+àv0JM÷pÓu]Ñ%¼Rò‹’û;ùàóqF2Ç]Ý׿šíý£r¶^/ω‚ˆ¬8>™Ú RÒ&…+ÛknÖYW_óÞÙžgù>¹ƒ·Ì?h’åªhóKü~Ԋا|×TÔÔ|øq§íµå¾¶¦.¹è|â‘_6Šïuã³²Œcîè;V,~ørÒy«ÍúŸ„ݪžÚ&ÚEé-&osJx銕÷n±´l1ݘxe\Ô½­É.ÅwÒ£ÒóŒ.IiM¹¯ZåjµÀÁ0Òôó­}{pægÂÉØEEïq¤KB ÊÌ'g—­´w®¯´,Œµ_œy¬îLºW#ŽorúÖFŽÏ£ó¦œ1\f;µÀô“ÝÈ%1ñÃÖô~qÖ«—¥¹·MNÞIu.eEñDH2ùÎŒ„öŸiªËägø[˜v+0Ôl¢B`*×¢gu6oü¼½½·ýÄáXü.5ç2Ép“Ã6«¥ Gûsr íeýuc>‰Ë›nÜèáÖŒÃñqL/³^oìž<)†'fG¦’ÝZ4ƒ‚\×YmÝïz„ÿÔ©SrŒ81ÉŽ#ïÅ>9'¼Ò ˆ¼›”œè/ï¬[RRRˆúŒÑÓ35UÊ9ÀU~¸Â’¤$>½' 1SC­/aE¸ÞЗNQ >¢g$µ?§bøÉ+¡{ì¸p2|Æ^Óxíä7Œ»¤k$·ì ã™Å2(¬òhn`dˆ|qö¦ŒÅ2×-*’8õæif¾ŠÉÒ·ÈËfÆñI‡–D»ßcÀ…0ëNBaLË ·C±š™Æ–Ù>§…6)tõÍ#<ÌÛÌ2 7j6'ɆS¯Äá ¡í8.ƒçø­t¹e‡#>%Ù¬r¶0_Ë$¸wZÐ ‹Ðl¯…ËÙ>=9”ärØ.{ÝñÇ!é'Þp|Ÿ6&'C%G&&xâÊ_i{~ y}rξ§ÒÁTÅ÷ØlÆBƒÈýœÖ¾­ÛZš§íN¿Ë#Ŏõ̓j‘ÑÚ¢µ)GÊHö¶LõÒ‰ÙOmÖ¹žWp<Øz¬¢é„MeœÏ¶I7$Ÿ[oŸtòçÈÊu¸ãÕöë4 ó+~ÕÖëTþ‡FW‹ ‘ËsW(„6LÎc›!Wë¡·CëÑeãè&N£Z†WFžÞ¶ü˯ð¬_tnWå½›+ÿÍt…ÔÇŸâ£æË(oÙ8w·–öúI<üצñ™{˾iÚág~¿áù‰ÒJïg6­ŸíÂ?¾üìÏ/—d*M=?>ü[\ù“qqþ‘Ë 5ü=Nþúæ«\V<Öðø¸ÒO\]òiì8§‡¹®§TÌ/ä0X¶2`f¾÷;œ¬Ÿ¼utÉpé¯þ™]•hÈ5òtäùÍ’ºmva39ñ™.Èàà9¦txœð˹—˲#¤×{„?‹þyy›ÔûætvËIìGÆf3žþéoÑ×a¥ iNïBbíòÃÎËÖ<·ÕvrÚÕ㛘…®¿žÅ»Õo÷)F[o`NˆÚv¹/ÊÄíZñø2K^F¸5ÎÃÌþ më3·Vä)ß2ÍÉpÊuŠˆZÀê;EÞ>‘ᱪQøÏ¨çÖÚoi×›14O«V6øö|‚êê¯ö%«ì".«mÌ«™¼(k Ûösç0ÕÝ\xÓsbnaSŽýMËëÖÛ;¦En=§¶åI‡ïQ3ƒÇÍÜ9ÚÎļ1²YÆœ)¿râí žø…™Wÿñ-ðß–'³P<§õÔ¢ïþWX3_ûHmsÓz¾]DpMd²œjÒC‘[O|“‚§?KM®ôizµ±Œ©XrÁ\w¥,;'U®m_ÒÞ±ÎàÐ×׌3‚ζúN7Æ»`O‚û–Öcž{ËKØ´ÂùdŸ²pr_f*RñVé~€8_Çó•ñ?22®Î]äxÊöCk½ÚÏÙ¸Ë×Mö¨Ä·Út;gå­ì‰fõ<•~Ùæ¿ù¤îÍ€ó^~8»¢±ðåýíAYV²[øŠ—5Ä•ÿ<~ûXQåa ®S‚Û¦gÞVTgpÛsÃÆþÜFñs_[.2:$•UV&–žÊ`³üø·oì­aµæþÖ­_~®6ÓüŸ U¯=¬;ÖÜ}ð@ÑësMdÎíá-umZ®ïÏ(Ö<ý$þ¹¨pDké­¦V›ŽÊÆ4[óVUºÝþrœë²°óÂ%nNæëÚREn?ý(ü¹2Å-¹‚å‘ c~݉”œ”¤‡[œ4¾­S›”áòÌoEŽ[üs6ú>Õ¿ùòËíÉ[¢êøMim¾8îà‹c,›ï¿gû°9gÓ½»[Ï ›}ê ð¡È-&Ž?çîÜé`kcа ¸UýQ]º¾šM«…–«ÐÓGɇ—‰L±ª7¾ec»Há§èÃK6ÛC«åÿñs[rͳ@¦£\Xy{RHøîÜ–œûü›ZhÆ¥<ÞÈ–£#ÞÜš>å­M’£¾°¡]û¥ Ñ‘ò1n-®ö¸™SÚ Íô̹õ³åãfý_·’ªËTNz.uˆ®¸§¨ºÅâÂÕÀÑêÁ¥<^‘Ñ{kZb¾lQߺm“ÃöWÏŠ–Ö7©&?:Yó¾aÙRÕo-Ùõ²6É®‡Ê/ÐnûGöDæÛù¥ó9ëßW­ÌiÙä'6¢ÚhŒmËÌÈú—·?:~lþ ËÍA­õâV¼ TG^ñRù²kÞ×iz/ ‹Ò¾Y<Ýse´ÄÅóßMvŽÕ.8v"$õÙo¿é|<£-ì§Î-»ãía¯à:Ï?`ÿœ¸]÷Œø)s;§V§*Í-1w~êYÏu aÎ×Õöw8~?ÝðSfÂŒ_ÜŽ¬8"yÌ;SøìN¶g=y5-ÎõV²rN§Ë¯ •Õ~I\œþÀÔAóíºï…§Ì/,›à6m¸Ì„¶Y3yÍ~ÅžKšáXúzÚä}Ë _:X-_ÅùÅïøÏWçDÝ_—2ÚÙâ¶–séy·¸ñ¢‘¯×ï™»izbǨ JMµ'.,ùv×ë¥bçÓ3.Û"êWå´Y~l^®°xg¨|Ã^Û ‹uš/§L‹Š)Œb/Iã©^êçÛúŠcâ‚Fû»× ¹øäožiSææ)X~uŠ–¶ü‰âS‡§Þ½úc»CõÃU?‰H{Uª¨#wÌhÖÓÍ[¾ òG/¨˜[‹›œ¬¨]â9}ž`M]ô•)•vc Ôy ¾´_=»Hå ³Ù->ýí¼mxXJ^Î9¥a[6­|ÛԽʯ߮¼Ôæ[›T%æ[óôða…ªÂ”9!f,”}¢Ÿjî­~ÄGé¸óÁWvi>q‰s"£xJM¸-]9y‘…TNãû+¾Ãµ¨Zúõè–¼HX…¸°U’uä,-WŸÝ[\Þ-ÿxFìÛŠ )>¢¡»BV¦>=7Áø …`üñŽ™Ÿ¬GeÝHç_tóEË%]>;Y‰‹ìÏ^ }å]>ÎknF¢ÿü¬Xõã«=ÔTo;NYærqÌÏÃz§®wNm{àÿç±véâùdÞ¤†Âê U¹¾Ö.Í'LÕØY°`ºyiàs7µYûU^½=ò>ùyѦ1n‚^JéÆg*®—¸¼¯1™Md«”hk­íªz6'â¢îÍÏ Z"’¾M@ôä ©m~NÍá‹/œyÆýp¦ýŪ…G*.W +QNš] ›´mûî@ç3Ñ*—™ œKñÖN}ÿcL®Âgþ‹âµkÏz/¬Þæbãåh_âàw9ŒUëGè©äïw³bÌõ75ºéš¶€™ÇåèíåÍ›åDW¯­^ÿ4õ½°ìkƒú-û^zhò>κIxR͵nc˵N/m—½,9KÞE¦Cã†~±Ö›}kÏ}‘Œœ°åõdžÙqKÂî»§*ëžø~TtYÍÊÃù†×J ²ç˜Väá’+Í«Nx»ÕñA×–¦šátut³¶8%9^2õM_¸ViÜí¥‡uWª®›k¤³qG¹I­¹*sIi»cþ«ù ¹Ž·DíÝv©~祄\UeS²_>¶<4Ñ9þìÄŒ‰ÑüïèÅËŒº;¯Zx7CaS„HñTŸE…¶ B,˜®¨«äÎ,¬.»t͸·.E²Aªß>ªjqK7ßr¼êàݧsËEçU=ÓÍ–ë0þòÊÕziKXœÙÉQ#õ%í[N5‹>÷ÙJ}´ý곯=§8¯É÷I(Jœ\þ:Tª}bu£Bî²ãŽç± ›Ìœ'þ1)B•­rcåS-½•×öücñéí£Ûq×:>D¸˜Æ_}ä÷r–)g.GaÑn½Ô´»Ÿ/LMxv4©vÕOáÝ&~•Ÿm¸nívúµiZÁ¯ûç3ÞI½·HO¸àž’´6àÐè>Fâ'XþŒy™÷:im©–ÞùËÇÆˆ;Ÿ ²]~kBÀúÐk+·fý&ØÝäìU{óÒó#ï[&ê=ÍЩVSÔüGÓqløé÷cæËGl[_ñ!WëSÞf¦´Úô–¹Ówħ|8`}{ïI—Õ?_¸òt•Ÿ­ç}3ªæ¯hÙâ^·ý¹Üåß_Ë–áTx™Ô¡ŸR1ýNkƒÍpŸÃm3b­Nq^Íwò¹áÈŸ­ÿFðèì7¶L͘»m{œë¼Žÿ<|ïGþª“ Ý=L%v„Ì]u-¾ÑDuÂçQ+Y"6}ôíìÄFCaË+?Ÿ,xÙ˜_,VS¶ÓÒ´Ýðh¡¹ýV³¼®…¾uŽªµë³q)l2¹¾Ž]Ǥ»qxóê Ë›lÓM-[?ø~^£—’[ûOþ«šeÏyíë„‹v·›9wh†Û_3‹~½uÆÑè½âIW¾[8=´A´Éä‹÷S•Óªž®WÖiH_â)''xpiýB•ÔWÜmÏÖ>ø8/{Ÿ®¼_ûÍc¶Ã³fâW^Èùâ`{ëy“¥* cr?eNIxxnmÑ<ýB¶F…Ú¿”γ GÅέµËþнxÛŒ¼ØÊìÝŠWÜvÞø Ü˜sn®å‚e1Ïã]:rÆ>}n}4ÿ5_¥g®Ë¶$a–“Q÷ƒöû)¾çhÚ|¯m„¯·¶Ú•Ë£Åm®kÉ™i¼4œC4HãVk©Ê÷KÑ÷[}5o?µJ¶tŠTÓ’è̦äQõŽ‘k5ËN*×ɾ°(Èæåj¯,\RÝê±~¥í±/]Ú9›Ò¶ä¿q<{õ¬×±2–¼énü~£]”w×}.~µH_Ùq6¯ÄzGñ+ª¹ÓÍ—J6Üx’ÚÀY¢f ¿>@iû¯–¬ù×3,æµh§rÔ×Ê–gxYí4P*PÊzô‹ÁýÍ.õ_Ui1 ϵ=wEzLîô:½èÔ_Ü.Ïïºü\®Î]즓ñ­ÜTÜ+#ìUZ喨럱H¼´dãf£±•ò‹*dE å.híYÎô«æÉõKçmßÚœ¸yß6:ÂG'¶X¯xZfƒ²fÓVé[2móVv°U.,öþV©ß‘us] ãhGM“#ö_ O}湈]ö¡cÕº˜ Uo(J,pO»zVº°¸îØWÙç™Wr2>~loT¢`ð+õåèÒçÿèuM¶|9#xe¡$“e„½«ùöqû›Bç®±_é—¬WkòB`÷Åt›Gýrå¿Ho¶Ã}MŽœ8á×G“·£¯òç^cž²÷ »‡ú¬@åˆ~QKΩEÒ—Ý'º7è–ÃË‘†Fu:áºžŠ‰Vî® òWÉÏJjŸðuW¤ÛaÍ6?¯e¿ŠŽ ûŸõ¬b ¾²•Å¥nO=z¥…]rÒãEmZ5­K6¯;ãê~kñÙ×cUˆ¯®(þö3'‰·Æ'ÌæI‘öˆ—‡b–G?èÈt*OrºdtÉ^ýµWÑé[Î"µ~’Åg7ú9oRQHÜ굯úkFjöl¯8ÕIÛ][#Æ=Žæ_T=u‚”ï×ÛW=£áî¬9;¾àɪ¨¦åñ–\KꢔìŠ {YÚ¼¼)~¾‡ô•NU5«Ýu¯¶,³3TÎF‘ãEa§ÌJ±eo é¾ð£z¿'3nÌÈö½BŒ¾Âë26D&¬Ø9•[÷OŽX&$Á‚ÃÙÍ/yùPËßïÉ«Sõš1 ß%Ýò÷ÉÞw£}Bµ®J&W×.÷aáëç9Žxoc¯¢°2dâËFKÛj¥?Ú².¤^bãɘíúkBsâžw¾\PÓ;ãžæ*}Þ1©üÚQ[¹–ý†ye7Øn‹¶nÐrôàQ[ð¨yýõoúÊø/ÌÍó— O˜±Á4ÆëD^jJq¹·)¯UL}ü´Ýzu¡3¾µgÕORKuªþút¿‡è95Õ+’®N± öϽ87Ù£ªA¢Ö,Ã:=ëÎ+½ ‹Ÿæžþ–.¹çhmë5¯æÒâÏ÷/LZ4Êøªü¼§¥Æ¡›æOñzseöÕjýñò‰ŠU%MS ï9‰´óY­Øúã´xøz§‰“ç©IÿzQbÛýEÓ׉‰ßtë‹•ƒ×¡VOÙ™ÓJVÿ¨’’8y£ÅÅ¥ Æí¥ÞÂàxŸ‹&>OÏË÷­ÿjDYþ*««.œB¥ÎVåÒ¯×ÙÆ»¥þ<ÚÀöý¶Ç«ý‚"üÞ»…•u?sÞ¼é}óØf³7›gèX¬{vþãÓIbÉ'Õ¶7Þ î9©PuË­†÷… ‚y2ù ‚'°j'ߨüêIÃüØ;¥A/ßÜ,;ÍÐícxñ»¢%K·z‹ «Ä¿þ<.­mßÖEœ!›eK/›ˆ(·¥Õmðrù,gcö«XNbZÑê«Å5ZÅÓo\q=YõJÒðºBºção5ë­œPcÛqÌÑ­ú§¨M¬¶WszÉÔºõ›Ûç¤Î¯¨~:_ÏiVImÕ™)ûFTó¸â¼²:dñÉÀ«Ð!s9× âϧ[¹^×Ö3Ô)·]ñð|Á·ù36‡ýäy§âi._Îí+xðD­æ0Íη¿•æ6”…å'™Ûh¸j•9~®Õ¾¯,µu†€á?¯.­»Ýì;¿ÄÇá1÷¯»‚õÓËWŒuÿõ²°ÃàsÍÓë…žiIµOŽÝa}mºÞowòÄx½Èí<Ù›BÂŒ¦Ô½ØÉ/*Rè\Þ¸*W8©íá>ë“Ûüsiçê)-1âM —[벎ïÌÔ>|³Ø?r†ì÷ç÷E–Z¿^ûæöRÉ>_rÝ:‚Û –æÕý^¾vùþM aõõ!5MJ—–VÊv¨¶ÖÞžé"žQU\gq yä«j%Ç[ït~*5+Z9¦úùÔ)ÝÉ9s¨|ä}‘7%M :M³4²}CfN`ó&e‰úeÛ¾¨g\x¸pšcÀI‹¦ü¬úr…reÅÙžß~ÔHÌž.21ÝÚà¹JbÁÌz¯úöÏoŽ–ªV*ÿ˜»/9ñÍŒöý Vg¹|žícsõqÆ&¯úE6o~7¼Ìõ¼RÖòº¹ýë•× Ö+´™Ešm¯©ÜVê³üÎû–eaGŠ=7Ìó6ã–îÈe¼K•ëÞ^/Î|¸½iø›/Öi‘fëloN0«M][}´ú²¢PÑÏonI»T=yýÓ)B¹Þ{OrUÙÔeÆë°-HóÉsÝk–¾unÊÑ$=ƒÎéNßFN¸*årÂhuNõèRe‹mÉΓ¤½ž ýT¼õEE•ƒ–Æ/ýŽ­ÕmT%ì=ºlºÝÓ= kmœê*†oSÈpü¶Ù~¯àA7ÅXÕÛ[­ùÞ%¯ùòøˆç‰q¬Ó+LÖ¿£¬:5ÃqŒƒEíLùàäújfÿ<ö=chæäü&úÓQ…„ÚËÎS~Ö?”ר4+hL«üÑüeçè‘ï®*y»úVíÓXƒM>'UÛ4Ý7\EÚióìufá¼lýT”;2¼w¥e&ÿsAÜëÚ¬ %éß[_‰J¹s´%nÓ8øpk…Ù‘Òɱ5%ʹ~Î3'^©99Y®ý¤È¥òâYe¾V 9¦q X¥F¤ÝpŸÚrsú ƒ†‡‡Â¦g$fhmË,.7ä™­xÿÀÓcþý+U 9΋6®Íÿ‘ÝdPzoë«7ï78ót\«[Ìd½ß4·6²¦bzÀ¦•‹ü¶™ÌL®ÛXçãö¡*“ÛzÙe²7´Óå—?JQüšØº NñëÙd “i6ý4×Ü&Æ¥òOÖ|oŠz1í[Ü«ˆ”ú¥NÙå·¶Îé(¹Ú~°z8“ФàÕûõõ uⱡÛ›·¶s-]œ”ûòº9çÿ9f¸í\šÊ•?Ì~¿:F|MGIÓщÃL•g–Þ$iŸX·(Îâ¥Þ5‡ýR¯õ=V.‰-?q®âr̹!j>­û›ë.Üø¥À­è¼Ñɶ5G?íçöèèǶûíI¿¦Ÿ¬Qªw~›6Á¸5t‡ßÜæׯÖ6}>wÂÔÅ)öºEÝÑ„z½­›~~VªuA`ÑÁaÛΛ[.W|ç6[Ì÷݆ëÞÜNL8õÃŒ8Ün7F›7*zT4w` ö¥ò±S8p(Ú69C©Ç›·œ i±7´˜æ¶,%u]Ðý"y‘œùAc—ŽsänXw¼$v}Ðñ±S®¦¤¤Šæ4$Çš:¶_ŠZ)ú¹0ÖÆ]J>†/~˜øGÏMÉY%w&(Õw¦qÕ:Gÿ¬½W«6O˱VjÚ´2Ãù£Ò¹²¡V†yE—¸'Tl’òó¯=›ºZÊAæ§³v`ô¹x…IZâ’AžãÝ̽ܨ|a-ËT“·ñsebä‚‹ƒO6>Ywþ™\NûœfáL™§%¶óËl¬—5Ég¦gË.húøèõÙ+>*üO–(l(,š³÷Í£P§ÈgâwS*Äý2^öî¥Õ8‘­±5:9Ǽ„W¿‘Ö±uù¨"!Õö=úÞck‰©1y™¢¦~=%4Z+ü–[ãoÑEiž+RZ2änó5îô)\Çø³ªà};¯åÖ´Ûo;~bñdzîÆn +ÙNÓá5OÙ##DŸgj`T¶Qô–SÊê%lzïs¡]æX– Oè½æ%‹56/4Ö¶0}›¹î“Ãö#áÍ˽_ØäÌŸ`²¥rµ÷öÕ“¦û'=þÇÛ»ç_VÕ‹-Þkkè\zõ”ù3íÕËnsââ6°Ó9¦sÎnìÂýI¼\vÍE÷Îæ.û6nBÀÉ3Ë'¼“äy}ÍÈÆÙ£™ýÝK‡©I¤„ßÙ]xªùØë[ò)~òïk ×<~8ÍQÐ#òÙV©G©Á,7]­v•dšX\ ;ÍìüTÕXc '˃û¯²6W$ʇZ[+c²DAZilä’ñ“^éxvwœù°ú£Gf\ÈŒR•ÓMòšE¡b)WÝRÙ½w…\ˆg…Îêƒâ—ŠÏÖÑj”=§í;m{œŒçøÛgõ"âŸ^ø&t׬ؓ¿%uìËŽ\ÅswE{8zêô\³¯S¢/ž·}°:Þ­Ú=º½Eáñì €4I«ãY[×~K?´t—ãÝú[Î7­Ÿ¿²ÕL>;ç“bn驨K§­{8Ùqgâx{®­O?*gÄk*†™½üRÎYõÌÛ!éAèö}ñYbéãBk¾H|ЙXîŸ}*rÒ‡(»ªÝ7«ŸPçÑÎ]’o¼"gVʵ‹ÏNØÕ_#qWJz?Àû§xl)W[4²ìß>ÿwOÑÿÂù¿µÂJÿïµu½êóƒKPÿ/.æ/YZBýN®Ò²â mÿwÏÿ]ۣƔÏÿe(êö-í"êçÿîÆ·Òù¿7‹Iß7.!œÿû…nOè<ÿwN1ít7z}Nïù¿µ…¤ïÒRìÃÁœÿû‹¬V‚=r× Z–üü_¹nÖ&œÿ;¥¸ßÄóÿßœÿ[WÒuþ¯?Ð)êþþHa×kjçÿŽ.í<ÿ÷!)×YÄW‡Iºì<ÿwþÊ­åÌ"¾ÇÎÿ‡÷kjçÿF–R:ÿ7¬=Øù¿óŠ(·ïwÿI²ÓÿÆù¿Ù9±óÓIíèù¿üe}—ôïÿ;º„N[Ñ“Šžó‹zå„ÿkêñ‰j]BðŸP?ÿ·¾Ú'—Ež£ÏØñjq&åßß󝿒j­OT^)±LúÎÿ}\L8ÿ·‚¬Ÿ ›ð^ÙŸóöc,£tþïn:ú‘Þókñmq*éŸ-Ïwë+iŠw÷çü_Aº tþoHQÏóƒèÈѯOýþÎÿå-šD1Ž›—­)Æ 1pþïÀù/žÿ+S¼ª”pþoÉ×{žÿ»¾hpíüù¿BýšeS:ÿ׉¨v8ÿ—>àüßþ0ðó5‹í!EéuÅ;èž1 Ñ¡JÂù¿4ÁÎÿåëUÆ@Îÿu%ª·ÿçÿÆÒÐ}çù¿føÖ=(šžœLaÄœÙïQ´çù¿M4j·‹Æg+»õ\ÏÿýÙ$_ôgÎÿµüNaîúœÿ»¾¯ŠóöÐ ñ¿®WAL„?G“] cògêy‡SSÓq&J¹mÄ_=ÉÂÔ½Œî„0Êb Zã &Žzšà>>¥•{0“5–»õûØØp´Rô¬)½iiÕºÿ9Þç '7‹>ZKžÎŒ«ïë¹éËžÖîå§•¢ïºPKÑå=)¨ÞÝ™¢ÿïwÿŸ/ñýþÿJûö%†~Æ3z<>ˆ‰ÞhOÝã—osÆòfêÏ8EoþkþÎz}¾„<빇.ßÝüôäFo?£¸~ŸƒþüÖÒ´‘W’ØPÔì’X–K ¾†w9–§å‰y¬c¢”‹<µ{iµ ŠïÓªo•;ºîÚÐ-…1¦°&Ê%l$^` $¥9ÉÔ5‹Ã> Fs¹Î+ÞLÝËÂ^Æù®¸öL‡÷{þ£“7öé{b úþM¸«D‹´cƒÿó[×:‰°/Hz/ƈÃ%⋟A¼ò½SéV‡ø?17´îꢥ0ötŸm£Fü¾Cßí;ë,[‘•¸ßJú¬ëï_A?êèÇŸ†•t}ù:ª`úy„^cBff$\¿9¢3/¬UŒèÝNSBnØÏuT5W|õ’W4ˆÿ`Ì=l‹õް Aù%¡Ï²ñù=@?_ÈâÏaôÉ*T±l”ˬ‘(5ñúiÂ~.ùž,ÔV +õÖD”^½–D¿mˆ½Ç‡J:‚¯Ódö‹,8\zµ“ìéÊôù,>,yOèð`J£?V£Ïa8Üôû>§OLدÕ,]½áŠ~¼Y¾£ÚìÀêˆl†^ŽÃIâp2X¿0vïi”µ-ý0®½E¦@ívD.Å„²,‘¯ZÑ}çQ~þœw2Ó qâp,„ž{Ž5€ïf¬92h­{݉ý+mì¨eǰ¶ŽEý†–dwPþÉû‘\aèž;èU"²"×>Ë© ý‘ȇ¥ˆB¯žÓø‡Ðm¸Í¨?Piꌄ:” Ç]…ÿt5ºr‰Ìe™e‘UÐ5̵Qî wUCÜ KǃJ|ŽÞ›£ºNÞrî ²» ¹Œù±?a=ÁJöK•3ý¤¡÷樽Ñï#‚Ø{ì^;æ.=aÏž°~;‡J+AmÙ<’è=èCÌ0 {N!¤MAÞF$ET{}¼]0wjB}W…ÊrG9àïÝŒ© ÝàŽÝ„í\¡|Í’ÃbF²ÓaV‚’Úy5¶á"Šv¥ãC=%ÄÕå78¢†&ãÂM⨨ƒÕ¥‘‘GuG=­‰2WA?>¨&©è÷ùQ„ºÌš‹þ†èåŸÐÕ³èõâûc¨%ûP.×1A~5ý¾CVòd;¬±šØš½¨d$D°lô3eü…°>øŽòÅJÐ%Æ|V‚îòÑ}B(­"fE ‚Å‹P¾èµ5QžkˆÝêNVöaìÔ’{HIŸ& «K£òѵ͌„t›Pg‰qÈý¬Aumˆù5¶4 õ¾*ý0fÛá„H¥„^·¢»Ÿ¡Ô„~ß$Æv̾PÌ@êkÅïUqT±¼Öµ730ÏÞ9tjú<ª›*ʼn‰àƒ¾ÄàŠÅô]˜:ÐÝy賋Ø3úýØF!ü¿“…û„Jq"*mC×x‚#x!~î Øøñf>º@¦NÆîêÄ¢÷”&žpD *çâB?Kc#YzÌ+™Q½¾w›»]ÇÂ) ¸OH§ÒŒm&"™Á@Èßk;ºfŽ~V3¢Ýô:¥aDõÕAÞÏI}î1âR2Êë9fôùâ$ôéM,Ù¥ÿ‚ÊÃ|…‘XÞEÔ+wPåk†Ô%‚òhB¶õï§'úÃ]ã@eÍAʘÈD¨ça[Bþó¢1G5zA»gQúdµÎ˜PF쩳œš(]¨êz„òêD×DõsDm<Œ~íhLŒOˆð’ža=v¡±ñ Ýç;ŒàÝöº ãìyƒíF®aÑÕ©Ç ÍÅôÓBﵑ¨â(ÏL¬'!ªÜ!ú–ö‡>Á Ér/Ð{.ÐåßwtÑ'¬„ÑËÓ¦"TÐzllEýˆüë,Òiª¼?²í1”¾ýHtÆE¢Ÿ¢Ÿ}Š?Àf):¨ŽŒ„ÙËdEnBýñÏ3’U „Ñæú< åù‰àƒØ˜?ß ¥#ª‹‚ØØñ„™£×ŽÃ ‘Ò »ùŽá½.VAG§X}‚Å$_T|¿W 3P[N3|›|6`lÍDˆêºDKò {ëÐÏ lNÒ9Dó"êji.I|Þ„låˆ~k#ÄâÓ”ÃT„õ0B¤Ða%(Øšðá]z•ÇL˜ã$öÐrrÙ%:—V.ûý<Ãb+;AsMØLÕ©Œl¸å Öñ®ëæFÂl ¹/?b Ô ­°Ù€:¦eb§ê“ærЍ a,D…( èÃH°†%/þßÄ=Á"aä8ŒÜå9 ñØ÷½E°Ù*ù+!2àŸ]9 ×‚„û 9Áù5„(“ò߃~ÄÆö\–&›³bt>1'GôÞ›b±¨E¢]1ìù ó316‚?aýë…j¿Š©s–JÔ/êçgèÇ•Ð~K”ÿT!¾uâÉÑ5K·C÷ŸÂÆìaí®GùL$NämеSèý.ô^ެoÑë²a]þY‰*üý„ 'ÌâÕ‰>2õÃDÔ(SäDcVÆŒb>ûÐ<íÖ(ÿbïtŽMçY¾7åu@…c\UóóTÌò,½ÃÂl6›ëv>ÇGy-F½iDÔ4~@l¦Ý6Bly‡l ‰ÚƒE+l6UÖmÍ‚ì@lÏ)¶x”ãiÔÒ›è÷)fBÊNÃŒÆEl…Ê%GX©aóyM&ÂÜ~1Ö˳XÙ°çꮨJP1„ènîFˆ íÄÒ°QSw6Jcƒò]AÌQe 5íôЬ„Õ Þrèµ;jöô°yŠÞÚO¬ˆsN¯Îç°Œaœc#¤OÄêÍBèq®„õörÎç"Ì|ÒÐõ¨ÎŠ|„„.ºç-6‹ÀO'’°˜†÷¯4ü<:uÒ1”[;3¡O;I$Z¬3vH²Þ˱V#„æÕ£Èº›å=GÉ¢ˆÝYÃBð¬@4Cí»ˆÒl`#ÌÐây;c¡"JÅÊKˆó˜þ<±‡¾Æ†H(ŸÉD»c67Gž| åçÉH˜{×›IèZ’è*¢—bý;ƒ“à]X”»ÎM˜'{£Ÿ Ã3"ÌÛÃP}¾¡|V¡ß¬:è“1(#¢‰=7‘8¶Ì"æ~}!¦â.‚¼Ey±r¼ó%LµhÄ{76îcé±âƒo™úãÊ«[%¢;w¡rò £16`!Ìû°¸YÄL˜sáçËø~òFë VºÐhÿ·=Æmu²U?+®k4eE1Åç‚Íd?°wy† Ê1›°æÞܵµc±VžÃâÊîJW6J[Ý¡Ôi„Ñ ³ØidÁK|„Yœ6!jáWïØl̇0“A÷Æ¢æŸF„kGFÇ ¶®¶ }‚r:€<è&¦:ô³ •6g"anYu2d|±&¢ÀŽØw‹°=º¿•8¶{¡{;öÑ%ü€y&6RÜ#*ï-±¦íøõaÊñaÜÁ hMô5l¥²ÔÚÌ„ÞÁ¬”ÞIVÜȳ:-Í@˜sFLG-eíœWbQ4•¨¶ªëêÉd{GÖ(Íi~B'jkÚ‰/úl*¶ÚBõúÑ™º¦ÃÞµ¦Õd&üNÆ×©’Ò>Ùþîï-U°?ŸŸÊ¯šÒUböl4®/ê{çÍX¸s¿CQü•° €!§?ßÄé¶ëI\ %=ì|Eé ­ÏèK•¤žîܵ"ÇÖž2Äu5+q¬s!Ç…¿†µl>ÎÁ”øœ†øÙ(ü¾Lìê®w„×ï÷&Z¤Úð¾s¿“¸#ÀNÜS ÿL†,ï› ]{wì=ö7;÷ ÷º`+\Beµ:÷ô[qض«ŸV¸ƒ{ޏ÷KÚïÆuíqà&®âÇã:¿'Л|âq÷ۙƶ ¸ˆ{ÝJd¶í´¥&qO’cÈ^c6AÚýÂøä¬áAÜ-%ZG„Ìj 8ÂsRœ'çCØ¿&+¹“Î÷Jž£ðO{‰×Žy’§zB´OçVìßô¾Å÷E—3Ç3Å uîÿL$ËmNç..~÷ {F¸a )Ö¢Õ¸®½WîSWžD`&<9ÆáL{´I­Û»(ìiì>²+i8Âs îéš6±‹Èq­Ã×{:™oQlÙkv²}2ö¾#vÑ2Pû3v”XÌÖU’k7mv¶(ƒhÑ™,Ø7p>„iÉŽJŽÌ8—m½¯š3uö“M·'³ež=G&ò'O|DgœB¦v>âý…Ý| ÿÝ—OœÔÆÚcÑP¥îÎÿJàü_ràüß.úsþoZáÐzå¿uþï—>ÿN5œÿK/¿ëü_A!a‘¯Î„Ñ<ê¾ë^{ ¶/ÕŠÁg xš’vès†ÈodŸ214†sÔ‡¨µÅìì»ØSõ‹¯~’Ò(å[e8ÏBnLöâçÁÍG, K]8óK›ÚZÅ,¿ ¹?ææºÝÎdÂýŨÏpÖ±ùñþÇÝ*OÎF—@ãÍ g-g_.tBÒ÷ü1ÎOŒì×Û@çʰ¹zþÁ™ºk—G¦Í1ݾeÞæÌ©MGlSOÐO/¯]vï˜B¿æ½ßÂÆz8ÈÏ•(8w*6¶Ø´ršºÅë¹-‡o/½~³þivšwÇÖ4öÊó)-‘ûL&ŽýY$x´þ–u›—Ü’](`Ÿ‰òÞ•&™çty’Ù±—Ç>Í6=4í£Â®˜m|¢·å0â.XzÛgÜîÏÍ•k èýâ øìýÚë%«¯Õ//‰.|¼â²Ï½VÅ <©ô“v)ߜ縭­o]“nUº¯ô Ndj‡‚ê†-m—ÜÛö&—ù:LÉäå/–¿ÕÞä2fÏ1žoÁ?ÅŸlpÛ÷Ý~ëþõf1©¯“´/./ɲ¨¬Þ*´Ü-£:Àöº·óœ+k‚O¨»¤'e1vÕSI¯äßx ¾keå]â·]O8 Åû±i¥yÕ£‚,áä¢më+ùƒWÏU^õìÉÕ‚Æß’ ‹4ô*Tj 6•Xáa}NöÓýUí­ |o}ë-^[ÍyÕ!-E|úâQœÜ0:‹E9)TonzÕ §'ÕK 7?é8tyaKŠTBõ>I¸% 9µãÞ¤}ƒœræž<.DhT¥<š•ùÃJL€¯I#ðwÉ>>ý•}Ü"‰þk«Y4ĶÛq¿ïÕöîðPßÜˉËséÙMc›æ4O²¾Xh¹ˆ‰WþÊ˼WøÀ>Õæ¼Xœ¤5)·¥÷îŽ_-‘hð;nÓö¨_±}KMÚ-‚pt'ƒŸiêÚtEúOQ)–'Ã$—X"=óµùü+"Ò"û9M›5~‹ûçæeïÔ%íŽuIôç‘¿ž¸W¾>¢ñ/\nÓ“nóBöyVGÜj}ŽÜ×k{jï·¿mŒDÈÆ”„]îž}§×úÒs\PM¢\&(uX8WgmÑ|¶¤|Ô™'3/«ô½="Vo°ñ¹"êMïlÖ+*|­T&•Øæ ]Õ6C$#†¯}~ì×/qoyKÉ匠›jšdIØ7e\Ø©Õ*þôm*Ä‹f˜®åï÷ÉÝ1¹‚âV7¤häÄ•é¢ã²LVw=L<šU ئå?Gßë'ö™í•¹EÔljH ·ÊíÍ=—jlÌ]RìƒÄÊí#ìÃÏx} 墛œÎ.Š+Æm+“>­œœ}ôÛï!1Iò‚zWÿùÎ"ý#²o/ÝÎPñ©ækhÎ÷ŸK »²éùÕ±|ãM`QêxÃ8åm¢wø¨âòv‹)nfòOñhÿ“âÑÍùûv²émÈT½¹Ð:\²пÿa¬jÍhëT·Å™«?OÛ©ÍŠþQ56›/@ÒâJñýñ¸BS"ßpÚ£ÖKcC}…»u¬Ë[•™j3F gò/k2{E¹ gòÖ;BÛçïþ4b®5™?öbMVOXÝ*Švxík îk'™›|.I1ö^š÷¸´Í—¿XiCñ;«Ð±ù±Ãt¦eN¦Gíw«¥aζžDS±¤â„lŸ‚ˆLabóG±\ËOí0ÎZ[‘'r[ç%Z"5T–¥ÉÙŸK>5i•ƒ£µ%y5ötáÉuåªÏÅ^ßzRÔ#mÆ7²œYðéÕ41õ†7oβVx¶Ùu)øo‰êøíåeÓ’¬˜â2¶âÒ¦ríÞ;;Ú8®?ûýèmÇÎnÇ.lÑ¿{b‡²{ÜL"K´>‘/ÛRô]—PMÎߥ:µÙ&í3”ÒÌQ¡~:ﻫÀp_A¢þ*·qnŒÊ¾xÎ<]Q[Ç!£„/D[…¥éÚ¨/yɽ.Š}ÅÅÉŠ^ Çoáž¾»Ø¥[¦ ³ºÔÁ:>£¾T…®)Ù¥™=O?|k¹á2Ïh¼Í§õNõ©v•ó¸?R_Úî……šÅu'·»Sžý=!ó+3jêïW+ . Ó±Ð÷í|±©êOaÛœ?íšE7ìpÝ.7NKXL[xò.Km¢?;|$¥Ð³çç¦o>þ7ëÍõmfbþz»L•_A _Íù¹NQ»¦£åéµ"Z×{ê¸ Kâ®ð‡UŽÑDÞôN5Á¥+>”ÄD³EÒ}"Ö¸N/Ùý ;Þ™o­Á--q#RôÕß”k­”5Z/þ}k® _—l‡û–ϘJ¥e蛕™{ Ûòd±3¸…¿³}ë¯MÜ%åž;~tÆgõ¬ vÀ„—÷ê…fr®ži­¦¿kó…å•~¶ ª-8ÔÕ賓¹n¬ll¬š*¹È =^«‘®üYL¶{öA‰|lOƧ3Þ&$gç'O¬Œw÷8öòÈK9¤,–§§½’jxÍå;…Â{¢MYüPçºÅZµn­ï?×ÚWY$æŠ(À—Áõv‚Õ«rï$÷DÇ]aûTÕëõwºð’áýˆ÷u鯱 c1½ãå¿ù™™¯„_xPvöIm­à˜S[Féü‰º’GEîªàw«“afý·íÞm=r³<ÿ£…ó½âø…Ió²î§"ïµõí~Qcüòžl”SœJâ½¹ÛY•#eTõ:S›ÖÌê놂)‘’vCâÕÏ9>, Ÿž\.oâwzuŠ«ûÏ[V߬¢¤ßµ|Èù^ú’O(ËÝvåž¶/èmÿ”µá=kæFŽßFÕ[VdÂ,­žLÊu¾át²ôÎ<ߙυûôO»:õõLkŠ~õÉçŸËá£,χTìe%ÿxÜNô;ÿ9KðJ>ÁB—ÅëÇFLì=EÚó\-“òB³Æ'£ž ̓=梌’_òÇÆž‡‹°~ë}zÎ`Xœ­äMÒn•tŒkw¨ j…-—l:N–¿—àÜy¸ìÁ2jÝwWÉÔ[%”¶Ï=K÷­©‰þøY,¬ PºwSpzïÖvËÝÄòvÎÙÇÛ-gª‡¶’àt_Kñ°†’Ú} ?ÍýøQž6~ŠV¢Þ¿ÛÌ|¾«4ndéîi·m@Ùu{#þìs¹æ¹+.¯{œ•T¼vã¶)ËÒ¸+ Êìb^úeßV̳o­s"·. !rçiôiukIÉ5Ôe!¯“b™¶= ›oØ´Ëi&*¿}rgP/zÐ9ÅéûvɵX Ù߯"­ž öyzJ)ÙF€ví=¡9º™9­û>!üZ·}dX¹6ýÒ.–ëý(®ñv õŸÜ)"»$Y<ñT3@Œ¨>-#M¶ÿÙ+÷{͹’¾éST,gÈW)võ¸ãö¯¡cU÷´X^ìª|ü–9øÂçìj^ØmZ£‹­«•öÁÆÃhœmtvÒVÙU83G‡úªõ{?eµ<UWjE‚J‚×d½¶}* }ÍɓΧ¨Z·Ú§zÒܽm®'àl³|±ÁXÅ}ÿuûMdv¶¤9ż¼hÈ íp¤‰-ôLÓܦÎè°Þ›š2r4I,ãH]X7è©3þ<Ï3’(šª“ªæ~ϵ7Ë~ÆÊŒ¢j8Q›ËWvyç“úÆç›ö¨²¢‰üOõ&lñ}àon&9ÀÉ©€Lªvÿ¤¦½›ô-±ÖUò÷ÒD¶N~{2x¶1C´%r•ß;wIDþå£ßÅç8Ä3V³2åósêéX~­ n_ÉŒb¿.ÐC”¯½YÞù|W.Ü›fzØ:ÎVŽ}C©KO"¨ÁçÊó«« ÇªÙVNÅö&ØÃnê8t™*GeplYóžT*°<õËýlÏòû´,ë´Ÿ÷’NÕwV@—¤êË_Õ@¬²?ƆŸìޱ=?_KcôÚØß“Ë§ íQ^‹hß´xõyMŸâ­ q”âï|ÿÖàB× Öt3Iªö­Ÿié’+OçÏÑ1LƵN+$pHtœ&¾ýæ—ÐónØ]8ŸÐ^ü˜ ü‘Z"Èöh]-•aý{0§ F˜V,ÞµŒã}sÁÇj5¬ùSJc-Ïܯ{Ïß…wwJÔ\\튻—’\PòdêÏy—)á…q­öP«e´Yöm+%}­Üëi&‘½/¯¸-nJ­|›‘H}é5FÌ‚»‹¾hÑJÙS·Ö– ØÚtWßy,ï¿ã$Ø Yn©0;ë–Rj©Aaý±IúKëžcÜô‘$£¢ð1ÐÃæSõV˜/¼¹é5ø²6úLXJÙ›— ¡y¢–æeýÝåÚhòƇ#U ¬·96¹IÒÙëÃNi›Ô&ÆêÝNÔï‘ÚO¸±=##å´RÔãÕÓ6^…Jiáì›ÈÑ0à3ñÂo@8»`ïJ¥[QÉ·ˆ'†vîMEôØÒ¸YœçIGå©>Gƒæ—r7 _¨¼îb½Ms*Ùß,3tö0âδ;ïêÝ_Ár›‰!pbh‰uu€vÙ+Ž‹)Y¼m5 16qˆËÙ³Qáè>F õªžwêRjÞÍîª#¬®ùg6œýQf|ÝÒÇd]wlËæ¿3 5f^’f”`}Ïöžø}º¢!ï3ÅŽpL–Ïpud˨Æ0ù*Ѹ~é{`TÕj9µÝÕÒ÷ÒÞÇ‘ÖÓj&uÉ_6Õžw|kñrk–Hpú¡åXt}á]Ӥ禀Ǥµ©>—g­×ŒŠK{±?Ú?s9êZª—ÿ;îÏÝÔÝé?¸6ËÐ] Š•¿Ob¥¿Û¨&Úñ}55®½;—ujúÍÙÁÊoÅäV½¶ƒÎϯêÜÍœÈ1JþÌü3i "<þ<ò{°½K;D ¼z¥€Gu×rF\~V‹ee~UÝÓ7ì2'©hkJ”|ôº&í5t×Ú§Ú“©;Ú´.âŽewLSÿî–>—1éÇ=ÉæéHÆÏÒèçyÍÌšã×ýT7+ô†gÇÄ>ÕžR"¹€ì>ÍîjÝØæÐä£Öxškaƒ¦ï•’‰ï OAõÛ+]ß®&ÕåÙî=áªfÓªÜÞªC[ä¦L-R&ÓÑž÷ï¤Þ¸jÇŒ?µZÿä«chb[ê{gJ¹]Uc€µr€O3®Jh}£æ¯úæÖ¨8±ßÜn÷ªC Ì®ob|©>ÊÓ)¨Çë¿7éû˜Å»¢Zö×>õZеbàÑŽòÊËÉTý™Z¸´¢X’W‹dLZä†s¥Ü ¦l•¥ã:]É)gݺåÄ”mËNîí¯£_5ñ^)äý,ÝìsûüI‚ÉÉe·œ”IæZ®27éó¾ç|M9Þ èøÛ~Ó|ZEå½4›>Yžrê”nuónX÷£N®¯5cª-îÉo& p÷õ6CÅy:†æQ;m‡}ž®Œ*ãä2âzÙÑÎŒ3F_P·‚üå? É/FT,Ó•Û$ÛŒ9ŒlÚi29šHö\'6 Uýì£K‰K·—û¯Nì [é¥õç÷j¯Á«dMWSL÷}W7;ÜYÃæÝóúTÎW:{RÚ:v»Ý¼-=•juÙ~ ­Bç ’Ž¾‚#þ3æ3¾KóÞdäÅmªíXÌI³Îh{j\效Ùãý±ùVW£vhËlùu¤ëë4BÕPqgNãÕ†‡­2Ó5kÃ)åSã¦.)Õ°ä{ÏÙ´¬»W›ìçp+[&Õ±Ùšr¡Îù5Ä÷òΊÙ(Ýïñš‘ (Ån·õþc?ãQì»yyf{¥Í‡ÿÏÅ{#ƒ¼ÃWèôe0‹ŽQz!®õM᪑ܱónù3+“Ýr%_r¹íÊÝd]ͼ. ”Åy9íxp–;{9]9¦ ÑÝ æq›ëþåKº‹3°ãêì¹Ïá ƒ.ÜÐô£Kÿof;Á/ÙœC¸Õ³óBI<>ÉR›ææ‹luÈya®Íž®±²T1×—“¸sk“7ñÎV€«qnq”„Äëç2Š[–QÛ{“ ÝŽÌV«<û&A¿£Ÿ’ÎŽæºö¾{qåX>ž±UœhøÜßcåÃû3öìÌ_·Rêá8„¸Zž°Rý¥Srѳì»Sãj¹¿ÙÃ2Gû áÚù®•Òº”kØE“ñf©ƒ&½=‚³ámŸ0÷}N¿»CW·nxö 5Ä–NVo¥jçr(ÙåÎJLßò«²Ôy™ ÍÚF¼Ó÷GDuÃÓiÏì^.§ãi!èly¯oT|¹©‘Û)ý´M¦¢ÊXØvðºbìëïÜ“&öJ×¼ól¿e›äê§=|Yu&t=Q×m$ñEÕZ‡“~5^¨÷¹ —\˜P•Åe½¯~à^c©ÍÞ>Ñ5þ¥ÊXG·4TJïåD×ÕnÑΉ½È7/->Y‡­uø ¾ûê°º%5W\e­Kù>‘±‚¶ˆs~]ßí*…Ýè|¯mÔŽ¬åîp¥z†¼;sÇVÅüÿlHO‰÷d'ÿ¸5#çYQݪ«ûèš|ÎV·ý#w+‡PÛæûÎM¹ð6;6_ÿ¼cBç§ÿ¾ÙŒhm3ß++¬^ÿyµ[ÊÉimÍÞg}ˆ%XôKߥùŒE„ÛÅ9j½?Û\v¤ÔØa0Fo+ý'JØÝmÓ]jy+ž~Û-‘åÎ/žN*æ,Yº$¯8Îó]V®ÙÛ²J…NÕnK—ó†E £÷œ› عîéír¾s_®—l¦GÊí^ûçeÖ«¶¼=.¬áMòIO²Àñò!>Þa~ªùo…ÿqîñ:ÓXC”÷–úŸšÂZ7nß¹Q¤"¸“Ó@,pXQ³ñÊSµ:a5¸ëêÛÀ­Ug…4š0èû¤½úìSÝ“’ÿ{„™ãïT7ÿžçf¶ì–½D-\æNF|ö—[1Q~Ú/眶ª‡ÄgGï°;¦ÉrMÙ«±m’ü¿çúóZíßyuþ©|¤±Õy?gñ°}åÓgÙÄžñ©î‹uikÒ6i4«ë‚v;—…un˜"óÒ¯ÞçAM+9#J*vûÙ»§%ûõ÷c,%ÏYN#çKÝŠ"ÎÌÇG •¸Ùýȹ2 ×RÛ{SFù¸gRÿtØœWuÁ€4®‹̼z<>“cÉ+ãÕ–½uzD01~Z‹ÇkVuaigj꣉ÿÈ{)<„‚ ×3Ðê|9žœnÖsPlC@xZà0ѰHuÓÔq/Xú×›OiýÍþƒï—»ª(†ww«è\Ü8a¾±S”ÍÑáù5)t48’ÐúsÑ©¶±ù'j®ÍÝ›qîLèT»Ø.·p­äafìxÒwÒêù]…Eƒ¸Y×·Ñòt\ª*|I^Äzu@!ÙÀ[ûW@êtG×s9+÷ÂÀö*¡Í6Û$qI‚±½ÁÏ ý1ÊoBG‡T¦œ•©Tò]Chë5yó;ïY©ÙÛrž¾š^DµpZò×ÅSç½—BjÊXg/_½\^`¨ô¬=?ZUüe/0ê¼cÁQù%»&ýYùdc‡–áÓ¹[Úw5$''è´”r3^jªÙUôšr*:µO;ól„Òý)¿–¼žZZÝí*ôHþe*­f04þÍö w’Ò¿ñ´IõÐ^¬µt¥M³žyÈ_5*MÉ}Y£D¯èè:n‹Šfÿ­£ÏŽn˜HðFZ…mB'µ–ÝÎÔH^r¿XTùÊ”ó_õÛîÝ=Ù©Õì3ñ3ay4;“m ¹¶9ýÜtµ¯ª²·ŠW]˜°B¢‹qü0RWÀ©ì7ÎSzºï¼?Kß2ïŸôfÿšôµ¸“§%oho?RŽMDª·«[òDôbdµc¤/¯Ë(¿¶{»j®.–H·å䙨¦úô!ÑWsãº~ËU1pEõ‘Ú O¼yBO7»%3ýã¨áÕ#ýQIÇìÏŒI0k«Õ1%Ãm+ý­¥è“o{dLV×]|ö‡§ˆÓ,‹Ï)þ8uDq®§9üă§oÐ>ŠîÔqP$åÎ¬Š“ü¶PýÁ´anY'8i)eíÖ ƒ'þoúgü2tsÝÎÊV™QUӪɌ3ÝŠÞ¿žnÆþu§—/ü–ÓbWÒãÑBéfwµˆÉM&dø«–CÓâÃy+Ñê=wó±ÓÉJ­”Èžá4CúÓìYœ[Jý…ÆÌÖZnW ܦÕËŽ©l9 _§ý¢©r¦;Râj\üåêDz?Ÿ>|Å!&$?½lb—ÿ‹H;ßÏáÁº6üòƒ‰Ëù :ÿ•‘:òÿƒªKÿvþ~ò º)æt·ÅòX%òú?¿ ;¦ó˜Â.€¬Þ›â¨ÎǦû'ÂÔ_”ÈïQû ¼È—“ÆÂÊv×(3ÚcŸ*hk=<ÛÂ\xªY¹êÊw‘=L¤÷æ‰ËMŸÜtóJkž3ò2¶;¿5ççW½6¢ÜTâê…cTý¯ ]ËÞ)Ò‡Çs¯ñeÃ'Ì•o‘&ÍŸÙ[·¿@ \/¨ÎÍ{(ïz¤éZ˜ÈÚ§¡‘®3étOy^ÑÓRúÐtôd£Ëª–NVoQ`9Ã{Ë÷õ• :–ÒÜLÂQÅs^7¯[§\ì)~®È¥œ $~¸uV0\@“ùjÛA È\DðÓÝHgáí­(M Èã6›üY3ÃFF—T©þÁÓºA3Ié| ,.E7À†5Õ_©CB„D~«Wä¿|7ñÃæ£ eÁ§/E t™c¢?|RâçOä‹JoW©C¹^”)ð6(½‚_BöÁÛ§b¿¦ž*k‡ #šŸ‚ƒú¦ ÜŠ OuY¾ +gèFU( Zj7x#cG?Ú–Šð?šÒÎ;þñåöµþ(Z*Z–iÚ_¶WÍ•°î!=ÎFrÏ7ŠÙêEÝÓ%GOÀ?gDñ¦_éºsu\Kl<‘¢Þ«|‹ß–6/]*8y2ŸÖ~Ž'·ûqKhà…Ý^ýU}ʺ¡ÉÛºªš;¥’ÜXÂg-Z&À+a ˜ô°¼ÂôyBÈ‹/·öØt?²÷¦†ªDÞD>m?åóVjlÔ[‹elRúÈϼleþI…ªïxp 7‹æqù¶%µ·hèZd ._Pà_Ͻ”âõ¹è"ªÉ¸&6½WS‚¸ÎåãLWÓ¬¾ë°WQc»ªPü¨ø`l©rå1FÆAÑ/…B aÎ'ÿdø æ['/ÈnÊ-–^ܬø{å¾s*繦ÔÕîò—RåÂŒáuíèÜðË&ö'ŸtôÇ‘·Å½«ÞI®©ö WJÚàm±ü>äÀÙœŸ:a;ú¤†éÂFY_ñïü„@ñtbZ‹l†%ˆd^/ô³Ê]+Éœi2r—OºvùÉ$Ä­Ú[wìvG]’‡~¤œæÙ“Ô}Ë+“=ñþÖY?Bødˆç!Û¥Jù”ãCÅ +xë/Q‹­JÆn³…—«ŒctFŽMËxç¸äLÛd£tÞ~hìD íñ`¹4/÷™åg½µævç­Úb={îLý/=*ç¿Æ'O1&=;áÉÿ·ùÇð­‘'K îz¦ù§û[†êüü sÉ#&\…jߌLüŸ„‘ËåŠ|*¢9ã0fR%*&qFbîǃ ™œ—{‰±rvjÃFÕã‘¿ž¶QÊøÝ@¿@U-NX:)¬00°ÆÛèܸœVonnëÉ@¶¥}æóß•›<ÜËQÛ,ËËWÍ'#yÆBÍ ö¡!¿í`îG¡&®g‘3>¬dTÖ›…ù–•;O ¾z—p±š\¤¬ly­R0]ÔF1W•‘ÝùÐ…§*õá–øçÃæ “ü¾«ú¨]×·Y  ôß_zBÊzá‡%MZ;H,¬Ìxøþ»¶|kën™ âTר?G¼ä5´¥eö/< ±DȾô0âëða§BšWÿ~kÜÚðzramáŸØ•&Ï6„âå®&?T:zظ‡MÔdT{ZéÊ⪜Ú7ɇ‡+L>¨2K‡5Ö vÔ ìœþ'0èû’Ô›û½\þ Ç(Øá‹úî§ìSŽvü³ &þîïq¦ÿlæõž‡tï{¥m{ò®,¶ì~ûº£yäð qg¿ñç=Œ_DrÚéÜõÖNmÿGf¬ÒnÿhÅá±Uê?r$ñ\YÔH0º³×¸!­åy²Ð<„Wü ^eVG\È#M¦=\ÍÐÉ%„• äú¾öí%‰Ö+–ËS]¹û®ÛQçKjTëRæö ’5<ëÿý˃v´:]ÄS_Îð–ܹŒC؜ڡU?£˜UñÝÃhâýYM ‡Ãz…Ëç4)5Yœ1·?övþ¼ï^NR}S¸¿È•‡ %ÕVËmG‡«ÞqS7¬Ò©>˜ºÚþS·Ìέ5Ðæ¸í÷zå˜.@¹Í¶²èµ’­SþÊfM€Zåãø J~ieôçÇN½}`ÏóJ³@‹AciÃóãf ¢5oFœj‰ ­ÌïØçwsÖ´Tkƒ”|&Æú¶Š÷ê´HRùíõ'y¾œ_ý¬¥ö^l]Þz[4ɾ3F î®ï™ÍÞ®0èVmò 3u15Jri‘pL’n h øÖ?’Í]aø"AK¡Î·'f+w ‹ÓÆá¾fÜìîõË—ÉæCœ¸ôWGïëq‰ö‰4ó´GÙŽ}»}SþgŒ¸6…«K1¨·ðúêFWkƒË§@Ò7ÿ³ ß>È̵Gw}Õù^z d8°ËHÌ îsyó¤ô.s¸ö¤Ÿù€Å±{—Rú§ÓƒéÎIÒšžEË÷kì¬ÔSX|uõÙz=ÀM9\Ø\áPGE›ò ÐD–Ï·Ør -hP¢‰¿œnÇAyî[‹«I[Ê#‘ —ÅL äuøÅç2C©Ôç¹b¦[{ˆŒÅ¸NLU¾ÒüY‘¹9Aç«ÊW& 燫]}ÌubŸýµ"Â]}-ýM1uÞä ÄF>ÜAT‡¸í°kl{ÚßvMécÝß·IlÙayÕy5wUgÝB,‡ ¯áºz»ÕÅÛ2߆^óæ/ªv=—ñŸ›|nU¶´í³Æ5Û ±¥ömȾöáhÈõƒ!¡`÷ÚRûœ¶]t¸h«¤bkãÀÿlÆk¯B [QævÙ"Aš:¹Ì¸t psƒ•bì—„Ç}„EçÙ· œgŸé4‡Z^z”°¸¤å™õA?Á¯_[­½öóU·F}QÖ1*ÙKÖrRGdó¶Ü½²ë/-»,êDÇéDÇÄÆÅÆKÕ£X•|§²®œ(Ú2ýC0 b…Sܸaÿ ´´¡`c}Ÿ`ÖöZ‹}]åJE-¿ýº‘æÉ-×çÝ]gæÂh$déÎ)¡©Zj£×tßDp¥¯ümýÚžæºÃ'IÏÑÐqÜ=¥Òoì§ï¾¹˜é¼nå$¯Õ꼌øëNàýóîö´@8]=Ý«µÄ¨çq¯æV8zF=û¸äŽ Ÿ%Ü9”o(—ïVÔ~í¡/fZòÔ±|%­È21~>jkc3þõ{o÷ÊqËÕ–{·?ì¥QÛü|»a²5ºûÐ[ŒìEm^Áj¶ä%×jŒñǽ{©ÜTãR}éQ~ïyß³0¶¾¶›9ׯiŠçÉž±y¼jä~93J*Wý­Ù'û¿©Õmçô¬úû”wš´ƒ¿p°·¥moóÕ¾­•–æÛYdÌUŒ.ý³½’=ú»û{䟃'åŸþÍF^ä&õ÷(]÷ó w« ›ú}iÎ<ƒ@ÞÎ\_§ŠQ¬©àª>p¯5û(¦†Þû‡ÑÕÊÚÝÃo´Ë?>î-¿»%E){Àâ³|Ìö›ö¼5¶¸¨ˆÔýÝ<Šøª‡ˆ1˜6wHT·‡Hê}á³®ê-´iï([ßMÝ›RÖïúb3½(Þ9¿jºÒ¾Ær¾4̶¿¿_}-3pý¼°à+¿6VPój¤®¾%á¢^À<‡†p–ãmÌf–~qUMi¼a×x‡žíϸ‚ŒÚlOž#9ÝÛkçz†úCeüö_>U³ží{s¶)$ûf;cìÞó¿¯øv"Ü¥Y¢¨J8»«Ú'ÆØvê8´ºÌ6 . x+¦µfj©‡Ýøß„¶ºžY½è˜¶-(V.¨UH“aŽR¢ÔËŽgåjðLï§¹á–ìåé‚»æýêë6EU]M#ÞC c¹Ù‹ …‰SóYÇYû¹ •™®]·œ)KØÉ¿Ž²H¹ÍìutŸÉ|î}&ÄW'­ßbÄrù§÷Ü…„—ë³W…Yx/cÙº?ƒŘgך÷[ -Ï!V@ŸC˜úÃ?ÒyàÕÃç;ҨͳUµ:ruÆû†­·* ž¨,ô,õ±ê¾y&¢=äÎVû÷\ûýÛí©q°ÛúÆÁ\-4ð<¶&³Ó#vðø°]µáS²¯ñÏäì!»’=½²ø9ísÚá´¾´KõÏÑ_™?DzÂaš0C˜%Ìæ „EÂ_Âa™°BX%¬Ö „MÂa›°CØ%ìö D p È€£9@PÇ*€ Ž´@œF€ 8 0,+p `Ø€à¸à4pàø~@„€³€0 ˆb€8 Hç 0€(€8 H2Ày@.K€< \%@P®ª€pP4€k€& h×@Ðnú€`Æ€ ` ÜÌ€[€9`XV€5p°l;Àp'àà Ü\€{€+฀'àx>€/àø÷ÀC x<'ÀS B€P "€g@$ðˆ¢ ˆâ H’ H^/t È^Y@6ðÈr< ( "à ðx%@)P”@%PTï ¨>z h>M@3ðø´­@ÐtÀW  èz€^ è€Aà0 ß`~?_Àoà0L“À0 ̳À0,‹À_` XV€U` X6€M` Øv€]`؈ x$ÉÀ£ 9HR‚Ç@*¤ƒ´ Hž@F < 2ƒ, +x dÙAä¹Að4xäù@~P…À³ 0(Š‚b 8(J‚ç@€ 0ˆ€(ˆ8(Jƒ2àyP”/€ÁK <¨^A%PT¯€ª xT5Àk &¨jƒ×APÔo€ú hÆ  h ÞÍÀ[ 9hZ‚V 5x´mA;ÐtA'ðè Þ]À{ +躃 'èzƒ> /èúƒ÷ÁàC0|>Á'àS0 CÀP0 #Àg`$øŒ£Á0ŒãÁ0L“Á0L_€/Át0Ì_Y`6øÌsÁ<0, Á"ð ø|ƒ%`)X–ƒ`%XVƒïÁ°¬?€Áz°l?M`3øü¶€­`Øv€àW° ì{À^°ìÀAð8ƒßÁp€?Á_àoð8N€“à8 ΀³à8.€‹à_p \WÀUp \7ÀMp ÜwÀ]p܉ t"…È £9DQBÇ *ˆ¢ŽC´D€ Fˆ : 1C,+t bƒØ!ˆ₸!è4tâ…ø ~H„„ ³0$‰Bb8$IBç @ A0„@(„A8$IC2ÐyH’ƒ.@¡K<¤]†!%HR®@ªtR‡4 k&¤iC×!HÒƒn@údAÆ d ݄̠[9dYBV5t²l!;Èr€!'èä Ý…\ {+ä¹C'äyC>/äùC÷¡ÐC(z=†¡'ÐS( †B P( ‡" gP$ôŠ‚¢¡(Šƒâ¡(J‚’¡(Jƒ^@/¡t(Ê„^AYP6ôÊr¡<(*€ ¡"è ôzC%P)T•CP%TUCªƒ>@¡z¨j„>AMP3ôúµ@­PÔu@ÐW¨ ê†z ^¨ê‡ Aè4 Cß¡hƒ~@?¡_Ðoè4M@“Ð4 Í@³Ð4-@‹Ð_h Z†V Uh Z‡6 Mh Ú†v ]hÚ‡ˆ |&…Éà£09LSÂÇ`*˜¦Ã´0LŸ€`F˜ > 3Ã,0+| fƒÙa˜悹aø4|æ…ù`~X„…à³°0,‹Âb°8,KÂç` À Á0ŒÀ(ŒÁ8,KÃ2ðyX–ƒ/ÀáK°<¬_†a%XV¯Àª°|V‡5àk°&¬kÃ×aXÖƒoÀú°lÁư l ß„Íà[°9l[ÂV°5|¶ma;Øv€a'øì ß…]à{°+ì»Ã°'ì{Ã>°/ìûÃ÷áðC8~?†á'ðS8†CàP8 ‡#àgp$üŽ‚£á8Žƒãá8N‚“á8Nƒ_À/át8΄_ÁYp6üÎsá<8.€ á"ø ü~Ã%0#‰p’ÀL`!°NØì'‹ÀMà!œ&œ!ðøü‚ Aˆp– L!ˆÄâ„R¸î{á>¸€áoð< ‡GàQx þÿ„Á¿á?ð8<OÂSð4<ÏÂsð<¼/Âá%x^Wá5xÞ€7á-xÞwá=x&Â$È„!CŽ"äB‰C¨j„9ŽÐ"t=ra@&ä$ÂŒ° ¬È)„ aG8N„ áFxÓÈ„áCøDBÎ"ˆ"Šˆ!âˆ"‰œC€€„À‚ †àˆ"È çYD¹€\D.!òˆrQD”eD¹‚¨"jÈUDÑ@®!šˆ¢\Gt]D¹è#ˆ!b„#&ˆ)r1Cn!æˆb‰X!ÖÈmıEì{ÄqDœ;ˆ3rqAî!®ˆâŽx žˆâø ¾ˆâÜG ‘äò Dž O‘ $ AB‘0$‰@ž!‘Ès$ ‰FbX$‰GD$ IFRT$ y¼DÒ‘ $y…d!ÙÈk$ÉEò|¤)DŠ7È[äRŒ” ¥HRŽT •HR¼GjZ¤ù€|Dꑤù„4!ÍÈgä Ò‚´"mH;Òt"_‘.¤éAz‘>¤@‘oÈ2Œ|GFQd ùüD~!¿‘?È82L"SÈ42ƒÌ"sÈ<²€,"‘%dYAV‘5dÙ@6‘-dÙAv‘=d!"$è”%C¢ä(J‰C©Pj”=ŽÒ¢t(=ze@Q&ô$ÊŒ² ¬è)” eG9PN” åFyÐÓè”åCùQTBϢ¨*ŠŠ¡â¨*‰žC (€‚(„Â(‚¢(†â¨*Ê çQYT½€^D/¡ò¨zUD•PeT½‚ª¢jèUTÕ@¯¡š¨ª^GuP]T½ê£¨!j„£&¨)z5Co¡æ¨j‰Z¡ÖèmÔµEíP{ÔuDÐ;¨3zuAï¡®¨êŽz ž¨êú ¾¨êÞG Ñôú DŸ OÑ 4 ACÑ04@Ÿ¡‘èsôàåAcÑ84M@Ñ$4MASÑ4ôúMG3ÐLôš…f£¯Ñ4ÍCóÑ´-Bß oÑwh1Z‚–¢eh9ZV¢Uh5ú­AkÑ:ôú­GÐFôÚ„6£ŸÑ/h ÚŠ¶¡íhÚ‰~E»Ðn´íEûÐ~tD¿¡Cè0úAGÑ1ôúý…þFÿ ãè:‰N¡Óè :‹Î¡ó躈þE—Ðet]E×ÐutÝD·ÐmtÝE÷Ð}”ˆ’`G0RŒ ;Š‘c%v £Â¨1ì8F‹ÑaôØ Œcʰ“3Æ‚±b§06ŒãÀ81.ŒãÁNcg0^ŒãÇ0AL;‹ c"˜(&†‰c˜$v#`bc†b†cR˜4&ƒÇd19ìv»„Éc ØeLS”1ì ¦Š©aW1uL»†ibZ˜6vÓÁt1=ì¦`†˜fŒ™`¦ØMÌ »…™c˜%f…Yc·1̳Ãì1ÌsÂî`ÎØ]Ì»‡¹bn˜;æyb^˜7æƒùb~˜?v{€=İGØc,{‚=Å‚°`, Űp,{†Ebϱ(,‹Áb±8,KÀ±$,KÁR±4ìöKÇ2°Lì–…ec¯±,ËÃò±¬+ÂÞ`o±wX1V‚•beX9VUbUX5ö«Áj±:ìö«Ç°FìÖ„5cŸ±/X ÖŠµaíXÖ‰}ź°n¬ëÅú°~lľaCØ0öÁF±1ìöû…ýÆþ`ãØ6‰MaÓØ 6‹ÍaóØ¶ˆýÅ–°el[ÅÖ°ulÛͰmlÛÅö°}Œˆ‘àGpRœ ?Š“ã8%~ §Â©qü8N‹Óáôø œgÄ™ð“83΂³â§p6œçÀ9q.œçÁOãgp^œçÇpA\?‹ ã"¸(.†‹ã¸$~'àâãŽâŽãR¸4.ƒŸÇeq9ü~¿„Ëã øe\W•qü ®Š«áWqu\¿†kâZ¸6~×Áuq=ü®à†¸nŒ›à¦øMÜ ¿…›ã¸%n…[ã·qÜ·ÃíqÜwÂïàÎø]Ü¿‡»ân¸;î{â^¸7îƒûâ~¸?~€?ÄðGøc<‚?Ńð`<ÅÃðp<†GâÏñ(<Ácñ8<OÀñ$<OÁSñ4üþOÇ3ðLüž…gã¯ñ<ÏÃóñ¼/Âßàoñwx1^‚—âex9^WâUx5þ¯Ákñ:üþ¯ÇðFüÞ„7ãŸñ/x ÞŠ·áíxމŻðn¼ïÅûð~|Ä¿áCø0þÁGñ1üþÿ…ÿÆÿàãø>‰OáÓø >‹Ïáóø¾ˆÿÅ—ðe|_Å×ðu|ßÄ·ðm|ßÅ÷ð}œˆ“H‘"•"“:*E.E!E)uLŠJŠZŠF긭½Ô ))F)&©“RÌR,R¬R§¤Ø¤Ø¥8¤8¥¸¤¸¥þ…í¿Ó§ÿNÿÿJÿ÷#/þïb0’ü—Þþ…ñÿŠÂøç/ü ‡ñß#0þ¿‰ñ@ÊGþ‹ñ…ÅHBB$ãìîä rÒƒ½-ËQ22²£G·IŽ2“SPPP”,Ièi‰w©©©©ŽQRRù1œ8AGKC}Œ’ü()Õáù{ll¬,L ôÇ©i‹®ü¼gx8Ù˜hiJnIqA^ÎSLt$GþéÐ墬4 ˆ ð°¡ !;¬ÐT¿rY•â9Åpü9éa?.æ¦×Õä¥$¸˜é©)Ž^êëâdcvC]ãec ¡¤$#?$|èçîdqCMäd¢=$ó~àåtëúeT„‡…ŽŠœ„â,1&,ÀÝÆàŠ´øÖ$¤ÿÜyFJLˆŸ“©†ì9>¶äGùvÉÉH|öÐå–Ö?õa•_Avjôc7KmyP€ý°-7¹/cŸzXëÈC¥€wyqAžÖ: ;ãAÅýâüŒø`¯Ûº$ÄÿØèK 2B¼lt/ÿ{û_nÉÿ’›Âÿ¨`ü—dIØJþ§ÔØåü?Ç…–ú?á‚Ö-—‡Ï3r Þ¼+..9 1(.~÷¦à߇ôõ‰S¼’²ê&N¾ÁÑ)Ù9yùù‡Äùùy9Ùÿ¦Ôd$dÔô¬gÄ¥¯ظ„E'¦¾ÈÈÈÈ< 7ÌÈx™ú_ÕêÈrr*:ôòõ[N^!Ï¢cãâãiããb£ÿOzIFyŒ–‰SS»aáäî÷ðñÓ àZ£à §ÿM«ᛎÒ0°ñŠ¡òê7Ìlœ\Ü<<=½i===Üþ‹YPÓ3s HJÉ«]705·´¶¾msHuÛÚÚò¿ɑ㠧x„$QÙËWÔ5µutttéH´ÿÝÉi™ØxÄTZö¢¼¼‚¡þ+ÈËÿ§ 3Ñ‘‘“PRÓ1âä—$‡&q ü—Ù!';JJz”„–™“ç /¿€€€à… ɺ JÊãô L,¬llìì‡s“ý_.å8Å1jZº'-ëÿ¼í‘#¤dGÉ)(QQ“:š[GþÃE¡"=rôß¼ØÑ£T¤dd‡¾Ïš„”á'dCNÂø$a9؇*Óÿަ¾ùO{†9þ4+¯ó)™i-ÝP“NÓ{Ÿc"k<ÎN“àw4‘R˜ž–ôX<­;“ô ²^jRFr&›â•·tþ…ŽÞ™”rQЊ韶. 1Ügäc4§M¦£;špŒ’ʼnPÚ’ØÓõ“¹FýœfüTÕ#G<¨?Rˆ¶©§k!‘º(^“@bELR$ZÇÉŠE®»L±$hB’IÂÝc”f%å!’°3Ô$ŠQRÿ4Iá‹ SxÞ?ÖKáíÉ'.ò (‘œb袰 ¦w`d¥rΜútö(] ɰÕC¦‘c $ßHEî8qÛr>eœgð&-ó‘¡P`$!z”O×ÈüÞE}:e†ÿ\£$j~9`ƒ¥žÚažbЇñ(Å]ï£ã½&bZü}xHˆž2¥-&™8m­Vð5rÎTGj¯W'†õNøÛŠôD"JÇh ý‘à'ª+b_Ž÷Ü•¢a9ÇÂ=s"÷4Íq†+ƒ¤(^°ªÉË”øæÌ˜ErÒ§”Tžär/1å ±2I‚ƒHêäϸEê@¿ØBA:AúèôØÓ›2T€/Å.‘ºòpœÚîËtÊ<÷KUTØ9š@ÒìÑ©XUóQ*êzÒ¼c¤ì4EðÒG$̤6—:ÿì½XTÛû?ºg†aèQETlÄDvw¶¢Øbw**‚ vvcww'O˜œó=ßßÿþî½ÏsÏšfïµÞý®µ>o¬÷]ðŒˆc+èÖ2ä¢981œ4ôö¯aL6Ý2¼u×µ¾ç8¨4R™âúÀ¶£ÙFßÉ)Üë´!ÁäjŠ"LéKQBÖÆ”Œ8,ph9=Ç éû;íÒwѧ…[èw®Ò/uè´8 Ò25é|Óu¸§5`™,}«šö󜆙½Œ¡±¡ÀTÅt)ïytlÝæc†ÛIž-ç›@OÓI¿Ž¯¼ à ¡®îÎó] Ÿ cMÅ^׬ ±…{ÀBץΠúÙúý´{Ô{=|4…¹¡¶Q­ÑÖG,b9ê ç;ì?fî¯/Uï­ÏSaÁþÑÊåbÛ ×Ó>¹¶Œ#eLvŽ ì0Ò°©e3g³ÑÒÑèï O›sÂ}í/ï ýÃjÙ Fê?8Ý´è D{Î0n¶ã±ÂÕßóÌsÔ9OvNæúܱ¶sørÎéÓ¡yzfþ]º‚³Á\Íx˜´ÃðÐðÙÔÁtË÷¢ë‚¯€Ž/M"°Îy¥³Ù}£ä›aÛËL¥¹•×cž§Œ pÛ–6ú*]ôE;ùµ_Øé˜ÜбÔW.GJƒ»ÍtŸa£Œéâ1ã뫌¯ÝrŽzTª †vKëˆ3\Œ»É"êI‰Î†z×®{=ÃÚ®Ò­¾üm‹RNf8ì­×¼×c°aޱnéЗUážþöCœOûÕwM¶ßfqÓª¯×:û#À%Ã^û=žl7I†Žî5 ˜ù•1©4Uó‡õµJÝlšsrÐ#cc½ÁXÃÙÅ”Ì\7K¿8 ÏÖ/õȘi¸ÇŠø}cKl»t­ßËÕ5Ù3X?D×Ê,zë½\/ï˜s}¹©/ê涃 ím&àé$ÐÜ´tÜä~àªÛ:ž(Ûñw¢£Ìg#]«5 ©ú@Çó†ûÚ&£qvÝ.Š+n;Ô±Ørx3ÝÕV7P_䲨”(î·õÛ]Ù¯÷Pì7ë¯Bm‹]Ž„œq]Ã.3n±:k® ´/ Ô—-íl×ÌóÏNœ^û€gúNþ–'œ9]u™ç:u`çHà°¢?lîç\888îºÚ%Âá°Û¥£ÞÙfî}pΫZ˜ÈÒÄg•ÿ £…ý.d‹ZÚmõ7{ž±õ 7;¹¶mÐÊ>ÇÞQѰ¶—ð2uû〧ú}†< Ë".´þÊèµÜ4ší[X'ÌÞ.7œ ¦ú./ Í€ Ä<ÅÌ$YýÛ§ƒÁ¾¦EóZ» É¿šéœ+UÛöŠQ°¯g¸ìänï<×cÌzà’žs±7|p¼¯ÜòÜmÜl¸êÖå„[‘©qÝÆ.v#î;Ãî½ÍÀÓ$ÇÖO1}'c°ÞÍyCà2/·Ívã×.»ýMM±®;­«h[KßÇ ޵¼ŠÍsf“†=f ¸h™hWÈ ó0ŸÃºk@€©Ø~½r.2†;ðzb?Ó¹6pÆç~70X?T?Ó¸Ë>Ëû­Í~«Rû^â8Î}–¾§ž12÷õv³1SõÝl{Û/òŸg;ÁSóÚFßȾiãñááhý—é]w²JU<ÀôÎæ®1ôþƒ…q‹9Ǿ’žµ¤?á)Û~ruðx¼tFL°K‚‰w9îZÎ{þ²=j(M,Ü:é;·n`{Éõ–ïGÓ2çíæQ]Üq ¾¡ßówwô£òr%:¿Áo Ž'ÍšK#sm`0˹H>Ø>Nbu}ǘMú†vV7|z¹Fúp¼m\tÖ˜X—u?êèlûÉ ½lY]ç]î£÷î3E–ä‹Qúƒ¶^@sç~ž5ÃÛùo\'ÍÃðÁü˜œàWÕi%a¿FÏ—ÑOÎ-«Œk쌉zs'Ÿ ó —m;úêV6S Ó|òmËÛ<µò޳pÛ•qkfnæž Ov~jŸh˜gNˆ~îß½ÄñÙÓ ý9ßÛÆ“FÌP ôÁø×êýLý’[:7ì±hi¾«'\p¯=ÀÇ3ŽÝÌw€ÃŽÓøäˆØÞ5ëì¶5qNm–Ú–ÇGÛ;99ൻ§}'¿D{ÁäaçøÎ»cˆ•w%ÏKžF×XsE·u>+\v””xgéç‘=Ö—”8N,v3õÃŒ´ê/±ºˆ{®í@ç€äÕíK§<ÒVõÚéßɼÍþ˜wOƒ‡ã¨}%%Fí/¡Ow¿l²f¼o—R¢' } îæýîŒÞA¡Þ{}bÝʹ_0>NîåçåiÑä­Î2êhˆëÆ‚R_hL0ì=ÏØ§Ú@ =mðzôÁúLç#€ ô²j.ghdëcl>ý–C…ß/)Y±ä¢¿í×x«Náïï½:–L\ihcU±ÁM3ëÒ(dáÏYæøÒ¸°ÄPå…E¿cÊÅPÛ­OV;\\¡Î®l¯}§¤ *{Y¢PÜdöU]ÏOª•Û´æ½—gË_m’3eÊî6}ï.XÜÊlÐ9¢-<ž—U>çI~N£åÆÈkDÌßÐag‹‰Í*¸Ä-:žV~˘§·?óÀ®Sˆ×ûåy™-P†¤ÜÛû~ÅžõÞòú«ÛL^<{öBŽ÷»Õ³Iö‡å\Û7ÛNlì_wV¶e ‡+0uµŸÅ!çASLž4y$™?·Ï…ƒQn1R†ëFAÛ”ri¥ûÝl§ÑI±»ÇQGâc{'=ì$\9NZ1`• ½Ýú¯™ý!¾^Ëñ`ægsÎÖzߥ†åŒ ™ÕLΩŸ¸ºÙ†x¯'üxÓ ?q¢s÷ižXÐ¤í¹­Mk»†5ÝTgÖÜs€u˜ýõI¦Œôr™hM%9½Óµ}íÒâ„°Ì„gó7lõ hò²ËÑíáþ‘çß­wœæ¶Æz±ï!vÿå•~Z*‡ê͹°' ÝÅäeúg5¼ø~­Ûõ·¯,RßË·N:O¶{²uˆoìÓxÌ5o?qyÚw’9«Bl@ÌmaŶ֭dwe¢õµ¤†•‘ˆ¡EÙE;]¤·‹žœšf=.5`H¿¶qœŸ-ÑÓxIœ»ñü6uj½f¡¶óý­V7µ]ú²qÿ”ܰXÓh‹ðžÛÏ;Ûw.HÝgØýlzúÛu¶Æ€q-_…××_ØTþ|áñ^‰1ðÂõÏ’æõéwÙU»d®ª>÷Þ®y± :C‡»&ÔYøœÍH½0mïÝBÙº(ÜP±ò޵Þ<Ú'~¹µ!$¶çnðè:A™·¯»¦z¦©S>ç¾3wºZ”[Oí-œ9­¥ÏÚzç¦ô(YõéÞýO¯^ß;z!¬Ó“Ôènu'7î¸`_Ãü p]ý޽×Ëá#+ƒM»õkt¥ÀûE;áåüÄ÷×#=ƽ)x°}ñî]þ“â›rÆW™à}äpû7ó·ÍÍt%«î]pÌœs–-C½ÞÛnußâ´ÉÐ=µU¹ ý»­[Ÿõ¶65^a®“›sçuzòôè“Í FõxÓÞ0,¸Þû>½°XJ©|ÞiL87 l>xÃîéÁÃÝ +ö]Ò'|îî¡“šn°ÉyOM[òèKŸå« ºŸ*ž.÷èx‘,µF7eó“©A§DûúS*AóíÓÄ—šØFFÝ’:÷ôÈ^•ÑnÞ 9!Õ¬g¿ÎY5ÉiÊíÃzeÙðlDØÔ>£ÂÈ™Zœ°êu£èaÁ ÏbüÎ\aÈ"~ÉpñåògkR"õ“.dÕÊæâûlÙäsùOo´J­63m`WQ¢oá×øNt‘’U+Q7¯Ý«…³[)¹'}÷-èûxÁú¨w÷Öå.m5öᬅ©Nç—ãg}ö—CîÞ×Õ.XŸP¯Bá«’Õ×·e–“j]m4=dxÞó‰…bTëOL»í4Ü ÓYB²Õ®S·ŠÖmœB½ß˜ç:k{Ö¡y“k-Ýc[prHüÜ~Ëj½¢Á+¸N·ÊWæ.÷ íÚ}Z¶|yÎ(àÊ€%-fÍŒ=½¢UCŸIíGZùÌ>Ÿßqqv£!6Óª¬YU»qìù«7Dxaå#KRí1Gæ¬òÞ¥¯ÜöiÃ#td_‹K“ƒwÔÊk‡ž«Ö°(ßêò‡ÏåukäGïyvh;×»u?è M#ó'ú7ÈMqþ–Ï¢žÏ­ŽÚÞïYã'wÖ>éŒ^³ýp3°¯zè錄eú”ã®É›7ºøÚúc· ]23f7ìcZÞ\kÔ«„ýüÐÌg{O®21Wç—®.£†;¬¹6ôP¾U£öÖÍÏ^›Då\έaÁ>j>ìB~Ð±ÃÆîX½wûŽú+.…¨Ý±ï˜)÷¶8v;4~Ø`¦Û4ïã­3«M}8õPtÀ~å ÀWo]KoÐ;ëìE½EE£ŽÐ;UÑ몰~µy¬Ó™Wé€"ý½‡ÎT]4Öëך×:ú• ‘†×úý P 0Àc=蜥ëcG,zën>7]–­ÉÄ¿À“­Ÿo8dûÂøÜ4ÁhŠ]À™OÛL€p¼A&À°³Õé 9epzY來,³ƒEcƒ§íaÞÂj;Ð×ÒB¢õ'ô !ÊtB—¡[iº¨K1õÒWY$ÀÃÈו¦£Ýu˜Þ¢š•ô·ÚX%,­:Y†X´°¸k„€ z+ƒ…Åfó ¸­¯a8géä ìÐë-]õ[€FVÁ€%`mQhôª›š=@ DÙtJhg^iÜeJ5öz˜“& Y¯<,}’•E)JM–:ïÒ8ÅÞôؤ ºE€0 ˜ ˆ†l{G“îƒ0Îd­ÓÁ@KC+ ¼ùPÝP(Ô¹­ )º»&?à¾-i}Ó"Ú.˜,)`º±¶Õu•€yf «S@¶i‰y¦a$°ÁlQA§Ÿf²škgÙÀq,Јެýv¼¾­uЈ3Ä”†ç& ÒÆØlŸåXO·ÃÞŲ¥~‰qpÒXdyÇ|Û³²0«#áPUg¬§‹,JÓpðÑEë¯Xf™€–úW@{sª¾2`(U½H`å ÔÓù­ª˜+ètÀf«íz7@gÑ(2º]JçJYì4rÖ—æyý€ÝÆ)Ž[8Ûò[œÿÏ·”Çý{ã¿åßòïYŒÿžÅøïYŒÿžÅøïYŒÿžÅøïYŒÿžÅøNýO8ý[þ-ÿ–ÿ•¬¿l©ò/8ÿë¥ê_¬ »ÿ?쌻ý+¶ÿ[ ó)cõÿ{£Èø_8zsÍß¶øeKÊæ§1LûM&Íÿià~h±+ƒæç#ªÛšþÛÞã­ÿ'‘à·2ôKÞoþ'=iÓæ“n×åë*‰¿1ÿã?ãûwåãÿè©Û•ï~íù­.¸ ŠtóY]ºùÛw5ÒÍé•ÿšßïó8jýC~dúÖZ¶9”–|=£÷póŸ[}ƒ•b€ÕÀˆ_$ž^¹W)Ϙ2Ñ«úUt-~Íp¯¿Ç8,ú?a•nþ]jEß羿}ßÀᄽÙ{ƒÿ5=~㶨þw{JõÿN:Ö¶é••NÆWùþ_Ýž^ô_p/÷_òóÇNÁ_XyŠõ‚ÕÀ;ëγ×oz ÿ'Ä?Œ¾×©' “IÒWã5¦JºyÒ5ï°šß®åo>Ý~ÞcYWÝ÷ålVú½Ͳ+{ãÕ•ZiÌ:ÕãWºƒÕÿ{™ÿßjJ¡©ÜOg‘iöý]Ü×Ý1ê'>_ï]ÀßX×ø?ácñÃË×èoìÿ‡ÿhjüÆãàF~ÙáûÑûß»~£ùþUVí‘ßÖÛ_ýKë­ýú/ +‹ÿË™MÑ•Õõ_áñ­Ÿ 3dü°ZG•Iû¥‹rr-}Jg™QÊç—zóþÖ¥kÁÈ_ÚzšK¬KÛbÊ•Ð]÷kýG¯/Üb¸Œ¶Þ5Ó+DzŒ¶×Á_ä0Þ¿ì9•޽¬‘Wž]ÆØzšÿ¹Vü^ûkÙ¯û+͵×ý,›Û¿YUY®}œniJûM¹_¥qªÅ´J¿cø=j½Êòç¾óáóëÿ¬É_tªŽ®éwS§ y¥ñÙwûCßùá_cÓï‹é»ø£4r.CB~ÐýeZý—ÇøßrÊÈ„oµ«Éù¿Ñ/NûŠZ¿_R/­Ü¯Žù¿­-¿FD_y¤ÿfëut;C’ußþ¶Ä»Lì~ÚS­üãJö3‚ìC›¿`÷§ý”fßá$µøñ½4Oÿú§¡?ôu¯Æ}‡þ0»”ÿ°#ÛÅï‡ýÛ珞×âÛuM—_QüÑýü¨!o\ÔD à{<‰O°È$sY^ð¯ýüÏ—5«ñ·×ýšÅ”þ˜©5[¿Öz‚•@/°2è V}Àª /X ¬ÖýÀš ?X kƒ`°.X ƒÁ°> †á`ØŒ£À†`46ƒ±`0l 6›ƒñ` °%Ø l ¶Û‚íÀö`0L“ÀŽ`2Ø ì v»‚ÝÀî` ØLAaQqIiYyPEPePUPÓÀž`/°7Øì öûƒÀ`:8 f€CÀ¡à0p88 ŽGƒ™àp,8N'‚“ÀÉàp*8 œÎg‚³ÀÙàp.8œ.‚Yà"p1¸Ì—‚ËÀå`¸ÌóÀ•à*p5¸\ ®׃ùàp#¸ , ÁÍàp+¸ Üîw‚»ÀÝàp/¸Ü‚‡À"ð0x< ƒ'À“à)ð4x< žσÅàð"x ¼ ^¯‚×Àëà ð&x ¼ Þï‚÷Àûàð!ø| >Ÿ‚ÏÀçà ð%ø | ¾ß‚ïÀ÷àð#ø ü –€¤ƒôd€,!#d™ kÈ Ù@¶d9@Žä ¹@®P9È *¹C ¨"ä U‚¼ Ê7TòªB¾P5¨:TòƒjBþP-(ª Bu ºP=( †B úP(…CP(Š‚BÑP Ôj ÅBM 8¨)Ô jÅC- –P+¨5Ôj µƒÚC (J‚:BÉP'¨3Ôê uƒºC)P(!‚!B! Â!"! ¢!b!â!! ’!R! JƒzB½ ÞP¨/Ôê €BéÐ h0” †BàáÐh$4  eBc ±Ð8h<4šM‚&CS ©Ð4h:4š Í‚fCs ¹Ð´ZeA‹ ÅÐ(Z -ƒ–C9Ð (ʃVB« ÕÐh-´ZåC Ð&¨*„6C[ ­Ð6h;´Ú í‚vC{ ½Ð>h?t:‚Š ÃÐè(t :€NB§ ÓÐè,t:C ‹Ð%è2tº ]ƒ®C7 ›Ð-è6tº ݃îC ‡Ð#è1ôz =ƒžC/ —Ð+è5ôz ½ƒÞC Ð'è3T°Öð¶„°l‚­a3lÛÂv°=ì;ÂN°3ì»Âå`7¸<ìW€=àŠ°'\ ö‚+ÃÞpØ® ûÂÕàêp Ø® ûõà¸6×ëÂõà 8ëápGÀ àH8 nGÃ1p#¸1 7ãà¦p3¸9·€[­àÖp¸-Ünw€àD8 î'ÃàÎp¸+Ü î§À=àT„!†…1‡ ˜„)˜†˜…9˜‡X„%X†X…58 î ÷‚{Ã}à¾p?¸?<§ÃƒàÁp< ƒ‡Ã#à‘ð(x4œ ÇÂãàñðx"< ž O§ÂÓàéð x&< ž ÏçÂóàùðx!œ/‚ÃKàlx)¼ ^çÀ+à\8^ ¯‚WÃkàµð:x=œo€7›à¸Þ o·ÂÛàíðx'¼ Þ ï÷Âûàýðø |.‚ÃGà£ð1ø8|> Ÿ‚OÃgà³ð9ø<\ _€/—àËðø*| ¾߀o·àÛðø.|¾?€ÂàÇðø)ü ~¿€_¯à×ðø-ü~€?ŸàÏp :DX Ä1"Vˆ ±F̈ b‹Ø!öˆâˆ8!Έ ⊔CÜòˆ;Rñ@*"žH%Ä ©Œx#U¤*â‹TCª#5?¤&âÔBÚH R©‹ÔC‚`$©„"aH84@"‘(¤!Ä ÆH,Ò‰Cš"ÍæH<Òi‰´BZ#m¶H;¤=ÒI@‘$¤#’ŒtB:#]®H7¤;’‚ô@RAÁ!¡aá‘QÑ4¤'Ò éôAú"ýþÈd ’Ž B#Èd(2 ŽŒ@F"£ÑH&2‹ŒCÆ#‰È$d22™ŠLC¦#3™È,d62™‹ÌCæ# …H²YŒ,A²‘¥È2d9’ƒ¬@r‘²ÙˆlB Bd3²ÙŠlC¶#;È.d7²Ù‹ìCö#ƒÈ!¤9ŒAŽ"ÇãÈ ä$r 9œAÎ"çóH1r¹ˆ\B.#W«È5ä:r¹‰ÜBn#w»È=ä>òyˆ#%€êP=jPKÔˆZ¡&Ô5£6¨-j‡Ú£¨#ê„:£.¨+ZuCË£îhÔ­ˆz¢}Rû¦öKíŸ: u`jzê ÔÁ©©CR‡¦Kž:"udê¨ÔÑ©™©cRǦŽKŸ:!ubê¤ÔÉ©SR+¡ ÐH4 mˆF£1h#´1‹6AãЦh3´9¶@[¢­ÐÖh´-Úmv@ÐD4 íˆ&£ÐÎh´+Ú íŽ¦ =ÐTD!FE1G ”D)”F”E9”GTD%TFTE54 í‰öB{£}оh?´?:ˆ¦£ƒÐÁh:ŠC‡£#Бè(t4š‰ŽAÇ¢ãÐñèt": ŒNA§¢ÓÐéè t&: ÎAç¢óÐùèt!š….B£KÐlt)º ]Žæ +Ð\4]‰®BW£kеè:t=šn@7¢›Ð´ÝŒnA·¢ÛÐíèt'º ÝîA÷¢ûÐýèô z-B£GУè1ô8z=‰žBO£gгè9ô@¢ÐÇèô)ú }޾@_¢¯Ð×èô-ú}~@?¢ŸÐÏh `:LY`Ì3bV˜ ³ÆÌ˜ f‹Ùaö˜æˆ9aΘ 投Ãܰò˜;VóÀ*bžX%Ì «ŒycU0¬*æ‹Uêc50?¬&æÕ°ÚX V«‹Õ°`,«…baX85À"±(¬!Å`°ÆX,֋ÚbͰæX<Ök‰µÂZcm°¶X;¬=ÖKÀ±$¬#–ŒuÂ:c]°®X7¬;–‚õÀR1ƒ0C0Ã0#0£0c0ã00“0S0Ó°4¬'Ö ëõÁúbý°þØl –Ž ÂcØl(6 ŽÀFb£°ÑX&6‹ÃÆc°‰Ø$l26›ŠMæc3°™Ø,l66›‹ÍÃæc °…X¶[Œ-Á²±¥Ø2l9–ƒ­Àr±¶Ûˆm °Bl3¶ÛŠmöc;°Ø.l7¶Û‹íÃöc°ƒØ!¬;ŒÁŽbÇ°ãØ ì$v ;ÁÎbç°óX1v»ˆ]Â.cW°«Ø5ì:v»‰ÝÂncw°»Ø=ì>ö{ˆ=ÂcO°§Ø3ì9ö{‰½Â^co°·Ø;ì=öûˆ}Â>c%€ëp=npK܈[á&Ü7ã6¸-n‡Ûã¸#î„;ã.¸+^wÃËãîxܯˆ{â•p/¼2îWÁ}ðª¸/^ ¯Ž×Àýðš¸?^ Àkãx¼.^ƒñ¼>ЇááxÞÄ£ð†x4ƒ7Âã±x<oŠ7Ûãñx ¼%Þ o·ÁÛâíðöx<OÄ“ðŽx2Þ ïŒwÁ»âÝðîx ÞOÅAÂaÁQÃqœÀIœÂiœÁYœÃy\ÀE\Âe\ÁU\ÃÓðžx/¼7Þï‹÷Ãûãðx:>ŒgàCð¡ø0|8>‰ÂGã™ø|,>OÀ'â“ðÉø|*> ŸŽÏÀgâ³ðÙø|.>Ÿ/ÀâYø"|1¾ÏÆ—âËðåx¾ÏÅóð•ø*|5¾_‹¯Ã×ãùø|#¾ /À ñÍø|+¾ ߎïÀwâ»ðÝø|/¾ßÀâ‡ð"ü0~?ŠÃã'ð“ø)ü4~?‹ŸÃÏãÅøü"~ ¿Œ_Á¯â×ðëø ü&~ ¿ßÁïâ÷ðûøü!þŒ?ÁŸâÏðçø ü%þ ¿Áßâïð÷øü#þ ÿŒ—à¡#ô„a , #aE˜kÂLض„aO8Ž„áL¸®D9Â(O¸¢"áIT"¼ˆÊ„7Q…ð!ª¾D5¢:Qƒð#jþD-"€¨MuˆºD="ˆ&BˆúD(F„D"’ˆ"ÑD шhLÄMˆ8¢)ÑŒhNÄ-ˆ–D+¢5цhK´#Úˆ"‘H":ÉD'¢3Ñ…èJt#º)D"• ˆ€ „@ ŒÀ ‚ Š  †` Žà  ‰ …P H#z½ˆÞD¢/ÑèO éÄ b0‘A !†ÈáÄb$1ŠMdcˆ±Ä8b<1˜HL"&Sˆ©Ä4b:1ƒ˜IÌ"fsˆ¹Ä±€XHd‹ˆÅÄ"›XJ,#–9Ä "—È#V«ˆÕÄb-±ŽXOäˆÄ&¢€($6[ˆ­Ä6b;±ƒØIì"v{ˆ½Ä>b?q€8H"ŠˆÃÄâ(qŒ8Nœ N§ˆÓÄâ,qŽ8Oˆ‹Ä%â2q…¸J\#®7ˆ›Ä-â6q‡¸KÜ#Ä#â1ñ„xJ<#ž/ˆ—Ä+â5ñ†xK¼#ÞˆÄ'â3QB¤ŽÔ“¤´$¤i"­I3iCÚ’v¤=é@:’N¤3éBº’åH7²<éNV =ÈŠ¤'Y‰ô"+“ÞdÒ‡¬Jú’ÕÈêd Ò¬Iú“µÈ²6HÖ!ë’õÈ 2˜ !ë“¡dNF ÈH2ŠlHF“1d#²1K6!ãȦd3²9O¶ [’­ÈÖd²-ÙŽlOv ÈD2‰ìH&“ÈÎd²+ÙìN¦=ÈT$!&%1' ’$)’&’%9’'R$%R&R%52ìIö"{“}Ⱦd?²?9€H¦“ƒÈÁd9„J#‡“#È‘ä(r4™IŽ!Ç’ãÈñär"9‰œLN!§’ÓÈéä r&9‹œMÎ!ç’óÈùär!™E."“KÈlr)¹Œ\Næ+È\2\I®"W“kȵä:r=™On 7’›È²ÜLn!·’ÛÈí¤ZõF« >hUÔ­†VGk ~hMÔ­… µÑ@´Z­‡¡ÁhZ EÃÐp4ÝA^&¯WÉkäuòy“¼EÞ&ïwÉ{ä}òù|D>&ŸOÉgäsòù’|E¾&ßoÉwä{òù‘üD~&KH€ÒQzÊ‚2P–”‘²¢L”5e¦l([ÊŽ²§(Gʉr¦\(WªåF•§Ü© ”U‘ò¤*Q^TeÊ›ªBùPU)_ªUªAùQ5)ª@Õ¦©:T]ªDS!T}*” £Â©ªIEQ ©h*†jD5¦b©&TÕ”jF5§â©TKªÕšjCµ¥ÚQí©T•H%Q©dªÕ™êBu¥ºQÝ©ª•JDÁB¡FáA‘EÑC±Gñ”@‰”DÉ”B©”F¥Q=©^ToªÕ—êGõ§P©tj5˜Ê †PC©aÔpj5’E¦2©1ÔXj5žš@M¤&Q“©)ÔTj5šAͤfQ³©9Ô\j5ŸZ@-¤²¨EÔbj •M-¥–QË©j•KåQ+©UÔjj µ–ZG­§ò© ÔFjU@R›©-ÔVjµÚAí¤vQ»©=Ô^jµŸ:@¤QEÔaêu”:F§NP'©SÔiê u–:G§Š© ÔEêu™ºB]¥®QשÔMêu›ºCÝ¥îQ÷©ÔCêõ˜zB=¥žQÏ©ÔKêõšzC½¥ÞQï©ÔGêõ™*¡ZGëi Ú@[ÒFÚŠ6ÑÖ´™¶¡mi;Úžv i'Ú™v¡]ér´]žv§+ÐtEÚ“®D{Ñ•ioº íCW¥}éjtuºíGפýéZt]›¤ëÐuéztL‡ÐõéP:Œ§#èt$E7¤£éºÝ˜Ž¥›ÐqtSºÝœŽ§[Ð-éVtkº Ý–nG·§;Ð t"Dw¤“éNtgº Ý•îFw§Sèt* Ò ÓÒÓMÒMÓ ÍÒÍÓ-Ò-Ó ­ÒF÷¤{ѽé>t_ºÝŸ@¤ÓéAô`:ƒB¥‡ÑÃéôHz=šÎ¤ÇÐcéqôxz=‘žDO¦§ÐSéiôtz=“žEϦçÐséyô|z½Î¢Ñ‹é%t6½”^F/§sèt.G¯¤WÑ«é5ôZz½žÎ§7ÐéMt]Ho¦·Ð[émôvz½“ÞEï¦÷Ð{é}ô~ú}>Dчé#ôQú}œ>AŸ¤Oѧé3ôYú}ž.¦/ÐéKôeú }•¾F_§oÐ7é[ômú}—¾Gß§ÐéGôcú ý”~F?§_Ð/éWôkú ý–~G¿§?ÐéOôgº„£g,cÉ+ÆÄX3fƆ±eì{ÆqdœgÆ…qeÊ1nLyÆ©Àx0O¦ãÅTf¼™*ŒS•ñeª1Õ™ŒS“ñgj1Lm&©ÃÔeê1AL0ÂÔgB™0&œ‰`0‘LÓ‰fb˜FLc&–iÂÄ1M™fLs&žiÁ´dZ1­™6L[¦ÓžéÀ$0‰LÓ‘If:1™.LW¦ÓIaz0© È@ Ì Ê` Î ÉP Í0 Ëp ÏŒÈHŒÌ(ŒÊhLÓ“éÅôfú0}™~Lf3Ig1ƒ™ f3”Æ gF0#™QÌh&“ÃŒeÆ1ã™ ÌDf3™™ÂLe¦1Ó™ÌLf3›™ÃÌeæ1ó™ÌB&‹YÄ,f–0ÙÌRf³œÉaV0¹L³’YŬfÖ0k™uÌz&ŸÙÀld61L!³™ÙÂle¶1Û™ÌNf³›ÙÃìeö1û™ÌAæSÄfŽ0G™cÌqæs’9ÅœfÎ0g™sÌy¦˜¹À\d.1—™+ÌUæs¹ÁÜdn1·™;Ì]æsŸyÀ1Ÿ™`u¬žµ` ¬%kd­XkÍšYÖ–µcíYÖ‘ubYÖ•-Ǻ±åYw¶ëÁVd=ÙJ¬[™õf«°>lUÖ—­ÆVgk°~lMÖŸ­Å°µÙ@¶[—­Ç±Ál[Ÿ eÃØp6‚mÀF²QlC6ša±ÙX¶ Ç6e›±ÍÙx¶Û’mŶfÛ°mÙvl{¶›À&²IlG6™íÄvf»°]Ùnlw6…íÁ¦² ±0‹°(‹±8K°$K±4˰,˱<+°"+±2«°*«±ilO¶Û›íÃöeû±ýÙì@6Äf3Ø!ìPv;œÁŽdG±£ÙLv ;–ÇŽg'°ÙIìdv ;•ÆNgg°3ÙYìlv;—ÇÎg° Ù,v»˜]Âf³KÙeìr6‡]Áæ²yìJv»š]îe×±ëÙ|v»‘Ýİ…ìfv »•ÝÆngw°;Ù]ìnv»—ÝÇîg°ÙCl{˜=Âe±ÇÙìIö{š=ÞeϱçÙbö{‘½Ä^f¯°WÙkìuö{“½ÅÞfï°wÙ{ì}öû}Ä>fŸ°OÙgìsöû’}žfß°oÙwì{öû‘ýÄ~fKX€Óqz΂3p–œ‘³âLœ5gæl8[ÎŽ³ç8GΉsæ\8W®çÆ•çܹ œW‘óä*q^\eΛ«ÂùpU9_®W«Áùq59®ÀÕæ¹:\]®Äs!\}.” ã¹®ÉEq ¹h.†kÄ5æb¹&\×”kÆ5çâ¹\K®ךkõåÚqí¹\—È%q¹d®×™ëÂuåºqݹ®—ÊÄÁ¡ÜNr¹›ÜCî%÷‘ûÉäAòYD&GÉcäqòy’Œç#ø|$Å7ä£ù¾ߘå›ðq|S¾ßœç[ð-ùV|k¾ ß–oÇ·ç;ð |"ŸÄwä“ùN|g¾ ß•ïÆwçSø|*òóòóOòOó ÏòÏó/ò/ó ¯òŸÆ÷ä{ñ½ù>|_¾ߟÀäÓùAü`>ƒÂå‡ñÃùüH~?šÏäÇðcùqüx~?‘ŸÄOæ§ðSùiüt~?“ŸÅÏæçðsùyü|~¿Ïâñ‹ù%|6¿”_Æ/çsø|.ŸÇ¯äWñ«ù5üZ~¿žÏç7ðùM|_Èoæ·ð[ùmüv~¿“ßÅïæ÷ð{ù}ü~þ?Äñ‡ù#üQþœ?ÁŸäOñ§ù3üYþž/æ/ðùKüeþ •¿Æ_çoð7ù[ümþ—¿ÇßçðùGücþ ÿ”Æ?ç_ð/ùWükþ ÿ–Ç¿ç?ðùOüg¾„ ,ƒ`)+Á$X fÁF°ì{ÁApœgÁEpÊ nByÁ]¨ xO¡’à%T¼…*‚PUðª Õ…‚ŸPSðj Bm!P¨#Ôê AB°"ÔB…0!\ˆ‘B”ÐPˆb„FBc!Vh"Ä M…fBs!^h!´Z ­…6B[¡Ð^è $‰B’ÐQH: ….BW¡›Ð]Hz©(@, *`.)P-0+p/‚(H‚,(‚*hBšÐSè%ôú}…~Ba€0PH ƒ… aˆ0T& F#…QÂh!S#ŒÆ ã… ÂDa’0Y˜"L¦ Ó…ÂLa–0[˜#Ìæ ó…ÂB!KX$,–ÙÂRa™°\ÈV¹Bž°RX%¬Ök…uÂz!_Ø l6 B¡°YØ"l¶ Û…ÂNa—°[Ø#ìö û…ÂAáP$ŽG…cÂqá„pR8%œÎg…sÂy¡X¸ \. —…+ÂUášp]¸!Ün ·…;Â]ážp_x < …'ÂSá™ð\x!¼^ ¯…7Â[áð^ø |> Ÿ…u¢^´ ¢¥h­D“h-šEÑV´íEÑQtEÑU,'º‰åEw±‚è!V=ÅJ¢—XYô«ˆ>bUÑW¬&Vkˆ~bMÑ_¬%ˆµÅ@±ŽXW¬'‰ÁbˆX_ ÃÄp1Bl FŠQbC1ZŒ‰ÅX±‰'6›‰ÍÅx±…ØRl%¶ÛˆmÅvb{±ƒ˜ &ŠIbG1Yì$v»ˆ]Ånbw1Eì!¦Š ‰°ˆˆ¨ˆ‰¸Hˆ¤H‰´Èˆ¬È‰¼(ˆ¢(‰²¨ˆª¨‰ibO±—Ø[ì#öû‰ýÅâ@1]$3Ä!âPq˜8\!ŽG‰£ÅLqŒ8V'Ž'ˆÅIâdqŠ8Uœ&Ngˆ3ÅYâlqŽ8Wœ'Έ Å,q‘¸X\"f‹KÅeâr1G\!æŠyâJq•¸Z\#®׉ëÅ|qƒ¸QÜ$ˆ…âfq‹¸UÜ&nwˆ;Å]ânq¸WÜ'îˆÅCb‘xX<"‰ÇÅâIñ”xZ<#žωçÅbñ‚xQ¼$^¯ˆWÅkâuñ†xS¼%ÞïˆwÅ{â}ñøP|$>ŸˆOÅgâsñ…øR|%¾߈oÅwâ{ñƒøQü$~KD@ÒIzÉB2H–’Q²’L’µd–l$[ÉN²—$GÉIr–\$W©œä&•—Ü¥ ’‡TQò”*I^ReÉ[ª"ùHU%_©šT]ª!ùI5%©– Õ–¥:R]©ž$K!R})T “Â¥©)EI ¥h)Fj$5–b¥&RœÔTj&5—â¥RK©•ÔZj#µ•ÚIí¥R‚”(%I¥d©“ÔYê"u•ºIÝ¥©‡”*$Á"¡&á!‘%Ñ#±'ñ’ ‰’$É’"©’&¥I=¥^Ro©ÔWê'õ—H¥ti4XʆHC¥aÒpi„4R%–2¥1ÒXiœ4^š M”&I“¥)ÒTiš4]š!Í”fI³¥9Ò\iž4_Z -”²¤EÒbi‰”--•–IË¥i…”+åI+¥UÒji´VZ'­—ò¥ ÒFi“T J›¥-ÒVi›´]Ú!í”vI»¥=Ò^iŸ´_: ”IEÒaéˆtT:&—NH'¥SÒiéŒtV:'—Š¥ ÒEé’tYº"]•®I×¥ÒMé–t[º#Ý•îI÷¥ÒCé‘ôXz"=•žIÏ¥ÒKé•ôZz#½•ÞIï¥ÒGé“ôY*‘Y'ëe Ù [ÊFÙJ6É8Gp$Gq4Çp,Çq<'p"'q2§p*§qi\O®×›ëÃõåúqý¹Ü@.ÄYËÕ岟\Sö—kÉrm9P®#וëÉAr°"×—Cå09\ŽÈ‘r”ÜPŽ–cäFrc9Vn"ÇÉMåfrs9^n!·”[É­å6r[¹Ü^î 'ȉr’ÜQN–;Éå.rW¹›Ü]N‘{È©2(C2,#2*c2.2)S2-32+s2/ ²(K²,+²*kršÜSî%÷–ûÈ}å~ry€%Ÿ–ÏÈgåsòy¹X¾ _”/É—å+òUùš|]¾!ß”oÉ·å;ò]ùž|_~ ?”Éå'òSù™ü\~!¿”_ɯå7ò[ùü^þ ”?ÉŸåPtŠ^±P Š¥bT¬“b­˜ÅV±SìÅQqRœÅU)§¸)åw¥‚â¡TT<•JŠ—RYñVª(>JUÅW©¦TWj(~JMÅ_©¥(µ•@¥ŽRW©§)ÁJˆR_ U”p%Bi D*QJC%Z‰Q)•X¥‰§4Uš)Í•x¥…ÒRi¥´VÚ(m•vJ{¥ƒ’ $*IJG%Yé¤tVº(]•nJw%E顤* )°‚(¨‚)¸B(¤B)´Â(¬Â)¼"(¢")²¢(ª¢)iJO¥—Ò[é£ôUú)ý•Ê@%]¤ V2”!ÊPe˜2\¡ŒTF)£•LeŒ2V§ŒW&(•IÊdeŠ2U™¦LWf(3•YÊleŽ2W™§ÌW( •,e‘²XY¢d+K•eÊr%GY¡ä*yÊJe•²ZY£¬UÖ)ë•|eƒ²QÙ¤(…Êfe‹²UÙ¦lWv(;•]Êne²WÙ§ìW(•CJ‘rX9¢UŽ)Ç•ÊIå”rZ9£œUÎ)ç•bå‚rQ¹¤\V®(W•kÊuå†rS¹¥ÜVî(w•{Ê}åòPy¤UŸ©ÏÕêKõ•úZ}£¾Uß©ïÕêGõ“úY-QM§é5 Í YjFÍJ3iÖšY³Ñl5;Í^sÐ5'ÍYsÑ\µrš›V^s×*hZEÍS«¤yi•5o­Šæ£UÕ|µjZu­†æ§ÕÔüµZZ€V[ ÔêhuµzZ¬…hõµP-L ×"´Z¤¥5Ô¢µ­‘ÖX‹ÕšhqZS­™Ö\‹×Zh-µVZk­ÖVk§µ×:h Z¢–¤uÔ’µNZg­‹ÖUë¦u×R´Zªjkˆ†j˜†k„Fj”FkŒÆjœÆk‚&j’&kЦjš–¦õÔzi½µ>Z_­ŸÖ_  ÔÒµAÚ`-C¢ Õ†iõÚHm”6ZËÔÆhcµqÚxm‚6Q›¤MÖ¦hSµiÚtm†6S›¥ÍÖæhsµyÚ|m¶PËÒi‹µ%Z¶¶T[¦-×r´Z®–§­ÔVi«µ5ÚZm¶^Ë×6hµMZV¨mÖ¶h[µmÚvm‡¶SÛ¥íÖöh{µ}Ú~í€vP;¤i‡µ#ÚQí˜v\;¡ÔNi§µ3ÚYíœv^+Ö.hµKÚeíŠvU»¦]×nh7µ[ÚmíŽvW»§Ý×hµGÚcí‰öT{¦=×^h/µWÚkíöV{§½×>hµOÚg­DÒtiú4‹4Cšeš1Í*Í”ffN³I³M³K³OsHsLsJsNsIsý¿Ø» ¨ºµ}QøY‚K)…¥´T¶P\êî^êBÜ=‹uwwwwwwwo©ÑB‹×½ž}º÷>÷¾÷qÇ÷îß{_~Œ¹HfB˜k®d®ÿJ Õ_-«¨jZN VË«!jµ¢ªVR+«UÔªj5µº¦†«j µ¦ZKT£ÔÚj´£Æªqj¼š &ªIj²š¢ÖQëªõÔújµ¡ÚHm¬6Q›ªÍÔæj µ¥ÚJm­¶QÛªíÔöjµ£ÚIí¬vQ»ª©j7µ»ÚCí©öR{«}Ô¾j?µ¿š¦‚*¤Â*¢¢*¦â*¡’*¥Ò*£²*§òª Šª¤Êª¢:ÔtUU5UW 5C T©ƒÕ!êPu˜:\¡ŽTG©£Õ1êXuœ:^ NT'©“Õ)êTuš:]¡ÎTg©³Õ9ê\už:_] .T©‹Õ%êRu™º\]¡®TW©«Õ5êZuº^Ý nTÝeÙSö’½åR²\Zö•ËÈ~²¿\Vå ¹œ,——Cä rE9T®$W–«ÈUåjò&õ¼zA½¨^R/«WÔ«ê5õºzC½©ÞRo«wÔ»ê=õ¾ú@}¨>R3ÕÇêõ©úL}®f©/Ô—j¶š£¾R_«¹jžš¯¨…j‘Z¬¾QߪïÔ÷êõ£úIý¬~Q¿ªßÔïêõ§ hͪÙ4»æ¤9k.𫿦¹k𧿥yk¥4­´æ«•Ñü4­¬ jAZ9-X+¯…h´ŠZ¨VI«¬UѪjÕ´êZ˜®Eh5´šZ--R‹ÒjkÑZŒ«ÅiñZ‚–¨%iÉZŠVG««ÕÓêk ´†Z#­±ÖDkª5Óšk-´–Z+­µÖFk«µÓÚk´ŽZ'­³ÖE몥jÝ´îZ­§ÖKë­õÑújý´þZšjkˆ†j˜†k„Fj”FkŒÆjœÆk‚&j’&kŠæÐÒ5UÓ4]3´ m€6P¤ Ö†hCµaÚpm„6R¥ÖÆhcµqÚxm‚6Q›¤MÖ¦hSµiÚtm†6S›¥ÍÖæhsµyÚ|m¶P[¤-Ö–hKµeÚrm…¶R[¥­ÖÖhkµuÚzmƒ¶QÛ¤mÖ¶h[µmÚvm‡¶SÛ¥íÖöh{µ}Ú~í€vP;¤ÖŽhGµcÚqí„vR;¥ÖÎhgµsÚyí‚vQ»¤]Ö®hWµkÚuí†vS»¥ÝÖîhwµ{Ú}íöP{¤ejµ'ÚSí™ö\ËÒ^h/µl-G{¥½Örµ<-_+Ð µ"­X{£½ÕÞiïµÚGí“öYû¢}Õ¾ißµÚO Ð-ºU·évÝIwÖ]tWÝMw×=tOÝK÷ÖKé>ziÝW/£ûéþzY=@Ôƒôrz°^^Ñ+èõP½’^Y¯¢WÕ«éÕõ0=\Ðkè5õZz¤¥×Ö£õ=VÓãõ=QOÒ“õ½Ž^W¯§××è õFzc½‰ÞTo¦7×[è-õVzk½ÞVo§·×;èõNzg½‹ÞUOÕ»éÝõzO½—Þ[ï£÷Õûéýõ4Ô!ÖÕ1× Ô)ÖÕ9×]Ô%]ÖÝ¡§ëª®éºnèú} >H¬чêÃôáú}¤>J­ÑÇêãôñú}¢>IŸ¬OѧêÓôéú }¦>KŸ­ÏÑçêóôùú}¡¾H_¬/Ñ—êËôåú }¥¾J_­¯Ñ×êëôõú}£¾I߬oÑ·êÛôíú}§¾Kß­ïÑ÷êûôýúý ~H?¬ÑêÇôãú ý¤~J?­ŸÑÏêçôóúý¢~I¿¬_ѯê×ôëú ý¦~K¿­ßÑïê÷ôûúý¡þHÏÔëOô§ú3ý¹ž¥¿Ð_êÙzŽþJ­çêyz¾^ êEz±þF«¿Óßëôú'ý³þEÿªÓ¿ë?ôŸ:`X «a3솓ál¸®†›ánxž†—ám”2|ŒÒ†¯QÆð3ü²F€håŒ`£¼bT0*¡F%£²QŨjT3ªaF¸aÔ0jµŒH#ʨmD1F¬gÄ F¢‘d$)F£®QϨo40ŒÆF£©ÑÌhn´0Z­ŒÖF£­ÑÎhot0:ŒÎF£«‘jt3º=ŒžF/£·ÑÇèkô3úih@l j`niPm0kpo†hH†l(†ÃH7TC3tÃ02ŒÆ@c1Øb 5†ÃÆHc”1ÚcŒ5Æã ÆDc’1Ù˜bL5¦ÓÆLc–1Û˜cÌ5æóÆBc‘±ØXb,5–ËÆJc•±ÚXc¬5Öë ÆFc“±ÙØbl5¶ÛÆNc—±ÛØcì5öûÆAãqØ8b5ŽÇÆIã”qÚ8cœ5Îç ÆEã’qÙ¸b\5®×ÆMã–qÛ¸cÜ5î÷ÆCã‘‘i<6žOgÆs#Ëxa¼4²ã•ñÚÈ5òŒ|£À(4ŠŒbãñÖxg¼7>OÆgã‹ñÕøf|7~? Ã’aͰeØ3œ2œ3\2\3Ü2Ü3<2<3¼2¼3Jeød”ÎðÍ(“á—áŸQ6# #0#(£\FpFùŒŒ fŠÙÿ«÷_N^r;æm0°æÿ[)L-Nÿm9L-ÁÿÛ“˜Z83‹©™ÅÔÌbjf15³˜šYLÍ,¦fS3‹©™ÅÔÌbjf15³˜šYLÍ,¦fS3‹©™Åô¿CãèP"4:´¥{“T÷Ú-¢CS¢RKBØT<416*1)49&.*.)4 íÞâÓ16"26!:<ÝA±”9°tÙ†b66L°8÷KmDÆÄD¥$$ØïK¤Ëƒx%]‰lŒX š $ÆYâ“b£’bâB#¢R’ì± @Rrxm[|œÅ½yª»äD‡Æ„&$F%¦Ä…&¥ÄD%Fdž"œ{Ÿ~Ñ¡(Dŧ$‡jV.4!&:*6.`C»ºwv.ëŸhë“YâcÃѾq 1xDLt8PËÎb6N°hfÑ-HºÝ–ÎÛã Þ S¶¤×XKB `í ÈÄÚÝ⢒œ¢lM1²)ÁS»”nwr‹ W0Ù^²KB€JGì1á¢, –H+ï¦Ëv’’ÎR@´®FļÃ&¤ÛEÙ¢Ø'â‘_76pDY€XW .&*9)¦d¤‰uí +âXg÷À31::*9Ù*¹GG%$¦Ä§XݬÉ)‰¶ø§Ú­9 ™tövŠ´GºZ“bÝââ£ââbC’£{Ó2v‹âé듘$ÇÅÙZ8'Ñ1Ö( uDdblxKŸ”¨¸÷¤„ðØX[ߨØD[3çÈ ˆŒ‹ŠŽ·w¥""ãâ⬛¥´Õn±¸XÊÄ$ÇFÅÇ'TItªewØ»jÒ»À2lVk$Š,ådå#â£í”=ÝÎaŠXéX ÖYÆ8AÅJ—´ÃÉq¶Æ'±q6™‚`ÖØ(Yàyg¯èø¨ødçfÍ»¶MíØ)­kjã.©Ý:¥µnæ¸X-<…Õ²³‚ ¤Åf‡';fw¶p,Qö˜ø¨„$KÉ0§¤³ÀfcBÚZ’\ã㢒’bœ]ì)q¶¸”x ">!\pˆÀÚìïi±Å„ÅÞ7:!º«Hm|:¹ÚºŠâ ÄÅq΢`±²é.¶„䨘ØO‹¢X¥²[œoSRÌËfÅx Ö!—bc—Ø$›ÅžT&6)6ÜÉæfñKJŠJ*$G%$Ç;Y,ŠÝÅêa±%yÛdSDGm}ãâ£mPºÅÛmîbu·'ZÝÓí¼Ày ¿nÿ]J(…ìà 8€Äx§¦nÞ6{ Å£‚E䈄„ð(çŸóâ}‹(SvÙ«TJJh,8'$$;9YSbl1qÑnIU,.>@ ›d<]Ã’ª$W‰÷Š«’äšàé—h·X’<,ÍŒ·9¬)=Ì ¨e+Ùú6;ëx:I锽dÿ÷±X}­ ÑnÌW¦0ÞË !!N¬åéX¼|-é~žVÞ)]®àÛÜU±q€-ºGÄĦØbç@ÒIˆú•R(‡­4€ ”RËf±°€Õ Ù)Åaa­€]±bV«âRò “ÉôR¥ã ú=¼‰Å9GÙrÀ¾Â¼Ë#"Kù7NU,äS¯,TPž?rki;;ÝähuÍ»m‰žåÞ˜Ppk³þά\énlíZÚ»ý†;{Óü,#/¿öʽ42pï°åEQaáý%-Ü£z6ò±Ö~ñµ"ŽfÇø¿:Æn¶<÷©úGCŽt..|¶³¿Tæ÷>-òí¼ x¾¶± wz¶¹µ‹‹=çÒ¨H¨5áF®¯­LßmÏŠ¯né øõsr ­PôhY' ñð¯RÕýÕ)5ðî¶ãe­â¼«ãÄYö€âW'• €kc­gµÆ0[έ2à×Yké „ ¹”[TÒq÷–4wŽd[òoLŒ±z43z—jµöqþ³Jù´4RËZkY½NH!@™þ{¬/YÝZ/Tà䕺óEŒáýùõ¬@0ãäöçÓ±èä³ÙöÉQ€­ñºg…¹µËfnî w¶|Ç®M‹uv®êñGOmëQðäÈ,ºe­›{¹¨6Òš»yùOv*õì-Ö<+|qvzÿ„’¡ÞÉ+ Vß5™…9Ç´Á®6Ïʹ×_ë­ƒ;E•µy”¯+~Yêá¾1==‚"šGsªU,WÌYýâ«oÕ*ž¹×BѾVŸ(të³Â꯮.%ëÛ]ý«Ö!6>(ôµn­Wf:Ü]ÔÈÙr:§¸f¹¼û;†v¶¹'¥M9úÜ¥ sEÉþæÙyÓë³í=JFצKŸ-ÜüŠ -H€¸9÷ò‹£ý‹ ‹²Ï/ÀRl¾áQAÖ×EÕ½ÿxš›»”~üðk.åí›â«W.O?¦ä7ÈûÇ:¿nÏýõë·_ÓqÀ?7÷óg àö×€"ü5y"ð¯ÓqŸÁ¿ê)Ïå‹d¿Ìú«¦‡ÛÖM2=øðáÝ›7EVç#nwoßZ¿zÅã̇>¼/y~.ºÞ¯äó °uÓú’MÖ^ «Wá¯01«UÕ?§?´u*ý9÷:°^…¿µú«™?«6þÚÜÏJMþ>W¡‰-ò¯¶µrþk ’òçäƒU³MÊ} ²/,>éPVáÏõy÷,;@¦žÍþ½|uîÝC[@õŒ39‰…Ù¯£Š¥ÆèkyÎNe‘CÙ6¿×WP­âB}lV{PÛ…·ó<ürÎŒí’P5ÀÃj+U½…¼æÖkÂg»é„à’0Ä¿Vû[ïå—+ë±sDÄ’ÁÅ·bíÖŽg{ºÞŸc‰›u¯ ¨Œ›§û«[käæÕ¼meÂÚŒ?ŸãXñŸí¿ì]XüêÜÈ8KÙþ›®oƒ‚,mßÉ+.|² ±ùúØ* ‡-…ωa΀Gû ÏB­>eÊ'ë's Kâgw7àÓm‡[ewg{í‘óüÜ‹^îO °¸”*TÖÓæÚlñýü@?÷]xE'w7{ÝÕÏÊåÝÛ·dö¢]wò‹*»W)¸=£d˜¨X¥‚Ÿ³KÒì;ùþ‘AÁÿlZfÝÏl—Æ&[œý,¥»®¼_PT˜}BŒ%„Ý÷¬¨(?s]ª¥Ç®—…·¦%Z,QÚÞ§ù…ÅÙY/^‡ºz¼~UàZ­àþŠvÖÈ 7ó+åçæ>pãʵ“sZ[<ºlÏ ¬àd©=À’½ÇZ¡l۝޳¶§^y9‘¡eþÙˆÍ%_É.%,ƒ:lxn}mRŠ“­ÇºÌË‹M­\J•Œzwó_ljm±Ô]ú¨ 1ÐË£zÞ­IÖòü‰œÐÜ[«è$?w[“uÏ+dÙ,u–XÇ¿ØGÙ]*7Á&VÊöûHûuéÀúUËïܺY2¦=É|ôøÑÃj@Áƒ }ìÕ„ƒY–¬ -­~͆e”)'_fm´Zë/ìš¹8ÙR&mßKï…IVô K`põü»3¬Áìq¯RWµ´Vé1tÆüZ#OÛÓ@_æ[ã5O ½ÜkU/,È<0ƒmYÝÍæÓqù݇~‘A!¿÷ª/³žg>zX2øÜ»}[.žnß¼ñìq&„åÝ[ÒÎËR·m˜%Üú´àWäTß±ç‘5ÿÙõ«Or'§¤‘Ç_Xò²Ÿ¼È±½«ræ•çóõVKâ´–常Z „?‘¹±k){É«kË¿1=Ùîêíi÷hºê±¥lpµ€ÒY%os¶*1I ¾@¨¯û• I6»—»p).,é<·Ü Ã"ì gÝ*pÍ9ˆ€‹_ùJ¡¶JŽSJøÏöµ)Ïå½*y9}‚pÃZ«sý–¢‡hk}è%pkÓÀÎÑv· ¨Ô©sí××é¢l®åR”£Ù……Oïàd÷ ©Ù„ßd˽¹œ®kw­ÔyþM«…ʾŒîã8ù„D¶x<;¸ŒkÁƒmÛ†Yü‚<\Š‚Üjº¼81±gɧ^À»ÓV÷û•†•JÙ=+5Àæœ{YPöφ¶/ywñ¯Ÿÿ|3›ö?‹˜‡™ ;M&“ÉôGnéÿï·1gºÙ&“éÿtSÍ‘Ìd2™L&“Éd2™Lÿ—yÊù›`ú?Âtó¼ŒéÿÁlsÿ0™L¦ÿ²èŸ.ÿøî3Ôì Ó «Ù&“Éd2™Lf f2™L&“Éd25“Éd2™L¦ÿ‹5‹Åòb2™L&“Édú÷ú‡ýÇxÌú÷ 3P3™L&“Édú÷³Z­ÀŒÉ~ëï™_+ü*&“Éd2™L¦ ö÷ò;`³þý4›¨™L&“Éd2ýûÙívÀf³ýË™µÄf?›ök“Éd2™L&Ó¿?Pû{°ö;`³ÿŽØ~-ø{ ö"ë¹Ùk&“Éd2™LÿÎÎÎj¿ÊïøÌþûLÚ¯òk…_x†2{Ìd2™L&“éߨ999ýK°ö³j>|øùíÛ7àË—/–ÏŸ?ÿ£üžÿµüWùñãÇ?ÊÏŸ?Í5™L&“Édú/øûŸ›ý¾Ôù+@ûU\\\þQ~Ïÿ>Ãfÿûü À~—ß—CEw¿‚´ïß¿ÿ¤™šÉd2™L&Ó=Pû¬ý¾’ù«üеþ^~Õ™wã0ý›™;›Éd2™Lÿ»{î÷j6·þk:¢ ¬vM†ºOý—uRÿ'[JîÿúO¥ÿÜôPw¨m±Ý-›ÿ—-™Rñ_¶æþŸâËËÎ’-Ù€¿ýá[ÜЊÑÀ»ˆÔÔð¶üë:C݇V,)îÿ©ÖÝüçÚò`X¬†‚•ÀÊ`°*X ¬†á`X¬ Ö#Á(°6 Æ€±`&€‰`˜ ¦€uÀº`=°>Øl6ƒMÀ¦`3°9Øl ¶[ƒmÀ¶`;°=Øìv;ƒ]À®`*Ø ìö{‚½ÀÞ`°/Øì¦ 0ˆ€(ˆ8H€$H4È€,È<(€"(2¨€0TA ÔAÌ€ÁAà`p8G€#ÁQàhp 8Ž'€ÁIàdp 8œNg€3ÁYàlp8œÎ€ ÁEàbp ¸\.W€+ÁUàjp ¸\®7€ÁMàfp ¸Ünw€;Á]ànp¸Üî€ÁCàaðx<O€'ÁSàið x<ž/€ÁKàeð x¼^o€7Á[àmðx¼Þ€ÁG`&ø|>ŸÏÁ,ðøÌsÀWàk0ÌóÁ°,‹Á7à[ðøü~?ŸÁ/àWðøüþÈY!d‡œ gÈr…Ü wÈò„¼ o¨ä•†|¡2ä•… @(*C塨T …*A•¡*PU¨T ƒÂ¡¨TªEBQPm(Šb¡8(J€¡$(Jê@u¡zP}¨Ôj5†š@M¡fPs¨Ôjµ†Ú@m¡vP{¨Ôêu†º@]¡T¨Ôêõ„zA½¡>P_¨ÔJƒ@‚`Pƒpˆ€Hˆ‚hˆXˆƒxH€DH‚dHP:¤B¤C” €Bƒ ÁÐh(4 €FB£ ÑÐh,4M€&B“ ÉÐh*4 šÍ€fB³ ÙÐh.4š-€B‹ ÅÐh)´ Z­€VB« ÕÐh-´Zm€6B› ÍÐh+´ Úí€vB» ÝÐh/´Ú€B‡ ÃÐè(t :€NB§ ÓÐè,t:]€.B— ËÐè*t ºÝ€nB· ÛÐè.tº=€B Lè1ôz =ƒžCYÐ è%” å@¯ ×P.”åCP!TCo ·Ð;è=ôú}‚>C_ ¯Ð7è;ôú °¶Â6Ø;Áΰ ì »Áî°ì {ÁÞp)Ø. ûÂe`?Ø. Àp\†ËÃ!p¸" W‚+ÃUàªp5¸:‡Ãp ¸&\ Ž„£àÚp4ÇÂqp<œ'ÂIp2œ×ëÂõàúp¸!Ün 7›ÂÍàæp ¸%Ü n ·ÛÂíàöp¸#Ü î w»Â©p7¸;Üî ÷‚{Ã}à¾p?¸?œƒ0Ã0£0ã0“0Ó0³0ó°‹°˰;àtX…5X‡ 8„Áƒá!ðPx<„GÁ£á1ðXx<žO„'Á“á)ðTx<žÏ„gÁ³á9ð\x<^/„Á‹á%ðRx¼^¯„WÁ«á5ðZx¼Þo„7Á›á-ðVx¼Þï„wÁ»á=ð^x¼>„Á‡á#ðQø|>Ÿ„OÁ§á3ðYø|¾_„/Á—á+ðUø|¾ß„oÁ·á;ð]ø|~?„Á™ðcø ü~?‡³àðK8Î_Á¯á\8· àB¸.†ßÀoáwð{øüþ†¿À_áoðwøü bElˆqBœÄqCÜÄñB¼‘RˆRñEÊ ~ˆ?R @‘ ¤Œ”GB HE$©„TFª U‘jHu$ G"HM¤‰D!µ‘h$‰Eâx$ID’d$©ƒÔEê!õ‘HC¤Òi‚4Eš!Í‘HK¤Òiƒ´EÚ!í‘HG¤Òé‚tER‘nHw¤Òé…ôFú }‘~H$ A Á! ¡aá ‘q 鈊hˆŽH2ˆ B#C¡È0d82‰ŒBF#c±È8d<2™ˆLB&#S©È4d:2™‰ÌBf#s¹È²Yˆ,B#K¥È2d9²Y‰¬BV#kµÈ:d=²ÙˆlB6#[­È6d;²Ù‰ìBv#{½È>d?r9ˆB#G£È1ä8r9‰œBN#g³È9äòyˆº]ˆ.B£KÐ¥è2t9º]‰®BW£kеè:t=º݈nB7£[Эè6t;º݉îBw£{нè>t?z=ˆB£GУè1ô8z=‰žBO£gгè9ôú}ˆ>B3ÑÇèô)ú }Žf¡/Зh6šƒ¾B_£¹hš …hZŒ¾AߢïÐ÷èô#ú ýŒ~A¿¢ßÐïèô' `ÌŠÙ0;æ„9c.˜+憹c˜'æ…yc¥0¬4æ‹•Áü0¬,€bAX9,+…`°ŠX(V «ŒUÁªbÕ°êXŽE`5°šX-,‹ÂjcÑX ‹ÅañX–ˆ%aÉX V«‹ÕÃêc °†X#¬1ÖkŠ5Úc-°–X+¬5Ök‹µÃÚc°ŽX'¬3Ö능bݰîX¬'Ö ëõÁúbý°þXbc†b†cFbFc ÆbÆc&b&c æÀÒ1Ó03° l6„ Ɔ`C±aØpl6…ÆÆ`c±qØxl6›„MƦ`S±iØtl6›…ÍÆæ`s±yØ|l¶[„-Æ–`K±eØrl¶[…­ÆÖ`k±uØzl¶Û„mƶ`[±mØvl¶Û…íÆö`{±}Ø~ìv;„ÆŽ`G±cØqìv;…ÆÎ`g±sØyìv»„]Æ®`W±kØuìv»…ÝÆî`w±{Ø}ìö{„eb±'ØSìöËÂ^`/±l,{…½Ær±<,+À ±"¬{ƒ½ÅÞaï±ØGìöû‚}žaß±ØO À-¸·ávÜ wÆ]pWÜ wÇ=pOÜ ÷ÆKá>xiÜ/ƒûáþxY<ăðrx0^Á+àñP¼^¯‚WÅ«áÕñ0<Àkà5ñZx$…ׯ£ñ<Ããñ<O“ñ¼^¯‡×Çà ñFxc¼ Þo†7Ç[à-ñVxk¼ Þo‡·Ç;àñNxg¼ ÞOÅ»áÝñxO¼Þïƒ÷Åûáýñ4Ä!ÆÅ1Ç œÄ)œÆœÅ9œÇ\Ä%\Æܧã*®á:nàø| >ŒÁ‡âÃðáø|$> ÁÇâãðñø|"> ŸŒOÁ§âÓðéø |&> ŸÏÁçâóðùø|!¾_Œ/Á—âËðåø |%¾ _¯Á×âëðõø|#¾ ߌoÁ·âÛðíø|'¾ ßïÁ÷âûðýøü ~?ŒÁâÇðãø ü$~ ?ŸÁÏâçðóøü"~ ¿Œ_Á¯â×ðëø ü&~ ¿ßÁïâ÷ðûøü!þÏÄãOð§ø3ü9ž…¿À_âÙxþ çâyx>^€âEx1þ‹¿Ãßãðø'ü3þÿŠÿã?ðŸ8@X+a#ì„áL¸®„áNxž„áM”"|ˆÒ„/Q†ð#ü‰²DHåˆ`¢<BT *¡D%¢2Q…¨JT#ªaD8AÔ jµˆH"ЍMD1D,GÄ D"‘D$)D¢.Q¨O4 ˆÆD¢)ÑŒhN´ Z­ˆÖD¢-ÑŽhOt :ˆÎD¢+‘Jt#º=ˆžD/¢7чèKô#úiH@L J`NIPM0KpO„HH„L(„ƒH'TB#t 2ˆÄ@b1˜B %†ÉÄHb1šCŒ%Æ㉠ÄDb1™˜BL%¦Ó‰ÄLb1›˜CÌ%æó‰ÄBb±˜XB,%–ˉÄJb±šXC¬%Öë‰ ÄFb±™ØBl%¶Û‰ÄNb±›ØCì%öû‰ÄAâq˜8B%ŽljÄIâqš8Cœ%Îç‰ ÄEâq™¸B\%®׉ÄMâq›¸CÜ%î÷‰ÄCâ‘I<&žO‰gÄs"‹xA¼$²‰âñšÈ%òˆ|¢€($Šˆbâ ñ–xG¼'>‰OÄgâ ñ•øF|'~? €´VÒFÚI'Ò™t!]I7Òô =I/Ò›,Eú¥I_² éGú“eÉ2 "Ë‘Ády2„¬@V$CÉJde² Y•¬FV'ÃÈp2‚¬AÖ$k‘‘dY›Œ&cÈX2ŽŒ'ÈD2‰L&SÈ:d]²YŸl@6$‘É&dS²ÙœlA¶$[‘­É6d[²Ùžì@v$;‘É.dW2•ìFv'{=É^do²Ù—ìGö'ÓH„H˜DH”ÄHœ$H’¤HšdH–äHžH‘”H™TH™Nª¤Fê¤AfÈä r09„J#‡“#È‘ä(r49†KŽ#Ç“ȉä$r29…œJN#§“3È™ä,r69‡œKÎ#ç“ È…ä"r1¹„\J.#—“+È•ä*r5¹†\K®#דÈä&r3¹…ÜJn#·“;Èä.r7¹‡ÜKî#÷“ȃä!ò0y„!Ÿ’ÏÈçdù‚|If“9ä+ò5™Kæ‘ùdYH‘Åäò-ùŽ|O~ ?’ŸÈÏäò+ùüNþ ’e¡¬”²SN”3åB¹Rn”;åAyR^”7UŠò¡JS¾TÊò§ÊRT D•£‚©òTUªH…R•¨ÊTª*UªN…QáTUƒªIÕ¢"©(ª6MÅP±TO%P‰T•L¥Pu¨ºT=ª>Õ€jH5¢SM¨¦T3ª9Õ‚jIµ¢ZSm¨¶T;ª=ÕêHu¢:S]¨®T*ÕêNõ zR½¨ÞTª/ÕêO¥Q Q0…P(…Q8EP$EQ4ÅP,ÅQ<%P"%Q2¥P*R)Ò)ƒÊ P©AÔ`j5”F §FP#©QÔhj 5–G§&P©IÔdj 5•šFM§fP3©YÔlj5—šGͧP ©EÔbj µ”ZF-§VP+©UÔjj µ–ZG­§6P©MÔfj µ•ÚFm§vP;©]Ônjµ—ÚGí§P©CÔaêu”:F§NP'©SÔiê u–:G§.P©KÔeê u•ºF]§nP7©[Ômêu—ºGݧP©GT&õ˜zB=¥žQÏ©,êõ’ʦr¨WÔk*—Ê£ò©ª*¢Š©7Ô[êõžú@}¤>QŸ©/ÔWêõúAý¤ÚB[im§hgÚ…v¥ÝhwÚƒö¤½hoºíC—¦}é2´íO—¥è@:ˆ.GÓåéº]‘¥+Ñ•é*tUº]£Ãéº]“®EGÒQtm:šŽ¡cé8:žN é$:™N¡ëÐuézt}ºÝnD7¦›ÐMéftsºÝ’nE·¦ÛÐmévt{ºÝ‘îDw¦»Ð]éTºÝîA÷¤{ѽé>t_ºÝŸN£A¢a¡Q£qš Iš¢iš¡Yš£yZ EZ¢eZ¡t:­Ò­ÓA ÒƒèÁôz(=ŒN GÒ£èÑôz,=ŽOO 'Ò“èÉôz*=žNÏ gÒ³èÙôz.=žO/ Ò‹èÅôz)½Œ^N¯ WÒ«èÕôz-½Ž^Oo 7Ò›èÍôz+½ÞNï wÒ»èÝôz/½ÞO Ò‡èÃôú(}Œ>NŸ OÒ§èÓôú,}Ž>O_ /Ò—èËôú*}¾Nß oÒ·èÛôú.}¾O? ÒèLú1ý„~J?£ŸÓYô ú%MçЯè×t.GçÓt!]DÓoè·ô;ú=ýþH¢?Ó_è¯ô7ú;ýƒþIŒ…±26ÆÎ81ÎŒ ãʸ1îŒãÉx1ÞL)Ƈ)Íø2e?ÆŸ)Ë0LSŽ fÊ3!L¦"ÊTb*3U˜ªL5¦:Æ„3L ¦&S‹‰d¢˜ÚL4ÃÄ2qL<“À$2IL2“ÂÔaê2õ˜úL¦!ÓˆiÌ4aš2͘æL ¦%ÓŠiÍ´aÚ2í˜öL¦#Ó‰éÌtaº2©L7¦;ÓƒéÉôbz3}˜¾L?¦?“Æ€ ÄÀ   Æà Á ÅРð ÇðŒÀˆŒÄÈŒÂ8˜tFe4Fg &ƒÀ d1ƒ™!ÌPf3œÁŒdF1£™1ÌXf3ž™ÀLd&1“™)ÌTf3™ÁÌdf1³™9Ì\f3ŸYÀ,d1‹™%ÌRf³œYÁ¬dV1«™5ÌZf³žÙÀld61›™-ÌVf³ÙÁìdv1»™=Ì^f³Ÿ9Àd1‡™#ÌQæsœ9ÁœdN1§™3ÌYæsž¹À\d.1—™+ÌUæs¹ÁÜdn1·™;Ì]æsŸyÀ»€]È.b³KØ¥ì2v9»‚]É®bW³kصì:v=»ÝÈnb7³[Ø­ì6v;»ƒÝÉîbw³{ؽì>v?{€=Èb³GØ£ì1ö8{‚=ÉžbO³gسì9ö<{½È^b/³WØ«ì5ö:{ƒ½ÉÞbo³wØ»ì=ö>û€}È>b3ÙÇìö)ûŒ}Îf±/Ø—l6›Ã¾b_³¹l›Ï°…l[̾aß²ïØ÷ìö#û‰ýÌ~a¿²ßØïìö' pÎÊÙ8;çÄ9s.œ+çÆ¹sœ'çÅys¥8®4çË•áü8®,ÀrA\9.˜+Ï…p¸Š\(W‰«ÌUáªrÕ¸ê\ÎEp5¸š\-.’‹âjsÑ\ ËÅqñ\—È%qÉ\ W‡«ËÕãês ¸†\#®1ׄkÊ5ãšs-¸–\+®5׆k˵ãÚs¸Ž\'®3×…ëÊ¥rݸî\®'׋ëÍõáúrý¸þ\rs‡rÇÉäIòyšp¹OÜgî ÷•ûÆ}ç~p?9€·ðVÞÆÛy'Þ™wá]y7Þ÷à=y/Þ›/Åûð¥y_¾ ïÇûóeù>âËñÁ|y>„¯ÀWäCùJ|e¾ _•¯ÆWçÃøp>‚¯Á×äkñ‘|_›æcøX>ŽçøD>‰OæSø:|]¾_ŸoÀ7äñù&|S¾ßœoÁ·ä[ñ­ù6|[¾ßžïÀwä;ñù.|W>•ïÆwç{ð=ù^|o¾ß—ïÇ÷çÓx‡x˜Gx”Çxœ'x’§xšgx–çxžx‘—x™WxŸÎ«¼Æë¼Ágðøü ~0?„Êã‡ó#ø‘ü(~4?†ËãÇóø‰ü$~2?…ŸÊOã§ó3ø™ü,~6?‡ŸËÏãçó ø…ü"~1¿„_Ê/ã—ó+ø•ü*~5¿†_˯ã×óøü&~3¿…ßÊoã·ó;øü.~7¿‡ßËïã÷óøƒü!þ0„?Êãó'ø“ü)þ4†?ËŸãÏóø‹ü%þ2…¿Ê_ã¯ó7ø›ü-þ6‡¿Ëßãïóø‡ü#>“Ì?áŸòÏøç|ÿ‚Égó9ü+þ5ŸËçñù|_ÈñÅüþ-ÿŽÏà?òŸøÏüþ+ÿÿÎÿàò€`¬‚M° N‚³à"¸ n‚»à!x ^‚·PJðJ ¾BÁOðÊ B $”‚…òBˆPA¨(„ •„ÊB¡ªPM¨.„ áB„PC¨)Ô"…(¡¶-ıBœ/$‰B’,¤u„ºB=¡¾Ð@h(4 M„¦B3¡¹ÐBh)´Z m„¶B;¡½ÐAè(t: ]„®BªÐMè.ôz ½„ÞB¡¯ÐOè/¤   °€¨€ ¸@¤@ ´À¬À ¼ ¢ ² !]PMÐCÈ…AÂ`aˆ0T& F#…QÂhaŒ0V'Œ&…IÂdaŠ0U˜&Lf3…YÂlaŽ0W˜'Ì …EÂba‰°TX&,V+…UÂja°VX'¬6…MÂfa‹°UØ&lv;…]Âna°WØ'ì…CÂaáˆpT8&N'…SÂiáŒpV8'œ.…KÂeáŠpU¸&\n7…[ÂmáŽpW¸'Ü…GB¦ðXx"<ž Ï…,á…ðRÈr„WÂk!WÈò…¡P(Š…7Â[áð^ø |> Ÿ…/ÂWá›ð]ø!üÑ"ZE›hDgÑEtÝDwÑCô½Do±”è#–}Å2¢Ÿè/–Ä@1H,'‹åű‚XQ +‰•Å*bU±šX] Ãű†XS¬%FŠQbm1ZŒcÅ81^LÅ$1YLëˆuÅzb}±ØPl$6›ˆMÅfbs±…ØRl%¶ÛˆmÅvb{±ƒØQì$v»ˆ]ÅT±›Ø]ì!ö{‰½Å>b_±ŸØ_LAaQq‘I‘i‘Y‘yQEQeQbº¨Šš¨‹†˜!ŠƒÄÁâq¨8L.ŽGŠ£ÄÑâq¬8N/N'Š“ÄÉâqª8Mœ.ÎgгÄÙâq®8Oœ/.Š‹ÄÅâq©¸L\.®WŠ«ÄÕâq­¸N\/n7Š›ÄÍâq«¸MÜ.îwŠ»ÄÝâq¯¸OÜ/ЇÄÃâñ¨xL<.žOЧÄÓâñ¬xNŠÄLñ±øD|*>Ÿ‹Yâ ñ¥˜-戯Ä×b®˜'æ‹b¡X$‹oÄ·â;ñ½øAü(~?‹_įâ7ñ»øCü)’E²J6É.9IÎ’‹ä*¹Iî’‡ä)yIÞR)ÉG*-ùJe$?É_*+HRTN –ÊK!R©¢*U’*KU¤ªR5©º&…KR ©¦TKŠ”¢¤ÚR´#ÅJqR¼” %JIR²”"Õ‘êJõ¤úR©¡ÔHj,5‘šJͤæR ©¥ÔJj-µ‘ÚJí¤öR©£ÔIê,u‘ºJ©R7©»ÔCê)õ’zK}¤¾R?©¿”&$Á"¡&á!‘%Ñ#±'ñ’ ‰’$É’"9¤tI•4I— )C ”Iƒ¥!ÒPi˜4\!”FI£¥1ÒXiœ4^š M”&I“¥)ÒTiš4]š!Í”fI³¥9Ò\iž4_Z -”I‹¥%ÒRi™´\Z!­”VI«¥5ÒZi´^Ú m”6I›¥-ÒVi›´]Ú!í”vI»¥=Ò^iŸ´_: ”I‡¥#ÒQé˜t\:!”NI§¥3ÒYéœt^º ]”.I—¥+ÒUéšt]º!Ý”nI·¥;Ò]éžt_z =”I™Òcé‰ôTz&=—²¤ÒK)[Ê‘^I¯¥\)OÊ— ¤B©H*–ÞHo¥wÒ{éƒôQú$}–¾H_¥oÒwé‡ôSd‹l•m²]v’eÙUÆ9‚#9Š£9†c9Žã99‰“9…spéœÊiœÎ\7€È âsC¸¡Ü0ÎM®.‡Éár„\C®)×’#å(¹¶-Çȱrœ/'ȉr’œ,§Èuäºr=¹¾Ü@n(7’ËMä¦r3¹¹ÜBn)·’[Ëmä¶r;¹½ÜAî(w’;Ë]ä®rªÜMî.÷{ʽäÞr¹¯ÜOî/§É  ɰŒÈ¨ŒÉ¸LȤLÉ´ÌȬÌɼ,È¢,ɲ¬È9]VeMÖeCÎÈåAò`yˆ&—OÈ'åSòiùŒ|V>'Ÿ—/ÈåKòeùŠ|U¾&_—oÈ7å[òmùŽ|W¾'ß—ÈåGr¦üX~"?•ŸÉÏå,ù…üRΖsäWòk9WΓóå¹P.’‹å7ò[ùü^þ ”?ÉŸå/òWù›ü]þ!ÿ”Å¢X›bWœgÅEqUÜwÅCñT¼o¥”⣔V|•2ŠŸâ¯”U”@%H)§+å•¥‚RQ U*)••*JU¥šR] S•¥†RS©¥D*QJm%Z‰Qb•8%^IP•$%YIQê(u•zJ}¥ÒPi¤4Vš(M•fJs¥…ÒRi¥´VÚ(m•vJ{¥ƒÒQé¤tVº(]•T¥›Ò]é¡ôTz)½•>J_¥ŸÒ_IS@R`QPSp…PH…Rh…QX…SxEPDERdEQJº¢*š¢+†’¡ P*ƒ”ÁÊe¨2L®ŒPF*£”ÑÊe¬2N¯LP&*“”ÉÊeª2M™®ÌPf*³”ÙÊe®2O™¯,P*‹”ÅÊe©²LY®¬PV*«”ÕÊe­²NY¯lP6*›”ÍÊe«²MÙ®ìPv*»”ÝÊe¯²OÙ¯P*‡”ÃÊå¨rL9®œPN*§”ÓÊå¬rN9¯\P.*—”ËÊåªrM¹®ÜPn*·”ÛÊå®rO¹¯+_”¯Ê7å»òCù©‹Ãê°9ì'‡³ÃÅáêps¸;<ž/‡·£”ÃÇQÚáë(ãðsø;Ê:Ž G9G°£¼#ÄQÁQÑê¨ä¨ì¨â¨ê¨æ¨îs„;"55µ‘Ž(GmG´#ÆëˆsÄ;þ{ïÅòíV÷ô†a†DD$ H‚³bÅLç $‡Ž˜sÎ9gQÄœsγ˜%›ãáqîùÞsîýý~÷®þxë÷žŸµff×®êê½wïÚµ«{MWÍÇð±|ßœçø|K¾ßšo÷åÛñ‰|{¾ß‘ïÄwæ»ð]ùn|w>‰ïÁ÷ä{ñ½ùd>…ïÃ÷åSù~|~?Äæ‡ði<Êc<Î<ÉS<Í3<ËsüP~ŸÎgð™|ŸÍç-|Ïó/ò/ó ŸËàGò£øÑü~,?ŽÏOà'ò“øÉü~*?ŸÎÏàgò³øÙü~.?ŸÏ/àò‹øÅü~)¿Œ_ίàWò«øÕü~-¿Ž_Ïoà7ò›øÍ|¿…ßÊoãóùí|_Èïà‹øü.~7¿‡ßËïã÷óøƒü!þ0„?Êãó'ø“ü)þ4†?ËŸãÏóø‹ü%þ2…¿Ê_ã¯ó7ø›ü-þ6‡/æïò÷øûüþ!ÿˆÌ?áKø§ü3þ9ÿ‚É¿â_óoøR¾ŒË¿ãËù ¾’¯â«ù¾–Ïà?òŸøÏüþ+ÿÿÎÿàò¿ø?ø: *Ô‚FÐ :ÁJÐ Ö‚A°Œ‚­`ì³`/8Ž‚“à,¸®‚›à.x O¡¡à%4¼…Æ‚ÐDðü!@š AB°"4B…0!\ˆ"…(!Zˆb…8¡¹/$-„–B+¡µÐFh+´…öB¡£ÐIè,tº Ý„îB’ÐCè)ôz ÉBŠÐGè+¤ ý„þÂa 0H, ÒTÀ\ R Z`Và„¡Â0!]È2…,![.X„A$A!W!ŒF £…1ÂXaœ0^˜ L& “…)ÂTaš0]˜!Ìf ³…9Â\až0_X , ‹…%ÂRa™°\X!¬V «…5ÂZa°^Ø l6 ›… Ÿ…/ÂWá›ð]ø!ü~ u!U""ªE¨u¢•¨­Eƒh#E[Ñ$Ú‰fÑ^tE'ÑYt]E7Ñ]ôˆžbCÑKl$z‹E±‰è+ú‰þb€(6ƒÄ`1Dl&†Šab¸!FŠQb´#ÆŠqbs1^L[ˆ-ÅVbk±ØVl'&ŠíÅbG±“ØYì"v»‰ÝÅ$±‡ØSì%ö“űØWLû‰ýÅâ@q8X"¦‰¨ˆ‰¸Hˆ¤H‰´Èˆ¬È‰CÅabº˜!fŠYb¶8\´ˆ9"/ ¢(J¢,*b®8B)ŽG‹cıâ8q¼8Aœ(N'‹SÄ©â4qº8Cœ)Îg‹sĹâŠÄÇâ±D|*>Ÿ‹/Ä—â+ñµøF,ËÄ·â;±\¬+Å*±Z¬kÅ÷âñ£øIü,~¿ŠßÄïâñ§øKüC¬I°¤’I-i$­¤“¬$½d-$É(ÙJ&ÉN2Kö’ƒä(9IÎ’‹ä*¹Iî’‡Ô@ò”J^R#É[j,ùHM$_ÉOò—¤@©©$K!R3)T “Â¥)RŠ’¢¥)VŠ“šKñR‚ÔBj)µ’ZKm¤¶R;)Qj/u:J¤ÎR©«ÔMê.%I=¤žR/©·”,¥H}¤¾RªÔOê/ Jƒ¤ÁÒ)MB%LÂ%B"%J¢%Fb%N* “Ò¥ )SÊ’²¥á’EÊ‘xIDI’dI‘r¥ÒHi”4Z#•ÆI㥠ÒDi’4Yš"M•¦IÓ¥ÒLi–4[š#Í•æIó¥ÒBi‘´XZ"-•–IË¥ÒJi•´ZZ#­•ÖIë¥ ÒFi“´YÊ“¶H[¥mR¾´]* ¥R‘´SÚ%í–öH{¥}Ò~é€tP:$–ŽHG¥cÒqé„tR:%–ÎHg¥sÒyé‚tQº$]–®HW¥kÒué†tSº%Ý–îHÅÒ]éžt_z =”I¥'R‰ôTz&=—^H/¥WÒkéT*•Io¥wR¹T!UJURµT#ÕJï¥ÒGé“ôYú"}•¾IߥÒOé—ô‡T'’aY%#²ZÖÈZY'[ÉzÙZ6È6²Q¶•M²l–íeÙQv’eÙUv“Ýe¹ì)7”½äF²·ÜXö‘›È¾²Ÿì/ÈrS9H–Cäfr¨&‡Ër¤%GË1r¬'7—ãå¹…ÜRn%·–ÛÈmåvr¢Ü^î w”;Éå.rW¹›Ü]N’{È=å^ro9YN‘ûÈ}åT¹ŸÜ_ ”Ƀå!ršŒÊ˜ŒË„LÊ”LËŒÌÊœ,‘ÊÇäãò ù¤|J>-Ÿ‘ÏÊçäóòù¢|I¾,_‘¯Ê×äëò ù¦|K¾-ß‘‹å»ò=ù¾ü@~(?’ËOäù©üL~.¿_ʯä×ò¹T.“ßÊïär¹B®”«äj¹F®•ßËäò'ù³üEþ*“¿Ë?äŸò/ù¹N ¤ÀŠJAµ¢Q´ŠN±RôеbPl£b«˜;ŬØ+Š£â¤8+.Š«â¦¸+JÅSi¨x)o¥±â£4Q|?Å_ P•¦J¬„(Í”P%L W"”H%J‰Vb”X%Ni®Ä+ J ¥¥ÒJi­´QÚ*í”D¥½ÒAé¨tR:+]”®J7¥»’¤ôPz*½”ÞJ²’¢ôQú*©J?¥¿2@¨ R+C”4U0W…T(…V…U8e¨2LIW2”L%KÉV†+%GáAI‘EÉUF(#•QÊheŒ2V§ŒW&(•IÊdeŠ2U™¦LWf(3•YÊleŽ2W™§ÌW( •EÊbe‰²TY¦,WV(+•UÊje²VY§¬W6(•MÊf%OÙ¢lU¶)ùÊv¥@)Tv(EÊNe—²[Ù£ìUö)û•ÊAårX9¢UŽ)Ç•ÊIå”rZ9£œUÎ)ç• ÊEå’rY¹¢\U®)וÊMå–r[¹£+w•{Ê}åòPy¤(•OÊgå‹òUù¦|W~(?•_ÊJr¡\8W•‹äªs5¹Ú\]®U®>×:×k“k̵Í5åÚåšsísrsrs]r]sÝrÝs=räzæÖýÆÿ‘°§`ã²¹\ßö‘¾îfk-ÿ¹Ù5Áˆö¿8ânØw·]ëhC‰vãôð[Û¡öª37ëe£‘åÚ[X·Ô¨²‘ìãMª;zØÜd¿=wÚÔuÙiS0ÖVûÒöÿÖY?»±æÆfÂf¥Ñˆ,ÓiÃ6{Dk‡‚tã]ÔSÿ@mýÚåtHÉú“š¦W SÆK !ò¦f ˆ Úaßô6¨v¦èÚCêZß!`#päÍñÎpÃ:àfwtyV[ 6œ-ÕŒŠ}¤QÆêîØ¦Øít8ijãÝ$Q\ìnjH½m†¯}pDó­þ.gýãQðˆoÿDw<€³³<‡BîSÍ•v#à}#ãghÍ NÞWçu4áåϘ‘׽ꩭëu±^§SúŒJÍý‘fDc¼¾3$¨·Ï¤‘ í@݉©ökÝàM]]ѱÞÓ{ª=VCúÜM¦G©šººëMuu1F3ù*ħ.©CìEÃmKsk§Pó Ïw¦m^Ö».÷áqšµÎÝÚ%ì9%©ºÎØÍiÓÜ\›ê(x”¹‡þ¤QÒÇÙ´€Ã}Ó-·ç¶Ð^îpØjY[7;ówÛ]=½-ŸZŽÝñ@‰íJÝpófà0r/Ü´¿S·ªÈXwpEˆ{<Ò¾¿ùœa[} ÌßÀ½žNE5_¬ÂGi~Öéþy©®ŒM¸ž0ôêÄf‰?eà¼|7²s]Ý óˆ•þœ¯+€Ãb½4Ó³á‰ÀæÚ#Ã5„©+‚:u‰|Œ »4?–E·¹ðM_Ýkä« Ôí­iœ ‹Ê }ôÖpª]¬g1Ò[ç­K`t—†>I¨ŒÜ…̪›z¬³í²4àQv§áþ°«‚O…Á[ìÆØ÷Á8ø²®]¿WS<¬6êÔ>u4&ͻɺ@Ñ CÚ ‡ttO ß·l:D©3,ðèb—e~$Ýmÿ1¦O^!È$ÚÁż־7ò2[÷Ðó¹Á4]†„vØbî ¯„/ uIøà§.Ɖ4$t#»]SµÝh‚¯žã³Lwº¡×{øÏnw5ix–ñ‹Fkÿ8i‚C±wá‘Ñp𾿄9hr°K³^£6ùƒQ>˜¦XŸëc¶1=ß‘~1¶M­Çið»Wª ¥Ç2ÍÃ*·í$ü֣Йš“ÁjïR+[€ÌšI…ð°µeC]͈¾‰æ1˜—r©@þÐõÒ½öyì°.È3è–é£.ì1ï0ë]øc> ²~h¸èä Sw4(xcªñA<ö!Sý»ÎõÓÌ éÛÂÔ·®nn G†æNž®›}CóùÙÍg§üÞ×åÒ¸zO@zli–½Ì^s†šMzpÙfd ì0àœGLR<ÛwÛ×Îõ„EV ÍmÏ„£¶&“•iÈôœª‰@ViBëEß ƒ)Ɖæbÿ(‡¾ÆãªWÚž{Œ×Àäœñ¬‡«a?HAú¸ø!”þ“&x@8ÜØÔ/bû†WjÚÀˆÆÏl€ºå›WÀëÀE8Þâ6$k(Ý·íÎÏ®3ô%;8ôõˆ€'B]õDÍ&O‡GšR}OÆâÀ×l0ŒGú­Á° ËºÛ #º˜º\¾ÓÀ溕¶\§IÐß3Ç;4HÜ ô2=@âŒÁ:feèhûÚ0ÉôP}V¾·Zê`€ÇÀWì7é’AŽËø„}kã^·ãømxh-ò®Ã®ô­š£Ú{ú¬§È¸ð1†NNj° t±1ìõšµšKà»GvŸÁyP ¿´ Tß²km÷Ì~=j× àæxpUEÀWõ#ÍîàRÈø |ÀNû8Û;àŒ}ØŒÄèû·,öà.ØiÛYÇ‚N (p»Fe<`Rms,Pïq×à«·sHjÞÕ˜o4Á‘ÝrÖÇ´UA5ðy¤lP%F7 ?i¨Ó/ÒK± :Œ$&i–"‚TáæÝ6‘ %°‰î¾CfB°á©&ˆ”8…»Í«õ­ôYz<3ìÈÓcpÓ7¼ö8£9‚< ¼gË銮Mè)M›©¶ï̸‹¢5)¦n5œª‰€ÌûC¶z:±™»)±¿FštýtHv¨ ÈƒÜ Má\d LM=êW­d‘³z[0š nß[—iÓÁÑk\b$[ƒÞ)î×­¹á‰ÃkŸŸº­æú[ ý]h…Œ|ÿ­ž^X ©ƒüÇ®¦ÛzÁ¾µ½­>,+̇À`ðÃP•’˜¥×Á-lâ´/½e‡xŸÑ¦7š¢ð{šäÐt—ë&³á—]¢ŽÚÓï´Ë Ó¹óºøº}ÙA ð%ƒ'èhéÛ#ðèøf¢òC_ÅÎóol·ÄwÁ™ „üeîâ;-±™Ép >Õû€+²)1ô°¯Öz²Ä{ŸÁÙºFë•hXôÆa˜S}—Þp_s1Y£ïÝò}à :SmM8|ßçæ¶†B‚\ºyà4t7\¥ñ×ì»Imn1d;è¢/ƒ{Úó,¨6Ý5 Ô—‚«¦% ü2†2=ds¼9 „Xo1^Û:µ4Ú™Mõq䳋‡1Õ?Ù˜¥s³1}óê©õjàñÄCãÐVïî´Ç{»ýIͺº:¯ ðZ?do]i~8­™ OÖ´¶|?˜¨PÂ¥À0ÆÔ·Ü×X¯ò4ïy*0UÜxÃKBÜLëÎ×Õ¹N¿P7ôš¦xÐ pÐj²æÍà:˜Arý—rWx´×9ï¶NŽ.4U}G%ø{z¨Ú}…Ô ×#ª•!F09B<îÓ t†‡"`èGÀ3Í×€È6“ôŽHG·²þÞþÏ™6ö]]ÝöÍ ç\Íÿõ+÷©›¿é®uoþJŸnß:rýÿ˜œÍœ[WGÖ!>¨FFj?Ž6«ÞqãêC×f§ó<ÏßÎåmMÎzØnåÅ¢n¦4-hðöã=çgíò-:Ó}DÙºÝ]õdBZ¶^spâçüê}ù~×gYæû%LÛ·¿×©Îó;¸Ú'n¼):5æÎÕžwËmR#=¿o+œYuy]ÎÄÁoÏ}ß~vO™?Zøßí`Ù´råúŒLÿ×R»¼Û2’¾¿u`TèŠðà8¿8¬C´am ¶è.iËÇ6£Ä´ÕÍPÅ6÷8ñÀlìw(íņv‚t~pø¦œÜ _¿wBmÊ ú-¯qÿ™E¾«ßž^Wضy?ìê€ÞÍÖ¿OŸöhɹ²Ã«+±ˆ{Óۛ~©îÜáUñKºxï«Z=xH]ѯ·ï~}úüöú£˜Ôê´–C¶é³î|‹}á螨>JUX~f|C´ýÀ‘­Ÿòú™ÑvÞǵÉß_Ä»Í ÿr¨üĦ3§$nÒåÏh4ÏëÚÕž_Öž˜T0aÜÓ ¡? ˆV«î‡¨;'G{~a=è@¤ÝAdPZWÇý£îٻᘼ—ž¼¸Sΰì‘‚5ý«k®WY7}È—žÈä ƽ^8|pÃKø)MïûKÐŽã÷ŸY1Åé°ûˆÍ¹±«ÏLZpI÷2½oaîháÐ[Þ‡„à; ºóp©eHŸÇìáé» EGª‡«îd£5À¦äÅì•â^ï'¹åMè±fܪÈ&V+?ç-°[tñÄdyBø¬ýµScçNa——w¾¥•_^©8tËã!]º:kâÆÌÍS²?n«Ý58^ðhCÓ‚Éö>µ[ÞßWóê’6­ÉrqÌ·éÙB'•›Ò–Wr64M†Öôø´~eל‚Û>çרZ··3é5¨›c‹-]gW¬XŸf÷`}Ï»b”%²ì|hoï0×ßêv¾8>ÓÑb×ôY륑S ßÏ?—ÐíØ[KÞØM±#gÚÚ»?Ûõô×WZ„¶ÉÌ}?Pè°âĆõ“ 6ÝrÖpèöÄN«Gnmú‰Yžͺ;5|ºzóœò¤Ýç…º>ÛÊM±=´ëù¤Ëû´­›2Zu¼÷|—_RÐ,Η^Ùqò£}ᥳ'Ï>¹ó܉“QÛŸDî3bÖ¢·GM/Ï<~ØÀ%^7ZÍl²øsòâJpåfïÛÙ\~qøùóŽÓ6íH5—4z¶÷«{Ë!¿Ôuu-ÿ/ßø? *âë3ÐN­áVº  XŽ,×Ù¯4¨b c#=Àz} É¦ ”¢Ÿ¡w†œïô ¨£@0ìµD‚õaˆ+<ÀÛÁ4}hŸÞO?X·[F`¦ÎœÞाe |`«¦0ÛF@ÆlX宨®üjpx§~2è Aáú"8\GÃn®>»hö»õ»MÞ ¯B>Ã@:àÀP0 TÁ¨y”«àšJ^oÄ Ú`Ðé†z«|¯_p¬E.>hÞëæiôà €òA†¾ØÑ=p^`œJŒÀÆAÉH>à' «òÊÙ ·Uu×´C< W!X¥=F¨UP$„·`IÐÝ‚&@;t¡Á:n´ôÕà¦ÉÔì©_Ž‚(XÕD+€QÚ£@› RÕÚTu¤ª³ªLƒý°Q©Žè«ÁaðöCî«íÀI Q;ÀGAkmP+U3ÐŒ¾º@! .ÑÝ/úšÓº4Í0DßW£}áÄMÅÀ)ZU½•ÆèÔW}žbÔUé lÚœÀ °d#yF“ú¡stV„ƒ.HWà¬ÿ|wpr]‘ÁP™Î”ÃI Þꕪ¥5tj,Õ8GðPóîZ‡è ­ƒ „ܬOy€8¤TµT¯îÔKôÖˆz±Rë9€™`µn±^«Ê5øB À½J{äé6ë—#ÓÀ~½Ê‚—è´«mÔÍM³Aw¾!Và‚M&œd5( iUŸžë@¼µ1n0…A'öê.ðfÍp[sE]ªcEi€ÒFjÛÆ& JªqHý2<xC-á§ê ºÞ  ü ôÔ§Á RïzñÐz0ÈüÔ6Ò»BP8¢=;HÕ\Ñ8€þõºrªSÈe3\¿Î Îh™ŽDƒ³íQóÿ+wûÚ„z1^¡^õmSôÍ:D…zÅ…ÄE×§°)´WtxHtŒWlXDHDŒW é5п;–)PéÁáQ¡þÏ¥s9O I©Òý² Íà”. 8,,$.*JEde g ÆsY™ÖI$ä·! „yÅ‚è(2&<$&,Â+8*$. 1±þÍT‘¾}Š~¸> „z…yEE‡DÇExÅÄ……D‡†{úƒC½HB"ãb½$8Ã+*,4$<"¤{%ë{éCÔ‘q!a¡ÑªžaQþîOŠˆ £ÂBýAæŸN©2²`@úQ ù ™‘•‘eª©^¥ ‡¢âœ”eÉÀÒ«ˆ¨Øè(uˆª•Ž©r8&“ƒá¢¶ ÷Ï¡,H½KbÆ ó϶dP0 âBÂÃ#­IÁ‚dcž#„t„ª±€ðP1 dòª,ɶ@9ªu:–Iüùb>Vƒpˆ ‰ «4áz¯Áa¡¡ ‹‡ 5€FߢCCCbcááúШè¸È8Ø Ž‹VEF©›uΉY —QŒëà˜p«ˆÈˆˆp¯¨ØP€´³G ƒÙb#"T41 4 ‚£Ãý;šâB"âô1QþááªAááѪDMpˆÁá!¡‘H2C*ÈF H هņ‡DFF5ŽV!¼*¡,!A•«‚a?,;;SÙ‘¡‡H•“ƒ1”]8×X¨Œ,‘²«—C­#4pd,°VY8 OG€Š³defjlB#C"c5‰í“»¦ôè™–œÒ¦wJŸžiM@ C™„¤gYÁB*ËQ#¢20‹„ a‘!Q1P}˜ËÒy R óRw…bt‘!11a-¡Šˆ‹‘QþY|‘•®B@¦REB…F…&ó@ÈV%™zêTÉÙ¡a®‘ B“Áé‚Vf€xŒKÏñ¶Š0·KÇrr(Le‚pÞbÂÃA˜6§4†<-gßBœ+ðÈ<^¼¶%Âç«\u.°®â.:Ô”ßžÑ XuÙvï0åf—”»(ÙÎØ=ÿÞ4(`âµw6åW'}ÒŽ×5ÕÕ×tÐkBúµ6Á㯼ƒ€+s¢4ÌñíÉaîÀ*iÇK“Ï_‚ïU[ýbϼ3<¯1÷Ú ^ni£þê…µZ¤ìê¤`‚fÜ.7«ìí|é\ótsGp¬¶òòv®y²®­8ÖŽ}ôoÏŠ^ÀØg÷› ÚŠÓAô"Ĺöí™O k#õs…Ç©ÊÎKÞÀ¡—ÔÑüÆ\-¯ös­7\Õƒ5íµàx)Ty{fl¨ p·í´åiå‹íI¶¦ŽJŠÛœÞØÙ¿9 [u^ÿ¤Jm“²çu˜cõÃå 0p¦¶ú[èÑ–´ Aû¡“–nÈÛ¶yÕ¼1Ì€ì¢g•÷Õ_·AËN>.=/ûаÿômŽž<±kb$¬ª(Λ6cUÑÁ£Ç÷çMëéÔ­V?ª4×V¿<4Ô c<7c}áÎ[W̘´úÆ;›S‚?ˆ ¦®+عsËìþ.êFU ]«_No€]«Ì9›vìܱié’w+×6¶~ºµ«°ŠVn/Ê[:oÓrŸš·—Ç`jmY˜WXX¸*;8Ô”žJw‡cª+oLmk»½9™ã€cyYáμyl¤h[ιT/ŠS}—¼gày~OE̹e*=f¯©®¼»>{ 9ûB)2;¨Úl}Q]ÞÌ©º¤ppï5nýF%¹k|¬ÿ²ÔÎÔªgÇ íä¬UéÝBº Ï»_QùlON‚3bÝ!ïEõë ó‡DÕ‡zµsР¼’ªê²“RKwÊàÝ&cÃ-`†ïî⤲öˆ·{cûøà”~k×€öʉ²& Ýê“9Ø!" 6û46”ßZ‰…šaSYô¢Ú÷íµl¼;¢sôiÎlTm†€Uç%šªû«Zk seµMÝ*îÛK¥uI›s⥶ªdC½¿z<ƒ_ìJ­®íÖÓŽ$+‡šª'+¢ˆXò ²6Ô±¦º¦ôÒ *Neöq…ßÕøÿR³°wýW£'ëÚ¨Aü«´p®«ûñöæú©³Wçï?rôpÑr¥“#@bfß,ÿ«É»Ôú/ãó½Ã¢Ý êð”ñ{Võý«fAý§–¬gOKþâx~ÿþ üñ烧ѯ^½˜9mò™“'þUsïnñ¬éSþüùg)úÝÛ²3§NŒ3ònñïß¿ÿÕÆá;7o\ÿòå󟥸ïko\¿6sú”ú3X²Òÿjc øñã»ÕŸtøWwuu.ÀꟀ’õyÚåŸÛqßÐøœaýê¥o^ýÃIµ**È/yòèóçïß×üÍ®$¬îß-Þ¶yÃÓ’ÇŸ?ª×ïïª[ƒë×+ ¨`[}Wàoîu¿ÏÒÄW|þ¦?wÕ€F—Þ¹$xþSÕé1ë|Zº«kÔö?–<Ûª‚ÿ‘­“æŸ"îoòQê?ìôHË ªÒËëÆÏ:úªºn[ÅÃÃ+§ŽÈÊš{¡ôßë7—ßß3¶³;¾¹çË¢«KßÀèLu¯|¼¾£ú¦}Æn»VUóxUso²}Jé¾vÀºçÎ×!å—F¨&\­°þë9e=6˜Õ>™'”ß?~ðZiuÂòèíRÞžÉn܆*kVùäÐÌt"kîñg•µÿáµ }´L_znTd×gë“ÊÚª’ÂÀªÝ¢âŠêÚŠ»Æ&‡:!² è*o»÷NSrdú w-l㛼äö}«·—rC“oVhÔNÄÑR•ûë+¸N^&Œ¸v]y·ÂÚ¡ìüÔÞQ>ÎÖ°ÊÖ·ƒ%¯ø£uõ‹}C£ÜëÓÇ î#ŠTº9Yï™]´æ†Í:8UjÐW?\E,zPåjoeп-γ´obTÙûu™~©Ì1Ø¥á¿ä¿f¬®}{qbä4¤àÖNÌêºú^Emõ³=T•ÙŤòÎ:U¿<ší§ÖÝó_xÁ&'gXùLYu}> Ñ[©€©Ïn+o­^ƒ4›x¥ÂA_óæPš3¤µuru2¨t‰«Vº8è÷Ò Õz+$~ó ·Š×,^µ÷^e·¾qÕÝõa¢acO6fñ½JÇ`W÷‰V¿á…êêÔXHãÙ%o|XUS]ykFÔ ýà‹ššÊ’­)&(uï›êªâyÑ"x^Y][Uúêõ;/½‹¡êÝÛ*]“ª‡ºÁÁ3îTz×TVT—¿|tûúÍ3K:CÖ½w½rñTCÍF@¥ûaO§†>oO¥«Fž}S*ʪœƒ½ìÿ%Daýà«a8kë–®Iù/‘w7gÅ©U©[Kª ×´¶õQï~åë‚οöIU´‹µoEñ,Ø#ót™Wyñ¦¡1zUÛ­/\<_© ækà)µ¯rˆÖ»-5sï½rç`?[Õ¿´?Ç1À¶Mëïß©iÏJž<}ò¸ ¨z”?Ði’uäô*¿#ìО–ž®Î™sæMõ«í0ÜbýS]ÉêXÈ>íàãʘ<¢uq÷­¼¿vO?ec[õtSG¸qêØËH­ ªç.fëöªMÞójg}ouUÉáé}­T¦ëï?vvmðïãÝçÍ«—%OןwïZêÃÓÝ;·_<-À¿¦âÁšn6P|W?È-z^õgæGæîW¾¸uãY9P«c&žz U”>{]ùzW2üÇœkx¹ †¢ç݆* z ìÞ]ë ¾R^ýo¹IC³Uy}Rw]U ^íìcT׺XYï衇Bgݪ4¼+¹WR•]ž«‚·ž¬÷áÿ3°>.>-y,õö{ûµ÷°£o¬í§l}\vq ì<¤èiMÕ£­©Žì?®|¸9¥~•£ÕÁ4È<]Z²=Ù©¿ºªÊÛócÑ€X·Ûôrroâl÷ª~šS5‹‰ 0/³þúŒb£‡€¶¶ºÞxVå—Ç ­WéÊŽÎh<y9«ñgŸÔ ø/ùºÔÇs, þrš\#š¿Ö´XÕ¼>:n0ôèP\0²W¨ bå’2÷J9rk«œâ¬Ò¹Ååœ(­®~~tzj˜³15hÚ6³@U~gýÐxDר×ò;°£§·³¹êéáÉ}ÃÔ@mjÜqä©Rw{]Õ£#»úÁjWkm«US}ÕëÓ3ûÕ¯z±g‘þõ¡œVlC£–Ô’‹oªœþ´{ýìbÂMÝÌ¿'³~ÿ«ŒyÜïׂÿÆoüÆoüÆ¿aíüÿç},™ÿÛŽ¿ñ¿ñ¿;æþŽd¿ñ¿ñ¿ñ¿ñ¿ñ¿ñ¿ñÿ1<Ïpüm„ßøßóß—ùÿ‹ûÇoüÆoüÆÿ xýM¹ÿ—m:þ½‡ý·[ý½Nÿç~õá»ÃØÿ°×ýðÎÿù€eáÿNEÿ§s½õûÏçŽnõKƒuÿ½6ýýÿc))ðº°ó?t€= 6ëâêõ˜ûŸŽNù_ô˜îÿ­á_øâðïÔŸ6ƒT /Tø_J4§áêMÿ?Öÿwýñ§=?ü'Ðýç6cë­]ÿÑÿO\½ üÏ\´ê‰6D½ÐF¨7ÚõA› ¾¨ê hS4 FCÐfh(††£h$…F£1h,‡6GãÑ´Úm…¶FÛ mÑvh"Úí€vD;¡Ñ.hW´ÚMB{ =Ñ^ho4MAû }ÑT´Ú€D¡ƒÑ!hТУJ¢J£ Ê¢:†¦£h&š…f£ÃQ šƒò¨€Š¨„ʨ‚æ¢#Бè(t4:‹ŽCÇ£Љè$t2:ŠNC§£3Йè,t6:‹ÎCç£ Ð…è"t1º]Š.C—£+Еè*t5º]‹®C×£Ðè&t3š‡nA·¢ÛÐ|t;Z€¢;Ð"t'º ÝîA÷¢ûÐýèô z=ŒA¢ÇÐãè ô$z =žAÏ¢çÐóèô"z ½Œ^A¯¢×Ðëè ô&z ½ÞA‹Ñ»è=ô>ú}ˆ>B£OÐô)ú }޾@_¢¯Ð×è´-CߢïÐr´­D«Ðj´­EߣÐè'ô3úýŠ~C¿£?Пè/ô´„Á˜ C05¦Á´˜³Âô˜5fÀl0#f‹™0;ÌŒÙc˜#æ„9c.˜+憹cXÌkˆya0o¬1æƒ5Á|1?Ì À±¦XŒ…`ͰP, Ç"°H, ‹Æb°X,kŽÅc X ¬%Ö kµÁÚbí°D¬=ÖëˆuÂ:c]°®X7¬;–„õÀzb½°ÞX2–‚õÁúb©X?¬?6ˆ ÂcC°4 Å0 ÇŒÄ(ŒÆŒÅ8l(6 KÇ2°L, ËÆ†c,ã11 “1ËÅF`#±QØhl 6‡Ç&`±IØdl 6›†MÇf`3±YØll6›‡ÍÇ` ±EØbl ¶[†-ÇV`+±UØjl ¶[‡­Ç6`±MØf,Û‚mŶaùØv¬+Äv`EØNl¶ÛƒíÅöaû±ØAìv;‚ÅŽaDZØIìv;ƒÅÎaç± ØEìv»‚]Å®a×±ØMìv»ƒcw±{Ø}ìö{„=Æž`%ØSìö{½Ä^a¯±7X)V†½ÅÞaåXV‰UaÕX V‹½Ç>`±OØgì öû†}Ç~`?±_ØXp‡qŽàj\ƒkqn…ëqkÜ€ÛàFÜ7áv¸·ÇpGÜ wÆ]pWÜ wÇ=ð¸'Þ÷ÂáÞxcÜo‚ûâ~¸?€âMñ <Á›á¡xŽGà‘xÇà±xÞÇðxK¼Þoƒ·ÅÛá‰x{¼Þï„wÆ»à]ñnxw< ï÷Ä{á½ñd<ïƒ÷ÅSñ~x|>„Ƈài8Šc8Ž8‰S838‹søP|žŽgà™xžÇ-xÎã.â.ã ž‹ÀGâ£ðÑø|,>OÀ'â“ðÉø|*> ŸŽÏÀgâ³ðÙø|.>Ÿ/Àâ‹ðÅø|)¾ _ޝÀWâ«ðÕø|-¾_oÀ7â›ðÍx¾ߊoÃóñíx^ˆïÀ‹ðø.|7¾ß‹ïÃ÷ãðƒø!ü0~?ŠÃã'ð“ø)ü4~?‹ŸÃÏãð‹ø%ü2~¿Š_ïã7ð›ø-ü6~/Æïâ÷ðûøü!þŒ?ÁKð§ø3ü9þ‰¿Â_ãoðR¼ ‹¿ÃËñ ¼¯Â«ñ¼À?âŸðÏøü+þ ÿŽÿÀâ¿ð?ð:*!Ô„†Ð:ŠÐÖ„°!Œ„-a"ì3aO8Ž„áL¸®„áNx O¢!áE4"¼‰Æ„Ñ„ð%ü"€$šAD0B4#B‰0"œˆ "‰("šˆ!b‰8¢9O$-ˆ–D+¢5цhK´#‰öD¢#щèLt!º݈îDуèIô"zÉD чèK¤ýˆþÄb 1ˆL !Ò”Àœ ’ š`–àˆ¡Ä0"È 2‰,"›NXˆ‚'B$$B&"—AŒ$F£‰1ÄXb1ž˜@L$&“‰)ÄTb1˜AÌ$f³‰9Ä\b1ŸX@,$‹‰%ÄRb±œXA¬$V«‰5ÄZb±žØ@l$6›‰Ÿ‰/ÄWâñøAü$~u !&U$BªI ©%u¤©'­IiCI[ÒDÚ‘fÒžt I'Ò™t!]I7Òô sÓF¤L•6:mLÚØ´qiãÓ&¤ML›”69mJÚÔ´iiÓÓf¤ÍL›•6;mNÚÜ´yióÓ¤-L[”Ö€lNÆ“ d ²%ÙŠlM¶!Û’íÈD²=ÙìHv";“]È®d7²;™Dö {’½ÈÞd2™Bö!û’©d?²?9€H"“CÈ4%1' ’$)’&’%9r(9ŒL'3ÈL2‹Ì&‡“2‡äII‰”I…Ì%G#ÉQähr 9–GŽ''ÉIädr 9•œFN'g3ÉYälr9—œGÎ' ÉEäbr ¹”\F.'W+ÉUäjr ¹–\G®'7ÉMäf2ÜBn%·‘ùäv²€,$wEäNr¹›ÜCî%÷‘ûÉäAòy˜&Ÿ%äSòùœ|A¾$_‘¯É7d)YF¾%ß‘ådYIV‘Õd YK¾'?ÉOägò ù•üF~'?É_äd (ˆ‚)…PjJCi)eEé)kÊ@ÙPFÊ–2Qv”™²§(Gʉr¦\(WÊr§<¨”'Õò¢QÞTcʇjBùR~”?@RM© *˜ ¡šQ¡TNEP‘TMÅP±TÕœŠ§¨TKªÕšjCµ¥ÚQ‰T{ªÕ‘êDu¦ºP]©nTw*‰êAõ¤zQ½©d*…êCõ¥R©~Tj5D ¦†PiJaNIQM1KqÔPj•þçßä©,*›NY¨ЧJ¤$J¦*—A¤FQ£©1ÔXj5žš@M¤&Q“©)ÔTj5šAͤfQ³©9Ô\j5ŸZ@-¤Q‹©%ÔRjµœZA­¤VQ«©5ÔZjµžÚ@m¤6Q›©QŸ©/ÔWêõúAý¤~QPu !¦U4B«i ­¥u´­§­imCi[ÚDÛÑfÚžv i'Ú™v¡]i7Úö ОtCÚ‹nD{Óiº íKûÑþtH7¥ƒè`:„nF‡Òat8AGÒQt4CÇÒqts:žN [Ð-éVtkº Ý–nG'ÒíétGºÝ™îBw¥»ÑÝé$ºÝ“îE÷¦“éºÝ—N¥ûÑýéô@z=˜B§Ñ(Ñ8MÐ$MÑ4ÍÐ,ÍÑCéat:AgÒYt6=œ¶Ð94O ´HK´L+t.=‚I¢GÓcè±ô8z<=žHO¢'ÓSè©ô4z:=ƒžIÏ¢gÓsè¹ô½€^H/¢ÓKè¥ô2z9½‚^I¯¢WÓkèµô:z=½ÞHo¢7Óyôz+½Î§·Ót!½ƒ.¢wÒ»èÝôz/½ÞO Ò‡èÃôú(}Œ>NŸ OÒ§èÓôú,}Ž>O_ /Ò—èËôú*}¾Nß oÒ·èÛôº˜¾KߣïÓè‡ô#ú1ý„.¡ŸÒÏèçô ú%ýŠ~M¿¡Ké2ú-ýŽ.§+èJºŠ®¦kèZú=ýþH¢?Ó_è¯ô7ú;ýƒþIÿ¢ÿ ëhÀ@ ̨„Q3FËè+FÏX3Ɔ12¶Œ‰±cÌŒ=ãÀ82NŒ3ã¸2nŒ;ãÁ4`<™†ŒÓˆñf3>LÆ—ñcü™&iÊ1ÁLÓŒ e˜p&‚‰d¢˜h&†‰eâ˜æL<“À´`Z2­˜ÖL¦-ÓŽIdÚ3˜ŽL'¦3Ó…éÊtcº3IL¦'Ó‹éÍ$3)L¦/“Êôcú3˜Ì f03„IcPcp†`H†bh†aX†c†2Øt&ƒÉd²˜lf8carž‘‘™Q˜\f3’ÅŒfÆ0c™qÌxf3‘™ÄLf¦0S™iÌtf3“™ÅÌfæ0s™yÌ|f³YÄ,f–0K™eÌrf³’YŬfÖ0k™uÌzf³‘ÙÄlfò˜-ÌVf“Ïlg ˜BfSÄìdv1»™=Ì^f³Ÿ9Àd1‡™#ÌQæsœ9ÁœdN1§™3ÌYæsž¹À\d.1—™+ÌUæs¹ÁÜdn1·™;L1s—¹ÇÜg0™GÌcæ SÂl_6•íÇög°ÙAì`v›Æ¢,Æâ,Á’,ÅÒ,ò,Çe‡±él›Éf±ÙìpÖÂæ°<+°"+±2«°¹ìv$;ŠÍŽaDzãØñìv";‰ÌNa§²ÓØéì v&;‹ÍÎaç²óØùìv!»ˆ]Ì.a—²ËØåì v%»Š]Í®aײëØõìv#»‰ÝÌæ±[Ø­ì66ŸÝΰ…춈ÝÉîbw³{ؽì>v?{€=Èb³GØ£ì1ö8{‚õ$’^d#Ò›lLúMH_Òô'È@²)D“!d32” #ÃÉ2’Œ"£É2–Œ#O²%ìSöûœ}Á¾d_±¯Ù7l)[ƾeß±ål[ÉV±Õl [˾g?°ÙOìgö û•ýÆ~g°?Ù_ìl 8ˆƒ9‡pjNÃi9gÅé9kÎÀÙpFΖ3qvœ™³ç8GΉsæ\8WÎsç<¸œ'×óâqÞ\c·kÂùr~œ?ÀrM¹ .˜ ášq¡\ÎEp‘\ÍÅp±\ל‹ç¸\K®ךkõåÚq‰\{®בëÄuæºp]¹n\w.‰ëÁõäzq½¹d.…ëÃõåR¹~\n7Ä æ†piÊaÎÉQÍ1ËqÜPn—Îep™\—Í ç,\Çs'r'sÊÿÁÞ{EÕtᢽ÷ì Ã0 9ˆˆ(ˆ0’ƒ`ÆœsD@Ù9'Ì9眳¨bÎ9çˆ(*&T¢9¾Þó½ç{Oݪ[uϯûãÞ®ššîÕ{z¯îYëéµzWíÍBÇ cÑqèxt:„NF§ SÑiètt:…ÎFç sÑyè|tº]„.F— KÑeèrtº]…®F× kÑuèztºÝ„nF· [Ñmèv4ÝîDw¡9èn4ÍC÷ ùè^tº=€D¡‡Ñ#èQôz=žDO¡§Ñ3èYôz½€^D/¡—Ñ+èUôz½ÞDo¡·Ñ;è]ôz}€ ÑBôú-BŸ OÑgh1ú}¾D_¡¯Ñô ú-EËÐwè{ôZŽV •hZÖ ÑOègô úý†~G ?Ñ_èoôúZ‹ Â`Lƒ!˜ÓazÌ€ÙaFÌ3a˜sÄ,˜fÅœ1ÌsÃÜ1Ìó¼1¬æ‹ÕÇü°˜?Ö Àa±@,k‚cM±,³aͰ0,‹À"±(,‹Áb±8,kŽ%`‰X ¬%Ö kµÁÚbí°$¬=ÖëˆuÂ:c]°®X7¬;Öë‰õÂzc}°d,ë‹õÃúc°Ø l06Š Ã†c#°Tl$–†¥cØ(l4–‰¡†á‘…у±‡ñ˜€‰˜„ɘ‚©X6‹ÃÆc°‰Ø$l26›ŠMæc3°™Ø,l66›‹ÍÃæc °…Ø"l1¶[Š-Öc+°•Ø*l5¶[‹­ÃÖc°Ø&l3¶ÛŠmöcÙØl'¶ ËÁvc¹X¶ËÇöbû°ýØì v;ŒÁŽbÇ°ãØ ì$v ;ÁÎbç°óØì"v »Œ]Á®b×°ëØ ì&v »ÝÁîb÷°ûج{ˆb°ÇXö{Š=Ê±çØ ì%ö {•`o°·X)V†½ÃÞc°r¬«Äª°j¬ûˆ}Â>c_°¯Ø7ì;öû‰ýÂ~c°¿°Z àãÁµ¸×ãÜ7âö¸ wÀ͸#nÁp+ஸîŽ{àž¸îûàõp_¼>î‡7Àýñ†xÞoŒâAx<oŠ‡à¡¸ o†‡ááx‰GáÑx ‹Çáñxs<OÄ[à-ñVxk¼ Þo‡'áíñxG¼Þï‚wÅ»áÝñxO¼Þïƒ'ã)x_¼Þ€Äáƒñ!øP|>§â#ñ4<ÏÀGá£ñLÅ1Ç œÄ)œÆœÅ9œÇ\Ä%\Æ\ųð1øX|>Ÿ€OÄ'á“ñ)øT|>ŸÏÄgá³ñ9ø\|>_€/Äá‹ñ%øR|¾_¯ÄWá«ñ5øZ|¾߀oÄ7á›ñ-øV|¾ÏÆwà;ñ]x¾ÏÅóð=x>¾߇ïÇàñCøaü~?†ÇOà'ñSøiü ~?‡ŸÇ/àñKøeü ~¿†_Çoà7ñ[ømü~¿‡ßÇàøC¼„?Æ‹ð'øSü^Œ?Ç_à/ñWøk¼ƒ¿ÅKñ2üþÿ€—ãx%^…Wã5øGüþÿ‚Å¿áßñøOüþÿƒÿ…× ˜Ð¡%t„ž0v„‘°'L„a& áDX gÂ…p%Üwƒð$¼o‡¨Gøõ ?¢áO4$ˆFDc""šÁDS"„%lD3"Œ'"ˆH"Šˆ&bˆX"Žˆ'š D"Ñ‚hI´"Zmˆ¶D;"‰hOt :ˆÎD¢+ÑèNô z½ˆÞD"™H!úýˆþÄb 1ˆL !†ÈáÄ"•I¤éD1ŠMd(8A$A4Á,Áb?q€8H"Gˆ£Ä1â8q‚8Iœ"Ngˆ³Ä9âñ€( …Ä#â1QDŸˆÏÄâ+ñøNü ~¿ˆßÄâ/¢–$D¤†DH-©#õ¤´#¤=i"H3éHZH'ÒJ:“.¤+éFº“¤'éEz“>d=Ò—¬Oú‘ H²!@6"“dÙ„ &›’!d(i#›‘ad8AF’Qd4CÆ’qd<ÙœL ÉdK²ÙšlC¶%Û‘Id{²Ù‘ìDv&»]Éndw²Ù“ìEö&ûÉd Ù—ìGö'ÉAä`r9”F'G©äH2L'ÏežÏ¼y1óRæåÌ+™W3¯e^ϼ‘y3óVæíÌ;™w3ïeÞÏ|Yù0³0óQæãÌ¢Ì'™O3Ÿef“É)äTr9œAÎ$g‘³É9ä\r9Ÿ\@.$‘‹É%äRr¹œ\A®$W‘«É5äZr¹žÜ@n$7‘›É-äVr¹Ì&w;É]d¹›Ì%óÈ=d>¹—ÜGî'ÉCäaòy”&‹È'äSòYL>'_/ÉWäk²„|C¾%KÉ2òùžü@–“d%YEV“5äGòù™üB~%¿‘ßÉäOòù›üCþEÖ’€‚(˜ÒP¥¥t”ž2Pv”‘²§L”e¦) åDY)gÊ…r¥Ü(wʃò¤¼(oʇªGùRõ)?ªåO5¤¨FTc* ¢šPÁTS*„ ¥lT3*Œ §"¨H*ŠŠ¦b¨X*ŽŠ§šS T"Õ‚jIµ¢ZSm¨¶T;*‰jOu :R¨ÎTª+ÕêNõ zR½¨ÞT*™J¡úRý¨þÔj 5ˆL ¡†RèáÔ*•I¥QéT5ŠMeR(…Q8EP$EQ4ÅP,ÅQ<%P"%Q2¥P*•E¡ÆRã¨ñÔj"5‰šLM¡¦RÓ¨éÔ j&5‹šMÍ¡æRó¨ùÔj!µˆZL-¡–R˨åÔ j%µŠZM­¡ÖRë¨õÔj#µ‰ÚLm¡¶RÛ¨íT6µƒÚIí¢r¨ÝT.•Gí¡ò©½Ô>j?u€:H¢SG¨£Ô1ê8u‚:I¢NSg¨³Ô9êõ€* R…Ô#ê1UD=¡žRϨbê9õ‚zI½¢^S%Ôê-UJ•Qï¨÷Ôªœª *©*ªšª¡>RŸ¨ÏÔê+õúNý ~R¿¨ßÔê/ª–4Dô†Fh-­£õ´¶£´=m¢h3íH[h'ÚJ;Ó.´+íF»Ó´'íE{Ó>t=Ú—®OûÑ hº!@7¢ÓtÝ„¦›Ò!t(m£›Ñat8AGÒQt4CÇÒqt<ÝœN étKºÝšnC·¥ÛÑIt{ºÝ‘îDw¦»Ð]éntwºÝ“îE÷¦ûÐÉt Ý—îG÷§ÐéAô`z=”F§GЩôH:N§3èQôh:“FiŒÆi‚&iЦi†fiŽæii‰–i…Vé,z =–G§'ÐéIôdz =•žFO§gÐ3éYôlz=—žGϧÐ éEôbz ½”^F/§WÐ+éUôjz ½–^G¯§7ÐéMôfz ½•ÞFo§³éôNzCï¦séB¥ÑÇéôIú}š>CŸ¥ÏÑçé ôEú}™¾B_¥¯Ñ×éôMú}›¾CߥïÑ÷étý.¤Ñé"ú ý”~FÓÏéôKúýš.¡ßÐoéRºŒ~G¿§?Ðåt]IWÑÕt ý‘þD¦¿Ð_éoôwúý“þEÿ¦ÿÐѵ4` f4 Âh£g ŒcdìãÀ˜GÆÂ81VÆ™qa\7Æñ`</Æ›ñaê1¾L}ÆiÀø3 ™¦Ó˜ d‚˜&L0Ó” aBÓŒ c™&’‰b¢™&–‰câ™æL“È´`Z2­˜ÖL¦-ÓŽIbÚ3˜ŽL'¦3Ó…éÊtcº3=˜žL/¦7Ó‡IfR˜¾L?¦?3€È b3C˜¡Ì0f83‚IeF2iL:“ÁŒbF3™ Ê` Î ÉP Í0 Ëp ÏŒÈHŒÌ(ŒÊd1c˜±Ì8f<3™ÈLb&3S˜©Ì4f:3ƒ™ÉÌbf3s˜¹Ì³€YÈ,b3K˜¥Ì2f9³‚YɬbV3k˜µÌ:f=³ÙÈlb63[˜­Ì6f;“Íì`v2»˜f7“Ëä1{˜|f/³ÙÏ`2‡˜ÃÌæ(sŒ9Μ`N2§˜ÓÌæ,sŽ9Ï\`.2—˜ËÌæ*s¹ÎÜ`n2·˜ÛÌæ.s¹Ï<` ˜‡L!óˆyÌ1O˜§Ì3¦˜yμ`^2¯˜×L ó†yË”2eÌ;æ=ó)g*˜J¦Š©fj˜Ì'æ3ó…ùÊ|c¾3?˜ŸÌ/æ7ó‡ù‹©e ±0«aVËêX=k`íX#kÏšXÖÌ:²Ö‰µ²Î¬ ëʺ±î¬ëÉz±Þ¬[õeë³~lÖŸmÈ°ØÆl Ä6aƒÙ¦lÊÚØflÎF°‘lÍÆ°±lÏ6gØD¶Û’mŶfÛ°mÙvlÛžíÀvd;±Ù.lW¶ÛíÁöd{±½Ù>l2›Âöeû±ýÙì@v;˜Âe‡±ÃÙl*;’McÓÙ v;šÍdQcq–`I–bi–aY–cyV`EVbeVaU6‹ÃŽeDZãÙ ìDv;™ÂNe§±ÓÙìLv;›ÃÎeç±óÙìBv»˜]Â.e—±ËÙìJv»š]îe×±ëÙ ìFv»™ÝÂne·±ÛÙlv»“ÝÅæ°»Ù\6ÝÃæ³{Ù}ì~ö{=Äf°GÙcìqö{’=ÅžfϰgÙsìyö{‘½Ä^f¯°WÙkìuö{“½ÅÞfï°wÙ{ì}ö[À>d ÙGìc¶ˆ}Â>eŸ±Åìsöû’}žfKØ7ì[¶”-cß±ïÙl9[ÁV²Ul5[Ã~d?±ŸÙ/ìWöûýÁþd±¿Ù?ì_l- 8ˆƒ9 ‡pZNÇé97ŠMf’(‰‘8I$I‘4É,É‘<)")‘2©*™EŽ!Ç’ãÈñär"9‰´ãs\ׄ æšr!\(gãšqa\8ÁErQ\4ÃÅrq\<לKà¹\K®ךkõåÚqI\{®בëÄuæºp]¹n\w®דëÅõæúpÉ\ ×—ëÇõçp¹AÜ`n7”Æ çFp©ÜH.Kç2¸QÜh.“C9ŒÃ9‚#9Š£9†c9Žã99‰“9…S¹,n 7–Çç&p¹IÜdn 7•›ÆMçfp3¹YÜln7—›ÇÍçp ¹EÜbn ·”[Æ-çVp+¹UÜjn ·–[Ç­ç6p¹MÜfn ·•ÛÆmç²¹ÜNn—Ãíær¹på\WÉUqÕ\ ÷‘ûÄ}æ¾p_¹oÜwî÷“ûÅýæþpqµà!æ5<Âky¯ç ¼oäíyïÀ›yGÞÂ;ñVÞ™wá]y7Þ÷à=y/Þ›÷áëñ¾|}ÞoÀûó ù¾ߘäƒø&|0ß”áCyߌãÃù>’â£ù>–ããùæ|ŸÈ·à[ò­øÖ|¾-ߎOâÛóøŽ|'¾3ß…ïÊwã»ó=øž|/¾7߇OæSø¾|?¾??€ÈâóCø¡ü0~8?‚OåGòi|:ŸÁâGó™<Êc<Î<ÉS<Í3<Ës<Ï ¼ÈK¼Ì+¼Êgñcø±ü8~¿€_È/âóKø¥ü2~9¿‚_ɯâWókøµü:~=¿ßÈoâ7ó[ø­ü6~;ŸÍïàwò»ø~7ŸËçñ{ø|~/¿ßÏàò‡øÃüþ(Œ?ΟàOò§øÓüþ,Ž?Ï_à/ò—øËüþ*¿Îßàoò·øÛüþ.¿Ï?à ø‡|!ÿˆÌñOø§ü3¾˜οà_ò¯ø×| ÿ†Ë—òeü;þ=ÿ/ç+øJ¾Š¯ækøü'þ3ÿ…ÿÊã¿ó?øŸü/þ7ÿ‡ÿ‹¯å ° A+è½`ì£`/˜Á,8 ÁI° ΂‹à*¸ à)x Þ‚POðê ~BÁ_h(„ÆB $4‚…¦Bˆ*Ø„fB˜.D‘B”-ıBœ/4„D¡…ÐRh%´Úm…vB’Ð^è t: ….BW¡›Ð]è!ôz ½…>B²"ôú ý…Â@a0X" † Ã…Bª0RHÒ… a”0ZÈPpHhXxADAdAT!K#ŒÆ ã… ÂDa’0Y˜"L¦ Ó…ÂLa–0[˜#Ìæ ó…ÂBa‘°XX",– Ë…ÂJa•°ZX#¬Ö ë… ÂFa“°YØ"l¶ Û…la‡°SØ%ä»…\!OØ#ä {…}Â~á€pP8$ŽG…cÂqá„pR8%œÎg…sÂyá‚pQ¸$\®W…kÂuá†pS¸%Üîw…{Â}áP < …GÂc¡Hx"<ž ÅÂsá…ðRx%¼J„7Â[¡T(Þ ï…B¹P!T UBµP#|> Ÿ…/ÂWá›ð]ø!ü~ ¿…?Â_B­DH„EˆˆZQ'êEƒh'E{Ñ$:ˆfÑQ´ˆN¢Ut]DWÑMt=DOÑKô}Äz¢¯X_ôˆþbC1@l$6Å ±‰,6CÄPÑ&6ÃÄp1BŒ£Äh1FŒãÄx±¹˜ &Š-Ä–b+±µØFl+¶“Äöb±£ØIì,v»ŠÝÄîb±§ØKì-ö“ű¯ØOì/ŠƒÄÁâq¨8L.ŽSÅ‘bš˜.fˆ£ÄÑb¦ˆŠ˜ˆ‹„HŠ”H‹ŒÈŠœÈ‹‚(Š’(‹Š¨ŠYâq¬8N/N'Š“ÄÉâqª8Mœ.ÎgгÄÙâq®8Oœ/.Š‹ÄÅâq©¸L\.®WŠ«ÄÕâq­¸N\/n7Š›ÄÍâq«¸MÜ.f‹;Äâ.1GÜ-æŠyâ1_Ü+î÷‹ăâ!ñ°xD<*‹'Ä“â)ñ´xF<+žÏ‹Ä‹â%ñ²xE¼*^¯‹7Ä›â-ñ¶xG¼+Þï‹Äñ¡X(>‹Eâñ©øL,Ÿ‹/Ä—â+ñµX"¾ߊ¥b™øN|/~ËÅ ±R¬«Åñ£øIü,~¿ŠßÄïâñ§øKü-þÿkE A,i$DÒJ:I/$;É(ÙK&ÉA2KŽ’Er’¬’³ä"¹Jn’»ä!yJ^’·ä#Õ“|¥ú’ŸÔ@ò—JR#©±(IM¤`©©"…J6©™&…KR¤%EK1R¬'ÅKÍ¥)Qj!µ”ZI­¥6R[©”$µ—:H¥NRg©‹ÔUê&u—zH=¥^Ro©”,¥H}¥~Ri€4P$ –†HC¥aÒpi„”*”Ò¤t)C%–2%TÂ$\"$R¢$Zb$Vâ$^$Q’$YR$UÊ’ÆHc¥qÒxi‚4Qš$M–¦HS¥iÒti†4Sš%Í–æHs¥yÒ|i´PZ$-––HK¥eÒri…´RZ%­–ÖHk¥uÒziƒ´QÚ$m–¶H[¥mÒv)[Ú!í”vI9ÒnÉÈÙs&Î3sŽœ…s⬜3ç¹rnœ;çÁyr^œ7çÃÕã|¹úœ×€óçr\#.Wº&]—nH7¥[ÒméŽtWº'Ý—HÒC©Pz$=–Ф'ÒSé™T,=—^H/¥WÒk©Dz#½•J¥2éô^ú •KR¥T%UK5ÒGé“ôYú"}•¾IߥÒOé—ô[ú#ý%ÕJ@†dXÖȈ¬•u²^6Èv²Q¶—M²ƒl–e‹ì$[egÙEv•ÝdwÙCö”½doÙG®'ûÊõe?¹ì/7”äFrc9P’›ÈÁrS9D•mr39L—#äH9JŽ–cäX9NŽ—›Ë r¢ÜBn)·’[Ëmä¶r;9In/w;ÊäÎr¹«ÜMî.÷{ʽäÞr9YN‘ûÊýäþòy y¿|@>(’ËGä£ò1ù¸|B>)Ÿ’OËgä³ò9ù¼|A¾(_’/ËWä«ò5ùº|C¾)ß’oËwä»ò=ù¾ü@.Ê…ò#ù±\$?‘ŸÊÏäbù¹üB~)¿’_Ë%òù­\*—Éïä÷ò¹\®+å*¹Z®‘?ÊŸäÏòù«üMþ.ÿÊ¿äßòù/¹V ¤ÀŠFA­¢SôŠA±SŒŠ½bR³â¨X'Ū8+.Š«â¦¸+Чâ¥x+>J=ÅW©¯ø) ¥¡ 4R+JÒD Vš*!J¨bSš)aJ¸¡D*QJ´£Ä*qJ¼Ò\IP•JK¥•ÒZi£´UÚ)IJ{¥ƒÒQé¤tVº(]•nJw¥‡ÒSé¥ôVú(ÉJŠÒWé§ôW(•AÊ`eˆ2T¦ WF(©ÊH%MIW2”QÊh%SALÁB!J¡FaNáAI‘EQ•,eŒ2V§ŒW&(•IÊdeŠ2U™¦LWf(3•YÊleŽ2W™§ÌW( •EÊbe‰²TY¦,WV(+•UÊje²VY§¬W6(•MÊfe‹²UÙ¦lW²•ÊNe—’£ìVr•(åJ…R©T)ÕJòQù¤|V¾(_•oÊwå‡òSù¥üVþ()µ P!V5*¢jUªW ªjTíU“ê šUGÕ¢:©VÕYuQ]U7Õ]õP=U/Õ[õQ멾j}ÕOm ú« Õµ‘ÚX TƒÔ&j°ÚT QCU›ÚL SÃÕ5RR£Õ5VSãÕæj‚š¨¶P[ª­ÔÖjµ­ÚNMRÛ«ÔŽj'µ³ÚEíªvS»«=Ôžj/µ·ÚGMVSÔ¾j?µ¿:@¨R«CÔ¡ê0u¸:BMUGªijºš¡ŽRG«™*ªb*®*©R*­2*«r*¯ ª¨Jª¬*ªªf©cÔ±ê8u¼:A¨NR'«SÔ©ê4uº:C©ÎRg«sÔ¹êP Ô‡j¡úH}¬©OÔ§ê3µX}®¾P_ª¯Ô×j‰úF}«–ªeê;õ½úA-W+ÔJµJ­VkÔê'õ³úEýª~S¿«?ÔŸê/õ·úGýK­UA”gi²,m–.KŸeȲË2fÙg™²²ÌYŽY–,§,k–s–K–k–[–{–G–g–W–w–OV½,߬Úÿ¿ü·$þÓþ= ÿä ²wë]2$§IFøã˜0gÍ“—ýªñÈj}GذҬq,šFØÚè°3zÞÔvÙkžÀÂúªÆ£þó^þ6N­ ­ikÍfd•A¾Ý'FÂüPõ2>ÖÚ¿ñ8ßÒAŠñ¬®é èœùHŒº«Û¢Bö87}LšýÁ)†ö¶¦ñ0°xF Öw¸~-ðr:¹:D¯ÏÕš.–êÆÅ=Ñ© Sœöºœµ´ño”¤NwuéFGÒ©±shdóA¹ƒóIðdÔdçg†óà1Ìоä=ÓZá4>46aŽ.É j•Cµ~'_ÿŽ{;ñII/}mï«uq;g$+tÆZ7yó`XHŸ€icë;Ú337 ûÁÛÚÚüS}f÷Òú¬‡HcÖ6Ë“þ.ºÚÚ#›-µµ±fkFT‰- ¶G‡¸«¦û\s{·0ëß÷–]~ö&§.àIºîÝÚ%;£GU­¹›Û¶…YUÑð8kOãY³lŒwh …§6&¸û Ûj ¯v9n·ª­—“õ§ã—®¾þÜ—–ãÇw@ùÎÔE"ëtauªï Á Ÿ`óTkAP´K?óiM‰~Œïó-ð ¹d¾èãi: R¾H†ñ‹.ø@Á#á¦À¡.‰íQ¡k#º@«3jWoKZoWálx‡×¬Ë0ÌðÚÝéòüZÓÀAÑŠ‹K?ŸHx*ÔÕÈ!*lµøº<Ñ•sÈåŸAc«É4`¶xÈuÃ}Љ],G=n²±Éò ¦…^¥-7é…Ö—F  2î z[#ñæPƒN·6l¼3ï2Ê4ÍR¤½¨?[­t1AIàÎÛ É€÷x Ÿqnm>èÅ›OÀ¯S‘󭨇.ûˆº“úB#ý™1ÁÔÉM v.¦઱\·Qw üåôÄé+¸ jà×NÁÚ{N­^8opáÔŒ´&€›š4ø¦q¬Õ\³M9h¯s¼ãpÁ¹/lEb[gðìuìlÈ@~ðnÆ|I5¥kN}š|bâŒN.=šw5ç˜-ðSd¿B~¦2¤¾Œä-š¤˜z£¾è|÷¥'1ãKtFsg=¸gôs~mE ÑΟ‘ Ô—ñ»ãHrpÝJ$ AÌM4ÖýQ %¸‘á‘ •jz®£ÍáH±[„‡ÙºÞØÊHað &ÍÈ/ËSp·± ¼ñ¹ ;¼.t¾çvÃÐ&ìœn ÃLÇ÷Ö‘ªT§XºUgÀýu‘°›õ°m§¯Û ‡…‘bç`¬Å0À€0a ò65…³C ÍÒԷȸnm&rÑ覀§Údop¤§ûß„^‚C‘ù œj½¡‹s¼ê[e^m ý¯ÃÀdx¼ZwÞ¼Åï»ý}o·,ðXË0nœmãçf¯ËáÁ&Õ¼5xƒi‘¡Um«¯öpksûËx¦üfK{xóÊAç-u&bøa_¦‹yÑèNsÌõ`Â~|χ3ýqqôªŸ­i†‘Î} ”ó]W¿p±9q4Ýúú57=syðÛ°ÓzÆx/q Ç(Œýø£ž—««…‚&ž–ûFѹµ³£1¬k¬ÇÀPðËT™B@cæ p ‡xýkÅ%!`¼å­.?¢P—FxܶXM|2bеÑœ÷˜c¹d»lH¨=Ä„$Â×L¾ £u¬O“¸žÁ''7“¼_ÆÊÌEA ö€xó>˜Åé¬]ÏJjcMÉp°±¿ÿOd#RlàÆzûeÈ ÿC&wûj½_’iEÈ[Ü­ƒ±ƒG¸ŸµÚœŒl0öiù1xH­¥¦:~ðVw_—¬Q̓gØWê‚ cûmÓZ[ Û ºËàÑΣ|/‚*ËCË`c)¸iYHðÇ’f*3B§ÛY‡›ýóM°«SK³“ÕR‡#_=|Ìýƒ’Í´ÁËÁòïo”Þ¯žÏ3K[£·ÛÿÝÎgu›jký¶ÀA°ƒµµ–ŵà¼n.<]×ÚQlüÉ’–æ‘kš` é÷¡±¹nʳL‚ï¹àþÆÓæ;~2âeÙœx¹¶Ösö•Zì–®`È+pÔnºî½ÃÐZx4’…x¯x|ÐùEÄø]òoëæêñDWÙo\b¯¦ÝwH›x;Êåȱ:¬´™Á"ä°ù<47ÐÆ`0 ô†#á¹Ö[€ŠÃ4£+ÒdíìÿD´ÿ{§{_[»{ûÓà™¼šÿÏ·Ò·vñ¤»Þ»y‰‘pnµùÿœÍ]X[›^‹4ø¤¥ú4ÆtªjÏ›EžÍÎgû^~ÀF Ù;“é¢vk¯æz|7¥inû&ï>º¿h—³lÙ…îcÊ6íìjD Ò²õæ»C“¶¸çTÊ ¼í:[˜8ëÐáÞç:/îà霴õ®ä~rÞ„7{=üàÐ?Ê÷箼¹•×7ñS‡¾»ôs÷Ń‹¾S¿Z= ëÀm[»v3I½‘ÛeÿÚEöøvúÞ‘qak²µ6/°|oæºuÒò«K—,•¹¥Óú¬'G&W n­Ø).GhñèÐg{<ʲ椴]<$ ½Õ©­šRÞŸ~~7Sh°Hu·oí¯Ná]Žt1¬caNaÓŸµ«"ç6¾µ4':yo‡Ã|«¨©#ãÒâ ãï ²‚"ŸµÓdÈý^moµð¨Ç‰dæÛã;ÊÛÍϪD瘥Ûåù .xÍ_±Ë/ðú¸«â뱯浃B]®Z]ÍLfz?,²‹-šüÒA-ø6e2}ghbLFé»Àg0™G:&Üo÷²ç…Wí Ý®Øo]ËØz¶ËˆZÚÌÇ>äŒÜÑôQ[Mï=ñóZåÅ?þ®ÞÎz¿ïmj×ãõún†ýƒbÛm¶fý#`ko~µÄ0e¢ëÜô&|¿‰ý_^î)%ѱsûÌ,œðøÇA§É’Û>»m׉+Å{‚zw¶ñ×Ã×=¹Òói¿pÍÕë-žþÜïöêûÍÐ6w/áEÝRgöüujj@ÛêN.yWF_äbÆ\N›»Æ³mHV†Ûfïv]9~±ÝË”õÓâ§ÝȾqÎeÓÄž-—Ï‹µ[0g[ÍŽ ¿Œ\¨Y9ñû“.äuR—/qaà'GÝ¿«$·¹ùà”š” òìGvÃsó¯w~S^ÛæRoêÓlóGbÊð'+.•çìnÄ!ÞõÏînú­â2wuüÄânÈ¡YË"ç4‹˜2÷í+—á>’°ì¯Ü¯±Æþ/nä;„^:¾.aEÿýá•뇫ÍÿóîýŸ/_ßÝ~Û¿jxËÁaKÛôÝt¹Å¡ˆ¢ûª•á9TBýímýü˜ß§(²í¢Ï“¾JðZñíØ‡3Û.œ^’´Í³0²Á"¿[7{}ÛxfZî”IÏ·„ý‚"[­{dÓvNŽñý–yìô›!G¢œŽ"C†wu=FäÚFî=6äAÑJnXß§™Çg¨Z¡yÀ˜£—ÕK‘m–˜Ï™ß°d¯ìü)=7LZÕÈníלü%NË®ž™®L‰˜w¸ffìò¬Ù±™«?t¾§W^ß(?vϧhTézzêVjû æó®š}Cà%O¶4ÍîP³sé£CÕ%×ôí–& òšÍˆ4AmJ[Þà·4M†6ôü²ymW>÷~ÀåMc*7ìœî7¤›k‹]ç—¯Ù<Üéñ®Q…þå㸨²÷P豃}Â=©Ýûêô\WΩé‹Ö+£fä}\|<žIìöi½of8¥Ï·³ÏÀÌ®çØÞÜhÖ&{(úóHžËš3[6OË[ÚtÇEÓ±ûS;­»³éо‘ͺ»Õ¾~û‚=ö_³¹âu³ÁóñÛ;¯YÝ©mÁî®-ü—ôš¥÷_ûøPßmÙ­§Ú¯h°/?´MÛÇGö¦Gǯkûp3˜wk]¾ßy¸~ê·°„1šgK#Ï6Íë™þ¨Q‹‡ôÅ¿6}äxæF&>– §õt) û7Ì:´8¸ynŸ™ßøo•û>¾±7ñÌØš6UŽ¥ûmUÒ_ÚÍ)?1*äÔ¨†×«Wõ‰âW.»‹í¾}ƒ:…ÂwÞ çNYÛ"˰«£ØZ©Åæ|¼¾ºæ©º´ÁâCç|ö|±áxlßËi×é[7?f¶ëXør šSœÛ,ÞOTtœþäPDéüéóÏî½tælôîg1ãCûŽ™·ìÝIËàë §OƯð»ûÛnn£å_“—W€wûìÜÎáú«ã/_vœµmOkqƒ¿{·öG[[Ûòÿø àÿA™¢1 >Àµ.íäÓne¨Ú€ÕÈjƒóZ“&Î41Êl6[A)Æ9FwÈýp1@_€6„®PK$ÔŽxÂóA.¼Ì2¶C ›¡1°hæ<ÀEà®@Ú{ö ¶k #°c$df`· ;5€‹ `$¼×8ôƒ c>nÀãa/ÈP]4áýÆýPIÐ _á+€(À*áÖ-P–€[*þˆ´Åd0à nU~Ö%‘ë¦Oº†E:#¸ @ 0à&i À L”ŒäqŠ&h-FGMw];ÄÇt‚5ú3`ŒVEA#à{ð$Ñpší1<…†¸ÁNÐO€—ŽÒ¨KG‡@°¦‘^ãô'>ô×êûk£45eºTpÖ#Í c8ÞÂÈ#­“ 8 C6­ |´ÖG-°Ó4]ÁÐØÐÈÀ¢àbÃøèiÜ£;o®†ûé  Ì#^šÑpŠ^S·J Zȯ.N1* ƒ@[X–É6[ Ð/ X`°ƒ ‘  Ò¸?ƈ78¹€®ÈP¨Ì>À=@‚]‰¦¥=O Z¬Ô¹WP¤û†@ímÆ<û$„ wëBÞA )Õ¬4j»í £=¢]n„´F`.XoXnÔk²L¡z`ƒQ£² Û«‘Yà°Qã Á+ úõÚæ–ù ;H?;pÅ‚{ØM*HBZÕ…ç`o'Ì[,áÐY³³¶ ¼]wÜ×ÝЖßÚeèÍ C¥íØÒ…CI@3 ©KÃyൄŸk·ú€.ðÐË8®:ÓK€œ€Þ„Cþ෾тâÁ ýØ @šöà†Î ¬›+ª9‡\·ÂuyÞXpA·Ìr $™ÜOZÿ_9íkæ7Ú/̯£±mбY‡è0¿x[|L]›2Ê/&Âëi‹ŒõKI÷Ô=•3ˆ&¡ÑaA¢€(Ÿ*dˆœ&=CCÒnhJn‹ŽÖ¤ÑÔ°°ˆÑ"—* 4eß#ùÐ6ip¿8 EÅFØbÃ#ýB£mñ±HD4ˆ j¦‰Š„ŒíSŒ¬1„ù…ûEÇØbâ#ýbãÃm1a~i¤qðÐ0¿tlQñq~2LúE‡‡Ù""cá—lìm sÓFÅÛÂÃb4½š„G¥BQAéC"£ÃG5  !Px‘¡!i¤f@ ”&"P H!i4I¦RÚ ^ÐÄF" èx÷ 92•@ì"£mq1ÑZ›¦]‘ªáÑÑ !¬ˆhí"‚ø ©3ÉT§ŠiHxÃÑiP( âmQöé"‡0©œ€¦‰ ´©M"‚¤&€4´ˆ0Äkx-‘J¥ýýbÁkA„D†ÛâbÃë&Âè784<, М¦0ÐëSLX˜-.fa¶è˜ø¨xØŽ‹ÑDEk›u&A z›µ¡H¨ް‹Œ²EFFøEÇ…¤3ñ&«)4"Ìâ"#5t± ,¶ÎMBc"‚:Zâm‘ñÆØè ˆ͈ˆM’.4ăÐÈ[X’Œ6 ŒŒ„! ä#¤‡œÃã"lQQÑ c´!ˆ á ¢EA@F–†S†@µ0Õ$* A!3x>ut†SˆÐq$-e8Õé¡5¤éà¨8i¯áÐÔ‘4(GS”Î!,ʧKjŸÜ5¥g¯áÉ)mú¤ôí5¼s’èaˆB3B‚æ@Z&¤ARy-’è 2•〠²EÇBu0Ç‹„4ÜOÛŠ5DEÚbcÃuz$>RšDEÑFP&H FCȰè°dˆŒ¦‡¥—A“Ìd¤@¸gˆÔ14¢^g 7AB*Jðþv‘ÖvD*Ïg8hà DœˆˆáúˆX „Ä:GÄFi5vKl¬-øÆÙ¢ã¢´Ä#zØÒÄš5—Á34•®¦Iµ(…hÀ(=lDb`£ˆP4iŸ¦…äȧ¢< 4`ˆ‰Ò¶³3kþJ¥Ó ¸&ÑÑA6]íª(+€E8Çøx¿tÑÑqZ-® ³‹mé- ÄØ¢"b<`2Æ6ŒkåÙ0Öe ‹6é#£cŽŽµ‡Úƒ J#À+ÚM-ö„0“–Q¤Îþ-l…£Ãì  +‡fPÚ´ÌT’ 1éä`…DLiE®Y´µ½×@È·_“ðˆxM8Ð…ž3SQ¸n3åiTÐ8Q4ʇh ˆ0œŠ ¼0@x8†y}Ý ã‚F‹ŽNQ„ýßÃSSv†ðGëýÍbÛ@ÍWß¿¤6„|¹‹ï ÔøP§ 6¶D@Äb§Á6”?„ƒê÷ç4v]vÏðrê‘s??ÙÉÜ=§ðÈp¨ÉÔ[ï>ÜœÚ{ìyS]UU´¡ƒQgÐÚO¾ñž£Ï”†»¾;‹{»{^[þáè>Ý»¦êÕa.øSG^V[{ï¯w´Ñ€ í«¼Îz=RvsZ(!sî°jœ‡ì}í^ý|{Gpªµóów¯~¶©­¸§Ù»6 0¾»(ùsßýoCjÊïÌ1Ë÷ÿɱ mäžpð$MÙeÙ¸ô–;š@à„›ª=ë®òñ†özpºª¸?7¶ORy;vÚñ¼âÕŽjŠ;œgëça‡á·'a»Î›ŸUjR¼ w­*Zo\k÷ßé@Ov ¯êµÇ¦­Ü’½kûºEFbò_T.«ûG¼†¬:û´ô²@ý³w9yö̾©Q°¦¼ {ÖœuùGOž>œ=«—+жZÿ¤ÂZSõúæ€9³9oïÞkæL[ç½Ã91D¦ÍÜ”»wïŽù=´ *ë{V½>N4À©µ`Ûž½{¶­\±ça¹kÚ†öÏwvµvñâÚÝùÙ+m»ó! úÝõ ÁXZsK³óòòÖ1M€Kué9ÂŽ]ª­¸3³¬oèõö,€keUÞÞìE™Q o¹àRQ°,^Œ]²_€—9½¹àž¥ôÈpg]UÅÃÍÌàôùWJ‘ù6 i³óUÕ‡fnUÅyƒ€wïI›÷Ì]7®‡·.Àþ?+µ·å‹Ó˰Ž!îzÑËÖ…Í~T^ñâŸèŽØwÈ~UõæÊâaÑuP¯up’]\YUvVnémИüÛ[î+\˜?¾—ÍMcï“ÀzëøôèŒ:{Ï&íÕ3eê{Õs°K$ [š>Ü[›f…-¶ôüWUßÝÙ˜™à\šÞý¤Ê »Î[‹u•ÖµÖA—Êjšz•íŸØ[£÷޾àÌk}eñ–:{3õÎ}¿Ú׿]Ûm–==ì\ª+Ÿ­‰ rÅ㊚0×êªêÒkk2â5Ö ›'ü¾º±ù2í>³\?ÛÔF ÂáÿˆJ{÷ÚÚ_ïînž9}Îá'ç¯V;¹$vþÝÿÕÿÍ&o~yñ6i#R&(ªì÷9qݧˆýâyñ?ôô?þýýài|IÉ«¹³¦_8{柞‡ófÏüýû÷ß­˜÷ïÊ.œ;3iÂØ‡~þüùŸk\~p÷Îíoß¾þÝŠÿô±æÎí[sgϨ»GÿCdïøõëçÿ$HŽÿ W[ëìþúßêyã~ŒøWŽš6¯_Sú¶ä_I»üÜœâgO¾~ýüñcõÅivìÚ¾åyñÓ¯_¿ÔÍï¿]÷†Öå+ ?w×ß¼áÿ•ÞLôý7L,éðßú×®:Ðà¿­÷‰¾ÿvuúWÍÚ€Vàßáj´ýß[¾m5¡ÿêÖI÷oOZü«Oúÿ+&þ­rC*K¯oš<ïdIUí®ò¢ãkgŽ¡é…WJÿWÿöLìì @ã¬Ëe1U¥Oï^8sûuÅÔö½ßèg†.{JlÕ¯3Íêö“(ùTIuInWÔmÏk‡ÿŒ°ñýÕ±ÀìžqÒ»âéæŽv›ö¸ëVYtõÓuÍýÓÛ§”äì{í}cûpmŒ¦É”›åöÿyNYW¶XµÔ™z>z«´*quÌœv)ï.0õ€~®¬Yųcs‰4záé5ÿÛo´£N–K/³AN}w>«¨©,ÎììÚ-+(¯ª)¼obr˜ §&]•]…ïuÅ'f‰õÖÓWÜd÷îZVC(xúÝrÖ-íd©Æåýí5h§H?‹F<»®}XnïRvyfŸèw{XãØ¸—]ðÞÕ¾êÕ!,Ú». q é>&ÿq…—›ý)ýcêAo­ß¬ó˜s¥&cUÑ (rÙãJOg;“ñ]A6×¾‘YãØeöµ2×PúÿèË\UóîêÔHÈmXî½½©žP×õ…å5U/dÔÓX=,úTõú$¨öÝs^ùÁ7wŸ8åBYU]< 3Úi€¥ï~;½Q‡4›z£ÜÅXýöØpwHïèæéfÒ’ÖUx¸Žª¯5Ú! Û_y•?>ºaùºƒ…ÕþƆ•—ÔÁDý†¾.:}ìò ×POïT+NØòJssf¤sœ’·UVWUÜ›Õ#޾ª®®(Þ™bú|[UY°(‚lò‘—U5•¥%oÞû=L•ïßUUmé‡ÎyPá_]Q^õáõ“û·ï^XѲﳯÄÃW 5•†}Ýê¼;GhÆ^|[ ÊË*ÝCýœÿQ"¯Îùê< w}]béÙ#ç5òþî¼x­¦ÿÎâJèMn'½cê=ªx“Û‚6>«Œñp°o\^0ö¡Î—ù}(؆ź5mw¾òð-Ñ@Í7À3jÞE½ÛŒ¹ ?¸‡:jþ—§ýíÇ@»¶m.,xP‡i/ŠŸ=ö´¨|’3ØiDŸ(Jr:Â.íÓp‚Ðò .¼­*Ù Ã-6?7¯ƒœ‡}k^ §ŸÐ{x7®xô?Ø»xÈîƒïûÇ,k™µk­ÖÿÅúwUUQUUUQUQ—KUUEÔ¥ªêRUUUµ"""""""""""ò|f:ÑÝüéÕç~õîë¹ïgçõzïoŒ3çûûw~sÆræû²SiƒG ×_ùÉ×ego(ø~í÷ï Ð?ôª™Ñ‘¯iúÊO_}稩ž³Ý;ëó¿ù~Ú×ítÉ¿Õ83gìròô§Ç»ÍòÒkó/ϱø¼8=Éò4=õÜâ+ó‚à°±öâÃŽj\ù {“ ¯®+Ïœœd^¹¿zYööâäÄÂ[‚––wÑàëko,¼þöë×iþñMý×ZeÒ÷žÓXÓ †&ÇVÿR`'Ë{ëÕ¹É#Ý·8)‘}ãéç…¥g¯7Ðz×L×ùÈ3ßÒÓp{bòmýÕùæW4Vþ\îsHö³ß1‡O««éĺøÊüKB&ý· s´¬oÿíò‹ ß”EýlnåOÊLã;^ÙXég7œÐÖ‘9ÊÞžmŽâ]Îa™ œNÿýóm×j2º‡Þ~®ÒGSÇ@_óÈWòІÉ)[ÓcK¼Ì:ëî-: #½¿>î}H󨞆pøÝwè<Ý·þü£æÕO=¿®³Ò—d*‡-¬¦‡¬²þð2T×/”õ\2†S~R8‘ðó™öUßרxý·©²Ó©¿]žÿEÞµnfšº']£*ÆÞÒœüYN¸«é!ó+îxãw^ýmé î¦ZšòÓçÓqè­©ÆÔ+5u¬®­’°´65Zå7ÅÑîZ‚–ü´Ë×óß8u\gý¥gó¾a/Ó2>yäðÆIÝszë¯ÿ¾,†w½‚AD‡Þë½w_me¨©oåËþ´¼nrPÑoòê"OŽ~Rvðbö}û/:c~èòÅÎ/ß.ß.ß.ß.ßT·†Á'çüàò§ï\¾]¾]¾ý«¸¼’]¾]¾]¾]¾]¾]¾]¾]¾]¾]¾]¾]¾]¾ý_v{õŽ—;áòíÿˆ[ååŸË\¾ýƒ[õåùqùvùvùvùö¿pSÜ;õ¥Û|ýà3ìÿѧÕ?¬§£§ü¼ú¿Ýv .ú¬û»®¹´„z|zOº$ëMûK³¥«/þê»:ÿ¸5ßv¸ø«p§O÷éÙ׎<ª!Ȩ³¦ %hø‚Zýåÿâcý+ÿ/·ùÌ×Úÿßl×­ÿäv?ùÿýjxÉW_ýßž7ø¿ð#f™1L`sXÀ XÃvpиIp¢t†+Üà/Hð/üà"ÁA(ÂŽ Ù™ üÇ¿uLôÈÕ‡*4*5®=©Q¥1)«Ö0:T£Q)«Õˆ”ÕiÉê5&5ئMhF Zцvt ]èFzч~ `CÆF1†qDà:^У(£ƒXÄ! HD’•—þB*ÒŽ d" ÙÈA®Æ-Be> Pˆ"£¥(C9äôþwÉ7¦4ÌaK(` ØÁNp†+Üà/Hð/üà"ÁA(ÂŽ êp#ùS”Ó˜Á,æ0,b ËXÁ*Ö°Ž lb ÛØQ^A{ØW®ždÈ  mèÈþSУԇ*ðmò«(«QƒZÔ¡ hDšÑ‚V´Ay½Åt¢ ÝèA/úÐ bÃÁ(Æ0Ž|G9þ”шA,â$" ÉHA*ÒŽ d" ÙÈA.ò¢Å(A©òOþQ9}Ty¨êÐsšS²êCƇjEiÖªÒ¬;4u¨þ±fukDšÑ‚V´¡èDºÑƒ^ô¡Ä†1‚QŒ©.þ@û©l?¢ƒXÄ! HD’‘‚T¤!ÈD²‘å…%ò¢Å(A)ÊP9nÀ šÌÿC ‚÷ÍaK(` ØÁNp†+Ü”Z/Hð/üà"ÁA(ÂŽ Í š×S>Oþ4ã1ƒYÌa XÄ–±‚U¬aØÄ¶±#S^Aƒù}(ß,È  mè€7‚> PAn%^B5jP‹:Ô£hB3ZЊ6´£èB7zЋ>ôcƒÂ0F0Š1Œ#‘xшA,â$" ÉšÊK2þHS^¥ÈD²‘ƒ\ä!(DŠQ‚R”¡ÊKáåøÃ æ°€%°† ìà'8ÃÊK.zÀ |à ?ø#B0BŠ0„c‚1˜ÄËÊñ§œÁ,æ0,b ËXÁ*Ö°Ž lb ÛØÁ.ö°¯|£È~eЄ6t } ‚mŒ´Xÿa¢¥©aFi XBkØÀp‚3\áxA‚|á AFB†pLh_О¤SÊöc³˜Ã<°ˆ%,c«XÃ:6°‰-å%ë°ƒ]ìa¼édЄ6t } BkZ»RËäp•VµÖõ‡£µj´L´kµ¦µê´ªµëµ¢µئMhF Zцvt ]èFzч~ `CÆF1†qD Q¸á0óŸ2qˆGµv„$Êd¤ iHG2‘…lä yÈG Q„b” e(‡œ·äF0Æ·É7S]‡ñ‡%°† ìà'8Ãnð€$øÀ~ðG„`„ aÇu˜Ä¾Cþ å,æ0,b ËXÁ*Ö°Ž lb ÛØÁ.ö°¯¥| ÅøCÚÐôa€ T¢ ß%¿†²u¨GÑ„f´ mhG:Ñ…nô }èÇ1„aŒ`cG"…•ãO‹8Ä#‰HB2RŠ4¤#™ÈB6r‹<䣅(B1JPŠ2”CNUêÐ~T£µ¨C=Ј&4£­hC;:Љ.t£½èC?0ˆ! cäK~žt\÷oåïX¾B~wø_Þ_Lv JQ†rÈac˜À æ°€%°† ìà'8Ãnð€$øÀ~ðG„`„ aÇíœÄ¦•ó³˜Ã<°ˆ%,c«XÃ:6°‰-lc»ØÃ¾²ÉAÚÐôa€ŠÃ3Ú•‡ÍWŽ9\}¸æð º5ºµ‡ctëÇèÔžÑi`hB3ZЊ6´£èB7zЋ>ôcƒÂ0F0Š1Œ#‘ˆB4žgÄRÆ! HD’‘‚T¤!ÈD²‘ƒ\ä!‡-u )‹PŒ”¢ åÃƸÏ‘oNiK(` ØÁNp†+Üà/Hð/üà"ÁA(ÂŽ :“‡S¸–¯/?Ëý9Ìc‹XÂ2V°Š5¬c›ØÂ6v°‹=ìk«~Ð*È  mè@ú0@s QˆÆËÊþ§ŒC<ˆ$$#©HC:2‰,d#¹ÈC> Pˆ"åügß!EÂ1¡wAo’ïMa¯(ÛO9‡y,`KXÆ V±†ul`[ØÆv±‡}åZÃþdЄ6t0ÊãcWÎÝZ½JÝX½*]s½jÝYÝuku¿}$V·NwV¯^×üHÛ7¢ ÍhA+ÚÐŽt¢ ÝèA/úÐ bÃQæc ãˆ@$¢—ð#ô?e<ˆ$$#©HC:2‰,d#¹ÈC> tº…”E(F JQ†rÈõ˜ÿ0† Ìp=ù”–PÀ6°ƒœà W¸é)/­Åü‡øÂþ@ ‚Œ„" ᘠ“˜Â4fpùs”óXÀ"–°Œ¬b ëØÀ&¶°ìbûÊ×2dЄ6t } •¨B5jp-ùu”õh@#šÐŒ´¢ íè@'ºÐô¢ýÀ †0ŒŒb ãˆ@$¢\§Êx$ IHF R‘†td YÈFr‘‡|(ÿO¨E(F JQ†re>Ç@å‘:ýª#sGªXè׉;R{¤îÈKúszõG,Ž4P—F4¡-hEÚÑNt¡=èEú1€A a#ÅÆHD!1ˆÅ‹ú´Ÿ2‰HB2RŠ4¤#™ÈB6r‹<ä£àˆµn!eŠQ‚R”¡rÁ&0Ãx…|KJ¬a;8À Îp…<à >ð…”e @ ‚Œ„" á˜Ð¿ ?É8La3ø.¿Lþ<÷°ˆ%,c«XÃ:6°‰-lc»ØÃ¾òÿÙ— šÐ†ô TS‰*T£µxõh@#šÐŒ´¢ íè@'ºÐô¢ýÀ †0ŒŒb ãˆ@$¢Ä"N9þH@"’Œ¤" éÈ@&²ä"ù(@!ŠPŒ”¢ åÃÆ0Ìñ‚¾™`I©€5l`8Á®pƒ¼ Á¾ðƒ?ˆ #¡C8&ƒILa3˜ÅóÊñ§\À"–°Œ¬b ëØÀ&¶°ìbûØ šÐ†ô T(çÿQÚ˜Á°„Ö°àg¸Â ð‚øÂþ@ ‚Œ„" á˜0¸`0I=¦0ÌbNÙ~,`KXÆ V±†ul`[ØÆv±‡}dÈ  mè@ú0@ÅQKƒÊ£óG«ŽÖT7¨9:oP{ÔÒ°îhýÑïÆm`›F4¡-hEÚÑNt¡=èEú1€A a#ÅÆHD!1ˆEn4dþS&" ÉHA*ÒŽ d" ÙÈA.ò‚£6º…”E(F JQ†rÈ Ãf0‡®%_Ai ØÁNp†+Üà/Hð/üà"ÁA(ÂŽ ê0‰)Lc³˜Ãuä/P.b ËXÁ*Ö°Ž lb ÛØÁ.ö° 4¡ èA¨@%ªPÔ¢דß@Ùˆ&4£­hC;:Љ.t£½èC?0ˆ! c£Ã8"‰(D#±ˆÃ Êñ§LD’‘‚T¤!ÈD²‘ƒ\ä!(DŠQ‚R”¡rúèVÞs¿¡IÉû78gº•5á Ž[ ÿ=ÿw ù¯“ ù¯“ ù¯“Ë¿)ÿfò_#ÿfò_#ÿfò_#ÿæSþMä¿JþMä¿JþMä¿JþMÿ¦ü;ɇü;ɇü;ɇü;ÿMùwÿ6ùwÿ6ùwÿ6ùwþûþOxœ¬D" шA,â¯<‘ˆ$$#©HC:2‰,d#¹ÈC> Pømºö¿Iûo£ýoÒþÛhÿ›´ÿ¶SûޱþÃf0‡,¡€5l`8Á®pƒ¼ Á¾ðƒ?ˆ #¡C8&Œ.MÊYÿ1ÌbóXÀ"–°Œ¬b ëØÀ&¶°ìbûÈAÚÐôa€Šc‹†•ǬåUÇåÕÇå5Ç jYÖK1ª?ÖhØp¬ñØMÇ5[4j>f}¼åX£Q+Ïk;fmÔ~lñX÷;Ñ…nô }èÇ1„aŒ`cG"…hÄ qˆGn>Μ£LF R‘†td YÈFr‘‡|sÐ-¤,B1JPŠ2”CnÄøÃ&0ƒ9,` î ߆Òp‚3\áxA‚|á AFB†pLP‡ILa3˜Åæ±€;É_¢\Æ V±†ul`[ØÆv±‡ýcÊÉÍøCÚÐôa€ T¢ Õ¨A-êPÜF~e3ZЊ6´£èB7zЋ>ôcƒÂ0F0Š1Œ#·sü¿Åñ;Çÿ[ÿ·sü¿Åñ»úø¿ýøÿžã¾œl9}TyÜF^uôcƒÂ0F0Š1Œ#‘ˆB4b‹8(/ñ€D¼©¤ iHG2‘…lä yÈG Q„b” e(‡F0† Ì` XB¡¼Ì8ÞQŽ?àg¸Â ð‚øÂþ@ ‚Œ„" á˜` &1…iÌ`s˜Çñ¶rü)W°Š5¬c›ØÂ6v°‹=ì+× ž'ƒ&´¡=èÃÊù‚Í`3˜Ã–PÀ6°ƒœà W¸Á^à_øÁD‚‚P„!&L&©Ç¦1ƒYÌa XÄ’²ýXÁ*Ö°Ž lb ÛØ1Vþ&<íÇ>2dЄ6t } âIJaå ;yÕ‰dyõ‰fy͉eƒÚv†u'ÒŒêO46œX6iÑv¢Ù¤ýD²IûèDºÑƒ^ô¡Ä†1‚QŒaˆD¢ƒXÄ! HDn5eþS¦" éÈ@&²ä"ù(8á¬[HY„b” e(‡Ü„ñ‡1L`sXÀ X÷‘ï@ég¸Â ð‚øÂþ@ ‚Œ„" ᘠ“˜Â4f0‹9Ìc‹XÂíä¯P®b ëØÀ&¶°ìbûÊ?¹%CMhCzЇ*P‰*T£µ¨C=Ј&ÜA~ e+ÚÐŽt¢ ÝèA/úÐ bÃÁ(Æ0ŽD" шA,â$" w*ÇŸ2iHG2‘…lä yÈG Q„b” e(‡œ>ª4£ý¨F jQ‡z4 MhF Zцvt ]èFzч~ `CÆF1†qD QˆF b‡x$ IHF R‘†td YÈFr‘‡| E(F JQ†rÈac˜À æ°€%°† ìà'8Ãnð€$øÀ~ðG„`„ aÇc:‰)Lc³˜Ã<°ˆ%,+ç?V±†ul`[ØÆv±‡}dÈ  mè@ú0@…éŠa¥©ƒ¼Ê4E^mÚ"¯1]1¨5u0¬3M7ª7m1l0]1i4u0m2M1m6m1}ãdËÉVÓ”“m¦'ÛMWÌ:ÈèDºÑƒ^ô¡Ä†1‚QŒaˆD¢ƒXÄ! H„ò²ÑÉxý$ãO™†td YÈFr‘‡|˜ºêR¡%(EÊ!‡Œa3˜Ã–PÀ6¸¯‘ïDé W¸Á^à_øÁD‚‚P„!fÌ&9§0ÌbóXÀ"–pÛ¿Jþ*÷×°Ž lb ÛØÁ.ö°o¢ú*AMhCzЇ*”óŸ}Ãf0‡,¡€5l`‡·•í‡3\áxA‚|á AFB†pL˜_0Ÿ¤S˜Æ f1‡y,`KXÆ;ÊöS®aØÄ–™ò#ki?v±‡}l/ƒ&´¡=èÃ'W +O:É«N¦Ê«O¶ÊkN®Ôžt2¬;™aT²Õ°ád«yãÉTó¦“NæÍ'WO¾y²õäm§RO¶\5o?étªƒ}t¢ ÝèA/úÐ bÃÁ(Æ0ŽD" ш•öSǪO±#–¯ã$" Éx ·³Me:2‰,d#¹ÈC> Pˆ"£¥'ÿö^ðuåïš3þ0‡,¡€5l`ÜB¦3¥+Üà/Hð/üà"ÁA(ÂŽ ò'1…iÌ`s˜Ç±„e¬àVò×(×±Mla;ØÅö•m#CMhCzЇ*P‰*T£µæÏª£¬GÑ„f´à&òÛ(ÛÑNt¡=èEú1€A a#ÅÆHD!1ˆEâ‘€D$!)¸Y9æ”éÈ@&²ä"ù(@!ŠPŒ”¢ åÓG•§œåU§Òäu§Úäõ§Ö N96žÊ4j:ÕfØ|*Í¢åT›E멵Sm§œ-ÚO¥ê8Õyê-‹5ó®SΧº©Kzч~ `CÆF1†qL ŒÜråüç~$¢åœGâ‘€D$!)HÅ›´Ÿ2™ÈB6r‹<ä£à”‡n!eŠQ‚Re>Ê!‡Œa3˜Ã–PÀ6Ê\îÄ;ä»RºÁ^à_øÁD‚‚P„!\Ù,&‡)Lc³˜Ã<°ˆ%,cwð¼·É_çþ6±…mì`{Ø7ÿÛË  mè@ú0@û©DªQƒZÔ¡ hDšÑ‚V¼†vt ]èFzч~ `CÆF1†qD QˆF b‡x$ IHF Rñªrü‘Ld!9ÈEòQ€B¡%(EÊ!‡Œa3˜Ã–PÀ6°ƒœð†rüáxA‚|á AFB†pe>cdcåø33˜Åæ±€E,a+XÅëÊñ§ÜÀ&¶°ìbûÊ?0g;4¡ èA¨PÎÿÓäÃf0‡,¡€5l`8Á®pƒ¼ Á¾ðƒ?ˆ #¡C8&,/XNR)Lc³˜Ã<°ˆ%,c«XS¶ØÄ¶±ƒ]ìaßâoÆ-ƒ&´¡=èÃ§× +O»Ê«N§Ë«O·ËkN¯Ôžv5¬;eTºÝ°á´«eãéõÓM§Û-›O§[¶œ^·l=íz¦ítûé;ΤŸî`èB7zЋ>ôcƒÂ0F0Š1Œ#‘ˆB4b‹8Ä#‰HB2RŠ4Üy†ùO™‰,d#¹ÈC> N{éR¡%(EÊ!·düa ˜Á°„Ö°àgÜD¾¥¼ Á¾ðƒ?ˆ #¡C8&¨Ã$¦0ÌbóXÀ"–°Œ¬b 7“¿A¹‰-lc»ØÃ¾òOøÉAÚÐôa€ T¢ Õ¨A-êP4¢ ÍhA+Úp ù”èB7zЋ>ôcƒÂ0F0Š1Œ#‘ˆB4b‹8Ä#‰HB2RŠ4ܪÊLd!9ÈEòQ€B¡%(EÊ!§î=$hR¦Ô¥à5û^ÖŒ8¶î=ó¯ùˆ{ÈŸü{ÈŸü{ÈŸü{Ôù÷ÿ>ù÷ÿ>ù÷ÿ>ù÷ü‹òï&ÿ=òï&ÿ=òï&ÿ=òïVçßMþ{äßMþ{äßMþ{äßý/Ê¿‹üwÉ¿‹üwÉ¿‹üwÉ¿Kùï’ùï’ùï’׿(ÿAò?!ÿAò?!ÿAò?!ÿAuþƒäBþƒäBþƒäBþƒÿ¢üÈÿ˜üÈÿ˜üÈÿ˜üÔùÿ1ùÿ1ùÿ1ùü‹òï'ÿ#òï'ÿ#òï'ÿ#òïWçßOþGäßOþGäßOþGäßÿ/Ê¿üÉ¿üÉ¿üÉ¿Où’ù’ù’ß¿(ßÈŠõ&0ƒ9,` ¬a;8À Îp…<à >ð…ü€@!!EÂ1a}ÁzRÁúiÌ`s˜Ç±„e¬`kXÇ6±…mì`{ØW^j‡ 4¡ èA¨°Ú4¬´òWYeÊ«­:å5V›µV†uV9FõV† V›g­<MV™Šf«NE‹Õ¦e«•Ç™6«Ì3íVg:¬:­î:›iÕeµiÝmåq¶ÇªÓº×*ÓºÏÊúßjÓj€ŒA a#ÅÆHD!1ˆEâ‘€D$!)H…ò“[Ó‘»Ï²þSf#¹ÈC> ¬|t )‹PŒ”¢ å[3þ0† Ì` XBkØÀp‚3\á†È÷¢”à_øÁD‚‚P„!ÔaS˜Æ f1‡y,`KXÆ V±†ulàAò·(·±ƒ]ìa2hB:Ѓ> PJT¡5¨EêÑ€F4¡-hEÚÑûÈï¢ìFzч~ `CÆF1†qD QˆF b‡x$ IHF R‘†tdà~åøSf#¹ÈC> Pˆ"£¥(C9äôQåY/yÕÙ,yõÙ.yÍÙ-ƒÚ³^†ugsêÏv6œÝR­2–ü«€5l`8Á·+Ï•¥r.PJð/üà€3nº”AFB†pDp¼FþýòXB<ûJ@"’Œ¤" éÈ@¦²ýÈFr‘‡|œõÕ-¤,B1JPŠ2”C#Ãf0‡,¡€5l`8Á®pýÊ6C‚|á AFB†pLØ\°™d¦0ÌbóXÀ"–°Œ¬b ëØÀ=ÊùO¹ìbûøž šÐ†ô TØ0þ¨B5jP‹:Ô£hB3ZЊ6´£èB7zЋ>ôcƒÂ0F0Š1Œ#‘ˆB4b‹8Ä#‰HB2RŠ4¤#™ÈB6”Ÿ“‹<䣅(B1JPŠ2”C#Ãf0‡,¡€5l`8Á®pƒ¼ Á¾ðƒ?ˆ #¡C8&ƒILa3˜Åæ±€E,a+XÅÖ±Måøc;ØÅö!!ƒ&´¡=èÃl‰(D#±ˆSÎ[ÚkØÀp‚3\áxA‚|á AFB†pLØ]°›¤S˜Æ f1‡y,(çuiB3ZЊ6´£ÊõÝèA/úÐ bÃÁ(Æ0®œÿ¶Û†•¶’¼Ê6[^mÛ-¯±Ý6¨µ• ëlóŒêm» l·Ï4ÚJŠ&ÛlE³m·¢ÅvÛ²ÕvϦÍ6ûL»m÷™Ûm»N[ɾ˶ÛöûlÛ[É®×v۶϶ۮß6Ûn€6bÃÁ(Æ0ŽD" шA,â$" ÉHA*ÒŽ d" ÷Ú3ÿ)s‘‡|ØúéR¡%(EÊ!·cþÃ&0ƒ9,` ¬a;8À Îp…<à…ûÈ÷¡ô…ü€@!!EÂ1A&1…iÌ`s˜Ç±„e¬`kXÇ6±…ûÉß¡ÜÅö!!ƒ&´¡=èèDªQƒZÔ¡ hDšÑ‚V´¡èD ¿‡²}èÇ1„aŒ`cG"…hÄ qˆG‘„d¤ iHG2‘…•ãO™‹<䣅(B1JPŠ2”+ó9*h?ªQƒZÔ¡ hDšÑ‚V´¡èDºÑƒ^ô¡Ä†1‚QŒaˆD¢ƒXÄ! HD’‘‚T¤!ÈD²‘ƒ\ä!(DŠQ‚R”¡rÁ&0ƒ9,` ¬a;8À Îp…<à >ð…ü€@!!EÂ1Á˜Mb Ó˜Á,æ0,b ËXÁ*Ö°Ž lb ÛÊù]ìa_yeO2dЄ6t } Â~ǰÒÞG^eŸ#¯¶ï‘רïÔÚûÖÙçÕÛ÷6Øïœi´÷Q4Ùç(ší{-ö;–­öû6mö9gÚí{ÎtØïØuÚûØwÙçØwÛ÷ØàØãØkŸãØgïãØo¿ã0@1„aŒ`cG"…hÄ qˆG‘„d¤ iHG2‘…l¼ïÈøSæ!öþº…”E(F JQ†rÈac˜À æ°€%°† ìà'8Ãnð€îÆ{äûRúÁD‚‚P„!&9§0ÌbóXÀ"–°Œ¬b ëØÀ&¶pû{—ü]îïaÉ  mè@ú0@…rþóc˜À æ°€%°† ìà'8Ãnð€$|¬l?üà"ÁA(ÂŽ § N“Ôa Ó˜Á,æ0,b ËXÁ*Ö°Ž lb ÛøDÙ~Ê=ì+¯MË×2hB:Ѓ> Pá¸kXéè+¯rÌ•W;öÊkw j} ë Œê{ wÏ4:ú*šsÍŽ½ŠÇ]ËVGÁ¶Í1÷L»cï™Ç^§NÇ\§.G_§nÇ]Ç{ï;—ëØç¸ëÔïè{n€ŒA a#ÅÆHD!1ˆEâ‘€D$!)HEÒ‘Ld!áþsÌÊ|8èR¡%(EÊ!wbüa ˜Á°„Ö°àg¸Â ð‚ÜC¾¥?ˆ #¡sR^-˜ñ§“˜Â4f0‹9Ìc‹XÂ2V°Š5¬c›ØÂ6vp/ù{”ûP^*XMhCzЇ*P‰*T£µ¨C=Ј&4£­hC;:Љ.t£w‘ßGÙ bÃÁ(Æ0ŽD" шA,â$" ÉHA*ÒŽ d" ÙÈÁÝÊñ§ÌG Q„b” e(‡œ>ª<ç'¯:—'¯>×'¯9·gP{Îϰî\¡Qý¹>Æs{gÏù)šÎå)šÏõ)ZÎíY¶ž“Ù¶Ë;Ó~®ïLǹ<çÎs}Î]çöÎuŸósî9—w®÷\ß¹œ÷œúÏù .ƒÂ0F0Š1Œ#‘ˆB4b‹8Ä#‰HB2RŠ4¤#™ÈB6r‹i?e Q„b” e(‡F0† Ì` XBkØÀp‚3\áxA‚Ä'äûS AFB†pL8_pžd¦0ÌbóXÀ"–°Œ¬b ëØÀ&¶°<À~?&ßIu‰lAMhCzЇ*Ø®U¨F jQ‡z4 MhF Zцvt ]èFzñú1€A a#ÅÆHD!1ˆEâ‘€D$!)¸ÒäuÛe—.ÅŠË–åªË®ÍšKÖ™u—®3.YΛ.[.W¸nÛvñrÞqñrÙuÙrÞsérÙwÉr\é hB:Ѓ> ‡Œa3˜»ª®3îòò÷ßÉv€œá 7xà*¶“(}à‹”ã"ÁA(ÂŽ Æ`S˜Æ f1‡y,`KXÆ V±†ul`W’¿M¹ƒ]¼¯JRMhCzЇ*”óß…6Ãf0‡,¡€5l`8Á®pƒ®V¶ŸÒ¾ðƒ?ˆ #¡C8&\/¸NR)Lc³˜Ã<°ˆ%,c«XÃ:6°‰¯(ÛO¹ƒ]ì)ÛååßeЄ6t } Âeß°ÒÅ_^å’/¯vé—׸ìÔºøÖ¹Õ»ô6¸ìŸitñW4¹ä+š]ú-.û–­.š¶m.ùgÚ]úÏt¸ä;wº¹~յߵÛ%ßµÇeßµ×Åÿ|ŸK¿Ëçó]ÈĆ1‚QŒaˆD¢ƒXÄ! HD’‘‚T¤!ÈÄ×h6er‘‡ϳþQ¢Å(A)ÊP®Ìäy1ˆEâ‘ XBkØÀH¥_ÓŽ dÂ[™O™ƒ\¼‹»”ù”…(B1JPŠ2”+ç?u˜Ä¦1ƒYÌa XÄ’rΑá 7xÀK9çà_øÁÄÝäS† aG"… T¢ Õ¨A-êP4¢ ÍhA+ÚÐŽt¢ ÝèA/úpù”ƒÂ0F0Š1Œ+×úÀÆ0ÌaK(` åúÇö)ÊþGÒ‘Ld)û9ÈEîUö?e!ŠPŒ”¢ åÊ|úõÑC‚pX‹ò0¥åÊ£”êÿ|ô8_³þ=jJiNyŠò4¥úÿ=+ßd_ò~â0¯9²¦Vî÷ü?÷ÿ¯Eþ#äk‘ÿùZä?¢Î„|-ò!_‹üGÈ×"ÿuþ#äƒüGÈ×"ÿòµÈäŸÌ˜üCä?Lþ!ò&ÿù«ó&ÿù“ˆü‡É?DþÃêü‡É¿†ü‡É?DþÃä"ÿá2ÿ!ò5Ȉ| ò"_ƒü‡Ôù‘¯AþCäkÿùä?¤Îˆü¯“ÿùä?D¾ùý“ùO’oHþ“ä’ÿ$ù†ä?©Î’|CòŸ$ßü'É7$ÿIuþ“ä_Oþ“ä’ÿ$ù†ä?ùOæ?AþQòŸ ÿ(ùO”ü'ÔùO”ü'È?Jþä%ÿ uþä_Gþä%ÿ ò’ÿÄ?™ÿ8ùGÈœü#ä?NþòWç?Nþò'ÿù“„üÇÕù“-ù“„üÇÉ?Bþãÿdþcäë’ÿùºä?F¾.ù©ó#_—üÇÈ×%ÿ1òuÉLÿùß"ÿ1òuÉŒ|]òû'óÜY`3˜Ã–PÀ6°ƒœà W¸Á^à_øÁD‚‚P„!<&ÝXÿ1ÌbóXÀ"–°Œ¬b ëØÀ&¶°ìbûÊÆ!CMhCzЇ*ÜeòJ÷@y•{¡¼Ú}P^ã.3¬u4¬s/1ªw4lp—)ÝMî…Šf÷AE‹»ìL«»Žm›{á™v÷Á3î2·N÷@·.÷B·n÷A·wÙù^÷Àó}î…çûÝϸº?äYè>ä.óvôqôu/ôsôw—yDP‡HD!1ˆEâ‘€D$!)HEÒ‘Ld!9ÈEòQ€‡=Yÿ)‹Q‚R”¡rÆÆ0ÌaK(` ØÁNp†+Üà/Hð/üà,‰ˆÅâ£b‰ø˜X*>.–‰Oˆåâ“b…ø=±Rü¾X%>%V‹?kÄеâÄ:ñi±^ü±Ø þ‡Ø(þ§Ø$þDl*¶ˆ?[ÅŸ‹mâ/Ävñ±C|Vì)v‰ÿ%v‹¿{Ä_‹½âoÄ>ñ·b¿øßâ€ø;qPü½8$þAÿ(ŽˆGÅ?‹câ_Äqñ¯â„xAœŸ§ÄçÅiñqF|Qœ_çÄ—ÅyñqA|U\_—Ä×Åeñ qE|S\ß×Ä·ÅuñqC|WÜß·Ä÷ÅmñqGüPÜ?÷ÄÅ}ñQ4$™tHÒ”´$mé°¤#éJzÒI_:*H†’\:&IÇ%cé„d"™JfÒIÉ\:%YH§%K錤¬$ké¬d#ÙJv’½ä 9JNÒ9ÉYr‘\¥ó’›ä.yHž’—$J’ä-ùHWH¾Ò•’Ÿt•ä/]-H_‘¥¯JAÒפ`éëRˆt*}C “¾)…Kß’"¤k¥Hé:)Jº^Š–nb¤oK±Òw¤8é»R¼t£” Ý$%J7KIÒ-R²t«”"Ý&¥J·KiÒRºt§”!Ý%eJwKYÒ=R¶t¯”#Ý'åJ÷KyÒR¾ô T =$JKEÒ#R±ô¨T"=&•JKeÒR¹ô¤T!}Oª”¾/UIOIÕÒ¤é‡R­ô#©NzZª—~,5Hÿ!5Jÿ)5I?‘š¥ŸJ-ÒϤVéçR›ô ©]zFêž•:¥_J]ÒIÝÒ¯¤é×R¯ô©Oú­Ô/ý·4 ýN”~/ I†¥?J#ÒŸ¤QéÏÒ˜ôi\ú«4!]&¥ç¤)éyiZzAš‘^”f¥—¤9éei^zEZ^•¥×¤%éuiYzCZ‘Þ”V¥·¤5émi]zGÚÞ•6¥÷¤-é}i[ú@Ú‘>”v¥¤=éci_úD¼5¼eÞ‡¼5½µ¼µ½{ëxëzx]|þñ5ÕõM^qxàèß;£}\ó©C'4L5L8ô”Öq½3rÕg÷x;x;z;yŸóvövñvõ>ïíæíîíáíéíå-zKÞÞÞ>ÞWxûz_é­Üú£ƒÏ¶;/¿ôœç?µžV¥n\T“ß›ýÌS}Oµõ›œg7â} çZßSXßCV‚ð²ãßî?«ÿ‚ú ë‚é¨?©KdÛß«>:îµT×o1ø4ÁÏûQïï¿Ýÿ­ìvϾÁõ}Õ‡âýÕòâÚÕœ¹½¦q­ùçÏØÞQž¥êð]™ ¼$ûŸÎï~ú%Ÿ"v«Ó'ªv>ÏÞ> ï°§3ê½]mÇ{·/Ûã/ôOŸ|g½x0bßõü¦ê™WŸyÛmÞçßë­Þã±cú?Ô{åð…ÏÔáåßf?b|ΫÇÈÅâoå:7ªûÂÂóÒçh©zê.ï6M>}ì*‹·Ï~¾~ï©ÓÊ¿´Þ][ë1ïƒÞ>õÏÿÖì.êw÷‹Z÷WzîVë/zÆ×Ô£šísÈýâÇÏñŒ3Nï2žw~é!zÛ©ö ¼{yAÕþ»Ô½'?ö¹§M©ûñ)«/ÚãõÌÒ_³‡GÔýþMå'M¨ó?üÜ3îðüüš}.ýú9u«þzìâGwUŸ;©¥qþ?êMÑë¶«?¡²]q í<£¸ñþ‘öwt¿ûfømªã7ÒÇóŠO Q×*”ònÚó;½>S÷k}t¼>×>‹ÏïûFr W^=¢ªáÑK¿ûªÃ—ÕéiûgžqU|á»/—KFêãÏ}(üì>ûÈëŸÛæ¡Kú÷›fªã@{ä`4Ñ:XEµ.ÞòOê#åQÚu½òÚòª÷×è5 ¿R &Êß;^fÚÓâ§>©¡îà(ºCõ) _3hõ¾•ž½^ý™ '”׃óüG£ë©8ïúéý·ì­>Ê¢”s_yÍcõúø(mÕà§ŒåŸõ.~þI½okžøLÿÿÔöo¥¡ö¥ÿò3³ò'éUõ_9Ÿõ„{UÛ¯3~ :îo8f)$Ô.›Ç¾â«þ¹Æ%{/Ùï¯ÔkF=÷“ƒš¹x|íä%Ÿmé}ñW¥M¶¾Ÿ™wê#í÷ºßQ=2&Vªµó½å¢ü¯ªæÍ½¾à¯GØãTGúõôÈ'¶¿RÍËÇÔϽCõû´/(?¹OUÿÛµN˜ÓøñE뜕jv^4/ŸQõ½Ì÷žc—&éªÚvŸs_ù[誶9Úyšü}‹¨>µãëêG~ãzå%Ç€©ìÛ¯„?Öý’Ÿ…ùü‡êÕó/­ Pþ ÒEÛ¿vÑL©÷WÔ_ÛÚ>¨¸x_^ê5ÁVõèŽ×ƒ¿›ø1}âçsÍ%ãle=Èóæ,ÑŠCÆïr_AKª¼6ûÁV¤×ÿ¤êÓg©ç´òW”¿gdlÙò ßW”W“¼hämÏÑ;LûãÏ\çñ U[zäï|ßñA½SçþvV݇g?¡íß:$·¨Žò,ïTk˜×ù>·ûÔÇÆØ6Þ¯ýá\Gò!žóu›¢Ö'/jÿ»ª¾¬?è¡5ž{ùíªy÷÷G•¿]@½¿©êËk^ôÚ¦ÞGÏ%3ôäÿðzzÖô&õû6ý{Å%ë|’÷yƒ—Ì>ÿœßi^ò•ú£€my¾®ªÏ©gÎ˪W“_\ôŠzDùûQªùô•Ÿ>vÚà”*õw½"G^ùEug&øø©W؃¹ôí‹öï¨ì§÷m?ýú¨üó{™?Ø÷YÙsÆŸgw.ª{¦Œnü§cd£Î †¢v2ù?=XOn`-7¥º0½è è+láÂÊ}­Öç³ÿÃÛñ’G+ýæ—ÝÝz§Õ«|597°×S®÷ËžVÕÀÖÈŠQzN~«F˜ßߟý½=ImÕ+õc—¼N]áñ÷û‡ÅWM¬Ôg#×_ÔcÖêýÅÒ+/RëQŽ‘kuž:Xû«¼"µ÷¥­ò}F}=ÄUGÔ¾Öî—êg\­:3ÿýe%»ÇÛ—½>©Z>9Èt½JýZÃ3¾§ûã‹^e®`v<ÃlzN5¶O¬}«žÿÓ™à5´üg8GÞQÕ|ö’^¤?WͲÇTõ(öP‘WÙýò`¸ÿ`lnUÜú¹×üYqoR¿VÜg𢽻öq^³®ø'~Âûè%«ø‹‡.zM¡õW*?×TÝÊ/˜÷š¬½h%ºRöﲫ~®Zƒ\8¯W³k—÷?R¿V>rÉzü!-¼Iû ŸW4nÔ¾NûGú/+?ç‹ç ù¾ú™×ð+?]+ÕëЯU}sîÄkŸé—ûUÏ»Íókô÷iåOÈy…zÿsGÝyõ™ç_Ôý÷gõª²§ž}'T¯Z™´~“Ù¡uÉšs£ÎµêW«Ï} xÖEm¾éªƒÉÛê`$‘ :~ÂÊý²Ã_ÒÆó½j¾íõÕƒ³†ÇÔû?8ÒQIW©æê³qUÕ7ºŒçZmÞ_—™ª¿s‹³Ä>nP½«ú…¿êÜ[6|ð ðÄÁëü‡í<ˬ|„Gµ‡ë´¾ðoDY^±bÏøüY=*þŸßîÚƒãþ ƒ¿`ý»æ’çØ{ü^ñ…gÉÔèƒcŸÜ”–Õ^9¥ž]׿IïmŽ-QÕ3SŸ;LUß®ªÑµ/©ú@Ë÷†óO]õ¢3#pþ×fϨ^+®S½Þ:œwVÕÍJuDÖ©ëõ_=ÀVϨߥž'ûk¶Ïøõ}ª‘Òb§8*î2xñÊ›©ýÚòÕ+þ¾Ý³ÚÕ>??úçƒs€û®þû÷®S^[NÝZofÛŽ·û¿à}ä/.:S³gÎ?õ™w.ÏžjSØóØÓªögÕªëÉÌàÊüƒãÛÅï£cgÞeF;RׯZ|ùêñ‘Ö?~•j_ßÓþ¡ÆÔ+€÷%gtsôvóÄÂðõL~êoç VϲÎ?ïŸxp¼ˆÌ×NßÎ^ÎÒ'·\ôÓŽûhÝ5ª£îZ·_¬Ô‡˜UöÞרgû·>=Ž®ø²|>¯ò½Qýúþ'SŸTõ¶¯ú¿¨ezpT¾çý…Ͼèl£€cÀ@4ýúñ}Úò‹ÆcY=¾QЧNœÕ{Ùø Úþ8ßr»ÖÞ]Õ“ªÚóKõsžV¯g~/üPU“QÕ±õÚ¯z§<pÄý‹êTÐðó€¶€_´<ðé£ÿÐð«CÕs²TýóS.Ÿ9÷;áô_ªzôŒü%`<à¯&ž ˜ x>`:à…€Õ3|žTeR~v·ûÁ{AuÛ?QßG—œßVe5©žwœs›TmÑQ=jÄ£©ï n4VÚç~>óäç~âM ¾%»ó¢3Æï wSZÃQšêösÛ‹·ÏT¯iÏ1²W^”t›UýEGß²jÜÿóä«§ßPÍ¥ûô¾ühxKÕ·/Û|¨ÞÆŒš<£êƒ«t*Õ#ñ3Ë›˜[W|ÁØÝ¨~µÚTµV¡·•¿³êz—ª'Ôm?rѹӓœs¼t/oºýI½¥-ßyé õÏôÝ[çwfóMßPÏ6-Îþh¢îŸg™{¿W=ã[ªuÚÅíþÏœmÿâjƒ0_EÓ×x»Ÿš\P=÷_°fÿÆK×îWŸ}ôõ+¯‰jÖ´ø›«Gñ׌Æ5VÏzܬúúfUÏU\u·Ó€÷ÿÃÙ[ÇEµµýÃb!" " "¢‚¢"Ò90 53Ôîî½íîîFìîîîîîîînßÅ>sÏçœçy>¿÷QfïU×u}¯\köFJÉi¨n¯—ü¢Ì{²Á¿Iä½k§R« õûÚä¿ßրч–² Gmê»u‹åEvKåm­þi!ðe«m°ìû¿ÅXUuyþú›?tõ?å=°NžMåÿxŽwn©u÷ifÃ÷a+·ºÿs¤¦·s ÙìðG À#ȯWàR3+ÿÎz<ÿ#Þ(f«lWŠš´ˆx[Jgî.Ä麺V_aïZ÷ÿ¨©®úßh߾ЮGIksP×½÷õÂü­æQþ©²jæ4½O\Àß8Úâ$èû°º›g:àêF£\ÇYý…nU ÛüÏ£ï)s"¸_è>+•MÓÁŒ½b)[¬âù¿Q;Ýêw¦Ä µK"&Z1uU×öoQWkݵ½¹ÔÑwwœÍSèR mž°Ýj'>–¿í{ ¬õtȸD.‚ãbÿðÿ?Ouû_sïG¶Š—ÏuµÏJexMÿßftŽùßïš²2Þ–yƒ™¾Zgûí^üGîñÒ6ÒüRØ3üsÌÎ{y.çËýýúϰ™~aöP©Qgƒ¨jaÉ›0ãþx­Y—÷T«Gbóvqÿ½û¢Àê"ªMÖ×8·ágà?.‚8ÎÑÆùßí6-ÿðßl»¼»Ž‘!ÿ:ƒI—Çéà ¦¾s£a6Ë–øÚY1лÁ }ÂÀì‡õ#Âå©MÃWZçyoÅ}fc«=ÔýÝÌ’ÓÀV.#º<×°ö¨kÕŠðÀÜØ€[au{ó¯oê]"Îfõ{7¶ù1ç:ÒÞwƒõž´zŽ1G­rÙc唯®ÉëÂ{NœM°aÃj‰}¢ ¥Ö4'¾cÅñ@Ÿ¿»PUÇ­{¤X}åÊÿ¶º‡‘óÿ°ŸÇþÞ"¢¶¯NtøûX6ŸÖYhµwG#»[yk,¥»Š­±u{àÅë³ì×më±è…€Çëëÿ_\ò;ë/¿¨êWýÖW\,Ááÿ¹Wd•’³çÿÜß.azÉÛ„â¢to‚xü³EDœ„ìzÿޛѳ‡Û·cV4Íú·DŒe@ ·ÿˆÓ†”âù˜ÐœD›lJñ䬫NýC:KeѺ×:XÊŸ¬´¶ oôïkYë² ôoiµÁ{¬Ú>¼öéÄíÖèÉ-êÕÿ¡ùÝl6,øüLŒèßàAÌ×’_A[ñôoúnCd„®Z)_íÎÚbŸÝµ:–Š%f6À­3öµU þö쟑x­Ïö=ÂÇêTØé¶h°ÇËæK(éRô«v¾Îb€ïîÀâx9üktUò† àñ‚ÿæŒm^iSp÷&’Áÿ‚®± rVL«Rü?>­(Ãi†UÕª‡9…9‡¹„¹†Õs «ææåææV;¬NXÝ0ï02Â'Ì7Ì/lO„Xƒ° Ø«±Í Í ¡††–†V†0CkC¸¡!Âiˆ2Db ±†8C¼!ÁhH2$ †CªÁhH3¤Ú2 ™†,C¶!Ç`2˜ C®!Ïo(0 l@ ¨3àÂ@(m` ¬34LÖ«ÓÀ³Tqc>°eoþàý1]—, æv¨x¹T…¨™Þo¿ Ö·"ls©Ìû®ž ^üÃçö3Œÿ ÆZ 4a'Ñ”R#^¯àÜÊr«í½kd‰ì·ŽìF«ª×ˆ$3 S²dvÒÛ óÚ7¼¨œ+¸¶XÏoÅGù&ÍsÜJ*ù> H¬¥MæÎ`̸j úª~¡äÍw‹½ z¿ñŽ® bEÖv+†ŒúVÛyG¾wƒÏ~p'ÀιöR`«¾³\°®O–¼Ô‘}¬°¿ný#@ë}q;âœk,´ï6ßÎÙ}c„GÝ ’w[¶êº”þ-kªÑ&©äìtìîˆ&€¶ˆ²ótñØy®ní^ÁÕ„’:uÄTûb›×„WëV˜²‡<5=ú¿k—­Ë" è‹·‹gJžÛ4«TcR¼ŠJÞb–W÷]™â’çÝê2\ 2»lW8¾c›ï`5åÁª0V-'¬•¢{®D‹×Êjb½¦“³Sv<î÷Vë,X} øLžª#Xgt)ï1´¹c;âcÍ ‚™¾}Í3 ,y§_Œ_Âî’÷ú¶!c3ËÖJ,t1U˜X¥o ½ áHôH°Þfö烷êvRŠ›¸Ð3:ÞÛ™#¹‘¶– )Ò¡õø wmö=\÷*go°6ò°ÞÓŒvÑñ<¸¾R?iŸÛÆÌÕÞžkmðmH4Õìλ`•{íöµumØ ¾Úv;‰žcEðœ0Wpï©N!´‰3_ K·ÅᘧF°[Ãf•êÄïë-ÈØ îfä9ÞtôI)±½ÄúL×mó¢îr݆wü¸]¡XßJ°;0Ϊˆ³>›ÁU?€îºEŒ#ÎJ™ÂozÐ0ÑÑd×"‘ªäåÞ5eТ—z¤ézÄ¥‚ÀŒ1€‚à˜ôè“:î‚uLuŸæå^—Kù[tf­FðreÀ¼C»Ûçé;wN%Y’­¶ð¬~«Ôçî°˜7kÛ_¬ ît¶»´0zPê@û¢Ð¤’Ó5Ö¨¶Às 5 ¼ßÿ™ôò} ÖW¬µ§µ6Ìöp´­ÙV Sõ<¿êôRµçKú˜çþ‘¹7;ÑKãbàs°äÝç)^α‰Øe›Ý:îõ×ðßA%OOO[n‹Õ'çî,[³Ä8-A;“‡Vi£AÓ£soj–W8Qæ2àØÒ²¤õÊmëžœ¯Ñ*Y ··NwÁ˜ˤ3müÊ®L]ö& 1˜´k$~×&ÏeiŠžaTüÙ•¸¶TÎPàÓ¾l‹MÅmøû\*›œÛô^Ó0SGkÁPã8x¹k@³ò—4«2$¶Qºk&åeÀÃ啯äîÔ׋餥ü“‡õk¬<[ò±îÎVžiW\.ËxùjÍÆ?$v,­eݧ:òF…ºyõ´íø¤ýõHú} 7wýZj•¢GòË 7Áµ"+Št­Jži²<ÒRò;z³Ó÷°Â ]°ÿûZ—“j¥¿ˆ~j]ƒ›^KŒGR§‹½Õ¾Èz}¹ÝDàc·ƒ^MUh7O÷YzœY¬ÛJƊꣶÚËl=j:[)-ÉNÜϱÅRµUuI—m«WÓô•æD?c”Îvp+kqº è›â‹$9r)èOð15Ùp÷Xìßå‹^ ÎJèi³ÅÑQ©Î@® àîÃð” ¥vLTãþìÒBàw‚çÏéhî•v±þújbÜG›w¿é'T|J×ão0®—cec‡„óÝ“€$è³´ÒVt|ÔÓ½J«·÷ªL—œ#jÔ³ž8ÚV§ù,ÐêˆÆÝuûN~¶+“ìŸj4y‚;˜grÛn¥f é\é5O 3…]­4³âìª^ írp½Wô²ø1NVŸõÔª Ó?Zñ)èVb<=¢_!Ê€/ Ü´2X¦íz¶^`­ÏI-yº…µ·cÚ‰èþ€:GÓù‘kÓöزÆö%QEÛ†VÇø¬oØôtjRªf7"nLº­Š ihô­­cìÚj3u4HÑo£BþÈÖ_D7³Ö®·þKFh»¦©X€ôÖè+ÛêßÐQ¤ÛÊ"¿ÎNÓõ¿¦xF³†6Øa«]ÔÒÿê<&âiãÒc;N­ ¿èP%£=ÀAðysK­Àp²Õ/û[ùÓÛz"a'XI ЋN©w¢œ«%Åd4ç>o/w×fÛ_{®Ô+eù.gS.Ûãe|ÛZsHàõ.‡O-?Þ~¯~¥ŠÑ¢W ¦þwö­e£3ô¨'Y(yΰsÉå’_bÛxmù«ÞÓ⇶ ²ÊÓurÏ_秬‘ixdjÆ{€ÛÅ! žF]š³ÙÞͯ8­XÎ¥€kKžù—Ë*©•®'éVx5°/Ë]ô××è{]÷û'@ìð[¿ZÊ>.Ô1Ð\é[j7z¡}PÂä’'’f.JâñcNÚ«îæy:\ÕÊ,ù;%ñTDBú•Œ§†g@Ö5BÆ7þ;…®ÿµ’¦’çŠëuŒùñyV1ÑÚãdëçÀNDK*ý1F«œ[[m,W¿©UŸ&Œ Ûh?ÌÜøD‰ ŒÙ ¨ée ¨”iͯëoÔýu‰uô<–‘žèÑÀµ«Ñ·Rû‘¿b&$åï+/g:NRhZÖoo‰¶àiÉɰ Ë_v(ö‹qOæÞÌ}™û3dÌ<”y8óHæÑÌc™Ç3OdžÌ<•y:óLæÙÌs™ç3/d^̼”ióç:fZw;(óOt=ø·Ò&—¡¿kê˜[èpÞEÕÈv”Ò»f¦Y×¥s% Ônh^ɳN3`À(µ{-,íVTðnÿÄ^hõ~o@»ÅùáºÇˆ˜É÷žìd^ëê‘+´nºô‹(}熧þyØäjÉ[M]n‚1P].ùFà¬Àšiòißl4ÝÕ-ûF}å—3‘,4 Ëúïpã%#ªwdZJá0Ì/Ư¢Nã|€—RÇ‚owž3ÏFL­xVŸç¶×K»áºí»ß·ôϹä×ê@Vζjøj‹í¬ ^¬_†µŽî>"}iT³Rµ×#ºNôO=Ÿ\3½³ÍFn÷¤|ûë\E:fÙÿ¯zŸ§j\@kïÐk9З`k| Z?Š™¯sp h¬G€…Xšéb‹Á<ÀºêT,(Él<Ýú3€_G¬–Ä \¯êÿ&i'p³FÒzH vtõò)U [¯¤\Ôýþ¯dk PÖ mR2æw¶”Mr²J qU\§ÂYxVãì&ÙM³‰,H¨Y)Ÿ‘ lé @Û%»Oÿˆ—†Ú²‹ÝF‹YO6 z;»êß#°ØN1ö™ëÒF%þ‡ý]À—%öÇXúê0Ë«íØ«ËvXû¤ˆ%ôŸ 0×-µYêZ°Î¡zíþjíMVT ·í¸§D·zÆz“Cö‡+eoëùÍé [îSj0-5ðµcæ¨ÌR§€¼bê ;£·{ؤ¥çk z×߬×Õ0À¡{@—õjÀŒ¤?jÖ@V¬~å1Ю‘@—Æÿµce‹„£¼’ÿäHHÆŸß«ƒþãÝ^@¾muO $ö aÀÒl0ûw å `½L£ç)Ù¥û.ÉúÇ.pv€ÎéÏ6“âÿ¯»ÿûl£GN)zÒg¶‘ÊÕÔÎ<ùl×^ð‰ûÛ,æRyz½wpvnN^N¾u¤u6 ¯—ªkÛY+rýœPkÜA€v™!Ç’ÊG3kîÀ2<¶Z¾ÔÆo?'§»ëQb„u”š±ÃÓœóJE-^)M}À¬€w¡ö—ëwtôy}DË›žþ׸±NóÃU»Dú†^·Ÿ^Xµ®œÉ~¤5*í·Þ³‡NÇÏRò ncò9­Û ? ×kRŠjüÛ ·šÄÄdžIœl³•­õ̬†ø É7ôoŸÝo´îA™ê·,ÿÃøoãYÀ:‹³..8úo²@túµžS܆¶3åGíèëþ·¯¸ª8y³M«ø°Æo=‹mywèÁR»¹ƒlš]eŠ6جµrc¬©/@Ëв¯232(°ÂmÅM2e™²M9¦«qRzµÍ Y›ý÷Ùã¬ç0’ÿv‹÷ˆ?’¶Ý½K¬%Çdêhêdêl«ÀÔÅdó„ÖH!!ú#àõUÛI¦Ñ¦1¦±zË!aã¬=.¹Tê,åÓQýÎÝÈ —ÉÀþÞKõÖã; «)V‹ËÇ* ÇL7M·L·Mÿíé dPèy×’çǘî˜^šÒtžDÕ÷} Úùy.Ð}”6Õ´Ú£7´}iì+“ÙÞìPòcŸ2ž9^¥ôÔ^Ö\ÝüŸo‡L‡MGLNæZf³§¹"ˆ¦ƒùª™½Ì>f_³Ÿ¹¾ÙßÜÀ`mßÐÜØÜÄÜÔl1737WÿŠ0Ì¡æpss„9ÒeŽ6gëòÜbŠ1'š“ÌÉfƒ9Åœj6š!°Þ5¶h!ت ì4s®9Ïœo.0š!3 ÆÌl“ÿG¦Þ²ÑZÿ(ÿ(€¿Ý™ˆY5kævæöæ掠56¾Æ×=}òQ—Â"Ó©ËMÌÃÍ#Ì#̣ͣÍc¬Ô&>0̶·iz–¹n¢OÅóXólóó\ó<ó|ókÛgº¥N4-4¯4¯2¯6¯1¯5¯Óï1 €´˜×›·š·™·›w˜wšwYû4‰.2~³Û|Ø|Ä|Ô|Ì|Ü|ÂÜÕt?¤%XoÕŠ³L'ÍÌÍ—Ì—ÍWÌWÍ{@¿D`·[›¯™ï˜ïšï™ï›˜šéã}HXr ÑüØüÊüÚüÆüÖüÎüÞüÁœ x:Ñn]ê óKóGóóOó/óos‹ÅÞ²³Ž,•,•-U,U-Õ,Õ-õ1W$Œhíd©iq·Ô²xX<-^–Ú „ f®cñµøYê[ü- ,¶ez˜ZšXšZ‚-!–f–æ–Pýúms KkK¸¥%Âi‰²D[lÖÇýùU«¶hóuRq|y€[cÄv]KB 1–B d-ˆµ”²BV`6Ò-\gÐ+Ìæ•*x×~ø×VÕl çJÆõÌ™À‚Vˆî5®Ûöö"Jùíú±Û€¾Ï~y‚®åÞ”w3f™i™e™m™c‰êõ?ïG7ɬ\fj©Xé! ÃߪgMZ®—¼O¨Úʨ€Ä„R{ëlÉn¹Î…ý†þéçÝ v'j‚X*ÜÇ2×rÝrÃrÓrK§¿£î¿ÊëT€–9´¨ÉÓu½¿ÙÄ<¢ÍWî²Fu\v´~ ¨¿hY/ë¢g ÷âêÄ]±\µ\³Ü¶TÏuÊuÎuɽcÉìý#ZûU*šlß÷’gYýo`ÖÜòëm¼·èY²S°kÃOŸõüѽl[« hìªïxûÄVS{öZŸí£5+ ÚµÈÉî9€U¤¬1uo Ñ„R¡5V¾æùl>kb¥â?ÎC¬œÏvi¥Ï<Û}•ü¦§õ­¦– )éó* op×Zm©œQdž‡¶¸@* 9®ïŽÏɲ9Pï4„g®ô Ç?µ¬6g¹Õ?¬vk¢{ôIaz½R4¼×ixíö¬0¦v?ïy±®¹'sOåžÎ=“{6÷\®cˆ)•Ö)ëàöÇN´#È.$õHõñû®gIGNGWØ8?ô_ w¶êŒCüt]ãŽGvËI4~Òóˆ €3q¥vœò³óª.ÕgõÕãø0«DìÒüt ½ŸèiH)“Ñ·æK}¦-æÒóýÐG:ë<¿R’NEWºÅ= è_"ŸÙmŽ[‘ux,7½ZuX÷Ì÷ëͬímÛim®ã¼Šm²JÂg°Þ&[#œvÙçsÅ<)OÎSò¢Ïó“'þq¢lwY·úÃt¤û$û&w×÷½æ|«î-Ô¥tETHkL1>D(å76ÎZUÎàoÓúž`}ë3쀼¿§¸—<‹ÍÓ!Êßí¥Ëò:[cfMÔWÿ1uµ£³1¿-y,°(-Ó|êåÚõd›—u©&ê2Šþ_u¡äùrVLŽ,òRKÐõ*½)<Ìdg­…M4©y¯óÞä½Í{—gâJžœä£ùŸÌ€”§›g˜yÀ³%{Ž ºWâëf7Óµw†é˜h©»Ñ9áø?Ös „Ñù‘ñ õ ऻMï*=MÛœ— ,šDt8ÀH½6Ãÿ8AÞ?ßv2À©àÖ£èøðHbøž5¬±^?ŽOIH9 ¬SÇÖ·AÖT¹äÉø€ÊÕzæ}ÊK…œxÌ)2÷¯o§®Ê¥Y¼‹óôÜfkü+ü›¿©Vý»Ë‘ÿ2ÿUþëü'@žXÆ%ݾ xÞÛªŸ½ýß›vDú·õb)´ÏÙúÇY¡o:¯ÇËùX$,Àó~æƒÌ1‘áFô«³ÊMÚèS}`vLZÛÜùÖ&àõ½-ðr»o”-QÒú¤¯Ö1±ð4UÇbIÊ6ÝÚâ5°oWr÷fíËÚÿ‡×=û7ì¸g°î^í¾Ü»‰÷Òš}“&ŒÌê ä1W÷;¿t~^ÒŠIÌãÑuáx.mWÞäO,˜TPT0¹ÀüÏéØÚ è tÙ·4úƒ^Xå{€“âÐ €3f°ÖQQ{]úÛ*Åq¾1‡úb`i®Õt-zþرgN¹ìâüNº„ÏéžóIzQõr&{0þW}¾eº.ýšy´xƒµÛY1wÑÆÇWÀŠÍ®µ°B7 ±Ý’eX#‹%o1-H¾g¨^ ÖäÒVʽŸÓ å«!(nn­Éz¥}gä.Ð>5+Ïi ˜-08¼æ…üyÞDZ“Z ƒÉʯ·)³zØöV¤%¯É*¶YãŸyÀïìÈYo•òج­¸ ´°EaËÂV…Vß è©W¦yjhê/0KG@ÅçÐ|@sŒn‹:Ûð=Ýgkåä„®úLÖËT²µ: 4ufúmk½ürWžNÖÂŵ;¤ÿ‘'Ÿ1–séö+y_½CWsüËz‰e/ï´È} ø¸XíÁ[ÝO'\.UûXîßtñeœ§•7›¬}O'nMôùZƒ+< íDÚ}%í¬ÉüÄ]Òo#g{¼*9#R¥oäÅ´÷†‹±¿|›6/ +¼Qx³ðVáíÂÖyD†Ø|îÒðþž`¼zæ;…¯ _¾)|[ø®p¼ŽÕËûÂ/…_ ¿~/üQø³ðWáïÂ2d9@e!G¨TªÍ[]Á\ªU‡œ gÈr…j@nPMȪy@žTªÕ…¼¡zä ùAõ!¨5„¡FPÔj5…‚¡¨Ô …Z@-¡VPÔ ‡Ú@P$EC1P,ÅC P"”%C(J…ŒP”µ…2 L( ʆr d†,P. ?TBC„B„CDBDC ÄBÄC$B$C ¤BÔju€:B ÎP¨+Ô êõ€zB½ ÞP¨/Ôê €Bƒ ÁÐh(4 €FB£ ÑÐh,4M€&B“ "h2T M¦BÓ éÐ h&4 š ÍæBó ùÐh!´Z -–BË åÐ h%´ Z ­ÖBë õÐh#´ Ú m¶BÛ íÐh'´ Ú íöBû ýÐè t: ŽBÇ ãÐ è$t : ÎBç óÐè"t º ]®B× ëÐ è&t º ÝîB÷ ûÐè!ôz =žBÏ çÐ è%ô z ½ÞBï ÷Ðè#ô ú }¾Bß ïÐè'ô ú •í`{Ø. ;Âåàòp¸"\ ® W«ÂÕàê°ì »À®p Ø ® »Ãµ`Øö‚kÃuະ7\ö}a?¸>ì7€à†p Ü‚ÃMà¦p07ƒ›Ã¡p ¸%Ü ƒ[Ãáp8Ž„£àh8Ž…ãàx8N„“àdاÀ©°NƒÓá¶pœ gÁÙpl‚ͰÎ…óà|¸.„!†…1‡ ˜„)˜†˜…9˜‡X„%X†X…5¸Üîw„;Áá.pW¸Üî÷„{Á½á>p_¸Ü„Áƒá!ðPx<„GÁ£á1ðXx<žO„'ÁEðd¸žO…§ÁÓáðLx<žÏ…çÁóáðBx¼^/…—ÁËáðJx¼^¯…×Áëá ðFx¼Þo…·ÁÛáðNx¼Þï…÷ÁûáðAø|>…ÁÇáðIø|>Ÿ…ÏÁçá ðEø|¾_…¯Á×áðMø|¾ß…ïÁ÷áðCøü~?…ŸÁÏáðKøü~¿…ßÁïáðGøüþ…¿ÁßáðOøü.ƒØ!öˆRqDÊ!å‘ HE¤R©‚TEª!Õ'ÄqA\‘ˆRqGj!ˆ'â…ÔFê uo¤âƒø"~H}Äi€ ‘@¤„4Fš M‘`$i†4GB‘HK¤†´F‘6H‰D!ÑH ‹Ä!ñH’ˆ$!ɈIAR#’†¤#m‘ $ÉB²‘Ä„˜ ’‹ä!ùHRˆ@Œ Š`މP0‹pˆˆHˆŒ(ˆŠhH;¤=ÒéˆtB:#]®H7¤;Òé‰ôBz#}¾H?¤?2ˆ B#C¡È0d82‰ŒBF#c±È8d<2™ˆLBŠÉH12™ŠLC¦#3™È,d62™‹ÌCæ# …È"d1²YŠ,C–#+•È*d5²Y‹¬CÖ#È&d3²ÙŠlC¶#;È.d7²Ù‹ìCö#ƒÈ!ä0r9ŠCŽ#'“È)ä4r9‹œCÎ#‹È%ä2r¹Š\C®#7›È-ä6r¹‹ÜCî#‡È#ä1òyŠG_ /ÑWèkô ú}‡¾G? ÑOègô úý†~G ?Ñ_èo´ f‡ÙcXYÌ+‡•Ç*`±JXe¬ V«†UÇœ0gÌsÅj`nXMÌ«…y`ž˜V«ƒÕż±z˜æ‹ùaõ1¬€5ıFXÖk‚5Å‚±¬Ö ÅZ`-±VXÖ ÇÚ`X$…Ec1X,‡Åc X"–„%c,KÅŒX–޵Å2°L, ËÆr0fÆ,X.–‡åcX!a0†`(†a8F`$Fa4Æ`,Æa<&`"&a2¦`*¦aí°öX¬#Ö ëŒuÁºbݰîX¬'Ö ëõÁúbý°þØl 6Œ Á†bðáØl$6 ÁÆbã°ñØl"6 +Â&cÅØl*6 ›ŽÍÀfb³°ÙØl.6›-Àb‹°ÅØl)¶ [Ž­ÀVb«°ÕØl-¶[mÀ6b›°ÍØl+¶ ÛŽíÀvb»°ÝØl/¶ÛÀb‡°ÃØì(v ;ŽÀNb§°ÓØì,v;]À.b—°ËØì*v »ŽÝÀnb·°ÛØì.v»=Àb°ÇØì)ö {޽À^b¯°×Øì-ö{}À>bŸ°ÏØì+ö ûŽýÀ~b¿°ßXÜ·Çð²¸#^/WÀ+â•ðÊx¼*^ ¯Ž;áθ îŠ×ÀÝðš¸;^ ÷À=q/¼6^¯‹{ãõpÜ÷Ãëãþx<oˆâð ¼1ÞoŠã!x3¼9Š·À[â­ð0¼5Ž·Á#ðH< ÆcðX<ÇðD< OÆ x žŠñ4<o‹gà™xžçà&ÜŒ[ð\<ÏÇ ðBÂaÁQÃqœÀIœÂiœÁYœÃy\ÀE\Âe\ÁU\ÃÛáíñxG¼Þï‚wÅ»áÝñxO¼Þïƒ÷Åûáýñø@|>‚ŇáÃñøH|>ƒÅÇáãñ øD|^„OÆ‹ñ)øT|>ŸÏÄgá³ñ9ø\|>_€/Äá‹ñ%øR|¾_¯ÄWá«ñ5øZ|¾߀oÄ7á›ñ-øV|¾ßïÄwá»ñ=ø^|¾?€Äá‡ñ#øQü~?ŸÄOá§ñ3øYü~¿€_Ä/á—ñ+øUü~¿ßÄoá·ñ;ø]ü~€?Äáñ'øSüþ¿Ä_á¯ñ7ø[üþÿ€Ä?áŸñ/øWüþÿÿÄá¿ñ2„aO8e G¢Qž¨@T$*•‰*DU¢Qp"œ •¨A¸5 w¢áAx7@¶ÑúA†Qð!| ?¢>áO4 ˆ†D ш"Mˆ¦D0B4#š¡D ¢%ÑŠ#ZáD"‚ˆ$¢ˆh"†ˆ%âˆx"H$’ˆdÂ@¤©„‘H#Ò‰¶D‘IdÙDa"Ì„…È%òˆ|¢€($ &%$;ægxA ÁÁ!! ¡ÑŽhOt :ˆÎD¢+ÑèNô z½ˆÞD¢/ÑèO ƒˆÁÄb(1ŒNŒ F£ˆÑÄb,1ŽOL &“ˆ"b2QLL!¦ÓˆéÄ b&1‹˜MÌ!æóˆùÄb!±ˆXL,!–ˈåÄ b%±ŠXM¬!ÖëˆõÄb#±‰ØLl!¶ÛˆíÄb'±‹ØMì!öûˆýÄâ qˆ8L!ŽLjãÄ â$qŠ8Mœ!ÎçˆóÄâ"q‰¸L\!®׈ëÄ â&q‹¸MÜ!î÷ˆûÄâ!ñˆxLéO6 Ȇd Ùˆ "“MȦd0B6#›“¡d ²%ÙŠ #[“ád2‚Œ$£Èh2†Œ%ãÈx2L$“ÈdÒ@¦©¤‘L#Óɶd™If‘Ùdi"ͤ…Ì%óÈ|²€,$!&%1' ’$)’&’%9’'R$%R&R%5²Ùžì@v$;‘É.dW²ÙìAö${‘½É>d_²ÙŸ@$‘ƒÉ!äPr9œAŽ$G‘£É1äXr9žœ@N$'‘Eäd²˜œBN%§‘ÓÉäLr9›œCÎ%ç‘óÉäBr¹˜\B.%—‘ËÉäJr¹š\C®%בëÉ äFr¹™ÜBn%·‘ÛÉäNr¹›ÜCî%÷‘ûÉäAòy˜%Ÿ‘ÏÉäKòùš|C¾%ß‘ïÉäGòù™üB~%¿‘ßÉäOòù›,CÙQö”U–r¤ÊQå© TEªU™ªBU¥ªQÕ)'Ê™r¡\©”U“r§jQ”'åEÕ¦êPu)oªåCùR~T}ÊŸj@P ©@ªD5¦šPM©`*„jF5§B©TKªFµ¦Â©6TIEQÑT KÅQñT•H%QÉ”J¡R)#•F¥Sm© *“Ê¢²©ÊD™) •KåQùTUHAL!JaNIQM1KqO ”HI”L)”JiT;ª=ÕêHu¢:S]¨®T7ª;ÕƒêIõ¢zS}¨¾T?ª?5€H ¢SC¨¡Ô0j85‚I¢FSc¨±Ô8j<5šHM¢Š¨ÉT15…šJM£¦S3¨™Ô,j65‡šKÍ£æS ¨…Ô"j1µ„ZJ-£–S+¨•Ô*j5µ†ZK­£ÖS¨Ô&j3µ…ÚJm£¶S;¨Ô.j7µ‡ÚKí£öS¨ƒÔ!ê0u„:J£ŽS'¨“Ô)ê4u†:K£ÎS¨‹Ô%ê2u…ºJ]£®S7¨›Ô-ê6u‡ºKÝ£îS¨‡Ô#ê1õ„zJ=£žS/¨—Ô+ê5õ†zK½£ÞS¨Ô'ê3õ…úJ}£¾S?¨ŸÔ/ê7U†¶£íiº,íH—£ËÓèŠt%º2]…®JW£«ÓN´3íB»Ò5h7º&íN×¢=hOÚ‹®MסëÒÞt=Ú‡ö¥ýèú´?Ý€ Òt#:ˆnL7¡›ÒÁtÝŒnN‡Ò-è–t+:ŒnM‡Ómè:’Ž¢£é:–Ž£ãé:‘N¢“iB§ÒF:N§ÛÒt&EgÓ9´‰6Ó:—Σó麆h˜Fh”Æhœ&h’¦hšfh–æhžh‘–h™Vh•Öèvt{ºÝ‘îDw¦»Ð]éntwºÝ“îE÷¦ûÐ}é~tz=D¦‡ÐCéaôpz=’E¦ÇÐcéqôxz=‘žDÑ“ébz =•žFO§gÐ3éYôlz=—žGϧÐ éEôbz ½”^F/§WÐ+éUôjz ½–^G¯§7ÐéMôfz ½•ÞFo§wÐ;é]ônz½—ÞGï§ÐéCôaú}”>F§OÐ'éSôiú }–>GŸ§/ÐéKôeú }•¾F_§oÐ7é[ômú}—¾Gß§ÐéGôcú ý”~F?§_Ð/éWôkú ý–~G¿§?ÐéOôgú ý•þF§Ð?é_ôoº cÇØ3LYÆ‘)Ç”g*0™JLe¦ S•©ÆTgœgÆ…qej0nLMÆ©Åx0žŒS›©ÃÔe¼™zŒãËø1õ¦À4d™FLÓ˜iÂ4e‚™¦Óœ eZ0-™VLÓš gÚ0L$ÅD31L,ÇÄ3 L"“Ä$3&…IeŒL“δe2˜L&‹Éfrcf,L.“Çä3L!10ƒ0(ƒ18C0$C14Ã0,Ã1<#0"#12£0*£1í˜öL¦#Ó‰éÌtaº2ݘîL¦'Ó‹éÍôaú2ý˜þÌf 3ˆÌ a†2ØáÌf$3ŠÍŒaÆ2ã˜ñÌf"3‰)b&3ÅÌf*3™ÎÌ`f2³˜ÙÌf.3™Ï,`2‹˜ÅÌf)³ŒYά`V2«˜ÕÌf-³ŽYÏl`62›˜ÍÌf+³ÙÎì`v2»˜ÝÌf/³ÙÏ`2‡˜ÃÌæ(sŒ9Μ`N2§˜ÓÌæ,sŽ9Ï\`.2—˜ËÌæ*s¹ÎÜ`n2·˜ÛÌæ.s¹Ï<`2˜ÇÌæ)óŒyμ`^2¯˜×Ìæ-óŽyÏ|`>2Ÿ˜ÏÌæ+óùÎü`~2¿˜ßLÖŽµgز¬#[Ž-ÏV`+²•ØÊl¶*[­Î:±Î¬ ëÊÖ`ÝØš¬;[‹õ`=Y/¶6[‡­Ëz³õXÖ—õcë³þl6€mÈ껲YÈ6eƒÙ¶Ûœ e[°-ÙVlÛš gÛ°l$ÅF³1l,ÇÆ³ l"›Ä&³6…Mel›Î¶e3ØL6‹ÍfsXkf-l.›Çæ³l! ±0‹°(‹±8K°$K±4˰,˱<+°"+±2«°*«±íØöl¶#Û‰íÌva»²ÝØîl¶'Û‹íÍöaû²ýØþìv ;ˆÌa‡²ÃØáìv$;ŠÍŽaDzãØñìv";‰-b'³Åìv*;ÎÎ`g²³ØÙìv.;Ï.`²‹ØÅìv)»Œ]ή`W²«ØÕìv-»Ž]Ïn`7²›ØÍìv+»ÝÎî`w²»ØÝìv/»ÝÏ`²‡ØÃìö({Œ=Ξ`O²§ØÓìö,{Ž=Ï^`/²—ØËìö*{½ÎÞ`o²·ØÛìö.{½Ï>`²ØÇìö)ûŒ}ξ`_²¯Ø×ìö-ûŽ}Ï~`?²ŸØÏìö+ûýÎþ`²¿ØßlÎŽ³ç¸²œ#WŽ+ÏUà*r•¸Ê\®*W«Î9qΜ çÊÕàܸšœ;W‹óà<9/®6W‡«Ëysõ8Ηóãêsþ\.€kÈr¸ ®1ׄkÊs!\3®9ʵàZr­¸0®5εá"¸H.Š‹æb¸X.Ž‹ç¸D.‰Kæ \ —ʹ4.kËep™\—Íåp&ÎÌY¸\.Ëç ¸Bâ`áPãpŽàHŽâhŽáXŽãxNàDNâdNáTNãÚqí¹\G®×™ëÂuåºqݹ\O®×›ëÃõåúqý¹Ü@n7˜ å†qùÜHn7šÃåÆqã¹ ÜDnWÄM抹)ÜTn7›ÁÍäfq³¹9Ü\n7Ÿ[À-äq‹¹%ÜRn·œ[Á­äVq«¹5ÜZn·žÛÀmä6q›¹-ÜVn·ÛÁíävq»¹=Ü^n·Ÿ;Àäq‡¹#ÜQîwœ;ÁäNq§¹3ÜYîwž»À]ä.q—¹+ÜUîw»ÁÝänq·¹;Ü]îwŸ{À=äq¹'ÜSî÷œ{Á½ä^q¯¹7Ü[î÷žûÀ}ä>qŸ¹/ÜWî÷ûÁýä~q¿¹2¼oÏ;ðeyG¾_ž¯ÀWä+ñ•ù*|U¾_wâyÞ•¯Á»ñ5yw¾ïÁ{ò^|m¾_—÷æëñ>¼/ïÇ×çýù|ßäñA|c¾ ß”æCøf|s>”oÁ·ä[ña|k>œoÃGð‘|ÍÇð±|Ï'ð‰|ŸÌø>•7òi|:ß–Ïà3ù,>›ÏáM¼™·ð¹|ŸÏð…<ÄÃ<£<Æã<Á“<ÅÓ<ó<Çó¼À‹¼Ä˼«¼Æ·ãÛóøŽ|'¾3ß…ïÊwã»ó=øž|/¾7߇ïË÷ãûóøü ~0?„Êã‡ó#ø‘ü(~4?†ËãÇóø‰ü$¾ˆŸÌóSø©ü4~:?ƒŸÉÏâgósø¹ü<~>¿€_È/âóKø¥ü2~9¿‚_ɯâWókøµü:~=¿ßÈoâ7ó[ø­ü6~;¿ƒßÉïâwó{ø½ü>~?€?ÈâóGø£ü1þ8‚?ÉŸâOógø³ü9þ<¿È_â/óWø«ü5þ:ƒ¿Éßâoówø»ü=þ>ÿ€È?âóOø§ü3þ9ÿ‚É¿â_óoø·ü;þ=ÿÿÈâ?ó_ø¯ü7þ;ÿƒÿÉÿâóe;Á^pÊ ŽB9¡¼PA¨(T* U„ªB5¡ºà$8 .‚«PCpj îB-ÁCð¼„ÚB¡®à-Ô|_ÁO¨/ø „¡¡(4‚„ÆB¡©,„Í„æB¨ÐBh)´„ÖB¸ÐFˆ"…(!Zˆb…8!^H…$!Y0)Bª`Ò„t¡­!d YB¶#˜³`r…ŸŠÏÄçâ ñ¥øJ|-¾ߊïÄ÷âñ£øIü,~¿ŠßÄïâñ§øKü-–‘ì${ÉA*+9Jå¤òR©¢TIª,U‘ªJդ꒓ä,¹H®R ÉMª)¹Kµ$ÉSò’jKu¤º’·TOò‘|%?©¾ä/5¤†R ÔH ’KM¤¦R°"5“šK¡R ©¥ÔJ “ZKáR)BŠ”¢¤h)FŠ•â¤x)AJ”’¤dÉ ¥H©’QJ“Ò¥¶R†”)eIÙRŽd’Ì’EÊ•ò¤|©@*” – •0 —‰”(‰–‰•8‰—I”$I–I•4©Ô^ê u”:I¥.RW©›Ô]ê!õ”zI½¥>R_©ŸÔ_ ”Iƒ¥!ÒPi˜4\!”FI£¥1ÒXiœ4^š M”&IEÒd©Xš"M•¦IÓ¥ÒLi–4[š#Í•æIó¥ÒBi‘´XZ"-•–IË¥ÒJi•´ZZ#­•ÖIë¥ ÒFi“´YÚ"m•¶IÛ¥ÒNi—´[Ú#í•öIû¥ÒAétX:"•ŽIÇ¥ÒIé”tZ:#•ÎIç¥ ÒEé’tYº"]•®I×¥ÒMé–t[º#Ý•îI÷¥ÒCé‘ôXz"=•žIÏ¥ÒKé•ôZz#½•ÞIï¥ÒGé“ôYú"}•¾IߥÒOé—ô[*#ÛÉö²ƒ\Vv”ËÉåå rE¹’\Y®"W•«ÉÕe'ÙYv‘]å²›\Sv—kɲ§ì%×–ëÈueo¹žì#ûÊ~r}Ù_n È å@¹‘$7–›ÈMå`9Dn&7—CårK¹•&·–Ãå6r„)GÉÑrŒ+ÇÉñr‚œ('ÉɲAN‘Se£œ&§Ëmå 9SÎ’³åÙ$›e‹œ+çÉùr\(C2,#2*c2.2)S2-32+s2/ ²(K²,+²*kr;¹½ÜAî(w’;Ë]ä®r7¹»ÜCî)÷’{Ë}ä¾r?¹¿<@(’ËCä¡ò0y¸*“Ë'ä“ò)ù´|F>+Ÿ“ÏËä‹ò%ù²|E¾*_“¯Ë7ä›ò-ù¶|G¾+ß“ïËä‡ò#ù±üD~*?“ŸË/ä—ò+ùµüF~+¿“ßËäò'ù³üEþ*“¿Ë?äŸò/ù·\F±S쥬⨔SÊ+”ŠJ%¥²RE©ªTSª+NŠ³â¢¸*57¥¦â®ÔR<OÅK©­ÔQê*ÞJ=ÅGñUü”úŠ¿Ò@ P*J#%Hi¬4Qš*ÁJˆÒLi®„*-”–J+%Li­„+m”%R‰R¢•%V‰Sâ•%QIR’ƒ’¢¤*F%MIWÚ*J¦’¥d+9ŠI1+%WÉSò•¥PXATÁ\!R¡ZaVá^Q‘YQUÑ”vJ{¥ƒÒQé¤tVº(]•nJw¥‡ÒSé¥ôVú(}•~Je€2P¤ V†(C•aÊpe„2R¥ŒVÆ(c•qÊxe‚2Q™¤)“•beŠ2U™¦LWf(3•YÊleŽ2W™§ÌW( •EÊbe‰²TY¦,WV(+•UÊje²VY§¬W6(•MÊfe‹²UÙ¦lWv(;•]Êne²WÙ§ìW(•CÊaåˆrT9¦WN('•SÊiåŒrV9§œW.(•KÊeåŠrU¹¦\Wn(7•[ÊmåŽrW¹§ÜW(•GÊcå‰òTy¦(•OÊgå‹òUù¦|W~(?•_Êo¥Œj§Ú«jYÕQ-§–W+¨ÕJjeµŠZU­¦VWTgÕEuUk¨njMÕ]­¥z¨žª—Z[­£ÖU½Õzªê«ú©õUµ 6TÕFjÚXm¢6UƒÕµ™Ú\ U[¨-ÕVj˜ÚZ WÛ¨j¤¥F«1j¬§Æ« j¢š¤&«5EMUjšš®¶U3ÔL5KÍVsT“jV-j®š§æ«j¡ ©°Š¨¨Š©¸J¨¤J©´Ê¨¬Ê©¼*¨¢*©²ª¨ªª©íÔöjµ£ÚIí¬vQ»ªÝÔîjµ§ÚKí­öQûªýÔþêu :H¬Q‡ªÃÔáêu¤:J­ŽQǪãÔñêu¢:I-R'«Åêuª:M®ÎPgª³ÔÙêu®:O¯.Pª‹ÔÅêu©ºL]®®PWª«ÔÕêu­ºN]¯nP7ª›ÔÍêu«ºMÝ®îPwª»ÔÝêu¯ºOݯPª‡ÔÃêõ¨zL=®žPOª§ÔÓêõ¬zN=¯^P/ª—ÔËêõªzM½®ÞPoª·ÔÛêõ®zO½¯>PªÔÇêõ©úL}®¾P_ª¯Ô×êõ­úN}¯~P?ªŸÔÏêõ«úMý®þPª¿ÔßjÍN³×´²š£VN+¯UÐ*j•´ÊZ­ªVM«®9iΚ‹æªÕÐÜ´šš»VKóÐ<5/­¶VG««ykõ4ÍWóÓêkþZ-@k¨j´ ­±ÖDkªk!Z3­¹ªµÐZj­´0­µ®µÑ"´H-J‹Öb´X-N‹×´D-IKÖ ZŠ–ªµ4-]k«eh™Z––­åh&ͬY´\-OË× ´B Ò` ÑP ÓpÐHÒhÑXÓxMÐDMÒdMÑTMÓÚiíµZG­“ÖYë¢uÕºiݵZO­—Ö[ë£õÕúiýµÚ@m6X¢ Õ†iõÚHm”6Z£ÕÆiãµ ÚDm’V¤MÖŠµ)ÚTmš6]›¡ÍÔfi³µ9Ú\mž6_[ -Ôi‹µ%ÚRm™¶\[¡­ÔVi«µ5ÚZm¶^Û mÔ6i›µ-ÚVm›¶]Û¡íÔvi»µ=Ú^mŸ¶_; Ôi‡µ#ÚQí˜v\;¡ÔNi§µ3ÚYíœv^ûÿØ{머²f}h§@!!@ÜCÈà.Ý 4CO&6Žû9Ä]&î6qw·‰»»»»{òÛsæ¼}™yïýó[ëËZ$„Þµ«vÕSOÕ>Ýì}®ø|ñ…â‹Å—Š/_)¾Z|­øzñâ›Å·Šoß)¾[|¯ø~ñƒâ‡ÅŠ?)~Zü¬øyñ‹â—ůŠ_¿)~[ü®ø}ñ‡âÅŸŠ?)þZü­ø{ñâŸÅ.+äÉ 9¤€” RCÈÒB:H #äU‚TBv¨j µÚBí öP¨#Ô ê ý uºBÝ îPè7¨'Ô ê õŠ!‚!B! Â!"! ¢!b!â!*úBý þÐh 4 †BàáÐh$4  ~‡ÆBã ñÐh"4 š M¦BÓ éÐ h&4 š ÍæB@ó ùÐh!´Z -–BË åÐ h%´ Z ­ÖBë õÐh#´ Ú m¶BÛ íÐh'´ úÚ íöBû ýÐè t: ŽBÇ ãÐ è$t : ÎBç óÐè"t º ]®B× ëÐ è&t º ÝîB÷ ûÐè!ôz =žBÏ çÐ è%ô z ½ÞBï ÷Ðè#ô ú }¾Bß ïÐè'ä»Ân° –à X «`5¬Ýa-¬ƒõ°6Âp%Øö‚+ÃÞpØ® ûÂÕàê°\ö‡à@¸&\ ® ×ëÂõàúp¸!Ün 7›ÂÍà ¸9Ün Ã!p+ø8ƒÃá8Ž‚£á8Žƒãá8N‚“áØ›a œ §Áé°΀mp&œgÃ9p.œçÃp!l‡‹àÖp¸-Ünw€;ÂàÎð¯p¸+Ü î÷€ƒ{½àÞp¸†`F`Æ`&`¦`f`æ`à¸/ÜàÁðx(< €G£àÑðøwx,<O€'“àÉðx*< žÏ€g³àÙðx.ü<ž/€‹àÅðx)¼ ^¯€W«àÕðx-¼^o€7›àÍðx+¼ Þï€w»à?áÝðx/¼Þ€‡àÃðø(| >Ÿ€O§àÓðø,|>_€/—àËðø*| ¾߀o·àÛðø.|¾?€ÂàÇðø)ü ~¿€_¯à×ðø-ü~€?ŸàÏðø+ü þÿ€Â.ˆ+â†È9¢@”ˆ Q#ÄÑ":D#âTB</¤2âTA|ªˆ/R ©Žø!5$ Dj"µÚH¤.R©4@"ÆH¤)Ò Bš#-–H0‚´B~AB‘0$‰@"‘($‰Ab‘8$I@‘$$IALˆ± ©H’ŽX‘ Ćd"YH6’ƒä"yH>R€"v¤i´AÚ"íöH¤#Ò éŒüŠtAº"ÝîHä7¤'Ò éôAŠA Á! ¡aá)Aú"ýþÈd 2Œ A†"ÃáÈd$2 ŒA~GÆ"ãñÈd"2 ™ŒLA¦"ÓéÈ d&2 ™ÌAæ" óùÈd!²YŒ,A–"ËåÈ d%² Y¬AÖ"ëõÈd#² ÙŒlA¶"ÛíÈd'² ùÙìAö"ûýÈä r9ŒAŽ"ÇãÈ ä$r 9œAÎ"çóÈä"r ¹Œ\A®"×ëÈ ä&r ¹ÜAî"÷ûÈä!òyŒ@¢ÐÇèô)ú }޾@_¢¯Ð×èô-ú}~@?¢ŸÐÏèô+ú ýŽþ@¢.˜+æ†É09¦À”˜ ScÌÓb:L0#æUÂ<1/¬2æUÁ|°ª˜/V «Žùa50, Äjbµ°ÚX¬.V«5Àb°ÆX¬)Ö Âšc-°–X0‚µÂ~ÁB±0,‹À"±(,‹Áb±8,KÀ±$,KÁL˜³`©X–ŽY± ̆ebYX6–ƒåbyX>V€bv¬kµÁÚbí°öX¬#Ö ëŒýŠuÁºbݰîXì7¬'Ö ëõÁŠ1ƒ1C1 Ã1#1 £1c1ã1+Áúbý°þØl 6Œ Á†bðáØl$6 Á~ÇÆbã°ñØl"6 ›ŒMÁ¦bÓ°éØ l&6 ›ÍÁæb`ó°ùØl!¶[Œ-Á–bË°åØ l%¶ [­ÁÖbë°õØl#¶ ÛŒmÁ¶bÛ°íØl'¶ ûÛíÁöbû°ýØì v;ŒÁŽbÇ°ãØ ì$v ;ÁÎbç°óØì"v »Œ]Á®b×°ëØ ì&v »ÝÁîb÷°ûØì!ö{Œ=ÁžbÏ°çØ ì%ö {½ÁÞbï°÷Øì#ö ûŒ}Á¾bß°ïØì'æ‚»ân¸ —ã \‰«p5®ÁÝq-®Ãõ¸7âx%Ü÷Â+ã~Ùaö†âÙÞxuܯûãx ^¯…ׯëàuñzx}¼Þo„7Æ›àMñfxÞo·Äƒñ¼þ Їááx‰GáÑx ‹Çáñxžˆ'áÉx nÂ͸OÅÓðtÜŠgà6<ϳñ<ÏÃóñ¼·ãExk¼ Þo‡·Ç;àñNxgüW¼ Þï†wÇ{à¿á=ñ^xo¼^ŒC8Œ#8Šc8Ž8‰S838‹s8 x Þï‡÷ÇàñAø`|>†ÇGà#ñQøh| þ;>‡Ç'àñIød| >Ÿ†OÇgà3ñYøl|>ÿŸ‡ÏÇà ñEøb| ¾_†/ÇWà+ñUøj| ¾_‡¯Ç7àñMøf| ¾߆oÇwà;ñ]øŸøn|¾߇ïÇàñCøaü~?†ÇOà'ñSøiü ~?‡ŸÇ/àñKøeü ~¿†_Çoà7ñ[ømü~¿‡ßÇàñGøcü þ†?Ç_à/ñWøkü þ‡¿Ç?àñOøgü þÿ†Çà?q•p#d„œPJBE¨ áNh ¡' „‘ð *ž„Q™ð&ª>DU—¨FT'üˆ„?@5‰ZDm¢Q—¨GÔ' ‰FDc¢ Ñ”hF͉DK"˜!Z¿¡DND‘DMıDO$‰D‘L¤&ÂLXˆT"H'¬Da#2‰,"›È!r‰<"Ÿ( ;QD´&Úm‰vD{¢Ñ‘èDt&~%º]‰nDw¢ñÑ“èEô&úÅDÀB FàAEÐC°Gð„@”}‰~Db1D &†C‰aÄpb1’EŒ&Æ¿c‰qÄxb1‘˜DL&¦S‰iÄtb1“˜EÌ&æs‰?ˆyÄ|b±XD,&–K‰eÄrb±’XE¬&Ök‰uÄzb±‘ØDl&¶[‰mÄvb±“ØEüIì&ö{‰}Ä~âq8D&ŽG‰cÄqâq’8Eœ&Îg‰sÄyâq‘¸D\&®W‰kÄuâq“¸EÜ&îw‰{Ä}âñxD<&žO‰gÄsâñ’xE¼&Þo‰wÄ{âñ‘øD|&¾_‰oÄwâñ“p!]I7RFÊI©$U¤šÔԑzÒ@I²éIz‘•Io² éCV%}ÉjduÒ¬Aú“d Y“¬EÖ&ëuÉzd}²ÙlD6&›MÉfdÙœlA¶$ƒÉ²ù J†‘ádIF‘Ñd KÆ‘ñd™H&‘Éd i"ͤ…L%ÓÈtÒJf62“Ì"³É2—Ì#óɲ´“Edk² Ù–lG¶';ÉNdgòW² Ù•ìFv'{¿‘=É^do²YLB$L"$Jb$N$IR$M2$Kr$O d Ù—ìGö'ÉAä`r9”F'G#ÉQähr ù;9–GŽ''ÉIädr 9•œFN'g3ÉYälr9—üƒœGÎ' ÉEäbr ¹”\F.'W+ÉUäjr ¹–\G®'7ÉMäfr ¹•ÜFn'w;É]äŸäó——¦]w“ȃä!ò0y„#Ÿ“/È—ä+ò5ù†|K¾#ß“Èä'ò3ù…üJ~#¿“?ÈŸ¤ åJ¹Q2JN)(%¥¢Ô”†r§´”ŽÒSÊHyP•(OÊ‹ªLySU(ª*åKU£ªS~T ÊŸ  ©šT-ª6U‡ªKÕ£êS ¨†T#ª1Õ„jJ5£‚¨æT ª%L…P­¨_¨P*Œ §"¨H*ŠŠ¦b¨X*ŽŠ§¨D*‰J¦R(e¦,T*•F¥SV*ƒ²Q™T•MåP¹T•OP…”*¢ZSm¨¶T;ª=ÕêHu¢:S¿R]¨®T7ª;ÕƒúêIõ¢zS}¨b ¢` ¡P £pŠ HŠ¢hŠ¡XŠ£xJ J¨¾T?ª?5€H ¢SC¨¡Ô0j85‚I¢FSc¨ß©±Ô8j<5šHM¢&SS¨©Ô4j:5ƒšIÍ¢fSs¨¹ÔÔµ€ZH-¢SK¨¥Ô2j9µ‚ZI­¢VSk¨µÔ:j=µÚHm¢6S[¨­Ô6j;µƒÚIí¢þ¤vS{¨½Ô>j?u€:H¢SG¨£Ô1ê8u‚:I¢NSg¨³Ô9êõ€zH=¢SO¨§Ô3ê9õ‚zI½¢^So¨·Ô;ê=õúH}¢>S_¨¯Ô7ê;õƒúI¹Ð®´-£å´‚VÒ*ZMkhwZKëh=m ´]‰ö¤½èÊ´7]…ö¡«Ò¾t5º:íG× ýé:®I×¢kÓuèºt=º>Ý€nH7¢ÓMè¦t3:ˆnN· [ÒÁtÝŠþ…¥Ãèp:‚ޤ£èh:†Ž¥ãèx:N¤“èd:…6ÑfÚB§Òit:m¥3hIgÑÙtKçÑùt]HÛé"º5݆nK·£ÛÓèŽt'º3ý+Ý…îJw£»Ó=èßèžt/º7݇.¦!¦¥1§ š¤)š¦š¥9š§º„îK÷£ûÓèô z0=„J£‡Ó#è‘ô(z4=†þK£ÇÓè‰ô$z2=…žJO£§Ó3è™ô,z6=‡žKÿAÏ£çÓ è…ô"z1½„^J/£—Ó+è•ô*z5½†^K¯£×Óèô&z3½…ÞJo£·Ó;èô.úOz7½‡ÞKï£÷Óèƒô!ú0}„>J£Ó'è“ô)ú4}†>KŸ£ÏÓè‹ô%ú2}…¾J_£¯Ó7è›ô-Z:韼M? ÒèÇôú)ýŒ~N¿ _Ò¯è×ôú-ýŽ~O ?ÒŸèÏôú+ýþNÿ Ò.Œ+ãÆÈ9£`”ŒŠQ3ÆÑ2:FÏ#ãÁTb</¦2ãÍTa|˜ªŒ/S©Îø15&€ dj2µ˜ÚL¦.S©Ï4`2˜ÆL¦)ÓŒ bš3-˜–L0´b~aB™0&œ‰`"™(&š‰ab™8&žI`™$&™IaLŒ™±0©L“ÎX™ ÆÆd2YL6“Ãä2yL>SÀ2v¦ˆiÍ´aÚ2í˜öL¦#Ó‰éÌüÊtaº2ݘîLæ7¦'Ó‹éÍôaŠˆ„AŒÁ‚!Š¡†aŽá)aú2ý˜þÌf 3ˆÌ a†2ØáÌf$3ŠÍŒa~gÆ2ã˜ñÌf"3‰™ÌLa¦2Ó˜éÌ f&3‹™ÍÌaæ20ó˜ùÌf!³ˆYÌ,a–2˘åÌ f%³ŠYͬaÖ2ë˜õÌf#³‰ÙÌla¶2Û˜íÌf'³‹ù“ÙÍìaö2û˜ýÌæ sˆ9ÌaŽ2ǘãÌ æ$sŠ9ÍœaÎ2ç˜óÌæ"s‰¹Ì\a®2טëÌ æ&s‹¹ÍÜaî2÷˜ûÌæ!óˆyÌ`²ØÇìö)ûŒ}ξ`_²¯Ø×ìö-ûŽ}Ï~`?²ŸØÏìö+ûýÎþ`².œ+çÆÉ89§à”œŠSsÎÓr:NÏ8#çÁUâ<9/®2çÍUá|¸ªœ/W«Îùq58.€ äjrµ¸Ú\®.W«Ï5àr¸Æ\®)׌ âšs-¸–\0µâ~áB¹0.œ‹à"¹(.š‹áb¹8.žKà¹$.™KáLœ™³p©\—ÎY¹ ÎÆerY\6—Ãåry\>WÀrv®ˆk͵áÚrí¸ö\®#׉ëÌýÊuáºrݸî\î7®'׋ëÍõáŠ9ˆƒ9„C9ŒÃ9‚#9Š£9†c9Žã9+áúrý¸þÜn 7ˆÌ á†røáÜn$7ŠÍá~çÆrã¸ñÜn"7‰›ÌMá¦rÓ¸éÜ n&7‹›ÍÍáærpó¸ùÜn!·ˆ[Ì-á–r˸åÜ n%·Š[Í­áÖrë¸õÜn#·‰ÛÌmá¶rÛ¸íÜn'·‹û“ÛÍíáörû¸ýÜî wˆ;ÌáŽrǸãÜ î$wŠ;ÍáÎrç¸óÜî"w‰»Ì]á®r׸ëÜ î&w‹»ÍÝáîr÷¸ûÜî!÷ˆ{Ì=ážrϸçÜ î%÷Š{ͽáÞrï¸÷Üî#÷‰ûÌ}á¾r߸ïÜî'ç»òn¼Œ—ó ^É«x5¯áÝy-¯ãõ¼7ò|%Þ“÷â+óÞ|Þ‡¯ÊûòÕøê¼_ƒ÷çø@¾&_‹¯Í×áëòõøú|¾!߈oÌ7á›òÍø ¾9ß‚oÉó!|+þ>”ãÃù>’â£ù>–ããù>‘Oâ“ùÞÄ›y ŸÊ§ñ鼕Ïàm|&ŸÅgó9|.ŸÇçó|!oç‹øÖ|¾-ߎoÏwà;òøÎü¯|¾+ßïÎ÷àã{ò½øÞ|¾˜‡x˜Gx”Çxœ'x’§xšgx–çxžø¾/ßïÏàòƒøÁü~(?ŒÎàGò£øÑüþw~,?ŽÏOà'ò“øÉü~*?ŸÎÏàgò³øÙü~.ÿ?ŸÏ/àò‹øÅü~)¿Œ_ίàWò«øÕü~-¿Ž_Ïoà7ò›øÍü~+¿ßÎïàwò»ø?ùÝü~/¿ßÏàò‡øÃüþ(Œ?ΟàOò§øÓüþ,Ž?Ï_à/ò—øËüþ*¿Îßàoò·øÛüþ.¿Ï?àòøÇüþ)ÿŒοà_ò¯ø×üþ-ÿŽÏà?òŸøÏüþ+ÿÿÎÿàò.‚«à&ȹ ”‚JP Á]Ð :A/£à!T</¡²à-T|„ª‚¯PM¨.ø 5!@j µ„ÚB¡®PO¨/4 „ÆB¡©ÐLš -„–B°"´~B…0!\ˆ"…(!Zˆb…8!^H…$!YHL‚Y°©Bš.X… Á&d YB¶#ä yB¾P  v¡Hh-´Ú í„öB¡£ÐIè,ü*tº Ý„îBá7¡§ÐKè-ôŠH€D@LÀB J F`NàA(ú ý„þÂa 0H, † ÄáÂa¤0J-Œ~Æ ã„ñÂa¢0I˜,L¦ Ó„é a¦0K˜-Ìæ ó„ùÂa¡°HX,,– Ë„å a¥°JX-¬Ö ë„õÂa£°IØ,l¶ Û„íÂa§°KøSØ-ìö û„ýÂá pH8,Ž Ç„ã á¤pJ8-œÎ ç„óÂá¢pI¸,\® ׄë á¦pK¸-Üî ÷„ûÂá¡ðHx,<ž Ï„ç á¥ðJx-¼Þ ï„÷Âá£ðIø,|¾ ß„ïÂá§àRâZâV"+‘—(J”%ªu‰¦Ä½D[¢+Ñ—JŒ%%•J/`‰–uß¡ú–­ã ;€þÃÃ.6ˆ'ûˆ±»æ8?žH+«ÝT)£’·©ª™ YÃ6ÉþÆ1mDÜ€'Îev¬ð÷©’Uá2ZѰèR³pkö‚' WŠª 0>   g]¾³tˆxOƪ¨öf“lˆâ ªj°I7ÄpPÒ_O:…uˆ¢R\É•P§V@$2Å‹ì©ÍÍ[Ã÷«.µLÖ 2ì÷˜ÆÙ"¼¾Ûc6)úgÿ'Ê(öª.…Ü)XiNËìkJø}˜·Ý±†{’æQIÞŠà/;é§é¯ëgØ-Ù#¬EÌ¿G=EòÆJûêÈ1Š“ªª!6ÝÃIÿk=Õ»Ze£ÇU^æ3ELäqQ~aœ¯Ó={¢ÿî;î4j <·<ïªÓZ…i²©GU‹Miº†£¢|¶ä­óÀ‹&§Û&ŽH9ùØqJmÒ_ç¥Ê†)« C³†‹òݤ¹?ýuÞdZên¸L.êZ/ËH´Mò˜l¾jlÐÍ÷7Ì”2ε¨IúÕ´aÒy±©w5sÀt¼°‰)ßc®­SêDC˜5FŠ|&ÑKDhŸ´ONgr¯6½ˆ\"Íp”šcj1ŸÕŽ7ä8ü?CZcNBB¼ÉFgœMLy7Kœ1ʼn ¨Ì–Ö—¦w…û¬óÓDz<~5c6pïeÉÚ€ƒ3¦^à'ãAÄ–º›, 977Àõ¦ÛSÃÔ÷›ÚêÖ…'2#Áú‡tŠ`/ K[ÀÏòAôž‚7˜S@._ÉL˹î¶ÂÖÆ³†ûuíLC[0€Ò•¥N.ÝçÐY=ºƒèýß‹»EÖXÝ5>=ß^ÅØÎ²'ïKzkŸæ“‘¬s›+9`0Z\óyÇÌ•Ä×öçúº†[§*.âã.k§¬™§ìQ…ß"7Š9c²4+ø˜ ü6¹ƒ4–X±±å¡Û"ŤÀ …Læ"C7ÉÿCŸ›d_t꘾IÅ“lçYÖÆÖu½ï¶@qÜu_»À0¸°¢9Vð×±öYN¯=rT—Ú®«B›$V äãîjçrÐw¤´Å’|ž£ üÒú|Ão¬t°1’܉°Nb_“HKl¦°$ç-ST 8kíf{ÝÓq·YŒæ÷ã¬×|Q´:pr³4n™˜i ]»-Q\ð?QôX»ÄÐèï"5^ÔÒä€ÖþZŒØú´VáûÛR6)¦eՌÉ@ù˜Ru¢f)©vmtiù/©Öœüæ-cßk7ŠÀèsEJ¼ûCü_6xå5ðÊTS}§çÞÍøºNQ¥y°û[-fE=F¦ ‡äŸsÊÓH yÛªps w¾v[£¸TÓòZÛ8c5`w¥ºG%àÝ‚ dO{ºÄÁ{Ãþçõ–Ÿn*ˤ X÷ŸÚ]†ÉRåû=ø—¾Þá¨ÙÓÁw·¥µ qº<íúÝm‡"?hŠå»6 šã¿Äv_hYO¿Z{–‹Á©è¯nÛU‚"Ý¿j·XQ~Y™“]ÀÊ7XÎú†¤ý¬xeo ݵîúÙídö…fC,Ÿµ[ ôßõG’ÿ&jû熦m¿÷-Üî<ñNœ¦’TT 6¹»'4 qðo!X}Xë8àC g®–ª§öÞb„¼ó­÷ò÷+.´œaQèöylØ+õ~ÃÄ(Uö b •(ìïSÝÊ}ì2Ù^Å…Ñ2Ý^ÃW¥ì ÿƒóþ­þÆ»šRw+òƒãÝ]u» ý€ýˆ…‹øb¹l/=n‹QgbÐ,Üæj”TT ±¹u' K +Öâ%ZEÙ¶–»èO‹^v\eu×ëŽF9ü7ÅÁdÃ_ÙFeì ­xæ4W­ÌÕ<)ä»M«;jáZðï}ÇB©¾Y\ß$V䇜×è†y4(«zþÞÙeÆ;õó¾?kŸ,o‘t's²nqúkP'3@ôºï=*zbîç°úlæ×4“çu<ÍÍ+°Í±åz´°æ¹OÔ×{Kö?L#Fü}þ½Ì·Êѱ\‰É.Ź–É•=¼T9î[Ígõ^#<Ã[ 0³*o“8Ç 50¬1à>ÔÑîvTç,×ßÒf'UR½K«;­/”¸b½´ëé—ß$#¡,…«»@~ŠëÓ9¿X¯šTo,ÅÖÝ‘ÍÄy—|ë&EºÀì4Io«¿ºˆdȉÿp™Ÿ9S¶Ù\CÕÖ½¥ýº~›¸ëÃD¶>äðVXýZ`?,ÖÜиRýXÜtYe㧬Öîú˜«úê'E YKí¿2z¥µŠeÓwg´^Šlá‘ p{Tœ'’¾Ö`ôårUw“#‹J\wÉ&½Nš¹K÷Së\ó÷®ßæ,qQÊ¡V`®NYÉ».4åE«x÷ñßõÑâú‹œz$VôåŽìζý¢E‡q©6d`ûÔ¦KJ:ë>¬p©9ÒÉJGµ\Ý¬È ­(?1WÂ×èìs‰G2¢3.„«j¥E¤y¦…{m=}o¿Œ0QÛ¤rpºÄh£Ã†¸~N«lR¥Gß5« &Qÿº¿žþwìÄz™z¤î—k©± ro™¢0$ùŽÜ©&~—ð÷oN=W§ìâbeæs!ÌÜ÷êd†DºR·õ0iº´Þ‡aÿlAƒì~®U5{Lñª~î»u®†øÿÅþ}v©vŒëIYå›jŒûIÑp¦Ôþ°“ÓÎùN™»yÎIOrw›ËÎ[U£Ü$ê V‡~àŸð•ô_ž>õ‹;*›’¦á~T÷(;M”Ï+",=JíÚ·Š6_)x[ʾayñ©‡e¹!Õ0÷Ã:Áâ´þS1Ab ï…W¬¹­…~Ùã<äí&»ÿŒŸuѸàÛžd-Ý ¬±ªÄõ¿‹•m}˜"lKxbáaG1Ü<Ýæ­8¯|[˜šS3õCÙ;å‰äá‘ ãÁb¾î{Ò¥Põdا\OkpRqþ¼L/ÃYã`Õb ó»SÍÚÕSDůÒÿ:n LëzƸØ9Ö=K75ã´±§IfR9i9#ÙÒ  ÈG”{)uÇÄJ¨Ê°[w…ßTÚ¢Ûë þºÍFš] ²&ÃRÞoZqíÌ•Ä Ù¶$£†âºr¦{[]fÔû2Ï÷&‚š%‡ˆ|R%ÿ«Ãº÷…Bî÷TOãëUåt÷Ö:"všƒ©Ö€5ÕµK=¿Ý^¯– û¹r…{oÝÍøç¢ýùæžåö ˆ„‚v‘$­¾7ËÕz,39sGÂ2÷žºþùO7¥lÕdô/WÁצt)Õ}`ÝízÆÿFÁcå÷º††ÇÆÒÆr»*¬C²àðë&WUR¨â£2ÙBêB EùEÎm'Y±ÜzCÌã‚Rl²!v¼-»yIèØÐ¢L\×Êð^ÒÖ‰c]Sï:íçI 6Zš7¶È³y°â­28úN^°a_¾ZŒËY©ß¹ re©dÍq-¯°ð9¼¨ iê™ Aq¯•Óa] ÃkcpαŒ.ùå÷JŠH§R|¬ ß’1.(VñS¹Ö\¢‹5üö‡&ÿëÖhqŽÀØÔR]€¿­ì¼Ý ³ƒ¢ß•;Üy]´á»ñQ|yݹNë¼8FÌÍ:b¶¹zU5UnsgupÒWcYY_ñSÜösev§É,gšÍµVŽÍ£uá†ÏFuÄ0òlÖ¿ÕœZN=ØAWÏà©…¸ù ûÉ rÔ_rGI=óóRÝÓ¥:ãF¯,g-É …j¿û «ðý×¾sw©ýß^×3!‰ ™j¯û]¢¡aœoþÿíùûwsvp5«*>|”yB®«h¿¯Sí¢;¥”•iäôN™êbSUãÇèl£ÇT1VŸc–J¼µ3úÔ¿úò¸ë™`Ï,½ê¸û(Ý—¬]æy€?:‹sh㦆ŠU¼±hO³ ŸGu’¦Ðªü"FèÒ Zk¾¼\ªö´ý‡ç‡]_Ø- êVÜ0Å ñh*JMŽûþß<÷DrrŠ=ëdarœõ¢ÚGëUð#mð ÊàÊ–’´8ÏMÂ@W5íÃcĹ/;qPé¼k¨ÕÏÆšÏ«½µyú“öb–:òá§”5KüAÑ@O< êuÖµžIƒœU{i§&7z\ÙwJª=×LE"ë<˜aJ½ûø ·œÍ™’‘P˜¥¼hîoαvŒk¼õ÷½š‘a êŒÖN5 QW©Ç¢g¦H9™m=“£™­Ž²hÛëÇEÎåe3·í™ÑÃÅQå:Ðñ€yõbe¾îú1­­òzøåðÚ¶ú™Æ®ž¡¾ßFí± Y:aZæèë6ïÞZ®º³Z §«ε¶ÖO7ý $ö\˜õïì|yÙÕWÎeLUÛS|µvýžÈIRþy$úYï9ø"UdÕabü?ÙÚ\_ÞM¹Hív5ü¤y‘qN BÄ(ÎVøƒ5]ÉÎ+ÈM*󌖅£ŠfE<µ“yuµDöc ¿Ñt"o¿„GÕm%®ª~DÇRy ·Ä¦wVÎSßU×ÖvÖÏ3ŠúoØUbÎh<ß½BoäškÊÕ1sÕ·Õ§#:êçOüuc£äƒjŽÌ¿c//Y]œ{½%H>'q•z›5H[¬_e¡ãÀé.Ñ›ƒÄýÎ'ù¾Eo€Ž÷®­ä¸rƒº8®•×o0vhþOhíUáŽÒ¿c°|¢yú­:X‹ê×òcD&œðs—®^®ªö–Ö÷Úµ…VjâšÛ[haýã­ ²#‡Æwìf+‘z✉–Xy‰ò¨ù§:V[¢ßeœôg©‘ rw=fï“0L̘éNµã>ðÑs´œWîPWGkL;ŒJéßìèF8øøD©=jþÅÜÕ¾MýU©eõÛŒ<·ÕTò÷îRb’½¤³Ä®R˜¨Y.§•[ÔŸÕÃRΤl1ÞjÖX%8G•2CD^}1ž™âÏÿtŠ„Ê­CÜåAµJcÒöL=h vqIŽûßÕÞSE…}’’å+M-r ²’µƒôû·Zº¸Ð¢Æ«RŽ=6!¹¼¼ øVæöÌ´ ¨¶E0%jè÷o…üÏë>Yž ×,ÿnCK¼¼Ÿr·ÚU¯í§ßmì Þà 燤ʤuîXq+ÃÀé¬Í‰}LÍí"Nª5Ñ6íýIc ¤ ¹b}º2¤w³ÊG)«]\¬ÚQúãÆ[Áÿfmr¹JâcI“PòiÚú£ÆNëõ/“ý)"†ú‹ø¼'­Mãf‘o¨’¬Ñ§Ó6N/´Fî‘æðq²Õ”V±EÍ-e-mê¶ž³‹&ëgêýA\y|Ú«´}EgËt ÝÝY©OYšAe7+líy&t¢¾vtج+Åé9#Ÿ^´zƒ“]^nge+m[ÌÅ©gÝÇëoŠX 88Q䨿å²öX['­»„§Jn3Í/c}£[&Õ¶Õß0Þï:‹5){¥ºÓ-|!°çºuœÄë}ßIýl%—BoÊf+;ĸ¥|H;je¼,vQÊ•8¾¤¨n| ñSÛ_‚ÊÕ‘nÁö§mÕLìu÷™ú_=¯– 4^rŠô(G?z¨ª²¢®ÊþLn­îèyÕ}º¾µñ?×ð†ØM z÷•¢|'®º£îŽH1:¸½vø£ÌCÑãìêöž‡­Sõvã!ËN12ËA¦Ó…þ@ê×pCNY­‹¤jT9gFæCÙ"e7uÃ,&{‘~VàNÑÖ˜R{å°ôб3D«eæ}ÙeïÔžž÷Ý‘ˆvxÁ*'ÏXÁ»w‡@ìÖJøÁSïÊêÛ;«{x>§÷Õ?þïO:ˆr×¥Nh1È„ß+d¥¨èÛ²¹Ê~ÖZ·Ýçêo8ž¶;ñÍÈøâRû¶ÃNQgy)[¥,VãžËBW鯂èMrŒÝl °ºª‚jÜÔí¹l­)=#6ü¹û }»€sÀWKMáŽ*æðý20÷@ѯÀ<Ÿ¥ݞʖ)÷äÞOÝOgß«c)šà_ö@mK=½ü%¦¡ÛcÙeõä°…Kô7ü_í*½ °X­\÷ĈŠIú(Û¤$Õ¼çG÷MúYÍ-é;Êí—`ЃŸ·–þÙ™¤¹"†òsÞË6(q5ëIX7èÛ5âúà)È\eâ-‘ lÀ£÷K!¿½#;¦d¿•­S¢jÚó­û:½sYâ¿ó½Î´¿T/°Ï|-¿j"¬&=_»³á7JUß>9Mö®Ë0àhé±n?e[³KÔƒ<ºïÒÏå{–yçE©gXëJur­lßeZs‡üžßÝwèÛ9韜»ºTÍ3TøùµGÑ_e³3Xu笯îÛôþy¤ÌsãÊN6X£ÿù‰Ñ­åk?k¦Õ%žÏó·èä a¶œd7…|¿r:Y£Ðî×_zÂyÖ"á®Q9Ý·l%¹€çÝdò½Êê!Ñ2í^ýÒcºƒœ©&Ú$‹¬Ø²ëæN–ÝJoóOW­O~»àzš²#æHžó㶬LjÇå'•òd›Æ¨=©ï™7Õ §þNyøA’{*}™ !ø}¨^~\ù2ߪÑkëo”©þùöýã»ùinZùQåŠÐ4M\rRÁ,°þÍÉÿ—çOr5òÃÊaj‹F£=¬oòÏ#_&|“ªÉ&'vOO,Ï(ôQh&kgxøóm=ƒ#½ ÷ˆ–˜À÷dìϰóN$@^ó'!}_î#³·úEøDíÚ0oq÷œ›:HÔ„$ü¨…8r¾Tµ&K¾ËRð×gLÜÆËÏ*¼ÔÙ±ãµ~Ä*+bæx9̽7],X+åf¢”Yncå)•ÔYš±Úo±·Ìuœ2þsGÔú } 8››˜Ÿ\øÜÞÒü"ò¦"@Ý^“œD§”zþ6ÛÁE§DmÍÀ\ÉbÖÞQ㎙fÊ 15Ôm53µÃjHò‘óÖ,˜ä¸§[kj_¯GDO—_UTW× ßìWÈߨ`ŸäbbøíàÀÑW› ð5>nª|z†¯ú­uªöe¶¯¤?ÅÑqÔ‰¦AûúW¬§_ÿþ,–ä»÷ >5,§LûìŸó»iÒ¢ÚÄÖ7þfY+U¬Gÿ¥ó6‹3ò–òS‘7 7æ.ж ¬+êŸ Îx¯zûîjâßKD FæØÌDf²½¶º³Æ;5&³¶1>Ò۱Ɖ€ï?¦T¤}AáRq-…–¹òÛŠšêŽš¹Úk­JéÛçàÐ篅߮*ÕÛd™Óí?MAêbÍ*m—Ô Rño<1 àfˆƒÑ:—’=üßÛm…ü¹bkÔÃðÚ6‚‘MJÕ™R$§sV¶ÌŒeò§Šº¶žšÈ,¿€Æ’þÁe¨š”µÂg†©.ÊêáV’þXÑPÝC³DÛ&²¡(¯¹òtáò˜.Îv|…ïÿ»m’T„ªëDnÒöN¬ÖPÒY$òåOPf/«¶L¸Vš wÛ ¯h¥Æ5´mš·*÷üú#ðQ¤h…­ÂÚ‚º­“¿U«£Ó×iýš§‚ü2ƒìQDy”Ù+ÅØ*’k^#­¸kÖh ©-Œsþ± Úd<+ÃÿÝR™‚ŸŠXu‰f—Ö/5¶Œýþ1CþõÓgƒBg›vÈ¿+°x^³CÛ&hþ¿r·+°m¡› ǸQÛä·bU6V³Mëiô,Wç²ì=ÀÊë”±û™ÙU™{3”1ájZ“Yt­Y¸ñ‚˜µ…ušž¹ðAοgñ‘ðƒr•Ò¤¢™ëfëÿEŒìrÀ‘îez÷R6$|Èä¶_^/,Y=H³_{­e²è¿~ez͉±bÙ8ͲW.SæYhöjY:†lí[§Ð æ[;°šÛ4|K®‘4Ï‘çýÜF¹*Ó-ý4»µm‚ãL¬UÓôÏëãvRÞ"¦£¹íbí¿ z€}‰ÿ½ö.Éí6Ê­»…жªÆ×^ ¶:ð3RЧXn‰œ03´@Š®§#/G¸•k•iꚣÚ!i’|‘_ÿõý_“Öe–ÿeQÓÄ´ ±]þ~fµ³eÆ]T%›§yøè/Jí.²qG¯[Ï2?¡§ô k›åhd7)ÏÖÙòäÞÊó*Œ"õæó†WC"ý¸gímO‹‹9¥²è…* v‡¥úˆ‡wÛhõRžUA‰kмôgEý32ø ŸH|«Xë™X‡†ˆž¼Sf½!£¡¥’r{aFôc%½kN¿Ì]³+ðT…~œ7Û­½¼®é‚Y9Í ¿ ôg€U怞GH4Gü»ÿfºµ•×PÆ¥±v𬡟 VŠ¥‘„ß•¢—:Iùàá 2êè‹ÁѯÀêgþÈo-¿i¾ªš®©ftO½jÀK.}†:ò™Ä—™M{¾J‘‡Ï5Iñ :Iæµ¶m…—U}3—Dúê/ΖãyQ{ÅŸˆ.J™ ò#XYMì‹6åÜÏë&?m¨Z¤™X_ÿ=fh¹ß¸_îÉѹHdî1«Öæu‘×UÞWuµnÈ®«¿/Æï÷$¬{WyÏ9øä§¨^šçÖY®N½«š§©Pp÷?øsê4 róJqÿ §ªÖÄþÈÚÇB'ÎÕ\ ¨“|Ûðt ÇJi¼Ÿ'1Wj¹]ð¥Ìbyò¥j•fZ@þ¥Á9?oE)¬ÔñzèðJ\™*¶ÂmFVSåsÕ MQ€WêsÑ~Ĩ—hÃ|§n4¤ðv;Àª©=åÑ…©Ë4¿Y럊òs¤ºÌ¥ølm®2ï"úŽ´7T.Ñ\ño¨ìÈßJÑß#7Äï°Î”,7¥˜bƒ¤Îj·}Ê å¡Ê*.rZó)± ÿŽv£S5ù(VÆþ¶Ú©ó£F%ÎM*jÞ%ü½(ÿÆ4ÏÑ·ì‹.×ËŠ¯é$»Ö¹¡ò`å[ÕÂäj̓õoô_—|÷X»/20)ÄÑ uX±0[Ûôe¶×**òJP ý>Ñ&½È÷š)Q2È)ª ÅH´L´Ë­D«4[wi¦ÅêŠúǦ½tÔ 5@?)¢õ¡#–{t])£ByùúðïªîÖ¢ hýw ¿×eTþJ ŸRæ)BëR}l £ÛÜÒ­‘ʯªmšjALÞWiýÃ-YN1*íOYíS~vøø–NËÕŸU[4Wš½Kø,ÉÊõZÿÔt3瘔*õAMµ`“þƒÈ_s,U¤½Ú·èò‘À‚å…ÕD>-ì6H~+S¡¾g¹Ò2Y¯ø‡úcu ¶#Þ›Þë6@oNMJŒ»’¨—y·øÆß7Ñ{œžîvë'WºªwkŠ‚[FæfY—û GJT˜hQÌb§¬Y’óx§²¸/ˉ:éæb²)ꓚj!6}vjõ˜óáMOù‡>2ZìCÜ»º—æQr«R¯>®¹lÕëÅõrâàeb¼v¸àåú‰1"Žº§)µê£ši!iz­1$k†£Ó‰27cfDÅþK/â3L^¥Q§$…XôQ ˆÚõÈÿk'°dƒ.û¢‡WóduŽ_WódÇ»ÁSˆª x¿ ˜ýÔo6ÍÌÜ rú4øù¤ØóÞ^yÞ}&zûåùOòõ@ÞLÍZªûlDéÊyg€VÌ­ŽºVT£ -ÙË+Ç{¼ÏY_/¿ÿñ¡¢Þn¢¯üÿeGú"j1Ð3?¿½’W–÷XŸIySó²üÇÚ%»7‹Ù{Áis.æ’¥‘£\1yÑÞ¢0À«½÷îø›¾D^µ°ÙÀþÓRÞNpÊß~‰½M”„© `U77\÷¨áÕÖ{Düuß~òf>Xš Pû¬Lÿ1«‚ø$€±ƒìœ¥µ÷tŸNÙÕýZûO¼>-T¹b–èÁ¶O}³–»¿€§çø–yŸ—Hðõ²{÷¶\öõõ³ûW)Ü+f0Ù5Óž>R´W:ZZÍ' Yª¢<ô¨ï5=z‘ÏâÀÆÖnþ‹œ> 0¥Ü3¬K…›AΣÂH|ÖÓR׫zøŸîuýn&/¬(V™É¢U»ÀZ¾¬.ÕqœI¨íÕÙ{žOƒÀÚ~5ìX0£êïTK/;°¥N¼íQÓkkQ¤ùQ@M¿Žþ­Äè,oêÔ‹ý xCÌc·‚=޵½ôò*öÆí‹‚üŠýW‰ö7Kkð}*Yá´O•øa»“õërªç?÷hêÕÛ{…O÷ï°Þþ+¤õíp³×)ÅËö)‘#V¥FÊyêÑØ«§÷2ŸGöÆ~-Ëÿ7™;ÕÁF!Ù=zõð^â3ª°¡_ÿ%ñ>uövüô&à–B‘+9‘w>z„z‘Þ›|7õ#ý7>HS'³b÷uTÂÇb©çèãèœZeÞ• iåu8mƒO÷æ­üpÿ Àþ©’o£Ê0jc‡P™ç o=‚½Pïu> šû¡þë¤õç\IGú—âÂýå>åžÞ ö^ãó(¨…ì¿&°'Jªè7^{8Å“¡±^%Þ»|É/ñßôÏ–8âD…¿?Ù³LaýîíÅ{ïðéÔ<Œ÷ßØÙ™ïÖŠ_xì;0÷ð¨ê “¾z´±³ÞPNp~›äù}AœØùÝyC™Ìh’óÙ#ÜË?nf£fá~´ÿ–ÄO1g®Å%ƒ=šÂ •ªJ&¯!Þ}›ü†øtȯ ^Šjœ[ögŠJÕMƒ¼÷ûXÂ?ðÚŠRû KÞ±ç—UJôJÏÛëó(äLì§qêݧ–ñ‰Ü×Jñ^ý¼wûtŽ÷k¿»Ôú§‹hìei1½ÜÓc%›×ï“> Bl~cüOþKþ=È~\›ó÷q:.;MV¯øüã>‚­~£ü—‘·ˆ ¼Ü±?¹Ÿ‰y8ù¼£h+í²_Îb ‡¤ùð? ä—;ÖúÁ‰Û8å]lêÇ+šJ¯÷Qæ¸î!¿a‡ô÷O¾[A±.ï¡˜Ý ¥|*Ê Î,ðñ©v±údÿçÿ<½O:žK,ôwŒ ¾ìÙäY¨åoÂÏ{æ$-hf;_}@Q^`×ÿ|NšiO[jw¶Æ2ܶN\½U´Ã«Ò;Ûxï¯j¾u×|;ù åK*øL†°»mÂÑGã ÉìJ•\\ÌY>k“}êŽõ?›|«pt)¬üéà°Ø&¿Sl˜^xÂ|Ós¶w{Ÿ€j3gû·wòŸƒýB¹äha{ëkÎkTj‘9&®­Oj׫Ïôo äï'üæˆîII:QòvUѶ/¢WŸk{h¹ê9Ý»µOõjW«O÷o-é‘ü®,µ¶å¶ŠjoRøŸö¾$Ó·ÒeÏ©ÞÁ…¾Õ.WŸêo寉ÌÕM⟷Žl rº—eÓ_¿ éˆóˆì‡ž‹¼] üì?òùO‹®u±Ü““;‰dϱfdH,ÀÖ­tßsw×ÀºÕîW_àßÅá¿„èm¢ Ã?¢ûGù•aðÚ•îzÎó®ø!§iæ<ÿÎ’ü¬°¯€‰Žçw£n{Îõ~P³Úíêsý;Šòß"ný?Ê®®Éúk¦†ˆ8v°ƒ1vß7Ê1`ŒSÜÆ×ff^y’š™™yå™™™™‘™š!™™™™™wŠGÞâ‘ÿ‡Ÿ¿ÞÞwú÷óØö>¿çþ>Ïïxßu¸.›G’AO»±£øž{‰·5º,&ùnO•sÁÜn=¦bŸGê µ´­ž½EÃ+’.ð6Gï"b}Ö{TÀÝŒ]ÈCûàçî‚ÖˆMÌó5·•·)ztüéã7•»á^H`©’v6âùäÓÑJîSqSl#==sO'5°î¬v,MzãúWq3¢šù!Ž+È¯Žžÿa=ªIú6àKÚõˆåöá†Z÷u^Uô8âÓÎ~÷A‰Ñ÷½4”‘WpŽ˜iG³¶3e3÷*o{ôĘ/‰L*ÐTÈ»BŠo´Ë-¶Óz#÷2o[´2žÖ¢£Èï—š™OÙ[»z¿“2ûqøjt~üôä:æz+÷>¯.:î‘gQë‘p'ÓîEÔ2‡ë“¹÷xµÑÓÀ~ÍEã-ç¯Yª“ƒÑ~B Gß, íNÄN¦Loá^JÝ]$«ƒè]$œSÔñõ h@k‹¨a~ŸžÀmãÕDÏDQ×?i€ÉD4öÇÞ[ œ'·_CHM››ÖÈ”™³¹Ý£ž)÷þ3©à†Ï®L&­+½yÚ”Éíµ=ñ=ÀG”ÕY¥Ïü%Ö…¾›y:6Û%jwôlþ÷ Âz"ÍOfS€>#P|xг°um´Îôzæp³Û9*=¦ý4ìÿƒùÁ4rÑÂé{™²X7<긥ˆž›Ų̀?)Âv}¬ê¤…Ñ[˜§ÍNnXTKôb?û½ _ˆ±A¾´ÓBéÍÌbíÜШ]ÖEúãiŸ ,¢Zœ :X,Ÿ4;~|Ö» 9´zsxìqKHTSôþgýÐç.ðî‰å4Š5wâJúAFdä¢"~ÉA~•û%@ÖD„®Ï <}ŠTƒûm(T0KÉd#Õñ  bmýƒ©*éo?À×S|¿®ªqïiãkñêØ ÉYÞ%Dg|1®€vÊ%ðÒ# ¸U%{³zåÇǵZÔ»4’:ÕÂÒ]mÄë¦öuÂ7­œ~2\ØoORyÔ>>-æØj#`¨?¡üqžN@‘qm-ý(C¹Ã¹6Jïà£XS ÚË(NøìÎÈÜGZçcõHsƽ’ÊÈ]u„ÏGöߘ>Ûú\~bÿwýfÖÌθ#ˆñÌ„(rf ­¦fxròú­ŽÊwñ’gA&¦÷“Ò9¡;! “—¶Š~ˆÁ‰¼›·*ʚlj q§^1y?)GÐ*é7 ä‘#¸•Qgørà¿T±ã!ÞïÀa–' _5ŒVA#d§VDâ§Y.¬; Ÿ¬öγ|†¢zm]£ËÂÝu‚/ªÿMR=Y”G±½éëè'ÂÈÁÜuQE¶]yŠÆ‡„t˰Êhªä÷¿•q{Æ?m?ÒáÝLO€5¾sÌ…ŒØ’¹|[¿)ë ëfúP6rY’>ï_ûów9ÔîÌÄ7qlŒ¦m¢¿–£ŽÍÝÕÊW#úPìïñëöƒ'"<ã’ÈÊ‘´¾ö“ÑÊÈ‘ÜQã2g1P}HE£§RP/ëþ ÁGº'Ó¶å¾oˆ‹œÌ]š}“#lpÁﻂÉ?×ã&YùÄ*úPCâI\MÉuþ "ú6ˆœ8"cЧiÛéƒ9ò-×ö¨«ü.‰=dÿíiRDIa.E;˜vR¯µçn‹úÁjDö»…Po*ÑÇ*ýä('´›N«£×äY#§së¢îó«}ö‹–}ª\9¶æ4Z-}cü‚âiÜÚ¨{üäþç`‰ÇR„1ö$è:•¶“.Ñ["§rwFÉŠ-Aâg&©\ ý{7bŽ3…VC?©KˆœÂ­‰jã'`ú“ã~è®v}r#]bÎŽüØÓÕ=:;&*«£«C ú#.Æ~šCk Ÿ4eFÎá6DuÎ|¿|ø#ž3|í#ÑlÚnúÉØôÈÙÜÝQ£KÓýc)Ï#›Ýêà^úY€Ëã€ÏG õô¡æÁçJ룞ͷQìw‚´šp–×IÕ})m/]ëŠ\ÊÝý'ʘ>8r~E¶ÈÁÑþ7H¾=uSûy_øüܧ.¦µÐOš‘‹¹-QaÑNÄ6XhŠœJ®¶?—–ðV/@­›”ùÕ"Z3ýýX{ä"nsTh´=æT€»ž´$ÙC:Cޱ ¶€ÖD›¹€ÛƒøoɺáÓï¸@Ú¾hä¾ÞdÀŽûÝHÔzeíÏj¡yèy6ůä~n)Ë9(ø¼4ĽÈiÀÝÕÙÕä7ûOéÓsà5ØÕ¼":“y€µ‚[ÅŒ> íµ¿È‚-x´° ÙeFñoˆ^š¹œ6ßEgîg‰=%.zô~DÿléT"xyõ"û(•[èšÒ•ÓžëGc†%•s‹úÑ¢÷ :õ¸ä³’ð§7$e#ªkiƒèæQÖZî ¨BÏQÁ§0fâY1â1RÀ"²cØî'ðí“É wŸ”#¬5ÜQüè#„þ]ƒdÞîBeý{5m=Ã{˜µš; Š}˜ ÷W}šÿ'T‚£öHÞþw$Øþ«h^ú—Ù‡X«¸Þ(q¿C˜þÊ}ÑÛA³óñöî¦Ýþág—Z»å_s¯×[™÷YuÜéQÖèû‚rÏkî‡ÕÌÄÌþXf-í}2ó«–;Í›}OèúQIK±ºÁïŊ݉ô櫞꼢Kô9ÂWf{o磬CÔÐÆ9˜m¬‹yS¢¢ßJܬøÄi|I½7M);iÏg3»G6rçEeG>ýX,Ǹ‡>ßJ\•êm 7UÆwlàî‹ÏŒîJª¿·‰ën;ü»iÇcÓ™]"wsgG¥Gwñé2 Š/Sf…y×PT,Âù_O[ê±1;GÖsgFÙ¢;ôêúÈq¤¾âv¼(ÖÅ ÜË]åŠÇôŸ}R”OWÞB;nv2'¦]Ë_åŒ#ø'*X åûù—‚t’Í´õ±vfhd3wQ”=:”¢ÿ€Ï—w)~B¦ïÚOÖÑž‰ÙÄ-Èʉ‰éÙÞo$SRóû½‹<ó>B¢ƒ´H†‡µ’}Éóð»ä~Ò»2ü¼ß<êñÎhˆž×QœVÅÊ{1ƒÉ(b­`/Ïaò†»Vž#ž(ñ¥}xÏIŽB üx7ïÑúï§ÝM}ݺœ½ŸÝÝ]À_.0ô^äJÂó£9¨ì}p"0»‹çm$}·úëá÷s³ÊÙ:}áqóË8‘²䨅œ= ¶)wîA¾Ý‹kØQß1ˆuÎ{”-à â¯|ô¯¸ÔN–» IVŽ$„ýy„Æg d­a—çðyùkµ>–ÛŽ®Ûíón+DàSÅ÷Á¿‡i<ÆÖjö?Ù<Þþj!<ôZZ2÷14Ÿ~| |ZC¬@œ;Dã0¼¬Uì/÷-^¾§äo|"(Û™‰®ºzÿn¹FIÁu}ÖnÈv3GÎÁçaËy#ø•‚ObÞÙ#4ùœ¥-¤ Ê+y;ФŒa¬ ö)¶”7Œ_!x.fTÀµ¶ç°‰®åÉÕ€ç1&œ ‰CXØ'ØbÞþeÀJ×2ÐSC Àœ§‰YТC9F2=^zŒ-ä æ¯alzâÁøÕ}_§õaLbU±¯³9ŽIü{Ï€Æ^°z-*¨Cá*Í̘ÈÚÎ>ï0ó&ò· @/vj)ÔÛ"ól>¶f­GH|™fdl‰ßƾÌ6òÆó· .û}zÐ#ž}-¶B Ør½£Îý Xçq°Æ}š•!ó¬ÎºÏ¶ò¦ÛëŸø=OàEÌy4îXþ²> Ñ÷‚ã%$ã=Z2c«–}R2_+؃ê#€ÿK€[:i?U¡¹®}™_äìdßa[xSù;à¿$ÓEÒ_˜Ä²Cô¡ùm´ÆV®µ%%7…ß9÷o`£sI€½ÑÍ~BªaÝ#²óXìîœlÞ3q厶™í¿’²pIþPÀу)]#2sX 쮜LÞ~ƒào•ëŸn*ÓºD¤3f³ŠãºpÒy3Òv òâÖñð\$Ù9ÂÆ˜ÉªgwæØx3ùõ‚ç°üªG|®Px„‹±”µ—Îqñ–ò÷ ±0§ °†¹è?÷S:€°'c1‹–Æqòó[ŤSvc ^Zpô„øø24ÂÎXÄêŸʱóñÏ¥|ûhroÅu>$"‡±€ÕÄžœšÃ[Ào<÷ú¹yo€v&}V0 eJdÄAúJ–‡É9ÈýÓæ!ÐoÛ¿ë« mSizµb{‹{¨}î£ÀÆoÚÐW°ŠØLÎî þ/%?üû7Μ'ˆ~skŠÛ± U”fœ§OÇí§/g°éœý\u^濬XA©<:Ü‘]„ì$­«Ó"öÑËYn6¨Ëw}q€'!¥ïý•ðäÁ¢ÜJû¥¯eÍ-pÖ¸×òÓíó‘Ì\óÃ@ïú”ÃÏ!Qz·è½Ö:}>îç¢5üXþÃÅ[ƒîá}£!üK„8ãE0ú—3€}#ë0w5€€OBë®zÆ >ñÉ8D_Åò²·gâ®â7‚e¾Fr½Ò‰õÀé#‚ò€£YЖ´K:dŸ Gâðë("ß™ô—è[Ye첬ŠÜ­ü-@e½ˆ4ôÀu_\Å)BVº„Ƽ•w¾™5–­å\ànæÃþ߉|ð+Ä‹‚ñh¼¿Þ”ÿ¡€S°‰5š­æ´r?ñ\CÕÉ Ÿ$%E{[Þá~Ld¿úÄͨFÿh=KÑ;’­äœånä$sæ/}p p CÈv Y¨OI2X#.â&½š5™ǹɭæoÁOã)·uñÇù؃ P úD\§W±&±ûp®s«øã€~QûÞÆc¼N©†ƒ); æCÚvÖD¶™s•»¯£:ÈÊÑžür@üCTQ€m"ÚèûKzç%pÚ¸5ü‹º- Yw"C7üsÀîás¬WvDwF#kûfZw^M†UÏOá³D¿à2ðæ÷8¦îÝXfDWFkûÅÄ—2øM¥£ýEÌ©§ñPœ–ñ{7k6»!« ï¥8iöz+}5)‚Ïâ¸> ¹ªý›°¶ˆÎŒzÖL¶³+«ž?ÎÜ—ô<€Û¥éJXdEº+"œ±—µ”íâ„óöòu±Ÿý_wãC-Šc´°³œ0^ ÿ"Ñ= ¸’r–ôn$Ši{D(£™µˆÊkæoé°zw&é#À1–Âø!c©;‡Âkâ H‘Ðé·Ògd.®Ò´ÄéE+™‘lçÙ~­9‘€_ŠgâÈ\fÜéI«EG:IáUVb )JÊ?ÀlJ,â¬àýRÊú˜b7ÐwÃyšäfÂ8ãñ«Ÿr_†þîGÔE.À9ø˜s?“Îæ9ŽætwÐ~¼w¯³×ßÅù)ÿ>Ã#€$>ÍŒës9è÷”âÉ…û˜4öï.~ÒŸÂß…©»‹·QV€§ùôÃ+¦Î†øªà­ee ØYyûG£@?éýUZHùcÀlÌ*b£ñfƒ.xkG˜|vc&Ç}$*ìú3êÝÏû¬@ßøFäfDÉÐmo5ã0“ÇÀYåœãàáú1ÆxÖÕÔ X¸Ê¢°&¡þ|òc`»9H†yÖÂŒCLÛËYÅ[èæX<ê£C|N;BÙÌ«dœaÊÙ#8$;¬r ýR ÞïžÚO=fˆ«M¼ ƺ){§UòŒý"c¹`½wI3‡c8çgù ÑFÞ†ˆþkkG(¶š’=·3®2Í쉜6‰Æ`ðIÝNuZ/б yožyF$ý"qx|7”ÿÕ¼mŒËL#{{ÚMIUÆa?ûOô™ | ¯CQ.~„°¸WǸϴ²§sz|¬ÿ[ý^ưÔà4’zºÝ¼ZFjr2{§‹tŒ>ôŸ‘2†èp´A*Ð:Œ¿Û³ªÒv2î0-쩜sÞ‚ìg²^^F Ø8¢Ã¨ãÕ0Ú˜ ì)œ_KÏë°ÿ†E§¾Ñ#‹¶ð6fvge³çqnç]KÈFô‰`£§^æ^"ªÖÄ·/± 0/¿™×ÀèÊÊdïÎ •ž7e v¡+ª‹ûùèð«>ø¼5ɲ›Ñ…•ÎžÍ ‘^KN'âÏÙò<áƒdñ5>«òn°b#¯žÑ™ecÏät—Ž1ÿ;NRöñÖQâmÛËg¹ØK9L©&Ö%è¸Ú÷FÑ4‚4/[ÑÂcmKXÌy%í¼Ù)xôÎÁƒPf¯™ʲ³qhÒcí‚•ÅO–þ?ýÇ^^#„•ÃŽK —މÍ!ñOC¶Ø‘ù!e¦{!Ì€J"ˆ.ze«4’u0r{†‡É<àªÉ·æ–½š>Wjw&àЊˆ"“u ò¨gz?&ÿ^}dƒ§ã\YâX(oÿ~„]#ñ|ò¦{yDƒÎÊÏ[Î)àÍpìú»òûå.BW4!48²ÈFèÑ#ë6Š„oÁ‚ånÆ@ËĸrŽ›Gãƒ=ž 9»Ý·â¿FæÑä?¯$=¨¶6"ÔvÄ{4roé ž€4Úç” òÑëÀÿ}ä/ŽÀKöé ø¿&¢2Ï:¹†3Çç‰ì¥ßI1÷.eF±:bƒÇ:™žX—Êãz1[ò&R²èmÒÝ7}0‚¬Šð28¬C‘«8^‡(úÊÕ§H8˜ðLó,¸Ž^Ä,©ŒÈË‘³ÎDVr>Š‘óÏò?Cª}û¬›pLþêæ€ ò!›ŸBWTD cHY§"Ë2GÅHù§|ô É_\|—ÐyaÑï$Œ=@² CbÖ‰ÈB›*FÌ?éã÷Ÿ€Zöø«3Ê·¿æöEƒBÖ±Èuœº”a)Ç¢#’–1ß#,ùDz¤äÄõç¶2Æk)—"·r>èù—ÿ¯ÝY«é @×ßp¦¤&ehY"7sF ´ü >úÿTR…5ÆŒ÷YÿŒËÍP³–älâü-Qó[}èÇXðµº÷ 6dñƈ‘ %ëläFιh%¿wû½© Ì÷öö›ÉÝ!z¹ÚâêˆÉŒ8Ö•üjÎG†8þÍè}í«æu; †]q·â³ˆ ÓR1‰Ñ‡u=²Šc´½gÃÚY2xnF„ÇómÿÕx÷öˆ‰ŒË‰W#·sT3ÿ*Öÿâ<9IÒ„9T³( ý²Æ3Œ¬Ë‘Û8çôFþåèp°S‘£ÞLîcàÛ¸~‚쮋˜Î°²èuœôVþ}Ìÿ7#5Ž_Ï“ú.Ô£Ÿ±†ýP5åÖFLc$³îEÖrFé“ù÷ý?@“Šcè]gE–²Ü®ÀÕú©dðLQÖT†Jw'r'G¥·ðïýKèzdŽÝvÉ)+1ÀU¿=•WÑ7½wi[dOï9]¿-ú 76¼z7€-øÐ1Ï};ñ±äFŽÊœÍï. (ûŠY—=Ì~&`= ƒî4 ]Õ1‡‘Éò¦4pΙz—t¥Ô?‘ãuǧÄ¢{¯m6#Õ…½›#)Nçw¡ÐOôá^—âו}æÉ°±:³ë9£Ì6~gý(J/Ø€|ÎòëÇöF,eRÃÙ{9ªX?òšüJÒúäŒbã ŸyBžG,"Ý ?¡ƒü »ôË+­õ+\]­Åpœõwœ-,]'?¦}!ê×®’jn9Øq2òè2T_O^ ú|EŒ})F/.“µ^RÎq•é¶‚üR¼CŒõmÀ>ýBŒVÒœ™H©p]„éâÙÒÝò[±éšÙºÝýMÛÃçÂiEû3: mâ™Òzù‹f›f¦®žÄ¿²ƒf‚ëK?… .t‰—J÷Êãc¿ËXª+Çø¢!¼| ͯ^Ç™'÷»C!Lè/–¶Èo™šÅº– ßޱÝv5`O*´‹I›å·,vÍ"]³ýçÖŽm"Ì/6É_Œ}%®) >[6ÃÕÿÕTtjß³Ic,‘ƒ¢•Ò/S"UÕ+už‚õAV°l¶8ôÉ'`¡¤xÓþ–½8·HþmêÊœ;¹E†iN®/óP$Óð<¦¼û\j'”}ùžËhžu ìO^Ê].•e ´ïW/×Þ%UèÕÀkDsXý |Ãu; aÅ×ã:Á˜4!`¼t¶‹¦Ú§.׉}úÅyfkiZGö—¤¯•’¿_j_«öÛLYù~éZ‘B”/PLœ@{·|áÑé@yXÆõ;í"…[.î·¢³ÄH¯+È6¹È&“‰ð)OxX4 wn.OuX½Z7 €ÿº€ÏžÏãÞ£ôA3Pfq„‡D«¤^9GuH½JçÅôfÜ{މI°)=iUVÔÝgS.üÅ®M!—«Î¨+u#üøŸÁ#&:ƒ©I_“NI…§DÒaò÷§Ôºaú´üDðÖbnWD€5V±ð„hƒtˆ\¬:aÛ bx”5°Pd'ÊïÏoØ×IË…*“}¬c0…þççÞAr'DÑS Ë,Á¤â Dyo:G¥é…—Dw ÊäzÕWî­º2?þ×ÁÊZ¨-DÐB¹?_+Tfn–Ž•kUÔ›uc úÇQÞNºÅÅxü£ã@ V [E&Ûh¹ZÕª~/týCŸ?H;Jì•.€ø;‹èNºRxÙ±Ë>R®T}áØ¨i؆¹mÇ÷ZôzLF0[Æ ‡¦UK?7Ä©v¼í™lhð[Oy¬ÿ}4Æœöo…,ÌCðKí9 ï÷^•Ø_0<[¸Ú[¥›ä'ÿ>gRưK?-%´Æ"pï¶^m—ö5˜UWÕÛu¾9éUҺׇ¸^3mQçSFáeÑÈÂú±%—ÕÛtã}ø¿ã=ñGNt½·(s%Fî}QôJ–U5+¥Nwb„áwžõ§÷¥1Á ïÀ˜ÉÂ{¢Zé údÕ=u­nš!bó,Š߱Í?‚«ö^Ÿ[[„wD;¥}õÕõ?‰S ÏØ,ï‚KÊœVzû4¥¾'ÛD¹7tIYmêÝ’þɉÞöÛÇ›HÌ“CA²lawq£´¯Y‘Û]Ó¨›çc¿ó~Ï¢˜©¿ÇÞÈ.Íc&Ü0eªºjts‚æïý (œ.ì"Þ-½›®ê¢Ù­› ô뉎+‰4{xšÀßÄ_’¬÷m6agq½ô³MÕYS¯ëåîôþs ÃÅ{¥}c]ªpÍ^ÝR,ÿÜÌ0\wCaD)ÖYङS&n‘Þ0;UašÝbD?‚„s©Ažl²&SŠlk†Š›¥ŸÇÚU¡šfÝ"ãÊ=/‰‡ì–"n’¾›£ Ñ4éøÑŸšr0·Èâ•™±03S¼R¼*?RîQE8ž¶F"ú#„Ì7J;ý»ìsŸAqÊ4ûOÎ7=ÿÄys':™ò"Õ Íí:àr¡3çÛDÊýyƒ ÷ÒrãIï5ç/ï—¼ä(P=ãÚ¯íd qiÎ:‘ðñxÈ·°oæîÅynUŽkŸ–fx-õ1Œ/ÚRI怙ã?ÏŒ…œK!eÐ áZñQ‰@>HµVsT»:Ÿ™Ù9@ ½CYm ÕáÂäŒIN¾ü`ƾŒ#Ú~¹›‘ѱW‹…i<ùÕjÍa-ðŸËžêW3NR<–·J|H‘{U«4‡´ ¿Jši¹-‹A×DÍßEé‰sÀ#„•b­îㇸJÍ­ñÛ/ί€õ¾ pÌȬa ±1M*ɯÐ|é–"ú °{“>#À½*C„ı1bùÕüâZ±áŠÏ5«°¯F&<Zˆ)höJбøƒäuâc¡|°jæ˜VHŠÿ‹€å¡x´UW?P¨òT—Ò2¡£_-¾LµUsI«7Œ&lõgVÇž»’ý‘»,q³Ø¬ÓÊǪ6k.h˜sˆ(WòçƒG 7‰:µ|´j“¦U«ÿî€{ŸáQogo?žm©Ú¨9«½HYÛ 'yìŒgѹW Ž/Ë,ß/ & «ÅŸ¸Vnµ&¡8ÎDá&DRiE(Yð6pŽ"ôœ$¬?oè#Ÿ¤ªÒ\×öñ‘?Úrr i>ài …ÛÅ8tNVÚvÍU­è=”«Ž‚Œzç-G9ªÁ3w% ëxaLÞ5½Q>^µMsY;$×Lòò\É»ÖVSð%Æ~?ù¸ý3½U>]U§á¸¬Añ·yáŠ/ýÒÜZñóúdù4U­æž6Ù~·îZ .‚%§ wŠk,ù‹I;5w´„]k!ã<~Ø!#õ&BøTU0EX#¾¦ËñžM¬Ñħ…óóÙ~q4bàJq£8Öœ-os:=ÝuÙXþ0œg7pÔ”x–’N²õB1’¼¾Oš#l¿lË”ÏQ5höØ2IúEõí[Ÿ5ÔÛ>}Àlá‚Ìk±óÓg«vkºèÒ>-+ŠèÐdy_Cžšq=ºc`’ê7”ÏÆÕ‹¿L¤ÏTÕk:ël$þy„õ•eÓ2ü°}©p¯86Ö%_ªÚ« ×Mûv}ÈÊÃ' ý „ @ÃÅÂñ5ó‡ÎŪMb¦ñŸCyjâ÷ñ(1};a FõÊâEÂfñg±vù"U³&Tg74úùü=Ÿ¬¡Çï ÙppO¸”ùU“&D—4~³-×(5,¼ÿx‡+…' Ô½ì˜d÷h"ue„·N¦Nk·&CîèP½þØÕ†±x‰}ëh¶:_Ÿ_$îßï€l…êOÇ‘â~çqÏ”œF"ÿè~õq¹°@ü”ã¦s¹ª@ÓPÔ€eüÔ§ÖlÄYÔ ¡Q_ðÿÿž1ºÅËâ'•«ÜšîŒ­‡ÏsåÄÝbvªßzžHå»Òº’µªAš—Ž"ùEÐ9@û¸z|˜üuþ·Î×PÔÍ áãxG“;PÌ—‘­Q ÔðuG|ô/‘,νà³þi÷²@ƒ¡Y®ÒâÁºÃ²Õªš#I‡ ú>H¿2ÂÛÀ[Ïã<èNôOYY«„^ñ Ý!Ù*•Wcw"èé(3Q¤D¡î§û¯íÏΖȥgd•ª–\¹î A?†´ît2@ï^=P,ÄNÖ0q_Ë)Y…ª&Eª;ð<ö‡D|Âï„Ýá±XzB¶A5D#Örž{¡ó ŽFå-Æ=Ê:á`±PšèX§¬êŽ!ú|Èα¤HûÒ³ž¤—ø{Aîðâ­Â2q«ã’Ì“\¦éÔé’þ¬Ï*Ýã)žÆ±nŽk¥d›Ucþ‚¾~Êoý2zçE¿ýÕ»·$Ÿ¥µÊ6©F»z§îôÞΙ:ä·ßQŸtè|GÕG€"RçH±RÚ«ŸÕ9RiŸbÿ4‚Šèã3 ß/°‰@†ˆ+—çI@»jᧆ8éMYµj2ÈÿŒÖ,Kÿ ìØ²r:î†Æ8~Cc%ÂOažÃQ%œ`è#½.«RMúë`ÿ9”ùõ3ƒ§j0H~oA2€<»Ðd0K¯Ê¶«&j¾¶_¥ø¿®Gd@w”ÙÓÐè œOâ· ¯èÒ˲bÇx ÛyÑÿàaø/_&a¿‡˜ìŸê­Òû2‡{:Èß/þæ@Üò߇{à“Za‚mTá=Y­ê>øæ¢ï™æ{sŲÏìšôCsïÈvª¦ÿ;íô”¥7ŠûÈæ9IçÜ9ÿ}osFTA[VðŠ.A:5«F5èÛ‚Þq*ÈIÕF¡Éœ-í.oTÍúîAêÇ4—,È9›áÓ(kWyƒjÐw¥Ð¯ž'~1Á:ÐÿdƒÝÂ+±éÒ.òݪÙ@ßÅÿ>ãyŸ¹I½p‚Ù&í,7$ÍlÏ?\=+á÷Ä•7I4±DöW!ÞÍ7ź¤áò½ª¥@þÈóïö/@}ÈJ¹bvJÃä-ªÅUZ¢?Dè¼"ã›Ý{g\Wª š…ŸÆÚ¥YIͪEÀ?èß#!ÎÓ„×äqá û÷XÃ8›„bs¤!ò&Õ ¡È¿â6EýqRþiŠ×`‰Ï; #%YŽó "RíÑ®ÔïÂ÷óoµl"u|P¾ty°æˆÇJM O¼’q@8ÕS$SåP0Õ;rWèÇPVÏÄ¿ÞOáÚ™?Üý²Ã» ýˆïa9¸® Éö é’Ùr…7ùõÒtg˜#µ÷³ýf÷åé•„UrwÏ7%—+:ub纵åúN½©×~€¾'éÃQá.÷ ÙZEt¶@=Ï6­xñ<3©OätóvµL&ÕM¾ŸlG„|É@ÙÅ«)|õ@íýÜÀj’ YÏ žf/Ø.!yç©‚åIÈÏ%ò$d çaE…e€vµ>ó‡èĶ}-Ik)X±*o4DѶ´CBŽÄ+[¥8¤à¨½ÚUúN„üßÐü5¨—/ñ9—súŒsF(—ŒU*Î(äêÚJý®˜àvÿÛÖFÁös¯»O _·ÿã­PœR,² ÓVègPèkm¡ câÅ¿¸6wB(– ‘mPœPˆÕC´ô©$úz„¢‡ˆÊÿµßÓÈï;[…’—½“2Æ&Õƒµëôüä÷$ È:9½7eN¿$º$ÔKÊd=]—zu™v«~—0÷!÷¥!¹n£ ÷h%ce›ñ™ZõXíf½¡t¸§4c ¡ëï%}|²õ­Bµd´l“¢U¡VÖnÒw“N£~ÿ;Ž•ø Oª=+TJFÊ6*Î*’<#µõBÇ û;-_Ç•ç>ÖÊN©/_Ùã$“e5‰7qêÉÚjý.AÔèú‰(Ó^$0ÉHéÃæ]ö‘L’U)îÆõQOÒVé‡ûôßšá$_“h+p=¹*4K&ʘ¹WfõDív}jn R¿. ÿÉ/Û¦¸¬0ªÇk·é;=XÁ$²Ç‰=øýj}Ͻ˜‡áY÷…wâ¦Ëê÷Võtmþ¯ÜÁVìÜAÏÞ^)˜&«UÜS$«§ikõ3H¸,­ ¼×5ãqàÈ ²²yGh‘L•íTÜQXÔg-;õ©>\å=ä\Š­Šð‚öŽýRâáøÉY¢M‘ ¾šU£ï¤ßáw‡|raÈŸØî.Ê–°Ý•ÙêyÚF}*¾£íd…‹™ÿ Å*Ÿ=¸/F<îȔ̑eZ&åfªçhôÌϸƒÎ S|ÖԲ㻈‹fËv+º(ÓÕ³µ»õúüûÙé‡dáQ”?E6É”¬zEg¥M=S[¯Ïñé¼fwÀ⯸-¢;âÉö© ‹òŽj±eŒß]?À³ÄV¤ï—´‰kdS'2Â3j´S|ü?¦°;iÅi-²BñÎ^°l¶¨»ä[Û-‘ƒDk%ݲŠûZõQçO*žµ LÜícû§P?Яt Ö` èhÒ)_1Ô½F½ÄÆ÷ÃßMˆóB\Ö%Eá‘ÕØND­YÛl<Ååjõa χ>%èóíëÜ/yE«$‡¤…W¹Jm·rô‰”µÊE™­'Ãò¦ck öé¦ffL¯”œ‘Ê#”•ê3š¿(«ur ý 뙊ð²‚"Ïu¸z˜¨B¢ÖIÔêS)!ÿ@èVˆâûǤp þ›Žpd¼ú"oŽç„´Å:D¹A=£@ ô±ÅÁƈíK(湬;Š­;¡Ú}8á•Á¢u’cÒ™ƒ•ëÔÇ4BÄÿoœ=ã—ZZ‘Äfôs`q1©6 ¨,m•\’êeÊ­êK'²ÞAÀÛÛÈÏã †C87K.HµŠ±ÊÍê ­Ÿÿ_Á¨ß9È}Q£E›$­RµbMñ&u«æsкÕ¯¹ÈS9Dè}þöÀh‡({#E%µJÅŸÎêq¹áÈ.ý:%.Êäõ”îÌ8LUKnJ§Ú'+«Õ;,q~òK3žl?y‹¤¿ìüÇ‘W¤;“DU’ñÖ>ŠIÊ*õˆ—ýê›ÉH¢¼„þ¿â¿F  ˜(ZšyU*È›¨Ü®N2Àµç=ðC&¥êåA¾ž¶ÅÚ†&_¤ôAñó¢}”k¼h›äû4£b¼r›ú®ÞøoþÆM ò\Tšóe%aº¨NòE¢U1]Y§þRoÕ3ItyH‚þ”ìp?>c­•Ü“&+¦)kÕ/ë“õ{R |/Ài¾|,Á´¢¡yk­;ïH-Š©Êê$ý}Ì}]ñ9r¥¥TÝXJ?´ÅY#i“&(¦(kÔwu[±çW‘<½.È"ä(¾ôn°w—e+ÎXÕIælý8Û¬_¡È Ç#vÆýÒ|Ÿ•9¢IWY¦b޲Amô”øÌ”#䈴^ö¾á#I,ä÷lÑnIYºb¶r·únlúCŸç´Gÿ,ÈÌ!àŸ™¢zIg™M1SY¯~ÙlÃôß±3ƒ” EÈŽ(ýáRÑ^I¸Ì¥XªÜ«NŠuùñˆ‡·Úq±¨E&kµ,V¶¨ïšAä¿™ò;Ø•eyý^ULk-5KBevųyÍê/cí˜~) §>_uhüÐcWÚQ“äº-G±@Ù¤~96‡àWO‘_FZ(yµRä‘DÊ>-^©œ•©ýÖ³ŒèÓÜ@Y×é7È»VÈúK:ƒõ´(:´¸êõ¢Ç¿ï9Š$LÙù åÜb¦ö-b­b æ2±HE’àg¨†ßä&“¢s¹èV>]¶_N³¨éÚý:9yíÜó'äÞS¹_$,JëŽG)#Fûau¹È-iÎÝ'/WºÕ4m§No‚U””*5?À ì$‚ËZÑ ‰@v:å»~ƒÔíQÂ<Ò¦Çû+¥ÓKz»qqgøùkD%³íGäk”Õ|íÝcÄÈt¨¤~17uHb3Ö½?àp`µh€„';,_­´ØyÚ¹¤9B©m=|NGü‡Qbà¾G Ÿä ,^%òJ8²MÉ«”^uEÆ!]àøë¹$ÙbVûÓÄòÔ/¹Êgä•Êj¹öˆšƒ ÙW0>ŸRûÊΊg&Uˆ†I$ù§ä­ÎaêÞ®SAøvüLé¦+sê-«@Ñt é¸Õ1IRiwW)_2ôÑ^×qK$”¸IÏ8^ü{ü/¤º ¤Ìȶ‹ sŸÉ½*ß®L4˜µWucÜ#â&@Ä/)Ú èÓŸÝ”݉yÈÉ äÆ6Ñ«™FÙeù6åm}¸ý²î¤÷3ˆ=Qu{–þ2w>È®ý;ôH±\'š.ù=î¾¼N¹CoÕÞÇöKFº=AZyýÁ#q|íýžìWïJðu­hšdiò=y­ò%}²öž_üp0~\ÃZüæêGôtŸ$_+xÎzÊf‘Yãv*Åií ïñ°È;‚,¸EwhŠ$AÖ&¯QÞÖ%hÛt/ûDÞßOyî@¼GêIEó$Ù²µöŽDs¶¶»Oý[xÔïT¨D ¢9’LYWEƒ²sB¦¶«_ýÛã7ï¿NñÿnÑlIº¬‹b·òvlº¶ пé¢Ð83ì„Nv?$¨½›d“uVÔ+_2Û´Iü_ ºj2 âw6öí^Ñ{6—,\±W9-Ë¥ ×wú?ÿEYKœ²0E‹ò¶Ù© Ó‡zþ?úfÑ"‰]V_Ò¬Ük׆å?yî’_l4‰Hrd)iMÊ—bs´bˆ²µØZiÄ“ÓÛo4ï´åßïf&vQM$®Æö8h¨BÖÿï£?MÌœ§¾P·ÏÇsß+¹ ø4bý€iîÔ)«ÿ|Ò>¼ þ6Ñ5v úM)¿ HÝo £5”~}NÁBï?_F¯Ù ÁÆ¡!ú'ú „•ïaÜ8í}ºÃç-5¿ªÓ¿Eûèo—¬&æÓçÃÆë);‘OŠ(xwÄÀ7s@ÇùÄ>ü6ŒšÍÈÂUÈú[(™JdÄŒœÃÞý úVÍ |ó‰ç'>«ãƒèboÏÃ~ýÚgNø|ÀýÔ ÎäøSF¿ _‚+нä;>s«ë$_œ2Hýü˜yDù áí:Rï1–ÔþC™!í-?àï·¿ Ùl$’Ë‹¤ßŒãñ#ÒhÇ B Ï/zÑǵ?£Ìß²(u´è·†@TÄÙ¥_2èÿo‰'ƒl¦t.‘;2A¿/ä‚Aû@Ê“E^ \( B):ßÜÂÖj5¨}/iàñ#üV‘´:zUñ#[ÏÏR¢ð¿ê+Á;ïØÕ¾iˆ{ ?^Éç#4¹˜û(XV™pÝÐçþ@? ¼ôžííMAíwÕ`~àÊN ¬ßŸ¨ôYÝÍõ\6ä?¦WúHþ;xÂâ©/,´áÑÀ5Yò¤÷ Öúc$þ {je£áù=Ã8ˆ—ßSæS|·ÏªAJÐ]‘; âß„e‹Ä¹6‹dÇå8"kQtïŸÆQÞfH@ô= 7>€Œ9–; IþŠÀB„U? ¿i>‘t(épaˆ§»1>--è‡F P c—[˜ û0qaï>0êÏÅ ‘–¡Ÿ+ ’A†®ÆL T=?Ë@†õˆ ÅŸ cÎ/ï ¯Áç“ãKQ^7 ¼ï^ŸþÀ} ²Ë½k½=@ÖûíÿFÉãkÓÿ^6 VxEØó8΢‹þ ®w iûMugUþêêÔ)•d‰šT—¹®¨gH¿XÈ|d­6¿õóxÄíú™N©&O†H~;Ž^ÆÓH†Ë%û<1&¿vè º-u8âAC25,‹_›z ½ ¶dd'¥ËGÞ¶8ÿórA×›¸>ª‚xµ'ªPƒ4ò?Žõb:~EñæMøÞ±9I“…4‰44A×Öû&^ïI¶zúÿL w4 i…~;;AçëŽ@?Ußùíñ‡ëýebŒ¯P.üATÀW\×A·˜ݸ賈êÍú÷{Û@¿IÖ50Š8©9ïXï. ú 4ò}Éö>`É}±ÝzoÄy>³!”ýÇÅŸB’ì !ÇR=Õÿ(ðß ö2“:éž¼Š+h ˆ‘0&ߘ ˆ17¼Ô'jŒ¨Ê ÐmÍþЯ£æ·ë>d@âZ`«w€qŽñiºµê>›õMx•äïUUS@Ûš =ÐK¥çi÷?¥ú®$u«(<æ·¸¿GHÕ‚prEj<ÕîL?5ã/ˆ˜<¾ %âów%éR?ôÙOO´ëOðŸå¾Ž¨cÁ#̬ª€rKpDe‡;…Æc@ÿMÐg>”’·5À Ao¼Ô®?TÏŸÉîà½”ÚØ ü{âêŸ%\ƒhÚ(QhMê„t‰Ãn"ú­4žúnÿ;”+‚œÏˆBÕ¥¾½2Þlתg9Ȫþï›ßülð™³}Œ¯‚¬sýÎì=GÂÓ ísl£ˆ¿oõÑl¼ÚîLß å–žF^ŸîÌBøEñhìï”{’Fãåvýþ Ÿ¹Ò È>^¿ÔÓ”w¬ÆûíúÕûÍ‚~ù­ý¯dd#tVX‘ldÁÕs¾´MÇö^æ7ë1˜µt¯ÆQ¹.Ób¼Ó®yàûÖRæÅ‹‘ §ÙÚÚõ××òj»ãÈòþCïÿFÈ6v‡úõ®wªHû Ç—ý©ËÞ>í³ç}…ÏzÎúÓ Ù”ÿ°ñœÆ0sEA·Ø'0=áMz10óEŸØ²Cÿž ç þæ]ÙØ’žc úçˆè:Ypä¦áø’@ík¡¬‡§‘"SWyŒ›½Ó³³°žªTú<ž@©ÇQ ¸°Å/2ö&ÏÍ)2®Î9€¥¯@T # ® kœ ¬X‘]ì7M$_—›÷#úF$³ø£ØïsoØ_E›Í¯§üEÁé©àqg"ãïY7`ÛPlÛÑÆMæÖØð„„„ƒéaÿ=éc‹1>±%-é“>Ò83íìÿ¡?Îðd…ÉÆjóMý·Abíy’×þ"jMFÖ$c•ùzìñøfRµDØhB‡5¨ ì2Ѹݼ‡°Þ‚NouIáùeó€üñÆmæË$ù—<ñ¸Ïê Ç×M7Ö™ï#úS(O'‚åAú¾I€ßQüÿOú4c­ùæÿbü½ü°êB¿:ôNqÐN 0îTãNóB~3è¿ÅåðCfúÃ=9ÅXcnCô×áê+>ܲÍ36š»gð_DØÏÇzœé ®Î16˜»öùïõˆ‡H±ÆZ@tëéY³»Í“è‡Uæ\€Þç†_Ì4Ö›;“èß òI’~º ‡wp–òȲԸלíŽQñ5ˆïÝA{#%¦[Ìa}ÂŽøà‚·ý»c°.YØo‘±ÙÚ‡úžó~Û'ß[‰ÜTæË±%Þ-i2‡è‡ùU颼£~\s Û®4¦‘:^Hè¼Ï¼þéוÒÏ#¹ú¡Ú;rÉl¥¬0‘¾Q’Ò×Ïn?‘刟%– ̧ <‰ qæ”ÒŒÊfõL™)2Hqõ1ýä.7º16Ðq ‹›M±Àk¥çZ? cÁZã g871ÞCY‚wAÒ:ü¶Ê3€ØkŒ×âFXÃhJ¨Ò…§¹sFþ‹™W½@ïÀµq ®Š'%LÍ™àLÔa쟰äQÈ·•Æ$þêû”úž^Ô‘þ}€k…qÐÅY¦ ùªÐaÐhƒq‰¿ûì³ ,û3Xaq0‰^Rn-Ç•j6è÷ø¯µt$¡S=ÑCT$,F>Øj,3gä+1ÙGþõÖ›gÒ¬f´ Â%å¸cØfãI’´}ú‰XÖiUÖß~ónBY÷LÁ&ãh’üúÿË~íÿ6M¨oš€40bú‘qJ_mœLðoʰüExÝGCÄËoMvD[•qIþdù¯c»4޶'bzxô:Xx¥“߈F¸“±ÃÇ_Êâ¢O¶Ç“ø'„¨;ø^Ø7}ú.€äuÆé$ú× FÞz#íQìWkìðºuØnŸ2‹\ ˆpÚ2ñŸŽì½q¹^ 8¯EÙCB‚ãóEÍmã'›°ÉF[FûŸñ*R£qð ×´wÀO5” Þ v¿…ea˜c5ç`ûM"$ŽK|˜Õ&•m·ñ1¨^×)uü 6û½ƒº¹Âr yÓ1Ë|<À,ü$eF‚-ÄtÓáª8c‡Cüî5¦Ý×ǤŽ#Ü2ù¡+!gÁ-ÆÇvßa÷ÎÕ~=M³±?ÉÞ‘êm­zR…÷àYH„lMÆYþËz¶áÎýÆ€G·¼—¸ åóAc$…þITÝŸ Òý žíÑa¿í€‘I¡— Ûw+r§TûœÌßJdVW’_oÄ (ذè!ßïrËgýdŸ‘†ù¯~GS—…û¬»ÄÝ(½ÙJt5 (òG€ ïÀ|"'Åoeðˆ‘›IŠ·Þá`Á7Ó_ r†=~&hx#ó(–é°‘‡øcýØ{^â"¿ú9¾'+m*áPýópÌR‘F;c”cúM`Uá/ðÙ,œ/üäÄÅçÿ$%ž2J1ý„ƒ½ƒòŸþÙŽ-Õ‡ÀÌF1EþC€ëýœ`£ÜNéJAÓcF!¢ß‚¢¨oÑ2´þjv¶á2:ý¢ºÙzɨ§ðÏpˆJ…*ëÛèçE„}¿¡˜~™äï F-…¾·@ ­BÔ+pU~›”#ljªþûm°ÿñdÁ1’ΕTÿ+ño#më:È''Øè¦1ÑÛpnµŸŠÞk}êØˆ‰ëF%6{ªPÔ<ð9¨;ýùªÑ üë“xˆj~æzÀ«‘÷Jºl4"ù›1²®ßåÈjû²þýâxßhú„ÏóÐJü:x}3£•²fvKõ-¥Þß3&ö?’õ àý—âƒKqÇh¡úûïyÂÖS|îa=DyÝfL Æ®Æ›3:=Ò¿î¦lýHÏøÕŸ•ü÷‚<¢«)SôÔü©p™Ù÷Šž”5­.„\;R.¦tjþý®¢td±VJý?à®Lg“ªka“âב>nrņ2B~ô‘¿4µ—ÏÌ>Œˆ¿2Ìä$qìïYökq‘,ò¶ÍW02„‡œiž=éFê„Ϧ‡˜rŽ—Ói!òÒ;¤¸ÿºß <òÇxÇí6ªK=‰k"MÍm(÷ãá½zãúlÊ”H²¿”i:€,¦E2/éýw¿©Dõ\b†N]/ñɺi?¶ø.@ň Ï>P’jâߤ£™öýr°¨ üÔ«w僻X(ô@£Aºyé(Éãõ9/¢,¯Ã‘· 8­Æ½©,à9Šó=#ú¢ûøé™â •,¹ƒ]žé0ÐóÑÕŠ¤\L?)«w|›êó>Çtȼ<± ï÷œÃµ8ëáQèyÿÖ3f.¶ú€ÔTïJÎðék¥¦S$û-zM@´«Ì  “ØÔÏsœ¨r¹ÿm·É?!ÉûýŽ‘ø÷¢Èÿ6H¢#j~o?ÿ-,H+Ö›~!˜žf€QëDaORï@ªÊ ž ˆ¿UÍ%x^ìcƒçý¢ïKlUµ©•$?#à)Àî¡„Œ'³&SæöJÓY²þ‚¡fÚÁ¾óóMœ)ƒ¤ÍP}L¯Þ s_Þ?Ý褣dÓuküÃã®É¿$÷˜ñ0/ý*ÐÇñš‹ªßyËÇ ñ›AÏÌE’bÃhºLðÏLêE:‡pÙušä³Òõ çŸ1{eYM÷}’ü¨þë°,?”Xüfuɦ{$ý_õéúß%|udQ?ø¦c XLwHô¹ú¯Ús¥¤šTÊ€.;ˆ5rSÚ€¾ñ»Hê^tž½‚T³MÝIë÷‚JŸº-ñ‡Ì7I½Ä)°â4ÒëLSW}/Ÿêé T²^êZºé\Q&Ê…ßÁç?˜Y!O?ò3ýíàžžÎ$þtì;Âÿ?¬×Á«¯þ»Rp Êe úU¸¦æ’Æ:MøéÉöï rŠÎi:Yú¶ÙµøÃ&y[vÓž´eZÏ#u“<¿9HWžc !ï~ņ€œ/ð«mücxL+cKq”~ß{òD¦O”oÁŸŸÍo!aE4êŠL+bmË^#u¯ LèGi1Â306̢̠LËcÃÕ“ µòÀ„›Ø W šõòéð‹[)å„þO•ÿ@w<˜4`E¤kȾƒLk úïÃM õO0ÊEëA¤óé±w6"«.ò‘f iMìG¾¿8þµð³…Éú~É-Ô¹$’ªóÓjÌ_\âB#}„$›…cò³ŸOí5­ÂôÙ=ÿë>¼‰îà @ã¶›¬©ò?ý;X;Xÿ"’#ÛgMn˜iXäedñ×€þ7È•‚Ò8Ò¶˜¿Êˆ(HbÚü?E1áˆéãž 2Ù‘þ?ñ‚Kó.–b—w°i’¿ üÜ3f<Ñ£&ÑÿA£2«W™iëú“NñÍOù ¯A|tEyäÚXÓæØ·ñ¯}TRp©Ç -ë­ðr<ºÍúyq Ö&‚TýÓ|rõ1Ì£5%‚2³iÚˆå/.í üëÛgŒÌ"dƒ”7Áo_—L6Uÿ§¿ß)¾»Àõ´ûû€¨6É1ÉTEпö=M¶}›e3Èåú"ƒá®åDÀ^äel³ñ¦mˆÿgàùž@?’„wOAŽË$}¦›êbGà×ý:È™Dd¥R®šfªýOý¦ÂÿWÿ©¦·ˆørèƒÄÛˆ×úÔüòï,üÈÆ>žbªþkPÔõü?ïfK†ñç™*‰Hs˜{?*mO„³Ó×¥4ú÷4û_Wþ™ÈlÓîÿè}öÁ‹ _–½ŠŽˆƒo!ò˜¸ÆÍ4Õ#zàÎk˜ÿjÛÀÔŽ¹žs*iDã-5íúÇ`ÄÞ!ŽX;Å·ID, ºš²ØÔô³ÑX=:÷¿…=ø7‹LÍÿåþ+Ógýë=¬ Ûb0©Y`jú/þà¯ÖÂW!bû§A%»×oó‰!VA¡Vš<±'/¿#Uo®9©„?‡È¬Æùwü„w'¶Ÿ_3!þ {?JÜü-Y€æ‚+J—› °üý>u ½Ó=†ËMnL߃àÿ Dt¹Ï\s€.7·ß‹_SºÖ4ÓÎB˜|Œ;µ(7RA÷H„7Ã’_õé'Ö˜bú…¨úö€¸št[* y2u´ë`”TK™ÏZÀjÓ€õ§ì\|‡åÿ û|‘GW)ÖYeòÆö{º{ô;Ó %¿%ë6 y…©ñ)ÏZï¢Ò4óŸ‚2ª>m ÏûôÌŸÂ’ü~W˜†ÅÊ‘¬ IÝÃnàEDñ ’ísáÚ3¤Ú¶Á4ä_ýýºJ ¸‹ºÎ4èU0b os½$óë‚ô[Meöß @ù1ʃ}<Ón³i,з@T/„ê».•e¡DÞ|’îã±ç†!Y¬¨¢l2€ëó@·ÞÒwÀb݈ ²ÌoT€³²Yþ0ú¹ÑdÀ¾ìº—mÀ¯0€®‡¬©ßƒ÷nØ&ÿÿ¨z&Ñnõ©‡#‰ÈûŽÐªÊ4 ÓK‚ÌžyðÜ%dÃ_|ºÇô´í¦‰ÿú߯{P‘<îãî`‹ó O¯´ñ±ÇQÄöÀôЇžù½EZÑ­3UâxþWÏ­ðz:â| Yödú¹}ÁAü^­iÚ¿ùèϨwýìô¦©ÿêèoækH]Kc€N®Ì:û•uPáÖæƒœàÁÝup—àÜÝ=øàƒ3x‚…@`,08 îîC .!dùîÞûÕ­Ý»_Õþ×R§ßîÓ}žó{ºú­þGqÿQEíü~ÿÌ)Ö?â©õKÿy§Íÿ¡´ºÿ]Á–ÿá*ºß@€ ÿÿ¹{®þs¥}þìÐAþ8ÁŠÿÿçø‹£íÿª×¯ÿ!7ýü1ÿÒo¡ÿilðÿ㿸½üQÿÊÿÓÚÿ¡ZùÿƒüàOŽ?z>o5AÂgùo¸þùìuþÛÓ[öÏcNð§þëüÿ­û{ÉÿÇ/1jþûè.ÿìƒcüÉÿª¿ÿï¯xþkf-â?ât ’þ->},c—àóAU7•¤xÒñØnC®esB]l, &SoüÛl4Ão¡Ú 9²°ßÌ{‰šPÏä褤wé>°•Ñņë¾$+®Ù³ž¨Òý^XOÄfçÖ¸‹Ù¤ð<œ„ljDNÂÅ=k"ü·~õ0(¾ìžwþÖ"·Âæž9WÿÒè#Ç8Éi’—bÇóéz­zr£:ŽI’35/æñÎLs óÑzb#£¼¡ù‰œc5ßÊÎŽNaõM•MµMUåŠò>x›Püuq¦–:ÉÌ+xŸ–8˜[-¯B­FíS.·ºQE᧬ãJô]—Ì‚JÒ—¬®Lí õ_z Wß®b®Ê¯²ü L :Xþ°üáþCÿçµE¹,æÈ,–N4ÖÜKä÷/Ñ·_"e¼D›žÂ´¡#Ý¡£!¤#—'ô‹²S‰ª/‹òc9ƒñÖßcØÉ²ØÉi·¡4Ñc´Laû•a ÷¢:@ß‘øô¢=P{×§ÈN£"¦hÑa²ä¨1Öœ8k^*%Ø7^B¥Þp^Š!Ø^Ò‹·Ïqw[.@ÉK@¥lM(‰~%†Ù±Å¾æ%)y!¡ßzÇÀ†Îš ÃñŠ¢T{ÃôB–Ëâ%*‰®¶&wÜ2 Â;€]"»¾ÛÌù—ÖH]8ØÛ$A$–1ŠPrËf:gœÈ6—1ºg¿”ʦD¶c¥ØH‚’~·¦®KÀ…÷:,!›YSº%àoÉ/!Il3.¡Ñö{Ü¡ÞÀ,—0Jû"D_`l¿ COØö½CîŽmØr½CïŽ;ÛPÅÙzQiÁTEѪß#OÂLD1·‘ÍcÕu0 tp󶱿d¹æä¤eåZd9Z¢È¶ŽÞmcÜDD×"‘{ú„îp#d¶´ÛðpÄöte ìÙ”ÑØuã\pzupú½R`*)}N'±|äÉÞäé˜ù b>ÌηüUoæÞŠh j Ÿ.¡ð5CY7¢–ócLOâÄçÊ‘R€¦SIíNý"7½“äÛ·2'é(^tx}½¢¨ ;¼TiŒKªÄr„4Uª-"‚*9Xv~G'‹¿‹ZJß*Ťí £Âöâ'Ý!.JÒ.£®Þöó{K@ZN¤î…Þ1•ZiOˆÌ@‚P-JÔÞžÅvܸã”NðE‡!Y ´ßNöß·½°Š»ÃêNjØf0OiØ% CÉÛ)¼#åîÿzNmžÆáÅÜ|¶Ínžz¶Kaž¼ß†·¸‹¾*ôðèý܆ûuãŽþV|GpÚ—î-êÅsÚ¯í-C‹ Èô÷߉EDYíÝ EÄlïðI¦±"˜Júf£œ%ý—AH<;ÌuìuCcAh®PÒŸPJ(A!ô•”du*YúÊV"`ëöå $³mðø*²×êœâ)¾g—öŽÕRY‰êœ ¬ÂŸ™]Á §Ã§+ª¨Ã¤¨+èÿ<©R4©U­b2[Á‚ ¢÷‘Ãù#e¥Eå›Àc¹WÙª&sY§enßé¹®¨á£²JüN»Jó¦éâ¹Â‡) ?‘ëÊд×ÕH‚`ôé·@ygrÜj?žÔ ]?ÚÔ*>?™ÔJI eü© 0͇gdÍ å#Ý…t]i)-4A–3–f%ëˆÖ¬“¸ØGPÒ¨*³`Œù^•;câ;0HòŠi¢¢úȹ@±þ*$·¤\ìJò›,ÏŒyHâÁt˜©,Ï,0$βrщ€«jÑó›œ:\3$9wzõ «š¤%s£òÖ‰äsÕ­3îçJSåŸÎ(îš-Ö)Ã¥U8Ê8`Jë0=ÜR(ý^ª%ïfºº¥oJN\¡tÚú¡¨»ŒÎñPÐýÞ.!T†“SWùejM;*ðËœî%ƒè‘ÌÚw…ôÕýõµqçT4ç4¸æÔÜ÷˜iïkŠÅB¢"*JØÿhôL5ø¥F”oÂñ²ê‰.½h6ƒÒÇoÙ$ÕÒ¿—ßÄ¥¬K¼´cYgˆöoü.‚l¤¼K‚´£Y§g—³öà;ª7AÑ„ÍÓá—øÉyEÓÁßÿªæû4EĿλ’á¶ùN‚f Ã^%G2[–ä¬3(øÑ†BŸ÷S>úÿ´ù/Î\ðøÄKÿ¿’þ ½ÅCU_LéÝ6ˆS˾ µ‡”/8Íïi.hŒPA¬Ì F¾óåûCì+Ö‹­LYȰÒpXY#™îT¯×ÅB´9õ¼¼¨þCXÂGþ‚/í¤Í8l~{Ø¿çl$X'ÙˆìÙå«:§˜Ñãí¤w/ǰÂÇL`ûˆñ*!r ú¬1sÕîÚ9K¨@1§ÌXÙXvN]›¾Wn"3÷$W›}ÚãN4%6e¶Kð+6ˆnÃÄ—c”’¡²ç|Nÿô7ùN6BþcïØŽÔeÞÒÞþˆóE˵uICØrðp…3z”ó§Pׯ‰o»‰ŠOyÔ —½\ÕUBðÀœšÃP,ÐÉÏ)M®zÞÌsщ}ì³Fõá7côA°ÓL•ÐÊœ¡oU/† 9gŸlpZɲqÚtÙŒ:ýÞá}Ó+û>Þ'F1鑟úæÖ-c–ÆT,A =™$ô{Û Nõœ,Ù<¹9í!rŒ×ë@‚áfóï(&!1šSí%íÅöÚ{«žN²Å7zôIšÞ+ëËÈÃbä?“_nAްƒ7>¨xE|]L²ùÖ#O7ÔÄ ðDÅ›×GŸZËØóNÚWw— r^ 8jÛY$Ýu…~ÁIŽU°Gnp“臓6Þ,¼¹ å›Gà:Þ¤Q|9ŸkmÔÝf)ù¤‡“'tè¤nü3CÌDCÊÅ5¼s3Òzÿíóß[Ra?{\·wæPR–bf³ò]æVF® ãOhg·–Ïplki­œÓiš‹çë²B5L&r­±â–üöšK]RIÅ5×,)7-¿€2%Þ8ëí®rlþä±=G£ot†ü`ÆÅ¦½µ–P^=oRH9s’>Ѳþx˰yùê=\]ÅžÏö­ ÛX¾Å|iù‘èæ}N ±[$ã¡ÔÙ 8 Y ñõµ7 n$b±;wnÒ'ͯFëfË;ïâû\–>©•rrz*“^ˆ´6¡-aÖÌ«ñ(Æ ô^¯°Ë•tZ¹ô¬çÞ„Ü»6WI›7ýjº=É„‘À%Ï?ÇäQô ø uH zöÿÆ£¹{›–H¶Âþݪ 'lõ4üw`N xîèC}ÛQê)b1‚_³ß8Èó÷£Y«§Õß›ÇC#*OL ýÜÑ4ßÍÕ®ðßqøÌ#÷,®·¢|¤ó_ïr„̾zZ\Ì|v\±™Ÿ~ZL×áËù|R¬¹ú}3Ì}â|áêæÀÓñÚŽó‚fñç¾Y«›‰eæ Í %¾XfÐÏŸügçíß‚MãcNq†l0vÍÌZóznbUG‰{|̯ 915¤ºù;›¼ýÈwSŠR܃ôXÛ7C FcG±{\ˆÉ\ Sžá©=_ŒŠz\Æú9Çj¥×Úƒïß”gîÁéEB]~mîÿQ¯ÂM3O®l |ÿñ%˜çÌë6‘L=oñîgéÕG±­c{ëóe¢±Ú°§ª¯ÀL=€æ/£–¦äƒ¡!-ÂZøÌêµ³ü@å:4¾ê8…FAGà/*ÀÁyyVº–6¶»Ô½V7wAúœÖ†áîÙtØã:kkâ÷¥+‰jŽ£ôƒ|—¥ß>›íû·#í<â§GkÛý˶¨Š™þ3.$ÝŸæ£ÎIÅ.í»bΑÎÄß2'¯‰«‘ÌžÖ†­öå{Ã=¸[×77î&Vã„éÅߎ|m¹ô˜â»ut/j]=N|âã|z¸Þ,Ю+èô²½ýµÜš?Ä?ÝPø9aa:„!¼m õ•)î;NðÓ¶­Ð-‡‰XCtN{Q^m­Gn…yç ÇïË¡„êêŸÇ.¤]W}Û1OŸÄB«vöƒ}#ÿþ¹¥SW÷Ý–Ç(]j Â]ë××X(lYÓhßÖŠø´ÒvŸ‰FœEó §mùˆ{œúÚŸnFtVud7õtFHEÕxHþÚsÄüj5üçaé—OèÑ'Oá¹uîW +­Á¶ûƒµF‘O¿oÌ7çÛH(êëë;ü®µ£.; ü/2`—X«­Áòe¯j¯Œ•J³W­mÖ§®Ìൌ{u«ŸÍÕÏ› ä= ƒ¥¾ñt®¯]{üù+7c5Òsÿ«yõóÞàù×dê¯Yõ‰ÝCž›¡7ûáþO?)W¸O‚O³´k­„ž>G¸ÿl§nN`æ[è¿´ÏÜ ‚l£ »|óEOu^:—}ƒ·iZíÞ°n0Ãá%Ã×[íÿË¿P™­=ôëBü¯?µqfÝ%ɾ]ì[æ`žÏ%­iÞÍ"Tîü_­L#÷ä‚Si¥¨Jž ‹­—à뵌Vpáæk”º´ÜJ2Z©¯‘·ÓJ‘¥ö¹÷(øyLÍ“³øB׆M0Ý­0ÿ¿öžÃ›”syí­²:Γ«[ÌçÚ®s6ð¬æs1ù4„Þª*ö”ÿzÄh>ÞQR´O…á:ší„j¶°¼¾ƒÒØæ•ˆW»< e ]‡m+š“AtAÎb7­áu‰^#lv@“-q‚áb·¾!a…+òö§DÜóÅ0Á‰"b€¼M³²tû¯®¯¾æ#i‡CfÈ4rë_¡¬øBñŸþåú 1†'ë¿?>HòY,;ÝV§l_v;'M¨=äýQîÿC=aõƒÏÇ;ÝCº]J&ƒ²qÇÍ,áïEZŸ½8½žŠÄ÷{×Û»“‘‘T! i~nzúnun Œ¤vSfèˆ7í'=—ö%×É@w¾ã›xm–Aß$PÛ@›Žœ˜× š'0%ä0»žÿ‹ÚÉ·Ö*ßÕûuŽMãî˺¯RÅÍ¢[,U•#$ "“!¶¾„YOüŸ?ÝSl¬™kÑô+¦†ÿnX?“³úÁ,°Øò5´váPÑg7Pø.œ¤ÁDT ›ÖêüA",Õÿš‹Âø±¡r¹úä´ú`)íøäìéÒùubÓ4ô|®‘(!oxú·Œ›^qè:$Óum°zÀ_ÓSzï¥CÄÆÔäJAعXVä«FfÞ{d”Æ Å­^~ï¹!ÓÆý1aoDxNzí¦¤>"ä°ëº0ÁÛü,#<7 ¦q'á¹´H’qi1¬ƒ8¤êbÿY\dª˜Ã\+æ¸'“8\UTtùÛ‡&ñ£uèÐNYè,rÀÇaK¹P'næ-¾5Ëmd`hdy<F&¢"딸]ðö§L@ðÅ`UIPñßr$P>ú=ÕÌÿDÒn^­ÚIÙ·Ùx‘uËN˜ôƒë ‹*¡!lÞ5á¼ëÈcÙJ~ŠIRϤ€³±oôh}~|Ba5_2˜F/¥Ü ¯´xöuO«aÚžk?ê"ö’>üQä¶6 ™­vùTK>ææ)Ñs±Á[ Âá>ot7 a¨.ém®Í¼](’Œhϵ[K8no»ÞxÀòáô]È›xÿ…2hòbåu}*¶19Ù¼]þüÌôÏ_šB¿TÃ/èÑ„X†_ÃÍÛêår¨›®¥…ªCï+DZ*Ý ˆ¯~õ™GYEòòÆgýåov„ñYØÕËþµ8€pú?tÇ_ž¥í].X¹<„Òþ=j=ؼ޵ÝW“¾4Ùµv·Üz­ü~ï•:÷S]£Ëì€ÏËí¬F±ý¿¤>Î+hUA²ú1 ­YÛ¦sH­Gó‡ùá34> >Å™©àO ž¥£„¿¹k¯ o´Ò5f+ Y, ‚ía°žJÄ¡ˆ_ržÆ t«75O+ߢe'E©¤»Jí’¤o ·œ>³Ë¥åŸzÉveç]4{ÇÂ߲囑ö›]çArH˜òß àO¸ÁlHòwÛÜâÛ7z»åáó¡–A²<¶M#{EôøB,þzÜ¥b 1yƒLñl+DïK¹‚xsc}Êžo#wNW¹€8¿·g(ü¿âP¿jëTžì«çió0+:§UÿŠ&ƒŠIÈ4¢éžªø÷p.7Ö-˜Nîi>Xèh4ú¿v©<¯þcaä/_=ñ ºýHjrô™}ô#Yíí¼À¿ôÜ6K¹êY:*-ÙOé¿}°š@(îÈ"~t ?º!Á®#£t¼MHT¾<.ÍÊŽ}1‹,沪¿2ÐŽ€Zþ>›bßyÀŽ9Ëbù#"Æù›=õ"Ûqeä0"tnèžìz2ü°ÿpîÑ$«çH_H¾ÿŒ³Ê”ï5i§ùì&¡û²¿g¨j“l,ð\YwÏ<%öá©ì·Eò—žôóžýl>÷žù‡§Ï,‡”z˜Ìÿ&™žYéñLü4ÂÁþ“´¹PeÅø¡Ar&²ùÚ%¾˜àu¼g¤¡g€Ì¯šÜ{oæß¯zenÞ¶‚þžHâO<óÊ,x¼³Ì®Žüó&a„ö¡Ã>ÜÍ™oq¹”ñ‹üªÿéWà̘ûŝަá¶§£áˆœˆ9°H‰ŒË\„TIÏ@µŒ±]ÓQž;#PÎßèñï=ó¨”6Iu=s¦îï¬\ÿÀfÊdŒÑq^ŒEG½ƒJ#Õ ‘c`ßßò£á ÕF¿+7FÁAéï@YÈ1•¢¾Àœ Âä( H?£ßRã×áÅàÂP¡ôK7–hMXÕ[¨Ø²f+²YŒ;¬õ-a>N+ÊØÍ[ (ãæ NÒ›Þú·€è—€(šƒªM¬ƒ3M5ƒÌMȃõ1šâcÌ:ìô->”u û÷éwô˜TFôÅø ŒèXïÖK/6Q*¼´½[l^‚¢èTØi(Ã1D°Ä-&/~Q´",-”êd‹ÓKX£{¥v¿…ìEŸËL££òz݆3Ž–ÃËÙb÷jC7Ç>ˆú »ÞB÷blÃ\Ãñ@ú½ ûµ…çÅÚ†½†{Štýög AÇÀQ†•oñ!Dƒ%1KµcaÍ[bIã–/x¢ó`c[$ö Ü.¼žÑ_a«[Ôî ü.|é´Ñé°á-"Äë;œ0¼îVÑ °Å-J×^~Ä ™èRØ·ôYôÀ²,Ë)¿|­)¡Œ²“›cïaµË‚1ö0ƒå6t0G0Ø1ï•t2÷ðs¢ËštèôñØñ Þ±sÊè>òãDË>é°éã~›×WæÅ†ü S¨«ÃÅFñ wPÖ¿¬C‡“c>æXþ\… É M!Ÿ¨CôñõŽ Þ—w¦ÀÏe :”¹²Q™å•”šC:øG‹Ë[”éäÈFz‰ÚûïoÜ_¢4¾Ä8¿H£Ž‚‘kÀèp‘s(ǘ×Ñ!òáeÝ:2lÔÇø¸ïøË¢¦èœxQ)°pcâåË4œ˜±(pS£†€»eçS¨N ‚˜8šQUÀÙ2øŽ‹ vîDÔð²ŒÓIºå…)À^>¹lpŠ Ã‹+Æçýþ–s –)îç¨`𔸓T Ò À=ZXÞ¬ìó”°“D Ê æ¯èùвoSÒN2~/ÄÔÑïû§ŽØüpÄñŠßi«Ëf§^qúá‰ã“È’•%O1ñû¡u`YÄÔË‹”Nq ûat`¯ÇœÊã—%L1ñ]¡†`IÅ”Èó”åMq ]¡‡`‹Ù§-KŸb=Ð A‘„û„¡˜­qPj·¨_Ö'/$ú´ 'È}P‰¤Ð>K¨ˆ9òM”z_·×ë%|nÜßýö[/Ú8©y1cý$[I^Ì¢€zŒ~ƒ­—mìTXF1µýB[¼¢Tiï\û2¼ˆÍ±Óâ]ûù¼¨Û¸©°‡{¯·¼$×^h½£ìKÝòbXCõÀ‰)ìçÚÊõâhZC÷Àfíõ’EóÀ|'ÑW¼5éE&JrŠUÝK‡ÓË›cKéÕ€1iô ŽÃ8Ç{%9a œ½üu0öº^ñçjÀ»}Ú÷mk˶g _+áw?ÊN$€?*¡¯k%¢ÁLVî·Ýj|®II¤€v4kÿ›­„`¸$J æhÇ~ß­v„¤(v >Ï;²¾eC_êdT^ߨ–yX²%fC´Q¿ëÖ/š.b>áõ½°‘MáÚÝlŒ_†$‰Ò¥ˆvRÚèêA”;iAt% ²ÔlÙ0p&ˆGë\^ñIåÓ‹×ɨ ûà ´ =LL ;c¯ jMR,Ã<øX— S™\ ÂD7ü±¢‚£‡Q“<Àà­"U!M˜.(KŽWa¬àË Ê0L€T°+˜g°œS[äVTUøgðTåV©Ái*¬3hªŠ Î, …ôö¨Hå${Ò (… ”äJó“ï`”—¨ðTˆÌ`À“¯äg2žF^0¡¼áÑåÁïGxíDù‘G”ÊÁÓ#ävœüx¯Ò5dY²À£#Ävìü¸´qY†fðò•7?þ(ð€§"Ü0Iá”óWŽð3‘™¤ÕÉ2Ô‚çG(ì¸2êä)Á©#,vMhËInò­Œàân;‘&ŒåäùF pÌ=­X •\Ã0xwsÉK,µHn’á|©‚äƒÔ2r3kG„öÄ}PÚ×€ŒàΩ=é‹Á I £6¸zD`Oì98± hÉè þ:"±'ut J3ÆÞQè0ºÄè˜Í¥¬¼'£ùòï#ãq¬x9÷GŽãøŽrš¬Çq!åÌ:´-LÇɹÀ?S%ÎßfBª¯U.ðpI}Ž\y×’Òå3ƒ^«JY Ìé´joÉp.ŸQªNU¥,æv[‰mIt®œ^qÂ1Åøœ<ôÁûY¤)Ò…e‰¦â[ø @Âr…&¦œ°[˜W°ÜS[åV?¨:ñ¯àiÊ­–SO¥9±¶¬ i*v~pfÙRØ’lØÒÙõØRùÙ’}ØÒ±>‚Ô>¦°Lrù˜ ßY.5UâÄÓ"²‚ñ+ùF~vúéè… 5ˆQ.?õþˆ×OTyBAùCùÔô¹§8uº–,뇬©Ñ#b?vqÜâ´IYÇÍSËGT~ÜâøÀÃrì©8'á€Å3fúNUñ ’Y¤ÕË}¨š?¢ðã*H¨—_,§œJ=bñè@[OòÿZ.1U|Äí'Ò±ž|*[Ž1sD/H+•B#—þaxj÷óŠéY?SKä~|8œºtB Aú²ò”MÕ>‹©xÊ·Ä  gyàTç‘Ô•ôËp4¶\{ªúHàJì9<±hUî9õõHâJêé((SÇöî/£C „×lh‹ E­£_¸¦0ÛhB«ŒêÄ]¿ô™ÚºC[ sS¾ôëAoŒ1ê0¦ø÷ê5ÖS Û¼D·ÄÛÇÛ¢*Ù+Ùâ ÙP Ù"³Ø²ØbUÙPTÙ®COŸ‘‹uûgêuïƒÍ¨_Œð‹1ºM ´w饛0eZ*Œ¿1c‰ÍMP29µÈ–š¸ÄäÆ/ŒV˜¤Ù_e+…,qº c&Oô7AïŸa>7•«ÔVJåöºgl0×–š³Äî&ÔŠn–¼oýz½„îÆØŠ¹šâÞÛj³ ýµ„çÆÚнšú«÷Ææ7ôÏÒ ]`lÏVZ¾Äw"€,‘Xܧeëm^;‘4|gã¶ÉƒŽ-‘œ°àv¦­Ãß ‡It£l&žõî†"¾ÝI‡É<#(ˆ¶ïò¼ÿŽà‘í¹¦•´wª³w¯9#ðdÒɶÈÉÏ}‘?­'ɪ¿aWQxÇõ(Ñ“¼Ù¶‹Hxn“|O¨‘I2ý¥»<ˆ¼;ŽG¡'ôÈäžþÍ]ZDú룀%%6Š—P86Ê<KmM‚ɱ-+J¨+° l#ôˆ•Ø– "´ŒÑFЫv+¼îKgÓ¼#²½øÀI ’Íøˆ”¤ÀÌú¨Jdzù@MŸñ‘ˆ—¡DçB˜¡@¬› bq!âS þÀM >@p zPœ~§BGA˜ R`˜ŽuRd, âå*p|šŽwRg"U`ˆsÒö£',M*1ä©UÐ!ðF½d‹"•{É$G Øû’³—@’þ%=ÿû—ìï ħS´®èB¿6h?ðL§«°>¡€plèø@ä8ôñ„ý íC¹j ƒ‘-¨q@ÔF’/*_Eƒ…è ¨f@ÐFœ/&_uœÁÈÔ> Éœ¯ÍIGJ¸<À`Ã×;BŸK82·kŒ6V­c0$r}Q iL3Öv£&,M Úp4¦.i=#a'h}€Æ†§1}I›Š0¶Ãë+ªFŘFÄ Êx½#è/ª^Ä8I„6€¶ÃàØ¦aN_O¸ú9€»Ãâܦ¹FJx ú=€²C Ò¤/!ü:ÀÞa>O Òì¢ß <Ý`ì0ž'Þi¾p¦K­ÀufpWpV6U Q§UÁ5:Àõ”p­pI\3—.|$³‚Ç$éŠQ=ëÉîÿ;NuôÌý‘ ;´&“Dެ^;þØ:µøÌù‘c;\þVÆ‘;¦WŠ å£+v8& uêC™ÞvRMÒ¯´…éˆFâí›ø *Âô…™#vØMÌÏ,¡ÙJ¿š©jÇ¿œ¦A¿šE=’fÇÚ$°§ÁÜ™é̤dÒ``R³aÒ"dRÕcÒägR÷aÒÆªPQ«Ð`¯Ps©Ð `ìÌ’)±ãiYN8Q¿aœ}Ú{ÁC¥‚Ç€‘%?ò~×GT,zœI9³|dz܇S,J[‹Ž53kdt؇ý™Q´&é3›G–÷¨|¸ÅÒdz°Gâ섟Eƒ›Þw¤rŸ?Ï\«žÎ(³vd~‡ ¢\ϸ˜E9’ºÇâ#з¦æÁø5ëÉé•à ®dôûSNh- ¦˜¸@Žò^'AÔÏIñæ§Žpqp•§ œ˜(â€åÓÔ{öXÁ9]J–¬ž`‘Q³=÷ ¼à¼.å VZ0þ¨òžíæ}v˜’4«˜gÔhÏõ÷>7L¹›UL;ª½çØFeC±¯pc#²W‡¼–ø\~cø=ʧ¢ˆÍñ{œOå[à÷˜‹Š.6ÏO¨ûò9a5zÙ´ÕßuôMØÁìÊ9Õì:$5jú/ XUŸtèõ س?)T»èXë‹’ÈÍW0Ô°}"%Ñœ¯²ù(®oÁž›T~¬{]ô )GV¨‚B7µFáæ|¶‹’Pµ©W¡¾ë'Üù\µ™5úXó%DzþâºÅ5Üúìó9jå²XÞb½×Á*÷J*SIúà”ôÞ8©Ñæh]W£ë¼š“uy)”OÄ­Œ×í¯!ÐgʤPL­Ò±­ñž rAÊ(PЬªÒySã<çç‚.”U 8Qu ã[¬O*Tj*ËUÑT£8gã‚™#ÏU™«Û>çã‚ö%ÓTñsÕ‚Žk¤ õ—’Y÷ aÝ®9CÊ/Å+r¿*t;k¤æ,]h¿”ŠËRWàéÞÏY?»élq%êj-Öš7sÎÇ8þ¹âÊÅÕX±ç ý!@‹ÊzÝÅÊ9ÍcRÿÂùõÊSÝÛŒ9ùc‚ëü Te‰î²9õc’ë‚ùo•ºg5øsÊÇD×öŠ+²”Δ+ «3+i­S7-9eÔά+€÷Î"+Å7eRÎ<+…Ür¿§˜­:ˆ)çUýóû½°ÈÅ«›Þ‡cù)vR+UÅÀÙý9x•µÓóp ?rj-å)!¸ŠxR½¢òì8yžE^ZåîQˆ_¸x‰‡,ë.\ÉÏV<Ã(RY8='õSï Y/xFÂʬ#»êbà×j‰)j¸–Ÿcv±Z`å¬8Þ)_É){È©ˆÅ)³Ê©ÀÁ)÷À©„Ô)#× b蔳àT|ªX:%·ôóìÀ_Ï;U®žýGòC—Ó(àW%LÉí¯¼BP‹UÓ+”§Ëá|WÆ!TR%%²Ú¬ÓYð×Wú!RÅϨYá8Ý »2¡)VüQM6… w !ø–o <œR‡Ûûq+²”k¨0š®… ]™Š§[*7T‹LQÂ5¯žÍ}Ά’guà”ÜâÊ#ÿ[Þ†òY5þ\ÞO:<ÿN+Ó§‡áDWªÄáÒò¥•?¦áÈϤšÑ­`UÕ0ew½ò@ÏêVܬ:› „‡^…?ƒ+8BA¦ªtJîxåû€ö'3B±§jsÊxú€ò'ãI!² Ûù¯ÒP<_k ¤Ñ–3EÊÖžŠ\y(ÑÛÁœÜh(ÕÛQ’\{(ùÜAWZCu(ïõà_å«È*"X¶=2ÄG#¸ ùMFÍ*_ämQŸ¾=â¢á_…N4+@ ¡É’™hãÂ7­áÎ_Ó?go­¢ySšèHÁ‹©!_E0›¯jWÀ« qÐð­B›ÍtlqXáu‡0±@œ‡+xAð4”«ˆf!ð¾ ~ ˆ ººÃKt{^tG@¼[¼y¼½h¼#ª’“’±’½ ’cß:„FC»Šl¶ÞeÿÀ׈tx‘Õ‹c‡Î¡×q (zÕkÇÏÑwrÀÈ}5œâÈÂKQ·sÀÈ i8:ð @LÆÝðò Ãv|—´q K¡É§C.¯Ø¸žÃ«¬1NGC^ˆÁ¸‹nsî¨íßOQ3d¹Ï;•oB=®å@Ö\¸ÜbÃ÷‚2.wð2ë•C¯2ÄvÜûÕ7Sl°Èa’×â;\õ®fnÇÍ—á78 ð-nï]³óàû ‘·8 ñ- †IÚÑð¥CXÇß¼º, îí²³äk€ˆŒ›P_–ÜÃÂì¤ùJ!@ô·¸u_¬5ë¸\~c»þ05ÁXÈð·)6![Èñ·]7Á_Ⱥ¶ù¶LX‡o–ym¯Þáæ¼PÊÕµ_–m¥2+ù 3´ãh”s³ÎÿÜ5XÖi¥0+þÜ߸í†j–•jW¾dê&hV˜úLòþËÆÂiŸ‡w—ÑÝWÁîÂDË,noZ_­=Ó½Yãçea73áDM‡ÕÆ×n¡­(«¿:¡5nF©h& 8“XE“”A“hf“¤J“x{“´}“(“Ä“8“Ôùe·ÀVŒÕ¬_ƒ7¿¡áËnâ«¥Ô0(ʲÜÉÛ€D6õž£2r¢@,Q@ÝŸf?ܸ»Œy¢@(yv öճ˯N4H% ‹û'íMNÂ:ÁdÉËÌnxÙCMcË$'j$ýõö—Kþ'!(ë_¡fËî'Y냧·ÐÐå𓈛¡`©ƒæ„eÆÝòÐ"©Þ;íÆêe“ªÐ®·cí$ÏÔCòµÀ¬ÿóþE›ÿZˆÊ׌Õ÷ƒV/³v÷µŒ¯Y«ƒ¿n¼BÛÃ×"N_‚%ö}Ú×tOÉ‹$z‹÷´¼«ÛÖLN©K8¶¸½ÈÚÕ×ìO±s:‡,=¼DÚÍÖÜOñó:‡×i¼ðÛ•×lO1o³C‡¤-½xÚÖ\OqosC‡¿J{Ѷk¯9ÖƒQ‚P<÷܃ˆ<Ç ƒ%6úV/ 7¢÷Šƒ7â÷׃7bn÷¾yv£žõçí…ßëuÑZÜŽ!ÂL¤Á<Ãy‡’{µ°—VüƒZ}˜tvÃÑ¡+Â:L”¶wqñž­›”vbñÀöÙžYHç¦ïþ<¿¾êF*…‰ìQž§Þ+tcnf{‰š!¸î Ã\»q7sµw²î°6KÎ`{çÅ÷Üaì›9Ú»r4;Ö4Ûº4»Þ%[ª%;Î%Û&%»Á–[Š–;ö–Û–»þÝ”›Åg½·{¡çßî¥Ã¬ºiK'o1¯e#^ÊäÓöáï'œ÷ß„±ÈdÒ¦ #lc"e2J´ªoîý"Ðe²J"|ïƒÃHeJ­`<{Í÷Š6˜¥ý<ûyçí>Ï1Ój°á`áz/AÝS² óÜ9/¼çz4Œ ì)Þì=Û <ï¼—z´Œ í)•ÑîáŸß?Z?"³e†hµ¬÷oŸp"se†K±ï°Ÿ#!=}Vû ç‹÷”šO¤‘…ÏÆrÿìüöãQþ‰ào~dŸÌ~éù{²Gõ'’¿‘ý=û›çg÷øÊOD!<{H½täh”½LKX½ZPÀM´×K*4Ö^/s4‘^ ÄKI4ž^36ú;3šÕûì-ÖlÒÇ8~à;CñwÌý8, âûÌ—Lú¤Ñqì@Ž€ä™Wã(€ù/¹Bq*ôj™°¿Ä‘¿OÓ1‘ìĆÃé-蘸qJ@[z]'A’̉8R úûœ)S'Æ’ÌX»÷Å`†2quœÐñ}2˜ÝdU窱,ª> ÕœU¯ Õô-ªáªåKT]0ª‰ªÁªÅ‹Y@*Îèù>}Ê舵ûO0žW‡œ ‡4 gÝçe ~B¬„YÇ×gl]Äk™O§AÌ‚™÷ºOߺ€×"Ÿ~œØ³9N¬ÏܺÌSzmcÖ:2aeœfŸƒu2Ô`‰ÅìYÞã,ú<¬Ó¡FK¬'dxŒ8y`·—±(IæpQŸêv¶—©(cÉ$æaòv´—n“9i=À(εÏ;ÞëMóé) 0.´/|; ¡Ä$IZÐŽsìóÝŽCè1w‘n<ãûB·cºwLa¤Xh²‚ ¥i%ÁÄÖ&-D\¾9‘P+(O«ú‘Z(Mkú‘I)hO«_‘ªƒ¤mT§8™+#SÈérIP}l‚Ÿ µnzbÎàÛÆ$rCùAÿÆxr–ødM>½B×Äiw>¥:ÆÛAÑÆc«2J¦|cÆ’±q!HsÐÁÆ·1nIϹ•tä>ÈÄgâÆZú5ˆg£Ü˜µdrÂP•d1(H@LO@J@@ÂG@†™Aü:ƒôU‰Xš.1³.)‰.‰.Ygâú vcÞ’Ù ã ÉïD¸M¤÷»|z i:HyÐvÇû<6HO’¹„ôÈqÐw'¸Q¶‹Î’˜'1ocÇ༠Ȣ‹~ƒØ3ñë ÄŽÅyIU41mbú ëΛsÈy}7±UbàȎÙyñå#]±Lbé Œ“©Û”¡‘ùÙ.÷„)ÙŽÇ„cT×'³ˆ™lÔÀ'kôÍEfW%afº¾ÞEŽšj„žó¨;#šŠ}¥lM‘¾å':ƒlvU9=ûׯŸâT *uj ô->ÑÇ©nëÅê¿IÊþPaª×¢o–”q¬â_iüZëë|ÞN%º^ôœŽ “P.a%‹Þ›Èœ¹ ý—lSÕÏ•Âzf¯UÕrWT_ë…ÖÄÌé3ùçv¨Ôè½ÖDfV‰fV2kô1˜Õ>0+Ù0kí0Ë2«f2+ê1kÎTzèÖ$̽9f¾Î}P ¯ŒÐ똳¢ ³WA©”›yë Ô§`ÁÍSR̨8g šR0¦æ ©îVbÎ(8g š0hæT©ÎV¾šÑpÎ4+`œÈ9P5™ sŽjÑùžKªš\ɬ—Ö¢oʲ¯6VI2£æœÓbjÊø9ç¢Â&Ä9¦Ew…É=·UŬÒ}&À9¡åÍ ó¯Ü•ÐÊð™ø;?q¦}õ„JÆ]x¾Ÿ¹8}q¶–ju¥ÀŒ ¼ÈÏ’Ì­BV©>cOò3è`±ÈóP©4›q‡§ùu°®çѨàW*ÏØÂŸý‹Tž¥ O¥ÑŒ+<õÊ0„õ[ž´ m¥öŒc²]Œ[¶»]–G¡½Ä2Ã.UoÕà4U#Õðy,±h`´¨¯¦hn.R/±ósôz'Ä7¼­Û\†»øçå1’}5°¹ ^ní½˜~=‹QžëˆµOýb6ã>[{.×b®íž¸…˜aZÖsü~P{TÝ3‘Œ¦î+´'®é{°ˆä™píú¸¶§®jefíø$­Yžþ/)§A« endstream endobj 710 0 obj << /D [708 0 R /XYZ 56.693 815.761 null] >> endobj 195 0 obj << /D [708 0 R /XYZ 56.693 759.068 null] >> endobj 711 0 obj << /D [708 0 R /XYZ 56.693 739.087 null] >> endobj 394 0 obj << /D [708 0 R /XYZ 56.693 390.367 null] >> endobj 712 0 obj << /D [708 0 R /XYZ 56.693 370.496 null] >> endobj 707 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im35 699 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 717 0 obj << /Length 428 /Filter /FlateDecode >> stream xÚ¥RMOÛ@½ï¯˜æàÉì·÷XDATjªo ‡(1(’C«¿³»6u ½ìÌî|½yûžàV\Õbvc §ÔOà:•Ô¨=Ôk˜?—»¾i/Ke©è›vsX›~ŸÖM¶íEcoõPJ‰ÁÚÜgÕíDê¹ß/›nwZÿkËûCùmƒ‡Ø€‘I¨™Ó™ñ ½ÔPZ ~À¦ —ûª˜ect¬ßkñ*$Ï'`º Á‰Ž¬¶bþH°æ#D*ø“2·`%¡ÒŽý~‹AItB–š@{›€’Ü yi“pŒ…0/%÷û…¶ò)ûf·jõK—Ød¯½Øl_ºx¡â˜YšöùÌòÞ'[;0J¡‘iëWAè´5)aâ¦PE:]Œ¯ÆÇÙÝ–¹¸î˜ˆTŒcÊaN9”hòj¢)þ`tŽÑ'UOçÈ`! d$I%2ÎððN²ÌJج´Îíox– ɤm$5å„»ËÒ©âö-í_¿€:Ø1 ãÏØB… j¡”ËÞà?óoôj‰wú‚\ÿÕšä5 endstream endobj 716 0 obj << /Type /Page /Contents 717 0 R /Resources 715 0 R /MediaBox [0 0 595.276 841.89] /Parent 691 0 R >> endobj 706 0 obj << /Type /XObject /Subtype /Image /Width 803 /Height 478 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 721 0 R /Length 33141 /Filter /FlateDecode >> stream xÚì\ÇÇl ö†=&FcÑØMŒú&ö»Æ;ˆ ¨ ˆˆ(MÞ9ŽÞ‘*õè½Rvöóßr×ö8È›Ï÷£Çî›™7oÞîüØ]ö‚ (P @ (P @ (P @ (P @ (P @ (P @ (P @‘¨ü¬tà¿ÃÇ‘X¿º¹AîÜðßÓ?˜ úÐ*‹ìË,¸ +¢ã–Å9WB0c²–G|ƇÓZ¤Êºø ‹rÍ%ï”E ¦j$3ƪ´TǤ×ÒZäÃ{eÓ2ÕŽÿ¡üëôc?O:üÓøC‹Gß°Pû¶ƒ°%À'“L*fɘRÒ£Ir»3ÃŒ±*XE²LhaŠèC<ýnVy׿”#Z¶êÉ“¾öðÈÂb³­UN‡ë N:nù˜ª‘R˜a[Q·ÍìðgãI¡eìWÊËžùÞø±Áóä[å'æ ™F¿ýí²ÊEåmŒþÛt»dKå]s*85oñOÛ]¨ € >…šw|õb¬=#Žšdúr¶ßñɽ`ä¿MÍyÝ9çõ¼ÿp,cÜðÎÓ´ŒP·M°ðch™%éú|â˜ßp;AÒ²å=óÄ·u|Uœó¯XÇj8¦Ø?ʵ°Š9ïZÒ),¾¼ —p¡…I‹ ÁTV«ØÒȇZw|Ÿð²oþàæ€KoƒÎ¾ <õw°j†•JšþºÒës|Œ}ë¡ôì±ÃIkÿâQÖ¶–+×­?wÛS :t[¼óÎé¸aºˆƒªû¶kÁÊ–Y>bªä_ºå§î_Q÷/Vš |T\K°íFÞY*Ú·b™5oðo_²|ÌýÙçŠ4î:†)Þ+iÆ=gj_ö¿ä%YEŸœSšx0·2ô¸a¼í±0ýT»†oä‘ t‘vÈ0ì¢]¦®m¯ŒãºaîýûªÞù®ïvGÿÄüüû±…ç~»â qà‘Wßð~O'0­eGHŒ¦c6)´Ì‚ÊI®»d¼tÊ$†üQÓ6õ„ñ#·tZ,Ç€ZXÅ–F>œÐºíSÂËáeŸ3}µÞ&Ýûøö¿I÷™fë÷ «×j±Z¶NwJàAù¿Mj캣¯ñËú Ê:¶Õ {BÏ={Ýï^¾BsÊßoªËÊinÁ»¯'èÒEÖ*Ö³ÚcWùêß_U•ÚX4Ï1ðƶiÝòR}ü’læ¯Wo^½aÙø7iÜ50påZê4 jygŸ¼âoWKÔIˆÞs5V‡^rË1b»qA#!5mõ|Nº¿“†žI»¯Äe½Åª¿ô5¦u,Â7ºÆìÔ˨ ¢]êëûÛe^¡UÔ1ðLÞ{5:îÑGãЕØëô÷rRé~®!t 1ZN9¤Ð"Ÿl×vÎŒH­d5ìФ]¶a``°‹ªŸßñʾâŽÙB «ØÒȇZ†Þ%¼œ>´7ô¦Â¿…ÿæx¾õþusZäï#uÝ:0^yŒçÞ±å–ÛÒ].ïØ°|¿š‘@]è¶Ð³U¸ª+ÿüÓ*¸ªcÂvÝJ×÷ÊQ½´ó²ûzâz×úKÁjnņ^Y'uýΘøn=ï¼NÍkß]&É ½2k†=ÇëæºyoÄí]8Pã]‹j™žù^ðŽ‹.ø%” ôý-Æ^Ù§oú*¨»rŒ/Ð÷swáMh™…)]rÅkwSÐKÄôeSÞź£öh¸M¹lÑ :íR,ÏÌÓ>[ÎãÛø…u³"Cú¶8$xÇMÆ >¡¥â\ aäûÛ¢̇+A'lóoy—ÜòHR·xu(ÂüÔ6ñ 4ã´Ý“”´çþKjâòãÅp-Z¦q€*-×ÿQâݰ]ímÏHùÃ~#|‡x'oÄhz’S²“¨µ^¾ïNŠŽW›S,¡ÃÐݸJüÍ &iLüË0~ׯdUYíK\kixîÐôlùÛuân4fC -¬bK#NhЋyÑ~zxÑð—ÍÞú}a8ãñ‰ÏtWôÛ=Súò2¶;Æ9©»‰kutß–õJ‡µÕ {â•u‚« b‚1i±ár€q&qçﯪkWüŽÞ¿]‘_ÿæoòr»ÜàfàÁkÞýË ›qYööûqpäþëq×<û8k}K©Ó×òmLË9Gâ–=³N„=H«¯hþ‹T‚o_6%…E¼ñXÛ«Ø€–{ö:ý¬Wq‹héíŸåi èÇ*k‹jÊ«HÛ"øuvríŸo iÉ®©°0>å\Ô÷”Cׂ͒ÿ! ØýËZ~jîÙ§D7+:¤DyeOßy;”Ghyÿ®p9º¾îÕ[RÞ²*Ëí-|ZÄñ¨)úÁ[ÞGƒ‰WÍ8¤ÂÕ0ÜÒ\xF+G\yüÆ+´¬(›º{¹Íx¦Ô z†·Y^áÏ‚Ç{´®“ƒöøCWÅ;é¹Ï:ó¤¶ÏE¿Ò|6^ëŸçì„ð˜Ã×"4<ÄL±SÝ”k.¡E>muê^,y WiÅ ©Å\Ñ¥IÃv]qÈÄlH¡…Uliäà -}¯"Ϊœ:ÿó¨f·ƒ™§ÿ¾`€½ò7vë)ÎQYØÇhãØûç·–DZ[ß¿qàè‘%+®ÝZæq¡µÝ0Uëž—âÃb±c™]§moÕNÿ¼zóöߥêžbŸ“[ššÞËbeDðNø½-Ư^54½l¨+Ó¾JkÛøZ~û÷«¿8Ëx‘ߎ»—oÑÏD4q—ö°õûeFäŽË^¢›2ˆRÒIÈ&~~ûüYeë?ÿª3Òö;ãZÈ HÎYoÃü¿¹7@ÿzËiZÇoÒE7{;ý¦¨¾}A8ýw…¾û6¡uø†×¹„—oÿzÓÈ~õ‚lþϪ›×¼ZÕ‘×[t¡Ü"´þyÇ–ù$ëŒN¯ÐÚ£gö>ˆWÓ”øp(Ôyà¿Û¾ ×ܬ¼ów²* çíôè8êÓ 4D…]± '=wêx_Œ{έÄùÿyfÜ>íÈ=TS|'FI"‡ ¢ãšG -#Ÿ'$êVÉ;4<Ó‰…i­šžØÆRha[ùpB ëK˜“Gïÿ¶ÿéïeiçWFi¬1Qœe¢8wçt)»ß†ý±sUa’Od¨gJzÂ+Yº®éÇ´Z…ÖoçÝvÜ|dWLÈŒ?+´4}v´®’îëT7\òÝy=¹€Xi&ëϹì´*ůy¼|rAÃo'ñ† [.z+JfüN-¯SõºžI,É•É4ƒ·ë$æ¾%oÒ…nWuY A?leSt…Û¹µ¤f0tÛpÞuƒšÏ)‡\mn@´í£o¦?%ÆÿØÑ{ÓyóÒç¡E£N°ª‹ˆ2## Ó^ 'KÕ¬Uh³ISÖr]¯æ¾ëºï!Ãøü!¨¿¢Í<6ó¨£ýú|êH±u—ûÆ ¿]‰TwJÚÃ+´ZŸÑòØc·ƒª)M?EÈ:§ãÚúZqZ®Êš¾æÄÃUOü·^ò1+Ç?7Æ…(ê1®8Äí»AÄö6œtßr=¥ž4¿-ª®{íÊ·ž»zl£œbE±Sݘë„jâ•4§Íâ1e•ÊZ˜âÂt¶‘·Vå:ÏNh]sÍÉÅ»>;¿îùà¸ÿ‰·”¾Û7wÈ©ù}µ6L¹¢z$'=ò®©ñæ;—þº†ª:t+\ÒŽjñÞçj-eáÁJúÑ»y–òÝ–9šŠ–oD˜×ß¾JWä7Ö²|cÉ[V2 ï÷$4Kcî šYë-ó†ý„6¨œËæbšòVÒ ¡7pžû¯Ì/0½Oßi”z…- ÿí*ñ®þ©¾¦á{Ò"˜çaxwêf}Ur…CÊŒüírˆ©cK_q„}ޝNT›¯‘· +M<êhŸ¯Ð âZ^­sðŽœ’vS­Ýf±;(› Û'ÅËžÙ·úò4a·¦ß¶[ÙÕÄèL®»¬;ç²Û™‰[¼zª¥åº%ÂotÅ9[Luè>8§ ­¿_½,+.uvTºwÙ!‘OhYdk¶è_%ÇåÑ"¹„¥¨ßÙùQŒ•ô½÷¸ë.+Wå2M‘£‹jtµ|N8`ƒÊ¹dæGÙ”Q´šMôΫ!Æ‘•åÍô&ÖÎ{iæ" šæ\7ÞÖÞÔ¢+›ñ -1Í:‰)&´¶é*¤¼m 0&´Üw>¬$®s5‡û'ÜrËJ}ÅZ›5c³‰Çº‚Lh»õ®hÅå]ûÝ¥í·Ê¾âœsÅ1‘Bh¹ï6ÛIÙTôE[áøi ­ žç¿!*ÿý‡á@ß©Ï0OØ5l1u׆“yF-Û¤V¡åìµù2Åk†«ÙŠ›2èÆÜô,$…––SÆaƒÐÖ‡á5=wh´> øVèi³̆ZXÅ–F>œÐÂq V/_¤st]ºŸiš·IÝ$5Ü)“‘™›š‘Ã8øÇ±·i:dˆ©Ý'Æž[‡[Î9¯WóØv%ððý l¯Cï*¹Ë"KË&RñFj)±àæ…*©:¯?ç¼ñ²ÏQ½°Ó6Éx'ï*¬á«À­•ã¸í¼Ëúó.[¯ùï jÊ6SÝòÑAM× ª®.øÝ{‚  ×™u4ˆ€`nl¿‘ZB\b*ÂÜÚ*´hÛ¨šµRLh)¤œ7ð:âSÿO«Ðò8ìO<ÝÄL?¢æºQ=е+´.‡Gê¦ÌßË9×Vu¤¼ãrd"þäÒÛ\wïM˜óê§&ð>£µùrD,¡C =}¶èFíÑ hJóÑY‘Pwi½u¨¶K#"â%Ïãv8¯È‡«Þ–&îÓ P»v°R[NnáÜ{ý;ÓïÖ¡ûmÚVª)Ö =%vÊ £Oã- ‡lŒÃ†BS*ÈKX'Lb1Z^ï ãÈ8¨†ÙB «ØÒȇZ¤üæ ¦âîÝžN÷o]Qq²º•‘’™‡©,Gw§‡Ž6‰ŒÇË׬U:{‹ª:t+G4[…–¢^Šï^{¾Ur—y––SÆIúÕ”–kÿ¼&ž[.óõÝ~;öãó¯Â!G´éÚ©¯¹÷ßþÆŸPoÌ=qÉKtSzAŠwñg¥Þ<{^Uÿ’¼@R°ýƒ;ðŒS×éZIܺýùòï–‡á}Qyh”¦)*¤„Ðbh80jø[W´ -E³'ψ^Ô5䔲›¸·®xi¥¾á¾Ïì/Îß àê(∖·ñÎu±×/ÿüûuµÎ¾;ªÛ4üVsª¦¹zoפhê²Bȹlê¿Óºœ'ëÁ ·ê›1Ô\÷ºÕ°,oxí½*2ìm8¹ý ýâãÜ‹§œÿ_æÆï¿ªD5Å—ém: ݯ"Rh]²ÏÂ8mžxäväîkþôBÉ-Êwcê…\µO~”Ò4ÛB -¬bK#Nhi:f‹ä°¶ãê›”ì_¹vý¯¿,¿¢£…©,}ÝëÖ¯X¿iÙêµ+Öo¦ª Ý Æa>¡•|™w¯€Ð2Ë$ª$ÿ~ÅG3°¬°‰³R¾b7FÒBö߉þ8Æ;õx¯h…³M>tÕ÷jðÓ¢fò¢Ñßõ%Ùgu‚ö‰jjŸ~ð~³œ´zÎ þûêYzl¼²vÄ9{Þ˜$¾â«ÕÚà¿ož?+ÊÎ<§qÎŽÂCc††¨bBKQ? ée‹`…ÛÙå¡åµW×çœwi·L 1++íM›%ì¿bžÒÐÈÙó÷³F#2æwƒõ‡Ñ»ucèÅ/H¥ñº¾ì–ž/ߣkFa{’ÃË_ýõïŸ1ž»LâE6uH7p_HWÑöÒÍ#öW$ÐŒºà@l·‰Ù~õq&±¹<лAìAá°kû)‰ur×ýä#W|4‚ž?#j½nNz|ìJði›Ê)¾ì½·Í)€nŠ!½˜Zl3HTL„Ÿ¸Oµ…ZXÅ–F>œÐºìEÅ͇;Îb”ÎnݽZØ¿ØglËþËÊÞbê@wÃ>å÷Kø £ÍzI—„÷ÚÅïRÅß©dšÁS%UåV€‚:çïÔ6¨ÓwÝI¹ôñŒ3ÕŒé¸zèY{ÒIÆ ¬÷ýŸ›µÂÎØS6uќкh— ÐuÑqË×£áOjIfŒUámáà -uÛ €.½ø®™„ß¹#ЇZlÒþË|¡¥|ôpë aþÃ`º¨Ã…þ·êõuÿe2Ò ´@h€Ð¡B „-Z ´ø„ÆeÑqY}Ü haŠ,2B „í&$6]AÍöŽgš[l¹çã*€Ä-¶Â˜†EƆ I ´@hÐ>ë¸Þtb؆—Û„=À"ó»¶3$ €Ðêp¡•›éMs·ø0m­±|À²£ûMë†“æÆ¾%&þ¥€0w|J°ø@Îà "Ð¥§© -Ì+wÇ'%EÏš›^¼xX&`ùàáâèêh‰ÑͦuÓ)3õ»>jwè€H°ø@Îà "Е§ÉI¼Öú$BËÛÓ-;3­ºªxÁ²‚ææqèfüvÆì-ê‚Å’N.=M˜ªélBËÁƪâiieÅSà¥üi)–‡n†â9³þ†BY°ø@’À "ÐÕ§©³ -û‡*ÊË@Èª&'þ‚BQ°ø@’À "ÐÕ§© -L€0Ý=H¡õ' ,>$pB€tõiê„BëiÙr£ûqà¢ùßþùç›7€H°ø@’À "ÐÕ§© ­²Òr£ûqø²9®³^¿î,¼j,Œ¤yÆT¾l‡%;þÜ4™aë쟾è0°ø@’À "ÐÕ§© ­Ò'ÅF^„Å »¤¢µì ”¤ûéÞwÉ7ï“ÄêÑ‘¹Ñ]ãCS”`slõš³>•xhâBëõëW|¼ª´ÿ¡z¹Ï_ îúаbÿFaµÃ²9Ëä·¹?žª~Õaþ`ñ¬û'„®yuÕtñ4/Dÿä ÿ¬"ɧ© ­'%EBqªËéù}Ñ€¥7¢òÈ-%Y~:[fë{Ò÷›3Áy”–ÂH­iHú{ó ìs¶«Â4x«KN‡ÆêÝ(ÎŒq·°ôJ*jÙ’ë}tRŸÁ+î$vب;*7ºsb|hòƒNú­µÏî Ä;qÅ—Y/_òñ¢ZÓoæ4¿Üõ¡iˆÁåÓ‘èÆ´|°øt¢Ù>̻Šá½FúžQ§@;øSÜ)ÐT»µÐÄÓ¡ùï0MPh• ‘bµjHK#ÒýÆ|½â€žOJ‘K.‘×ôúÃI‡„<îÆlÿcPï¯÷ëY¹¸:Ø:?Ê)¢²ìô<"òÄ,ûœí±GÉïòÈikïlϽ>ä…j¯þzá!ûÔ¢µ¨Ü€Äø¸äkÄ»,Ä#Í5Já™îT“yMR Ï-)J2ž‹ÐWê <}ÍüÍë×/_¼àãy¹.´nd7½xù¬”vô‡Éòý¤ˆ)0uÓEÃKÛ¿ßûAjðŒ­·â™Ïñ*ÏÊèÊ?MÕÌ„“þwÜšQ÷œÛ`óÓëÛ¾Ù Ò~8x«DlVpþ—™£åˆJ½§j¨>6ºõ|õ…jëES¾å¦/Hã?÷1g»QÙ£°eSÖÍéHf5½¦Nñ}%/GŽHfì¢ß­3"À‹àÁä/œSÁ‡Fø0ï'„÷é{DQé1p£cÖÇ89tüìT‚ƒ«8ÕòW94Y5¤ 8?ÃG{ÇÂñäIGzÀ¸9.d‰ž¦N(´Š ó)H¸ƒ ´â-[Gg+3Ýë'õÀNÜ'|ÒEsÈË~‘dz%/R{êµÄ,­MËÎO^„æT,îãcÉ VÔk²jp~û|ïd’¹êžý!G-"7 1>29§>ÇÖÛLÄ#ͽRÐj̸‹ -ÕÐlÎ4}uá‘P0ÏëBë9ÏŸr…Öó—M™˜zA3NÛúøû¹ÞÚý%¾n,?eìL÷rº¾y B_ª&°^´˜²ò¤Ó﫯Ÿ€ÜJóÜf¼Áºø Ó¥ÐÐÿ3u÷r¼ýûÔwù½œæ–ZÓNXyÒ<â+Ÿ×GaòiÈo¢â2J^¼xVÇpyèâ䮯ø96¤ ‰x–Dk2«½j$étÆ©‡^ÞÞîæê+†"4åRJ£`°øˆÎù1І6vŽ\ý >ÂìK~˜w¥ÂG÷Ÿ÷ ú@àK{÷à”B8wI²€¶}p奘-¨‡e&Ý_Õ!ùeG¯Þ±076¸tdûÞÛ1y¢§© ­¢‚·,Ì 7ÆæäÊ)ƒð_eÇ~·ÿnX¾1D}r«'²+­Ò©,%o3/Ör×ü‰ÃeÉ_NûŒš»Ó 8»ÅíÜx— ¾Ù›èoÜÊëayTíä§èl=¢Ñʰo¹f !+ôîþïÇN übÖ”¾Hú»û©ø®ä‡ë§ox˜ÌíT¸ýœD³uCРµ÷b pƒè;?úügZn•?"ÏpÇN>#”ˆh`0Ìê…¦^ ËÇ>»ZÊøc>9D´û,·Lã´öØIuí×Ã{½Ìߡ㕞Ol@~Dä$F^œÕÞï&èK:?àóÅû ü2ó[:¢»˜©9Ʋýñ5bµM†@âå†ãBë[ÃäüVããy¸ Éž¦.èZ¼yý 3|eÉÓšä>+2]ˆÐ×ÙM¢zÄâÓfÎs¡>ÌÛ—$™ |˜dGÝüeBâr_¡37húg•.sBw€ð”Ú˜òˆ¦°ç;ˆÞcE,­tÈÙ@ÌñN±Hÿ©%2ïäUG- b¢Ç ïc“%2RÓ/=ÊÍËtQ†ÿ‚žXD‘Ÿ¼ÓÔ …Va~® yˆá‡çp¶$Þý±¸Ñ>#'_%'í3x`cÿà®9=1?ŸáqèsÔcÒV 3'‡{êkFcg{ßôB²ǼË.Þ^>Þ^â-%o}uÀÐòµ©®òƒš¨â—A8™êsü+)4`á>M“–fúWï¦R´“xzêñÕ®ë¶nî®nÚGç F ÑaûH„†-ýã†Åƒûú§×OîåÉ=†`¬(üÌ}l¹q(´Æ4.#Öpùé‰G=âìE:Ÿî¶Ï|×L²¯3,ó§\ Å]%v Z}Ó-=$.½€ˆLŸe©D(¼ÿ˜,…/>¢cfi¬¹cF$³H; ¯(.€‚ˆÈ H nGæ–L´¯‹PߟtÃóć]ÌTŠ#OwY~'ñ5âaº a¸Ðº•”׺1ÿåðËóÁ™ÂÓÔÂe=‹×¯^=öŒæ2Ûïp¡•ÉzöœEÈ’U´jbW}ÔcЈáL²Æÿ·èKõäA³çÏØ9·f!4׬¨©>öägHvg·}vÞÙ˜¯&ùMBµž=¯<ŠÉ§ÃêZý©Ïu9¿î›1r˜šèÝû“vùlQ–<­½C§Ì=ÃÐx•Øz `ñó“Îgdååp( wQæíKáL>Ìós2üM ïY;9Û™]\7¡ÏÿðÎî2'„6þ‘R‹>¢©íù¢öøâ# "=:èl f‚x¦X¤ÿƒ¢8…¾‹WYµ€Š9¸òãn-î-ýµ&~ìäEhÌ–Fý—^¦'g‹ÌOÞiê„B+'+C̨[s°áŸöOa¤%E…y˜œ[‰ý¾1`õýèìtÕI¨ÏRÓD®qvŒÑ’>hòYß rK¼éJ9ôÙQZú‡·Ì ¿ŠL§\ÌĪÄ/“E÷Ù$ñ „ª‡­ÃЀ_ïFe ¬m°¨¹Ë‘AnI¼8I/4N0£òó-Öt3ÖÇwæö“žtÔ•!Ö>M”ó9)NJ#Ј\âïag°¯ÔðÁ îÂ=l Ša[rZË×_ÔÉ+¹¥ð™ P8"rã?ŸÌI¾:·'½Ç#ElØÅL¥ÐùH¥Ÿ˜€úýj™,èžhŽ^\fëÆxCìœ5ñ¬?ƒ;Mç‚Ò¼b@ ­f>šK¹B«ù9+ƒ+Kð]õ±*ãÑð}aL²&hû ô…ZR½ Ùóg¬\CBh²‰*²kh•ÜöYùw¾ÁÔÒÝ|¶P­fùÄÙÒÈКÐgÛô<Âc㣽4çH¡ÙFùl–¼­½C§Ìðƒòhìñèz `ñó|…2™i¢óv&‰p&æüŽΓFß\Éì"'ɱƢh1óDí?ðÅG€¯|s3:½ÃÎb&ˆgC”ÿ"7RžBßÅ+F- â®œ¬´(Ýù=¥g] K#~L 1Ø6M!é‘ß®?¦ïò(ƒzš:¡ÐÊÎL$#Ò@`øƒ¦o¼ì’žžæwùý®1Ãmïh¡~û¯yô,“l¶ F£÷¹2ð*ûÆ`êþ~ï@(ÛI¦_\<û5sÒòÝšS2#ÀpÝ3õYnÆm-È“wą̂ÚÇ÷¦ÆÝ_‹ýúF)9'µa#ÊùìdG<ó·;¦?>6!2? CxW&ß¼…"5Lc¶Ž^ Kͦ pˆÈÿ|b 35DS<3u"RÅ…]ÌT ‘†×qbHtƒ#´by<|| ZgüR8Ó4élPš`ƒ:†˜ÐzùüYÍO¡u=“Õôœ•NÈÏjbWhÕ–Õ„ÐRMª4{ÞTìð‹,yèQmÓ³§N¿b19» mWÊ¢Q¿GÖ Õ¨Sý ÜæÇän©r[ÖMÓI¯'~¬ðZ%C-–¼­½C§Ì0BhEÕ ‹èœ³ÃÈÖÞÉÀÉ3*%­e–…óv&‰p&æ™I¡wýoª|_i„zÉáOO»žÞUN b)ŽhêÆy¢öøâ#À›Î^qiév63A¼»Dú/j#uÞÅ«Z@Û8¸ÒCuæôè1çJDzk•¬ä'ý“Š‹Æõ@RãV_ H=MRh¥ Ò2|;{W7ÿ°ØŒ–]i¾DÌï%p·0\wBÒß^´óöòäBóÏú–IvŠÃÐÈÝN ¢ 6³ËLcyBÙ>Æø Ë‹»Û!ù5zi|`¸yÒÒZZ‘'FñüÛ~Œ­ÒX„°æGm·ŽÎkŸ"Êùìd§=#ÑßlSÈß%2ߟ ÎAá"j^HçyZc„ãÇø4­0F6u…Ó@DnüçCh˜ŒÐ‹ÄÎv1S)4F>4b°HØžru¹È¶ldD\™ŽÐWƒ2¯/’Yrk[°q¢ë§nkú¢¾‹ÎYÑè.ÆN™5 &!4a»¾{ð£¨(_íy=Ð7Fy,– |­IÜ)yEK9ºN X|D缨`fSæíLáL:ÌÓ|NLÆŽ¿Õçï;¸Ò\ï«L—âä@—8!ˆ;@ýc,úˆÓ8ÏAÔþ_|„Ò£ÃÎb&H`—Hÿ…6RFà]ÏQ±€Š?¸2B/#Ýs¾nh¦ˆlL½±¬?’ž{-$CÔ4uB¡••‘*Hú#ƒÙØðϦ íJõÁcþ“IìÔS)4F>Rˆ5â³DÁ]í· A}ꆥp¶¤…Ü\Ô \û0AÜ4ãB«¹¹‰¦'‰+ZMÍé„,ñ¬$vÕÆ¨ŒÃ…V aY€ -Õ„:Ž1÷[òi×AÓ7jù•°¸ 6ùjmš5¼ñ:…ïöÜŽª`“Ûù'©Ï²Ú7{("^1ëw9»:áîîù£ûg°ÞFÍTryÂeÙÀßš„’W´”£j‚@€Åçržâ0oo’e‚Ðaoü]ôåß$âdzŸz£iÃÒºÈ AŒBþ‹1}D‹iœç jÿÿŽè°³˜ }êéëFêShûÎQïµ€Š=¸’ƒ/N—êµ@?"EäLe„_…ýz#*W;§ÐÊLO$í‘>1ü†Ð.†Ï9"æ[cìðßéúÏÝ©vËÔÌòîõ gnø'Ë"ëv9&UìwÃ~Ç^°ç¢‘©™Ùík×LƒR)ÚI 2RUÓ5·±wzh¤ºb(êµ@/"…¤]}‰ì×ÛÎÜ7³4V_?ϓǂÝ~FÜÅ‘hø³¸´Ôô°ËäЈ-æØgÊq‰t>=ÑûöËýÀïhÞ1½ozc/æ–ùix¿‘w—É"Ù9¿ëš˜ß¹¦qÛ—Á™Ç.¿@hèG´MÍ4vÌ”A½\òMM@!Dä$ÑVOIMÏÔô¶†Ò9$=ó4!>ìb¦RxŒ¼¤_ý¡‘tœ#Rùw1è§¾Æ4Ÿå¿_Ò5Ô»|tåi$=í„{ŠØi22±|ýúÕ³föûÒ˜F¨ª÷oª3ÅGtÎÚ¢}ßÔÂŒËç(õaÞ¾$‘킇y‚ç‘ ]§jbcïâd~ækiLh…¦v‘‚7„ýg,òlImÏ{µEx×tÐÙ@Ìñìé¿èAQBßÅ«Ž[@)®L†¯êÔg‘~TÇ8Ùíį+wœÒÒ¿gzïžÞ…½ß Â~Á[g•!jš:¡ÐÂú$5BHÿ¡])œ˜ÇñnL6Sþyê°žDŸr£¿Ýïøø£XÆÛn#².‰[Å\ùç)CÈW™¹×.‘¢D§ßç”!CÔoüw{nù¥nsví,yâ/ˆ‘”܈/8Âí¨ ?ã=~!%·Ô ,™°I Tÿ¦'špÄ-žr\TÎ'úèï˜;Šó˽ÌÐ ßî0 K#úMñ¿þÛ´A„k§l3MæLJ¨å‰dk}F~³ù¢cCÔô ¹‰At„†Î˜AÎÊ€/Wœ°ˆd´ì¥»˜©9ÆV’£ìŸ7¬§ÜF±B»bÕ›;–|}ŸÜØ9›/ØÅ0Ú˜&“û–ø­¦&^xÏ»(i¹š$¡}‹èœ,³ "©óö%‰¨L<̱4M³F'%Ô«ßð¯6E1ºÎ úô?UìÑ$òˆ¦´ç?ˆÚ½"¼s:âl f‚xv‰ôŸrPTkÄ^uØJypa¿(œœ„d–F¤sŒSÜ5¶/þŠó’ ÔkȤöèz&¤Šž¦N(´ÒSS@È ${ŸÅÎ9KîÆuMÿ±_aß¼zõ¬‰ý¾4p¯h½S ,>$pB€|jèÇ¿@}—G&·oš:¡ÐJc$KŽpïTèB¼knü'H¢Ÿý[Cc?©âz1--,_¿~ÝÜÄD‚ÅGòPwò$Â{P!í;Ì»< ®G?Crÿ»ÒÎDí„B+5% „ÜA¢×™/Qï%wbº¦ÿX¾¡E H8!@>- .ûÇ¢~¿Ü‹h÷4uJ¡•Â@nt?ì¬Ah‰‹$ œ ]}š:¡Ðb$'€0ÝrNAh‰rNn0MPh¥$Å€0ÝrNAh‰Z$pB€tõiê„B €ÿ ¦Ä -º"޶Ö>^žù¹ÙbÏ'ZÿBå¿T@PQ¹J-¯^¼ÈÍÎôpq*«µ>¡Ð‚,]&³&';Ó×Ë„@ÇÂf³ÊËËm­Aht8åeóaxZ€Ð¡B „-@hСB«S -v%#ÀÞäÆÓdæ'kZÝRhÕî‚»¼Ø©¼Z¨öÛ6û(»Ú«’ÝTxò9ÔžjDeÓÇ5ű‘ií3þ´Î­O$´XO.’Â;y °¢u{cŽé’>øæi×Òê?™Ðª >÷Ûè]Å®Oº8 ‘1>î¤7[1y(¼¦}ÆŸÐy¡õé„Vmâ…‰d/Òó ²¸j'ôðrëAÕŸLhÕÆž}óG4Ó~%!ÊTŒ•56l¡e±I.´D:ç„Ö§Z•þÄÝ9Djƒ*BäY.íÃÙ&µÈ¶”°¬Ï÷¹²mîhl[¡ÓV²M«aqî”= ÓWœ#ßÛÓkØè~ˆWh5øhm™-ß rC¦­QsË«u¯¢v¡).ZæÞ+`±›+=×Èâ÷×zU43ãolž?I¾/é£ÜË]>³åÛ‘½q‡‡ÌÜ¢YNèfüõ ß~1\–4“ýí–Kn9-P¨.Íòè¯s?Ü“¨ÕkôË–" ¼†ÝÌ.86libSï3×]¤4¶ -~c^çÅtMŽkd¿dì}µò´sNw­.*´žØ.ÆotIÂ}™ÿ=(d±ëâUñû\½†ö"nv]O«of—úÇñ¦§ùÿÀµVù˜”Ê1[ÎQ2½ûËqö‘B‹]æwh<©V†ŽLЇ‰*LÄ´ÐPüð¾•&`ø´ ç3¦Ede¥[%Õ‡S{øî€êÖ*Øðdå¸Êqø6ÇbÌm1#j©…úÈõí‰oõÉàh§ƒåG9î;µXüAýê=#¥eÉ–ïOšËþl]ØØ"´øŒy—¤k)™‡¿ÑN»­.)´ÒoÎÀ»˜zêê üúÐÍÄ"oÅ!ØJÿíÅkßá*`ìñ¨šÆL½ÙÄ5¡ ’˜ìº<ÛÍÄݽÏÎÄ1R4§àŸû¯yƒéJïßreRc¦þüóxåàò¦¦Æ'®¿ Æ~¤àÏ/RL |®ŠZøç¦ÊÀC£É‡Ì‚kØåGâ?Œ9%(oªâtâ—¼ÐäK‰µbF$põ‰UWÛHqë°©±]_Q”•–kº [ý6ûTоuÈÓ¦¤]³ í× îkýìF8ôZThåçæÐ=Ýl˜cî­9ýÞÅ‹Œð£¸^ºRivOLõ¬sͤm”ïµló«¬ôø…¸ËµÄž¼Xí¿×Lh¾yA…û/ø¥—žËœŸ >aUåù«ŒˆÑÌ5Íç{N©’ºI„VsÓS—¥=‰GæéÕMìr§ŸðKgý7ûT ݰ{êB Cê»'bFÔ$P‹ê±«úÇc ‡ó ­çr×ò6…–Ä]7äÜš…ïw"FèMäl@×ÂÎÚÓ$˜2é6B ‹›£]^NvY铲'%¥%Å|ÕJCI…ð´!M÷nc•#˜5Á{‡Èåi%)™zü(¨ Ì *<™$½èa K@&q¾âÀÊÊ\ÎÜŽå¿¢UIÝ‚dB«œ¶ ÷®ï:¯ª–Öä6xW ­J¯õÄS]‹lJÄŒH”Ðz°xÜê`X‹vb•:þBÜåûRAë®Å]Õ¥ý9aeÌ/´$íº1ÿîr2¢…„6Ð娮¬xRRìæd_›Û=„ÝÓ=7;«¼ô fÖÄf p.HõÛä]ÙÌ*rXE©oõ3ê›™Q'ÆW îç×snÊüx+©¿Ûµ‰ÐBãOÆÔ4¤éÌ$žHš£ñ¨ŠÍ'“R¯M'К§XBü=ccyfzY½€bZè ¡%ó‹KYsSC‘Ó¶¡Ä"•èšFê5 ­æ 7R .¸“…?îÞPËjªch}…×øJ#¥žÝ\{æ3ŽÐe,pëP®Š-袼zõ²ôI¦Oº‡Ð²³¶,#T–èw”—_†íªÆ~dF]Z½pþ2eúS6»¹.AýKâñ­«) ìRŸýc9Þôâ<¿Ýo¥i&ŸXÅî;ä9»dú÷ëÅó(;«ÈUaw½ee¤ˆÖ„^$%¦…ŽZ¸v”À¹Ùs¾.þf01#ZYÆßõà<ð>°¯~ÿs,eWú(¢Ð€/ç,œ?m(â -QÆ‚ÃKÔ5- òìY¦µ0}Ò=„–Íó²'%"®e°²ô¾Æ{}ô‘ТR¯¤Æ«D×â$åÒ.®Ÿ5‚Aý&.=f‘\Ím³.ÛýÂúYò½9Ziè„Y«Ô£kÈ]9ž—6ÍÅ9}GÏúÍ(¥^Ø1-t„Ð’-Ox0`ÊÚK¾Å ܇¬(F$,´šØõÙvÇ%‡!ûÅ&‹ìúfVièõms¸CC½ÿú—KÑ5¢_ï I× ´€îÉ_ý)â¹ñ.+´ŸËúï J2B „-¡B „ ´@hЄ-Z ´@hB „-˜S@hЄ-Z ´¡B Z ´@hÐúذˣïœýÒúC¤0Ÿe?[¢lŸQ'(BÒt§·Ž«ï:¯ª¦ú³ ×ÏzŽ˜­x+¶ŠÕb)³Ê£÷¡Ä÷ìÊ™£û•zOQ&zo³/\וߨ¾`Œ Q±ç ñ³V]$d7 X…î‡O–ï+E´%3æ»C–ŒÚ–ŽjÓíŽ/ ‹ï4yÞ 9QBKL§âç  ¨Q -‘6x‹&ÉË‘] ˜ºá‚Á……ãp—¥ÏØ¢CS\u ‰qµ”ÏÏ=®“PáH¶çšbÖȸ®0ot|—ì„u& Âó&^¥8ðÚÖ9#{Ý->p7¦Š¼Ò%ù4Qµ þðéØT¡ÕÙ„V•ŸÂ ÔëG‹Bþ‹W좇Ëû ¾kÝ+ÚX)ªœ„zNÝmà଻ÓlSÔã™ÂB«ç"ý¸Ø¸¸ØÄœ*v«&ÑÉÊ‘ìïrSaB_ª+5ïÚGʳiÊ–4_?Oר2¶$}5UGŸŸ†­Eßì¾fåâAsÔWÅÕ?âF!Î4]ÅʃæåbªöóP¼Ç„Z♟§þÆ $ÿ‹ª©;ÍÙBSaZÏwZbçƒbÔ|B‹Â†ÓÅIk/o'=¥‰XZ \ªbäàéa¯½ ó~⹸º¶«‹ò×ÍæøœÆ¥1›Ú!´ÄE@’¹¦˜µ¦šØ ӥР• <=],ïØ$׈p˜OhÕĨN“BC—¹çâaopp¶ ’]jœù.ÓDÝÂû -I}¡Õé„+KB“.%Ö ìªO¹6;k¥Ö‹[šž8®”EÓµ ä®rýÐDµøz!¡Õzé@ð)åb›ÅÒhy1[„Ðâ­%I_M¥Î«dÑp%z9[莞„ë•?˜øÌ»·¡¯õˆ—Ø,ëÆ cŠ¿uØÖê)²q¾»T£æZ”6ü]%¿×®H”W³ÖT漺/¹?°Jü­CžÞÉ*òû8UXùVËeÐè£Q5O“˜:Hhµé­N(´3o~Ðd$!¡ÅО†ÐÔ«ib…Vm̉qBžÜæW݆Ðbæ8[7k´œ4B½û÷Gœ_¼Ð’¤/ÂFfg…ˆG§Ä­wøƒ·¸{§]‹u}ïˆVÑÜAB‹·ñfÁ‰5Т´áï¢6òè4bh5Ñr¥ï–èKµÄ:I«óyø„_x%É+ŠY«QdV{”7K,´„ª4à¢9ws%ž&ê:ZhQùB«3Þ:¬¤oîú,·)a ^HùEÉ­óÀ•3Ry ¾7X„Њ>>õøþVhbB<—„Ôüê&±B«>YsBã·Þp‰‹òÔ˜-%‘Ð’ /BÿÈŠÖ?Ô£È| =(Æ*GÖŠWt¼Pw*¦ñfþ‰5¯Ð¢²Z¸ÏÃ÷†B«*@qúB5¡VÒê|J.´ÚIæšjÖH ¼Úó„Ö þ* ¹¸Lšm,BhQL“˜ÄD CS„V§|¾"p¯ƒ'œü}5UÇí˜=¢'~<Êüêö´àáš¡}¦¨D2;:ß@hÐúPÔ1Œ6}ûƒŠïÓÿB ªï‘iÈ2^Üø2uŸÂúO™ºÚù‡Zñ ÕÙ…VMÜù™ã~Ñ òÓ\:fîÕäÚ—!ï)´„€¯/fÜÙ‰¨Ïœ?î{†§”7>õSùaÎÆÛ)õ›o ´@huK(>³0¯ªñÓ{ȪÈ-a²:ÿ-vuQ%ñª åÅLÖG Q‡ -¾›­ø÷B÷þÙ¥âƒç­î+´X…î‡M’—“":0uà ÇÉ/О±E/¦Š»Ð7äÓ/­Ÿ17”ýl‰²}F§úâÉò}Éê2c¾;dɨ¹¬P~ÅÏ[¯%t†UäylÉÔQrd NZþ‡eBMËåŽÆâÀk[çŒìEø¹øÀݘ*r«Ä÷ìÊ™£û’Î$áBiÖVþùT)CÍùGù_TMÝiΚ Óz¶h ÜæZ’ó=£½Õ©2¤Ah+Eù@({.ÒÁ÷Æ&æT±ù„«&ÑÉÊ‘ìïrSaB_ª>æMN‰ºƒ/ ´þB«årÁS§2hòå$b]`å™ÍGäõ6=q\)‹¦k38:—{lì‡&ªÅó3/›woB_ëjª½B«Mg/q4dß]Ü ;Íd7•9¯î‹ä÷p¾q•oµ\>U#êË…nåPSÌÉzg†î—Gƒ6;ó~CÈT>Ô•Ø,ëÆk¹êÕz×L"·y„V;†ùž‰ñÎÕ)å^l³X-0/f Öj£;Zÿ1¡Uyt ±?”üÞáJß-Зj‰uä÷ –Ûüª¿î6p÷04N%º¶#„•3B+`C¶Á×Í5-h¬QdV{”sÛoÀŸ³Asîæ6J"´(‡)FhIØ;3ÉàçÁÉM[«lä›Éù*IQ©|x}|’YC«~0‰Æ×xŠÒ’¸Í+´Þ}˜ï™ï\Jhµ#bRô=„V}²æ „Æo½áå©1[ŠBh‰í„-bA$oÙ Sò®`‹}P™wYiH×›¤ÜËg}`¡Å*²ûE<QÃn*uÂ?ä\a<\!ƒ­mDÞ:¬;ÿ9¸Õ·åú å0Å YÂÞ[[`2t0a6S?«^äF*ÈÆ‡ïânç½k&‰Û¤ÐÚä]Ý®a¾gb¼suª[‡í‚˜JÉ…V…˲žhªv*ùšµrÚ*™¶…–pw ´@h‘Ú†]rìs„.>ªoGóövµÔ×±N¯»¬4Õ&kNGhðÒÓ&Î4Íêä4Ô‘B‹ðņæåtçïú¡ß^K"쩎:3¡+ÕÌiÞÎwŽÌ“E2Kn§7ˆ\7Ù¥®kú¢¾ßŸ{àAw6»ã˜^O5Lá§Äß±÷†ç›úVôàðGÎ77Ž@½².j¹‘2ÔMÕÑç¦"Ôwî¶žÞÞ.†ÛGqŸ—ÄmVÞ½yQ2*nx˜•ï\Ò“w‚˜NɯhÅ«MBhÂv=· ð¨Híy=ÚZÂÝÁ‰Z ´Èû±>®±q–|/»~㟎¨/´ð¿Ä·9²x¬ 9 Ù“ö(bw”Ð1÷ÛqDÓƒ¦mÔò+iyíUC¡¯Ö¦YÃ{à\?vážÛ‘,‘·üpê3ì›=ï˜u^Φ¦°ÐzÇÞ™QªKÆÊ’è?qÙqûÌzŠ”¡&Þ¬«8tb»T¿ÑÓV\ྥ¼M·›ËüÎü0²W¿•ÎåM’³£ã«‹¹$õ®A›¢‚ P/ñ3ZìªãÝ\7Pï#g*9?a½cwl8ñB«» ­®ˆ(Éô_é@hС-Z ´„-@hС‡ÆÏÓ7kD1> ´@h S´gº+°­•ìêì—ˆbVËfÔé©2C×X6~ Úì]ØáõGl;àýJk¾¯·îy€ÐêtB+üð¨Nöe"ÂßoRÇ0Úôí*¾O?ÉÛŠÚì½C¾å#|«K‡tÑy„–¸áÔ¦Ýݹ`|?âø<}ãµÐ²F81€ÐúB«>åêÔÞÓ®1:³Ðêä€Ðêtao, ¸yÍÄ9 ,ÄËà·±>÷7@h½¯Ðj, ¾±}Áòî=Ÿµê"ñüŒÀ’Ä÷e…åômß(Ð˛ś± Ý/ž,ßWŠhZfÌw‡,µ-ý6äÓ/­Ÿ1ß)ûÙeûŒ:AßêsÌ6L Mø5b¶â­Ø*V«Ï׿‘ïå–°Î$£p£¥|~îqÐům3²ÑÝâwcªÈkMâäE„Ã%.Û†¡![ ñ7Þ7æ=\;PjÒÉG˜Ÿ¼½³«îîž?ª7Ñü<•°–ðò9L5^1ŠhäÃV\bPô.Fh‰´Ç‡¼h’¼9äS7\0¸ °pœ,ñNõ[ôbZ¦¬þ.¦öñùÏQŸ_Üá% ´ÞOhUGŸŸ†­Eßì¾fåâAsÔWhùò8ñë)Õ%^3òÛj¦«Xyм\LÕ~ŠÐõ„Z¢bÕ£““PÏ©» \ƒœu·ŒÃwÅ3ù}cÕ$:Y9Òƒ‚ý]n*L@èKUrY¬‰½0] úQÙÐÁÓÓÅòŽMr éÆÍæq±qqq©EÌ&>¡U£:M ]væž‹‡½ÁÁÙ2Hv©qf[NòBá0«Äcûp4ä7ç¢Ú|ëÕ¥¿:YÕÜÄ÷º­údÍ©¨ÇôÃ÷}Â…Ò¬­üó¹qãs˜j¼b<Ñȇ¬¸Ä èRhQØs†|ÒÚËÇÛIOi"v@ \ªbäàéa¯½i BÏÅÕµ]]ˆ õö £zM:RÑçFZï!´šJWÉ¢áJܯ]kÈÔŸÙÁB«åš;ïÞ„¾ÖÃw5=q\)‹¦kso>–{lì‡&ªÅS~Í.»Øf±4Z`^Ìf7•9¯î‹Fî¬Kˆ§w²Šü¾NV¾Õr4úhT8'ùEí0»Ôs—<ôÓŽEý{LSåþ1O³ÌÐýØþÍÎÅlÉoÉñŒWœ‡B|ŒÀRÏ8eïB‹ÒžÈOVÈ É—“¥ÄÊ3›Èop–°ºøˆ «¬<…qrS¹ä5‰„Öû -âÛ~eÖxVpÅÉZÍ5»‡¡q*ѵœ~ËÀm~üÏí0sœÎ­›5ZN¡Þýû#ÎòZ£2ɬö(o–Xh UiÈ1ú¡9wsÅ8)(*‡Ë<ð¯ {,¢FDïÍÌ$ƒŸ#$7m­²‘o&“M%´DWœ‡B|ŒÀRÏ8eïB‹Ò^à;©#ŽA#ö‡’ßI]é»eúR-±NÒêâ#&»Øî—~}—ÞÏ•B«„VôñqHv M”ÐbF*AÃ÷·!´Ä˜ ®w¡åÑXåÈZ¢ß±¨Ç÷·Bâ¹$¤æWóÞ©©OÖœÐø­7ÜCcâ¢<5fKqôî³ÌjÏwZ'ø«4äâBk¶±¡Õê¤@ (f? <:¡ž;äWÖ$,´p›ê oÃ?VLèИm6ù "¦¯8……ÖG,õŒSöN%´¨ì„>}Ã÷†B«*@qúB5¡VÒêâ#&@cîƒÿÛçRoB«#n–Ø,ëÆã®;¼B«!]o’Zp/Ÿ%Vh‰1£^ïÈ~‡)yWP¿{¡ÂeYO4U;µŽø±œ¶J†sèÄvyo4òÿ®Ú¸óŸ£[}«EÞ:,uúE¯ÂÙË*x¸B[nÕ°%ZÔ³Ê}÷•½Ÿoµn µ‡N¾@ôW"2:_#4S?«^ØaªñŠóP¨‘XʧìW›¼«ù?SÚK&´$¬.>b­ø0<û©ÿ1\¥nîáåb¡¥0½Wh5Õ&kNGhðÒÓ&Î4Íêä4$Jh‰1³Þ±+BŽ}ŽÐÀÅGõíhÞÞ®–ú:Öéu|-×Ç«MBhÂv=· ð¨Híy=8ƒ]ªüBC~:qÛÑËÛËÑÌÔ+·]꺦/êûý¹tg³;ŽéüêTG™‚Ј•jæ4oç;GæÉ"™%·Óš$ZT7UƒFîñ.g³YùÖkú£Q{}Êù¬jÈq¾©oEè|sãÔû'ë¢Æf!‡«©Æ+.ŒB£þ3ãT½³òîÍChŒ’yTqïg*{É„V³dÕÛˆ¿l®ðÝ3NªßOdn ´ÞÿõÌt;åŸ>“%žo™<¦\‹ÐÂ~ýO·9²x,ùâ$;bÒ¢ÃEl Oa&^ÃÔçÑ56Î’ïEÔê7nñéˆjmS•`¼{>ùª„z9SÉù ‹§îðøŽ^ÃçªàWäê3ì›?*…¤Ï:H/¯ç。ÐWkYEfìÂ=·#+Xm]ý@„ÃÌxõ)RýWÛ’wšê³ öB“Õâjø†R]2V–Eÿ‰ËŽÛg’‹» Ã,ŠñŠõP°ö‡,[lbˆî½±ÌïÌ#{õ[é\Î÷™Â^B¡%Yõ¶#Æ'´vErK Ó@h€Ðêø–òÞ:¡B Z ´¡õŸZ ´@hB „ ´@h€Ð¡-Z ´@hЄ-Z ´@hB „-Z ´¡B „-Z€Ð¡B „-@hu;¡Åf52«ªÊËÊÊJJŸ>)­*/¯­©ib³ a> ž§7nÖˆbбa¦:ߥ6еçµZŸBhÕ×2‹ Š|½¼nܼtᆑž¿7¦»ëºÞ,3£NO•ºÆú vuvˆ‹KD1ë=Û©K¼4 õßìS}® Ú3 ÝÈ+¢ØeÉ¡+M2ëí©l:ÿ¨ZÝNhÕ1™Yiú7tZY¾! öÁú¹ÁÍëEùùÏŸ=£X^K~‡Ð˜íùõ­ëS®LA½~v­ü„³\Ç0Úôí*¾Oٽ뚈#£Ñ¨ßÙ)´Ââo³!ËxqÿáËÔ} ëEØSÙtþQ ´º—Ðb³‹ ŠôuuÂCƒÿ*a!A·oé½|ùSZ”B !é™ç#*YHh}B>„ЪO¹:µ÷´kŒ†V³0¯ª‘žÊ„Bëã -fU•·í¡•Å¿ÛõÓZ”BkÄâ¹Ð òD ­†|ú¥õ3†Ha#•ýl‰²}F@#¬"ÏcK¦Ž’#£1pÒò?,j8W¢êsÌ6L ïè9b¶â­Ø*Bα«îîž?ª7¾]F~žJ˜àúÞ¦;ɬòÀ}`º^4I^NŠhÀÔ  .(,'‹ý 5xƽ²Mqn°›‹¯m3²1ŠÅîÆT‘»X%¾gWÎÝ—¨Ô{Šr8“-åós먂 \—Jh5•Ó·}£@/oR¡%ºGÉB!®úâÉò}Éê2c¾;dɨåZ¼£†ó -ZåeOoÜ,.*¤ZE…&w ß¼yM)´¾1L >3Mº÷¼+ñLA¡Uõèä$Ôsên× gÝ-㚢ÏEhºŠ¥›§§ƒ‰ÚÚÏ’[q?«‘¸&S“èdåH öw¹©0¡/UqÝRŸ¬9õ˜~ø¾Oø£Pšµ•~£¡Åiÿ¤µ—·“žÒD\F-U1rðô°×Þ4¡‰çâêÚp£&FušºìÌ={ƒƒ³eìRãÌÆ–ZÓ”-i¾~ž®±elBr Ùl—ZÄl¢ ‚pÝ&ñW¨H(Zã³Ûc›¡h£ºŠ•ÍËÅTíç¡øö„Ú¡Å;j8πС…QVRzé¹7oÞP ­×¯_cýõµÐºÛX›n¸DMT*oâZMOWÊ¢éÚÜ{^åû¡‰jñõT¢ÿ1ûîâ^hÜñh¦@_Å6‹¥Ñób6›º_ Úì\̦—Ðjiÿ©Ó 4ùr!XyfóIÿŹÑT漺/’ßPŹ—oµ\>U#TKÔM4Ê ו@hQ¶Æc/aT¡°:;ïÞ„¾ÖËh„[‡- ž>‘Dhÿ» ¡ÅnnÌ·ß4ÚåUØ"´jcNŒïÀm~Õb„VSC¶Á×Í5-hlnbæ8[7k´œ4B½û÷Gܾ˜I?FHnÚZe#ßL&û„VmäÑ1hÄþÐj²ÒwËÿÛ»¸¨Ê…ñãnkå.RZY®™•­öZö¦÷¶[Ýìö¾¶ÛUËÒM»¶ÜLK@—ÒXÜE‹Õ Í-÷ Öaf˜¼ÿ÷þÏÌ€ ̜ᘤ¿çóíóa¶³¨Ù?ÿõûº]眨m» •m¶èR>ÚÝÏye›[‡}°ò„AùÏhy-›a_HƆ¯_ر©ý×tàä|³ì»R†áo j/¿3aà˜xµEf¼‡–Õ”»ñ“Gº4o="J]ã&ÏSZýþ Ö(;Ê^-´Üöš× ´­‹Î•””–žOIÞ¹0tîŸO‘,š’º;Ùf³ÉVVC©¥7þ(d3 ´®Æ?*]Rl•ZËf+—æç‚ô_EEYY©çO «Ôºk„„¡EáZZWahB‹Ð ´-B Z„¡@hZ€Ðº6BËb6é4unnnVN^vŽF­ÖkµV‹ùÏz uG¢Äg˜®Ü˜Òc>ùâ—):…)wÿ+¾#e¡U?½.3]µ!..$xöôi“%ó‚7­OºËd0þé±%7ñŸ·íF,ÏO žöÊ~ÒŸú¿˜ª©úY2Ï+ÍÚðéˆÝZ:Ý¢÷Ç*L™‰3^¾»KsÇ=‡¼³ Ucù}3.Žž“-º¤Åz'uü¨»^‰W{ÛÈ¡%;{õ™‡Z&¿æ^ÿþö‘Ë‚T¸ fUÌ{Cûtmå\`»^¿¶_{ñ 1¹ÉwŸRå‡@h5¾ÐRçæ…ÏÎTeÈ…–*#}aè\›­\IhY3~¼Oˆ€SôVÍ®I½D³>¯¯Û²9ê»—„èýù>ó”-úMŒˆŽ[ûãÔ'Úۯ߯¯%´*5)2n}šÀÑ·ÚOÝMœ·*&zå·/ø që低S­×•ö»ac̪u{r-Vmêg}}DûaŸ,Z½2xÌ _á÷Øü¦ªÍ¸ñÅ%;÷îÙ»wï•Îz ‹õþ•“ÌÒªÝßûìÕoä'¿ú^Ë„–Âm¨ZWØÏ11«N}æf!Z ÿá¤}†½L¾û”*?¼¸¡ÕøB+7+gú´É6›M.´ÊËË¥;\¸pÁ{hYôêôýñA/Kg=ÿlÓX³Wðý¾­ú°L=²µ¸uê>ƒë)Ûj±œ]t¿w7)­‹Ê[3ÜWÜþÅAG!˜Ï.–Úî®3&‹Â•Úƒ07ê©–¢ó[›5ÎkÌiûŠnãS´>«R¾Øb¡%»4—û+\c=çÁÛä×ü¨š¡Uë6Ô¸[±ñÔ‚!ÍEÀ»u^'ß}J^Ù€Ðj„¡•—­$´¦üÛKh¹Žü#üNÊ®ÔÜö´Ý¨…5ΤÚÄ×;ˆ€‰»õ—Zúäñþ¢ÓÛI…ŽÍ(ØðR[qÛÔEŠW*-!uâMÂ÷©èªÏò¬ÆÓóîâîgLîgvå‹UZ²Ks¹¿Â5Öw¼L¾âÐ’Û·d2ž ¾Sˆ{L7y›|¡%·w¼²¡ÕCK£VÏ›èý£ÃE¡s+**dC«Çø5;v¥$-{»=ÇnÈ5Ùφ»?è.š>4'éÀþ}UöI+´Ö<×'é,ºOH¶ŸëuÉüEÇ7·ÖZöSmÇ7·9OîšÍ¿^ÜòÙ~½â•V.Á÷©˜ßÏõgìçúAó=†–âÅ* -¹¥¹†–²5Öw\'¿Î¡%³ î¡uzŽ#´ÒLÞ&_IhÉì¯l@h5ÂÐÒkµ›Ö'D†/‘ -é¦ÔÝÉee¥µþŒ–áèœGýÄ Ï/K7Y¬YˆµF'ä[äOÙ5ÎõÆcý…Ïý‹ÒÌu -¥+µZ¬9kþâ'º¼“XYAæô¥Ã}¥Óù.­¥X¿wJOÑîå Iùb=„Ö 5?:”[šËý®±¾óà:ùn{ÝÀ¡eV­°Ïø»;µ^'ß}J•¡ÕøBËj1çåäÏž•´5ѽ²’¶m ²ÙlÞ~½Ãï? o8³xD+ÑöÙåR+åo{¯§톌Z›°.,hfä±"¯çz«þÐWý„¸á±FÅÆÆFLê+.-´Š®Ô®0å“ÞBt1uIlBTè¸Á~ÂwhÈ1ûýXrÖ=ÝR´|hrxt|ÔâÐÕÇ —°X泋 á?zIJ¦±Ú¤É,ÍõþÊÖXßyp|÷½nˆÐrl²ظ5¡ï?ØZ4½gÆAƒ÷ÉwŸR凃7 ´å/,5Œª´´ys#ר2ÒËCú""l±TYf£±ôü9ÏuûW‡ÅÆó¹Nt½Am.6œÿräÀÎÍ{Ù:`ÈÇ; ½‡–¥XlÙ¸!Ý}ãש×Ãc£Uå'w颒•VnjƆ¯_ر©ýtàä|såM†áo j/¿¯`à˜xµåRû;SîÆOéÒ¼õˆ(u›<.­Æý¬±¾óP}ò=ìuýC«Ó½÷8çõ}G~½1ËTÛä{šR¥‡ƒ7 ´ëŸà9WRRZz>%yçÂй_|>E²h~Hêîd›Í&[Y€µT(€Ðº¶þ¨tI±Uj-›­\šŸ Òee¥ž?1¬âe§xšZ„Z„@h-B Z„ ´-B‹Ð„¡-B«¡™5{WEâOÎ@hZ Ëþó¸þÍD÷7Ôü:-B«:‹Ù¤ÓhÔ¹¹¹Y9yÙ9µZ¯ÕZ-f%Õnï¿€g¿KÊ35¾#nJùxä‹_¦è¼ÜGw$jA|†Éëý]ïƒÆÌõ*9úÌþ¼€€Ðº¶CË ×e¦«6ÄÅ…Ïž>m²d^pà¦õ Rw™ ÆÚ—P”qè”ÆÚ8xÑé½D›×J_k·¼ÑA´-ÑõäbÉMüçíD» OÕ¼¿Ü}.Ká©mk×îÌ47Ìk{ÊÇ}|Û?)ûòÞ «kÀmnE¹AOGóÓ°Góò}_Ôç)Ô°OÈúÏjÃnpmØ÷Z2´Štº“G}?siÄO™ª ›cH_D†/ ž=K•–v®¤Dæ…ÅñG¥«&C£òohíÛUtýÇŽßCËxrþ6‡}¾>à {r¿Ïå£Ý9®[õ-¬×¾ž÷Â=LÜg¹œ«kÀmnE5žÐjØ£yEB«Ö§PÃ>!ë?« »Á ²aä @h5¾Ð²˜M™éª ïfîHÚú·±}Û–9¥¥ç=ÿÑCgh¼ž°qÓÆJ[Í67ÚŠá·oú´è;ã°Ñågøug5&ï' ·û\5§fB‹ÐúÓ½†7ÚY•ݰ?ð ´_hé4š„¸Ø¥?ýGfH7íNÙ%µ–lhõ›uÜèñ‡@²¶Îzep·ëì;é×ãÙ…Çæ¬ ŸŽЭ¥c¿[ôž ½"N/~þÖ¶MìW4ë4èïsöh?fÑì_ðú}][د÷ííg—>ÓΧפ]Ò6¸þÁASêau2G¤îÛ,³@Ï÷EÕ8yåÿ<¼…0û¸IálÌGÓ¬ŠyohŸ®­œ·¶ëõøûaûµ¯“æý©îqJ•Ì’—Iöò7+¥u}ÿêýþ¾ŽivýMŸügŠ®ÎKó¸‘JŸ´®ËqY…Â#ëí@H»™™8ãå»»4wlØw¤jœ7¹ æq¿BëZ -un^HðìLU†\h©2҆εÙÊeC«ïŒÃ:ƒÉèd¬úI-ížiý|Äõÿ5a˜µa¡Ëi¯¢ï„°Ø cV­Û“k±šµÖD¬Žß²uÓÚÙ¯ôâ¶Ïì¯N†C_õMûýaýŽ]I±‘›Ò'VÍ®I½D³>¯¯Û²9ê»—„èýù>§Å*ù?w™¥U»¿×5ö›·>aMàè[í/ÏMœ·*&zå·/ø qëä½Eµ?|bDtlÜÚ§>ÑÞ~ý~ýÅSó/.Ù¹wÏÞ½{¨tV%ÛlΊ~µ£¸ñoQ*}ZäSíšÜñi²¦ÆIÇó”zXç#Rm–Y Çgˆû¢¼…–‚#ؘfÕÃ~މYµpê37 Ñjø'M^&ÍûSÝã”*™¥º¤Qáî)}¥ú¹ëõk£cW½ÒµêÇê²4Ï©øI+Z ¬·¡Mý¬¯h?ì“Ek£Wä+ü›ÂäñXxØ0™ÉçD BëZ ­Ü¬œéÓ&Ûl6¹Ð*//—îpáÂe?£Õ{ÆûO{Zs£žj)º¼¨‘{ ô°´ÌeCšˆû—dZ,º¤·;‹ë_ŒÊt=X³Wðý¾­úàO=²µ¸uê>ƒ÷ÅÊ„–ìÒ\î¯pyk†ûŠÛ¿8è8·šÏ.¾Oˆ»BΘ”>ÜrvÑýBÜxÜTÛÇ"² ”’óš4eþÏÃmšöý¬êŸ’¹¬Èã”Öò)ŒË)®ë6Ë-Ðó3Ä}Qògm%G°¸ÍšßÆS †4ìÖ)= 5Ÿž¦TÑ,]zYs¢žôGÇWþ:㉠u-¹T×áIëZµY/Â9¥ßÚ\9¥æ´ˆÇ}E·ñ)ZOûâ¶arûÅY„Ö5ZyÙJBkÊ¿½„ÖÍcWnIÚ±Ýaç>•Þþn¼>uâMÂ÷©huq-¡¥;½fò³»µj"D‹6mDÕKŸî`ð7Hÿ_Ù÷™ ó6œÐ9^Ìõ©¸Í^»Q ëZ²Ks¹¿Â5ê“Çû‹No'9YkÁ†—ÚŠÛ¦(R¼ÁÚÄ×;ˆ€‰»õµDdh¿Õ”ýJ{ér÷÷vj=M¸§)õ´:™#R×m–[ çgÈ¥„–’#X܈¦Û·ƒñTðBÜûcºIéQ¨ùôð0¥ŠféÒÓȱXß§cò«ö¥^¡%»‘JŸ´ŠBKîÈz9nSj<=ï.!î^pƤ$´äö‹³0­k*´4jõ¼9Þ?:\:·¢¢â’~FK¿ûéuø©˜ZBËpè«þBÜôò÷¿$¥îM‰ùrOå Åño¥'Ì}x¦BøZ–f´/³»húМ¤û÷UÙ$­ÐZ·Ð’[šë©YÙ/§ßÜæ|×lþûõâ–Ïöëo°6iLgÑ}Brí¡%·@ûtå%Žï!D3!Þݘkõ8ánSê¾:Ù#R×m–[ çgˆû¢tÉü¥ÉÝê!´ÁâF|4ÝÏï§ç8Îïi&¥GAÁ7¢Y’ŸdÙ4²¯ËïéXO¡U§¥É?±kÒ* -™#ëå@8{ÒeJgì¡5h¾ÂÐ’Ù/Π´®©ÐÒkµ›Ö'D†/‘ -é¦ÔÝÉee¥—ZÖ¬å·]Þ©å£ÃüµÃš‰>ßqþnu쓾¿‡VÕû!‡gJ/z‚N¬YˆµF'ä[,µ½QæZ/$ÔüèPni.÷W¸F¹p¥ìzjÖïÒS´{yƒÇ &»@«Y½áíî>ÝÞŽÝñl;Ñõø\“üÌü>¥î«“="uÝf¹z~†¸/Êx,°¿ð¹QšÙí£CG°1Íš4«VüÅOtyw§VñQPðM§h–ä'YöÃ>Çb»¿W®¡U×¥yzb+zÒ6ph¹kÎû—ï$V®Ëœ¾t¸¯ÔR»<~tè¶a ö ´®þвZÌy99Á³g%mMt¯¬¤m[BC‚l6›·_ïÐýÍÅ1qññU6îÎ’ºË’Ÿ4á!n|ôÃÕq q«ÿwÆèþŽÖ¾©½„èñjàÏ[v¤$¯ÿvpSç Åx:jvPDüÖ»£fì$Z<©2IËÜö^O!Ú ´"6!a]XÐÌÈcEµ…–ùì¢ÁÒÿ ^’’i¬¶ñ2Ks½¿²5ʾ€+Ü`×S³%gÝÓ-Eˇ&‡GÇG-]}Ì `›­ù›ßõ]Þ°ÿý#sZäÓmD×7׫«ÿHÌ”Ö\]¡Ì©ó6ËbÏÏ‹ÒúªŸ7<öñÂ¨ØØØˆI}EÕY[ÉlÌGÓùÓÔöå-‹[úþƒ­EÓ{f4x™´Z~ÊÑã”*˜%/“,·FKÞ¦wü…èòäçK¢ãÖþôõ+ýš_üzuXšçTø¤54Dhy<ÅÖ”Oz ÑiÄÔ%± Q¡ãû ß¡!ÇŒ÷Å}Ãä&Ÿ1­kì–š FUZÚ¼¹‘áKTéåŽ!}¶Xª,³ÑXzþœò_X*ăËs·ÎÆ9r`Ǧöëšw¼w⇗&Íþù¯ßçü×èB´hÛeÀè¨l³E—òÙÐî~Î+ÛÜ:샕'*_KËìÜÜqKë€!ï,¬íìc5ånüä‘.Í[ˆR׸ÉãÒjÜ_Áe_Àn°ë©Y:Éžký‡­„Ï ÇÄ×üÛ‘¨Û÷yoŸ6O-Ï093Àɹ4·OÝ«­öÃð2SZsufÏG¤îÛ,sˆ=?C<.JlÙ¸!Ý¿E@øuêõðØh•EélÄGÓy~ïtï=Ž}»¾ïȯ7f™¼NZ-OuÏSªèy.7É^Ö¨;¶b£7;žSín¿o@+—_V\‡¥yÚH¥OZKC„–Ça_HƆ¯_pN©o÷ÞIÎ7˾‘îaÃ@h]s‚ç\IIiéù”ä Cç~ñùÉ¢ù!©»“m6›le¨Z«éÏ´/.r B‹Ðò¤¤Ø*µ–ÍV.ÍÏé¿ŠŠ²²RÏŸ6¹9áY B‹Ðâ@„ÖÕZ8¿Z-B Z„ ´-B«‘„V¾F·,aï÷‘[f…'^e¤Zž°· ?ü ¡ueBKJ‘Ä=§ÔZcÞ|•ÉÓš6§ž”vï­+ZßGnÉÓóõæ«R®Ö$í ß)ZW$´f…'æëÌW1iùN€Ðj¨Ð²˜M:F›››•“—£Q«õZ­Õb– -µÖô'P˜»9xâ;ÿJɸÄZZ Z½.3]µ!..$xöôi“%ó‚7­OºËd0z ­<­éO ÿØ7ýE“GVŸºÄZZ ZE:Ýɣǃ¾Ÿ¹4â§LU†Í1¤/"×Ïž¥JK;WR"ZÙËžépqGZÜxë=O¿7+îL&¡¡Eh9>1ÌLW}7sGÒÖÿ¸íÛ¶„Ì ,-=_ãJ’[hÌÕd,¼Oÿ7ç­KˆŠZ½`öÔQ÷KÝÕbÀ„„cFû®8õÑoúI¡µêä%>ЀЪhé4š„¸Ø¥?I«(--6mÚǾ.JWJ7íNÙ%µVÐÊÑs 2H¡ÕçÛ”<£ý¢$?sݸۄèðÒÚ¬lç5ygVNy¶÷ >ÒžúÝô_cÂŽ¤Ûï–ùö÷tjåã˜6w<7iæÔøI|nèýüìMÇu{CŸëÙ¶‰ýNÍ:Þù· ÍÎ뿵SKçïëöàk ¥iª¶!çðã½É¾,Ñî¶{{·M†¬:ámc2ÖLÞ§KKçÛr½Æ&I÷$´ ´êZêܼàÙ™ª iR\MrŒnŽ!]”®Te¤/ k³•+ -1ûLÔ_[ ß'V³_TÇ¿›hÖç•™Q?Ç®úâù!z´S““÷Û}¤N\¿jéì—{Ú›è‘÷æ.^ýó_Žì*DÏI»í ¤1œN^ûsÂú°/ß$]ÿqªýúʇº*zŲE‡µâŽv:6){íþBtzüã"׬ž;mÔÍ.†–×éý~Èš„¨Õ+“²-­ ­Ü¬œéÓ&Ûl6iwÝuׇŽá -é¢teyy¹t‡ .Ô­l©©ªB+9Ïh¿è¤>öÍ!n¶-טujå0_qÇ—‡2œ7ýùÉÖ¢ÇÇ{Òó~›ÞG\7üçŽë.}â:Ñë“”Bû}òOß#Äs~U»,Ó¾®ô…5÷þx¨À˜]ýá™GHèûí•Ƙu2ò‘æ¢ë»ÛN;•wôë~öÐ:®Qº1N„„VýC+/»Zhus.¡5åßn¡•™oÈT§‡J¡Õ{Æ®ƒý¢SîÑõ—Bkê–lÃé-üÝö·í 'r~ûgo©mÖs<äô¦q]DÇWÔŽ%ä®z¾­¸eŠôðÌ|ÍîˆOF èÖ²‰ÍÛ´öÛ“kȬþðÌŒ£Ú ÿñ»NK‹J|ß_ø>±*§rcrŽ|å­£ùJ7ƉЀЪhiÔêys/~tèZ?:\:·¢¢Â-´Š2ÕiU¡Ud¿è :¹jx+qÝã+çIÙÓM4<3qËŽÔ*{¶ÎSåªjûC Ôá•ø<Çr×¼t½èñibVÑÙäé½…è>rVx®›×}r§¸3xOnQfõ‡gf$þoGÑõÛOW.J ­ìÊíÉ9ì­•GoŒ¡¡UÿÐÒkµ›Ö'D†/‘ûaxé¦ÔÝÉee¥5BK¥.R奅¶‡ÖÎì"ûEInúª1· qãÈÕª uQƱˆ!ÍÅ£bŽäUÝÁ)ûÐçRÛ<±î¨ãâ©DGhÅå9n­ ­Í™EG"k*úLÝ­q\ŸùÄub@pjN͇«ÒÿG ­w·Ÿ’ÖxbÅ0_Ñþ•ª5fW†ÖÅãDh@hÕ?´¬s^NNðìYI[ݽCÒ¶-¡!A6›Íý×;üZÝ^ \ùËÒåËç~ûé‹÷Þ(D‹þããå:Š%/{ݘB´»ï﬊Y¾tñW_„íÈRZg¶O¹Eˆ€¿}÷SÌÖ¸M±SïnZkh©Ôyñö¢åÀ×f-X³<2è…Ε¡¥pc-­† -‰É`T¥¥Í›¾D•‘^îÒa‹¥Ê2¥çÏÕxˆÔ!yúŒ¼Œ°'o¼¸#Íoè9èÉñßüròŒý¦*Y'–Ny®_ÇæŽ»´ö`bôYéÊƒŽ¶Y{ÄqŸ“›ß·‡Vl®ã!9«_´‡Ö&•>#7gÓìуº´¨\~›.½G­âÖ=Wß,S9B+Öpá2B €FZÅû'ÝäsË”íq£Û‹žŸýVRu½­ áý¡wtiåã8iú ·ülI­7ï›à/º½÷k±ó¢qý_[ˆ;CTeîR¦Nü׋ÚۗѲǰIëTö‚±i·M{òNÿVŽ·è3é×+ZLÛ_ï š[‘o»XGóî¢ÿ÷gJí2#_º­]û66ë|Ïè…¿™+j†VYzpáûÌF£óáç2Ö~ôß=[ÚqÃ÷híZ :„)´*ô^¾á:û[YçŽþó6qã«› •oã8RA øtņ͛â"¦ÿ¥ƒ}¾:~¾–›”†–å×É·‹fýÞšŸ°kglð+7 Ñ÷«cç*—Üï£e›’’6þ÷[Ñ• -i7>ì.š<–Sù_ééïú Ÿ~Èt\®°œˆY½eWÊŽØÿí)D¯éŽ÷¹äB«Â°}l€]žš™°)né·£û5»Z <„(´Ês#†ú¶{!^WaÿHkÑýÍ|ÿ{¹Úö{h]|OÆ–þ ç9’ÉËMÊB«Bý¤Ÿèx¶Ôy7ÃÆ—ÚˆÛ¾8v¾ÆAWè£CÇÆ~Ó[ˆ{B[~áü±é· ß« ln¡Z¸fhñಂ ÙЪ(Œz¢…øp¯Õí£ÃŸB €ËZåååçΕ(a>6£ÓNonÓ:.ZsVÿ¥•ÏÀÙ'Lö‹–ß÷¾OÅ:ï¬ßöFqÓ¤=ï7%ï&ºŽÝU伩0zD 1 è”EúÚôÛ½D›—6êΕöN¼Éí¼Üî•ͺKVÌ{h)ŸßYÏ,x ‰¸ãËÃ&ûN½ç/®¯)qÞj8³vʳwù·j"D‹6m¤Mšf­¶ƒ®SdØóáMÂï™øÂÊ%[N͹S4ytæ2ÌC­BhPïÐ*+))V@Ÿ:1ÀýüØsò¯éVóñï¤sý“±çu;ÆtÝ?Ø]äý¦¢ÝtßJÒ9oÒ8B+ð¤YúÚxÈÑ!´%ÅE©ˆ¦ÍÝqðà*fèŠk,Y±ÚB«¬äXRbÍ]ûL+i·Rtšÿs£è>!Yç¼ÉxøëþBÜ4*ð—{~Ý÷ÕÝ>bм³–j;è:EE{¤šò{ZúÒ¹dó©`{h­-¸ óPë„ZÔ3´ÊÊÊŠ‹­µ+ÜüFGáÿæ²í)É)•¶,|ª­è2f»ÎZl:æ8×Ç8ï¬Ûn¯© )úbï7 |î_”fqÜTðËp{h0I_N—:äÅõ…ÅVköòa-D‡Ñëó­Õ7©Æ’óZJ'¤ÝötíF.šó˜¯ÏÀ™G•×ç¯ÖLôýö¨Áq1?öI_q×¼3æj;èº#ÖÜ5ñ_«ÚYÓÉ {hEå_†y¨uB-êZ¥V«¥VyÑ#Ûˆ›?Ú£s½2?áåvâú¿ÅçYGgÙÏõÑùΛ´Iïtþ’uÒ×^n²ê~ÕOˆûxášØØ˜ˆI}…è?û¸QºÉ|vá`!üG/NÉ4Xò·¾×SˆvCÆ­ˆMHX43òh‘Û’«-´J­—¸@‡¢#3ït$CË¿®P™«®/Ú7µ—=^ \·eGròúƒ›Š»BΘªï`µ)L™ÜGZȽï|¿<&!aíÜW»Š&C£ÔÒM =µN¡@=C«´ô¼Åb®Õòá¾¢‡ÔYÕ¯Ïu½«²ŠŽÌê+|ÿú‹Úy}á6{M½¿K+}m¿I¢;ºtìî¾Î“­_§^ý%Ãd¿É˜½ñã!]š·•+],:ûÅÈ›;îÖ:àá¶kÜ–¬˜÷ÐR8!îL™«žn-µÓ¸í….×› öÍý¾®×9÷°EÛ.ýÿ7*ÓT}kìˆQ•øÝßïëæ|ˆOë®}‡O­š®‡Z'„Рž¡uþü9³ÉxMñZL¡@ƒ…Ö¹s&£¡ž¼œ@ë¿ðWKh]â„xï‡F¸ûÊ'„Рž¡uî\ɵ¶ãÞC‹ !´h¨Ð*)).*Ò_S¼‡BhÐ ¡:7X[¨Ñëu×iç‡Ì‘ -&„РAh5ùË"¤“¦t®½v?vdÅÒˆœÌ &¤Ö !´¨3½®ðÀ¾½?ý¸èøÑ#š‚m¡æê&í£´§a‹Üÿëžu.Rë„ZÔ‡®°`ßžÔe‘aóCæÌ›tu“öqÅÒˆý¿¦æfgJUÅ„(™B €z½¯¥-Tçfçdfd©Ò¯zÒn¨s½GBh\)„¡@hZ„¡@hZ„¡@hZ„¡@hZ„ÀŸ:´¤%\ã.GhÀI0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0 ƒÁ`0×ðøÿ2ÝS¦ endstream endobj 721 0 obj << /Type /XObject /Subtype /Image /Width 803 /Height 478 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 187020 /Filter /FlateDecode >> stream xÚì ”ÛûÇÇ.EÙ÷”"K´iµ¤,É’’Ð"%R¶JÒ¾)-²Š$JIhC{B¥${éFE%d)ÿóÎŒ1˜c©{ÿžÏ½2óÎyÏòœçûœå:8ý‚þ^@ 0‘t&b€¿‘¾TÒ©&&&føû@žß©êÁÄÁÂÂÊʬ¬,,˜P¨ˆ]뀿—áÆ!¡°EÒK!`#à/gÔ¨‘\œÃ9ØÙˆ"…@w„øy¹Grr°³öÒ(c%Ä„xGŽÆÖS# @(ÈO'!"ÀÍÉAÐ(º3Ki’ì8qA¼FȆàÑÑP™®(-!ÄÃ9Œ•¹ký^ `n¤§1gŠŒ„ ÷v–®a„lˆµ+,k+O‘‰¦ZŒ]aÛbËÆ56FÚsljðrv #haÛbÿvOG›ÅÓe%Ð0BZ€D€ˆÿ¡žk,õT'æÎ€„Ú¾q…‘†Ò14ÓÂö}‰K° ΆŸØ·e­¹Î,y ~®a, èN\TÈaŸõËôUÆb‹âzI„lˆKçÂïr]n8w²¤Ð(´^ÇK[Š€D#1îtÀ^UFó¦ŒÕ¹¥…I„ lˆ¤ QA6­6ž?UJ˜»óá!HH¹|`‹ƒ‰†’”i×$\½â‹$¢©$-€ž$'œ ñõZcŠ$" Š9 =äµÖT $ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"€D$ ‰H@"€DÀ6€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"€D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"€D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@" ‰H@"€D$ ° €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@" ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"ð¿ÍÕ‹Ñ!¾^kL5A"€~“t!:øà$ô"1þLÐÍ&JR"Ü èIBlDÀ^Oû¥ÓzJ„c”ðø)êF+Üv ‹ŽKHLºz5þ&®^MJLˆ‹;¶Ëm…‘ú”ñÂÜdaå%$9Im‘Ë6߀ðèØ¸ /&ÀßÄÅ‹âb£Ãù¸ØªM'<Šƒ• ¤&VŽ‘‚c”u-×nÚíq:::ú,üUDGŸ‰ ôÛ½i­¥®²ÂXAL" aÆ% !7SËx…‹×îCÇ‚‚CBBà¯"$8(àØ¡Ý^.+ŒµfÊIp caê’;'¯˜ôÔ¹úæ«\6ùìÚ{à ï!ø»ð=x`ï.ŸM.«ÌõçN•ãådÇ$‚Ã×ëù…%'ÎÔXd¾|­‹›çæ-[¼àïbË–Ížn.k—›/Ò˜9QR˜´¡Õ¹^É/&5iކ¾±¥íJ{‡5kàïbƒƒýJ[Kc}9“¤ÄùG’VëH"ØLk·Ä„I3Õ´t-Yjbbb Èë—.Y¤«¥6sÒ !îìK‘Î'#œ¼ÂR§ÎTV›§¡¡©©šóÔ”gN(%!ÌËEx*Ò)4Œ°qpñ ‰IJË)Lš2U þF¦M™¤ '-)&„)„…‰8ÏÂK„‘i„“›_XLb¬äx)))iøÛ@~?^r¬„˜0?7'RH× Ò¥‘#¹y……EDDàïCDDXXP€—{äˆ !i„c8'רQÜÜ<ð7ÂÍ=jçpöž Á$ÂÀÈÄÌÂÊÆ>Œ1þF0çÆÎÆÊÂŒ­CÈ%‚×&fVVV6ø;AÞÏÂÂL¹BH"adbB:€¿¤FJéÔ^&ðÓ)E &ô)ègŸÐ@ï|&ŒÃmì~ÍGô¿×Ÿ4Zh(ügêP.ÖW IT“1v´R§þÙKìÏ;–„w×­¿iôÆb‘îï {ݭȯ¡ÚìëÑ¿ómÉߥ÷Ù*«¾RÈ“ÕC˜»©WÎZP¾Ë _²-}ÖW±ÚÞ±œð;¼GûS)‡Q„Vn‡ðýúXøßSH;Y;æ!µxÒR©}òyÐ-Ië;M)•4z¢}Ô^”býôÄRÓEâkaL?£î*4¹[>Ì¿ßWÊzØýòƒ§bÉé^/ºFÔÏœn=4†™‰Ÿ5’"]MŸÞÑÛ[õj™Ø@-§º|è{c…ПŠÿb|'I¾áLæI¯ˆ–kBí2ûoÔÔ4~4õêWG:z:¢Çh9†Æ=ÞD[<±ìº¶Æšðû×ÇË‘vƒk¿“5íÏùðu>+ØwN·hޏ³©ö÷Š-ß%>½; å¢OaFö˜‰rz ñ?íõýè÷¤!‰½ö^I×(r‚U«÷h×NÔ bÝUúló~ %0ÓÝr&’µÞ’Ú½¤WŽ»ºÕ­Gîͽ,¡ß+‡=}ÖH¢WKÕþ¥qú>‘á•~1ï£^¤6½yNuül¢²ŽÖévýݲ­þHšýnMOúwT#“3©þ«iÎðö\ß+V´âÇŸ 1$¦[Ïëô3R/éá7=ì4ÙîwyΑþÞÑ1D3úô>üN†¬œu}Øsi^`G%å ÊÔ"jþÍÜÛénï-|Ò}ÆO®ôæN|?±‘î\L3Ò÷9 À§hüÑiA¯ºÞùý¥ÎA­ÛM¥ogwëU”j.#ÐgšñK›è)û‡hù+Y¯ÏŸK¡ué¤O;™6$#ž!Q3߈uÏë£ ™}¬Ò4S¶é÷]QCfkö~–]ñ›gOð¾¬Ù£”xÿgî5þ©ÚãÕ©ŽìÕd6nÀüaCºÛdL÷êuEÆçHøð%ˆÑ´Í:ú}=Y«eúˆœ dŸÿüÍ‘à²dƬ§Z(Úˆ™O÷‘µiE¿ÓgK]ËÚYý7ïnÎâqòi'§ýŽtÌÈêóµÚžŠj,É®G 8êœ#ö[>oÒ¡3פø.òçìtÕ¸”TèŒÅÈš¯H]C#ÒÝ¡¡‹'j×dºî:=$z´ú“>zúô³ì ÷TYÈ|bDVžNÑ~¶TççÈ¢=¯èa:ç ¾¤»¬-ɯû÷9vLéf ±›øûORŒ]cþ#ÏHÖë±ߺæn>“L×ÊO‡¢\¤±Q)Yø’ð¥û,ûWŘæ?@æû£ª;H£Ý£é®ÉJ 6ÕéwûE‘uzÙRwÈŸƒ|êÕ®ù¨T_*õÝþ<ÕoûžT}·¶íâyÈ]ª±Yï;ß¿¾Qì»üÛh£úðÕ"üˆ!†·b Ð¿a)9Þü©Çg3ÄÐUÇt¥ZF£7¦ôÓÆ(/QbŸ§’òÕ"¥ª ý;^\i‹Ã•ÑÆ÷ø~ÏD*ͼ‹·ÍªX“l‡ç ©Ä Kzj™H1W)²«îv¶@–¢9¦Ü sÖŒÏ%Jh3Åôñƒð¢ø–A­ðëÖ’ýæ‹äŸ&®Fþ³ß¹q¦[!±ø¨pãÐÞ÷|ï³Ì}Zùê G„4š- ÄûÎdŠý¶—ÎùPtu}Ø`ºÝ`Ú¦$ühHÖ`‘‚/†(ï¡Ïoø^ÌêùÅ'*¾ð¨Ü÷jU¦ÐIÝCÜISìÑFñ!*eÔo_™N¢‚ûèåÙT¿!:…®œ³\ýNwû6ÁGѱ4¿±:½WÿëóûwÈ”aÓÇþ„zŸmޤ¨³³4j‘)òiv¹¨Å;ŸÑý.üf¥rê ;Ä%5âíy‹®\9A¾ñöôÀï7§RzEÛÆ®ovõ1&,§àK¶,qñ·Ì¸ÔˆÖÌÐj\d@Ñç ¾u{PÉç†üYÄiš>ô¬Û§¯©Ö~¾pújÔ£Íæ^ŠxÖÍ®ÿÐTÌ…^ŸÞ ¢~ ¥c>ôœT+Ñæ‹é°ýž^jàE½ÉCÖ–gbçèš9­"»'Ž‚ÆJHŸóõ+ò¥Ã†.íó`ö†–Б‡f?"ÊäA>í}N¼_Ñz`÷Y ä®è>[¸†¢¯mìuõðæ/±d¹è jþSN£7O#?ûB5’Ý&za<…ïOÌ!Õ)¯Ûý%½¬–KS‘+èô£õ4Ò½¢c$™JÒßõ?ò ûM¯:M$kÁÙß:B”÷3÷}ÈCÔHµÓêu÷¡nä‚ÇNÃææ}”ÏÛ¯ú‰à{nªßpºWÈ#ûð3º£—…”lÿ‰g†þd~|Ÿøú ©§‚DƒÛ.ÛKR) Ñ«½Ä^aÇýGYûG¿µ²‰h)TãnÆoTr¯¼%†ìiÑdÇP”¿)1Çtê`G¿Çÿ:»/h¬?Mõ{{êÄO²Qm¼ûlß”—+É;eˆéßѨW·‚* õïÇ|îó–R´²äîÖñž«ÙmüwÀl ˆîo@ÊPøŽ¬:K “¬®Ügœ9BÃÒý\‘{ íígô]0(µéÑ]¿ºR2ˆœ¢«þa}xõ¼Õ÷tkÛ=²{*)Ô¦…î¿É6è±C†âhp¨Ÿ}—òüwW(F˜AÔó$›ÔÙwÆZðrô}×p;³€&:­µ¨GºOTZÁNáz)Õ1?»>¸î´,dí~9(õHS´NÒ zP©[Ÿ @< ÀÜ®Tc1Šûí7ºÙÖ®Ûßñ— YÐÝ¢¥w³ýVü»¼nëÿB¡Ú~ö6¸iAf™‰T,+F÷èëÔ‡¿©KÛÕËGéî¡:gïOw¾JìsÆ1 Õ;Ïr þ9ŒFõ¨t¯õø&qåhÆ’.µó‹ÉÑÜÿÞ£Ž÷êëAì·z ¸µ4Ø^ê6›“£1·KE6ÙBwD«îVo¯Aî9.ÿ×b˜:òùwý¶ø:×tЗ—)öAÁîê S©Un¯26eP,×ô7í¶— °•—þõ1pÜo{JòM[¿ëá-«hÖ#cýö™jÿÓè-ÿ™g%'µ®Y‹Ú¡‹·àv ­µ%æmÛ«µ©X¯G4~ŽÏ{²ÅÀj×D±”ÅøÕxf¿wìøIžÂÝGïIöø||Vé’‡vd¯Õ¨ìL%^è–ïö{® Ýʬìwô™DÕ®ù4,þŽÌBk†|¥OÌýK·8¯šÑ(O­ÏY±Ì ã‡î v¸¯ ÕÝ%ÖàYYÖ¾!1{Yi#Ý-Ã{ÑdR}j…ÄIÑb%±ý»{xÚ}²xD¡‡’ð÷í ÒÆ nÑè)þ~;2K_p¯w»s=1O®ß0Öeáó èÕBóß0v¸í•@üÖ§h¤`ÿÏ~€;ûhßøýY(R8 f§:èè¦{9bºaÿyË¡¹ •ˆõ˜¬­òÝÚ¡O¿gï•ê—þ>Ñùý½ÝbÈcÒ®Ã=ë¡h÷?<£žGòѽæ|ÜÕk"›IIw³J ©Gxh¬ˆWõËÕC:’oÀJˆߪ¨EÞ½ôÛ<¤Ï–•zå?v@cÌ]ÁtݧùžŒïÔ\¦„T#¥!VJÜ F×Û¤:ÏtèѺ)ƒòòÝÿá¿+°´u ¤a…ñÝú`e?[lrûóIý?~Û÷óNS˜»âG2Ôºd1Üÿ(1"«IÖ›6€¸±Þlpåä3¨€nëÿó¢_H#{Ëoýfg“¥«Fdãã~Ï×Zð:aÄç¬Ùgä¸MÕ縨ôãêÐíç߃øÜ£~-Cª<‹~éi,M¿5¥SXhÞùNxS¿|èLµ.&ÅET¬åÚ-ßÿSñË×ÄéGO¾ ÚgÂÍæ$G³éî).ªum@y #}úRðûoý·(FSô½Š^µ«„mÙE¹ñ¥\£`×%È»žö3âË÷Ñ?Š}æÇFѧ÷ÿö™ÎÇZq•û¾ oØé¬!¼_ã?Éâ‡|îRFU‹³zYs‘í²§÷³lžY®ìǺŸ™Boæàíòª¿±^6°z~&Zý€ÝÐØÜ—B ¾YuϾEó›o¨¤ðÞcðÇ¿÷öð­ˆfvžÏÓ§Ê-©ÖÈhHöëüHZ ï³í§‰³ÏÑ}–ìJ#NkŠï`¿Võ9߯þ¦Þúž^RX±='Å:éD½ÝD»,&YwÐ ¢Ñ?ÈVG†Dk(æÂ7à õ%©?sûÕ³>t´È»‡Gí¢©X¢-7ö£=_û¨³Ê‹·«…½r>Oj…ûìº}¡¡¡ƒ=J?ù›ž<ÿƒ³Fˆ®ñ¯ˆ.ïÒc,~†Ï;ÿçÛý;txÒŠi"å6SÌï0•ú{xŒOÁ—SÖ§]<7\§Ë#6t³¿"ù¿Ñ£ÿŠHmdµýs¾v—TjÝ€ö†ìûƒ{ø¶ ]V,!ë2… Rô‹l ')^¡òF³‡_D?°ý:ótéo‹Så§éO[OÁÚ{E5{Ø›õ·?½MgÏûãOâ{Ôl3Ýý6J]§’å ÑM•&dwœþC»òáÄö­¦ç oT[w|ú©øšžé#¦ £Ñ[3ºÙqMŸýïÖ益B¡vùˆTï‘¡{ÿŸÙœÒÕÖ~­Ÿ—Ѱæ(ª+ù£Ýì|eˆ"d2~ä¡9~§Ñ5kyCÑ2Ò4uþƒd··èÕ˜>¼pMÏæïÏ¿wð;Ç—~é}d?jr›†-?#ï˜:è]C¢ EúmŸhŠªöÔx#Eõî¯ÿâ)?…¿Åwæh”ˆÁÇ:îå hKbL™@÷XèKVG”GïwRÉɈªÕì‡pNb<ȱvæÿ×NÑÕz?:bÛ5bÝ7ýÆùF0÷sÒZï÷ìñYÄpëfÍ­è]ë ÷ûS¹Ç}ŽÎý{É^鯠+T}è*ÍXuµ‡W…öJ½–®Xw–¸z^8d}\5 }†AFa:îÿ‡! i®ÎNu‹$—þÐàBŸñëËoxZ2Løæoyó«—ʵhÇ ä[ËT£ÒÃ!W¸ñö^ÿ[Zµ|nE±_Ã(ô‚±.X׫S]}¹£º¤ p§ ‘Žûä†Ä‚Í¢¤¹Ø˜}Î6Ä>;dùEû3‘¬\tDþqxçYy‹…ņÐû=-swû€z"§Ï»nÑLñÈrh­[9dcÔTïé}öŽYëüéX¹>s ²ê;G¥F}Dm@¾ù€¦×¿@?3âëñ¢;“úõü!®WÛéº_†ØÃ!Tk“Ù‡êSm¿Ómƒº!~¦’ŠzùÙüW£_þzjP3”€!‹të1k9nˆq¦Ø“¬¿ašG×!{ˆwM|úÝ#fÿ™¿¹ÆÙ§/ŠY]¯“ìdÔ‡r¥è²è²~­„]ìQçe¸îì4•sÄtã™w»tùï*Ô™4 °ÉIFÉøÞò0Ì¿yÍ´ö¢G®c[sGÕ¬gãÇKdlmóQ ¶^Ÿ^¯Zß°õÍÆ`e_FßòY8Ü œ ãbãÐAÃq2ÆßåN,4³‚ ÇÁ-9G;ô¦ÒBfÙQì{çsãN³‹—ý€ÒÕþ Ãpv<ãy†šç›|sÃäÙ®¡úŽk¹1{_º)7{±Nú^AêY?£õöc_H±Å3ß16Þ0±ÚÎeµü)ãa;²6¸yĽx‘`¤»*®Æju¼ÿðRd‘-[·ÜTVž]¿*Ë4¨òv±$ù[sC“{BåbÝõc¾˜›¸¶$râÎÙª“y:HÍcYx¶¹ÕÂ=ÞŠ(߸ƒ#FÖ–d½PfýÝ"P…Á‰iÇZ¡i’ri Ú‚8ËäKä>JODi׆N‘š!fu,ÒŸM4Îbu¦ÿy#v¬@§á¢ü/Êsb¬ 4Ï‹7ö?£‹Ó×lÏ»±T{Ïþä¦K6oLƒf—Eۧ2ÜQÿhRØé$+uk©®ÙQ“+ÇOxðTxæ,¥ç±ûNˆ+³7a´›oT2s£ÎåTµÑÈLZ»Ÿ.üÚ0A«Ù±¶vÉ‹E ¨3˜u–IܶsÕ¯·‹ÊÎCIÐÿcä­üÍNñð |b3aD=†;­‹ý3†ý¿CŽýçí}‡‹gÆþWÄáÎó`ÿãzç1˜\Õ{_éVÔü@Z…:×’‹jZ°œXéÅÖF¼î´È7r®ìM3«(]e”"J=û&ƒ4×ÇW™÷³qáͼèÀÉië7¬9mÈél¢»*•¿L„ÕýØ´•K¼W¸fWåç+àv0JM÷pÓu]Ñ%¼Rò‹’û;ùàóqF2Ç]Ý׿šíý£r¶^/ω‚ˆ¬8>™Ú RÒ&…+ÛknÖYW_óÞÙžgù>¹ƒ·Ì?h’åªhóKü~Ԋا|×TÔÔ|øq§íµå¾¶¦.¹è|â‘_6Šïuã³²Œcîè;V,~ørÒy«ÍúŸ„ݪžÚ&ÚEé-&osJx銕÷n±´l1ݘxe\Ô½­É.ÅwÒ£ÒóŒ.IiM¹¯ZåjµÀÁ0Òôó­}{pægÂÉØEEïq¤KB ÊÌ'g—­´w®¯´,Œµ_œy¬îLºW#ŽorúÖFŽÏ£ó¦œ1\f;µÀô“ÝÈ%1ñÃÖô~qÖ«—¥¹·MNÞIu.eEñDH2ùÎŒ„öŸiªËägø[˜v+0Ôl¢B`*×¢gu6oü¼½½·ýÄáXü.5ç2Ép“Ã6«¥ Gûsr íeýuc>‰Ë›nÜèáÖŒÃñqL/³^oìž<)†'fG¦’ÝZ4ƒ‚\×YmÝïz„ÿÔ©SrŒ81ÉŽ#ïÅ>9'¼Ò ˆ¼›”œè/ï¬[RRRˆúŒÑÓ35UÊ9ÀU~¸Â’¤$>½' 1SC­/aE¸ÞЗNQ >¢g$µ?§bøÉ+¡{ì¸p2|Æ^Óxíä7Œ»¤k$·ì ã™Å2(¬òhn`dˆ|qö¦ŒÅ2×-*’8õæif¾ŠÉÒ·ÈËfÆñI‡–D»ßcÀ…0ëNBaLË ·C±š™Æ–Ù>§…6)tõÍ#<ÌÛÌ2 7j6'ɆS¯Äá ¡í8.ƒçø­t¹e‡#>%Ù¬r¶0_Ë$¸wZÐ ‹Ðl¯…ËÙ>=9”ärØ.{ÝñÇ!é'Þp|Ÿ6&'C%G&&xâÊ_i{~ y}rξ§ÒÁTÅ÷ØlÆBƒÈýœÖ¾­ÛZš§íN¿Ë#Ŏõ̓j‘ÑÚ¢µ)GÊHö¶LõÒ‰ÙOmÖ¹žWp<Øz¬¢é„MeœÏ¶I7$Ÿ[oŸtòçÈÊu¸ãÕöë4 ó+~ÕÖëTþ‡FW‹ ‘ËsW(„6LÎc›!Wë¡·CëÑeãè&N£Z†WFžÞ¶ü˯ð¬_tnWå½›+ÿÍt…ÔÇŸâ£æË(oÙ8w·–öúI<üצñ™{˾iÚág~¿áù‰ÒJïg6­ŸíÂ?¾üìÏ/—d*M=?>ü[\ù“qqþ‘Ë 5ü=Nþúæ«\V<Öðø¸ÒO\]òiì8§‡¹®§TÌ/ä0X¶2`f¾÷;œ¬Ÿ¼utÉpé¯þ™]•hÈ5òtäùÍ’ºmva39ñ™.Èàà9¦txœð˹—˲#¤×{„?‹þyy›ÔûætvËIìGÆf3žþéoÑ×a¥ iNïBbíòÃÎËÖ<·ÕvrÚÕ㛘…®¿žÅ»Õo÷)F[o`NˆÚv¹/ÊÄíZñø2K^F¸5ÎÃÌþ më3·Vä)ß2ÍÉpÊuŠˆZÀê;EÞ>‘ᱪQøÏ¨çÖÚoi×›14O«V6øö|‚êê¯ö%«ì".«mÌ«™¼(k Ûösç0ÕÝ\xÓsbnaSŽýMËëÖÛ;¦En=§¶åI‡ïQ3ƒÇÍÜ9ÚÎļ1²YÆœ)¿râí žø…™Wÿñ-ðß–'³P<§õÔ¢ïþWX3_ûHmsÓz¾]DpMd²œjÒC‘[O|“‚§?KM®ôizµ±Œ©XrÁ\w¥,;'U®m_ÒÞ±ÎàÐ×׌3‚ζúN7Æ»`O‚û–Öcž{ËKØ´ÂùdŸ²pr_f*RñVé~€8_Çó•ñ?22®Î]äxÊöCk½ÚÏÙ¸Ë×Mö¨Ä·Út;gå­ì‰fõ<•~Ùæ¿ù¤îÍ€ó^~8»¢±ðåýíAYV²[øŠ—5Ä•ÿ<~ûXQåa ®S‚Û¦gÞVTgpÛsÃÆþÜFñs_[.2:$•UV&–žÊ`³üø·oì­aµæþÖ­_~®6ÓüŸ U¯=¬;ÖÜ}ð@ÑësMdÎíá-umZ®ïÏ(Ö<ý$þ¹¨pDké­¦V›ŽÊÆ4[óVUºÝþrœë²°óÂ%nNæëÚREn?ý(ü¹2Å-¹‚å‘ c~݉”œ”¤‡[œ4¾­S›”áòÌoEŽ[üs6ú>Õ¿ùòËíÉ[¢êøMim¾8îà‹c,›ï¿gû°9gÓ½»[Ï ›}ê ð¡È-&Ž?çîÜé`kcа ¸UýQ]º¾šM«…–«ÐÓGɇ—‰L±ª7¾ec»Há§èÃK6ÛC«åÿñs[rͳ@¦£\Xy{RHøîÜ–œûü›ZhÆ¥<ÞÈ–£#ÞÜš>å­M’£¾°¡]û¥ Ñ‘ò1n-®ö¸™SÚ Íô̹õ³åãfý_·’ªËTNz.uˆ®¸§¨ºÅâÂÕÀÑêÁ¥<^‘Ñ{kZb¾lQߺm“ÃöWÏŠ–Ö7©&?:Yó¾aÙRÕo-Ùõ²6É®‡Ê/ÐnûGöDæÛù¥ó9ëßW­ÌiÙä'6¢ÚhŒmËÌÈú—·?:~lþ ËÍA­õâV¼ TG^ñRù²kÞ×iz/ ‹Ò¾Y<Ýse´ÄÅóßMvŽÕ.8v"$õÙo¿é|<£-ì§Î-»ãía¯à:Ï?`ÿœ¸]÷Œø)s;§V§*Í-1w~êYÏu aÎ×Õöw8~?ÝðSfÂŒ_ÜŽ¬8"yÌ;SøìN¶g=y5-ÎõV²rN§Ë¯ •Õ~I\œþÀÔAóíºï…§Ì/,›à6m¸Ì„¶Y3yÍ~ÅžKšáXúzÚä}Ë _:X-_ÅùÅïøÏWçDÝ_—2ÚÙâ¶–séy·¸ñ¢‘¯×ï™»izbǨ JMµ'.,ùv×ë¥bçÓ3.Û"êWå´Y~l^®°xg¨|Ã^Û ‹uš/§L‹Š)Œb/Iã©^êçÛúŠcâ‚Fû»× ¹øäožiSææ)X~uŠ–¶ü‰âS‡§Þ½úc»CõÃU?‰H{Uª¨#wÌhÖÓÍ[¾ òG/¨˜[‹›œ¬¨]â9}ž`M]ô•)•vc Ôy ¾´_=»Hå ³Ù->ýí¼mxXJ^Î9¥a[6­|ÛԽʯ߮¼Ôæ[›T%æ[óôða…ªÂ”9!f,”}¢Ÿjî­~ÄGé¸óÁWvi>q‰s"£xJM¸-]9y‘…TNãû+¾Ãµ¨Zúõè–¼HX…¸°U’uä,-WŸÝ[\Þ-ÿxFìÛŠ )>¢¡»BV¦>=7Áø …`üñŽ™Ÿ¬GeÝHç_tóEË%]>;Y‰‹ìÏ^ }å]>ÎknF¢ÿü¬Xõã«=ÔTo;NYærqÌÏÃz§®wNm{àÿç±véâùdÞ¤†Âê U¹¾Ö.Í'LÕØY°`ºyiàs7µYûU^½=ò>ùyѦ1n‚^JéÆg*®—¸¼¯1™Md«”hk­íªz6'â¢îÍÏ Z"’¾M@ôä ©m~NÍá‹/œyÆýp¦ýŪ…G*.W +QNš] ›´mûî@ç3Ñ*—™ œKñÖN}ÿcL®Âgþ‹âµkÏz/¬Þæbãåh_âàw9ŒUëGè©äïw³bÌõ75ºéš¶€™ÇåèíåÍ›åDW¯­^ÿ4õ½°ìkƒú-û^zhò>κIxR͵nc˵N/m—½,9KÞE¦Cã†~±Ö›}kÏ}‘Œœ°åõdžÙqKÂî»§*ëžø~TtYÍÊÃù†×J ²ç˜Väá’+Í«Nx»ÕñA×–¦šátut³¶8%9^2õM_¸ViÜí¥‡uWª®›k¤³qG¹I­¹*sIi»cþ«ù ¹Ž·DíÝv©~祄\UeS²_>¶<4Ñ9þìÄŒ‰ÑüïèÅËŒº;¯Zx7CaS„HñTŸE…¶ B,˜®¨«äÎ,¬.»t͸·.E²Aªß>ªjqK7ßr¼êàݧsËEçU=ÓÍ–ë0þòÊÕziKXœÙÉQ#õ%í[N5‹>÷ÙJ}´ý곯=§8¯É÷I(Jœ\þ:Tª}bu£Bî²ãŽç± ›Ìœ'þ1)B•­rcåS-½•×öücñéí£Ûq×:>D¸˜Æ_}ä÷r–)g.GaÑn½Ô´»Ÿ/LMxv4©vÕOáÝ&~•Ÿm¸nívúµiZÁ¯ûç3ÞI½·HO¸àž’´6àÐè>Fâ'XþŒy™÷:im©–ÞùËÇÆˆ;Ÿ ²]~kBÀúÐk+·fý&ØÝäìU{óÒó#ï[&ê=ÍЩVSÔüGÓqløé÷cæËGl[_ñ!WëSÞf¦´Úô–¹Ówħ|8`}{ïI—Õ?_¸òt•Ÿ­ç}3ªæ¯hÙâ^·ý¹Üåß_Ë–áTx™Ô¡ŸR1ýNkƒÍpŸÃm3b­Nq^Íwò¹áÈŸ­ÿFðèì7¶L͘»m{œë¼Žÿ<|ïGþª“ Ý=L%v„Ì]u-¾ÑDuÂçQ+Y"6}ôíìÄFCaË+?Ÿ,xÙ˜_,VS¶ÓÒ´Ýðh¡¹ýV³¼®…¾uŽªµë³q)l2¹¾Ž]Ǥ»qxóê Ë›lÓM-[?ø~^£—’[ûOþ«šeÏyíë„‹v·›9wh†Û_3‹~½uÆÑè½âIW¾[8=´A´Éä‹÷S•Óªž®WÖiH_â)''xpiýB•ÔWÜmÏÖ>ø8/{Ÿ®¼_ûÍc¶Ã³fâW^Èùâ`{ëy“¥* cr?eNIxxnmÑ<ýB¶F…Ú¿”γ GÅέµËþнxÛŒ¼ØÊìÝŠWÜvÞø Ü˜sn®å‚e1Ïã]:rÆ>}n}4ÿ5_¥g®Ë¶$a–“Q÷ƒöû)¾çhÚ|¯m„¯·¶Ú•Ë£Åm®kÉ™i¼4œC4HãVk©Ê÷KÑ÷[}5o?µJ¶tŠTÓ’è̦äQõŽ‘k5ËN*×ɾ°(Èæåj¯,\RÝê±~¥í±/]Ú9›Ò¶ä¿q<{õ¬×±2–¼énü~£]”w×}.~µH_Ùq6¯ÄzGñ+ª¹ÓÍ—J6Üx’ÚÀY¢f ¿>@iû¯–¬ù×3,æµh§rÔ×Ê–gxYí4P*PÊzô‹ÁýÍ.õ_Ui1 ϵ=wEzLîô:½èÔ_Ü.Ïïºü\®Î]즓ñ­ÜTÜ+#ìUZ喨럱H¼´dãf£±•ò‹*dE å.híYÎô«æÉõKçmßÚœ¸yß6:ÂG'¶X¯xZfƒ²fÓVé[2móVv°U.,öþV©ß‘us] ãhGM“#ö_ O}湈]ö¡cÕº˜ Uo(J,pO»zVº°¸îØWÙç™Wr2>~loT¢`ð+õåèÒçÿèuM¶|9#xe¡$“e„½«ùöqû›Bç®±_é—¬WkòB`÷Åt›Gýrå¿Ho¶Ã}MŽœ8á×G“·£¯òç^cž²÷ »‡ú¬@åˆ~QKΩEÒ—Ý'º7è–ÃË‘†Fu:áºžŠ‰Vî® òWÉÏJjŸðuW¤ÛaÍ6?¯e¿ŠŽ ûŸõ¬b ¾²•Å¥nO=z¥…]rÒãEmZ5­K6¯;ãê~kñÙ×cUˆ¯®(þö3'‰·Æ'ÌæI‘öˆ—‡b–G?èÈt*OrºdtÉ^ýµWÑé[Î"µ~’Åg7ú9oRQHÜ굯úkFjöl¯8ÕIÛ][#Æ=Žæ_T=u‚”ï×ÛW=£áî¬9;¾àɪ¨¦åñ–\KꢔìŠ {YÚ¼¼)~¾‡ô•NU5«Ýu¯¶,³3TÎF‘ãEa§ÌJ±eo é¾ð£z¿'3nÌÈö½BŒ¾Âë26D&¬Ø9•[÷OŽX&$Á‚ÃÙÍ/yùPËßïÉ«Sõš1 ß%Ýò÷ÉÞw£}Bµ®J&W×.÷aáëç9Žxoc¯¢°2dâËFKÛj¥?Ú².¤^bãɘíúkBsâžw¾\PÓ;ãžæ*}Þ1©üÚQ[¹–ý†ye7Øn‹¶nÐrôàQ[ð¨yýõoúÊø/ÌÍó— O˜±Á4ÆëD^jJq¹·)¯UL}ü´Ýzu¡3¾µgÕORKuªþút¿‡è95Õ+’®N± öϽ87Ù£ªA¢Ö,Ã:=ëÎ+½ ‹Ÿæžþ–.¹çhmë5¯æÒâÏ÷/LZ4Êøªü¼§¥Æ¡›æOñzseöÕjýñò‰ŠU%MS ï9‰´óY­Øúã´xøz§‰“ç©IÿzQbÛýEÓ׉‰ßtë‹•ƒ×¡VOÙ™ÓJVÿ¨’’8y£ÅÅ¥ Æí¥ÞÂàxŸ‹&>OÏË÷­ÿjDYþ*««.œB¥ÎVåÒ¯×ÙÆ»¥þ<ÚÀöý¶Ç«ý‚"üÞ»…•u?sÞ¼é}óØf³7›gèX¬{vþãÓIbÉ'Õ¶7Þ î9©PuË­†÷… ‚y2ù ‚'°j'ߨüêIÃüØ;¥A/ßÜ,;ÍÐícxñ»¢%K·z‹ «Ä¿þ<.­mßÖEœ!›eK/›ˆ(·¥Õmðrù,gcö«XNbZÑê«Å5ZÅÓo\q=YõJÒðºBºção5ë­œPcÛqÌÑ­ú§¨M¬¶WszÉÔºõ›Ûç¤Î¯¨~:_ÏiVImÕ™)ûFTó¸â¼²:dñÉÀ«Ð!s9× âϧ[¹^×Ö3Ô)·]ñð|Á·ù36‡ýäy§âi._Îí+xðD­æ0Íη¿•æ6”…å'™Ûh¸j•9~®Õ¾¯,µu†€á?¯.­»Ýì;¿ÄÇá1÷¯»‚õÓËWŒuÿõ²°ÃàsÍÓë…žiIµOŽÝa}mºÞowòÄx½Èí<Ù›BÂŒ¦Ô½ØÉ/*Rè\Þ¸*W8©íá>ë“Ûüsiçê)-1âM —[벎ïÌÔ>|³Ø?r†ì÷ç÷E–Z¿^ûæöRÉ>_rÝ:‚Û –æÕý^¾vùþM aõõ!5MJ—–VÊv¨¶ÖÞžé"žQU\gq yä«j%Ç[ït~*5+Z9¦úùÔ)ÝÉ9s¨|ä}‘7%M :M³4²}CfN`ó&e‰úeÛ¾¨g\x¸pšcÀI‹¦ü¬úr…reÅÙžß~ÔHÌž.21ÝÚà¹JbÁÌz¯úöÏoŽ–ªV*ÿ˜»/9ñÍŒöý Vg¹|žícsõqÆ&¯úE6o~7¼Ìõ¼RÖòº¹ýë•× Ö+´™Ešm¯©ÜVê³üÎû–eaGŠ=7Ìó6ã–îÈe¼K•ëÞ^/Î|¸½iø›/Öi‘fëloN0«M][}´ú²¢PÑÏonI»T=yýÓ)B¹Þ{OrUÙÔeÆë°-HóÉsÝk–¾unÊÑ$=ƒÎéNßFN¸*årÂhuNõèRe‹mÉΓ¤½ž ýT¼õEE•ƒ–Æ/ýŽ­ÕmT%ì=ºlºÝÓ= kmœê*†oSÈpü¶Ù~¯àA7ÅXÕÛ[­ùÞ%¯ùòøˆç‰q¬Ó+LÖ¿£¬:5ÃqŒƒEíLùàäújfÿ<ö=chæäü&úÓQ…„ÚËÎS~Ö?”ר4+hL«üÑüeçè‘ï®*y»úVíÓXƒM>'UÛ4Ý7\EÚióìufá¼lýT”;2¼w¥e&ÿsAÜëÚ¬ %éß[_‰J¹s´%nÓ8øpk…Ù‘Òɱ5%ʹ~Î3'^©99Y®ý¤È¥òâYe¾V 9¦q X¥F¤ÝpŸÚrsú ƒ†‡‡Â¦g$fhmË,.7ä™­xÿÀÓcþý+U 9΋6®Íÿ‘ÝdPzoë«7ï78ót\«[Ìd½ß4·6²¦bzÀ¦•‹ü¶™ÌL®ÛXçãö¡*“ÛzÙe²7´Óå—?JQüšØº NñëÙd “i6ý4×Ü&Æ¥òOÖ|oŠz1í[Ü«ˆ”ú¥NÙå·¶Îé(¹Ú~°z8“ФàÕûõõ uⱡÛ›·¶s-]œ”ûòº9çÿ9f¸í\šÊ•?Ì~¿:F|MGIÓщÃL•g–Þ$iŸX·(Îâ¥Þ5‡ýR¯õ=V.‰-?q®âr̹!j>­û›ë.Üø¥À­è¼Ñɶ5G?íçöèèǶûíI¿¦Ÿ¬Qªw~›6Á¸5t‡ßÜæׯÖ6}>wÂÔÅ)öºEÝÑ„z½­›~~VªuA`ÑÁaÛΛ[.W|ç6[Ì÷݆ëÞÜNL8õÃŒ8Ün7F›7*zT4w` ö¥ò±S8p(Ú69C©Ç›·œ i±7´˜æ¶,%u]Ðý"y‘œùAc—ŽsänXw¼$v}Ðñ±S®¦¤¤Šæ4$Çš:¶_ŠZ)ú¹0ÖÆ]J>†/~˜øGÏMÉY%w&(Õw¦qÕ:Gÿ¬½W«6O˱VjÚ´2Ãù£Ò¹²¡V†yE—¸'Tl’òó¯=›ºZÊAæ§³v`ô¹x…IZâ’AžãÝ̽ܨ|a-ËT“·ñsebä‚‹ƒO6>Ywþ™\NûœfáL™§%¶óËl¬—5Ég¦gË.húøèõÙ+>*üO–(l(,š³÷Í£P§ÈgâwS*Äý2^öî¥Õ8‘­±5:9Ǽ„W¿‘Ö±uù¨"!Õö=úÞck‰©1y™¢¦~=%4Z+ü–[ãoÑEiž+RZ2änó5îô)\Çø³ªà};¯åÖ´Ûo;~bñdzîÆn +ÙNÓá5OÙ##DŸgj`T¶Qô–SÊê%lzïs¡]æX– Oè½æ%‹56/4Ö¶0}›¹î“Ãö#áÍ˽_ØäÌŸ`²¥rµ÷öÕ“¦û'=þÇÛ»ç_VÕ‹-Þkkè\zõ”ù3íÕËnsââ6°Ó9¦sÎnìÂýI¼\vÍE÷Îæ.û6nBÀÉ3Ë'¼“äy}ÍÈÆÙ£™ýÝK‡©I¤„ßÙ]xªùØë[ò)~òïk ×<~8ÍQÐ#òÙV©G©Á,7]­v•dšX\ ;ÍìüTÕXc '˃û¯²6W$ʇZ[+c²DAZilä’ñ“^éxvwœù°ú£Gf\ÈŒR•ÓMòšE¡b)WÝRÙ½w…\ˆg…Îêƒâ—ŠÏÖÑj”=§í;m{œŒçøÛgõ"âŸ^ø&t׬ؓ¿%uìËŽ\ÅswE{8zêô\³¯S¢/ž·}°:Þ­Ú=º½Eáñì €4I«ãY[×~K?´t—ãÝú[Î7­Ÿ¿²ÕL>;ç“bn驨K§­{8Ùqgâx{®­O?*gÄk*†™½üRÎYõÌÛ!éAèö}ñYbéãBk¾H|ЙXîŸ}*rÒ‡(»ªÝ7«ŸPçÑÎ]’o¼"gVʵ‹ÏNØÕ_#qWJz?Àû§xl)W[4²ìß>ÿwOÑÿÂù¿µÂJÿïµu½êóƒKPÿ/.æ/YZBýN®Ò²â mÿwÏÿ]ۣƔÏÿe(êö-í"êçÿîÆ·Òù¿7‹Iß7.!œÿû…nOè<ÿwN1ít7z}Nïù¿µ…¤ïÒRìÃÁœÿû‹¬V‚=r× Z–üü_¹nÖ&œÿ;¥¸ßÄóÿßœÿ[WÒuþ¯?Ð)êþþHa×kjçÿŽ.í<ÿ÷!)×YÄW‡Iºì<ÿwþÊ­åÌ"¾ÇÎÿ‡÷kjçÿF–R:ÿ7¬=Øù¿óŠ(·ïwÿI²ÓÿÆù¿Ù9±óÓIíèù¿üe}—ôïÿ;º„N[Ñ“Šžó‹zå„ÿkêñ‰j]BðŸP?ÿ·¾Ú'—Ež£ÏØñjq&åßß󝿒j­OT^)±LúÎÿ}\L8ÿ·‚¬Ÿ ›ð^ÙŸóöc,£tþïn:ú‘Þókñmq*éŸ-Ïwë+iŠw÷çü_Aº tþoHQÏóƒèÈѯOýþÎÿå-šD1Ž›—­)Æ 1pþïÀù/žÿ+S¼ª”pþoÉ×{žÿ»¾hpíüù¿BýšeS:ÿ׉¨v8ÿ—>àüßþ0ðó5‹í!EéuÅ;èž1 Ñ¡JÂù¿4ÁÎÿåëUÆ@Îÿu%ª·ÿçÿÆÒÐ}çù¿føÖ=(šžœLaÄœÙïQ´çù¿M4j·‹Æg+»õ\ÏÿýÙ$_ôgÎÿµüNaîúœÿ»¾¯ŠóöÐ ñ¿®WAL„?G“] cògêy‡SSÓq&J¹mÄ_=ÉÂÔ½Œî„0Êb Zã &Žzšà>>¥•{0“5–»õûØØp´Rô¬)½iiÕºÿ9Þç '7‹>ZKžÎŒ«ïë¹éËžÖîå§•¢ïºPKÑå=)¨ÞÝ™¢ÿïwÿŸ/ñýþÿJûö%†~Æ3z<>ˆ‰ÞhOÝã—osÆòfêÏ8EoþkþÎz}¾„<빇.ßÝüôäFo?£¸~ŸƒþüÖÒ´‘W’ØPÔì’X–K ¾†w9–§å‰y¬c¢”‹<µ{iµ ŠïÓªo•;ºîÚÐ-…1¦°&Ê%l$^` $¥9ÉÔ5‹Ã> Fs¹Î+ÞLÝËÂ^Æù®¸öL‡÷{þ£“7öé{b úþM¸«D‹´cƒÿó[×:‰°/Hz/ƈÃ%⋟A¼ò½SéV‡ø?17´îꢥ0ötŸm£Fü¾Cßí;ë,[‘•¸ßJú¬ëï_A?êèÇŸ†•t}ù:ª`úy„^cBff$\¿9¢3/¬UŒèÝNSBnØÏuT5W|õ’W4ˆÿ`Ì=l‹õް Aù%¡Ï²ñù=@?_ÈâÏaôÉ*T±l”ˬ‘(5ñúiÂ~.ùž,ÔV +õÖD”^½–D¿mˆ½Ç‡J:‚¯Ódö‹,8\zµ“ìéÊôù,>,yOèð`J£?V£Ïa8Üôû>§OLدÕ,]½áŠ~¼Y¾£ÚìÀêˆl†^ŽÃIâp2X¿0vïi”µ-ý0®½E¦@ívD.Å„²,‘¯ZÑ}çQ~þœw2Ó qâp,„ž{Ž5€ïf¬92h­{݉ý+mì¨eǰ¶ŽEý†–dwPþÉû‘\aèž;èU"²"×>Ë© ý‘ȇ¥ˆB¯žÓø‡Ðm¸Í¨?Piꌄ:” Ç]…ÿt5ºr‰Ìe™e‘UÐ5̵Qî wUCÜ KǃJ|ŽÞ›£ºNÞrî ²» ¹Œù±?a=ÁJöK•3ý¤¡÷樽Ñï#‚Ø{ì^;æ.=aÏž°~;‡J+AmÙ<’è=èCÌ0 {N!¤MAÞF$ET{}¼]0wjB}W…ÊrG9àïÝŒ© ÝàŽÝ„í\¡|Í’ÃbF²ÓaV‚’Úy5¶á"Šv¥ãC=%ÄÕå78¢†&ãÂM⨨ƒÕ¥‘‘GuG=­‰2WA?>¨&©è÷ùQ„ºÌš‹þ†èåŸÐÕ³èõâûc¨%ûP.×1A~5ý¾CVòd;¬±šØš½¨d$D°lô3eü…°>øŽòÅJÐ%Æ|V‚îòÑ}B(­"fE ‚Å‹P¾èµ5QžkˆÝêNVöaìÔ’{HIŸ& «K£òѵ͌„t›Pg‰qÈý¬Aumˆù5¶4 õ¾*ý0fÛá„H¥„^·¢»Ÿ¡Ô„~ß$Æv̾PÌ@êkÅïUqT±¼Öµ730ÏÞ9tjú<ª›*ʼn‰àƒ¾ÄàŠÅô]˜:ÐÝy賋Ø3úýØF!ü¿“…û„Jq"*mC×x‚#x!~î Øøñf>º@¦NÆîêÄ¢÷”&žpD *çâB?Kc#YzÌ+™Q½¾w›»]ÇÂ) ¸OH§ÒŒm&"™Á@Èßk;ºfŽ~V3¢Ýô:¥aDõÕAÞÏI}î1âR2Êë9fôùâ$ôéM,Ù¥ÿ‚ÊÃ|…‘XÞEÔ+wPåk†Ô%‚òhB¶õï§'úÃ]ã@eÍAʘÈD¨ça[Bþó¢1G5zA»gQúdµÎ˜PF쩳œš(]¨êz„òêD×DõsDm<Œ~íhLŒOˆð’ža=v¡±ñ Ýç;ŒàÝöº ãìyƒíF®aÑÕ©Ç ÍÅôÓBﵑ¨â(ÏL¬'!ªÜ!ú–ö‡>Á Ér/Ð{.ÐåßwtÑ'¬„ÑËÓ¦"TÐzllEýˆüë,Òiª¼?²í1”¾ýHtÆE¢Ÿ¢Ÿ}Š?Àf):¨ŽŒ„ÙËdEnBýñÏ3’U „Ñæú< åù‰àƒØ˜?ß ¥#ª‹‚ØØñ„™£×ŽÃ ‘Ò »ùŽá½.VAG§X}‚Å$_T|¿W 3P[N3|›|6`lÍDˆêºDKò {ëÐÏ lNÒ9Dó"êji.I|Þ„låˆ~k#ÄâÓ”ÃT„õ0B¤Ða%(Øšðá]z•ÇL˜ã$öÐrrÙ%:—V.ûý<Ãb+;AsMØLÕ©Œl¸å Öñ®ëæFÂl ¹/?b Ô ­°Ù€:¦eb§ê“ærЍ a,D…( èÃH°†%/þßÄ=Á"aä8ŒÜå9 ñØ÷½E°Ù*ù+!2àŸ]9 ×‚„û 9Áù5„(“ò߃~ÄÆö\–&›³bt>1'GôÞ›b±¨E¢]1ìù ó316‚?aýë…j¿Š©s–JÔ/êçgèÇ•Ð~K”ÿT!¾uâÉÑ5K·C÷ŸÂÆìaí®GùL$NämеSèý.ô^ެoÑë²a]þY‰*üý„ 'ÌâÕ‰>2õÃDÔ(SäDcVÆŒb>ûÐ<íÖ(ÿbïtŽMçY¾7åu@…c\UóóTÌò,½ÃÂl6›ëv>ÇGy-F½iDÔ4~@l¦Ý6Bly‡l ‰ÚƒE+l6UÖmÍ‚ì@lÏ)¶x”ãiÔÒ›è÷)fBÊNÃŒÆEl…Ê%GX©aóyM&ÂÜ~1Ö˳XÙ°çꮨJP1„ènîFˆ íÄÒ°QSw6Jcƒò]AÌQe 5íôЬ„Õ Þrèµ;jöô°yŠÞÚO¬ˆsN¯Îç°Œaœc#¤OÄêÍBèq®„õörÎç"Ì|ÒÐõ¨ÎŠ|„„.ºç-6‹ÀO'’°˜†÷¯4ü<:uÒ1”[;3¡O;I$Z¬3vH²Þ˱V#„æÕ£Èº›å=GÉ¢ˆÝYÃBð¬@4Cí»ˆÒl`#ÌÐây;c¡"JÅÊKˆó˜þ<±‡¾Æ†H(ŸÉD»c67Gž| åçÉH˜{×›IèZ’è*¢—bý;ƒ“à]X”»ÎM˜'{£Ÿ Ã3"ÌÛÃP}¾¡|V¡ß¬:è“1(#¢‰=7‘8¶Ì"æ~}!¦â.‚¼Ey±r¼ó%LµhÄ{76îcé±âƒo™úãÊ«[%¢;w¡rò £16`!Ìû°¸YÄL˜sáçËø~òFë VºÐhÿ·=Æmu²U?+®k4eE1Åç‚Íd?°wy† Ê1›°æÞܵµc±VžÃâÊîJW6J[Ý¡Ôi„Ñ ³ØidÁK|„Yœ6!jáWïØl̇0“A÷Æ¢æŸF„kGFÇ ¶®¶ }‚r:€<è&¦:ô³ •6g"anYu2d|±&¢ÀŽØw‹°=º¿•8¶{¡{;öÑ%ü€y&6RÜ#*ï-±¦íøõaÊñaÜÁ hMô5l¥²ÔÚÌ„ÞÁ¬”ÞIVÜȳ:-Í@˜sFLG-eíœWbQ4•¨¶ªëêÉd{GÖ(Íi~B'jkÚ‰/úl*¶ÚBõúÑ™º¦ÃÞµ¦Õd&üNÆ×©’Ò>Ùþîï-U°?ŸŸÊ¯šÒUböl4®/ê{çÍX¸s¿CQü•° €!§?ßÄé¶ëI\ %=ì|Eé ­ÏèK•¤žîܵ"ÇÖž2Äu5+q¬s!Ç…¿†µl>ÎÁ”øœ†øÙ(ü¾Lìê®w„×ï÷&Z¤Úð¾s¿“¸#ÀNÜS ÿL†,ï› ]{wì=ö7;÷ ÷º`+\Beµ:÷ô[qض«ŸV¸ƒ{ޏ÷KÚïÆuíqà&®âÇã:¿'Л|âq÷ۙƶ ¸ˆ{ÝJd¶í´¥&qO’cÈ^c6AÚýÂøä¬áAÜ-%ZG„Ìj 8ÂsRœ'çCØ¿&+¹“Î÷Jž£ðO{‰×Žy’§zB´OçVìßô¾Å÷E—3Ç3Å uîÿL$ËmNç..~÷ {F¸a )Ö¢Õ¸®½WîSWžD`&<9ÆáL{´I­Û»(ìiì>²+i8Âs îéš6±‹Èq­Ã×{:™oQlÙkv²}2ö¾#vÑ2Pû3v”XÌÖU’k7mv¶(ƒhÑ™,Ø7p>„iÉŽJŽÌ8—m½¯š3uö“M·'³ež=G&ò'O|DgœB¦v>âý…Ý| ÿÝ—OœÔÆÚcÑP¥îÎÿJàü_ràüß.úsþoZáÐzå¿uþï—>ÿN5œÿK/¿ëü_A!a‘¯Î„Ñ<ê¾ë^{ ¶/ÕŠÁg xš’vès†ÈodŸ214†sÔ‡¨µÅìì»ØSõ‹¯~’Ò(å[e8ÏBnLöâçÁÍG, K]8óK›ÚZÅ,¿ ¹?ææºÝÎdÂýŨÏpÖ±ùñþÇÝ*OÎF—@ãÍ g-g_.tBÒ÷ü1ÎOŒì×Û@çʰ¹zþÁ™ºk—G¦Í1ݾeÞæÌ©MGlSOÐO/¯]vï˜B¿æ½ßÂÆz8ÈÏ•(8w*6¶Ø´ršºÅë¹-‡o/½~³þivšwÇÖ4öÊó)-‘ûL&ŽýY$x´þ–u›—Ü’](`Ÿ‰òÞ•&™çty’Ù±—Ç>Í6=4í£Â®˜m|¢·å0â.XzÛgÜîÏÍ•k èýâ øìýÚë%«¯Õ//‰.|¼â²Ï½VÅ <©ô“v)ߜ縭­o]“nUº¯ô Ndj‡‚ê†-m—ÜÛö&—ù:LÉäå/–¿ÕÞä2fÏ1žoÁ?ÅŸlpÛ÷Ý~ëþõf1©¯“´/./ɲ¨¬Þ*´Ü-£:Àöº·óœ+k‚O¨»¤'e1vÕSI¯äßx ¾keå]â·]O8 Åû±i¥yÕ£‚,áä¢më+ùƒWÏU^õìÉÕ‚Æß’ ‹4ô*Tj 6•Xáa}NöÓýUí­ |o}ë-^[ÍyÕ!-E|úâQœÜ0:‹E9)TonzÕ §'ÕK 7?é8tyaKŠTBõ>I¸% 9µãÞ¤}ƒœræž<.DhT¥<š•ùÃJL€¯I#ðwÉ>>ý•}Ü"‰þk«Y4ĶÛq¿ïÕöîðPßÜˉËséÙMc›æ4O²¾Xh¹ˆ‰WþÊ˼WøÀ>Õæ¼Xœ¤5)·¥÷îŽ_-‘hð;nÓö¨_±}KMÚ-‚pt'ƒŸiêÚtEúOQ)–'Ã$—X"=óµùü+"Ò"û9M›5~‹ûçæeïÔ%íŽuIôç‘¿ž¸W¾>¢ñ/\nÓ“nóBöyVGÜj}ŽÜ×k{jï·¿mŒDÈÆ”„]îž}§×úÒs\PM¢\&(uX8WgmÑ|¶¤|Ô™'3/«ô½="Vo°ñ¹"êMïlÖ+*|­T&•Øæ ]Õ6C$#†¯}~ì×/qoyKÉ匠›jšdIØ7e\Ø©Õ*þôm*Ä‹f˜®åï÷ÉÝ1¹‚âV7¤häÄ•é¢ã²LVw=L<šU ئå?Gßë'ö™í•¹EÔljH ·ÊíÍ=—jlÌ]RìƒÄÊí#ìÃÏx} 墛œÎ.Š+Æm+“>­œœ}ôÛï!1Iò‚zWÿùÎ"ý#²o/ÝÎPñ©ækhÎ÷ŸK »²éùÕ±|ãM`QêxÃ8åm¢wø¨âòv‹)nfòOñhÿ“âÑÍùûv²émÈT½¹Ð:\²пÿa¬jÍhëT·Å™«?OÛ©ÍŠþQ56›/@ÒâJñýñ¸BS"ßpÚ£ÖKcC}…»u¬Ë[•™j3F gò/k2{E¹ gòÖ;BÛçïþ4b®5™?öbMVOXÝ*Švxík îk'™›|.I1ö^š÷¸´Í—¿XiCñ;«Ð±ù±Ãt¦eN¦Gíw«¥aζžDS±¤â„lŸ‚ˆLabóG±\ËOí0ÎZ[‘'r[ç%Z"5T–¥ÉÙŸK>5i•ƒ£µ%y5ötáÉuåªÏÅ^ßzRÔ#mÆ7²œYðéÕ41õ†7oβVx¶Ùu)øo‰êøíåeÓ’¬˜â2¶âÒ¦ríÞ;;Ú8®?ûýèmÇÎnÇ.lÑ¿{b‡²{ÜL"K´>‘/ÛRô]—PMÎߥ:µÙ&í3”ÒÌQ¡~:ﻫÀp_A¢þ*·qnŒÊ¾xÎ<]Q[Ç!£„/D[…¥éÚ¨/yɽ.Š}ÅÅÉŠ^ Çoáž¾»Ø¥[¦ ³ºÔÁ:>£¾T…®)Ù¥™=O?|k¹á2Ïh¼Í§õNõ©v•ó¸?R_Úî……šÅu'·»Sžý=!ó+3jêïW+ . Ó±Ð÷í|±©êOaÛœ?íšE7ìpÝ.7NKXL[xò.Km¢?;|$¥Ð³çç¦o>þ7ëÍõmfbþz»L•_A _Íù¹NQ»¦£åéµ"Z×{ê¸ Kâ®ð‡UŽÑDÞôN5Á¥+>”ÄD³EÒ}"Ö¸N/Ùý ;Þ™o­Á--q#RôÕß”k­”5Z/þ}k® _—l‡û–ϘJ¥e蛕™{ Ûòd±3¸…¿³}ë¯MÜ%åž;~tÆgõ¬ vÀ„—÷ê…fr®ži­¦¿kó…å•~¶ ª-8ÔÕ賓¹n¬ll¬š*¹È =^«‘®üYL¶{öA‰|lOƧ3Þ&$gç'O¬Œw÷8öòÈK9¤,–§§½’jxÍå;…Â{¢MYüPçºÅZµn­ï?×ÚWY$æŠ(À—Áõv‚Õ«rï$÷DÇ]aûTÕëõwºð’áýˆ÷u鯱 c1½ãå¿ù™™¯„_xPvöIm­à˜S[Féü‰º’GEîªàw«“afý·íÞm=r³<ÿ£…ó½âø…Ió²î§"ïµõí~Qcüòžl”SœJâ½¹ÛY•#eTõ:S›ÖÌê놂)‘’vCâÕÏ9>, Ÿž\.oâwzuŠ«ûÏ[V߬¢¤ßµ|Èù^ú’O(ËÝvåž¶/èmÿ”µá=kæFŽßFÕ[VdÂ,­žLÊu¾át²ôÎ<ߙυûôO»:õõLkŠ~õÉçŸËá£,χTìe%ÿxÜNô;ÿ9KðJ>ÁB—ÅëÇFLì=EÚó\-“òB³Æ'£ž ̓=梌’_òÇÆž‡‹°~ë}zÎ`Xœ­äMÒn•tŒkw¨ j…-—l:N–¿—àÜy¸ìÁ2jÝwWÉÔ[%”¶Ï=K÷­©‰þøY,¬ PºwSpzïÖvËÝÄòvÎÙÇÛ-gª‡¶’àt_Kñ°†’Ú} ?ÍýøQž6~ŠV¢Þ¿ÛÌ|¾«4ndéîi·m@Ùu{#þìs¹æ¹+.¯{œ•T¼vã¶)ËÒ¸+ Êìb^úeßV̳o­s"·. !rçiôiukIÉ5Ôe!¯“b™¶= ›oØ´Ëi&*¿}rgP/zÐ9ÅéûvɵX Ù߯"­ž öyzJ)ÙF€ví=¡9º™9­û>!üZ·}dX¹6ýÒ.–ëý(®ñv õŸÜ)"»$Y<ñT3@Œ¨>-#M¶ÿÙ+÷{͹’¾éST,gÈW)võ¸ãö¯¡cU÷´X^ìª|ü–9øÂçìj^ØmZ£‹­«•öÁÆÃhœmtvÒVÙU83G‡úªõ{?eµ<UWjE‚J‚×d½¶}* }ÍɓΧ¨Z·Ú§zÒܽm®'àl³|±ÁXÅ}ÿuûMdv¶¤9ż¼hÈ íp¤‰-ôLÓܦÎè°Þ›š2r4I,ãH]X7è©3þ<Ï3’(šª“ªæ~ϵ7Ë~ÆÊŒ¢j8Q›ËWvyç“úÆç›ö¨²¢‰üOõ&lñ}àon&9ÀÉ©€Lªvÿ¤¦½›ô-±ÖUò÷ÒD¶N~{2x¶1C´%r•ß;wIDþå£ßÅç8Ä3V³2åósêéX~­ n_ÉŒb¿.ÐC”¯½YÞù|W.Ü›fzØ:ÎVŽ}C©KO"¨ÁçÊó«« ÇªÙVNÅö&ØÃnê8t™*GeplYóžT*°<õËýlÏòû´,ë´Ÿ÷’NÕwV@—¤êË_Õ@¬²?ƆŸìޱ=?_KcôÚØß“Ë§ íQ^‹hß´xõyMŸâ­ q”âï|ÿÖàB× Öt3Iªö­Ÿié’+OçÏÑ1LƵN+$pHtœ&¾ýæ—ÐónØ]8ŸÐ^ü˜ ü‘Z"Èöh]-•aý{0§ F˜V,ÞµŒã}sÁÇj5¬ùSJc-Ïܯ{Ïß…wwJÔ\\튻—’\PòdêÏy—)á…q­öP«e´Yöm+%}­Üëi&‘½/¯¸-nJ­|›‘H}é5FÌ‚»‹¾hÑJÙS·Ö– ØÚtWßy,ï¿ã$Ø Yn©0;ë–Rj©Aaý±IúKëžcÜô‘$£¢ð1ÐÃæSõV˜/¼¹é5ø²6úLXJÙ›— ¡y¢–æeýÝåÚhòƇ#U ¬·96¹IÒÙëÃNi›Ô&ÆêÝNÔï‘ÚO¸±=##å´RÔãÕÓ6^…Jiáì›ÈÑ0à3ñÂo@8»`ïJ¥[QÉ·ˆ'†vîMEôØÒ¸YœçIGå©>Gƒæ—r7 _¨¼îb½Ms*Ùß,3tö0âδ;ïêÝ_Ár›‰!pbh‰uu€vÙ+Ž‹)Y¼m5 16qˆËÙ³Qáè>F õªžwêRjÞÍîª#¬®ùg6œýQf|ÝÒÇd]wlËæ¿3 5f^’f”`}Ïöžø}º¢!ï3ÅŽpL–Ïpud˨Æ0ù*Ѹ~é{`TÕj9µÝÕÒ÷ÒÞÇ‘ÖÓj&uÉ_6Õžw|kñrk–Hpú¡åXt}á]Ӥ禀Ǥµ©>—g­×ŒŠK{±?Ú?s9êZª—ÿ;îÏÝÔÝé?¸6ËÐ] Š•¿Ob¥¿Û¨&Úñ}55®½;—ujúÍÙÁÊoÅäV½¶ƒÎϯêÜÍœÈ1JþÌü3i "<þ<ò{°½K;D ¼z¥€Gu×rF\~V‹ee~UÝÓ7ì2'©hkJ”|ôº&í5t×Ú§Ú“©;Ú´.âŽewLSÿî–>—1éÇ=ÉæéHÆÏÒèçyÍÌšã×ýT7+ô†gÇÄ>ÕžR"¹€ì>ÍîjÝØæÐä£Öxškaƒ¦ï•’‰ï OAõÛ+]ß®&ÕåÙî=áªfÓªÜÞªC[ä¦L-R&ÓÑž÷ï¤Þ¸jÇŒ?µZÿä«chb[ê{gJ¹]Uc€µr€O3®Jh}£æ¯úæÖ¨8±ßÜn÷ªC Ì®ob|©>ÊÓ)¨Çë¿7éû˜Å»¢Zö×>õZеbàÑŽòÊËÉTý™Z¸´¢X’W‹dLZä†s¥Ü ¦l•¥ã:]É)gݺåÄ”mËNîí¯£_5ñ^)äý,ÝìsûüI‚ÉÉe·œ”IæZ®27éó¾ç|M9Þ èøÛ~Ó|ZEå½4›>Yžrê”nuónX÷£N®¯5cª-îÉo& p÷õ6CÅy:†æQ;m‡}ž®Œ*ãä2âzÙÑÎŒ3F_P·‚üå? É/FT,Ó•Û$ÛŒ9ŒlÚi29šHö\'6 Uýì£K‰K·—û¯Nì [é¥õç÷j¯Á«dMWSL÷}W7;ÜYÃæÝóúTÎW:{RÚ:v»Ý¼-=•juÙ~ ­Bç ’Ž¾‚#þ3æ3¾KóÞdäÅmªíXÌI³Îh{j\效Ùãý±ùVW£vhËlùu¤ëë4BÕPqgNãÕ†‡­2Ó5kÃ)åSã¦.)Õ°ä{ÏÙ´¬»W›ìçp+[&Õ±Ùšr¡Îù5Ä÷òΊÙ(Ýïñš‘ (Ån·õþc?ãQì»yyf{¥Í‡ÿÏÅ{#ƒ¼ÃWèôe0‹ŽQz!®õM᪑ܱónù3+“Ýr%_r¹íÊÝd]ͼ. ”Åy9íxp–;{9]9¦ ÑÝ æq›ëþåKº‹3°ãêì¹Ïá ƒ.ÜÐô£Kÿof;Á/ÙœC¸Õ³óBI<>ÉR›ææ‹luÈya®Íž®±²T1×—“¸sk“7ñÎV€«qnq”„Äëç2Š[–QÛ{“ ÝŽÌV«<û&A¿£Ÿ’ÎŽæºö¾{qåX>ž±UœhøÜßcåÃû3öìÌ_·Rêá8„¸Zž°Rý¥Srѳì»Sãj¹¿ÙÃ2Gû áÚù®•Òº”kØE“ñf©ƒ&½=‚³ámŸ0÷}N¿»CW·nxö 5Ä–NVo¥jçr(ÙåÎJLßò«²Ôy™ ÍÚF¼Ó÷GDuÃÓiÏì^.§ãi!èly¯oT|¹©‘Û)ý´M¦¢ÊXØvðºbìëïÜ“&öJ×¼ól¿e›äê§=|Yu&t=Q×m$ñEÕZ‡“~5^¨÷¹ —\˜P•Åe½¯~à^c©ÍÞ>Ñ5þ¥ÊXG·4TJïåD×ÕnÑΉ½È7/->Y‡­uø ¾ûê°º%5W\e­Kù>‘±‚¶ˆs~]ßí*…Ýè|¯mÔŽ¬åîp¥z†¼;sÇVÅüÿlHO‰÷d'ÿ¸5#çYQݪ«ûèš|ÎV·ý#w+‡PÛæûÎM¹ð6;6_ÿ¼cBç§ÿ¾ÙŒhm3ß++¬^ÿyµ[ÊÉimÍÞg}ˆ%XôKߥùŒE„ÛÅ9j½?Û\v¤ÔØa0Fo+ý'JØÝmÓ]jy+ž~Û-‘åÎ/žN*æ,Yº$¯8Îó]V®ÙÛ²J…NÕnK—ó†E £÷œ› عîéír¾s_®—l¦GÊí^ûçeÖ«¶¼=.¬áMòIO²Àñò!>Þa~ªùo…ÿqîñ:ÓXC”÷–úŸšÂZ7nß¹Q¤"¸“Ó@,pXQ³ñÊSµ:a5¸ëêÛÀ­Ug…4š0èû¤½úìSÝ“’ÿ{„™ãïT7ÿžçf¶ì–½D-\æNF|ö—[1Q~Ú/眶ª‡ÄgGï°;¦ÉrMÙ«±m’ü¿çúóZíßyuþ©|¤±Õy?gñ°}åÓgÙÄžñ©î‹uikÒ6i4«ë‚v;—…un˜"óÒ¯ÞçAM+9#J*vûÙ»§%ûõ÷c,%ÏYN#çKÝŠ"ÎÌÇG •¸Ùýȹ2 ×RÛ{SFù¸gRÿtØœWuÁ€4®‹̼z<>“cÉ+ãÕ–½uzD01~Z‹ÇkVuaigj꣉ÿÈ{)<„‚ ×3Ðê|9žœnÖsPlC@xZà0ѰHuÓÔq/Xú×›OiýÍþƒï—»ª(†ww«è\Ü8a¾±S”ÍÑáù5)t48’ÐúsÑ©¶±ù'j®ÍÝ›qîLèT»Ø.·p­äafìxÒwÒêù]…Eƒ¸Y×·Ñòt\ª*|I^Äzu@!ÙÀ[ûW@êtG×s9+÷ÂÀö*¡Í6Û$qI‚±½ÁÏ ý1ÊoBG‡T¦œ•©Tò]Chë5yó;ïY©ÙÛrž¾š^DµpZò×ÅSç½—BjÊXg/_½\^`¨ô¬=?ZUüe/0ê¼cÁQù%»&ýYùdc‡–áÓ¹[Úw5$''è´”r3^jªÙUôšr*:µO;ól„Òý)¿–¼žZZÝí*ôHþe*­f04þÍö w’Ò¿ñ´IõÐ^¬µt¥M³žyÈ_5*MÉ}Y£D¯èè:n‹Šfÿ­£ÏŽn˜HðFZ…mB'µ–ÝÎÔH^r¿XTùÊ”ó_õÛîÝ=Ù©Õì3ñ3ay4;“m ¹¶9ýÜtµ¯ª²·ŠW]˜°B¢‹qü0RWÀ©ì7ÎSzºï¼?Kß2ïŸôfÿšôµ¸“§%oho?RŽMDª·«[òDôbdµc¤/¯Ë(¿¶{»j®.–H·å䙨¦úô!ÑWsãº~ËU1pEõ‘Ú O¼yBO7»%3ýã¨áÕ#ýQIÇìÏŒI0k«Õ1%Ãm+ý­¥è“o{dLV×]|ö‡§ˆÓ,‹Ï)þ8uDq®§9üă§oÐ>ŠîÔqP$åÎ¬Š“ü¶PýÁ´anY'8i)eíÖ ƒ'þoúgü2tsÝÎÊV™QUӪɌ3ÝŠÞ¿žnÆþu§—/ü–ÓbWÒãÑBéfwµˆÉM&dø«–CÓâÃy+Ñê=wó±ÓÉJ­”Èžá4CúÓìYœ[Jý…ÆÌÖZnW ܦÕËŽ©l9 _§ý¢©r¦;Râj\üåêDz?Ÿ>|Å!&$?½lb—ÿ‹H;ßÏáÁº6üòƒ‰Ëù :ÿ•‘:òÿƒªKÿvþ~ò º)æt·ÅòX%òú?¿ ;¦ó˜Â.€¬Þ›â¨ÎǦû'ÂÔ_”ÈïQû ¼È—“ÆÂÊv×(3ÚcŸ*hk=<ÛÂ\xªY¹êÊw‘=L¤÷æ‰ËMŸÜtóJkž3ò2¶;¿5ççW½6¢ÜTâê…cTý¯ ]ËÞ)Ò‡Çs¯ñeÃ'Ì•o‘&ÍŸÙ[·¿@ \/¨ÎÍ{(ïz¤éZ˜ÈÚ§¡‘®3étOy^ÑÓRúÐtôd£Ëª–NVoQ`9Ã{Ë÷õ• :–ÒÜLÂQÅs^7¯[§\ì)~®È¥œ $~¸uV0\@“ùjÛA È\DðÓÝHgáí­(M Èã6›üY3ÃFF—T©þÁÓºA3Ié| ,.E7À†5Õ_©CB„D~«Wä¿|7ñÃæ£ eÁ§/E t™c¢?|RâçOä‹JoW©C¹^”)ð6(½‚_BöÁÛ§b¿¦ž*k‡ #šŸ‚ƒú¦ ÜŠ OuY¾ +gèFU( Zj7x#cG?Ú–Šð?šÒÎ;þñåöµþ(Z*Z–iÚ_¶WÍ•°î!=ÎFrÏ7ŠÙêEÝÓ%GOÀ?gDñ¦_éºsu\Kl<‘¢Þ«|‹ß–6/]*8y2ŸÖ~Ž'·ûqKhà…Ý^ýU}ʺ¡ÉÛºªš;¥’ÜXÂg-Z&À+a ˜ô°¼ÂôyBÈ‹/·öØt?²÷¦†ªDÞD>m?åóVjlÔ[‹elRúÈϼleþI…ªïxp 7‹æqù¶%µ·hèZd ._Pà_Ͻ”âõ¹è"ªÉ¸&6½WS‚¸ÎåãLWÓ¬¾ë°WQc»ªPü¨ø`l©rå1FÆAÑ/…B aÎ'ÿdø æ['/ÈnÊ-–^ܬø{å¾s*繦ÔÕîò—RåÂŒáuíèÜðË&ö'ŸtôÇ‘·Å½«ÞI®©ö WJÚàm±ü>äÀÙœŸ:a;ú¤†éÂFY_ñïü„@ñtbZ‹l†%ˆd^/ô³Ê]+Éœi2r—OºvùÉ$Ä­Ú[wìvG]’‡~¤œæÙ“Ô}Ë+“=ñþÖY?Bødˆç!Û¥Jù”ãCÅ +xë/Q‹­JÆn³…—«ŒctFŽMËxç¸äLÛd£tÞ~hìD íñ`¹4/÷™åg½µævç­Úb={îLý/=*ç¿Æ'O1&=;áÉÿ·ùÇð­‘'K îz¦ù§û[†êüü sÉ#&\…jߌLüŸ„‘ËåŠ|*¢9ã0fR%*&qFbîǃ ™œ—{‰±rvjÃFÕã‘¿ž¶QÊøÝ@¿@U-NX:)¬00°ÆÛèܸœVonnëÉ@¶¥}æóß•›<ÜËQÛ,ËËWÍ'#yÆBÍ ö¡!¿í`îG¡&®g‘3>¬dTÖ›…ù–•;O ¾z—p±š\¤¬ly­R0]ÔF1W•‘ÝùÐ…§*õá–øçÃæ “ü¾«ú¨]×·Y  ôß_zBÊzá‡%MZ;H,¬Ìxøþ»¶|kën™ âTר?G¼ä5´¥eö/< ±DȾô0âëða§BšWÿ~kÜÚðzramáŸØ•&Ï6„âå®&?T:zظ‡MÔdT{ZéÊ⪜Ú7ɇ‡+L>¨2K‡5Ö vÔ ìœþ'0èû’Ô›û½\þ Ç(Øá‹úî§ìSŽvü³ &þîïq¦ÿlæõž‡tï{¥m{ò®,¶ì~ûº£yäð qg¿ñç=Œ_DrÚéÜõÖNmÿGf¬ÒnÿhÅá±Uê?r$ñ\YÔH0º³×¸!­åy²Ð<„Wü ^eVG\È#M¦=\ÍÐÉ%„• äú¾öí%‰Ö+–ËS]¹û®ÛQçKjTëRæö ’5<ëÿý˃v´:]ÄS_Îð–ܹŒC؜ڡU?£˜UñÝÃhâýYM ‡Ãz…Ëç4)5Yœ1·?övþ¼ï^NR}S¸¿È•‡ %ÕVËmG‡«ÞqS7¬Ò©>˜ºÚþS·Ìέ5Ðæ¸í÷zå˜.@¹Í¶²èµ’­SþÊfM€Zåãø J~ieôçÇN½}`ÏóJ³@‹AciÃóãf ¢5oFœj‰ ­ÌïØçwsÖ´Tkƒ”|&Æú¶Š÷ê´HRùíõ'y¾œ_ý¬¥ö^l]Þz[4ɾ3F î®ï™ÍÞ®0èVmò 3u15Jri‘pL’n h øÖ?’Í]aø"AK¡Î·'f+w ‹ÓÆá¾fÜìîõË—ÉæCœ¸ôWGïëq‰ö‰4ó´GÙŽ}»}SþgŒ¸6…«K1¨·ðúêFWkƒË§@Ò7ÿ³ ß>È̵Gw}Õù^z d8°ËHÌ îsyó¤ô.s¸ö¤Ÿù€Å±{—Rú§ÓƒéÎIÒšžEË÷kì¬ÔSX|uõÙz=ÀM9\Ø\áPGE›ò ÐD–Ï·Ør -hP¢‰¿œnÇAyî[‹«I[Ê#‘ —ÅL äuøÅç2C©Ôç¹b¦[{ˆŒÅ¸NLU¾ÒüY‘¹9Aç«ÊW& 燫]}ÌubŸýµ"Â]}-ýM1uÞä ÄF>ÜAT‡¸í°kl{ÚßvMécÝß·IlÙayÕy5wUgÝB,‡ ¯áºz»ÕÅÛ2߆^óæ/ªv=—ñŸ›|nU¶´í³Æ5Û ±¥ömȾöáhÈõƒ!¡`÷ÚRûœ¶]t¸h«¤bkãÀÿlÆk¯B [QævÙ"Aš:¹Ì¸t psƒ•bì—„Ç}„EçÙ· œgŸé4‡Z^z”°¸¤å™õA?Á¯_[­½öóU·F}QÖ1*ÙKÖrRGdó¶Ü½²ë/-»,êDÇéDÇÄÆÅÆKÕ£X•|§²®œ(Ú2ýC0 b…Sܸaÿ ´´¡`c}Ÿ`ÖöZ‹}]åJE-¿ýº‘æÉ-×çÝ]gæÂh$déÎ)¡©Zj£×tßDp¥¯ümýÚžæºÃ'IÏÑÐqÜ=¥Òoì§ï¾¹˜é¼nå$¯Õ꼌øëNàýóîö´@8]=Ý«µÄ¨çq¯æV8zF=û¸äŽ Ÿ%Ü9”o(—ïVÔ~í¡/fZòÔ±|%­È21~>jkc3þõ{o÷ÊqËÕ–{·?ì¥QÛü|»a²5ºûÐ[ŒìEm^Áj¶ä%×jŒñǽ{©ÜTãR}éQ~ïyß³0¶¾¶›9ׯiŠçÉž±y¼jä~93J*Wý­Ù'û¿©Õmçô¬úû”wš´ƒ¿p°·¥moóÕ¾­•–æÛYdÌUŒ.ý³½’=ú»û{䟃'åŸþÍF^ä&õ÷(]÷ó w« ›ú}iÎ<ƒ@ÞÎ\_§ŠQ¬©àª>p¯5û(¦†Þû‡ÑÕÊÚÝÃo´Ë?>î-¿»%E){Àâ³|Ìö›ö¼5¶¸¨ˆÔýÝ<Šøª‡ˆ1˜6wHT·‡Hê}á³®ê-´iï([ßMÝ›RÖïúb3½(Þ9¿jºÒ¾Ær¾4̶¿¿_}-3pý¼°à+¿6VPój¤®¾%á¢^À<‡†p–ãmÌf–~qUMi¼a×x‡žíϸ‚ŒÚlOž#9ÝÛkçz†úCeüö_>U³ží{s¶)$ûf;cìÞó¿¯øv"Ü¥Y¢¨J8»«Ú'ÆØvê8´ºÌ6 . x+¦µfj©‡Ýøß„¶ºžY½è˜¶-(V.¨UH“aŽR¢ÔËŽgåjðLï§¹á–ìåé‚»æýêë6EU]M#ÞC c¹Ù‹ …‰SóYÇYû¹ •™®]·œ)KØÉ¿Ž²H¹ÍìutŸÉ|î}&ÄW'­ßbÄrù§÷Ü…„—ë³W…Yx/cÙº?ƒŘgך÷[ -Ï!V@ŸC˜úÃ?ÒyàÕÃç;ҨͳUµ:ruÆû†­·* ž¨,ô,õ±ê¾y&¢=äÎVû÷\ûýÛí©q°ÛúÆÁ\-4ð<¶&³Ó#vðø°]µáS²¯ñÏäì!»’=½²ø9ísÚá´¾´KõÏÑ_™?DzÂaš0C˜%Ìæ „EÂ_Âa™°BX%¬Ö „MÂa›°CØ%ìö D p È€£9@PÇ*€ Ž´@œF€ 8 0,+p `Ø€à¸à4pàø~@„€³€0 ˆb€8 Hç 0€(€8 H2Ày@.K€< \%@P®ª€pP4€k€& h×@Ðnú€`Æ€ ` ÜÌ€[€9`XV€5p°l;Àp'àà Ü\€{€+฀'àx>€/àø÷ÀC x<'ÀS B€P "€g@$ðˆ¢ ˆâ H’ H^/t È^Y@6ðÈr< ( "à ðx%@)P”@%PTï ¨>z h>M@3ðø´­@ÐtÀW  èz€^ è€Aà0 ß`~?_Àoà0L“À0 ̳À0,‹À_` XV€U` X6€M` Øv€]`؈ x$ÉÀ£ 9HR‚Ç@*¤ƒ´ Hž@F < 2ƒ, +x dÙAä¹Að4xäù@~P…À³ 0(Š‚b 8(J‚ç@€ 0ˆ€(ˆ8(Jƒ2àyP”/€ÁK <¨^A%PT¯€ª xT5Àk &¨jƒ×APÔo€ú hÆ  h ÞÍÀ[ 9hZ‚V 5x´mA;ÐtA'ðè Þ]À{ +躃 'èzƒ> /èúƒ÷ÁàC0|>Á'àS0 CÀP0 #Àg`$øŒ£Á0ŒãÁ0L“Á0L_€/Át0Ì_Y`6øÌsÁ<0, Á"ð ø|ƒ%`)X–ƒ`%XVƒïÁ°¬?€Áz°l?M`3øü¶€­`Øv€àW° ì{À^°ìÀAð8ƒßÁp€?Á_àoð8N€“à8 ΀³à8.€‹à_p \WÀUp \7ÀMp ÜwÀ]p܉ t"…È £9DQBÇ *ˆ¢ŽC´D€ Fˆ : 1C,+t bƒØ!ˆ₸!è4tâ…ø ~H„„ ³0$‰Bb8$IBç @ A0„@(„A8$IC2ÐyH’ƒ.@¡K<¤]†!%HR®@ªtR‡4 k&¤iC×!HÒƒn@údAÆ d ݄̠[9dYBV5t²l!;Èr€!'èä Ý…\ {+ä¹C'äyC>/äùC÷¡ÐC(z=†¡'ÐS( †B P( ‡" gP$ôŠ‚¢¡(Šƒâ¡(J‚’¡(Jƒ^@/¡t(Ê„^AYP6ôÊr¡<(*€ ¡"è ôzC%P)T•CP%TUCªƒ>@¡z¨j„>AMP3ôúµ@­PÔu@ÐW¨ ê†z ^¨ê‡ Aè4 Cß¡hƒ~@?¡_Ðoè4M@“Ð4 Í@³Ð4-@‹Ð_h Z†V Uh Z‡6 Mh Ú†v ]hÚ‡ˆ |&…Éà£09LSÂÇ`*˜¦Ã´0LŸ€`F˜ > 3Ã,0+| fƒÙa˜悹aø4|æ…ù`~X„…à³°0,‹Âb°8,KÂç` À Á0ŒÀ(ŒÁ8,KÃ2ðyX–ƒ/ÀáK°<¬_†a%XV¯Àª°|V‡5àk°&¬kÃ×aXÖƒoÀú°lÁư l ß„Íà[°9l[ÂV°5|¶ma;Øv€a'øì ß…]à{°+ì»Ã°'ì{Ã>°/ìûÃ÷áðC8~?†á'ðS8†CàP8 ‡#àgp$üŽ‚£á8Žƒãá8N‚“á8Nƒ_À/át8΄_ÁYp6üÎsá<8.€ á"ø ü~Ã%0#‰p’ÀL`!°NØì'‹ÀMà!œ&œ!ðøü‚ Aˆp– L!ˆÄâ„R¸î{á>¸€áoð< ‡GàQx þÿ„Á¿á?ð8<OÂSð4<ÏÂsð<¼/Âá%x^Wá5xÞ€7á-xÞwá=x&Â$È„!CŽ"äB‰C¨j„9ŽÐ"t=ra@&ä$ÂŒ° ¬È)„ aG8N„ áFxÓÈ„áCøDBÎ"ˆ"Šˆ!âˆ"‰œC€€„À‚ †àˆ"È çYD¹€\D.!òˆrQD”eD¹‚¨"jÈUDÑ@®!šˆ¢\Gt]D¹è#ˆ!b„#&ˆ)r1Cn!æˆb‰X!ÖÈmıEì{ÄqDœ;ˆ3rqAî!®ˆâŽx žˆâø ¾ˆâÜG ‘äò Dž O‘ $ AB‘0$‰@ž!‘Ès$ ‰FbX$‰GD$ IFRT$ y¼DÒ‘ $y…d!ÙÈk$ÉEò|¤)DŠ7È[äRŒ” ¥HRŽT •HR¼GjZ¤ù€|Dꑤù„4!ÍÈgä Ò‚´"mH;Òt"_‘.¤éAz‘>¤@‘oÈ2Œ|GFQd ùüD~!¿‘?È82L"SÈ42ƒÌ"sÈ<²€,"‘%dYAV‘5dÙ@6‘-dÙAv‘=d!"$è”%C¢ä(J‰C©Pj”=ŽÒ¢t(=ze@Q&ô$ÊŒ² ¬è)” eG9PN” åFyÐÓè”åCùQTBϢ¨*ŠŠ¡â¨*‰žC (€‚(„Â(‚¢(†â¨*Ê çQYT½€^D/¡ò¨zUD•PeT½‚ª¢jèUTÕ@¯¡š¨ª^GuP]T½ê£¨!j„£&¨)z5Co¡æ¨j‰Z¡ÖèmÔµEíP{ÔuDÐ;¨3zuAï¡®¨êŽz ž¨êú ¾¨êÞG Ñôú DŸ OÑ 4 ACÑ04@Ÿ¡‘èsôàåAcÑ84M@Ñ$4MASÑ4ôúMG3ÐLôš…f£¯Ñ4ÍCóÑ´-Bß oÑwh1Z‚–¢eh9ZV¢Uh5ú­AkÑ:ôú­GÐFôÚ„6£ŸÑ/h ÚŠ¶¡íhÚ‰~E»Ðn´íEûÐ~tD¿¡Cè0úAGÑ1ôúý…þFÿ ãè:‰N¡Óè :‹Î¡ó躈þE—Ðet]E×ÐutÝD·ÐmtÝE÷Ð}”ˆ’`G0RŒ ;Š‘c%v £Â¨1ì8F‹ÑaôØ Œcʰ“3Æ‚±b§06ŒãÀ81.ŒãÁNcg0^ŒãÇ0AL;‹ c"˜(&†‰c˜$v#`bc†b†cR˜4&ƒÇd19ìv»„Éc ØeLS”1ì ¦Š©aW1uL»†ibZ˜6vÓÁt1=ì¦`†˜fŒ™`¦ØMÌ »…™c˜%f…Yc·1̳Ãì1ÌsÂî`ÎØ]Ì»‡¹bn˜;æyb^˜7æƒùb~˜?v{€=İGØc,{‚=Å‚°`, Űp,{†Ebϱ(,‹Áb±8,KÀ±$,KÁR±4ìöKÇ2°Lì–…ec¯±,ËÃò±¬+ÂÞ`o±wX1V‚•beX9VUbUX5ö«Áj±:ìö«Ç°FìÖ„5cŸ±/X ÖŠµaíXÖ‰}ź°n¬ëÅú°~lľaCØ0öÁF±1ìöû…ýÆþ`ãØ6‰MaÓØ 6‹ÍaóØ¶ˆýÅ–°el[ÅÖ°ulÛͰmlÛÅö°}Œˆ‘àGpRœ ?Š“ã8%~ §Â©qü8N‹Óáôø œgÄ™ð“83΂³â§p6œçÀ9q.œçÁOãgp^œçÇpA\?‹ ã"¸(.†‹ã¸$~'àâãŽâŽãR¸4.ƒŸÇeq9ü~¿„Ëã øe\W•qü ®Š«áWqu\¿†kâZ¸6~×Áuq=ü®à†¸nŒ›à¦øMÜ ¿…›ã¸%n…[ã·qÜ·ÃíqÜwÂïàÎø]Ü¿‡»ân¸;î{â^¸7îƒûâ~¸?~€?ÄðGøc<‚?Ńð`<ÅÃðp<†GâÏñ(<Ácñ8<OÀñ$<OÁSñ4üþOÇ3ðLüž…gã¯ñ<ÏÃóñ¼/Âßàoñwx1^‚—âex9^WâUx5þ¯Ákñ:üþ¯ÇðFüÞ„7ãŸñ/x ÞŠ·áíxމŻðn¼ïÅûð~|Ä¿áCø0þÁGñ1üþÿ…ÿÆÿàãø>‰OáÓø >‹Ïáóø¾ˆÿÅ—ðe|_Å×ðu|ßÄ·ðm|ßÅ÷ð}œˆ“H‘"•"“:*E.E!E)uLŠJŠZŠF긭½Ô ))F)&©“RÌR,R¬R§¤Ø¤Ø¥8¤8¥¸¤¸¥þ…í¿Ó§ÿNÿÿJÿ÷#/þïb0’ü—Þþ…ñÿŠÂøç/ü ‡ñß#0þ¿‰ñ@ÊGþ‹ñ…ÅHBB$ãìîä rÒƒ½-ËQ22²£G·IŽ2“SPPP”,Ièi‰w©©©©ŽQRRù1œ8AGKC}Œ’ü()Õáù{ll¬,L ôÇ©i‹®ü¼gx8Ù˜hiJnIqA^ÎSLt$GþéÐ墬4 ˆ ð°¡ !;¬ÐT¿rY•â9Åpü9éa?.æ¦×Õä¥$¸˜é©)Ž^êëâdcvC]ãec ¡¤$#?$|èçîdqCMäd¢=$ó~àåtëúeT„‡…ŽŠœ„â,1&,ÀÝÆàŠ´øÖ$¤ÿÜyFJLˆŸ“©†ì9>¶äGùvÉÉH|öÐå–Ö?õa•_Avjôc7KmyP€ý°-7¹/cŸzXëÈC¥€wyqAžÖ: ;ãAÅýâüŒø`¯Ûº$ÄÿØèK 2B¼lt/ÿ{û_nÉÿ’›Âÿ¨`ü—dIØJþ§ÔØåü?Ç…–ú?á‚Ö-—‡Ï3r Þ¼+..9 1(.~÷¦à߇ôõ‰S¼’²ê&N¾ÁÑ)Ù9yùù‡Äùùy9Ùÿ¦Ôd$dÔô¬gÄ¥¯ظ„E'¦¾ÈÈÈÈ< 7ÌÈx™ú_ÕêÈrr*:ôòõ[N^!Ï¢cãâãiããb£ÿOzIFyŒ–‰SS»aáäî÷ðñÓ àZ£à §ÿM«ᛎÒ0°ñŠ¡òê7Ìlœ\Ü<<=½i===Üþ‹YPÓ3s HJÉ«]705·´¶¾msHuÛÚÚò¿ɑ㠧x„$QÙËWÔ5µutttéH´ÿÝÉi™ØxÄTZö¢¼¼‚¡þ+ÈËÿ§ 3Ñ‘‘“PRÓ1âä—$‡&q ü—Ù!';JJz”„–™“ç /¿€€€à… ɺ JÊãô L,¬llìì‡s“ý_.å8Å1jZº'-ëÿ¼í‘#¤dGÉ)(QQ“:š[GþÃE¡"=rôß¼ØÑ£T¤dd‡¾Ïš„”á'dCNÂø$a9؇*Óÿަ¾ùO{†9þ4+¯ó)™i-ÝP“NÓ{Ÿc"k<ÎN“àw4‘R˜ž–ôX<­;“ô ²^jRFr&›â•·tþ…ŽÞ™”rQЊ韶. 1Ügäc4§M¦£;špŒ’ʼnPÚ’ØÓõ“¹FýœfüTÕ#G<¨?Rˆ¶©§k!‘º(^“@bELR$ZÇÉŠE®»L±$hB’IÂÝc”f%å!’°3Ô$ŠQRÿ4Iá‹ SxÞ?ÖKáíÉ'.ò (‘œb袰 ¦w`d¥rΜútö(] ɰÕC¦‘c $ßHEî8qÛr>eœgð&-ó‘¡P`$!z”O×ÈüÞE}:e†ÿ\£$j~9`ƒ¥žÚažbЇñ(Å]ï£ã½&bZü}xHˆž2¥-&™8m­Vð5rÎTGj¯W'†õNøÛŠôD"JÇh ý‘à'ª+b_Ž÷Ü•¢a9ÇÂ=s"÷4Íq†+ƒ¤(^°ªÉË”øæÌ˜ErÒ§”Tžär/1å ±2I‚ƒHêäϸEê@¿ØBA:AúèôØÓ›2T€/Å.‘ºòpœÚîËtÊ<÷KUTØ9š@ÒìÑ©XUóQ*êzÒ¼c¤ì4EðÒG$̤6—:ÿì½XTÛû?ºg†aèQETlÄDvw¶¢Øbw**‚ vvcww'O˜œó=ßßÿþî½ÏsÏšfïµÞý®µ>o¬÷]ðŒˆc+èÖ2ä¢981œ4ôö¯aL6Ý2¼u×µ¾ç8¨4R™âúÀ¶£ÙFßÉ)Üë´!ÁäjŠ"LéKQBÖÆ”Œ8,ph9=Ç éû;íÒwѧ…[èw®Ò/uè´8 Ò25é|Óu¸§5`™,}«šö󜆙½Œ¡±¡ÀTÅt)ïytlÝæc†ÛIž-ç›@OÓI¿Ž¯¼ à ¡®îÎó] Ÿ cMÅ^׬ ±…{ÀBץΠúÙúý´{Ô{=|4…¹¡¶Q­ÑÖG,b9ê ç;ì?fî¯/Uï­ÏSaÁþÑÊåbÛ ×Ó>¹¶Œ#eLvŽ ì0Ò°©e3g³ÑÒÑèï O›sÂ}í/ï ýÃjÙ Fê?8Ý´è D{Î0n¶ã±ÂÕßóÌsÔ9OvNæúܱ¶sørÎéÓ¡yzfþ]º‚³Á\Íx˜´ÃðÐðÙÔÁtË÷¢ë‚¯€Ž/M"°Îy¥³Ù}£ä›aÛËL¥¹•×cž§Œ pÛ–6ú*]ôE;ùµ_Øé˜ÜбÔW.GJƒ»ÍtŸa£Œéâ1ã뫌¯ÝrŽzTª †vKëˆ3\Œ»É"êI‰Î†z×®{=ÃÚ®Ò­¾üm‹RNf8ì­×¼×c°aޱnéЗUážþöCœOûÕwM¶ßfqÓª¯×:û#À%Ã^û=žl7I†Žî5 ˜ù•1©4Uó‡õµJÝlšsrÐ#cc½ÁXÃÙÅ”Ì\7K¿8 ÏÖ/õȘi¸ÇŠø}cKl»t­ßËÕ5Ù3X?D×Ê,zë½\/ï˜s}¹©/ê涃 ím&àé$ÐÜ´tÜä~àªÛ:ž(Ûñw¢£Ìg#]«5 ©ú@Çó†ûÚ&£qvÝ.Š+n;Ô±Ørx3ÝÕV7P_䲨”(î·õÛ]Ù¯÷Pì7ë¯Bm‹]Ž„œq]Ã.3n±:k® ´/ Ô—-íl×ÌóÏNœ^û€gúNþ–'œ9]u™ç:u`çHà°¢?lîç\888îºÚ%Âá°Û¥£ÞÙfî}pΫZ˜ÈÒÄg•ÿ £…ý.d‹ZÚmõ7{ž±õ 7;¹¶mÐÊ>ÇÞQѰ¶—ð2uû〧ú}†< Ë".´þÊèµÜ4ší[X'ÌÞ.7œ ¦ú./ Í€ Ä<ÅÌ$YýÛ§ƒÁ¾¦EóZ» É¿šéœ+UÛöŠQ°¯g¸ìänï<×cÌzà’žs±7|p¼¯ÜòÜmÜl¸êÖå„[‘©qÝÆ.v#î;Ãî½ÍÀÓ$ÇÖO1}'c°ÞÍyCà2/·Ívã×.»ýMM±®;­«h[KßÇ ޵¼ŠÍsf“†=f ¸h™hWÈ ó0ŸÃºk@€©Ø~½r.2†;ðzb?Ó¹6pÆç~70X?T?Ó¸Ë>Ëû­Í~«Rû^â8Î}–¾§ž12÷õv³1SõÝl{Û/òŸg;ÁSóÚFßȾiãñááhý—é]w²JU<ÀôÎæ®1ôþƒ…q‹9Ǿ’žµ¤?á)Û~ruðx¼tFL°K‚‰w9îZÎ{þ²=j(M,Ü:é;·n`{Éõ–ïGÓ2çíæQ]Üq ¾¡ßówwô£òr%:¿Áo Ž'ÍšK#sm`0˹H>Ø>Nbu}ǘMú†vV7|z¹Fúp¼m\tÖ˜X—u?êèlûÉ ½lY]ç]î£÷î3E–ä‹Qúƒ¶^@sç~ž5ÃÛùo\'ÍÃðÁü˜œàWÕi%a¿FÏ—ÑOÎ-«Œk쌉zs'Ÿ ó —m;úêV6S Ó|òmËÛ<µò޳pÛ•qkfnæž Ov~jŸh˜gNˆ~îß½ÄñÙÓ ý9ßÛÆ“FÌP ôÁø×êýLý’[:7ì±hi¾«'\p¯=ÀÇ3ŽÝÌw€ÃŽÓøäˆØÞ5ëì¶5qNm–Ú–ÇGÛ;99ൻ§}'¿D{ÁäaçøÎ»cˆ•w%ÏKžF×XsE·u>+\v””xgéç‘=Ö—”8N,v3õÃŒ´ê/±ºˆ{®í@ç€äÕíK§<ÒVõÚéßɼÍþ˜wOƒ‡ã¨}%%Fí/¡Ow¿l²f¼o—R¢' } îæýîŒÞA¡Þ{}bÝʹ_0>NîåçåiÑä­Î2êhˆëÆ‚R_hL0ì=ÏØ§Ú@ =mðzôÁúLç#€ ô²j.ghdëcl>ý–C…ß/)Y±ä¢¿í×x«Náïï½:–L\ihcU±ÁM3ëÒ(dáÏYæøÒ¸°ÄPå…E¿cÊÅPÛ­OV;\\¡Î®l¯}§¤ *{Y¢PÜdöU]ÏOª•Û´æ½—gË_m’3eÊî6}ï.XÜÊlÐ9¢-<ž—U>çI~N£åÆÈkDÌßÐag‹‰Í*¸Ä-:žV~˘§·?óÀ®Sˆ×ûåy™-P†¤ÜÛû~ÅžõÞòú«ÛL^<{öBŽ÷»Õ³Iö‡å\Û7ÛNlì_wV¶e ‡+0uµŸÅ!çASLž4y$™?·Ï…ƒQn1R†ëFAÛ”ri¥ûÝl§ÑI±»ÇQGâc{'=ì$\9NZ1`• ½Ýú¯™ý!¾^Ëñ`ægsÎÖzߥ†åŒ ™ÕLΩŸ¸ºÙ†x¯'üxÓ ?q¢s÷ižXÐ¤í¹­Mk»†5ÝTgÖÜs€u˜ýõI¦Œôr™hM%9½Óµ}íÒâ„°Ì„gó7lõ hò²ËÑíáþ‘çß­wœæ¶Æz±ï!vÿå•~Z*‡ê͹°' ÝÅäeúg5¼ø~­Ûõ·¯,RßË·N:O¶{²uˆoìÓxÌ5o?qyÚw’9«Bl@ÌmaŶ֭dwe¢õµ¤†•‘ˆ¡EÙE;]¤·‹žœšf=.5`H¿¶qœŸ-ÑÓxIœ»ñü6uj½f¡¶óý­V7µ]ú²qÿ”ܰXÓh‹ðžÛÏ;Ûw.HÝgØýlzúÛu¶Æ€q-_…××_ØTþ|áñ^‰1ðÂõÏ’æõéwÙU»d®ª>÷Þ®y± :C‡»&ÔYøœÍH½0mïÝBÙº(ÜP±ò޵Þ<Ú'~¹µ!$¶çnðè:A™·¯»¦z¦©S>ç¾3wºZ”[Oí-œ9­¥ÏÚzç¦ô(YõéÞýO¯^ß;z!¬Ó“Ôènu'7î¸`_Ãü p]ý޽×Ëá#+ƒM»õkt¥ÀûE;áåüÄ÷×#=ƽ)x°}ñî]þ“â›rÆW™à}äpû7ó·ÍÍt%«î]pÌœs–-C½ÞÛnußâ´ÉÐ=µU¹ ý»­[Ÿõ¶65^a®“›sçuzòôè“Í FõxÓÞ0,¸Þû>½°XJ©|ÞiL87 l>xÃîéÁÃÝ +ö]Ò'|îî¡“šn°ÉyOM[òèKŸå« ºŸ*ž.÷èx‘,µF7eó“©A§DûúS*AóíÓÄ—šØFFÝ’:÷ôÈ^•ÑnÞ 9!Õ¬g¿ÎY5ÉiÊíÃzeÙðlDØÔ>£ÂÈ™Zœ°êu£èaÁ ÏbüÎ\aÈ"~ÉpñåògkR"õ“.dÕÊæâûlÙäsùOo´J­63m`WQ¢oá×øNt‘’U+Q7¯Ý«…³[)¹'}÷-èûxÁú¨w÷Öå.m5öᬅ©Nç—ãg}ö—CîÞ×Õ.XŸP¯Bá«’Õ×·e–“j]m4=dxÞó‰…bTëOL»í4Ü ÓYB²Õ®S·ŠÖmœB½ß˜ç:k{Ö¡y“k-Ýc[prHüÜ~Ëj½¢Á+¸N·ÊWæ.÷ íÚ}Z¶|yÎ(àÊ€%-fÍŒ=½¢UCŸIíGZùÌ>Ÿßqqv£!6Óª¬YU»qìù«7Dxaå#KRí1Gæ¬òÞ¥¯ÜöiÃ#td_‹K“ƒwÔÊk‡ž«Ö°(ßêò‡ÏåukäGïyvh;×»u?è M#ó'ú7ÈMqþ–Ï¢žÏ­ŽÚÞïYã'wÖ>éŒ^³ýp3°¯zè錄eú”ã®É›7ºøÚúc· ]23f7ìcZÞ\kÔ«„ýüÐÌg{O®21Wç—®.£†;¬¹6ôP¾U£öÖÍÏ^›Då\έaÁ>j>ìB~Ð±ÃÆîX½wûŽú+.…¨Ý±ï˜)÷¶8v;4~Ø`¦Û4ïã­3«M}8õPtÀ~å ÀWo]KoÐ;ëìE½EE£ŽÐ;UÑ몰~µy¬Ó™Wé€"ý½‡ÎT]4Öëך×:ú• ‘†×úý P 0Àc=蜥ëcG,zën>7]–­ÉÄ¿À“­Ÿo8dûÂøÜ4ÁhŠ]À™OÛL€p¼A&À°³Õé 9epzY來,³ƒEcƒ§íaÞÂj;Ð×ÒB¢õ'ô !ÊtB—¡[iº¨K1õÒWY$ÀÃÈו¦£Ýu˜Þ¢š•ô·ÚX%,­:Y†X´°¸k„€ z+ƒ…Åfó ¸­¯a8géä ìÐë-]õ[€FVÁ€%`mQhôª›š=@ DÙtJhg^iÜeJ5öz˜“& Y¯<,}’•E)JM–:ïÒ8ÅÞôؤ ºE€0 ˜ ˆ†l{G“îƒ0Îd­ÓÁ@KC+ ¼ùPÝP(Ô¹­ )º»&?à¾-i}Ó"Ú.˜,)`º±¶Õu•€yf «S@¶i‰y¦a$°ÁlQA§Ÿf²škgÙÀq,Јެýv¼¾­uЈ3Ä”†ç& ÒÆØlŸåXO·ÃÞŲ¥~‰qpÒXdyÇ|Û³²0«#áPUg¬§‹,JÓpðÑEë¯Xf™€–úW@{sª¾2`(U½H`å ÔÓù­ª˜+ètÀf«íz7@gÑ(2º]JçJYì4rÖ—æyý€ÝÆ)Ž[8Ûò[œÿÏ·”Çý{ã¿åßòïYŒÿžÅøïYŒÿžÅøïYŒÿžÅøïYŒÿžÅøNýO8ý[þ-ÿ–ÿ•¬¿l©ò/8ÿë¥ê_¬ »ÿ?쌻ý+¶ÿ[ ó)cõÿ{£Èø_8zsÍß¶øeKÊæ§1LûM&Íÿià~h±+ƒæç#ªÛšþÛÞã­ÿ'‘à·2ôKÞoþ'=iÓæ“n×åë*‰¿1ÿã?ãûwåãÿè©Û•ï~íù­.¸ ŠtóY]ºùÛw5ÒÍé•ÿšßïó8jýC~dúÖZ¶9”–|=£÷póŸ[}ƒ•b€ÕÀˆ_$ž^¹W)Ϙ2Ñ«úUt-~Íp¯¿Ç8,ú?a•nþ]jEß羿}ßÀᄽÙ{ƒÿ5=~㶨þw{JõÿN:Ö¶é••NÆWùþ_Ýž^ô_p/÷_òóÇNÁ_XyŠõ‚ÕÀ;ëγ×oz ÿ'Ä?Œ¾×©' “IÒWã5¦JºyÒ5ï°šß®åo>Ý~ÞcYWÝ÷ålVú½Ͳ+{ãÕ•ZiÌ:ÕãWºƒÕÿ{™ÿßjJ¡©ÜOg‘iöý]Ü×Ý1ê'>_ï]ÀßX×ø?ácñÃË×èoìÿ‡ÿhjüÆãàF~ÙáûÑûß»~£ùþUVí‘ßÖÛ_ýKë­ýú/ +‹ÿË™MÑ•Õõ_áñ­Ÿ 3dü°ZG•Iû¥‹rr-}Jg™QÊç—zóþÖ¥kÁÈ_ÚzšK¬KÛbÊ•Ð]÷kýG¯/Üb¸Œ¶Þ5Ó+DzŒ¶×Á_ä0Þ¿ì9•޽¬‘Wž]ÆØzšÿ¹Vü^ûkÙ¯û+͵×ý,›Û¿YUY®}œniJûM¹_¥qªÅ´J¿cø=j½Êòç¾óáóëÿ¬É_tªŽ®éwS§ y¥ñÙwûCßùá_cÓï‹é»ø£4r.CB~ÐýeZý—ÇøßrÊÈ„oµ«Éù¿Ñ/NûŠZ¿_R/­Ü¯Žù¿­-¿FD_y¤ÿfëut;C’ußþ¶Ä»Lì~ÚS­üãJö3‚ìC›¿`÷§ý”fßá$µøñ½4Oÿú§¡?ôu¯Æ}‡þ0»”ÿ°#ÛÅï‡ýÛ珞×âÛuM—_QüÑýü¨!o\ÔD à{<‰O°È$sY^ð¯ýüÏ—5«ñ·×ýšÅ”þ˜©5[¿Öz‚•@/°2è V}Àª /X ¬ÖýÀš ?X kƒ`°.X ƒÁ°> †á`ØŒ£À†`46ƒ±`0l 6›ƒñ` °%Ø l ¶Û‚íÀö`0L“ÀŽ`2Ø ì v»‚ÝÀî` ØLAaQqIiYyPEPePUPÓÀž`/°7Øì öûƒÀ`:8 f€CÀ¡à0p88 ŽGƒ™àp,8N'‚“ÀÉàp*8 œÎg‚³ÀÙàp.8œ.‚Yà"p1¸Ì—‚ËÀå`¸ÌóÀ•à*p5¸\ ®׃ùàp#¸ , ÁÍàp+¸ Üîw‚»ÀÝàp/¸Ü‚‡À"ð0x< ƒ'À“à)ð4x< žσÅàð"x ¼ ^¯‚×Àëà ð&x ¼ Þï‚÷Àûàð!ø| >Ÿ‚ÏÀçà ð%ø | ¾ß‚ïÀ÷àð#ø ü –€¤ƒôd€,!#d™ kÈ Ù@¶d9@Žä ¹@®P9È *¹C ¨"ä U‚¼ Ê7TòªB¾P5¨:TòƒjBþP-(ª Bu ºP=( †B úP(…CP(Š‚BÑP Ôj ÅBM 8¨)Ô jÅC- –P+¨5Ôj µƒÚC (J‚:BÉP'¨3Ôê uƒºC)P(!‚!B! Â!"! ¢!b!â!! ’!R! JƒzB½ ÞP¨/Ôê €BéÐ h0” †BàáÐh$4  eBc ±Ð8h<4šM‚&CS ©Ð4h:4š Í‚fCs ¹Ð´ZeA‹ ÅÐ(Z -ƒ–C9Ð (ʃVB« ÕÐh-´ZåC Ð&¨*„6C[ ­Ð6h;´Ú í‚vC{ ½Ð>h?t:‚Š ÃÐè(t :€NB§ ÓÐè,t:C ‹Ð%è2tº ]ƒ®C7 ›Ð-è6tº ݃îC ‡Ð#è1ôz =ƒžC/ —Ð+è5ôz ½ƒÞC Ð'è3T°Öð¶„°l‚­a3lÛÂv°=ì;ÂN°3ì»Âå`7¸<ìW€=àŠ°'\ ö‚+ÃÞpØ® ûÂÕàêp Ø® ûõà¸6×ëÂõà 8ëápGÀ àH8 nGÃ1p#¸1 7ãà¦p3¸9·€[­àÖp¸-Ünw€àD8 î'ÃàÎp¸+Ü î§À=àT„!†…1‡ ˜„)˜†˜…9˜‡X„%X†X…58 î ÷‚{Ã}à¾p?¸?<§ÃƒàÁp< ƒ‡Ã#à‘ð(x4œ ÇÂãàñðx"< ž O§ÂÓàéð x&< ž ÏçÂóàùðx!œ/‚ÃKàlx)¼ ^çÀ+à\8^ ¯‚WÃkàµð:x=œo€7›à¸Þ o·ÂÛàíðx'¼ Þ ï÷Âûàýðø |.‚ÃGà£ð1ø8|> Ÿ‚OÃgà³ð9ø<\ _€/—àËðø*| ¾߀o·àÛðø.|¾?€ÂàÇðø)ü ~¿€_¯à×ðø-ü~€?ŸàÏp :DX Ä1"Vˆ ±F̈ b‹Ø!öˆâˆ8!Έ ⊔CÜòˆ;Rñ@*"žH%Ä ©Œx#U¤*â‹TCª#5?¤&âÔBÚH R©‹ÔC‚`$©„"aH84@"‘(¤!Ä ÆH,Ò‰Cš"ÍæH<Òi‰´BZ#m¶H;¤=ÒI@‘$¤#’ŒtB:#]®H7¤;’‚ô@RAÁ!¡aá‘QÑ4¤'Ò éôAú"ýþÈd ’Ž B#Èd(2 ŽŒ@F"£ÑH&2‹ŒCÆ#‰È$d22™ŠLC¦#3™È,d62™‹ÌCæ# …H²YŒ,A²‘¥È2d9’ƒ¬@r‘²ÙˆlB Bd3²ÙŠlC¶#;È.d7²Ù‹ìCö#ƒÈ!¤9ŒAŽ"ÇãÈ ä$r 9œAÎ"çóH1r¹ˆ\B.#W«È5ä:r¹‰ÜBn#w»È=ä>òyˆ#%€êP=jPKÔˆZ¡&Ô5£6¨-j‡Ú£¨#ê„:£.¨+ZuCË£îhÔ­ˆz¢}Rû¦öKíŸ: u`jzê ÔÁ©©CR‡¦Kž:"udê¨ÔÑ©™©cRǦŽKŸ:!ubê¤ÔÉ©SR+¡ ÐH4 mˆF£1h#´1‹6AãЦh3´9¶@[¢­ÐÖh´-Úmv@ÐD4 íˆ&£ÐÎh´+Ú íŽ¦ =ÐTD!FE1G ”D)”F”E9”GTD%TFTE54 í‰öB{£}оh?´?:ˆ¦£ƒÐÁh:ŠC‡£#Бè(t4š‰ŽAÇ¢ãÐñèt": ŒNA§¢ÓÐéè t&: ÎAç¢óÐùèt!š….B£KÐlt)º ]Žæ +Ð\4]‰®BW£kеè:t=šn@7¢›Ð´ÝŒnA·¢ÛÐíèt'º ÝîA÷¢ûÐýèô z-B£GУè1ô8z=‰žBO£gгè9ô@¢ÐÇèô)ú }޾@_¢¯Ð×èô-ú}~@?¢ŸÐÏh `:LY`Ì3bV˜ ³ÆÌ˜ f‹Ùaö˜æˆ9aΘ 投Ãܰò˜;VóÀ*bžX%Ì «ŒycU0¬*æ‹Uêc50?¬&æÕ°ÚX V«‹Õ°`,«…baX85À"±(¬!Å`°ÆX,֋ÚbͰæX<Ök‰µÂZcm°¶X;¬=ÖKÀ±$¬#–ŒuÂ:c]°®X7¬;–‚õÀR1ƒ0C0Ã0#0£0c0ã00“0S0Ó°4¬'Ö ëõÁúbý°þØl –Ž ÂcØl(6 ŽÀFb£°ÑX&6‹ÃÆc°‰Ø$l26›ŠMæc3°™Ø,l66›‹ÍÃæc °…X¶[Œ-Á²±¥Ø2l9–ƒ­Àr±¶Ûˆm °Bl3¶ÛŠmöc;°Ø.l7¶Û‹íÃöc°ƒØ!¬;ŒÁŽbÇ°ãØ ì$v ;ÁÎbç°óX1v»ˆ]Â.cW°«Ø5ì:v»‰ÝÂncw°»Ø=ì>ö{ˆ=ÂcO°§Ø3ì9ö{‰½Â^co°·Ø;ì=öûˆ}Â>c%€ëp=npK܈[á&Ü7ã6¸-n‡Ûã¸#î„;ã.¸+^wÃËãîxܯˆ{â•p/¼2îWÁ}ðª¸/^ ¯Ž×Àýðš¸?^ Àkãx¼.^ƒñ¼>ЇááxÞÄ£ð†x4ƒ7Âã±x<oŠ7Ûãñx ¼%Þ o·ÁÛâíðöx<OÄ“ðŽx2Þ ïŒwÁ»âÝðîx ÞOÅAÂaÁQÃqœÀIœÂiœÁYœÃy\ÀE\Âe\ÁU\ÃÓðžx/¼7Þï‹÷Ãûãðx:>ŒgàCð¡ø0|8>‰ÂGã™ø|,>OÀ'â“ðÉø|*> ŸŽÏÀgâ³ðÙø|.>Ÿ/ÀâYø"|1¾ÏÆ—âËðåx¾ÏÅóð•ø*|5¾_‹¯Ã×ãùø|#¾ /À ñÍø|+¾ ߎïÀwâ»ðÝø|/¾ßÀâ‡ð"ü0~?ŠÃã'ð“ø)ü4~?‹ŸÃÏãÅøü"~ ¿Œ_Á¯â×ðëø ü&~ ¿ßÁïâ÷ðûøü!þŒ?ÁŸâÏðçø ü%þ ¿Áßâïð÷øü#þ ÿŒ—à¡#ô„a , #aE˜kÂLض„aO8Ž„áL¸®D9Â(O¸¢"áIT"¼ˆÊ„7Q…ð!ª¾D5¢:Qƒð#jþD-"€¨MuˆºD="ˆ&BˆúD(F„D"’ˆ"ÑD шhLÄMˆ8¢)ÑŒhNÄ-ˆ–D+¢5цhK´#Úˆ"‘H":ÉD'¢3Ñ…èJt#º)D"• ˆ€ „@ ŒÀ ‚ Š  †` Žà  ‰ …P H#z½ˆÞD¢/ÑèO éÄ b0‘A !†ÈáÄb$1ŠMdcˆ±Ä8b<1˜HL"&Sˆ©Ä4b:1ƒ˜IÌ"fsˆ¹Ä±€XHd‹ˆÅÄ"›XJ,#–9Ä "—È#V«ˆÕÄb-±ŽXOäˆÄ&¢€($6[ˆ­Ä6b;±ƒØIì"v{ˆ½Ä>b?q€8H"ŠˆÃÄâ(qŒ8Nœ N§ˆÓÄâ,qŽ8Oˆ‹Ä%â2q…¸J\#®7ˆ›Ä-â6q‡¸KÜ#Ä#â1ñ„xJ<#ž/ˆ—Ä+â5ñ†xK¼#ÞˆÄ'â3QB¤ŽÔ“¤´$¤i"­I3iCÚ’v¤=é@:’N¤3éBº’åH7²<éNV =ÈŠ¤'Y‰ô"+“ÞdÒ‡¬Jú’ÕÈêd Ò¬Iú“µÈ²6HÖ!ë’õÈ 2˜ !ë“¡dNF ÈH2ŠlHF“1d#²1K6!ãȦd3²9O¶ [’­ÈÖd²-ÙŽlOv ÈD2‰ìH&“ÈÎd²+ÙìN¦=ÈT$!&%1' ’$)’&’%9’'R$%R&R%52ìIö"{“}Ⱦd?²?9€H¦“ƒÈÁd9„J#‡“#È‘ä(r4™IŽ!Ç’ãÈñär"9‰œLN!§’ÓÈéä r&9‹œMÎ!ç’óÈùär!™E."“KÈlr)¹Œ\Næ+È\2\I®"W“kȵä:r=™On 7’›È²ÜLn!·’ÛÈí¤ZõF« >hUÔ­†VGk ~hMÔ­… µÑ@´Z­‡¡ÁhZ EÃÐp4ÝA^&¯WÉkäuòy“¼EÞ&ïwÉ{ä}òù|D>&ŸOÉgäsòù’|E¾&ßoÉwä{òù‘üD~&KH€ÒQzÊ‚2P–”‘²¢L”5e¦l([ÊŽ²§(Gʉr¦\(WªåF•§Ü© ”U‘ò¤*Q^TeÊ›ªBùPU)_ªUªAùQ5)ª@Õ¦©:T]ªDS!T}*” £Â©ªIEQ ©h*†jD5¦b©&TÕ”jF5§â©TKªÕšjCµ¥ÚQí©T•H%Q©dªÕ™êBu¥ºQÝ©ª•JDÁB¡FáA‘EÑC±Gñ”@‰”DÉ”B©”F¥Q=©^ToªÕ—êGõ§P©tj5˜Ê †PC©aÔpj5’E¦2©1ÔXj5žš@M¤&Q“©)ÔTj5šAͤfQ³©9Ô\j5ŸZ@-¤²¨EÔbj •M-¥–QË©j•KåQ+©UÔjj µ–ZG­§ò© ÔFjU@R›©-ÔVjµÚAí¤vQ»©=Ô^jµŸ:@¤QEÔaêu”:F§NP'©SÔiê u–:G§Š© ÔEêu™ºB]¥®QשÔMêu›ºCÝ¥îQ÷©ÔCêõ˜zB=¥žQÏ©ÔKêõšzC½¥ÞQï©ÔGêõ™*¡ZGëi Ú@[ÒFÚŠ6ÑÖ´™¶¡mi;Úžv i'Ú™v¡]ér´]žv§+ÐtEÚ“®D{Ñ•ioº íCW¥}éjtuºíGפýéZt]›¤ëÐuéztL‡ÐõéP:Œ§#èt$E7¤£éºÝ˜Ž¥›ÐqtSºÝœŽ§[Ð-éVtkº Ý–nG·§;Ð t"Dw¤“éNtgº Ý•îFw§Sèt* Ò ÓÒÓMÒMÓ ÍÒÍÓ-Ò-Ó ­ÒF÷¤{ѽé>t_ºÝŸ@¤ÓéAô`:ƒB¥‡ÑÃéôHz=šÎ¤ÇÐcéqôxz=‘žDO¦§ÐSéiôtz=“žEϦçÐséyô|z½Î¢Ñ‹é%t6½”^F/§sèt.G¯¤WÑ«é5ôZz½žÎ§7ÐéMt]Ho¦·Ð[émôvz½“ÞEï¦÷Ð{é}ô~ú}>Dчé#ôQú}œ>AŸ¤Oѧé3ôYú}ž.¦/ÐéKôeú }•¾F_§oÐ7é[ômú}—¾Gß§ÐéGôcú ý”~F?§_Ð/éWôkú ý–~G¿§?ÐéOôgº„£g,cÉ+ÆÄX3fƆ±eì{ÆqdœgÆ…qeÊ1nLyÆ©Àx0O¦ãÅTf¼™*ŒS•ñeª1Õ™ŒS“ñgj1Lm&©ÃÔeê1AL0ÂÔgB™0&œ‰`0‘LÓ‰fb˜FLc&–iÂÄ1M™fLs&žiÁ´dZ1­™6L[¦ÓžéÀ$0‰LÓ‘If:1™.LW¦ÓIaz0© È@ Ì Ê` Î ÉP Í0 Ëp ÏŒÈHŒÌ(ŒÊhLÓ“éÅôfú0}™~Lf3Ig1ƒ™ f3”Æ gF0#™QÌh&“ÃŒeÆ1ã™ ÌDf3™™ÂLe¦1Ó™ÌLf3›™ÃÌeæ1ó™ÌB&‹YÄ,f–0ÙÌRf³œÉaV0¹L³’YŬfÖ0k™uÌz&ŸÙÀld61L!³™ÙÂle¶1Û™ÌNf³›ÙÃìeö1û™ÌAæSÄfŽ0G™cÌqæs’9ÅœfÎ0g™sÌy¦˜¹À\d.1—™+ÌUæs¹ÁÜdn1·™;Ì]æsŸyÀ1Ÿ™`u¬žµ` ¬%kd­XkÍšYÖ–µcíYÖ‘ubYÖ•-Ǻ±åYw¶ëÁVd=ÙJ¬[™õf«°>lUÖ—­ÆVgk°~lMÖŸ­Å°µÙ@¶[—­Ç±Ál[Ÿ eÃØp6‚mÀF²QlC6ša±ÙX¶ Ç6e›±ÍÙx¶Û’mŶfÛ°mÙvl{¶›À&²IlG6™íÄvf»°]Ùnlw6…íÁ¦² ±0‹°(‹±8K°$K±4˰,˱<+°"+±2«°*«±ilO¶Û›íÃöeû±ýÙì@6Äf3Ø!ìPv;œÁŽdG±£ÙLv ;–ÇŽg'°ÙIìdv ;•ÆNgg°3ÙYìlv;—ÇÎg° Ù,v»˜]Âf³KÙeìr6‡]Áæ²yìJv»š]îe×±ëÙ|v»‘Ýİ…ìfv »•ÝÆngw°;Ù]ìnv»—ÝÇîg°ÙCl{˜=Âe±ÇÙìIö{š=ÞeϱçÙbö{‘½Ä^f¯°WÙkìuö{“½ÅÞfï°wÙ{ì}öû}Ä>fŸ°OÙgìsöû’}žfß°oÙwì{öû‘ýÄ~fKX€Óqz΂3p–œ‘³âLœ5gæl8[ÎŽ³ç8GΉsæ\8W®çÆ•çܹ œW‘óä*q^\eΛ«ÂùpU9_®W«Áùq59®ÀÕæ¹:\]®Äs!\}.” ã¹®ÉEq ¹h.†kÄ5æb¹&\×”kÆ5çâ¹\K®ךkõåÚqí¹\—È%q¹d®×™ëÂuåºqݹ®—ÊÄÁ¡ÜNr¹›ÜCî%÷‘ûÉäAòYD&GÉcäqòy’Œç#ø|$Å7ä£ù¾ߘå›ðq|S¾ßœç[ð-ùV|k¾ ß–oÇ·ç;ð |"ŸÄwä“ùN|g¾ ß•ïÆwçSø|*òóòóOòOó ÏòÏó/ò/ó ¯òŸÆ÷ä{ñ½ù>|_¾ߟÀäÓùAü`>ƒÂå‡ñÃùüH~?šÏäÇðcùqüx~?‘ŸÄOæ§ðSùiüt~?“ŸÅÏæçðsùyü|~¿Ïâñ‹ù%|6¿”_Æ/çsø|.ŸÇ¯äWñ«ù5üZ~¿žÏç7ðùM|_Èoæ·ð[ùmüv~¿“ßÅïæ÷ð{ù}ü~þ?Äñ‡ù#üQþœ?ÁŸäOñ§ù3üYþž/æ/ðùKüeþ •¿Æ_çoð7ù[ümþ—¿ÇßçðùGücþ ÿ”Æ?ç_ð/ùWükþ ÿ–Ç¿ç?ðùOüg¾„ ,ƒ`)+Á$X fÁF°ì{ÁApœgÁEpÊ nByÁ]¨ xO¡’à%T¼…*‚PUðª Õ…‚ŸPSðj Bm!P¨#Ôê AB°"ÔB…0!\ˆ‘B”ÐPˆb„FBc!Vh"Ä M…fBs!^h!´Z ­…6B[¡Ð^è $‰B’ÐQH: ….BW¡›Ð]Hz©(@, *`.)P-0+p/‚(H‚,(‚*hBšÐSè%ôú}…~Ba€0PH ƒ… aˆ0T& F#…QÂh!S#ŒÆ ã… ÂDa’0Y˜"L¦ Ó…ÂLa–0[˜#Ìæ ó…ÂB!KX$,–ÙÂRa™°\ÈV¹Bž°RX%¬Ök…uÂz!_Ø l6 B¡°YØ"l¶ Û…ÂNa—°[Ø#ìö û…ÂAáP$ŽG…cÂqá„pR8%œÎg…sÂy¡X¸ \. —…+ÂUášp]¸!Ün ·…;Â]ážp_x < …'ÂSá™ð\x!¼^ ¯…7Â[áð^ø |> Ÿ…u¢^´ ¢¥h­D“h-šEÑV´íEÑQtEÑU,'º‰åEw±‚è!V=ÅJ¢—XYô«ˆ>bUÑW¬&Vkˆ~bMÑ_¬%ˆµÅ@±ŽXW¬'‰ÁbˆX_ ÃÄp1Bl FŠQbC1ZŒ‰ÅX±‰'6›‰ÍÅx±…ØRl%¶ÛˆmÅvb{±ƒ˜ &ŠIbG1Yì$v»ˆ]Ånbw1Eì!¦Š ‰°ˆˆ¨ˆ‰¸Hˆ¤H‰´Èˆ¬È‰¼(ˆ¢(‰²¨ˆª¨‰ibO±—Ø[ì#öû‰ýÅâ@1]$3Ä!âPq˜8\!ŽG‰£ÅLqŒ8V'Ž'ˆÅIâdqŠ8Uœ&Ngˆ3ÅYâlqŽ8Wœ'Έ Å,q‘¸X\"f‹KÅeâr1G\!æŠyâJq•¸Z\#®׉ëÅ|qƒ¸QÜ$ˆ…âfq‹¸UÜ&nwˆ;Å]ânq¸WÜ'îˆÅCb‘xX<"‰ÇÅâIñ”xZ<#žωçÅbñ‚xQ¼$^¯ˆWÅkâuñ†xS¼%ÞïˆwÅ{â}ñøP|$>ŸˆOÅgâsñ…øR|%¾߈oÅwâ{ñƒøQü$~KD@ÒIzÉB2H–’Q²’L’µd–l$[ÉN²—$GÉIr–\$W©œä&•—Ü¥ ’‡TQò”*I^ReÉ[ª"ùHU%_©šT]ª!ùI5%©– Õ–¥:R]©ž$K!R})T “Â¥©)EI ¥h)Fj$5–b¥&RœÔTj&5—â¥RK©•ÔZj#µ•ÚIí¥R‚”(%I¥d©“ÔYê"u•ºIÝ¥©‡”*$Á"¡&á!‘%Ñ#±'ñ’ ‰’$É’"©’&¥I=¥^Ro©ÔWê'õ—H¥ti4XʆHC¥aÒpi„4R%–2¥1ÒXiœ4^š M”&I“¥)ÒTiš4]š!Í”fI³¥9Ò\iž4_Z -”²¤EÒbi‰”--•–IË¥i…”+åI+¥UÒji´VZ'­—ò¥ ÒFi“T J›¥-ÒVi›´]Ú!í”vI»¥=Ò^iŸ´_: ”IEÒaéˆtT:&—NH'¥SÒiéŒtV:'—Š¥ ÒEé’tYº"]•®I×¥ÒMé–t[º#Ý•îI÷¥ÒCé‘ôXz"=•žIÏ¥ÒKé•ôZz#½•ÞIï¥ÒGé“ôY*‘Y'ëe Ù [ÊFÙJ6É8Gp$Gq4Çp,Çq<'p"'q2§p*§qi\O®×›ëÃõåúqý¹Ü@.ÄYËÕ岟\Sö—kÉrm9P®#וëÉAr°"×—Cå09\ŽÈ‘r”ÜPŽ–cäFrc9Vn"ÇÉMåfrs9^n!·”[É­å6r[¹Ü^î 'ȉr’ÜQN–;Éå.rW¹›Ü]N‘{È©2(C2,#2*c2.2)S2-32+s2/ ²(K²,+²*kršÜSî%÷–ûÈ}å~ry€%Ÿ–ÏÈgåsòy¹X¾ _”/É—å+òUùš|]¾!ß”oÉ·å;ò]ùž|_~ ?”Éå'òSù™ü\~!¿”_ɯå7ò[ùü^þ ”?ÉŸåPtŠ^±P Š¥bT¬“b­˜ÅV±SìÅQqRœÅU)§¸)åw¥‚â¡TT<•JŠ—RYñVª(>JUÅW©¦TWj(~JMÅ_©¥(µ•@¥ŽRW©§)ÁJˆR_ U”p%Bi D*QJC%Z‰Q)•X¥‰§4Uš)Í•x¥…ÒRi¥´VÚ(m•vJ{¥ƒ’ $*IJG%Yé¤tVº(]•nJw%E顤* )°‚(¨‚)¸B(¤B)´Â(¬Â)¼"(¢")²¢(ª¢)iJO¥—Ò[é£ôUú)ý•Ê@%]¤ V2”!ÊPe˜2\¡ŒTF)£•LeŒ2V§ŒW&(•IÊdeŠ2U™¦LWf(3•YÊleŽ2W™§ÌW( •,e‘²XY¢d+K•eÊr%GY¡ä*yÊJe•²ZY£¬UÖ)ë•|eƒ²QÙ¤(…Êfe‹²UÙ¦lWv(;•]Êne²WÙ§ìW(•CJ‘rX9¢UŽ)Ç•ÊIå”rZ9£œUÎ)ç•bå‚rQ¹¤\V®(W•kÊuå†rS¹¥ÜVî(w•{Ê}åòPy¤UŸ©ÏÕêKõ•úZ}£¾Uß©ïÕêGõ“úY-QM§é5 Í YjFÍJ3iÖšY³Ñl5;Í^sÐ5'ÍYsÑ\µrš›V^s×*hZEÍS«¤yi•5o­Šæ£UÕ|µjZu­†æ§ÕÔüµZZ€V[ ÔêhuµzZ¬…hõµP-L ×"´Z¤¥5Ô¢µ­‘ÖX‹ÕšhqZS­™Ö\‹×Zh-µVZk­ÖVk§µ×:h Z¢–¤uÔ’µNZg­‹ÖUë¦u×R´Zªjkˆ†j˜†k„Fj”FkŒÆjœÆk‚&j’&kЦjš–¦õÔzi½µ>Z_­ŸÖ_  ÔÒµAÚ`-C¢ Õ†iõÚHm”6ZËÔÆhcµqÚxm‚6Q›¤MÖ¦hSµiÚtm†6S›¥ÍÖæhsµyÚ|m¶PËÒi‹µ%Z¶¶T[¦-×r´Z®–§­ÔVi«µ5ÚZm¶^Ë×6hµMZV¨mÖ¶h[µmÚvm‡¶SÛ¥íÖöh{µ}Ú~í€vP;¤i‡µ#ÚQí˜v\;¡ÔNi§µ3ÚYíœv^+Ö.hµKÚeíŠvU»¦]×nh7µ[ÚmíŽvW»§Ý×hµGÚcí‰öT{¦=×^h/µWÚkíöV{§½×>hµOÚg­DÒtiú4‹4Cšeš1Í*Í”ffN³I³M³K³OsHsLsJsNsIsý¿Ø» ¨ºµ}QøY‚K)…¥´T¶P\êî^êBÜ=‹uwwwwwwwo©ÑB‹×½ž}º÷>÷¾÷qÇ÷îß{_~Œ¹HfB˜k®d®ÿJ Õ_-«¨jZN VË«!jµ¢ªVR+«UÔªj5µº¦†«j µ¦ZKT£ÔÚj´£Æªqj¼š &ªIj²š¢ÖQëªõÔújµ¡ÚHm¬6Q›ªÍÔæj µ¥ÚJm­¶QÛªíÔöjµ£ÚIí¬vQ»ª©j7µ»ÚCí©öR{«}Ô¾j?µ¿š¦‚*¤Â*¢¢*¦â*¡’*¥Ò*£²*§òª Šª¤Êª¢:ÔtUU5UW 5C T©ƒÕ!êPu˜:\¡ŽTG©£Õ1êXuœ:^ NT'©“Õ)êTuš:]¡ÎTg©³Õ9ê\už:_] .T©‹Õ%êRu™º\]¡®TW©«Õ5êZuº^Ý nTÝeÙSö’½åR²\Zö•ËÈ~²¿\Vå ¹œ,——Cä rE9T®$W–«ÈUåjò&õ¼zA½¨^R/«WÔ«ê5õºzC½©ÞRo«wÔ»ê=õ¾ú@}¨>R3ÕÇêõ©úL}®f©/Ô—j¶š£¾R_«¹jžš¯¨…j‘Z¬¾QߪïÔ÷êõ£úIý¬~Q¿ªßÔïêõ§ hͪÙ4»æ¤9k.𫿦¹k𧿥yk¥4­´æ«•Ñü4­¬ jAZ9-X+¯…h´ŠZ¨VI«¬UѪjÕ´êZ˜®Eh5´šZ--R‹ÒjkÑZŒ«ÅiñZ‚–¨%iÉZŠVG««ÕÓêk ´†Z#­±ÖDkª5Óšk-´–Z+­µÖFk«µÓÚk´ŽZ'­³ÖE몥jÝ´îZ­§ÖKë­õÑújý´þZšjkˆ†j˜†k„Fj”FkŒÆjœÆk‚&j’&kŠæÐÒ5UÓ4]3´ m€6P¤ Ö†hCµaÚpm„6R¥ÖÆhcµqÚxm‚6Q›¤MÖ¦hSµiÚtm†6S›¥ÍÖæhsµyÚ|m¶P[¤-Ö–hKµeÚrm…¶R[¥­ÖÖhkµuÚzmƒ¶QÛ¤mÖ¶h[µmÚvm‡¶SÛ¥íÖöh{µ}Ú~í€vP;¤ÖŽhGµcÚqí„vR;¥ÖÎhgµsÚyí‚vQ»¤]Ö®hWµkÚuí†vS»¥ÝÖîhwµ{Ú}íöP{¤ejµ'ÚSí™ö\ËÒ^h/µl-G{¥½Örµ<-_+Ð µ"­X{£½ÕÞiïµÚGí“öYû¢}Õ¾ißµÚO Ð-ºU·évÝIwÖ]tWÝMw×=tOÝK÷ÖKé>ziÝW/£ûéþzY=@Ôƒôrz°^^Ñ+èõP½’^Y¯¢WÕ«éÕõ0=\Ðkè5õZz¤¥×Ö£õ=VÓãõ=QOÒ“õ½Ž^W¯§××è õFzc½‰ÞTo¦7×[è-õVzk½ÞVo§·×;èõNzg½‹ÞUOÕ»éÝõzO½—Þ[ï£÷Õûéýõ4Ô!ÖÕ1× Ô)ÖÕ9×]Ô%]ÖÝ¡§ëª®éºnèú} >H¬чêÃôáú}¤>J­ÑÇêãôñú}¢>IŸ¬OѧêÓôéú }¦>KŸ­ÏÑçêóôùú}¡¾H_¬/Ñ—êËôåú }¥¾J_­¯Ñ×êëôõú}£¾I߬oÑ·êÛôíú}§¾Kß­ïÑ÷êûôýúý ~H?¬ÑêÇôãú ý¤~J?­ŸÑÏêçôóúý¢~I¿¬_ѯê×ôëú ý¦~K¿­ßÑïê÷ôûúý¡þHÏÔëOô§ú3ý¹ž¥¿Ð_êÙzŽþJ­çêyz¾^ êEz±þF«¿Óßëôú'ý³þEÿªÓ¿ë?ôŸ:`X «a3솓ál¸®†›ánxž†—ám”2|ŒÒ†¯QÆð3ü²F€håŒ`£¼bT0*¡F%£²QŨjT3ªaF¸aÔ0jµŒH#ʨmD1F¬gÄ F¢‘d$)F£®QϨo40ŒÆF£©ÑÌhn´0Z­ŒÖF£­ÑÎhot0:ŒÎF£«‘jt3º=ŒžF/£·ÑÇèkô3úih@l j`niPm0kpo†hH†l(†ÃH7TC3tÃ02ŒÆ@c1Øb 5†ÃÆHc”1ÚcŒ5Æã ÆDc’1Ù˜bL5¦ÓÆLc–1Û˜cÌ5æóÆBc‘±ØXb,5–ËÆJc•±ÚXc¬5Öë ÆFc“±ÙØbl5¶ÛÆNc—±ÛØcì5öûÆAãqØ8b5ŽÇÆIã”qÚ8cœ5Îç ÆEã’qÙ¸b\5®×ÆMã–qÛ¸cÜ5î÷ÆCã‘‘i<6žOgÆs#Ëxa¼4²ã•ñÚÈ5òŒ|£À(4ŠŒbãñÖxg¼7>OÆgã‹ñÕøf|7~? Ã’aͰeØ3œ2œ3\2\3Ü2Ü3<2<3¼2¼3Jeød”ÎðÍ(“á—áŸQ6# #0#(£\FpFùŒŒ fŠÙÿ«÷_N^r;æm0°æÿ[)L-Nÿm9L-ÁÿÛ“˜Z83‹©™ÅÔÌbjf15³˜šYLÍ,¦fS3‹©™ÅÔÌbjf15³˜šYLÍ,¦fS3‹©™Åô¿CãèP"4:´¥{“T÷Ú-¢CS¢RKBØT<416*1)49&.*.)4 íÞâÓ16"26!:<ÝA±”9°tÙ†b66L°8÷KmDÆÄD¥$$ØïK¤Ëƒx%]‰lŒX š $ÆYâ“b£’bâB#¢R’ì± @Rrxm[|œÅ½yª»äD‡Æ„&$F%¦Ä…&¥ÄD%Fdž"œ{Ÿ~Ñ¡(Dŧ$‡jV.4!&:*6.`C»ºwv.ëŸhë“YâcÃѾq 1xDLt8PËÎb6N°hfÑ-HºÝ–ÎÛã Þ S¶¤×XKB `í ÈÄÚÝ⢒œ¢lM1²)ÁS»”nwr‹ W0Ù^²KB€JGì1á¢, –H+ï¦Ëv’’ÎR@´®FļÃ&¤ÛEÙ¢Ø'â‘_76pDY€XW .&*9)¦d¤‰uí +âXg÷À31::*9Ù*¹GG%$¦Ä§XݬÉ)‰¶ø§Ú­9 ™tövŠ´GºZ“bÝââ£ââbC’£{Ó2v‹âé듘$ÇÅÙZ8'Ñ1Ö( uDdblxKŸ”¨¸÷¤„ðØX[ߨØD[3çÈ ˆŒ‹ŠŽ·w¥""ãâ⬛¥´Õn±¸XÊÄ$ÇFÅÇ'TItªewØ»jÒ»À2lVk$Š,ådå#â£í”=ÝÎaŠXéX ÖYÆ8AÅJ—´ÃÉq¶Æ'±q6™‚`ÖØ(Yàyg¯èø¨ødçfÍ»¶MíØ)­kjã.©Ý:¥µnæ¸X-<…Õ²³‚ ¤Åf‡';fw¶p,Qö˜ø¨„$KÉ0§¤³ÀfcBÚZ’\ã㢒’bœ]ì)q¶¸”x ">!\pˆÀÚìïi±Å„ÅÞ7:!º«Hm|:¹ÚºŠâ ÄÅq΢`±²é.¶„䨘ØO‹¢X¥²[œoSRÌËfÅx Ö!—bc—Ø$›ÅžT&6)6ÜÉæfñKJŠJ*$G%$Ç;Y,ŠÝÅêa±%yÛdSDGm}ãâ£mPºÅÛmîbu·'ZÝÓí¼Ày ¿nÿ]J(…ìà 8€Äx§¦nÞ6{ Å£‚E䈄„ð(çŸóâ}‹(SvÙ«TJJh,8'$$;9YSbl1qÑnIU,.>@ ›d<]Ã’ª$W‰÷Š«’äšàé—h·X’<,ÍŒ·9¬)=Ì ¨e+Ùú6;ëx:I锽dÿ÷±X}­ ÑnÌW¦0ÞË !!N¬åéX¼|-é~žVÞ)]®àÛÜU±q€-ºGÄĦØbç@ÒIˆú•R(‡­4€ ”RËf±°€Õ Ù)Åaa­€]±bV«âRò “ÉôR¥ã ú=¼‰Å9GÙrÀ¾Â¼Ë#"Kù7NU,äS¯,TPž?rki;;ÝähuÍ»m‰žåÞ˜Ppk³þά\énlíZÚ»ý†;{Óü,#/¿öʽ42pï°åEQaáý%-Ü£z6ò±Ö~ñµ"ŽfÇø¿:Æn¶<÷©úGCŽt..|¶³¿Tæ÷>-òí¼ x¾¶± wz¶¹µ‹‹=çÒ¨H¨5áF®¯­LßmÏŠ¯né øõsr ­PôhY' ñð¯RÕýÕ)5ðî¶ãe­â¼«ãÄYö€âW'• €kc­gµÆ0[έ2à×Yké „ ¹”[TÒq÷–4wŽd[òoLŒ±z43z—jµöqþ³Jù´4RËZkY½NH!@™þ{¬/YÝZ/Tà䕺óEŒáýùõ¬@0ãäöçÓ±èä³ÙöÉQ€­ñºg…¹µËfnî w¶|Ç®M‹uv®êñGOmëQðäÈ,ºe­›{¹¨6Òš»yùOv*õì-Ö<+|qvzÿ„’¡ÞÉ+ Vß5™…9Ç´Á®6Ïʹ×_ë­ƒ;E•µy”¯+~Yêá¾1==‚"šGsªU,WÌYýâ«oÕ*ž¹×BѾVŸ(të³Â꯮.%ëÛ]ý«Ö!6>(ôµn­Wf:Ü]ÔÈÙr:§¸f¹¼û;†v¶¹'¥M9úÜ¥ sEÉþæÙyÓë³í=JFצKŸ-ÜüŠ -H€¸9÷ò‹£ý‹ ‹²Ï/ÀRl¾áQAÖ×EÕ½ÿxš›»”~üðk.åí›â«W.O?¦ä7ÈûÇ:¿nÏýõë·_ÓqÀ?7÷óg àö×€"ü5y"ð¯ÓqŸÁ¿ê)Ïå‹d¿Ìú«¦‡ÛÖM2=øðáÝ›7EVç#nwoßZ¿zÅã̇>¼/y~.ºÞ¯äó °uÓú’MÖ^ «Wá¯01«UÕ?§?´u*ý9÷:°^…¿µú«™?«6þÚÜÏJMþ>W¡‰-ò¯¶µrþk ’òçäƒU³MÊ} ²/,>éPVáÏõy÷,;@¦žÍþ½|uîÝC[@õŒ39‰…Ù¯£Š¥ÆèkyÎNe‘CÙ6¿×WP­âB}lV{PÛ…·ó<ürÎŒí’P5ÀÃj+U½…¼æÖkÂg»é„à’0Ä¿Vû[ïå—+ë±sDÄ’ÁÅ·bíÖŽg{ºÞŸc‰›u¯ ¨Œ›§û«[käæÕ¼meÂÚŒ?ŸãXñŸí¿ì]XüêÜÈ8KÙþ›®oƒ‚,mßÉ+.|² ±ùúØ* ‡-…ωa΀Gû ÏB­>eÊ'ë's Kâgw7àÓm‡[ewg{í‘óüÜ‹^îO °¸”*TÖÓæÚlñýü@?÷]xE'w7{ÝÕÏÊåÝÛ·dö¢]wò‹*»W)¸=£d˜¨X¥‚Ÿ³KÒì;ùþ‘AÁÿlZfÝÏl—Æ&[œý,¥»®¼_PT˜}BŒ%„Ý÷¬¨(?s]ª¥Ç®—…·¦%Z,QÚÞ§ù…ÅÙY/^‡ºz¼~UàZ­àþŠvÖÈ 7ó+åçæ>pãʵ“sZ[<ºlÏ ¬àd©=À’½ÇZ¡l۝޳¶§^y9‘¡eþÙˆÍ%_É.%,ƒ:lxn}mRŠ“­ÇºÌË‹M­\J•Œzwó_ljm±Ô]ú¨ 1ÐË£zÞ­IÖòü‰œÐÜ[«è$?w[“uÏ+dÙ,u–XÇ¿ØGÙ]*7Á&VÊöûHûuéÀúUËïܺY2¦=É|ôøÑÃj@Áƒ }ìÕ„ƒY–¬ -­~͆e”)'_fm´Zë/ìš¹8ÙR&mßKï…IVô K`põü»3¬Áìq¯RWµ´Vé1tÆüZ#OÛÓ@_æ[ã5O ½ÜkU/,È<0ƒmYÝÍæÓqù݇~‘A!¿÷ª/³žg>zX2øÜ»}[.žnß¼ñìq&„åÝ[ÒÎËR·m˜%Üú´àWäTß±ç‘5ÿÙõ«Or'§¤‘Ç_Xò²Ÿ¼È±½«ræ•çóõVKâ´–常Z „?‘¹±k){É«kË¿1=Ùîêíi÷hºê±¥lpµ€ÒY%os¶*1I ¾@¨¯û• I6»—»p).,é<·Ü Ã"ì gÝ*pÍ9ˆ€‹_ùJ¡¶JŽSJøÏöµ)Ïå½*y9}‚pÃZ«sý–¢‡hk}è%pkÓÀÎÑv· ¨Ô©sí××é¢l®åR”£Ù……Oïàd÷ ©Ù„ßd˽¹œ®kw­ÔyþM«…ʾŒîã8ù„D¶x<;¸ŒkÁƒmÛ†Yü‚<\Š‚Üjº¼81±gɧ^À»ÓV÷û•†•JÙ=+5Àæœ{YPöφ¶/ywñ¯Ÿÿ|3›ö?‹˜‡™ ;M&“ÉôGnéÿï·1gºÙ&“éÿtSÍ‘Ìd2™L&“Éd2™Lÿ—yÊù›`ú?Âtó¼ŒéÿÁlsÿ0™L¦ÿ²èŸ.ÿøî3Ôì Ó «Ù&“Éd2™Lf f2™L&“Éd25“Éd2™L¦ÿ‹5‹Åòb2™L&“Édú÷ú‡ýÇxÌú÷ 3P3™L&“Édú÷³Z­ÀŒÉ~ëï™_+ü*&“Éd2™L¦ ö÷ò;`³þý4›¨™L&“Éd2ýûÙívÀf³ýË™µÄf?›ök“Éd2™L&Ó¿?Pû{°ö;`³ÿŽØ~-ø{ ö"ë¹Ùk&“Éd2™LÿÎÎÎj¿ÊïøÌþûLÚ¯òk…_x†2{Ìd2™L&“éߨ999ýK°ö³j>|øùíÛ7àË—/–ÏŸ?ÿ£üžÿµüWùñãÇ?ÊÏŸ?Í5™L&“Édú/øûŸ›ý¾Ôù+@ûU\\\þQ~Ïÿ>Ãfÿûü À~—ß—CEw¿‚´ïß¿ÿ¤™šÉd2™L&Ó=Pû¬ý¾’ù«üеþ^~Õ™wã0ý›™;›Éd2™Lÿ»{î÷j6·þk:¢ ¬vM†ºOý—uRÿ'[JîÿúO¥ÿÜôPw¨m±Ý-›ÿ—-™Rñ_¶æþŸâËËÎ’-Ù€¿ýá[ÜЊÑÀ»ˆÔÔð¶üë:C݇V,)îÿ©ÖÝüçÚò`X¬†‚•ÀÊ`°*X ¬†á`X¬ Ö#Á(°6 Æ€±`&€‰`˜ ¦€uÀº`=°>Øl6ƒMÀ¦`3°9Øl ¶[ƒmÀ¶`;°=Øìv;ƒ]À®`*Ø ìö{‚½ÀÞ`°/Øì¦ 0ˆ€(ˆ8H€$H4È€,È<(€"(2¨€0TA ÔAÌ€ÁAà`p8G€#ÁQàhp 8Ž'€ÁIàdp 8œNg€3ÁYàlp8œÎ€ ÁEàbp ¸\.W€+ÁUàjp ¸\®7€ÁMàfp ¸Ünw€;Á]ànp¸Üî€ÁCàaðx<O€'ÁSàið x<ž/€ÁKàeð x¼^o€7Á[àmðx¼Þ€ÁG`&ø|>ŸÏÁ,ðøÌsÀWàk0ÌóÁ°,‹Á7à[ðøü~?ŸÁ/àWðøüþÈY!d‡œ gÈr…Ü wÈò„¼ o¨ä•†|¡2ä•… @(*C塨T …*A•¡*PU¨T ƒÂ¡¨TªEBQPm(Šb¡8(J€¡$(Jê@u¡zP}¨Ôj5†š@M¡fPs¨Ôjµ†Ú@m¡vP{¨Ôêu†º@]¡T¨Ôêõ„zA½¡>P_¨ÔJƒ@‚`Pƒpˆ€Hˆ‚hˆXˆƒxH€DH‚dHP:¤B¤C” €Bƒ ÁÐh(4 €FB£ ÑÐh,4M€&B“ ÉÐh*4 šÍ€fB³ ÙÐh.4š-€B‹ ÅÐh)´ Z­€VB« ÕÐh-´Zm€6B› ÍÐh+´ Úí€vB» ÝÐh/´Ú€B‡ ÃÐè(t :€NB§ ÓÐè,t:]€.B— ËÐè*t ºÝ€nB· ÛÐè.tº=€B Lè1ôz =ƒžCYÐ è%” å@¯ ×P.”åCP!TCo ·Ð;è=ôú}‚>C_ ¯Ð7è;ôú °¶Â6Ø;Áΰ ì »Áî°ì {ÁÞp)Ø. ûÂe`?Ø. Àp\†ËÃ!p¸" W‚+ÃUàªp5¸:‡Ãp ¸&\ Ž„£àÚp4ÇÂqp<œ'ÂIp2œ×ëÂõàúp¸!Ün 7›ÂÍàæp ¸%Ü n ·ÛÂíàöp¸#Ü î w»Â©p7¸;Üî ÷‚{Ã}à¾p?¸?œƒ0Ã0£0ã0“0Ó0³0ó°‹°˰;àtX…5X‡ 8„Áƒá!ðPx<„GÁ£á1ðXx<žO„'Á“á)ðTx<žÏ„gÁ³á9ð\x<^/„Á‹á%ðRx¼^¯„WÁ«á5ðZx¼Þo„7Á›á-ðVx¼Þï„wÁ»á=ð^x¼>„Á‡á#ðQø|>Ÿ„OÁ§á3ðYø|¾_„/Á—á+ðUø|¾ß„oÁ·á;ð]ø|~?„Á™ðcø ü~?‡³àðK8Î_Á¯á\8· àB¸.†ßÀoáwð{øüþ†¿À_áoðwøü bElˆqBœÄqCÜÄñB¼‘RˆRñEÊ ~ˆ?R @‘ ¤Œ”GB HE$©„TFª U‘jHu$ G"HM¤‰D!µ‘h$‰Eâx$ID’d$©ƒÔEê!õ‘HC¤Òi‚4Eš!Í‘HK¤Òiƒ´EÚ!í‘HG¤Òé‚tER‘nHw¤Òé…ôFú }‘~H$ A Á! ¡aá ‘q 鈊hˆŽH2ˆ B#C¡È0d82‰ŒBF#c±È8d<2™ˆLB&#S©È4d:2™‰ÌBf#s¹È²Yˆ,B#K¥È2d9²Y‰¬BV#kµÈ:d=²ÙˆlB6#[­È6d;²Ù‰ìBv#{½È>d?r9ˆB#G£È1ä8r9‰œBN#g³È9äòyˆº]ˆ.B£KÐ¥è2t9º]‰®BW£kеè:t=º݈nB7£[Эè6t;º݉îBw£{нè>t?z=ˆB£GУè1ô8z=‰žBO£gгè9ôú}ˆ>B3ÑÇèô)ú }Žf¡/Зh6šƒ¾B_£¹hš …hZŒ¾AߢïÐ÷èô#ú ýŒ~A¿¢ßÐïèô' `ÌŠÙ0;æ„9c.˜+憹c˜'æ…yc¥0¬4æ‹•Áü0¬,€bAX9,+…`°ŠX(V «ŒUÁªbÕ°êXŽE`5°šX-,‹ÂjcÑX ‹ÅañX–ˆ%aÉX V«‹ÕÃêc °†X#¬1ÖkŠ5Úc-°–X+¬5Ök‹µÃÚc°ŽX'¬3Ö능bݰîX¬'Ö ëõÁúbý°þXbc†b†cFbFc ÆbÆc&b&c æÀÒ1Ó03° l6„ Ɔ`C±aØpl6…ÆÆ`c±qØxl6›„MƦ`S±iØtl6›…ÍÆæ`s±yØ|l¶[„-Æ–`K±eØrl¶[…­ÆÖ`k±uØzl¶Û„mƶ`[±mØvl¶Û…íÆö`{±}Ø~ìv;„ÆŽ`G±cØqìv;…ÆÎ`g±sØyìv»„]Æ®`W±kØuìv»…ÝÆî`w±{Ø}ìö{„eb±'ØSìöËÂ^`/±l,{…½Ær±<,+À ±"¬{ƒ½ÅÞaï±ØGìöû‚}žaß±ØO À-¸·ávÜ wÆ]pWÜ wÇ=pOÜ ÷ÆKá>xiÜ/ƒûáþxY<ăðrx0^Á+àñP¼^¯‚WÅ«áÕñ0<Àkà5ñZx$…ׯ£ñ<Ããñ<O“ñ¼^¯‡×Çà ñFxc¼ Þo†7Ç[à-ñVxk¼ Þo‡·Ç;àñNxg¼ ÞOÅ»áÝñxO¼Þïƒ÷Åûáýñ4Ä!ÆÅ1Ç œÄ)œÆœÅ9œÇ\Ä%\Æܧã*®á:nàø| >ŒÁ‡âÃðáø|$> ÁÇâãðñø|"> ŸŒOÁ§âÓðéø |&> ŸÏÁçâóðùø|!¾_Œ/Á—âËðåø |%¾ _¯Á×âëðõø|#¾ ߌoÁ·âÛðíø|'¾ ßïÁ÷âûðýøü ~?ŒÁâÇðãø ü$~ ?ŸÁÏâçðóøü"~ ¿Œ_Á¯â×ðëø ü&~ ¿ßÁïâ÷ðûøü!þÏÄãOð§ø3ü9ž…¿À_âÙxþ çâyx>^€âEx1þ‹¿Ãßãðø'ü3þÿŠÿã?ðŸ8@X+a#ì„áL¸®„áNxž„áM”"|ˆÒ„/Q†ð#ü‰²DHåˆ`¢<BT *¡D%¢2Q…¨JT#ªaD8AÔ jµˆH"ЍMD1D,GÄ D"‘D$)D¢.Q¨O4 ˆÆD¢)ÑŒhN´ Z­ˆÖD¢-ÑŽhOt :ˆÎD¢+‘Jt#º=ˆžD/¢7чèKô#úiH@L J`NIPM0KpO„HH„L(„ƒH'TB#t 2ˆÄ@b1˜B %†ÉÄHb1šCŒ%Æ㉠ÄDb1™˜BL%¦Ó‰ÄLb1›˜CÌ%æó‰ÄBb±˜XB,%–ˉÄJb±šXC¬%Öë‰ ÄFb±™ØBl%¶Û‰ÄNb±›ØCì%öû‰ÄAâq˜8B%ŽljÄIâqš8Cœ%Îç‰ ÄEâq™¸B\%®׉ÄMâq›¸CÜ%î÷‰ÄCâ‘I<&žO‰gÄs"‹xA¼$²‰âñšÈ%òˆ|¢€($Šˆbâ ñ–xG¼'>‰OÄgâ ñ•øF|'~? €´VÒFÚI'Ò™t!]I7Òô =I/Ò›,Eú¥I_² éGú“eÉ2 "Ë‘Ády2„¬@V$CÉJde² Y•¬FV'ÃÈp2‚¬AÖ$k‘‘dY›Œ&cÈX2ŽŒ'ÈD2‰L&SÈ:d]²YŸl@6$‘É&dS²ÙœlA¶$[‘­É6d[²Ùžì@v$;‘É.dW2•ìFv'{=É^do²Ù—ìGö'ÓH„H˜DH”ÄHœ$H’¤HšdH–äHžH‘”H™TH™Nª¤Fê¤AfÈä r09„J#‡“#È‘ä(r49†KŽ#Ç“ȉä$r29…œJN#§“3È™ä,r69‡œKÎ#ç“ È…ä"r1¹„\J.#—“+È•ä*r5¹†\K®#דÈä&r3¹…ÜJn#·“;Èä.r7¹‡ÜKî#÷“ȃä!ò0y„!Ÿ’ÏÈçdù‚|If“9ä+ò5™Kæ‘ùdYH‘Åäò-ùŽ|O~ ?’ŸÈÏäò+ùüNþ ’e¡¬”²SN”3åB¹Rn”;åAyR^”7UŠò¡JS¾TÊò§ÊRT D•£‚©òTUªH…R•¨ÊTª*UªN…QáTUƒªIÕ¢"©(ª6MÅP±TO%P‰T•L¥Pu¨ºT=ª>Õ€jH5¢SM¨¦T3ª9Õ‚jIµ¢ZSm¨¶T;ª=ÕêHu¢:S]¨®T*ÕêNõ zR½¨ÞTª/ÕêO¥Q Q0…P(…Q8EP$EQ4ÅP,ÅQ<%P"%Q2¥P*R)Ò)ƒÊ P©AÔ`j5”F §FP#©QÔhj 5–G§&P©IÔdj 5•šFM§fP3©YÔlj5—šGͧP ©EÔbj µ”ZF-§VP+©UÔjj µ–ZG­§6P©MÔfj µ•ÚFm§vP;©]Ônjµ—ÚGí§P©CÔaêu”:F§NP'©SÔiê u–:G§.P©KÔeê u•ºF]§nP7©[Ômêu—ºGݧP©GT&õ˜zB=¥žQÏ©,êõ’ʦr¨WÔk*—Ê£ò©ª*¢Š©7Ô[êõžú@}¤>QŸ©/ÔWêõúAý¤ÚB[im§hgÚ…v¥ÝhwÚƒö¤½hoºíC—¦}é2´íO—¥è@:ˆ.GÓåéº]‘¥+Ñ•é*tUº]£Ãéº]“®EGÒQtm:šŽ¡cé8:žN é$:™N¡ëÐuézt}ºÝnD7¦›ÐMéftsºÝ’nE·¦ÛÐmévt{ºÝ‘îDw¦»Ð]éTºÝîA÷¤{ѽé>t_ºÝŸN£A¢a¡Q£qš Iš¢iš¡Yš£yZ EZ¢eZ¡t:­Ò­ÓA ÒƒèÁôz(=ŒN GÒ£èÑôz,=ŽOO 'Ò“èÉôz*=žNÏ gÒ³èÙôz.=žO/ Ò‹èÅôz)½Œ^N¯ WÒ«èÕôz-½Ž^Oo 7Ò›èÍôz+½ÞNï wÒ»èÝôz/½ÞO Ò‡èÃôú(}Œ>NŸ OÒ§èÓôú,}Ž>O_ /Ò—èËôú*}¾Nß oÒ·èÛôú.}¾O? ÒèLú1ý„~J?£ŸÓYô ú%MçЯè×t.GçÓt!]DÓoè·ô;ú=ýþH¢?Ó_è¯ô7ú;ýƒþIŒ…±26ÆÎ81ÎŒ ãʸ1îŒãÉx1ÞL)Ƈ)Íø2e?ÆŸ)Ë0LSŽ fÊ3!L¦"ÊTb*3U˜ªL5¦:Æ„3L ¦&S‹‰d¢˜ÚL4ÃÄ2qL<“À$2IL2“ÂÔaê2õ˜úL¦!ÓˆiÌ4aš2͘æL ¦%ÓŠiÍ´aÚ2í˜öL¦#Ó‰éÌtaº2©L7¦;ÓƒéÉôbz3}˜¾L?¦?“Æ€ ÄÀ   Æà Á ÅРð ÇðŒÀˆŒÄÈŒÂ8˜tFe4Fg &ƒÀ d1ƒ™!ÌPf3œÁŒdF1£™1ÌXf3ž™ÀLd&1“™)ÌTf3™ÁÌdf1³™9Ì\f3ŸYÀ,d1‹™%ÌRf³œYÁ¬dV1«™5ÌZf³žÙÀld61›™-ÌVf³ÙÁìdv1»™=Ì^f³Ÿ9Àd1‡™#ÌQæsœ9ÁœdN1§™3ÌYæsž¹À\d.1—™+ÌUæs¹ÁÜdn1·™;Ì]æsŸyÀ»€]È.b³KØ¥ì2v9»‚]É®bW³kصì:v=»ÝÈnb7³[Ø­ì6v;»ƒÝÉîbw³{ؽì>v?{€=Èb³GØ£ì1ö8{‚=ÉžbO³gسì9ö<{½È^b/³WØ«ì5ö:{ƒ½ÉÞbo³wØ»ì=ö>û€}È>b3ÙÇìö)ûŒ}Îf±/Ø—l6›Ã¾b_³¹l›Ï°…l[̾aß²ïØ÷ìö#û‰ýÌ~a¿²ßØïìö' pÎÊÙ8;çÄ9s.œ+çÆ¹sœ'çÅys¥8®4çË•áü8®,ÀrA\9.˜+Ï…p¸Š\(W‰«ÌUáªrÕ¸ê\ÎEp5¸š\-.’‹âjsÑ\ ËÅqñ\—È%qÉ\ W‡«ËÕãês ¸†\#®1ׄkÊ5ãšs-¸–\+®5׆k˵ãÚs¸Ž\'®3×…ëÊ¥rݸî\®'׋ëÍõáúrý¸þ\rs‡rÇÉäIòyšp¹OÜgî ÷•ûÆ}ç~p?9€·ðVÞÆÛy'Þ™wá]y7Þ÷à=y/Þ›/Åûð¥y_¾ ïÇûóeù>âËñÁ|y>„¯ÀWäCùJ|e¾ _•¯ÆWçÃøp>‚¯Á×äkñ‘|_›æcøX>ŽçøD>‰OæSø:|]¾_ŸoÀ7äñù&|S¾ßœoÁ·ä[ñ­ù6|[¾ßžïÀwä;ñù.|W>•ïÆwç{ð=ù^|o¾ß—ïÇ÷çÓx‡x˜Gx”Çxœ'x’§xšgx–çxžx‘—x™WxŸÎ«¼Æë¼Ágðøü ~0?„Êã‡ó#ø‘ü(~4?†ËãÇóø‰ü$~2?…ŸÊOã§ó3ø™ü,~6?‡ŸËÏãçó ø…ü"~1¿„_Ê/ã—ó+ø•ü*~5¿†_˯ã×óøü&~3¿…ßÊoã·ó;øü.~7¿‡ßËïã÷óøƒü!þ0„?Êãó'ø“ü)þ4†?ËŸãÏóø‹ü%þ2…¿Ê_ã¯ó7ø›ü-þ6‡¿Ëßãïóø‡ü#>“Ì?áŸòÏøç|ÿ‚Égó9ü+þ5ŸËçñù|_ÈñÅüþ-ÿŽÏà?òŸøÏüþ+ÿÿÎÿàò€`¬‚M° N‚³à"¸ n‚»à!x ^‚·PJðJ ¾BÁOðÊ B $”‚…òBˆPA¨(„ •„ÊB¡ªPM¨.„ áB„PC¨)Ô"…(¡¶-ıBœ/$‰B’,¤u„ºB=¡¾Ð@h(4 M„¦B3¡¹ÐBh)´Z m„¶B;¡½ÐAè(t: ]„®BªÐMè.ôz ½„ÞB¡¯ÐOè/¤   °€¨€ ¸@¤@ ´À¬À ¼ ¢ ² !]PMÐCÈ…AÂ`aˆ0T& F#…QÂhaŒ0V'Œ&…IÂdaŠ0U˜&Lf3…YÂlaŽ0W˜'Ì …EÂba‰°TX&,V+…UÂja°VX'¬6…MÂfa‹°UØ&lv;…]Âna°WØ'ì…CÂaáˆpT8&N'…SÂiáŒpV8'œ.…KÂeáŠpU¸&\n7…[ÂmáŽpW¸'Ü…GB¦ðXx"<ž Ï…,á…ðRÈr„WÂk!WÈò…¡P(Š…7Â[áð^ø |> Ÿ…/ÂWá›ð]ø!üÑ"ZE›hDgÑEtÝDwÑCô½Do±”è#–}Å2¢Ÿè/–Ä@1H,'‹åű‚XQ +‰•Å*bU±šX] Ãű†XS¬%FŠQbm1ZŒcÅ81^LÅ$1YLëˆuÅzb}±ØPl$6›ˆMÅfbs±…ØRl%¶ÛˆmÅvb{±ƒØQì$v»ˆ]ÅT±›Ø]ì!ö{‰½Å>b_±ŸØ_LAaQq‘I‘i‘Y‘yQEQeQbº¨Šš¨‹†˜!ŠƒÄÁâq¨8L.ŽGŠ£ÄÑâq¬8N/N'Š“ÄÉâqª8Mœ.ÎgгÄÙâq®8Oœ/.Š‹ÄÅâq©¸L\.®WŠ«ÄÕâq­¸N\/n7Š›ÄÍâq«¸MÜ.îwŠ»ÄÝâq¯¸OÜ/ЇÄÃâñ¨xL<.žOЧÄÓâñ¬xNŠÄLñ±øD|*>Ÿ‹Yâ ñ¥˜-戯Ä×b®˜'æ‹b¡X$‹oÄ·â;ñ½øAü(~?‹_įâ7ñ»øCü)’E²J6É.9IÎ’‹ä*¹Iî’‡ä)yIÞR)ÉG*-ùJe$?É_*+HRTN –ÊK!R©¢*U’*KU¤ªR5©º&…KR ©¦TKŠ”¢¤ÚR´#ÅJqR¼” %JIR²”"Õ‘êJõ¤úR©¡ÔHj,5‘šJͤæR ©¥ÔJj-µ‘ÚJí¤öR©£ÔIê,u‘ºJ©R7©»ÔCê)õ’zK}¤¾R?©¿”&$Á"¡&á!‘%Ñ#±'ñ’ ‰’$É’"9¤tI•4I— )C ”Iƒ¥!ÒPi˜4\!”FI£¥1ÒXiœ4^š M”&I“¥)ÒTiš4]š!Í”fI³¥9Ò\iž4_Z -”I‹¥%ÒRi™´\Z!­”VI«¥5ÒZi´^Ú m”6I›¥-ÒVi›´]Ú!í”vI»¥=Ò^iŸ´_: ”I‡¥#ÒQé˜t\:!”NI§¥3ÒYéœt^º ]”.I—¥+ÒUéšt]º!Ý”nI·¥;Ò]éžt_z =”I™Òcé‰ôTz&=—²¤ÒK)[Ê‘^I¯¥\)OÊ— ¤B©H*–ÞHo¥wÒ{éƒôQú$}–¾H_¥oÒwé‡ôSd‹l•m²]v’eÙUÆ9‚#9Š£9†c9Žã99‰“9…spéœÊiœÎ\7€È âsC¸¡Ü0ÎM®.‡Éár„\C®)×’#å(¹¶-Çȱrœ/'ȉr’œ,§Èuäºr=¹¾Ü@n(7’ËMä¦r3¹¹ÜBn)·’[Ëmä¶r;¹½ÜAî(w’;Ë]ä®rªÜMî.÷{ʽäÞr¹¯ÜOî/§É  ɰŒÈ¨ŒÉ¸LȤLÉ´ÌȬÌɼ,È¢,ɲ¬È9]VeMÖeCÎÈåAò`yˆ&—OÈ'åSòiùŒ|V>'Ÿ—/ÈåKòeùŠ|U¾&_—oÈ7å[òmùŽ|W¾'ß—ÈåGr¦üX~"?•ŸÉÏå,ù…üRΖsäWòk9WΓóå¹P.’‹å7ò[ùü^þ ”?ÉŸå/òWù›ü]þ!ÿ”Å¢X›bWœgÅEqUÜwÅCñT¼o¥”⣔V|•2ŠŸâ¯”U”@%H)§+å•¥‚RQ U*)••*JU¥šR] S•¥†RS©¥D*QJm%Z‰Qb•8%^IP•$%YIQê(u•zJ}¥ÒPi¤4Vš(M•fJs¥…ÒRi¥´VÚ(m•vJ{¥ƒÒQé¤tVº(]•T¥›Ò]é¡ôTz)½•>J_¥ŸÒ_IS@R`QPSp…PH…Rh…QX…SxEPDERdEQJº¢*š¢+†’¡ P*ƒ”ÁÊe¨2L®ŒPF*£”ÑÊe¬2N¯LP&*“”ÉÊeª2M™®ÌPf*³”ÙÊe®2O™¯,P*‹”ÅÊe©²LY®¬PV*«”ÕÊe­²NY¯lP6*›”ÍÊe«²MÙ®ìPv*»”ÝÊe¯²OÙ¯P*‡”ÃÊå¨rL9®œPN*§”ÓÊå¬rN9¯\P.*—”ËÊåªrM¹®ÜPn*·”ÛÊå®rO¹¯+_”¯Ê7å»òCù©‹Ãê°9ì'‡³ÃÅáêps¸;<ž/‡·£”ÃÇQÚáë(ãðsø;Ê:Ž G9G°£¼#ÄQÁQÑê¨ä¨ì¨â¨ê¨æ¨îs„;"55µ‘Ž(GmG´#ÆëˆsÄ;þ{ïÅòíV÷ô†a†DD$ H‚³bÅLç $‡Ž˜sÎ9gQÄœsγ˜%›ãáqîùÞsîýý~÷®þxë÷žŸµff×®êê½wïÚµ«{MWÍÇð±|ßœçø|K¾ßšo÷åÛñ‰|{¾ß‘ïÄwæ»ð]ùn|w>‰ïÁ÷ä{ñ½ùd>…ïÃ÷åSù~|~?Äæ‡ði<Êc<Î<ÉS<Í3<ËsüP~ŸÎgð™|ŸÍç-|Ïó/ò/ó ŸËàGò£øÑü~,?ŽÏOà'ò“øÉü~*?ŸÎÏàgò³øÙü~.?ŸÏ/àò‹øÅü~)¿Œ_ίàWò«øÕü~-¿Ž_Ïoà7ò›øÍ|¿…ßÊoãóùí|_Èïà‹øü.~7¿‡ßËïã÷óøƒü!þ0„?Êãó'ø“ü)þ4†?ËŸãÏóø‹ü%þ2…¿Ê_ã¯ó7ø›ü-þ6‡/æïò÷øûüþ!ÿˆÌ?áKø§ü3þ9ÿ‚É¿â_óoøR¾ŒË¿ãËù ¾’¯â«ù¾–Ïà?òŸøÏüþ+ÿÿÎÿàò¿ø?ø: *Ô‚FÐ :ÁJÐ Ö‚A°Œ‚­`ì³`/8Ž‚“à,¸®‚›à.x O¡¡à%4¼…Æ‚ÐDðü!@š AB°"4B…0!\ˆ"…(!Zˆb…8¡¹/$-„–B+¡µÐFh+´…öB¡£ÐIè,tº Ý„îB’ÐCè)ôz ÉBŠÐGè+¤ ý„þÂa 0H, ÒTÀ\ R Z`Và„¡Â0!]È2…,![.X„A$A!W!ŒF £…1ÂXaœ0^˜ L& “…)ÂTaš0]˜!Ìf ³…9Â\až0_X , ‹…%ÂRa™°\X!¬V «…5ÂZa°^Ø l6 ›… Ÿ…/ÂWá›ð]ø!ü~ u!U""ªE¨u¢•¨­Eƒh#E[Ñ$Ú‰fÑ^tE'ÑYt]E7Ñ]ôˆžbCÑKl$z‹E±‰è+ú‰þb€(6ƒÄ`1Dl&†Šab¸!FŠQb´#ÆŠqbs1^L[ˆ-ÅVbk±ØVl'&ŠíÅbG±“ØYì"v»‰ÝÅ$±‡ØSì%ö“űØWLû‰ýÅâ@q8X"¦‰¨ˆ‰¸Hˆ¤H‰´Èˆ¬È‰CÅabº˜!fŠYb¶8\´ˆ9"/ ¢(J¢,*b®8B)ŽG‹cıâ8q¼8Aœ(N'‹SÄ©â4qº8Cœ)Îg‹sĹâŠÄÇâ±D|*>Ÿ‹/Ä—â+ñµøF,ËÄ·â;±\¬+Å*±Z¬kÅ÷âñ£øIü,~¿ŠßÄïâñ§øKüC¬I°¤’I-i$­¤“¬$½d-$É(ÙJ&ÉN2Kö’ƒä(9IÎ’‹ä*¹Iî’‡Ô@ò”J^R#É[j,ùHM$_ÉOò—¤@©©$K!R3)T “Â¥)RŠ’¢¥)VŠ“šKñR‚ÔBj)µ’ZKm¤¶R;)Qj/u:J¤ÎR©«ÔMê.%I=¤žR/©·”,¥H}¤¾RªÔOê/ Jƒ¤ÁÒ)MB%LÂ%B"%J¢%Fb%N* “Ò¥ )SÊ’²¥á’EÊ‘xIDI’dI‘r¥ÒHi”4Z#•ÆI㥠ÒDi’4Yš"M•¦IÓ¥ÒLi–4[š#Í•æIó¥ÒBi‘´XZ"-•–IË¥ÒJi•´ZZ#­•ÖIë¥ ÒFi“´YÊ“¶H[¥mR¾´]* ¥R‘´SÚ%í–öH{¥}Ò~é€tP:$–ŽHG¥cÒqé„tR:%–ÎHg¥sÒyé‚tQº$]–®HW¥kÒué†tSº%Ý–îHÅÒ]éžt_z =”I¥'R‰ôTz&=—^H/¥WÒkéT*•Io¥wR¹T!UJURµT#ÕJï¥ÒGé“ôYú"}•¾IߥÒOé—ô‡T'’aY%#²ZÖÈZY'[ÉzÙZ6È6²Q¶•M²l–íeÙQv’eÙUv“Ýe¹ì)7”½äF²·ÜXö‘›È¾²Ÿì/ÈrS9H–Cäfr¨&‡Ër¤%GË1r¬'7—ãå¹…ÜRn%·–ÛÈmåvr¢Ü^î w”;Éå.rW¹›Ü]N’{È=å^ro9YN‘ûÈ}åT¹ŸÜ_ ”Ƀå!ršŒÊ˜ŒË„LÊ”LËŒÌÊœ,‘ÊÇäãò ù¤|J>-Ÿ‘ÏÊçäóòù¢|I¾,_‘¯Ê×äëò ù¦|K¾-ß‘‹å»ò=ù¾ü@~(?’ËOäù©üL~.¿_ʯä×ò¹T.“ßÊïär¹B®”«äj¹F®•ßËäò'ù³üEþ*“¿Ë?äŸò/ù¹N ¤ÀŠJAµ¢Q´ŠN±RôеbPl£b«˜;ŬØ+Š£â¤8+.Š«â¦¸+JÅSi¨x)o¥±â£4Q|?Å_ P•¦J¬„(Í”P%L W"”H%J‰Vb”X%Ni®Ä+ J ¥¥ÒJi­´QÚ*í”D¥½ÒAé¨tR:+]”®J7¥»’¤ôPz*½”ÞJ²’¢ôQú*©J?¥¿2@¨ R+C”4U0W…T(…V…U8e¨2LIW2”L%KÉV†+%GáAI‘EÉUF(#•QÊheŒ2V§ŒW&(•IÊdeŠ2U™¦LWf(3•YÊleŽ2W™§ÌW( •EÊbe‰²TY¦,WV(+•UÊje²VY§¬W6(•MÊf%OÙ¢lU¶)ùÊv¥@)Tv(EÊNe—²[Ù£ìUö)û•ÊAårX9¢UŽ)Ç•ÊIå”rZ9£œUÎ)ç• ÊEå’rY¹¢\U®)וÊMå–r[¹£+w•{Ê}åòPy¤(•OÊgå‹òUù¦|W~(?•_ÊJr¡\8W•‹äªs5¹Ú\]®U®>×:×k“k̵Í5åÚåšsísrsrs]r]sÝrÝs=räzæÖýÆÿ‘°§`ã²¹\ßö‘¾îfk-ÿ¹Ù5Áˆö¿8ânØw·]ëhC‰vãôð[Û¡öª37ëe£‘åÚ[X·Ô¨²‘ìãMª;zØÜd¿=wÚÔuÙiS0ÖVûÒöÿÖY?»±æÆfÂf¥Ñˆ,ÓiÃ6{Dk‡‚tã]ÔSÿ@mýÚåtHÉú“š¦W SÆK !ò¦f ˆ Úaßô6¨v¦èÚCêZß!`#päÍñÎpÃ:àfwtyV[ 6œ-ÕŒŠ}¤QÆêîØ¦Øít8ijãÝ$Q\ìnjH½m†¯}pDó­þ.gýãQðˆoÿDw<€³³<‡BîSÍ•v#à}#ãghÍ NÞWçu4áåϘ‘׽ꩭëu±^§SúŒJÍý‘fDc¼¾3$¨·Ï¤‘ í@݉©ökÝàM]]ѱÞÓ{ª=VCúÜM¦G©šººëMuu1F3ù*ħ.©CìEÃmKsk§Pó Ïw¦m^Ö».÷áqšµÎÝÚ%ì9%©ºÎØÍiÓÜ\›ê(x”¹‡þ¤QÒÇÙ´€Ã}Ó-·ç¶Ð^îpØjY[7;ówÛ]=½-ŸZŽÝñ@‰íJÝpófà0r/Ü´¿S·ªÈXwpEˆ{<Ò¾¿ùœa[} ÌßÀ½žNE5_¬ÂGi~Öéþy©®ŒM¸ž0ôêÄf‰?eà¼|7²s]Ý óˆ•þœ¯+€Ãb½4Ó³á‰ÀæÚ#Ã5„©+‚:u‰|Œ »4?–E·¹ðM_Ýkä« Ôí­iœ ‹Ê }ôÖpª]¬g1Ò[ç­K`t—†>I¨ŒÜ…̪›z¬³í²4àQv§áþ°«‚O…Á[ìÆØ÷Á8ø²®]¿WS<¬6êÔ>u4&ͻɺ@Ñ CÚ ‡ttO ß·l:D©3,ðèb—e~$Ýmÿ1¦O^!È$ÚÁż־7ò2[÷Ðó¹Á4]†„vØbî ¯„/ uIøà§.Ɖ4$t#»]SµÝh‚¯žã³Lwº¡×{øÏnw5ix–ñ‹Fkÿ8i‚C±wá‘Ñp𾿄9hr°K³^£6ùƒQ>˜¦XŸëc¶1=ß‘~1¶M­Çið»Wª ¥Ç2ÍÃ*·í$ü֣Йš“ÁjïR+[€ÌšI…ð°µeC]͈¾‰æ1˜—r©@þÐõÒ½öyì°.È3è–é£.ì1ï0ë]øc> ²~h¸èä Sw4(xcªñA<ö!Sý»ÎõÓÌ éÛÂÔ·®nn G†æNž®›}CóùÙÍg§üÞ×åÒ¸zO@zli–½Ì^s†šMzpÙfd ì0àœGLR<ÛwÛ×Îõ„EV ÍmÏ„£¶&“•iÈôœª‰@ViBëEß ƒ)Ɖæbÿ(‡¾ÆãªWÚž{Œ×Àäœñ¬‡«a?HAú¸ø!”þ“&x@8ÜØÔ/bû†WjÚÀˆÆÏl€ºå›WÀëÀE8Þâ6$k(Ý·íÎÏ®3ô%;8ôõˆ€'B]õDÍ&O‡GšR}OÆâÀ×l0ŒGú­Á° ËºÛ #º˜º\¾ÓÀ溕¶\§IÐß3Ç;4HÜ ô2=@âŒÁ:feèhûÚ0ÉôP}V¾·Zê`€ÇÀWì7é’AŽËø„}kã^·ãømxh-ò®Ã®ô­š£Ú{ú¬§È¸ð1†NNj° t±1ìõšµšKà»GvŸÁyP ¿´ Tß²km÷Ì~=j× àæxpUEÀWõ#ÍîàRÈø |ÀNû8Û;àŒ}ØŒÄèû·,öà.ØiÛYÇ‚N (p»Fe<`Rms,Pïq×à«·sHjÞÕ˜o4Á‘ÝrÖÇ´UA5ðy¤lP%F7 ?i¨Ó/ÒK± :Œ$&i–"‚TáæÝ6‘ %°‰î¾CfB°á©&ˆ”8…»Í«õ­ôYz<3ìÈÓcpÓ7¼ö8£9‚< ¼gË銮Mè)M›©¶ï̸‹¢5)¦n5œª‰€ÌûC¶z:±™»)±¿FštýtHv¨ ÈƒÜ Má\d LM=êW­d‘³z[0š nß[—iÓÁÑk\b$[ƒÞ)î×­¹á‰ÃkŸŸº­æú[ ý]h…Œ|ÿ­ž^X ©ƒüÇ®¦ÛzÁ¾µ½­>,+̇À`ðÃP•’˜¥×Á-lâ´/½e‡xŸÑ¦7š¢ð{šäÐt—ë&³á—]¢ŽÚÓï´Ë Ó¹óºøº}ÙA ð%ƒ'èhéÛ#ðèøf¢òC_ÅÎóol·ÄwÁ™ „üeîâ;-±™Ép >Õû€+²)1ô°¯Öz²Ä{ŸÁÙºFë•hXôÆa˜S}—Þp_s1Y£ïÝò}à :SmM8|ßçæ¶†B‚\ºyà4t7\¥ñ×ì»Imn1d;è¢/ƒ{Úó,¨6Ý5 Ô—‚«¦% ü2†2=ds¼9 „Xo1^Û:µ4Ú™Mõq䳋‡1Õ?Ù˜¥s³1}óê©õjàñÄCãÐVïî´Ç{»ýIͺº:¯ ðZ?do]i~8­™ OÖ´¶|?˜¨PÂ¥À0ÆÔ·Ü×X¯ò4ïy*0UÜxÃKBÜLëÎ×Õ¹N¿P7ôš¦xÐ pÐj²æÍà:˜Arý—rWx´×9ï¶NŽ.4U}G%ø{z¨Ú}…Ô ×#ª•!F09B<îÓ t†‡"`èGÀ3Í×€È6“ôŽHG·²þÞþÏ™6ö]]ÝöÍ ç\Íÿõ+÷©›¿é®uoþJŸnß:rýÿ˜œÍœ[WGÖ!>¨FFj?Ž6«ÞqãêC×f§ó<ÏßÎåmMÎzØnåÅ¢n¦4-hðöã=çgíò-:Ó}DÙºÝ]õdBZ¶^spâçüê}ù~×gYæû%LÛ·¿×©Îó;¸Ú'n¼):5æÎÕžwËmR#=¿o+œYuy]ÎÄÁoÏ}ß~vO™?Zøßí`Ù´råúŒLÿ×R»¼Û2’¾¿u`TèŠðà8¿8¬C´am ¶è.iËÇ6£Ä´ÕÍPÅ6÷8ñÀlìw(íņv‚t~pø¦œÜ _¿wBmÊ ú-¯qÿ™E¾«ßž^Wضy?ìê€ÞÍÖ¿OŸöhɹ²Ã«+±ˆ{Óۛ~©îÜáUñKºxï«Z=xH]ѯ·ï~}úüöú£˜Ôê´–C¶é³î|‹}á螨>JUX~f|C´ýÀ‘­Ÿòú™ÑvÞǵÉß_Ä»Í ÿr¨üĦ3§$nÒåÏh4ÏëÚÕž_Öž˜T0aÜÓ ¡? ˆV«î‡¨;'G{~a=è@¤ÝAdPZWÇý£îٻᘼ—ž¼¸Sΰì‘‚5ý«k®WY7}È—žÈä ƽ^8|pÃKø)MïûKÐŽã÷ŸY1Åé°ûˆÍ¹±«ÏLZpI÷2½oaîháÐ[Þ‡„à; ºóp©eHŸÇìáé» EGª‡«îd£5À¦äÅì•â^ï'¹åMè±fܪÈ&V+?ç-°[tñÄdyBø¬ýµScçNa——w¾¥•_^©8tËã!]º:kâÆÌÍS²?n«Ý58^ðhCÓ‚Éö>µ[ÞßWóê’6­ÉrqÌ·éÙB'•›Ò–Wr64M†Öôø´~eל‚Û>çרZ··3é5¨›c‹-]gW¬XŸf÷`}Ï»b”%²ì|hoï0×ßêv¾8>ÓÑb×ôY륑S ßÏ?—ÐíØ[KÞØM±#gÚÚ»?Ûõô×WZ„¶ÉÌ}?Pè°âĆõ“ 6ÝrÖpèöÄN«Gnmú‰Yžͺ;5|ºzóœò¤Ýç…º>ÛÊM±=´ëù¤Ëû´­›2Zu¼÷|—_RÐ,Η^Ùqò£}ᥳ'Ï>¹ó܉“QÛŸDî3bÖ¢·GM/Ï<~ØÀ%^7ZÍl²øsòâJpåfïÛÙ\~qøùóŽÓ6íH5—4z¶÷«{Ë!¿Ôuu-ÿ/ßø? *âë3ÐN­áVº  XŽ,×Ù¯4¨b c#=Àz} É¦ ”¢Ÿ¡w†œïô ¨£@0ìµD‚õaˆ+<ÀÛÁ4}hŸÞO?X·[F`¦ÎœÞाe |`«¦0ÛF@ÆlX宨®üjpx§~2è Aáú"8\GÃn®>»hö»õ»MÞ ¯B>Ã@:àÀP0 TÁ¨y”«àšJ^oÄ Ú`Ðé†z«|¯_p¬E.>hÞëæiôà €òA†¾ØÑ=p^`œJŒÀÆAÉH>à' «òÊÙ ·Uu×´C< W!X¥=F¨UP$„·`IÐÝ‚&@;t¡Á:n´ôÕà¦ÉÔì©_Ž‚(XÕD+€QÚ£@› RÕÚTu¤ª³ªLƒý°Q©Žè«ÁaðöCî«íÀI Q;ÀGAkmP+U3ÐŒ¾º@! .ÑÝ/úšÓº4Í0DßW£}áÄMÅÀ)ZU½•ÆèÔW}žbÔUé lÚœÀ °d#yF“ú¡stV„ƒ.HWà¬ÿ|wpr]‘ÁP™Î”ÃI Þꕪ¥5tj,Õ8GðPóîZ‡è ­ƒ „ܬOy€8¤TµT¯îÔKôÖˆz±Rë9€™`µn±^«Ê5øB À½J{äé6ë—#ÓÀ~½Ê‚—è´«mÔÍM³Aw¾!Và‚M&œd5( iUŸžë@¼µ1n0…A'öê.ðfÍp[sE]ªcEi€ÒFjÛÆ& JªqHý2<xC-á§ê ºÞ  ü ôÔ§Á RïzñÐz0ÈüÔ6Ò»BP8¢=;HÕ\Ñ8€þõºrªSÈe3\¿Î Îh™ŽDƒ³íQóÿ+wûÚ„z1^¡^õmSôÍ:D…zÅ…ÄE×§°)´WtxHtŒWlXDHDŒW é5п;–)PéÁáQ¡þÏ¥s9O I©Òý² Íà”. 8,,$.*JEde g ÆsY™ÖI$ä·! „yÅ‚è(2&<$&,Â+8*$. 1±þÍT‘¾}Š~¸> „z…yEE‡DÇExÅÄ……D‡†{úƒC½HB"ãb½$8Ã+*,4$<"¤{%ë{éCÔ‘q!a¡ÑªžaQþîOŠˆ £ÂBýAæŸN©2²`@úQ ù ™‘•‘eª©^¥ ‡¢âœ”eÉÀÒ«ˆ¨Øè(uˆª•Ž©r8&“ƒá¢¶ ÷Ï¡,H½KbÆ ó϶dP0 âBÂÃ#­IÁ‚dcž#„t„ª±€ðP1 dòª,ɶ@9ªu:–Iüùb>Vƒpˆ ‰ «4áz¯Áa¡¡ ‹‡ 5€FߢCCCbcááúШè¸È8Ø Ž‹VEF©›uΉY —QŒëà˜p«ˆÈˆˆp¯¨ØP€´³G ƒÙb#"T41 4 ‚£Ãý;šâB"âô1QþááªAááѪDMpˆÁá!¡‘H2C*ÈF H هņ‡DFF5ŽV!¼*¡,!A•«‚a?,;;SÙ‘¡‡H•“ƒ1”]8×X¨Œ,‘²«—C­#4pd,°VY8 OG€Š³defjlB#C"c5‰í“»¦ôè™–œÒ¦wJŸžiM@ C™„¤gYÁB*ËQ#¢20‹„ a‘!Q1P}˜ËÒy R óRw…bt‘!11a-¡Šˆ‹‘QþY|‘•®B@¦REB…F…&ó@ÈV%™zêTÉÙ¡a®‘ B“Áé‚Vf€xŒKÏñ¶Š0·KÇrr(Le‚pÞbÂÃA˜6§4†<-gßBœ+ðÈ<^¼¶%Âç«\u.°®â.:Ô”ßžÑ XuÙvï0åf—”»(ÙÎØ=ÿÞ4(`âµw6åW'}ÒŽ×5ÕÕ×tÐkBúµ6Á㯼ƒ€+s¢4ÌñíÉaîÀ*iÇK“Ï_‚ïU[ýbϼ3<¯1÷Ú ^ni£þê…µZ¤ìê¤`‚fÜ.7«ìí|é\ótsGp¬¶òòv®y²®­8ÖŽ}ôoÏŠ^ÀØg÷› ÚŠÓAô"Ĺöí™O k#õs…Ç©ÊÎKÞÀ¡—ÔÑüÆ\-¯ös­7\Õƒ5íµàx)Ty{fl¨ p·í´åiå‹íI¶¦ŽJŠÛœÞØÙ¿9 [u^ÿ¤Jm“²çu˜cõÃå 0p¦¶ú[èÑ–´ Aû¡“–nÈÛ¶yÕ¼1Ì€ì¢g•÷Õ_·AËN>.=/ûаÿômŽž<±kb$¬ª(Λ6cUÑÁ£Ç÷çMëéÔ­V?ª4×V¿<4Ô c<7c}áÎ[W̘´úÆ;›S‚?ˆ ¦®+عsËìþ.êFU ]«_No€]«Ì9›vìܱié’w+×6¶~ºµ«°ŠVn/Ê[:oÓrŸš·—Ç`jmY˜WXX¸*;8Ô”žJw‡cª+oLmk»½9™ã€cyYáμyl¤h[ιT/ŠS}—¼gày~OE̹e*=f¯©®¼»>{ 9ûB)2;¨Úl}Q]ÞÌ©º¤ppï5nýF%¹k|¬ÿ²ÔÎÔªgÇ íä¬UéÝBº Ï»_QùlON‚3bÝ!ïEõë ó‡DÕ‡zµsР¼’ªê²“RKwÊàÝ&cÃ-`†ïî⤲öˆ·{cûøà”~k×€öʉ²& Ýê“9Ø!" 6û46”ßZ‰…šaSYô¢Ú÷íµl¼;¢sôiÎlTm†€Uç%šªû«Zk seµMÝ*îÛK¥uI›s⥶ªdC½¿z<ƒ_ìJ­®íÖÓŽ$+‡šª'+¢ˆXò ²6Ô±¦º¦ôÒ *Neöq…ßÕøÿR³°wýW£'ëÚ¨Aü«´p®«ûñöæú©³Wçï?rôpÑr¥“#@bfß,ÿ«É»Ôú/ãó½Ã¢Ý êð”ñ{Võý«fAý§–¬gOKþâx~ÿþ üñ烧ѯ^½˜9mò™“'þUsïnñ¬éSþüùg)úÝÛ²3§NŒ3ònñïß¿ÿÕÆá;7o\ÿòå󟥸ïko\¿6sú”ú3X²Òÿjc øñã»ÕŸtøWwuu.ÀꟀ’õyÚåŸÛqßÐøœaýê¥o^ýÃIµ**È/yòèóçïß×üÍ®$¬îß-Þ¶yÃÓ’ÇŸ?ª×ïïª[ƒë×+ ¨`[}Wàoîu¿ÏÒÄW|þ¦?wÕ€F—Þ¹$xþSÕé1ë|Zº«kÔö?–<Ûª‚ÿ‘­“æŸ"îoòQê?ìôHË ªÒËëÆÏ:úªºn[ÅÃÃ+§ŽÈÊš{¡ôßë7—ßß3¶³;¾¹çË¢«KßÀèLu¯|¼¾£ú¦}Æn»VUóxUso²}Jé¾vÀºçÎ×!å—F¨&\­°þë9e=6˜Õ>™'”ß?~ðZiuÂòèíRÞžÉn܆*kVùäÐÌt"kîñg•µÿáµ }´L_znTd×gë“ÊÚª’ÂÀªÝ¢âŠêÚŠ»Æ&‡:!² è*o»÷NSrdú w-l㛼äö}«·—rC“oVhÔNÄÑR•ûë+¸N^&Œ¸v]y·ÂÚ¡ìüÔÞQ>ÎÖ°ÊÖ·ƒ%¯ø£uõ‹}C£ÜëÓÇ î#ŠTº9Yï™]´æ†Í:8UjÐW?\E,zPåjoeп-γ´obTÙûu™~©Ì1Ø¥á¿ä¿f¬®}{qbä4¤àÖNÌêºú^Emõ³=T•ÙŤòÎ:U¿<ší§ÖÝó_xÁ&'gXùLYu}> Ñ[©€©Ïn+o­^ƒ4›x¥ÂA_óæPš3¤µuru2¨t‰«Vº8è÷Ò Õz+$~ó ·Š×,^µ÷^e·¾qÕÝõa¢acO6fñ½JÇ`W÷‰V¿á…êêÔXHãÙ%o|XUS]ykFÔ ýà‹ššÊ’­)&(uï›êªâyÑ"x^Y][Uúêõ;/½‹¡êÝÛ*]“ª‡ºÁÁ3îTz×TVT—¿|tûúÍ3K:CÖ½w½rñTCÍF@¥ûaO§†>oO¥«Fž}S*ʪœƒ½ìÿ%Daýà«a8kë–®Iù/‘w7gÅ©U©[Kª ×´¶õQï~åë‚οöIU´‹µoEñ,Ø#ót™Wyñ¦¡1zUÛ­/\<_© ækà)µ¯rˆÖ»-5sï½rç`?[Õ¿´?Ç1À¶Mëïß©iÏJž<}ò¸ ¨z”?Ði’uäô*¿#ìО–ž®Î™sæMõ«í0ÜbýS]ÉêXÈ>íàãʘ<¢uq÷­¼¿vO?ec[õtSG¸qêØËH­ ªç.fëöªMÞójg}ouUÉáé}­T¦ëï?vvmðïãÝçÍ«—%OןwïZêÃÓÝ;·_<-À¿¦âÁšn6P|W?È-z^õgæGæîW¾¸uãY9P«c&žz U”>{]ùzW2üÇœkx¹ †¢ç݆* z ìÞ]ë ¾R^ýo¹IC³Uy}Rw]U ^íìcT׺XYï衇Bgݪ4¼+¹WR•]ž«‚·ž¬÷áÿ3°>.>-y,õö{ûµ÷°£o¬í§l}\vq ì<¤èiMÕ£­©Žì?®|¸9¥~•£ÕÁ4È<]Z²=Ù©¿ºªÊÛócÑ€X·Ûôrroâl÷ª~šS5‹‰ 0/³þúŒb£‡€¶¶ºÞxVå—Ç ­WéÊŽÎh<y9«ñgŸÔ ø/ùºÔÇs, þrš\#š¿Ö´XÕ¼>:n0ôèP\0²W¨ bå’2÷J9rk«œâ¬Ò¹Ååœ(­®~~tzj˜³15hÚ6³@U~gýÐxDר×ò;°£§·³¹êéáÉ}ÃÔ@mjÜqä©Rw{]Õ£#»úÁjWkm«US}ÕëÓ3ûÕ¯z±g‘þõ¡œVlC£–Ô’‹oªœþ´{ýìbÂMÝÌ¿'³~ÿ«ŒyÜïׂÿÆoüÆoüÆ¿aíüÿç},™ÿÛŽ¿ñ¿ñ¿;æþŽd¿ñ¿ñ¿ñ¿ñ¿ñ¿ñ¿ñÿ1<Ïpüm„ßøßóß—ùÿ‹ûÇoüÆoüÆÿ xýM¹ÿ—m:þ½‡ý·[ý½Nÿç~õá»ÃØÿ°×ýðÎÿù€eáÿNEÿ§s½õûÏçŽnõKƒuÿ½6ýýÿc))ðº°ó?t€= 6ëâêõ˜ûŸŽNù_ô˜îÿ­á_øâðïÔŸ6ƒT /Tø_J4§áêMÿ?Öÿwýñ§=?ü'Ðýç6cë­]ÿÑÿO\½ üÏ\´ê‰6D½ÐF¨7ÚõA› ¾¨ê hS4 FCÐfh(††£h$…F£1h,‡6GãÑ´Úm…¶FÛ mÑvh"Úí€vD;¡Ñ.hW´ÚMB{ =Ñ^ho4MAû }ÑT´Ú€D¡ƒÑ!hТУJ¢J£ Ê¢:†¦£h&š…f£ÃQ šƒò¨€Š¨„ʨ‚æ¢#Бè(t4:‹ŽCÇ£Љè$t2:ŠNC§£3Йè,t6:‹ÎCç£ Ð…è"t1º]Š.C—£+Еè*t5º]‹®C×£Ðè&t3š‡nA·¢ÛÐ|t;Z€¢;Ð"t'º ÝîA÷¢ûÐýèô z=ŒA¢ÇÐãè ô$z =žAÏ¢çÐóèô"z ½Œ^A¯¢×Ðëè ô&z ½ÞA‹Ñ»è=ô>ú}ˆ>B£OÐô)ú }޾@_¢¯Ð×è´-CߢïÐr´­D«Ðj´­EߣÐè'ô3úýŠ~C¿£?Пè/ô´„Á˜ C05¦Á´˜³Âô˜5fÀl0#f‹™0;ÌŒÙc˜#æ„9c.˜+憹cXÌkˆya0o¬1æƒ5Á|1?Ì À±¦XŒ…`ͰP, Ç"°H, ‹Æb°X,kŽÅc X ¬%Ö kµÁÚbí°D¬=ÖëˆuÂ:c]°®X7¬;–„õÀzb½°ÞX2–‚õÁúb©X?¬?6ˆ ÂcC°4 Å0 ÇŒÄ(ŒÆŒÅ8l(6 KÇ2°L, ËÆ†c,ã11 “1ËÅF`#±QØhl 6‡Ç&`±IØdl 6›†MÇf`3±YØll6›‡ÍÇ` ±EØbl ¶[†-ÇV`+±UØjl ¶[‡­Ç6`±MØf,Û‚mŶaùØv¬+Äv`EØNl¶ÛƒíÅöaû±ØAìv;‚ÅŽaDZØIìv;ƒÅÎaç± ØEìv»‚]Å®a×±ØMìv»ƒcw±{Ø}ìö{„=Æž`%ØSìö{½Ä^a¯±7X)V†½ÅÞaåXV‰UaÕX V‹½Ç>`±OØgì öû†}Ç~`?±_ØXp‡qŽàj\ƒkqn…ëqkÜ€ÛàFÜ7áv¸·ÇpGÜ wÆ]pWÜ wÇ=ð¸'Þ÷ÂáÞxcÜo‚ûâ~¸?€âMñ <Á›á¡xŽGà‘xÇà±xÞÇðxK¼Þoƒ·ÅÛá‰x{¼Þï„wÆ»à]ñnxw< ï÷Ä{á½ñd<ïƒ÷ÅSñ~x|>„Ƈài8Šc8Ž8‰S838‹søP|žŽgà™xžÇ-xÎã.â.ã ž‹ÀGâ£ðÑø|,>OÀ'â“ðÉø|*> ŸŽÏÀgâ³ðÙø|.>Ÿ/Àâ‹ðÅø|)¾ _ޝÀWâ«ðÕø|-¾_oÀ7â›ðÍx¾ߊoÃóñíx^ˆïÀ‹ðø.|7¾ß‹ïÃ÷ãðƒø!ü0~?ŠÃã'ð“ø)ü4~?‹ŸÃÏãð‹ø%ü2~¿Š_ïã7ð›ø-ü6~/Æïâ÷ðûøü!þŒ?ÁKð§ø3ü9þ‰¿Â_ãoðR¼ ‹¿ÃËñ ¼¯Â«ñ¼À?âŸðÏøü+þ ÿŽÿÀâ¿ð?ð:*!Ô„†Ð:ŠÐÖ„°!Œ„-a"ì3aO8Ž„áL¸®„áNx O¢!áE4"¼‰Æ„Ñ„ð%ü"€$šAD0B4#B‰0"œˆ "‰("šˆ!b‰8¢9O$-ˆ–D+¢5цhK´#‰öD¢#щèLt!º݈îDуèIô"zÉD чèK¤ýˆþÄb 1ˆL !Ò”Àœ ’ š`–àˆ¡Ä0"È 2‰,"›NXˆ‚'B$$B&"—AŒ$F£‰1ÄXb1ž˜@L$&“‰)ÄTb1˜AÌ$f³‰9Ä\b1ŸX@,$‹‰%ÄRb±œXA¬$V«‰5ÄZb±žØ@l$6›‰Ÿ‰/ÄWâñøAü$~u !&U$BªI ©%u¤©'­IiCI[ÒDÚ‘fÒžt I'Ò™t!]I7Òô sÓF¤L•6:mLÚØ´qiãÓ&¤ML›”69mJÚÔ´iiÓÓf¤ÍL›•6;mNÚÜ´yióÓ¤-L[”Ö€lNÆ“ d ²%ÙŠlM¶!Û’íÈD²=ÙìHv";“]È®d7²;™Dö {’½ÈÞd2™Bö!û’©d?²?9€H"“CÈ4%1' ’$)’&’%9r(9ŒL'3ÈL2‹Ì&‡“2‡äII‰”I…Ì%G#ÉQähr 9–GŽ''ÉIädr 9•œFN'g3ÉYälr9—œGÎ' ÉEäbr ¹”\F.'W+ÉUäjr ¹–\G®'7ÉMäf2ÜBn%·‘ùäv²€,$wEäNr¹›ÜCî%÷‘ûÉäAòy˜&Ÿ%äSòùœ|A¾$_‘¯É7d)YF¾%ß‘ådYIV‘Õd YK¾'?ÉOägò ù•üF~'?É_äd (ˆ‚)…PjJCi)eEé)kÊ@ÙPFÊ–2Qv”™²§(Gʉr¦\(WÊr§<¨”'Õò¢QÞTcʇjBùR~”?@RM© *˜ ¡šQ¡TNEP‘TMÅP±TÕœŠ§¨TKªÕšjCµ¥ÚQ‰T{ªÕ‘êDu¦ºP]©nTw*‰êAõ¤zQ½©d*…êCõ¥R©~Tj5D ¦†PiJaNIQM1KqÔPj•þçßä©,*›NY¨ЧJ¤$J¦*—A¤FQ£©1ÔXj5žš@M¤&Q“©)ÔTj5šAͤfQ³©9Ô\j5ŸZ@-¤Q‹©%ÔRjµœZA­¤VQ«©5ÔZjµžÚ@m¤6Q›©QŸ©/ÔWêõúAý¤~QPu !¦U4B«i ­¥u´­§­imCi[ÚDÛÑfÚžv i'Ú™v¡]i7Úö ОtCÚ‹nD{Óiº íKûÑþtH7¥ƒè`:„nF‡Òat8AGÒQt4CÇÒqts:žN [Ð-éVtkº Ý–nG'ÒíétGºÝ™îBw¥»ÑÝé$ºÝ“îE÷¦“éºÝ—N¥ûÑýéô@z=˜B§Ñ(Ñ8MÐ$MÑ4ÍÐ,ÍÑCéat:AgÒYt6=œ¶Ð94O ´HK´L+t.=‚I¢GÓcè±ô8z<=žHO¢'ÓSè©ô4z:=ƒžIÏ¢gÓsè¹ô½€^H/¢ÓKè¥ô2z9½‚^I¯¢WÓkèµô:z=½ÞHo¢7Óyôz+½Î§·Ót!½ƒ.¢wÒ»èÝôz/½ÞO Ò‡èÃôú(}Œ>NŸ OÒ§èÓôú,}Ž>O_ /Ò—èËôú*}¾Nß oÒ·èÛôº˜¾KߣïÓè‡ô#ú1ý„.¡ŸÒÏèçô ú%ýŠ~M¿¡Ké2ú-ýŽ.§+èJºŠ®¦kèZú=ýþH¢?Ó_è¯ô7ú;ýƒþIÿ¢ÿ ëhÀ@ ̨„Q3FËè+FÏX3Ɔ12¶Œ‰±cÌŒ=ãÀ82NŒ3ã¸2nŒ;ãÁ4`<™†ŒÓˆñf3>LÆ—ñcü™&iÊ1ÁLÓŒ e˜p&‚‰d¢˜h&†‰eâ˜æL<“À´`Z2­˜ÖL¦-ÓŽIdÚ3˜ŽL'¦3Ó…éÊtcº3IL¦'Ó‹éÍ$3)L¦/“Êôcú3˜Ì f03„IcPcp†`H†bh†aX†c†2Øt&ƒÉd²˜lf8carž‘‘™Q˜\f3’ÅŒfÆ0c™qÌxf3‘™ÄLf¦0S™iÌtf3“™ÅÌfæ0s™yÌ|f³YÄ,f–0K™eÌrf³’YŬfÖ0k™uÌzf³‘ÙÄlfò˜-ÌVf“Ïlg ˜BfSÄìdv1»™=Ì^f³Ÿ9Àd1‡™#ÌQæsœ9ÁœdN1§™3ÌYæsž¹À\d.1—™+ÌUæs¹ÁÜdn1·™;L1s—¹ÇÜg0™GÌcæ SÂl_6•íÇög°ÙAì`v›Æ¢,Æâ,Á’,ÅÒ,ò,Çe‡±él›Éf±ÙìpÖÂæ°<+°"+±2«°¹ìv$;ŠÍŽaDzãØñìv";‰ÌNa§²ÓØéì v&;‹ÍÎaç²óØùìv!»ˆ]Ì.a—²ËØåì v%»Š]Í®aײëØõìv#»‰ÝÌæ±[Ø­ì66ŸÝΰ…춈ÝÉîbw³{ؽì>v?{€=Èb³GØ£ì1ö8{‚õ$’^d#Ò›lLúMH_Òô'È@²)D“!d32” #ÃÉ2’Œ"£É2–Œ#O²%ìSöûœ}Á¾d_±¯Ù7l)[ƾeß±ål[ÉV±Õl [˾g?°ÙOìgö û•ýÆ~g°?Ù_ìl 8ˆƒ9‡pjNÃi9gÅé9kÎÀÙpFΖ3qvœ™³ç8GΉsæ\8WÎsç<¸œ'×óâqÞ\c·kÂùr~œ?ÀrM¹ .˜ ášq¡\ÎEp‘\ÍÅp±\ל‹ç¸\K®ךkõåÚq‰\{®בëÄuæºp]¹n\w.‰ëÁõäzq½¹d.…ëÃõåR¹~\n7Ä æ†piÊaÎÉQÍ1ËqÜPn—Îep™\—Í ç,\Çs'r'sÊÿÁÞ{EÕtᢽ÷ì Ã0 9ˆˆ(ˆ0’ƒ`ÆœsD@Ù9'Ì9眳¨bÎ9çˆ(*&T¢9¾Þó½ç{Oݪ[uϯûãÞ®ššîÕ{z¯îYëéµzWíÍBÇ cÑqèxt:„NF§ SÑiètt:…ÎFç sÑyè|tº]„.F— KÑeèrtº]…®F× kÑuèztºÝ„nF· [Ñmèv4ÝîDw¡9èn4ÍC÷ ùè^tº=€D¡‡Ñ#èQôz=žDO¡§Ñ3èYôz½€^D/¡—Ñ+èUôz½ÞDo¡·Ñ;è]ôz}€ ÑBôú-BŸ OÑgh1ú}¾D_¡¯Ñô ú-EËÐwè{ôZŽV •hZÖ ÑOègô úý†~G ?Ñ_èoôúZ‹ Â`Lƒ!˜ÓazÌ€ÙaFÌ3a˜sÄ,˜fÅœ1ÌsÃÜ1Ìó¼1¬æ‹ÕÇü°˜?Ö Àa±@,k‚cM±,³aͰ0,‹À"±(,‹Áb±8,kŽ%`‰X ¬%Ö kµÁÚbí°$¬=ÖëˆuÂ:c]°®X7¬;Öë‰õÂzc}°d,ë‹õÃúc°Ø l06Š Ã†c#°Tl$–†¥cØ(l4–‰¡†á‘…у±‡ñ˜€‰˜„ɘ‚©X6‹ÃÆc°‰Ø$l26›ŠMæc3°™Ø,l66›‹ÍÃæc °…Ø"l1¶[Š-Öc+°•Ø*l5¶[‹­ÃÖc°Ø&l3¶ÛŠmöcÙØl'¶ ËÁvc¹X¶ËÇöbû°ýØì v;ŒÁŽbÇ°ãØ ì$v ;ÁÎbç°óØì"v »Œ]Á®b×°ëØ ì&v »ÝÁîb÷°ûج{ˆb°ÇXö{Š=Ê±çØ ì%ö {•`o°·X)V†½ÃÞc°r¬«Äª°j¬ûˆ}Â>c_°¯Ø7ì;öû‰ýÂ~c°¿°Z àãÁµ¸×ãÜ7âö¸ wÀ͸#nÁp+ஸîŽ{àž¸îûàõp_¼>î‡7Àýñ†xÞoŒâAx<oŠ‡à¡¸ o†‡ááx‰GáÑx ‹Çáñxs<OÄ[à-ñVxk¼ Þo‡'áíñxG¼Þï‚wÅ»áÝñxO¼Þïƒ'ã)x_¼Þ€Äáƒñ!øP|>§â#ñ4<ÏÀGá£ñLÅ1Ç œÄ)œÆœÅ9œÇ\Ä%\Æ\ųð1øX|>Ÿ€OÄ'á“ñ)øT|>ŸÏÄgá³ñ9ø\|>_€/Äá‹ñ%øR|¾_¯ÄWá«ñ5øZ|¾߀oÄ7á›ñ-øV|¾ÏÆwà;ñ]x¾ÏÅóð=x>¾߇ïÇàñCøaü~?†ÇOà'ñSøiü ~?‡ŸÇ/àñKøeü ~¿†_Çoà7ñ[ømü~¿‡ßÇàøC¼„?Æ‹ð'øSü^Œ?Ç_à/ñWøk¼ƒ¿ÅKñ2üþÿ€—ãx%^…Wã5øGüþÿ‚Å¿áßñøOüþÿƒÿ…× ˜Ð¡%t„ž0v„‘°'L„a& áDX gÂ…p%Üwƒð$¼o‡¨Gøõ ?¢áO4$ˆFDc""šÁDS"„%lD3"Œ'"ˆH"Šˆ&bˆX"Žˆ'š D"Ñ‚hI´"Zmˆ¶D;"‰hOt :ˆÎD¢+ÑèNô z½ˆÞD"™H!úýˆþÄb 1ˆL !†ÈáÄ"•I¤éD1ŠMd(8A$A4Á,Áb?q€8H"Gˆ£Ä1â8q‚8Iœ"Ngˆ³Ä9âñ€( …Ä#â1QDŸˆÏÄâ+ñøNü ~¿ˆßÄâ/¢–$D¤†DH-©#õ¤´#¤=i"H3éHZH'ÒJ:“.¤+éFº“¤'éEz“>d=Ò—¬Oú‘ H²!@6"“dÙ„ &›’!d(i#›‘ad8AF’Qd4CÆ’qd<ÙœL ÉdK²ÙšlC¶%Û‘Id{²Ù‘ìDv&»]Éndw²Ù“ìEö&ûÉd Ù—ìGö'ÉAä`r9”F'G©äH2L'ÏežÏ¼y1óRæåÌ+™W3¯e^ϼ‘y3óVæíÌ;™w3ïeÞÏ|Yù0³0óQæãÌ¢Ì'™O3Ÿef“É)äTr9œAÎ$g‘³É9ä\r9Ÿ\@.$‘‹É%äRr¹œ\A®$W‘«É5äZr¹žÜ@n$7‘›É-äVr¹Ì&w;É]d¹›Ì%óÈ=d>¹—ÜGî'ÉCäaòy”&‹È'äSòYL>'_/ÉWäk²„|C¾%KÉ2òùžü@–“d%YEV“5äGòù™üB~%¿‘ßÉäOòù›üCþEÖ’€‚(˜ÒP¥¥t”ž2Pv”‘²§L”e¦) åDY)gÊ…r¥Ü(wʃò¤¼(oʇªGùRõ)?ªåO5¤¨FTc* ¢šPÁTS*„ ¥lT3*Œ §"¨H*ŠŠ¦b¨X*ŽŠ§šS T"Õ‚jIµ¢ZSm¨¶T;*‰jOu :R¨ÎTª+ÕêNõ zR½¨ÞT*™J¡úRý¨þÔj 5ˆL ¡†RèáÔ*•I¥QéT5ŠMeR(…Q8EP$EQ4ÅP,ÅQ<%P"%Q2¥P*•E¡ÆRã¨ñÔj"5‰šLM¡¦RÓ¨éÔ j&5‹šMÍ¡æRó¨ùÔj!µˆZL-¡–R˨åÔ j%µŠZM­¡ÖRë¨õÔj#µ‰ÚLm¡¶RÛ¨íT6µƒÚIí¢r¨ÝT.•Gí¡ò©½Ô>j?u€:H¢SG¨£Ô1ê8u‚:I¢NSg¨³Ô9êõ€* R…Ô#ê1UD=¡žRϨbê9õ‚zI½¢^S%Ôê-UJ•Qï¨÷Ôªœª *©*ªšª¡>RŸ¨ÏÔê+õúNý ~R¿¨ßÔê/ª–4Dô†Fh-­£õ´¶£´=m¢h3íH[h'ÚJ;Ó.´+íF»Ó´'íE{Ó>t=Ú—®OûÑ hº!@7¢ÓtÝ„¦›Ò!t(m£›Ñat8AGÒQt4CÇÒqt<ÝœN étKºÝšnC·¥ÛÑIt{ºÝ‘îDw¦»Ð]éntwºÝ“îE÷¦ûÐÉt Ý—îG÷§ÐéAô`z=”F§GЩôH:N§3èQôh:“FiŒÆi‚&iЦi†fiŽæii‰–i…Vé,z =–G§'ÐéIôdz =•žFO§gÐ3éYôlz=—žGϧÐ éEôbz ½”^F/§WÐ+éUôjz ½–^G¯§7ÐéMôfz ½•ÞFo§³éôNzCï¦séB¥ÑÇéôIú}š>CŸ¥ÏÑçé ôEú}™¾B_¥¯Ñ×éôMú}›¾CߥïÑ÷étý.¤Ñé"ú ý”~FÓÏéôKúýš.¡ßÐoéRºŒ~G¿§?Ðåt]IWÑÕt ý‘þD¦¿Ð_éoôwúý“þEÿ¦ÿÐѵ4` f4 Âh£g ŒcdìãÀ˜GÆÂ81VÆ™qa\7Æñ`</Æ›ñaê1¾L}ÆiÀø3 ™¦Ó˜ d‚˜&L0Ó” aBÓŒ c™&’‰b¢™&–‰câ™æL“È´`Z2­˜ÖL¦-ÓŽIbÚ3˜ŽL'¦3Ó…éÊtcº3=˜žL/¦7Ó‡IfR˜¾L?¦?3€È b3C˜¡Ì0f83‚IeF2iL:“ÁŒbF3™ Ê` Î ÉP Í0 Ëp ÏŒÈHŒÌ(ŒÊd1c˜±Ì8f<3™ÈLb&3S˜©Ì4f:3ƒ™ÉÌbf3s˜¹Ì³€YÈ,b3K˜¥Ì2f9³‚YɬbV3k˜µÌ:f=³ÙÈlb63[˜­Ì6f;“Íì`v2»˜f7“Ëä1{˜|f/³ÙÏ`2‡˜ÃÌæ(sŒ9Μ`N2§˜ÓÌæ,sŽ9Ï\`.2—˜ËÌæ*s¹ÎÜ`n2·˜ÛÌæ.s¹Ï<` ˜‡L!óˆyÌ1O˜§Ì3¦˜yμ`^2¯˜×L ó†yË”2eÌ;æ=ó)g*˜J¦Š©fj˜Ì'æ3ó…ùÊ|c¾3?˜ŸÌ/æ7ó‡ù‹©e ±0«aVËêX=k`íX#kÏšXÖÌ:²Ö‰µ²Î¬ ëʺ±î¬ëÉz±Þ¬[õeë³~lÖŸmÈ°ØÆl Ä6aƒÙ¦lÊÚØflÎF°‘lÍÆ°±lÏ6gØD¶Û’mŶfÛ°mÙvlÛžíÀvd;±Ù.lW¶ÛíÁöd{±½Ù>l2›Âöeû±ýÙì@v;˜Âe‡±ÃÙl*;’McÓÙ v;šÍdQcq–`I–bi–aY–cyV`EVbeVaU6‹ÃŽeDZãÙ ìDv;™ÂNe§±ÓÙìLv;›ÃÎeç±óÙìBv»˜]Â.e—±ËÙìJv»š]îe×±ëÙ ìFv»™ÝÂne·±ÛÙlv»“ÝÅæ°»Ù\6ÝÃæ³{Ù}ì~ö{=Äf°GÙcìqö{’=ÅžfϰgÙsìyö{‘½Ä^f¯°WÙkìuö{“½ÅÞfï°wÙ{ì}ö[À>d ÙGìc¶ˆ}Â>eŸ±Åìsöû’}žfKØ7ì[¶”-cß±ïÙl9[ÁV²Ul5[Ã~d?±ŸÙ/ìWöûýÁþd±¿Ù?ì_l- 8ˆƒ9 ‡pZNÇé97ŠMf’(‰‘8I$I‘4É,É‘<)")‘2©*™EŽ!Ç’ãÈñär"9‰´ãs\ׄ æšr!\(gãšqa\8ÁErQ\4ÃÅrq\<לKà¹\K®ךkõåÚqI\{®בëÄuæºp]¹n\w®דëÅõæúpÉ\ ×—ëÇõçp¹AÜ`n7”Æ çFp©ÜH.Kç2¸QÜh.“C9ŒÃ9‚#9Š£9†c9Žã99‰“9…S¹,n 7–Çç&p¹IÜdn 7•›ÆMçfp3¹YÜln7—›ÇÍçp ¹EÜbn ·”[Æ-çVp+¹UÜjn ·–[Ç­ç6p¹MÜfn ·•ÛÆmç²¹ÜNn—Ãíær¹på\WÉUqÕ\ ÷‘ûÄ}æ¾p_¹oÜwî÷“ûÅýæþpqµà!æ5<Âky¯ç ¼oäíyïÀ›yGÞÂ;ñVÞ™wá]y7Þ÷à=y/Þ›÷áëñ¾|}ÞoÀûó ù¾ߘäƒø&|0ß”áCyߌãÃù>’â£ù>–ããùæ|ŸÈ·à[ò­øÖ|¾-ߎOâÛóøŽ|'¾3ß…ïÊwã»ó=øž|/¾7߇OæSø¾|?¾??€ÈâóCø¡ü0~8?‚OåGòi|:ŸÁâGó™<Êc<Î<ÉS<Í3<Ës<Ï ¼ÈK¼Ì+¼Êgñcø±ü8~¿€_È/âóKø¥ü2~9¿‚_ɯâWókøµü:~=¿ßÈoâ7ó[ø­ü6~;ŸÍïàwò»ø~7ŸËçñ{ø|~/¿ßÏàò‡øÃüþ(Œ?ΟàOò§øÓüþ,Ž?Ï_à/ò—øËüþ*¿Îßàoò·øÛüþ.¿Ï?à ø‡|!ÿˆÌñOø§ü3¾˜οà_ò¯ø×| ÿ†Ë—òeü;þ=ÿ/ç+øJ¾Š¯ækøü'þ3ÿ…ÿÊã¿ó?øŸü/þ7ÿ‡ÿ‹¯å ° A+è½`ì£`/˜Á,8 ÁI° ΂‹à*¸ à)x Þ‚POðê ~BÁ_h(„ÆB $4‚…¦Bˆ*Ø„fB˜.D‘B”-ıBœ/4„D¡…ÐRh%´Úm…vB’Ð^è t: ….BW¡›Ð]è!ôz ½…>B²"ôú ý…Â@a0X" † Ã…Bª0RHÒ… a”0ZÈPpHhXxADAdAT!K#ŒÆ ã… ÂDa’0Y˜"L¦ Ó…ÂLa–0[˜#Ìæ ó…ÂBa‘°XX",– Ë…ÂJa•°ZX#¬Ö ë… ÂFa“°YØ"l¶ Û…la‡°SØ%ä»…\!OØ#ä {…}Â~á€pP8$ŽG…cÂqá„pR8%œÎg…sÂyá‚pQ¸$\®W…kÂuá†pS¸%Üîw…{Â}áP < …GÂc¡Hx"<ž ÅÂsá…ðRx%¼J„7Â[¡T(Þ ï…B¹P!T UBµP#|> Ÿ…/ÂWá›ð]ø!ü~ ¿…?Â_B­DH„EˆˆZQ'êEƒh'E{Ñ$:ˆfÑQ´ˆN¢Ut]DWÑMt=DOÑKô}Äz¢¯X_ôˆþbC1@l$6Å ±‰,6CÄPÑ&6ÃÄp1BŒ£Äh1FŒãÄx±¹˜ &Š-Ä–b+±µØFl+¶“Äöb±£ØIì,v»ŠÝÄîb±§ØKì-ö“ű¯ØOì/ŠƒÄÁâq¨8L.ŽSÅ‘bš˜.fˆ£ÄÑb¦ˆŠ˜ˆ‹„HŠ”H‹ŒÈŠœÈ‹‚(Š’(‹Š¨ŠYâq¬8N/N'Š“ÄÉâqª8Mœ.ÎgгÄÙâq®8Oœ/.Š‹ÄÅâq©¸L\.®WŠ«ÄÕâq­¸N\/n7Š›ÄÍâq«¸MÜ.f‹;Äâ.1GÜ-æŠyâ1_Ü+î÷‹ăâ!ñ°xD<*‹'Ä“â)ñ´xF<+žÏ‹Ä‹â%ñ²xE¼*^¯‹7Ä›â-ñ¶xG¼+Þï‹Äñ¡X(>‹Eâñ©øL,Ÿ‹/Ä—â+ñµX"¾ߊ¥b™øN|/~ËÅ ±R¬«Åñ£øIü,~¿ŠßÄïâñ§øKü-þÿkE A,i$DÒJ:I/$;É(ÙK&ÉA2KŽ’Er’¬’³ä"¹Jn’»ä!yJ^’·ä#Õ“|¥ú’ŸÔ@ò—JR#©±(IM¤`©©"…J6©™&…KR¤%EK1R¬'ÅKÍ¥)Qj!µ”ZI­¥6R[©”$µ—:H¥NRg©‹ÔUê&u—zH=¥^Ro©”,¥H}¥~Ri€4P$ –†HC¥aÒpi„”*”Ò¤t)C%–2%TÂ$\"$R¢$Zb$Vâ$^$Q’$YR$UÊ’ÆHc¥qÒxi‚4Qš$M–¦HS¥iÒti†4Sš%Í–æHs¥yÒ|i´PZ$-––HK¥eÒri…´RZ%­–ÖHk¥uÒziƒ´QÚ$m–¶H[¥mÒv)[Ú!í”vI9ÒnÉÈÙs&Î3sŽœ…s⬜3ç¹rnœ;çÁyr^œ7çÃÕã|¹úœ×€óçr\#.Wº&]—nH7¥[ÒméŽtWº'Ý—HÒC©Pz$=–Ф'ÒSé™T,=—^H/¥WÒk©Dz#½•J¥2éô^ú •KR¥T%UK5ÒGé“ôYú"}•¾IߥÒOé—ô[ú#ý%ÕJ@†dXÖȈ¬•u²^6Èv²Q¶—M²ƒl–e‹ì$[egÙEv•ÝdwÙCö”½doÙG®'ûÊõe?¹ì/7”äFrc9P’›ÈÁrS9D•mr39L—#äH9JŽ–cäX9NŽ—›Ë r¢ÜBn)·’[Ëmä¶r;9In/w;ÊäÎr¹«ÜMî.÷{ʽäÞr9YN‘ûÊýäþòy y¿|@>(’ËGä£ò1ù¸|B>)Ÿ’OËgä³ò9ù¼|A¾(_’/ËWä«ò5ùº|C¾)ß’oËwä»ò=ù¾ü@.Ê…ò#ù±\$?‘ŸÊÏäbù¹üB~)¿’_Ë%òù­\*—Éïä÷ò¹\®+å*¹Z®‘?ÊŸäÏòù«üMþ.ÿÊ¿äßòù/¹V ¤ÀŠFA­¢SôŠA±SŒŠ½bR³â¨X'Ū8+.Š«â¦¸+Чâ¥x+>J=ÅW©¯ø) ¥¡ 4R+JÒD Vš*!J¨bSš)aJ¸¡D*QJ´£Ä*qJ¼Ò\IP•JK¥•ÒZi£´UÚ)IJ{¥ƒÒQé¤tVº(]•nJw¥‡ÒSé¥ôVú(ÉJŠÒWé§ôW(•AÊ`eˆ2T¦ WF(©ÊH%MIW2”QÊh%SALÁB!J¡FaNáAI‘EQ•,eŒ2V§ŒW&(•IÊdeŠ2U™¦LWf(3•YÊleŽ2W™§ÌW( •EÊbe‰²TY¦,WV(+•UÊje²VY§¬W6(•MÊfe‹²UÙ¦lW²•ÊNe—’£ìVr•(åJ…R©T)ÕJòQù¤|V¾(_•oÊwå‡òSù¥üVþ()µ P!V5*¢jUªW ªjTíU“ê šUGÕ¢:©VÕYuQ]U7Õ]õP=U/Õ[õQ멾j}ÕOm ú« Õµ‘ÚX TƒÔ&j°ÚT QCU›ÚL SÃÕ5RR£Õ5VSãÕæj‚š¨¶P[ª­ÔÖjµ­ÚNMRÛ«ÔŽj'µ³ÚEíªvS»«=Ôžj/µ·ÚGMVSÔ¾j?µ¿:@¨R«CÔ¡ê0u¸:BMUGªijºš¡ŽRG«™*ªb*®*©R*­2*«r*¯ ª¨Jª¬*ªªf©cÔ±ê8u¼:A¨NR'«SÔ©ê4uº:C©ÎRg«sÔ¹êP Ô‡j¡úH}¬©OÔ§ê3µX}®¾P_ª¯Ô×j‰úF}«–ªeê;õ½úA-W+ÔJµJ­VkÔê'õ³úEýª~S¿«?ÔŸê/õ·úGýK­UA”gi²,m–.KŸeȲË2fÙg™²²ÌYŽY–,§,k–s–K–k–[–{–G–g–W–w–OV½,߬Úÿ¿ü·$þÓþ= ÿä ²wë]2$§IFøã˜0gÍ“—ýªñÈj}GذҬq,šFØÚè°3zÞÔvÙkžÀÂúªÆ£þó^þ6N­ ­ikÍfd•A¾Ý'FÂüPõ2>ÖÚ¿ñ8ßÒAŠñ¬®é èœùHŒº«Û¢Bö87}LšýÁ)†ö¶¦ñ0°xF Öw¸~-ðr:¹:D¯ÏÕš.–êÆÅ=Ñ© Sœöºœµ´ño”¤NwuéFGÒ©±shdóA¹ƒóIðdÔdçg†óà1Ìоä=ÓZá4>46aŽ.É j•Cµ~'_ÿŽ{;ñII/}mï«uq;g$+tÆZ7yó`XHŸ€icë;Ú337 ûÁÛÚÚüS}f÷Òú¬‡HcÖ6Ë“þ.ºÚÚ#›-µµ±fkFT‰- ¶G‡¸«¦û\s{·0ëß÷–]~ö&§.àIºîÝÚ%;£GU­¹›Û¶…YUÑð8kOãY³lŒwh …§6&¸û Ûj ¯v9n·ª­—“õ§ã—®¾þÜ—–ãÇw@ùÎÔE"ëtauªï Á Ÿ`óTkAP´K?óiM‰~Œïó-ð ¹d¾èãi: R¾H†ñ‹.ø@Á#á¦À¡.‰íQ¡k#º@«3jWoKZoWálx‡×¬Ë0ÌðÚÝéòüZÓÀAÑŠ‹K?ŸHx*ÔÕÈ!*lµøº<Ñ•sÈåŸAc«É4`¶xÈuÃ}Љ],G=n²±Éò ¦…^¥-7é…Ö—F  2î z[#ñæPƒN·6l¼3ï2Ê4ÍR¤½¨?[­t1AIàÎÛ É€÷x Ÿqnm>èÅ›OÀ¯S‘󭨇.ûˆº“úB#ý™1ÁÔÉM v.¦઱\·Qw üåôÄé+¸ jà×NÁÚ{N­^8opáÔŒ´&€›š4ø¦q¬Õ\³M9h¯s¼ãpÁ¹/lEb[gðìuìlÈ@~ðnÆ|I5¥kN}š|bâŒN.=šw5ç˜-ðSd¿B~¦2¤¾Œä-š¤˜z£¾è|÷¥'1ãKtFsg=¸gôs~mE ÑΟ‘ Ô—ñ»ãHrpÝJ$ AÌM4ÖýQ %¸‘á‘ •jz®£ÍáH±[„‡ÙºÞØÊHað &ÍÈ/ËSp·± ¼ñ¹ ;¼.t¾çvÃÐ&ìœn ÃLÇ÷Ö‘ªT§XºUgÀýu‘°›õ°m§¯Û ‡…‘bç`¬Å0À€0a ò65…³C ÍÒԷȸnm&rÑ覀§Údop¤§ûß„^‚C‘ù œj½¡‹s¼ê[e^m ý¯ÃÀdx¼ZwÞ¼Åï»ý}o·,ðXË0nœmãçf¯ËáÁ&Õ¼5xƒi‘¡Um«¯öpksûËx¦üfK{xóÊAç-u&bøa_¦‹yÑèNsÌõ`Â~|χ3ýqqôªŸ­i†‘Î} ”ó]W¿p±9q4Ýúú57=syðÛ°ÓzÆx/q Ç(Œýø£ž—««…‚&ž–ûFѹµ³£1¬k¬ÇÀPðËT™B@cæ p ‡xýkÅ%!`¼å­.?¢P—FxܶXM|2bеÑœ÷˜c¹d»lH¨=Ä„$Â×L¾ £u¬O“¸žÁ''7“¼_ÆÊÌEA ö€xó>˜Åé¬]ÏJjcMÉp°±¿ÿOd#RlàÆzûeÈ ÿC&wûj½_’iEÈ[Ü­ƒ±ƒG¸ŸµÚœŒl0öiù1xH­¥¦:~ðVw_—¬Q̓gØWê‚ cûmÓZ[ Û ºËàÑΣ|/‚*ËCË`c)¸iYHðÇ’f*3B§ÛY‡›ýóM°«SK³“ÕR‡#_=|Ìýƒ’Í´ÁËÁòïo”Þ¯žÏ3K[£·ÛÿÝÎgu›jký¶ÀA°ƒµµ–ŵà¼n.<]×ÚQlüÉ’–æ‘kš` é÷¡±¹nʳL‚ï¹àþÆÓæ;~2âeÙœx¹¶Ösö•Zì–®`È+pÔnºî½ÃÐZx4’…x¯x|ÐùEÄø]òoëæêñDWÙo\b¯¦ÝwH›x;Êåȱ:¬´™Á"ä°ù<47ÐÆ`0 ô†#á¹Ö[€ŠÃ4£+ÒdíìÿD´ÿ{§{_[»{ûÓà™¼šÿÏ·Ò·vñ¤»Þ»y‰‘pnµùÿœÍ]X[›^‹4ø¤¥ú4ÆtªjÏ›EžÍÎgû^~ÀF Ù;“é¢vk¯æz|7¥inû&ï>º¿h—³lÙ…îcÊ6íìjD Ò²õæ»C“¶¸çTÊ ¼í:[˜8ëÐáÞç:/îà霴õ®ä~rÞ„7{=üàÐ?Ê÷箼¹•×7ñS‡¾»ôs÷Ń‹¾S¿Z= ëÀm[»v3I½‘ÛeÿÚEöøvúÞ‘qak²µ6/°|oæºuÒò«K—,•¹¥Óú¬'G&W n­Ø).GhñèÐg{<ʲ椴]<$ ½Õ©­šRÞŸ~~7Sh°Hu·oí¯Ná]Žt1¬caNaÓŸµ«"ç6¾µ4':yo‡Ã|«¨©#ãÒâ ãï ²‚"ŸµÓdÈý^moµð¨Ç‰dæÛã;ÊÛÍϪD瘥Ûåù .xÍ_±Ë/ðú¸«â뱯浃B]®Z]ÍLfz?,²‹-šüÒA-ø6e2}ghbLFé»Àg0™G:&Üo÷²ç…Wí Ý®Øo]ËØz¶ËˆZÚÌÇ>äŒÜÑôQ[Mï=ñóZåÅ?þ®ÞÎz¿ïmj×ãõún†ýƒbÛm¶fý#`ko~µÄ0e¢ëÜô&|¿‰ý_^î)%ѱsûÌ,œðøÇA§É’Û>»m׉+Å{‚zw¶ñ×Ã×=¹Òói¿pÍÕë-žþÜïöêûÍÐ6w/áEÝRgöüujj@ÛêN.yWF_äbÆ\N›»Æ³mHV†Ûfïv]9~±ÝË”õÓâ§ÝȾqÎeÓÄž-—Ï‹µ[0g[ÍŽ ¿Œ\¨Y9ñû“.äuR—/qaà'GÝ¿«$·¹ùà”š” òìGvÃsó¯w~S^ÛæRoêÓlóGbÊð'+.•çìnÄ!ÞõÏînú­â2wuüÄânÈ¡YË"ç4‹˜2÷í+—á>’°ì¯Ü¯±Æþ/nä;„^:¾.aEÿýá•뇫ÍÿóîýŸ/_ßÝ~Û¿jxËÁaKÛôÝt¹Å¡ˆ¢ûª•á9TBýímýü˜ß§(²í¢Ï“¾JðZñíØ‡3Û.œ^’´Í³0²Á"¿[7{}ÛxfZî”IÏ·„ý‚"[­{dÓvNŽñý–yìô›!G¢œŽ"C†wu=FäÚFî=6äAÑJnXß§™Çg¨Z¡yÀ˜£—ÕK‘m–˜Ï™ß°d¯ìü)=7LZÕÈníלü%NË®ž™®L‰˜w¸ffìò¬Ù±™«?t¾§W^ß(?vϧhTézzêVjû æó®š}Cà%O¶4ÍîP³sé£CÕ%×ôí–& òšÍˆ4AmJ[Þà·4M†6ôü²ymW>÷~ÀåMc*7ìœî7¤›k‹]ç—¯Ù<Üéñ®Q…þå㸨²÷P豃}Â=©Ýûêô\WΩé‹Ö+£fä}\|<žIìöi½of8¥Ï·³ÏÀÌ®çØÞÜhÖ&{(úóHžËš3[6OË[ÚtÇEÓ±ûS;­»³éо‘ͺ»Õ¾~û‚=ö_³¹âu³ÁóñÛ;¯YÝ©mÁî®-ü—ôš¥÷_ûøPßmÙ­§Ú¯h°/?´MÛÇGö¦Gǯkûp3˜wk]¾ßy¸~ê·°„1šgK#Ï6Íë™þ¨Q‹‡ôÅ¿6}äxæF&>– §õt) û7Ì:´8¸ynŸ™ßøo•û>¾±7ñÌØš6UŽ¥ûmUÒ_ÚÍ)?1*äÔ¨†×«Wõ‰âW.»‹í¾}ƒ:…ÂwÞ çNYÛ"˰«£ØZ©Åæ|¼¾ºæ©º´ÁâCç|ö|±áxlßËi×é[7?f¶ëXør šSœÛ,ÞOTtœþäPDéüéóÏî½tælôîg1ãCûŽ™·ìÝIËàë §OƯð»ûÛnn£å_“—W€wûìÜÎáú«ã/_vœµmOkqƒ¿{·öG[[Ûòÿø àÿA™¢1 >Àµ.íäÓne¨Ú€ÕÈjƒóZ“&Î41Êl6[A)Æ9FwÈýp1@_€6„®PK$ÔŽxÂóA.¼Ì2¶C ›¡1°hæ<ÀEà®@Ú{ö ¶k #°c$df`· ;5€‹ `$¼×8ôƒ c>nÀãa/ÈP]4áýÆýPIÐ _á+€(À*áÖ-P–€[*þˆ´Åd0à nU~Ö%‘ë¦Oº†E:#¸ @ 0à&i À L”ŒäqŠ&h-FGMw];ÄÇt‚5ú3`ŒVEA#à{ð$Ñpší1<…†¸ÁNÐO€—ŽÒ¨KG‡@°¦‘^ãô'>ô×êûk£45eºTpÖ#Í c8ÞÂÈ#­“ 8 C6­ |´ÖG-°Ó4]ÁÐØÐÈÀ¢àbÃøèiÜ£;o®†ûé  Ì#^šÑpŠ^S·J Zȯ.N1* ƒ@[X–É6[ Ð/ X`°ƒ ‘  Ò¸?ƈ78¹€®ÈP¨Ì>À=@‚]‰¦¥=O Z¬Ô¹WP¤û†@ímÆ<û$„ wëBÞA )Õ¬4j»í £=¢]n„´F`.XoXnÔk²L¡z`ƒQ£² Û«‘Yà°Qã Á+ úõÚæ–ù ;H?;pÅ‚{ØM*HBZÕ…ç`o'Ì[,áÐY³³¶ ¼]wÜ×ÝЖßÚeèÍ C¥íØÒ…CI@3 ©KÃyൄŸk·ú€.ðÐË8®:ÓK€œ€Þ„Cþ෾тâÁ ýØ @šöà†Î ¬›+ª9‡\·ÂuyÞXpA·Ìr $™ÜOZÿ_9íkæ7Ú/̯£±mбY‡è0¿x[|L]›2Ê/&Âëi‹ŒõKI÷Ô=•3ˆ&¡ÑaA¢€(Ÿ*dˆœ&=CCÒnhJn‹ŽÖ¤ÑÔ°°ˆÑ"—* 4eß#ùÐ6ip¿8 EÅFØbÃ#ýB£mñ±HD4ˆ j¦‰Š„ŒíSŒ¬1„ù…ûEÇØbâ#ýbãÃm1a~i¤qðÐ0¿tlQñq~2LúE‡‡Ù""cá—lìm sÓFÅÛÂÃb4½š„G¥BQAéC"£ÃG5  !Px‘¡!i¤f@ ”&"P H!i4I¦RÚ ^ÐÄF" èx÷ 92•@ì"£mq1ÑZ›¦]‘ªáÑÑ !¬ˆhí"‚ø ©3ÉT§ŠiHxÃÑiP( âmQöé"‡0©œ€¦‰ ´©M"‚¤&€4´ˆ0Äkx-‘J¥ýýbÁkA„D†ÛâbÃë&Âè784<, М¦0ÐëSLX˜-.fa¶è˜ø¨xØŽ‹ÑDEk›u&A z›µ¡H¨ް‹Œ²EFFøEÇ…¤3ñ&«)4"Ìâ"#5t± ,¶ÎMBc"‚:Zâm‘ñÆØè ˆ͈ˆM’.4ăÐÈ[X’Œ6 ŒŒ„! ä#¤‡œÃã"lQQÑ c´!ˆ á ¢EA@F–†S†@µ0Õ$* A!3x>ut†SˆÐq$-e8Õé¡5¤éà¨8i¯áÐÔ‘4(GS”Î!,ʧKjŸÜ5¥g¯áÉ)mú¤ôí5¼s’èaˆB3B‚æ@Z&¤ARy-’è 2•〠²EÇBu0Ç‹„4ÜOÛŠ5DEÚbcÃuz$>RšDEÑFP&H FCȰè°dˆŒ¦‡¥—A“Ìd¤@¸gˆÔ14¢^g 7AB*Jðþv‘ÖvD*Ïg8hà DœˆˆáúˆX „Ä:GÄFi5vKl¬-øÆÙ¢ã¢´Ä#zØÒÄš5—Á34•®¦Iµ(…hÀ(=lDb`£ˆP4iŸ¦…äȧ¢< 4`ˆ‰Ò¶³3kþJ¥Ó ¸&ÑÑA6]íª(+€E8Çøx¿tÑÑqZ-® ³‹mé- ÄØ¢"b<`2Æ6ŒkåÙ0Öe ‹6é#£cŽŽµ‡Úƒ J#À+ÚM-ö„0“–Q¤Îþ-l…£Ãì  +‡fPÚ´ÌT’ 1éä`…DLiE®Y´µ½×@È·_“ðˆxM8Ð…ž3SQ¸n3åiTÐ8Q4ʇh ˆ0œŠ ¼0@x8†y}Ý ã‚F‹ŽNQ„ýßÃSSv†ðGëýÍbÛ@ÍWß¿¤6„|¹‹ï ÔøP§ 6¶D@Äb§Á6”?„ƒê÷ç4v]vÏðrê‘s??ÙÉÜ=§ðÈp¨ÉÔ[ï>ÜœÚ{ìyS]UU´¡ƒQgÐÚO¾ñž£Ï”†»¾;‹{»{^[þáè>Ý»¦êÕa.øSG^V[{ï¯w´Ñ€ í«¼Îz=RvsZ(!sî°jœ‡ì}í^ý|{Gpªµóów¯~¶©­¸§Ù»6 0¾»(ùsßýoCjÊïÌ1Ë÷ÿɱ mäžpð$MÙeÙ¸ô–;š@à„›ª=ë®òñ†özpºª¸?7¶ORy;vÚñ¼âÕŽjŠ;œgëça‡á·'a»Î›ŸUjR¼ w­*Zo\k÷ßé@Ov ¯êµÇ¦­Ü’½kûºEFbò_T.«ûG¼†¬:û´ô²@ý³w9yö̾©Q°¦¼ {ÖœuùGOž>œ=«—+жZÿ¤ÂZSõúæ€9³9oïÞkæL[ç½Ã91D¦ÍÜ”»wïŽù=´ *ë{V½>N4À©µ`Ûž½{¶­\±ça¹kÚ†öÏwvµvñâÚÝùÙ+m»ó! úÝõ ÁXZsK³óòòÖ1M€Kué9ÂŽ]ª­¸3³¬oèõö,€keUÞÞìE™Q o¹àRQ°,^Œ]²_€—9½¹àž¥ôÈpg]UÅÃÍÌàôùWJ‘ù6 i³óUÕ‡fnUÅyƒ€wïI›÷Ì]7®‡·.Àþ?+µ·å‹Ó˰Ž!îzÑËÖ…Í~T^ñâŸèŽØwÈ~UõæÊâaÑuP¯up’]\YUvVnémИüÛ[î+\˜?¾—ÍMcï“ÀzëøôèŒ:{Ï&íÕ3eê{Õs°K$ [š>Ü[›f…-¶ôüWUßÝÙ˜™à\šÞý¤Ê »Î[‹u•ÖµÖA—Êjšz•íŸØ[£÷޾àÌk}eñ–:{3õÎ}¿Ú׿]Ûm–==ì\ª+Ÿ­‰ rÅ㊚0×êªêÒkk2â5Ö ›'ü¾º±ù2í>³\?ÛÔF ÂáÿˆJ{÷ÚÚ_ïînž9}Îá'ç¯V;¹$vþÝÿÕÿÍ&o~yñ6i#R&(ªì÷9qݧˆýâyñ?ôô?þýýài|IÉ«¹³¦_8{柞‡ófÏüýû÷ß­˜÷ïÊ.œ;3iÂØ‡~þüùŸk\~p÷Îíoß¾þÝŠÿô±æÎí[sgϨ»GÿCdïøõëçÿ$HŽÿ W[ëìþúßêyã~ŒøWŽš6¯_Sú¶ä_I»üÜœâgO¾~ýüñcõÅivìÚ¾åyñÓ¯_¿ÔÍï¿]÷†Öå+ ?w×ß¼áÿ•ÞLôý7L,éðßú×®:Ðà¿­÷‰¾ÿvuúWÍÚ€Vàßáj´ýß[¾m5¡ÿêÖI÷oOZü«Oúÿ+&þ­rC*K¯oš<ïdIUí®ò¢ãkgŽ¡é…WJÿWÿöLìì @ã¬Ëe1U¥Oï^8sûuÅÔö½ßèg†.{JlÕ¯3Íêö“(ùTIuInWÔmÏk‡ÿŒ°ñýÕ±ÀìžqÒ»âéæŽv›ö¸ëVYtõÓuÍýÓÛ§”äì{í}cûpmŒ¦É”›åöÿyNYW¶XµÔ™z>z«´*quÌœv)ï.0õ€~®¬Yųcs‰4záé5ÿÛo´£N–K/³AN}w>«¨©,ÎììÚ-+(¯ª)¼obr˜ §&]•]…ïuÅ'f‰õÖÓWÜd÷îZVC(xúÝrÖ-íd©Æåýí5h§H?‹F<»®}XnïRvyfŸèw{XãØ¸—]ðÞÕ¾êÕ!,Ú». q é>&ÿq…—›ý)ýcêAo­ß¬ó˜s¥&cUÑ (rÙãJOg;“ñ]A6×¾‘YãØeöµ2×PúÿèË\UóîêÔHÈmXî½½©žP×õ…å5U/dÔÓX=,úTõú$¨öÝs^ùÁ7wŸ8åBYU]< 3Úi€¥ï~;½Q‡4›z£ÜÅXýöØpwHïèæéfÒ’ÖUx¸Žª¯5Ú! Û_y•?>ºaùºƒ…ÕþƆ•—ÔÁDý†¾.:}ìò ×POïT+NØòJssf¤sœ’·UVWUÜ›Õ#޾ª®®(Þ™bú|[UY°(‚lò‘—U5•¥%oÞû=L•ïßUUmé‡ÎyPá_]Q^õáõ“û·ï^XѲﳯÄÃW 5•†}Ýê¼;GhÆ^|[ ÊË*ÝCýœÿQ"¯Îùê< w}]béÙ#ç5òþî¼x­¦ÿÎâJèMn'½cê=ªx“Û‚6>«Œñp°o\^0ö¡Î—ù}(؆ź5mw¾òð-Ñ@Í7À3jÞE½ÛŒ¹ ?¸‡:jþ—§ýíÇ@»¶m.,xP‡i/ŠŸ=ö´¨|’3ØiDŸ(Jr:Â.íÓp‚Ðò .¼­*Ù Ã-6?7¯ƒœ‡}k^ §ŸÐ{x7®xô?Ø»xÈîƒïûÇ,k™µk­ÖÿÅúwUUQUUUQUQ—KUUEÔ¥ªêRUUUµ"""""""""""ò|f:ÑÝüéÕç~õîë¹ïgçõzïoŒ3çûûw~sÆræû²SiƒG ×_ùÉ×ego(ø~í÷ï Ð?ôª™Ñ‘¯iúÊO_}稩ž³Ý;ëó¿ù~Ú×ítÉ¿Õ83gìròô§Ç»ÍòÒkó/ϱø¼8=Éò4=õÜâ+ó‚à°±öâÃŽj\ù {“ ¯®+Ïœœd^¹¿zYööâäÄÂ[‚––wÑàëko,¼þöë×iþñMý×ZeÒ÷žÓXÓ †&ÇVÿR`'Ë{ëÕ¹É#Ý·8)‘}ãéç…¥g¯7Ðz×L×ùÈ3ßÒÓp{bòmýÕùæW4Vþ\îsHö³ß1‡O««éĺøÊüKB&ý· s´¬oÿíò‹ ß”EýlnåOÊLã;^ÙXég7œÐÖ‘9ÊÞžmŽâ]Îa™ œNÿýóm×j2º‡Þ~®ÒGSÇ@_óÈWòІÉ)[ÓcK¼Ì:ëî-: #½¿>î}H󨞆pøÝwè<Ý·þü£æÕO=¿®³Ò—d*‡-¬¦‡¬²þð2T×/”õ\2†S~R8‘ðó™öUßרxý·©²Ó©¿]žÿEÞµnfšº']£*ÆÞÒœüYN¸«é!ó+îxãw^ýmé î¦ZšòÓçÓqè­©ÆÔ+5u¬®­’°´65Zå7ÅÑîZ‚–ü´Ë×óß8u\gý¥gó¾a/Ó2>yäðÆIÝszë¯ÿ¾,†w½‚AD‡Þë½w_me¨©oåËþ´¼nrPÑoòê"OŽ~Rvðbö}û/:c~èòÅÎ/ß.ß.ß.ß.ßT·†Á'çüàò§ï\¾]¾]¾ý«¸¼’]¾]¾]¾]¾]¾]¾]¾]¾]¾]¾]¾]¾]¾ý_v{õŽ—;áòíÿˆ[ååŸË\¾ýƒ[õåùqùvùvùvùö¿pSÜ;õ¥Û|ýà3ìÿѧÕ?¬§£§ü¼ú¿Ýv .ú¬û»®¹´„z|zOº$ëMûK³¥«/þê»:ÿ¸5ßv¸ø«p§O÷éÙ׎<ª!Ȩ³¦ %hø‚Zýåÿâcý+ÿ/·ùÌ×Úÿßl×­ÿäv?ùÿýjxÉW_ýßž7ø¿ð#f™1L`sXÀ XÃvpиIp¢t†+Üà/Hð/üà"ÁA(ÂŽ Ù™ üÇ¿uLôÈÕ‡*4*5®=©Q¥1)«Ö0:T£Q)«Õˆ”ÕiÉê5&5ئMhF Zцvt ]èFzч~ `CÆF1†qDà:^У(£ƒXÄ! HD’•—þB*ÒŽ d" ÙÈA®Æ-Be> Pˆ"£¥(C9äôþwÉ7¦4ÌaK(` ØÁNp†+Üà/Hð/üà"ÁA(ÂŽ êp#ùS”Ó˜Á,æ0,b ËXÁ*Ö°Ž lb ÛØQ^A{ØW®ždÈ  mèÈþSУԇ*ðmò«(«QƒZÔ¡ hDšÑ‚V´Ay½Åt¢ ÝèA/úÐ bÃÁ(Æ0Ž|G9þ”шA,â$" ÉHA*ÒŽ d" ÙÈA.ò¢Å(A©òOþQ9}Ty¨êÐsšS²êCƇjEiÖªÒ¬;4u¨þ±fukDšÑ‚V´¡èDºÑƒ^ô¡Ä†1‚QŒ©.þ@û©l?¢ƒXÄ! HD’‘‚T¤!ÈD²‘å…%ò¢Å(A)ÊP9nÀ šÌÿC ‚÷ÍaK(` ØÁNp†+Ü”Z/Hð/üà"ÁA(ÂŽ Í š×S>Oþ4ã1ƒYÌa XÄ–±‚U¬aØÄ¶±#S^Aƒù}(ß,È  mè€7‚> PAn%^B5jP‹:Ô£hB3ZЊ6´£èB7zЋ>ôcƒÂ0F0Š1Œ#‘xшA,â$" ÉšÊK2þHS^¥ÈD²‘ƒ\ä!(DŠQ‚R”¡ÊKáåøÃ æ°€%°† ìà'8ÃÊK.zÀ |à ?ø#B0BŠ0„c‚1˜ÄËÊñ§œÁ,æ0,b ËXÁ*Ö°Ž lb ÛØÁ.ö°¯|£È~eЄ6t } ‚mŒ´Xÿa¢¥©aFi XBkØÀp‚3\áxA‚|á AFB†pLh_О¤SÊöc³˜Ã<°ˆ%,c«XÃ:6°‰-å%ë°ƒ]ìa¼édЄ6t } BkZ»RËäp•VµÖõ‡£µj´L´kµ¦µê´ªµëµ¢µئMhF Zцvt ]èFzч~ `CÆF1†qD Q¸á0óŸ2qˆGµv„$Êd¤ iHG2‘…lä yÈG Q„b” e(‡œ·äF0Æ·É7S]‡ñ‡%°† ìà'8Ãnð€$øÀ~ðG„`„ aÇu˜Ä¾Cþ å,æ0,b ËXÁ*Ö°Ž lb ÛØÁ.ö°¯¥| ÅøCÚÐôa€ T¢ ß%¿†²u¨GÑ„f´ mhG:Ñ…nô }èÇ1„aŒ`cG"…•ãO‹8Ä#‰HB2RŠ4¤#™ÈB6r‹<䣅(B1JPŠ2”CNUêÐ~T£µ¨C=Ј&4£­hC;:Љ.t£½èC?0ˆ! cäK~žt\÷oåïX¾B~wø_Þ_Lv JQ†rÈac˜À æ°€%°† ìà'8Ãnð€$øÀ~ðG„`„ aÇíœÄ¦•ó³˜Ã<°ˆ%,c«XÃ:6°‰-lc»ØÃ¾²ÉAÚÐôa€ŠÃ3Ú•‡ÍWŽ9\}¸æð º5ºµ‡ctëÇèÔžÑi`hB3ZЊ6´£èB7zЋ>ôcƒÂ0F0Š1Œ#‘ˆB4žgÄRÆ! HD’‘‚T¤!ÈD²‘ƒ\ä!‡-u )‹PŒ”¢ åÃƸÏ‘oNiK(` ØÁNp†+Üà/Hð/üà"ÁA(ÂŽ :“‡S¸–¯/?Ëý9Ìc‹XÂ2V°Š5¬c›ØÂ6v°‹=ìk«~Ð*È  mè@ú0@s QˆÆËÊþ§ŒC<ˆ$$#©HC:2‰,d#¹ÈC> Pˆ"åügß!EÂ1¡wAo’ïMa¯(ÛO9‡y,`KXÆ V±†ul`[ØÆv±‡}åZÃþdЄ6t0ÊãcWÎÝZ½JÝX½*]s½jÝYÝuku¿}$V·NwV¯^×üHÛ7¢ ÍhA+ÚÐŽt¢ ÝèA/úÐ bÃQæc ãˆ@$¢—ð#ô?e<ˆ$$#©HC:2‰,d#¹ÈC> tº…”E(F JQ†rÈõ˜ÿ0† Ìp=ù”–PÀ6°ƒœà W¸é)/­Åü‡øÂþ@ ‚Œ„" ᘠ“˜Â4fpùs”óXÀ"–°Œ¬b ëØÀ&¶°ìbûÊ×2dЄ6t } •¨B5jp-ùu”õh@#šÐŒ´¢ íè@'ºÐô¢ýÀ †0ŒŒb ãˆ@$¢\§Êx$ IHF R‘†td YÈFr‘‡|(ÿO¨E(F JQ†re>Ç@å‘:ýª#sGªXè׉;R{¤îÈKúszõG,Ž4P—F4¡-hEÚÑNt¡=èEú1€A a#ÅÆHD!1ˆÅ‹ú´Ÿ2‰HB2RŠ4¤#™ÈB6r‹<ä£àˆµn!eŠQ‚R”¡rÁ&0Ãx…|KJ¬a;8À Îp…<à >ð…”e @ ‚Œ„" á˜Ð¿ ?É8La3ø.¿Lþ<÷°ˆ%,c«XÃ:6°‰-lc»ØÃ¾òÿÙ— šÐ†ô TS‰*T£µxõh@#šÐŒ´¢ íè@'ºÐô¢ýÀ †0ŒŒb ãˆ@$¢Ä"N9þH@"’Œ¤" éÈ@&²ä"ù(@!ŠPŒ”¢ åÃÆ0Ìñ‚¾™`I©€5l`8Á®pƒ¼ Á¾ðƒ?ˆ #¡C8&ƒILa3˜ÅóÊñ§\À"–°Œ¬b ëØÀ&¶°ìbûØ šÐ†ô T(çÿQÚ˜Á°„Ö°àg¸Â ð‚øÂþ@ ‚Œ„" á˜0¸`0I=¦0ÌbNÙ~,`KXÆ V±†ul`[ØÆv±‡}dÈ  mè@ú0@ÅQKƒÊ£óG«ŽÖT7¨9:oP{ÔÒ°îhýÑïÆm`›F4¡-hEÚÑNt¡=èEú1€A a#ÅÆHD!1ˆEn4dþS&" ÉHA*ÒŽ d" ÙÈA.ò‚£6º…”E(F JQ†rÈ Ãf0‡®%_Ai ØÁNp†+Üà/Hð/üà"ÁA(ÂŽ ê0‰)Lc³˜Ãuä/P.b ËXÁ*Ö°Ž lb ÛØÁ.ö° 4¡ èA¨@%ªPÔ¢דß@Ùˆ&4£­hC;:Љ.t£½èC?0ˆ! c£Ã8"‰(D#±ˆÃ Êñ§LD’‘‚T¤!ÈD²‘ƒ\ä!(DŠQ‚R”¡rúèVÞs¿¡IÉû78gº•5á Ž[ ÿ=ÿw ù¯“ ù¯“ ù¯“Ë¿)ÿfò_#ÿfò_#ÿfò_#ÿæSþMä¿JþMä¿JþMä¿JþMÿ¦ü;ɇü;ɇü;ɇü;ÿMùwÿ6ùwÿ6ùwÿ6ùwþûþOxœ¬D" шA,â¯<‘ˆ$$#©HC:2‰,d#¹ÈC> Pømºö¿Iûo£ýoÒþÛhÿ›´ÿ¶SûޱþÃf0‡,¡€5l`8Á®pƒ¼ Á¾ðƒ?ˆ #¡C8&Œ.MÊYÿ1ÌbóXÀ"–°Œ¬b ëØÀ&¶°ìbûÈAÚÐôa€Šc‹†•ǬåUÇåÕÇå5Ç jYÖK1ª?ÖhØp¬ñØMÇ5[4j>f}¼åX£Q+Ïk;fmÔ~lñX÷;Ñ…nô }èÇ1„aŒ`cG"…hÄ qˆGn>Μ£LF R‘†td YÈFr‘‡|sÐ-¤,B1JPŠ2”CnÄøÃ&0ƒ9,` î ߆Òp‚3\áxA‚|á AFB†pLP‡ILa3˜Åæ±€;É_¢\Æ V±†ul`[ØÆv±‡ýcÊÉÍøCÚÐôa€ T¢ Õ¨A-êPÜF~e3ZЊ6´£èB7zЋ>ôcƒÂ0F0Š1Œ#·sü¿Åñ;Çÿ[ÿ·sü¿Åñ»úø¿ýøÿžã¾œl9}TyÜF^uôcƒÂ0F0Š1Œ#‘ˆB4b‹8(/ñ€D¼©¤ iHG2‘…lä yÈG Q„b” e(‡F0† Ì` XB¡¼Ì8ÞQŽ?àg¸Â ð‚øÂþ@ ‚Œ„" á˜` &1…iÌ`s˜Çñ¶rü)W°Š5¬c›ØÂ6v°‹=ì+× ž'ƒ&´¡=èÃÊù‚Í`3˜Ã–PÀ6°ƒœà W¸Á^à_øÁD‚‚P„!&L&©Ç¦1ƒYÌa XÄ’²ýXÁ*Ö°Ž lb ÛØ1Vþ&<íÇ>2dЄ6t } âIJaå ;yÕ‰dyõ‰fy͉eƒÚv†u'ÒŒêO46œX6iÑv¢Ù¤ýD²IûèDºÑƒ^ô¡Ä†1‚QŒaˆD¢ƒXÄ! HDn5eþS¦" éÈ@&²ä"ù(8á¬[HY„b” e(‡Ü„ñ‡1L`sXÀ X÷‘ï@ég¸Â ð‚øÂþ@ ‚Œ„" ᘠ“˜Â4f0‹9Ìc‹XÂíä¯P®b ëØÀ&¶°ìbûÊ?¹%CMhCzЇ*P‰*T£µ¨C=Ј&ÜA~ e+ÚÐŽt¢ ÝèA/úÐ bÃÁ(Æ0ŽD" шA,â$" w*ÇŸ2iHG2‘…lä yÈG Q„b” e(‡œ>ª4£ý¨F jQ‡z4 MhF Zцvt ]èFzч~ `CÆF1†qD QˆF b‡x$ IHF R‘†td YÈFr‘‡| E(F JQ†rÈac˜À æ°€%°† ìà'8Ãnð€$øÀ~ðG„`„ aÇc:‰)Lc³˜Ã<°ˆ%,+ç?V±†ul`[ØÆv±‡}dÈ  mè@ú0@…éŠa¥©ƒ¼Ê4E^mÚ"¯1]1¨5u0¬3M7ª7m1l0]1i4u0m2M1m6m1}ãdËÉVÓ”“m¦'ÛMWÌ:ÈèDºÑƒ^ô¡Ä†1‚QŒaˆD¢ƒXÄ! H„ò²ÑÉxý$ãO™†td YÈFr‘‡|˜ºêR¡%(EÊ!‡Œa3˜Ã–PÀ6¸¯‘ïDé W¸Á^à_øÁD‚‚P„!fÌ&9§0ÌbóXÀ"–pÛ¿Jþ*÷×°Ž lb ÛØÁ.ö°o¢ú*AMhCzЇ*”óŸ}Ãf0‡,¡€5l`‡·•í‡3\áxA‚|á AFB†pL˜_0Ÿ¤S˜Æ f1‡y,`KXÆ;ÊöS®aØÄ–™ò#ki?v±‡}l/ƒ&´¡=èÃ'W +O:É«N¦Ê«O¶ÊkN®Ôžt2¬;™aT²Õ°ád«yãÉTó¦“NæÍ'WO¾y²õäm§RO¶\5o?étªƒ}t¢ ÝèA/úÐ bÃÁ(Æ0ŽD" ш•öSǪO±#–¯ã$" Éx ·³Me:2‰,d#¹ÈC> Pˆ"£¥'ÿö^ðuåïš3þ0‡,¡€5l`ÜB¦3¥+Üà/Hð/üà"ÁA(ÂŽ ò'1…iÌ`s˜Ç±„e¬àVò×(×±Mla;ØÅö•m#CMhCzЇ*P‰*T£µæÏª£¬GÑ„f´à&òÛ(ÛÑNt¡=èEú1€A a#ÅÆHD!1ˆEâ‘€D$!)¸Y9æ”éÈ@&²ä"ù(@!ŠPŒ”¢ åÓG•§œåU§Òäu§Úäõ§Ö N96žÊ4j:ÕfØ|*Í¢åT›E멵Sm§œ-ÚO¥ê8Õyê-‹5ó®SΧº©Kzч~ `CÆF1†qL ŒÜråüç~$¢åœGâ‘€D$!)HÅ›´Ÿ2™ÈB6r‹<ä£à”‡n!eŠQ‚Re>Ê!‡Œa3˜Ã–PÀ6Ê\îÄ;ä»RºÁ^à_øÁD‚‚P„!\Ù,&‡)Lc³˜Ã<°ˆ%,cwð¼·É_çþ6±…mì`{Ø7ÿÛË  mè@ú0@û©DªQƒZÔ¡ hDšÑ‚V¼†vt ]èFzч~ `CÆF1†qD QˆF b‡x$ IHF Rñªrü‘Ld!9ÈEòQ€B¡%(EÊ!‡Œa3˜Ã–PÀ6°ƒœð†rüáxA‚|á AFB†pe>cdcåø33˜Åæ±€E,a+XÅëÊñ§ÜÀ&¶°ìbûÊ?0g;4¡ èA¨PÎÿÓäÃf0‡,¡€5l`8Á®pƒ¼ Á¾ðƒ?ˆ #¡C8&,/XNR)Lc³˜Ã<°ˆ%,c«XS¶ØÄ¶±ƒ]ìaßâoÆ-ƒ&´¡=èÃ§× +O»Ê«N§Ë«O·ËkN¯Ôžv5¬;eTºÝ°á´«eãéõÓM§Û-›O§[¶œ^·l=íz¦ítûé;ΤŸî`èB7zЋ>ôcƒÂ0F0Š1Œ#‘ˆB4b‹8Ä#‰HB2RŠ4Üy†ùO™‰,d#¹ÈC> N{éR¡%(EÊ!·düa ˜Á°„Ö°àgÜD¾¥¼ Á¾ðƒ?ˆ #¡C8&¨Ã$¦0ÌbóXÀ"–°Œ¬b 7“¿A¹‰-lc»ØÃ¾òOøÉAÚÐôa€ T¢ Õ¨A-êP4¢ ÍhA+Úp ù”èB7zЋ>ôcƒÂ0F0Š1Œ#‘ˆB4b‹8Ä#‰HB2RŠ4ܪÊLd!9ÈEòQ€B¡%(EÊ!§î=$hR¦Ô¥à5û^ÖŒ8¶î=ó¯ùˆ{ÈŸü{ÈŸü{ÈŸü{Ôù÷ÿ>ù÷ÿ>ù÷ÿ>ù÷ü‹òï&ÿ=òï&ÿ=òï&ÿ=òïVçßMþ{äßMþ{äßMþ{äßý/Ê¿‹üwÉ¿‹üwÉ¿‹üwÉ¿Kùï’ùï’ùï’׿(ÿAò?!ÿAò?!ÿAò?!ÿAuþƒäBþƒäBþƒäBþƒÿ¢üÈÿ˜üÈÿ˜üÈÿ˜üÔùÿ1ùÿ1ùÿ1ùü‹òï'ÿ#òï'ÿ#òï'ÿ#òïWçßOþGäßOþGäßOþGäßÿ/Ê¿üÉ¿üÉ¿üÉ¿Où’ù’ù’ß¿(ßÈŠõ&0ƒ9,` ¬a;8À Îp…<à >ð…ü€@!!EÂ1a}ÁzRÁúiÌ`s˜Ç±„e¬`kXÇ6±…mì`{ØW^j‡ 4¡ èA¨°Ú4¬´òWYeÊ«­:å5V›µV†uV9FõV† V›g­<MV™Šf«NE‹Õ¦e«•Ç™6«Ì3íVg:¬:­î:›iÕeµiÝmåq¶ÇªÓº×*ÓºÏÊúßjÓj€ŒA a#ÅÆHD!1ˆEâ‘€D$!)H…ò“[Ó‘»Ï²þSf#¹ÈC> ¬|t )‹PŒ”¢ å[3þ0† Ì` XBkØÀp‚3\á†È÷¢”à_øÁD‚‚P„!ÔaS˜Æ f1‡y,`KXÆ V±†ulàAò·(·±ƒ]ìa2hB:Ѓ> PJT¡5¨EêÑ€F4¡-hEÚÑûÈï¢ìFzч~ `CÆF1†qD QˆF b‡x$ IHF R‘†tdà~åøSf#¹ÈC> Pˆ"£¥(C9äôQåY/yÕÙ,yõÙ.yÍÙ-ƒÚ³^†ugsêÏv6œÝR­2–ü«€5l`8Á·+Ï•¥r.PJð/üà€3nº”AFB†pDp¼FþýòXB<ûJ@"’Œ¤" éÈ@¦²ýÈFr‘‡|œõÕ-¤,B1JPŠ2”C#Ãf0‡,¡€5l`8Á®pýÊ6C‚|á AFB†pLØ\°™d¦0ÌbóXÀ"–°Œ¬b ëØÀ=ÊùO¹ìbûøž šÐ†ô TØ0þ¨B5jP‹:Ô£hB3ZЊ6´£èB7zЋ>ôcƒÂ0F0Š1Œ#‘ˆB4b‹8Ä#‰HB2RŠ4¤#™ÈB6”Ÿ“‹<䣅(B1JPŠ2”C#Ãf0‡,¡€5l`8Á®pƒ¼ Á¾ðƒ?ˆ #¡C8&ƒILa3˜Åæ±€E,a+XÅÖ±Måøc;ØÅö!!ƒ&´¡=èÃl‰(D#±ˆSÎ[ÚkØÀp‚3\áxA‚|á AFB†pLØ]°›¤S˜Æ f1‡y,(çuiB3ZЊ6´£ÊõÝèA/úÐ bÃÁ(Æ0®œÿ¶Û†•¶’¼Ê6[^mÛ-¯±Ý6¨µ• ëlóŒêm» l·Ï4ÚJŠ&ÛlE³m·¢ÅvÛ²ÕvϦÍ6ûL»m÷™Ûm»N[ɾ˶ÛöûlÛ[É®×v۶϶ۮß6Ûn€6bÃÁ(Æ0ŽD" шA,â$" ÉHA*ÒŽ d" ÷Ú3ÿ)s‘‡|ØúéR¡%(EÊ!·cþÃ&0ƒ9,` ¬a;8À Îp…<à…ûÈ÷¡ô…ü€@!!EÂ1A&1…iÌ`s˜Ç±„e¬`kXÇ6±…ûÉß¡ÜÅö!!ƒ&´¡=èèDªQƒZÔ¡ hDšÑ‚V´¡èD ¿‡²}èÇ1„aŒ`cG"…hÄ qˆG‘„d¤ iHG2‘…•ãO™‹<䣅(B1JPŠ2”+ó9*h?ªQƒZÔ¡ hDšÑ‚V´¡èDºÑƒ^ô¡Ä†1‚QŒaˆD¢ƒXÄ! HD’‘‚T¤!ÈD²‘ƒ\ä!(DŠQ‚R”¡rÁ&0ƒ9,` ¬a;8À Îp…<à >ð…ü€@!!EÂ1Á˜Mb Ó˜Á,æ0,b ËXÁ*Ö°Ž lb ÛÊù]ìa_yeO2dЄ6t } Â~ǰÒÞG^eŸ#¯¶ï‘רïÔÚûÖÙçÕÛ÷6Øïœi´÷Q4Ùç(ší{-ö;–­öû6mö9gÚí{ÎtØïØuÚûØwÙçØwÛ÷ØàØãØkŸãØgïãØo¿ã0@1„aŒ`cG"…hÄ qˆG‘„d¤ iHG2‘…l¼ïÈøSæ!öþº…”E(F JQ†rÈac˜À æ°€%°† ìà'8Ãnð€îÆ{äûRúÁD‚‚P„!&9§0ÌbóXÀ"–°Œ¬b ëØÀ&¶pû{—ü]îïaÉ  mè@ú0@…rþóc˜À æ°€%°† ìà'8Ãnð€$|¬l?üà"ÁA(ÂŽ § N“Ôa Ó˜Á,æ0,b ËXÁ*Ö°Ž lb ÛøDÙ~Ê=ì+¯MË×2hB:Ѓ> Pá¸kXéè+¯rÌ•W;öÊkw j} ë Œê{ wÏ4:ú*šsÍŽ½ŠÇ]ËVGÁ¶Í1÷L»cï™Ç^§NÇ\§.G_§nÇ]Ç{ï;—ëØç¸ëÔïè{n€ŒA a#ÅÆHD!1ˆEâ‘€D$!)HEÒ‘Ld!áþsÌÊ|8èR¡%(EÊ!wbüa ˜Á°„Ö°àg¸Â ð‚ÜC¾¥?ˆ #¡sR^-˜ñ§“˜Â4f0‹9Ìc‹XÂ2V°Š5¬c›ØÂ6vp/ù{”ûP^*XMhCzЇ*P‰*T£µ¨C=Ј&4£­hC;:Љ.t£w‘ßGÙ bÃÁ(Æ0ŽD" шA,â$" ÉHA*ÒŽ d" ÙÈÁÝÊñ§ÌG Q„b” e(‡œ>ª<ç'¯:—'¯>×'¯9·gP{Îϰî\¡Qý¹>Æs{gÏù)šÎå)šÏõ)ZÎíY¶ž“Ù¶Ë;Ó~®ïLǹ<çÎs}Î]çöÎuŸósî9—w®÷\ß¹œ÷œúÏù .ƒÂ0F0Š1Œ#‘ˆB4b‹8Ä#‰HB2RŠ4¤#™ÈB6r‹i?e Q„b” e(‡F0† Ì` XBkØÀp‚3\áxA‚Ä'äûS AFB†pL8_pžd¦0ÌbóXÀ"–°Œ¬b ëØÀ&¶°<À~?&ßIu‰lAMhCzЇ*Ø®U¨F jQ‡z4 MhF Zцvt ]èFzñú1€A a#ÅÆHD!1ˆEâ‘€D$!)¸ÒäuÛe—.ÅŠË–åªË®ÍšKÖ™u—®3.YΛ.[.W¸nÛvñrÞqñrÙuÙrÞsérÙwÉr\é hB:Ѓ> ‡Œa3˜»ª®3îòò÷ßÉv€œá 7xà*¶“(}à‹”ã"ÁA(ÂŽ Æ`S˜Æ f1‡y,`KXÆ V±†ul`W’¿M¹ƒ]¼¯JRMhCzЇ*”óß…6Ãf0‡,¡€5l`8Á®pƒ®V¶ŸÒ¾ðƒ?ˆ #¡C8&\/¸NR)Lc³˜Ã<°ˆ%,c«XÃ:6°‰¯(ÛO¹ƒ]ì)ÛååßeЄ6t } Âeß°ÒÅ_^å’/¯vé—׸ìÔºøÖ¹Õ»ô6¸ìŸitñW4¹ä+š]ú-.û–­.š¶m.ùgÚ]úÏt¸ä;wº¹~յߵÛ%ßµÇeßµ×Åÿ|ŸK¿Ëçó]ÈĆ1‚QŒaˆD¢ƒXÄ! HD’‘‚T¤!ÈÄ×h6er‘‡ϳþQ¢Å(A)ÊP®Ìäy1ˆEâ‘ XBkØÀH¥_ÓŽ dÂ[™O™ƒ\¼‹»”ù”…(B1JPŠ2”+ç?u˜Ä¦1ƒYÌa XÄ’rΑá 7xÀK9çà_øÁÄÝäS† aG"… T¢ Õ¨A-êP4¢ ÍhA+ÚÐŽt¢ ÝèA/úpù”ƒÂ0F0Š1Œ+×úÀÆ0ÌaK(` åúÇö)ÊþGÒ‘Ld)û9ÈEîUö?e!ŠPŒ”¢ åÊ|úõÑC‚pX‹ò0¥åÊ£”êÿ|ô8_³þ=jJiNyŠò4¥úÿ=+ßd_ò~â0¯9²¦Vî÷ü?÷ÿ¯Eþ#äk‘ÿùZä?¢Î„|-ò!_‹üGÈ×"ÿuþ#äƒüGÈ×"ÿòµÈäŸÌ˜üCä?Lþ!ò&ÿù«ó&ÿù“ˆü‡É?DþÃêü‡É¿†ü‡É?DþÃä"ÿá2ÿ!ò5Ȉ| ò"_ƒü‡Ôù‘¯AþCäkÿùä?¤Îˆü¯“ÿùä?D¾ùý“ùO’oHþ“ä’ÿ$ù†ä?©Î’|CòŸ$ßü'É7$ÿIuþ“ä_Oþ“ä’ÿ$ù†ä?ùOæ?AþQòŸ ÿ(ùO”ü'ÔùO”ü'È?Jþä%ÿ uþä_Gþä%ÿ ò’ÿÄ?™ÿ8ùGÈœü#ä?NþòWç?Nþò'ÿù“„üÇÕù“-ù“„üÇÉ?Bþãÿdþcäë’ÿùºä?F¾.ù©ó#_—üÇÈ×%ÿ1òuÉLÿùß"ÿ1òuÉŒ|]òû'óÜY`3˜Ã–PÀ6°ƒœà W¸Á^à_øÁD‚‚P„!<&ÝXÿ1ÌbóXÀ"–°Œ¬b ëØÀ&¶°ìbûÊÆ!CMhCzЇ*ÜeòJ÷@y•{¡¼Ú}P^ã.3¬u4¬s/1ªw4lp—)ÝMî…Šf÷AE‹»ìL«»Žm›{á™v÷Á3î2·N÷@·.÷B·n÷A·wÙù^÷Àó}î…çûÝϸº?äYè>ä.óvôqôu/ôsôw—yDP‡HD!1ˆEâ‘€D$!)HEÒ‘Ld!9ÈEòQ€‡=Yÿ)‹Q‚R”¡rÆÆ0ÌaK(` ØÁNp†+Üà/Hð/üà,‰ˆÅâ£b‰ø˜X*>.–‰Oˆåâ“b…ø=±Rü¾X%>%V‹?kÄеâÄ:ñi±^ü±Ø þ‡Ø(þ§Ø$þDl*¶ˆ?[ÅŸ‹mâ/Ävñ±C|Vì)v‰ÿ%v‹¿{Ä_‹½âoÄ>ñ·b¿øßâ€ø;qPü½8$þAÿ(ŽˆGÅ?‹câ_Äqñ¯â„xAœŸ§ÄçÅiñqF|Qœ_çÄ—ÅyñqA|U\_—Ä×Åeñ qE|S\ß×Ä·ÅuñqC|WÜß·Ä÷ÅmñqGüPÜ?÷ÄÅ}ñQ4$™tHÒ”´$mé°¤#éJzÒI_:*H†’\:&IÇ%cé„d"™JfÒIÉ\:%YH§%K錤¬$ké¬d#ÙJv’½ä 9JNÒ9ÉYr‘\¥ó’›ä.yHž’—$J’ä-ùHWH¾Ò•’Ÿt•ä/]-H_‘¥¯JAÒפ`éëRˆt*}C “¾)…Kß’"¤k¥Hé:)Jº^Š–nb¤oK±Òw¤8é»R¼t£” Ý$%J7KIÒ-R²t«”"Ý&¥J·KiÒRºt§”!Ý%eJwKYÒ=R¶t¯”#Ý'åJ÷KyÒR¾ô T =$JKEÒ#R±ô¨T"=&•JKeÒR¹ô¤T!}Oª”¾/UIOIÕÒ¤é‡R­ô#©NzZª—~,5Hÿ!5Jÿ)5I?‘š¥ŸJ-ÒϤVéçR›ô ©]zFêž•:¥_J]ÒIÝÒ¯¤é×R¯ô©Oú­Ô/ý·4 ýN”~/ I†¥?J#ÒŸ¤QéÏÒ˜ôi\ú«4!]&¥ç¤)éyiZzAš‘^”f¥—¤9éei^zEZ^•¥×¤%éuiYzCZ‘Þ”V¥·¤5émi]zGÚÞ•6¥÷¤-é}i[ú@Ú‘>”v¥¤=éci_úD¼5¼eÞ‡¼5½µ¼µ½{ëxëzx]|þñ5ÕõM^qxàèß;£}\ó©C'4L5L8ô”Öq½3rÕg÷x;x;z;yŸóvövñvõ>ïíæíîíáíéíå-zKÞÞÞ>ÞWxûz_é­Üú£ƒÏ¶;/¿ôœç?µžV¥n\T“ß›ýÌS}Oµõ›œg7â} çZßSXßCV‚ð²ãßî?«ÿ‚ú ë‚é¨?©KdÛß«>:îµT×o1ø4ÁÏûQïï¿Ýÿ­ìvϾÁõ}Õ‡âýÕòâÚÕœ¹½¦q­ùçÏØÞQž¥êð]™ ¼$ûŸÎï~ú%Ÿ"v«Ó'ªv>ÏÞ> ï°§3ê½]mÇ{·/Ûã/ôOŸ|g½x0bßõü¦ê™WŸyÛmÞçßë­Þã±cú?Ô{åð…ÏÔáåßf?b|ΫÇÈÅâoå:7ªûÂÂóÒçh©zê.ï6M>}ì*‹·Ï~¾~ï©ÓÊ¿´Þ][ë1ïƒÞ>õÏÿÖì.êw÷‹Z÷WzîVë/zÆ×Ô£šísÈýâÇÏñŒ3Nï2žw~é!zÛ©ö ¼{yAÕþ»Ô½'?ö¹§M©ûñ)«/ÚãõÌÒ_³‡GÔýþMå'M¨ó?üÜ3îðüüš}.ýú9u«þzìâGwUŸ;©¥qþ?êMÑë¶«?¡²]q í<£¸ñþ‘öwt¿ûfømªã7ÒÇóŠO Q×*”ònÚó;½>S÷k}t¼>×>‹ÏïûFr W^=¢ªáÑK¿ûªÃ—ÕéiûgžqU|á»/—KFêãÏ}(üì>ûÈëŸÛæ¡Kú÷›fªã@{ä`4Ñ:XEµ.ÞòOê#åQÚu½òÚòª÷×è5 ¿R &Êß;^fÚÓâ§>©¡îà(ºCõ) _3hõ¾•ž½^ý™ '”׃óüG£ë©8ïúéý·ì­>Ê¢”s_yÍcõúø(mÕà§ŒåŸõ.~þI½okžøLÿÿÔöo¥¡ö¥ÿò3³ò'éUõ_9Ÿõ„{UÛ¯3~ :îo8f)$Ô.›Ç¾â«þ¹Æ%{/Ùï¯ÔkF=÷“ƒš¹x|íä%Ÿmé}ñW¥M¶¾Ÿ™wê#í÷ºßQ=2&Vªµó½å¢ü¯ªæÍ½¾à¯GØãTGúõôÈ'¶¿RÍËÇÔϽCõû´/(?¹OUÿÛµN˜ÓøñE뜕jv^4/ŸQõ½Ì÷žc—&éªÚvŸs_ù[誶9Úyšü}‹¨>µãëêG~ãzå%Ç€©ìÛ¯„?Öý’Ÿ…ùü‡êÕó/­ Pþ ÒEÛ¿vÑL©÷WÔ_ÛÚ>¨¸x_^ê5ÁVõèŽ×ƒ¿›ø1}âçsÍ%ãle=Èóæ,ÑŠCÆïr_AKª¼6ûÁV¤×ÿ¤êÓg©ç´òW”¿gdlÙò ßW”W“¼hämÏÑ;LûãÏ\çñ U[zäï|ßñA½SçþvV݇g?¡íß:$·¨Žò,ïTk˜×ù>·ûÔÇÆØ6Þ¯ýá\Gò!žóu›¢Ö'/jÿ»ª¾¬?è¡5ž{ùíªy÷÷G•¿]@½¿©êËk^ôÚ¦ÞGÏ%3ôäÿðzzÖô&õû6ý{Å%ë|’÷yƒ—Ì>ÿœßi^ò•ú£€my¾®ªÏ©gÎ˪W“_\ôŠzDùûQªùô•Ÿ>vÚà”*õw½"G^ùEug&øø©W؃¹ôí‹öï¨ì§÷m?ýú¨üó{™?Ø÷YÙsÆŸgw.ª{¦Œnü§cd£Î †¢v2ù?=XOn`-7¥º0½è è+láÂÊ}­Öç³ÿÃÛñ’G+ýæ—ÝÝz§Õ«|597°×S®÷ËžVÕÀÖÈŠQzN~«F˜ßߟý½=ImÕ+õc—¼N]áñ÷û‡ÅWM¬Ôg#×_ÔcÖêýÅÒ+/RëQŽ‘kuž:Xû«¼"µ÷¥­ò}F}=ÄUGÔ¾Öî—êg\­:3ÿýe%»ÇÛ—½>©Z>9Èt½JýZÃ3¾§ûã‹^e®`v<ÃlzN5¶O¬}«žÿÓ™à5´üg8GÞQÕ|ö’^¤?WͲÇTõ(öP‘WÙýò`¸ÿ`lnUÜú¹×üYqoR¿VÜg𢽻öq^³®ø'~Âûè%«ø‹‡.zM¡õW*?×TÝÊ/˜÷š¬½h%ºRöﲫ~®Zƒ\8¯W³k—÷?R¿V>rÉzü!-¼Iû ŸW4nÔ¾NûGú/+?ç‹ç ù¾ú™×ð+?]+ÕëЯU}sîÄkŸé—ûUÏ»Íókô÷iåOÈy…zÿsGÝyõ™ç_Ôý÷gõª²§ž}'T¯Z™´~“Ù¡uÉšs£ÎµêW«Ï} xÖEm¾éªƒÉÛê`$‘ :~ÂÊý²Ã_ÒÆó½j¾íõÕƒ³†ÇÔû?8ÒQIW©æê³qUÕ7ºŒçZmÞ_—™ª¿s‹³Ä>nP½«ú…¿êÜ[6|ð ðÄÁëü‡í<ˬ|„Gµ‡ë´¾ðoDY^±bÏøüY=*þŸßîÚƒãþ ƒ¿`ý»æ’çØ{ü^ñ…gÉÔèƒcŸÜ”–Õ^9¥ž]׿IïmŽ-QÕ3SŸ;LUß®ªÑµ/©ú@Ë÷†óO]õ¢3#pþ×fϨ^+®S½Þ:œwVÕÍJuDÖ©ëõ_=ÀVϨߥž'ûk¶Ïøõ}ª‘Òb§8*î2xñÊ›©ýÚòÕ+þ¾Ý³ÚÕ>??úçƒs€û®þû÷®S^[NÝZofÛŽ·û¿à}ä/.:S³gÎ?õ™w.ÏžjSØóØÓªögÕªëÉÌàÊüƒãÛÅï£cgÞeF;RׯZ|ùêñ‘Ö?~•j_ßÓþ¡ÆÔ+€÷%gtsôvóÄÂðõL~êoç VϲÎ?ïŸxp¼ˆÌ×NßÎ^ÎÒ'·\ôÓŽûhÝ5ª£îZ·_¬Ô‡˜UöÞרgû·>=Ž®ø²|>¯ò½Qýúþ'SŸTõ¶¯ú¿¨ezpT¾çý…Ͼèl£€cÀ@4ýúñ}Úò‹ÆcY=¾QЧNœÕ{Ùø Úþ8ßr»ÖÞ]Õ“ªÚóKõsžV¯g~/üPU“QÕ±õÚ¯z§<pÄý‹êTÐðó€¶€_´<ðé£ÿÐð«CÕs²TýóS.Ÿ9÷;áô_ªzôŒü%`<à¯&ž ˜ x>`:à…€Õ3|žTeR~v·ûÁ{AuÛ?QßG—œßVe5©žwœs›TmÑQ=jÄ£©ï n4VÚç~>óäç~âM ¾%»ó¢3Æï wSZÃQšêösÛ‹·ÏT¯iÏ1²W^”t›UýEGß²jÜÿóä«§ßPÍ¥ûô¾ühxKÕ·/Û|¨ÞÆŒš<£êƒ«t*Õ#ñ3Ë›˜[W|ÁØÝ¨~µÚTµV¡·•¿³êz—ª'Ôm?rѹӓœs¼t/oºýI½¥-ßyé õÏôÝ[çwfóMßPÏ6-Îþh¢îŸg™{¿W=ã[ªuÚÅíþÏœmÿâjƒ0_EÓ×x»Ÿš\P=÷_°fÿÆK×îWŸ}ôõ+¯‰jÖ´ø›«Gñ׌Æ5VÏzܬúúfUÏU\u·Ó€÷ÿÃÙ[ÇEµµýÃb!" " "¢‚¢"Ò90 53Ôîî½íîîFìîîîîîîînßÅ>sÏçœçy>¿÷QfïU×u}¯\köFJÉi¨n¯—ü¢Ì{²Á¿Iä½k§R« õûÚä¿ßրч–² Gmê»u‹åEvKåm­þi!ðe«m°ìû¿ÅXUuyþú›?tõ?å=°NžMåÿxŽwn©u÷ifÃ÷a+·ºÿs¤¦·s ÙìðG À#ȯWàR3+ÿÎz<ÿ#Þ(f«lWŠš´ˆx[Jgî.Ä麺V_aïZ÷ÿ¨©®úßh߾ЮGIksP×½÷õÂü­æQþ©²jæ4½O\Àß8Úâ$èû°º›g:àêF£\ÇYý…nU ÛüÏ£ï)s"¸_è>+•MÓÁŒ½b)[¬âù¿Q;Ýêw¦Ä µK"&Z1uU×öoQWkݵ½¹ÔÑwwœÍSèR mž°Ýj'>–¿í{ ¬õtȸD.‚ãbÿðÿ?Ouû_sïG¶Š—ÏuµÏJexMÿßftŽùßïš²2Þ–yƒ™¾Zgûí^üGîñÒ6ÒüRØ3üsÌÎ{y.çËýýúϰ™~aöP©Qgƒ¨jaÉ›0ãþx­Y—÷T«Gbóvqÿ½û¢Àê"ªMÖ×8·ágà?.‚8ÎÑÆùßí6-ÿðßl»¼»Ž‘!ÿ:ƒI—Çéà ¦¾s£a6Ë–øÚY1лÁ }ÂÀì‡õ#Âå©MÃWZçyoÅ}fc«=ÔýÝÌ’ÓÀV.#º<×°ö¨kÕŠðÀÜØ€[au{ó¯oê]"Îfõ{7¶ù1ç:ÒÞwƒõž´zŽ1G­rÙc唯®ÉëÂ{NœM°aÃj‰}¢ ¥Ö4'¾cÅñ@Ÿ¿»PUÇ­{¤X}åÊÿ¶º‡‘óÿ°ŸÇþÞ"¢¶¯NtøûX6ŸÖYhµwG#»[yk,¥»Š­±u{àÅë³ì×më±è…€Çëëÿ_\ò;ë/¿¨êWýÖW\,Ááÿ¹Wd•’³çÿÜß.azÉÛ„â¢to‚xü³EDœ„ìzÿޛѳ‡Û·cV4Íú·DŒe@ ·ÿˆÓ†”âù˜ÐœD›lJñ䬫NýC:KeѺ×:XÊŸ¬´¶ oôïkYë² ôoiµÁ{¬Ú>¼öéÄíÖèÉ-êÕÿ¡ùÝl6,øüLŒèßàAÌ×’_A[ñôoúnCd„®Z)_íÎÚbŸÝµ:–Š%f6À­3öµU þö쟑x­Ïö=ÂÇêTØé¶h°ÇËæK(éRô«v¾Îb€ïîÀâx9üktUò† àñ‚ÿæŒm^iSp÷&’Áÿ‚®± rVL«Rü?>­(Ãi†UÕª‡9…9‡¹„¹†Õs «ææåææV;¬NXÝ0ï02Â'Ì7Ì/lO„Xƒ° Ø«±Í Í ¡††–†V†0CkC¸¡!Âiˆ2Db ±†8C¼!ÁhH2$ †CªÁhH3¤Ú2 ™†,C¶!Ç`2˜ C®!Ïo(0 l@ ¨3àÂ@(m` ¬34LÖ«ÓÀ³Tqc>°eoþàý1]—, æv¨x¹T…¨™Þo¿ Ö·"ls©Ìû®ž ^üÃçö3Œÿ ÆZ 4a'Ñ”R#^¯àÜÊr«í½kd‰ì·ŽìF«ª×ˆ$3 S²dvÒÛ óÚ7¼¨œ+¸¶XÏoÅGù&ÍsÜJ*ù> H¬¥MæÎ`̸j úª~¡äÍw‹½ z¿ñŽ® bEÖv+†ŒúVÛyG¾wƒÏ~p'ÀιöR`«¾³\°®O–¼Ô‘}¬°¿ný#@ë}q;âœk,´ï6ßÎÙ}c„GÝ ’w[¶êº”þ-kªÑ&©äìtìîˆ&€¶ˆ²ótñØy®ní^ÁÕ„’:uÄTûb›×„WëV˜²‡<5=ú¿k—­Ë" è‹·‹gJžÛ4«TcR¼ŠJÞb–W÷]™â’çÝê2\ 2»lW8¾c›ï`5åÁª0V-'¬•¢{®D‹×Êjb½¦“³Sv<î÷Vë,X} øLžª#Xgt)ï1´¹c;âcÍ ‚™¾}Í3 ,y§_Œ_Âî’÷ú¶!c3ËÖJ,t1U˜X¥o ½ áHôH°Þfö烷êvRŠ›¸Ð3:ÞÛ™#¹‘¶– )Ò¡õø wmö=\÷*go°6ò°ÞÓŒvÑñ<¸¾R?iŸÛÆÌÕÞžkmðmH4Õìλ`•{íöµumØ ¾Úv;‰žcEðœ0Wpï©N!´‰3_ K·ÅᘧF°[Ãf•êÄïë-ÈØ îfä9ÞtôI)±½ÄúL×mó¢îr݆wü¸]¡XßJ°;0Ϊˆ³>›ÁU?€îºEŒ#ÎJ™ÂozÐ0ÑÑd×"‘ªäåÞ5eТ—z¤ézÄ¥‚ÀŒ1€‚à˜ôè“:î‚uLuŸæå^—Kù[tf­FðreÀ¼C»Ûçé;wN%Y’­¶ð¬~«Ôçî°˜7kÛ_¬ ît¶»´0zPê@û¢Ð¤’Ó5Ö¨¶Às 5 ¼ßÿ™ôò} ÖW¬µ§µ6Ìöp´­ÙV Sõ<¿êôRµçKú˜çþ‘¹7;ÑKãbàs°äÝç)^α‰Øe›Ý:îõ×ðßA%OOO[n‹Õ'çî,[³Ä8-A;“‡Vi£AÓ£soj–W8Qæ2àØÒ²¤õÊmëžœ¯Ñ*Y ··NwÁ˜ˤ3müÊ®L]ö& 1˜´k$~×&ÏeiŠžaTüÙ•¸¶TÎPàÓ¾l‹MÅmøû\*›œÛô^Ó0SGkÁPã8x¹k@³ò—4«2$¶Qºk&åeÀÃ啯äîÔ׋餥ü“‡õk¬<[ò±îÎVžiW\.ËxùjÍÆ?$v,­eݧ:òF…ºyõ´íø¤ýõHú} 7wýZj•¢GòË 7Áµ"+Št­Jži²<ÒRò;z³Ó÷°Â ]°ÿûZ—“j¥¿ˆ~j]ƒ›^KŒGR§‹½Õ¾Èz}¹ÝDàc·ƒ^MUh7O÷YzœY¬ÛJƊꣶÚËl=j:[)-ÉNÜϱÅRµUuI—m«WÓô•æD?c”Îvp+kqº è›â‹$9r)èOð15Ùp÷Xìßå‹^ ÎJèi³ÅÑQ©Î@® àîÃð” ¥vLTãþìÒBàw‚çÏéhî•v±þújbÜG›w¿é'T|J×ão0®—cec‡„óÝ“€$è³´ÒVt|ÔÓ½J«·÷ªL—œ#jÔ³ž8ÚV§ù,ÐêˆÆÝuûN~¶+“ìŸj4y‚;˜grÛn¥f é\é5O 3…]­4³âìª^ írp½Wô²ø1NVŸõÔª Ó?Zñ)èVb<=¢_!Ê€/ Ü´2X¦íz¶^`­ÏI-yº…µ·cÚ‰èþ€:GÓù‘kÓöزÆö%QEÛ†VÇø¬oØôtjRªf7"nLº­Š ihô­­cìÚj3u4HÑo£BþÈÖ_D7³Ö®·þKFh»¦©X€ôÖè+ÛêßÐQ¤ÛÊ"¿ÎNÓõ¿¦xF³†6Øa«]ÔÒÿê<&âiãÒc;N­ ¿èP%£=ÀAðysK­Àp²Õ/û[ùÓÛz"a'XI ЋN©w¢œ«%Åd4ç>o/w×fÛ_{®Ô+eù.gS.Ûãe|ÛZsHàõ.‡O-?Þ~¯~¥ŠÑ¢W ¦þwö­e£3ô¨'Y(yΰsÉå’_bÛxmù«ÞÓ⇶ ²ÊÓurÏ_秬‘ixdjÆ{€ÛÅ! žF]š³ÙÞͯ8­XÎ¥€kKžù—Ë*©•®'éVx5°/Ë]ô××è{]÷û'@ìð[¿ZÊ>.Ô1Ð\é[j7z¡}PÂä’'’f.JâñcNÚ«îæy:\ÕÊ,ù;%ñTDBú•Œ§†g@Ö5BÆ7þ;…®ÿµ’¦’çŠëuŒùñyV1ÑÚãdëçÀNDK*ý1F«œ[[m,W¿©UŸ&Œ Ûh?ÌÜøD‰ ŒÙ ¨ée ¨”iͯëoÔýu‰uô<–‘žèÑÀµ«Ñ·Rû‘¿b&$åï+/g:NRhZÖoo‰¶àiÉɰ Ë_v(ö‹qOæÞÌ}™û3dÌ<”y8óHæÑÌc™Ç3OdžÌ<•y:óLæÙÌs™ç3/d^̼”ióç:fZw;(óOt=ø·Ò&—¡¿kê˜[èpÞEÕÈv”Ò»f¦Y×¥s% Ônh^ɳN3`À(µ{-,íVTðnÿÄ^hõ~o@»ÅùáºÇˆ˜É÷žìd^ëê‘+´nºô‹(}熧þyØäjÉ[M]n‚1P].ùFà¬Àšiòißl4ÝÕ-ûF}å—3‘,4 Ëúïpã%#ªwdZJá0Ì/Ư¢Nã|€—RÇ‚owž3ÏFL­xVŸç¶×K»áºí»ß·ôϹä×ê@Vζjøj‹í¬ ^¬_†µŽî>"}iT³Rµ×#ºNôO=Ÿ\3½³ÍFn÷¤|ûë\E:fÙÿ¯zŸ§j\@kïÐk9З`k| Z?Š™¯sp h¬G€…Xšéb‹Á<ÀºêT,(Él<Ýú3€_G¬–Ä \¯êÿ&i'p³FÒzH vtõò)U [¯¤\Ôýþ¯dk PÖ mR2æw¶”Mr²J qU\§ÂYxVãì&ÙM³‰,H¨Y)Ÿ‘ lé @Û%»Oÿˆ—†Ú²‹ÝF‹YO6 z;»êß#°ØN1ö™ëÒF%þ‡ý]À—%öÇXúê0Ë«íØ«ËvXû¤ˆ%ôŸ 0×-µYêZ°Î¡zíþjíMVT ·í¸§D·zÆz“Cö‡+eoëùÍé [îSj0-5ðµcæ¨ÌR§€¼bê ;£·{ؤ¥çk z×߬×Õ0À¡{@—õjÀŒ¤?jÖ@V¬~å1Ю‘@—Æÿµce‹„£¼’ÿäHHÆŸß«ƒþãÝ^@¾muO $ö aÀÒl0ûw å `½L£ç)Ù¥û.ÉúÇ.pv€ÎéÏ6“âÿ¯»ÿûl£GN)zÒg¶‘ÊÕÔÎ<ùl×^ð‰ûÛ,æRyz½wpvnN^N¾u¤u6 ¯—ªkÛY+rýœPkÜA€v™!Ç’ÊG3kîÀ2<¶Z¾ÔÆo?'§»ëQb„u”š±ÃÓœóJE-^)M}À¬€w¡ö—ëwtôy}DË›žþ׸±NóÃU»Dú†^·Ÿ^Xµ®œÉ~¤5*í·Þ³‡NÇÏRò ncò9­Û ? ×kRŠjüÛ ·šÄÄdžIœl³•­õ̬†ø É7ôoŸÝo´îA™ê·,ÿÃøoãYÀ:‹³..8úo²@túµžS܆¶3åGíèëþ·¯¸ª8y³M«ø°Æo=‹mywèÁR»¹ƒlš]eŠ6جµrc¬©/@Ëв¯232(°ÂmÅM2e™²M9¦«qRzµÍ Y›ý÷Ùã¬ç0’ÿv‹÷ˆ?’¶Ý½K¬%Çdêhêdêl«ÀÔÅdó„ÖH!!ú#àõUÛI¦Ñ¦1¦±zË!aã¬=.¹Tê,åÓQýÎÝÈ —ÉÀþÞKõÖã; «)V‹ËÇ* ÇL7M·L·Mÿíé dPèy×’çǘî˜^šÒtžDÕ÷} Úùy.Ð}”6Õ´Ú£7´}iì+“ÙÞìPòcŸ2ž9^¥ôÔ^Ö\ÝüŸo‡L‡MGLNæZf³§¹"ˆ¦ƒùª™½Ì>f_³Ÿ¹¾ÙßÜÀ`mßÐÜØÜÄÜÔl1737WÿŠ0Ì¡æpss„9ÒeŽ6gëòÜbŠ1'š“ÌÉfƒ9Åœj6š!°Þ5¶h!ت ì4s®9Ïœo.0š!3 ÆÌl“ÿG¦Þ²ÑZÿ(ÿ(€¿Ý™ˆY5kævæöæ掠56¾Æ×=}òQ—Â"Ó©ËMÌÃÍ#Ì#̣ͣÍc¬Ô&>0̶·iz–¹n¢OÅóXólóó\ó<ó|ókÛgº¥N4-4¯4¯2¯6¯1¯5¯Óï1 €´˜×›·š·™·›w˜wšwYû4‰.2~³Û|Ø|Ä|Ô|Ì|Ü|ÂÜÕt?¤%XoÕŠ³L'ÍÌÍ—Ì—ÍWÌWÍ{@¿D`·[›¯™ï˜ïšï™ï›˜šéã}HXr ÑüØüÊüÚüÆüÖüÎüÞüÁœ x:Ñn]ê óKóGóóOó/óos‹ÅÞ²³Ž,•,•-U,U-Õ,Õ-õ1W$Œhíd©iq·Ô²xX<-^–Ú „ f®cñµøYê[ü- ,¶ez˜ZšXšZ‚-!–f–æ–Pýúms KkK¸¥%Âi‰²D[lÖÇýùU«¶hóuRq|y€[cÄv]KB 1–B d-ˆµ”²BV`6Ò-\gÐ+Ìæ•*x×~ø×VÕl çJÆõÌ™À‚Vˆî5®Ûöö"Jùíú±Û€¾Ï~y‚®åÞ”w3f™i™e™m™c‰êõ?ïG7ɬ\fj©Xé! ÃߪgMZ®—¼O¨Úʨ€Ä„R{ëlÉn¹Î…ý†þéçÝ v'j‚X*ÜÇ2×rÝrÃrÓrK§¿£î¿ÊëT€–9´¨ÉÓu½¿ÙÄ<¢ÍWî²Fu\v´~ ¨¿hY/ë¢g ÷âêÄ]±\µ\³Ü¶TÏuÊuÎuɽcÉìý#ZûU*šlß÷’gYýo`ÖÜòëm¼·èY²S°kÃOŸõüѽl[« hìªïxûÄVS{öZŸí£5+ ÚµÈÉî9€U¤¬1uo Ñ„R¡5V¾æùl>kb¥â?ÎC¬œÏvi¥Ï<Û}•ü¦§õ­¦– )éó* op×Zm©œQdž‡¶¸@* 9®ïŽÏɲ9Pï4„g®ô Ç?µ¬6g¹Õ?¬vk¢{ôIaz½R4¼×ixíö¬0¦v?ïy±®¹'sOåžÎ=“{6÷\®cˆ)•Ö)ëàöÇN´#È.$õHõñû®gIGNGWØ8?ô_ w¶êŒCüt]ãŽGvËI4~Òóˆ €3q¥vœò³óª.ÕgõÕãø0«DìÒüt ½ŸèiH)“Ñ·æK}¦-æÒóýÐG:ë<¿R’NEWºÅ= è_"ŸÙmŽ[‘ux,7½ZuX÷Ì÷ëͬímÛim®ã¼Šm²JÂg°Þ&[#œvÙçsÅ<)OÎSò¢Ïó“'þq¢lwY·úÃt¤û$û&w×÷½æ|«î-Ô¥tETHkL1>D(å76ÎZUÎàoÓúž`}ë3쀼¿§¸—<‹ÍÓ!Êßí¥Ëò:[cfMÔWÿ1uµ£³1¿-y,°(-Ó|êåÚõd›—u©&ê2Šþ_u¡äùrVLŽ,òRKÐõ*½)<Ìdg­…M4©y¯óÞä½Í{—gâJžœä£ùŸÌ€”§›g˜yÀ³%{Ž ºWâëf7Óµw†é˜h©»Ñ9áø?Ös „Ñù‘ñ õ ऻMï*=MÛœ— ,šDt8ÀH½6Ãÿ8AÞ?ßv2À©àÖ£èøðHbøž5¬±^?ŽOIH9 ¬SÇÖ·AÖT¹äÉø€ÊÕzæ}ÊK…œxÌ)2÷¯o§®Ê¥Y¼‹óôÜfkü+ü›¿©Vý»Ë‘ÿ2ÿUþëü'@žXÆ%ݾ xÞÛªŸ½ýß›vDú·õb)´ÏÙúÇY¡o:¯ÇËùX$,Àó~æƒÌ1‘áFô«³ÊMÚèS}`vLZÛÜùÖ&àõ½-ðr»o”-QÒú¤¯Ö1±ð4UÇbIÊ6ÝÚâ5°oWr÷fíËÚÿ‡×=û7ì¸g°î^í¾Ü»‰÷Òš}“&ŒÌê ä1W÷;¿t~^ÒŠIÌãÑuáx.mWÞäO,˜TPT0¹ÀüÏéØÚ è tÙ·4úƒ^Xå{€“âÐ €3f°ÖQQ{]úÛ*Åq¾1‡úb`i®Õt-zþرgN¹ìâüNº„ÏéžóIzQõr&{0þW}¾eº.ýšy´xƒµÛY1wÑÆÇWÀŠÍ®µ°B7 ±Ý’eX#‹%o1-H¾g¨^ ÖäÒVʽŸÓ å«!(nn­Éz¥}gä.Ð>5+Ïi ˜-08¼æ…üyÞDZ“Z ƒÉʯ·)³zØöV¤%¯É*¶YãŸyÀïìÈYo•òج­¸ ´°EaËÂV…Vß è©W¦yjhê/0KG@ÅçÐ|@sŒn‹:Ûð=Ýgkåä„®úLÖËT²µ: 4ufúmk½ürWžNÖÂŵ;¤ÿ‘'Ÿ1–séö+y_½CWsüËz‰e/ï´È} ø¸XíÁ[ÝO'\.UûXîßtñeœ§•7›¬}O'nMôùZƒ+< íDÚ}%í¬ÉüÄ]Òo#g{¼*9#R¥oäÅ´÷†‹±¿|›6/ +¼Qx³ðVáíÂÖyD†Ø|îÒðþž`¼zæ;…¯ _¾)|[ø®p¼ŽÕËûÂ/…_ ¿~/üQø³ðWáïÂ2d9@e!G¨TªÍ[]Á\ªU‡œ gÈr…j@nPMȪy@žTªÕ…¼¡zä ùAõ!¨5„¡FPÔj5…‚¡¨Ô …Z@-¡VPÔ ‡Ú@P$EC1P,ÅC P"”%C(J…ŒP”µ…2 L( ʆr d†,P. ?TBC„B„CDBDC ÄBÄC$B$C ¤BÔju€:B ÎP¨+Ô êõ€zB½ ÞP¨/Ôê €Bƒ ÁÐh(4 €FB£ ÑÐh,4M€&B“ "h2T M¦BÓ éÐ h&4 š ÍæBó ùÐh!´Z -–BË åÐ h%´ Z ­ÖBë õÐh#´ Ú m¶BÛ íÐh'´ Ú íöBû ýÐè t: ŽBÇ ãÐ è$t : ÎBç óÐè"t º ]®B× ëÐ è&t º ÝîB÷ ûÐè!ôz =žBÏ çÐ è%ô z ½ÞBï ÷Ðè#ô ú }¾Bß ïÐè'ô ú •í`{Ø. ;Âåàòp¸"\ ® W«ÂÕàê°ì »À®p Ø ® »Ãµ`Øö‚kÃuະ7\ö}a?¸>ì7€à†p Ü‚ÃMà¦p07ƒ›Ã¡p ¸%Ü ƒ[Ãáp8Ž„£àh8Ž…ãàx8N„“àdاÀ©°NƒÓá¶pœ gÁÙpl‚ͰÎ…óà|¸.„!†…1‡ ˜„)˜†˜…9˜‡X„%X†X…5¸Üîw„;Áá.pW¸Üî÷„{Á½á>p_¸Ü„Áƒá!ðPx<„GÁ£á1ðXx<žO„'ÁEðd¸žO…§ÁÓáðLx<žÏ…çÁóáðBx¼^/…—ÁËáðJx¼^¯…×Áëá ðFx¼Þo…·ÁÛáðNx¼Þï…÷ÁûáðAø|>…ÁÇáðIø|>Ÿ…ÏÁçá ðEø|¾_…¯Á×áðMø|¾ß…ïÁ÷áðCøü~?…ŸÁÏáðKøü~¿…ßÁïáðGøüþ…¿ÁßáðOøü.ƒØ!öˆRqDÊ!å‘ HE¤R©‚TEª!Õ'ÄqA\‘ˆRqGj!ˆ'â…ÔFê uo¤âƒø"~H}Äi€ ‘@¤„4Fš M‘`$i†4GB‘HK¤†´F‘6H‰D!ÑH ‹Ä!ñH’ˆ$!ɈIAR#’†¤#m‘ $ÉB²‘Ä„˜ ’‹ä!ùHRˆ@Œ Š`މP0‹pˆˆHˆŒ(ˆŠhH;¤=ÒéˆtB:#]®H7¤;Òé‰ôBz#}¾H?¤?2ˆ B#C¡È0d82‰ŒBF#c±È8d<2™ˆLBŠÉH12™ŠLC¦#3™È,d62™‹ÌCæ# …È"d1²YŠ,C–#+•È*d5²Y‹¬CÖ#È&d3²ÙŠlC¶#;È.d7²Ù‹ìCö#ƒÈ!ä0r9ŠCŽ#'“È)ä4r9‹œCÎ#‹È%ä2r¹Š\C®#7›È-ä6r¹‹ÜCî#‡È#ä1òyŠG_ /ÑWèkô ú}‡¾G? ÑOègô úý†~G ?Ñ_èo´ f‡ÙcXYÌ+‡•Ç*`±JXe¬ V«†UÇœ0gÌsÅj`nXMÌ«…y`ž˜V«ƒÕż±z˜æ‹ùaõ1¬€5ıFXÖk‚5Å‚±¬Ö ÅZ`-±VXÖ ÇÚ`X$…Ec1X,‡Åc X"–„%c,KÅŒX–޵Å2°L, ËÆr0fÆ,X.–‡åcX!a0†`(†a8F`$Fa4Æ`,Æa<&`"&a2¦`*¦aí°öX¬#Ö ëŒuÁºbݰîX¬'Ö ëõÁúbý°þØl 6Œ Á†bðáØl$6 ÁÆbã°ñØl"6 +Â&cÅØl*6 ›ŽÍÀfb³°ÙØl.6›-Àb‹°ÅØl)¶ [Ž­ÀVb«°ÕØl-¶[mÀ6b›°ÍØl+¶ ÛŽíÀvb»°ÝØl/¶ÛÀb‡°ÃØì(v ;ŽÀNb§°ÓØì,v;]À.b—°ËØì*v »ŽÝÀnb·°ÛØì.v»=Àb°ÇØì)ö {޽À^b¯°×Øì-ö{}À>bŸ°ÏØì+ö ûŽýÀ~b¿°ßXÜ·Çð²¸#^/WÀ+â•ðÊx¼*^ ¯Ž;áθ îŠ×ÀÝðš¸;^ ÷À=q/¼6^¯‹{ãõpÜ÷Ãëãþx<oˆâð ¼1ÞoŠã!x3¼9Š·À[â­ð0¼5Ž·Á#ðH< ÆcðX<ÇðD< OÆ x žŠñ4<o‹gà™xžçà&ÜŒ[ð\<ÏÇ ðBÂaÁQÃqœÀIœÂiœÁYœÃy\ÀE\Âe\ÁU\ÃÛáíñxG¼Þï‚wÅ»áÝñxO¼Þïƒ÷Åûáýñø@|>‚ŇáÃñøH|>ƒÅÇáãñ øD|^„OÆ‹ñ)øT|>ŸÏÄgá³ñ9ø\|>_€/Äá‹ñ%øR|¾_¯ÄWá«ñ5øZ|¾߀oÄ7á›ñ-øV|¾ßïÄwá»ñ=ø^|¾?€Äá‡ñ#øQü~?ŸÄOá§ñ3øYü~¿€_Ä/á—ñ+øUü~¿ßÄoá·ñ;ø]ü~€?Äáñ'øSüþ¿Ä_á¯ñ7ø[üþÿ€Ä?áŸñ/øWüþÿÿÄá¿ñ2„aO8e G¢Qž¨@T$*•‰*DU¢Qp"œ •¨A¸5 w¢áAx7@¶ÑúA†Qð!| ?¢>áO4 ˆ†D ш"Mˆ¦D0B4#š¡D ¢%ÑŠ#ZáD"‚ˆ$¢ˆh"†ˆ%âˆx"H$’ˆdÂ@¤©„‘H#Ò‰¶D‘IdÙDa"Ì„…È%òˆ|¢€($ &%$;ægxA ÁÁ!! ¡ÑŽhOt :ˆÎD¢+ÑèNô z½ˆÞD¢/ÑèO ƒˆÁÄb(1ŒNŒ F£ˆÑÄb,1ŽOL &“ˆ"b2QLL!¦ÓˆéÄ b&1‹˜MÌ!æóˆùÄb!±ˆXL,!–ˈåÄ b%±ŠXM¬!ÖëˆõÄb#±‰ØLl!¶ÛˆíÄb'±‹ØMì!öûˆýÄâ qˆ8L!ŽLjãÄ â$qŠ8Mœ!ÎçˆóÄâ"q‰¸L\!®׈ëÄ â&q‹¸MÜ!î÷ˆûÄâ!ñˆxLéO6 Ȇd Ùˆ "“MȦd0B6#›“¡d ²%ÙŠ #[“ád2‚Œ$£Èh2†Œ%ãÈx2L$“ÈdÒ@¦©¤‘L#Óɶd™If‘Ùdi"ͤ…Ì%óÈ|²€,$!&%1' ’$)’&’%9’'R$%R&R%5²Ùžì@v$;‘É.dW²ÙìAö${‘½É>d_²ÙŸ@$‘ƒÉ!äPr9œAŽ$G‘£É1äXr9žœ@N$'‘Eäd²˜œBN%§‘ÓÉäLr9›œCÎ%ç‘óÉäBr¹˜\B.%—‘ËÉäJr¹š\C®%בëÉ äFr¹™ÜBn%·‘ÛÉäNr¹›ÜCî%÷‘ûÉäAòy˜%Ÿ‘ÏÉäKòùš|C¾%ß‘ïÉäGòù™üB~%¿‘ßÉäOòù›,CÙQö”U–r¤ÊQå© TEªU™ªBU¥ªQÕ)'Ê™r¡\©”U“r§jQ”'åEÕ¦êPu)oªåCùR~T}ÊŸj@P ©@ªD5¦šPM©`*„jF5§B©TKªFµ¦Â©6TIEQÑT KÅQñT•H%QÉ”J¡R)#•F¥Sm© *“Ê¢²©ÊD™) •KåQùTUHAL!JaNIQM1KqO ”HI”L)”JiT;ª=ÕêHu¢:S]¨®T7ª;ÕƒêIõ¢zS}¨¾T?ª?5€H ¢SC¨¡Ô0j85‚I¢FSc¨±Ô8j<5šHM¢Š¨ÉT15…šJM£¦S3¨™Ô,j65‡šKÍ£æS ¨…Ô"j1µ„ZJ-£–S+¨•Ô*j5µ†ZK­£ÖS¨Ô&j3µ…ÚJm£¶S;¨Ô.j7µ‡ÚKí£öS¨ƒÔ!ê0u„:J£ŽS'¨“Ô)ê4u†:K£ÎS¨‹Ô%ê2u…ºJ]£®S7¨›Ô-ê6u‡ºKÝ£îS¨‡Ô#ê1õ„zJ=£žS/¨—Ô+ê5õ†zK½£ÞS¨Ô'ê3õ…úJ}£¾S?¨ŸÔ/ê7U†¶£íiº,íH—£ËÓèŠt%º2]…®JW£«ÓN´3íB»Ò5h7º&íN×¢=hOÚ‹®MסëÒÞt=Ú‡ö¥ýèú´?Ý€ Òt#:ˆnL7¡›ÒÁtÝŒnN‡Ò-è–t+:ŒnM‡Ómè:’Ž¢£é:–Ž£ãé:‘N¢“iB§ÒF:N§ÛÒt&EgÓ9´‰6Ó:—Σó麆h˜Fh”Æhœ&h’¦hšfh–æhžh‘–h™Vh•Öèvt{ºÝ‘îDw¦»Ð]éntwºÝ“îE÷¦ûÐ}é~tz=D¦‡ÐCéaôpz=’E¦ÇÐcéqôxz=‘žDÑ“ébz =•žFO§gÐ3éYôlz=—žGϧÐ éEôbz ½”^F/§WÐ+éUôjz ½–^G¯§7ÐéMôfz ½•ÞFo§wÐ;é]ônz½—ÞGï§ÐéCôaú}”>F§OÐ'éSôiú }–>GŸ§/ÐéKôeú }•¾F_§oÐ7é[ômú}—¾Gß§ÐéGôcú ý”~F?§_Ð/éWôkú ý–~G¿§?ÐéOôgú ý•þF§Ð?é_ôoº cÇØ3LYÆ‘)Ç”g*0™JLe¦ S•©ÆTgœgÆ…qej0nLMÆ©Åx0žŒS›©ÃÔe¼™zŒãËø1õ¦À4d™FLÓ˜iÂ4e‚™¦Óœ eZ0-™VLÓš gÚ0L$ÅD31L,ÇÄ3 L"“Ä$3&…IeŒL“δe2˜L&‹Éfrcf,L.“Çä3L!10ƒ0(ƒ18C0$C14Ã0,Ã1<#0"#12£0*£1í˜öL¦#Ó‰éÌtaº2ݘîL¦'Ó‹éÍôaú2ý˜þÌf 3ˆÌ a†2ØáÌf$3ŠÍŒaÆ2ã˜ñÌf"3‰)b&3ÅÌf*3™ÎÌ`f2³˜ÙÌf.3™Ï,`2‹˜ÅÌf)³ŒYά`V2«˜ÕÌf-³ŽYÏl`62›˜ÍÌf+³ÙÎì`v2»˜ÝÌf/³ÙÏ`2‡˜ÃÌæ(sŒ9Μ`N2§˜ÓÌæ,sŽ9Ï\`.2—˜ËÌæ*s¹ÎÜ`n2·˜ÛÌæ.s¹Ï<`2˜ÇÌæ)óŒyμ`^2¯˜×Ìæ-óŽyÏ|`>2Ÿ˜ÏÌæ+óùÎü`~2¿˜ßLÖŽµgز¬#[Ž-ÏV`+²•ØÊl¶*[­Î:±Î¬ ëÊÖ`ÝØš¬;[‹õ`=Y/¶6[‡­Ëz³õXÖ—õcë³þl6€mÈ껲YÈ6eƒÙ¶Ûœ e[°-ÙVlÛš gÛ°l$ÅF³1l,ÇÆ³ l"›Ä&³6…Mel›Î¶e3ØL6‹ÍfsXkf-l.›Çæ³l! ±0‹°(‹±8K°$K±4˰,˱<+°"+±2«°*«±íØöl¶#Û‰íÌva»²ÝØîl¶'Û‹íÍöaû²ýØþìv ;ˆÌa‡²ÃØáìv$;ŠÍŽaDzãØñìv";‰-b'³Åìv*;ÎÎ`g²³ØÙìv.;Ï.`²‹ØÅìv)»Œ]ή`W²«ØÕìv-»Ž]Ïn`7²›ØÍìv+»ÝÎî`w²»ØÝìv/»ÝÏ`²‡ØÃìö({Œ=Ξ`O²§ØÓìö,{Ž=Ï^`/²—ØËìö*{½ÎÞ`o²·ØÛìö.{½Ï>`²ØÇìö)ûŒ}ξ`_²¯Ø×ìö-ûŽ}Ï~`?²ŸØÏìö+ûýÎþ`²¿ØßlÎŽ³ç¸²œ#WŽ+ÏUà*r•¸Ê\®*W«Î9qΜ çÊÕàܸšœ;W‹óà<9/®6W‡«Ëysõ8Ηóãêsþ\.€kÈr¸ ®1ׄkÊs!\3®9ʵàZr­¸0®5εá"¸H.Š‹æb¸X.Ž‹ç¸D.‰Kæ \ —ʹ4.kËep™\—Íåp&ÎÌY¸\.Ëç ¸Bâ`áPãpŽàHŽâhŽáXŽãxNàDNâdNáTNãÚqí¹\G®×™ëÂuåºqݹ\O®×›ëÃõåúqý¹Ü@n7˜ å†qùÜHn7šÃåÆqã¹ ÜDnWÄM抹)ÜTn7›ÁÍäfq³¹9Ü\n7Ÿ[À-äq‹¹%ÜRn·œ[Á­äVq«¹5ÜZn·žÛÀmä6q›¹-ÜVn·ÛÁíävq»¹=Ü^n·Ÿ;Àäq‡¹#ÜQîwœ;ÁäNq§¹3ÜYîwž»À]ä.q—¹+ÜUîw»ÁÝänq·¹;Ü]îwŸ{À=äq¹'ÜSî÷œ{Á½ä^q¯¹7Ü[î÷žûÀ}ä>qŸ¹/ÜWî÷ûÁýä~q¿¹2¼oÏ;ðeyG¾_ž¯ÀWä+ñ•ù*|U¾_wâyÞ•¯Á»ñ5yw¾ïÁ{ò^|m¾_—÷æëñ>¼/ïÇ×çýù|ßäñA|c¾ ß”æCøf|s>”oÁ·ä[ña|k>œoÃGð‘|ÍÇð±|Ï'ð‰|ŸÌø>•7òi|:ß–Ïà3ù,>›ÏáM¼™·ð¹|ŸÏð…<ÄÃ<£<Æã<Á“<ÅÓ<ó<Çó¼À‹¼Ä˼«¼Æ·ãÛóøŽ|'¾3ß…ïÊwã»ó=øž|/¾7߇ïË÷ãûóøü ~0?„Êã‡ó#ø‘ü(~4?†ËãÇóø‰ü$¾ˆŸÌóSø©ü4~:?ƒŸÉÏâgósø¹ü<~>¿€_È/âóKø¥ü2~9¿‚_ɯâWókøµü:~=¿ßÈoâ7ó[ø­ü6~;¿ƒßÉïâwó{ø½ü>~?€?ÈâóGø£ü1þ8‚?ÉŸâOógø³ü9þ<¿È_â/óWø«ü5þ:ƒ¿Éßâoówø»ü=þ>ÿ€È?âóOø§ü3þ9ÿ‚É¿â_óoø·ü;þ=ÿÿÈâ?ó_ø¯ü7þ;ÿƒÿÉÿâóe;Á^pÊ ŽB9¡¼PA¨(T* U„ªB5¡ºà$8 .‚«PCpj îB-ÁCð¼„ÚB¡®à-Ô|_ÁO¨/ø „¡¡(4‚„ÆB¡©,„Í„æB¨ÐBh)´„ÖB¸ÐFˆ"…(!Zˆb…8!^H…$!Y0)Bª`Ò„t¡­!d YB¶#˜³`r…ŸŠÏÄçâ ñ¥øJ|-¾ߊïÄ÷âñ£øIü,~¿ŠßÄïâñ§øKü-–‘ì${ÉA*+9Jå¤òR©¢TIª,U‘ªJդ꒓ä,¹H®R ÉMª)¹Kµ$ÉSò’jKu¤º’·TOò‘|%?©¾ä/5¤†R ÔH ’KM¤¦R°"5“šK¡R ©¥ÔJ “ZKáR)BŠ”¢¤h)FŠ•â¤x)AJ”’¤dÉ ¥H©’QJ“Ò¥¶R†”)eIÙRŽd’Ì’EÊ•ò¤|©@*” – •0 —‰”(‰–‰•8‰—I”$I–I•4©Ô^ê u”:I¥.RW©›Ô]ê!õ”zI½¥>R_©ŸÔ_ ”Iƒ¥!ÒPi˜4\!”FI£¥1ÒXiœ4^š M”&IEÒd©Xš"M•¦IÓ¥ÒLi–4[š#Í•æIó¥ÒBi‘´XZ"-•–IË¥ÒJi•´ZZ#­•ÖIë¥ ÒFi“´YÚ"m•¶IÛ¥ÒNi—´[Ú#í•öIû¥ÒAétX:"•ŽIÇ¥ÒIé”tZ:#•ÎIç¥ ÒEé’tYº"]•®I×¥ÒMé–t[º#Ý•îI÷¥ÒCé‘ôXz"=•žIÏ¥ÒKé•ôZz#½•ÞIï¥ÒGé“ôYú"}•¾IߥÒOé—ô[*#ÛÉö²ƒ\Vv”ËÉåå rE¹’\Y®"W•«ÉÕe'ÙYv‘]å²›\Sv—kɲ§ì%×–ëÈueo¹žì#ûÊ~r}Ù_n È å@¹‘$7–›ÈMå`9Dn&7—CårK¹•&·–Ãå6r„)GÉÑrŒ+ÇÉñr‚œ('ÉɲAN‘Se£œ&§Ëmå 9SÎ’³åÙ$›e‹œ+çÉùr\(C2,#2*c2.2)S2-32+s2/ ²(K²,+²*kr;¹½ÜAî(w’;Ë]ä®r7¹»ÜCî)÷’{Ë}ä¾r?¹¿<@(’ËCä¡ò0y¸*“Ë'ä“ò)ù´|F>+Ÿ“ÏËä‹ò%ù²|E¾*_“¯Ë7ä›ò-ù¶|G¾+ß“ïËä‡ò#ù±üD~*?“ŸË/ä—ò+ùµüF~+¿“ßËäò'ù³üEþ*“¿Ë?äŸò/ù·\F±S쥬⨔SÊ+”ŠJ%¥²RE©ªTSª+NŠ³â¢¸*57¥¦â®ÔR<OÅK©­ÔQê*ÞJ=ÅGñUü”úŠ¿Ò@ P*J#%Hi¬4Qš*ÁJˆÒLi®„*-”–J+%Li­„+m”%R‰R¢•%V‰Sâ•%QIR’ƒ’¢¤*F%MIWÚ*J¦’¥d+9ŠI1+%WÉSò•¥PXATÁ\!R¡ZaVá^Q‘YQUÑ”vJ{¥ƒÒQé¤tVº(]•nJw¥‡ÒSé¥ôVú(}•~Je€2P¤ V†(C•aÊpe„2R¥ŒVÆ(c•qÊxe‚2Q™¤)“•beŠ2U™¦LWf(3•YÊleŽ2W™§ÌW( •EÊbe‰²TY¦,WV(+•UÊje²VY§¬W6(•MÊfe‹²UÙ¦lWv(;•]Êne²WÙ§ìW(•CÊaåˆrT9¦WN('•SÊiåŒrV9§œW.(•KÊeåŠrU¹¦\Wn(7•[ÊmåŽrW¹§ÜW(•GÊcå‰òTy¦(•OÊgå‹òUù¦|W~(?•_Êo¥Œj§Ú«jYÕQ-§–W+¨ÕJjeµŠZU­¦VWTgÕEuUk¨njMÕ]­¥z¨žª—Z[­£ÖU½Õzªê«ú©õUµ 6TÕFjÚXm¢6UƒÕµ™Ú\ U[¨-ÕVj˜ÚZ WÛ¨j¤¥F«1j¬§Æ« j¢š¤&«5EMUjšš®¶U3ÔL5KÍVsT“jV-j®š§æ«j¡ ©°Š¨¨Š©¸J¨¤J©´Ê¨¬Ê©¼*¨¢*©²ª¨ªª©íÔöjµ£ÚIí¬vQ»ªÝÔîjµ§ÚKí­öQûªýÔþêu :H¬Q‡ªÃÔáêu¤:J­ŽQǪãÔñêu¢:I-R'«Åêuª:M®ÎPgª³ÔÙêu®:O¯.Pª‹ÔÅêu©ºL]®®PWª«ÔÕêu­ºN]¯nP7ª›ÔÍêu«ºMÝ®îPwª»ÔÝêu¯ºOݯPª‡ÔÃêõ¨zL=®žPOª§ÔÓêõ¬zN=¯^P/ª—ÔËêõªzM½®ÞPoª·ÔÛêõ®zO½¯>PªÔÇêõ©úL}®¾P_ª¯Ô×êõ­úN}¯~P?ªŸÔÏêõ«úMý®þPª¿ÔßjÍN³×´²š£VN+¯UÐ*j•´ÊZ­ªVM«®9iΚ‹æªÕÐÜ´šš»VKóÐ<5/­¶VG««ykõ4ÍWóÓêkþZ-@k¨j´ ­±ÖDkªk!Z3­¹ªµÐZj­´0­µ®µÑ"´H-J‹Öb´X-N‹×´D-IKÖ ZŠ–ªµ4-]k«eh™Z––­åh&ͬY´\-OË× ´B Ò` ÑP ÓpÐHÒhÑXÓxMÐDMÒdMÑTMÓÚiíµZG­“ÖYë¢uÕºiݵZO­—Ö[ë£õÕúiýµÚ@m6X¢ Õ†iõÚHm”6Z£ÕÆiãµ ÚDm’V¤MÖŠµ)ÚTmš6]›¡ÍÔfi³µ9Ú\mž6_[ -Ôi‹µ%ÚRm™¶\[¡­ÔVi«µ5ÚZm¶^Û mÔ6i›µ-ÚVm›¶]Û¡íÔvi»µ=Ú^mŸ¶_; Ôi‡µ#ÚQí˜v\;¡ÔNi§µ3ÚYíœv^ûÿØ{머²f}h§@!!@ÜCÈà.Ý 4CO&6Žû9Ä]&î6qw·‰»»»»{òÛsæ¼}™yïýó[ëËZ$„Þµ«vÕSOÕ>Ýì}®ø|ñ…â‹Å—Š/_)¾Z|­øzñâ›Å·Šoß)¾[|¯ø~ñƒâ‡ÅŠ?)~Zü¬øyñ‹â—ůŠ_¿)~[ü®ø}ñ‡âÅŸŠ?)þZü­ø{ñâŸÅ.+äÉ 9¤€” RCÈÒB:H #äU‚TBv¨j µÚBí öP¨#Ô ê ý uºBÝ îPè7¨'Ô ê õŠ!‚!B! Â!"! ¢!b!â!*úBý þÐh 4 †BàáÐh$4  ~‡ÆBã ñÐh"4 š M¦BÓ éÐ h&4 š ÍæB@ó ùÐh!´Z -–BË åÐ h%´ Z ­ÖBë õÐh#´ Ú m¶BÛ íÐh'´ úÚ íöBû ýÐè t: ŽBÇ ãÐ è$t : ÎBç óÐè"t º ]®B× ëÐ è&t º ÝîB÷ ûÐè!ôz =žBÏ çÐ è%ô z ½ÞBï ÷Ðè#ô ú }¾Bß ïÐè'ä»Ân° –à X «`5¬Ýa-¬ƒõ°6Âp%Øö‚+ÃÞpØ® ûÂÕàê°\ö‡à@¸&\ ® ×ëÂõàúp¸!Ün 7›ÂÍà ¸9Ün Ã!p+ø8ƒÃá8Ž‚£á8Žƒãá8N‚“áØ›a œ §Áé°΀mp&œgÃ9p.œçÃp!l‡‹àÖp¸-Ünw€;ÂàÎð¯p¸+Ü î÷€ƒ{½àÞp¸†`F`Æ`&`¦`f`æ`à¸/ÜàÁðx(< €G£àÑðøwx,<O€'“àÉðx*< žÏ€g³àÙðx.ü<ž/€‹àÅðx)¼ ^¯€W«àÕðx-¼^o€7›àÍðx+¼ Þï€w»à?áÝðx/¼Þ€‡àÃðø(| >Ÿ€O§àÓðø,|>_€/—àËðø*| ¾߀o·àÛðø.|¾?€ÂàÇðø)ü ~¿€_¯à×ðø-ü~€?ŸàÏðø+ü þÿ€Â.ˆ+â†È9¢@”ˆ Q#ÄÑ":D#âTB</¤2âTA|ªˆ/R ©Žø!5$ Dj"µÚH¤.R©4@"ÆH¤)Ò Bš#-–H0‚´B~AB‘0$‰@"‘($‰Ab‘8$I@‘$$IALˆ± ©H’ŽX‘ Ćd"YH6’ƒä"yH>R€"v¤i´AÚ"íöH¤#Ò éŒüŠtAº"ÝîHä7¤'Ò éôAŠA Á! ¡aá)Aú"ýþÈd 2Œ A†"ÃáÈd$2 ŒA~GÆ"ãñÈd"2 ™ŒLA¦"ÓéÈ d&2 ™ÌAæ" óùÈd!²YŒ,A–"ËåÈ d%² Y¬AÖ"ëõÈd#² ÙŒlA¶"ÛíÈd'² ùÙìAö"ûýÈä r9ŒAŽ"ÇãÈ ä$r 9œAÎ"çóÈä"r ¹Œ\A®"×ëÈ ä&r ¹ÜAî"÷ûÈä!òyŒ@¢ÐÇèô)ú }޾@_¢¯Ð×èô-ú}~@?¢ŸÐÏèô+ú ýŽþ@¢.˜+æ†É09¦À”˜ ScÌÓb:L0#æUÂ<1/¬2æUÁ|°ª˜/V «Žùa50, Äjbµ°ÚX¬.V«5Àb°ÆX¬)Ö Âšc-°–X0‚µÂ~ÁB±0,‹À"±(,‹Áb±8,KÀ±$,KÁL˜³`©X–ŽY± ̆ebYX6–ƒåbyX>V€bv¬kµÁÚbí°öX¬#Ö ëŒýŠuÁºbݰîXì7¬'Ö ëõÁŠ1ƒ1C1 Ã1#1 £1c1ã1+Áúbý°þØl 6Œ Á†bðáØl$6 Á~ÇÆbã°ñØl"6 ›ŒMÁ¦bÓ°éØ l&6 ›ÍÁæb`ó°ùØl!¶[Œ-Á–bË°åØ l%¶ [­ÁÖbë°õØl#¶ ÛŒmÁ¶bÛ°íØl'¶ ûÛíÁöbû°ýØì v;ŒÁŽbÇ°ãØ ì$v ;ÁÎbç°óØì"v »Œ]Á®b×°ëØ ì&v »ÝÁîb÷°ûØì!ö{Œ=ÁžbÏ°çØ ì%ö {½ÁÞbï°÷Øì#ö ûŒ}Á¾bß°ïØì'æ‚»ân¸ —ã \‰«p5®ÁÝq-®Ãõ¸7âx%Ü÷Â+ã~Ùaö†âÙÞxuܯûãx ^¯…ׯëàuñzx}¼Þo„7Æ›àMñfxÞo·Äƒñ¼þ Їááx‰GáÑx ‹Çáñxžˆ'áÉx nÂ͸OÅÓðtÜŠgà6<ϳñ<ÏÃóñ¼·ãExk¼ Þo‡·Ç;àñNxgüW¼ Þï†wÇ{à¿á=ñ^xo¼^ŒC8Œ#8Šc8Ž8‰S838‹s8 x Þï‡÷ÇàñAø`|>†ÇGà#ñQøh| þ;>‡Ç'àñIød| >Ÿ†OÇgà3ñYøl|>ÿŸ‡ÏÇà ñEøb| ¾_†/ÇWà+ñUøj| ¾_‡¯Ç7àñMøf| ¾߆oÇwà;ñ]øŸøn|¾߇ïÇàñCøaü~?†ÇOà'ñSøiü ~?‡ŸÇ/àñKøeü ~¿†_Çoà7ñ[ømü~¿‡ßÇàñGøcü þ†?Ç_à/ñWøkü þ‡¿Ç?àñOøgü þÿ†Çà?q•p#d„œPJBE¨ áNh ¡' „‘ð *ž„Q™ð&ª>DU—¨FT'üˆ„?@5‰ZDm¢Q—¨GÔ' ‰FDc¢ Ñ”hF͉DK"˜!Z¿¡DND‘DMıDO$‰D‘L¤&ÂLXˆT"H'¬Da#2‰,"›È!r‰<"Ÿ( ;QD´&Úm‰vD{¢Ñ‘èDt&~%º]‰nDw¢ñÑ“èEô&úÅDÀB FàAEÐC°Gð„@”}‰~Db1D &†C‰aÄpb1’EŒ&Æ¿c‰qÄxb1‘˜DL&¦S‰iÄtb1“˜EÌ&æs‰?ˆyÄ|b±XD,&–K‰eÄrb±’XE¬&Ök‰uÄzb±‘ØDl&¶[‰mÄvb±“ØEüIì&ö{‰}Ä~âq8D&ŽG‰cÄqâq’8Eœ&Îg‰sÄyâq‘¸D\&®W‰kÄuâq“¸EÜ&îw‰{Ä}âñxD<&žO‰gÄsâñ’xE¼&Þo‰wÄ{âñ‘øD|&¾_‰oÄwâñ“p!]I7RFÊI©$U¤šÔԑzÒ@I²éIz‘•Io² éCV%}ÉjduÒ¬Aú“d Y“¬EÖ&ëuÉzd}²ÙlD6&›MÉfdÙœlA¶$ƒÉ²ù J†‘ádIF‘Ñd KÆ‘ñd™H&‘Éd i"ͤ…L%ÓÈtÒJf62“Ì"³É2—Ì#óɲ´“Edk² Ù–lG¶';ÉNdgòW² Ù•ìFv'{¿‘=É^do²YLB$L"$Jb$N$IR$M2$Kr$O d Ù—ìGö'ÉAä`r9”F'G#ÉQähr ù;9–GŽ''ÉIädr 9•œFN'g3ÉYälr9—üƒœGÎ' ÉEäbr ¹”\F.'W+ÉUäjr ¹–\G®'7ÉMäfr ¹•ÜFn'w;É]äŸäó——¦]w“ȃä!ò0y„#Ÿ“/È—ä+ò5ù†|K¾#ß“Èä'ò3ù…üJ~#¿“?ÈŸ¤ åJ¹Q2JN)(%¥¢Ô”†r§´”ŽÒSÊHyP•(OÊ‹ªLySU(ª*åKU£ªS~T ÊŸ  ©šT-ª6U‡ªKÕ£êS ¨†T#ª1Õ„jJ5£‚¨æT ª%L…P­¨_¨P*Œ §"¨H*ŠŠ¦b¨X*ŽŠ§¨D*‰J¦R(e¦,T*•F¥SV*ƒ²Q™T•MåP¹T•OP…”*¢ZSm¨¶T;ª=ÕêHu¢:S¿R]¨®T7ª;ÕƒúêIõ¢zS}¨b ¢` ¡P £pŠ HŠ¢hŠ¡XŠ£xJ J¨¾T?ª?5€H ¢SC¨¡Ô0j85‚I¢FSc¨ß©±Ô8j<5šHM¢&SS¨©Ô4j:5ƒšIÍ¢fSs¨¹ÔÔµ€ZH-¢SK¨¥Ô2j9µ‚ZI­¢VSk¨µÔ:j=µÚHm¢6S[¨­Ô6j;µƒÚIí¢þ¤vS{¨½Ô>j?u€:H¢SG¨£Ô1ê8u‚:I¢NSg¨³Ô9êõ€zH=¢SO¨§Ô3ê9õ‚zI½¢^So¨·Ô;ê=õúH}¢>S_¨¯Ô7ê;õƒúI¹Ð®´-£å´‚VÒ*ZMkhwZKëh=m ´]‰ö¤½èÊ´7]…ö¡«Ò¾t5º:íG× ýé:®I×¢kÓuèºt=º>Ý€nH7¢ÓMè¦t3:ˆnN· [ÒÁtÝŠþ…¥Ãèp:‚ޤ£èh:†Ž¥ãèx:N¤“èd:…6ÑfÚB§Òit:m¥3hIgÑÙtKçÑùt]HÛé"º5݆nK·£ÛÓèŽt'º3ý+Ý…îJw£»Ó=èßèžt/º7݇.¦!¦¥1§ š¤)š¦š¥9š§º„îK÷£ûÓèô z0=„J£‡Ó#è‘ô(z4=†þK£ÇÓè‰ô$z2=…žJO£§Ó3è™ô,z6=‡žKÿAÏ£çÓ è…ô"z1½„^J/£—Ó+è•ô*z5½†^K¯£×Óèô&z3½…ÞJo£·Ó;èô.úOz7½‡ÞKï£÷Óèƒô!ú0}„>J£Ó'è“ô)ú4}†>KŸ£ÏÓè‹ô%ú2}…¾J_£¯Ó7è›ô-Z:韼M? ÒèÇôú)ýŒ~N¿ _Ò¯è×ôú-ýŽ~O ?ÒŸèÏôú+ýþNÿ Ò.Œ+ãÆÈ9£`”ŒŠQ3ÆÑ2:FÏ#ãÁTb</¦2ãÍTa|˜ªŒ/S©Îø15&€ dj2µ˜ÚL¦.S©Ï4`2˜ÆL¦)ÓŒ bš3-˜–L0´b~aB™0&œ‰`"™(&š‰ab™8&žI`™$&™IaLŒ™±0©L“ÎX™ ÆÆd2YL6“Ãä2yL>SÀ2v¦ˆiÍ´aÚ2í˜öL¦#Ó‰éÌüÊtaº2ݘîLæ7¦'Ó‹éÍôaŠˆ„AŒÁ‚!Š¡†aŽá)aú2ý˜þÌf 3ˆÌ a†2ØáÌf$3ŠÍŒa~gÆ2ã˜ñÌf"3‰™ÌLa¦2Ó˜éÌ f&3‹™ÍÌaæ20ó˜ùÌf!³ˆYÌ,a–2˘åÌ f%³ŠYͬaÖ2ë˜õÌf#³‰ÙÌla¶2Û˜íÌf'³‹ù“ÙÍìaö2û˜ýÌæ sˆ9ÌaŽ2ǘãÌ æ$sŠ9ÍœaÎ2ç˜óÌæ"s‰¹Ì\a®2טëÌ æ&s‹¹ÍÜaî2÷˜ûÌæ!óˆyÌ`²ØÇìö)ûŒ}ξ`_²¯Ø×ìö-ûŽ}Ï~`?²ŸØÏìö+ûýÎþ`².œ+çÆÉ89§à”œŠSsÎÓr:NÏ8#çÁUâ<9/®2çÍUá|¸ªœ/W«Îùq58.€ äjrµ¸Ú\®.W«Ï5àr¸Æ\®)׌ âšs-¸–\0µâ~áB¹0.œ‹à"¹(.š‹áb¹8.žKà¹$.™KáLœ™³p©\—ÎY¹ ÎÆerY\6—Ãåry\>WÀrv®ˆk͵áÚrí¸ö\®#׉ëÌýÊuáºrݸî\î7®'׋ëÍõáŠ9ˆƒ9„C9ŒÃ9‚#9Š£9†c9Žã9+áúrý¸þÜn 7ˆÌ á†røáÜn$7ŠÍá~çÆrã¸ñÜn"7‰›ÌMá¦rÓ¸éÜ n&7‹›ÍÍáærpó¸ùÜn!·ˆ[Ì-á–r˸åÜ n%·Š[Í­áÖrë¸õÜn#·‰ÛÌmá¶rÛ¸íÜn'·‹û“ÛÍíáörû¸ýÜî wˆ;ÌáŽrǸãÜ î$wŠ;ÍáÎrç¸óÜî"w‰»Ì]á®r׸ëÜ î&w‹»ÍÝáîr÷¸ûÜî!÷ˆ{Ì=ážrϸçÜ î%÷Š{ͽáÞrï¸÷Üî#÷‰ûÌ}á¾r߸ïÜî'ç»òn¼Œ—ó ^É«x5¯áÝy-¯ãõ¼7ò|%Þ“÷â+óÞ|Þ‡¯ÊûòÕøê¼_ƒ÷çø@¾&_‹¯Í×áëòõøú|¾!߈oÌ7á›òÍø ¾9ß‚oÉó!|+þ>”ãÃù>’â£ù>–ããù>‘Oâ“ùÞÄ›y ŸÊ§ñ鼕Ïàm|&ŸÅgó9|.ŸÇçó|!oç‹øÖ|¾-ߎoÏwà;òøÎü¯|¾+ßïÎ÷àã{ò½øÞ|¾˜‡x˜Gx”Çxœ'x’§xšgx–çxžø¾/ßïÏàòƒøÁü~(?ŒÎàGò£øÑüþw~,?ŽÏOà'ò“øÉü~*?ŸÎÏàgò³øÙü~.ÿ?ŸÏ/àò‹øÅü~)¿Œ_ίàWò«øÕü~-¿Ž_Ïoà7ò›øÍü~+¿ßÎïàwò»ø?ùÝü~/¿ßÏàò‡øÃüþ(Œ?ΟàOò§øÓüþ,Ž?Ï_à/ò—øËüþ*¿Îßàoò·øÛüþ.¿Ï?àòøÇüþ)ÿŒοà_ò¯ø×üþ-ÿŽÏà?òŸøÏüþ+ÿÿÎÿàò.‚«à&ȹ ”‚JP Á]Ð :A/£à!T</¡²à-T|„ª‚¯PM¨.ø 5!@j µ„ÚB¡®PO¨/4 „ÆB¡©ÐLš -„–B°"´~B…0!\ˆ"…(!Zˆb…8!^H…$!YHL‚Y°©Bš.X… Á&d YB¶#ä yB¾P  v¡Hh-´Ú í„öB¡£ÐIè,ü*tº Ý„îBá7¡§ÐKè-ôŠH€D@LÀB J F`NàA(ú ý„þÂa 0H, † ÄáÂa¤0J-Œ~Æ ã„ñÂa¢0I˜,L¦ Ó„é a¦0K˜-Ìæ ó„ùÂa¡°HX,,– Ë„å a¥°JX-¬Ö ë„õÂa£°IØ,l¶ Û„íÂa§°KøSØ-ìö û„ýÂá pH8,Ž Ç„ã á¤pJ8-œÎ ç„óÂá¢pI¸,\® ׄë á¦pK¸-Üî ÷„ûÂá¡ðHx,<ž Ï„ç á¥ðJx-¼Þ ï„÷Âá£ðIø,|¾ ß„ïÂá§àRâZâV"+‘—(J”%ªu‰¦Ä½D[¢+Ñ—JŒ%%•J/`‰–uß¡ú–­ã ;€þÃÃ.6ˆ'ûˆ±»æ8?žH+«ÝT)£’·©ª™ YÃ6ÉþÆ1mDÜ€'Îev¬ð÷©’Uá2ZѰèR³pkö‚' WŠª 0>   g]¾³tˆxOƪ¨öf“lˆâ ªj°I7ÄpPÒ_O:…uˆ¢R\É•P§V@$2Å‹ì©ÍÍ[Ã÷«.µLÖ 2ì÷˜ÆÙ"¼¾Ûc6)úgÿ'Ê(öª.…Ü)XiNËìkJø}˜·Ý±†{’æQIÞŠà/;é§é¯ëgØ-Ù#¬EÌ¿G=EòÆJûêÈ1Š“ªª!6ÝÃIÿk=Õ»Ze£ÇU^æ3ELäqQ~aœ¯Ó={¢ÿî;î4j <·<ïªÓZ…i²©GU‹Miº†£¢|¶ä­óÀ‹&§Û&ŽH9ùØqJmÒ_ç¥Ê†)« C³†‹òݤ¹?ýuÞdZên¸L.êZ/ËH´Mò˜l¾jlÐÍ÷7Ì”2ε¨IúÕ´aÒy±©w5sÀt¼°‰)ßc®­SêDC˜5FŠ|&ÑKDhŸ´ONgr¯6½ˆ\"Íp”šcj1ŸÕŽ7ä8ü?CZcNBB¼ÉFgœMLy7Kœ1ʼn ¨Ì–Ö—¦w…û¬óÓDz<~5c6pïeÉÚ€ƒ3¦^à'ãAÄ–º›, 977Àõ¦ÛSÃÔ÷›ÚêÖ…'2#Áú‡tŠ`/ K[ÀÏòAôž‚7˜S@._ÉL˹î¶ÂÖÆ³†ûuíLC[0€Ò•¥N.ÝçÐY=ºƒèýß‹»EÖXÝ5>=ß^ÅØÎ²'ïKzkŸæ“‘¬s›+9`0Z\óyÇÌ•Ä×öçúº†[§*.âã.k§¬™§ìQ…ß"7Š9c²4+ø˜ ü6¹ƒ4–X±±å¡Û"ŤÀ …Læ"C7ÉÿCŸ›d_t꘾IÅ“lçYÖÆÖu½ï¶@qÜu_»À0¸°¢9Vð×±öYN¯=rT—Ú®«B›$V äãîjçrÐw¤´Å’|ž£ üÒú|Ão¬t°1’܉°Nb_“HKl¦°$ç-ST 8kíf{ÝÓq·YŒæ÷ã¬×|Q´:pr³4n™˜i ]»-Q\ð?QôX»ÄÐèï"5^ÔÒä€ÖþZŒØú´VáûÛR6)¦eՌÉ@ù˜Ru¢f)©vmtiù/©Öœüæ-cßk7ŠÀèsEJ¼ûCü_6xå5ðÊTS}§çÞÍøºNQ¥y°û[-fE=F¦ ‡äŸsÊÓH yÛªps w¾v[£¸TÓòZÛ8c5`w¥ºG%àÝ‚ dO{ºÄÁ{Ãþçõ–Ÿn*ˤ X÷ŸÚ]†ÉRåû=ø—¾Þá¨ÙÓÁw·¥µ qº<íúÝm‡"?hŠå»6 šã¿Äv_hYO¿Z{–‹Á©è¯nÛU‚"Ý¿j·XQ~Y™“]ÀÊ7XÎú†¤ý¬xeo ݵîúÙídö…fC,Ÿµ[ ôßõG’ÿ&jû熦m¿÷-Üî<ñNœ¦’TT 6¹»'4 qðo!X}Xë8àC g®–ª§öÞb„¼ó­÷ò÷+.´œaQèöylØ+õ~ÃÄ(Uö b •(ìïSÝÊ}ì2Ù^Å…Ñ2Ý^ÃW¥ì ÿƒóþ­þÆ»šRw+òƒãÝ]u» ý€ýˆ…‹øb¹l/=n‹QgbÐ,Üæj”TT ±¹u' K +Öâ%ZEÙ¶–»èO‹^v\eu×ëŽF9ü7ÅÁdÃ_ÙFeì ­xæ4W­ÌÕ<)ä»M«;jáZðï}ÇB©¾Y\ß$V䇜×è†y4(«zþÞÙeÆ;õó¾?kŸ,o‘t's²nqúkP'3@ôºï=*zbîç°úlæ×4“çu<ÍÍ+°Í±åz´°æ¹OÔ×{Kö?L#Fü}þ½Ì·Êѱ\‰É.Ź–É•=¼T9î[Ígõ^#<Ã[ 0³*o“8Ç 50¬1à>ÔÑîvTç,×ßÒf'UR½K«;­/”¸b½´ëé—ß$#¡,…«»@~ŠëÓ9¿X¯šTo,ÅÖÝ‘ÍÄy—|ë&EºÀì4Io«¿ºˆdȉÿp™Ÿ9S¶Ù\CÕÖ½¥ýº~›¸ëÃD¶>äðVXýZ`?,ÖÜиRýXÜtYe㧬Öîú˜«úê'E YKí¿2z¥µŠeÓwg´^Šlá‘ p{Tœ'’¾Ö`ôårUw“#‹J\wÉ&½Nš¹K÷Së\ó÷®ßæ,qQÊ¡V`®NYÉ».4åE«x÷ñßõÑâú‹œz$VôåŽìζý¢E‡q©6d`ûÔ¦KJ:ë>¬p©9ÒÉJGµ\Ý¬È ­(?1WÂ×èìs‰G2¢3.„«j¥E¤y¦…{m=}o¿Œ0QÛ¤rpºÄh£Ã†¸~N«lR¥Gß5« &Qÿº¿žþwìÄz™z¤î—k©± ro™¢0$ùŽÜ©&~—ð÷oN=W§ìâbeæs!ÌÜ÷êd†DºR·õ0iº´Þ‡aÿlAƒì~®U5{Lñª~î»u®†øÿÅþ}v©vŒëIYå›jŒûIÑp¦Ôþ°“ÓÎùN™»yÎIOrw›ËÎ[U£Ü$ê V‡~àŸð•ô_ž>õ‹;*›’¦á~T÷(;M”Ï+",=JíÚ·Š6_)x[ʾayñ©‡e¹!Õ0÷Ã:Áâ´þS1Ab ï…W¬¹­…~Ùã<äí&»ÿŒŸuѸàÛžd-Ý ¬±ªÄõ¿‹•m}˜"lKxbáaG1Ü<Ýæ­8¯|[˜šS3õCÙ;å‰äá‘ ãÁb¾î{Ò¥Põdا\OkpRqþ¼L/ÃYã`Õb ó»SÍÚÕSDůÒÿ:n LëzƸØ9Ö=K75ã´±§IfR9i9#ÙÒ  ÈG”{)uÇÄJ¨Ê°[w…ßTÚ¢Ûë þºÍFš] ²&ÃRÞoZqíÌ•Ä Ù¶$£†âºr¦{[]fÔû2Ï÷&‚š%‡ˆ|R%ÿ«Ãº÷…Bî÷TOãëUåt÷Ö:"všƒ©Ö€5ÕµK=¿Ý^¯– û¹r…{oÝÍøç¢ýùæžåö ˆ„‚v‘$­¾7ËÕz,39sGÂ2÷žºþùO7¥lÕdô/WÁצt)Õ}`ÝízÆÿFÁcå÷º††ÇÆÒÆr»*¬C²àðë&WUR¨â£2ÙBêB EùEÎm'Y±ÜzCÌã‚Rl²!v¼-»yIèØÐ¢L\×Êð^ÒÖ‰c]Sï:íçI 6Zš7¶È³y°â­28úN^°a_¾ZŒËY©ß¹ re©dÍq-¯°ð9¼¨ iê™ Aq¯•Óa] ÃkcpαŒ.ùå÷JŠH§R|¬ ß’1.(VñS¹Ö\¢‹5üö‡&ÿëÖhqŽÀØÔR]€¿­ì¼Ý ³ƒ¢ß•;Üy]´á»ñQ|yݹNë¼8FÌÍ:b¶¹zU5UnsgupÒWcYY_ñSÜösev§É,gšÍµVŽÍ£uá†ÏFuÄ0òlÖ¿ÕœZN=ØAWÏà©…¸ù ûÉ rÔ_rGI=óóRÝÓ¥:ãF¯,g-É …j¿û «ðý×¾sw©ýß^×3!‰ ™j¯û]¢¡aœoþÿíùûwsvp5«*>|”yB®«h¿¯Sí¢;¥”•iäôN™êbSUãÇèl£ÇT1VŸc–J¼µ3úÔ¿úò¸ë™`Ï,½ê¸û(Ý—¬]æy€?:‹sh㦆ŠU¼±hO³ ŸGu’¦Ðªü"FèÒ Zk¾¼\ªö´ý‡ç‡]_Ø- êVÜ0Å ñh*JMŽûþß<÷DrrŠ=ëdarœõ¢ÚGëUð#mð ÊàÊ–’´8ÏMÂ@W5íÃcĹ/;qPé¼k¨ÕÏÆšÏ«½µyú“öb–:òá§”5KüAÑ@O< êuÖµžIƒœU{i§&7z\ÙwJª=×LE"ë<˜aJ½ûø ·œÍ™’‘P˜¥¼hîoαvŒk¼õ÷½š‘a êŒÖN5 QW©Ç¢g¦H9™m=“£™­Ž²hÛëÇEÎåe3·í™ÑÃÅQå:Ðñ€yõbe¾îú1­­òzøåðÚ¶ú™Æ®ž¡¾ßFí± Y:aZæèë6ïÞZ®º³Z §«ε¶ÖO7ý $ö\˜õïì|yÙÕWÎeLUÛS|µvýžÈIRþy$úYï9ø"UdÕabü?ÙÚ\_ÞM¹Hív5ü¤y‘qN BÄ(ÎVøƒ5]ÉÎ+ÈM*󌖅£ŠfE<µ“yuµDöc ¿Ñt"o¿„GÕm%®ª~DÇRy ·Ä¦wVÎSßU×ÖvÖÏ3ŠúoØUbÎh<ß½BoäškÊÕ1sÕ·Õ§#:êçOüuc£äƒjŽÌ¿c//Y]œ{½%H>'q•z›5H[¬_e¡ãÀé.Ñ›ƒÄýÎ'ù¾Eo€Ž÷®­ä¸rƒº8®•×o0vhþOhíUáŽÒ¿c°|¢yú­:X‹ê×òcD&œðs—®^®ªö–Ö÷Úµ…VjâšÛ[haýã­ ²#‡Æwìf+‘z✉–Xy‰ò¨ù§:V[¢ßeœôg©‘ rw=fï“0L̘éNµã>ðÑs´œWîPWGkL;ŒJéßìèF8øøD©=jþÅÜÕ¾MýU©eõÛŒ<·ÕTò÷îRb’½¤³Ä®R˜¨Y.§•[ÔŸÕÃRΤl1ÞjÖX%8G•2CD^}1ž™âÏÿtŠ„Ê­CÜåAµJcÒöL=h vqIŽûßÕÞSE…}’’å+M-r ²’µƒôû·Zº¸Ð¢Æ«RŽ=6!¹¼¼ øVæöÌ´ ¨¶E0%jè÷o…üÏë>Yž ×,ÿnCK¼¼Ÿr·ÚU¯í§ßmì Þà 燤ʤuîXq+ÃÀé¬Í‰}LÍí"Nª5Ñ6íýIc ¤ ¹b}º2¤w³ÊG)«]\¬ÚQúãÆ[Áÿfmr¹JâcI“PòiÚú£ÆNëõ/“ý)"†ú‹ø¼'­Mãf‘o¨’¬Ñ§Ó6N/´Fî‘æðq²Õ”V±EÍ-e-mê¶ž³‹&ëgêýA\y|Ú«´}EgËt ÝÝY©OYšAe7+líy&t¢¾vtج+Åé9#Ÿ^´zƒ“]^nge+m[ÌÅ©gÝÇëoŠX 88Q䨿å²öX['­»„§Jn3Í/c}£[&Õ¶Õß0Þï:‹5){¥ºÓ-|!°çºuœÄë}ßIýl%—BoÊf+;ĸ¥|H;je¼,vQÊ•8¾¤¨n| ñSÛ_‚ÊÕ‘nÁö§mÕLìu÷™ú_=¯– 4^rŠô(G?z¨ª²¢®ÊþLn­îèyÕ}º¾µñ?×ð†ØM z÷•¢|'®º£îŽH1:¸½vø£ÌCÑãìêöž‡­Sõvã!ËN12ËA¦Ó…þ@ê×pCNY­‹¤jT9gFæCÙ"e7uÃ,&{‘~VàNÑÖ˜R{å°ôб3D«eæ}ÙeïÔžž÷Ý‘ˆvxÁ*'ÏXÁ»w‡@ìÖJøÁSïÊêÛ;«{x>§÷Õ?þïO:ˆr×¥Nh1È„ß+d¥¨èÛ²¹Ê~ÖZ·Ýçêo8ž¶;ñÍÈøâRû¶ÃNQgy)[¥,VãžËBW鯂èMrŒÝl °ºª‚jÜÔí¹l­)=#6ü¹û }»€sÀWKMáŽ*æðý20÷@ѯÀ<Ÿ¥ݞʖ)÷äÞOÝOgß«c)šà_ö@mK=½ü%¦¡ÛcÙeõä°…Kô7ü_í*½ °X­\÷ĈŠIú(Û¤$Õ¼çG÷MúYÍ-é;Êí—`ЃŸ·–þÙ™¤¹"†òsÞË6(q5ëIX7èÛ5âúà)È\eâ-‘ lÀ£÷K!¿½#;¦d¿•­S¢jÚó­û:½sYâ¿ó½Î´¿T/°Ï|-¿j"¬&=_»³á7JUß>9Mö®Ë0àhé±n?e[³KÔƒ<ºïÒÏå{–yçE©gXëJur­lßeZs‡üžßÝwèÛ9韜»ºTÍ3TøùµGÑ_e³3Xu笯îÛôþy¤ÌsãÊN6X£ÿù‰Ñ­åk?k¦Õ%žÏó·èä a¶œd7…|¿r:Y£Ðî×_zÂyÖ"á®Q9Ý·l%¹€çÝdò½Êê!Ñ2í^ýÒcºƒœ©&Ú$‹¬Ø²ëæN–ÝJoóOW­O~»àzš²#æHžó㶬LjÇå'•òd›Æ¨=©ï™7Õ §þNyøA’{*}™ !ø}¨^~\ù2ߪÑkëo”©þùöýã»ùinZùQåŠÐ4M\rRÁ,°þÍÉÿ—çOr5òÃÊaj‹F£=¬oòÏ#_&|“ªÉ&'vOO,Ï(ôQh&kgxøóm=ƒ#½ ÷ˆ–˜À÷dìϰóN$@^ó'!}_î#³·úEøDíÚ0oq÷œ›:HÔ„$ü¨…8r¾Tµ&K¾ËRð×gLÜÆËÏ*¼ÔÙ±ãµ~Ä*+bæx9̽7],X+åf¢”Yncå)•ÔYš±Úo±·Ìuœ2þsGÔú } 8››˜Ÿ\øÜÞÒü"ò¦"@Ý^“œD§”zþ6ÛÁE§DmÍÀ\ÉbÖÞQ㎙fÊ 15Ôm53µÃjHò‘óÖ,˜ä¸§[kj_¯GDO—_UTW× ßìWÈߨ`ŸäbbøíàÀÑW› ð5>nª|z†¯ú­uªöe¶¯¤?ÅÑqÔ‰¦AûúW¬§_ÿþ,–ä»÷ >5,§LûìŸó»iÒ¢ÚÄÖ7þfY+U¬Gÿ¥ó6‹3ò–òS‘7 7æ.ж ¬+êŸ Îx¯zûîjâßKD FæØÌDf²½¶º³Æ;5&³¶1>Ò۱Ɖ€ï?¦T¤}AáRq-…–¹òÛŠšêŽš¹Úk­JéÛçàÐ篅߮*ÕÛd™Óí?MAêbÍ*m—Ô Rño<1 àfˆƒÑ:—’=üßÛm…ü¹bkÔÃðÚ6‚‘MJÕ™R$§sV¶ÌŒeò§Šº¶žšÈ,¿€Æ’þÁe¨š”µÂg†©.ÊêáV’þXÑPÝC³DÛ&²¡(¯¹òtáò˜.Îv|…ïÿ»m’T„ªëDnÒöN¬ÖPÒY$òåOPf/«¶L¸Vš wÛ ¯h¥Æ5´mš·*÷üú#ðQ¤h…­ÂÚ‚º­“¿U«£Ó×iýš§‚ü2ƒìQDy”Ù+ÅØ*’k^#­¸kÖh ©-Œsþ± Úd<+ÃÿÝR™‚ŸŠXu‰f—Ö/5¶Œýþ1CþõÓgƒBg›vÈ¿+°x^³CÛ&hþ¿r·+°m¡› ǸQÛä·bU6V³Mëiô,Wç²ì=ÀÊë”±û™ÙU™{3”1ájZ“Yt­Y¸ñ‚˜µ…ušž¹ðAοgñ‘ðƒr•Ò¤¢™ëfëÿEŒìrÀ‘îez÷R6$|Èä¶_^/,Y=H³_{­e²è¿~ez͉±bÙ8ͲW.SæYhöjY:†lí[§Ð æ[;°šÛ4|K®‘4Ï‘çýÜF¹*Ó-ý4»µm‚ãL¬UÓôÏëãvRÞ"¦£¹íbí¿ z€}‰ÿ½ö.Éí6Ê­»…жªÆ×^ ¶:ð3RЧXn‰œ03´@Š®§#/G¸•k•iꚣÚ!i’|‘_ÿõý_“Öe–ÿeQÓÄ´ ±]þ~fµ³eÆ]T%›§yøè/Jí.²qG¯[Ï2?¡§ô k›åhd7)ÏÖÙòäÞÊó*Œ"õæó†WC"ý¸gímO‹‹9¥²è…* v‡¥úˆ‡wÛhõRžUA‰kмôgEý32ø ŸH|«Xë™X‡†ˆž¼Sf½!£¡¥’r{aFôc%½kN¿Ì]³+ðT…~œ7Û­½¼®é‚Y9Í ¿ ôg€U怞GH4Gü»ÿfºµ•×PÆ¥±v𬡟 VŠ¥‘„ß•¢—:Iùàá 2êè‹ÁѯÀêgþÈo-¿i¾ªš®©ftO½jÀK.}†:ò™Ä—™M{¾J‘‡Ï5Iñ :Iæµ¶m…—U}3—Dúê/ΖãyQ{ÅŸˆ.J™ ò#XYMì‹6åÜÏë&?m¨Z¤™X_ÿ=fh¹ß¸_îÉѹHdî1«Öæu‘×UÞWuµnÈ®«¿/Æï÷$¬{WyÏ9øä§¨^šçÖY®N½«š§©Pp÷?øsê4 róJqÿ §ªÖÄþÈÚÇB'ÎÕ\ ¨“|Ûðt ÇJi¼Ÿ'1Wj¹]ð¥Ìbyò¥j•fZ@þ¥Á9?oE)¬ÔñzèðJ\™*¶ÂmFVSåsÕ MQ€WêsÑ~Ĩ—hÃ|§n4¤ðv;Àª©=åÑ…©Ë4¿Y럊òs¤ºÌ¥ølm®2ï"úŽ´7T.Ñ\ño¨ìÈßJÑß#7Äï°Î”,7¥˜bƒ¤Îj·}Ê å¡Ê*.rZó)± ÿŽv£S5ù(VÆþ¶Ú©ó£F%ÎM*jÞ%ü½(ÿÆ4ÏÑ·ì‹.×ËŠ¯é$»Ö¹¡ò`å[ÕÂäj̓õoô_—|÷X»/20)ÄÑ uX±0[Ûôe¶×**òJP ý>Ñ&½È÷š)Q2È)ª ÅH´L´Ë­D«4[wi¦ÅêŠúǦ½tÔ 5@?)¢õ¡#–{t])£ByùúðïªîÖ¢ hýw ¿×eTþJ ŸRæ)BëR}l £ÛÜÒ­‘ʯªmšjALÞWiýÃ-YN1*íOYíS~vøø–NËÕŸU[4Wš½Kø,ÉÊõZÿÔt3瘔*õAMµ`“þƒÈ_s,U¤½Ú·èò‘À‚å…ÕD>-ì6H~+S¡¾g¹Ò2Y¯ø‡úcu ¶#Þ›Þë6@oNMJŒ»’¨—y·øÆß7Ñ{œžîvë'WºªwkŠ‚[FæfY—û GJT˜hQÌb§¬Y’óx§²¸/ˉ:éæb²)ꓚj!6}vjõ˜óáMOù‡>2ZìCÜ»º—æQr«R¯>®¹lÕëÅõrâàeb¼v¸àåú‰1"Žº§)µê£ši!iz­1$k†£Ó‰27cfDÅþK/â3L^¥Q§$…XôQ ˆÚõÈÿk'°dƒ.û¢‡WóduŽ_WódÇ»ÁSˆª x¿ ˜ýÔo6ÍÌÜ rú4øù¤ØóÞ^yÞ}&zûåùOòõ@ÞLÍZªûlDéÊyg€VÌ­ŽºVT£ -ÙË+Ç{¼ÏY_/¿ÿñ¡¢Þn¢¯üÿeGú"j1Ð3?¿½’W–÷XŸIySó²üÇÚ%»7‹Ù{Áis.æ’¥‘£\1yÑÞ¢0À«½÷îø›¾D^µ°ÙÀþÓRÞNpÊß~‰½M”„© `U77\÷¨áÕÖ{Düuß~òf>Xš Pû¬Lÿ1«‚ø$€±ƒìœ¥µ÷tŸNÙÕýZûO¼>-T¹b–èÁ¶O}³–»¿€§çø–yŸ—Hðõ²{÷¶\öõõ³ûW)Ü+f0Ù5Óž>R´W:ZZÍ' Yª¢<ô¨ï5=z‘ÏâÀÆÖnþ‹œ> 0¥Ü3¬K…›AΣÂH|ÖÓR׫zøŸîuýn&/¬(V™É¢U»ÀZ¾¬.ÕqœI¨íÕÙ{žOƒÀÚ~5ìX0£êïTK/;°¥N¼íQÓkkQ¤ùQ@M¿Žþ­Äè,oêÔ‹ý xCÌc·‚=޵½ôò*öÆí‹‚üŠýW‰ö7Kkð}*Yá´O•øa»“õërªç?÷hêÕÛ{…O÷ï°Þþ+¤õíp³×)ÅËö)‘#V¥FÊyêÑØ«§÷2ŸGöÆ~-Ëÿ7™;ÕÁF!Ù=zõð^â3ª°¡_ÿ%ñ>uövüô&à–B‘+9‘w>z„z‘Þ›|7õ#ý7>HS'³b÷uTÂÇb©çèãèœZeÞ• iåu8mƒO÷æ­üpÿ Àþ©’o£Ê0jc‡P™ç o=‚½Pïu> šû¡þë¤õç\IGú—âÂýå>åžÞ ö^ãó(¨…ì¿&°'Jªè7^{8Å“¡±^%Þ»|É/ñßôÏ–8âD…¿?Ù³LaýîíÅ{ïðéÔ<Œ÷ßØÙ™ïÖŠ_xì;0÷ð¨ê “¾z´±³ÞPNp~›äù}AœØùÝyC™Ìh’óÙ#ÜË?nf£fá~´ÿ–ÄO1g®Å%ƒ=šÂ •ªJ&¯!Þ}›ü†øtȯ ^Šjœ[ögŠJÕMƒ¼÷ûXÂ?ðÚŠRû KÞ±ç—UJôJÏÛëó(äLì§qêݧ–ñ‰Ü×Jñ^ý¼wûtŽ÷k¿»Ôú§‹hìei1½ÜÓc%›×ï“> Bl~cüOþKþ=È~\›ó÷q:.;MV¯øüã>‚­~£ü—‘·ˆ ¼Ü±?¹Ÿ‰y8ù¼£h+í²_Îb ‡¤ùð? ä—;ÖúÁ‰Û8å]lêÇ+šJ¯÷Qæ¸î!¿a‡ô÷O¾[A±.ï¡˜Ý ¥|*Ê Î,ðñ©v±údÿçÿ<½O:žK,ôwŒ ¾ìÙäY¨åoÂÏ{æ$-hf;_}@Q^`×ÿ|NšiO[jw¶Æ2ܶN\½U´Ã«Ò;Ûxï¯j¾u×|;ù åK*øL†°»mÂÑGã ÉìJ•\\ÌY>k“}êŽõ?›|«pt)¬üéà°Ø&¿Sl˜^xÂ|Ós¶w{Ÿ€j3gû·wòŸƒýB¹äha{ëkÎkTj‘9&®­Oj׫Ïôo äï'üæˆîII:QòvUѶ/¢WŸk{h¹ê9Ý»µOõjW«O÷o-é‘ü®,µ¶å¶ŠjoRøŸö¾$Ó·ÒeÏ©ÞÁ…¾Õ.WŸêo寉ÌÕM⟷Žl rº—eÓ_¿ éˆóˆì‡ž‹¼] üì?òùO‹®u±Ü““;‰dϱfdH,ÀÖ­tßsw×ÀºÕîW_àßÅá¿„èm¢ Ã?¢ûGù•aðÚ•îzÎó®ø!§iæ<ÿÎ’ü¬°¯€‰Žçw£n{Îõ~P³Úíêsý;Šòß"ný?Ê®®Éúk¦†ˆ8v°ƒ1vß7Ê1`ŒSÜÆ×ff^y’š™™yå™™™™‘™š!™™™™™wŠGÞâ‘ÿ‡Ÿ¿ÞÞwú÷óØö>¿çþ>Ïïxßu¸.›G’AO»±£øž{‰·5º,&ùnO•sÁÜn=¦bŸGê µ´­ž½EÃ+’.ð6Gï"b}Ö{TÀÝŒ]ÈCûàçî‚ÖˆMÌó5·•·)ztüéã7•»á^H`©’v6âùäÓÑJîSqSl#==sO'5°î¬v,MzãúWq3¢šù!Ž+È¯Žžÿa=ªIú6àKÚõˆåöá†Z÷u^Uô8âÓÎ~÷A‰Ñ÷½4”‘WpŽ˜iG³¶3e3÷*o{ôĘ/‰L*ÐTÈ»BŠo´Ë-¶Óz#÷2o[´2žÖ¢£Èï—š™OÙ[»z¿“2ûqøjt~üôä:æz+÷>¯.:î‘gQë‘p'ÓîEÔ2‡ë“¹÷xµÑÓÀ~ÍEã-ç¯Yª“ƒÑ~B Gß, íNÄN¦Loá^JÝ]$«ƒè]$œSÔñõ h@k‹¨a~ŸžÀmãÕDÏDQ×?i€ÉD4öÇÞ[ œ'·_CHM››ÖÈ”™³¹Ý£ž)÷þ3©à†Ï®L&­+½yÚ”Éíµ=ñ=ÀG”ÕY¥Ïü%Ö…¾›y:6Û%jwôlþ÷ Âz"ÍOfS€>#P|xг°um´Îôzæp³Û9*=¦ý4ìÿƒùÁ4rÑÂé{™²X7<긥ˆž›Ų̀?)Âv}¬ê¤…Ñ[˜§ÍNnXTKôb?û½ _ˆ±A¾´ÓBéÍÌbíÜШ]ÖEúãiŸ ,¢Zœ :X,Ÿ4;~|Ö» 9´zsxìqKHTSôþgýÐç.ðî‰å4Š5wâJúAFdä¢"~ÉA~•û%@ÖD„®Ï <}ŠTƒûm(T0KÉd#Õñ  bmýƒ©*éo?À×S|¿®ªqïiãkñêØ ÉYÞ%Dg|1®€vÊ%ðÒ# ¸U%{³zåÇǵZÔ»4’:ÕÂÒ]mÄë¦öuÂ7­œ~2\ØoORyÔ>>-æØj#`¨?¡üqžN@‘qm-ý(C¹Ã¹6Jïà£XS ÚË(NøìÎÈÜGZçcõHsƽ’ÊÈ]u„ÏGöߘ>Ûú\~bÿwýfÖÌθ#ˆñÌ„(rf ­¦fxròú­ŽÊwñ’gA&¦÷“Ò9¡;! “—¶Š~ˆÁ‰¼›·*ʚlj q§^1y?)GÐ*é7 ä‘#¸•Qgørà¿T±ã!ÞïÀa–' _5ŒVA#d§VDâ§Y.¬; Ÿ¬öγ|†¢zm]£ËÂÝu‚/ªÿMR=Y”G±½éëè'ÂÈÁÜuQE¶]yŠÆ‡„t˰Êhªä÷¿•q{Æ?m?ÒáÝLO€5¾sÌ…ŒØ’¹|[¿)ë ëfúP6rY’>ï_ûów9ÔîÌÄ7qlŒ¦m¢¿–£ŽÍÝÕÊW#úPìïñëöƒ'"<ã’ÈÊ‘´¾ö“ÑÊÈ‘ÜQã2g1P}HE£§RP/ëþ ÁGº'Ó¶å¾oˆ‹œÌ]š}“#lpÁﻂÉ?×ã&YùÄ*úPCâI\MÉuþ "ú6ˆœ8"cЧiÛéƒ9ò-×ö¨«ü.‰=dÿíiRDIa.E;˜vR¯µçn‹úÁjDö»…Po*ÑÇ*ýä('´›N«£×äY#§së¢îó«}ö‹–}ª\9¶æ4Z-}cü‚âiÜÚ¨{üäþç`‰ÇR„1ö$è:•¶“.Ñ["§rwFÉŠ-Aâg&©\ ý{7bŽ3…VC?©KˆœÂ­‰jã'`ú“ã~è®v}r#]bÎŽüØÓÕ=:;&*«£«C ú#.Æ~šCk Ÿ4eFÎá6DuÎ|¿|ø#ž3|í#ÑlÚnúÉØôÈÙÜÝQ£KÓýc)Ï#›Ýêà^úY€Ëã€ÏG õô¡æÁçJ룞ͷQìw‚´šp–×IÕ})m/]ëŠ\ÊÝý'ʘ>8r~E¶ÈÁÑþ7H¾=uSûy_øüܧ.¦µÐOš‘‹¹-QaÑNÄ6XhŠœJ®¶?—–ðV/@­›”ùÕ"Z3ýýX{ä"nsTh´=æT€»ž´$ÙC:Cޱ ¶€ÖD›¹€ÛƒøoɺáÓï¸@Ú¾hä¾ÞdÀŽûÝHÔzeíÏj¡yèy6ůä~n)Ë9(ø¼4ĽÈiÀÝÕÙÕä7ûOéÓsà5ØÕ¼":“y€µ‚[ÅŒ> íµ¿È‚-x´° ÙeFñoˆ^š¹œ6ßEgîg‰=%.zô~DÿléT"xyõ"û(•[èšÒ•ÓžëGc†%•s‹úÑ¢÷ :õ¸ä³’ð§7$e#ªkiƒèæQÖZî ¨BÏQÁ§0fâY1â1RÀ"²cØî'ðí“É wŸ”#¬5ÜQüè#„þ]ƒdÞîBeý{5m=Ã{˜µš; Š}˜ ÷W}šÿ'T‚£öHÞþw$Øþ«h^ú—Ù‡X«¸Þ(q¿C˜þÊ}ÑÛA³óñöî¦Ýþág—Z»å_s¯×[™÷YuÜéQÖèû‚rÏkî‡ÕÌÄÌþXf-í}2ó«–;Í›}OèúQIK±ºÁïŊ݉ô櫞꼢Kô9ÂWf{o磬CÔÐÆ9˜m¬‹yS¢¢ßJܬøÄi|I½7M);iÏg3»G6rçEeG>ýX,Ǹ‡>ßJ\•êm 7UÆwlàî‹ÏŒîJª¿·‰ën;ü»iÇcÓ™]"wsgG¥Gwñé2 Š/Sf…y×PT,Âù_O[ê±1;GÖsgFÙ¢;ôêúÈq¤¾âv¼(ÖÅ ÜË]åŠÇôŸ}R”OWÞB;nv2'¦]Ë_åŒ#ø'*X åûù—‚t’Í´õ±vfhd3wQ”=:”¢ÿ€Ï—w)~B¦ïÚOÖÑž‰ÙÄ-Èʉ‰éÙÞo$SRóû½‹<ó>B¢ƒ´H†‡µ’}Éóð»ä~Ò»2ü¼ß<êñÎhˆž×QœVÅÊ{1ƒÉ(b­`/Ïaò†»Vž#ž(ñ¥}xÏIŽB üx7ïÑúï§ÝM}ݺœ½ŸÝÝ]À_.0ô^äJÂó£9¨ì}p"0»‹çm$}·úëá÷s³ÊÙ:}áqóË8‘²䨅œ= ¶)wîA¾Ý‹kØQß1ˆuÎ{”-à â¯|ô¯¸ÔN–» IVŽ$„ýy„Æg d­a—çðyùkµ>–ÛŽ®Ûíón+DàSÅ÷Á¿‡i<ÆÖjö?Ù<Þþj!<ôZZ2÷14Ÿ~| |ZC¬@œ;Dã0¼¬Uì/÷-^¾§äo|"(Û™‰®ºzÿn¹FIÁu}ÖnÈv3GÎÁçaËy#ø•‚ObÞÙ#4ùœ¥-¤ Ê+y;ФŒa¬ ö)¶”7Œ_!x.fTÀµ¶ç°‰®åÉÕ€ç1&œ ‰CXØ'ØbÞþeÀJ×2ÐSC Àœ§‰YТC9F2=^zŒ-ä æ¯alzâÁøÕ}_§õaLbU±¯³9ŽIü{Ï€Æ^°z-*¨Cá*Í̘ÈÚÎ>ï0ó&ò· @/vj)ÔÛ"ól>¶f­GH|™fdl‰ßƾÌ6òÆó· .û}zÐ#ž}-¶B Ør½£Îý Xçq°Æ}š•!ó¬ÎºÏ¶ò¦ÛëŸø=OàEÌy4îXþ²> Ñ÷‚ã%$ã=Z2c«–}R2_+؃ê#€ÿK€[:i?U¡¹®}™_äìdßa[xSù;à¿$ÓEÒ_˜Ä²Cô¡ùm´ÆV®µ%%7…ß9÷o`£sI€½ÑÍ~BªaÝ#²óXìîœlÞ3q厶™í¿’²pIþPÀу)]#2sX 쮜LÞ~ƒào•ëŸn*ÓºD¤3f³ŠãºpÒy3Òv òâÖñð\$Ù9ÂÆ˜ÉªgwæØx3ùõ‚ç°üªG|®Px„‹±”µ—Îqñ–ò÷ ±0§ °†¹è?÷S:€°'c1‹–Æqòó[ŤSvc ^Zpô„øø24ÂÎXÄêŸʱóñÏ¥|ûhroÅu>$"‡±€ÕÄžœšÃ[Ào<÷ú¹yo€v&}V0 eJdÄAúJ–‡É9ÈýÓæ!ÐoÛ¿ë« mSizµb{‹{¨}î£ÀÆoÚÐW°ŠØLÎî þ/%?üû7Μ'ˆ~skŠÛ± U”fœ§OÇí§/g°éœý\u^濬XA©<:Ü‘]„ì$­«Ó"öÑËYn6¨Ëw}q€'!¥ïý•ðäÁ¢ÜJû¥¯eÍ-pÖ¸×òÓíó‘Ì\óÃ@ïú”ÃÏ!Qz·è½Ö:}>îç¢5üXþÃÅ[ƒîá}£!üK„8ãE0ú—3€}#ë0w5€€OBë®zÆ >ñÉ8D_Åò²·gâ®â7‚e¾Fr½Ò‰õÀé#‚ò€£YЖ´K:dŸ Gâðë("ß™ô—è[Ye첬ŠÜ­ü-@e½ˆ4ôÀu_\Å)BVº„Ƽ•w¾™5–­å\ànæÃþ߉|ð+Ä‹‚ñh¼¿Þ”ÿ¡€S°‰5š­æ´r?ñ\CÕÉ Ÿ$%E{[Þá~Ld¿úÄͨFÿh=KÑ;’­äœånä$sæ/}p p CÈv Y¨OI2X#.â&½š5™ǹɭæoÁOã)·uñÇù؃ P úD\§W±&±ûp®s«øã€~QûÞÆc¼N©†ƒ); æCÚvÖD¶™s•»¯£:ÈÊÑžür@üCTQ€m"ÚèûKzç%pÚ¸5ü‹º- Yw"C7üsÀîás¬WvDwF#kûfZw^M†UÏOá³D¿à2ðæ÷8¦îÝXfDWFkûÅÄ—2øM¥£ýEÌ©§ñPœ–ñ{7k6»!« ï¥8iöz+}5)‚Ïâ¸> ¹ªý›°¶ˆÎŒzÖL¶³+«ž?ÎÜ—ô<€Û¥éJXdEº+"œ±—µ”íâ„óöòu±Ÿý_wãC-Šc´°³œ0^ ÿ"Ñ= ¸’r–ôn$Ši{D(£™µˆÊkæoé°zw&é#À1–Âø!c©;‡Âkâ H‘Ðé·Ògd.®Ò´ÄéE+™‘lçÙ~­9‘€_ŠgâÈ\fÜéI«EG:IáUVb )JÊ?ÀlJ,â¬àýRÊú˜b7ÐwÃyšäfÂ8ãñ«Ÿr_†þîGÔE.À9ø˜s?“Îæ9ŽætwÐ~¼w¯³×ßÅù)ÿ>Ã#€$>ÍŒës9è÷”âÉ…û˜4öï.~ÒŸÂß…©»‹·QV€§ùôÃ+¦Î†øªà­ee ØYyûG£@?éýUZHùcÀlÌ*b£ñfƒ.xkG˜|vc&Ç}$*ìú3êÝÏû¬@ßøFäfDÉÐmo5ã0“ÇÀYåœãàáú1ÆxÖÕÔ X¸Ê¢°&¡þ|òc`»9H†yÖÂŒCLÛËYÅ[èæX<ê£C|N;BÙÌ«dœaÊÙ#8$;¬r ýR ÞïžÚO=fˆ«M¼ ƺ){§UòŒý"c¹`½wI3‡c8çgù ÑFÞ†ˆþkkG(¶š’=·3®2Í쉜6‰Æ`ðIÝNuZ/б yožyF$ý"qx|7”ÿÕ¼mŒËL#{{ÚMIUÆa?ûOô™ | ¯CQ.~„°¸WǸϴ²§sz|¬ÿ[ý^ưÔà4’zºÝ¼ZFjr2{§‹tŒ>ôŸ‘2†èp´A*Ð:Œ¿Û³ªÒv2î0-쩜sÞ‚ìg²^^F Ø8¢Ã¨ãÕ0Ú˜ ì)œ_KÏë°ÿ†E§¾Ñ#‹¶ð6fvge³çqnç]KÈFô‰`£§^æ^"ªÖÄ·/± 0/¿™×ÀèÊÊdïÎ •ž7e v¡+ª‹ûùèð«>ø¼5ɲ›Ñ…•ÎžÍ ‘^KN'âÏÙò<áƒdñ5>«òn°b#¯žÑ™ecÏät—Ž1ÿ;NRöñÖQâmÛËg¹ØK9L©&Ö%è¸Ú÷FÑ4‚4/[ÑÂcmKXÌy%í¼Ù)xôÎÁƒPf¯™ʲ³qhÒcí‚•ÅO–þ?ýÇ^^#„•ÃŽK —މÍ!ñOC¶Ø‘ù!e¦{!Ì€J"ˆ.ze«4’u0r{†‡É<àªÉ·æ–½š>Wjw&àЊˆ"“u ò¨gz?&ÿ^}dƒ§ã\YâX(oÿ~„]#ñ|ò¦{yDƒÎÊÏ[Î)àÍpìú»òûå.BW4!48²ÈFèÑ#ë6Š„oÁ‚ånÆ@ËĸrŽ›Gãƒ=ž 9»Ý·â¿FæÑä?¯$=¨¶6"ÔvÄ{4roé ž€4Úç” òÑëÀÿ}ä/ŽÀKöé ø¿&¢2Ï:¹†3Çç‰ì¥ßI1÷.eF±:bƒÇ:™žX—Êãz1[ò&R²èmÒÝ7}0‚¬Šð28¬C‘«8^‡(úÊÕ§H8˜ðLó,¸Ž^Ä,©ŒÈË‘³ÎDVr>Š‘óÏò?Cª}û¬›pLþêæ€ ò!›ŸBWTD cHY§"Ë2GÅHù§|ô É_\|—ÐyaÑï$Œ=@² CbÖ‰ÈB›*FÌ?éã÷Ÿ€Zöø«3Ê·¿æöEƒBÖ±Èuœº”a)Ç¢#’–1ß#,ùDz¤äÄõç¶2Æk)—"·r>èù—ÿ¯ÝY«é @×ßp¦¤&ehY"7sF ´ü >úÿTR…5ÆŒ÷YÿŒËÍP³–älâü-Qó[}èÇXðµº÷ 6dñƈ‘ %ëläFιh%¿wû½© Ì÷öö›ÉÝ!z¹ÚâêˆÉŒ8Ö•üjÎG†8þÍè}í«æu; †]q·â³ˆ ÓR1‰Ñ‡u=²Šc´½gÃÚY2xnF„ÇómÿÕx÷öˆ‰ŒË‰W#·sT3ÿ*Öÿâ<9IÒ„9T³( ý²Æ3Œ¬Ë‘Û8çôFþåèp°S‘£ÞLîcàÛ¸~‚쮋˜Î°²èuœôVþ}Ìÿ7#5Ž_Ï“ú.Ô£Ÿ±†ýP5åÖFLc$³îEÖrFé“ù÷ý?@“Šcè]gE–²Ü®ÀÕú©dðLQÖT†Jw'r'G¥·ðïýKèzdŽÝvÉ)+1ÀU¿=•WÑ7½wi[dOï9]¿-ú 76¼z7€-øÐ1Ï};ñ±äFŽÊœÍï. (ûŠY—=Ì~&`= ƒî4 ]Õ1‡‘Éò¦4pΙz—t¥Ô?‘ãuǧÄ¢{¯m6#Õ…½›#)Nçw¡ÐOôá^—âו}æÉ°±:³ë9£Ì6~gý(J/Ø€|ÎòëÇöF,eRÃÙ{9ªX?òšüJÒúäŒbã ŸyBžG,"Ý ?¡ƒü »ôË+­õ+\]­Åpœõwœ-,]'?¦}!ê×®’jn9Øq2òè2T_O^ ú|EŒ})F/.“µ^RÎq•é¶‚üR¼CŒõmÀ>ýBŒVÒœ™H©p]„éâÙÒÝò[±éšÙºÝýMÛÃçÂiEû3: mâ™Òzù‹f›f¦®žÄ¿²ƒf‚ëK?… .t‰—J÷Êãc¿ËXª+Çø¢!¼| ͯ^Ç™'÷»C!Lè/–¶Èo™šÅº– ßޱÝv5`O*´‹I›å·,vÍ"]³ýçÖŽm"Ì/6É_Œ}%®) >[6ÃÕÿÕTtjß³Ic,‘ƒ¢•Ò/S"UÕ+už‚õAV°l¶8ôÉ'`¡¤xÓþ–½8·HþmêÊœ;¹E†iN®/óP$Óð<¦¼û\j'”}ùžËhžu ìO^Ê].•e ´ïW/×Þ%UèÕÀkDsXý |Ãu; aÅ×ã:Á˜4!`¼t¶‹¦Ú§.׉}úÅyfkiZGö—¤¯•’¿_j_«öÛLYù~éZ‘B”/PLœ@{·|áÑé@yXÆõ;í"…[.î·¢³ÄH¯+È6¹È&“‰ð)OxX4 wn.OuX½Z7 €ÿº€ÏžÏãÞ£ôA3Pfq„‡D«¤^9GuH½JçÅôfÜ{މI°)=iUVÔÝgS.üÅ®M!—«Î¨+u#üøŸÁ#&:ƒ©I_“NI…§DÒaò÷§Ôºaú´üDðÖbnWD€5V±ð„hƒtˆ\¬:aÛ bx”5°Pd'ÊïÏoØ×IË…*“}¬c0…þççÞAr'DÑS Ë,Á¤â Dyo:G¥é…—Dw ÊäzÕWî­º2?þ×ÁÊZ¨-DÐB¹?_+Tfn–Ž•kUÔ›uc úÇQÞNºÅÅxü£ã@ V [E&Ûh¹ZÕª~/týCŸ?H;Jì•.€ø;‹èNºRxÙ±Ë>R®T}áØ¨i؆¹mÇ÷ZôzLF0[Æ ‡¦UK?7Ä©v¼í™lhð[Oy¬ÿ}4Æœöo…,ÌCðKí9 ï÷^•Ø_0<[¸Ú[¥›ä'ÿ>gRưK?-%´Æ"pï¶^m—ö5˜UWÕÛu¾9éUҺׇ¸^3mQçSFáeÑÈÂú±%—ÕÛtã}ø¿ã=ñGNt½·(s%Fî}QôJ–U5+¥Nwb„áwžõ§÷¥1Á ïÀ˜ÉÂ{¢Zé údÕ=u­nš!bó,Š߱Í?‚«ö^Ÿ[[„wD;¥}õÕõ?‰S ÏØ,ï‚KÊœVzû4¥¾'ÛD¹7tIYmêÝ’þɉÞöÛÇ›HÌ“CA²lawq£´¯Y‘Û]Ó¨›çc¿ó~Ï¢˜©¿ÇÞÈ.Íc&Ü0eªºjts‚æïý (œ.ì"Þ-½›®ê¢Ù­› ô뉎+‰4{xšÀßÄ_’¬÷m6agq½ô³MÕYS¯ëåîôþs ÃÅ{¥}c]ªpÍ^ÝR,ÿÜÌ0\wCaD)ÖYङS&n‘Þ0;UašÝbD?‚„s©Ažl²&SŠlk†Š›¥ŸÇÚU¡šfÝ"ãÊ=/‰‡ì–"n’¾›£ Ñ4éøÑŸšr0·Èâ•™±03S¼R¼*?RîQE8ž¶F"ú#„Ì7J;ý»ìsŸAqÊ4ûOÎ7=ÿÄys':™ò"Õ Íí:àr¡3çÛDÊýyƒ ÷ÒrãIï5ç/ï—¼ä(P=ãÚ¯íd qiÎ:‘ðñxÈ·°oæîÅynUŽkŸ–fx-õ1Œ/ÚRI怙ã?ÏŒ…œK!eÐ áZñQ‰@>HµVsT»:Ÿ™Ù9@ ½CYm ÕáÂäŒIN¾ü`ƾŒ#Ú~¹›‘ѱW‹…i<ùÕjÍa-ðŸËžêW3NR<–·J|H‘{U«4‡´ ¿Jši¹-‹A×DÍßEé‰sÀ#„•b­îㇸJÍ­ñÛ/ί€õ¾ pÌȬa ±1M*ɯÐ|é–"ú °{“>#À½*C„ı1bùÕüâZ±áŠÏ5«°¯F&<Zˆ)höJбøƒäuâc¡|°jæ˜VHŠÿ‹€å¡x´UW?P¨òT—Ò2¡£_-¾LµUsI«7Œ&lõgVÇž»’ý‘»,q³Ø¬ÓÊǪ6k.h˜sˆ(WòçƒG 7‰:µ|´j“¦U«ÿî€{ŸáQogo?žm©Ú¨9«½HYÛ 'yìŒgѹW Ž/Ë,ß/ & «ÅŸ¸Vnµ&¡8ÎDá&DRiE(Yð6pŽ"ôœ$¬?oè#Ÿ¤ªÒ\×öñ‘?Úrr i>ài …ÛÅ8tNVÚvÍU­è=”«Ž‚Œzç-G9ªÁ3w% ëxaLÞ5½Q>^µMsY;$×Lòò\É»ÖVSð%Æ~?ù¸ý3½U>]U§á¸¬Añ·yáŠ/ýÒÜZñóúdù4U­æž6Ù~·îZ .‚%§ wŠk,ù‹I;5w´„]k!ã<~Ø!#õ&BøTU0EX#¾¦ËñžM¬Ñħ…óóÙ~q4bàJq£8Öœ-os:=ÝuÙXþ0œg7pÔ”x–’N²õB1’¼¾Oš#l¿lË”ÏQ5höØ2IúEõí[Ÿ5ÔÛ>}Àlá‚Ìk±óÓg«vkºèÒ>-+ŠèÐdy_Cžšq=ºc`’ê7”ÏÆÕ‹¿L¤ÏTÕk:ël$þy„õ•eÓ2ü°}©p¯86Ö%_ªÚ« ×Mûv}ÈÊÃ' ý „ @ÃÅÂñ5ó‡ÎŪMb¦ñŸCyjâ÷ñ(1};a FõÊâEÂfñg±vù"U³&Tg74úùü=Ÿ¬¡Çï ÙppO¸”ùU“&D—4~³-×(5,¼ÿx‡+…' Ô½ì˜d÷h"ue„·N¦Nk·&CîèP½þØÕ†±x‰}ëh¶:_Ÿ_$îßï€l…êOÇ‘â~çqÏ”œF"ÿè~õq¹°@ü”ã¦s¹ª@ÓPÔ€eüÔ§ÖlÄYÔ ¡Q_ðÿÿž1ºÅËâ'•«ÜšîŒ­‡ÏsåÄÝbvªßzžHå»Òº’µªAš—Ž"ùEÐ9@û¸z|˜üuþ·Î×PÔÍ áãxG“;PÌ—‘­Q ÔðuG|ô/‘,νà³þi÷²@ƒ¡Y®ÒâÁºÃ²Õªš#I‡ ú>H¿2ÂÛÀ[Ïã<èNôOYY«„^ñ Ý!Ù*•Wcw"èé(3Q¤D¡î§û¯íÏΖȥgd•ª–\¹î A?†´ît2@ï^=P,ÄNÖ0q_Ë)Y…ª&Eª;ð<ö‡D|Âï„Ýá±XzB¶A5D#Örž{¡ó ŽFå-Æ=Ê:á`±PšèX§¬êŽ!ú|Èα¤HûÒ³ž¤—ø{Aîðâ­Â2q«ã’Ì“\¦éÔé’þ¬Ï*Ýã)žÆ±nŽk¥d›Ucþ‚¾~Êoý2zçE¿ýÕ»·$Ÿ¥µÊ6©F»z§îôÞΙ:ä·ßQŸtè|GÕG€"RçH±RÚ«ŸÕ9RiŸbÿ4‚Šèã3 ß/°‰@†ˆ+—çI@»jᧆ8éMYµj2ÈÿŒÖ,Kÿ ìØ²r:î†Æ8~Cc%ÂOažÃQ%œ`è#½.«RMúë`ÿ9”ùõ3ƒ§j0H~oA2€<»Ðd0K¯Ê¶«&j¾¶_¥ø¿®Gd@w”ÙÓÐè œOâ· ¯èÒ˲bÇx ÛyÑÿàaø/_&a¿‡˜ìŸê­Òû2‡{:Èß/þæ@Üò߇{à“Za‚mTá=Y­ê>øæ¢ï™æ{sŲÏìšôCsïÈvª¦ÿ;íô”¥7ŠûÈæ9IçÜ9ÿ}osFTA[VðŠ.A:5«F5èÛ‚Þq*ÈIÕF¡Éœ-í.oTÍúîAêÇ4—,È9›áÓ(kWyƒjÐw¥Ð¯ž'~1Á:ÐÿdƒÝÂ+±éÒ.òݪÙ@ßÅÿ>ãyŸ¹I½p‚Ù&í,7$ÍlÏ?\=+á÷Ä•7I4±DöW!ÞÍ7ź¤áò½ª¥@þÈóïö/@}ÈJ¹bvJÃä-ªÅUZ¢?Dè¼"ã›Ý{g\Wª š…ŸÆÚ¥YIͪEÀ?èß#!ÎÓ„×äqá û÷XÃ8›„bs¤!ò&Õ ¡È¿â6EýqRþiŠ×`‰Ï; #%YŽó "RíÑ®ÔïÂ÷óoµl"u|P¾ty°æˆÇJM O¼’q@8ÕS$SåP0Õ;rWèÇPVÏÄ¿ÞOáÚ™?Üý²Ã» ýˆïa9¸® Éö é’Ùr…7ùõÒtg˜#µ÷³ýf÷åé•„UrwÏ7%—+:ub纵åúN½©×~€¾'éÃQá.÷ ÙZEt¶@=Ï6­xñ<3©OätóvµL&ÕM¾ŸlG„|É@ÙÅ«)|õ@íýÜÀj’ YÏ žf/Ø.!yç©‚åIÈÏ%ò$d çaE…e€vµ>ó‡èĶ}-Ik)X±*o4DѶ´CBŽÄ+[¥8¤à¨½ÚUúN„üßÐü5¨—/ñ9—súŒsF(—ŒU*Î(äêÚJý®˜àvÿÛÖFÁös¯»O _·ÿã­PœR,² ÓVègPèkm¡ câÅ¿¸6wB(– ‘mPœPˆÕC´ô©$úz„¢‡ˆÊÿµßÓÈï;[…’—½“2Æ&Õƒµëôüä÷$ È:9½7eN¿$º$ÔKÊd=]—zu™v«~—0÷!÷¥!¹n£ ÷h%ce›ñ™ZõXíf½¡t¸§4c ¡ëï%}|²õ­Bµd´l“¢U¡VÖnÒw“N£~ÿ;Ž•ø Oª=+TJFÊ6*Î*’<#µõBÇ û;-_Ç•ç>ÖÊN©/_Ùã$“e5‰7qêÉÚjý.AÔèú‰(Ó^$0ÉHéÃæ]ö‘L’U)îÆõQOÒVé‡ûôßšá$_“h+p=¹*4K&ʘ¹WfõDív}jn R¿. ÿÉ/Û¦¸¬0ªÇk·é;=XÁ$²Ç‰=øýj}Ͻ˜‡áY÷…wâ¦Ëê÷Võtmþ¯ÜÁVìÜAÏÞ^)˜&«UÜS$«§ikõ3H¸,­ ¼×5ãqàÈ ²²yGh‘L•íTÜQXÔg-;õ©>\å=ä\Š­Šð‚öŽýRâáøÉY¢M‘ ¾šU£ï¤ßáw‡|raÈŸØî.Ê–°Ý•ÙêyÚF}*¾£íd…‹™ÿ Å*Ÿ=¸/F<îȔ̑eZ&åfªçhôÌϸƒÎ S|ÖԲ㻈‹fËv+º(ÓÕ³µ»õúüûÙé‡dáQ”?E6É”¬zEg¥M=S[¯Ïñé¼fwÀ⯸-¢;âÉö© ‹òŽj±eŒß]?À³ÄV¤ï—´‰kdS'2Â3j´S|ü?¦°;iÅi-²BñÎ^°l¶¨»ä[Û-‘ƒDk%ݲŠûZõQçO*žµ LÜícû§P?Яt Ö` èhÒ)_1Ô½F½ÄÆ÷ÃßMˆóB\Ö%Eá‘ÕØND­YÛl<Ååjõa χ>%èóíëÜ/yE«$‡¤…W¹Jm·rô‰”µÊE™­'Ãò¦ck öé¦ffL¯”œ‘Ê#”•ê3š¿(«ur ý 뙊ð²‚"Ïu¸z˜¨B¢ÖIÔêS)!ÿ@èVˆâûǤp þ›Žpd¼ú"oŽç„´Å:D¹A=£@ ô±ÅÁƈíK(湬;Š­;¡Ú}8á•Á¢u’cÒ™ƒ•ëÔÇ4BÄÿoœ=ã—ZZ‘Äfôs`q1©6 ¨,m•\’êeÊ­êK'²ÞAÀÛÛÈÏã †C87K.HµŠ±ÊÍê ­Ÿÿ_Á¨ß9È}Q£E›$­RµbMñ&u«æsкÕ¯¹ÈS9Dè}þöÀh‡({#E%µJÅŸÎêq¹áÈ.ý:%.Êäõ”îÌ8LUKnJ§Ú'+«Õ;,q~òK3žl?y‹¤¿ìüÇ‘W¤;“DU’ñÖ>ŠIÊ*õˆ—ýê›ÉH¢¼„þ¿â¿F  ˜(ZšyU*È›¨Ü®N2Àµç=ðC&¥êåA¾ž¶ÅÚ†&_¤ôAñó¢}”k¼h›äû4£b¼r›ú®ÞøoþÆM ò\Tšóe%aº¨NòE¢U1]Y§þRoÕ3ItyH‚þ”ìp?>c­•Ü“&+¦)kÕ/ë“õ{R |/Ài¾|,Á´¢¡yk­;ïH-Š©Êê$ý}Ì}]ñ9r¥¥TÝXJ?´ÅY#i“&(¦(kÔwu[±çW‘<½.È"ä(¾ôn°w—e+ÎXÕIælý8Û¬_¡È Ç#vÆýÒ|Ÿ•9¢IWY¦b޲Amô”øÌ”#䈴^ö¾á#I,ä÷lÑnIYºb¶r·únlúCŸç´Gÿ,ÈÌ!àŸ™¢zIg™M1SY¯~ÙlÃôß±3ƒ” EÈŽ(ýáRÑ^I¸Ì¥XªÜ«NŠuùñˆ‡·Úq±¨E&kµ,V¶¨ïšAä¿™ò;Ø•eyý^ULk-5KBevųyÍê/cí˜~) §>_uhüÐcWÚQ“äº-G±@Ù¤~96‡àWO‘_FZ(yµRä‘DÊ>-^©œ•©ýÖ³ŒèÓÜ@Y×é7È»VÈúK:ƒõ´(:´¸êõ¢Ç¿ï9Š$LÙù åÜb¦ö-b­b æ2±HE’àg¨†ßä&“¢s¹èV>]¶_N³¨éÚý:9yíÜó'äÞS¹_$,JëŽG)#Fûau¹È-iÎÝ'/WºÕ4m§No‚U””*5?À ì$‚ËZÑ ‰@v:å»~ƒÔíQÂ<Ò¦Çû+¥ÓKz»qqgøùkD%³íGäk”Õ|íÝcÄÈt¨¤~17uHb3Ö½?àp`µh€„';,_­´ØyÚ¹¤9B©m=|NGü‡Qbà¾G Ÿä ,^%òJ8²MÉ«”^uEÆ!]àøë¹$ÙbVûÓÄòÔ/¹Êgä•Êj¹öˆšƒ ÙW0>ŸRûÊΊg&Uˆ†I$ù§ä­ÎaêÞ®SAøvüLé¦+sê-«@Ñt é¸Õ1IRiwW)_2ôÑ^×qK$”¸IÏ8^ü{ü/¤º ¤Ìȶ‹ sŸÉ½*ß®L4˜µWucÜ#â&@Ä/)Ú èÓŸÝ”݉yÈÉ äÆ6Ñ«™FÙeù6åm}¸ý²î¤÷3ˆ=Qu{–þ2w>È®ý;ôH±\'š.ù=î¾¼N¹CoÕÞÇöKFº=AZyýÁ#q|íýžìWïJðu­hšdiò=y­ò%}²öž_üp0~\ÃZüæêGôtŸ$_+xÎzÊf‘Yãv*Åií ïñ°È;‚,¸EwhŠ$AÖ&¯QÞÖ%hÛt/ûDÞßOyî@¼GêIEó$Ù²µöŽDs¶¶»Oý[xÔïT¨D ¢9’LYWEƒ²sB¦¶«_ýÛã7ï¿NñÿnÑlIº¬‹b·òvlº¶ пé¢Ð83ì„Nv?$¨½›d“uVÔ+_2Û´Iü_ ºj2 âw6öí^Ñ{6—,\±W9-Ë¥ ×wú?ÿEYKœ²0E‹ò¶Ù© Ó‡zþ?úfÑ"‰]V_Ò¬Ük׆å?yî’_l4‰Hrd)iMÊ—bs´bˆ²µØZiÄ“ÓÛo4ï´åßïf&vQM$®Æö8h¨BÖÿï£?MÌœ§¾P·ÏÇsß+¹ ø4bý€iîÔ)«ÿ|Ò>¼ þ6Ñ5v úM)¿ HÝo £5”~}NÁBï?_F¯Ù ÁÆ¡!ú'ú „•ïaÜ8í}ºÃç-5¿ªÓ¿Eûèo—¬&æÓçÃÆë);‘OŠ(xwÄÀ7s@ÇùÄ>ü6ŒšÍÈÂUÈú[(™JdÄŒœÃÞý úVÍ |ó‰ç'>«ãƒèboÏÃ~ýÚgNø|ÀýÔ ÎäøSF¿ _‚+нä;>s«ë$_œ2Hýü˜yDù áí:Rï1–ÔþC™!í-?àï·¿ Ùl$’Ë‹¤ßŒãñ#ÒhÇ B Ï/zÑǵ?£Ìß²(u´è·†@TÄÙ¥_2èÿo‰'ƒl¦t.‘;2A¿/ä‚Aû@Ê“E^ \( B):ßÜÂÖj5¨}/iàñ#üV‘´:zUñ#[ÏÏR¢ð¿ê+Á;ïØÕ¾iˆ{ ?^Éç#4¹˜û(XV™pÝÐçþ@? ¼ôžííMAíwÕ`~àÊN ¬ßŸ¨ôYÝÍõ\6ä?¦WúHþ;xÂâ©/,´áÑÀ5Yò¤÷ Öúc$þ {je£áù=Ã8ˆ—ßSæS|·ÏªAJÐ]‘; âß„e‹Ä¹6‹dÇå8"kQtïŸÆQÞfH@ô= 7>€Œ9–; IþŠÀB„U? ¿i>‘t(épaˆ§»1>--è‡F P c—[˜ û0qaï>0êÏÅ ‘–¡Ÿ+ ’A†®ÆL T=?Ë@†õˆ ÅŸ cÎ/ï ¯Áç“ãKQ^7 ¼ï^ŸþÀ} ²Ë½k½=@ÖûíÿFÉãkÓÿ^6 VxEØó8΢‹þ ®w iûMugUþêêÔ)•d‰šT—¹®¨gH¿XÈ|d­6¿õóxÄíú™N©&O†H~;Ž^ÆÓH†Ë%û<1&¿vè º-u8âAC25,‹_›z ½ ¶dd'¥ËGÞ¶8ÿórA×›¸>ª‚xµ'ªPƒ4ò?Žõb:~EñæMøÞ±9I“…4‰44A×Öû&^ïI¶zúÿL w4 i…~;;AçëŽ@?Ußùíñ‡ëýebŒ¯P.üATÀW\×A·˜ݸ賈êÍú÷{Û@¿IÖ50Š8©9ïXï. ú 4ò}Éö>`É}±ÝzoÄy>³!”ýÇÅŸB’ì !ÇR=Õÿ(ðß ö2“:éž¼Š+h ˆ‘0&ߘ ˆ17¼Ô'jŒ¨Ê ÐmÍþЯ£æ·ë>d@âZ`«w€qŽñiºµê>›õMx•äïUUS@Ûš =ÐK¥çi÷?¥ú®$u«(<æ·¸¿GHÕ‚prEj<ÕîL?5ã/ˆ˜<¾ %âów%éR?ôÙOO´ëOðŸå¾Ž¨cÁ#̬ª€rKpDe‡;…Æc@ÿMÐg>”’·5À Ao¼Ô®?TÏŸÉîà½”ÚØ ü{âêŸ%\ƒhÚ(QhMê„t‰Ãn"ú­4žúnÿ;”+‚œÏˆBÕ¥¾½2Þlתg9Ȫþï›ßülð™³}Œ¯‚¬sýÎì=GÂÓ ísl£ˆ¿oõÑl¼ÚîLß å–žF^ŸîÌBøEñhìï”{’Fãåvýþ Ÿ¹Ò È>^¿ÔÓ”w¬ÆûíúÕûÍ‚~ù­ý¯dd#tVX‘ldÁÕs¾´MÇö^æ7ë1˜µt¯ÆQ¹.Ób¼Ó®yàûÖRæÅ‹‘ §ÙÚÚõ××òj»ãÈòþCïÿFÈ6v‡úõ®wªHû Ç—ý©ËÞ>í³ç}…ÏzÎúÓ Ù”ÿ°ñœÆ0sEA·Ø'0=áMz10óEŸØ²Cÿž ç þæ]ÙØ’žc úçˆè:Ypä¦áø’@ík¡¬‡§‘"SWyŒ›½Ó³³°žªTú<ž@©ÇQ ¸°Å/2ö&ÏÍ)2®Î9€¥¯@T # ® kœ ¬X‘]ì7M$_—›÷#úF$³ø£ØïsoØ_E›Í¯§üEÁé©àqg"ãïY7`ÛPlÛÑÆMæÖØð„„„ƒéaÿ=éc‹1>±%-é“>Ò83íìÿ¡?Îðd…ÉÆjóMý·Abíy’×þ"jMFÖ$c•ùzìñøfRµDØhB‡5¨ ì2Ѹݼ‡°Þ‚NouIáùeó€üñÆmæË$ù—<ñ¸Ïê Ç×M7Ö™ï#úS(O'‚åAú¾I€ßQüÿOú4c­ùæÿbü½ü°êB¿:ôNqÐN 0îTãNóB~3è¿ÅåðCfúÃ=9ÅXcnCô×áê+>ܲÍ36š»gð_DØÏÇzœé ®Î16˜»öùïõˆ‡H±ÆZ@tëéY³»Í“è‡Uæ\€Þç†_Ì4Ö›;“èß òI’~º ‡wp–òȲԸלíŽQñ5ˆïÝA{#%¦[Ìa}ÂŽøà‚·ý»c°.YØo‘±ÙÚ‡úžó~Û'ß[‰ÜTæË±%Þ-i2‡è‡ùU颼£~\s Û®4¦‘:^Hè¼Ï¼þéוÒÏ#¹ú¡Ú;rÉl¥¬0‘¾Q’Ò×Ïn?‘刟%– ̧ <‰ qæ”ÒŒÊfõL™)2Hqõ1ýä.7º16Ðq ‹›M±Àk¥çZ? cÁZã g871ÞCY‚wAÒ:ü¶Ê3€ØkŒ×âFXÃhJ¨Ò…§¹sFþ‹™W½@ïÀµq ®Š'%LÍ™àLÔa쟰äQÈ·•Æ$þêû”úž^Ô‘þ}€k…qÐÅY¦ ùªÐaÐhƒq‰¿ûì³ ,û3Xaq0‰^Rn-Ç•j6è÷ø¯µt$¡S=ÑCT$,F>Øj,3gä+1ÙGþõÖ›gÒ¬f´ Â%å¸cØfãI’´}ú‰XÖiUÖß~ónBY÷LÁ&ãh’üúÿË~íÿ6M¨oš€40bú‘qJ_mœLðoʰüExÝGCÄËoMvD[•qIþdù¯c»4޶'bzxô:Xx¥“߈F¸“±ÃÇ_Êâ¢O¶Ç“ø'„¨;ø^Ø7}ú.€äuÆé$ú× FÞz#íQìWkìðºuØnŸ2‹\ ˆpÚ2ñŸŽì½q¹^ 8¯EÙCB‚ãóEÍmã'›°ÉF[FûŸñ*R£qð ×´wÀO5” Þ v¿…ea˜c5ç`ûM"$ŽK|˜Õ&•m·ñ1¨^×)uü 6û½ƒº¹Âr yÓ1Ë|<À,ü$eF‚-ÄtÓáª8c‡Cüî5¦Ý×ǤŽ#Ü2ù¡+!gÁ-ÆÇvßa÷ÎÕ~=M³±?ÉÞ‘êm­zR…÷àYH„lMÆYþËz¶áÎýÆ€G·¼—¸ åóAc$…þITÝŸ Òý žíÑa¿í€‘I¡— Ûw+r§TûœÌßJdVW’_oÄ (ذè!ßïrËgýdŸ‘†ù¯~GS—…û¬»ÄÝ(½ÙJt5 (òG€ ïÀ|"'Åoeðˆ‘›IŠ·Þá`Á7Ó_ r†=~&hx#ó(–é°‘‡øcýØ{^â"¿ú9¾'+m*áPýópÌR‘F;c”cúM`Uá/ðÙ,œ/üäÄÅçÿ$%ž2J1ý„ƒ½ƒòŸþÙŽ-Õ‡ÀÌF1EþC€ëýœ`£ÜNéJAÓcF!¢ß‚¢¨oÑ2´þjv¶á2:ý¢ºÙzɨ§ðÏpˆJ…*ëÛèçE„}¿¡˜~™äï F-…¾·@ ­BÔ+pU~›”#ljªþûm°ÿñdÁ1’ΕTÿ+ño#më:È''Øè¦1ÑÛpnµŸŠÞk}êØˆ‰ëF%6{ªPÔ<ð9¨;ýùªÑ üë“xˆj~æzÀ«‘÷Jºl4"ù›1²®ßåÈjû²þýâxßhú„ÏóÐJü:x}3£•²fvKõ-¥Þß3&ö?’õ àý—âƒKqÇh¡úûïyÂÖS|îa=DyÝfL Æ®Æ›3:=Ò¿î¦lýHÏøÕŸ•ü÷‚<¢«)SôÔü©p™Ù÷Šž”5­.„\;R.¦tjþý®¢td±VJý?à®Lg“ªka“âב>nrņ2B~ô‘¿4µ—ÏÌ>Œˆ¿2Ìä$qìïYökq‘,ò¶ÍW02„‡œiž=éFê„Ϧ‡˜rŽ—Ói!òÒ;¤¸ÿºß <òÇxÇí6ªK=‰k"MÍm(÷ãá½zãúlÊ”H²¿”i:€,¦E2/éýw¿©Dõ\b†N]/ñɺi?¶ø.@ň Ï>P’jâߤ£™öýr°¨ üÔ«w僻X(ô@£Aºyé(Éãõ9/¢,¯Ã‘· 8­Æ½©,à9Šó=#ú¢ûøé™â •,¹ƒ]žé0ÐóÑÕŠ¤\L?)«w|›êó>Çtȼ<± ï÷œÃµ8ëáQèyÿÖ3f.¶ú€ÔTïJÎðék¥¦S$û-zM@´«Ì  “ØÔÏsœ¨r¹ÿm·É?!ÉûýŽ‘ø÷¢Èÿ6H¢#j~o?ÿ-,H+Ö›~!˜žf€QëDaORï@ªÊ ž ˆ¿UÍ%x^ìcƒçý¢ïKlUµ©•$?#à)Àî¡„Œ'³&SæöJÓY²þ‚¡fÚÁ¾óóMœ)ƒ¤ÍP}L¯Þ s_Þ?Ý褣dÓuküÃã®É¿$÷˜ñ0/ý*ÐÇñš‹ªßyËÇ ñ›AÏÌE’bÃhºLðÏLêE:‡pÙušä³Òõ çŸ1{eYM÷}’ü¨þë°,?”Xüfuɦ{$ý_õéúß%|udQ?ø¦c XLwHô¹ú¯Ús¥¤šTÊ€.;ˆ5rSÚ€¾ñ»Hê^tž½‚T³MÝIë÷‚JŸº-ñ‡Ì7I½Ä)°â4ÒëLSW}/Ÿêé T²^êZºé\Q&Ê…ßÁç?˜Y!O?ò3ýíàžžÎ$þtì;Âÿ?¬×Á«¯þ»Rp Êe úU¸¦æ’Æ:MøéÉöï rŠÎi:Yú¶ÙµøÃ&y[vÓž´eZÏ#u“<¿9HWžc !ï~ņ€œ/ð«mücxL+cKq”~ß{òD¦O”oÁŸŸÍo!aE4êŠL+bmË^#u¯ LèGi1Â306̢̠LËcÃÕ“ µòÀ„›Ø W šõòéð‹[)å„þO•ÿ@w<˜4`E¤kȾƒLk úïÃM õO0ÊEëA¤óé±w6"«.ò‘f iMìG¾¿8þµð³…Éú~É-Ô¹$’ªóÓjÌ_\âB#}„$›…cò³ŸOí5­ÂôÙ=ÿë>¼‰îà @ã¶›¬©ò?ý;X;Xÿ"’#ÛgMn˜iXäedñ×€þ7È•‚Ò8Ò¶˜¿Êˆ(HbÚü?E1áˆéãž 2Ù‘þ?ñ‚Kó.–b—w°i’¿ üÜ3f<Ñ£&ÑÿA£2«W™iëú“NñÍOù ¯A|tEyäÚXÓæØ·ñ¯}TRp©Ç -ë­ðr<ºÍúyq Ö&‚TýÓ|rõ1Ì£5%‚2³iÚˆå/.í üëÛgŒÌ"dƒ”7Áo_—L6Uÿ§¿ß)¾»Àõ´ûû€¨6É1ÉTEпö=M¶}›e3Èåú"ƒá®åDÀ^äel³ñ¦mˆÿgàùž@?’„wOAŽË$}¦›êbGà×ý:È™Dd¥R®šfªýOý¦ÂÿWÿ©¦·ˆørèƒÄÛˆ×úÔüòï,üÈÆ>žbªþkPÔõü?ïfK†ñç™*‰Hs˜{?*mO„³Ó×¥4ú÷4û_Wþ™ÈlÓîÿè}öÁ‹ _–½ŠŽˆƒo!ò˜¸ÆÍ4Õ#zàÎk˜ÿjÛÀÔŽ¹žs*iDã-5íúÇ`ÄÞ!ŽX;Å·ID, ºš²ØÔô³ÑX=:÷¿…=ø7‹LÍÿåþ+Ógýë=¬ Ûb0©Y`jú/þà¯ÖÂW!bû§A%»×oó‰!VA¡Vš<±'/¿#Uo®9©„?‡È¬Æùwü„w'¶Ÿ_3!þ {?JÜü-Y€æ‚+J—› °üý>u ½Ó=†ËMnL߃àÿ Dt¹Ï\s€.7·ß‹_SºÖ4ÓÎB˜|Œ;µ(7RA÷H„7Ã’_õé'Ö˜bú…¨úö€¸št[* y2u´ë`”TK™ÏZÀjÓ€õ§ì\|‡åÿ û|‘GW)ÖYeòÆö{º{ô;Ó %¿%ë6 y…©ñ)ÏZï¢Ò4óŸ‚2ª>m ÏûôÌŸÂ’ü~W˜†ÅÊ‘¬ IÝÃnàEDñ ’ísáÚ3¤Ú¶Á4ä_ýýºJ ¸‹ºÎ4èU0b os½$óë‚ô[Meöß @ù1ʃ}<Ón³i,з@T/„ê».•e¡DÞ|’îã±ç†!Y¬¨¢l2€ëó@·ÞÒwÀb݈ ²ÌoT€³²Yþ0ú¹ÑdÀ¾ìº—mÀ¯0€®‡¬©ßƒ÷nØ&ÿÿ¨z&Ñnõ©‡#‰ÈûŽÐªÊ4 ÓK‚ÌžyðÜ%dÃ_|ºÇô´í¦‰ÿú߯{P‘<îãî`‹ó O¯´ñ±ÇQÄöÀôЇžù½EZÑ­3UâxþWÏ­ðz:â| Yödú¹}ÁAü^­iÚ¿ùèϨwýìô¦©ÿêèoækH]Kc€N®Ì:û•uPáÖæƒœàÁÝup—àÜÝ=øàƒ3x‚…@`,08 îîC .!dùîÞûÕ­Ý»_Õþ×R§ßîÓ}žó{ºú­þGqÿQEíü~ÿÌ)Ö?â©õKÿy§Íÿ¡´ºÿ]Á–ÿá*ºß@€ ÿÿ¹{®þs¥}þìÐAþ8ÁŠÿÿçø‹£íÿª×¯ÿ!7ýü1ÿÒo¡ÿilðÿ㿸½üQÿÊÿÓÚÿ¡ZùÿƒüàOŽ?z>o5AÂgùo¸þùìuþÛÓ[öÏcNð§þëüÿ­û{ÉÿÇ/1jþûè.ÿìƒcüÉÿª¿ÿï¯xþkf-â?ât ’þ->},c—àóAU7•¤xÒñØnC®esB]l, &SoüÛl4Ão¡Ú 9²°ßÌ{‰šPÏä褤wé>°•Ñņë¾$+®Ù³ž¨Òý^XOÄfçÖ¸‹Ù¤ð<œ„ljDNÂÅ=k"ü·~õ0(¾ìžwþÖ"·Âæž9WÿÒè#Ç8Éi’—bÇóéz­zr£:ŽI’35/æñÎLs óÑzb#£¼¡ù‰œc5ßÊÎŽNaõM•MµMUåŠò>x›Püuq¦–:ÉÌ+xŸ–8˜[-¯B­FíS.·ºQE᧬ãJô]—Ì‚JÒ—¬®Lí õ_z Wß®b®Ê¯²ü L :Xþ°üáþCÿçµE¹,æÈ,–N4ÖÜKä÷/Ñ·_"e¼D›žÂ´¡#Ý¡£!¤#—'ô‹²S‰ª/‹òc9ƒñÖßcØÉ²ØÉi·¡4Ñc´Laû•a ÷¢:@ß‘øô¢=P{×§ÈN£"¦hÑa²ä¨1Öœ8k^*%Ø7^B¥Þp^Š!Ø^Ò‹·Ïqw[.@ÉK@¥lM(‰~%†Ù±Å¾æ%)y!¡ßzÇÀ†Îš ÃñŠ¢T{ÃôB–Ëâ%*‰®¶&wÜ2 Â;€]"»¾ÛÌù—ÖH]8ØÛ$A$–1ŠPrËf:gœÈ6—1ºg¿”ʦD¶c¥ØH‚’~·¦®KÀ…÷:,!›YSº%àoÉ/!Il3.¡Ñö{Ü¡ÞÀ,—0Jû"D_`l¿ COØö½CîŽmØr½CïŽ;ÛPÅÙzQiÁTEѪß#OÂLD1·‘ÍcÕu0 tp󶱿d¹æä¤eåZd9Z¢È¶ŽÞmcÜDD×"‘{ú„îp#d¶´ÛðpÄöte ìÙ”ÑØuã\pzupú½R`*)}N'±|äÉÞäé˜ù b>ÌηüUoæÞŠh j Ÿ.¡ð5CY7¢–ócLOâÄçÊ‘R€¦SIíNý"7½“äÛ·2'é(^tx}½¢¨ ;¼TiŒKªÄr„4Uª-"‚*9Xv~G'‹¿‹ZJß*Ťí £Âöâ'Ý!.JÒ.£®Þöó{K@ZN¤î…Þ1•ZiOˆÌ@‚P-JÔÞžÅvܸã”NðE‡!Y ´ßNöß·½°Š»ÃêNjØf0OiØ% CÉÛ)¼#åîÿzNmžÆáÅÜ|¶Ínžz¶Kaž¼ß†·¸‹¾*ôðèý܆ûuãŽþV|GpÚ—î-êÅsÚ¯í-C‹ Èô÷߉EDYíÝ EÄlïðI¦±"˜Júf£œ%ý—AH<;ÌuìuCcAh®PÒŸPJ(A!ô•”du*YúÊV"`ëöå $³mðø*²×êœâ)¾g—öŽÕRY‰êœ ¬ÂŸ™]Á §Ã§+ª¨Ã¤¨+èÿ<©R4©U­b2[Á‚ ¢÷‘Ãù#e¥Eå›Àc¹WÙª&sY§enßé¹®¨á£²JüN»Jó¦éâ¹Â‡) ?‘ëÊд×ÕH‚`ôé·@ygrÜj?žÔ ]?ÚÔ*>?™ÔJI eü© 0͇gdÍ å#Ý…t]i)-4A–3–f%ëˆÖ¬“¸ØGPÒ¨*³`Œù^•;câ;0HòŠi¢¢úȹ@±þ*$·¤\ìJò›,ÏŒyHâÁt˜©,Ï,0$βrщ€«jÑó›œ:\3$9wzõ «š¤%s£òÖ‰äsÕ­3îçJSåŸÎ(îš-Ö)Ã¥U8Ê8`Jë0=ÜR(ý^ª%ïfºº¥oJN\¡tÚú¡¨»ŒÎñPÐýÞ.!T†“SWùejM;*ðËœî%ƒè‘ÌÚw…ôÕýõµqçT4ç4¸æÔÜ÷˜iïkŠÅB¢"*JØÿhôL5ø¥F”oÂñ²ê‰.½h6ƒÒÇoÙ$ÕÒ¿—ßÄ¥¬K¼´cYgˆöoü.‚l¤¼K‚´£Y§g—³öà;ª7AÑ„ÍÓá—øÉyEÓÁßÿªæû4EĿλ’á¶ùN‚f Ã^%G2[–ä¬3(øÑ†BŸ÷S>úÿ´ù/Î\ðøÄKÿ¿’þ ½ÅCU_LéÝ6ˆS˾ µ‡”/8Íïi.hŒPA¬Ì F¾óåûCì+Ö‹­LYȰÒpXY#™îT¯×ÅB´9õ¼¼¨þCXÂGþ‚/í¤Í8l~{Ø¿çl$X'ÙˆìÙå«:§˜Ñãí¤w/ǰÂÇL`ûˆñ*!r ú¬1sÕîÚ9K¨@1§ÌXÙXvN]›¾Wn"3÷$W›}ÚãN4%6e¶Kð+6ˆnÃÄ—c”’¡²ç|Nÿô7ùN6BþcïØŽÔeÞÒÞþˆóE˵uICØrðp…3z”ó§Pׯ‰o»‰ŠOyÔ —½\ÕUBðÀœšÃP,ÐÉÏ)M®zÞÌsщ}ì³Fõá7côA°ÓL•ÐÊœ¡oU/† 9gŸlpZɲqÚtÙŒ:ýÞá}Ó+û>Þ'F1鑟úæÖ-c–ÆT,A =™$ô{Û Nõœ,Ù<¹9í!rŒ×ë@‚áfóï(&!1šSí%íÅöÚ{«žN²Å7zôIšÞ+ëËÈÃbä?“_nAްƒ7>¨xE|]L²ùÖ#O7ÔÄ ðDÅ›×GŸZËØóNÚWw— r^ 8jÛY$Ýu…~ÁIŽU°Gnp“臓6Þ,¼¹ å›Gà:Þ¤Q|9ŸkmÔÝf)ù¤‡“'tè¤nü3CÌDCÊÅ5¼s3Òzÿíóß[Ra?{\·wæPR–bf³ò]æVF® ãOhg·–Ïplki­œÓiš‹çë²B5L&r­±â–üöšK]RIÅ5×,)7-¿€2%Þ8ëí®rlþä±=G£ot†ü`ÆÅ¦½µ–P^=oRH9s’>Ѳþx˰yùê=\]ÅžÏö­ ÛX¾Å|iù‘èæ}N ±[$ã¡ÔÙ 8 Y ñõµ7 n$b±;wnÒ'ͯFëfË;ïâû\–>©•rrz*“^ˆ´6¡-aÖÌ«ñ(Æ ô^¯°Ë•tZ¹ô¬çÞ„Ü»6WI›7ýjº=É„‘À%Ï?ÇäQô ø uH zöÿÆ£¹{›–H¶Âþݪ 'lõ4üw`N xîèC}ÛQê)b1‚_³ß8Èó÷£Y«§Õß›ÇC#*OL ýÜÑ4ßÍÕ®ðßqøÌ#÷,®·¢|¤ó_ïr„̾zZ\Ì|v\±™Ÿ~ZL×áËù|R¬¹ú}3Ì}â|áêæÀÓñÚŽó‚fñç¾Y«›‰eæ Í %¾XfÐÏŸügçíß‚MãcNq†l0vÍÌZóznbUG‰{|̯ 915¤ºù;›¼ýÈwSŠR܃ôXÛ7C FcG±{\ˆÉ\ Sžá©=_ŒŠz\Æú9Çj¥×Úƒïß”gîÁéEB]~mîÿQ¯ÂM3O®l |ÿñ%˜çÌë6‘L=oñîgéÕG±­c{ëóe¢±Ú°§ª¯ÀL=€æ/£–¦äƒ¡!-ÂZøÌêµ³ü@å:4¾ê8…FAGà/*ÀÁyyVº–6¶»Ô½V7wAúœÖ†áîÙtØã:kkâ÷¥+‰jŽ£ôƒ|—¥ß>›íû·#í<â§GkÛý˶¨Š™þ3.$ÝŸæ£ÎIÅ.í»bΑÎÄß2'¯‰«‘ÌžÖ†­öå{Ã=¸[×77î&Vã„éÅߎ|m¹ô˜â»ut/j]=N|âã|z¸Þ,Ю+èô²½ýµÜš?Ä?ÝPø9aa:„!¼m õ•)î;NðÓ¶­Ð-‡‰XCtN{Q^m­Gn…yç ÇïË¡„êêŸÇ.¤]W}Û1OŸÄB«vöƒ}#ÿþ¹¥SW÷Ý–Ç(]j Â]ë××X(lYÓhßÖŠø´ÒvŸ‰FœEó §mùˆ{œúÚŸnFtVud7õtFHEÕxHþÚsÄüj5üçaé—OèÑ'Oá¹uîW +­Á¶ûƒµF‘O¿oÌ7çÛH(êëë;ü®µ£.; ü/2`—X«­Áòe¯j¯Œ•J³W­mÖ§®Ìൌ{u«ŸÍÕÏ› ä= ƒ¥¾ñt®¯]{üù+7c5Òsÿ«yõóÞàù×dê¯Yõ‰ÝCž›¡7ûáþO?)W¸O‚O³´k­„ž>G¸ÿl§nN`æ[è¿´ÏÜ ‚l£ »|óEOu^:—}ƒ·iZíÞ°n0Ãá%Ã×[íÿË¿P™­=ôëBü¯?µqfÝ%ɾ]ì[æ`žÏ%­iÞÍ"Tîü_­L#÷ä‚Si¥¨Jž ‹­—à뵌Vpáæk”º´ÜJ2Z©¯‘·ÓJ‘¥ö¹÷(øyLÍ“³øB׆M0Ý­0ÿ¿öžÃ›”syí­²:Γ«[ÌçÚ®s6ð¬æs1ù4„Þª*ö”ÿzÄh>ÞQR´O…á:ší„j¶°¼¾ƒÒØæ•ˆW»< e ]‡m+š“AtAÎb7­áu‰^#lv@“-q‚áb·¾!a…+òö§DÜóÅ0Á‰"b€¼M³²tû¯®¯¾æ#i‡CfÈ4rë_¡¬øBñŸþåú 1†'ë¿?>HòY,;ÝV§l_v;'M¨=äýQîÿC=aõƒÏÇ;ÝCº]J&ƒ²qÇÍ,áïEZŸ½8½žŠÄ÷{×Û»“‘‘T! i~nzúnun Œ¤vSfèˆ7í'=—ö%×É@w¾ã›xm–Aß$PÛ@›Žœ˜× š'0%ä0»žÿ‹ÚÉ·Ö*ßÕûuŽMãî˺¯RÅÍ¢[,U•#$ "“!¶¾„YOüŸ?ÝSl¬™kÑô+¦†ÿnX?“³úÁ,°Øò5´váPÑg7Pø.œ¤ÁDT ›ÖêüA",Õÿš‹Âø±¡r¹úä´ú`)íøäìéÒùubÓ4ô|®‘(!oxú·Œ›^qè:$Óum°zÀ_ÓSzï¥CÄÆÔäJAعXVä«FfÞ{d”Æ Å­^~ï¹!ÓÆý1aoDxNzí¦¤>"ä°ëº0ÁÛü,#<7 ¦q'á¹´H’qi1¬ƒ8¤êbÿY\dª˜Ã\+æ¸'“8\UTtùÛ‡&ñ£uèÐNYè,rÀÇaK¹P'næ-¾5Ëmd`hdy<F&¢"딸]ðö§L@ðÅ`UIPñßr$P>ú=ÕÌÿDÒn^­ÚIÙ·Ùx‘uËN˜ôƒë ‹*¡!lÞ5á¼ëÈcÙJ~ŠIRϤ€³±oôh}~|Ba5_2˜F/¥Ü ¯´xöuO«aÚžk?ê"ö’>üQä¶6 ™­vùTK>ææ)Ñs±Á[ Âá>ot7 a¨.ém®Í¼](’Œhϵ[K8no»ÞxÀòáô]È›xÿ…2hòbåu}*¶19Ù¼]þüÌôÏ_šB¿TÃ/èÑ„X†_ÃÍÛêår¨›®¥…ªCï+DZ*Ý ˆ¯~õ™GYEòòÆgýåov„ñYØÕËþµ8€pú?tÇ_ž¥í].X¹<„Òþ=j=ؼ޵ÝW“¾4Ùµv·Üz­ü~ï•:÷S]£Ëì€ÏËí¬F±ý¿¤>Î+hUA²ú1 ­YÛ¦sH­Gó‡ùá34> >Å™©àO ž¥£„¿¹k¯ o´Ò5f+ Y, ‚ía°žJÄ¡ˆ_ržÆ t«75O+ߢe'E©¤»Jí’¤o ·œ>³Ë¥åŸzÉveç]4{ÇÂ߲囑ö›]çArH˜òß àO¸ÁlHòwÛÜâÛ7z»åáó¡–A²<¶M#{EôøB,þzÜ¥b 1yƒLñl+DïK¹‚xsc}Êžo#wNW¹€8¿·g(ü¿âP¿jëTžì«çió0+:§UÿŠ&ƒŠIÈ4¢éžªø÷p.7Ö-˜Nîi>Xèh4ú¿v©<¯þcaä/_=ñ ºýHjrô™}ô#Yíí¼À¿ôÜ6K¹êY:*-ÙOé¿}°š@(îÈ"~t ?º!Á®#£t¼MHT¾<.ÍÊŽ}1‹,沪¿2ÐŽ€Zþ>›bßyÀŽ9Ëbù#"Æù›=õ"Ûqeä0"tnèžìz2ü°ÿpîÑ$«çH_H¾ÿŒ³Ê”ï5i§ùì&¡û²¿g¨j“l,ð\YwÏ<%öá©ì·Eò—žôóžýl>÷žù‡§Ï,‡”z˜Ìÿ&™žYéñLü4ÂÁþ“´¹PeÅø¡Ar&²ùÚ%¾˜àu¼g¤¡g€Ì¯šÜ{oæß¯zenÞ¶‚þžHâO<óÊ,x¼³Ì®Žüó&a„ö¡Ã>ÜÍ™oq¹”ñ‹üªÿéWà̘ûŝަá¶§£áˆœˆ9°H‰ŒË\„TIÏ@µŒ±]ÓQž;#PÎßèñï=ó¨”6Iu=s¦îï¬\ÿÀfÊdŒÑq^ŒEG½ƒJ#Õ ‘c`ßßò£á ÕF¿+7FÁAéï@YÈ1•¢¾Àœ Âä( H?£ßRã×áÅàÂP¡ôK7–hMXÕ[¨Ø²f+²YŒ;¬õ-a>N+ÊØÍ[ (ãæ NÒ›Þú·€è—€(šƒªM¬ƒ3M5ƒÌMȃõ1šâcÌ:ìô->”u û÷éwô˜TFôÅø ŒèXïÖK/6Q*¼´½[l^‚¢èTØi(Ã1D°Ä-&/~Q´",-”êd‹ÓKX£{¥v¿…ìEŸËL££òz݆3Ž–ÃËÙb÷jC7Ç>ˆú »ÞB÷blÃ\Ãñ@ú½ ûµ…çÅÚ†½†{Štýög AÇÀQ†•oñ!Dƒ%1KµcaÍ[bIã–/x¢ó`c[$ö Ü.¼žÑ_a«[Ôî ü.|é´Ñé°á-"Äë;œ0¼îVÑ °Å-J×^~Ä ™èRØ·ôYôÀ²,Ë)¿|­)¡Œ²“›cïaµË‚1ö0ƒå6t0G0Ø1ï•t2÷ðs¢ËštèôñØñ Þ±sÊè>òãDË>é°éã~›×WæÅ†ü S¨«ÃÅFñ wPÖ¿¬C‡“c>æXþ\… É M!Ÿ¨CôñõŽ Þ—w¦ÀÏe :”¹²Q™å•”šC:øG‹Ë[”éäÈFz‰ÚûïoÜ_¢4¾Ä8¿H£Ž‚‘kÀèp‘s(ǘ×Ñ!òáeÝ:2lÔÇø¸ïøË¢¦èœxQ)°pcâåË4œ˜±(pS£†€»eçS¨N ‚˜8šQUÀÙ2øŽ‹ vîDÔð²ŒÓIºå…)À^>¹lpŠ Ã‹+Æçýþ–s –)îç¨`𔸓T Ò À=ZXÞ¬ìó”°“D Ê æ¯èùвoSÒN2~/ÄÔÑïû§ŽØüpÄñŠßi«Ëf§^qúá‰ã“È’•%O1ñû¡u`YÄÔË‹”Nq ûat`¯ÇœÊã—%L1ñ]¡†`IÅ”Èó”åMq ]¡‡`‹Ù§-KŸb=Ð A‘„û„¡˜­qPj·¨_Ö'/$ú´ 'È}P‰¤Ð>K¨ˆ9òM”z_·×ë%|nÜßýö[/Ú8©y1cý$[I^Ì¢€zŒ~ƒ­—mìTXF1µýB[¼¢Tiï\û2¼ˆÍ±Óâ]ûù¼¨Û¸©°‡{¯·¼$×^h½£ìKÝòbXCõÀ‰)ìçÚÊõâhZC÷Àfíõ’EóÀ|'ÑW¼5éE&JrŠUÝK‡ÓË›cKéÕ€1iô ŽÃ8Ç{%9a œ½üu0öº^ñçjÀ»}Ú÷mk˶g _+áw?ÊN$€?*¡¯k%¢ÁLVî·Ýj|®II¤€v4kÿ›­„`¸$J æhÇ~ß­v„¤(v >Ï;²¾eC_êdT^ߨ–yX²%fC´Q¿ëÖ/š.b>áõ½°‘MáÚÝlŒ_†$‰Ò¥ˆvRÚèêA”;iAt% ²ÔlÙ0p&ˆGë\^ñIåÓ‹×ɨ ûà ´ =LL ;c¯ jMR,Ã<øX— S™\ ÂD7ü±¢‚£‡Q“<Àà­"U!M˜.(KŽWa¬àË Ê0L€T°+˜g°œS[äVTUøgðTåV©Ái*¬3hªŠ Î, …ôö¨Hå${Ò (… ”äJó“ï`”—¨ðTˆÌ`À“¯äg2žF^0¡¼áÑåÁïGxíDù‘G”ÊÁÓ#ävœüx¯Ò5dY²À£#Ävìü¸´qY†fðò•7?þ(ð€§"Ü0Iá”óWŽð3‘™¤ÕÉ2Ô‚çG(ì¸2êä)Á©#,vMhËInò­Œàân;‘&ŒåäùF pÌ=­X •\Ã0xwsÉK,µHn’á|©‚äƒÔ2r3kG„öÄ}PÚ×€ŒàΩ=é‹Á I £6¸zD`Oì98± hÉè þ:"±'ut J3ÆÞQè0ºÄè˜Í¥¬¼'£ùòï#ãq¬x9÷GŽãøŽrš¬Çq!åÌ:´-LÇɹÀ?S%ÎßfBª¯U.ðpI}Ž\y×’Òå3ƒ^«JY Ìé´joÉp.ŸQªNU¥,æv[‰mIt®œ^qÂ1Åøœ<ôÁûY¤)Ò…e‰¦â[ø @Âr…&¦œ°[˜W°ÜS[åV?¨:ñ¯àiÊ­–SO¥9±¶¬ i*v~pfÙRØ’lØÒÙõØRùÙ’}ØÒ±>‚Ô>¦°Lrù˜ ßY.5UâÄÓ"²‚ñ+ùF~vúéè… 5ˆQ.?õþˆ×OTyBAùCùÔô¹§8uº–,뇬©Ñ#b?vqÜâ´IYÇÍSËGT~ÜâøÀÃrì©8'á€Å3fúNUñ ’Y¤ÕË}¨š?¢ðã*H¨—_,§œJ=bñè@[OòÿZ.1U|Äí'Ò±ž|*[Ž1sD/H+•B#—þaxj÷óŠéY?SKä~|8œºtB Aú²ò”MÕ>‹©xÊ·Ä  gyàTç‘Ô•ôËp4¶\{ªúHàJì9<±hUî9õõHâJêé((SÇöî/£C „×lh‹ E­£_¸¦0ÛhB«ŒêÄ]¿ô™ÚºC[ sS¾ôëAoŒ1ê0¦ø÷ê5ÖS Û¼D·ÄÛÇÛ¢*Ù+Ùâ ÙP Ù"³Ø²ØbUÙPTÙ®COŸ‘‹uûgêuïƒÍ¨_Œð‹1ºM ´w饛0eZ*Œ¿1c‰ÍMP29µÈ–š¸ÄäÆ/ŒV˜¤Ù_e+…,qº c&Oô7AïŸa>7•«ÔVJåöºgl0×–š³Äî&ÔŠn–¼oýz½„îÆØŠ¹šâÞÛj³ ýµ„çÆÚнšú«÷Ææ7ôÏÒ ]`lÏVZ¾Äw"€,‘Xܧeëm^;‘4|gã¶ÉƒŽ-‘œ°àv¦­Ãß ‡It£l&žõî†"¾ÝI‡É<#(ˆ¶ïò¼ÿŽà‘í¹¦•´wª³w¯9#ðdÒɶÈÉÏ}‘?­'ɪ¿aWQxÇõ(Ñ“¼Ù¶‹Hxn“|O¨‘I2ý¥»<ˆ¼;ŽG¡'ôÈäžþÍ]ZDú룀%%6Š—P86Ê<KmM‚ɱ-+J¨+° l#ôˆ•Ø– "´ŒÑFЫv+¼îKgÓ¼#²½øÀI ’Íøˆ”¤ÀÌú¨Jdzù@MŸñ‘ˆ—¡DçB˜¡@¬› bq!âS þÀM >@p zPœ~§BGA˜ R`˜ŽuRd, âå*p|šŽwRg"U`ˆsÒö£',M*1ä©UÐ!ðF½d‹"•{É$G Øû’³—@’þ%=ÿû—ìï ħS´®èB¿6h?ðL§«°>¡€plèø@ä8ôñ„ý íC¹j ƒ‘-¨q@ÔF’/*_Eƒ…è ¨f@ÐFœ/&_uœÁÈÔ> Éœ¯ÍIGJ¸<À`Ã×;BŸK82·kŒ6V­c0$r}Q iL3Öv£&,M Úp4¦.i=#a'h}€Æ†§1}I›Š0¶Ãë+ªFŘFÄ Êx½#è/ª^Ä8I„6€¶ÃàØ¦aN_O¸ú9€»Ãâܦ¹FJx ú=€²C Ò¤/!ü:ÀÞa>O Òì¢ß <Ý`ì0ž'Þi¾p¦K­ÀufpWpV6U Q§UÁ5:Àõ”p­pI\3—.|$³‚Ç$éŠQ=ëÉîÿ;NuôÌý‘ ;´&“Dެ^;þØ:µøÌù‘c;\þVÆ‘;¦WŠ å£+v8& uêC™ÞvRMÒ¯´…éˆFâí›ø *Âô…™#vØMÌÏ,¡ÙJ¿š©jÇ¿œ¦A¿šE=’fÇÚ$°§ÁÜ™é̤dÒ``R³aÒ"dRÕcÒägR÷aÒÆªPQ«Ð`¯Ps©Ð `ìÌ’)±ãiYN8Q¿aœ}Ú{ÁC¥‚Ç€‘%?ò~×GT,zœI9³|dz܇S,J[‹Ž53kdt؇ý™Q´&é3›G–÷¨|¸ÅÒdz°Gâ섟Eƒ›Þw¤rŸ?Ï\«žÎ(³vd~‡ ¢\ϸ˜E9’ºÇâ#з¦æÁø5ëÉé•à ®dôûSNh- ¦˜¸@Žò^'AÔÏIñæ§Žpqp•§ œ˜(â€åÓÔ{öXÁ9]J–¬ž`‘Q³=÷ ¼à¼.å VZ0þ¨òžíæ}v˜’4«˜gÔhÏõ÷>7L¹›UL;ª½çØFeC±¯pc#²W‡¼–ø\~cø=ʧ¢ˆÍñ{œOå[à÷˜‹Š.6ÏO¨ûò9a5zÙ´ÕßuôMØÁìÊ9Õì:$5jú/ XUŸtèõ س?)T»èXë‹’ÈÍW0Ô°}"%Ñœ¯²ù(®oÁž›T~¬{]ô )GV¨‚B7µFáæ|¶‹’Pµ©W¡¾ë'Üù\µ™5úXó%DzþâºÅ5Üúìó9jå²XÞb½×Á*÷J*SIúà”ôÞ8©Ñæh]W£ë¼š“uy)”OÄ­Œ×í¯!ÐgʤPL­Ò±­ñž rAÊ(PЬªÒySã<çç‚.”U 8Qu ã[¬O*Tj*ËUÑT£8gã‚™#ÏU™«Û>çã‚ö%ÓTñsÕ‚Žk¤ õ—’Y÷ aÝ®9CÊ/Å+r¿*t;k¤æ,]h¿”ŠËRWàéÞÏY?»élq%êj-Öš7sÎÇ8þ¹âÊÅÕX±ç ý!@‹ÊzÝÅÊ9ÍcRÿÂùõÊSÝÛŒ9ùc‚ëü Te‰î²9õc’ë‚ùo•ºg5øsÊÇD×öŠ+²”Δ+ «3+i­S7-9eÔά+€÷Î"+Å7eRÎ<+…Ür¿§˜­:ˆ)çUýóû½°ÈÅ«›Þ‡cù)vR+UÅÀÙý9x•µÓóp ?rj-å)!¸ŠxR½¢òì8yžE^ZåîQˆ_¸x‰‡,ë.\ÉÏV<Ã(RY8='õSï Y/xFÂʬ#»êbà×j‰)j¸–Ÿcv±Z`å¬8Þ)_É){È©ˆÅ)³Ê©ÀÁ)÷À©„Ô)#× b蔳àT|ªX:%·ôóìÀ_Ï;U®žýGòC—Ó(àW%LÉí¯¼BP‹UÓ+”§Ëá|WÆ!TR%%²Ú¬ÓYð×Wú!RÅϨYá8Ý »2¡)VüQM6… w !ø–o <œR‡Ûûq+²”k¨0š®… ]™Š§[*7T‹LQÂ5¯žÍ}Ά’guà”ÜâÊ#ÿ[Þ†òY5þ\ÞO:<ÿN+Ó§‡áDWªÄáÒò¥•?¦áÈϤšÑ­`UÕ0ew½ò@ÏêVܬ:› „‡^…?ƒ+8BA¦ªtJîxåû€ö'3B±§jsÊxú€ò'ãI!² Ûù¯ÒP<_k ¤Ñ–3EÊÖžŠ\y(ÑÛÁœÜh(ÕÛQ’\{(ùÜAWZCu(ïõà_å«È*"X¶=2ÄG#¸ ùMFÍ*_ämQŸ¾=â¢á_…N4+@ ¡É’™hãÂ7­áÎ_Ó?go­¢ySšèHÁ‹©!_E0›¯jWÀ« qÐð­B›ÍtlqXáu‡0±@œ‡+xAð4”«ˆf!ð¾ ~ ˆ ººÃKt{^tG@¼[¼y¼½h¼#ª’“’±’½ ’cß:„FC»Šl¶ÞeÿÀ׈tx‘Õ‹c‡Î¡×q (zÕkÇÏÑwrÀÈ}5œâÈÂKQ·sÀÈ i8:ð @LÆÝðò Ãv|—´q K¡É§C.¯Ø¸žÃ«¬1NGC^ˆÁ¸‹nsî¨íßOQ3d¹Ï;•oB=®å@Ö\¸ÜbÃ÷‚2.wð2ë•C¯2ÄvÜûÕ7Sl°Èa’×â;\õ®fnÇÍ—á78 ð-nï]³óàû ‘·8 ñ- †IÚÑð¥CXÇß¼º, îí²³äk€ˆŒ›P_–ÜÃÂì¤ùJ!@ô·¸u_¬5ë¸\~c»þ05ÁXÈð·)6![Èñ·]7Á_Ⱥ¶ù¶LX‡o–ym¯Þáæ¼PÊÕµ_–m¥2+ù 3´ãh”s³ÎÿÜ5XÖi¥0+þÜ߸í†j–•jW¾dê&hV˜úLòþËÆÂiŸ‡w—ÑÝWÁîÂDË,noZ_­=Ó½Yãçea73áDM‡ÕÆ×n¡­(«¿:¡5nF©h& 8“XE“”A“hf“¤J“x{“´}“(“Ä“8“Ôùe·ÀVŒÕ¬_ƒ7¿¡áËnâ«¥Ô0(ʲÜÉÛ€D6õž£2r¢@,Q@ÝŸf?ܸ»Œy¢@(yv öճ˯N4H% ‹û'íMNÂ:ÁdÉËÌnxÙCMcË$'j$ýõö—Kþ'!(ë_¡fËî'Y냧·ÐÐå𓈛¡`©ƒæ„eÆÝòÐ"©Þ;íÆêe“ªÐ®·cí$ÏÔCòµÀ¬ÿóþE›ÿZˆÊ׌Õ÷ƒV/³v÷µŒ¯Y«ƒ¿n¼BÛÃ×"N_‚%ö}Ú×tOÉ‹$z‹÷´¼«ÛÖLN©K8¶¸½ÈÚÕ×ìO±s:‡,=¼DÚÍÖÜOñó:‡×i¼ðÛ•×lO1o³C‡¤-½xÚÖ\OqosC‡¿J{Ѷk¯9ÖƒQ‚P<÷܃ˆ<Ç ƒ%6úV/ 7¢÷Šƒ7â÷׃7bn÷¾yv£žõçí…ßëuÑZÜŽ!ÂL¤Á<Ãy‡’{µ°—VüƒZ}˜tvÃÑ¡+Â:L”¶wqñž­›”vbñÀöÙžYHç¦ïþ<¿¾êF*…‰ìQž§Þ+tcnf{‰š!¸î Ã\»q7sµw²î°6KÎ`{çÅ÷Üaì›9Ú»r4;Ö4Ûº4»Þ%[ª%;Î%Û&%»Á–[Š–;ö–Û–»þÝ”›Åg½·{¡çßî¥Ã¬ºiK'o1¯e#^ÊäÓöáï'œ÷ß„±ÈdÒ¦ #lc"e2J´ªoîý"Ðe²J"|ïƒÃHeJ­`<{Í÷Š6˜¥ý<ûyçí>Ï1Ój°á`áz/AÝS² óÜ9/¼çz4Œ ì)Þì=Û <ï¼—z´Œ í)•ÑîáŸß?Z?"³e†hµ¬÷oŸp"se†K±ï°Ÿ#!=}Vû ç‹÷”šO¤‘…ÏÆrÿìüöãQþ‰ào~dŸÌ~éù{²Gõ'’¿‘ý=û›çg÷øÊOD!<{H½täh”½LKX½ZPÀM´×K*4Ö^/s4‘^ ÄKI4ž^36ú;3šÕûì-ÖlÒÇ8~à;CñwÌý8, âûÌ—Lú¤Ñqì@Ž€ä™Wã(€ù/¹Bq*ôj™°¿Ä‘¿OÓ1‘ìĆÃé-蘸qJ@[z]'A’̉8R úûœ)S'Æ’ÌX»÷Å`†2quœÐñ}2˜ÝdU窱,ª> ÕœU¯ Õô-ªáªåKT]0ª‰ªÁªÅ‹Y@*Îèù>}Ê舵ûO0žW‡œ ‡4 gÝçe ~B¬„YÇ×gl]Äk™O§AÌ‚™÷ºOߺ€×"Ÿ~œØ³9N¬ÏܺÌSzmcÖ:2aeœfŸƒu2Ô`‰ÅìYÞã,ú<¬Ó¡FK¬'dxŒ8y`·—±(IæpQŸêv¶—©(cÉ$æaòv´—n“9i=À(εÏ;ÞëMóé) 0.´/|; ¡Ä$IZÐŽsìóÝŽCè1w‘n<ãûB·cºwLa¤Xh²‚ ¥i%ÁÄÖ&-D\¾9‘P+(O«ú‘Z(Mkú‘I)hO«_‘ªƒ¤mT§8™+#SÈérIP}l‚Ÿ µnzbÎàÛÆ$rCùAÿÆxr–ødM>½B×Äiw>¥:ÆÛAÑÆc«2J¦|cÆ’±q!HsÐÁÆ·1nIϹ•tä>ÈÄgâÆZú5ˆg£Ü˜µdrÂP•d1(H@LO@J@@ÂG@†™Aü:ƒôU‰Xš.1³.)‰.‰.Ygâú vcÞ’Ù ã ÉïD¸M¤÷»|z i:HyÐvÇû<6HO’¹„ôÈqÐw'¸Q¶‹Î’˜'1ocÇ༠Ȣ‹~ƒØ3ñë ÄŽÅyIU41mbú ëΛsÈy}7±UbàȎÙyñå#]±Lbé Œ“©Û”¡‘ùÙ.÷„)ÙŽÇ„cT×'³ˆ™lÔÀ'kôÍEfW%afº¾ÞEŽšj„žó¨;#šŠ}¥lM‘¾å':ƒlvU9=ûׯŸâT *uj ô->ÑÇ©nëÅê¿IÊþPaª×¢o–”q¬â_iüZëë|ÞN%º^ôœŽ “P.a%‹Þ›Èœ¹ ý—lSÕÏ•Âzf¯UÕrWT_ë…ÖÄÌé3ùçv¨Ôè½ÖDfV‰fV2kô1˜Õ>0+Ù0kí0Ë2«f2+ê1kÎTzèÖ$̽9f¾Î}P ¯ŒÐ똳¢ ³WA©”›yë Ô§`ÁÍSR̨8g šR0¦æ ©îVbÎ(8g š0hæT©ÎV¾šÑpÎ4+`œÈ9P5™ sŽjÑùžKªš\ɬ—Ö¢oʲ¯6VI2£æœÓbjÊø9ç¢Â&Ä9¦Ew…É=·UŬÒ}&À9¡åÍ ó¯Ü•ÐÊð™ø;?q¦}õ„JÆ]x¾Ÿ¹8}q¶–ju¥ÀŒ ¼ÈÏ’Ì­BV©>cOò3è`±ÈóP©4›q‡§ùu°®çѨàW*ÏØÂŸý‹Tž¥ O¥ÑŒ+<õÊ0„õ[ž´ m¥öŒc²]Œ[¶»]–G¡½Ä2Ã.UoÕà4U#Õðy,±h`´¨¯¦hn.R/±ósôz'Ä7¼­Û\†»øçå1’}5°¹ ^ní½˜~=‹QžëˆµOýb6ã>[{.×b®íž¸…˜aZÖsü~P{TÝ3‘Œ¦î+´'®é{°ˆä™píú¸¶§®jefíøÀZ±_ü/(y@z endstream endobj 718 0 obj << /D [716 0 R /XYZ 56.693 815.761 null] >> endobj 199 0 obj << /D [716 0 R /XYZ 56.693 759.068 null] >> endobj 719 0 obj << /D [716 0 R /XYZ 56.693 739.087 null] >> endobj 395 0 obj << /D [716 0 R /XYZ 56.693 390.367 null] >> endobj 720 0 obj << /D [716 0 R /XYZ 56.693 370.496 null] >> endobj 715 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im36 706 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 725 0 obj << /Length 430 /Filter /FlateDecode >> stream xÚ¥RMoÚ@½ï¯˜[ÌÁÃì·÷˜¨M”J­ZÕ7È!œVûó;»kSÓ Uj/žñ|¾yû^€àAÜÕb~o §ÔÏà:•Ô¨=ÔXŸWû¾ig¥²Tô§m»=®NMÈM“m{ÓÅÜ9øT⥔¬ÍsÖÝ~I¤^úÃê´íö—ý_V±½?–·ë˜<ÆŒLBÅÈœŽÈŒW襆Òbð6m¹ÝWÅ<£cŸøX‹7!y?ëÐ >Ht¤`½‹'‚ ç!šPÁT¹+ •vì·ð]|4Dd© ¤q¶ (É ¶ ÇØ‹RQñõ°ÔV>Çϡٯ›cFýÚ%6Ùkoš™´ÅÏ×.¨8e¦¦³þfùö‹Ë¥ÐÈtù› tÚšT0qSª"~Œ¯ÆàüqÇ*øÐ1ïéהÞr²(QåÕDWÊJT!€!.ª®®ÂbI²:r…‹?¤ËŒ¡ôlVZç ÷ƒ<«†d’8’Ž'¦‚ÇYéTñp.û=. f,Ãø@¶Ð”q-•rÙûÏ®<ß;éBrá_”û gæ5 endstream endobj 724 0 obj << /Type /Page /Contents 725 0 R /Resources 723 0 R /MediaBox [0 0 595.276 841.89] /Parent 691 0 R >> endobj 714 0 obj << /Type /XObject /Subtype /Image /Width 803 /Height 478 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 729 0 R /Length 32898 /Filter /FlateDecode >> stream xÚì\ÇÛÇl`ï`‰1¶KÔÄhbbÞ¨±»Ø{C±#ˆ€Q:ŠÒ¤÷vM@zï½7ép”+XÑüÍ»·wWvê3Ÿo"ì”ç™gv~·³·  $H A‚ $H A‚ $H A‚ $H A‚ $H A‚ $H A‚ $H A‚$Qúkçe€/‡#±–º½N•ê“Ò ðå€éL½o•Å9—YpÀ§ˆ–{áU—| Á sjy&4b¼?­ÅQY÷+>Q®»œ±HÅT„`…±*mÕ1éõž´gÇðÞà !îP²/<¡ø÷ôãM:òûøC‹äO®ûù†¡£hI€&™”ÌR0¥¤C)‘d»+†ƪ`9-`B SDïãéw«Ðš»åüQr•OŸ>°`¸ÍÑŸKÍ6×:iô¹§¯Ø7àu£÷\‹Õ¢–é;…o¿SDÇ¥¦Žïi·ÒNuÃÀ+y÷Õ¸œ7Xõç~w¨ÇœJØÝbvèdUãÞ.÷óÛt…_h•¼x¥ì½÷?GuÚ¡«±7©oÕÉ÷ó `Ò€Äh:çq„çÉö.Ùáé5i%Í ”+¶iØد%uO½s¯:fbe8B «ØÖÈûZ>eüœ=´7äöÖÿŠÿËózãs˜q{Zäaù¤“cÝ6JPãµwl•å–L×+ ëþÜÉH¨.|¶Ps•xªKÿû_»àª‹ Ý¥Ÿ©ë§l´ãŠÇZü~×ZµàKî¥Þ9§µýÏ™øm¾è²æ’÷¾»i˜$3ðÎ:¢ô”]7ßÝg=»¼ÛG’ÂìSµL-¼r/Xá²+ûŠ u[aïܳ·ý¶ªºq «P÷Þáe±›*Ò4 Ý©æÆ®uÑ}«N¦H›ò)Õ¶‰Ú£îŽ7åºQ#è¬k©°[¼²Ïêùn¼È.°EPh‘7KèÒ7¥‚n§ÝrZJ.EêF~›TðF°>\ :eW¨ïS¦ï™¼“}Äë˜c ÖÏ&Þìq7<’wjÆçÿÇÑ0øíÇËaš”";•)ùIç´CwñÝÑÚgWBÖ”U2àŽºq—z4€É‹ˆ÷)‡ìJø,tû­0ñ¼£áÅâG;ðZkU©ûŒSµ¼;b ; Ÿ×ðï b’Æ$ ã°n0&«*ž³µ–º—‚†WÛ¯XÖ©»ÑXŽÐÂ*¶5òþ„–µ”ŸBŽ,ñ<Þìß±gßÇŸúJ{iÿÝ3¤¯ü&c§0ÎñØüHíh±VÇöm\»óÈ §4¡êðyâsЧ šc‚1i±îÊÃ;ÙøÎßëÚëWý†FW6µþ˹ÝŬһxðºÏ倊â¶,{óŒ¹ÿfÜuÏ´}ܵ¾-5êjú¦ä]4–¸e¯œ3z¡2šª[^s”à›ç¬äШƒ·âox—êQòÏߤž÷.Ícà-½yU•‘xB7VñQSÞ%7,‚Yç¦4¼zƒKKf}µÅà3.%í>ñH=t=Ø,¥™þ?¼óõ\¡åÉ#÷ q³Ä.ÅÓË(êÃ>¡åsX÷á•è¦Æo8ò–QSå`áwÐ"ŽOMQêû Â%^]Ú!ÍG< ÃK-Åç4ùÄ•ç&~¡e•HÚÔÕØ+z€ƒWúAÍР'ì6«êØNxU¿çFâMޱnO8tM|'½öYgŸ¾á{Ù¿¼É®õ¿§Ìݘ#×ÃÕ=Å ±CŸ)×]¹B‹ó´Õ™{±œ[X˜¸Ê(mN/å‰. –uÕ1+ÃZXŶFÞŸÐÒõ.â¼Ò™‹jq?˜}yúáŸ:(þ~k·Î¶9J?÷1Z?öþÅÍe‘ÖÖ÷o8vtñ²¿E«Àg%û$ŸÐÚn®yÏ{›M=¾Ø1ÌnR¶·k§ÿ½h}óß³rUu/•اœ#,V+gY¬ Þa··­ð‹ͬçÍ7®Q:.Ü©–ßüûâ5w/ñõW¸›uEŸz.œÅ[Úÿ‡­ßϳ"®x7¥µS+1ÿýÍÓ'5Í/^½n4ºáέ˜ç¼óZ>…ÿò6@_¿á¶ÌZ'oS‰›5̼MäÒ7ÏðNÿÛh¡ë±…Oh¹å}!ñù›×­tæ‹gœæ_Õ޾]yЧò ­à6¡õ¿glßÒçœÓzÄ/´6ò陽vŠiJ¼¸k=ØíPËÖÜŒ‚‹Æ95xçíu¨'œ‹u)EêDnßÖA'½vhù\Ž{Ê«Äý÷ivܾ‘{ȆØ8f§D€Ï-·ŽÐ2ò}ÌAÕ*EAÝ+—X˜ÖRÐð¶à-¬b[#ïOhaçåôÑ#ûpöYÊÅeQê«L¶Í4Ù6wÇt)ûMÃOìXQœì╚™øÛ²¿ «Àç†[æqÍv¡µé¢»ÂíûR\f¼ªÖÔðUh_%=Ö(»¬SóÛq3¥_)&žk/¸î°*gßóxþXEÝ_áu*ž/ûl“¬p§Z^£ì}3_’kRho×JÊÃÙ¤ Ù®ìº3A7T´)êVÃüŽf0p_wÑmÝ%ß3Žù7x¹áµívf%n¼“Ï?]·š—?å - ¹9ÁÊ®.¥EFd¼ÄN޲Y»Ð:n›¡¨é¶ö’Ç®›~‡ ÙA½Ž6óÜÀ§Žöë ¨£míYëU<7]TuNÞÃ/´ÚŸÑòÜc§@Ö”†ÿ6ä\ÐrkÿB„fœ¦[–¢†Ÿ9þpUåÀÍj¾fUìŸéq¶é¤]uŒSu»^øö:é±ñfj1.=³(þ•ÝöÚWàÝzêfๅtˆ¶‰2øŒ¹‰«&~IsÖ,SVé<¡…).LwaùkaUnòýúþ„Öu·B.ßõÝñCïì'Ný¤¿sÁ¾¹CÏÌ﫹nÊUå£y™‘wMïlPØñÇ߫ȪÀg…kÆ1Mþ}®öT¼S7z7ßR¾Û2OÃâá6ËêV‚âM†×¨Û kZv¢°ä-ïÔ£î÷Â5 =ÿ”:e+§ÖÚ-Mê)G̨¼+æbšòÙ©ùˆÚÌ}°Èô>u‡QúUžC4-¶?¨aŸêu×ÕýN[ó= ïAÞ¬Ÿ’c¾¨Kiá›®<òäèØ2ú ®Ð¢îÑòÓŠjd 4ò&ÍÊó>u´O‡_hñ -ïƒÖyì9'ï&Z»ÍbH› Ý'âmW¼ÔsÿmïKeân ÿ-ú¹u¸u&7]×\pÝíBc—xQ©©p¶ÍÃ|n×pPwDôØö †]ëõ75}OÛ§ìQ Åïèå;{ó÷_`ˆ5ƒ÷Š2øŒ¹åYÄZ×\ó1NßoÛ:Ä´VßÖ!–Å)ÃZXŶFÞŸÐ✑s…H¼wÜ[SAûÔ¶ý[V¨?BÉÊMùkÕêÝ®ºäŠ©Ÿ.éBBëßÏ+JË]wÞŒ»â˜$ ´,r5ÚtÈ/Râ (‘·«ÛaꮃNrå.´”ì’Û…–‹÷†+$C¬vÉNÜÀgÌm¯bŽÐÒtÎÃ8¢Òþ0¼†—‚zûÃðGôCΚ%be8B «ØÖÈûZì9NÂÊ?j[“éošác’L5IsÎN ÏÎOÏÊK;xâøÒõ[4³ÄT€Ïç´£|[‡/¸¬½ä¹åjà‘û©êX®c"ÿ*¹Ë"GÓ6rÛ­ôr|Á- Ù©ì²ö‚Ëú+¾ÇtBÏÚ~ Â;øWau¿­¼Zy¾[.º®½èºùz€YSvÙª–5ÜÖ)»­Sñ¿÷˜-€^fGlÓJTÇ‚ucû­ô2üSÑà ¬ÁÍíB‹²…¬Y{b—bBk«^êE=MÿkZžGð§›h™G/¹­W tkæ ­+a‘¸º©ØxÁ­]©+\‰Lb?¹ô&ßÃç¬óªÏÚ$ò?£µáJx,®Cн|7jGíQ'iJ#â<¡T]Û·5Bw©‡‡?ç{ÜŽÍ ÎÃUoÊ“öi<Ü&êöÁ;;êäFîÞë¿Y^[‡†”ÍdC¬rFìÀgŒ.…+´Ôs1ŽD„¤Vsna2‰Åh{½ƒ–SÚAÝP¬ GhaÛyB‹#ÿD9¨a»m÷n/çûúW•œ­ô³’egÆa*ËÉÃÙÆÉ6)-þÏU«wž×'«ŸNiG5Ú…Ö6Tuþ\Ur—yަsÖi-êµÔ¶{ÿ{‰?·\áç·Ý0öÃ\…½A½‘þ’·ÿö/û uzþ)5oâ¦t‚¶Ýe?+ÕúäimÓsÎ ’Ú‡ÛõÓx†g¹IÕLæÕ}ýêù¿mÃû"ë¡Q†‘Kq¡•¦î˜vP=Àºº]hm3{üÿåYcs^9“ÅÛ:ÜzÕ[3½•÷>³×Üï °ÕQøQMŸ;¹÷Å^>õïË:­«;ª[Ôýmê¸U3Ü|¶k4uÅwkÈ»b°Ãº ·“ñà–ûzUÏ —Üöº7â=`XÞòÞ{ÐítrûUêåøg¼›§ÜŸç'쿲“lˆ¯P;ì0|®èy—p„–šCÆY󤣆‘»¯Ð áQ¼{PçÑ5‡› ÂÓ¦IØŽÐÂ*¶5òþ„–†S.!Gn8­\ÿÏÎû—­^û÷ò?¯jib*KKW{éšµK×þ³dåê¥k7Õ€Ï Ç´#B+å ®Ð2ËÆ«¤¾ê«XQÌâ®”/˜ôHÊ£ýÆÑ¦ðþ;Z¡ìR]ó»\YÒ¹iôoSYîy­ }DMíÓ Þo–—ÑÄýÂà/ždÆ&(Þ¿àÀï“”#Wý4Ûü¯õé“’Üì ÚáìIzx'MÈ¥˜ÐÚ¦›Š¹ôŠEðVÃÜ*®ÐòÞ«í{Á§¼ˆ×¦„h55&˜%î¿þÈ<µ™ÎÍù÷ ‘sX/QÕ&z·v µôGi¼lªÐ×ñxtÍ(t¯QJXÕ‹×ÿ½Š±ðÚe’@ØÔ!íÀ}x S醷vž_r@#JÅ?n³ýZ|6~¸*0`»^ìAQ·ßðß)¶“»î§½ê«TYú¯õ²%=*þøÕà³¶‰¤C|Ågo‡CŸ)ÔRŽÐR±Ëâ dšxP/ìÔý²#¡…Ulkäý ­+Ž9dаQ8g€ý°ó¼ÁæÝ»1¡…ýû;²ÿŠ…¢ž˜ºð¹ázX½a´A'YM4×>a—2û-‘;M³øª¤+é?ܪÊýžÚ:Uê.ãTµW8ûÒ*»€jÈyN'ÓNaµxïÿÜ zδ©Ëæ¡ —yrè’—Âí˜ ö¢>IWÒÃêrwÓÖ©xm½~Þ^l‰\ºQ7å2ï šeèfvÊa«ì+Ž™gÚYsÑ}£ºÿaËlvI»ä£7©ÿ\äìâ¹­¿ì­ › ÂiÁ&n¿¦ç:Îy/?T´öáe˨Ýk/¸í⸔¤) ÷ ½C°bì}Cj)V±­‘÷'´.Ûg|ºh¹êPØOjIV«ÂßÂûZªvYŸ4zÔÒ»‚ÿ͡ޗÐR±Íø’yBKñØ‘öÂ|Á`ºè -öwÕ›¾d²2Ò@h€Ð¡B „-Z ´@h|\BⲎj¹®©ar¯µ>ŠÐòñrÏÍΨ«­~°¨ ¸»‚`X¿63{‰‰aê†B«²â1ˆ±ÃúEqà²ù¿¯^½jmÁüs¦É'1LÝPhU”—€(0¬_G®˜³uÖË—Ý…ôâHŠWLÍó.”d&\˜&3|Cå³wÖÌ?0w`š|ÃÔ …VùãÒwFA¸Å-ûä’wZ²;P–é¯}dŸš_ÁGñÕGâ]ÆÆçï›’DÛã+W÷-èžÃúyqBƒ-´^¾|!À‹‡_„¯«ÒxÐ„Š½±'F£QÇb](Ù’c²iîogƒê^¼³þ`þùÂ'̲€<Ò=}J+ §Dòaê†BëqYÉ;¡4Ýõìü¾hà·¢ 8GÊrüµ6Îރݓ¾³Î–ìîGjNCÒ¿˜ga?çºmІlvÍ{§¾ê¥Ù1–ÞÉ%mGò}ŽMê3d©qRñ;³ú]ÅÆçï›Â ³ß þ«rßQà½Ãa}7ˆFòÇ‹ùSWÍÙ2ëùsžU³…Öøƒ6þAÁA\ÂRjž {4ǰåÓÑhú;,ù`þùøað–“èsš;ïášß-ÐtûÕÑij!…¦n(´ÊJ‹EHµZ1´ýã[ÿ1?,= ã›ZBP’GQäÍŸúûõ´cbï`nÀñ ¨÷ûu¬\Ýí\"òJÈJv{Š"ð81ËÄ~ÎõÜ#‡ävyæu½µ·ö@®×^¡>„ÜXùÃχÒKÞ™ÕD±ña)À׈Uö9B‡$šk”Ê7Üé&óšt),¿¬$ùÎ\„&«FI6¬bË¿_D#ùãÅüÙëæ­/_>öL€§Uö˜Ðš~+—%xüÙ“J­ÃÑÐÍ®åO±_[Jí× ’št6šöôù“ ªâïSGõçL“A“þï¤uZãS^Å–ÊG7·ü(ß‹ý)c¯ï'Ð8YOª^\>ct?¼Rï©'£š›¢n¿˜£œÌxÆ*´üçÛÒìß{Žœ³Ý(;VW´$+çöt$³’ZßÁIË)Ç~,×O ¯(3váaë,ºx`þy„· ƒ·œDïü’È™;‚iÐz§œqqx÷×ü½€y[ŒGiºåßýÐwÊŠJ ³|o(ü<ž3¯¤Ž›³Níañ0uC¡UZ\(LQ¢1fþèmúvN.ŽVfÚ§ÖNê]ˆOùfæRUÀw¤ òÆ÷¨×b³ŒKv Â5¦bpŸmK~°ò¤^ß)v½Á·ö@6'V=rß§Õ±ñÉ{xækl°Ë << Ñ\ÃÔ¢öÂiwÙBK9$—;L“U" :3¬$åß/’Gòûù‹Z¡õT€§•l¡5M+³™ÙÂâÀ~18;ëI¥·ÂLj¹—ÓKmW’ž|1†Æ>ÎÊÆDúþŒ••êr_uí„ú-3Ïoa×jLP™.…†ýßSo'ÃÃsdPß?ïåµ´ÕšvÊÊça ÕÙ3¡æiS&Ÿ†nz•˜”˜˜UÞüìÙ“Æ4WW¿Ð Ým_cã­’ÄÀꊖÄ[“Yé]/ÉI¿?cãíããa®ºtBSÔRéÂNÀÁüó..|pù'Ñ{º$ŽÙf`kïäÈÁÁ#8µ®]’, Þ³wóO*â[RÍþ싦¨†æ'ß_1!¹%Ç®[˜ßÑS;º}¯a É%® ­’¢a ŒDè»KáùÜ#E1Úó¤Ñל‚‡c¿O•“Å›ïõí>÷¬@~ŒíéeS³?ÉŽ]°ÿnhûà#ÕïÚ{"»Ì*“¬¤ämÄZîš?q„,çóWŸQswèç¶u;?ÁUeÝ,ùÞøùÆ-»Z@ÖNaúC­Í³GöÂ[>ë[¶¨rBîîÿeÞ©AßÌœÒI/¸ŸÎÎJ±Y;}M 濫íç%™­Š¯¾[Ä.mü×@©¯yeä—õ‡°óYØÅgäNÜiæ¿÷BSÕB ±Ÿñ¬¶4þ¸oîí>Zfp[‹wV^ýÈžøYæ+hygâÇÅ;P‚Ø€À(ˆ³Ú»`ÒȾœÎüzÑ>=ÿì¶‘¸]ÌPÚØFn{Xi›%xùal¡õ£AJa{áÔ;˜ÐúVùQŽè0ubXÙžœ÷͈¾O˜´ü”úÉusF³û'5hÊ*5_Nw͢ƊFrQnÔíåà7mz ›±Nƒ{Æ÷ó*Ú­/_`bF€§vÂÏhMÕbßõaç>©öÞ-‡ÿ±cÑ€ÓTb9UXÙ·Ø"‡RÏý5ÿÞ¯½ÐøSqÍOžÖ¸¯ê‡äÑ8YOJlþO9Ó$R £)ò8{C0¢I¨KÜŽ•Ûÿ*~¶,JT’¯5ÉOú¤Äôg„~ÐËeóÏ[_ÄMÁ0 /L:£IÊ L¢·X$»$¶óN®b¢—?þ ûOf¡:Õ«wµ€Š½RáâMËHMW‹È/ÈvÝ:œý=©„dÁâ¦n(´Š ó…)ˆ7ÂÍËã)Jºû[/4h½CV^0{•œ´Oï­Ãƒ»æÔ¤ÂÂ4ÏC_£“6«›9;ÞS]5»Ú+ùeã%{Ì»âêãíëãý0"M|IÉÛD“X>°6ÕVümB•ü³ðN¦ûžœ,…þ¼OÃ䥙î5ãÀôb’vòÏNB=&ïºiçîáö@ßÀ!º@ØIŽÛåþlj[îëž]û],Nî¥ ûФŸùñ–뇡Á«Lã²b þ(=ñ˜Wš¸ò„ÏtßÍŽ|·lιRͰȟr9„ÝUAÄ&žÑbç›D]ŸøâçŽ@šu;:ó] ÄD/_VQÿ ’^B;Ó«´w´€y¿‚q dDiÏï)=ójhþkê#½-Ód’–ÿqíq]׈,òaê†B+7;S˜¬H=!óO_Å51337Ãÿ"Ûç÷y…ÓÜ÷Ž9ï€U’?@ÉdÛCÐè}niì*ûÆ`êþ~¿!¤í¤P//„}Ÿôçn©YÂHsÛ3õùÓŒ×Z'?'#kŸ›w5öñÚé’ÜAù¢Îç¦8±#»S*ç×x<òf‰fe Œ‹ˆ+ÒCÕ§aKÅÕÐô\rІAl|ñ!bfú#ULñÌÐ Oçv1C)b£iÞ'ñ5"Y¸\¡Ë×Ãx}¶Ð:çŸÊ¦Içƒ2:3¬œò‚ýIsÝ)‡†mqLÄKÆ[¯è]”}ÒºêQcE#9;9ÄøÐÿM•ë+P¯~ì_§©…e~ˆ˜×2À„Öó§OX´<Æ…ÖÍlK8ë ³ÆÿX©Ñ¼mÖB£öøV1ØÇ™¸zñªãc•:.—Eò‡"XO*ÿÆ~<DãfÛ-“E£G6ˆÔÂhŠSþ ÚâOã©u_Ò“ý¸Xþkµ÷ \h”äo­'¥…âB+ªé‰¨±,Ì?owAx‚ˆ-L2£Éç›D]ŸøâçÎ#;gG︌Ìwv5½üY„ý':HîÎôê- ÞsöŠJÍàæf†hÍéÑcÎÕðÌö*9)œuOo[8®’·òÚÃâaê–B+C˜6óí\ÝÜBc³Ú²2üpŸßKäIsÛ= IÿxÙÞÇÛ‹% ,!ç”L¶ß6ÉïvNë`#»Ä4–ßÒvØ6&Y^ÞýëØÉ­Ò Ïð@š;'m­e<ÄãÄ(AÐQbÛ±Û9!¬ùQÛ­£sÄ–O%ê|nŠóy4t“]*ç×ø»xä°Ç‚;)S‰Æ…Óy¾ÖÒÂØs|šfhZ.¹EÀ 6¾øÀ13-ä2.0ÂÒĹ]ÌPŠØ(@_#,’…Žg>ºö=G´L ¿:¡É—ƒÒø„Sg†•S^°?¸QC79$à%ãm× DãPS»êQcE"9Ã÷ÔwXˆ­¼xßÑâv_iº×Ì÷ó·ŒØw´ž´´À*·Å„ÖØ}fª•‡ÌczKKMࡱH~¯o5«…Yd³jµÏûù =KŠA¿×µ£P]îœø¥?êñãÔfvƒ´¨ó˜£F.»dIñq»st^_$³Ø0kŒSKf¥¶ýÔ•î«ú¢¾ /XQ¨®wœ³ëU&!4a»®GpDT”ßy=Ð,£AÉfÖ$>)玖bt£p0ÿ¼ÕAÜ\1…‰g´˜Æù&Q×'¾$sGÂþtêj &z…²û/rÔ½F½‹Tü•*+äÊ,éžóµC² ®)!·– @Òs¯?Ê"¦n(´r²Ò…ɌЛ™.0]$+Ý—íóßMxG²£t~é…†¬7KÈüà%“ì¶²£Î)•]Ewa/4b‹U"_yÒvÚIôc_‚&«¦ðÏŽ6\Ü ý‡W1=@•'† ‚ÕÉÛO‹·Ü$/%·ÙÔSçÿ ,bRÅ”'ì|Nºß¥ÉHj–fXþkùÊþ™ØÏ)nGÆ¡+-’ˆ<Ãéüˆ-ÖÜÜŒ½_±ß·º$‹s ¨sbã‹ áe„,–Á|ëœ,ÞíäC)b£©ø±Ü,I8+ÞaãPÔçgíÐTG·öAƒVÛ$Ц‡U°?©n¸Ð²ÇKÆÙ¬Æ„Öaï”.ûAÄX‘HN¸³ úöœ_2þkŒÙï½Ñ´Ë¡"æõî°…VK KÖc›¢WÖ_ì*T§H XeWÂÀK6ç,è…¾»Ok¡g²…Öȹ?r<}½¦ƒ× ½ÄOóŸ™#zà¯SX°Ç0ªšÉ9ž‰k¯¾³7åXí›Í~ I ™yȧŠY—xw÷üÑ}8è=pÔŒ®™D%›[“ð¤œ;ZŠQ BNÀÁüóV1c$2¸b Ïh1óM¢®OüN^ßÙÕ@Lô_:ûß~üÚµkÔ[- b¯T)Á—§KõúI7<•p¤²Â®ÍDhÑDîžB+;3]˜Œ]Üü‡i"Yi¾pŸÇ·ޱgߺ0wÇ%}S3Ë»7UÎÝ Hù %ñ¨Û唂WqØ5ûùÓžËF¦ff†×¯›¥“´“d¤|IÛÜÖÁÙÆHyé0Ôë'ðTAKãÝ}‹ì[.êÝ7³¼£ºv;Nâ…EÜ~V܃mòhÄF³¸ŒôÌÐ[Kú¡‘ͱŸIí"ì|f’Ï)ìóë 4ŒMï›ÞÚ‹u‹ü öy#ï.‘E²sk›˜_W7ôKðL¼ëÁoöÛѦæFê 3dPïŸÔüÒ3Å:P‚Ø€ÀÀO„ÕÛyIÇÔÔP}çœ~HzÆYJšx·‹JQùI¾öBòë´\ÂÓ³Ò¨g~À–ÍqVÓ6йrlÙi$=í”GªøaêpXû“‚ ­vñxI®Ð¢$wÕ*ɉ^G' 4v²‰­ƒ«³ù¹¤1¡’þ!bÞÈÄòåËOZ˜o =W/žµoßTwóÏ[]ÄŒ‘èàŠ+Lxµ$/Ï?‰º¾"tö’øŽ®b¢—/‹°ÿÄF‘]B;Ó«w·€âÞµñÆ}S 3\¢Ø"?å)¨ÏBݨ ná÷S/S8£©{ÏôÞ=•½ cŸaÖ˜Fe S7ZØy…I×Áƒ' U$+•ëó8þƒ)ÁfŠMÞ?g¿Ñ?îwŠÿ %ì¶àQ—Ì«b®ø×”¡œ·ù ±×>‰¤$çÃóåe8.ê?~Á}ÿTQ'¤…Ùž_=Sÿ1’ê7òÛ_òNÔA?¼Ž}#Õï½Ð¼Lr ê¬žhÂQ÷R»È:Ÿä««0w÷ó«Ì° ?*˜„fàçM ¸¹iÚ`ÄùÒýÓØAϤ†XžZÊi­ü¬ —âÒˆ†OÈ‚Ä~"4ìûï9£2ðÛ¥§,"ÓÚrIÜ.f( ml'%úÁþyÃ{öûÕ(V$+ÖIuÓܱœ×÷õ;gƒŠ}LZGÃÔá° ö'Ùu7.´âð’±Ö˜Ðw˜’ÔU?+Éi±õfŽäÌ;Ô«ÿˆÉ댢Ò>D̛ܷdßÑb±øsu*ÙNÛÝ$²Ÿ&˜Þö‚@>A„7]ìl"œÑ¤å'Q—W„N_ßÅÕ@LôòeöŸÔ(²5Hâ^½³”ã=á4[»”øžž„d„gr §&z¨o_4™û’ Ôkè¤_÷h{%¦S7Z™é© Ä)>ç±kÎâ»q_ø°~ú~û|ßúâÅómiæÝÑzû¦º˜à’×ÀB"õä7¨ïw"Sº6LÝPhe¤¥HŽè):Uø„èll|$SÏ‹ Œ;±µâg}g‡µ+Ó¹{øáÝbiaùòåKÞëßa0ÿ|®óZÂyôá/‰]žæŸ6‰nǾBýþÏ8:µ‹+W7Zé©É ÄIÞç¾E½Ç|áÃúéûA›–­ ´ÈÁü—D¸~]÷Eý—ß ïò0uK¡•¢@lÀ°~QØ[ƒÐæ˜;0M>‰aê†B+-%DØ€aýÒ<BK 9àOe˜º¡ÐJMNQ 6`X¿4Ï€Ð/´ B`š|ÃÔ …€jJ¼Ð€n‹“µ¯·Wa~®Áó…Ö A‚ O ¨È€Ø€ÔÓ‹gÏòs³=]‹Äj­(´àÀ§ VŸ—›íçíB àÝÂd2ªª*œì¬Ah¼sª«*ºçÃð ´¡B „-Z€Ð¡B „Ö(´˜5iLn]5M¡AL-Zi§úÒ¬ØÈŒjº$…놲³È¹ŠYç¿eö£ìJïšOÉѬêÀÓ³ú¡ó”ÃkX0×ZŸÐjLR›$z‰*‰ Ò«¬R«…RØyå…ÕwVhÕ?Äî¿Þ§öcF§L ,Ü”|™3Ó®§5Ã\@h}®BKv¦fòZ?¡. ­†ØÓã±Çœˆ¦}\¡Õ ˆ ÓËé)P2Ѝ ÃD@h}NBkÔá0šhnS¡ïÕ-sGË`z ›¶âŒ]F=¯•ayìï¹_é‰w¯×èU2bom˜?I®/§Ãý¾Yrèʹ?Ê÷Æ~‘:c£vd.˜UÏ;@/Õ{äŒ5—©EôváÁKrÂêEöÚ*Cu·Í‘cŸ²×ðÑýOh1‹MÙuçÞ+bà%›‹|57Ζë…“:mÕ%÷‚Fìx}ü•™ì{HC7»•Ñ[);F`¿õý¿{yµ 7×ýøÍYΙeFÿ¸QÍ=¯±Ó°Œ1%0¡SöÖx­b÷Bvµwµ¸SÓØ®–ï߯*5xò²³.íZŸ„Ðb–ûÇíAO)οƒV[ÒÛ$–úôëÛ ÙìWÈ;"%++ÝÞs©>ÜŠ#v?¬c7[÷h¼´Ì`¹Ñr¸wÏþ².¦· CäF’·àR¬Ðí©æ<³?¹§ì= ·Q\haÊ*Øæ¾U@Ýç ÿCã9Úgب!)2Q)œmZCÒ¹ìr»½²}öÆ~¸Êº ¹ÝiÙ~}¸íŽØâTJïœ|³M茽üBK’SKÉ´uxÖTØm@h}[‡½þr«a1éÙ:³ñ{<¿é%Ó˜vðݺ¯ÎÅÑ„î½0|GX5‡Fãc‚ë™UåÙ¿Œ9…k'½™ÙT]’“‘kº‚->úoð­épß­9Uc »À€Uò0EQã³iP›Ðâ+FÏÖÃ>>^1¸ŠÅ¢?vÛ4ûmðÖ€:ü!¨´[ Ø7ºúŒ`ß%ºÑ±˜Á’7µqZ?³ï¡ïÔ’:å:‰ °—¯MIOÍ(vX+¸tsé0=ZAhæçQ½Üm˜cH"´­öÄ„Vçr|×j±C9^².`;[µ ùæE,¡M.!¹Âªtý£'þ|:µŽÅ¬rþ}#iÀßZfKSžÓñŸGœ­çŸnU ­åì›7=—¸T ?£Å_¬ÖëoÿÍ5-ä<õÔ˜¥ÿ ®£Ð°­n¢=g¶TºâfKýjÿ¸S 6¡Söòµ)ñ©›óôg²3ÆŠyD3âÐ}°·¶Ä4 ¦L>¡…Ùâîd_—[Qþ¸âqYyY©„[‡5ÑÒã7áµÞ¬C¡UEYÁ®Úww-.ØØ©ß:ŸF¹Ór|×ëÛ­šw-î*ÿ1€#<*Y¥~ÆŸU:J"´8H/´)cˆZ\=†F,=pBQ‘Ç9ÃXüŽV £Äc‡<×§ß)…Ö0„V÷ZüA³…¶eò‘ ´—_hIzjzá]üÞXEÑï`c ÝŠºšêÇe¥îÎEùùŸ‡Ð¢zyäçæT•?ÆŠ±˜ ÉŸÑâmÃÉü¦ŸÜÀÞ½ú×6ãOÇÔ·tQh5¦iNf·1Y=µ‰ÙÒ{î+®ðh©v穟ŒsØÏŠ770„¶3´fàÏ4ÍQ¨e’ ­æôëÓñÍÏyªe͸UÙ™Mxns‘ÍêXæE«¦°#½—ZÉhë¹Ìr× ¬L‰ó–aø"¥èúÎy€À„NÚ+°u(á©Å -膼xñ¼üq ¦O>¡eomY«¬®< ¿,ï±-îóØý—™æ53»*´˜5¾[ñ3hà·s~ž?mâ zÎ=¸O‹Ыÿÿ9• v†Qê¡ ÇíŒÌ€þ½ø†(Vâ¶u$Ïm½eeØÝžzýZ*F‘í\fmr+¥%iàûmò»©å¬öÇÚ¥ú än<öœ¯ÑÔI™Ð9{…†—èÔ ´€OŒ'OX˜ÖÂôÉç!´l˜W<.#¸—%Ñëò)—×Ή˚þÿ8n‘RG´Ý&±Ðja”‡ÜÜ2gïAªÞCÆÿ°\-š½}Ö”k|ÑXN†ì7ÿXä6‰t5×CeíL¹Þ\µ5lÂ̪Ñõ¢åy©ý3›wо£gn2JmbVøàïsèóÛ]¶VaÕ†ÇeÌøãaE\¡%;Z¯3pÊj5¿ÒæN{€Ð„NÙ+üzIN B øôxýúÁs㟬Ð~. à‡H2B „-¡B „ ´@hЄ-Z ´@hB „-Z ´¡B „­(´˜ :­¶¶ª¢¢¢¬¼òqymUUC}=‹É€€ÚaTFè+½GûÀçeVEŸ>v3¦Óçe”xÿóÅ z;ZOh55ÐJ‹Jü¼½ õn«©\À0ÒÓ ðõÁt½©¹;Ž#³.÷‘«kx)ã3èÆÇ³…Ug¤0{dOvÊüí^Yd³jXŸ)J‘¤z¦9C{:’YáY#šE‹:;UfØ*ëbú{èjs¶î $½Ø¥ºÓI:ÜMâ„Ö ´i´œŒ,Ý[Z6V¥%Å­xÂ~°~`®wûfIaáÓ'OHB™Íasº²vúð££Ñ¨Ãa´Nï¤ÍZÜù‰¨Ïœ÷=ƒÃR«è•þJ¿ÎYo˜ÚÔ¡Õ˜fôÏ¿*ùU2?¡ÕMâ„Öç.´˜ ziQ‰®¶VXHð")ôQ¡¾ÎóçÏ0¥E*´ÆíàãàÏ%8þ1„Ö'a =Ïhêý—kõÛë–÷ -ZŸ¦Ð¢ÕÖúxSl¬,þ#IXVtT¦µH…Öô›YÍBYô2×-ÃÑÐNÅLö‚^`³zÔ¤ÓµŒF‰×ñÅSGõãØ>hÒŸ',ëÛîÐK¯ož#ß Ë’ýjÑ»1µœ,F™ßùe3F÷Å+õž¢FÃʶôõ…øFöªZHU[ûýP)¼úbE‡¬FºÂk1a­b#‹¾“ë+…W“³àeZ‰FìFSžÙº‰¥Ù¿÷9{›~l-þœ›˜ mPDeÁ·¶ÿ4FÏï9xüÌ—£h¢j¡Ú}io4ãv]Œ]""¤-õ]ã][C]ßMÖLin;ïÍ­óF÷agËNXc’ÕÌ©ÒG^NVÄ !IÓµ±à§!Óþäð þnÞ÷ýø„aãÌÚÄ»»çê÷LnžR(M¨W´$ÝÅ}¥¾>è]F'ö9iø‰ Z„9U•†z·KKŠÉ„VIq‘‰±AkëKR¡5íz­‰ÞÌ¡™Å}¹Ìsû4t“KIC¡õÊAÒ“ÏGÖ¶/îÓ•,ݽ¼M.­þ ¡~KïçàÚ >Fyš¶äÜ=WO½ƒ³eìw²émµ¦)ZRüü½Ýb+˜øB9tƒyx\l\\\z Ū8= õœº[Ï-è¡‹öÆqMQM Ô°Bl­éJVžoWÓK cOl Z‚Ý`Ô'9[9Qƒ‚\oo€Ð·ÊHÞ A#üg©‹¾8 “³v_·rõ¤8énœ℉]"B«çBÝGìóÆ&åÕ2„V}¬Êt)4ø7EG//WKcÛ”z®ßî×wð zX^þ{x»B«kcÁZ•Æ $·\ÙÔƒâb¡±uZÏ6¡EÜxSŠÆTÔcú‘û¾a!k«€B:¯š ì·É£!+îg‘ù¼£ð#Z„–8*ÊÊÕT.´¶¶’ ­—/_b^¿~-Ù3ZS®§7r7%˽vÉ¡Á¿+,Ðcšrø¾GîÝE½Ð¸“Ñ4&«Âee_$·ïa-WªZý)ƒF‹ª'ÚÙúa=vZ&‹¦ßHãÞ©ò\ßM¼”Ð$v·KÂZÌ‚{?!ôƒN½S;PÌRÛEÒè'óR¦°  Šm„Uî²BØI­bŠl¢‘ -R»Äo«ñ -ÎpÈï¬%¯Â,4ýYŠg_VׯBÀê2Û%½ÑØã¡4‘­C²Æ«Böcá¶Á¥”)Úáe¦¶‡'õè»H+®–E?’‡_ÐÂå„–x*K"´.þ+Fh}uÄ!($,'<¡¤¡íô Ï­Ã0 ǯ'[Ü›sõ~@h®i½!Fi<’YéYÅ«ÞÌ~„͹›O—Dh5Äœ'âÛA[üëÄ.î’ÖªÜ=SŠnèXhÑòœ/¬™9ºŸ4B½ Àš›e˜O1œ¿A±B ï¡Ì*¯j‚§•È…©] -‘á ªÂo_VׯBÀêè“l«)V“6NKÖûkBý¦­V4ò˦1ù·G{ ÔµC1S\üH~íA —SZâ©­ª2Ò׿uxÏØàÕ«WyF‹»ûxlB=wÈ¿‚E"´òôñ5«ÎQ+½ÚWº|öJ7ûŽ„B+úäXÔãý¤Ä‰é…u,ñBKÂZõ!åÐXÅÈ…VSŠÆ÷ß|Ë#$&.ÊK}¶‰ÐâkP¼ÐbKYBÉÑB‹TƒFì &ZdvI.´p©Ã7„B‹Ï ~¡Õ¥±P^Š3Y—åcpbéLWÙb[ØÌí•ôôíë¾Fhøêû™ b…º„á×´p9¡ÕÁŠV_àëcýÀœLhaY1Ñ‘/^<ï¤ÐbTùí+5z?%ÁjÍ 4jµ‚N°R3Jì—Ë"ùCáõLV¹3ûÇÜ».Œ"›¥2ØZA¸uØwñk4h³_àfÓð>ÕÌN|QNÒZdBK¤Õ®Kz¢©7¸û§U”2 -‘Fˆ6ÑÂD7ÑZš3u¾GR?Ý+dˆl’Ù%ùÖa™ÝŸ½ÙÃQÛy¡Õµ±Ü0eÈ]¼ø·;6–¦… ¡º9Mmg¬,u?ˆi­¯PËéÄñ#yøñ-\N@hu°¢1•ååz·o†Šª¬GAƆº­­­â^ï0v¯™—7•ÊÃ?º¬™Éª~xh ’ßãSÅd2 ­W @£öúVñUBƒÓµ¥x;ŸXÐõøñz2þìP]Ô¹)\vÉœâãb|tž,’Yl˜ÙL¸@3ËÝVõE}¹ðÀ“êbfì”ÙĬ~tükNÓö7K]-ëÌÆŽw k‘ -‘nÔ%\š„Єí:îAaQ‘¾7æõèXh‰ÚBðX¸ü UsOoW Í­Ó{µ=Þ¢ysÈgM\(ŠÕéiˆ÷0<™] -¬…Åoúû)C'oo'3SïüfÉ„VK—Æ‚ùØm«<¼Ì4¿ÿ À…©õ{à–—«Áö¶¯4Þœçr[׊èr{ýHÔûwë›QM†Kú¢A«­ é„>ï üH‚¡Õô¦æ’ÂB#ëæ%ÅE/ñ„ý`ei†©,FsóógOI¾FðÂR„Ø•ÓT§H XiWÌÙ[iÊ1ø¹úîRïkk#çþ8YÁàië5ýËÚÞ%Þ\ì§ùÏÌ=Ø_ÐûóÃÈjé¦ìûf³CRCfÄŸo* ª¯Ÿ)× ïFÿq‹Î†×IpE’ZdBK´ŒÚÄ;»çs^‰€Pïò3vºÞ•~Ò´VkëKÌ?¯±ÿ^½zñâ9ñŽ!¬Y ´@h ´`Í¡@ЀÐúr„ ´@h€Ð¡-Z€Ð¡B „ ´@hBëKZLV[[UQQQV^ù¸¼¶ªª¡¾žÅd@Àí0*#ôÞŽ£}€s1«¢O»Cûýü%Û­ÏQh55ÐJ‹Jü¼½ õn«©\À0ÒÓ ðõÁt½©¹[®Du¹\]ÃKŸA7>ž-¬º8#…Ù#{²ãPæo÷Ê"›UÃúLQŠ$]ßżº“uvªÌ°UÖÅïê~ɯfíö¶óGN߹갬BK 4ZNF–î--+‹Ò’âVüèh4êpØGþÈÿNºñÑl¡ÅŸˆúÌ9qß3080,µŠ^é¯ôëœõ†©M]ZiFÿüø«’_%„ÖDZEËòÔTøuâ`ü¯€K 7{…¢eV#îöEß ’ÆÿFø°I ·kW2Þ:r‚ü©³`Y„–˜ÃÒ¢]m­°àÿDRè£ C}çÏŸÿÑCŽÐ·ÿ€?—àøÇ ZŸ„-ô<£Y¨÷_®XÍ?䣡ÕÛY5ájóû 4xž‚²¥ƒµ‰ö9… æyÍü¹CæïàäÞ¹¦¸yýź9€ÐúR…­¶ÖÇ›bceñI²¢£"0­E*´¦ßÌjÊ¢—¹nކnt*f²/Ë6«IM:QËha”x_YÛ~‰ž®déîååhri5výï·ô~¾*ÕÇ(O“BÖœ»çêé wp¶ ’ýãN6½­Ö4EKŠŸ¿—£[l_(‡n0‹‹‹K/¡±Xµ§'¡žSwë¹=tÑÞ8¡)ª 4‚ºVˆ­5]ÉÊ“âíjzé¯aì㉠„BK°Œú$g+'jPp€ëí­úV™#É$hD`•Œ¾8 [èfí¾nåêIqÒÝ:Š·‹Z$v‰­ž u±Ï›”WËZõ±*Ó¥Ðàß ½¼\-mSê¹V|»_ßÁƒêayùïáíV­.³2àÀ„ä–+›zP\,4¶NëÙ&6:6§)Ec*ê1ýÈ}ß°ˆеU@!î’á u£Ây¹,úêl,§ñúðÃòhäÞz1}Àõ½°ð„“7•bua^ï6µ,6øýðv¶·ÔúoŒ¤¹_Hø€žÛc¡iÁFaG“Ž0bE"–@h‘QQV®¦r¡µµ•Lh½|ù+ðúõkɞњr=½‘»)YîµK þ]aá€Ó”£hÄ÷=rï.ê…ÆŒ¦1Y.+û"¹}k¹R­ÐêO4úXT=ÑŽ•Èvë±Ó2Y4ýF÷nL•çúþh⥄&±»]ÖbÜû ¡tx7‹$Üõc–Ú.’F?™—2…MhPl#¬r—²hÄNjSdS‰\h‘Ú%~Ohq†C~`-yf¡éÏR<+ø²º8e¶Kz£±ÇCi"Ûg’˜C Ù…Û—R&é—ø†CŒëJíþ¯š¤–Änœ}z<¶# Ž¼n«û¢a Þܪ{¸}ÑmIò`x{Û9º3úF9¡‘Èð¶\ÑGï$Ÿtû!w¡õ‰ ­ÊÇ’­‹ÿŠZ_q Å O(ih{#½Âs+ö1[?ÂëÉ÷æ\½škZDoˆQdVzVñª7³AsîæÓ%Z 1§Æ‰øvÐÿ:±‹‚¤µêwgo 5t,´hyÎÖÌÝO¡Þ`ÍÍ2̧‹Îß X¡…÷Pf•W5ÁÓ;äjÔ.‰…–ÈpUá·‚/«‹c}’m)…ÀR‰Ì¡%ëý5¡~ÓV+ùeÓ˜b‡CÌÍ@f©ÃR4Y=µ‰Ùw~¾ëa˜P)Å´XŸåî•Ün-É‚á­m§çè`³h¢Š€”ªr[9rè¯wr›D¹¼è’xÒ‘Œ5,(€ÐOmU•‘¾Žø­Ã{Ư^½êÌ3ZÜ Àcê‰Ð¸Cþ,¡•§ ­B:GQ¬ôj¿æç³¯ù³ïH(´¢OŽE=~ÑIJLà‘˜^XÇêhq—¨V}ÈA94V1²C¡Õ”¢ñ=Bã7ßò‰‰‹òRŸ-E"´ø/´ØK°,áÜB‹TƒFì &ZdvI.´ð¥Ÿo8…ŸüB«kcA.)%2QF–Á‰¥z 4f‹ma3ùp»®…ŨôX7}§–Tn}$¢^\¨Ð¢NŒE}×zW‹ -Iƒáím¯¡n€zÿa]Ê·9Xiÿ 69oe5qr{ýnUÊ ö¹D“Žd¬aA„–xêë|}¬˜“ -,+&:òÅ‹çZŒ*¿ýc¥Fï§$X­„Fí¡VÐ VjF‰ýrY$(¼žÉ*g?# ûQQd³TÓ„[‡ q¿Fƒ6ûÕ n¾ ßéSÍìÄå$­E&´DºQíº¤'šzƒ»ZEY!Ó±Ði„hC-LtS©¥9Sç{$õÓ½B†Èþ™]’o–ÙýÙ›=µZ] <FìâÕâß>“ľ›ŠiZ˜zŸ¡›ÓD>¤®Ãj Ü;M8q÷àéIªÜAd}`[üÚ=Á >¡%i0¼½í̪€Ý#úV)¸’%*´˜Uþì܉§‚*YD>—hÒЄV—`1•ååz·o†Šª¬GAƆº­­­â^ï0v¯™—7•ÊÃ?º¬™Éª~xh ’ßãSÅd2 ­W @£öúVñžNAƒÓµ¥x;ŸXÐõøñz2¾–ÕE›‚ÐÈe—Ì)>.ÆGçÉ"™Å†™Í„vf¹Ûª¾¨ï/xR]ÌŒ2›˜ÕŽÍiÚžâããf©«eÙØÑ¢ a-2¡%Òº„K“š°]Ç=(,*Ò÷Ƽ -Q[—_¡jîéíj¡¹uz¯¶Ç¤R40où㬉 …B±:= µí‘Ø%±ÐÂZQü¡¡¿Ÿ2tòöñv23õÎo–pñíÚX°ê¢/Le¿ÿòÀ-;/WƒímýK`NsžËm]+jpXD Ëíõ#Qïß­KèMdÃ!Æu¸T‹?ÿ {rö˜gÓÔA¨0S03öŸ«ö~^VWÖŽå}u´IÂ`xkÛÙz¯Ôcÿ¬Ç_-?©ýÀÙƒâî`´ï+®ÐÂ&y‰ëžñXîø¥ÇµÌ\Ü­Œ5Ž(œ¦V0%žt ´¡ÕUèMÍ%……F:ÖÌKŠ‹^â ûÁÊÒ SYŒææçÏž’|Ž&xa)B ìÊi ªS¤¬´+Æïb±šr ~î…¾»ÇûÚÚȹ?ŽÃ_V0xÚzMÿ²¶¯J5ûiþ3sû…‹2cÞcYÍ ½Ò”ý`ßìaø«‡Ì<ˆ?+ÞT@U_?SŽó-ûþã ¯“`Q¤™Ðí£6ñÎîùœW" Ô{ üŒ.4H`‹ÀÓG™öŠ¿…ñÐwógðñ¿!Óö袱œ? Ù‘“ñ,aбKr¡ÕÖ>¨×ˆ¹Ja4Éß®½4X{Ï{RýGO[ªÂ{M}GæÐ¢”•å8bÀÄ%'²›8ï| ñ®c?õd0_õ[åô˜ÙQ¨`ŸVê“-ý‚7%5lêÌÑmÏ¥3% †·¶«µ*#î_>CžkRŸ¡f-?ëû˜Î}$¾B ·ß˜™+ϸ6K<é@hBë-xúäÉóçÏ¢"ÃMŒ ®¨^ĸwÇ0&:²µµ•Teu ¸D¿­¿à×x~ °Êì–ôFsŒóà @hÐâãI ÓZ­­/1ÿ¼Æþ{õêÅ‹çÄ;† ´@hí4dÙß2°ö ¡Z¨ü=õúÙ «©Sˆ¹>€‡¡õy­¥@hÐú¼`VœøiìÞ ÔÜtÍ¿ngB „-Z€Ð¡-Z ´@hB „-ZRh1tZmmUEEEYyåãòÚªª†úz“´Ã¨ŒÐWò­•wÒf -îüDÔgΉûžÁa©UôJ¥_ç¬7Lmê‚ÂiL3úçÇ_•ü*™Ý@h5çÜY4`ÄUßâ¦÷%~hYžš ¿NŒÿÉm©ãf¯P´ÌjäÏݾè›AÒøä6iáv­àJÆ[S?õaMÈÃŒ2×µ¥¦©‰ 0þFò<¯lœ5ïíÀ‰œ°Ë¢q³jƒŒF£×K"´Þ¿c¡õ™ -&ƒ^ZT¢«­üŸH }d¨¯óüù3â?zÈZãö?ðñðçÿ˜Bë“°…žg4 õþ˵ú*œCÇÝ`Њ jßÛ½5VM¸Úü> ž§ l`iç`m¢}Na…‚y^3îù;8¹w®)n^1¤îý =Ç`^™¿l‹™b© <ôµüÏ{®Zº¸Ùëì›Ù¡n¤7qr›²oÏ’î»Ü©Œ!Á­÷ëX@h}~B‹V[ëãM±±²ø$aYÑQ˜Ö"ZÓof5 eÑË\· GC7:ázÍêAR“NGÔ2Z%^ÇOÕcû Iž°L¬oû„N/ ¼¾yŽ|/,Kö«EîÆÔ2¹ŸÙýÎ/›1º/^©÷Å0.NÚÒ×âÙëo!Umí÷C¥ðꋲ ë ¯Ú„µŠ=Ž,úN®/ï/Ø-8d™Ö@¢‘»Ñ”g¶nâ@üNFÏ‘³·éÇÖâë—˜ mXjË‚omÿiŒ žßsðø™+.ãÍ)´j÷¥½ÑŒÛYt1v‰È•¶Ôwwm u}?4Y3¥¹í¼7·Î݇-;aIV3§Jy9Y+„ÄOÆ‚Y›xw÷üQ½ñ¦åæ)…ҺРqºp’\?ŽÿN]§¢§²õçq줆|¿Q'†3LdÃ'¸Ý©ôBò;\‹ˆ>SprGír#ú‹‡¤N¢Ã$ÐfsžÑR}þt`ˤjŸÑð]ÁõÜÜZ¿ÍƒÐ8¥èzL ÑšXÜ*õGG!éÅΕ<©–}{&’Yêô˜%^h‘EýqÈ­msGõÂ;(+7yÑ»p˜3sΙaÞÎ C¹›mæ†×ê‹Ö£’J¿®Ú5²µðþ4Aí,´]£¤ÔÕMxõ¸&:&*tb/÷Òÿ,¸z5à^ ´ªqhÉ2²¦N™XTTä(´®]»&}Ã7\{VÇŸO¿DÖù~KѨß{}¼jvþ¶ä—Ê?îqn~ßÚÂjƒQ>¨®hùñÖâÿ°ë“C_ð(¾;°}ªÈæé6cæš—¤;œ_Ž?£ˆR_´Ÿ|Hãôi&Oe¸¸ðI!]ò`‘‹ÏúÒ—÷­!ž\’n(¿ eVèt%Ƭðž¢ùð…å¡íÿn‡–ÃírþœUhY‡÷ˆx¥ã“’=åV²V‹ªv,Ô #¤ëË[áéÖ!QÙ‹áâYË×ðÔ\2ú‹‹{ Ñ#è‚Îñá³úºþ¬w!üöP¾½­(]jû:7ׯáe®Ο'Õ™®µÿVüÄ¢1}ÅßêˆS˜Î]½wBÑôŸ[Ê>e©M]ón+Ñô­V¿i¨;ÔCÔxv•Üqh9Ú±ù²õ¯ÖMß‹.¾~æn}·qqhUíj€Ðªf¡%Ït%´&ý×Ih=0rÕ¶„];ÍvJË+}ªE'‹&ýÏ\øŽÞ­rtç®=ð¨O,JÑåíßFx ŠPX='ÒCˆÇæ_йZyûÆùÙìÛ†CãrþTwõTªøš™žƒÉ«8´Ôç×N|­{ëz5„p÷ò%÷àNVè4´Ì—ÐcpdvÉt)´n—Ë¡es8ìÄz+¬UíX\R x±±õ:¿:vîæ3–—|Wöb¸xÖy‰£|D‹ ¹ææl~»xhò‘|LJ¯Ìk¢fKWÙöSʤ”bý MžwN£··´äPº| w°cíýbàÑõ‡Ää–Äá*)!ùá!ÿÀ7mE³÷·æX}þù•ÃÛÖlðüŒý*ëz4¤…Ja÷Äo©z‡¡åhÇfí—j®ÎËäÅ'± ­*^ ZÕ+´” ÅÜ9³?u¸08ðúõë•y–e©<~T[!j á÷YœÌè ´ÎÏ1‡V²ÎRƒ"ÿ¼º`ºê9ÏÅÐÚû…¯¨ùÌœ„#‡•8|"9×è<´\<•*áÓ–Âwlb…¡¥96­«mÞ™¹1aߤÈzº9-«:­½_ø ÏÁQöBK8ÖG4ÿh»Ðr´]®‡–é|­‡ÝÂ±Ú ëЪұ°¼ÓÅéØÀ1ÚÖÂgèòdm¥/†‹gm¾²5ÿh‡%´”[ÿÑH<øíá<LJ¯Ì ËcÞòîχ¥[e‰|å3Ò-aæieií~¡ézûÍìÒ5ÜÁ޵÷{§¥ëƒû€õ%Kõòox‰‡§É>øu[Ñzäž?Ÿ7Ì;·ôï­Üš¼t¸üï-š_oïÖw¥Ìñ#ZŽv¬:iŒ¯¨ûzt¶ÐªòÕ¡UB+O¥Ú²)6léG¡%-Ú·7ñêÕÂJ†–^±y„¯[ëQ‡B_k(Z}#ÓÙ¹‹Ô§­|ÙSx¶[e0f™^_âýI|ñÿÍõ)ˤÿ›·ú×»Oæ˜ÔN4|gséC4ÆŒåýÝE³á±Ù†Jü†š«§rZ6#{]ÿZ¢Ó/ÅÏŸ*¢zTZ6+±½„¾£K2Ì:´´§fwnO.LÖÛ°¦ÚóuÇõúù±û;£Z‹ï°ÿ­7csïXCêïÏÖ¾cJ®ŸÖOÞìÕ¡UBËhÐ˳²fÍHØo[Y ;¶ù9{{ßGFÇÄ”ˆÛ›¡5³·~æ#¼?ŒU úä°Á^¢ÕG›%/U ûŽò_½6xÌÓõEÍÇ>j¾;ÈMúº£-^š¼$*6<øó^žÂã¹ SZ»?™ Yë×uŸ™¸4"&|qðšSCöŽÑí,«^»>ÄzØ©üŠ~ª»x*G¡es1rMî DÛwgoض+)qÓ/½jVZ¶ÛRöÁ-Ÿøá=ð»%Ñë~ÿqX—Ú¥oV–wlš´7?ÿՂ𨨨РEÉ‹ám—Ë¡%­!aìƒB4é7.hMtlôšÅ‹¢/h]ì* íùðYþ¡1Ûw퉟5¤…pï–¦«ôÅpí¬>¢åèð•{S”ô#ÚJ·Ý^þâ×¥k7FmX5÷ãŠCKºE¥­û°´´Í€ÑÓ¯ ß°64xÚÈ÷&ÄÈ ._Ã+ZÚsszk³JŸ²WüæAÓO–š½Ï–¼Û•µÅÃãÖíÚ“”h±÷¤¼øMJõ¦U˜~q±üoê/.ì%„Ïð%IéZG;Öõž–¾oþgåæ-‘¡ß¿î[ú›³U»I ´ªÝ–ê4Ú´ä乳Ö.IKM¹féƒÐÅReéµÚÂ+—<Ñcç K…xzE–úÐwݼ­HÕY~eþlàSÒOùÉJ~_¬Åû™ß¬ Qç!?Æe”Þ‘iS7ÿøf÷æ¦wUôð}êàÄl½ÃÿkÎ,ý¸gSó»E6îþ©ùµâš‹1? éÞÒòkæõýú~µ;×…Ÿê®œÊQhÙ^ ½òð¼z[Þ‹@÷Þ݆‡gê+X¡m)óâ¥S+Çö{ÀüV îÝ­žÕ»ÂæZþy__Ë?ÏúŒŒH38Ù.×C«t æÃ!j7bü.µë=Pùc¡Núö9_OË–xµïÿŪ3š*\ ×ÎÚQh™ÞbÂîá³}:ùž…£_îæ]¼ëë4iÛãå¯6eêŠÓEVfi=Ÿîƒ¾ OÖº| ¯Dht§gö¨Q÷•ÕéF«wÖê]CÔ¼&³ôŠd~£‡róT¨å$šsOÔôüÛò4ÍÊu²¸¯Ÿõ®]ÿ¥p…ãk”Qu4ä³gÌWB·¦º·¶þMªÝ$ZÕîOð\.((,¼’”¸{Apà÷ßM’,œ´oobQQ‘Ãʪ~ÆÞì´zê0¿תAõktûéx~•N®Úõ…ŸhñáVå­¸0ÆŒýÝÅcÁçõ€Ð"´Ê*¸d”Z«¨èš´nHÿ®_¿zµÐþ3†„¡…»‰æèÝkÕ}~ÞéÊÿ­CÕáiÒI_X|ÁΟԱþ1åx y§WÎ Û¿sWBÌïS^i!j?xš?ÐZ„ÖêB‹ÐÂ-§:>?&UÇ»¥t)‘_ yë‡$5»¡å2Mž:=%msttPÀ¬©S&JæÌÞ²)Vê.F{7GCî¹ëÖíN×Wƒ‹qç¶Å˜{`î{=[Ô2¿×ä+ä)Ë7­Óq|¢ÃûP'ï7«Núª“GÓÁaEظð¶·Yü¿ûÔ _Zp&ÿ^ÿ‘e}˜ê>ñѼ;zyòLí ¼ÞÚ”{÷ß<ZwGhå«ÕgOžöŸ9}Yèïéi©Eæ‘>[º$`ÖŒ´ääË~œÚù£ÒÑ›–«vÞZ´ú×®;üßê[r1îØ¶¨|Ó^ÔylÌoñÛãwý¡ÐÉãÆ?ûØ ?4U(œüãsß|üÙñ›å†» ´´gçõõjÞÿ»M©·ëoÁÕ§#~|ïÙöÌëÚÍ˯çÀ±!§ó­—¾Û÷Á†5Ì »i‡>ïNß.×ßôaÚ³õ´ÚpׇÖ]ró@hÝ¡eÐëÒSÒü¾+aûÿÙÌÎÛ‚æÌ.,¼bÿZBËoÄÒØ¸-qŶÌÔZ÷ĶèÎÏí!Ü_\—} ç¯QñÅЫS/*oÛckÆœÝS{×¢Q¯÷¾ Y±*lÁ¯_¿7ð½%çµÖK÷þ§e鼟ƾ3dRBî_v˜-„Ö]Zj¥26:jYèïÿç`¤E{“öH­å0´ºÌ8­-·H—±nh3Ñäí5©Ó=ÅÅe¯6të0aRIŸ9ú¹N­êY¶½a‡Æ„V•þ]—ÿó;y×–y>Ð÷“ùû”–EúŒÍß¼Ô­u]ó‰Ü;ŽÝ¥6ÿ$/væ›î“c¦¾Þµ‰›ùäÏ]u:ßîiËßkÛ=UêÆ‘}nY·äO¸=ýYÈñ<w(e/†æüâ7Ú70?’Q«EÏÌÙ¯4¿ÎÍÉ ínK™»ÚŒí3ß}ÒÇü¼V£6ÝþÛü ™rwgÙ¸‹n³Nëœl—M®”NÝ×¢•91Cê‰G~<¦-=ßÃzµ®cZìÙöµ§µ–“Ôñnéi³åâ§ Ç <<ÿƒÞ­ÜÍ«nÙküNu.†³Ú§CËz–ýß ÓS¦ {ÊÏ´·Æ]ßž½Ïr˜¾2rÇ? „÷?×¥Øû?…ei«÷×Ûû“¯áޝ¶‡ÉöêQnÿTpF.ì'·Ór¡ewoÛ\¥¹ß­û6´2yPÀ¬ô´TG¡•–š² 8°¨èšÃÐêüóqµF§µÐ‹_®œñnsÑäïáiyÉaƒÖxä›DåŸ÷]ƇlˆŒ\½`ò«Ò]R½¿5·jß·ÝDÓþ_/\±*àÓžÂóùygt¥§ê<6$js\äêõûeóOò&o-Ù}`ÿN¤©Fåž D­N¬ß¶5ü×·ý„èøÝ!µÓ–Ù §§ê2>4"*zÝ¢É/65}ýpžÝÐ*{1ôª#kC×ÄlÛ¾eݬam…xè[K:^¡•”¹ãÞ;©³tßÛミC×ED­ñÖªäùYg¡å`»lB«Vÿ¦óÝä¼ÒP&´Tû§tqþglàêÈÈu!ÁË©Š·â¡sVmŒÙòïWšý¹eB«*ÇBslZ'Q³ËÈß6íÚ“º%YW…‹QÁ½)víìáíMùðüø¹«##Výò¦í'0‡¨ƒÃgM7¬‘¨ñÌoÉv13/­ÙgQŠ' +º†Û½zئ²ë´³*>£Šöƒ“Ûi™Ðr°·m®ÒÜï„Ö}Z²Œ¬©S&9 ­k×®IßpãÆ ×^£Õñçů=6dE¾ßR4ê÷^¯š¿-ù¥ò{œ›ß·¶ðûb¯Ú`”…ª+Z~¼µø?ìúäÐÍäâ© >)Ä£³K,rñ)Cúò¾5Ä“KÒ å7¡Ì ®Ä˜>ÐS4£°<ž =ãß­âÐr¸]Ο€³ -Ëáð¯t|Cò¢§ÜJ¶ÂjQÕŽ…:a„t}y+<Ý:$*{1\|V_ןõï.ăßÊ··¥Km_çæú5¼ÌÕÃùØÞþqýŒîÇ·SëÐr¸·yê ´­òLWBkÒ„Ö#WmKصÓl÷¡´¼Ò§Zt²ˆaÒÿÌ…ïèÝ*GwîÚs ñÄ¢]Þ¾ñm„Ç EÉɵ¦×¦ˆÇæ_йZyûÆùÙìÛ†CãrÞO¹z*UüÍ„ßø½y‡–úüÚ‰¯uo]¯†î^^ÂÁ=—õ Þ+™/¡ÇàÈì’èRh9Ü.—CËæpØ;‰õVX-ªÚ±¸¤>ðbc!êu~uìÜÍg,/ù®ìÅpñ¬óGùˆ#rÍ+ÌÙüvñÐä#ùŽŸÕ¹ëÎΖ®²í§”I)ÅúA-š<;ïœFooiÉ¡tùî`Ç^ªx•;#‡ûÁñíÔ:´îmB ´­J…bîœÙΟ:\xýúõʼF˲T?ª­µ„ðû,NftZç瘀'ë,E1(òÏ{‡ ¦{‡žó\ ­½_øŠšÏÌI8røP‰Ã'’sÎï§\<•*áÓ–Âwlb…¡¥96­«mÞ™¹1aߤÈzº9-«:­½_ø ÏÁQöBK8ÖG4ÿh»Ðr´]®‡–é|­‡ÝÂ±Ú ëЪұ°¼-ÀéØÀ1ÚÖÂgèòdm¥/†‹gm¾²5ÿh‡%0”[ÿÑH<øíá<LJÏúÜsbÞòîχ¥[=9(_ùŒtK˜yZcYZ»_hºÞ~3»t w°c\=Êï×ÏÈÑ~pr;-ZŽö6¡Z„VéÏd•j˦ذ¥K…–´hßÞÄ«W +ZzÅæ¾n­GD }­¡hõaŒLgç.RŸ¶òeOáýÙn•Á˜µÖôá'ñźèS– ð~Xï±ûÔaÞIíDÃw6—>DcÌXÞß]4›m¨Äo¨¹z*G¡es1²×õ¯%:ýRüü©"j GÅ¡e³ÛKè;ºä>Ë:´´§fwnO.LÖÛ0¸å!¼~·$"zÝï?ëR»ôÍÊòŽM“öfãç¿Z:¡³(y1¼£ír9´¤5$Œ}Pˆ&ýÆ­‰Ž^³xQô­‹=P¥c¡=>Ë?4fû®=ñ᳆´îýÂÒt•¾®µÃG´¾roŠ’¾qD[é¶ûÀË_üºtíÆ¨ «æ~ü@qhI·¨´u¶‘–¶0zúâUáÖ†OùÞ„™Áåk¸Ë¡eÿ¸|SrZöo§ú‹ { á3|IRºÖÑÞ¶¹Js¿Z÷mh™^s¢Ñ¦%'Ï œ¶tIZjÊ5óH„†,–*K¯Õ^¹ìà‰;oX*ÄÓ+²Ô‡¾ëèæ5hEªÎò+ógŸª-ž| ä÷ÅZ<ñ¸ŸùÍ uòc\Fé™6uóovonzHß§> JÌÖ;|$DsféÇ=›šß-²q÷Oͯ×\ŒùaH÷–µÍ£¾_߯vçºð(Š+§rZ¶C¯<<ïƒÞ–ßµ½w·áá™ú Vhg[ʼxéÔʱý0¿•AÇ{w«gõ®°y§–Þ××òƳE‡>##Ò N¶ËõÐ*]ƒùpˆÚÍŸ¿KízTþX¨“¾}Î×Ó²%^íû±êŒ¦ õ³v‡Ïö èä{Ž~¹›wñ®¯Ó¤m—¿Ú”©+~I¼¬ÌÒz>Ý}ž¬uùîzhÙÝ?.ß”*-û·S,îëg½k×)\áøjVî*Íý@hÝÏ¡%¹\PPXx%)q÷‚àÀï¿›$Y8/hßÞÄ¢¢"‡•U5wÉ;^Þ»¬Ÿ:n×ÕŒÛ)BëV†–¤à’Qj­¢¢kÒþ¹!ý»~ýêÕBûÏò¼Z„–ó«%»šÐâv €Ðº…¡ÅpѸ ´îíЄ¡@hZ€ÐªF¡•­T/=03lÛŒ¥ñÕŒ´Q+bääògp ´îLhI)¿ÿœB¥ÍÉÓW3r•në¾³ÒrK€Ðº#¡53l›\¥ÍÎÓWK2•NÚ@n)Zw$´f,ÏVë«1i¹¥@hݪÐ2èuj¥R!“É2²ä™YJ…"O¥2ôŽBK¡ÒÝre[ÆòŸ¤ÔJžÐ€ÐºU¡¥ÉS§§¤mŽŽ ˜5uÊDÉÜ€Ù[6ÅJÝ¥Óh톖\¥»dŸú©«¨ñìšs•{ò´ÿÌéËBOOK-2ôAØÒ%³f¤%'_.(pZ™Ë_mVº!îMÚ?>xôŒè é„„¡e~Æ0=%Íÿ×é»¶ÿŸÍìܱ-hÎìÂÂ+åþè¡Ô!²\­L™º ·>Í]¾fþ¬ÉCŸ”ºË½ÛØØS9ZÓ7ÜqŠ“?u‘BkõÙJžÐ€ÐºùÐR+•±ÑQËB—΢°°pÊ”)ÝÌ#} }*}QZ´7iÔZåB+K©ÍÊI/…V§_’äZÓ§’ìôõŸ?$D³·×edZ¾"¿°jÒk»I[êÙæ> 9‘bú¶ä°}lQÏͼ¼y}ÂôÉoöòó”>qkÜñY[R5檿ޮA Ó7Õjþèßý·Z¾n>yûu-'¯Óúé÷KV–\†¬ã¿}Þ¯i]¢áCOt¬'jô]}ÆÙ…I];~@'ﺖ‡å:ŒL¾“ЀкùÐRÈäA³ÒÓR¥³âj‚yZ›GúTúbZjÊ‚àÀ¢¢k.…–R›y!ü•úÂãÅ5§LŸ*bÆ<$ju6=|CÔêïßð¢ã—»•Yò?¾ï$püüð˜ÕËf½ÓÎÔDÏŽ\¼f↴¢Ý„½¦RjÎ'®‹Ú»)äçwÚH_ÿjŸéëÅ'¼:båò…ãû7â‘/÷äš/Ræº}„hñÂW¿…­]8eè#µJCËé…é8&hmløš•K2-­[Z²Œ¬©S&IgÑ£Gq汄–ô©ôÅk×®IßpãÆr¡•)5UIh%ʵ¦O-§~ê&Dû);dÚŒs«ú{ˆG~8–jYtqÃÀú¢íWûSäLí$ê ØpÆüõ“Ë^¬#:|”kúžìó ñ蜃 «ušÎ+eÁ35Ä‹Žåh3Ëž<ýÄ|é9‘¦Ôfœ {¶¶hõÙŽó–SÉOþØÅZ§•®^ B BëæCKžY&´Z[UhMú¯Mh¥gkÒ)ÁRhuüyO–Æô©…ìäºJ¡5y[¦æü¶±>6ÛÛàÍØ3Yü»£Ô6ëO™Or~ËçÞ¢ù»± ód«ßh œ$<=[¹7ôë—ºµ®[CˆÚ^õ…)ÀöË4éeOžž7´©ðµç¼´ªø1>ÂãÅÕYÅ&ëÄ4shÌvõÂXZZ7ZJ…bîœÙ¥OZ‡VéS‡ ƒ¯_¿nZùéŠä’ÐÊ7}j–vvõ€z¢Î «ŽgçKÙÓZÔì5=~Û®}%öï<.OË:VÒ6¦“˜¨Ù°¹y ²µo7m¿‰ÏÈ¿˜8µ£¾Cf,Ý·uý׺‰GöËòÓËž<=5þŸÍE«í<_¼*)´2‹/OÖqsh­:éò…± ´ ´n>´òTª-›bÖ.qôbxiѾ½‰W¯– ­4E~š<9¸—)´vgæ›>•ÈRVÚ^ˆ&CÖ¤¥*òSO…ö­-š &3‹O¸(}ñ¨¹mÖ0ÏÙ­cL¡%3Ÿ$kÍ[¦ÐÚ’–—*ËÚ2kxOo÷âõ{ywºêHVù“§&[B+á¬åÓÌ‹áÓ†öle9•[=ïNý¾L8ãò…± ´ ´nÕŸà¹\PPXx%)q÷‚àÀï¿›$Y8/hßÞÄ¢¢"Ûʲ ­j‹Ð€Ðº…Tºà’Qj­¢¢kÒþ¹!ý»~ýêÕÂrÏZ‡VŠL}»9ÚcÁYZZ·0´*efضó™ªd™ºZ’6í×°mÜR ´îHh-9³ûÔ… Ur–ºš9Ÿ¡’6m妃ÜR ´îHhå䪥֚¶mÆÒøjFÚ¨±¤ ä–¡uGB €Ð ´-@hZ„¡UåÐZ¢ÊÍᘀ»Á•˦¿5#õIõ­˜È™iW¯^)(0rpÀ­¬¢¢¢Œ´©OªGh%_8¿aíª¬Ìô«W Í:àÎ(,¼"UÖúµ«R.\¨¡ei­˜È +ÃB–/]p§H5"5‰£ÊºGC àž@hZ„¡@hZ„¡@hZ„¡@hZ„¡@hZ„¡@hZ@hZ„¡EhB‹Ð ´-B Z„¡@hZ€Ð"´-B‹Ð„¡@hZ„ ´-B €Ð"´¡EhZ„¡-B €Ð ´-@hZ„¡EhB‹Ð ´-B Z„¡@hZ€Ð"´-B‹Ð„¡@hZ„ ´-B €Ð"´¡EhZ„¡-B €Ð ´-@hZ„¡EhB‹Ð ´-B Z„¡@hZ€Ð"´-B‹Ð„¡@hZ„ ´-B €Ð"´¡EhZ„¡@hZ„¡@hZ„¡@hZ„¡@hZ„¡@hZ„¡@hZ@hZ„¡EhB‹Ð ´-B Z„¡@hZ€Ð"´-B‹Ð„¡@hZ„ ´-B €Ð"´¡EhZ„¡-B €Ð ´-@hZ„¡EhB‹Ð ´-B Z„¡@hZ€Ð"´-B‹Ð„¡@hZ„ ´-B €Ð"´¡EhZ„¡-B €Ð ´-@hZ„¡EhB‹Ð ´-B Z„¡@hZ€Ð"´-B‹Ð„¡@hZ„ ´-B €Ð"´¡EhZ„¡@hZ„¡@hZ„¡@hZ„¡@hZ„¡@hÜnFƒ>'[~†ÖšaW®\æ€{—^«‘BKªš»-´6GG^8w&Ok0è9Làž{,Kgª,EÊÅóRÕÜm¡•|á\ĺµçÏÉVÈî-9Ùr‰TYRϤ\8w·…–¥µ6EG®Y¶jÙR€{‹Ô0RÉ8¯¬;ZÕ¡@hZ„¡@hZ„¡@%äçå©TªœœÜœìûJ™“§Îe‡Tb‡ZTµ²Ô¹9=²bÙÒ¹sü«½àÀ€å¡!G¶šâÒ!´¨ª<•꣇_´ 5åâ7þ·ºOQQQòÅó¿/ZxøÀ¾xÉò©vÓ+îâÑ ´«¶rUÿŸ·º55­£nÛþÖ§™ ¦HµcÊÀG}ê™WìÞiÂÁ;Z7t;?h&j÷_™]TZG©s¢ëÌ …¦OÒÃÞ~¨a Óe¬Õòñá þÐ_/ZWSº Wã´–“_N]÷åßÚÕ5¢ñ#Ov«oZ·t?ZÜM¡u=oó;ë˜ʺ|ò߉&ïnÕ?ŒcNÑ훕›·n‰úr3!:M;}¥‚E®†–áàćE­.ϋݳ;*`ØBtžvêrñš»|¹|KBBÜÆè?òïLhI›1ÎWÔè’Uü_áù_»·§~K7~Ýp&reĶ=I»¢‚þÙNˆSÍs9 ­ëš#ý„ð45,vKô²_†w©UZ·x?ZÜE¡uMúœGÃ7cÔ×MOi-|²–ÇßV(Šþ ­ÒÇdŠdKŸ¢û\s29YäZh]WE ô]g_,´|›&îm/ñÐ÷§®”{ è=uh¾°?uâñ`ó%¿qåÔÔ‡„ÇKkrŠlB5wís5ÄÓËs®; ­ë¹á/º ¿qŒ6OÞòý@hp»CëÚµk—/¸Bêç®5[|´CeþÔ˜µæåznÝgÑ™>5œ™ÙEx ŠÊµ|sÞŽ›‰6ökœ/ÊOÕZ´¹'ß²(7â%wÑÍÿœAúX÷Ç÷„×ÛqêËšãÛØÜ/7¶U]nÍ.sZ®ï?/̪†xä‡ã:ÓFö†Æ( ,K5ÖMz­‡O½B¸{yI½gp²±ÌZï"Íþqm„ç«1¹Åk6œ›ó¨¨Ño½ò6ì‡ w¡ÀM‡ÖÕ‚‚K.ÈÛ7ÞÏöþ±Ýăi©þô¯Ò}ýÀ(¥å›Õ»>m)|¿Ø›ï|QþÞ/|EóÔ–EJshÍ>«—>Ö3wÈfUÁ¥ü}ãüDÍgw=z¤ÄÑ“©êKåÖ첊BëjA%WXP`”­{µž´YIjeÜ{M„ïØDµe‘öø]…h3töÆ]ûîžö˜›è9÷¢¡ÌZï¢üýRMy–>´¬Y.ÀZërnÃ~¨p‡ZÜdh]½zõÒ%cÅr·~Ø\ø|´|gRbR±m 5ÞŸîT/éN™ïë#s,߬Þiª©±Iy—œ/:=»›p{ra²Á¼(gãShÑIkŽN•:ä­M¹—ŒÆÌýÝE³á›²e/R¹5»Ìyh¹ºCÊQïüWkÑpÈÂ9Ï{¸uŸ~R[üõìõýk‰Î¿œÔ˜?ÍŽè!z̽ /³Öb”­}ÙS4¿dcugýM¡ž}öC…;„Ðà¦C«Ðh4TH1ÄK<ðå~µõ³cßi(ý=FnÔžœaº¯È¶,R%|ÒRøŒMTK;YdÌ;:­‹ŸÿjÁÚ¨¨ÈÐ …è:ë´VZ¤¿¸ —>Ã'¥k ÙÛG·¢aßQþ+£bcׇøO;™o³f—UZ…ÆJ®Ð,ÿÄôGÍÉP÷••iú’¯çšÜAˆ¶ïÎ^¿mWb⦟{Õ=‚.èÊn`™ ÉMšØIZÉŸÌ\».ðÝV¢Æsá iÑ­ÞîB €› ­ÂÂ+ƒ¾B+xˆ¶Rg•ýzvÌÐFRX¬ÎÈ?1£³ðxe£Âòõܦš³G%}¬q¼H¢>¹ld__Ë­g‹}FnLÕ™i3ã¾êë]»þKá2éÓü‹QßéÞ²¶ùÛêûõùr§ÒfÍ.sZ.î[ºôÕƒëKíôùÎ\«¯ësÍû w«:–-toàÝõŸá麲XnC´iñ¿þ£wkËIÜê·ê<`rÉû¡ÂBhp“¡uåÊe½N{_qZìB €[Z—/ë´š›ääôæW~ËUZ•Ü!Îûá.Ü|×w¡ÀM†ÖåË÷Û†;-v¡À­ ­‚‚Kùùy÷ç¡Å!´¸%¡ ÊUæå©ïÒöÎ šã(´Ø!„·„J™½<4DºÓ”îkï§OX¹,4+=•Rá!´¨²> stream xÚì ”ÛûÇÇ.EÙ÷”"K´iµ¤,É’’Ð"%R¶JÒ¾)-²Š$JIhC{B¥${éFE%d)ÿóÎŒ1˜c©{ÿžÏ½2óÎyÏòœçûœå:8ý‚þ^@ 0‘t&b€¿‘¾TÒ©&&&føû@žß©êÁÄÁÂÂÊʬ¬,,˜P¨ˆ]뀿—áÆ!¡°EÒK!`#à/gÔ¨‘\œÃ9ØÙˆ"…@w„øy¹Grr°³öÒ(c%Ä„xGŽÆÖS# @(ÈO'!"ÀÍÉAÐ(º3Ki’ì8qA¼FȆàÑÑP™®(-!ÄÃ9Œ•¹ký^ `n¤§1gŠŒ„ ÷v–®a„lˆµ+,k+O‘‰¦ZŒ]aÛbËÆ56FÚsljðrv #haÛbÿvOG›ÅÓe%Ð0BZ€D€ˆÿ¡žk,õT'æÎ€„Ú¾q…‘†Ò14ÓÂö}‰K° ΆŸØ·e­¹Î,y ~®a, èN\TÈaŸõËôUÆb‹âzI„lˆKçÂïr]n8w²¤Ð(´^ÇK[Š€D#1îtÀ^UFó¦ŒÕ¹¥…I„ lˆ¤ QA6­6ž?UJ˜»óá!HH¹|`‹ƒ‰†’”i×$\½â‹$¢©$-€ž$'œ ñõZcŠ$" Š9 =äµÖT $ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"€D$ ‰H@"€DÀ6€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"€D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"€D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@" ‰H@"€D$ ° €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@" ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"ð¿ÍÕ‹Ñ!¾^kL5A"€~“t!:øà$ô"1þLÐÍ&JR"Ü èIBlDÀ^Oû¥ÓzJ„c”ðø)êF+Üv ‹ŽKHLºz5þ&®^MJLˆ‹;¶Ëm…‘ú”ñÂÜdaå%$9Im‘Ë6߀ðèØ¸ /&ÀßÄÅ‹âb£Ãù¸ØªM'<Šƒ• ¤&VŽ‘‚c”u-×nÚíq:::ú,üUDGŸ‰ ôÛ½i­¥®²ÂXAL" aÆ% !7SËx…‹×îCÇ‚‚CBBà¯"$8(àØ¡Ý^.+ŒµfÊIp caê’;'¯˜ôÔ¹úæ«\6ùìÚ{à ï!ø»ð=x`ï.ŸM.«ÌõçN•ãådÇ$‚Ã×ëù…%'ÎÔXd¾|­‹›çæ-[¼àïbË–Ížn.k—›/Ò˜9QR˜´¡Õ¹^É/&5iކ¾±¥íJ{‡5kàïbƒƒýJ[Kc}9“¤ÄùG’VëH"ØLk·Ä„I3Õ´t-Yjbbb Èë—.Y¤«¥6sÒ !îìK‘Î'#œ¼ÂR§ÎTV›§¡¡©©šóÔ”gN(%!ÌËEx*Ò)4Œ°qpñ ‰IJË)Lš2U þF¦M™¤ '-)&„)„…‰8ÏÂK„‘i„“›_XLb¬äx)))iøÛ@~?^r¬„˜0?7'RH× Ò¥‘#¹y……EDDàïCDDXXP€—{äˆ !i„c8'רQÜÜ<ð7ÂÍ=jçpöž Á$ÂÀÈÄÌÂÊÆ>Œ1þF0çÆÎÆÊÂŒ­CÈ%‚×&fVVV6ø;AÞÏÂÂL¹BH"adbB:€¿¤FJéÔ^&ðÓ)E &ô)ègŸÐ@ï|&ŒÃmì~ÍGô¿×Ÿ4Zh(ügêP.ÖW IT“1v´R§þÙKìÏ;–„w×­¿iôÆb‘îï {ݭȯ¡ÚìëÑ¿ómÉߥ÷Ù*«¾RÈ“ÕC˜»©WÎZP¾Ë _²-}ÖW±ÚÞ±œð;¼GûS)‡Q„Vn‡ðýúXøßSH;Y;æ!µxÒR©}òyÐ-Ië;M)•4z¢}Ô^”býôÄRÓEâkaL?£î*4¹[>Ì¿ßWÊzØýòƒ§bÉé^/ºFÔÏœn=4†™‰Ÿ5’"]MŸÞÑÛ[õj™Ø@-§º|è{c…ПŠÿb|'I¾áLæI¯ˆ–kBí2ûoÔÔ4~4õêWG:z:¢Çh9†Æ=ÞD[<±ìº¶Æšðû×ÇË‘vƒk¿“5íÏùðu>+ØwN·hޏ³©ö÷Š-ß%>½; å¢OaFö˜‰rz ñ?íõýè÷¤!‰½ö^I×(r‚U«÷h×NÔ bÝUúló~ %0ÓÝr&’µÞ’Ú½¤WŽ»ºÕ­Gîͽ,¡ß+‡=}ÖH¢WKÕþ¥qú>‘á•~1ï£^¤6½yNuül¢²ŽÖévýݲ­þHšýnMOúwT#“3©þ«iÎðö\ß+V´âÇŸ 1$¦[Ïëô3R/éá7=ì4ÙîwyΑþÞÑ1D3úô>üN†¬œu}Øsi^`G%å ÊÔ"jþÍÜÛénï-|Ò}ÆO®ôæN|?±‘î\L3Ò÷9 À§hüÑiA¯ºÞùý¥ÎA­ÛM¥ogwëU”j.#ÐgšñK›è)û‡hù+Y¯ÏŸK¡ué¤O;™6$#ž!Q3߈uÏë£ ™}¬Ò4S¶é÷]QCfkö~–]ñ›gOð¾¬Ù£”xÿgî5þ©ÚãÕ©ŽìÕd6nÀüaCºÛdL÷êuEÆçHøð%ˆÑ´Í:ú}=Y«eúˆœ dŸÿüÍ‘à²dƬ§Z(Úˆ™O÷‘µiE¿ÓgK]ËÚYý7ïnÎâqòi'§ýŽtÌÈêóµÚžŠj,É®G 8êœ#ö[>oÒ¡3פø.òçìtÕ¸”TèŒÅÈš¯H]C#ÒÝ¡¡‹'j×dºî:=$z´ú“>zúô³ì ÷TYÈ|bDVžNÑ~¶TççÈ¢=¯èa:ç ¾¤»¬-ɯû÷9vLéf ±›øûORŒ]cþ#ÏHÖë±ߺæn>“L×ÊO‡¢\¤±Q)Yø’ð¥û,ûWŘæ?@æû£ª;H£Ý£é®ÉJ 6ÕéwûE‘uzÙRwÈŸƒ|êÕ®ù¨T_*õÝþ<ÕoûžT}·¶íâyÈ]ª±Yï;ß¿¾Qì»üÛh£úðÕ"üˆ!†·b Ð¿a)9Þü©Çg3ÄÐUÇt¥ZF£7¦ôÓÆ(/QbŸ§’òÕ"¥ª ý;^\i‹Ã•ÑÆ÷ø~ÏD*ͼ‹·ÍªX“l‡ç ©Ä Kzj™H1W)²«îv¶@–¢9¦Ü sÖŒÏ%Jh3Åôñƒð¢ø–A­ðëÖ’ýæ‹äŸ&®Fþ³ß¹q¦[!±ø¨pãÐÞ÷|ï³Ì}Zùê G„4š- ÄûÎdŠý¶—ÎùPtu}Ø`ºÝ`Ú¦$ühHÖ`‘‚/†(ï¡Ïoø^ÌêùÅ'*¾ð¨Ü÷jU¦ÐIÝCÜISìÑFñ!*eÔo_™N¢‚ûèåÙT¿!:…®œ³\ýNwû6ÁGѱ4¿±:½WÿëóûwÈ”aÓÇþ„zŸmޤ¨³³4j‘)òiv¹¨Å;ŸÑý.üf¥rê ;Ä%5âíy‹®\9A¾ñöôÀï7§RzEÛÆ®ovõ1&,§àK¶,qñ·Ì¸ÔˆÖÌÐj\d@Ñç ¾u{PÉç†üYÄiš>ô¬Û§¯©Ö~¾pújÔ£Íæ^ŠxÖÍ®ÿÐTÌ…^ŸÞ ¢~ ¥c>ôœT+Ñæ‹é°ýž^jàE½ÉCÖ–gbçèš9­"»'Ž‚ÆJHŸóõ+ò¥Ã†.íó`ö†–Б‡f?"ÊäA>í}N¼_Ñz`÷Y ä®è>[¸†¢¯mìuõðæ/±d¹è jþSN£7O#?ûB5’Ý&za<…ïOÌ!Õ)¯Ûý%½¬–KS‘+èô£õ4Ò½¢c$™JÒßõ?ò ûM¯:M$kÁÙß:B”÷3÷}ÈCÔHµÓêu÷¡nä‚ÇNÃææ}”ÏÛ¯ú‰à{nªßpºWÈ#ûð3º£—…”lÿ‰g†þd~|Ÿøú ©§‚DƒÛ.ÛKR) Ñ«½Ä^aÇýGYûG¿µ²‰h)TãnÆoTr¯¼%†ìiÑdÇP”¿)1Çtê`G¿Çÿ:»/h¬?Mõ{{êÄO²Qm¼ûlß”—+É;eˆéßѨW·‚* õïÇ|îó–R´²äîÖñž«ÙmüwÀl ˆîo@ÊPøŽ¬:K “¬®Ügœ9BÃÒý\‘{ íígô]0(µéÑ]¿ºR2ˆœ¢«þa}xõ¼Õ÷tkÛ=²{*)Ô¦…î¿É6è±C†âhp¨Ÿ}—òüwW(F˜AÔó$›ÔÙwÆZðrô}×p;³€&:­µ¨GºOTZÁNáz)Õ1?»>¸î´,dí~9(õHS´NÒ zP©[Ÿ @< ÀÜ®Tc1Šûí7ºÙÖ®Ûßñ— YÐÝ¢¥w³ýVü»¼nëÿB¡Ú~ö6¸iAf™‰T,+F÷èëÔ‡¿©KÛÕËGéî¡:gïOw¾JìsÆ1 Õ;Ïr þ9ŒFõ¨t¯õø&qåhÆ’.µó‹ÉÑÜÿÞ£Ž÷êëAì·z ¸µ4Ø^ê6›“£1·KE6ÙBwD«îVo¯Aî9.ÿ×b˜:òùwý¶ø:×tЗ—)öAÁîê S©Un¯26eP,×ô7í¶— °•—þõ1pÜo{JòM[¿ëá-«hÖ#cýö™jÿÓè-ÿ™g%'µ®Y‹Ú¡‹·àv ­µ%æmÛ«µ©X¯G4~ŽÏ{²ÅÀj×D±”ÅøÕxf¿wìøIžÂÝGïIöø||Vé’‡vd¯Õ¨ìL%^è–ïö{® Ýʬìwô™DÕ®ù4,þŽÌBk†|¥OÌýK·8¯šÑ(O­ÏY±Ì ã‡î v¸¯ ÕÝ%ÖàYYÖ¾!1{Yi#Ý-Ã{ÑdR}j…ÄIÑb%±ý»{xÚ}²xD¡‡’ð÷í ÒÆ nÑè)þ~;2K_p¯w»s=1O®ß0Öeáó èÕBóß0v¸í•@üÖ§h¤`ÿÏ~€;ûhßøýY(R8 f§:èè¦{9bºaÿyË¡¹ •ˆõ˜¬­òÝÚ¡O¿gï•ê—þ>Ñùý½ÝbÈcÒ®Ã=ë¡h÷?<£žGòѽæ|ÜÕk"›IIw³J ©Gxh¬ˆWõËÕC:’oÀJˆߪ¨EÞ½ôÛ<¤Ï–•zå?v@cÌ]ÁtݧùžŒïÔ\¦„T#¥!VJÜ F×Û¤:ÏtèѺ)ƒòòÝÿá¿+°´u ¤a…ñÝú`e?[lrûóIý?~Û÷óNS˜»âG2Ôºd1Üÿ(1"«IÖ›6€¸±Þlpåä3¨€nëÿó¢_H#{Ëoýfg“¥«Fdãã~Ï×Zð:aÄç¬Ùgä¸MÕ縨ôãêÐíç߃øÜ£~-Cª<‹~éi,M¿5¥SXhÞùNxS¿|èLµ.&ÅET¬åÚ-ßÿSñË×ÄéGO¾ ÚgÂÍæ$G³éî).ªum@y #}úRðûoý·(FSô½Š^µ«„mÙE¹ñ¥\£`×%È»žö3âË÷Ñ?Š}æÇFѧ÷ÿö™ÎÇZq•û¾ oØé¬!¼_ã?Éâ‡|îRFU‹³zYs‘í²§÷³lžY®ìǺŸ™Boæàíòª¿±^6°z~&Zý€ÝÐØÜ—B ¾YuϾEó›o¨¤ðÞcðÇ¿÷öð­ˆfvžÏÓ§Ê-©ÖÈhHöëüHZ ï³í§‰³ÏÑ}–ìJ#NkŠï`¿Võ9߯þ¦Þúž^RX±='Å:éD½ÝD»,&YwÐ ¢Ñ?ÈVG†Dk(æÂ7à õ%©?sûÕ³>t´È»‡Gí¢©X¢-7ö£=_û¨³Ê‹·«…½r>Oj…ûìº}¡¡¡ƒ=J?ù›ž<ÿƒ³Fˆ®ñ¯ˆ.ïÒc,~†Ï;ÿçÛý;txÒŠi"å6SÌï0•ú{xŒOÁ—SÖ§]<7\§Ë#6t³¿"ù¿Ñ£ÿŠHmdµýs¾v—TjÝ€ö†ìûƒ{ø¶ ]V,!ë2… Rô‹l ')^¡òF³‡_D?°ý:ótéo‹Så§éO[OÁÚ{E5{Ø›õ·?½MgÏûãOâ{Ôl3Ýý6J]§’å ÑM•&dwœþC»òáÄö­¦ç oT[w|ú©øšžé#¦ £Ñ[3ºÙqMŸýïÖ益B¡vùˆTï‘¡{ÿŸÙœÒÕÖ~­Ÿ—Ѱæ(ª+ù£Ýì|eˆ"d2~ä¡9~§Ñ5kyCÑ2Ò4uþƒd··èÕ˜>¼pMÏæïÏ¿wð;Ç—~é}d?jr›†-?#ï˜:è]C¢ EúmŸhŠªöÔx#Eõî¯ÿâ)?…¿Åwæh”ˆÁÇ:îå hKbL™@÷XèKVG”GïwRÉɈªÕì‡pNb<ȱvæÿ×NÑÕz?:bÛ5bÝ7ýÆùF0÷sÒZï÷ìñYÄpëfÍ­è]ë ÷ûS¹Ç}ŽÎý{É^鯠+T}è*ÍXuµ‡W…öJ½–®Xw–¸z^8d}\5 }†AFa:îÿ‡! i®ÎNu‹$—þÐàBŸñëËoxZ2Løæoyó«—ʵhÇ ä[ËT£ÒÃ!W¸ñö^ÿ[Zµ|nE±_Ã(ô‚±.X׫S]}¹£º¤ p§ ‘Žûä†Ä‚Í¢¤¹Ø˜}Î6Ä>;dùEû3‘¬\tDþqxçYy‹…ņÐû=-swû€z"§Ï»nÑLñÈrh­[9dcÔTïé}öŽYëüéX¹>s ²ê;G¥F}Dm@¾ù€¦×¿@?3âëñ¢;“úõü!®WÛéº_†ØÃ!Tk“Ù‡êSm¿Ómƒº!~¦’ŠzùÙüW£_þzjP3”€!‹të1k9nˆq¦Ø“¬¿ašG×!{ˆwM|úÝ#fÿ™¿¹ÆÙ§/ŠY]¯“ìdÔ‡r¥è²è²~­„]ìQçe¸îì4•sÄtã™w»tùï*Ô™4 °ÉIFÉøÞò0Ì¿yÍ´ö¢G®c[sGÕ¬gãÇKdlmóQ ¶^Ÿ^¯Zß°õÍÆ`e_FßòY8Ü œ ãbãÐAÃq2ÆßåN,4³‚ ÇÁ-9G;ô¦ÒBfÙQì{çsãN³‹—ý€ÒÕþ Ãpv<ãy†šç›|sÃäÙ®¡úŽk¹1{_º)7{±Nú^AêY?£õöc_H±Å3ß16Þ0±ÚÎeµü)ãa;²6¸yĽx‘`¤»*®Æju¼ÿðRd‘-[·ÜTVž]¿*Ë4¨òv±$ù[sC“{BåbÝõc¾˜›¸¶$râÎÙª“y:HÍcYx¶¹ÕÂ=ÞŠ(߸ƒ#FÖ–d½PfýÝ"P…Á‰iÇZ¡i’ri Ú‚8ËäKä>JODi׆N‘š!fu,ÒŸM4Îbu¦ÿy#v¬@§á¢ü/Êsb¬ 4Ï‹7ö?£‹Ó×lÏ»±T{Ïþä¦K6oLƒf—Eۧ2ÜQÿhRØé$+uk©®ÙQ“+ÇOxðTxæ,¥ç±ûNˆ+³7a´›oT2s£ÎåTµÑÈLZ»Ÿ.üÚ0A«Ù±¶vÉ‹E ¨3˜u–IܶsÕ¯·‹ÊÎCIÐÿcä­üÍNñð |b3aD=†;­‹ý3†ý¿CŽýçí}‡‹gÆþWÄáÎó`ÿãzç1˜\Õ{_éVÔü@Z…:×’‹jZ°œXéÅÖF¼î´È7r®ìM3«(]e”"J=û&ƒ4×ÇW™÷³qáͼèÀÉië7¬9mÈél¢»*•¿L„ÕýØ´•K¼W¸fWåç+àv0JM÷pÓu]Ñ%¼Rò‹’û;ùàóqF2Ç]Ý׿šíý£r¶^/ω‚ˆ¬8>™Ú RÒ&…+ÛknÖYW_óÞÙžgù>¹ƒ·Ì?h’åªhóKü~Ԋا|×TÔÔ|øq§íµå¾¶¦.¹è|â‘_6Šïuã³²Œcîè;V,~ørÒy«ÍúŸ„ݪžÚ&ÚEé-&osJx銕÷n±´l1ݘxe\Ô½­É.ÅwÒ£ÒóŒ.IiM¹¯ZåjµÀÁ0Òôó­}{pægÂÉØEEïq¤KB ÊÌ'g—­´w®¯´,Œµ_œy¬îLºW#ŽorúÖFŽÏ£ó¦œ1\f;µÀô“ÝÈ%1ñÃÖô~qÖ«—¥¹·MNÞIu.eEñDH2ùÎŒ„öŸiªËägø[˜v+0Ôl¢B`*×¢gu6oü¼½½·ýÄáXü.5ç2Ép“Ã6«¥ Gûsr íeýuc>‰Ë›nÜèáÖŒÃñqL/³^oìž<)†'fG¦’ÝZ4ƒ‚\×YmÝïz„ÿÔ©SrŒ81ÉŽ#ïÅ>9'¼Ò ˆ¼›”œè/ï¬[RRRˆúŒÑÓ35UÊ9ÀU~¸Â’¤$>½' 1SC­/aE¸ÞЗNQ >¢g$µ?§bøÉ+¡{ì¸p2|Æ^Óxíä7Œ»¤k$·ì ã™Å2(¬òhn`dˆ|qö¦ŒÅ2×-*’8õæif¾ŠÉÒ·ÈËfÆñI‡–D»ßcÀ…0ëNBaLË ·C±š™Æ–Ù>§…6)tõÍ#<ÌÛÌ2 7j6'ɆS¯Äá ¡í8.ƒçø­t¹e‡#>%Ù¬r¶0_Ë$¸wZÐ ‹Ðl¯…ËÙ>=9”ärØ.{ÝñÇ!é'Þp|Ÿ6&'C%G&&xâÊ_i{~ y}rξ§ÒÁTÅ÷ØlÆBƒÈýœÖ¾­ÛZš§íN¿Ë#Ŏõ̓j‘ÑÚ¢µ)GÊHö¶LõÒ‰ÙOmÖ¹žWp<Øz¬¢é„MeœÏ¶I7$Ÿ[oŸtòçÈÊu¸ãÕöë4 ó+~ÕÖëTþ‡FW‹ ‘ËsW(„6LÎc›!Wë¡·CëÑeãè&N£Z†WFžÞ¶ü˯ð¬_tnWå½›+ÿÍt…ÔÇŸâ£æË(oÙ8w·–öúI<üצñ™{˾iÚág~¿áù‰ÒJïg6­ŸíÂ?¾üìÏ/—d*M=?>ü[\ù“qqþ‘Ë 5ü=Nþúæ«\V<Öðø¸ÒO\]òiì8§‡¹®§TÌ/ä0X¶2`f¾÷;œ¬Ÿ¼utÉpé¯þ™]•hÈ5òtäùÍ’ºmva39ñ™.Èàà9¦txœð˹—˲#¤×{„?‹þyy›ÔûætvËIìGÆf3žþéoÑ×a¥ iNïBbíòÃÎËÖ<·ÕvrÚÕ㛘…®¿žÅ»Õo÷)F[o`NˆÚv¹/ÊÄíZñø2K^F¸5ÎÃÌþ më3·Vä)ß2ÍÉpÊuŠˆZÀê;EÞ>‘ᱪQøÏ¨çÖÚoi×›14O«V6øö|‚êê¯ö%«ì".«mÌ«™¼(k Ûösç0ÕÝ\xÓsbnaSŽýMËëÖÛ;¦En=§¶åI‡ïQ3ƒÇÍÜ9ÚÎļ1²YÆœ)¿râí žø…™Wÿñ-ðß–'³P<§õÔ¢ïþWX3_ûHmsÓz¾]DpMd²œjÒC‘[O|“‚§?KM®ôizµ±Œ©XrÁ\w¥,;'U®m_ÒÞ±ÎàÐ×׌3‚ζúN7Æ»`O‚û–Öcž{ËKØ´ÂùdŸ²pr_f*RñVé~€8_Çó•ñ?22®Î]äxÊöCk½ÚÏÙ¸Ë×Mö¨Ä·Út;gå­ì‰fõ<•~Ùæ¿ù¤îÍ€ó^~8»¢±ðåýíAYV²[øŠ—5Ä•ÿ<~ûXQåa ®S‚Û¦gÞVTgpÛsÃÆþÜFñs_[.2:$•UV&–žÊ`³üø·oì­aµæþÖ­_~®6ÓüŸ U¯=¬;ÖÜ}ð@ÑësMdÎíá-umZ®ïÏ(Ö<ý$þ¹¨pDké­¦V›ŽÊÆ4[óVUºÝþrœë²°óÂ%nNæëÚREn?ý(ü¹2Å-¹‚å‘ c~݉”œ”¤‡[œ4¾­S›”áòÌoEŽ[üs6ú>Õ¿ùòËíÉ[¢êøMim¾8îà‹c,›ï¿gû°9gÓ½»[Ï ›}ê ð¡È-&Ž?çîÜé`kcа ¸UýQ]º¾šM«…–«ÐÓGɇ—‰L±ª7¾ec»Há§èÃK6ÛC«åÿñs[rͳ@¦£\Xy{RHøîÜ–œûü›ZhÆ¥<ÞÈ–£#ÞÜš>å­M’£¾°¡]û¥ Ñ‘ò1n-®ö¸™SÚ Íô̹õ³åãfý_·’ªËTNz.uˆ®¸§¨ºÅâÂÕÀÑêÁ¥<^‘Ñ{kZb¾lQߺm“ÃöWÏŠ–Ö7©&?:Yó¾aÙRÕo-Ùõ²6É®‡Ê/ÐnûGöDæÛù¥ó9ëßW­ÌiÙä'6¢ÚhŒmËÌÈú—·?:~lþ ËÍA­õâV¼ TG^ñRù²kÞ×iz/ ‹Ò¾Y<Ýse´ÄÅóßMvŽÕ.8v"$õÙo¿é|<£-ì§Î-»ãía¯à:Ï?`ÿœ¸]÷Œø)s;§V§*Í-1w~êYÏu aÎ×Õöw8~?ÝðSfÂŒ_ÜŽ¬8"yÌ;SøìN¶g=y5-ÎõV²rN§Ë¯ •Õ~I\œþÀÔAóíºï…§Ì/,›à6m¸Ì„¶Y3yÍ~ÅžKšáXúzÚä}Ë _:X-_ÅùÅïøÏWçDÝ_—2ÚÙâ¶–séy·¸ñ¢‘¯×ï™»izbǨ JMµ'.,ùv×ë¥bçÓ3.Û"êWå´Y~l^®°xg¨|Ã^Û ‹uš/§L‹Š)Œb/Iã©^êçÛúŠcâ‚Fû»× ¹øäožiSææ)X~uŠ–¶ü‰âS‡§Þ½úc»CõÃU?‰H{Uª¨#wÌhÖÓÍ[¾ òG/¨˜[‹›œ¬¨]â9}ž`M]ô•)•vc Ôy ¾´_=»Hå ³Ù->ýí¼mxXJ^Î9¥a[6­|ÛԽʯ߮¼Ôæ[›T%æ[óôða…ªÂ”9!f,”}¢Ÿjî­~ÄGé¸óÁWvi>q‰s"£xJM¸-]9y‘…TNãû+¾Ãµ¨Zúõè–¼HX…¸°U’uä,-WŸÝ[\Þ-ÿxFìÛŠ )>¢¡»BV¦>=7Áø …`üñŽ™Ÿ¬GeÝHç_tóEË%]>;Y‰‹ìÏ^ }å]>ÎknF¢ÿü¬Xõã«=ÔTo;NYærqÌÏÃz§®wNm{àÿç±véâùdÞ¤†Âê U¹¾Ö.Í'LÕØY°`ºyiàs7µYûU^½=ò>ùyѦ1n‚^JéÆg*®—¸¼¯1™Md«”hk­íªz6'â¢îÍÏ Z"’¾M@ôä ©m~NÍá‹/œyÆýp¦ýŪ…G*.W +QNš] ›´mûî@ç3Ñ*—™ œKñÖN}ÿcL®Âgþ‹âµkÏz/¬Þæbãåh_âàw9ŒUëGè©äïw³bÌõ75ºéš¶€™ÇåèíåÍ›åDW¯­^ÿ4õ½°ìkƒú-û^zhò>κIxR͵nc˵N/m—½,9KÞE¦Cã†~±Ö›}kÏ}‘Œœ°åõdžÙqKÂî»§*ëžø~TtYÍÊÃù†×J ²ç˜Väá’+Í«Nx»ÕñA×–¦šátut³¶8%9^2õM_¸ViÜí¥‡uWª®›k¤³qG¹I­¹*sIi»cþ«ù ¹Ž·DíÝv©~祄\UeS²_>¶<4Ñ9þìÄŒ‰ÑüïèÅËŒº;¯Zx7CaS„HñTŸE…¶ B,˜®¨«äÎ,¬.»t͸·.E²Aªß>ªjqK7ßr¼êàݧsËEçU=ÓÍ–ë0þòÊÕziKXœÙÉQ#õ%í[N5‹>÷ÙJ}´ý곯=§8¯É÷I(Jœ\þ:Tª}bu£Bî²ãŽç± ›Ìœ'þ1)B•­rcåS-½•×öücñéí£Ûq×:>D¸˜Æ_}ä÷r–)g.GaÑn½Ô´»Ÿ/LMxv4©vÕOáÝ&~•Ÿm¸nívúµiZÁ¯ûç3ÞI½·HO¸àž’´6àÐè>Fâ'XþŒy™÷:im©–ÞùËÇÆˆ;Ÿ ²]~kBÀúÐk+·fý&ØÝäìU{óÒó#ï[&ê=ÍЩVSÔüGÓqløé÷cæËGl[_ñ!WëSÞf¦´Úô–¹Ówħ|8`}{ïI—Õ?_¸òt•Ÿ­ç}3ªæ¯hÙâ^·ý¹Üåß_Ë–áTx™Ô¡ŸR1ýNkƒÍpŸÃm3b­Nq^Íwò¹áÈŸ­ÿFðèì7¶L͘»m{œë¼Žÿ<|ïGþª“ Ý=L%v„Ì]u-¾ÑDuÂçQ+Y"6}ôíìÄFCaË+?Ÿ,xÙ˜_,VS¶ÓÒ´Ýðh¡¹ýV³¼®…¾uŽªµë³q)l2¹¾Ž]Ǥ»qxóê Ë›lÓM-[?ø~^£—’[ûOþ«šeÏyíë„‹v·›9wh†Û_3‹~½uÆÑè½âIW¾[8=´A´Éä‹÷S•Óªž®WÖiH_â)''xpiýB•ÔWÜmÏÖ>ø8/{Ÿ®¼_ûÍc¶Ã³fâW^Èùâ`{ëy“¥* cr?eNIxxnmÑ<ýB¶F…Ú¿”γ GÅέµËþнxÛŒ¼ØÊìÝŠWÜvÞø Ü˜sn®å‚e1Ïã]:rÆ>}n}4ÿ5_¥g®Ë¶$a–“Q÷ƒöû)¾çhÚ|¯m„¯·¶Ú•Ë£Åm®kÉ™i¼4œC4HãVk©Ê÷KÑ÷[}5o?µJ¶tŠTÓ’è̦äQõŽ‘k5ËN*×ɾ°(Èæåj¯,\RÝê±~¥í±/]Ú9›Ò¶ä¿q<{õ¬×±2–¼énü~£]”w×}.~µH_Ùq6¯ÄzGñ+ª¹ÓÍ—J6Üx’ÚÀY¢f ¿>@iû¯–¬ù×3,æµh§rÔ×Ê–gxYí4P*PÊzô‹ÁýÍ.õ_Ui1 ϵ=wEzLîô:½èÔ_Ü.Ïïºü\®Î]즓ñ­ÜTÜ+#ìUZ喨럱H¼´dãf£±•ò‹*dE å.híYÎô«æÉõKçmßÚœ¸yß6:ÂG'¶X¯xZfƒ²fÓVé[2móVv°U.,öþV©ß‘us] ãhGM“#ö_ O}湈]ö¡cÕº˜ Uo(J,pO»zVº°¸îØWÙç™Wr2>~loT¢`ð+õåèÒçÿèuM¶|9#xe¡$“e„½«ùöqû›Bç®±_é—¬WkòB`÷Åt›Gýrå¿Ho¶Ã}MŽœ8á×G“·£¯òç^cž²÷ »‡ú¬@åˆ~QKΩEÒ—Ý'º7è–ÃË‘†Fu:áºžŠ‰Vî® òWÉÏJjŸðuW¤ÛaÍ6?¯e¿ŠŽ ûŸõ¬b ¾²•Å¥nO=z¥…]rÒãEmZ5­K6¯;ãê~kñÙ×cUˆ¯®(þö3'‰·Æ'ÌæI‘öˆ—‡b–G?èÈt*OrºdtÉ^ýµWÑé[Î"µ~’Åg7ú9oRQHÜ굯úkFjöl¯8ÕIÛ][#Æ=Žæ_T=u‚”ï×ÛW=£áî¬9;¾àɪ¨¦åñ–\KꢔìŠ {YÚ¼¼)~¾‡ô•NU5«Ýu¯¶,³3TÎF‘ãEa§ÌJ±eo é¾ð£z¿'3nÌÈö½BŒ¾Âë26D&¬Ø9•[÷OŽX&$Á‚ÃÙÍ/yùPËßïÉ«Sõš1 ß%Ýò÷ÉÞw£}Bµ®J&W×.÷aáëç9Žxoc¯¢°2dâËFKÛj¥?Ú².¤^bãɘíúkBsâžw¾\PÓ;ãžæ*}Þ1©üÚQ[¹–ý†ye7Øn‹¶nÐrôàQ[ð¨yýõoúÊø/ÌÍó— O˜±Á4ÆëD^jJq¹·)¯UL}ü´Ýzu¡3¾µgÕORKuªþút¿‡è95Õ+’®N± öϽ87Ù£ªA¢Ö,Ã:=ëÎ+½ ‹Ÿæžþ–.¹çhmë5¯æÒâÏ÷/LZ4Êøªü¼§¥Æ¡›æOñzseöÕjýñò‰ŠU%MS ï9‰´óY­Øúã´xøz§‰“ç©IÿzQbÛýEÓ׉‰ßtë‹•ƒ×¡VOÙ™ÓJVÿ¨’’8y£ÅÅ¥ Æí¥ÞÂàxŸ‹&>OÏË÷­ÿjDYþ*««.œB¥ÎVåÒ¯×ÙÆ»¥þ<ÚÀöý¶Ç«ý‚"üÞ»…•u?sÞ¼é}óØf³7›gèX¬{vþãÓIbÉ'Õ¶7Þ î9©PuË­†÷… ‚y2ù ‚'°j'ߨüêIÃüØ;¥A/ßÜ,;ÍÐícxñ»¢%K·z‹ «Ä¿þ<.­mßÖEœ!›eK/›ˆ(·¥Õmðrù,gcö«XNbZÑê«Å5ZÅÓo\q=YõJÒðºBºção5ë­œPcÛqÌÑ­ú§¨M¬¶WszÉÔºõ›Ûç¤Î¯¨~:_ÏiVImÕ™)ûFTó¸â¼²:dñÉÀ«Ð!s9× âϧ[¹^×Ö3Ô)·]ñð|Á·ù36‡ýäy§âi._Îí+xðD­æ0Íη¿•æ6”…å'™Ûh¸j•9~®Õ¾¯,µu†€á?¯.­»Ýì;¿ÄÇá1÷¯»‚õÓËWŒuÿõ²°ÃàsÍÓë…žiIµOŽÝa}mºÞowòÄx½Èí<Ù›BÂŒ¦Ô½ØÉ/*Rè\Þ¸*W8©íá>ë“Ûüsiçê)-1âM —[벎ïÌÔ>|³Ø?r†ì÷ç÷E–Z¿^ûæöRÉ>_rÝ:‚Û –æÕý^¾vùþM aõõ!5MJ—–VÊv¨¶ÖÞžé"žQU\gq yä«j%Ç[ït~*5+Z9¦úùÔ)ÝÉ9s¨|ä}‘7%M :M³4²}CfN`ó&e‰úeÛ¾¨g\x¸pšcÀI‹¦ü¬úr…reÅÙžß~ÔHÌž.21ÝÚà¹JbÁÌz¯úöÏoŽ–ªV*ÿ˜»/9ñÍŒöý Vg¹|žícsõqÆ&¯úE6o~7¼Ìõ¼RÖòº¹ýë•× Ö+´™Ešm¯©ÜVê³üÎû–eaGŠ=7Ìó6ã–îÈe¼K•ëÞ^/Î|¸½iø›/Öi‘fëloN0«M][}´ú²¢PÑÏonI»T=yýÓ)B¹Þ{OrUÙÔeÆë°-HóÉsÝk–¾unÊÑ$=ƒÎéNßFN¸*årÂhuNõèRe‹mÉΓ¤½ž ýT¼õEE•ƒ–Æ/ýŽ­ÕmT%ì=ºlºÝÓ= kmœê*†oSÈpü¶Ù~¯àA7ÅXÕÛ[­ùÞ%¯ùòøˆç‰q¬Ó+LÖ¿£¬:5ÃqŒƒEíLùàäújfÿ<ö=chæäü&úÓQ…„ÚËÎS~Ö?”ר4+hL«üÑüeçè‘ï®*y»úVíÓXƒM>'UÛ4Ý7\EÚióìufá¼lýT”;2¼w¥e&ÿsAÜëÚ¬ %éß[_‰J¹s´%nÓ8øpk…Ù‘Òɱ5%ʹ~Î3'^©99Y®ý¤È¥òâYe¾V 9¦q X¥F¤ÝpŸÚrsú ƒ†‡‡Â¦g$fhmË,.7ä™­xÿÀÓcþý+U 9΋6®Íÿ‘ÝdPzoë«7ï78ót\«[Ìd½ß4·6²¦bzÀ¦•‹ü¶™ÌL®ÛXçãö¡*“ÛzÙe²7´Óå—?JQüšØº NñëÙd “i6ý4×Ü&Æ¥òOÖ|oŠz1í[Ü«ˆ”ú¥NÙå·¶Îé(¹Ú~°z8“ФàÕûõõ uⱡÛ›·¶s-]œ”ûòº9çÿ9f¸í\šÊ•?Ì~¿:F|MGIÓщÃL•g–Þ$iŸX·(Îâ¥Þ5‡ýR¯õ=V.‰-?q®âr̹!j>­û›ë.Üø¥À­è¼Ñɶ5G?íçöèèǶûíI¿¦Ÿ¬Qªw~›6Á¸5t‡ßÜæׯÖ6}>wÂÔÅ)öºEÝÑ„z½­›~~VªuA`ÑÁaÛΛ[.W|ç6[Ì÷݆ëÞÜNL8õÃŒ8Ün7F›7*zT4w` ö¥ò±S8p(Ú69C©Ç›·œ i±7´˜æ¶,%u]Ðý"y‘œùAc—ŽsänXw¼$v}Ðñ±S®¦¤¤Šæ4$Çš:¶_ŠZ)ú¹0ÖÆ]J>†/~˜øGÏMÉY%w&(Õw¦qÕ:Gÿ¬½W«6O˱VjÚ´2Ãù£Ò¹²¡V†yE—¸'Tl’òó¯=›ºZÊAæ§³v`ô¹x…IZâ’AžãÝ̽ܨ|a-ËT“·ñsebä‚‹ƒO6>Ywþ™\NûœfáL™§%¶óËl¬—5Ég¦gË.húøèõÙ+>*üO–(l(,š³÷Í£P§ÈgâwS*Äý2^öî¥Õ8‘­±5:9Ǽ„W¿‘Ö±uù¨"!Õö=úÞck‰©1y™¢¦~=%4Z+ü–[ãoÑEiž+RZ2änó5îô)\Çø³ªà};¯åÖ´Ûo;~bñdzîÆn +ÙNÓá5OÙ##DŸgj`T¶Qô–SÊê%lzïs¡]æX– Oè½æ%‹56/4Ö¶0}›¹î“Ãö#áÍ˽_ØäÌŸ`²¥rµ÷öÕ“¦û'=þÇÛ»ç_VÕ‹-Þkkè\zõ”ù3íÕËnsââ6°Ó9¦sÎnìÂýI¼\vÍE÷Îæ.û6nBÀÉ3Ë'¼“äy}ÍÈÆÙ£™ýÝK‡©I¤„ßÙ]xªùØë[ò)~òïk ×<~8ÍQÐ#òÙV©G©Á,7]­v•dšX\ ;ÍìüTÕXc '˃û¯²6W$ʇZ[+c²DAZilä’ñ“^éxvwœù°ú£Gf\ÈŒR•ÓMòšE¡b)WÝRÙ½w…\ˆg…Îêƒâ—ŠÏÖÑj”=§í;m{œŒçøÛgõ"âŸ^ø&t׬ؓ¿%uìËŽ\ÅswE{8zêô\³¯S¢/ž·}°:Þ­Ú=º½Eáñì €4I«ãY[×~K?´t—ãÝú[Î7­Ÿ¿²ÕL>;ç“bn驨K§­{8Ùqgâx{®­O?*gÄk*†™½üRÎYõÌÛ!éAèö}ñYbéãBk¾H|ЙXîŸ}*rÒ‡(»ªÝ7«ŸPçÑÎ]’o¼"gVʵ‹ÏNØÕ_#qWJz?Àû§xl)W[4²ìß>ÿwOÑÿÂù¿µÂJÿïµu½êóƒKPÿ/.æ/YZBýN®Ò²â mÿwÏÿ]ۣƔÏÿe(êö-í"êçÿîÆ·Òù¿7‹Iß7.!œÿû…nOè<ÿwN1ít7z}Nïù¿µ…¤ïÒRìÃÁœÿû‹¬V‚=r× Z–üü_¹nÖ&œÿ;¥¸ßÄóÿßœÿ[WÒuþ¯?Ð)êþþHa×kjçÿŽ.í<ÿ÷!)×YÄW‡Iºì<ÿwþÊ­åÌ"¾ÇÎÿ‡÷kjçÿF–R:ÿ7¬=Øù¿óŠ(·ïwÿI²ÓÿÆù¿Ù9±óÓIíèù¿üe}—ôïÿ;º„N[Ñ“Šžó‹zå„ÿkêñ‰j]BðŸP?ÿ·¾Ú'—Ež£ÏØñjq&åßß󝿒j­OT^)±LúÎÿ}\L8ÿ·‚¬Ÿ ›ð^ÙŸóöc,£tþïn:ú‘Þókñmq*éŸ-Ïwë+iŠw÷çü_Aº tþoHQÏóƒèÈѯOýþÎÿå-šD1Ž›—­)Æ 1pþïÀù/žÿ+S¼ª”pþoÉ×{žÿ»¾hpíüù¿BýšeS:ÿ׉¨v8ÿ—>àüßþ0ðó5‹í!EéuÅ;èž1 Ñ¡JÂù¿4ÁÎÿåëUÆ@Îÿu%ª·ÿçÿÆÒÐ}çù¿føÖ=(šžœLaÄœÙïQ´çù¿M4j·‹Æg+»õ\ÏÿýÙ$_ôgÎÿµüNaîúœÿ»¾¯ŠóöÐ ñ¿®WAL„?G“] cògêy‡SSÓq&J¹mÄ_=ÉÂÔ½Œî„0Êb Zã &Žzšà>>¥•{0“5–»õûØØp´Rô¬)½iiÕºÿ9Þç '7‹>ZKžÎŒ«ïë¹éËžÖîå§•¢ïºPKÑå=)¨ÞÝ™¢ÿïwÿŸ/ñýþÿJûö%†~Æ3z<>ˆ‰ÞhOÝã—osÆòfêÏ8EoþkþÎz}¾„<빇.ßÝüôäFo?£¸~ŸƒþüÖÒ´‘W’ØPÔì’X–K ¾†w9–§å‰y¬c¢”‹<µ{iµ ŠïÓªo•;ºîÚÐ-…1¦°&Ê%l$^` $¥9ÉÔ5‹Ã> Fs¹Î+ÞLÝËÂ^Æù®¸öL‡÷{þ£“7öé{b úþM¸«D‹´cƒÿó[×:‰°/Hz/ƈÃ%⋟A¼ò½SéV‡ø?17´îꢥ0ötŸm£Fü¾Cßí;ë,[‘•¸ßJú¬ëï_A?êèÇŸ†•t}ù:ª`úy„^cBff$\¿9¢3/¬UŒèÝNSBnØÏuT5W|õ’W4ˆÿ`Ì=l‹õް Aù%¡Ï²ñù=@?_ÈâÏaôÉ*T±l”ˬ‘(5ñúiÂ~.ùž,ÔV +õÖD”^½–D¿mˆ½Ç‡J:‚¯Ódö‹,8\zµ“ìéÊôù,>,yOèð`J£?V£Ïa8Üôû>§OLدÕ,]½áŠ~¼Y¾£ÚìÀêˆl†^ŽÃIâp2X¿0vïi”µ-ý0®½E¦@ívD.Å„²,‘¯ZÑ}çQ~þœw2Ó qâp,„ž{Ž5€ïf¬92h­{݉ý+mì¨eǰ¶ŽEý†–dwPþÉû‘\aèž;èU"²"×>Ë© ý‘ȇ¥ˆB¯žÓø‡Ðm¸Í¨?Piꌄ:” Ç]…ÿt5ºr‰Ìe™e‘UÐ5̵Qî wUCÜ KǃJ|ŽÞ›£ºNÞrî ²» ¹Œù±?a=ÁJöK•3ý¤¡÷樽Ñï#‚Ø{ì^;æ.=aÏž°~;‡J+AmÙ<’è=èCÌ0 {N!¤MAÞF$ET{}¼]0wjB}W…ÊrG9àïÝŒ© ÝàŽÝ„í\¡|Í’ÃbF²ÓaV‚’Úy5¶á"Šv¥ãC=%ÄÕå78¢†&ãÂM⨨ƒÕ¥‘‘GuG=­‰2WA?>¨&©è÷ùQ„ºÌš‹þ†èåŸÐÕ³èõâûc¨%ûP.×1A~5ý¾CVòd;¬±šØš½¨d$D°lô3eü…°>øŽòÅJÐ%Æ|V‚îòÑ}B(­"fE ‚Å‹P¾èµ5QžkˆÝêNVöaìÔ’{HIŸ& «K£òѵ͌„t›Pg‰qÈý¬Aumˆù5¶4 õ¾*ý0fÛá„H¥„^·¢»Ÿ¡Ô„~ß$Æv̾PÌ@êkÅïUqT±¼Öµ730ÏÞ9tjú<ª›*ʼn‰àƒ¾ÄàŠÅô]˜:ÐÝy賋Ø3úýØF!ü¿“…û„Jq"*mC×x‚#x!~î Øøñf>º@¦NÆîêÄ¢÷”&žpD *çâB?Kc#YzÌ+™Q½¾w›»]ÇÂ) ¸OH§ÒŒm&"™Á@Èßk;ºfŽ~V3¢Ýô:¥aDõÕAÞÏI}î1âR2Êë9fôùâ$ôéM,Ù¥ÿ‚ÊÃ|…‘XÞEÔ+wPåk†Ô%‚òhB¶õï§'úÃ]ã@eÍAʘÈD¨ça[Bþó¢1G5zA»gQúdµÎ˜PF쩳œš(]¨êz„òêD×DõsDm<Œ~íhLŒOˆð’ža=v¡±ñ Ýç;ŒàÝöº ãìyƒíF®aÑÕ©Ç ÍÅôÓBﵑ¨â(ÏL¬'!ªÜ!ú–ö‡>Á Ér/Ð{.ÐåßwtÑ'¬„ÑËÓ¦"TÐzllEýˆüë,Òiª¼?²í1”¾ýHtÆE¢Ÿ¢Ÿ}Š?Àf):¨ŽŒ„ÙËdEnBýñÏ3’U „Ñæú< åù‰àƒØ˜?ß ¥#ª‹‚ØØñ„™£×ŽÃ ‘Ò »ùŽá½.VAG§X}‚Å$_T|¿W 3P[N3|›|6`lÍDˆêºDKò {ëÐÏ lNÒ9Dó"êji.I|Þ„låˆ~k#ÄâÓ”ÃT„õ0B¤Ða%(Øšðá]z•ÇL˜ã$öÐrrÙ%:—V.ûý<Ãb+;AsMØLÕ©Œl¸å Öñ®ëæFÂl ¹/?b Ô ­°Ù€:¦eb§ê“ærЍ a,D…( èÃH°†%/þßÄ=Á"aä8ŒÜå9 ñØ÷½E°Ù*ù+!2àŸ]9 ×‚„û 9Áù5„(“ò߃~ÄÆö\–&›³bt>1'GôÞ›b±¨E¢]1ìù ó316‚?aýë…j¿Š©s–JÔ/êçgèÇ•Ð~K”ÿT!¾uâÉÑ5K·C÷ŸÂÆìaí®GùL$NämеSèý.ô^ެoÑë²a]þY‰*üý„ 'ÌâÕ‰>2õÃDÔ(SäDcVÆŒb>ûÐ<íÖ(ÿbïtŽMçY¾7åu@…c\UóóTÌò,½ÃÂl6›ëv>ÇGy-F½iDÔ4~@l¦Ý6Bly‡l ‰ÚƒE+l6UÖmÍ‚ì@lÏ)¶x”ãiÔÒ›è÷)fBÊNÃŒÆEl…Ê%GX©aóyM&ÂÜ~1Ö˳XÙ°çꮨJP1„ènîFˆ íÄÒ°QSw6Jcƒò]AÌQe 5íôЬ„Õ Þrèµ;jöô°yŠÞÚO¬ˆsN¯Îç°Œaœc#¤OÄêÍBèq®„õörÎç"Ì|ÒÐõ¨ÎŠ|„„.ºç-6‹ÀO'’°˜†÷¯4ü<:uÒ1”[;3¡O;I$Z¬3vH²Þ˱V#„æÕ£Èº›å=GÉ¢ˆÝYÃBð¬@4Cí»ˆÒl`#ÌÐây;c¡"JÅÊKˆó˜þ<±‡¾Æ†H(ŸÉD»c67Gž| åçÉH˜{×›IèZ’è*¢—bý;ƒ“à]X”»ÎM˜'{£Ÿ Ã3"ÌÛÃP}¾¡|V¡ß¬:è“1(#¢‰=7‘8¶Ì"æ~}!¦â.‚¼Ey±r¼ó%LµhÄ{76îcé±âƒo™úãÊ«[%¢;w¡rò £16`!Ìû°¸YÄL˜sáçËø~òFë VºÐhÿ·=Æmu²U?+®k4eE1Åç‚Íd?°wy† Ê1›°æÞܵµc±VžÃâÊîJW6J[Ý¡Ôi„Ñ ³ØidÁK|„Yœ6!jáWïØl̇0“A÷Æ¢æŸF„kGFÇ ¶®¶ }‚r:€<è&¦:ô³ •6g"anYu2d|±&¢ÀŽØw‹°=º¿•8¶{¡{;öÑ%ü€y&6RÜ#*ï-±¦íøõaÊñaÜÁ hMô5l¥²ÔÚÌ„ÞÁ¬”ÞIVÜȳ:-Í@˜sFLG-eíœWbQ4•¨¶ªëêÉd{GÖ(Íi~B'jkÚ‰/úl*¶ÚBõúÑ™º¦ÃÞµ¦Õd&üNÆ×©’Ò>Ùþîï-U°?ŸŸÊ¯šÒUböl4®/ê{çÍX¸s¿CQü•° €!§?ßÄé¶ëI\ %=ì|Eé ­ÏèK•¤žîܵ"ÇÖž2Äu5+q¬s!Ç…¿†µl>ÎÁ”øœ†øÙ(ü¾Lìê®w„×ï÷&Z¤Úð¾s¿“¸#ÀNÜS ÿL†,ï› ]{wì=ö7;÷ ÷º`+\Beµ:÷ô[qض«ŸV¸ƒ{ޏ÷KÚïÆuíqà&®âÇã:¿'Л|âq÷ۙƶ ¸ˆ{ÝJd¶í´¥&qO’cÈ^c6AÚýÂøä¬áAÜ-%ZG„Ìj 8ÂsRœ'çCØ¿&+¹“Î÷Jž£ðO{‰×Žy’§zB´OçVìßô¾Å÷E—3Ç3Å uîÿL$ËmNç..~÷ {F¸a )Ö¢Õ¸®½WîSWžD`&<9ÆáL{´I­Û»(ìiì>²+i8Âs îéš6±‹Èq­Ã×{:™oQlÙkv²}2ö¾#vÑ2Pû3v”XÌÖU’k7mv¶(ƒhÑ™,Ø7p>„iÉŽJŽÌ8—m½¯š3uö“M·'³ež=G&ò'O|DgœB¦v>âý…Ý| ÿÝ—OœÔÆÚcÑP¥îÎÿJàü_ràüß.úsþoZáÐzå¿uþï—>ÿN5œÿK/¿ëü_A!a‘¯Î„Ñ<ê¾ë^{ ¶/ÕŠÁg xš’vès†ÈodŸ214†sÔ‡¨µÅìì»ØSõ‹¯~’Ò(å[e8ÏBnLöâçÁÍG, K]8óK›ÚZÅ,¿ ¹?ææºÝÎdÂýŨÏpÖ±ùñþÇÝ*OÎF—@ãÍ g-g_.tBÒ÷ü1ÎOŒì×Û@çʰ¹zþÁ™ºk—G¦Í1ݾeÞæÌ©MGlSOÐO/¯]vï˜B¿æ½ßÂÆz8ÈÏ•(8w*6¶Ø´ršºÅë¹-‡o/½~³þivšwÇÖ4öÊó)-‘ûL&ŽýY$x´þ–u›—Ü’](`Ÿ‰òÞ•&™çty’Ù±—Ç>Í6=4í£Â®˜m|¢·å0â.XzÛgÜîÏÍ•k èýâ øìýÚë%«¯Õ//‰.|¼â²Ï½VÅ <©ô“v)ߜ縭­o]“nUº¯ô Ndj‡‚ê†-m—ÜÛö&—ù:LÉäå/–¿ÕÞä2fÏ1žoÁ?ÅŸlpÛ÷Ý~ëþõf1©¯“´/./ɲ¨¬Þ*´Ü-£:Àöº·óœ+k‚O¨»¤'e1vÕSI¯äßx ¾keå]â·]O8 Åû±i¥yÕ£‚,áä¢më+ùƒWÏU^õìÉÕ‚Æß’ ‹4ô*Tj 6•Xáa}NöÓýUí­ |o}ë-^[ÍyÕ!-E|úâQœÜ0:‹E9)TonzÕ §'ÕK 7?é8tyaKŠTBõ>I¸% 9µãÞ¤}ƒœræž<.DhT¥<š•ùÃJL€¯I#ðwÉ>>ý•}Ü"‰þk«Y4ĶÛq¿ïÕöîðPßÜˉËséÙMc›æ4O²¾Xh¹ˆ‰WþÊ˼WøÀ>Õæ¼Xœ¤5)·¥÷îŽ_-‘hð;nÓö¨_±}KMÚ-‚pt'ƒŸiêÚtEúOQ)–'Ã$—X"=óµùü+"Ò"û9M›5~‹ûçæeïÔ%íŽuIôç‘¿ž¸W¾>¢ñ/\nÓ“nóBöyVGÜj}ŽÜ×k{jï·¿mŒDÈÆ”„]îž}§×úÒs\PM¢\&(uX8WgmÑ|¶¤|Ô™'3/«ô½="Vo°ñ¹"êMïlÖ+*|­T&•Øæ ]Õ6C$#†¯}~ì×/qoyKÉ匠›jšdIØ7e\Ø©Õ*þôm*Ä‹f˜®åï÷ÉÝ1¹‚âV7¤häÄ•é¢ã²LVw=L<šU ئå?Gßë'ö™í•¹EÔljH ·ÊíÍ=—jlÌ]RìƒÄÊí#ìÃÏx} 墛œÎ.Š+Æm+“>­œœ}ôÛï!1Iò‚zWÿùÎ"ý#²o/ÝÎPñ©ækhÎ÷ŸK »²éùÕ±|ãM`QêxÃ8åm¢wø¨âòv‹)nfòOñhÿ“âÑÍùûv²émÈT½¹Ð:\²пÿa¬jÍhëT·Å™«?OÛ©ÍŠþQ56›/@ÒâJñýñ¸BS"ßpÚ£ÖKcC}…»u¬Ë[•™j3F gò/k2{E¹ gòÖ;BÛçïþ4b®5™?öbMVOXÝ*Švxík îk'™›|.I1ö^š÷¸´Í—¿XiCñ;«Ð±ù±Ãt¦eN¦Gíw«¥aζžDS±¤â„lŸ‚ˆLabóG±\ËOí0ÎZ[‘'r[ç%Z"5T–¥ÉÙŸK>5i•ƒ£µ%y5ötáÉuåªÏÅ^ßzRÔ#mÆ7²œYðéÕ41õ†7oβVx¶Ùu)øo‰êøíåeÓ’¬˜â2¶âÒ¦ríÞ;;Ú8®?ûýèmÇÎnÇ.lÑ¿{b‡²{ÜL"K´>‘/ÛRô]—PMÎߥ:µÙ&í3”ÒÌQ¡~:ﻫÀp_A¢þ*·qnŒÊ¾xÎ<]Q[Ç!£„/D[…¥éÚ¨/yɽ.Š}ÅÅÉŠ^ Çoáž¾»Ø¥[¦ ³ºÔÁ:>£¾T…®)Ù¥™=O?|k¹á2Ïh¼Í§õNõ©v•ó¸?R_Úî……šÅu'·»Sžý=!ó+3jêïW+ . Ó±Ð÷í|±©êOaÛœ?íšE7ìpÝ.7NKXL[xò.Km¢?;|$¥Ð³çç¦o>þ7ëÍõmfbþz»L•_A _Íù¹NQ»¦£åéµ"Z×{ê¸ Kâ®ð‡UŽÑDÞôN5Á¥+>”ÄD³EÒ}"Ö¸N/Ùý ;Þ™o­Á--q#RôÕß”k­”5Z/þ}k® _—l‡û–ϘJ¥e蛕™{ Ûòd±3¸…¿³}ë¯MÜ%åž;~tÆgõ¬ vÀ„—÷ê…fr®ži­¦¿kó…å•~¶ ª-8ÔÕ賓¹n¬ll¬š*¹È =^«‘®üYL¶{öA‰|lOƧ3Þ&$gç'O¬Œw÷8öòÈK9¤,–§§½’jxÍå;…Â{¢MYüPçºÅZµn­ï?×ÚWY$æŠ(À—Áõv‚Õ«rï$÷DÇ]aûTÕëõwºð’áýˆ÷u鯱 c1½ãå¿ù™™¯„_xPvöIm­à˜S[Féü‰º’GEîªàw«“afý·íÞm=r³<ÿ£…ó½âø…Ió²î§"ïµõí~Qcüòžl”SœJâ½¹ÛY•#eTõ:S›ÖÌê놂)‘’vCâÕÏ9>, Ÿž\.oâwzuŠ«ûÏ[V߬¢¤ßµ|Èù^ú’O(ËÝvåž¶/èmÿ”µá=kæFŽßFÕ[VdÂ,­žLÊu¾át²ôÎ<ߙυûôO»:õõLkŠ~õÉçŸËá£,χTìe%ÿxÜNô;ÿ9KðJ>ÁB—ÅëÇFLì=EÚó\-“òB³Æ'£ž ̓=梌’_òÇÆž‡‹°~ë}zÎ`Xœ­äMÒn•tŒkw¨ j…-—l:N–¿—àÜy¸ìÁ2jÝwWÉÔ[%”¶Ï=K÷­©‰þøY,¬ PºwSpzïÖvËÝÄòvÎÙÇÛ-gª‡¶’àt_Kñ°†’Ú} ?ÍýøQž6~ŠV¢Þ¿ÛÌ|¾«4ndéîi·m@Ùu{#þìs¹æ¹+.¯{œ•T¼vã¶)ËÒ¸+ Êìb^úeßV̳o­s"·. !rçiôiukIÉ5Ôe!¯“b™¶= ›oØ´Ëi&*¿}rgP/zÐ9ÅéûvɵX Ù߯"­ž öyzJ)ÙF€ví=¡9º™9­û>!üZ·}dX¹6ýÒ.–ëý(®ñv õŸÜ)"»$Y<ñT3@Œ¨>-#M¶ÿÙ+÷{͹’¾éST,gÈW)võ¸ãö¯¡cU÷´X^ìª|ü–9øÂçìj^ØmZ£‹­«•öÁÆÃhœmtvÒVÙU83G‡úªõ{?eµ<UWjE‚J‚×d½¶}* }ÍɓΧ¨Z·Ú§zÒܽm®'àl³|±ÁXÅ}ÿuûMdv¶¤9ż¼hÈ íp¤‰-ôLÓܦÎè°Þ›š2r4I,ãH]X7è©3þ<Ï3’(šª“ªæ~ϵ7Ë~ÆÊŒ¢j8Q›ËWvyç“úÆç›ö¨²¢‰üOõ&lñ}àon&9ÀÉ©€Lªvÿ¤¦½›ô-±ÖUò÷ÒD¶N~{2x¶1C´%r•ß;wIDþå£ßÅç8Ä3V³2åósêéX~­ n_ÉŒb¿.ÐC”¯½YÞù|W.Ü›fzØ:ÎVŽ}C©KO"¨ÁçÊó«« ÇªÙVNÅö&ØÃnê8t™*GeplYóžT*°<õËýlÏòû´,ë´Ÿ÷’NÕwV@—¤êË_Õ@¬²?ƆŸìޱ=?_KcôÚØß“Ë§ íQ^‹hß´xõyMŸâ­ q”âï|ÿÖàB× Öt3Iªö­Ÿié’+OçÏÑ1LƵN+$pHtœ&¾ýæ—ÐónØ]8ŸÐ^ü˜ ü‘Z"Èöh]-•aý{0§ F˜V,ÞµŒã}sÁÇj5¬ùSJc-Ïܯ{Ïß…wwJÔ\\튻—’\PòdêÏy—)á…q­öP«e´Yöm+%}­Üëi&‘½/¯¸-nJ­|›‘H}é5FÌ‚»‹¾hÑJÙS·Ö– ØÚtWßy,ï¿ã$Ø Yn©0;ë–Rj©Aaý±IúKëžcÜô‘$£¢ð1ÐÃæSõV˜/¼¹é5ø²6úLXJÙ›— ¡y¢–æeýÝåÚhòƇ#U ¬·96¹IÒÙëÃNi›Ô&ÆêÝNÔï‘ÚO¸±=##å´RÔãÕÓ6^…Jiáì›ÈÑ0à3ñÂo@8»`ïJ¥[QÉ·ˆ'†vîMEôØÒ¸YœçIGå©>Gƒæ—r7 _¨¼îb½Ms*Ùß,3tö0âδ;ïêÝ_Ár›‰!pbh‰uu€vÙ+Ž‹)Y¼m5 16qˆËÙ³Qáè>F õªžwêRjÞÍîª#¬®ùg6œýQf|ÝÒÇd]wlËæ¿3 5f^’f”`}Ïöžø}º¢!ï3ÅŽpL–Ïpud˨Æ0ù*Ѹ~é{`TÕj9µÝÕÒ÷ÒÞÇ‘ÖÓj&uÉ_6Õžw|kñrk–Hpú¡åXt}á]Ӥ禀Ǥµ©>—g­×ŒŠK{±?Ú?s9êZª—ÿ;îÏÝÔÝé?¸6ËÐ] Š•¿Ob¥¿Û¨&Úñ}55®½;—ujúÍÙÁÊoÅäV½¶ƒÎϯêÜÍœÈ1JþÌü3i "<þ<ò{°½K;D ¼z¥€Gu×rF\~V‹ee~UÝÓ7ì2'©hkJ”|ôº&í5t×Ú§Ú“©;Ú´.âŽewLSÿî–>—1éÇ=ÉæéHÆÏÒèçyÍÌšã×ýT7+ô†gÇÄ>ÕžR"¹€ì>ÍîjÝØæÐä£Öxškaƒ¦ï•’‰ï OAõÛ+]ß®&ÕåÙî=áªfÓªÜÞªC[ä¦L-R&ÓÑž÷ï¤Þ¸jÇŒ?µZÿä«chb[ê{gJ¹]Uc€µr€O3®Jh}£æ¯úæÖ¨8±ßÜn÷ªC Ì®ob|©>ÊÓ)¨Çë¿7éû˜Å»¢Zö×>õZеbàÑŽòÊËÉTý™Z¸´¢X’W‹dLZä†s¥Ü ¦l•¥ã:]É)gݺåÄ”mËNîí¯£_5ñ^)äý,ÝìsûüI‚ÉÉe·œ”IæZ®27éó¾ç|M9Þ èøÛ~Ó|ZEå½4›>Yžrê”nuónX÷£N®¯5cª-îÉo& p÷õ6CÅy:†æQ;m‡}ž®Œ*ãä2âzÙÑÎŒ3F_P·‚üå? É/FT,Ó•Û$ÛŒ9ŒlÚi29šHö\'6 Uýì£K‰K·—û¯Nì [é¥õç÷j¯Á«dMWSL÷}W7;ÜYÃæÝóúTÎW:{RÚ:v»Ý¼-=•juÙ~ ­Bç ’Ž¾‚#þ3æ3¾KóÞdäÅmªíXÌI³Îh{j\效Ùãý±ùVW£vhËlùu¤ëë4BÕPqgNãÕ†‡­2Ó5kÃ)åSã¦.)Õ°ä{ÏÙ´¬»W›ìçp+[&Õ±Ùšr¡Îù5Ä÷òΊÙ(Ýïñš‘ (Ån·õþc?ãQì»yyf{¥Í‡ÿÏÅ{#ƒ¼ÃWèôe0‹ŽQz!®õM᪑ܱónù3+“Ýr%_r¹íÊÝd]ͼ. ”Åy9íxp–;{9]9¦ ÑÝ æq›ëþåKº‹3°ãêì¹Ïá ƒ.ÜÐô£Kÿof;Á/ÙœC¸Õ³óBI<>ÉR›ææ‹luÈya®Íž®±²T1×—“¸sk“7ñÎV€«qnq”„Äëç2Š[–QÛ{“ ÝŽÌV«<û&A¿£Ÿ’ÎŽæºö¾{qåX>ž±UœhøÜßcåÃû3öìÌ_·Rêá8„¸Zž°Rý¥Srѳì»Sãj¹¿ÙÃ2Gû áÚù®•Òº”kØE“ñf©ƒ&½=‚³ámŸ0÷}N¿»CW·nxö 5Ä–NVo¥jçr(ÙåÎJLßò«²Ôy™ ÍÚF¼Ó÷GDuÃÓiÏì^.§ãi!èly¯oT|¹©‘Û)ý´M¦¢ÊXØvðºbìëïÜ“&öJ×¼ól¿e›äê§=|Yu&t=Q×m$ñEÕZ‡“~5^¨÷¹ —\˜P•Åe½¯~à^c©ÍÞ>Ñ5þ¥ÊXG·4TJïåD×ÕnÑΉ½È7/->Y‡­uø ¾ûê°º%5W\e­Kù>‘±‚¶ˆs~]ßí*…Ýè|¯mÔŽ¬åîp¥z†¼;sÇVÅüÿlHO‰÷d'ÿ¸5#çYQݪ«ûèš|ÎV·ý#w+‡PÛæûÎM¹ð6;6_ÿ¼cBç§ÿ¾ÙŒhm3ß++¬^ÿyµ[ÊÉimÍÞg}ˆ%XôKߥùŒE„ÛÅ9j½?Û\v¤ÔØa0Fo+ý'JØÝmÓ]jy+ž~Û-‘åÎ/žN*æ,Yº$¯8Îó]V®ÙÛ²J…NÕnK—ó†E £÷œ› عîéír¾s_®—l¦GÊí^ûçeÖ«¶¼=.¬áMòIO²Àñò!>Þa~ªùo…ÿqîñ:ÓXC”÷–úŸšÂZ7nß¹Q¤"¸“Ó@,pXQ³ñÊSµ:a5¸ëêÛÀ­Ug…4š0èû¤½úìSÝ“’ÿ{„™ãïT7ÿžçf¶ì–½D-\æNF|ö—[1Q~Ú/眶ª‡ÄgGï°;¦ÉrMÙ«±m’ü¿çúóZíßyuþ©|¤±Õy?gñ°}åÓgÙÄžñ©î‹uikÒ6i4«ë‚v;—…un˜"óÒ¯ÞçAM+9#J*vûÙ»§%ûõ÷c,%ÏYN#çKÝŠ"ÎÌÇG •¸Ùýȹ2 ×RÛ{SFù¸gRÿtØœWuÁ€4®‹̼z<>“cÉ+ãÕ–½uzD01~Z‹ÇkVuaigj꣉ÿÈ{)<„‚ ×3Ðê|9žœnÖsPlC@xZà0ѰHuÓÔq/Xú×›OiýÍþƒï—»ª(†ww«è\Ü8a¾±S”ÍÑáù5)t48’ÐúsÑ©¶±ù'j®ÍÝ›qîLèT»Ø.·p­äafìxÒwÒêù]…Eƒ¸Y×·Ñòt\ª*|I^Äzu@!ÙÀ[ûW@êtG×s9+÷ÂÀö*¡Í6Û$qI‚±½ÁÏ ý1ÊoBG‡T¦œ•©Tò]Chë5yó;ïY©ÙÛrž¾š^DµpZò×ÅSç½—BjÊXg/_½\^`¨ô¬=?ZUüe/0ê¼cÁQù%»&ýYùdc‡–áÓ¹[Úw5$''è´”r3^jªÙUôšr*:µO;ól„Òý)¿–¼žZZÝí*ôHþe*­f04þÍö w’Ò¿ñ´IõÐ^¬µt¥M³žyÈ_5*MÉ}Y£D¯èè:n‹Šfÿ­£ÏŽn˜HðFZ…mB'µ–ÝÎÔH^r¿XTùÊ”ó_õÛîÝ=Ù©Õì3ñ3ay4;“m ¹¶9ýÜtµ¯ª²·ŠW]˜°B¢‹qü0RWÀ©ì7ÎSzºï¼?Kß2ïŸôfÿšôµ¸“§%oho?RŽMDª·«[òDôbdµc¤/¯Ë(¿¶{»j®.–H·å䙨¦úô!ÑWsãº~ËU1pEõ‘Ú O¼yBO7»%3ýã¨áÕ#ýQIÇìÏŒI0k«Õ1%Ãm+ý­¥è“o{dLV×]|ö‡§ˆÓ,‹Ï)þ8uDq®§9üă§oÐ>ŠîÔqP$åÎ¬Š“ü¶PýÁ´anY'8i)eíÖ ƒ'þoúgü2tsÝÎÊV™QUӪɌ3ÝŠÞ¿žnÆþu§—/ü–ÓbWÒãÑBéfwµˆÉM&dø«–CÓâÃy+Ñê=wó±ÓÉJ­”Èžá4CúÓìYœ[Jý…ÆÌÖZnW ܦÕËŽ©l9 _§ý¢©r¦;Râj\üåêDz?Ÿ>|Å!&$?½lb—ÿ‹H;ßÏáÁº6üòƒ‰Ëù :ÿ•‘:òÿƒªKÿvþ~ò º)æt·ÅòX%òú?¿ ;¦ó˜Â.€¬Þ›â¨ÎǦû'ÂÔ_”ÈïQû ¼È—“ÆÂÊv×(3ÚcŸ*hk=<ÛÂ\xªY¹êÊw‘=L¤÷æ‰ËMŸÜtóJkž3ò2¶;¿5ççW½6¢ÜTâê…cTý¯ ]ËÞ)Ò‡Çs¯ñeÃ'Ì•o‘&ÍŸÙ[·¿@ \/¨ÎÍ{(ïz¤éZ˜ÈÚ§¡‘®3étOy^ÑÓRúÐtôd£Ëª–NVoQ`9Ã{Ë÷õ• :–ÒÜLÂQÅs^7¯[§\ì)~®È¥œ $~¸uV0\@“ùjÛA È\DðÓÝHgáí­(M Èã6›üY3ÃFF—T©þÁÓºA3Ié| ,.E7À†5Õ_©CB„D~«Wä¿|7ñÃæ£ eÁ§/E t™c¢?|RâçOä‹JoW©C¹^”)ð6(½‚_BöÁÛ§b¿¦ž*k‡ #šŸ‚ƒú¦ ÜŠ OuY¾ +gèFU( Zj7x#cG?Ú–Šð?šÒÎ;þñåöµþ(Z*Z–iÚ_¶WÍ•°î!=ÎFrÏ7ŠÙêEÝÓ%GOÀ?gDñ¦_éºsu\Kl<‘¢Þ«|‹ß–6/]*8y2ŸÖ~Ž'·ûqKhà…Ý^ýU}ʺ¡ÉÛºªš;¥’ÜXÂg-Z&À+a ˜ô°¼ÂôyBÈ‹/·öØt?²÷¦†ªDÞD>m?åóVjlÔ[‹elRúÈϼleþI…ªïxp 7‹æqù¶%µ·hèZd ._Pà_Ͻ”âõ¹è"ªÉ¸&6½WS‚¸ÎåãLWÓ¬¾ë°WQc»ªPü¨ø`l©rå1FÆAÑ/…B aÎ'ÿdø æ['/ÈnÊ-–^ܬø{å¾s*繦ÔÕîò—RåÂŒáuíèÜðË&ö'ŸtôÇ‘·Å½«ÞI®©ö WJÚàm±ü>äÀÙœŸ:a;ú¤†éÂFY_ñïü„@ñtbZ‹l†%ˆd^/ô³Ê]+Éœi2r—OºvùÉ$Ä­Ú[wìvG]’‡~¤œæÙ“Ô}Ë+“=ñþÖY?Bødˆç!Û¥Jù”ãCÅ +xë/Q‹­JÆn³…—«ŒctFŽMËxç¸äLÛd£tÞ~hìD íñ`¹4/÷™åg½µævç­Úb={îLý/=*ç¿Æ'O1&=;áÉÿ·ùÇð­‘'K îz¦ù§û[†êüü sÉ#&\…jߌLüŸ„‘ËåŠ|*¢9ã0fR%*&qFbîǃ ™œ—{‰±rvjÃFÕã‘¿ž¶QÊøÝ@¿@U-NX:)¬00°ÆÛèܸœVonnëÉ@¶¥}æóß•›<ÜËQÛ,ËËWÍ'#yÆBÍ ö¡!¿í`îG¡&®g‘3>¬dTÖ›…ù–•;O ¾z—p±š\¤¬ly­R0]ÔF1W•‘ÝùÐ…§*õá–øçÃæ “ü¾«ú¨]×·Y  ôß_zBÊzá‡%MZ;H,¬Ìxøþ»¶|kën™ âTר?G¼ä5´¥eö/< ±DȾô0âëða§BšWÿ~kÜÚðzramáŸØ•&Ï6„âå®&?T:zظ‡MÔdT{ZéÊ⪜Ú7ɇ‡+L>¨2K‡5Ö vÔ ìœþ'0èû’Ô›û½\þ Ç(Øá‹úî§ìSŽvü³ &þîïq¦ÿlæõž‡tï{¥m{ò®,¶ì~ûº£yäð qg¿ñç=Œ_DrÚéÜõÖNmÿGf¬ÒnÿhÅá±Uê?r$ñ\YÔH0º³×¸!­åy²Ð<„Wü ^eVG\È#M¦=\ÍÐÉ%„• äú¾öí%‰Ö+–ËS]¹û®ÛQçKjTëRæö ’5<ëÿý˃v´:]ÄS_Îð–ܹŒC؜ڡU?£˜UñÝÃhâýYM ‡Ãz…Ëç4)5Yœ1·?övþ¼ï^NR}S¸¿È•‡ %ÕVËmG‡«ÞqS7¬Ò©>˜ºÚþS·Ìέ5Ðæ¸í÷zå˜.@¹Í¶²èµ’­SþÊfM€Zåãø J~ieôçÇN½}`ÏóJ³@‹AciÃóãf ¢5oFœj‰ ­ÌïØçwsÖ´Tkƒ”|&Æú¶Š÷ê´HRùíõ'y¾œ_ý¬¥ö^l]Þz[4ɾ3F î®ï™ÍÞ®0èVmò 3u15Jri‘pL’n h øÖ?’Í]aø"AK¡Î·'f+w ‹ÓÆá¾fÜìîõË—ÉæCœ¸ôWGïëq‰ö‰4ó´GÙŽ}»}SþgŒ¸6…«K1¨·ðúêFWkƒË§@Ò7ÿ³ ß>È̵Gw}Õù^z d8°ËHÌ îsyó¤ô.s¸ö¤Ÿù€Å±{—Rú§ÓƒéÎIÒšžEË÷kì¬ÔSX|uõÙz=ÀM9\Ø\áPGE›ò ÐD–Ï·Ør -hP¢‰¿œnÇAyî[‹«I[Ê#‘ —ÅL äuøÅç2C©Ôç¹b¦[{ˆŒÅ¸NLU¾ÒüY‘¹9Aç«ÊW& 燫]}ÌubŸýµ"Â]}-ýM1uÞä ÄF>ÜAT‡¸í°kl{ÚßvMécÝß·IlÙayÕy5wUgÝB,‡ ¯áºz»ÕÅÛ2߆^óæ/ªv=—ñŸ›|nU¶´í³Æ5Û ±¥ömȾöáhÈõƒ!¡`÷ÚRûœ¶]t¸h«¤bkãÀÿlÆk¯B [QævÙ"Aš:¹Ì¸t psƒ•bì—„Ç}„EçÙ· œgŸé4‡Z^z”°¸¤å™õA?Á¯_[­½öóU·F}QÖ1*ÙKÖrRGdó¶Ü½²ë/-»,êDÇéDÇÄÆÅÆKÕ£X•|§²®œ(Ú2ýC0 b…Sܸaÿ ´´¡`c}Ÿ`ÖöZ‹}]åJE-¿ýº‘æÉ-×çÝ]gæÂh$déÎ)¡©Zj£×tßDp¥¯ümýÚžæºÃ'IÏÑÐqÜ=¥Òoì§ï¾¹˜é¼nå$¯Õ꼌øëNàýóîö´@8]=Ý«µÄ¨çq¯æV8zF=û¸äŽ Ÿ%Ü9”o(—ïVÔ~í¡/fZòÔ±|%­È21~>jkc3þõ{o÷ÊqËÕ–{·?ì¥QÛü|»a²5ºûÐ[ŒìEm^Áj¶ä%×jŒñǽ{©ÜTãR}éQ~ïyß³0¶¾¶›9ׯiŠçÉž±y¼jä~93J*Wý­Ù'û¿©Õmçô¬úû”wš´ƒ¿p°·¥moóÕ¾­•–æÛYdÌUŒ.ý³½’=ú»û{䟃'åŸþÍF^ä&õ÷(]÷ó w« ›ú}iÎ<ƒ@ÞÎ\_§ŠQ¬©àª>p¯5û(¦†Þû‡ÑÕÊÚÝÃo´Ë?>î-¿»%E){Àâ³|Ìö›ö¼5¶¸¨ˆÔýÝ<Šøª‡ˆ1˜6wHT·‡Hê}á³®ê-´iï([ßMÝ›RÖïúb3½(Þ9¿jºÒ¾Ær¾4̶¿¿_}-3pý¼°à+¿6VPój¤®¾%á¢^À<‡†p–ãmÌf–~qUMi¼a×x‡žíϸ‚ŒÚlOž#9ÝÛkçz†úCeüö_>U³ží{s¶)$ûf;cìÞó¿¯øv"Ü¥Y¢¨J8»«Ú'ÆØvê8´ºÌ6 . x+¦µfj©‡Ýøß„¶ºžY½è˜¶-(V.¨UH“aŽR¢ÔËŽgåjðLï§¹á–ìåé‚»æýêë6EU]M#ÞC c¹Ù‹ …‰SóYÇYû¹ •™®]·œ)KØÉ¿Ž²H¹ÍìutŸÉ|î}&ÄW'­ßbÄrù§÷Ü…„—ë³W…Yx/cÙº?ƒŘgך÷[ -Ï!V@ŸC˜úÃ?ÒyàÕÃç;ҨͳUµ:ruÆû†­·* ž¨,ô,õ±ê¾y&¢=äÎVû÷\ûýÛí©q°ÛúÆÁ\-4ð<¶&³Ó#vðø°]µáS²¯ñÏäì!»’=½²ø9ísÚá´¾´KõÏÑ_™?DzÂaš0C˜%Ìæ „EÂ_Âa™°BX%¬Ö „MÂa›°CØ%ìö D p È€£9@PÇ*€ Ž´@œF€ 8 0,+p `Ø€à¸à4pàø~@„€³€0 ˆb€8 Hç 0€(€8 H2Ày@.K€< \%@P®ª€pP4€k€& h×@Ðnú€`Æ€ ` ÜÌ€[€9`XV€5p°l;Àp'àà Ü\€{€+฀'àx>€/àø÷ÀC x<'ÀS B€P "€g@$ðˆ¢ ˆâ H’ H^/t È^Y@6ðÈr< ( "à ðx%@)P”@%PTï ¨>z h>M@3ðø´­@ÐtÀW  èz€^ è€Aà0 ß`~?_Àoà0L“À0 ̳À0,‹À_` XV€U` X6€M` Øv€]`؈ x$ÉÀ£ 9HR‚Ç@*¤ƒ´ Hž@F < 2ƒ, +x dÙAä¹Að4xäù@~P…À³ 0(Š‚b 8(J‚ç@€ 0ˆ€(ˆ8(Jƒ2àyP”/€ÁK <¨^A%PT¯€ª xT5Àk &¨jƒ×APÔo€ú hÆ  h ÞÍÀ[ 9hZ‚V 5x´mA;ÐtA'ðè Þ]À{ +躃 'èzƒ> /èúƒ÷ÁàC0|>Á'àS0 CÀP0 #Àg`$øŒ£Á0ŒãÁ0L“Á0L_€/Át0Ì_Y`6øÌsÁ<0, Á"ð ø|ƒ%`)X–ƒ`%XVƒïÁ°¬?€Áz°l?M`3øü¶€­`Øv€àW° ì{À^°ìÀAð8ƒßÁp€?Á_àoð8N€“à8 ΀³à8.€‹à_p \WÀUp \7ÀMp ÜwÀ]p܉ t"…È £9DQBÇ *ˆ¢ŽC´D€ Fˆ : 1C,+t bƒØ!ˆ₸!è4tâ…ø ~H„„ ³0$‰Bb8$IBç @ A0„@(„A8$IC2ÐyH’ƒ.@¡K<¤]†!%HR®@ªtR‡4 k&¤iC×!HÒƒn@údAÆ d ݄̠[9dYBV5t²l!;Èr€!'èä Ý…\ {+ä¹C'äyC>/äùC÷¡ÐC(z=†¡'ÐS( †B P( ‡" gP$ôŠ‚¢¡(Šƒâ¡(J‚’¡(Jƒ^@/¡t(Ê„^AYP6ôÊr¡<(*€ ¡"è ôzC%P)T•CP%TUCªƒ>@¡z¨j„>AMP3ôúµ@­PÔu@ÐW¨ ê†z ^¨ê‡ Aè4 Cß¡hƒ~@?¡_Ðoè4M@“Ð4 Í@³Ð4-@‹Ð_h Z†V Uh Z‡6 Mh Ú†v ]hÚ‡ˆ |&…Éà£09LSÂÇ`*˜¦Ã´0LŸ€`F˜ > 3Ã,0+| fƒÙa˜悹aø4|æ…ù`~X„…à³°0,‹Âb°8,KÂç` À Á0ŒÀ(ŒÁ8,KÃ2ðyX–ƒ/ÀáK°<¬_†a%XV¯Àª°|V‡5àk°&¬kÃ×aXÖƒoÀú°lÁư l ß„Íà[°9l[ÂV°5|¶ma;Øv€a'øì ß…]à{°+ì»Ã°'ì{Ã>°/ìûÃ÷áðC8~?†á'ðS8†CàP8 ‡#àgp$üŽ‚£á8Žƒãá8N‚“á8Nƒ_À/át8΄_ÁYp6üÎsá<8.€ á"ø ü~Ã%0#‰p’ÀL`!°NØì'‹ÀMà!œ&œ!ðøü‚ Aˆp– L!ˆÄâ„R¸î{á>¸€áoð< ‡GàQx þÿ„Á¿á?ð8<OÂSð4<ÏÂsð<¼/Âá%x^Wá5xÞ€7á-xÞwá=x&Â$È„!CŽ"äB‰C¨j„9ŽÐ"t=ra@&ä$ÂŒ° ¬È)„ aG8N„ áFxÓÈ„áCøDBÎ"ˆ"Šˆ!âˆ"‰œC€€„À‚ †àˆ"È çYD¹€\D.!òˆrQD”eD¹‚¨"jÈUDÑ@®!šˆ¢\Gt]D¹è#ˆ!b„#&ˆ)r1Cn!æˆb‰X!ÖÈmıEì{ÄqDœ;ˆ3rqAî!®ˆâŽx žˆâø ¾ˆâÜG ‘äò Dž O‘ $ AB‘0$‰@ž!‘Ès$ ‰FbX$‰GD$ IFRT$ y¼DÒ‘ $y…d!ÙÈk$ÉEò|¤)DŠ7È[äRŒ” ¥HRŽT •HR¼GjZ¤ù€|Dꑤù„4!ÍÈgä Ò‚´"mH;Òt"_‘.¤éAz‘>¤@‘oÈ2Œ|GFQd ùüD~!¿‘?È82L"SÈ42ƒÌ"sÈ<²€,"‘%dYAV‘5dÙ@6‘-dÙAv‘=d!"$è”%C¢ä(J‰C©Pj”=ŽÒ¢t(=ze@Q&ô$ÊŒ² ¬è)” eG9PN” åFyÐÓè”åCùQTBϢ¨*ŠŠ¡â¨*‰žC (€‚(„Â(‚¢(†â¨*Ê çQYT½€^D/¡ò¨zUD•PeT½‚ª¢jèUTÕ@¯¡š¨ª^GuP]T½ê£¨!j„£&¨)z5Co¡æ¨j‰Z¡ÖèmÔµEíP{ÔuDÐ;¨3zuAï¡®¨êŽz ž¨êú ¾¨êÞG Ñôú DŸ OÑ 4 ACÑ04@Ÿ¡‘èsôàåAcÑ84M@Ñ$4MASÑ4ôúMG3ÐLôš…f£¯Ñ4ÍCóÑ´-Bß oÑwh1Z‚–¢eh9ZV¢Uh5ú­AkÑ:ôú­GÐFôÚ„6£ŸÑ/h ÚŠ¶¡íhÚ‰~E»Ðn´íEûÐ~tD¿¡Cè0úAGÑ1ôúý…þFÿ ãè:‰N¡Óè :‹Î¡ó躈þE—Ðet]E×ÐutÝD·ÐmtÝE÷Ð}”ˆ’`G0RŒ ;Š‘c%v £Â¨1ì8F‹ÑaôØ Œcʰ“3Æ‚±b§06ŒãÀ81.ŒãÁNcg0^ŒãÇ0AL;‹ c"˜(&†‰c˜$v#`bc†b†cR˜4&ƒÇd19ìv»„Éc ØeLS”1ì ¦Š©aW1uL»†ibZ˜6vÓÁt1=ì¦`†˜fŒ™`¦ØMÌ »…™c˜%f…Yc·1̳Ãì1ÌsÂî`ÎØ]Ì»‡¹bn˜;æyb^˜7æƒùb~˜?v{€=İGØc,{‚=Å‚°`, Űp,{†Ebϱ(,‹Áb±8,KÀ±$,KÁR±4ìöKÇ2°Lì–…ec¯±,ËÃò±¬+ÂÞ`o±wX1V‚•beX9VUbUX5ö«Áj±:ìö«Ç°FìÖ„5cŸ±/X ÖŠµaíXÖ‰}ź°n¬ëÅú°~lľaCØ0öÁF±1ìöû…ýÆþ`ãØ6‰MaÓØ 6‹ÍaóØ¶ˆýÅ–°el[ÅÖ°ulÛͰmlÛÅö°}Œˆ‘àGpRœ ?Š“ã8%~ §Â©qü8N‹Óáôø œgÄ™ð“83΂³â§p6œçÀ9q.œçÁOãgp^œçÇpA\?‹ ã"¸(.†‹ã¸$~'àâãŽâŽãR¸4.ƒŸÇeq9ü~¿„Ëã øe\W•qü ®Š«áWqu\¿†kâZ¸6~×Áuq=ü®à†¸nŒ›à¦øMÜ ¿…›ã¸%n…[ã·qÜ·ÃíqÜwÂïàÎø]Ü¿‡»ân¸;î{â^¸7îƒûâ~¸?~€?ÄðGøc<‚?Ńð`<ÅÃðp<†GâÏñ(<Ácñ8<OÀñ$<OÁSñ4üþOÇ3ðLüž…gã¯ñ<ÏÃóñ¼/Âßàoñwx1^‚—âex9^WâUx5þ¯Ákñ:üþ¯ÇðFüÞ„7ãŸñ/x ÞŠ·áíxމŻðn¼ïÅûð~|Ä¿áCø0þÁGñ1üþÿ…ÿÆÿàãø>‰OáÓø >‹Ïáóø¾ˆÿÅ—ðe|_Å×ðu|ßÄ·ðm|ßÅ÷ð}œˆ“H‘"•"“:*E.E!E)uLŠJŠZŠF긭½Ô ))F)&©“RÌR,R¬R§¤Ø¤Ø¥8¤8¥¸¤¸¥þ…í¿Ó§ÿNÿÿJÿ÷#/þïb0’ü—Þþ…ñÿŠÂøç/ü ‡ñß#0þ¿‰ñ@ÊGþ‹ñ…ÅHBB$ãìîä rÒƒ½-ËQ22²£G·IŽ2“SPPP”,Ièi‰w©©©©ŽQRRù1œ8AGKC}Œ’ü()Õáù{ll¬,L ôÇ©i‹®ü¼gx8Ù˜hiJnIqA^ÎSLt$GþéÐ墬4 ˆ ð°¡ !;¬ÐT¿rY•â9Åpü9éa?.æ¦×Õä¥$¸˜é©)Ž^êëâdcvC]ãec ¡¤$#?$|èçîdqCMäd¢=$ó~àåtëúeT„‡…ŽŠœ„â,1&,ÀÝÆàŠ´øÖ$¤ÿÜyFJLˆŸ“©†ì9>¶äGùvÉÉH|öÐå–Ö?õa•_Avjôc7KmyP€ý°-7¹/cŸzXëÈC¥€wyqAžÖ: ;ãAÅýâüŒø`¯Ûº$ÄÿØèK 2B¼lt/ÿ{û_nÉÿ’›Âÿ¨`ü—dIØJþ§ÔØåü?Ç…–ú?á‚Ö-—‡Ï3r Þ¼+..9 1(.~÷¦à߇ôõ‰S¼’²ê&N¾ÁÑ)Ù9yùù‡Äùùy9Ùÿ¦Ôd$dÔô¬gÄ¥¯ظ„E'¦¾ÈÈÈÈ< 7ÌÈx™ú_ÕêÈrr*:ôòõ[N^!Ï¢cãâãiããb£ÿOzIFyŒ–‰SS»aáäî÷ðñÓ àZ£à §ÿM«ᛎÒ0°ñŠ¡òê7Ìlœ\Ü<<=½i===Üþ‹YPÓ3s HJÉ«]705·´¶¾msHuÛÚÚò¿ɑ㠧x„$QÙËWÔ5µutttéH´ÿÝÉi™ØxÄTZö¢¼¼‚¡þ+ÈËÿ§ 3Ñ‘‘“PRÓ1âä—$‡&q ü—Ù!';JJz”„–™“ç /¿€€€à… ɺ JÊãô L,¬llìì‡s“ý_.å8Å1jZº'-ëÿ¼í‘#¤dGÉ)(QQ“:š[GþÃE¡"=rôß¼ØÑ£T¤dd‡¾Ïš„”á'dCNÂø$a9؇*Óÿަ¾ùO{†9þ4+¯ó)™i-ÝP“NÓ{Ÿc"k<ÎN“àw4‘R˜ž–ôX<­;“ô ²^jRFr&›â•·tþ…ŽÞ™”rQЊ韶. 1Ügäc4§M¦£;špŒ’ʼnPÚ’ØÓõ“¹FýœfüTÕ#G<¨?Rˆ¶©§k!‘º(^“@bELR$ZÇÉŠE®»L±$hB’IÂÝc”f%å!’°3Ô$ŠQRÿ4Iá‹ SxÞ?ÖKáíÉ'.ò (‘œb袰 ¦w`d¥rΜútö(] ɰÕC¦‘c $ßHEî8qÛr>eœgð&-ó‘¡P`$!z”O×ÈüÞE}:e†ÿ\£$j~9`ƒ¥žÚažbЇñ(Å]ï£ã½&bZü}xHˆž2¥-&™8m­Vð5rÎTGj¯W'†õNøÛŠôD"JÇh ý‘à'ª+b_Ž÷Ü•¢a9ÇÂ=s"÷4Íq†+ƒ¤(^°ªÉË”øæÌ˜ErÒ§”Tžär/1å ±2I‚ƒHêäϸEê@¿ØBA:AúèôØÓ›2T€/Å.‘ºòpœÚîËtÊ<÷KUTØ9š@ÒìÑ©XUóQ*êzÒ¼c¤ì4EðÒG$̤6—:ÿì½XTÛû?ºg†aèQETlÄDvw¶¢Øbw**‚ vvcww'O˜œó=ßßÿþî½ÏsÏšfïµÞý®µ>o¬÷]ðŒˆc+èÖ2ä¢981œ4ôö¯aL6Ý2¼u×µ¾ç8¨4R™âúÀ¶£ÙFßÉ)Üë´!ÁäjŠ"LéKQBÖÆ”Œ8,ph9=Ç éû;íÒwѧ…[èw®Ò/uè´8 Ò25é|Óu¸§5`™,}«šö󜆙½Œ¡±¡ÀTÅt)ïytlÝæc†ÛIž-ç›@OÓI¿Ž¯¼ à ¡®îÎó] Ÿ cMÅ^׬ ±…{ÀBץΠúÙúý´{Ô{=|4…¹¡¶Q­ÑÖG,b9ê ç;ì?fî¯/Uï­ÏSaÁþÑÊåbÛ ×Ó>¹¶Œ#eLvŽ ì0Ò°©e3g³ÑÒÑèï O›sÂ}í/ï ýÃjÙ Fê?8Ý´è D{Î0n¶ã±ÂÕßóÌsÔ9OvNæúܱ¶sørÎéÓ¡yzfþ]º‚³Á\Íx˜´ÃðÐðÙÔÁtË÷¢ë‚¯€Ž/M"°Îy¥³Ù}£ä›aÛËL¥¹•×cž§Œ pÛ–6ú*]ôE;ùµ_Øé˜ÜбÔW.GJƒ»ÍtŸa£Œéâ1ã뫌¯ÝrŽzTª †vKëˆ3\Œ»É"êI‰Î†z×®{=ÃÚ®Ò­¾üm‹RNf8ì­×¼×c°aޱnéЗUážþöCœOûÕwM¶ßfqÓª¯×:û#À%Ã^û=žl7I†Žî5 ˜ù•1©4Uó‡õµJÝlšsrÐ#cc½ÁXÃÙÅ”Ì\7K¿8 ÏÖ/õȘi¸ÇŠø}cKl»t­ßËÕ5Ù3X?D×Ê,zë½\/ï˜s}¹©/ê涃 ím&àé$ÐÜ´tÜä~àªÛ:ž(Ûñw¢£Ìg#]«5 ©ú@Çó†ûÚ&£qvÝ.Š+n;Ô±Ørx3ÝÕV7P_䲨”(î·õÛ]Ù¯÷Pì7ë¯Bm‹]Ž„œq]Ã.3n±:k® ´/ Ô—-íl×ÌóÏNœ^û€gúNþ–'œ9]u™ç:u`çHà°¢?lîç\888îºÚ%Âá°Û¥£ÞÙfî}pΫZ˜ÈÒÄg•ÿ £…ý.d‹ZÚmõ7{ž±õ 7;¹¶mÐÊ>ÇÞQѰ¶—ð2uû〧ú}†< Ë".´þÊèµÜ4ší[X'ÌÞ.7œ ¦ú./ Í€ Ä<ÅÌ$YýÛ§ƒÁ¾¦EóZ» É¿šéœ+UÛöŠQ°¯g¸ìänï<×cÌzà’žs±7|p¼¯ÜòÜmÜl¸êÖå„[‘©qÝÆ.v#î;Ãî½ÍÀÓ$ÇÖO1}'c°ÞÍyCà2/·Ívã×.»ýMM±®;­«h[KßÇ ޵¼ŠÍsf“†=f ¸h™hWÈ ó0ŸÃºk@€©Ø~½r.2†;ðzb?Ó¹6pÆç~70X?T?Ó¸Ë>Ëû­Í~«Rû^â8Î}–¾§ž12÷õv³1SõÝl{Û/òŸg;ÁSóÚFßȾiãñááhý—é]w²JU<ÀôÎæ®1ôþƒ…q‹9Ǿ’žµ¤?á)Û~ruðx¼tFL°K‚‰w9îZÎ{þ²=j(M,Ü:é;·n`{Éõ–ïGÓ2çíæQ]Üq ¾¡ßówwô£òr%:¿Áo Ž'ÍšK#sm`0˹H>Ø>Nbu}ǘMú†vV7|z¹Fúp¼m\tÖ˜X—u?êèlûÉ ½lY]ç]î£÷î3E–ä‹Qúƒ¶^@sç~ž5ÃÛùo\'ÍÃðÁü˜œàWÕi%a¿FÏ—ÑOÎ-«Œk쌉zs'Ÿ ó —m;úêV6S Ó|òmËÛ<µò޳pÛ•qkfnæž Ov~jŸh˜gNˆ~îß½ÄñÙÓ ý9ßÛÆ“FÌP ôÁø×êýLý’[:7ì±hi¾«'\p¯=ÀÇ3ŽÝÌw€ÃŽÓøäˆØÞ5ëì¶5qNm–Ú–ÇGÛ;99ൻ§}'¿D{ÁäaçøÎ»cˆ•w%ÏKžF×XsE·u>+\v””xgéç‘=Ö—”8N,v3õÃŒ´ê/±ºˆ{®í@ç€äÕíK§<ÒVõÚéßɼÍþ˜wOƒ‡ã¨}%%Fí/¡Ow¿l²f¼o—R¢' } îæýîŒÞA¡Þ{}bÝʹ_0>NîåçåiÑä­Î2êhˆëÆ‚R_hL0ì=ÏØ§Ú@ =mðzôÁúLç#€ ô²j.ghdëcl>ý–C…ß/)Y±ä¢¿í×x«Náïï½:–L\ihcU±ÁM3ëÒ(dáÏYæøÒ¸°ÄPå…E¿cÊÅPÛ­OV;\\¡Î®l¯}§¤ *{Y¢PÜdöU]ÏOª•Û´æ½—gË_m’3eÊî6}ï.XÜÊlÐ9¢-<ž—U>çI~N£åÆÈkDÌßÐag‹‰Í*¸Ä-:žV~˘§·?óÀ®Sˆ×ûåy™-P†¤ÜÛû~ÅžõÞòú«ÛL^<{öBŽ÷»Õ³Iö‡å\Û7ÛNlì_wV¶e ‡+0uµŸÅ!çASLž4y$™?·Ï…ƒQn1R†ëFAÛ”ri¥ûÝl§ÑI±»ÇQGâc{'=ì$\9NZ1`• ½Ýú¯™ý!¾^Ëñ`ægsÎÖzߥ†åŒ ™ÕLΩŸ¸ºÙ†x¯'üxÓ ?q¢s÷ižXÐ¤í¹­Mk»†5ÝTgÖÜs€u˜ýõI¦Œôr™hM%9½Óµ}íÒâ„°Ì„gó7lõ hò²ËÑíáþ‘çß­wœæ¶Æz±ï!vÿå•~Z*‡ê͹°' ÝÅäeúg5¼ø~­Ûõ·¯,RßË·N:O¶{²uˆoìÓxÌ5o?qyÚw’9«Bl@ÌmaŶ֭dwe¢õµ¤†•‘ˆ¡EÙE;]¤·‹žœšf=.5`H¿¶qœŸ-ÑÓxIœ»ñü6uj½f¡¶óý­V7µ]ú²qÿ”ܰXÓh‹ðžÛÏ;Ûw.HÝgØýlzúÛu¶Æ€q-_…××_ØTþ|áñ^‰1ðÂõÏ’æõéwÙU»d®ª>÷Þ®y± :C‡»&ÔYøœÍH½0mïÝBÙº(ÜP±ò޵Þ<Ú'~¹µ!$¶çnðè:A™·¯»¦z¦©S>ç¾3wºZ”[Oí-œ9­¥ÏÚzç¦ô(YõéÞýO¯^ß;z!¬Ó“Ôènu'7î¸`_Ãü p]ý޽×Ëá#+ƒM»õkt¥ÀûE;áåüÄ÷×#=ƽ)x°}ñî]þ“â›rÆW™à}äpû7ó·ÍÍt%«î]pÌœs–-C½ÞÛnußâ´ÉÐ=µU¹ ý»­[Ÿõ¶65^a®“›sçuzòôè“Í FõxÓÞ0,¸Þû>½°XJ©|ÞiL87 l>xÃîéÁÃÝ +ö]Ò'|îî¡“šn°ÉyOM[òèKŸå« ºŸ*ž.÷èx‘,µF7eó“©A§DûúS*AóíÓÄ—šØFFÝ’:÷ôÈ^•ÑnÞ 9!Õ¬g¿ÎY5ÉiÊíÃzeÙðlDØÔ>£ÂÈ™Zœ°êu£èaÁ ÏbüÎ\aÈ"~ÉpñåògkR"õ“.dÕÊæâûlÙäsùOo´J­63m`WQ¢oá×øNt‘’U+Q7¯Ý«…³[)¹'}÷-èûxÁú¨w÷Öå.m5öᬅ©Nç—ãg}ö—CîÞ×Õ.XŸP¯Bá«’Õ×·e–“j]m4=dxÞó‰…bTëOL»í4Ü ÓYB²Õ®S·ŠÖmœB½ß˜ç:k{Ö¡y“k-Ýc[prHüÜ~Ëj½¢Á+¸N·ÊWæ.÷ íÚ}Z¶|yÎ(àÊ€%-fÍŒ=½¢UCŸIíGZùÌ>Ÿßqqv£!6Óª¬YU»qìù«7Dxaå#KRí1Gæ¬òÞ¥¯ÜöiÃ#td_‹K“ƒwÔÊk‡ž«Ö°(ßêò‡ÏåukäGïyvh;×»u?è M#ó'ú7ÈMqþ–Ï¢žÏ­ŽÚÞïYã'wÖ>éŒ^³ýp3°¯zè錄eú”ã®É›7ºøÚúc· ]23f7ìcZÞ\kÔ«„ýüÐÌg{O®21Wç—®.£†;¬¹6ôP¾U£öÖÍÏ^›Då\έaÁ>j>ìB~Ð±ÃÆîX½wûŽú+.…¨Ý±ï˜)÷¶8v;4~Ø`¦Û4ïã­3«M}8õPtÀ~å ÀWo]KoÐ;ëìE½EE£ŽÐ;UÑ몰~µy¬Ó™Wé€"ý½‡ÎT]4Öëך×:ú• ‘†×úý P 0Àc=蜥ëcG,zën>7]–­ÉÄ¿À“­Ÿo8dûÂøÜ4ÁhŠ]À™OÛL€p¼A&À°³Õé 9epzY來,³ƒEcƒ§íaÞÂj;Ð×ÒB¢õ'ô !ÊtB—¡[iº¨K1õÒWY$ÀÃÈו¦£Ýu˜Þ¢š•ô·ÚX%,­:Y†X´°¸k„€ z+ƒ…Åfó ¸­¯a8géä ìÐë-]õ[€FVÁ€%`mQhôª›š=@ DÙtJhg^iÜeJ5öz˜“& Y¯<,}’•E)JM–:ïÒ8ÅÞôؤ ºE€0 ˜ ˆ†l{G“îƒ0Îd­ÓÁ@KC+ ¼ùPÝP(Ô¹­ )º»&?à¾-i}Ó"Ú.˜,)`º±¶Õu•€yf «S@¶i‰y¦a$°ÁlQA§Ÿf²škgÙÀq,Јެýv¼¾­uЈ3Ä”†ç& ÒÆØlŸåXO·ÃÞŲ¥~‰qpÒXdyÇ|Û³²0«#áPUg¬§‹,JÓpðÑEë¯Xf™€–úW@{sª¾2`(U½H`å ÔÓù­ª˜+ètÀf«íz7@gÑ(2º]JçJYì4rÖ—æyý€ÝÆ)Ž[8Ûò[œÿÏ·”Çý{ã¿åßòïYŒÿžÅøïYŒÿžÅøïYŒÿžÅøïYŒÿžÅøNýO8ý[þ-ÿ–ÿ•¬¿l©ò/8ÿë¥ê_¬ »ÿ?쌻ý+¶ÿ[ ó)cõÿ{£Èø_8zsÍß¶øeKÊæ§1LûM&Íÿià~h±+ƒæç#ªÛšþÛÞã­ÿ'‘à·2ôKÞoþ'=iÓæ“n×åë*‰¿1ÿã?ãûwåãÿè©Û•ï~íù­.¸ ŠtóY]ºùÛw5ÒÍé•ÿšßïó8jýC~dúÖZ¶9”–|=£÷póŸ[}ƒ•b€ÕÀˆ_$ž^¹W)Ϙ2Ñ«úUt-~Íp¯¿Ç8,ú?a•nþ]jEß羿}ßÀᄽÙ{ƒÿ5=~㶨þw{JõÿN:Ö¶é••NÆWùþ_Ýž^ô_p/÷_òóÇNÁ_XyŠõ‚ÕÀ;ëγ×oz ÿ'Ä?Œ¾×©' “IÒWã5¦JºyÒ5ï°šß®åo>Ý~ÞcYWÝ÷ålVú½Ͳ+{ãÕ•ZiÌ:ÕãWºƒÕÿ{™ÿßjJ¡©ÜOg‘iöý]Ü×Ý1ê'>_ï]ÀßX×ø?ácñÃË×èoìÿ‡ÿhjüÆãàF~ÙáûÑûß»~£ùþUVí‘ßÖÛ_ýKë­ýú/ +‹ÿË™MÑ•Õõ_áñ­Ÿ 3dü°ZG•Iû¥‹rr-}Jg™QÊç—zóþÖ¥kÁÈ_ÚzšK¬KÛbÊ•Ð]÷kýG¯/Üb¸Œ¶Þ5Ó+DzŒ¶×Á_ä0Þ¿ì9•޽¬‘Wž]ÆØzšÿ¹Vü^ûkÙ¯û+͵×ý,›Û¿YUY®}œniJûM¹_¥qªÅ´J¿cø=j½Êòç¾óáóëÿ¬É_tªŽ®éwS§ y¥ñÙwûCßùá_cÓï‹é»ø£4r.CB~ÐýeZý—ÇøßrÊÈ„oµ«Éù¿Ñ/NûŠZ¿_R/­Ü¯Žù¿­-¿FD_y¤ÿfëut;C’ußþ¶Ä»Lì~ÚS­üãJö3‚ìC›¿`÷§ý”fßá$µøñ½4Oÿú§¡?ôu¯Æ}‡þ0»”ÿ°#ÛÅï‡ýÛ珞×âÛuM—_QüÑýü¨!o\ÔD à{<‰O°È$sY^ð¯ýüÏ—5«ñ·×ýšÅ”þ˜©5[¿Öz‚•@/°2è V}Àª /X ¬ÖýÀš ?X kƒ`°.X ƒÁ°> †á`ØŒ£À†`46ƒ±`0l 6›ƒñ` °%Ø l ¶Û‚íÀö`0L“ÀŽ`2Ø ì v»‚ÝÀî` ØLAaQqIiYyPEPePUPÓÀž`/°7Øì öûƒÀ`:8 f€CÀ¡à0p88 ŽGƒ™àp,8N'‚“ÀÉàp*8 œÎg‚³ÀÙàp.8œ.‚Yà"p1¸Ì—‚ËÀå`¸ÌóÀ•à*p5¸\ ®׃ùàp#¸ , ÁÍàp+¸ Üîw‚»ÀÝàp/¸Ü‚‡À"ð0x< ƒ'À“à)ð4x< žσÅàð"x ¼ ^¯‚×Àëà ð&x ¼ Þï‚÷Àûàð!ø| >Ÿ‚ÏÀçà ð%ø | ¾ß‚ïÀ÷àð#ø ü –€¤ƒôd€,!#d™ kÈ Ù@¶d9@Žä ¹@®P9È *¹C ¨"ä U‚¼ Ê7TòªB¾P5¨:TòƒjBþP-(ª Bu ºP=( †B úP(…CP(Š‚BÑP Ôj ÅBM 8¨)Ô jÅC- –P+¨5Ôj µƒÚC (J‚:BÉP'¨3Ôê uƒºC)P(!‚!B! Â!"! ¢!b!â!! ’!R! JƒzB½ ÞP¨/Ôê €BéÐ h0” †BàáÐh$4  eBc ±Ð8h<4šM‚&CS ©Ð4h:4š Í‚fCs ¹Ð´ZeA‹ ÅÐ(Z -ƒ–C9Ð (ʃVB« ÕÐh-´ZåC Ð&¨*„6C[ ­Ð6h;´Ú í‚vC{ ½Ð>h?t:‚Š ÃÐè(t :€NB§ ÓÐè,t:C ‹Ð%è2tº ]ƒ®C7 ›Ð-è6tº ݃îC ‡Ð#è1ôz =ƒžC/ —Ð+è5ôz ½ƒÞC Ð'è3T°Öð¶„°l‚­a3lÛÂv°=ì;ÂN°3ì»Âå`7¸<ìW€=àŠ°'\ ö‚+ÃÞpØ® ûÂÕàêp Ø® ûõà¸6×ëÂõà 8ëápGÀ àH8 nGÃ1p#¸1 7ãà¦p3¸9·€[­àÖp¸-Ünw€àD8 î'ÃàÎp¸+Ü î§À=àT„!†…1‡ ˜„)˜†˜…9˜‡X„%X†X…58 î ÷‚{Ã}à¾p?¸?<§ÃƒàÁp< ƒ‡Ã#à‘ð(x4œ ÇÂãàñðx"< ž O§ÂÓàéð x&< ž ÏçÂóàùðx!œ/‚ÃKàlx)¼ ^çÀ+à\8^ ¯‚WÃkàµð:x=œo€7›à¸Þ o·ÂÛàíðx'¼ Þ ï÷Âûàýðø |.‚ÃGà£ð1ø8|> Ÿ‚OÃgà³ð9ø<\ _€/—àËðø*| ¾߀o·àÛðø.|¾?€ÂàÇðø)ü ~¿€_¯à×ðø-ü~€?ŸàÏp :DX Ä1"Vˆ ±F̈ b‹Ø!öˆâˆ8!Έ ⊔CÜòˆ;Rñ@*"žH%Ä ©Œx#U¤*â‹TCª#5?¤&âÔBÚH R©‹ÔC‚`$©„"aH84@"‘(¤!Ä ÆH,Ò‰Cš"ÍæH<Òi‰´BZ#m¶H;¤=ÒI@‘$¤#’ŒtB:#]®H7¤;’‚ô@RAÁ!¡aá‘QÑ4¤'Ò éôAú"ýþÈd ’Ž B#Èd(2 ŽŒ@F"£ÑH&2‹ŒCÆ#‰È$d22™ŠLC¦#3™È,d62™‹ÌCæ# …H²YŒ,A²‘¥È2d9’ƒ¬@r‘²ÙˆlB Bd3²ÙŠlC¶#;È.d7²Ù‹ìCö#ƒÈ!¤9ŒAŽ"ÇãÈ ä$r 9œAÎ"çóH1r¹ˆ\B.#W«È5ä:r¹‰ÜBn#w»È=ä>òyˆ#%€êP=jPKÔˆZ¡&Ô5£6¨-j‡Ú£¨#ê„:£.¨+ZuCË£îhÔ­ˆz¢}Rû¦öKíŸ: u`jzê ÔÁ©©CR‡¦Kž:"udê¨ÔÑ©™©cRǦŽKŸ:!ubê¤ÔÉ©SR+¡ ÐH4 mˆF£1h#´1‹6AãЦh3´9¶@[¢­ÐÖh´-Úmv@ÐD4 íˆ&£ÐÎh´+Ú íŽ¦ =ÐTD!FE1G ”D)”F”E9”GTD%TFTE54 í‰öB{£}оh?´?:ˆ¦£ƒÐÁh:ŠC‡£#Бè(t4š‰ŽAÇ¢ãÐñèt": ŒNA§¢ÓÐéè t&: ÎAç¢óÐùèt!š….B£KÐlt)º ]Žæ +Ð\4]‰®BW£kеè:t=šn@7¢›Ð´ÝŒnA·¢ÛÐíèt'º ÝîA÷¢ûÐýèô z-B£GУè1ô8z=‰žBO£gгè9ô@¢ÐÇèô)ú }޾@_¢¯Ð×èô-ú}~@?¢ŸÐÏh `:LY`Ì3bV˜ ³ÆÌ˜ f‹Ùaö˜æˆ9aΘ 投Ãܰò˜;VóÀ*bžX%Ì «ŒycU0¬*æ‹Uêc50?¬&æÕ°ÚX V«‹Õ°`,«…baX85À"±(¬!Å`°ÆX,֋ÚbͰæX<Ök‰µÂZcm°¶X;¬=ÖKÀ±$¬#–ŒuÂ:c]°®X7¬;–‚õÀR1ƒ0C0Ã0#0£0c0ã00“0S0Ó°4¬'Ö ëõÁúbý°þØl –Ž ÂcØl(6 ŽÀFb£°ÑX&6‹ÃÆc°‰Ø$l26›ŠMæc3°™Ø,l66›‹ÍÃæc °…X¶[Œ-Á²±¥Ø2l9–ƒ­Àr±¶Ûˆm °Bl3¶ÛŠmöc;°Ø.l7¶Û‹íÃöc°ƒØ!¬;ŒÁŽbÇ°ãØ ì$v ;ÁÎbç°óX1v»ˆ]Â.cW°«Ø5ì:v»‰ÝÂncw°»Ø=ì>ö{ˆ=ÂcO°§Ø3ì9ö{‰½Â^co°·Ø;ì=öûˆ}Â>c%€ëp=npK܈[á&Ü7ã6¸-n‡Ûã¸#î„;ã.¸+^wÃËãîxܯˆ{â•p/¼2îWÁ}ðª¸/^ ¯Ž×Àýðš¸?^ Àkãx¼.^ƒñ¼>ЇááxÞÄ£ð†x4ƒ7Âã±x<oŠ7Ûãñx ¼%Þ o·ÁÛâíðöx<OÄ“ðŽx2Þ ïŒwÁ»âÝðîx ÞOÅAÂaÁQÃqœÀIœÂiœÁYœÃy\ÀE\Âe\ÁU\ÃÓðžx/¼7Þï‹÷Ãûãðx:>ŒgàCð¡ø0|8>‰ÂGã™ø|,>OÀ'â“ðÉø|*> ŸŽÏÀgâ³ðÙø|.>Ÿ/ÀâYø"|1¾ÏÆ—âËðåx¾ÏÅóð•ø*|5¾_‹¯Ã×ãùø|#¾ /À ñÍø|+¾ ߎïÀwâ»ðÝø|/¾ßÀâ‡ð"ü0~?ŠÃã'ð“ø)ü4~?‹ŸÃÏãÅøü"~ ¿Œ_Á¯â×ðëø ü&~ ¿ßÁïâ÷ðûøü!þŒ?ÁŸâÏðçø ü%þ ¿Áßâïð÷øü#þ ÿŒ—à¡#ô„a , #aE˜kÂLض„aO8Ž„áL¸®D9Â(O¸¢"áIT"¼ˆÊ„7Q…ð!ª¾D5¢:Qƒð#jþD-"€¨MuˆºD="ˆ&BˆúD(F„D"’ˆ"ÑD шhLÄMˆ8¢)ÑŒhNÄ-ˆ–D+¢5цhK´#Úˆ"‘H":ÉD'¢3Ñ…èJt#º)D"• ˆ€ „@ ŒÀ ‚ Š  †` Žà  ‰ …P H#z½ˆÞD¢/ÑèO éÄ b0‘A !†ÈáÄb$1ŠMdcˆ±Ä8b<1˜HL"&Sˆ©Ä4b:1ƒ˜IÌ"fsˆ¹Ä±€XHd‹ˆÅÄ"›XJ,#–9Ä "—È#V«ˆÕÄb-±ŽXOäˆÄ&¢€($6[ˆ­Ä6b;±ƒØIì"v{ˆ½Ä>b?q€8H"ŠˆÃÄâ(qŒ8Nœ N§ˆÓÄâ,qŽ8Oˆ‹Ä%â2q…¸J\#®7ˆ›Ä-â6q‡¸KÜ#Ä#â1ñ„xJ<#ž/ˆ—Ä+â5ñ†xK¼#ÞˆÄ'â3QB¤ŽÔ“¤´$¤i"­I3iCÚ’v¤=é@:’N¤3éBº’åH7²<éNV =ÈŠ¤'Y‰ô"+“ÞdÒ‡¬Jú’ÕÈêd Ò¬Iú“µÈ²6HÖ!ë’õÈ 2˜ !ë“¡dNF ÈH2ŠlHF“1d#²1K6!ãȦd3²9O¶ [’­ÈÖd²-ÙŽlOv ÈD2‰ìH&“ÈÎd²+ÙìN¦=ÈT$!&%1' ’$)’&’%9’'R$%R&R%52ìIö"{“}Ⱦd?²?9€H¦“ƒÈÁd9„J#‡“#È‘ä(r4™IŽ!Ç’ãÈñär"9‰œLN!§’ÓÈéä r&9‹œMÎ!ç’óÈùär!™E."“KÈlr)¹Œ\Næ+È\2\I®"W“kȵä:r=™On 7’›È²ÜLn!·’ÛÈí¤ZõF« >hUÔ­†VGk ~hMÔ­… µÑ@´Z­‡¡ÁhZ EÃÐp4ÝA^&¯WÉkäuòy“¼EÞ&ïwÉ{ä}òù|D>&ŸOÉgäsòù’|E¾&ßoÉwä{òù‘üD~&KH€ÒQzÊ‚2P–”‘²¢L”5e¦l([ÊŽ²§(Gʉr¦\(WªåF•§Ü© ”U‘ò¤*Q^TeÊ›ªBùPU)_ªUªAùQ5)ª@Õ¦©:T]ªDS!T}*” £Â©ªIEQ ©h*†jD5¦b©&TÕ”jF5§â©TKªÕšjCµ¥ÚQí©T•H%Q©dªÕ™êBu¥ºQÝ©ª•JDÁB¡FáA‘EÑC±Gñ”@‰”DÉ”B©”F¥Q=©^ToªÕ—êGõ§P©tj5˜Ê †PC©aÔpj5’E¦2©1ÔXj5žš@M¤&Q“©)ÔTj5šAͤfQ³©9Ô\j5ŸZ@-¤²¨EÔbj •M-¥–QË©j•KåQ+©UÔjj µ–ZG­§ò© ÔFjU@R›©-ÔVjµÚAí¤vQ»©=Ô^jµŸ:@¤QEÔaêu”:F§NP'©SÔiê u–:G§Š© ÔEêu™ºB]¥®QשÔMêu›ºCÝ¥îQ÷©ÔCêõ˜zB=¥žQÏ©ÔKêõšzC½¥ÞQï©ÔGêõ™*¡ZGëi Ú@[ÒFÚŠ6ÑÖ´™¶¡mi;Úžv i'Ú™v¡]ér´]žv§+ÐtEÚ“®D{Ñ•ioº íCW¥}éjtuºíGפýéZt]›¤ëÐuéztL‡ÐõéP:Œ§#èt$E7¤£éºÝ˜Ž¥›ÐqtSºÝœŽ§[Ð-éVtkº Ý–nG·§;Ð t"Dw¤“éNtgº Ý•îFw§Sèt* Ò ÓÒÓMÒMÓ ÍÒÍÓ-Ò-Ó ­ÒF÷¤{ѽé>t_ºÝŸ@¤ÓéAô`:ƒB¥‡ÑÃéôHz=šÎ¤ÇÐcéqôxz=‘žDO¦§ÐSéiôtz=“žEϦçÐséyô|z½Î¢Ñ‹é%t6½”^F/§sèt.G¯¤WÑ«é5ôZz½žÎ§7ÐéMt]Ho¦·Ð[émôvz½“ÞEï¦÷Ð{é}ô~ú}>Dчé#ôQú}œ>AŸ¤Oѧé3ôYú}ž.¦/ÐéKôeú }•¾F_§oÐ7é[ômú}—¾Gß§ÐéGôcú ý”~F?§_Ð/éWôkú ý–~G¿§?ÐéOôgº„£g,cÉ+ÆÄX3fƆ±eì{ÆqdœgÆ…qeÊ1nLyÆ©Àx0O¦ãÅTf¼™*ŒS•ñeª1Õ™ŒS“ñgj1Lm&©ÃÔeê1AL0ÂÔgB™0&œ‰`0‘LÓ‰fb˜FLc&–iÂÄ1M™fLs&žiÁ´dZ1­™6L[¦ÓžéÀ$0‰LÓ‘If:1™.LW¦ÓIaz0© È@ Ì Ê` Î ÉP Í0 Ëp ÏŒÈHŒÌ(ŒÊhLÓ“éÅôfú0}™~Lf3Ig1ƒ™ f3”Æ gF0#™QÌh&“ÃŒeÆ1ã™ ÌDf3™™ÂLe¦1Ó™ÌLf3›™ÃÌeæ1ó™ÌB&‹YÄ,f–0ÙÌRf³œÉaV0¹L³’YŬfÖ0k™uÌz&ŸÙÀld61L!³™ÙÂle¶1Û™ÌNf³›ÙÃìeö1û™ÌAæSÄfŽ0G™cÌqæs’9ÅœfÎ0g™sÌy¦˜¹À\d.1—™+ÌUæs¹ÁÜdn1·™;Ì]æsŸyÀ1Ÿ™`u¬žµ` ¬%kd­XkÍšYÖ–µcíYÖ‘ubYÖ•-Ǻ±åYw¶ëÁVd=ÙJ¬[™õf«°>lUÖ—­ÆVgk°~lMÖŸ­Å°µÙ@¶[—­Ç±Ál[Ÿ eÃØp6‚mÀF²QlC6ša±ÙX¶ Ç6e›±ÍÙx¶Û’mŶfÛ°mÙvl{¶›À&²IlG6™íÄvf»°]Ùnlw6…íÁ¦² ±0‹°(‹±8K°$K±4˰,˱<+°"+±2«°*«±ilO¶Û›íÃöeû±ýÙì@6Äf3Ø!ìPv;œÁŽdG±£ÙLv ;–ÇŽg'°ÙIìdv ;•ÆNgg°3ÙYìlv;—ÇÎg° Ù,v»˜]Âf³KÙeìr6‡]Áæ²yìJv»š]îe×±ëÙ|v»‘Ýİ…ìfv »•ÝÆngw°;Ù]ìnv»—ÝÇîg°ÙCl{˜=Âe±ÇÙìIö{š=ÞeϱçÙbö{‘½Ä^f¯°WÙkìuö{“½ÅÞfï°wÙ{ì}öû}Ä>fŸ°OÙgìsöû’}žfß°oÙwì{öû‘ýÄ~fKX€Óqz΂3p–œ‘³âLœ5gæl8[ÎŽ³ç8GΉsæ\8W®çÆ•çܹ œW‘óä*q^\eΛ«ÂùpU9_®W«Áùq59®ÀÕæ¹:\]®Äs!\}.” ã¹®ÉEq ¹h.†kÄ5æb¹&\×”kÆ5çâ¹\K®ךkõåÚqí¹\—È%q¹d®×™ëÂuåºqݹ®—ÊÄÁ¡ÜNr¹›ÜCî%÷‘ûÉäAòYD&GÉcäqòy’Œç#ø|$Å7ä£ù¾ߘå›ðq|S¾ßœç[ð-ùV|k¾ ß–oÇ·ç;ð |"ŸÄwä“ùN|g¾ ß•ïÆwçSø|*òóòóOòOó ÏòÏó/ò/ó ¯òŸÆ÷ä{ñ½ù>|_¾ߟÀäÓùAü`>ƒÂå‡ñÃùüH~?šÏäÇðcùqüx~?‘ŸÄOæ§ðSùiüt~?“ŸÅÏæçðsùyü|~¿Ïâñ‹ù%|6¿”_Æ/çsø|.ŸÇ¯äWñ«ù5üZ~¿žÏç7ðùM|_Èoæ·ð[ùmüv~¿“ßÅïæ÷ð{ù}ü~þ?Äñ‡ù#üQþœ?ÁŸäOñ§ù3üYþž/æ/ðùKüeþ •¿Æ_çoð7ù[ümþ—¿ÇßçðùGücþ ÿ”Æ?ç_ð/ùWükþ ÿ–Ç¿ç?ðùOüg¾„ ,ƒ`)+Á$X fÁF°ì{ÁApœgÁEpÊ nByÁ]¨ xO¡’à%T¼…*‚PUðª Õ…‚ŸPSðj Bm!P¨#Ôê AB°"ÔB…0!\ˆ‘B”ÐPˆb„FBc!Vh"Ä M…fBs!^h!´Z ­…6B[¡Ð^è $‰B’ÐQH: ….BW¡›Ð]Hz©(@, *`.)P-0+p/‚(H‚,(‚*hBšÐSè%ôú}…~Ba€0PH ƒ… aˆ0T& F#…QÂh!S#ŒÆ ã… ÂDa’0Y˜"L¦ Ó…ÂLa–0[˜#Ìæ ó…ÂB!KX$,–ÙÂRa™°\ÈV¹Bž°RX%¬Ök…uÂz!_Ø l6 B¡°YØ"l¶ Û…ÂNa—°[Ø#ìö û…ÂAáP$ŽG…cÂqá„pR8%œÎg…sÂy¡X¸ \. —…+ÂUášp]¸!Ün ·…;Â]ážp_x < …'ÂSá™ð\x!¼^ ¯…7Â[áð^ø |> Ÿ…u¢^´ ¢¥h­D“h-šEÑV´íEÑQtEÑU,'º‰åEw±‚è!V=ÅJ¢—XYô«ˆ>bUÑW¬&Vkˆ~bMÑ_¬%ˆµÅ@±ŽXW¬'‰ÁbˆX_ ÃÄp1Bl FŠQbC1ZŒ‰ÅX±‰'6›‰ÍÅx±…ØRl%¶ÛˆmÅvb{±ƒ˜ &ŠIbG1Yì$v»ˆ]Ånbw1Eì!¦Š ‰°ˆˆ¨ˆ‰¸Hˆ¤H‰´Èˆ¬È‰¼(ˆ¢(‰²¨ˆª¨‰ibO±—Ø[ì#öû‰ýÅâ@1]$3Ä!âPq˜8\!ŽG‰£ÅLqŒ8V'Ž'ˆÅIâdqŠ8Uœ&Ngˆ3ÅYâlqŽ8Wœ'Έ Å,q‘¸X\"f‹KÅeâr1G\!æŠyâJq•¸Z\#®׉ëÅ|qƒ¸QÜ$ˆ…âfq‹¸UÜ&nwˆ;Å]ânq¸WÜ'îˆÅCb‘xX<"‰ÇÅâIñ”xZ<#žωçÅbñ‚xQ¼$^¯ˆWÅkâuñ†xS¼%ÞïˆwÅ{â}ñøP|$>ŸˆOÅgâsñ…øR|%¾߈oÅwâ{ñƒøQü$~KD@ÒIzÉB2H–’Q²’L’µd–l$[ÉN²—$GÉIr–\$W©œä&•—Ü¥ ’‡TQò”*I^ReÉ[ª"ùHU%_©šT]ª!ùI5%©– Õ–¥:R]©ž$K!R})T “Â¥©)EI ¥h)Fj$5–b¥&RœÔTj&5—â¥RK©•ÔZj#µ•ÚIí¥R‚”(%I¥d©“ÔYê"u•ºIÝ¥©‡”*$Á"¡&á!‘%Ñ#±'ñ’ ‰’$É’"©’&¥I=¥^Ro©ÔWê'õ—H¥ti4XʆHC¥aÒpi„4R%–2¥1ÒXiœ4^š M”&I“¥)ÒTiš4]š!Í”fI³¥9Ò\iž4_Z -”²¤EÒbi‰”--•–IË¥i…”+åI+¥UÒji´VZ'­—ò¥ ÒFi“T J›¥-ÒVi›´]Ú!í”vI»¥=Ò^iŸ´_: ”IEÒaéˆtT:&—NH'¥SÒiéŒtV:'—Š¥ ÒEé’tYº"]•®I×¥ÒMé–t[º#Ý•îI÷¥ÒCé‘ôXz"=•žIÏ¥ÒKé•ôZz#½•ÞIï¥ÒGé“ôY*‘Y'ëe Ù [ÊFÙJ6É8Gp$Gq4Çp,Çq<'p"'q2§p*§qi\O®×›ëÃõåúqý¹Ü@.ÄYËÕ岟\Sö—kÉrm9P®#וëÉAr°"×—Cå09\ŽÈ‘r”ÜPŽ–cäFrc9Vn"ÇÉMåfrs9^n!·”[É­å6r[¹Ü^î 'ȉr’ÜQN–;Éå.rW¹›Ü]N‘{È©2(C2,#2*c2.2)S2-32+s2/ ²(K²,+²*kršÜSî%÷–ûÈ}å~ry€%Ÿ–ÏÈgåsòy¹X¾ _”/É—å+òUùš|]¾!ß”oÉ·å;ò]ùž|_~ ?”Éå'òSù™ü\~!¿”_ɯå7ò[ùü^þ ”?ÉŸåPtŠ^±P Š¥bT¬“b­˜ÅV±SìÅQqRœÅU)§¸)åw¥‚â¡TT<•JŠ—RYñVª(>JUÅW©¦TWj(~JMÅ_©¥(µ•@¥ŽRW©§)ÁJˆR_ U”p%Bi D*QJC%Z‰Q)•X¥‰§4Uš)Í•x¥…ÒRi¥´VÚ(m•vJ{¥ƒ’ $*IJG%Yé¤tVº(]•nJw%E顤* )°‚(¨‚)¸B(¤B)´Â(¬Â)¼"(¢")²¢(ª¢)iJO¥—Ò[é£ôUú)ý•Ê@%]¤ V2”!ÊPe˜2\¡ŒTF)£•LeŒ2V§ŒW&(•IÊdeŠ2U™¦LWf(3•YÊleŽ2W™§ÌW( •,e‘²XY¢d+K•eÊr%GY¡ä*yÊJe•²ZY£¬UÖ)ë•|eƒ²QÙ¤(…Êfe‹²UÙ¦lWv(;•]Êne²WÙ§ìW(•CJ‘rX9¢UŽ)Ç•ÊIå”rZ9£œUÎ)ç•bå‚rQ¹¤\V®(W•kÊuå†rS¹¥ÜVî(w•{Ê}åòPy¤UŸ©ÏÕêKõ•úZ}£¾Uß©ïÕêGõ“úY-QM§é5 Í YjFÍJ3iÖšY³Ñl5;Í^sÐ5'ÍYsÑ\µrš›V^s×*hZEÍS«¤yi•5o­Šæ£UÕ|µjZu­†æ§ÕÔüµZZ€V[ ÔêhuµzZ¬…hõµP-L ×"´Z¤¥5Ô¢µ­‘ÖX‹ÕšhqZS­™Ö\‹×Zh-µVZk­ÖVk§µ×:h Z¢–¤uÔ’µNZg­‹ÖUë¦u×R´Zªjkˆ†j˜†k„Fj”FkŒÆjœÆk‚&j’&kЦjš–¦õÔzi½µ>Z_­ŸÖ_  ÔÒµAÚ`-C¢ Õ†iõÚHm”6ZËÔÆhcµqÚxm‚6Q›¤MÖ¦hSµiÚtm†6S›¥ÍÖæhsµyÚ|m¶PËÒi‹µ%Z¶¶T[¦-×r´Z®–§­ÔVi«µ5ÚZm¶^Ë×6hµMZV¨mÖ¶h[µmÚvm‡¶SÛ¥íÖöh{µ}Ú~í€vP;¤i‡µ#ÚQí˜v\;¡ÔNi§µ3ÚYíœv^+Ö.hµKÚeíŠvU»¦]×nh7µ[ÚmíŽvW»§Ý×hµGÚcí‰öT{¦=×^h/µWÚkíöV{§½×>hµOÚg­DÒtiú4‹4Cšeš1Í*Í”ffN³I³M³K³OsHsLsJsNsIsý¿Ø» ¨ºµ}QøY‚K)…¥´T¶P\êî^êBÜ=‹uwwwwwwwo©ÑB‹×½ž}º÷>÷¾÷qÇ÷îß{_~Œ¹HfB˜k®d®ÿJ Õ_-«¨jZN VË«!jµ¢ªVR+«UÔªj5µº¦†«j µ¦ZKT£ÔÚj´£Æªqj¼š &ªIj²š¢ÖQëªõÔújµ¡ÚHm¬6Q›ªÍÔæj µ¥ÚJm­¶QÛªíÔöjµ£ÚIí¬vQ»ª©j7µ»ÚCí©öR{«}Ô¾j?µ¿š¦‚*¤Â*¢¢*¦â*¡’*¥Ò*£²*§òª Šª¤Êª¢:ÔtUU5UW 5C T©ƒÕ!êPu˜:\¡ŽTG©£Õ1êXuœ:^ NT'©“Õ)êTuš:]¡ÎTg©³Õ9ê\už:_] .T©‹Õ%êRu™º\]¡®TW©«Õ5êZuº^Ý nTÝeÙSö’½åR²\Zö•ËÈ~²¿\Vå ¹œ,——Cä rE9T®$W–«ÈUåjò&õ¼zA½¨^R/«WÔ«ê5õºzC½©ÞRo«wÔ»ê=õ¾ú@}¨>R3ÕÇêõ©úL}®f©/Ô—j¶š£¾R_«¹jžš¯¨…j‘Z¬¾QߪïÔ÷êõ£úIý¬~Q¿ªßÔïêõ§ hͪÙ4»æ¤9k.𫿦¹k𧿥yk¥4­´æ«•Ñü4­¬ jAZ9-X+¯…h´ŠZ¨VI«¬UѪjÕ´êZ˜®Eh5´šZ--R‹ÒjkÑZŒ«ÅiñZ‚–¨%iÉZŠVG««ÕÓêk ´†Z#­±ÖDkª5Óšk-´–Z+­µÖFk«µÓÚk´ŽZ'­³ÖE몥jÝ´îZ­§ÖKë­õÑújý´þZšjkˆ†j˜†k„Fj”FkŒÆjœÆk‚&j’&kŠæÐÒ5UÓ4]3´ m€6P¤ Ö†hCµaÚpm„6R¥ÖÆhcµqÚxm‚6Q›¤MÖ¦hSµiÚtm†6S›¥ÍÖæhsµyÚ|m¶P[¤-Ö–hKµeÚrm…¶R[¥­ÖÖhkµuÚzmƒ¶QÛ¤mÖ¶h[µmÚvm‡¶SÛ¥íÖöh{µ}Ú~í€vP;¤ÖŽhGµcÚqí„vR;¥ÖÎhgµsÚyí‚vQ»¤]Ö®hWµkÚuí†vS»¥ÝÖîhwµ{Ú}íöP{¤ejµ'ÚSí™ö\ËÒ^h/µl-G{¥½Örµ<-_+Ð µ"­X{£½ÕÞiïµÚGí“öYû¢}Õ¾ißµÚO Ð-ºU·évÝIwÖ]tWÝMw×=tOÝK÷ÖKé>ziÝW/£ûéþzY=@Ôƒôrz°^^Ñ+èõP½’^Y¯¢WÕ«éÕõ0=\Ðkè5õZz¤¥×Ö£õ=VÓãõ=QOÒ“õ½Ž^W¯§××è õFzc½‰ÞTo¦7×[è-õVzk½ÞVo§·×;èõNzg½‹ÞUOÕ»éÝõzO½—Þ[ï£÷Õûéýõ4Ô!ÖÕ1× Ô)ÖÕ9×]Ô%]ÖÝ¡§ëª®éºnèú} >H¬чêÃôáú}¤>J­ÑÇêãôñú}¢>IŸ¬OѧêÓôéú }¦>KŸ­ÏÑçêóôùú}¡¾H_¬/Ñ—êËôåú }¥¾J_­¯Ñ×êëôõú}£¾I߬oÑ·êÛôíú}§¾Kß­ïÑ÷êûôýúý ~H?¬ÑêÇôãú ý¤~J?­ŸÑÏêçôóúý¢~I¿¬_ѯê×ôëú ý¦~K¿­ßÑïê÷ôûúý¡þHÏÔëOô§ú3ý¹ž¥¿Ð_êÙzŽþJ­çêyz¾^ êEz±þF«¿Óßëôú'ý³þEÿªÓ¿ë?ôŸ:`X «a3솓ál¸®†›ánxž†—ám”2|ŒÒ†¯QÆð3ü²F€håŒ`£¼bT0*¡F%£²QŨjT3ªaF¸aÔ0jµŒH#ʨmD1F¬gÄ F¢‘d$)F£®QϨo40ŒÆF£©ÑÌhn´0Z­ŒÖF£­ÑÎhot0:ŒÎF£«‘jt3º=ŒžF/£·ÑÇèkô3úih@l j`niPm0kpo†hH†l(†ÃH7TC3tÃ02ŒÆ@c1Øb 5†ÃÆHc”1ÚcŒ5Æã ÆDc’1Ù˜bL5¦ÓÆLc–1Û˜cÌ5æóÆBc‘±ØXb,5–ËÆJc•±ÚXc¬5Öë ÆFc“±ÙØbl5¶ÛÆNc—±ÛØcì5öûÆAãqØ8b5ŽÇÆIã”qÚ8cœ5Îç ÆEã’qÙ¸b\5®×ÆMã–qÛ¸cÜ5î÷ÆCã‘‘i<6žOgÆs#Ëxa¼4²ã•ñÚÈ5òŒ|£À(4ŠŒbãñÖxg¼7>OÆgã‹ñÕøf|7~? Ã’aͰeØ3œ2œ3\2\3Ü2Ü3<2<3¼2¼3Jeød”ÎðÍ(“á—áŸQ6# #0#(£\FpFùŒŒ fŠÙÿ«÷_N^r;æm0°æÿ[)L-Nÿm9L-ÁÿÛ“˜Z83‹©™ÅÔÌbjf15³˜šYLÍ,¦fS3‹©™ÅÔÌbjf15³˜šYLÍ,¦fS3‹©™Åô¿CãèP"4:´¥{“T÷Ú-¢CS¢RKBØT<416*1)49&.*.)4 íÞâÓ16"26!:<ÝA±”9°tÙ†b66L°8÷KmDÆÄD¥$$ØïK¤Ëƒx%]‰lŒX š $ÆYâ“b£’bâB#¢R’ì± @Rrxm[|œÅ½yª»äD‡Æ„&$F%¦Ä…&¥ÄD%Fdž"œ{Ÿ~Ñ¡(Dŧ$‡jV.4!&:*6.`C»ºwv.ëŸhë“YâcÃѾq 1xDLt8PËÎb6N°hfÑ-HºÝ–ÎÛã Þ S¶¤×XKB `í ÈÄÚÝ⢒œ¢lM1²)ÁS»”nwr‹ W0Ù^²KB€JGì1á¢, –H+ï¦Ëv’’ÎR@´®FļÃ&¤ÛEÙ¢Ø'â‘_76pDY€XW .&*9)¦d¤‰uí +âXg÷À31::*9Ù*¹GG%$¦Ä§XݬÉ)‰¶ø§Ú­9 ™tövŠ´GºZ“bÝââ£ââbC’£{Ó2v‹âé듘$ÇÅÙZ8'Ñ1Ö( uDdblxKŸ”¨¸÷¤„ðØX[ߨØD[3çÈ ˆŒ‹ŠŽ·w¥""ãâ⬛¥´Õn±¸XÊÄ$ÇFÅÇ'TItªewØ»jÒ»À2lVk$Š,ådå#â£í”=ÝÎaŠXéX ÖYÆ8AÅJ—´ÃÉq¶Æ'±q6™‚`ÖØ(Yàyg¯èø¨ødçfÍ»¶MíØ)­kjã.©Ý:¥µnæ¸X-<…Õ²³‚ ¤Åf‡';fw¶p,Qö˜ø¨„$KÉ0§¤³ÀfcBÚZ’\ã㢒’bœ]ì)q¶¸”x ">!\pˆÀÚìïi±Å„ÅÞ7:!º«Hm|:¹ÚºŠâ ÄÅq΢`±²é.¶„䨘ØO‹¢X¥²[œoSRÌËfÅx Ö!—bc—Ø$›ÅžT&6)6ÜÉæfñKJŠJ*$G%$Ç;Y,ŠÝÅêa±%yÛdSDGm}ãâ£mPºÅÛmîbu·'ZÝÓí¼Ày ¿nÿ]J(…ìà 8€Äx§¦nÞ6{ Å£‚E䈄„ð(çŸóâ}‹(SvÙ«TJJh,8'$$;9YSbl1qÑnIU,.>@ ›d<]Ã’ª$W‰÷Š«’äšàé—h·X’<,ÍŒ·9¬)=Ì ¨e+Ùú6;ëx:I锽dÿ÷±X}­ ÑnÌW¦0ÞË !!N¬åéX¼|-é~žVÞ)]®àÛÜU±q€-ºGÄĦØbç@ÒIˆú•R(‡­4€ ”RËf±°€Õ Ù)Åaa­€]±bV«âRò “ÉôR¥ã ú=¼‰Å9GÙrÀ¾Â¼Ë#"Kù7NU,äS¯,TPž?rki;;ÝähuÍ»m‰žåÞ˜Ppk³þά\énlíZÚ»ý†;{Óü,#/¿öʽ42pï°åEQaáý%-Ü£z6ò±Ö~ñµ"ŽfÇø¿:Æn¶<÷©úGCŽt..|¶³¿Tæ÷>-òí¼ x¾¶± wz¶¹µ‹‹=çÒ¨H¨5áF®¯­LßmÏŠ¯né øõsr ­PôhY' ñð¯RÕýÕ)5ðî¶ãe­â¼«ãÄYö€âW'• €kc­gµÆ0[έ2à×Yké „ ¹”[TÒq÷–4wŽd[òoLŒ±z43z—jµöqþ³Jù´4RËZkY½NH!@™þ{¬/YÝZ/Tà䕺óEŒáýùõ¬@0ãäöçÓ±èä³ÙöÉQ€­ñºg…¹µËfnî w¶|Ç®M‹uv®êñGOmëQðäÈ,ºe­›{¹¨6Òš»yùOv*õì-Ö<+|qvzÿ„’¡ÞÉ+ Vß5™…9Ç´Á®6Ïʹ×_ë­ƒ;E•µy”¯+~Yêá¾1==‚"šGsªU,WÌYýâ«oÕ*ž¹×BѾVŸ(të³Â꯮.%ëÛ]ý«Ö!6>(ôµn­Wf:Ü]ÔÈÙr:§¸f¹¼û;†v¶¹'¥M9úÜ¥ sEÉþæÙyÓë³í=JFצKŸ-ÜüŠ -H€¸9÷ò‹£ý‹ ‹²Ï/ÀRl¾áQAÖ×EÕ½ÿxš›»”~üðk.åí›â«W.O?¦ä7ÈûÇ:¿nÏýõë·_ÓqÀ?7÷óg àö×€"ü5y"ð¯ÓqŸÁ¿ê)Ïå‹d¿Ìú«¦‡ÛÖM2=øðáÝ›7EVç#nwoßZ¿zÅã̇>¼/y~.ºÞ¯äó °uÓú’MÖ^ «Wá¯01«UÕ?§?´u*ý9÷:°^…¿µú«™?«6þÚÜÏJMþ>W¡‰-ò¯¶µrþk ’òçäƒU³MÊ} ²/,>éPVáÏõy÷,;@¦žÍþ½|uîÝC[@õŒ39‰…Ù¯£Š¥ÆèkyÎNe‘CÙ6¿×WP­âB}lV{PÛ…·ó<ürÎŒí’P5ÀÃj+U½…¼æÖkÂg»é„à’0Ä¿Vû[ïå—+ë±sDÄ’ÁÅ·bíÖŽg{ºÞŸc‰›u¯ ¨Œ›§û«[käæÕ¼meÂÚŒ?ŸãXñŸí¿ì]XüêÜÈ8KÙþ›®oƒ‚,mßÉ+.|² ±ùúØ* ‡-…ωa΀Gû ÏB­>eÊ'ë's Kâgw7àÓm‡[ewg{í‘óüÜ‹^îO °¸”*TÖÓæÚlñýü@?÷]xE'w7{ÝÕÏÊåÝÛ·dö¢]wò‹*»W)¸=£d˜¨X¥‚Ÿ³KÒì;ùþ‘AÁÿlZfÝÏl—Æ&[œý,¥»®¼_PT˜}BŒ%„Ý÷¬¨(?s]ª¥Ç®—…·¦%Z,QÚÞ§ù…ÅÙY/^‡ºz¼~UàZ­àþŠvÖÈ 7ó+åçæ>pãʵ“sZ[<ºlÏ ¬àd©=À’½ÇZ¡l۝޳¶§^y9‘¡eþÙˆÍ%_É.%,ƒ:lxn}mRŠ“­ÇºÌË‹M­\J•Œzwó_ljm±Ô]ú¨ 1ÐË£zÞ­IÖòü‰œÐÜ[«è$?w[“uÏ+dÙ,u–XÇ¿ØGÙ]*7Á&VÊöûHûuéÀúUËïܺY2¦=É|ôøÑÃj@Áƒ }ìÕ„ƒY–¬ -­~͆e”)'_fm´Zë/ìš¹8ÙR&mßKï…IVô K`põü»3¬Áìq¯RWµ´Vé1tÆüZ#OÛÓ@_æ[ã5O ½ÜkU/,È<0ƒmYÝÍæÓqù݇~‘A!¿÷ª/³žg>zX2øÜ»}[.žnß¼ñìq&„åÝ[ÒÎËR·m˜%Üú´àWäTß±ç‘5ÿÙõ«Or'§¤‘Ç_Xò²Ÿ¼È±½«ræ•çóõVKâ´–常Z „?‘¹±k){É«kË¿1=Ùîêíi÷hºê±¥lpµ€ÒY%os¶*1I ¾@¨¯û• I6»—»p).,é<·Ü Ã"ì gÝ*pÍ9ˆ€‹_ùJ¡¶JŽSJøÏöµ)Ïå½*y9}‚pÃZ«sý–¢‡hk}è%pkÓÀÎÑv· ¨Ô©sí××é¢l®åR”£Ù……Oïàd÷ ©Ù„ßd˽¹œ®kw­ÔyþM«…ʾŒîã8ù„D¶x<;¸ŒkÁƒmÛ†Yü‚<\Š‚Üjº¼81±gɧ^À»ÓV÷û•†•JÙ=+5Àæœ{YPöφ¶/ywñ¯Ÿÿ|3›ö?‹˜‡™ ;M&“ÉôGnéÿï·1gºÙ&“éÿtSÍ‘Ìd2™L&“Éd2™Lÿ—yÊù›`ú?Âtó¼ŒéÿÁlsÿ0™L¦ÿ²èŸ.ÿøî3Ôì Ó «Ù&“Éd2™Lf f2™L&“Éd25“Éd2™L¦ÿ‹5‹Åòb2™L&“Édú÷ú‡ýÇxÌú÷ 3P3™L&“Édú÷³Z­ÀŒÉ~ëï™_+ü*&“Éd2™L¦ ö÷ò;`³þý4›¨™L&“Éd2ýûÙívÀf³ýË™µÄf?›ök“Éd2™L&Ó¿?Pû{°ö;`³ÿŽØ~-ø{ ö"ë¹Ùk&“Éd2™LÿÎÎÎj¿ÊïøÌþûLÚ¯òk…_x†2{Ìd2™L&“éߨ999ýK°ö³j>|øùíÛ7àË—/–ÏŸ?ÿ£üžÿµüWùñãÇ?ÊÏŸ?Í5™L&“Édú/øûŸ›ý¾Ôù+@ûU\\\þQ~Ïÿ>Ãfÿûü À~—ß—CEw¿‚´ïß¿ÿ¤™šÉd2™L&Ó=Pû¬ý¾’ù«üеþ^~Õ™wã0ý›™;›Éd2™Lÿ»{î÷j6·þk:¢ ¬vM†ºOý—uRÿ'[JîÿúO¥ÿÜôPw¨m±Ý-›ÿ—-™Rñ_¶æþŸâËËÎ’-Ù€¿ýá[ÜЊÑÀ»ˆÔÔð¶üë:C݇V,)îÿ©ÖÝüçÚò`X¬†‚•ÀÊ`°*X ¬†á`X¬ Ö#Á(°6 Æ€±`&€‰`˜ ¦€uÀº`=°>Øl6ƒMÀ¦`3°9Øl ¶[ƒmÀ¶`;°=Øìv;ƒ]À®`*Ø ìö{‚½ÀÞ`°/Øì¦ 0ˆ€(ˆ8H€$H4È€,È<(€"(2¨€0TA ÔAÌ€ÁAà`p8G€#ÁQàhp 8Ž'€ÁIàdp 8œNg€3ÁYàlp8œÎ€ ÁEàbp ¸\.W€+ÁUàjp ¸\®7€ÁMàfp ¸Ünw€;Á]ànp¸Üî€ÁCàaðx<O€'ÁSàið x<ž/€ÁKàeð x¼^o€7Á[àmðx¼Þ€ÁG`&ø|>ŸÏÁ,ðøÌsÀWàk0ÌóÁ°,‹Á7à[ðøü~?ŸÁ/àWðøüþÈY!d‡œ gÈr…Ü wÈò„¼ o¨ä•†|¡2ä•… @(*C塨T …*A•¡*PU¨T ƒÂ¡¨TªEBQPm(Šb¡8(J€¡$(Jê@u¡zP}¨Ôj5†š@M¡fPs¨Ôjµ†Ú@m¡vP{¨Ôêu†º@]¡T¨Ôêõ„zA½¡>P_¨ÔJƒ@‚`Pƒpˆ€Hˆ‚hˆXˆƒxH€DH‚dHP:¤B¤C” €Bƒ ÁÐh(4 €FB£ ÑÐh,4M€&B“ ÉÐh*4 šÍ€fB³ ÙÐh.4š-€B‹ ÅÐh)´ Z­€VB« ÕÐh-´Zm€6B› ÍÐh+´ Úí€vB» ÝÐh/´Ú€B‡ ÃÐè(t :€NB§ ÓÐè,t:]€.B— ËÐè*t ºÝ€nB· ÛÐè.tº=€B Lè1ôz =ƒžCYÐ è%” å@¯ ×P.”åCP!TCo ·Ð;è=ôú}‚>C_ ¯Ð7è;ôú °¶Â6Ø;Áΰ ì »Áî°ì {ÁÞp)Ø. ûÂe`?Ø. Àp\†ËÃ!p¸" W‚+ÃUàªp5¸:‡Ãp ¸&\ Ž„£àÚp4ÇÂqp<œ'ÂIp2œ×ëÂõàúp¸!Ün 7›ÂÍàæp ¸%Ü n ·ÛÂíàöp¸#Ü î w»Â©p7¸;Üî ÷‚{Ã}à¾p?¸?œƒ0Ã0£0ã0“0Ó0³0ó°‹°˰;àtX…5X‡ 8„Áƒá!ðPx<„GÁ£á1ðXx<žO„'Á“á)ðTx<žÏ„gÁ³á9ð\x<^/„Á‹á%ðRx¼^¯„WÁ«á5ðZx¼Þo„7Á›á-ðVx¼Þï„wÁ»á=ð^x¼>„Á‡á#ðQø|>Ÿ„OÁ§á3ðYø|¾_„/Á—á+ðUø|¾ß„oÁ·á;ð]ø|~?„Á™ðcø ü~?‡³àðK8Î_Á¯á\8· àB¸.†ßÀoáwð{øüþ†¿À_áoðwøü bElˆqBœÄqCÜÄñB¼‘RˆRñEÊ ~ˆ?R @‘ ¤Œ”GB HE$©„TFª U‘jHu$ G"HM¤‰D!µ‘h$‰Eâx$ID’d$©ƒÔEê!õ‘HC¤Òi‚4Eš!Í‘HK¤Òiƒ´EÚ!í‘HG¤Òé‚tER‘nHw¤Òé…ôFú }‘~H$ A Á! ¡aá ‘q 鈊hˆŽH2ˆ B#C¡È0d82‰ŒBF#c±È8d<2™ˆLB&#S©È4d:2™‰ÌBf#s¹È²Yˆ,B#K¥È2d9²Y‰¬BV#kµÈ:d=²ÙˆlB6#[­È6d;²Ù‰ìBv#{½È>d?r9ˆB#G£È1ä8r9‰œBN#g³È9äòyˆº]ˆ.B£KÐ¥è2t9º]‰®BW£kеè:t=º݈nB7£[Эè6t;º݉îBw£{нè>t?z=ˆB£GУè1ô8z=‰žBO£gгè9ôú}ˆ>B3ÑÇèô)ú }Žf¡/Зh6šƒ¾B_£¹hš …hZŒ¾AߢïÐ÷èô#ú ýŒ~A¿¢ßÐïèô' `ÌŠÙ0;æ„9c.˜+憹c˜'æ…yc¥0¬4æ‹•Áü0¬,€bAX9,+…`°ŠX(V «ŒUÁªbÕ°êXŽE`5°šX-,‹ÂjcÑX ‹ÅañX–ˆ%aÉX V«‹ÕÃêc °†X#¬1ÖkŠ5Úc-°–X+¬5Ök‹µÃÚc°ŽX'¬3Ö능bݰîX¬'Ö ëõÁúbý°þXbc†b†cFbFc ÆbÆc&b&c æÀÒ1Ó03° l6„ Ɔ`C±aØpl6…ÆÆ`c±qØxl6›„MƦ`S±iØtl6›…ÍÆæ`s±yØ|l¶[„-Æ–`K±eØrl¶[…­ÆÖ`k±uØzl¶Û„mƶ`[±mØvl¶Û…íÆö`{±}Ø~ìv;„ÆŽ`G±cØqìv;…ÆÎ`g±sØyìv»„]Æ®`W±kØuìv»…ÝÆî`w±{Ø}ìö{„eb±'ØSìöËÂ^`/±l,{…½Ær±<,+À ±"¬{ƒ½ÅÞaï±ØGìöû‚}žaß±ØO À-¸·ávÜ wÆ]pWÜ wÇ=pOÜ ÷ÆKá>xiÜ/ƒûáþxY<ăðrx0^Á+àñP¼^¯‚WÅ«áÕñ0<Àkà5ñZx$…ׯ£ñ<Ããñ<O“ñ¼^¯‡×Çà ñFxc¼ Þo†7Ç[à-ñVxk¼ Þo‡·Ç;àñNxg¼ ÞOÅ»áÝñxO¼Þïƒ÷Åûáýñ4Ä!ÆÅ1Ç œÄ)œÆœÅ9œÇ\Ä%\Æܧã*®á:nàø| >ŒÁ‡âÃðáø|$> ÁÇâãðñø|"> ŸŒOÁ§âÓðéø |&> ŸÏÁçâóðùø|!¾_Œ/Á—âËðåø |%¾ _¯Á×âëðõø|#¾ ߌoÁ·âÛðíø|'¾ ßïÁ÷âûðýøü ~?ŒÁâÇðãø ü$~ ?ŸÁÏâçðóøü"~ ¿Œ_Á¯â×ðëø ü&~ ¿ßÁïâ÷ðûøü!þÏÄãOð§ø3ü9ž…¿À_âÙxþ çâyx>^€âEx1þ‹¿Ãßãðø'ü3þÿŠÿã?ðŸ8@X+a#ì„áL¸®„áNxž„áM”"|ˆÒ„/Q†ð#ü‰²DHåˆ`¢<BT *¡D%¢2Q…¨JT#ªaD8AÔ jµˆH"ЍMD1D,GÄ D"‘D$)D¢.Q¨O4 ˆÆD¢)ÑŒhN´ Z­ˆÖD¢-ÑŽhOt :ˆÎD¢+‘Jt#º=ˆžD/¢7чèKô#úiH@L J`NIPM0KpO„HH„L(„ƒH'TB#t 2ˆÄ@b1˜B %†ÉÄHb1šCŒ%Æ㉠ÄDb1™˜BL%¦Ó‰ÄLb1›˜CÌ%æó‰ÄBb±˜XB,%–ˉÄJb±šXC¬%Öë‰ ÄFb±™ØBl%¶Û‰ÄNb±›ØCì%öû‰ÄAâq˜8B%ŽljÄIâqš8Cœ%Îç‰ ÄEâq™¸B\%®׉ÄMâq›¸CÜ%î÷‰ÄCâ‘I<&žO‰gÄs"‹xA¼$²‰âñšÈ%òˆ|¢€($Šˆbâ ñ–xG¼'>‰OÄgâ ñ•øF|'~? €´VÒFÚI'Ò™t!]I7Òô =I/Ò›,Eú¥I_² éGú“eÉ2 "Ë‘Ády2„¬@V$CÉJde² Y•¬FV'ÃÈp2‚¬AÖ$k‘‘dY›Œ&cÈX2ŽŒ'ÈD2‰L&SÈ:d]²YŸl@6$‘É&dS²ÙœlA¶$[‘­É6d[²Ùžì@v$;‘É.dW2•ìFv'{=É^do²Ù—ìGö'ÓH„H˜DH”ÄHœ$H’¤HšdH–äHžH‘”H™TH™Nª¤Fê¤AfÈä r09„J#‡“#È‘ä(r49†KŽ#Ç“ȉä$r29…œJN#§“3È™ä,r69‡œKÎ#ç“ È…ä"r1¹„\J.#—“+È•ä*r5¹†\K®#דÈä&r3¹…ÜJn#·“;Èä.r7¹‡ÜKî#÷“ȃä!ò0y„!Ÿ’ÏÈçdù‚|If“9ä+ò5™Kæ‘ùdYH‘Åäò-ùŽ|O~ ?’ŸÈÏäò+ùüNþ ’e¡¬”²SN”3åB¹Rn”;åAyR^”7UŠò¡JS¾TÊò§ÊRT D•£‚©òTUªH…R•¨ÊTª*UªN…QáTUƒªIÕ¢"©(ª6MÅP±TO%P‰T•L¥Pu¨ºT=ª>Õ€jH5¢SM¨¦T3ª9Õ‚jIµ¢ZSm¨¶T;ª=ÕêHu¢:S]¨®T*ÕêNõ zR½¨ÞTª/ÕêO¥Q Q0…P(…Q8EP$EQ4ÅP,ÅQ<%P"%Q2¥P*R)Ò)ƒÊ P©AÔ`j5”F §FP#©QÔhj 5–G§&P©IÔdj 5•šFM§fP3©YÔlj5—šGͧP ©EÔbj µ”ZF-§VP+©UÔjj µ–ZG­§6P©MÔfj µ•ÚFm§vP;©]Ônjµ—ÚGí§P©CÔaêu”:F§NP'©SÔiê u–:G§.P©KÔeê u•ºF]§nP7©[Ômêu—ºGݧP©GT&õ˜zB=¥žQÏ©,êõ’ʦr¨WÔk*—Ê£ò©ª*¢Š©7Ô[êõžú@}¤>QŸ©/ÔWêõúAý¤ÚB[im§hgÚ…v¥ÝhwÚƒö¤½hoºíC—¦}é2´íO—¥è@:ˆ.GÓåéº]‘¥+Ñ•é*tUº]£Ãéº]“®EGÒQtm:šŽ¡cé8:žN é$:™N¡ëÐuézt}ºÝnD7¦›ÐMéftsºÝ’nE·¦ÛÐmévt{ºÝ‘îDw¦»Ð]éTºÝîA÷¤{ѽé>t_ºÝŸN£A¢a¡Q£qš Iš¢iš¡Yš£yZ EZ¢eZ¡t:­Ò­ÓA ÒƒèÁôz(=ŒN GÒ£èÑôz,=ŽOO 'Ò“èÉôz*=žNÏ gÒ³èÙôz.=žO/ Ò‹èÅôz)½Œ^N¯ WÒ«èÕôz-½Ž^Oo 7Ò›èÍôz+½ÞNï wÒ»èÝôz/½ÞO Ò‡èÃôú(}Œ>NŸ OÒ§èÓôú,}Ž>O_ /Ò—èËôú*}¾Nß oÒ·èÛôú.}¾O? ÒèLú1ý„~J?£ŸÓYô ú%MçЯè×t.GçÓt!]DÓoè·ô;ú=ýþH¢?Ó_è¯ô7ú;ýƒþIŒ…±26ÆÎ81ÎŒ ãʸ1îŒãÉx1ÞL)Ƈ)Íø2e?ÆŸ)Ë0LSŽ fÊ3!L¦"ÊTb*3U˜ªL5¦:Æ„3L ¦&S‹‰d¢˜ÚL4ÃÄ2qL<“À$2IL2“ÂÔaê2õ˜úL¦!ÓˆiÌ4aš2͘æL ¦%ÓŠiÍ´aÚ2í˜öL¦#Ó‰éÌtaº2©L7¦;ÓƒéÉôbz3}˜¾L?¦?“Æ€ ÄÀ   Æà Á ÅРð ÇðŒÀˆŒÄÈŒÂ8˜tFe4Fg &ƒÀ d1ƒ™!ÌPf3œÁŒdF1£™1ÌXf3ž™ÀLd&1“™)ÌTf3™ÁÌdf1³™9Ì\f3ŸYÀ,d1‹™%ÌRf³œYÁ¬dV1«™5ÌZf³žÙÀld61›™-ÌVf³ÙÁìdv1»™=Ì^f³Ÿ9Àd1‡™#ÌQæsœ9ÁœdN1§™3ÌYæsž¹À\d.1—™+ÌUæs¹ÁÜdn1·™;Ì]æsŸyÀ»€]È.b³KØ¥ì2v9»‚]É®bW³kصì:v=»ÝÈnb7³[Ø­ì6v;»ƒÝÉîbw³{ؽì>v?{€=Èb³GØ£ì1ö8{‚=ÉžbO³gسì9ö<{½È^b/³WØ«ì5ö:{ƒ½ÉÞbo³wØ»ì=ö>û€}È>b3ÙÇìö)ûŒ}Îf±/Ø—l6›Ã¾b_³¹l›Ï°…l[̾aß²ïØ÷ìö#û‰ýÌ~a¿²ßØïìö' pÎÊÙ8;çÄ9s.œ+çÆ¹sœ'çÅys¥8®4çË•áü8®,ÀrA\9.˜+Ï…p¸Š\(W‰«ÌUáªrÕ¸ê\ÎEp5¸š\-.’‹âjsÑ\ ËÅqñ\—È%qÉ\ W‡«ËÕãês ¸†\#®1ׄkÊ5ãšs-¸–\+®5׆k˵ãÚs¸Ž\'®3×…ëÊ¥rݸî\®'׋ëÍõáúrý¸þ\rs‡rÇÉäIòyšp¹OÜgî ÷•ûÆ}ç~p?9€·ðVÞÆÛy'Þ™wá]y7Þ÷à=y/Þ›/Åûð¥y_¾ ïÇûóeù>âËñÁ|y>„¯ÀWäCùJ|e¾ _•¯ÆWçÃøp>‚¯Á×äkñ‘|_›æcøX>ŽçøD>‰OæSø:|]¾_ŸoÀ7äñù&|S¾ßœoÁ·ä[ñ­ù6|[¾ßžïÀwä;ñù.|W>•ïÆwç{ð=ù^|o¾ß—ïÇ÷çÓx‡x˜Gx”Çxœ'x’§xšgx–çxžx‘—x™WxŸÎ«¼Æë¼Ágðøü ~0?„Êã‡ó#ø‘ü(~4?†ËãÇóø‰ü$~2?…ŸÊOã§ó3ø™ü,~6?‡ŸËÏãçó ø…ü"~1¿„_Ê/ã—ó+ø•ü*~5¿†_˯ã×óøü&~3¿…ßÊoã·ó;øü.~7¿‡ßËïã÷óøƒü!þ0„?Êãó'ø“ü)þ4†?ËŸãÏóø‹ü%þ2…¿Ê_ã¯ó7ø›ü-þ6‡¿Ëßãïóø‡ü#>“Ì?áŸòÏøç|ÿ‚Égó9ü+þ5ŸËçñù|_ÈñÅüþ-ÿŽÏà?òŸøÏüþ+ÿÿÎÿàò€`¬‚M° N‚³à"¸ n‚»à!x ^‚·PJðJ ¾BÁOðÊ B $”‚…òBˆPA¨(„ •„ÊB¡ªPM¨.„ áB„PC¨)Ô"…(¡¶-ıBœ/$‰B’,¤u„ºB=¡¾Ð@h(4 M„¦B3¡¹ÐBh)´Z m„¶B;¡½ÐAè(t: ]„®BªÐMè.ôz ½„ÞB¡¯ÐOè/¤   °€¨€ ¸@¤@ ´À¬À ¼ ¢ ² !]PMÐCÈ…AÂ`aˆ0T& F#…QÂhaŒ0V'Œ&…IÂdaŠ0U˜&Lf3…YÂlaŽ0W˜'Ì …EÂba‰°TX&,V+…UÂja°VX'¬6…MÂfa‹°UØ&lv;…]Âna°WØ'ì…CÂaáˆpT8&N'…SÂiáŒpV8'œ.…KÂeáŠpU¸&\n7…[ÂmáŽpW¸'Ü…GB¦ðXx"<ž Ï…,á…ðRÈr„WÂk!WÈò…¡P(Š…7Â[áð^ø |> Ÿ…/ÂWá›ð]ø!üÑ"ZE›hDgÑEtÝDwÑCô½Do±”è#–}Å2¢Ÿè/–Ä@1H,'‹åű‚XQ +‰•Å*bU±šX] Ãű†XS¬%FŠQbm1ZŒcÅ81^LÅ$1YLëˆuÅzb}±ØPl$6›ˆMÅfbs±…ØRl%¶ÛˆmÅvb{±ƒØQì$v»ˆ]ÅT±›Ø]ì!ö{‰½Å>b_±ŸØ_LAaQq‘I‘i‘Y‘yQEQeQbº¨Šš¨‹†˜!ŠƒÄÁâq¨8L.ŽGŠ£ÄÑâq¬8N/N'Š“ÄÉâqª8Mœ.ÎgгÄÙâq®8Oœ/.Š‹ÄÅâq©¸L\.®WŠ«ÄÕâq­¸N\/n7Š›ÄÍâq«¸MÜ.îwŠ»ÄÝâq¯¸OÜ/ЇÄÃâñ¨xL<.žOЧÄÓâñ¬xNŠÄLñ±øD|*>Ÿ‹Yâ ñ¥˜-戯Ä×b®˜'æ‹b¡X$‹oÄ·â;ñ½øAü(~?‹_įâ7ñ»øCü)’E²J6É.9IÎ’‹ä*¹Iî’‡ä)yIÞR)ÉG*-ùJe$?É_*+HRTN –ÊK!R©¢*U’*KU¤ªR5©º&…KR ©¦TKŠ”¢¤ÚR´#ÅJqR¼” %JIR²”"Õ‘êJõ¤úR©¡ÔHj,5‘šJͤæR ©¥ÔJj-µ‘ÚJí¤öR©£ÔIê,u‘ºJ©R7©»ÔCê)õ’zK}¤¾R?©¿”&$Á"¡&á!‘%Ñ#±'ñ’ ‰’$É’"9¤tI•4I— )C ”Iƒ¥!ÒPi˜4\!”FI£¥1ÒXiœ4^š M”&I“¥)ÒTiš4]š!Í”fI³¥9Ò\iž4_Z -”I‹¥%ÒRi™´\Z!­”VI«¥5ÒZi´^Ú m”6I›¥-ÒVi›´]Ú!í”vI»¥=Ò^iŸ´_: ”I‡¥#ÒQé˜t\:!”NI§¥3ÒYéœt^º ]”.I—¥+ÒUéšt]º!Ý”nI·¥;Ò]éžt_z =”I™Òcé‰ôTz&=—²¤ÒK)[Ê‘^I¯¥\)OÊ— ¤B©H*–ÞHo¥wÒ{éƒôQú$}–¾H_¥oÒwé‡ôSd‹l•m²]v’eÙUÆ9‚#9Š£9†c9Žã99‰“9…spéœÊiœÎ\7€È âsC¸¡Ü0ÎM®.‡Éár„\C®)×’#å(¹¶-Çȱrœ/'ȉr’œ,§Èuäºr=¹¾Ü@n(7’ËMä¦r3¹¹ÜBn)·’[Ëmä¶r;¹½ÜAî(w’;Ë]ä®rªÜMî.÷{ʽäÞr¹¯ÜOî/§É  ɰŒÈ¨ŒÉ¸LȤLÉ´ÌȬÌɼ,È¢,ɲ¬È9]VeMÖeCÎÈåAò`yˆ&—OÈ'åSòiùŒ|V>'Ÿ—/ÈåKòeùŠ|U¾&_—oÈ7å[òmùŽ|W¾'ß—ÈåGr¦üX~"?•ŸÉÏå,ù…üRΖsäWòk9WΓóå¹P.’‹å7ò[ùü^þ ”?ÉŸå/òWù›ü]þ!ÿ”Å¢X›bWœgÅEqUÜwÅCñT¼o¥”⣔V|•2ŠŸâ¯”U”@%H)§+å•¥‚RQ U*)••*JU¥šR] S•¥†RS©¥D*QJm%Z‰Qb•8%^IP•$%YIQê(u•zJ}¥ÒPi¤4Vš(M•fJs¥…ÒRi¥´VÚ(m•vJ{¥ƒÒQé¤tVº(]•T¥›Ò]é¡ôTz)½•>J_¥ŸÒ_IS@R`QPSp…PH…Rh…QX…SxEPDERdEQJº¢*š¢+†’¡ P*ƒ”ÁÊe¨2L®ŒPF*£”ÑÊe¬2N¯LP&*“”ÉÊeª2M™®ÌPf*³”ÙÊe®2O™¯,P*‹”ÅÊe©²LY®¬PV*«”ÕÊe­²NY¯lP6*›”ÍÊe«²MÙ®ìPv*»”ÝÊe¯²OÙ¯P*‡”ÃÊå¨rL9®œPN*§”ÓÊå¬rN9¯\P.*—”ËÊåªrM¹®ÜPn*·”ÛÊå®rO¹¯+_”¯Ê7å»òCù©‹Ãê°9ì'‡³ÃÅáêps¸;<ž/‡·£”ÃÇQÚáë(ãðsø;Ê:Ž G9G°£¼#ÄQÁQÑê¨ä¨ì¨â¨ê¨æ¨îs„;"55µ‘Ž(GmG´#ÆëˆsÄ;þ{ïÅòíV÷ô†a†DD$ H‚³bÅLç $‡Ž˜sÎ9gQÄœsγ˜%›ãáqîùÞsîýý~÷®þxë÷žŸµff×®êê½wïÚµ«{MWÍÇð±|ßœçø|K¾ßšo÷åÛñ‰|{¾ß‘ïÄwæ»ð]ùn|w>‰ïÁ÷ä{ñ½ùd>…ïÃ÷åSù~|~?Äæ‡ði<Êc<Î<ÉS<Í3<ËsüP~ŸÎgð™|ŸÍç-|Ïó/ò/ó ŸËàGò£øÑü~,?ŽÏOà'ò“øÉü~*?ŸÎÏàgò³øÙü~.?ŸÏ/àò‹øÅü~)¿Œ_ίàWò«øÕü~-¿Ž_Ïoà7ò›øÍ|¿…ßÊoãóùí|_Èïà‹øü.~7¿‡ßËïã÷óøƒü!þ0„?Êãó'ø“ü)þ4†?ËŸãÏóø‹ü%þ2…¿Ê_ã¯ó7ø›ü-þ6‡/æïò÷øûüþ!ÿˆÌ?áKø§ü3þ9ÿ‚É¿â_óoøR¾ŒË¿ãËù ¾’¯â«ù¾–Ïà?òŸøÏüþ+ÿÿÎÿàò¿ø?ø: *Ô‚FÐ :ÁJÐ Ö‚A°Œ‚­`ì³`/8Ž‚“à,¸®‚›à.x O¡¡à%4¼…Æ‚ÐDðü!@š AB°"4B…0!\ˆ"…(!Zˆb…8¡¹/$-„–B+¡µÐFh+´…öB¡£ÐIè,tº Ý„îB’ÐCè)ôz ÉBŠÐGè+¤ ý„þÂa 0H, ÒTÀ\ R Z`Và„¡Â0!]È2…,![.X„A$A!W!ŒF £…1ÂXaœ0^˜ L& “…)ÂTaš0]˜!Ìf ³…9Â\až0_X , ‹…%ÂRa™°\X!¬V «…5ÂZa°^Ø l6 ›… Ÿ…/ÂWá›ð]ø!ü~ u!U""ªE¨u¢•¨­Eƒh#E[Ñ$Ú‰fÑ^tE'ÑYt]E7Ñ]ôˆžbCÑKl$z‹E±‰è+ú‰þb€(6ƒÄ`1Dl&†Šab¸!FŠQb´#ÆŠqbs1^L[ˆ-ÅVbk±ØVl'&ŠíÅbG±“ØYì"v»‰ÝÅ$±‡ØSì%ö“űØWLû‰ýÅâ@q8X"¦‰¨ˆ‰¸Hˆ¤H‰´Èˆ¬È‰CÅabº˜!fŠYb¶8\´ˆ9"/ ¢(J¢,*b®8B)ŽG‹cıâ8q¼8Aœ(N'‹SÄ©â4qº8Cœ)Îg‹sĹâŠÄÇâ±D|*>Ÿ‹/Ä—â+ñµøF,ËÄ·â;±\¬+Å*±Z¬kÅ÷âñ£øIü,~¿ŠßÄïâñ§øKüC¬I°¤’I-i$­¤“¬$½d-$É(ÙJ&ÉN2Kö’ƒä(9IÎ’‹ä*¹Iî’‡Ô@ò”J^R#É[j,ùHM$_ÉOò—¤@©©$K!R3)T “Â¥)RŠ’¢¥)VŠ“šKñR‚ÔBj)µ’ZKm¤¶R;)Qj/u:J¤ÎR©«ÔMê.%I=¤žR/©·”,¥H}¤¾RªÔOê/ Jƒ¤ÁÒ)MB%LÂ%B"%J¢%Fb%N* “Ò¥ )SÊ’²¥á’EÊ‘xIDI’dI‘r¥ÒHi”4Z#•ÆI㥠ÒDi’4Yš"M•¦IÓ¥ÒLi–4[š#Í•æIó¥ÒBi‘´XZ"-•–IË¥ÒJi•´ZZ#­•ÖIë¥ ÒFi“´YÊ“¶H[¥mR¾´]* ¥R‘´SÚ%í–öH{¥}Ò~é€tP:$–ŽHG¥cÒqé„tR:%–ÎHg¥sÒyé‚tQº$]–®HW¥kÒué†tSº%Ý–îHÅÒ]éžt_z =”I¥'R‰ôTz&=—^H/¥WÒkéT*•Io¥wR¹T!UJURµT#ÕJï¥ÒGé“ôYú"}•¾IߥÒOé—ô‡T'’aY%#²ZÖÈZY'[ÉzÙZ6È6²Q¶•M²l–íeÙQv’eÙUv“Ýe¹ì)7”½äF²·ÜXö‘›È¾²Ÿì/ÈrS9H–Cäfr¨&‡Ër¤%GË1r¬'7—ãå¹…ÜRn%·–ÛÈmåvr¢Ü^î w”;Éå.rW¹›Ü]N’{È=å^ro9YN‘ûÈ}åT¹ŸÜ_ ”Ƀå!ršŒÊ˜ŒË„LÊ”LËŒÌÊœ,‘ÊÇäãò ù¤|J>-Ÿ‘ÏÊçäóòù¢|I¾,_‘¯Ê×äëò ù¦|K¾-ß‘‹å»ò=ù¾ü@~(?’ËOäù©üL~.¿_ʯä×ò¹T.“ßÊïär¹B®”«äj¹F®•ßËäò'ù³üEþ*“¿Ë?äŸò/ù¹N ¤ÀŠJAµ¢Q´ŠN±RôеbPl£b«˜;ŬØ+Š£â¤8+.Š«â¦¸+JÅSi¨x)o¥±â£4Q|?Å_ P•¦J¬„(Í”P%L W"”H%J‰Vb”X%Ni®Ä+ J ¥¥ÒJi­´QÚ*í”D¥½ÒAé¨tR:+]”®J7¥»’¤ôPz*½”ÞJ²’¢ôQú*©J?¥¿2@¨ R+C”4U0W…T(…V…U8e¨2LIW2”L%KÉV†+%GáAI‘EÉUF(#•QÊheŒ2V§ŒW&(•IÊdeŠ2U™¦LWf(3•YÊleŽ2W™§ÌW( •EÊbe‰²TY¦,WV(+•UÊje²VY§¬W6(•MÊf%OÙ¢lU¶)ùÊv¥@)Tv(EÊNe—²[Ù£ìUö)û•ÊAårX9¢UŽ)Ç•ÊIå”rZ9£œUÎ)ç• ÊEå’rY¹¢\U®)וÊMå–r[¹£+w•{Ê}åòPy¤(•OÊgå‹òUù¦|W~(?•_ÊJr¡\8W•‹äªs5¹Ú\]®U®>×:×k“k̵Í5åÚåšsísrsrs]r]sÝrÝs=räzæÖýÆÿ‘°§`ã²¹\ßö‘¾îfk-ÿ¹Ù5Áˆö¿8ânØw·]ëhC‰vãôð[Û¡öª37ëe£‘åÚ[X·Ô¨²‘ìãMª;zØÜd¿=wÚÔuÙiS0ÖVûÒöÿÖY?»±æÆfÂf¥Ñˆ,ÓiÃ6{Dk‡‚tã]ÔSÿ@mýÚåtHÉú“š¦W SÆK !ò¦f ˆ Úaßô6¨v¦èÚCêZß!`#päÍñÎpÃ:àfwtyV[ 6œ-ÕŒŠ}¤QÆêîØ¦Øít8ijãÝ$Q\ìnjH½m†¯}pDó­þ.gýãQðˆoÿDw<€³³<‡BîSÍ•v#à}#ãghÍ NÞWçu4áåϘ‘׽ꩭëu±^§SúŒJÍý‘fDc¼¾3$¨·Ï¤‘ í@݉©ökÝàM]]ѱÞÓ{ª=VCúÜM¦G©šººëMuu1F3ù*ħ.©CìEÃmKsk§Pó Ïw¦m^Ö».÷áqšµÎÝÚ%ì9%©ºÎØÍiÓÜ\›ê(x”¹‡þ¤QÒÇÙ´€Ã}Ó-·ç¶Ð^îpØjY[7;ówÛ]=½-ŸZŽÝñ@‰íJÝpófà0r/Ü´¿S·ªÈXwpEˆ{<Ò¾¿ùœa[} ÌßÀ½žNE5_¬ÂGi~Öéþy©®ŒM¸ž0ôêÄf‰?eà¼|7²s]Ý óˆ•þœ¯+€Ãb½4Ó³á‰ÀæÚ#Ã5„©+‚:u‰|Œ »4?–E·¹ðM_Ýkä« Ôí­iœ ‹Ê }ôÖpª]¬g1Ò[ç­K`t—†>I¨ŒÜ…̪›z¬³í²4àQv§áþ°«‚O…Á[ìÆØ÷Á8ø²®]¿WS<¬6êÔ>u4&ͻɺ@Ñ CÚ ‡ttO ß·l:D©3,ðèb—e~$Ýmÿ1¦O^!È$ÚÁż־7ò2[÷Ðó¹Á4]†„vØbî ¯„/ uIøà§.Ɖ4$t#»]SµÝh‚¯žã³Lwº¡×{øÏnw5ix–ñ‹Fkÿ8i‚C±wá‘Ñp𾿄9hr°K³^£6ùƒQ>˜¦XŸëc¶1=ß‘~1¶M­Çið»Wª ¥Ç2ÍÃ*·í$ü֣Йš“ÁjïR+[€ÌšI…ð°µeC]͈¾‰æ1˜—r©@þÐõÒ½öyì°.È3è–é£.ì1ï0ë]øc> ²~h¸èä Sw4(xcªñA<ö!Sý»ÎõÓÌ éÛÂÔ·®nn G†æNž®›}CóùÙÍg§üÞ×åÒ¸zO@zli–½Ì^s†šMzpÙfd ì0àœGLR<ÛwÛ×Îõ„EV ÍmÏ„£¶&“•iÈôœª‰@ViBëEß ƒ)Ɖæbÿ(‡¾ÆãªWÚž{Œ×Àäœñ¬‡«a?HAú¸ø!”þ“&x@8ÜØÔ/bû†WjÚÀˆÆÏl€ºå›WÀëÀE8Þâ6$k(Ý·íÎÏ®3ô%;8ôõˆ€'B]õDÍ&O‡GšR}OÆâÀ×l0ŒGú­Á° ËºÛ #º˜º\¾ÓÀ溕¶\§IÐß3Ç;4HÜ ô2=@âŒÁ:feèhûÚ0ÉôP}V¾·Zê`€ÇÀWì7é’AŽËø„}kã^·ãømxh-ò®Ã®ô­š£Ú{ú¬§È¸ð1†NNj° t±1ìõšµšKà»GvŸÁyP ¿´ Tß²km÷Ì~=j× àæxpUEÀWõ#ÍîàRÈø |ÀNû8Û;àŒ}ØŒÄèû·,öà.ØiÛYÇ‚N (p»Fe<`Rms,Pïq×à«·sHjÞÕ˜o4Á‘ÝrÖÇ´UA5ðy¤lP%F7 ?i¨Ó/ÒK± :Œ$&i–"‚TáæÝ6‘ %°‰î¾CfB°á©&ˆ”8…»Í«õ­ôYz<3ìÈÓcpÓ7¼ö8£9‚< ¼gË銮Mè)M›©¶ï̸‹¢5)¦n5œª‰€ÌûC¶z:±™»)±¿FštýtHv¨ ÈƒÜ Má\d LM=êW­d‘³z[0š nß[—iÓÁÑk\b$[ƒÞ)î×­¹á‰ÃkŸŸº­æú[ ý]h…Œ|ÿ­ž^X ©ƒüÇ®¦ÛzÁ¾µ½­>,+̇À`ðÃP•’˜¥×Á-lâ´/½e‡xŸÑ¦7š¢ð{šäÐt—ë&³á—]¢ŽÚÓï´Ë Ó¹óºøº}ÙA ð%ƒ'èhéÛ#ðèøf¢òC_ÅÎóol·ÄwÁ™ „üeîâ;-±™Ép >Õû€+²)1ô°¯Öz²Ä{ŸÁÙºFë•hXôÆa˜S}—Þp_s1Y£ïÝò}à :SmM8|ßçæ¶†B‚\ºyà4t7\¥ñ×ì»Imn1d;è¢/ƒ{Úó,¨6Ý5 Ô—‚«¦% ü2†2=ds¼9 „Xo1^Û:µ4Ú™Mõq䳋‡1Õ?Ù˜¥s³1}óê©õjàñÄCãÐVïî´Ç{»ýIͺº:¯ ðZ?do]i~8­™ OÖ´¶|?˜¨PÂ¥À0ÆÔ·Ü×X¯ò4ïy*0UÜxÃKBÜLëÎ×Õ¹N¿P7ôš¦xÐ pÐj²æÍà:˜Arý—rWx´×9ï¶NŽ.4U}G%ø{z¨Ú}…Ô ×#ª•!F09B<îÓ t†‡"`èGÀ3Í×€È6“ôŽHG·²þÞþÏ™6ö]]ÝöÍ ç\Íÿõ+÷©›¿é®uoþJŸnß:rýÿ˜œÍœ[WGÖ!>¨FFj?Ž6«ÞqãêC×f§ó<ÏßÎåmMÎzØnåÅ¢n¦4-hðöã=çgíò-:Ó}DÙºÝ]õdBZ¶^spâçüê}ù~×gYæû%LÛ·¿×©Îó;¸Ú'n¼):5æÎÕžwËmR#=¿o+œYuy]ÎÄÁoÏ}ß~vO™?Zøßí`Ù´råúŒLÿ×R»¼Û2’¾¿u`TèŠðà8¿8¬C´am ¶è.iËÇ6£Ä´ÕÍPÅ6÷8ñÀlìw(íņv‚t~pø¦œÜ _¿wBmÊ ú-¯qÿ™E¾«ßž^Wضy?ìê€ÞÍÖ¿OŸöhɹ²Ã«+±ˆ{Óۛ~©îÜáUñKºxï«Z=xH]ѯ·ï~}úüöú£˜Ôê´–C¶é³î|‹}á螨>JUX~f|C´ýÀ‘­Ÿòú™ÑvÞǵÉß_Ä»Í ÿr¨üĦ3§$nÒåÏh4ÏëÚÕž_Öž˜T0aÜÓ ¡? ˆV«î‡¨;'G{~a=è@¤ÝAdPZWÇý£îٻᘼ—ž¼¸Sΰì‘‚5ý«k®WY7}È—žÈä ƽ^8|pÃKø)MïûKÐŽã÷ŸY1Åé°ûˆÍ¹±«ÏLZpI÷2½oaîháÐ[Þ‡„à; ºóp©eHŸÇìáé» EGª‡«îd£5À¦äÅì•â^ï'¹åMè±fܪÈ&V+?ç-°[tñÄdyBø¬ýµScçNa——w¾¥•_^©8tËã!]º:kâÆÌÍS²?n«Ý58^ðhCÓ‚Éö>µ[ÞßWóê’6­ÉrqÌ·éÙB'•›Ò–Wr64M†Öôø´~eל‚Û>çרZ··3é5¨›c‹-]gW¬XŸf÷`}Ï»b”%²ì|hoï0×ßêv¾8>ÓÑb×ôY륑S ßÏ?—ÐíØ[KÞØM±#gÚÚ»?Ûõô×WZ„¶ÉÌ}?Pè°âĆõ“ 6ÝrÖpèöÄN«Gnmú‰Yžͺ;5|ºzóœò¤Ýç…º>ÛÊM±=´ëù¤Ëû´­›2Zu¼÷|—_RÐ,Η^Ùqò£}ᥳ'Ï>¹ó܉“QÛŸDî3bÖ¢·GM/Ï<~ØÀ%^7ZÍl²øsòâJpåfïÛÙ\~qøùóŽÓ6íH5—4z¶÷«{Ë!¿Ôuu-ÿ/ßø? *âë3ÐN­áVº  XŽ,×Ù¯4¨b c#=Àz} É¦ ”¢Ÿ¡w†œïô ¨£@0ìµD‚õaˆ+<ÀÛÁ4}hŸÞO?X·[F`¦ÎœÞाe |`«¦0ÛF@ÆlX宨®üjpx§~2è Aáú"8\GÃn®>»hö»õ»MÞ ¯B>Ã@:àÀP0 TÁ¨y”«àšJ^oÄ Ú`Ðé†z«|¯_p¬E.>hÞëæiôà €òA†¾ØÑ=p^`œJŒÀÆAÉH>à' «òÊÙ ·Uu×´C< W!X¥=F¨UP$„·`IÐÝ‚&@;t¡Á:n´ôÕà¦ÉÔì©_Ž‚(XÕD+€QÚ£@› RÕÚTu¤ª³ªLƒý°Q©Žè«ÁaðöCî«íÀI Q;ÀGAkmP+U3ÐŒ¾º@! .ÑÝ/úšÓº4Í0DßW£}áÄMÅÀ)ZU½•ÆèÔW}žbÔUé lÚœÀ °d#yF“ú¡stV„ƒ.HWà¬ÿ|wpr]‘ÁP™Î”ÃI Þꕪ¥5tj,Õ8GðPóîZ‡è ­ƒ „ܬOy€8¤TµT¯îÔKôÖˆz±Rë9€™`µn±^«Ê5øB À½J{äé6ë—#ÓÀ~½Ê‚—è´«mÔÍM³Aw¾!Và‚M&œd5( iUŸžë@¼µ1n0…A'öê.ðfÍp[sE]ªcEi€ÒFjÛÆ& JªqHý2<xC-á§ê ºÞ  ü ôÔ§Á RïzñÐz0ÈüÔ6Ò»BP8¢=;HÕ\Ñ8€þõºrªSÈe3\¿Î Îh™ŽDƒ³íQóÿ+wûÚ„z1^¡^õmSôÍ:D…zÅ…ÄE×§°)´WtxHtŒWlXDHDŒW é5п;–)PéÁáQ¡þÏ¥s9O I©Òý² Íà”. 8,,$.*JEde g ÆsY™ÖI$ä·! „yÅ‚è(2&<$&,Â+8*$. 1±þÍT‘¾}Š~¸> „z…yEE‡DÇExÅÄ……D‡†{úƒC½HB"ãb½$8Ã+*,4$<"¤{%ë{éCÔ‘q!a¡ÑªžaQþîOŠˆ £ÂBýAæŸN©2²`@úQ ù ™‘•‘eª©^¥ ‡¢âœ”eÉÀÒ«ˆ¨Øè(uˆª•Ž©r8&“ƒá¢¶ ÷Ï¡,H½KbÆ ó϶dP0 âBÂÃ#­IÁ‚dcž#„t„ª±€ðP1 dòª,ɶ@9ªu:–Iüùb>Vƒpˆ ‰ «4áz¯Áa¡¡ ‹‡ 5€FߢCCCbcááúШè¸È8Ø Ž‹VEF©›uΉY —QŒëà˜p«ˆÈˆˆp¯¨ØP€´³G ƒÙb#"T41 4 ‚£Ãý;šâB"âô1QþááªAááѪDMpˆÁá!¡‘H2C*ÈF H هņ‡DFF5ŽV!¼*¡,!A•«‚a?,;;SÙ‘¡‡H•“ƒ1”]8×X¨Œ,‘²«—C­#4pd,°VY8 OG€Š³defjlB#C"c5‰í“»¦ôè™–œÒ¦wJŸžiM@ C™„¤gYÁB*ËQ#¢20‹„ a‘!Q1P}˜ËÒy R óRw…bt‘!11a-¡Šˆ‹‘QþY|‘•®B@¦REB…F…&ó@ÈV%™zêTÉÙ¡a®‘ B“Áé‚Vf€xŒKÏñ¶Š0·KÇrr(Le‚pÞbÂÃA˜6§4†<-gßBœ+ðÈ<^¼¶%Âç«\u.°®â.:Ô”ßžÑ XuÙvï0åf—”»(ÙÎØ=ÿÞ4(`âµw6åW'}ÒŽ×5ÕÕ×tÐkBúµ6Á㯼ƒ€+s¢4ÌñíÉaîÀ*iÇK“Ï_‚ïU[ýbϼ3<¯1÷Ú ^ni£þê…µZ¤ìê¤`‚fÜ.7«ìí|é\ótsGp¬¶òòv®y²®­8ÖŽ}ôoÏŠ^ÀØg÷› ÚŠÓAô"Ĺöí™O k#õs…Ç©ÊÎKÞÀ¡—ÔÑüÆ\-¯ös­7\Õƒ5íµàx)Ty{fl¨ p·í´åiå‹íI¶¦ŽJŠÛœÞØÙ¿9 [u^ÿ¤Jm“²çu˜cõÃå 0p¦¶ú[èÑ–´ Aû¡“–nÈÛ¶yÕ¼1Ì€ì¢g•÷Õ_·AËN>.=/ûаÿômŽž<±kb$¬ª(Λ6cUÑÁ£Ç÷çMëéÔ­V?ª4×V¿<4Ô c<7c}áÎ[W̘´úÆ;›S‚?ˆ ¦®+عsËìþ.êFU ]«_No€]«Ì9›vìܱié’w+×6¶~ºµ«°ŠVn/Ê[:oÓrŸš·—Ç`jmY˜WXX¸*;8Ô”žJw‡cª+oLmk»½9™ã€cyYáμyl¤h[ιT/ŠS}—¼gày~OE̹e*=f¯©®¼»>{ 9ûB)2;¨Úl}Q]ÞÌ©º¤ppï5nýF%¹k|¬ÿ²ÔÎÔªgÇ íä¬UéÝBº Ï»_QùlON‚3bÝ!ïEõë ó‡DÕ‡zµsР¼’ªê²“RKwÊàÝ&cÃ-`†ïî⤲öˆ·{cûøà”~k×€öʉ²& Ýê“9Ø!" 6û46”ßZ‰…šaSYô¢Ú÷íµl¼;¢sôiÎlTm†€Uç%šªû«Zk seµMÝ*îÛK¥uI›s⥶ªdC½¿z<ƒ_ìJ­®íÖÓŽ$+‡šª'+¢ˆXò ²6Ô±¦º¦ôÒ *Neöq…ßÕøÿR³°wýW£'ëÚ¨Aü«´p®«ûñöæú©³Wçï?rôpÑr¥“#@bfß,ÿ«É»Ôú/ãó½Ã¢Ý êð”ñ{Võý«fAý§–¬gOKþâx~ÿþ üñ烧ѯ^½˜9mò™“'þUsïnñ¬éSþüùg)úÝÛ²3§NŒ3ònñïß¿ÿÕÆá;7o\ÿòå󟥸ïko\¿6sú”ú3X²Òÿjc øñã»ÕŸtøWwuu.ÀꟀ’õyÚåŸÛqßÐøœaýê¥o^ýÃIµ**È/yòèóçïß×üÍ®$¬îß-Þ¶yÃÓ’ÇŸ?ª×ïïª[ƒë×+ ¨`[}Wàoîu¿ÏÒÄW|þ¦?wÕ€F—Þ¹$xþSÕé1ë|Zº«kÔö?–<Ûª‚ÿ‘­“æŸ"îoòQê?ìôHË ªÒËëÆÏ:úªºn[ÅÃÃ+§ŽÈÊš{¡ôßë7—ßß3¶³;¾¹çË¢«KßÀèLu¯|¼¾£ú¦}Æn»VUóxUso²}Jé¾vÀºçÎ×!å—F¨&\­°þë9e=6˜Õ>™'”ß?~ðZiuÂòèíRÞžÉn܆*kVùäÐÌt"kîñg•µÿáµ }´L_znTd×gë“ÊÚª’ÂÀªÝ¢âŠêÚŠ»Æ&‡:!² è*o»÷NSrdú w-l㛼äö}«·—rC“oVhÔNÄÑR•ûë+¸N^&Œ¸v]y·ÂÚ¡ìüÔÞQ>ÎÖ°ÊÖ·ƒ%¯ø£uõ‹}C£ÜëÓÇ î#ŠTº9Yï™]´æ†Í:8UjÐW?\E,zPåjoeп-γ´obTÙûu™~©Ì1Ø¥á¿ä¿f¬®}{qbä4¤àÖNÌêºú^Emõ³=T•ÙŤòÎ:U¿<ší§ÖÝó_xÁ&'gXùLYu}> Ñ[©€©Ïn+o­^ƒ4›x¥ÂA_óæPš3¤µuru2¨t‰«Vº8è÷Ò Õz+$~ó ·Š×,^µ÷^e·¾qÕÝõa¢acO6fñ½JÇ`W÷‰V¿á…êêÔXHãÙ%o|XUS]ykFÔ ýà‹ššÊ’­)&(uï›êªâyÑ"x^Y][Uúêõ;/½‹¡êÝÛ*]“ª‡ºÁÁ3îTz×TVT—¿|tûúÍ3K:CÖ½w½rñTCÍF@¥ûaO§†>oO¥«Fž}S*ʪœƒ½ìÿ%Daýà«a8kë–®Iù/‘w7gÅ©U©[Kª ×´¶õQï~åë‚οöIU´‹µoEñ,Ø#ót™Wyñ¦¡1zUÛ­/\<_© ækà)µ¯rˆÖ»-5sï½rç`?[Õ¿´?Ç1À¶Mëïß©iÏJž<}ò¸ ¨z”?Ði’uäô*¿#ìО–ž®Î™sæMõ«í0ÜbýS]ÉêXÈ>íàãʘ<¢uq÷­¼¿vO?ec[õtSG¸qêØËH­ ªç.fëöªMÞójg}ouUÉáé}­T¦ëï?vvmðïãÝçÍ«—%OןwïZêÃÓÝ;·_<-À¿¦âÁšn6P|W?È-z^õgæGæîW¾¸uãY9P«c&žz U”>{]ùzW2üÇœkx¹ †¢ç݆* z ìÞ]ë ¾R^ýo¹IC³Uy}Rw]U ^íìcT׺XYï衇Bgݪ4¼+¹WR•]ž«‚·ž¬÷áÿ3°>.>-y,õö{ûµ÷°£o¬í§l}\vq ì<¤èiMÕ£­©Žì?®|¸9¥~•£ÕÁ4È<]Z²=Ù©¿ºªÊÛócÑ€X·Ûôrroâl÷ª~šS5‹‰ 0/³þúŒb£‡€¶¶ºÞxVå—Ç ­WéÊŽÎh<y9«ñgŸÔ ø/ùºÔÇs, þrš\#š¿Ö´XÕ¼>:n0ôèP\0²W¨ bå’2÷J9rk«œâ¬Ò¹Ååœ(­®~~tzj˜³15hÚ6³@U~gýÐxDר×ò;°£§·³¹êéáÉ}ÃÔ@mjÜqä©Rw{]Õ£#»úÁjWkm«US}ÕëÓ3ûÕ¯z±g‘þõ¡œVlC£–Ô’‹oªœþ´{ýìbÂMÝÌ¿'³~ÿ«ŒyÜïׂÿÆoüÆoüÆ¿aíüÿç},™ÿÛŽ¿ñ¿ñ¿;æþŽd¿ñ¿ñ¿ñ¿ñ¿ñ¿ñ¿ñÿ1<Ïpüm„ßøßóß—ùÿ‹ûÇoüÆoüÆÿ xýM¹ÿ—m:þ½‡ý·[ý½Nÿç~õá»ÃØÿ°×ýðÎÿù€eáÿNEÿ§s½õûÏçŽnõKƒuÿ½6ýýÿc))ðº°ó?t€= 6ëâêõ˜ûŸŽNù_ô˜îÿ­á_øâðïÔŸ6ƒT /Tø_J4§áêMÿ?Öÿwýñ§=?ü'Ðýç6cë­]ÿÑÿO\½ üÏ\´ê‰6D½ÐF¨7ÚõA› ¾¨ê hS4 FCÐfh(††£h$…F£1h,‡6GãÑ´Úm…¶FÛ mÑvh"Úí€vD;¡Ñ.hW´ÚMB{ =Ñ^ho4MAû }ÑT´Ú€D¡ƒÑ!hТУJ¢J£ Ê¢:†¦£h&š…f£ÃQ šƒò¨€Š¨„ʨ‚æ¢#Бè(t4:‹ŽCÇ£Љè$t2:ŠNC§£3Йè,t6:‹ÎCç£ Ð…è"t1º]Š.C—£+Еè*t5º]‹®C×£Ðè&t3š‡nA·¢ÛÐ|t;Z€¢;Ð"t'º ÝîA÷¢ûÐýèô z=ŒA¢ÇÐãè ô$z =žAÏ¢çÐóèô"z ½Œ^A¯¢×Ðëè ô&z ½ÞA‹Ñ»è=ô>ú}ˆ>B£OÐô)ú }޾@_¢¯Ð×è´-CߢïÐr´­D«Ðj´­EߣÐè'ô3úýŠ~C¿£?Пè/ô´„Á˜ C05¦Á´˜³Âô˜5fÀl0#f‹™0;ÌŒÙc˜#æ„9c.˜+憹cXÌkˆya0o¬1æƒ5Á|1?Ì À±¦XŒ…`ͰP, Ç"°H, ‹Æb°X,kŽÅc X ¬%Ö kµÁÚbí°D¬=ÖëˆuÂ:c]°®X7¬;–„õÀzb½°ÞX2–‚õÁúb©X?¬?6ˆ ÂcC°4 Å0 ÇŒÄ(ŒÆŒÅ8l(6 KÇ2°L, ËÆ†c,ã11 “1ËÅF`#±QØhl 6‡Ç&`±IØdl 6›†MÇf`3±YØll6›‡ÍÇ` ±EØbl ¶[†-ÇV`+±UØjl ¶[‡­Ç6`±MØf,Û‚mŶaùØv¬+Äv`EØNl¶ÛƒíÅöaû±ØAìv;‚ÅŽaDZØIìv;ƒÅÎaç± ØEìv»‚]Å®a×±ØMìv»ƒcw±{Ø}ìö{„=Æž`%ØSìö{½Ä^a¯±7X)V†½ÅÞaåXV‰UaÕX V‹½Ç>`±OØgì öû†}Ç~`?±_ØXp‡qŽàj\ƒkqn…ëqkÜ€ÛàFÜ7áv¸·ÇpGÜ wÆ]pWÜ wÇ=ð¸'Þ÷ÂáÞxcÜo‚ûâ~¸?€âMñ <Á›á¡xŽGà‘xÇà±xÞÇðxK¼Þoƒ·ÅÛá‰x{¼Þï„wÆ»à]ñnxw< ï÷Ä{á½ñd<ïƒ÷ÅSñ~x|>„Ƈài8Šc8Ž8‰S838‹søP|žŽgà™xžÇ-xÎã.â.ã ž‹ÀGâ£ðÑø|,>OÀ'â“ðÉø|*> ŸŽÏÀgâ³ðÙø|.>Ÿ/Àâ‹ðÅø|)¾ _ޝÀWâ«ðÕø|-¾_oÀ7â›ðÍx¾ߊoÃóñíx^ˆïÀ‹ðø.|7¾ß‹ïÃ÷ãðƒø!ü0~?ŠÃã'ð“ø)ü4~?‹ŸÃÏãð‹ø%ü2~¿Š_ïã7ð›ø-ü6~/Æïâ÷ðûøü!þŒ?ÁKð§ø3ü9þ‰¿Â_ãoðR¼ ‹¿ÃËñ ¼¯Â«ñ¼À?âŸðÏøü+þ ÿŽÿÀâ¿ð?ð:*!Ô„†Ð:ŠÐÖ„°!Œ„-a"ì3aO8Ž„áL¸®„áNx O¢!áE4"¼‰Æ„Ñ„ð%ü"€$šAD0B4#B‰0"œˆ "‰("šˆ!b‰8¢9O$-ˆ–D+¢5цhK´#‰öD¢#щèLt!º݈îDуèIô"zÉD чèK¤ýˆþÄb 1ˆL !Ò”Àœ ’ š`–àˆ¡Ä0"È 2‰,"›NXˆ‚'B$$B&"—AŒ$F£‰1ÄXb1ž˜@L$&“‰)ÄTb1˜AÌ$f³‰9Ä\b1ŸX@,$‹‰%ÄRb±œXA¬$V«‰5ÄZb±žØ@l$6›‰Ÿ‰/ÄWâñøAü$~u !&U$BªI ©%u¤©'­IiCI[ÒDÚ‘fÒžt I'Ò™t!]I7Òô sÓF¤L•6:mLÚØ´qiãÓ&¤ML›”69mJÚÔ´iiÓÓf¤ÍL›•6;mNÚÜ´yióÓ¤-L[”Ö€lNÆ“ d ²%ÙŠlM¶!Û’íÈD²=ÙìHv";“]È®d7²;™Dö {’½ÈÞd2™Bö!û’©d?²?9€H"“CÈ4%1' ’$)’&’%9r(9ŒL'3ÈL2‹Ì&‡“2‡äII‰”I…Ì%G#ÉQähr 9–GŽ''ÉIädr 9•œFN'g3ÉYälr9—œGÎ' ÉEäbr ¹”\F.'W+ÉUäjr ¹–\G®'7ÉMäf2ÜBn%·‘ùäv²€,$wEäNr¹›ÜCî%÷‘ûÉäAòy˜&Ÿ%äSòùœ|A¾$_‘¯É7d)YF¾%ß‘ådYIV‘Õd YK¾'?ÉOägò ù•üF~'?É_äd (ˆ‚)…PjJCi)eEé)kÊ@ÙPFÊ–2Qv”™²§(Gʉr¦\(WÊr§<¨”'Õò¢QÞTcʇjBùR~”?@RM© *˜ ¡šQ¡TNEP‘TMÅP±TÕœŠ§¨TKªÕšjCµ¥ÚQ‰T{ªÕ‘êDu¦ºP]©nTw*‰êAõ¤zQ½©d*…êCõ¥R©~Tj5D ¦†PiJaNIQM1KqÔPj•þçßä©,*›NY¨ЧJ¤$J¦*—A¤FQ£©1ÔXj5žš@M¤&Q“©)ÔTj5šAͤfQ³©9Ô\j5ŸZ@-¤Q‹©%ÔRjµœZA­¤VQ«©5ÔZjµžÚ@m¤6Q›©QŸ©/ÔWêõúAý¤~QPu !¦U4B«i ­¥u´­§­imCi[ÚDÛÑfÚžv i'Ú™v¡]i7Úö ОtCÚ‹nD{Óiº íKûÑþtH7¥ƒè`:„nF‡Òat8AGÒQt4CÇÒqts:žN [Ð-éVtkº Ý–nG'ÒíétGºÝ™îBw¥»ÑÝé$ºÝ“îE÷¦“éºÝ—N¥ûÑýéô@z=˜B§Ñ(Ñ8MÐ$MÑ4ÍÐ,ÍÑCéat:AgÒYt6=œ¶Ð94O ´HK´L+t.=‚I¢GÓcè±ô8z<=žHO¢'ÓSè©ô4z:=ƒžIÏ¢gÓsè¹ô½€^H/¢ÓKè¥ô2z9½‚^I¯¢WÓkèµô:z=½ÞHo¢7Óyôz+½Î§·Ót!½ƒ.¢wÒ»èÝôz/½ÞO Ò‡èÃôú(}Œ>NŸ OÒ§èÓôú,}Ž>O_ /Ò—èËôú*}¾Nß oÒ·èÛôº˜¾KߣïÓè‡ô#ú1ý„.¡ŸÒÏèçô ú%ýŠ~M¿¡Ké2ú-ýŽ.§+èJºŠ®¦kèZú=ýþH¢?Ó_è¯ô7ú;ýƒþIÿ¢ÿ ëhÀ@ ̨„Q3FËè+FÏX3Ɔ12¶Œ‰±cÌŒ=ãÀ82NŒ3ã¸2nŒ;ãÁ4`<™†ŒÓˆñf3>LÆ—ñcü™&iÊ1ÁLÓŒ e˜p&‚‰d¢˜h&†‰eâ˜æL<“À´`Z2­˜ÖL¦-ÓŽIdÚ3˜ŽL'¦3Ó…éÊtcº3IL¦'Ó‹éÍ$3)L¦/“Êôcú3˜Ì f03„IcPcp†`H†bh†aX†c†2Øt&ƒÉd²˜lf8carž‘‘™Q˜\f3’ÅŒfÆ0c™qÌxf3‘™ÄLf¦0S™iÌtf3“™ÅÌfæ0s™yÌ|f³YÄ,f–0K™eÌrf³’YŬfÖ0k™uÌzf³‘ÙÄlfò˜-ÌVf“Ïlg ˜BfSÄìdv1»™=Ì^f³Ÿ9Àd1‡™#ÌQæsœ9ÁœdN1§™3ÌYæsž¹À\d.1—™+ÌUæs¹ÁÜdn1·™;L1s—¹ÇÜg0™GÌcæ SÂl_6•íÇög°ÙAì`v›Æ¢,Æâ,Á’,ÅÒ,ò,Çe‡±él›Éf±ÙìpÖÂæ°<+°"+±2«°¹ìv$;ŠÍŽaDzãØñìv";‰ÌNa§²ÓØéì v&;‹ÍÎaç²óØùìv!»ˆ]Ì.a—²ËØåì v%»Š]Í®aײëØõìv#»‰ÝÌæ±[Ø­ì66ŸÝΰ…춈ÝÉîbw³{ؽì>v?{€=Èb³GØ£ì1ö8{‚õ$’^d#Ò›lLúMH_Òô'È@²)D“!d32” #ÃÉ2’Œ"£É2–Œ#O²%ìSöûœ}Á¾d_±¯Ù7l)[ƾeß±ål[ÉV±Õl [˾g?°ÙOìgö û•ýÆ~g°?Ù_ìl 8ˆƒ9‡pjNÃi9gÅé9kÎÀÙpFΖ3qvœ™³ç8GΉsæ\8WÎsç<¸œ'×óâqÞ\c·kÂùr~œ?ÀrM¹ .˜ ášq¡\ÎEp‘\ÍÅp±\ל‹ç¸\K®ךkõåÚq‰\{®בëÄuæºp]¹n\w.‰ëÁõäzq½¹d.…ëÃõåR¹~\n7Ä æ†piÊaÎÉQÍ1ËqÜPn—Îep™\—Í ç,\Çs'r'sÊÿÁÞ{EÕtᢽ÷ì Ã0 9ˆˆ(ˆ0’ƒ`ÆœsD@Ù9'Ì9眳¨bÎ9çˆ(*&T¢9¾Þó½ç{Oݪ[uϯûãÞ®ššîÕ{z¯îYëéµzWíÍBÇ cÑqèxt:„NF§ SÑiètt:…ÎFç sÑyè|tº]„.F— KÑeèrtº]…®F× kÑuèztºÝ„nF· [Ñmèv4ÝîDw¡9èn4ÍC÷ ùè^tº=€D¡‡Ñ#èQôz=žDO¡§Ñ3èYôz½€^D/¡—Ñ+èUôz½ÞDo¡·Ñ;è]ôz}€ ÑBôú-BŸ OÑgh1ú}¾D_¡¯Ñô ú-EËÐwè{ôZŽV •hZÖ ÑOègô úý†~G ?Ñ_èoôúZ‹ Â`Lƒ!˜ÓazÌ€ÙaFÌ3a˜sÄ,˜fÅœ1ÌsÃÜ1Ìó¼1¬æ‹ÕÇü°˜?Ö Àa±@,k‚cM±,³aͰ0,‹À"±(,‹Áb±8,kŽ%`‰X ¬%Ö kµÁÚbí°$¬=ÖëˆuÂ:c]°®X7¬;Öë‰õÂzc}°d,ë‹õÃúc°Ø l06Š Ã†c#°Tl$–†¥cØ(l4–‰¡†á‘…у±‡ñ˜€‰˜„ɘ‚©X6‹ÃÆc°‰Ø$l26›ŠMæc3°™Ø,l66›‹ÍÃæc °…Ø"l1¶[Š-Öc+°•Ø*l5¶[‹­ÃÖc°Ø&l3¶ÛŠmöcÙØl'¶ ËÁvc¹X¶ËÇöbû°ýØì v;ŒÁŽbÇ°ãØ ì$v ;ÁÎbç°óØì"v »Œ]Á®b×°ëØ ì&v »ÝÁîb÷°ûج{ˆb°ÇXö{Š=Ê±çØ ì%ö {•`o°·X)V†½ÃÞc°r¬«Äª°j¬ûˆ}Â>c_°¯Ø7ì;öû‰ýÂ~c°¿°Z àãÁµ¸×ãÜ7âö¸ wÀ͸#nÁp+ஸîŽ{àž¸îûàõp_¼>î‡7Àýñ†xÞoŒâAx<oŠ‡à¡¸ o†‡ááx‰GáÑx ‹Çáñxs<OÄ[à-ñVxk¼ Þo‡'áíñxG¼Þï‚wÅ»áÝñxO¼Þïƒ'ã)x_¼Þ€Äáƒñ!øP|>§â#ñ4<ÏÀGá£ñLÅ1Ç œÄ)œÆœÅ9œÇ\Ä%\Æ\ųð1øX|>Ÿ€OÄ'á“ñ)øT|>ŸÏÄgá³ñ9ø\|>_€/Äá‹ñ%øR|¾_¯ÄWá«ñ5øZ|¾߀oÄ7á›ñ-øV|¾ÏÆwà;ñ]x¾ÏÅóð=x>¾߇ïÇàñCøaü~?†ÇOà'ñSøiü ~?‡ŸÇ/àñKøeü ~¿†_Çoà7ñ[ømü~¿‡ßÇàøC¼„?Æ‹ð'øSü^Œ?Ç_à/ñWøk¼ƒ¿ÅKñ2üþÿ€—ãx%^…Wã5øGüþÿ‚Å¿áßñøOüþÿƒÿ…× ˜Ð¡%t„ž0v„‘°'L„a& áDX gÂ…p%Üwƒð$¼o‡¨Gøõ ?¢áO4$ˆFDc""šÁDS"„%lD3"Œ'"ˆH"Šˆ&bˆX"Žˆ'š D"Ñ‚hI´"Zmˆ¶D;"‰hOt :ˆÎD¢+ÑèNô z½ˆÞD"™H!úýˆþÄb 1ˆL !†ÈáÄ"•I¤éD1ŠMd(8A$A4Á,Áb?q€8H"Gˆ£Ä1â8q‚8Iœ"Ngˆ³Ä9âñ€( …Ä#â1QDŸˆÏÄâ+ñøNü ~¿ˆßÄâ/¢–$D¤†DH-©#õ¤´#¤=i"H3éHZH'ÒJ:“.¤+éFº“¤'éEz“>d=Ò—¬Oú‘ H²!@6"“dÙ„ &›’!d(i#›‘ad8AF’Qd4CÆ’qd<ÙœL ÉdK²ÙšlC¶%Û‘Id{²Ù‘ìDv&»]Éndw²Ù“ìEö&ûÉd Ù—ìGö'ÉAä`r9”F'G©äH2L'ÏežÏ¼y1óRæåÌ+™W3¯e^ϼ‘y3óVæíÌ;™w3ïeÞÏ|Yù0³0óQæãÌ¢Ì'™O3Ÿef“É)äTr9œAÎ$g‘³É9ä\r9Ÿ\@.$‘‹É%äRr¹œ\A®$W‘«É5äZr¹žÜ@n$7‘›É-äVr¹Ì&w;É]d¹›Ì%óÈ=d>¹—ÜGî'ÉCäaòy”&‹È'äSòYL>'_/ÉWäk²„|C¾%KÉ2òùžü@–“d%YEV“5äGòù™üB~%¿‘ßÉäOòù›üCþEÖ’€‚(˜ÒP¥¥t”ž2Pv”‘²§L”e¦) åDY)gÊ…r¥Ü(wʃò¤¼(oʇªGùRõ)?ªåO5¤¨FTc* ¢šPÁTS*„ ¥lT3*Œ §"¨H*ŠŠ¦b¨X*ŽŠ§šS T"Õ‚jIµ¢ZSm¨¶T;*‰jOu :R¨ÎTª+ÕêNõ zR½¨ÞT*™J¡úRý¨þÔj 5ˆL ¡†RèáÔ*•I¥QéT5ŠMeR(…Q8EP$EQ4ÅP,ÅQ<%P"%Q2¥P*•E¡ÆRã¨ñÔj"5‰šLM¡¦RÓ¨éÔ j&5‹šMÍ¡æRó¨ùÔj!µˆZL-¡–R˨åÔ j%µŠZM­¡ÖRë¨õÔj#µ‰ÚLm¡¶RÛ¨íT6µƒÚIí¢r¨ÝT.•Gí¡ò©½Ô>j?u€:H¢SG¨£Ô1ê8u‚:I¢NSg¨³Ô9êõ€* R…Ô#ê1UD=¡žRϨbê9õ‚zI½¢^S%Ôê-UJ•Qï¨÷Ôªœª *©*ªšª¡>RŸ¨ÏÔê+õúNý ~R¿¨ßÔê/ª–4Dô†Fh-­£õ´¶£´=m¢h3íH[h'ÚJ;Ó.´+íF»Ó´'íE{Ó>t=Ú—®OûÑ hº!@7¢ÓtÝ„¦›Ò!t(m£›Ñat8AGÒQt4CÇÒqt<ÝœN étKºÝšnC·¥ÛÑIt{ºÝ‘îDw¦»Ð]éntwºÝ“îE÷¦ûÐÉt Ý—îG÷§ÐéAô`z=”F§GЩôH:N§3èQôh:“FiŒÆi‚&iЦi†fiŽæii‰–i…Vé,z =–G§'ÐéIôdz =•žFO§gÐ3éYôlz=—žGϧÐ éEôbz ½”^F/§WÐ+éUôjz ½–^G¯§7ÐéMôfz ½•ÞFo§³éôNzCï¦séB¥ÑÇéôIú}š>CŸ¥ÏÑçé ôEú}™¾B_¥¯Ñ×éôMú}›¾CߥïÑ÷étý.¤Ñé"ú ý”~FÓÏéôKúýš.¡ßÐoéRºŒ~G¿§?Ðåt]IWÑÕt ý‘þD¦¿Ð_éoôwúý“þEÿ¦ÿÐѵ4` f4 Âh£g ŒcdìãÀ˜GÆÂ81VÆ™qa\7Æñ`</Æ›ñaê1¾L}ÆiÀø3 ™¦Ó˜ d‚˜&L0Ó” aBÓŒ c™&’‰b¢™&–‰câ™æL“È´`Z2­˜ÖL¦-ÓŽIbÚ3˜ŽL'¦3Ó…éÊtcº3=˜žL/¦7Ó‡IfR˜¾L?¦?3€È b3C˜¡Ì0f83‚IeF2iL:“ÁŒbF3™ Ê` Î ÉP Í0 Ëp ÏŒÈHŒÌ(ŒÊd1c˜±Ì8f<3™ÈLb&3S˜©Ì4f:3ƒ™ÉÌbf3s˜¹Ì³€YÈ,b3K˜¥Ì2f9³‚YɬbV3k˜µÌ:f=³ÙÈlb63[˜­Ì6f;“Íì`v2»˜f7“Ëä1{˜|f/³ÙÏ`2‡˜ÃÌæ(sŒ9Μ`N2§˜ÓÌæ,sŽ9Ï\`.2—˜ËÌæ*s¹ÎÜ`n2·˜ÛÌæ.s¹Ï<` ˜‡L!óˆyÌ1O˜§Ì3¦˜yμ`^2¯˜×L ó†yË”2eÌ;æ=ó)g*˜J¦Š©fj˜Ì'æ3ó…ùÊ|c¾3?˜ŸÌ/æ7ó‡ù‹©e ±0«aVËêX=k`íX#kÏšXÖÌ:²Ö‰µ²Î¬ ëʺ±î¬ëÉz±Þ¬[õeë³~lÖŸmÈ°ØÆl Ä6aƒÙ¦lÊÚØflÎF°‘lÍÆ°±lÏ6gØD¶Û’mŶfÛ°mÙvlÛžíÀvd;±Ù.lW¶ÛíÁöd{±½Ù>l2›Âöeû±ýÙì@v;˜Âe‡±ÃÙl*;’McÓÙ v;šÍdQcq–`I–bi–aY–cyV`EVbeVaU6‹ÃŽeDZãÙ ìDv;™ÂNe§±ÓÙìLv;›ÃÎeç±óÙìBv»˜]Â.e—±ËÙìJv»š]îe×±ëÙ ìFv»™ÝÂne·±ÛÙlv»“ÝÅæ°»Ù\6ÝÃæ³{Ù}ì~ö{=Äf°GÙcìqö{’=ÅžfϰgÙsìyö{‘½Ä^f¯°WÙkìuö{“½ÅÞfï°wÙ{ì}ö[À>d ÙGìc¶ˆ}Â>eŸ±Åìsöû’}žfKØ7ì[¶”-cß±ïÙl9[ÁV²Ul5[Ã~d?±ŸÙ/ìWöûýÁþd±¿Ù?ì_l- 8ˆƒ9 ‡pZNÇé97ŠMf’(‰‘8I$I‘4É,É‘<)")‘2©*™EŽ!Ç’ãÈñär"9‰´ãs\ׄ æšr!\(gãšqa\8ÁErQ\4ÃÅrq\<לKà¹\K®ךkõåÚqI\{®בëÄuæºp]¹n\w®דëÅõæúpÉ\ ×—ëÇõçp¹AÜ`n7”Æ çFp©ÜH.Kç2¸QÜh.“C9ŒÃ9‚#9Š£9†c9Žã99‰“9…S¹,n 7–Çç&p¹IÜdn 7•›ÆMçfp3¹YÜln7—›ÇÍçp ¹EÜbn ·”[Æ-çVp+¹UÜjn ·–[Ç­ç6p¹MÜfn ·•ÛÆmç²¹ÜNn—Ãíær¹på\WÉUqÕ\ ÷‘ûÄ}æ¾p_¹oÜwî÷“ûÅýæþpqµà!æ5<Âky¯ç ¼oäíyïÀ›yGÞÂ;ñVÞ™wá]y7Þ÷à=y/Þ›÷áëñ¾|}ÞoÀûó ù¾ߘäƒø&|0ß”áCyߌãÃù>’â£ù>–ããùæ|ŸÈ·à[ò­øÖ|¾-ߎOâÛóøŽ|'¾3ß…ïÊwã»ó=øž|/¾7߇OæSø¾|?¾??€ÈâóCø¡ü0~8?‚OåGòi|:ŸÁâGó™<Êc<Î<ÉS<Í3<Ës<Ï ¼ÈK¼Ì+¼Êgñcø±ü8~¿€_È/âóKø¥ü2~9¿‚_ɯâWókøµü:~=¿ßÈoâ7ó[ø­ü6~;ŸÍïàwò»ø~7ŸËçñ{ø|~/¿ßÏàò‡øÃüþ(Œ?ΟàOò§øÓüþ,Ž?Ï_à/ò—øËüþ*¿Îßàoò·øÛüþ.¿Ï?à ø‡|!ÿˆÌñOø§ü3¾˜οà_ò¯ø×| ÿ†Ë—òeü;þ=ÿ/ç+øJ¾Š¯ækøü'þ3ÿ…ÿÊã¿ó?øŸü/þ7ÿ‡ÿ‹¯å ° A+è½`ì£`/˜Á,8 ÁI° ΂‹à*¸ à)x Þ‚POðê ~BÁ_h(„ÆB $4‚…¦Bˆ*Ø„fB˜.D‘B”-ıBœ/4„D¡…ÐRh%´Úm…vB’Ð^è t: ….BW¡›Ð]è!ôz ½…>B²"ôú ý…Â@a0X" † Ã…Bª0RHÒ… a”0ZÈPpHhXxADAdAT!K#ŒÆ ã… ÂDa’0Y˜"L¦ Ó…ÂLa–0[˜#Ìæ ó…ÂBa‘°XX",– Ë…ÂJa•°ZX#¬Ö ë… ÂFa“°YØ"l¶ Û…la‡°SØ%ä»…\!OØ#ä {…}Â~á€pP8$ŽG…cÂqá„pR8%œÎg…sÂyá‚pQ¸$\®W…kÂuá†pS¸%Üîw…{Â}áP < …GÂc¡Hx"<ž ÅÂsá…ðRx%¼J„7Â[¡T(Þ ï…B¹P!T UBµP#|> Ÿ…/ÂWá›ð]ø!ü~ ¿…?Â_B­DH„EˆˆZQ'êEƒh'E{Ñ$:ˆfÑQ´ˆN¢Ut]DWÑMt=DOÑKô}Äz¢¯X_ôˆþbC1@l$6Å ±‰,6CÄPÑ&6ÃÄp1BŒ£Äh1FŒãÄx±¹˜ &Š-Ä–b+±µØFl+¶“Äöb±£ØIì,v»ŠÝÄîb±§ØKì-ö“ű¯ØOì/ŠƒÄÁâq¨8L.ŽSÅ‘bš˜.fˆ£ÄÑb¦ˆŠ˜ˆ‹„HŠ”H‹ŒÈŠœÈ‹‚(Š’(‹Š¨ŠYâq¬8N/N'Š“ÄÉâqª8Mœ.ÎgгÄÙâq®8Oœ/.Š‹ÄÅâq©¸L\.®WŠ«ÄÕâq­¸N\/n7Š›ÄÍâq«¸MÜ.f‹;Äâ.1GÜ-æŠyâ1_Ü+î÷‹ăâ!ñ°xD<*‹'Ä“â)ñ´xF<+žÏ‹Ä‹â%ñ²xE¼*^¯‹7Ä›â-ñ¶xG¼+Þï‹Äñ¡X(>‹Eâñ©øL,Ÿ‹/Ä—â+ñµX"¾ߊ¥b™øN|/~ËÅ ±R¬«Åñ£øIü,~¿ŠßÄïâñ§øKü-þÿkE A,i$DÒJ:I/$;É(ÙK&ÉA2KŽ’Er’¬’³ä"¹Jn’»ä!yJ^’·ä#Õ“|¥ú’ŸÔ@ò—JR#©±(IM¤`©©"…J6©™&…KR¤%EK1R¬'ÅKÍ¥)Qj!µ”ZI­¥6R[©”$µ—:H¥NRg©‹ÔUê&u—zH=¥^Ro©”,¥H}¥~Ri€4P$ –†HC¥aÒpi„”*”Ò¤t)C%–2%TÂ$\"$R¢$Zb$Vâ$^$Q’$YR$UÊ’ÆHc¥qÒxi‚4Qš$M–¦HS¥iÒti†4Sš%Í–æHs¥yÒ|i´PZ$-––HK¥eÒri…´RZ%­–ÖHk¥uÒziƒ´QÚ$m–¶H[¥mÒv)[Ú!í”vI9ÒnÉÈÙs&Î3sŽœ…s⬜3ç¹rnœ;çÁyr^œ7çÃÕã|¹úœ×€óçr\#.Wº&]—nH7¥[ÒméŽtWº'Ý—HÒC©Pz$=–Ф'ÒSé™T,=—^H/¥WÒk©Dz#½•J¥2éô^ú •KR¥T%UK5ÒGé“ôYú"}•¾IߥÒOé—ô[ú#ý%ÕJ@†dXÖȈ¬•u²^6Èv²Q¶—M²ƒl–e‹ì$[egÙEv•ÝdwÙCö”½doÙG®'ûÊõe?¹ì/7”äFrc9P’›ÈÁrS9D•mr39L—#äH9JŽ–cäX9NŽ—›Ë r¢ÜBn)·’[Ëmä¶r;9In/w;ÊäÎr¹«ÜMî.÷{ʽäÞr9YN‘ûÊýäþòy y¿|@>(’ËGä£ò1ù¸|B>)Ÿ’OËgä³ò9ù¼|A¾(_’/ËWä«ò5ùº|C¾)ß’oËwä»ò=ù¾ü@.Ê…ò#ù±\$?‘ŸÊÏäbù¹üB~)¿’_Ë%òù­\*—Éïä÷ò¹\®+å*¹Z®‘?ÊŸäÏòù«üMþ.ÿÊ¿äßòù/¹V ¤ÀŠFA­¢SôŠA±SŒŠ½bR³â¨X'Ū8+.Š«â¦¸+Чâ¥x+>J=ÅW©¯ø) ¥¡ 4R+JÒD Vš*!J¨bSš)aJ¸¡D*QJ´£Ä*qJ¼Ò\IP•JK¥•ÒZi£´UÚ)IJ{¥ƒÒQé¤tVº(]•nJw¥‡ÒSé¥ôVú(ÉJŠÒWé§ôW(•AÊ`eˆ2T¦ WF(©ÊH%MIW2”QÊh%SALÁB!J¡FaNáAI‘EQ•,eŒ2V§ŒW&(•IÊdeŠ2U™¦LWf(3•YÊleŽ2W™§ÌW( •EÊbe‰²TY¦,WV(+•UÊje²VY§¬W6(•MÊfe‹²UÙ¦lW²•ÊNe—’£ìVr•(åJ…R©T)ÕJòQù¤|V¾(_•oÊwå‡òSù¥üVþ()µ P!V5*¢jUªW ªjTíU“ê šUGÕ¢:©VÕYuQ]U7Õ]õP=U/Õ[õQ멾j}ÕOm ú« Õµ‘ÚX TƒÔ&j°ÚT QCU›ÚL SÃÕ5RR£Õ5VSãÕæj‚š¨¶P[ª­ÔÖjµ­ÚNMRÛ«ÔŽj'µ³ÚEíªvS»«=Ôžj/µ·ÚGMVSÔ¾j?µ¿:@¨R«CÔ¡ê0u¸:BMUGªijºš¡ŽRG«™*ªb*®*©R*­2*«r*¯ ª¨Jª¬*ªªf©cÔ±ê8u¼:A¨NR'«SÔ©ê4uº:C©ÎRg«sÔ¹êP Ô‡j¡úH}¬©OÔ§ê3µX}®¾P_ª¯Ô×j‰úF}«–ªeê;õ½úA-W+ÔJµJ­VkÔê'õ³úEýª~S¿«?ÔŸê/õ·úGýK­UA”gi²,m–.KŸeȲË2fÙg™²²ÌYŽY–,§,k–s–K–k–[–{–G–g–W–w–OV½,߬Úÿ¿ü·$þÓþ= ÿä ²wë]2$§IFøã˜0gÍ“—ýªñÈj}GذҬq,šFØÚè°3zÞÔvÙkžÀÂúªÆ£þó^þ6N­ ­ikÍfd•A¾Ý'FÂüPõ2>ÖÚ¿ñ8ßÒAŠñ¬®é èœùHŒº«Û¢Bö87}LšýÁ)†ö¶¦ñ0°xF Öw¸~-ðr:¹:D¯ÏÕš.–êÆÅ=Ñ© Sœöºœµ´ño”¤NwuéFGÒ©±shdóA¹ƒóIðdÔdçg†óà1Ìоä=ÓZá4>46aŽ.É j•Cµ~'_ÿŽ{;ñII/}mï«uq;g$+tÆZ7yó`XHŸ€icë;Ú337 ûÁÛÚÚüS}f÷Òú¬‡HcÖ6Ë“þ.ºÚÚ#›-µµ±fkFT‰- ¶G‡¸«¦û\s{·0ëß÷–]~ö&§.àIºîÝÚ%;£GU­¹›Û¶…YUÑð8kOãY³lŒwh …§6&¸û Ûj ¯v9n·ª­—“õ§ã—®¾þÜ—–ãÇw@ùÎÔE"ëtauªï Á Ÿ`óTkAP´K?óiM‰~Œïó-ð ¹d¾èãi: R¾H†ñ‹.ø@Á#á¦À¡.‰íQ¡k#º@«3jWoKZoWálx‡×¬Ë0ÌðÚÝéòüZÓÀAÑŠ‹K?ŸHx*ÔÕÈ!*lµøº<Ñ•sÈåŸAc«É4`¶xÈuÃ}Љ],G=n²±Éò ¦…^¥-7é…Ö—F  2î z[#ñæPƒN·6l¼3ï2Ê4ÍR¤½¨?[­t1AIàÎÛ É€÷x Ÿqnm>èÅ›OÀ¯S‘󭨇.ûˆº“úB#ý™1ÁÔÉM v.¦઱\·Qw üåôÄé+¸ jà×NÁÚ{N­^8opáÔŒ´&€›š4ø¦q¬Õ\³M9h¯s¼ãpÁ¹/lEb[gðìuìlÈ@~ðnÆ|I5¥kN}š|bâŒN.=šw5ç˜-ðSd¿B~¦2¤¾Œä-š¤˜z£¾è|÷¥'1ãKtFsg=¸gôs~mE ÑΟ‘ Ô—ñ»ãHrpÝJ$ AÌM4ÖýQ %¸‘á‘ •jz®£ÍáH±[„‡ÙºÞØÊHað &ÍÈ/ËSp·± ¼ñ¹ ;¼.t¾çvÃÐ&ìœn ÃLÇ÷Ö‘ªT§XºUgÀýu‘°›õ°m§¯Û ‡…‘bç`¬Å0À€0a ò65…³C ÍÒԷȸnm&rÑ覀§Údop¤§ûß„^‚C‘ù œj½¡‹s¼ê[e^m ý¯ÃÀdx¼ZwÞ¼Åï»ý}o·,ðXË0nœmãçf¯ËáÁ&Õ¼5xƒi‘¡Um«¯öpksûËx¦üfK{xóÊAç-u&bøa_¦‹yÑèNsÌõ`Â~|χ3ýqqôªŸ­i†‘Î} ”ó]W¿p±9q4Ýúú57=syðÛ°ÓzÆx/q Ç(Œýø£ž—««…‚&ž–ûFѹµ³£1¬k¬ÇÀPðËT™B@cæ p ‡xýkÅ%!`¼å­.?¢P—FxܶXM|2bеÑœ÷˜c¹d»lH¨=Ä„$Â×L¾ £u¬O“¸žÁ''7“¼_ÆÊÌEA ö€xó>˜Åé¬]ÏJjcMÉp°±¿ÿOd#RlàÆzûeÈ ÿC&wûj½_’iEÈ[Ü­ƒ±ƒG¸ŸµÚœŒl0öiù1xH­¥¦:~ðVw_—¬Q̓gØWê‚ cûmÓZ[ Û ºËàÑΣ|/‚*ËCË`c)¸iYHðÇ’f*3B§ÛY‡›ýóM°«SK³“ÕR‡#_=|Ìýƒ’Í´ÁËÁòïo”Þ¯žÏ3K[£·ÛÿÝÎgu›jký¶ÀA°ƒµµ–ŵà¼n.<]×ÚQlüÉ’–æ‘kš` é÷¡±¹nʳL‚ï¹àþÆÓæ;~2âeÙœx¹¶Ösö•Zì–®`È+pÔnºî½ÃÐZx4’…x¯x|ÐùEÄø]òoëæêñDWÙo\b¯¦ÝwH›x;Êåȱ:¬´™Á"ä°ù<47ÐÆ`0 ô†#á¹Ö[€ŠÃ4£+ÒdíìÿD´ÿ{§{_[»{ûÓà™¼šÿÏ·Ò·vñ¤»Þ»y‰‘pnµùÿœÍ]X[›^‹4ø¤¥ú4ÆtªjÏ›EžÍÎgû^~ÀF Ù;“é¢vk¯æz|7¥inû&ï>º¿h—³lÙ…îcÊ6íìjD Ò²õæ»C“¶¸çTÊ ¼í:[˜8ëÐáÞç:/îà霴õ®ä~rÞ„7{=üàÐ?Ê÷箼¹•×7ñS‡¾»ôs÷Ń‹¾S¿Z= ëÀm[»v3I½‘ÛeÿÚEöøvúÞ‘qak²µ6/°|oæºuÒò«K—,•¹¥Óú¬'G&W n­Ø).GhñèÐg{<ʲ椴]<$ ½Õ©­šRÞŸ~~7Sh°Hu·oí¯Ná]Žt1¬caNaÓŸµ«"ç6¾µ4':yo‡Ã|«¨©#ãÒâ ãï ²‚"ŸµÓdÈý^moµð¨Ç‰dæÛã;ÊÛÍϪD瘥Ûåù .xÍ_±Ë/ðú¸«â뱯浃B]®Z]ÍLfz?,²‹-šüÒA-ø6e2}ghbLFé»Àg0™G:&Üo÷²ç…Wí Ý®Øo]ËØz¶ËˆZÚÌÇ>äŒÜÑôQ[Mï=ñóZåÅ?þ®ÞÎz¿ïmj×ãõún†ýƒbÛm¶fý#`ko~µÄ0e¢ëÜô&|¿‰ý_^î)%ѱsûÌ,œðøÇA§É’Û>»m׉+Å{‚zw¶ñ×Ã×=¹Òói¿pÍÕë-žþÜïöêûÍÐ6w/áEÝRgöüujj@ÛêN.yWF_äbÆ\N›»Æ³mHV†Ûfïv]9~±ÝË”õÓâ§ÝȾqÎeÓÄž-—Ï‹µ[0g[ÍŽ ¿Œ\¨Y9ñû“.äuR—/qaà'GÝ¿«$·¹ùà”š” òìGvÃsó¯w~S^ÛæRoêÓlóGbÊð'+.•çìnÄ!ÞõÏînú­â2wuüÄânÈ¡YË"ç4‹˜2÷í+—á>’°ì¯Ü¯±Æþ/nä;„^:¾.aEÿýá•뇫ÍÿóîýŸ/_ßÝ~Û¿jxËÁaKÛôÝt¹Å¡ˆ¢ûª•á9TBýímýü˜ß§(²í¢Ï“¾JðZñíØ‡3Û.œ^’´Í³0²Á"¿[7{}ÛxfZî”IÏ·„ý‚"[­{dÓvNŽñý–yìô›!G¢œŽ"C†wu=FäÚFî=6äAÑJnXß§™Çg¨Z¡yÀ˜£—ÕK‘m–˜Ï™ß°d¯ìü)=7LZÕÈníלü%NË®ž™®L‰˜w¸ffìò¬Ù±™«?t¾§W^ß(?vϧhTézzêVjû æó®š}Cà%O¶4ÍîP³sé£CÕ%×ôí–& òšÍˆ4AmJ[Þà·4M†6ôü²ymW>÷~ÀåMc*7ìœî7¤›k‹]ç—¯Ù<Üéñ®Q…þå㸨²÷P豃}Â=©Ýûêô\WΩé‹Ö+£fä}\|<žIìöi½of8¥Ï·³ÏÀÌ®çØÞÜhÖ&{(úóHžËš3[6OË[ÚtÇEÓ±ûS;­»³éо‘ͺ»Õ¾~û‚=ö_³¹âu³ÁóñÛ;¯YÝ©mÁî®-ü—ôš¥÷_ûøPßmÙ­§Ú¯h°/?´MÛÇGö¦Gǯkûp3˜wk]¾ßy¸~ê·°„1šgK#Ï6Íë™þ¨Q‹‡ôÅ¿6}äxæF&>– §õt) û7Ì:´8¸ynŸ™ßøo•û>¾±7ñÌØš6UŽ¥ûmUÒ_ÚÍ)?1*äÔ¨†×«Wõ‰âW.»‹í¾}ƒ:…ÂwÞ çNYÛ"˰«£ØZ©Åæ|¼¾ºæ©º´ÁâCç|ö|±áxlßËi×é[7?f¶ëXør šSœÛ,ÞOTtœþäPDéüéóÏî½tælôîg1ãCûŽ™·ìÝIËàë §OƯð»ûÛnn£å_“—W€wûìÜÎáú«ã/_vœµmOkqƒ¿{·öG[[Ûòÿø àÿA™¢1 >Àµ.íäÓne¨Ú€ÕÈjƒóZ“&Î41Êl6[A)Æ9FwÈýp1@_€6„®PK$ÔŽxÂóA.¼Ì2¶C ›¡1°hæ<ÀEà®@Ú{ö ¶k #°c$df`· ;5€‹ `$¼×8ôƒ c>nÀãa/ÈP]4áýÆýPIÐ _á+€(À*áÖ-P–€[*þˆ´Åd0à nU~Ö%‘ë¦Oº†E:#¸ @ 0à&i À L”ŒäqŠ&h-FGMw];ÄÇt‚5ú3`ŒVEA#à{ð$Ñpší1<…†¸ÁNÐO€—ŽÒ¨KG‡@°¦‘^ãô'>ô×êûk£45eºTpÖ#Í c8ÞÂÈ#­“ 8 C6­ |´ÖG-°Ó4]ÁÐØÐÈÀ¢àbÃøèiÜ£;o®†ûé  Ì#^šÑpŠ^S·J Zȯ.N1* ƒ@[X–É6[ Ð/ X`°ƒ ‘  Ò¸?ƈ78¹€®ÈP¨Ì>À=@‚]‰¦¥=O Z¬Ô¹WP¤û†@ímÆ<û$„ wëBÞA )Õ¬4j»í £=¢]n„´F`.XoXnÔk²L¡z`ƒQ£² Û«‘Yà°Qã Á+ úõÚæ–ù ;H?;pÅ‚{ØM*HBZÕ…ç`o'Ì[,áÐY³³¶ ¼]wÜ×ÝЖßÚeèÍ C¥íØÒ…CI@3 ©KÃyൄŸk·ú€.ðÐË8®:ÓK€œ€Þ„Cþ෾тâÁ ýØ @šöà†Î ¬›+ª9‡\·ÂuyÞXpA·Ìr $™ÜOZÿ_9íkæ7Ú/̯£±mбY‡è0¿x[|L]›2Ê/&Âëi‹ŒõKI÷Ô=•3ˆ&¡ÑaA¢€(Ÿ*dˆœ&=CCÒnhJn‹ŽÖ¤ÑÔ°°ˆÑ"—* 4eß#ùÐ6ip¿8 EÅFØbÃ#ýB£mñ±HD4ˆ j¦‰Š„ŒíSŒ¬1„ù…ûEÇØbâ#ýbãÃm1a~i¤qðÐ0¿tlQñq~2LúE‡‡Ù""cá—lìm sÓFÅÛÂÃb4½š„G¥BQAéC"£ÃG5  !Px‘¡!i¤f@ ”&"P H!i4I¦RÚ ^ÐÄF" èx÷ 92•@ì"£mq1ÑZ›¦]‘ªáÑÑ !¬ˆhí"‚ø ©3ÉT§ŠiHxÃÑiP( âmQöé"‡0©œ€¦‰ ´©M"‚¤&€4´ˆ0Äkx-‘J¥ýýbÁkA„D†ÛâbÃë&Âè784<, М¦0ÐëSLX˜-.fa¶è˜ø¨xØŽ‹ÑDEk›u&A z›µ¡H¨ް‹Œ²EFFøEÇ…¤3ñ&«)4"Ìâ"#5t± ,¶ÎMBc"‚:Zâm‘ñÆØè ˆ͈ˆM’.4ăÐÈ[X’Œ6 ŒŒ„! ä#¤‡œÃã"lQQÑ c´!ˆ á ¢EA@F–†S†@µ0Õ$* A!3x>ut†SˆÐq$-e8Õé¡5¤éà¨8i¯áÐÔ‘4(GS”Î!,ʧKjŸÜ5¥g¯áÉ)mú¤ôí5¼s’èaˆB3B‚æ@Z&¤ARy-’è 2•〠²EÇBu0Ç‹„4ÜOÛŠ5DEÚbcÃuz$>RšDEÑFP&H FCȰè°dˆŒ¦‡¥—A“Ìd¤@¸gˆÔ14¢^g 7AB*Jðþv‘ÖvD*Ïg8hà DœˆˆáúˆX „Ä:GÄFi5vKl¬-øÆÙ¢ã¢´Ä#zØÒÄš5—Á34•®¦Iµ(…hÀ(=lDb`£ˆP4iŸ¦…äȧ¢< 4`ˆ‰Ò¶³3kþJ¥Ó ¸&ÑÑA6]íª(+€E8Çøx¿tÑÑqZ-® ³‹mé- ÄØ¢"b<`2Æ6ŒkåÙ0Öe ‹6é#£cŽŽµ‡Úƒ J#À+ÚM-ö„0“–Q¤Îþ-l…£Ãì  +‡fPÚ´ÌT’ 1éä`…DLiE®Y´µ½×@È·_“ðˆxM8Ð…ž3SQ¸n3åiTÐ8Q4ʇh ˆ0œŠ ¼0@x8†y}Ý ã‚F‹ŽNQ„ýßÃSSv†ðGëýÍbÛ@ÍWß¿¤6„|¹‹ï ÔøP§ 6¶D@Äb§Á6”?„ƒê÷ç4v]vÏðrê‘s??ÙÉÜ=§ðÈp¨ÉÔ[ï>ÜœÚ{ìyS]UU´¡ƒQgÐÚO¾ñž£Ï”†»¾;‹{»{^[þáè>Ý»¦êÕa.øSG^V[{ï¯w´Ñ€ í«¼Îz=RvsZ(!sî°jœ‡ì}í^ý|{Gpªµóów¯~¶©­¸§Ù»6 0¾»(ùsßýoCjÊïÌ1Ë÷ÿɱ mäžpð$MÙeÙ¸ô–;š@à„›ª=ë®òñ†özpºª¸?7¶ORy;vÚñ¼âÕŽjŠ;œgëça‡á·'a»Î›ŸUjR¼ w­*Zo\k÷ßé@Ov ¯êµÇ¦­Ü’½kûºEFbò_T.«ûG¼†¬:û´ô²@ý³w9yö̾©Q°¦¼ {ÖœuùGOž>œ=«—+жZÿ¤ÂZSõúæ€9³9oïÞkæL[ç½Ã91D¦ÍÜ”»wïŽù=´ *ë{V½>N4À©µ`Ûž½{¶­\±ça¹kÚ†öÏwvµvñâÚÝùÙ+m»ó! úÝõ ÁXZsK³óòòÖ1M€Kué9ÂŽ]ª­¸3³¬oèõö,€keUÞÞìE™Q o¹àRQ°,^Œ]²_€—9½¹àž¥ôÈpg]UÅÃÍÌàôùWJ‘ù6 i³óUÕ‡fnUÅyƒ€wïI›÷Ì]7®‡·.Àþ?+µ·å‹Ó˰Ž!îzÑËÖ…Í~T^ñâŸèŽØwÈ~UõæÊâaÑuP¯up’]\YUvVnémИüÛ[î+\˜?¾—ÍMcï“ÀzëøôèŒ:{Ï&íÕ3eê{Õs°K$ [š>Ü[›f…-¶ôüWUßÝÙ˜™à\šÞý¤Ê »Î[‹u•ÖµÖA—Êjšz•íŸØ[£÷޾àÌk}eñ–:{3õÎ}¿Ú׿]Ûm–==ì\ª+Ÿ­‰ rÅ㊚0×êªêÒkk2â5Ö ›'ü¾º±ù2í>³\?ÛÔF ÂáÿˆJ{÷ÚÚ_ïînž9}Îá'ç¯V;¹$vþÝÿÕÿÍ&o~yñ6i#R&(ªì÷9qݧˆýâyñ?ôô?þýýài|IÉ«¹³¦_8{柞‡ófÏüýû÷ß­˜÷ïÊ.œ;3iÂØ‡~þüùŸk\~p÷Îíoß¾þÝŠÿô±æÎí[sgϨ»GÿCdïøõëçÿ$HŽÿ W[ëìþúßêyã~ŒøWŽš6¯_Sú¶ä_I»üÜœâgO¾~ýüñcõÅivìÚ¾åyñÓ¯_¿ÔÍï¿]÷†Öå+ ?w×ß¼áÿ•ÞLôý7L,éðßú×®:Ðà¿­÷‰¾ÿvuúWÍÚ€Vàßáj´ýß[¾m5¡ÿêÖI÷oOZü«Oúÿ+&þ­rC*K¯oš<ïdIUí®ò¢ãkgŽ¡é…WJÿWÿöLìì @ã¬Ëe1U¥Oï^8sûuÅÔö½ßèg†.{JlÕ¯3Íêö“(ùTIuInWÔmÏk‡ÿŒ°ñýÕ±ÀìžqÒ»âéæŽv›ö¸ëVYtõÓuÍýÓÛ§”äì{í}cûpmŒ¦É”›åöÿyNYW¶XµÔ™z>z«´*quÌœv)ï.0õ€~®¬Yųcs‰4záé5ÿÛo´£N–K/³AN}w>«¨©,ÎììÚ-+(¯ª)¼obr˜ §&]•]…ïuÅ'f‰õÖÓWÜd÷îZVC(xúÝrÖ-íd©Æåýí5h§H?‹F<»®}XnïRvyfŸèw{XãØ¸—]ðÞÕ¾êÕ!,Ú». q é>&ÿq…—›ý)ýcêAo­ß¬ó˜s¥&cUÑ (rÙãJOg;“ñ]A6×¾‘YãØeöµ2×PúÿèË\UóîêÔHÈmXî½½©žP×õ…å5U/dÔÓX=,úTõú$¨öÝs^ùÁ7wŸ8åBYU]< 3Úi€¥ï~;½Q‡4›z£ÜÅXýöØpwHïèæéfÒ’ÖUx¸Žª¯5Ú! Û_y•?>ºaùºƒ…ÕþƆ•—ÔÁDý†¾.:}ìò ×POïT+NØòJssf¤sœ’·UVWUÜ›Õ#޾ª®®(Þ™bú|[UY°(‚lò‘—U5•¥%oÞû=L•ïßUUmé‡ÎyPá_]Q^õáõ“û·ï^XѲﳯÄÃW 5•†}Ýê¼;GhÆ^|[ ÊË*ÝCýœÿQ"¯Îùê< w}]béÙ#ç5òþî¼x­¦ÿÎâJèMn'½cê=ªx“Û‚6>«Œñp°o\^0ö¡Î—ù}(؆ź5mw¾òð-Ñ@Í7À3jÞE½ÛŒ¹ ?¸‡:jþ—§ýíÇ@»¶m.,xP‡i/ŠŸ=ö´¨|’3ØiDŸ(Jr:Â.íÓp‚Ðò .¼­*Ù Ã-6?7¯ƒœ‡}k^ §ŸÐ{x7®xô?Ø»xÈîƒïûÇ,k™µk­ÖÿÅúwUUQUUUQUQ—KUUEÔ¥ªêRUUUµ"""""""""""ò|f:ÑÝüéÕç~õîë¹ïgçõzïoŒ3çûûw~sÆræû²SiƒG ×_ùÉ×ego(ø~í÷ï Ð?ôª™Ñ‘¯iúÊO_}稩ž³Ý;ëó¿ù~Ú×ítÉ¿Õ83gìròô§Ç»ÍòÒkó/ϱø¼8=Éò4=õÜâ+ó‚à°±öâÃŽj\ù {“ ¯®+Ïœœd^¹¿zYööâäÄÂ[‚––wÑàëko,¼þöë×iþñMý×ZeÒ÷žÓXÓ †&ÇVÿR`'Ë{ëÕ¹É#Ý·8)‘}ãéç…¥g¯7Ðz×L×ùÈ3ßÒÓp{bòmýÕùæW4Vþ\îsHö³ß1‡O««éĺøÊüKB&ý· s´¬oÿíò‹ ß”EýlnåOÊLã;^ÙXég7œÐÖ‘9ÊÞžmŽâ]Îa™ œNÿýóm×j2º‡Þ~®ÒGSÇ@_óÈWòІÉ)[ÓcK¼Ì:ëî-: #½¿>î}H󨞆pøÝwè<Ý·þü£æÕO=¿®³Ò—d*‡-¬¦‡¬²þð2T×/”õ\2†S~R8‘ðó™öUßרxý·©²Ó©¿]žÿEÞµnfšº']£*ÆÞÒœüYN¸«é!ó+îxãw^ýmé î¦ZšòÓçÓqè­©ÆÔ+5u¬®­’°´65Zå7ÅÑîZ‚–ü´Ë×óß8u\gý¥gó¾a/Ó2>yäðÆIÝszë¯ÿ¾,†w½‚AD‡Þë½w_me¨©oåËþ´¼nrPÑoòê"OŽ~Rvðbö}û/:c~èòÅÎ/ß.ß.ß.ß.ßT·†Á'çüàò§ï\¾]¾]¾ý«¸¼’]¾]¾]¾]¾]¾]¾]¾]¾]¾]¾]¾]¾]¾ý_v{õŽ—;áòíÿˆ[ååŸË\¾ýƒ[õåùqùvùvùvùö¿pSÜ;õ¥Û|ýà3ìÿѧÕ?¬§£§ü¼ú¿Ýv .ú¬û»®¹´„z|zOº$ëMûK³¥«/þê»:ÿ¸5ßv¸ø«p§O÷éÙ׎<ª!Ȩ³¦ %hø‚Zýåÿâcý+ÿ/·ùÌ×Úÿßl×­ÿäv?ùÿýjxÉW_ýßž7ø¿ð#f™1L`sXÀ XÃvpиIp¢t†+Üà/Hð/üà"ÁA(ÂŽ Ù™ üÇ¿uLôÈÕ‡*4*5®=©Q¥1)«Ö0:T£Q)«Õˆ”ÕiÉê5&5ئMhF Zцvt ]èFzч~ `CÆF1†qDà:^У(£ƒXÄ! HD’•—þB*ÒŽ d" ÙÈA®Æ-Be> Pˆ"£¥(C9äôþwÉ7¦4ÌaK(` ØÁNp†+Üà/Hð/üà"ÁA(ÂŽ êp#ùS”Ó˜Á,æ0,b ËXÁ*Ö°Ž lb ÛØQ^A{ØW®ždÈ  mèÈþSУԇ*ðmò«(«QƒZÔ¡ hDšÑ‚V´Ay½Åt¢ ÝèA/úÐ bÃÁ(Æ0Ž|G9þ”шA,â$" ÉHA*ÒŽ d" ÙÈA.ò¢Å(A©òOþQ9}Ty¨êÐsšS²êCƇjEiÖªÒ¬;4u¨þ±fukDšÑ‚V´¡èDºÑƒ^ô¡Ä†1‚QŒ©.þ@û©l?¢ƒXÄ! HD’‘‚T¤!ÈD²‘å…%ò¢Å(A)ÊP9nÀ šÌÿC ‚÷ÍaK(` ØÁNp†+Ü”Z/Hð/üà"ÁA(ÂŽ Í š×S>Oþ4ã1ƒYÌa XÄ–±‚U¬aØÄ¶±#S^Aƒù}(ß,È  mè€7‚> PAn%^B5jP‹:Ô£hB3ZЊ6´£èB7zЋ>ôcƒÂ0F0Š1Œ#‘xшA,â$" ÉšÊK2þHS^¥ÈD²‘ƒ\ä!(DŠQ‚R”¡ÊKáåøÃ æ°€%°† ìà'8ÃÊK.zÀ |à ?ø#B0BŠ0„c‚1˜ÄËÊñ§œÁ,æ0,b ËXÁ*Ö°Ž lb ÛØÁ.ö°¯|£È~eЄ6t } ‚mŒ´Xÿa¢¥©aFi XBkØÀp‚3\áxA‚|á AFB†pLh_О¤SÊöc³˜Ã<°ˆ%,c«XÃ:6°‰-å%ë°ƒ]ìa¼édЄ6t } BkZ»RËäp•VµÖõ‡£µj´L´kµ¦µê´ªµëµ¢µئMhF Zцvt ]èFzч~ `CÆF1†qD Q¸á0óŸ2qˆGµv„$Êd¤ iHG2‘…lä yÈG Q„b” e(‡œ·äF0Æ·É7S]‡ñ‡%°† ìà'8Ãnð€$øÀ~ðG„`„ aÇu˜Ä¾Cþ å,æ0,b ËXÁ*Ö°Ž lb ÛØÁ.ö°¯¥| ÅøCÚÐôa€ T¢ ß%¿†²u¨GÑ„f´ mhG:Ñ…nô }èÇ1„aŒ`cG"…•ãO‹8Ä#‰HB2RŠ4¤#™ÈB6r‹<䣅(B1JPŠ2”CNUêÐ~T£µ¨C=Ј&4£­hC;:Љ.t£½èC?0ˆ! cäK~žt\÷oåïX¾B~wø_Þ_Lv JQ†rÈac˜À æ°€%°† ìà'8Ãnð€$øÀ~ðG„`„ aÇíœÄ¦•ó³˜Ã<°ˆ%,c«XÃ:6°‰-lc»ØÃ¾²ÉAÚÐôa€ŠÃ3Ú•‡ÍWŽ9\}¸æð º5ºµ‡ctëÇèÔžÑi`hB3ZЊ6´£èB7zЋ>ôcƒÂ0F0Š1Œ#‘ˆB4žgÄRÆ! HD’‘‚T¤!ÈD²‘ƒ\ä!‡-u )‹PŒ”¢ åÃƸÏ‘oNiK(` ØÁNp†+Üà/Hð/üà"ÁA(ÂŽ :“‡S¸–¯/?Ëý9Ìc‹XÂ2V°Š5¬c›ØÂ6v°‹=ìk«~Ð*È  mè@ú0@s QˆÆËÊþ§ŒC<ˆ$$#©HC:2‰,d#¹ÈC> Pˆ"åügß!EÂ1¡wAo’ïMa¯(ÛO9‡y,`KXÆ V±†ul`[ØÆv±‡}åZÃþdЄ6t0ÊãcWÎÝZ½JÝX½*]s½jÝYÝuku¿}$V·NwV¯^×üHÛ7¢ ÍhA+ÚÐŽt¢ ÝèA/úÐ bÃQæc ãˆ@$¢—ð#ô?e<ˆ$$#©HC:2‰,d#¹ÈC> tº…”E(F JQ†rÈõ˜ÿ0† Ìp=ù”–PÀ6°ƒœà W¸é)/­Åü‡øÂþ@ ‚Œ„" ᘠ“˜Â4fpùs”óXÀ"–°Œ¬b ëØÀ&¶°ìbûÊ×2dЄ6t } •¨B5jp-ùu”õh@#šÐŒ´¢ íè@'ºÐô¢ýÀ †0ŒŒb ãˆ@$¢\§Êx$ IHF R‘†td YÈFr‘‡|(ÿO¨E(F JQ†re>Ç@å‘:ýª#sGªXè׉;R{¤îÈKúszõG,Ž4P—F4¡-hEÚÑNt¡=èEú1€A a#ÅÆHD!1ˆÅ‹ú´Ÿ2‰HB2RŠ4¤#™ÈB6r‹<ä£àˆµn!eŠQ‚R”¡rÁ&0Ãx…|KJ¬a;8À Îp…<à >ð…”e @ ‚Œ„" á˜Ð¿ ?É8La3ø.¿Lþ<÷°ˆ%,c«XÃ:6°‰-lc»ØÃ¾òÿÙ— šÐ†ô TS‰*T£µxõh@#šÐŒ´¢ íè@'ºÐô¢ýÀ †0ŒŒb ãˆ@$¢Ä"N9þH@"’Œ¤" éÈ@&²ä"ù(@!ŠPŒ”¢ åÃÆ0Ìñ‚¾™`I©€5l`8Á®pƒ¼ Á¾ðƒ?ˆ #¡C8&ƒILa3˜ÅóÊñ§\À"–°Œ¬b ëØÀ&¶°ìbûØ šÐ†ô T(çÿQÚ˜Á°„Ö°àg¸Â ð‚øÂþ@ ‚Œ„" á˜0¸`0I=¦0ÌbNÙ~,`KXÆ V±†ul`[ØÆv±‡}dÈ  mè@ú0@ÅQKƒÊ£óG«ŽÖT7¨9:oP{ÔÒ°îhýÑïÆm`›F4¡-hEÚÑNt¡=èEú1€A a#ÅÆHD!1ˆEn4dþS&" ÉHA*ÒŽ d" ÙÈA.ò‚£6º…”E(F JQ†rÈ Ãf0‡®%_Ai ØÁNp†+Üà/Hð/üà"ÁA(ÂŽ ê0‰)Lc³˜Ãuä/P.b ËXÁ*Ö°Ž lb ÛØÁ.ö° 4¡ èA¨@%ªPÔ¢דß@Ùˆ&4£­hC;:Љ.t£½èC?0ˆ! c£Ã8"‰(D#±ˆÃ Êñ§LD’‘‚T¤!ÈD²‘ƒ\ä!(DŠQ‚R”¡rúèVÞs¿¡IÉû78gº•5á Ž[ ÿ=ÿw ù¯“ ù¯“ ù¯“Ë¿)ÿfò_#ÿfò_#ÿfò_#ÿæSþMä¿JþMä¿JþMä¿JþMÿ¦ü;ɇü;ɇü;ɇü;ÿMùwÿ6ùwÿ6ùwÿ6ùwþûþOxœ¬D" шA,â¯<‘ˆ$$#©HC:2‰,d#¹ÈC> Pømºö¿Iûo£ýoÒþÛhÿ›´ÿ¶SûޱþÃf0‡,¡€5l`8Á®pƒ¼ Á¾ðƒ?ˆ #¡C8&Œ.MÊYÿ1ÌbóXÀ"–°Œ¬b ëØÀ&¶°ìbûÈAÚÐôa€Šc‹†•ǬåUÇåÕÇå5Ç jYÖK1ª?ÖhØp¬ñØMÇ5[4j>f}¼åX£Q+Ïk;fmÔ~lñX÷;Ñ…nô }èÇ1„aŒ`cG"…hÄ qˆGn>Μ£LF R‘†td YÈFr‘‡|sÐ-¤,B1JPŠ2”CnÄøÃ&0ƒ9,` î ߆Òp‚3\áxA‚|á AFB†pLP‡ILa3˜Åæ±€;É_¢\Æ V±†ul`[ØÆv±‡ýcÊÉÍøCÚÐôa€ T¢ Õ¨A-êPÜF~e3ZЊ6´£èB7zЋ>ôcƒÂ0F0Š1Œ#·sü¿Åñ;Çÿ[ÿ·sü¿Åñ»úø¿ýøÿžã¾œl9}TyÜF^uôcƒÂ0F0Š1Œ#‘ˆB4b‹8(/ñ€D¼©¤ iHG2‘…lä yÈG Q„b” e(‡F0† Ì` XB¡¼Ì8ÞQŽ?àg¸Â ð‚øÂþ@ ‚Œ„" á˜` &1…iÌ`s˜Çñ¶rü)W°Š5¬c›ØÂ6v°‹=ì+× ž'ƒ&´¡=èÃÊù‚Í`3˜Ã–PÀ6°ƒœà W¸Á^à_øÁD‚‚P„!&L&©Ç¦1ƒYÌa XÄ’²ýXÁ*Ö°Ž lb ÛØ1Vþ&<íÇ>2dЄ6t } âIJaå ;yÕ‰dyõ‰fy͉eƒÚv†u'ÒŒêO46œX6iÑv¢Ù¤ýD²IûèDºÑƒ^ô¡Ä†1‚QŒaˆD¢ƒXÄ! HDn5eþS¦" éÈ@&²ä"ù(8á¬[HY„b” e(‡Ü„ñ‡1L`sXÀ X÷‘ï@ég¸Â ð‚øÂþ@ ‚Œ„" ᘠ“˜Â4f0‹9Ìc‹XÂíä¯P®b ëØÀ&¶°ìbûÊ?¹%CMhCzЇ*P‰*T£µ¨C=Ј&ÜA~ e+ÚÐŽt¢ ÝèA/úÐ bÃÁ(Æ0ŽD" шA,â$" w*ÇŸ2iHG2‘…lä yÈG Q„b” e(‡œ>ª4£ý¨F jQ‡z4 MhF Zцvt ]èFzч~ `CÆF1†qD QˆF b‡x$ IHF R‘†td YÈFr‘‡| E(F JQ†rÈac˜À æ°€%°† ìà'8Ãnð€$øÀ~ðG„`„ aÇc:‰)Lc³˜Ã<°ˆ%,+ç?V±†ul`[ØÆv±‡}dÈ  mè@ú0@…éŠa¥©ƒ¼Ê4E^mÚ"¯1]1¨5u0¬3M7ª7m1l0]1i4u0m2M1m6m1}ãdËÉVÓ”“m¦'ÛMWÌ:ÈèDºÑƒ^ô¡Ä†1‚QŒaˆD¢ƒXÄ! H„ò²ÑÉxý$ãO™†td YÈFr‘‡|˜ºêR¡%(EÊ!‡Œa3˜Ã–PÀ6¸¯‘ïDé W¸Á^à_øÁD‚‚P„!fÌ&9§0ÌbóXÀ"–pÛ¿Jþ*÷×°Ž lb ÛØÁ.ö°o¢ú*AMhCzЇ*”óŸ}Ãf0‡,¡€5l`‡·•í‡3\áxA‚|á AFB†pL˜_0Ÿ¤S˜Æ f1‡y,`KXÆ;ÊöS®aØÄ–™ò#ki?v±‡}l/ƒ&´¡=èÃ'W +O:É«N¦Ê«O¶ÊkN®Ôžt2¬;™aT²Õ°ád«yãÉTó¦“NæÍ'WO¾y²õäm§RO¶\5o?étªƒ}t¢ ÝèA/úÐ bÃÁ(Æ0ŽD" ш•öSǪO±#–¯ã$" Éx ·³Me:2‰,d#¹ÈC> Pˆ"£¥'ÿö^ðuåïš3þ0‡,¡€5l`ÜB¦3¥+Üà/Hð/üà"ÁA(ÂŽ ò'1…iÌ`s˜Ç±„e¬àVò×(×±Mla;ØÅö•m#CMhCzЇ*P‰*T£µæÏª£¬GÑ„f´à&òÛ(ÛÑNt¡=èEú1€A a#ÅÆHD!1ˆEâ‘€D$!)¸Y9æ”éÈ@&²ä"ù(@!ŠPŒ”¢ åÓG•§œåU§Òäu§Úäõ§Ö N96žÊ4j:ÕfØ|*Í¢åT›E멵Sm§œ-ÚO¥ê8Õyê-‹5ó®SΧº©Kzч~ `CÆF1†qL ŒÜråüç~$¢åœGâ‘€D$!)HÅ›´Ÿ2™ÈB6r‹<ä£à”‡n!eŠQ‚Re>Ê!‡Œa3˜Ã–PÀ6Ê\îÄ;ä»RºÁ^à_øÁD‚‚P„!\Ù,&‡)Lc³˜Ã<°ˆ%,cwð¼·É_çþ6±…mì`{Ø7ÿÛË  mè@ú0@û©DªQƒZÔ¡ hDšÑ‚V¼†vt ]èFzч~ `CÆF1†qD QˆF b‡x$ IHF Rñªrü‘Ld!9ÈEòQ€B¡%(EÊ!‡Œa3˜Ã–PÀ6°ƒœð†rüáxA‚|á AFB†pe>cdcåø33˜Åæ±€E,a+XÅëÊñ§ÜÀ&¶°ìbûÊ?0g;4¡ èA¨PÎÿÓäÃf0‡,¡€5l`8Á®pƒ¼ Á¾ðƒ?ˆ #¡C8&,/XNR)Lc³˜Ã<°ˆ%,c«XS¶ØÄ¶±ƒ]ìaßâoÆ-ƒ&´¡=èÃ§× +O»Ê«N§Ë«O·ËkN¯Ôžv5¬;eTºÝ°á´«eãéõÓM§Û-›O§[¶œ^·l=íz¦ítûé;ΤŸî`èB7zЋ>ôcƒÂ0F0Š1Œ#‘ˆB4b‹8Ä#‰HB2RŠ4Üy†ùO™‰,d#¹ÈC> N{éR¡%(EÊ!·düa ˜Á°„Ö°àgÜD¾¥¼ Á¾ðƒ?ˆ #¡C8&¨Ã$¦0ÌbóXÀ"–°Œ¬b 7“¿A¹‰-lc»ØÃ¾òOøÉAÚÐôa€ T¢ Õ¨A-êP4¢ ÍhA+Úp ù”èB7zЋ>ôcƒÂ0F0Š1Œ#‘ˆB4b‹8Ä#‰HB2RŠ4ܪÊLd!9ÈEòQ€B¡%(EÊ!§î=$hR¦Ô¥à5û^ÖŒ8¶î=ó¯ùˆ{ÈŸü{ÈŸü{ÈŸü{Ôù÷ÿ>ù÷ÿ>ù÷ÿ>ù÷ü‹òï&ÿ=òï&ÿ=òï&ÿ=òïVçßMþ{äßMþ{äßMþ{äßý/Ê¿‹üwÉ¿‹üwÉ¿‹üwÉ¿Kùï’ùï’ùï’׿(ÿAò?!ÿAò?!ÿAò?!ÿAuþƒäBþƒäBþƒäBþƒÿ¢üÈÿ˜üÈÿ˜üÈÿ˜üÔùÿ1ùÿ1ùÿ1ùü‹òï'ÿ#òï'ÿ#òï'ÿ#òïWçßOþGäßOþGäßOþGäßÿ/Ê¿üÉ¿üÉ¿üÉ¿Où’ù’ù’ß¿(ßÈŠõ&0ƒ9,` ¬a;8À Îp…<à >ð…ü€@!!EÂ1a}ÁzRÁúiÌ`s˜Ç±„e¬`kXÇ6±…mì`{ØW^j‡ 4¡ èA¨°Ú4¬´òWYeÊ«­:å5V›µV†uV9FõV† V›g­<MV™Šf«NE‹Õ¦e«•Ç™6«Ì3íVg:¬:­î:›iÕeµiÝmåq¶ÇªÓº×*ÓºÏÊúßjÓj€ŒA a#ÅÆHD!1ˆEâ‘€D$!)H…ò“[Ó‘»Ï²þSf#¹ÈC> ¬|t )‹PŒ”¢ å[3þ0† Ì` XBkØÀp‚3\á†È÷¢”à_øÁD‚‚P„!ÔaS˜Æ f1‡y,`KXÆ V±†ulàAò·(·±ƒ]ìa2hB:Ѓ> PJT¡5¨EêÑ€F4¡-hEÚÑûÈï¢ìFzч~ `CÆF1†qD QˆF b‡x$ IHF R‘†tdà~åøSf#¹ÈC> Pˆ"£¥(C9äôQåY/yÕÙ,yõÙ.yÍÙ-ƒÚ³^†ugsêÏv6œÝR­2–ü«€5l`8Á·+Ï•¥r.PJð/üà€3nº”AFB†pDp¼FþýòXB<ûJ@"’Œ¤" éÈ@¦²ýÈFr‘‡|œõÕ-¤,B1JPŠ2”C#Ãf0‡,¡€5l`8Á®pýÊ6C‚|á AFB†pLØ\°™d¦0ÌbóXÀ"–°Œ¬b ëØÀ=ÊùO¹ìbûøž šÐ†ô TØ0þ¨B5jP‹:Ô£hB3ZЊ6´£èB7zЋ>ôcƒÂ0F0Š1Œ#‘ˆB4b‹8Ä#‰HB2RŠ4¤#™ÈB6”Ÿ“‹<䣅(B1JPŠ2”C#Ãf0‡,¡€5l`8Á®pƒ¼ Á¾ðƒ?ˆ #¡C8&ƒILa3˜Åæ±€E,a+XÅÖ±Måøc;ØÅö!!ƒ&´¡=èÃl‰(D#±ˆSÎ[ÚkØÀp‚3\áxA‚|á AFB†pLØ]°›¤S˜Æ f1‡y,(çuiB3ZЊ6´£ÊõÝèA/úÐ bÃÁ(Æ0®œÿ¶Û†•¶’¼Ê6[^mÛ-¯±Ý6¨µ• ëlóŒêm» l·Ï4ÚJŠ&ÛlE³m·¢ÅvÛ²ÕvϦÍ6ûL»m÷™Ûm»N[ɾ˶ÛöûlÛ[É®×v۶϶ۮß6Ûn€6bÃÁ(Æ0ŽD" шA,â$" ÉHA*ÒŽ d" ÷Ú3ÿ)s‘‡|ØúéR¡%(EÊ!·cþÃ&0ƒ9,` ¬a;8À Îp…<à…ûÈ÷¡ô…ü€@!!EÂ1A&1…iÌ`s˜Ç±„e¬`kXÇ6±…ûÉß¡ÜÅö!!ƒ&´¡=èèDªQƒZÔ¡ hDšÑ‚V´¡èD ¿‡²}èÇ1„aŒ`cG"…hÄ qˆG‘„d¤ iHG2‘…•ãO™‹<䣅(B1JPŠ2”+ó9*h?ªQƒZÔ¡ hDšÑ‚V´¡èDºÑƒ^ô¡Ä†1‚QŒaˆD¢ƒXÄ! HD’‘‚T¤!ÈD²‘ƒ\ä!(DŠQ‚R”¡rÁ&0ƒ9,` ¬a;8À Îp…<à >ð…ü€@!!EÂ1Á˜Mb Ó˜Á,æ0,b ËXÁ*Ö°Ž lb ÛÊù]ìa_yeO2dЄ6t } Â~ǰÒÞG^eŸ#¯¶ï‘רïÔÚûÖÙçÕÛ÷6Øïœi´÷Q4Ùç(ší{-ö;–­öû6mö9gÚí{ÎtØïØuÚûØwÙçØwÛ÷ØàØãØkŸãØgïãØo¿ã0@1„aŒ`cG"…hÄ qˆG‘„d¤ iHG2‘…l¼ïÈøSæ!öþº…”E(F JQ†rÈac˜À æ°€%°† ìà'8Ãnð€îÆ{äûRúÁD‚‚P„!&9§0ÌbóXÀ"–°Œ¬b ëØÀ&¶pû{—ü]îïaÉ  mè@ú0@…rþóc˜À æ°€%°† ìà'8Ãnð€$|¬l?üà"ÁA(ÂŽ § N“Ôa Ó˜Á,æ0,b ËXÁ*Ö°Ž lb ÛøDÙ~Ê=ì+¯MË×2hB:Ѓ> Pá¸kXéè+¯rÌ•W;öÊkw j} ë Œê{ wÏ4:ú*šsÍŽ½ŠÇ]ËVGÁ¶Í1÷L»cï™Ç^§NÇ\§.G_§nÇ]Ç{ï;—ëØç¸ëÔïè{n€ŒA a#ÅÆHD!1ˆEâ‘€D$!)HEÒ‘Ld!áþsÌÊ|8èR¡%(EÊ!wbüa ˜Á°„Ö°àg¸Â ð‚ÜC¾¥?ˆ #¡sR^-˜ñ§“˜Â4f0‹9Ìc‹XÂ2V°Š5¬c›ØÂ6vp/ù{”ûP^*XMhCzЇ*P‰*T£µ¨C=Ј&4£­hC;:Љ.t£w‘ßGÙ bÃÁ(Æ0ŽD" шA,â$" ÉHA*ÒŽ d" ÙÈÁÝÊñ§ÌG Q„b” e(‡œ>ª<ç'¯:—'¯>×'¯9·gP{Îϰî\¡Qý¹>Æs{gÏù)šÎå)šÏõ)ZÎíY¶ž“Ù¶Ë;Ó~®ïLǹ<çÎs}Î]çöÎuŸósî9—w®÷\ß¹œ÷œúÏù .ƒÂ0F0Š1Œ#‘ˆB4b‹8Ä#‰HB2RŠ4¤#™ÈB6r‹i?e Q„b” e(‡F0† Ì` XBkØÀp‚3\áxA‚Ä'äûS AFB†pL8_pžd¦0ÌbóXÀ"–°Œ¬b ëØÀ&¶°<À~?&ßIu‰lAMhCzЇ*Ø®U¨F jQ‡z4 MhF Zцvt ]èFzñú1€A a#ÅÆHD!1ˆEâ‘€D$!)¸ÒäuÛe—.ÅŠË–åªË®ÍšKÖ™u—®3.YΛ.[.W¸nÛvñrÞqñrÙuÙrÞsérÙwÉr\é hB:Ѓ> ‡Œa3˜»ª®3îòò÷ßÉv€œá 7xà*¶“(}à‹”ã"ÁA(ÂŽ Æ`S˜Æ f1‡y,`KXÆ V±†ul`W’¿M¹ƒ]¼¯JRMhCzЇ*”óß…6Ãf0‡,¡€5l`8Á®pƒ®V¶ŸÒ¾ðƒ?ˆ #¡C8&\/¸NR)Lc³˜Ã<°ˆ%,c«XÃ:6°‰¯(ÛO¹ƒ]ì)ÛååßeЄ6t } Âeß°ÒÅ_^å’/¯vé—׸ìÔºøÖ¹Õ»ô6¸ìŸitñW4¹ä+š]ú-.û–­.š¶m.ùgÚ]úÏt¸ä;wº¹~յߵÛ%ßµÇeßµ×Åÿ|ŸK¿Ëçó]ÈĆ1‚QŒaˆD¢ƒXÄ! HD’‘‚T¤!ÈÄ×h6er‘‡ϳþQ¢Å(A)ÊP®Ìäy1ˆEâ‘ XBkØÀH¥_ÓŽ dÂ[™O™ƒ\¼‹»”ù”…(B1JPŠ2”+ç?u˜Ä¦1ƒYÌa XÄ’rΑá 7xÀK9çà_øÁÄÝäS† aG"… T¢ Õ¨A-êP4¢ ÍhA+ÚÐŽt¢ ÝèA/úpù”ƒÂ0F0Š1Œ+×úÀÆ0ÌaK(` åúÇö)ÊþGÒ‘Ld)û9ÈEîUö?e!ŠPŒ”¢ åÊ|úõÑC‚pX‹ò0¥åÊ£”êÿ|ô8_³þ=jJiNyŠò4¥úÿ=+ßd_ò~â0¯9²¦Vî÷ü?÷ÿ¯Eþ#äk‘ÿùZä?¢Î„|-ò!_‹üGÈ×"ÿuþ#äƒüGÈ×"ÿòµÈäŸÌ˜üCä?Lþ!ò&ÿù«ó&ÿù“ˆü‡É?DþÃêü‡É¿†ü‡É?DþÃä"ÿá2ÿ!ò5Ȉ| ò"_ƒü‡Ôù‘¯AþCäkÿùä?¤Îˆü¯“ÿùä?D¾ùý“ùO’oHþ“ä’ÿ$ù†ä?©Î’|CòŸ$ßü'É7$ÿIuþ“ä_Oþ“ä’ÿ$ù†ä?ùOæ?AþQòŸ ÿ(ùO”ü'ÔùO”ü'È?Jþä%ÿ uþä_Gþä%ÿ ò’ÿÄ?™ÿ8ùGÈœü#ä?NþòWç?Nþò'ÿù“„üÇÕù“-ù“„üÇÉ?Bþãÿdþcäë’ÿùºä?F¾.ù©ó#_—üÇÈ×%ÿ1òuÉLÿùß"ÿ1òuÉŒ|]òû'óÜY`3˜Ã–PÀ6°ƒœà W¸Á^à_øÁD‚‚P„!<&ÝXÿ1ÌbóXÀ"–°Œ¬b ëØÀ&¶°ìbûÊÆ!CMhCzЇ*ÜeòJ÷@y•{¡¼Ú}P^ã.3¬u4¬s/1ªw4lp—)ÝMî…Šf÷AE‹»ìL«»Žm›{á™v÷Á3î2·N÷@·.÷B·n÷A·wÙù^÷Àó}î…çûÝϸº?äYè>ä.óvôqôu/ôsôw—yDP‡HD!1ˆEâ‘€D$!)HEÒ‘Ld!9ÈEòQ€‡=Yÿ)‹Q‚R”¡rÆÆ0ÌaK(` ØÁNp†+Üà/Hð/üà,‰ˆÅâ£b‰ø˜X*>.–‰Oˆåâ“b…ø=±Rü¾X%>%V‹?kÄеâÄ:ñi±^ü±Ø þ‡Ø(þ§Ø$þDl*¶ˆ?[ÅŸ‹mâ/Ävñ±C|Vì)v‰ÿ%v‹¿{Ä_‹½âoÄ>ñ·b¿øßâ€ø;qPü½8$þAÿ(ŽˆGÅ?‹câ_Äqñ¯â„xAœŸ§ÄçÅiñqF|Qœ_çÄ—ÅyñqA|U\_—Ä×Åeñ qE|S\ß×Ä·ÅuñqC|WÜß·Ä÷ÅmñqGüPÜ?÷ÄÅ}ñQ4$™tHÒ”´$mé°¤#éJzÒI_:*H†’\:&IÇ%cé„d"™JfÒIÉ\:%YH§%K錤¬$ké¬d#ÙJv’½ä 9JNÒ9ÉYr‘\¥ó’›ä.yHž’—$J’ä-ùHWH¾Ò•’Ÿt•ä/]-H_‘¥¯JAÒפ`éëRˆt*}C “¾)…Kß’"¤k¥Hé:)Jº^Š–nb¤oK±Òw¤8é»R¼t£” Ý$%J7KIÒ-R²t«”"Ý&¥J·KiÒRºt§”!Ý%eJwKYÒ=R¶t¯”#Ý'åJ÷KyÒR¾ô T =$JKEÒ#R±ô¨T"=&•JKeÒR¹ô¤T!}Oª”¾/UIOIÕÒ¤é‡R­ô#©NzZª—~,5Hÿ!5Jÿ)5I?‘š¥ŸJ-ÒϤVéçR›ô ©]zFêž•:¥_J]ÒIÝÒ¯¤é×R¯ô©Oú­Ô/ý·4 ýN”~/ I†¥?J#ÒŸ¤QéÏÒ˜ôi\ú«4!]&¥ç¤)éyiZzAš‘^”f¥—¤9éei^zEZ^•¥×¤%éuiYzCZ‘Þ”V¥·¤5émi]zGÚÞ•6¥÷¤-é}i[ú@Ú‘>”v¥¤=éci_úD¼5¼eÞ‡¼5½µ¼µ½{ëxëzx]|þñ5ÕõM^qxàèß;£}\ó©C'4L5L8ô”Öq½3rÕg÷x;x;z;yŸóvövñvõ>ïíæíîíáíéíå-zKÞÞÞ>ÞWxûz_é­Üú£ƒÏ¶;/¿ôœç?µžV¥n\T“ß›ýÌS}Oµõ›œg7â} çZßSXßCV‚ð²ãßî?«ÿ‚ú ë‚é¨?©KdÛß«>:îµT×o1ø4ÁÏûQïï¿Ýÿ­ìvϾÁõ}Õ‡âýÕòâÚÕœ¹½¦q­ùçÏØÞQž¥êð]™ ¼$ûŸÎï~ú%Ÿ"v«Ó'ªv>ÏÞ> ï°§3ê½]mÇ{·/Ûã/ôOŸ|g½x0bßõü¦ê™WŸyÛmÞçßë­Þã±cú?Ô{åð…ÏÔáåßf?b|ΫÇÈÅâoå:7ªûÂÂóÒçh©zê.ï6M>}ì*‹·Ï~¾~ï©ÓÊ¿´Þ][ë1ïƒÞ>õÏÿÖì.êw÷‹Z÷WzîVë/zÆ×Ô£šísÈýâÇÏñŒ3Nï2žw~é!zÛ©ö ¼{yAÕþ»Ô½'?ö¹§M©ûñ)«/ÚãõÌÒ_³‡GÔýþMå'M¨ó?üÜ3îðüüš}.ýú9u«þzìâGwUŸ;©¥qþ?êMÑë¶«?¡²]q í<£¸ñþ‘öwt¿ûfømªã7ÒÇóŠO Q×*”ònÚó;½>S÷k}t¼>×>‹ÏïûFr W^=¢ªáÑK¿ûªÃ—ÕéiûgžqU|á»/—KFêãÏ}(üì>ûÈëŸÛæ¡Kú÷›fªã@{ä`4Ñ:XEµ.ÞòOê#åQÚu½òÚòª÷×è5 ¿R &Êß;^fÚÓâ§>©¡îà(ºCõ) _3hõ¾•ž½^ý™ '”׃óüG£ë©8ïúéý·ì­>Ê¢”s_yÍcõúø(mÕà§ŒåŸõ.~þI½okžøLÿÿÔöo¥¡ö¥ÿò3³ò'éUõ_9Ÿõ„{UÛ¯3~ :îo8f)$Ô.›Ç¾â«þ¹Æ%{/Ùï¯ÔkF=÷“ƒš¹x|íä%Ÿmé}ñW¥M¶¾Ÿ™wê#í÷ºßQ=2&Vªµó½å¢ü¯ªæÍ½¾à¯GØãTGúõôÈ'¶¿RÍËÇÔϽCõû´/(?¹OUÿÛµN˜ÓøñE뜕jv^4/ŸQõ½Ì÷žc—&éªÚvŸs_ù[誶9Úyšü}‹¨>µãëêG~ãzå%Ç€©ìÛ¯„?Öý’Ÿ…ùü‡êÕó/­ Pþ ÒEÛ¿vÑL©÷WÔ_ÛÚ>¨¸x_^ê5ÁVõèŽ×ƒ¿›ø1}âçsÍ%ãle=Èóæ,ÑŠCÆïr_AKª¼6ûÁV¤×ÿ¤êÓg©ç´òW”¿gdlÙò ßW”W“¼hämÏÑ;LûãÏ\çñ U[zäï|ßñA½SçþvV݇g?¡íß:$·¨Žò,ïTk˜×ù>·ûÔÇÆØ6Þ¯ýá\Gò!žóu›¢Ö'/jÿ»ª¾¬?è¡5ž{ùíªy÷÷G•¿]@½¿©êËk^ôÚ¦ÞGÏ%3ôäÿðzzÖô&õû6ý{Å%ë|’÷yƒ—Ì>ÿœßi^ò•ú£€my¾®ªÏ©gÎ˪W“_\ôŠzDùûQªùô•Ÿ>vÚà”*õw½"G^ùEug&øø©W؃¹ôí‹öï¨ì§÷m?ýú¨üó{™?Ø÷YÙsÆŸgw.ª{¦Œnü§cd£Î †¢v2ù?=XOn`-7¥º0½è è+láÂÊ}­Öç³ÿÃÛñ’G+ýæ—ÝÝz§Õ«|597°×S®÷ËžVÕÀÖÈŠQzN~«F˜ßߟý½=ImÕ+õc—¼N]áñ÷û‡ÅWM¬Ôg#×_ÔcÖêýÅÒ+/RëQŽ‘kuž:Xû«¼"µ÷¥­ò}F}=ÄUGÔ¾Öî—êg\­:3ÿýe%»ÇÛ—½>©Z>9Èt½JýZÃ3¾§ûã‹^e®`v<ÃlzN5¶O¬}«žÿÓ™à5´üg8GÞQÕ|ö’^¤?WͲÇTõ(öP‘WÙýò`¸ÿ`lnUÜú¹×üYqoR¿VÜg𢽻öq^³®ø'~Âûè%«ø‹‡.zM¡õW*?×TÝÊ/˜÷š¬½h%ºRöﲫ~®Zƒ\8¯W³k—÷?R¿V>rÉzü!-¼Iû ŸW4nÔ¾NûGú/+?ç‹ç ù¾ú™×ð+?]+ÕëЯU}sîÄkŸé—ûUÏ»Íókô÷iåOÈy…zÿsGÝyõ™ç_Ôý÷gõª²§ž}'T¯Z™´~“Ù¡uÉšs£ÎµêW«Ï} xÖEm¾éªƒÉÛê`$‘ :~ÂÊý²Ã_ÒÆó½j¾íõÕƒ³†ÇÔû?8ÒQIW©æê³qUÕ7ºŒçZmÞ_—™ª¿s‹³Ä>nP½«ú…¿êÜ[6|ð ðÄÁëü‡í<ˬ|„Gµ‡ë´¾ðoDY^±bÏøüY=*þŸßîÚƒãþ ƒ¿`ý»æ’çØ{ü^ñ…gÉÔèƒcŸÜ”–Õ^9¥ž]׿IïmŽ-QÕ3SŸ;LUß®ªÑµ/©ú@Ë÷†óO]õ¢3#pþ×fϨ^+®S½Þ:œwVÕÍJuDÖ©ëõ_=ÀVϨߥž'ûk¶Ïøõ}ª‘Òb§8*î2xñÊ›©ýÚòÕ+þ¾Ý³ÚÕ>??úçƒs€û®þû÷®S^[NÝZofÛŽ·û¿à}ä/.:S³gÎ?õ™w.ÏžjSØóØÓªögÕªëÉÌàÊüƒãÛÅï£cgÞeF;RׯZ|ùêñ‘Ö?~•j_ßÓþ¡ÆÔ+€÷%gtsôvóÄÂðõL~êoç VϲÎ?ïŸxp¼ˆÌ×NßÎ^ÎÒ'·\ôÓŽûhÝ5ª£îZ·_¬Ô‡˜UöÞרgû·>=Ž®ø²|>¯ò½Qýúþ'SŸTõ¶¯ú¿¨ezpT¾çý…Ͼèl£€cÀ@4ýúñ}Úò‹ÆcY=¾QЧNœÕ{Ùø Úþ8ßr»ÖÞ]Õ“ªÚóKõsžV¯g~/üPU“QÕ±õÚ¯z§<pÄý‹êTÐðó€¶€_´<ðé£ÿÐð«CÕs²TýóS.Ÿ9÷;áô_ªzôŒü%`<à¯&ž ˜ x>`:à…€Õ3|žTeR~v·ûÁ{AuÛ?QßG—œßVe5©žwœs›TmÑQ=jÄ£©ï n4VÚç~>óäç~âM ¾%»ó¢3Æï wSZÃQšêösÛ‹·ÏT¯iÏ1²W^”t›UýEGß²jÜÿóä«§ßPÍ¥ûô¾ühxKÕ·/Û|¨ÞÆŒš<£êƒ«t*Õ#ñ3Ë›˜[W|ÁØÝ¨~µÚTµV¡·•¿³êz—ª'Ôm?rѹӓœs¼t/oºýI½¥-ßyé õÏôÝ[çwfóMßPÏ6-Îþh¢îŸg™{¿W=ã[ªuÚÅíþÏœmÿâjƒ0_EÓ×x»Ÿš\P=÷_°fÿÆK×îWŸ}ôõ+¯‰jÖ´ø›«Gñ׌Æ5VÏzܬúúfUÏU\u·Ó€÷ÿÃÙ[ÇEµµýÃb!" " "¢‚¢"Ò90 53Ôîî½íîîFìîîîîîîînßÅ>sÏçœçy>¿÷QfïU×u}¯\köFJÉi¨n¯—ü¢Ì{²Á¿Iä½k§R« õûÚä¿ßրч–² Gmê»u‹åEvKåm­þi!ðe«m°ìû¿ÅXUuyþú›?tõ?å=°NžMåÿxŽwn©u÷ifÃ÷a+·ºÿs¤¦·s ÙìðG À#ȯWàR3+ÿÎz<ÿ#Þ(f«lWŠš´ˆx[Jgî.Ä麺V_aïZ÷ÿ¨©®úßh߾ЮGIksP×½÷õÂü­æQþ©²jæ4½O\Àß8Úâ$èû°º›g:àêF£\ÇYý…nU ÛüÏ£ï)s"¸_è>+•MÓÁŒ½b)[¬âù¿Q;Ýêw¦Ä µK"&Z1uU×öoQWkݵ½¹ÔÑwwœÍSèR mž°Ýj'>–¿í{ ¬õtȸD.‚ãbÿðÿ?Ouû_sïG¶Š—ÏuµÏJexMÿßftŽùßïš²2Þ–yƒ™¾Zgûí^üGîñÒ6ÒüRØ3üsÌÎ{y.çËýýúϰ™~aöP©Qgƒ¨jaÉ›0ãþx­Y—÷T«Gbóvqÿ½û¢Àê"ªMÖ×8·ágà?.‚8ÎÑÆùßí6-ÿðßl»¼»Ž‘!ÿ:ƒI—Çéà ¦¾s£a6Ë–øÚY1лÁ }ÂÀì‡õ#Âå©MÃWZçyoÅ}fc«=ÔýÝÌ’ÓÀV.#º<×°ö¨kÕŠðÀÜØ€[au{ó¯oê]"Îfõ{7¶ù1ç:ÒÞwƒõž´zŽ1G­rÙc唯®ÉëÂ{NœM°aÃj‰}¢ ¥Ö4'¾cÅñ@Ÿ¿»PUÇ­{¤X}åÊÿ¶º‡‘óÿ°ŸÇþÞ"¢¶¯NtøûX6ŸÖYhµwG#»[yk,¥»Š­±u{àÅë³ì×më±è…€Çëëÿ_\ò;ë/¿¨êWýÖW\,Ááÿ¹Wd•’³çÿÜß.azÉÛ„â¢to‚xü³EDœ„ìzÿޛѳ‡Û·cV4Íú·DŒe@ ·ÿˆÓ†”âù˜ÐœD›lJñ䬫NýC:KeѺ×:XÊŸ¬´¶ oôïkYë² ôoiµÁ{¬Ú>¼öéÄíÖèÉ-êÕÿ¡ùÝl6,øüLŒèßàAÌ×’_A[ñôoúnCd„®Z)_íÎÚbŸÝµ:–Š%f6À­3öµU þö쟑x­Ïö=ÂÇêTØé¶h°ÇËæK(éRô«v¾Îb€ïîÀâx9üktUò† àñ‚ÿæŒm^iSp÷&’Áÿ‚®± rVL«Rü?>­(Ãi†UÕª‡9…9‡¹„¹†Õs «ææåææV;¬NXÝ0ï02Â'Ì7Ì/lO„Xƒ° Ø«±Í Í ¡††–†V†0CkC¸¡!Âiˆ2Db ±†8C¼!ÁhH2$ †CªÁhH3¤Ú2 ™†,C¶!Ç`2˜ C®!Ïo(0 l@ ¨3àÂ@(m` ¬34LÖ«ÓÀ³Tqc>°eoþàý1]—, æv¨x¹T…¨™Þo¿ Ö·"ls©Ìû®ž ^üÃçö3Œÿ ÆZ 4a'Ñ”R#^¯àÜÊr«í½kd‰ì·ŽìF«ª×ˆ$3 S²dvÒÛ óÚ7¼¨œ+¸¶XÏoÅGù&ÍsÜJ*ù> H¬¥MæÎ`̸j úª~¡äÍw‹½ z¿ñŽ® bEÖv+†ŒúVÛyG¾wƒÏ~p'ÀιöR`«¾³\°®O–¼Ô‘}¬°¿ný#@ë}q;âœk,´ï6ßÎÙ}c„GÝ ’w[¶êº”þ-kªÑ&©äìtìîˆ&€¶ˆ²ótñØy®ní^ÁÕ„’:uÄTûb›×„WëV˜²‡<5=ú¿k—­Ë" è‹·‹gJžÛ4«TcR¼ŠJÞb–W÷]™â’çÝê2\ 2»lW8¾c›ï`5åÁª0V-'¬•¢{®D‹×Êjb½¦“³Sv<î÷Vë,X} øLžª#Xgt)ï1´¹c;âcÍ ‚™¾}Í3 ,y§_Œ_Âî’÷ú¶!c3ËÖJ,t1U˜X¥o ½ áHôH°Þfö烷êvRŠ›¸Ð3:ÞÛ™#¹‘¶– )Ò¡õø wmö=\÷*go°6ò°ÞÓŒvÑñ<¸¾R?iŸÛÆÌÕÞžkmðmH4Õìλ`•{íöµumØ ¾Úv;‰žcEðœ0Wpï©N!´‰3_ K·ÅᘧF°[Ãf•êÄïë-ÈØ îfä9ÞtôI)±½ÄúL×mó¢îr݆wü¸]¡XßJ°;0Ϊˆ³>›ÁU?€îºEŒ#ÎJ™ÂozÐ0ÑÑd×"‘ªäåÞ5eТ—z¤ézÄ¥‚ÀŒ1€‚à˜ôè“:î‚uLuŸæå^—Kù[tf­FðreÀ¼C»Ûçé;wN%Y’­¶ð¬~«Ôçî°˜7kÛ_¬ ît¶»´0zPê@û¢Ð¤’Ó5Ö¨¶Às 5 ¼ßÿ™ôò} ÖW¬µ§µ6Ìöp´­ÙV Sõ<¿êôRµçKú˜çþ‘¹7;ÑKãbàs°äÝç)^α‰Øe›Ý:îõ×ðßA%OOO[n‹Õ'çî,[³Ä8-A;“‡Vi£AÓ£soj–W8Qæ2àØÒ²¤õÊmëžœ¯Ñ*Y ··NwÁ˜ˤ3müÊ®L]ö& 1˜´k$~×&ÏeiŠžaTüÙ•¸¶TÎPàÓ¾l‹MÅmøû\*›œÛô^Ó0SGkÁPã8x¹k@³ò—4«2$¶Qºk&åeÀÃ啯äîÔ׋餥ü“‡õk¬<[ò±îÎVžiW\.ËxùjÍÆ?$v,­eݧ:òF…ºyõ´íø¤ýõHú} 7wýZj•¢GòË 7Áµ"+Št­Jži²<ÒRò;z³Ó÷°Â ]°ÿûZ—“j¥¿ˆ~j]ƒ›^KŒGR§‹½Õ¾Èz}¹ÝDàc·ƒ^MUh7O÷YzœY¬ÛJƊꣶÚËl=j:[)-ÉNÜϱÅRµUuI—m«WÓô•æD?c”Îvp+kqº è›â‹$9r)èOð15Ùp÷Xìßå‹^ ÎJèi³ÅÑQ©Î@® àîÃð” ¥vLTãþìÒBàw‚çÏéhî•v±þújbÜG›w¿é'T|J×ão0®—cec‡„óÝ“€$è³´ÒVt|ÔÓ½J«·÷ªL—œ#jÔ³ž8ÚV§ù,ÐêˆÆÝuûN~¶+“ìŸj4y‚;˜grÛn¥f é\é5O 3…]­4³âìª^ írp½Wô²ø1NVŸõÔª Ó?Zñ)èVb<=¢_!Ê€/ Ü´2X¦íz¶^`­ÏI-yº…µ·cÚ‰èþ€:GÓù‘kÓöزÆö%QEÛ†VÇø¬oØôtjRªf7"nLº­Š ihô­­cìÚj3u4HÑo£BþÈÖ_D7³Ö®·þKFh»¦©X€ôÖè+ÛêßÐQ¤ÛÊ"¿ÎNÓõ¿¦xF³†6Øa«]ÔÒÿê<&âiãÒc;N­ ¿èP%£=ÀAðysK­Àp²Õ/û[ùÓÛz"a'XI ЋN©w¢œ«%Åd4ç>o/w×fÛ_{®Ô+eù.gS.Ûãe|ÛZsHàõ.‡O-?Þ~¯~¥ŠÑ¢W ¦þwö­e£3ô¨'Y(yΰsÉå’_bÛxmù«ÞÓ⇶ ²ÊÓurÏ_秬‘ixdjÆ{€ÛÅ! žF]š³ÙÞͯ8­XÎ¥€kKžù—Ë*©•®'éVx5°/Ë]ô××è{]÷û'@ìð[¿ZÊ>.Ô1Ð\é[j7z¡}PÂä’'’f.JâñcNÚ«îæy:\ÕÊ,ù;%ñTDBú•Œ§†g@Ö5BÆ7þ;…®ÿµ’¦’çŠëuŒùñyV1ÑÚãdëçÀNDK*ý1F«œ[[m,W¿©UŸ&Œ Ûh?ÌÜøD‰ ŒÙ ¨ée ¨”iͯëoÔýu‰uô<–‘žèÑÀµ«Ñ·Rû‘¿b&$åï+/g:NRhZÖoo‰¶àiÉɰ Ë_v(ö‹qOæÞÌ}™û3dÌ<”y8óHæÑÌc™Ç3OdžÌ<•y:óLæÙÌs™ç3/d^̼”ióç:fZw;(óOt=ø·Ò&—¡¿kê˜[èpÞEÕÈv”Ò»f¦Y×¥s% Ônh^ɳN3`À(µ{-,íVTðnÿÄ^hõ~o@»ÅùáºÇˆ˜É÷žìd^ëê‘+´nºô‹(}熧þyØäjÉ[M]n‚1P].ùFà¬Àšiòißl4ÝÕ-ûF}å—3‘,4 Ëúïpã%#ªwdZJá0Ì/Ư¢Nã|€—RÇ‚owž3ÏFL­xVŸç¶×K»áºí»ß·ôϹä×ê@Vζjøj‹í¬ ^¬_†µŽî>"}iT³Rµ×#ºNôO=Ÿ\3½³ÍFn÷¤|ûë\E:fÙÿ¯zŸ§j\@kïÐk9З`k| Z?Š™¯sp h¬G€…Xšéb‹Á<ÀºêT,(Él<Ýú3€_G¬–Ä \¯êÿ&i'p³FÒzH vtõò)U [¯¤\Ôýþ¯dk PÖ mR2æw¶”Mr²J qU\§ÂYxVãì&ÙM³‰,H¨Y)Ÿ‘ lé @Û%»Oÿˆ—†Ú²‹ÝF‹YO6 z;»êß#°ØN1ö™ëÒF%þ‡ý]À—%öÇXúê0Ë«íØ«ËvXû¤ˆ%ôŸ 0×-µYêZ°Î¡zíþjíMVT ·í¸§D·zÆz“Cö‡+eoëùÍé [îSj0-5ðµcæ¨ÌR§€¼bê ;£·{ؤ¥çk z×߬×Õ0À¡{@—õjÀŒ¤?jÖ@V¬~å1Ю‘@—Æÿµce‹„£¼’ÿäHHÆŸß«ƒþãÝ^@¾muO $ö aÀÒl0ûw å `½L£ç)Ù¥û.ÉúÇ.pv€ÎéÏ6“âÿ¯»ÿûl£GN)zÒg¶‘ÊÕÔÎ<ùl×^ð‰ûÛ,æRyz½wpvnN^N¾u¤u6 ¯—ªkÛY+rýœPkÜA€v™!Ç’ÊG3kîÀ2<¶Z¾ÔÆo?'§»ëQb„u”š±ÃÓœóJE-^)M}À¬€w¡ö—ëwtôy}DË›žþ׸±NóÃU»Dú†^·Ÿ^Xµ®œÉ~¤5*í·Þ³‡NÇÏRò ncò9­Û ? ×kRŠjüÛ ·šÄÄdžIœl³•­õ̬†ø É7ôoŸÝo´îA™ê·,ÿÃøoãYÀ:‹³..8úo²@túµžS܆¶3åGíèëþ·¯¸ª8y³M«ø°Æo=‹mywèÁR»¹ƒlš]eŠ6جµrc¬©/@Ëв¯232(°ÂmÅM2e™²M9¦«qRzµÍ Y›ý÷Ùã¬ç0’ÿv‹÷ˆ?’¶Ý½K¬%Çdêhêdêl«ÀÔÅdó„ÖH!!ú#àõUÛI¦Ñ¦1¦±zË!aã¬=.¹Tê,åÓQýÎÝÈ —ÉÀþÞKõÖã; «)V‹ËÇ* ÇL7M·L·Mÿíé dPèy×’çǘî˜^šÒtžDÕ÷} Úùy.Ð}”6Õ´Ú£7´}iì+“ÙÞìPòcŸ2ž9^¥ôÔ^Ö\ÝüŸo‡L‡MGLNæZf³§¹"ˆ¦ƒùª™½Ì>f_³Ÿ¹¾ÙßÜÀ`mßÐÜØÜÄÜÔl1737WÿŠ0Ì¡æpss„9ÒeŽ6gëòÜbŠ1'š“ÌÉfƒ9Åœj6š!°Þ5¶h!ت ì4s®9Ïœo.0š!3 ÆÌl“ÿG¦Þ²ÑZÿ(ÿ(€¿Ý™ˆY5kævæöæ掠56¾Æ×=}òQ—Â"Ó©ËMÌÃÍ#Ì#̣ͣÍc¬Ô&>0̶·iz–¹n¢OÅóXólóó\ó<ó|ókÛgº¥N4-4¯4¯2¯6¯1¯5¯Óï1 €´˜×›·š·™·›w˜wšwYû4‰.2~³Û|Ø|Ä|Ô|Ì|Ü|ÂÜÕt?¤%XoÕŠ³L'ÍÌÍ—Ì—ÍWÌWÍ{@¿D`·[›¯™ï˜ïšï™ï›˜šéã}HXr ÑüØüÊüÚüÆüÖüÎüÞüÁœ x:Ñn]ê óKóGóóOó/óos‹ÅÞ²³Ž,•,•-U,U-Õ,Õ-õ1W$Œhíd©iq·Ô²xX<-^–Ú „ f®cñµøYê[ü- ,¶ez˜ZšXšZ‚-!–f–æ–Pýúms KkK¸¥%Âi‰²D[lÖÇýùU«¶hóuRq|y€[cÄv]KB 1–B d-ˆµ”²BV`6Ò-\gÐ+Ìæ•*x×~ø×VÕl çJÆõÌ™À‚Vˆî5®Ûöö"Jùíú±Û€¾Ï~y‚®åÞ”w3f™i™e™m™c‰êõ?ïG7ɬ\fj©Xé! ÃߪgMZ®—¼O¨Úʨ€Ä„R{ëlÉn¹Î…ý†þéçÝ v'j‚X*ÜÇ2×rÝrÃrÓrK§¿£î¿ÊëT€–9´¨ÉÓu½¿ÙÄ<¢ÍWî²Fu\v´~ ¨¿hY/ë¢g ÷âêÄ]±\µ\³Ü¶TÏuÊuÎuɽcÉìý#ZûU*šlß÷’gYýo`ÖÜòëm¼·èY²S°kÃOŸõüѽl[« hìªïxûÄVS{öZŸí£5+ ÚµÈÉî9€U¤¬1uo Ñ„R¡5V¾æùl>kb¥â?ÎC¬œÏvi¥Ï<Û}•ü¦§õ­¦– )éó* op×Zm©œQdž‡¶¸@* 9®ïŽÏɲ9Pï4„g®ô Ç?µ¬6g¹Õ?¬vk¢{ôIaz½R4¼×ixíö¬0¦v?ïy±®¹'sOåžÎ=“{6÷\®cˆ)•Ö)ëàöÇN´#È.$õHõñû®gIGNGWØ8?ô_ w¶êŒCüt]ãŽGvËI4~Òóˆ €3q¥vœò³óª.ÕgõÕãø0«DìÒüt ½ŸèiH)“Ñ·æK}¦-æÒóýÐG:ë<¿R’NEWºÅ= è_"ŸÙmŽ[‘ux,7½ZuX÷Ì÷ëͬímÛim®ã¼Šm²JÂg°Þ&[#œvÙçsÅ<)OÎSò¢Ïó“'þq¢lwY·úÃt¤û$û&w×÷½æ|«î-Ô¥tETHkL1>D(å76ÎZUÎàoÓúž`}ë3쀼¿§¸—<‹ÍÓ!Êßí¥Ëò:[cfMÔWÿ1uµ£³1¿-y,°(-Ó|êåÚõd›—u©&ê2Šþ_u¡äùrVLŽ,òRKÐõ*½)<Ìdg­…M4©y¯óÞä½Í{—gâJžœä£ùŸÌ€”§›g˜yÀ³%{Ž ºWâëf7Óµw†é˜h©»Ñ9áø?Ös „Ñù‘ñ õ ऻMï*=MÛœ— ,šDt8ÀH½6Ãÿ8AÞ?ßv2À©àÖ£èøðHbøž5¬±^?ŽOIH9 ¬SÇÖ·AÖT¹äÉø€ÊÕzæ}ÊK…œxÌ)2÷¯o§®Ê¥Y¼‹óôÜfkü+ü›¿©Vý»Ë‘ÿ2ÿUþëü'@žXÆ%ݾ xÞÛªŸ½ýß›vDú·õb)´ÏÙúÇY¡o:¯ÇËùX$,Àó~æƒÌ1‘áFô«³ÊMÚèS}`vLZÛÜùÖ&àõ½-ðr»o”-QÒú¤¯Ö1±ð4UÇbIÊ6ÝÚâ5°oWr÷fíËÚÿ‡×=û7ì¸g°î^í¾Ü»‰÷Òš}“&ŒÌê ä1W÷;¿t~^ÒŠIÌãÑuáx.mWÞäO,˜TPT0¹ÀüÏéØÚ è tÙ·4úƒ^Xå{€“âÐ €3f°ÖQQ{]úÛ*Åq¾1‡úb`i®Õt-zþرgN¹ìâüNº„ÏéžóIzQõr&{0þW}¾eº.ýšy´xƒµÛY1wÑÆÇWÀŠÍ®µ°B7 ±Ý’eX#‹%o1-H¾g¨^ ÖäÒVʽŸÓ å«!(nn­Éz¥}gä.Ð>5+Ïi ˜-08¼æ…üyÞDZ“Z ƒÉʯ·)³zØöV¤%¯É*¶YãŸyÀïìÈYo•òج­¸ ´°EaËÂV…Vß è©W¦yjhê/0KG@ÅçÐ|@sŒn‹:Ûð=Ýgkåä„®úLÖËT²µ: 4ufúmk½ürWžNÖÂŵ;¤ÿ‘'Ÿ1–séö+y_½CWsüËz‰e/ï´È} ø¸XíÁ[ÝO'\.UûXîßtñeœ§•7›¬}O'nMôùZƒ+< íDÚ}%í¬ÉüÄ]Òo#g{¼*9#R¥oäÅ´÷†‹±¿|›6/ +¼Qx³ðVáíÂÖyD†Ø|îÒðþž`¼zæ;…¯ _¾)|[ø®p¼ŽÕËûÂ/…_ ¿~/üQø³ðWáïÂ2d9@e!G¨TªÍ[]Á\ªU‡œ gÈr…j@nPMȪy@žTªÕ…¼¡zä ùAõ!¨5„¡FPÔj5…‚¡¨Ô …Z@-¡VPÔ ‡Ú@P$EC1P,ÅC P"”%C(J…ŒP”µ…2 L( ʆr d†,P. ?TBC„B„CDBDC ÄBÄC$B$C ¤BÔju€:B ÎP¨+Ô êõ€zB½ ÞP¨/Ôê €Bƒ ÁÐh(4 €FB£ ÑÐh,4M€&B“ "h2T M¦BÓ éÐ h&4 š ÍæBó ùÐh!´Z -–BË åÐ h%´ Z ­ÖBë õÐh#´ Ú m¶BÛ íÐh'´ Ú íöBû ýÐè t: ŽBÇ ãÐ è$t : ÎBç óÐè"t º ]®B× ëÐ è&t º ÝîB÷ ûÐè!ôz =žBÏ çÐ è%ô z ½ÞBï ÷Ðè#ô ú }¾Bß ïÐè'ô ú •í`{Ø. ;Âåàòp¸"\ ® W«ÂÕàê°ì »À®p Ø ® »Ãµ`Øö‚kÃuະ7\ö}a?¸>ì7€à†p Ü‚ÃMà¦p07ƒ›Ã¡p ¸%Ü ƒ[Ãáp8Ž„£àh8Ž…ãàx8N„“àdاÀ©°NƒÓá¶pœ gÁÙpl‚ͰÎ…óà|¸.„!†…1‡ ˜„)˜†˜…9˜‡X„%X†X…5¸Üîw„;Áá.pW¸Üî÷„{Á½á>p_¸Ü„Áƒá!ðPx<„GÁ£á1ðXx<žO„'ÁEðd¸žO…§ÁÓáðLx<žÏ…çÁóáðBx¼^/…—ÁËáðJx¼^¯…×Áëá ðFx¼Þo…·ÁÛáðNx¼Þï…÷ÁûáðAø|>…ÁÇáðIø|>Ÿ…ÏÁçá ðEø|¾_…¯Á×áðMø|¾ß…ïÁ÷áðCøü~?…ŸÁÏáðKøü~¿…ßÁïáðGøüþ…¿ÁßáðOøü.ƒØ!öˆRqDÊ!å‘ HE¤R©‚TEª!Õ'ÄqA\‘ˆRqGj!ˆ'â…ÔFê uo¤âƒø"~H}Äi€ ‘@¤„4Fš M‘`$i†4GB‘HK¤†´F‘6H‰D!ÑH ‹Ä!ñH’ˆ$!ɈIAR#’†¤#m‘ $ÉB²‘Ä„˜ ’‹ä!ùHRˆ@Œ Š`މP0‹pˆˆHˆŒ(ˆŠhH;¤=ÒéˆtB:#]®H7¤;Òé‰ôBz#}¾H?¤?2ˆ B#C¡È0d82‰ŒBF#c±È8d<2™ˆLBŠÉH12™ŠLC¦#3™È,d62™‹ÌCæ# …È"d1²YŠ,C–#+•È*d5²Y‹¬CÖ#È&d3²ÙŠlC¶#;È.d7²Ù‹ìCö#ƒÈ!ä0r9ŠCŽ#'“È)ä4r9‹œCÎ#‹È%ä2r¹Š\C®#7›È-ä6r¹‹ÜCî#‡È#ä1òyŠG_ /ÑWèkô ú}‡¾G? ÑOègô úý†~G ?Ñ_èo´ f‡ÙcXYÌ+‡•Ç*`±JXe¬ V«†UÇœ0gÌsÅj`nXMÌ«…y`ž˜V«ƒÕż±z˜æ‹ùaõ1¬€5ıFXÖk‚5Å‚±¬Ö ÅZ`-±VXÖ ÇÚ`X$…Ec1X,‡Åc X"–„%c,KÅŒX–޵Å2°L, ËÆr0fÆ,X.–‡åcX!a0†`(†a8F`$Fa4Æ`,Æa<&`"&a2¦`*¦aí°öX¬#Ö ëŒuÁºbݰîX¬'Ö ëõÁúbý°þØl 6Œ Á†bðáØl$6 ÁÆbã°ñØl"6 +Â&cÅØl*6 ›ŽÍÀfb³°ÙØl.6›-Àb‹°ÅØl)¶ [Ž­ÀVb«°ÕØl-¶[mÀ6b›°ÍØl+¶ ÛŽíÀvb»°ÝØl/¶ÛÀb‡°ÃØì(v ;ŽÀNb§°ÓØì,v;]À.b—°ËØì*v »ŽÝÀnb·°ÛØì.v»=Àb°ÇØì)ö {޽À^b¯°×Øì-ö{}À>bŸ°ÏØì+ö ûŽýÀ~b¿°ßXÜ·Çð²¸#^/WÀ+â•ðÊx¼*^ ¯Ž;áθ îŠ×ÀÝðš¸;^ ÷À=q/¼6^¯‹{ãõpÜ÷Ãëãþx<oˆâð ¼1ÞoŠã!x3¼9Š·À[â­ð0¼5Ž·Á#ðH< ÆcðX<ÇðD< OÆ x žŠñ4<o‹gà™xžçà&ÜŒ[ð\<ÏÇ ðBÂaÁQÃqœÀIœÂiœÁYœÃy\ÀE\Âe\ÁU\ÃÛáíñxG¼Þï‚wÅ»áÝñxO¼Þïƒ÷Åûáýñø@|>‚ŇáÃñøH|>ƒÅÇáãñ øD|^„OÆ‹ñ)øT|>ŸÏÄgá³ñ9ø\|>_€/Äá‹ñ%øR|¾_¯ÄWá«ñ5øZ|¾߀oÄ7á›ñ-øV|¾ßïÄwá»ñ=ø^|¾?€Äá‡ñ#øQü~?ŸÄOá§ñ3øYü~¿€_Ä/á—ñ+øUü~¿ßÄoá·ñ;ø]ü~€?Äáñ'øSüþ¿Ä_á¯ñ7ø[üþÿ€Ä?áŸñ/øWüþÿÿÄá¿ñ2„aO8e G¢Qž¨@T$*•‰*DU¢Qp"œ •¨A¸5 w¢áAx7@¶ÑúA†Qð!| ?¢>áO4 ˆ†D ш"Mˆ¦D0B4#š¡D ¢%ÑŠ#ZáD"‚ˆ$¢ˆh"†ˆ%âˆx"H$’ˆdÂ@¤©„‘H#Ò‰¶D‘IdÙDa"Ì„…È%òˆ|¢€($ &%$;ægxA ÁÁ!! ¡ÑŽhOt :ˆÎD¢+ÑèNô z½ˆÞD¢/ÑèO ƒˆÁÄb(1ŒNŒ F£ˆÑÄb,1ŽOL &“ˆ"b2QLL!¦ÓˆéÄ b&1‹˜MÌ!æóˆùÄb!±ˆXL,!–ˈåÄ b%±ŠXM¬!ÖëˆõÄb#±‰ØLl!¶ÛˆíÄb'±‹ØMì!öûˆýÄâ qˆ8L!ŽLjãÄ â$qŠ8Mœ!ÎçˆóÄâ"q‰¸L\!®׈ëÄ â&q‹¸MÜ!î÷ˆûÄâ!ñˆxLéO6 Ȇd Ùˆ "“MȦd0B6#›“¡d ²%ÙŠ #[“ád2‚Œ$£Èh2†Œ%ãÈx2L$“ÈdÒ@¦©¤‘L#Óɶd™If‘Ùdi"ͤ…Ì%óÈ|²€,$!&%1' ’$)’&’%9’'R$%R&R%5²Ùžì@v$;‘É.dW²ÙìAö${‘½É>d_²ÙŸ@$‘ƒÉ!äPr9œAŽ$G‘£É1äXr9žœ@N$'‘Eäd²˜œBN%§‘ÓÉäLr9›œCÎ%ç‘óÉäBr¹˜\B.%—‘ËÉäJr¹š\C®%בëÉ äFr¹™ÜBn%·‘ÛÉäNr¹›ÜCî%÷‘ûÉäAòy˜%Ÿ‘ÏÉäKòùš|C¾%ß‘ïÉäGòù™üB~%¿‘ßÉäOòù›,CÙQö”U–r¤ÊQå© TEªU™ªBU¥ªQÕ)'Ê™r¡\©”U“r§jQ”'åEÕ¦êPu)oªåCùR~T}ÊŸj@P ©@ªD5¦šPM©`*„jF5§B©TKªFµ¦Â©6TIEQÑT KÅQñT•H%QÉ”J¡R)#•F¥Sm© *“Ê¢²©ÊD™) •KåQùTUHAL!JaNIQM1KqO ”HI”L)”JiT;ª=ÕêHu¢:S]¨®T7ª;ÕƒêIõ¢zS}¨¾T?ª?5€H ¢SC¨¡Ô0j85‚I¢FSc¨±Ô8j<5šHM¢Š¨ÉT15…šJM£¦S3¨™Ô,j65‡šKÍ£æS ¨…Ô"j1µ„ZJ-£–S+¨•Ô*j5µ†ZK­£ÖS¨Ô&j3µ…ÚJm£¶S;¨Ô.j7µ‡ÚKí£öS¨ƒÔ!ê0u„:J£ŽS'¨“Ô)ê4u†:K£ÎS¨‹Ô%ê2u…ºJ]£®S7¨›Ô-ê6u‡ºKÝ£îS¨‡Ô#ê1õ„zJ=£žS/¨—Ô+ê5õ†zK½£ÞS¨Ô'ê3õ…úJ}£¾S?¨ŸÔ/ê7U†¶£íiº,íH—£ËÓèŠt%º2]…®JW£«ÓN´3íB»Ò5h7º&íN×¢=hOÚ‹®MסëÒÞt=Ú‡ö¥ýèú´?Ý€ Òt#:ˆnL7¡›ÒÁtÝŒnN‡Ò-è–t+:ŒnM‡Ómè:’Ž¢£é:–Ž£ãé:‘N¢“iB§ÒF:N§ÛÒt&EgÓ9´‰6Ó:—Σó麆h˜Fh”Æhœ&h’¦hšfh–æhžh‘–h™Vh•Öèvt{ºÝ‘îDw¦»Ð]éntwºÝ“îE÷¦ûÐ}é~tz=D¦‡ÐCéaôpz=’E¦ÇÐcéqôxz=‘žDÑ“ébz =•žFO§gÐ3éYôlz=—žGϧÐ éEôbz ½”^F/§WÐ+éUôjz ½–^G¯§7ÐéMôfz ½•ÞFo§wÐ;é]ônz½—ÞGï§ÐéCôaú}”>F§OÐ'éSôiú }–>GŸ§/ÐéKôeú }•¾F_§oÐ7é[ômú}—¾Gß§ÐéGôcú ý”~F?§_Ð/éWôkú ý–~G¿§?ÐéOôgú ý•þF§Ð?é_ôoº cÇØ3LYÆ‘)Ç”g*0™JLe¦ S•©ÆTgœgÆ…qej0nLMÆ©Åx0žŒS›©ÃÔe¼™zŒãËø1õ¦À4d™FLÓ˜iÂ4e‚™¦Óœ eZ0-™VLÓš gÚ0L$ÅD31L,ÇÄ3 L"“Ä$3&…IeŒL“δe2˜L&‹Éfrcf,L.“Çä3L!10ƒ0(ƒ18C0$C14Ã0,Ã1<#0"#12£0*£1í˜öL¦#Ó‰éÌtaº2ݘîL¦'Ó‹éÍôaú2ý˜þÌf 3ˆÌ a†2ØáÌf$3ŠÍŒaÆ2ã˜ñÌf"3‰)b&3ÅÌf*3™ÎÌ`f2³˜ÙÌf.3™Ï,`2‹˜ÅÌf)³ŒYά`V2«˜ÕÌf-³ŽYÏl`62›˜ÍÌf+³ÙÎì`v2»˜ÝÌf/³ÙÏ`2‡˜ÃÌæ(sŒ9Μ`N2§˜ÓÌæ,sŽ9Ï\`.2—˜ËÌæ*s¹ÎÜ`n2·˜ÛÌæ.s¹Ï<`2˜ÇÌæ)óŒyμ`^2¯˜×Ìæ-óŽyÏ|`>2Ÿ˜ÏÌæ+óùÎü`~2¿˜ßLÖŽµgز¬#[Ž-ÏV`+²•ØÊl¶*[­Î:±Î¬ ëÊÖ`ÝØš¬;[‹õ`=Y/¶6[‡­Ëz³õXÖ—õcë³þl6€mÈ껲YÈ6eƒÙ¶Ûœ e[°-ÙVlÛš gÛ°l$ÅF³1l,ÇÆ³ l"›Ä&³6…Mel›Î¶e3ØL6‹ÍfsXkf-l.›Çæ³l! ±0‹°(‹±8K°$K±4˰,˱<+°"+±2«°*«±íØöl¶#Û‰íÌva»²ÝØîl¶'Û‹íÍöaû²ýØþìv ;ˆÌa‡²ÃØáìv$;ŠÍŽaDzãØñìv";‰-b'³Åìv*;ÎÎ`g²³ØÙìv.;Ï.`²‹ØÅìv)»Œ]ή`W²«ØÕìv-»Ž]Ïn`7²›ØÍìv+»ÝÎî`w²»ØÝìv/»ÝÏ`²‡ØÃìö({Œ=Ξ`O²§ØÓìö,{Ž=Ï^`/²—ØËìö*{½ÎÞ`o²·ØÛìö.{½Ï>`²ØÇìö)ûŒ}ξ`_²¯Ø×ìö-ûŽ}Ï~`?²ŸØÏìö+ûýÎþ`²¿ØßlÎŽ³ç¸²œ#WŽ+ÏUà*r•¸Ê\®*W«Î9qΜ çÊÕàܸšœ;W‹óà<9/®6W‡«Ëysõ8Ηóãêsþ\.€kÈr¸ ®1ׄkÊs!\3®9ʵàZr­¸0®5εá"¸H.Š‹æb¸X.Ž‹ç¸D.‰Kæ \ —ʹ4.kËep™\—Íåp&ÎÌY¸\.Ëç ¸Bâ`áPãpŽàHŽâhŽáXŽãxNàDNâdNáTNãÚqí¹\G®×™ëÂuåºqݹ\O®×›ëÃõåúqý¹Ü@n7˜ å†qùÜHn7šÃåÆqã¹ ÜDnWÄM抹)ÜTn7›ÁÍäfq³¹9Ü\n7Ÿ[À-äq‹¹%ÜRn·œ[Á­äVq«¹5ÜZn·žÛÀmä6q›¹-ÜVn·ÛÁíävq»¹=Ü^n·Ÿ;Àäq‡¹#ÜQîwœ;ÁäNq§¹3ÜYîwž»À]ä.q—¹+ÜUîw»ÁÝänq·¹;Ü]îwŸ{À=äq¹'ÜSî÷œ{Á½ä^q¯¹7Ü[î÷žûÀ}ä>qŸ¹/ÜWî÷ûÁýä~q¿¹2¼oÏ;ðeyG¾_ž¯ÀWä+ñ•ù*|U¾_wâyÞ•¯Á»ñ5yw¾ïÁ{ò^|m¾_—÷æëñ>¼/ïÇ×çýù|ßäñA|c¾ ß”æCøf|s>”oÁ·ä[ña|k>œoÃGð‘|ÍÇð±|Ï'ð‰|ŸÌø>•7òi|:ß–Ïà3ù,>›ÏáM¼™·ð¹|ŸÏð…<ÄÃ<£<Æã<Á“<ÅÓ<ó<Çó¼À‹¼Ä˼«¼Æ·ãÛóøŽ|'¾3ß…ïÊwã»ó=øž|/¾7߇ïË÷ãûóøü ~0?„Êã‡ó#ø‘ü(~4?†ËãÇóø‰ü$¾ˆŸÌóSø©ü4~:?ƒŸÉÏâgósø¹ü<~>¿€_È/âóKø¥ü2~9¿‚_ɯâWókøµü:~=¿ßÈoâ7ó[ø­ü6~;¿ƒßÉïâwó{ø½ü>~?€?ÈâóGø£ü1þ8‚?ÉŸâOógø³ü9þ<¿È_â/óWø«ü5þ:ƒ¿Éßâoówø»ü=þ>ÿ€È?âóOø§ü3þ9ÿ‚É¿â_óoø·ü;þ=ÿÿÈâ?ó_ø¯ü7þ;ÿƒÿÉÿâóe;Á^pÊ ŽB9¡¼PA¨(T* U„ªB5¡ºà$8 .‚«PCpj îB-ÁCð¼„ÚB¡®à-Ô|_ÁO¨/ø „¡¡(4‚„ÆB¡©,„Í„æB¨ÐBh)´„ÖB¸ÐFˆ"…(!Zˆb…8!^H…$!Y0)Bª`Ò„t¡­!d YB¶#˜³`r…ŸŠÏÄçâ ñ¥øJ|-¾ߊïÄ÷âñ£øIü,~¿ŠßÄïâñ§øKü-–‘ì${ÉA*+9Jå¤òR©¢TIª,U‘ªJդ꒓ä,¹H®R ÉMª)¹Kµ$ÉSò’jKu¤º’·TOò‘|%?©¾ä/5¤†R ÔH ’KM¤¦R°"5“šK¡R ©¥ÔJ “ZKáR)BŠ”¢¤h)FŠ•â¤x)AJ”’¤dÉ ¥H©’QJ“Ò¥¶R†”)eIÙRŽd’Ì’EÊ•ò¤|©@*” – •0 —‰”(‰–‰•8‰—I”$I–I•4©Ô^ê u”:I¥.RW©›Ô]ê!õ”zI½¥>R_©ŸÔ_ ”Iƒ¥!ÒPi˜4\!”FI£¥1ÒXiœ4^š M”&IEÒd©Xš"M•¦IÓ¥ÒLi–4[š#Í•æIó¥ÒBi‘´XZ"-•–IË¥ÒJi•´ZZ#­•ÖIë¥ ÒFi“´YÚ"m•¶IÛ¥ÒNi—´[Ú#í•öIû¥ÒAétX:"•ŽIÇ¥ÒIé”tZ:#•ÎIç¥ ÒEé’tYº"]•®I×¥ÒMé–t[º#Ý•îI÷¥ÒCé‘ôXz"=•žIÏ¥ÒKé•ôZz#½•ÞIï¥ÒGé“ôYú"}•¾IߥÒOé—ô[*#ÛÉö²ƒ\Vv”ËÉåå rE¹’\Y®"W•«ÉÕe'ÙYv‘]å²›\Sv—kɲ§ì%×–ëÈueo¹žì#ûÊ~r}Ù_n È å@¹‘$7–›ÈMå`9Dn&7—CårK¹•&·–Ãå6r„)GÉÑrŒ+ÇÉñr‚œ('ÉɲAN‘Se£œ&§Ëmå 9SÎ’³åÙ$›e‹œ+çÉùr\(C2,#2*c2.2)S2-32+s2/ ²(K²,+²*kr;¹½ÜAî(w’;Ë]ä®r7¹»ÜCî)÷’{Ë}ä¾r?¹¿<@(’ËCä¡ò0y¸*“Ë'ä“ò)ù´|F>+Ÿ“ÏËä‹ò%ù²|E¾*_“¯Ë7ä›ò-ù¶|G¾+ß“ïËä‡ò#ù±üD~*?“ŸË/ä—ò+ùµüF~+¿“ßËäò'ù³üEþ*“¿Ë?äŸò/ù·\F±S쥬⨔SÊ+”ŠJ%¥²RE©ªTSª+NŠ³â¢¸*57¥¦â®ÔR<OÅK©­ÔQê*ÞJ=ÅGñUü”úŠ¿Ò@ P*J#%Hi¬4Qš*ÁJˆÒLi®„*-”–J+%Li­„+m”%R‰R¢•%V‰Sâ•%QIR’ƒ’¢¤*F%MIWÚ*J¦’¥d+9ŠI1+%WÉSò•¥PXATÁ\!R¡ZaVá^Q‘YQUÑ”vJ{¥ƒÒQé¤tVº(]•nJw¥‡ÒSé¥ôVú(}•~Je€2P¤ V†(C•aÊpe„2R¥ŒVÆ(c•qÊxe‚2Q™¤)“•beŠ2U™¦LWf(3•YÊleŽ2W™§ÌW( •EÊbe‰²TY¦,WV(+•UÊje²VY§¬W6(•MÊfe‹²UÙ¦lWv(;•]Êne²WÙ§ìW(•CÊaåˆrT9¦WN('•SÊiåŒrV9§œW.(•KÊeåŠrU¹¦\Wn(7•[ÊmåŽrW¹§ÜW(•GÊcå‰òTy¦(•OÊgå‹òUù¦|W~(?•_Êo¥Œj§Ú«jYÕQ-§–W+¨ÕJjeµŠZU­¦VWTgÕEuUk¨njMÕ]­¥z¨žª—Z[­£ÖU½Õzªê«ú©õUµ 6TÕFjÚXm¢6UƒÕµ™Ú\ U[¨-ÕVj˜ÚZ WÛ¨j¤¥F«1j¬§Æ« j¢š¤&«5EMUjšš®¶U3ÔL5KÍVsT“jV-j®š§æ«j¡ ©°Š¨¨Š©¸J¨¤J©´Ê¨¬Ê©¼*¨¢*©²ª¨ªª©íÔöjµ£ÚIí¬vQ»ªÝÔîjµ§ÚKí­öQûªýÔþêu :H¬Q‡ªÃÔáêu¤:J­ŽQǪãÔñêu¢:I-R'«Åêuª:M®ÎPgª³ÔÙêu®:O¯.Pª‹ÔÅêu©ºL]®®PWª«ÔÕêu­ºN]¯nP7ª›ÔÍêu«ºMÝ®îPwª»ÔÝêu¯ºOݯPª‡ÔÃêõ¨zL=®žPOª§ÔÓêõ¬zN=¯^P/ª—ÔËêõªzM½®ÞPoª·ÔÛêõ®zO½¯>PªÔÇêõ©úL}®¾P_ª¯Ô×êõ­úN}¯~P?ªŸÔÏêõ«úMý®þPª¿ÔßjÍN³×´²š£VN+¯UÐ*j•´ÊZ­ªVM«®9iΚ‹æªÕÐÜ´šš»VKóÐ<5/­¶VG««ykõ4ÍWóÓêkþZ-@k¨j´ ­±ÖDkªk!Z3­¹ªµÐZj­´0­µ®µÑ"´H-J‹Öb´X-N‹×´D-IKÖ ZŠ–ªµ4-]k«eh™Z––­åh&ͬY´\-OË× ´B Ò` ÑP ÓpÐHÒhÑXÓxMÐDMÒdMÑTMÓÚiíµZG­“ÖYë¢uÕºiݵZO­—Ö[ë£õÕúiýµÚ@m6X¢ Õ†iõÚHm”6Z£ÕÆiãµ ÚDm’V¤MÖŠµ)ÚTmš6]›¡ÍÔfi³µ9Ú\mž6_[ -Ôi‹µ%ÚRm™¶\[¡­ÔVi«µ5ÚZm¶^Û mÔ6i›µ-ÚVm›¶]Û¡íÔvi»µ=Ú^mŸ¶_; Ôi‡µ#ÚQí˜v\;¡ÔNi§µ3ÚYíœv^ûÿØ{머²f}h§@!!@ÜCÈà.Ý 4CO&6Žû9Ä]&î6qw·‰»»»»{òÛsæ¼}™yïýó[ëËZ$„Þµ«vÕSOÕ>Ýì}®ø|ñ…â‹Å—Š/_)¾Z|­øzñâ›Å·Šoß)¾[|¯ø~ñƒâ‡ÅŠ?)~Zü¬øyñ‹â—ůŠ_¿)~[ü®ø}ñ‡âÅŸŠ?)þZü­ø{ñâŸÅ.+äÉ 9¤€” RCÈÒB:H #äU‚TBv¨j µÚBí öP¨#Ô ê ý uºBÝ îPè7¨'Ô ê õŠ!‚!B! Â!"! ¢!b!â!*úBý þÐh 4 †BàáÐh$4  ~‡ÆBã ñÐh"4 š M¦BÓ éÐ h&4 š ÍæB@ó ùÐh!´Z -–BË åÐ h%´ Z ­ÖBë õÐh#´ Ú m¶BÛ íÐh'´ úÚ íöBû ýÐè t: ŽBÇ ãÐ è$t : ÎBç óÐè"t º ]®B× ëÐ è&t º ÝîB÷ ûÐè!ôz =žBÏ çÐ è%ô z ½ÞBï ÷Ðè#ô ú }¾Bß ïÐè'ä»Ân° –à X «`5¬Ýa-¬ƒõ°6Âp%Øö‚+ÃÞpØ® ûÂÕàê°\ö‡à@¸&\ ® ×ëÂõàúp¸!Ün 7›ÂÍà ¸9Ün Ã!p+ø8ƒÃá8Ž‚£á8Žƒãá8N‚“áØ›a œ §Áé°΀mp&œgÃ9p.œçÃp!l‡‹àÖp¸-Ünw€;ÂàÎð¯p¸+Ü î÷€ƒ{½àÞp¸†`F`Æ`&`¦`f`æ`à¸/ÜàÁðx(< €G£àÑðøwx,<O€'“àÉðx*< žÏ€g³àÙðx.ü<ž/€‹àÅðx)¼ ^¯€W«àÕðx-¼^o€7›àÍðx+¼ Þï€w»à?áÝðx/¼Þ€‡àÃðø(| >Ÿ€O§àÓðø,|>_€/—àËðø*| ¾߀o·àÛðø.|¾?€ÂàÇðø)ü ~¿€_¯à×ðø-ü~€?ŸàÏðø+ü þÿ€Â.ˆ+â†È9¢@”ˆ Q#ÄÑ":D#âTB</¤2âTA|ªˆ/R ©Žø!5$ Dj"µÚH¤.R©4@"ÆH¤)Ò Bš#-–H0‚´B~AB‘0$‰@"‘($‰Ab‘8$I@‘$$IALˆ± ©H’ŽX‘ Ćd"YH6’ƒä"yH>R€"v¤i´AÚ"íöH¤#Ò éŒüŠtAº"ÝîHä7¤'Ò éôAŠA Á! ¡aá)Aú"ýþÈd 2Œ A†"ÃáÈd$2 ŒA~GÆ"ãñÈd"2 ™ŒLA¦"ÓéÈ d&2 ™ÌAæ" óùÈd!²YŒ,A–"ËåÈ d%² Y¬AÖ"ëõÈd#² ÙŒlA¶"ÛíÈd'² ùÙìAö"ûýÈä r9ŒAŽ"ÇãÈ ä$r 9œAÎ"çóÈä"r ¹Œ\A®"×ëÈ ä&r ¹ÜAî"÷ûÈä!òyŒ@¢ÐÇèô)ú }޾@_¢¯Ð×èô-ú}~@?¢ŸÐÏèô+ú ýŽþ@¢.˜+æ†É09¦À”˜ ScÌÓb:L0#æUÂ<1/¬2æUÁ|°ª˜/V «Žùa50, Äjbµ°ÚX¬.V«5Àb°ÆX¬)Ö Âšc-°–X0‚µÂ~ÁB±0,‹À"±(,‹Áb±8,KÀ±$,KÁL˜³`©X–ŽY± ̆ebYX6–ƒåbyX>V€bv¬kµÁÚbí°öX¬#Ö ëŒýŠuÁºbݰîXì7¬'Ö ëõÁŠ1ƒ1C1 Ã1#1 £1c1ã1+Áúbý°þØl 6Œ Á†bðáØl$6 Á~ÇÆbã°ñØl"6 ›ŒMÁ¦bÓ°éØ l&6 ›ÍÁæb`ó°ùØl!¶[Œ-Á–bË°åØ l%¶ [­ÁÖbë°õØl#¶ ÛŒmÁ¶bÛ°íØl'¶ ûÛíÁöbû°ýØì v;ŒÁŽbÇ°ãØ ì$v ;ÁÎbç°óØì"v »Œ]Á®b×°ëØ ì&v »ÝÁîb÷°ûØì!ö{Œ=ÁžbÏ°çØ ì%ö {½ÁÞbï°÷Øì#ö ûŒ}Á¾bß°ïØì'æ‚»ân¸ —ã \‰«p5®ÁÝq-®Ãõ¸7âx%Ü÷Â+ã~Ùaö†âÙÞxuܯûãx ^¯…ׯëàuñzx}¼Þo„7Æ›àMñfxÞo·Äƒñ¼þ Їááx‰GáÑx ‹Çáñxžˆ'áÉx nÂ͸OÅÓðtÜŠgà6<ϳñ<ÏÃóñ¼·ãExk¼ Þo‡·Ç;àñNxgüW¼ Þï†wÇ{à¿á=ñ^xo¼^ŒC8Œ#8Šc8Ž8‰S838‹s8 x Þï‡÷ÇàñAø`|>†ÇGà#ñQøh| þ;>‡Ç'àñIød| >Ÿ†OÇgà3ñYøl|>ÿŸ‡ÏÇà ñEøb| ¾_†/ÇWà+ñUøj| ¾_‡¯Ç7àñMøf| ¾߆oÇwà;ñ]øŸøn|¾߇ïÇàñCøaü~?†ÇOà'ñSøiü ~?‡ŸÇ/àñKøeü ~¿†_Çoà7ñ[ømü~¿‡ßÇàñGøcü þ†?Ç_à/ñWøkü þ‡¿Ç?àñOøgü þÿ†Çà?q•p#d„œPJBE¨ áNh ¡' „‘ð *ž„Q™ð&ª>DU—¨FT'üˆ„?@5‰ZDm¢Q—¨GÔ' ‰FDc¢ Ñ”hF͉DK"˜!Z¿¡DND‘DMıDO$‰D‘L¤&ÂLXˆT"H'¬Da#2‰,"›È!r‰<"Ÿ( ;QD´&Úm‰vD{¢Ñ‘èDt&~%º]‰nDw¢ñÑ“èEô&úÅDÀB FàAEÐC°Gð„@”}‰~Db1D &†C‰aÄpb1’EŒ&Æ¿c‰qÄxb1‘˜DL&¦S‰iÄtb1“˜EÌ&æs‰?ˆyÄ|b±XD,&–K‰eÄrb±’XE¬&Ök‰uÄzb±‘ØDl&¶[‰mÄvb±“ØEüIì&ö{‰}Ä~âq8D&ŽG‰cÄqâq’8Eœ&Îg‰sÄyâq‘¸D\&®W‰kÄuâq“¸EÜ&îw‰{Ä}âñxD<&žO‰gÄsâñ’xE¼&Þo‰wÄ{âñ‘øD|&¾_‰oÄwâñ“p!]I7RFÊI©$U¤šÔԑzÒ@I²éIz‘•Io² éCV%}ÉjduÒ¬Aú“d Y“¬EÖ&ëuÉzd}²ÙlD6&›MÉfdÙœlA¶$ƒÉ²ù J†‘ádIF‘Ñd KÆ‘ñd™H&‘Éd i"ͤ…L%ÓÈtÒJf62“Ì"³É2—Ì#óɲ´“Edk² Ù–lG¶';ÉNdgòW² Ù•ìFv'{¿‘=É^do²YLB$L"$Jb$N$IR$M2$Kr$O d Ù—ìGö'ÉAä`r9”F'G#ÉQähr ù;9–GŽ''ÉIädr 9•œFN'g3ÉYälr9—üƒœGÎ' ÉEäbr ¹”\F.'W+ÉUäjr ¹–\G®'7ÉMäfr ¹•ÜFn'w;É]äŸäó——¦]w“ȃä!ò0y„#Ÿ“/È—ä+ò5ù†|K¾#ß“Èä'ò3ù…üJ~#¿“?ÈŸ¤ åJ¹Q2JN)(%¥¢Ô”†r§´”ŽÒSÊHyP•(OÊ‹ªLySU(ª*åKU£ªS~T ÊŸ  ©šT-ª6U‡ªKÕ£êS ¨†T#ª1Õ„jJ5£‚¨æT ª%L…P­¨_¨P*Œ §"¨H*ŠŠ¦b¨X*ŽŠ§¨D*‰J¦R(e¦,T*•F¥SV*ƒ²Q™T•MåP¹T•OP…”*¢ZSm¨¶T;ª=ÕêHu¢:S¿R]¨®T7ª;ÕƒúêIõ¢zS}¨b ¢` ¡P £pŠ HŠ¢hŠ¡XŠ£xJ J¨¾T?ª?5€H ¢SC¨¡Ô0j85‚I¢FSc¨ß©±Ô8j<5šHM¢&SS¨©Ô4j:5ƒšIÍ¢fSs¨¹ÔÔµ€ZH-¢SK¨¥Ô2j9µ‚ZI­¢VSk¨µÔ:j=µÚHm¢6S[¨­Ô6j;µƒÚIí¢þ¤vS{¨½Ô>j?u€:H¢SG¨£Ô1ê8u‚:I¢NSg¨³Ô9êõ€zH=¢SO¨§Ô3ê9õ‚zI½¢^So¨·Ô;ê=õúH}¢>S_¨¯Ô7ê;õƒúI¹Ð®´-£å´‚VÒ*ZMkhwZKëh=m ´]‰ö¤½èÊ´7]…ö¡«Ò¾t5º:íG× ýé:®I×¢kÓuèºt=º>Ý€nH7¢ÓMè¦t3:ˆnN· [ÒÁtÝŠþ…¥Ãèp:‚ޤ£èh:†Ž¥ãèx:N¤“èd:…6ÑfÚB§Òit:m¥3hIgÑÙtKçÑùt]HÛé"º5݆nK·£ÛÓèŽt'º3ý+Ý…îJw£»Ó=èßèžt/º7݇.¦!¦¥1§ š¤)š¦š¥9š§º„îK÷£ûÓèô z0=„J£‡Ó#è‘ô(z4=†þK£ÇÓè‰ô$z2=…žJO£§Ó3è™ô,z6=‡žKÿAÏ£çÓ è…ô"z1½„^J/£—Ó+è•ô*z5½†^K¯£×Óèô&z3½…ÞJo£·Ó;èô.úOz7½‡ÞKï£÷Óèƒô!ú0}„>J£Ó'è“ô)ú4}†>KŸ£ÏÓè‹ô%ú2}…¾J_£¯Ó7è›ô-Z:韼M? ÒèÇôú)ýŒ~N¿ _Ò¯è×ôú-ýŽ~O ?ÒŸèÏôú+ýþNÿ Ò.Œ+ãÆÈ9£`”ŒŠQ3ÆÑ2:FÏ#ãÁTb</¦2ãÍTa|˜ªŒ/S©Îø15&€ dj2µ˜ÚL¦.S©Ï4`2˜ÆL¦)ÓŒ bš3-˜–L0´b~aB™0&œ‰`"™(&š‰ab™8&žI`™$&™IaLŒ™±0©L“ÎX™ ÆÆd2YL6“Ãä2yL>SÀ2v¦ˆiÍ´aÚ2í˜öL¦#Ó‰éÌüÊtaº2ݘîLæ7¦'Ó‹éÍôaŠˆ„AŒÁ‚!Š¡†aŽá)aú2ý˜þÌf 3ˆÌ a†2ØáÌf$3ŠÍŒa~gÆ2ã˜ñÌf"3‰™ÌLa¦2Ó˜éÌ f&3‹™ÍÌaæ20ó˜ùÌf!³ˆYÌ,a–2˘åÌ f%³ŠYͬaÖ2ë˜õÌf#³‰ÙÌla¶2Û˜íÌf'³‹ù“ÙÍìaö2û˜ýÌæ sˆ9ÌaŽ2ǘãÌ æ$sŠ9ÍœaÎ2ç˜óÌæ"s‰¹Ì\a®2טëÌ æ&s‹¹ÍÜaî2÷˜ûÌæ!óˆyÌ`²ØÇìö)ûŒ}ξ`_²¯Ø×ìö-ûŽ}Ï~`?²ŸØÏìö+ûýÎþ`².œ+çÆÉ89§à”œŠSsÎÓr:NÏ8#çÁUâ<9/®2çÍUá|¸ªœ/W«Îùq58.€ äjrµ¸Ú\®.W«Ï5àr¸Æ\®)׌ âšs-¸–\0µâ~áB¹0.œ‹à"¹(.š‹áb¹8.žKà¹$.™KáLœ™³p©\—ÎY¹ ÎÆerY\6—Ãåry\>WÀrv®ˆk͵áÚrí¸ö\®#׉ëÌýÊuáºrݸî\î7®'׋ëÍõáŠ9ˆƒ9„C9ŒÃ9‚#9Š£9†c9Žã9+áúrý¸þÜn 7ˆÌ á†røáÜn$7ŠÍá~çÆrã¸ñÜn"7‰›ÌMá¦rÓ¸éÜ n&7‹›ÍÍáærpó¸ùÜn!·ˆ[Ì-á–r˸åÜ n%·Š[Í­áÖrë¸õÜn#·‰ÛÌmá¶rÛ¸íÜn'·‹û“ÛÍíáörû¸ýÜî wˆ;ÌáŽrǸãÜ î$wŠ;ÍáÎrç¸óÜî"w‰»Ì]á®r׸ëÜ î&w‹»ÍÝáîr÷¸ûÜî!÷ˆ{Ì=ážrϸçÜ î%÷Š{ͽáÞrï¸÷Üî#÷‰ûÌ}á¾r߸ïÜî'ç»òn¼Œ—ó ^É«x5¯áÝy-¯ãõ¼7ò|%Þ“÷â+óÞ|Þ‡¯ÊûòÕøê¼_ƒ÷çø@¾&_‹¯Í×áëòõøú|¾!߈oÌ7á›òÍø ¾9ß‚oÉó!|+þ>”ãÃù>’â£ù>–ããù>‘Oâ“ùÞÄ›y ŸÊ§ñ鼕Ïàm|&ŸÅgó9|.ŸÇçó|!oç‹øÖ|¾-ߎoÏwà;òøÎü¯|¾+ßïÎ÷àã{ò½øÞ|¾˜‡x˜Gx”Çxœ'x’§xšgx–çxžø¾/ßïÏàòƒøÁü~(?ŒÎàGò£øÑüþw~,?ŽÏOà'ò“øÉü~*?ŸÎÏàgò³øÙü~.ÿ?ŸÏ/àò‹øÅü~)¿Œ_ίàWò«øÕü~-¿Ž_Ïoà7ò›øÍü~+¿ßÎïàwò»ø?ùÝü~/¿ßÏàò‡øÃüþ(Œ?ΟàOò§øÓüþ,Ž?Ï_à/ò—øËüþ*¿Îßàoò·øÛüþ.¿Ï?àòøÇüþ)ÿŒοà_ò¯ø×üþ-ÿŽÏà?òŸøÏüþ+ÿÿÎÿàò.‚«à&ȹ ”‚JP Á]Ð :A/£à!T</¡²à-T|„ª‚¯PM¨.ø 5!@j µ„ÚB¡®PO¨/4 „ÆB¡©ÐLš -„–B°"´~B…0!\ˆ"…(!Zˆb…8!^H…$!YHL‚Y°©Bš.X… Á&d YB¶#ä yB¾P  v¡Hh-´Ú í„öB¡£ÐIè,ü*tº Ý„îBá7¡§ÐKè-ôŠH€D@LÀB J F`NàA(ú ý„þÂa 0H, † ÄáÂa¤0J-Œ~Æ ã„ñÂa¢0I˜,L¦ Ó„é a¦0K˜-Ìæ ó„ùÂa¡°HX,,– Ë„å a¥°JX-¬Ö ë„õÂa£°IØ,l¶ Û„íÂa§°KøSØ-ìö û„ýÂá pH8,Ž Ç„ã á¤pJ8-œÎ ç„óÂá¢pI¸,\® ׄë á¦pK¸-Üî ÷„ûÂá¡ðHx,<ž Ï„ç á¥ðJx-¼Þ ï„÷Âá£ðIø,|¾ ß„ïÂá§àRâZâV"+‘—(J”%ªu‰¦Ä½D[¢+Ñ—JŒ%%•J/`‰–uß¡ú–­ã ;€þÃÃ.6ˆ'ûˆ±»æ8?žH+«ÝT)£’·©ª™ YÃ6ÉþÆ1mDÜ€'Îev¬ð÷©’Uá2ZѰèR³pkö‚' WŠª 0>   g]¾³tˆxOƪ¨öf“lˆâ ªj°I7ÄpPÒ_O:…uˆ¢R\É•P§V@$2Å‹ì©ÍÍ[Ã÷«.µLÖ 2ì÷˜ÆÙ"¼¾Ûc6)úgÿ'Ê(öª.…Ü)XiNËìkJø}˜·Ý±†{’æQIÞŠà/;é§é¯ëgØ-Ù#¬EÌ¿G=EòÆJûêÈ1Š“ªª!6ÝÃIÿk=Õ»Ze£ÇU^æ3ELäqQ~aœ¯Ó={¢ÿî;î4j <·<ïªÓZ…i²©GU‹Miº†£¢|¶ä­óÀ‹&§Û&ŽH9ùØqJmÒ_ç¥Ê†)« C³†‹òݤ¹?ýuÞdZên¸L.êZ/ËH´Mò˜l¾jlÐÍ÷7Ì”2ε¨IúÕ´aÒy±©w5sÀt¼°‰)ßc®­SêDC˜5FŠ|&ÑKDhŸ´ONgr¯6½ˆ\"Íp”šcj1ŸÕŽ7ä8ü?CZcNBB¼ÉFgœMLy7Kœ1ʼn ¨Ì–Ö—¦w…û¬óÓDz<~5c6pïeÉÚ€ƒ3¦^à'ãAÄ–º›, 977Àõ¦ÛSÃÔ÷›ÚêÖ…'2#Áú‡tŠ`/ K[ÀÏòAôž‚7˜S@._ÉL˹î¶ÂÖÆ³†ûuíLC[0€Ò•¥N.ÝçÐY=ºƒèýß‹»EÖXÝ5>=ß^ÅØÎ²'ïKzkŸæ“‘¬s›+9`0Z\óyÇÌ•Ä×öçúº†[§*.âã.k§¬™§ìQ…ß"7Š9c²4+ø˜ ü6¹ƒ4–X±±å¡Û"ŤÀ …Læ"C7ÉÿCŸ›d_t꘾IÅ“lçYÖÆÖu½ï¶@qÜu_»À0¸°¢9Vð×±öYN¯=rT—Ú®«B›$V äãîjçrÐw¤´Å’|ž£ üÒú|Ão¬t°1’܉°Nb_“HKl¦°$ç-ST 8kíf{ÝÓq·YŒæ÷ã¬×|Q´:pr³4n™˜i ]»-Q\ð?QôX»ÄÐèï"5^ÔÒä€ÖþZŒØú´VáûÛR6)¦eՌÉ@ù˜Ru¢f)©vmtiù/©Öœüæ-cßk7ŠÀèsEJ¼ûCü_6xå5ðÊTS}§çÞÍøºNQ¥y°û[-fE=F¦ ‡äŸsÊÓH yÛªps w¾v[£¸TÓòZÛ8c5`w¥ºG%àÝ‚ dO{ºÄÁ{Ãþçõ–Ÿn*ˤ X÷ŸÚ]†ÉRåû=ø—¾Þá¨ÙÓÁw·¥µ qº<íúÝm‡"?hŠå»6 šã¿Äv_hYO¿Z{–‹Á©è¯nÛU‚"Ý¿j·XQ~Y™“]ÀÊ7XÎú†¤ý¬xeo ݵîúÙídö…fC,Ÿµ[ ôßõG’ÿ&jû熦m¿÷-Üî<ñNœ¦’TT 6¹»'4 qðo!X}Xë8àC g®–ª§öÞb„¼ó­÷ò÷+.´œaQèöylØ+õ~ÃÄ(Uö b •(ìïSÝÊ}ì2Ù^Å…Ñ2Ý^ÃW¥ì ÿƒóþ­þÆ»šRw+òƒãÝ]u» ý€ýˆ…‹øb¹l/=n‹QgbÐ,Üæj”TT ±¹u' K +Öâ%ZEÙ¶–»èO‹^v\eu×ëŽF9ü7ÅÁdÃ_ÙFeì ­xæ4W­ÌÕ<)ä»M«;jáZðï}ÇB©¾Y\ß$V䇜×è†y4(«zþÞÙeÆ;õó¾?kŸ,o‘t's²nqúkP'3@ôºï=*zbîç°úlæ×4“çu<ÍÍ+°Í±åz´°æ¹OÔ×{Kö?L#Fü}þ½Ì·Êѱ\‰É.Ź–É•=¼T9î[Ígõ^#<Ã[ 0³*o“8Ç 50¬1à>ÔÑîvTç,×ßÒf'UR½K«;­/”¸b½´ëé—ß$#¡,…«»@~ŠëÓ9¿X¯šTo,ÅÖÝ‘ÍÄy—|ë&EºÀì4Io«¿ºˆdȉÿp™Ÿ9S¶Ù\CÕÖ½¥ýº~›¸ëÃD¶>äðVXýZ`?,ÖÜиRýXÜtYe㧬Öîú˜«úê'E YKí¿2z¥µŠeÓwg´^Šlá‘ p{Tœ'’¾Ö`ôårUw“#‹J\wÉ&½Nš¹K÷Së\ó÷®ßæ,qQÊ¡V`®NYÉ».4åE«x÷ñßõÑâú‹œz$VôåŽìζý¢E‡q©6d`ûÔ¦KJ:ë>¬p©9ÒÉJGµ\Ý¬È ­(?1WÂ×èìs‰G2¢3.„«j¥E¤y¦…{m=}o¿Œ0QÛ¤rpºÄh£Ã†¸~N«lR¥Gß5« &Qÿº¿žþwìÄz™z¤î—k©± ro™¢0$ùŽÜ©&~—ð÷oN=W§ìâbeæs!ÌÜ÷êd†DºR·õ0iº´Þ‡aÿlAƒì~®U5{Lñª~î»u®†øÿÅþ}v©vŒëIYå›jŒûIÑp¦Ôþ°“ÓÎùN™»yÎIOrw›ËÎ[U£Ü$ê V‡~àŸð•ô_ž>õ‹;*›’¦á~T÷(;M”Ï+",=JíÚ·Š6_)x[ʾayñ©‡e¹!Õ0÷Ã:Áâ´þS1Ab ï…W¬¹­…~Ùã<äí&»ÿŒŸuѸàÛžd-Ý ¬±ªÄõ¿‹•m}˜"lKxbáaG1Ü<Ýæ­8¯|[˜šS3õCÙ;å‰äá‘ ãÁb¾î{Ò¥Põdا\OkpRqþ¼L/ÃYã`Õb ó»SÍÚÕSDůÒÿ:n LëzƸØ9Ö=K75ã´±§IfR9i9#ÙÒ  ÈG”{)uÇÄJ¨Ê°[w…ßTÚ¢Ûë þºÍFš] ²&ÃRÞoZqíÌ•Ä Ù¶$£†âºr¦{[]fÔû2Ï÷&‚š%‡ˆ|R%ÿ«Ãº÷…Bî÷TOãëUåt÷Ö:"všƒ©Ö€5ÕµK=¿Ý^¯– û¹r…{oÝÍøç¢ýùæžåö ˆ„‚v‘$­¾7ËÕz,39sGÂ2÷žºþùO7¥lÕdô/WÁצt)Õ}`ÝízÆÿFÁcå÷º††ÇÆÒÆr»*¬C²àðë&WUR¨â£2ÙBêB EùEÎm'Y±ÜzCÌã‚Rl²!v¼-»yIèØÐ¢L\×Êð^ÒÖ‰c]Sï:íçI 6Zš7¶È³y°â­28úN^°a_¾ZŒËY©ß¹ re©dÍq-¯°ð9¼¨ iê™ Aq¯•Óa] ÃkcpαŒ.ùå÷JŠH§R|¬ ß’1.(VñS¹Ö\¢‹5üö‡&ÿëÖhqŽÀØÔR]€¿­ì¼Ý ³ƒ¢ß•;Üy]´á»ñQ|yݹNë¼8FÌÍ:b¶¹zU5UnsgupÒWcYY_ñSÜösev§É,gšÍµVŽÍ£uá†ÏFuÄ0òlÖ¿ÕœZN=ØAWÏà©…¸ù ûÉ rÔ_rGI=óóRÝÓ¥:ãF¯,g-É …j¿û «ðý×¾sw©ýß^×3!‰ ™j¯û]¢¡aœoþÿíùûwsvp5«*>|”yB®«h¿¯Sí¢;¥”•iäôN™êbSUãÇèl£ÇT1VŸc–J¼µ3úÔ¿úò¸ë™`Ï,½ê¸û(Ý—¬]æy€?:‹sh㦆ŠU¼±hO³ ŸGu’¦Ðªü"FèÒ Zk¾¼\ªö´ý‡ç‡]_Ø- êVÜ0Å ñh*JMŽûþß<÷DrrŠ=ëdarœõ¢ÚGëUð#mð ÊàÊ–’´8ÏMÂ@W5íÃcĹ/;qPé¼k¨ÕÏÆšÏ«½µyú“öb–:òá§”5KüAÑ@O< êuÖµžIƒœU{i§&7z\ÙwJª=×LE"ë<˜aJ½ûø ·œÍ™’‘P˜¥¼hîoαvŒk¼õ÷½š‘a êŒÖN5 QW©Ç¢g¦H9™m=“£™­Ž²hÛëÇEÎåe3·í™ÑÃÅQå:Ðñ€yõbe¾îú1­­òzøåðÚ¶ú™Æ®ž¡¾ßFí± Y:aZæèë6ïÞZ®º³Z §«ε¶ÖO7ý $ö\˜õïì|yÙÕWÎeLUÛS|µvýžÈIRþy$úYï9ø"UdÕabü?ÙÚ\_ÞM¹Hív5ü¤y‘qN BÄ(ÎVøƒ5]ÉÎ+ÈM*󌖅£ŠfE<µ“yuµDöc ¿Ñt"o¿„GÕm%®ª~DÇRy ·Ä¦wVÎSßU×ÖvÖÏ3ŠúoØUbÎh<ß½BoäškÊÕ1sÕ·Õ§#:êçOüuc£äƒjŽÌ¿c//Y]œ{½%H>'q•z›5H[¬_e¡ãÀé.Ñ›ƒÄýÎ'ù¾Eo€Ž÷®­ä¸rƒº8®•×o0vhþOhíUáŽÒ¿c°|¢yú­:X‹ê×òcD&œðs—®^®ªö–Ö÷Úµ…VjâšÛ[haýã­ ²#‡Æwìf+‘z✉–Xy‰ò¨ù§:V[¢ßeœôg©‘ rw=fï“0L̘éNµã>ðÑs´œWîPWGkL;ŒJéßìèF8øøD©=jþÅÜÕ¾MýU©eõÛŒ<·ÕTò÷îRb’½¤³Ä®R˜¨Y.§•[ÔŸÕÃRΤl1ÞjÖX%8G•2CD^}1ž™âÏÿtŠ„Ê­CÜåAµJcÒöL=h vqIŽûßÕÞSE…}’’å+M-r ²’µƒôû·Zº¸Ð¢Æ«RŽ=6!¹¼¼ øVæöÌ´ ¨¶E0%jè÷o…üÏë>Yž ×,ÿnCK¼¼Ÿr·ÚU¯í§ßmì Þà 燤ʤuîXq+ÃÀé¬Í‰}LÍí"Nª5Ñ6íýIc ¤ ¹b}º2¤w³ÊG)«]\¬ÚQúãÆ[Áÿfmr¹JâcI“PòiÚú£ÆNëõ/“ý)"†ú‹ø¼'­Mãf‘o¨’¬Ñ§Ó6N/´Fî‘æðq²Õ”V±EÍ-e-mê¶ž³‹&ëgêýA\y|Ú«´}EgËt ÝÝY©OYšAe7+líy&t¢¾vtج+Åé9#Ÿ^´zƒ“]^nge+m[ÌÅ©gÝÇëoŠX 88Q䨿å²öX['­»„§Jn3Í/c}£[&Õ¶Õß0Þï:‹5){¥ºÓ-|!°çºuœÄë}ßIýl%—BoÊf+;ĸ¥|H;je¼,vQÊ•8¾¤¨n| ñSÛ_‚ÊÕ‘nÁö§mÕLìu÷™ú_=¯– 4^rŠô(G?z¨ª²¢®ÊþLn­îèyÕ}º¾µñ?×ð†ØM z÷•¢|'®º£îŽH1:¸½vø£ÌCÑãìêöž‡­Sõvã!ËN12ËA¦Ó…þ@ê×pCNY­‹¤jT9gFæCÙ"e7uÃ,&{‘~VàNÑÖ˜R{å°ôб3D«eæ}ÙeïÔžž÷Ý‘ˆvxÁ*'ÏXÁ»w‡@ìÖJøÁSïÊêÛ;«{x>§÷Õ?þïO:ˆr×¥Nh1È„ß+d¥¨èÛ²¹Ê~ÖZ·Ýçêo8ž¶;ñÍÈøâRû¶ÃNQgy)[¥,VãžËBW鯂èMrŒÝl °ºª‚jÜÔí¹l­)=#6ü¹û }»€sÀWKMáŽ*æðý20÷@ѯÀ<Ÿ¥ݞʖ)÷äÞOÝOgß«c)šà_ö@mK=½ü%¦¡ÛcÙeõä°…Kô7ü_í*½ °X­\÷ĈŠIú(Û¤$Õ¼çG÷MúYÍ-é;Êí—`ЃŸ·–þÙ™¤¹"†òsÞË6(q5ëIX7èÛ5âúà)È\eâ-‘ lÀ£÷K!¿½#;¦d¿•­S¢jÚó­û:½sYâ¿ó½Î´¿T/°Ï|-¿j"¬&=_»³á7JUß>9Mö®Ë0àhé±n?e[³KÔƒ<ºïÒÏå{–yçE©gXëJur­lßeZs‡üžßÝwèÛ9韜»ºTÍ3TøùµGÑ_e³3Xu笯îÛôþy¤ÌsãÊN6X£ÿù‰Ñ­åk?k¦Õ%žÏó·èä a¶œd7…|¿r:Y£Ðî×_zÂyÖ"á®Q9Ý·l%¹€çÝdò½Êê!Ñ2í^ýÒcºƒœ©&Ú$‹¬Ø²ëæN–ÝJoóOW­O~»àzš²#æHžó㶬LjÇå'•òd›Æ¨=©ï™7Õ §þNyøA’{*}™ !ø}¨^~\ù2ߪÑkëo”©þùöýã»ùinZùQåŠÐ4M\rRÁ,°þÍÉÿ—çOr5òÃÊaj‹F£=¬oòÏ#_&|“ªÉ&'vOO,Ï(ôQh&kgxøóm=ƒ#½ ÷ˆ–˜À÷dìϰóN$@^ó'!}_î#³·úEøDíÚ0oq÷œ›:HÔ„$ü¨…8r¾Tµ&K¾ËRð×gLÜÆËÏ*¼ÔÙ±ãµ~Ä*+bæx9̽7],X+åf¢”Yncå)•ÔYš±Úo±·Ìuœ2þsGÔú } 8››˜Ÿ\øÜÞÒü"ò¦"@Ý^“œD§”zþ6ÛÁE§DmÍÀ\ÉbÖÞQ㎙fÊ 15Ôm53µÃjHò‘óÖ,˜ä¸§[kj_¯GDO—_UTW× ßìWÈߨ`ŸäbbøíàÀÑW› ð5>nª|z†¯ú­uªöe¶¯¤?ÅÑqÔ‰¦AûúW¬§_ÿþ,–ä»÷ >5,§LûìŸó»iÒ¢ÚÄÖ7þfY+U¬Gÿ¥ó6‹3ò–òS‘7 7æ.ж ¬+êŸ Îx¯zûîjâßKD FæØÌDf²½¶º³Æ;5&³¶1>Ò۱Ɖ€ï?¦T¤}AáRq-…–¹òÛŠšêŽš¹Úk­JéÛçàÐ篅߮*ÕÛd™Óí?MAêbÍ*m—Ô Rño<1 àfˆƒÑ:—’=üßÛm…ü¹bkÔÃðÚ6‚‘MJÕ™R$§sV¶ÌŒeò§Šº¶žšÈ,¿€Æ’þÁe¨š”µÂg†©.ÊêáV’þXÑPÝC³DÛ&²¡(¯¹òtáò˜.Îv|…ïÿ»m’T„ªëDnÒöN¬ÖPÒY$òåOPf/«¶L¸Vš wÛ ¯h¥Æ5´mš·*÷üú#ðQ¤h…­ÂÚ‚º­“¿U«£Ó×iýš§‚ü2ƒìQDy”Ù+ÅØ*’k^#­¸kÖh ©-Œsþ± Úd<+ÃÿÝR™‚ŸŠXu‰f—Ö/5¶Œýþ1CþõÓgƒBg›vÈ¿+°x^³CÛ&hþ¿r·+°m¡› ǸQÛä·bU6V³Mëiô,Wç²ì=ÀÊë”±û™ÙU™{3”1ájZ“Yt­Y¸ñ‚˜µ…ušž¹ðAοgñ‘ðƒr•Ò¤¢™ëfëÿEŒìrÀ‘îez÷R6$|Èä¶_^/,Y=H³_{­e²è¿~ez͉±bÙ8ͲW.SæYhöjY:†lí[§Ð æ[;°šÛ4|K®‘4Ï‘çýÜF¹*Ó-ý4»µm‚ãL¬UÓôÏëãvRÞ"¦£¹íbí¿ z€}‰ÿ½ö.Éí6Ê­»…жªÆ×^ ¶:ð3RЧXn‰œ03´@Š®§#/G¸•k•iꚣÚ!i’|‘_ÿõý_“Öe–ÿeQÓÄ´ ±]þ~fµ³eÆ]T%›§yøè/Jí.²qG¯[Ï2?¡§ô k›åhd7)ÏÖÙòäÞÊó*Œ"õæó†WC"ý¸gímO‹‹9¥²è…* v‡¥úˆ‡wÛhõRžUA‰kмôgEý32ø ŸH|«Xë™X‡†ˆž¼Sf½!£¡¥’r{aFôc%½kN¿Ì]³+ðT…~œ7Û­½¼®é‚Y9Í ¿ ôg€U怞GH4Gü»ÿfºµ•×PÆ¥±v𬡟 VŠ¥‘„ß•¢—:Iùàá 2êè‹ÁѯÀêgþÈo-¿i¾ªš®©ftO½jÀK.}†:ò™Ä—™M{¾J‘‡Ï5Iñ :Iæµ¶m…—U}3—Dúê/ΖãyQ{ÅŸˆ.J™ ò#XYMì‹6åÜÏë&?m¨Z¤™X_ÿ=fh¹ß¸_îÉѹHdî1«Öæu‘×UÞWuµnÈ®«¿/Æï÷$¬{WyÏ9øä§¨^šçÖY®N½«š§©Pp÷?øsê4 róJqÿ §ªÖÄþÈÚÇB'ÎÕ\ ¨“|Ûðt ÇJi¼Ÿ'1Wj¹]ð¥Ìbyò¥j•fZ@þ¥Á9?oE)¬ÔñzèðJ\™*¶ÂmFVSåsÕ MQ€WêsÑ~Ĩ—hÃ|§n4¤ðv;Àª©=åÑ…©Ë4¿Y럊òs¤ºÌ¥ølm®2ï"úŽ´7T.Ñ\ño¨ìÈßJÑß#7Äï°Î”,7¥˜bƒ¤Îj·}Ê å¡Ê*.rZó)± ÿŽv£S5ù(VÆþ¶Ú©ó£F%ÎM*jÞ%ü½(ÿÆ4ÏÑ·ì‹.×ËŠ¯é$»Ö¹¡ò`å[ÕÂäj̓õoô_—|÷X»/20)ÄÑ uX±0[Ûôe¶×**òJP ý>Ñ&½È÷š)Q2È)ª ÅH´L´Ë­D«4[wi¦ÅêŠúǦ½tÔ 5@?)¢õ¡#–{t])£ByùúðïªîÖ¢ hýw ¿×eTþJ ŸRæ)BëR}l £ÛÜÒ­‘ʯªmšjALÞWiýÃ-YN1*íOYíS~vøø–NËÕŸU[4Wš½Kø,ÉÊõZÿÔt3瘔*õAMµ`“þƒÈ_s,U¤½Ú·èò‘À‚å…ÕD>-ì6H~+S¡¾g¹Ò2Y¯ø‡úcu ¶#Þ›Þë6@oNMJŒ»’¨—y·øÆß7Ñ{œžîvë'WºªwkŠ‚[FæfY—û GJT˜hQÌb§¬Y’óx§²¸/ˉ:éæb²)ꓚj!6}vjõ˜óáMOù‡>2ZìCÜ»º—æQr«R¯>®¹lÕëÅõrâàeb¼v¸àåú‰1"Žº§)µê£ši!iz­1$k†£Ó‰27cfDÅþK/â3L^¥Q§$…XôQ ˆÚõÈÿk'°dƒ.û¢‡WóduŽ_WódÇ»ÁSˆª x¿ ˜ýÔo6ÍÌÜ rú4øù¤ØóÞ^yÞ}&zûåùOòõ@ÞLÍZªûlDéÊyg€VÌ­ŽºVT£ -ÙË+Ç{¼ÏY_/¿ÿñ¡¢Þn¢¯üÿeGú"j1Ð3?¿½’W–÷XŸIySó²üÇÚ%»7‹Ù{Áis.æ’¥‘£\1yÑÞ¢0À«½÷îø›¾D^µ°ÙÀþÓRÞNpÊß~‰½M”„© `U77\÷¨áÕÖ{Düuß~òf>Xš Pû¬Lÿ1«‚ø$€±ƒìœ¥µ÷tŸNÙÕýZûO¼>-T¹b–èÁ¶O}³–»¿€§çø–yŸ—Hðõ²{÷¶\öõõ³ûW)Ü+f0Ù5Óž>R´W:ZZÍ' Yª¢<ô¨ï5=z‘ÏâÀÆÖnþ‹œ> 0¥Ü3¬K…›AΣÂH|ÖÓR׫zøŸîuýn&/¬(V™É¢U»ÀZ¾¬.ÕqœI¨íÕÙ{žOƒÀÚ~5ìX0£êïTK/;°¥N¼íQÓkkQ¤ùQ@M¿Žþ­Äè,oêÔ‹ý xCÌc·‚=޵½ôò*öÆí‹‚üŠýW‰ö7Kkð}*Yá´O•øa»“õërªç?÷hêÕÛ{…O÷ï°Þþ+¤õíp³×)ÅËö)‘#V¥FÊyêÑØ«§÷2ŸGöÆ~-Ëÿ7™;ÕÁF!Ù=zõð^â3ª°¡_ÿ%ñ>uövüô&à–B‘+9‘w>z„z‘Þ›|7õ#ý7>HS'³b÷uTÂÇb©çèãèœZeÞ• iåu8mƒO÷æ­üpÿ Àþ©’o£Ê0jc‡P™ç o=‚½Pïu> šû¡þë¤õç\IGú—âÂýå>åžÞ ö^ãó(¨…ì¿&°'Jªè7^{8Å“¡±^%Þ»|É/ñßôÏ–8âD…¿?Ù³LaýîíÅ{ïðéÔ<Œ÷ßØÙ™ïÖŠ_xì;0÷ð¨ê “¾z´±³ÞPNp~›äù}AœØùÝyC™Ìh’óÙ#ÜË?nf£fá~´ÿ–ÄO1g®Å%ƒ=šÂ •ªJ&¯!Þ}›ü†øtȯ ^Šjœ[ögŠJÕMƒ¼÷ûXÂ?ðÚŠRû KÞ±ç—UJôJÏÛëó(äLì§qêݧ–ñ‰Ü×Jñ^ý¼wûtŽ÷k¿»Ôú§‹hìei1½ÜÓc%›×ï“> Bl~cüOþKþ=È~\›ó÷q:.;MV¯øüã>‚­~£ü—‘·ˆ ¼Ü±?¹Ÿ‰y8ù¼£h+í²_Îb ‡¤ùð? ä—;ÖúÁ‰Û8å]lêÇ+šJ¯÷Qæ¸î!¿a‡ô÷O¾[A±.ï¡˜Ý ¥|*Ê Î,ðñ©v±údÿçÿ<½O:žK,ôwŒ ¾ìÙäY¨åoÂÏ{æ$-hf;_}@Q^`×ÿ|NšiO[jw¶Æ2ܶN\½U´Ã«Ò;Ûxï¯j¾u×|;ù åK*øL†°»mÂÑGã ÉìJ•\\ÌY>k“}êŽõ?›|«pt)¬üéà°Ø&¿Sl˜^xÂ|Ós¶w{Ÿ€j3gû·wòŸƒýB¹äha{ëkÎkTj‘9&®­Oj׫Ïôo äï'üæˆîII:QòvUѶ/¢WŸk{h¹ê9Ý»µOõjW«O÷o-é‘ü®,µ¶å¶ŠjoRøŸö¾$Ó·ÒeÏ©ÞÁ…¾Õ.WŸêo寉ÌÕM⟷Žl rº—eÓ_¿ éˆóˆì‡ž‹¼] üì?òùO‹®u±Ü““;‰dϱfdH,ÀÖ­tßsw×ÀºÕîW_àßÅá¿„èm¢ Ã?¢ûGù•aðÚ•îzÎó®ø!§iæ<ÿÎ’ü¬°¯€‰Žçw£n{Îõ~P³Úíêsý;Šòß"ný?Ê®®Éúk¦†ˆ8v°ƒ1vß7Ê1`ŒSÜÆ×ff^y’š™™yå™™™™‘™š!™™™™™wŠGÞâ‘ÿ‡Ÿ¿ÞÞwú÷óØö>¿çþ>Ïïxßu¸.›G’AO»±£øž{‰·5º,&ùnO•sÁÜn=¦bŸGê µ´­ž½EÃ+’.ð6Gï"b}Ö{TÀÝŒ]ÈCûàçî‚ÖˆMÌó5·•·)ztüéã7•»á^H`©’v6âùäÓÑJîSqSl#==sO'5°î¬v,MzãúWq3¢šù!Ž+È¯Žžÿa=ªIú6àKÚõˆåöá†Z÷u^Uô8âÓÎ~÷A‰Ñ÷½4”‘WpŽ˜iG³¶3e3÷*o{ôĘ/‰L*ÐTÈ»BŠo´Ë-¶Óz#÷2o[´2žÖ¢£Èï—š™OÙ[»z¿“2ûqøjt~üôä:æz+÷>¯.:î‘gQë‘p'ÓîEÔ2‡ë“¹÷xµÑÓÀ~ÍEã-ç¯Yª“ƒÑ~B Gß, íNÄN¦Loá^JÝ]$«ƒè]$œSÔñõ h@k‹¨a~ŸžÀmãÕDÏDQ×?i€ÉD4öÇÞ[ œ'·_CHM››ÖÈ”™³¹Ý£ž)÷þ3©à†Ï®L&­+½yÚ”Éíµ=ñ=ÀG”ÕY¥Ïü%Ö…¾›y:6Û%jwôlþ÷ Âz"ÍOfS€>#P|xг°um´Îôzæp³Û9*=¦ý4ìÿƒùÁ4rÑÂé{™²X7<긥ˆž›Ų̀?)Âv}¬ê¤…Ñ[˜§ÍNnXTKôb?û½ _ˆ±A¾´ÓBéÍÌbíÜШ]ÖEúãiŸ ,¢Zœ :X,Ÿ4;~|Ö» 9´zsxìqKHTSôþgýÐç.ðî‰å4Š5wâJúAFdä¢"~ÉA~•û%@ÖD„®Ï <}ŠTƒûm(T0KÉd#Õñ  bmýƒ©*éo?À×S|¿®ªqïiãkñêØ ÉYÞ%Dg|1®€vÊ%ðÒ# ¸U%{³zåÇǵZÔ»4’:ÕÂÒ]mÄë¦öuÂ7­œ~2\ØoORyÔ>>-æØj#`¨?¡üqžN@‘qm-ý(C¹Ã¹6Jïà£XS ÚË(NøìÎÈÜGZçcõHsƽ’ÊÈ]u„ÏGöߘ>Ûú\~bÿwýfÖÌθ#ˆñÌ„(rf ­¦fxròú­ŽÊwñ’gA&¦÷“Ò9¡;! “—¶Š~ˆÁ‰¼›·*ʚlj q§^1y?)GÐ*é7 ä‘#¸•Qgørà¿T±ã!ÞïÀa–' _5ŒVA#d§VDâ§Y.¬; Ÿ¬öγ|†¢zm]£ËÂÝu‚/ªÿMR=Y”G±½éëè'ÂÈÁÜuQE¶]yŠÆ‡„t˰Êhªä÷¿•q{Æ?m?ÒáÝLO€5¾sÌ…ŒØ’¹|[¿)ë ëfúP6rY’>ï_ûów9ÔîÌÄ7qlŒ¦m¢¿–£ŽÍÝÕÊW#úPìïñëöƒ'"<ã’ÈÊ‘´¾ö“ÑÊÈ‘ÜQã2g1P}HE£§RP/ëþ ÁGº'Ó¶å¾oˆ‹œÌ]š}“#lpÁﻂÉ?×ã&YùÄ*úPCâI\MÉuþ "ú6ˆœ8"cЧiÛéƒ9ò-×ö¨«ü.‰=dÿíiRDIa.E;˜vR¯µçn‹úÁjDö»…Po*ÑÇ*ýä('´›N«£×äY#§së¢îó«}ö‹–}ª\9¶æ4Z-}cü‚âiÜÚ¨{üäþç`‰ÇR„1ö$è:•¶“.Ñ["§rwFÉŠ-Aâg&©\ ý{7bŽ3…VC?©KˆœÂ­‰jã'`ú“ã~è®v}r#]bÎŽüØÓÕ=:;&*«£«C ú#.Æ~šCk Ÿ4eFÎá6DuÎ|¿|ø#ž3|í#ÑlÚnúÉØôÈÙÜÝQ£KÓýc)Ï#›Ýêà^úY€Ëã€ÏG õô¡æÁçJ룞ͷQìw‚´šp–×IÕ})m/]ëŠ\ÊÝý'ʘ>8r~E¶ÈÁÑþ7H¾=uSûy_øüܧ.¦µÐOš‘‹¹-QaÑNÄ6XhŠœJ®¶?—–ðV/@­›”ùÕ"Z3ýýX{ä"nsTh´=æT€»ž´$ÙC:Cޱ ¶€ÖD›¹€ÛƒøoɺáÓï¸@Ú¾hä¾ÞdÀŽûÝHÔzeíÏj¡yèy6ůä~n)Ë9(ø¼4ĽÈiÀÝÕÙÕä7ûOéÓsà5ØÕ¼":“y€µ‚[ÅŒ> íµ¿È‚-x´° ÙeFñoˆ^š¹œ6ßEgîg‰=%.zô~DÿléT"xyõ"û(•[èšÒ•ÓžëGc†%•s‹úÑ¢÷ :õ¸ä³’ð§7$e#ªkiƒèæQÖZî ¨BÏQÁ§0fâY1â1RÀ"²cØî'ðí“É wŸ”#¬5ÜQüè#„þ]ƒdÞîBeý{5m=Ã{˜µš; Š}˜ ÷W}šÿ'T‚£öHÞþw$Øþ«h^ú—Ù‡X«¸Þ(q¿C˜þÊ}ÑÛA³óñöî¦Ýþág—Z»å_s¯×[™÷YuÜéQÖèû‚rÏkî‡ÕÌÄÌþXf-í}2ó«–;Í›}OèúQIK±ºÁïŊ݉ô櫞꼢Kô9ÂWf{o磬CÔÐÆ9˜m¬‹yS¢¢ßJܬøÄi|I½7M);iÏg3»G6rçEeG>ýX,Ǹ‡>ßJ\•êm 7UÆwlàî‹ÏŒîJª¿·‰ën;ü»iÇcÓ™]"wsgG¥Gwñé2 Š/Sf…y×PT,Âù_O[ê±1;GÖsgFÙ¢;ôêúÈq¤¾âv¼(ÖÅ ÜË]åŠÇôŸ}R”OWÞB;nv2'¦]Ë_åŒ#ø'*X åûù—‚t’Í´õ±vfhd3wQ”=:”¢ÿ€Ï—w)~B¦ïÚOÖÑž‰ÙÄ-Èʉ‰éÙÞo$SRóû½‹<ó>B¢ƒ´H†‡µ’}Éóð»ä~Ò»2ü¼ß<êñÎhˆž×QœVÅÊ{1ƒÉ(b­`/Ïaò†»Vž#ž(ñ¥}xÏIŽB üx7ïÑúï§ÝM}ݺœ½ŸÝÝ]À_.0ô^äJÂó£9¨ì}p"0»‹çm$}·úëá÷s³ÊÙ:}áqóË8‘²䨅œ= ¶)wîA¾Ý‹kØQß1ˆuÎ{”-à â¯|ô¯¸ÔN–» IVŽ$„ýy„Æg d­a—çðyùkµ>–ÛŽ®Ûíón+DàSÅ÷Á¿‡i<ÆÖjö?Ù<Þþj!<ôZZ2÷14Ÿ~| |ZC¬@œ;Dã0¼¬Uì/÷-^¾§äo|"(Û™‰®ºzÿn¹FIÁu}ÖnÈv3GÎÁçaËy#ø•‚ObÞÙ#4ùœ¥-¤ Ê+y;ФŒa¬ ö)¶”7Œ_!x.fTÀµ¶ç°‰®åÉÕ€ç1&œ ‰CXØ'ØbÞþeÀJ×2ÐSC Àœ§‰YТC9F2=^zŒ-ä æ¯alzâÁøÕ}_§õaLbU±¯³9ŽIü{Ï€Æ^°z-*¨Cá*Í̘ÈÚÎ>ï0ó&ò· @/vj)ÔÛ"ól>¶f­GH|™fdl‰ßƾÌ6òÆó· .û}zÐ#ž}-¶B Ør½£Îý Xçq°Æ}š•!ó¬ÎºÏ¶ò¦ÛëŸø=OàEÌy4îXþ²> Ñ÷‚ã%$ã=Z2c«–}R2_+؃ê#€ÿK€[:i?U¡¹®}™_äìdßa[xSù;à¿$ÓEÒ_˜Ä²Cô¡ùm´ÆV®µ%%7…ß9÷o`£sI€½ÑÍ~BªaÝ#²óXìîœlÞ3q厶™í¿’²pIþPÀу)]#2sX 쮜LÞ~ƒào•ëŸn*ÓºD¤3f³ŠãºpÒy3Òv òâÖñð\$Ù9ÂÆ˜ÉªgwæØx3ùõ‚ç°üªG|®Px„‹±”µ—Îqñ–ò÷ ±0§ °†¹è?÷S:€°'c1‹–Æqòó[ŤSvc ^Zpô„øø24ÂÎXÄêŸʱóñÏ¥|ûhroÅu>$"‡±€ÕÄžœšÃ[Ào<÷ú¹yo€v&}V0 eJdÄAúJ–‡É9ÈýÓæ!ÐoÛ¿ë« mSizµb{‹{¨}î£ÀÆoÚÐW°ŠØLÎî þ/%?üû7Μ'ˆ~skŠÛ± U”fœ§OÇí§/g°éœý\u^濬XA©<:Ü‘]„ì$­«Ó"öÑËYn6¨Ëw}q€'!¥ïý•ðäÁ¢ÜJû¥¯eÍ-pÖ¸×òÓíó‘Ì\óÃ@ïú”ÃÏ!Qz·è½Ö:}>îç¢5üXþÃÅ[ƒîá}£!üK„8ãE0ú—3€}#ë0w5€€OBë®zÆ >ñÉ8D_Åò²·gâ®â7‚e¾Fr½Ò‰õÀé#‚ò€£YЖ´K:dŸ Gâðë("ß™ô—è[Ye첬ŠÜ­ü-@e½ˆ4ôÀu_\Å)BVº„Ƽ•w¾™5–­å\ànæÃþ߉|ð+Ä‹‚ñh¼¿Þ”ÿ¡€S°‰5š­æ´r?ñ\CÕÉ Ÿ$%E{[Þá~Ld¿úÄͨFÿh=KÑ;’­äœånä$sæ/}p p CÈv Y¨OI2X#.â&½š5™ǹɭæoÁOã)·uñÇù؃ P úD\§W±&±ûp®s«øã€~QûÞÆc¼N©†ƒ); æCÚvÖD¶™s•»¯£:ÈÊÑžür@üCTQ€m"ÚèûKzç%pÚ¸5ü‹º- Yw"C7üsÀîás¬WvDwF#kûfZw^M†UÏOá³D¿à2ðæ÷8¦îÝXfDWFkûÅÄ—2øM¥£ýEÌ©§ñPœ–ñ{7k6»!« ï¥8iöz+}5)‚Ïâ¸> ¹ªý›°¶ˆÎŒzÖL¶³+«ž?ÎÜ—ô<€Û¥éJXdEº+"œ±—µ”íâ„óöòu±Ÿý_wãC-Šc´°³œ0^ ÿ"Ñ= ¸’r–ôn$Ši{D(£™µˆÊkæoé°zw&é#À1–Âø!c©;‡Âkâ H‘Ðé·Ògd.®Ò´ÄéE+™‘lçÙ~­9‘€_ŠgâÈ\fÜéI«EG:IáUVb )JÊ?ÀlJ,â¬àýRÊú˜b7ÐwÃyšäfÂ8ãñ«Ÿr_†þîGÔE.À9ø˜s?“Îæ9ŽætwÐ~¼w¯³×ßÅù)ÿ>Ã#€$>ÍŒës9è÷”âÉ…û˜4öï.~ÒŸÂß…©»‹·QV€§ùôÃ+¦Î†øªà­ee ØYyûG£@?éýUZHùcÀlÌ*b£ñfƒ.xkG˜|vc&Ç}$*ìú3êÝÏû¬@ßøFäfDÉÐmo5ã0“ÇÀYåœãàáú1ÆxÖÕÔ X¸Ê¢°&¡þ|òc`»9H†yÖÂŒCLÛËYÅ[èæX<ê£C|N;BÙÌ«dœaÊÙ#8$;¬r ýR ÞïžÚO=fˆ«M¼ ƺ){§UòŒý"c¹`½wI3‡c8çgù ÑFÞ†ˆþkkG(¶š’=·3®2Í쉜6‰Æ`ðIÝNuZ/б yožyF$ý"qx|7”ÿÕ¼mŒËL#{{ÚMIUÆa?ûOô™ | ¯CQ.~„°¸WǸϴ²§sz|¬ÿ[ý^ưÔà4’zºÝ¼ZFjr2{§‹tŒ>ôŸ‘2†èp´A*Ð:Œ¿Û³ªÒv2î0-쩜sÞ‚ìg²^^F Ø8¢Ã¨ãÕ0Ú˜ ì)œ_KÏë°ÿ†E§¾Ñ#‹¶ð6fvge³çqnç]KÈFô‰`£§^æ^"ªÖÄ·/± 0/¿™×ÀèÊÊdïÎ •ž7e v¡+ª‹ûùèð«>ø¼5ɲ›Ñ…•ÎžÍ ‘^KN'âÏÙò<áƒdñ5>«òn°b#¯žÑ™ecÏät—Ž1ÿ;NRöñÖQâmÛËg¹ØK9L©&Ö%è¸Ú÷FÑ4‚4/[ÑÂcmKXÌy%í¼Ù)xôÎÁƒPf¯™ʲ³qhÒcí‚•ÅO–þ?ýÇ^^#„•ÃŽK —މÍ!ñOC¶Ø‘ù!e¦{!Ì€J"ˆ.ze«4’u0r{†‡É<àªÉ·æ–½š>Wjw&àЊˆ"“u ò¨gz?&ÿ^}dƒ§ã\YâX(oÿ~„]#ñ|ò¦{yDƒÎÊÏ[Î)àÍpìú»òûå.BW4!48²ÈFèÑ#ë6Š„oÁ‚ånÆ@ËĸrŽ›Gãƒ=ž 9»Ý·â¿FæÑä?¯$=¨¶6"ÔvÄ{4roé ž€4Úç” òÑëÀÿ}ä/ŽÀKöé ø¿&¢2Ï:¹†3Çç‰ì¥ßI1÷.eF±:bƒÇ:™žX—Êãz1[ò&R²èmÒÝ7}0‚¬Šð28¬C‘«8^‡(úÊÕ§H8˜ðLó,¸Ž^Ä,©ŒÈË‘³ÎDVr>Š‘óÏò?Cª}û¬›pLþêæ€ ò!›ŸBWTD cHY§"Ë2GÅHù§|ô É_\|—ÐyaÑï$Œ=@² CbÖ‰ÈB›*FÌ?éã÷Ÿ€Zöø«3Ê·¿æöEƒBÖ±Èuœº”a)Ç¢#’–1ß#,ùDz¤äÄõç¶2Æk)—"·r>èù—ÿ¯ÝY«é @×ßp¦¤&ehY"7sF ´ü >úÿTR…5ÆŒ÷YÿŒËÍP³–älâü-Qó[}èÇXðµº÷ 6dñƈ‘ %ëläFιh%¿wû½© Ì÷öö›ÉÝ!z¹ÚâêˆÉŒ8Ö•üjÎG†8þÍè}í«æu; †]q·â³ˆ ÓR1‰Ñ‡u=²Šc´½gÃÚY2xnF„ÇómÿÕx÷öˆ‰ŒË‰W#·sT3ÿ*Öÿâ<9IÒ„9T³( ý²Æ3Œ¬Ë‘Û8çôFþåèp°S‘£ÞLîcàÛ¸~‚쮋˜Î°²èuœôVþ}Ìÿ7#5Ž_Ï“ú.Ô£Ÿ±†ýP5åÖFLc$³îEÖrFé“ù÷ý?@“Šcè]gE–²Ü®ÀÕú©dðLQÖT†Jw'r'G¥·ðïýKèzdŽÝvÉ)+1ÀU¿=•WÑ7½wi[dOï9]¿-ú 76¼z7€-øÐ1Ï};ñ±äFŽÊœÍï. (ûŠY—=Ì~&`= ƒî4 ]Õ1‡‘Éò¦4pΙz—t¥Ô?‘ãuǧÄ¢{¯m6#Õ…½›#)Nçw¡ÐOôá^—âו}æÉ°±:³ë9£Ì6~gý(J/Ø€|ÎòëÇöF,eRÃÙ{9ªX?òšüJÒúäŒbã ŸyBžG,"Ý ?¡ƒü »ôË+­õ+\]­Åpœõwœ-,]'?¦}!ê×®’jn9Øq2òè2T_O^ ú|EŒ})F/.“µ^RÎq•é¶‚üR¼CŒõmÀ>ýBŒVÒœ™H©p]„éâÙÒÝò[±éšÙºÝýMÛÃçÂiEû3: mâ™Òzù‹f›f¦®žÄ¿²ƒf‚ëK?… .t‰—J÷Êãc¿ËXª+Çø¢!¼| ͯ^Ç™'÷»C!Lè/–¶Èo™šÅº– ßޱÝv5`O*´‹I›å·,vÍ"]³ýçÖŽm"Ì/6É_Œ}%®) >[6ÃÕÿÕTtjß³Ic,‘ƒ¢•Ò/S"UÕ+už‚õAV°l¶8ôÉ'`¡¤xÓþ–½8·HþmêÊœ;¹E†iN®/óP$Óð<¦¼û\j'”}ùžËhžu ìO^Ê].•e ´ïW/×Þ%UèÕÀkDsXý |Ãu; aÅ×ã:Á˜4!`¼t¶‹¦Ú§.׉}úÅyfkiZGö—¤¯•’¿_j_«öÛLYù~éZ‘B”/PLœ@{·|áÑé@yXÆõ;í"…[.î·¢³ÄH¯+È6¹È&“‰ð)OxX4 wn.OuX½Z7 €ÿº€ÏžÏãÞ£ôA3Pfq„‡D«¤^9GuH½JçÅôfÜ{މI°)=iUVÔÝgS.üÅ®M!—«Î¨+u#üøŸÁ#&:ƒ©I_“NI…§DÒaò÷§Ôºaú´üDðÖbnWD€5V±ð„hƒtˆ\¬:aÛ bx”5°Pd'ÊïÏoØ×IË…*“}¬c0…þççÞAr'DÑS Ë,Á¤â Dyo:G¥é…—Dw ÊäzÕWî­º2?þ×ÁÊZ¨-DÐB¹?_+Tfn–Ž•kUÔ›uc úÇQÞNºÅÅxü£ã@ V [E&Ûh¹ZÕª~/týCŸ?H;Jì•.€ø;‹èNºRxÙ±Ë>R®T}áØ¨i؆¹mÇ÷ZôzLF0[Æ ‡¦UK?7Ä©v¼í™lhð[Oy¬ÿ}4Æœöo…,ÌCðKí9 ï÷^•Ø_0<[¸Ú[¥›ä'ÿ>gRưK?-%´Æ"pï¶^m—ö5˜UWÕÛu¾9éUҺׇ¸^3mQçSFáeÑÈÂú±%—ÕÛtã}ø¿ã=ñGNt½·(s%Fî}QôJ–U5+¥Nwb„áwžõ§÷¥1Á ïÀ˜ÉÂ{¢Zé údÕ=u­nš!bó,Š߱Í?‚«ö^Ÿ[[„wD;¥}õÕõ?‰S ÏØ,ï‚KÊœVzû4¥¾'ÛD¹7tIYmêÝ’þɉÞöÛÇ›HÌ“CA²lawq£´¯Y‘Û]Ó¨›çc¿ó~Ï¢˜©¿ÇÞÈ.Íc&Ü0eªºjts‚æïý (œ.ì"Þ-½›®ê¢Ù­› ô뉎+‰4{xšÀßÄ_’¬÷m6agq½ô³MÕYS¯ëåîôþs ÃÅ{¥}c]ªpÍ^ÝR,ÿÜÌ0\wCaD)ÖYङS&n‘Þ0;UašÝbD?‚„s©Ažl²&SŠlk†Š›¥ŸÇÚU¡šfÝ"ãÊ=/‰‡ì–"n’¾›£ Ñ4éøÑŸšr0·Èâ•™±03S¼R¼*?RîQE8ž¶F"ú#„Ì7J;ý»ìsŸAqÊ4ûOÎ7=ÿÄys':™ò"Õ Íí:àr¡3çÛDÊýyƒ ÷ÒrãIï5ç/ï—¼ä(P=ãÚ¯íd qiÎ:‘ðñxÈ·°oæîÅynUŽkŸ–fx-õ1Œ/ÚRI怙ã?ÏŒ…œK!eÐ áZñQ‰@>HµVsT»:Ÿ™Ù9@ ½CYm ÕáÂäŒIN¾ü`ƾŒ#Ú~¹›‘ѱW‹…i<ùÕjÍa-ðŸËžêW3NR<–·J|H‘{U«4‡´ ¿Jši¹-‹A×DÍßEé‰sÀ#„•b­îㇸJÍ­ñÛ/ί€õ¾ pÌȬa ±1M*ɯÐ|é–"ú °{“>#À½*C„ı1bùÕüâZ±áŠÏ5«°¯F&<Zˆ)höJбøƒäuâc¡|°jæ˜VHŠÿ‹€å¡x´UW?P¨òT—Ò2¡£_-¾LµUsI«7Œ&lõgVÇž»’ý‘»,q³Ø¬ÓÊǪ6k.h˜sˆ(WòçƒG 7‰:µ|´j“¦U«ÿî€{ŸáQogo?žm©Ú¨9«½HYÛ 'yìŒgѹW Ž/Ë,ß/ & «ÅŸ¸Vnµ&¡8ÎDá&DRiE(Yð6pŽ"ôœ$¬?oè#Ÿ¤ªÒ\×öñ‘?Úrr i>ài …ÛÅ8tNVÚvÍU­è=”«Ž‚Œzç-G9ªÁ3w% ëxaLÞ5½Q>^µMsY;$×Lòò\É»ÖVSð%Æ~?ù¸ý3½U>]U§á¸¬Añ·yáŠ/ýÒÜZñóúdù4U­æž6Ù~·îZ .‚%§ wŠk,ù‹I;5w´„]k!ã<~Ø!#õ&BøTU0EX#¾¦ËñžM¬Ñħ…óóÙ~q4bàJq£8Öœ-os:=ÝuÙXþ0œg7pÔ”x–’N²õB1’¼¾Oš#l¿lË”ÏQ5höØ2IúEõí[Ÿ5ÔÛ>}Àlá‚Ìk±óÓg«vkºèÒ>-+ŠèÐdy_Cžšq=ºc`’ê7”ÏÆÕ‹¿L¤ÏTÕk:ël$þy„õ•eÓ2ü°}©p¯86Ö%_ªÚ« ×Mûv}ÈÊÃ' ý „ @ÃÅÂñ5ó‡ÎŪMb¦ñŸCyjâ÷ñ(1};a FõÊâEÂfñg±vù"U³&Tg74úùü=Ÿ¬¡Çï ÙppO¸”ùU“&D—4~³-×(5,¼ÿx‡+…' Ô½ì˜d÷h"ue„·N¦Nk·&CîèP½þØÕ†±x‰}ëh¶:_Ÿ_$îßï€l…êOÇ‘â~çqÏ”œF"ÿè~õq¹°@ü”ã¦s¹ª@ÓPÔ€eüÔ§ÖlÄYÔ ¡Q_ðÿÿž1ºÅËâ'•«ÜšîŒ­‡ÏsåÄÝbvªßzžHå»Òº’µªAš—Ž"ùEÐ9@û¸z|˜üuþ·Î×PÔÍ áãxG“;PÌ—‘­Q ÔðuG|ô/‘,νà³þi÷²@ƒ¡Y®ÒâÁºÃ²Õªš#I‡ ú>H¿2ÂÛÀ[Ïã<èNôOYY«„^ñ Ý!Ù*•Wcw"èé(3Q¤D¡î§û¯íÏΖȥgd•ª–\¹î A?†´ît2@ï^=P,ÄNÖ0q_Ë)Y…ª&Eª;ð<ö‡D|Âï„Ýá±XzB¶A5D#Örž{¡ó ŽFå-Æ=Ê:á`±PšèX§¬êŽ!ú|Èα¤HûÒ³ž¤—ø{Aîðâ­Â2q«ã’Ì“\¦éÔé’þ¬Ï*Ýã)žÆ±nŽk¥d›Ucþ‚¾~Êoý2zçE¿ýÕ»·$Ÿ¥µÊ6©F»z§îôÞΙ:ä·ßQŸtè|GÕG€"RçH±RÚ«ŸÕ9RiŸbÿ4‚Šèã3 ß/°‰@†ˆ+—çI@»jᧆ8éMYµj2ÈÿŒÖ,Kÿ ìØ²r:î†Æ8~Cc%ÂOažÃQ%œ`è#½.«RMúë`ÿ9”ùõ3ƒ§j0H~oA2€<»Ðd0K¯Ê¶«&j¾¶_¥ø¿®Gd@w”ÙÓÐè œOâ· ¯èÒ˲bÇx ÛyÑÿàaø/_&a¿‡˜ìŸê­Òû2‡{:Èß/þæ@Üò߇{à“Za‚mTá=Y­ê>øæ¢ï™æ{sŲÏìšôCsïÈvª¦ÿ;íô”¥7ŠûÈæ9IçÜ9ÿ}osFTA[VðŠ.A:5«F5èÛ‚Þq*ÈIÕF¡Éœ-í.oTÍúîAêÇ4—,È9›áÓ(kWyƒjÐw¥Ð¯ž'~1Á:ÐÿdƒÝÂ+±éÒ.òݪÙ@ßÅÿ>ãyŸ¹I½p‚Ù&í,7$ÍlÏ?\=+á÷Ä•7I4±DöW!ÞÍ7ź¤áò½ª¥@þÈóïö/@}ÈJ¹bvJÃä-ªÅUZ¢?Dè¼"ã›Ý{g\Wª š…ŸÆÚ¥YIͪEÀ?èß#!ÎÓ„×äqá û÷XÃ8›„bs¤!ò&Õ ¡È¿â6EýqRþiŠ×`‰Ï; #%YŽó "RíÑ®ÔïÂ÷óoµl"u|P¾ty°æˆÇJM O¼’q@8ÕS$SåP0Õ;rWèÇPVÏÄ¿ÞOáÚ™?Üý²Ã» ýˆïa9¸® Éö é’Ùr…7ùõÒtg˜#µ÷³ýf÷åé•„UrwÏ7%—+:ub纵åúN½©×~€¾'éÃQá.÷ ÙZEt¶@=Ï6­xñ<3©OätóvµL&ÕM¾ŸlG„|É@ÙÅ«)|õ@íýÜÀj’ YÏ žf/Ø.!yç©‚åIÈÏ%ò$d çaE…e€vµ>ó‡èĶ}-Ik)X±*o4DѶ´CBŽÄ+[¥8¤à¨½ÚUúN„üßÐü5¨—/ñ9—súŒsF(—ŒU*Î(äêÚJý®˜àvÿÛÖFÁös¯»O _·ÿã­PœR,² ÓVègPèkm¡ câÅ¿¸6wB(– ‘mPœPˆÕC´ô©$úz„¢‡ˆÊÿµßÓÈï;[…’—½“2Æ&Õƒµëôüä÷$ È:9½7eN¿$º$ÔKÊd=]—zu™v«~—0÷!÷¥!¹n£ ÷h%ce›ñ™ZõXíf½¡t¸§4c ¡ëï%}|²õ­Bµd´l“¢U¡VÖnÒw“N£~ÿ;Ž•ø Oª=+TJFÊ6*Î*’<#µõBÇ û;-_Ç•ç>ÖÊN©/_Ùã$“e5‰7qêÉÚjý.AÔèú‰(Ó^$0ÉHéÃæ]ö‘L’U)îÆõQOÒVé‡ûôßšá$_“h+p=¹*4K&ʘ¹WfõDív}jn R¿. ÿÉ/Û¦¸¬0ªÇk·é;=XÁ$²Ç‰=øýj}Ͻ˜‡áY÷…wâ¦Ëê÷Võtmþ¯ÜÁVìÜAÏÞ^)˜&«UÜS$«§ikõ3H¸,­ ¼×5ãqàÈ ²²yGh‘L•íTÜQXÔg-;õ©>\å=ä\Š­Šð‚öŽýRâáøÉY¢M‘ ¾šU£ï¤ßáw‡|raÈŸØî.Ê–°Ý•ÙêyÚF}*¾£íd…‹™ÿ Å*Ÿ=¸/F<îȔ̑eZ&åfªçhôÌϸƒÎ S|ÖԲ㻈‹fËv+º(ÓÕ³µ»õúüûÙé‡dáQ”?E6É”¬zEg¥M=S[¯Ïñé¼fwÀ⯸-¢;âÉö© ‹òŽj±eŒß]?À³ÄV¤ï—´‰kdS'2Â3j´S|ü?¦°;iÅi-²BñÎ^°l¶¨»ä[Û-‘ƒDk%ݲŠûZõQçO*žµ LÜícû§P?Яt Ö` èhÒ)_1Ô½F½ÄÆ÷ÃßMˆóB\Ö%Eá‘ÕØND­YÛl<Ååjõa χ>%èóíëÜ/yE«$‡¤…W¹Jm·rô‰”µÊE™­'Ãò¦ck öé¦ffL¯”œ‘Ê#”•ê3š¿(«ur ý 뙊ð²‚"Ïu¸z˜¨B¢ÖIÔêS)!ÿ@èVˆâûǤp þ›Žpd¼ú"oŽç„´Å:D¹A=£@ ô±ÅÁƈíK(湬;Š­;¡Ú}8á•Á¢u’cÒ™ƒ•ëÔÇ4BÄÿoœ=ã—ZZ‘Äfôs`q1©6 ¨,m•\’êeÊ­êK'²ÞAÀÛÛÈÏã †C87K.HµŠ±ÊÍê ­Ÿÿ_Á¨ß9È}Q£E›$­RµbMñ&u«æsкÕ¯¹ÈS9Dè}þöÀh‡({#E%µJÅŸÎêq¹áÈ.ý:%.Êäõ”îÌ8LUKnJ§Ú'+«Õ;,q~òK3žl?y‹¤¿ìüÇ‘W¤;“DU’ñÖ>ŠIÊ*õˆ—ýê›ÉH¢¼„þ¿â¿F  ˜(ZšyU*È›¨Ü®N2Àµç=ðC&¥êåA¾ž¶ÅÚ†&_¤ôAñó¢}”k¼h›äû4£b¼r›ú®ÞøoþÆM ò\Tšóe%aº¨NòE¢U1]Y§þRoÕ3ItyH‚þ”ìp?>c­•Ü“&+¦)kÕ/ë“õ{R |/Ài¾|,Á´¢¡yk­;ïH-Š©Êê$ý}Ì}]ñ9r¥¥TÝXJ?´ÅY#i“&(¦(kÔwu[±çW‘<½.È"ä(¾ôn°w—e+ÎXÕIælý8Û¬_¡È Ç#vÆýÒ|Ÿ•9¢IWY¦b޲Amô”øÌ”#䈴^ö¾á#I,ä÷lÑnIYºb¶r·únlúCŸç´Gÿ,ÈÌ!àŸ™¢zIg™M1SY¯~ÙlÃôß±3ƒ” EÈŽ(ýáRÑ^I¸Ì¥XªÜ«NŠuùñˆ‡·Úq±¨E&kµ,V¶¨ïšAä¿™ò;Ø•eyý^ULk-5KBevųyÍê/cí˜~) §>_uhüÐcWÚQ“äº-G±@Ù¤~96‡àWO‘_FZ(yµRä‘DÊ>-^©œ•©ýÖ³ŒèÓÜ@Y×é7È»VÈúK:ƒõ´(:´¸êõ¢Ç¿ï9Š$LÙù åÜb¦ö-b­b æ2±HE’àg¨†ßä&“¢s¹èV>]¶_N³¨éÚý:9yíÜó'äÞS¹_$,JëŽG)#Fûau¹È-iÎÝ'/WºÕ4m§No‚U””*5?À ì$‚ËZÑ ‰@v:å»~ƒÔíQÂ<Ò¦Çû+¥ÓKz»qqgøùkD%³íGäk”Õ|íÝcÄÈt¨¤~17uHb3Ö½?àp`µh€„';,_­´ØyÚ¹¤9B©m=|NGü‡Qbà¾G Ÿä ,^%òJ8²MÉ«”^uEÆ!]àøë¹$ÙbVûÓÄòÔ/¹Êgä•Êj¹öˆšƒ ÙW0>ŸRûÊΊg&Uˆ†I$ù§ä­ÎaêÞ®SAøvüLé¦+sê-«@Ñt é¸Õ1IRiwW)_2ôÑ^×qK$”¸IÏ8^ü{ü/¤º ¤Ìȶ‹ sŸÉ½*ß®L4˜µWucÜ#â&@Ä/)Ú èÓŸÝ”݉yÈÉ äÆ6Ñ«™FÙeù6åm}¸ý²î¤÷3ˆ=Qu{–þ2w>È®ý;ôH±\'š.ù=î¾¼N¹CoÕÞÇöKFº=AZyýÁ#q|íýžìWïJðu­hšdiò=y­ò%}²öž_üp0~\ÃZüæêGôtŸ$_+xÎzÊf‘Yãv*Åií ïñ°È;‚,¸EwhŠ$AÖ&¯QÞÖ%hÛt/ûDÞßOyî@¼GêIEó$Ù²µöŽDs¶¶»Oý[xÔïT¨D ¢9’LYWEƒ²sB¦¶«_ýÛã7ï¿NñÿnÑlIº¬‹b·òvlº¶ пé¢Ð83ì„Nv?$¨½›d“uVÔ+_2Û´Iü_ ºj2 âw6öí^Ñ{6—,\±W9-Ë¥ ×wú?ÿEYKœ²0E‹ò¶Ù© Ó‡zþ?úfÑ"‰]V_Ò¬Ük׆å?yî’_l4‰Hrd)iMÊ—bs´bˆ²µØZiÄ“ÓÛo4ï´åßïf&vQM$®Æö8h¨BÖÿï£?MÌœ§¾P·ÏÇsß+¹ ø4bý€iîÔ)«ÿ|Ò>¼ þ6Ñ5v úM)¿ HÝo £5”~}NÁBï?_F¯Ù ÁÆ¡!ú'ú „•ïaÜ8í}ºÃç-5¿ªÓ¿Eûèo—¬&æÓçÃÆë);‘OŠ(xwÄÀ7s@ÇùÄ>ü6ŒšÍÈÂUÈú[(™JdÄŒœÃÞý úVÍ |ó‰ç'>«ãƒèboÏÃ~ýÚgNø|ÀýÔ ÎäøSF¿ _‚+нä;>s«ë$_œ2Hýü˜yDù áí:Rï1–ÔþC™!í-?àï·¿ Ùl$’Ë‹¤ßŒãñ#ÒhÇ B Ï/zÑǵ?£Ìß²(u´è·†@TÄÙ¥_2èÿo‰'ƒl¦t.‘;2A¿/ä‚Aû@Ê“E^ \( B):ßÜÂÖj5¨}/iàñ#üV‘´:zUñ#[ÏÏR¢ð¿ê+Á;ïØÕ¾iˆ{ ?^Éç#4¹˜û(XV™pÝÐçþ@? ¼ôžííMAíwÕ`~àÊN ¬ßŸ¨ôYÝÍõ\6ä?¦WúHþ;xÂâ©/,´áÑÀ5Yò¤÷ Öúc$þ {je£áù=Ã8ˆ—ßSæS|·ÏªAJÐ]‘; âß„e‹Ä¹6‹dÇå8"kQtïŸÆQÞfH@ô= 7>€Œ9–; IþŠÀB„U? ¿i>‘t(épaˆ§»1>--è‡F P c—[˜ û0qaï>0êÏÅ ‘–¡Ÿ+ ’A†®ÆL T=?Ë@†õˆ ÅŸ cÎ/ï ¯Áç“ãKQ^7 ¼ï^ŸþÀ} ²Ë½k½=@ÖûíÿFÉãkÓÿ^6 VxEØó8΢‹þ ®w iûMugUþêêÔ)•d‰šT—¹®¨gH¿XÈ|d­6¿õóxÄíú™N©&O†H~;Ž^ÆÓH†Ë%û<1&¿vè º-u8âAC25,‹_›z ½ ¶dd'¥ËGÞ¶8ÿórA×›¸>ª‚xµ'ªPƒ4ò?Žõb:~EñæMøÞ±9I“…4‰44A×Öû&^ïI¶zúÿL w4 i…~;;AçëŽ@?Ußùíñ‡ëýebŒ¯P.üATÀW\×A·˜ݸ賈êÍú÷{Û@¿IÖ50Š8©9ïXï. ú 4ò}Éö>`É}±ÝzoÄy>³!”ýÇÅŸB’ì !ÇR=Õÿ(ðß ö2“:éž¼Š+h ˆ‘0&ߘ ˆ17¼Ô'jŒ¨Ê ÐmÍþЯ£æ·ë>d@âZ`«w€qŽñiºµê>›õMx•äïUUS@Ûš =ÐK¥çi÷?¥ú®$u«(<æ·¸¿GHÕ‚prEj<ÕîL?5ã/ˆ˜<¾ %âów%éR?ôÙOO´ëOðŸå¾Ž¨cÁ#̬ª€rKpDe‡;…Æc@ÿMÐg>”’·5À Ao¼Ô®?TÏŸÉîà½”ÚØ ü{âêŸ%\ƒhÚ(QhMê„t‰Ãn"ú­4žúnÿ;”+‚œÏˆBÕ¥¾½2Þlתg9Ȫþï›ßülð™³}Œ¯‚¬sýÎì=GÂÓ ísl£ˆ¿oõÑl¼ÚîLß å–žF^ŸîÌBøEñhìï”{’Fãåvýþ Ÿ¹Ò È>^¿ÔÓ”w¬ÆûíúÕûÍ‚~ù­ý¯dd#tVX‘ldÁÕs¾´MÇö^æ7ë1˜µt¯ÆQ¹.Ób¼Ó®yàûÖRæÅ‹‘ §ÙÚÚõ××òj»ãÈòþCïÿFÈ6v‡úõ®wªHû Ç—ý©ËÞ>í³ç}…ÏzÎúÓ Ù”ÿ°ñœÆ0sEA·Ø'0=áMz10óEŸØ²Cÿž ç þæ]ÙØ’žc úçˆè:Ypä¦áø’@ík¡¬‡§‘"SWyŒ›½Ó³³°žªTú<ž@©ÇQ ¸°Å/2ö&ÏÍ)2®Î9€¥¯@T # ® kœ ¬X‘]ì7M$_—›÷#úF$³ø£ØïsoØ_E›Í¯§üEÁé©àqg"ãïY7`ÛPlÛÑÆMæÖØð„„„ƒéaÿ=éc‹1>±%-é“>Ò83íìÿ¡?Îðd…ÉÆjóMý·Abíy’×þ"jMFÖ$c•ùzìñøfRµDØhB‡5¨ ì2Ѹݼ‡°Þ‚NouIáùeó€üñÆmæË$ù—<ñ¸Ïê Ç×M7Ö™ï#úS(O'‚åAú¾I€ßQüÿOú4c­ùæÿbü½ü°êB¿:ôNqÐN 0îTãNóB~3è¿ÅåðCfúÃ=9ÅXcnCô×áê+>ܲÍ36š»gð_DØÏÇzœé ®Î16˜»öùïõˆ‡H±ÆZ@tëéY³»Í“è‡Uæ\€Þç†_Ì4Ö›;“èß òI’~º ‡wp–òȲԸלíŽQñ5ˆïÝA{#%¦[Ìa}ÂŽøà‚·ý»c°.YØo‘±ÙÚ‡úžó~Û'ß[‰ÜTæË±%Þ-i2‡è‡ùU颼£~\s Û®4¦‘:^Hè¼Ï¼þéוÒÏ#¹ú¡Ú;rÉl¥¬0‘¾Q’Ò×Ïn?‘刟%– ̧ <‰ qæ”ÒŒÊfõL™)2Hqõ1ýä.7º16Ðq ‹›M±Àk¥çZ? cÁZã g871ÞCY‚wAÒ:ü¶Ê3€ØkŒ×âFXÃhJ¨Ò…§¹sFþ‹™W½@ïÀµq ®Š'%LÍ™àLÔa쟰äQÈ·•Æ$þêû”úž^Ô‘þ}€k…qÐÅY¦ ùªÐaÐhƒq‰¿ûì³ ,û3Xaq0‰^Rn-Ç•j6è÷ø¯µt$¡S=ÑCT$,F>Øj,3gä+1ÙGþõÖ›gÒ¬f´ Â%å¸cØfãI’´}ú‰XÖiUÖß~ónBY÷LÁ&ãh’üúÿË~íÿ6M¨oš€40bú‘qJ_mœLðoʰüExÝGCÄËoMvD[•qIþdù¯c»4޶'bzxô:Xx¥“߈F¸“±ÃÇ_Êâ¢O¶Ç“ø'„¨;ø^Ø7}ú.€äuÆé$ú× FÞz#íQìWkìðºuØnŸ2‹\ ˆpÚ2ñŸŽì½q¹^ 8¯EÙCB‚ãóEÍmã'›°ÉF[FûŸñ*R£qð ×´wÀO5” Þ v¿…ea˜c5ç`ûM"$ŽK|˜Õ&•m·ñ1¨^×)uü 6û½ƒº¹Âr yÓ1Ë|<À,ü$eF‚-ÄtÓáª8c‡Cüî5¦Ý×ǤŽ#Ü2ù¡+!gÁ-ÆÇvßa÷ÎÕ~=M³±?ÉÞ‘êm­zR…÷àYH„lMÆYþËz¶áÎýÆ€G·¼—¸ åóAc$…þITÝŸ Òý žíÑa¿í€‘I¡— Ûw+r§TûœÌßJdVW’_oÄ (ذè!ßïrËgýdŸ‘†ù¯~GS—…û¬»ÄÝ(½ÙJt5 (òG€ ïÀ|"'Åoeðˆ‘›IŠ·Þá`Á7Ó_ r†=~&hx#ó(–é°‘‡øcýØ{^â"¿ú9¾'+m*áPýópÌR‘F;c”cúM`Uá/ðÙ,œ/üäÄÅçÿ$%ž2J1ý„ƒ½ƒòŸþÙŽ-Õ‡ÀÌF1EþC€ëýœ`£ÜNéJAÓcF!¢ß‚¢¨oÑ2´þjv¶á2:ý¢ºÙzɨ§ðÏpˆJ…*ëÛèçE„}¿¡˜~™äï F-…¾·@ ­BÔ+pU~›”#ljªþûm°ÿñdÁ1’ΕTÿ+ño#më:È''Øè¦1ÑÛpnµŸŠÞk}êØˆ‰ëF%6{ªPÔ<ð9¨;ýùªÑ üë“xˆj~æzÀ«‘÷Jºl4"ù›1²®ßåÈjû²þýâxßhú„ÏóÐJü:x}3£•²fvKõ-¥Þß3&ö?’õ àý—âƒKqÇh¡úûïyÂÖS|îa=DyÝfL Æ®Æ›3:=Ò¿î¦lýHÏøÕŸ•ü÷‚<¢«)SôÔü©p™Ù÷Šž”5­.„\;R.¦tjþý®¢td±VJý?à®Lg“ªka“âב>nrņ2B~ô‘¿4µ—ÏÌ>Œˆ¿2Ìä$qìïYökq‘,ò¶ÍW02„‡œiž=éFê„Ϧ‡˜rŽ—Ói!òÒ;¤¸ÿºß <òÇxÇí6ªK=‰k"MÍm(÷ãá½zãúlÊ”H²¿”i:€,¦E2/éýw¿©Dõ\b†N]/ñɺi?¶ø.@ň Ï>P’jâߤ£™öýr°¨ üÔ«w僻X(ô@£Aºyé(Éãõ9/¢,¯Ã‘· 8­Æ½©,à9Šó=#ú¢ûøé™â •,¹ƒ]žé0ÐóÑÕŠ¤\L?)«w|›êó>Çtȼ<± ï÷œÃµ8ëáQèyÿÖ3f.¶ú€ÔTïJÎðék¥¦S$û-zM@´«Ì  “ØÔÏsœ¨r¹ÿm·É?!ÉûýŽ‘ø÷¢Èÿ6H¢#j~o?ÿ-,H+Ö›~!˜žf€QëDaORï@ªÊ ž ˆ¿UÍ%x^ìcƒçý¢ïKlUµ©•$?#à)Àî¡„Œ'³&SæöJÓY²þ‚¡fÚÁ¾óóMœ)ƒ¤ÍP}L¯Þ s_Þ?Ý褣dÓuküÃã®É¿$÷˜ñ0/ý*ÐÇñš‹ªßyËÇ ñ›AÏÌE’bÃhºLðÏLêE:‡pÙušä³Òõ çŸ1{eYM÷}’ü¨þë°,?”Xüfuɦ{$ý_õéúß%|udQ?ø¦c XLwHô¹ú¯Ús¥¤šTÊ€.;ˆ5rSÚ€¾ñ»Hê^tž½‚T³MÝIë÷‚JŸº-ñ‡Ì7I½Ä)°â4ÒëLSW}/Ÿêé T²^êZºé\Q&Ê…ßÁç?˜Y!O?ò3ýíàžžÎ$þtì;Âÿ?¬×Á«¯þ»Rp Êe úU¸¦æ’Æ:MøéÉöï rŠÎi:Yú¶ÙµøÃ&y[vÓž´eZÏ#u“<¿9HWžc !ï~ņ€œ/ð«mücxL+cKq”~ß{òD¦O”oÁŸŸÍo!aE4êŠL+bmË^#u¯ LèGi1Â306̢̠LËcÃÕ“ µòÀ„›Ø W šõòéð‹[)å„þO•ÿ@w<˜4`E¤kȾƒLk úïÃM õO0ÊEëA¤óé±w6"«.ò‘f iMìG¾¿8þµð³…Éú~É-Ô¹$’ªóÓjÌ_\âB#}„$›…cò³ŸOí5­ÂôÙ=ÿë>¼‰îà @ã¶›¬©ò?ý;X;Xÿ"’#ÛgMn˜iXäedñ×€þ7È•‚Ò8Ò¶˜¿Êˆ(HbÚü?E1áˆéãž 2Ù‘þ?ñ‚Kó.–b—w°i’¿ üÜ3f<Ñ£&ÑÿA£2«W™iëú“NñÍOù ¯A|tEyäÚXÓæØ·ñ¯}TRp©Ç -ë­ðr<ºÍúyq Ö&‚TýÓ|rõ1Ì£5%‚2³iÚˆå/.í üëÛgŒÌ"dƒ”7Áo_—L6Uÿ§¿ß)¾»Àõ´ûû€¨6É1ÉTEпö=M¶}›e3Èåú"ƒá®åDÀ^äel³ñ¦mˆÿgàùž@?’„wOAŽË$}¦›êbGà×ý:È™Dd¥R®šfªýOý¦ÂÿWÿ©¦·ˆørèƒÄÛˆ×úÔüòï,üÈÆ>žbªþkPÔõü?ïfK†ñç™*‰Hs˜{?*mO„³Ó×¥4ú÷4û_Wþ™ÈlÓîÿè}öÁ‹ _–½ŠŽˆƒo!ò˜¸ÆÍ4Õ#zàÎk˜ÿjÛÀÔŽ¹žs*iDã-5íúÇ`ÄÞ!ŽX;Å·ID, ºš²ØÔô³ÑX=:÷¿…=ø7‹LÍÿåþ+Ógýë=¬ Ûb0©Y`jú/þà¯ÖÂW!bû§A%»×oó‰!VA¡Vš<±'/¿#Uo®9©„?‡È¬Æùwü„w'¶Ÿ_3!þ {?JÜü-Y€æ‚+J—› °üý>u ½Ó=†ËMnL߃àÿ Dt¹Ï\s€.7·ß‹_SºÖ4ÓÎB˜|Œ;µ(7RA÷H„7Ã’_õé'Ö˜bú…¨úö€¸št[* y2u´ë`”TK™ÏZÀjÓ€õ§ì\|‡åÿ û|‘GW)ÖYeòÆö{º{ô;Ó %¿%ë6 y…©ñ)ÏZï¢Ò4óŸ‚2ª>m ÏûôÌŸÂ’ü~W˜†ÅÊ‘¬ IÝÃnàEDñ ’ísáÚ3¤Ú¶Á4ä_ýýºJ ¸‹ºÎ4èU0b os½$óë‚ô[Meöß @ù1ʃ}<Ón³i,з@T/„ê».•e¡DÞ|’îã±ç†!Y¬¨¢l2€ëó@·ÞÒwÀb݈ ²ÌoT€³²Yþ0ú¹ÑdÀ¾ìº—mÀ¯0€®‡¬©ßƒ÷nØ&ÿÿ¨z&Ñnõ©‡#‰ÈûŽÐªÊ4 ÓK‚ÌžyðÜ%dÃ_|ºÇô´í¦‰ÿú߯{P‘<îãî`‹ó O¯´ñ±ÇQÄöÀôЇžù½EZÑ­3UâxþWÏ­ðz:â| Yödú¹}ÁAü^­iÚ¿ùèϨwýìô¦©ÿêèoækH]Kc€N®Ì:û•uPáÖæƒœàÁÝup—àÜÝ=øàƒ3x‚…@`,08 îîC .!dùîÞûÕ­Ý»_Õþ×R§ßîÓ}žó{ºú­þGqÿQEíü~ÿÌ)Ö?â©õKÿy§Íÿ¡´ºÿ]Á–ÿá*ºß@€ ÿÿ¹{®þs¥}þìÐAþ8ÁŠÿÿçø‹£íÿª×¯ÿ!7ýü1ÿÒo¡ÿilðÿ㿸½üQÿÊÿÓÚÿ¡ZùÿƒüàOŽ?z>o5AÂgùo¸þùìuþÛÓ[öÏcNð§þëüÿ­û{ÉÿÇ/1jþûè.ÿìƒcüÉÿª¿ÿï¯xþkf-â?ât ’þ->},c—àóAU7•¤xÒñØnC®esB]l, &SoüÛl4Ão¡Ú 9²°ßÌ{‰šPÏä褤wé>°•Ñņë¾$+®Ù³ž¨Òý^XOÄfçÖ¸‹Ù¤ð<œ„ljDNÂÅ=k"ü·~õ0(¾ìžwþÖ"·Âæž9WÿÒè#Ç8Éi’—bÇóéz­zr£:ŽI’35/æñÎLs óÑzb#£¼¡ù‰œc5ßÊÎŽNaõM•MµMUåŠò>x›Püuq¦–:ÉÌ+xŸ–8˜[-¯B­FíS.·ºQE᧬ãJô]—Ì‚JÒ—¬®Lí õ_z Wß®b®Ê¯²ü L :Xþ°üáþCÿçµE¹,æÈ,–N4ÖÜKä÷/Ñ·_"e¼D›žÂ´¡#Ý¡£!¤#—'ô‹²S‰ª/‹òc9ƒñÖßcØÉ²ØÉi·¡4Ñc´Laû•a ÷¢:@ß‘øô¢=P{×§ÈN£"¦hÑa²ä¨1Öœ8k^*%Ø7^B¥Þp^Š!Ø^Ò‹·Ïqw[.@ÉK@¥lM(‰~%†Ù±Å¾æ%)y!¡ßzÇÀ†Îš ÃñŠ¢T{ÃôB–Ëâ%*‰®¶&wÜ2 Â;€]"»¾ÛÌù—ÖH]8ØÛ$A$–1ŠPrËf:gœÈ6—1ºg¿”ʦD¶c¥ØH‚’~·¦®KÀ…÷:,!›YSº%àoÉ/!Il3.¡Ñö{Ü¡ÞÀ,—0Jû"D_`l¿ COØö½CîŽmØr½CïŽ;ÛPÅÙzQiÁTEѪß#OÂLD1·‘ÍcÕu0 tp󶱿d¹æä¤eåZd9Z¢È¶ŽÞmcÜDD×"‘{ú„îp#d¶´ÛðpÄöte ìÙ”ÑØuã\pzupú½R`*)}N'±|äÉÞäé˜ù b>ÌηüUoæÞŠh j Ÿ.¡ð5CY7¢–ócLOâÄçÊ‘R€¦SIíNý"7½“äÛ·2'é(^tx}½¢¨ ;¼TiŒKªÄr„4Uª-"‚*9Xv~G'‹¿‹ZJß*Ťí £Âöâ'Ý!.JÒ.£®Þöó{K@ZN¤î…Þ1•ZiOˆÌ@‚P-JÔÞžÅvܸã”NðE‡!Y ´ßNöß·½°Š»ÃêNjØf0OiØ% CÉÛ)¼#åîÿzNmžÆáÅÜ|¶Ínžz¶Kaž¼ß†·¸‹¾*ôðèý܆ûuãŽþV|GpÚ—î-êÅsÚ¯í-C‹ Èô÷߉EDYíÝ EÄlïðI¦±"˜Júf£œ%ý—AH<;ÌuìuCcAh®PÒŸPJ(A!ô•”du*YúÊV"`ëöå $³mðø*²×êœâ)¾g—öŽÕRY‰êœ ¬ÂŸ™]Á §Ã§+ª¨Ã¤¨+èÿ<©R4©U­b2[Á‚ ¢÷‘Ãù#e¥Eå›Àc¹WÙª&sY§enßé¹®¨á£²JüN»Jó¦éâ¹Â‡) ?‘ëÊд×ÕH‚`ôé·@ygrÜj?žÔ ]?ÚÔ*>?™ÔJI eü© 0͇gdÍ å#Ý…t]i)-4A–3–f%ëˆÖ¬“¸ØGPÒ¨*³`Œù^•;câ;0HòŠi¢¢úȹ@±þ*$·¤\ìJò›,ÏŒyHâÁt˜©,Ï,0$βrщ€«jÑó›œ:\3$9wzõ «š¤%s£òÖ‰äsÕ­3îçJSåŸÎ(îš-Ö)Ã¥U8Ê8`Jë0=ÜR(ý^ª%ïfºº¥oJN\¡tÚú¡¨»ŒÎñPÐýÞ.!T†“SWùejM;*ðËœî%ƒè‘ÌÚw…ôÕýõµqçT4ç4¸æÔÜ÷˜iïkŠÅB¢"*JØÿhôL5ø¥F”oÂñ²ê‰.½h6ƒÒÇoÙ$ÕÒ¿—ßÄ¥¬K¼´cYgˆöoü.‚l¤¼K‚´£Y§g—³öà;ª7AÑ„ÍÓá—øÉyEÓÁßÿªæû4EĿλ’á¶ùN‚f Ã^%G2[–ä¬3(øÑ†BŸ÷S>úÿ´ù/Î\ðøÄKÿ¿’þ ½ÅCU_LéÝ6ˆS˾ µ‡”/8Íïi.hŒPA¬Ì F¾óåûCì+Ö‹­LYȰÒpXY#™îT¯×ÅB´9õ¼¼¨þCXÂGþ‚/í¤Í8l~{Ø¿çl$X'ÙˆìÙå«:§˜Ñãí¤w/ǰÂÇL`ûˆñ*!r ú¬1sÕîÚ9K¨@1§ÌXÙXvN]›¾Wn"3÷$W›}ÚãN4%6e¶Kð+6ˆnÃÄ—c”’¡²ç|Nÿô7ùN6BþcïØŽÔeÞÒÞþˆóE˵uICØrðp…3z”ó§Pׯ‰o»‰ŠOyÔ —½\ÕUBðÀœšÃP,ÐÉÏ)M®zÞÌsщ}ì³Fõá7côA°ÓL•ÐÊœ¡oU/† 9gŸlpZɲqÚtÙŒ:ýÞá}Ó+û>Þ'F1鑟úæÖ-c–ÆT,A =™$ô{Û Nõœ,Ù<¹9í!rŒ×ë@‚áfóï(&!1šSí%íÅöÚ{«žN²Å7zôIšÞ+ëËÈÃbä?“_nAްƒ7>¨xE|]L²ùÖ#O7ÔÄ ðDÅ›×GŸZËØóNÚWw— r^ 8jÛY$Ýu…~ÁIŽU°Gnp“臓6Þ,¼¹ å›Gà:Þ¤Q|9ŸkmÔÝf)ù¤‡“'tè¤nü3CÌDCÊÅ5¼s3Òzÿíóß[Ra?{\·wæPR–bf³ò]æVF® ãOhg·–Ïplki­œÓiš‹çë²B5L&r­±â–üöšK]RIÅ5×,)7-¿€2%Þ8ëí®rlþä±=G£ot†ü`ÆÅ¦½µ–P^=oRH9s’>Ѳþx˰yùê=\]ÅžÏö­ ÛX¾Å|iù‘èæ}N ±[$ã¡ÔÙ 8 Y ñõµ7 n$b±;wnÒ'ͯFëfË;ïâû\–>©•rrz*“^ˆ´6¡-aÖÌ«ñ(Æ ô^¯°Ë•tZ¹ô¬çÞ„Ü»6WI›7ýjº=É„‘À%Ï?ÇäQô ø uH zöÿÆ£¹{›–H¶Âþݪ 'lõ4üw`N xîèC}ÛQê)b1‚_³ß8Èó÷£Y«§Õß›ÇC#*OL ýÜÑ4ßÍÕ®ðßqøÌ#÷,®·¢|¤ó_ïr„̾zZ\Ì|v\±™Ÿ~ZL×áËù|R¬¹ú}3Ì}â|áêæÀÓñÚŽó‚fñç¾Y«›‰eæ Í %¾XfÐÏŸügçíß‚MãcNq†l0vÍÌZóznbUG‰{|̯ 915¤ºù;›¼ýÈwSŠR܃ôXÛ7C FcG±{\ˆÉ\ Sžá©=_ŒŠz\Æú9Çj¥×Úƒïß”gîÁéEB]~mîÿQ¯ÂM3O®l |ÿñ%˜çÌë6‘L=oñîgéÕG±­c{ëóe¢±Ú°§ª¯ÀL=€æ/£–¦äƒ¡!-ÂZøÌêµ³ü@å:4¾ê8…FAGà/*ÀÁyyVº–6¶»Ô½V7wAúœÖ†áîÙtØã:kkâ÷¥+‰jŽ£ôƒ|—¥ß>›íû·#í<â§GkÛý˶¨Š™þ3.$ÝŸæ£ÎIÅ.í»bΑÎÄß2'¯‰«‘ÌžÖ†­öå{Ã=¸[×77î&Vã„éÅߎ|m¹ô˜â»ut/j]=N|âã|z¸Þ,Ю+èô²½ýµÜš?Ä?ÝPø9aa:„!¼m õ•)î;NðÓ¶­Ð-‡‰XCtN{Q^m­Gn…yç ÇïË¡„êêŸÇ.¤]W}Û1OŸÄB«vöƒ}#ÿþ¹¥SW÷Ý–Ç(]j Â]ë××X(lYÓhßÖŠø´ÒvŸ‰FœEó §mùˆ{œúÚŸnFtVud7õtFHEÕxHþÚsÄüj5üçaé—OèÑ'Oá¹uîW +­Á¶ûƒµF‘O¿oÌ7çÛH(êëë;ü®µ£.; ü/2`—X«­Áòe¯j¯Œ•J³W­mÖ§®Ìൌ{u«ŸÍÕÏ› ä= ƒ¥¾ñt®¯]{üù+7c5Òsÿ«yõóÞàù×dê¯Yõ‰ÝCž›¡7ûáþO?)W¸O‚O³´k­„ž>G¸ÿl§nN`æ[è¿´ÏÜ ‚l£ »|óEOu^:—}ƒ·iZíÞ°n0Ãá%Ã×[íÿË¿P™­=ôëBü¯?µqfÝ%ɾ]ì[æ`žÏ%­iÞÍ"Tîü_­L#÷ä‚Si¥¨Jž ‹­—à뵌Vpáæk”º´ÜJ2Z©¯‘·ÓJ‘¥ö¹÷(øyLÍ“³øB׆M0Ý­0ÿ¿öžÃ›”syí­²:Γ«[ÌçÚ®s6ð¬æs1ù4„Þª*ö”ÿzÄh>ÞQR´O…á:ší„j¶°¼¾ƒÒØæ•ˆW»< e ]‡m+š“AtAÎb7­áu‰^#lv@“-q‚áb·¾!a…+òö§DÜóÅ0Á‰"b€¼M³²tû¯®¯¾æ#i‡CfÈ4rë_¡¬øBñŸþåú 1†'ë¿?>HòY,;ÝV§l_v;'M¨=äýQîÿC=aõƒÏÇ;ÝCº]J&ƒ²qÇÍ,áïEZŸ½8½žŠÄ÷{×Û»“‘‘T! i~nzúnun Œ¤vSfèˆ7í'=—ö%×É@w¾ã›xm–Aß$PÛ@›Žœ˜× š'0%ä0»žÿ‹ÚÉ·Ö*ßÕûuŽMãî˺¯RÅÍ¢[,U•#$ "“!¶¾„YOüŸ?ÝSl¬™kÑô+¦†ÿnX?“³úÁ,°Øò5´váPÑg7Pø.œ¤ÁDT ›ÖêüA",Õÿš‹Âø±¡r¹úä´ú`)íøäìéÒùubÓ4ô|®‘(!oxú·Œ›^qè:$Óum°zÀ_ÓSzï¥CÄÆÔäJAعXVä«FfÞ{d”Æ Å­^~ï¹!ÓÆý1aoDxNzí¦¤>"ä°ëº0ÁÛü,#<7 ¦q'á¹´H’qi1¬ƒ8¤êbÿY\dª˜Ã\+æ¸'“8\UTtùÛ‡&ñ£uèÐNYè,rÀÇaK¹P'næ-¾5Ëmd`hdy<F&¢"딸]ðö§L@ðÅ`UIPñßr$P>ú=ÕÌÿDÒn^­ÚIÙ·Ùx‘uËN˜ôƒë ‹*¡!lÞ5á¼ëÈcÙJ~ŠIRϤ€³±oôh}~|Ba5_2˜F/¥Ü ¯´xöuO«aÚžk?ê"ö’>üQä¶6 ™­vùTK>ææ)Ñs±Á[ Âá>ot7 a¨.ém®Í¼](’Œhϵ[K8no»ÞxÀòáô]È›xÿ…2hòbåu}*¶19Ù¼]þüÌôÏ_šB¿TÃ/èÑ„X†_ÃÍÛêår¨›®¥…ªCï+DZ*Ý ˆ¯~õ™GYEòòÆgýåov„ñYØÕËþµ8€pú?tÇ_ž¥í].X¹<„Òþ=j=ؼ޵ÝW“¾4Ùµv·Üz­ü~ï•:÷S]£Ëì€ÏËí¬F±ý¿¤>Î+hUA²ú1 ­YÛ¦sH­Gó‡ùá34> >Å™©àO ž¥£„¿¹k¯ o´Ò5f+ Y, ‚ía°žJÄ¡ˆ_ržÆ t«75O+ߢe'E©¤»Jí’¤o ·œ>³Ë¥åŸzÉveç]4{ÇÂ߲囑ö›]çArH˜òß àO¸ÁlHòwÛÜâÛ7z»åáó¡–A²<¶M#{EôøB,þzÜ¥b 1yƒLñl+DïK¹‚xsc}Êžo#wNW¹€8¿·g(ü¿âP¿jëTžì«çió0+:§UÿŠ&ƒŠIÈ4¢éžªø÷p.7Ö-˜Nîi>Xèh4ú¿v©<¯þcaä/_=ñ ºýHjrô™}ô#Yíí¼À¿ôÜ6K¹êY:*-ÙOé¿}°š@(îÈ"~t ?º!Á®#£t¼MHT¾<.ÍÊŽ}1‹,沪¿2ÐŽ€Zþ>›bßyÀŽ9Ëbù#"Æù›=õ"Ûqeä0"tnèžìz2ü°ÿpîÑ$«çH_H¾ÿŒ³Ê”ï5i§ùì&¡û²¿g¨j“l,ð\YwÏ<%öá©ì·Eò—žôóžýl>÷žù‡§Ï,‡”z˜Ìÿ&™žYéñLü4ÂÁþ“´¹PeÅø¡Ar&²ùÚ%¾˜àu¼g¤¡g€Ì¯šÜ{oæß¯zenÞ¶‚þžHâO<óÊ,x¼³Ì®Žüó&a„ö¡Ã>ÜÍ™oq¹”ñ‹üªÿéWà̘ûŝަá¶§£áˆœˆ9°H‰ŒË\„TIÏ@µŒ±]ÓQž;#PÎßèñï=ó¨”6Iu=s¦îï¬\ÿÀfÊdŒÑq^ŒEG½ƒJ#Õ ‘c`ßßò£á ÕF¿+7FÁAéï@YÈ1•¢¾Àœ Âä( H?£ßRã×áÅàÂP¡ôK7–hMXÕ[¨Ø²f+²YŒ;¬õ-a>N+ÊØÍ[ (ãæ NÒ›Þú·€è—€(šƒªM¬ƒ3M5ƒÌMȃõ1šâcÌ:ìô->”u û÷éwô˜TFôÅø ŒèXïÖK/6Q*¼´½[l^‚¢èTØi(Ã1D°Ä-&/~Q´",-”êd‹ÓKX£{¥v¿…ìEŸËL££òz݆3Ž–ÃËÙb÷jC7Ç>ˆú »ÞB÷blÃ\Ãñ@ú½ ûµ…çÅÚ†½†{Štýög AÇÀQ†•oñ!Dƒ%1KµcaÍ[bIã–/x¢ó`c[$ö Ü.¼žÑ_a«[Ôî ü.|é´Ñé°á-"Äë;œ0¼îVÑ °Å-J×^~Ä ™èRØ·ôYôÀ²,Ë)¿|­)¡Œ²“›cïaµË‚1ö0ƒå6t0G0Ø1ï•t2÷ðs¢ËštèôñØñ Þ±sÊè>òãDË>é°éã~›×WæÅ†ü S¨«ÃÅFñ wPÖ¿¬C‡“c>æXþ\… É M!Ÿ¨CôñõŽ Þ—w¦ÀÏe :”¹²Q™å•”šC:øG‹Ë[”éäÈFz‰ÚûïoÜ_¢4¾Ä8¿H£Ž‚‘kÀèp‘s(ǘ×Ñ!òáeÝ:2lÔÇø¸ïøË¢¦èœxQ)°pcâåË4œ˜±(pS£†€»eçS¨N ‚˜8šQUÀÙ2øŽ‹ vîDÔð²ŒÓIºå…)À^>¹lpŠ Ã‹+Æçýþ–s –)îç¨`𔸓T Ò À=ZXÞ¬ìó”°“D Ê æ¯èùвoSÒN2~/ÄÔÑïû§ŽØüpÄñŠßi«Ëf§^qúá‰ã“È’•%O1ñû¡u`YÄÔË‹”Nq ûat`¯ÇœÊã—%L1ñ]¡†`IÅ”Èó”åMq ]¡‡`‹Ù§-KŸb=Ð A‘„û„¡˜­qPj·¨_Ö'/$ú´ 'È}P‰¤Ð>K¨ˆ9òM”z_·×ë%|nÜßýö[/Ú8©y1cý$[I^Ì¢€zŒ~ƒ­—mìTXF1µýB[¼¢Tiï\û2¼ˆÍ±Óâ]ûù¼¨Û¸©°‡{¯·¼$×^h½£ìKÝòbXCõÀ‰)ìçÚÊõâhZC÷Àfíõ’EóÀ|'ÑW¼5éE&JrŠUÝK‡ÓË›cKéÕ€1iô ŽÃ8Ç{%9a œ½üu0öº^ñçjÀ»}Ú÷mk˶g _+áw?ÊN$€?*¡¯k%¢ÁLVî·Ýj|®II¤€v4kÿ›­„`¸$J æhÇ~ß­v„¤(v >Ï;²¾eC_êdT^ߨ–yX²%fC´Q¿ëÖ/š.b>áõ½°‘MáÚÝlŒ_†$‰Ò¥ˆvRÚèêA”;iAt% ²ÔlÙ0p&ˆGë\^ñIåÓ‹×ɨ ûà ´ =LL ;c¯ jMR,Ã<øX— S™\ ÂD7ü±¢‚£‡Q“<Àà­"U!M˜.(KŽWa¬àË Ê0L€T°+˜g°œS[äVTUøgðTåV©Ái*¬3hªŠ Î, …ôö¨Hå${Ò (… ”äJó“ï`”—¨ðTˆÌ`À“¯äg2žF^0¡¼áÑåÁïGxíDù‘G”ÊÁÓ#ävœüx¯Ò5dY²À£#Ävìü¸´qY†fðò•7?þ(ð€§"Ü0Iá”óWŽð3‘™¤ÕÉ2Ô‚çG(ì¸2êä)Á©#,vMhËInò­Œàân;‘&ŒåäùF pÌ=­X •\Ã0xwsÉK,µHn’á|©‚äƒÔ2r3kG„öÄ}PÚ×€ŒàΩ=é‹Á I £6¸zD`Oì98± hÉè þ:"±'ut J3ÆÞQè0ºÄè˜Í¥¬¼'£ùòï#ãq¬x9÷GŽãøŽrš¬Çq!åÌ:´-LÇɹÀ?S%ÎßfBª¯U.ðpI}Ž\y×’Òå3ƒ^«JY Ìé´joÉp.ŸQªNU¥,æv[‰mIt®œ^qÂ1Åøœ<ôÁûY¤)Ò…e‰¦â[ø @Âr…&¦œ°[˜W°ÜS[åV?¨:ñ¯àiÊ­–SO¥9±¶¬ i*v~pfÙRØ’lØÒÙõØRùÙ’}ØÒ±>‚Ô>¦°Lrù˜ ßY.5UâÄÓ"²‚ñ+ùF~vúéè… 5ˆQ.?õþˆ×OTyBAùCùÔô¹§8uº–,뇬©Ñ#b?vqÜâ´IYÇÍSËGT~ÜâøÀÃrì©8'á€Å3fúNUñ ’Y¤ÕË}¨š?¢ðã*H¨—_,§œJ=bñè@[OòÿZ.1U|Äí'Ò±ž|*[Ž1sD/H+•B#—þaxj÷óŠéY?SKä~|8œºtB Aú²ò”MÕ>‹©xÊ·Ä  gyàTç‘Ô•ôËp4¶\{ªúHàJì9<±hUî9õõHâJêé((SÇöî/£C „×lh‹ E­£_¸¦0ÛhB«ŒêÄ]¿ô™ÚºC[ sS¾ôëAoŒ1ê0¦ø÷ê5ÖS Û¼D·ÄÛÇÛ¢*Ù+Ùâ ÙP Ù"³Ø²ØbUÙPTÙ®COŸ‘‹uûgêuïƒÍ¨_Œð‹1ºM ´w饛0eZ*Œ¿1c‰ÍMP29µÈ–š¸ÄäÆ/ŒV˜¤Ù_e+…,qº c&Oô7AïŸa>7•«ÔVJåöºgl0×–š³Äî&ÔŠn–¼oýz½„îÆØŠ¹šâÞÛj³ ýµ„çÆÚнšú«÷Ææ7ôÏÒ ]`lÏVZ¾Äw"€,‘Xܧeëm^;‘4|gã¶ÉƒŽ-‘œ°àv¦­Ãß ‡It£l&žõî†"¾ÝI‡É<#(ˆ¶ïò¼ÿŽà‘í¹¦•´wª³w¯9#ðdÒɶÈÉÏ}‘?­'ɪ¿aWQxÇõ(Ñ“¼Ù¶‹Hxn“|O¨‘I2ý¥»<ˆ¼;ŽG¡'ôÈäžþÍ]ZDú룀%%6Š—P86Ê<KmM‚ɱ-+J¨+° l#ôˆ•Ø– "´ŒÑFЫv+¼îKgÓ¼#²½øÀI ’Íøˆ”¤ÀÌú¨Jdzù@MŸñ‘ˆ—¡DçB˜¡@¬› bq!âS þÀM >@p zPœ~§BGA˜ R`˜ŽuRd, âå*p|šŽwRg"U`ˆsÒö£',M*1ä©UÐ!ðF½d‹"•{É$G Øû’³—@’þ%=ÿû—ìï ħS´®èB¿6h?ðL§«°>¡€plèø@ä8ôñ„ý íC¹j ƒ‘-¨q@ÔF’/*_Eƒ…è ¨f@ÐFœ/&_uœÁÈÔ> Éœ¯ÍIGJ¸<À`Ã×;BŸK82·kŒ6V­c0$r}Q iL3Öv£&,M Úp4¦.i=#a'h}€Æ†§1}I›Š0¶Ãë+ªFŘFÄ Êx½#è/ª^Ä8I„6€¶ÃàØ¦aN_O¸ú9€»Ãâܦ¹FJx ú=€²C Ò¤/!ü:ÀÞa>O Òì¢ß <Ý`ì0ž'Þi¾p¦K­ÀufpWpV6U Q§UÁ5:Àõ”p­pI\3—.|$³‚Ç$éŠQ=ëÉîÿ;NuôÌý‘ ;´&“Dެ^;þØ:µøÌù‘c;\þVÆ‘;¦WŠ å£+v8& uêC™ÞvRMÒ¯´…éˆFâí›ø *Âô…™#vØMÌÏ,¡ÙJ¿š©jÇ¿œ¦A¿šE=’fÇÚ$°§ÁÜ™é̤dÒ``R³aÒ"dRÕcÒägR÷aÒÆªPQ«Ð`¯Ps©Ð `ìÌ’)±ãiYN8Q¿aœ}Ú{ÁC¥‚Ç€‘%?ò~×GT,zœI9³|dz܇S,J[‹Ž53kdt؇ý™Q´&é3›G–÷¨|¸ÅÒdz°Gâ섟Eƒ›Þw¤rŸ?Ï\«žÎ(³vd~‡ ¢\ϸ˜E9’ºÇâ#з¦æÁø5ëÉé•à ®dôûSNh- ¦˜¸@Žò^'AÔÏIñæ§Žpqp•§ œ˜(â€åÓÔ{öXÁ9]J–¬ž`‘Q³=÷ ¼à¼.å VZ0þ¨òžíæ}v˜’4«˜gÔhÏõ÷>7L¹›UL;ª½çØFeC±¯pc#²W‡¼–ø\~cø=ʧ¢ˆÍñ{œOå[à÷˜‹Š.6ÏO¨ûò9a5zÙ´ÕßuôMØÁìÊ9Õì:$5jú/ XUŸtèõ س?)T»èXë‹’ÈÍW0Ô°}"%Ñœ¯²ù(®oÁž›T~¬{]ô )GV¨‚B7µFáæ|¶‹’Pµ©W¡¾ë'Üù\µ™5úXó%DzþâºÅ5Üúìó9jå²XÞb½×Á*÷J*SIúà”ôÞ8©Ñæh]W£ë¼š“uy)”OÄ­Œ×í¯!ÐgʤPL­Ò±­ñž rAÊ(PЬªÒySã<çç‚.”U 8Qu ã[¬O*Tj*ËUÑT£8gã‚™#ÏU™«Û>çã‚ö%ÓTñsÕ‚Žk¤ õ—’Y÷ aÝ®9CÊ/Å+r¿*t;k¤æ,]h¿”ŠËRWàéÞÏY?»élq%êj-Öš7sÎÇ8þ¹âÊÅÕX±ç ý!@‹ÊzÝÅÊ9ÍcRÿÂùõÊSÝÛŒ9ùc‚ëü Te‰î²9õc’ë‚ùo•ºg5øsÊÇD×öŠ+²”Δ+ «3+i­S7-9eÔά+€÷Î"+Å7eRÎ<+…Ür¿§˜­:ˆ)çUýóû½°ÈÅ«›Þ‡cù)vR+UÅÀÙý9x•µÓóp ?rj-å)!¸ŠxR½¢òì8yžE^ZåîQˆ_¸x‰‡,ë.\ÉÏV<Ã(RY8='õSï Y/xFÂʬ#»êbà×j‰)j¸–Ÿcv±Z`å¬8Þ)_É){È©ˆÅ)³Ê©ÀÁ)÷À©„Ô)#× b蔳àT|ªX:%·ôóìÀ_Ï;U®žýGòC—Ó(àW%LÉí¯¼BP‹UÓ+”§Ëá|WÆ!TR%%²Ú¬ÓYð×Wú!RÅϨYá8Ý »2¡)VüQM6… w !ø–o <œR‡Ûûq+²”k¨0š®… ]™Š§[*7T‹LQÂ5¯žÍ}Ά’guà”ÜâÊ#ÿ[Þ†òY5þ\ÞO:<ÿN+Ó§‡áDWªÄáÒò¥•?¦áÈϤšÑ­`UÕ0ew½ò@ÏêVܬ:› „‡^…?ƒ+8BA¦ªtJîxåû€ö'3B±§jsÊxú€ò'ãI!² Ûù¯ÒP<_k ¤Ñ–3EÊÖžŠ\y(ÑÛÁœÜh(ÕÛQ’\{(ùÜAWZCu(ïõà_å«È*"X¶=2ÄG#¸ ùMFÍ*_ämQŸ¾=â¢á_…N4+@ ¡É’™hãÂ7­áÎ_Ó?go­¢ySšèHÁ‹©!_E0›¯jWÀ« qÐð­B›ÍtlqXáu‡0±@œ‡+xAð4”«ˆf!ð¾ ~ ˆ ººÃKt{^tG@¼[¼y¼½h¼#ª’“’±’½ ’cß:„FC»Šl¶ÞeÿÀ׈tx‘Õ‹c‡Î¡×q (zÕkÇÏÑwrÀÈ}5œâÈÂKQ·sÀÈ i8:ð @LÆÝðò Ãv|—´q K¡É§C.¯Ø¸žÃ«¬1NGC^ˆÁ¸‹nsî¨íßOQ3d¹Ï;•oB=®å@Ö\¸ÜbÃ÷‚2.wð2ë•C¯2ÄvÜûÕ7Sl°Èa’×â;\õ®fnÇÍ—á78 ð-nï]³óàû ‘·8 ñ- †IÚÑð¥CXÇß¼º, îí²³äk€ˆŒ›P_–ÜÃÂì¤ùJ!@ô·¸u_¬5ë¸\~c»þ05ÁXÈð·)6![Èñ·]7Á_Ⱥ¶ù¶LX‡o–ym¯Þáæ¼PÊÕµ_–m¥2+ù 3´ãh”s³ÎÿÜ5XÖi¥0+þÜ߸í†j–•jW¾dê&hV˜úLòþËÆÂiŸ‡w—ÑÝWÁîÂDË,noZ_­=Ó½Yãçea73áDM‡ÕÆ×n¡­(«¿:¡5nF©h& 8“XE“”A“hf“¤J“x{“´}“(“Ä“8“Ôùe·ÀVŒÕ¬_ƒ7¿¡áËnâ«¥Ô0(ʲÜÉÛ€D6õž£2r¢@,Q@ÝŸf?ܸ»Œy¢@(yv öճ˯N4H% ‹û'íMNÂ:ÁdÉËÌnxÙCMcË$'j$ýõö—Kþ'!(ë_¡fËî'Y냧·ÐÐå𓈛¡`©ƒæ„eÆÝòÐ"©Þ;íÆêe“ªÐ®·cí$ÏÔCòµÀ¬ÿóþE›ÿZˆÊ׌Õ÷ƒV/³v÷µŒ¯Y«ƒ¿n¼BÛÃ×"N_‚%ö}Ú×tOÉ‹$z‹÷´¼«ÛÖLN©K8¶¸½ÈÚÕ×ìO±s:‡,=¼DÚÍÖÜOñó:‡×i¼ðÛ•×lO1o³C‡¤-½xÚÖ\OqosC‡¿J{Ѷk¯9ÖƒQ‚P<÷܃ˆ<Ç ƒ%6úV/ 7¢÷Šƒ7â÷׃7bn÷¾yv£žõçí…ßëuÑZÜŽ!ÂL¤Á<Ãy‡’{µ°—VüƒZ}˜tvÃÑ¡+Â:L”¶wqñž­›”vbñÀöÙžYHç¦ïþ<¿¾êF*…‰ìQž§Þ+tcnf{‰š!¸î Ã\»q7sµw²î°6KÎ`{çÅ÷Üaì›9Ú»r4;Ö4Ûº4»Þ%[ª%;Î%Û&%»Á–[Š–;ö–Û–»þÝ”›Åg½·{¡çßî¥Ã¬ºiK'o1¯e#^ÊäÓöáï'œ÷ß„±ÈdÒ¦ #lc"e2J´ªoîý"Ðe²J"|ïƒÃHeJ­`<{Í÷Š6˜¥ý<ûyçí>Ï1Ój°á`áz/AÝS² óÜ9/¼çz4Œ ì)Þì=Û <ï¼—z´Œ í)•ÑîáŸß?Z?"³e†hµ¬÷oŸp"se†K±ï°Ÿ#!=}Vû ç‹÷”šO¤‘…ÏÆrÿìüöãQþ‰ào~dŸÌ~éù{²Gõ'’¿‘ý=û›çg÷øÊOD!<{H½täh”½LKX½ZPÀM´×K*4Ö^/s4‘^ ÄKI4ž^36ú;3šÕûì-ÖlÒÇ8~à;CñwÌý8, âûÌ—Lú¤Ñqì@Ž€ä™Wã(€ù/¹Bq*ôj™°¿Ä‘¿OÓ1‘ìĆÃé-蘸qJ@[z]'A’̉8R úûœ)S'Æ’ÌX»÷Å`†2quœÐñ}2˜ÝdU窱,ª> ÕœU¯ Õô-ªáªåKT]0ª‰ªÁªÅ‹Y@*Îèù>}Ê舵ûO0žW‡œ ‡4 gÝçe ~B¬„YÇ×gl]Äk™O§AÌ‚™÷ºOߺ€×"Ÿ~œØ³9N¬ÏܺÌSzmcÖ:2aeœfŸƒu2Ô`‰ÅìYÞã,ú<¬Ó¡FK¬'dxŒ8y`·—±(IæpQŸêv¶—©(cÉ$æaòv´—n“9i=À(εÏ;ÞëMóé) 0.´/|; ¡Ä$IZÐŽsìóÝŽCè1w‘n<ãûB·cºwLa¤Xh²‚ ¥i%ÁÄÖ&-D\¾9‘P+(O«ú‘Z(Mkú‘I)hO«_‘ªƒ¤mT§8™+#SÈérIP}l‚Ÿ µnzbÎàÛÆ$rCùAÿÆxr–ødM>½B×Äiw>¥:ÆÛAÑÆc«2J¦|cÆ’±q!HsÐÁÆ·1nIϹ•tä>ÈÄgâÆZú5ˆg£Ü˜µdrÂP•d1(H@LO@J@@ÂG@†™Aü:ƒôU‰Xš.1³.)‰.‰.Ygâú vcÞ’Ù ã ÉïD¸M¤÷»|z i:HyÐvÇû<6HO’¹„ôÈqÐw'¸Q¶‹Î’˜'1ocÇ༠Ȣ‹~ƒØ3ñë ÄŽÅyIU41mbú ëΛsÈy}7±UbàȎÙyñå#]±Lbé Œ“©Û”¡‘ùÙ.÷„)ÙŽÇ„cT×'³ˆ™lÔÀ'kôÍEfW%afº¾ÞEŽšj„žó¨;#šŠ}¥lM‘¾å':ƒlvU9=ûׯŸâT *uj ô->ÑÇ©nëÅê¿IÊþPaª×¢o–”q¬â_iüZëë|ÞN%º^ôœŽ “P.a%‹Þ›Èœ¹ ý—lSÕÏ•Âzf¯UÕrWT_ë…ÖÄÌé3ùçv¨Ôè½ÖDfV‰fV2kô1˜Õ>0+Ù0kí0Ë2«f2+ê1kÎTzèÖ$̽9f¾Î}P ¯ŒÐ똳¢ ³WA©”›yë Ô§`ÁÍSR̨8g šR0¦æ ©îVbÎ(8g š0hæT©ÎV¾šÑpÎ4+`œÈ9P5™ sŽjÑùžKªš\ɬ—Ö¢oʲ¯6VI2£æœÓbjÊø9ç¢Â&Ä9¦Ew…É=·UŬÒ}&À9¡åÍ ó¯Ü•ÐÊð™ø;?q¦}õ„JÆ]x¾Ÿ¹8}q¶–ju¥ÀŒ ¼ÈÏ’Ì­BV©>cOò3è`±ÈóP©4›q‡§ùu°®çѨàW*ÏØÂŸý‹Tž¥ O¥ÑŒ+<õÊ0„õ[ž´ m¥öŒc²]Œ[¶»]–G¡½Ä2Ã.UoÕà4U#Õðy,±h`´¨¯¦hn.R/±ósôz'Ä7¼­Û\†»øçå1’}5°¹ ^ní½˜~=‹QžëˆµOýb6ã>[{.×b®íž¸…˜aZÖsü~P{TÝ3‘Œ¦î+´'®é{°ˆä™píú¸¶§®jefíøÀZ±_ü/(y@z endstream endobj 726 0 obj << /D [724 0 R /XYZ 56.693 815.761 null] >> endobj 203 0 obj << /D [724 0 R /XYZ 56.693 759.068 null] >> endobj 727 0 obj << /D [724 0 R /XYZ 56.693 739.087 null] >> endobj 396 0 obj << /D [724 0 R /XYZ 56.693 390.367 null] >> endobj 728 0 obj << /D [724 0 R /XYZ 56.693 370.496 null] >> endobj 723 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im37 714 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 733 0 obj << /Length 427 /Filter /FlateDecode >> stream xÚ¥RËnÛ0¼ó+öVùÀõòM[´  E‹êfç`ÈJ`@¶ÙB~¿$%¹rb @zÑ®ö9;‚' ¸e_J¶¼1ƒ•ÊG°­/*åVÅ÷Í¡¯›—†Šþ´kvÇÍ©î»!°­Û|jSî|(ïã.c†9U{Xɧ¾Ûœvíá²ÿÇ&µ÷Gþ¹JÉc‘ ð™U ™vPÀ 7bS6¶;_,£UêcßJöÌDÜO ÀX´A -I¨ölõ@°¹ˆuðð’+÷`¡T6ú üf¿$ÑYriš­ ²#$ŒGÛŒcj„DTüìÖʈÇôéêCUÔÚÌfôšs¨[H*ÚS[µ)6öžÇ_œnAK‰ZäÓŸ¡UFç‚™›SžTþÑÎOÁåÝ^yøÚF6Þò1­áã>[”¹rr&,IÒÑÕ‹üHÖ5F¢FF’®Î¡î*¯ÔË%¡pÑôJ ;nF-¸(YåH*™ îÜÊâö\öo\@ôT†éiL¡Äh-¥¼ÿ>âʾѯ&$>"ß¿z;çé endstream endobj 732 0 obj << /Type /Page /Contents 733 0 R /Resources 731 0 R /MediaBox [0 0 595.276 841.89] /Parent 737 0 R >> endobj 722 0 obj << /Type /XObject /Subtype /Image /Width 803 /Height 478 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 738 0 R /Length 28487 /Filter /FlateDecode >> stream xÚìxGÇZ Ô½ôpŠŠ–B©ÑÒ¯PÁBp/œ!1âFÜÝsqq¿¸»Û]\‰Ü7»{IΓÐBòþŸßÓæfß™ygv÷ŸÝÍA"@ @ @ @ @ @ @  I‹L^ŽÅúóÜ“](nñt€‰ò?ȶË"ö¥çW ð:"ë-m›9DP0QË)º1z^‹pY:>%¯)í²n$ W3DP0ªÒ_Y¯QòZÄçÞÅhº¤Þ»zùÊ_ËÿýcÑ…_çœûiÆÕ]ß˨YqG¼Beº¦œ’¢KÞP¢0Œª ŠD Èh!G4o¿–ky±¢î’.zýú™Ÿš^ü>_ï@…Í…Z'‘:çk©ú§îoûêüæJ–á(LÍ-WÃ=Ÿ£.ö»b˜¦ì. JöCÏ^eµ ¤F+e÷kö¨\Ý-회·JDuU'¶¡·­Þ]ßë_ËLžÁ¯ªÖ‡Ÿ4a=¯–÷zè:´Šî7$±dP¥*ö¥QÍ&x–aʾºSŒ°˜Ë9Õ@1‹TyW<Û®)Wå˺í4[-#Ï¢ž£~vG8Ÿ¶È±$¸PÏÜdžt”‚Ûì¤7òZêpÄÀ‘´N'Œ–žo)œ]ÚYßÚáÄGIóDÍgÊÉ.ÌÂh¡ŠýŒžÑRs/`åÂæùÕR½q:½QjŒ8j½>§>¥ÉmðÏôZù¥>g¿èŠÕ5•8¦¡$ñçÎ]WdÍ9ªÀø„’y[Îóiv…fª»³²¸ÔÅÁï¸\Œ<…g­|Eßåí F{E‘™±÷Yý e7Tž'¥â*ÕF4ÓÕÞÙÞYo®ìqUgðë²U«Ñzà2„Zné×¥½,jð:1a'EÈR T¬ƒhæÔáVÓ\Ñýº}þ°º¡êw\:2­UoóФ\²Îà íÃ*¦”áÙ.òðØ/Îj´òF&Îñ'…E¶ãû(£ž“Ž£ü§N ëdªÂACFÊ&ƒ0ZÄ›í2¶©Á‰åÔ<º¤‹¸~@ó*[4\Ó¥­’Q a´PÅþFFÏh©º°róÜÉ€'‡¹>Œ ç^·óõO–…œŸ{u–ý¢¯Ìt>9«Ôð`²¸Ð®ßOßSç¨ ãJúµ>W€ÔÓ3`¸*é$+¹fˆªùw܉ßïÚùÐïžC¾ªkÚuyÏ[ÚîÚî¸çzJ‹Š,™ªkÊÉ߬n¦ƒÛn,ÞþŒŸ`l×¼Z¦d‹?õ³Ãn¡Ü§œîvM¿ùÄãÐ{fð}ÊI;MXS9RzÂí±Zw)Æ"?À·)·|yÓÐxSvû$}oÚås¦Å9õ¦²û¾»XÀAv£Å¿Yž)íÍ÷÷zBU°b3Z×ls$Ô=ößÇA}ö1ÏVq+PqŠÆJœ/Yå¡~Êh»b’‘2ŽqÂRQ™ ÂÃà·Å‚¤\r$5½E]2½žÅÞ’<ÆrGë”y¿¦d)CËž(-ÊE¯†¾Ñî£ãrΠœÒHutЇØao<ÂÿfYm¯bÄy%?d«ŠkÚ0¯%á,$éÜÿmÑ C1„ÑBû=£¥LÉgEÆ(àŸµEéõz\jUý&Jd®ü–w¯˜,þË4s¡ÙV—Ö‡È祈0¾tjßNá 2ÖTŽê0>qMésôp?d-v‰{k¦âOþº*K{^R R +˦uv·»J•Ÿøœ}ì&æUœÛ„Ù²ÞÖ†(¿Ór‘¨§˜×ú~Õ*I¹ñvɸ«1ä–Ón(%ÑÊšº'ØÛÖzV!JÆ5_Ù%ó¶å¶k~F=ÞRïóÒ¤˜ËJWdx5åš'càwÎ$=¾æy/n-ªÊ 4ýnØæ äÄ1áÜc?½xz]ÐÐÅ`-Ï{Žé7x7Ë;¥¸:B-)GÕXŒ–Ûy%oñ0Zm{/aoëËK- <ÎD²¸)ÊY·K¾¸Å«¤ž“òïó0}jʽ%åÃb®œö³-ã¾MIGˆšçijR¾ÍX›¥•XžçD‰‘#Ë#íÑç î¤ó)“Ôë2îbžEÙ X­ž–†˜ ð ƒ%œLñ¦ Æ)í˜F‹xÛêÆÓâ2WIùôÄü>Ó%é‚6I[¥¢Âh¡ŠýŒžÑRrÍãàöµwÿø²ÉálªØòóÞ·¼òK°ÂqÅÃk¯}?U}÷,» BLLtÎ\º¸ië_ÜÕ`â’z•ÅhQM”zêzØ´ ¿ØÕëɹðN=í½ŒÖ¢Î÷#Zˆ’ÆÆNâ²XìwT5òdp{;½±^[,óÈeðàaµÜÛÝÞżŒç¹{ i¥ˆ«Pn7ö]Ú{Ðõ»-%DHÜ•wSʡ²1éøçÞ–ærzûó®ZuÏ[ö¹} ɸ-릚ÝÝ÷´«—Ù2f´®>¡ðnV-ù ¯”ö¶âî®5Pr<Èb´.(¸Þ‰iëíê¬kho%š^ñä±Û¡wäzF…Âb´üúVO+–Ûê´[²þ¬Fk‹Ÿ9i-, )Á`’+käuܲóÜõYw5ÒÊñÎ[(R.Ûä*¹äHðJûáA:é|TÖM,²¥¯óÿ-©‘§dBNð›bpá!uÆ!²öY„ÑRw/$x`/$ᜄ[,òZB’Ψ°?€0Z¨b#£g´Ð¾¸¹~ñÂéoß»ùÃt—»[C%¶i^¥}xÝÑå“,özùèß¹qî!Î É1¿lý‹guoØ'ÿ+5`´ößuzòÌ"·Ïˤ$Ý…®’Ž;Dmw=ô8*Ÿƒ_]´vÞ±;j\„Ýóh+¼/áy”%x×}§}bn‡‡<¬–wˆºÊ¥â—äòø3’~Gdc3{‰‡tGDív¢!( ñmŠrH-³†ð ª»îÚïºç~Ã*S¦/!2–¡‡Ÿ$—àã²vÛs×î~Q Óh¹ðŽŸ¨”V‡„¨&uà'MToÀhýk–tEÊ~ç=ÇcrçT£c°— ºÂôœö²¸£ÓJlîèðÀ&ÇÝ÷öK‡<°‰;Áj´ÞÑr:¡)į)IÏÃ<2vGÖ~à"¤"¥ìS®Hzèã/W•x{xè®WŠý\éX‘*m)Ävåà#ƒtÒqŸ\B.n=S\<÷‰ÚŸ´(Æ»Õb¯êtï{8e0Ž‘Ã]«¥¹©œUbŸÑBŽ ù.TÈZ U‘cù8zFë±}OÄ´Ü®|+Õ誗Èá§Ö}|cýÛR»–J‹^ÌHÑÒÕÜ+tô·¿¶ñ«ã »¤KR¬Ï¹Tä'¬vœåR~Ü0CÒÀû°aY'pšÚ#Êaö`)Ãa½eaeÊigܳÔeŠH¸"jõV+HQD¬Ð 2Äõ4å&,åO¡3ßû/ÏÎÑÕ¡UO”îKˆ”×£rlW=•%<®ø±¼ ïÈ¿YkV™Ü)­öÙ/îïDøØ‚ºv¦Ñ¢œõ ­m`k¤—jì´‡ÅRd5Z¾,FËõ¬I¶#›¸ã|ŒÖq½!¾MžâÊÀaqg‰ôėô<¨’^‰N[ÎnÇ»ã¶ÕXD{‰””×Íþ ³¤]Ò’ÍÝñê¤ãa£r¬VO•œ”ûu‹øø½LWÖþ³M±”ßISã§Âh=²ËD\׉êtˆ¼VË£C´‰ˆ!ŒªØßÈè-b<9ºîƒ`Õ31Oÿu•’9|úàßo_ pIIÿcÛöãwÕ¥mÓT€ñƒm"‡Ñêno+Î/²µò–‹·Še3Zé’ý>„Ñ™åÒG`Â5ÿ£/%XXÉí„~ݭϼ&îr˜é‹ªä¥ÜE¬Ð 2êyòmJ=ìžYØÑGþš!å¥LÏÔaávB7UOˆ¤~_7zkžHQ®è±-ÍÚðH)2Zå})'åôö'-Ç£¦åø}®¦ ¯‡´Äv¦ÑÚ+‘Ž¿Öå«ír\‘ãŽVd¾kO-—ÓÆéÒ¶ÒÖ±|Œ–ãqÝÈ£|› 3ç΀§‡Ñºï|'ª‡©dôP­(G•ú2Ì’v säîé$ÓžáFëšy܀ѲuÝ+ÎgŠ%ƒî™ š2Çô„Ÿ¦$ŸÝæ™v%I·±¼n‡ÑN¼\Õ[{JÒû0wÚeü„ëä>æ³×îg¶G‡Žj.øM±dÀ Sã%¦Ñ’°JG\P}PFÜÂÑŽ@ô½ƒ¬5õ¬R Š!ŒªØßÈè-ÂþqsVÒìðñãÎ6:*Ò×lŒURâüS“#‘˲v´1µ6‹¥Fý¾m»ðm~Õ`\aM½(9`´+&H°nµd»JÓO“²I¹.Ky”Я£§o¹ØÃãˆZÄË f¿ û_”¡È$vô=ëÆÞP¯ËyèÊ»)EßÃZØ»RÍ-´6âIE€÷jßÀSnÈQ¤âúêv=oëîÞý¿ª'IòJ)n´¨VÔ³^&eFë°^a3þ¡µ–žQÔÐØ÷èð´«Tbgß÷™u1ÿVsGÁ¥Ü4 ™÷Å:ÚžwwTÊJ³=Q=(áiZɬšdïvD’OSâî‡É@†¸®×Q“R|œõF »8íEܳ?éP‹÷ ÞPÁõä#ži¤“G¤)bQ­}7O™ÿoËŒ>- ÌoŠÅ)ƒvÆ+Ê®y„Ñzh™†¸©{Q-äøc¯3ŠDÉ­ˆ³Šþ,ãM}³¯ëÆ¢Âh¡ŠýŒžÑ’´NçÉëvï>szëöýù»´¬rY²Jò[vìܲsÏæ¶oÙ¹—_]oXQ/°­xqÖ­FK/¯^Ú]Ò§8·‘y¥lo¨ qñ?­ör‚*²ÞÑ ¼cî‘Ç#¿’¼&â¦Q7­ ý¶¬ï)^MRò;­—‘DcþÁ £½99"úŠLðKÖœÄ_öhÑÙÒœ—žzG>øŽŸjR%x¥­ÃJ (¥â~‡ÔÒK™FËõ¤¼û·¢œ¾Fª./·Ôö¾ sú±¿~½Ž¹¥»¹®ž~^9æiØqùpJ~+á4:hÅ*Šl¯®©žT*mïb<7p>¦ͳ©sò>§É@ò5Wù,|{YüÉÐûVx¹Yø‘GQ©xq©×刳Üi—ñØÉc:ñ¥Ý%|Kò›ñZM‰¡QÿJûÝ4‹á;Åân'2§¨Rò £uß<…àšnÌYå h~%„ÑBû=£%n•Æ3’¦B·TÑ·U?ŽŒú/ú•œ7¸¢ì& .Œ7,Î?ÄíUŒ{ȽÕ"ú˜(ö-‘º),U¯©xzÀü;µ](Ç4¾¼àÔ{š,àAÀmK¢“TT«ïû?÷JÞ²äÛ”˜~ Xß?9tÏYèIø îœ$^SFu™OÓvÝw>ô8ø¶…ÀòJé>¥x±¾Â‡†°*.çSÅ­’oª4²ã®Ã> Ïó†©X¤yÜE9Êž»ÄS<ûÝb®BJÑ÷‰L#OK9í"ö+æ}Å”3‡b†¡Ç%wÞ±?F¤”OSCÈ@òÕÇøØ%BE-YÊMÃà­íW!&…GÚí¤¸eÒuïƒD-Q!ž½óŸâ!MŒGÔÜ ˆTZÔ4yˆÿ¨4ªØßÈè­‡–©ƒrW?ò—­ Ÿ‡Rà% ŒßÔ:£vË(qPPöÜ’*ö72zFKÌ"àõEÖ![Ñ{Skˆ `T…µ…Ñ3ZÌS^k”)ùZ^ÅCÿ7w8Z-£uß,`"3FëÊ¥ _0A¾hÄö·ê´Z€‰LJŒ-0Z`´Àh€Ñ£F Œ0f ˆL¹(k÷ÏU½‰ÆŽkhàhø°ÀhÑFÿˆäC÷Ì5œ“"J£*&eš.høf¿X `´Àh#ÎYû'6Tó R³À’‰ þy[X `´^Ìhe¦§º¹8ZšÂÚÜ­´*`aÀ´Br"9»®ëkzh{MX4Ü P`yŒý£x -Ô+G;ë‚¼æ¦ÆÖÖ@+­';k{k X0­HÊÉžz´ÜïiP&2( °<ÆüQl#Øk½£åæìžšTYQ¬ Uáâ`y€i…äˆý·ôz'¼P`%Œý£¹š±f´¬ÌŒËJŠÊËJ€•Ò’"´6 0­qøŽ^O÷DJ¬„×â(kFËÒÔ¨¬´¸µÓ É„EõÓèšØBI€•ðZÅcÐh!ÜÀÚ€i…ä'îFëùD%VÂkqA£UR\ÜÀÚ€i…ägÄô»Ÿ?ÞÙùúÑVê~wßþG1ÿ¹)”X ¯ÅQ<VqQpk¦’\×Ç|VGǨÐ^—ââ^Þ67%K-&½À—þŸ›BI€•ðZÅcÐhæYÁ qy#9(Hö”¿pê¡GÖ+ÉÕ+b$ׯx]£M^ŒÙ¿ÿl»íž56§uÜÉáÇeIÌhut´³SEÙûiÿåfòûsÖí¼n]ÕÆ6õ—ɤ//…×·âPhJ’ÄŒ–í?7…’+áå_@³ü•®‹Èz¥å ý(ƒF«° oDÈO´»¹þmÒû¿)„f%iž²ûV|úÖ“·WßòËâ9ÖÉ ‘ZFšüƒ~ ú9ÝþÐǤØeŒh®†G~j¸£¡k\^I¦Û¥ES?Ú¢›;b£©µ1žÆh“í{séÝí–é#´ðFpZGî•<.ÖüøKŽˆ´>f³ÚÚØh-³üDš}ÆÄ+ À×Ý^WüÐ×o’H߈ÅÐ9#CÇŒÖŰºaÕ" ‰˜ÑÚï]ûŸ›BICËcÖÿ˜¼€&ZlŸôÕÍ€ìaÅcÐhäçr‘`ü÷Ç¿§¼;så–3Šî y<"ûÈ ‘Ûðî'?_·ŠÉê+L÷úwé­•§íì­ÌmŸeäñ‹óä<Ã׉^2ú9ÝéĤ/Ž9e¼xkÿ9éÎ'9ú óÏÊïÏY&æØ¨y­ X/—,Ühm³HãXxø‚$­SO`™îDíïH¤E÷‚2 òâ4בHK<ËÚ´ Œ]¸WòX[óDrØÅ<L¤äÜ|¬ßÙÑÑÖÚÊFK©2ZËÒ™%-y?N&}qî½¹ÔûîŸ+Èïà {ëë«¡tÐTâ/wðÛS°ß°æý|V'ºº¯H û—<Þ¢qõ‚±M¥ GÖÏœŠÿª6§nF£€øúD‰E˜Ñª!ê6xHìþæãIxد"ÖؾZjtNnøò-¬Ái_¬¿Bã)JÂP–Ç»­Ó^ÆÉaä×ÿ˾€áàÊO4üëÒbQÿœüìw¡ïç¼Ë¼}:{í®‡Þi¼â1h´òs³9ɉÑ@Ã'V1·¶µ2Ö“Ù¹è t"qOæÌ$+=*,%‹¥$+DæÒ”MzIƒFŽ}²‚%¿F @K¦Ÿè¢)‹Eý²_¼ÁÿœTb­:¦æ¨y¬ X/™ ïó‘Ñ2OåXxø‚$­SKȦjaFK4 9MKî?Ëδò‰]†¾’_횟yXÕÌÂÚŠ‰½glÎKÎ]YÂhµ°ÑRÒg´˜%­e¶¼EúHȯ¶1õÉri™ˆ±›·ÅÆ)º¼¥µ6úþòI¤OþwG×ÑÕZíüÚi¤·šÑ„*ÒB‘Ñúx¿QhLtlLLJ2eüƒ[kcľ™DúpÓUu[ ÅÑDË2©¶M@|=7Z^5XÝê°›‹Ho.;¡êàgÿäÀéë‡ñô†$é¯Io,¿¤çìfnæ›ßÄ1R”„!,KG¿„\8w å:øÁ•• ÷ûÛ¤¥Ósãtþ~Dúbó¥GúšÊ/9©Îç7V^N'ÙÑß’H‹ïg2KrÂå¿›LúLÈ.-+ÚòÒ¯_1o~ÊÂSi( 3ÜìúÖ¥b¿#LŸµñ´V`Vèÿ`ñ@O¦o5Næ9ô6³" ­ÿê³é“ðЩ_®;ªì—ÞßíÌh»û»VÏÀ+™>{«\`¿v²½e¬ù| Þʧ«ÏÙ§r'!-@ëô³ñN}°`ÕÒ·I“7ê$b›âMw.ßeß·Sîö3bõv|LúpûÓˆ, Lã÷'Í?眔™Ç¯?<;ŸâˆNžŸ ãÙ@Põ‚N Ùèg|S¿æüëžg{êï†IÌÖ¢lD·¯üìM|/ë…d]“³ñrÁ d‡ÇÚ€…‘i|rã¢Ïß&:ÿþüŸN){¦f÷ïˆOÚL%Ï1ö“î…­ÌR8^ff´¾UÏNÐDFk¡¨÷4 cZ±L~·à³·‰L¾·èO‰«»Ö’±þMú`鶇îÄ2~±ùsÞ{“±Ïo|²b—$scfÍ÷Áÿ0ɹ/oÐÙÑÞÚÚÌFK±92ZËd’huu5ÅYÑŽr{f’Hp)iiLUXNšöKU_pK¹Ã¶wH_œñ­&JšóLÿ74ór8­¹•ò/öèðmÁĦgýªYz"¨ñúd´ÞÛï‰6µ”Úþ9´\.¹«tÙó.iáƒØŠà3_>ÜçPÔÌ1@vP†¼ü  fIN¬Ö/SHì¶LÉðî’‹N)™YiéSb³³©Nçæ“ÞXt@BÏÆêéƒmdt¶¿æ‘œ‹G¾ñ¸›«»›«÷3ªàÈ¡·IZrFÕÐÈDWþÊ/‘H_]óLÁ;™è~uÉ$Òûߟ’Ô62ÔSz¤á“˜Ë§ ô[ÍKŽÉ™;8Ú©¨Z†eqf ÖêÈ éÓß.+é(Ýܹø ´NžR9sŧŸ™Q†»?!}¸M72%Bõ÷÷'uÉ™*(žg瓎c+ß>•ØW‚ZùKŰ®â›>ü牖[Šdrž™©› ñT¸]^<‰ôÑOeõ 5%…¾™Jšö£L VQP9á±6`aôíHYßÐH[æê–Y$ÒÛ¿Êe N»€©ä1F–Ý¥y^ÇŒ–i2g7%0£¥—5Pýr¸ð®_*÷4 cZ™<«flj¦ópß\ÌmýxVZÛÈ@[ô/tHÌ»DIá5±±µÐÛ1›DšÙ-ý•¯ùEwüRÒ²2˜ä›øæã19âŠíí-ÍÍl4›od¿ä|ü­°zxecsK=n´þv©ì ¦E\ŸKš¾Í¹¢¯zC–Æ´ˆµ³B.!£uáY킹6 Ö8=A­}žÕXص9\WÉyW×RU· ±¿³l»ˆ†gzmS3çHqP†¼‰Wç3l„?'}.Ôׇè§ÈÒ,¹‡ –sÖÃÌ©øô€)³µ” ¥§’¾vH` ãH wx¬ ¿08˜‘ì÷hÝ›$ò §i0•\cd#‘"2ôî_†ñœÝÀ$i­bdê@a´*:g}uÛ‹Ú7Mw|“‡5­x<{¢5žJšÍ=Q Ü*i™xpÊ‹æ{°Ü+™½cªßM&­– O}ÕkžMx’‰Öxæã29ÒÊ„Ñjb£©3Zs/Z‡„E%g—7ôoªOé3ZÌÜäLßæRÞW½>[c5‰´F+»Åh L aß4XãôxÜhyT£°p‘Ù¤7~P Š‹í#.9Y04–êTwµ+[ç½A"͸2Ò’Bå׿9y•t`þ1Á_ùà²i$ÒäßîüWÉîY Ÿ½M£•žšÌIJˆ2Çð?\¾[Ü.&99=Éó.–s˜¾`ªÃI2×~ßÛf÷"ãÌö}D"Ÿ²§bUNÍDî^'’u |Û‰§ˆýôú5sÑïÇ%|R83@µ?A&Mý]¯¯µ$|lЈæã×>¶51Rg;úõƒô¥°mÜ ñá¼:Ÿo­ü#Ö ÄÇ(m|å{§poJe›®T$J,#‘–K&¦óO ÷2à±6&üÂàf¢ÿäxVÈ' J»€©ä#T׫¸ÑŠãìÓhE°ô0J3Z·<˜Ó´è¶oÒp¦•ˆgïÕNø Ò'­bðÈ(“¿ßE'e7ê‹æ{°Ü+95.@ãÜÿ¾þâíÉ$Ò”w°_—= J~Õk~¦º¹¥ŽshBRÿޏóq™YUd´ÚZšÙh*ÄŒÖr¹ÔúFÎMõɸÑr®ì+i.±ùk:iÆYßj¢¤1×|ëtÒ—çCj[h‘¢óIô¬Bps‘ÅÿÞB›|ªXv'¨qzf´öº£MÍEæ¿¿EúTؽ¢‰«ÃLj’äV¢ÉRI§soEI|yغF&%ØÙ@À±nâyââUÈÿÔ7œ^Ðtƒ+9@vío¬•N¨’ïo£týð³ß MšýÏ#ïxÞGñ˜4ZIœôßÂÒÎÞÁ+0"¥S’žó§1}%Tûã_’&+fáæê܇‹WPtÚKˆŒ³8ü)iÆq*^ÍìfÝÖðmc´¯¡ØñŸg¡ß_¾Ø¦œÄ–ª¾Nú[KòÆ×‰z4{¢¶n.<‹DBÍyÄ$,M`|¯Î§ÇÛœ˜Aúx¿yñ1J _ù^Ø\0 «^óBtž¥5jvŒ/“ ¤¦óO ÷2à±6&üÂà&5@ ¿†Q¥]ÀTr‘ ª n´ â8Ê“ý}C\dû ©ÁÒËI¤%b¾Tã4œi%âÙûƒêãý–Ñxd”ÙŽ÷Is.P^4܃åZÉIî"‹Ñû箎•½‹½Îµå“˜Ã|µkžO2yæã29 êØ­æ¦&6‹Ì0£%ŸZ×Ĺ©.E¿£U1PXzåáó­÷ ]Üì5/~÷6iÚ&5TµSâ°ímÒÛ?Þ1v¡ØhÚ¤ÒW^Y@"}ü«ˆº ÅÝÕÆ@—’U' ¾![ç;iÖ1ý°ÂºÆŠ€ç“HütIÙÒÕÝÝÁXYÎ4…ÖT—aÿDÉ„âÿ왯ý“=Ÿ“ÞúÍ4¿sDMM( C\#v60A›xž¸¸ ùžú†{މ ¨àƒ+%@|õä7×ˤò8Tã6¿Gš¼î± ¯£x ­´”DN’Ÿ)¯Aÿå“ȵ)ÑËù¯ÚÑ}%©¡Š?L!}´[/:ù¥GÆšÂVuVEéÇ)¤ÏǰÄómg€ìð\òÀ'žµ<5LmÓTÒÇ{ú*&z=ÀÖ‰Z4{uþíS£ ÷ϘôÅ]'Åÿ½Gúl¯Ax‚€xžOKô¸·„4iµTPþ1_ù¢žÉèçxû ³IïýcË+3Dç?;hÂÜš ü3ú|È6NP¹“ÃcmLø…Á¹£¤ ÕMÓPnmâ§ÿTr‘Ühý©˹)ÊrßǤ©ßË&0K’üŸü8•ôÁvÓÓ4è´²÷'Á7ZQxd¤évd´Î»Æ¿p¸˵’£57¾AZxË#ÿ®÷ë[¤ebIcrÍó9ÌÇer”51£ÕÔÔÈFc¡)~G+¥®‘sS]2n´œËÙ ó<¤ö¬ú û½i³6žP -k`n¢¥ŸZó vÑšôѪsn¥‚‚›èÙ‰ÝÄ&Ò”ÏÖ]®Ôx}±×­ŸgLyw«]iÝ/ð¹IïÎþéfpUcuؽM³¦3oï|µùªU­‰kDM( C\#v60A¼O|o*×&ªû<çQÁáØïtï­;zOEWÏPKîþ-¯ø—ƒ¯ºcÖñxËc³Ñ¯*Nˆ©ëêé©=~¬ë›È§D_uÑ{òúf–6¦ê¢[>!MÙ œÀ>Ò(ûs I¤é+ÞUÖÑ3Ô|°ó3lDq&Šwû)‘F‡g>Û§™”˜¨°ùÒçûôÑÏ|Çųóɱn"‹PáÆ3’º:º 'Q‡ÐÊOÂö¢µy:iúÚóòÚú%Ô<¨l™‰²;‹~ãûä—‹2ºúêB+¦‘ÞÚðÐ#1Y`¹à±6`aà;Bõ„ï)êêªI¯}‡4yÅMªà´ ˜Jî1²’è÷h%‰4c—¬mp"û&*åÆJtI™ýûù‡òªŠâ—¶Î›Lš¼LÄ1Að4 :­ìý‰ÇÖ>ó(<’i´\â^4<&”s%Ç8_œG"ÍÚ!ªmfig£kådä%_õšÿrŸŒŽ®^F¶¡Tþ‡ùxLŽº¶aGG{sSÃD%aȧÄ:˜ –Mß!{Ú:ê¥DF›ÄW]\_ý+,ýÿÛç7?^qÒ"–O;±6ç×ϘF¤èÝ9O¨x&p'dv{ûª/ðï Mzçó…?_ìÛÑ ýŒv¾´`Ò;¿)Æã1q>V¿IšwÑ!šï¸øu>Ö]IhÝ—S‰žNûdÞ·BÚIø~¼äö/ûDüÑýA݈xöÌ$Šl!Z›:cõ^1ëH*¯éãH ;<Ö, |G¤O¾ù†˜•÷n1¡öoå“vSÉsŒćþîÓ7ßùY=‚kS„õƒýëf_ß÷άµ{ï[„S›¦A§•½?qvÇq£‰GF˜ £5û¼Kì‹æ×`9W25ÂEbϪωãŽ4åÝÏ–ìR¥¾ê5Ï©5Ê!üóñ˜mCìŽVc㸄çÕ“; %a8§Ä‘8˜ –M­¯ 9ÃBWϰ³½½¹±a"ƒ’çÀ—B åêÒÛ¿i†Ä¿ØQ<V5~èpïbXÕ׈ᮠAåöBt ÕŒx¥Ý|ÔwZ_äpyx kþEò<“ch`ØÑÑÑÔØ0‘AI;Gúx>ÍÆØ_šKzça /xA£•˜ÜÀÚàA¬ë­…¤·6i„Oði}ýóɦF†Þh¡$À9ð%cwzéÝ?Ÿ¿ðQ<&V,pk¦’X˜€Ñj@I€•ðZÅcÐhQãc€X0­ ?3`´`y¼.ku ­„¸hàÖL+$èÏ -X¯ËZƒF 3Á]a´€1‹µ¹‰»«svfºÃó @ Á4Á,€±¬öÖÖÌôT';›^ë-øU€×—êꪌôTWg0Z#KCC}ii±µ¹ -€§¬´xl¾ F 0Z`´Àh€Ñ£-0Z`´ÀhM£EÏ 0R»vM=¦ Ö!€ÑšhF«¡*?%"$©¬nTÚ/wÞ6%cúvײñ·®F7uFë•-Z²ê/ ìiʇóÖm»¢XT7ì¦óœ„š˜q.¨ ŒÖØJ€Ñz%F«6öá"æ^Þxc`ó/x•5 ×-l Ñz1£5Ê©0Z¯Ôh}y>¨º±¡¾4Jkû‡Øç©[l‹ê›j“ /ýµnþGo·»ÈÛŒ2éM´lwéƒëÈÓ0oöɲ¿o˜'UÕ³¸…>}q&¨Š¸iÆ;£®0PQøûYØ&Ò¤÷—ìÓM§óç6Zôw©}k¾˜‚J'¼lÛ=‡¬Zb\5¶7·,þ»KDzëÓ¥ÿ(ÆUs|8»f7B5qbŸ–Ë¥ *“W‰ú– U_U^Q+ ž£3u©Jk±Ms®ø•66ÖÚïÿ}úðWeCMØ•Yئ%#+‘¡W׳z¸»‚ÑHÚWc½V–—–”¡û7f¶ÞÝë^ÎYŸk¹wa+•Òëx?:tFk,­ìÌ Š³ƒ™‘>BÀ;Z¬úúF`e§uåNâÏÕ6YáÕ+½Ž`þ†´^?§—[_îü7ÖöäŸÌ ê‡ßÈÞ™ 翦ñèø:Ý캦 ¿KóˆÓ¾úýœ²W}ÔÃÜuÃþ¨4Ãúßï?cëÕ›¿Û—²GÒ3TVa[f‹„WóyGk°Q ˆ9€× CäI37F ÅÁÚ"+#½¸¨°¸° ¨ _€ÑšòÞ—_ÿtà®qDY=ï÷ÏË {óÆ/œnD¹£ïñŒÎ²-þñeNNÅ7Y5 %žÃh•;âÕIŸm9sùÊ•>n©ETâ÷¬ ´®ü¹ämbXí²Èa½T>Ì]7šlÄ~üô„_å`F«¾ÈúOüžàÂCRZZ¢¿½G­öȺl-ü†Ü¬+a˜Ñ⑺AG@³ ¯•åe…ù6–9™™ãÃhQœ3ÓÓJ‹ QºtúŽ–à?ôë{`7핸ìùÚüùÚœëáUMe¸}™¼A#­{Ô…=DOO|¼Eê{™° Ì×Ñ«Š+j´_îºëìÕTÔ~_õ)ß=ð) ã}+MM.¦áƒ*Ì*¬Æ·UÇ«n|€K˸†½ë ÷}ïã7ú$£k1ZµT©%ø?‰ZCSMÄ­¹ƒ-ž©tð:ÒÞÞVT˜‡üÉø0Z&†Å¸ËâËðƒ|£BC‘ûéY}÷¿˜oŒ¿»U7YŽº4ÍÌoˆ˜þÁ{SÞýŸu‘àø\›ýŸ27Mž6U#^Å?ž/½ŒÙü¯O3êëóì}ÞÿBûôiXðרôƆêÀ³3aúlö‚ù3ˆÇ‹ nGÖ²ýÉá0wÝPè´ïCæSÀwÞe¾ÉÎçÑa¹û!üNéý…k¿_¿ìÒŒ¯Ô > x innD^ ù“ña´ÌŒô‹ xÜËz1£…½ƒ”é"¶sÕçSp#òÕoÿÄW2§¥[üûñ ¤é ö¤ÓÇ7Õ¤ÚßÛ¹já\¦ÏüáVH•€øúŠpåÃk¾x‹ôÁn ÞŸÚ ç‡{Ö|É|Wëmòªýê ´Æ† ÿ[¿.øi\Þ[°éœnl%×ð‡·ë††’ ÅCkg¼Å|iê£9ßü.â\XÏ+EõEr×öõŠôÖGsVþù0¬JÑ╺!^Cººžóxoüµ5Zœïe€Ñ£-0Z`´ÀhÑŒ-0Z`´ÀhF Œ-0Z`´£5^ŒªÀø†Ÿ ¨«£ÑjkjkªGÔ`=ÞØF‹i´ŽI9 K:ލýË*~ênyº¾%¼dø-:­&‰š`aj¬®¢4Rh¨*››%ÄÅ!‹F‹0ZO½‹u|JFm¯¢FQ—U}Gu/ð„§Ñª«£!—e û4//·«««w„ôüygNN¶®N|LT]]--T]Û»x´Ñô,<&åôv<­¶ÆÂÔ8?/§w”—“mnbTYQF U×ò*z K:¾œÀ O£U[S­¡ª<‚÷²Øîkuvhª©”ÑBÕ5=‹^Èh½œÀ ?£¥®¢Ô;jB—‚ÑBÕ5< ùSl“ܘ^þTPÌ@FKã?72€g±]jCRÚtìåáYl›Ò@M-×~ú ¼þ6Z=£#0ZýFKݽ/¥ÁŒÞÚj1C­aÄ{–Ç5õ¶UÖxðíXH£»ªJçê¾*ôF 0Z¯Öh©ºðŽ$3ZUOÄ d´x•yÒê(­Ðò( (ï(Í­xÊ¿cÏ]••ÚÜ›­û"šf$Ï5¢à‰uý9‹î¡ ŒV¿ÑRrÉc¡À¶  ]ßó3«"*<Ó›j{1£¥‰oU¨ôˆ.· )wInj@®#³DÕ%O+ªµ‹ñ<:(¯žo™ßÅèh´vËco6-ŽœBÂ`¹å«¸àå®Å„YÒÀÛ4ËD–¥§$·†QáWãæŸO0šýc*"«Â+‘ßê Èçª[`™üOgJR…Mhepi3Œ¨ÞXïQnQéT æOC©Í«¶VjQåZ¨ÂÑU·Ò¸6”Š*mü£nB{WWg]woEb‘2¾#Ju/£™nLl§ÏÛâ“«#*ýòÚ‘‘ªL-VÈC­+Ë=*rºð;`}%Z‘Íí=í¾>yªuuŒžŒˆ"çyÈ ·ûx3ÃTüiµ F9³cÀDç?­ug-BóGÉZǯ>aFk¸FKÑ%oϪÂFS^©ñѵ( 3Z¬1…nèZNÇ\‡¢WeAƒžQŒœ‰¢[iL+£­¸\33ZŠ\…X;4ŽW´Ú=¼Ð~‹ƒp³¤Žb<*r»-eê¬YÐ*ò®.c0ª“1kÁ¶É³2¿›Q›Z¬LÔò¨ÈêÂü¡ {u„ZHc £'3ªP‰G' Ê{‡´rÃÒâ[×ÛRXáTÜÝÛP«ïŠ^–ØŽ^¦6ôºR*{í –n}yhÄ›c‘=ƒ0oÄG¯ÚÞŽò Müg?zoWuÕS<^%€ŽjWÃwÉ7É|Îènuóâ7`bñÖÚSfæ~YW4žÝ3ˆXuÌŒÖpÖcû¬~äýèÈXe…ä0Kò}ê½ÕeŠØÇlpZf]Wg/ƒÑÓÓöZW¥á€Ês+z5:ŽYr¾´zFwbPk›Èhq¢ºNȰµÔ9™àø(;`ûõk`t•—*öu);”½M–ì£Sqb£!«PÞž».§Ú‹JžpTÇZ(ðÆn‹õÔ”Ñ=ŸåËóèj–zlƒÑè-ëU]ÕÛ£TßÂè ÆKª½ù‘¹‡³SÍ”Åv7·¾<4Tk9°Ñ­¦Z]G죬WMuoµ/·*ÍÏ~^ÙxdžG-æÓÐ]ë{«JŸØebz£¾¨Ê& @ϯ$ˆŽŒV¥º=¦ÚÔû ½ŒçŒ¶:#ÇLÖ6 Ñâ.|d—Ã4öìåöy¾˜')Aû•#ŒV—¸°ŽEqíŒÆ¬B9uÅñE:Þ}äkS²9«3ÉÖzV]ñÉÆ¢25{ÎÞÊxV× Ö¢óôR;{[hzh¿…ÈÕ ƒ§ÙÒÃh÷pÃs8äj$´3m Ÿ<¸”fu1º*J±Y™Ï¹ì£.½@V kêd<òË~ÜÐÆxíŸÅ+ÛÀDd¸FKÇ%qýY‹5'MWŸ0^uÜè·ËÖªÔ](Çe}7œ2^vPûëZK÷k.?¨©n FkP£%m›1€siN7£%¿Xøh—ë…­ôQ!y‰?L<2˪¬—QW¡f‡‡9!ËP—U×Ê ¥æË°6Ø2ZÒ<ʳ1ƒQ¥iÇ^n—‹y’2¼.¥y=ŒæÜ"y~‡BÜhÈrÖ-Ëïa´ô…ñ«ÎF¦v"ò?í^›ìóÃZÏ+k“ÛÕIyñ`Ý´NF{cHy£±ZÛâNírݪ{­4^y°Ë6Ëêd0º“Ÿe÷g¸1¯ÌÈ·À€I¡[Yfk˜ˆmc´—”{V¢y©Ò²Ïà•m`"2\£µîŒ™´Yô›8„‚u¬¬eìÙ'~¿‰ØÿuÛù¡aÄcóèGæÑ(à¶Î³¥{UÁh j´¤l2XÈÒOë`0zÊrªž›‡T&µaFKÞ&ã±W Á¨+¨´ö/Ô÷-òC誶D­L4üOìzÛ<Ü2Ùd‚Œ¯òl‡£¾JÖ½Ü6×§ó$òx—Œ°—á» 2+ì‚‹-CË]ƒs±dHÙãF+³@†«®1nWв*íƒÑpʼ¨ev1(%Þñeþ…%ÞÅ]ŒžGîÞfê·•z[)”¾ŠîUøÍ%zJþã¾ Ø)£žæ\dRXŒ½áŸû¨?­õ.ÏŠ-ž•:Å×&Õb_ïP‘Qôό³ÆÆó0o¶ÜÊ5´3ºSƒ²ˆ¾iRÛñŽôd‡gKóš`b2\£µê˜Ñ}ƒð/Ùl¼hóýëõç-×µüîœÕúóV.X£Â.ÙþpÉnÛ=ÊWÛÁh j´$­ÓÙ@Æ&¡¾”ø £³­#YlS¦vL]i³¼ûyWU~Éf-iJEi/£³´ä Gk} £Å«< 7Z•ê6}`!9â£m¶yRc%ÓGt•¥#CÅ`W‹-¼Ÿ¼ê2¿·ÑÓP]k`Ïc.ã]SÐÚÃüÆÔ¦æˆÐœG¼FñØ›†ýá`Ë0m²+QãÏ<3"yï4Û*»•Æ,Äö™'Ó—Ë–/,í@‰¤¹ûgK÷mµ+ïe4×êØ²÷Ç¡(¹ëŒþQÊ©³­t;ÞSLL­ÎÎŽÖÖV7ÜzÛù¨í÷1vÜwÛrËå§«[o»î~è±GܱWÂkû·E;žpW'£Õo´$¬Ò^Èh½œÀŠ£ÕÑÑÑÒÒ̪MÄJ!ݾw±4ÖÕ“4ûãåà#¿U‡´lW\°Maþ?ò ·+(šqW'£Õo´Ä-Ó^Èh½œÀŠ@£ÕÞÜÜÄASScccC?‹v«(;&o÷=¦<›ë&É]ŒV¿Ñ³H} £õrv+ŒV{{;2K¬44Ô×ÕÑkjª«««ªª*_íPÒ ¤ï“ >«>ïo9¢mE1(Ås´@F«ßh=0Omî›% K:½„À@£ÕÆz‡ ¼òQ……¹¹9ÙÙY™™ó·)<õÊ9ª~Y7-T‚ÊÑVƒ"Q5Éj›Èó„ÜK^ î‹é¥@ Ñ7Z´Ú3£”ä¤êªÊ'-%ÉÒ̤´¸Œ—ÑªŠ–ÚHž·EÔÄÝ?(0$±¤¦ØWl×–z‰Õ£a6è6ÛÈZzÁ¯¼:IïÔ–b¾Eôá­Aë‚Ñ@ Є7ZõtzB\œ®NjJreEyUeň€šB êéÆÇFWUU€Ñâ4Zµ™zçt-y9fƒ0Zë®[xùöÉïYb mЊŒÖ( ŒÆ‘ÑBÐi5q1Ñæ¦Fšj*ê*J#jÊÒ̹¬òÒ’¦Æz0ZœF 70ýúê¸Wi©×‰…äŸk¸ÍFMŽ—üñ_—ÍD‘ Öï¹g—ZõbFk“Zr@U[¨váÏ5ó°>-ØpÜ(µ†èç¼U+à8×n¿i‘Tų.ÏNÒ |¤ý¶ú+|”s¾ZI/5ºúת¹xs+ÿ|Z!ØhÕæû«žÛ²rÞìÎëFQ¥ý7и{[W“nzbãâYXÉœ[.èF•áÑ•¡wW“WÝe¾÷UB98—ü›&Š§å¹œÿ†¼ìŒc.æ9kslŽ-™ùƒxhN )£Õ„ýˆµ•å¥ÅE%E…#Eiq1~/«žçÁh!—2gÇÓ hLqå4¾F«ÕÒ9ÍRe”̯3ÉKwÝÓ³w÷p¶0°¥V2 áÆë:vn^K¹#ßÉ?ËÆUs->$ªoºoîáëëîàU\EUü…<{Óïа`+¿œAF«2òñ¦™äåû$ÝìŸÞÜ2¼`¯aZ ¿ÞÖÑËã,½‚üœ5/l@S%ÈhaVrqyÙY§Üêlká%³~’ +‡sFÖh½|Àhq>’ãc´èއæ“7©%1 I‰û‰EÈ?ÄV¿€ÑbÓßytÖnЋ\Ž~E^y= ”?i9¦ÿÌ$oÖÂ- k]~äfųë+ÉKO9çó}jÉ:v¢K×ü™]¢åXíŸG^s7¬’OoÙ†œo»sùoó\º@£…Z-ô¸Œú´çß‹gozQg Ñš0F«*Rlçkìä%ç}‡÷ a´Ößµ a*4¡°†­U‘¿#Ï?êV"¨ŸW¾!¯‹¬ªã¨Ë§“Üì¢>=ø5™¼pÓ±ûz>i•tAF‹«KµzÉ[ ³h¼{[W•î$}ükÎ"“ç.^Œ:ñ‡^fí F ³Zn–£àoECÁf@ ŒÖ„2Z¾%ÏÞ®7 øÄœŠá½E4„w´ÐŽÖ!ëâ.Øh…ÜXI^{/¼Š«.ïNò|—ž^‘ì¥'zpÃl2yÍy»ìFKŒ½KøŸ· £Å«·ÕTÅ_ÉäïÎiRžEE‡{(l™É4ZUá÷Ö’WˆWð4ZôÑ dò2yÝ-ßbx= @`´&„Ñ:å=>Ë·Û7—üÍ¿Þ%ÿÅ Áh¡íŸK^yCУC~F‹o'ýÑbU¢úïdòfí´F‹{¡Óáù¨KÌÛw´\›ƒó‰;S<{[â²oy“*óf‰»Ð<¦ÑªIÑü<óoãl·Ñ¢û\_;sÍ58«ãKÈ«D¼Šhp®@ ­ñl´hÙF’Ék/›†ç×ÐKƒîn “—ì}jçáíåj©­n“\=̹Ê_ÒKƒï}O&/Ûó@ÏÁÓÛÃÑÌÄ3«fhF«Ž_'¹†Y“ᢡmíà¢qryîë\vcÃ:öºŠ0ÉŸÉ䇛»{¹èßýsyÞn½”>½-•ùLÞpQÛ504,ÌGõÏÙL£…ÜÛ“_Éä¯÷J9yxº[‰o"3½ÄÿæZòJïb:öG‡Â‹‘Õò»Z £5žV­ÐWrçÊ9‹¹cÁ9ž 'ÿ‡Å™¼hÝNÉÐáþaܿޡ&ÇKáäï+f_°õahÅ¿Nr¿ þx÷· ˆ—¸oÜwß>Ë3rŒ=×GñÑ¥yßn»ª>ðå_ܽ¥—Ç^ýkõ<¢ý¹‹Wýö¯ óµûªÛ»;¿enY°â‡wÜòhuU1²?Ï\,lÇ4{5©ºÛæ$þT@ ‘2ZèêF«­Ùå5XO§76€Ñ‚T@ ‰k´è´š$j‚…©ñH}[)BCUÙÜÄ(!.Y0Z`´@ š˜F«®Ž†\–îÓ¼¼Ü®®®ÞÒóç99Ùº:ñ1Quuµ`´Àh@ 4­¶ÆÂÔ8?/§w”—“mnbTYQF Œ@ÐhÕÖTk¨*à½,¶ûZšj*¥ÅE`´Àh@ 41–ºŠRï¨ 5^RTF Œ@ÙhõŒŽÀhõ-@ ñ+0Z`´@ Ñ£@ Œ-0Z -䈺GG`´Àh@ F Œ-êiJ4“7Êl‡ã@ 0Z¯ÑêmÍ´¸ö×*üa^øfvG[i|€_"½ûe®‰ŽT¹ßæsÊ­šß^»Šô7“çŸnzº Ñê3Z]£#0Z|ŒVg†ÂäyKÚGÇF†D—´·%‰¯%¯K•{G½un»ÈúújTëóB‹ ï}ÙÐ;|£5hÝìêegý?ɼ´ôJd ƒÑxnEѬ%ëÿ>ýÈ>µ±Žya£¥ã’¸þ¬Å𓦫O¯:n´RØpÅQƒBzßÑ]~XgÙAí¯h-ݯ¹ü ¦ºM$­á­î ‹?És ˜öÑ7ZëEÃ"û•ß4¸`´FI¼»J«LŽ Åd}u5™ü‡ªþ),&§±›Yå»»Ná1Ñ‘!>¶j—›C&ÿ®œBsÉËD¢[á°@ Ð0Z­­-¬>n¸ùºã7¶Ürþã–ó–[.ˆ?n»üqËuËm×­w°ÿn¹MÙ|ÃiÑŽ'ÜÕ Àh 0Zlä¸rÞ2*·Þ;‡¼þQjÇ‹-6íp¦õ²î¢·ÁÿäBòjјfþýì©vØ9“ü‡qIû¦Þ:áäÍz…L§Ó|n1ùGå¬ç\ÃlK]Mþú‚½g¸]Ühéæ·wu¶Ö•¥êû–LþúR`}/ö F«£££¥¥™U›ˆ•Bº}ïbi,Ù«¾xÚ¢Ý* w)µCiÁvÅÛæÿ#¿p»‚¢iwu0Z#f´Ý¥¦[Èä쫇ÿ–7aE¾÷Œ¥2•”[ßŶ‹Ž4™ ä'ƒšõ³-öÖ òúÇi Žº×ó|O{˜y¦G—‘É‹6Ÿ–¶ˆ(mïrW5Z¬Zþ÷u‹Ô&x@cÅhµ777qÐÔÔØØØ0P$wu0Z#h´ÊÌþ›ÑøŽVGê£õÈh 6ZÔ{«Éë¤R:¸ê~Gž½ÛŒš= œ‚ê¶^žïÒ÷¶…YHÝ8›LþöŠGU×к:¨ÑBÞ,.11%³ ²© Žv%£ÕÞÞŽÌ+ õuuôššêêê*DUU%7Ä&ƒ"QŽŸ¶õÁÖÖöyìúA؈lT†«¢XQÁ½µ8[•jت â jµ‚EÁ"Ù¨ì 2³#@€>—K@²X‚ð~¿¾»Üå~?Å|^w—¸fÕÊÕ+Wª­Yµ*ò\Öº¿¢ÐŽ“Ðúá'´~RWǾûôSoMKð÷„Ö<´Òâ¦uy°I­Èÿ™¹Òeÿ‘?oÜ ±ËSÓ¿‰“ž¿°|;z/)ì $ÏîØ((ÿ—¡«à¶ ´„ÖQZ‰S_<7(ߤUôÐÑcF=7!>ö©ºA'bö ¥´o{_äsF‹QqI³ºÜÛäšgG®LÛÿÐ*ö¶ü$ÚäZ^Ûðôȃ,SµaÓÞš_øå9‡Ö¨ãìä½Îã´åo²Úßz„–ÐÊ•²°Ë¥A¹[}ß ‡4´êµŒ1r·Qãg®N-ö†E„Öá‘ú퀻Ã-U÷öºô8°o·^xì©Þ ’ ½\h ´„VþÐJ‹›Þí‘+ê”Ë~v¦|íËÛÄÆï®š=*Ý5bM$´öhØvZbê²!O]aÊ9—T=ï¦V1_ÅûœRA5R@G¥|;¦c‹ËÏ,Ÿ}×ÞÕmnrÎC*_§vÅÈ#=ëªÆÌJ,ð¶ÉKF¼z×EÕKgß´Áõ­ûÎMŒdÓç/ÞzqÝJ‘[îO­c <ð½Ä{¬V86®J/ÙåB ¡%´ò…VÒ7¯_D5z2ú³Ø/Ç ëÝkÔ’äÝéRöêÎc§f›± .5ZÕÿÚ36û‚i3—&¦å”ÏEmz6ä“n/ÝÕ *ß=?¹D¡õÆÌÄäÝRÒòÇR”—/*œqmë.ý†óAŸorÛïÜ–ïö2bðGÿ¹½füé•Iû„V\ìsçe=Üyð£tü[½ ¸ð•鉹7oôtÏa#Gýdà”U‰øÞé7ï½+ʧßÖyRÞçÛ »<÷Ð.l?cMâ«cÛ4Z­ã5´âÇ·¬œqï€å©E<¿”^ÐK‡ùŸGZÐõš²A½g&%– ´òh³,mï{K[9°y¥ vË/ÖþR—toV:hüöÜä¼W¥}ÛÿÖ A£Ž³r«iõл«ç¾4=iŸ#*øÀóHšÛçñ?W ‚¨³®úû+½b—&}yAo?‹Z­ãõ¥ÃÄo:ßR-*7ºóé.ŸÏKH;ÐÐJO™×ù’ ¸,zIjñ¡Õ੾c&äŠýzErž{KœÜ¦~P¡y¾8É÷åâÇ<\3¨÷ìäÄô|·}¶Þ>¡Sõ‘k÷=¢|ßÇ›¸hBïößÔ°lPºáýÑ»_­,èòœC«ÿ¯Þ#Çìñyt‹ZB ¡u<¿>-~öˆ.­nig>Ðwqò†ÖüwKZE¾G+qÒ3õ¡5´èКðxíà¬Ö÷¹íÙAÔUïN˜ñ½¯f.‰O+ð½ôûx¡’çÇÜY5ˆº:zqJa—{BKhúS‡‰3;…K©ñ;ó’ ­ÄimUï¹¶°òI]Ö÷¶ŠAíós‰%­´å}o*Ô~¼¨— ­ðmo,Ô|è³ÕiéEuZa^¸Ô%Ý/‚³s¾b— -„–ÐÊZÉ ¾ùÎÇÃÇÆÆ~1ðÍ{jå®ÿxijY’¶rà•‚JW¿øÑÐáz¼ßNλž‚ª×´z§ïÐ៾ßêª*AT“7¾IJ?ØÐJO[3®õ9APýúgº|2ü³aý{D_”\²Ð ßvìS #«sßaŸôÑ;zÏN* ´ >ð½ókj»¿ÞÛª}·¾ƒ‡ ÜçÝgn¨5Z _•PÈåiB ¡%´ò½~âK×]1ç½L§Ÿ{ãÓýæ%òüOÒÜ^6©‘ýy¥«]òÏ«rB«ÖeMêUˆüÖÑFw¿>rY±¿›½„¿Þ!yɈ×VTö=—­uY›Øø†Vä¶Ã_»çϵ#¿Ô>¨Rïšbã 8¢‚|¯7­Û·4>3çBåj5ºõé^_Ç¥v¹_ï€ÐZ‡îÿuøƒÿQ@h -@h -¡BKh¡-¡%´@h -¡­yh}»„–Є–Є–ÐZ€ÐZ€ÐZÅØ¹qVÌ+/F/ÜúüK³sãÌmŸë¶0ó˜ùk°kãÜ^¯<ÿþüLÿE@h ­}e­|¿qPáîqþ®¶ÎýÏÅjÞ;$iÇþ­bo{¸ØÈZ}iPææQý¡%´IhíJrmOµG¦lÞ¾"¦EÓ^š¼~×þ­bo{@Ƕüí‹‚àŠ˜øBãiG|¯¦Apiôš¬{B ¡%´Gh5h5àËÉ»MùzùÆ?ä³g%³iòCUƒªŸ¸iwW%jѸñ}ŸÄeíù„œÔ~ò«-zö„BëX­]›õ~âª3Ëe?µT¡î•/ÏÌî†)cÚÜð§ºUJGžqªzñýº¿ñÈ5 *…?(]ý’£çmÚµ'~‚ÚÍš6¬˜ýyÕ/yàÉ©;JZß_™UdGíHŸþþ#Wž]>ûn+û·>«³r¾Vù3ëVŠ<Òz×==`ÅÖo›•Ûé¾Kjd?öJçÜüâðÕÛ²(}Òkwüù¬Ê‘*wÑ‹33 <ðfÚÔQï?Ø .~cѶܛ7nûéøÉ“Ç}6zþ†­øÞ¶Îm[?ˆºihZöãÛ‘ÐçÚ U_¡l³˜µÙ¥µk݈Ûʆ;lÉö¼ ÷Ô½ˆºªOâÎpé¼£b™+³¯(Á± ´„Ö‘xépë²îÍ«A•Æm3iM殪fëìçÏê<õuN lšô`Õà‚ÈS,ùëeÇšîM‚ Y¿¤Å„Ö9Ï ŸþM®YK×e幫­ó^nT¼glÞ÷.åûZ[¦ÿ«VÐà¥y[¿ËwÛ—ä¯}pÆÃ“7íû¯<œJºèíåÙ¯[^Zö¬63·lžþdÒÂ͹¿ÈÓIE†ÖÞsëÜ7*Þ;~w?îZûòޏ˜Ëƒ éÇ ;Ãü¨Y™ò·‡¿Ò¦)Õ©sÿ[Õ­ò—é»2&þ£Zé&ÝVe•èXZBë½~×–•_ƼÐüܨ 8ûáa‰Yû„Vv½ìy×÷æ)T Îk·hÛA„V‘ïÑÊ ’{ÆZÙO(Õ{qÎÖ}n[?ˆº®Ç7‹¿·äÛ¤-» |/ý¾žïA­x¯qPæúO×.ìpA™s^]>äÌYáèlðïÙqCo.4í•ó3‰E…Ö÷3r+Þ;®ÀÐz)ï!ïˆÏ­+z…C뻬ÕÑ——®|ï‰ßXãŒûÆ&L²v™Æïí~ê®Øc@h ­#úS‡Û–¿ß$ç×`híˆïscÙ ~Û9EüÓ„Ö®´a·— ê¶.ê¥ÃÂB+çå¹ZOܸ뻢:­°ÏÍ‚WÏ *ÝÖ¢w^¹zÛÂvçµ[¼~gÕÈs]ß•<´v­ygÅ ö?w?¶½_:Œ\U·õôÜqÜ™<¤yÅàÌgs^„ÍZÓ£iÔéÍ;´¬_íîQëvn{_µêwux¨nÔ¥ä?E BKhýà¡•7ºkôà 3fΜ6ºëu‚r· NÙ¹_¡\òÊ ñ“&Žéß©Åy¥ƒ*Íû®-ê{|I~êpWÆW/ž5nþwÌg&Žÿ¼¿ Y% ­ðmg<nä ú݇Ÿøå£ß²²€W9 9ðü¶Îy±~ö«e¯í½ûje­ìvyäÉÜw¨—8´ÂÌùoø|UnÖºÛ°q¿óè™{Þ ¿eö«A;Ú:îËÑ=we¥ ÂM1«²öìuÙ?XåžQë‘¶aìýUÕi“›S%;„–ÐúÁß ?§ýMõ+å¼—©êù·µ±fûw%~é0ò« .¨]!÷æÜöü§K6ý¡þz‡¬¤Ø7hR;*9µ›½pYä÷$Áé nxuææB«à/¨´ê…ÛèîÏÒö×Τ·–‚ó^üäåþ„Vöïp˜þÁ£WåüÚŠ ôég5nÞaNîd¥Lz»EÎ!W¨í1söúåb»ÒFÜU)¨úÀ¸ ‘G±qâ#Õƒ ²»¦Jx,-¡å* -¡-¡%´@h -¡-¡-¡%´@h -¡-¡-¡%´@h -¡-¡-¡%´@h -¡-¡-¡%´@h -¡-¡-¡%´@h -¡-¡-¡%´@h -¡-¡-¡%´@h -¡-¡-¡%´¡%´¡%´¡%´„ ´„ ´„ ´„–Є–Є–Є–ÐZ€ÐZ€ÐZ€ÐZB ZB ZB ZBKhBKhBKhBKh -@h -@h -@h -¡-¡-¡-¡%´¡%´¡%´¡%´„ ´„ ´„ ´„–Є–Є–Є–ÐZ€ÐZ€ÐZ€ÐZB ZB ZB ZBKhBKhBKhBKh -@h -@h -@h -¡-¡-¡åß@ZBKhBKhBKh -ZBKhBKhBKh -ZBKhBKhBKh -ZBKhBKhBKh -ZBKhBKhBKh -ZBKhBKhBKh -ZBKhBKhBKh -ZBKhBKhBKh -ZBKhBKhBKh -ZBKhBKhBKh -ZBKhBKhBKh -ZBKhBKhBKh -ZBKhBKhBKh -@h -@h -@h -¡-¡-¡-¡%´¡%´¡%´¡%´„ ´„ ´„ ´„–Є–Є–Є–ÐZ€ÐZ€ÐZ€ÐZB ZB ZB ZBKhBKhBKhBKh -@h -@h -@h -¡-¡-¡-¡%´¡%´¡%´¡%´„ ´„ ´„ ´„–Є–Є–Є–ÐZ€ÐZ€ÐZ€ÐZB ZB ZB ZBKhBKhBKhù7„–ÐZ€ÐZ€ÐZB „–ÐZ€ÐZ€ÐZB „–ÐZ€ÐZ€ÐZB „–ÐZ€ÐZ€ÐZB „–ÐZ€ÐZ€ÐZB „–ÐZ€ÐúQ‡–™™™ÛZG*´ÌÌÌÌ„–Ð2333¡%´ÌÌÌÌ„–™™™™ÐZfff&´„–™™™ÙñZ1Ñ]âü3533³£a›7elÙ²9Ü'ÇFh ÐÅ·Ë237gdlð×ÌÌÌŽlemÛ¶íÛeKÂ}rl„Öâ… >éýÑÊË33·dem7333;RÛ²es¸²úõþhÉÂ…ÇFhå´ÖàŸÄDwíÑí}333³#µp„›¤°Êú‘†–™™™ÙbBËÌÌÌLh™™™™ -¡efff&´ÌÌÌÌÓ6¬_·võQZ÷ŒÞ¼y“@ffföãݺ´Ôph…«æh ­aƒ,œ?79)aýúuþ1™™™ÙôìÊZ³dÑ‚pÕm¡µxáüOûö^0îÚ5«ÌÌÌÌ~\‹[»:¼pe…{fÉÂùG[hå´ÖÐA>îýQ÷nffff?®…&\2EWÖ -333³c~BËÌÌÌLh™™™™ -¡efff&´ÌÌÌÌ„–™™™™ÐZffffBËÌÌl?–’œœ˜˜—·öxXb|\rR‚²'Dh™™™he%%Ä}=czÏîÝ:uhwÌïÍ7Ú÷ø°ëô)“ÃGí„”è„-33³]rbâ×3¦}ðÞ;K—,ÊÊÊÚu¬Û¶mÛâE >x¯ó´É“œbOˆÐ233;à%ƯíÝmÙâÅ»Ž'K/êÝuͪNH±'Dh™™™ðâÖ¾ùFûãá©›õÄìÇøÓߟ}Ç;_¯Ûž?´2—´¯*uÕ𴜛oZÚ÷ñ?Wøyö-~Sµa­Sö ­Cz„–™™ÙÑZÛ“‡Ýü›ÿÉ~*kÓ¬g+‡þ÷öÏRsŸÆ‰¤B¨Ö1Ã>1èÃ6—Ÿ U{aÎæb®*ih­Ÿòä顟ָ÷­!ãÇ lk¹P¨ú ³7åÞsÇ{Œøâ‹áý}rdB+|– x~ו¹ÏðmYðjÐ ç¼»<òñöõsÄ|:r|ìØ›W…ª´‰<ÏUXhmOÓ"*úC³6ÑCF êþò5~º'´ñyZfffGQhm]õa£R§^?8i{öKZþ´ÔŸ{®Ùö}híyNfÛªnç†Bu:E’©ˆ«JZÛ?mzr¨æë‹¶ä|ZêðªüÜìÍùž:B/Fì¿Ï…Î~3òȳ6ÏnS9Tê²ã¶íª ½:·GÜöBCk{BŸKO E=:yÃ>/òó ´ÌÌÌwhmݺuÓ¦Œ’lÝì—jþäw÷ŒNŒ|¸aåÇ—ÿâ„:ÿ›žýáú¹¯Õ•j60!ç““Gß}Z¨lËI©E_•2áÁ ôÇãSr®Jøô²“BµÚÍ_þsú×ÏU ýòÆáI›2R'?VvŸï˧ÞúYR¾{.ñŠ­’Ÿï·aáÛ眪úü7éÙõPéЯoŸ‘smê¾O]]·ô/N …Núå/ÃýÌ7oÈs€{Ÿ¢ÔI– |Õà„Ü{^?¿CíЉõ‹? ç¡Ø"´ÌÌÌ:´2326–`É‹Ú÷ûc…'§¤†¯]7çÕð÷ú¦ãs>9iì}¿•yäË”¢¯Jùò‘2¡ßÞûERÎUñ‘Ðz}ÞºðŸÓ¾ŠtȰČ) ýä¼7ÆÎ˜1}÷fÌZš´1ß=—xÅ…VfÆ~ÞaFƆU}¯úEø°b“â‡ÿåCež”sUÚ7/Ö …ÊÞòzÿ±“¦|9è…³NÙiÑú<¸÷)J™®©“¯ ÿ1çž×ÍoŸZ}ãÃy(ö„-33³ƒ ­ÌÌÌ7¿„Ïîþm¨ô==ÆÄNˆÍÝÈwšý*ô‡ûÆ$mؘ>;ò½~@\Î''É®©‡c“7}Õœ×k…NhØyñúÈUqý›d‡ÖÜôðŸSg´ wÈ C6nذ¢gã“B§Ý1t톼)ß=—xE‡VIOH¾%y z]ç—:¡Î+³Òr/_Û¯ñOCÕ_ž•ùpíÀ¦¥Bu;-\—ç÷> «z_~rè·wî>Øôyí²C«ÏÚÃpŠ=!BËÌÌì Ckˆ ë‹ÝêO¯ûe¨Üã“’ö¾pí›O ýú¦Á«7¤ÍúOö÷úO׿\•øÅß~*ýð„¤ðŸ‹¸jCòŒj„B¿¹øŸïô8pÀ‡-«‡B5ÿ;'-|ÕºEïÔ…JßÑ%vyêúµ£ª zÁƒíbÒ¯k»W¢g¥ìsÏ%^q¡µeÃ~Þad)3_©I†Ÿ_³lÝîËS¦¶® •¿ýõ~#ÇN˜0ô¥ú? Õí¸0=ïæ9„Ø'«…ï¤Þß^ë9`ȾoÜþÇЉú¬ _u¨ÏC±'Dh™™™dhmÙ²yýúuÅ®g“R¡òáÎÊ{ùÚÁ·ü:½¾M™ùŸê¡RWô_“syÂèìšúÇøÄðŸS ¿*¼¤YÝ[\P¦TÎ7Û“Wåüý—¦g_•¶bø?/øÃÏN¹¬Ïªð‡)‹>w]ßÿ,òi§Dÿø˜ø}î¹Ä+:´JxBö]úò^Wžn§¿IØëòuqSߺ«Áÿ'çOúÕj6ï³<=ïæ;´eŸ¿z[ƒ ç&'œòÇêMZï>]‡ô<{B„–™™ÙA†ÖæÍ›Ö¥§W+:´œ¡effvÈBkÓ¦ô´Ôƒ\ß@þÎùŠ ­ýÒ®]Þ›6eRÜšUNH±'Dh™™™Ì’â¦NšØ#ºë[;têÐîØ^øcº8mÊÄU+–‡«Ê )É Zfffõ¼VbšU+V._úí²%Çü‡·fUÑQá„-333³#5¡efff&´ÌÌÌÌ„–Ð2333ZffffBËÌÌÌLh -3333¡efff&´ÌÌÌÌ„–Ð2333ZffffBËÌÌÌLh -3333¡efffö£­ð=›™™™ç;¡effff9 Àqìÿ"x endstream endobj 738 0 obj << /Type /XObject /Subtype /Image /Width 803 /Height 478 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 187020 /Filter /FlateDecode >> stream xÚì ”ÛûÇÇ.EÙ÷”"K´iµ¤,É’’Ð"%R¶JÒ¾)-²Š$JIhC{B¥${éFE%d)ÿóÎŒ1˜c©{ÿžÏ½2óÎyÏòœçûœå:8ý‚þ^@ 0‘t&b€¿‘¾TÒ©&&&føû@žß©êÁÄÁÂÂÊʬ¬,,˜P¨ˆ]뀿—áÆ!¡°EÒK!`#à/gÔ¨‘\œÃ9ØÙˆ"…@w„øy¹Grr°³öÒ(c%Ä„xGŽÆÖS# @(ÈO'!"ÀÍÉAÐ(º3Ki’ì8qA¼FȆàÑÑP™®(-!ÄÃ9Œ•¹ký^ `n¤§1gŠŒ„ ÷v–®a„lˆµ+,k+O‘‰¦ZŒ]aÛbËÆ56FÚsljðrv #haÛbÿvOG›ÅÓe%Ð0BZ€D€ˆÿ¡žk,õT'æÎ€„Ú¾q…‘†Ò14ÓÂö}‰K° ΆŸØ·e­¹Î,y ~®a, èN\TÈaŸõËôUÆb‹âzI„lˆKçÂïr]n8w²¤Ð(´^ÇK[Š€D#1îtÀ^UFó¦ŒÕ¹¥…I„ lˆ¤ QA6­6ž?UJ˜»óá!HH¹|`‹ƒ‰†’”i×$\½â‹$¢©$-€ž$'œ ñõZcŠ$" Š9 =äµÖT $ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"€D$ ‰H@"€DÀ6€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"€D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"€D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@" ‰H@"€D$ ° €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@" ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"ð¿ÍÕ‹Ñ!¾^kL5A"€~“t!:øà$ô"1þLÐÍ&JR"Ü èIBlDÀ^Oû¥ÓzJ„c”ðø)êF+Üv ‹ŽKHLºz5þ&®^MJLˆ‹;¶Ëm…‘ú”ñÂÜdaå%$9Im‘Ë6߀ðèØ¸ /&ÀßÄÅ‹âb£Ãù¸ØªM'<Šƒ• ¤&VŽ‘‚c”u-×nÚíq:::ú,üUDGŸ‰ ôÛ½i­¥®²ÂXAL" aÆ% !7SËx…‹×îCÇ‚‚CBBà¯"$8(àØ¡Ý^.+ŒµfÊIp caê’;'¯˜ôÔ¹úæ«\6ùìÚ{à ï!ø»ð=x`ï.ŸM.«ÌõçN•ãådÇ$‚Ã×ëù…%'ÎÔXd¾|­‹›çæ-[¼àïbË–Ížn.k—›/Ò˜9QR˜´¡Õ¹^É/&5iކ¾±¥íJ{‡5kàïbƒƒýJ[Kc}9“¤ÄùG’VëH"ØLk·Ä„I3Õ´t-Yjbbb Èë—.Y¤«¥6sÒ !îìK‘Î'#œ¼ÂR§ÎTV›§¡¡©©šóÔ”gN(%!ÌËEx*Ò)4Œ°qpñ ‰IJË)Lš2U þF¦M™¤ '-)&„)„…‰8ÏÂK„‘i„“›_XLb¬äx)))iøÛ@~?^r¬„˜0?7'RH× Ò¥‘#¹y……EDDàïCDDXXP€—{äˆ !i„c8'רQÜÜ<ð7ÂÍ=jçpöž Á$ÂÀÈÄÌÂÊÆ>Œ1þF0çÆÎÆÊÂŒ­CÈ%‚×&fVVV6ø;AÞÏÂÂL¹BH"adbB:€¿¤FJéÔ^&ðÓ)E &ô)ègŸÐ@ï|&ŒÃmì~ÍGô¿×Ÿ4Zh(ügêP.ÖW IT“1v´R§þÙKìÏ;–„w×­¿iôÆb‘îï {ݭȯ¡ÚìëÑ¿ómÉߥ÷Ù*«¾RÈ“ÕC˜»©WÎZP¾Ë _²-}ÖW±ÚÞ±œð;¼GûS)‡Q„Vn‡ðýúXøßSH;Y;æ!µxÒR©}òyÐ-Ië;M)•4z¢}Ô^”býôÄRÓEâkaL?£î*4¹[>Ì¿ßWÊzØýòƒ§bÉé^/ºFÔÏœn=4†™‰Ÿ5’"]MŸÞÑÛ[õj™Ø@-§º|è{c…ПŠÿb|'I¾áLæI¯ˆ–kBí2ûoÔÔ4~4õêWG:z:¢Çh9†Æ=ÞD[<±ìº¶Æšðû×ÇË‘vƒk¿“5íÏùðu>+ØwN·hޏ³©ö÷Š-ß%>½; å¢OaFö˜‰rz ñ?íõýè÷¤!‰½ö^I×(r‚U«÷h×NÔ bÝUúló~ %0ÓÝr&’µÞ’Ú½¤WŽ»ºÕ­Gîͽ,¡ß+‡=}ÖH¢WKÕþ¥qú>‘á•~1ï£^¤6½yNuül¢²ŽÖévýݲ­þHšýnMOúwT#“3©þ«iÎðö\ß+V´âÇŸ 1$¦[Ïëô3R/éá7=ì4ÙîwyΑþÞÑ1D3úô>üN†¬œu}Øsi^`G%å ÊÔ"jþÍÜÛénï-|Ò}ÆO®ôæN|?±‘î\L3Ò÷9 À§hüÑiA¯ºÞùý¥ÎA­ÛM¥ogwëU”j.#ÐgšñK›è)û‡hù+Y¯ÏŸK¡ué¤O;™6$#ž!Q3߈uÏë£ ™}¬Ò4S¶é÷]QCfkö~–]ñ›gOð¾¬Ù£”xÿgî5þ©ÚãÕ©ŽìÕd6nÀüaCºÛdL÷êuEÆçHøð%ˆÑ´Í:ú}=Y«eúˆœ dŸÿüÍ‘à²dƬ§Z(Úˆ™O÷‘µiE¿ÓgK]ËÚYý7ïnÎâqòi'§ýŽtÌÈêóµÚžŠj,É®G 8êœ#ö[>oÒ¡3פø.òçìtÕ¸”TèŒÅÈš¯H]C#ÒÝ¡¡‹'j×dºî:=$z´ú“>zúô³ì ÷TYÈ|bDVžNÑ~¶TççÈ¢=¯èa:ç ¾¤»¬-ɯû÷9vLéf ±›øûORŒ]cþ#ÏHÖë±ߺæn>“L×ÊO‡¢\¤±Q)Yø’ð¥û,ûWŘæ?@æû£ª;H£Ý£é®ÉJ 6ÕéwûE‘uzÙRwÈŸƒ|êÕ®ù¨T_*õÝþ<ÕoûžT}·¶íâyÈ]ª±Yï;ß¿¾Qì»üÛh£úðÕ"üˆ!†·b Ð¿a)9Þü©Çg3ÄÐUÇt¥ZF£7¦ôÓÆ(/QbŸ§’òÕ"¥ª ý;^\i‹Ã•ÑÆ÷ø~ÏD*ͼ‹·ÍªX“l‡ç ©Ä Kzj™H1W)²«îv¶@–¢9¦Ü sÖŒÏ%Jh3Åôñƒð¢ø–A­ðëÖ’ýæ‹äŸ&®Fþ³ß¹q¦[!±ø¨pãÐÞ÷|ï³Ì}Zùê G„4š- ÄûÎdŠý¶—ÎùPtu}Ø`ºÝ`Ú¦$ühHÖ`‘‚/†(ï¡Ïoø^ÌêùÅ'*¾ð¨Ü÷jU¦ÐIÝCÜISìÑFñ!*eÔo_™N¢‚ûèåÙT¿!:…®œ³\ýNwû6ÁGѱ4¿±:½WÿëóûwÈ”aÓÇþ„zŸmޤ¨³³4j‘)òiv¹¨Å;ŸÑý.üf¥rê ;Ä%5âíy‹®\9A¾ñöôÀï7§RzEÛÆ®ovõ1&,§àK¶,qñ·Ì¸ÔˆÖÌÐj\d@Ñç ¾u{PÉç†üYÄiš>ô¬Û§¯©Ö~¾pújÔ£Íæ^ŠxÖÍ®ÿÐTÌ…^ŸÞ ¢~ ¥c>ôœT+Ñæ‹é°ýž^jàE½ÉCÖ–gbçèš9­"»'Ž‚ÆJHŸóõ+ò¥Ã†.íó`ö†–Б‡f?"ÊäA>í}N¼_Ñz`÷Y ä®è>[¸†¢¯mìuõðæ/±d¹è jþSN£7O#?ûB5’Ý&za<…ïOÌ!Õ)¯Ûý%½¬–KS‘+èô£õ4Ò½¢c$™JÒßõ?ò ûM¯:M$kÁÙß:B”÷3÷}ÈCÔHµÓêu÷¡nä‚ÇNÃææ}”ÏÛ¯ú‰à{nªßpºWÈ#ûð3º£—…”lÿ‰g†þd~|Ÿøú ©§‚DƒÛ.ÛKR) Ñ«½Ä^aÇýGYûG¿µ²‰h)TãnÆoTr¯¼%†ìiÑdÇP”¿)1Çtê`G¿Çÿ:»/h¬?Mõ{{êÄO²Qm¼ûlß”—+É;eˆéßѨW·‚* õïÇ|îó–R´²äîÖñž«ÙmüwÀl ˆîo@ÊPøŽ¬:K “¬®Ügœ9BÃÒý\‘{ íígô]0(µéÑ]¿ºR2ˆœ¢«þa}xõ¼Õ÷tkÛ=²{*)Ô¦…î¿É6è±C†âhp¨Ÿ}—òüwW(F˜AÔó$›ÔÙwÆZðrô}×p;³€&:­µ¨GºOTZÁNáz)Õ1?»>¸î´,dí~9(õHS´NÒ zP©[Ÿ @< ÀÜ®Tc1Šûí7ºÙÖ®Ûßñ— YÐÝ¢¥w³ýVü»¼nëÿB¡Ú~ö6¸iAf™‰T,+F÷èëÔ‡¿©KÛÕËGéî¡:gïOw¾JìsÆ1 Õ;Ïr þ9ŒFõ¨t¯õø&qåhÆ’.µó‹ÉÑÜÿÞ£Ž÷êëAì·z ¸µ4Ø^ê6›“£1·KE6ÙBwD«îVo¯Aî9.ÿ×b˜:òùwý¶ø:×tЗ—)öAÁîê S©Un¯26eP,×ô7í¶— °•—þõ1pÜo{JòM[¿ëá-«hÖ#cýö™jÿÓè-ÿ™g%'µ®Y‹Ú¡‹·àv ­µ%æmÛ«µ©X¯G4~ŽÏ{²ÅÀj×D±”ÅøÕxf¿wìøIžÂÝGïIöø||Vé’‡vd¯Õ¨ìL%^è–ïö{® Ýʬìwô™DÕ®ù4,þŽÌBk†|¥OÌýK·8¯šÑ(O­ÏY±Ì ã‡î v¸¯ ÕÝ%ÖàYYÖ¾!1{Yi#Ý-Ã{ÑdR}j…ÄIÑb%±ý»{xÚ}²xD¡‡’ð÷í ÒÆ nÑè)þ~;2K_p¯w»s=1O®ß0Öeáó èÕBóß0v¸í•@üÖ§h¤`ÿÏ~€;ûhßøýY(R8 f§:èè¦{9bºaÿyË¡¹ •ˆõ˜¬­òÝÚ¡O¿gï•ê—þ>Ñùý½ÝbÈcÒ®Ã=ë¡h÷?<£žGòѽæ|ÜÕk"›IIw³J ©Gxh¬ˆWõËÕC:’oÀJˆߪ¨EÞ½ôÛ<¤Ï–•zå?v@cÌ]ÁtݧùžŒïÔ\¦„T#¥!VJÜ F×Û¤:ÏtèѺ)ƒòòÝÿá¿+°´u ¤a…ñÝú`e?[lrûóIý?~Û÷óNS˜»âG2Ôºd1Üÿ(1"«IÖ›6€¸±Þlpåä3¨€nëÿó¢_H#{Ëoýfg“¥«Fdãã~Ï×Zð:aÄç¬Ùgä¸MÕ縨ôãêÐíç߃øÜ£~-Cª<‹~éi,M¿5¥SXhÞùNxS¿|èLµ.&ÅET¬åÚ-ßÿSñË×ÄéGO¾ ÚgÂÍæ$G³éî).ªum@y #}úRðûoý·(FSô½Š^µ«„mÙE¹ñ¥\£`×%È»žö3âË÷Ñ?Š}æÇFѧ÷ÿö™ÎÇZq•û¾ oØé¬!¼_ã?Éâ‡|îRFU‹³zYs‘í²§÷³lžY®ìǺŸ™Boæàíòª¿±^6°z~&Zý€ÝÐØÜ—B ¾YuϾEó›o¨¤ðÞcðÇ¿÷öð­ˆfvžÏÓ§Ê-©ÖÈhHöëüHZ ï³í§‰³ÏÑ}–ìJ#NkŠï`¿Võ9߯þ¦Þúž^RX±='Å:éD½ÝD»,&YwÐ ¢Ñ?ÈVG†Dk(æÂ7à õ%©?sûÕ³>t´È»‡Gí¢©X¢-7ö£=_û¨³Ê‹·«…½r>Oj…ûìº}¡¡¡ƒ=J?ù›ž<ÿƒ³Fˆ®ñ¯ˆ.ïÒc,~†Ï;ÿçÛý;txÒŠi"å6SÌï0•ú{xŒOÁ—SÖ§]<7\§Ë#6t³¿"ù¿Ñ£ÿŠHmdµýs¾v—TjÝ€ö†ìûƒ{ø¶ ]V,!ë2… Rô‹l ')^¡òF³‡_D?°ý:ótéo‹Så§éO[OÁÚ{E5{Ø›õ·?½MgÏûãOâ{Ôl3Ýý6J]§’å ÑM•&dwœþC»òáÄö­¦ç oT[w|ú©øšžé#¦ £Ñ[3ºÙqMŸýïÖ益B¡vùˆTï‘¡{ÿŸÙœÒÕÖ~­Ÿ—Ѱæ(ª+ù£Ýì|eˆ"d2~ä¡9~§Ñ5kyCÑ2Ò4uþƒd··èÕ˜>¼pMÏæïÏ¿wð;Ç—~é}d?jr›†-?#ï˜:è]C¢ EúmŸhŠªöÔx#Eõî¯ÿâ)?…¿Åwæh”ˆÁÇ:îå hKbL™@÷XèKVG”GïwRÉɈªÕì‡pNb<ȱvæÿ×NÑÕz?:bÛ5bÝ7ýÆùF0÷sÒZï÷ìñYÄpëfÍ­è]ë ÷ûS¹Ç}ŽÎý{É^鯠+T}è*ÍXuµ‡W…öJ½–®Xw–¸z^8d}\5 }†AFa:îÿ‡! i®ÎNu‹$—þÐàBŸñëËoxZ2Løæoyó«—ʵhÇ ä[ËT£ÒÃ!W¸ñö^ÿ[Zµ|nE±_Ã(ô‚±.X׫S]}¹£º¤ p§ ‘Žûä†Ä‚Í¢¤¹Ø˜}Î6Ä>;dùEû3‘¬\tDþqxçYy‹…ņÐû=-swû€z"§Ï»nÑLñÈrh­[9dcÔTïé}öŽYëüéX¹>s ²ê;G¥F}Dm@¾ù€¦×¿@?3âëñ¢;“úõü!®WÛéº_†ØÃ!Tk“Ù‡êSm¿Ómƒº!~¦’ŠzùÙüW£_þzjP3”€!‹të1k9nˆq¦Ø“¬¿ašG×!{ˆwM|úÝ#fÿ™¿¹ÆÙ§/ŠY]¯“ìdÔ‡r¥è²è²~­„]ìQçe¸îì4•sÄtã™w»tùï*Ô™4 °ÉIFÉøÞò0Ì¿yÍ´ö¢G®c[sGÕ¬gãÇKdlmóQ ¶^Ÿ^¯Zß°õÍÆ`e_FßòY8Ü œ ãbãÐAÃq2ÆßåN,4³‚ ÇÁ-9G;ô¦ÒBfÙQì{çsãN³‹—ý€ÒÕþ Ãpv<ãy†šç›|sÃäÙ®¡úŽk¹1{_º)7{±Nú^AêY?£õöc_H±Å3ß16Þ0±ÚÎeµü)ãa;²6¸yĽx‘`¤»*®Æju¼ÿðRd‘-[·ÜTVž]¿*Ë4¨òv±$ù[sC“{BåbÝõc¾˜›¸¶$râÎÙª“y:HÍcYx¶¹ÕÂ=ÞŠ(߸ƒ#FÖ–d½PfýÝ"P…Á‰iÇZ¡i’ri Ú‚8ËäKä>JODi׆N‘š!fu,ÒŸM4Îbu¦ÿy#v¬@§á¢ü/Êsb¬ 4Ï‹7ö?£‹Ó×lÏ»±T{Ïþä¦K6oLƒf—Eۧ2ÜQÿhRØé$+uk©®ÙQ“+ÇOxðTxæ,¥ç±ûNˆ+³7a´›oT2s£ÎåTµÑÈLZ»Ÿ.üÚ0A«Ù±¶vÉ‹E ¨3˜u–IܶsÕ¯·‹ÊÎCIÐÿcä­üÍNñð |b3aD=†;­‹ý3†ý¿CŽýçí}‡‹gÆþWÄáÎó`ÿãzç1˜\Õ{_éVÔü@Z…:×’‹jZ°œXéÅÖF¼î´È7r®ìM3«(]e”"J=û&ƒ4×ÇW™÷³qáͼèÀÉië7¬9mÈél¢»*•¿L„ÕýØ´•K¼W¸fWåç+àv0JM÷pÓu]Ñ%¼Rò‹’û;ùàóqF2Ç]Ý׿šíý£r¶^/ω‚ˆ¬8>™Ú RÒ&…+ÛknÖYW_óÞÙžgù>¹ƒ·Ì?h’åªhóKü~Ԋا|×TÔÔ|øq§íµå¾¶¦.¹è|â‘_6Šïuã³²Œcîè;V,~ørÒy«ÍúŸ„ݪžÚ&ÚEé-&osJx銕÷n±´l1ݘxe\Ô½­É.ÅwÒ£ÒóŒ.IiM¹¯ZåjµÀÁ0Òôó­}{pægÂÉØEEïq¤KB ÊÌ'g—­´w®¯´,Œµ_œy¬îLºW#ŽorúÖFŽÏ£ó¦œ1\f;µÀô“ÝÈ%1ñÃÖô~qÖ«—¥¹·MNÞIu.eEñDH2ùÎŒ„öŸiªËägø[˜v+0Ôl¢B`*×¢gu6oü¼½½·ýÄáXü.5ç2Ép“Ã6«¥ Gûsr íeýuc>‰Ë›nÜèáÖŒÃñqL/³^oìž<)†'fG¦’ÝZ4ƒ‚\×YmÝïz„ÿÔ©SrŒ81ÉŽ#ïÅ>9'¼Ò ˆ¼›”œè/ï¬[RRRˆúŒÑÓ35UÊ9ÀU~¸Â’¤$>½' 1SC­/aE¸ÞЗNQ >¢g$µ?§bøÉ+¡{ì¸p2|Æ^Óxíä7Œ»¤k$·ì ã™Å2(¬òhn`dˆ|qö¦ŒÅ2×-*’8õæif¾ŠÉÒ·ÈËfÆñI‡–D»ßcÀ…0ëNBaLË ·C±š™Æ–Ù>§…6)tõÍ#<ÌÛÌ2 7j6'ɆS¯Äá ¡í8.ƒçø­t¹e‡#>%Ù¬r¶0_Ë$¸wZÐ ‹Ðl¯…ËÙ>=9”ärØ.{ÝñÇ!é'Þp|Ÿ6&'C%G&&xâÊ_i{~ y}rξ§ÒÁTÅ÷ØlÆBƒÈýœÖ¾­ÛZš§íN¿Ë#Ŏõ̓j‘ÑÚ¢µ)GÊHö¶LõÒ‰ÙOmÖ¹žWp<Øz¬¢é„MeœÏ¶I7$Ÿ[oŸtòçÈÊu¸ãÕöë4 ó+~ÕÖëTþ‡FW‹ ‘ËsW(„6LÎc›!Wë¡·CëÑeãè&N£Z†WFžÞ¶ü˯ð¬_tnWå½›+ÿÍt…ÔÇŸâ£æË(oÙ8w·–öúI<üצñ™{˾iÚág~¿áù‰ÒJïg6­ŸíÂ?¾üìÏ/—d*M=?>ü[\ù“qqþ‘Ë 5ü=Nþúæ«\V<Öðø¸ÒO\]òiì8§‡¹®§TÌ/ä0X¶2`f¾÷;œ¬Ÿ¼utÉpé¯þ™]•hÈ5òtäùÍ’ºmva39ñ™.Èàà9¦txœð˹—˲#¤×{„?‹þyy›ÔûætvËIìGÆf3žþéoÑ×a¥ iNïBbíòÃÎËÖ<·ÕvrÚÕ㛘…®¿žÅ»Õo÷)F[o`NˆÚv¹/ÊÄíZñø2K^F¸5ÎÃÌþ më3·Vä)ß2ÍÉpÊuŠˆZÀê;EÞ>‘ᱪQøÏ¨çÖÚoi×›14O«V6øö|‚êê¯ö%«ì".«mÌ«™¼(k Ûösç0ÕÝ\xÓsbnaSŽýMËëÖÛ;¦En=§¶åI‡ïQ3ƒÇÍÜ9ÚÎļ1²YÆœ)¿râí žø…™Wÿñ-ðß–'³P<§õÔ¢ïþWX3_ûHmsÓz¾]DpMd²œjÒC‘[O|“‚§?KM®ôizµ±Œ©XrÁ\w¥,;'U®m_ÒÞ±ÎàÐ×׌3‚ζúN7Æ»`O‚û–Öcž{ËKØ´ÂùdŸ²pr_f*RñVé~€8_Çó•ñ?22®Î]äxÊöCk½ÚÏÙ¸Ë×Mö¨Ä·Út;gå­ì‰fõ<•~Ùæ¿ù¤îÍ€ó^~8»¢±ðåýíAYV²[øŠ—5Ä•ÿ<~ûXQåa ®S‚Û¦gÞVTgpÛsÃÆþÜFñs_[.2:$•UV&–žÊ`³üø·oì­aµæþÖ­_~®6ÓüŸ U¯=¬;ÖÜ}ð@ÑësMdÎíá-umZ®ïÏ(Ö<ý$þ¹¨pDké­¦V›ŽÊÆ4[óVUºÝþrœë²°óÂ%nNæëÚREn?ý(ü¹2Å-¹‚å‘ c~݉”œ”¤‡[œ4¾­S›”áòÌoEŽ[üs6ú>Õ¿ùòËíÉ[¢êøMim¾8îà‹c,›ï¿gû°9gÓ½»[Ï ›}ê ð¡È-&Ž?çîÜé`kcа ¸UýQ]º¾šM«…–«ÐÓGɇ—‰L±ª7¾ec»Há§èÃK6ÛC«åÿñs[rͳ@¦£\Xy{RHøîÜ–œûü›ZhÆ¥<ÞÈ–£#ÞÜš>å­M’£¾°¡]û¥ Ñ‘ò1n-®ö¸™SÚ Íô̹õ³åãfý_·’ªËTNz.uˆ®¸§¨ºÅâÂÕÀÑêÁ¥<^‘Ñ{kZb¾lQߺm“ÃöWÏŠ–Ö7©&?:Yó¾aÙRÕo-Ùõ²6É®‡Ê/ÐnûGöDæÛù¥ó9ëßW­ÌiÙä'6¢ÚhŒmËÌÈú—·?:~lþ ËÍA­õâV¼ TG^ñRù²kÞ×iz/ ‹Ò¾Y<Ýse´ÄÅóßMvŽÕ.8v"$õÙo¿é|<£-ì§Î-»ãía¯à:Ï?`ÿœ¸]÷Œø)s;§V§*Í-1w~êYÏu aÎ×Õöw8~?ÝðSfÂŒ_ÜŽ¬8"yÌ;SøìN¶g=y5-ÎõV²rN§Ë¯ •Õ~I\œþÀÔAóíºï…§Ì/,›à6m¸Ì„¶Y3yÍ~ÅžKšáXúzÚä}Ë _:X-_ÅùÅïøÏWçDÝ_—2ÚÙâ¶–séy·¸ñ¢‘¯×ï™»izbǨ JMµ'.,ùv×ë¥bçÓ3.Û"êWå´Y~l^®°xg¨|Ã^Û ‹uš/§L‹Š)Œb/Iã©^êçÛúŠcâ‚Fû»× ¹øäožiSææ)X~uŠ–¶ü‰âS‡§Þ½úc»CõÃU?‰H{Uª¨#wÌhÖÓÍ[¾ òG/¨˜[‹›œ¬¨]â9}ž`M]ô•)•vc Ôy ¾´_=»Hå ³Ù->ýí¼mxXJ^Î9¥a[6­|ÛԽʯ߮¼Ôæ[›T%æ[óôða…ªÂ”9!f,”}¢Ÿjî­~ÄGé¸óÁWvi>q‰s"£xJM¸-]9y‘…TNãû+¾Ãµ¨Zúõè–¼HX…¸°U’uä,-WŸÝ[\Þ-ÿxFìÛŠ )>¢¡»BV¦>=7Áø …`üñŽ™Ÿ¬GeÝHç_tóEË%]>;Y‰‹ìÏ^ }å]>ÎknF¢ÿü¬Xõã«=ÔTo;NYærqÌÏÃz§®wNm{àÿç±véâùdÞ¤†Âê U¹¾Ö.Í'LÕØY°`ºyiàs7µYûU^½=ò>ùyѦ1n‚^JéÆg*®—¸¼¯1™Md«”hk­íªz6'â¢îÍÏ Z"’¾M@ôä ©m~NÍá‹/œyÆýp¦ýŪ…G*.W +QNš] ›´mûî@ç3Ñ*—™ œKñÖN}ÿcL®Âgþ‹âµkÏz/¬Þæbãåh_âàw9ŒUëGè©äïw³bÌõ75ºéš¶€™ÇåèíåÍ›åDW¯­^ÿ4õ½°ìkƒú-û^zhò>κIxR͵nc˵N/m—½,9KÞE¦Cã†~±Ö›}kÏ}‘Œœ°åõdžÙqKÂî»§*ëžø~TtYÍÊÃù†×J ²ç˜Väá’+Í«Nx»ÕñA×–¦šátut³¶8%9^2õM_¸ViÜí¥‡uWª®›k¤³qG¹I­¹*sIi»cþ«ù ¹Ž·DíÝv©~祄\UeS²_>¶<4Ñ9þìÄŒ‰ÑüïèÅËŒº;¯Zx7CaS„HñTŸE…¶ B,˜®¨«äÎ,¬.»t͸·.E²Aªß>ªjqK7ßr¼êàݧsËEçU=ÓÍ–ë0þòÊÕziKXœÙÉQ#õ%í[N5‹>÷ÙJ}´ý곯=§8¯É÷I(Jœ\þ:Tª}bu£Bî²ãŽç± ›Ìœ'þ1)B•­rcåS-½•×öücñéí£Ûq×:>D¸˜Æ_}ä÷r–)g.GaÑn½Ô´»Ÿ/LMxv4©vÕOáÝ&~•Ÿm¸nívúµiZÁ¯ûç3ÞI½·HO¸àž’´6àÐè>Fâ'XþŒy™÷:im©–ÞùËÇÆˆ;Ÿ ²]~kBÀúÐk+·fý&ØÝäìU{óÒó#ï[&ê=ÍЩVSÔüGÓqløé÷cæËGl[_ñ!WëSÞf¦´Úô–¹Ówħ|8`}{ïI—Õ?_¸òt•Ÿ­ç}3ªæ¯hÙâ^·ý¹Üåß_Ë–áTx™Ô¡ŸR1ýNkƒÍpŸÃm3b­Nq^Íwò¹áÈŸ­ÿFðèì7¶L͘»m{œë¼Žÿ<|ïGþª“ Ý=L%v„Ì]u-¾ÑDuÂçQ+Y"6}ôíìÄFCaË+?Ÿ,xÙ˜_,VS¶ÓÒ´Ýðh¡¹ýV³¼®…¾uŽªµë³q)l2¹¾Ž]Ǥ»qxóê Ë›lÓM-[?ø~^£—’[ûOþ«šeÏyíë„‹v·›9wh†Û_3‹~½uÆÑè½âIW¾[8=´A´Éä‹÷S•Óªž®WÖiH_â)''xpiýB•ÔWÜmÏÖ>ø8/{Ÿ®¼_ûÍc¶Ã³fâW^Èùâ`{ëy“¥* cr?eNIxxnmÑ<ýB¶F…Ú¿”γ GÅέµËþнxÛŒ¼ØÊìÝŠWÜvÞø Ü˜sn®å‚e1Ïã]:rÆ>}n}4ÿ5_¥g®Ë¶$a–“Q÷ƒöû)¾çhÚ|¯m„¯·¶Ú•Ë£Åm®kÉ™i¼4œC4HãVk©Ê÷KÑ÷[}5o?µJ¶tŠTÓ’è̦äQõŽ‘k5ËN*×ɾ°(Èæåj¯,\RÝê±~¥í±/]Ú9›Ò¶ä¿q<{õ¬×±2–¼énü~£]”w×}.~µH_Ùq6¯ÄzGñ+ª¹ÓÍ—J6Üx’ÚÀY¢f ¿>@iû¯–¬ù×3,æµh§rÔ×Ê–gxYí4P*PÊzô‹ÁýÍ.õ_Ui1 ϵ=wEzLîô:½èÔ_Ü.Ïïºü\®Î]즓ñ­ÜTÜ+#ìUZ喨럱H¼´dãf£±•ò‹*dE å.híYÎô«æÉõKçmßÚœ¸yß6:ÂG'¶X¯xZfƒ²fÓVé[2móVv°U.,öþV©ß‘us] ãhGM“#ö_ O}湈]ö¡cÕº˜ Uo(J,pO»zVº°¸îØWÙç™Wr2>~loT¢`ð+õåèÒçÿèuM¶|9#xe¡$“e„½«ùöqû›Bç®±_é—¬WkòB`÷Åt›Gýrå¿Ho¶Ã}MŽœ8á×G“·£¯òç^cž²÷ »‡ú¬@åˆ~QKΩEÒ—Ý'º7è–ÃË‘†Fu:áºžŠ‰Vî® òWÉÏJjŸðuW¤ÛaÍ6?¯e¿ŠŽ ûŸõ¬b ¾²•Å¥nO=z¥…]rÒãEmZ5­K6¯;ãê~kñÙ×cUˆ¯®(þö3'‰·Æ'ÌæI‘öˆ—‡b–G?èÈt*OrºdtÉ^ýµWÑé[Î"µ~’Åg7ú9oRQHÜ굯úkFjöl¯8ÕIÛ][#Æ=Žæ_T=u‚”ï×ÛW=£áî¬9;¾àɪ¨¦åñ–\KꢔìŠ {YÚ¼¼)~¾‡ô•NU5«Ýu¯¶,³3TÎF‘ãEa§ÌJ±eo é¾ð£z¿'3nÌÈö½BŒ¾Âë26D&¬Ø9•[÷OŽX&$Á‚ÃÙÍ/yùPËßïÉ«Sõš1 ß%Ýò÷ÉÞw£}Bµ®J&W×.÷aáëç9Žxoc¯¢°2dâËFKÛj¥?Ú².¤^bãɘíúkBsâžw¾\PÓ;ãžæ*}Þ1©üÚQ[¹–ý†ye7Øn‹¶nÐrôàQ[ð¨yýõoúÊø/ÌÍó— O˜±Á4ÆëD^jJq¹·)¯UL}ü´Ýzu¡3¾µgÕORKuªþút¿‡è95Õ+’®N± öϽ87Ù£ªA¢Ö,Ã:=ëÎ+½ ‹Ÿæžþ–.¹çhmë5¯æÒâÏ÷/LZ4Êøªü¼§¥Æ¡›æOñzseöÕjýñò‰ŠU%MS ï9‰´óY­Øúã´xøz§‰“ç©IÿzQbÛýEÓ׉‰ßtë‹•ƒ×¡VOÙ™ÓJVÿ¨’’8y£ÅÅ¥ Æí¥ÞÂàxŸ‹&>OÏË÷­ÿjDYþ*««.œB¥ÎVåÒ¯×ÙÆ»¥þ<ÚÀöý¶Ç«ý‚"üÞ»…•u?sÞ¼é}óØf³7›gèX¬{vþãÓIbÉ'Õ¶7Þ î9©PuË­†÷… ‚y2ù ‚'°j'ߨüêIÃüØ;¥A/ßÜ,;ÍÐícxñ»¢%K·z‹ «Ä¿þ<.­mßÖEœ!›eK/›ˆ(·¥Õmðrù,gcö«XNbZÑê«Å5ZÅÓo\q=YõJÒðºBºção5ë­œPcÛqÌÑ­ú§¨M¬¶WszÉÔºõ›Ûç¤Î¯¨~:_ÏiVImÕ™)ûFTó¸â¼²:dñÉÀ«Ð!s9× âϧ[¹^×Ö3Ô)·]ñð|Á·ù36‡ýäy§âi._Îí+xðD­æ0Íη¿•æ6”…å'™Ûh¸j•9~®Õ¾¯,µu†€á?¯.­»Ýì;¿ÄÇá1÷¯»‚õÓËWŒuÿõ²°ÃàsÍÓë…žiIµOŽÝa}mºÞowòÄx½Èí<Ù›BÂŒ¦Ô½ØÉ/*Rè\Þ¸*W8©íá>ë“Ûüsiçê)-1âM —[벎ïÌÔ>|³Ø?r†ì÷ç÷E–Z¿^ûæöRÉ>_rÝ:‚Û –æÕý^¾vùþM aõõ!5MJ—–VÊv¨¶ÖÞžé"žQU\gq yä«j%Ç[ït~*5+Z9¦úùÔ)ÝÉ9s¨|ä}‘7%M :M³4²}CfN`ó&e‰úeÛ¾¨g\x¸pšcÀI‹¦ü¬úr…reÅÙžß~ÔHÌž.21ÝÚà¹JbÁÌz¯úöÏoŽ–ªV*ÿ˜»/9ñÍŒöý Vg¹|žícsõqÆ&¯úE6o~7¼Ìõ¼RÖòº¹ýë•× Ö+´™Ešm¯©ÜVê³üÎû–eaGŠ=7Ìó6ã–îÈe¼K•ëÞ^/Î|¸½iø›/Öi‘fëloN0«M][}´ú²¢PÑÏonI»T=yýÓ)B¹Þ{OrUÙÔeÆë°-HóÉsÝk–¾unÊÑ$=ƒÎéNßFN¸*årÂhuNõèRe‹mÉΓ¤½ž ýT¼õEE•ƒ–Æ/ýŽ­ÕmT%ì=ºlºÝÓ= kmœê*†oSÈpü¶Ù~¯àA7ÅXÕÛ[­ùÞ%¯ùòøˆç‰q¬Ó+LÖ¿£¬:5ÃqŒƒEíLùàäújfÿ<ö=chæäü&úÓQ…„ÚËÎS~Ö?”ר4+hL«üÑüeçè‘ï®*y»úVíÓXƒM>'UÛ4Ý7\EÚióìufá¼lýT”;2¼w¥e&ÿsAÜëÚ¬ %éß[_‰J¹s´%nÓ8øpk…Ù‘Òɱ5%ʹ~Î3'^©99Y®ý¤È¥òâYe¾V 9¦q X¥F¤ÝpŸÚrsú ƒ†‡‡Â¦g$fhmË,.7ä™­xÿÀÓcþý+U 9΋6®Íÿ‘ÝdPzoë«7ï78ót\«[Ìd½ß4·6²¦bzÀ¦•‹ü¶™ÌL®ÛXçãö¡*“ÛzÙe²7´Óå—?JQüšØº NñëÙd “i6ý4×Ü&Æ¥òOÖ|oŠz1í[Ü«ˆ”ú¥NÙå·¶Îé(¹Ú~°z8“ФàÕûõõ uⱡÛ›·¶s-]œ”ûòº9çÿ9f¸í\šÊ•?Ì~¿:F|MGIÓщÃL•g–Þ$iŸX·(Îâ¥Þ5‡ýR¯õ=V.‰-?q®âr̹!j>­û›ë.Üø¥À­è¼Ñɶ5G?íçöèèǶûíI¿¦Ÿ¬Qªw~›6Á¸5t‡ßÜæׯÖ6}>wÂÔÅ)öºEÝÑ„z½­›~~VªuA`ÑÁaÛΛ[.W|ç6[Ì÷݆ëÞÜNL8õÃŒ8Ün7F›7*zT4w` ö¥ò±S8p(Ú69C©Ç›·œ i±7´˜æ¶,%u]Ðý"y‘œùAc—ŽsänXw¼$v}Ðñ±S®¦¤¤Šæ4$Çš:¶_ŠZ)ú¹0ÖÆ]J>†/~˜øGÏMÉY%w&(Õw¦qÕ:Gÿ¬½W«6O˱VjÚ´2Ãù£Ò¹²¡V†yE—¸'Tl’òó¯=›ºZÊAæ§³v`ô¹x…IZâ’AžãÝ̽ܨ|a-ËT“·ñsebä‚‹ƒO6>Ywþ™\NûœfáL™§%¶óËl¬—5Ég¦gË.húøèõÙ+>*üO–(l(,š³÷Í£P§ÈgâwS*Äý2^öî¥Õ8‘­±5:9Ǽ„W¿‘Ö±uù¨"!Õö=úÞck‰©1y™¢¦~=%4Z+ü–[ãoÑEiž+RZ2änó5îô)\Çø³ªà};¯åÖ´Ûo;~bñdzîÆn +ÙNÓá5OÙ##DŸgj`T¶Qô–SÊê%lzïs¡]æX– Oè½æ%‹56/4Ö¶0}›¹î“Ãö#áÍ˽_ØäÌŸ`²¥rµ÷öÕ“¦û'=þÇÛ»ç_VÕ‹-Þkkè\zõ”ù3íÕËnsââ6°Ó9¦sÎnìÂýI¼\vÍE÷Îæ.û6nBÀÉ3Ë'¼“äy}ÍÈÆÙ£™ýÝK‡©I¤„ßÙ]xªùØë[ò)~òïk ×<~8ÍQÐ#òÙV©G©Á,7]­v•dšX\ ;ÍìüTÕXc '˃û¯²6W$ʇZ[+c²DAZilä’ñ“^éxvwœù°ú£Gf\ÈŒR•ÓMòšE¡b)WÝRÙ½w…\ˆg…Îêƒâ—ŠÏÖÑj”=§í;m{œŒçøÛgõ"âŸ^ø&t׬ؓ¿%uìËŽ\ÅswE{8zêô\³¯S¢/ž·}°:Þ­Ú=º½Eáñì €4I«ãY[×~K?´t—ãÝú[Î7­Ÿ¿²ÕL>;ç“bn驨K§­{8Ùqgâx{®­O?*gÄk*†™½üRÎYõÌÛ!éAèö}ñYbéãBk¾H|ЙXîŸ}*rÒ‡(»ªÝ7«ŸPçÑÎ]’o¼"gVʵ‹ÏNØÕ_#qWJz?Àû§xl)W[4²ìß>ÿwOÑÿÂù¿µÂJÿïµu½êóƒKPÿ/.æ/YZBýN®Ò²â mÿwÏÿ]ۣƔÏÿe(êö-í"êçÿîÆ·Òù¿7‹Iß7.!œÿû…nOè<ÿwN1ít7z}Nïù¿µ…¤ïÒRìÃÁœÿû‹¬V‚=r× Z–üü_¹nÖ&œÿ;¥¸ßÄóÿßœÿ[WÒuþ¯?Ð)êþþHa×kjçÿŽ.í<ÿ÷!)×YÄW‡Iºì<ÿwþÊ­åÌ"¾ÇÎÿ‡÷kjçÿF–R:ÿ7¬=Øù¿óŠ(·ïwÿI²ÓÿÆù¿Ù9±óÓIíèù¿üe}—ôïÿ;º„N[Ñ“Šžó‹zå„ÿkêñ‰j]BðŸP?ÿ·¾Ú'—Ež£ÏØñjq&åßß󝿒j­OT^)±LúÎÿ}\L8ÿ·‚¬Ÿ ›ð^ÙŸóöc,£tþïn:ú‘Þókñmq*éŸ-Ïwë+iŠw÷çü_Aº tþoHQÏóƒèÈѯOýþÎÿå-šD1Ž›—­)Æ 1pþïÀù/žÿ+S¼ª”pþoÉ×{žÿ»¾hpíüù¿BýšeS:ÿ׉¨v8ÿ—>àüßþ0ðó5‹í!EéuÅ;èž1 Ñ¡JÂù¿4ÁÎÿåëUÆ@Îÿu%ª·ÿçÿÆÒÐ}çù¿føÖ=(šžœLaÄœÙïQ´çù¿M4j·‹Æg+»õ\ÏÿýÙ$_ôgÎÿµüNaîúœÿ»¾¯ŠóöÐ ñ¿®WAL„?G“] cògêy‡SSÓq&J¹mÄ_=ÉÂÔ½Œî„0Êb Zã &Žzšà>>¥•{0“5–»õûØØp´Rô¬)½iiÕºÿ9Þç '7‹>ZKžÎŒ«ïë¹éËžÖîå§•¢ïºPKÑå=)¨ÞÝ™¢ÿïwÿŸ/ñýþÿJûö%†~Æ3z<>ˆ‰ÞhOÝã—osÆòfêÏ8EoþkþÎz}¾„<빇.ßÝüôäFo?£¸~ŸƒþüÖÒ´‘W’ØPÔì’X–K ¾†w9–§å‰y¬c¢”‹<µ{iµ ŠïÓªo•;ºîÚÐ-…1¦°&Ê%l$^` $¥9ÉÔ5‹Ã> Fs¹Î+ÞLÝËÂ^Æù®¸öL‡÷{þ£“7öé{b úþM¸«D‹´cƒÿó[×:‰°/Hz/ƈÃ%⋟A¼ò½SéV‡ø?17´îꢥ0ötŸm£Fü¾Cßí;ë,[‘•¸ßJú¬ëï_A?êèÇŸ†•t}ù:ª`úy„^cBff$\¿9¢3/¬UŒèÝNSBnØÏuT5W|õ’W4ˆÿ`Ì=l‹õް Aù%¡Ï²ñù=@?_ÈâÏaôÉ*T±l”ˬ‘(5ñúiÂ~.ùž,ÔV +õÖD”^½–D¿mˆ½Ç‡J:‚¯Ódö‹,8\zµ“ìéÊôù,>,yOèð`J£?V£Ïa8Üôû>§OLدÕ,]½áŠ~¼Y¾£ÚìÀêˆl†^ŽÃIâp2X¿0vïi”µ-ý0®½E¦@ívD.Å„²,‘¯ZÑ}çQ~þœw2Ó qâp,„ž{Ž5€ïf¬92h­{݉ý+mì¨eǰ¶ŽEý†–dwPþÉû‘\aèž;èU"²"×>Ë© ý‘ȇ¥ˆB¯žÓø‡Ðm¸Í¨?Piꌄ:” Ç]…ÿt5ºr‰Ìe™e‘UÐ5̵Qî wUCÜ KǃJ|ŽÞ›£ºNÞrî ²» ¹Œù±?a=ÁJöK•3ý¤¡÷樽Ñï#‚Ø{ì^;æ.=aÏž°~;‡J+AmÙ<’è=èCÌ0 {N!¤MAÞF$ET{}¼]0wjB}W…ÊrG9àïÝŒ© ÝàŽÝ„í\¡|Í’ÃbF²ÓaV‚’Úy5¶á"Šv¥ãC=%ÄÕå78¢†&ãÂM⨨ƒÕ¥‘‘GuG=­‰2WA?>¨&©è÷ùQ„ºÌš‹þ†èåŸÐÕ³èõâûc¨%ûP.×1A~5ý¾CVòd;¬±šØš½¨d$D°lô3eü…°>øŽòÅJÐ%Æ|V‚îòÑ}B(­"fE ‚Å‹P¾èµ5QžkˆÝêNVöaìÔ’{HIŸ& «K£òѵ͌„t›Pg‰qÈý¬Aumˆù5¶4 õ¾*ý0fÛá„H¥„^·¢»Ÿ¡Ô„~ß$Æv̾PÌ@êkÅïUqT±¼Öµ730ÏÞ9tjú<ª›*ʼn‰àƒ¾ÄàŠÅô]˜:ÐÝy賋Ø3úýØF!ü¿“…û„Jq"*mC×x‚#x!~î Øøñf>º@¦NÆîêÄ¢÷”&žpD *çâB?Kc#YzÌ+™Q½¾w›»]ÇÂ) ¸OH§ÒŒm&"™Á@Èßk;ºfŽ~V3¢Ýô:¥aDõÕAÞÏI}î1âR2Êë9fôùâ$ôéM,Ù¥ÿ‚ÊÃ|…‘XÞEÔ+wPåk†Ô%‚òhB¶õï§'úÃ]ã@eÍAʘÈD¨ça[Bþó¢1G5zA»gQúdµÎ˜PF쩳œš(]¨êz„òêD×DõsDm<Œ~íhLŒOˆð’ža=v¡±ñ Ýç;ŒàÝöº ãìyƒíF®aÑÕ©Ç ÍÅôÓBﵑ¨â(ÏL¬'!ªÜ!ú–ö‡>Á Ér/Ð{.ÐåßwtÑ'¬„ÑËÓ¦"TÐzllEýˆüë,Òiª¼?²í1”¾ýHtÆE¢Ÿ¢Ÿ}Š?Àf):¨ŽŒ„ÙËdEnBýñÏ3’U „Ñæú< åù‰àƒØ˜?ß ¥#ª‹‚ØØñ„™£×ŽÃ ‘Ò »ùŽá½.VAG§X}‚Å$_T|¿W 3P[N3|›|6`lÍDˆêºDKò {ëÐÏ lNÒ9Dó"êji.I|Þ„låˆ~k#ÄâÓ”ÃT„õ0B¤Ða%(Øšðá]z•ÇL˜ã$öÐrrÙ%:—V.ûý<Ãb+;AsMØLÕ©Œl¸å Öñ®ëæFÂl ¹/?b Ô ­°Ù€:¦eb§ê“ærЍ a,D…( èÃH°†%/þßÄ=Á"aä8ŒÜå9 ñØ÷½E°Ù*ù+!2àŸ]9 ×‚„û 9Áù5„(“ò߃~ÄÆö\–&›³bt>1'GôÞ›b±¨E¢]1ìù ó316‚?aýë…j¿Š©s–JÔ/êçgèÇ•Ð~K”ÿT!¾uâÉÑ5K·C÷ŸÂÆìaí®GùL$NämеSèý.ô^ެoÑë²a]þY‰*üý„ 'ÌâÕ‰>2õÃDÔ(SäDcVÆŒb>ûÐ<íÖ(ÿbïtŽMçY¾7åu@…c\UóóTÌò,½ÃÂl6›ëv>ÇGy-F½iDÔ4~@l¦Ý6Bly‡l ‰ÚƒE+l6UÖmÍ‚ì@lÏ)¶x”ãiÔÒ›è÷)fBÊNÃŒÆEl…Ê%GX©aóyM&ÂÜ~1Ö˳XÙ°çꮨJP1„ènîFˆ íÄÒ°QSw6Jcƒò]AÌQe 5íôЬ„Õ Þrèµ;jöô°yŠÞÚO¬ˆsN¯Îç°Œaœc#¤OÄêÍBèq®„õörÎç"Ì|ÒÐõ¨ÎŠ|„„.ºç-6‹ÀO'’°˜†÷¯4ü<:uÒ1”[;3¡O;I$Z¬3vH²Þ˱V#„æÕ£Èº›å=GÉ¢ˆÝYÃBð¬@4Cí»ˆÒl`#ÌÐây;c¡"JÅÊKˆó˜þ<±‡¾Æ†H(ŸÉD»c67Gž| åçÉH˜{×›IèZ’è*¢—bý;ƒ“à]X”»ÎM˜'{£Ÿ Ã3"ÌÛÃP}¾¡|V¡ß¬:è“1(#¢‰=7‘8¶Ì"æ~}!¦â.‚¼Ey±r¼ó%LµhÄ{76îcé±âƒo™úãÊ«[%¢;w¡rò £16`!Ìû°¸YÄL˜sáçËø~òFë VºÐhÿ·=Æmu²U?+®k4eE1Åç‚Íd?°wy† Ê1›°æÞܵµc±VžÃâÊîJW6J[Ý¡Ôi„Ñ ³ØidÁK|„Yœ6!jáWïØl̇0“A÷Æ¢æŸF„kGFÇ ¶®¶ }‚r:€<è&¦:ô³ •6g"anYu2d|±&¢ÀŽØw‹°=º¿•8¶{¡{;öÑ%ü€y&6RÜ#*ï-±¦íøõaÊñaÜÁ hMô5l¥²ÔÚÌ„ÞÁ¬”ÞIVÜȳ:-Í@˜sFLG-eíœWbQ4•¨¶ªëêÉd{GÖ(Íi~B'jkÚ‰/úl*¶ÚBõúÑ™º¦ÃÞµ¦Õd&üNÆ×©’Ò>Ùþîï-U°?ŸŸÊ¯šÒUböl4®/ê{çÍX¸s¿CQü•° €!§?ßÄé¶ëI\ %=ì|Eé ­ÏèK•¤žîܵ"ÇÖž2Äu5+q¬s!Ç…¿†µl>ÎÁ”øœ†øÙ(ü¾Lìê®w„×ï÷&Z¤Úð¾s¿“¸#ÀNÜS ÿL†,ï› ]{wì=ö7;÷ ÷º`+\Beµ:÷ô[qض«ŸV¸ƒ{ޏ÷KÚïÆuíqà&®âÇã:¿'Л|âq÷ۙƶ ¸ˆ{ÝJd¶í´¥&qO’cÈ^c6AÚýÂøä¬áAÜ-%ZG„Ìj 8ÂsRœ'çCØ¿&+¹“Î÷Jž£ðO{‰×Žy’§zB´OçVìßô¾Å÷E—3Ç3Å uîÿL$ËmNç..~÷ {F¸a )Ö¢Õ¸®½WîSWžD`&<9ÆáL{´I­Û»(ìiì>²+i8Âs îéš6±‹Èq­Ã×{:™oQlÙkv²}2ö¾#vÑ2Pû3v”XÌÖU’k7mv¶(ƒhÑ™,Ø7p>„iÉŽJŽÌ8—m½¯š3uö“M·'³ež=G&ò'O|DgœB¦v>âý…Ý| ÿÝ—OœÔÆÚcÑP¥îÎÿJàü_ràüß.úsþoZáÐzå¿uþï—>ÿN5œÿK/¿ëü_A!a‘¯Î„Ñ<ê¾ë^{ ¶/ÕŠÁg xš’vès†ÈodŸ214†sÔ‡¨µÅìì»ØSõ‹¯~’Ò(å[e8ÏBnLöâçÁÍG, K]8óK›ÚZÅ,¿ ¹?ææºÝÎdÂýŨÏpÖ±ùñþÇÝ*OÎF—@ãÍ g-g_.tBÒ÷ü1ÎOŒì×Û@çʰ¹zþÁ™ºk—G¦Í1ݾeÞæÌ©MGlSOÐO/¯]vï˜B¿æ½ßÂÆz8ÈÏ•(8w*6¶Ø´ršºÅë¹-‡o/½~³þivšwÇÖ4öÊó)-‘ûL&ŽýY$x´þ–u›—Ü’](`Ÿ‰òÞ•&™çty’Ù±—Ç>Í6=4í£Â®˜m|¢·å0â.XzÛgÜîÏÍ•k èýâ øìýÚë%«¯Õ//‰.|¼â²Ï½VÅ <©ô“v)ߜ縭­o]“nUº¯ô Ndj‡‚ê†-m—ÜÛö&—ù:LÉäå/–¿ÕÞä2fÏ1žoÁ?ÅŸlpÛ÷Ý~ëþõf1©¯“´/./ɲ¨¬Þ*´Ü-£:Àöº·óœ+k‚O¨»¤'e1vÕSI¯äßx ¾keå]â·]O8 Åû±i¥yÕ£‚,áä¢më+ùƒWÏU^õìÉÕ‚Æß’ ‹4ô*Tj 6•Xáa}NöÓýUí­ |o}ë-^[ÍyÕ!-E|úâQœÜ0:‹E9)TonzÕ §'ÕK 7?é8tyaKŠTBõ>I¸% 9µãÞ¤}ƒœræž<.DhT¥<š•ùÃJL€¯I#ðwÉ>>ý•}Ü"‰þk«Y4ĶÛq¿ïÕöîðPßÜˉËséÙMc›æ4O²¾Xh¹ˆ‰WþÊ˼WøÀ>Õæ¼Xœ¤5)·¥÷îŽ_-‘hð;nÓö¨_±}KMÚ-‚pt'ƒŸiêÚtEúOQ)–'Ã$—X"=óµùü+"Ò"û9M›5~‹ûçæeïÔ%íŽuIôç‘¿ž¸W¾>¢ñ/\nÓ“nóBöyVGÜj}ŽÜ×k{jï·¿mŒDÈÆ”„]îž}§×úÒs\PM¢\&(uX8WgmÑ|¶¤|Ô™'3/«ô½="Vo°ñ¹"êMïlÖ+*|­T&•Øæ ]Õ6C$#†¯}~ì×/qoyKÉ匠›jšdIØ7e\Ø©Õ*þôm*Ä‹f˜®åï÷ÉÝ1¹‚âV7¤häÄ•é¢ã²LVw=L<šU ئå?Gßë'ö™í•¹EÔljH ·ÊíÍ=—jlÌ]RìƒÄÊí#ìÃÏx} 墛œÎ.Š+Æm+“>­œœ}ôÛï!1Iò‚zWÿùÎ"ý#²o/ÝÎPñ©ækhÎ÷ŸK »²éùÕ±|ãM`QêxÃ8åm¢wø¨âòv‹)nfòOñhÿ“âÑÍùûv²émÈT½¹Ð:\²пÿa¬jÍhëT·Å™«?OÛ©ÍŠþQ56›/@ÒâJñýñ¸BS"ßpÚ£ÖKcC}…»u¬Ë[•™j3F gò/k2{E¹ gòÖ;BÛçïþ4b®5™?öbMVOXÝ*Švxík îk'™›|.I1ö^š÷¸´Í—¿XiCñ;«Ð±ù±Ãt¦eN¦Gíw«¥aζžDS±¤â„lŸ‚ˆLabóG±\ËOí0ÎZ[‘'r[ç%Z"5T–¥ÉÙŸK>5i•ƒ£µ%y5ötáÉuåªÏÅ^ßzRÔ#mÆ7²œYðéÕ41õ†7oβVx¶Ùu)øo‰êøíåeÓ’¬˜â2¶âÒ¦ríÞ;;Ú8®?ûýèmÇÎnÇ.lÑ¿{b‡²{ÜL"K´>‘/ÛRô]—PMÎߥ:µÙ&í3”ÒÌQ¡~:ﻫÀp_A¢þ*·qnŒÊ¾xÎ<]Q[Ç!£„/D[…¥éÚ¨/yɽ.Š}ÅÅÉŠ^ Çoáž¾»Ø¥[¦ ³ºÔÁ:>£¾T…®)Ù¥™=O?|k¹á2Ïh¼Í§õNõ©v•ó¸?R_Úî……šÅu'·»Sžý=!ó+3jêïW+ . Ó±Ð÷í|±©êOaÛœ?íšE7ìpÝ.7NKXL[xò.Km¢?;|$¥Ð³çç¦o>þ7ëÍõmfbþz»L•_A _Íù¹NQ»¦£åéµ"Z×{ê¸ Kâ®ð‡UŽÑDÞôN5Á¥+>”ÄD³EÒ}"Ö¸N/Ùý ;Þ™o­Á--q#RôÕß”k­”5Z/þ}k® _—l‡û–ϘJ¥e蛕™{ Ûòd±3¸…¿³}ë¯MÜ%åž;~tÆgõ¬ vÀ„—÷ê…fr®ži­¦¿kó…å•~¶ ª-8ÔÕ賓¹n¬ll¬š*¹È =^«‘®üYL¶{öA‰|lOƧ3Þ&$gç'O¬Œw÷8öòÈK9¤,–§§½’jxÍå;…Â{¢MYüPçºÅZµn­ï?×ÚWY$æŠ(À—Áõv‚Õ«rï$÷DÇ]aûTÕëõwºð’áýˆ÷u鯱 c1½ãå¿ù™™¯„_xPvöIm­à˜S[Féü‰º’GEîªàw«“afý·íÞm=r³<ÿ£…ó½âø…Ió²î§"ïµõí~Qcüòžl”SœJâ½¹ÛY•#eTõ:S›ÖÌê놂)‘’vCâÕÏ9>, Ÿž\.oâwzuŠ«ûÏ[V߬¢¤ßµ|Èù^ú’O(ËÝvåž¶/èmÿ”µá=kæFŽßFÕ[VdÂ,­žLÊu¾át²ôÎ<ߙυûôO»:õõLkŠ~õÉçŸËá£,χTìe%ÿxÜNô;ÿ9KðJ>ÁB—ÅëÇFLì=EÚó\-“òB³Æ'£ž ̓=梌’_òÇÆž‡‹°~ë}zÎ`Xœ­äMÒn•tŒkw¨ j…-—l:N–¿—àÜy¸ìÁ2jÝwWÉÔ[%”¶Ï=K÷­©‰þøY,¬ PºwSpzïÖvËÝÄòvÎÙÇÛ-gª‡¶’àt_Kñ°†’Ú} ?ÍýøQž6~ŠV¢Þ¿ÛÌ|¾«4ndéîi·m@Ùu{#þìs¹æ¹+.¯{œ•T¼vã¶)ËÒ¸+ Êìb^úeßV̳o­s"·. !rçiôiukIÉ5Ôe!¯“b™¶= ›oØ´Ëi&*¿}rgP/zÐ9ÅéûvɵX Ù߯"­ž öyzJ)ÙF€ví=¡9º™9­û>!üZ·}dX¹6ýÒ.–ëý(®ñv õŸÜ)"»$Y<ñT3@Œ¨>-#M¶ÿÙ+÷{͹’¾éST,gÈW)võ¸ãö¯¡cU÷´X^ìª|ü–9øÂçìj^ØmZ£‹­«•öÁÆÃhœmtvÒVÙU83G‡úªõ{?eµ<UWjE‚J‚×d½¶}* }ÍɓΧ¨Z·Ú§zÒܽm®'àl³|±ÁXÅ}ÿuûMdv¶¤9ż¼hÈ íp¤‰-ôLÓܦÎè°Þ›š2r4I,ãH]X7è©3þ<Ï3’(šª“ªæ~ϵ7Ë~ÆÊŒ¢j8Q›ËWvyç“úÆç›ö¨²¢‰üOõ&lñ}àon&9ÀÉ©€Lªvÿ¤¦½›ô-±ÖUò÷ÒD¶N~{2x¶1C´%r•ß;wIDþå£ßÅç8Ä3V³2åósêéX~­ n_ÉŒb¿.ÐC”¯½YÞù|W.Ü›fzØ:ÎVŽ}C©KO"¨ÁçÊó«« ÇªÙVNÅö&ØÃnê8t™*GeplYóžT*°<õËýlÏòû´,ë´Ÿ÷’NÕwV@—¤êË_Õ@¬²?ƆŸìޱ=?_KcôÚØß“Ë§ íQ^‹hß´xõyMŸâ­ q”âï|ÿÖàB× Öt3Iªö­Ÿié’+OçÏÑ1LƵN+$pHtœ&¾ýæ—ÐónØ]8ŸÐ^ü˜ ü‘Z"Èöh]-•aý{0§ F˜V,ÞµŒã}sÁÇj5¬ùSJc-Ïܯ{Ïß…wwJÔ\\튻—’\PòdêÏy—)á…q­öP«e´Yöm+%}­Üëi&‘½/¯¸-nJ­|›‘H}é5FÌ‚»‹¾hÑJÙS·Ö– ØÚtWßy,ï¿ã$Ø Yn©0;ë–Rj©Aaý±IúKëžcÜô‘$£¢ð1ÐÃæSõV˜/¼¹é5ø²6úLXJÙ›— ¡y¢–æeýÝåÚhòƇ#U ¬·96¹IÒÙëÃNi›Ô&ÆêÝNÔï‘ÚO¸±=##å´RÔãÕÓ6^…Jiáì›ÈÑ0à3ñÂo@8»`ïJ¥[QÉ·ˆ'†vîMEôØÒ¸YœçIGå©>Gƒæ—r7 _¨¼îb½Ms*Ùß,3tö0âδ;ïêÝ_Ár›‰!pbh‰uu€vÙ+Ž‹)Y¼m5 16qˆËÙ³Qáè>F õªžwêRjÞÍîª#¬®ùg6œýQf|ÝÒÇd]wlËæ¿3 5f^’f”`}Ïöžø}º¢!ï3ÅŽpL–Ïpud˨Æ0ù*Ѹ~é{`TÕj9µÝÕÒ÷ÒÞÇ‘ÖÓj&uÉ_6Õžw|kñrk–Hpú¡åXt}á]Ӥ禀Ǥµ©>—g­×ŒŠK{±?Ú?s9êZª—ÿ;îÏÝÔÝé?¸6ËÐ] Š•¿Ob¥¿Û¨&Úñ}55®½;—ujúÍÙÁÊoÅäV½¶ƒÎϯêÜÍœÈ1JþÌü3i "<þ<ò{°½K;D ¼z¥€Gu×rF\~V‹ee~UÝÓ7ì2'©hkJ”|ôº&í5t×Ú§Ú“©;Ú´.âŽewLSÿî–>—1éÇ=ÉæéHÆÏÒèçyÍÌšã×ýT7+ô†gÇÄ>ÕžR"¹€ì>ÍîjÝØæÐä£Öxškaƒ¦ï•’‰ï OAõÛ+]ß®&ÕåÙî=áªfÓªÜÞªC[ä¦L-R&ÓÑž÷ï¤Þ¸jÇŒ?µZÿä«chb[ê{gJ¹]Uc€µr€O3®Jh}£æ¯úæÖ¨8±ßÜn÷ªC Ì®ob|©>ÊÓ)¨Çë¿7éû˜Å»¢Zö×>õZеbàÑŽòÊËÉTý™Z¸´¢X’W‹dLZä†s¥Ü ¦l•¥ã:]É)gݺåÄ”mËNîí¯£_5ñ^)äý,ÝìsûüI‚ÉÉe·œ”IæZ®27éó¾ç|M9Þ èøÛ~Ó|ZEå½4›>Yžrê”nuónX÷£N®¯5cª-îÉo& p÷õ6CÅy:†æQ;m‡}ž®Œ*ãä2âzÙÑÎŒ3F_P·‚üå? É/FT,Ó•Û$ÛŒ9ŒlÚi29šHö\'6 Uýì£K‰K·—û¯Nì [é¥õç÷j¯Á«dMWSL÷}W7;ÜYÃæÝóúTÎW:{RÚ:v»Ý¼-=•juÙ~ ­Bç ’Ž¾‚#þ3æ3¾KóÞdäÅmªíXÌI³Îh{j\效Ùãý±ùVW£vhËlùu¤ëë4BÕPqgNãÕ†‡­2Ó5kÃ)åSã¦.)Õ°ä{ÏÙ´¬»W›ìçp+[&Õ±Ùšr¡Îù5Ä÷òΊÙ(Ýïñš‘ (Ån·õþc?ãQì»yyf{¥Í‡ÿÏÅ{#ƒ¼ÃWèôe0‹ŽQz!®õM᪑ܱónù3+“Ýr%_r¹íÊÝd]ͼ. ”Åy9íxp–;{9]9¦ ÑÝ æq›ëþåKº‹3°ãêì¹Ïá ƒ.ÜÐô£Kÿof;Á/ÙœC¸Õ³óBI<>ÉR›ææ‹luÈya®Íž®±²T1×—“¸sk“7ñÎV€«qnq”„Äëç2Š[–QÛ{“ ÝŽÌV«<û&A¿£Ÿ’ÎŽæºö¾{qåX>ž±UœhøÜßcåÃû3öìÌ_·Rêá8„¸Zž°Rý¥Srѳì»Sãj¹¿ÙÃ2Gû áÚù®•Òº”kØE“ñf©ƒ&½=‚³ámŸ0÷}N¿»CW·nxö 5Ä–NVo¥jçr(ÙåÎJLßò«²Ôy™ ÍÚF¼Ó÷GDuÃÓiÏì^.§ãi!èly¯oT|¹©‘Û)ý´M¦¢ÊXØvðºbìëïÜ“&öJ×¼ól¿e›äê§=|Yu&t=Q×m$ñEÕZ‡“~5^¨÷¹ —\˜P•Åe½¯~à^c©ÍÞ>Ñ5þ¥ÊXG·4TJïåD×ÕnÑΉ½È7/->Y‡­uø ¾ûê°º%5W\e­Kù>‘±‚¶ˆs~]ßí*…Ýè|¯mÔŽ¬åîp¥z†¼;sÇVÅüÿlHO‰÷d'ÿ¸5#çYQݪ«ûèš|ÎV·ý#w+‡PÛæûÎM¹ð6;6_ÿ¼cBç§ÿ¾ÙŒhm3ß++¬^ÿyµ[ÊÉimÍÞg}ˆ%XôKߥùŒE„ÛÅ9j½?Û\v¤ÔØa0Fo+ý'JØÝmÓ]jy+ž~Û-‘åÎ/žN*æ,Yº$¯8Îó]V®ÙÛ²J…NÕnK—ó†E £÷œ› عîéír¾s_®—l¦GÊí^ûçeÖ«¶¼=.¬áMòIO²Àñò!>Þa~ªùo…ÿqîñ:ÓXC”÷–úŸšÂZ7nß¹Q¤"¸“Ó@,pXQ³ñÊSµ:a5¸ëêÛÀ­Ug…4š0èû¤½úìSÝ“’ÿ{„™ãïT7ÿžçf¶ì–½D-\æNF|ö—[1Q~Ú/眶ª‡ÄgGï°;¦ÉrMÙ«±m’ü¿çúóZíßyuþ©|¤±Õy?gñ°}åÓgÙÄžñ©î‹uikÒ6i4«ë‚v;—…un˜"óÒ¯ÞçAM+9#J*vûÙ»§%ûõ÷c,%ÏYN#çKÝŠ"ÎÌÇG •¸Ùýȹ2 ×RÛ{SFù¸gRÿtØœWuÁ€4®‹̼z<>“cÉ+ãÕ–½uzD01~Z‹ÇkVuaigj꣉ÿÈ{)<„‚ ×3Ðê|9žœnÖsPlC@xZà0ѰHuÓÔq/Xú×›OiýÍþƒï—»ª(†ww«è\Ü8a¾±S”ÍÑáù5)t48’ÐúsÑ©¶±ù'j®ÍÝ›qîLèT»Ø.·p­äafìxÒwÒêù]…Eƒ¸Y×·Ñòt\ª*|I^Äzu@!ÙÀ[ûW@êtG×s9+÷ÂÀö*¡Í6Û$qI‚±½ÁÏ ý1ÊoBG‡T¦œ•©Tò]Chë5yó;ïY©ÙÛrž¾š^DµpZò×ÅSç½—BjÊXg/_½\^`¨ô¬=?ZUüe/0ê¼cÁQù%»&ýYùdc‡–áÓ¹[Úw5$''è´”r3^jªÙUôšr*:µO;ól„Òý)¿–¼žZZÝí*ôHþe*­f04þÍö w’Ò¿ñ´IõÐ^¬µt¥M³žyÈ_5*MÉ}Y£D¯èè:n‹Šfÿ­£ÏŽn˜HðFZ…mB'µ–ÝÎÔH^r¿XTùÊ”ó_õÛîÝ=Ù©Õì3ñ3ay4;“m ¹¶9ýÜtµ¯ª²·ŠW]˜°B¢‹qü0RWÀ©ì7ÎSzºï¼?Kß2ïŸôfÿšôµ¸“§%oho?RŽMDª·«[òDôbdµc¤/¯Ë(¿¶{»j®.–H·å䙨¦úô!ÑWsãº~ËU1pEõ‘Ú O¼yBO7»%3ýã¨áÕ#ýQIÇìÏŒI0k«Õ1%Ãm+ý­¥è“o{dLV×]|ö‡§ˆÓ,‹Ï)þ8uDq®§9üă§oÐ>ŠîÔqP$åÎ¬Š“ü¶PýÁ´anY'8i)eíÖ ƒ'þoúgü2tsÝÎÊV™QUӪɌ3ÝŠÞ¿žnÆþu§—/ü–ÓbWÒãÑBéfwµˆÉM&dø«–CÓâÃy+Ñê=wó±ÓÉJ­”Èžá4CúÓìYœ[Jý…ÆÌÖZnW ܦÕËŽ©l9 _§ý¢©r¦;Râj\üåêDz?Ÿ>|Å!&$?½lb—ÿ‹H;ßÏáÁº6üòƒ‰Ëù :ÿ•‘:òÿƒªKÿvþ~ò º)æt·ÅòX%òú?¿ ;¦ó˜Â.€¬Þ›â¨ÎǦû'ÂÔ_”ÈïQû ¼È—“ÆÂÊv×(3ÚcŸ*hk=<ÛÂ\xªY¹êÊw‘=L¤÷æ‰ËMŸÜtóJkž3ò2¶;¿5ççW½6¢ÜTâê…cTý¯ ]ËÞ)Ò‡Çs¯ñeÃ'Ì•o‘&ÍŸÙ[·¿@ \/¨ÎÍ{(ïz¤éZ˜ÈÚ§¡‘®3étOy^ÑÓRúÐtôd£Ëª–NVoQ`9Ã{Ë÷õ• :–ÒÜLÂQÅs^7¯[§\ì)~®È¥œ $~¸uV0\@“ùjÛA È\DðÓÝHgáí­(M Èã6›üY3ÃFF—T©þÁÓºA3Ié| ,.E7À†5Õ_©CB„D~«Wä¿|7ñÃæ£ eÁ§/E t™c¢?|RâçOä‹JoW©C¹^”)ð6(½‚_BöÁÛ§b¿¦ž*k‡ #šŸ‚ƒú¦ ÜŠ OuY¾ +gèFU( Zj7x#cG?Ú–Šð?šÒÎ;þñåöµþ(Z*Z–iÚ_¶WÍ•°î!=ÎFrÏ7ŠÙêEÝÓ%GOÀ?gDñ¦_éºsu\Kl<‘¢Þ«|‹ß–6/]*8y2ŸÖ~Ž'·ûqKhà…Ý^ýU}ʺ¡ÉÛºªš;¥’ÜXÂg-Z&À+a ˜ô°¼ÂôyBÈ‹/·öØt?²÷¦†ªDÞD>m?åóVjlÔ[‹elRúÈϼleþI…ªïxp 7‹æqù¶%µ·hèZd ._Pà_Ͻ”âõ¹è"ªÉ¸&6½WS‚¸ÎåãLWÓ¬¾ë°WQc»ªPü¨ø`l©rå1FÆAÑ/…B aÎ'ÿdø æ['/ÈnÊ-–^ܬø{å¾s*繦ÔÕîò—RåÂŒáuíèÜðË&ö'ŸtôÇ‘·Å½«ÞI®©ö WJÚàm±ü>äÀÙœŸ:a;ú¤†éÂFY_ñïü„@ñtbZ‹l†%ˆd^/ô³Ê]+Éœi2r—OºvùÉ$Ä­Ú[wìvG]’‡~¤œæÙ“Ô}Ë+“=ñþÖY?Bødˆç!Û¥Jù”ãCÅ +xë/Q‹­JÆn³…—«ŒctFŽMËxç¸äLÛd£tÞ~hìD íñ`¹4/÷™åg½µævç­Úb={îLý/=*ç¿Æ'O1&=;áÉÿ·ùÇð­‘'K îz¦ù§û[†êüü sÉ#&\…jߌLüŸ„‘ËåŠ|*¢9ã0fR%*&qFbîǃ ™œ—{‰±rvjÃFÕã‘¿ž¶QÊøÝ@¿@U-NX:)¬00°ÆÛèܸœVonnëÉ@¶¥}æóß•›<ÜËQÛ,ËËWÍ'#yÆBÍ ö¡!¿í`îG¡&®g‘3>¬dTÖ›…ù–•;O ¾z—p±š\¤¬ly­R0]ÔF1W•‘ÝùÐ…§*õá–øçÃæ “ü¾«ú¨]×·Y  ôß_zBÊzá‡%MZ;H,¬Ìxøþ»¶|kën™ âTר?G¼ä5´¥eö/< ±DȾô0âëða§BšWÿ~kÜÚðzramáŸØ•&Ï6„âå®&?T:zظ‡MÔdT{ZéÊ⪜Ú7ɇ‡+L>¨2K‡5Ö vÔ ìœþ'0èû’Ô›û½\þ Ç(Øá‹úî§ìSŽvü³ &þîïq¦ÿlæõž‡tï{¥m{ò®,¶ì~ûº£yäð qg¿ñç=Œ_DrÚéÜõÖNmÿGf¬ÒnÿhÅá±Uê?r$ñ\YÔH0º³×¸!­åy²Ð<„Wü ^eVG\È#M¦=\ÍÐÉ%„• äú¾öí%‰Ö+–ËS]¹û®ÛQçKjTëRæö ’5<ëÿý˃v´:]ÄS_Îð–ܹŒC؜ڡU?£˜UñÝÃhâýYM ‡Ãz…Ëç4)5Yœ1·?övþ¼ï^NR}S¸¿È•‡ %ÕVËmG‡«ÞqS7¬Ò©>˜ºÚþS·Ìέ5Ðæ¸í÷zå˜.@¹Í¶²èµ’­SþÊfM€Zåãø J~ieôçÇN½}`ÏóJ³@‹AciÃóãf ¢5oFœj‰ ­ÌïØçwsÖ´Tkƒ”|&Æú¶Š÷ê´HRùíõ'y¾œ_ý¬¥ö^l]Þz[4ɾ3F î®ï™ÍÞ®0èVmò 3u15Jri‘pL’n h øÖ?’Í]aø"AK¡Î·'f+w ‹ÓÆá¾fÜìîõË—ÉæCœ¸ôWGïëq‰ö‰4ó´GÙŽ}»}SþgŒ¸6…«K1¨·ðúêFWkƒË§@Ò7ÿ³ ß>È̵Gw}Õù^z d8°ËHÌ îsyó¤ô.s¸ö¤Ÿù€Å±{—Rú§ÓƒéÎIÒšžEË÷kì¬ÔSX|uõÙz=ÀM9\Ø\áPGE›ò ÐD–Ï·Ør -hP¢‰¿œnÇAyî[‹«I[Ê#‘ —ÅL äuøÅç2C©Ôç¹b¦[{ˆŒÅ¸NLU¾ÒüY‘¹9Aç«ÊW& 燫]}ÌubŸýµ"Â]}-ýM1uÞä ÄF>ÜAT‡¸í°kl{ÚßvMécÝß·IlÙayÕy5wUgÝB,‡ ¯áºz»ÕÅÛ2߆^óæ/ªv=—ñŸ›|nU¶´í³Æ5Û ±¥ömȾöáhÈõƒ!¡`÷ÚRûœ¶]t¸h«¤bkãÀÿlÆk¯B [QævÙ"Aš:¹Ì¸t psƒ•bì—„Ç}„EçÙ· œgŸé4‡Z^z”°¸¤å™õA?Á¯_[­½öóU·F}QÖ1*ÙKÖrRGdó¶Ü½²ë/-»,êDÇéDÇÄÆÅÆKÕ£X•|§²®œ(Ú2ýC0 b…Sܸaÿ ´´¡`c}Ÿ`ÖöZ‹}]åJE-¿ýº‘æÉ-×çÝ]gæÂh$déÎ)¡©Zj£×tßDp¥¯ümýÚžæºÃ'IÏÑÐqÜ=¥Òoì§ï¾¹˜é¼nå$¯Õ꼌øëNàýóîö´@8]=Ý«µÄ¨çq¯æV8zF=û¸äŽ Ÿ%Ü9”o(—ïVÔ~í¡/fZòÔ±|%­È21~>jkc3þõ{o÷ÊqËÕ–{·?ì¥QÛü|»a²5ºûÐ[ŒìEm^Áj¶ä%×jŒñǽ{©ÜTãR}éQ~ïyß³0¶¾¶›9ׯiŠçÉž±y¼jä~93J*Wý­Ù'û¿©Õmçô¬úû”wš´ƒ¿p°·¥moóÕ¾­•–æÛYdÌUŒ.ý³½’=ú»û{䟃'åŸþÍF^ä&õ÷(]÷ó w« ›ú}iÎ<ƒ@ÞÎ\_§ŠQ¬©àª>p¯5û(¦†Þû‡ÑÕÊÚÝÃo´Ë?>î-¿»%E){Àâ³|Ìö›ö¼5¶¸¨ˆÔýÝ<Šøª‡ˆ1˜6wHT·‡Hê}á³®ê-´iï([ßMÝ›RÖïúb3½(Þ9¿jºÒ¾Ær¾4̶¿¿_}-3pý¼°à+¿6VPój¤®¾%á¢^À<‡†p–ãmÌf–~qUMi¼a×x‡žíϸ‚ŒÚlOž#9ÝÛkçz†úCeüö_>U³ží{s¶)$ûf;cìÞó¿¯øv"Ü¥Y¢¨J8»«Ú'ÆØvê8´ºÌ6 . x+¦µfj©‡Ýøß„¶ºžY½è˜¶-(V.¨UH“aŽR¢ÔËŽgåjðLï§¹á–ìåé‚»æýêë6EU]M#ÞC c¹Ù‹ …‰SóYÇYû¹ •™®]·œ)KØÉ¿Ž²H¹ÍìutŸÉ|î}&ÄW'­ßbÄrù§÷Ü…„—ë³W…Yx/cÙº?ƒŘgך÷[ -Ï!V@ŸC˜úÃ?ÒyàÕÃç;ҨͳUµ:ruÆû†­·* ž¨,ô,õ±ê¾y&¢=äÎVû÷\ûýÛí©q°ÛúÆÁ\-4ð<¶&³Ó#vðø°]µáS²¯ñÏäì!»’=½²ø9ísÚá´¾´KõÏÑ_™?DzÂaš0C˜%Ìæ „EÂ_Âa™°BX%¬Ö „MÂa›°CØ%ìö D p È€£9@PÇ*€ Ž´@œF€ 8 0,+p `Ø€à¸à4pàø~@„€³€0 ˆb€8 Hç 0€(€8 H2Ày@.K€< \%@P®ª€pP4€k€& h×@Ðnú€`Æ€ ` ÜÌ€[€9`XV€5p°l;Àp'àà Ü\€{€+฀'àx>€/àø÷ÀC x<'ÀS B€P "€g@$ðˆ¢ ˆâ H’ H^/t È^Y@6ðÈr< ( "à ðx%@)P”@%PTï ¨>z h>M@3ðø´­@ÐtÀW  èz€^ è€Aà0 ß`~?_Àoà0L“À0 ̳À0,‹À_` XV€U` X6€M` Øv€]`؈ x$ÉÀ£ 9HR‚Ç@*¤ƒ´ Hž@F < 2ƒ, +x dÙAä¹Að4xäù@~P…À³ 0(Š‚b 8(J‚ç@€ 0ˆ€(ˆ8(Jƒ2àyP”/€ÁK <¨^A%PT¯€ª xT5Àk &¨jƒ×APÔo€ú hÆ  h ÞÍÀ[ 9hZ‚V 5x´mA;ÐtA'ðè Þ]À{ +躃 'èzƒ> /èúƒ÷ÁàC0|>Á'àS0 CÀP0 #Àg`$øŒ£Á0ŒãÁ0L“Á0L_€/Át0Ì_Y`6øÌsÁ<0, Á"ð ø|ƒ%`)X–ƒ`%XVƒïÁ°¬?€Áz°l?M`3øü¶€­`Øv€àW° ì{À^°ìÀAð8ƒßÁp€?Á_àoð8N€“à8 ΀³à8.€‹à_p \WÀUp \7ÀMp ÜwÀ]p܉ t"…È £9DQBÇ *ˆ¢ŽC´D€ Fˆ : 1C,+t bƒØ!ˆ₸!è4tâ…ø ~H„„ ³0$‰Bb8$IBç @ A0„@(„A8$IC2ÐyH’ƒ.@¡K<¤]†!%HR®@ªtR‡4 k&¤iC×!HÒƒn@údAÆ d ݄̠[9dYBV5t²l!;Èr€!'èä Ý…\ {+ä¹C'äyC>/äùC÷¡ÐC(z=†¡'ÐS( †B P( ‡" gP$ôŠ‚¢¡(Šƒâ¡(J‚’¡(Jƒ^@/¡t(Ê„^AYP6ôÊr¡<(*€ ¡"è ôzC%P)T•CP%TUCªƒ>@¡z¨j„>AMP3ôúµ@­PÔu@ÐW¨ ê†z ^¨ê‡ Aè4 Cß¡hƒ~@?¡_Ðoè4M@“Ð4 Í@³Ð4-@‹Ð_h Z†V Uh Z‡6 Mh Ú†v ]hÚ‡ˆ |&…Éà£09LSÂÇ`*˜¦Ã´0LŸ€`F˜ > 3Ã,0+| fƒÙa˜悹aø4|æ…ù`~X„…à³°0,‹Âb°8,KÂç` À Á0ŒÀ(ŒÁ8,KÃ2ðyX–ƒ/ÀáK°<¬_†a%XV¯Àª°|V‡5àk°&¬kÃ×aXÖƒoÀú°lÁư l ß„Íà[°9l[ÂV°5|¶ma;Øv€a'øì ß…]à{°+ì»Ã°'ì{Ã>°/ìûÃ÷áðC8~?†á'ðS8†CàP8 ‡#àgp$üŽ‚£á8Žƒãá8N‚“á8Nƒ_À/át8΄_ÁYp6üÎsá<8.€ á"ø ü~Ã%0#‰p’ÀL`!°NØì'‹ÀMà!œ&œ!ðøü‚ Aˆp– L!ˆÄâ„R¸î{á>¸€áoð< ‡GàQx þÿ„Á¿á?ð8<OÂSð4<ÏÂsð<¼/Âá%x^Wá5xÞ€7á-xÞwá=x&Â$È„!CŽ"äB‰C¨j„9ŽÐ"t=ra@&ä$ÂŒ° ¬È)„ aG8N„ áFxÓÈ„áCøDBÎ"ˆ"Šˆ!âˆ"‰œC€€„À‚ †àˆ"È çYD¹€\D.!òˆrQD”eD¹‚¨"jÈUDÑ@®!šˆ¢\Gt]D¹è#ˆ!b„#&ˆ)r1Cn!æˆb‰X!ÖÈmıEì{ÄqDœ;ˆ3rqAî!®ˆâŽx žˆâø ¾ˆâÜG ‘äò Dž O‘ $ AB‘0$‰@ž!‘Ès$ ‰FbX$‰GD$ IFRT$ y¼DÒ‘ $y…d!ÙÈk$ÉEò|¤)DŠ7È[äRŒ” ¥HRŽT •HR¼GjZ¤ù€|Dꑤù„4!ÍÈgä Ò‚´"mH;Òt"_‘.¤éAz‘>¤@‘oÈ2Œ|GFQd ùüD~!¿‘?È82L"SÈ42ƒÌ"sÈ<²€,"‘%dYAV‘5dÙ@6‘-dÙAv‘=d!"$è”%C¢ä(J‰C©Pj”=ŽÒ¢t(=ze@Q&ô$ÊŒ² ¬è)” eG9PN” åFyÐÓè”åCùQTBϢ¨*ŠŠ¡â¨*‰žC (€‚(„Â(‚¢(†â¨*Ê çQYT½€^D/¡ò¨zUD•PeT½‚ª¢jèUTÕ@¯¡š¨ª^GuP]T½ê£¨!j„£&¨)z5Co¡æ¨j‰Z¡ÖèmÔµEíP{ÔuDÐ;¨3zuAï¡®¨êŽz ž¨êú ¾¨êÞG Ñôú DŸ OÑ 4 ACÑ04@Ÿ¡‘èsôàåAcÑ84M@Ñ$4MASÑ4ôúMG3ÐLôš…f£¯Ñ4ÍCóÑ´-Bß oÑwh1Z‚–¢eh9ZV¢Uh5ú­AkÑ:ôú­GÐFôÚ„6£ŸÑ/h ÚŠ¶¡íhÚ‰~E»Ðn´íEûÐ~tD¿¡Cè0úAGÑ1ôúý…þFÿ ãè:‰N¡Óè :‹Î¡ó躈þE—Ðet]E×ÐutÝD·ÐmtÝE÷Ð}”ˆ’`G0RŒ ;Š‘c%v £Â¨1ì8F‹ÑaôØ Œcʰ“3Æ‚±b§06ŒãÀ81.ŒãÁNcg0^ŒãÇ0AL;‹ c"˜(&†‰c˜$v#`bc†b†cR˜4&ƒÇd19ìv»„Éc ØeLS”1ì ¦Š©aW1uL»†ibZ˜6vÓÁt1=ì¦`†˜fŒ™`¦ØMÌ »…™c˜%f…Yc·1̳Ãì1ÌsÂî`ÎØ]Ì»‡¹bn˜;æyb^˜7æƒùb~˜?v{€=İGØc,{‚=Å‚°`, Űp,{†Ebϱ(,‹Áb±8,KÀ±$,KÁR±4ìöKÇ2°Lì–…ec¯±,ËÃò±¬+ÂÞ`o±wX1V‚•beX9VUbUX5ö«Áj±:ìö«Ç°FìÖ„5cŸ±/X ÖŠµaíXÖ‰}ź°n¬ëÅú°~lľaCØ0öÁF±1ìöû…ýÆþ`ãØ6‰MaÓØ 6‹ÍaóØ¶ˆýÅ–°el[ÅÖ°ulÛͰmlÛÅö°}Œˆ‘àGpRœ ?Š“ã8%~ §Â©qü8N‹Óáôø œgÄ™ð“83΂³â§p6œçÀ9q.œçÁOãgp^œçÇpA\?‹ ã"¸(.†‹ã¸$~'àâãŽâŽãR¸4.ƒŸÇeq9ü~¿„Ëã øe\W•qü ®Š«áWqu\¿†kâZ¸6~×Áuq=ü®à†¸nŒ›à¦øMÜ ¿…›ã¸%n…[ã·qÜ·ÃíqÜwÂïàÎø]Ü¿‡»ân¸;î{â^¸7îƒûâ~¸?~€?ÄðGøc<‚?Ńð`<ÅÃðp<†GâÏñ(<Ácñ8<OÀñ$<OÁSñ4üþOÇ3ðLüž…gã¯ñ<ÏÃóñ¼/Âßàoñwx1^‚—âex9^WâUx5þ¯Ákñ:üþ¯ÇðFüÞ„7ãŸñ/x ÞŠ·áíxމŻðn¼ïÅûð~|Ä¿áCø0þÁGñ1üþÿ…ÿÆÿàãø>‰OáÓø >‹Ïáóø¾ˆÿÅ—ðe|_Å×ðu|ßÄ·ðm|ßÅ÷ð}œˆ“H‘"•"“:*E.E!E)uLŠJŠZŠF긭½Ô ))F)&©“RÌR,R¬R§¤Ø¤Ø¥8¤8¥¸¤¸¥þ…í¿Ó§ÿNÿÿJÿ÷#/þïb0’ü—Þþ…ñÿŠÂøç/ü ‡ñß#0þ¿‰ñ@ÊGþ‹ñ…ÅHBB$ãìîä rÒƒ½-ËQ22²£G·IŽ2“SPPP”,Ièi‰w©©©©ŽQRRù1œ8AGKC}Œ’ü()Õáù{ll¬,L ôÇ©i‹®ü¼gx8Ù˜hiJnIqA^ÎSLt$GþéÐ墬4 ˆ ð°¡ !;¬ÐT¿rY•â9Åpü9éa?.æ¦×Õä¥$¸˜é©)Ž^êëâdcvC]ãec ¡¤$#?$|èçîdqCMäd¢=$ó~àåtëúeT„‡…ŽŠœ„â,1&,ÀÝÆàŠ´øÖ$¤ÿÜyFJLˆŸ“©†ì9>¶äGùvÉÉH|öÐå–Ö?õa•_Avjôc7KmyP€ý°-7¹/cŸzXëÈC¥€wyqAžÖ: ;ãAÅýâüŒø`¯Ûº$ÄÿØèK 2B¼lt/ÿ{û_nÉÿ’›Âÿ¨`ü—dIØJþ§ÔØåü?Ç…–ú?á‚Ö-—‡Ï3r Þ¼+..9 1(.~÷¦à߇ôõ‰S¼’²ê&N¾ÁÑ)Ù9yùù‡Äùùy9Ùÿ¦Ôd$dÔô¬gÄ¥¯ظ„E'¦¾ÈÈÈÈ< 7ÌÈx™ú_ÕêÈrr*:ôòõ[N^!Ï¢cãâãiããb£ÿOzIFyŒ–‰SS»aáäî÷ðñÓ àZ£à §ÿM«ᛎÒ0°ñŠ¡òê7Ìlœ\Ü<<=½i===Üþ‹YPÓ3s HJÉ«]705·´¶¾msHuÛÚÚò¿ɑ㠧x„$QÙËWÔ5µutttéH´ÿÝÉi™ØxÄTZö¢¼¼‚¡þ+ÈËÿ§ 3Ñ‘‘“PRÓ1âä—$‡&q ü—Ù!';JJz”„–™“ç /¿€€€à… ɺ JÊãô L,¬llìì‡s“ý_.å8Å1jZº'-ëÿ¼í‘#¤dGÉ)(QQ“:š[GþÃE¡"=rôß¼ØÑ£T¤dd‡¾Ïš„”á'dCNÂø$a9؇*Óÿަ¾ùO{†9þ4+¯ó)™i-ÝP“NÓ{Ÿc"k<ÎN“àw4‘R˜ž–ôX<­;“ô ²^jRFr&›â•·tþ…ŽÞ™”rQЊ韶. 1Ügäc4§M¦£;špŒ’ʼnPÚ’ØÓõ“¹FýœfüTÕ#G<¨?Rˆ¶©§k!‘º(^“@bELR$ZÇÉŠE®»L±$hB’IÂÝc”f%å!’°3Ô$ŠQRÿ4Iá‹ SxÞ?ÖKáíÉ'.ò (‘œb袰 ¦w`d¥rΜútö(] ɰÕC¦‘c $ßHEî8qÛr>eœgð&-ó‘¡P`$!z”O×ÈüÞE}:e†ÿ\£$j~9`ƒ¥žÚažbЇñ(Å]ï£ã½&bZü}xHˆž2¥-&™8m­Vð5rÎTGj¯W'†õNøÛŠôD"JÇh ý‘à'ª+b_Ž÷Ü•¢a9ÇÂ=s"÷4Íq†+ƒ¤(^°ªÉË”øæÌ˜ErÒ§”Tžär/1å ±2I‚ƒHêäϸEê@¿ØBA:AúèôØÓ›2T€/Å.‘ºòpœÚîËtÊ<÷KUTØ9š@ÒìÑ©XUóQ*êzÒ¼c¤ì4EðÒG$̤6—:ÿì½XTÛû?ºg†aèQETlÄDvw¶¢Øbw**‚ vvcww'O˜œó=ßßÿþî½ÏsÏšfïµÞý®µ>o¬÷]ðŒˆc+èÖ2ä¢981œ4ôö¯aL6Ý2¼u×µ¾ç8¨4R™âúÀ¶£ÙFßÉ)Üë´!ÁäjŠ"LéKQBÖÆ”Œ8,ph9=Ç éû;íÒwѧ…[èw®Ò/uè´8 Ò25é|Óu¸§5`™,}«šö󜆙½Œ¡±¡ÀTÅt)ïytlÝæc†ÛIž-ç›@OÓI¿Ž¯¼ à ¡®îÎó] Ÿ cMÅ^׬ ±…{ÀBץΠúÙúý´{Ô{=|4…¹¡¶Q­ÑÖG,b9ê ç;ì?fî¯/Uï­ÏSaÁþÑÊåbÛ ×Ó>¹¶Œ#eLvŽ ì0Ò°©e3g³ÑÒÑèï O›sÂ}í/ï ýÃjÙ Fê?8Ý´è D{Î0n¶ã±ÂÕßóÌsÔ9OvNæúܱ¶sørÎéÓ¡yzfþ]º‚³Á\Íx˜´ÃðÐðÙÔÁtË÷¢ë‚¯€Ž/M"°Îy¥³Ù}£ä›aÛËL¥¹•×cž§Œ pÛ–6ú*]ôE;ùµ_Øé˜ÜбÔW.GJƒ»ÍtŸa£Œéâ1ã뫌¯ÝrŽzTª †vKëˆ3\Œ»É"êI‰Î†z×®{=ÃÚ®Ò­¾üm‹RNf8ì­×¼×c°aޱnéЗUážþöCœOûÕwM¶ßfqÓª¯×:û#À%Ã^û=žl7I†Žî5 ˜ù•1©4Uó‡õµJÝlšsrÐ#cc½ÁXÃÙÅ”Ì\7K¿8 ÏÖ/õȘi¸ÇŠø}cKl»t­ßËÕ5Ù3X?D×Ê,zë½\/ï˜s}¹©/ê涃 ím&àé$ÐÜ´tÜä~àªÛ:ž(Ûñw¢£Ìg#]«5 ©ú@Çó†ûÚ&£qvÝ.Š+n;Ô±Ørx3ÝÕV7P_䲨”(î·õÛ]Ù¯÷Pì7ë¯Bm‹]Ž„œq]Ã.3n±:k® ´/ Ô—-íl×ÌóÏNœ^û€gúNþ–'œ9]u™ç:u`çHà°¢?lîç\888îºÚ%Âá°Û¥£ÞÙfî}pΫZ˜ÈÒÄg•ÿ £…ý.d‹ZÚmõ7{ž±õ 7;¹¶mÐÊ>ÇÞQѰ¶—ð2uû〧ú}†< Ë".´þÊèµÜ4ší[X'ÌÞ.7œ ¦ú./ Í€ Ä<ÅÌ$YýÛ§ƒÁ¾¦EóZ» É¿šéœ+UÛöŠQ°¯g¸ìänï<×cÌzà’žs±7|p¼¯ÜòÜmÜl¸êÖå„[‘©qÝÆ.v#î;Ãî½ÍÀÓ$ÇÖO1}'c°ÞÍyCà2/·Ívã×.»ýMM±®;­«h[KßÇ ޵¼ŠÍsf“†=f ¸h™hWÈ ó0ŸÃºk@€©Ø~½r.2†;ðzb?Ó¹6pÆç~70X?T?Ó¸Ë>Ëû­Í~«Rû^â8Î}–¾§ž12÷õv³1SõÝl{Û/òŸg;ÁSóÚFßȾiãñááhý—é]w²JU<ÀôÎæ®1ôþƒ…q‹9Ǿ’žµ¤?á)Û~ruðx¼tFL°K‚‰w9îZÎ{þ²=j(M,Ü:é;·n`{Éõ–ïGÓ2çíæQ]Üq ¾¡ßówwô£òr%:¿Áo Ž'ÍšK#sm`0˹H>Ø>Nbu}ǘMú†vV7|z¹Fúp¼m\tÖ˜X—u?êèlûÉ ½lY]ç]î£÷î3E–ä‹Qúƒ¶^@sç~ž5ÃÛùo\'ÍÃðÁü˜œàWÕi%a¿FÏ—ÑOÎ-«Œk쌉zs'Ÿ ó —m;úêV6S Ó|òmËÛ<µò޳pÛ•qkfnæž Ov~jŸh˜gNˆ~îß½ÄñÙÓ ý9ßÛÆ“FÌP ôÁø×êýLý’[:7ì±hi¾«'\p¯=ÀÇ3ŽÝÌw€ÃŽÓøäˆØÞ5ëì¶5qNm–Ú–ÇGÛ;99ൻ§}'¿D{ÁäaçøÎ»cˆ•w%ÏKžF×XsE·u>+\v””xgéç‘=Ö—”8N,v3õÃŒ´ê/±ºˆ{®í@ç€äÕíK§<ÒVõÚéßɼÍþ˜wOƒ‡ã¨}%%Fí/¡Ow¿l²f¼o—R¢' } îæýîŒÞA¡Þ{}bÝʹ_0>NîåçåiÑä­Î2êhˆëÆ‚R_hL0ì=ÏØ§Ú@ =mðzôÁúLç#€ ô²j.ghdëcl>ý–C…ß/)Y±ä¢¿í×x«Náïï½:–L\ihcU±ÁM3ëÒ(dáÏYæøÒ¸°ÄPå…E¿cÊÅPÛ­OV;\\¡Î®l¯}§¤ *{Y¢PÜdöU]ÏOª•Û´æ½—gË_m’3eÊî6}ï.XÜÊlÐ9¢-<ž—U>çI~N£åÆÈkDÌßÐag‹‰Í*¸Ä-:žV~˘§·?óÀ®Sˆ×ûåy™-P†¤ÜÛû~ÅžõÞòú«ÛL^<{öBŽ÷»Õ³Iö‡å\Û7ÛNlì_wV¶e ‡+0uµŸÅ!çASLž4y$™?·Ï…ƒQn1R†ëFAÛ”ri¥ûÝl§ÑI±»ÇQGâc{'=ì$\9NZ1`• ½Ýú¯™ý!¾^Ëñ`ægsÎÖzߥ†åŒ ™ÕLΩŸ¸ºÙ†x¯'üxÓ ?q¢s÷ižXÐ¤í¹­Mk»†5ÝTgÖÜs€u˜ýõI¦Œôr™hM%9½Óµ}íÒâ„°Ì„gó7lõ hò²ËÑíáþ‘çß­wœæ¶Æz±ï!vÿå•~Z*‡ê͹°' ÝÅäeúg5¼ø~­Ûõ·¯,RßË·N:O¶{²uˆoìÓxÌ5o?qyÚw’9«Bl@ÌmaŶ֭dwe¢õµ¤†•‘ˆ¡EÙE;]¤·‹žœšf=.5`H¿¶qœŸ-ÑÓxIœ»ñü6uj½f¡¶óý­V7µ]ú²qÿ”ܰXÓh‹ðžÛÏ;Ûw.HÝgØýlzúÛu¶Æ€q-_…××_ØTþ|áñ^‰1ðÂõÏ’æõéwÙU»d®ª>÷Þ®y± :C‡»&ÔYøœÍH½0mïÝBÙº(ÜP±ò޵Þ<Ú'~¹µ!$¶çnðè:A™·¯»¦z¦©S>ç¾3wºZ”[Oí-œ9­¥ÏÚzç¦ô(YõéÞýO¯^ß;z!¬Ó“Ôènu'7î¸`_Ãü p]ý޽×Ëá#+ƒM»õkt¥ÀûE;áåüÄ÷×#=ƽ)x°}ñî]þ“â›rÆW™à}äpû7ó·ÍÍt%«î]pÌœs–-C½ÞÛnußâ´ÉÐ=µU¹ ý»­[Ÿõ¶65^a®“›sçuzòôè“Í FõxÓÞ0,¸Þû>½°XJ©|ÞiL87 l>xÃîéÁÃÝ +ö]Ò'|îî¡“šn°ÉyOM[òèKŸå« ºŸ*ž.÷èx‘,µF7eó“©A§DûúS*AóíÓÄ—šØFFÝ’:÷ôÈ^•ÑnÞ 9!Õ¬g¿ÎY5ÉiÊíÃzeÙðlDØÔ>£ÂÈ™Zœ°êu£èaÁ ÏbüÎ\aÈ"~ÉpñåògkR"õ“.dÕÊæâûlÙäsùOo´J­63m`WQ¢oá×øNt‘’U+Q7¯Ý«…³[)¹'}÷-èûxÁú¨w÷Öå.m5öᬅ©Nç—ãg}ö—CîÞ×Õ.XŸP¯Bá«’Õ×·e–“j]m4=dxÞó‰…bTëOL»í4Ü ÓYB²Õ®S·ŠÖmœB½ß˜ç:k{Ö¡y“k-Ýc[prHüÜ~Ëj½¢Á+¸N·ÊWæ.÷ íÚ}Z¶|yÎ(àÊ€%-fÍŒ=½¢UCŸIíGZùÌ>Ÿßqqv£!6Óª¬YU»qìù«7Dxaå#KRí1Gæ¬òÞ¥¯ÜöiÃ#td_‹K“ƒwÔÊk‡ž«Ö°(ßêò‡ÏåukäGïyvh;×»u?è M#ó'ú7ÈMqþ–Ï¢žÏ­ŽÚÞïYã'wÖ>éŒ^³ýp3°¯zè錄eú”ã®É›7ºøÚúc· ]23f7ìcZÞ\kÔ«„ýüÐÌg{O®21Wç—®.£†;¬¹6ôP¾U£öÖÍÏ^›Då\έaÁ>j>ìB~Ð±ÃÆîX½wûŽú+.…¨Ý±ï˜)÷¶8v;4~Ø`¦Û4ïã­3«M}8õPtÀ~å ÀWo]KoÐ;ëìE½EE£ŽÐ;UÑ몰~µy¬Ó™Wé€"ý½‡ÎT]4Öëך×:ú• ‘†×úý P 0Àc=蜥ëcG,zën>7]–­ÉÄ¿À“­Ÿo8dûÂøÜ4ÁhŠ]À™OÛL€p¼A&À°³Õé 9epzY來,³ƒEcƒ§íaÞÂj;Ð×ÒB¢õ'ô !ÊtB—¡[iº¨K1õÒWY$ÀÃÈו¦£Ýu˜Þ¢š•ô·ÚX%,­:Y†X´°¸k„€ z+ƒ…Åfó ¸­¯a8géä ìÐë-]õ[€FVÁ€%`mQhôª›š=@ DÙtJhg^iÜeJ5öz˜“& Y¯<,}’•E)JM–:ïÒ8ÅÞôؤ ºE€0 ˜ ˆ†l{G“îƒ0Îd­ÓÁ@KC+ ¼ùPÝP(Ô¹­ )º»&?à¾-i}Ó"Ú.˜,)`º±¶Õu•€yf «S@¶i‰y¦a$°ÁlQA§Ÿf²škgÙÀq,Јެýv¼¾­uЈ3Ä”†ç& ÒÆØlŸåXO·ÃÞŲ¥~‰qpÒXdyÇ|Û³²0«#áPUg¬§‹,JÓpðÑEë¯Xf™€–úW@{sª¾2`(U½H`å ÔÓù­ª˜+ètÀf«íz7@gÑ(2º]JçJYì4rÖ—æyý€ÝÆ)Ž[8Ûò[œÿÏ·”Çý{ã¿åßòïYŒÿžÅøïYŒÿžÅøïYŒÿžÅøïYŒÿžÅøNýO8ý[þ-ÿ–ÿ•¬¿l©ò/8ÿë¥ê_¬ »ÿ?쌻ý+¶ÿ[ ó)cõÿ{£Èø_8zsÍß¶øeKÊæ§1LûM&Íÿià~h±+ƒæç#ªÛšþÛÞã­ÿ'‘à·2ôKÞoþ'=iÓæ“n×åë*‰¿1ÿã?ãûwåãÿè©Û•ï~íù­.¸ ŠtóY]ºùÛw5ÒÍé•ÿšßïó8jýC~dúÖZ¶9”–|=£÷póŸ[}ƒ•b€ÕÀˆ_$ž^¹W)Ϙ2Ñ«úUt-~Íp¯¿Ç8,ú?a•nþ]jEß羿}ßÀᄽÙ{ƒÿ5=~㶨þw{JõÿN:Ö¶é••NÆWùþ_Ýž^ô_p/÷_òóÇNÁ_XyŠõ‚ÕÀ;ëγ×oz ÿ'Ä?Œ¾×©' “IÒWã5¦JºyÒ5ï°šß®åo>Ý~ÞcYWÝ÷ålVú½Ͳ+{ãÕ•ZiÌ:ÕãWºƒÕÿ{™ÿßjJ¡©ÜOg‘iöý]Ü×Ý1ê'>_ï]ÀßX×ø?ácñÃË×èoìÿ‡ÿhjüÆãàF~ÙáûÑûß»~£ùþUVí‘ßÖÛ_ýKë­ýú/ +‹ÿË™MÑ•Õõ_áñ­Ÿ 3dü°ZG•Iû¥‹rr-}Jg™QÊç—zóþÖ¥kÁÈ_ÚzšK¬KÛbÊ•Ð]÷kýG¯/Üb¸Œ¶Þ5Ó+DzŒ¶×Á_ä0Þ¿ì9•޽¬‘Wž]ÆØzšÿ¹Vü^ûkÙ¯û+͵×ý,›Û¿YUY®}œniJûM¹_¥qªÅ´J¿cø=j½Êòç¾óáóëÿ¬É_tªŽ®éwS§ y¥ñÙwûCßùá_cÓï‹é»ø£4r.CB~ÐýeZý—ÇøßrÊÈ„oµ«Éù¿Ñ/NûŠZ¿_R/­Ü¯Žù¿­-¿FD_y¤ÿfëut;C’ußþ¶Ä»Lì~ÚS­üãJö3‚ìC›¿`÷§ý”fßá$µøñ½4Oÿú§¡?ôu¯Æ}‡þ0»”ÿ°#ÛÅï‡ýÛ珞×âÛuM—_QüÑýü¨!o\ÔD à{<‰O°È$sY^ð¯ýüÏ—5«ñ·×ýšÅ”þ˜©5[¿Öz‚•@/°2è V}Àª /X ¬ÖýÀš ?X kƒ`°.X ƒÁ°> †á`ØŒ£À†`46ƒ±`0l 6›ƒñ` °%Ø l ¶Û‚íÀö`0L“ÀŽ`2Ø ì v»‚ÝÀî` ØLAaQqIiYyPEPePUPÓÀž`/°7Øì öûƒÀ`:8 f€CÀ¡à0p88 ŽGƒ™àp,8N'‚“ÀÉàp*8 œÎg‚³ÀÙàp.8œ.‚Yà"p1¸Ì—‚ËÀå`¸ÌóÀ•à*p5¸\ ®׃ùàp#¸ , ÁÍàp+¸ Üîw‚»ÀÝàp/¸Ü‚‡À"ð0x< ƒ'À“à)ð4x< žσÅàð"x ¼ ^¯‚×Àëà ð&x ¼ Þï‚÷Àûàð!ø| >Ÿ‚ÏÀçà ð%ø | ¾ß‚ïÀ÷àð#ø ü –€¤ƒôd€,!#d™ kÈ Ù@¶d9@Žä ¹@®P9È *¹C ¨"ä U‚¼ Ê7TòªB¾P5¨:TòƒjBþP-(ª Bu ºP=( †B úP(…CP(Š‚BÑP Ôj ÅBM 8¨)Ô jÅC- –P+¨5Ôj µƒÚC (J‚:BÉP'¨3Ôê uƒºC)P(!‚!B! Â!"! ¢!b!â!! ’!R! JƒzB½ ÞP¨/Ôê €BéÐ h0” †BàáÐh$4  eBc ±Ð8h<4šM‚&CS ©Ð4h:4š Í‚fCs ¹Ð´ZeA‹ ÅÐ(Z -ƒ–C9Ð (ʃVB« ÕÐh-´ZåC Ð&¨*„6C[ ­Ð6h;´Ú í‚vC{ ½Ð>h?t:‚Š ÃÐè(t :€NB§ ÓÐè,t:C ‹Ð%è2tº ]ƒ®C7 ›Ð-è6tº ݃îC ‡Ð#è1ôz =ƒžC/ —Ð+è5ôz ½ƒÞC Ð'è3T°Öð¶„°l‚­a3lÛÂv°=ì;ÂN°3ì»Âå`7¸<ìW€=àŠ°'\ ö‚+ÃÞpØ® ûÂÕàêp Ø® ûõà¸6×ëÂõà 8ëápGÀ àH8 nGÃ1p#¸1 7ãà¦p3¸9·€[­àÖp¸-Ünw€àD8 î'ÃàÎp¸+Ü î§À=àT„!†…1‡ ˜„)˜†˜…9˜‡X„%X†X…58 î ÷‚{Ã}à¾p?¸?<§ÃƒàÁp< ƒ‡Ã#à‘ð(x4œ ÇÂãàñðx"< ž O§ÂÓàéð x&< ž ÏçÂóàùðx!œ/‚ÃKàlx)¼ ^çÀ+à\8^ ¯‚WÃkàµð:x=œo€7›à¸Þ o·ÂÛàíðx'¼ Þ ï÷Âûàýðø |.‚ÃGà£ð1ø8|> Ÿ‚OÃgà³ð9ø<\ _€/—àËðø*| ¾߀o·àÛðø.|¾?€ÂàÇðø)ü ~¿€_¯à×ðø-ü~€?ŸàÏp :DX Ä1"Vˆ ±F̈ b‹Ø!öˆâˆ8!Έ ⊔CÜòˆ;Rñ@*"žH%Ä ©Œx#U¤*â‹TCª#5?¤&âÔBÚH R©‹ÔC‚`$©„"aH84@"‘(¤!Ä ÆH,Ò‰Cš"ÍæH<Òi‰´BZ#m¶H;¤=ÒI@‘$¤#’ŒtB:#]®H7¤;’‚ô@RAÁ!¡aá‘QÑ4¤'Ò éôAú"ýþÈd ’Ž B#Èd(2 ŽŒ@F"£ÑH&2‹ŒCÆ#‰È$d22™ŠLC¦#3™È,d62™‹ÌCæ# …H²YŒ,A²‘¥È2d9’ƒ¬@r‘²ÙˆlB Bd3²ÙŠlC¶#;È.d7²Ù‹ìCö#ƒÈ!¤9ŒAŽ"ÇãÈ ä$r 9œAÎ"çóH1r¹ˆ\B.#W«È5ä:r¹‰ÜBn#w»È=ä>òyˆ#%€êP=jPKÔˆZ¡&Ô5£6¨-j‡Ú£¨#ê„:£.¨+ZuCË£îhÔ­ˆz¢}Rû¦öKíŸ: u`jzê ÔÁ©©CR‡¦Kž:"udê¨ÔÑ©™©cRǦŽKŸ:!ubê¤ÔÉ©SR+¡ ÐH4 mˆF£1h#´1‹6AãЦh3´9¶@[¢­ÐÖh´-Úmv@ÐD4 íˆ&£ÐÎh´+Ú íŽ¦ =ÐTD!FE1G ”D)”F”E9”GTD%TFTE54 í‰öB{£}оh?´?:ˆ¦£ƒÐÁh:ŠC‡£#Бè(t4š‰ŽAÇ¢ãÐñèt": ŒNA§¢ÓÐéè t&: ÎAç¢óÐùèt!š….B£KÐlt)º ]Žæ +Ð\4]‰®BW£kеè:t=šn@7¢›Ð´ÝŒnA·¢ÛÐíèt'º ÝîA÷¢ûÐýèô z-B£GУè1ô8z=‰žBO£gгè9ô@¢ÐÇèô)ú }޾@_¢¯Ð×èô-ú}~@?¢ŸÐÏh `:LY`Ì3bV˜ ³ÆÌ˜ f‹Ùaö˜æˆ9aΘ 投Ãܰò˜;VóÀ*bžX%Ì «ŒycU0¬*æ‹Uêc50?¬&æÕ°ÚX V«‹Õ°`,«…baX85À"±(¬!Å`°ÆX,֋ÚbͰæX<Ök‰µÂZcm°¶X;¬=ÖKÀ±$¬#–ŒuÂ:c]°®X7¬;–‚õÀR1ƒ0C0Ã0#0£0c0ã00“0S0Ó°4¬'Ö ëõÁúbý°þØl –Ž ÂcØl(6 ŽÀFb£°ÑX&6‹ÃÆc°‰Ø$l26›ŠMæc3°™Ø,l66›‹ÍÃæc °…X¶[Œ-Á²±¥Ø2l9–ƒ­Àr±¶Ûˆm °Bl3¶ÛŠmöc;°Ø.l7¶Û‹íÃöc°ƒØ!¬;ŒÁŽbÇ°ãØ ì$v ;ÁÎbç°óX1v»ˆ]Â.cW°«Ø5ì:v»‰ÝÂncw°»Ø=ì>ö{ˆ=ÂcO°§Ø3ì9ö{‰½Â^co°·Ø;ì=öûˆ}Â>c%€ëp=npK܈[á&Ü7ã6¸-n‡Ûã¸#î„;ã.¸+^wÃËãîxܯˆ{â•p/¼2îWÁ}ðª¸/^ ¯Ž×Àýðš¸?^ Àkãx¼.^ƒñ¼>ЇááxÞÄ£ð†x4ƒ7Âã±x<oŠ7Ûãñx ¼%Þ o·ÁÛâíðöx<OÄ“ðŽx2Þ ïŒwÁ»âÝðîx ÞOÅAÂaÁQÃqœÀIœÂiœÁYœÃy\ÀE\Âe\ÁU\ÃÓðžx/¼7Þï‹÷Ãûãðx:>ŒgàCð¡ø0|8>‰ÂGã™ø|,>OÀ'â“ðÉø|*> ŸŽÏÀgâ³ðÙø|.>Ÿ/ÀâYø"|1¾ÏÆ—âËðåx¾ÏÅóð•ø*|5¾_‹¯Ã×ãùø|#¾ /À ñÍø|+¾ ߎïÀwâ»ðÝø|/¾ßÀâ‡ð"ü0~?ŠÃã'ð“ø)ü4~?‹ŸÃÏãÅøü"~ ¿Œ_Á¯â×ðëø ü&~ ¿ßÁïâ÷ðûøü!þŒ?ÁŸâÏðçø ü%þ ¿Áßâïð÷øü#þ ÿŒ—à¡#ô„a , #aE˜kÂLض„aO8Ž„áL¸®D9Â(O¸¢"áIT"¼ˆÊ„7Q…ð!ª¾D5¢:Qƒð#jþD-"€¨MuˆºD="ˆ&BˆúD(F„D"’ˆ"ÑD шhLÄMˆ8¢)ÑŒhNÄ-ˆ–D+¢5цhK´#Úˆ"‘H":ÉD'¢3Ñ…èJt#º)D"• ˆ€ „@ ŒÀ ‚ Š  †` Žà  ‰ …P H#z½ˆÞD¢/ÑèO éÄ b0‘A !†ÈáÄb$1ŠMdcˆ±Ä8b<1˜HL"&Sˆ©Ä4b:1ƒ˜IÌ"fsˆ¹Ä±€XHd‹ˆÅÄ"›XJ,#–9Ä "—È#V«ˆÕÄb-±ŽXOäˆÄ&¢€($6[ˆ­Ä6b;±ƒØIì"v{ˆ½Ä>b?q€8H"ŠˆÃÄâ(qŒ8Nœ N§ˆÓÄâ,qŽ8Oˆ‹Ä%â2q…¸J\#®7ˆ›Ä-â6q‡¸KÜ#Ä#â1ñ„xJ<#ž/ˆ—Ä+â5ñ†xK¼#ÞˆÄ'â3QB¤ŽÔ“¤´$¤i"­I3iCÚ’v¤=é@:’N¤3éBº’åH7²<éNV =ÈŠ¤'Y‰ô"+“ÞdÒ‡¬Jú’ÕÈêd Ò¬Iú“µÈ²6HÖ!ë’õÈ 2˜ !ë“¡dNF ÈH2ŠlHF“1d#²1K6!ãȦd3²9O¶ [’­ÈÖd²-ÙŽlOv ÈD2‰ìH&“ÈÎd²+ÙìN¦=ÈT$!&%1' ’$)’&’%9’'R$%R&R%52ìIö"{“}Ⱦd?²?9€H¦“ƒÈÁd9„J#‡“#È‘ä(r4™IŽ!Ç’ãÈñär"9‰œLN!§’ÓÈéä r&9‹œMÎ!ç’óÈùär!™E."“KÈlr)¹Œ\Næ+È\2\I®"W“kȵä:r=™On 7’›È²ÜLn!·’ÛÈí¤ZõF« >hUÔ­†VGk ~hMÔ­… µÑ@´Z­‡¡ÁhZ EÃÐp4ÝA^&¯WÉkäuòy“¼EÞ&ïwÉ{ä}òù|D>&ŸOÉgäsòù’|E¾&ßoÉwä{òù‘üD~&KH€ÒQzÊ‚2P–”‘²¢L”5e¦l([ÊŽ²§(Gʉr¦\(WªåF•§Ü© ”U‘ò¤*Q^TeÊ›ªBùPU)_ªUªAùQ5)ª@Õ¦©:T]ªDS!T}*” £Â©ªIEQ ©h*†jD5¦b©&TÕ”jF5§â©TKªÕšjCµ¥ÚQí©T•H%Q©dªÕ™êBu¥ºQÝ©ª•JDÁB¡FáA‘EÑC±Gñ”@‰”DÉ”B©”F¥Q=©^ToªÕ—êGõ§P©tj5˜Ê †PC©aÔpj5’E¦2©1ÔXj5žš@M¤&Q“©)ÔTj5šAͤfQ³©9Ô\j5ŸZ@-¤²¨EÔbj •M-¥–QË©j•KåQ+©UÔjj µ–ZG­§ò© ÔFjU@R›©-ÔVjµÚAí¤vQ»©=Ô^jµŸ:@¤QEÔaêu”:F§NP'©SÔiê u–:G§Š© ÔEêu™ºB]¥®QשÔMêu›ºCÝ¥îQ÷©ÔCêõ˜zB=¥žQÏ©ÔKêõšzC½¥ÞQï©ÔGêõ™*¡ZGëi Ú@[ÒFÚŠ6ÑÖ´™¶¡mi;Úžv i'Ú™v¡]ér´]žv§+ÐtEÚ“®D{Ñ•ioº íCW¥}éjtuºíGפýéZt]›¤ëÐuéztL‡ÐõéP:Œ§#èt$E7¤£éºÝ˜Ž¥›ÐqtSºÝœŽ§[Ð-éVtkº Ý–nG·§;Ð t"Dw¤“éNtgº Ý•îFw§Sèt* Ò ÓÒÓMÒMÓ ÍÒÍÓ-Ò-Ó ­ÒF÷¤{ѽé>t_ºÝŸ@¤ÓéAô`:ƒB¥‡ÑÃéôHz=šÎ¤ÇÐcéqôxz=‘žDO¦§ÐSéiôtz=“žEϦçÐséyô|z½Î¢Ñ‹é%t6½”^F/§sèt.G¯¤WÑ«é5ôZz½žÎ§7ÐéMt]Ho¦·Ð[émôvz½“ÞEï¦÷Ð{é}ô~ú}>Dчé#ôQú}œ>AŸ¤Oѧé3ôYú}ž.¦/ÐéKôeú }•¾F_§oÐ7é[ômú}—¾Gß§ÐéGôcú ý”~F?§_Ð/éWôkú ý–~G¿§?ÐéOôgº„£g,cÉ+ÆÄX3fƆ±eì{ÆqdœgÆ…qeÊ1nLyÆ©Àx0O¦ãÅTf¼™*ŒS•ñeª1Õ™ŒS“ñgj1Lm&©ÃÔeê1AL0ÂÔgB™0&œ‰`0‘LÓ‰fb˜FLc&–iÂÄ1M™fLs&žiÁ´dZ1­™6L[¦ÓžéÀ$0‰LÓ‘If:1™.LW¦ÓIaz0© È@ Ì Ê` Î ÉP Í0 Ëp ÏŒÈHŒÌ(ŒÊhLÓ“éÅôfú0}™~Lf3Ig1ƒ™ f3”Æ gF0#™QÌh&“ÃŒeÆ1ã™ ÌDf3™™ÂLe¦1Ó™ÌLf3›™ÃÌeæ1ó™ÌB&‹YÄ,f–0ÙÌRf³œÉaV0¹L³’YŬfÖ0k™uÌz&ŸÙÀld61L!³™ÙÂle¶1Û™ÌNf³›ÙÃìeö1û™ÌAæSÄfŽ0G™cÌqæs’9ÅœfÎ0g™sÌy¦˜¹À\d.1—™+ÌUæs¹ÁÜdn1·™;Ì]æsŸyÀ1Ÿ™`u¬žµ` ¬%kd­XkÍšYÖ–µcíYÖ‘ubYÖ•-Ǻ±åYw¶ëÁVd=ÙJ¬[™õf«°>lUÖ—­ÆVgk°~lMÖŸ­Å°µÙ@¶[—­Ç±Ál[Ÿ eÃØp6‚mÀF²QlC6ša±ÙX¶ Ç6e›±ÍÙx¶Û’mŶfÛ°mÙvl{¶›À&²IlG6™íÄvf»°]Ùnlw6…íÁ¦² ±0‹°(‹±8K°$K±4˰,˱<+°"+±2«°*«±ilO¶Û›íÃöeû±ýÙì@6Äf3Ø!ìPv;œÁŽdG±£ÙLv ;–ÇŽg'°ÙIìdv ;•ÆNgg°3ÙYìlv;—ÇÎg° Ù,v»˜]Âf³KÙeìr6‡]Áæ²yìJv»š]îe×±ëÙ|v»‘Ýİ…ìfv »•ÝÆngw°;Ù]ìnv»—ÝÇîg°ÙCl{˜=Âe±ÇÙìIö{š=ÞeϱçÙbö{‘½Ä^f¯°WÙkìuö{“½ÅÞfï°wÙ{ì}öû}Ä>fŸ°OÙgìsöû’}žfß°oÙwì{öû‘ýÄ~fKX€Óqz΂3p–œ‘³âLœ5gæl8[ÎŽ³ç8GΉsæ\8W®çÆ•çܹ œW‘óä*q^\eΛ«ÂùpU9_®W«Áùq59®ÀÕæ¹:\]®Äs!\}.” ã¹®ÉEq ¹h.†kÄ5æb¹&\×”kÆ5çâ¹\K®ךkõåÚqí¹\—È%q¹d®×™ëÂuåºqݹ®—ÊÄÁ¡ÜNr¹›ÜCî%÷‘ûÉäAòYD&GÉcäqòy’Œç#ø|$Å7ä£ù¾ߘå›ðq|S¾ßœç[ð-ùV|k¾ ß–oÇ·ç;ð |"ŸÄwä“ùN|g¾ ß•ïÆwçSø|*òóòóOòOó ÏòÏó/ò/ó ¯òŸÆ÷ä{ñ½ù>|_¾ߟÀäÓùAü`>ƒÂå‡ñÃùüH~?šÏäÇðcùqüx~?‘ŸÄOæ§ðSùiüt~?“ŸÅÏæçðsùyü|~¿Ïâñ‹ù%|6¿”_Æ/çsø|.ŸÇ¯äWñ«ù5üZ~¿žÏç7ðùM|_Èoæ·ð[ùmüv~¿“ßÅïæ÷ð{ù}ü~þ?Äñ‡ù#üQþœ?ÁŸäOñ§ù3üYþž/æ/ðùKüeþ •¿Æ_çoð7ù[ümþ—¿ÇßçðùGücþ ÿ”Æ?ç_ð/ùWükþ ÿ–Ç¿ç?ðùOüg¾„ ,ƒ`)+Á$X fÁF°ì{ÁApœgÁEpÊ nByÁ]¨ xO¡’à%T¼…*‚PUðª Õ…‚ŸPSðj Bm!P¨#Ôê AB°"ÔB…0!\ˆ‘B”ÐPˆb„FBc!Vh"Ä M…fBs!^h!´Z ­…6B[¡Ð^è $‰B’ÐQH: ….BW¡›Ð]Hz©(@, *`.)P-0+p/‚(H‚,(‚*hBšÐSè%ôú}…~Ba€0PH ƒ… aˆ0T& F#…QÂh!S#ŒÆ ã… ÂDa’0Y˜"L¦ Ó…ÂLa–0[˜#Ìæ ó…ÂB!KX$,–ÙÂRa™°\ÈV¹Bž°RX%¬Ök…uÂz!_Ø l6 B¡°YØ"l¶ Û…ÂNa—°[Ø#ìö û…ÂAáP$ŽG…cÂqá„pR8%œÎg…sÂy¡X¸ \. —…+ÂUášp]¸!Ün ·…;Â]ážp_x < …'ÂSá™ð\x!¼^ ¯…7Â[áð^ø |> Ÿ…u¢^´ ¢¥h­D“h-šEÑV´íEÑQtEÑU,'º‰åEw±‚è!V=ÅJ¢—XYô«ˆ>bUÑW¬&Vkˆ~bMÑ_¬%ˆµÅ@±ŽXW¬'‰ÁbˆX_ ÃÄp1Bl FŠQbC1ZŒ‰ÅX±‰'6›‰ÍÅx±…ØRl%¶ÛˆmÅvb{±ƒ˜ &ŠIbG1Yì$v»ˆ]Ånbw1Eì!¦Š ‰°ˆˆ¨ˆ‰¸Hˆ¤H‰´Èˆ¬È‰¼(ˆ¢(‰²¨ˆª¨‰ibO±—Ø[ì#öû‰ýÅâ@1]$3Ä!âPq˜8\!ŽG‰£ÅLqŒ8V'Ž'ˆÅIâdqŠ8Uœ&Ngˆ3ÅYâlqŽ8Wœ'Έ Å,q‘¸X\"f‹KÅeâr1G\!æŠyâJq•¸Z\#®׉ëÅ|qƒ¸QÜ$ˆ…âfq‹¸UÜ&nwˆ;Å]ânq¸WÜ'îˆÅCb‘xX<"‰ÇÅâIñ”xZ<#žωçÅbñ‚xQ¼$^¯ˆWÅkâuñ†xS¼%ÞïˆwÅ{â}ñøP|$>ŸˆOÅgâsñ…øR|%¾߈oÅwâ{ñƒøQü$~KD@ÒIzÉB2H–’Q²’L’µd–l$[ÉN²—$GÉIr–\$W©œä&•—Ü¥ ’‡TQò”*I^ReÉ[ª"ùHU%_©šT]ª!ùI5%©– Õ–¥:R]©ž$K!R})T “Â¥©)EI ¥h)Fj$5–b¥&RœÔTj&5—â¥RK©•ÔZj#µ•ÚIí¥R‚”(%I¥d©“ÔYê"u•ºIÝ¥©‡”*$Á"¡&á!‘%Ñ#±'ñ’ ‰’$É’"©’&¥I=¥^Ro©ÔWê'õ—H¥ti4XʆHC¥aÒpi„4R%–2¥1ÒXiœ4^š M”&I“¥)ÒTiš4]š!Í”fI³¥9Ò\iž4_Z -”²¤EÒbi‰”--•–IË¥i…”+åI+¥UÒji´VZ'­—ò¥ ÒFi“T J›¥-ÒVi›´]Ú!í”vI»¥=Ò^iŸ´_: ”IEÒaéˆtT:&—NH'¥SÒiéŒtV:'—Š¥ ÒEé’tYº"]•®I×¥ÒMé–t[º#Ý•îI÷¥ÒCé‘ôXz"=•žIÏ¥ÒKé•ôZz#½•ÞIï¥ÒGé“ôY*‘Y'ëe Ù [ÊFÙJ6É8Gp$Gq4Çp,Çq<'p"'q2§p*§qi\O®×›ëÃõåúqý¹Ü@.ÄYËÕ岟\Sö—kÉrm9P®#וëÉAr°"×—Cå09\ŽÈ‘r”ÜPŽ–cäFrc9Vn"ÇÉMåfrs9^n!·”[É­å6r[¹Ü^î 'ȉr’ÜQN–;Éå.rW¹›Ü]N‘{È©2(C2,#2*c2.2)S2-32+s2/ ²(K²,+²*kršÜSî%÷–ûÈ}å~ry€%Ÿ–ÏÈgåsòy¹X¾ _”/É—å+òUùš|]¾!ß”oÉ·å;ò]ùž|_~ ?”Éå'òSù™ü\~!¿”_ɯå7ò[ùü^þ ”?ÉŸåPtŠ^±P Š¥bT¬“b­˜ÅV±SìÅQqRœÅU)§¸)åw¥‚â¡TT<•JŠ—RYñVª(>JUÅW©¦TWj(~JMÅ_©¥(µ•@¥ŽRW©§)ÁJˆR_ U”p%Bi D*QJC%Z‰Q)•X¥‰§4Uš)Í•x¥…ÒRi¥´VÚ(m•vJ{¥ƒ’ $*IJG%Yé¤tVº(]•nJw%E顤* )°‚(¨‚)¸B(¤B)´Â(¬Â)¼"(¢")²¢(ª¢)iJO¥—Ò[é£ôUú)ý•Ê@%]¤ V2”!ÊPe˜2\¡ŒTF)£•LeŒ2V§ŒW&(•IÊdeŠ2U™¦LWf(3•YÊleŽ2W™§ÌW( •,e‘²XY¢d+K•eÊr%GY¡ä*yÊJe•²ZY£¬UÖ)ë•|eƒ²QÙ¤(…Êfe‹²UÙ¦lWv(;•]Êne²WÙ§ìW(•CJ‘rX9¢UŽ)Ç•ÊIå”rZ9£œUÎ)ç•bå‚rQ¹¤\V®(W•kÊuå†rS¹¥ÜVî(w•{Ê}åòPy¤UŸ©ÏÕêKõ•úZ}£¾Uß©ïÕêGõ“úY-QM§é5 Í YjFÍJ3iÖšY³Ñl5;Í^sÐ5'ÍYsÑ\µrš›V^s×*hZEÍS«¤yi•5o­Šæ£UÕ|µjZu­†æ§ÕÔüµZZ€V[ ÔêhuµzZ¬…hõµP-L ×"´Z¤¥5Ô¢µ­‘ÖX‹ÕšhqZS­™Ö\‹×Zh-µVZk­ÖVk§µ×:h Z¢–¤uÔ’µNZg­‹ÖUë¦u×R´Zªjkˆ†j˜†k„Fj”FkŒÆjœÆk‚&j’&kЦjš–¦õÔzi½µ>Z_­ŸÖ_  ÔÒµAÚ`-C¢ Õ†iõÚHm”6ZËÔÆhcµqÚxm‚6Q›¤MÖ¦hSµiÚtm†6S›¥ÍÖæhsµyÚ|m¶PËÒi‹µ%Z¶¶T[¦-×r´Z®–§­ÔVi«µ5ÚZm¶^Ë×6hµMZV¨mÖ¶h[µmÚvm‡¶SÛ¥íÖöh{µ}Ú~í€vP;¤i‡µ#ÚQí˜v\;¡ÔNi§µ3ÚYíœv^+Ö.hµKÚeíŠvU»¦]×nh7µ[ÚmíŽvW»§Ý×hµGÚcí‰öT{¦=×^h/µWÚkíöV{§½×>hµOÚg­DÒtiú4‹4Cšeš1Í*Í”ffN³I³M³K³OsHsLsJsNsIsý¿Ø» ¨ºµ}QøY‚K)…¥´T¶P\êî^êBÜ=‹uwwwwwwwo©ÑB‹×½ž}º÷>÷¾÷qÇ÷îß{_~Œ¹HfB˜k®d®ÿJ Õ_-«¨jZN VË«!jµ¢ªVR+«UÔªj5µº¦†«j µ¦ZKT£ÔÚj´£Æªqj¼š &ªIj²š¢ÖQëªõÔújµ¡ÚHm¬6Q›ªÍÔæj µ¥ÚJm­¶QÛªíÔöjµ£ÚIí¬vQ»ª©j7µ»ÚCí©öR{«}Ô¾j?µ¿š¦‚*¤Â*¢¢*¦â*¡’*¥Ò*£²*§òª Šª¤Êª¢:ÔtUU5UW 5C T©ƒÕ!êPu˜:\¡ŽTG©£Õ1êXuœ:^ NT'©“Õ)êTuš:]¡ÎTg©³Õ9ê\už:_] .T©‹Õ%êRu™º\]¡®TW©«Õ5êZuº^Ý nTÝeÙSö’½åR²\Zö•ËÈ~²¿\Vå ¹œ,——Cä rE9T®$W–«ÈUåjò&õ¼zA½¨^R/«WÔ«ê5õºzC½©ÞRo«wÔ»ê=õ¾ú@}¨>R3ÕÇêõ©úL}®f©/Ô—j¶š£¾R_«¹jžš¯¨…j‘Z¬¾QߪïÔ÷êõ£úIý¬~Q¿ªßÔïêõ§ hͪÙ4»æ¤9k.𫿦¹k𧿥yk¥4­´æ«•Ñü4­¬ jAZ9-X+¯…h´ŠZ¨VI«¬UѪjÕ´êZ˜®Eh5´šZ--R‹ÒjkÑZŒ«ÅiñZ‚–¨%iÉZŠVG««ÕÓêk ´†Z#­±ÖDkª5Óšk-´–Z+­µÖFk«µÓÚk´ŽZ'­³ÖE몥jÝ´îZ­§ÖKë­õÑújý´þZšjkˆ†j˜†k„Fj”FkŒÆjœÆk‚&j’&kŠæÐÒ5UÓ4]3´ m€6P¤ Ö†hCµaÚpm„6R¥ÖÆhcµqÚxm‚6Q›¤MÖ¦hSµiÚtm†6S›¥ÍÖæhsµyÚ|m¶P[¤-Ö–hKµeÚrm…¶R[¥­ÖÖhkµuÚzmƒ¶QÛ¤mÖ¶h[µmÚvm‡¶SÛ¥íÖöh{µ}Ú~í€vP;¤ÖŽhGµcÚqí„vR;¥ÖÎhgµsÚyí‚vQ»¤]Ö®hWµkÚuí†vS»¥ÝÖîhwµ{Ú}íöP{¤ejµ'ÚSí™ö\ËÒ^h/µl-G{¥½Örµ<-_+Ð µ"­X{£½ÕÞiïµÚGí“öYû¢}Õ¾ißµÚO Ð-ºU·évÝIwÖ]tWÝMw×=tOÝK÷ÖKé>ziÝW/£ûéþzY=@Ôƒôrz°^^Ñ+èõP½’^Y¯¢WÕ«éÕõ0=\Ðkè5õZz¤¥×Ö£õ=VÓãõ=QOÒ“õ½Ž^W¯§××è õFzc½‰ÞTo¦7×[è-õVzk½ÞVo§·×;èõNzg½‹ÞUOÕ»éÝõzO½—Þ[ï£÷Õûéýõ4Ô!ÖÕ1× Ô)ÖÕ9×]Ô%]ÖÝ¡§ëª®éºnèú} >H¬чêÃôáú}¤>J­ÑÇêãôñú}¢>IŸ¬OѧêÓôéú }¦>KŸ­ÏÑçêóôùú}¡¾H_¬/Ñ—êËôåú }¥¾J_­¯Ñ×êëôõú}£¾I߬oÑ·êÛôíú}§¾Kß­ïÑ÷êûôýúý ~H?¬ÑêÇôãú ý¤~J?­ŸÑÏêçôóúý¢~I¿¬_ѯê×ôëú ý¦~K¿­ßÑïê÷ôûúý¡þHÏÔëOô§ú3ý¹ž¥¿Ð_êÙzŽþJ­çêyz¾^ êEz±þF«¿Óßëôú'ý³þEÿªÓ¿ë?ôŸ:`X «a3솓ál¸®†›ánxž†—ám”2|ŒÒ†¯QÆð3ü²F€håŒ`£¼bT0*¡F%£²QŨjT3ªaF¸aÔ0jµŒH#ʨmD1F¬gÄ F¢‘d$)F£®QϨo40ŒÆF£©ÑÌhn´0Z­ŒÖF£­ÑÎhot0:ŒÎF£«‘jt3º=ŒžF/£·ÑÇèkô3úih@l j`niPm0kpo†hH†l(†ÃH7TC3tÃ02ŒÆ@c1Øb 5†ÃÆHc”1ÚcŒ5Æã ÆDc’1Ù˜bL5¦ÓÆLc–1Û˜cÌ5æóÆBc‘±ØXb,5–ËÆJc•±ÚXc¬5Öë ÆFc“±ÙØbl5¶ÛÆNc—±ÛØcì5öûÆAãqØ8b5ŽÇÆIã”qÚ8cœ5Îç ÆEã’qÙ¸b\5®×ÆMã–qÛ¸cÜ5î÷ÆCã‘‘i<6žOgÆs#Ëxa¼4²ã•ñÚÈ5òŒ|£À(4ŠŒbãñÖxg¼7>OÆgã‹ñÕøf|7~? Ã’aͰeØ3œ2œ3\2\3Ü2Ü3<2<3¼2¼3Jeød”ÎðÍ(“á—áŸQ6# #0#(£\FpFùŒŒ fŠÙÿ«÷_N^r;æm0°æÿ[)L-Nÿm9L-ÁÿÛ“˜Z83‹©™ÅÔÌbjf15³˜šYLÍ,¦fS3‹©™ÅÔÌbjf15³˜šYLÍ,¦fS3‹©™Åô¿CãèP"4:´¥{“T÷Ú-¢CS¢RKBØT<416*1)49&.*.)4 íÞâÓ16"26!:<ÝA±”9°tÙ†b66L°8÷KmDÆÄD¥$$ØïK¤Ëƒx%]‰lŒX š $ÆYâ“b£’bâB#¢R’ì± @Rrxm[|œÅ½yª»äD‡Æ„&$F%¦Ä…&¥ÄD%Fdž"œ{Ÿ~Ñ¡(Dŧ$‡jV.4!&:*6.`C»ºwv.ëŸhë“YâcÃѾq 1xDLt8PËÎb6N°hfÑ-HºÝ–ÎÛã Þ S¶¤×XKB `í ÈÄÚÝ⢒œ¢lM1²)ÁS»”nwr‹ W0Ù^²KB€JGì1á¢, –H+ï¦Ëv’’ÎR@´®FļÃ&¤ÛEÙ¢Ø'â‘_76pDY€XW .&*9)¦d¤‰uí +âXg÷À31::*9Ù*¹GG%$¦Ä§XݬÉ)‰¶ø§Ú­9 ™tövŠ´GºZ“bÝââ£ââbC’£{Ó2v‹âé듘$ÇÅÙZ8'Ñ1Ö( uDdblxKŸ”¨¸÷¤„ðØX[ߨØD[3çÈ ˆŒ‹ŠŽ·w¥""ãâ⬛¥´Õn±¸XÊÄ$ÇFÅÇ'TItªewØ»jÒ»À2lVk$Š,ådå#â£í”=ÝÎaŠXéX ÖYÆ8AÅJ—´ÃÉq¶Æ'±q6™‚`ÖØ(Yàyg¯èø¨ødçfÍ»¶MíØ)­kjã.©Ý:¥µnæ¸X-<…Õ²³‚ ¤Åf‡';fw¶p,Qö˜ø¨„$KÉ0§¤³ÀfcBÚZ’\ã㢒’bœ]ì)q¶¸”x ">!\pˆÀÚìïi±Å„ÅÞ7:!º«Hm|:¹ÚºŠâ ÄÅq΢`±²é.¶„䨘ØO‹¢X¥²[œoSRÌËfÅx Ö!—bc—Ø$›ÅžT&6)6ÜÉæfñKJŠJ*$G%$Ç;Y,ŠÝÅêa±%yÛdSDGm}ãâ£mPºÅÛmîbu·'ZÝÓí¼Ày ¿nÿ]J(…ìà 8€Äx§¦nÞ6{ Å£‚E䈄„ð(çŸóâ}‹(SvÙ«TJJh,8'$$;9YSbl1qÑnIU,.>@ ›d<]Ã’ª$W‰÷Š«’äšàé—h·X’<,ÍŒ·9¬)=Ì ¨e+Ùú6;ëx:I锽dÿ÷±X}­ ÑnÌW¦0ÞË !!N¬åéX¼|-é~žVÞ)]®àÛÜU±q€-ºGÄĦØbç@ÒIˆú•R(‡­4€ ”RËf±°€Õ Ù)Åaa­€]±bV«âRò “ÉôR¥ã ú=¼‰Å9GÙrÀ¾Â¼Ë#"Kù7NU,äS¯,TPž?rki;;ÝähuÍ»m‰žåÞ˜Ppk³þά\énlíZÚ»ý†;{Óü,#/¿öʽ42pï°åEQaáý%-Ü£z6ò±Ö~ñµ"ŽfÇø¿:Æn¶<÷©úGCŽt..|¶³¿Tæ÷>-òí¼ x¾¶± wz¶¹µ‹‹=çÒ¨H¨5áF®¯­LßmÏŠ¯né øõsr ­PôhY' ñð¯RÕýÕ)5ðî¶ãe­â¼«ãÄYö€âW'• €kc­gµÆ0[έ2à×Yké „ ¹”[TÒq÷–4wŽd[òoLŒ±z43z—jµöqþ³Jù´4RËZkY½NH!@™þ{¬/YÝZ/Tà䕺óEŒáýùõ¬@0ãäöçÓ±èä³ÙöÉQ€­ñºg…¹µËfnî w¶|Ç®M‹uv®êñGOmëQðäÈ,ºe­›{¹¨6Òš»yùOv*õì-Ö<+|qvzÿ„’¡ÞÉ+ Vß5™…9Ç´Á®6Ïʹ×_ë­ƒ;E•µy”¯+~Yêá¾1==‚"šGsªU,WÌYýâ«oÕ*ž¹×BѾVŸ(të³Â꯮.%ëÛ]ý«Ö!6>(ôµn­Wf:Ü]ÔÈÙr:§¸f¹¼û;†v¶¹'¥M9úÜ¥ sEÉþæÙyÓë³í=JFצKŸ-ÜüŠ -H€¸9÷ò‹£ý‹ ‹²Ï/ÀRl¾áQAÖ×EÕ½ÿxš›»”~üðk.åí›â«W.O?¦ä7ÈûÇ:¿nÏýõë·_ÓqÀ?7÷óg àö×€"ü5y"ð¯ÓqŸÁ¿ê)Ïå‹d¿Ìú«¦‡ÛÖM2=øðáÝ›7EVç#nwoßZ¿zÅã̇>¼/y~.ºÞ¯äó °uÓú’MÖ^ «Wá¯01«UÕ?§?´u*ý9÷:°^…¿µú«™?«6þÚÜÏJMþ>W¡‰-ò¯¶µrþk ’òçäƒU³MÊ} ²/,>éPVáÏõy÷,;@¦žÍþ½|uîÝC[@õŒ39‰…Ù¯£Š¥ÆèkyÎNe‘CÙ6¿×WP­âB}lV{PÛ…·ó<ürÎŒí’P5ÀÃj+U½…¼æÖkÂg»é„à’0Ä¿Vû[ïå—+ë±sDÄ’ÁÅ·bíÖŽg{ºÞŸc‰›u¯ ¨Œ›§û«[käæÕ¼meÂÚŒ?ŸãXñŸí¿ì]XüêÜÈ8KÙþ›®oƒ‚,mßÉ+.|² ±ùúØ* ‡-…ωa΀Gû ÏB­>eÊ'ë's Kâgw7àÓm‡[ewg{í‘óüÜ‹^îO °¸”*TÖÓæÚlñýü@?÷]xE'w7{ÝÕÏÊåÝÛ·dö¢]wò‹*»W)¸=£d˜¨X¥‚Ÿ³KÒì;ùþ‘AÁÿlZfÝÏl—Æ&[œý,¥»®¼_PT˜}BŒ%„Ý÷¬¨(?s]ª¥Ç®—…·¦%Z,QÚÞ§ù…ÅÙY/^‡ºz¼~UàZ­àþŠvÖÈ 7ó+åçæ>pãʵ“sZ[<ºlÏ ¬àd©=À’½ÇZ¡l۝޳¶§^y9‘¡eþÙˆÍ%_É.%,ƒ:lxn}mRŠ“­ÇºÌË‹M­\J•Œzwó_ljm±Ô]ú¨ 1ÐË£zÞ­IÖòü‰œÐÜ[«è$?w[“uÏ+dÙ,u–XÇ¿ØGÙ]*7Á&VÊöûHûuéÀúUËïܺY2¦=É|ôøÑÃj@Áƒ }ìÕ„ƒY–¬ -­~͆e”)'_fm´Zë/ìš¹8ÙR&mßKï…IVô K`põü»3¬Áìq¯RWµ´Vé1tÆüZ#OÛÓ@_æ[ã5O ½ÜkU/,È<0ƒmYÝÍæÓqù݇~‘A!¿÷ª/³žg>zX2øÜ»}[.žnß¼ñìq&„åÝ[ÒÎËR·m˜%Üú´àWäTß±ç‘5ÿÙõ«Or'§¤‘Ç_Xò²Ÿ¼È±½«ræ•çóõVKâ´–常Z „?‘¹±k){É«kË¿1=Ùîêíi÷hºê±¥lpµ€ÒY%os¶*1I ¾@¨¯û• I6»—»p).,é<·Ü Ã"ì gÝ*pÍ9ˆ€‹_ùJ¡¶JŽSJøÏöµ)Ïå½*y9}‚pÃZ«sý–¢‡hk}è%pkÓÀÎÑv· ¨Ô©sí××é¢l®åR”£Ù……Oïàd÷ ©Ù„ßd˽¹œ®kw­ÔyþM«…ʾŒîã8ù„D¶x<;¸ŒkÁƒmÛ†Yü‚<\Š‚Üjº¼81±gɧ^À»ÓV÷û•†•JÙ=+5Àæœ{YPöφ¶/ywñ¯Ÿÿ|3›ö?‹˜‡™ ;M&“ÉôGnéÿï·1gºÙ&“éÿtSÍ‘Ìd2™L&“Éd2™Lÿ—yÊù›`ú?Âtó¼ŒéÿÁlsÿ0™L¦ÿ²èŸ.ÿøî3Ôì Ó «Ù&“Éd2™Lf f2™L&“Éd25“Éd2™L¦ÿ‹5‹Åòb2™L&“Édú÷ú‡ýÇxÌú÷ 3P3™L&“Édú÷³Z­ÀŒÉ~ëï™_+ü*&“Éd2™L¦ ö÷ò;`³þý4›¨™L&“Éd2ýûÙívÀf³ýË™µÄf?›ök“Éd2™L&Ó¿?Pû{°ö;`³ÿŽØ~-ø{ ö"ë¹Ùk&“Éd2™LÿÎÎÎj¿ÊïøÌþûLÚ¯òk…_x†2{Ìd2™L&“éߨ999ýK°ö³j>|øùíÛ7àË—/–ÏŸ?ÿ£üžÿµüWùñãÇ?ÊÏŸ?Í5™L&“Édú/øûŸ›ý¾Ôù+@ûU\\\þQ~Ïÿ>Ãfÿûü À~—ß—CEw¿‚´ïß¿ÿ¤™šÉd2™L&Ó=Pû¬ý¾’ù«üеþ^~Õ™wã0ý›™;›Éd2™Lÿ»{î÷j6·þk:¢ ¬vM†ºOý—uRÿ'[JîÿúO¥ÿÜôPw¨m±Ý-›ÿ—-™Rñ_¶æþŸâËËÎ’-Ù€¿ýá[ÜЊÑÀ»ˆÔÔð¶üë:C݇V,)îÿ©ÖÝüçÚò`X¬†‚•ÀÊ`°*X ¬†á`X¬ Ö#Á(°6 Æ€±`&€‰`˜ ¦€uÀº`=°>Øl6ƒMÀ¦`3°9Øl ¶[ƒmÀ¶`;°=Øìv;ƒ]À®`*Ø ìö{‚½ÀÞ`°/Øì¦ 0ˆ€(ˆ8H€$H4È€,È<(€"(2¨€0TA ÔAÌ€ÁAà`p8G€#ÁQàhp 8Ž'€ÁIàdp 8œNg€3ÁYàlp8œÎ€ ÁEàbp ¸\.W€+ÁUàjp ¸\®7€ÁMàfp ¸Ünw€;Á]ànp¸Üî€ÁCàaðx<O€'ÁSàið x<ž/€ÁKàeð x¼^o€7Á[àmðx¼Þ€ÁG`&ø|>ŸÏÁ,ðøÌsÀWàk0ÌóÁ°,‹Á7à[ðøü~?ŸÁ/àWðøüþÈY!d‡œ gÈr…Ü wÈò„¼ o¨ä•†|¡2ä•… @(*C塨T …*A•¡*PU¨T ƒÂ¡¨TªEBQPm(Šb¡8(J€¡$(Jê@u¡zP}¨Ôj5†š@M¡fPs¨Ôjµ†Ú@m¡vP{¨Ôêu†º@]¡T¨Ôêõ„zA½¡>P_¨ÔJƒ@‚`Pƒpˆ€Hˆ‚hˆXˆƒxH€DH‚dHP:¤B¤C” €Bƒ ÁÐh(4 €FB£ ÑÐh,4M€&B“ ÉÐh*4 šÍ€fB³ ÙÐh.4š-€B‹ ÅÐh)´ Z­€VB« ÕÐh-´Zm€6B› ÍÐh+´ Úí€vB» ÝÐh/´Ú€B‡ ÃÐè(t :€NB§ ÓÐè,t:]€.B— ËÐè*t ºÝ€nB· ÛÐè.tº=€B Lè1ôz =ƒžCYÐ è%” å@¯ ×P.”åCP!TCo ·Ð;è=ôú}‚>C_ ¯Ð7è;ôú °¶Â6Ø;Áΰ ì »Áî°ì {ÁÞp)Ø. ûÂe`?Ø. Àp\†ËÃ!p¸" W‚+ÃUàªp5¸:‡Ãp ¸&\ Ž„£àÚp4ÇÂqp<œ'ÂIp2œ×ëÂõàúp¸!Ün 7›ÂÍàæp ¸%Ü n ·ÛÂíàöp¸#Ü î w»Â©p7¸;Üî ÷‚{Ã}à¾p?¸?œƒ0Ã0£0ã0“0Ó0³0ó°‹°˰;àtX…5X‡ 8„Áƒá!ðPx<„GÁ£á1ðXx<žO„'Á“á)ðTx<žÏ„gÁ³á9ð\x<^/„Á‹á%ðRx¼^¯„WÁ«á5ðZx¼Þo„7Á›á-ðVx¼Þï„wÁ»á=ð^x¼>„Á‡á#ðQø|>Ÿ„OÁ§á3ðYø|¾_„/Á—á+ðUø|¾ß„oÁ·á;ð]ø|~?„Á™ðcø ü~?‡³àðK8Î_Á¯á\8· àB¸.†ßÀoáwð{øüþ†¿À_áoðwøü bElˆqBœÄqCÜÄñB¼‘RˆRñEÊ ~ˆ?R @‘ ¤Œ”GB HE$©„TFª U‘jHu$ G"HM¤‰D!µ‘h$‰Eâx$ID’d$©ƒÔEê!õ‘HC¤Òi‚4Eš!Í‘HK¤Òiƒ´EÚ!í‘HG¤Òé‚tER‘nHw¤Òé…ôFú }‘~H$ A Á! ¡aá ‘q 鈊hˆŽH2ˆ B#C¡È0d82‰ŒBF#c±È8d<2™ˆLB&#S©È4d:2™‰ÌBf#s¹È²Yˆ,B#K¥È2d9²Y‰¬BV#kµÈ:d=²ÙˆlB6#[­È6d;²Ù‰ìBv#{½È>d?r9ˆB#G£È1ä8r9‰œBN#g³È9äòyˆº]ˆ.B£KÐ¥è2t9º]‰®BW£kеè:t=º݈nB7£[Эè6t;º݉îBw£{нè>t?z=ˆB£GУè1ô8z=‰žBO£gгè9ôú}ˆ>B3ÑÇèô)ú }Žf¡/Зh6šƒ¾B_£¹hš …hZŒ¾AߢïÐ÷èô#ú ýŒ~A¿¢ßÐïèô' `ÌŠÙ0;æ„9c.˜+憹c˜'æ…yc¥0¬4æ‹•Áü0¬,€bAX9,+…`°ŠX(V «ŒUÁªbÕ°êXŽE`5°šX-,‹ÂjcÑX ‹ÅañX–ˆ%aÉX V«‹ÕÃêc °†X#¬1ÖkŠ5Úc-°–X+¬5Ök‹µÃÚc°ŽX'¬3Ö능bݰîX¬'Ö ëõÁúbý°þXbc†b†cFbFc ÆbÆc&b&c æÀÒ1Ó03° l6„ Ɔ`C±aØpl6…ÆÆ`c±qØxl6›„MƦ`S±iØtl6›…ÍÆæ`s±yØ|l¶[„-Æ–`K±eØrl¶[…­ÆÖ`k±uØzl¶Û„mƶ`[±mØvl¶Û…íÆö`{±}Ø~ìv;„ÆŽ`G±cØqìv;…ÆÎ`g±sØyìv»„]Æ®`W±kØuìv»…ÝÆî`w±{Ø}ìö{„eb±'ØSìöËÂ^`/±l,{…½Ær±<,+À ±"¬{ƒ½ÅÞaï±ØGìöû‚}žaß±ØO À-¸·ávÜ wÆ]pWÜ wÇ=pOÜ ÷ÆKá>xiÜ/ƒûáþxY<ăðrx0^Á+àñP¼^¯‚WÅ«áÕñ0<Àkà5ñZx$…ׯ£ñ<Ããñ<O“ñ¼^¯‡×Çà ñFxc¼ Þo†7Ç[à-ñVxk¼ Þo‡·Ç;àñNxg¼ ÞOÅ»áÝñxO¼Þïƒ÷Åûáýñ4Ä!ÆÅ1Ç œÄ)œÆœÅ9œÇ\Ä%\Æܧã*®á:nàø| >ŒÁ‡âÃðáø|$> ÁÇâãðñø|"> ŸŒOÁ§âÓðéø |&> ŸÏÁçâóðùø|!¾_Œ/Á—âËðåø |%¾ _¯Á×âëðõø|#¾ ߌoÁ·âÛðíø|'¾ ßïÁ÷âûðýøü ~?ŒÁâÇðãø ü$~ ?ŸÁÏâçðóøü"~ ¿Œ_Á¯â×ðëø ü&~ ¿ßÁïâ÷ðûøü!þÏÄãOð§ø3ü9ž…¿À_âÙxþ çâyx>^€âEx1þ‹¿Ãßãðø'ü3þÿŠÿã?ðŸ8@X+a#ì„áL¸®„áNxž„áM”"|ˆÒ„/Q†ð#ü‰²DHåˆ`¢<BT *¡D%¢2Q…¨JT#ªaD8AÔ jµˆH"ЍMD1D,GÄ D"‘D$)D¢.Q¨O4 ˆÆD¢)ÑŒhN´ Z­ˆÖD¢-ÑŽhOt :ˆÎD¢+‘Jt#º=ˆžD/¢7чèKô#úiH@L J`NIPM0KpO„HH„L(„ƒH'TB#t 2ˆÄ@b1˜B %†ÉÄHb1šCŒ%Æ㉠ÄDb1™˜BL%¦Ó‰ÄLb1›˜CÌ%æó‰ÄBb±˜XB,%–ˉÄJb±šXC¬%Öë‰ ÄFb±™ØBl%¶Û‰ÄNb±›ØCì%öû‰ÄAâq˜8B%ŽljÄIâqš8Cœ%Îç‰ ÄEâq™¸B\%®׉ÄMâq›¸CÜ%î÷‰ÄCâ‘I<&žO‰gÄs"‹xA¼$²‰âñšÈ%òˆ|¢€($Šˆbâ ñ–xG¼'>‰OÄgâ ñ•øF|'~? €´VÒFÚI'Ò™t!]I7Òô =I/Ò›,Eú¥I_² éGú“eÉ2 "Ë‘Ády2„¬@V$CÉJde² Y•¬FV'ÃÈp2‚¬AÖ$k‘‘dY›Œ&cÈX2ŽŒ'ÈD2‰L&SÈ:d]²YŸl@6$‘É&dS²ÙœlA¶$[‘­É6d[²Ùžì@v$;‘É.dW2•ìFv'{=É^do²Ù—ìGö'ÓH„H˜DH”ÄHœ$H’¤HšdH–äHžH‘”H™TH™Nª¤Fê¤AfÈä r09„J#‡“#È‘ä(r49†KŽ#Ç“ȉä$r29…œJN#§“3È™ä,r69‡œKÎ#ç“ È…ä"r1¹„\J.#—“+È•ä*r5¹†\K®#דÈä&r3¹…ÜJn#·“;Èä.r7¹‡ÜKî#÷“ȃä!ò0y„!Ÿ’ÏÈçdù‚|If“9ä+ò5™Kæ‘ùdYH‘Åäò-ùŽ|O~ ?’ŸÈÏäò+ùüNþ ’e¡¬”²SN”3åB¹Rn”;åAyR^”7UŠò¡JS¾TÊò§ÊRT D•£‚©òTUªH…R•¨ÊTª*UªN…QáTUƒªIÕ¢"©(ª6MÅP±TO%P‰T•L¥Pu¨ºT=ª>Õ€jH5¢SM¨¦T3ª9Õ‚jIµ¢ZSm¨¶T;ª=ÕêHu¢:S]¨®T*ÕêNõ zR½¨ÞTª/ÕêO¥Q Q0…P(…Q8EP$EQ4ÅP,ÅQ<%P"%Q2¥P*R)Ò)ƒÊ P©AÔ`j5”F §FP#©QÔhj 5–G§&P©IÔdj 5•šFM§fP3©YÔlj5—šGͧP ©EÔbj µ”ZF-§VP+©UÔjj µ–ZG­§6P©MÔfj µ•ÚFm§vP;©]Ônjµ—ÚGí§P©CÔaêu”:F§NP'©SÔiê u–:G§.P©KÔeê u•ºF]§nP7©[Ômêu—ºGݧP©GT&õ˜zB=¥žQÏ©,êõ’ʦr¨WÔk*—Ê£ò©ª*¢Š©7Ô[êõžú@}¤>QŸ©/ÔWêõúAý¤ÚB[im§hgÚ…v¥ÝhwÚƒö¤½hoºíC—¦}é2´íO—¥è@:ˆ.GÓåéº]‘¥+Ñ•é*tUº]£Ãéº]“®EGÒQtm:šŽ¡cé8:žN é$:™N¡ëÐuézt}ºÝnD7¦›ÐMéftsºÝ’nE·¦ÛÐmévt{ºÝ‘îDw¦»Ð]éTºÝîA÷¤{ѽé>t_ºÝŸN£A¢a¡Q£qš Iš¢iš¡Yš£yZ EZ¢eZ¡t:­Ò­ÓA ÒƒèÁôz(=ŒN GÒ£èÑôz,=ŽOO 'Ò“èÉôz*=žNÏ gÒ³èÙôz.=žO/ Ò‹èÅôz)½Œ^N¯ WÒ«èÕôz-½Ž^Oo 7Ò›èÍôz+½ÞNï wÒ»èÝôz/½ÞO Ò‡èÃôú(}Œ>NŸ OÒ§èÓôú,}Ž>O_ /Ò—èËôú*}¾Nß oÒ·èÛôú.}¾O? ÒèLú1ý„~J?£ŸÓYô ú%MçЯè×t.GçÓt!]DÓoè·ô;ú=ýþH¢?Ó_è¯ô7ú;ýƒþIŒ…±26ÆÎ81ÎŒ ãʸ1îŒãÉx1ÞL)Ƈ)Íø2e?ÆŸ)Ë0LSŽ fÊ3!L¦"ÊTb*3U˜ªL5¦:Æ„3L ¦&S‹‰d¢˜ÚL4ÃÄ2qL<“À$2IL2“ÂÔaê2õ˜úL¦!ÓˆiÌ4aš2͘æL ¦%ÓŠiÍ´aÚ2í˜öL¦#Ó‰éÌtaº2©L7¦;ÓƒéÉôbz3}˜¾L?¦?“Æ€ ÄÀ   Æà Á ÅРð ÇðŒÀˆŒÄÈŒÂ8˜tFe4Fg &ƒÀ d1ƒ™!ÌPf3œÁŒdF1£™1ÌXf3ž™ÀLd&1“™)ÌTf3™ÁÌdf1³™9Ì\f3ŸYÀ,d1‹™%ÌRf³œYÁ¬dV1«™5ÌZf³žÙÀld61›™-ÌVf³ÙÁìdv1»™=Ì^f³Ÿ9Àd1‡™#ÌQæsœ9ÁœdN1§™3ÌYæsž¹À\d.1—™+ÌUæs¹ÁÜdn1·™;Ì]æsŸyÀ»€]È.b³KØ¥ì2v9»‚]É®bW³kصì:v=»ÝÈnb7³[Ø­ì6v;»ƒÝÉîbw³{ؽì>v?{€=Èb³GØ£ì1ö8{‚=ÉžbO³gسì9ö<{½È^b/³WØ«ì5ö:{ƒ½ÉÞbo³wØ»ì=ö>û€}È>b3ÙÇìö)ûŒ}Îf±/Ø—l6›Ã¾b_³¹l›Ï°…l[̾aß²ïØ÷ìö#û‰ýÌ~a¿²ßØïìö' pÎÊÙ8;çÄ9s.œ+çÆ¹sœ'çÅys¥8®4çË•áü8®,ÀrA\9.˜+Ï…p¸Š\(W‰«ÌUáªrÕ¸ê\ÎEp5¸š\-.’‹âjsÑ\ ËÅqñ\—È%qÉ\ W‡«ËÕãês ¸†\#®1ׄkÊ5ãšs-¸–\+®5׆k˵ãÚs¸Ž\'®3×…ëÊ¥rݸî\®'׋ëÍõáúrý¸þ\rs‡rÇÉäIòyšp¹OÜgî ÷•ûÆ}ç~p?9€·ðVÞÆÛy'Þ™wá]y7Þ÷à=y/Þ›/Åûð¥y_¾ ïÇûóeù>âËñÁ|y>„¯ÀWäCùJ|e¾ _•¯ÆWçÃøp>‚¯Á×äkñ‘|_›æcøX>ŽçøD>‰OæSø:|]¾_ŸoÀ7äñù&|S¾ßœoÁ·ä[ñ­ù6|[¾ßžïÀwä;ñù.|W>•ïÆwç{ð=ù^|o¾ß—ïÇ÷çÓx‡x˜Gx”Çxœ'x’§xšgx–çxžx‘—x™WxŸÎ«¼Æë¼Ágðøü ~0?„Êã‡ó#ø‘ü(~4?†ËãÇóø‰ü$~2?…ŸÊOã§ó3ø™ü,~6?‡ŸËÏãçó ø…ü"~1¿„_Ê/ã—ó+ø•ü*~5¿†_˯ã×óøü&~3¿…ßÊoã·ó;øü.~7¿‡ßËïã÷óøƒü!þ0„?Êãó'ø“ü)þ4†?ËŸãÏóø‹ü%þ2…¿Ê_ã¯ó7ø›ü-þ6‡¿Ëßãïóø‡ü#>“Ì?áŸòÏøç|ÿ‚Égó9ü+þ5ŸËçñù|_ÈñÅüþ-ÿŽÏà?òŸøÏüþ+ÿÿÎÿàò€`¬‚M° N‚³à"¸ n‚»à!x ^‚·PJðJ ¾BÁOðÊ B $”‚…òBˆPA¨(„ •„ÊB¡ªPM¨.„ áB„PC¨)Ô"…(¡¶-ıBœ/$‰B’,¤u„ºB=¡¾Ð@h(4 M„¦B3¡¹ÐBh)´Z m„¶B;¡½ÐAè(t: ]„®BªÐMè.ôz ½„ÞB¡¯ÐOè/¤   °€¨€ ¸@¤@ ´À¬À ¼ ¢ ² !]PMÐCÈ…AÂ`aˆ0T& F#…QÂhaŒ0V'Œ&…IÂdaŠ0U˜&Lf3…YÂlaŽ0W˜'Ì …EÂba‰°TX&,V+…UÂja°VX'¬6…MÂfa‹°UØ&lv;…]Âna°WØ'ì…CÂaáˆpT8&N'…SÂiáŒpV8'œ.…KÂeáŠpU¸&\n7…[ÂmáŽpW¸'Ü…GB¦ðXx"<ž Ï…,á…ðRÈr„WÂk!WÈò…¡P(Š…7Â[áð^ø |> Ÿ…/ÂWá›ð]ø!üÑ"ZE›hDgÑEtÝDwÑCô½Do±”è#–}Å2¢Ÿè/–Ä@1H,'‹åű‚XQ +‰•Å*bU±šX] Ãű†XS¬%FŠQbm1ZŒcÅ81^LÅ$1YLëˆuÅzb}±ØPl$6›ˆMÅfbs±…ØRl%¶ÛˆmÅvb{±ƒØQì$v»ˆ]ÅT±›Ø]ì!ö{‰½Å>b_±ŸØ_LAaQq‘I‘i‘Y‘yQEQeQbº¨Šš¨‹†˜!ŠƒÄÁâq¨8L.ŽGŠ£ÄÑâq¬8N/N'Š“ÄÉâqª8Mœ.ÎgгÄÙâq®8Oœ/.Š‹ÄÅâq©¸L\.®WŠ«ÄÕâq­¸N\/n7Š›ÄÍâq«¸MÜ.îwŠ»ÄÝâq¯¸OÜ/ЇÄÃâñ¨xL<.žOЧÄÓâñ¬xNŠÄLñ±øD|*>Ÿ‹Yâ ñ¥˜-戯Ä×b®˜'æ‹b¡X$‹oÄ·â;ñ½øAü(~?‹_įâ7ñ»øCü)’E²J6É.9IÎ’‹ä*¹Iî’‡ä)yIÞR)ÉG*-ùJe$?É_*+HRTN –ÊK!R©¢*U’*KU¤ªR5©º&…KR ©¦TKŠ”¢¤ÚR´#ÅJqR¼” %JIR²”"Õ‘êJõ¤úR©¡ÔHj,5‘šJͤæR ©¥ÔJj-µ‘ÚJí¤öR©£ÔIê,u‘ºJ©R7©»ÔCê)õ’zK}¤¾R?©¿”&$Á"¡&á!‘%Ñ#±'ñ’ ‰’$É’"9¤tI•4I— )C ”Iƒ¥!ÒPi˜4\!”FI£¥1ÒXiœ4^š M”&I“¥)ÒTiš4]š!Í”fI³¥9Ò\iž4_Z -”I‹¥%ÒRi™´\Z!­”VI«¥5ÒZi´^Ú m”6I›¥-ÒVi›´]Ú!í”vI»¥=Ò^iŸ´_: ”I‡¥#ÒQé˜t\:!”NI§¥3ÒYéœt^º ]”.I—¥+ÒUéšt]º!Ý”nI·¥;Ò]éžt_z =”I™Òcé‰ôTz&=—²¤ÒK)[Ê‘^I¯¥\)OÊ— ¤B©H*–ÞHo¥wÒ{éƒôQú$}–¾H_¥oÒwé‡ôSd‹l•m²]v’eÙUÆ9‚#9Š£9†c9Žã99‰“9…spéœÊiœÎ\7€È âsC¸¡Ü0ÎM®.‡Éár„\C®)×’#å(¹¶-Çȱrœ/'ȉr’œ,§Èuäºr=¹¾Ü@n(7’ËMä¦r3¹¹ÜBn)·’[Ëmä¶r;¹½ÜAî(w’;Ë]ä®rªÜMî.÷{ʽäÞr¹¯ÜOî/§É  ɰŒÈ¨ŒÉ¸LȤLÉ´ÌȬÌɼ,È¢,ɲ¬È9]VeMÖeCÎÈåAò`yˆ&—OÈ'åSòiùŒ|V>'Ÿ—/ÈåKòeùŠ|U¾&_—oÈ7å[òmùŽ|W¾'ß—ÈåGr¦üX~"?•ŸÉÏå,ù…üRΖsäWòk9WΓóå¹P.’‹å7ò[ùü^þ ”?ÉŸå/òWù›ü]þ!ÿ”Å¢X›bWœgÅEqUÜwÅCñT¼o¥”⣔V|•2ŠŸâ¯”U”@%H)§+å•¥‚RQ U*)••*JU¥šR] S•¥†RS©¥D*QJm%Z‰Qb•8%^IP•$%YIQê(u•zJ}¥ÒPi¤4Vš(M•fJs¥…ÒRi¥´VÚ(m•vJ{¥ƒÒQé¤tVº(]•T¥›Ò]é¡ôTz)½•>J_¥ŸÒ_IS@R`QPSp…PH…Rh…QX…SxEPDERdEQJº¢*š¢+†’¡ P*ƒ”ÁÊe¨2L®ŒPF*£”ÑÊe¬2N¯LP&*“”ÉÊeª2M™®ÌPf*³”ÙÊe®2O™¯,P*‹”ÅÊe©²LY®¬PV*«”ÕÊe­²NY¯lP6*›”ÍÊe«²MÙ®ìPv*»”ÝÊe¯²OÙ¯P*‡”ÃÊå¨rL9®œPN*§”ÓÊå¬rN9¯\P.*—”ËÊåªrM¹®ÜPn*·”ÛÊå®rO¹¯+_”¯Ê7å»òCù©‹Ãê°9ì'‡³ÃÅáêps¸;<ž/‡·£”ÃÇQÚáë(ãðsø;Ê:Ž G9G°£¼#ÄQÁQÑê¨ä¨ì¨â¨ê¨æ¨îs„;"55µ‘Ž(GmG´#ÆëˆsÄ;þ{ïÅòíV÷ô†a†DD$ H‚³bÅLç $‡Ž˜sÎ9gQÄœsγ˜%›ãáqîùÞsîýý~÷®þxë÷žŸµff×®êê½wïÚµ«{MWÍÇð±|ßœçø|K¾ßšo÷åÛñ‰|{¾ß‘ïÄwæ»ð]ùn|w>‰ïÁ÷ä{ñ½ùd>…ïÃ÷åSù~|~?Äæ‡ði<Êc<Î<ÉS<Í3<ËsüP~ŸÎgð™|ŸÍç-|Ïó/ò/ó ŸËàGò£øÑü~,?ŽÏOà'ò“øÉü~*?ŸÎÏàgò³øÙü~.?ŸÏ/àò‹øÅü~)¿Œ_ίàWò«øÕü~-¿Ž_Ïoà7ò›øÍ|¿…ßÊoãóùí|_Èïà‹øü.~7¿‡ßËïã÷óøƒü!þ0„?Êãó'ø“ü)þ4†?ËŸãÏóø‹ü%þ2…¿Ê_ã¯ó7ø›ü-þ6‡/æïò÷øûüþ!ÿˆÌ?áKø§ü3þ9ÿ‚É¿â_óoøR¾ŒË¿ãËù ¾’¯â«ù¾–Ïà?òŸøÏüþ+ÿÿÎÿàò¿ø?ø: *Ô‚FÐ :ÁJÐ Ö‚A°Œ‚­`ì³`/8Ž‚“à,¸®‚›à.x O¡¡à%4¼…Æ‚ÐDðü!@š AB°"4B…0!\ˆ"…(!Zˆb…8¡¹/$-„–B+¡µÐFh+´…öB¡£ÐIè,tº Ý„îB’ÐCè)ôz ÉBŠÐGè+¤ ý„þÂa 0H, ÒTÀ\ R Z`Và„¡Â0!]È2…,![.X„A$A!W!ŒF £…1ÂXaœ0^˜ L& “…)ÂTaš0]˜!Ìf ³…9Â\až0_X , ‹…%ÂRa™°\X!¬V «…5ÂZa°^Ø l6 ›… Ÿ…/ÂWá›ð]ø!ü~ u!U""ªE¨u¢•¨­Eƒh#E[Ñ$Ú‰fÑ^tE'ÑYt]E7Ñ]ôˆžbCÑKl$z‹E±‰è+ú‰þb€(6ƒÄ`1Dl&†Šab¸!FŠQb´#ÆŠqbs1^L[ˆ-ÅVbk±ØVl'&ŠíÅbG±“ØYì"v»‰ÝÅ$±‡ØSì%ö“űØWLû‰ýÅâ@q8X"¦‰¨ˆ‰¸Hˆ¤H‰´Èˆ¬È‰CÅabº˜!fŠYb¶8\´ˆ9"/ ¢(J¢,*b®8B)ŽG‹cıâ8q¼8Aœ(N'‹SÄ©â4qº8Cœ)Îg‹sĹâŠÄÇâ±D|*>Ÿ‹/Ä—â+ñµøF,ËÄ·â;±\¬+Å*±Z¬kÅ÷âñ£øIü,~¿ŠßÄïâñ§øKüC¬I°¤’I-i$­¤“¬$½d-$É(ÙJ&ÉN2Kö’ƒä(9IÎ’‹ä*¹Iî’‡Ô@ò”J^R#É[j,ùHM$_ÉOò—¤@©©$K!R3)T “Â¥)RŠ’¢¥)VŠ“šKñR‚ÔBj)µ’ZKm¤¶R;)Qj/u:J¤ÎR©«ÔMê.%I=¤žR/©·”,¥H}¤¾RªÔOê/ Jƒ¤ÁÒ)MB%LÂ%B"%J¢%Fb%N* “Ò¥ )SÊ’²¥á’EÊ‘xIDI’dI‘r¥ÒHi”4Z#•ÆI㥠ÒDi’4Yš"M•¦IÓ¥ÒLi–4[š#Í•æIó¥ÒBi‘´XZ"-•–IË¥ÒJi•´ZZ#­•ÖIë¥ ÒFi“´YÊ“¶H[¥mR¾´]* ¥R‘´SÚ%í–öH{¥}Ò~é€tP:$–ŽHG¥cÒqé„tR:%–ÎHg¥sÒyé‚tQº$]–®HW¥kÒué†tSº%Ý–îHÅÒ]éžt_z =”I¥'R‰ôTz&=—^H/¥WÒkéT*•Io¥wR¹T!UJURµT#ÕJï¥ÒGé“ôYú"}•¾IߥÒOé—ô‡T'’aY%#²ZÖÈZY'[ÉzÙZ6È6²Q¶•M²l–íeÙQv’eÙUv“Ýe¹ì)7”½äF²·ÜXö‘›È¾²Ÿì/ÈrS9H–Cäfr¨&‡Ër¤%GË1r¬'7—ãå¹…ÜRn%·–ÛÈmåvr¢Ü^î w”;Éå.rW¹›Ü]N’{È=å^ro9YN‘ûÈ}åT¹ŸÜ_ ”Ƀå!ršŒÊ˜ŒË„LÊ”LËŒÌÊœ,‘ÊÇäãò ù¤|J>-Ÿ‘ÏÊçäóòù¢|I¾,_‘¯Ê×äëò ù¦|K¾-ß‘‹å»ò=ù¾ü@~(?’ËOäù©üL~.¿_ʯä×ò¹T.“ßÊïär¹B®”«äj¹F®•ßËäò'ù³üEþ*“¿Ë?äŸò/ù¹N ¤ÀŠJAµ¢Q´ŠN±RôеbPl£b«˜;ŬØ+Š£â¤8+.Š«â¦¸+JÅSi¨x)o¥±â£4Q|?Å_ P•¦J¬„(Í”P%L W"”H%J‰Vb”X%Ni®Ä+ J ¥¥ÒJi­´QÚ*í”D¥½ÒAé¨tR:+]”®J7¥»’¤ôPz*½”ÞJ²’¢ôQú*©J?¥¿2@¨ R+C”4U0W…T(…V…U8e¨2LIW2”L%KÉV†+%GáAI‘EÉUF(#•QÊheŒ2V§ŒW&(•IÊdeŠ2U™¦LWf(3•YÊleŽ2W™§ÌW( •EÊbe‰²TY¦,WV(+•UÊje²VY§¬W6(•MÊf%OÙ¢lU¶)ùÊv¥@)Tv(EÊNe—²[Ù£ìUö)û•ÊAårX9¢UŽ)Ç•ÊIå”rZ9£œUÎ)ç• ÊEå’rY¹¢\U®)וÊMå–r[¹£+w•{Ê}åòPy¤(•OÊgå‹òUù¦|W~(?•_ÊJr¡\8W•‹äªs5¹Ú\]®U®>×:×k“k̵Í5åÚåšsísrsrs]r]sÝrÝs=räzæÖýÆÿ‘°§`ã²¹\ßö‘¾îfk-ÿ¹Ù5Áˆö¿8ânØw·]ëhC‰vãôð[Û¡öª37ëe£‘åÚ[X·Ô¨²‘ìãMª;zØÜd¿=wÚÔuÙiS0ÖVûÒöÿÖY?»±æÆfÂf¥Ñˆ,ÓiÃ6{Dk‡‚tã]ÔSÿ@mýÚåtHÉú“š¦W SÆK !ò¦f ˆ Úaßô6¨v¦èÚCêZß!`#päÍñÎpÃ:àfwtyV[ 6œ-ÕŒŠ}¤QÆêîØ¦Øít8ijãÝ$Q\ìnjH½m†¯}pDó­þ.gýãQðˆoÿDw<€³³<‡BîSÍ•v#à}#ãghÍ NÞWçu4áåϘ‘׽ꩭëu±^§SúŒJÍý‘fDc¼¾3$¨·Ï¤‘ í@݉©ökÝàM]]ѱÞÓ{ª=VCúÜM¦G©šººëMuu1F3ù*ħ.©CìEÃmKsk§Pó Ïw¦m^Ö».÷áqšµÎÝÚ%ì9%©ºÎØÍiÓÜ\›ê(x”¹‡þ¤QÒÇÙ´€Ã}Ó-·ç¶Ð^îpØjY[7;ówÛ]=½-ŸZŽÝñ@‰íJÝpófà0r/Ü´¿S·ªÈXwpEˆ{<Ò¾¿ùœa[} ÌßÀ½žNE5_¬ÂGi~Öéþy©®ŒM¸ž0ôêÄf‰?eà¼|7²s]Ý óˆ•þœ¯+€Ãb½4Ó³á‰ÀæÚ#Ã5„©+‚:u‰|Œ »4?–E·¹ðM_Ýkä« Ôí­iœ ‹Ê }ôÖpª]¬g1Ò[ç­K`t—†>I¨ŒÜ…̪›z¬³í²4àQv§áþ°«‚O…Á[ìÆØ÷Á8ø²®]¿WS<¬6êÔ>u4&ͻɺ@Ñ CÚ ‡ttO ß·l:D©3,ðèb—e~$Ýmÿ1¦O^!È$ÚÁż־7ò2[÷Ðó¹Á4]†„vØbî ¯„/ uIøà§.Ɖ4$t#»]SµÝh‚¯žã³Lwº¡×{øÏnw5ix–ñ‹Fkÿ8i‚C±wá‘Ñp𾿄9hr°K³^£6ùƒQ>˜¦XŸëc¶1=ß‘~1¶M­Çið»Wª ¥Ç2ÍÃ*·í$ü֣Йš“ÁjïR+[€ÌšI…ð°µeC]͈¾‰æ1˜—r©@þÐõÒ½öyì°.È3è–é£.ì1ï0ë]øc> ²~h¸èä Sw4(xcªñA<ö!Sý»ÎõÓÌ éÛÂÔ·®nn G†æNž®›}CóùÙÍg§üÞ×åÒ¸zO@zli–½Ì^s†šMzpÙfd ì0àœGLR<ÛwÛ×Îõ„EV ÍmÏ„£¶&“•iÈôœª‰@ViBëEß ƒ)Ɖæbÿ(‡¾ÆãªWÚž{Œ×Àäœñ¬‡«a?HAú¸ø!”þ“&x@8ÜØÔ/bû†WjÚÀˆÆÏl€ºå›WÀëÀE8Þâ6$k(Ý·íÎÏ®3ô%;8ôõˆ€'B]õDÍ&O‡GšR}OÆâÀ×l0ŒGú­Á° ËºÛ #º˜º\¾ÓÀ溕¶\§IÐß3Ç;4HÜ ô2=@âŒÁ:feèhûÚ0ÉôP}V¾·Zê`€ÇÀWì7é’AŽËø„}kã^·ãømxh-ò®Ã®ô­š£Ú{ú¬§È¸ð1†NNj° t±1ìõšµšKà»GvŸÁyP ¿´ Tß²km÷Ì~=j× àæxpUEÀWõ#ÍîàRÈø |ÀNû8Û;àŒ}ØŒÄèû·,öà.ØiÛYÇ‚N (p»Fe<`Rms,Pïq×à«·sHjÞÕ˜o4Á‘ÝrÖÇ´UA5ðy¤lP%F7 ?i¨Ó/ÒK± :Œ$&i–"‚TáæÝ6‘ %°‰î¾CfB°á©&ˆ”8…»Í«õ­ôYz<3ìÈÓcpÓ7¼ö8£9‚< ¼gË銮Mè)M›©¶ï̸‹¢5)¦n5œª‰€ÌûC¶z:±™»)±¿FštýtHv¨ ÈƒÜ Má\d LM=êW­d‘³z[0š nß[—iÓÁÑk\b$[ƒÞ)î×­¹á‰ÃkŸŸº­æú[ ý]h…Œ|ÿ­ž^X ©ƒüÇ®¦ÛzÁ¾µ½­>,+̇À`ðÃP•’˜¥×Á-lâ´/½e‡xŸÑ¦7š¢ð{šäÐt—ë&³á—]¢ŽÚÓï´Ë Ó¹óºøº}ÙA ð%ƒ'èhéÛ#ðèøf¢òC_ÅÎóol·ÄwÁ™ „üeîâ;-±™Ép >Õû€+²)1ô°¯Öz²Ä{ŸÁÙºFë•hXôÆa˜S}—Þp_s1Y£ïÝò}à :SmM8|ßçæ¶†B‚\ºyà4t7\¥ñ×ì»Imn1d;è¢/ƒ{Úó,¨6Ý5 Ô—‚«¦% ü2†2=ds¼9 „Xo1^Û:µ4Ú™Mõq䳋‡1Õ?Ù˜¥s³1}óê©õjàñÄCãÐVïî´Ç{»ýIͺº:¯ ðZ?do]i~8­™ OÖ´¶|?˜¨PÂ¥À0ÆÔ·Ü×X¯ò4ïy*0UÜxÃKBÜLëÎ×Õ¹N¿P7ôš¦xÐ pÐj²æÍà:˜Arý—rWx´×9ï¶NŽ.4U}G%ø{z¨Ú}…Ô ×#ª•!F09B<îÓ t†‡"`èGÀ3Í×€È6“ôŽHG·²þÞþÏ™6ö]]ÝöÍ ç\Íÿõ+÷©›¿é®uoþJŸnß:rýÿ˜œÍœ[WGÖ!>¨FFj?Ž6«ÞqãêC×f§ó<ÏßÎåmMÎzØnåÅ¢n¦4-hðöã=çgíò-:Ó}DÙºÝ]õdBZ¶^spâçüê}ù~×gYæû%LÛ·¿×©Îó;¸Ú'n¼):5æÎÕžwËmR#=¿o+œYuy]ÎÄÁoÏ}ß~vO™?Zøßí`Ù´råúŒLÿ×R»¼Û2’¾¿u`TèŠðà8¿8¬C´am ¶è.iËÇ6£Ä´ÕÍPÅ6÷8ñÀlìw(íņv‚t~pø¦œÜ _¿wBmÊ ú-¯qÿ™E¾«ßž^Wضy?ìê€ÞÍÖ¿OŸöhɹ²Ã«+±ˆ{Óۛ~©îÜáUñKºxï«Z=xH]ѯ·ï~}úüöú£˜Ôê´–C¶é³î|‹}á螨>JUX~f|C´ýÀ‘­Ÿòú™ÑvÞǵÉß_Ä»Í ÿr¨üĦ3§$nÒåÏh4ÏëÚÕž_Öž˜T0aÜÓ ¡? ˆV«î‡¨;'G{~a=è@¤ÝAdPZWÇý£îٻᘼ—ž¼¸Sΰì‘‚5ý«k®WY7}È—žÈä ƽ^8|pÃKø)MïûKÐŽã÷ŸY1Åé°ûˆÍ¹±«ÏLZpI÷2½oaîháÐ[Þ‡„à; ºóp©eHŸÇìáé» EGª‡«îd£5À¦äÅì•â^ï'¹åMè±fܪÈ&V+?ç-°[tñÄdyBø¬ýµScçNa——w¾¥•_^©8tËã!]º:kâÆÌÍS²?n«Ý58^ðhCÓ‚Éö>µ[ÞßWóê’6­ÉrqÌ·éÙB'•›Ò–Wr64M†Öôø´~eל‚Û>çרZ··3é5¨›c‹-]gW¬XŸf÷`}Ï»b”%²ì|hoï0×ßêv¾8>ÓÑb×ôY륑S ßÏ?—ÐíØ[KÞØM±#gÚÚ»?Ûõô×WZ„¶ÉÌ}?Pè°âĆõ“ 6ÝrÖpèöÄN«Gnmú‰Yžͺ;5|ºzóœò¤Ýç…º>ÛÊM±=´ëù¤Ëû´­›2Zu¼÷|—_RÐ,Η^Ùqò£}ᥳ'Ï>¹ó܉“QÛŸDî3bÖ¢·GM/Ï<~ØÀ%^7ZÍl²øsòâJpåfïÛÙ\~qøùóŽÓ6íH5—4z¶÷«{Ë!¿Ôuu-ÿ/ßø? *âë3ÐN­áVº  XŽ,×Ù¯4¨b c#=Àz} É¦ ”¢Ÿ¡w†œïô ¨£@0ìµD‚õaˆ+<ÀÛÁ4}hŸÞO?X·[F`¦ÎœÞाe |`«¦0ÛF@ÆlX宨®üjpx§~2è Aáú"8\GÃn®>»hö»õ»MÞ ¯B>Ã@:àÀP0 TÁ¨y”«àšJ^oÄ Ú`Ðé†z«|¯_p¬E.>hÞëæiôà €òA†¾ØÑ=p^`œJŒÀÆAÉH>à' «òÊÙ ·Uu×´C< W!X¥=F¨UP$„·`IÐÝ‚&@;t¡Á:n´ôÕà¦ÉÔì©_Ž‚(XÕD+€QÚ£@› RÕÚTu¤ª³ªLƒý°Q©Žè«ÁaðöCî«íÀI Q;ÀGAkmP+U3ÐŒ¾º@! .ÑÝ/úšÓº4Í0DßW£}áÄMÅÀ)ZU½•ÆèÔW}žbÔUé lÚœÀ °d#yF“ú¡stV„ƒ.HWà¬ÿ|wpr]‘ÁP™Î”ÃI Þꕪ¥5tj,Õ8GðPóîZ‡è ­ƒ „ܬOy€8¤TµT¯îÔKôÖˆz±Rë9€™`µn±^«Ê5øB À½J{äé6ë—#ÓÀ~½Ê‚—è´«mÔÍM³Aw¾!Và‚M&œd5( iUŸžë@¼µ1n0…A'öê.ðfÍp[sE]ªcEi€ÒFjÛÆ& JªqHý2<xC-á§ê ºÞ  ü ôÔ§Á RïzñÐz0ÈüÔ6Ò»BP8¢=;HÕ\Ñ8€þõºrªSÈe3\¿Î Îh™ŽDƒ³íQóÿ+wûÚ„z1^¡^õmSôÍ:D…zÅ…ÄE×§°)´WtxHtŒWlXDHDŒW é5п;–)PéÁáQ¡þÏ¥s9O I©Òý² Íà”. 8,,$.*JEde g ÆsY™ÖI$ä·! „yÅ‚è(2&<$&,Â+8*$. 1±þÍT‘¾}Š~¸> „z…yEE‡DÇExÅÄ……D‡†{úƒC½HB"ãb½$8Ã+*,4$<"¤{%ë{éCÔ‘q!a¡ÑªžaQþîOŠˆ £ÂBýAæŸN©2²`@úQ ù ™‘•‘eª©^¥ ‡¢âœ”eÉÀÒ«ˆ¨Øè(uˆª•Ž©r8&“ƒá¢¶ ÷Ï¡,H½KbÆ ó϶dP0 âBÂÃ#­IÁ‚dcž#„t„ª±€ðP1 dòª,ɶ@9ªu:–Iüùb>Vƒpˆ ‰ «4áz¯Áa¡¡ ‹‡ 5€FߢCCCbcááúШè¸È8Ø Ž‹VEF©›uΉY —QŒëà˜p«ˆÈˆˆp¯¨ØP€´³G ƒÙb#"T41 4 ‚£Ãý;šâB"âô1QþááªAááѪDMpˆÁá!¡‘H2C*ÈF H هņ‡DFF5ŽV!¼*¡,!A•«‚a?,;;SÙ‘¡‡H•“ƒ1”]8×X¨Œ,‘²«—C­#4pd,°VY8 OG€Š³defjlB#C"c5‰í“»¦ôè™–œÒ¦wJŸžiM@ C™„¤gYÁB*ËQ#¢20‹„ a‘!Q1P}˜ËÒy R óRw…bt‘!11a-¡Šˆ‹‘QþY|‘•®B@¦REB…F…&ó@ÈV%™zêTÉÙ¡a®‘ B“Áé‚Vf€xŒKÏñ¶Š0·KÇrr(Le‚pÞbÂÃA˜6§4†<-gßBœ+ðÈ<^¼¶%Âç«\u.°®â.:Ô”ßžÑ XuÙvï0åf—”»(ÙÎØ=ÿÞ4(`âµw6åW'}ÒŽ×5ÕÕ×tÐkBúµ6Á㯼ƒ€+s¢4ÌñíÉaîÀ*iÇK“Ï_‚ïU[ýbϼ3<¯1÷Ú ^ni£þê…µZ¤ìê¤`‚fÜ.7«ìí|é\ótsGp¬¶òòv®y²®­8ÖŽ}ôoÏŠ^ÀØg÷› ÚŠÓAô"Ĺöí™O k#õs…Ç©ÊÎKÞÀ¡—ÔÑüÆ\-¯ös­7\Õƒ5íµàx)Ty{fl¨ p·í´åiå‹íI¶¦ŽJŠÛœÞØÙ¿9 [u^ÿ¤Jm“²çu˜cõÃå 0p¦¶ú[èÑ–´ Aû¡“–nÈÛ¶yÕ¼1Ì€ì¢g•÷Õ_·AËN>.=/ûаÿômŽž<±kb$¬ª(Λ6cUÑÁ£Ç÷çMëéÔ­V?ª4×V¿<4Ô c<7c}áÎ[W̘´úÆ;›S‚?ˆ ¦®+عsËìþ.êFU ]«_No€]«Ì9›vìܱié’w+×6¶~ºµ«°ŠVn/Ê[:oÓrŸš·—Ç`jmY˜WXX¸*;8Ô”žJw‡cª+oLmk»½9™ã€cyYáμyl¤h[ιT/ŠS}—¼gày~OE̹e*=f¯©®¼»>{ 9ûB)2;¨Úl}Q]ÞÌ©º¤ppï5nýF%¹k|¬ÿ²ÔÎÔªgÇ íä¬UéÝBº Ï»_QùlON‚3bÝ!ïEõë ó‡DÕ‡zµsР¼’ªê²“RKwÊàÝ&cÃ-`†ïî⤲öˆ·{cûøà”~k×€öʉ²& Ýê“9Ø!" 6û46”ßZ‰…šaSYô¢Ú÷íµl¼;¢sôiÎlTm†€Uç%šªû«Zk seµMÝ*îÛK¥uI›s⥶ªdC½¿z<ƒ_ìJ­®íÖÓŽ$+‡šª'+¢ˆXò ²6Ô±¦º¦ôÒ *Neöq…ßÕøÿR³°wýW£'ëÚ¨Aü«´p®«ûñöæú©³Wçï?rôpÑr¥“#@bfß,ÿ«É»Ôú/ãó½Ã¢Ý êð”ñ{Võý«fAý§–¬gOKþâx~ÿþ üñ烧ѯ^½˜9mò™“'þUsïnñ¬éSþüùg)úÝÛ²3§NŒ3ònñïß¿ÿÕÆá;7o\ÿòå󟥸ïko\¿6sú”ú3X²Òÿjc øñã»ÕŸtøWwuu.ÀꟀ’õyÚåŸÛqßÐøœaýê¥o^ýÃIµ**È/yòèóçïß×üÍ®$¬îß-Þ¶yÃÓ’ÇŸ?ª×ïïª[ƒë×+ ¨`[}Wàoîu¿ÏÒÄW|þ¦?wÕ€F—Þ¹$xþSÕé1ë|Zº«kÔö?–<Ûª‚ÿ‘­“æŸ"îoòQê?ìôHË ªÒËëÆÏ:úªºn[ÅÃÃ+§ŽÈÊš{¡ôßë7—ßß3¶³;¾¹çË¢«KßÀèLu¯|¼¾£ú¦}Æn»VUóxUso²}Jé¾vÀºçÎ×!å—F¨&\­°þë9e=6˜Õ>™'”ß?~ðZiuÂòèíRÞžÉn܆*kVùäÐÌt"kîñg•µÿáµ }´L_znTd×gë“ÊÚª’ÂÀªÝ¢âŠêÚŠ»Æ&‡:!² è*o»÷NSrdú w-l㛼äö}«·—rC“oVhÔNÄÑR•ûë+¸N^&Œ¸v]y·ÂÚ¡ìüÔÞQ>ÎÖ°ÊÖ·ƒ%¯ø£uõ‹}C£ÜëÓÇ î#ŠTº9Yï™]´æ†Í:8UjÐW?\E,zPåjoeп-γ´obTÙûu™~©Ì1Ø¥á¿ä¿f¬®}{qbä4¤àÖNÌêºú^Emõ³=T•ÙŤòÎ:U¿<ší§ÖÝó_xÁ&'gXùLYu}> Ñ[©€©Ïn+o­^ƒ4›x¥ÂA_óæPš3¤µuru2¨t‰«Vº8è÷Ò Õz+$~ó ·Š×,^µ÷^e·¾qÕÝõa¢acO6fñ½JÇ`W÷‰V¿á…êêÔXHãÙ%o|XUS]ykFÔ ýà‹ššÊ’­)&(uï›êªâyÑ"x^Y][Uúêõ;/½‹¡êÝÛ*]“ª‡ºÁÁ3îTz×TVT—¿|tûúÍ3K:CÖ½w½rñTCÍF@¥ûaO§†>oO¥«Fž}S*ʪœƒ½ìÿ%Daýà«a8kë–®Iù/‘w7gÅ©U©[Kª ×´¶õQï~åë‚οöIU´‹µoEñ,Ø#ót™Wyñ¦¡1zUÛ­/\<_© ækà)µ¯rˆÖ»-5sï½rç`?[Õ¿´?Ç1À¶Mëïß©iÏJž<}ò¸ ¨z”?Ði’uäô*¿#ìО–ž®Î™sæMõ«í0ÜbýS]ÉêXÈ>íàãʘ<¢uq÷­¼¿vO?ec[õtSG¸qêØËH­ ªç.fëöªMÞójg}ouUÉáé}­T¦ëï?vvmðïãÝçÍ«—%OןwïZêÃÓÝ;·_<-À¿¦âÁšn6P|W?È-z^õgæGæîW¾¸uãY9P«c&žz U”>{]ùzW2üÇœkx¹ †¢ç݆* z ìÞ]ë ¾R^ýo¹IC³Uy}Rw]U ^íìcT׺XYï衇Bgݪ4¼+¹WR•]ž«‚·ž¬÷áÿ3°>.>-y,õö{ûµ÷°£o¬í§l}\vq ì<¤èiMÕ£­©Žì?®|¸9¥~•£ÕÁ4È<]Z²=Ù©¿ºªÊÛócÑ€X·Ûôrroâl÷ª~šS5‹‰ 0/³þúŒb£‡€¶¶ºÞxVå—Ç ­WéÊŽÎh<y9«ñgŸÔ ø/ùºÔÇs, þrš\#š¿Ö´XÕ¼>:n0ôèP\0²W¨ bå’2÷J9rk«œâ¬Ò¹Ååœ(­®~~tzj˜³15hÚ6³@U~gýÐxDר×ò;°£§·³¹êéáÉ}ÃÔ@mjÜqä©Rw{]Õ£#»úÁjWkm«US}ÕëÓ3ûÕ¯z±g‘þõ¡œVlC£–Ô’‹oªœþ´{ýìbÂMÝÌ¿'³~ÿ«ŒyÜïׂÿÆoüÆoüÆ¿aíüÿç},™ÿÛŽ¿ñ¿ñ¿;æþŽd¿ñ¿ñ¿ñ¿ñ¿ñ¿ñ¿ñÿ1<Ïpüm„ßøßóß—ùÿ‹ûÇoüÆoüÆÿ xýM¹ÿ—m:þ½‡ý·[ý½Nÿç~õá»ÃØÿ°×ýðÎÿù€eáÿNEÿ§s½õûÏçŽnõKƒuÿ½6ýýÿc))ðº°ó?t€= 6ëâêõ˜ûŸŽNù_ô˜îÿ­á_øâðïÔŸ6ƒT /Tø_J4§áêMÿ?Öÿwýñ§=?ü'Ðýç6cë­]ÿÑÿO\½ üÏ\´ê‰6D½ÐF¨7ÚõA› ¾¨ê hS4 FCÐfh(††£h$…F£1h,‡6GãÑ´Úm…¶FÛ mÑvh"Úí€vD;¡Ñ.hW´ÚMB{ =Ñ^ho4MAû }ÑT´Ú€D¡ƒÑ!hТУJ¢J£ Ê¢:†¦£h&š…f£ÃQ šƒò¨€Š¨„ʨ‚æ¢#Бè(t4:‹ŽCÇ£Љè$t2:ŠNC§£3Йè,t6:‹ÎCç£ Ð…è"t1º]Š.C—£+Еè*t5º]‹®C×£Ðè&t3š‡nA·¢ÛÐ|t;Z€¢;Ð"t'º ÝîA÷¢ûÐýèô z=ŒA¢ÇÐãè ô$z =žAÏ¢çÐóèô"z ½Œ^A¯¢×Ðëè ô&z ½ÞA‹Ñ»è=ô>ú}ˆ>B£OÐô)ú }޾@_¢¯Ð×è´-CߢïÐr´­D«Ðj´­EߣÐè'ô3úýŠ~C¿£?Пè/ô´„Á˜ C05¦Á´˜³Âô˜5fÀl0#f‹™0;ÌŒÙc˜#æ„9c.˜+憹cXÌkˆya0o¬1æƒ5Á|1?Ì À±¦XŒ…`ͰP, Ç"°H, ‹Æb°X,kŽÅc X ¬%Ö kµÁÚbí°D¬=ÖëˆuÂ:c]°®X7¬;–„õÀzb½°ÞX2–‚õÁúb©X?¬?6ˆ ÂcC°4 Å0 ÇŒÄ(ŒÆŒÅ8l(6 KÇ2°L, ËÆ†c,ã11 “1ËÅF`#±QØhl 6‡Ç&`±IØdl 6›†MÇf`3±YØll6›‡ÍÇ` ±EØbl ¶[†-ÇV`+±UØjl ¶[‡­Ç6`±MØf,Û‚mŶaùØv¬+Äv`EØNl¶ÛƒíÅöaû±ØAìv;‚ÅŽaDZØIìv;ƒÅÎaç± ØEìv»‚]Å®a×±ØMìv»ƒcw±{Ø}ìö{„=Æž`%ØSìö{½Ä^a¯±7X)V†½ÅÞaåXV‰UaÕX V‹½Ç>`±OØgì öû†}Ç~`?±_ØXp‡qŽàj\ƒkqn…ëqkÜ€ÛàFÜ7áv¸·ÇpGÜ wÆ]pWÜ wÇ=ð¸'Þ÷ÂáÞxcÜo‚ûâ~¸?€âMñ <Á›á¡xŽGà‘xÇà±xÞÇðxK¼Þoƒ·ÅÛá‰x{¼Þï„wÆ»à]ñnxw< ï÷Ä{á½ñd<ïƒ÷ÅSñ~x|>„Ƈài8Šc8Ž8‰S838‹søP|žŽgà™xžÇ-xÎã.â.ã ž‹ÀGâ£ðÑø|,>OÀ'â“ðÉø|*> ŸŽÏÀgâ³ðÙø|.>Ÿ/Àâ‹ðÅø|)¾ _ޝÀWâ«ðÕø|-¾_oÀ7â›ðÍx¾ߊoÃóñíx^ˆïÀ‹ðø.|7¾ß‹ïÃ÷ãðƒø!ü0~?ŠÃã'ð“ø)ü4~?‹ŸÃÏãð‹ø%ü2~¿Š_ïã7ð›ø-ü6~/Æïâ÷ðûøü!þŒ?ÁKð§ø3ü9þ‰¿Â_ãoðR¼ ‹¿ÃËñ ¼¯Â«ñ¼À?âŸðÏøü+þ ÿŽÿÀâ¿ð?ð:*!Ô„†Ð:ŠÐÖ„°!Œ„-a"ì3aO8Ž„áL¸®„áNx O¢!áE4"¼‰Æ„Ñ„ð%ü"€$šAD0B4#B‰0"œˆ "‰("šˆ!b‰8¢9O$-ˆ–D+¢5цhK´#‰öD¢#щèLt!º݈îDуèIô"zÉD чèK¤ýˆþÄb 1ˆL !Ò”Àœ ’ š`–àˆ¡Ä0"È 2‰,"›NXˆ‚'B$$B&"—AŒ$F£‰1ÄXb1ž˜@L$&“‰)ÄTb1˜AÌ$f³‰9Ä\b1ŸX@,$‹‰%ÄRb±œXA¬$V«‰5ÄZb±žØ@l$6›‰Ÿ‰/ÄWâñøAü$~u !&U$BªI ©%u¤©'­IiCI[ÒDÚ‘fÒžt I'Ò™t!]I7Òô sÓF¤L•6:mLÚØ´qiãÓ&¤ML›”69mJÚÔ´iiÓÓf¤ÍL›•6;mNÚÜ´yióÓ¤-L[”Ö€lNÆ“ d ²%ÙŠlM¶!Û’íÈD²=ÙìHv";“]È®d7²;™Dö {’½ÈÞd2™Bö!û’©d?²?9€H"“CÈ4%1' ’$)’&’%9r(9ŒL'3ÈL2‹Ì&‡“2‡äII‰”I…Ì%G#ÉQähr 9–GŽ''ÉIädr 9•œFN'g3ÉYälr9—œGÎ' ÉEäbr ¹”\F.'W+ÉUäjr ¹–\G®'7ÉMäf2ÜBn%·‘ùäv²€,$wEäNr¹›ÜCî%÷‘ûÉäAòy˜&Ÿ%äSòùœ|A¾$_‘¯É7d)YF¾%ß‘ådYIV‘Õd YK¾'?ÉOägò ù•üF~'?É_äd (ˆ‚)…PjJCi)eEé)kÊ@ÙPFÊ–2Qv”™²§(Gʉr¦\(WÊr§<¨”'Õò¢QÞTcʇjBùR~”?@RM© *˜ ¡šQ¡TNEP‘TMÅP±TÕœŠ§¨TKªÕšjCµ¥ÚQ‰T{ªÕ‘êDu¦ºP]©nTw*‰êAõ¤zQ½©d*…êCõ¥R©~Tj5D ¦†PiJaNIQM1KqÔPj•þçßä©,*›NY¨ЧJ¤$J¦*—A¤FQ£©1ÔXj5žš@M¤&Q“©)ÔTj5šAͤfQ³©9Ô\j5ŸZ@-¤Q‹©%ÔRjµœZA­¤VQ«©5ÔZjµžÚ@m¤6Q›©QŸ©/ÔWêõúAý¤~QPu !¦U4B«i ­¥u´­§­imCi[ÚDÛÑfÚžv i'Ú™v¡]i7Úö ОtCÚ‹nD{Óiº íKûÑþtH7¥ƒè`:„nF‡Òat8AGÒQt4CÇÒqts:žN [Ð-éVtkº Ý–nG'ÒíétGºÝ™îBw¥»ÑÝé$ºÝ“îE÷¦“éºÝ—N¥ûÑýéô@z=˜B§Ñ(Ñ8MÐ$MÑ4ÍÐ,ÍÑCéat:AgÒYt6=œ¶Ð94O ´HK´L+t.=‚I¢GÓcè±ô8z<=žHO¢'ÓSè©ô4z:=ƒžIÏ¢gÓsè¹ô½€^H/¢ÓKè¥ô2z9½‚^I¯¢WÓkèµô:z=½ÞHo¢7Óyôz+½Î§·Ót!½ƒ.¢wÒ»èÝôz/½ÞO Ò‡èÃôú(}Œ>NŸ OÒ§èÓôú,}Ž>O_ /Ò—èËôú*}¾Nß oÒ·èÛôº˜¾KߣïÓè‡ô#ú1ý„.¡ŸÒÏèçô ú%ýŠ~M¿¡Ké2ú-ýŽ.§+èJºŠ®¦kèZú=ýþH¢?Ó_è¯ô7ú;ýƒþIÿ¢ÿ ëhÀ@ ̨„Q3FËè+FÏX3Ɔ12¶Œ‰±cÌŒ=ãÀ82NŒ3ã¸2nŒ;ãÁ4`<™†ŒÓˆñf3>LÆ—ñcü™&iÊ1ÁLÓŒ e˜p&‚‰d¢˜h&†‰eâ˜æL<“À´`Z2­˜ÖL¦-ÓŽIdÚ3˜ŽL'¦3Ó…éÊtcº3IL¦'Ó‹éÍ$3)L¦/“Êôcú3˜Ì f03„IcPcp†`H†bh†aX†c†2Øt&ƒÉd²˜lf8carž‘‘™Q˜\f3’ÅŒfÆ0c™qÌxf3‘™ÄLf¦0S™iÌtf3“™ÅÌfæ0s™yÌ|f³YÄ,f–0K™eÌrf³’YŬfÖ0k™uÌzf³‘ÙÄlfò˜-ÌVf“Ïlg ˜BfSÄìdv1»™=Ì^f³Ÿ9Àd1‡™#ÌQæsœ9ÁœdN1§™3ÌYæsž¹À\d.1—™+ÌUæs¹ÁÜdn1·™;L1s—¹ÇÜg0™GÌcæ SÂl_6•íÇög°ÙAì`v›Æ¢,Æâ,Á’,ÅÒ,ò,Çe‡±él›Éf±ÙìpÖÂæ°<+°"+±2«°¹ìv$;ŠÍŽaDzãØñìv";‰ÌNa§²ÓØéì v&;‹ÍÎaç²óØùìv!»ˆ]Ì.a—²ËØåì v%»Š]Í®aײëØõìv#»‰ÝÌæ±[Ø­ì66ŸÝΰ…춈ÝÉîbw³{ؽì>v?{€=Èb³GØ£ì1ö8{‚õ$’^d#Ò›lLúMH_Òô'È@²)D“!d32” #ÃÉ2’Œ"£É2–Œ#O²%ìSöûœ}Á¾d_±¯Ù7l)[ƾeß±ål[ÉV±Õl [˾g?°ÙOìgö û•ýÆ~g°?Ù_ìl 8ˆƒ9‡pjNÃi9gÅé9kÎÀÙpFΖ3qvœ™³ç8GΉsæ\8WÎsç<¸œ'×óâqÞ\c·kÂùr~œ?ÀrM¹ .˜ ášq¡\ÎEp‘\ÍÅp±\ל‹ç¸\K®ךkõåÚq‰\{®בëÄuæºp]¹n\w.‰ëÁõäzq½¹d.…ëÃõåR¹~\n7Ä æ†piÊaÎÉQÍ1ËqÜPn—Îep™\—Í ç,\Çs'r'sÊÿÁÞ{EÕtᢽ÷ì Ã0 9ˆˆ(ˆ0’ƒ`ÆœsD@Ù9'Ì9眳¨bÎ9çˆ(*&T¢9¾Þó½ç{Oݪ[uϯûãÞ®ššîÕ{z¯îYëéµzWíÍBÇ cÑqèxt:„NF§ SÑiètt:…ÎFç sÑyè|tº]„.F— KÑeèrtº]…®F× kÑuèztºÝ„nF· [Ñmèv4ÝîDw¡9èn4ÍC÷ ùè^tº=€D¡‡Ñ#èQôz=žDO¡§Ñ3èYôz½€^D/¡—Ñ+èUôz½ÞDo¡·Ñ;è]ôz}€ ÑBôú-BŸ OÑgh1ú}¾D_¡¯Ñô ú-EËÐwè{ôZŽV •hZÖ ÑOègô úý†~G ?Ñ_èoôúZ‹ Â`Lƒ!˜ÓazÌ€ÙaFÌ3a˜sÄ,˜fÅœ1ÌsÃÜ1Ìó¼1¬æ‹ÕÇü°˜?Ö Àa±@,k‚cM±,³aͰ0,‹À"±(,‹Áb±8,kŽ%`‰X ¬%Ö kµÁÚbí°$¬=ÖëˆuÂ:c]°®X7¬;Öë‰õÂzc}°d,ë‹õÃúc°Ø l06Š Ã†c#°Tl$–†¥cØ(l4–‰¡†á‘…у±‡ñ˜€‰˜„ɘ‚©X6‹ÃÆc°‰Ø$l26›ŠMæc3°™Ø,l66›‹ÍÃæc °…Ø"l1¶[Š-Öc+°•Ø*l5¶[‹­ÃÖc°Ø&l3¶ÛŠmöcÙØl'¶ ËÁvc¹X¶ËÇöbû°ýØì v;ŒÁŽbÇ°ãØ ì$v ;ÁÎbç°óØì"v »Œ]Á®b×°ëØ ì&v »ÝÁîb÷°ûج{ˆb°ÇXö{Š=Ê±çØ ì%ö {•`o°·X)V†½ÃÞc°r¬«Äª°j¬ûˆ}Â>c_°¯Ø7ì;öû‰ýÂ~c°¿°Z àãÁµ¸×ãÜ7âö¸ wÀ͸#nÁp+ஸîŽ{àž¸îûàõp_¼>î‡7Àýñ†xÞoŒâAx<oŠ‡à¡¸ o†‡ááx‰GáÑx ‹Çáñxs<OÄ[à-ñVxk¼ Þo‡'áíñxG¼Þï‚wÅ»áÝñxO¼Þïƒ'ã)x_¼Þ€Äáƒñ!øP|>§â#ñ4<ÏÀGá£ñLÅ1Ç œÄ)œÆœÅ9œÇ\Ä%\Æ\ųð1øX|>Ÿ€OÄ'á“ñ)øT|>ŸÏÄgá³ñ9ø\|>_€/Äá‹ñ%øR|¾_¯ÄWá«ñ5øZ|¾߀oÄ7á›ñ-øV|¾ÏÆwà;ñ]x¾ÏÅóð=x>¾߇ïÇàñCøaü~?†ÇOà'ñSøiü ~?‡ŸÇ/àñKøeü ~¿†_Çoà7ñ[ømü~¿‡ßÇàøC¼„?Æ‹ð'øSü^Œ?Ç_à/ñWøk¼ƒ¿ÅKñ2üþÿ€—ãx%^…Wã5øGüþÿ‚Å¿áßñøOüþÿƒÿ…× ˜Ð¡%t„ž0v„‘°'L„a& áDX gÂ…p%Üwƒð$¼o‡¨Gøõ ?¢áO4$ˆFDc""šÁDS"„%lD3"Œ'"ˆH"Šˆ&bˆX"Žˆ'š D"Ñ‚hI´"Zmˆ¶D;"‰hOt :ˆÎD¢+ÑèNô z½ˆÞD"™H!úýˆþÄb 1ˆL !†ÈáÄ"•I¤éD1ŠMd(8A$A4Á,Áb?q€8H"Gˆ£Ä1â8q‚8Iœ"Ngˆ³Ä9âñ€( …Ä#â1QDŸˆÏÄâ+ñøNü ~¿ˆßÄâ/¢–$D¤†DH-©#õ¤´#¤=i"H3éHZH'ÒJ:“.¤+éFº“¤'éEz“>d=Ò—¬Oú‘ H²!@6"“dÙ„ &›’!d(i#›‘ad8AF’Qd4CÆ’qd<ÙœL ÉdK²ÙšlC¶%Û‘Id{²Ù‘ìDv&»]Éndw²Ù“ìEö&ûÉd Ù—ìGö'ÉAä`r9”F'G©äH2L'ÏežÏ¼y1óRæåÌ+™W3¯e^ϼ‘y3óVæíÌ;™w3ïeÞÏ|Yù0³0óQæãÌ¢Ì'™O3Ÿef“É)äTr9œAÎ$g‘³É9ä\r9Ÿ\@.$‘‹É%äRr¹œ\A®$W‘«É5äZr¹žÜ@n$7‘›É-äVr¹Ì&w;É]d¹›Ì%óÈ=d>¹—ÜGî'ÉCäaòy”&‹È'äSòYL>'_/ÉWäk²„|C¾%KÉ2òùžü@–“d%YEV“5äGòù™üB~%¿‘ßÉäOòù›üCþEÖ’€‚(˜ÒP¥¥t”ž2Pv”‘²§L”e¦) åDY)gÊ…r¥Ü(wʃò¤¼(oʇªGùRõ)?ªåO5¤¨FTc* ¢šPÁTS*„ ¥lT3*Œ §"¨H*ŠŠ¦b¨X*ŽŠ§šS T"Õ‚jIµ¢ZSm¨¶T;*‰jOu :R¨ÎTª+ÕêNõ zR½¨ÞT*™J¡úRý¨þÔj 5ˆL ¡†RèáÔ*•I¥QéT5ŠMeR(…Q8EP$EQ4ÅP,ÅQ<%P"%Q2¥P*•E¡ÆRã¨ñÔj"5‰šLM¡¦RÓ¨éÔ j&5‹šMÍ¡æRó¨ùÔj!µˆZL-¡–R˨åÔ j%µŠZM­¡ÖRë¨õÔj#µ‰ÚLm¡¶RÛ¨íT6µƒÚIí¢r¨ÝT.•Gí¡ò©½Ô>j?u€:H¢SG¨£Ô1ê8u‚:I¢NSg¨³Ô9êõ€* R…Ô#ê1UD=¡žRϨbê9õ‚zI½¢^S%Ôê-UJ•Qï¨÷Ôªœª *©*ªšª¡>RŸ¨ÏÔê+õúNý ~R¿¨ßÔê/ª–4Dô†Fh-­£õ´¶£´=m¢h3íH[h'ÚJ;Ó.´+íF»Ó´'íE{Ó>t=Ú—®OûÑ hº!@7¢ÓtÝ„¦›Ò!t(m£›Ñat8AGÒQt4CÇÒqt<ÝœN étKºÝšnC·¥ÛÑIt{ºÝ‘îDw¦»Ð]éntwºÝ“îE÷¦ûÐÉt Ý—îG÷§ÐéAô`z=”F§GЩôH:N§3èQôh:“FiŒÆi‚&iЦi†fiŽæii‰–i…Vé,z =–G§'ÐéIôdz =•žFO§gÐ3éYôlz=—žGϧÐ éEôbz ½”^F/§WÐ+éUôjz ½–^G¯§7ÐéMôfz ½•ÞFo§³éôNzCï¦séB¥ÑÇéôIú}š>CŸ¥ÏÑçé ôEú}™¾B_¥¯Ñ×éôMú}›¾CߥïÑ÷étý.¤Ñé"ú ý”~FÓÏéôKúýš.¡ßÐoéRºŒ~G¿§?Ðåt]IWÑÕt ý‘þD¦¿Ð_éoôwúý“þEÿ¦ÿÐѵ4` f4 Âh£g ŒcdìãÀ˜GÆÂ81VÆ™qa\7Æñ`</Æ›ñaê1¾L}ÆiÀø3 ™¦Ó˜ d‚˜&L0Ó” aBÓŒ c™&’‰b¢™&–‰câ™æL“È´`Z2­˜ÖL¦-ÓŽIbÚ3˜ŽL'¦3Ó…éÊtcº3=˜žL/¦7Ó‡IfR˜¾L?¦?3€È b3C˜¡Ì0f83‚IeF2iL:“ÁŒbF3™ Ê` Î ÉP Í0 Ëp ÏŒÈHŒÌ(ŒÊd1c˜±Ì8f<3™ÈLb&3S˜©Ì4f:3ƒ™ÉÌbf3s˜¹Ì³€YÈ,b3K˜¥Ì2f9³‚YɬbV3k˜µÌ:f=³ÙÈlb63[˜­Ì6f;“Íì`v2»˜f7“Ëä1{˜|f/³ÙÏ`2‡˜ÃÌæ(sŒ9Μ`N2§˜ÓÌæ,sŽ9Ï\`.2—˜ËÌæ*s¹ÎÜ`n2·˜ÛÌæ.s¹Ï<` ˜‡L!óˆyÌ1O˜§Ì3¦˜yμ`^2¯˜×L ó†yË”2eÌ;æ=ó)g*˜J¦Š©fj˜Ì'æ3ó…ùÊ|c¾3?˜ŸÌ/æ7ó‡ù‹©e ±0«aVËêX=k`íX#kÏšXÖÌ:²Ö‰µ²Î¬ ëʺ±î¬ëÉz±Þ¬[õeë³~lÖŸmÈ°ØÆl Ä6aƒÙ¦lÊÚØflÎF°‘lÍÆ°±lÏ6gØD¶Û’mŶfÛ°mÙvlÛžíÀvd;±Ù.lW¶ÛíÁöd{±½Ù>l2›Âöeû±ýÙì@v;˜Âe‡±ÃÙl*;’McÓÙ v;šÍdQcq–`I–bi–aY–cyV`EVbeVaU6‹ÃŽeDZãÙ ìDv;™ÂNe§±ÓÙìLv;›ÃÎeç±óÙìBv»˜]Â.e—±ËÙìJv»š]îe×±ëÙ ìFv»™ÝÂne·±ÛÙlv»“ÝÅæ°»Ù\6ÝÃæ³{Ù}ì~ö{=Äf°GÙcìqö{’=ÅžfϰgÙsìyö{‘½Ä^f¯°WÙkìuö{“½ÅÞfï°wÙ{ì}ö[À>d ÙGìc¶ˆ}Â>eŸ±Åìsöû’}žfKØ7ì[¶”-cß±ïÙl9[ÁV²Ul5[Ã~d?±ŸÙ/ìWöûýÁþd±¿Ù?ì_l- 8ˆƒ9 ‡pZNÇé97ŠMf’(‰‘8I$I‘4É,É‘<)")‘2©*™EŽ!Ç’ãÈñär"9‰´ãs\ׄ æšr!\(gãšqa\8ÁErQ\4ÃÅrq\<לKà¹\K®ךkõåÚqI\{®בëÄuæºp]¹n\w®דëÅõæúpÉ\ ×—ëÇõçp¹AÜ`n7”Æ çFp©ÜH.Kç2¸QÜh.“C9ŒÃ9‚#9Š£9†c9Žã99‰“9…S¹,n 7–Çç&p¹IÜdn 7•›ÆMçfp3¹YÜln7—›ÇÍçp ¹EÜbn ·”[Æ-çVp+¹UÜjn ·–[Ç­ç6p¹MÜfn ·•ÛÆmç²¹ÜNn—Ãíær¹på\WÉUqÕ\ ÷‘ûÄ}æ¾p_¹oÜwî÷“ûÅýæþpqµà!æ5<Âky¯ç ¼oäíyïÀ›yGÞÂ;ñVÞ™wá]y7Þ÷à=y/Þ›÷áëñ¾|}ÞoÀûó ù¾ߘäƒø&|0ß”áCyߌãÃù>’â£ù>–ããùæ|ŸÈ·à[ò­øÖ|¾-ߎOâÛóøŽ|'¾3ß…ïÊwã»ó=øž|/¾7߇OæSø¾|?¾??€ÈâóCø¡ü0~8?‚OåGòi|:ŸÁâGó™<Êc<Î<ÉS<Í3<Ës<Ï ¼ÈK¼Ì+¼Êgñcø±ü8~¿€_È/âóKø¥ü2~9¿‚_ɯâWókøµü:~=¿ßÈoâ7ó[ø­ü6~;ŸÍïàwò»ø~7ŸËçñ{ø|~/¿ßÏàò‡øÃüþ(Œ?ΟàOò§øÓüþ,Ž?Ï_à/ò—øËüþ*¿Îßàoò·øÛüþ.¿Ï?à ø‡|!ÿˆÌñOø§ü3¾˜οà_ò¯ø×| ÿ†Ë—òeü;þ=ÿ/ç+øJ¾Š¯ækøü'þ3ÿ…ÿÊã¿ó?øŸü/þ7ÿ‡ÿ‹¯å ° A+è½`ì£`/˜Á,8 ÁI° ΂‹à*¸ à)x Þ‚POðê ~BÁ_h(„ÆB $4‚…¦Bˆ*Ø„fB˜.D‘B”-ıBœ/4„D¡…ÐRh%´Úm…vB’Ð^è t: ….BW¡›Ð]è!ôz ½…>B²"ôú ý…Â@a0X" † Ã…Bª0RHÒ… a”0ZÈPpHhXxADAdAT!K#ŒÆ ã… ÂDa’0Y˜"L¦ Ó…ÂLa–0[˜#Ìæ ó…ÂBa‘°XX",– Ë…ÂJa•°ZX#¬Ö ë… ÂFa“°YØ"l¶ Û…la‡°SØ%ä»…\!OØ#ä {…}Â~á€pP8$ŽG…cÂqá„pR8%œÎg…sÂyá‚pQ¸$\®W…kÂuá†pS¸%Üîw…{Â}áP < …GÂc¡Hx"<ž ÅÂsá…ðRx%¼J„7Â[¡T(Þ ï…B¹P!T UBµP#|> Ÿ…/ÂWá›ð]ø!ü~ ¿…?Â_B­DH„EˆˆZQ'êEƒh'E{Ñ$:ˆfÑQ´ˆN¢Ut]DWÑMt=DOÑKô}Äz¢¯X_ôˆþbC1@l$6Å ±‰,6CÄPÑ&6ÃÄp1BŒ£Äh1FŒãÄx±¹˜ &Š-Ä–b+±µØFl+¶“Äöb±£ØIì,v»ŠÝÄîb±§ØKì-ö“ű¯ØOì/ŠƒÄÁâq¨8L.ŽSÅ‘bš˜.fˆ£ÄÑb¦ˆŠ˜ˆ‹„HŠ”H‹ŒÈŠœÈ‹‚(Š’(‹Š¨ŠYâq¬8N/N'Š“ÄÉâqª8Mœ.ÎgгÄÙâq®8Oœ/.Š‹ÄÅâq©¸L\.®WŠ«ÄÕâq­¸N\/n7Š›ÄÍâq«¸MÜ.f‹;Äâ.1GÜ-æŠyâ1_Ü+î÷‹ăâ!ñ°xD<*‹'Ä“â)ñ´xF<+žÏ‹Ä‹â%ñ²xE¼*^¯‹7Ä›â-ñ¶xG¼+Þï‹Äñ¡X(>‹Eâñ©øL,Ÿ‹/Ä—â+ñµX"¾ߊ¥b™øN|/~ËÅ ±R¬«Åñ£øIü,~¿ŠßÄïâñ§øKü-þÿkE A,i$DÒJ:I/$;É(ÙK&ÉA2KŽ’Er’¬’³ä"¹Jn’»ä!yJ^’·ä#Õ“|¥ú’ŸÔ@ò—JR#©±(IM¤`©©"…J6©™&…KR¤%EK1R¬'ÅKÍ¥)Qj!µ”ZI­¥6R[©”$µ—:H¥NRg©‹ÔUê&u—zH=¥^Ro©”,¥H}¥~Ri€4P$ –†HC¥aÒpi„”*”Ò¤t)C%–2%TÂ$\"$R¢$Zb$Vâ$^$Q’$YR$UÊ’ÆHc¥qÒxi‚4Qš$M–¦HS¥iÒti†4Sš%Í–æHs¥yÒ|i´PZ$-––HK¥eÒri…´RZ%­–ÖHk¥uÒziƒ´QÚ$m–¶H[¥mÒv)[Ú!í”vI9ÒnÉÈÙs&Î3sŽœ…s⬜3ç¹rnœ;çÁyr^œ7çÃÕã|¹úœ×€óçr\#.Wº&]—nH7¥[ÒméŽtWº'Ý—HÒC©Pz$=–Ф'ÒSé™T,=—^H/¥WÒk©Dz#½•J¥2éô^ú •KR¥T%UK5ÒGé“ôYú"}•¾IߥÒOé—ô[ú#ý%ÕJ@†dXÖȈ¬•u²^6Èv²Q¶—M²ƒl–e‹ì$[egÙEv•ÝdwÙCö”½doÙG®'ûÊõe?¹ì/7”äFrc9P’›ÈÁrS9D•mr39L—#äH9JŽ–cäX9NŽ—›Ë r¢ÜBn)·’[Ëmä¶r;9In/w;ÊäÎr¹«ÜMî.÷{ʽäÞr9YN‘ûÊýäþòy y¿|@>(’ËGä£ò1ù¸|B>)Ÿ’OËgä³ò9ù¼|A¾(_’/ËWä«ò5ùº|C¾)ß’oËwä»ò=ù¾ü@.Ê…ò#ù±\$?‘ŸÊÏäbù¹üB~)¿’_Ë%òù­\*—Éïä÷ò¹\®+å*¹Z®‘?ÊŸäÏòù«üMþ.ÿÊ¿äßòù/¹V ¤ÀŠFA­¢SôŠA±SŒŠ½bR³â¨X'Ū8+.Š«â¦¸+Чâ¥x+>J=ÅW©¯ø) ¥¡ 4R+JÒD Vš*!J¨bSš)aJ¸¡D*QJ´£Ä*qJ¼Ò\IP•JK¥•ÒZi£´UÚ)IJ{¥ƒÒQé¤tVº(]•nJw¥‡ÒSé¥ôVú(ÉJŠÒWé§ôW(•AÊ`eˆ2T¦ WF(©ÊH%MIW2”QÊh%SALÁB!J¡FaNáAI‘EQ•,eŒ2V§ŒW&(•IÊdeŠ2U™¦LWf(3•YÊleŽ2W™§ÌW( •EÊbe‰²TY¦,WV(+•UÊje²VY§¬W6(•MÊfe‹²UÙ¦lW²•ÊNe—’£ìVr•(åJ…R©T)ÕJòQù¤|V¾(_•oÊwå‡òSù¥üVþ()µ P!V5*¢jUªW ªjTíU“ê šUGÕ¢:©VÕYuQ]U7Õ]õP=U/Õ[õQ멾j}ÕOm ú« Õµ‘ÚX TƒÔ&j°ÚT QCU›ÚL SÃÕ5RR£Õ5VSãÕæj‚š¨¶P[ª­ÔÖjµ­ÚNMRÛ«ÔŽj'µ³ÚEíªvS»«=Ôžj/µ·ÚGMVSÔ¾j?µ¿:@¨R«CÔ¡ê0u¸:BMUGªijºš¡ŽRG«™*ªb*®*©R*­2*«r*¯ ª¨Jª¬*ªªf©cÔ±ê8u¼:A¨NR'«SÔ©ê4uº:C©ÎRg«sÔ¹êP Ô‡j¡úH}¬©OÔ§ê3µX}®¾P_ª¯Ô×j‰úF}«–ªeê;õ½úA-W+ÔJµJ­VkÔê'õ³úEýª~S¿«?ÔŸê/õ·úGýK­UA”gi²,m–.KŸeȲË2fÙg™²²ÌYŽY–,§,k–s–K–k–[–{–G–g–W–w–OV½,߬Úÿ¿ü·$þÓþ= ÿä ²wë]2$§IFøã˜0gÍ“—ýªñÈj}GذҬq,šFØÚè°3zÞÔvÙkžÀÂúªÆ£þó^þ6N­ ­ikÍfd•A¾Ý'FÂüPõ2>ÖÚ¿ñ8ßÒAŠñ¬®é èœùHŒº«Û¢Bö87}LšýÁ)†ö¶¦ñ0°xF Öw¸~-ðr:¹:D¯ÏÕš.–êÆÅ=Ñ© Sœöºœµ´ño”¤NwuéFGÒ©±shdóA¹ƒóIðdÔdçg†óà1Ìоä=ÓZá4>46aŽ.É j•Cµ~'_ÿŽ{;ñII/}mï«uq;g$+tÆZ7yó`XHŸ€icë;Ú337 ûÁÛÚÚüS}f÷Òú¬‡HcÖ6Ë“þ.ºÚÚ#›-µµ±fkFT‰- ¶G‡¸«¦û\s{·0ëß÷–]~ö&§.àIºîÝÚ%;£GU­¹›Û¶…YUÑð8kOãY³lŒwh …§6&¸û Ûj ¯v9n·ª­—“õ§ã—®¾þÜ—–ãÇw@ùÎÔE"ëtauªï Á Ÿ`óTkAP´K?óiM‰~Œïó-ð ¹d¾èãi: R¾H†ñ‹.ø@Á#á¦À¡.‰íQ¡k#º@«3jWoKZoWálx‡×¬Ë0ÌðÚÝéòüZÓÀAÑŠ‹K?ŸHx*ÔÕÈ!*lµøº<Ñ•sÈåŸAc«É4`¶xÈuÃ}Љ],G=n²±Éò ¦…^¥-7é…Ö—F  2î z[#ñæPƒN·6l¼3ï2Ê4ÍR¤½¨?[­t1AIàÎÛ É€÷x Ÿqnm>èÅ›OÀ¯S‘󭨇.ûˆº“úB#ý™1ÁÔÉM v.¦઱\·Qw üåôÄé+¸ jà×NÁÚ{N­^8opáÔŒ´&€›š4ø¦q¬Õ\³M9h¯s¼ãpÁ¹/lEb[gðìuìlÈ@~ðnÆ|I5¥kN}š|bâŒN.=šw5ç˜-ðSd¿B~¦2¤¾Œä-š¤˜z£¾è|÷¥'1ãKtFsg=¸gôs~mE ÑΟ‘ Ô—ñ»ãHrpÝJ$ AÌM4ÖýQ %¸‘á‘ •jz®£ÍáH±[„‡ÙºÞØÊHað &ÍÈ/ËSp·± ¼ñ¹ ;¼.t¾çvÃÐ&ìœn ÃLÇ÷Ö‘ªT§XºUgÀýu‘°›õ°m§¯Û ‡…‘bç`¬Å0À€0a ò65…³C ÍÒԷȸnm&rÑ覀§Údop¤§ûß„^‚C‘ù œj½¡‹s¼ê[e^m ý¯ÃÀdx¼ZwÞ¼Åï»ý}o·,ðXË0nœmãçf¯ËáÁ&Õ¼5xƒi‘¡Um«¯öpksûËx¦üfK{xóÊAç-u&bøa_¦‹yÑèNsÌõ`Â~|χ3ýqqôªŸ­i†‘Î} ”ó]W¿p±9q4Ýúú57=syðÛ°ÓzÆx/q Ç(Œýø£ž—««…‚&ž–ûFѹµ³£1¬k¬ÇÀPðËT™B@cæ p ‡xýkÅ%!`¼å­.?¢P—FxܶXM|2bеÑœ÷˜c¹d»lH¨=Ä„$Â×L¾ £u¬O“¸žÁ''7“¼_ÆÊÌEA ö€xó>˜Åé¬]ÏJjcMÉp°±¿ÿOd#RlàÆzûeÈ ÿC&wûj½_’iEÈ[Ü­ƒ±ƒG¸ŸµÚœŒl0öiù1xH­¥¦:~ðVw_—¬Q̓gØWê‚ cûmÓZ[ Û ºËàÑΣ|/‚*ËCË`c)¸iYHðÇ’f*3B§ÛY‡›ýóM°«SK³“ÕR‡#_=|Ìýƒ’Í´ÁËÁòïo”Þ¯žÏ3K[£·ÛÿÝÎgu›jký¶ÀA°ƒµµ–ŵà¼n.<]×ÚQlüÉ’–æ‘kš` é÷¡±¹nʳL‚ï¹àþÆÓæ;~2âeÙœx¹¶Ösö•Zì–®`È+pÔnºî½ÃÐZx4’…x¯x|ÐùEÄø]òoëæêñDWÙo\b¯¦ÝwH›x;Êåȱ:¬´™Á"ä°ù<47ÐÆ`0 ô†#á¹Ö[€ŠÃ4£+ÒdíìÿD´ÿ{§{_[»{ûÓà™¼šÿÏ·Ò·vñ¤»Þ»y‰‘pnµùÿœÍ]X[›^‹4ø¤¥ú4ÆtªjÏ›EžÍÎgû^~ÀF Ù;“é¢vk¯æz|7¥inû&ï>º¿h—³lÙ…îcÊ6íìjD Ò²õæ»C“¶¸çTÊ ¼í:[˜8ëÐáÞç:/îà霴õ®ä~rÞ„7{=üàÐ?Ê÷箼¹•×7ñS‡¾»ôs÷Ń‹¾S¿Z= ëÀm[»v3I½‘ÛeÿÚEöøvúÞ‘qak²µ6/°|oæºuÒò«K—,•¹¥Óú¬'G&W n­Ø).GhñèÐg{<ʲ椴]<$ ½Õ©­šRÞŸ~~7Sh°Hu·oí¯Ná]Žt1¬caNaÓŸµ«"ç6¾µ4':yo‡Ã|«¨©#ãÒâ ãï ²‚"ŸµÓdÈý^moµð¨Ç‰dæÛã;ÊÛÍϪD瘥Ûåù .xÍ_±Ë/ðú¸«â뱯浃B]®Z]ÍLfz?,²‹-šüÒA-ø6e2}ghbLFé»Àg0™G:&Üo÷²ç…Wí Ý®Øo]ËØz¶ËˆZÚÌÇ>äŒÜÑôQ[Mï=ñóZåÅ?þ®ÞÎz¿ïmj×ãõún†ýƒbÛm¶fý#`ko~µÄ0e¢ëÜô&|¿‰ý_^î)%ѱsûÌ,œðøÇA§É’Û>»m׉+Å{‚zw¶ñ×Ã×=¹Òói¿pÍÕë-žþÜïöêûÍÐ6w/áEÝRgöüujj@ÛêN.yWF_äbÆ\N›»Æ³mHV†Ûfïv]9~±ÝË”õÓâ§ÝȾqÎeÓÄž-—Ï‹µ[0g[ÍŽ ¿Œ\¨Y9ñû“.äuR—/qaà'GÝ¿«$·¹ùà”š” òìGvÃsó¯w~S^ÛæRoêÓlóGbÊð'+.•çìnÄ!ÞõÏînú­â2wuüÄânÈ¡YË"ç4‹˜2÷í+—á>’°ì¯Ü¯±Æþ/nä;„^:¾.aEÿýá•뇫ÍÿóîýŸ/_ßÝ~Û¿jxËÁaKÛôÝt¹Å¡ˆ¢ûª•á9TBýímýü˜ß§(²í¢Ï“¾JðZñíØ‡3Û.œ^’´Í³0²Á"¿[7{}ÛxfZî”IÏ·„ý‚"[­{dÓvNŽñý–yìô›!G¢œŽ"C†wu=FäÚFî=6äAÑJnXß§™Çg¨Z¡yÀ˜£—ÕK‘m–˜Ï™ß°d¯ìü)=7LZÕÈníלü%NË®ž™®L‰˜w¸ffìò¬Ù±™«?t¾§W^ß(?vϧhTézzêVjû æó®š}Cà%O¶4ÍîP³sé£CÕ%×ôí–& òšÍˆ4AmJ[Þà·4M†6ôü²ymW>÷~ÀåMc*7ìœî7¤›k‹]ç—¯Ù<Üéñ®Q…þå㸨²÷P豃}Â=©Ýûêô\WΩé‹Ö+£fä}\|<žIìöi½of8¥Ï·³ÏÀÌ®çØÞÜhÖ&{(úóHžËš3[6OË[ÚtÇEÓ±ûS;­»³éо‘ͺ»Õ¾~û‚=ö_³¹âu³ÁóñÛ;¯YÝ©mÁî®-ü—ôš¥÷_ûøPßmÙ­§Ú¯h°/?´MÛÇGö¦Gǯkûp3˜wk]¾ßy¸~ê·°„1šgK#Ï6Íë™þ¨Q‹‡ôÅ¿6}äxæF&>– §õt) û7Ì:´8¸ynŸ™ßøo•û>¾±7ñÌØš6UŽ¥ûmUÒ_ÚÍ)?1*äÔ¨†×«Wõ‰âW.»‹í¾}ƒ:…ÂwÞ çNYÛ"˰«£ØZ©Åæ|¼¾ºæ©º´ÁâCç|ö|±áxlßËi×é[7?f¶ëXør šSœÛ,ÞOTtœþäPDéüéóÏî½tælôîg1ãCûŽ™·ìÝIËàë §OƯð»ûÛnn£å_“—W€wûìÜÎáú«ã/_vœµmOkqƒ¿{·öG[[Ûòÿø àÿA™¢1 >Àµ.íäÓne¨Ú€ÕÈjƒóZ“&Î41Êl6[A)Æ9FwÈýp1@_€6„®PK$ÔŽxÂóA.¼Ì2¶C ›¡1°hæ<ÀEà®@Ú{ö ¶k #°c$df`· ;5€‹ `$¼×8ôƒ c>nÀãa/ÈP]4áýÆýPIÐ _á+€(À*áÖ-P–€[*þˆ´Åd0à nU~Ö%‘ë¦Oº†E:#¸ @ 0à&i À L”ŒäqŠ&h-FGMw];ÄÇt‚5ú3`ŒVEA#à{ð$Ñpší1<…†¸ÁNÐO€—ŽÒ¨KG‡@°¦‘^ãô'>ô×êûk£45eºTpÖ#Í c8ÞÂÈ#­“ 8 C6­ |´ÖG-°Ó4]ÁÐØÐÈÀ¢àbÃøèiÜ£;o®†ûé  Ì#^šÑpŠ^S·J Zȯ.N1* ƒ@[X–É6[ Ð/ X`°ƒ ‘  Ò¸?ƈ78¹€®ÈP¨Ì>À=@‚]‰¦¥=O Z¬Ô¹WP¤û†@ímÆ<û$„ wëBÞA )Õ¬4j»í £=¢]n„´F`.XoXnÔk²L¡z`ƒQ£² Û«‘Yà°Qã Á+ úõÚæ–ù ;H?;pÅ‚{ØM*HBZÕ…ç`o'Ì[,áÐY³³¶ ¼]wÜ×ÝЖßÚeèÍ C¥íØÒ…CI@3 ©KÃyൄŸk·ú€.ðÐË8®:ÓK€œ€Þ„Cþ෾тâÁ ýØ @šöà†Î ¬›+ª9‡\·ÂuyÞXpA·Ìr $™ÜOZÿ_9íkæ7Ú/̯£±mбY‡è0¿x[|L]›2Ê/&Âëi‹ŒõKI÷Ô=•3ˆ&¡ÑaA¢€(Ÿ*dˆœ&=CCÒnhJn‹ŽÖ¤ÑÔ°°ˆÑ"—* 4eß#ùÐ6ip¿8 EÅFØbÃ#ýB£mñ±HD4ˆ j¦‰Š„ŒíSŒ¬1„ù…ûEÇØbâ#ýbãÃm1a~i¤qðÐ0¿tlQñq~2LúE‡‡Ù""cá—lìm sÓFÅÛÂÃb4½š„G¥BQAéC"£ÃG5  !Px‘¡!i¤f@ ”&"P H!i4I¦RÚ ^ÐÄF" èx÷ 92•@ì"£mq1ÑZ›¦]‘ªáÑÑ !¬ˆhí"‚ø ©3ÉT§ŠiHxÃÑiP( âmQöé"‡0©œ€¦‰ ´©M"‚¤&€4´ˆ0Äkx-‘J¥ýýbÁkA„D†ÛâbÃë&Âè784<, М¦0ÐëSLX˜-.fa¶è˜ø¨xØŽ‹ÑDEk›u&A z›µ¡H¨ް‹Œ²EFFøEÇ…¤3ñ&«)4"Ìâ"#5t± ,¶ÎMBc"‚:Zâm‘ñÆØè ˆ͈ˆM’.4ăÐÈ[X’Œ6 ŒŒ„! ä#¤‡œÃã"lQQÑ c´!ˆ á ¢EA@F–†S†@µ0Õ$* A!3x>ut†SˆÐq$-e8Õé¡5¤éà¨8i¯áÐÔ‘4(GS”Î!,ʧKjŸÜ5¥g¯áÉ)mú¤ôí5¼s’èaˆB3B‚æ@Z&¤ARy-’è 2•〠²EÇBu0Ç‹„4ÜOÛŠ5DEÚbcÃuz$>RšDEÑFP&H FCȰè°dˆŒ¦‡¥—A“Ìd¤@¸gˆÔ14¢^g 7AB*Jðþv‘ÖvD*Ïg8hà DœˆˆáúˆX „Ä:GÄFi5vKl¬-øÆÙ¢ã¢´Ä#zØÒÄš5—Á34•®¦Iµ(…hÀ(=lDb`£ˆP4iŸ¦…äȧ¢< 4`ˆ‰Ò¶³3kþJ¥Ó ¸&ÑÑA6]íª(+€E8Çøx¿tÑÑqZ-® ³‹mé- ÄØ¢"b<`2Æ6ŒkåÙ0Öe ‹6é#£cŽŽµ‡Úƒ J#À+ÚM-ö„0“–Q¤Îþ-l…£Ãì  +‡fPÚ´ÌT’ 1éä`…DLiE®Y´µ½×@È·_“ðˆxM8Ð…ž3SQ¸n3åiTÐ8Q4ʇh ˆ0œŠ ¼0@x8†y}Ý ã‚F‹ŽNQ„ýßÃSSv†ðGëýÍbÛ@ÍWß¿¤6„|¹‹ï ÔøP§ 6¶D@Äb§Á6”?„ƒê÷ç4v]vÏðrê‘s??ÙÉÜ=§ðÈp¨ÉÔ[ï>ÜœÚ{ìyS]UU´¡ƒQgÐÚO¾ñž£Ï”†»¾;‹{»{^[þáè>Ý»¦êÕa.øSG^V[{ï¯w´Ñ€ í«¼Îz=RvsZ(!sî°jœ‡ì}í^ý|{Gpªµóów¯~¶©­¸§Ù»6 0¾»(ùsßýoCjÊïÌ1Ë÷ÿɱ mäžpð$MÙeÙ¸ô–;š@à„›ª=ë®òñ†özpºª¸?7¶ORy;vÚñ¼âÕŽjŠ;œgëça‡á·'a»Î›ŸUjR¼ w­*Zo\k÷ßé@Ov ¯êµÇ¦­Ü’½kûºEFbò_T.«ûG¼†¬:û´ô²@ý³w9yö̾©Q°¦¼ {ÖœuùGOž>œ=«—+жZÿ¤ÂZSõúæ€9³9oïÞkæL[ç½Ã91D¦ÍÜ”»wïŽù=´ *ë{V½>N4À©µ`Ûž½{¶­\±ça¹kÚ†öÏwvµvñâÚÝùÙ+m»ó! úÝõ ÁXZsK³óòòÖ1M€Kué9ÂŽ]ª­¸3³¬oèõö,€keUÞÞìE™Q o¹àRQ°,^Œ]²_€—9½¹àž¥ôÈpg]UÅÃÍÌàôùWJ‘ù6 i³óUÕ‡fnUÅyƒ€wïI›÷Ì]7®‡·.Àþ?+µ·å‹Ó˰Ž!îzÑËÖ…Í~T^ñâŸèŽØwÈ~UõæÊâaÑuP¯up’]\YUvVnémИüÛ[î+\˜?¾—ÍMcï“ÀzëøôèŒ:{Ï&íÕ3eê{Õs°K$ [š>Ü[›f…-¶ôüWUßÝÙ˜™à\šÞý¤Ê »Î[‹u•ÖµÖA—Êjšz•íŸØ[£÷޾àÌk}eñ–:{3õÎ}¿Ú׿]Ûm–==ì\ª+Ÿ­‰ rÅ㊚0×êªêÒkk2â5Ö ›'ü¾º±ù2í>³\?ÛÔF ÂáÿˆJ{÷ÚÚ_ïînž9}Îá'ç¯V;¹$vþÝÿÕÿÍ&o~yñ6i#R&(ªì÷9qݧˆýâyñ?ôô?þýýài|IÉ«¹³¦_8{柞‡ófÏüýû÷ß­˜÷ïÊ.œ;3iÂØ‡~þüùŸk\~p÷Îíoß¾þÝŠÿô±æÎí[sgϨ»GÿCdïøõëçÿ$HŽÿ W[ëìþúßêyã~ŒøWŽš6¯_Sú¶ä_I»üÜœâgO¾~ýüñcõÅivìÚ¾åyñÓ¯_¿ÔÍï¿]÷†Öå+ ?w×ß¼áÿ•ÞLôý7L,éðßú×®:Ðà¿­÷‰¾ÿvuúWÍÚ€Vàßáj´ýß[¾m5¡ÿêÖI÷oOZü«Oúÿ+&þ­rC*K¯oš<ïdIUí®ò¢ãkgŽ¡é…WJÿWÿöLìì @ã¬Ëe1U¥Oï^8sûuÅÔö½ßèg†.{JlÕ¯3Íêö“(ùTIuInWÔmÏk‡ÿŒ°ñýÕ±ÀìžqÒ»âéæŽv›ö¸ëVYtõÓuÍýÓÛ§”äì{í}cûpmŒ¦É”›åöÿyNYW¶XµÔ™z>z«´*quÌœv)ï.0õ€~®¬Yųcs‰4záé5ÿÛo´£N–K/³AN}w>«¨©,ÎììÚ-+(¯ª)¼obr˜ §&]•]…ïuÅ'f‰õÖÓWÜd÷îZVC(xúÝrÖ-íd©Æåýí5h§H?‹F<»®}XnïRvyfŸèw{XãØ¸—]ðÞÕ¾êÕ!,Ú». q é>&ÿq…—›ý)ýcêAo­ß¬ó˜s¥&cUÑ (rÙãJOg;“ñ]A6×¾‘YãØeöµ2×PúÿèË\UóîêÔHÈmXî½½©žP×õ…å5U/dÔÓX=,úTõú$¨öÝs^ùÁ7wŸ8åBYU]< 3Úi€¥ï~;½Q‡4›z£ÜÅXýöØpwHïèæéfÒ’ÖUx¸Žª¯5Ú! Û_y•?>ºaùºƒ…ÕþƆ•—ÔÁDý†¾.:}ìò ×POïT+NØòJssf¤sœ’·UVWUÜ›Õ#޾ª®®(Þ™bú|[UY°(‚lò‘—U5•¥%oÞû=L•ïßUUmé‡ÎyPá_]Q^õáõ“û·ï^XѲﳯÄÃW 5•†}Ýê¼;GhÆ^|[ ÊË*ÝCýœÿQ"¯Îùê< w}]béÙ#ç5òþî¼x­¦ÿÎâJèMn'½cê=ªx“Û‚6>«Œñp°o\^0ö¡Î—ù}(؆ź5mw¾òð-Ñ@Í7À3jÞE½ÛŒ¹ ?¸‡:jþ—§ýíÇ@»¶m.,xP‡i/ŠŸ=ö´¨|’3ØiDŸ(Jr:Â.íÓp‚Ðò .¼­*Ù Ã-6?7¯ƒœ‡}k^ §ŸÐ{x7®xô?Ø»xÈîƒïûÇ,k™µk­ÖÿÅúwUUQUUUQUQ—KUUEÔ¥ªêRUUUµ"""""""""""ò|f:ÑÝüéÕç~õîë¹ïgçõzïoŒ3çûûw~sÆræû²SiƒG ×_ùÉ×ego(ø~í÷ï Ð?ôª™Ñ‘¯iúÊO_}稩ž³Ý;ëó¿ù~Ú×ítÉ¿Õ83gìròô§Ç»ÍòÒkó/ϱø¼8=Éò4=õÜâ+ó‚à°±öâÃŽj\ù {“ ¯®+Ïœœd^¹¿zYööâäÄÂ[‚––wÑàëko,¼þöë×iþñMý×ZeÒ÷žÓXÓ †&ÇVÿR`'Ë{ëÕ¹É#Ý·8)‘}ãéç…¥g¯7Ðz×L×ùÈ3ßÒÓp{bòmýÕùæW4Vþ\îsHö³ß1‡O««éĺøÊüKB&ý· s´¬oÿíò‹ ß”EýlnåOÊLã;^ÙXég7œÐÖ‘9ÊÞžmŽâ]Îa™ œNÿýóm×j2º‡Þ~®ÒGSÇ@_óÈWòІÉ)[ÓcK¼Ì:ëî-: #½¿>î}H󨞆pøÝwè<Ý·þü£æÕO=¿®³Ò—d*‡-¬¦‡¬²þð2T×/”õ\2†S~R8‘ðó™öUßרxý·©²Ó©¿]žÿEÞµnfšº']£*ÆÞÒœüYN¸«é!ó+îxãw^ýmé î¦ZšòÓçÓqè­©ÆÔ+5u¬®­’°´65Zå7ÅÑîZ‚–ü´Ë×óß8u\gý¥gó¾a/Ó2>yäðÆIÝszë¯ÿ¾,†w½‚AD‡Þë½w_me¨©oåËþ´¼nrPÑoòê"OŽ~Rvðbö}û/:c~èòÅÎ/ß.ß.ß.ß.ßT·†Á'çüàò§ï\¾]¾]¾ý«¸¼’]¾]¾]¾]¾]¾]¾]¾]¾]¾]¾]¾]¾]¾ý_v{õŽ—;áòíÿˆ[ååŸË\¾ýƒ[õåùqùvùvùvùö¿pSÜ;õ¥Û|ýà3ìÿѧÕ?¬§£§ü¼ú¿Ýv .ú¬û»®¹´„z|zOº$ëMûK³¥«/þê»:ÿ¸5ßv¸ø«p§O÷éÙ׎<ª!Ȩ³¦ %hø‚Zýåÿâcý+ÿ/·ùÌ×Úÿßl×­ÿäv?ùÿýjxÉW_ýßž7ø¿ð#f™1L`sXÀ XÃvpиIp¢t†+Üà/Hð/üà"ÁA(ÂŽ Ù™ üÇ¿uLôÈÕ‡*4*5®=©Q¥1)«Ö0:T£Q)«Õˆ”ÕiÉê5&5ئMhF Zцvt ]èFzч~ `CÆF1†qDà:^У(£ƒXÄ! HD’•—þB*ÒŽ d" ÙÈA®Æ-Be> Pˆ"£¥(C9äôþwÉ7¦4ÌaK(` ØÁNp†+Üà/Hð/üà"ÁA(ÂŽ êp#ùS”Ó˜Á,æ0,b ËXÁ*Ö°Ž lb ÛØQ^A{ØW®ždÈ  mèÈþSУԇ*ðmò«(«QƒZÔ¡ hDšÑ‚V´Ay½Åt¢ ÝèA/úÐ bÃÁ(Æ0Ž|G9þ”шA,â$" ÉHA*ÒŽ d" ÙÈA.ò¢Å(A©òOþQ9}Ty¨êÐsšS²êCƇjEiÖªÒ¬;4u¨þ±fukDšÑ‚V´¡èDºÑƒ^ô¡Ä†1‚QŒ©.þ@û©l?¢ƒXÄ! HD’‘‚T¤!ÈD²‘å…%ò¢Å(A)ÊP9nÀ šÌÿC ‚÷ÍaK(` ØÁNp†+Ü”Z/Hð/üà"ÁA(ÂŽ Í š×S>Oþ4ã1ƒYÌa XÄ–±‚U¬aØÄ¶±#S^Aƒù}(ß,È  mè€7‚> PAn%^B5jP‹:Ô£hB3ZЊ6´£èB7zЋ>ôcƒÂ0F0Š1Œ#‘xшA,â$" ÉšÊK2þHS^¥ÈD²‘ƒ\ä!(DŠQ‚R”¡ÊKáåøÃ æ°€%°† ìà'8ÃÊK.zÀ |à ?ø#B0BŠ0„c‚1˜ÄËÊñ§œÁ,æ0,b ËXÁ*Ö°Ž lb ÛØÁ.ö°¯|£È~eЄ6t } ‚mŒ´Xÿa¢¥©aFi XBkØÀp‚3\áxA‚|á AFB†pLh_О¤SÊöc³˜Ã<°ˆ%,c«XÃ:6°‰-å%ë°ƒ]ìa¼édЄ6t } BkZ»RËäp•VµÖõ‡£µj´L´kµ¦µê´ªµëµ¢µئMhF Zцvt ]èFzч~ `CÆF1†qD Q¸á0óŸ2qˆGµv„$Êd¤ iHG2‘…lä yÈG Q„b” e(‡œ·äF0Æ·É7S]‡ñ‡%°† ìà'8Ãnð€$øÀ~ðG„`„ aÇu˜Ä¾Cþ å,æ0,b ËXÁ*Ö°Ž lb ÛØÁ.ö°¯¥| ÅøCÚÐôa€ T¢ ß%¿†²u¨GÑ„f´ mhG:Ñ…nô }èÇ1„aŒ`cG"…•ãO‹8Ä#‰HB2RŠ4¤#™ÈB6r‹<䣅(B1JPŠ2”CNUêÐ~T£µ¨C=Ј&4£­hC;:Љ.t£½èC?0ˆ! cäK~žt\÷oåïX¾B~wø_Þ_Lv JQ†rÈac˜À æ°€%°† ìà'8Ãnð€$øÀ~ðG„`„ aÇíœÄ¦•ó³˜Ã<°ˆ%,c«XÃ:6°‰-lc»ØÃ¾²ÉAÚÐôa€ŠÃ3Ú•‡ÍWŽ9\}¸æð º5ºµ‡ctëÇèÔžÑi`hB3ZЊ6´£èB7zЋ>ôcƒÂ0F0Š1Œ#‘ˆB4žgÄRÆ! HD’‘‚T¤!ÈD²‘ƒ\ä!‡-u )‹PŒ”¢ åÃƸÏ‘oNiK(` ØÁNp†+Üà/Hð/üà"ÁA(ÂŽ :“‡S¸–¯/?Ëý9Ìc‹XÂ2V°Š5¬c›ØÂ6v°‹=ìk«~Ð*È  mè@ú0@s QˆÆËÊþ§ŒC<ˆ$$#©HC:2‰,d#¹ÈC> Pˆ"åügß!EÂ1¡wAo’ïMa¯(ÛO9‡y,`KXÆ V±†ul`[ØÆv±‡}åZÃþdЄ6t0ÊãcWÎÝZ½JÝX½*]s½jÝYÝuku¿}$V·NwV¯^×üHÛ7¢ ÍhA+ÚÐŽt¢ ÝèA/úÐ bÃQæc ãˆ@$¢—ð#ô?e<ˆ$$#©HC:2‰,d#¹ÈC> tº…”E(F JQ†rÈõ˜ÿ0† Ìp=ù”–PÀ6°ƒœà W¸é)/­Åü‡øÂþ@ ‚Œ„" ᘠ“˜Â4fpùs”óXÀ"–°Œ¬b ëØÀ&¶°ìbûÊ×2dЄ6t } •¨B5jp-ùu”õh@#šÐŒ´¢ íè@'ºÐô¢ýÀ †0ŒŒb ãˆ@$¢\§Êx$ IHF R‘†td YÈFr‘‡|(ÿO¨E(F JQ†re>Ç@å‘:ýª#sGªXè׉;R{¤îÈKúszõG,Ž4P—F4¡-hEÚÑNt¡=èEú1€A a#ÅÆHD!1ˆÅ‹ú´Ÿ2‰HB2RŠ4¤#™ÈB6r‹<ä£àˆµn!eŠQ‚R”¡rÁ&0Ãx…|KJ¬a;8À Îp…<à >ð…”e @ ‚Œ„" á˜Ð¿ ?É8La3ø.¿Lþ<÷°ˆ%,c«XÃ:6°‰-lc»ØÃ¾òÿÙ— šÐ†ô TS‰*T£µxõh@#šÐŒ´¢ íè@'ºÐô¢ýÀ †0ŒŒb ãˆ@$¢Ä"N9þH@"’Œ¤" éÈ@&²ä"ù(@!ŠPŒ”¢ åÃÆ0Ìñ‚¾™`I©€5l`8Á®pƒ¼ Á¾ðƒ?ˆ #¡C8&ƒILa3˜ÅóÊñ§\À"–°Œ¬b ëØÀ&¶°ìbûØ šÐ†ô T(çÿQÚ˜Á°„Ö°àg¸Â ð‚øÂþ@ ‚Œ„" á˜0¸`0I=¦0ÌbNÙ~,`KXÆ V±†ul`[ØÆv±‡}dÈ  mè@ú0@ÅQKƒÊ£óG«ŽÖT7¨9:oP{ÔÒ°îhýÑïÆm`›F4¡-hEÚÑNt¡=èEú1€A a#ÅÆHD!1ˆEn4dþS&" ÉHA*ÒŽ d" ÙÈA.ò‚£6º…”E(F JQ†rÈ Ãf0‡®%_Ai ØÁNp†+Üà/Hð/üà"ÁA(ÂŽ ê0‰)Lc³˜Ãuä/P.b ËXÁ*Ö°Ž lb ÛØÁ.ö° 4¡ èA¨@%ªPÔ¢דß@Ùˆ&4£­hC;:Љ.t£½èC?0ˆ! c£Ã8"‰(D#±ˆÃ Êñ§LD’‘‚T¤!ÈD²‘ƒ\ä!(DŠQ‚R”¡rúèVÞs¿¡IÉû78gº•5á Ž[ ÿ=ÿw ù¯“ ù¯“ ù¯“Ë¿)ÿfò_#ÿfò_#ÿfò_#ÿæSþMä¿JþMä¿JþMä¿JþMÿ¦ü;ɇü;ɇü;ɇü;ÿMùwÿ6ùwÿ6ùwÿ6ùwþûþOxœ¬D" шA,â¯<‘ˆ$$#©HC:2‰,d#¹ÈC> Pømºö¿Iûo£ýoÒþÛhÿ›´ÿ¶SûޱþÃf0‡,¡€5l`8Á®pƒ¼ Á¾ðƒ?ˆ #¡C8&Œ.MÊYÿ1ÌbóXÀ"–°Œ¬b ëØÀ&¶°ìbûÈAÚÐôa€Šc‹†•ǬåUÇåÕÇå5Ç jYÖK1ª?ÖhØp¬ñØMÇ5[4j>f}¼åX£Q+Ïk;fmÔ~lñX÷;Ñ…nô }èÇ1„aŒ`cG"…hÄ qˆGn>Μ£LF R‘†td YÈFr‘‡|sÐ-¤,B1JPŠ2”CnÄøÃ&0ƒ9,` î ߆Òp‚3\áxA‚|á AFB†pLP‡ILa3˜Åæ±€;É_¢\Æ V±†ul`[ØÆv±‡ýcÊÉÍøCÚÐôa€ T¢ Õ¨A-êPÜF~e3ZЊ6´£èB7zЋ>ôcƒÂ0F0Š1Œ#·sü¿Åñ;Çÿ[ÿ·sü¿Åñ»úø¿ýøÿžã¾œl9}TyÜF^uôcƒÂ0F0Š1Œ#‘ˆB4b‹8(/ñ€D¼©¤ iHG2‘…lä yÈG Q„b” e(‡F0† Ì` XB¡¼Ì8ÞQŽ?àg¸Â ð‚øÂþ@ ‚Œ„" á˜` &1…iÌ`s˜Çñ¶rü)W°Š5¬c›ØÂ6v°‹=ì+× ž'ƒ&´¡=èÃÊù‚Í`3˜Ã–PÀ6°ƒœà W¸Á^à_øÁD‚‚P„!&L&©Ç¦1ƒYÌa XÄ’²ýXÁ*Ö°Ž lb ÛØ1Vþ&<íÇ>2dЄ6t } âIJaå ;yÕ‰dyõ‰fy͉eƒÚv†u'ÒŒêO46œX6iÑv¢Ù¤ýD²IûèDºÑƒ^ô¡Ä†1‚QŒaˆD¢ƒXÄ! HDn5eþS¦" éÈ@&²ä"ù(8á¬[HY„b” e(‡Ü„ñ‡1L`sXÀ X÷‘ï@ég¸Â ð‚øÂþ@ ‚Œ„" ᘠ“˜Â4f0‹9Ìc‹XÂíä¯P®b ëØÀ&¶°ìbûÊ?¹%CMhCzЇ*P‰*T£µ¨C=Ј&ÜA~ e+ÚÐŽt¢ ÝèA/úÐ bÃÁ(Æ0ŽD" шA,â$" w*ÇŸ2iHG2‘…lä yÈG Q„b” e(‡œ>ª4£ý¨F jQ‡z4 MhF Zцvt ]èFzч~ `CÆF1†qD QˆF b‡x$ IHF R‘†td YÈFr‘‡| E(F JQ†rÈac˜À æ°€%°† ìà'8Ãnð€$øÀ~ðG„`„ aÇc:‰)Lc³˜Ã<°ˆ%,+ç?V±†ul`[ØÆv±‡}dÈ  mè@ú0@…éŠa¥©ƒ¼Ê4E^mÚ"¯1]1¨5u0¬3M7ª7m1l0]1i4u0m2M1m6m1}ãdËÉVÓ”“m¦'ÛMWÌ:ÈèDºÑƒ^ô¡Ä†1‚QŒaˆD¢ƒXÄ! H„ò²ÑÉxý$ãO™†td YÈFr‘‡|˜ºêR¡%(EÊ!‡Œa3˜Ã–PÀ6¸¯‘ïDé W¸Á^à_øÁD‚‚P„!fÌ&9§0ÌbóXÀ"–pÛ¿Jþ*÷×°Ž lb ÛØÁ.ö°o¢ú*AMhCzЇ*”óŸ}Ãf0‡,¡€5l`‡·•í‡3\áxA‚|á AFB†pL˜_0Ÿ¤S˜Æ f1‡y,`KXÆ;ÊöS®aØÄ–™ò#ki?v±‡}l/ƒ&´¡=èÃ'W +O:É«N¦Ê«O¶ÊkN®Ôžt2¬;™aT²Õ°ád«yãÉTó¦“NæÍ'WO¾y²õäm§RO¶\5o?étªƒ}t¢ ÝèA/úÐ bÃÁ(Æ0ŽD" ш•öSǪO±#–¯ã$" Éx ·³Me:2‰,d#¹ÈC> Pˆ"£¥'ÿö^ðuåïš3þ0‡,¡€5l`ÜB¦3¥+Üà/Hð/üà"ÁA(ÂŽ ò'1…iÌ`s˜Ç±„e¬àVò×(×±Mla;ØÅö•m#CMhCzЇ*P‰*T£µæÏª£¬GÑ„f´à&òÛ(ÛÑNt¡=èEú1€A a#ÅÆHD!1ˆEâ‘€D$!)¸Y9æ”éÈ@&²ä"ù(@!ŠPŒ”¢ åÓG•§œåU§Òäu§Úäõ§Ö N96žÊ4j:ÕfØ|*Í¢åT›E멵Sm§œ-ÚO¥ê8Õyê-‹5ó®SΧº©Kzч~ `CÆF1†qL ŒÜråüç~$¢åœGâ‘€D$!)HÅ›´Ÿ2™ÈB6r‹<ä£à”‡n!eŠQ‚Re>Ê!‡Œa3˜Ã–PÀ6Ê\îÄ;ä»RºÁ^à_øÁD‚‚P„!\Ù,&‡)Lc³˜Ã<°ˆ%,cwð¼·É_çþ6±…mì`{Ø7ÿÛË  mè@ú0@û©DªQƒZÔ¡ hDšÑ‚V¼†vt ]èFzч~ `CÆF1†qD QˆF b‡x$ IHF Rñªrü‘Ld!9ÈEòQ€B¡%(EÊ!‡Œa3˜Ã–PÀ6°ƒœð†rüáxA‚|á AFB†pe>cdcåø33˜Åæ±€E,a+XÅëÊñ§ÜÀ&¶°ìbûÊ?0g;4¡ èA¨PÎÿÓäÃf0‡,¡€5l`8Á®pƒ¼ Á¾ðƒ?ˆ #¡C8&,/XNR)Lc³˜Ã<°ˆ%,c«XS¶ØÄ¶±ƒ]ìaßâoÆ-ƒ&´¡=èÃ§× +O»Ê«N§Ë«O·ËkN¯Ôžv5¬;eTºÝ°á´«eãéõÓM§Û-›O§[¶œ^·l=íz¦ítûé;ΤŸî`èB7zЋ>ôcƒÂ0F0Š1Œ#‘ˆB4b‹8Ä#‰HB2RŠ4Üy†ùO™‰,d#¹ÈC> N{éR¡%(EÊ!·düa ˜Á°„Ö°àgÜD¾¥¼ Á¾ðƒ?ˆ #¡C8&¨Ã$¦0ÌbóXÀ"–°Œ¬b 7“¿A¹‰-lc»ØÃ¾òOøÉAÚÐôa€ T¢ Õ¨A-êP4¢ ÍhA+Úp ù”èB7zЋ>ôcƒÂ0F0Š1Œ#‘ˆB4b‹8Ä#‰HB2RŠ4ܪÊLd!9ÈEòQ€B¡%(EÊ!§î=$hR¦Ô¥à5û^ÖŒ8¶î=ó¯ùˆ{ÈŸü{ÈŸü{ÈŸü{Ôù÷ÿ>ù÷ÿ>ù÷ÿ>ù÷ü‹òï&ÿ=òï&ÿ=òï&ÿ=òïVçßMþ{äßMþ{äßMþ{äßý/Ê¿‹üwÉ¿‹üwÉ¿‹üwÉ¿Kùï’ùï’ùï’׿(ÿAò?!ÿAò?!ÿAò?!ÿAuþƒäBþƒäBþƒäBþƒÿ¢üÈÿ˜üÈÿ˜üÈÿ˜üÔùÿ1ùÿ1ùÿ1ùü‹òï'ÿ#òï'ÿ#òï'ÿ#òïWçßOþGäßOþGäßOþGäßÿ/Ê¿üÉ¿üÉ¿üÉ¿Où’ù’ù’ß¿(ßÈŠõ&0ƒ9,` ¬a;8À Îp…<à >ð…ü€@!!EÂ1a}ÁzRÁúiÌ`s˜Ç±„e¬`kXÇ6±…mì`{ØW^j‡ 4¡ èA¨°Ú4¬´òWYeÊ«­:å5V›µV†uV9FõV† V›g­<MV™Šf«NE‹Õ¦e«•Ç™6«Ì3íVg:¬:­î:›iÕeµiÝmåq¶ÇªÓº×*ÓºÏÊúßjÓj€ŒA a#ÅÆHD!1ˆEâ‘€D$!)H…ò“[Ó‘»Ï²þSf#¹ÈC> ¬|t )‹PŒ”¢ å[3þ0† Ì` XBkØÀp‚3\á†È÷¢”à_øÁD‚‚P„!ÔaS˜Æ f1‡y,`KXÆ V±†ulàAò·(·±ƒ]ìa2hB:Ѓ> PJT¡5¨EêÑ€F4¡-hEÚÑûÈï¢ìFzч~ `CÆF1†qD QˆF b‡x$ IHF R‘†tdà~åøSf#¹ÈC> Pˆ"£¥(C9äôQåY/yÕÙ,yõÙ.yÍÙ-ƒÚ³^†ugsêÏv6œÝR­2–ü«€5l`8Á·+Ï•¥r.PJð/üà€3nº”AFB†pDp¼FþýòXB<ûJ@"’Œ¤" éÈ@¦²ýÈFr‘‡|œõÕ-¤,B1JPŠ2”C#Ãf0‡,¡€5l`8Á®pýÊ6C‚|á AFB†pLØ\°™d¦0ÌbóXÀ"–°Œ¬b ëØÀ=ÊùO¹ìbûøž šÐ†ô TØ0þ¨B5jP‹:Ô£hB3ZЊ6´£èB7zЋ>ôcƒÂ0F0Š1Œ#‘ˆB4b‹8Ä#‰HB2RŠ4¤#™ÈB6”Ÿ“‹<䣅(B1JPŠ2”C#Ãf0‡,¡€5l`8Á®pƒ¼ Á¾ðƒ?ˆ #¡C8&ƒILa3˜Åæ±€E,a+XÅÖ±Måøc;ØÅö!!ƒ&´¡=èÃl‰(D#±ˆSÎ[ÚkØÀp‚3\áxA‚|á AFB†pLØ]°›¤S˜Æ f1‡y,(çuiB3ZЊ6´£ÊõÝèA/úÐ bÃÁ(Æ0®œÿ¶Û†•¶’¼Ê6[^mÛ-¯±Ý6¨µ• ëlóŒêm» l·Ï4ÚJŠ&ÛlE³m·¢ÅvÛ²ÕvϦÍ6ûL»m÷™Ûm»N[ɾ˶ÛöûlÛ[É®×v۶϶ۮß6Ûn€6bÃÁ(Æ0ŽD" шA,â$" ÉHA*ÒŽ d" ÷Ú3ÿ)s‘‡|ØúéR¡%(EÊ!·cþÃ&0ƒ9,` ¬a;8À Îp…<à…ûÈ÷¡ô…ü€@!!EÂ1A&1…iÌ`s˜Ç±„e¬`kXÇ6±…ûÉß¡ÜÅö!!ƒ&´¡=èèDªQƒZÔ¡ hDšÑ‚V´¡èD ¿‡²}èÇ1„aŒ`cG"…hÄ qˆG‘„d¤ iHG2‘…•ãO™‹<䣅(B1JPŠ2”+ó9*h?ªQƒZÔ¡ hDšÑ‚V´¡èDºÑƒ^ô¡Ä†1‚QŒaˆD¢ƒXÄ! HD’‘‚T¤!ÈD²‘ƒ\ä!(DŠQ‚R”¡rÁ&0ƒ9,` ¬a;8À Îp…<à >ð…ü€@!!EÂ1Á˜Mb Ó˜Á,æ0,b ËXÁ*Ö°Ž lb ÛÊù]ìa_yeO2dЄ6t } Â~ǰÒÞG^eŸ#¯¶ï‘רïÔÚûÖÙçÕÛ÷6Øïœi´÷Q4Ùç(ší{-ö;–­öû6mö9gÚí{ÎtØïØuÚûØwÙçØwÛ÷ØàØãØkŸãØgïãØo¿ã0@1„aŒ`cG"…hÄ qˆG‘„d¤ iHG2‘…l¼ïÈøSæ!öþº…”E(F JQ†rÈac˜À æ°€%°† ìà'8Ãnð€îÆ{äûRúÁD‚‚P„!&9§0ÌbóXÀ"–°Œ¬b ëØÀ&¶pû{—ü]îïaÉ  mè@ú0@…rþóc˜À æ°€%°† ìà'8Ãnð€$|¬l?üà"ÁA(ÂŽ § N“Ôa Ó˜Á,æ0,b ËXÁ*Ö°Ž lb ÛøDÙ~Ê=ì+¯MË×2hB:Ѓ> Pá¸kXéè+¯rÌ•W;öÊkw j} ë Œê{ wÏ4:ú*šsÍŽ½ŠÇ]ËVGÁ¶Í1÷L»cï™Ç^§NÇ\§.G_§nÇ]Ç{ï;—ëØç¸ëÔïè{n€ŒA a#ÅÆHD!1ˆEâ‘€D$!)HEÒ‘Ld!áþsÌÊ|8èR¡%(EÊ!wbüa ˜Á°„Ö°àg¸Â ð‚ÜC¾¥?ˆ #¡sR^-˜ñ§“˜Â4f0‹9Ìc‹XÂ2V°Š5¬c›ØÂ6vp/ù{”ûP^*XMhCzЇ*P‰*T£µ¨C=Ј&4£­hC;:Љ.t£w‘ßGÙ bÃÁ(Æ0ŽD" шA,â$" ÉHA*ÒŽ d" ÙÈÁÝÊñ§ÌG Q„b” e(‡œ>ª<ç'¯:—'¯>×'¯9·gP{Îϰî\¡Qý¹>Æs{gÏù)šÎå)šÏõ)ZÎíY¶ž“Ù¶Ë;Ó~®ïLǹ<çÎs}Î]çöÎuŸósî9—w®÷\ß¹œ÷œúÏù .ƒÂ0F0Š1Œ#‘ˆB4b‹8Ä#‰HB2RŠ4¤#™ÈB6r‹i?e Q„b” e(‡F0† Ì` XBkØÀp‚3\áxA‚Ä'äûS AFB†pL8_pžd¦0ÌbóXÀ"–°Œ¬b ëØÀ&¶°<À~?&ßIu‰lAMhCzЇ*Ø®U¨F jQ‡z4 MhF Zцvt ]èFzñú1€A a#ÅÆHD!1ˆEâ‘€D$!)¸ÒäuÛe—.ÅŠË–åªË®ÍšKÖ™u—®3.YΛ.[.W¸nÛvñrÞqñrÙuÙrÞsérÙwÉr\é hB:Ѓ> ‡Œa3˜»ª®3îòò÷ßÉv€œá 7xà*¶“(}à‹”ã"ÁA(ÂŽ Æ`S˜Æ f1‡y,`KXÆ V±†ul`W’¿M¹ƒ]¼¯JRMhCzЇ*”óß…6Ãf0‡,¡€5l`8Á®pƒ®V¶ŸÒ¾ðƒ?ˆ #¡C8&\/¸NR)Lc³˜Ã<°ˆ%,c«XÃ:6°‰¯(ÛO¹ƒ]ì)ÛååßeЄ6t } Âeß°ÒÅ_^å’/¯vé—׸ìÔºøÖ¹Õ»ô6¸ìŸitñW4¹ä+š]ú-.û–­.š¶m.ùgÚ]úÏt¸ä;wº¹~յߵÛ%ßµÇeßµ×Åÿ|ŸK¿Ëçó]ÈĆ1‚QŒaˆD¢ƒXÄ! HD’‘‚T¤!ÈÄ×h6er‘‡ϳþQ¢Å(A)ÊP®Ìäy1ˆEâ‘ XBkØÀH¥_ÓŽ dÂ[™O™ƒ\¼‹»”ù”…(B1JPŠ2”+ç?u˜Ä¦1ƒYÌa XÄ’rΑá 7xÀK9çà_øÁÄÝäS† aG"… T¢ Õ¨A-êP4¢ ÍhA+ÚÐŽt¢ ÝèA/úpù”ƒÂ0F0Š1Œ+×úÀÆ0ÌaK(` åúÇö)ÊþGÒ‘Ld)û9ÈEîUö?e!ŠPŒ”¢ åÊ|úõÑC‚pX‹ò0¥åÊ£”êÿ|ô8_³þ=jJiNyŠò4¥úÿ=+ßd_ò~â0¯9²¦Vî÷ü?÷ÿ¯Eþ#äk‘ÿùZä?¢Î„|-ò!_‹üGÈ×"ÿuþ#äƒüGÈ×"ÿòµÈäŸÌ˜üCä?Lþ!ò&ÿù«ó&ÿù“ˆü‡É?DþÃêü‡É¿†ü‡É?DþÃä"ÿá2ÿ!ò5Ȉ| ò"_ƒü‡Ôù‘¯AþCäkÿùä?¤Îˆü¯“ÿùä?D¾ùý“ùO’oHþ“ä’ÿ$ù†ä?©Î’|CòŸ$ßü'É7$ÿIuþ“ä_Oþ“ä’ÿ$ù†ä?ùOæ?AþQòŸ ÿ(ùO”ü'ÔùO”ü'È?Jþä%ÿ uþä_Gþä%ÿ ò’ÿÄ?™ÿ8ùGÈœü#ä?NþòWç?Nþò'ÿù“„üÇÕù“-ù“„üÇÉ?Bþãÿdþcäë’ÿùºä?F¾.ù©ó#_—üÇÈ×%ÿ1òuÉLÿùß"ÿ1òuÉŒ|]òû'óÜY`3˜Ã–PÀ6°ƒœà W¸Á^à_øÁD‚‚P„!<&ÝXÿ1ÌbóXÀ"–°Œ¬b ëØÀ&¶°ìbûÊÆ!CMhCzЇ*ÜeòJ÷@y•{¡¼Ú}P^ã.3¬u4¬s/1ªw4lp—)ÝMî…Šf÷AE‹»ìL«»Žm›{á™v÷Á3î2·N÷@·.÷B·n÷A·wÙù^÷Àó}î…çûÝϸº?äYè>ä.óvôqôu/ôsôw—yDP‡HD!1ˆEâ‘€D$!)HEÒ‘Ld!9ÈEòQ€‡=Yÿ)‹Q‚R”¡rÆÆ0ÌaK(` ØÁNp†+Üà/Hð/üà,‰ˆÅâ£b‰ø˜X*>.–‰Oˆåâ“b…ø=±Rü¾X%>%V‹?kÄеâÄ:ñi±^ü±Ø þ‡Ø(þ§Ø$þDl*¶ˆ?[ÅŸ‹mâ/Ävñ±C|Vì)v‰ÿ%v‹¿{Ä_‹½âoÄ>ñ·b¿øßâ€ø;qPü½8$þAÿ(ŽˆGÅ?‹câ_Äqñ¯â„xAœŸ§ÄçÅiñqF|Qœ_çÄ—ÅyñqA|U\_—Ä×Åeñ qE|S\ß×Ä·ÅuñqC|WÜß·Ä÷ÅmñqGüPÜ?÷ÄÅ}ñQ4$™tHÒ”´$mé°¤#éJzÒI_:*H†’\:&IÇ%cé„d"™JfÒIÉ\:%YH§%K錤¬$ké¬d#ÙJv’½ä 9JNÒ9ÉYr‘\¥ó’›ä.yHž’—$J’ä-ùHWH¾Ò•’Ÿt•ä/]-H_‘¥¯JAÒפ`éëRˆt*}C “¾)…Kß’"¤k¥Hé:)Jº^Š–nb¤oK±Òw¤8é»R¼t£” Ý$%J7KIÒ-R²t«”"Ý&¥J·KiÒRºt§”!Ý%eJwKYÒ=R¶t¯”#Ý'åJ÷KyÒR¾ô T =$JKEÒ#R±ô¨T"=&•JKeÒR¹ô¤T!}Oª”¾/UIOIÕÒ¤é‡R­ô#©NzZª—~,5Hÿ!5Jÿ)5I?‘š¥ŸJ-ÒϤVéçR›ô ©]zFêž•:¥_J]ÒIÝÒ¯¤é×R¯ô©Oú­Ô/ý·4 ýN”~/ I†¥?J#ÒŸ¤QéÏÒ˜ôi\ú«4!]&¥ç¤)éyiZzAš‘^”f¥—¤9éei^zEZ^•¥×¤%éuiYzCZ‘Þ”V¥·¤5émi]zGÚÞ•6¥÷¤-é}i[ú@Ú‘>”v¥¤=éci_úD¼5¼eÞ‡¼5½µ¼µ½{ëxëzx]|þñ5ÕõM^qxàèß;£}\ó©C'4L5L8ô”Öq½3rÕg÷x;x;z;yŸóvövñvõ>ïíæíîíáíéíå-zKÞÞÞ>ÞWxûz_é­Üú£ƒÏ¶;/¿ôœç?µžV¥n\T“ß›ýÌS}Oµõ›œg7â} çZßSXßCV‚ð²ãßî?«ÿ‚ú ë‚é¨?©KdÛß«>:îµT×o1ø4ÁÏûQïï¿Ýÿ­ìvϾÁõ}Õ‡âýÕòâÚÕœ¹½¦q­ùçÏØÞQž¥êð]™ ¼$ûŸÎï~ú%Ÿ"v«Ó'ªv>ÏÞ> ï°§3ê½]mÇ{·/Ûã/ôOŸ|g½x0bßõü¦ê™WŸyÛmÞçßë­Þã±cú?Ô{åð…ÏÔáåßf?b|ΫÇÈÅâoå:7ªûÂÂóÒçh©zê.ï6M>}ì*‹·Ï~¾~ï©ÓÊ¿´Þ][ë1ïƒÞ>õÏÿÖì.êw÷‹Z÷WzîVë/zÆ×Ô£šísÈýâÇÏñŒ3Nï2žw~é!zÛ©ö ¼{yAÕþ»Ô½'?ö¹§M©ûñ)«/ÚãõÌÒ_³‡GÔýþMå'M¨ó?üÜ3îðüüš}.ýú9u«þzìâGwUŸ;©¥qþ?êMÑë¶«?¡²]q í<£¸ñþ‘öwt¿ûfømªã7ÒÇóŠO Q×*”ònÚó;½>S÷k}t¼>×>‹ÏïûFr W^=¢ªáÑK¿ûªÃ—ÕéiûgžqU|á»/—KFêãÏ}(üì>ûÈëŸÛæ¡Kú÷›fªã@{ä`4Ñ:XEµ.ÞòOê#åQÚu½òÚòª÷×è5 ¿R &Êß;^fÚÓâ§>©¡îà(ºCõ) _3hõ¾•ž½^ý™ '”׃óüG£ë©8ïúéý·ì­>Ê¢”s_yÍcõúø(mÕà§ŒåŸõ.~þI½okžøLÿÿÔöo¥¡ö¥ÿò3³ò'éUõ_9Ÿõ„{UÛ¯3~ :îo8f)$Ô.›Ç¾â«þ¹Æ%{/Ùï¯ÔkF=÷“ƒš¹x|íä%Ÿmé}ñW¥M¶¾Ÿ™wê#í÷ºßQ=2&Vªµó½å¢ü¯ªæÍ½¾à¯GØãTGúõôÈ'¶¿RÍËÇÔϽCõû´/(?¹OUÿÛµN˜ÓøñE뜕jv^4/ŸQõ½Ì÷žc—&éªÚvŸs_ù[誶9Úyšü}‹¨>µãëêG~ãzå%Ç€©ìÛ¯„?Öý’Ÿ…ùü‡êÕó/­ Pþ ÒEÛ¿vÑL©÷WÔ_ÛÚ>¨¸x_^ê5ÁVõèŽ×ƒ¿›ø1}âçsÍ%ãle=Èóæ,ÑŠCÆïr_AKª¼6ûÁV¤×ÿ¤êÓg©ç´òW”¿gdlÙò ßW”W“¼hämÏÑ;LûãÏ\çñ U[zäï|ßñA½SçþvV݇g?¡íß:$·¨Žò,ïTk˜×ù>·ûÔÇÆØ6Þ¯ýá\Gò!žóu›¢Ö'/jÿ»ª¾¬?è¡5ž{ùíªy÷÷G•¿]@½¿©êËk^ôÚ¦ÞGÏ%3ôäÿðzzÖô&õû6ý{Å%ë|’÷yƒ—Ì>ÿœßi^ò•ú£€my¾®ªÏ©gÎ˪W“_\ôŠzDùûQªùô•Ÿ>vÚà”*õw½"G^ùEug&øø©W؃¹ôí‹öï¨ì§÷m?ýú¨üó{™?Ø÷YÙsÆŸgw.ª{¦Œnü§cd£Î †¢v2ù?=XOn`-7¥º0½è è+láÂÊ}­Öç³ÿÃÛñ’G+ýæ—ÝÝz§Õ«|597°×S®÷ËžVÕÀÖÈŠQzN~«F˜ßߟý½=ImÕ+õc—¼N]áñ÷û‡ÅWM¬Ôg#×_ÔcÖêýÅÒ+/RëQŽ‘kuž:Xû«¼"µ÷¥­ò}F}=ÄUGÔ¾Öî—êg\­:3ÿýe%»ÇÛ—½>©Z>9Èt½JýZÃ3¾§ûã‹^e®`v<ÃlzN5¶O¬}«žÿÓ™à5´üg8GÞQÕ|ö’^¤?WͲÇTõ(öP‘WÙýò`¸ÿ`lnUÜú¹×üYqoR¿VÜg𢽻öq^³®ø'~Âûè%«ø‹‡.zM¡õW*?×TÝÊ/˜÷š¬½h%ºRöﲫ~®Zƒ\8¯W³k—÷?R¿V>rÉzü!-¼Iû ŸW4nÔ¾NûGú/+?ç‹ç ù¾ú™×ð+?]+ÕëЯU}sîÄkŸé—ûUÏ»Íókô÷iåOÈy…zÿsGÝyõ™ç_Ôý÷gõª²§ž}'T¯Z™´~“Ù¡uÉšs£ÎµêW«Ï} xÖEm¾éªƒÉÛê`$‘ :~ÂÊý²Ã_ÒÆó½j¾íõÕƒ³†ÇÔû?8ÒQIW©æê³qUÕ7ºŒçZmÞ_—™ª¿s‹³Ä>nP½«ú…¿êÜ[6|ð ðÄÁëü‡í<ˬ|„Gµ‡ë´¾ðoDY^±bÏøüY=*þŸßîÚƒãþ ƒ¿`ý»æ’çØ{ü^ñ…gÉÔèƒcŸÜ”–Õ^9¥ž]׿IïmŽ-QÕ3SŸ;LUß®ªÑµ/©ú@Ë÷†óO]õ¢3#pþ×fϨ^+®S½Þ:œwVÕÍJuDÖ©ëõ_=ÀVϨߥž'ûk¶Ïøõ}ª‘Òb§8*î2xñÊ›©ýÚòÕ+þ¾Ý³ÚÕ>??úçƒs€û®þû÷®S^[NÝZofÛŽ·û¿à}ä/.:S³gÎ?õ™w.ÏžjSØóØÓªögÕªëÉÌàÊüƒãÛÅï£cgÞeF;RׯZ|ùêñ‘Ö?~•j_ßÓþ¡ÆÔ+€÷%gtsôvóÄÂðõL~êoç VϲÎ?ïŸxp¼ˆÌ×NßÎ^ÎÒ'·\ôÓŽûhÝ5ª£îZ·_¬Ô‡˜UöÞרgû·>=Ž®ø²|>¯ò½Qýúþ'SŸTõ¶¯ú¿¨ezpT¾çý…Ͼèl£€cÀ@4ýúñ}Úò‹ÆcY=¾QЧNœÕ{Ùø Úþ8ßr»ÖÞ]Õ“ªÚóKõsžV¯g~/üPU“QÕ±õÚ¯z§<pÄý‹êTÐðó€¶€_´<ðé£ÿÐð«CÕs²TýóS.Ÿ9÷;áô_ªzôŒü%`<à¯&ž ˜ x>`:à…€Õ3|žTeR~v·ûÁ{AuÛ?QßG—œßVe5©žwœs›TmÑQ=jÄ£©ï n4VÚç~>óäç~âM ¾%»ó¢3Æï wSZÃQšêösÛ‹·ÏT¯iÏ1²W^”t›UýEGß²jÜÿóä«§ßPÍ¥ûô¾ühxKÕ·/Û|¨ÞÆŒš<£êƒ«t*Õ#ñ3Ë›˜[W|ÁØÝ¨~µÚTµV¡·•¿³êz—ª'Ôm?rѹӓœs¼t/oºýI½¥-ßyé õÏôÝ[çwfóMßPÏ6-Îþh¢îŸg™{¿W=ã[ªuÚÅíþÏœmÿâjƒ0_EÓ×x»Ÿš\P=÷_°fÿÆK×îWŸ}ôõ+¯‰jÖ´ø›«Gñ׌Æ5VÏzܬúúfUÏU\u·Ó€÷ÿÃÙ[ÇEµµýÃb!" " "¢‚¢"Ò90 53Ôîî½íîîFìîîîîîîînßÅ>sÏçœçy>¿÷QfïU×u}¯\köFJÉi¨n¯—ü¢Ì{²Á¿Iä½k§R« õûÚä¿ßրч–² Gmê»u‹åEvKåm­þi!ðe«m°ìû¿ÅXUuyþú›?tõ?å=°NžMåÿxŽwn©u÷ifÃ÷a+·ºÿs¤¦·s ÙìðG À#ȯWàR3+ÿÎz<ÿ#Þ(f«lWŠš´ˆx[Jgî.Ä麺V_aïZ÷ÿ¨©®úßh߾ЮGIksP×½÷õÂü­æQþ©²jæ4½O\Àß8Úâ$èû°º›g:àêF£\ÇYý…nU ÛüÏ£ï)s"¸_è>+•MÓÁŒ½b)[¬âù¿Q;Ýêw¦Ä µK"&Z1uU×öoQWkݵ½¹ÔÑwwœÍSèR mž°Ýj'>–¿í{ ¬õtȸD.‚ãbÿðÿ?Ouû_sïG¶Š—ÏuµÏJexMÿßftŽùßïš²2Þ–yƒ™¾Zgûí^üGîñÒ6ÒüRØ3üsÌÎ{y.çËýýúϰ™~aöP©Qgƒ¨jaÉ›0ãþx­Y—÷T«Gbóvqÿ½û¢Àê"ªMÖ×8·ágà?.‚8ÎÑÆùßí6-ÿðßl»¼»Ž‘!ÿ:ƒI—Çéà ¦¾s£a6Ë–øÚY1лÁ }ÂÀì‡õ#Âå©MÃWZçyoÅ}fc«=ÔýÝÌ’ÓÀV.#º<×°ö¨kÕŠðÀÜØ€[au{ó¯oê]"Îfõ{7¶ù1ç:ÒÞwƒõž´zŽ1G­rÙc唯®ÉëÂ{NœM°aÃj‰}¢ ¥Ö4'¾cÅñ@Ÿ¿»PUÇ­{¤X}åÊÿ¶º‡‘óÿ°ŸÇþÞ"¢¶¯NtøûX6ŸÖYhµwG#»[yk,¥»Š­±u{àÅë³ì×më±è…€Çëëÿ_\ò;ë/¿¨êWýÖW\,Ááÿ¹Wd•’³çÿÜß.azÉÛ„â¢to‚xü³EDœ„ìzÿޛѳ‡Û·cV4Íú·DŒe@ ·ÿˆÓ†”âù˜ÐœD›lJñ䬫NýC:KeѺ×:XÊŸ¬´¶ oôïkYë² ôoiµÁ{¬Ú>¼öéÄíÖèÉ-êÕÿ¡ùÝl6,øüLŒèßàAÌ×’_A[ñôoúnCd„®Z)_íÎÚbŸÝµ:–Š%f6À­3öµU þö쟑x­Ïö=ÂÇêTØé¶h°ÇËæK(éRô«v¾Îb€ïîÀâx9üktUò† àñ‚ÿæŒm^iSp÷&’Áÿ‚®± rVL«Rü?>­(Ãi†UÕª‡9…9‡¹„¹†Õs «ææåææV;¬NXÝ0ï02Â'Ì7Ì/lO„Xƒ° Ø«±Í Í ¡††–†V†0CkC¸¡!Âiˆ2Db ±†8C¼!ÁhH2$ †CªÁhH3¤Ú2 ™†,C¶!Ç`2˜ C®!Ïo(0 l@ ¨3àÂ@(m` ¬34LÖ«ÓÀ³Tqc>°eoþàý1]—, æv¨x¹T…¨™Þo¿ Ö·"ls©Ìû®ž ^üÃçö3Œÿ ÆZ 4a'Ñ”R#^¯àÜÊr«í½kd‰ì·ŽìF«ª×ˆ$3 S²dvÒÛ óÚ7¼¨œ+¸¶XÏoÅGù&ÍsÜJ*ù> H¬¥MæÎ`̸j úª~¡äÍw‹½ z¿ñŽ® bEÖv+†ŒúVÛyG¾wƒÏ~p'ÀιöR`«¾³\°®O–¼Ô‘}¬°¿ný#@ë}q;âœk,´ï6ßÎÙ}c„GÝ ’w[¶êº”þ-kªÑ&©äìtìîˆ&€¶ˆ²ótñØy®ní^ÁÕ„’:uÄTûb›×„WëV˜²‡<5=ú¿k—­Ë" è‹·‹gJžÛ4«TcR¼ŠJÞb–W÷]™â’çÝê2\ 2»lW8¾c›ï`5åÁª0V-'¬•¢{®D‹×Êjb½¦“³Sv<î÷Vë,X} øLžª#Xgt)ï1´¹c;âcÍ ‚™¾}Í3 ,y§_Œ_Âî’÷ú¶!c3ËÖJ,t1U˜X¥o ½ áHôH°Þfö烷êvRŠ›¸Ð3:ÞÛ™#¹‘¶– )Ò¡õø wmö=\÷*go°6ò°ÞÓŒvÑñ<¸¾R?iŸÛÆÌÕÞžkmðmH4Õìλ`•{íöµumØ ¾Úv;‰žcEðœ0Wpï©N!´‰3_ K·ÅᘧF°[Ãf•êÄïë-ÈØ îfä9ÞtôI)±½ÄúL×mó¢îr݆wü¸]¡XßJ°;0Ϊˆ³>›ÁU?€îºEŒ#ÎJ™ÂozÐ0ÑÑd×"‘ªäåÞ5eТ—z¤ézÄ¥‚ÀŒ1€‚à˜ôè“:î‚uLuŸæå^—Kù[tf­FðreÀ¼C»Ûçé;wN%Y’­¶ð¬~«Ôçî°˜7kÛ_¬ ît¶»´0zPê@û¢Ð¤’Ó5Ö¨¶Às 5 ¼ßÿ™ôò} ÖW¬µ§µ6Ìöp´­ÙV Sõ<¿êôRµçKú˜çþ‘¹7;ÑKãbàs°äÝç)^α‰Øe›Ý:îõ×ðßA%OOO[n‹Õ'çî,[³Ä8-A;“‡Vi£AÓ£soj–W8Qæ2àØÒ²¤õÊmëžœ¯Ñ*Y ··NwÁ˜ˤ3müÊ®L]ö& 1˜´k$~×&ÏeiŠžaTüÙ•¸¶TÎPàÓ¾l‹MÅmøû\*›œÛô^Ó0SGkÁPã8x¹k@³ò—4«2$¶Qºk&åeÀÃ啯äîÔ׋餥ü“‡õk¬<[ò±îÎVžiW\.ËxùjÍÆ?$v,­eݧ:òF…ºyõ´íø¤ýõHú} 7wýZj•¢GòË 7Áµ"+Št­Jži²<ÒRò;z³Ó÷°Â ]°ÿûZ—“j¥¿ˆ~j]ƒ›^KŒGR§‹½Õ¾Èz}¹ÝDàc·ƒ^MUh7O÷YzœY¬ÛJƊꣶÚËl=j:[)-ÉNÜϱÅRµUuI—m«WÓô•æD?c”Îvp+kqº è›â‹$9r)èOð15Ùp÷Xìßå‹^ ÎJèi³ÅÑQ©Î@® àîÃð” ¥vLTãþìÒBàw‚çÏéhî•v±þújbÜG›w¿é'T|J×ão0®—cec‡„óÝ“€$è³´ÒVt|ÔÓ½J«·÷ªL—œ#jÔ³ž8ÚV§ù,ÐêˆÆÝuûN~¶+“ìŸj4y‚;˜grÛn¥f é\é5O 3…]­4³âìª^ írp½Wô²ø1NVŸõÔª Ó?Zñ)èVb<=¢_!Ê€/ Ü´2X¦íz¶^`­ÏI-yº…µ·cÚ‰èþ€:GÓù‘kÓöزÆö%QEÛ†VÇø¬oØôtjRªf7"nLº­Š ihô­­cìÚj3u4HÑo£BþÈÖ_D7³Ö®·þKFh»¦©X€ôÖè+ÛêßÐQ¤ÛÊ"¿ÎNÓõ¿¦xF³†6Øa«]ÔÒÿê<&âiãÒc;N­ ¿èP%£=ÀAðysK­Àp²Õ/û[ùÓÛz"a'XI ЋN©w¢œ«%Åd4ç>o/w×fÛ_{®Ô+eù.gS.Ûãe|ÛZsHàõ.‡O-?Þ~¯~¥ŠÑ¢W ¦þwö­e£3ô¨'Y(yΰsÉå’_bÛxmù«ÞÓ⇶ ²ÊÓurÏ_秬‘ixdjÆ{€ÛÅ! žF]š³ÙÞͯ8­XÎ¥€kKžù—Ë*©•®'éVx5°/Ë]ô××è{]÷û'@ìð[¿ZÊ>.Ô1Ð\é[j7z¡}PÂä’'’f.JâñcNÚ«îæy:\ÕÊ,ù;%ñTDBú•Œ§†g@Ö5BÆ7þ;…®ÿµ’¦’çŠëuŒùñyV1ÑÚãdëçÀNDK*ý1F«œ[[m,W¿©UŸ&Œ Ûh?ÌÜøD‰ ŒÙ ¨ée ¨”iͯëoÔýu‰uô<–‘žèÑÀµ«Ñ·Rû‘¿b&$åï+/g:NRhZÖoo‰¶àiÉɰ Ë_v(ö‹qOæÞÌ}™û3dÌ<”y8óHæÑÌc™Ç3OdžÌ<•y:óLæÙÌs™ç3/d^̼”ióç:fZw;(óOt=ø·Ò&—¡¿kê˜[èpÞEÕÈv”Ò»f¦Y×¥s% Ônh^ɳN3`À(µ{-,íVTðnÿÄ^hõ~o@»ÅùáºÇˆ˜É÷žìd^ëê‘+´nºô‹(}熧þyØäjÉ[M]n‚1P].ùFà¬Àšiòißl4ÝÕ-ûF}å—3‘,4 Ëúïpã%#ªwdZJá0Ì/Ư¢Nã|€—RÇ‚owž3ÏFL­xVŸç¶×K»áºí»ß·ôϹä×ê@Vζjøj‹í¬ ^¬_†µŽî>"}iT³Rµ×#ºNôO=Ÿ\3½³ÍFn÷¤|ûë\E:fÙÿ¯zŸ§j\@kïÐk9З`k| Z?Š™¯sp h¬G€…Xšéb‹Á<ÀºêT,(Él<Ýú3€_G¬–Ä \¯êÿ&i'p³FÒzH vtõò)U [¯¤\Ôýþ¯dk PÖ mR2æw¶”Mr²J qU\§ÂYxVãì&ÙM³‰,H¨Y)Ÿ‘ lé @Û%»Oÿˆ—†Ú²‹ÝF‹YO6 z;»êß#°ØN1ö™ëÒF%þ‡ý]À—%öÇXúê0Ë«íØ«ËvXû¤ˆ%ôŸ 0×-µYêZ°Î¡zíþjíMVT ·í¸§D·zÆz“Cö‡+eoëùÍé [îSj0-5ðµcæ¨ÌR§€¼bê ;£·{ؤ¥çk z×߬×Õ0À¡{@—õjÀŒ¤?jÖ@V¬~å1Ю‘@—Æÿµce‹„£¼’ÿäHHÆŸß«ƒþãÝ^@¾muO $ö aÀÒl0ûw å `½L£ç)Ù¥û.ÉúÇ.pv€ÎéÏ6“âÿ¯»ÿûl£GN)zÒg¶‘ÊÕÔÎ<ùl×^ð‰ûÛ,æRyz½wpvnN^N¾u¤u6 ¯—ªkÛY+rýœPkÜA€v™!Ç’ÊG3kîÀ2<¶Z¾ÔÆo?'§»ëQb„u”š±ÃÓœóJE-^)M}À¬€w¡ö—ëwtôy}DË›žþ׸±NóÃU»Dú†^·Ÿ^Xµ®œÉ~¤5*í·Þ³‡NÇÏRò ncò9­Û ? ×kRŠjüÛ ·šÄÄdžIœl³•­õ̬†ø É7ôoŸÝo´îA™ê·,ÿÃøoãYÀ:‹³..8úo²@túµžS܆¶3åGíèëþ·¯¸ª8y³M«ø°Æo=‹mywèÁR»¹ƒlš]eŠ6جµrc¬©/@Ëв¯232(°ÂmÅM2e™²M9¦«qRzµÍ Y›ý÷Ùã¬ç0’ÿv‹÷ˆ?’¶Ý½K¬%Çdêhêdêl«ÀÔÅdó„ÖH!!ú#àõUÛI¦Ñ¦1¦±zË!aã¬=.¹Tê,åÓQýÎÝÈ —ÉÀþÞKõÖã; «)V‹ËÇ* ÇL7M·L·Mÿíé dPèy×’çǘî˜^šÒtžDÕ÷} Úùy.Ð}”6Õ´Ú£7´}iì+“ÙÞìPòcŸ2ž9^¥ôÔ^Ö\ÝüŸo‡L‡MGLNæZf³§¹"ˆ¦ƒùª™½Ì>f_³Ÿ¹¾ÙßÜÀ`mßÐÜØÜÄÜÔl1737WÿŠ0Ì¡æpss„9ÒeŽ6gëòÜbŠ1'š“ÌÉfƒ9Åœj6š!°Þ5¶h!ت ì4s®9Ïœo.0š!3 ÆÌl“ÿG¦Þ²ÑZÿ(ÿ(€¿Ý™ˆY5kævæöæ掠56¾Æ×=}òQ—Â"Ó©ËMÌÃÍ#Ì#̣ͣÍc¬Ô&>0̶·iz–¹n¢OÅóXólóó\ó<ó|ókÛgº¥N4-4¯4¯2¯6¯1¯5¯Óï1 €´˜×›·š·™·›w˜wšwYû4‰.2~³Û|Ø|Ä|Ô|Ì|Ü|ÂÜÕt?¤%XoÕŠ³L'ÍÌÍ—Ì—ÍWÌWÍ{@¿D`·[›¯™ï˜ïšï™ï›˜šéã}HXr ÑüØüÊüÚüÆüÖüÎüÞüÁœ x:Ñn]ê óKóGóóOó/óos‹ÅÞ²³Ž,•,•-U,U-Õ,Õ-õ1W$Œhíd©iq·Ô²xX<-^–Ú „ f®cñµøYê[ü- ,¶ez˜ZšXšZ‚-!–f–æ–Pýúms KkK¸¥%Âi‰²D[lÖÇýùU«¶hóuRq|y€[cÄv]KB 1–B d-ˆµ”²BV`6Ò-\gÐ+Ìæ•*x×~ø×VÕl çJÆõÌ™À‚Vˆî5®Ûöö"Jùíú±Û€¾Ï~y‚®åÞ”w3f™i™e™m™c‰êõ?ïG7ɬ\fj©Xé! ÃߪgMZ®—¼O¨Úʨ€Ä„R{ëlÉn¹Î…ý†þéçÝ v'j‚X*ÜÇ2×rÝrÃrÓrK§¿£î¿ÊëT€–9´¨ÉÓu½¿ÙÄ<¢ÍWî²Fu\v´~ ¨¿hY/ë¢g ÷âêÄ]±\µ\³Ü¶TÏuÊuÎuɽcÉìý#ZûU*šlß÷’gYýo`ÖÜòëm¼·èY²S°kÃOŸõüѽl[« hìªïxûÄVS{öZŸí£5+ ÚµÈÉî9€U¤¬1uo Ñ„R¡5V¾æùl>kb¥â?ÎC¬œÏvi¥Ï<Û}•ü¦§õ­¦– )éó* op×Zm©œQdž‡¶¸@* 9®ïŽÏɲ9Pï4„g®ô Ç?µ¬6g¹Õ?¬vk¢{ôIaz½R4¼×ixíö¬0¦v?ïy±®¹'sOåžÎ=“{6÷\®cˆ)•Ö)ëàöÇN´#È.$õHõñû®gIGNGWØ8?ô_ w¶êŒCüt]ãŽGvËI4~Òóˆ €3q¥vœò³óª.ÕgõÕãø0«DìÒüt ½ŸèiH)“Ñ·æK}¦-æÒóýÐG:ë<¿R’NEWºÅ= è_"ŸÙmŽ[‘ux,7½ZuX÷Ì÷ëͬímÛim®ã¼Šm²JÂg°Þ&[#œvÙçsÅ<)OÎSò¢Ïó“'þq¢lwY·úÃt¤û$û&w×÷½æ|«î-Ô¥tETHkL1>D(å76ÎZUÎàoÓúž`}ë3쀼¿§¸—<‹ÍÓ!Êßí¥Ëò:[cfMÔWÿ1uµ£³1¿-y,°(-Ó|êåÚõd›—u©&ê2Šþ_u¡äùrVLŽ,òRKÐõ*½)<Ìdg­…M4©y¯óÞä½Í{—gâJžœä£ùŸÌ€”§›g˜yÀ³%{Ž ºWâëf7Óµw†é˜h©»Ñ9áø?Ös „Ñù‘ñ õ ऻMï*=MÛœ— ,šDt8ÀH½6Ãÿ8AÞ?ßv2À©àÖ£èøðHbøž5¬±^?ŽOIH9 ¬SÇÖ·AÖT¹äÉø€ÊÕzæ}ÊK…œxÌ)2÷¯o§®Ê¥Y¼‹óôÜfkü+ü›¿©Vý»Ë‘ÿ2ÿUþëü'@žXÆ%ݾ xÞÛªŸ½ýß›vDú·õb)´ÏÙúÇY¡o:¯ÇËùX$,Àó~æƒÌ1‘áFô«³ÊMÚèS}`vLZÛÜùÖ&àõ½-ðr»o”-QÒú¤¯Ö1±ð4UÇbIÊ6ÝÚâ5°oWr÷fíËÚÿ‡×=û7ì¸g°î^í¾Ü»‰÷Òš}“&ŒÌê ä1W÷;¿t~^ÒŠIÌãÑuáx.mWÞäO,˜TPT0¹ÀüÏéØÚ è tÙ·4úƒ^Xå{€“âÐ €3f°ÖQQ{]úÛ*Åq¾1‡úb`i®Õt-zþرgN¹ìâüNº„ÏéžóIzQõr&{0þW}¾eº.ýšy´xƒµÛY1wÑÆÇWÀŠÍ®µ°B7 ±Ý’eX#‹%o1-H¾g¨^ ÖäÒVʽŸÓ å«!(nn­Éz¥}gä.Ð>5+Ïi ˜-08¼æ…üyÞDZ“Z ƒÉʯ·)³zØöV¤%¯É*¶YãŸyÀïìÈYo•òج­¸ ´°EaËÂV…Vß è©W¦yjhê/0KG@ÅçÐ|@sŒn‹:Ûð=Ýgkåä„®úLÖËT²µ: 4ufúmk½ürWžNÖÂŵ;¤ÿ‘'Ÿ1–séö+y_½CWsüËz‰e/ï´È} ø¸XíÁ[ÝO'\.UûXîßtñeœ§•7›¬}O'nMôùZƒ+< íDÚ}%í¬ÉüÄ]Òo#g{¼*9#R¥oäÅ´÷†‹±¿|›6/ +¼Qx³ðVáíÂÖyD†Ø|îÒðþž`¼zæ;…¯ _¾)|[ø®p¼ŽÕËûÂ/…_ ¿~/üQø³ðWáïÂ2d9@e!G¨TªÍ[]Á\ªU‡œ gÈr…j@nPMȪy@žTªÕ…¼¡zä ùAõ!¨5„¡FPÔj5…‚¡¨Ô …Z@-¡VPÔ ‡Ú@P$EC1P,ÅC P"”%C(J…ŒP”µ…2 L( ʆr d†,P. ?TBC„B„CDBDC ÄBÄC$B$C ¤BÔju€:B ÎP¨+Ô êõ€zB½ ÞP¨/Ôê €Bƒ ÁÐh(4 €FB£ ÑÐh,4M€&B“ "h2T M¦BÓ éÐ h&4 š ÍæBó ùÐh!´Z -–BË åÐ h%´ Z ­ÖBë õÐh#´ Ú m¶BÛ íÐh'´ Ú íöBû ýÐè t: ŽBÇ ãÐ è$t : ÎBç óÐè"t º ]®B× ëÐ è&t º ÝîB÷ ûÐè!ôz =žBÏ çÐ è%ô z ½ÞBï ÷Ðè#ô ú }¾Bß ïÐè'ô ú •í`{Ø. ;Âåàòp¸"\ ® W«ÂÕàê°ì »À®p Ø ® »Ãµ`Øö‚kÃuະ7\ö}a?¸>ì7€à†p Ü‚ÃMà¦p07ƒ›Ã¡p ¸%Ü ƒ[Ãáp8Ž„£àh8Ž…ãàx8N„“àdاÀ©°NƒÓá¶pœ gÁÙpl‚ͰÎ…óà|¸.„!†…1‡ ˜„)˜†˜…9˜‡X„%X†X…5¸Üîw„;Áá.pW¸Üî÷„{Á½á>p_¸Ü„Áƒá!ðPx<„GÁ£á1ðXx<žO„'ÁEðd¸žO…§ÁÓáðLx<žÏ…çÁóáðBx¼^/…—ÁËáðJx¼^¯…×Áëá ðFx¼Þo…·ÁÛáðNx¼Þï…÷ÁûáðAø|>…ÁÇáðIø|>Ÿ…ÏÁçá ðEø|¾_…¯Á×áðMø|¾ß…ïÁ÷áðCøü~?…ŸÁÏáðKøü~¿…ßÁïáðGøüþ…¿ÁßáðOøü.ƒØ!öˆRqDÊ!å‘ HE¤R©‚TEª!Õ'ÄqA\‘ˆRqGj!ˆ'â…ÔFê uo¤âƒø"~H}Äi€ ‘@¤„4Fš M‘`$i†4GB‘HK¤†´F‘6H‰D!ÑH ‹Ä!ñH’ˆ$!ɈIAR#’†¤#m‘ $ÉB²‘Ä„˜ ’‹ä!ùHRˆ@Œ Š`މP0‹pˆˆHˆŒ(ˆŠhH;¤=ÒéˆtB:#]®H7¤;Òé‰ôBz#}¾H?¤?2ˆ B#C¡È0d82‰ŒBF#c±È8d<2™ˆLBŠÉH12™ŠLC¦#3™È,d62™‹ÌCæ# …È"d1²YŠ,C–#+•È*d5²Y‹¬CÖ#È&d3²ÙŠlC¶#;È.d7²Ù‹ìCö#ƒÈ!ä0r9ŠCŽ#'“È)ä4r9‹œCÎ#‹È%ä2r¹Š\C®#7›È-ä6r¹‹ÜCî#‡È#ä1òyŠG_ /ÑWèkô ú}‡¾G? ÑOègô úý†~G ?Ñ_èo´ f‡ÙcXYÌ+‡•Ç*`±JXe¬ V«†UÇœ0gÌsÅj`nXMÌ«…y`ž˜V«ƒÕż±z˜æ‹ùaõ1¬€5ıFXÖk‚5Å‚±¬Ö ÅZ`-±VXÖ ÇÚ`X$…Ec1X,‡Åc X"–„%c,KÅŒX–޵Å2°L, ËÆr0fÆ,X.–‡åcX!a0†`(†a8F`$Fa4Æ`,Æa<&`"&a2¦`*¦aí°öX¬#Ö ëŒuÁºbݰîX¬'Ö ëõÁúbý°þØl 6Œ Á†bðáØl$6 ÁÆbã°ñØl"6 +Â&cÅØl*6 ›ŽÍÀfb³°ÙØl.6›-Àb‹°ÅØl)¶ [Ž­ÀVb«°ÕØl-¶[mÀ6b›°ÍØl+¶ ÛŽíÀvb»°ÝØl/¶ÛÀb‡°ÃØì(v ;ŽÀNb§°ÓØì,v;]À.b—°ËØì*v »ŽÝÀnb·°ÛØì.v»=Àb°ÇØì)ö {޽À^b¯°×Øì-ö{}À>bŸ°ÏØì+ö ûŽýÀ~b¿°ßXÜ·Çð²¸#^/WÀ+â•ðÊx¼*^ ¯Ž;áθ îŠ×ÀÝðš¸;^ ÷À=q/¼6^¯‹{ãõpÜ÷Ãëãþx<oˆâð ¼1ÞoŠã!x3¼9Š·À[â­ð0¼5Ž·Á#ðH< ÆcðX<ÇðD< OÆ x žŠñ4<o‹gà™xžçà&ÜŒ[ð\<ÏÇ ðBÂaÁQÃqœÀIœÂiœÁYœÃy\ÀE\Âe\ÁU\ÃÛáíñxG¼Þï‚wÅ»áÝñxO¼Þïƒ÷Åûáýñø@|>‚ŇáÃñøH|>ƒÅÇáãñ øD|^„OÆ‹ñ)øT|>ŸÏÄgá³ñ9ø\|>_€/Äá‹ñ%øR|¾_¯ÄWá«ñ5øZ|¾߀oÄ7á›ñ-øV|¾ßïÄwá»ñ=ø^|¾?€Äá‡ñ#øQü~?ŸÄOá§ñ3øYü~¿€_Ä/á—ñ+øUü~¿ßÄoá·ñ;ø]ü~€?Äáñ'øSüþ¿Ä_á¯ñ7ø[üþÿ€Ä?áŸñ/øWüþÿÿÄá¿ñ2„aO8e G¢Qž¨@T$*•‰*DU¢Qp"œ •¨A¸5 w¢áAx7@¶ÑúA†Qð!| ?¢>áO4 ˆ†D ш"Mˆ¦D0B4#š¡D ¢%ÑŠ#ZáD"‚ˆ$¢ˆh"†ˆ%âˆx"H$’ˆdÂ@¤©„‘H#Ò‰¶D‘IdÙDa"Ì„…È%òˆ|¢€($ &%$;ægxA ÁÁ!! ¡ÑŽhOt :ˆÎD¢+ÑèNô z½ˆÞD¢/ÑèO ƒˆÁÄb(1ŒNŒ F£ˆÑÄb,1ŽOL &“ˆ"b2QLL!¦ÓˆéÄ b&1‹˜MÌ!æóˆùÄb!±ˆXL,!–ˈåÄ b%±ŠXM¬!ÖëˆõÄb#±‰ØLl!¶ÛˆíÄb'±‹ØMì!öûˆýÄâ qˆ8L!ŽLjãÄ â$qŠ8Mœ!ÎçˆóÄâ"q‰¸L\!®׈ëÄ â&q‹¸MÜ!î÷ˆûÄâ!ñˆxLéO6 Ȇd Ùˆ "“MȦd0B6#›“¡d ²%ÙŠ #[“ád2‚Œ$£Èh2†Œ%ãÈx2L$“ÈdÒ@¦©¤‘L#Óɶd™If‘Ùdi"ͤ…Ì%óÈ|²€,$!&%1' ’$)’&’%9’'R$%R&R%5²Ùžì@v$;‘É.dW²ÙìAö${‘½É>d_²ÙŸ@$‘ƒÉ!äPr9œAŽ$G‘£É1äXr9žœ@N$'‘Eäd²˜œBN%§‘ÓÉäLr9›œCÎ%ç‘óÉäBr¹˜\B.%—‘ËÉäJr¹š\C®%בëÉ äFr¹™ÜBn%·‘ÛÉäNr¹›ÜCî%÷‘ûÉäAòy˜%Ÿ‘ÏÉäKòùš|C¾%ß‘ïÉäGòù™üB~%¿‘ßÉäOòù›,CÙQö”U–r¤ÊQå© TEªU™ªBU¥ªQÕ)'Ê™r¡\©”U“r§jQ”'åEÕ¦êPu)oªåCùR~T}ÊŸj@P ©@ªD5¦šPM©`*„jF5§B©TKªFµ¦Â©6TIEQÑT KÅQñT•H%QÉ”J¡R)#•F¥Sm© *“Ê¢²©ÊD™) •KåQùTUHAL!JaNIQM1KqO ”HI”L)”JiT;ª=ÕêHu¢:S]¨®T7ª;ÕƒêIõ¢zS}¨¾T?ª?5€H ¢SC¨¡Ô0j85‚I¢FSc¨±Ô8j<5šHM¢Š¨ÉT15…šJM£¦S3¨™Ô,j65‡šKÍ£æS ¨…Ô"j1µ„ZJ-£–S+¨•Ô*j5µ†ZK­£ÖS¨Ô&j3µ…ÚJm£¶S;¨Ô.j7µ‡ÚKí£öS¨ƒÔ!ê0u„:J£ŽS'¨“Ô)ê4u†:K£ÎS¨‹Ô%ê2u…ºJ]£®S7¨›Ô-ê6u‡ºKÝ£îS¨‡Ô#ê1õ„zJ=£žS/¨—Ô+ê5õ†zK½£ÞS¨Ô'ê3õ…úJ}£¾S?¨ŸÔ/ê7U†¶£íiº,íH—£ËÓèŠt%º2]…®JW£«ÓN´3íB»Ò5h7º&íN×¢=hOÚ‹®MסëÒÞt=Ú‡ö¥ýèú´?Ý€ Òt#:ˆnL7¡›ÒÁtÝŒnN‡Ò-è–t+:ŒnM‡Ómè:’Ž¢£é:–Ž£ãé:‘N¢“iB§ÒF:N§ÛÒt&EgÓ9´‰6Ó:—Σó麆h˜Fh”Æhœ&h’¦hšfh–æhžh‘–h™Vh•Öèvt{ºÝ‘îDw¦»Ð]éntwºÝ“îE÷¦ûÐ}é~tz=D¦‡ÐCéaôpz=’E¦ÇÐcéqôxz=‘žDÑ“ébz =•žFO§gÐ3éYôlz=—žGϧÐ éEôbz ½”^F/§WÐ+éUôjz ½–^G¯§7ÐéMôfz ½•ÞFo§wÐ;é]ônz½—ÞGï§ÐéCôaú}”>F§OÐ'éSôiú }–>GŸ§/ÐéKôeú }•¾F_§oÐ7é[ômú}—¾Gß§ÐéGôcú ý”~F?§_Ð/éWôkú ý–~G¿§?ÐéOôgú ý•þF§Ð?é_ôoº cÇØ3LYÆ‘)Ç”g*0™JLe¦ S•©ÆTgœgÆ…qej0nLMÆ©Åx0žŒS›©ÃÔe¼™zŒãËø1õ¦À4d™FLÓ˜iÂ4e‚™¦Óœ eZ0-™VLÓš gÚ0L$ÅD31L,ÇÄ3 L"“Ä$3&…IeŒL“δe2˜L&‹Éfrcf,L.“Çä3L!10ƒ0(ƒ18C0$C14Ã0,Ã1<#0"#12£0*£1í˜öL¦#Ó‰éÌtaº2ݘîL¦'Ó‹éÍôaú2ý˜þÌf 3ˆÌ a†2ØáÌf$3ŠÍŒaÆ2ã˜ñÌf"3‰)b&3ÅÌf*3™ÎÌ`f2³˜ÙÌf.3™Ï,`2‹˜ÅÌf)³ŒYά`V2«˜ÕÌf-³ŽYÏl`62›˜ÍÌf+³ÙÎì`v2»˜ÝÌf/³ÙÏ`2‡˜ÃÌæ(sŒ9Μ`N2§˜ÓÌæ,sŽ9Ï\`.2—˜ËÌæ*s¹ÎÜ`n2·˜ÛÌæ.s¹Ï<`2˜ÇÌæ)óŒyμ`^2¯˜×Ìæ-óŽyÏ|`>2Ÿ˜ÏÌæ+óùÎü`~2¿˜ßLÖŽµgز¬#[Ž-ÏV`+²•ØÊl¶*[­Î:±Î¬ ëÊÖ`ÝØš¬;[‹õ`=Y/¶6[‡­Ëz³õXÖ—õcë³þl6€mÈ껲YÈ6eƒÙ¶Ûœ e[°-ÙVlÛš gÛ°l$ÅF³1l,ÇÆ³ l"›Ä&³6…Mel›Î¶e3ØL6‹ÍfsXkf-l.›Çæ³l! ±0‹°(‹±8K°$K±4˰,˱<+°"+±2«°*«±íØöl¶#Û‰íÌva»²ÝØîl¶'Û‹íÍöaû²ýØþìv ;ˆÌa‡²ÃØáìv$;ŠÍŽaDzãØñìv";‰-b'³Åìv*;ÎÎ`g²³ØÙìv.;Ï.`²‹ØÅìv)»Œ]ή`W²«ØÕìv-»Ž]Ïn`7²›ØÍìv+»ÝÎî`w²»ØÝìv/»ÝÏ`²‡ØÃìö({Œ=Ξ`O²§ØÓìö,{Ž=Ï^`/²—ØËìö*{½ÎÞ`o²·ØÛìö.{½Ï>`²ØÇìö)ûŒ}ξ`_²¯Ø×ìö-ûŽ}Ï~`?²ŸØÏìö+ûýÎþ`²¿ØßlÎŽ³ç¸²œ#WŽ+ÏUà*r•¸Ê\®*W«Î9qΜ çÊÕàܸšœ;W‹óà<9/®6W‡«Ëysõ8Ηóãêsþ\.€kÈr¸ ®1ׄkÊs!\3®9ʵàZr­¸0®5εá"¸H.Š‹æb¸X.Ž‹ç¸D.‰Kæ \ —ʹ4.kËep™\—Íåp&ÎÌY¸\.Ëç ¸Bâ`áPãpŽàHŽâhŽáXŽãxNàDNâdNáTNãÚqí¹\G®×™ëÂuåºqݹ\O®×›ëÃõåúqý¹Ü@n7˜ å†qùÜHn7šÃåÆqã¹ ÜDnWÄM抹)ÜTn7›ÁÍäfq³¹9Ü\n7Ÿ[À-äq‹¹%ÜRn·œ[Á­äVq«¹5ÜZn·žÛÀmä6q›¹-ÜVn·ÛÁíävq»¹=Ü^n·Ÿ;Àäq‡¹#ÜQîwœ;ÁäNq§¹3ÜYîwž»À]ä.q—¹+ÜUîw»ÁÝänq·¹;Ü]îwŸ{À=äq¹'ÜSî÷œ{Á½ä^q¯¹7Ü[î÷žûÀ}ä>qŸ¹/ÜWî÷ûÁýä~q¿¹2¼oÏ;ðeyG¾_ž¯ÀWä+ñ•ù*|U¾_wâyÞ•¯Á»ñ5yw¾ïÁ{ò^|m¾_—÷æëñ>¼/ïÇ×çýù|ßäñA|c¾ ß”æCøf|s>”oÁ·ä[ña|k>œoÃGð‘|ÍÇð±|Ï'ð‰|ŸÌø>•7òi|:ß–Ïà3ù,>›ÏáM¼™·ð¹|ŸÏð…<ÄÃ<£<Æã<Á“<ÅÓ<ó<Çó¼À‹¼Ä˼«¼Æ·ãÛóøŽ|'¾3ß…ïÊwã»ó=øž|/¾7߇ïË÷ãûóøü ~0?„Êã‡ó#ø‘ü(~4?†ËãÇóø‰ü$¾ˆŸÌóSø©ü4~:?ƒŸÉÏâgósø¹ü<~>¿€_È/âóKø¥ü2~9¿‚_ɯâWókøµü:~=¿ßÈoâ7ó[ø­ü6~;¿ƒßÉïâwó{ø½ü>~?€?ÈâóGø£ü1þ8‚?ÉŸâOógø³ü9þ<¿È_â/óWø«ü5þ:ƒ¿Éßâoówø»ü=þ>ÿ€È?âóOø§ü3þ9ÿ‚É¿â_óoø·ü;þ=ÿÿÈâ?ó_ø¯ü7þ;ÿƒÿÉÿâóe;Á^pÊ ŽB9¡¼PA¨(T* U„ªB5¡ºà$8 .‚«PCpj îB-ÁCð¼„ÚB¡®à-Ô|_ÁO¨/ø „¡¡(4‚„ÆB¡©,„Í„æB¨ÐBh)´„ÖB¸ÐFˆ"…(!Zˆb…8!^H…$!Y0)Bª`Ò„t¡­!d YB¶#˜³`r…ŸŠÏÄçâ ñ¥øJ|-¾ߊïÄ÷âñ£øIü,~¿ŠßÄïâñ§øKü-–‘ì${ÉA*+9Jå¤òR©¢TIª,U‘ªJդ꒓ä,¹H®R ÉMª)¹Kµ$ÉSò’jKu¤º’·TOò‘|%?©¾ä/5¤†R ÔH ’KM¤¦R°"5“šK¡R ©¥ÔJ “ZKáR)BŠ”¢¤h)FŠ•â¤x)AJ”’¤dÉ ¥H©’QJ“Ò¥¶R†”)eIÙRŽd’Ì’EÊ•ò¤|©@*” – •0 —‰”(‰–‰•8‰—I”$I–I•4©Ô^ê u”:I¥.RW©›Ô]ê!õ”zI½¥>R_©ŸÔ_ ”Iƒ¥!ÒPi˜4\!”FI£¥1ÒXiœ4^š M”&IEÒd©Xš"M•¦IÓ¥ÒLi–4[š#Í•æIó¥ÒBi‘´XZ"-•–IË¥ÒJi•´ZZ#­•ÖIë¥ ÒFi“´YÚ"m•¶IÛ¥ÒNi—´[Ú#í•öIû¥ÒAétX:"•ŽIÇ¥ÒIé”tZ:#•ÎIç¥ ÒEé’tYº"]•®I×¥ÒMé–t[º#Ý•îI÷¥ÒCé‘ôXz"=•žIÏ¥ÒKé•ôZz#½•ÞIï¥ÒGé“ôYú"}•¾IߥÒOé—ô[*#ÛÉö²ƒ\Vv”ËÉåå rE¹’\Y®"W•«ÉÕe'ÙYv‘]å²›\Sv—kɲ§ì%×–ëÈueo¹žì#ûÊ~r}Ù_n È å@¹‘$7–›ÈMå`9Dn&7—CårK¹•&·–Ãå6r„)GÉÑrŒ+ÇÉñr‚œ('ÉɲAN‘Se£œ&§Ëmå 9SÎ’³åÙ$›e‹œ+çÉùr\(C2,#2*c2.2)S2-32+s2/ ²(K²,+²*kr;¹½ÜAî(w’;Ë]ä®r7¹»ÜCî)÷’{Ë}ä¾r?¹¿<@(’ËCä¡ò0y¸*“Ë'ä“ò)ù´|F>+Ÿ“ÏËä‹ò%ù²|E¾*_“¯Ë7ä›ò-ù¶|G¾+ß“ïËä‡ò#ù±üD~*?“ŸË/ä—ò+ùµüF~+¿“ßËäò'ù³üEþ*“¿Ë?äŸò/ù·\F±S쥬⨔SÊ+”ŠJ%¥²RE©ªTSª+NŠ³â¢¸*57¥¦â®ÔR<OÅK©­ÔQê*ÞJ=ÅGñUü”úŠ¿Ò@ P*J#%Hi¬4Qš*ÁJˆÒLi®„*-”–J+%Li­„+m”%R‰R¢•%V‰Sâ•%QIR’ƒ’¢¤*F%MIWÚ*J¦’¥d+9ŠI1+%WÉSò•¥PXATÁ\!R¡ZaVá^Q‘YQUÑ”vJ{¥ƒÒQé¤tVº(]•nJw¥‡ÒSé¥ôVú(}•~Je€2P¤ V†(C•aÊpe„2R¥ŒVÆ(c•qÊxe‚2Q™¤)“•beŠ2U™¦LWf(3•YÊleŽ2W™§ÌW( •EÊbe‰²TY¦,WV(+•UÊje²VY§¬W6(•MÊfe‹²UÙ¦lWv(;•]Êne²WÙ§ìW(•CÊaåˆrT9¦WN('•SÊiåŒrV9§œW.(•KÊeåŠrU¹¦\Wn(7•[ÊmåŽrW¹§ÜW(•GÊcå‰òTy¦(•OÊgå‹òUù¦|W~(?•_Êo¥Œj§Ú«jYÕQ-§–W+¨ÕJjeµŠZU­¦VWTgÕEuUk¨njMÕ]­¥z¨žª—Z[­£ÖU½Õzªê«ú©õUµ 6TÕFjÚXm¢6UƒÕµ™Ú\ U[¨-ÕVj˜ÚZ WÛ¨j¤¥F«1j¬§Æ« j¢š¤&«5EMUjšš®¶U3ÔL5KÍVsT“jV-j®š§æ«j¡ ©°Š¨¨Š©¸J¨¤J©´Ê¨¬Ê©¼*¨¢*©²ª¨ªª©íÔöjµ£ÚIí¬vQ»ªÝÔîjµ§ÚKí­öQûªýÔþêu :H¬Q‡ªÃÔáêu¤:J­ŽQǪãÔñêu¢:I-R'«Åêuª:M®ÎPgª³ÔÙêu®:O¯.Pª‹ÔÅêu©ºL]®®PWª«ÔÕêu­ºN]¯nP7ª›ÔÍêu«ºMÝ®îPwª»ÔÝêu¯ºOݯPª‡ÔÃêõ¨zL=®žPOª§ÔÓêõ¬zN=¯^P/ª—ÔËêõªzM½®ÞPoª·ÔÛêõ®zO½¯>PªÔÇêõ©úL}®¾P_ª¯Ô×êõ­úN}¯~P?ªŸÔÏêõ«úMý®þPª¿ÔßjÍN³×´²š£VN+¯UÐ*j•´ÊZ­ªVM«®9iΚ‹æªÕÐÜ´šš»VKóÐ<5/­¶VG««ykõ4ÍWóÓêkþZ-@k¨j´ ­±ÖDkªk!Z3­¹ªµÐZj­´0­µ®µÑ"´H-J‹Öb´X-N‹×´D-IKÖ ZŠ–ªµ4-]k«eh™Z––­åh&ͬY´\-OË× ´B Ò` ÑP ÓpÐHÒhÑXÓxMÐDMÒdMÑTMÓÚiíµZG­“ÖYë¢uÕºiݵZO­—Ö[ë£õÕúiýµÚ@m6X¢ Õ†iõÚHm”6Z£ÕÆiãµ ÚDm’V¤MÖŠµ)ÚTmš6]›¡ÍÔfi³µ9Ú\mž6_[ -Ôi‹µ%ÚRm™¶\[¡­ÔVi«µ5ÚZm¶^Û mÔ6i›µ-ÚVm›¶]Û¡íÔvi»µ=Ú^mŸ¶_; Ôi‡µ#ÚQí˜v\;¡ÔNi§µ3ÚYíœv^ûÿØ{머²f}h§@!!@ÜCÈà.Ý 4CO&6Žû9Ä]&î6qw·‰»»»»{òÛsæ¼}™yïýó[ëËZ$„Þµ«vÕSOÕ>Ýì}®ø|ñ…â‹Å—Š/_)¾Z|­øzñâ›Å·Šoß)¾[|¯ø~ñƒâ‡ÅŠ?)~Zü¬øyñ‹â—ůŠ_¿)~[ü®ø}ñ‡âÅŸŠ?)þZü­ø{ñâŸÅ.+äÉ 9¤€” RCÈÒB:H #äU‚TBv¨j µÚBí öP¨#Ô ê ý uºBÝ îPè7¨'Ô ê õŠ!‚!B! Â!"! ¢!b!â!*úBý þÐh 4 †BàáÐh$4  ~‡ÆBã ñÐh"4 š M¦BÓ éÐ h&4 š ÍæB@ó ùÐh!´Z -–BË åÐ h%´ Z ­ÖBë õÐh#´ Ú m¶BÛ íÐh'´ úÚ íöBû ýÐè t: ŽBÇ ãÐ è$t : ÎBç óÐè"t º ]®B× ëÐ è&t º ÝîB÷ ûÐè!ôz =žBÏ çÐ è%ô z ½ÞBï ÷Ðè#ô ú }¾Bß ïÐè'ä»Ân° –à X «`5¬Ýa-¬ƒõ°6Âp%Øö‚+ÃÞpØ® ûÂÕàê°\ö‡à@¸&\ ® ×ëÂõàúp¸!Ün 7›ÂÍà ¸9Ün Ã!p+ø8ƒÃá8Ž‚£á8Žƒãá8N‚“áØ›a œ §Áé°΀mp&œgÃ9p.œçÃp!l‡‹àÖp¸-Ünw€;ÂàÎð¯p¸+Ü î÷€ƒ{½àÞp¸†`F`Æ`&`¦`f`æ`à¸/ÜàÁðx(< €G£àÑðøwx,<O€'“àÉðx*< žÏ€g³àÙðx.ü<ž/€‹àÅðx)¼ ^¯€W«àÕðx-¼^o€7›àÍðx+¼ Þï€w»à?áÝðx/¼Þ€‡àÃðø(| >Ÿ€O§àÓðø,|>_€/—àËðø*| ¾߀o·àÛðø.|¾?€ÂàÇðø)ü ~¿€_¯à×ðø-ü~€?ŸàÏðø+ü þÿ€Â.ˆ+â†È9¢@”ˆ Q#ÄÑ":D#âTB</¤2âTA|ªˆ/R ©Žø!5$ Dj"µÚH¤.R©4@"ÆH¤)Ò Bš#-–H0‚´B~AB‘0$‰@"‘($‰Ab‘8$I@‘$$IALˆ± ©H’ŽX‘ Ćd"YH6’ƒä"yH>R€"v¤i´AÚ"íöH¤#Ò éŒüŠtAº"ÝîHä7¤'Ò éôAŠA Á! ¡aá)Aú"ýþÈd 2Œ A†"ÃáÈd$2 ŒA~GÆ"ãñÈd"2 ™ŒLA¦"ÓéÈ d&2 ™ÌAæ" óùÈd!²YŒ,A–"ËåÈ d%² Y¬AÖ"ëõÈd#² ÙŒlA¶"ÛíÈd'² ùÙìAö"ûýÈä r9ŒAŽ"ÇãÈ ä$r 9œAÎ"çóÈä"r ¹Œ\A®"×ëÈ ä&r ¹ÜAî"÷ûÈä!òyŒ@¢ÐÇèô)ú }޾@_¢¯Ð×èô-ú}~@?¢ŸÐÏèô+ú ýŽþ@¢.˜+æ†É09¦À”˜ ScÌÓb:L0#æUÂ<1/¬2æUÁ|°ª˜/V «Žùa50, Äjbµ°ÚX¬.V«5Àb°ÆX¬)Ö Âšc-°–X0‚µÂ~ÁB±0,‹À"±(,‹Áb±8,KÀ±$,KÁL˜³`©X–ŽY± ̆ebYX6–ƒåbyX>V€bv¬kµÁÚbí°öX¬#Ö ëŒýŠuÁºbݰîXì7¬'Ö ëõÁŠ1ƒ1C1 Ã1#1 £1c1ã1+Áúbý°þØl 6Œ Á†bðáØl$6 Á~ÇÆbã°ñØl"6 ›ŒMÁ¦bÓ°éØ l&6 ›ÍÁæb`ó°ùØl!¶[Œ-Á–bË°åØ l%¶ [­ÁÖbë°õØl#¶ ÛŒmÁ¶bÛ°íØl'¶ ûÛíÁöbû°ýØì v;ŒÁŽbÇ°ãØ ì$v ;ÁÎbç°óØì"v »Œ]Á®b×°ëØ ì&v »ÝÁîb÷°ûØì!ö{Œ=ÁžbÏ°çØ ì%ö {½ÁÞbï°÷Øì#ö ûŒ}Á¾bß°ïØì'æ‚»ân¸ —ã \‰«p5®ÁÝq-®Ãõ¸7âx%Ü÷Â+ã~Ùaö†âÙÞxuܯûãx ^¯…ׯëàuñzx}¼Þo„7Æ›àMñfxÞo·Äƒñ¼þ Їááx‰GáÑx ‹Çáñxžˆ'áÉx nÂ͸OÅÓðtÜŠgà6<ϳñ<ÏÃóñ¼·ãExk¼ Þo‡·Ç;àñNxgüW¼ Þï†wÇ{à¿á=ñ^xo¼^ŒC8Œ#8Šc8Ž8‰S838‹s8 x Þï‡÷ÇàñAø`|>†ÇGà#ñQøh| þ;>‡Ç'àñIød| >Ÿ†OÇgà3ñYøl|>ÿŸ‡ÏÇà ñEøb| ¾_†/ÇWà+ñUøj| ¾_‡¯Ç7àñMøf| ¾߆oÇwà;ñ]øŸøn|¾߇ïÇàñCøaü~?†ÇOà'ñSøiü ~?‡ŸÇ/àñKøeü ~¿†_Çoà7ñ[ømü~¿‡ßÇàñGøcü þ†?Ç_à/ñWøkü þ‡¿Ç?àñOøgü þÿ†Çà?q•p#d„œPJBE¨ áNh ¡' „‘ð *ž„Q™ð&ª>DU—¨FT'üˆ„?@5‰ZDm¢Q—¨GÔ' ‰FDc¢ Ñ”hF͉DK"˜!Z¿¡DND‘DMıDO$‰D‘L¤&ÂLXˆT"H'¬Da#2‰,"›È!r‰<"Ÿ( ;QD´&Úm‰vD{¢Ñ‘èDt&~%º]‰nDw¢ñÑ“èEô&úÅDÀB FàAEÐC°Gð„@”}‰~Db1D &†C‰aÄpb1’EŒ&Æ¿c‰qÄxb1‘˜DL&¦S‰iÄtb1“˜EÌ&æs‰?ˆyÄ|b±XD,&–K‰eÄrb±’XE¬&Ök‰uÄzb±‘ØDl&¶[‰mÄvb±“ØEüIì&ö{‰}Ä~âq8D&ŽG‰cÄqâq’8Eœ&Îg‰sÄyâq‘¸D\&®W‰kÄuâq“¸EÜ&îw‰{Ä}âñxD<&žO‰gÄsâñ’xE¼&Þo‰wÄ{âñ‘øD|&¾_‰oÄwâñ“p!]I7RFÊI©$U¤šÔԑzÒ@I²éIz‘•Io² éCV%}ÉjduÒ¬Aú“d Y“¬EÖ&ëuÉzd}²ÙlD6&›MÉfdÙœlA¶$ƒÉ²ù J†‘ádIF‘Ñd KÆ‘ñd™H&‘Éd i"ͤ…L%ÓÈtÒJf62“Ì"³É2—Ì#óɲ´“Edk² Ù–lG¶';ÉNdgòW² Ù•ìFv'{¿‘=É^do²YLB$L"$Jb$N$IR$M2$Kr$O d Ù—ìGö'ÉAä`r9”F'G#ÉQähr ù;9–GŽ''ÉIädr 9•œFN'g3ÉYälr9—üƒœGÎ' ÉEäbr ¹”\F.'W+ÉUäjr ¹–\G®'7ÉMäfr ¹•ÜFn'w;É]äŸäó——¦]w“ȃä!ò0y„#Ÿ“/È—ä+ò5ù†|K¾#ß“Èä'ò3ù…üJ~#¿“?ÈŸ¤ åJ¹Q2JN)(%¥¢Ô”†r§´”ŽÒSÊHyP•(OÊ‹ªLySU(ª*åKU£ªS~T ÊŸ  ©šT-ª6U‡ªKÕ£êS ¨†T#ª1Õ„jJ5£‚¨æT ª%L…P­¨_¨P*Œ §"¨H*ŠŠ¦b¨X*ŽŠ§¨D*‰J¦R(e¦,T*•F¥SV*ƒ²Q™T•MåP¹T•OP…”*¢ZSm¨¶T;ª=ÕêHu¢:S¿R]¨®T7ª;ÕƒúêIõ¢zS}¨b ¢` ¡P £pŠ HŠ¢hŠ¡XŠ£xJ J¨¾T?ª?5€H ¢SC¨¡Ô0j85‚I¢FSc¨ß©±Ô8j<5šHM¢&SS¨©Ô4j:5ƒšIÍ¢fSs¨¹ÔÔµ€ZH-¢SK¨¥Ô2j9µ‚ZI­¢VSk¨µÔ:j=µÚHm¢6S[¨­Ô6j;µƒÚIí¢þ¤vS{¨½Ô>j?u€:H¢SG¨£Ô1ê8u‚:I¢NSg¨³Ô9êõ€zH=¢SO¨§Ô3ê9õ‚zI½¢^So¨·Ô;ê=õúH}¢>S_¨¯Ô7ê;õƒúI¹Ð®´-£å´‚VÒ*ZMkhwZKëh=m ´]‰ö¤½èÊ´7]…ö¡«Ò¾t5º:íG× ýé:®I×¢kÓuèºt=º>Ý€nH7¢ÓMè¦t3:ˆnN· [ÒÁtÝŠþ…¥Ãèp:‚ޤ£èh:†Ž¥ãèx:N¤“èd:…6ÑfÚB§Òit:m¥3hIgÑÙtKçÑùt]HÛé"º5݆nK·£ÛÓèŽt'º3ý+Ý…îJw£»Ó=èßèžt/º7݇.¦!¦¥1§ š¤)š¦š¥9š§º„îK÷£ûÓèô z0=„J£‡Ó#è‘ô(z4=†þK£ÇÓè‰ô$z2=…žJO£§Ó3è™ô,z6=‡žKÿAÏ£çÓ è…ô"z1½„^J/£—Ó+è•ô*z5½†^K¯£×Óèô&z3½…ÞJo£·Ó;èô.úOz7½‡ÞKï£÷Óèƒô!ú0}„>J£Ó'è“ô)ú4}†>KŸ£ÏÓè‹ô%ú2}…¾J_£¯Ó7è›ô-Z:韼M? ÒèÇôú)ýŒ~N¿ _Ò¯è×ôú-ýŽ~O ?ÒŸèÏôú+ýþNÿ Ò.Œ+ãÆÈ9£`”ŒŠQ3ÆÑ2:FÏ#ãÁTb</¦2ãÍTa|˜ªŒ/S©Îø15&€ dj2µ˜ÚL¦.S©Ï4`2˜ÆL¦)ÓŒ bš3-˜–L0´b~aB™0&œ‰`"™(&š‰ab™8&žI`™$&™IaLŒ™±0©L“ÎX™ ÆÆd2YL6“Ãä2yL>SÀ2v¦ˆiÍ´aÚ2í˜öL¦#Ó‰éÌüÊtaº2ݘîLæ7¦'Ó‹éÍôaŠˆ„AŒÁ‚!Š¡†aŽá)aú2ý˜þÌf 3ˆÌ a†2ØáÌf$3ŠÍŒa~gÆ2ã˜ñÌf"3‰™ÌLa¦2Ó˜éÌ f&3‹™ÍÌaæ20ó˜ùÌf!³ˆYÌ,a–2˘åÌ f%³ŠYͬaÖ2ë˜õÌf#³‰ÙÌla¶2Û˜íÌf'³‹ù“ÙÍìaö2û˜ýÌæ sˆ9ÌaŽ2ǘãÌ æ$sŠ9ÍœaÎ2ç˜óÌæ"s‰¹Ì\a®2טëÌ æ&s‹¹ÍÜaî2÷˜ûÌæ!óˆyÌ`²ØÇìö)ûŒ}ξ`_²¯Ø×ìö-ûŽ}Ï~`?²ŸØÏìö+ûýÎþ`².œ+çÆÉ89§à”œŠSsÎÓr:NÏ8#çÁUâ<9/®2çÍUá|¸ªœ/W«Îùq58.€ äjrµ¸Ú\®.W«Ï5àr¸Æ\®)׌ âšs-¸–\0µâ~áB¹0.œ‹à"¹(.š‹áb¹8.žKà¹$.™KáLœ™³p©\—ÎY¹ ÎÆerY\6—Ãåry\>WÀrv®ˆk͵áÚrí¸ö\®#׉ëÌýÊuáºrݸî\î7®'׋ëÍõáŠ9ˆƒ9„C9ŒÃ9‚#9Š£9†c9Žã9+áúrý¸þÜn 7ˆÌ á†røáÜn$7ŠÍá~çÆrã¸ñÜn"7‰›ÌMá¦rÓ¸éÜ n&7‹›ÍÍáærpó¸ùÜn!·ˆ[Ì-á–r˸åÜ n%·Š[Í­áÖrë¸õÜn#·‰ÛÌmá¶rÛ¸íÜn'·‹û“ÛÍíáörû¸ýÜî wˆ;ÌáŽrǸãÜ î$wŠ;ÍáÎrç¸óÜî"w‰»Ì]á®r׸ëÜ î&w‹»ÍÝáîr÷¸ûÜî!÷ˆ{Ì=ážrϸçÜ î%÷Š{ͽáÞrï¸÷Üî#÷‰ûÌ}á¾r߸ïÜî'ç»òn¼Œ—ó ^É«x5¯áÝy-¯ãõ¼7ò|%Þ“÷â+óÞ|Þ‡¯ÊûòÕøê¼_ƒ÷çø@¾&_‹¯Í×áëòõøú|¾!߈oÌ7á›òÍø ¾9ß‚oÉó!|+þ>”ãÃù>’â£ù>–ããù>‘Oâ“ùÞÄ›y ŸÊ§ñ鼕Ïàm|&ŸÅgó9|.ŸÇçó|!oç‹øÖ|¾-ߎoÏwà;òøÎü¯|¾+ßïÎ÷àã{ò½øÞ|¾˜‡x˜Gx”Çxœ'x’§xšgx–çxžø¾/ßïÏàòƒøÁü~(?ŒÎàGò£øÑüþw~,?ŽÏOà'ò“øÉü~*?ŸÎÏàgò³øÙü~.ÿ?ŸÏ/àò‹øÅü~)¿Œ_ίàWò«øÕü~-¿Ž_Ïoà7ò›øÍü~+¿ßÎïàwò»ø?ùÝü~/¿ßÏàò‡øÃüþ(Œ?ΟàOò§øÓüþ,Ž?Ï_à/ò—øËüþ*¿Îßàoò·øÛüþ.¿Ï?àòøÇüþ)ÿŒοà_ò¯ø×üþ-ÿŽÏà?òŸøÏüþ+ÿÿÎÿàò.‚«à&ȹ ”‚JP Á]Ð :A/£à!T</¡²à-T|„ª‚¯PM¨.ø 5!@j µ„ÚB¡®PO¨/4 „ÆB¡©ÐLš -„–B°"´~B…0!\ˆ"…(!Zˆb…8!^H…$!YHL‚Y°©Bš.X… Á&d YB¶#ä yB¾P  v¡Hh-´Ú í„öB¡£ÐIè,ü*tº Ý„îBá7¡§ÐKè-ôŠH€D@LÀB J F`NàA(ú ý„þÂa 0H, † ÄáÂa¤0J-Œ~Æ ã„ñÂa¢0I˜,L¦ Ó„é a¦0K˜-Ìæ ó„ùÂa¡°HX,,– Ë„å a¥°JX-¬Ö ë„õÂa£°IØ,l¶ Û„íÂa§°KøSØ-ìö û„ýÂá pH8,Ž Ç„ã á¤pJ8-œÎ ç„óÂá¢pI¸,\® ׄë á¦pK¸-Üî ÷„ûÂá¡ðHx,<ž Ï„ç á¥ðJx-¼Þ ï„÷Âá£ðIø,|¾ ß„ïÂá§àRâZâV"+‘—(J”%ªu‰¦Ä½D[¢+Ñ—JŒ%%•J/`‰–uß¡ú–­ã ;€þÃÃ.6ˆ'ûˆ±»æ8?žH+«ÝT)£’·©ª™ YÃ6ÉþÆ1mDÜ€'Îev¬ð÷©’Uá2ZѰèR³pkö‚' WŠª 0>   g]¾³tˆxOƪ¨öf“lˆâ ªj°I7ÄpPÒ_O:…uˆ¢R\É•P§V@$2Å‹ì©ÍÍ[Ã÷«.µLÖ 2ì÷˜ÆÙ"¼¾Ûc6)úgÿ'Ê(öª.…Ü)XiNËìkJø}˜·Ý±†{’æQIÞŠà/;é§é¯ëgØ-Ù#¬EÌ¿G=EòÆJûêÈ1Š“ªª!6ÝÃIÿk=Õ»Ze£ÇU^æ3ELäqQ~aœ¯Ó={¢ÿî;î4j <·<ïªÓZ…i²©GU‹Miº†£¢|¶ä­óÀ‹&§Û&ŽH9ùØqJmÒ_ç¥Ê†)« C³†‹òݤ¹?ýuÞdZên¸L.êZ/ËH´Mò˜l¾jlÐÍ÷7Ì”2ε¨IúÕ´aÒy±©w5sÀt¼°‰)ßc®­SêDC˜5FŠ|&ÑKDhŸ´ONgr¯6½ˆ\"Íp”šcj1ŸÕŽ7ä8ü?CZcNBB¼ÉFgœMLy7Kœ1ʼn ¨Ì–Ö—¦w…û¬óÓDz<~5c6pïeÉÚ€ƒ3¦^à'ãAÄ–º›, 977Àõ¦ÛSÃÔ÷›ÚêÖ…'2#Áú‡tŠ`/ K[ÀÏòAôž‚7˜S@._ÉL˹î¶ÂÖÆ³†ûuíLC[0€Ò•¥N.ÝçÐY=ºƒèýß‹»EÖXÝ5>=ß^ÅØÎ²'ïKzkŸæ“‘¬s›+9`0Z\óyÇÌ•Ä×öçúº†[§*.âã.k§¬™§ìQ…ß"7Š9c²4+ø˜ ü6¹ƒ4–X±±å¡Û"ŤÀ …Læ"C7ÉÿCŸ›d_t꘾IÅ“lçYÖÆÖu½ï¶@qÜu_»À0¸°¢9Vð×±öYN¯=rT—Ú®«B›$V äãîjçrÐw¤´Å’|ž£ üÒú|Ão¬t°1’܉°Nb_“HKl¦°$ç-ST 8kíf{ÝÓq·YŒæ÷ã¬×|Q´:pr³4n™˜i ]»-Q\ð?QôX»ÄÐèï"5^ÔÒä€ÖþZŒØú´VáûÛR6)¦eՌÉ@ù˜Ru¢f)©vmtiù/©Öœüæ-cßk7ŠÀèsEJ¼ûCü_6xå5ðÊTS}§çÞÍøºNQ¥y°û[-fE=F¦ ‡äŸsÊÓH yÛªps w¾v[£¸TÓòZÛ8c5`w¥ºG%àÝ‚ dO{ºÄÁ{Ãþçõ–Ÿn*ˤ X÷ŸÚ]†ÉRåû=ø—¾Þá¨ÙÓÁw·¥µ qº<íúÝm‡"?hŠå»6 šã¿Äv_hYO¿Z{–‹Á©è¯nÛU‚"Ý¿j·XQ~Y™“]ÀÊ7XÎú†¤ý¬xeo ݵîúÙídö…fC,Ÿµ[ ôßõG’ÿ&jû熦m¿÷-Üî<ñNœ¦’TT 6¹»'4 qðo!X}Xë8àC g®–ª§öÞb„¼ó­÷ò÷+.´œaQèöylØ+õ~ÃÄ(Uö b •(ìïSÝÊ}ì2Ù^Å…Ñ2Ý^ÃW¥ì ÿƒóþ­þÆ»šRw+òƒãÝ]u» ý€ýˆ…‹øb¹l/=n‹QgbÐ,Üæj”TT ±¹u' K +Öâ%ZEÙ¶–»èO‹^v\eu×ëŽF9ü7ÅÁdÃ_ÙFeì ­xæ4W­ÌÕ<)ä»M«;jáZðï}ÇB©¾Y\ß$V䇜×è†y4(«zþÞÙeÆ;õó¾?kŸ,o‘t's²nqúkP'3@ôºï=*zbîç°úlæ×4“çu<ÍÍ+°Í±åz´°æ¹OÔ×{Kö?L#Fü}þ½Ì·Êѱ\‰É.Ź–É•=¼T9î[Ígõ^#<Ã[ 0³*o“8Ç 50¬1à>ÔÑîvTç,×ßÒf'UR½K«;­/”¸b½´ëé—ß$#¡,…«»@~ŠëÓ9¿X¯šTo,ÅÖÝ‘ÍÄy—|ë&EºÀì4Io«¿ºˆdȉÿp™Ÿ9S¶Ù\CÕÖ½¥ýº~›¸ëÃD¶>äðVXýZ`?,ÖÜиRýXÜtYe㧬Öîú˜«úê'E YKí¿2z¥µŠeÓwg´^Šlá‘ p{Tœ'’¾Ö`ôårUw“#‹J\wÉ&½Nš¹K÷Së\ó÷®ßæ,qQÊ¡V`®NYÉ».4åE«x÷ñßõÑâú‹œz$VôåŽìζý¢E‡q©6d`ûÔ¦KJ:ë>¬p©9ÒÉJGµ\Ý¬È ­(?1WÂ×èìs‰G2¢3.„«j¥E¤y¦…{m=}o¿Œ0QÛ¤rpºÄh£Ã†¸~N«lR¥Gß5« &Qÿº¿žþwìÄz™z¤î—k©± ro™¢0$ùŽÜ©&~—ð÷oN=W§ìâbeæs!ÌÜ÷êd†DºR·õ0iº´Þ‡aÿlAƒì~®U5{Lñª~î»u®†øÿÅþ}v©vŒëIYå›jŒûIÑp¦Ôþ°“ÓÎùN™»yÎIOrw›ËÎ[U£Ü$ê V‡~àŸð•ô_ž>õ‹;*›’¦á~T÷(;M”Ï+",=JíÚ·Š6_)x[ʾayñ©‡e¹!Õ0÷Ã:Áâ´þS1Ab ï…W¬¹­…~Ùã<äí&»ÿŒŸuѸàÛžd-Ý ¬±ªÄõ¿‹•m}˜"lKxbáaG1Ü<Ýæ­8¯|[˜šS3õCÙ;å‰äá‘ ãÁb¾î{Ò¥Põdا\OkpRqþ¼L/ÃYã`Õb ó»SÍÚÕSDůÒÿ:n LëzƸØ9Ö=K75ã´±§IfR9i9#ÙÒ  ÈG”{)uÇÄJ¨Ê°[w…ßTÚ¢Ûë þºÍFš] ²&ÃRÞoZqíÌ•Ä Ù¶$£†âºr¦{[]fÔû2Ï÷&‚š%‡ˆ|R%ÿ«Ãº÷…Bî÷TOãëUåt÷Ö:"všƒ©Ö€5ÕµK=¿Ý^¯– û¹r…{oÝÍøç¢ýùæžåö ˆ„‚v‘$­¾7ËÕz,39sGÂ2÷žºþùO7¥lÕdô/WÁצt)Õ}`ÝízÆÿFÁcå÷º††ÇÆÒÆr»*¬C²àðë&WUR¨â£2ÙBêB EùEÎm'Y±ÜzCÌã‚Rl²!v¼-»yIèØÐ¢L\×Êð^ÒÖ‰c]Sï:íçI 6Zš7¶È³y°â­28úN^°a_¾ZŒËY©ß¹ re©dÍq-¯°ð9¼¨ iê™ Aq¯•Óa] ÃkcpαŒ.ùå÷JŠH§R|¬ ß’1.(VñS¹Ö\¢‹5üö‡&ÿëÖhqŽÀØÔR]€¿­ì¼Ý ³ƒ¢ß•;Üy]´á»ñQ|yݹNë¼8FÌÍ:b¶¹zU5UnsgupÒWcYY_ñSÜösev§É,gšÍµVŽÍ£uá†ÏFuÄ0òlÖ¿ÕœZN=ØAWÏà©…¸ù ûÉ rÔ_rGI=óóRÝÓ¥:ãF¯,g-É …j¿û «ðý×¾sw©ýß^×3!‰ ™j¯û]¢¡aœoþÿíùûwsvp5«*>|”yB®«h¿¯Sí¢;¥”•iäôN™êbSUãÇèl£ÇT1VŸc–J¼µ3úÔ¿úò¸ë™`Ï,½ê¸û(Ý—¬]æy€?:‹sh㦆ŠU¼±hO³ ŸGu’¦Ðªü"FèÒ Zk¾¼\ªö´ý‡ç‡]_Ø- êVÜ0Å ñh*JMŽûþß<÷DrrŠ=ëdarœõ¢ÚGëUð#mð ÊàÊ–’´8ÏMÂ@W5íÃcĹ/;qPé¼k¨ÕÏÆšÏ«½µyú“öb–:òá§”5KüAÑ@O< êuÖµžIƒœU{i§&7z\ÙwJª=×LE"ë<˜aJ½ûø ·œÍ™’‘P˜¥¼hîoαvŒk¼õ÷½š‘a êŒÖN5 QW©Ç¢g¦H9™m=“£™­Ž²hÛëÇEÎåe3·í™ÑÃÅQå:Ðñ€yõbe¾îú1­­òzøåðÚ¶ú™Æ®ž¡¾ßFí± Y:aZæèë6ïÞZ®º³Z §«ε¶ÖO7ý $ö\˜õïì|yÙÕWÎeLUÛS|µvýžÈIRþy$úYï9ø"UdÕabü?ÙÚ\_ÞM¹Hív5ü¤y‘qN BÄ(ÎVøƒ5]ÉÎ+ÈM*󌖅£ŠfE<µ“yuµDöc ¿Ñt"o¿„GÕm%®ª~DÇRy ·Ä¦wVÎSßU×ÖvÖÏ3ŠúoØUbÎh<ß½BoäškÊÕ1sÕ·Õ§#:êçOüuc£äƒjŽÌ¿c//Y]œ{½%H>'q•z›5H[¬_e¡ãÀé.Ñ›ƒÄýÎ'ù¾Eo€Ž÷®­ä¸rƒº8®•×o0vhþOhíUáŽÒ¿c°|¢yú­:X‹ê×òcD&œðs—®^®ªö–Ö÷Úµ…VjâšÛ[haýã­ ²#‡Æwìf+‘z✉–Xy‰ò¨ù§:V[¢ßeœôg©‘ rw=fï“0L̘éNµã>ðÑs´œWîPWGkL;ŒJéßìèF8øøD©=jþÅÜÕ¾MýU©eõÛŒ<·ÕTò÷îRb’½¤³Ä®R˜¨Y.§•[ÔŸÕÃRΤl1ÞjÖX%8G•2CD^}1ž™âÏÿtŠ„Ê­CÜåAµJcÒöL=h vqIŽûßÕÞSE…}’’å+M-r ²’µƒôû·Zº¸Ð¢Æ«RŽ=6!¹¼¼ øVæöÌ´ ¨¶E0%jè÷o…üÏë>Yž ×,ÿnCK¼¼Ÿr·ÚU¯í§ßmì Þà 燤ʤuîXq+ÃÀé¬Í‰}LÍí"Nª5Ñ6íýIc ¤ ¹b}º2¤w³ÊG)«]\¬ÚQúãÆ[Áÿfmr¹JâcI“PòiÚú£ÆNëõ/“ý)"†ú‹ø¼'­Mãf‘o¨’¬Ñ§Ó6N/´Fî‘æðq²Õ”V±EÍ-e-mê¶ž³‹&ëgêýA\y|Ú«´}EgËt ÝÝY©OYšAe7+líy&t¢¾vtج+Åé9#Ÿ^´zƒ“]^nge+m[ÌÅ©gÝÇëoŠX 88Q䨿å²öX['­»„§Jn3Í/c}£[&Õ¶Õß0Þï:‹5){¥ºÓ-|!°çºuœÄë}ßIýl%—BoÊf+;ĸ¥|H;je¼,vQÊ•8¾¤¨n| ñSÛ_‚ÊÕ‘nÁö§mÕLìu÷™ú_=¯– 4^rŠô(G?z¨ª²¢®ÊþLn­îèyÕ}º¾µñ?×ð†ØM z÷•¢|'®º£îŽH1:¸½vø£ÌCÑãìêöž‡­Sõvã!ËN12ËA¦Ó…þ@ê×pCNY­‹¤jT9gFæCÙ"e7uÃ,&{‘~VàNÑÖ˜R{å°ôб3D«eæ}ÙeïÔžž÷Ý‘ˆvxÁ*'ÏXÁ»w‡@ìÖJøÁSïÊêÛ;«{x>§÷Õ?þïO:ˆr×¥Nh1È„ß+d¥¨èÛ²¹Ê~ÖZ·Ýçêo8ž¶;ñÍÈøâRû¶ÃNQgy)[¥,VãžËBW鯂èMrŒÝl °ºª‚jÜÔí¹l­)=#6ü¹û }»€sÀWKMáŽ*æðý20÷@ѯÀ<Ÿ¥ݞʖ)÷äÞOÝOgß«c)šà_ö@mK=½ü%¦¡ÛcÙeõä°…Kô7ü_í*½ °X­\÷ĈŠIú(Û¤$Õ¼çG÷MúYÍ-é;Êí—`ЃŸ·–þÙ™¤¹"†òsÞË6(q5ëIX7èÛ5âúà)È\eâ-‘ lÀ£÷K!¿½#;¦d¿•­S¢jÚó­û:½sYâ¿ó½Î´¿T/°Ï|-¿j"¬&=_»³á7JUß>9Mö®Ë0àhé±n?e[³KÔƒ<ºïÒÏå{–yçE©gXëJur­lßeZs‡üžßÝwèÛ9韜»ºTÍ3TøùµGÑ_e³3Xu笯îÛôþy¤ÌsãÊN6X£ÿù‰Ñ­åk?k¦Õ%žÏó·èä a¶œd7…|¿r:Y£Ðî×_zÂyÖ"á®Q9Ý·l%¹€çÝdò½Êê!Ñ2í^ýÒcºƒœ©&Ú$‹¬Ø²ëæN–ÝJoóOW­O~»àzš²#æHžó㶬LjÇå'•òd›Æ¨=©ï™7Õ §þNyøA’{*}™ !ø}¨^~\ù2ߪÑkëo”©þùöýã»ùinZùQåŠÐ4M\rRÁ,°þÍÉÿ—çOr5òÃÊaj‹F£=¬oòÏ#_&|“ªÉ&'vOO,Ï(ôQh&kgxøóm=ƒ#½ ÷ˆ–˜À÷dìϰóN$@^ó'!}_î#³·úEøDíÚ0oq÷œ›:HÔ„$ü¨…8r¾Tµ&K¾ËRð×gLÜÆËÏ*¼ÔÙ±ãµ~Ä*+bæx9̽7],X+åf¢”Yncå)•ÔYš±Úo±·Ìuœ2þsGÔú } 8››˜Ÿ\øÜÞÒü"ò¦"@Ý^“œD§”zþ6ÛÁE§DmÍÀ\ÉbÖÞQ㎙fÊ 15Ôm53µÃjHò‘óÖ,˜ä¸§[kj_¯GDO—_UTW× ßìWÈߨ`ŸäbbøíàÀÑW› ð5>nª|z†¯ú­uªöe¶¯¤?ÅÑqÔ‰¦AûúW¬§_ÿþ,–ä»÷ >5,§LûìŸó»iÒ¢ÚÄÖ7þfY+U¬Gÿ¥ó6‹3ò–òS‘7 7æ.ж ¬+êŸ Îx¯zûîjâßKD FæØÌDf²½¶º³Æ;5&³¶1>Ò۱Ɖ€ï?¦T¤}AáRq-…–¹òÛŠšêŽš¹Úk­JéÛçàÐ篅߮*ÕÛd™Óí?MAêbÍ*m—Ô Rño<1 àfˆƒÑ:—’=üßÛm…ü¹bkÔÃðÚ6‚‘MJÕ™R$§sV¶ÌŒeò§Šº¶žšÈ,¿€Æ’þÁe¨š”µÂg†©.ÊêáV’þXÑPÝC³DÛ&²¡(¯¹òtáò˜.Îv|…ïÿ»m’T„ªëDnÒöN¬ÖPÒY$òåOPf/«¶L¸Vš wÛ ¯h¥Æ5´mš·*÷üú#ðQ¤h…­ÂÚ‚º­“¿U«£Ó×iýš§‚ü2ƒìQDy”Ù+ÅØ*’k^#­¸kÖh ©-Œsþ± Úd<+ÃÿÝR™‚ŸŠXu‰f—Ö/5¶Œýþ1CþõÓgƒBg›vÈ¿+°x^³CÛ&hþ¿r·+°m¡› ǸQÛä·bU6V³Mëiô,Wç²ì=ÀÊë”±û™ÙU™{3”1ájZ“Yt­Y¸ñ‚˜µ…ušž¹ðAοgñ‘ðƒr•Ò¤¢™ëfëÿEŒìrÀ‘îez÷R6$|Èä¶_^/,Y=H³_{­e²è¿~ez͉±bÙ8ͲW.SæYhöjY:†lí[§Ð æ[;°šÛ4|K®‘4Ï‘çýÜF¹*Ó-ý4»µm‚ãL¬UÓôÏëãvRÞ"¦£¹íbí¿ z€}‰ÿ½ö.Éí6Ê­»…жªÆ×^ ¶:ð3RЧXn‰œ03´@Š®§#/G¸•k•iꚣÚ!i’|‘_ÿõý_“Öe–ÿeQÓÄ´ ±]þ~fµ³eÆ]T%›§yøè/Jí.²qG¯[Ï2?¡§ô k›åhd7)ÏÖÙòäÞÊó*Œ"õæó†WC"ý¸gímO‹‹9¥²è…* v‡¥úˆ‡wÛhõRžUA‰kмôgEý32ø ŸH|«Xë™X‡†ˆž¼Sf½!£¡¥’r{aFôc%½kN¿Ì]³+ðT…~œ7Û­½¼®é‚Y9Í ¿ ôg€U怞GH4Gü»ÿfºµ•×PÆ¥±v𬡟 VŠ¥‘„ß•¢—:Iùàá 2êè‹ÁѯÀêgþÈo-¿i¾ªš®©ftO½jÀK.}†:ò™Ä—™M{¾J‘‡Ï5Iñ :Iæµ¶m…—U}3—Dúê/ΖãyQ{ÅŸˆ.J™ ò#XYMì‹6åÜÏë&?m¨Z¤™X_ÿ=fh¹ß¸_îÉѹHdî1«Öæu‘×UÞWuµnÈ®«¿/Æï÷$¬{WyÏ9øä§¨^šçÖY®N½«š§©Pp÷?øsê4 róJqÿ §ªÖÄþÈÚÇB'ÎÕ\ ¨“|Ûðt ÇJi¼Ÿ'1Wj¹]ð¥Ìbyò¥j•fZ@þ¥Á9?oE)¬ÔñzèðJ\™*¶ÂmFVSåsÕ MQ€WêsÑ~Ĩ—hÃ|§n4¤ðv;Àª©=åÑ…©Ë4¿Y럊òs¤ºÌ¥ølm®2ï"úŽ´7T.Ñ\ño¨ìÈßJÑß#7Äï°Î”,7¥˜bƒ¤Îj·}Ê å¡Ê*.rZó)± ÿŽv£S5ù(VÆþ¶Ú©ó£F%ÎM*jÞ%ü½(ÿÆ4ÏÑ·ì‹.×ËŠ¯é$»Ö¹¡ò`å[ÕÂäj̓õoô_—|÷X»/20)ÄÑ uX±0[Ûôe¶×**òJP ý>Ñ&½È÷š)Q2È)ª ÅH´L´Ë­D«4[wi¦ÅêŠúǦ½tÔ 5@?)¢õ¡#–{t])£ByùúðïªîÖ¢ hýw ¿×eTþJ ŸRæ)BëR}l £ÛÜÒ­‘ʯªmšjALÞWiýÃ-YN1*íOYíS~vøø–NËÕŸU[4Wš½Kø,ÉÊõZÿÔt3瘔*õAMµ`“þƒÈ_s,U¤½Ú·èò‘À‚å…ÕD>-ì6H~+S¡¾g¹Ò2Y¯ø‡úcu ¶#Þ›Þë6@oNMJŒ»’¨—y·øÆß7Ñ{œžîvë'WºªwkŠ‚[FæfY—û GJT˜hQÌb§¬Y’óx§²¸/ˉ:éæb²)ꓚj!6}vjõ˜óáMOù‡>2ZìCÜ»º—æQr«R¯>®¹lÕëÅõrâàeb¼v¸àåú‰1"Žº§)µê£ši!iz­1$k†£Ó‰27cfDÅþK/â3L^¥Q§$…XôQ ˆÚõÈÿk'°dƒ.û¢‡WóduŽ_WódÇ»ÁSˆª x¿ ˜ýÔo6ÍÌÜ rú4øù¤ØóÞ^yÞ}&zûåùOòõ@ÞLÍZªûlDéÊyg€VÌ­ŽºVT£ -ÙË+Ç{¼ÏY_/¿ÿñ¡¢Þn¢¯üÿeGú"j1Ð3?¿½’W–÷XŸIySó²üÇÚ%»7‹Ù{Áis.æ’¥‘£\1yÑÞ¢0À«½÷îø›¾D^µ°ÙÀþÓRÞNpÊß~‰½M”„© `U77\÷¨áÕÖ{Düuß~òf>Xš Pû¬Lÿ1«‚ø$€±ƒìœ¥µ÷tŸNÙÕýZûO¼>-T¹b–èÁ¶O}³–»¿€§çø–yŸ—Hðõ²{÷¶\öõõ³ûW)Ü+f0Ù5Óž>R´W:ZZÍ' Yª¢<ô¨ï5=z‘ÏâÀÆÖnþ‹œ> 0¥Ü3¬K…›AΣÂH|ÖÓR׫zøŸîuýn&/¬(V™É¢U»ÀZ¾¬.ÕqœI¨íÕÙ{žOƒÀÚ~5ìX0£êïTK/;°¥N¼íQÓkkQ¤ùQ@M¿Žþ­Äè,oêÔ‹ý xCÌc·‚=޵½ôò*öÆí‹‚üŠýW‰ö7Kkð}*Yá´O•øa»“õërªç?÷hêÕÛ{…O÷ï°Þþ+¤õíp³×)ÅËö)‘#V¥FÊyêÑØ«§÷2ŸGöÆ~-Ëÿ7™;ÕÁF!Ù=zõð^â3ª°¡_ÿ%ñ>uövüô&à–B‘+9‘w>z„z‘Þ›|7õ#ý7>HS'³b÷uTÂÇb©çèãèœZeÞ• iåu8mƒO÷æ­üpÿ Àþ©’o£Ê0jc‡P™ç o=‚½Pïu> šû¡þë¤õç\IGú—âÂýå>åžÞ ö^ãó(¨…ì¿&°'Jªè7^{8Å“¡±^%Þ»|É/ñßôÏ–8âD…¿?Ù³LaýîíÅ{ïðéÔ<Œ÷ßØÙ™ïÖŠ_xì;0÷ð¨ê “¾z´±³ÞPNp~›äù}AœØùÝyC™Ìh’óÙ#ÜË?nf£fá~´ÿ–ÄO1g®Å%ƒ=šÂ •ªJ&¯!Þ}›ü†øtȯ ^Šjœ[ögŠJÕMƒ¼÷ûXÂ?ðÚŠRû KÞ±ç—UJôJÏÛëó(äLì§qêݧ–ñ‰Ü×Jñ^ý¼wûtŽ÷k¿»Ôú§‹hìei1½ÜÓc%›×ï“> Bl~cüOþKþ=È~\›ó÷q:.;MV¯øüã>‚­~£ü—‘·ˆ ¼Ü±?¹Ÿ‰y8ù¼£h+í²_Îb ‡¤ùð? ä—;ÖúÁ‰Û8å]lêÇ+šJ¯÷Qæ¸î!¿a‡ô÷O¾[A±.ï¡˜Ý ¥|*Ê Î,ðñ©v±údÿçÿ<½O:žK,ôwŒ ¾ìÙäY¨åoÂÏ{æ$-hf;_}@Q^`×ÿ|NšiO[jw¶Æ2ܶN\½U´Ã«Ò;Ûxï¯j¾u×|;ù åK*øL†°»mÂÑGã ÉìJ•\\ÌY>k“}êŽõ?›|«pt)¬üéà°Ø&¿Sl˜^xÂ|Ós¶w{Ÿ€j3gû·wòŸƒýB¹äha{ëkÎkTj‘9&®­Oj׫Ïôo äï'üæˆîII:QòvUѶ/¢WŸk{h¹ê9Ý»µOõjW«O÷o-é‘ü®,µ¶å¶ŠjoRøŸö¾$Ó·ÒeÏ©ÞÁ…¾Õ.WŸêo寉ÌÕM⟷Žl rº—eÓ_¿ éˆóˆì‡ž‹¼] üì?òùO‹®u±Ü““;‰dϱfdH,ÀÖ­tßsw×ÀºÕîW_àßÅá¿„èm¢ Ã?¢ûGù•aðÚ•îzÎó®ø!§iæ<ÿÎ’ü¬°¯€‰Žçw£n{Îõ~P³Úíêsý;Šòß"ný?Ê®®Éúk¦†ˆ8v°ƒ1vß7Ê1`ŒSÜÆ×ff^y’š™™yå™™™™‘™š!™™™™™wŠGÞâ‘ÿ‡Ÿ¿ÞÞwú÷óØö>¿çþ>Ïïxßu¸.›G’AO»±£øž{‰·5º,&ùnO•sÁÜn=¦bŸGê µ´­ž½EÃ+’.ð6Gï"b}Ö{TÀÝŒ]ÈCûàçî‚ÖˆMÌó5·•·)ztüéã7•»á^H`©’v6âùäÓÑJîSqSl#==sO'5°î¬v,MzãúWq3¢šù!Ž+È¯Žžÿa=ªIú6àKÚõˆåöá†Z÷u^Uô8âÓÎ~÷A‰Ñ÷½4”‘WpŽ˜iG³¶3e3÷*o{ôĘ/‰L*ÐTÈ»BŠo´Ë-¶Óz#÷2o[´2žÖ¢£Èï—š™OÙ[»z¿“2ûqøjt~üôä:æz+÷>¯.:î‘gQë‘p'ÓîEÔ2‡ë“¹÷xµÑÓÀ~ÍEã-ç¯Yª“ƒÑ~B Gß, íNÄN¦Loá^JÝ]$«ƒè]$œSÔñõ h@k‹¨a~ŸžÀmãÕDÏDQ×?i€ÉD4öÇÞ[ œ'·_CHM››ÖÈ”™³¹Ý£ž)÷þ3©à†Ï®L&­+½yÚ”Éíµ=ñ=ÀG”ÕY¥Ïü%Ö…¾›y:6Û%jwôlþ÷ Âz"ÍOfS€>#P|xг°um´Îôzæp³Û9*=¦ý4ìÿƒùÁ4rÑÂé{™²X7<긥ˆž›Ų̀?)Âv}¬ê¤…Ñ[˜§ÍNnXTKôb?û½ _ˆ±A¾´ÓBéÍÌbíÜШ]ÖEúãiŸ ,¢Zœ :X,Ÿ4;~|Ö» 9´zsxìqKHTSôþgýÐç.ðî‰å4Š5wâJúAFdä¢"~ÉA~•û%@ÖD„®Ï <}ŠTƒûm(T0KÉd#Õñ  bmýƒ©*éo?À×S|¿®ªqïiãkñêØ ÉYÞ%Dg|1®€vÊ%ðÒ# ¸U%{³zåÇǵZÔ»4’:ÕÂÒ]mÄë¦öuÂ7­œ~2\ØoORyÔ>>-æØj#`¨?¡üqžN@‘qm-ý(C¹Ã¹6Jïà£XS ÚË(NøìÎÈÜGZçcõHsƽ’ÊÈ]u„ÏGöߘ>Ûú\~bÿwýfÖÌθ#ˆñÌ„(rf ­¦fxròú­ŽÊwñ’gA&¦÷“Ò9¡;! “—¶Š~ˆÁ‰¼›·*ʚlj q§^1y?)GÐ*é7 ä‘#¸•Qgørà¿T±ã!ÞïÀa–' _5ŒVA#d§VDâ§Y.¬; Ÿ¬öγ|†¢zm]£ËÂÝu‚/ªÿMR=Y”G±½éëè'ÂÈÁÜuQE¶]yŠÆ‡„t˰Êhªä÷¿•q{Æ?m?ÒáÝLO€5¾sÌ…ŒØ’¹|[¿)ë ëfúP6rY’>ï_ûów9ÔîÌÄ7qlŒ¦m¢¿–£ŽÍÝÕÊW#úPìïñëöƒ'"<ã’ÈÊ‘´¾ö“ÑÊÈ‘ÜQã2g1P}HE£§RP/ëþ ÁGº'Ó¶å¾oˆ‹œÌ]š}“#lpÁﻂÉ?×ã&YùÄ*úPCâI\MÉuþ "ú6ˆœ8"cЧiÛéƒ9ò-×ö¨«ü.‰=dÿíiRDIa.E;˜vR¯µçn‹úÁjDö»…Po*ÑÇ*ýä('´›N«£×äY#§së¢îó«}ö‹–}ª\9¶æ4Z-}cü‚âiÜÚ¨{üäþç`‰ÇR„1ö$è:•¶“.Ñ["§rwFÉŠ-Aâg&©\ ý{7bŽ3…VC?©KˆœÂ­‰jã'`ú“ã~è®v}r#]bÎŽüØÓÕ=:;&*«£«C ú#.Æ~šCk Ÿ4eFÎá6DuÎ|¿|ø#ž3|í#ÑlÚnúÉØôÈÙÜÝQ£KÓýc)Ï#›Ýêà^úY€Ëã€ÏG õô¡æÁçJ룞ͷQìw‚´šp–×IÕ})m/]ëŠ\ÊÝý'ʘ>8r~E¶ÈÁÑþ7H¾=uSûy_øüܧ.¦µÐOš‘‹¹-QaÑNÄ6XhŠœJ®¶?—–ðV/@­›”ùÕ"Z3ýýX{ä"nsTh´=æT€»ž´$ÙC:Cޱ ¶€ÖD›¹€ÛƒøoɺáÓï¸@Ú¾hä¾ÞdÀŽûÝHÔzeíÏj¡yèy6ůä~n)Ë9(ø¼4ĽÈiÀÝÕÙÕä7ûOéÓsà5ØÕ¼":“y€µ‚[ÅŒ> íµ¿È‚-x´° ÙeFñoˆ^š¹œ6ßEgîg‰=%.zô~DÿléT"xyõ"û(•[èšÒ•ÓžëGc†%•s‹úÑ¢÷ :õ¸ä³’ð§7$e#ªkiƒèæQÖZî ¨BÏQÁ§0fâY1â1RÀ"²cØî'ðí“É wŸ”#¬5ÜQüè#„þ]ƒdÞîBeý{5m=Ã{˜µš; Š}˜ ÷W}šÿ'T‚£öHÞþw$Øþ«h^ú—Ù‡X«¸Þ(q¿C˜þÊ}ÑÛA³óñöî¦Ýþág—Z»å_s¯×[™÷YuÜéQÖèû‚rÏkî‡ÕÌÄÌþXf-í}2ó«–;Í›}OèúQIK±ºÁïŊ݉ô櫞꼢Kô9ÂWf{o磬CÔÐÆ9˜m¬‹yS¢¢ßJܬøÄi|I½7M);iÏg3»G6rçEeG>ýX,Ǹ‡>ßJ\•êm 7UÆwlàî‹ÏŒîJª¿·‰ën;ü»iÇcÓ™]"wsgG¥Gwñé2 Š/Sf…y×PT,Âù_O[ê±1;GÖsgFÙ¢;ôêúÈq¤¾âv¼(ÖÅ ÜË]åŠÇôŸ}R”OWÞB;nv2'¦]Ë_åŒ#ø'*X åûù—‚t’Í´õ±vfhd3wQ”=:”¢ÿ€Ï—w)~B¦ïÚOÖÑž‰ÙÄ-Èʉ‰éÙÞo$SRóû½‹<ó>B¢ƒ´H†‡µ’}Éóð»ä~Ò»2ü¼ß<êñÎhˆž×QœVÅÊ{1ƒÉ(b­`/Ïaò†»Vž#ž(ñ¥}xÏIŽB üx7ïÑúï§ÝM}ݺœ½ŸÝÝ]À_.0ô^äJÂó£9¨ì}p"0»‹çm$}·úëá÷s³ÊÙ:}áqóË8‘²䨅œ= ¶)wîA¾Ý‹kØQß1ˆuÎ{”-à â¯|ô¯¸ÔN–» IVŽ$„ýy„Æg d­a—çðyùkµ>–ÛŽ®Ûíón+DàSÅ÷Á¿‡i<ÆÖjö?Ù<Þþj!<ôZZ2÷14Ÿ~| |ZC¬@œ;Dã0¼¬Uì/÷-^¾§äo|"(Û™‰®ºzÿn¹FIÁu}ÖnÈv3GÎÁçaËy#ø•‚ObÞÙ#4ùœ¥-¤ Ê+y;ФŒa¬ ö)¶”7Œ_!x.fTÀµ¶ç°‰®åÉÕ€ç1&œ ‰CXØ'ØbÞþeÀJ×2ÐSC Àœ§‰YТC9F2=^zŒ-ä æ¯alzâÁøÕ}_§õaLbU±¯³9ŽIü{Ï€Æ^°z-*¨Cá*Í̘ÈÚÎ>ï0ó&ò· @/vj)ÔÛ"ól>¶f­GH|™fdl‰ßƾÌ6òÆó· .û}zÐ#ž}-¶B Ør½£Îý Xçq°Æ}š•!ó¬ÎºÏ¶ò¦ÛëŸø=OàEÌy4îXþ²> Ñ÷‚ã%$ã=Z2c«–}R2_+؃ê#€ÿK€[:i?U¡¹®}™_äìdßa[xSù;à¿$ÓEÒ_˜Ä²Cô¡ùm´ÆV®µ%%7…ß9÷o`£sI€½ÑÍ~BªaÝ#²óXìîœlÞ3q厶™í¿’²pIþPÀу)]#2sX 쮜LÞ~ƒào•ëŸn*ÓºD¤3f³ŠãºpÒy3Òv òâÖñð\$Ù9ÂÆ˜ÉªgwæØx3ùõ‚ç°üªG|®Px„‹±”µ—Îqñ–ò÷ ±0§ °†¹è?÷S:€°'c1‹–Æqòó[ŤSvc ^Zpô„øø24ÂÎXÄêŸʱóñÏ¥|ûhroÅu>$"‡±€ÕÄžœšÃ[Ào<÷ú¹yo€v&}V0 eJdÄAúJ–‡É9ÈýÓæ!ÐoÛ¿ë« mSizµb{‹{¨}î£ÀÆoÚÐW°ŠØLÎî þ/%?üû7Μ'ˆ~skŠÛ± U”fœ§OÇí§/g°éœý\u^濬XA©<:Ü‘]„ì$­«Ó"öÑËYn6¨Ëw}q€'!¥ïý•ðäÁ¢ÜJû¥¯eÍ-pÖ¸×òÓíó‘Ì\óÃ@ïú”ÃÏ!Qz·è½Ö:}>îç¢5üXþÃÅ[ƒîá}£!üK„8ãE0ú—3€}#ë0w5€€OBë®zÆ >ñÉ8D_Åò²·gâ®â7‚e¾Fr½Ò‰õÀé#‚ò€£YЖ´K:dŸ Gâðë("ß™ô—è[Ye첬ŠÜ­ü-@e½ˆ4ôÀu_\Å)BVº„Ƽ•w¾™5–­å\ànæÃþ߉|ð+Ä‹‚ñh¼¿Þ”ÿ¡€S°‰5š­æ´r?ñ\CÕÉ Ÿ$%E{[Þá~Ld¿úÄͨFÿh=KÑ;’­äœånä$sæ/}p p CÈv Y¨OI2X#.â&½š5™ǹɭæoÁOã)·uñÇù؃ P úD\§W±&±ûp®s«øã€~QûÞÆc¼N©†ƒ); æCÚvÖD¶™s•»¯£:ÈÊÑžür@üCTQ€m"ÚèûKzç%pÚ¸5ü‹º- Yw"C7üsÀîás¬WvDwF#kûfZw^M†UÏOá³D¿à2ðæ÷8¦îÝXfDWFkûÅÄ—2øM¥£ýEÌ©§ñPœ–ñ{7k6»!« ï¥8iöz+}5)‚Ïâ¸> ¹ªý›°¶ˆÎŒzÖL¶³+«ž?ÎÜ—ô<€Û¥éJXdEº+"œ±—µ”íâ„óöòu±Ÿý_wãC-Šc´°³œ0^ ÿ"Ñ= ¸’r–ôn$Ši{D(£™µˆÊkæoé°zw&é#À1–Âø!c©;‡Âkâ H‘Ðé·Ògd.®Ò´ÄéE+™‘lçÙ~­9‘€_ŠgâÈ\fÜéI«EG:IáUVb )JÊ?ÀlJ,â¬àýRÊú˜b7ÐwÃyšäfÂ8ãñ«Ÿr_†þîGÔE.À9ø˜s?“Îæ9ŽætwÐ~¼w¯³×ßÅù)ÿ>Ã#€$>ÍŒës9è÷”âÉ…û˜4öï.~ÒŸÂß…©»‹·QV€§ùôÃ+¦Î†øªà­ee ØYyûG£@?éýUZHùcÀlÌ*b£ñfƒ.xkG˜|vc&Ç}$*ìú3êÝÏû¬@ßøFäfDÉÐmo5ã0“ÇÀYåœãàáú1ÆxÖÕÔ X¸Ê¢°&¡þ|òc`»9H†yÖÂŒCLÛËYÅ[èæX<ê£C|N;BÙÌ«dœaÊÙ#8$;¬r ýR ÞïžÚO=fˆ«M¼ ƺ){§UòŒý"c¹`½wI3‡c8çgù ÑFÞ†ˆþkkG(¶š’=·3®2Í쉜6‰Æ`ðIÝNuZ/б yožyF$ý"qx|7”ÿÕ¼mŒËL#{{ÚMIUÆa?ûOô™ | ¯CQ.~„°¸WǸϴ²§sz|¬ÿ[ý^ưÔà4’zºÝ¼ZFjr2{§‹tŒ>ôŸ‘2†èp´A*Ð:Œ¿Û³ªÒv2î0-쩜sÞ‚ìg²^^F Ø8¢Ã¨ãÕ0Ú˜ ì)œ_KÏë°ÿ†E§¾Ñ#‹¶ð6fvge³çqnç]KÈFô‰`£§^æ^"ªÖÄ·/± 0/¿™×ÀèÊÊdïÎ •ž7e v¡+ª‹ûùèð«>ø¼5ɲ›Ñ…•ÎžÍ ‘^KN'âÏÙò<áƒdñ5>«òn°b#¯žÑ™ecÏät—Ž1ÿ;NRöñÖQâmÛËg¹ØK9L©&Ö%è¸Ú÷FÑ4‚4/[ÑÂcmKXÌy%í¼Ù)xôÎÁƒPf¯™ʲ³qhÒcí‚•ÅO–þ?ýÇ^^#„•ÃŽK —މÍ!ñOC¶Ø‘ù!e¦{!Ì€J"ˆ.ze«4’u0r{†‡É<àªÉ·æ–½š>Wjw&àЊˆ"“u ò¨gz?&ÿ^}dƒ§ã\YâX(oÿ~„]#ñ|ò¦{yDƒÎÊÏ[Î)àÍpìú»òûå.BW4!48²ÈFèÑ#ë6Š„oÁ‚ånÆ@ËĸrŽ›Gãƒ=ž 9»Ý·â¿FæÑä?¯$=¨¶6"ÔvÄ{4roé ž€4Úç” òÑëÀÿ}ä/ŽÀKöé ø¿&¢2Ï:¹†3Çç‰ì¥ßI1÷.eF±:bƒÇ:™žX—Êãz1[ò&R²èmÒÝ7}0‚¬Šð28¬C‘«8^‡(úÊÕ§H8˜ðLó,¸Ž^Ä,©ŒÈË‘³ÎDVr>Š‘óÏò?Cª}û¬›pLþêæ€ ò!›ŸBWTD cHY§"Ë2GÅHù§|ô É_\|—ÐyaÑï$Œ=@² CbÖ‰ÈB›*FÌ?éã÷Ÿ€Zöø«3Ê·¿æöEƒBÖ±Èuœº”a)Ç¢#’–1ß#,ùDz¤äÄõç¶2Æk)—"·r>èù—ÿ¯ÝY«é @×ßp¦¤&ehY"7sF ´ü >úÿTR…5ÆŒ÷YÿŒËÍP³–älâü-Qó[}èÇXðµº÷ 6dñƈ‘ %ëläFιh%¿wû½© Ì÷öö›ÉÝ!z¹ÚâêˆÉŒ8Ö•üjÎG†8þÍè}í«æu; †]q·â³ˆ ÓR1‰Ñ‡u=²Šc´½gÃÚY2xnF„ÇómÿÕx÷öˆ‰ŒË‰W#·sT3ÿ*Öÿâ<9IÒ„9T³( ý²Æ3Œ¬Ë‘Û8çôFþåèp°S‘£ÞLîcàÛ¸~‚쮋˜Î°²èuœôVþ}Ìÿ7#5Ž_Ï“ú.Ô£Ÿ±†ýP5åÖFLc$³îEÖrFé“ù÷ý?@“Šcè]gE–²Ü®ÀÕú©dðLQÖT†Jw'r'G¥·ðïýKèzdŽÝvÉ)+1ÀU¿=•WÑ7½wi[dOï9]¿-ú 76¼z7€-øÐ1Ï};ñ±äFŽÊœÍï. (ûŠY—=Ì~&`= ƒî4 ]Õ1‡‘Éò¦4pΙz—t¥Ô?‘ãuǧÄ¢{¯m6#Õ…½›#)Nçw¡ÐOôá^—âו}æÉ°±:³ë9£Ì6~gý(J/Ø€|ÎòëÇöF,eRÃÙ{9ªX?òšüJÒúäŒbã ŸyBžG,"Ý ?¡ƒü »ôË+­õ+\]­Åpœõwœ-,]'?¦}!ê×®’jn9Øq2òè2T_O^ ú|EŒ})F/.“µ^RÎq•é¶‚üR¼CŒõmÀ>ýBŒVÒœ™H©p]„éâÙÒÝò[±éšÙºÝýMÛÃçÂiEû3: mâ™Òzù‹f›f¦®žÄ¿²ƒf‚ëK?… .t‰—J÷Êãc¿ËXª+Çø¢!¼| ͯ^Ç™'÷»C!Lè/–¶Èo™šÅº– ßޱÝv5`O*´‹I›å·,vÍ"]³ýçÖŽm"Ì/6É_Œ}%®) >[6ÃÕÿÕTtjß³Ic,‘ƒ¢•Ò/S"UÕ+už‚õAV°l¶8ôÉ'`¡¤xÓþ–½8·HþmêÊœ;¹E†iN®/óP$Óð<¦¼û\j'”}ùžËhžu ìO^Ê].•e ´ïW/×Þ%UèÕÀkDsXý |Ãu; aÅ×ã:Á˜4!`¼t¶‹¦Ú§.׉}úÅyfkiZGö—¤¯•’¿_j_«öÛLYù~éZ‘B”/PLœ@{·|áÑé@yXÆõ;í"…[.î·¢³ÄH¯+È6¹È&“‰ð)OxX4 wn.OuX½Z7 €ÿº€ÏžÏãÞ£ôA3Pfq„‡D«¤^9GuH½JçÅôfÜ{މI°)=iUVÔÝgS.üÅ®M!—«Î¨+u#üøŸÁ#&:ƒ©I_“NI…§DÒaò÷§Ôºaú´üDðÖbnWD€5V±ð„hƒtˆ\¬:aÛ bx”5°Pd'ÊïÏoØ×IË…*“}¬c0…þççÞAr'DÑS Ë,Á¤â Dyo:G¥é…—Dw ÊäzÕWî­º2?þ×ÁÊZ¨-DÐB¹?_+Tfn–Ž•kUÔ›uc úÇQÞNºÅÅxü£ã@ V [E&Ûh¹ZÕª~/týCŸ?H;Jì•.€ø;‹èNºRxÙ±Ë>R®T}áØ¨i؆¹mÇ÷ZôzLF0[Æ ‡¦UK?7Ä©v¼í™lhð[Oy¬ÿ}4Æœöo…,ÌCðKí9 ï÷^•Ø_0<[¸Ú[¥›ä'ÿ>gRưK?-%´Æ"pï¶^m—ö5˜UWÕÛu¾9éUҺׇ¸^3mQçSFáeÑÈÂú±%—ÕÛtã}ø¿ã=ñGNt½·(s%Fî}QôJ–U5+¥Nwb„áwžõ§÷¥1Á ïÀ˜ÉÂ{¢Zé údÕ=u­nš!bó,Š߱Í?‚«ö^Ÿ[[„wD;¥}õÕõ?‰S ÏØ,ï‚KÊœVzû4¥¾'ÛD¹7tIYmêÝ’þɉÞöÛÇ›HÌ“CA²lawq£´¯Y‘Û]Ó¨›çc¿ó~Ï¢˜©¿ÇÞÈ.Íc&Ü0eªºjts‚æïý (œ.ì"Þ-½›®ê¢Ù­› ô뉎+‰4{xšÀßÄ_’¬÷m6agq½ô³MÕYS¯ëåîôþs ÃÅ{¥}c]ªpÍ^ÝR,ÿÜÌ0\wCaD)ÖYङS&n‘Þ0;UašÝbD?‚„s©Ažl²&SŠlk†Š›¥ŸÇÚU¡šfÝ"ãÊ=/‰‡ì–"n’¾›£ Ñ4éøÑŸšr0·Èâ•™±03S¼R¼*?RîQE8ž¶F"ú#„Ì7J;ý»ìsŸAqÊ4ûOÎ7=ÿÄys':™ò"Õ Íí:àr¡3çÛDÊýyƒ ÷ÒrãIï5ç/ï—¼ä(P=ãÚ¯íd qiÎ:‘ðñxÈ·°oæîÅynUŽkŸ–fx-õ1Œ/ÚRI怙ã?ÏŒ…œK!eÐ áZñQ‰@>HµVsT»:Ÿ™Ù9@ ½CYm ÕáÂäŒIN¾ü`ƾŒ#Ú~¹›‘ѱW‹…i<ùÕjÍa-ðŸËžêW3NR<–·J|H‘{U«4‡´ ¿Jši¹-‹A×DÍßEé‰sÀ#„•b­îㇸJÍ­ñÛ/ί€õ¾ pÌȬa ±1M*ɯÐ|é–"ú °{“>#À½*C„ı1bùÕüâZ±áŠÏ5«°¯F&<Zˆ)höJбøƒäuâc¡|°jæ˜VHŠÿ‹€å¡x´UW?P¨òT—Ò2¡£_-¾LµUsI«7Œ&lõgVÇž»’ý‘»,q³Ø¬ÓÊǪ6k.h˜sˆ(WòçƒG 7‰:µ|´j“¦U«ÿî€{ŸáQogo?žm©Ú¨9«½HYÛ 'yìŒgѹW Ž/Ë,ß/ & «ÅŸ¸Vnµ&¡8ÎDá&DRiE(Yð6pŽ"ôœ$¬?oè#Ÿ¤ªÒ\×öñ‘?Úrr i>ài …ÛÅ8tNVÚvÍU­è=”«Ž‚Œzç-G9ªÁ3w% ëxaLÞ5½Q>^µMsY;$×Lòò\É»ÖVSð%Æ~?ù¸ý3½U>]U§á¸¬Añ·yáŠ/ýÒÜZñóúdù4U­æž6Ù~·îZ .‚%§ wŠk,ù‹I;5w´„]k!ã<~Ø!#õ&BøTU0EX#¾¦ËñžM¬Ñħ…óóÙ~q4bàJq£8Öœ-os:=ÝuÙXþ0œg7pÔ”x–’N²õB1’¼¾Oš#l¿lË”ÏQ5höØ2IúEõí[Ÿ5ÔÛ>}Àlá‚Ìk±óÓg«vkºèÒ>-+ŠèÐdy_Cžšq=ºc`’ê7”ÏÆÕ‹¿L¤ÏTÕk:ël$þy„õ•eÓ2ü°}©p¯86Ö%_ªÚ« ×Mûv}ÈÊÃ' ý „ @ÃÅÂñ5ó‡ÎŪMb¦ñŸCyjâ÷ñ(1};a FõÊâEÂfñg±vù"U³&Tg74úùü=Ÿ¬¡Çï ÙppO¸”ùU“&D—4~³-×(5,¼ÿx‡+…' Ô½ì˜d÷h"ue„·N¦Nk·&CîèP½þØÕ†±x‰}ëh¶:_Ÿ_$îßï€l…êOÇ‘â~çqÏ”œF"ÿè~õq¹°@ü”ã¦s¹ª@ÓPÔ€eüÔ§ÖlÄYÔ ¡Q_ðÿÿž1ºÅËâ'•«ÜšîŒ­‡ÏsåÄÝbvªßzžHå»Òº’µªAš—Ž"ùEÐ9@û¸z|˜üuþ·Î×PÔÍ áãxG“;PÌ—‘­Q ÔðuG|ô/‘,νà³þi÷²@ƒ¡Y®ÒâÁºÃ²Õªš#I‡ ú>H¿2ÂÛÀ[Ïã<èNôOYY«„^ñ Ý!Ù*•Wcw"èé(3Q¤D¡î§û¯íÏΖȥgd•ª–\¹î A?†´ît2@ï^=P,ÄNÖ0q_Ë)Y…ª&Eª;ð<ö‡D|Âï„Ýá±XzB¶A5D#Örž{¡ó ŽFå-Æ=Ê:á`±PšèX§¬êŽ!ú|Èα¤HûÒ³ž¤—ø{Aîðâ­Â2q«ã’Ì“\¦éÔé’þ¬Ï*Ýã)žÆ±nŽk¥d›Ucþ‚¾~Êoý2zçE¿ýÕ»·$Ÿ¥µÊ6©F»z§îôÞΙ:ä·ßQŸtè|GÕG€"RçH±RÚ«ŸÕ9RiŸbÿ4‚Šèã3 ß/°‰@†ˆ+—çI@»jᧆ8éMYµj2ÈÿŒÖ,Kÿ ìØ²r:î†Æ8~Cc%ÂOažÃQ%œ`è#½.«RMúë`ÿ9”ùõ3ƒ§j0H~oA2€<»Ðd0K¯Ê¶«&j¾¶_¥ø¿®Gd@w”ÙÓÐè œOâ· ¯èÒ˲bÇx ÛyÑÿàaø/_&a¿‡˜ìŸê­Òû2‡{:Èß/þæ@Üò߇{à“Za‚mTá=Y­ê>øæ¢ï™æ{sŲÏìšôCsïÈvª¦ÿ;íô”¥7ŠûÈæ9IçÜ9ÿ}osFTA[VðŠ.A:5«F5èÛ‚Þq*ÈIÕF¡Éœ-í.oTÍúîAêÇ4—,È9›áÓ(kWyƒjÐw¥Ð¯ž'~1Á:ÐÿdƒÝÂ+±éÒ.òݪÙ@ßÅÿ>ãyŸ¹I½p‚Ù&í,7$ÍlÏ?\=+á÷Ä•7I4±DöW!ÞÍ7ź¤áò½ª¥@þÈóïö/@}ÈJ¹bvJÃä-ªÅUZ¢?Dè¼"ã›Ý{g\Wª š…ŸÆÚ¥YIͪEÀ?èß#!ÎÓ„×äqá û÷XÃ8›„bs¤!ò&Õ ¡È¿â6EýqRþiŠ×`‰Ï; #%YŽó "RíÑ®ÔïÂ÷óoµl"u|P¾ty°æˆÇJM O¼’q@8ÕS$SåP0Õ;rWèÇPVÏÄ¿ÞOáÚ™?Üý²Ã» ýˆïa9¸® Éö é’Ùr…7ùõÒtg˜#µ÷³ýf÷åé•„UrwÏ7%—+:ub纵åúN½©×~€¾'éÃQá.÷ ÙZEt¶@=Ï6­xñ<3©OätóvµL&ÕM¾ŸlG„|É@ÙÅ«)|õ@íýÜÀj’ YÏ žf/Ø.!yç©‚åIÈÏ%ò$d çaE…e€vµ>ó‡èĶ}-Ik)X±*o4DѶ´CBŽÄ+[¥8¤à¨½ÚUúN„üßÐü5¨—/ñ9—súŒsF(—ŒU*Î(äêÚJý®˜àvÿÛÖFÁös¯»O _·ÿã­PœR,² ÓVègPèkm¡ câÅ¿¸6wB(– ‘mPœPˆÕC´ô©$úz„¢‡ˆÊÿµßÓÈï;[…’—½“2Æ&Õƒµëôüä÷$ È:9½7eN¿$º$ÔKÊd=]—zu™v«~—0÷!÷¥!¹n£ ÷h%ce›ñ™ZõXíf½¡t¸§4c ¡ëï%}|²õ­Bµd´l“¢U¡VÖnÒw“N£~ÿ;Ž•ø Oª=+TJFÊ6*Î*’<#µõBÇ û;-_Ç•ç>ÖÊN©/_Ùã$“e5‰7qêÉÚjý.AÔèú‰(Ó^$0ÉHéÃæ]ö‘L’U)îÆõQOÒVé‡ûôßšá$_“h+p=¹*4K&ʘ¹WfõDív}jn R¿. ÿÉ/Û¦¸¬0ªÇk·é;=XÁ$²Ç‰=øýj}Ͻ˜‡áY÷…wâ¦Ëê÷Võtmþ¯ÜÁVìÜAÏÞ^)˜&«UÜS$«§ikõ3H¸,­ ¼×5ãqàÈ ²²yGh‘L•íTÜQXÔg-;õ©>\å=ä\Š­Šð‚öŽýRâáøÉY¢M‘ ¾šU£ï¤ßáw‡|raÈŸØî.Ê–°Ý•ÙêyÚF}*¾£íd…‹™ÿ Å*Ÿ=¸/F<îȔ̑eZ&åfªçhôÌϸƒÎ S|ÖԲ㻈‹fËv+º(ÓÕ³µ»õúüûÙé‡dáQ”?E6É”¬zEg¥M=S[¯Ïñé¼fwÀ⯸-¢;âÉö© ‹òŽj±eŒß]?À³ÄV¤ï—´‰kdS'2Â3j´S|ü?¦°;iÅi-²BñÎ^°l¶¨»ä[Û-‘ƒDk%ݲŠûZõQçO*žµ LÜícû§P?Яt Ö` èhÒ)_1Ô½F½ÄÆ÷ÃßMˆóB\Ö%Eá‘ÕØND­YÛl<Ååjõa χ>%èóíëÜ/yE«$‡¤…W¹Jm·rô‰”µÊE™­'Ãò¦ck öé¦ffL¯”œ‘Ê#”•ê3š¿(«ur ý 뙊ð²‚"Ïu¸z˜¨B¢ÖIÔêS)!ÿ@èVˆâûǤp þ›Žpd¼ú"oŽç„´Å:D¹A=£@ ô±ÅÁƈíK(湬;Š­;¡Ú}8á•Á¢u’cÒ™ƒ•ëÔÇ4BÄÿoœ=ã—ZZ‘Äfôs`q1©6 ¨,m•\’êeÊ­êK'²ÞAÀÛÛÈÏã †C87K.HµŠ±ÊÍê ­Ÿÿ_Á¨ß9È}Q£E›$­RµbMñ&u«æsкÕ¯¹ÈS9Dè}þöÀh‡({#E%µJÅŸÎêq¹áÈ.ý:%.Êäõ”îÌ8LUKnJ§Ú'+«Õ;,q~òK3žl?y‹¤¿ìüÇ‘W¤;“DU’ñÖ>ŠIÊ*õˆ—ýê›ÉH¢¼„þ¿â¿F  ˜(ZšyU*È›¨Ü®N2Àµç=ðC&¥êåA¾ž¶ÅÚ†&_¤ôAñó¢}”k¼h›äû4£b¼r›ú®ÞøoþÆM ò\Tšóe%aº¨NòE¢U1]Y§þRoÕ3ItyH‚þ”ìp?>c­•Ü“&+¦)kÕ/ë“õ{R |/Ài¾|,Á´¢¡yk­;ïH-Š©Êê$ý}Ì}]ñ9r¥¥TÝXJ?´ÅY#i“&(¦(kÔwu[±çW‘<½.È"ä(¾ôn°w—e+ÎXÕIælý8Û¬_¡È Ç#vÆýÒ|Ÿ•9¢IWY¦b޲Amô”øÌ”#䈴^ö¾á#I,ä÷lÑnIYºb¶r·únlúCŸç´Gÿ,ÈÌ!àŸ™¢zIg™M1SY¯~ÙlÃôß±3ƒ” EÈŽ(ýáRÑ^I¸Ì¥XªÜ«NŠuùñˆ‡·Úq±¨E&kµ,V¶¨ïšAä¿™ò;Ø•eyý^ULk-5KBevųyÍê/cí˜~) §>_uhüÐcWÚQ“äº-G±@Ù¤~96‡àWO‘_FZ(yµRä‘DÊ>-^©œ•©ýÖ³ŒèÓÜ@Y×é7È»VÈúK:ƒõ´(:´¸êõ¢Ç¿ï9Š$LÙù åÜb¦ö-b­b æ2±HE’àg¨†ßä&“¢s¹èV>]¶_N³¨éÚý:9yíÜó'äÞS¹_$,JëŽG)#Fûau¹È-iÎÝ'/WºÕ4m§No‚U””*5?À ì$‚ËZÑ ‰@v:å»~ƒÔíQÂ<Ò¦Çû+¥ÓKz»qqgøùkD%³íGäk”Õ|íÝcÄÈt¨¤~17uHb3Ö½?àp`µh€„';,_­´ØyÚ¹¤9B©m=|NGü‡Qbà¾G Ÿä ,^%òJ8²MÉ«”^uEÆ!]àøë¹$ÙbVûÓÄòÔ/¹Êgä•Êj¹öˆšƒ ÙW0>ŸRûÊΊg&Uˆ†I$ù§ä­ÎaêÞ®SAøvüLé¦+sê-«@Ñt é¸Õ1IRiwW)_2ôÑ^×qK$”¸IÏ8^ü{ü/¤º ¤Ìȶ‹ sŸÉ½*ß®L4˜µWucÜ#â&@Ä/)Ú èÓŸÝ”݉yÈÉ äÆ6Ñ«™FÙeù6åm}¸ý²î¤÷3ˆ=Qu{–þ2w>È®ý;ôH±\'š.ù=î¾¼N¹CoÕÞÇöKFº=AZyýÁ#q|íýžìWïJðu­hšdiò=y­ò%}²öž_üp0~\ÃZüæêGôtŸ$_+xÎzÊf‘Yãv*Åií ïñ°È;‚,¸EwhŠ$AÖ&¯QÞÖ%hÛt/ûDÞßOyî@¼GêIEó$Ù²µöŽDs¶¶»Oý[xÔïT¨D ¢9’LYWEƒ²sB¦¶«_ýÛã7ï¿NñÿnÑlIº¬‹b·òvlº¶ пé¢Ð83ì„Nv?$¨½›d“uVÔ+_2Û´Iü_ ºj2 âw6öí^Ñ{6—,\±W9-Ë¥ ×wú?ÿEYKœ²0E‹ò¶Ù© Ó‡zþ?úfÑ"‰]V_Ò¬Ük׆å?yî’_l4‰Hrd)iMÊ—bs´bˆ²µØZiÄ“ÓÛo4ï´åßïf&vQM$®Æö8h¨BÖÿï£?MÌœ§¾P·ÏÇsß+¹ ø4bý€iîÔ)«ÿ|Ò>¼ þ6Ñ5v úM)¿ HÝo £5”~}NÁBï?_F¯Ù ÁÆ¡!ú'ú „•ïaÜ8í}ºÃç-5¿ªÓ¿Eûèo—¬&æÓçÃÆë);‘OŠ(xwÄÀ7s@ÇùÄ>ü6ŒšÍÈÂUÈú[(™JdÄŒœÃÞý úVÍ |ó‰ç'>«ãƒèboÏÃ~ýÚgNø|ÀýÔ ÎäøSF¿ _‚+нä;>s«ë$_œ2Hýü˜yDù áí:Rï1–ÔþC™!í-?àï·¿ Ùl$’Ë‹¤ßŒãñ#ÒhÇ B Ï/zÑǵ?£Ìß²(u´è·†@TÄÙ¥_2èÿo‰'ƒl¦t.‘;2A¿/ä‚Aû@Ê“E^ \( B):ßÜÂÖj5¨}/iàñ#üV‘´:zUñ#[ÏÏR¢ð¿ê+Á;ïØÕ¾iˆ{ ?^Éç#4¹˜û(XV™pÝÐçþ@? ¼ôžííMAíwÕ`~àÊN ¬ßŸ¨ôYÝÍõ\6ä?¦WúHþ;xÂâ©/,´áÑÀ5Yò¤÷ Öúc$þ {je£áù=Ã8ˆ—ßSæS|·ÏªAJÐ]‘; âß„e‹Ä¹6‹dÇå8"kQtïŸÆQÞfH@ô= 7>€Œ9–; IþŠÀB„U? ¿i>‘t(épaˆ§»1>--è‡F P c—[˜ û0qaï>0êÏÅ ‘–¡Ÿ+ ’A†®ÆL T=?Ë@†õˆ ÅŸ cÎ/ï ¯Áç“ãKQ^7 ¼ï^ŸþÀ} ²Ë½k½=@ÖûíÿFÉãkÓÿ^6 VxEØó8΢‹þ ®w iûMugUþêêÔ)•d‰šT—¹®¨gH¿XÈ|d­6¿õóxÄíú™N©&O†H~;Ž^ÆÓH†Ë%û<1&¿vè º-u8âAC25,‹_›z ½ ¶dd'¥ËGÞ¶8ÿórA×›¸>ª‚xµ'ªPƒ4ò?Žõb:~EñæMøÞ±9I“…4‰44A×Öû&^ïI¶zúÿL w4 i…~;;AçëŽ@?Ußùíñ‡ëýebŒ¯P.üATÀW\×A·˜ݸ賈êÍú÷{Û@¿IÖ50Š8©9ïXï. ú 4ò}Éö>`É}±ÝzoÄy>³!”ýÇÅŸB’ì !ÇR=Õÿ(ðß ö2“:éž¼Š+h ˆ‘0&ߘ ˆ17¼Ô'jŒ¨Ê ÐmÍþЯ£æ·ë>d@âZ`«w€qŽñiºµê>›õMx•äïUUS@Ûš =ÐK¥çi÷?¥ú®$u«(<æ·¸¿GHÕ‚prEj<ÕîL?5ã/ˆ˜<¾ %âów%éR?ôÙOO´ëOðŸå¾Ž¨cÁ#̬ª€rKpDe‡;…Æc@ÿMÐg>”’·5À Ao¼Ô®?TÏŸÉîà½”ÚØ ü{âêŸ%\ƒhÚ(QhMê„t‰Ãn"ú­4žúnÿ;”+‚œÏˆBÕ¥¾½2Þlתg9Ȫþï›ßülð™³}Œ¯‚¬sýÎì=GÂÓ ísl£ˆ¿oõÑl¼ÚîLß å–žF^ŸîÌBøEñhìï”{’Fãåvýþ Ÿ¹Ò È>^¿ÔÓ”w¬ÆûíúÕûÍ‚~ù­ý¯dd#tVX‘ldÁÕs¾´MÇö^æ7ë1˜µt¯ÆQ¹.Ób¼Ó®yàûÖRæÅ‹‘ §ÙÚÚõ××òj»ãÈòþCïÿFÈ6v‡úõ®wªHû Ç—ý©ËÞ>í³ç}…ÏzÎúÓ Ù”ÿ°ñœÆ0sEA·Ø'0=áMz10óEŸØ²Cÿž ç þæ]ÙØ’žc úçˆè:Ypä¦áø’@ík¡¬‡§‘"SWyŒ›½Ó³³°žªTú<ž@©ÇQ ¸°Å/2ö&ÏÍ)2®Î9€¥¯@T # ® kœ ¬X‘]ì7M$_—›÷#úF$³ø£ØïsoØ_E›Í¯§üEÁé©àqg"ãïY7`ÛPlÛÑÆMæÖØð„„„ƒéaÿ=éc‹1>±%-é“>Ò83íìÿ¡?Îðd…ÉÆjóMý·Abíy’×þ"jMFÖ$c•ùzìñøfRµDØhB‡5¨ ì2Ѹݼ‡°Þ‚NouIáùeó€üñÆmæË$ù—<ñ¸Ïê Ç×M7Ö™ï#úS(O'‚åAú¾I€ßQüÿOú4c­ùæÿbü½ü°êB¿:ôNqÐN 0îTãNóB~3è¿ÅåðCfúÃ=9ÅXcnCô×áê+>ܲÍ36š»gð_DØÏÇzœé ®Î16˜»öùïõˆ‡H±ÆZ@tëéY³»Í“è‡Uæ\€Þç†_Ì4Ö›;“èß òI’~º ‡wp–òȲԸלíŽQñ5ˆïÝA{#%¦[Ìa}ÂŽøà‚·ý»c°.YØo‘±ÙÚ‡úžó~Û'ß[‰ÜTæË±%Þ-i2‡è‡ùU颼£~\s Û®4¦‘:^Hè¼Ï¼þéוÒÏ#¹ú¡Ú;rÉl¥¬0‘¾Q’Ò×Ïn?‘刟%– ̧ <‰ qæ”ÒŒÊfõL™)2Hqõ1ýä.7º16Ðq ‹›M±Àk¥çZ? cÁZã g871ÞCY‚wAÒ:ü¶Ê3€ØkŒ×âFXÃhJ¨Ò…§¹sFþ‹™W½@ïÀµq ®Š'%LÍ™àLÔa쟰äQÈ·•Æ$þêû”úž^Ô‘þ}€k…qÐÅY¦ ùªÐaÐhƒq‰¿ûì³ ,û3Xaq0‰^Rn-Ç•j6è÷ø¯µt$¡S=ÑCT$,F>Øj,3gä+1ÙGþõÖ›gÒ¬f´ Â%å¸cØfãI’´}ú‰XÖiUÖß~ónBY÷LÁ&ãh’üúÿË~íÿ6M¨oš€40bú‘qJ_mœLðoʰüExÝGCÄËoMvD[•qIþdù¯c»4޶'bzxô:Xx¥“߈F¸“±ÃÇ_Êâ¢O¶Ç“ø'„¨;ø^Ø7}ú.€äuÆé$ú× FÞz#íQìWkìðºuØnŸ2‹\ ˆpÚ2ñŸŽì½q¹^ 8¯EÙCB‚ãóEÍmã'›°ÉF[FûŸñ*R£qð ×´wÀO5” Þ v¿…ea˜c5ç`ûM"$ŽK|˜Õ&•m·ñ1¨^×)uü 6û½ƒº¹Âr yÓ1Ë|<À,ü$eF‚-ÄtÓáª8c‡Cüî5¦Ý×ǤŽ#Ü2ù¡+!gÁ-ÆÇvßa÷ÎÕ~=M³±?ÉÞ‘êm­zR…÷àYH„lMÆYþËz¶áÎýÆ€G·¼—¸ åóAc$…þITÝŸ Òý žíÑa¿í€‘I¡— Ûw+r§TûœÌßJdVW’_oÄ (ذè!ßïrËgýdŸ‘†ù¯~GS—…û¬»ÄÝ(½ÙJt5 (òG€ ïÀ|"'Åoeðˆ‘›IŠ·Þá`Á7Ó_ r†=~&hx#ó(–é°‘‡øcýØ{^â"¿ú9¾'+m*áPýópÌR‘F;c”cúM`Uá/ðÙ,œ/üäÄÅçÿ$%ž2J1ý„ƒ½ƒòŸþÙŽ-Õ‡ÀÌF1EþC€ëýœ`£ÜNéJAÓcF!¢ß‚¢¨oÑ2´þjv¶á2:ý¢ºÙzɨ§ðÏpˆJ…*ëÛèçE„}¿¡˜~™äï F-…¾·@ ­BÔ+pU~›”#ljªþûm°ÿñdÁ1’ΕTÿ+ño#më:È''Øè¦1ÑÛpnµŸŠÞk}êØˆ‰ëF%6{ªPÔ<ð9¨;ýùªÑ üë“xˆj~æzÀ«‘÷Jºl4"ù›1²®ßåÈjû²þýâxßhú„ÏóÐJü:x}3£•²fvKõ-¥Þß3&ö?’õ àý—âƒKqÇh¡úûïyÂÖS|îa=DyÝfL Æ®Æ›3:=Ò¿î¦lýHÏøÕŸ•ü÷‚<¢«)SôÔü©p™Ù÷Šž”5­.„\;R.¦tjþý®¢td±VJý?à®Lg“ªka“âב>nrņ2B~ô‘¿4µ—ÏÌ>Œˆ¿2Ìä$qìïYökq‘,ò¶ÍW02„‡œiž=éFê„Ϧ‡˜rŽ—Ói!òÒ;¤¸ÿºß <òÇxÇí6ªK=‰k"MÍm(÷ãá½zãúlÊ”H²¿”i:€,¦E2/éýw¿©Dõ\b†N]/ñɺi?¶ø.@ň Ï>P’jâߤ£™öýr°¨ üÔ«w僻X(ô@£Aºyé(Éãõ9/¢,¯Ã‘· 8­Æ½©,à9Šó=#ú¢ûøé™â •,¹ƒ]žé0ÐóÑÕŠ¤\L?)«w|›êó>Çtȼ<± ï÷œÃµ8ëáQèyÿÖ3f.¶ú€ÔTïJÎðék¥¦S$û-zM@´«Ì  “ØÔÏsœ¨r¹ÿm·É?!ÉûýŽ‘ø÷¢Èÿ6H¢#j~o?ÿ-,H+Ö›~!˜žf€QëDaORï@ªÊ ž ˆ¿UÍ%x^ìcƒçý¢ïKlUµ©•$?#à)Àî¡„Œ'³&SæöJÓY²þ‚¡fÚÁ¾óóMœ)ƒ¤ÍP}L¯Þ s_Þ?Ý褣dÓuküÃã®É¿$÷˜ñ0/ý*ÐÇñš‹ªßyËÇ ñ›AÏÌE’bÃhºLðÏLêE:‡pÙušä³Òõ çŸ1{eYM÷}’ü¨þë°,?”Xüfuɦ{$ý_õéúß%|udQ?ø¦c XLwHô¹ú¯Ús¥¤šTÊ€.;ˆ5rSÚ€¾ñ»Hê^tž½‚T³MÝIë÷‚JŸº-ñ‡Ì7I½Ä)°â4ÒëLSW}/Ÿêé T²^êZºé\Q&Ê…ßÁç?˜Y!O?ò3ýíàžžÎ$þtì;Âÿ?¬×Á«¯þ»Rp Êe úU¸¦æ’Æ:MøéÉöï rŠÎi:Yú¶ÙµøÃ&y[vÓž´eZÏ#u“<¿9HWžc !ï~ņ€œ/ð«mücxL+cKq”~ß{òD¦O”oÁŸŸÍo!aE4êŠL+bmË^#u¯ LèGi1Â306̢̠LËcÃÕ“ µòÀ„›Ø W šõòéð‹[)å„þO•ÿ@w<˜4`E¤kȾƒLk úïÃM õO0ÊEëA¤óé±w6"«.ò‘f iMìG¾¿8þµð³…Éú~É-Ô¹$’ªóÓjÌ_\âB#}„$›…cò³ŸOí5­ÂôÙ=ÿë>¼‰îà @ã¶›¬©ò?ý;X;Xÿ"’#ÛgMn˜iXäedñ×€þ7È•‚Ò8Ò¶˜¿Êˆ(HbÚü?E1áˆéãž 2Ù‘þ?ñ‚Kó.–b—w°i’¿ üÜ3f<Ñ£&ÑÿA£2«W™iëú“NñÍOù ¯A|tEyäÚXÓæØ·ñ¯}TRp©Ç -ë­ðr<ºÍúyq Ö&‚TýÓ|rõ1Ì£5%‚2³iÚˆå/.í üëÛgŒÌ"dƒ”7Áo_—L6Uÿ§¿ß)¾»Àõ´ûû€¨6É1ÉTEпö=M¶}›e3Èåú"ƒá®åDÀ^äel³ñ¦mˆÿgàùž@?’„wOAŽË$}¦›êbGà×ý:È™Dd¥R®šfªýOý¦ÂÿWÿ©¦·ˆørèƒÄÛˆ×úÔüòï,üÈÆ>žbªþkPÔõü?ïfK†ñç™*‰Hs˜{?*mO„³Ó×¥4ú÷4û_Wþ™ÈlÓîÿè}öÁ‹ _–½ŠŽˆƒo!ò˜¸ÆÍ4Õ#zàÎk˜ÿjÛÀÔŽ¹žs*iDã-5íúÇ`ÄÞ!ŽX;Å·ID, ºš²ØÔô³ÑX=:÷¿…=ø7‹LÍÿåþ+Ógýë=¬ Ûb0©Y`jú/þà¯ÖÂW!bû§A%»×oó‰!VA¡Vš<±'/¿#Uo®9©„?‡È¬Æùwü„w'¶Ÿ_3!þ {?JÜü-Y€æ‚+J—› °üý>u ½Ó=†ËMnL߃àÿ Dt¹Ï\s€.7·ß‹_SºÖ4ÓÎB˜|Œ;µ(7RA÷H„7Ã’_õé'Ö˜bú…¨úö€¸št[* y2u´ë`”TK™ÏZÀjÓ€õ§ì\|‡åÿ û|‘GW)ÖYeòÆö{º{ô;Ó %¿%ë6 y…©ñ)ÏZï¢Ò4óŸ‚2ª>m ÏûôÌŸÂ’ü~W˜†ÅÊ‘¬ IÝÃnàEDñ ’ísáÚ3¤Ú¶Á4ä_ýýºJ ¸‹ºÎ4èU0b os½$óë‚ô[Meöß @ù1ʃ}<Ón³i,з@T/„ê».•e¡DÞ|’îã±ç†!Y¬¨¢l2€ëó@·ÞÒwÀb݈ ²ÌoT€³²Yþ0ú¹ÑdÀ¾ìº—mÀ¯0€®‡¬©ßƒ÷nØ&ÿÿ¨z&Ñnõ©‡#‰ÈûŽÐªÊ4 ÓK‚ÌžyðÜ%dÃ_|ºÇô´í¦‰ÿú߯{P‘<îãî`‹ó O¯´ñ±ÇQÄöÀôЇžù½EZÑ­3UâxþWÏ­ðz:â| Yödú¹}ÁAü^­iÚ¿ùèϨwýìô¦©ÿêèoækH]Kc€N®Ì:û•uPáÖæƒœàÁÝup—àÜÝ=øàƒ3x‚…@`,08 îîC .!dùîÞûÕ­Ý»_Õþ×R§ßîÓ}žó{ºú­þGqÿQEíü~ÿÌ)Ö?â©õKÿy§Íÿ¡´ºÿ]Á–ÿá*ºß@€ ÿÿ¹{®þs¥}þìÐAþ8ÁŠÿÿçø‹£íÿª×¯ÿ!7ýü1ÿÒo¡ÿilðÿ㿸½üQÿÊÿÓÚÿ¡ZùÿƒüàOŽ?z>o5AÂgùo¸þùìuþÛÓ[öÏcNð§þëüÿ­û{ÉÿÇ/1jþûè.ÿìƒcüÉÿª¿ÿï¯xþkf-â?ât ’þ->},c—àóAU7•¤xÒñØnC®esB]l, &SoüÛl4Ão¡Ú 9²°ßÌ{‰šPÏä褤wé>°•Ñņë¾$+®Ù³ž¨Òý^XOÄfçÖ¸‹Ù¤ð<œ„ljDNÂÅ=k"ü·~õ0(¾ìžwþÖ"·Âæž9WÿÒè#Ç8Éi’—bÇóéz­zr£:ŽI’35/æñÎLs óÑzb#£¼¡ù‰œc5ßÊÎŽNaõM•MµMUåŠò>x›Püuq¦–:ÉÌ+xŸ–8˜[-¯B­FíS.·ºQE᧬ãJô]—Ì‚JÒ—¬®Lí õ_z Wß®b®Ê¯²ü L :Xþ°üáþCÿçµE¹,æÈ,–N4ÖÜKä÷/Ñ·_"e¼D›žÂ´¡#Ý¡£!¤#—'ô‹²S‰ª/‹òc9ƒñÖßcØÉ²ØÉi·¡4Ñc´Laû•a ÷¢:@ß‘øô¢=P{×§ÈN£"¦hÑa²ä¨1Öœ8k^*%Ø7^B¥Þp^Š!Ø^Ò‹·Ïqw[.@ÉK@¥lM(‰~%†Ù±Å¾æ%)y!¡ßzÇÀ†Îš ÃñŠ¢T{ÃôB–Ëâ%*‰®¶&wÜ2 Â;€]"»¾ÛÌù—ÖH]8ØÛ$A$–1ŠPrËf:gœÈ6—1ºg¿”ʦD¶c¥ØH‚’~·¦®KÀ…÷:,!›YSº%àoÉ/!Il3.¡Ñö{Ü¡ÞÀ,—0Jû"D_`l¿ COØö½CîŽmØr½CïŽ;ÛPÅÙzQiÁTEѪß#OÂLD1·‘ÍcÕu0 tp󶱿d¹æä¤eåZd9Z¢È¶ŽÞmcÜDD×"‘{ú„îp#d¶´ÛðpÄöte ìÙ”ÑØuã\pzupú½R`*)}N'±|äÉÞäé˜ù b>ÌηüUoæÞŠh j Ÿ.¡ð5CY7¢–ócLOâÄçÊ‘R€¦SIíNý"7½“äÛ·2'é(^tx}½¢¨ ;¼TiŒKªÄr„4Uª-"‚*9Xv~G'‹¿‹ZJß*Ťí £Âöâ'Ý!.JÒ.£®Þöó{K@ZN¤î…Þ1•ZiOˆÌ@‚P-JÔÞžÅvܸã”NðE‡!Y ´ßNöß·½°Š»ÃêNjØf0OiØ% CÉÛ)¼#åîÿzNmžÆáÅÜ|¶Ínžz¶Kaž¼ß†·¸‹¾*ôðèý܆ûuãŽþV|GpÚ—î-êÅsÚ¯í-C‹ Èô÷߉EDYíÝ EÄlïðI¦±"˜Júf£œ%ý—AH<;ÌuìuCcAh®PÒŸPJ(A!ô•”du*YúÊV"`ëöå $³mðø*²×êœâ)¾g—öŽÕRY‰êœ ¬ÂŸ™]Á §Ã§+ª¨Ã¤¨+èÿ<©R4©U­b2[Á‚ ¢÷‘Ãù#e¥Eå›Àc¹WÙª&sY§enßé¹®¨á£²JüN»Jó¦éâ¹Â‡) ?‘ëÊд×ÕH‚`ôé·@ygrÜj?žÔ ]?ÚÔ*>?™ÔJI eü© 0͇gdÍ å#Ý…t]i)-4A–3–f%ëˆÖ¬“¸ØGPÒ¨*³`Œù^•;câ;0HòŠi¢¢úȹ@±þ*$·¤\ìJò›,ÏŒyHâÁt˜©,Ï,0$βrщ€«jÑó›œ:\3$9wzõ «š¤%s£òÖ‰äsÕ­3îçJSåŸÎ(îš-Ö)Ã¥U8Ê8`Jë0=ÜR(ý^ª%ïfºº¥oJN\¡tÚú¡¨»ŒÎñPÐýÞ.!T†“SWùejM;*ðËœî%ƒè‘ÌÚw…ôÕýõµqçT4ç4¸æÔÜ÷˜iïkŠÅB¢"*JØÿhôL5ø¥F”oÂñ²ê‰.½h6ƒÒÇoÙ$ÕÒ¿—ßÄ¥¬K¼´cYgˆöoü.‚l¤¼K‚´£Y§g—³öà;ª7AÑ„ÍÓá—øÉyEÓÁßÿªæû4EĿλ’á¶ùN‚f Ã^%G2[–ä¬3(øÑ†BŸ÷S>úÿ´ù/Î\ðøÄKÿ¿’þ ½ÅCU_LéÝ6ˆS˾ µ‡”/8Íïi.hŒPA¬Ì F¾óåûCì+Ö‹­LYȰÒpXY#™îT¯×ÅB´9õ¼¼¨þCXÂGþ‚/í¤Í8l~{Ø¿çl$X'ÙˆìÙå«:§˜Ñãí¤w/ǰÂÇL`ûˆñ*!r ú¬1sÕîÚ9K¨@1§ÌXÙXvN]›¾Wn"3÷$W›}ÚãN4%6e¶Kð+6ˆnÃÄ—c”’¡²ç|Nÿô7ùN6BþcïØŽÔeÞÒÞþˆóE˵uICØrðp…3z”ó§Pׯ‰o»‰ŠOyÔ —½\ÕUBðÀœšÃP,ÐÉÏ)M®zÞÌsщ}ì³Fõá7côA°ÓL•ÐÊœ¡oU/† 9gŸlpZɲqÚtÙŒ:ýÞá}Ó+û>Þ'F1鑟úæÖ-c–ÆT,A =™$ô{Û Nõœ,Ù<¹9í!rŒ×ë@‚áfóï(&!1šSí%íÅöÚ{«žN²Å7zôIšÞ+ëËÈÃbä?“_nAްƒ7>¨xE|]L²ùÖ#O7ÔÄ ðDÅ›×GŸZËØóNÚWw— r^ 8jÛY$Ýu…~ÁIŽU°Gnp“臓6Þ,¼¹ å›Gà:Þ¤Q|9ŸkmÔÝf)ù¤‡“'tè¤nü3CÌDCÊÅ5¼s3Òzÿíóß[Ra?{\·wæPR–bf³ò]æVF® ãOhg·–Ïplki­œÓiš‹çë²B5L&r­±â–üöšK]RIÅ5×,)7-¿€2%Þ8ëí®rlþä±=G£ot†ü`ÆÅ¦½µ–P^=oRH9s’>Ѳþx˰yùê=\]ÅžÏö­ ÛX¾Å|iù‘èæ}N ±[$ã¡ÔÙ 8 Y ñõµ7 n$b±;wnÒ'ͯFëfË;ïâû\–>©•rrz*“^ˆ´6¡-aÖÌ«ñ(Æ ô^¯°Ë•tZ¹ô¬çÞ„Ü»6WI›7ýjº=É„‘À%Ï?ÇäQô ø uH zöÿÆ£¹{›–H¶Âþݪ 'lõ4üw`N xîèC}ÛQê)b1‚_³ß8Èó÷£Y«§Õß›ÇC#*OL ýÜÑ4ßÍÕ®ðßqøÌ#÷,®·¢|¤ó_ïr„̾zZ\Ì|v\±™Ÿ~ZL×áËù|R¬¹ú}3Ì}â|áêæÀÓñÚŽó‚fñç¾Y«›‰eæ Í %¾XfÐÏŸügçíß‚MãcNq†l0vÍÌZóznbUG‰{|̯ 915¤ºù;›¼ýÈwSŠR܃ôXÛ7C FcG±{\ˆÉ\ Sžá©=_ŒŠz\Æú9Çj¥×Úƒïß”gîÁéEB]~mîÿQ¯ÂM3O®l |ÿñ%˜çÌë6‘L=oñîgéÕG±­c{ëóe¢±Ú°§ª¯ÀL=€æ/£–¦äƒ¡!-ÂZøÌêµ³ü@å:4¾ê8…FAGà/*ÀÁyyVº–6¶»Ô½V7wAúœÖ†áîÙtØã:kkâ÷¥+‰jŽ£ôƒ|—¥ß>›íû·#í<â§GkÛý˶¨Š™þ3.$ÝŸæ£ÎIÅ.í»bΑÎÄß2'¯‰«‘ÌžÖ†­öå{Ã=¸[×77î&Vã„éÅߎ|m¹ô˜â»ut/j]=N|âã|z¸Þ,Ю+èô²½ýµÜš?Ä?ÝPø9aa:„!¼m õ•)î;NðÓ¶­Ð-‡‰XCtN{Q^m­Gn…yç ÇïË¡„êêŸÇ.¤]W}Û1OŸÄB«vöƒ}#ÿþ¹¥SW÷Ý–Ç(]j Â]ë××X(lYÓhßÖŠø´ÒvŸ‰FœEó §mùˆ{œúÚŸnFtVud7õtFHEÕxHþÚsÄüj5üçaé—OèÑ'Oá¹uîW +­Á¶ûƒµF‘O¿oÌ7çÛH(êëë;ü®µ£.; ü/2`—X«­Áòe¯j¯Œ•J³W­mÖ§®Ìൌ{u«ŸÍÕÏ› ä= ƒ¥¾ñt®¯]{üù+7c5Òsÿ«yõóÞàù×dê¯Yõ‰ÝCž›¡7ûáþO?)W¸O‚O³´k­„ž>G¸ÿl§nN`æ[è¿´ÏÜ ‚l£ »|óEOu^:—}ƒ·iZíÞ°n0Ãá%Ã×[íÿË¿P™­=ôëBü¯?µqfÝ%ɾ]ì[æ`žÏ%­iÞÍ"Tîü_­L#÷ä‚Si¥¨Jž ‹­—à뵌Vpáæk”º´ÜJ2Z©¯‘·ÓJ‘¥ö¹÷(øyLÍ“³øB׆M0Ý­0ÿ¿öžÃ›”syí­²:Γ«[ÌçÚ®s6ð¬æs1ù4„Þª*ö”ÿzÄh>ÞQR´O…á:ší„j¶°¼¾ƒÒØæ•ˆW»< e ]‡m+š“AtAÎb7­áu‰^#lv@“-q‚áb·¾!a…+òö§DÜóÅ0Á‰"b€¼M³²tû¯®¯¾æ#i‡CfÈ4rë_¡¬øBñŸþåú 1†'ë¿?>HòY,;ÝV§l_v;'M¨=äýQîÿC=aõƒÏÇ;ÝCº]J&ƒ²qÇÍ,áïEZŸ½8½žŠÄ÷{×Û»“‘‘T! i~nzúnun Œ¤vSfèˆ7í'=—ö%×É@w¾ã›xm–Aß$PÛ@›Žœ˜× š'0%ä0»žÿ‹ÚÉ·Ö*ßÕûuŽMãî˺¯RÅÍ¢[,U•#$ "“!¶¾„YOüŸ?ÝSl¬™kÑô+¦†ÿnX?“³úÁ,°Øò5´váPÑg7Pø.œ¤ÁDT ›ÖêüA",Õÿš‹Âø±¡r¹úä´ú`)íøäìéÒùubÓ4ô|®‘(!oxú·Œ›^qè:$Óum°zÀ_ÓSzï¥CÄÆÔäJAعXVä«FfÞ{d”Æ Å­^~ï¹!ÓÆý1aoDxNzí¦¤>"ä°ëº0ÁÛü,#<7 ¦q'á¹´H’qi1¬ƒ8¤êbÿY\dª˜Ã\+æ¸'“8\UTtùÛ‡&ñ£uèÐNYè,rÀÇaK¹P'næ-¾5Ëmd`hdy<F&¢"딸]ðö§L@ðÅ`UIPñßr$P>ú=ÕÌÿDÒn^­ÚIÙ·Ùx‘uËN˜ôƒë ‹*¡!lÞ5á¼ëÈcÙJ~ŠIRϤ€³±oôh}~|Ba5_2˜F/¥Ü ¯´xöuO«aÚžk?ê"ö’>üQä¶6 ™­vùTK>ææ)Ñs±Á[ Âá>ot7 a¨.ém®Í¼](’Œhϵ[K8no»ÞxÀòáô]È›xÿ…2hòbåu}*¶19Ù¼]þüÌôÏ_šB¿TÃ/èÑ„X†_ÃÍÛêår¨›®¥…ªCï+DZ*Ý ˆ¯~õ™GYEòòÆgýåov„ñYØÕËþµ8€pú?tÇ_ž¥í].X¹<„Òþ=j=ؼ޵ÝW“¾4Ùµv·Üz­ü~ï•:÷S]£Ëì€ÏËí¬F±ý¿¤>Î+hUA²ú1 ­YÛ¦sH­Gó‡ùá34> >Å™©àO ž¥£„¿¹k¯ o´Ò5f+ Y, ‚ía°žJÄ¡ˆ_ržÆ t«75O+ߢe'E©¤»Jí’¤o ·œ>³Ë¥åŸzÉveç]4{ÇÂ߲囑ö›]çArH˜òß àO¸ÁlHòwÛÜâÛ7z»åáó¡–A²<¶M#{EôøB,þzÜ¥b 1yƒLñl+DïK¹‚xsc}Êžo#wNW¹€8¿·g(ü¿âP¿jëTžì«çió0+:§UÿŠ&ƒŠIÈ4¢éžªø÷p.7Ö-˜Nîi>Xèh4ú¿v©<¯þcaä/_=ñ ºýHjrô™}ô#Yíí¼À¿ôÜ6K¹êY:*-ÙOé¿}°š@(îÈ"~t ?º!Á®#£t¼MHT¾<.ÍÊŽ}1‹,沪¿2ÐŽ€Zþ>›bßyÀŽ9Ëbù#"Æù›=õ"Ûqeä0"tnèžìz2ü°ÿpîÑ$«çH_H¾ÿŒ³Ê”ï5i§ùì&¡û²¿g¨j“l,ð\YwÏ<%öá©ì·Eò—žôóžýl>÷žù‡§Ï,‡”z˜Ìÿ&™žYéñLü4ÂÁþ“´¹PeÅø¡Ar&²ùÚ%¾˜àu¼g¤¡g€Ì¯šÜ{oæß¯zenÞ¶‚þžHâO<óÊ,x¼³Ì®Žüó&a„ö¡Ã>ÜÍ™oq¹”ñ‹üªÿéWà̘ûŝަá¶§£áˆœˆ9°H‰ŒË\„TIÏ@µŒ±]ÓQž;#PÎßèñï=ó¨”6Iu=s¦îï¬\ÿÀfÊdŒÑq^ŒEG½ƒJ#Õ ‘c`ßßò£á ÕF¿+7FÁAéï@YÈ1•¢¾Àœ Âä( H?£ßRã×áÅàÂP¡ôK7–hMXÕ[¨Ø²f+²YŒ;¬õ-a>N+ÊØÍ[ (ãæ NÒ›Þú·€è—€(šƒªM¬ƒ3M5ƒÌMȃõ1šâcÌ:ìô->”u û÷éwô˜TFôÅø ŒèXïÖK/6Q*¼´½[l^‚¢èTØi(Ã1D°Ä-&/~Q´",-”êd‹ÓKX£{¥v¿…ìEŸËL££òz݆3Ž–ÃËÙb÷jC7Ç>ˆú »ÞB÷blÃ\Ãñ@ú½ ûµ…çÅÚ†½†{Štýög AÇÀQ†•oñ!Dƒ%1KµcaÍ[bIã–/x¢ó`c[$ö Ü.¼žÑ_a«[Ôî ü.|é´Ñé°á-"Äë;œ0¼îVÑ °Å-J×^~Ä ™èRØ·ôYôÀ²,Ë)¿|­)¡Œ²“›cïaµË‚1ö0ƒå6t0G0Ø1ï•t2÷ðs¢ËštèôñØñ Þ±sÊè>òãDË>é°éã~›×WæÅ†ü S¨«ÃÅFñ wPÖ¿¬C‡“c>æXþ\… É M!Ÿ¨CôñõŽ Þ—w¦ÀÏe :”¹²Q™å•”šC:øG‹Ë[”éäÈFz‰ÚûïoÜ_¢4¾Ä8¿H£Ž‚‘kÀèp‘s(ǘ×Ñ!òáeÝ:2lÔÇø¸ïøË¢¦èœxQ)°pcâåË4œ˜±(pS£†€»eçS¨N ‚˜8šQUÀÙ2øŽ‹ vîDÔð²ŒÓIºå…)À^>¹lpŠ Ã‹+Æçýþ–s –)îç¨`𔸓T Ò À=ZXÞ¬ìó”°“D Ê æ¯èùвoSÒN2~/ÄÔÑïû§ŽØüpÄñŠßi«Ëf§^qúá‰ã“È’•%O1ñû¡u`YÄÔË‹”Nq ûat`¯ÇœÊã—%L1ñ]¡†`IÅ”Èó”åMq ]¡‡`‹Ù§-KŸb=Ð A‘„û„¡˜­qPj·¨_Ö'/$ú´ 'È}P‰¤Ð>K¨ˆ9òM”z_·×ë%|nÜßýö[/Ú8©y1cý$[I^Ì¢€zŒ~ƒ­—mìTXF1µýB[¼¢Tiï\û2¼ˆÍ±Óâ]ûù¼¨Û¸©°‡{¯·¼$×^h½£ìKÝòbXCõÀ‰)ìçÚÊõâhZC÷Àfíõ’EóÀ|'ÑW¼5éE&JrŠUÝK‡ÓË›cKéÕ€1iô ŽÃ8Ç{%9a œ½üu0öº^ñçjÀ»}Ú÷mk˶g _+áw?ÊN$€?*¡¯k%¢ÁLVî·Ýj|®II¤€v4kÿ›­„`¸$J æhÇ~ß­v„¤(v >Ï;²¾eC_êdT^ߨ–yX²%fC´Q¿ëÖ/š.b>áõ½°‘MáÚÝlŒ_†$‰Ò¥ˆvRÚèêA”;iAt% ²ÔlÙ0p&ˆGë\^ñIåÓ‹×ɨ ûà ´ =LL ;c¯ jMR,Ã<øX— S™\ ÂD7ü±¢‚£‡Q“<Àà­"U!M˜.(KŽWa¬àË Ê0L€T°+˜g°œS[äVTUøgðTåV©Ái*¬3hªŠ Î, …ôö¨Hå${Ò (… ”äJó“ï`”—¨ðTˆÌ`À“¯äg2žF^0¡¼áÑåÁïGxíDù‘G”ÊÁÓ#ävœüx¯Ò5dY²À£#Ävìü¸´qY†fðò•7?þ(ð€§"Ü0Iá”óWŽð3‘™¤ÕÉ2Ô‚çG(ì¸2êä)Á©#,vMhËInò­Œàân;‘&ŒåäùF pÌ=­X •\Ã0xwsÉK,µHn’á|©‚äƒÔ2r3kG„öÄ}PÚ×€ŒàΩ=é‹Á I £6¸zD`Oì98± hÉè þ:"±'ut J3ÆÞQè0ºÄè˜Í¥¬¼'£ùòï#ãq¬x9÷GŽãøŽrš¬Çq!åÌ:´-LÇɹÀ?S%ÎßfBª¯U.ðpI}Ž\y×’Òå3ƒ^«JY Ìé´joÉp.ŸQªNU¥,æv[‰mIt®œ^qÂ1Åøœ<ôÁûY¤)Ò…e‰¦â[ø @Âr…&¦œ°[˜W°ÜS[åV?¨:ñ¯àiÊ­–SO¥9±¶¬ i*v~pfÙRØ’lØÒÙõØRùÙ’}ØÒ±>‚Ô>¦°Lrù˜ ßY.5UâÄÓ"²‚ñ+ùF~vúéè… 5ˆQ.?õþˆ×OTyBAùCùÔô¹§8uº–,뇬©Ñ#b?vqÜâ´IYÇÍSËGT~ÜâøÀÃrì©8'á€Å3fúNUñ ’Y¤ÕË}¨š?¢ðã*H¨—_,§œJ=bñè@[OòÿZ.1U|Äí'Ò±ž|*[Ž1sD/H+•B#—þaxj÷óŠéY?SKä~|8œºtB Aú²ò”MÕ>‹©xÊ·Ä  gyàTç‘Ô•ôËp4¶\{ªúHàJì9<±hUî9õõHâJêé((SÇöî/£C „×lh‹ E­£_¸¦0ÛhB«ŒêÄ]¿ô™ÚºC[ sS¾ôëAoŒ1ê0¦ø÷ê5ÖS Û¼D·ÄÛÇÛ¢*Ù+Ùâ ÙP Ù"³Ø²ØbUÙPTÙ®COŸ‘‹uûgêuïƒÍ¨_Œð‹1ºM ´w饛0eZ*Œ¿1c‰ÍMP29µÈ–š¸ÄäÆ/ŒV˜¤Ù_e+…,qº c&Oô7AïŸa>7•«ÔVJåöºgl0×–š³Äî&ÔŠn–¼oýz½„îÆØŠ¹šâÞÛj³ ýµ„çÆÚнšú«÷Ææ7ôÏÒ ]`lÏVZ¾Äw"€,‘Xܧeëm^;‘4|gã¶ÉƒŽ-‘œ°àv¦­Ãß ‡It£l&žõî†"¾ÝI‡É<#(ˆ¶ïò¼ÿŽà‘í¹¦•´wª³w¯9#ðdÒɶÈÉÏ}‘?­'ɪ¿aWQxÇõ(Ñ“¼Ù¶‹Hxn“|O¨‘I2ý¥»<ˆ¼;ŽG¡'ôÈäžþÍ]ZDú룀%%6Š—P86Ê<KmM‚ɱ-+J¨+° l#ôˆ•Ø– "´ŒÑFЫv+¼îKgÓ¼#²½øÀI ’Íøˆ”¤ÀÌú¨Jdzù@MŸñ‘ˆ—¡DçB˜¡@¬› bq!âS þÀM >@p zPœ~§BGA˜ R`˜ŽuRd, âå*p|šŽwRg"U`ˆsÒö£',M*1ä©UÐ!ðF½d‹"•{É$G Øû’³—@’þ%=ÿû—ìï ħS´®èB¿6h?ðL§«°>¡€plèø@ä8ôñ„ý íC¹j ƒ‘-¨q@ÔF’/*_Eƒ…è ¨f@ÐFœ/&_uœÁÈÔ> Éœ¯ÍIGJ¸<À`Ã×;BŸK82·kŒ6V­c0$r}Q iL3Öv£&,M Úp4¦.i=#a'h}€Æ†§1}I›Š0¶Ãë+ªFŘFÄ Êx½#è/ª^Ä8I„6€¶ÃàØ¦aN_O¸ú9€»Ãâܦ¹FJx ú=€²C Ò¤/!ü:ÀÞa>O Òì¢ß <Ý`ì0ž'Þi¾p¦K­ÀufpWpV6U Q§UÁ5:Àõ”p­pI\3—.|$³‚Ç$éŠQ=ëÉîÿ;NuôÌý‘ ;´&“Dެ^;þØ:µøÌù‘c;\þVÆ‘;¦WŠ å£+v8& uêC™ÞvRMÒ¯´…éˆFâí›ø *Âô…™#vØMÌÏ,¡ÙJ¿š©jÇ¿œ¦A¿šE=’fÇÚ$°§ÁÜ™é̤dÒ``R³aÒ"dRÕcÒägR÷aÒÆªPQ«Ð`¯Ps©Ð `ìÌ’)±ãiYN8Q¿aœ}Ú{ÁC¥‚Ç€‘%?ò~×GT,zœI9³|dz܇S,J[‹Ž53kdt؇ý™Q´&é3›G–÷¨|¸ÅÒdz°Gâ섟Eƒ›Þw¤rŸ?Ï\«žÎ(³vd~‡ ¢\ϸ˜E9’ºÇâ#з¦æÁø5ëÉé•à ®dôûSNh- ¦˜¸@Žò^'AÔÏIñæ§Žpqp•§ œ˜(â€åÓÔ{öXÁ9]J–¬ž`‘Q³=÷ ¼à¼.å VZ0þ¨òžíæ}v˜’4«˜gÔhÏõ÷>7L¹›UL;ª½çØFeC±¯pc#²W‡¼–ø\~cø=ʧ¢ˆÍñ{œOå[à÷˜‹Š.6ÏO¨ûò9a5zÙ´ÕßuôMØÁìÊ9Õì:$5jú/ XUŸtèõ س?)T»èXë‹’ÈÍW0Ô°}"%Ñœ¯²ù(®oÁž›T~¬{]ô )GV¨‚B7µFáæ|¶‹’Pµ©W¡¾ë'Üù\µ™5úXó%DzþâºÅ5Üúìó9jå²XÞb½×Á*÷J*SIúà”ôÞ8©Ñæh]W£ë¼š“uy)”OÄ­Œ×í¯!ÐgʤPL­Ò±­ñž rAÊ(PЬªÒySã<çç‚.”U 8Qu ã[¬O*Tj*ËUÑT£8gã‚™#ÏU™«Û>çã‚ö%ÓTñsÕ‚Žk¤ õ—’Y÷ aÝ®9CÊ/Å+r¿*t;k¤æ,]h¿”ŠËRWàéÞÏY?»élq%êj-Öš7sÎÇ8þ¹âÊÅÕX±ç ý!@‹ÊzÝÅÊ9ÍcRÿÂùõÊSÝÛŒ9ùc‚ëü Te‰î²9õc’ë‚ùo•ºg5øsÊÇD×öŠ+²”Δ+ «3+i­S7-9eÔά+€÷Î"+Å7eRÎ<+…Ür¿§˜­:ˆ)çUýóû½°ÈÅ«›Þ‡cù)vR+UÅÀÙý9x•µÓóp ?rj-å)!¸ŠxR½¢òì8yžE^ZåîQˆ_¸x‰‡,ë.\ÉÏV<Ã(RY8='õSï Y/xFÂʬ#»êbà×j‰)j¸–Ÿcv±Z`å¬8Þ)_É){È©ˆÅ)³Ê©ÀÁ)÷À©„Ô)#× b蔳àT|ªX:%·ôóìÀ_Ï;U®žýGòC—Ó(àW%LÉí¯¼BP‹UÓ+”§Ëá|WÆ!TR%%²Ú¬ÓYð×Wú!RÅϨYá8Ý »2¡)VüQM6… w !ø–o <œR‡Ûûq+²”k¨0š®… ]™Š§[*7T‹LQÂ5¯žÍ}Ά’guà”ÜâÊ#ÿ[Þ†òY5þ\ÞO:<ÿN+Ó§‡áDWªÄáÒò¥•?¦áÈϤšÑ­`UÕ0ew½ò@ÏêVܬ:› „‡^…?ƒ+8BA¦ªtJîxåû€ö'3B±§jsÊxú€ò'ãI!² Ûù¯ÒP<_k ¤Ñ–3EÊÖžŠ\y(ÑÛÁœÜh(ÕÛQ’\{(ùÜAWZCu(ïõà_å«È*"X¶=2ÄG#¸ ùMFÍ*_ämQŸ¾=â¢á_…N4+@ ¡É’™hãÂ7­áÎ_Ó?go­¢ySšèHÁ‹©!_E0›¯jWÀ« qÐð­B›ÍtlqXáu‡0±@œ‡+xAð4”«ˆf!ð¾ ~ ˆ ººÃKt{^tG@¼[¼y¼½h¼#ª’“’±’½ ’cß:„FC»Šl¶ÞeÿÀ׈tx‘Õ‹c‡Î¡×q (zÕkÇÏÑwrÀÈ}5œâÈÂKQ·sÀÈ i8:ð @LÆÝðò Ãv|—´q K¡É§C.¯Ø¸žÃ«¬1NGC^ˆÁ¸‹nsî¨íßOQ3d¹Ï;•oB=®å@Ö\¸ÜbÃ÷‚2.wð2ë•C¯2ÄvÜûÕ7Sl°Èa’×â;\õ®fnÇÍ—á78 ð-nï]³óàû ‘·8 ñ- †IÚÑð¥CXÇß¼º, îí²³äk€ˆŒ›P_–ÜÃÂì¤ùJ!@ô·¸u_¬5ë¸\~c»þ05ÁXÈð·)6![Èñ·]7Á_Ⱥ¶ù¶LX‡o–ym¯Þáæ¼PÊÕµ_–m¥2+ù 3´ãh”s³ÎÿÜ5XÖi¥0+þÜ߸í†j–•jW¾dê&hV˜úLòþËÆÂiŸ‡w—ÑÝWÁîÂDË,noZ_­=Ó½Yãçea73áDM‡ÕÆ×n¡­(«¿:¡5nF©h& 8“XE“”A“hf“¤J“x{“´}“(“Ä“8“Ôùe·ÀVŒÕ¬_ƒ7¿¡áËnâ«¥Ô0(ʲÜÉÛ€D6õž£2r¢@,Q@ÝŸf?ܸ»Œy¢@(yv öճ˯N4H% ‹û'íMNÂ:ÁdÉËÌnxÙCMcË$'j$ýõö—Kþ'!(ë_¡fËî'Y냧·ÐÐå𓈛¡`©ƒæ„eÆÝòÐ"©Þ;íÆêe“ªÐ®·cí$ÏÔCòµÀ¬ÿóþE›ÿZˆÊ׌Õ÷ƒV/³v÷µŒ¯Y«ƒ¿n¼BÛÃ×"N_‚%ö}Ú×tOÉ‹$z‹÷´¼«ÛÖLN©K8¶¸½ÈÚÕ×ìO±s:‡,=¼DÚÍÖÜOñó:‡×i¼ðÛ•×lO1o³C‡¤-½xÚÖ\OqosC‡¿J{Ѷk¯9ÖƒQ‚P<÷܃ˆ<Ç ƒ%6úV/ 7¢÷Šƒ7â÷׃7bn÷¾yv£žõçí…ßëuÑZÜŽ!ÂL¤Á<Ãy‡’{µ°—VüƒZ}˜tvÃÑ¡+Â:L”¶wqñž­›”vbñÀöÙžYHç¦ïþ<¿¾êF*…‰ìQž§Þ+tcnf{‰š!¸î Ã\»q7sµw²î°6KÎ`{çÅ÷Üaì›9Ú»r4;Ö4Ûº4»Þ%[ª%;Î%Û&%»Á–[Š–;ö–Û–»þÝ”›Åg½·{¡çßî¥Ã¬ºiK'o1¯e#^ÊäÓöáï'œ÷ß„±ÈdÒ¦ #lc"e2J´ªoîý"Ðe²J"|ïƒÃHeJ­`<{Í÷Š6˜¥ý<ûyçí>Ï1Ój°á`áz/AÝS² óÜ9/¼çz4Œ ì)Þì=Û <ï¼—z´Œ í)•ÑîáŸß?Z?"³e†hµ¬÷oŸp"se†K±ï°Ÿ#!=}Vû ç‹÷”šO¤‘…ÏÆrÿìüöãQþ‰ào~dŸÌ~éù{²Gõ'’¿‘ý=û›çg÷øÊOD!<{H½täh”½LKX½ZPÀM´×K*4Ö^/s4‘^ ÄKI4ž^36ú;3šÕûì-ÖlÒÇ8~à;CñwÌý8, âûÌ—Lú¤Ñqì@Ž€ä™Wã(€ù/¹Bq*ôj™°¿Ä‘¿OÓ1‘ìĆÃé-蘸qJ@[z]'A’̉8R úûœ)S'Æ’ÌX»÷Å`†2quœÐñ}2˜ÝdU窱,ª> ÕœU¯ Õô-ªáªåKT]0ª‰ªÁªÅ‹Y@*Îèù>}Ê舵ûO0žW‡œ ‡4 gÝçe ~B¬„YÇ×gl]Äk™O§AÌ‚™÷ºOߺ€×"Ÿ~œØ³9N¬ÏܺÌSzmcÖ:2aeœfŸƒu2Ô`‰ÅìYÞã,ú<¬Ó¡FK¬'dxŒ8y`·—±(IæpQŸêv¶—©(cÉ$æaòv´—n“9i=À(εÏ;ÞëMóé) 0.´/|; ¡Ä$IZÐŽsìóÝŽCè1w‘n<ãûB·cºwLa¤Xh²‚ ¥i%ÁÄÖ&-D\¾9‘P+(O«ú‘Z(Mkú‘I)hO«_‘ªƒ¤mT§8™+#SÈérIP}l‚Ÿ µnzbÎàÛÆ$rCùAÿÆxr–ødM>½B×Äiw>¥:ÆÛAÑÆc«2J¦|cÆ’±q!HsÐÁÆ·1nIϹ•tä>ÈÄgâÆZú5ˆg£Ü˜µdrÂP•d1(H@LO@J@@ÂG@†™Aü:ƒôU‰Xš.1³.)‰.‰.Ygâú vcÞ’Ù ã ÉïD¸M¤÷»|z i:HyÐvÇû<6HO’¹„ôÈqÐw'¸Q¶‹Î’˜'1ocÇ༠Ȣ‹~ƒØ3ñë ÄŽÅyIU41mbú ëΛsÈy}7±UbàȎÙyñå#]±Lbé Œ“©Û”¡‘ùÙ.÷„)ÙŽÇ„cT×'³ˆ™lÔÀ'kôÍEfW%afº¾ÞEŽšj„žó¨;#šŠ}¥lM‘¾å':ƒlvU9=ûׯŸâT *uj ô->ÑÇ©nëÅê¿IÊþPaª×¢o–”q¬â_iüZëë|ÞN%º^ôœŽ “P.a%‹Þ›Èœ¹ ý—lSÕÏ•Âzf¯UÕrWT_ë…ÖÄÌé3ùçv¨Ôè½ÖDfV‰fV2kô1˜Õ>0+Ù0kí0Ë2«f2+ê1kÎTzèÖ$̽9f¾Î}P ¯ŒÐ똳¢ ³WA©”›yë Ô§`ÁÍSR̨8g šR0¦æ ©îVbÎ(8g š0hæT©ÎV¾šÑpÎ4+`œÈ9P5™ sŽjÑùžKªš\ɬ—Ö¢oʲ¯6VI2£æœÓbjÊø9ç¢Â&Ä9¦Ew…É=·UŬÒ}&À9¡åÍ ó¯Ü•ÐÊð™ø;?q¦}õ„JÆ]x¾Ÿ¹8}q¶–ju¥ÀŒ ¼ÈÏ’Ì­BV©>cOò3è`±ÈóP©4›q‡§ùu°®çѨàW*ÏØÂŸý‹Tž¥ O¥ÑŒ+<õÊ0„õ[ž´ m¥öŒc²]Œ[¶»]–G¡½Ä2Ã.UoÕà4U#Õðy,±h`´¨¯¦hn.R/±ósôz'Ä7¼­Û\†»øçå1’}5°¹ ^ní½˜~=‹QžëˆµOýb6ã>[{.×b®íž¸…˜aZÖsü~P{TÝ3‘Œ¦î+´'®é{°ˆä™píú¸¶§®jefíøÀZ±_ü/(y@z endstream endobj 734 0 obj << /D [732 0 R /XYZ 56.693 815.761 null] >> endobj 207 0 obj << /D [732 0 R /XYZ 56.693 759.068 null] >> endobj 735 0 obj << /D [732 0 R /XYZ 56.693 739.087 null] >> endobj 397 0 obj << /D [732 0 R /XYZ 56.693 390.367 null] >> endobj 736 0 obj << /D [732 0 R /XYZ 56.693 370.496 null] >> endobj 731 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im38 722 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 743 0 obj << /Length 1439 /Filter /FlateDecode >> stream xÚ­WKoÜ6¾ï¯ÐÃj‹&õÖ1AH› ì¢;F¢¡Zj-Jnà_ß)K^i‹lRC΃ß|œáòà>àÁûÝëëÝ廌«ò8®ï‚/ž5ëñhÓâ!øð7ï€ãÑuýù¾(ö²n¯ª·å¬r5'Û¬f¯tS¾ƒB1œ¼À&ËE{lG9?2^øä¬È*_舺Î)ÿÖívñLY’;$>úÊ/F2‹ žü‡» ™ã˜n¿Ì Ã@.)&ê¼~öƇ[^O÷Om©YDz93Ðö|/¼Â;P L ¾> }Y>Žp]T=ª'’M¶Ád]öQâÏ‚_Ü¿$ÍÅlÀœ{…³©¡÷ªƒBD$´Fi±À €´C;øpHi§S?Ì[æP6X¨ôLAïÕ!Ç”ò€pç¸lÚÑÍ~?”pû¾¾Ÿ€Ëwyº¦Ç2?ä"ÏìƒêÓ•mjQ›W¹l%9AqéDß žH2–¹¬|‚RÚöâü`þªø{¢ÕÎùhzcZ[CRß§íÅny –pfÌôÓWÙŽÞÕ#Ì7äÈFö<:ÜÏÛÑ&uÛÈc•ÉÑW¨2#LÊ|QÓJר`ñ¼¦-·è Ëd# õÞ>PDÍd'åK§Ö†ü·Y$LÛc|Ðâá¹V»” ܼô½D˼nRxa€ÏœX„¯&ùnfß-0Öª“8…’öÉ­ÒS*¦tã¸vm÷½'zÓàû@‚Q·XÁ‰Ò9“SÔ(c&gë®5°Âãé;Å‚e¨íYF+Že˜,9‡OjÛFé]…?_µ›œ·¼[?SÎx^ý—_^i endstream endobj 742 0 obj << /Type /Page /Contents 743 0 R /Resources 741 0 R /MediaBox [0 0 595.276 841.89] /Parent 737 0 R /Annots [ 739 0 R 740 0 R ] >> endobj 730 0 obj << /Type /XObject /Subtype /Image /Width 803 /Height 478 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 750 0 R /Length 31828 /Filter /FlateDecode >> stream xÚì|ÇÇwh‹Sjÿ––B©Rê.T°RŠ[q)îš xB !AâžËÅ=Äý"w9M.gq Év÷.9`¼ù|?íÞÌ›·oÞÌÞü²»  (P @ (P @ (P @ (P @ (P @ (P @ (P @Ò­ò˺Óý‡'#±~ÛveÉ)ªOj-@ÿ餂·Ê"ÏeRð,¢ë^pÎ%¯› c²—gb âñi-Re]ªxF¹àšÐ: ©šn‚ŒQ—ŽîHz=&­E>1¼X¡€9…~bï{~Ÿ½û—;¾uÛ×Sö.ùü¢‰£²%ÀSI¦ýV©H)éSŠ»ó¸™!cÔu$= ¡…ÑãxûýV8ój@¹,¦”œãlùbŸ—X-g9ï¨ñÜÇ÷ÚO¿±éä‚7·ÿø?‡XdfâSdæ[¢Ð•˜zÐÛd›ø?zã>„oþyÛ”£–)—ýúvœþEn'49î^ +žÎ8d#á¤ë^€TM7!…êØáä”ý‘¿O -sÿrY6Λpgß·µ^Úö”ÝXI7ýçAÀ–ëþ¶Xƒ¶LûT›=ë?·jËÁO¿þ~õîÓ }PÄ·HÛÌo•~ìm¯È]tc?I½™oÞIÓ€'\uY|Òç?§R ÆÏ>ùÚ6‘§ì’¬ýi:V)z¾O9ç—Ýr.SË:j̨ô}çÜôÛïRpîvœ–SšÃÝ<ë[±ÇÜJûd%fpá@O8ëˆ -$i¬CÝ©2Ôuìpòø„–™_™,›æ½(<Ó|¤-èàƒãY·ög,*¿ô±ß–émžëênÑœu6=õ¶ÍüE‹šx)t€çŸü£ºîHI8î±âBÈ›lC_ ] ÎùŸ `Ô´£"r4ôÝïVŠêM}²÷_ 4ŠãrZð†¶Fï€Ýy*Ÿ ŒÂW]+ã‘s/ž 8ãÝ½Ž¾¹µñd.7¦éKÓhâ¹ Ï0õ`¯†oê™´î4e›qøi{ºž7‘m﬽záŒûíM<—«~«µî&ÜCq>H°öÚl_òÈ’@¡m9I,Œs —}2È@¤µLኀn£í”C -«à*’K®Ù[/´ˆ%?jÛ¥ï3¿kèžI‰“B uìpòø„–‰o©,;~|ƒë§Ó–r½-Á¤=å:×jqЦ <½w­ÿQ£73hëäûÉ–w´Ö›hý¶xÉ];…îð|BÍ;rÉÿZ1¾CKʃvEÅ=dÃ¥$=ªÊ^%ú·ƒ7Ú3›ÚÛ›Xå¶··ÞÈ5ôAõÅ:FÞÇI7÷›ZšZv†~{­T?:†É ­S”nôòÉ9p.À¾šè“³ñ|œ.µÔÈ)rµy!Ÿšvú¾ÜJz†±WʆsñÙm¨{£Ÿ9u—S1^é»V?‹Ad»ÜÏ²B«øÑdÀ+õßó1ñMÄ9´mçâ.Q*Èu×óŒá¢€n£ãœK -òÍö‹.ôÈt&­¸v6å¬- ÐÇbv½™wÎ9ÇLdC -Ô±ÃÉãZÆ>¥²ÚöoØ••íEAí¹^m>ÛWfEmŸ’¼wºÛòq‰{^öúwz•ÍŠL׳k–ü´ù„©B_xn¡æì—ªTZ[;;6|½Q¦wîq“àµg=÷»Ÿ 9á^bì}@Ïÿ°…ßòc.‹NxoºJC’ÌØ;k‡vXp=Þ7ÏÝç/ÜÞm‹£cüÔª¡eH-‘åâͰ_MlL°jóÛÕ`ü^¾×ô~½aÎÀ³ß·[óŠã®yQzK¹q·vmZ¶xÝŽ‹N4…îð|â½Oª jcC´Xr6МN<ù»ÏºpΗI„I £€×ò€¼Ý%¬2¼´õ‚Ï逊"1.ËÚ„ !Q›/Å_ð¤m’ìõ¥Æ@ÇGµ1%÷˜Y·={e4 ¿™Ácˆï“J°­Q”½õrÂEïCJÞ‘KÔ#Þ%¹ÂSÛ½ªŒ¤ÿ âö\TåÊ»ø¢uȶÛ9©Õ÷Úi)ä0¬ÍCºwæÄ#mÛ…«ÔZ~+a ¼ß.Zþ'Û ÏÆðjšÚHy+`V9XûmµŽ—QSÔ­F>»‚ ‰Ç¦mÓ •jiÖ ’WžÿÈ ­[Ij]‹;ÛeH¼Ò·ê„×á>«Øxî&l¼˜t‰¬Š´'n;¯9H¯M·é.úžö//â½Zë…I±;.Djyj˜ânL<§\p•-òm«ƒ×âÈ[XH\e”Ô¦—HE—65s¤#Rh¡ŽNŸÐ2ð.VàÈþƒÇ~™*vßJ?={ûgcö|yyƒþª÷>Ìô¯é×-/º}ûúå-»v~7ÿwåîðB¡ï•Z«Óu®y¯ºÃ!6;Õ%ÊêNíÔÚÔÒÖÞP~JËëd\=Y#µÛ"32d­qü¿ÆMMµ¢ÆÚšŠ‹ç)]÷ÈsÛƒ¦û’m¼Ø×ÍÕ¬³FÔÑ"éÖÞŠöïÆ¬¨5g½U»2Œ^§›”C|n«¯cÖ6Ý»_czÑÿ°[‘4!¹Gt}Œ H€Þo“xÆ…ÖÞ+TÕnM2¯¨Ji[ôƒk2BkÇeï£Im÷[øÂ¦Òý=Ö• >+;Õ‘÷#ªŒÐ éZ­ xn¹eÙ‡uCe…Ö2=óïÍÄu\i΀„"Ý›X¸æä3ËfÁÛëSÿs.2 j©Jûª.‚ôZ«ës:¾^ÚIòÿzzü¦‹QÕM±Yìºn Ï!ºnù¤Ð2õ-#9u+u–W!±Hk­ÑöB•¤ÐB;œ<>¡…Î¥Ì;62æÐ—#(ÇæGk-°XõŪ¹kg°ÿgÂkÿ(Jñ óJËLúvþï*»Àó†[ænN¡õÏ1÷5WîÚ—2ãCGÛwMç.é±è¸Ë’3~k/¥Û#ÅÂsñQ×µ·Êñ{e'µü×Ê/9é¹ì´Ïªî÷Èó¢ãÞ—èÄ–ÌLÝ¢²Z79¯|H¶ú¸ëb4ƒð5j]QWšäU“šÁØ}É1·%'|:æ]”&ä¢Côª+™•Äøœ|–s]y£¼^"´(ê‡rÜUEJ¹QQÆÍ„ÂÉ>nÕ)´vÛfìÑq[|Âcý%¿mƉIøKP÷c¬<ÿ–QG› äÔѪÎ&¿Nzþs.ê”sÊFY¡ÕùŽ–çÆñkÔ¹Òö_¥"ÙGuÝ:!B'^Ç-k¶ß âåªÊÀ€åg|­ªðc~|è*}Ú9Çø5Êi7Œ\ÝEË.¥Ò3‹â¿ì¸Û¿öDXõnÆž+ÔNqÀ*SÏ1—Õ$+iY%"e•.ZHq!Ý…*e{¡.—d>>>¡uÁ-_%§¯ú®}(ýæÞ€}Ÿ­ûbÓܗΩ³dæ¹ã;s3£®Zšÿ½fí¿/Pמ+\3véÈ>çê,!ë b6Èlålrµ­WÙ0ZT˜óLÎSWÉëØôÀ¸ûž×R7{š…Ÿ·O‹²’ìÕÆ½¬CÝ爕{ö†W>ëtB©µ’÷þ™…–שkMÓÏI¢c°ú&?U+û‚–ßë™—á=Ô»õÛœRndÐ?gC=I[Êo’-êF]?Ý衜“6Ú-Ï¥2êh“¾¬Ð –ZÞ[oçâ'rNÙ Fhm°Š[£ÖUø&¥ ¬:륕ó 3–ʤ Úþ+ŒrØÄè,.¹.:êºÁ…‹[4UêèêȰLÚµäÔª =VÝdâ½Z9—t|اnÔ 'îèå9{ËÆ/7Å:!ÿjœ2x޹ìYH ­ó®yˆ×:"­•!óè5‘6¤ÐB;œ<>¡EžQ%k王4Þ’tm··Î½}«6¯øãÌ‘Qa”¬œÔ_,ÜpÌôœKކîðüà’® ´45V””»8­»Ö1YNhYçhwèö¦Ôø|J””ð´S&¡kŸˆñ:Ÿîľ+ÈÛ–²J¢‹8z:¾ûÑ rÏXù«uesÂ6fíùPó(f•D3µÄÙûl´¤Ÿ#¢}CF[õê+y¡¥Á­³Š”"¡µB/h¥aFa[G‚‘ÐòX{‡IÜçG$¹g§7I„ÖßÚq9Äk]Á” ú w´âs‰Sû_¥l¾•sÎ%÷œS²¡å±Á2~­ZW1§í”3௣ ´NzMhR!*Û[iŽÔµÒ ˤ]Ë©».‚”È3Bhí·KéZ.ÞŸU3ÅÚ'ì4M<Ç\ñ*"…–Žs.b‡aXçËðÚ^k´:_†ßavÈ* ÙB uìpòø„~«áÏŸ¾Òݵ(Óß2ÃÇ"…j‘áL§EÒóÒ³ri[ÿÛýë_+´³4t€çgÚN™G‡ËŽº,>á¹â\ÐŽëiZ¨Õ1Iv—\o­cµêrz9±á懭;î²ø¨Ë_g}w釲}BÆkewa-¿•Ò^¹¾A+޹.>æºüBÀu®ìè§lînÕv[rÜmÉIÿke¸j¦ß]¥›¤E$…±úrz)q‹©009\Þ)´(+Ô¹µWR$´V¦3ôÞéËkíZž;ˆ·›¸™;O¸ýu*È­V*´ÎFDê¦" `ÙQ·Nu¤²ælT2þæR[ž‡ÏRü©ÀCw’dßÑúûld¡Cм|—éEoÔRãJûî•8åÚùèP;|½Vdd£Ìëv8MäËUmåÉ›´W)§ýbȺ®‚\&yöú ËKîÑ¡‡ e¹º)Ö;¨qÊà9Æ€"ZZŽ9ˆÆwÃÒä-¬}qˆŽ?ï ëDÛjŽlH¡…:v8y|B‹”ÊlÕ¶]µaƒ—óu£sûoe¥„Ò3ã‘Êròp¾ãd›LKøiÁÂuGŒÔu€ç 'ÚNíN¡µJ?MK¶ÕAn—\#[Ç9ë€.õ|ZǽŽÖfâ½å ?¿Õ&qOÆX~Ýy‘z1½Yúüíþ†:?oßoÕ®ôƒW]Åß•j©«gñÉ$¬°ÀÕF4éÀ³^¢ê¤HûÞ¿×ø ãexßmê"4ÍÐV•RBhÑ´i[µn3:…Ö*«²:âCCMmn¹P$}t¸òœ·Nz‹ôï™Ý—ü®®Ž"wêø˜—Iî‹57Þ{ÐÌÖ='÷Du…–ÿ¶¤k†›Ïjm5®Îú®ì"¹g-ÖÞ®"Æ)¸yÙý¯Sž#N¸ýë^CD °¹ìýïy•iï"ÈÕ稧¤7O%ÿoÌKÜ|.lº)>Kí2`x^1ô.&…Ö‡lÄ¡É;M¢6\Ø¢FÖì¹·U?ô¼Cêà‚–ɨ†Z¨c‡“Ç'´´rT²ã¢ÓŸ-]·eóü…‹ÿí§sº:Heéèýºhñ¯‹—þøçÂ_ÿ­®/rÈ6IíŸõù·Ë)€çcj )´NÚe‘ì·LÚj±ïz¢ºRh¡ŽNŸÐ:똭Ž-ÚwÖ6FëŽ/ß° -ô_tŒj6ŸµÞc裡/î S'v5áí#rRT¤½Ë Ï:d0 \Aö:NY£/=»ú)îÖ”Àóˆ‰O)ùJ¿“ÙMÈTuìpòø„Öz—»ÿíüßIÐqwº<ô<‹ ‰›Z[ŒbßLïd†?7¤– ŽNŸÐ:mOxvÑu/ЧàojudŒºÈzx|Bë”]À3!µäj@E7!þÍKh´ÍèÏ<¡µg׎Î?ÐAºè‘ -üwÕy5ý™¬ -Z ´@h€Ð¡B „-賄ÅgíÔuýs¯ÐY´ßÍš#ZðÌ—¹ò„™W†{\•W èk¸Ç1Ì)hŽl©!q ´àÙb‡®Ûgš]D•mx%ÐgAs´ý¢KZy9tŠ‡Ã›€p²»ÖZ°0`Z!9$‡ÌÀ’7ÌýJ-ʾŒ™oé’Ö}Mh¡kÇÃÕ©¬´¸N,jh¨´Ðzðturs²‡…Ó ÉäôóäXzÐêÔUßfT ƒfª¯ -/÷z›ÅYЪ ¸»B`Z!9$ñÏa«6(ÏBA3Õׄ–£í-Fe9“Q ²TU–£µy€i…äĪ£V­ <ÍT_Zwn2ª*@X0­’C²î¸ÚÄïCéóÍTZèGPÖL+$€äl•Jê M?ÀþàYŽùw7OÀ&lŒt·;7`Å Ø;:YâîžÍTZåe%ŒüHëËö)ÅÔ²/Pšé¯·cÓ¿ü§’«§Ä£\ÏëÂxÜ'ÙîþsÁßü¾9­Ïœç09è"úOZÍÍMr41¾TÜv_\Z«`ö8g[ü3÷ÛCÁì¦Ç®‡¤¾ÀZ\t,ˆÝ=›º+V &{3)Mï¥c°Ùºôºæ†ê¤kÛ¾ûßXÒì…7>_e˜ÊWq:4S}Ph••?JÒ]͉ýárt>YSší¯»l΄Ax$#?<’¯Ö²¯S¥3 øå,tœã¶ò%ìÅ容4W=£„ëamãRÜQ“ç³kư5K.zd£~Tkãy^›‚àCÿÃF/tÈyD ïNë£Ay%?k’ó¸FúÑC°ïÜ \f56ÊÑÀÀ¥Â«[ïø‡“„DerÌú9â|ã÷qÅAÇ¢,Ýw‡Î¾D«Î^pD*³¾³oËcÁ(lΕlQÃc)ÒXÓþ8zÕÑÓÓù–á±­{ì‹Ä*N‡fª ­Ò’"%ÒnýñR§Âýòû¿nÑ÷M+Va)¥0êÒg£ÇsÀ1)_Z™°ûulèû›õo¹º9Ú¹ÜÍ-VgÙç)¼K-«Ltœã¹q26y½gnï½=tr¼þUˆ!?ìâŸï¾Í!½ø‘ZÕÚ€…ñdÉ'öˆöÙ XØ\Ó4™éN·øÃfœˆÈ+-N1Ÿ‹a[ؽiÕhÿxQ^É}mÍ“ÉQø¡›ü*€äôâ á!GúÑCpèÂ–ææÆ†9ê«ì‘T˜}9GÔ Ø$® ½´â“)Cð'_ÿfëõDn=QÏ‹Ù= ›º3º–4ãPæÅæäŠÑq]Uà±ßæLE¤sè»{£këÊ)»¾ygò¨DÕðé_m¿Å';в¯ÌƆÿIåàaT§]ÿ÷³©C £ÉóFñÔUâKý´þzï¥D`ßïsÊô4*užeáç8íûñ‘¸É oÏ{o46ð{w<ÔŽïÊVûqºÈž$½•ÎóG øÐ0WÔÀ‹Ø2 ú«Kµ¥ h¦ú Ð*)*P¤0É }·L[edçäâxËJoßâƒÐñ>ßLÆòsb²òejò£.¾‡ ùÎ*£K˾O~¤ö»èÛõ:>–¼ã3†¼}<¤ ÷:trÏõÈyœ£V±6`aœBÈì¯Ì¿ž¯ÎOAz îò& !¼Løp›]9 ÙaW7ù Ô¸ÿ}0s$6ð‹ëéxSêų—ÜI•žTÙn²Õ¢—°^‹+Ä bÌ~;àm^yÅêâQ|–úò™´ŽÈ‚vãû!è’/@ÇDSGyu·o.‘ía?ÙdH¼%8_øþÄÁÄYæ­ÑõÎ, ê5'PkF~ü­¿˜1i$üØ7¾ÞdèO/è8‘š´k˜J•cì 'ß#þ´ÍRXxy¸ÐúÄ8µ Ó8Í ­·Ž‡f+OS¦Ïä§ÿ›8’Ì䘿íÓÚ»äãix|ÆÍ\pÆ—\ƽ˃ò`•WraNô•ß^3ÿÞ¾>Þwiš-»ï{g‹±ÍÍÛ–z{¾}ÃÞÜïŸE™î»÷ØØÏ7i[Ü´±28o”^¤ÆOnÒôƒÞYÉÎÝÃí¦‘±CL¾b’WOÁ° ?üwÙúæuƒC‹ß„„Ö5šb®ÔÄ™—`ó×xì…–ñYqÆ?øæ./š&{•ÁgºoÀwg7:y®4+´;Ï<†‡J4½ðçO<·ÔÐøÌB"3Ã~´N'RáóßÛ°¿Þ©kec®½æ½aØð¯.†ã5%Pk†ôD†7lnZ\Üû+ú©mä÷zùšÓ®a*UŒQætÙþð=âN¦báZ¸Ð2JÉï¬LÅo.¼u,„®úycìŸ×cr2ŽÏÀ†ý`™,5Ή5ýnöö¿,²&Ñrþ(”9Jæã·ÌŽ8ÖîÌ“AtÔ%ÞüÇØÄ¶)2Qç'ÉqùlìïW£³•ÇNvŒ1üj6e½¬É :=ø¹y’‚™º8Qlq–£s|±dîè3v¹Ñ4Úg¨ >7ÍyÝ$lÒi ‰×Ð7Ø;'ðÁ*6ávf†LÅ„åw$Þ²" ¾†M^çž&g¦@å$¨Xý~a($073äüÜÁØ´žiÓ®a*•Æ(G:ußëØèßmRÃÀ$ö±~<½³2Ñíyo  I§éhpf¦•°—'Ñü›aØû}Óˆ…_úÃfÌêm”«¼’å3þt öá¥XúÓ^ór…H2éMÕeÞï’ÓÍ/„î_ U_ÑœË\D½¿ð³³Î’BK,‡¸— ³õè¹zBÏŒX@aJkfbØGW „õ51{§c7…U“MI“-DÇ‚,©¤‘ºR¨áFlŒMßÃSnsé¾&{æ¿>Ã^^iW$P]‰$Ð+Ø /#RS’¥¤dqëz•ºÓÉ!…%)´\YÝˉ(ßü³AC¾µ)×)·ÖæÝ\8ô•eH©ÍTZ9ôLE²¢ ¾[^˜ý×YפÌÌœ ÿcøås=IjLsÿwšÒyÇ,¸™ò,Sl—½ˆMÛäFûlzýw=^v jý¤RO=ý˜9ã§ Ú7ƒÒ²3@sÛ8 ö“•Ô[!´>3KT0SçoM¿¾‰~lê:—”.ìcUŸ“ê„ù¬vJ#?&X»s`–r]n^”R‘®5 ­æsáé9꨼ T¬~¿0”†™z )ž9º‘éšÒ®a*•Æ(Í{/±G¤(†!Zq2&áBë°šdšf ÎèÉ´’öòñÐ\×MÆÆ¯pL",nÿ1mK>´ÞæAy°Ê+™žf¶íçw'ˆaCFF3ëLDæÓ^ó/¯1µspv$pöŠNËè8‘òeÞï’ÓÝ/„n_ Õ\ÑêË\D½¿ð険ÆHh5Ö׉ä—Rá] W_WéüûlÊÖ`.Y#*²›?›º=ªZ„t‹ÁlÀg׊DD˃4t!:d’Æ‹ÝáJ¡†N­hžJcœêŒKï£Åf”S«²²®Üî§¡Ø„u¾,±ü@zU§“ âzéYÙ„Ðrau/{µ¹Æú½m‰ ^ÅyEâbËyö ™ yÐLõI¡•¡HÇw‹½ƒ«›{@x\VGS†qù\K’ÖÐÜ6LÅ~rÚÞÇÛK % "1û X¦Ø¯š€MÙàL#º iô£eœì@ÔúÁǘlszÃ7Ó‘ Ÿ¼@?2C.4wBhuxË$„–i¢|¢4úµ[7Ãû©«oÇdk´OS|NªóÆ)ØKÿØ¥‘®»s>’ï%Ç4UóB/ãçÌÒ §å¨O ò2P±6úýÂP&-ì4±‡FÐ4¥]ÃT*Q…Ø#¬Sê3CÏ¿Gn²•´Ès³1ìÓÁ4áÔ“i%íåã!õÒ?‰„e‚í¢±Ø«;¨i½Íƒò`•Vr†ï¾·ÑûóØuG7ŠÛõý³H†ùt×¼šdª¼Ìû]rºù… éQŒ_ƒ±ê+Zƒs™‹¨÷>=ã²)~G«N,–CTnKÞ“áË׋¹ÑGФOš†âãf¾óÓ‘ØðïLjâ¥i£«÷Å_sõ¦RnDÎÑÏ &~–qïˆÕáG¡†¼£µ'¦F¾‰ŸëvÅà65ôîÝ`·+K'aC¸S"TYY'b…í~ÃÆ}½ËÐÁÛ××ý–á¥;Y¼žE¥Ú³üðcŽ!#çnÕ·§øúº™¬™ŠßÑbªÌÞôMVªUŠlJ&Ÿ~åløÏöe"‰qMü¹eïºpÍÞÃÛÛÃÖhßã1lüjj•XÁ§XŒfª ­ì¬tE2ï~„¾[¥+5¥ûâ—Ï÷‰Òz´þ—C°ÿ²JÌ|â–Év+ñ¯§4¼‹ÁWC°‰+n%ÉØ«õÓI’~9¼s*(U¶žcòÝ0쥥Ҏé§p¡e’(ß]½Z‚Í?SL^né©ÿólâßÖ±iìUŸîwâlÀ‡:ÄÇxbw>ŽSÝv¼‚ùÓ:YUfÈà'®¸-iÍ3ü}^é’¢)ÊÉQ±6úýÂP°Œ¿³ ­íÞ©½ÎƒÒ`•Vr¢ùƒ°·û¥c­¾ŠÍ:žÑ'×¼šË’£úâÕ†RüŒU_ÑœË\D½¿ð³Ò Íq¡%‹ä•Ý!îÉdñEŠMüb?¥LDüY†/6šD3„Ò¦š,Û_O.ù} I3¾ÞáU"Ä»d’Æ‹ÙéD¾†¼£µ'ºZ¾‰sâ»é#$7èÞüq¯c6OM%€ªõד‰7ÿ±Ñ¯|}(’Ó³¨Ôz–EPryõ¼—‡VFO›ýëÉh®Êì)–/í*Dµfc#~sB:‹4r¯nÿuÎË’_1:qöü½·R8"¥óŠEh¦ú Ð¢g¦+’q×€¸|iJM4ߣÄå“ÐikÿL7fîÚF–V6W/<|9 õ‰X&_ ëR‰.ë_ABý³§M-­¬L.\° NWã'=Øôø ½¶ÎwLÿ:ò™~dšüHܶ½…Ûû+Ž^·²1?µx".´¥ÚVüÍUS°‰Ë¬â3Ò3Ã/ÿ8 ›´ì:V;.•Ág&ûì›*¿Ø¢mfyÝòò¿( ´;gàçºúãlÄÇÛõ,n˜]Ð2ñ£Ée&ÁuëÿÚÿvçE˦Zkæ dž~vÆ/=Sc•P±6`a'BýÖз´4ÑZ÷ñ(làœCšæ´k˜Jå1Ê’rþ} ›²D×%2]¾‰F=ø>ú å§ígôŒõÏîšÿú@là¬}iš§©Ëi•'•ZËìK‰Ð¢¤ô6*&Tq%'yí|ýŒ»è¸…­ƒ«óÃïDZ",ýi¯ù©Ë.^·´¶’rÓ%š¦þ2ïoÉéæ‚†0”ã×d¬òÛR½½ìEÔû!ÝÔ¦¹¹©N,?54í™Ø¨î•‚^tG3Õ…:¯"é‘úÄå¦Ô”&¹|âe+SC¬öüòî„ÁÄ9GMûd³S±L´[A|-¤H»ÜØóËÌ—ˆß}üÒœí“ÕøIvÞ>oŠD¸~õ‹FþiÊI EØYøÁ䡤 5é­ovJOÔEœ‰^»þ7`ԆᩄMJЩc¯ïtOT;.uÁ'û¬™;•ü™>þõOÖX„gçM ¸ôϬ0ò—îWXÆ¥Êg&-Ìf߯¤·aS>üû´S2ŒR™÷·ätÿ Aý¢ºÆ«Iå­Ö^þ"êíŽ`qÝ¿£%=I4lîO8’'JMÒ©·°Ñ‹=«„½éŽfª ­Ìô4PÖ† R}Ž í㻫ñý|ZŸý<@rà ¡GXZÙ´45Õ‰„Àã†ä lì?Þ•½ëŽfª ­ Zj÷Q>EºÏ=]ý‚ê‘·Ðj÷TÃÐ|Õ÷tZ{s9÷<<5ß›<÷›ä<7tg~m¬m𛛥Àè» ™êƒB+=-”µ¡‚dïÃoaC¿3‹íçÓúìç’_=âÎM›ZÏh¦ú¤ÐJe`mÀ´BrH‰ýmZÏh¦ú Ð¢¥&€2°6`Z!9$§cø ´ž ÐLõA¡•–’ÊÀÚ€i…䜎áƒÐ¡Õk¡€f@ÃôqDB¡PÀ× xž¢Ðj‡ (P tU@Ìô} órú¦Ð‚©àÙ…ËåäæÐý¼½@hàð!ÏÞkz¶BGµ!ñ üuþ˜Ž¯‹wN%rá’@hõ}¡%,uZ4†8Ù‡z™¼®$AÉ­¯ Ó)Û"8•¼”Ó3³.Ðj{*NµÃ‡?{¯éuزyjCâ—Øÿ6ÃF½·\Ç= w´ZπЪNÓ™%=Û¤MŒ®”‰õg˜’ à—†îÙ²ßôn¿çRç;|gï5½[¦£¦xwCÒ9 ±ZÏŠÐblœˆÎ3üY£Ñÿ†}£/+ÊÂõ×}>}8Ê€±ï,³Ì. e€´LÞÁAN¼Œ@F,ôJ»ùõ`ÜÏ/ޏàÛ|5}~a…/£*p÷¼éc݆Nš³è4µß)uÔ8ôfÃ÷ÜŠ¹Óð0ŸõÇA» ޝç&^þ{ÞŒ)£]¼ðÎüC.¹5ª†Y[諳ì£ÉCÙÀ—f-8áž_#+´äÏ.Û‘›xiÉ'ÿ›8‚l>í“egÜ%§¨É°ÙõûÜ7^L4 ™¶àfŠ{·ÂÖØQmHj† ´úªÐâßùßá_ÞyìMü„3ϦTKZ…Œˆ3¥ EüèEUR0èÅÉS§Nyå‹q\Y]T‘oñ9þàkì2&òPæò.3F/ñdˆØ¡§ þÂäi“É•؈_nuÜÀQç!–ûnyEÅàäÿÇ-¼UÀï0Ckø¨a“/¦)>¶Vøo{•5ã§¾Hª²7÷Gre„–ÜÙ儨ôGtœbâ §Ù³cÃFŒ½¸Ü¯ ‡a«ê¨:$õC€ ¡ÕG…Vm†þ‡„ºÒJæÕf|D<²ÚÂ!Z¹fŸá÷Ÿ~p<¸É‡ÉªQý`KF¡^ópY1qc0KÌðZŠ‹ªÑ‹=*DHÕðk…Qnpƒr«êÒ!Ó“¸)6è;‡r¢‰°ؼ…"9ÅR›kôÞðʾXù»R,¯ß‡«Hí\Ë~Ï„úXéJD3àû2Ŧ^†­ØQeH† 09×Ð×°¿mƒ4 R&ÏÐBcqw²ÏÏÍ©(/«(+-/-‘7`…mž¬êœÃ~¼]( ‘TÀŸ• úÖ¾\öíñ›Ÿom W#´DüâÛ?â§®9·×YÖ°E‚r§ßˆÇeo­Ô¹j}õøcH¡UÙ¥C&©1}«¨X¬ ¿à*q×gúžy¡Åô ‚MüuË{öH9lÇV3 B‹é½x$Þá+ÛÒ.„VwÃVZ*BÒ0…€Ñ,@„Íd”•–¸;;æå=B‹êå‘—“]U^†ÌDB¢ƒºââcðw&#ßxúÌ,—/¬M¿0›x;ëó‹1,êRË©`ñîÄ–?ð3³lüUöÚj’UQþy¡c¯ŒE‚¡†¦óñ÷Ÿ´ÒxBquÜá×$BKÜ•CéS³áߥTãÏà–Ïà^=€ÜvOhI2äÓSA¥µÄ“¸*zfH‚ª³«ZÃs­@(v^1ž¸k¶?†£Yhu;l%9§*$MC€g„¦¦Æò²b¤Ož¡eÛ¦‚PYªZ® Fág˜­›ÞaP›gþ9ñksô2jÄü"ç&Hâ8|Ä $öŲ³Í¿$y™}ܘ!£v*Wºí#âÄ앾þÑå,B0}Wwt°±o}üù¼Yã1©ÐâwåPXî»yºÄÛÉ[å£ç[æÖ »)´Ä‚b·•“:Þê1wòîyâO]©<»Ê—á±£ÆJß ž§—Áv¡—º¶ò³WU!i<#ÔÕ‰ÖBúäùZ¶7oT”•ª¸—Eh»Ÿ‰‡Qd×vÖ o|CüÑwÎ&óPM5ÝíÄ⦿n7âå/Gq„¼ûÝ_“ññ¿¥Ö9y5‘[™àq£Ih55Õ‰Eý Z²BKÕ›lüŠŒ\nš÷Ü4­ؘ¸è¸6îð»ÃÇ/´+÷þ­9Rl<ÆóD¹Fïc¿wc+\_d¾öãIƒñlÿËYj¿pü°™cyš¼Ñ/ÏÆ†ÿéÍÑœ™>2öîó(¦òñÎ]Mø¿°ñÂjºÛå»|ö¶Vº ¾Ÿ¼€ ÀSDƒÐjjj‹Eý Z²BKá¹jËwíx ›¸!ˆ-Vý앟vɉeþ\ü8ÓìïO¾9À¨ëý“\RlÈÖpýÿƒ ûÎ"W(g)®¢®™€a_Ü)¯ëÑ)„9äfÍR ˜—xìMlØ'{¬(!á¡‘,!3ðÀ·ŸüešÁ×äZ¶æÌônìuv_(.ƒVqŸÀ#õG1•Ù¹«¹»s*6uÇÝ5‰’˜u¬d¦ç’ÑØ¬ ‚z;þê–oßCš{ý³•úIÕuýí• +…VcŸùÛìµÕåÅÕ¢Ç|"ZrB«N,?ÇxÞcG`C¾´ÈÉ5I©M%ä„WekÏ‘ˆÎQéOññ¿´‚R)꬯‰;ö^=ó\Eet‘(I&K1àýl¾ˆ¶iÔn•ýí ž$š„VcƒH(è>ÕÙ>®Žv®± \ Iëk+R½íP}`Žè^ƒ°G;á—áB+™w¿EÜKÝ„–¬Ð’©Tz.}aØWskk޽‰½¸Ü»RÅÝÅšä3HNüíËFǵÄîìÉ”c³öØPüü½Ýâ*„"ÖÝ3°Áïn0t tÑ[ö †Í<•ÈUpHŠ ™vè† Ø[‡íŽÎ0n‰[™¯äDí ›´þ¶ñg†ýæŸNĉ=>k6þÇÃ×\= ·~4ñƒ9Úx…baeÀ–—1lòoÇ-=(.ÖÚ+g Æ~çÂPð௠Bããâãã’sYB&•Z©µD68Éηœ¨Á!®WV¾ŽaoO¨é港wéßñ¢8™ìú|6è“ )<…ÌônìÂÒ;H?̺@ãòøµ$µ"̓åDîÄ%M—ôÀpÿIš+Y|•3BÖÌÞË“âíjyâ—ñxTIÕbùÌðRµßÅÍÞqÝ7ânåö­€¾šJµÃìQT²9Ñ0wrfê%AX|ûÇa?1ÎF¾Z Š*\þ‰MÞÈ"{ ný4›¶+š#•Úþ8›¾;\²Ë×Ò æ¨Z²‹å„–ì¶^bûõ@ì³%B¥^‚bûßF`S·Erä2Ó˱“úA®|v³D a°]J¹Ê×ó¯}†aïë+sÃ6OÆ^øÛ¥DV©¬T7L^¢’u¨aî”…–\™y¿9Gð‹¬¿2hžy^-ñ±:ÛvË#0lÐË_®>yënQ-l 2Éâ0#v¿‚vr·RI›vù=là·ö¥]Ì+ó\< {ûLÿÈȰ?´àýi£bØÐ1ø{Ôdq”{±Ó/ÏÁøËæÈf¦·c/°AÒçÕmwüƒ‚ƒBãŠØšË« Ù>›²%˜A6•:ÿ<›})£r€ 5•~(¯ì‰`*41â¯üô"†z÷Ï]F£š0VU©n˜=ŠJMs'‹r¢Bbò˜\I+'ëêçƒn–ÍéìRÃÈ ¶ÑÚôÃ냱¯/3Oa¨8;@¯ytB«º(ÄÁ5°°¡¡8ÚÍ>8‡'Örsƒ<œ|sEͬHG×À¢Æ–:Qu^¤‹wû~{Ûý¦ú†ºš¢0GWJJXHj$»Ì{šêëêx9¡ŽvÁÂF±DhëÉ'žâêÜg»º µýAKc]½ 8ÆÍÎ?«¶A$ã ­„V¯…VM5— 2â¿éÊ1¼~ð.Sb …KʉrtÌJ&6M—R…cFøîéØ Ï¯ÆÆÄH‰M¢—×È;$ÅFg 3Qg&6j¡{Y5—›cý˨¡ï/ÿîÅA³´Ц]¹çlêÖÐJ.#mñH{K;²2 öøÐ8“M6ýáZ"ib¥é¡Íúû’®®)õX„ ­xV5—z†½²ì¢s`DT˜ë© ¡•ÉVîÅ¢BË<›-›™^Ž›ë‡wϧ²äÌ4 ¶¦*t×ËØ„ þ•dS‰.itSÙ*¨PS¸iöò®P†r·<ÕSçϯ °iËlè,Õ•ê†YÝ£¨”FªzîdQ“(N†Ñ§ƒ†|}ÎUq Fúõ?Æaƒ¾0ϬQ@ïÐ ´Äbúfê6•t?;·Š{÷øåI^®žñ¬Ú²o{¯¨Ê–öÆÊ(WŸLq³¨º8šêèͼ×ÚȯÁ{±+iTWGÿÒºz>·,Šk¤–f¢‰•‡´“Ozm³¸¦š]G­{µD/§8ÚÛ±óa"‰W§¹®JÎI¡%+´$i)¥®›€M[g*ÁÇä·±ØäËåȈ=äÄb2tÌL:6ÍùÎ% ÇÜ<›ï‡`ãW{s4M)6:k*Ã÷¾‚_ãS, Ú:ËzþÍ<6úX•pz6v)¥”Ã-°ýu8ŠÎ§ŒìŦ[ÿ<›²9¸BÒ4¡ã¼ÌTb³¶+î*àêw\hŽcr9Å߯fj'VME®ó‡aèg°”z±ÒM¿‚ÄJX¥\fz9vNž5®Î¥0åÌ4 ¶š™¬;ð©i›h*vúy6ûb KåjÊþEBkgh•JcâzO8‡dä{zi ••j‡Ù£¨”FªzîdQ“(íò‡†|{#›¥2çºÙ'6}ghuÏ¿:Ô¡Ih‰D\»»°JR‘‰bÝoás+3Ã]C₽œ(Y‚ÖÖÆšÒXwW¯¤Úæºj\ 9ưâY•iÞ®Ž~% -bni‡FªFMÌüXw;Ÿ´Ú–z^5« –Z ¼jâtì"$Øìà kDBau÷Û«äœôZ²B‹ÌI¡Ó¢1Ø«ûÂ+dUì¾t6n©[üH7AÕ´ÕWCsŒDrÓ,Fõ²Ç$ì"¿í¯cØØ/·]ºéâîápí’ŽUR•âtb£³¦ÌgíxlÚÎJâ#3ýæž•ÿ^‰.#Zøí£Áß9¢ãÒýocØÄ_[¸¸Ûnýd6ìë+I ܬ4ôàL¤Î>ÞxÁÆÙÝÃþÊŠ)h³¶-RR9àb7$´fœŽCNQGÞ°זë:ø íé¡ýÉ ì}ýt¦¤6k•‹‡§ãÕ“‹ß€úÉ4•©™Þ{ƒÐÉ K ƒ­Œ=5 Ã^ønŸ±‹‹‹å4òÙ“™*¨PSæ„–$Õ2M šÝ…K–n¾ÁT» ‹&b¸haª¬T?Å=‰J~¤jçN2Q/¯3wvuw“â–‹òÆHº0ö£M.[b\qzÉâ­gMl]\­õv÷†½´Üµ€Ûó¯u<:¡U˜àiG‰çÞoª­æ0ŠbÜ\í<#KÛî×Õ0Ë’<]]£¹- µÌ¬pg$™8õ¤ÐbWЃ\=kÜS+´¸b%zÙyÆrZ¤B‹[•êlçÈnñdOæ¶­G"´nþ4{m_d¥|®ŠÝ—ÃFοϖ­gPö}9yÈèŸí 5ëbÝN.zÒb@£§±/¨´+±Qìº`$ö¿#Q sÇʽö)†}l–Å$dÝëôâ9!×Ã^ž·öJHKjÉÌñ=¿|.ù·°£§¾ûó‘Šž-.»$ÚhÔ6dì”Ù«ìòÝqËoNFÖyó»íÑel¥Ìônìj…–ÆÁV&YoýòeID#&¾ùÅV§löC­òÐÃ_¿³Ég3´ÞÅFür;—#]3ew¶ü4[ò÷$°!Þýy—eLöžÐ‰„6«»0ò¢Ýp]t¯‘Çe³Øå™I1‰ÅÂmHð°™©W§PfK#ŸSUçåêè•–•—“™MuwtÍ·¶Öײ‰{b¸Fªåc$w´j¸ìÊœGW×`za^>=-=«„Í®,ˆñÄ_ªOJËÎÉÎËN§%§—±X–¼“BKVhqzžÀG )6žz0ö炊¸“oc£~·ÏgB6x’<2¡U•ábç—%¼‡ë"¢¦š_ߨ ªA?ª²ªÒñ±Êšš¤…*ŠÓ£B<íñ?Ëàå—Ãmikkq5’œÐb±Ë2âý]‰w±\c‹jù\.³¼ˆv7„ø3®ŽNÔÀø*¿† Bë‘ -6‹ùt!ÅÆSÆþ„П…–¹¹Öëxšù•i¶éSßRäç!@_„-•B é( ¬ÓöP¨¹hnhÿ 9¸ÿ¢¹C—~ž"½ðô¨pΦç0¯õªûµ»5‰…<ç 'r^ÿ —,!δ€Y{*øWR‹ê ó{¹Tà!¡BK¥Ð2õ-ÓH 5‡ìkllÔðpµ"¡Ò¥Ÿ§Hï†Ð/ðg¦ˆÛÙÕÖ~})*¿ªHQ{[ ÷::`Ñ[Ú+XÝí^Aa´¶×ñíüî¼Ýî%nÀá\ç Q~+–ãSi¦rÑú3âëÚ[˜ìk}06˜»~-Z*…–±O©@R¨9´Jq"¶lÙR\\ŒŽ‘M—~ž"½Â¤Ü¿V1¶æ*ÖÕ'pj¿ª0fsUëZŸ™,ßÊ\ðpð¨ü™éMíõ¥Ls5‰’˜uÈ.¼ßÎË©2õ)µ¸[“Ys¯…4»wŸUų÷ïöy»ê]Qû}6Û¢O%ðé®äÆ:ß2Ù5#noårz™"&­s(-Z¿ª8$´ôb dç EÓ,vx¸Ø€~-Z*…–µDH )Ô¨T)<ï»ï¾›6mš©RºôóéÝž å~øö$ ˆcºÅJp/3î3 |ÒøT„ ‘àa[ cßÊhq/»ÒDM¢\"äu-©þ^{ËÝ0|»,¸×ÞÞÔ”ÁñNäf 2‹9Ö>Ý>owC%…ëj¿,啌d­ïä/­Äg -v/SäÇ@b¦®”a¦²Õ·’Zæl¥6™M­í­÷ÛÛéÆÐ¡BK¥Ð2ô.ÑH 5Ê*åÁƒ .DÅÌÌŒ¬A6]úyŠônOr_^{»ˆgCUj¢–»d×±›ÚP„÷3hUæd½/# }×0LÉ~ìÒÖöê¬ c¢‹[AC5Ñíx¼"†)µÜ«¤±¶™¬i¿ßØ”žZ)éH­Œ$tá¶ôMÌ";¶>`’ÎUVâgqÏ­¯&î¡ÀR“*Lz•ÂH}*|Š…ðæ¦ºæj´ÏU³¯âMe•Í9qe]$JšIN[»°˜F‹ÚÛJ˺H¾ºój‹Üá lonf7Cki)Èa^£ö|ŽÔ¥Ô»ôFZ=ÿiø€SYcçוsùõãYÜÈk’üŽys]cjj¥Ù£]]Ê+¹¹‘u¯½‰Éµ"óàC-Û¼wÃ!š:ïBçW™È.ZŸÊXBh™u‘5ËX_Fjc» I©|Ð^/°ó‘K¦3]Ìj$œ<¸WH«0Ö›† k¸$»*ÐÐ ´ø|¯¦º¦šÛ@#ÔÖŠ„ ´$BË€R¬$jH•’““D~-XYY!‰rôèÑŽodÓ¥Ÿ§Hï†ð)#õÃMŸ#o²¾Ä.í»Êò¹”xvXI3Rå´r#ÔäSEì)U&¤_¾§dMÞøÖ/øÇ1]ãØ^¥†Ò¿x¦G7žƒTEKlX‰Ôí f”bãPŠ¢¦˜ëv·Ê)Žã]f¤¦Ò€RêPp¯½­%+ƒåÍŽ¬º/qØ£¨ä2PêRŠœ<(ÉãzƱüsÄ5m¸à1ïn¢$pÊZÛÙåȹQp5³­½™¶r ™W^ c‘…×½ÆÔLŽG;¤¸ ‰6½Â¸§s¤.¥”bÓ0¶_"Ó9ŠIÉ ÛÛùy•Æ= (žå‘Èc¢èZKÓH³G´º”'HP};Š_ÓÖÆÊ®Ä=P+¢p¡…¯±Þ ‡hj¬â8„WÚ†WÞ (‘]´Èy ZULSNÔ,c\¯kjm *6çóÛ[sãJ¥M%¶xºZ+‹ª©q,JJµOhI±iȰúK²û¡}uB«–WAK³¿sËÔÈà¹ÇÌØÐîöÍ´”$Q@h‘BKŸR¬$j¹ÿþ÷ßÿꫯúùùq¹Ü·Þzkîܹõõõ²*¥K?O‘Þ á RæÃS¸åÖäP¬ïÇ*B?U—2LI3ï2_n[{#ú)»X_º§“M¾¬bO1ÄÍ*"ˆ¯zÓÿò5\f{;WÉØ$JTßÞš—Pf ›ÊJ}vɃöz…!ùÑ•ß1z•œC\ ‰‹ñ-’¸Bããß­—Ž$¿|•-_Õ¦œŽOrdaEiZÚ³'å“´ÇZ ú!3û¹m˜ošÔÈùIY®;RÖš–”%_.Wéšøg&]–.Wµ‡Qïc³z…-þ–lÈCe­f–BkÅÒÅR{\nc¤³ÎHK%´¤wÿÑó‚•ITë–ZeO •ÌÌ̺•Rïq®ášv ââ·j¤ÿÎW­ôªu{Üo1+*ÊÎ)6íÉŽ/¹TñGʉÄ9ò]±«¢.ÊßÅ“íµ7}Ó!ºB~N‘ïòJÜž+ÿ¾ ê8µnñ1ü©›2¯æ]s3ÂOfyìJ]»;#<½\Š_ó7Jl}œü]¾iqJŸ½éîû³ÂNg­ôn䣪u¦ç¥w¼œ• ÚºO: 2ªDžf/TqŽÿ¾t=•‹HYä%?<§¢<;sQåÏ WŸO×ï:š¹eoú–ƒÊCò—c~?»7¾Á¿®ås©>ÃyUäê|÷¦¹ïWD¤Ëß/x´ñ# —tn˜F'•KŠrË®Ôßv¤í”~¢Ï^æÕȇWV|ôdÖ¦½™ÁqÅÒ¯‘u&in ~vÕý™aÕyÉ/I¡%½K“N'Þ3órEyqäátHEp¤NÕƒWB tâ\ÿíñs,ħq-Ü—±âÒðØê7.Ø“WZñû¹=qÒ‰¸¾³=%6Û[:x¤"`oÂëÍʶü[²!•µžZ„–ÙÐrÚceR ÕºEþgÕ‹‹­ü³êÅÅÅÿ7mr½Ç¹†kÚ)ü‰‹3„–r…g»<ã7Då+Kå¿øÔñäŸ«ÞÆ+Á'®(Ïôm&—‹ò‹îûQ~ÓŸá?_9HÍ[¼SŽËª'Ï­y×¼pMJqå¿PPx(2aŽ… ¿z¼{T¾é/¡W\ÎSk×ú4òQÕ>Ó8×S¹™Å¦¿ð^Vr1!Úðë^¨:=ߘŸ‚UêŠËñ‘qUo{iõÏä­©ÇK¤Ð2¾KSNgN`æI½ñŽß• i ¼j<†…»µ©%”)2X>ˆÅOãjÜ[ñGE¡öW¯š·oM;[Vq)+caåÈx¹*.—gŤ̫ï±Y¼Â–K6ࡲV4B‹Ð2Z?l>oeR Õºeö·¯§M±þ? œ½xC½Ç¹†kÚ)°ëg1Îg.V”çoÞÊ¥¨¹- áÒzfÚ|.cWaVBK ߯/å9']fL^rº°© ´ªBëûMç­ìÝ}g{D[›z'a¼Ó¶f„±†nKbD~ÅÅô´ù\ŠZÛl ­y\ Æ®Ân¨Ðº˜¼r€pÓð=¡ÕìÐúÎ㜕}´0lÒÊ}ßyD[3+ûÖýì¤û>^Öä#0Ö¨9kô¿ŸÝ}KQ{›âÃäÐJÃ¥`ì*¬Á¡¥ yíÞª'ú¿ÜÓsè+ÓVïÍ,!´nÐÐúÖ=ÚÊf®?ýÑÂÐñNÛÆ;ù6uÛ¤Z“ŽcýbŒ1Æ®ëY­ò*—T[ž»7îØ½+<`ój§žü§ ´4=B]VÞZ”&BË_×ÔZU¡õÍÆhÆcŒ5s ­~KJ+o)Óì™ÖKî}w»ö’©s2·ÿôªý?ÚI%p[—áS}’ŠäwÌ;»ö¿‰íå>èp¿Ãׇóo|QµÉx‡N‘o¿­ëËë’J,¡Lô…cïûooghŒ¶O~êWXõÀн§=Ûõ6ù®»{;ØßQZeª]ߌîos»áÚ?4õH¥ãZæBkÖ†³Œ1ÆkæšZÒmš Wî:¾ ‘–wdz/á–¾œƒöíõ_òfgAèãt¶¨8f~áæ~_¸î<|ì@Ø–M{2 (8õƒ};áîaSWo ówwñŒ)°t„òÒ„%ýÁþkð°€õ³GÞ#9E.b¢­ ÜÿÂl· °€ óÆ÷½¥2´ŒïÕwÚÆ°Ý»C}NiË,ŸÐ2Z9 ÙšZå“ÿ÷° ôúñ\±tÿ¶Ñ…~‹âJŒwéB_»SèñýYíÁOîî~Ã_Yý Œ—4/Þ.<ðɾœê7Z8B±!™:Œ Õ_HKw*V$Iä’Òë¹ö‚íäÊWɪé°æ{Y9>¡Ehðç‡ÖÅ‹‹Š M+Lw—ú¦ï‚sy…WnÌ¿°|€ ôœ}*§PwxŠ]¸ëÍpµîô²w Âí}^œ¼2,F[(¿£îðÔÎBÇûg_9T‘å#ä[ØWèð‚¿Òø–š]ïß#ØM=¤“ÞåÐd;¡ã˜@¥é y1Kû 7 óÉ–\ó½,¿úc ´-þ¬Ð*-,,0­ m£1´r ªn,Èðs»ÐáyïÌÂíÁɶÂÍ/ÛsâÄñʈJTÈï«>¼|Òó]n›7Ýrå7–éÅ•ã[9Bnô)™FûgßR½ç£û„N_ÐJïrHj'9ØLÉY"‡–·BþqÍ÷²|üêÐ"´øsB«´´´  ß´üÔ rhýSyK^Zè=áïofHw秺o/Ü3>8+?ÿÊ{Õ˜æôÏýÁ~qŒ>?Õã™öÂýmÏ®ösÖL~ ãOÕrhMŠÔHï’î9²£pﻕï’s~±Z^Yuß«A0ŸÐ"´ø³B«$??Ï´¼9´lÞ_ãà»ÅuÉÌ·þ!íN IË5¾AÖÎÏ» Â]O~¶ØÃ?(ÈgÝâùnQÚ<ݯ…‹×ìܳw»×—ÿ)´æ–”#½ñ®IݤHsœ¼|s@ÿ—_buޝúYN¦mYÆG¢Úýá}‚ͤýjù§ÊÈé Âmƒ?\èîä½ì?79zeæ×y/ËðÊ9æçZM­m¾>Vþç5Ò¦5Ez›Öü{á8…¶EŸqhí÷3—Q6齕'7Ì›»öp¦ž Ùºhƒœ>˜°ð’K6Z%%Åyy¹•KÛ:öUOôíÿÞmÈ‹_,×^yƒÜiû‚·†ˆ†&BhwÇ}FÌ2ÜUë½,?Âjç˜Kh59´¾ž6¹¤¤ÄÊÿ‘YºW •Öü{á8…«Eu臧ºôï™ mMJs~Õp±Ó+~Ò³÷|ÙOìûEDvCß9#ôÃÞâ N©[eB*޹|6ÂÞN”tþ—ª¬³Ïï ð‹LÖšýSŸZð¸Øë¿Û³ZácZ:´Š‹‹rsômj„V“Cë«)“ÌÆInnî‡~˜””$ýXz›Öü{¡µŸ‚>Åóßb-NÜ©ø~iu”Ë„c¿Û‘Öª^þ©ZÊÈéÄ_G*-\(Ó›U]ËôÀ÷zŠŽKÎhrt‡×N}É¡—ñÍz;ŒþÄù˜¹\Ó«Î.þ|ìÐmå7´é5xÄÛ³6UW»wÑgcëÝI¾×®ïãc?]±7M×Ä®=úãP±Ëˆ™nÁ»"v„î:§¼†—Ýx1}æ“ ©våÏ,þ—h7.0£iÇTFÎXùÁªû vBKŸöY_Q´Ÿ´#C߬Ç´xhåèuÆÕûÔ_õ–×õ­– -Nçèè(=ñ,^¼ø: ­Vt Ƨ¼ÁS=ÂvTÚ¹ïL†®ÍþáU=´4g–<ÕÙqY”Æü…Úq,µÚ úT¿wº‹O¯8«Ñ¥ø½/5ÖÀÿ8¹xûû{otvš2Ãó‚¦ÎµÏŒ\0ª‹¶#?›»ÆÃÛ{‹ër§ÏßþÌÝø–•÷>4êsã½ë–Ìúøý9û›˜ ÚX—çÄÎã2ZÃE®¬ÖNÃçDV}™µÅC«FÕ·xhiÎý:ÊΦWWÑn̺ Úæ<6 ¥C«¨¨ÐÊSù 9B«Cë÷ß3fŒôGôÊ•+·\w¡ÕºNÁø”ç¸ü¬¦îSsò®eè/©©Û±S]˜žk=kdŽë,>í|N>€.eûo>=°»á…œÎÿš©Ô%NûDÿî6†›º ó•G”ékVš³ËÅ.oËO¬zÅq×/G èlx£þ#gGf[ºQ~Ç„°ï ëccx`¯Ìò>§j죪ýbO´÷7¯:t3¼š÷ÄÈa=ª^ªÊý义aõ\(Ó•Lö×ÕæÙÿEkr²÷N±—¢Æ?Ýê¥ÏŽünˆ(öÿÜ?QkñÞ_˜»×Ò‡¦¾«]¥û{a™Õ¨K šñÊSzïíýøë3=N*ô-ú™P÷³Î~ìó½Ä>ïoŽÓÔ -M̆÷‡ö2¾’g?bâš#Yúz~EÃ]U~:¦ªþ V=´¬ÄÒ§œ™v:0ë‡vøOì#:8©þuXmJÄò‰#î"¤›Ã{®ç4Ö[Ó>  ¨h{¡%ÿ“ZM›¡ÕÌЊ‰‰Ù¾}»±I\\\¤?W¦OŸ^Õ-×EhµÞS0õò3*M%­ñ)íð\G±ïkNëý‚|V5¢‹ØíÕuç5ÖŸ§ŒÏæŽß¸‡ìؼÕÿHºÎx˰ٛ‚BCü7Ì×Wÿ5ÿ„ºVh©O/zJ´uœîy`oˆçæò—”ÌÞ˜“£ˆüþqÑÎqÒêÀÝ»ü–8XŸš\Õ¸GUó+@;¦ ’‚ç­¹Cü7þ2ÑÑ®ö×­^¨ÊTIô|­K§kb´ò«bkFu{½µú•—³vL|Pì4Æ-^kñ^Û7$˜9€åM}WÛîÅÕ{ŽÊN\PÔ8på;º†muûžÔx=ƹÅhZð3¡îÅ|ÎåÄ'ÇNG.9®¬ZzÅÉm›|ÃvïÙéç<ÑA‡Î=¦j@hõù¯{¤|~ÇÎ$ªô- Ÿrf~Û¤Mx°‹üR–êØœ¡âC‡V}ùPydÞ0ñÁ—f¹ø‡øy¬õ:­¬ç±5éÚà‡Š6Z+—-Q«”ºíL­Êv^¾”Ðjrh•——6ÌÎÎ.$$D­V÷èÑcðàÁEEE×QhµêS0ó­G£=’ôú4ÿwº‹ý§ì2½î¡KØüzñá”õ?½^ùïô:·èâ×Åáÿ«ýÆÙû¦öœà—\ýéØìúß7»ŠŽË£LO+Áï÷”ž…«õ¨j¾õZgqÐŒª—˪}é°ž õÔÒ¨ª'7]‚ûKv¶£ÖƳI}ÎkÚ³ÝDÑvИOçoŽL4ózáùÕψâcs›ýžôª{Õfžã-hvµÍ}¬æ½š ëÆÚ‰ƒ¿=¤Êi±Ïs¡«UŸ]óJ7q謈 ½¥/ꓽÆvG»'êë­_žk|h™ý”Ó*3ÒÓ Ò3UÆ;´ñÆvéõ^@ª^þ„qi×åUc›.×ÔݙֿtXí±5íjö¡‚ÐÒi5Ý\£ÏFI­Õvv>:jÓF·ÌôtB«9¯hÙÛÛwîÜù7ÞžÞª%îzyE«•ž‚ñ)oÈ ïˆý&‘§R59ªÃ³»¾Tõ¤§½àòœ(ŽX§kNhådGLê'þî°ªÖ]ªÓ«Ç=$Š=ßýÆeûyÓ÷i›»Quø»Áµ¿']ìýÉŽ¬¦>é«};Xì:>¤ò‰ÑzhÕ¸PÇU•/chãÝÆØÙY_ýå)½*n¿ç’i¯;؉6»EÕ,*ï#w¢zJ¥Œ·ïóÒÚÖܽ¦låCÓÀ«]oh™Bïy·]‹}&˜-éx Þúˆ&…$œªZª˜m?½÷ìÃ=:‰bç^òß)0¾ñU-sŸrЬ•Öš3K‡ÙÚ¹;ËôeWï·ºÛ<³ÂðEå:—«þÐjâÔìo´ùÐÊÕëO8±vͯç¢Ï*³*eö=é¥3]ç²æäñ£*U6¡ÕœïÑ2†Šô'Ý£>Z^^~Ý…Vë= ßzdè™®ï\yž4|/µ8b­ô‡¿êà¬A¢ýä½ÙM ­ýÓú‹ƒf4óÔ¯Ï>æ2sœƒ­(>ü‰w¼ÆüR="ÚŽùuÿ‰+NžIÈÖ7êQÕ9ÓñÁ - ߣ¥];ÊÖî%ws_èËÑÄx¼Û[´}±Ö 3Ã&ô;¿ê™Xí}Ò¼_Åa+¢5Æ{í^Ù’¨3ÿ€Íh~µë ­˜_«B«…>,…–T*©¡“Š}ß_:ëqSh©O/&ýNùØ9pß‘£Cް1½±•_±á¡eå f>åt§"Âà ¶G^ƒFuÈLì‹?Ê_Ü4vû;Á ­&}@-ý–AÛ-izæÄ±£î\—/]±tñ=é7mt“*K‘™QŸKh5ó›á¥PéׯŸ³³s­ï-¿Ž¾¾5ž‚…~Чn{««ØZ„éoié=Çu5=Uh¢ŸmF¯×µhhUvÄ™ÒSüðUç5fo4~¥¯ßçáµÿJ}£U3µÿ¢ò€M -Íù_GØt6WE¦¯m)ŠT=?š˜±c’ÞC¿ÛsåT®„Vå½ßFÔ>Q«š -ùEšnbÿÿ“ŽÙbŸ –CK¾»gÅN¢)´2ü_³MÝSþòðÛ]LolåWTûÉAìýñŽ,+¡5!<Ëú§J=Ÿ‡Y»¾´žìµï@•×wz‰ý¿Ú—-%úõÎÒåªù¥C«­‰І¥0÷]4ºô®3Þzº¿éAwéãðÜ[Ná)¦ ­M«qoAϾóƒŸü"Kšf†–ýó#w5ü#Žï/Ú‘¤mÑÏë¡eüÛŸ+¿GK¯8¾îËQMÇíÜkÀÓŸû›¾íÛÒ¯(ÿ „Í“Gô5| zæ«°ôA—ºÃil»žoþÑ ±ø)wåQ&yë*:8­õw2Ã?yPìþ¶¯üI I[øñr‰vöÏþá«­)Ðú*-Fh5À6_)B¬ÿý|·¶æß 7À)À*Íé_þ%öx×ÿºþ7¾ëmQ„¡u#†ÐÚ©OÌ*ö|/(ýºþk_„@hZ„Ðú¨Žýè öú0ô:/B ´-B Z„¡¡EhZZ„ÖZ Ù-B‹Ð€Ð"´--B‹Ð„¡Eh@hZ„„¡EhB‹Ð"´ ´-B B‹Ð"´¡EhZZ„¡¡EhZ€Ð"´--B‹Ð€Ð"´-@hZ„„¡Eh@hZ„ ´-B B‹Ð"´ ´-B Z„¡¡EhZZ„¡-B‹Ð€Ð"´--B‹Ð„¡Eh@hZ„„¡EhB‹Ð"´ ´-B B‹Ð"´¡EhZZ„¡¡EhZ€Ð"´--B‹Ð€Ð"´-@hZ„„¡Eh@hZ„ ´-B B‹Ð"´ ´-B Z„¡¡EhZZ„¡-B‹Ð€Ð"´--FhB‹Ð"´ ´-B B‹Z€Ð"´--B‹Ð€Ðb„ ´-B B‹Ð"´ ´¡-B‹Ð€Ð"´--FhB‹Ð"´ ´-B B‹ZüÖ€Ð"´--B‹Ð€Ðb„¡¡EhZZ„¡¡Å-B B‹Ð"´ ´-B B‹Z„„¡Eh@hZ„„#´--B‹Ð€Ð"´--FhZZ„¡¡EhZZt¡Eh@hZ„„¡EhB‹Ð"´ ´-B B‹Ð"´¡EhZZ„¡¡EhZ€Ð"´--B‹Ð€Ð"´-@hZ„„¡Eh@hZ„ ´-B B‹Ð"´ ´-B Z„¡¡EhZZ„¡-B‹Ð€Ð"´--B‹Ð„¡Eh@hZ„„¡EhB‹Ð"´ ´-B B‹Ð"´¡EhZZ„¡¡EhZ€Ð"´--B‹Ð€Ð"´-@hZ„„¡Eh@hZ„ ´-B B‹Ð"´ ´-B Z„¡¡EhZZ„¡-B‹Ð€Ð"´--B‹Ð„¡Eh@hZ„„¡EhB‹Ð"´ ´-B B‹Z€Ð"´--B‹Ð€Ðb„ ´-B B‹Ð"´ ´¡-B‹Ð€Ð"´--FhB‹Ð"´ ´-B B‹Z€Ð"´--B‹Ð€Ðb„¿5 ´-B B‹Ð"´ ´¡Eh@hZ„„¡Eh@h1B‹Ð€Ð"´--B‹Ð€Ðb„¡¡EhZZ„¡¡Å-B B‹Ð"´ ´-B B‹Z„„¡Eh@hZ„„EhZZ„¡¡EhZ€Ð"´--B‹Ð€Ð"´-@hZ„„¡Eh@hZ„ ´-B B‹Ð"´ ´-B Z„¡¡EhZZ„¡-B‹Ð€Ð"´--B‹Ð„¡Eh@hZ„„¡EhB‹Ð"´ ´-B B‹Ð"´¡EhZZ„¡¡EhZ€Ð"´--B‹Ð€Ð"´-@hZ„„¡Eh@hZ„ ´-B B‹Ð"´ ´-B Z„¡¡EhZZ„¡-B‹Ð€Ð"´--B‹Ð„¡Eh@hZ„„¡ÕvB‹1Æc-2:ŠÐbŒ1Æ#´-ÆcŒZ„cŒ1Æ¡ÅcŒ1FhZŒ1Æ#´-ÆcŒ±6ZnëTJSÆcŒµ†–”K}rc„V ŸojJRiiqaa>\ÆcŒ]ÛÊ*++KIJú䯭øØ [=7¥¥&—––”—_bŒ1Æ»V+))–*ËÇsSBlìZÆÖ ôÛêá¶n£ëoŒ1Æc×jRHMb©²®ÓÐbŒ1Æ».Fh1ÆcŒZŒ1Æc„¡ÅcŒ1Fh1ÆcŒ]¥åçå*²2Zahmqw+..âÄcŒ±ëw¹zZRÕ´¶Ð ð‹9§Q+óòrù01Æcìº{-+G®¬Ì„¸ RÕ´¶ÐŠÙæíy!æ\Vf:cŒ1ÆØõ5EV†4©²¤žIˆim¡el­à¿-în›6¸2ÆcŒ]_“F*ë•u C‹1Æc송ÅcŒ1Fh1ÆcŒZ„cŒ1Æ¡ÅcŒ1Fh1ÆcŒZ„cŒ1Æ¡ÅcŒ5bZF¥R)JEV[˜*[¡Q+¹ ¸ „cŒ1ÖÔÊR+§Nwßàºbéâ~+—-Ù¸~Ýñ#‡¥³æ‚4è‚ZŒ1ÆXS§Q©N8¶vͪĄ¸òòò?nteeeñqÖ®Y}ìðAJÉ©÷‚ZŒ1ÆX“§ÊÎrwsMŠÿ£-IˆÛè¶.3=• Rï!´cŒ±&O©ÈZ¹lI[x馯Ë8/:/_š–œÈ©÷‚ZŒ1ÆXsBkÅÒÅÒSíå6F:딤.H½„ÐbŒ1Æ-B‹ÐbŒ1Æ-B‹Ð"´cŒµ©Ð’žgo…Ê¡³^cîÉ«plë¡õ']ž`yÎI—“—œ.¼š…ÐbŒ1ÆÚVh•œÿ©·ð×q»ónÔЪ~‚E'göépÏXϬ²:ov1yåá¦ázB‹1Æk¡U®ßùÞ=‚ðÏÿîÉ)'´$¾/tîx)PSãj”e¬òfÁvêñ†œ`Iܯo<êøu„¶œÐâ7&cŒ±-´Ê¡4éÝÚ­Oþ–r±üª)>ÿS/©Cvå^…c×Z:š6øµ¿ Fù(/]¹íbò¯í„îßE5÷K“ ¡å¯+¿Š-Æc¬U„VÁ±©víºÍˆÿ¡ëÌS…•·—)‚¾pì}ÿíí OšlŸüÔ=®°Þ» ŽN²ÄϪÕ^è¿<©´n‡”fnÿéUûÈǸ­Ëð©>IrÁ”©v}3º¿Í톷hê‘kZå9ïÝ#Ü:Ü#«¬ªŽW „~ cKäŸ$»½Öã®›äÇxË}Œ_u*÷RíÐ*MXÒOè0&To|÷¢DïiÏv½M~»{;ØßQ-´Zô:ZŒ1ÆXk ­Kš7îþ‹üRVQÔw=„¿ÿ'\gzÇ ‚ý×!áaëg¼GrŠ.®ç®††Vޑ齄[úNpÚ·×É›¡ÓÙ"Ó‘ûNÛ¶{w¨oÀ)íµ -é4&wnzb]šé¾’ ú íû5ÙðóKyçü<¶íعÇù;]¡çlÃë\–Bë’.b¢­ ÜÿÂl· °€ óÆ÷½¥*´Zø:ZŒ1ÆX+ ­‹éë;ÜõJ ú’ü%­Õ·txÖ=³ìJhU½&S–î:T¬0$“•»Z—TÛFwú-Š+1¾™.ôµ;…ߟ-®õBÐ5úÒ¡áÁÎyPYixäåÅgg÷:<¿EQV'T•žŽ7 C7*.Y ­KJ¯çÚ ¶“ç×ùÒa‹_B‹1ƻڡuñâÅ¢¢Â†,÷ìÜ~7ÿóƒ]*ÃOóÓ¶Œ¼½Ý€_ÎåÈ?Í;·°¯Ðá¥ñ5»Þ¿G°›zHgý.íþÏDá‰û´Æ»”Ûžo/Ø/ŽÉ“~œsêûžÂ¯…ª‹ u‡§ØÕy^¾ëÍpu­#7xÖC«áäÊòcÿ÷ØMBïNçÈ'õ¹ð·qÙ…Æ{u±Þ3^hsûM‚ÐþÎ;¥‡þðÊøü'XýéM¶:Ž TšŽœ³´¿pÓ0Ÿì«pê½ „cŒ1ÖìÐ*-,,hÀ4§ØÖ}~ì:ýˆNº77zô\?Ú?ÛøÆê=Ý'túò€Öú]Ú_vî°[m¼+ÛZ‹ÎçJ?ÖŸ4tHˆª°@{p²­póãËöœ8q¼r'¢ÕµŽÜàÕZ¥…<`aa~º÷˜Û¥ÓŠTg‡¾ýw¡Ó¤ýjã]úÓ?ö»q‹|÷:r ÀiP;ááqy5N°ú%Ò’jªã¿¥œ³D-oÅU¸õ^B‹1Ækfh•––ä×?eøû÷ 6lŒˆÜiÚŽU/üU¸ÿ£u~AÎYÃs½ŸÂøÆê¹¦&Ej ¬ß½È^hç°:>Ïp—Âw„Zçr¤ëNÌ–:äÕ`eA~~ªûðöÂ=ンòk>¤ZGnð¬‡VC/H­©#>…»^^½ôéíÌÒ›nÏò~‹Ðg^”ÎðÓ,ÿÑ„+bskœ`õÉO÷ÙQ¸÷ÝÊ“Í9¿X-¯¬«pê½ „cŒ1ÖìÐ*ÉÏÏ«wÛ^¾Sè<íºúYAoÜ%üíõÀŒ|}ÔÏòsý¶,ã]ªÝÞ'ØLÚ¯–~lå®|Í §¾‚p÷Ó_­òô÷÷[?µ ôû%Z/Ý•·êQA°ï™¬ËËÚùyWA¸ëÉÏ{øù¬[<ß-J[çÈ ^}¡U’ßȦ=3¿¿!nå‘”[y»ö謞‚Ðå?‹|vìÙ¿?xî£7 —ÇæÔ<Á'¢ŒœþtÁ.t÷ ò^öŸ„›½2¥»Zú:Ô{A-Æc¬™¡URRœ——[ïÜGtºHUóö¬Àq“ÂbsŠöÌÏ}„£|3·+wÉ5õÅ>•ôc廤©£6L|²Sã“mÇö|b¢obŽ|—>5ô«'ï¿õŽç½Ò¥Ÿjãü¿yÀ}·ÞìÛ'¦Ed×9rƒg=´xAê.'yó¿ïÚéÓeµÛsGßòÀ_ŒgØþ¯÷÷{Ç+9§æ Ö:}Òöo ïÒîŽúŒ˜Uy¹Zô:Ô{A-Æc¬™¡U\\”›£oS³Z\B‹1Æk±Ð**ÊÑëš9+O Í?x‹¯žÐjä±Þ­ðô~A-Æc¬™¡UTTØÖNÜzhqA-Æc¬¥B«°°@«Õ´©Y-.¡ÅcŒµHh­\¶D¥ÌÖhÔmgÒù:/_j)´¸ „cŒ1Ö"Segm\¿NzÒ”žkÛ΢Ϟñذ>-9‘ Rï!´cŒ±&O£V?zxíšÕÑQg² •2ûÆžtŽÒ™®sYsìÈ!Ef:¤Þ Bh1ÆcÍ™Z©8zèàF·uÎË—®XºøÆžtŽÖ;r0=5Yª*.HC.¡ÅcŒ5ëu-•23=5-91%)ᆟtšŠÌtëQÁ!´cŒ1Æ®Õ-ÆcŒ1B‹1ÆcŒÐ"´cŒ1Æ-ÆcŒ1B‹1ÆcŒÐ"´cŒ1Æ-ÆcŒ1B‹1ÆcŒÐ"´cŒ1Æ-ÆcŒ1B‹1ÆcŒÐ"´cŒ1Æ-ÆcŒ±ë:´¤#3ÆcŒµñ]ÐbŒ1ÆcÆ @öÿD›óh endstream endobj 750 0 obj << /Type /XObject /Subtype /Image /Width 803 /Height 478 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 187020 /Filter /FlateDecode >> stream xÚì ”ÛûÇÇ.EÙ÷”"K´iµ¤,É’’Ð"%R¶JÒ¾)-²Š$JIhC{B¥${éFE%d)ÿóÎŒ1˜c©{ÿžÏ½2óÎyÏòœçûœå:8ý‚þ^@ 0‘t&b€¿‘¾TÒ©&&&føû@žß©êÁÄÁÂÂÊʬ¬,,˜P¨ˆ]뀿—áÆ!¡°EÒK!`#à/gÔ¨‘\œÃ9ØÙˆ"…@w„øy¹Grr°³öÒ(c%Ä„xGŽÆÖS# @(ÈO'!"ÀÍÉAÐ(º3Ki’ì8qA¼FȆàÑÑP™®(-!ÄÃ9Œ•¹ký^ `n¤§1gŠŒ„ ÷v–®a„lˆµ+,k+O‘‰¦ZŒ]aÛbËÆ56FÚsljðrv #haÛbÿvOG›ÅÓe%Ð0BZ€D€ˆÿ¡žk,õT'æÎ€„Ú¾q…‘†Ò14ÓÂö}‰K° ΆŸØ·e­¹Î,y ~®a, èN\TÈaŸõËôUÆb‹âzI„lˆKçÂïr]n8w²¤Ð(´^ÇK[Š€D#1îtÀ^UFó¦ŒÕ¹¥…I„ lˆ¤ QA6­6ž?UJ˜»óá!HH¹|`‹ƒ‰†’”i×$\½â‹$¢©$-€ž$'œ ñõZcŠ$" Š9 =äµÖT $ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"€D$ ‰H@"€DÀ6€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"€D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"€D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@" ‰H@"€D$ ° €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@" ‰H@"€D$ €D$ ‰H@"€D@"€D$ ‰H@"‰H@"€D$ ‰H$ ‰H@"€D$ €D$ ‰H@"ð¿ÍÕ‹Ñ!¾^kL5A"€~“t!:øà$ô"1þLÐÍ&JR"Ü èIBlDÀ^Oû¥ÓzJ„c”ðø)êF+Üv ‹ŽKHLºz5þ&®^MJLˆ‹;¶Ëm…‘ú”ñÂÜdaå%$9Im‘Ë6߀ðèØ¸ /&ÀßÄÅ‹âb£Ãù¸ØªM'<Šƒ• ¤&VŽ‘‚c”u-×nÚíq:::ú,üUDGŸ‰ ôÛ½i­¥®²ÂXAL" aÆ% !7SËx…‹×îCÇ‚‚CBBà¯"$8(àØ¡Ý^.+ŒµfÊIp caê’;'¯˜ôÔ¹úæ«\6ùìÚ{à ï!ø»ð=x`ï.ŸM.«ÌõçN•ãådÇ$‚Ã×ëù…%'ÎÔXd¾|­‹›çæ-[¼àïbË–Ížn.k—›/Ò˜9QR˜´¡Õ¹^É/&5iކ¾±¥íJ{‡5kàïbƒƒýJ[Kc}9“¤ÄùG’VëH"ØLk·Ä„I3Õ´t-Yjbbb Èë—.Y¤«¥6sÒ !îìK‘Î'#œ¼ÂR§ÎTV›§¡¡©©šóÔ”gN(%!ÌËEx*Ò)4Œ°qpñ ‰IJË)Lš2U þF¦M™¤ '-)&„)„…‰8ÏÂK„‘i„“›_XLb¬äx)))iøÛ@~?^r¬„˜0?7'RH× Ò¥‘#¹y……EDDàïCDDXXP€—{äˆ !i„c8'רQÜÜ<ð7ÂÍ=jçpöž Á$ÂÀÈÄÌÂÊÆ>Œ1þF0çÆÎÆÊÂŒ­CÈ%‚×&fVVV6ø;AÞÏÂÂL¹BH"adbB:€¿¤FJéÔ^&ðÓ)E &ô)ègŸÐ@ï|&ŒÃmì~ÍGô¿×Ÿ4Zh(ügêP.ÖW IT“1v´R§þÙKìÏ;–„w×­¿iôÆb‘îï {ݭȯ¡ÚìëÑ¿ómÉߥ÷Ù*«¾RÈ“ÕC˜»©WÎZP¾Ë _²-}ÖW±ÚÞ±œð;¼GûS)‡Q„Vn‡ðýúXøßSH;Y;æ!µxÒR©}òyÐ-Ië;M)•4z¢}Ô^”býôÄRÓEâkaL?£î*4¹[>Ì¿ßWÊzØýòƒ§bÉé^/ºFÔÏœn=4†™‰Ÿ5’"]MŸÞÑÛ[õj™Ø@-§º|è{c…ПŠÿb|'I¾áLæI¯ˆ–kBí2ûoÔÔ4~4õêWG:z:¢Çh9†Æ=ÞD[<±ìº¶Æšðû×ÇË‘vƒk¿“5íÏùðu>+ØwN·hޏ³©ö÷Š-ß%>½; å¢OaFö˜‰rz ñ?íõýè÷¤!‰½ö^I×(r‚U«÷h×NÔ bÝUúló~ %0ÓÝr&’µÞ’Ú½¤WŽ»ºÕ­Gîͽ,¡ß+‡=}ÖH¢WKÕþ¥qú>‘á•~1ï£^¤6½yNuül¢²ŽÖévýݲ­þHšýnMOúwT#“3©þ«iÎðö\ß+V´âÇŸ 1$¦[Ïëô3R/éá7=ì4ÙîwyΑþÞÑ1D3úô>üN†¬œu}Øsi^`G%å ÊÔ"jþÍÜÛénï-|Ò}ÆO®ôæN|?±‘î\L3Ò÷9 À§hüÑiA¯ºÞùý¥ÎA­ÛM¥ogwëU”j.#ÐgšñK›è)û‡hù+Y¯ÏŸK¡ué¤O;™6$#ž!Q3߈uÏë£ ™}¬Ò4S¶é÷]QCfkö~–]ñ›gOð¾¬Ù£”xÿgî5þ©ÚãÕ©ŽìÕd6nÀüaCºÛdL÷êuEÆçHøð%ˆÑ´Í:ú}=Y«eúˆœ dŸÿüÍ‘à²dƬ§Z(Úˆ™O÷‘µiE¿ÓgK]ËÚYý7ïnÎâqòi'§ýŽtÌÈêóµÚžŠj,É®G 8êœ#ö[>oÒ¡3פø.òçìtÕ¸”TèŒÅÈš¯H]C#ÒÝ¡¡‹'j×dºî:=$z´ú“>zúô³ì ÷TYÈ|bDVžNÑ~¶TççÈ¢=¯èa:ç ¾¤»¬-ɯû÷9vLéf ±›øûORŒ]cþ#ÏHÖë±ߺæn>“L×ÊO‡¢\¤±Q)Yø’ð¥û,ûWŘæ?@æû£ª;H£Ý£é®ÉJ 6ÕéwûE‘uzÙRwÈŸƒ|êÕ®ù¨T_*õÝþ<ÕoûžT}·¶íâyÈ]ª±Yï;ß¿¾Qì»üÛh£úðÕ"üˆ!†·b Ð¿a)9Þü©Çg3ÄÐUÇt¥ZF£7¦ôÓÆ(/QbŸ§’òÕ"¥ª ý;^\i‹Ã•ÑÆ÷ø~ÏD*ͼ‹·ÍªX“l‡ç ©Ä Kzj™H1W)²«îv¶@–¢9¦Ü sÖŒÏ%Jh3Åôñƒð¢ø–A­ðëÖ’ýæ‹äŸ&®Fþ³ß¹q¦[!±ø¨pãÐÞ÷|ï³Ì}Zùê G„4š- ÄûÎdŠý¶—ÎùPtu}Ø`ºÝ`Ú¦$ühHÖ`‘‚/†(ï¡Ïoø^ÌêùÅ'*¾ð¨Ü÷jU¦ÐIÝCÜISìÑFñ!*eÔo_™N¢‚ûèåÙT¿!:…®œ³\ýNwû6ÁGѱ4¿±:½WÿëóûwÈ”aÓÇþ„zŸmޤ¨³³4j‘)òiv¹¨Å;ŸÑý.üf¥rê ;Ä%5âíy‹®\9A¾ñöôÀï7§RzEÛÆ®ovõ1&,§àK¶,qñ·Ì¸ÔˆÖÌÐj\d@Ñç ¾u{PÉç†üYÄiš>ô¬Û§¯©Ö~¾pújÔ£Íæ^ŠxÖÍ®ÿÐTÌ…^ŸÞ ¢~ ¥c>ôœT+Ñæ‹é°ýž^jàE½ÉCÖ–gbçèš9­"»'Ž‚ÆJHŸóõ+ò¥Ã†.íó`ö†–Б‡f?"ÊäA>í}N¼_Ñz`÷Y ä®è>[¸†¢¯mìuõðæ/±d¹è jþSN£7O#?ûB5’Ý&za<…ïOÌ!Õ)¯Ûý%½¬–KS‘+èô£õ4Ò½¢c$™JÒßõ?ò ûM¯:M$kÁÙß:B”÷3÷}ÈCÔHµÓêu÷¡nä‚ÇNÃææ}”ÏÛ¯ú‰à{nªßpºWÈ#ûð3º£—…”lÿ‰g†þd~|Ÿøú ©§‚DƒÛ.ÛKR) Ñ«½Ä^aÇýGYûG¿µ²‰h)TãnÆoTr¯¼%†ìiÑdÇP”¿)1Çtê`G¿Çÿ:»/h¬?Mõ{{êÄO²Qm¼ûlß”—+É;eˆéßѨW·‚* õïÇ|îó–R´²äîÖñž«ÙmüwÀl ˆîo@ÊPøŽ¬:K “¬®Ügœ9BÃÒý\‘{ íígô]0(µéÑ]¿ºR2ˆœ¢«þa}xõ¼Õ÷tkÛ=²{*)Ô¦…î¿É6è±C†âhp¨Ÿ}—òüwW(F˜AÔó$›ÔÙwÆZðrô}×p;³€&:­µ¨GºOTZÁNáz)Õ1?»>¸î´,dí~9(õHS´NÒ zP©[Ÿ @< ÀÜ®Tc1Šûí7ºÙÖ®Ûßñ— YÐÝ¢¥w³ýVü»¼nëÿB¡Ú~ö6¸iAf™‰T,+F÷èëÔ‡¿©KÛÕËGéî¡:gïOw¾JìsÆ1 Õ;Ïr þ9ŒFõ¨t¯õø&qåhÆ’.µó‹ÉÑÜÿÞ£Ž÷êëAì·z ¸µ4Ø^ê6›“£1·KE6ÙBwD«îVo¯Aî9.ÿ×b˜:òùwý¶ø:×tЗ—)öAÁîê S©Un¯26eP,×ô7í¶— °•—þõ1pÜo{JòM[¿ëá-«hÖ#cýö™jÿÓè-ÿ™g%'µ®Y‹Ú¡‹·àv ­µ%æmÛ«µ©X¯G4~ŽÏ{²ÅÀj×D±”ÅøÕxf¿wìøIžÂÝGïIöø||Vé’‡vd¯Õ¨ìL%^è–ïö{® Ýʬìwô™DÕ®ù4,þŽÌBk†|¥OÌýK·8¯šÑ(O­ÏY±Ì ã‡î v¸¯ ÕÝ%ÖàYYÖ¾!1{Yi#Ý-Ã{ÑdR}j…ÄIÑb%±ý»{xÚ}²xD¡‡’ð÷í ÒÆ nÑè)þ~;2K_p¯w»s=1O®ß0Öeáó èÕBóß0v¸í•@üÖ§h¤`ÿÏ~€;ûhßøýY(R8 f§:èè¦{9bºaÿyË¡¹ •ˆõ˜¬­òÝÚ¡O¿gï•ê—þ>Ñùý½ÝbÈcÒ®Ã=ë¡h÷?<£žGòѽæ|ÜÕk"›IIw³J ©Gxh¬ˆWõËÕC:’oÀJˆߪ¨EÞ½ôÛ<¤Ï–•zå?v@cÌ]ÁtݧùžŒïÔ\¦„T#¥!VJÜ F×Û¤:ÏtèѺ)ƒòòÝÿá¿+°´u ¤a…ñÝú`e?[lrûóIý?~Û÷óNS˜»âG2Ôºd1Üÿ(1"«IÖ›6€¸±Þlpåä3¨€nëÿó¢_H#{Ëoýfg“¥«Fdãã~Ï×Zð:aÄç¬Ùgä¸MÕ縨ôãêÐíç߃øÜ£~-Cª<‹~éi,M¿5¥SXhÞùNxS¿|èLµ.&ÅET¬åÚ-ßÿSñË×ÄéGO¾ ÚgÂÍæ$G³éî).ªum@y #}úRðûoý·(FSô½Š^µ«„mÙE¹ñ¥\£`×%È»žö3âË÷Ñ?Š}æÇFѧ÷ÿö™ÎÇZq•û¾ oØé¬!¼_ã?Éâ‡|îRFU‹³zYs‘í²§÷³lžY®ìǺŸ™Boæàíòª¿±^6°z~&Zý€ÝÐØÜ—B ¾YuϾEó›o¨¤ðÞcðÇ¿÷öð­ˆfvžÏÓ§Ê-©ÖÈhHöëüHZ ï³í§‰³ÏÑ}–ìJ#NkŠï`¿Võ9߯þ¦Þúž^RX±='Å:éD½ÝD»,&YwÐ ¢Ñ?ÈVG†Dk(æÂ7à õ%©?sûÕ³>t´È»‡Gí¢©X¢-7ö£=_û¨³Ê‹·«…½r>Oj…ûìº}¡¡¡ƒ=J?ù›ž<ÿƒ³Fˆ®ñ¯ˆ.ïÒc,~†Ï;ÿçÛý;txÒŠi"å6SÌï0•ú{xŒOÁ—SÖ§]<7\§Ë#6t³¿"ù¿Ñ£ÿŠHmdµýs¾v—TjÝ€ö†ìûƒ{ø¶ ]V,!ë2… Rô‹l ')^¡òF³‡_D?°ý:ótéo‹Så§éO[OÁÚ{E5{Ø›õ·?½MgÏûãOâ{Ôl3Ýý6J]§’å ÑM•&dwœþC»òáÄö­¦ç oT[w|ú©øšžé#¦ £Ñ[3ºÙqMŸýïÖ益B¡vùˆTï‘¡{ÿŸÙœÒÕÖ~­Ÿ—Ѱæ(ª+ù£Ýì|eˆ"d2~ä¡9~§Ñ5kyCÑ2Ò4uþƒd··èÕ˜>¼pMÏæïÏ¿wð;Ç—~é}d?jr›†-?#ï˜:è]C¢ EúmŸhŠªöÔx#Eõî¯ÿâ)?…¿Åwæh”ˆÁÇ:îå hKbL™@÷XèKVG”GïwRÉɈªÕì‡pNb<ȱvæÿ×NÑÕz?:bÛ5bÝ7ýÆùF0÷sÒZï÷ìñYÄpëfÍ­è]ë ÷ûS¹Ç}ŽÎý{É^鯠+T}è*ÍXuµ‡W…öJ½–®Xw–¸z^8d}\5 }†AFa:îÿ‡! i®ÎNu‹$—þÐàBŸñëËoxZ2Løæoyó«—ʵhÇ ä[ËT£ÒÃ!W¸ñö^ÿ[Zµ|nE±_Ã(ô‚±.X׫S]}¹£º¤ p§ ‘Žûä†Ä‚Í¢¤¹Ø˜}Î6Ä>;dùEû3‘¬\tDþqxçYy‹…ņÐû=-swû€z"§Ï»nÑLñÈrh­[9dcÔTïé}öŽYëüéX¹>s ²ê;G¥F}Dm@¾ù€¦×¿@?3âëñ¢;“úõü!®WÛéº_†ØÃ!Tk“Ù‡êSm¿Ómƒº!~¦’ŠzùÙüW£_þzjP3”€!‹të1k9nˆq¦Ø“¬¿ašG×!{ˆwM|úÝ#fÿ™¿¹ÆÙ§/ŠY]¯“ìdÔ‡r¥è²è²~­„]ìQçe¸îì4•sÄtã™w»tùï*Ô™4 °ÉIFÉøÞò0Ì¿yÍ´ö¢G®c[sGÕ¬gãÇKdlmóQ ¶^Ÿ^¯Zß°õÍÆ`e_FßòY8Ü œ ãbãÐAÃq2ÆßåN,4³‚ ÇÁ-9G;ô¦ÒBfÙQì{çsãN³‹—ý€ÒÕþ Ãpv<ãy†šç›|sÃäÙ®¡úŽk¹1{_º)7{±Nú^AêY?£õöc_H±Å3ß16Þ0±ÚÎeµü)ãa;²6¸yĽx‘`¤»*®Æju¼ÿðRd‘-[·ÜTVž]¿*Ë4¨òv±$ù[sC“{BåbÝõc¾˜›¸¶$râÎÙª“y:HÍcYx¶¹ÕÂ=ÞŠ(߸ƒ#FÖ–d½PfýÝ"P…Á‰iÇZ¡i’ri Ú‚8ËäKä>JODi׆N‘š!fu,ÒŸM4Îbu¦ÿy#v¬@§á¢ü/Êsb¬ 4Ï‹7ö?£‹Ó×lÏ»±T{Ïþä¦K6oLƒf—Eۧ2ÜQÿhRØé$+uk©®ÙQ“+ÇOxðTxæ,¥ç±ûNˆ+³7a´›oT2s£ÎåTµÑÈLZ»Ÿ.üÚ0A«Ù±¶vÉ‹E ¨3˜u–IܶsÕ¯·‹ÊÎCIÐÿcä­üÍNñð |b3aD=†;­‹ý3†ý¿CŽýçí}‡‹gÆþWÄáÎó`ÿãzç1˜\Õ{_éVÔü@Z…:×’‹jZ°œXéÅÖF¼î´È7r®ìM3«(]e”"J=û&ƒ4×ÇW™÷³qáͼèÀÉië7¬9mÈél¢»*•¿L„ÕýØ´•K¼W¸fWåç+àv0JM÷pÓu]Ñ%¼Rò‹’û;ùàóqF2Ç]Ý׿šíý£r¶^/ω‚ˆ¬8>™Ú RÒ&…+ÛknÖYW_óÞÙžgù>¹ƒ·Ì?h’åªhóKü~Ԋا|×TÔÔ|øq§íµå¾¶¦.¹è|â‘_6Šïuã³²Œcîè;V,~ørÒy«ÍúŸ„ݪžÚ&ÚEé-&osJx銕÷n±´l1ݘxe\Ô½­É.ÅwÒ£ÒóŒ.IiM¹¯ZåjµÀÁ0Òôó­}{pægÂÉØEEïq¤KB ÊÌ'g—­´w®¯´,Œµ_œy¬îLºW#ŽorúÖFŽÏ£ó¦œ1\f;µÀô“ÝÈ%1ñÃÖô~qÖ«—¥¹·MNÞIu.eEñDH2ùÎŒ„öŸiªËägø[˜v+0Ôl¢B`*×¢gu6oü¼½½·ýÄáXü.5ç2Ép“Ã6«¥ Gûsr íeýuc>‰Ë›nÜèáÖŒÃñqL/³^oìž<)†'fG¦’ÝZ4ƒ‚\×YmÝïz„ÿÔ©SrŒ81ÉŽ#ïÅ>9'¼Ò ˆ¼›”œè/ï¬[RRRˆúŒÑÓ35UÊ9ÀU~¸Â’¤$>½' 1SC­/aE¸ÞЗNQ >¢g$µ?§bøÉ+¡{ì¸p2|Æ^Óxíä7Œ»¤k$·ì ã™Å2(¬òhn`dˆ|qö¦ŒÅ2×-*’8õæif¾ŠÉÒ·ÈËfÆñI‡–D»ßcÀ…0ëNBaLË ·C±š™Æ–Ù>§…6)tõÍ#<ÌÛÌ2 7j6'ɆS¯Äá ¡í8.ƒçø­t¹e‡#>%Ù¬r¶0_Ë$¸wZÐ ‹Ðl¯…ËÙ>=9”ärØ.{ÝñÇ!é'Þp|Ÿ6&'C%G&&xâÊ_i{~ y}rξ§ÒÁTÅ÷ØlÆBƒÈýœÖ¾­ÛZš§íN¿Ë#Ŏõ̓j‘ÑÚ¢µ)GÊHö¶LõÒ‰ÙOmÖ¹žWp<Øz¬¢é„MeœÏ¶I7$Ÿ[oŸtòçÈÊu¸ãÕöë4 ó+~ÕÖëTþ‡FW‹ ‘ËsW(„6LÎc›!Wë¡·CëÑeãè&N£Z†WFžÞ¶ü˯ð¬_tnWå½›+ÿÍt…ÔÇŸâ£æË(oÙ8w·–öúI<üצñ™{˾iÚág~¿áù‰ÒJïg6­ŸíÂ?¾üìÏ/—d*M=?>ü[\ù“qqþ‘Ë 5ü=Nþúæ«\V<Öðø¸ÒO\]òiì8§‡¹®§TÌ/ä0X¶2`f¾÷;œ¬Ÿ¼utÉpé¯þ™]•hÈ5òtäùÍ’ºmva39ñ™.Èàà9¦txœð˹—˲#¤×{„?‹þyy›ÔûætvËIìGÆf3žþéoÑ×a¥ iNïBbíòÃÎËÖ<·ÕvrÚÕ㛘…®¿žÅ»Õo÷)F[o`NˆÚv¹/ÊÄíZñø2K^F¸5ÎÃÌþ më3·Vä)ß2ÍÉpÊuŠˆZÀê;EÞ>‘ᱪQøÏ¨çÖÚoi×›14O«V6øö|‚êê¯ö%«ì".«mÌ«™¼(k Ûösç0ÕÝ\xÓsbnaSŽýMËëÖÛ;¦En=§¶åI‡ïQ3ƒÇÍÜ9ÚÎļ1²YÆœ)¿râí žø…™Wÿñ-ðß–'³P<§õÔ¢ïþWX3_ûHmsÓz¾]DpMd²œjÒC‘[O|“‚§?KM®ôizµ±Œ©XrÁ\w¥,;'U®m_ÒÞ±ÎàÐ×׌3‚ζúN7Æ»`O‚û–Öcž{ËKØ´ÂùdŸ²pr_f*RñVé~€8_Çó•ñ?22®Î]äxÊöCk½ÚÏÙ¸Ë×Mö¨Ä·Út;gå­ì‰fõ<•~Ùæ¿ù¤îÍ€ó^~8»¢±ðåýíAYV²[øŠ—5Ä•ÿ<~ûXQåa ®S‚Û¦gÞVTgpÛsÃÆþÜFñs_[.2:$•UV&–žÊ`³üø·oì­aµæþÖ­_~®6ÓüŸ U¯=¬;ÖÜ}ð@ÑësMdÎíá-umZ®ïÏ(Ö<ý$þ¹¨pDké­¦V›ŽÊÆ4[óVUºÝþrœë²°óÂ%nNæëÚREn?ý(ü¹2Å-¹‚å‘ c~݉”œ”¤‡[œ4¾­S›”áòÌoEŽ[üs6ú>Õ¿ùòËíÉ[¢êøMim¾8îà‹c,›ï¿gû°9gÓ½»[Ï ›}ê ð¡È-&Ž?çîÜé`kcа ¸UýQ]º¾šM«…–«ÐÓGɇ—‰L±ª7¾ec»Há§èÃK6ÛC«åÿñs[rͳ@¦£\Xy{RHøîÜ–œûü›ZhÆ¥<ÞÈ–£#ÞÜš>å­M’£¾°¡]û¥ Ñ‘ò1n-®ö¸™SÚ Íô̹õ³åãfý_·’ªËTNz.uˆ®¸§¨ºÅâÂÕÀÑêÁ¥<^‘Ñ{kZb¾lQߺm“ÃöWÏŠ–Ö7©&?:Yó¾aÙRÕo-Ùõ²6É®‡Ê/ÐnûGöDæÛù¥ó9ëßW­ÌiÙä'6¢ÚhŒmËÌÈú—·?:~lþ ËÍA­õâV¼ TG^ñRù²kÞ×iz/ ‹Ò¾Y<Ýse´ÄÅóßMvŽÕ.8v"$õÙo¿é|<£-ì§Î-»ãía¯à:Ï?`ÿœ¸]÷Œø)s;§V§*Í-1w~êYÏu aÎ×Õöw8~?ÝðSfÂŒ_ÜŽ¬8"yÌ;SøìN¶g=y5-ÎõV²rN§Ë¯ •Õ~I\œþÀÔAóíºï…§Ì/,›à6m¸Ì„¶Y3yÍ~ÅžKšáXúzÚä}Ë _:X-_ÅùÅïøÏWçDÝ_—2ÚÙâ¶–séy·¸ñ¢‘¯×ï™»izbǨ JMµ'.,ùv×ë¥bçÓ3.Û"êWå´Y~l^®°xg¨|Ã^Û ‹uš/§L‹Š)Œb/Iã©^êçÛúŠcâ‚Fû»× ¹øäožiSææ)X~uŠ–¶ü‰âS‡§Þ½úc»CõÃU?‰H{Uª¨#wÌhÖÓÍ[¾ òG/¨˜[‹›œ¬¨]â9}ž`M]ô•)•vc Ôy ¾´_=»Hå ³Ù->ýí¼mxXJ^Î9¥a[6­|ÛԽʯ߮¼Ôæ[›T%æ[óôða…ªÂ”9!f,”}¢Ÿjî­~ÄGé¸óÁWvi>q‰s"£xJM¸-]9y‘…TNãû+¾Ãµ¨Zúõè–¼HX…¸°U’uä,-WŸÝ[\Þ-ÿxFìÛŠ )>¢¡»BV¦>=7Áø …`üñŽ™Ÿ¬GeÝHç_tóEË%]>;Y‰‹ìÏ^ }å]>ÎknF¢ÿü¬Xõã«=ÔTo;NYærqÌÏÃz§®wNm{àÿç±véâùdÞ¤†Âê U¹¾Ö.Í'LÕØY°`ºyiàs7µYûU^½=ò>ùyѦ1n‚^JéÆg*®—¸¼¯1™Md«”hk­íªz6'â¢îÍÏ Z"’¾M@ôä ©m~NÍá‹/œyÆýp¦ýŪ…G*.W +QNš] ›´mûî@ç3Ñ*—™ œKñÖN}ÿcL®Âgþ‹âµkÏz/¬Þæbãåh_âàw9ŒUëGè©äïw³bÌõ75ºéš¶€™ÇåèíåÍ›åDW¯­^ÿ4õ½°ìkƒú-û^zhò>κIxR͵nc˵N/m—½,9KÞE¦Cã†~±Ö›}kÏ}‘Œœ°åõdžÙqKÂî»§*ëžø~TtYÍÊÃù†×J ²ç˜Väá’+Í«Nx»ÕñA×–¦šátut³¶8%9^2õM_¸ViÜí¥‡uWª®›k¤³qG¹I­¹*sIi»cþ«ù ¹Ž·DíÝv©~祄\UeS²_>¶<4Ñ9þìÄŒ‰ÑüïèÅËŒº;¯Zx7CaS„HñTŸE…¶ B,˜®¨«äÎ,¬.»t͸·.E²Aªß>ªjqK7ßr¼êàݧsËEçU=ÓÍ–ë0þòÊÕziKXœÙÉQ#õ%í[N5‹>÷ÙJ}´ý곯=§8¯É÷I(Jœ\þ:Tª}bu£Bî²ãŽç± ›Ìœ'þ1)B•­rcåS-½•×öücñéí£Ûq×:>D¸˜Æ_}ä÷r–)g.GaÑn½Ô´»Ÿ/LMxv4©vÕOáÝ&~•Ÿm¸nívúµiZÁ¯ûç3ÞI½·HO¸àž’´6àÐè>Fâ'XþŒy™÷:im©–ÞùËÇÆˆ;Ÿ ²]~kBÀúÐk+·fý&ØÝäìU{óÒó#ï[&ê=ÍЩVSÔüGÓqløé÷cæËGl[_ñ!WëSÞf¦´Úô–¹Ówħ|8`}{ïI—Õ?_¸òt•Ÿ­ç}3ªæ¯hÙâ^·ý¹Üåß_Ë–áTx™Ô¡ŸR1ýNkƒÍpŸÃm3b­Nq^Íwò¹áÈŸ­ÿFðèì7¶L͘»m{œë¼Žÿ<|ïGþª“ Ý=L%v„Ì]u-¾ÑDuÂçQ+Y"6}ôíìÄFCaË+?Ÿ,xÙ˜_,VS¶ÓÒ´Ýðh¡¹ýV³¼®…¾uŽªµë³q)l2¹¾Ž]Ǥ»qxóê Ë›lÓM-[?ø~^£—’[ûOþ«šeÏyíë„‹v·›9wh†Û_3‹~½uÆÑè½âIW¾[8=´A´Éä‹÷S•Óªž®WÖiH_â)''xpiýB•ÔWÜmÏÖ>ø8/{Ÿ®¼_ûÍc¶Ã³fâW^Èùâ`{ëy“¥* cr?eNIxxnmÑ<ýB¶F…Ú¿”γ GÅέµËþнxÛŒ¼ØÊìÝŠWÜvÞø Ü˜sn®å‚e1Ïã]:rÆ>}n}4ÿ5_¥g®Ë¶$a–“Q÷ƒöû)¾çhÚ|¯m„¯·¶Ú•Ë£Åm®kÉ™i¼4œC4HãVk©Ê÷KÑ÷[}5o?µJ¶tŠTÓ’è̦äQõŽ‘k5ËN*×ɾ°(Èæåj¯,\RÝê±~¥í±/]Ú9›Ò¶ä¿q<{õ¬×±2–¼énü~£]”w×}.~µH_Ùq6¯ÄzGñ+ª¹ÓÍ—J6Üx’ÚÀY¢f ¿>@iû¯–¬ù×3,æµh§rÔ×Ê–gxYí4P*PÊzô‹ÁýÍ.õ_Ui1 ϵ=wEzLîô:½èÔ_Ü.Ïïºü\®Î]즓ñ­ÜTÜ+#ìUZ喨럱H¼´dãf£±•ò‹*dE å.híYÎô«æÉõKçmßÚœ¸yß6:ÂG'¶X¯xZfƒ²fÓVé[2móVv°U.,öþV©ß‘us] ãhGM“#ö_ O}湈]ö¡cÕº˜ Uo(J,pO»zVº°¸îØWÙç™Wr2>~loT¢`ð+õåèÒçÿèuM¶|9#xe¡$“e„½«ùöqû›Bç®±_é—¬WkòB`÷Åt›Gýrå¿Ho¶Ã}MŽœ8á×G“·£¯òç^cž²÷ »‡ú¬@åˆ~QKΩEÒ—Ý'º7è–ÃË‘†Fu:áºžŠ‰Vî® òWÉÏJjŸðuW¤ÛaÍ6?¯e¿ŠŽ ûŸõ¬b ¾²•Å¥nO=z¥…]rÒãEmZ5­K6¯;ãê~kñÙ×cUˆ¯®(þö3'‰·Æ'ÌæI‘öˆ—‡b–G?èÈt*OrºdtÉ^ýµWÑé[Î"µ~’Åg7ú9oRQHÜ굯úkFjöl¯8ÕIÛ][#Æ=Žæ_T=u‚”ï×ÛW=£áî¬9;¾àɪ¨¦åñ–\KꢔìŠ {YÚ¼¼)~¾‡ô•NU5«Ýu¯¶,³3TÎF‘ãEa§ÌJ±eo é¾ð£z¿'3nÌÈö½BŒ¾Âë26D&¬Ø9•[÷OŽX&$Á‚ÃÙÍ/yùPËßïÉ«Sõš1 ß%Ýò÷ÉÞw£}Bµ®J&W×.÷aáëç9Žxoc¯¢°2dâËFKÛj¥?Ú².¤^bãɘíúkBsâžw¾\PÓ;ãžæ*}Þ1©üÚQ[¹–ý†ye7Øn‹¶nÐrôàQ[ð¨yýõoúÊø/ÌÍó— O˜±Á4ÆëD^jJq¹·)¯UL}ü´Ýzu¡3¾µgÕORKuªþút¿‡è95Õ+’®N± öϽ87Ù£ªA¢Ö,Ã:=ëÎ+½ ‹Ÿæžþ–.¹çhmë5¯æÒâÏ÷/LZ4Êøªü¼§¥Æ¡›æOñzseöÕjýñò‰ŠU%MS ï9‰´óY­Øúã´xøz§‰“ç©IÿzQbÛýEÓ׉‰ßtë‹•ƒ×¡VOÙ™ÓJVÿ¨’’8y£ÅÅ¥ Æí¥ÞÂàxŸ‹&>OÏË÷­ÿjDYþ*««.œB¥ÎVåÒ¯×ÙÆ»¥þ<ÚÀöý¶Ç«ý‚"üÞ»…•u?sÞ¼é}óØf³7›gèX¬{vþãÓIbÉ'Õ¶7Þ î9©PuË­†÷… ‚y2ù ‚'°j'ߨüêIÃüØ;¥A/ßÜ,;ÍÐícxñ»¢%K·z‹ «Ä¿þ<.­mßÖEœ!›eK/›ˆ(·¥Õmðrù,gcö«XNbZÑê«Å5ZÅÓo\q=YõJÒðºBºção5ë­œPcÛqÌÑ­ú§¨M¬¶WszÉÔºõ›Ûç¤Î¯¨~:_ÏiVImÕ™)ûFTó¸â¼²:dñÉÀ«Ð!s9× âϧ[¹^×Ö3Ô)·]ñð|Á·ù36‡ýäy§âi._Îí+xðD­æ0Íη¿•æ6”…å'™Ûh¸j•9~®Õ¾¯,µu†€á?¯.­»Ýì;¿ÄÇá1÷¯»‚õÓËWŒuÿõ²°ÃàsÍÓë…žiIµOŽÝa}mºÞowòÄx½Èí<Ù›BÂŒ¦Ô½ØÉ/*Rè\Þ¸*W8©íá>ë“Ûüsiçê)-1âM —[벎ïÌÔ>|³Ø?r†ì÷ç÷E–Z¿^ûæöRÉ>_rÝ:‚Û –æÕý^¾vùþM aõõ!5MJ—–VÊv¨¶ÖÞžé"žQU\gq yä«j%Ç[ït~*5+Z9¦úùÔ)ÝÉ9s¨|ä}‘7%M :M³4²}CfN`ó&e‰úeÛ¾¨g\x¸pšcÀI‹¦ü¬úr…reÅÙžß~ÔHÌž.21ÝÚà¹JbÁÌz¯úöÏoŽ–ªV*ÿ˜»/9ñÍŒöý Vg¹|žícsõqÆ&¯úE6o~7¼Ìõ¼RÖòº¹ýë•× Ö+´™Ešm¯©ÜVê³üÎû–eaGŠ=7Ìó6ã–îÈe¼K•ëÞ^/Î|¸½iø›/Öi‘fëloN0«M][}´ú²¢PÑÏonI»T=yýÓ)B¹Þ{OrUÙÔeÆë°-HóÉsÝk–¾unÊÑ$=ƒÎéNßFN¸*årÂhuNõèRe‹mÉΓ¤½ž ýT¼õEE•ƒ–Æ/ýŽ­ÕmT%ì=ºlºÝÓ= kmœê*†oSÈpü¶Ù~¯àA7ÅXÕÛ[­ùÞ%¯ùòøˆç‰q¬Ó+LÖ¿£¬:5ÃqŒƒEíLùàäújfÿ<ö=chæäü&úÓQ…„ÚËÎS~Ö?”ר4+hL«üÑüeçè‘ï®*y»úVíÓXƒM>'UÛ4Ý7\EÚióìufá¼lýT”;2¼w¥e&ÿsAÜëÚ¬ %éß[_‰J¹s´%nÓ8øpk…Ù‘Òɱ5%ʹ~Î3'^©99Y®ý¤È¥òâYe¾V 9¦q X¥F¤ÝpŸÚrsú ƒ†‡‡Â¦g$fhmË,.7ä™­xÿÀÓcþý+U 9΋6®Íÿ‘ÝdPzoë«7ï78ót\«[Ìd½ß4·6²¦bzÀ¦•‹ü¶™ÌL®ÛXçãö¡*“ÛzÙe²7´Óå—?JQüšØº NñëÙd “i6ý4×Ü&Æ¥òOÖ|oŠz1í[Ü«ˆ”ú¥NÙå·¶Îé(¹Ú~°z8“ФàÕûõõ uⱡÛ›·¶s-]œ”ûòº9çÿ9f¸í\šÊ•?Ì~¿:F|MGIÓщÃL•g–Þ$iŸX·(Îâ¥Þ5‡ýR¯õ=V.‰-?q®âr̹!j>­û›ë.Üø¥À­è¼Ñɶ5G?íçöèèǶûíI¿¦Ÿ¬Qªw~›6Á¸5t‡ßÜæׯÖ6}>wÂÔÅ)öºEÝÑ„z½­›~~VªuA`ÑÁaÛΛ[.W|ç6[Ì÷݆ëÞÜNL8õÃŒ8Ün7F›7*zT4w` ö¥ò±S8p(Ú69C©Ç›·œ i±7´˜æ¶,%u]Ðý"y‘œùAc—ŽsänXw¼$v}Ðñ±S®¦¤¤Šæ4$Çš:¶_ŠZ)ú¹0ÖÆ]J>†/~˜øGÏMÉY%w&(Õw¦qÕ:Gÿ¬½W«6O˱VjÚ´2Ãù£Ò¹²¡V†yE—¸'Tl’òó¯=›ºZÊAæ§³v`ô¹x…IZâ’AžãÝ̽ܨ|a-ËT“·ñsebä‚‹ƒO6>Ywþ™\NûœfáL™§%¶óËl¬—5Ég¦gË.húøèõÙ+>*üO–(l(,š³÷Í£P§ÈgâwS*Äý2^öî¥Õ8‘­±5:9Ǽ„W¿‘Ö±uù¨"!Õö=úÞck‰©1y™¢¦~=%4Z+ü–[ãoÑEiž+RZ2änó5îô)\Çø³ªà};¯åÖ´Ûo;~bñdzîÆn +ÙNÓá5OÙ##DŸgj`T¶Qô–SÊê%lzïs¡]æX– Oè½æ%‹56/4Ö¶0}›¹î“Ãö#áÍ˽_ØäÌŸ`²¥rµ÷öÕ“¦û'=þÇÛ»ç_VÕ‹-Þkkè\zõ”ù3íÕËnsââ6°Ó9¦sÎnìÂýI¼\vÍE÷Îæ.û6nBÀÉ3Ë'¼“äy}ÍÈÆÙ£™ýÝK‡©I¤„ßÙ]xªùØë[ò)~òïk ×<~8ÍQÐ#òÙV©G©Á,7]­v•dšX\ ;ÍìüTÕXc '˃û¯²6W$ʇZ[+c²DAZilä’ñ“^éxvwœù°ú£Gf\ÈŒR•ÓMòšE¡b)WÝRÙ½w…\ˆg…Îêƒâ—ŠÏÖÑj”=§í;m{œŒçøÛgõ"âŸ^ø&t׬ؓ¿%uìËŽ\ÅswE{8zêô\³¯S¢/ž·}°:Þ­Ú=º½Eáñì €4I«ãY[×~K?´t—ãÝú[Î7­Ÿ¿²ÕL>;ç“bn驨K§­{8Ùqgâx{®­O?*gÄk*†™½üRÎYõÌÛ!éAèö}ñYbéãBk¾H|ЙXîŸ}*rÒ‡(»ªÝ7«ŸPçÑÎ]’o¼"gVʵ‹ÏNØÕ_#qWJz?Àû§xl)W[4²ìß>ÿwOÑÿÂù¿µÂJÿïµu½êóƒKPÿ/.æ/YZBýN®Ò²â mÿwÏÿ]ۣƔÏÿe(êö-í"êçÿîÆ·Òù¿7‹Iß7.!œÿû…nOè<ÿwN1ít7z}Nïù¿µ…¤ïÒRìÃÁœÿû‹¬V‚=r× Z–üü_¹nÖ&œÿ;¥¸ßÄóÿßœÿ[WÒuþ¯?Ð)êþþHa×kjçÿŽ.í<ÿ÷!)×YÄW‡Iºì<ÿwþÊ­åÌ"¾ÇÎÿ‡÷kjçÿF–R:ÿ7¬=Øù¿óŠ(·ïwÿI²ÓÿÆù¿Ù9±óÓIíèù¿üe}—ôïÿ;º„N[Ñ“Šžó‹zå„ÿkêñ‰j]BðŸP?ÿ·¾Ú'—Ež£ÏØñjq&åßß󝿒j­OT^)±LúÎÿ}\L8ÿ·‚¬Ÿ ›ð^ÙŸóöc,£tþïn:ú‘Þókñmq*éŸ-Ïwë+iŠw÷çü_Aº tþoHQÏóƒèÈѯOýþÎÿå-šD1Ž›—­)Æ 1pþïÀù/žÿ+S¼ª”pþoÉ×{žÿ»¾hpíüù¿BýšeS:ÿ׉¨v8ÿ—>àüßþ0ðó5‹í!EéuÅ;èž1 Ñ¡JÂù¿4ÁÎÿåëUÆ@Îÿu%ª·ÿçÿÆÒÐ}çù¿føÖ=(šžœLaÄœÙïQ´çù¿M4j·‹Æg+»õ\ÏÿýÙ$_ôgÎÿµüNaîúœÿ»¾¯ŠóöÐ ñ¿®WAL„?G“] cògêy‡SSÓq&J¹mÄ_=ÉÂÔ½Œî„0Êb Zã &Žzšà>>¥•{0“5–»õûØØp´Rô¬)½iiÕºÿ9Þç '7‹>ZKžÎŒ«ïë¹éËžÖîå§•¢ïºPKÑå=)¨ÞÝ™¢ÿïwÿŸ/ñýþÿJûö%†~Æ3z<>ˆ‰ÞhOÝã—osÆòfêÏ8EoþkþÎz}¾„<빇.ßÝüôäFo?£¸~ŸƒþüÖÒ´‘W’ØPÔì’X–K ¾†w9–§å‰y¬c¢”‹<µ{iµ ŠïÓªo•;ºîÚÐ-…1¦°&Ê%l$^` $¥9ÉÔ5‹Ã> Fs¹Î+ÞLÝËÂ^Æù®¸öL‡÷{þ£“7öé{b úþM¸«D‹´cƒÿó[×:‰°/Hz/ƈÃ%⋟A¼ò½SéV‡ø?17´îꢥ0ötŸm£Fü¾Cßí;ë,[‘•¸ßJú¬ëï_A?êèÇŸ†•t}ù:ª`úy„^cBff$\¿9¢3/¬UŒèÝNSBnØÏuT5W|õ’W4ˆÿ`Ì=l‹õް Aù%¡Ï²ñù=@?_ÈâÏaôÉ*T±l”ˬ‘(5ñúiÂ~.ùž,ÔV +õÖD”^½–D¿mˆ½Ç‡J:‚¯Ódö‹,8\zµ“ìéÊôù,>,yOèð`J£?V£Ïa8Üôû>§OLدÕ,]½áŠ~¼Y¾£ÚìÀêˆl†^ŽÃIâp2X¿0vïi”µ-ý0®½E¦@ívD.Å„²,‘¯ZÑ}çQ~þœw2Ó qâp,„ž{Ž5€ïf¬92h­{݉ý+mì¨eǰ¶ŽEý†–dwPþÉû‘\aèž;èU"²"×>Ë© ý‘ȇ¥ˆB¯žÓø‡Ðm¸Í¨?Piꌄ:” Ç]…ÿt5ºr‰Ìe™e‘UÐ5̵Qî wUCÜ KǃJ|ŽÞ›£ºNÞrî ²» ¹Œù±?a=ÁJöK•3ý¤¡÷樽Ñï#‚Ø{ì^;æ.=aÏž°~;‡J+AmÙ<’è=èCÌ0 {N!¤MAÞF$ET{}¼]0wjB}W…ÊrG9àïÝŒ© ÝàŽÝ„í\¡|Í’ÃbF²ÓaV‚’Úy5¶á"Šv¥ãC=%ÄÕå78¢†&ãÂM⨨ƒÕ¥‘‘GuG=­‰2WA?>¨&©è÷ùQ„ºÌš‹þ†èåŸÐÕ³èõâûc¨%ûP.×1A~5ý¾CVòd;¬±šØš½¨d$D°lô3eü…°>øŽòÅJÐ%Æ|V‚îòÑ}B(­"fE ‚Å‹P¾èµ5QžkˆÝêNVöaìÔ’{HIŸ& «K£òѵ͌„t›Pg‰qÈý¬Aumˆù5¶4 õ¾*ý0fÛá„H¥„^·¢»Ÿ¡Ô„~ß$Æv̾PÌ@êkÅïUqT±¼Öµ730ÏÞ9tjú<ª›*ʼn‰àƒ¾ÄàŠÅô]˜:ÐÝy賋Ø3úýØF!ü¿“…û„Jq"*mC×x‚#x!~î Øøñf>º@¦NÆîêÄ¢÷”&žpD *çâB?Kc#YzÌ+™Q½¾w›»]ÇÂ) ¸OH§ÒŒm&"™Á@Èßk;ºfŽ~V3¢Ýô:¥aDõÕAÞÏI}î1âR2Êë9fôùâ$ôéM,Ù¥ÿ‚ÊÃ|…‘XÞEÔ+wPåk†Ô%‚òhB¶õï§'úÃ]ã@eÍAʘÈD¨ça[Bþó¢1G5zA»gQúdµÎ˜PF쩳œš(]¨êz„òêD×DõsDm<Œ~íhLŒOˆð’ža=v¡±ñ Ýç;ŒàÝöº ãìyƒíF®aÑÕ©Ç ÍÅôÓBﵑ¨â(ÏL¬'!ªÜ!ú–ö‡>Á Ér/Ð{.ÐåßwtÑ'¬„ÑËÓ¦"TÐzllEýˆüë,Òiª¼?²í1”¾ýHtÆE¢Ÿ¢Ÿ}Š?Àf):¨ŽŒ„ÙËdEnBýñÏ3’U „Ñæú< åù‰àƒØ˜?ß ¥#ª‹‚ØØñ„™£×ŽÃ ‘Ò »ùŽá½.VAG§X}‚Å$_T|¿W 3P[N3|›|6`lÍDˆêºDKò {ëÐÏ lNÒ9Dó"êji.I|Þ„låˆ~k#ÄâÓ”ÃT„õ0B¤Ða%(Øšðá]z•ÇL˜ã$öÐrrÙ%:—V.ûý<Ãb+;AsMØLÕ©Œl¸å Öñ®ëæFÂl ¹/?b Ô ­°Ù€:¦eb§ê“ærЍ a,D…( èÃH°†%/þßÄ=Á"aä8ŒÜå9 ñØ÷½E°Ù*ù+!2àŸ]9 ×‚„û 9Áù5„(“ò߃~ÄÆö\–&›³bt>1'GôÞ›b±¨E¢]1ìù ó316‚?aýë…j¿Š©s–JÔ/êçgèÇ•Ð~K”ÿT!¾uâÉÑ5K·C÷ŸÂÆìaí®GùL$NämеSèý.ô^ެoÑë²a]þY‰*üý„ 'ÌâÕ‰>2õÃDÔ(SäDcVÆŒb>ûÐ<íÖ(ÿbïtŽMçY¾7åu@…c\UóóTÌò,½ÃÂl6›ëv>ÇGy-F½iDÔ4~@l¦Ý6Bly‡l ‰ÚƒE+l6UÖmÍ‚ì@lÏ)¶x”ãiÔÒ›è÷)fBÊNÃŒÆEl…Ê%GX©aóyM&ÂÜ~1Ö˳XÙ°çꮨJP1„ènîFˆ íÄÒ°QSw6Jcƒò]AÌQe 5íôЬ„Õ Þrèµ;jöô°yŠÞÚO¬ˆsN¯Îç°Œaœc#¤OÄêÍBèq®„õörÎç"Ì|ÒÐõ¨ÎŠ|„„.ºç-6‹ÀO'’°˜†÷¯4ü<:uÒ1”[;3¡O;I$Z¬3vH²Þ˱V#„æÕ£Èº›å=GÉ¢ˆÝYÃBð¬@4Cí»ˆÒl`#ÌÐây;c¡"JÅÊKˆó˜þ<±‡¾Æ†H(ŸÉD»c67Gž| åçÉH˜{×›IèZ’è*¢—bý;ƒ“à]X”»ÎM˜'{£Ÿ Ã3"ÌÛÃP}¾¡|V¡ß¬:è“1(#¢‰=7‘8¶Ì"æ~}!¦â.‚¼Ey±r¼ó%LµhÄ{76îcé±âƒo™úãÊ«[%¢;w¡rò £16`!Ìû°¸YÄL˜sáçËø~òFë VºÐhÿ·=Æmu²U?+®k4eE1Åç‚Íd?°wy† Ê1›°æÞܵµc±VžÃâÊîJW6J[Ý¡Ôi„Ñ ³ØidÁK|„Yœ6!jáWïØl̇0“A÷Æ¢æŸF„kGFÇ ¶®¶ }‚r:€<è&¦:ô³ •6g"anYu2d|±&¢ÀŽØw‹°=º¿•8¶{¡{;öÑ%ü€y&6RÜ#*ï-±¦íøõaÊñaÜÁ hMô5l¥²ÔÚÌ„ÞÁ¬”ÞIVÜȳ:-Í@˜sFLG-eíœWbQ4•¨¶ªëêÉd{GÖ(Íi~B'jkÚ‰/úl*¶ÚBõúÑ™º¦ÃÞµ¦Õd&üNÆ×©’Ò>Ùþîï-U°?ŸŸÊ¯šÒUböl4®/ê{çÍX¸s¿CQü•° €!§?ßÄé¶ëI\ %=ì|Eé ­ÏèK•¤žîܵ"ÇÖž2Äu5+q¬s!Ç…¿†µl>ÎÁ”øœ†øÙ(ü¾Lìê®w„×ï÷&Z¤Úð¾s¿“¸#ÀNÜS ÿL†,ï› ]{wì=ö7;÷ ÷º`+\Beµ:÷ô[qض«ŸV¸ƒ{ޏ÷KÚïÆuíqà&®âÇã:¿'Л|âq÷ۙƶ ¸ˆ{ÝJd¶í´¥&qO’cÈ^c6AÚýÂøä¬áAÜ-%ZG„Ìj 8ÂsRœ'çCØ¿&+¹“Î÷Jž£ðO{‰×Žy’§zB´OçVìßô¾Å÷E—3Ç3Å uîÿL$ËmNç..~÷ {F¸a )Ö¢Õ¸®½WîSWžD`&<9ÆáL{´I­Û»(ìiì>²+i8Âs îéš6±‹Èq­Ã×{:™oQlÙkv²}2ö¾#vÑ2Pû3v”XÌÖU’k7mv¶(ƒhÑ™,Ø7p>„iÉŽJŽÌ8—m½¯š3uö“M·'³ež=G&ò'O|DgœB¦v>âý…Ý| ÿÝ—OœÔÆÚcÑP¥îÎÿJàü_ràüß.úsþoZáÐzå¿uþï—>ÿN5œÿK/¿ëü_A!a‘¯Î„Ñ<ê¾ë^{ ¶/ÕŠÁg xš’vès†ÈodŸ214†sÔ‡¨µÅìì»ØSõ‹¯~’Ò(å[e8ÏBnLöâçÁÍG, K]8óK›ÚZÅ,¿ ¹?ææºÝÎdÂýŨÏpÖ±ùñþÇÝ*OÎF—@ãÍ g-g_.tBÒ÷ü1ÎOŒì×Û@çʰ¹zþÁ™ºk—G¦Í1ݾeÞæÌ©MGlSOÐO/¯]vï˜B¿æ½ßÂÆz8ÈÏ•(8w*6¶Ø´ršºÅë¹-‡o/½~³þivšwÇÖ4öÊó)-‘ûL&ŽýY$x´þ–u›—Ü’](`Ÿ‰òÞ•&™çty’Ù±—Ç>Í6=4í£Â®˜m|¢·å0â.XzÛgÜîÏÍ•k èýâ øìýÚë%«¯Õ//‰.|¼â²Ï½VÅ <©ô“v)ߜ縭­o]“nUº¯ô Ndj‡‚ê†-m—ÜÛö&—ù:LÉäå/–¿ÕÞä2fÏ1žoÁ?ÅŸlpÛ÷Ý~ëþõf1©¯“´/./ɲ¨¬Þ*´Ü-£:Àöº·óœ+k‚O¨»¤'e1vÕSI¯äßx ¾keå]â·]O8 Åû±i¥yÕ£‚,áä¢më+ùƒWÏU^õìÉÕ‚Æß’ ‹4ô*Tj 6•Xáa}NöÓýUí­ |o}ë-^[ÍyÕ!-E|úâQœÜ0:‹E9)TonzÕ §'ÕK 7?é8tyaKŠTBõ>I¸% 9µãÞ¤}ƒœræž<.DhT¥<š•ùÃJL€¯I#ðwÉ>>ý•}Ü"‰þk«Y4ĶÛq¿ïÕöîðPßÜˉËséÙMc›æ4O²¾Xh¹ˆ‰WþÊ˼WøÀ>Õæ¼Xœ¤5)·¥÷îŽ_-‘hð;nÓö¨_±}KMÚ-‚pt'ƒŸiêÚtEúOQ)–'Ã$—X"=óµùü+"Ò"û9M›5~‹ûçæeïÔ%íŽuIôç‘¿ž¸W¾>¢ñ/\nÓ“nóBöyVGÜj}ŽÜ×k{jï·¿mŒDÈÆ”„]îž}§×úÒs\PM¢\&(uX8WgmÑ|¶¤|Ô™'3/«ô½="Vo°ñ¹"êMïlÖ+*|­T&•Øæ ]Õ6C$#†¯}~ì×/qoyKÉ匠›jšdIØ7e\Ø©Õ*þôm*Ä‹f˜®åï÷ÉÝ1¹‚âV7¤häÄ•é¢ã²LVw=L<šU ئå?Gßë'ö™í•¹EÔljH ·ÊíÍ=—jlÌ]RìƒÄÊí#ìÃÏx} 墛œÎ.Š+Æm+“>­œœ}ôÛï!1Iò‚zWÿùÎ"ý#²o/ÝÎPñ©ækhÎ÷ŸK »²éùÕ±|ãM`QêxÃ8åm¢wø¨âòv‹)nfòOñhÿ“âÑÍùûv²émÈT½¹Ð:\²пÿa¬jÍhëT·Å™«?OÛ©ÍŠþQ56›/@ÒâJñýñ¸BS"ßpÚ£ÖKcC}…»u¬Ë[•™j3F gò/k2{E¹ gòÖ;BÛçïþ4b®5™?öbMVOXÝ*Švxík îk'™›|.I1ö^š÷¸´Í—¿XiCñ;«Ð±ù±Ãt¦eN¦Gíw«¥aζžDS±¤â„lŸ‚ˆLabóG±\ËOí0ÎZ[‘'r[ç%Z"5T–¥ÉÙŸK>5i•ƒ£µ%y5ötáÉuåªÏÅ^ßzRÔ#mÆ7²œYðéÕ41õ†7oβVx¶Ùu)øo‰êøíåeÓ’¬˜â2¶âÒ¦ríÞ;;Ú8®?ûýèmÇÎnÇ.lÑ¿{b‡²{ÜL"K´>‘/ÛRô]—PMÎߥ:µÙ&í3”ÒÌQ¡~:ﻫÀp_A¢þ*·qnŒÊ¾xÎ<]Q[Ç!£„/D[…¥éÚ¨/yɽ.Š}ÅÅÉŠ^ Çoáž¾»Ø¥[¦ ³ºÔÁ:>£¾T…®)Ù¥™=O?|k¹á2Ïh¼Í§õNõ©v•ó¸?R_Úî……šÅu'·»Sžý=!ó+3jêïW+ . Ó±Ð÷í|±©êOaÛœ?íšE7ìpÝ.7NKXL[xò.Km¢?;|$¥Ð³çç¦o>þ7ëÍõmfbþz»L•_A _Íù¹NQ»¦£åéµ"Z×{ê¸ Kâ®ð‡UŽÑDÞôN5Á¥+>”ÄD³EÒ}"Ö¸N/Ùý ;Þ™o­Á--q#RôÕß”k­”5Z/þ}k® _—l‡û–ϘJ¥e蛕™{ Ûòd±3¸…¿³}ë¯MÜ%åž;~tÆgõ¬ vÀ„—÷ê…fr®ži­¦¿kó…å•~¶ ª-8ÔÕ賓¹n¬ll¬š*¹È =^«‘®üYL¶{öA‰|lOƧ3Þ&$gç'O¬Œw÷8öòÈK9¤,–§§½’jxÍå;…Â{¢MYüPçºÅZµn­ï?×ÚWY$æŠ(À—Áõv‚Õ«rï$÷DÇ]aûTÕëõwºð’áýˆ÷u鯱 c1½ãå¿ù™™¯„_xPvöIm­à˜S[Féü‰º’GEîªàw«“afý·íÞm=r³<ÿ£…ó½âø…Ió²î§"ïµõí~Qcüòžl”SœJâ½¹ÛY•#eTõ:S›ÖÌê놂)‘’vCâÕÏ9>, Ÿž\.oâwzuŠ«ûÏ[V߬¢¤ßµ|Èù^ú’O(ËÝvåž¶/èmÿ”µá=kæFŽßFÕ[VdÂ,­žLÊu¾át²ôÎ<ߙυûôO»:õõLkŠ~õÉçŸËá£,χTìe%ÿxÜNô;ÿ9KðJ>ÁB—ÅëÇFLì=EÚó\-“òB³Æ'£ž ̓=梌’_òÇÆž‡‹°~ë}zÎ`Xœ­äMÒn•tŒkw¨ j…-—l:N–¿—àÜy¸ìÁ2jÝwWÉÔ[%”¶Ï=K÷­©‰þøY,¬ PºwSpzïÖvËÝÄòvÎÙÇÛ-gª‡¶’àt_Kñ°†’Ú} ?ÍýøQž6~ŠV¢Þ¿ÛÌ|¾«4ndéîi·m@Ùu{#þìs¹æ¹+.¯{œ•T¼vã¶)ËÒ¸+ Êìb^úeßV̳o­s"·. !rçiôiukIÉ5Ôe!¯“b™¶= ›oØ´Ëi&*¿}rgP/zÐ9ÅéûvɵX Ù߯"­ž öyzJ)ÙF€ví=¡9º™9­û>!üZ·}dX¹6ýÒ.–ëý(®ñv õŸÜ)"»$Y<ñT3@Œ¨>-#M¶ÿÙ+÷{͹’¾éST,gÈW)võ¸ãö¯¡cU÷´X^ìª|ü–9øÂçìj^ØmZ£‹­«•öÁÆÃhœmtvÒVÙU83G‡úªõ{?eµ<UWjE‚J‚×d½¶}* }ÍɓΧ¨Z·Ú§zÒܽm®'àl³|±ÁXÅ}ÿuûMdv¶¤9ż¼hÈ íp¤‰-ôLÓܦÎè°Þ›š2r4I,ãH]X7è©3þ<Ï3’(šª“ªæ~ϵ7Ë~ÆÊŒ¢j8Q›ËWvyç“úÆç›ö¨²¢‰üOõ&lñ}àon&9ÀÉ©€Lªvÿ¤¦½›ô-±ÖUò÷ÒD¶N~{2x¶1C´%r•ß;wIDþå£ßÅç8Ä3V³2åósêéX~­ n_ÉŒb¿.ÐC”¯½YÞù|W.Ü›fzØ:ÎVŽ}C©KO"¨ÁçÊó«« ÇªÙVNÅö&ØÃnê8t™*GeplYóžT*°<õËýlÏòû´,ë´Ÿ÷’NÕwV@—¤êË_Õ@¬²?ƆŸìޱ=?_KcôÚØß“Ë§ íQ^‹hß´xõyMŸâ­ q”âï|ÿÖàB× Öt3Iªö­Ÿié’+OçÏÑ1LƵN+$pHtœ&¾ýæ—ÐónØ]8ŸÐ^ü˜ ü‘Z"Èöh]-•aý{0§ F˜V,ÞµŒã}sÁÇj5¬ùSJc-Ïܯ{Ïß…wwJÔ\\튻—’\PòdêÏy—)á…q­öP«e´Yöm+%}­Üëi&‘½/¯¸-nJ­|›‘H}é5FÌ‚»‹¾hÑJÙS·Ö– ØÚtWßy,ï¿ã$Ø Yn©0;ë–Rj©Aaý±IúKëžcÜô‘$£¢ð1ÐÃæSõV˜/¼¹é5ø²6úLXJÙ›— ¡y¢–æeýÝåÚhòƇ#U ¬·96¹IÒÙëÃNi›Ô&ÆêÝNÔï‘ÚO¸±=##å´RÔãÕÓ6^…Jiáì›ÈÑ0à3ñÂo@8»`ïJ¥[QÉ·ˆ'†vîMEôØÒ¸YœçIGå©>Gƒæ—r7 _¨¼îb½Ms*Ùß,3tö0âδ;ïêÝ_Ár›‰!pbh‰uu€vÙ+Ž‹)Y¼m5 16qˆËÙ³Qáè>F õªžwêRjÞÍîª#¬®ùg6œýQf|ÝÒÇd]wlËæ¿3 5f^’f”`}Ïöžø}º¢!ï3ÅŽpL–Ïpud˨Æ0ù*Ѹ~é{`TÕj9µÝÕÒ÷ÒÞÇ‘ÖÓj&uÉ_6Õžw|kñrk–Hpú¡åXt}á]Ӥ禀Ǥµ©>—g­×ŒŠK{±?Ú?s9êZª—ÿ;îÏÝÔÝé?¸6ËÐ] Š•¿Ob¥¿Û¨&Úñ}55®½;—ujúÍÙÁÊoÅäV½¶ƒÎϯêÜÍœÈ1JþÌü3i "<þ<ò{°½K;D ¼z¥€Gu×rF\~V‹ee~UÝÓ7ì2'©hkJ”|ôº&í5t×Ú§Ú“©;Ú´.âŽewLSÿî–>—1éÇ=ÉæéHÆÏÒèçyÍÌšã×ýT7+ô†gÇÄ>ÕžR"¹€ì>ÍîjÝØæÐä£Öxškaƒ¦ï•’‰ï OAõÛ+]ß®&ÕåÙî=áªfÓªÜÞªC[ä¦L-R&ÓÑž÷ï¤Þ¸jÇŒ?µZÿä«chb[ê{gJ¹]Uc€µr€O3®Jh}£æ¯úæÖ¨8±ßÜn÷ªC Ì®ob|©>ÊÓ)¨Çë¿7éû˜Å»¢Zö×>õZеbàÑŽòÊËÉTý™Z¸´¢X’W‹dLZä†s¥Ü ¦l•¥ã:]É)gݺåÄ”mËNîí¯£_5ñ^)äý,ÝìsûüI‚ÉÉe·œ”IæZ®27éó¾ç|M9Þ èøÛ~Ó|ZEå½4›>Yžrê”nuónX÷£N®¯5cª-îÉo& p÷õ6CÅy:†æQ;m‡}ž®Œ*ãä2âzÙÑÎŒ3F_P·‚üå? É/FT,Ó•Û$ÛŒ9ŒlÚi29šHö\'6 Uýì£K‰K·—û¯Nì [é¥õç÷j¯Á«dMWSL÷}W7;ÜYÃæÝóúTÎW:{RÚ:v»Ý¼-=•juÙ~ ­Bç ’Ž¾‚#þ3æ3¾KóÞdäÅmªíXÌI³Îh{j\效Ùãý±ùVW£vhËlùu¤ëë4BÕPqgNãÕ†‡­2Ó5kÃ)åSã¦.)Õ°ä{ÏÙ´¬»W›ìçp+[&Õ±Ùšr¡Îù5Ä÷òΊÙ(Ýïñš‘ (Ån·õþc?ãQì»yyf{¥Í‡ÿÏÅ{#ƒ¼ÃWèôe0‹ŽQz!®õM᪑ܱónù3+“Ýr%_r¹íÊÝd]ͼ. ”Åy9íxp–;{9]9¦ ÑÝ æq›ëþåKº‹3°ãêì¹Ïá ƒ.ÜÐô£Kÿof;Á/ÙœC¸Õ³óBI<>ÉR›ææ‹luÈya®Íž®±²T1×—“¸sk“7ñÎV€«qnq”„Äëç2Š[–QÛ{“ ÝŽÌV«<û&A¿£Ÿ’ÎŽæºö¾{qåX>ž±UœhøÜßcåÃû3öìÌ_·Rêá8„¸Zž°Rý¥Srѳì»Sãj¹¿ÙÃ2Gû áÚù®•Òº”kØE“ñf©ƒ&½=‚³ámŸ0÷}N¿»CW·nxö 5Ä–NVo¥jçr(ÙåÎJLßò«²Ôy™ ÍÚF¼Ó÷GDuÃÓiÏì^.§ãi!èly¯oT|¹©‘Û)ý´M¦¢ÊXØvðºbìëïÜ“&öJ×¼ól¿e›äê§=|Yu&t=Q×m$ñEÕZ‡“~5^¨÷¹ —\˜P•Åe½¯~à^c©ÍÞ>Ñ5þ¥ÊXG·4TJïåD×ÕnÑΉ½È7/->Y‡­uø ¾ûê°º%5W\e­Kù>‘±‚¶ˆs~]ßí*…Ýè|¯mÔŽ¬åîp¥z†¼;sÇVÅüÿlHO‰÷d'ÿ¸5#çYQݪ«ûèš|ÎV·ý#w+‡PÛæûÎM¹ð6;6_ÿ¼cBç§ÿ¾ÙŒhm3ß++¬^ÿyµ[ÊÉimÍÞg}ˆ%XôKߥùŒE„ÛÅ9j½?Û\v¤ÔØa0Fo+ý'JØÝmÓ]jy+ž~Û-‘åÎ/žN*æ,Yº$¯8Îó]V®ÙÛ²J…NÕnK—ó†E £÷œ› عîéír¾s_®—l¦GÊí^ûçeÖ«¶¼=.¬áMòIO²Àñò!>Þa~ªùo…ÿqîñ:ÓXC”÷–úŸšÂZ7nß¹Q¤"¸“Ó@,pXQ³ñÊSµ:a5¸ëêÛÀ­Ug…4š0èû¤½úìSÝ“’ÿ{„™ãïT7ÿžçf¶ì–½D-\æNF|ö—[1Q~Ú/眶ª‡ÄgGï°;¦ÉrMÙ«±m’ü¿çúóZíßyuþ©|¤±Õy?gñ°}åÓgÙÄžñ©î‹uikÒ6i4«ë‚v;—…un˜"óÒ¯ÞçAM+9#J*vûÙ»§%ûõ÷c,%ÏYN#çKÝŠ"ÎÌÇG •¸Ùýȹ2 ×RÛ{SFù¸gRÿtØœWuÁ€4®‹̼z<>“cÉ+ãÕ–½uzD01~Z‹ÇkVuaigj꣉ÿÈ{)<„‚ ×3Ðê|9žœnÖsPlC@xZà0ѰHuÓÔq/Xú×›OiýÍþƒï—»ª(†ww«è\Ü8a¾±S”ÍÑáù5)t48’ÐúsÑ©¶±ù'j®ÍÝ›qîLèT»Ø.·p­äafìxÒwÒêù]…Eƒ¸Y×·Ñòt\ª*|I^Äzu@!ÙÀ[ûW@êtG×s9+÷ÂÀö*¡Í6Û$qI‚±½ÁÏ ý1ÊoBG‡T¦œ•©Tò]Chë5yó;ïY©ÙÛrž¾š^DµpZò×ÅSç½—BjÊXg/_½\^`¨ô¬=?ZUüe/0ê¼cÁQù%»&ýYùdc‡–áÓ¹[Úw5$''è´”r3^jªÙUôšr*:µO;ól„Òý)¿–¼žZZÝí*ôHþe*­f04þÍö w’Ò¿ñ´IõÐ^¬µt¥M³žyÈ_5*MÉ}Y£D¯èè:n‹Šfÿ­£ÏŽn˜HðFZ…mB'µ–ÝÎÔH^r¿XTùÊ”ó_õÛîÝ=Ù©Õì3ñ3ay4;“m ¹¶9ýÜtµ¯ª²·ŠW]˜°B¢‹qü0RWÀ©ì7ÎSzºï¼?Kß2ïŸôfÿšôµ¸“§%oho?RŽMDª·«[òDôbdµc¤/¯Ë(¿¶{»j®.–H·å䙨¦úô!ÑWsãº~ËU1pEõ‘Ú O¼yBO7»%3ýã¨áÕ#ýQIÇìÏŒI0k«Õ1%Ãm+ý­¥è“o{dLV×]|ö‡§ˆÓ,‹Ï)þ8uDq®§9üă§oÐ>ŠîÔqP$åÎ¬Š“ü¶PýÁ´anY'8i)eíÖ ƒ'þoúgü2tsÝÎÊV™QUӪɌ3ÝŠÞ¿žnÆþu§—/ü–ÓbWÒãÑBéfwµˆÉM&dø«–CÓâÃy+Ñê=wó±ÓÉJ­”Èžá4CúÓìYœ[Jý…ÆÌÖZnW ܦÕËŽ©l9 _§ý¢©r¦;Râj\üåêDz?Ÿ>|Å!&$?½lb—ÿ‹H;ßÏáÁº6üòƒ‰Ëù :ÿ•‘:òÿƒªKÿvþ~ò º)æt·ÅòX%òú?¿ ;¦ó˜Â.€¬Þ›â¨ÎǦû'ÂÔ_”ÈïQû ¼È—“ÆÂÊv×(3ÚcŸ*hk=<ÛÂ\xªY¹êÊw‘=L¤÷æ‰ËMŸÜtóJkž3ò2¶;¿5ççW½6¢ÜTâê…cTý¯ ]ËÞ)Ò‡Çs¯ñeÃ'Ì•o‘&ÍŸÙ[·¿@ \/¨ÎÍ{(ïz¤éZ˜ÈÚ§¡‘®3étOy^ÑÓRúÐtôd£Ëª–NVoQ`9Ã{Ë÷õ• :–ÒÜLÂQÅs^7¯[§\ì)~®È¥œ $~¸uV0\@“ùjÛA È\DðÓÝHgáí­(M Èã6›üY3ÃFF—T©þÁÓºA3Ié| ,.E7À†5Õ_©CB„D~«Wä¿|7ñÃæ£ eÁ§/E t™c¢?|RâçOä‹JoW©C¹^”)ð6(½‚_BöÁÛ§b¿¦ž*k‡ #šŸ‚ƒú¦ ÜŠ OuY¾ +gèFU( Zj7x#cG?Ú–Šð?šÒÎ;þñåöµþ(Z*Z–iÚ_¶WÍ•°î!=ÎFrÏ7ŠÙêEÝÓ%GOÀ?gDñ¦_éºsu\Kl<‘¢Þ«|‹ß–6/]*8y2ŸÖ~Ž'·ûqKhà…Ý^ýU}ʺ¡ÉÛºªš;¥’ÜXÂg-Z&À+a ˜ô°¼ÂôyBÈ‹/·öØt?²÷¦†ªDÞD>m?åóVjlÔ[‹elRúÈϼleþI…ªïxp 7‹æqù¶%µ·hèZd ._Pà_Ͻ”âõ¹è"ªÉ¸&6½WS‚¸ÎåãLWÓ¬¾ë°WQc»ªPü¨ø`l©rå1FÆAÑ/…B aÎ'ÿdø æ['/ÈnÊ-–^ܬø{å¾s*繦ÔÕîò—RåÂŒáuíèÜðË&ö'ŸtôÇ‘·Å½«ÞI®©ö WJÚàm±ü>äÀÙœŸ:a;ú¤†éÂFY_ñïü„@ñtbZ‹l†%ˆd^/ô³Ê]+Éœi2r—OºvùÉ$Ä­Ú[wìvG]’‡~¤œæÙ“Ô}Ë+“=ñþÖY?Bødˆç!Û¥Jù”ãCÅ +xë/Q‹­JÆn³…—«ŒctFŽMËxç¸äLÛd£tÞ~hìD íñ`¹4/÷™åg½µævç­Úb={îLý/=*ç¿Æ'O1&=;áÉÿ·ùÇð­‘'K îz¦ù§û[†êüü sÉ#&\…jߌLüŸ„‘ËåŠ|*¢9ã0fR%*&qFbîǃ ™œ—{‰±rvjÃFÕã‘¿ž¶QÊøÝ@¿@U-NX:)¬00°ÆÛèܸœVonnëÉ@¶¥}æóß•›<ÜËQÛ,ËËWÍ'#yÆBÍ ö¡!¿í`îG¡&®g‘3>¬dTÖ›…ù–•;O ¾z—p±š\¤¬ly­R0]ÔF1W•‘ÝùÐ…§*õá–øçÃæ “ü¾«ú¨]×·Y  ôß_zBÊzá‡%MZ;H,¬Ìxøþ»¶|kën™ âTר?G¼ä5´¥eö/< ±DȾô0âëða§BšWÿ~kÜÚðzramáŸØ•&Ï6„âå®&?T:zظ‡MÔdT{ZéÊ⪜Ú7ɇ‡+L>¨2K‡5Ö vÔ ìœþ'0èû’Ô›û½\þ Ç(Øá‹úî§ìSŽvü³ &þîïq¦ÿlæõž‡tï{¥m{ò®,¶ì~ûº£yäð qg¿ñç=Œ_DrÚéÜõÖNmÿGf¬ÒnÿhÅá±Uê?r$ñ\YÔH0º³×¸!­åy²Ð<„Wü ^eVG\È#M¦=\ÍÐÉ%„• äú¾öí%‰Ö+–ËS]¹û®ÛQçKjTëRæö ’5<ëÿý˃v´:]ÄS_Îð–ܹŒC؜ڡU?£˜UñÝÃhâýYM ‡Ãz…Ëç4)5Yœ1·?övþ¼ï^NR}S¸¿È•‡ %ÕVËmG‡«ÞqS7¬Ò©>˜ºÚþS·Ìέ5Ðæ¸í÷zå˜.@¹Í¶²èµ’­SþÊfM€Zåãø J~ieôçÇN½}`ÏóJ³@‹AciÃóãf ¢5oFœj‰ ­ÌïØçwsÖ´Tkƒ”|&Æú¶Š÷ê´HRùíõ'y¾œ_ý¬¥ö^l]Þz[4ɾ3F î®ï™ÍÞ®0èVmò 3u15Jri‘pL’n h øÖ?’Í]aø"AK¡Î·'f+w ‹ÓÆá¾fÜìîõË—ÉæCœ¸ôWGïëq‰ö‰4ó´GÙŽ}»}SþgŒ¸6…«K1¨·ðúêFWkƒË§@Ò7ÿ³ ß>È̵Gw}Õù^z d8°ËHÌ îsyó¤ô.s¸ö¤Ÿù€Å±{—Rú§ÓƒéÎIÒšžEË÷kì¬ÔSX|uõÙz=ÀM9\Ø\áPGE›ò ÐD–Ï·Ør -hP¢‰¿œnÇAyî[‹«I[Ê#‘ —ÅL äuøÅç2C©Ôç¹b¦[{ˆŒÅ¸NLU¾ÒüY‘¹9Aç«ÊW& 燫]}ÌubŸýµ"Â]}-ýM1uÞä ÄF>ÜAT‡¸í°kl{ÚßvMécÝß·IlÙayÕy5wUgÝB,‡ ¯áºz»ÕÅÛ2߆^óæ/ªv=—ñŸ›|nU¶´í³Æ5Û ±¥ömȾöáhÈõƒ!¡`÷ÚRûœ¶]t¸h«¤bkãÀÿlÆk¯B [QævÙ"Aš:¹Ì¸t psƒ•bì—„Ç}„EçÙ· œgŸé4‡Z^z”°¸¤å™õA?Á¯_[­½öóU·F}QÖ1*ÙKÖrRGdó¶Ü½²ë/-»,êDÇéDÇÄÆÅÆKÕ£X•|§²®œ(Ú2ýC0 b…Sܸaÿ ´´¡`c}Ÿ`ÖöZ‹}]åJE-¿ýº‘æÉ-×çÝ]gæÂh$déÎ)¡©Zj£×tßDp¥¯ümýÚžæºÃ'IÏÑÐqÜ=¥Òoì§ï¾¹˜é¼nå$¯Õ꼌øëNàýóîö´@8]=Ý«µÄ¨çq¯æV8zF=û¸äŽ Ÿ%Ü9”o(—ïVÔ~í¡/fZòÔ±|%­È21~>jkc3þõ{o÷ÊqËÕ–{·?ì¥QÛü|»a²5ºûÐ[ŒìEm^Áj¶ä%×jŒñǽ{©ÜTãR}éQ~ïyß³0¶¾¶›9ׯiŠçÉž±y¼jä~93J*Wý­Ù'û¿©Õmçô¬úû”wš´ƒ¿p°·¥moóÕ¾­•–æÛYdÌUŒ.ý³½’=ú»û{䟃'åŸþÍF^ä&õ÷(]÷ó w« ›ú}iÎ<ƒ@ÞÎ\_§ŠQ¬©àª>p¯5û(¦†Þû‡ÑÕÊÚÝÃo´Ë?>î-¿»%E){Àâ³|Ìö›ö¼5¶¸¨ˆÔýÝ<Šøª‡ˆ1˜6wHT·‡Hê}á³®ê-´iï([ßMÝ›RÖïúb3½(Þ9¿jºÒ¾Ær¾4̶¿¿_}-3pý¼°à+¿6VPój¤®¾%á¢^À<‡†p–ãmÌf–~qUMi¼a×x‡žíϸ‚ŒÚlOž#9ÝÛkçz†úCeüö_>U³ží{s¶)$ûf;cìÞó¿¯øv"Ü¥Y¢¨J8»«Ú'ÆØvê8´ºÌ6 . x+¦µfj©‡Ýøß„¶ºžY½è˜¶-(V.¨UH“aŽR¢ÔËŽgåjðLï§¹á–ìåé‚»æýêë6EU]M#ÞC c¹Ù‹ …‰SóYÇYû¹ •™®]·œ)KØÉ¿Ž²H¹ÍìutŸÉ|î}&ÄW'­ßbÄrù§÷Ü…„—ë³W…Yx/cÙº?ƒŘgך÷[ -Ï!V@ŸC˜úÃ?ÒyàÕÃç;ҨͳUµ:ruÆû†­·* ž¨,ô,õ±ê¾y&¢=äÎVû÷\ûýÛí©q°ÛúÆÁ\-4ð<¶&³Ó#vðø°]µáS²¯ñÏäì!»’=½²ø9ísÚá´¾´KõÏÑ_™?DzÂaš0C˜%Ìæ „EÂ_Âa™°BX%¬Ö „MÂa›°CØ%ìö D p È€£9@PÇ*€ Ž´@œF€ 8 0,+p `Ø€à¸à4pàø~@„€³€0 ˆb€8 Hç 0€(€8 H2Ày@.K€< \%@P®ª€pP4€k€& h×@Ðnú€`Æ€ ` ÜÌ€[€9`XV€5p°l;Àp'àà Ü\€{€+฀'àx>€/àø÷ÀC x<'ÀS B€P "€g@$ðˆ¢ ˆâ H’ H^/t È^Y@6ðÈr< ( "à ðx%@)P”@%PTï ¨>z h>M@3ðø´­@ÐtÀW  èz€^ è€Aà0 ß`~?_Àoà0L“À0 ̳À0,‹À_` XV€U` X6€M` Øv€]`؈ x$ÉÀ£ 9HR‚Ç@*¤ƒ´ Hž@F < 2ƒ, +x dÙAä¹Að4xäù@~P…À³ 0(Š‚b 8(J‚ç@€ 0ˆ€(ˆ8(Jƒ2àyP”/€ÁK <¨^A%PT¯€ª xT5Àk &¨jƒ×APÔo€ú hÆ  h ÞÍÀ[ 9hZ‚V 5x´mA;ÐtA'ðè Þ]À{ +躃 'èzƒ> /èúƒ÷ÁàC0|>Á'àS0 CÀP0 #Àg`$øŒ£Á0ŒãÁ0L“Á0L_€/Át0Ì_Y`6øÌsÁ<0, Á"ð ø|ƒ%`)X–ƒ`%XVƒïÁ°¬?€Áz°l?M`3øü¶€­`Øv€àW° ì{À^°ìÀAð8ƒßÁp€?Á_àoð8N€“à8 ΀³à8.€‹à_p \WÀUp \7ÀMp ÜwÀ]p܉ t"…È £9DQBÇ *ˆ¢ŽC´D€ Fˆ : 1C,+t bƒØ!ˆ₸!è4tâ…ø ~H„„ ³0$‰Bb8$IBç @ A0„@(„A8$IC2ÐyH’ƒ.@¡K<¤]†!%HR®@ªtR‡4 k&¤iC×!HÒƒn@údAÆ d ݄̠[9dYBV5t²l!;Èr€!'èä Ý…\ {+ä¹C'äyC>/äùC÷¡ÐC(z=†¡'ÐS( †B P( ‡" gP$ôŠ‚¢¡(Šƒâ¡(J‚’¡(Jƒ^@/¡t(Ê„^AYP6ôÊr¡<(*€ ¡"è ôzC%P)T•CP%TUCªƒ>@¡z¨j„>AMP3ôúµ@­PÔu@ÐW¨ ê†z ^¨ê‡ Aè4 Cß¡hƒ~@?¡_Ðoè4M@“Ð4 Í@³Ð4-@‹Ð_h Z†V Uh Z‡6 Mh Ú†v ]hÚ‡ˆ |&…Éà£09LSÂÇ`*˜¦Ã´0LŸ€`F˜ > 3Ã,0+| fƒÙa˜悹aø4|æ…ù`~X„…à³°0,‹Âb°8,KÂç` À Á0ŒÀ(ŒÁ8,KÃ2ðyX–ƒ/ÀáK°<¬_†a%XV¯Àª°|V‡5àk°&¬kÃ×aXÖƒoÀú°lÁư l ß„Íà[°9l[ÂV°5|¶ma;Øv€a'øì ß…]à{°+ì»Ã°'ì{Ã>°/ìûÃ÷áðC8~?†á'ðS8†CàP8 ‡#àgp$üŽ‚£á8Žƒãá8N‚“á8Nƒ_À/át8΄_ÁYp6üÎsá<8.€ á"ø ü~Ã%0#‰p’ÀL`!°NØì'‹ÀMà!œ&œ!ðøü‚ Aˆp– L!ˆÄâ„R¸î{á>¸€áoð< ‡GàQx þÿ„Á¿á?ð8<OÂSð4<ÏÂsð<¼/Âá%x^Wá5xÞ€7á-xÞwá=x&Â$È„!CŽ"äB‰C¨j„9ŽÐ"t=ra@&ä$ÂŒ° ¬È)„ aG8N„ áFxÓÈ„áCøDBÎ"ˆ"Šˆ!âˆ"‰œC€€„À‚ †àˆ"È çYD¹€\D.!òˆrQD”eD¹‚¨"jÈUDÑ@®!šˆ¢\Gt]D¹è#ˆ!b„#&ˆ)r1Cn!æˆb‰X!ÖÈmıEì{ÄqDœ;ˆ3rqAî!®ˆâŽx žˆâø ¾ˆâÜG ‘äò Dž O‘ $ AB‘0$‰@ž!‘Ès$ ‰FbX$‰GD$ IFRT$ y¼DÒ‘ $y…d!ÙÈk$ÉEò|¤)DŠ7È[äRŒ” ¥HRŽT •HR¼GjZ¤ù€|Dꑤù„4!ÍÈgä Ò‚´"mH;Òt"_‘.¤éAz‘>¤@‘oÈ2Œ|GFQd ùüD~!¿‘?È82L"SÈ42ƒÌ"sÈ<²€,"‘%dYAV‘5dÙ@6‘-dÙAv‘=d!"$è”%C¢ä(J‰C©Pj”=ŽÒ¢t(=ze@Q&ô$ÊŒ² ¬è)” eG9PN” åFyÐÓè”åCùQTBϢ¨*ŠŠ¡â¨*‰žC (€‚(„Â(‚¢(†â¨*Ê çQYT½€^D/¡ò¨zUD•PeT½‚ª¢jèUTÕ@¯¡š¨ª^GuP]T½ê£¨!j„£&¨)z5Co¡æ¨j‰Z¡ÖèmÔµEíP{ÔuDÐ;¨3zuAï¡®¨êŽz ž¨êú ¾¨êÞG Ñôú DŸ OÑ 4 ACÑ04@Ÿ¡‘èsôàåAcÑ84M@Ñ$4MASÑ4ôúMG3ÐLôš…f£¯Ñ4ÍCóÑ´-Bß oÑwh1Z‚–¢eh9ZV¢Uh5ú­AkÑ:ôú­GÐFôÚ„6£ŸÑ/h ÚŠ¶¡íhÚ‰~E»Ðn´íEûÐ~tD¿¡Cè0úAGÑ1ôúý…þFÿ ãè:‰N¡Óè :‹Î¡ó躈þE—Ðet]E×ÐutÝD·ÐmtÝE÷Ð}”ˆ’`G0RŒ ;Š‘c%v £Â¨1ì8F‹ÑaôØ Œcʰ“3Æ‚±b§06ŒãÀ81.ŒãÁNcg0^ŒãÇ0AL;‹ c"˜(&†‰c˜$v#`bc†b†cR˜4&ƒÇd19ìv»„Éc ØeLS”1ì ¦Š©aW1uL»†ibZ˜6vÓÁt1=ì¦`†˜fŒ™`¦ØMÌ »…™c˜%f…Yc·1̳Ãì1ÌsÂî`ÎØ]Ì»‡¹bn˜;æyb^˜7æƒùb~˜?v{€=İGØc,{‚=Å‚°`, Űp,{†Ebϱ(,‹Áb±8,KÀ±$,KÁR±4ìöKÇ2°Lì–…ec¯±,ËÃò±¬+ÂÞ`o±wX1V‚•beX9VUbUX5ö«Áj±:ìö«Ç°FìÖ„5cŸ±/X ÖŠµaíXÖ‰}ź°n¬ëÅú°~lľaCØ0öÁF±1ìöû…ýÆþ`ãØ6‰MaÓØ 6‹ÍaóØ¶ˆýÅ–°el[ÅÖ°ulÛͰmlÛÅö°}Œˆ‘àGpRœ ?Š“ã8%~ §Â©qü8N‹Óáôø œgÄ™ð“83΂³â§p6œçÀ9q.œçÁOãgp^œçÇpA\?‹ ã"¸(.†‹ã¸$~'àâãŽâŽãR¸4.ƒŸÇeq9ü~¿„Ëã øe\W•qü ®Š«áWqu\¿†kâZ¸6~×Áuq=ü®à†¸nŒ›à¦øMÜ ¿…›ã¸%n…[ã·qÜ·ÃíqÜwÂïàÎø]Ü¿‡»ân¸;î{â^¸7îƒûâ~¸?~€?ÄðGøc<‚?Ńð`<ÅÃðp<†GâÏñ(<Ácñ8<OÀñ$<OÁSñ4üþOÇ3ðLüž…gã¯ñ<ÏÃóñ¼/Âßàoñwx1^‚—âex9^WâUx5þ¯Ákñ:üþ¯ÇðFüÞ„7ãŸñ/x ÞŠ·áíxމŻðn¼ïÅûð~|Ä¿áCø0þÁGñ1üþÿ…ÿÆÿàãø>‰OáÓø >‹Ïáóø¾ˆÿÅ—ðe|_Å×ðu|ßÄ·ðm|ßÅ÷ð}œˆ“H‘"•"“:*E.E!E)uLŠJŠZŠF긭½Ô ))F)&©“RÌR,R¬R§¤Ø¤Ø¥8¤8¥¸¤¸¥þ…í¿Ó§ÿNÿÿJÿ÷#/þïb0’ü—Þþ…ñÿŠÂøç/ü ‡ñß#0þ¿‰ñ@ÊGþ‹ñ…ÅHBB$ãìîä rÒƒ½-ËQ22²£G·IŽ2“SPPP”,Ièi‰w©©©©ŽQRRù1œ8AGKC}Œ’ü()Õáù{ll¬,L ôÇ©i‹®ü¼gx8Ù˜hiJnIqA^ÎSLt$GþéÐ墬4 ˆ ð°¡ !;¬ÐT¿rY•â9Åpü9éa?.æ¦×Õä¥$¸˜é©)Ž^êëâdcvC]ãec ¡¤$#?$|èçîdqCMäd¢=$ó~àåtëúeT„‡…ŽŠœ„â,1&,ÀÝÆàŠ´øÖ$¤ÿÜyFJLˆŸ“©†ì9>¶äGùvÉÉH|öÐå–Ö?õa•_Avjôc7KmyP€ý°-7¹/cŸzXëÈC¥€wyqAžÖ: ;ãAÅýâüŒø`¯Ûº$ÄÿØèK 2B¼lt/ÿ{û_nÉÿ’›Âÿ¨`ü—dIØJþ§ÔØåü?Ç…–ú?á‚Ö-—‡Ï3r Þ¼+..9 1(.~÷¦à߇ôõ‰S¼’²ê&N¾ÁÑ)Ù9yùù‡Äùùy9Ùÿ¦Ôd$dÔô¬gÄ¥¯ظ„E'¦¾ÈÈÈÈ< 7ÌÈx™ú_ÕêÈrr*:ôòõ[N^!Ï¢cãâãiããb£ÿOzIFyŒ–‰SS»aáäî÷ðñÓ àZ£à §ÿM«ᛎÒ0°ñŠ¡òê7Ìlœ\Ü<<=½i===Üþ‹YPÓ3s HJÉ«]705·´¶¾msHuÛÚÚò¿ɑ㠧x„$QÙËWÔ5µutttéH´ÿÝÉi™ØxÄTZö¢¼¼‚¡þ+ÈËÿ§ 3Ñ‘‘“PRÓ1âä—$‡&q ü—Ù!';JJz”„–™“ç /¿€€€à… ɺ JÊãô L,¬llìì‡s“ý_.å8Å1jZº'-ëÿ¼í‘#¤dGÉ)(QQ“:š[GþÃE¡"=rôß¼ØÑ£T¤dd‡¾Ïš„”á'dCNÂø$a9؇*Óÿަ¾ùO{†9þ4+¯ó)™i-ÝP“NÓ{Ÿc"k<ÎN“àw4‘R˜ž–ôX<­;“ô ²^jRFr&›â•·tþ…ŽÞ™”rQЊ韶. 1Ügäc4§M¦£;špŒ’ʼnPÚ’ØÓõ“¹FýœfüTÕ#G<¨?Rˆ¶©§k!‘º(^“@bELR$ZÇÉŠE®»L±$hB’IÂÝc”f%å!’°3Ô$ŠQRÿ4Iá‹ SxÞ?ÖKáíÉ'.ò (‘œb袰 ¦w`d¥rΜútö(] ɰÕC¦‘c $ßHEî8qÛr>eœgð&-ó‘¡P`$!z”O×ÈüÞE}:e†ÿ\£$j~9`ƒ¥žÚažbЇñ(Å]ï£ã½&bZü}xHˆž2¥-&™8m­Vð5rÎTGj¯W'†õNøÛŠôD"JÇh ý‘à'ª+b_Ž÷Ü•¢a9ÇÂ=s"÷4Íq†+ƒ¤(^°ªÉË”øæÌ˜ErÒ§”Tžär/1å ±2I‚ƒHêäϸEê@¿ØBA:AúèôØÓ›2T€/Å.‘ºòpœÚîËtÊ<÷KUTØ9š@ÒìÑ©XUóQ*êzÒ¼c¤ì4EðÒG$̤6—:ÿì½XTÛû?ºg†aèQETlÄDvw¶¢Øbw**‚ vvcww'O˜œó=ßßÿþî½ÏsÏšfïµÞý®µ>o¬÷]ðŒˆc+èÖ2ä¢981œ4ôö¯aL6Ý2¼u×µ¾ç8¨4R™âúÀ¶£ÙFßÉ)Üë´!ÁäjŠ"LéKQBÖÆ”Œ8,ph9=Ç éû;íÒwѧ…[èw®Ò/uè´8 Ò25é|Óu¸§5`™,}«šö󜆙½Œ¡±¡ÀTÅt)ïytlÝæc†ÛIž-ç›@OÓI¿Ž¯¼ à ¡®îÎó] Ÿ cMÅ^׬ ±…{ÀBץΠúÙúý´{Ô{=|4…¹¡¶Q­ÑÖG,b9ê ç;ì?fî¯/Uï­ÏSaÁþÑÊåbÛ ×Ó>¹¶Œ#eLvŽ ì0Ò°©e3g³ÑÒÑèï O›sÂ}í/ï ýÃjÙ Fê?8Ý´è D{Î0n¶ã±ÂÕßóÌsÔ9OvNæúܱ¶sørÎéÓ¡yzfþ]º‚³Á\Íx˜´ÃðÐðÙÔÁtË÷¢ë‚¯€Ž/M"°Îy¥³Ù}£ä›aÛËL¥¹•×cž§Œ pÛ–6ú*]ôE;ùµ_Øé˜ÜбÔW.GJƒ»ÍtŸa£Œéâ1ã뫌¯ÝrŽzTª †vKëˆ3\Œ»É"êI‰Î†z×®{=ÃÚ®Ò­¾üm‹RNf8ì­×¼×c°aޱnéЗUážþöCœOûÕwM¶ßfqÓª¯×:û#À%Ã^û=žl7I†Žî5 ˜ù•1©4Uó‡õµJÝlšsrÐ#cc½ÁXÃÙÅ”Ì\7K¿8 ÏÖ/õȘi¸ÇŠø}cKl»t­ßËÕ5Ù3X?D×Ê,zë½\/ï˜s}¹©/ê涃 ím&àé$ÐÜ´tÜä~àªÛ:ž(Ûñw¢£Ìg#]«5 ©ú@Çó†ûÚ&£qvÝ.Š+n;Ô±Ørx3ÝÕV7P_䲨”(î·õÛ]Ù¯÷Pì7ë¯Bm‹]Ž„œq]Ã.3n±:k® ´/ Ô—-íl×ÌóÏNœ^û€gúNþ–'œ9]u™ç:u`çHà°¢?lîç\888îºÚ%Âá°Û¥£ÞÙfî}pΫZ˜ÈÒÄg•ÿ £…ý.d‹ZÚmõ7{ž±õ 7;¹¶mÐÊ>ÇÞQѰ¶—ð2uû〧ú}†< Ë".´þÊèµÜ4ší[X'ÌÞ.7œ ¦ú./ Í€ Ä<ÅÌ$YýÛ§ƒÁ¾¦EóZ» É¿šéœ+UÛöŠQ°¯g¸ìänï<×cÌzà’žs±7|p¼¯ÜòÜmÜl¸êÖå„[‘©qÝÆ.v#î;Ãî½ÍÀÓ$ÇÖO1}'c°ÞÍyCà2/·Ívã×.»ýMM±®;­«h[KßÇ ޵¼ŠÍsf“†=f ¸h™hWÈ ó0ŸÃºk@€©Ø~½r.2†;ðzb?Ó¹6pÆç~70X?T?Ó¸Ë>Ëû­Í~«Rû^â8Î}–¾§ž12÷õv³1SõÝl{Û/òŸg;ÁSóÚFßȾiãñááhý—é]w²JU<ÀôÎæ®1ôþƒ…q‹9Ǿ’žµ¤?á)Û~ruðx¼tFL°K‚‰w9îZÎ{þ²=j(M,Ü:é;·n`{Éõ–ïGÓ2çíæQ]Üq ¾¡ßówwô£òr%:¿Áo Ž'ÍšK#sm`0˹H>Ø>Nbu}ǘMú†vV7|z¹Fúp¼m\tÖ˜X—u?êèlûÉ ½lY]ç]î£÷î3E–ä‹Qúƒ¶^@sç~ž5ÃÛùo\'ÍÃðÁü˜œàWÕi%a¿FÏ—ÑOÎ-«Œk쌉zs'Ÿ ó —m;úêV6S Ó|òmËÛ<µò޳pÛ•qkfnæž Ov~jŸh˜gNˆ~îß½ÄñÙÓ ý9ßÛÆ“FÌP ôÁø×êýLý’[:7ì±hi¾«'\p¯=ÀÇ3ŽÝÌw€ÃŽÓøäˆØÞ5ëì¶5qNm–Ú–ÇGÛ;99ൻ§}'¿D{ÁäaçøÎ»cˆ•w%ÏKžF×XsE·u>+\v””xgéç‘=Ö—”8N,v3õÃŒ´ê/±ºˆ{®í@ç€äÕíK§<ÒVõÚéßɼÍþ˜wOƒ‡ã¨}%%Fí/¡Ow¿l²f¼o—R¢' } îæýîŒÞA¡Þ{}bÝʹ_0>NîåçåiÑä­Î2êhˆëÆ‚R_hL0ì=ÏØ§Ú@ =mðzôÁúLç#€ ô²j.ghdëcl>ý–C…ß/)Y±ä¢¿í×x«Náïï½:–L\ihcU±ÁM3ëÒ(dáÏYæøÒ¸°ÄPå…E¿cÊÅPÛ­OV;\\¡Î®l¯}§¤ *{Y¢PÜdöU]ÏOª•Û´æ½—gË_m’3eÊî6}ï.XÜÊlÐ9¢-<ž—U>çI~N£åÆÈkDÌßÐag‹‰Í*¸Ä-:žV~˘§·?óÀ®Sˆ×ûåy™-P†¤ÜÛû~ÅžõÞòú«ÛL^<{öBŽ÷»Õ³Iö‡å\Û7ÛNlì_wV¶e ‡+0uµŸÅ!çASLž4y$™?·Ï…ƒQn1R†ëFAÛ”ri¥ûÝl§ÑI±»ÇQGâc{'=ì$\9NZ1`• ½Ýú¯™ý!¾^Ëñ`ægsÎÖzߥ†åŒ ™ÕLΩŸ¸ºÙ†x¯'üxÓ ?q¢s÷ižXÐ¤í¹­Mk»†5ÝTgÖÜs€u˜ýõI¦Œôr™hM%9½Óµ}íÒâ„°Ì„gó7lõ hò²ËÑíáþ‘çß­wœæ¶Æz±ï!vÿå•~Z*‡ê͹°' ÝÅäeúg5¼ø~­Ûõ·¯,RßË·N:O¶{²uˆoìÓxÌ5o?qyÚw’9«Bl@ÌmaŶ֭dwe¢õµ¤†•‘ˆ¡EÙE;]¤·‹žœšf=.5`H¿¶qœŸ-ÑÓxIœ»ñü6uj½f¡¶óý­V7µ]ú²qÿ”ܰXÓh‹ðžÛÏ;Ûw.HÝgØýlzúÛu¶Æ€q-_…××_ØTþ|áñ^‰1ðÂõÏ’æõéwÙU»d®ª>÷Þ®y± :C‡»&ÔYøœÍH½0mïÝBÙº(ÜP±ò޵Þ<Ú'~¹µ!$¶çnðè:A™·¯»¦z¦©S>ç¾3wºZ”[Oí-œ9­¥ÏÚzç¦ô(YõéÞýO¯^ß;z!¬Ó“Ôènu'7î¸`_Ãü p]ý޽×Ëá#+ƒM»õkt¥ÀûE;áåüÄ÷×#=ƽ)x°}ñî]þ“â›rÆW™à}äpû7ó·ÍÍt%«î]pÌœs–-C½ÞÛnußâ´ÉÐ=µU¹ ý»­[Ÿõ¶65^a®“›sçuzòôè“Í FõxÓÞ0,¸Þû>½°XJ©|ÞiL87 l>xÃîéÁÃÝ +ö]Ò'|îî¡“šn°ÉyOM[òèKŸå« ºŸ*ž.÷èx‘,µF7eó“©A§DûúS*AóíÓÄ—šØFFÝ’:÷ôÈ^•ÑnÞ 9!Õ¬g¿ÎY5ÉiÊíÃzeÙðlDØÔ>£ÂÈ™Zœ°êu£èaÁ ÏbüÎ\aÈ"~ÉpñåògkR"õ“.dÕÊæâûlÙäsùOo´J­63m`WQ¢oá×øNt‘’U+Q7¯Ý«…³[)¹'}÷-èûxÁú¨w÷Öå.m5öᬅ©Nç—ãg}ö—CîÞ×Õ.XŸP¯Bá«’Õ×·e–“j]m4=dxÞó‰…bTëOL»í4Ü ÓYB²Õ®S·ŠÖmœB½ß˜ç:k{Ö¡y“k-Ýc[prHüÜ~Ëj½¢Á+¸N·ÊWæ.÷ íÚ}Z¶|yÎ(àÊ€%-fÍŒ=½¢UCŸIíGZùÌ>Ÿßqqv£!6Óª¬YU»qìù«7Dxaå#KRí1Gæ¬òÞ¥¯ÜöiÃ#td_‹K“ƒwÔÊk‡ž«Ö°(ßêò‡ÏåukäGïyvh;×»u?è M#ó'ú7ÈMqþ–Ï¢žÏ­ŽÚÞïYã'wÖ>éŒ^³ýp3°¯zè錄eú”ã®É›7ºøÚúc· ]23f7ìcZÞ\kÔ«„ýüÐÌg{O®21Wç—®.£†;¬¹6ôP¾U£öÖÍÏ^›Då\έaÁ>j>ìB~Ð±ÃÆîX½wûŽú+.…¨Ý±ï˜)÷¶8v;4~Ø`¦Û4ïã­3«M}8õPtÀ~å ÀWo]KoÐ;ëìE½EE£ŽÐ;UÑ몰~µy¬Ó™Wé€"ý½‡ÎT]4Öëך×:ú• ‘†×úý P 0Àc=蜥ëcG,zën>7]–­ÉÄ¿À“­Ÿo8dûÂøÜ4ÁhŠ]À™OÛL€p¼A&À°³Õé 9epzY來,³ƒEcƒ§íaÞÂj;Ð×ÒB¢õ'ô !ÊtB—¡[iº¨K1õÒWY$ÀÃÈו¦£Ýu˜Þ¢š•ô·ÚX%,­:Y†X´°¸k„€ z+ƒ…Åfó ¸­¯a8géä ìÐë-]õ[€FVÁ€%`mQhôª›š=@ DÙtJhg^iÜeJ5öz˜“& Y¯<,}’•E)JM–:ïÒ8ÅÞôؤ ºE€0 ˜ ˆ†l{G“îƒ0Îd­ÓÁ@KC+ ¼ùPÝP(Ô¹­ )º»&?à¾-i}Ó"Ú.˜,)`º±¶Õu•€yf «S@¶i‰y¦a$°ÁlQA§Ÿf²škgÙÀq,Јެýv¼¾­uЈ3Ä”†ç& ÒÆØlŸåXO·ÃÞŲ¥~‰qpÒXdyÇ|Û³²0«#áPUg¬§‹,JÓpðÑEë¯Xf™€–úW@{sª¾2`(U½H`å ÔÓù­ª˜+ètÀf«íz7@gÑ(2º]JçJYì4rÖ—æyý€ÝÆ)Ž[8Ûò[œÿÏ·”Çý{ã¿åßòïYŒÿžÅøïYŒÿžÅøïYŒÿžÅøïYŒÿžÅøNýO8ý[þ-ÿ–ÿ•¬¿l©ò/8ÿë¥ê_¬ »ÿ?쌻ý+¶ÿ[ ó)cõÿ{£Èø_8zsÍß¶øeKÊæ§1LûM&Íÿià~h±+ƒæç#ªÛšþÛÞã­ÿ'‘à·2ôKÞoþ'=iÓæ“n×åë*‰¿1ÿã?ãûwåãÿè©Û•ï~íù­.¸ ŠtóY]ºùÛw5ÒÍé•ÿšßïó8jýC~dúÖZ¶9”–|=£÷póŸ[}ƒ•b€ÕÀˆ_$ž^¹W)Ϙ2Ñ«úUt-~Íp¯¿Ç8,ú?a•nþ]jEß羿}ßÀᄽÙ{ƒÿ5=~㶨þw{JõÿN:Ö¶é••NÆWùþ_Ýž^ô_p/÷_òóÇNÁ_XyŠõ‚ÕÀ;ëγ×oz ÿ'Ä?Œ¾×©' “IÒWã5¦JºyÒ5ï°šß®åo>Ý~ÞcYWÝ÷ålVú½Ͳ+{ãÕ•ZiÌ:ÕãWºƒÕÿ{™ÿßjJ¡©ÜOg‘iöý]Ü×Ý1ê'>_ï]ÀßX×ø?ácñÃË×èoìÿ‡ÿhjüÆãàF~ÙáûÑûß»~£ùþUVí‘ßÖÛ_ýKë­ýú/ +‹ÿË™MÑ•Õõ_áñ­Ÿ 3dü°ZG•Iû¥‹rr-}Jg™QÊç—zóþÖ¥kÁÈ_ÚzšK¬KÛbÊ•Ð]÷kýG¯/Üb¸Œ¶Þ5Ó+DzŒ¶×Á_ä0Þ¿ì9•޽¬‘Wž]ÆØzšÿ¹Vü^ûkÙ¯û+͵×ý,›Û¿YUY®}œniJûM¹_¥qªÅ´J¿cø=j½Êòç¾óáóëÿ¬É_tªŽ®éwS§ y¥ñÙwûCßùá_cÓï‹é»ø£4r.CB~ÐýeZý—ÇøßrÊÈ„oµ«Éù¿Ñ/NûŠZ¿_R/­Ü¯Žù¿­-¿FD_y¤ÿfëut;C’ußþ¶Ä»Lì~ÚS­üãJö3‚ìC›¿`÷§ý”fßá$µøñ½4Oÿú§¡?ôu¯Æ}‡þ0»”ÿ°#ÛÅï‡ýÛ珞×âÛuM—_QüÑýü¨!o\ÔD à{<‰O°È$sY^ð¯ýüÏ—5«ñ·×ýšÅ”þ˜©5[¿Öz‚•@/°2è V}Àª /X ¬ÖýÀš ?X kƒ`°.X ƒÁ°> †á`ØŒ£À†`46ƒ±`0l 6›ƒñ` °%Ø l ¶Û‚íÀö`0L“ÀŽ`2Ø ì v»‚ÝÀî` ØLAaQqIiYyPEPePUPÓÀž`/°7Øì öûƒÀ`:8 f€CÀ¡à0p88 ŽGƒ™àp,8N'‚“ÀÉàp*8 œÎg‚³ÀÙàp.8œ.‚Yà"p1¸Ì—‚ËÀå`¸ÌóÀ•à*p5¸\ ®׃ùàp#¸ , ÁÍàp+¸ Üîw‚»ÀÝàp/¸Ü‚‡À"ð0x< ƒ'À“à)ð4x< žσÅàð"x ¼ ^¯‚×Àëà ð&x ¼ Þï‚÷Àûàð!ø| >Ÿ‚ÏÀçà ð%ø | ¾ß‚ïÀ÷àð#ø ü –€¤ƒôd€,!#d™ kÈ Ù@¶d9@Žä ¹@®P9È *¹C ¨"ä U‚¼ Ê7TòªB¾P5¨:TòƒjBþP-(ª Bu ºP=( †B úP(…CP(Š‚BÑP Ôj ÅBM 8¨)Ô jÅC- –P+¨5Ôj µƒÚC (J‚:BÉP'¨3Ôê uƒºC)P(!‚!B! Â!"! ¢!b!â!! ’!R! JƒzB½ ÞP¨/Ôê €BéÐ h0” †BàáÐh$4  eBc ±Ð8h<4šM‚&CS ©Ð4h:4š Í‚fCs ¹Ð´ZeA‹ ÅÐ(Z -ƒ–C9Ð (ʃVB« ÕÐh-´ZåC Ð&¨*„6C[ ­Ð6h;´Ú í‚vC{ ½Ð>h?t:‚Š ÃÐè(t :€NB§ ÓÐè,t:C ‹Ð%è2tº ]ƒ®C7 ›Ð-è6tº ݃îC ‡Ð#è1ôz =ƒžC/ —Ð+è5ôz ½ƒÞC Ð'è3T°Öð¶„°l‚­a3lÛÂv°=ì;ÂN°3ì»Âå`7¸<ìW€=àŠ°'\ ö‚+ÃÞpØ® ûÂÕàêp Ø® ûõà¸6×ëÂõà 8ëápGÀ àH8 nGÃ1p#¸1 7ãà¦p3¸9·€[­àÖp¸-Ünw€àD8 î'ÃàÎp¸+Ü î§À=àT„!†…1‡ ˜„)˜†˜…9˜‡X„%X†X…58 î ÷‚{Ã}à¾p?¸?<§ÃƒàÁp< ƒ‡Ã#à‘ð(x4œ ÇÂãàñðx"< ž O§ÂÓàéð x&< ž ÏçÂóàùðx!œ/‚ÃKàlx)¼ ^çÀ+à\8^ ¯‚WÃkàµð:x=œo€7›à¸Þ o·ÂÛàíðx'¼ Þ ï÷Âûàýðø |.‚ÃGà£ð1ø8|> Ÿ‚OÃgà³ð9ø<\ _€/—àËðø*| ¾߀o·àÛðø.|¾?€ÂàÇðø)ü ~¿€_¯à×ðø-ü~€?ŸàÏp :DX Ä1"Vˆ ±F̈ b‹Ø!öˆâˆ8!Έ ⊔CÜòˆ;Rñ@*"žH%Ä ©Œx#U¤*â‹TCª#5?¤&âÔBÚH R©‹ÔC‚`$©„"aH84@"‘(¤!Ä ÆH,Ò‰Cš"ÍæH<Òi‰´BZ#m¶H;¤=ÒI@‘$¤#’ŒtB:#]®H7¤;’‚ô@RAÁ!¡aá‘QÑ4¤'Ò éôAú"ýþÈd ’Ž B#Èd(2 ŽŒ@F"£ÑH&2‹ŒCÆ#‰È$d22™ŠLC¦#3™È,d62™‹ÌCæ# …H²YŒ,A²‘¥È2d9’ƒ¬@r‘²ÙˆlB Bd3²ÙŠlC¶#;È.d7²Ù‹ìCö#ƒÈ!¤9ŒAŽ"ÇãÈ ä$r 9œAÎ"çóH1r¹ˆ\B.#W«È5ä:r¹‰ÜBn#w»È=ä>òyˆ#%€êP=jPKÔˆZ¡&Ô5£6¨-j‡Ú£¨#ê„:£.¨+ZuCË£îhÔ­ˆz¢}Rû¦öKíŸ: u`jzê ÔÁ©©CR‡¦Kž:"udê¨ÔÑ©™©cRǦŽKŸ:!ubê¤ÔÉ©SR+¡ ÐH4 mˆF£1h#´1‹6AãЦh3´9¶@[¢­ÐÖh´-Úmv@ÐD4 íˆ&£ÐÎh´+Ú íŽ¦ =ÐTD!FE1G ”D)”F”E9”GTD%TFTE54 í‰öB{£}оh?´?:ˆ¦£ƒÐÁh:ŠC‡£#Бè(t4š‰ŽAÇ¢ãÐñèt": ŒNA§¢ÓÐéè t&: ÎAç¢óÐùèt!š….B£KÐlt)º ]Žæ +Ð\4]‰®BW£kеè:t=šn@7¢›Ð´ÝŒnA·¢ÛÐíèt'º ÝîA÷¢ûÐýèô z-B£GУè1ô8z=‰žBO£gгè9ô@¢ÐÇèô)ú }޾@_¢¯Ð×èô-ú}~@?¢ŸÐÏh `:LY`Ì3bV˜ ³ÆÌ˜ f‹Ùaö˜æˆ9aΘ 投Ãܰò˜;VóÀ*bžX%Ì «ŒycU0¬*æ‹Uêc50?¬&æÕ°ÚX V«‹Õ°`,«…baX85À"±(¬!Å`°ÆX,֋ÚbͰæX<Ök‰µÂZcm°¶X;¬=ÖKÀ±$¬#–ŒuÂ:c]°®X7¬;–‚õÀR1ƒ0C0Ã0#0£0c0ã00“0S0Ó°4¬'Ö ëõÁúbý°þØl –Ž ÂcØl(6 ŽÀFb£°ÑX&6‹ÃÆc°‰Ø$l26›ŠMæc3°™Ø,l66›‹ÍÃæc °…X¶[Œ-Á²±¥Ø2l9–ƒ­Àr±¶Ûˆm °Bl3¶ÛŠmöc;°Ø.l7¶Û‹íÃöc°ƒØ!¬;ŒÁŽbÇ°ãØ ì$v ;ÁÎbç°óX1v»ˆ]Â.cW°«Ø5ì:v»‰ÝÂncw°»Ø=ì>ö{ˆ=ÂcO°§Ø3ì9ö{‰½Â^co°·Ø;ì=öûˆ}Â>c%€ëp=npK܈[á&Ü7ã6¸-n‡Ûã¸#î„;ã.¸+^wÃËãîxܯˆ{â•p/¼2îWÁ}ðª¸/^ ¯Ž×Àýðš¸?^ Àkãx¼.^ƒñ¼>ЇááxÞÄ£ð†x4ƒ7Âã±x<oŠ7Ûãñx ¼%Þ o·ÁÛâíðöx<OÄ“ðŽx2Þ ïŒwÁ»âÝðîx ÞOÅAÂaÁQÃqœÀIœÂiœÁYœÃy\ÀE\Âe\ÁU\ÃÓðžx/¼7Þï‹÷Ãûãðx:>ŒgàCð¡ø0|8>‰ÂGã™ø|,>OÀ'â“ðÉø|*> ŸŽÏÀgâ³ðÙø|.>Ÿ/ÀâYø"|1¾ÏÆ—âËðåx¾ÏÅóð•ø*|5¾_‹¯Ã×ãùø|#¾ /À ñÍø|+¾ ߎïÀwâ»ðÝø|/¾ßÀâ‡ð"ü0~?ŠÃã'ð“ø)ü4~?‹ŸÃÏãÅøü"~ ¿Œ_Á¯â×ðëø ü&~ ¿ßÁïâ÷ðûøü!þŒ?ÁŸâÏðçø ü%þ ¿Áßâïð÷øü#þ ÿŒ—à¡#ô„a , #aE˜kÂLض„aO8Ž„áL¸®D9Â(O¸¢"áIT"¼ˆÊ„7Q…ð!ª¾D5¢:Qƒð#jþD-"€¨MuˆºD="ˆ&BˆúD(F„D"’ˆ"ÑD шhLÄMˆ8¢)ÑŒhNÄ-ˆ–D+¢5цhK´#Úˆ"‘H":ÉD'¢3Ñ…èJt#º)D"• ˆ€ „@ ŒÀ ‚ Š  †` Žà  ‰ …P H#z½ˆÞD¢/ÑèO éÄ b0‘A !†ÈáÄb$1ŠMdcˆ±Ä8b<1˜HL"&Sˆ©Ä4b:1ƒ˜IÌ"fsˆ¹Ä±€XHd‹ˆÅÄ"›XJ,#–9Ä "—È#V«ˆÕÄb-±ŽXOäˆÄ&¢€($6[ˆ­Ä6b;±ƒØIì"v{ˆ½Ä>b?q€8H"ŠˆÃÄâ(qŒ8Nœ N§ˆÓÄâ,qŽ8Oˆ‹Ä%â2q…¸J\#®7ˆ›Ä-â6q‡¸KÜ#Ä#â1ñ„xJ<#ž/ˆ—Ä+â5ñ†xK¼#ÞˆÄ'â3QB¤ŽÔ“¤´$¤i"­I3iCÚ’v¤=é@:’N¤3éBº’åH7²<éNV =ÈŠ¤'Y‰ô"+“ÞdÒ‡¬Jú’ÕÈêd Ò¬Iú“µÈ²6HÖ!ë’õÈ 2˜ !ë“¡dNF ÈH2ŠlHF“1d#²1K6!ãȦd3²9O¶ [’­ÈÖd²-ÙŽlOv ÈD2‰ìH&“ÈÎd²+ÙìN¦=ÈT$!&%1' ’$)’&’%9’'R$%R&R%52ìIö"{“}Ⱦd?²?9€H¦“ƒÈÁd9„J#‡“#È‘ä(r4™IŽ!Ç’ãÈñär"9‰œLN!§’ÓÈéä r&9‹œMÎ!ç’óÈùär!™E."“KÈlr)¹Œ\Næ+È\2\I®"W“kȵä:r=™On 7’›È²ÜLn!·’ÛÈí¤ZõF« >hUÔ­†VGk ~hMÔ­… µÑ@´Z­‡¡ÁhZ EÃÐp4ÝA^&¯WÉkäuòy“¼EÞ&ïwÉ{ä}òù|D>&ŸOÉgäsòù’|E¾&ßoÉwä{òù‘üD~&KH€ÒQzÊ‚2P–”‘²¢L”5e¦l([ÊŽ²§(Gʉr¦\(WªåF•§Ü© ”U‘ò¤*Q^TeÊ›ªBùPU)_ªUªAùQ5)ª@Õ¦©:T]ªDS!T}*” £Â©ªIEQ ©h*†jD5¦b©&TÕ”jF5§â©TKªÕšjCµ¥ÚQí©T•H%Q©dªÕ™êBu¥ºQÝ©ª•JDÁB¡FáA‘EÑC±Gñ”@‰”DÉ”B©”F¥Q=©^ToªÕ—êGõ§P©tj5˜Ê †PC©aÔpj5’E¦2©1ÔXj5žš@M¤&Q“©)ÔTj5šAͤfQ³©9Ô\j5ŸZ@-¤²¨EÔbj •M-¥–QË©j•KåQ+©UÔjj µ–ZG­§ò© ÔFjU@R›©-ÔVjµÚAí¤vQ»©=Ô^jµŸ:@¤QEÔaêu”:F§NP'©SÔiê u–:G§Š© ÔEêu™ºB]¥®QשÔMêu›ºCÝ¥îQ÷©ÔCêõ˜zB=¥žQÏ©ÔKêõšzC½¥ÞQï©ÔGêõ™*¡ZGëi Ú@[ÒFÚŠ6ÑÖ´™¶¡mi;Úžv i'Ú™v¡]ér´]žv§+ÐtEÚ“®D{Ñ•ioº íCW¥}éjtuºíGפýéZt]›¤ëÐuéztL‡ÐõéP:Œ§#èt$E7¤£éºÝ˜Ž¥›ÐqtSºÝœŽ§[Ð-éVtkº Ý–nG·§;Ð t"Dw¤“éNtgº Ý•îFw§Sèt* Ò ÓÒÓMÒMÓ ÍÒÍÓ-Ò-Ó ­ÒF÷¤{ѽé>t_ºÝŸ@¤ÓéAô`:ƒB¥‡ÑÃéôHz=šÎ¤ÇÐcéqôxz=‘žDO¦§ÐSéiôtz=“žEϦçÐséyô|z½Î¢Ñ‹é%t6½”^F/§sèt.G¯¤WÑ«é5ôZz½žÎ§7ÐéMt]Ho¦·Ð[émôvz½“ÞEï¦÷Ð{é}ô~ú}>Dчé#ôQú}œ>AŸ¤Oѧé3ôYú}ž.¦/ÐéKôeú }•¾F_§oÐ7é[ômú}—¾Gß§ÐéGôcú ý”~F?§_Ð/éWôkú ý–~G¿§?ÐéOôgº„£g,cÉ+ÆÄX3fƆ±eì{ÆqdœgÆ…qeÊ1nLyÆ©Àx0O¦ãÅTf¼™*ŒS•ñeª1Õ™ŒS“ñgj1Lm&©ÃÔeê1AL0ÂÔgB™0&œ‰`0‘LÓ‰fb˜FLc&–iÂÄ1M™fLs&žiÁ´dZ1­™6L[¦ÓžéÀ$0‰LÓ‘If:1™.LW¦ÓIaz0© È@ Ì Ê` Î ÉP Í0 Ëp ÏŒÈHŒÌ(ŒÊhLÓ“éÅôfú0}™~Lf3Ig1ƒ™ f3”Æ gF0#™QÌh&“ÃŒeÆ1ã™ ÌDf3™™ÂLe¦1Ó™ÌLf3›™ÃÌeæ1ó™ÌB&‹YÄ,f–0ÙÌRf³œÉaV0¹L³’YŬfÖ0k™uÌz&ŸÙÀld61L!³™ÙÂle¶1Û™ÌNf³›ÙÃìeö1û™ÌAæSÄfŽ0G™cÌqæs’9ÅœfÎ0g™sÌy¦˜¹À\d.1—™+ÌUæs¹ÁÜdn1·™;Ì]æsŸyÀ1Ÿ™`u¬žµ` ¬%kd­XkÍšYÖ–µcíYÖ‘ubYÖ•-Ǻ±åYw¶ëÁVd=ÙJ¬[™õf«°>lUÖ—­ÆVgk°~lMÖŸ­Å°µÙ@¶[—­Ç±Ál[Ÿ eÃØp6‚mÀF²QlC6ša±ÙX¶ Ç6e›±ÍÙx¶Û’mŶfÛ°mÙvl{¶›À&²IlG6™íÄvf»°]Ùnlw6…íÁ¦² ±0‹°(‹±8K°$K±4˰,˱<+°"+±2«°*«±ilO¶Û›íÃöeû±ýÙì@6Äf3Ø!ìPv;œÁŽdG±£ÙLv ;–ÇŽg'°ÙIìdv ;•ÆNgg°3ÙYìlv;—ÇÎg° Ù,v»˜]Âf³KÙeìr6‡]Áæ²yìJv»š]îe×±ëÙ|v»‘Ýİ…ìfv »•ÝÆngw°;Ù]ìnv»—ÝÇîg°ÙCl{˜=Âe±ÇÙìIö{š=ÞeϱçÙbö{‘½Ä^f¯°WÙkìuö{“½ÅÞfï°wÙ{ì}öû}Ä>fŸ°OÙgìsöû’}žfß°oÙwì{öû‘ýÄ~fKX€Óqz΂3p–œ‘³âLœ5gæl8[ÎŽ³ç8GΉsæ\8W®çÆ•çܹ œW‘óä*q^\eΛ«ÂùpU9_®W«Áùq59®ÀÕæ¹:\]®Äs!\}.” ã¹®ÉEq ¹h.†kÄ5æb¹&\×”kÆ5çâ¹\K®ךkõåÚqí¹\—È%q¹d®×™ëÂuåºqݹ®—ÊÄÁ¡ÜNr¹›ÜCî%÷‘ûÉäAòYD&GÉcäqòy’Œç#ø|$Å7ä£ù¾ߘå›ðq|S¾ßœç[ð-ùV|k¾ ß–oÇ·ç;ð |"ŸÄwä“ùN|g¾ ß•ïÆwçSø|*òóòóOòOó ÏòÏó/ò/ó ¯òŸÆ÷ä{ñ½ù>|_¾ߟÀäÓùAü`>ƒÂå‡ñÃùüH~?šÏäÇðcùqüx~?‘ŸÄOæ§ðSùiüt~?“ŸÅÏæçðsùyü|~¿Ïâñ‹ù%|6¿”_Æ/çsø|.ŸÇ¯äWñ«ù5üZ~¿žÏç7ðùM|_Èoæ·ð[ùmüv~¿“ßÅïæ÷ð{ù}ü~þ?Äñ‡ù#üQþœ?ÁŸäOñ§ù3üYþž/æ/ðùKüeþ •¿Æ_çoð7ù[ümþ—¿ÇßçðùGücþ ÿ”Æ?ç_ð/ùWükþ ÿ–Ç¿ç?ðùOüg¾„ ,ƒ`)+Á$X fÁF°ì{ÁApœgÁEpÊ nByÁ]¨ xO¡’à%T¼…*‚PUðª Õ…‚ŸPSðj Bm!P¨#Ôê AB°"ÔB…0!\ˆ‘B”ÐPˆb„FBc!Vh"Ä M…fBs!^h!´Z ­…6B[¡Ð^è $‰B’ÐQH: ….BW¡›Ð]Hz©(@, *`.)P-0+p/‚(H‚,(‚*hBšÐSè%ôú}…~Ba€0PH ƒ… aˆ0T& F#…QÂh!S#ŒÆ ã… ÂDa’0Y˜"L¦ Ó…ÂLa–0[˜#Ìæ ó…ÂB!KX$,–ÙÂRa™°\ÈV¹Bž°RX%¬Ök…uÂz!_Ø l6 B¡°YØ"l¶ Û…ÂNa—°[Ø#ìö û…ÂAáP$ŽG…cÂqá„pR8%œÎg…sÂy¡X¸ \. —…+ÂUášp]¸!Ün ·…;Â]ážp_x < …'ÂSá™ð\x!¼^ ¯…7Â[áð^ø |> Ÿ…u¢^´ ¢¥h­D“h-šEÑV´íEÑQtEÑU,'º‰åEw±‚è!V=ÅJ¢—XYô«ˆ>bUÑW¬&Vkˆ~bMÑ_¬%ˆµÅ@±ŽXW¬'‰ÁbˆX_ ÃÄp1Bl FŠQbC1ZŒ‰ÅX±‰'6›‰ÍÅx±…ØRl%¶ÛˆmÅvb{±ƒ˜ &ŠIbG1Yì$v»ˆ]Ånbw1Eì!¦Š ‰°ˆˆ¨ˆ‰¸Hˆ¤H‰´Èˆ¬È‰¼(ˆ¢(‰²¨ˆª¨‰ibO±—Ø[ì#öû‰ýÅâ@1]$3Ä!âPq˜8\!ŽG‰£ÅLqŒ8V'Ž'ˆÅIâdqŠ8Uœ&Ngˆ3ÅYâlqŽ8Wœ'Έ Å,q‘¸X\"f‹KÅeâr1G\!æŠyâJq•¸Z\#®׉ëÅ|qƒ¸QÜ$ˆ…âfq‹¸UÜ&nwˆ;Å]ânq¸WÜ'îˆÅCb‘xX<"‰ÇÅâIñ”xZ<#žωçÅbñ‚xQ¼$^¯ˆWÅkâuñ†xS¼%ÞïˆwÅ{â}ñøP|$>ŸˆOÅgâsñ…øR|%¾߈oÅwâ{ñƒøQü$~KD@ÒIzÉB2H–’Q²’L’µd–l$[ÉN²—$GÉIr–\$W©œä&•—Ü¥ ’‡TQò”*I^ReÉ[ª"ùHU%_©šT]ª!ùI5%©– Õ–¥:R]©ž$K!R})T “Â¥©)EI ¥h)Fj$5–b¥&RœÔTj&5—â¥RK©•ÔZj#µ•ÚIí¥R‚”(%I¥d©“ÔYê"u•ºIÝ¥©‡”*$Á"¡&á!‘%Ñ#±'ñ’ ‰’$É’"©’&¥I=¥^Ro©ÔWê'õ—H¥ti4XʆHC¥aÒpi„4R%–2¥1ÒXiœ4^š M”&I“¥)ÒTiš4]š!Í”fI³¥9Ò\iž4_Z -”²¤EÒbi‰”--•–IË¥i…”+åI+¥UÒji´VZ'­—ò¥ ÒFi“T J›¥-ÒVi›´]Ú!í”vI»¥=Ò^iŸ´_: ”IEÒaéˆtT:&—NH'¥SÒiéŒtV:'—Š¥ ÒEé’tYº"]•®I×¥ÒMé–t[º#Ý•îI÷¥ÒCé‘ôXz"=•žIÏ¥ÒKé•ôZz#½•ÞIï¥ÒGé“ôY*‘Y'ëe Ù [ÊFÙJ6É8Gp$Gq4Çp,Çq<'p"'q2§p*§qi\O®×›ëÃõåúqý¹Ü@.ÄYËÕ岟\Sö—kÉrm9P®#וëÉAr°"×—Cå09\ŽÈ‘r”ÜPŽ–cäFrc9Vn"ÇÉMåfrs9^n!·”[É­å6r[¹Ü^î 'ȉr’ÜQN–;Éå.rW¹›Ü]N‘{È©2(C2,#2*c2.2)S2-32+s2/ ²(K²,+²*kršÜSî%÷–ûÈ}å~ry€%Ÿ–ÏÈgåsòy¹X¾ _”/É—å+òUùš|]¾!ß”oÉ·å;ò]ùž|_~ ?”Éå'òSù™ü\~!¿”_ɯå7ò[ùü^þ ”?ÉŸåPtŠ^±P Š¥bT¬“b­˜ÅV±SìÅQqRœÅU)§¸)åw¥‚â¡TT<•JŠ—RYñVª(>JUÅW©¦TWj(~JMÅ_©¥(µ•@¥ŽRW©§)ÁJˆR_ U”p%Bi D*QJC%Z‰Q)•X¥‰§4Uš)Í•x¥…ÒRi¥´VÚ(m•vJ{¥ƒ’ $*IJG%Yé¤tVº(]•nJw%E顤* )°‚(¨‚)¸B(¤B)´Â(¬Â)¼"(¢")²¢(ª¢)iJO¥—Ò[é£ôUú)ý•Ê@%]¤ V2”!ÊPe˜2\¡ŒTF)£•LeŒ2V§ŒW&(•IÊdeŠ2U™¦LWf(3•YÊleŽ2W™§ÌW( •,e‘²XY¢d+K•eÊr%GY¡ä*yÊJe•²ZY£¬UÖ)ë•|eƒ²QÙ¤(…Êfe‹²UÙ¦lWv(;•]Êne²WÙ§ìW(•CJ‘rX9¢UŽ)Ç•ÊIå”rZ9£œUÎ)ç•bå‚rQ¹¤\V®(W•kÊuå†rS¹¥ÜVî(w•{Ê}åòPy¤UŸ©ÏÕêKõ•úZ}£¾Uß©ïÕêGõ“úY-QM§é5 Í YjFÍJ3iÖšY³Ñl5;Í^sÐ5'ÍYsÑ\µrš›V^s×*hZEÍS«¤yi•5o­Šæ£UÕ|µjZu­†æ§ÕÔüµZZ€V[ ÔêhuµzZ¬…hõµP-L ×"´Z¤¥5Ô¢µ­‘ÖX‹ÕšhqZS­™Ö\‹×Zh-µVZk­ÖVk§µ×:h Z¢–¤uÔ’µNZg­‹ÖUë¦u×R´Zªjkˆ†j˜†k„Fj”FkŒÆjœÆk‚&j’&kЦjš–¦õÔzi½µ>Z_­ŸÖ_  ÔÒµAÚ`-C¢ Õ†iõÚHm”6ZËÔÆhcµqÚxm‚6Q›¤MÖ¦hSµiÚtm†6S›¥ÍÖæhsµyÚ|m¶PËÒi‹µ%Z¶¶T[¦-×r´Z®–§­ÔVi«µ5ÚZm¶^Ë×6hµMZV¨mÖ¶h[µmÚvm‡¶SÛ¥íÖöh{µ}Ú~í€vP;¤i‡µ#ÚQí˜v\;¡ÔNi§µ3ÚYíœv^+Ö.hµKÚeíŠvU»¦]×nh7µ[ÚmíŽvW»§Ý×hµGÚcí‰öT{¦=×^h/µWÚkíöV{§½×>hµOÚg­DÒtiú4‹4Cšeš1Í*Í”ffN³I³M³K³OsHsLsJsNsIsý¿Ø» ¨ºµ}QøY‚K)…¥´T¶P\êî^êBÜ=‹uwwwwwwwo©ÑB‹×½ž}º÷>÷¾÷qÇ÷îß{_~Œ¹HfB˜k®d®ÿJ Õ_-«¨jZN VË«!jµ¢ªVR+«UÔªj5µº¦†«j µ¦ZKT£ÔÚj´£Æªqj¼š &ªIj²š¢ÖQëªõÔújµ¡ÚHm¬6Q›ªÍÔæj µ¥ÚJm­¶QÛªíÔöjµ£ÚIí¬vQ»ª©j7µ»ÚCí©öR{«}Ô¾j?µ¿š¦‚*¤Â*¢¢*¦â*¡’*¥Ò*£²*§òª Šª¤Êª¢:ÔtUU5UW 5C T©ƒÕ!êPu˜:\¡ŽTG©£Õ1êXuœ:^ NT'©“Õ)êTuš:]¡ÎTg©³Õ9ê\už:_] .T©‹Õ%êRu™º\]¡®TW©«Õ5êZuº^Ý nTÝeÙSö’½åR²\Zö•ËÈ~²¿\Vå ¹œ,——Cä rE9T®$W–«ÈUåjò&õ¼zA½¨^R/«WÔ«ê5õºzC½©ÞRo«wÔ»ê=õ¾ú@}¨>R3ÕÇêõ©úL}®f©/Ô—j¶š£¾R_«¹jžš¯¨…j‘Z¬¾QߪïÔ÷êõ£úIý¬~Q¿ªßÔïêõ§ hͪÙ4»æ¤9k.𫿦¹k𧿥yk¥4­´æ«•Ñü4­¬ jAZ9-X+¯…h´ŠZ¨VI«¬UѪjÕ´êZ˜®Eh5´šZ--R‹ÒjkÑZŒ«ÅiñZ‚–¨%iÉZŠVG««ÕÓêk ´†Z#­±ÖDkª5Óšk-´–Z+­µÖFk«µÓÚk´ŽZ'­³ÖE몥jÝ´îZ­§ÖKë­õÑújý´þZšjkˆ†j˜†k„Fj”FkŒÆjœÆk‚&j’&kŠæÐÒ5UÓ4]3´ m€6P¤ Ö†hCµaÚpm„6R¥ÖÆhcµqÚxm‚6Q›¤MÖ¦hSµiÚtm†6S›¥ÍÖæhsµyÚ|m¶P[¤-Ö–hKµeÚrm…¶R[¥­ÖÖhkµuÚzmƒ¶QÛ¤mÖ¶h[µmÚvm‡¶SÛ¥íÖöh{µ}Ú~í€vP;¤ÖŽhGµcÚqí„vR;¥ÖÎhgµsÚyí‚vQ»¤]Ö®hWµkÚuí†vS»¥ÝÖîhwµ{Ú}íöP{¤ejµ'ÚSí™ö\ËÒ^h/µl-G{¥½Örµ<-_+Ð µ"­X{£½ÕÞiïµÚGí“öYû¢}Õ¾ißµÚO Ð-ºU·évÝIwÖ]tWÝMw×=tOÝK÷ÖKé>ziÝW/£ûéþzY=@Ôƒôrz°^^Ñ+èõP½’^Y¯¢WÕ«éÕõ0=\Ðkè5õZz¤¥×Ö£õ=VÓãõ=QOÒ“õ½Ž^W¯§××è õFzc½‰ÞTo¦7×[è-õVzk½ÞVo§·×;èõNzg½‹ÞUOÕ»éÝõzO½—Þ[ï£÷Õûéýõ4Ô!ÖÕ1× Ô)ÖÕ9×]Ô%]ÖÝ¡§ëª®éºnèú} >H¬чêÃôáú}¤>J­ÑÇêãôñú}¢>IŸ¬OѧêÓôéú }¦>KŸ­ÏÑçêóôùú}¡¾H_¬/Ñ—êËôåú }¥¾J_­¯Ñ×êëôõú}£¾I߬oÑ·êÛôíú}§¾Kß­ïÑ÷êûôýúý ~H?¬ÑêÇôãú ý¤~J?­ŸÑÏêçôóúý¢~I¿¬_ѯê×ôëú ý¦~K¿­ßÑïê÷ôûúý¡þHÏÔëOô§ú3ý¹ž¥¿Ð_êÙzŽþJ­çêyz¾^ êEz±þF«¿Óßëôú'ý³þEÿªÓ¿ë?ôŸ:`X «a3솓ál¸®†›ánxž†—ám”2|ŒÒ†¯QÆð3ü²F€håŒ`£¼bT0*¡F%£²QŨjT3ªaF¸aÔ0jµŒH#ʨmD1F¬gÄ F¢‘d$)F£®QϨo40ŒÆF£©ÑÌhn´0Z­ŒÖF£­ÑÎhot0:ŒÎF£«‘jt3º=ŒžF/£·ÑÇèkô3úih@l j`niPm0kpo†hH†l(†ÃH7TC3tÃ02ŒÆ@c1Øb 5†ÃÆHc”1ÚcŒ5Æã ÆDc’1Ù˜bL5¦ÓÆLc–1Û˜cÌ5æóÆBc‘±ØXb,5–ËÆJc•±ÚXc¬5Öë ÆFc“±ÙØbl5¶ÛÆNc—±ÛØcì5öûÆAãqØ8b5ŽÇÆIã”qÚ8cœ5Îç ÆEã’qÙ¸b\5®×ÆMã–qÛ¸cÜ5î÷ÆCã‘‘i<6žOgÆs#Ëxa¼4²ã•ñÚÈ5òŒ|£À(4ŠŒbãñÖxg¼7>OÆgã‹ñÕøf|7~? Ã’aͰeØ3œ2œ3\2\3Ü2Ü3<2<3¼2¼3Jeød”ÎðÍ(“á—áŸQ6# #0#(£\FpFùŒŒ fŠÙÿ«÷_N^r;æm0°æÿ[)L-Nÿm9L-ÁÿÛ“˜Z83‹©™ÅÔÌbjf15³˜šYLÍ,¦fS3‹©™ÅÔÌbjf15³˜šYLÍ,¦fS3‹©™Åô¿CãèP"4:´¥{“T÷Ú-¢CS¢RKBØT<416*1)49&.*.)4 íÞâÓ16"26!:<ÝA±”9°tÙ†b66L°8÷KmDÆÄD¥$$ØïK¤Ëƒx%]‰lŒX š $ÆYâ“b£’bâB#¢R’ì± @Rrxm[|œÅ½yª»äD‡Æ„&$F%¦Ä…&¥ÄD%Fdž"œ{Ÿ~Ñ¡(Dŧ$‡jV.4!&:*6.`C»ºwv.ëŸhë“YâcÃѾq 1xDLt8PËÎb6N°hfÑ-HºÝ–ÎÛã Þ S¶¤×XKB `í ÈÄÚÝ⢒œ¢lM1²)ÁS»”nwr‹ W0Ù^²KB€JGì1á¢, –H+ï¦Ëv’’ÎR@´®FļÃ&¤ÛEÙ¢Ø'â‘_76pDY€XW .&*9)¦d¤‰uí +âXg÷À31::*9Ù*¹GG%$¦Ä§XݬÉ)‰¶ø§Ú­9 ™tövŠ´GºZ“bÝââ£ââbC’£{Ó2v‹âé듘$ÇÅÙZ8'Ñ1Ö( uDdblxKŸ”¨¸÷¤„ðØX[ߨØD[3çÈ ˆŒ‹ŠŽ·w¥""ãâ⬛¥´Õn±¸XÊÄ$ÇFÅÇ'TItªewØ»jÒ»À2lVk$Š,ådå#â£í”=ÝÎaŠXéX ÖYÆ8AÅJ—´ÃÉq¶Æ'±q6™‚`ÖØ(Yàyg¯èø¨ødçfÍ»¶MíØ)­kjã.©Ý:¥µnæ¸X-<…Õ²³‚ ¤Åf‡';fw¶p,Qö˜ø¨„$KÉ0§¤³ÀfcBÚZ’\ã㢒’bœ]ì)q¶¸”x ">!\pˆÀÚìïi±Å„ÅÞ7:!º«Hm|:¹ÚºŠâ ÄÅq΢`±²é.¶„䨘ØO‹¢X¥²[œoSRÌËfÅx Ö!—bc—Ø$›ÅžT&6)6ÜÉæfñKJŠJ*$G%$Ç;Y,ŠÝÅêa±%yÛdSDGm}ãâ£mPºÅÛmîbu·'ZÝÓí¼Ày ¿nÿ]J(…ìà 8€Äx§¦nÞ6{ Å£‚E䈄„ð(çŸóâ}‹(SvÙ«TJJh,8'$$;9YSbl1qÑnIU,.>@ ›d<]Ã’ª$W‰÷Š«’äšàé—h·X’<,ÍŒ·9¬)=Ì ¨e+Ùú6;ëx:I锽dÿ÷±X}­ ÑnÌW¦0ÞË !!N¬åéX¼|-é~žVÞ)]®àÛÜU±q€-ºGÄĦØbç@ÒIˆú•R(‡­4€ ”RËf±°€Õ Ù)Åaa­€]±bV«âRò “ÉôR¥ã ú=¼‰Å9GÙrÀ¾Â¼Ë#"Kù7NU,äS¯,TPž?rki;;ÝähuÍ»m‰žåÞ˜Ppk³þά\énlíZÚ»ý†;{Óü,#/¿öʽ42pï°åEQaáý%-Ü£z6ò±Ö~ñµ"ŽfÇø¿:Æn¶<÷©úGCŽt..|¶³¿Tæ÷>-òí¼ x¾¶± wz¶¹µ‹‹=çÒ¨H¨5áF®¯­LßmÏŠ¯né øõsr ­PôhY' ñð¯RÕýÕ)5ðî¶ãe­â¼«ãÄYö€âW'• €kc­gµÆ0[έ2à×Yké „ ¹”[TÒq÷–4wŽd[òoLŒ±z43z—jµöqþ³Jù´4RËZkY½NH!@™þ{¬/YÝZ/Tà䕺óEŒáýùõ¬@0ãäöçÓ±èä³ÙöÉQ€­ñºg…¹µËfnî w¶|Ç®M‹uv®êñGOmëQðäÈ,ºe­›{¹¨6Òš»yùOv*õì-Ö<+|qvzÿ„’¡ÞÉ+ Vß5™…9Ç´Á®6Ïʹ×_ë­ƒ;E•µy”¯+~Yêá¾1==‚"šGsªU,WÌYýâ«oÕ*ž¹×BѾVŸ(të³Â꯮.%ëÛ]ý«Ö!6>(ôµn­Wf:Ü]ÔÈÙr:§¸f¹¼û;†v¶¹'¥M9úÜ¥ sEÉþæÙyÓë³í=JFצKŸ-ÜüŠ -H€¸9÷ò‹£ý‹ ‹²Ï/ÀRl¾áQAÖ×EÕ½ÿxš›»”~üðk.åí›â«W.O?¦ä7ÈûÇ:¿nÏýõë·_ÓqÀ?7÷óg àö×€"ü5y"ð¯ÓqŸÁ¿ê)Ïå‹d¿Ìú«¦‡ÛÖM2=øðáÝ›7EVç#nwoßZ¿zÅã̇>¼/y~.ºÞ¯äó °uÓú’MÖ^ «Wá¯01«UÕ?§?´u*ý9÷:°^…¿µú«™?«6þÚÜÏJMþ>W¡‰-ò¯¶µrþk ’òçäƒU³MÊ} ²/,>éPVáÏõy÷,;@¦žÍþ½|uîÝC[@õŒ39‰…Ù¯£Š¥ÆèkyÎNe‘CÙ6¿×WP­âB}lV{PÛ…·ó<ürÎŒí’P5ÀÃj+U½…¼æÖkÂg»é„à’0Ä¿Vû[ïå—+ë±sDÄ’ÁÅ·bíÖŽg{ºÞŸc‰›u¯ ¨Œ›§û«[käæÕ¼meÂÚŒ?ŸãXñŸí¿ì]XüêÜÈ8KÙþ›®oƒ‚,mßÉ+.|² ±ùúØ* ‡-…ωa΀Gû ÏB­>eÊ'ë's Kâgw7àÓm‡[ewg{í‘óüÜ‹^îO °¸”*TÖÓæÚlñýü@?÷]xE'w7{ÝÕÏÊåÝÛ·dö¢]wò‹*»W)¸=£d˜¨X¥‚Ÿ³KÒì;ùþ‘AÁÿlZfÝÏl—Æ&[œý,¥»®¼_PT˜}BŒ%„Ý÷¬¨(?s]ª¥Ç®—…·¦%Z,QÚÞ§ù…ÅÙY/^‡ºz¼~UàZ­àþŠvÖÈ 7ó+åçæ>pãʵ“sZ[<ºlÏ ¬àd©=À’½ÇZ¡l۝޳¶§^y9‘¡eþÙˆÍ%_É.%,ƒ:lxn}mRŠ“­ÇºÌË‹M­\J•Œzwó_ljm±Ô]ú¨ 1ÐË£zÞ­IÖòü‰œÐÜ[«è$?w[“uÏ+dÙ,u–XÇ¿ØGÙ]*7Á&VÊöûHûuéÀúUËïܺY2¦=É|ôøÑÃj@Áƒ }ìÕ„ƒY–¬ -­~͆e”)'_fm´Zë/ìš¹8ÙR&mßKï…IVô K`põü»3¬Áìq¯RWµ´Vé1tÆüZ#OÛÓ@_æ[ã5O ½ÜkU/,È<0ƒmYÝÍæÓqù݇~‘A!¿÷ª/³žg>zX2øÜ»}[.žnß¼ñìq&„åÝ[ÒÎËR·m˜%Üú´àWäTß±ç‘5ÿÙõ«Or'§¤‘Ç_Xò²Ÿ¼È±½«ræ•çóõVKâ´–常Z „?‘¹±k){É«kË¿1=Ùîêíi÷hºê±¥lpµ€ÒY%os¶*1I ¾@¨¯û• I6»—»p).,é<·Ü Ã"ì gÝ*pÍ9ˆ€‹_ùJ¡¶JŽSJøÏöµ)Ïå½*y9}‚pÃZ«sý–¢‡hk}è%pkÓÀÎÑv· ¨Ô©sí××é¢l®åR”£Ù……Oïàd÷ ©Ù„ßd˽¹œ®kw­ÔyþM«…ʾŒîã8ù„D¶x<;¸ŒkÁƒmÛ†Yü‚<\Š‚Üjº¼81±gɧ^À»ÓV÷û•†•JÙ=+5Àæœ{YPöφ¶/ywñ¯Ÿÿ|3›ö?‹˜‡™ ;M&“ÉôGnéÿï·1gºÙ&“éÿtSÍ‘Ìd2™L&“Éd2™Lÿ—yÊù›`ú?Âtó¼ŒéÿÁlsÿ0™L¦ÿ²èŸ.ÿøî3Ôì Ó «Ù&“Éd2™Lf f2™L&“Éd25“Éd2™L¦ÿ‹5‹Åòb2™L&“Édú÷ú‡ýÇxÌú÷ 3P3™L&“Édú÷³Z­ÀŒÉ~ëï™_+ü*&“Éd2™L¦ ö÷ò;`³þý4›¨™L&“Éd2ýûÙívÀf³ýË™µÄf?›ök“Éd2™L&Ó¿?Pû{°ö;`³ÿŽØ~-ø{ ö"ë¹Ùk&“Éd2™LÿÎÎÎj¿ÊïøÌþûLÚ¯òk…_x†2{Ìd2™L&“éߨ999ýK°ö³j>|øùíÛ7àË—/–ÏŸ?ÿ£üžÿµüWùñãÇ?ÊÏŸ?Í5™L&“Édú/øûŸ›ý¾Ôù+@ûU\\\þQ~Ïÿ>Ãfÿûü À~—ß—CEw¿‚´ïß¿ÿ¤™šÉd2™L&Ó=Pû¬ý¾’ù«üеþ^~Õ™wã0ý›™;›Éd2™Lÿ»{î÷j6·þk:¢ ¬vM†ºOý—uRÿ'[JîÿúO¥ÿÜôPw¨m±Ý-›ÿ—-™Rñ_¶æþŸâËËÎ’-Ù€¿ýá[ÜЊÑÀ»ˆÔÔð¶üë:C݇V,)îÿ©ÖÝüçÚò`X¬†‚•ÀÊ`°*X ¬†á`X¬ Ö#Á(°6 Æ€±`&€‰`˜ ¦€uÀº`=°>Øl6ƒMÀ¦`3°9Øl ¶[ƒmÀ¶`;°=Øìv;ƒ]À®`*Ø ìö{‚½ÀÞ`°/Øì¦ 0ˆ€(ˆ8H€$H4È€,È<(€"(2¨€0TA ÔAÌ€ÁAà`p8G€#ÁQàhp 8Ž'€ÁIàdp 8œNg€3ÁYàlp8œÎ€ ÁEàbp ¸\.W€+ÁUàjp ¸\®7€ÁMàfp ¸Ünw€;Á]ànp¸Üî€ÁCàaðx<O€'ÁSàið x<ž/€ÁKàeð x¼^o€7Á[àmðx¼Þ€ÁG`&ø|>ŸÏÁ,ðøÌsÀWàk0ÌóÁ°,‹Á7à[ðøü~?ŸÁ/àWðøüþÈY!d‡œ gÈr…Ü wÈò„¼ o¨ä•†|¡2ä•… @(*C塨T …*A•¡*PU¨T ƒÂ¡¨TªEBQPm(Šb¡8(J€¡$(Jê@u¡zP}¨Ôj5†š@M¡fPs¨Ôjµ†Ú@m¡vP{¨Ôêu†º@]¡T¨Ôêõ„zA½¡>P_¨ÔJƒ@‚`Pƒpˆ€Hˆ‚hˆXˆƒxH€DH‚dHP:¤B¤C” €Bƒ ÁÐh(4 €FB£ ÑÐh,4M€&B“ ÉÐh*4 šÍ€fB³ ÙÐh.4š-€B‹ ÅÐh)´ Z­€VB« ÕÐh-´Zm€6B› ÍÐh+´ Úí€vB» ÝÐh/´Ú€B‡ ÃÐè(t :€NB§ ÓÐè,t:]€.B— ËÐè*t ºÝ€nB· ÛÐè.tº=€B Lè1ôz =ƒžCYÐ è%” å@¯ ×P.”åCP!TCo ·Ð;è=ôú}‚>C_ ¯Ð7è;ôú °¶Â6Ø;Áΰ ì »Áî°ì {ÁÞp)Ø. ûÂe`?Ø. Àp\†ËÃ!p¸" W‚+ÃUàªp5¸:‡Ãp ¸&\ Ž„£àÚp4ÇÂqp<œ'ÂIp2œ×ëÂõàúp¸!Ün 7›ÂÍàæp ¸%Ü n ·ÛÂíàöp¸#Ü î w»Â©p7¸;Üî ÷‚{Ã}à¾p?¸?œƒ0Ã0£0ã0“0Ó0³0ó°‹°˰;àtX…5X‡ 8„Áƒá!ðPx<„GÁ£á1ðXx<žO„'Á“á)ðTx<žÏ„gÁ³á9ð\x<^/„Á‹á%ðRx¼^¯„WÁ«á5ðZx¼Þo„7Á›á-ðVx¼Þï„wÁ»á=ð^x¼>„Á‡á#ðQø|>Ÿ„OÁ§á3ðYø|¾_„/Á—á+ðUø|¾ß„oÁ·á;ð]ø|~?„Á™ðcø ü~?‡³àðK8Î_Á¯á\8· àB¸.†ßÀoáwð{øüþ†¿À_áoðwøü bElˆqBœÄqCÜÄñB¼‘RˆRñEÊ ~ˆ?R @‘ ¤Œ”GB HE$©„TFª U‘jHu$ G"HM¤‰D!µ‘h$‰Eâx$ID’d$©ƒÔEê!õ‘HC¤Òi‚4Eš!Í‘HK¤Òiƒ´EÚ!í‘HG¤Òé‚tER‘nHw¤Òé…ôFú }‘~H$ A Á! ¡aá ‘q 鈊hˆŽH2ˆ B#C¡È0d82‰ŒBF#c±È8d<2™ˆLB&#S©È4d:2™‰ÌBf#s¹È²Yˆ,B#K¥È2d9²Y‰¬BV#kµÈ:d=²ÙˆlB6#[­È6d;²Ù‰ìBv#{½È>d?r9ˆB#G£È1ä8r9‰œBN#g³È9äòyˆº]ˆ.B£KÐ¥è2t9º]‰®BW£kеè:t=º݈nB7£[Эè6t;º݉îBw£{нè>t?z=ˆB£GУè1ô8z=‰žBO£gгè9ôú}ˆ>B3ÑÇèô)ú }Žf¡/Зh6šƒ¾B_£¹hš …hZŒ¾AߢïÐ÷èô#ú ýŒ~A¿¢ßÐïèô' `ÌŠÙ0;æ„9c.˜+憹c˜'æ…yc¥0¬4æ‹•Áü0¬,€bAX9,+…`°ŠX(V «ŒUÁªbÕ°êXŽE`5°šX-,‹ÂjcÑX ‹ÅañX–ˆ%aÉX V«‹ÕÃêc °†X#¬1ÖkŠ5Úc-°–X+¬5Ök‹µÃÚc°ŽX'¬3Ö능bݰîX¬'Ö ëõÁúbý°þXbc†b†cFbFc ÆbÆc&b&c æÀÒ1Ó03° l6„ Ɔ`C±aØpl6…ÆÆ`c±qØxl6›„MƦ`S±iØtl6›…ÍÆæ`s±yØ|l¶[„-Æ–`K±eØrl¶[…­ÆÖ`k±uØzl¶Û„mƶ`[±mØvl¶Û…íÆö`{±}Ø~ìv;„ÆŽ`G±cØqìv;…ÆÎ`g±sØyìv»„]Æ®`W±kØuìv»…ÝÆî`w±{Ø}ìö{„eb±'ØSìöËÂ^`/±l,{…½Ær±<,+À ±"¬{ƒ½ÅÞaï±ØGìöû‚}žaß±ØO À-¸·ávÜ wÆ]pWÜ wÇ=pOÜ ÷ÆKá>xiÜ/ƒûáþxY<ăðrx0^Á+àñP¼^¯‚WÅ«áÕñ0<Àkà5ñZx$…ׯ£ñ<Ããñ<O“ñ¼^¯‡×Çà ñFxc¼ Þo†7Ç[à-ñVxk¼ Þo‡·Ç;àñNxg¼ ÞOÅ»áÝñxO¼Þïƒ÷Åûáýñ4Ä!ÆÅ1Ç œÄ)œÆœÅ9œÇ\Ä%\Æܧã*®á:nàø| >ŒÁ‡âÃðáø|$> ÁÇâãðñø|"> ŸŒOÁ§âÓðéø |&> ŸÏÁçâóðùø|!¾_Œ/Á—âËðåø |%¾ _¯Á×âëðõø|#¾ ߌoÁ·âÛðíø|'¾ ßïÁ÷âûðýøü ~?ŒÁâÇðãø ü$~ ?ŸÁÏâçðóøü"~ ¿Œ_Á¯â×ðëø ü&~ ¿ßÁïâ÷ðûøü!þÏÄãOð§ø3ü9ž…¿À_âÙxþ çâyx>^€âEx1þ‹¿Ãßãðø'ü3þÿŠÿã?ðŸ8@X+a#ì„áL¸®„áNxž„áM”"|ˆÒ„/Q†ð#ü‰²DHåˆ`¢<BT *¡D%¢2Q…¨JT#ªaD8AÔ jµˆH"ЍMD1D,GÄ D"‘D$)D¢.Q¨O4 ˆÆD¢)ÑŒhN´ Z­ˆÖD¢-ÑŽhOt :ˆÎD¢+‘Jt#º=ˆžD/¢7чèKô#úiH@L J`NIPM0KpO„HH„L(„ƒH'TB#t 2ˆÄ@b1˜B %†ÉÄHb1šCŒ%Æ㉠ÄDb1™˜BL%¦Ó‰ÄLb1›˜CÌ%æó‰ÄBb±˜XB,%–ˉÄJb±šXC¬%Öë‰ ÄFb±™ØBl%¶Û‰ÄNb±›ØCì%öû‰ÄAâq˜8B%ŽljÄIâqš8Cœ%Îç‰ ÄEâq™¸B\%®׉ÄMâq›¸CÜ%î÷‰ÄCâ‘I<&žO‰gÄs"‹xA¼$²‰âñšÈ%òˆ|¢€($Šˆbâ ñ–xG¼'>‰OÄgâ ñ•øF|'~? €´VÒFÚI'Ò™t!]I7Òô =I/Ò›,Eú¥I_² éGú“eÉ2 "Ë‘Ády2„¬@V$CÉJde² Y•¬FV'ÃÈp2‚¬AÖ$k‘‘dY›Œ&cÈX2ŽŒ'ÈD2‰L&SÈ:d]²YŸl@6$‘É&dS²ÙœlA¶$[‘­É6d[²Ùžì@v$;‘É.dW2•ìFv'{=É^do²Ù—ìGö'ÓH„H˜DH”ÄHœ$H’¤HšdH–äHžH‘”H™TH™Nª¤Fê¤AfÈä r09„J#‡“#È‘ä(r49†KŽ#Ç“ȉä$r29…œJN#§“3È™ä,r69‡œKÎ#ç“ È…ä"r1¹„\J.#—“+È•ä*r5¹†\K®#דÈä&r3¹…ÜJn#·“;Èä.r7¹‡ÜKî#÷“ȃä!ò0y„!Ÿ’ÏÈçdù‚|If“9ä+ò5™Kæ‘ùdYH‘Åäò-ùŽ|O~ ?’ŸÈÏäò+ùüNþ ’e¡¬”²SN”3åB¹Rn”;åAyR^”7UŠò¡JS¾TÊò§ÊRT D•£‚©òTUªH…R•¨ÊTª*UªN…QáTUƒªIÕ¢"©(ª6MÅP±TO%P‰T•L¥Pu¨ºT=ª>Õ€jH5¢SM¨¦T3ª9Õ‚jIµ¢ZSm¨¶T;ª=ÕêHu¢:S]¨®T*ÕêNõ zR½¨ÞTª/ÕêO¥Q Q0…P(…Q8EP$EQ4ÅP,ÅQ<%P"%Q2¥P*R)Ò)ƒÊ P©AÔ`j5”F §FP#©QÔhj 5–G§&P©IÔdj 5•šFM§fP3©YÔlj5—šGͧP ©EÔbj µ”ZF-§VP+©UÔjj µ–ZG­§6P©MÔfj µ•ÚFm§vP;©]Ônjµ—ÚGí§P©CÔaêu”:F§NP'©SÔiê u–:G§.P©KÔeê u•ºF]§nP7©[Ômêu—ºGݧP©GT&õ˜zB=¥žQÏ©,êõ’ʦr¨WÔk*—Ê£ò©ª*¢Š©7Ô[êõžú@}¤>QŸ©/ÔWêõúAý¤ÚB[im§hgÚ…v¥ÝhwÚƒö¤½hoºíC—¦}é2´íO—¥è@:ˆ.GÓåéº]‘¥+Ñ•é*tUº]£Ãéº]“®EGÒQtm:šŽ¡cé8:žN é$:™N¡ëÐuézt}ºÝnD7¦›ÐMéftsºÝ’nE·¦ÛÐmévt{ºÝ‘îDw¦»Ð]éTºÝîA÷¤{ѽé>t_ºÝŸN£A¢a¡Q£qš Iš¢iš¡Yš£yZ EZ¢eZ¡t:­Ò­ÓA ÒƒèÁôz(=ŒN GÒ£èÑôz,=ŽOO 'Ò“èÉôz*=žNÏ gÒ³èÙôz.=žO/ Ò‹èÅôz)½Œ^N¯ WÒ«èÕôz-½Ž^Oo 7Ò›èÍôz+½ÞNï wÒ»èÝôz/½ÞO Ò‡èÃôú(}Œ>NŸ OÒ§èÓôú,}Ž>O_ /Ò—èËôú*}¾Nß oÒ·èÛôú.}¾O? ÒèLú1ý„~J?£ŸÓYô ú%MçЯè×t.GçÓt!]DÓoè·ô;ú=ýþH¢?Ó_è¯ô7ú;ýƒþIŒ…±26ÆÎ81ÎŒ ãʸ1îŒãÉx1ÞL)Ƈ)Íø2e?ÆŸ)Ë0LSŽ fÊ3!L¦"ÊTb*3U˜ªL5¦:Æ„3L ¦&S‹‰d¢˜ÚL4ÃÄ2qL<“À$2IL2“ÂÔaê2õ˜úL¦!ÓˆiÌ4aš2͘æL ¦%ÓŠiÍ´aÚ2í˜öL¦#Ó‰éÌtaº2©L7¦;ÓƒéÉôbz3}˜¾L?¦?“Æ€ ÄÀ   Æà Á ÅРð ÇðŒÀˆŒÄÈŒÂ8˜tFe4Fg &ƒÀ d1ƒ™!ÌPf3œÁŒdF1£™1ÌXf3ž™ÀLd&1“™)ÌTf3™ÁÌdf1³™9Ì\f3ŸYÀ,d1‹™%ÌRf³œYÁ¬dV1«™5ÌZf³žÙÀld61›™-ÌVf³ÙÁìdv1»™=Ì^f³Ÿ9Àd1‡™#ÌQæsœ9ÁœdN1§™3ÌYæsž¹À\d.1—™+ÌUæs¹ÁÜdn1·™;Ì]æsŸyÀ»€]È.b³KØ¥ì2v9»‚]É®bW³kصì:v=»ÝÈnb7³[Ø­ì6v;»ƒÝÉîbw³{ؽì>v?{€=Èb³GØ£ì1ö8{‚=ÉžbO³gسì9ö<{½È^b/³WØ«ì5ö:{ƒ½ÉÞbo³wØ»ì=ö>û€}È>b3ÙÇìö)ûŒ}Îf±/Ø—l6›Ã¾b_³¹l›Ï°…l[̾aß²ïØ÷ìö#û‰ýÌ~a¿²ßØïìö' pÎÊÙ8;çÄ9s.œ+çÆ¹sœ'çÅys¥8®4çË•áü8®,ÀrA\9.˜+Ï…p¸Š\(W‰«ÌUáªrÕ¸ê\ÎEp5¸š\-.’‹âjsÑ\ ËÅqñ\—È%qÉ\ W‡«ËÕãês ¸†\#®1ׄkÊ5ãšs-¸–\+®5׆k˵ãÚs¸Ž\'®3×…ëÊ¥rݸî\®'׋ëÍõáúrý¸þ\rs‡rÇÉäIòyšp¹OÜgî ÷•ûÆ}ç~p?9€·ðVÞÆÛy'Þ™wá]y7Þ÷à=y/Þ›/Åûð¥y_¾ ïÇûóeù>âËñÁ|y>„¯ÀWäCùJ|e¾ _•¯ÆWçÃøp>‚¯Á×äkñ‘|_›æcøX>ŽçøD>‰OæSø:|]¾_ŸoÀ7äñù&|S¾ßœoÁ·ä[ñ­ù6|[¾ßžïÀwä;ñù.|W>•ïÆwç{ð=ù^|o¾ß—ïÇ÷çÓx‡x˜Gx”Çxœ'x’§xšgx–çxžx‘—x™WxŸÎ«¼Æë¼Ágðøü ~0?„Êã‡ó#ø‘ü(~4?†ËãÇóø‰ü$~2?…ŸÊOã§ó3ø™ü,~6?‡ŸËÏãçó ø…ü"~1¿„_Ê/ã—ó+ø•ü*~5¿†_˯ã×óøü&~3¿…ßÊoã·ó;øü.~7¿‡ßËïã÷óøƒü!þ0„?Êãó'ø“ü)þ4†?ËŸãÏóø‹ü%þ2…¿Ê_ã¯ó7ø›ü-þ6‡¿Ëßãïóø‡ü#>“Ì?áŸòÏøç|ÿ‚Égó9ü+þ5ŸËçñù|_ÈñÅüþ-ÿŽÏà?òŸøÏüþ+ÿÿÎÿàò€`¬‚M° N‚³à"¸ n‚»à!x ^‚·PJðJ ¾BÁOðÊ B $”‚…òBˆPA¨(„ •„ÊB¡ªPM¨.„ áB„PC¨)Ô"…(¡¶-ıBœ/$‰B’,¤u„ºB=¡¾Ð@h(4 M„¦B3¡¹ÐBh)´Z m„¶B;¡½ÐAè(t: ]„®BªÐMè.ôz ½„ÞB¡¯ÐOè/¤   °€¨€ ¸@¤@ ´À¬À ¼ ¢ ² !]PMÐCÈ…AÂ`aˆ0T& F#…QÂhaŒ0V'Œ&…IÂdaŠ0U˜&Lf3…YÂlaŽ0W˜'Ì …EÂba‰°TX&,V+…UÂja°VX'¬6…MÂfa‹°UØ&lv;…]Âna°WØ'ì…CÂaáˆpT8&N'…SÂiáŒpV8'œ.…KÂeáŠpU¸&\n7…[ÂmáŽpW¸'Ü…GB¦ðXx"<ž Ï…,á…ðRÈr„WÂk!WÈò…¡P(Š…7Â[áð^ø |> Ÿ…/ÂWá›ð]ø!üÑ"ZE›hDgÑEtÝDwÑCô½Do±”è#–}Å2¢Ÿè/–Ä@1H,'‹åű‚XQ +‰•Å*bU±šX] Ãű†XS¬%FŠQbm1ZŒcÅ81^LÅ$1YLëˆuÅzb}±ØPl$6›ˆMÅfbs±…ØRl%¶ÛˆmÅvb{±ƒØQì$v»ˆ]ÅT±›Ø]ì!ö{‰½Å>b_±ŸØ_LAaQq‘I‘i‘Y‘yQEQeQbº¨Šš¨‹†˜!ŠƒÄÁâq¨8L.ŽGŠ£ÄÑâq¬8N/N'Š“ÄÉâqª8Mœ.ÎgгÄÙâq®8Oœ/.Š‹ÄÅâq©¸L\.®WŠ«ÄÕâq­¸N\/n7Š›ÄÍâq«¸MÜ.îwŠ»ÄÝâq¯¸OÜ/ЇÄÃâñ¨xL<.žOЧÄÓâñ¬xNŠÄLñ±øD|*>Ÿ‹Yâ ñ¥˜-戯Ä×b®˜'æ‹b¡X$‹oÄ·â;ñ½øAü(~?‹_įâ7ñ»øCü)’E²J6É.9IÎ’‹ä*¹Iî’‡ä)yIÞR)ÉG*-ùJe$?É_*+HRTN –ÊK!R©¢*U’*KU¤ªR5©º&…KR ©¦TKŠ”¢¤ÚR´#ÅJqR¼” %JIR²”"Õ‘êJõ¤úR©¡ÔHj,5‘šJͤæR ©¥ÔJj-µ‘ÚJí¤öR©£ÔIê,u‘ºJ©R7©»ÔCê)õ’zK}¤¾R?©¿”&$Á"¡&á!‘%Ñ#±'ñ’ ‰’$É’"9¤tI•4I— )C ”Iƒ¥!ÒPi˜4\!”FI£¥1ÒXiœ4^š M”&I“¥)ÒTiš4]š!Í”fI³¥9Ò\iž4_Z -”I‹¥%ÒRi™´\Z!­”VI«¥5ÒZi´^Ú m”6I›¥-ÒVi›´]Ú!í”vI»¥=Ò^iŸ´_: ”I‡¥#ÒQé˜t\:!”NI§¥3ÒYéœt^º ]”.I—¥+ÒUéšt]º!Ý”nI·¥;Ò]éžt_z =”I™Òcé‰ôTz&=—²¤ÒK)[Ê‘^I¯¥\)OÊ— ¤B©H*–ÞHo¥wÒ{éƒôQú$}–¾H_¥oÒwé‡ôSd‹l•m²]v’eÙUÆ9‚#9Š£9†c9Žã99‰“9…spéœÊiœÎ\7€È âsC¸¡Ü0ÎM®.‡Éár„\C®)×’#å(¹¶-Çȱrœ/'ȉr’œ,§Èuäºr=¹¾Ü@n(7’ËMä¦r3¹¹ÜBn)·’[Ëmä¶r;¹½ÜAî(w’;Ë]ä®rªÜMî.÷{ʽäÞr¹¯ÜOî/§É  ɰŒÈ¨ŒÉ¸LȤLÉ´ÌȬÌɼ,È¢,ɲ¬È9]VeMÖeCÎÈåAò`yˆ&—OÈ'åSòiùŒ|V>'Ÿ—/ÈåKòeùŠ|U¾&_—oÈ7å[òmùŽ|W¾'ß—ÈåGr¦üX~"?•ŸÉÏå,ù…üRΖsäWòk9WΓóå¹P.’‹å7ò[ùü^þ ”?ÉŸå/òWù›ü]þ!ÿ”Å¢X›bWœgÅEqUÜwÅCñT¼o¥”⣔V|•2ŠŸâ¯”U”@%H)§+å•¥‚RQ U*)••*JU¥šR] S•¥†RS©¥D*QJm%Z‰Qb•8%^IP•$%YIQê(u•zJ}¥ÒPi¤4Vš(M•fJs¥…ÒRi¥´VÚ(m•vJ{¥ƒÒQé¤tVº(]•T¥›Ò]é¡ôTz)½•>J_¥ŸÒ_IS@R`QPSp…PH…Rh…QX…SxEPDERdEQJº¢*š¢+†’¡ P*ƒ”ÁÊe¨2L®ŒPF*£”ÑÊe¬2N¯LP&*“”ÉÊeª2M™®ÌPf*³”ÙÊe®2O™¯,P*‹”ÅÊe©²LY®¬PV*«”ÕÊe­²NY¯lP6*›”ÍÊe«²MÙ®ìPv*»”ÝÊe¯²OÙ¯P*‡”ÃÊå¨rL9®œPN*§”ÓÊå¬rN9¯\P.*—”ËÊåªrM¹®ÜPn*·”ÛÊå®rO¹¯+_”¯Ê7å»òCù©‹Ãê°9ì'‡³ÃÅáêps¸;<ž/‡·£”ÃÇQÚáë(ãðsø;Ê:Ž G9G°£¼#ÄQÁQÑê¨ä¨ì¨â¨ê¨æ¨îs„;"55µ‘Ž(GmG´#ÆëˆsÄ;þ{ïÅòíV÷ô†a†DD$ H‚³bÅLç $‡Ž˜sÎ9gQÄœsγ˜%›ãáqîùÞsîýý~÷®þxë÷žŸµff×®êê½wïÚµ«{MWÍÇð±|ßœçø|K¾ßšo÷åÛñ‰|{¾ß‘ïÄwæ»ð]ùn|w>‰ïÁ÷ä{ñ½ùd>…ïÃ÷åSù~|~?Äæ‡ði<Êc<Î<ÉS<Í3<ËsüP~ŸÎgð™|ŸÍç-|Ïó/ò/ó ŸËàGò£øÑü~,?ŽÏOà'ò“øÉü~*?ŸÎÏàgò³øÙü~.?ŸÏ/àò‹øÅü~)¿Œ_ίàWò«øÕü~-¿Ž_Ïoà7ò›øÍ|¿…ßÊoãóùí|_Èïà‹øü.~7¿‡ßËïã÷óøƒü!þ0„?Êãó'ø“ü)þ4†?ËŸãÏóø‹ü%þ2…¿Ê_ã¯ó7ø›ü-þ6‡/æïò÷øûüþ!ÿˆÌ?áKø§ü3þ9ÿ‚É¿â_óoøR¾ŒË¿ãËù ¾’¯â«ù¾–Ïà?òŸøÏüþ+ÿÿÎÿàò¿ø?ø: *Ô‚FÐ :ÁJÐ Ö‚A°Œ‚­`ì³`/8Ž‚“à,¸®‚›à.x O¡¡à%4¼…Æ‚ÐDðü!@š AB°"4B…0!\ˆ"…(!Zˆb…8¡¹/$-„–B+¡µÐFh+´…öB¡£ÐIè,tº Ý„îB’ÐCè)ôz ÉBŠÐGè+¤ ý„þÂa 0H, ÒTÀ\ R Z`Và„¡Â0!]È2…,![.X„A$A!W!ŒF £…1ÂXaœ0^˜ L& “…)ÂTaš0]˜!Ìf ³…9Â\až0_X , ‹…%ÂRa™°\X!¬V «…5ÂZa°^Ø l6 ›… Ÿ…/ÂWá›ð]ø!ü~ u!U""ªE¨u¢•¨­Eƒh#E[Ñ$Ú‰fÑ^tE'ÑYt]E7Ñ]ôˆžbCÑKl$z‹E±‰è+ú‰þb€(6ƒÄ`1Dl&†Šab¸!FŠQb´#ÆŠqbs1^L[ˆ-ÅVbk±ØVl'&ŠíÅbG±“ØYì"v»‰ÝÅ$±‡ØSì%ö“űØWLû‰ýÅâ@q8X"¦‰¨ˆ‰¸Hˆ¤H‰´Èˆ¬È‰CÅabº˜!fŠYb¶8\´ˆ9"/ ¢(J¢,*b®8B)ŽG‹cıâ8q¼8Aœ(N'‹SÄ©â4qº8Cœ)Îg‹sĹâŠÄÇâ±D|*>Ÿ‹/Ä—â+ñµøF,ËÄ·â;±\¬+Å*±Z¬kÅ÷âñ£øIü,~¿ŠßÄïâñ§øKüC¬I°¤’I-i$­¤“¬$½d-$É(ÙJ&ÉN2Kö’ƒä(9IÎ’‹ä*¹Iî’‡Ô@ò”J^R#É[j,ùHM$_ÉOò—¤@©©$K!R3)T “Â¥)RŠ’¢¥)VŠ“šKñR‚ÔBj)µ’ZKm¤¶R;)Qj/u:J¤ÎR©«ÔMê.%I=¤žR/©·”,¥H}¤¾RªÔOê/ Jƒ¤ÁÒ)MB%LÂ%B"%J¢%Fb%N* “Ò¥ )SÊ’²¥á’EÊ‘xIDI’dI‘r¥ÒHi”4Z#•ÆI㥠ÒDi’4Yš"M•¦IÓ¥ÒLi–4[š#Í•æIó¥ÒBi‘´XZ"-•–IË¥ÒJi•´ZZ#­•ÖIë¥ ÒFi“´YÊ“¶H[¥mR¾´]* ¥R‘´SÚ%í–öH{¥}Ò~é€tP:$–ŽHG¥cÒqé„tR:%–ÎHg¥sÒyé‚tQº$]–®HW¥kÒué†tSº%Ý–îHÅÒ]éžt_z =”I¥'R‰ôTz&=—^H/¥WÒkéT*•Io¥wR¹T!UJURµT#ÕJï¥ÒGé“ôYú"}•¾IߥÒOé—ô‡T'’aY%#²ZÖÈZY'[ÉzÙZ6È6²Q¶•M²l–íeÙQv’eÙUv“Ýe¹ì)7”½äF²·ÜXö‘›È¾²Ÿì/ÈrS9H–Cäfr¨&‡Ër¤%GË1r¬'7—ãå¹…ÜRn%·–ÛÈmåvr¢Ü^î w”;Éå.rW¹›Ü]N’{È=å^ro9YN‘ûÈ}åT¹ŸÜ_ ”Ƀå!ršŒÊ˜ŒË„LÊ”LËŒÌÊœ,‘ÊÇäãò ù¤|J>-Ÿ‘ÏÊçäóòù¢|I¾,_‘¯Ê×äëò ù¦|K¾-ß‘‹å»ò=ù¾ü@~(?’ËOäù©üL~.¿_ʯä×ò¹T.“ßÊïär¹B®”«äj¹F®•ßËäò'ù³üEþ*“¿Ë?äŸò/ù¹N ¤ÀŠJAµ¢Q´ŠN±RôеbPl£b«˜;ŬØ+Š£â¤8+.Š«â¦¸+JÅSi¨x)o¥±â£4Q|?Å_ P•¦J¬„(Í”P%L W"”H%J‰Vb”X%Ni®Ä+ J ¥¥ÒJi­´QÚ*í”D¥½ÒAé¨tR:+]”®J7¥»’¤ôPz*½”ÞJ²’¢ôQú*©J?¥¿2@¨ R+C”4U0W…T(…V…U8e¨2LIW2”L%KÉV†+%GáAI‘EÉUF(#•QÊheŒ2V§ŒW&(•IÊdeŠ2U™¦LWf(3•YÊleŽ2W™§ÌW( •EÊbe‰²TY¦,WV(+•UÊje²VY§¬W6(•MÊf%OÙ¢lU¶)ùÊv¥@)Tv(EÊNe—²[Ù£ìUö)û•ÊAårX9¢UŽ)Ç•ÊIå”rZ9£œUÎ)ç• ÊEå’rY¹¢\U®)וÊMå–r[¹£+w•{Ê}åòPy¤(•OÊgå‹òUù¦|W~(?•_ÊJr¡\8W•‹äªs5¹Ú\]®U®>×:×k“k̵Í5åÚåšsísrsrs]r]sÝrÝs=räzæÖýÆÿ‘°§`ã²¹\ßö‘¾îfk-ÿ¹Ù5Áˆö¿8ânØw·]ëhC‰vãôð[Û¡öª37ëe£‘åÚ[X·Ô¨²‘ìãMª;zØÜd¿=wÚÔuÙiS0ÖVûÒöÿÖY?»±æÆfÂf¥Ñˆ,ÓiÃ6{Dk‡‚tã]ÔSÿ@mýÚåtHÉú“š¦W SÆK !ò¦f ˆ Úaßô6¨v¦èÚCêZß!`#päÍñÎpÃ:àfwtyV[ 6œ-ÕŒŠ}¤QÆêîØ¦Øít8ijãÝ$Q\ìnjH½m†¯}pDó­þ.gýãQðˆoÿDw<€³³<‡BîSÍ•v#à}#ãghÍ NÞWçu4áåϘ‘׽ꩭëu±^§SúŒJÍý‘fDc¼¾3$¨·Ï¤‘ í@݉©ökÝàM]]ѱÞÓ{ª=VCúÜM¦G©šººëMuu1F3ù*ħ.©CìEÃmKsk§Pó Ïw¦m^Ö».÷áqšµÎÝÚ%ì9%©ºÎØÍiÓÜ\›ê(x”¹‡þ¤QÒÇÙ´€Ã}Ó-·ç¶Ð^îpØjY[7;ówÛ]=½-ŸZŽÝñ@‰íJÝpófà0r/Ü´¿S·ªÈXwpEˆ{<Ò¾¿ùœa[} ÌßÀ½žNE5_¬ÂGi~Öéþy©®ŒM¸ž0ôêÄf‰?eà¼|7²s]Ý óˆ•þœ¯+€Ãb½4Ó³á‰ÀæÚ#Ã5„©+‚:u‰|Œ »4?–E·¹ðM_Ýkä« Ôí­iœ ‹Ê }ôÖpª]¬g1Ò[ç­K`t—†>I¨ŒÜ…̪›z¬³í²4àQv§áþ°«‚O…Á[ìÆØ÷Á8ø²®]¿WS<¬6êÔ>u4&ͻɺ@Ñ CÚ ‡ttO ß·l:D©3,ðèb—e~$Ýmÿ1¦O^!È$ÚÁż־7ò2[÷Ðó¹Á4]†„vØbî ¯„/ uIøà§.Ɖ4$t#»]SµÝh‚¯žã³Lwº¡×{øÏnw5ix–ñ‹Fkÿ8i‚C±wá‘Ñp𾿄9hr°K³^£6ùƒQ>˜¦XŸëc¶1=ß‘~1¶M­Çið»Wª ¥Ç2ÍÃ*·í$ü֣Йš“ÁjïR+[€ÌšI…ð°µeC]͈¾‰æ1˜—r©@þÐõÒ½öyì°.È3è–é£.ì1ï0ë]øc> ²~h¸èä Sw4(xcªñA<ö!Sý»ÎõÓÌ éÛÂÔ·®nn G†æNž®›}CóùÙÍg§üÞ×åÒ¸zO@zli–½Ì^s†šMzpÙfd ì0àœGLR<ÛwÛ×Îõ„EV ÍmÏ„£¶&“•iÈôœª‰@ViBëEß ƒ)Ɖæbÿ(‡¾ÆãªWÚž{Œ×Àäœñ¬‡«a?HAú¸ø!”þ“&x@8ÜØÔ/bû†WjÚÀˆÆÏl€ºå›WÀëÀE8Þâ6$k(Ý·íÎÏ®3ô%;8ôõˆ€'B]õDÍ&O‡GšR}OÆâÀ×l0ŒGú­Á° ËºÛ #º˜º\¾ÓÀ溕¶\§IÐß3Ç;4HÜ ô2=@âŒÁ:feèhûÚ0ÉôP}V¾·Zê`€ÇÀWì7é’AŽËø„}kã^·ãømxh-ò®Ã®ô­š£Ú{ú¬§È¸ð1†NNj° t±1ìõšµšKà»GvŸÁyP ¿´ Tß²km÷Ì~=j× àæxpUEÀWõ#ÍîàRÈø |ÀNû8Û;àŒ}ØŒÄèû·,öà.ØiÛYÇ‚N (p»Fe<`Rms,Pïq×à«·sHjÞÕ˜o4Á‘ÝrÖÇ´UA5ðy¤lP%F7 ?i¨Ó/ÒK± :Œ$&i–"‚TáæÝ6‘ %°‰î¾CfB°á©&ˆ”8…»Í«õ­ôYz<3ìÈÓcpÓ7¼ö8£9‚< ¼gË銮Mè)M›©¶ï̸‹¢5)¦n5œª‰€ÌûC¶z:±™»)±¿FštýtHv¨ ÈƒÜ Má\d LM=êW­d‘³z[0š nß[—iÓÁÑk\b$[ƒÞ)î×­¹á‰ÃkŸŸº­æú[ ý]h…Œ|ÿ­ž^X ©ƒüÇ®¦ÛzÁ¾µ½­>,+̇À`ðÃP•’˜¥×Á-lâ´/½e‡xŸÑ¦7š¢ð{šäÐt—ë&³á—]¢ŽÚÓï´Ë Ó¹óºøº}ÙA ð%ƒ'èhéÛ#ðèøf¢òC_ÅÎóol·ÄwÁ™ „üeîâ;-±™Ép >Õû€+²)1ô°¯Öz²Ä{ŸÁÙºFë•hXôÆa˜S}—Þp_s1Y£ïÝò}à :SmM8|ßçæ¶†B‚\ºyà4t7\¥ñ×ì»Imn1d;è¢/ƒ{Úó,¨6Ý5 Ô—‚«¦% ü2†2=ds¼9 „Xo1^Û:µ4Ú™Mõq䳋‡1Õ?Ù˜¥s³1}óê©õjàñÄCãÐVïî´Ç{»ýIͺº:¯ ðZ?do]i~8­™ OÖ´¶|?˜¨PÂ¥À0ÆÔ·Ü×X¯ò4ïy*0UÜxÃKBÜLëÎ×Õ¹N¿P7ôš¦xÐ pÐj²æÍà:˜Arý—rWx´×9ï¶NŽ.4U}G%ø{z¨Ú}…Ô ×#ª•!F09B<îÓ t†‡"`èGÀ3Í×€È6“ôŽHG·²þÞþÏ™6ö]]ÝöÍ ç\Íÿõ+÷©›¿é®uoþJŸnß:rýÿ˜œÍœ[WGÖ!>¨FFj?Ž6«ÞqãêC×f§ó<ÏßÎåmMÎzØnåÅ¢n¦4-hðöã=çgíò-:Ó}DÙºÝ]õdBZ¶^spâçüê}ù~×gYæû%LÛ·¿×©Îó;¸Ú'n¼):5æÎÕžwËmR#=¿o+œYuy]ÎÄÁoÏ}ß~vO™?Zøßí`Ù´råúŒLÿ×R»¼Û2’¾¿u`TèŠðà8¿8¬C´am ¶è.iËÇ6£Ä´ÕÍPÅ6÷8ñÀlìw(íņv‚t~pø¦œÜ _¿wBmÊ ú-¯qÿ™E¾«ßž^Wضy?ìê€ÞÍÖ¿OŸöhɹ²Ã«+±ˆ{Óۛ~©îÜáUñKºxï«Z=xH]ѯ·ï~}úüöú£˜Ôê´–C¶é³î|‹}á螨>JUX~f|C´ýÀ‘­Ÿòú™ÑvÞǵÉß_Ä»Í ÿr¨üĦ3§$nÒåÏh4ÏëÚÕž_Öž˜T0aÜÓ ¡? ˆV«î‡¨;'G{~a=è@¤ÝAdPZWÇý£îٻᘼ—ž¼¸Sΰì‘‚5ý«k®WY7}È—žÈä ƽ^8|pÃKø)MïûKÐŽã÷ŸY1Åé°ûˆÍ¹±«ÏLZpI÷2½oaîháÐ[Þ‡„à; ºóp©eHŸÇìáé» EGª‡«îd£5À¦äÅì•â^ï'¹åMè±fܪÈ&V+?ç-°[tñÄdyBø¬ýµScçNa——w¾¥•_^©8tËã!]º:kâÆÌÍS²?n«Ý58^ðhCÓ‚Éö>µ[ÞßWóê’6­ÉrqÌ·éÙB'•›Ò–Wr64M†Öôø´~eל‚Û>çרZ··3é5¨›c‹-]gW¬XŸf÷`}Ï»b”%²ì|hoï0×ßêv¾8>ÓÑb×ôY륑S ßÏ?—ÐíØ[KÞØM±#gÚÚ»?Ûõô×WZ„¶ÉÌ}?Pè°âĆõ“ 6ÝrÖpèöÄN«Gnmú‰Yžͺ;5|ºzóœò¤Ýç…º>ÛÊM±=´ëù¤Ëû´­›2Zu¼÷|—_RÐ,Η^Ùqò£}ᥳ'Ï>¹ó܉“QÛŸDî3bÖ¢·GM/Ï<~ØÀ%^7ZÍl²øsòâJpåfïÛÙ\~qøùóŽÓ6íH5—4z¶÷«{Ë!¿Ôuu-ÿ/ßø? *âë3ÐN­áVº  XŽ,×Ù¯4¨b c#=Àz} É¦ ”¢Ÿ¡w†œïô ¨£@0ìµD‚õaˆ+<ÀÛÁ4}hŸÞO?X·[F`¦ÎœÞाe |`«¦0ÛF@ÆlX宨®üjpx§~2è Aáú"8\GÃn®>»hö»õ»MÞ ¯B>Ã@:àÀP0 TÁ¨y”«àšJ^oÄ Ú`Ðé†z«|¯_p¬E.>hÞëæiôà €òA†¾ØÑ=p^`œJŒÀÆAÉH>à' «òÊÙ ·Uu×´C< W!X¥=F¨UP$„·`IÐÝ‚&@;t¡Á:n´ôÕà¦ÉÔì©_Ž‚(XÕD+€QÚ£@› RÕÚTu¤ª³ªLƒý°Q©Žè«ÁaðöCî«íÀI Q;ÀGAkmP+U3ÐŒ¾º@! .ÑÝ/úšÓº4Í0DßW£}áÄMÅÀ)ZU½•ÆèÔW}žbÔUé lÚœÀ °d#yF“ú¡stV„ƒ.HWà¬ÿ|wpr]‘ÁP™Î”ÃI Þꕪ¥5tj,Õ8GðPóîZ‡è ­ƒ „ܬOy€8¤TµT¯îÔKôÖˆz±Rë9€™`µn±^«Ê5øB À½J{äé6ë—#ÓÀ~½Ê‚—è´«mÔÍM³Aw¾!Và‚M&œd5( iUŸžë@¼µ1n0…A'öê.ðfÍp[sE]ªcEi€ÒFjÛÆ& JªqHý2<xC-á§ê ºÞ  ü ôÔ§Á RïzñÐz0ÈüÔ6Ò»BP8¢=;HÕ\Ñ8€þõºrªSÈe3\¿Î Îh™ŽDƒ³íQóÿ+wûÚ„z1^¡^õmSôÍ:D…zÅ…ÄE×§°)´WtxHtŒWlXDHDŒW é5п;–)PéÁáQ¡þÏ¥s9O I©Òý² Íà”. 8,,$.*JEde g ÆsY™ÖI$ä·! „yÅ‚è(2&<$&,Â+8*$. 1±þÍT‘¾}Š~¸> „z…yEE‡DÇExÅÄ……D‡†{úƒC½HB"ãb½$8Ã+*,4$<"¤{%ë{éCÔ‘q!a¡ÑªžaQþîOŠˆ £ÂBýAæŸN©2²`@úQ ù ™‘•‘eª©^¥ ‡¢âœ”eÉÀÒ«ˆ¨Øè(uˆª•Ž©r8&“ƒá¢¶ ÷Ï¡,H½KbÆ ó϶dP0 âBÂÃ#­IÁ‚dcž#„t„ª±€ðP1 dòª,ɶ@9ªu:–Iüùb>Vƒpˆ ‰ «4áz¯Áa¡¡ ‹‡ 5€FߢCCCbcááúШè¸È8Ø Ž‹VEF©›uΉY —QŒëà˜p«ˆÈˆˆp¯¨ØP€´³G ƒÙb#"T41 4 ‚£Ãý;šâB"âô1QþááªAááѪDMpˆÁá!¡‘H2C*ÈF H هņ‡DFF5ŽV!¼*¡,!A•«‚a?,;;SÙ‘¡‡H•“ƒ1”]8×X¨Œ,‘²«—C­#4pd,°VY8 OG€Š³defjlB#C"c5‰í“»¦ôè™–œÒ¦wJŸžiM@ C™„¤gYÁB*ËQ#¢20‹„ a‘!Q1P}˜ËÒy R óRw…bt‘!11a-¡Šˆ‹‘QþY|‘•®B@¦REB…F…&ó@ÈV%™zêTÉÙ¡a®‘ B“Áé‚Vf€xŒKÏñ¶Š0·KÇrr(Le‚pÞbÂÃA˜6§4†<-gßBœ+ðÈ<^¼¶%Âç«\u.°®â.:Ô”ßžÑ XuÙvï0åf—”»(ÙÎØ=ÿÞ4(`âµw6åW'}ÒŽ×5ÕÕ×tÐkBúµ6Á㯼ƒ€+s¢4ÌñíÉaîÀ*iÇK“Ï_‚ïU[ýbϼ3<¯1÷Ú ^ni£þê…µZ¤ìê¤`‚fÜ.7«ìí|é\ótsGp¬¶òòv®y²®­8ÖŽ}ôoÏŠ^ÀØg÷› ÚŠÓAô"Ĺöí™O k#õs…Ç©ÊÎKÞÀ¡—ÔÑüÆ\-¯ös­7\Õƒ5íµàx)Ty{fl¨ p·í´åiå‹íI¶¦ŽJŠÛœÞØÙ¿9 [u^ÿ¤Jm“²çu˜cõÃå 0p¦¶ú[èÑ–´ Aû¡“–nÈÛ¶yÕ¼1Ì€ì¢g•÷Õ_·AËN>.=/ûаÿômŽž<±kb$¬ª(Λ6cUÑÁ£Ç÷çMëéÔ­V?ª4×V¿<4Ô c<7c}áÎ[W̘´úÆ;›S‚?ˆ ¦®+عsËìþ.êFU ]«_No€]«Ì9›vìܱié’w+×6¶~ºµ«°ŠVn/Ê[:oÓrŸš·—Ç`jmY˜WXX¸*;8Ô”žJw‡cª+oLmk»½9™ã€cyYáμyl¤h[ιT/ŠS}—¼gày~OE̹e*=f¯©®¼»>{ 9ûB)2;¨Úl}Q]ÞÌ©º¤ppï5nýF%¹k|¬ÿ²ÔÎÔªgÇ íä¬UéÝBº Ï»_QùlON‚3bÝ!ïEõë ó‡DÕ‡zµsР¼’ªê²“RKwÊàÝ&cÃ-`†ïî⤲öˆ·{cûøà”~k×€öʉ²& Ýê“9Ø!" 6û46”ßZ‰…šaSYô¢Ú÷íµl¼;¢sôiÎlTm†€Uç%šªû«Zk seµMÝ*îÛK¥uI›s⥶ªdC½¿z<ƒ_ìJ­®íÖÓŽ$+‡šª'+¢ˆXò ²6Ô±¦º¦ôÒ *Neöq…ßÕøÿR³°wýW£'ëÚ¨Aü«´p®«ûñöæú©³Wçï?rôpÑr¥“#@bfß,ÿ«É»Ôú/ãó½Ã¢Ý êð”ñ{Võý«fAý§–¬gOKþâx~ÿþ üñ烧ѯ^½˜9mò™“'þUsïnñ¬éSþüùg)úÝÛ²3§NŒ3ònñïß¿ÿÕÆá;7o\ÿòå󟥸ïko\¿6sú”ú3X²Òÿjc øñã»ÕŸtøWwuu.ÀꟀ’õyÚåŸÛqßÐøœaýê¥o^ýÃIµ**È/yòèóçïß×üÍ®$¬îß-Þ¶yÃÓ’ÇŸ?ª×ïïª[ƒë×+ ¨`[}Wàoîu¿ÏÒÄW|þ¦?wÕ€F—Þ¹$xþSÕé1ë|Zº«kÔö?–<Ûª‚ÿ‘­“æŸ"îoòQê?ìôHË ªÒËëÆÏ:úªºn[ÅÃÃ+§ŽÈÊš{¡ôßë7—ßß3¶³;¾¹çË¢«KßÀèLu¯|¼¾£ú¦}Æn»VUóxUso²}Jé¾vÀºçÎ×!å—F¨&\­°þë9e=6˜Õ>™'”ß?~ðZiuÂòèíRÞžÉn܆*kVùäÐÌt"kîñg•µÿáµ }´L_znTd×gë“ÊÚª’ÂÀªÝ¢âŠêÚŠ»Æ&‡:!² è*o»÷NSrdú w-l㛼äö}«·—rC“oVhÔNÄÑR•ûë+¸N^&Œ¸v]y·ÂÚ¡ìüÔÞQ>ÎÖ°ÊÖ·ƒ%¯ø£uõ‹}C£ÜëÓÇ î#ŠTº9Yï™]´æ†Í:8UjÐW?\E,zPåjoeп-γ´obTÙûu™~©Ì1Ø¥á¿ä¿f¬®}{qbä4¤àÖNÌêºú^Emõ³=T•ÙŤòÎ:U¿<ší§ÖÝó_xÁ&'gXùLYu}> Ñ[©€©Ïn+o­^ƒ4›x¥ÂA_óæPš3¤µuru2¨t‰«Vº8è÷Ò Õz+$~ó ·Š×,^µ÷^e·¾qÕÝõa¢acO6fñ½JÇ`W÷‰V¿á…êêÔXHãÙ%o|XUS]ykFÔ ýà‹ššÊ’­)&(uï›êªâyÑ"x^Y][Uúêõ;/½‹¡êÝÛ*]“ª‡ºÁÁ3îTz×TVT—¿|tûúÍ3K:CÖ½w½rñTCÍF@¥ûaO§†>oO¥«Fž}S*ʪœƒ½ìÿ%Daýà«a8kë–®Iù/‘w7gÅ©U©[Kª ×´¶õQï~åë‚οöIU´‹µoEñ,Ø#ót™Wyñ¦¡1zUÛ­/\<_© ækà)µ¯rˆÖ»-5sï½rç`?[Õ¿´?Ç1À¶Mëïß©iÏJž<}ò¸ ¨z”?Ði’uäô*¿#ìО–ž®Î™sæMõ«í0ÜbýS]ÉêXÈ>íàãʘ<¢uq÷­¼¿vO?ec[õtSG¸qêØËH­ ªç.fëöªMÞójg}ouUÉáé}­T¦ëï?vvmðïãÝçÍ«—%OןwïZêÃÓÝ;·_<-À¿¦âÁšn6P|W?È-z^õgæGæîW¾¸uãY9P«c&žz U”>{]ùzW2üÇœkx¹ †¢ç݆* z ìÞ]ë ¾R^ýo¹IC³Uy}Rw]U ^íìcT׺XYï衇Bgݪ4¼+¹WR•]ž«‚·ž¬÷áÿ3°>.>-y,õö{ûµ÷°£o¬í§l}\vq ì<¤èiMÕ£­©Žì?®|¸9¥~•£ÕÁ4È<]Z²=Ù©¿ºªÊÛócÑ€X·Ûôrroâl÷ª~šS5‹‰ 0/³þúŒb£‡€¶¶ºÞxVå—Ç ­WéÊŽÎh<y9«ñgŸÔ ø/ùºÔÇs, þrš\#š¿Ö´XÕ¼>:n0ôèP\0²W¨ bå’2÷J9rk«œâ¬Ò¹Ååœ(­®~~tzj˜³15hÚ6³@U~gýÐxDר×ò;°£§·³¹êéáÉ}ÃÔ@mjÜqä©Rw{]Õ£#»úÁjWkm«US}ÕëÓ3ûÕ¯z±g‘þõ¡œVlC£–Ô’‹oªœþ´{ýìbÂMÝÌ¿'³~ÿ«ŒyÜïׂÿÆoüÆoüÆ¿aíüÿç},™ÿÛŽ¿ñ¿ñ¿;æþŽd¿ñ¿ñ¿ñ¿ñ¿ñ¿ñ¿ñÿ1<Ïpüm„ßøßóß—ùÿ‹ûÇoüÆoüÆÿ xýM¹ÿ—m:þ½‡ý·[ý½Nÿç~õá»ÃØÿ°×ýðÎÿù€eáÿNEÿ§s½õûÏçŽnõKƒuÿ½6ýýÿc))ðº°ó?t€= 6ëâêõ˜ûŸŽNù_ô˜îÿ­á_øâðïÔŸ6ƒT /Tø_J4§áêMÿ?Öÿwýñ§=?ü'Ðýç6cë­]ÿÑÿO\½ üÏ\´ê‰6D½ÐF¨7ÚõA› ¾¨ê hS4 FCÐfh(††£h$…F£1h,‡6GãÑ´Úm…¶FÛ mÑvh"Úí€vD;¡Ñ.hW´ÚMB{ =Ñ^ho4MAû }ÑT´Ú€D¡ƒÑ!hТУJ¢J£ Ê¢:†¦£h&š…f£ÃQ šƒò¨€Š¨„ʨ‚æ¢#Бè(t4:‹ŽCÇ£Љè$t2:ŠNC§£3Йè,t6:‹ÎCç£ Ð…è"t1º]Š.C—£+Еè*t5º]‹®C×£Ðè&t3š‡nA·¢ÛÐ|t;Z€¢;Ð"t'º ÝîA÷¢ûÐýèô z=ŒA¢ÇÐãè ô$z =žAÏ¢çÐóèô"z ½Œ^A¯¢×Ðëè ô&z ½ÞA‹Ñ»è=ô>ú}ˆ>B£OÐô)ú }޾@_¢¯Ð×è´-CߢïÐr´­D«Ðj´­EߣÐè'ô3úýŠ~C¿£?Пè/ô´„Á˜ C05¦Á´˜³Âô˜5fÀl0#f‹™0;ÌŒÙc˜#æ„9c.˜+憹cXÌkˆya0o¬1æƒ5Á|1?Ì À±¦XŒ…`ͰP, Ç"°H, ‹Æb°X,kŽÅc X ¬%Ö kµÁÚbí°D¬=ÖëˆuÂ:c]°®X7¬;–„õÀzb½°ÞX2–‚õÁúb©X?¬?6ˆ ÂcC°4 Å0 ÇŒÄ(ŒÆŒÅ8l(6 KÇ2°L, ËÆ†c,ã11 “1ËÅF`#±QØhl 6‡Ç&`±IØdl 6›†MÇf`3±YØll6›‡ÍÇ` ±EØbl ¶[†-ÇV`+±UØjl ¶[‡­Ç6`±MØf,Û‚mŶaùØv¬+Äv`EØNl¶ÛƒíÅöaû±ØAìv;‚ÅŽaDZØIìv;ƒÅÎaç± ØEìv»‚]Å®a×±ØMìv»ƒcw±{Ø}ìö{„=Æž`%ØSìö{½Ä^a¯±7X)V†½ÅÞaåXV‰UaÕX V‹½Ç>`±OØgì öû†}Ç~`?±_ØXp‡qŽàj\ƒkqn…ëqkÜ€ÛàFÜ7áv¸·ÇpGÜ wÆ]pWÜ wÇ=ð¸'Þ÷ÂáÞxcÜo‚ûâ~¸?€âMñ <Á›á¡xŽGà‘xÇà±xÞÇðxK¼Þoƒ·ÅÛá‰x{¼Þï„wÆ»à]ñnxw< ï÷Ä{á½ñd<ïƒ÷ÅSñ~x|>„Ƈài8Šc8Ž8‰S838‹søP|žŽgà™xžÇ-xÎã.â.ã ž‹ÀGâ£ðÑø|,>OÀ'â“ðÉø|*> ŸŽÏÀgâ³ðÙø|.>Ÿ/Àâ‹ðÅø|)¾ _ޝÀWâ«ðÕø|-¾_oÀ7â›ðÍx¾ߊoÃóñíx^ˆïÀ‹ðø.|7¾ß‹ïÃ÷ãðƒø!ü0~?ŠÃã'ð“ø)ü4~?‹ŸÃÏãð‹ø%ü2~¿Š_ïã7ð›ø-ü6~/Æïâ÷ðûøü!þŒ?ÁKð§ø3ü9þ‰¿Â_ãoðR¼ ‹¿ÃËñ ¼¯Â«ñ¼À?âŸðÏøü+þ ÿŽÿÀâ¿ð?ð:*!Ô„†Ð:ŠÐÖ„°!Œ„-a"ì3aO8Ž„áL¸®„áNx O¢!áE4"¼‰Æ„Ñ„ð%ü"€$šAD0B4#B‰0"œˆ "‰("šˆ!b‰8¢9O$-ˆ–D+¢5цhK´#‰öD¢#щèLt!º݈îDуèIô"zÉD чèK¤ýˆþÄb 1ˆL !Ò”Àœ ’ š`–àˆ¡Ä0"È 2‰,"›NXˆ‚'B$$B&"—AŒ$F£‰1ÄXb1ž˜@L$&“‰)ÄTb1˜AÌ$f³‰9Ä\b1ŸX@,$‹‰%ÄRb±œXA¬$V«‰5ÄZb±žØ@l$6›‰Ÿ‰/ÄWâñøAü$~u !&U$BªI ©%u¤©'­IiCI[ÒDÚ‘fÒžt I'Ò™t!]I7Òô sÓF¤L•6:mLÚØ´qiãÓ&¤ML›”69mJÚÔ´iiÓÓf¤ÍL›•6;mNÚÜ´yióÓ¤-L[”Ö€lNÆ“ d ²%ÙŠlM¶!Û’íÈD²=ÙìHv";“]È®d7²;™Dö {’½ÈÞd2™Bö!û’©d?²?9€H"“CÈ4%1' ’$)’&’%9r(9ŒL'3ÈL2‹Ì&‡“2‡äII‰”I…Ì%G#ÉQähr 9–GŽ''ÉIädr 9•œFN'g3ÉYälr9—œGÎ' ÉEäbr ¹”\F.'W+ÉUäjr ¹–\G®'7ÉMäf2ÜBn%·‘ùäv²€,$wEäNr¹›ÜCî%÷‘ûÉäAòy˜&Ÿ%äSòùœ|A¾$_‘¯É7d)YF¾%ß‘ådYIV‘Õd YK¾'?ÉOägò ù•üF~'?É_äd (ˆ‚)…PjJCi)eEé)kÊ@ÙPFÊ–2Qv”™²§(Gʉr¦\(WÊr§<¨”'Õò¢QÞTcʇjBùR~”?@RM© *˜ ¡šQ¡TNEP‘TMÅP±TÕœŠ§¨TKªÕšjCµ¥ÚQ‰T{ªÕ‘êDu¦ºP]©nTw*‰êAõ¤zQ½©d*…êCõ¥R©~Tj5D ¦†PiJaNIQM1KqÔPj•þçßä©,*›NY¨ЧJ¤$J¦*—A¤FQ£©1ÔXj5žš@M¤&Q“©)ÔTj5šAͤfQ³©9Ô\j5ŸZ@-¤Q‹©%ÔRjµœZA­¤VQ«©5ÔZjµžÚ@m¤6Q›©QŸ©/ÔWêõúAý¤~QPu !¦U4B«i ­¥u´­§­imCi[ÚDÛÑfÚžv i'Ú™v¡]i7Úö ОtCÚ‹nD{Óiº íKûÑþtH7¥ƒè`:„nF‡Òat8AGÒQt4CÇÒqts:žN [Ð-éVtkº Ý–nG'ÒíétGºÝ™îBw¥»ÑÝé$ºÝ“îE÷¦“éºÝ—N¥ûÑýéô@z=˜B§Ñ(Ñ8MÐ$MÑ4ÍÐ,ÍÑCéat:AgÒYt6=œ¶Ð94O ´HK´L+t.=‚I¢GÓcè±ô8z<=žHO¢'ÓSè©ô4z:=ƒžIÏ¢gÓsè¹ô½€^H/¢ÓKè¥ô2z9½‚^I¯¢WÓkèµô:z=½ÞHo¢7Óyôz+½Î§·Ót!½ƒ.¢wÒ»èÝôz/½ÞO Ò‡èÃôú(}Œ>NŸ OÒ§èÓôú,}Ž>O_ /Ò—èËôú*}¾Nß oÒ·èÛôº˜¾KߣïÓè‡ô#ú1ý„.¡ŸÒÏèçô ú%ýŠ~M¿¡Ké2ú-ýŽ.§+èJºŠ®¦kèZú=ýþH¢?Ó_è¯ô7ú;ýƒþIÿ¢ÿ ëhÀ@ ̨„Q3FËè+FÏX3Ɔ12¶Œ‰±cÌŒ=ãÀ82NŒ3ã¸2nŒ;ãÁ4`<™†ŒÓˆñf3>LÆ—ñcü™&iÊ1ÁLÓŒ e˜p&‚‰d¢˜h&†‰eâ˜æL<“À´`Z2­˜ÖL¦-ÓŽIdÚ3˜ŽL'¦3Ó…éÊtcº3IL¦'Ó‹éÍ$3)L¦/“Êôcú3˜Ì f03„IcPcp†`H†bh†aX†c†2Øt&ƒÉd²˜lf8carž‘‘™Q˜\f3’ÅŒfÆ0c™qÌxf3‘™ÄLf¦0S™iÌtf3“™ÅÌfæ0s™yÌ|f³YÄ,f–0K™eÌrf³’YŬfÖ0k™uÌzf³‘ÙÄlfò˜-ÌVf“Ïlg ˜BfSÄìdv1»™=Ì^f³Ÿ9Àd1‡™#ÌQæsœ9ÁœdN1§™3ÌYæsž¹À\d.1—™+ÌUæs¹ÁÜdn1·™;L1s—¹ÇÜg0™GÌcæ SÂl_6•íÇög°ÙAì`v›Æ¢,Æâ,Á’,ÅÒ,ò,Çe‡±él›Éf±ÙìpÖÂæ°<+°"+±2«°¹ìv$;ŠÍŽaDzãØñìv";‰ÌNa§²ÓØéì v&;‹ÍÎaç²óØùìv!»ˆ]Ì.a—²ËØåì v%»Š]Í®aײëØõìv#»‰ÝÌæ±[Ø­ì66ŸÝΰ…춈ÝÉîbw³{ؽì>v?{€=Èb³GØ£ì1ö8{‚õ$’^d#Ò›lLúMH_Òô'È@²)D“!d32” #ÃÉ2’Œ"£É2–Œ#O²%ìSöûœ}Á¾d_±¯Ù7l)[ƾeß±ål[ÉV±Õl [˾g?°ÙOìgö û•ýÆ~g°?Ù_ìl 8ˆƒ9‡pjNÃi9gÅé9kÎÀÙpFΖ3qvœ™³ç8GΉsæ\8WÎsç<¸œ'×óâqÞ\c·kÂùr~œ?ÀrM¹ .˜ ášq¡\ÎEp‘\ÍÅp±\ל‹ç¸\K®ךkõåÚq‰\{®בëÄuæºp]¹n\w.‰ëÁõäzq½¹d.…ëÃõåR¹~\n7Ä æ†piÊaÎÉQÍ1ËqÜPn—Îep™\—Í ç,\Çs'r'sÊÿÁÞ{EÕtᢽ÷ì Ã0 9ˆˆ(ˆ0’ƒ`ÆœsD@Ù9'Ì9眳¨bÎ9çˆ(*&T¢9¾Þó½ç{Oݪ[uϯûãÞ®ššîÕ{z¯îYëéµzWíÍBÇ cÑqèxt:„NF§ SÑiètt:…ÎFç sÑyè|tº]„.F— KÑeèrtº]…®F× kÑuèztºÝ„nF· [Ñmèv4ÝîDw¡9èn4ÍC÷ ùè^tº=€D¡‡Ñ#èQôz=žDO¡§Ñ3èYôz½€^D/¡—Ñ+èUôz½ÞDo¡·Ñ;è]ôz}€ ÑBôú-BŸ OÑgh1ú}¾D_¡¯Ñô ú-EËÐwè{ôZŽV •hZÖ ÑOègô úý†~G ?Ñ_èoôúZ‹ Â`Lƒ!˜ÓazÌ€ÙaFÌ3a˜sÄ,˜fÅœ1ÌsÃÜ1Ìó¼1¬æ‹ÕÇü°˜?Ö Àa±@,k‚cM±,³aͰ0,‹À"±(,‹Áb±8,kŽ%`‰X ¬%Ö kµÁÚbí°$¬=ÖëˆuÂ:c]°®X7¬;Öë‰õÂzc}°d,ë‹õÃúc°Ø l06Š Ã†c#°Tl$–†¥cØ(l4–‰¡†á‘…у±‡ñ˜€‰˜„ɘ‚©X6‹ÃÆc°‰Ø$l26›ŠMæc3°™Ø,l66›‹ÍÃæc °…Ø"l1¶[Š-Öc+°•Ø*l5¶[‹­ÃÖc°Ø&l3¶ÛŠmöcÙØl'¶ ËÁvc¹X¶ËÇöbû°ýØì v;ŒÁŽbÇ°ãØ ì$v ;ÁÎbç°óØì"v »Œ]Á®b×°ëØ ì&v »ÝÁîb÷°ûج{ˆb°ÇXö{Š=Ê±çØ ì%ö {•`o°·X)V†½ÃÞc°r¬«Äª°j¬ûˆ}Â>c_°¯Ø7ì;öû‰ýÂ~c°¿°Z àãÁµ¸×ãÜ7âö¸ wÀ͸#nÁp+ஸîŽ{àž¸îûàõp_¼>î‡7Àýñ†xÞoŒâAx<oŠ‡à¡¸ o†‡ááx‰GáÑx ‹Çáñxs<OÄ[à-ñVxk¼ Þo‡'áíñxG¼Þï‚wÅ»áÝñxO¼Þïƒ'ã)x_¼Þ€Äáƒñ!øP|>§â#ñ4<ÏÀGá£ñLÅ1Ç œÄ)œÆœÅ9œÇ\Ä%\Æ\ųð1øX|>Ÿ€OÄ'á“ñ)øT|>ŸÏÄgá³ñ9ø\|>_€/Äá‹ñ%øR|¾_¯ÄWá«ñ5øZ|¾߀oÄ7á›ñ-øV|¾ÏÆwà;ñ]x¾ÏÅóð=x>¾߇ïÇàñCøaü~?†ÇOà'ñSøiü ~?‡ŸÇ/àñKøeü ~¿†_Çoà7ñ[ømü~¿‡ßÇàøC¼„?Æ‹ð'øSü^Œ?Ç_à/ñWøk¼ƒ¿ÅKñ2üþÿ€—ãx%^…Wã5øGüþÿ‚Å¿áßñøOüþÿƒÿ…× ˜Ð¡%t„ž0v„‘°'L„a& áDX gÂ…p%Üwƒð$¼o‡¨Gøõ ?¢áO4$ˆFDc""šÁDS"„%lD3"Œ'"ˆH"Šˆ&bˆX"Žˆ'š D"Ñ‚hI´"Zmˆ¶D;"‰hOt :ˆÎD¢+ÑèNô z½ˆÞD"™H!úýˆþÄb 1ˆL !†ÈáÄ"•I¤éD1ŠMd(8A$A4Á,Áb?q€8H"Gˆ£Ä1â8q‚8Iœ"Ngˆ³Ä9âñ€( …Ä#â1QDŸˆÏÄâ+ñøNü ~¿ˆßÄâ/¢–$D¤†DH-©#õ¤´#¤=i"H3éHZH'ÒJ:“.¤+éFº“¤'éEz“>d=Ò—¬Oú‘ H²!@6"“dÙ„ &›’!d(i#›‘ad8AF’Qd4CÆ’qd<ÙœL ÉdK²ÙšlC¶%Û‘Id{²Ù‘ìDv&»]Éndw²Ù“ìEö&ûÉd Ù—ìGö'ÉAä`r9”F'G©äH2L'ÏežÏ¼y1óRæåÌ+™W3¯e^ϼ‘y3óVæíÌ;™w3ïeÞÏ|Yù0³0óQæãÌ¢Ì'™O3Ÿef“É)äTr9œAÎ$g‘³É9ä\r9Ÿ\@.$‘‹É%äRr¹œ\A®$W‘«É5äZr¹žÜ@n$7‘›É-äVr¹Ì&w;É]d¹›Ì%óÈ=d>¹—ÜGî'ÉCäaòy”&‹È'äSòYL>'_/ÉWäk²„|C¾%KÉ2òùžü@–“d%YEV“5äGòù™üB~%¿‘ßÉäOòù›üCþEÖ’€‚(˜ÒP¥¥t”ž2Pv”‘²§L”e¦) åDY)gÊ…r¥Ü(wʃò¤¼(oʇªGùRõ)?ªåO5¤¨FTc* ¢šPÁTS*„ ¥lT3*Œ §"¨H*ŠŠ¦b¨X*ŽŠ§šS T"Õ‚jIµ¢ZSm¨¶T;*‰jOu :R¨ÎTª+ÕêNõ zR½¨ÞT*™J¡úRý¨þÔj 5ˆL ¡†RèáÔ*•I¥QéT5ŠMeR(…Q8EP$EQ4ÅP,ÅQ<%P"%Q2¥P*•E¡ÆRã¨ñÔj"5‰šLM¡¦RÓ¨éÔ j&5‹šMÍ¡æRó¨ùÔj!µˆZL-¡–R˨åÔ j%µŠZM­¡ÖRë¨õÔj#µ‰ÚLm¡¶RÛ¨íT6µƒÚIí¢r¨ÝT.•Gí¡ò©½Ô>j?u€:H¢SG¨£Ô1ê8u‚:I¢NSg¨³Ô9êõ€* R…Ô#ê1UD=¡žRϨbê9õ‚zI½¢^S%Ôê-UJ•Qï¨÷Ôªœª *©*ªšª¡>RŸ¨ÏÔê+õúNý ~R¿¨ßÔê/ª–4Dô†Fh-­£õ´¶£´=m¢h3íH[h'ÚJ;Ó.´+íF»Ó´'íE{Ó>t=Ú—®OûÑ hº!@7¢ÓtÝ„¦›Ò!t(m£›Ñat8AGÒQt4CÇÒqt<ÝœN étKºÝšnC·¥ÛÑIt{ºÝ‘îDw¦»Ð]éntwºÝ“îE÷¦ûÐÉt Ý—îG÷§ÐéAô`z=”F§GЩôH:N§3èQôh:“FiŒÆi‚&iЦi†fiŽæii‰–i…Vé,z =–G§'ÐéIôdz =•žFO§gÐ3éYôlz=—žGϧÐ éEôbz ½”^F/§WÐ+éUôjz ½–^G¯§7ÐéMôfz ½•ÞFo§³éôNzCï¦séB¥ÑÇéôIú}š>CŸ¥ÏÑçé ôEú}™¾B_¥¯Ñ×éôMú}›¾CߥïÑ÷étý.¤Ñé"ú ý”~FÓÏéôKúýš.¡ßÐoéRºŒ~G¿§?Ðåt]IWÑÕt ý‘þD¦¿Ð_éoôwúý“þEÿ¦ÿÐѵ4` f4 Âh£g ŒcdìãÀ˜GÆÂ81VÆ™qa\7Æñ`</Æ›ñaê1¾L}ÆiÀø3 ™¦Ó˜ d‚˜&L0Ó” aBÓŒ c™&’‰b¢™&–‰câ™æL“È´`Z2­˜ÖL¦-ÓŽIbÚ3˜ŽL'¦3Ó…éÊtcº3=˜žL/¦7Ó‡IfR˜¾L?¦?3€È b3C˜¡Ì0f83‚IeF2iL:“ÁŒbF3™ Ê` Î ÉP Í0 Ëp ÏŒÈHŒÌ(ŒÊd1c˜±Ì8f<3™ÈLb&3S˜©Ì4f:3ƒ™ÉÌbf3s˜¹Ì³€YÈ,b3K˜¥Ì2f9³‚YɬbV3k˜µÌ:f=³ÙÈlb63[˜­Ì6f;“Íì`v2»˜f7“Ëä1{˜|f/³ÙÏ`2‡˜ÃÌæ(sŒ9Μ`N2§˜ÓÌæ,sŽ9Ï\`.2—˜ËÌæ*s¹ÎÜ`n2·˜ÛÌæ.s¹Ï<` ˜‡L!óˆyÌ1O˜§Ì3¦˜yμ`^2¯˜×L ó†yË”2eÌ;æ=ó)g*˜J¦Š©fj˜Ì'æ3ó…ùÊ|c¾3?˜ŸÌ/æ7ó‡ù‹©e ±0«aVËêX=k`íX#kÏšXÖÌ:²Ö‰µ²Î¬ ëʺ±î¬ëÉz±Þ¬[õeë³~lÖŸmÈ°ØÆl Ä6aƒÙ¦lÊÚØflÎF°‘lÍÆ°±lÏ6gØD¶Û’mŶfÛ°mÙvlÛžíÀvd;±Ù.lW¶ÛíÁöd{±½Ù>l2›Âöeû±ýÙì@v;˜Âe‡±ÃÙl*;’McÓÙ v;šÍdQcq–`I–bi–aY–cyV`EVbeVaU6‹ÃŽeDZãÙ ìDv;™ÂNe§±ÓÙìLv;›ÃÎeç±óÙìBv»˜]Â.e—±ËÙìJv»š]îe×±ëÙ ìFv»™ÝÂne·±ÛÙlv»“ÝÅæ°»Ù\6ÝÃæ³{Ù}ì~ö{=Äf°GÙcìqö{’=ÅžfϰgÙsìyö{‘½Ä^f¯°WÙkìuö{“½ÅÞfï°wÙ{ì}ö[À>d ÙGìc¶ˆ}Â>eŸ±Åìsöû’}žfKØ7ì[¶”-cß±ïÙl9[ÁV²Ul5[Ã~d?±ŸÙ/ìWöûýÁþd±¿Ù?ì_l- 8ˆƒ9 ‡pZNÇé97ŠMf’(‰‘8I$I‘4É,É‘<)")‘2©*™EŽ!Ç’ãÈñär"9‰´ãs\ׄ æšr!\(gãšqa\8ÁErQ\4ÃÅrq\<לKà¹\K®ךkõåÚqI\{®בëÄuæºp]¹n\w®דëÅõæúpÉ\ ×—ëÇõçp¹AÜ`n7”Æ çFp©ÜH.Kç2¸QÜh.“C9ŒÃ9‚#9Š£9†c9Žã99‰“9…S¹,n 7–Çç&p¹IÜdn 7•›ÆMçfp3¹YÜln7—›ÇÍçp ¹EÜbn ·”[Æ-çVp+¹UÜjn ·–[Ç­ç6p¹MÜfn ·•ÛÆmç²¹ÜNn—Ãíær¹på\WÉUqÕ\ ÷‘ûÄ}æ¾p_¹oÜwî÷“ûÅýæþpqµà!æ5<Âky¯ç ¼oäíyïÀ›yGÞÂ;ñVÞ™wá]y7Þ÷à=y/Þ›÷áëñ¾|}ÞoÀûó ù¾ߘäƒø&|0ß”áCyߌãÃù>’â£ù>–ããùæ|ŸÈ·à[ò­øÖ|¾-ߎOâÛóøŽ|'¾3ß…ïÊwã»ó=øž|/¾7߇OæSø¾|?¾??€ÈâóCø¡ü0~8?‚OåGòi|:ŸÁâGó™<Êc<Î<ÉS<Í3<Ës<Ï ¼ÈK¼Ì+¼Êgñcø±ü8~¿€_È/âóKø¥ü2~9¿‚_ɯâWókøµü:~=¿ßÈoâ7ó[ø­ü6~;ŸÍïàwò»ø~7ŸËçñ{ø|~/¿ßÏàò‡øÃüþ(Œ?ΟàOò§øÓüþ,Ž?Ï_à/ò—øËüþ*¿Îßàoò·øÛüþ.¿Ï?à ø‡|!ÿˆÌñOø§ü3¾˜οà_ò¯ø×| ÿ†Ë—òeü;þ=ÿ/ç+øJ¾Š¯ækøü'þ3ÿ…ÿÊã¿ó?øŸü/þ7ÿ‡ÿ‹¯å ° A+è½`ì£`/˜Á,8 ÁI° ΂‹à*¸ à)x Þ‚POðê ~BÁ_h(„ÆB $4‚…¦Bˆ*Ø„fB˜.D‘B”-ıBœ/4„D¡…ÐRh%´Úm…vB’Ð^è t: ….BW¡›Ð]è!ôz ½…>B²"ôú ý…Â@a0X" † Ã…Bª0RHÒ… a”0ZÈPpHhXxADAdAT!K#ŒÆ ã… ÂDa’0Y˜"L¦ Ó…ÂLa–0[˜#Ìæ ó…ÂBa‘°XX",– Ë…ÂJa•°ZX#¬Ö ë… ÂFa“°YØ"l¶ Û…la‡°SØ%ä»…\!OØ#ä {…}Â~á€pP8$ŽG…cÂqá„pR8%œÎg…sÂyá‚pQ¸$\®W…kÂuá†pS¸%Üîw…{Â}áP < …GÂc¡Hx"<ž ÅÂsá…ðRx%¼J„7Â[¡T(Þ ï…B¹P!T UBµP#|> Ÿ…/ÂWá›ð]ø!ü~ ¿…?Â_B­DH„EˆˆZQ'êEƒh'E{Ñ$:ˆfÑQ´ˆN¢Ut]DWÑMt=DOÑKô}Äz¢¯X_ôˆþbC1@l$6Å ±‰,6CÄPÑ&6ÃÄp1BŒ£Äh1FŒãÄx±¹˜ &Š-Ä–b+±µØFl+¶“Äöb±£ØIì,v»ŠÝÄîb±§ØKì-ö“ű¯ØOì/ŠƒÄÁâq¨8L.ŽSÅ‘bš˜.fˆ£ÄÑb¦ˆŠ˜ˆ‹„HŠ”H‹ŒÈŠœÈ‹‚(Š’(‹Š¨ŠYâq¬8N/N'Š“ÄÉâqª8Mœ.ÎgгÄÙâq®8Oœ/.Š‹ÄÅâq©¸L\.®WŠ«ÄÕâq­¸N\/n7Š›ÄÍâq«¸MÜ.f‹;Äâ.1GÜ-æŠyâ1_Ü+î÷‹ăâ!ñ°xD<*‹'Ä“â)ñ´xF<+žÏ‹Ä‹â%ñ²xE¼*^¯‹7Ä›â-ñ¶xG¼+Þï‹Äñ¡X(>‹Eâñ©øL,Ÿ‹/Ä—â+ñµX"¾ߊ¥b™øN|/~ËÅ ±R¬«Åñ£øIü,~¿ŠßÄïâñ§øKü-þÿkE A,i$DÒJ:I/$;É(ÙK&ÉA2KŽ’Er’¬’³ä"¹Jn’»ä!yJ^’·ä#Õ“|¥ú’ŸÔ@ò—JR#©±(IM¤`©©"…J6©™&…KR¤%EK1R¬'ÅKÍ¥)Qj!µ”ZI­¥6R[©”$µ—:H¥NRg©‹ÔUê&u—zH=¥^Ro©”,¥H}¥~Ri€4P$ –†HC¥aÒpi„”*”Ò¤t)C%–2%TÂ$\"$R¢$Zb$Vâ$^$Q’$YR$UÊ’ÆHc¥qÒxi‚4Qš$M–¦HS¥iÒti†4Sš%Í–æHs¥yÒ|i´PZ$-––HK¥eÒri…´RZ%­–ÖHk¥uÒziƒ´QÚ$m–¶H[¥mÒv)[Ú!í”vI9ÒnÉÈÙs&Î3sŽœ…s⬜3ç¹rnœ;çÁyr^œ7çÃÕã|¹úœ×€óçr\#.Wº&]—nH7¥[ÒméŽtWº'Ý—HÒC©Pz$=–Ф'ÒSé™T,=—^H/¥WÒk©Dz#½•J¥2éô^ú •KR¥T%UK5ÒGé“ôYú"}•¾IߥÒOé—ô[ú#ý%ÕJ@†dXÖȈ¬•u²^6Èv²Q¶—M²ƒl–e‹ì$[egÙEv•ÝdwÙCö”½doÙG®'ûÊõe?¹ì/7”äFrc9P’›ÈÁrS9D•mr39L—#äH9JŽ–cäX9NŽ—›Ë r¢ÜBn)·’[Ëmä¶r;9In/w;ÊäÎr¹«ÜMî.÷{ʽäÞr9YN‘ûÊýäþòy y¿|@>(’ËGä£ò1ù¸|B>)Ÿ’OËgä³ò9ù¼|A¾(_’/ËWä«ò5ùº|C¾)ß’oËwä»ò=ù¾ü@.Ê…ò#ù±\$?‘ŸÊÏäbù¹üB~)¿’_Ë%òù­\*—Éïä÷ò¹\®+å*¹Z®‘?ÊŸäÏòù«üMþ.ÿÊ¿äßòù/¹V ¤ÀŠFA­¢SôŠA±SŒŠ½bR³â¨X'Ū8+.Š«â¦¸+Чâ¥x+>J=ÅW©¯ø) ¥¡ 4R+JÒD Vš*!J¨bSš)aJ¸¡D*QJ´£Ä*qJ¼Ò\IP•JK¥•ÒZi£´UÚ)IJ{¥ƒÒQé¤tVº(]•nJw¥‡ÒSé¥ôVú(ÉJŠÒWé§ôW(•AÊ`eˆ2T¦ WF(©ÊH%MIW2”QÊh%SALÁB!J¡FaNáAI‘EQ•,eŒ2V§ŒW&(•IÊdeŠ2U™¦LWf(3•YÊleŽ2W™§ÌW( •EÊbe‰²TY¦,WV(+•UÊje²VY§¬W6(•MÊfe‹²UÙ¦lW²•ÊNe—’£ìVr•(åJ…R©T)ÕJòQù¤|V¾(_•oÊwå‡òSù¥üVþ()µ P!V5*¢jUªW ªjTíU“ê šUGÕ¢:©VÕYuQ]U7Õ]õP=U/Õ[õQ멾j}ÕOm ú« Õµ‘ÚX TƒÔ&j°ÚT QCU›ÚL SÃÕ5RR£Õ5VSãÕæj‚š¨¶P[ª­ÔÖjµ­ÚNMRÛ«ÔŽj'µ³ÚEíªvS»«=Ôžj/µ·ÚGMVSÔ¾j?µ¿:@¨R«CÔ¡ê0u¸:BMUGªijºš¡ŽRG«™*ªb*®*©R*­2*«r*¯ ª¨Jª¬*ªªf©cÔ±ê8u¼:A¨NR'«SÔ©ê4uº:C©ÎRg«sÔ¹êP Ô‡j¡úH}¬©OÔ§ê3µX}®¾P_ª¯Ô×j‰úF}«–ªeê;õ½úA-W+ÔJµJ­VkÔê'õ³úEýª~S¿«?ÔŸê/õ·úGýK­UA”gi²,m–.KŸeȲË2fÙg™²²ÌYŽY–,§,k–s–K–k–[–{–G–g–W–w–OV½,߬Úÿ¿ü·$þÓþ= ÿä ²wë]2$§IFøã˜0gÍ“—ýªñÈj}GذҬq,šFØÚè°3zÞÔvÙkžÀÂúªÆ£þó^þ6N­ ­ikÍfd•A¾Ý'FÂüPõ2>ÖÚ¿ñ8ßÒAŠñ¬®é èœùHŒº«Û¢Bö87}LšýÁ)†ö¶¦ñ0°xF Öw¸~-ðr:¹:D¯ÏÕš.–êÆÅ=Ñ© Sœöºœµ´ño”¤NwuéFGÒ©±shdóA¹ƒóIðdÔdçg†óà1Ìоä=ÓZá4>46aŽ.É j•Cµ~'_ÿŽ{;ñII/}mï«uq;g$+tÆZ7yó`XHŸ€icë;Ú337 ûÁÛÚÚüS}f÷Òú¬‡HcÖ6Ë“þ.ºÚÚ#›-µµ±fkFT‰- ¶G‡¸«¦û\s{·0ëß÷–]~ö&§.àIºîÝÚ%;£GU­¹›Û¶…YUÑð8kOãY³lŒwh …§6&¸û Ûj ¯v9n·ª­—“õ§ã—®¾þÜ—–ãÇw@ùÎÔE"ëtauªï Á Ÿ`óTkAP´K?óiM‰~Œïó-ð ¹d¾èãi: R¾H†ñ‹.ø@Á#á¦À¡.‰íQ¡k#º@«3jWoKZoWálx‡×¬Ë0ÌðÚÝéòüZÓÀAÑŠ‹K?ŸHx*ÔÕÈ!*lµøº<Ñ•sÈåŸAc«É4`¶xÈuÃ}Љ],G=n²±Éò ¦…^¥-7é…Ö—F  2î z[#ñæPƒN·6l¼3ï2Ê4ÍR¤½¨?[­t1AIàÎÛ É€÷x Ÿqnm>èÅ›OÀ¯S‘󭨇.ûˆº“úB#ý™1ÁÔÉM v.¦઱\·Qw üåôÄé+¸ jà×NÁÚ{N­^8opáÔŒ´&€›š4ø¦q¬Õ\³M9h¯s¼ãpÁ¹/lEb[gðìuìlÈ@~ðnÆ|I5¥kN}š|bâŒN.=šw5ç˜-ðSd¿B~¦2¤¾Œä-š¤˜z£¾è|÷¥'1ãKtFsg=¸gôs~mE ÑΟ‘ Ô—ñ»ãHrpÝJ$ AÌM4ÖýQ %¸‘á‘ •jz®£ÍáH±[„‡ÙºÞØÊHað &ÍÈ/ËSp·± ¼ñ¹ ;¼.t¾çvÃÐ&ìœn ÃLÇ÷Ö‘ªT§XºUgÀýu‘°›õ°m§¯Û ‡…‘bç`¬Å0À€0a ò65…³C ÍÒԷȸnm&rÑ覀§Údop¤§ûß„^‚C‘ù œj½¡‹s¼ê[e^m ý¯ÃÀdx¼ZwÞ¼Åï»ý}o·,ðXË0nœmãçf¯ËáÁ&Õ¼5xƒi‘¡Um«¯öpksûËx¦üfK{xóÊAç-u&bøa_¦‹yÑèNsÌõ`Â~|χ3ýqqôªŸ­i†‘Î} ”ó]W¿p±9q4Ýúú57=syðÛ°ÓzÆx/q Ç(Œýø£ž—««…‚&ž–ûFѹµ³£1¬k¬ÇÀPðËT™B@cæ p ‡xýkÅ%!`¼å­.?¢P—FxܶXM|2bеÑœ÷˜c¹d»lH¨=Ä„$Â×L¾ £u¬O“¸žÁ''7“¼_ÆÊÌEA ö€xó>˜Åé¬]ÏJjcMÉp°±¿ÿOd#RlàÆzûeÈ ÿC&wûj½_’iEÈ[Ü­ƒ±ƒG¸ŸµÚœŒl0öiù1xH­¥¦:~ðVw_—¬Q̓gØWê‚ cûmÓZ[ Û ºËàÑΣ|/‚*ËCË`c)¸iYHðÇ’f*3B§ÛY‡›ýóM°«SK³“ÕR‡#_=|Ìýƒ’Í´ÁËÁòïo”Þ¯žÏ3K[£·ÛÿÝÎgu›jký¶ÀA°ƒµµ–ŵà¼n.<]×ÚQlüÉ’–æ‘kš` é÷¡±¹nʳL‚ï¹àþÆÓæ;~2âeÙœx¹¶Ösö•Zì–®`È+pÔnºî½ÃÐZx4’…x¯x|ÐùEÄø]òoëæêñDWÙo\b¯¦ÝwH›x;Êåȱ:¬´™Á"ä°ù<47ÐÆ`0 ô†#á¹Ö[€ŠÃ4£+ÒdíìÿD´ÿ{§{_[»{ûÓà™¼šÿÏ·Ò·vñ¤»Þ»y‰‘pnµùÿœÍ]X[›^‹4ø¤¥ú4ÆtªjÏ›EžÍÎgû^~ÀF Ù;“é¢vk¯æz|7¥inû&ï>º¿h—³lÙ…îcÊ6íìjD Ò²õæ»C“¶¸çTÊ ¼í:[˜8ëÐáÞç:/îà霴õ®ä~rÞ„7{=üàÐ?Ê÷箼¹•×7ñS‡¾»ôs÷Ń‹¾S¿Z= ëÀm[»v3I½‘ÛeÿÚEöøvúÞ‘qak²µ6/°|oæºuÒò«K—,•¹¥Óú¬'G&W n­Ø).GhñèÐg{<ʲ椴]<$ ½Õ©­šRÞŸ~~7Sh°Hu·oí¯Ná]Žt1¬caNaÓŸµ«"ç6¾µ4':yo‡Ã|«¨©#ãÒâ ãï ²‚"ŸµÓdÈý^moµð¨Ç‰dæÛã;ÊÛÍϪD瘥Ûåù .xÍ_±Ë/ðú¸«â뱯浃B]®Z]ÍLfz?,²‹-šüÒA-ø6e2}ghbLFé»Àg0™G:&Üo÷²ç…Wí Ý®Øo]ËØz¶ËˆZÚÌÇ>äŒÜÑôQ[Mï=ñóZåÅ?þ®ÞÎz¿ïmj×ãõún†ýƒbÛm¶fý#`ko~µÄ0e¢ëÜô&|¿‰ý_^î)%ѱsûÌ,œðøÇA§É’Û>»m׉+Å{‚zw¶ñ×Ã×=¹Òói¿pÍÕë-žþÜïöêûÍÐ6w/áEÝRgöüujj@ÛêN.yWF_äbÆ\N›»Æ³mHV†Ûfïv]9~±ÝË”õÓâ§ÝȾqÎeÓÄž-—Ï‹µ[0g[ÍŽ ¿Œ\¨Y9ñû“.äuR—/qaà'GÝ¿«$·¹ùà”š” òìGvÃsó¯w~S^ÛæRoêÓlóGbÊð'+.•çìnÄ!ÞõÏînú­â2wuüÄânÈ¡YË"ç4‹˜2÷í+—á>’°ì¯Ü¯±Æþ/nä;„^:¾.aEÿýá•뇫ÍÿóîýŸ/_ßÝ~Û¿jxËÁaKÛôÝt¹Å¡ˆ¢ûª•á9TBýímýü˜ß§(²í¢Ï“¾JðZñíØ‡3Û.œ^’´Í³0²Á"¿[7{}ÛxfZî”IÏ·„ý‚"[­{dÓvNŽñý–yìô›!G¢œŽ"C†wu=FäÚFî=6äAÑJnXß§™Çg¨Z¡yÀ˜£—ÕK‘m–˜Ï™ß°d¯ìü)=7LZÕÈníלü%NË®ž™®L‰˜w¸ffìò¬Ù±™«?t¾§W^ß(?vϧhTézzêVjû æó®š}Cà%O¶4ÍîP³sé£CÕ%×ôí–& òšÍˆ4AmJ[Þà·4M†6ôü²ymW>÷~ÀåMc*7ìœî7¤›k‹]ç—¯Ù<Üéñ®Q…þå㸨²÷P豃}Â=©Ýûêô\WΩé‹Ö+£fä}\|<žIìöi½of8¥Ï·³ÏÀÌ®çØÞÜhÖ&{(úóHžËš3[6OË[ÚtÇEÓ±ûS;­»³éо‘ͺ»Õ¾~û‚=ö_³¹âu³ÁóñÛ;¯YÝ©mÁî®-ü—ôš¥÷_ûøPßmÙ­§Ú¯h°/?´MÛÇGö¦Gǯkûp3˜wk]¾ßy¸~ê·°„1šgK#Ï6Íë™þ¨Q‹‡ôÅ¿6}äxæF&>– §õt) û7Ì:´8¸ynŸ™ßøo•û>¾±7ñÌØš6UŽ¥ûmUÒ_ÚÍ)?1*äÔ¨†×«Wõ‰âW.»‹í¾}ƒ:…ÂwÞ çNYÛ"˰«£ØZ©Åæ|¼¾ºæ©º´ÁâCç|ö|±áxlßËi×é[7?f¶ëXør šSœÛ,ÞOTtœþäPDéüéóÏî½tælôîg1ãCûŽ™·ìÝIËàë §OƯð»ûÛnn£å_“—W€wûìÜÎáú«ã/_vœµmOkqƒ¿{·öG[[Ûòÿø àÿA™¢1 >Àµ.íäÓne¨Ú€ÕÈjƒóZ“&Î41Êl6[A)Æ9FwÈýp1@_€6„®PK$ÔŽxÂóA.¼Ì2¶C ›¡1°hæ<ÀEà®@Ú{ö ¶k #°c$df`· ;5€‹ `$¼×8ôƒ c>nÀãa/ÈP]4áýÆýPIÐ _á+€(À*áÖ-P–€[*þˆ´Åd0à nU~Ö%‘ë¦Oº†E:#¸ @ 0à&i À L”ŒäqŠ&h-FGMw];ÄÇt‚5ú3`ŒVEA#à{ð$Ñpší1<…†¸ÁNÐO€—ŽÒ¨KG‡@°¦‘^ãô'>ô×êûk£45eºTpÖ#Í c8ÞÂÈ#­“ 8 C6­ |´ÖG-°Ó4]ÁÐØÐÈÀ¢àbÃøèiÜ£;o®†ûé  Ì#^šÑpŠ^S·J Zȯ.N1* ƒ@[X–É6[ Ð/ X`°ƒ ‘  Ò¸?ƈ78¹€®ÈP¨Ì>À=@‚]‰¦¥=O Z¬Ô¹WP¤û†@ímÆ<û$„ wëBÞA )Õ¬4j»í £=¢]n„´F`.XoXnÔk²L¡z`ƒQ£² Û«‘Yà°Qã Á+ úõÚæ–ù ;H?;pÅ‚{ØM*HBZÕ…ç`o'Ì[,áÐY³³¶ ¼]wÜ×ÝЖßÚeèÍ C¥íØÒ…CI@3 ©KÃyൄŸk·ú€.ðÐË8®:ÓK€œ€Þ„Cþ෾тâÁ ýØ @šöà†Î ¬›+ª9‡\·ÂuyÞXpA·Ìr $™ÜOZÿ_9íkæ7Ú/̯£±mбY‡è0¿x[|L]›2Ê/&Âëi‹ŒõKI÷Ô=•3ˆ&¡ÑaA¢€(Ÿ*dˆœ&=CCÒnhJn‹ŽÖ¤ÑÔ°°ˆÑ"—* 4eß#ùÐ6ip¿8 EÅFØbÃ#ýB£mñ±HD4ˆ j¦‰Š„ŒíSŒ¬1„ù…ûEÇØbâ#ýbãÃm1a~i¤qðÐ0¿tlQñq~2LúE‡‡Ù""cá—lìm sÓFÅÛÂÃb4½š„G¥BQAéC"£ÃG5  !Px‘¡!i¤f@ ”&"P H!i4I¦RÚ ^ÐÄF" èx÷ 92•@ì"£mq1ÑZ›¦]‘ªáÑÑ !¬ˆhí"‚ø ©3ÉT§ŠiHxÃÑiP( âmQöé"‡0©œ€¦‰ ´©M"‚¤&€4´ˆ0Äkx-‘J¥ýýbÁkA„D†ÛâbÃë&Âè784<, М¦0ÐëSLX˜-.fa¶è˜ø¨xØŽ‹ÑDEk›u&A z›µ¡H¨ް‹Œ²EFFøEÇ…¤3ñ&«)4"Ìâ"#5t± ,¶ÎMBc"‚:Zâm‘ñÆØè ˆ͈ˆM’.4ăÐÈ[X’Œ6 ŒŒ„! ä#¤‡œÃã"lQQÑ c´!ˆ á ¢EA@F–†S†@µ0Õ$* A!3x>ut†SˆÐq$-e8Õé¡5¤éà¨8i¯áÐÔ‘4(GS”Î!,ʧKjŸÜ5¥g¯áÉ)mú¤ôí5¼s’èaˆB3B‚æ@Z&¤ARy-’è 2•〠²EÇBu0Ç‹„4ÜOÛŠ5DEÚbcÃuz$>RšDEÑFP&H FCȰè°dˆŒ¦‡¥—A“Ìd¤@¸gˆÔ14¢^g 7AB*Jðþv‘ÖvD*Ïg8hà DœˆˆáúˆX „Ä:GÄFi5vKl¬-øÆÙ¢ã¢´Ä#zØÒÄš5—Á34•®¦Iµ(…hÀ(=lDb`£ˆP4iŸ¦…äȧ¢< 4`ˆ‰Ò¶³3kþJ¥Ó ¸&ÑÑA6]íª(+€E8Çøx¿tÑÑqZ-® ³‹mé- ÄØ¢"b<`2Æ6ŒkåÙ0Öe ‹6é#£cŽŽµ‡Úƒ J#À+ÚM-ö„0“–Q¤Îþ-l…£Ãì  +‡fPÚ´ÌT’ 1éä`…DLiE®Y´µ½×@È·_“ðˆxM8Ð…ž3SQ¸n3åiTÐ8Q4ʇh ˆ0œŠ ¼0@x8†y}Ý ã‚F‹ŽNQ„ýßÃSSv†ðGëýÍbÛ@ÍWß¿¤6„|¹‹ï ÔøP§ 6¶D@Äb§Á6”?„ƒê÷ç4v]vÏðrê‘s??ÙÉÜ=§ðÈp¨ÉÔ[ï>ÜœÚ{ìyS]UU´¡ƒQgÐÚO¾ñž£Ï”†»¾;‹{»{^[þáè>Ý»¦êÕa.øSG^V[{ï¯w´Ñ€ í«¼Îz=RvsZ(!sî°jœ‡ì}í^ý|{Gpªµóów¯~¶©­¸§Ù»6 0¾»(ùsßýoCjÊïÌ1Ë÷ÿɱ mäžpð$MÙeÙ¸ô–;š@à„›ª=ë®òñ†özpºª¸?7¶ORy;vÚñ¼âÕŽjŠ;œgëça‡á·'a»Î›ŸUjR¼ w­*Zo\k÷ßé@Ov ¯êµÇ¦­Ü’½kûºEFbò_T.«ûG¼†¬:û´ô²@ý³w9yö̾©Q°¦¼ {ÖœuùGOž>œ=«—+жZÿ¤ÂZSõúæ€9³9oïÞkæL[ç½Ã91D¦ÍÜ”»wïŽù=´ *ë{V½>N4À©µ`Ûž½{¶­\±ça¹kÚ†öÏwvµvñâÚÝùÙ+m»ó! úÝõ ÁXZsK³óòòÖ1M€Kué9ÂŽ]ª­¸3³¬oèõö,€keUÞÞìE™Q o¹àRQ°,^Œ]²_€—9½¹àž¥ôÈpg]UÅÃÍÌàôùWJ‘ù6 i³óUÕ‡fnUÅyƒ€wïI›÷Ì]7®‡·.Àþ?+µ·å‹Ó˰Ž!îzÑËÖ…Í~T^ñâŸèŽØwÈ~UõæÊâaÑuP¯up’]\YUvVnémИüÛ[î+\˜?¾—ÍMcï“ÀzëøôèŒ:{Ï&íÕ3eê{Õs°K$ [š>Ü[›f…-¶ôüWUßÝÙ˜™à\šÞý¤Ê »Î[‹u•ÖµÖA—Êjšz•íŸØ[£÷޾àÌk}eñ–:{3õÎ}¿Ú׿]Ûm–==ì\ª+Ÿ­‰ rÅ㊚0×êªêÒkk2â5Ö ›'ü¾º±ù2í>³\?ÛÔF ÂáÿˆJ{÷ÚÚ_ïînž9}Îá'ç¯V;¹$vþÝÿÕÿÍ&o~yñ6i#R&(ªì÷9qݧˆýâyñ?ôô?þýýài|IÉ«¹³¦_8{柞‡ófÏüýû÷ß­˜÷ïÊ.œ;3iÂØ‡~þüùŸk\~p÷Îíoß¾þÝŠÿô±æÎí[sgϨ»GÿCdïøõëçÿ$HŽÿ W[ëìþúßêyã~ŒøWŽš6¯_Sú¶ä_I»üÜœâgO¾~ýüñcõÅivìÚ¾åyñÓ¯_¿ÔÍï¿]÷†Öå+ ?w×ß¼áÿ•ÞLôý7L,éðßú×®:Ðà¿­÷‰¾ÿvuúWÍÚ€Vàßáj´ýß[¾m5¡ÿêÖI÷oOZü«Oúÿ+&þ­rC*K¯oš<ïdIUí®ò¢ãkgŽ¡é…WJÿWÿöLìì @ã¬Ëe1U¥Oï^8sûuÅÔö½ßèg†.{JlÕ¯3Íêö“(ùTIuInWÔmÏk‡ÿŒ°ñýÕ±ÀìžqÒ»âéæŽv›ö¸ëVYtõÓuÍýÓÛ§”äì{í}cûpmŒ¦É”›åöÿyNYW¶XµÔ™z>z«´*quÌœv)ï.0õ€~®¬Yųcs‰4záé5ÿÛo´£N–K/³AN}w>«¨©,ÎììÚ-+(¯ª)¼obr˜ §&]•]…ïuÅ'f‰õÖÓWÜd÷îZVC(xúÝrÖ-íd©Æåýí5h§H?‹F<»®}XnïRvyfŸèw{XãØ¸—]ðÞÕ¾êÕ!,Ú». q é>&ÿq…—›ý)ýcêAo­ß¬ó˜s¥&cUÑ (rÙãJOg;“ñ]A6×¾‘YãØeöµ2×PúÿèË\UóîêÔHÈmXî½½©žP×õ…å5U/dÔÓX=,úTõú$¨öÝs^ùÁ7wŸ8åBYU]< 3Úi€¥ï~;½Q‡4›z£ÜÅXýöØpwHïèæéfÒ’ÖUx¸Žª¯5Ú! Û_y•?>ºaùºƒ…ÕþƆ•—ÔÁDý†¾.:}ìò ×POïT+NØòJssf¤sœ’·UVWUÜ›Õ#޾ª®®(Þ™bú|[UY°(‚lò‘—U5•¥%oÞû=L•ïßUUmé‡ÎyPá_]Q^õáõ“û·ï^XѲﳯÄÃW 5•†}Ýê¼;GhÆ^|[ ÊË*ÝCýœÿQ"¯Îùê< w}]béÙ#ç5òþî¼x­¦ÿÎâJèMn'½cê=ªx“Û‚6>«Œñp°o\^0ö¡Î—ù}(؆ź5mw¾òð-Ñ@Í7À3jÞE½ÛŒ¹ ?¸‡:jþ—§ýíÇ@»¶m.,xP‡i/ŠŸ=ö´¨|’3ØiDŸ(Jr:Â.íÓp‚Ðò .¼­*Ù Ã-6?7¯ƒœ‡}k^ §ŸÐ{x7®xô?Ø»xÈîƒïûÇ,k™µk­ÖÿÅúwUUQUUUQUQ—KUUEÔ¥ªêRUUUµ"""""""""""ò|f:ÑÝüéÕç~õîë¹ïgçõzïoŒ3çûûw~sÆræû²SiƒG ×_ùÉ×ego(ø~í÷ï Ð?ôª™Ñ‘¯iúÊO_}稩ž³Ý;ëó¿ù~Ú×ítÉ¿Õ83gìròô§Ç»ÍòÒkó/ϱø¼8=Éò4=õÜâ+ó‚à°±öâÃŽj\ù {“ ¯®+Ïœœd^¹¿zYööâäÄÂ[‚––wÑàëko,¼þöë×iþñMý×ZeÒ÷žÓXÓ †&ÇVÿR`'Ë{ëÕ¹É#Ý·8)‘}ãéç…¥g¯7Ðz×L×ùÈ3ßÒÓp{bòmýÕùæW4Vþ\îsHö³ß1‡O««éĺøÊüKB&ý· s´¬oÿíò‹ ß”EýlnåOÊLã;^ÙXég7œÐÖ‘9ÊÞžmŽâ]Îa™ œNÿýóm×j2º‡Þ~®ÒGSÇ@_óÈWòІÉ)[ÓcK¼Ì:ëî-: #½¿>î}H󨞆pøÝwè<Ý·þü£æÕO=¿®³Ò—d*‡-¬¦‡¬²þð2T×/”õ\2†S~R8‘ðó™öUßרxý·©²Ó©¿]žÿEÞµnfšº']£*ÆÞÒœüYN¸«é!ó+îxãw^ýmé î¦ZšòÓçÓqè­©ÆÔ+5u¬®­’°´65Zå7ÅÑîZ‚–ü´Ë×óß8u\gý¥gó¾a/Ó2>yäðÆIÝszë¯ÿ¾,†w½‚AD‡Þë½w_me¨©oåËþ´¼nrPÑoòê"OŽ~Rvðbö}û/:c~èòÅÎ/ß.ß.ß.ß.ßT·†Á'çüàò§ï\¾]¾]¾ý«¸¼’]¾]¾]¾]¾]¾]¾]¾]¾]¾]¾]¾]¾]¾ý_v{õŽ—;áòíÿˆ[ååŸË\¾ýƒ[õåùqùvùvùvùö¿pSÜ;õ¥Û|ýà3ìÿѧÕ?¬§£§ü¼ú¿Ýv .ú¬û»®¹´„z|zOº$ëMûK³¥«/þê»:ÿ¸5ßv¸ø«p§O÷éÙ׎<ª!Ȩ³¦ %hø‚Zýåÿâcý+ÿ/·ùÌ×Úÿßl×­ÿäv?ùÿýjxÉW_ýßž7ø¿ð#f™1L`sXÀ XÃvpиIp¢t†+Üà/Hð/üà"ÁA(ÂŽ Ù™ üÇ¿uLôÈÕ‡*4*5®=©Q¥1)«Ö0:T£Q)«Õˆ”ÕiÉê5&5ئMhF Zцvt ]èFzч~ `CÆF1†qDà:^У(£ƒXÄ! HD’•—þB*ÒŽ d" ÙÈA®Æ-Be> Pˆ"£¥(C9äôþwÉ7¦4ÌaK(` ØÁNp†+Üà/Hð/üà"ÁA(ÂŽ êp#ùS”Ó˜Á,æ0,b ËXÁ*Ö°Ž lb ÛØQ^A{ØW®ždÈ  mèÈþSУԇ*ðmò«(«QƒZÔ¡ hDšÑ‚V´Ay½Åt¢ ÝèA/úÐ bÃÁ(Æ0Ž|G9þ”шA,â$" ÉHA*ÒŽ d" ÙÈA.ò¢Å(A©òOþQ9}Ty¨êÐsšS²êCƇjEiÖªÒ¬;4u¨þ±fukDšÑ‚V´¡èDºÑƒ^ô¡Ä†1‚QŒ©.þ@û©l?¢ƒXÄ! HD’‘‚T¤!ÈD²‘å…%ò¢Å(A)ÊP9nÀ šÌÿC ‚÷ÍaK(` ØÁNp†+Ü”Z/Hð/üà"ÁA(ÂŽ Í š×S>Oþ4ã1ƒYÌa XÄ–±‚U¬aØÄ¶±#S^Aƒù}(ß,È  mè€7‚> PAn%^B5jP‹:Ô£hB3ZЊ6´£èB7zЋ>ôcƒÂ0F0Š1Œ#‘xшA,â$" ÉšÊK2þHS^¥ÈD²‘ƒ\ä!(DŠQ‚R”¡ÊKáåøÃ æ°€%°† ìà'8ÃÊK.zÀ |à ?ø#B0BŠ0„c‚1˜ÄËÊñ§œÁ,æ0,b ËXÁ*Ö°Ž lb ÛØÁ.ö°¯|£È~eЄ6t } ‚mŒ´Xÿa¢¥©aFi XBkØÀp‚3\áxA‚|á AFB†pLh_О¤SÊöc³˜Ã<°ˆ%,c«XÃ:6°‰-å%ë°ƒ]ìa¼édЄ6t } BkZ»RËäp•VµÖõ‡£µj´L´kµ¦µê´ªµëµ¢µئMhF Zцvt ]èFzч~ `CÆF1†qD Q¸á0óŸ2qˆGµv„$Êd¤ iHG2‘…lä yÈG Q„b” e(‡œ·äF0Æ·É7S]‡ñ‡%°† ìà'8Ãnð€$øÀ~ðG„`„ aÇu˜Ä¾Cþ å,æ0,b ËXÁ*Ö°Ž lb ÛØÁ.ö°¯¥| ÅøCÚÐôa€ T¢ ß%¿†²u¨GÑ„f´ mhG:Ñ…nô }èÇ1„aŒ`cG"…•ãO‹8Ä#‰HB2RŠ4¤#™ÈB6r‹<䣅(B1JPŠ2”CNUêÐ~T£µ¨C=Ј&4£­hC;:Љ.t£½èC?0ˆ! cäK~žt\÷oåïX¾B~wø_Þ_Lv JQ†rÈac˜À æ°€%°† ìà'8Ãnð€$øÀ~ðG„`„ aÇíœÄ¦•ó³˜Ã<°ˆ%,c«XÃ:6°‰-lc»ØÃ¾²ÉAÚÐôa€ŠÃ3Ú•‡ÍWŽ9\}¸æð º5ºµ‡ctëÇèÔžÑi`hB3ZЊ6´£èB7zЋ>ôcƒÂ0F0Š1Œ#‘ˆB4žgÄRÆ! HD’‘‚T¤!ÈD²‘ƒ\ä!‡-u )‹PŒ”¢ åÃƸÏ‘oNiK(` ØÁNp†+Üà/Hð/üà"ÁA(ÂŽ :“‡S¸–¯/?Ëý9Ìc‹XÂ2V°Š5¬c›ØÂ6v°‹=ìk«~Ð*È  mè@ú0@s QˆÆËÊþ§ŒC<ˆ$$#©HC:2‰,d#¹ÈC> Pˆ"åügß!EÂ1¡wAo’ïMa¯(ÛO9‡y,`KXÆ V±†ul`[ØÆv±‡}åZÃþdЄ6t0ÊãcWÎÝZ½JÝX½*]s½jÝYÝuku¿}$V·NwV¯^×üHÛ7¢ ÍhA+ÚÐŽt¢ ÝèA/úÐ bÃQæc ãˆ@$¢—ð#ô?e<ˆ$$#©HC:2‰,d#¹ÈC> tº…”E(F JQ†rÈõ˜ÿ0† Ìp=ù”–PÀ6°ƒœà W¸é)/­Åü‡øÂþ@ ‚Œ„" ᘠ“˜Â4fpùs”óXÀ"–°Œ¬b ëØÀ&¶°ìbûÊ×2dЄ6t } •¨B5jp-ùu”õh@#šÐŒ´¢ íè@'ºÐô¢ýÀ †0ŒŒb ãˆ@$¢\§Êx$ IHF R‘†td YÈFr‘‡|(ÿO¨E(F JQ†re>Ç@å‘:ýª#sGªXè׉;R{¤îÈKúszõG,Ž4P—F4¡-hEÚÑNt¡=èEú1€A a#ÅÆHD!1ˆÅ‹ú´Ÿ2‰HB2RŠ4¤#™ÈB6r‹<ä£àˆµn!eŠQ‚R”¡rÁ&0Ãx…|KJ¬a;8À Îp…<à >ð…”e @ ‚Œ„" á˜Ð¿ ?É8La3ø.¿Lþ<÷°ˆ%,c«XÃ:6°‰-lc»ØÃ¾òÿÙ— šÐ†ô TS‰*T£µxõh@#šÐŒ´¢ íè@'ºÐô¢ýÀ †0ŒŒb ãˆ@$¢Ä"N9þH@"’Œ¤" éÈ@&²ä"ù(@!ŠPŒ”¢ åÃÆ0Ìñ‚¾™`I©€5l`8Á®pƒ¼ Á¾ðƒ?ˆ #¡C8&ƒILa3˜ÅóÊñ§\À"–°Œ¬b ëØÀ&¶°ìbûØ šÐ†ô T(çÿQÚ˜Á°„Ö°àg¸Â ð‚øÂþ@ ‚Œ„" á˜0¸`0I=¦0ÌbNÙ~,`KXÆ V±†ul`[ØÆv±‡}dÈ  mè@ú0@ÅQKƒÊ£óG«ŽÖT7¨9:oP{ÔÒ°îhýÑïÆm`›F4¡-hEÚÑNt¡=èEú1€A a#ÅÆHD!1ˆEn4dþS&" ÉHA*ÒŽ d" ÙÈA.ò‚£6º…”E(F JQ†rÈ Ãf0‡®%_Ai ØÁNp†+Üà/Hð/üà"ÁA(ÂŽ ê0‰)Lc³˜Ãuä/P.b ËXÁ*Ö°Ž lb ÛØÁ.ö° 4¡ èA¨@%ªPÔ¢דß@Ùˆ&4£­hC;:Љ.t£½èC?0ˆ! c£Ã8"‰(D#±ˆÃ Êñ§LD’‘‚T¤!ÈD²‘ƒ\ä!(DŠQ‚R”¡rúèVÞs¿¡IÉû78gº•5á Ž[ ÿ=ÿw ù¯“ ù¯“ ù¯“Ë¿)ÿfò_#ÿfò_#ÿfò_#ÿæSþMä¿JþMä¿JþMä¿JþMÿ¦ü;ɇü;ɇü;ɇü;ÿMùwÿ6ùwÿ6ùwÿ6ùwþûþOxœ¬D" шA,â¯<‘ˆ$$#©HC:2‰,d#¹ÈC> Pømºö¿Iûo£ýoÒþÛhÿ›´ÿ¶SûޱþÃf0‡,¡€5l`8Á®pƒ¼ Á¾ðƒ?ˆ #¡C8&Œ.MÊYÿ1ÌbóXÀ"–°Œ¬b ëØÀ&¶°ìbûÈAÚÐôa€Šc‹†•ǬåUÇåÕÇå5Ç jYÖK1ª?ÖhØp¬ñØMÇ5[4j>f}¼åX£Q+Ïk;fmÔ~lñX÷;Ñ…nô }èÇ1„aŒ`cG"…hÄ qˆGn>Μ£LF R‘†td YÈFr‘‡|sÐ-¤,B1JPŠ2”CnÄøÃ&0ƒ9,` î ߆Òp‚3\áxA‚|á AFB†pLP‡ILa3˜Åæ±€;É_¢\Æ V±†ul`[ØÆv±‡ýcÊÉÍøCÚÐôa€ T¢ Õ¨A-êPÜF~e3ZЊ6´£èB7zЋ>ôcƒÂ0F0Š1Œ#·sü¿Åñ;Çÿ[ÿ·sü¿Åñ»úø¿ýøÿžã¾œl9}TyÜF^uôcƒÂ0F0Š1Œ#‘ˆB4b‹8(/ñ€D¼©¤ iHG2‘…lä yÈG Q„b” e(‡F0† Ì` XB¡¼Ì8ÞQŽ?àg¸Â ð‚øÂþ@ ‚Œ„" á˜` &1…iÌ`s˜Çñ¶rü)W°Š5¬c›ØÂ6v°‹=ì+× ž'ƒ&´¡=èÃÊù‚Í`3˜Ã–PÀ6°ƒœà W¸Á^à_øÁD‚‚P„!&L&©Ç¦1ƒYÌa XÄ’²ýXÁ*Ö°Ž lb ÛØ1Vþ&<íÇ>2dЄ6t } âIJaå ;yÕ‰dyõ‰fy͉eƒÚv†u'ÒŒêO46œX6iÑv¢Ù¤ýD²IûèDºÑƒ^ô¡Ä†1‚QŒaˆD¢ƒXÄ! HDn5eþS¦" éÈ@&²ä"ù(8á¬[HY„b” e(‡Ü„ñ‡1L`sXÀ X÷‘ï@ég¸Â ð‚øÂþ@ ‚Œ„" ᘠ“˜Â4f0‹9Ìc‹XÂíä¯P®b ëØÀ&¶°ìbûÊ?¹%CMhCzЇ*P‰*T£µ¨C=Ј&ÜA~ e+ÚÐŽt¢ ÝèA/úÐ bÃÁ(Æ0ŽD" шA,â$" w*ÇŸ2iHG2‘…lä yÈG Q„b” e(‡œ>ª4£ý¨F jQ‡z4 MhF Zцvt ]èFzч~ `CÆF1†qD QˆF b‡x$ IHF R‘†td YÈFr‘‡| E(F JQ†rÈac˜À æ°€%°† ìà'8Ãnð€$øÀ~ðG„`„ aÇc:‰)Lc³˜Ã<°ˆ%,+ç?V±†ul`[ØÆv±‡}dÈ  mè@ú0@…éŠa¥©ƒ¼Ê4E^mÚ"¯1]1¨5u0¬3M7ª7m1l0]1i4u0m2M1m6m1}ãdËÉVÓ”“m¦'ÛMWÌ:ÈèDºÑƒ^ô¡Ä†1‚QŒaˆD¢ƒXÄ! H„ò²ÑÉxý$ãO™†td YÈFr‘‡|˜ºêR¡%(EÊ!‡Œa3˜Ã–PÀ6¸¯‘ïDé W¸Á^à_øÁD‚‚P„!fÌ&9§0ÌbóXÀ"–pÛ¿Jþ*÷×°Ž lb ÛØÁ.ö°o¢ú*AMhCzЇ*”óŸ}Ãf0‡,¡€5l`‡·•í‡3\áxA‚|á AFB†pL˜_0Ÿ¤S˜Æ f1‡y,`KXÆ;ÊöS®aØÄ–™ò#ki?v±‡}l/ƒ&´¡=èÃ'W +O:É«N¦Ê«O¶ÊkN®Ôžt2¬;™aT²Õ°ád«yãÉTó¦“NæÍ'WO¾y²õäm§RO¶\5o?étªƒ}t¢ ÝèA/úÐ bÃÁ(Æ0ŽD" ш•öSǪO±#–¯ã$" Éx ·³Me:2‰,d#¹ÈC> Pˆ"£¥'ÿö^ðuåïš3þ0‡,¡€5l`ÜB¦3¥+Üà/Hð/üà"ÁA(ÂŽ ò'1…iÌ`s˜Ç±„e¬àVò×(×±Mla;ØÅö•m#CMhCzЇ*P‰*T£µæÏª£¬GÑ„f´à&òÛ(ÛÑNt¡=èEú1€A a#ÅÆHD!1ˆEâ‘€D$!)¸Y9æ”éÈ@&²ä"ù(@!ŠPŒ”¢ åÓG•§œåU§Òäu§Úäõ§Ö N96žÊ4j:ÕfØ|*Í¢åT›E멵Sm§œ-ÚO¥ê8Õyê-‹5ó®SΧº©Kzч~ `CÆF1†qL ŒÜråüç~$¢åœGâ‘€D$!)HÅ›´Ÿ2™ÈB6r‹<ä£à”‡n!eŠQ‚Re>Ê!‡Œa3˜Ã–PÀ6Ê\îÄ;ä»RºÁ^à_øÁD‚‚P„!\Ù,&‡)Lc³˜Ã<°ˆ%,cwð¼·É_çþ6±…mì`{Ø7ÿÛË  mè@ú0@û©DªQƒZÔ¡ hDšÑ‚V¼†vt ]èFzч~ `CÆF1†qD QˆF b‡x$ IHF Rñªrü‘Ld!9ÈEòQ€B¡%(EÊ!‡Œa3˜Ã–PÀ6°ƒœð†rüáxA‚|á AFB†pe>cdcåø33˜Åæ±€E,a+XÅëÊñ§ÜÀ&¶°ìbûÊ?0g;4¡ èA¨PÎÿÓäÃf0‡,¡€5l`8Á®pƒ¼ Á¾ðƒ?ˆ #¡C8&,/XNR)Lc³˜Ã<°ˆ%,c«XS¶ØÄ¶±ƒ]ìaßâoÆ-ƒ&´¡=èÃ§× +O»Ê«N§Ë«O·ËkN¯Ôžv5¬;eTºÝ°á´«eãéõÓM§Û-›O§[¶œ^·l=íz¦ítûé;ΤŸî`èB7zЋ>ôcƒÂ0F0Š1Œ#‘ˆB4b‹8Ä#‰HB2RŠ4Üy†ùO™‰,d#¹ÈC> N{éR¡%(EÊ!·düa ˜Á°„Ö°àgÜD¾¥¼ Á¾ðƒ?ˆ #¡C8&¨Ã$¦0ÌbóXÀ"–°Œ¬b 7“¿A¹‰-lc»ØÃ¾òOøÉAÚÐôa€ T¢ Õ¨A-êP4¢ ÍhA+Úp ù”èB7zЋ>ôcƒÂ0F0Š1Œ#‘ˆB4b‹8Ä#‰HB2RŠ4ܪÊLd!9ÈEòQ€B¡%(EÊ!§î=$hR¦Ô¥à5û^ÖŒ8¶î=ó¯ùˆ{ÈŸü{ÈŸü{ÈŸü{Ôù÷ÿ>ù÷ÿ>ù÷ÿ>ù÷ü‹òï&ÿ=òï&ÿ=òï&ÿ=òïVçßMþ{äßMþ{äßMþ{äßý/Ê¿‹üwÉ¿‹üwÉ¿‹üwÉ¿Kùï’ùï’ùï’׿(ÿAò?!ÿAò?!ÿAò?!ÿAuþƒäBþƒäBþƒäBþƒÿ¢üÈÿ˜üÈÿ˜üÈÿ˜üÔùÿ1ùÿ1ùÿ1ùü‹òï'ÿ#òï'ÿ#òï'ÿ#òïWçßOþGäßOþGäßOþGäßÿ/Ê¿üÉ¿üÉ¿üÉ¿Où’ù’ù’ß¿(ßÈŠõ&0ƒ9,` ¬a;8À Îp…<à >ð…ü€@!!EÂ1a}ÁzRÁúiÌ`s˜Ç±„e¬`kXÇ6±…mì`{ØW^j‡ 4¡ èA¨°Ú4¬´òWYeÊ«­:å5V›µV†uV9FõV† V›g­<MV™Šf«NE‹Õ¦e«•Ç™6«Ì3íVg:¬:­î:›iÕeµiÝmåq¶ÇªÓº×*ÓºÏÊúßjÓj€ŒA a#ÅÆHD!1ˆEâ‘€D$!)H…ò“[Ó‘»Ï²þSf#¹ÈC> ¬|t )‹PŒ”¢ å[3þ0† Ì` XBkØÀp‚3\á†È÷¢”à_øÁD‚‚P„!ÔaS˜Æ f1‡y,`KXÆ V±†ulàAò·(·±ƒ]ìa2hB:Ѓ> PJT¡5¨EêÑ€F4¡-hEÚÑûÈï¢ìFzч~ `CÆF1†qD QˆF b‡x$ IHF R‘†tdà~åøSf#¹ÈC> Pˆ"£¥(C9äôQåY/yÕÙ,yõÙ.yÍÙ-ƒÚ³^†ugsêÏv6œÝR­2–ü«€5l`8Á·+Ï•¥r.PJð/üà€3nº”AFB†pDp¼FþýòXB<ûJ@"’Œ¤" éÈ@¦²ýÈFr‘‡|œõÕ-¤,B1JPŠ2”C#Ãf0‡,¡€5l`8Á®pýÊ6C‚|á AFB†pLØ\°™d¦0ÌbóXÀ"–°Œ¬b ëØÀ=ÊùO¹ìbûøž šÐ†ô TØ0þ¨B5jP‹:Ô£hB3ZЊ6´£èB7zЋ>ôcƒÂ0F0Š1Œ#‘ˆB4b‹8Ä#‰HB2RŠ4¤#™ÈB6”Ÿ“‹<䣅(B1JPŠ2”C#Ãf0‡,¡€5l`8Á®pƒ¼ Á¾ðƒ?ˆ #¡C8&ƒILa3˜Åæ±€E,a+XÅÖ±Måøc;ØÅö!!ƒ&´¡=èÃl‰(D#±ˆSÎ[ÚkØÀp‚3\áxA‚|á AFB†pLØ]°›¤S˜Æ f1‡y,(çuiB3ZЊ6´£ÊõÝèA/úÐ bÃÁ(Æ0®œÿ¶Û†•¶’¼Ê6[^mÛ-¯±Ý6¨µ• ëlóŒêm» l·Ï4ÚJŠ&ÛlE³m·¢ÅvÛ²ÕvϦÍ6ûL»m÷™Ûm»N[ɾ˶ÛöûlÛ[É®×v۶϶ۮß6Ûn€6bÃÁ(Æ0ŽD" шA,â$" ÉHA*ÒŽ d" ÷Ú3ÿ)s‘‡|ØúéR¡%(EÊ!·cþÃ&0ƒ9,` ¬a;8À Îp…<à…ûÈ÷¡ô…ü€@!!EÂ1A&1…iÌ`s˜Ç±„e¬`kXÇ6±…ûÉß¡ÜÅö!!ƒ&´¡=èèDªQƒZÔ¡ hDšÑ‚V´¡èD ¿‡²}èÇ1„aŒ`cG"…hÄ qˆG‘„d¤ iHG2‘…•ãO™‹<䣅(B1JPŠ2”+ó9*h?ªQƒZÔ¡ hDšÑ‚V´¡èDºÑƒ^ô¡Ä†1‚QŒaˆD¢ƒXÄ! HD’‘‚T¤!ÈD²‘ƒ\ä!(DŠQ‚R”¡rÁ&0ƒ9,` ¬a;8À Îp…<à >ð…ü€@!!EÂ1Á˜Mb Ó˜Á,æ0,b ËXÁ*Ö°Ž lb ÛÊù]ìa_yeO2dЄ6t } Â~ǰÒÞG^eŸ#¯¶ï‘רïÔÚûÖÙçÕÛ÷6Øïœi´÷Q4Ùç(ší{-ö;–­öû6mö9gÚí{ÎtØïØuÚûØwÙçØwÛ÷ØàØãØkŸãØgïãØo¿ã0@1„aŒ`cG"…hÄ qˆG‘„d¤ iHG2‘…l¼ïÈøSæ!öþº…”E(F JQ†rÈac˜À æ°€%°† ìà'8Ãnð€îÆ{äûRúÁD‚‚P„!&9§0ÌbóXÀ"–°Œ¬b ëØÀ&¶pû{—ü]îïaÉ  mè@ú0@…rþóc˜À æ°€%°† ìà'8Ãnð€$|¬l?üà"ÁA(ÂŽ § N“Ôa Ó˜Á,æ0,b ËXÁ*Ö°Ž lb ÛøDÙ~Ê=ì+¯MË×2hB:Ѓ> Pá¸kXéè+¯rÌ•W;öÊkw j} ë Œê{ wÏ4:ú*šsÍŽ½ŠÇ]ËVGÁ¶Í1÷L»cï™Ç^§NÇ\§.G_§nÇ]Ç{ï;—ëØç¸ëÔïè{n€ŒA a#ÅÆHD!1ˆEâ‘€D$!)HEÒ‘Ld!áþsÌÊ|8èR¡%(EÊ!wbüa ˜Á°„Ö°àg¸Â ð‚ÜC¾¥?ˆ #¡sR^-˜ñ§“˜Â4f0‹9Ìc‹XÂ2V°Š5¬c›ØÂ6vp/ù{”ûP^*XMhCzЇ*P‰*T£µ¨C=Ј&4£­hC;:Љ.t£w‘ßGÙ bÃÁ(Æ0ŽD" шA,â$" ÉHA*ÒŽ d" ÙÈÁÝÊñ§ÌG Q„b” e(‡œ>ª<ç'¯:—'¯>×'¯9·gP{Îϰî\¡Qý¹>Æs{gÏù)šÎå)šÏõ)ZÎíY¶ž“Ù¶Ë;Ó~®ïLǹ<çÎs}Î]çöÎuŸósî9—w®÷\ß¹œ÷œúÏù .ƒÂ0F0Š1Œ#‘ˆB4b‹8Ä#‰HB2RŠ4¤#™ÈB6r‹i?e Q„b” e(‡F0† Ì` XBkØÀp‚3\áxA‚Ä'äûS AFB†pL8_pžd¦0ÌbóXÀ"–°Œ¬b ëØÀ&¶°<À~?&ßIu‰lAMhCzЇ*Ø®U¨F jQ‡z4 MhF Zцvt ]èFzñú1€A a#ÅÆHD!1ˆEâ‘€D$!)¸ÒäuÛe—.ÅŠË–åªË®ÍšKÖ™u—®3.YΛ.[.W¸nÛvñrÞqñrÙuÙrÞsérÙwÉr\é hB:Ѓ> ‡Œa3˜»ª®3îòò÷ßÉv€œá 7xà*¶“(}à‹”ã"ÁA(ÂŽ Æ`S˜Æ f1‡y,`KXÆ V±†ul`W’¿M¹ƒ]¼¯JRMhCzЇ*”óß…6Ãf0‡,¡€5l`8Á®pƒ®V¶ŸÒ¾ðƒ?ˆ #¡C8&\/¸NR)Lc³˜Ã<°ˆ%,c«XÃ:6°‰¯(ÛO¹ƒ]ì)ÛååßeЄ6t } Âeß°ÒÅ_^å’/¯vé—׸ìÔºøÖ¹Õ»ô6¸ìŸitñW4¹ä+š]ú-.û–­.š¶m.ùgÚ]úÏt¸ä;wº¹~յߵÛ%ßµÇeßµ×Åÿ|ŸK¿Ëçó]ÈĆ1‚QŒaˆD¢ƒXÄ! HD’‘‚T¤!ÈÄ×h6er‘‡ϳþQ¢Å(A)ÊP®Ìäy1ˆEâ‘ XBkØÀH¥_ÓŽ dÂ[™O™ƒ\¼‹»”ù”…(B1JPŠ2”+ç?u˜Ä¦1ƒYÌa XÄ’rΑá 7xÀK9çà_øÁÄÝäS† aG"… T¢ Õ¨A-êP4¢ ÍhA+ÚÐŽt¢ ÝèA/úpù”ƒÂ0F0Š1Œ+×úÀÆ0ÌaK(` åúÇö)ÊþGÒ‘Ld)û9ÈEîUö?e!ŠPŒ”¢ åÊ|úõÑC‚pX‹ò0¥åÊ£”êÿ|ô8_³þ=jJiNyŠò4¥úÿ=+ßd_ò~â0¯9²¦Vî÷ü?÷ÿ¯Eþ#äk‘ÿùZä?¢Î„|-ò!_‹üGÈ×"ÿuþ#äƒüGÈ×"ÿòµÈäŸÌ˜üCä?Lþ!ò&ÿù«ó&ÿù“ˆü‡É?DþÃêü‡É¿†ü‡É?DþÃä"ÿá2ÿ!ò5Ȉ| ò"_ƒü‡Ôù‘¯AþCäkÿùä?¤Îˆü¯“ÿùä?D¾ùý“ùO’oHþ“ä’ÿ$ù†ä?©Î’|CòŸ$ßü'É7$ÿIuþ“ä_Oþ“ä’ÿ$ù†ä?ùOæ?AþQòŸ ÿ(ùO”ü'ÔùO”ü'È?Jþä%ÿ uþä_Gþä%ÿ ò’ÿÄ?™ÿ8ùGÈœü#ä?NþòWç?Nþò'ÿù“„üÇÕù“-ù“„üÇÉ?Bþãÿdþcäë’ÿùºä?F¾.ù©ó#_—üÇÈ×%ÿ1òuÉLÿùß"ÿ1òuÉŒ|]òû'óÜY`3˜Ã–PÀ6°ƒœà W¸Á^à_øÁD‚‚P„!<&ÝXÿ1ÌbóXÀ"–°Œ¬b ëØÀ&¶°ìbûÊÆ!CMhCzЇ*ÜeòJ÷@y•{¡¼Ú}P^ã.3¬u4¬s/1ªw4lp—)ÝMî…Šf÷AE‹»ìL«»Žm›{á™v÷Á3î2·N÷@·.÷B·n÷A·wÙù^÷Àó}î…çûÝϸº?äYè>ä.óvôqôu/ôsôw—yDP‡HD!1ˆEâ‘€D$!)HEÒ‘Ld!9ÈEòQ€‡=Yÿ)‹Q‚R”¡rÆÆ0ÌaK(` ØÁNp†+Üà/Hð/üà,‰ˆÅâ£b‰ø˜X*>.–‰Oˆåâ“b…ø=±Rü¾X%>%V‹?kÄеâÄ:ñi±^ü±Ø þ‡Ø(þ§Ø$þDl*¶ˆ?[ÅŸ‹mâ/Ävñ±C|Vì)v‰ÿ%v‹¿{Ä_‹½âoÄ>ñ·b¿øßâ€ø;qPü½8$þAÿ(ŽˆGÅ?‹câ_Äqñ¯â„xAœŸ§ÄçÅiñqF|Qœ_çÄ—ÅyñqA|U\_—Ä×Åeñ qE|S\ß×Ä·ÅuñqC|WÜß·Ä÷ÅmñqGüPÜ?÷ÄÅ}ñQ4$™tHÒ”´$mé°¤#éJzÒI_:*H†’\:&IÇ%cé„d"™JfÒIÉ\:%YH§%K錤¬$ké¬d#ÙJv’½ä 9JNÒ9ÉYr‘\¥ó’›ä.yHž’—$J’ä-ùHWH¾Ò•’Ÿt•ä/]-H_‘¥¯JAÒפ`éëRˆt*}C “¾)…Kß’"¤k¥Hé:)Jº^Š–nb¤oK±Òw¤8é»R¼t£” Ý$%J7KIÒ-R²t«”"Ý&¥J·KiÒRºt§”!Ý%eJwKYÒ=R¶t¯”#Ý'åJ÷KyÒR¾ô T =$JKEÒ#R±ô¨T"=&•JKeÒR¹ô¤T!}Oª”¾/UIOIÕÒ¤é‡R­ô#©NzZª—~,5Hÿ!5Jÿ)5I?‘š¥ŸJ-ÒϤVéçR›ô ©]zFêž•:¥_J]ÒIÝÒ¯¤é×R¯ô©Oú­Ô/ý·4 ýN”~/ I†¥?J#ÒŸ¤QéÏÒ˜ôi\ú«4!]&¥ç¤)éyiZzAš‘^”f¥—¤9éei^zEZ^•¥×¤%éuiYzCZ‘Þ”V¥·¤5émi]zGÚÞ•6¥÷¤-é}i[ú@Ú‘>”v¥¤=éci_úD¼5¼eÞ‡¼5½µ¼µ½{ëxëzx]|þñ5ÕõM^qxàèß;£}\ó©C'4L5L8ô”Öq½3rÕg÷x;x;z;yŸóvövñvõ>ïíæíîíáíéíå-zKÞÞÞ>ÞWxûz_é­Üú£ƒÏ¶;/¿ôœç?µžV¥n\T“ß›ýÌS}Oµõ›œg7â} çZßSXßCV‚ð²ãßî?«ÿ‚ú ë‚é¨?©KdÛß«>:îµT×o1ø4ÁÏûQïï¿Ýÿ­ìvϾÁõ}Õ‡âýÕòâÚÕœ¹½¦q­ùçÏØÞQž¥êð]™ ¼$ûŸÎï~ú%Ÿ"v«Ó'ªv>ÏÞ> ï°§3ê½]mÇ{·/Ûã/ôOŸ|g½x0bßõü¦ê™WŸyÛmÞçßë­Þã±cú?Ô{åð…ÏÔáåßf?b|ΫÇÈÅâoå:7ªûÂÂóÒçh©zê.ï6M>}ì*‹·Ï~¾~ï©ÓÊ¿´Þ][ë1ïƒÞ>õÏÿÖì.êw÷‹Z÷WzîVë/zÆ×Ô£šísÈýâÇÏñŒ3Nï2žw~é!zÛ©ö ¼{yAÕþ»Ô½'?ö¹§M©ûñ)«/ÚãõÌÒ_³‡GÔýþMå'M¨ó?üÜ3îðüüš}.ýú9u«þzìâGwUŸ;©¥qþ?êMÑë¶«?¡²]q í<£¸ñþ‘öwt¿ûfømªã7ÒÇóŠO Q×*”ònÚó;½>S÷k}t¼>×>‹ÏïûFr W^=¢ªáÑK¿ûªÃ—ÕéiûgžqU|á»/—KFêãÏ}(üì>ûÈëŸÛæ¡Kú÷›fªã@{ä`4Ñ:XEµ.ÞòOê#åQÚu½òÚòª÷×è5 ¿R &Êß;^fÚÓâ§>©¡îà(ºCõ) _3hõ¾•ž½^ý™ '”׃óüG£ë©8ïúéý·ì­>Ê¢”s_yÍcõúø(mÕà§ŒåŸõ.~þI½okžøLÿÿÔöo¥¡ö¥ÿò3³ò'éUõ_9Ÿõ„{UÛ¯3~ :îo8f)$Ô.›Ç¾â«þ¹Æ%{/Ùï¯ÔkF=÷“ƒš¹x|íä%Ÿmé}ñW¥M¶¾Ÿ™wê#í÷ºßQ=2&Vªµó½å¢ü¯ªæÍ½¾à¯GØãTGúõôÈ'¶¿RÍËÇÔϽCõû´/(?¹OUÿÛµN˜ÓøñE뜕jv^4/ŸQõ½Ì÷žc—&éªÚvŸs_ù[誶9Úyšü}‹¨>µãëêG~ãzå%Ç€©ìÛ¯„?Öý’Ÿ…ùü‡êÕó/­ Pþ ÒEÛ¿vÑL©÷WÔ_ÛÚ>¨¸x_^ê5ÁVõèŽ×ƒ¿›ø1}âçsÍ%ãle=Èóæ,ÑŠCÆïr_AKª¼6ûÁV¤×ÿ¤êÓg©ç´òW”¿gdlÙò ßW”W“¼hämÏÑ;LûãÏ\çñ U[zäï|ßñA½SçþvV݇g?¡íß:$·¨Žò,ïTk˜×ù>·ûÔÇÆØ6Þ¯ýá\Gò!žóu›¢Ö'/jÿ»ª¾¬?è¡5ž{ùíªy÷÷G•¿]@½¿©êËk^ôÚ¦ÞGÏ%3ôäÿðzzÖô&õû6ý{Å%ë|’÷yƒ—Ì>ÿœßi^ò•ú£€my¾®ªÏ©gÎ˪W“_\ôŠzDùûQªùô•Ÿ>vÚà”*õw½"G^ùEug&øø©W؃¹ôí‹öï¨ì§÷m?ýú¨üó{™?Ø÷YÙsÆŸgw.ª{¦Œnü§cd£Î †¢v2ù?=XOn`-7¥º0½è è+láÂÊ}­Öç³ÿÃÛñ’G+ýæ—ÝÝz§Õ«|597°×S®÷ËžVÕÀÖÈŠQzN~«F˜ßߟý½=ImÕ+õc—¼N]áñ÷û‡ÅWM¬Ôg#×_ÔcÖêýÅÒ+/RëQŽ‘kuž:Xû«¼"µ÷¥­ò}F}=ÄUGÔ¾Öî—êg\­:3ÿýe%»ÇÛ—½>©Z>9Èt½JýZÃ3¾§ûã‹^e®`v<ÃlzN5¶O¬}«žÿÓ™à5´üg8GÞQÕ|ö’^¤?WͲÇTõ(öP‘WÙýò`¸ÿ`lnUÜú¹×üYqoR¿VÜg𢽻öq^³®ø'~Âûè%«ø‹‡.zM¡õW*?×TÝÊ/˜÷š¬½h%ºRöﲫ~®Zƒ\8¯W³k—÷?R¿V>rÉzü!-¼Iû ŸW4nÔ¾NûGú/+?ç‹ç ù¾ú™×ð+?]+ÕëЯU}sîÄkŸé—ûUÏ»Íókô÷iåOÈy…zÿsGÝyõ™ç_Ôý÷gõª²§ž}'T¯Z™´~“Ù¡uÉšs£ÎµêW«Ï} xÖEm¾éªƒÉÛê`$‘ :~ÂÊý²Ã_ÒÆó½j¾íõÕƒ³†ÇÔû?8ÒQIW©æê³qUÕ7ºŒçZmÞ_—™ª¿s‹³Ä>nP½«ú…¿êÜ[6|ð ðÄÁëü‡í<ˬ|„Gµ‡ë´¾ðoDY^±bÏøüY=*þŸßîÚƒãþ ƒ¿`ý»æ’çØ{ü^ñ…gÉÔèƒcŸÜ”–Õ^9¥ž]׿IïmŽ-QÕ3SŸ;LUß®ªÑµ/©ú@Ë÷†óO]õ¢3#pþ×fϨ^+®S½Þ:œwVÕÍJuDÖ©ëõ_=ÀVϨߥž'ûk¶Ïøõ}ª‘Òb§8*î2xñÊ›©ýÚòÕ+þ¾Ý³ÚÕ>??úçƒs€û®þû÷®S^[NÝZofÛŽ·û¿à}ä/.:S³gÎ?õ™w.ÏžjSØóØÓªögÕªëÉÌàÊüƒãÛÅï£cgÞeF;RׯZ|ùêñ‘Ö?~•j_ßÓþ¡ÆÔ+€÷%gtsôvóÄÂðõL~êoç VϲÎ?ïŸxp¼ˆÌ×NßÎ^ÎÒ'·\ôÓŽûhÝ5ª£îZ·_¬Ô‡˜UöÞרgû·>=Ž®ø²|>¯ò½Qýúþ'SŸTõ¶¯ú¿¨ezpT¾çý…Ͼèl£€cÀ@4ýúñ}Úò‹ÆcY=¾QЧNœÕ{Ùø Úþ8ßr»ÖÞ]Õ“ªÚóKõsžV¯g~/üPU“QÕ±õÚ¯z§<pÄý‹êTÐðó€¶€_´<ðé£ÿÐð«CÕs²TýóS.Ÿ9÷;áô_ªzôŒü%`<à¯&ž ˜ x>`:à…€Õ3|žTeR~v·ûÁ{AuÛ?QßG—œßVe5©žwœs›TmÑQ=jÄ£©ï n4VÚç~>óäç~âM ¾%»ó¢3Æï wSZÃQšêösÛ‹·ÏT¯iÏ1²W^”t›UýEGß²jÜÿóä«§ßPÍ¥ûô¾ühxKÕ·/Û|¨ÞÆŒš<£êƒ«t*Õ#ñ3Ë›˜[W|ÁØÝ¨~µÚTµV¡·•¿³êz—ª'Ôm?rѹӓœs¼t/oºýI½¥-ßyé õÏôÝ[çwfóMßPÏ6-Îþh¢îŸg™{¿W=ã[ªuÚÅíþÏœmÿâjƒ0_EÓ×x»Ÿš\P=÷_°fÿÆK×îWŸ}ôõ+¯‰jÖ´ø›«Gñ׌Æ5VÏzܬúúfUÏU\u·Ó€÷ÿÃÙ[ÇEµµýÃb!" " "¢‚¢"Ò90 53Ôîî½íîîFìîîîîîîînßÅ>sÏçœçy>¿÷QfïU×u}¯\köFJÉi¨n¯—ü¢Ì{²Á¿Iä½k§R« õûÚä¿ßրч–² Gmê»u‹åEvKåm­þi!ðe«m°ìû¿ÅXUuyþú›?tõ?å=°NžMåÿxŽwn©u÷ifÃ÷a+·ºÿs¤¦·s ÙìðG À#ȯWàR3+ÿÎz<ÿ#Þ(f«lWŠš´ˆx[Jgî.Ä麺V_aïZ÷ÿ¨©®úßh߾ЮGIksP×½÷õÂü­æQþ©²jæ4½O\Àß8Úâ$èû°º›g:àêF£\ÇYý…nU ÛüÏ£ï)s"¸_è>+•MÓÁŒ½b)[¬âù¿Q;Ýêw¦Ä µK"&Z1uU×öoQWkݵ½¹ÔÑwwœÍSèR mž°Ýj'>–¿í{ ¬õtȸD.‚ãbÿðÿ?Ouû_sïG¶Š—ÏuµÏJexMÿßftŽùßïš²2Þ–yƒ™¾Zgûí^üGîñÒ6ÒüRØ3üsÌÎ{y.çËýýúϰ™~aöP©Qgƒ¨jaÉ›0ãþx­Y—÷T«Gbóvqÿ½û¢Àê"ªMÖ×8·ágà?.‚8ÎÑÆùßí6-ÿðßl»¼»Ž‘!ÿ:ƒI—Çéà ¦¾s£a6Ë–øÚY1лÁ }ÂÀì‡õ#Âå©MÃWZçyoÅ}fc«=ÔýÝÌ’ÓÀV.#º<×°ö¨kÕŠðÀÜØ€[au{ó¯oê]"Îfõ{7¶ù1ç:ÒÞwƒõž´zŽ1G­rÙc唯®ÉëÂ{NœM°aÃj‰}¢ ¥Ö4'¾cÅñ@Ÿ¿»PUÇ­{¤X}åÊÿ¶º‡‘óÿ°ŸÇþÞ"¢¶¯NtøûX6ŸÖYhµwG#»[yk,¥»Š­±u{àÅë³ì×më±è…€Çëëÿ_\ò;ë/¿¨êWýÖW\,Ááÿ¹Wd•’³çÿÜß.azÉÛ„â¢to‚xü³EDœ„ìzÿޛѳ‡Û·cV4Íú·DŒe@ ·ÿˆÓ†”âù˜ÐœD›lJñ䬫NýC:KeѺ×:XÊŸ¬´¶ oôïkYë² ôoiµÁ{¬Ú>¼öéÄíÖèÉ-êÕÿ¡ùÝl6,øüLŒèßàAÌ×’_A[ñôoúnCd„®Z)_íÎÚbŸÝµ:–Š%f6À­3öµU þö쟑x­Ïö=ÂÇêTØé¶h°ÇËæK(éRô«v¾Îb€ïîÀâx9üktUò† àñ‚ÿæŒm^iSp÷&’Áÿ‚®± rVL«Rü?>­(Ãi†UÕª‡9…9‡¹„¹†Õs «ææåææV;¬NXÝ0ï02Â'Ì7Ì/lO„Xƒ° Ø«±Í Í ¡††–†V†0CkC¸¡!Âiˆ2Db ±†8C¼!ÁhH2$ †CªÁhH3¤Ú2 ™†,C¶!Ç`2˜ C®!Ïo(0 l@ ¨3àÂ@(m` ¬34LÖ«ÓÀ³Tqc>°eoþàý1]—, æv¨x¹T…¨™Þo¿ Ö·"ls©Ìû®ž ^üÃçö3Œÿ ÆZ 4a'Ñ”R#^¯àÜÊr«í½kd‰ì·ŽìF«ª×ˆ$3 S²dvÒÛ óÚ7¼¨œ+¸¶XÏoÅGù&ÍsÜJ*ù> H¬¥MæÎ`̸j úª~¡äÍw‹½ z¿ñŽ® bEÖv+†ŒúVÛyG¾wƒÏ~p'ÀιöR`«¾³\°®O–¼Ô‘}¬°¿ný#@ë}q;âœk,´ï6ßÎÙ}c„GÝ ’w[¶êº”þ-kªÑ&©äìtìîˆ&€¶ˆ²ótñØy®ní^ÁÕ„’:uÄTûb›×„WëV˜²‡<5=ú¿k—­Ë" è‹·‹gJžÛ4«TcR¼ŠJÞb–W÷]™â’çÝê2\ 2»lW8¾c›ï`5åÁª0V-'¬•¢{®D‹×Êjb½¦“³Sv<î÷Vë,X} øLžª#Xgt)ï1´¹c;âcÍ ‚™¾}Í3 ,y§_Œ_Âî’÷ú¶!c3ËÖJ,t1U˜X¥o ½ áHôH°Þfö烷êvRŠ›¸Ð3:ÞÛ™#¹‘¶– )Ò¡õø wmö=\÷*go°6ò°ÞÓŒvÑñ<¸¾R?iŸÛÆÌÕÞžkmðmH4Õìλ`•{íöµumØ ¾Úv;‰žcEðœ0Wpï©N!´‰3_ K·ÅᘧF°[Ãf•êÄïë-ÈØ îfä9ÞtôI)±½ÄúL×mó¢îr݆wü¸]¡XßJ°;0Ϊˆ³>›ÁU?€îºEŒ#ÎJ™ÂozÐ0ÑÑd×"‘ªäåÞ5eТ—z¤ézÄ¥‚ÀŒ1€‚à˜ôè“:î‚uLuŸæå^—Kù[tf­FðreÀ¼C»Ûçé;wN%Y’­¶ð¬~«Ôçî°˜7kÛ_¬ ît¶»´0zPê@û¢Ð¤’Ó5Ö¨¶Às 5 ¼ßÿ™ôò} ÖW¬µ§µ6Ìöp´­ÙV Sõ<¿êôRµçKú˜çþ‘¹7;ÑKãbàs°äÝç)^α‰Øe›Ý:îõ×ðßA%OOO[n‹Õ'çî,[³Ä8-A;“‡Vi£AÓ£soj–W8Qæ2àØÒ²¤õÊmëžœ¯Ñ*Y ··NwÁ˜ˤ3müÊ®L]ö& 1˜´k$~×&ÏeiŠžaTüÙ•¸¶TÎPàÓ¾l‹MÅmøû\*›œÛô^Ó0SGkÁPã8x¹k@³ò—4«2$¶Qºk&åeÀÃ啯äîÔ׋餥ü“‡õk¬<[ò±îÎVžiW\.ËxùjÍÆ?$v,­eݧ:òF…ºyõ´íø¤ýõHú} 7wýZj•¢GòË 7Áµ"+Št­Jži²<ÒRò;z³Ó÷°Â ]°ÿûZ—“j¥¿ˆ~j]ƒ›^KŒGR§‹½Õ¾Èz}¹ÝDàc·ƒ^MUh7O÷YzœY¬ÛJƊꣶÚËl=j:[)-ÉNÜϱÅRµUuI—m«WÓô•æD?c”Îvp+kqº è›â‹$9r)èOð15Ùp÷Xìßå‹^ ÎJèi³ÅÑQ©Î@® àîÃð” ¥vLTãþìÒBàw‚çÏéhî•v±þújbÜG›w¿é'T|J×ão0®—cec‡„óÝ“€$è³´ÒVt|ÔÓ½J«·÷ªL—œ#jÔ³ž8ÚV§ù,ÐêˆÆÝuûN~¶+“ìŸj4y‚;˜grÛn¥f é\é5O 3…]­4³âìª^ írp½Wô²ø1NVŸõÔª Ó?Zñ)èVb<=¢_!Ê€/ Ü´2X¦íz¶^`­ÏI-yº…µ·cÚ‰èþ€:GÓù‘kÓöزÆö%QEÛ†VÇø¬oØôtjRªf7"nLº­Š ihô­­cìÚj3u4HÑo£BþÈÖ_D7³Ö®·þKFh»¦©X€ôÖè+ÛêßÐQ¤ÛÊ"¿ÎNÓõ¿¦xF³†6Øa«]ÔÒÿê<&âiãÒc;N­ ¿èP%£=ÀAðysK­Àp²Õ/û[ùÓÛz"a'XI ЋN©w¢œ«%Åd4ç>o/w×fÛ_{®Ô+eù.gS.Ûãe|ÛZsHàõ.‡O-?Þ~¯~¥ŠÑ¢W ¦þwö­e£3ô¨'Y(yΰsÉå’_bÛxmù«ÞÓ⇶ ²ÊÓurÏ_秬‘ixdjÆ{€ÛÅ! žF]š³ÙÞͯ8­XÎ¥€kKžù—Ë*©•®'éVx5°/Ë]ô××è{]÷û'@ìð[¿ZÊ>.Ô1Ð\é[j7z¡}PÂä’'’f.JâñcNÚ«îæy:\ÕÊ,ù;%ñTDBú•Œ§†g@Ö5BÆ7þ;…®ÿµ’¦’çŠëuŒùñyV1ÑÚãdëçÀNDK*ý1F«œ[[m,W¿©UŸ&Œ Ûh?ÌÜøD‰ ŒÙ ¨ée ¨”iͯëoÔýu‰uô<–‘žèÑÀµ«Ñ·Rû‘¿b&$åï+/g:NRhZÖoo‰¶àiÉɰ Ë_v(ö‹qOæÞÌ}™û3dÌ<”y8óHæÑÌc™Ç3OdžÌ<•y:óLæÙÌs™ç3/d^̼”ióç:fZw;(óOt=ø·Ò&—¡¿kê˜[èpÞEÕÈv”Ò»f¦Y×¥s% Ônh^ɳN3`À(µ{-,íVTðnÿÄ^hõ~o@»ÅùáºÇˆ˜É÷žìd^ëê‘+´nºô‹(}熧þyØäjÉ[M]n‚1P].ùFà¬Àšiòißl4ÝÕ-ûF}å—3‘,4 Ëúïpã%#ªwdZJá0Ì/Ư¢Nã|€—RÇ‚owž3ÏFL­xVŸç¶×K»áºí»ß·ôϹä×ê@Vζjøj‹í¬ ^¬_†µŽî>"}iT³Rµ×#ºNôO=Ÿ\3½³ÍFn÷¤|ûë\E:fÙÿ¯zŸ§j\@kïÐk9З`k| Z?Š™¯sp h¬G€…Xšéb‹Á<ÀºêT,(Él<Ýú3€_G¬–Ä \¯êÿ&i'p³FÒzH vtõò)U [¯¤\Ôýþ¯dk PÖ mR2æw¶”Mr²J qU\§ÂYxVãì&ÙM³‰,H¨Y)Ÿ‘ lé @Û%»Oÿˆ—†Ú²‹ÝF‹YO6 z;»êß#°ØN1ö™ëÒF%þ‡ý]À—%öÇXúê0Ë«íØ«ËvXû¤ˆ%ôŸ 0×-µYêZ°Î¡zíþjíMVT ·í¸§D·zÆz“Cö‡+eoëùÍé [îSj0-5ðµcæ¨ÌR§€¼bê ;£·{ؤ¥çk z×߬×Õ0À¡{@—õjÀŒ¤?jÖ@V¬~å1Ю‘@—Æÿµce‹„£¼’ÿäHHÆŸß«ƒþãÝ^@¾muO $ö aÀÒl0ûw å `½L£ç)Ù¥û.ÉúÇ.pv€ÎéÏ6“âÿ¯»ÿûl£GN)zÒg¶‘ÊÕÔÎ<ùl×^ð‰ûÛ,æRyz½wpvnN^N¾u¤u6 ¯—ªkÛY+rýœPkÜA€v™!Ç’ÊG3kîÀ2<¶Z¾ÔÆo?'§»ëQb„u”š±ÃÓœóJE-^)M}À¬€w¡ö—ëwtôy}DË›žþ׸±NóÃU»Dú†^·Ÿ^Xµ®œÉ~¤5*í·Þ³‡NÇÏRò ncò9­Û ? ×kRŠjüÛ ·šÄÄdžIœl³•­õ̬†ø É7ôoŸÝo´îA™ê·,ÿÃøoãYÀ:‹³..8úo²@túµžS܆¶3åGíèëþ·¯¸ª8y³M«ø°Æo=‹mywèÁR»¹ƒlš]eŠ6جµrc¬©/@Ëв¯232(°ÂmÅM2e™²M9¦«qRzµÍ Y›ý÷Ùã¬ç0’ÿv‹÷ˆ?’¶Ý½K¬%Çdêhêdêl«ÀÔÅdó„ÖH!!ú#àõUÛI¦Ñ¦1¦±zË!aã¬=.¹Tê,åÓQýÎÝÈ —ÉÀþÞKõÖã; «)V‹ËÇ* ÇL7M·L·Mÿíé dPèy×’çǘî˜^šÒtžDÕ÷} Úùy.Ð}”6Õ´Ú£7´}iì+“ÙÞìPòcŸ2ž9^¥ôÔ^Ö\ÝüŸo‡L‡MGLNæZf³§¹"ˆ¦ƒùª™½Ì>f_³Ÿ¹¾ÙßÜÀ`mßÐÜØÜÄÜÔl1737WÿŠ0Ì¡æpss„9ÒeŽ6gëòÜbŠ1'š“ÌÉfƒ9Åœj6š!°Þ5¶h!ت ì4s®9Ïœo.0š!3 ÆÌl“ÿG¦Þ²ÑZÿ(ÿ(€¿Ý™ˆY5kævæöæ掠56¾Æ×=}òQ—Â"Ó©ËMÌÃÍ#Ì#̣ͣÍc¬Ô&>0̶·iz–¹n¢OÅóXólóó\ó<ó|ókÛgº¥N4-4¯4¯2¯6¯1¯5¯Óï1 €´˜×›·š·™·›w˜wšwYû4‰.2~³Û|Ø|Ä|Ô|Ì|Ü|ÂÜÕt?¤%XoÕŠ³L'ÍÌÍ—Ì—ÍWÌWÍ{@¿D`·[›¯™ï˜ïšï™ï›˜šéã}HXr ÑüØüÊüÚüÆüÖüÎüÞüÁœ x:Ñn]ê óKóGóóOó/óos‹ÅÞ²³Ž,•,•-U,U-Õ,Õ-õ1W$Œhíd©iq·Ô²xX<-^–Ú „ f®cñµøYê[ü- ,¶ez˜ZšXšZ‚-!–f–æ–Pýúms KkK¸¥%Âi‰²D[lÖÇýùU«¶hóuRq|y€[cÄv]KB 1–B d-ˆµ”²BV`6Ò-\gÐ+Ìæ•*x×~ø×VÕl çJÆõÌ™À‚Vˆî5®Ûöö"Jùíú±Û€¾Ï~y‚®åÞ”w3f™i™e™m™c‰êõ?ïG7ɬ\fj©Xé! ÃߪgMZ®—¼O¨Úʨ€Ä„R{ëlÉn¹Î…ý†þéçÝ v'j‚X*ÜÇ2×rÝrÃrÓrK§¿£î¿ÊëT€–9´¨ÉÓu½¿ÙÄ<¢ÍWî²Fu\v´~ ¨¿hY/ë¢g ÷âêÄ]±\µ\³Ü¶TÏuÊuÎuɽcÉìý#ZûU*šlß÷’gYýo`ÖÜòëm¼·èY²S°kÃOŸõüѽl[« hìªïxûÄVS{öZŸí£5+ ÚµÈÉî9€U¤¬1uo Ñ„R¡5V¾æùl>kb¥â?ÎC¬œÏvi¥Ï<Û}•ü¦§õ­¦– )éó* op×Zm©œQdž‡¶¸@* 9®ïŽÏɲ9Pï4„g®ô Ç?µ¬6g¹Õ?¬vk¢{ôIaz½R4¼×ixíö¬0¦v?ïy±®¹'sOåžÎ=“{6÷\®cˆ)•Ö)ëàöÇN´#È.$õHõñû®gIGNGWØ8?ô_ w¶êŒCüt]ãŽGvËI4~Òóˆ €3q¥vœò³óª.ÕgõÕãø0«DìÒüt ½ŸèiH)“Ñ·æK}¦-æÒóýÐG:ë<¿R’NEWºÅ= è_"ŸÙmŽ[‘ux,7½ZuX÷Ì÷ëͬímÛim®ã¼Šm²JÂg°Þ&[#œvÙçsÅ<)OÎSò¢Ïó“'þq¢lwY·úÃt¤û$û&w×÷½æ|«î-Ô¥tETHkL1>D(å76ÎZUÎàoÓúž`}ë3쀼¿§¸—<‹ÍÓ!Êßí¥Ëò:[cfMÔWÿ1uµ£³1¿-y,°(-Ó|êåÚõd›—u©&ê2Šþ_u¡äùrVLŽ,òRKÐõ*½)<Ìdg­…M4©y¯óÞä½Í{—gâJžœä£ùŸÌ€”§›g˜yÀ³%{Ž ºWâëf7Óµw†é˜h©»Ñ9áø?Ös „Ñù‘ñ õ ऻMï*=MÛœ— ,šDt8ÀH½6Ãÿ8AÞ?ßv2À©àÖ£èøðHbøž5¬±^?ŽOIH9 ¬SÇÖ·AÖT¹äÉø€ÊÕzæ}ÊK…œxÌ)2÷¯o§®Ê¥Y¼‹óôÜfkü+ü›¿©Vý»Ë‘ÿ2ÿUþëü'@žXÆ%ݾ xÞÛªŸ½ýß›vDú·õb)´ÏÙúÇY¡o:¯ÇËùX$,Àó~æƒÌ1‘áFô«³ÊMÚèS}`vLZÛÜùÖ&àõ½-ðr»o”-QÒú¤¯Ö1±ð4UÇbIÊ6ÝÚâ5°oWr÷fíËÚÿ‡×=û7ì¸g°î^í¾Ü»‰÷Òš}“&ŒÌê ä1W÷;¿t~^ÒŠIÌãÑuáx.mWÞäO,˜TPT0¹ÀüÏéØÚ è tÙ·4úƒ^Xå{€“âÐ €3f°ÖQQ{]úÛ*Åq¾1‡úb`i®Õt-zþرgN¹ìâüNº„ÏéžóIzQõr&{0þW}¾eº.ýšy´xƒµÛY1wÑÆÇWÀŠÍ®µ°B7 ±Ý’eX#‹%o1-H¾g¨^ ÖäÒVʽŸÓ å«!(nn­Éz¥}gä.Ð>5+Ïi ˜-08¼æ…üyÞDZ“Z ƒÉʯ·)³zØöV¤%¯É*¶YãŸyÀïìÈYo•òج­¸ ´°EaËÂV…Vß è©W¦yjhê/0KG@ÅçÐ|@sŒn‹:Ûð=Ýgkåä„®úLÖËT²µ: 4ufúmk½ürWžNÖÂŵ;¤ÿ‘'Ÿ1–séö+y_½CWsüËz‰e/ï´È} ø¸XíÁ[ÝO'\.UûXîßtñeœ§•7›¬}O'nMôùZƒ+< íDÚ}%í¬ÉüÄ]Òo#g{¼*9#R¥oäÅ´÷†‹±¿|›6/ +¼Qx³ðVáíÂÖyD†Ø|îÒðþž`¼zæ;…¯ _¾)|[ø®p¼ŽÕËûÂ/…_ ¿~/üQø³ðWáïÂ2d9@e!G¨TªÍ[]Á\ªU‡œ gÈr…j@nPMȪy@žTªÕ…¼¡zä ùAõ!¨5„¡FPÔj5…‚¡¨Ô …Z@-¡VPÔ ‡Ú@P$EC1P,ÅC P"”%C(J…ŒP”µ…2 L( ʆr d†,P. ?TBC„B„CDBDC ÄBÄC$B$C ¤BÔju€:B ÎP¨+Ô êõ€zB½ ÞP¨/Ôê €Bƒ ÁÐh(4 €FB£ ÑÐh,4M€&B“ "h2T M¦BÓ éÐ h&4 š ÍæBó ùÐh!´Z -–BË åÐ h%´ Z ­ÖBë õÐh#´ Ú m¶BÛ íÐh'´ Ú íöBû ýÐè t: ŽBÇ ãÐ è$t : ÎBç óÐè"t º ]®B× ëÐ è&t º ÝîB÷ ûÐè!ôz =žBÏ çÐ è%ô z ½ÞBï ÷Ðè#ô ú }¾Bß ïÐè'ô ú •í`{Ø. ;Âåàòp¸"\ ® W«ÂÕàê°ì »À®p Ø ® »Ãµ`Øö‚kÃuະ7\ö}a?¸>ì7€à†p Ü‚ÃMà¦p07ƒ›Ã¡p ¸%Ü ƒ[Ãáp8Ž„£àh8Ž…ãàx8N„“àdاÀ©°NƒÓá¶pœ gÁÙpl‚ͰÎ…óà|¸.„!†…1‡ ˜„)˜†˜…9˜‡X„%X†X…5¸Üîw„;Áá.pW¸Üî÷„{Á½á>p_¸Ü„Áƒá!ðPx<„GÁ£á1ðXx<žO„'ÁEðd¸žO…§ÁÓáðLx<žÏ…çÁóáðBx¼^/…—ÁËáðJx¼^¯…×Áëá ðFx¼Þo…·ÁÛáðNx¼Þï…÷ÁûáðAø|>…ÁÇáðIø|>Ÿ…ÏÁçá ðEø|¾_…¯Á×áðMø|¾ß…ïÁ÷áðCøü~?…ŸÁÏáðKøü~¿…ßÁïáðGøüþ…¿ÁßáðOøü.ƒØ!öˆRqDÊ!å‘ HE¤R©‚TEª!Õ'ÄqA\‘ˆRqGj!ˆ'â…ÔFê uo¤âƒø"~H}Äi€ ‘@¤„4Fš M‘`$i†4GB‘HK¤†´F‘6H‰D!ÑH ‹Ä!ñH’ˆ$!ɈIAR#’†¤#m‘ $ÉB²‘Ä„˜ ’‹ä!ùHRˆ@Œ Š`މP0‹pˆˆHˆŒ(ˆŠhH;¤=ÒéˆtB:#]®H7¤;Òé‰ôBz#}¾H?¤?2ˆ B#C¡È0d82‰ŒBF#c±È8d<2™ˆLBŠÉH12™ŠLC¦#3™È,d62™‹ÌCæ# …È"d1²YŠ,C–#+•È*d5²Y‹¬CÖ#È&d3²ÙŠlC¶#;È.d7²Ù‹ìCö#ƒÈ!ä0r9ŠCŽ#'“È)ä4r9‹œCÎ#‹È%ä2r¹Š\C®#7›È-ä6r¹‹ÜCî#‡È#ä1òyŠG_ /ÑWèkô ú}‡¾G? ÑOègô úý†~G ?Ñ_èo´ f‡ÙcXYÌ+‡•Ç*`±JXe¬ V«†UÇœ0gÌsÅj`nXMÌ«…y`ž˜V«ƒÕż±z˜æ‹ùaõ1¬€5ıFXÖk‚5Å‚±¬Ö ÅZ`-±VXÖ ÇÚ`X$…Ec1X,‡Åc X"–„%c,KÅŒX–޵Å2°L, ËÆr0fÆ,X.–‡åcX!a0†`(†a8F`$Fa4Æ`,Æa<&`"&a2¦`*¦aí°öX¬#Ö ëŒuÁºbݰîX¬'Ö ëõÁúbý°þØl 6Œ Á†bðáØl$6 ÁÆbã°ñØl"6 +Â&cÅØl*6 ›ŽÍÀfb³°ÙØl.6›-Àb‹°ÅØl)¶ [Ž­ÀVb«°ÕØl-¶[mÀ6b›°ÍØl+¶ ÛŽíÀvb»°ÝØl/¶ÛÀb‡°ÃØì(v ;ŽÀNb§°ÓØì,v;]À.b—°ËØì*v »ŽÝÀnb·°ÛØì.v»=Àb°ÇØì)ö {޽À^b¯°×Øì-ö{}À>bŸ°ÏØì+ö ûŽýÀ~b¿°ßXÜ·Çð²¸#^/WÀ+â•ðÊx¼*^ ¯Ž;áθ îŠ×ÀÝðš¸;^ ÷À=q/¼6^¯‹{ãõpÜ÷Ãëãþx<oˆâð ¼1ÞoŠã!x3¼9Š·À[â­ð0¼5Ž·Á#ðH< ÆcðX<ÇðD< OÆ x žŠñ4<o‹gà™xžçà&ÜŒ[ð\<ÏÇ ðBÂaÁQÃqœÀIœÂiœÁYœÃy\ÀE\Âe\ÁU\ÃÛáíñxG¼Þï‚wÅ»áÝñxO¼Þïƒ÷Åûáýñø@|>‚ŇáÃñøH|>ƒÅÇáãñ øD|^„OÆ‹ñ)øT|>ŸÏÄgá³ñ9ø\|>_€/Äá‹ñ%øR|¾_¯ÄWá«ñ5øZ|¾߀oÄ7á›ñ-øV|¾ßïÄwá»ñ=ø^|¾?€Äá‡ñ#øQü~?ŸÄOá§ñ3øYü~¿€_Ä/á—ñ+øUü~¿ßÄoá·ñ;ø]ü~€?Äáñ'øSüþ¿Ä_á¯ñ7ø[üþÿ€Ä?áŸñ/øWüþÿÿÄá¿ñ2„aO8e G¢Qž¨@T$*•‰*DU¢Qp"œ •¨A¸5 w¢áAx7@¶ÑúA†Qð!| ?¢>áO4 ˆ†D ш"Mˆ¦D0B4#š¡D ¢%ÑŠ#ZáD"‚ˆ$¢ˆh"†ˆ%âˆx"H$’ˆdÂ@¤©„‘H#Ò‰¶D‘IdÙDa"Ì„…È%òˆ|¢€($ &%$;ægxA ÁÁ!! ¡ÑŽhOt :ˆÎD¢+ÑèNô z½ˆÞD¢/ÑèO ƒˆÁÄb(1ŒNŒ F£ˆÑÄb,1ŽOL &“ˆ"b2QLL!¦ÓˆéÄ b&1‹˜MÌ!æóˆùÄb!±ˆXL,!–ˈåÄ b%±ŠXM¬!ÖëˆõÄb#±‰ØLl!¶ÛˆíÄb'±‹ØMì!öûˆýÄâ qˆ8L!ŽLjãÄ â$qŠ8Mœ!ÎçˆóÄâ"q‰¸L\!®׈ëÄ â&q‹¸MÜ!î÷ˆûÄâ!ñˆxLéO6 Ȇd Ùˆ "“MȦd0B6#›“¡d ²%ÙŠ #[“ád2‚Œ$£Èh2†Œ%ãÈx2L$“ÈdÒ@¦©¤‘L#Óɶd™If‘Ùdi"ͤ…Ì%óÈ|²€,$!&%1' ’$)’&’%9’'R$%R&R%5²Ùžì@v$;‘É.dW²ÙìAö${‘½É>d_²ÙŸ@$‘ƒÉ!äPr9œAŽ$G‘£É1äXr9žœ@N$'‘Eäd²˜œBN%§‘ÓÉäLr9›œCÎ%ç‘óÉäBr¹˜\B.%—‘ËÉäJr¹š\C®%בëÉ äFr¹™ÜBn%·‘ÛÉäNr¹›ÜCî%÷‘ûÉäAòy˜%Ÿ‘ÏÉäKòùš|C¾%ß‘ïÉäGòù™üB~%¿‘ßÉäOòù›,CÙQö”U–r¤ÊQå© TEªU™ªBU¥ªQÕ)'Ê™r¡\©”U“r§jQ”'åEÕ¦êPu)oªåCùR~T}ÊŸj@P ©@ªD5¦šPM©`*„jF5§B©TKªFµ¦Â©6TIEQÑT KÅQñT•H%QÉ”J¡R)#•F¥Sm© *“Ê¢²©ÊD™) •KåQùTUHAL!JaNIQM1KqO ”HI”L)”JiT;ª=ÕêHu¢:S]¨®T7ª;ÕƒêIõ¢zS}¨¾T?ª?5€H ¢SC¨¡Ô0j85‚I¢FSc¨±Ô8j<5šHM¢Š¨ÉT15…šJM£¦S3¨™Ô,j65‡šKÍ£æS ¨…Ô"j1µ„ZJ-£–S+¨•Ô*j5µ†ZK­£ÖS¨Ô&j3µ…ÚJm£¶S;¨Ô.j7µ‡ÚKí£öS¨ƒÔ!ê0u„:J£ŽS'¨“Ô)ê4u†:K£ÎS¨‹Ô%ê2u…ºJ]£®S7¨›Ô-ê6u‡ºKÝ£îS¨‡Ô#ê1õ„zJ=£žS/¨—Ô+ê5õ†zK½£ÞS¨Ô'ê3õ…úJ}£¾S?¨ŸÔ/ê7U†¶£íiº,íH—£ËÓèŠt%º2]…®JW£«ÓN´3íB»Ò5h7º&íN×¢=hOÚ‹®MסëÒÞt=Ú‡ö¥ýèú´?Ý€ Òt#:ˆnL7¡›ÒÁtÝŒnN‡Ò-è–t+:ŒnM‡Ómè:’Ž¢£é:–Ž£ãé:‘N¢“iB§ÒF:N§ÛÒt&EgÓ9´‰6Ó:—Σó麆h˜Fh”Æhœ&h’¦hšfh–æhžh‘–h™Vh•Öèvt{ºÝ‘îDw¦»Ð]éntwºÝ“îE÷¦ûÐ}é~tz=D¦‡ÐCéaôpz=’E¦ÇÐcéqôxz=‘žDÑ“ébz =•žFO§gÐ3éYôlz=—žGϧÐ éEôbz ½”^F/§WÐ+éUôjz ½–^G¯§7ÐéMôfz ½•ÞFo§wÐ;é]ônz½—ÞGï§ÐéCôaú}”>F§OÐ'éSôiú }–>GŸ§/ÐéKôeú }•¾F_§oÐ7é[ômú}—¾Gß§ÐéGôcú ý”~F?§_Ð/éWôkú ý–~G¿§?ÐéOôgú ý•þF§Ð?é_ôoº cÇØ3LYÆ‘)Ç”g*0™JLe¦ S•©ÆTgœgÆ…qej0nLMÆ©Åx0žŒS›©ÃÔe¼™zŒãËø1õ¦À4d™FLÓ˜iÂ4e‚™¦Óœ eZ0-™VLÓš gÚ0L$ÅD31L,ÇÄ3 L"“Ä$3&…IeŒL“δe2˜L&‹Éfrcf,L.“Çä3L!10ƒ0(ƒ18C0$C14Ã0,Ã1<#0"#12£0*£1í˜öL¦#Ó‰éÌtaº2ݘîL¦'Ó‹éÍôaú2ý˜þÌf 3ˆÌ a†2ØáÌf$3ŠÍŒaÆ2ã˜ñÌf"3‰)b&3ÅÌf*3™ÎÌ`f2³˜ÙÌf.3™Ï,`2‹˜ÅÌf)³ŒYά`V2«˜ÕÌf-³ŽYÏl`62›˜ÍÌf+³ÙÎì`v2»˜ÝÌf/³ÙÏ`2‡˜ÃÌæ(sŒ9Μ`N2§˜ÓÌæ,sŽ9Ï\`.2—˜ËÌæ*s¹ÎÜ`n2·˜ÛÌæ.s¹Ï<`2˜ÇÌæ)óŒyμ`^2¯˜×Ìæ-óŽyÏ|`>2Ÿ˜ÏÌæ+óùÎü`~2¿˜ßLÖŽµgز¬#[Ž-ÏV`+²•ØÊl¶*[­Î:±Î¬ ëÊÖ`ÝØš¬;[‹õ`=Y/¶6[‡­Ëz³õXÖ—õcë³þl6€mÈ껲YÈ6eƒÙ¶Ûœ e[°-ÙVlÛš gÛ°l$ÅF³1l,ÇÆ³ l"›Ä&³6…Mel›Î¶e3ØL6‹ÍfsXkf-l.›Çæ³l! ±0‹°(‹±8K°$K±4˰,˱<+°"+±2«°*«±íØöl¶#Û‰íÌva»²ÝØîl¶'Û‹íÍöaû²ýØþìv ;ˆÌa‡²ÃØáìv$;ŠÍŽaDzãØñìv";‰-b'³Åìv*;ÎÎ`g²³ØÙìv.;Ï.`²‹ØÅìv)»Œ]ή`W²«ØÕìv-»Ž]Ïn`7²›ØÍìv+»ÝÎî`w²»ØÝìv/»ÝÏ`²‡ØÃìö({Œ=Ξ`O²§ØÓìö,{Ž=Ï^`/²—ØËìö*{½ÎÞ`o²·ØÛìö.{½Ï>`²ØÇìö)ûŒ}ξ`_²¯Ø×ìö-ûŽ}Ï~`?²ŸØÏìö+ûýÎþ`²¿ØßlÎŽ³ç¸²œ#WŽ+ÏUà*r•¸Ê\®*W«Î9qΜ çÊÕàܸšœ;W‹óà<9/®6W‡«Ëysõ8Ηóãêsþ\.€kÈr¸ ®1ׄkÊs!\3®9ʵàZr­¸0®5εá"¸H.Š‹æb¸X.Ž‹ç¸D.‰Kæ \ —ʹ4.kËep™\—Íåp&ÎÌY¸\.Ëç ¸Bâ`áPãpŽàHŽâhŽáXŽãxNàDNâdNáTNãÚqí¹\G®×™ëÂuåºqݹ\O®×›ëÃõåúqý¹Ü@n7˜ å†qùÜHn7šÃåÆqã¹ ÜDnWÄM抹)ÜTn7›ÁÍäfq³¹9Ü\n7Ÿ[À-äq‹¹%ÜRn·œ[Á­äVq«¹5ÜZn·žÛÀmä6q›¹-ÜVn·ÛÁíävq»¹=Ü^n·Ÿ;Àäq‡¹#ÜQîwœ;ÁäNq§¹3ÜYîwž»À]ä.q—¹+ÜUîw»ÁÝänq·¹;Ü]îwŸ{À=äq¹'ÜSî÷œ{Á½ä^q¯¹7Ü[î÷žûÀ}ä>qŸ¹/ÜWî÷ûÁýä~q¿¹2¼oÏ;ðeyG¾_ž¯ÀWä+ñ•ù*|U¾_wâyÞ•¯Á»ñ5yw¾ïÁ{ò^|m¾_—÷æëñ>¼/ïÇ×çýù|ßäñA|c¾ ß”æCøf|s>”oÁ·ä[ña|k>œoÃGð‘|ÍÇð±|Ï'ð‰|ŸÌø>•7òi|:ß–Ïà3ù,>›ÏáM¼™·ð¹|ŸÏð…<ÄÃ<£<Æã<Á“<ÅÓ<ó<Çó¼À‹¼Ä˼«¼Æ·ãÛóøŽ|'¾3ß…ïÊwã»ó=øž|/¾7߇ïË÷ãûóøü ~0?„Êã‡ó#ø‘ü(~4?†ËãÇóø‰ü$¾ˆŸÌóSø©ü4~:?ƒŸÉÏâgósø¹ü<~>¿€_È/âóKø¥ü2~9¿‚_ɯâWókøµü:~=¿ßÈoâ7ó[ø­ü6~;¿ƒßÉïâwó{ø½ü>~?€?ÈâóGø£ü1þ8‚?ÉŸâOógø³ü9þ<¿È_â/óWø«ü5þ:ƒ¿Éßâoówø»ü=þ>ÿ€È?âóOø§ü3þ9ÿ‚É¿â_óoø·ü;þ=ÿÿÈâ?ó_ø¯ü7þ;ÿƒÿÉÿâóe;Á^pÊ ŽB9¡¼PA¨(T* U„ªB5¡ºà$8 .‚«PCpj îB-ÁCð¼„ÚB¡®à-Ô|_ÁO¨/ø „¡¡(4‚„ÆB¡©,„Í„æB¨ÐBh)´„ÖB¸ÐFˆ"…(!Zˆb…8!^H…$!Y0)Bª`Ò„t¡­!d YB¶#˜³`r…ŸŠÏÄçâ ñ¥øJ|-¾ߊïÄ÷âñ£øIü,~¿ŠßÄïâñ§øKü-–‘ì${ÉA*+9Jå¤òR©¢TIª,U‘ªJդ꒓ä,¹H®R ÉMª)¹Kµ$ÉSò’jKu¤º’·TOò‘|%?©¾ä/5¤†R ÔH ’KM¤¦R°"5“šK¡R ©¥ÔJ “ZKáR)BŠ”¢¤h)FŠ•â¤x)AJ”’¤dÉ ¥H©’QJ“Ò¥¶R†”)eIÙRŽd’Ì’EÊ•ò¤|©@*” – •0 —‰”(‰–‰•8‰—I”$I–I•4©Ô^ê u”:I¥.RW©›Ô]ê!õ”zI½¥>R_©ŸÔ_ ”Iƒ¥!ÒPi˜4\!”FI£¥1ÒXiœ4^š M”&IEÒd©Xš"M•¦IÓ¥ÒLi–4[š#Í•æIó¥ÒBi‘´XZ"-•–IË¥ÒJi•´ZZ#­•ÖIë¥ ÒFi“´YÚ"m•¶IÛ¥ÒNi—´[Ú#í•öIû¥ÒAétX:"•ŽIÇ¥ÒIé”tZ:#•ÎIç¥ ÒEé’tYº"]•®I×¥ÒMé–t[º#Ý•îI÷¥ÒCé‘ôXz"=•žIÏ¥ÒKé•ôZz#½•ÞIï¥ÒGé“ôYú"}•¾IߥÒOé—ô[*#ÛÉö²ƒ\Vv”ËÉåå rE¹’\Y®"W•«ÉÕe'ÙYv‘]å²›\Sv—kɲ§ì%×–ëÈueo¹žì#ûÊ~r}Ù_n È å@¹‘$7–›ÈMå`9Dn&7—CårK¹•&·–Ãå6r„)GÉÑrŒ+ÇÉñr‚œ('ÉɲAN‘Se£œ&§Ëmå 9SÎ’³åÙ$›e‹œ+çÉùr\(C2,#2*c2.2)S2-32+s2/ ²(K²,+²*kr;¹½ÜAî(w’;Ë]ä®r7¹»ÜCî)÷’{Ë}ä¾r?¹¿<@(’ËCä¡ò0y¸*“Ë'ä“ò)ù´|F>+Ÿ“ÏËä‹ò%ù²|E¾*_“¯Ë7ä›ò-ù¶|G¾+ß“ïËä‡ò#ù±üD~*?“ŸË/ä—ò+ùµüF~+¿“ßËäò'ù³üEþ*“¿Ë?äŸò/ù·\F±S쥬⨔SÊ+”ŠJ%¥²RE©ªTSª+NŠ³â¢¸*57¥¦â®ÔR<OÅK©­ÔQê*ÞJ=ÅGñUü”úŠ¿Ò@ P*J#%Hi¬4Qš*ÁJˆÒLi®„*-”–J+%Li­„+m”%R‰R¢•%V‰Sâ•%QIR’ƒ’¢¤*F%MIWÚ*J¦’¥d+9ŠI1+%WÉSò•¥PXATÁ\!R¡ZaVá^Q‘YQUÑ”vJ{¥ƒÒQé¤tVº(]•nJw¥‡ÒSé¥ôVú(}•~Je€2P¤ V†(C•aÊpe„2R¥ŒVÆ(c•qÊxe‚2Q™¤)“•beŠ2U™¦LWf(3•YÊleŽ2W™§ÌW( •EÊbe‰²TY¦,WV(+•UÊje²VY§¬W6(•MÊfe‹²UÙ¦lWv(;•]Êne²WÙ§ìW(•CÊaåˆrT9¦WN('•SÊiåŒrV9§œW.(•KÊeåŠrU¹¦\Wn(7•[ÊmåŽrW¹§ÜW(•GÊcå‰òTy¦(•OÊgå‹òUù¦|W~(?•_Êo¥Œj§Ú«jYÕQ-§–W+¨ÕJjeµŠZU­¦VWTgÕEuUk¨njMÕ]­¥z¨žª—Z[­£ÖU½Õzªê«ú©õUµ 6TÕFjÚXm¢6UƒÕµ™Ú\ U[¨-ÕVj˜ÚZ WÛ¨j¤¥F«1j¬§Æ« j¢š¤&«5EMUjšš®¶U3ÔL5KÍVsT“jV-j®š§æ«j¡ ©°Š¨¨Š©¸J¨¤J©´Ê¨¬Ê©¼*¨¢*©²ª¨ªª©íÔöjµ£ÚIí¬vQ»ªÝÔîjµ§ÚKí­öQûªýÔþêu :H¬Q‡ªÃÔáêu¤:J­ŽQǪãÔñêu¢:I-R'«Åêuª:M®ÎPgª³ÔÙêu®:O¯.Pª‹ÔÅêu©ºL]®®PWª«ÔÕêu­ºN]¯nP7ª›ÔÍêu«ºMÝ®îPwª»ÔÝêu¯ºOݯPª‡ÔÃêõ¨zL=®žPOª§ÔÓêõ¬zN=¯^P/ª—ÔËêõªzM½®ÞPoª·ÔÛêõ®zO½¯>PªÔÇêõ©úL}®¾P_ª¯Ô×êõ­úN}¯~P?ªŸÔÏêõ«úMý®þPª¿ÔßjÍN³×´²š£VN+¯UÐ*j•´ÊZ­ªVM«®9iΚ‹æªÕÐÜ´šš»VKóÐ<5/­¶VG««ykõ4ÍWóÓêkþZ-@k¨j´ ­±ÖDkªk!Z3­¹ªµÐZj­´0­µ®µÑ"´H-J‹Öb´X-N‹×´D-IKÖ ZŠ–ªµ4-]k«eh™Z––­åh&ͬY´\-OË× ´B Ò` ÑP ÓpÐHÒhÑXÓxMÐDMÒdMÑTMÓÚiíµZG­“ÖYë¢uÕºiݵZO­—Ö[ë£õÕúiýµÚ@m6X¢ Õ†iõÚHm”6Z£ÕÆiãµ ÚDm’V¤MÖŠµ)ÚTmš6]›¡ÍÔfi³µ9Ú\mž6_[ -Ôi‹µ%ÚRm™¶\[¡­ÔVi«µ5ÚZm¶^Û mÔ6i›µ-ÚVm›¶]Û¡íÔvi»µ=Ú^mŸ¶_; Ôi‡µ#ÚQí˜v\;¡ÔNi§µ3ÚYíœv^ûÿØ{머²f}h§@!!@ÜCÈà.Ý 4CO&6Žû9Ä]&î6qw·‰»»»»{òÛsæ¼}™yïýó[ëËZ$„Þµ«vÕSOÕ>Ýì}®ø|ñ…â‹Å—Š/_)¾Z|­øzñâ›Å·Šoß)¾[|¯ø~ñƒâ‡ÅŠ?)~Zü¬øyñ‹â—ůŠ_¿)~[ü®ø}ñ‡âÅŸŠ?)þZü­ø{ñâŸÅ.+äÉ 9¤€” RCÈÒB:H #äU‚TBv¨j µÚBí öP¨#Ô ê ý uºBÝ îPè7¨'Ô ê õŠ!‚!B! Â!"! ¢!b!â!*úBý þÐh 4 †BàáÐh$4  ~‡ÆBã ñÐh"4 š M¦BÓ éÐ h&4 š ÍæB@ó ùÐh!´Z -–BË åÐ h%´ Z ­ÖBë õÐh#´ Ú m¶BÛ íÐh'´ úÚ íöBû ýÐè t: ŽBÇ ãÐ è$t : ÎBç óÐè"t º ]®B× ëÐ è&t º ÝîB÷ ûÐè!ôz =žBÏ çÐ è%ô z ½ÞBï ÷Ðè#ô ú }¾Bß ïÐè'ä»Ân° –à X «`5¬Ýa-¬ƒõ°6Âp%Øö‚+ÃÞpØ® ûÂÕàê°\ö‡à@¸&\ ® ×ëÂõàúp¸!Ün 7›ÂÍà ¸9Ün Ã!p+ø8ƒÃá8Ž‚£á8Žƒãá8N‚“áØ›a œ §Áé°΀mp&œgÃ9p.œçÃp!l‡‹àÖp¸-Ünw€;ÂàÎð¯p¸+Ü î÷€ƒ{½àÞp¸†`F`Æ`&`¦`f`æ`à¸/ÜàÁðx(< €G£àÑðøwx,<O€'“àÉðx*< žÏ€g³àÙðx.ü<ž/€‹àÅðx)¼ ^¯€W«àÕðx-¼^o€7›àÍðx+¼ Þï€w»à?áÝðx/¼Þ€‡àÃðø(| >Ÿ€O§àÓðø,|>_€/—àËðø*| ¾߀o·àÛðø.|¾?€ÂàÇðø)ü ~¿€_¯à×ðø-ü~€?ŸàÏðø+ü þÿ€Â.ˆ+â†È9¢@”ˆ Q#ÄÑ":D#âTB</¤2âTA|ªˆ/R ©Žø!5$ Dj"µÚH¤.R©4@"ÆH¤)Ò Bš#-–H0‚´B~AB‘0$‰@"‘($‰Ab‘8$I@‘$$IALˆ± ©H’ŽX‘ Ćd"YH6’ƒä"yH>R€"v¤i´AÚ"íöH¤#Ò éŒüŠtAº"ÝîHä7¤'Ò éôAŠA Á! ¡aá)Aú"ýþÈd 2Œ A†"ÃáÈd$2 ŒA~GÆ"ãñÈd"2 ™ŒLA¦"ÓéÈ d&2 ™ÌAæ" óùÈd!²YŒ,A–"ËåÈ d%² Y¬AÖ"ëõÈd#² ÙŒlA¶"ÛíÈd'² ùÙìAö"ûýÈä r9ŒAŽ"ÇãÈ ä$r 9œAÎ"çóÈä"r ¹Œ\A®"×ëÈ ä&r ¹ÜAî"÷ûÈä!òyŒ@¢ÐÇèô)ú }޾@_¢¯Ð×èô-ú}~@?¢ŸÐÏèô+ú ýŽþ@¢.˜+æ†É09¦À”˜ ScÌÓb:L0#æUÂ<1/¬2æUÁ|°ª˜/V «Žùa50, Äjbµ°ÚX¬.V«5Àb°ÆX¬)Ö Âšc-°–X0‚µÂ~ÁB±0,‹À"±(,‹Áb±8,KÀ±$,KÁL˜³`©X–ŽY± ̆ebYX6–ƒåbyX>V€bv¬kµÁÚbí°öX¬#Ö ëŒýŠuÁºbݰîXì7¬'Ö ëõÁŠ1ƒ1C1 Ã1#1 £1c1ã1+Áúbý°þØl 6Œ Á†bðáØl$6 Á~ÇÆbã°ñØl"6 ›ŒMÁ¦bÓ°éØ l&6 ›ÍÁæb`ó°ùØl!¶[Œ-Á–bË°åØ l%¶ [­ÁÖbë°õØl#¶ ÛŒmÁ¶bÛ°íØl'¶ ûÛíÁöbû°ýØì v;ŒÁŽbÇ°ãØ ì$v ;ÁÎbç°óØì"v »Œ]Á®b×°ëØ ì&v »ÝÁîb÷°ûØì!ö{Œ=ÁžbÏ°çØ ì%ö {½ÁÞbï°÷Øì#ö ûŒ}Á¾bß°ïØì'æ‚»ân¸ —ã \‰«p5®ÁÝq-®Ãõ¸7âx%Ü÷Â+ã~Ùaö†âÙÞxuܯûãx ^¯…ׯëàuñzx}¼Þo„7Æ›àMñfxÞo·Äƒñ¼þ Їááx‰GáÑx ‹Çáñxžˆ'áÉx nÂ͸OÅÓðtÜŠgà6<ϳñ<ÏÃóñ¼·ãExk¼ Þo‡·Ç;àñNxgüW¼ Þï†wÇ{à¿á=ñ^xo¼^ŒC8Œ#8Šc8Ž8‰S838‹s8 x Þï‡÷ÇàñAø`|>†ÇGà#ñQøh| þ;>‡Ç'àñIød| >Ÿ†OÇgà3ñYøl|>ÿŸ‡ÏÇà ñEøb| ¾_†/ÇWà+ñUøj| ¾_‡¯Ç7àñMøf| ¾߆oÇwà;ñ]øŸøn|¾߇ïÇàñCøaü~?†ÇOà'ñSøiü ~?‡ŸÇ/àñKøeü ~¿†_Çoà7ñ[ømü~¿‡ßÇàñGøcü þ†?Ç_à/ñWøkü þ‡¿Ç?àñOøgü þÿ†Çà?q•p#d„œPJBE¨ áNh ¡' „‘ð *ž„Q™ð&ª>DU—¨FT'üˆ„?@5‰ZDm¢Q—¨GÔ' ‰FDc¢ Ñ”hF͉DK"˜!Z¿¡DND‘DMıDO$‰D‘L¤&ÂLXˆT"H'¬Da#2‰,"›È!r‰<"Ÿ( ;QD´&Úm‰vD{¢Ñ‘èDt&~%º]‰nDw¢ñÑ“èEô&úÅDÀB FàAEÐC°Gð„@”}‰~Db1D &†C‰aÄpb1’EŒ&Æ¿c‰qÄxb1‘˜DL&¦S‰iÄtb1“˜EÌ&æs‰?ˆyÄ|b±XD,&–K‰eÄrb±’XE¬&Ök‰uÄzb±‘ØDl&¶[‰mÄvb±“ØEüIì&ö{‰}Ä~âq8D&ŽG‰cÄqâq’8Eœ&Îg‰sÄyâq‘¸D\&®W‰kÄuâq“¸EÜ&îw‰{Ä}âñxD<&žO‰gÄsâñ’xE¼&Þo‰wÄ{âñ‘øD|&¾_‰oÄwâñ“p!]I7RFÊI©$U¤šÔԑzÒ@I²éIz‘•Io² éCV%}ÉjduÒ¬Aú“d Y“¬EÖ&ëuÉzd}²ÙlD6&›MÉfdÙœlA¶$ƒÉ²ù J†‘ádIF‘Ñd KÆ‘ñd™H&‘Éd i"ͤ…L%ÓÈtÒJf62“Ì"³É2—Ì#óɲ´“Edk² Ù–lG¶';ÉNdgòW² Ù•ìFv'{¿‘=É^do²YLB$L"$Jb$N$IR$M2$Kr$O d Ù—ìGö'ÉAä`r9”F'G#ÉQähr ù;9–GŽ''ÉIädr 9•œFN'g3ÉYälr9—üƒœGÎ' ÉEäbr ¹”\F.'W+ÉUäjr ¹–\G®'7ÉMäfr ¹•ÜFn'w;É]äŸäó——¦]w“ȃä!ò0y„#Ÿ“/È—ä+ò5ù†|K¾#ß“Èä'ò3ù…üJ~#¿“?ÈŸ¤ åJ¹Q2JN)(%¥¢Ô”†r§´”ŽÒSÊHyP•(OÊ‹ªLySU(ª*åKU£ªS~T ÊŸ  ©šT-ª6U‡ªKÕ£êS ¨†T#ª1Õ„jJ5£‚¨æT ª%L…P­¨_¨P*Œ §"¨H*ŠŠ¦b¨X*ŽŠ§¨D*‰J¦R(e¦,T*•F¥SV*ƒ²Q™T•MåP¹T•OP…”*¢ZSm¨¶T;ª=ÕêHu¢:S¿R]¨®T7ª;ÕƒúêIõ¢zS}¨b ¢` ¡P £pŠ HŠ¢hŠ¡XŠ£xJ J¨¾T?ª?5€H ¢SC¨¡Ô0j85‚I¢FSc¨ß©±Ô8j<5šHM¢&SS¨©Ô4j:5ƒšIÍ¢fSs¨¹ÔÔµ€ZH-¢SK¨¥Ô2j9µ‚ZI­¢VSk¨µÔ:j=µÚHm¢6S[¨­Ô6j;µƒÚIí¢þ¤vS{¨½Ô>j?u€:H¢SG¨£Ô1ê8u‚:I¢NSg¨³Ô9êõ€zH=¢SO¨§Ô3ê9õ‚zI½¢^So¨·Ô;ê=õúH}¢>S_¨¯Ô7ê;õƒúI¹Ð®´-£å´‚VÒ*ZMkhwZKëh=m ´]‰ö¤½èÊ´7]…ö¡«Ò¾t5º:íG× ýé:®I×¢kÓuèºt=º>Ý€nH7¢ÓMè¦t3:ˆnN· [ÒÁtÝŠþ…¥Ãèp:‚ޤ£èh:†Ž¥ãèx:N¤“èd:…6ÑfÚB§Òit:m¥3hIgÑÙtKçÑùt]HÛé"º5݆nK·£ÛÓèŽt'º3ý+Ý…îJw£»Ó=èßèžt/º7݇.¦!¦¥1§ š¤)š¦š¥9š§º„îK÷£ûÓèô z0=„J£‡Ó#è‘ô(z4=†þK£ÇÓè‰ô$z2=…žJO£§Ó3è™ô,z6=‡žKÿAÏ£çÓ è…ô"z1½„^J/£—Ó+è•ô*z5½†^K¯£×Óèô&z3½…ÞJo£·Ó;èô.úOz7½‡ÞKï£÷Óèƒô!ú0}„>J£Ó'è“ô)ú4}†>KŸ£ÏÓè‹ô%ú2}…¾J_£¯Ó7è›ô-Z:韼M? ÒèÇôú)ýŒ~N¿ _Ò¯è×ôú-ýŽ~O ?ÒŸèÏôú+ýþNÿ Ò.Œ+ãÆÈ9£`”ŒŠQ3ÆÑ2:FÏ#ãÁTb</¦2ãÍTa|˜ªŒ/S©Îø15&€ dj2µ˜ÚL¦.S©Ï4`2˜ÆL¦)ÓŒ bš3-˜–L0´b~aB™0&œ‰`"™(&š‰ab™8&žI`™$&™IaLŒ™±0©L“ÎX™ ÆÆd2YL6“Ãä2yL>SÀ2v¦ˆiÍ´aÚ2í˜öL¦#Ó‰éÌüÊtaº2ݘîLæ7¦'Ó‹éÍôaŠˆ„AŒÁ‚!Š¡†aŽá)aú2ý˜þÌf 3ˆÌ a†2ØáÌf$3ŠÍŒa~gÆ2ã˜ñÌf"3‰™ÌLa¦2Ó˜éÌ f&3‹™ÍÌaæ20ó˜ùÌf!³ˆYÌ,a–2˘åÌ f%³ŠYͬaÖ2ë˜õÌf#³‰ÙÌla¶2Û˜íÌf'³‹ù“ÙÍìaö2û˜ýÌæ sˆ9ÌaŽ2ǘãÌ æ$sŠ9ÍœaÎ2ç˜óÌæ"s‰¹Ì\a®2טëÌ æ&s‹¹ÍÜaî2÷˜ûÌæ!óˆyÌ`²ØÇìö)ûŒ}ξ`_²¯Ø×ìö-ûŽ}Ï~`?²ŸØÏìö+ûýÎþ`².œ+çÆÉ89§à”œŠSsÎÓr:NÏ8#çÁUâ<9/®2çÍUá|¸ªœ/W«Îùq58.€ äjrµ¸Ú\®.W«Ï5àr¸Æ\®)׌ âšs-¸–\0µâ~áB¹0.œ‹à"¹(.š‹áb¹8.žKà¹$.™KáLœ™³p©\—ÎY¹ ÎÆerY\6—Ãåry\>WÀrv®ˆk͵áÚrí¸ö\®#׉ëÌýÊuáºrݸî\î7®'׋ëÍõáŠ9ˆƒ9„C9ŒÃ9‚#9Š£9†c9Žã9+áúrý¸þÜn 7ˆÌ á†røáÜn$7ŠÍá~çÆrã¸ñÜn"7‰›ÌMá¦rÓ¸éÜ n&7‹›ÍÍáærpó¸ùÜn!·ˆ[Ì-á–r˸åÜ n%·Š[Í­áÖrë¸õÜn#·‰ÛÌmá¶rÛ¸íÜn'·‹û“ÛÍíáörû¸ýÜî wˆ;ÌáŽrǸãÜ î$wŠ;ÍáÎrç¸óÜî"w‰»Ì]á®r׸ëÜ î&w‹»ÍÝáîr÷¸ûÜî!÷ˆ{Ì=ážrϸçÜ î%÷Š{ͽáÞrï¸÷Üî#÷‰ûÌ}á¾r߸ïÜî'ç»òn¼Œ—ó ^É«x5¯áÝy-¯ãõ¼7ò|%Þ“÷â+óÞ|Þ‡¯ÊûòÕøê¼_ƒ÷çø@¾&_‹¯Í×áëòõøú|¾!߈oÌ7á›òÍø ¾9ß‚oÉó!|+þ>”ãÃù>’â£ù>–ããù>‘Oâ“ùÞÄ›y ŸÊ§ñ鼕Ïàm|&ŸÅgó9|.ŸÇçó|!oç‹øÖ|¾-ߎoÏwà;òøÎü¯|¾+ßïÎ÷àã{ò½øÞ|¾˜‡x˜Gx”Çxœ'x’§xšgx–çxžø¾/ßïÏàòƒøÁü~(?ŒÎàGò£øÑüþw~,?ŽÏOà'ò“øÉü~*?ŸÎÏàgò³øÙü~.ÿ?ŸÏ/àò‹øÅü~)¿Œ_ίàWò«øÕü~-¿Ž_Ïoà7ò›øÍü~+¿ßÎïàwò»ø?ùÝü~/¿ßÏàò‡øÃüþ(Œ?ΟàOò§øÓüþ,Ž?Ï_à/ò—øËüþ*¿Îßàoò·øÛüþ.¿Ï?àòøÇüþ)ÿŒοà_ò¯ø×üþ-ÿŽÏà?òŸøÏüþ+ÿÿÎÿàò.‚«à&ȹ ”‚JP Á]Ð :A/£à!T</¡²à-T|„ª‚¯PM¨.ø 5!@j µ„ÚB¡®PO¨/4 „ÆB¡©ÐLš -„–B°"´~B…0!\ˆ"…(!Zˆb…8!^H…$!YHL‚Y°©Bš.X… Á&d YB¶#ä yB¾P  v¡Hh-´Ú í„öB¡£ÐIè,ü*tº Ý„îBá7¡§ÐKè-ôŠH€D@LÀB J F`NàA(ú ý„þÂa 0H, † ÄáÂa¤0J-Œ~Æ ã„ñÂa¢0I˜,L¦ Ó„é a¦0K˜-Ìæ ó„ùÂa¡°HX,,– Ë„å a¥°JX-¬Ö ë„õÂa£°IØ,l¶ Û„íÂa§°KøSØ-ìö û„ýÂá pH8,Ž Ç„ã á¤pJ8-œÎ ç„óÂá¢pI¸,\® ׄë á¦pK¸-Üî ÷„ûÂá¡ðHx,<ž Ï„ç á¥ðJx-¼Þ ï„÷Âá£ðIø,|¾ ß„ïÂá§àRâZâV"+‘—(J”%ªu‰¦Ä½D[¢+Ñ—JŒ%%•J/`‰–uß¡ú–­ã ;€þÃÃ.6ˆ'ûˆ±»æ8?žH+«ÝT)£’·©ª™ YÃ6ÉþÆ1mDÜ€'Îev¬ð÷©’Uá2ZѰèR³pkö‚' WŠª 0>   g]¾³tˆxOƪ¨öf“lˆâ ªj°I7ÄpPÒ_O:…uˆ¢R\É•P§V@$2Å‹ì©ÍÍ[Ã÷«.µLÖ 2ì÷˜ÆÙ"¼¾Ûc6)úgÿ'Ê(öª.…Ü)XiNËìkJø}˜·Ý±†{’æQIÞŠà/;é§é¯ëgØ-Ù#¬EÌ¿G=EòÆJûêÈ1Š“ªª!6ÝÃIÿk=Õ»Ze£ÇU^æ3ELäqQ~aœ¯Ó={¢ÿî;î4j <·<ïªÓZ…i²©GU‹Miº†£¢|¶ä­óÀ‹&§Û&ŽH9ùØqJmÒ_ç¥Ê†)« C³†‹òݤ¹?ýuÞdZên¸L.êZ/ËH´Mò˜l¾jlÐÍ÷7Ì”2ε¨IúÕ´aÒy±©w5sÀt¼°‰)ßc®­SêDC˜5FŠ|&ÑKDhŸ´ONgr¯6½ˆ\"Íp”šcj1ŸÕŽ7ä8ü?CZcNBB¼ÉFgœMLy7Kœ1ʼn ¨Ì–Ö—¦w…û¬óÓDz<~5c6pïeÉÚ€ƒ3¦^à'ãAÄ–º›, 977Àõ¦ÛSÃÔ÷›ÚêÖ…'2#Áú‡tŠ`/ K[ÀÏòAôž‚7˜S@._ÉL˹î¶ÂÖÆ³†ûuíLC[0€Ò•¥N.ÝçÐY=ºƒèýß‹»EÖXÝ5>=ß^ÅØÎ²'ïKzkŸæ“‘¬s›+9`0Z\óyÇÌ•Ä×öçúº†[§*.âã.k§¬™§ìQ…ß"7Š9c²4+ø˜ ü6¹ƒ4–X±±å¡Û"ŤÀ …Læ"C7ÉÿCŸ›d_t꘾IÅ“lçYÖÆÖu½ï¶@qÜu_»À0¸°¢9Vð×±öYN¯=rT—Ú®«B›$V äãîjçrÐw¤´Å’|ž£ üÒú|Ão¬t°1’܉°Nb_“HKl¦°$ç-ST 8kíf{ÝÓq·YŒæ÷ã¬×|Q´:pr³4n™˜i ]»-Q\ð?QôX»ÄÐèï"5^ÔÒä€ÖþZŒØú´VáûÛR6)¦eՌÉ@ù˜Ru¢f)©vmtiù/©Öœüæ-cßk7ŠÀèsEJ¼ûCü_6xå5ðÊTS}§çÞÍøºNQ¥y°û[-fE=F¦ ‡äŸsÊÓH yÛªps w¾v[£¸TÓòZÛ8c5`w¥ºG%àÝ‚ dO{ºÄÁ{Ãþçõ–Ÿn*ˤ X÷ŸÚ]†ÉRåû=ø—¾Þá¨ÙÓÁw·¥µ qº<íúÝm‡"?hŠå»6 šã¿Äv_hYO¿Z{–‹Á©è¯nÛU‚"Ý¿j·XQ~Y™“]ÀÊ7XÎú†¤ý¬xeo ݵîúÙídö…fC,Ÿµ[ ôßõG’ÿ&jû熦m¿÷-Üî<ñNœ¦’TT 6¹»'4 qðo!X}Xë8àC g®–ª§öÞb„¼ó­÷ò÷+.´œaQèöylØ+õ~ÃÄ(Uö b •(ìïSÝÊ}ì2Ù^Å…Ñ2Ý^ÃW¥ì ÿƒóþ­þÆ»šRw+òƒãÝ]u» ý€ýˆ…‹øb¹l/=n‹QgbÐ,Üæj”TT ±¹u' K +Öâ%ZEÙ¶–»èO‹^v\eu×ëŽF9ü7ÅÁdÃ_ÙFeì ­xæ4W­ÌÕ<)ä»M«;jáZðï}ÇB©¾Y\ß$V䇜×è†y4(«zþÞÙeÆ;õó¾?kŸ,o‘t's²nqúkP'3@ôºï=*zbîç°úlæ×4“çu<ÍÍ+°Í±åz´°æ¹OÔ×{Kö?L#Fü}þ½Ì·Êѱ\‰É.Ź–É•=¼T9î[Ígõ^#<Ã[ 0³*o“8Ç 50¬1à>ÔÑîvTç,×ßÒf'UR½K«;­/”¸b½´ëé—ß$#¡,…«»@~ŠëÓ9¿X¯šTo,ÅÖÝ‘ÍÄy—|ë&EºÀì4Io«¿ºˆdȉÿp™Ÿ9S¶Ù\CÕÖ½¥ýº~›¸ëÃD¶>äðVXýZ`?,ÖÜиRýXÜtYe㧬Öîú˜«úê'E YKí¿2z¥µŠeÓwg´^Šlá‘ p{Tœ'’¾Ö`ôårUw“#‹J\wÉ&½Nš¹K÷Së\ó÷®ßæ,qQÊ¡V`®NYÉ».4åE«x÷ñßõÑâú‹œz$VôåŽìζý¢E‡q©6d`ûÔ¦KJ:ë>¬p©9ÒÉJGµ\Ý¬È ­(?1WÂ×èìs‰G2¢3.„«j¥E¤y¦…{m=}o¿Œ0QÛ¤rpºÄh£Ã†¸~N«lR¥Gß5« &Qÿº¿žþwìÄz™z¤î—k©± ro™¢0$ùŽÜ©&~—ð÷oN=W§ìâbeæs!ÌÜ÷êd†DºR·õ0iº´Þ‡aÿlAƒì~®U5{Lñª~î»u®†øÿÅþ}v©vŒëIYå›jŒûIÑp¦Ôþ°“ÓÎùN™»yÎIOrw›ËÎ[U£Ü$ê V‡~àŸð•ô_ž>õ‹;*›’¦á~T÷(;M”Ï+",=JíÚ·Š6_)x[ʾayñ©‡e¹!Õ0÷Ã:Áâ´þS1Ab ï…W¬¹­…~Ùã<äí&»ÿŒŸuѸàÛžd-Ý ¬±ªÄõ¿‹•m}˜"lKxbáaG1Ü<Ýæ­8¯|[˜šS3õCÙ;å‰äá‘ ãÁb¾î{Ò¥Põdا\OkpRqþ¼L/ÃYã`Õb ó»SÍÚÕSDůÒÿ:n LëzƸØ9Ö=K75ã´±§IfR9i9#ÙÒ  ÈG”{)uÇÄJ¨Ê°[w…ßTÚ¢Ûë þºÍFš] ²&ÃRÞoZqíÌ•Ä Ù¶$£†âºr¦{[]fÔû2Ï÷&‚š%‡ˆ|R%ÿ«Ãº÷…Bî÷TOãëUåt÷Ö:"všƒ©Ö€5ÕµK=¿Ý^¯– û¹r…{oÝÍøç¢ýùæžåö ˆ„‚v‘$­¾7ËÕz,39sGÂ2÷žºþùO7¥lÕdô/WÁצt)Õ}`ÝízÆÿFÁcå÷º††ÇÆÒÆr»*¬C²àðë&WUR¨â£2ÙBêB EùEÎm'Y±ÜzCÌã‚Rl²!v¼-»yIèØÐ¢L\×Êð^ÒÖ‰c]Sï:íçI 6Zš7¶È³y°â­28úN^°a_¾ZŒËY©ß¹ re©dÍq-¯°ð9¼¨ iê™ Aq¯•Óa] ÃkcpαŒ.ùå÷JŠH§R|¬ ß’1.(VñS¹Ö\¢‹5üö‡&ÿëÖhqŽÀØÔR]€¿­ì¼Ý ³ƒ¢ß•;Üy]´á»ñQ|yݹNë¼8FÌÍ:b¶¹zU5UnsgupÒWcYY_ñSÜösev§É,gšÍµVŽÍ£uá†ÏFuÄ0òlÖ¿ÕœZN=ØAWÏà©…¸ù ûÉ rÔ_rGI=óóRÝÓ¥:ãF¯,g-É …j¿û «ðý×¾sw©ýß^×3!‰ ™j¯û]¢¡aœoþÿíùûwsvp5«*>|”yB®«h¿¯Sí¢;¥”•iäôN™êbSUãÇèl£ÇT1VŸc–J¼µ3úÔ¿úò¸ë™`Ï,½ê¸û(Ý—¬]æy€?:‹sh㦆ŠU¼±hO³ ŸGu’¦Ðªü"FèÒ Zk¾¼\ªö´ý‡ç‡]_Ø- êVÜ0Å ñh*JMŽûþß<÷DrrŠ=ëdarœõ¢ÚGëUð#mð ÊàÊ–’´8ÏMÂ@W5íÃcĹ/;qPé¼k¨ÕÏÆšÏ«½µyú“öb–:òá§”5KüAÑ@O< êuÖµžIƒœU{i§&7z\ÙwJª=×LE"ë<˜aJ½ûø ·œÍ™’‘P˜¥¼hîoαvŒk¼õ÷½š‘a êŒÖN5 QW©Ç¢g¦H9™m=“£™­Ž²hÛëÇEÎåe3·í™ÑÃÅQå:Ðñ€yõbe¾îú1­­òzøåðÚ¶ú™Æ®ž¡¾ßFí± Y:aZæèë6ïÞZ®º³Z §«ε¶ÖO7ý $ö\˜õïì|yÙÕWÎeLUÛS|µvýžÈIRþy$úYï9ø"UdÕabü?ÙÚ\_ÞM¹Hív5ü¤y‘qN BÄ(ÎVøƒ5]ÉÎ+ÈM*󌖅£ŠfE<µ“yuµDöc ¿Ñt"o¿„GÕm%®ª~DÇRy ·Ä¦wVÎSßU×ÖvÖÏ3ŠúoØUbÎh<ß½BoäškÊÕ1sÕ·Õ§#:êçOüuc£äƒjŽÌ¿c//Y]œ{½%H>'q•z›5H[¬_e¡ãÀé.Ñ›ƒÄýÎ'ù¾Eo€Ž÷®­ä¸rƒº8®•×o0vhþOhíUáŽÒ¿c°|¢yú­:X‹ê×òcD&œðs—®^®ªö–Ö÷Úµ…VjâšÛ[haýã­ ²#‡Æwìf+‘z✉–Xy‰ò¨ù§:V[¢ßeœôg©‘ rw=fï“0L̘éNµã>ðÑs´œWîPWGkL;ŒJéßìèF8øøD©=jþÅÜÕ¾MýU©eõÛŒ<·ÕTò÷îRb’½¤³Ä®R˜¨Y.§•[ÔŸÕÃRΤl1ÞjÖX%8G•2CD^}1ž™âÏÿtŠ„Ê­CÜåAµJcÒöL=h vqIŽûßÕÞSE…}’’å+M-r ²’µƒôû·Zº¸Ð¢Æ«RŽ=6!¹¼¼ øVæöÌ´ ¨¶E0%jè÷o…üÏë>Yž ×,ÿnCK¼¼Ÿr·ÚU¯í§ßmì Þà 燤ʤuîXq+ÃÀé¬Í‰}LÍí"Nª5Ñ6íýIc ¤ ¹b}º2¤w³ÊG)«]\¬ÚQúãÆ[Áÿfmr¹JâcI“PòiÚú£ÆNëõ/“ý)"†ú‹ø¼'­Mãf‘o¨’¬Ñ§Ó6N/´Fî‘æðq²Õ”V±EÍ-e-mê¶ž³‹&ëgêýA\y|Ú«´}EgËt ÝÝY©OYšAe7+líy&t¢¾vtج+Åé9#Ÿ^´zƒ“]^nge+m[ÌÅ©gÝÇëoŠX 88Q䨿å²öX['­»„§Jn3Í/c}£[&Õ¶Õß0Þï:‹5){¥ºÓ-|!°çºuœÄë}ßIýl%—BoÊf+;ĸ¥|H;je¼,vQÊ•8¾¤¨n| ñSÛ_‚ÊÕ‘nÁö§mÕLìu÷™ú_=¯– 4^rŠô(G?z¨ª²¢®ÊþLn­îèyÕ}º¾µñ?×ð†ØM z÷•¢|'®º£îŽH1:¸½vø£ÌCÑãìêöž‡­Sõvã!ËN12ËA¦Ó…þ@ê×pCNY­‹¤jT9gFæCÙ"e7uÃ,&{‘~VàNÑÖ˜R{å°ôб3D«eæ}ÙeïÔžž÷Ý‘ˆvxÁ*'ÏXÁ»w‡@ìÖJøÁSïÊêÛ;«{x>§÷Õ?þïO:ˆr×¥Nh1È„ß+d¥¨èÛ²¹Ê~ÖZ·Ýçêo8ž¶;ñÍÈøâRû¶ÃNQgy)[¥,VãžËBW鯂èMrŒÝl °ºª‚jÜÔí¹l­)=#6ü¹û }»€sÀWKMáŽ*æðý20÷@ѯÀ<Ÿ¥ݞʖ)÷äÞOÝOgß«c)šà_ö@mK=½ü%¦¡ÛcÙeõä°…Kô7ü_í*½ °X­\÷ĈŠIú(Û¤$Õ¼çG÷MúYÍ-é;Êí—`ЃŸ·–þÙ™¤¹"†òsÞË6(q5ëIX7èÛ5âúà)È\eâ-‘ lÀ£÷K!¿½#;¦d¿•­S¢jÚó­û:½sYâ¿ó½Î´¿T/°Ï|-¿j"¬&=_»³á7JUß>9Mö®Ë0àhé±n?e[³KÔƒ<ºïÒÏå{–yçE©gXëJur­lßeZs‡üžßÝwèÛ9韜»ºTÍ3TøùµGÑ_e³3Xu笯îÛôþy¤ÌsãÊN6X£ÿù‰Ñ­åk?k¦Õ%žÏó·èä a¶œd7…|¿r:Y£Ðî×_zÂyÖ"á®Q9Ý·l%¹€çÝdò½Êê!Ñ2í^ýÒcºƒœ©&Ú$‹¬Ø²ëæN–ÝJoóOW­O~»àzš²#æHžó㶬LjÇå'•òd›Æ¨=©ï™7Õ §þNyøA’{*}™ !ø}¨^~\ù2ߪÑkëo”©þùöýã»ùinZùQåŠÐ4M\rRÁ,°þÍÉÿ—çOr5òÃÊaj‹F£=¬oòÏ#_&|“ªÉ&'vOO,Ï(ôQh&kgxøóm=ƒ#½ ÷ˆ–˜À÷dìϰóN$@^ó'!}_î#³·úEøDíÚ0oq÷œ›:HÔ„$ü¨…8r¾Tµ&K¾ËRð×gLÜÆËÏ*¼ÔÙ±ãµ~Ä*+bæx9̽7],X+åf¢”Yncå)•ÔYš±Úo±·Ìuœ2þsGÔú } 8››˜Ÿ\øÜÞÒü"ò¦"@Ý^“œD§”zþ6ÛÁE§DmÍÀ\ÉbÖÞQ㎙fÊ 15Ôm53µÃjHò‘óÖ,˜ä¸§[kj_¯GDO—_UTW× ßìWÈߨ`ŸäbbøíàÀÑW› ð5>nª|z†¯ú­uªöe¶¯¤?ÅÑqÔ‰¦AûúW¬§_ÿþ,–ä»÷ >5,§LûìŸó»iÒ¢ÚÄÖ7þfY+U¬Gÿ¥ó6‹3ò–òS‘7 7æ.ж ¬+êŸ Îx¯zûîjâßKD FæØÌDf²½¶º³Æ;5&³¶1>Ò۱Ɖ€ï?¦T¤}AáRq-…–¹òÛŠšêŽš¹Úk­JéÛçàÐ篅߮*ÕÛd™Óí?MAêbÍ*m—Ô Rño<1 àfˆƒÑ:—’=üßÛm…ü¹bkÔÃðÚ6‚‘MJÕ™R$§sV¶ÌŒeò§Šº¶žšÈ,¿€Æ’þÁe¨š”µÂg†©.ÊêáV’þXÑPÝC³DÛ&²¡(¯¹òtáò˜.Îv|…ïÿ»m’T„ªëDnÒöN¬ÖPÒY$òåOPf/«¶L¸Vš wÛ ¯h¥Æ5´mš·*÷üú#ðQ¤h…­ÂÚ‚º­“¿U«£Ó×iýš§‚ü2ƒìQDy”Ù+ÅØ*’k^#­¸kÖh ©-Œsþ± Úd<+ÃÿÝR™‚ŸŠXu‰f—Ö/5¶Œýþ1CþõÓgƒBg›vÈ¿+°x^³CÛ&hþ¿r·+°m¡› ǸQÛä·bU6V³Mëiô,Wç²ì=ÀÊë”±û™ÙU™{3”1ájZ“Yt­Y¸ñ‚˜µ…ušž¹ðAοgñ‘ðƒr•Ò¤¢™ëfëÿEŒìrÀ‘îez÷R6$|Èä¶_^/,Y=H³_{­e²è¿~ez͉±bÙ8ͲW.SæYhöjY:†lí[§Ð æ[;°šÛ4|K®‘4Ï‘çýÜF¹*Ó-ý4»µm‚ãL¬UÓôÏëãvRÞ"¦£¹íbí¿ z€}‰ÿ½ö.Éí6Ê­»…жªÆ×^ ¶:ð3RЧXn‰œ03´@Š®§#/G¸•k•iꚣÚ!i’|‘_ÿõý_“Öe–ÿeQÓÄ´ ±]þ~fµ³eÆ]T%›§yøè/Jí.²qG¯[Ï2?¡§ô k›åhd7)ÏÖÙòäÞÊó*Œ"õæó†WC"ý¸gímO‹‹9¥²è…* v‡¥úˆ‡wÛhõRžUA‰kмôgEý32ø ŸH|«Xë™X‡†ˆž¼Sf½!£¡¥’r{aFôc%½kN¿Ì]³+ðT…~œ7Û­½¼®é‚Y9Í ¿ ôg€U怞GH4Gü»ÿfºµ•×PÆ¥±v𬡟 VŠ¥‘„ß•¢—:Iùàá 2êè‹ÁѯÀêgþÈo-¿i¾ªš®©ftO½jÀK.}†:ò™Ä—™M{¾J‘‡Ï5Iñ :Iæµ¶m…—U}3—Dúê/ΖãyQ{ÅŸˆ.J™ ò#XYMì‹6åÜÏë&?m¨Z¤™X_ÿ=fh¹ß¸_îÉѹHdî1«Öæu‘×UÞWuµnÈ®«¿/Æï÷$¬{WyÏ9øä§¨^šçÖY®N½«š§©Pp÷?øsê4 róJqÿ §ªÖÄþÈÚÇB'ÎÕ\ ¨“|Ûðt ÇJi¼Ÿ'1Wj¹]ð¥Ìbyò¥j•fZ@þ¥Á9?oE)¬ÔñzèðJ\™*¶ÂmFVSåsÕ MQ€WêsÑ~Ĩ—hÃ|§n4¤ðv;Àª©=åÑ…©Ë4¿Y럊òs¤ºÌ¥ølm®2ï"úŽ´7T.Ñ\ño¨ìÈßJÑß#7Äï°Î”,7¥˜bƒ¤Îj·}Ê å¡Ê*.rZó)± ÿŽv£S5ù(VÆþ¶Ú©ó£F%ÎM*jÞ%ü½(ÿÆ4ÏÑ·ì‹.×ËŠ¯é$»Ö¹¡ò`å[ÕÂäj̓õoô_—|÷X»/20)ÄÑ uX±0[Ûôe¶×**òJP ý>Ñ&½È÷š)Q2È)ª ÅH´L´Ë­D«4[wi¦ÅêŠúǦ½tÔ 5@?)¢õ¡#–{t])£ByùúðïªîÖ¢ hýw ¿×eTþJ ŸRæ)BëR}l £ÛÜÒ­‘ʯªmšjALÞWiýÃ-YN1*íOYíS~vøø–NËÕŸU[4Wš½Kø,ÉÊõZÿÔt3瘔*õAMµ`“þƒÈ_s,U¤½Ú·èò‘À‚å…ÕD>-ì6H~+S¡¾g¹Ò2Y¯ø‡úcu ¶#Þ›Þë6@oNMJŒ»’¨—y·øÆß7Ñ{œžîvë'WºªwkŠ‚[FæfY—û GJT˜hQÌb§¬Y’óx§²¸/ˉ:éæb²)ꓚj!6}vjõ˜óáMOù‡>2ZìCÜ»º—æQr«R¯>®¹lÕëÅõrâàeb¼v¸àåú‰1"Žº§)µê£ši!iz­1$k†£Ó‰27cfDÅþK/â3L^¥Q§$…XôQ ˆÚõÈÿk'°dƒ.û¢‡WóduŽ_WódÇ»ÁSˆª x¿ ˜ýÔo6ÍÌÜ rú4øù¤ØóÞ^yÞ}&zûåùOòõ@ÞLÍZªûlDéÊyg€VÌ­ŽºVT£ -ÙË+Ç{¼ÏY_/¿ÿñ¡¢Þn¢¯üÿeGú"j1Ð3?¿½’W–÷XŸIySó²üÇÚ%»7‹Ù{Áis.æ’¥‘£\1yÑÞ¢0À«½÷îø›¾D^µ°ÙÀþÓRÞNpÊß~‰½M”„© `U77\÷¨áÕÖ{Düuß~òf>Xš Pû¬Lÿ1«‚ø$€±ƒìœ¥µ÷tŸNÙÕýZûO¼>-T¹b–èÁ¶O}³–»¿€§çø–yŸ—Hðõ²{÷¶\öõõ³ûW)Ü+f0Ù5Óž>R´W:ZZÍ' Yª¢<ô¨ï5=z‘ÏâÀÆÖnþ‹œ> 0¥Ü3¬K…›AΣÂH|ÖÓR׫zøŸîuýn&/¬(V™É¢U»ÀZ¾¬.ÕqœI¨íÕÙ{žOƒÀÚ~5ìX0£êïTK/;°¥N¼íQÓkkQ¤ùQ@M¿Žþ­Äè,oêÔ‹ý xCÌc·‚=޵½ôò*öÆí‹‚üŠýW‰ö7Kkð}*Yá´O•øa»“õërªç?÷hêÕÛ{…O÷ï°Þþ+¤õíp³×)ÅËö)‘#V¥FÊyêÑØ«§÷2ŸGöÆ~-Ëÿ7™;ÕÁF!Ù=zõð^â3ª°¡_ÿ%ñ>uövüô&à–B‘+9‘w>z„z‘Þ›|7õ#ý7>HS'³b÷uTÂÇb©çèãèœZeÞ• iåu8mƒO÷æ­üpÿ Àþ©’o£Ê0jc‡P™ç o=‚½Pïu> šû¡þë¤õç\IGú—âÂýå>åžÞ ö^ãó(¨…ì¿&°'Jªè7^{8Å“¡±^%Þ»|É/ñßôÏ–8âD…¿?Ù³LaýîíÅ{ïðéÔ<Œ÷ßØÙ™ïÖŠ_xì;0÷ð¨ê “¾z´±³ÞPNp~›äù}AœØùÝyC™Ìh’óÙ#ÜË?nf£fá~´ÿ–ÄO1g®Å%ƒ=šÂ •ªJ&¯!Þ}›ü†øtȯ ^Šjœ[ögŠJÕMƒ¼÷ûXÂ?ðÚŠRû KÞ±ç—UJôJÏÛëó(äLì§qêݧ–ñ‰Ü×Jñ^ý¼wûtŽ÷k¿»Ôú§‹hìei1½ÜÓc%›×ï“> Bl~cüOþKþ=È~\›ó÷q:.;MV¯øüã>‚­~£ü—‘·ˆ ¼Ü±?¹Ÿ‰y8ù¼£h+í²_Îb ‡¤ùð? ä—;ÖúÁ‰Û8å]lêÇ+šJ¯÷Qæ¸î!¿a‡ô÷O¾[A±.ï¡˜Ý ¥|*Ê Î,ðñ©v±údÿçÿ<½O:žK,ôwŒ ¾ìÙäY¨åoÂÏ{æ$-hf;_}@Q^`×ÿ|NšiO[jw¶Æ2ܶN\½U´Ã«Ò;Ûxï¯j¾u×|;ù åK*øL†°»mÂÑGã ÉìJ•\\ÌY>k“}êŽõ?›|«pt)¬üéà°Ø&¿Sl˜^xÂ|Ós¶w{Ÿ€j3gû·wòŸƒýB¹äha{ëkÎkTj‘9&®­Oj׫Ïôo äï'üæˆîII:QòvUѶ/¢WŸk{h¹ê9Ý»µOõjW«O÷o-é‘ü®,µ¶å¶ŠjoRøŸö¾$Ó·ÒeÏ©ÞÁ…¾Õ.WŸêo寉ÌÕM⟷Žl rº—eÓ_¿ éˆóˆì‡ž‹¼] üì?òùO‹®u±Ü““;‰dϱfdH,ÀÖ­tßsw×ÀºÕîW_àßÅá¿„èm¢ Ã?¢ûGù•aðÚ•îzÎó®ø!§iæ<ÿÎ’ü¬°¯€‰Žçw£n{Îõ~P³Úíêsý;Šòß"ný?Ê®®Éúk¦†ˆ8v°ƒ1vß7Ê1`ŒSÜÆ×ff^y’š™™yå™™™™‘™š!™™™™™wŠGÞâ‘ÿ‡Ÿ¿ÞÞwú÷óØö>¿çþ>Ïïxßu¸.›G’AO»±£øž{‰·5º,&ùnO•sÁÜn=¦bŸGê µ´­ž½EÃ+’.ð6Gï"b}Ö{TÀÝŒ]ÈCûàçî‚ÖˆMÌó5·•·)ztüéã7•»á^H`©’v6âùäÓÑJîSqSl#==sO'5°î¬v,MzãúWq3¢šù!Ž+È¯Žžÿa=ªIú6àKÚõˆåöá†Z÷u^Uô8âÓÎ~÷A‰Ñ÷½4”‘WpŽ˜iG³¶3e3÷*o{ôĘ/‰L*ÐTÈ»BŠo´Ë-¶Óz#÷2o[´2žÖ¢£Èï—š™OÙ[»z¿“2ûqøjt~üôä:æz+÷>¯.:î‘gQë‘p'ÓîEÔ2‡ë“¹÷xµÑÓÀ~ÍEã-ç¯Yª“ƒÑ~B Gß, íNÄN¦Loá^JÝ]$«ƒè]$œSÔñõ h@k‹¨a~ŸžÀmãÕDÏDQ×?i€ÉD4öÇÞ[ œ'·_CHM››ÖÈ”™³¹Ý£ž)÷þ3©à†Ï®L&­+½yÚ”Éíµ=ñ=ÀG”ÕY¥Ïü%Ö…¾›y:6Û%jwôlþ÷ Âz"ÍOfS€>#P|xг°um´Îôzæp³Û9*=¦ý4ìÿƒùÁ4rÑÂé{™²X7<긥ˆž›Ų̀?)Âv}¬ê¤…Ñ[˜§ÍNnXTKôb?û½ _ˆ±A¾´ÓBéÍÌbíÜШ]ÖEúãiŸ ,¢Zœ :X,Ÿ4;~|Ö» 9´zsxìqKHTSôþgýÐç.ðî‰å4Š5wâJúAFdä¢"~ÉA~•û%@ÖD„®Ï <}ŠTƒûm(T0KÉd#Õñ  bmýƒ©*éo?À×S|¿®ªqïiãkñêØ ÉYÞ%Dg|1®€vÊ%ðÒ# ¸U%{³zåÇǵZÔ»4’:ÕÂÒ]mÄë¦öuÂ7­œ~2\ØoORyÔ>>-æØj#`¨?¡üqžN@‘qm-ý(C¹Ã¹6Jïà£XS ÚË(NøìÎÈÜGZçcõHsƽ’ÊÈ]u„ÏGöߘ>Ûú\~bÿwýfÖÌθ#ˆñÌ„(rf ­¦fxròú­ŽÊwñ’gA&¦÷“Ò9¡;! “—¶Š~ˆÁ‰¼›·*ʚlj q§^1y?)GÐ*é7 ä‘#¸•Qgørà¿T±ã!ÞïÀa–' _5ŒVA#d§VDâ§Y.¬; Ÿ¬öγ|†¢zm]£ËÂÝu‚/ªÿMR=Y”G±½éëè'ÂÈÁÜuQE¶]yŠÆ‡„t˰Êhªä÷¿•q{Æ?m?ÒáÝLO€5¾sÌ…ŒØ’¹|[¿)ë ëfúP6rY’>ï_ûów9ÔîÌÄ7qlŒ¦m¢¿–£ŽÍÝÕÊW#úPìïñëöƒ'"<ã’ÈÊ‘´¾ö“ÑÊÈ‘ÜQã2g1P}HE£§RP/ëþ ÁGº'Ó¶å¾oˆ‹œÌ]š}“#lpÁﻂÉ?×ã&YùÄ*úPCâI\MÉuþ "ú6ˆœ8"cЧiÛéƒ9ò-×ö¨«ü.‰=dÿíiRDIa.E;˜vR¯µçn‹úÁjDö»…Po*ÑÇ*ýä('´›N«£×äY#§së¢îó«}ö‹–}ª\9¶æ4Z-}cü‚âiÜÚ¨{üäþç`‰ÇR„1ö$è:•¶“.Ñ["§rwFÉŠ-Aâg&©\ ý{7bŽ3…VC?©KˆœÂ­‰jã'`ú“ã~è®v}r#]bÎŽüØÓÕ=:;&*«£«C ú#.Æ~šCk Ÿ4eFÎá6DuÎ|¿|ø#ž3|í#ÑlÚnúÉØôÈÙÜÝQ£KÓýc)Ï#›Ýêà^úY€Ëã€ÏG õô¡æÁçJ룞ͷQìw‚´šp–×IÕ})m/]ëŠ\ÊÝý'ʘ>8r~E¶ÈÁÑþ7H¾=uSûy_øüܧ.¦µÐOš‘‹¹-QaÑNÄ6XhŠœJ®¶?—–ðV/@­›”ùÕ"Z3ýýX{ä"nsTh´=æT€»ž´$ÙC:Cޱ ¶€ÖD›¹€ÛƒøoɺáÓï¸@Ú¾hä¾ÞdÀŽûÝHÔzeíÏj¡yèy6ůä~n)Ë9(ø¼4ĽÈiÀÝÕÙÕä7ûOéÓsà5ØÕ¼":“y€µ‚[ÅŒ> íµ¿È‚-x´° ÙeFñoˆ^š¹œ6ßEgîg‰=%.zô~DÿléT"xyõ"û(•[èšÒ•ÓžëGc†%•s‹úÑ¢÷ :õ¸ä³’ð§7$e#ªkiƒèæQÖZî ¨BÏQÁ§0fâY1â1RÀ"²cØî'ðí“É wŸ”#¬5ÜQüè#„þ]ƒdÞîBeý{5m=Ã{˜µš; Š}˜ ÷W}šÿ'T‚£öHÞþw$Øþ«h^ú—Ù‡X«¸Þ(q¿C˜þÊ}ÑÛA³óñöî¦Ýþág—Z»å_s¯×[™÷YuÜéQÖèû‚rÏkî‡ÕÌÄÌþXf-í}2ó«–;Í›}OèúQIK±ºÁïŊ݉ô櫞꼢Kô9ÂWf{o磬CÔÐÆ9˜m¬‹yS¢¢ßJܬøÄi|I½7M);iÏg3»G6rçEeG>ýX,Ǹ‡>ßJ\•êm 7UÆwlàî‹ÏŒîJª¿·‰ën;ü»iÇcÓ™]"wsgG¥Gwñé2 Š/Sf…y×PT,Âù_O[ê±1;GÖsgFÙ¢;ôêúÈq¤¾âv¼(ÖÅ ÜË]åŠÇôŸ}R”OWÞB;nv2'¦]Ë_åŒ#ø'*X åûù—‚t’Í´õ±vfhd3wQ”=:”¢ÿ€Ï—w)~B¦ïÚOÖÑž‰ÙÄ-Èʉ‰éÙÞo$SRóû½‹<ó>B¢ƒ´H†‡µ’}Éóð»ä~Ò»2ü¼ß<êñÎhˆž×QœVÅÊ{1ƒÉ(b­`/Ïaò†»Vž#ž(ñ¥}xÏIŽB üx7ïÑúï§ÝM}ݺœ½ŸÝÝ]À_.0ô^äJÂó£9¨ì}p"0»‹çm$}·úëá÷s³ÊÙ:}áqóË8‘²䨅œ= ¶)wîA¾Ý‹kØQß1ˆuÎ{”-à â¯|ô¯¸ÔN–» IVŽ$„ýy„Æg d­a—çðyùkµ>–ÛŽ®Ûíón+DàSÅ÷Á¿‡i<ÆÖjö?Ù<Þþj!<ôZZ2÷14Ÿ~| |ZC¬@œ;Dã0¼¬Uì/÷-^¾§äo|"(Û™‰®ºzÿn¹FIÁu}ÖnÈv3GÎÁçaËy#ø•‚ObÞÙ#4ùœ¥-¤ Ê+y;ФŒa¬ ö)¶”7Œ_!x.fTÀµ¶ç°‰®åÉÕ€ç1&œ ‰CXØ'ØbÞþeÀJ×2ÐSC Àœ§‰YТC9F2=^zŒ-ä æ¯alzâÁøÕ}_§õaLbU±¯³9ŽIü{Ï€Æ^°z-*¨Cá*Í̘ÈÚÎ>ï0ó&ò· @/vj)ÔÛ"ól>¶f­GH|™fdl‰ßƾÌ6òÆó· .û}zÐ#ž}-¶B Ør½£Îý Xçq°Æ}š•!ó¬ÎºÏ¶ò¦ÛëŸø=OàEÌy4îXþ²> Ñ÷‚ã%$ã=Z2c«–}R2_+؃ê#€ÿK€[:i?U¡¹®}™_äìdßa[xSù;à¿$ÓEÒ_˜Ä²Cô¡ùm´ÆV®µ%%7…ß9÷o`£sI€½ÑÍ~BªaÝ#²óXìîœlÞ3q厶™í¿’²pIþPÀу)]#2sX 쮜LÞ~ƒào•ëŸn*ÓºD¤3f³ŠãºpÒy3Òv òâÖñð\$Ù9ÂÆ˜ÉªgwæØx3ùõ‚ç°üªG|®Px„‹±”µ—Îqñ–ò÷ ±0§ °†¹è?÷S:€°'c1‹–Æqòó[ŤSvc ^Zpô„øø24ÂÎXÄêŸʱóñÏ¥|ûhroÅu>$"‡±€ÕÄžœšÃ[Ào<÷ú¹yo€v&}V0 eJdÄAúJ–‡É9ÈýÓæ!ÐoÛ¿ë« mSizµb{‹{¨}î£ÀÆoÚÐW°ŠØLÎî þ/%?üû7Μ'ˆ~skŠÛ± U”fœ§OÇí§/g°éœý\u^濬XA©<:Ü‘]„ì$­«Ó"öÑËYn6¨Ëw}q€'!¥ïý•ðäÁ¢ÜJû¥¯eÍ-pÖ¸×òÓíó‘Ì\óÃ@ïú”ÃÏ!Qz·è½Ö:}>îç¢5üXþÃÅ[ƒîá}£!üK„8ãE0ú—3€}#ë0w5€€OBë®zÆ >ñÉ8D_Åò²·gâ®â7‚e¾Fr½Ò‰õÀé#‚ò€£YЖ´K:dŸ Gâðë("ß™ô—è[Ye첬ŠÜ­ü-@e½ˆ4ôÀu_\Å)BVº„Ƽ•w¾™5–­å\ànæÃþ߉|ð+Ä‹‚ñh¼¿Þ”ÿ¡€S°‰5š­æ´r?ñ\CÕÉ Ÿ$%E{[Þá~Ld¿úÄͨFÿh=KÑ;’­äœånä$sæ/}p p CÈv Y¨OI2X#.â&½š5™ǹɭæoÁOã)·uñÇù؃ P úD\§W±&±ûp®s«øã€~QûÞÆc¼N©†ƒ); æCÚvÖD¶™s•»¯£:ÈÊÑžür@üCTQ€m"ÚèûKzç%pÚ¸5ü‹º- Yw"C7üsÀîás¬WvDwF#kûfZw^M†UÏOá³D¿à2ðæ÷8¦îÝXfDWFkûÅÄ—2øM¥£ýEÌ©§ñPœ–ñ{7k6»!« ï¥8iöz+}5)‚Ïâ¸> ¹ªý›°¶ˆÎŒzÖL¶³+«ž?ÎÜ—ô<€Û¥éJXdEº+"œ±—µ”íâ„óöòu±Ÿý_wãC-Šc´°³œ0^ ÿ"Ñ= ¸’r–ôn$Ši{D(£™µˆÊkæoé°zw&é#À1–Âø!c©;‡Âkâ H‘Ðé·Ògd.®Ò´ÄéE+™‘lçÙ~­9‘€_ŠgâÈ\fÜéI«EG:IáUVb )JÊ?ÀlJ,â¬àýRÊú˜b7ÐwÃyšäfÂ8ãñ«Ÿr_†þîGÔE.À9ø˜s?“Îæ9ŽætwÐ~¼w¯³×ßÅù)ÿ>Ã#€$>ÍŒës9è÷”âÉ…û˜4öï.~ÒŸÂß…©»‹·QV€§ùôÃ+¦Î†øªà­ee ØYyûG£@?éýUZHùcÀlÌ*b£ñfƒ.xkG˜|vc&Ç}$*ìú3êÝÏû¬@ßøFäfDÉÐmo5ã0“ÇÀYåœãàáú1ÆxÖÕÔ X¸Ê¢°&¡þ|òc`»9H†yÖÂŒCLÛËYÅ[èæX<ê£C|N;BÙÌ«dœaÊÙ#8$;¬r ýR ÞïžÚO=fˆ«M¼ ƺ){§UòŒý"c¹`½wI3‡c8çgù ÑFÞ†ˆþkkG(¶š’=·3®2Í쉜6‰Æ`ðIÝNuZ/б yožyF$ý"qx|7”ÿÕ¼mŒËL#{{ÚMIUÆa?ûOô™ | ¯CQ.~„°¸WǸϴ²§sz|¬ÿ[ý^ưÔà4’zºÝ¼ZFjr2{§‹tŒ>ôŸ‘2†èp´A*Ð:Œ¿Û³ªÒv2î0-쩜sÞ‚ìg²^^F Ø8¢Ã¨ãÕ0Ú˜ ì)œ_KÏë°ÿ†E§¾Ñ#‹¶ð6fvge³çqnç]KÈFô‰`£§^æ^"ªÖÄ·/± 0/¿™×ÀèÊÊdïÎ •ž7e v¡+ª‹ûùèð«>ø¼5ɲ›Ñ…•ÎžÍ ‘^KN'âÏÙò<áƒdñ5>«òn°b#¯žÑ™ecÏät—Ž1ÿ;NRöñÖQâmÛËg¹ØK9L©&Ö%è¸Ú÷FÑ4‚4/[ÑÂcmKXÌy%í¼Ù)xôÎÁƒPf¯™ʲ³qhÒcí‚•ÅO–þ?ýÇ^^#„•ÃŽK —މÍ!ñOC¶Ø‘ù!e¦{!Ì€J"ˆ.ze«4’u0r{†‡É<àªÉ·æ–½š>Wjw&àЊˆ"“u ò¨gz?&ÿ^}dƒ§ã\YâX(oÿ~„]#ñ|ò¦{yDƒÎÊÏ[Î)àÍpìú»òûå.BW4!48²ÈFèÑ#ë6Š„oÁ‚ånÆ@ËĸrŽ›Gãƒ=ž 9»Ý·â¿FæÑä?¯$=¨¶6"ÔvÄ{4roé ž€4Úç” òÑëÀÿ}ä/ŽÀKöé ø¿&¢2Ï:¹†3Çç‰ì¥ßI1÷.eF±:bƒÇ:™žX—Êãz1[ò&R²èmÒÝ7}0‚¬Šð28¬C‘«8^‡(úÊÕ§H8˜ðLó,¸Ž^Ä,©ŒÈË‘³ÎDVr>Š‘óÏò?Cª}û¬›pLþêæ€ ò!›ŸBWTD cHY§"Ë2GÅHù§|ô É_\|—ÐyaÑï$Œ=@² CbÖ‰ÈB›*FÌ?éã÷Ÿ€Zöø«3Ê·¿æöEƒBÖ±Èuœº”a)Ç¢#’–1ß#,ùDz¤äÄõç¶2Æk)—"·r>èù—ÿ¯ÝY«é @×ßp¦¤&ehY"7sF ´ü >úÿTR…5ÆŒ÷YÿŒËÍP³–älâü-Qó[}èÇXðµº÷ 6dñƈ‘ %ëläFιh%¿wû½© Ì÷öö›ÉÝ!z¹ÚâêˆÉŒ8Ö•üjÎG†8þÍè}í«æu; †]q·â³ˆ ÓR1‰Ñ‡u=²Šc´½gÃÚY2xnF„ÇómÿÕx÷öˆ‰ŒË‰W#·sT3ÿ*Öÿâ<9IÒ„9T³( ý²Æ3Œ¬Ë‘Û8çôFþåèp°S‘£ÞLîcàÛ¸~‚쮋˜Î°²èuœôVþ}Ìÿ7#5Ž_Ï“ú.Ô£Ÿ±†ýP5åÖFLc$³îEÖrFé“ù÷ý?@“Šcè]gE–²Ü®ÀÕú©dðLQÖT†Jw'r'G¥·ðïýKèzdŽÝvÉ)+1ÀU¿=•WÑ7½wi[dOï9]¿-ú 76¼z7€-øÐ1Ï};ñ±äFŽÊœÍï. (ûŠY—=Ì~&`= ƒî4 ]Õ1‡‘Éò¦4pΙz—t¥Ô?‘ãuǧÄ¢{¯m6#Õ…½›#)Nçw¡ÐOôá^—âו}æÉ°±:³ë9£Ì6~gý(J/Ø€|ÎòëÇöF,eRÃÙ{9ªX?òšüJÒúäŒbã ŸyBžG,"Ý ?¡ƒü »ôË+­õ+\]­Åpœõwœ-,]'?¦}!ê×®’jn9Øq2òè2T_O^ ú|EŒ})F/.“µ^RÎq•é¶‚üR¼CŒõmÀ>ýBŒVÒœ™H©p]„éâÙÒÝò[±éšÙºÝýMÛÃçÂiEû3: mâ™Òzù‹f›f¦®žÄ¿²ƒf‚ëK?… .t‰—J÷Êãc¿ËXª+Çø¢!¼| ͯ^Ç™'÷»C!Lè/–¶Èo™šÅº– ßޱÝv5`O*´‹I›å·,vÍ"]³ýçÖŽm"Ì/6É_Œ}%®) >[6ÃÕÿÕTtjß³Ic,‘ƒ¢•Ò/S"UÕ+už‚õAV°l¶8ôÉ'`¡¤xÓþ–½8·HþmêÊœ;¹E†iN®/óP$Óð<¦¼û\j'”}ùžËhžu ìO^Ê].•e ´ïW/×Þ%UèÕÀkDsXý |Ãu; aÅ×ã:Á˜4!`¼t¶‹¦Ú§.׉}úÅyfkiZGö—¤¯•’¿_j_«öÛLYù~éZ‘B”/PLœ@{·|áÑé@yXÆõ;í"…[.î·¢³ÄH¯+È6¹È&“‰ð)OxX4 wn.OuX½Z7 €ÿº€ÏžÏãÞ£ôA3Pfq„‡D«¤^9GuH½JçÅôfÜ{މI°)=iUVÔÝgS.üÅ®M!—«Î¨+u#üøŸÁ#&:ƒ©I_“NI…§DÒaò÷§Ôºaú´üDðÖbnWD€5V±ð„hƒtˆ\¬:aÛ bx”5°Pd'ÊïÏoØ×IË…*“}¬c0…þççÞAr'DÑS Ë,Á¤â Dyo:G¥é…—Dw ÊäzÕWî­º2?þ×ÁÊZ¨-DÐB¹?_+Tfn–Ž•kUÔ›uc úÇQÞNºÅÅxü£ã@ V [E&Ûh¹ZÕª~/týCŸ?H;Jì•.€ø;‹èNºRxÙ±Ë>R®T}áØ¨i؆¹mÇ÷ZôzLF0[Æ ‡¦UK?7Ä©v¼í™lhð[Oy¬ÿ}4Æœöo…,ÌCðKí9 ï÷^•Ø_0<[¸Ú[¥›ä'ÿ>gRưK?-%´Æ"pï¶^m—ö5˜UWÕÛu¾9éUҺׇ¸^3mQçSFáeÑÈÂú±%—ÕÛtã}ø¿ã=ñGNt½·(s%Fî}QôJ–U5+¥Nwb„áwžõ§÷¥1Á ïÀ˜ÉÂ{¢Zé údÕ=u­nš!bó,Š߱Í?‚«ö^Ÿ[[„wD;¥}õÕõ?‰S ÏØ,ï‚KÊœVzû4¥¾'ÛD¹7tIYmêÝ’þɉÞöÛÇ›HÌ“CA²lawq£´¯Y‘Û]Ó¨›çc¿ó~Ï¢˜©¿ÇÞÈ.Íc&Ü0eªºjts‚æïý (œ.ì"Þ-½›®ê¢Ù­› ô뉎+‰4{xšÀßÄ_’¬÷m6agq½ô³MÕYS¯ëåîôþs ÃÅ{¥}c]ªpÍ^ÝR,ÿÜÌ0\wCaD)ÖYङS&n‘Þ0;UašÝbD?‚„s©Ažl²&SŠlk†Š›¥ŸÇÚU¡šfÝ"ãÊ=/‰‡ì–"n’¾›£ Ñ4éøÑŸšr0·Èâ•™±03S¼R¼*?RîQE8ž¶F"ú#„Ì7J;ý»ìsŸAqÊ4ûOÎ7=ÿÄys':™ò"Õ Íí:àr¡3çÛDÊýyƒ ÷ÒrãIï5ç/ï—¼ä(P=ãÚ¯íd qiÎ:‘ðñxÈ·°oæîÅynUŽkŸ–fx-õ1Œ/ÚRI怙ã?ÏŒ…œK!eÐ áZñQ‰@>HµVsT»:Ÿ™Ù9@ ½CYm ÕáÂäŒIN¾ü`ƾŒ#Ú~¹›‘ѱW‹…i<ùÕjÍa-ðŸËžêW3NR<–·J|H‘{U«4‡´ ¿Jši¹-‹A×DÍßEé‰sÀ#„•b­îㇸJÍ­ñÛ/ί€õ¾ pÌȬa ±1M*ɯÐ|é–"ú °{“>#À½*C„ı1bùÕüâZ±áŠÏ5«°¯F&<Zˆ)höJбøƒäuâc¡|°jæ˜VHŠÿ‹€å¡x´UW?P¨òT—Ò2¡£_-¾LµUsI«7Œ&lõgVÇž»’ý‘»,q³Ø¬ÓÊǪ6k.h˜sˆ(WòçƒG 7‰:µ|´j“¦U«ÿî€{ŸáQogo?žm©Ú¨9«½HYÛ 'yìŒgѹW Ž/Ë,ß/ & «ÅŸ¸Vnµ&¡8ÎDá&DRiE(Yð6pŽ"ôœ$¬?oè#Ÿ¤ªÒ\×öñ‘?Úrr i>ài …ÛÅ8tNVÚvÍU­è=”«Ž‚Œzç-G9ªÁ3w% ëxaLÞ5½Q>^µMsY;$×Lòò\É»ÖVSð%Æ~?ù¸ý3½U>]U§á¸¬Añ·yáŠ/ýÒÜZñóúdù4U­æž6Ù~·îZ .‚%§ wŠk,ù‹I;5w´„]k!ã<~Ø!#õ&BøTU0EX#¾¦ËñžM¬Ñħ…óóÙ~q4bàJq£8Öœ-os:=ÝuÙXþ0œg7pÔ”x–’N²õB1’¼¾Oš#l¿lË”ÏQ5höØ2IúEõí[Ÿ5ÔÛ>}Àlá‚Ìk±óÓg«vkºèÒ>-+ŠèÐdy_Cžšq=ºc`’ê7”ÏÆÕ‹¿L¤ÏTÕk:ël$þy„õ•eÓ2ü°}©p¯86Ö%_ªÚ« ×Mûv}ÈÊÃ' ý „ @ÃÅÂñ5ó‡ÎŪMb¦ñŸCyjâ÷ñ(1};a FõÊâEÂfñg±vù"U³&Tg74úùü=Ÿ¬¡Çï ÙppO¸”ùU“&D—4~³-×(5,¼ÿx‡+…' Ô½ì˜d÷h"ue„·N¦Nk·&CîèP½þØÕ†±x‰}ëh¶:_Ÿ_$îßï€l…êOÇ‘â~çqÏ”œF"ÿè~õq¹°@ü”ã¦s¹ª@ÓPÔ€eüÔ§ÖlÄYÔ ¡Q_ðÿÿž1ºÅËâ'•«ÜšîŒ­‡ÏsåÄÝbvªßzžHå»Òº’µªAš—Ž"ùEÐ9@û¸z|˜üuþ·Î×PÔÍ áãxG“;PÌ—‘­Q ÔðuG|ô/‘,νà³þi÷²@ƒ¡Y®ÒâÁºÃ²Õªš#I‡ ú>H¿2ÂÛÀ[Ïã<èNôOYY«„^ñ Ý!Ù*•Wcw"èé(3Q¤D¡î§û¯íÏΖȥgd•ª–\¹î A?†´ît2@ï^=P,ÄNÖ0q_Ë)Y…ª&Eª;ð<ö‡D|Âï„Ýá±XzB¶A5D#Örž{¡ó ŽFå-Æ=Ê:á`±PšèX§¬êŽ!ú|Èα¤HûÒ³ž¤—ø{Aîðâ­Â2q«ã’Ì“\¦éÔé’þ¬Ï*Ýã)žÆ±nŽk¥d›Ucþ‚¾~Êoý2zçE¿ýÕ»·$Ÿ¥µÊ6©F»z§îôÞΙ:ä·ßQŸtè|GÕG€"RçH±RÚ«ŸÕ9RiŸbÿ4‚Šèã3 ß/°‰@†ˆ+—çI@»jᧆ8éMYµj2ÈÿŒÖ,Kÿ ìØ²r:î†Æ8~Cc%ÂOažÃQ%œ`è#½.«RMúë`ÿ9”ùõ3ƒ§j0H~oA2€<»Ðd0K¯Ê¶«&j¾¶_¥ø¿®Gd@w”ÙÓÐè œOâ· ¯èÒ˲bÇx ÛyÑÿàaø/_&a¿‡˜ìŸê­Òû2‡{:Èß/þæ@Üò߇{à“Za‚mTá=Y­ê>øæ¢ï™æ{sŲÏìšôCsïÈvª¦ÿ;íô”¥7ŠûÈæ9IçÜ9ÿ}osFTA[VðŠ.A:5«F5èÛ‚Þq*ÈIÕF¡Éœ-í.oTÍúîAêÇ4—,È9›áÓ(kWyƒjÐw¥Ð¯ž'~1Á:ÐÿdƒÝÂ+±éÒ.òݪÙ@ßÅÿ>ãyŸ¹I½p‚Ù&í,7$ÍlÏ?\=+á÷Ä•7I4±DöW!ÞÍ7ź¤áò½ª¥@þÈóïö/@}ÈJ¹bvJÃä-ªÅUZ¢?Dè¼"ã›Ý{g\Wª š…ŸÆÚ¥YIͪEÀ?èß#!ÎÓ„×äqá û÷XÃ8›„bs¤!ò&Õ ¡È¿â6EýqRþiŠ×`‰Ï; #%YŽó "RíÑ®ÔïÂ÷óoµl"u|P¾ty°æˆÇJM O¼’q@8ÕS$SåP0Õ;rWèÇPVÏÄ¿ÞOáÚ™?Üý²Ã» ýˆïa9¸® Éö é’Ùr…7ùõÒtg˜#µ÷³ýf÷åé•„UrwÏ7%—+:ub纵åúN½©×~€¾'éÃQá.÷ ÙZEt¶@=Ï6­xñ<3©OätóvµL&ÕM¾ŸlG„|É@ÙÅ«)|õ@íýÜÀj’ YÏ žf/Ø.!yç©‚åIÈÏ%ò$d çaE…e€vµ>ó‡èĶ}-Ik)X±*o4DѶ´CBŽÄ+[¥8¤à¨½ÚUúN„üßÐü5¨—/ñ9—súŒsF(—ŒU*Î(äêÚJý®˜àvÿÛÖFÁös¯»O _·ÿã­PœR,² ÓVègPèkm¡ câÅ¿¸6wB(– ‘mPœPˆÕC´ô©$úz„¢‡ˆÊÿµßÓÈï;[…’—½“2Æ&Õƒµëôüä÷$ È:9½7eN¿$º$ÔKÊd=]—zu™v«~—0÷!÷¥!¹n£ ÷h%ce›ñ™ZõXíf½¡t¸§4c ¡ëï%}|²õ­Bµd´l“¢U¡VÖnÒw“N£~ÿ;Ž•ø Oª=+TJFÊ6*Î*’<#µõBÇ û;-_Ç•ç>ÖÊN©/_Ùã$“e5‰7qêÉÚjý.AÔèú‰(Ó^$0ÉHéÃæ]ö‘L’U)îÆõQOÒVé‡ûôßšá$_“h+p=¹*4K&ʘ¹WfõDív}jn R¿. ÿÉ/Û¦¸¬0ªÇk·é;=XÁ$²Ç‰=øýj}Ͻ˜‡áY÷…wâ¦Ëê÷Võtmþ¯ÜÁVìÜAÏÞ^)˜&«UÜS$«§ikõ3H¸,­ ¼×5ãqàÈ ²²yGh‘L•íTÜQXÔg-;õ©>\å=ä\Š­Šð‚öŽýRâáøÉY¢M‘ ¾šU£ï¤ßáw‡|raÈŸØî.Ê–°Ý•ÙêyÚF}*¾£íd…‹™ÿ Å*Ÿ=¸/F<îȔ̑eZ&åfªçhôÌϸƒÎ S|ÖԲ㻈‹fËv+º(ÓÕ³µ»õúüûÙé‡dáQ”?E6É”¬zEg¥M=S[¯Ïñé¼fwÀ⯸-¢;âÉö© ‹òŽj±eŒß]?À³ÄV¤ï—´‰kdS'2Â3j´S|ü?¦°;iÅi-²BñÎ^°l¶¨»ä[Û-‘ƒDk%ݲŠûZõQçO*žµ LÜícû§P?Яt Ö` èhÒ)_1Ô½F½ÄÆ÷ÃßMˆóB\Ö%Eá‘ÕØND­YÛl<Ååjõa χ>%èóíëÜ/yE«$‡¤…W¹Jm·rô‰”µÊE™­'Ãò¦ck öé¦ffL¯”œ‘Ê#”•ê3š¿(«ur ý 뙊ð²‚"Ïu¸z˜¨B¢ÖIÔêS)!ÿ@èVˆâûǤp þ›Žpd¼ú"oŽç„´Å:D¹A=£@ ô±ÅÁƈíK(湬;Š­;¡Ú}8á•Á¢u’cÒ™ƒ•ëÔÇ4BÄÿoœ=ã—ZZ‘Äfôs`q1©6 ¨,m•\’êeÊ­êK'²ÞAÀÛÛÈÏã †C87K.HµŠ±ÊÍê ­Ÿÿ_Á¨ß9È}Q£E›$­RµbMñ&u«æsкÕ¯¹ÈS9Dè}þöÀh‡({#E%µJÅŸÎêq¹áÈ.ý:%.Êäõ”îÌ8LUKnJ§Ú'+«Õ;,q~òK3žl?y‹¤¿ìüÇ‘W¤;“DU’ñÖ>ŠIÊ*õˆ—ýê›ÉH¢¼„þ¿â¿F  ˜(ZšyU*È›¨Ü®N2Àµç=ðC&¥êåA¾ž¶ÅÚ†&_¤ôAñó¢}”k¼h›äû4£b¼r›ú®ÞøoþÆM ò\Tšóe%aº¨NòE¢U1]Y§þRoÕ3ItyH‚þ”ìp?>c­•Ü“&+¦)kÕ/ë“õ{R |/Ài¾|,Á´¢¡yk­;ïH-Š©Êê$ý}Ì}]ñ9r¥¥TÝXJ?´ÅY#i“&(¦(kÔwu[±çW‘<½.È"ä(¾ôn°w—e+ÎXÕIælý8Û¬_¡È Ç#vÆýÒ|Ÿ•9¢IWY¦b޲Amô”øÌ”#䈴^ö¾á#I,ä÷lÑnIYºb¶r·únlúCŸç´Gÿ,ÈÌ!àŸ™¢zIg™M1SY¯~ÙlÃôß±3ƒ” EÈŽ(ýáRÑ^I¸Ì¥XªÜ«NŠuùñˆ‡·Úq±¨E&kµ,V¶¨ïšAä¿™ò;Ø•eyý^ULk-5KBevųyÍê/cí˜~) §>_uhüÐcWÚQ“äº-G±@Ù¤~96‡àWO‘_FZ(yµRä‘DÊ>-^©œ•©ýÖ³ŒèÓÜ@Y×é7È»VÈúK:ƒõ´(:´¸êõ¢Ç¿ï9Š$LÙù åÜb¦ö-b­b æ2±HE’àg¨†ßä&“¢s¹èV>]¶_N³¨éÚý:9yíÜó'äÞS¹_$,JëŽG)#Fûau¹È-iÎÝ'/WºÕ4m§No‚U””*5?À ì$‚ËZÑ ‰@v:å»~ƒÔíQÂ<Ò¦Çû+¥ÓKz»qqgøùkD%³íGäk”Õ|íÝcÄÈt¨¤~17uHb3Ö½?àp`µh€„';,_­´ØyÚ¹¤9B©m=|NGü‡Qbà¾G Ÿä ,^%òJ8²MÉ«”^uEÆ!]àøë¹$ÙbVûÓÄòÔ/¹Êgä•Êj¹öˆšƒ ÙW0>ŸRûÊΊg&Uˆ†I$ù§ä­ÎaêÞ®SAøvüLé¦+sê-«@Ñt é¸Õ1IRiwW)_2ôÑ^×qK$”¸IÏ8^ü{ü/¤º ¤Ìȶ‹ sŸÉ½*ß®L4˜µWucÜ#â&@Ä/)Ú èÓŸÝ”݉yÈÉ äÆ6Ñ«™FÙeù6åm}¸ý²î¤÷3ˆ=Qu{–þ2w>È®ý;ôH±\'š.ù=î¾¼N¹CoÕÞÇöKFº=AZyýÁ#q|íýžìWïJðu­hšdiò=y­ò%}²öž_üp0~\ÃZüæêGôtŸ$_+xÎzÊf‘Yãv*Åií ïñ°È;‚,¸EwhŠ$AÖ&¯QÞÖ%hÛt/ûDÞßOyî@¼GêIEó$Ù²µöŽDs¶¶»Oý[xÔïT¨D ¢9’LYWEƒ²sB¦¶«_ýÛã7ï¿NñÿnÑlIº¬‹b·òvlº¶ пé¢Ð83ì„Nv?$¨½›d“uVÔ+_2Û´Iü_ ºj2 âw6öí^Ñ{6—,\±W9-Ë¥ ×wú?ÿEYKœ²0E‹ò¶Ù© Ó‡zþ?úfÑ"‰]V_Ò¬Ük׆å?yî’_l4‰Hrd)iMÊ—bs´bˆ²µØZiÄ“ÓÛo4ï´åßïf&vQM$®Æö8h¨BÖÿï£?MÌœ§¾P·ÏÇsß+¹ ø4bý€iîÔ)«ÿ|Ò>¼ þ6Ñ5v úM)¿ HÝo £5”~}NÁBï?_F¯Ù ÁÆ¡!ú'ú „•ïaÜ8í}ºÃç-5¿ªÓ¿Eûèo—¬&æÓçÃÆë);‘OŠ(xwÄÀ7s@ÇùÄ>ü6ŒšÍÈÂUÈú[(™JdÄŒœÃÞý úVÍ |ó‰ç'>«ãƒèboÏÃ~ýÚgNø|ÀýÔ ÎäøSF¿ _‚+нä;>s«ë$_œ2Hýü˜yDù áí:Rï1–ÔþC™!í-?àï·¿ Ùl$’Ë‹¤ßŒãñ#ÒhÇ B Ï/zÑǵ?£Ìß²(u´è·†@TÄÙ¥_2èÿo‰'ƒl¦t.‘;2A¿/ä‚Aû@Ê“E^ \( B):ßÜÂÖj5¨}/iàñ#üV‘´:zUñ#[ÏÏR¢ð¿ê+Á;ïØÕ¾iˆ{ ?^Éç#4¹˜û(XV™pÝÐçþ@? ¼ôžííMAíwÕ`~àÊN ¬ßŸ¨ôYÝÍõ\6ä?¦WúHþ;xÂâ©/,´áÑÀ5Yò¤÷ Öúc$þ {je£áù=Ã8ˆ—ßSæS|·ÏªAJÐ]‘; âß„e‹Ä¹6‹dÇå8"kQtïŸÆQÞfH@ô= 7>€Œ9–; IþŠÀB„U? ¿i>‘t(épaˆ§»1>--è‡F P c—[˜ û0qaï>0êÏÅ ‘–¡Ÿ+ ’A†®ÆL T=?Ë@†õˆ ÅŸ cÎ/ï ¯Áç“ãKQ^7 ¼ï^ŸþÀ} ²Ë½k½=@ÖûíÿFÉãkÓÿ^6 VxEØó8΢‹þ ®w iûMugUþêêÔ)•d‰šT—¹®¨gH¿XÈ|d­6¿õóxÄíú™N©&O†H~;Ž^ÆÓH†Ë%û<1&¿vè º-u8âAC25,‹_›z ½ ¶dd'¥ËGÞ¶8ÿórA×›¸>ª‚xµ'ªPƒ4ò?Žõb:~EñæMøÞ±9I“…4‰44A×Öû&^ïI¶zúÿL w4 i…~;;AçëŽ@?Ußùíñ‡ëýebŒ¯P.üATÀW\×A·˜ݸ賈êÍú÷{Û@¿IÖ50Š8©9ïXï. ú 4ò}Éö>`É}±ÝzoÄy>³!”ýÇÅŸB’ì !ÇR=Õÿ(ðß ö2“:éž¼Š+h ˆ‘0&ߘ ˆ17¼Ô'jŒ¨Ê ÐmÍþЯ£æ·ë>d@âZ`«w€qŽñiºµê>›õMx•äïUUS@Ûš =ÐK¥çi÷?¥ú®$u«(<æ·¸¿GHÕ‚prEj<ÕîL?5ã/ˆ˜<¾ %âów%éR?ôÙOO´ëOðŸå¾Ž¨cÁ#̬ª€rKpDe‡;…Æc@ÿMÐg>”’·5À Ao¼Ô®?TÏŸÉîà½”ÚØ ü{âêŸ%\ƒhÚ(QhMê„t‰Ãn"ú­4žúnÿ;”+‚œÏˆBÕ¥¾½2Þlתg9Ȫþï›ßülð™³}Œ¯‚¬sýÎì=GÂÓ ísl£ˆ¿oõÑl¼ÚîLß å–žF^ŸîÌBøEñhìï”{’Fãåvýþ Ÿ¹Ò È>^¿ÔÓ”w¬ÆûíúÕûÍ‚~ù­ý¯dd#tVX‘ldÁÕs¾´MÇö^æ7ë1˜µt¯ÆQ¹.Ób¼Ó®yàûÖRæÅ‹‘ §ÙÚÚõ××òj»ãÈòþCïÿFÈ6v‡úõ®wªHû Ç—ý©ËÞ>í³ç}…ÏzÎúÓ Ù”ÿ°ñœÆ0sEA·Ø'0=áMz10óEŸØ²Cÿž ç þæ]ÙØ’žc úçˆè:Ypä¦áø’@ík¡¬‡§‘"SWyŒ›½Ó³³°žªTú<ž@©ÇQ ¸°Å/2ö&ÏÍ)2®Î9€¥¯@T # ® kœ ¬X‘]ì7M$_—›÷#úF$³ø£ØïsoØ_E›Í¯§üEÁé©àqg"ãïY7`ÛPlÛÑÆMæÖØð„„„ƒéaÿ=éc‹1>±%-é“>Ò83íìÿ¡?Îðd…ÉÆjóMý·Abíy’×þ"jMFÖ$c•ùzìñøfRµDØhB‡5¨ ì2Ѹݼ‡°Þ‚NouIáùeó€üñÆmæË$ù—<ñ¸Ïê Ç×M7Ö™ï#úS(O'‚åAú¾I€ßQüÿOú4c­ùæÿbü½ü°êB¿:ôNqÐN 0îTãNóB~3è¿ÅåðCfúÃ=9ÅXcnCô×áê+>ܲÍ36š»gð_DØÏÇzœé ®Î16˜»öùïõˆ‡H±ÆZ@tëéY³»Í“è‡Uæ\€Þç†_Ì4Ö›;“èß òI’~º ‡wp–òȲԸלíŽQñ5ˆïÝA{#%¦[Ìa}ÂŽøà‚·ý»c°.YØo‘±ÙÚ‡úžó~Û'ß[‰ÜTæË±%Þ-i2‡è‡ùU颼£~\s Û®4¦‘:^Hè¼Ï¼þéוÒÏ#¹ú¡Ú;rÉl¥¬0‘¾Q’Ò×Ïn?‘刟%– ̧ <‰ qæ”ÒŒÊfõL™)2Hqõ1ýä.7º16Ðq ‹›M±Àk¥çZ? cÁZã g871ÞCY‚wAÒ:ü¶Ê3€ØkŒ×âFXÃhJ¨Ò…§¹sFþ‹™W½@ïÀµq ®Š'%LÍ™àLÔa쟰äQÈ·•Æ$þêû”úž^Ô‘þ}€k…qÐÅY¦ ùªÐaÐhƒq‰¿ûì³ ,û3Xaq0‰^Rn-Ç•j6è÷ø¯µt$¡S=ÑCT$,F>Øj,3gä+1ÙGþõÖ›gÒ¬f´ Â%å¸cØfãI’´}ú‰XÖiUÖß~ónBY÷LÁ&ãh’üúÿË~íÿ6M¨oš€40bú‘qJ_mœLðoʰüExÝGCÄËoMvD[•qIþdù¯c»4޶'bzxô:Xx¥“߈F¸“±ÃÇ_Êâ¢O¶Ç“ø'„¨;ø^Ø7}ú.€äuÆé$ú× FÞz#íQìWkìðºuØnŸ2‹\ ˆpÚ2ñŸŽì½q¹^ 8¯EÙCB‚ãóEÍmã'›°ÉF[FûŸñ*R£qð ×´wÀO5” Þ v¿…ea˜c5ç`ûM"$ŽK|˜Õ&•m·ñ1¨^×)uü 6û½ƒº¹Âr yÓ1Ë|<À,ü$eF‚-ÄtÓáª8c‡Cüî5¦Ý×ǤŽ#Ü2ù¡+!gÁ-ÆÇvßa÷ÎÕ~=M³±?ÉÞ‘êm­zR…÷àYH„lMÆYþËz¶áÎýÆ€G·¼—¸ åóAc$…þITÝŸ Òý žíÑa¿í€‘I¡— Ûw+r§TûœÌßJdVW’_oÄ (ذè!ßïrËgýdŸ‘†ù¯~GS—…û¬»ÄÝ(½ÙJt5 (òG€ ïÀ|"'Åoeðˆ‘›IŠ·Þá`Á7Ó_ r†=~&hx#ó(–é°‘‡øcýØ{^â"¿ú9¾'+m*áPýópÌR‘F;c”cúM`Uá/ðÙ,œ/üäÄÅçÿ$%ž2J1ý„ƒ½ƒòŸþÙŽ-Õ‡ÀÌF1EþC€ëýœ`£ÜNéJAÓcF!¢ß‚¢¨oÑ2´þjv¶á2:ý¢ºÙzɨ§ðÏpˆJ…*ëÛèçE„}¿¡˜~™äï F-…¾·@ ­BÔ+pU~›”#ljªþûm°ÿñdÁ1’ΕTÿ+ño#më:È''Øè¦1ÑÛpnµŸŠÞk}êØˆ‰ëF%6{ªPÔ<ð9¨;ýùªÑ üë“xˆj~æzÀ«‘÷Jºl4"ù›1²®ßåÈjû²þýâxßhú„ÏóÐJü:x}3£•²fvKõ-¥Þß3&ö?’õ àý—âƒKqÇh¡úûïyÂÖS|îa=DyÝfL Æ®Æ›3:=Ò¿î¦lýHÏøÕŸ•ü÷‚<¢«)SôÔü©p™Ù÷Šž”5­.„\;R.¦tjþý®¢td±VJý?à®Lg“ªka“âב>nrņ2B~ô‘¿4µ—ÏÌ>Œˆ¿2Ìä$qìïYökq‘,ò¶ÍW02„‡œiž=éFê„Ϧ‡˜rŽ—Ói!òÒ;¤¸ÿºß <òÇxÇí6ªK=‰k"MÍm(÷ãá½zãúlÊ”H²¿”i:€,¦E2/éýw¿©Dõ\b†N]/ñɺi?¶ø.@ň Ï>P’jâߤ£™öýr°¨ üÔ«w僻X(ô@£Aºyé(Éãõ9/¢,¯Ã‘· 8­Æ½©,à9Šó=#ú¢ûøé™â •,¹ƒ]žé0ÐóÑÕŠ¤\L?)«w|›êó>Çtȼ<± ï÷œÃµ8ëáQèyÿÖ3f.¶ú€ÔTïJÎðék¥¦S$û-zM@´«Ì  “ØÔÏsœ¨r¹ÿm·É?!ÉûýŽ‘ø÷¢Èÿ6H¢#j~o?ÿ-,H+Ö›~!˜žf€QëDaORï@ªÊ ž ˆ¿UÍ%x^ìcƒçý¢ïKlUµ©•$?#à)Àî¡„Œ'³&SæöJÓY²þ‚¡fÚÁ¾óóMœ)ƒ¤ÍP}L¯Þ s_Þ?Ý褣dÓuküÃã®É¿$÷˜ñ0/ý*ÐÇñš‹ªßyËÇ ñ›AÏÌE’bÃhºLðÏLêE:‡pÙušä³Òõ çŸ1{eYM÷}’ü¨þë°,?”Xüfuɦ{$ý_õéúß%|udQ?ø¦c XLwHô¹ú¯Ús¥¤šTÊ€.;ˆ5rSÚ€¾ñ»Hê^tž½‚T³MÝIë÷‚JŸº-ñ‡Ì7I½Ä)°â4ÒëLSW}/Ÿêé T²^êZºé\Q&Ê…ßÁç?˜Y!O?ò3ýíàžžÎ$þtì;Âÿ?¬×Á«¯þ»Rp Êe úU¸¦æ’Æ:MøéÉöï rŠÎi:Yú¶ÙµøÃ&y[vÓž´eZÏ#u“<¿9HWžc !ï~ņ€œ/ð«mücxL+cKq”~ß{òD¦O”oÁŸŸÍo!aE4êŠL+bmË^#u¯ LèGi1Â306̢̠LËcÃÕ“ µòÀ„›Ø W šõòéð‹[)å„þO•ÿ@w<˜4`E¤kȾƒLk úïÃM õO0ÊEëA¤óé±w6"«.ò‘f iMìG¾¿8þµð³…Éú~É-Ô¹$’ªóÓjÌ_\âB#}„$›…cò³ŸOí5­ÂôÙ=ÿë>¼‰îà @ã¶›¬©ò?ý;X;Xÿ"’#ÛgMn˜iXäedñ×€þ7È•‚Ò8Ò¶˜¿Êˆ(HbÚü?E1áˆéãž 2Ù‘þ?ñ‚Kó.–b—w°i’¿ üÜ3f<Ñ£&ÑÿA£2«W™iëú“NñÍOù ¯A|tEyäÚXÓæØ·ñ¯}TRp©Ç -ë­ðr<ºÍúyq Ö&‚TýÓ|rõ1Ì£5%‚2³iÚˆå/.í üëÛgŒÌ"dƒ”7Áo_—L6Uÿ§¿ß)¾»Àõ´ûû€¨6É1ÉTEпö=M¶}›e3Èåú"ƒá®åDÀ^äel³ñ¦mˆÿgàùž@?’„wOAŽË$}¦›êbGà×ý:È™Dd¥R®šfªýOý¦ÂÿWÿ©¦·ˆørèƒÄÛˆ×úÔüòï,üÈÆ>žbªþkPÔõü?ïfK†ñç™*‰Hs˜{?*mO„³Ó×¥4ú÷4û_Wþ™ÈlÓîÿè}öÁ‹ _–½ŠŽˆƒo!ò˜¸ÆÍ4Õ#zàÎk˜ÿjÛÀÔŽ¹žs*iDã-5íúÇ`ÄÞ!ŽX;Å·ID, ºš²ØÔô³ÑX=:÷¿…=ø7‹LÍÿåþ+Ógýë=¬ Ûb0©Y`jú/þà¯ÖÂW!bû§A%»×oó‰!VA¡Vš<±'/¿#Uo®9©„?‡È¬Æùwü„w'¶Ÿ_3!þ {?JÜü-Y€æ‚+J—› °üý>u ½Ó=†ËMnL߃àÿ Dt¹Ï\s€.7·ß‹_SºÖ4ÓÎB˜|Œ;µ(7RA÷H„7Ã’_õé'Ö˜bú…¨úö€¸št[* y2u´ë`”TK™ÏZÀjÓ€õ§ì\|‡åÿ û|‘GW)ÖYeòÆö{º{ô;Ó %¿%ë6 y…©ñ)ÏZï¢Ò4óŸ‚2ª>m ÏûôÌŸÂ’ü~W˜†ÅÊ‘¬ IÝÃnàEDñ ’ísáÚ3¤Ú¶Á4ä_ýýºJ ¸‹ºÎ4èU0b os½$óë‚ô[Meöß @ù1ʃ}<Ón³i,з@T/„ê».•e¡DÞ|’îã±ç†!Y¬¨¢l2€ëó@·ÞÒwÀb݈ ²ÌoT€³²Yþ0ú¹ÑdÀ¾ìº—mÀ¯0€®‡¬©ßƒ÷nØ&ÿÿ¨z&Ñnõ©‡#‰ÈûŽÐªÊ4 ÓK‚ÌžyðÜ%dÃ_|ºÇô´í¦‰ÿú߯{P‘<îãî`‹ó O¯´ñ±ÇQÄöÀôЇžù½EZÑ­3UâxþWÏ­ðz:â| Yödú¹}ÁAü^­iÚ¿ùèϨwýìô¦©ÿêèoækH]Kc€N®Ì:û•uPáÖæƒœàÁÝup—àÜÝ=øàƒ3x‚…@`,08 îîC .!dùîÞûÕ­Ý»_Õþ×R§ßîÓ}žó{ºú­þGqÿQEíü~ÿÌ)Ö?â©õKÿy§Íÿ¡´ºÿ]Á–ÿá*ºß@€ ÿÿ¹{®þs¥}þìÐAþ8ÁŠÿÿçø‹£íÿª×¯ÿ!7ýü1ÿÒo¡ÿilðÿ㿸½üQÿÊÿÓÚÿ¡ZùÿƒüàOŽ?z>o5AÂgùo¸þùìuþÛÓ[öÏcNð§þëüÿ­û{ÉÿÇ/1jþûè.ÿìƒcüÉÿª¿ÿï¯xþkf-â?ât ’þ->},c—àóAU7•¤xÒñØnC®esB]l, &SoüÛl4Ão¡Ú 9²°ßÌ{‰šPÏä褤wé>°•Ñņë¾$+®Ù³ž¨Òý^XOÄfçÖ¸‹Ù¤ð<œ„ljDNÂÅ=k"ü·~õ0(¾ìžwþÖ"·Âæž9WÿÒè#Ç8Éi’—bÇóéz­zr£:ŽI’35/æñÎLs óÑzb#£¼¡ù‰œc5ßÊÎŽNaõM•MµMUåŠò>x›Püuq¦–:ÉÌ+xŸ–8˜[-¯B­FíS.·ºQE᧬ãJô]—Ì‚JÒ—¬®Lí õ_z Wß®b®Ê¯²ü L :Xþ°üáþCÿçµE¹,æÈ,–N4ÖÜKä÷/Ñ·_"e¼D›žÂ´¡#Ý¡£!¤#—'ô‹²S‰ª/‹òc9ƒñÖßcØÉ²ØÉi·¡4Ñc´Laû•a ÷¢:@ß‘øô¢=P{×§ÈN£"¦hÑa²ä¨1Öœ8k^*%Ø7^B¥Þp^Š!Ø^Ò‹·Ïqw[.@ÉK@¥lM(‰~%†Ù±Å¾æ%)y!¡ßzÇÀ†Îš ÃñŠ¢T{ÃôB–Ëâ%*‰®¶&wÜ2 Â;€]"»¾ÛÌù—ÖH]8ØÛ$A$–1ŠPrËf:gœÈ6—1ºg¿”ʦD¶c¥ØH‚’~·¦®KÀ…÷:,!›YSº%àoÉ/!Il3.¡Ñö{Ü¡ÞÀ,—0Jû"D_`l¿ COØö½CîŽmØr½CïŽ;ÛPÅÙzQiÁTEѪß#OÂLD1·‘ÍcÕu0 tp󶱿d¹æä¤eåZd9Z¢È¶ŽÞmcÜDD×"‘{ú„îp#d¶´ÛðpÄöte ìÙ”ÑØuã\pzupú½R`*)}N'±|äÉÞäé˜ù b>ÌηüUoæÞŠh j Ÿ.¡ð5CY7¢–ócLOâÄçÊ‘R€¦SIíNý"7½“äÛ·2'é(^tx}½¢¨ ;¼TiŒKªÄr„4Uª-"‚*9Xv~G'‹¿‹ZJß*Ťí £Âöâ'Ý!.JÒ.£®Þöó{K@ZN¤î…Þ1•ZiOˆÌ@‚P-JÔÞžÅvܸã”NðE‡!Y ´ßNöß·½°Š»ÃêNjØf0OiØ% CÉÛ)¼#åîÿzNmžÆáÅÜ|¶Ínžz¶Kaž¼ß†·¸‹¾*ôðèý܆ûuãŽþV|GpÚ—î-êÅsÚ¯í-C‹ Èô÷߉EDYíÝ EÄlïðI¦±"˜Júf£œ%ý—AH<;ÌuìuCcAh®PÒŸPJ(A!ô•”du*YúÊV"`ëöå $³mðø*²×êœâ)¾g—öŽÕRY‰êœ ¬ÂŸ™]Á §Ã§+ª¨Ã¤¨+èÿ<©R4©U­b2[Á‚ ¢÷‘Ãù#e¥Eå›Àc¹WÙª&sY§enßé¹®¨á£²JüN»Jó¦éâ¹Â‡) ?‘ëÊд×ÕH‚`ôé·@ygrÜj?žÔ ]?ÚÔ*>?™ÔJI eü© 0͇gdÍ å#Ý…t]i)-4A–3–f%ëˆÖ¬“¸ØGPÒ¨*³`Œù^•;câ;0HòŠi¢¢úȹ@±þ*$·¤\ìJò›,ÏŒyHâÁt˜©,Ï,0$βrщ€«jÑó›œ:\3$9wzõ «š¤%s£òÖ‰äsÕ­3îçJSåŸÎ(îš-Ö)Ã¥U8Ê8`Jë0=ÜR(ý^ª%ïfºº¥oJN\¡tÚú¡¨»ŒÎñPÐýÞ.!T†“SWùejM;*ðËœî%ƒè‘ÌÚw…ôÕýõµqçT4ç4¸æÔÜ÷˜iïkŠÅB¢"*JØÿhôL5ø¥F”oÂñ²ê‰.½h6ƒÒÇoÙ$ÕÒ¿—ßÄ¥¬K¼´cYgˆöoü.‚l¤¼K‚´£Y§g—³öà;ª7AÑ„ÍÓá—øÉyEÓÁßÿªæû4EĿλ’á¶ùN‚f Ã^%G2[–ä¬3(øÑ†BŸ÷S>úÿ´ù/Î\ðøÄKÿ¿’þ ½ÅCU_LéÝ6ˆS˾ µ‡”/8Íïi.hŒPA¬Ì F¾óåûCì+Ö‹­LYȰÒpXY#™îT¯×ÅB´9õ¼¼¨þCXÂGþ‚/í¤Í8l~{Ø¿çl$X'ÙˆìÙå«:§˜Ñãí¤w/ǰÂÇL`ûˆñ*!r ú¬1sÕîÚ9K¨@1§ÌXÙXvN]›¾Wn"3÷$W›}ÚãN4%6e¶Kð+6ˆnÃÄ—c”’¡²ç|Nÿô7ùN6BþcïØŽÔeÞÒÞþˆóE˵uICØrðp…3z”ó§Pׯ‰o»‰ŠOyÔ —½\ÕUBðÀœšÃP,ÐÉÏ)M®zÞÌsщ}ì³Fõá7côA°ÓL•ÐÊœ¡oU/† 9gŸlpZɲqÚtÙŒ:ýÞá}Ó+û>Þ'F1鑟úæÖ-c–ÆT,A =™$ô{Û Nõœ,Ù<¹9í!rŒ×ë@‚áfóï(&!1šSí%íÅöÚ{«žN²Å7zôIšÞ+ëËÈÃbä?“_nAްƒ7>¨xE|]L²ùÖ#O7ÔÄ ðDÅ›×GŸZËØóNÚWw— r^ 8jÛY$Ýu…~ÁIŽU°Gnp“臓6Þ,¼¹ å›Gà:Þ¤Q|9ŸkmÔÝf)ù¤‡“'tè¤nü3CÌDCÊÅ5¼s3Òzÿíóß[Ra?{\·wæPR–bf³ò]æVF® ãOhg·–Ïplki­œÓiš‹çë²B5L&r­±â–üöšK]RIÅ5×,)7-¿€2%Þ8ëí®rlþä±=G£ot†ü`ÆÅ¦½µ–P^=oRH9s’>Ѳþx˰yùê=\]ÅžÏö­ ÛX¾Å|iù‘èæ}N ±[$ã¡ÔÙ 8 Y ñõµ7 n$b±;wnÒ'ͯFëfË;ïâû\–>©•rrz*“^ˆ´6¡-aÖÌ«ñ(Æ ô^¯°Ë•tZ¹ô¬çÞ„Ü»6WI›7ýjº=É„‘À%Ï?ÇäQô ø uH zöÿÆ£¹{›–H¶Âþݪ 'lõ4üw`N xîèC}ÛQê)b1‚_³ß8Èó÷£Y«§Õß›ÇC#*OL ýÜÑ4ßÍÕ®ðßqøÌ#÷,®·¢|¤ó_ïr„̾zZ\Ì|v\±™Ÿ~ZL×áËù|R¬¹ú}3Ì}â|áêæÀÓñÚŽó‚fñç¾Y«›‰eæ Í %¾XfÐÏŸügçíß‚MãcNq†l0vÍÌZóznbUG‰{|̯ 915¤ºù;›¼ýÈwSŠR܃ôXÛ7C FcG±{\ˆÉ\ Sžá©=_ŒŠz\Æú9Çj¥×Úƒïß”gîÁéEB]~mîÿQ¯ÂM3O®l |ÿñ%˜çÌë6‘L=oñîgéÕG±­c{ëóe¢±Ú°§ª¯ÀL=€æ/£–¦äƒ¡!-ÂZøÌêµ³ü@å:4¾ê8…FAGà/*ÀÁyyVº–6¶»Ô½V7wAúœÖ†áîÙtØã:kkâ÷¥+‰jŽ£ôƒ|—¥ß>›íû·#í<â§GkÛý˶¨Š™þ3.$ÝŸæ£ÎIÅ.í»bΑÎÄß2'¯‰«‘ÌžÖ†­öå{Ã=¸[×77î&Vã„éÅߎ|m¹ô˜â»ut/j]=N|âã|z¸Þ,Ю+èô²½ýµÜš?Ä?ÝPø9aa:„!¼m õ•)î;NðÓ¶­Ð-‡‰XCtN{Q^m­Gn…yç ÇïË¡„êêŸÇ.¤]W}Û1OŸÄB«vöƒ}#ÿþ¹¥SW÷Ý–Ç(]j Â]ë××X(lYÓhßÖŠø´ÒvŸ‰FœEó §mùˆ{œúÚŸnFtVud7õtFHEÕxHþÚsÄüj5üçaé—OèÑ'Oá¹uîW +­Á¶ûƒµF‘O¿oÌ7çÛH(êëë;ü®µ£.; ü/2`—X«­Áòe¯j¯Œ•J³W­mÖ§®Ìൌ{u«ŸÍÕÏ› ä= ƒ¥¾ñt®¯]{üù+7c5Òsÿ«yõóÞàù×dê¯Yõ‰ÝCž›¡7ûáþO?)W¸O‚O³´k­„ž>G¸ÿl§nN`æ[è¿´ÏÜ ‚l£ »|óEOu^:—}ƒ·iZíÞ°n0Ãá%Ã×[íÿË¿P™­=ôëBü¯?µqfÝ%ɾ]ì[æ`žÏ%­iÞÍ"Tîü_­L#÷ä‚Si¥¨Jž ‹­—à뵌Vpáæk”º´ÜJ2Z©¯‘·ÓJ‘¥ö¹÷(øyLÍ“³øB׆M0Ý­0ÿ¿öžÃ›”syí­²:Γ«[ÌçÚ®s6ð¬æs1ù4„Þª*ö”ÿzÄh>ÞQR´O…á:ší„j¶°¼¾ƒÒØæ•ˆW»< e ]‡m+š“AtAÎb7­áu‰^#lv@“-q‚áb·¾!a…+òö§DÜóÅ0Á‰"b€¼M³²tû¯®¯¾æ#i‡CfÈ4rë_¡¬øBñŸþåú 1†'ë¿?>HòY,;ÝV§l_v;'M¨=äýQîÿC=aõƒÏÇ;ÝCº]J&ƒ²qÇÍ,áïEZŸ½8½žŠÄ÷{×Û»“‘‘T! i~nzúnun Œ¤vSfèˆ7í'=—ö%×É@w¾ã›xm–Aß$PÛ@›Žœ˜× š'0%ä0»žÿ‹ÚÉ·Ö*ßÕûuŽMãî˺¯RÅÍ¢[,U•#$ "“!¶¾„YOüŸ?ÝSl¬™kÑô+¦†ÿnX?“³úÁ,°Øò5´váPÑg7Pø.œ¤ÁDT ›ÖêüA",Õÿš‹Âø±¡r¹úä´ú`)íøäìéÒùubÓ4ô|®‘(!oxú·Œ›^qè:$Óum°zÀ_ÓSzï¥CÄÆÔäJAعXVä«FfÞ{d”Æ Å­^~ï¹!ÓÆý1aoDxNzí¦¤>"ä°ëº0ÁÛü,#<7 ¦q'á¹´H’qi1¬ƒ8¤êbÿY\dª˜Ã\+æ¸'“8\UTtùÛ‡&ñ£uèÐNYè,rÀÇaK¹P'næ-¾5Ëmd`hdy<F&¢"딸]ðö§L@ðÅ`UIPñßr$P>ú=ÕÌÿDÒn^­ÚIÙ·Ùx‘uËN˜ôƒë ‹*¡!lÞ5á¼ëÈcÙJ~ŠIRϤ€³±oôh}~|Ba5_2˜F/¥Ü ¯´xöuO«aÚžk?ê"ö’>üQä¶6 ™­vùTK>ææ)Ñs±Á[ Âá>ot7 a¨.ém®Í¼](’Œhϵ[K8no»ÞxÀòáô]È›xÿ…2hòbåu}*¶19Ù¼]þüÌôÏ_šB¿TÃ/èÑ„X†_ÃÍÛêår¨›®¥…ªCï+DZ*Ý ˆ¯~õ™GYEòòÆgýåov„ñYØÕËþµ8€pú?tÇ_ž¥í].X¹<„Òþ=j=ؼ޵ÝW“¾4Ùµv·Üz­ü~ï•:÷S]£Ëì€ÏËí¬F±ý¿¤>Î+hUA²ú1 ­YÛ¦sH­Gó‡ùá34> >Å™©àO ž¥£„¿¹k¯ o´Ò5f+ Y, ‚ía°žJÄ¡ˆ_ržÆ t«75O+ߢe'E©¤»Jí’¤o ·œ>³Ë¥åŸzÉveç]4{ÇÂ߲囑ö›]çArH˜òß àO¸ÁlHòwÛÜâÛ7z»åáó¡–A²<¶M#{EôøB,þzÜ¥b 1yƒLñl+DïK¹‚xsc}Êžo#wNW¹€8¿·g(ü¿âP¿jëTžì«çió0+:§UÿŠ&ƒŠIÈ4¢éžªø÷p.7Ö-˜Nîi>Xèh4ú¿v©<¯þcaä/_=ñ ºýHjrô™}ô#Yíí¼À¿ôÜ6K¹êY:*-ÙOé¿}°š@(îÈ"~t ?º!Á®#£t¼MHT¾<.ÍÊŽ}1‹,沪¿2ÐŽ€Zþ>›bßyÀŽ9Ëbù#"Æù›=õ"Ûqeä0"tnèžìz2ü°ÿpîÑ$«çH_H¾ÿŒ³Ê”ï5i§ùì&¡û²¿g¨j“l,ð\YwÏ<%öá©ì·Eò—žôóžýl>÷žù‡§Ï,‡”z˜Ìÿ&™žYéñLü4ÂÁþ“´¹PeÅø¡Ar&²ùÚ%¾˜àu¼g¤¡g€Ì¯šÜ{oæß¯zenÞ¶‚þžHâO<óÊ,x¼³Ì®Žüó&a„ö¡Ã>ÜÍ™oq¹”ñ‹üªÿéWà̘ûŝަá¶§£áˆœˆ9°H‰ŒË\„TIÏ@µŒ±]ÓQž;#PÎßèñï=ó¨”6Iu=s¦îï¬\ÿÀfÊdŒÑq^ŒEG½ƒJ#Õ ‘c`ßßò£á ÕF¿+7FÁAéï@YÈ1•¢¾Àœ Âä( H?£ßRã×áÅàÂP¡ôK7–hMXÕ[¨Ø²f+²YŒ;¬õ-a>N+ÊØÍ[ (ãæ NÒ›Þú·€è—€(šƒªM¬ƒ3M5ƒÌMȃõ1šâcÌ:ìô->”u û÷éwô˜TFôÅø ŒèXïÖK/6Q*¼´½[l^‚¢èTØi(Ã1D°Ä-&/~Q´",-”êd‹ÓKX£{¥v¿…ìEŸËL££òz݆3Ž–ÃËÙb÷jC7Ç>ˆú »ÞB÷blÃ\Ãñ@ú½ ûµ…çÅÚ†½†{Štýög AÇÀQ†•oñ!Dƒ%1KµcaÍ[bIã–/x¢ó`c[$ö Ü.¼žÑ_a«[Ôî ü.|é´Ñé°á-"Äë;œ0¼îVÑ °Å-J×^~Ä ™èRØ·ôYôÀ²,Ë)¿|­)¡Œ²“›cïaµË‚1ö0ƒå6t0G0Ø1ï•t2÷ðs¢ËštèôñØñ Þ±sÊè>òãDË>é°éã~›×WæÅ†ü S¨«ÃÅFñ wPÖ¿¬C‡“c>æXþ\… É M!Ÿ¨CôñõŽ Þ—w¦ÀÏe :”¹²Q™å•”šC:øG‹Ë[”éäÈFz‰ÚûïoÜ_¢4¾Ä8¿H£Ž‚‘kÀèp‘s(ǘ×Ñ!òáeÝ:2lÔÇø¸ïøË¢¦èœxQ)°pcâåË4œ˜±(pS£†€»eçS¨N ‚˜8šQUÀÙ2øŽ‹ vîDÔð²ŒÓIºå…)À^>¹lpŠ Ã‹+Æçýþ–s –)îç¨`𔸓T Ò À=ZXÞ¬ìó”°“D Ê æ¯èùвoSÒN2~/ÄÔÑïû§ŽØüpÄñŠßi«Ëf§^qúá‰ã“È’•%O1ñû¡u`YÄÔË‹”Nq ûat`¯ÇœÊã—%L1ñ]¡†`IÅ”Èó”åMq ]¡‡`‹Ù§-KŸb=Ð A‘„û„¡˜­qPj·¨_Ö'/$ú´ 'È}P‰¤Ð>K¨ˆ9òM”z_·×ë%|nÜßýö[/Ú8©y1cý$[I^Ì¢€zŒ~ƒ­—mìTXF1µýB[¼¢Tiï\û2¼ˆÍ±Óâ]ûù¼¨Û¸©°‡{¯·¼$×^h½£ìKÝòbXCõÀ‰)ìçÚÊõâhZC÷Àfíõ’EóÀ|'ÑW¼5éE&JrŠUÝK‡ÓË›cKéÕ€1iô ŽÃ8Ç{%9a œ½üu0öº^ñçjÀ»}Ú÷mk˶g _+áw?ÊN$€?*¡¯k%¢ÁLVî·Ýj|®II¤€v4kÿ›­„`¸$J æhÇ~ß­v„¤(v >Ï;²¾eC_êdT^ߨ–yX²%fC´Q¿ëÖ/š.b>áõ½°‘MáÚÝlŒ_†$‰Ò¥ˆvRÚèêA”;iAt% ²ÔlÙ0p&ˆGë\^ñIåÓ‹×ɨ ûà ´ =LL ;c¯ jMR,Ã<øX— S™\ ÂD7ü±¢‚£‡Q“<Àà­"U!M˜.(KŽWa¬àË Ê0L€T°+˜g°œS[äVTUøgðTåV©Ái*¬3hªŠ Î, …ôö¨Hå${Ò (… ”äJó“ï`”—¨ðTˆÌ`À“¯äg2žF^0¡¼áÑåÁïGxíDù‘G”ÊÁÓ#ävœüx¯Ò5dY²À£#Ävìü¸´qY†fðò•7?þ(ð€§"Ü0Iá”óWŽð3‘™¤ÕÉ2Ô‚çG(ì¸2êä)Á©#,vMhËInò­Œàân;‘&ŒåäùF pÌ=­X •\Ã0xwsÉK,µHn’á|©‚äƒÔ2r3kG„öÄ}PÚ×€ŒàΩ=é‹Á I £6¸zD`Oì98± hÉè þ:"±'ut J3ÆÞQè0ºÄè˜Í¥¬¼'£ùòï#ãq¬x9÷GŽãøŽrš¬Çq!åÌ:´-LÇɹÀ?S%ÎßfBª¯U.ðpI}Ž\y×’Òå3ƒ^«JY Ìé´joÉp.ŸQªNU¥,æv[‰mIt®œ^qÂ1Åøœ<ôÁûY¤)Ò…e‰¦â[ø @Âr…&¦œ°[˜W°ÜS[åV?¨:ñ¯àiÊ­–SO¥9±¶¬ i*v~pfÙRØ’lØÒÙõØRùÙ’}ØÒ±>‚Ô>¦°Lrù˜ ßY.5UâÄÓ"²‚ñ+ùF~vúéè… 5ˆQ.?õþˆ×OTyBAùCùÔô¹§8uº–,뇬©Ñ#b?vqÜâ´IYÇÍSËGT~ÜâøÀÃrì©8'á€Å3fúNUñ ’Y¤ÕË}¨š?¢ðã*H¨—_,§œJ=bñè@[OòÿZ.1U|Äí'Ò±ž|*[Ž1sD/H+•B#—þaxj÷óŠéY?SKä~|8œºtB Aú²ò”MÕ>‹©xÊ·Ä  gyàTç‘Ô•ôËp4¶\{ªúHàJì9<±hUî9õõHâJêé((SÇöî/£C „×lh‹ E­£_¸¦0ÛhB«ŒêÄ]¿ô™ÚºC[ sS¾ôëAoŒ1ê0¦ø÷ê5ÖS Û¼D·ÄÛÇÛ¢*Ù+Ùâ ÙP Ù"³Ø²ØbUÙPTÙ®COŸ‘‹uûgêuïƒÍ¨_Œð‹1ºM ´w饛0eZ*Œ¿1c‰ÍMP29µÈ–š¸ÄäÆ/ŒV˜¤Ù_e+…,qº c&Oô7AïŸa>7•«ÔVJåöºgl0×–š³Äî&ÔŠn–¼oýz½„îÆØŠ¹šâÞÛj³ ýµ„çÆÚнšú«÷Ææ7ôÏÒ ]`lÏVZ¾Äw"€,‘Xܧeëm^;‘4|gã¶ÉƒŽ-‘œ°àv¦­Ãß ‡It£l&žõî†"¾ÝI‡É<#(ˆ¶ïò¼ÿŽà‘í¹¦•´wª³w¯9#ðdÒɶÈÉÏ}‘?­'ɪ¿aWQxÇõ(Ñ“¼Ù¶‹Hxn“|O¨‘I2ý¥»<ˆ¼;ŽG¡'ôÈäžþÍ]ZDú룀%%6Š—P86Ê<KmM‚ɱ-+J¨+° l#ôˆ•Ø– "´ŒÑFЫv+¼îKgÓ¼#²½øÀI ’Íøˆ”¤ÀÌú¨Jdzù@MŸñ‘ˆ—¡DçB˜¡@¬› bq!âS þÀM >@p zPœ~§BGA˜ R`˜ŽuRd, âå*p|šŽwRg"U`ˆsÒö£',M*1ä©UÐ!ðF½d‹"•{É$G Øû’³—@’þ%=ÿû—ìï ħS´®èB¿6h?ðL§«°>¡€plèø@ä8ôñ„ý íC¹j ƒ‘-¨q@ÔF’/*_Eƒ…è ¨f@ÐFœ/&_uœÁÈÔ> Éœ¯ÍIGJ¸<À`Ã×;BŸK82·kŒ6V­c0$r}Q iL3Öv£&,M Úp4¦.i=#a'h}€Æ†§1}I›Š0¶Ãë+ªFŘFÄ Êx½#è/ª^Ä8I„6€¶ÃàØ¦aN_O¸ú9€»Ãâܦ¹FJx ú=€²C Ò¤/!ü:ÀÞa>O Òì¢ß <Ý`ì0ž'Þi¾p¦K­ÀufpWpV6U Q§UÁ5:Àõ”p­pI\3—.|$³‚Ç$éŠQ=ëÉîÿ;NuôÌý‘ ;´&“Dެ^;þØ:µøÌù‘c;\þVÆ‘;¦WŠ å£+v8& uêC™ÞvRMÒ¯´…éˆFâí›ø *Âô…™#vØMÌÏ,¡ÙJ¿š©jÇ¿œ¦A¿šE=’fÇÚ$°§ÁÜ™é̤dÒ``R³aÒ"dRÕcÒägR÷aÒÆªPQ«Ð`¯Ps©Ð `ìÌ’)±ãiYN8Q¿aœ}Ú{ÁC¥‚Ç€‘%?ò~×GT,zœI9³|dz܇S,J[‹Ž53kdt؇ý™Q´&é3›G–÷¨|¸ÅÒdz°Gâ섟Eƒ›Þw¤rŸ?Ï\«žÎ(³vd~‡ ¢\ϸ˜E9’ºÇâ#з¦æÁø5ëÉé•à ®dôûSNh- ¦˜¸@Žò^'AÔÏIñæ§Žpqp•§ œ˜(â€åÓÔ{öXÁ9]J–¬ž`‘Q³=÷ ¼à¼.å VZ0þ¨òžíæ}v˜’4«˜gÔhÏõ÷>7L¹›UL;ª½çØFeC±¯pc#²W‡¼–ø\~cø=ʧ¢ˆÍñ{œOå[à÷˜‹Š.6ÏO¨ûò9a5zÙ´ÕßuôMØÁìÊ9Õì:$5jú/ XUŸtèõ س?)T»èXë‹’ÈÍW0Ô°}"%Ñœ¯²ù(®oÁž›T~¬{]ô )GV¨‚B7µFáæ|¶‹’Pµ©W¡¾ë'Üù\µ™5úXó%DzþâºÅ5Üúìó9jå²XÞb½×Á*÷J*SIúà”ôÞ8©Ñæh]W£ë¼š“uy)”OÄ­Œ×í¯!ÐgʤPL­Ò±­ñž rAÊ(PЬªÒySã<çç‚.”U 8Qu ã[¬O*Tj*ËUÑT£8gã‚™#ÏU™«Û>çã‚ö%ÓTñsÕ‚Žk¤ õ—’Y÷ aÝ®9CÊ/Å+r¿*t;k¤æ,]h¿”ŠËRWàéÞÏY?»élq%êj-Öš7sÎÇ8þ¹âÊÅÕX±ç ý!@‹ÊzÝÅÊ9ÍcRÿÂùõÊSÝÛŒ9ùc‚ëü Te‰î²9õc’ë‚ùo•ºg5øsÊÇD×öŠ+²”Δ+ «3+i­S7-9eÔά+€÷Î"+Å7eRÎ<+…Ür¿§˜­:ˆ)çUýóû½°ÈÅ«›Þ‡cù)vR+UÅÀÙý9x•µÓóp ?rj-å)!¸ŠxR½¢òì8yžE^ZåîQˆ_¸x‰‡,ë.\ÉÏV<Ã(RY8='õSï Y/xFÂʬ#»êbà×j‰)j¸–Ÿcv±Z`å¬8Þ)_É){È©ˆÅ)³Ê©ÀÁ)÷À©„Ô)#× b蔳àT|ªX:%·ôóìÀ_Ï;U®žýGòC—Ó(àW%LÉí¯¼BP‹UÓ+”§Ëá|WÆ!TR%%²Ú¬ÓYð×Wú!RÅϨYá8Ý »2¡)VüQM6… w !ø–o <œR‡Ûûq+²”k¨0š®… ]™Š§[*7T‹LQÂ5¯žÍ}Ά’guà”ÜâÊ#ÿ[Þ†òY5þ\ÞO:<ÿN+Ó§‡áDWªÄáÒò¥•?¦áÈϤšÑ­`UÕ0ew½ò@ÏêVܬ:› „‡^…?ƒ+8BA¦ªtJîxåû€ö'3B±§jsÊxú€ò'ãI!² Ûù¯ÒP<_k ¤Ñ–3EÊÖžŠ\y(ÑÛÁœÜh(ÕÛQ’\{(ùÜAWZCu(ïõà_å«È*"X¶=2ÄG#¸ ùMFÍ*_ämQŸ¾=â¢á_…N4+@ ¡É’™hãÂ7­áÎ_Ó?go­¢ySšèHÁ‹©!_E0›¯jWÀ« qÐð­B›ÍtlqXáu‡0±@œ‡+xAð4”«ˆf!ð¾ ~ ˆ ººÃKt{^tG@¼[¼y¼½h¼#ª’“’±’½ ’cß:„FC»Šl¶ÞeÿÀ׈tx‘Õ‹c‡Î¡×q (zÕkÇÏÑwrÀÈ}5œâÈÂKQ·sÀÈ i8:ð @LÆÝðò Ãv|—´q K¡É§C.¯Ø¸žÃ«¬1NGC^ˆÁ¸‹nsî¨íßOQ3d¹Ï;•oB=®å@Ö\¸ÜbÃ÷‚2.wð2ë•C¯2ÄvÜûÕ7Sl°Èa’×â;\õ®fnÇÍ—á78 ð-nï]³óàû ‘·8 ñ- †IÚÑð¥CXÇß¼º, îí²³äk€ˆŒ›P_–ÜÃÂì¤ùJ!@ô·¸u_¬5ë¸\~c»þ05ÁXÈð·)6![Èñ·]7Á_Ⱥ¶ù¶LX‡o–ym¯Þáæ¼PÊÕµ_–m¥2+ù 3´ãh”s³ÎÿÜ5XÖi¥0+þÜ߸í†j–•jW¾dê&hV˜úLòþËÆÂiŸ‡w—ÑÝWÁîÂDË,noZ_­=Ó½Yãçea73áDM‡ÕÆ×n¡­(«¿:¡5nF©h& 8“XE“”A“hf“¤J“x{“´}“(“Ä“8“Ôùe·ÀVŒÕ¬_ƒ7¿¡áËnâ«¥Ô0(ʲÜÉÛ€D6õž£2r¢@,Q@ÝŸf?ܸ»Œy¢@(yv öճ˯N4H% ‹û'íMNÂ:ÁdÉËÌnxÙCMcË$'j$ýõö—Kþ'!(ë_¡fËî'Y냧·ÐÐå𓈛¡`©ƒæ„eÆÝòÐ"©Þ;íÆêe“ªÐ®·cí$ÏÔCòµÀ¬ÿóþE›ÿZˆÊ׌Õ÷ƒV/³v÷µŒ¯Y«ƒ¿n¼BÛÃ×"N_‚%ö}Ú×tOÉ‹$z‹÷´¼«ÛÖLN©K8¶¸½ÈÚÕ×ìO±s:‡,=¼DÚÍÖÜOñó:‡×i¼ðÛ•×lO1o³C‡¤-½xÚÖ\OqosC‡¿J{Ѷk¯9ÖƒQ‚P<÷܃ˆ<Ç ƒ%6úV/ 7¢÷Šƒ7â÷׃7bn÷¾yv£žõçí…ßëuÑZÜŽ!ÂL¤Á<Ãy‡’{µ°—VüƒZ}˜tvÃÑ¡+Â:L”¶wqñž­›”vbñÀöÙžYHç¦ïþ<¿¾êF*…‰ìQž§Þ+tcnf{‰š!¸î Ã\»q7sµw²î°6KÎ`{çÅ÷Üaì›9Ú»r4;Ö4Ûº4»Þ%[ª%;Î%Û&%»Á–[Š–;ö–Û–»þÝ”›Åg½·{¡çßî¥Ã¬ºiK'o1¯e#^ÊäÓöáï'œ÷ß„±ÈdÒ¦ #lc"e2J´ªoîý"Ðe²J"|ïƒÃHeJ­`<{Í÷Š6˜¥ý<ûyçí>Ï1Ój°á`áz/AÝS² óÜ9/¼çz4Œ ì)Þì=Û <ï¼—z´Œ í)•ÑîáŸß?Z?"³e†hµ¬÷oŸp"se†K±ï°Ÿ#!=}Vû ç‹÷”šO¤‘…ÏÆrÿìüöãQþ‰ào~dŸÌ~éù{²Gõ'’¿‘ý=û›çg÷øÊOD!<{H½täh”½LKX½ZPÀM´×K*4Ö^/s4‘^ ÄKI4ž^36ú;3šÕûì-ÖlÒÇ8~à;CñwÌý8, âûÌ—Lú¤Ñqì@Ž€ä™Wã(€ù/¹Bq*ôj™°¿Ä‘¿OÓ1‘ìĆÃé-蘸qJ@[z]'A’̉8R úûœ)S'Æ’ÌX»÷Å`†2quœÐñ}2˜ÝdU窱,ª> ÕœU¯ Õô-ªáªåKT]0ª‰ªÁªÅ‹Y@*Îèù>}Ê舵ûO0žW‡œ ‡4 gÝçe ~B¬„YÇ×gl]Äk™O§AÌ‚™÷ºOߺ€×"Ÿ~œØ³9N¬ÏܺÌSzmcÖ:2aeœfŸƒu2Ô`‰ÅìYÞã,ú<¬Ó¡FK¬'dxŒ8y`·—±(IæpQŸêv¶—©(cÉ$æaòv´—n“9i=À(εÏ;ÞëMóé) 0.´/|; ¡Ä$IZÐŽsìóÝŽCè1w‘n<ãûB·cºwLa¤Xh²‚ ¥i%ÁÄÖ&-D\¾9‘P+(O«ú‘Z(Mkú‘I)hO«_‘ªƒ¤mT§8™+#SÈérIP}l‚Ÿ µnzbÎàÛÆ$rCùAÿÆxr–ødM>½B×Äiw>¥:ÆÛAÑÆc«2J¦|cÆ’±q!HsÐÁÆ·1nIϹ•tä>ÈÄgâÆZú5ˆg£Ü˜µdrÂP•d1(H@LO@J@@ÂG@†™Aü:ƒôU‰Xš.1³.)‰.‰.Ygâú vcÞ’Ù ã ÉïD¸M¤÷»|z i:HyÐvÇû<6HO’¹„ôÈqÐw'¸Q¶‹Î’˜'1ocÇ༠Ȣ‹~ƒØ3ñë ÄŽÅyIU41mbú ëΛsÈy}7±UbàȎÙyñå#]±Lbé Œ“©Û”¡‘ùÙ.÷„)ÙŽÇ„cT×'³ˆ™lÔÀ'kôÍEfW%afº¾ÞEŽšj„žó¨;#šŠ}¥lM‘¾å':ƒlvU9=ûׯŸâT *uj ô->ÑÇ©nëÅê¿IÊþPaª×¢o–”q¬â_iüZëë|ÞN%º^ôœŽ “P.a%‹Þ›Èœ¹ ý—lSÕÏ•Âzf¯UÕrWT_ë…ÖÄÌé3ùçv¨Ôè½ÖDfV‰fV2kô1˜Õ>0+Ù0kí0Ë2«f2+ê1kÎTzèÖ$̽9f¾Î}P ¯ŒÐ똳¢ ³WA©”›yë Ô§`ÁÍSR̨8g šR0¦æ ©îVbÎ(8g š0hæT©ÎV¾šÑpÎ4+`œÈ9P5™ sŽjÑùžKªš\ɬ—Ö¢oʲ¯6VI2£æœÓbjÊø9ç¢Â&Ä9¦Ew…É=·UŬÒ}&À9¡åÍ ó¯Ü•ÐÊð™ø;?q¦}õ„JÆ]x¾Ÿ¹8}q¶–ju¥ÀŒ ¼ÈÏ’Ì­BV©>cOò3è`±ÈóP©4›q‡§ùu°®çѨàW*ÏØÂŸý‹Tž¥ O¥ÑŒ+<õÊ0„õ[ž´ m¥öŒc²]Œ[¶»]–G¡½Ä2Ã.UoÕà4U#Õðy,±h`´¨¯¦hn.R/±ósôz'Ä7¼­Û\†»øçå1’}5°¹ ^ní½˜~=‹QžëˆµOýb6ã>[{.×b®íž¸…˜aZÖsü~P{TÝ3‘Œ¦î+´'®é{°ˆä™píú¸¶§®jefíøÀZ±_ü/(y@z endstream endobj 739 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [232.243 159.42 267.998 170.324] /Subtype/Link/A<> >> endobj 740 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [149.016 129.532 231.286 140.436] /Subtype/Link/A<> >> endobj 744 0 obj << /D [742 0 R /XYZ 56.693 815.761 null] >> endobj 211 0 obj << /D [742 0 R /XYZ 56.693 759.068 null] >> endobj 745 0 obj << /D [742 0 R /XYZ 56.693 739.087 null] >> endobj 398 0 obj << /D [742 0 R /XYZ 56.693 390.367 null] >> endobj 746 0 obj << /D [742 0 R /XYZ 56.693 370.496 null] >> endobj 215 0 obj << /D [742 0 R /XYZ 56.693 358.541 null] >> endobj 747 0 obj << /D [742 0 R /XYZ 56.693 319.388 null] >> endobj 219 0 obj << /D [742 0 R /XYZ 56.693 242.73 null] >> endobj 748 0 obj << /D [742 0 R /XYZ 56.693 203.676 null] >> endobj 223 0 obj << /D [742 0 R /XYZ 56.693 203.676 null] >> endobj 749 0 obj << /D [742 0 R /XYZ 56.693 176.321 null] >> endobj 741 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R /F64 307 0 R >> /XObject << /Im39 730 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 763 0 obj << /Length 2951 /Filter /FlateDecode >> stream xÚ­Z[sÛº~÷¯Ð[ä›áM”˜¾Ä9q2î±7öi§Ÿˆ„$4$¡€d\û×w»àEfOÛX‹Åî·@ögÛ™?ûxôîöèõ‡…?K½4 “Ùíf–„^²œ­‚È‹–³Û|öu~%ªVǧ៷*T-Ù"ä’¾Å+cñÏۿ§AोñÉtuçûá¶5¢Qº¯ÿ$py[Ÿže8X#,˜­@²$BÉâeè-ƒhvºðÒ%Ë­`ùr5MŸ8ÂuGç·GßØßŸ³Eâ%i4[¦—øá,+¾þéÏr ½8]ÍîíÌr¶|/Œh³›£¿ù¬$¤¬pÓ–‹ÔjË1S/ð’iá…V ·löõ4ð}~©JÕ:•R TÉÇMâ!@{aìE s½Ò¨ªhÌóWòßwÐÈZ«FRÔЄ+Nºvá{¹oUMK ßpþã8XÌ¥©­p òü*x—’÷ q?œ>ÜÓÎØË¶¡06†öfÆ,²¨jfïpbɼÃdôƒA ‹©S>ÜY3I¥PÜÊdÓ0¼6º²s*Q¨†äBrõJÖ 5÷‚WÉ*Ó†—‰6j¥›Â /˜°5rs.ûÅ^‡ÿ¥—FIù›Ì ÒHSÉ17«¯½4VnçÇ¡fƒÍ„*NÆ ÉTvþS¹©‚¬…ªÎ&\0ÇU¥0Fl™"·QÝi@”0Ík;’Ñû®sž‹‡’xÓ· IC_D–iˆ,øªjÏëv»E¦ ¬^x€u\i¼ZŒ±Ž„u¢)´ ¡›a5ã†äÉÔ ÑY<ôÝ‚çÚÕ¸¾…:s§0@‘èÛ̵~Ç`÷ÝÛÅc‹ÀÊ÷ç7§çWg‡Q—T¼u>rÒ9‹Ìg2ìžé¬.œã†ðƒ5/ Ú#ÔL9×ÿäPÏƒçÆº”“SÌvŒóRVívV^²X>ÁNÌØ‰±wØÁ)ó0§î[7Žic;«b ؘV óéMÔ±©W2ÌíM5ØìÐT„:ã(\¾Ð|<«ÖÕO¬Xÿ_Ââ߃0kä-ŒPÒÈGêä(O¨i{Œ¶U0¥Ôåq€µS—L_ÌÙ§+aã©åÇ_ëp;% oêd^AWU»E} C-kÞ¢?*ϱñùWª®­•iãzª$z‚s1vÆ.úd ÑP¤m HóF!ƒŠ•ÐKƒ`ÁA9Åþ’L)w‘ïSu²7˜rô^sµbå‚o½ñi˜ þ¤¶óŠmɲ]‚ÿ)&Y*Ì7h@$Œ 9<Å2R™ j™³¾ërĶ› ~±ñÁÈ\•QïK+Úë^»Ä_øÏDsÀA[>¾µ½J6ªÅå¼7z—å®s£¶š:WËÀñ²½ -}»­t)O§`•¯cîi›I·SÂx„žóÂ!Jtù"ÔGÛB¯E!KéB€ÍþA¡ô0…¸ˆÑ…{‘!‡ë (œ> ü×àƒ.=ý…V²–<ö+=ìïíä·yÈv…®Ÿ?ïDä¹” “ÌžF cÁã{ë¦Ø 8¥-ÔJ¶5ŸIÄ ®IVEõÈþ(0.PûZš¶VÕËÌÞʃê°}»e^Aï—({µœ®ÎLóø²=vM³óúõýýýq²˜{¹]ºø)¨'õz­ÝíP¯ÁèŠ;ûÂeŒü•ª6Ú”bvúÒ+J]?_ipYKá U€µG¦¨»OHÏU`˜ÜTÓ¡oz[?¿í8¾V îÜ Žû½6,G2o)—&àe$8°Å3`„麥ïã€àò°nT Bß)k1PVÂR'ÓÊꇋWŸ]爋©:/™ ܇±E–1§V¨Bø[ÚWƒêÔ­Â,Iæz$ZA94ž«*W™ƒÂÕó4ÎØÛ« ­áÅF6º5ŽÓІÜ?~ú|u~˜q@·NjEß6¶¼~oý{c/%ò‘§êö‡qC« Å5¹€pí,î³Å}gb„h¬¿ÇõvPw×€¯_ÚÅóŸû]»}o‡¾ü¢Â!Hùº=Y9|üô¥{H£œøßë¬Å¸8¨ .U&«Zþº€²0úÚd¼ˆÝ>bïÔˆ'U¹vi$ôýÕäõ[ïm–…ܹã¬tºD‹ü“®ôͰo.OÆÚ!Æ=s@R(UÓÈœß ´« 鼜’+Î!¯µFH·"Ìz •Ýbå.õzÃŒwnÇ‚H ÙÈ|æÌlv¢ÚªjË7cÁ¡ÔgáŠBc|¸—9_ôƯlˆ¿È[% ß#,]9?»zwyþ0 Ïnw’®ûÖ@¸ä ¿t0l9tÚŽ#¢Bñ[Šo¨PŽXµ¢à‹‡«Ä×Zc’6ümv’››–Þ¢DÁœÐ4Ø€*bÓîæCZ¥‘»0Œ6)øÆ,\ådgyê^p8×D Æõ¹.߀î:~E AER[ö1ÚÁ,Ih;L7 Â÷iˆyY˜ð)±E¶‚äw€BPBиWÍŽZ¨=GÑTÐ)u®6„ª~Y2—ŠtL{—¥4™d=Lf-œ…Áj4«¹Á;n.Œ"ê QÙ ÕA;ø& i„Ç7n Ò4 ™î‘´+Û5„$7ÒéCãhúnm UØ<ÝF™Ájm¾±Ì÷;UHwÜfJkÙù(ºVp rѶGÒºè^RM÷ê8x¸ê_] [sà±ÀŸ¾ùß’ßùÉÀï|ö;?±ŸoÊú´¬¿úä \…Ü4è'4Κí¨YJztöÑIDCD¼ßxñ%u d»žUÇ iGö»¾wKÜ¢­·ƒ,kYtÀÑ5¯ÙØ\`OV°«E9ùS‰uf¾£]¸XªË=]©jYÕ”y±!+i¿à]#²2j³~9D³’†¡XŒsju*ÔËZm+ ›.ÙÕƒd7ir*FÐGãùŽß´]‰‡ü¡Ç¾­Þ×ÀQ‰HÔ&'o9âÄ@©a½¾$bs˜®¨,80 ~Bƒk™‰Ž¡›f¥‚ØWNˇ¥Ï›)Û'Æ•[§XÊÃm²$r ñ®Èi,/‰Ê‘hýb|ª¡JHåäÇ0Nà@F¢dþ¤y ùÄxêøh0”kY{4ø®í¦+fћȎHIþÜem‰»éI˜7ħ<:Ö_¨gÍßLTÔXó4°KN-²%4` ¨à:Ý“˜u†e2 ‰Ð5v|{ 1Àäp©‰l+|Þk×ÿ‚4çDjè"‡ø{¿“œkR*æâB:K(˜,xÔàKa¡àMi¦ó~m…å ¸¾ »ú&òÍÔÞf±±{by¿îÖ¸jh T©¹Íú[‡ãcäòB•Égk4vô€k´³ëëË‹ßÎÞ]\^Üþ“IŸÞóõàüÃŧ‹Û‹ÏŸnž)áÃdÆÃÌ ¸hT©Æœ)ãh€ ¤¨m‚_¶^ø [ÆÂí ‘‘„”{[ØÅZwÒN¹“«\â PÍÔ…’¼œkÍþ;.íí¾PTVÌrÕ;:àÙ… y;Fêíj`vû›Ö¦ h‰Î¿ù|+|ü¢l/Ý0«³ÈO8!¢á÷Í¢y8uñnåR Ïi«AÀX²àLü q2å%ÖÞiÊq?MmÒNŽo<•ºh—bT­ ŠâÒVÔ«íî0耒ȣέ[u‡»ÒrÍäµäÛ‹«f}…;){HA§&½¦iOh[|¤g Ά+K¸ëJ3º+Ný¿Cì{~’þ7ÿîðul(ˆ endstream endobj 762 0 obj << /Type /Page /Contents 763 0 R /Resources 761 0 R /MediaBox [0 0 595.276 841.89] /Parent 737 0 R /Annots [ 751 0 R 752 0 R 753 0 R 767 0 R 754 0 R 755 0 R 756 0 R 757 0 R 758 0 R 759 0 R 760 0 R ] >> endobj 751 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [436.238 673.767 535.699 685.154] /Subtype/Link/A<> >> endobj 752 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [349.701 534.144 426.443 545.048] /Subtype/Link/A<> >> endobj 753 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [501.65 534.144 567.925 545.048] /Subtype/Link/A<> >> endobj 767 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [55.697 522.189 82.845 533.093] /Subtype/Link/A<> >> endobj 754 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [417.984 522.189 507.826 533.093] /Subtype/Link/A<> >> endobj 755 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [352.958 504.256 437.181 515.16] /Subtype/Link/A<> >> endobj 756 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [502.276 504.256 608.766 515.16] /Subtype/Link/A<> >> endobj 757 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [380.963 486.323 502.247 497.227] /Subtype/Link/A<> >> endobj 758 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [245.714 456.435 431.237 467.339] /Subtype/Link/A<> >> endobj 759 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [238.31 444.48 320.58 455.384] /Subtype/Link/A<> >> endobj 760 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [230.6 358.656 356.577 369.56] /Subtype/Link/A<> >> endobj 764 0 obj << /D [762 0 R /XYZ 56.693 815.761 null] >> endobj 227 0 obj << /D [762 0 R /XYZ 56.693 759.068 null] >> endobj 765 0 obj << /D [762 0 R /XYZ 56.693 738.489 null] >> endobj 231 0 obj << /D [762 0 R /XYZ 56.693 588.022 null] >> endobj 766 0 obj << /D [762 0 R /XYZ 56.693 551.026 null] >> endobj 235 0 obj << /D [762 0 R /XYZ 56.693 430.467 null] >> endobj 768 0 obj << /D [762 0 R /XYZ 56.693 393.47 null] >> endobj 769 0 obj << /D [762 0 R /XYZ 56.693 299.397 null] >> endobj 770 0 obj << /D [762 0 R /XYZ 56.693 121.617 null] >> endobj 761 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F64 307 0 R >> /ProcSet [ /PDF /Text ] >> endobj 773 0 obj << /Length 3871 /Filter /FlateDecode >> stream xÚË’ã6îÞ_á[ä*G˲ö6™g§f’Þ®ìd“h‹nsG–=Òq¾~ñ"E¹ÕIÕ^l A@d¸xX„‹÷7ßÞß¼|—†‹|oãíâþ¸ØÆëm¶ØEÉ:É÷Åâçà“ª]._Äi ½)M§z=´ (4ÿ—ßÔØç€¿Þ¼ˆ¢už¦LçPW¿„aü0´ª7u5ÿ½ÂáC÷âÕ;;$œE‹p¶M³M¯³(Y¼H×y&¼%9 ÏvÁKþÛ$8îæíýÍo7Ì.¢Eº]oód‘åÑzÆ‹Ãùæç_ÃE}Àáz“ï„y^¤Q¸Ž“-´ËÅç›Þ„Ï ÉÒÜäë(Ü2+õxØFAÂ%mã ö¥90Ðtü¯¸ àºê´^ ´*|´8PEÑê®ÓV2ú—8N.õ›5#þ´Œ¢0¨Á;tÓ_±!sÉÂ䅇İ)Í(\–Û4nÎuaŽn×-£¦ë[³_ƨz2C<"…ºýʨ¦ò–*ê2§­þm0­©XÝžM×9ÕªB‹–Y.[ópêEáÔ2J:ð½vijuž$Lü íÙ'Xj‰s?‚Т@·8Ê’1iÿ ——€7õa8ëªç¯³VUǪ©/ ÷¿CqV½2¯ zg‰Å,V€*þlêV,Âñ‘¦_q¯6@E€ /# ~G.t»k:¯Ý9?ÚY$qPldí{Y‹ ûVY‚}ümª¾¶Xµ°A¯õ Ÿ•|ÄÊúYƒ@ Õ¢¬@LðÙ2DßQ?ø³RgššªitU˜?¸ŸØ‹X§àóØ‚˜_œUßké蘲`ȇ†'|èîOªgx¡U)hæð@f§"ÛòÂx"À‘dº[² O¦™“9{ƒ5’{ƒ$Øñ7[V€ß;Õx=ÊãÁõ¤;wÝß,Ó4°4uÑ U– ì†ýADüñK˜†<ýH’ÖÃþ&X²àEÜ+jgõ[¦B•`U'¦@¬³n(qtGòÄS®ß´ÀÉ8c“ëÈ"»CÐzº(‹Y3 ®æþ4t+þ$—ÙÊ&›cIãM¦jT+S)FèYú}]„"Hå¤áÇì\2Ä×r€Š–Od!gÄY!NN’ÃF.z×”ŠÊwžsÞó&q³®eC ãžV—ï¦zH]VÞÐ¹× Rüé &Mƒ®8öº5U2VR9[‚oQ}Àì픣.墯ÐkñFMšQÑ«;ësˆt*$‹‡e *²²~ÿ|ÖíÁ8@s2eÝÕðwp0ÝŸ„hS—¦ÁMÝ™1èhÇ™ÚÂ?(çY‡ÆÂ†F—v[-7!¨dŒƒbÓÌí¦wâÛYµ2ê Ûž·÷JW¼aÜùxª;Ô›¾ÔO ° Ý™‡ ¥»’ÁØk^•ɰî†Á×™sÈ´#@ß2‰[=³} ´K °k¢itêÒMaö؃NÏøLÆPP­8º¨;çqœEùÈQËšá·GþW2¥ÓP€µ–ùÙ¨ ¸)'0tïùF+4"Vf¤UË<þ.¥Ts10Ioh] ˆ–@¸ªeýˆkÄt³Ø‰ÿãNr¿êþdŸÖÜO*ˆQ ˆNþâ—çOÝÖÏc»íBüv‰®™ù< ƒþ<©Èá¸Ä9I€ËQ#Å Ö‡¥óª—†¾æ³íU®ÕJN l£ª+ý–)‘ñkÿ°@pÜ/3{´÷Ö414meØhš€ÜÁ9,Ás£ºÂ »ùTþª~B<8S¶M/hGÁÊß1ç‡ÛQð­:|ýÛ!2·]8îÌt>{([£uËH-trb¦rbÔ7Úh4ÚÈm41ÚˆâÀô¹õC‡¿ Oéx„®½pbY;×´Rþ“¨»à³ÄfP)É@iV€3sF4猀öV-kÂAÄ)ÿ;ž ‚7ÒËûe’WC¬R5ÜlÆÜ ¾Ä÷”·aã› ~ÙücÃ^!ê“~ÑjU¨}©¯ˆJB V7M%Ú<ÊŒ„Žu{V2=‚ Ù5úàe <„¶:¦‚lÔ¦¤Ùg„ˆ^/ÊE³¢<t…qC9?^Yä[8âvƒéyY=¢i`l ãsÓщ7¡^8!V…é"Œä´-0ÖÄ.VC˜¤!§ø¥ ÓS`Ž<{LÁ¦cÅœÙG`"ˆ1æÃÜÙ’‡ÒJ+$²N"B_Ô3¼ië‡V;îÀê¦G`Ñr ‚ðvõYsÿ#8e\1BŸn×5 ð¢Ña¯d VÙ B¦Æ B¨cËTÍ ˜têEž`g„ÃÊ×s^”‰ ÌdÃ)Èúšâ_‰ë%CeD@íã‘;ht™†ï<‘Ì‚¼clÍfãO'ìû”=¿ïè Ã’€¼â?Ïš)Y(ô4ÓPòOiô£éô\‚på+`¬mø„¶³UŒ.ÄV¡yVíסA{·,B”ÂŒþ $†)fœè‚Æ^ÓùK¢ƒéÈS)ÅbC2µ¢0ä-ØCnÐéßÇú´à0ëh/\ºC/&JI–fÓ$h\ÉeÍÐWÿ“!òH'O©d3ÒE¬#ÿ|¶AKt!ó☌Ҟ®‡ðÅPNu®K„•,sªbä?_5v.».sF4ÏîX†ìbM[­Á?4 äÏ%™séíêÜPf‘DñL›‰)oFK‘n<©%˜¦:”C!4$£M¢$xõùõí-CÑñÖƒŒušÈÔÝÁlªcm)6™yäŠÑ¿øhÏúÔu`ãóûO±µ‘jR|ad |˜`ŸbŸM\ÿIæ¼'‚ßÜ¿YÉ( ?„yCñrœ]èB‡A±3ö‡ûO…©;+>ZCU[øfÖ6ÁÝ›w àDA ùã|ï4œÉ»ä›+ƒC5ÌSoÓ…Sÿ”=©³è°f”§ž³Ì½Å»ï߯çËëw âÕä»»÷k±rÛ£•NiÁ!× §ÆDëÙíë¦5¡4^<)ÅhYL®ƒ[ÌIÆç˜`]Ùûšx2/Ÿ$–sÝÝuukë<¢:YìN§/àÎÇ“9œ6–žîß8¾^ZD¡Žš12ÕT’Üm$­ØIZ‰ Ÿh9¢–+HRØ¥¶ú<†ŠL€%³P'ЏA8)âŽöªvä^Xàh!ž>Š{¯×Þ™ =Ÿ¶X¢ZŒ Ä­Ñ¦=©íÇ^Ú—ÄÑè!±Z‚ 8¸CzÌž‘(r^q/{³˜¢ü5¨$ õ¨ë¯‚×Ûú‘rCÖ@Ówº< jSƒ»5[ÇÚ8²’Ñ‚ÇÉ~ÌŒ€Jë‚™˜)ÆNYÈ R3ûÒFõÄÙIÏ—!4á3*mn–»‚ ~$r󢥋yøÇš»j¹ÍåH[?A$6ªüS÷;䬖1ö*¤›’ðì?vfBá:ÿK-4h„Z*4¹Óò”£„.Ê~ÅÍ©RÌØØTE(»“äŠëÒ˜¤¦KÆGSBÐvðô.cf9*½¼§iåÊö©ül•³Õ`i~a’{Q„ªr}OhïëâòLל> endobj 774 0 obj << /D [772 0 R /XYZ 56.693 815.761 null] >> endobj 775 0 obj << /D [772 0 R /XYZ 56.693 178.599 null] >> endobj 771 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R >> /ProcSet [ /PDF /Text ] >> endobj 778 0 obj << /Length 3599 /Filter /FlateDecode >> stream xÚ¥]“Û6î}…ßjÏxUI”%«oiÒ´ÛK“v²½™NÛY¢×ºÈ¢£îí¿?€$JÖ¦{wO"AA|”¿zXù«ïo¾½¿ùúíÎ_¥^‡ñêþ¸ŠC/NVû@y*YÝ«ß×?eu¯«Ím¸ó×}WVe›uºoPhúV_€Þÿ Ü—îvD'7õ¾>ôMÖ•¦žÎŸáô¾½}•ã`‹€³`µÎb…œEIè%ZÝî¼4aÞ"¦'ûõ×ô‰λùîþæóMëû«`µ‹½8U«$ ¼ØWùùæ÷?ýUcÀ¡¥ûÕ£Å<¯vï…*†vµúxóË?R¸‚ád—Z) Ñ(õ?&^”GL¼þðóowï¿§ÎÝ{úþ² üõ¯Øé«÷÷w÷¿ñþ\Ƀ¸ÂÈS1“»;ÂL_­ŸLh}é ûA/MYwº Nn.¥n©ý‡¿óMC3\xYÓ÷¬‹2£fwÊ:A<ŸM]=ü”mBý×&Ø­õâj8BÃM ëDÄ…,Ïzcòþ¬ënKݺ?4z ô³iôÀ3øþvIu²ÖVÁžhcChµÙíÖ-Áª2×u˵é KíFîËF3Úk—Ýoö wí–`VîØ8÷mG-]ç•‘VDÊØF)Ì•‘LȘNž5ÍÓ&Þ­y©¼ÒYƒÒÇΰ×Ê2ôP*Æ]L&§”åÆ2¦’«ý©Ùþ¾!ØÛÆÔÝír2E&\´V^…pŽ8™`“­n"ßn Ph€ðm–ºý;¦hÎlýúsihº ºÇÔMwZ`„ç³CvªÖ,z%‘}˜„Äs˜ÙÛ‘²e+Ü#›¼¬%é<4ØHqص6x|<"uñ¨s/óŽ›`M2%œ‰´D;±K€&k ƅ=ª‚å¥ì*M£% ÇîLFÑ™¦h ƒ¤ ,HGhíAù?÷@ä‰:—Ɯ˚¸ØóY#ü¯²™iz¿m\¬§Þ9ãÉYÁØptv{v°ßUDŤ%9¡œ¬%@#ËsÝrÛê!| ³ wëǺ2YA ëZ~ ‚©‹¬)ˆôt'ˆÕ˜Î䦒U胻¯tÇ<ÏqñÆ"2T¹gø’øn~‹ðc£õ"“.$ñÍ£îcp’ zÞò\¦§‘uå§@ð‚ç²Í‘ÄXÊ>!£Lbô)4ziú‚¬(@•ÒJqA‡Nºi.àÀ®Ò¦eÑÔ¦KJÖíFëVãá2òðEÝø9AÚÞ7<•Ód€v§’I\¯!§(%¥Â ¶ÎdÍîÔ·%M+­ ãȸ¯km­X’‚cI´îkºç&D#LvQ2JÎ" Ôx‚´’±Žæ&gknËs!èÊ J*£+×i‰ðꃉ';×ÄaÃNQ5ï*†˜aÕÆô§a•†¦ƒƒ¯mÐuPÝee5^ë{­[J éîBSÎÁÆÌ Ùë4Ž(Ž#xa¼¶‡ _Ì 4†Ñ-õYÔë܈…¹#±¶@‹Ìò Fʸ¦FÖw'ÓðRVeÝÑ1ÓRè{´Õ%äA)ÌØ•§úoR– Nîn<‡bÖ°è²KÙNÅ÷P¢ òEè™Ã4vz¹žN·gÓRª*¤RÐàha3®ä\ NwþÖçhSQ÷E@.&ÕØ’RÞ>惸òÓ‡7woï^¿Ú¤þúþîÃû_(z°4œCñ!Ž\M#NnâCÁAúüdŠÓ,ͨÿÂÁ¸Å˜Ë±Ø¤M:†l;F3/¬ÕŽ‘“`OI´:w áŒKÅýƒ“«m æX!keÝRÂÎkèm¬ûŠÚÝ.ôgÛTÙO‚—7—­&7±g7‹­w%¦\XCÙ@îûçVJ®VÚÛ춪(b3¸ÞVLƒ.Î[)²ð¾]tĶÀC”£p!!”ä3s:8ïˆbŽÑÊИlú³í ª¡ïãÉèÑ*¢w1m qª½ $#lGc£pX¶ìKÓ¾L÷ìÃV÷¼å€¶üfqË?O‹²¸PUÍV’0èÄÞ…–Ú—äÉNpõ7=‡ï™zUÓ<=»@’Ê9ϳ,±†˜fÐn]Ù÷uµïêÞ&¥ù/Êàj“*šmòífï¯7zG8ÓÀÀÎö]²£¤4/Í‘¼'FÑ#bF˜JF†wÀƒÚ8ŒFÊCm Sº!20’¡o/y–šå޳;†õ™¡³Ô@òpWذÕó•B‰y¿£ÝlŸÉðà¼Ù#@NA…³g0Aµt]ôŒ}Сcf±à7(§qŒèû—Qs*’H<ˆs±s±H2‘Ç+‹ÛZÅœ¨Ä˜+G¶¸!ìÀª,Ìù8^º¢X²þØ}[€ÞìÙçÍžËÍêù.˜×ùƒ³»±çÒ@Úë…Ëvò×ldvq‡DFSëüõ™Ñ‡Ûz2cáî%çËëT:Y%@¿«mXÐÐa¨8…f´%œ9­P¢o0†FåËsÈo…¸¬‘)‚!}[‰©XN¦ómÈ/Æ;g![¦ãwª)‚ó’Øóõ½$]ø+!TÓG_ÅïxJ.™jvÉTW—LÅφ02×D Ê@Í ÇЕÜÒ£®}l#ô†1J&^úާ&§®ŽçÏ9/NK-ûÆÉ#¾.×ÜÎFÉc9Bå °íâHb {;DGØŠ°'DR?Ðãw&XbŽfZ%D€›´C×MÚé¥'X´Ä™’ÕÁQºÍ›ò@JùÒ¤gšópUzÙ£_ߥðÇ]/øŒÍû©ÁÿøƒW⥯ŸYâ¡0¾¥®Í’U<¿²ªk«ØÁ*p°pÄ´@âæë€A™Ìäå(vŒb~0Šéy'^x•S±ë‡wKnáIQ±Æ.⚟øDiÃÙ>ÿP˜ FD8-uç"~`h¤îþ¡Gû·?[Lކfõ€X·ˆ?; p(¨É¿G¤øÇI«'?d¤TQ€ï¥‚”°¸fnAµE*ŽÅ£žSD€- s¶¼ª”Î-«Uê¾·(Cä ú—³ “M'QðJŒ#ÑÀ’µé1´Ðóð4)÷en §² ðº:n¥LñÿÕ/ôsõN.zGúùå™—‚—”6®2,z·HžòSç:è’%~`ŒØCµx•ª)µðƒ½—¶¤#ˆAD÷ó äül$œ& ÆÔ!„ÿ ˜Öc®ÉÅûqœp+|3W—EþO/NÝêÆUö6†ÉÅ«aÛð:׳?.:ztN–è—Îߪ†¶èO¶ Àa‘¯Íðçí ¼kU#E£Ë™,ýùž§ÿËϱÿ»ã endstream endobj 777 0 obj << /Type /Page /Contents 778 0 R /Resources 776 0 R /MediaBox [0 0 595.276 841.89] /Parent 737 0 R >> endobj 779 0 obj << /D [777 0 R /XYZ 56.693 815.761 null] >> endobj 780 0 obj << /D [777 0 R /XYZ 56.693 738.489 null] >> endobj 781 0 obj << /D [777 0 R /XYZ 56.693 459.09 null] >> endobj 782 0 obj << /D [777 0 R /XYZ 56.693 405.526 null] >> endobj 783 0 obj << /D [777 0 R /XYZ 56.693 366.074 null] >> endobj 784 0 obj << /D [777 0 R /XYZ 56.693 326.622 null] >> endobj 785 0 obj << /D [777 0 R /XYZ 56.693 311.08 null] >> endobj 786 0 obj << /D [777 0 R /XYZ 56.693 295.539 null] >> endobj 787 0 obj << /D [777 0 R /XYZ 56.693 279.997 null] >> endobj 788 0 obj << /D [777 0 R /XYZ 56.693 253.218 null] >> endobj 789 0 obj << /D [777 0 R /XYZ 56.693 227.061 null] >> endobj 790 0 obj << /D [777 0 R /XYZ 56.693 209.462 null] >> endobj 791 0 obj << /D [777 0 R /XYZ 56.693 158.055 null] >> endobj 792 0 obj << /D [777 0 R /XYZ 56.693 106.648 null] >> endobj 776 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R >> /ProcSet [ /PDF /Text ] >> endobj 795 0 obj << /Length 3244 /Filter /FlateDecode >> stream xÚ¥Û–Û¸í}¾ÂokŸãqt¥¤Ó§lf’6™ÙnÜîéÙÝÙ¢m6²äè’ÔýúHQåÒöÅ"A@{‹ãÂ[¼¹ùq{óâuì-²M&±Ø"؈d‘úá&LÛbñÛò]^õ²\ݱ·ì;Uª6ïdß ô-¨qÌÿØþ¸õýMÇDg_W¿{^p웼Su5žÿ˜ãô¾½}¹ÇÁ gþ"ÎDˆœEI°Iüpqo²„y‹|˜ž¤Ëô‰Bœws¿½ùxãÃúÞÂ_Äb#²p‘dþFxÁb¾ùíoQÀp¸‰²tñYcž±ïm‚P@»\¼¿ùëÇBò¾,¬tãE‹$Ê6¾'ˆ£·Í‚™³øí6ö¼åÏleóiåÇKØp˜„˼,±-»CªUä-?­‚x™7*¯:¿—,]jgÝÕûþ,«nMã}•—ldA£ª²èªáõ$rñ/¦žWÕÊ_V–#B†yª+e»!8sBª?ïdÓZÝ \¡æÁzb1Ö¾üØ+Üí¯”¸=T|Þ°T5CÀNZUаÉÁÍãWo­áHC™×‘øo}± ƒ ¾ñ&޶èYÝÉRvL8¯PH×™Uî+½óö{„÷UQ7­D%´Ð64ô¾ßŸ˜Ø ™s~l{ÇK«j_ö…Y@U“-¿« …ÇÈ ü}åûþ4¤'ÛƒÑxçó;¯'¼4RorFd<ªíTuœÓA=ÞÌ·¥ÅšmÆóÉW„jßMÄ0°õYu§gN‘Öq9Ù¾ÇÒñI:OßqvŸ-øë*E+n`)†Ü©v_æê JÑap, ‚‘*ð$ ŸO24\ÍbßÕ,AØ4ZêU7ù™:‡¦®ºÛsÞÁá'H;ø èÕ Í/Yjoˆt§¼£ÖÇ>/ÕáÊh< b««"o®¶ëÐ$ß ÀérÅLVõœóÎ$¨/„‹ÒFmàüL-²q¸> á׺§h Ï<ÒP«¾°B$¤ŽU®Ï2tÛúÌtkFÖ¾WÏ:Ø•[ƒm·¨1ù«¦Vµ!ø•_õ¢6ÄTËœçE1' v°A³Ó¶ ãG˜–4àªíhH3 9ëð Dևť3ò€àZÖ«8^¶f½½¬Zžκš±e8Ž—çÞ0¸ãÑB»†=óź…ñáȸΚ‘`øòü’?×xÉ& ùìü6r³ƒ„Ì(njÐÇ’ÃÎàŠ°7çŠÖ4tijäõ“* ²êèËvÞRtÒ^;»U€Ñu¤C˜ úÚ†/,¶F§ú“ÓŽ$¯s¶ct_÷¨?Ð×£’Üm$Ô:hc‡yìü|)åš mgƒ™Ã¾6.¤$%Ïi´kù¤Œ‡ÑX¡ÁŽÎš. wÁ–@ÚÓ¹„Fž.I&ёΞªòÊkU”!^ãMÝO„ ƒ‘£=á0|Îuž¥'Ã4ŸiZŸ b0$úÉëJÄË ` ‚$d˜ë™©”Ì‹+á Š¢Ï~²ÿpä1á0lƒ™h󳜛 —ßzNLã±À-’z…4w¬qŠ$ ´ÂXbÎ\¶1axƒ‹J·-iJh°±ç Y“§¼<0‡õd*y˜$á@œöÀJ_šb2|ÛÌH‚ˆ¹F#/e¾—“<¢.9(ůMËñ/ (Žž/²9«¶µN”ïu—ž«†ô;8×'iB{º7Ðõ6½™egì‹CÚ×–03öýhü-›²ðø¨]ÔE8ù@»`æ1€uìP΀2ÒºÆW-AÞÚà:G5öåSeì AKfŠ úp° –†Éô ã{2'è\˜ÌHÓ›Ñ68.i³c´‚«ÞdkC 2¹ýÜ æ›)å‹×q°€&‰3]ö&Âp“ VMÌžõÕÓ»ßP÷îéÕßÞÝ?nß3 ·p QEüì¢M#¶\hìÁÊüåNi×”F& \åA3Á4äÀR Fi©Û@rŸ·c•¤ ¼Ð(€¬àõÅ. ¸ cFæÀ¤;rX@–ï6§DÒuE¬ü¥Õ€Øñ¡*tR q|D¡9Z0F§? #&¨æ.2 V¤ R5Vd2¢ˆêK#Ô¹Œ#r«Rî¬/“hí+–¶Ê™uæ}u¶‰1¹—rªée) HŸ F¥4Äj 0WIƒa'{…žÉ™Cr€T$¯ÄQÑÓÙ-@UÇÓm®„PÊ•@ukæˆØMMzMËè2.ºü“‹˜‰œ¾£Æ0 ]É] ál {æ׌4ðš‚"Ϲ<%aBÂŽ3‡œ©0gZÎÙÂD£Ôôe§.%³ 枊bÖ²ìXRÈAªWjï˜_hfKxúç\#ÈL­…;£`Ø7!š÷†ÐqH𑛯À=bÌÕè `\dt¸€­Ê¶†l0 u@¢`ÀE%Ðñ FòÈ·œPæb6kÞ†Ì÷'^ËßJ±ûJ}ìùÞ]íílk{äV²áš¦Þ¹HT·Wè α\Ю'w<íé=+ä:î—ÕWüøV›DUàÆÀVìÞc|¨jÅVkKpÆZd©ïé„Òž$D ªuc¡dCƒï¬BS‹G<báçŸ}Û%Õ!°%$&”NBG5•.Ü0MŠÄéÜü{;çgžŽ cpcä·ô‘}ž¼Ù×ëG°øÊ~d6T{оR°¡z½nÖao(¸‚4 ñ Ÿ„^âV2aÈ©ã@ë8?hêæJÕdª)£¢ {Þsé>\Ègªìxì±at5#§Ì-’)O³ ¼0ØfÐUk+ïQ†¨L$£Bd:³Â˽±lGU,¢Å¸ÑtD4M5Ñ;Y€ƒÖ(æ)ðlx6WØ¥ ~ÊsÞOÊrô:Ð~ÿãÉ·ãMaãÍ·oï_mžßsjÿúÿŠûº,‡ø.¦‡*ób‹´ÂÄ‹b¦Æ¬Ä3QªG©ñ(JCjoZ@q£T1Ð’¼¡ð‹¡P·³UDUôÚú}AÅx<`&úñÍzزivôÁòyŒ–?Ú"ò}èkâÇ^Ç´0DS‡J¸JkV3/a8Nk‹aíAkL ·#š×yë=Ú9Ý ©éÉ®Å'´œgBõŸ³yÅ¢ ÚûÔ¢kzöIÓµçZµÊNìÛ  uÂní21µËÄÔœš\—èEBU¾ÄêÛ…“'ö}&¡Â4Òùv:ø Ð(s˜,¦6Lí’ªh†%ófì]$6²LF‘å´6«Ù¢ªt*< ™çư)‡ ™Õjê&øÊ^cLì“y®èè„fVRk ígÞØ¬4 ½H暀µr3£\dŠ•› Ê¥F/~\A6 Rl8BËž]65:ÚéL8Nf_u½œV$ìz_®`â›7¿Ü¿y¹‚5ÑÓÀ¯ÛŸ¨õðxwÿó=ü¦³l<»3ï\fÿ¾1÷/°ÈÛx"û_þöî œ endstream endobj 794 0 obj << /Type /Page /Contents 795 0 R /Resources 793 0 R /MediaBox [0 0 595.276 841.89] /Parent 737 0 R >> endobj 796 0 obj << /D [794 0 R /XYZ 56.693 815.761 null] >> endobj 797 0 obj << /D [794 0 R /XYZ 56.693 759.068 null] >> endobj 798 0 obj << /D [794 0 R /XYZ 56.693 733.201 null] >> endobj 799 0 obj << /D [794 0 R /XYZ 56.693 717.659 null] >> endobj 800 0 obj << /D [794 0 R /XYZ 56.693 702.117 null] >> endobj 801 0 obj << /D [794 0 R /XYZ 56.693 457.154 null] >> endobj 802 0 obj << /D [794 0 R /XYZ 56.693 255.464 null] >> endobj 803 0 obj << /D [794 0 R /XYZ 56.693 131.483 null] >> endobj 793 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R >> /ProcSet [ /PDF /Text ] >> endobj 807 0 obj << /Length 3374 /Filter /FlateDecode >> stream xÚ­ZKsã6¾ûWè©Êfø(ñè8žÄ»3“ìØÙÔV’DAj(R!¨8ʯß~iÎÎìÖ^L 4F÷×-dzçY<ûîê›§«¯ß¬âYyšÏžö³<òõl“dQ¶ž=íf¿Ìß©ú¬«ÅMºŠççÎTƪNŸ[&ì4«¯óÄßžþÜ$IT¬V̧lê_ã8}>·ª3M=\ÿ^áò³½¹-qÐ",™m@²S?s÷¡^,c1ÊÖ(6­dþ¨K'LÂgÁ­‘à@÷'={Ò¥QwN  ±–5 ý}Û…ÍA›–›àæÐF.­y>Èæ`pZ{ÍDsÜaõBƒÕ S—Õy:\ …Í’‚ô„_Û5¶6ôn‘¢ªŠ Ar¯ìá‹£U»aKB^èÄ‘J7DÛÁ¡L­„³{5¯Å¯<>³}ÄÝ-Ðê{¤ ëµ.Ä?5gë,T H„u "à;@Ê[SêÚ¢ÿÆžBë§)YÐé`IÅ™Z7t……©GSƒp5dZ‹ÂÎÏ ¸NÕ‚„P¾5¶¬”9²1 åÔ²‚‡ºs‚£“Ç1´ +P½ÍMîÕCñ©«à’|_?<:p'¸1&°³ÎE[¸ú­S’é\ó|Ä|h´¹gØ8&^“Ž»^SD¦RY=d¦¦Ô ¸ZÝû”­î^4áèˆWY- ,ÂzÓO ½¡’pxïX²k]J¢Õ—?|\ÞÁ õ‡ÅÇp=’ð3Û¿°Ô œ ÎøøkªÈÏÉ£Mžã z·)|” Æ…ã ¨3]åâå¯iš¡Yß–ëw~¡gº cËë~Ú·zg8¤„#Œ+xÆ÷IšöŒzY† çÇ«x þ(‰¬jøûc«o¦4euËZåmˆAƒÂ'Ž»Ã-€Èáñ8è_Np¬ªºpWåN Øó™CQTÙ•[Žû} (((¸ÿðîáý z_Šûq\Ø%4–…P‹|E¦ˆ“ìC‚=o+ï6‘иäjü—EÎÀ€Vô–ú$}ey:ÓÁz­uJzAÊêÜ—<»ˆùÜ:_KÌ»NO“°­  "²kä®þ¯j ³’¯HûŽ6f'KÙí L Ìæ/$0'Ä@à O²#Á û%Ê™pßóSÁÙ‰8¢BR,H/‹¡Ôì‚‹GI¤ýaïD qÍ…ÐzkÉÜ늆ȹ;,ó!ÉŸp&œT Ê8WJf¡La(%rKZÔjSÛN1¦:¾c%O†½qMû8©_n=ËA½’Mf.^‘k ™ †Ùkù²@>h‹¡Ã™áÍ_Füp×rïYÞß»ì+*ƒV`€Ãõ«x+‡QšªÞÞà$t³½ÄùHâ uxùÁ¢ö8"‹> pû‹·Oyû‘Ï íº[YÀ@•§² ú­ó¾G­jëÜqÍmšÇòðÔE&©}×?çáÞhÓÉWð®iõ Aç'%©¨[=L2±P$+þ„Šý‘ ÉiÛAOh¡Ä&¸-ž¸ç¯ íÏ0ftŠD•åçF0š¸ÞàVÍöÂ_—>dƒ[Á>ÝÊ5·RCË}EÜŒ¬¹µPã&beóƒBgè‚0oTjÓû#Q È•€ÃOB 'ò‰²±èŽÜ õ6¼9|ûF´Õ£rè¼ ^›ö#½ ‰W"³RÝ0V¸‡$¹ ñ¢¡÷o¢<;\ð©W1aèÙ2ô  ú\d}õøƒN>®G±³y…p…?$Þ>Ü„¹z{ „%F[~efÈz°ëÝ™nLïÊ_R{Z ½¶¤úÊ¢GãÃЕN\µ¼ÌŸ°H}@ËB´=BÒEêcYÖïÔ‘¤0ºåLZ^;žË†Rd¢«b䈵÷×<£¿î"“Ø›qÔì]E8˜:G‹‘WB9ùˆ©â‚3«œ‹l¢[ã«\²‡’Ðxîbdü*Dg!xq†~¶7} †ÆÃo~zúéÃ=·?Üÿóá@ñ#wx#ùû¡¼}¸»ÿxÿ•´ƒhë ¤”¬¦Çfß‘³P­Ã#5`,¥®˜ ™P(}Éæ tÚ“\ë5«)ó‚ xƒo„¼ç„‡R^Ìð=&È/øÿìV¬é¿:JsRR®¦©áN«Ö’VX°Ê €b„Ù£’Æ›<¿±esÍý;U¨6JJV¾hN¦%ˆn$meœì­?™„»€Ð+ÿµ=¹bj?»ÏÙA}Ɇÿù¤6õÅPŸ’Lý'Ú2Žâ¼ø_þíߊ×× endstream endobj 806 0 obj << /Type /Page /Contents 807 0 R /Resources 805 0 R /MediaBox [0 0 595.276 841.89] /Parent 813 0 R /Annots [ 804 0 R ] >> endobj 804 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [72.573 284.495 109.335 295.399] /Subtype/Link/A<> >> endobj 808 0 obj << /D [806 0 R /XYZ 56.693 815.761 null] >> endobj 809 0 obj << /D [806 0 R /XYZ 56.693 670.294 null] >> endobj 810 0 obj << /D [806 0 R /XYZ 56.693 514.125 null] >> endobj 811 0 obj << /D [806 0 R /XYZ 56.693 324.235 null] >> endobj 812 0 obj << /D [806 0 R /XYZ 56.693 168.066 null] >> endobj 805 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R >> /ProcSet [ /PDF /Text ] >> endobj 816 0 obj << /Length 2048 /Filter /FlateDecode >> stream xÚÍ]sÛ6ì=¿Bo³ïbVÔ·¶§4MÛ욬[ÜÝíÚ=(6mk•%O¢êæßHÙ²–‘ÝÜ^D@ˆ¤mÍ-Ûzsör|öâµo[1‹'°Æ3+pXZw™Zã©õqp“äµÈ†#Ç·µL³´J¤¨KL•ÙOöµÀ¿Ç¿ƒç,ö}¢3)òO¶íÌë2‘i‘wÇß&8¼®Fì¬HÆ­$ \”Ì r×ù,•lž ÃÃhð‚ h¸³«ñÙ¿gøÛ·ü€±k…1gíX“åÙÇ¿mk } !óâÈZ7˜KËç6sÜê™uwöû™ý¨’4M/fÜH”OŽã^ç“¢\0AM¦¶ ̧©Ê‚ÊU}j\P£Pª,EœPñª˜ÔK‘Ësj¦JoëE‘‰îxݵJJTBž©ž¼ Qvy°vÙB».ÍëȺŽ?¸¹¹¤JZQ‰Y:OïQ×ñ3»J€OD^¥ùœôÐŒ›©Rv骘R«Î§¢$rr¡QÞÊ9µ’|Ú¥˜dUÖCŽúø¬†ÉE¢x­E)”Ô`‚e%‰ƒRøoŸx0b% qoPK1Dê " ¥U¬wTwõDJ<§M‰Ô÷•ø·õgI7V4Õ*Õª#Í¢ìvÑÍŒ$»l?Ù¾ÍáÉÊ"Qr5dR ¹?ø‚˜ÇH}_eµg|ž ãp5Ê4É•¹U‚ÜYÛ#N+(†Cb4ÖÜè¯ñE]iŠÛZh¬¸L5;íH·[â.ïµ=sÅαíè MQ1ŽŠ• U7"ç(®–ÉcÇ]*Õ€eò@•mom‡DzHˆÑN&iÞÈÍTõK͹jI*«ÃÞËËÑË¿†œóÁèîBI¨dQ£A•,÷H ™cHšPÊT#Þ ð̃1ù¢ž×•ÜÓZ|®5NúM§z H ¨ÐDqÔzmB¶f›¨Ö†¦‚ºcA  ý¸ ¥ ë²(ÐÑæÕ««ÛWn~¦€þ¶á¿¦F³èPÖè  ñ+¬µn‰ÙÐQ† 4É¢V­©ŠtzÙê ‰ã17Pª# Ãl®8ÚŽæ  G7« À„ Í…:ŠšÀ‹#c¥®u™J)òsê‹ÏêfCÔ¤0£Æ´6Úˆ!ö¤àJŠ­Þ®ä|^Õ’* ÑÕʲ¢‰d°LÔ§—é|!™NëËY+4`[¦2‰ZÛJfR;gkA2•ÚZVÉ\üÜlÝ60Àm‹7;¹ËBÛ³ü8dŽãFŽpŸÌážå°8Š­RX³­»Kí)Ð}¶ð 5WâÆù;L÷‘.!s<•TÀbÐA_¡ZhC¯œ[TùCå:¡Oi—·•ëøQÌ|?¢µ¿,VÃø5ëã(°!Ú;è0ÿººøÃ󷆘·7W]Lƒõ?hy¡Ï\ÎOa]JGA_±Žó‡b¥ïœB]JG*£¯X}\"Ð#Þ‹r™Vþ×%e—ßÇ›—KÁæk„ ¤Äö‡&Là\2M+Y¦÷µf,pwØáðâQ¸YQ]Ótö`¨Œ…©ŽÛmÒ›Ò5CÄi”.Ü |­KéH_ë+V_Ã2âú¤\®-dLý–ê1Ä7·Ì_—¤þý¦c£!:ï{šÿ)ʽ¥º8s¿=ÖÔE“ÜÐ?³DšúÑ—r÷ö%Ïažë—º”Žô¥¾bõñ%Ïg¡ã/mŽ@Œ–âþáÄþdî&wÅL®“Ò”nzߣ`Æ¿|ÛÐש\˜±È ·Ûëü‹:1›§Ø>Á¹w¥éë.gXÍ ü£KéHÿè+Vÿp=ê‰×e±³p=žÊ\_LÃÚX|•O]åݼêhã|™L>?ãôØ·§wÑ3}¾ý?;°óå«“Ÿ©)öi<ݱ™ÏOr¤Ñ¥t¤§÷«§;.‹lõ glêPÛ ò:<çšJºðåqWû_gšx­ÃLOìxÈ|':æÄn§|ôF΋¡Ô7r×ꮋ`¡²sëãÖ|ðÚâ®{mÑì£ËÎÕHÓ1†°Â ‘öXëwÇœ·WY2;¤h˜°áˆCsSxö†Íc–æŠD“Ì(ªiezÄêE EÏ{î#VØßáï©Ç¥ãRo±z$/P¨RsóLÔ8t"}üß@àíYT¹¾fo¯® zÇ×ãwWwOL¨~€’Ÿ5eì»û{$¹;Oàl]JG:[_±ú8[1›«<ÿã=aÚþÌñ93ü6¿ VÍYè†Ï’jx6‹¸¿•j\¥³›j@סTÀmˆm†áòµêÚM /y´æ¦Êæ5Jƒ¥Ÿöx»¼Osýà*PWȾ$ðÒGEj Ãx4˜ ST‹žÖ<Ɇa‘.·DTShnéQœ:=xoܦ7U*ëF°ƒO4¶’7ýÔls›ísý¾¢Ò×ι,I–4Q¯ÐHMÉr•éûhýøiUó2YRcRL›é͵Ðé¨ XMÛ' "©èfœò3}۽˂o?ÂJ²¬}6§žxèùz·(Rj9g˜Ø“®ðì W Ñe²öITÓ_OÝ'_­šñ7‚*"¥VÎ{<ö›Pý]‡TûF o´dK,Uò×zîz¦‡…d>ô ÜÇâ>ïñþ˜AJ¨ endstream endobj 815 0 obj << /Type /Page /Contents 816 0 R /Resources 814 0 R /MediaBox [0 0 595.276 841.89] /Parent 813 0 R >> endobj 817 0 obj << /D [815 0 R /XYZ 56.693 815.761 null] >> endobj 818 0 obj << /D [815 0 R /XYZ 56.693 632.895 null] >> endobj 819 0 obj << /D [815 0 R /XYZ 56.693 599.057 null] >> endobj 820 0 obj << /D [815 0 R /XYZ 56.693 600.517 null] >> endobj 821 0 obj << /D [815 0 R /XYZ 56.693 589.558 null] >> endobj 822 0 obj << /D [815 0 R /XYZ 56.693 578.599 null] >> endobj 823 0 obj << /D [815 0 R /XYZ 56.693 567.64 null] >> endobj 824 0 obj << /D [815 0 R /XYZ 56.693 556.681 null] >> endobj 825 0 obj << /D [815 0 R /XYZ 56.693 545.722 null] >> endobj 826 0 obj << /D [815 0 R /XYZ 56.693 534.763 null] >> endobj 827 0 obj << /D [815 0 R /XYZ 56.693 488.472 null] >> endobj 828 0 obj << /D [815 0 R /XYZ 56.693 489.931 null] >> endobj 829 0 obj << /D [815 0 R /XYZ 56.693 478.972 null] >> endobj 814 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F75 438 0 R >> /ProcSet [ /PDF /Text ] >> endobj 831 0 obj [500 500 167 333 556 278 333 333 0 333 675 0 556 389 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 214 250 333 420 500 500 833 778 333 333 333 500 675 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 675 675 675 500 920 611 611 667 722 611 611 722 722 333 444 667 556 833 667 722 611 722 611 500 556 722 611 833 611 556 556 389 278 389 422 500 333 500 500 444 500 444 278 500 500 278 278 444 278 722 500 500 500 500 389 389 278 500 444 667 444 444 389 400 275 400 541 0 0 0 333 500 556 889 500 500 333 1000 500 333 944 0 0 0 0 0 0 556 556 350 500 889 333 980 389 333 667 0 0 556 0 389 500 500 500 500 275 500 333 760 276 500 675 333 760 333 400 675 300 300 333 500 523 250 333 300 310 500 750 750 750 500 611 611 611 611 611 611 889 667 611 611 611 611 333 333 333 333 722 667 722 722 722 722 722 675 722 722 722 722 722 556 611 500 500 500 500 500 500 500 667 444 444 444] endobj 832 0 obj [600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 0 0 600 600 600 600 600 600 600 600 600 600 600 0 0 0 0 0 0 600 600 600 600 600 600 600 600 600 600 0 0 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600] endobj 833 0 obj [556 556 167 333 611 278 333 333 0 333 564 0 611 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 180 250 333 408 500 500 833 778 333 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 200 480 541 0 0 0 333 500 444 1000 500 500 333 1000 556 333 889 0 0 0 0 0 0 444 444 350 500 1000 333 980 389 333 722 0 0 722 0 333 500 500 500 500 200 500 333 760 276 500 564 333 760 333 400 564 300 300 333 500 453 250 333 300 310 500 750 750 750 444 722 722 722 722 722 722 889 667 611 611 611 611 333 333 333 333 722 722 722 722 722 722 722 564 722 722 722 722 722 722 556 500 444 444 444 444 444 444 667 444 444 444 444] endobj 834 0 obj [600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 0 0 600 600 600 600 600 600 600 600 600 600 600 0 0 0 0 0 0 600 600 600 600 600 600 600 600 600 600 0 0 600 0 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600] endobj 835 0 obj [1000] endobj 836 0 obj [556 556 167 333 667 278 333 333 0 333 570 0 667 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 278 250 333 555 500 500 1000 833 333 333 333 500 570 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 570 570 570 500 930 722 667 722 722 667 611 778 778 389 500 778 667 944 722 778 611 778 722 556 667 722 722 1000 722 722 667 333 278 333 581 500 333 500 556 444 556 444 333 500 556 278 333 556 278 833 556 500 556 556 444 389 333 556 500 722 500 500 444 394 220 394 520 0 0 0 333 500 500 1000 500 500 333 1000 556 333 1000 0 0 0 0 0 0 500 500 350 500 1000 333 1000 389 333 722 0 0 722 0 333 500 500 500 500 220 500 333 747 300 500 570 333 747 333 400 570 300 300 333 556 540 250 333 300 330 500 750 750 750 500 722 722 722 722 722 722 1000 722 667 667 667 667 389 389 389 389 722 722 778 778 778 778 778 570 778 722 722 722 722 722 611 556 500 500 500 500 500 500 722 444 444 444] endobj 837 0 obj [222 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 278 584 584 584 556 1015 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 778 722 667 611 722 667 944 667 667 611 278 278 278 469 556 222 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 334 260 334 584 0 0 0 222 556 333 1000 556 556 333 1000 667 333 1000 0 0 0 0 0 0 333 333 350 556 1000 333 1000 500 333 944 0 0 667 0 333 556 556 556 556 260 556 333 737 370 556 584 333 737 333 400 584 333 333 333 556 537 278 333 333 365 556 834 834 834 611 667 667 667 667 667 667 1000 722 667 667 667 667 278 278 278 278 722 722 778 778 778 778 778 584 778 722 722 722 722 667 667 611 556] endobj 838 0 obj [611 611 167 333 611 278 333 333 0 333 584 0 611 500 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 238 278 333 474 556 556 889 722 278 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 333 333 584 584 584 611 975 722 722 722 722 667 611 778 722 278 556 722 611 833 722 778 667 778 722 667 611 722 667 944 667 667 611 333 278 333 584 556 278 556 611 556 611 556 333 611 611 278 278 556 278 889 611 611 611 611 389 556 333 611 556 778 556 556 500 389 280 389 584 0 0 0 278 556 500 1000 556 556 333 1000 667 333 1000 0 0 0 0 0 0 500 500 350 556 1000 333 1000 556 333 944 0 0 667 0 333 556 556 556 556 280 556 333 737 370 556 584 333 737 333 400 584 333 333 333 611 556 278 333 333 365 556 834 834 834 611 722 722 722 722 722 722 1000 722 667 667 667 667 278 278 278 278 722 722 778 778 778 778 778 584 778 722 722 722 722 667 667 611 556 556 556 556 556 556 889 556 556 556 556 556 278 278 278 278 611 611 611 611 611 611 611 584 611 611] endobj 839 0 obj [500 500 167 333 556 222 333 333 0 333 584 0 611 500 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 191 278 278 355 556 556 889 667 222 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 278 584 584 584 556 1015 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 778 722 667 611 722 667 944 667 667 611 278 278 278 469 556 222 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 334 260 334 584 0 0 0 222 556 333 1000 556 556 333 1000 667 333 1000 0 0 0 0 0 0 333 333 350 556 1000 333 1000 500 333 944 0 0 667 0 333 556 556 556 556 260 556 333 737 370 556 584 333 737 333 400 584 333 333 333 556 537 278 333 333 365 556 834 834 834 611 667 667 667 667 667 667 1000 722 667 667 667 667 278 278 278 278 722 722 778 778 778 778 778 584 778 722 722 722 722 667 667 611 556 556 556 556 556 556 889 500 556 556 556 556 278 278 278 278 556 556 556 556 556] endobj 840 0 obj [556 556 167 333 611 278 333 333 0 333 564 0 611 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 180 250 333 408 500 500 833 778 333 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 200 480 541 0 0 0 333 500 444 1000 500 500 333 1000 556 333 889 0 0 0 0 0 0 444 444 350 500 1000 333 980 389 333 722 0 0 722 0 333 500 500 500 500 200 500 333 760 276 500 564 333 760 333 400 564 300 300 333 500 453 250 333 300 310 500 750 750 750 444 722 722 722 722 722 722 889 667 611 611 611 611 333 333 333 333 722 722 722 722 722 722 722 564 722 722 722 722 722 722 556 500 444 444 444 444 444 444 667 444 444 444 444 444 278 278 278 278 500 500 500 500 500 500 500 564 500 500 500 500] endobj 841 0 obj << /Length1 754 /Length2 636 /Length3 0 /Length 1155 /Filter /FlateDecode >> stream xÚSU ÖuLÉOJuËÏ+Ñ5Ô3´Rpö Ž44P0Ô3àRUu.JM,ÉÌÏsI,IµR0´´4Tp,MW04U00·22°25çRUpÎ/¨,ÊLÏ(QÐpÖ)2WpÌM-ÊLNÌSðM,ÉHÍš‘œ˜£œŸœ™ZR©§à˜“£ÒQ¬”ZœZT–š¢Çeh¨’™\¢”šž™Ç¥r‘g^Z¾‚9D8¥´&U–ZT t”‚Бš @'¦äçåT*¤¤¦qéûåíJº„ŽB7Ü­4'Ç/1d<8”0äs3s*¡*òs JKR‹|óSR‹òЕ†§B盚’Yš‹.ëY’˜“™ì˜—ž“ª kh¢g`l ‘È,vˬHM È,IÎPHKÌ)N‹§æ¥ ;|`‡è;Gy¸¸hCã,˜™WRYª`€P æ"øÀP*ʬPˆ6Ð300*B+Í2×¼äü”̼t#S3…Ä¢¢ÄJ.` òLª 2óRR+R+€.Ö×ËË/jQM­BZ~(ZôºòË!”ãÂôŒ“S~Eµ®‘¥‚®¥ÐpCC3ssÓZ…É¥EE©y%àô ?-Œ©©©É\7¯å'[·dMßÖ¶²Îuñ…U¬úœ?O¬}y“ý@ÄŽºÙ™)µÁ¦óÓK–¼Zøhkßañì‹^ÉÖS…‹¶HöúõÄ}Y$¼fkׂeL÷ëݯlîšÆûO[ý•çá°sZI[í/z<«SYçæåú<óR^8E-Þ÷ýÞ5n!­ IZJRæ7W°ße¯¼ûü²ü§õÓÛ&¿;{ËÇ3@¼Ø­KýbšwÒ—ÄoO¸bÓÊ.^Ô|æxðÊ‹Gå)ü{öGW¼‘íPjWýx$xYÅ×®:éêë§ ØÅ/u¼î]øµÆŸ“k¿¬ÓÑ»·¤ßßà¾OÖGæÄcãŒßR'´ý¦‰¤Ü3fÚôl‡äé¬'¡×¶ÿÁ.µ´îDzÄì9ۧȺ¼©*\¾Ûö{¨xo­ž÷¶‘ï—ì>Ì}m·¨¡°ý•›Îý?çsúaë2ò-ÝúmÚŽŒ¾×úâOßšœ¹vÁ}Éã†\ɹ5±Û¹zýÝþ±õ|z¯ûh¹à-Nf¡]ö¸8Žã<¦¾b/Ôž‹\¸Á÷ª-¦úù SŸU¥Þ³ì¨]¾¤æI‹FÛ-ÛÖ§Þê=yìRIú¿b]xÒ{ðá­¸ÿ„_Íx51!Q>áØÍ¦2‘ÛV|¨¨fyÊâSV÷)UË~Æ% ;CŽ©f3´/˜ßy3YéÁ—™lïyRšû'=}è–035«WõeëtE^ƒ÷m-Çï1î½tz¡ÓÂÍ%\ÞÅÚõÌÚÂg´V[|ßÖ­×;®7O\Ïm­>ûÚêGÓžˆ­h˜Âàè|à÷¶4¥‰ª-fºi ÌæY3ê2è¯ÿlõË-k~o“B¬ö£=ª¾ÈJ&oˆÛýÕýØ=¡à•ÓJ&^U›.2O endstream endobj 842 0 obj << /Type /FontDescriptor /FontName /ASZHDD+CMSY10 /Flags 4 /FontBBox [-29 -960 1116 775] /Ascent 750 /CapHeight 683 /Descent -194 /ItalicAngle -14 /StemV 85 /XHeight 431 /CharSet (/arrowright) /FontFile 841 0 R >> endobj 843 0 obj << /Length1 1606 /Length2 10036 /Length3 0 /Length 10859 /Filter /FlateDecode >> stream xÚ­teTœÝ’5\ƒoÜ‚×àÜ‚CC7î.ÁÜÝ!@p'¸»»kp÷÷½3sgÝo~ÍÜÏZOÉÙµ«vCM®¤ÊôÙÔÎ(ig abcfå(‚lŒÀ v¶òL¢vÖ¦€7''25µ˜#в³7‚ùš@S€8ÐÀÎ`ãååE¦ˆÙÙ»9‚Ì- :uMzFÆÿôü•0vûÏÈÛI0ÈÜ@óöã ´¶³·ÚBÞ þ×U@Ä0Yb_”´e¥tRŠê) -ÐÑÈ ädl 2ȃL€¶` =ÀÌÎ`ý`bgk ú«50óÖg0À¶š€ÞŽ]M€ö…>ìŽ6 0øíÌl!o3€Ø@¶&ÖN¦xó›ÙýMÈÞÑî-Ãæ-ö¦d†€MAöÀ[U%qÉð„XAþª ½…vfo™¦v&Nµôwì æ- 1Ù‚ +ä¯ZÆ@€)lomäöVû ÌÞô7 '0ÈÖüŸ >æFަÖ@0ø æ û¯éü³OÀëÞÈÞÞÚíïÓvgý ´6cFfc«iy«m²EfùkQdlÍìl¬ÿð›:ÙÿgÌèø÷€èþÚú7F¦v¶ÖnS 2‹¢ä­$€î§2ó¿OäƒÄÿÿ-òþßÄýWþÛ%þ¿Þç…–t²¶V4²y[€<0€·Æ øëùÿrl@ÖnÿCö¿&jÿÁð‘½á³­ù›¬Ì¬ÿp‚À’ W ©bb03²~›Ñß~u[S £5Èø¦åßc0±±²þKLÍdbeû×Ð9ÿÚšþ+ó7yþæÍ"ûEå‹„ 㿾¦g)½©Qs³#ö}(Ø™þ—ñ†¨¨+Àƒé€‰›ÀÅÃàáfóúªý ÃöO[Áâr|}k™•íïÆÿãû§¥÷/0¶&v¦m‰*ÄÈÖôm±þËñWØÄÉÑñMÏ¿ïú[Ãÿiÿ½â@ +ÐyaÖ΄?Ð2)5R‰ŸÙ;,þµ³ƒ ¶7Ⱦ°Z-/Ç÷§]»ORè:o©áSEsÍ(ßK£ÛÌ¡ýó¶,ÃNž5m{ð$›Ø‹’þwÖ M37ãŽ?‹~!Zò‘f„Çé´üœ«ÆÎư²Š~ÁÓ;’ÑfGÄÓ[z_Jç_ª{to“Ä_Ѹ-˜5PØ•¹‡G4±û·7´Ý}½=íçð¿·‰3¢‘¨ùáÐh¾ù:d 먗z„1Ìì¦ [㉱š·÷Êð\áq-…²…ò¯”öºxà_ì!QEé³Sî%wúcåèîÿ;v¢Ã—°ûGó¦_M+ùEyó3ŽTì©“ì¡ñ"æ¾ kVªÙleo¤ŒsXdúï¬Hhr×ÞM¤ÀzᦨôP0[ T«ÿi˜âsZœÆ½:5Ž‚ÐÓ¤±2æùOg*L·¶ßɼe Ì(Eï9Óp+=!3ÁQ俇XÉ“ÄEþž+çmš4DSÌn/-Rê.=7-;‘×b*~š »Õüª†Þm»wÆÓ}*?· FÚ'µúœ¿¾×Ò3žÀ*jᮺ Ót =* à1O¸ý[>ÎÙ”~Ï9‰Ìo› ^Áe.°´+@;}¶ð²XÅVuÂѨÉÇL`TßÛ”Gæ)´‡ðŒ@ºª©‘…æÁ–Cä)p…;bögx˜âJU{(q7RéCe¿ÜBâK~‘¡.ˆd§ØW’ òá”Íæ^‹)Vó~ù=4c1”œìvý³·¢Hqñ×tÂUøÊÓÏñ™'ATs,¬ªEØòÌ3±\]àDwx¦û,­²æ iwÏXŒ€ðö€‡cÜ<@]ÕÍ;ÙvÖóÅ,¹`ËO›½œ–áÊ?y=œu*6âG$ñ~Ê-Ö?ØRƒ”¬±%j¯ùѲ½”0;IW¯]Ø¾ßæÚ }ûl3eãbÅŠC=Tá?ÀÁæqÅÂÊ–u£Ý¬ ? pÒ‚¢æ-9ÂÇ(ÜÛò~÷ä^’ÐcATeSW½ìéj“Æ·@FÉÍÆY²,-èŸñ@:ýV2m’lþáw:®ŽñÜOÿÃí~ZÞ¸‚&ïmz ´°oÕÛpÃ%ß_òsp,{s„­uÂȇ,ÄÀȵEnõ}·\°™5ÿQÈžº›ï)‘Ñ<çdý¬æ‚Îé×*ùa/½QŽê‡K)^¼ÔÉÚiÝ™€—*pô{@’næñÐúÚCU²®î÷"Éü<;Q¨¯‡fj]VÿMÚÁV]ùlýÕzîŠn¯•ÊŸ?p‘#8~ŠR«Wùºßçs"2c¥•ÒÐñgÙ!Íè>>@êŽàeïÇdwÃuí©éØÀ0Ê] OóË¢wÔqçyj%žpIÚ?ŸÇ!%Ÿ­Í|Fðmòæ¦3­vÏ%§‹—]¯êvûDiTH¾¡m9V×…Ô/0zdcÀcX{†SH¢°]]â®Ä̬ªZž\µt BzAÖ·JÍ?9ž±í£«¢›®,Ç f²s“<õÇÙƒ²Óàæxí ÂLrEꈜxìįXŒ¦”á\à|‹CÏ*ý:hýH¯ñi~"dŽ˜>‚4¼ÉI\s6á5÷j•hYÝyÀ‹eý?ža‘ðN ü*½op"‘rR;Êô•; ‚˜#¢Ü?6^¥y,ö•¡œoϣʉV7kâ9î¼–NZ‡Å(nËQ¥È/w½ S+í¾y›Uxòeß-®a|©k* ôÓõSË‚x´ c”¢Úv½#‹¤9õŸßX”JEË’ ×j&ìa‚P9îpü´ kTÊ, ˆP¼›Ôqlºç³N›à±ŸI€òZVñyÞ× ïÚ5:IÊ«—j·“3¤ PRÿJý¸<‚žo™Nîp;T9ŒxìPŽPй9ĨÒemÐ3å'è ïÙìëRqþ+^jðlØg±¹&%ðäº&–8§CÖ«s’WâªqÎb–Ùfο¶µœ‰¤ýT¸=¸‡²Í؃ïõK$N+0X-ön‚®©Ü ù^mKw íý~µJŒ´Á—e{íµÕ骩ã½ÇK&_æt¢}«õL•ËלÛöux×fë¹KFÅûrŸ‡u¬ÀŸZYgEåñ›‘ûŠ—F¾ÈÝØo™2Ý=¸¡*q%(Ÿ¦AbM±  Š‹rÉÕŒ‘€®õ4ÚxP9¿¹É3ïâÛ´ ¶0±1Šó‹{]aQ?X »0XšŸÌ/ K˜ÀqµtÝ•O¯æ˜{‰I`µÛhdŸÕ3ø< .¡×’È×=°±ûN Ø‹r{óöºZ¢áN­µ ì XÛ¿ëÞvÐþV…BOÔwz?ŽkCËÍ,ýÙnɾæ•F’àÏ3¸²µJ÷áµÏyEdjäùÛ .YÀëŒÎžÁLQ¼Ò‘îKEZ½ ï:6Ôcuõ‰ÏYâ-¨ÿ˜ÔÀ™ÕÈOÄt…#ÆGõŽIaf+º‡Eä¤Õ5|ôà<}䉅T­?ÌÀÏ?XðY‘CƧd·®Sü‚:Kè/á\KýŗhA“ÿ¤ÿaHK•á–€ÈeÀ´O=:¢¤×¥[åa-&S/§k¨ÂßÁË/ÒZ¸Mð9÷©Æz35íeKíV™í¥·"Œ’ ¹ó=\Øàâìù¦”™ìb3£ÍŠÂ(ørÚÊVM¢Ô'°]y^faéHb²ÑzÈU~W>^ÚïPvò,ÑÃw(tq¬ù©¥s³w…%&‹ûÆ¡tãY?ÃO$MÈ:5´Ä“*BÙé›#hnßo€ïnã‘>Ôo›¸ ßãa¾¸=.ÉþtI(þYM¤°@I·®¢J‹ÿn½—fs 'dxöhï˜÷beBÝs\šð¢§š£°)Þ*G°?€¨É^õ™R3µh1'ërE7A¦:­Ü ()CŠr›Ò©¾´¸™Ë唋s¦ÄLÕ­÷\LÍ1sÖlýÌ^~·w­¸ ¾oÞई09ûÉÕgcM¥:ZèØÐ%Œñ¨y«¶{Àªeºìiß©¥X0!Њ$Roˤˆ×ÞÔË<(/t‘,]Ú*4ß§™_¸ÃÏ0öÐnÔ©z­;ÃÊ‚šfn}a!)1³Š†*:K°Ñ®ÇþU"Ùn·½Çiƒ{}åYOɾdÈIËåqËÚÒø$ö¶)eÁ*•‹‡EŽjú§,£c•¤¤~-²]ƈ´«t 1y’qŒ/Ê‘þý>•¢ù2G Ýû‚U¬!bë©p€¯Kȱ„AÓKð°.¿låYûªQ²ÿª¿ŒXj~`Ë2J<¸ÏŽgÂ2ÀLöZwâU\Rï%ͯF²;¹|RóÊŽ„UÊw`ÕWó‘² u/¯P#ÙBÉäÌ1`;½53ÛêÂå™ý[³ÔËÊ–­íJ…“ä¡mX-ÃĵOL1ÅÔV®ÿ›ËYTZ‰¨4Jh̼…ú;| zugŸËÆç1oêazí¸")}±U¼p_9ÂOSû¾aT?Ö¹Ù“‰93‘WAHÓ;¼¼UÞ×–’¬ÄØ’ ð°¾v͆`Qz‡¢ó/-_•ãFºÕÁ•úë\—ÝËC°kCý²)/ û© Ôì~$Îï^~6ÆÜ€iE]ÀX¹uézaé*xðñçõzàE×èµé6V$aM´×V¤;¹î6â¢]pŒ’‡}CÑsøo±F‚µlxÐ8O¨68á¼H>ÿÜ€—}ÙŠ&.üq\u§|þ…]¹D7üð{›èG¢®}$dîšaIø—K ›•Ýu7\›x0ûáÍwè[TºDË¥:HKyàwiÉù _ì ‰ÄÔ\pc˜K|IÔùu©­àÞEfMiu7'ŽÉ¾‹›àts‹;ÈóZè‹j}»ä{}J.Ûz1uJ"ÉtäÅH'ÈÅ9ÙŒìncôeMÁ'Þ°2Ó¬•g46òlZ×.7Jí%¨M¶ÂÆÆ…Ebz©DÃæ^’Ãm9,0.Hâ8“SÎ'JeÐ8¯FÃPVp ÷U^8wB^®Ò4ц½™GwŽܯ\°kbßg7T¢ÔÞ”àŽr÷@üÅ–{8y öÎ >Ôµ¦pùàûõx<¤`ßÖíJR ÂyUÆPeÈÊWCÅÙÚâýKÅ‘^éœÜjûóWÅîöp?|ˆÐÝ·R^°Z£vÑô£zàžMVæ+<ÓGEá^F¤Íveƒ "{W:˜ &sÂ'aö|¿ «keÄr©>]2jö\‚,#µó4=¥Y±Ù­žRž/¾œËίûóVÄØ£F´«E)ŒÈú'wê&ÇžýŒ„5«¶œáò®)ÔHlDÚ‰ ŽÑT­… sIñ1–zVm=Û'RLW¯Ñð»;qbn®,µ½Äܘ\Éîù ÓqÉ¡2f—öFr©4Ó>|º¡_9p¸UÔ·7A÷p‰§A¢vªd²Âi_<ôŸ£É„ë¶Ñ¥µýG,\^¾8wÌÞµø˜$Ã̉K®A«oUõ¾UEÁÁ–(’‘üv<Ñhn4鋘½[yê=XiÀÑ´¸ /wßR-á Áç°ðNo¿ØäÏÆýO›ÑåÐŒ5ÍÐð"×ê1¬Œ÷†>$RspÃòî:<÷&§† YеG˜Dч+B(oSMÙT ÜOÖ#11 ‹”_;ˆ)˜"ádüøŠœ KADl,—Ì *täåñµŒ;´ ¾ÎSKè|¾èœ A•4Ô„‚pàý§ƒtí¼¦_R×ÒUµ쮲.ʯ áVËÁsD®Mó¨RY0iÍ ã.K{Ýš“¿Ó'aSŒÃÈjìÊÖi>Üey4¸‡¤Ü‘/}Ê\Û%(Š›ßíf(»r&‹g÷ UĨPªïët9kEò´›V¦fÖÔZÝãMzT©•òä†j æQÁ{`òü1­|§v7¯¶LúŸH™•jÍ„+x ƒÐ¿FÂ)}.µ÷Ù¾Œkæ×ù$Ò{ÝÊÑ‹É Å>‚ÝPÏŸî”\e ]w­¢Û¹ðqhÄ$7g}ïë¨Ûboæ( [¦üÞÿYá8}pµêÙŒ39L°xم߼ƅ:‘ÞN·t!I±Ÿœå c½ùØFƘgž×åØK÷Œl…‘å))ýRU¿A7ÍÂNuÍb`6žöís'RÌ›fÔpÌžÝÒ=ÿ6/WUâ:”èdÀ†7ªŸi)ö=sÁüËA[wºX¼…÷Ù2¾ëÊ8Åzbï`R»ékÞLÖ½¡7õ27Ef¨Càþ:à+NzqêÇÉKn=¡æk*žáßñü®{ ÓlÙµY²à Ù€®òR© uçŒÎîÏJó2Y} f¿N€kD"»2ønðútqƶÖdÛk»v‡`®Æ;Yõ§»Ÿ`‰˜ðµwªXIÜ&0Y¹ê⫘4ç @ÙþIFkn)Žäø@ÔhïçÀ¼‘뵪!`Å"ªâC<7ÖôW;ÿÚÜC¶§ º»´Oy‹¯öiø˜‹ð¨?¨pÌ2Ø[T;.EŸL s} !—³VŸ«Í€ÆÓóB—t°ñƒû¾$Â{0À¬}%Ü˺BÄóW”ØU#,ãï;¾=J2³2,®âƒmæN]›xîF7ÿÖÍR æt–ìÑÁòÛ@J¾ĵrVŸuù±-õÚÖ+7OÞÍY¾S§„$uÈ·OiÊ2@†%ÓCµ($E ãÊ!- 8fÞVÀìµb>,n%»r|„vÃjÿ¡°¾LU¹QŸˆ¤°ÑU9>_2X#ÙhÓåKVä`0@ö@ä—/pKD¶°´c^æ…PÔÚø*^;®JPíj| ,”I %ÄÓ«þ2ZJp€üt¡¾âéK¥—ù>sú“Y§“›³k’?d”aÆ$MþuÝ×iZÑÌmñPË‹+ç}Œh‚ 4Õis¾í놴sIÉJ‹´´µ^Â+2‡l=båa”±Ê fK¤ŸïŸ¦Þ ìxùÌͯB¦¿­y} íJh"¡ªuúĵ¢ZŠd¹Ì“®#ÅP÷2DÕ’—š Oñ6ø "2k/±ð‰ß{õ¹M–òÕwã|ä‚'ïÐzßó=’ë&RØÇ—«¥°RLzÄ:­¸)C„Uó÷N>Ý·ÀqF'{:<œââ5õiÄ´glÚünYW­iý9´¤ÖàsdZ˜×VÞ×”ˆÛë­©ZZ© “ ‰y_´œ«íÁ£œ9vƒlªO¨Y¼”gX­ùÙìÄFs*ý­˜ÄA·h,ÛÔÈ(g9/S Avæ®&µx)Iµpbº4ªeæ””ºxVN²öÀèG½˜5%‚Ã3Ù&gY —Íx«U™ÅÜ*%HYaC_TÆØÊªOèfWFÊô;ì™Iq|³³vLŒO¶À5kæ+{\œ62¦c§›~Á¼¬yվƟæ!€½_Ø`žy›q¯Àï¶ÙF$öÎÁã«#ªœ8FK2Ôê?†ãÂ~Rw?"ÇA/¬MÐ_ð1§h,‘Ñ-:ˆxvõì7‚4¶‰Kñ©‹õïÖhU¸o°¾/T8¹Ãç@Žé–³:ºÅÁÏ"ˆÔ­:sð€[;g¥PáûïI¤Ÿz6†|Ë—1?ŽóŸÄˆ%ògúp[yí¨©?¡:­ê‹i'»z“1Ëo3ˆjËÃI£@!Íp'ä?’µ¢.¤'›•¨‡—1hÓHÕ‘¿ÝiŒ¾ n©#؇É×¾ƒ!äÈõps=^à××0ûå«Ð¼""Îû²-ËäHÞÇßéÚp†‹ÙûÝdµRXgF~ –Õ¬þS¶;Hµ0­éÓášð¼ï²}òëã̪OÈù4œ® ˜àC@ú;÷_?·Ô¾¬»WŽ#©õEyMm•E¹ÄÍšpIWeÐÍÅ ŽÅ6ˆXÔ<,C˜ËŸ¬»$ ©Ö¡y°ø¾,uÞf~†Y®FÇs‡ûø–`EP>M)U¯1'¶â“7¥è~Ä{Œéx(]!‰œ‰=·AØï­ØUBcй1Óöøž²ø®+skÙ·ú\˜Ö-1ãÎX"Ý&t´ Ðdcë4h Ò½¾ë¯ÄÕ·aî•IΡDå½&ŸújßÐÅy;‹v‡Þ¹;(/:Pè\%¼“H3KeÆÿ`&ûøMœ;®«H©»¡ÖÛ8ïcyéœÐê•r+k–º¬/C,{mc£k€Æ|2©vmO/âÔýÞåÕÃ%Fô®N2j¡Â_æiëìÀ¯ûDp›ÅÀ~ÒVÄòÏèi¬ú£¤<°ì»®êqû. íÅCùcÝì9 ê»¶KH¯îK¾ã(€bÓúÙëI<{@ðá]¶ÙF=—Ñ–åDÕæÞþ ðÕf/„¬G©,î(á…1ï]O“5ç£Y¦02OªÓæpEй¤gSžÎö¸s¿ñ¥7gÉQMRz\­xõf¡].S§?~ìBÝ>LÙ-«o‡l¯]œÑ*­Inß¼úÒSûô]öêÞìØHìõéÇ®Š Ìðž«ÜfûÖ¬œ:«é¬®R<êA>ûøê#CO´F&û¾ºÆ¢â(éh ®ý(ãî‘„ÑeƒÀ÷îy¶Ó£á¨ø.¬˜†¦`!ãMå0Øl<Ù¶H,ýà#Ü<}8qò=¡Du>¦£š&ê a=‚¯*³9ä¸CûÍßáÂrƒLqš:Gk)ÓUbtÕêbõ¨ FzàÜy²,5 7Q°††u0ÖæVÅöÁœšE4cLr8G˜Uëh›¾Ý’ž| Êñ.Á¿«ødSóÈÏŠº]ÛS +& [v ,3 TGU\èWˆEh# |ôX]Õ‡ô´¨Q¬ïgsZ°ƒ,ß.ä³bãÁ¦×f²9 ¶D~ ¶ÇߘÅUÛ÷ŪuÒïçП¶-Ü=Ç/ÊCâŘd÷Ú§~Àʈ•Ϧxn@SæL¹q.‡&{ó –œTræ¨b±!®øÑc5†t6×ò¥Ñ'†äÅ¥Éô7^.²ã.d§n4†¸!‰öðßŪ¤ò ½óƒ»- »`X•< 4ÚõEÁµ*#‘´Qž·P²†àzÌžÇ>¥Iºz§Ý>$Z6÷«ý· gW½åÜ ŸŽÜÉE´1[Ï%«DÕN_ëîN÷ü½¨É#g6¢ß×û¿D¥_Ãñ Ãw]2ºä²âÝ#}³Wî jœß-ûºá1ÏN/Q}ÓJÖÐî[[Ó}çl;Ôá«Nøõ®HmÛß|,{ýÈïK¿§ö1¼_ñÅõ"¥wx­mØãAaH‡Ö‡ƒ(;^” à ãø7AÇ‚ÄY~ø¡t8>V¹ÀFÉ÷%QNáªQWFkC¡ w„¨Îú&!Ò <´jTuïÛ6ì+_I¾‘Ñ_¢Ñ0=òø¤fÓ †½ëè. XGë:+W ã:(ëÂZõbˆLP/€’Û;†N}Öp“ÔˆÛvžòäx¾+þ}}vX¡¡u—¶¿RÉP)¢ýãÜ*Û U‚w=w6ápe˜”y¯\¨o;íéêÕ~²Z»mÜä ¦„þõ¢’ Çn”ý©²ìü ¦¯¹‚ ÷‚¤¼{Á”¦‘`4ZG¶Ô~T%‰(IÿêÑ'ƒu‹$ÿSä?6¹_)‡ÄRÝÉ â,hûëk> †X“•ËÙG-¨7Ž ºquÑ[“œTwÄ D¤Øl?Pd¯ES*É™—p¼VëÌá6£`Ú'IÞÊN娲¾n‘¤bÆËÉÂΧÐa7媷‰‚]G†™µ7zšsIiï'|0Í&•K&Á´bú‚zBï°4güãâHµÊ;ï$õ¡5¶Ey ‘FG:ᙎ®žæµð*¤Å›'øèM£Qzp5º„ЍS¿ÿ(’÷<à~3’o£¢aÚÃŽB!ýð€²Ìû+/™pÁ%+%ºXøuôÕ´ÑöÀ¬ ÎŒ>2;Ö‘ê¹c{º¶˜¡uŒŠvJ쀛mÏ@s‹'b|r:mYÑWÙ†+zìµP1ù\î1Âuûê'Hˆ ³DÞŠûå‚OªVkòÐù8ðŽQY¹ËOÞ!¡¡PÆôdVîÝÅâòßc¯†fÖ†V‡ ãC~Ø'¸¢~Þ¡5â?©³«(,>è{´—$‚q}ïúƒÏ.S;‡51œ¦Æ’±P['°NIˆ^ÆÝEëÆ›Æóù]ˆ±LÙ#+{…òÐCm„©ÆÌî ½zŸ±ƒu Rj8i¦çÂUß«Šë#¢ðµØ›×Æi$PûêÞ[¥ z<°Í¯+_Âû«§Y&RçŽfB㇟›ˆ R ^Œ"QÅPܽ#­þé£}ic@àÆ ðoÈ`ÕÅO=Íq4¢·ß ŸcNMåøÜŠÉ?i¿["<Óù®Mñ.}Ü;¨mZeEKß™ í|S¡õl5ò‡%É8Öá–?ÛãDxgRe}Þ'>ñ±I˜û Ô‚gù'í{¯ C^µ\Ì8¶VâYœW‰Õ•†j}޽äÄdt¼%HVD§¯ ÓÃ6c¶ÇAúA5<ãʹ“ù©µÕ`×güš݉/Ø*XÍòx+ ‘ƒIä"s†äq’êXfã1Ž£[qDtª½‚£8$&Ø@ý¡6DT[ûÿ q9è“×!z8bÌÈ‘αSº™}Åsù N‚³‹Q#nX3É Ž¦pîÚ‰Àª‡6©9»T, åΕeŽú‘r\ûÀw˵ÛšI¬_Ò&GJpµ¡?)(óY] ®¡B}ÑÀØ`]÷˜fêíq†©VKBÀì”\â¢5‡]EËýÌÂ21Ǧý¨'šl.ÃxhW’Ô .ü ”Ú{ÀŒô—RèÝÓ»­ÑÞ¥²â÷Á™ÎÒÏ“XòbÑa|_‹‹vÇÝ­ß1U’Õ?åo5fõ ë‹’îû£‰stZ„³G9‹T,§zãµ#ÅcüêF›½Â¼“K ÙÎ,!VMž?é/Â5%z|øwSñv†Â«uÙúeÎ/CÖ› ñ—"RÇ»"/PE7úÊì^6K^§jLZÙe¨iéÊ;;ÿ%ôÄð endstream endobj 844 0 obj << /Type /FontDescriptor /FontName /JOROEI+NimbusMonL-Bold /Flags 4 /FontBBox [-43 -278 681 871] /Ascent 624 /CapHeight 552 /Descent -126 /ItalicAngle 0 /StemV 101 /XHeight 439 /CharSet (/C/M/U/a/c/colon/d/e/eacute/egrave/equal/f/g/h/hyphen/i/l/m/n/o/p/parenleft/parenright/percent/quoteright/r/s/slash/t/u/v/x/y/z) /FontFile 843 0 R >> endobj 845 0 obj << /Length1 1612 /Length2 17222 /Length3 0 /Length 18062 /Filter /FlateDecode >> stream xÚ¬·eT]]³%Lp—à~pwwwwwÎÁ ÁÝÝ!¸»Kpw‡ànÁ5tž÷íÛ·ÇýúûÓ}ì1öªª5kVÍZkMA¢¬Æ bî` ”t¹2°02ó­íMÝ\@ò ª@K7À_#<…˜3ÐÄÕÚ$nâ ähÍâ@3++€…‡‡ž æàèålmiå  ÖPÕ¢¡££ÿOË?!S¯ÿðüÝébm Pþ}qÚ98ÚA®!þ¯7ªW+ ÀÂÚSRÖ‘Q”PK)j¤€  ³‰@ÙÍÔÎÚ om¹iλ/f sëJsaü‹%â0¸8ͬÿnzšÿqÑÎöÖ..ßÖ.Kgë߸:¬Afvnæÿøk·pø!Gg‡¿ö}Á”\\]Ìœ­]³*‹Kþ›§«•‰ë?¹]¬ÿº#ÍÌÜþ)é_¾¿0½®&Ö €+ÐÓõŸ\¦@€¹µ‹£‰×ßÜÁ­ÿEÃÍÅdùŸ èÎ@Kgs; ‹Ë_˜¿Øÿtç?ëüoÕ›8:Úyýk·Ã¿¢þkW #< ëßœf®s[Zƒà™þ…€…ùßvs7Çÿð¹ÿÕ êf†æ/ sÀhϤèàú7%€úÿNeÆÿ>‘ÿ$þoø¿EÞÿ7qÿ«FÿÛ!þ=ÏÿZÒÍÎNÑÄþïüû‚ü½aò€î;çÿO¸‰½µ×ÿaà Ôþ›äÿŽŒ«Éßfˆ€,ÿ ÂÌÈüo£µ‹¤µ'Ð\ÙÚÕÌ `ab÷·Sÿ²k€ÌÎvÖ à_EÿÕL 3óñ©[Y›Ù‚þi=Ç¿]@ù%ÿW¤Qg’“ו¦û¯wê¿¢”ÿjïªîåø—Øÿ,EÁÁü-þÁuðø0ü= ¬l\ο ¹YX¾ý²ý †å?× &®ÎÖž½¿%3³ü«ðÿùüçÊà¿ÀH€ÌÌÿ™5Wùßñú_†ÜfnÎÎUý׉ÿ[ð¬ÿ5è@ 'Ð ~mÙÁŒï»MzV†kvÞð¤¸Þ@ Äpˆci£zqa@C¯zøO¥ñ{mcÓ4ïŸv¯¥3ÇYÚÃÑ>,;ªÞTàUÁ72šþB´-ÊN.ºÃ &ÃR¤Œs­hŸëEù_ºœÌš‡»“*ª†?Þ¡ §;Ùœa¯ŸhÈÜ 0È‘ýÌÒâ0»P›À¾ÖS&<=R Ž õþ†ê?À§Ëƒ£às‡D¢Œ pÊÅÒÕ¨ô‰ ÎhFÄÿÝqý‡X«ÇÇ0Ÿ‚<Ò^þUÙ²`Ô!ÿž •Ñ!ÄŸ¤à,ÝvP¥u3?Å/’4Í3—÷¹áF!á‚ÍßL0.j™ töÍÙ֞˛ç8×eá(3žµ„bž6s™4ýÿ9%?Ü|£«8!MVr®âÕéwå>€OžPî ûÈ¥­‡P~ÏÔTªÑÕ*¿ þ”<ÚSÒŽÒn…¿ô=G‚Ü' 1œ<ž Ët!{—8¥÷3¹.Õnn]¤[–Áò/šà&áR#Ȱ0"e·üûQðF¤þHZ.)Lòoƒ¿ JG¶Š 8â;šã†wÃå<Îó„¡oñ<>:b¦•ÏîR¦Õ ^9C½é“ðÇMì4Só'"4Ô.~X]Ú]j»²Bk¾óm`©½MæpÇвˆÿ€IùÕ®üym†yÎh[þ#h¢G§|qµÈÿòÇc;5àYa¬œ|œ¾Ð“N$ÄӔц }«ÅÚ¼ý]Èþñ\}®Açç‡Z¡å·°¤¦ïÐ’P~Í:Pœ‡¾D€ÿ“HÕÁ–Àh’+sÂòwnÑÈä7XŒ8)©šü $JßOh•Ïüô;‡¹w'¯¡xž±á¨€CeÂ86³é êï–¥ê0vòÞìOtÚ=ŸÉNÁeeØlÐÔ‹ˆrAHøuý]áÏœà~4‹NëídŠXM^mdßtÖ°yf¯W/­í'ÇòëýéŒׄ"ó J¢/L|tÛ¨¢¿?c.0>%núeQ!z;t¤Eî¾í~”äß«… lG8Qòüùæã¥%»%Û`SsTÓ„óPWÚ¬Ë~ Gwár†ë.jÀ½ Ú°‰&ô?{Ÿì]_7#Öi¯ºQrȵ×é†CÇߤÕ‰4Óu²ºªcgÁÛjˆ¯ƒw n[¾Iû±#ò½ª†3 ^{µÄÝ…t›+‚òæßÅ‚Èìû¤i¦>×v—ìÀ Éžb i'ªÃoðãŸ_Á][6ƒNøa«1#÷«ŽI‘Ü8(ÞæA´Ó¼£T´% Ä×Ú$x¾˜B}Ï@¾½ŸK±T¶õãI>®/Öm^„h—-B°ÄbÝÆ]Óm¿8” Æ%Üþqþë”õCRá {EámM`+yû£†ÿ/Äw{éh¬DýÉb¦ú¶‘O©ó¡Ú°ÑlÔö Õ…Ò’Z®¾mòj&nÎï Ú/tQÇ`ÇšqÞfØ$_ÕÿJ×û x™ ЛþŒ?(<©‚MP¼{Éžñ<˜ŽúÕ+,` úq $‡SF;åYWs $]슢¡Ûi+³‰CBÈóöÕ¨…AÉ…2¸¦Y®nÈ«FJ.)XÊQV€üT"°[àK6ŽòÎûI C[¯ëùL5ÁaX†×ðÛ)âãϼ5_`‹˜³É]ƒ¼AþÃfÏ–üDBi¡T~.š§ÔCÚÚå»ã£ ­ñh¸$ ß Sºç+“IÄþ©‹Ð9å-Ø[8ù¶t€áÔ\rÊ<ÌDޝ*HWwäÚµ$Êz%ã_Ñ8`ØóŠÖ—ˆãóz‹³ëÑŽ`¿RàÛxà`'$Hm ’•J™Ä8„99ØÅtÒØîpy¾¬‚õý¬Æï°ã,\Y„ìYµ»úE©!‘ÕACCHSº5Æc2Ô°„P·ëá&œºGdé>îžZUEyÕÀM×µ€pÉo¿mxß{Y$¦ÌÔý®œÏ½ MÌudɢޓ§»1–-¦Á‘,ú¨"bˆ.-¨gËS¡kl e¬‰EåÀ ƒ3W1>‡Ž€É‰†}7xÉÁ€ðkúéáoÏ›ÚÀ/ „ ±SG8ŸÅ•ôAZ‡3þÙ9ÖôOx^¢xö@ïÎØ›ìò1”ÀzÙC$‘ð«Ï´¶\áìA¨*”8Ö§röM†*A$¢ý…|ר«ÎI‰š1$´ £,&*;¡W™74Yü3ã1 á®ï/àneÈg`os R¸â™{ò$An¦lu—ôÃ~ùR¾*ö˜|©ceÐUA=+µåí]ü‘ìt“ó/•9naŠ;ΰf÷JD-zàþ…¢ÂÌn 8¾õú&ˆmÐ¥SotstTèÁŒÓIª+c›ß(/ Îéå‚Äþ'¼ÓlR™îhi‰¾Ê4ü s:’ùJúOiE¦RyÑ1ƒ÷“s䬶KwjÎ\-Ü rÞí;ÌŸöRÎz=LaüÑ™oæ 7¢ûž©„J¢ìÆã¡¶Ú¤ÝfÒèµÀ0­¿¿¢´ôÚ9Œ{D»‡_üx=âr È@î%ýCúl ¬þXîoqAI»Mpö2cuˆå'¹ÈªÊXÌ´f©8:’iylß»‰¢¾úwû^U0Pà øàüÈÚ‡Iò lnj­xÿã ÆÄRÀRd{먉ߘõA «Ó¡™1^!’§‚æ¥Üýq]ú ‰Xo§RÅ?Águ´²F– ·•ÂA÷ënq“bákï>¨¤léBCbvò…"|Ý×(k”é^½‰þ¦>¿NS!¯Æ³é›XóýºEss)ª¶—ôþ–RŒèÞÕ ã<Ÿô¶9¥úº(°Ò“×ÒŽîyÊÒ.ô¼Ö”䥩rhÃ2]Ô!û]¸ñ¤-8“ôQ;–lØÁ…ts¡hå]($ôáåßþÈ®nó‹‹‹ÔG"jh³?œ¹£é»1”ý½Ì£m«'øqhYa:È‚ØöÖ± Ùг’F~Õ¿B*G}“¿“Õq”„¦ù¼õ–ñ[&o {sϧ‹Mþâ’Å®Ù&ÄW@p(m½Ã¹üMÚdĺÒ!¥¾šˆµÒ^DV• %WXœ ,¸úPÈžÕÁË5 ß:A®[¼çñîª\ì£xQj%3†ÝÕ$ñ&±…†<ú¶Äá´Ôê…ê4 öÓç´òj –¥-Ç64YwJBç5é—ÚטŽêùœ#4¦˜Š, 1éO÷:µŽ±øÿˆ‰ìÒñ ‚gj?ÔÜûIíÑX«>Þ9làKFU³ßâÐÜL'¾ãrGÄ‘H¯  âe$Ber Ñ|¡l ø%:Pþd?Áý2áÊ¢¾[E{ž9÷¥Ü÷¨‘´g@1WEQŸãsõZVm÷Ú§O²-/“öÏb²?2qLþ [|êÀPßôsúÇêd 2³AùìÁ‚1 å ’æ­•áÓ“SË&cÐþ·×4X2k6Ý µâÕ„-þbhµ%!†È¯Y{¾+¿¸ÊוÊ4Ño²F6Æ= E| ‡_3ÖHWÕµPzÚÞ^Ôxì;¿à¾/nú^Ç\¯) biµ¼/‰ÿRÃÑùl—‚ïc\hó=@s…‚ùÞ_­Ó3u·˜–Í»c67U¾û7¬jžöšUo?@z;Óü´³ýDzX‘B´TAßÿØAçeÂνý¸gE†µ\8 ÜÍ7dp­©´±[rÌjeYÑü  ãþÚ>Z y!}naW‘­O÷öWÌz¦ä¦9ã×ý*â˜IÉV¦E¿¾ŸÍ6i–ß,Z‚GôÁÈZ %”y<£}ŠRÙÞÌé,™”ìTà·{ÑQof]œ6*‰ëhrxn‘óÆT©&Jœ¨©NdèI;‘“þºþrfF 2JGHþ¼³4é§ÿ"»¿êwpÕ BÞ‚§™¶{XÖdù˜ŸæóÜäØn,Íëq™#$íVŸf…:¾—lõ°DÒŒÑò§\ÞF±¸ÜÎÚ~öˆÏ•…_¡^©çUðfîeˤ·¤ÄÞ±W`ƒ¡ÝPñMüÉ=Ð Ñ9QQ4~ÇàƒúQ-ë)üÅê;ÓÓG]tTX­; ±’Ú)vnë@<]9ÇE_€ÙÞ–9/ÚyõEFÛó{±dòq`½*9xžxÇS³±ÿ.5ÌDÍ xÕùÚ|¢S L¨©—§s÷IT5¦÷ÐC]“3JGÆ!Ž_®–P1"h?ŽcãB„”n2Õˆf&Ÿ€œ2ÔEýIãϘ•ÒZøƒ¤i´@~èê¼’»³ýâŽ÷~Þ7uV›BV—úä*óþÑ ¥l‘íuöêÜË#*BÑ0KÚáC½˜è–BĶfd/gµ$R¿æò j¿zúÂtjÔ ÛÅlÓ8•;—‡¹Çè {î‘ÿùBÉ–9ÙqÎ)¿ámx퓃• ¹ñ‚PÓâò>c­‡Öz§wœÕÃߟ–0vU³½–ªRÖeè)ý5—ÆÂ&âÈîÙQ}»AÜÚ ê=æÝÈÌÓîLþnÙÕîjzÄA0a·¤ Ld¶_‘”©ÅÓ,4ÎtM^6:n*Ù$ÜâP?¼ Û±Xf+°÷Ëý£é²¹éOwl&C¿Ÿ·/¹ `Å®ðx|r ÌÏp®½8)Ë~sx^¼ö{}¬ap—Z1\ZÝãSxÂ&¾Ù»Àx¾Jn/ä0ßDdo©½Sûõ5¨LPxìÏ:NÙ©~ï-N]δ9ßÁÓEÕ‚É®åÆK:aO+,Ñ¡ß÷»8Ìýµ¢¦ m¹?Ø ­vÐ/ºúY„ZJ1 ‰NRø1¢¤[WTN;‚”¬É¹·.[‰’Ì›ÖvA=Ls ½žÕ–ËãÏ+!!³-Ó’´WÜJ…ÉF˜6¬÷”xœTãD@cSÑ0`þ­Öå=¥ÍayíÇ7‡ñ£\fåÏ$ù•¿à‹@óSõZ@BfB…3ðÐ9óÈ#’Êït¡#1U’£=ZG…Ê e™¨Í Ýiò·ýÆ·`'ñÀ+ã{3tÀ{¨ú˜â2[+!o3žs^7ÔBßÍ™èà 3i»9ÿš&ì¨Õ ãoØs¸h%Uqñl ý«'?F8Í+ož&ÛÌ2K/ä2%ðvóa5•í$%@(ºÔ ùIÄ78æNq¾ã>0¼"'ONvrœ¸³È²T&noúTŸ.rî,G.ªEg!À]q0//)‰£j$“qõ¶D‹}mîb«ÓN¢[Žaºª<\©;Žn+ïhj%盌8½LT׋rN¹«¿!1,JGAõôx£ÄdèÄ—}ÙÚü?·¸;ùƒ½ý»Ò<ŽÕl•Ì®4½(ÿÔi¬ä6‰Ö”•ÝþaCA–” ¤×há¶8T}†Ýi;)å¡JÏÜàÖÛPü´Ë(:—ßÔœ|°†ò*WÕŽ$Ñ®Ÿ3 ƒ¡ë&âkã”?_Ó܈’c@ÅÌá ~ÿ]æ_M½vDè<`¡ìL÷ï¶-ƒ÷'u› 8b·¨‹ AÖjÞm'3|}o;k¬"½Ê幜RÆëŠ•«œ]ÙA•R/‘„sÂòdnÖ§_……Ï$"\ï?ç¹EôÒߢ~ñfãelÚ'¾z}\¶ 2ù\ ªåê|øwÃÍå±õá‹_8;ûùrÆ—{ï7Š“»,-a”Õz¹m˜>²l–yåÅ Û®·TD°—ÑÿÀN³”ºŠºGkdi½µP‚D€éÔúëüvì "1#Tcz5¿F”¦²”ˆîró‡àcÔ)îñþÄx­OȈÍzDay5åáv g⢉ì:xA&1¡¸¾ÎƒÉmSÀ]pè‘Ú†ùYq •OC|Äx‡½é¢y*a¼Øj¬!ùï€剻M·]‡I#ø@º*I3CñбiÛ§E¥J¶7™ªý=¬ë'ÓøäjLÓ;ÌÃ$ºÒÛ‹QA˜ÙŸšO²Æ˜úð4\Ÿëýª,?+:eòÕg:ä…²–ö°Y²’|Äòt ZêÓωjÅõ}è(E¬©¾)&ñë¬÷(’Ñâ'|XìZ¢0ž¶³ìÖ6óà~¿ ë^f(0oÇ7Ø1ULµP-ž0UWÙqÓÉL’Ë©h½kN̘÷Oàܶàá ­=g„êô²ü¤–é‚®&þ2¨œK©ðéå³^ÚŸð%;¼å¬-¥Ã„ÛM/µ'ÿ;€“[Éãš(rZ.ÑXf¡O.à'ÈG<ÊWúGkEÿÀyYŠŒTM^ämAúiØNÒ±¡vÑû.[yžçîåo¤yo¿v")I0ü„Ÿ™t¶ª×At 4&sƒË£ÿ˜¥¤/ˆ“÷),`µLè%UÝKÆYmMÝ¡‚ðÜûs‰¤6Î)šQéN^7Øâ1ܦFX‚Éáx³/'šŒCS6—ζن¿Æ€/«iThBõ³©“0ñΗïHåá‚ 1PìœkE_ýÕaâµÃu·¼JÕºnâXFžæôÀ'!õ¹â7n¾¬Úõžhyôæ!÷éâèÐð|½@ož Nã£z±ç Žy… žÄÍÈïÎë6Ñ’H…ÅÁ§Aöá謖ÆK“D5òëNùJeþ4Žw5¶©9'$Q§NiöQý¤Ïw+GYS"Grµ‚ˆÚ¥¨Å”ûÐ%„^”w°Ó˜ Ê¡$LjÏK™Wj hrQSK) ?«d"–ÎK¡vCP ¶_Çú<ïµ9)‚†;AåEч1¬[.Ÿ!Ë›Ø!wf%IµEwuêÒ9VȨªo˜„Ç©[XZî7èÎOáØKL¨¥(jâ‘LôS"À|ªm\­DƒêA@"$ÚžöÜdHÔHÓ&BUÏó˜·¶üžqØäÄœã2Î%v5½Ùvƒ ‡Ìú+u\kšÈíÕ|VººÆ-¦´òç%à&¥mé‚‹|qCÆ>ãè²cqŠñ²SÇc>~Ù SÚ¸JRmò¾z ÜòvÆø&W£~ÅÙª¨"W¬7?ÇóMÊçõT¨¶`ª‘ÅOóx}Âþ °ÝòéáÃ¥B †C¥ès>Cù=’gâB|,«Îóʘ ÉKc6wáST›d½¢í 0eç€*{6ˆÝÝ”àr jÈ Kf[zo-2"²¦êfÛé·1‰+.ÈJ×Y=Œ/dLD:“ÕùDfC_wqkº¹»ÂC2Jûå·)_{ÄÓdiij Dp<í"lŠ‚š;Åc~‚IÕk“l°­þ®[º°^ °€Í̘SÀRÔ”p$¯?9rÊÆf†­+ÔÔo³ðœŸÇ–Ø}¨ éº8v³î»õ^šjÅ` HSâØ|äzã¸W¤>õm#û!À·§ž=û…fúDÏ,ó<ï\Ò… ¡ëŸ^‚-ž-q:;T6W9¹øâãKGˉi‹<²PeòxÈL>2ÂË7¬h¾!çÊ@J¿1Bاdž76’ílùmt²!õõÙä—Sâ’ †ƒÍ±FÈ´ûà` øA·¿š VØó7ˆ9qmíÜ—[Éé… µº– /b 53LmXùy)ä®¶}ÏOpÔ‘¿A®AKéT;yi½TtÁMýS^s- ;Ütž‹ˆ?æÞKõjÈ˸\ÿ‰Àô¥Ø< 9Qa¯È޲¡­k[qiÙeφ"0‡’ó[DqµwQ‰^ÍOňwmø/ϛ仢)ç›`"L$|RN"O]|òá3ɪÔÃqòíygrºÕ5 y=’º¯å7ûm4°;¨±U5C‰7õ fSÕûQ{ ßðN¿ ³)ÒÎ*ÎÔÈ©ÈÍ^õïW³]0 ÷1‰·Ì£±•DÒòC°4Ô³OÝ|Ó]äÑuvmb°Àþ¾rñUyÊ.ã>Æ‘×î1ɹ|Á÷ÂĉEwFâ§ÁcE[ïoò'yÅ?A=êÉ;…(„Ú ‘]ä”o+‚’z{­ô3 Ó ²õ½3 Ù‡‹›‰êQ_©j?ö_Î@…“ïY3$B.¢å5FÊ#Eówž#‰^SüMõÝ[ºEúÁx’ž“%½ÇêtÉñ¸`ï\“µ–ï>ܱ3ɲŠ_CýâÜd\è²Aìq« j¦îb™% üû@–8>ãüä‹<ü]äRnÎû'ä!±¯q²ó—+Ú•tš4b¢î‘øÝçÜ"|°ÈF3A±ˆpÊÜ] 5fV¦rl½N—äEøè "‡&iåÁ@„¶kI?ËÔÚ`ôºmýK5o2Ý!;­ähÌ\i̶UÓŠ;D«âƒ‹n‘»*° 2*³Ã9ž@tø±H'ÉTL̬WÊ(VhÓ± Q²fóžc³#Þ·œHA“:®Hw½¾4«#G-iâã¸ÇU ë&Ôï»5ˆŸÌUdN,:à hD`µöI›8‹x]Œ¢²ÛÄ}é†áê‰|èMû¼õ™G$FÄ÷Ù+(£`ˆE+ÇÔ ÀA¡³ÊÚ´Ãyþ‚™‰Ùúä=rÿ¼û5DÈuÐã¾ä¥ÈÚDÉé dCÕ¥ºÑ)š ñ#2ÛŸâŒæX[Ê@Ÿco£Ü[!Ññ’”ÂÜøæŽƒØ1óÚ¬b¸“9¼xU²——^O8I¥g‹ÏyÚK±­z[µA¸í7èùXd•QN ÙÌgt±DÉêBëêE  íÅ™Öòı8lФùZÝ‘(Ä Éü_`ƒ›ÑˆÍ–·Ð—P¦;„¢ÓmbùaPkÌ|§ùñzRoIF‚Lg$Äø±‚%y¢"¹êàåĸ ]P˜oº’W Ñ\ˆøø”?²1?ŸkIu_Æó‡¬–k¥d…õj6¢;Ñ7}5:”eM´’òïY‡kÁ:¨XËôoØ·×:kk¯Hóf¹äGƒø»ã€pcšONüyñRg©zB¾pMÂŒtÇ›jÜæóóÕ¦ãþƈ7‹¦4a´7Â+ðÏ0²®N`û;—ά‘¾“r´Þ—Ïš´ècÂ3ö§Œõ w…Lâ_­@úDSÒ´Þ…£3ÉrW?§‡9,Ð;ÃW)µ³Q’_¿=4–³Sµ5)*ì|"ÅÏÂ;´ÊÖÑBh’PŸ÷>ÏUýüýŸa“¹}Y^òlçÃx€æF]b-ËQ¿^²þô`@nê¤rp3þØÿÆX‚ãºRÅeìY¯¦át=nŠìP̈g`°xa(}OxfÆ5"ï•V€£<q6v½ÃÎ…©¹¢—U;uÇ‘[ç’a»Q…¬¼·zz¦¦« @yꌶÏ{ÑP;Šx÷I-Õ'—Œø'µ±‡ù Oª]ú $â»@¥ 3"ˆ×¢ŸÏApKÐ^¢Âˆì ›V(•åÛv¢’ º™‚´ñâL–™à.Šýiõ"ê´5/ÓÛv=Ï®RŠoâÀôCIVX®Ï· ‚X¥¡ß«`̺‹ÊÐÅbTuìg‡Ý§ðâ©ÓN]!æU‡»’°åÙKà©–B°Ä4´ü©Òƒõoû¹ æ<T‹=ýA·d“!µ™ ½íŠjIßíS …må<>îÖ¸›ñU¥6gczTIømŸ»ø‹˜°D,§+€N6'€o™£Ï³àmººWÉgÆ»F3ûÓö“QÜD£Û³Ã»¨ëeªsX c£ éÝõÔ"Ÿna‘¥n‡°1¶»uŒ5XˆÔY­ë=¡Ï\~œ2õÀ-y¯í´C½‘vΞF khê¦å/ï"e·&øEdoÓH̰茩vÒÍÍfm€›_êÛ\ë°U?c¨®Zsô£`N¹Î¬NûW®¤íLažl{;eêÔWøu§þÜ…†9ó$!¸3bU €<Æãî¥öE>ØXð$*Þ~飾á@à5\íº¶Ü!ÉH»|ï!6‘wI¬u8®ÿ Æ5Lªt«ÜFÚ: ÌÕ³`ÚÝ?õÔcΜgŸ–ôù‚WÆZ\Þ¤|¢KÙOwU-âVûy¬O¸^&Ö¯–Y¿á+žÄ×dâL¯2Ñõ©¼I¿„*¬%€ÌÇ(²Žèˆ/™ÒÀ¾ˆØ|ÿÒù;aNtuÿ¯©.>ï/W —8"O\†4Ñm<¿Š@Ò,…TÄžû¯O„]W:6K­fd[¾¥dÐj%å63úðN•~™–DJ=ÇC)õd%?æÒÍ…e¶ç˜ä†—]ôÛÜ÷Ä—¦þ¸êÂæQzµú¿pSŒŒ¾¾Ò¬ÎÇëT:‚ ["›9¼ójá˜|ä8!™®KáÔ*#î6lüÉöd2'}ôlð¸dúÙiïÁÒe1w¬5ôZ¢ÐúväƒÆÅ–žI&|¶N´›)¤*½8‡3üÐÆr]·RJÔd{ÕI>Øâ°›MO5šÎ©©7Ò.¢™É$²…Hð?â—‹µx$е‹€’ºe…úÚÛ”_“<>„4ÈyÜs,·»G«£C‰âYi²ÈÙ”9:‡„¯ºaÇ\c,>c6ò=Ä˱ÒÞNÖ+˜h_Ñ‘V†¥ˆ«PÐØÞÊ¥Œ?=MÙ|š –Ê´À|F¸Žüù"&rïaWÄ'¤ä–ÛŽô,…늚]‘i³¥h5G®'â Šá&~Nçô=Hߟ^f¸Ùpê½’.lé{ËìâŠ]cz¡Ê+9%š0ùM;+´y÷RÎp~Eˆ]›•¤"êÀïû¸:nl|_Wó¢Ú¦ –Êb8/¦`dHË£Râˆ/ª|·B¶$ ^/3]n=Áð_ª¢kês+¿ƒÓΠâPîØX <¦9Æ -€3^íhß°€<Ò yÚ›•‚¶ƒ:§·É×mS:·s¸Ë&°¿}[Ö‘©Á‡eœ,=a‰<Ôc¯¤¬À ”?FÍelø>üZhsÖ^D¹¸ÿ{S«k\nIc¢VËRÄ(ŽYeûŶ–Á††/F®‘™X ?Äòêæ¦Q%.j²c|È^I‡ jÃÿª@BHQšó¡‹¾¹iô¦ÏÍ)Dʸ`Œ,¼’¬4³Ÿ¶+ Æ,WÎD%ú¡¤‹ *÷„öS2KL’Ú—˜`³‘74_ºò”ÜÓÍ517,$Ê;°VWL—lM0õŽZ6Â3ŠAƒÇ;áb™=ù>ª…c!1h V ü •[ÄÛ‡QÇzî÷và ¹¨ç¬2_dòÀ(sY®õ ×$IiɯxÖ:˜î¼„Ù±éãnVtµµäæØæýPî°ëú ¦Â£_ó¨¿dáƒÏ¹ÿ†þÓ¢è4¡aÖ((Ý$ªkÕ¿ÔA²oÑ]dã™;—dÊIPt9Ž9ÔÀØÃÞzêJÒsƽ’.³,· ŽÁÊ —±&U¯{R}ªoMsVï â‹Klt¿§&!{g’ŽW6ùŽ;Ⱈ΀o¥L9²{­´õY„x/*æy`†˺üƒ¥Qðp yºW²k‚µ*ŒlùÓ™…¦†ÂÏÍ"KQÒ!dee’èÞÐYÄW_9ögèGv·þù²AP·¶Ù[Ûu[".¾YgõÄŸÎÑû¾KƯ6\,{à*úÕ¶s[Í·mÐÐlZ£šã§æºî»:ŒùôÅÞ!-F®­åh3ãpXIÑ7 èÕB—|ÃCüƒÉø½)eHvþ†`Šéú2ÆqBZÒsãQÅf@âJ(Lvó *t¾h¤ƒxÜ2¨LEaËše10_á h¥–Ö^Þjââ™5¼ØïGsnòšP‘TN8d!eÅÙ®]®RÎ?F\ª¶.£Ëùpb ~)ÎÞv¯–Ër³sNþû§}¼òÛÌO6øå]?¦D–Ë´pÕxòºP»8L¬†ÏûcVµÛ±“ Eÿû¥þŠQsŽPµï9NÏ#O.XšíÌ–ç¼ykX^Ä‹!) :¦›~/ªö¯¹X]ÅAÃcÝGÂÄDa˦Q³b¤«Ê<.¯< BÒsRRývL?ÄïYòfŽSÕ•)IÑ¡WZS ÉZÔÍVm]™(hÐYˆ£ö¡ ¢ÁÙDZJ"—ÞšK¹Æ‘M=DŸÉ6N'ÿ}ÖüGŽCôkèÓ£®}3áâDT-²áü®ê©¶ù™sÌNuD58e_¸ËŽÃ–[/_ä}k¢xŸCÀø6ñï³×2•4µªŸTÄ`"AÒ7ê­Û=Ýß¡pø¿g8Ñ)%ô†¬Ï»~0¡`sŠštݺ=”W $Ÿ?˜6n!Šëfþ‚auão`G ]5pAíŸÜ{,Õ3Ü.Ä€ó" òVkéŒãŒùFêw©0dHÉ S—0ã)¬/¯ÅÛ#m9ìµÃ®­¶(J ŽNèLÃÁÊLbåïçL‰›ù…ö/¯[háY×ÛP‰ø‹^;ÔH‰åŠÖCZAÚ³`X!Òçf}5µ¿YYˆ„TrgP\/DÆÂ:–ÄìÃJ†©ê³q”V6´'¨=ìó•@3=R æ¾½D1£g­#ì´m~(…”%³öI²O[ü¿Ë;=Rüº¿ã©jßÞ[Ìfƒx3J]sV¢•ð -’`­ó?7›çÑ%Ÿg¦?(H¼>Ìsdµ SÒ«._|ÑwåÄ0í(5c¨ãuþnñå‹k«†hbüBçÕÓv¿Õç2¬ì–)¿ÖÐÔž'œ¦»™o¥R¢E¸‘ÖOµBÿóÞXË$ý‚f_îA'¼Õ-ðH@ô¥'GÇŠ?‡²n¦×Î$‚Ž÷,kÛl<ìý ’/„–ë”Ja¿ëqÄôvÕ3R'‘òeë÷¯¨·R{š–±ï¥H_Ýùú ìèŸù;ͯÄL¯~ËítäMv½9èˆ@çÑ_øwº” ºIùeW¢ ±Ayʼn¹=˜)EÍ¥8%I*žó¢+7aôCûà{ƒûž¿œèjð–«ïN쵆 DHü¸«¦È±O„Í_çnb>áa9á¹õÃ_uJµêƒ–½þ¥ï¶ÄQ.U¯ÙЍŒ™L½#ë¯UÎéI^´Ý=çT„Ф`mÌ:@îE í®"¥¿îÁnDSåͼÁjôÕ•$¢ÔÙ5|ÁšPZ P ,æÏ~ýdجÓ9n€vˆt-¬lµ³Ž†– A>øNØŒdtÜñLí½²fœ3· –rîOkTŠÎMx¥žC#ãyçõzûÀàz÷œî -hÎíÜLŒ)™L]•[sÕ¤&8œŒ¸GÓÞƒž°zMôŒ ‡A¥Ã3(’PWÒ®Öqiiï=0sËLy̰¹A*[bâîñ+ù— „%¢\¼,]¤xËnÎÙòöS fœ%¨¾q­bAW hƒaáOo±ß?yq«£Ö‘¤Â~‘z/®ß]Ñk~|‡Z›F!“< ©-1áÿžM²ñå'8~ouæ•w½9C{ ›A¥:.ðß««‹ãüÏ©¦§CLä󉉺oº€ß~+w :r=J©×“£^·¯.žZ3ÈÏy¿ Fs®nÝ®|Ú‚µv‘ª…ã:KCŠ$@¿@™Þ«ÔXÝJ}FT4ÍB^nz©ê¥'¥¾iåbê»ìC Œ^Œ Vf±2@U¦…DlZŸªÙ^Ã;!™`Öˆ™ËÝURRf sÂPïJ;ÆÃ6' æ\+Ó%,¸OÂe»ÑÁÁÓ¸0…E!_³ƒðý(ⓦbUÞÙ=à¿%¤.tßràç`7.¥ÈðêÏã³ÙåÄ/;(Äܶ’ Á¯èðaÅÆ9<ß-#˰÷Á:g§­üTY†…y*º¶¤R„fDÝT³Že:¸ îeŸàÿžTE?Ì|c丅-Rxö=n¯™²Çˆ¡Ž)PhœÉÈólH~4îgzQC…gO­Ua^ÓXçÂÏ´µ(sFH´ö‰5£¿½çÖ꬜­X Ï7zckFìEÒúŸ¯ó”óëfI$²w:Úï+T„kl¶Q-{l)ÂKh6Ö1°è‚0gR†-¦ùæêHè Vr ‘ùǦҸùW‰úÒ&Šg•3¶ê1?5¼Ï¢í/N=ÝúEž‹îÄâNYÛCú‚Û’ÝdG¾vAR;i±q à¯×z^`–¾M°´-[JË6•Ö©ÙtÓ´MÊ»$¾n°Å'XýF[ìë*ŧ‹k¹{“:Ê•áDJ—ÏäP“â ZEž¥¡‘Ôû(t…(AÁ«½ˆîòEG1¥ù)aFÀ¢Óo_¸)×p ‡;,ÆM¬Y0¢„§ì@ü"%_MNfÔ÷Œ³Ý• ÀWëŒcù"@›ðDÚ£4¼ )ÄË¿‰kdžƒJ’ŠX÷3÷-žW©Ê$ÕË+ÄÓ¶Y†Z*]š+ò°¢·J(_C{”ûš$¬³…ñ”ŸD”ñ霄1芪“xªõHé)-Ä$ÂK3¦óÂÁ黽µ²8Õ^ö<”$-¦3¡£û®‡ùÉNäõv©r_ˆˆ?D—_ÿ¨ŸæteGú§JAÓDþòˆcq VÖ!óçAï3²rWå=ûº¡ìd¢j …{ Pc… mÃÚ÷ÖŸb Fß2ýr®}¥Ñ „ú8s›Ú9‡³Â]U Ô7rÊ#EF˜ü˜õ s°¬/ ‚VïW—€´#ô‡‚¢RŸŸì…öçC‹óB¢®U­.îqêÎ8±Îàb¥S!‚`ŸŽdêt¸GS²à€×ט*˜>VŽÓTAÍ:ÒZQ{|:ØØ‚oZËk j¤¨XÝXY:Œu V´^~L‘}ž•—2­CÙÊ®&VèxNWÉÃRùé|æÛåT³óX”Ð:kÊPD´L¡†^dßÉu‘ AŒêMo…YŸ 9þ†*ùVŒ»É¸¶&Ø}²)zâ—©|AD•þÔ6œ—Šx.4ȹóbd¢Yok\çXµxUý´øsDcìZjB^yîãº9·=ת ¹^4Å”Þ/kdóeè½ñÏJWé÷&RºQL¦z¡TiP$Ýüùó°L]3s–šîTDc ÞúæfàQü¥ËR£Pù 3Ôˆ¶(¾†”-wÊh&®•¨ü·É:÷ÏC£éyÉxL¤]”L3ç@¸ž­ÌÆ:AòdÁ‹È‹’/­Bf»GŠs¸Æ«ÓiXm‡âHNS¶½ ãûˆ¥¶Bèö­Aö;–?(Ô÷y Nš^EBøC9AÝT¼¶å‰mƒ1ä»B¦àlôOãÂYjƃîIŒ§¼®ÖÒs|xþåOè~Þc:#)qôÄm+ƒ[ŠžŽæ¯Þ„¢²k7lâ`ºèºRâÖžǤý#ë²CîV|ù_¹ÔV``Og,µNü£@ñÚ£¾\)Ë ‚é í¼x~(rÑ箤+ŠReöóÒöŸ©ýš9ãí>ŽÙˆJ—¶qKcýQs"4¦Ù³?Eˆˆ‡`Nœa<Ðß¿s‰bÈK†–jA1üŒsJ¢1ìùpÑD·Á£å×4 !÷êq—òSa V’ˆ%¹/²…Ä^½„ àÐ ¼íM(ƒ>gНD88FzÀøã7Ò^%©oCÐÕ¿pוXj®Þ Q€â.¿vRy Ú3sÒB$)kà6¶ÛoýŒe«#QMÍ/˜Aü‘Š-íðS²œ ¿£•??gÆ!– ƒ£h%²‹‚›F¯+åÒ²Z3pºŽ1.¿” -’€ˆìNñJ´ÞÈ•¦¦ÞØ=È‹+rcj4š™Š;c3K¦ó•o*l£âPDIŒÞP @dÚ¹páÌzˆù¸P±LÞ[ùàò ØÕ²µ«PTèò ‰Hõä7ȧŒ¦qÛP«óØoTæ÷"3‰;—= €pB®§‚‡>°rDþµÒÀŒjOvö™& .YÜ5+æH ß¹;ªæö.Wéz~ìKò,±>ª©Ê2Í" ýúuÜNÂÈE£B'Á]R˜ëå‰DC·F@ f–¢NÒ¤¹.!ÉH& Ôë¬a&kˆÍ‡ÑеŒ’áæNÈ|WóÌËo—t¦s9Ø–—Yâ(ý‹Þ‰žÛM-ÄU9Jö‹àÈ ÕæEtóùÔô%/ bA¦ uûG ûô»Ùx2žU`NC`|(¥ýƒÁ”Ç8'%‹—Ú½Ÿ:ñžq*fl\0Žäø;ª…«A›‚…O]?¢“¢7Σтͦj8‰#Î&B? Gœ‰þÖPRñÈÔ ^nmÛ0 ß ¤4þ<î²uK· Ú) ÂÜ5ýö;ÌnÒ @óRNÓÝöÀD¯±Š÷F¼jýÚQ=ƒ¥Á"£âø½YÍ£ ÇÂàuΨæÇ2,îºLpUAKíWت§}žú•ê“h…å¥úHòsKË)`?©uŠs8vIßë3(»ï«ƒoÉ­ª1Ò™~öõ¢{ïC$)tØŸÌ (õZ(‡à>®ÄXʘ„ɨ#¬¶S y¼}5‰,òòÖÅù<ámÝûÐ[á \ä"XSç|?»¥í¿ß@¤I„³z2ü°xÓ(ÉÑa‡†å£777sW®á±†%Q¬=:üv †ÖN‹{ !OIæÔìÚ‚êî¹èhþ£% ä|< ,t²—Áß×¼!šÍU\<„E€8?£‘%_õq×ÌÄh-î€7äÒhؽá´º(À”Î,zIá8e)u¿¾+É1D`]óóbºÅ#ßXs²÷£ÞÙ10Sù+¤ðÖyP©¬weë›W¶”™/6ÃÅè6ð­SšžY“ë6Üà‹´n#”D:ßÏýN¨Dï"#‰9 xl¬MfïÁ?¬ˆ8¯ôèmÉ¢4¶pÙIÑ6O¤~zÃzçÉ]iÌ •ÄCû"äW”0š8¿ÛG8Æ_çÿÇúØÎ|Ùßf•Ä…eœ¢¹Ð›ïK®ƒ¸HŃ<œÁªãjâ‡T`÷¤âv¡ê—ðíó¡Ü\Ó:;ŸŽÆÑyj瘪èBþ+¸oUYÙQ8èÅ:Û^Hõ”Õ@H(‡I©GÉò—™3zAÁÑÕu†š:k—D¦ +éfK410Ï'ìó•ť3.ujÑ^‡ÓÍ)ZÈ.àºJsR(wnŒ­ëŽÔŽÓÈêÇE oëå‘C¦˜Þ¾¬Í­¾Z)k¼Þ‚Õ¼XZ>8Ř„o ­×W*¾Ób¸Rý,ã"éÓ›bžIGD¯¨Í¢&Îßà©iÊv2øÚOÖ-ŠÁGËãÃ<çXß6¿êÌ*Ú|ð?Eñ Ë™½I4ô1}-9Kp¥B*áSY½·M‚Ñt _\ÇÊT²½„Ænÿ<ó‘$ž¬Ê ‰Óãå­|}³“ÿUZvy}7.72cAJ¡P1”W8×;M§uÍ“¶åD‰“íwå6å}LÖS’׳?ã¸ÒµßŒûiÐ6¥výX°W*‚Y{›¨É GöP§èÆSNضì|]!ÑøyÉJ‘(ÓÛnÓ݃/©B {ú;*¸¬ÙAdTASEd_×NÆN‡/U<7)ð+Ppu 3˜´Ô)Á®E·a§,^;V»„ O3Ae¡g§í–cºé³0¯`ÜìžÒ|ÂJn;þŽVÜ+¼ÄF¨¾+ÙC¯@¤D~–o]¢ež–™»Ü|³ƒÅ¿¾Üáøòzª-£{9ÆÓšφÔ5 bÅYË%íŸ Å†Xñ¸íûˆsY(÷bó=ÉsÂllÈÏ^ñ?„{ú:w’ûj5´Ï:§vy=³”¹,âÄ17ô.Î$ßçB2ᡟ“¶y“3TT¢Øð¶~¸/‰÷ÌÆ¿;ÈÈ,*my{wÓ`û€€bWUòÇúPO ¡7úÓ8¯ìl€·9”(—÷²ÃÍäãWM,;xŽ pƂ䂯!Ùrg?îóìö`âs}õ]ë¨Ú/XwƒrîŠw&ä¶im¡N:Eè®7Ë*«±Ïb"òJ+ cLhæ)Yõ‚f®´üø3"†•Ò_2h¶¼w'ô»À¥ã +Õ©êó¨"î‚R€«®aqŸüïíªÚS£®vÅÐáxN¼Šó[L¯¿íšpBUgδ‹/‰rBzGÎe91:óC¿È„’Lþ -G7ÚÓP›ÁÔÒ8ðSkÜÖË(å Ü€¹ d½Ó=ìÖhµûkÖÌçf¬ÁVŸ&¹¿£Ü=¦c˜ŠälFüÉ¢O€q»{'à y¾É¡ÓÊ …w«a P­'á<€Þ},”˜(òwDÓ?¦!Äó—ûð‰_ÏÂaIQüüÂP-õñTAêÒÅÒ07د׸†Æy‰T–p3«”òy:ìÉ~4­†Ó+ÒJ­Äü­õô¹^Ì•Þÿ¹ÿll·ÃÚˆÞ›/[A(*(‘Ê{*'úq£ã†p "Õ¸º¢,_Â™í¹…ùüQp>Ô%¢Uú§ôÅmlcÕ–ßà÷¾lÞTŽ>f3h¬&^d¼„¯.vYuQ‡C}¼y‚z†"¥Ž9{OmøZØ—únÕÈP3ºwttOžÎ–WŽXX­;ƒ£tÅ v8CÎQ&¾©Òã©×åôù‹$·Þ%f€ü­2C=îð2Pw®÷‚)yA;8*’wåµ­Á¬|@Æõ¿ûز¢ì7íãñí:Ù¼ãÊvl¶ ±?ucTZ¾H÷îI)=4n<‡[Í{_ΧÐw›"–fFPè©QØß+vzK€Ýºês+¬ÀZná¬6»†³5Wìyù8 *3+ùsÙŒ©Ã§sØë8¹gêK%MÆØy¢;ÿ·£RÙ^Î;Ps3ÓŠÓí*ñ‹;žjÆÿÔµí Ó€€ ùèbQwJAŸJñ¦¬P¥©=1`y¼x•€¯žÿ” y+m¶Ì”9}¶•„UôÖxCÜзÅOóHÔê8¼²£u:×±ûô+)ýÈpÔ’ÿ˜6jÄBE¬‚Ð=bò­ñ?ñö‚´åÎÚÔö€Š!yB0AiA›dé•ô*A&Ä…°~û<3Eo”æc3=Þ$Θ± ëa+,¬+d‘J&ZAO"JnRó[øfT-û@L€G8'}ïx:"šòÎnï—ÁÓ‹;‡‹®ÀÅÕèÿíÑ!5z£ÌM'qz/ЋŮDœÿ¥Ù*Ôæ@ ÜÑ^­Ê­g.ägcy?ñ5ëôg¦›‹0zvÑ×ÉnñlÂ[n”‡.ÿ9ʦnúèÈØ2?1¥7’–x“ˆC]° ã–Ø+iÔ_{Ñvž$nÏ ;†£¦jPá‡9ÉOÀpuf ”]=ú¬gæ_F[6Tð@•Ü¥úßQ†ókO=Áq7t)“ ; ÊÇäfë endstream endobj 846 0 obj << /Type /FontDescriptor /FontName /GCLUJH+NimbusMonL-Regu /Flags 4 /FontBBox [-12 -237 650 811] /Ascent 625 /CapHeight 557 /Descent -147 /ItalicAngle 0 /StemV 41 /XHeight 426 /CharSet (/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/R/S/T/U/V/W/X/Y/a/agrave/asterisk/b/c/comma/copyright/d/e/eacute/equal/f/g/greater/h/hyphen/i/icircumflex/j/k/l/less/m/n/o/one/p/parenleft/parenright/percent/period/q/question/quotedblleft/quotedblright/quoteright/r/s/semicolon/slash/t/three/two/u/underscore/v/w/x/y/zero) /FontFile 845 0 R >> endobj 847 0 obj << /Length1 1608 /Length2 11788 /Length3 0 /Length 12617 /Filter /FlateDecode >> stream xÚ­weT]Û’5î<øÁ]îîÁœç‡× ÁÝÝ ÁÝÝÝ%¸Ü]‚~Üûºûõx_ÿê~?ö{UÕš5«f­5ö¦¡PUc7…ƒd 6Ž,@Vv€2ØÚØÉAÍÈF‘Ebe x3r£ÐÐHÚƒŒÁ)#G@ d ™88@~~~€$ÄÖÍlná ×ø¤ÅÀÄÄüOË_!c·ÿô¼ít›Ûhß^œAV[kãÄÿz£p´ÌÀV €¤ŠªŽ¼²,€^VY ²ÙYTŒ­À&E° ÈÆÄ0ƒØ¬þ±˜@lLÁ•æÀú†%î08Ø‚LÀoÛ@®& Û¿\Ì[½5ØÁáív˜ÛÙ8¾õÀÛ˜X9™þEàÍnù›­=ä-ÂúÍ÷¦ qpt0±Û:Þ²ªJÉüƒ§£…‘ã_¹ÀonÄì-ÒbâôWIûÞ`Þ¼ŽF`€#ÈÕñ¯\Æ €)ØÁÖÊÈí-÷˜­=øoN`ó2`؃ÌìM­@o0oØuçŸuþ[õF¶¶Vnï†üõ_ÀŽ +3V Ç[NÇ·Üæ`¶¿EÞÆ ²ÿÃnêdûŸ>gýß ¢ÿkfÞH™Bl¬Ü¦ 36eˆã[JýÿNeÖŸÈÿ‰ÿ-ÿ[äý¿‰û¯ý·Cü=Ïÿ -ãde¥ldý6ÿ¸`o7Œ@ð×óÿÅYƒ­Üþ‡è Ôýƒáÿ"ïhôÖqó7)ØYÙÿa;È€]A¦ª`G €™‘Õ[þ¶kؘ‚ì­À6 7-ÿn#€ÈÍý/>u °ÉW›¿šÎÃÿ· dcú¯Ìßäù›7›’–¬†¤Ó¿Þ¦G©¾©î¨îfûFì?êP‚˜þ×â/ ˆ+ÀƒÈË `ádç};lìœ~.~Ïÿ!ßß@À®•ŒíÁ®€ÏoE³ÿ.ý?ž®ôþFÚÆbúל¨9Ù˜¾Öþr›8ÙÛ¿)ú÷i+ù?×9ä 2AYœƒ˜ú[&§¥8VdõJ}îîÂöØÔ¨ÿüáSéðNÞà/1|ª`­xir›=´}ÞV`ÜìÄ·¢ëHæxR1týÀZ¥máeÚñeÓ/@O9Ò ÷8›Q\‡Óåa×ÜÙýøI?ÿ t¼…ÓéìŽÁ‡Êù‡.õ­-†—IRu^ë»Z(ìÊÜÃ#Ú¸ý»[ºÞ¡þ¾Ž ø®mb¦Ì(dAg8tÚ0»LbQ]ã|`\oy|g`—=çêÂ~Ý:'@w¹¦ØdÉ㨠ToÿÝ×CîQù&'¯ÓU¥Ï“+h)/мD¼õ˜”`–BÍA²}m6)êÙ-¯pêó{Õ].?è¦é|´Xíw%WòáðØ×tþþÂË­L„–J£ ÖŸ\ևɆè¤u£Âȱ²¸š‰Æ.k\ßEéJâ`î¿ÖNÇåzû›yy ¿lOLå;çÙ‡—×Q²Ý y9VÝÑ<Ûâ凄ò~ÍXÈ—è­ò¯j¹ºrΟÛ"»äVZ÷á<”ŒpÍ8¦ …G€íÇ«óŠ·ÊÅŠÈÉ™°4,ˆÒ‡8ïè‡R™`,jD|3½LF>% :´¥!WäcÕI=÷²5†A«Ó@oøntò8âQÅæf‰/°L‚xðèâK¸¯›5sþ§?é‘u¡€É3÷òÕüenתl0vh Þl\é8.¾¦Ó((çFÝØ¬±C:XNQðûÆ cï0Õ/‘ì—ÚkSåÌ'cÁݱò…H@»„‡†²uGÁ9¡Ò) ~BÚDèߋԾIê1·C²dCE‘&èJ¥„öä¨RƒóÙ ¥ECî Âr=z#‘€§"# Ù?b焞BPéo2J•–]óƒcíǹ²± ×:ëëÅ·âQ$C‘Ã':úग़TJŸ3Ü7R'Mx÷¤l.OÖ>?Y»HÍŠHx­p·¤××”É&)Ä1•,•“|äÛbØã§HC¿ü5/ÞÑüž–çÇúðuB+¯M(§µ;³+»é1”·œ­ sF‰Â »ÂÁ{’3 ]}×[ ‘ÄLo›ýá=‹2ŸfÀ£øíà*ÜÌTg«Ú+äÚßÍ?Â/îG±{«29ÏeÆ“ê„Ô³'¬vM´z£?¸qÜTÃNlå %}M*ÚϦǿßÄ7Ù'½Ž' Õi^dØÚÚ¡Ž’Cˆï_¸CÀGš µ¿Õmúª2ì?;(+…öç“°à¥è× ßíª úœlzÖ_T”d«(Š›${'|SrÕ›YGÂ9fJéR߸×gTÁÏ'äc¶µùú1¯mv2gû>ب¯¤ÖD#j³ÞunšD " ‚Íß`‹œ—6#µWvkª `±Y¯ªÀ&¥ßš,˜w1â½¼Ìõ£I¼|ídzÖÕ,Û^24 OSæWî<×äÅçÀáÑøŠˆ—yí^¦vfj¾YÕ kuA@Z¹èi, ŒAAw™z`,4 Q³ô& ¢û¨ÉÕü W²¯‰ ÚÝphúáG˜íêFKÖ9toŒY£jAd‚­ö¾æWh­© Ÿ äz¹3V]o¾sìdH$‘„§ÊÑåð`ˆ7‹‰K¬¼‘›_2¬‘ÛdÕ¸QþÎL;?&‘1¡áÓõ·àñÉZDhx=º&Ù¸D,«=^n6[˳O¿èUQˆ3€ôªŠ—8äç–C¥{V@ö'¹ßÕå’Å_æD+üUÔ æŸ{ìãxcÖâPš b34¨‰#n±8„ýì¹hÜ?›[Û!‚Ø'Ïäi,QÚ¢u§d¬i¥J)—:Dx"'(ÌOr9æ–A‹šÄ?e*aØš´˜\Á|ʸÉUv8q˜÷—Z¤_÷ú-ëÔÀ´y — ²ÚVFÿ 2\¶©«¥´ýeL3:‰~®±·ÅæÁ”%Õ;Ñ\aÿhøÄF¤M"ÇtƒŸ7ñõÃ@֠ЋŒŒöQQÔëÑóåÌPjuH¯x.tÿÃ~·dkµö@v-úÂôB³-=H†4»N¯/rËÀÈCÅïF¸¨0ìó!_*¼iÉE/: >ûñ<ùÔ“èÇ€Ñò>–É-2Ö¥ñœßaÑ݉œŠ7: ìsß’Å·ÉS¯ÜŽû÷zß”‹íOëËäÖGÜ“KF³GŸÖÅsa`œD½â2Å¡; =G¥¥Ü˜ÀוŸmöaäò¨ÅF,g‚fé†lL)78ö¢¥z‹MëLêT~ÚxÃõð.ŠS4 ;|‹ÝΪmR\ jý°';ë®ì—UÒQó$ꌟéw Ž8ÏžÒ 2}%ìóËÆ¾Ù³ò/èw~§¥•—â"ª39FƠƀÔÛE‚ý œ&Œ.Â;Þè,s›’i|ɧùŽëÄd#9ð JQ¸£[âò¾¬=%Hty'÷"¦6ûè“Q)K´ÁFÈ]õ™ï{gL®Þà‹®žpmχûÇÆe„ÀÃÍ¡§‘9æ­m‚Zš`uÑ5ÔjEòú¯^˜Vä‰J0ž$„¨&õOöÛUñË…hyÂ:‚Ï H¯ Û!98ŽX‹kÙhΜ¦“Êßkw¥û MÖ*úåž+g^_…”»Ö³ìn:$ J­Z´°ZÓÏÓû ¬:¢a¡R]„xm‰zp—j§ÔžÜŸ¯ ùD:罕'7·†O ¶I-I²äS$œ»0’1¥‚cÙ¡fpbtñ‹×GMËVúöåhɧ ¶QÉ'úÒ{5IXĮ̈²9ø×Ïm^ù¦¥‚¿ Ý ®iدÐcjƒ§D>Éb ”„Õ—§ÑÜÖœcå]íïWV¢¡M²)¼Ža.p [Ÿ©i±×<džZû…¯ßP#5Mû”¼wÖ/0&ÖÇÚXºŸÇçü̬»lD/W叿Õùµgà"ÝçÑy€®-S©þÛfT„¡&¥<å<ľi ë gË™PÏ} mgu'fо„}@°ª¿&ae~Ù7/Œ6Û®>šRÓ0{égeMûóq°\ƒS%y>ºúô»Í°eä´Q /èâ·f:G+)I]Ûx˜„ïFì(4¶Åêö.­Ç›ÎÙ €UÜyªé…±ç[8FfSGSü­®ò\^FSÃ@· ‡ß* £­-2„¢>€É¿ $ v‡­-„gIH‡›TîíŸíý¨j»}d9Eø¥fAhz%ƒ(O„»ßïæ+=yVTX´¤#Ò§ÚѶ_wô;¦¾ø­òí‚OkŒn6Ɇ6 µ/ÑÑ&aܘÍÐØ>ŠgùŸ 0×îAýÃ)Šè8Bc!S¤æ‘–ß3),î¡¡õIx»Ó0R–Ñ‘+•{ëbWJ8›ë¹NWbÆYõr–œ1z(3>ÍC‰V^zä¡Ác2ôÓWEÕpílœ˜ßAç_΋Zê>}Þrô¼ý»¨ ‘ì+)óÅ*Ëj¦‡…Ô;N=jï$ã öûÇæ87éÃ@> £y|0]RÞ=3_ûÃj»»âÁè‰Æ™`Rtå s³.ã;™„ˆ÷É62©nÛó¼”sŽ1 ã“/YÁ[ÚIv€tȧ„—I㨠»ª}µÁ@ÌÞh»N©Žzoæó¯CÑtþ49‰]p%}ÄAïÒ±Ê4åºØätÄ-¾;”¶èLžïP©Ã%ßeØ%)*­À¤ø¯ur]a)fWŠ”B Ó)öøÇ¯,pŒ&©«0æ_F _ÿq”®˜7›ŸËö)1ŽÐ]8®ÌfÉÀP—׼ؘºÔO-‘™@ ¤…D^xðž2kw I†»Ÿ~cX§ruUÂ2""îí]%6„•,?p,XÕV´ùa»{«ÑèL3ЬGÖŽ?0%õëµ Rnš­à7¡òÁR9÷›KJ®™<^B,Á†IôµKÃ}G+ÞñP²eXHEŸ[õ29æFë_ò›±l=ËsÈ{ðî—,®wž‡R‹i¦¥‰ =%‡ì¾á£øSHÇ`¢ŒÉdƒÿÁøJ¥òrý9tÂë²Bÿ1ÎH­Ú¾Šj#c@¸K£¨v™|w|u¶QïiÞx…¥M>q1B¿ ~^*ñ`ç¦÷c$I÷šýöÕmÖZ™±Í±n\ےΤxÎa8¢Åi½ž j¿ÏÝZîû&QÓŨÑâ̸ºñ–sí6»$9Ün,’”ŒÆõÀ·îžòª3-ˆ¹ŠÂ³™ˆeÉ)„s¤ß벆ê×ÒºÄ pÖR§Ú×K˜D;žvúR~@¤œ. àæ&Ã"FŒ™q ›…na(™°ohr!3Qe†u*£ÎEdïYÈÀÁÎjÙÄ5wÞQõ¥1aü±áÓ‰h¬ç³Õ(4´MÖ÷Ã&BBøñ„åÍG?ö^ØÖSCdxë•dž“F0á*ylÀJìå¥å èìÒÍ—5âÖ¯ª%@Oµwëk‚ “l‹$ðaeZ0°mÓªk'l ¢#[LJ¡²Ó_óÊYPoû±˜ø~ \Ã$ÌÍG»‘ ñv‹µ—ƒ5 YPs®€DÜÐùZ.¯vÌÔH´§[1øiA3˜bõÝúðêÄ”IÚKݨöêYl˜qÞUäÊV9¦°4ÎJ´÷2Яꯊ¶ð«êá¹½ s¬m¶w¦r´usä÷ǵ]zÇŒ‡á„~ltÆ´]"Këa|bÆJ¬Í^~УîuâûŸ¹»'ûû¯ Z¿:ì£×G÷\T;CÏN!vé 'Ô?âäPÅ%_ c©_Öåpz}æÜb_m*X†êÙkþ†ØcðuvÖíŠ.«0Jµiâ…¶Ã|}`÷À°ûÿ%b¯{2Ý)÷PˆÃƒŒ€åLV¾å(á×+¶YÛB±Ö§Aéµ8ƒçgLßíV£”È™üϼʛ mJѦÔ“Óˆ)z—AûBHex¡[¥<=FrØš–…5p…Û‡J1ä5ï›zÉr§­š ìÚH.¸é×ÄÛÓîhH‹&øµ¶õrAÊP§Ó8ü±Û ƒ&Ív¯;ÛY¶(g[÷cbA약›Z">ËýzyR´*Zr<à0ŸO2F<2(¡mR¨ð²È4y :ºÔlþüòž~áÁ$.áŽÛeÌÛR%órëÝ—“eïyÿ¨)[w}©žŽ¶Âk¢¯¾‹¨o!¸™Lˆ– PçÃ.Ûògâ¬Ðe´¬mUùÎþãôÄ6BD\C¿öcG›­ôU¯|Y¤ÅÛû=[Œˆ˜}¦Œ‡Ÿ’9¼švv†a­µ¯¸uÜñiÏÊ¡£g cAy"¡HdÄ{· ¥¶7…õìõà9ä‚k¥àµèA?mÌ,`}Jžª¾.O§} ãú]ë™ëúÑ’OÃ=³‰~šƒQçÒ¿DB å}½¸E©¼~·n5Ô¥ËÎG”¬- |]wúC®}뇀„¬…’¤ÙyW1ƒð }å”lî˜ñ¬­äå‚óßBQúŸÎƒ'Öš†ü&í1€âëGª]GÂqG3ú’‡W½PªäЩG¶xè6%ø!Š|$—gøØÀ¾Ž¯ðë †{S\óh¾Ö9)(´‹€8å@ »8§€ÛJŽð¹UkÍõ$nË !rÎõ‘ž;ɪîJi²‰žW_Ò9×çÓž·ñùaœˆ½+@ýJKÒ ¼[T¥\ŵ#é-¥-ÇŽ,VDǨ¦d^·ó¨ÅpðPt“UUÚ™N.kÊÔm ¤ ¬˜:R“t.¿ãUØœGBüœ8¶Ý²Ð'ôÊÈ9›eiv\žò7*qÔÄ"°ü®F¥ï­ü2Œ¥¶ïz̳ZcÑjk;Ù…,Óø¢Kù‹lÐУgT N"¨£1Ô3C'æÛ2>L¯å ýòÄ5ÅrVD› kFÂe[ŽŸ•mi…>Z¨±1縗Ş U ;¥³vcÏ;’~ôëçtXNf~|©Ó\7fñø·å)¹‹ àG‘f®SVC©k2Þ’s×óÔDüŽ3K¹ƒÈÃ…ì²éÁ›û*¹Uʨ&O­À;]ãëNZ¤n? ¡´š~€Ý>W0ƒ‚»‰±‚*eRg-D4–R :ŒÚªÞóþøå\ÇÂÍ^¼®a36w¥­FÌvxÒ£§•× Zª%2ÞîÕë–Sà ¦nùÏQP·Ö±‚&—ø˜ºÎU ”°°E‚m½²É}ýëckR[}bzŠÙã“Fa%,é¶F{£ð}É(÷Q§ t¿ µ-—nÅÓÎ{1 Ôë¼g>íÕº/§MÝ‚ŒzO×dh-Ìu|h­=ç›ç'Hm›†%¿/1«Òòžl²½ÇŽùx › ¾0žó¨[6×Ñ´]`ÔjwC3¸¦yŸáŽ~Ãä::gšçm/ú]b¦*[ßBL‹ª¹#˜¶véÑ=ƒ<­<É»Mñ„«Sbu° ókx›üG_éf5² X»3èö{Bm[Ñ)í|Û­“ÁµJvP5ØVÈB¬_˜ï4ùŒD9 ò!Ëò~w7ØyL´Í¼¦ÉGüÃéE'è±ÕIP’Î!ÄcÁÃ,æ»úA(¡4éãw”OÈÚcNóú/t6DÙhœxégc>¨k ŽÛïN[.ühÕè#I‡j? ShSû6ÁnÄ]’ßMYô¡ßc/Ld!^›~};±/öVª¡kxº}w‹+ylú¿[Å·ñFŽ¥eÂëÝ8¾±?ý&q<‰P>A#üEí6"÷  ydYHoô€!—Ù}$—M«Ü*ëÞ¡žÉ5[Á/¶EÔ`l»³b %¼æ&ÆD-¦OªÒ;¶+Ê•÷®ЃêÚ¯ï>ü­MdÙV3a±Ow+GöÖ#¡¤oZσoàλÕ2¿wÛoû[ò¼òˆD=H¦3Ü[¥ãšßŸ‰÷)ÈGañúÕo„Eé€nÐñFÈ9‰YkÕ§ØÜ•·æ›iø{ŸèÏ&üDK,×b °¾‘¡KÕ›0øª™}¹xîœ)üñ~ Ýi^ù®R7øgL¬›wœí ë–¨Å{Kêt7«õôÓ0Ú~Šdçh±sØJ|rn=@‹©pšWO>¹t¦—á„y¬‡ ’oð¦p Ùh8áe:øGž¦fðéÜLê/.®"ùÖ둳Lòþ8ÏàO¸ð3-ŽX~÷N¿Pï#GaŠ‘×5Ô^ $KŠ$cJ$Ùk<I”2*ôÍ_ΉI w°–`ˆ£Ï}|1‹x #¦Ï¡Ú;ºL'èòŠDºIÆ8ûðhB¡uä ¸HS»AÁêpYf(sX?œÄÓt®‡œ¶Aåä‘a¡LF¦ŒÎ7Ì0úÄ ùOï‡S»Ã­ÂJ¹óÓ\#\8!ð„Ãíãå}嬞H¥­÷„_ðÖåê‘ü…„«”&@y»ˆÜxq;õ«XñÄ[€ "ž9fp¡nÂÈ:ƒÂy*ƒ¹´¦NÍ“<@Š˜W‰©º¢šëYYBî} èdü~¤¨*wi†,½Ò¦‚ÑœÅ`÷~è²é3A‰¼tfKª.—ådkØ«^RÕ69ïÜüý.ƒïK½l~:<ûú|1áœü‰F¦´Žq™N+ÊÎ`JÁЪû»â»Òl~a3;¬×ÏS¾C6c²ºÐ ¤û/tqZ%ˆì=ó¢ìç1Þ½3ŸQkùþ å§Žû𤕘É)z¸Fèªåè]¥U϶ÊÂÛ{Øi óÐÝól¥Çî:>+m r¦3ǘo«~àîÔÐkúÊÉìúS#³çŽžtØýD>’n‹K¶UH?ðàŽ™ç„ L?õtix]ðøíFhÁ¿´í qCÊþ®ý`» ]1¯~—4Ó\¸›´!4‚ÜÚ OqŒm笠)Ñ‘ñš ºóÁOUݵÃ!¡æ™A.§e€ÏÛÀcD6)‡G¿‰]ØED"I+½¶Y^¥èy–#²CÛ¬aßb@Fßz,N@Ì»Âyó]]wŽe|>Öb·ÅÆ—Š ÚO…þþÕé.ú8à/y<˜µw‚…"¼P:šòÐC@¯Ð¡n×h–³d’û¯ŒÝâ"gœøYΕ“•FŅ󿈲¾î^È (¢EgÈȯ‚Pv.å|/½Ë8‚yá²jˆütL /ðxàdR)=ùpûÇ#(¦b@…±8¢c¸:sÓÇ÷R#}'’Òf–!ÍX$ø~1¡ ®ó“WþRK…bE7ª–ƒÈF´/ëmO±©ƒ‡ÞViË$Mg5ÿÐA òGù¼qÙŸ?§»ÅIÚä\é÷`ã5§¿`Âg_¨,wz’âQ^³5ƒ’h颺<íêÅÛýãŒ!®–à×¶„[ÇÝPHiR^V–W¶iiW4?Ùz¦Ô§“ÆFWEßÇØõŽv€.¤ÇN1rBšqD¶!t–V³$jÔòè /)Œ¾£•KºdTÛk7úÌŠÒÊØz½›èûæÚsw9õ@tƒ1p¥1ª!gðä—“î°dwÄß@Fjɾ¶|l8¬ ±Ÿãó4¢m(¢'æ:z'àU±¯öÈýµÝ18ÝõŠ’S1*F¿g¶Õùݺ§?ñ¤ª^ñÚXc‰ $§“UŒ@øwG„ßñUþ¬ˆ~’º!š%äIÎ¥GÏâä>ÐéÛHt†`Ö§ÜÜö~Êoý‘cÚf¯2ÌnQ´wÉ`-MI?ðÊ8hŽ{úì2U×ÀyÉw~xÑ–Š'ÎF'T}gíÔÚÕªAWjžË¤m}xEóˆé¸¥âPõ“ÿ&Ö¶´¥}’Ê^·¿!%O}Â'ÕË׌â½%oéL7g)ú ¢x,"=€JÑy쇳 »×ŒqÖVkì‡[*Ž|çþcR@– ñ8«QÕŸ0! 2hWmú'r3c‹«ÊG¥ò6—ØI®–ü3PßÒ}enawè*BÓ(}}P_U†ì"Wd54šë7¨Y8BÂÕ€j¥Ò•ƒŸ¸Ê™jìÂ±Š´¥¤†‘ÞíÌ OjÒ·v¶t›¦¹&R£¸S©.€Ÿ Vu0,Z—`wÙN"•hGÑÜVª¿”ì°B÷âÕÃm? n/j¸Öö5ŽÁï$Ò|0ÑBÞD©C?M ûÊ a ]ß®F?Ewž ¯zASvï_ŽűgŽnÐFÊ2t‡¤8 EíÂ%.ªNb-žMsyÅöjo}±¬ìã#D~p>îʽ‰ããGw‡GøN)–P¿Þ«z#‰Þ1}ƒ+ŠÂÍÙ%œ#}ñ¨Žúpš±$h¬±¸Ø£å¾CJ›Lônû¶ —‹šl™3)/,2+S9ó‡ìòi¬à#1F0~›màݪHƒ^†•wÔ8žüNm´¡\)3bVŠ@0s¢Š  Íw‡€Üso¬3Ô³ë© Žg‰ˆD(ƒ¶ÿp¸ÊÎ Q;+šÖ° ÕœÏ_x§W•'>µv~•yûµ"úµzÝkƒ÷¼Ž–-°båÀis,3µi>&›«ˆ‡õµõFIqSßp³I˜$õÊú:Š±ÉœiÖš…êÛæ”œ›9îï³aÈþÀÌ‚Hçø{ýi\iì’ä£|xM’5„ke Ø&ÿøY™’ŽèN·˜i¾CëTmC!LÕ éê±ádü Ïb)’h¾@¶È4ƒàU;‰ æž}¤>øÚÚ½9º^5P+Ñ+m½½:ë“Ï='k¢àî¡Úž€Œ÷Å¡ÜUxGvˆ¹*þ(’SÜÌ^ž—†½1\UÏiOåÜ{/gÂŒ@ÕÂjÛÎÕšr˜pŒ$ÂÐâû@é Õ¿Ø7Ú˜o€÷Yƒ:uYì1bæ|_®¦Ãk÷JÝI¹¡KûæÍ7È´®—vq:— ¤ž$×Kð'YCYôGо•®-Uõâô£b­“VË?f}p=Êñ£cÜ!<,díDÌ8ýdmƒ8ÓÑRQ ”•ñ×&ÔG¦7b‰uÖb»Æ¿k2|() A±é«]ÄðÚ– )µ EªkW>ÔIýDFd?^”šEå§)xTÁƒÁCS/|ÄëਸóÙKJ¬öѳÇÒUÃO>X»éF¡¹k`&šKäz9l5‚[9ðË%ÃaàœÂ(ñÖØÌ—Q±Çpð¨L¥¼ w®‹.Ô*&ûß($ÓÏUâY5]ûbbSñÝÍÑ™4wÓÐp3ùª¦=Ãjƒ'F~¹¡ä‰ñyûÈþòQ­ñ99e>bÔ¶Ï„zø[ÍÏ,5a´üĽ†æ3 õä°šN«Š?¦&L¢ßª`ˆcE`WA1ÊʾÇxnó-Ó&Úÿ¾‘¤8æ‰q±„´’µ;-5+wþXˆ«žù=Kg‘m¯^#%·Ô`N‹ßà6–sEœ7Rû[¼Y…â×8ÐmGŠI>Zk(Ù®è¯ †Û}'óïFÑ8, Þö.æwÊ3h(7Sý j‘-B2©ç=s:G_¾ªDw¿¡Q%ôe£Yh85Ù–BäÌ(æ¯Aõ•x¹™§”*ÏáeOLiû%­èÍ@ÿˆO$Äå»fÂhW_íJØ‹Ý!yØ |O¶|»„UÆêÞÛ5”p›íHR¾Ãñ_hWLs¶iæÈ+±;Rg§à±b—\ùªÈi×xËÞÏ&Ã`‰khÔ¬£#<šÇ‘Ì$¬²{(‰i$opfžPh#.wwáÕt›-*w;l J—ŸMig…Vϧ{$p@3>Kù£ˆñ|%PÀ«<vuó8*¤à3äÑ>‰Uº"nZä¼I3œƒ»%áÿ#A=è#Îôwê*Q>ûñUýþ@$TW ù]e¢©+!Ö ŸdKCÔ:dã8š€ffŸáúc÷ÏR„€®ÛT¶Œ+Ž:ä(öfЯp² ©Ùèv<‡Æ¬ë ¿'­0±†›{æÒ¸£;òò¹îXU|*1kw™×†ø6úIV¶óÓŽý” O(] kÛ‹b}Ù0í® Y,¡"=¤Ã„mõa*lD£lgA~–"ÆY »e„n¬LS­ öƒ´_4ï¡Î£½ê¼j±Ý4 ^ˆßÈÍG2Ì"ïž§í‹{:E5x§öÁbè^‚ïGQëXŸ“Ðö³#é97áæ%`§+q^›_ßE‚øÞÆ=ôê*jsæ|êßõ“›QÞCu !• |ÿȃ“@ ÏnÄ߇9F]:Ñq3+3mÖO'-r œ“¨êδÒ[™ùü½1h:ãQ>'oZßñÁ4ç„l¶-çwóÒ{4Ñ»\ûÔru{m*÷X·£×;8¸ÏXÖ|/>6•çO"`RRi_žØáÊjǰ¶¢ÈžfnBw>„zÐᎅä}Aýè§ša•ö‹-â8·ÈeOÔ 2Ô\%HÄ`3Alöó™‘Š›¨« qø…'€S¨Ì‹ç•@¡3yZÔãO+E»HJÕ¹è€7L…#9Bw ŒÐQ%åVYXÒ*üÌÉ.£v!çÚ%œ‡Ü)pÑ¡dÌÒ8t©„£9my&›ös¹É.ÄbÙ6\õ–ýñ¬9!¿3®æÅ¢|$#I(ѪáÄ•`ˆ(Bu­hoâ ³ô/ý1;k8Ô9nžì–þX‘@µ(¦vô»NµÖÞIÅ5Ñ oC®Ã+™‘T])´®|p1HjÚ6)!gÏÖlÉU‡F>Yï°ÿ˜Žjýií¬~à­Iƒ–¾I)­FgjPÌ A⸊¹egx?=”Â>ÁÔ@ýÇëÁ†ˆlÀSo2›~å(\w=d[¶ø>ž*B ¤3‚ÇæF÷5£Ùœ¦—д×¢€†K-!êµáxu>al@B8ã×ö·‹©3‚:“Ô-âMVT•3»ˆ#Ûõó–µ§ã/q-ví÷´³„_ Ë†‚•½k忬®07ÓÉ egì±ÃHTˆ›8ô6|ŽÚ>¶ùÁJÌLñÑ"•qåá÷ª¨.õ~mVIïë$zÒ-ß#íàÇI! 'šÑ¤y-ËTZs¬à´´¥>×"k!¿)îõ¨§¬£3¹y{jHlÞÒÁÚÕ”Y ûø"Ê~¬Óü.A”küO›mr ÙÐÔ+wÝc»ífÂÌâzÂQA?äTÄy‘z}9ÎÖ;šFjœÑla$Â[à¶{“Äß% Ïññ ü4ØÞPKLX–$þèÜv¿N@§úû>M\2Aõª§‘dè­…ˆ|Ô’*jÞm];õ {Ôñˆ­íVjˆÌà&ë ¡ê!ˆ¥"czUGMç* `Ã9š„ ƒ}Råá³;„…÷—Øû)xž ‹=K‡òß@eˆKUŽ"†\7BoeO²d°óa¡Z¿ÜàýÔ0z J E‚·J„¡y^S`9R{ϹzCºGTSÑæÔ>àzÿ%Ñ“rRßyH¥[u·Ê63¾_iàân'¦!x–ŠÁl8ô39¼dáNwù]Ãt%$.øO±ŒØ‰ò 7‹ Ó^;CSM…ù‘.þn^÷J²•®2¢ãÌ*ñdÆç‰mJò–3òþØ”åîTUº¿"8´$µš>®ILleš¢M7ÆùÐ@Q²õá=øQ¶ÀÔ(Âô#îŠ8àO¼ì㿵šh.øÛÒ®ºè>×MáÉ5à`8Ç]“Ó-U¡{Ÿ;TpT£fþ«¦™ëêYúomh2ë:o!ÉfjÆÛP#cBVGCijŠk=ŠV· ÎE5U$ïÉOªV“M“õ­–´–„çñª–Rj|Í‹ƒ¿'¿¤ÎfËÓ«ü4Cmz0t#Ȭ`!‘z8XUEeÄé¬?PÑ$§7WGyÅ„Žú…À £°ž¦^ôœa<ÂqÒ:<*)‚¿Õ ¾›ð’!@][,'(ÝhÅ”ëÀžF-ýveïMçÇ«kÈ­…äYé!ý¦û*‘öðjÊÀÊ~÷§¿Ö¸ÜÒ¡^¾i~刊ß,ùCÐxbù¼_Áp8UÛÆ;{.‡ë¢Ióödzr^’Iº(ce£†œgÉcï·Ê»¾$±ÛA´á`ç¼”…‡{ó\æ|G’Ô‚ØËV5‘ ²Küœ@¹=rí^¿û¹'Ý_é?ekígY¸âç)&3ݳ‹R&LäUE‡ËeÖöæ)—.»œ§|Ķ\¹YÈðÒNœGÔm{tfÜ>á—×=n fT^8¿5š‹}C· ÖÅILÚix]ø%ã9ð2ºngJy]×öÔê¸wE »å ´y©ÌwMCÖˆ®>Cפjaøáõÿ"±è*µ‹GöÏéü- m†;Ÿ“Òï°”ðæD:ÛuõßÇNÕ“Û£æË§[y/ÝÑœ,¤·ÆúP`¥ùÅS…Ú:¼ s;:®’0ÝXz.®k^Õ|×F½ï‘sfâ)Myה̈́­ U8¸w, ¥úð LàÈÐq’?íüé‘>ø§tVãˆ'Î7¡†öµ½-£:Oßj7’ïñÇ— ¥NëÒ©ûNžB H *æåßñA#—µ5\‚Cä—÷•‹M½ AµW,’‘±S40\«»ŸíØ¢Q™EõÇýÊ­q’VïÔï ~òbü?Û«• endstream endobj 848 0 obj << /Type /FontDescriptor /FontName /MWGUCU+NimbusSanL-Bold /Flags 4 /FontBBox [-173 -307 1003 949] /Ascent 722 /CapHeight 722 /Descent -217 /ItalicAngle 0 /StemV 141 /XHeight 532 /CharSet (/A/Agrave/B/C/D/E/Eacute/F/G/H/I/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/a/agrave/b/c/colon/d/e/eacute/ecircumflex/egrave/eight/f/fi/five/four/g/h/hyphen/i/l/m/n/nine/o/one/p/parenleft/parenright/period/q/quoteright/r/s/seven/six/slash/t/three/two/u/ugrave/v/w/x/y/zero) /FontFile 847 0 R >> endobj 849 0 obj << /Length1 1166 /Length2 10371 /Length3 0 /Length 11145 /Filter /FlateDecode >> stream xÚuseX\MÖ-î 8wwww× Ý@#{p‚»wÜÝÝ%@pw 7ï;wfî7óÝçü8UkíÚ²j5¹š&³8ÐÁ$ãqefga¨€íÍÝ\4Í JÌ +7ÀÛ …šZ ìjú/ú!é 2s;@¤Ì\ÿðZÖne3g€M€O€›ýÏšóŸÎ5g°½ƒ7@ ä r¶CþPRnö ˆ«¦›££Ô¹8¸9[€\–:ûïªIG/g°•µ+€N[C—ž‘‘éß;???ÀÜëŸ @ ä¶‚hþ,ÜAvŽUú“B9ÿiøW¬š¥™4ìú׸:kWWGVVGK3ÐŒÅÅ’re¥ÿÓ¨4(é`ÿW”¿4“;ƒ,þ åÅúŸºÙB< >ÿ[‚!À¿Gº9²jCÀNn y©ÿüBù7frp³q°ñ³q@N§…5ë_%µ¼A“ìÁf ¯£ƒ#ÀÒÌÎä ¶ýù¡ø¸˜¹ƒ®În _Ÿÿ—øŸ;vvlá 0Yý¹†gÿƒ,ÿ±W6su{ ÙXØØØl}ÿZ}üs¡@ˆ×¿ÃUÌìAVIE5)uÆÿœý_QR2³ór˜9ø¸ÿ8åOF~nÎÿÌø/-þ©ÃߨšøÿöÉöï”òKÿ?Æù£ã?Gr9»üñ&€îoÓþg~W°@÷oë±q³ýqÍŸûÿj©ÿÁÿ¯ÆúÏ2nvv«B÷9ôp(þRÄÎÌù¿ÂÍìÁv^ÿËÿ ÔýÃýÿŸ<ò®fv` qˆ•Ý¿d»È€=A@5°«…õ?ìòO•¿Cšƒ ø¯— `fçfÿNËla ¹¸ü¹‹¿)ø%¥!@0Ä  éúÇ•fÎÀÑnÎÎäùû‚þœýçÞü§AÈd²ºä`!bSÒñP+NìÁ¼?ÅÙÏ£}ÿæFÆ…c½ËÓ§B`[N̕Ǘ’-¥6n-Rm« O,ÃëaË/ÑÉ‚ˆýþ36Œ\ÑK½ŠÚÝÌ5[?QB4AZ×Ü%yå½>µˆä$¶f¨®ÿ‡ƒÃ#'UbÒÊÂ*dÕ£%z~¼§  U9;?u„…Ñ.)6› °4T…î¦ÙGZÔ¦³_ï«:±M—$йýBeQ\ë®Ì‰õËyº&»9ž¬+Ú-ŸjG ¹8?:®1 ¢š–­£W;mý°’Ëb¬Qã×° Sw›Gª…(qœºW†Pŵ5ß]í)Qè6XU-.ªÝ“ö+¸ãp&mÕ+k÷DbMÈf!x­VêDÛZ\Í¿´;otÅvû×5¢Àm¾kBžžOàªC5¬‚ž+V]Ä#‡ŽYšÄÀù>P=™à-Žš†Œ»lÍvT¶»hõ^›óxŸ¶õ…a·žVŸçõ‘9בÈ<§4MÔ>+2{cËwt]u®X?Í…pÖ¦$ÉΊ#?¹û#ÕÊÙ×öBP2Ó¤»¶ œ|12¢ë‰³¶fË;–DŸ/›Œ<°³O¤¹!ü·©Ê£h•;£ˆlɦWia¸ ·¥a‘5F±Ü.~¿YÉ”Îdoè¡Ú{ZîWŸ–9ž™_}Pr5+:‰FÞt_ÌÄDdq^#À>"úw‹Ó–lÔ^º•Û%Ü0…HÄ6oM…ʸ/öJ¡6ϕިÄô u²å£Â¬uYêŒaX4=B¦2Öo,È·È¿tâáxdV™)­o¥=È §ç°yÚ4~©ðL+&Sg­\~0«J*h•(°E"œCÓßûLÒš1öbþšã~§bØ«»BdÒáþ$¢]v3$4B­ ¢.¹=Ù*.q=ª±ÅêÊž6iÉŽÚÚÙÿíGþ(ª'¢Â Y”ö‹o…©eU_TÌE-–H8ûYZ€4f2…–+˜"!ËÎò]H“Yxòu\çmKgÍW+[vȷ̃Յ÷‡ÕG쾘aíÝ\Ÿ;,†ö=^†ñ´å`¹÷ÛŸßÅOíK6ôdnóJœ|i›@~˜Ó7>[•¸(ÁzòíÀš ÍÖîFóªpõ««fªŸ`îåÕBÛÙ Jàä¹×ÊZKk¼ú.‘U>bÑD/ŽôY ½d £b­?^}4i\ËgRW(·ŽÜí3û ©òŒ¡z€¡³eˆv$øè'süRúLŒ8¥,+9I\»«²ŸðÍ9슺/xûëœíÞƒh5;6Er OïûXU¥J¼@J;<­-lö¤* —öí.ÂÒ*û­á»BÓbÁz ë‰xl#7éÕÅ\uÚ«ªT…û+À=0kMÓXP  NEãFøj é×sŽE-؈´È¢Û*=‰ê6[ÞônÜ8é_zqÄ÷%Ê)¯‚w@Û%jä.`ýuÊéà®Ñ_8±§üÊ×[æXƒ»t7;X^äFî'x˜êbú¢.Ú¼ò¾Èø[Ìu²¶"M3‹ç£TŽýÒCî ˆJ3À›ÎæwLÑ—¨óß3ýºå&¥0÷¡EmÇ÷Èp¾•°LùmdØÍÌÀøÇ·§ÈÙ¥àÏð>wÍú¬.Ë0ì„l”3Ì.ïݱ”H`¡ØPs® ØÞª3#SõS°¤†Ži fÚÊi+{ƒ‹ù¨Iw¦e~{ðKzk¨7I«1¦kù%ô} ½Œ_~ÎQßÊú<ØñƒmÖh5oÓd 1b-±Ž¨ÓD€ŽÒ¶ÃâúƒÉ”l°sŠgX SÖÀi*û—ö¥=1雉è(sÒ'sDîÑá^rˉ¬¡sMƒXù®Õ=e²¯²84¨ø±zø¤Õïåf_ýCk>v%?‚»ÜLmÖ2l;kaÁ­­HYïš ©K5 =Ä%eñqλŽöÉWŸ žBªQ%\Öù„DÞM&À¼ârË‘¢¢º _Âê&·1¢Õ‚\Ò/QÈ…~Iì0ÑFˆ=dùóž±MÕyŠ–­±ŒVÃ;~&è3÷@¢Øª‰®’W×ãhX õß ¤Lb#¾4˜ØPÛ¥e$À¼Ày¤_ì˾â”5£ÜÖÔã5X²Û9«þ˜ÊÂÕsd&²òÛæë3w€IÕÈÍ7Ç@v¼TÙ7ºCƒŽwV8}ê31ÝŠq\ŸH£Õ•—):Ì?›®ðžÒØ«SôÜÝé‡}êPgª.%σz{Ê­ð⋎ïvŽ…og¶‚©öÿøq§øÞòÛ$ÈN AÐM51Ox(7ÿ¶IGåÞÀ*Ë r¥:øÐã ·3Äèö›8Q>y¯Ý¸Ôê»®¹ƒÕ‘ó¤–dC‘Ïš:ƒ7´¿)·cø„äáÚ‚´½ùÅwìz€=F#œmhLñ´}Ú·ž*â42»lŒóÖg§ÊÇf³§Óê5¿ýÜ ô…P‘RõHÛªµUul1WTÍ£y…lvÆô6»Ì†øzÂi¯ e¿àÉGC†ÛQÑB;Ýa¾ÁÛb!b¹:eÄÊ0ï2šÞì:ªtS·>ˆ81v»¦Êaø0jB]ç®Õ,u Œ‰/w'+õá÷…lV|‡ bT”+B)Á$žd0·†÷ÞäT Ÿ´¾†>AªH›Ï¤§`–ìsÿ­P›¨]]é•Üo¨Â©Ô¢öcÈUzçxÕQ÷„Êwvw×§4|©ï0¿¿N®DeÂØ´–xÌä )ì3C ŠBs¢kuÐÝ}Ç¥rzÞŒLÓã®nòR–oÛ±ÑTƒ¹d“{ƒW¼°ˆvŇS²ªæ‹'éåÚæ,LNnCl†¯Ø6¤ ~ûð@ÉèJA°ê’Á¾àHÚ™O‰”¥ÎÍ×WP%Ó}±ªWgëšÎݳ(aAÝԲò_x‹Ç‘UƒuÊô4ºi G=HV³à`™‚ìoßÚ¸wmèÖºsÁ´Ëøg•Ô–¼Wù„h?™–ó¥.›è1-! ZÌü%ìþíüUYó^½õ'6Cc®w™úl±ÕÀiš˜˜A¿'ÑҸ®·´khrø”CëëˆVy¹¼ŸGp¸2åïQ„ï¶‹N˜« t`Îs_ÔßPžÒiÛ®µ‘È®#J/ãS©oºìÒžcÊ>ˆœõz6u@ü# ðšfL2¢Ò&‡5•—ç6»3¶‘~¾@ @Ñˤ‡ šÿªÉI¢¨sŸ”U¾gà«' g3UþÑC3™LM»ŒmÈämÜ ™Ì!¸Jõ³Qù¹Üj)èó¨#8ù+CÕø<+ßÁ:äÉníP$Ƈß3øì¹rm¯%ó|Õ¡H¦8D#ÔGŒB¥$ç›%Òh•0§1v0·[ôÑáFDN'¬ÍÇ,<7åo*­vænúÚôkÌ8w-ÏfZŸý q<%ùå¬ÃT“zrîº' l‰Üæ†.‰+¥`ÉᘫC:°FÞÃ’œr°Úö‚…\÷X¼±F¡õ5±X’þCÛÙ$‘QPÞ Î OQþZ4DH›—–×]"kòÇ:gv01²“>mN.'Í Ù×ÔOZƒfqž³®Æ  6øÚ=[Ò37NWµQˆ©¨®5sô?.·ºVœxmÁOÎw“m;ìht%“ny4M6Ä @¬gW½3¡§)xïZHPq¸s³qTYšcK íͧk` &q>ŸÏ3c'1•MN9çö ÉkÚ^}[¶°§}}VàÃ"‹¢Ëöõ-bÓ[hìêz·v£à˜\¢ÂÐ,šõ5˜GD| º¸Ì cª¦ú!'Ü \ ê?ëÝ­š<Òaž>»šÇÀ75$¥¹f-mf¹à?1LcàòLTÙŸs²Ä¿¤ºßýëÔÆ÷¹8v § 陫/:5ÑÛ ìç9÷Ó%WYµ_YhFþxÂ]w3{Ía!µá—vgUA"òǤΜç‚°(çŽ0‡"½ß[vムƒ‹ÑsüZ΃ëK+Â=tuÞ´h4pRÞ/§SG§}0•†ØÂ0žSNÚŒW]‘»ÙæÅ°t䮀éŠH<± ö~ŒÈE‡UóyïÖ­óô&&áK~†ëľ½iƒ™ê°żÚñ¹¿LŽâ\¸¢¸¤6ϲ Îó™RM­]ôr|¿çœ ¦ÊÈ0yÙfLåÇ…›´Bh%K`÷jd”AëL697býO»h{#=Ž£7 ¾(+w9?Þ±Ãé4z…5…³üpTïúH¾-žh‡ UâíìG?{ß×ÞgSšàõ“xàéÁð@6þñr¼‹Ðe3ÏI8ʵ×6åR2¿¹©,Œò ÁY‰•´ÛT"cA¸†O¿0õ—ÔJí6 `K¼)úáˆý°7/…ðû³Î@ž°uºiI?Ò³Þwòãó­Ê¡)CÞƒfóöÜy©ºýºÚ´A¦Yª<ʽå9q%h¡Œàá¥L–· ?P¼‰ì‚D–RïÎõ‡Jó²d^óèãËߘÚ×°S ›Üré³Rsõ_½J3|ëì V€¸´rýä ãìWÈ\iFçÐ.W<>ï±ß"þ¤%sN‡§Ÿ‚,É‘ÇVÅÛi–š–ΈIm­ ÷¤M„ÜSq¸LA޳ãÜÅ!©zÆGé°’…î, E1xZNG ½ÿ‚*dpñ&(6jméSÊMgÈù,ëÈ""ÛQù®žûH…­îJ쾟D±Ôë K° ¯¤§A÷2¾téøeΩ¤KÜìãa(U8!`AamþbåÈOº…›Ñ°„%û.+´QK¿P¤úâuY[ Çž‰=~ë¡$&æí^¹ü¦¿‚ŸñpÐù`PIé+k7(îçcY;wö+°hUˆ³ÐßgH™Ê“Ú?ö šFŠxjÉaN¬ßv1ae_n;.˜5™ã‘'<š«›Y ñ+ågçoÇØ uléñ´{A°Œ±ZœL²dÊ5]‘5°<»šaƒ)•µ1¶.(¾ÌG2 u,yÀI ¬ê—žÂlÆÅÅßUÏmÖBk¤¢í,M`z™hÕã^‘—ƒWþCFL¡7Ù_*þ«² @óÝNð•‚qÑÞü¹ÅiRö+±té×ÛÏ.(ʦÓ:¹®‚uQìâ?lnŒ_§/ž’„^Ú#Tdèí¦éã¾Í^7Ä…|ÛËXü¤æÑ Å„”3E; @áä¥;0ü¼š—Dš–`fœ#ŽJ§Ñôá#êö-°„éwO¬õæŠ (òçÐ@¢‰HB– òR.z2¯¤Œç”ú¶žØÜv× ›o0¦‘ó—³³Xë‡8qYW}”ëÐÕÍjŠÝñ‡Â¿¿®—€ç•Íʘö4½_Ï&j,Ÿ{û€t—ÿ=RD2 ð ý«¡n¹Ñ×£/\…Vü³{áÜŠÒþ­¡¹ªàNó5ûK@¨Cw~hÞÙ‰ÆcV`}½®ï¨AŽŒéÍR‚u‘àUåGßAE}€4ç×Ç É¡Ï†Šf[d¢•fNv”tî=€3š×–2·xdä3¦"u›É‹REVWŠröáOo–ø¸ù L±!·o³ZÝ‹¸ÕŸÏF®U?g`úrǰy:×)õ ·Ö+¿|?+ÅËMÆTÖƒæ~è7o¾¤¡þqáCžÉ-Ü“˜@ f÷ň@]». %ÅâbÓÜ ¿ßZµC—j'Ð#˜v02oumJõŠ@wÌžI6@‚ß ìÁ3BÇ”0º løh¹šuî9)[cnQycJ¦ îý¡OoŽC÷\¸+3qÉëºál¶DÇo kŽý:küùtls$zw•øÁâ7ƵںPSGé³üuÏ3Ø$;ß'1>»/©I?jª $ü;9?×ô5vOwYL} |$wèT|ÍŠzsx¹ÛHÊÈßÿƺ¦¡y ÃM'9Ok%ÉÁ%ZC&¿uðyR!6Ìÿ$¡‡VÔ{»%{×íОc¸ö…ã`˜™^Pˆ÷M&]ú“–dàP"§/Ú kÄ ZÄúw±¤ªU„sÈ•ÂBt§sóÜ©ˆÍé$#Wt„õ&½-,Çê5Sxóoô¦Ð5iÛÖKcŠ'Éë̓æœc=t ³ƒÒ½K¤´o_éïój$òkì¥ZVFJ$…oqrò_«‹hÃŽ±xdn6B)&í–Ôp6u,ãXµ›K(Á†„Öú̃QÍb®Î) €8RØF/ÉÚ_ö¡óè~]¢ÔþXŸ ž¾“ˆ»± H‡Hã_pÓs Ÿ\Ÿ;RHaElN¸R]îY ¾k,¢i*òzïJ XÂ`Á—_'ˆ{…!pôÀ°¹îëóCN·À¡iį'“.û“ÈÊ#‰Ïö'¨…Ùƒ8çñk€ _ÑŽÓ&'$n…úsþ›ïý^’ˆLÂ]þ‰Ft.Í×0g\y7Kl?\ÛßÈ_Écœôv¦>Ë¡ôla«mc}JjQÈTüHQÇ--¡FõÊõyC¢/‰JÆí^ÌãÑ!Õ´’V`FÛø®ãgýE#á»ñ&ÌA‘„©|‚P˜ ¹ÑÁÀ稣ÂL½fºVþbVéRö˜FÒSqhÕq7i ¸w¡Žá§F§3Êá öÙÙlÔrù YMY+]a–øFÑÜÁéï%§q!k‘ ÐU×b¾fE?ÍÈÂyúGnQ‰L{f˜‰^Ï ­¢[í:Â.³ÌHrn|¢ùSEfé­2Óø…˜'à çÎáT5*5c€ž·V|¼}LٺɓNgƒc×¥ Ãø;ÿÙ¡¯–—ö¿¿ûÞÛ¹ŽDëP" ]tÊ-? ¼êdÒ–6ÁcKÐû°µ»ØåA ˆ#˜°Å~%àãï{!®t*ÒÒU¦uܹFýÂôR0ýä%ô“:É+3kÌ d/VØìå—gÂÕz ÙÀï'˜+s‘hú4~p:ñ3ñiƒ¨qƒwÛ?MkÏ¿*À*CÕÓ*U™W³¡ë=¹]’j'þ$‡šôÆ.²·×ú¶”¨l·ù{–öÈü11 øyÏ?ZÇ/ÝÏ/6™òFíküªxÑGV5]—•ŸŸŒß»r¡MíNŠØYP¡ »®Íò d @Y¼”Ã5/f•öpºjèi#˜ûJ:Zê"nÚGb@ÓJ¼$ÈKR÷,Ê5Œæ2úç@¶²ñOÈMåIú1å«£ûeÉÜýÓ¦¬I$¨Ù…ùXØé¯4€Üý”‹žÒÂàfg¬…ç7|MøH` ÃZmîY4¼pš÷¥äí1q‰·sÜWÊŸâVáÝŸEĆ[M£êî­ý…Ç#¤ã¾’š•®Â¯ïK-œÄ<ß-¼o`&8”…Þ¢|¢µä#7 ½ß=4ˆ.˜GõÏØâ ŒÍô(…e£^IñÑ¿*f©>{g,Øû<Ô ëögê[÷ŽúÂÄè(ؼó#X[÷5o@«G@õ‡Tr9¦Äzè¦Qta@4§ëæ5LZ®>;\Œæñ\ëGºVñ@“vuQ(Q÷¿ª¨n³Ç‰}?>¡‡œÚ{ZÚVzR 'úܸ°M¢h¾£î(¹8U%´þfYl2+ã1‡Ù±yÙ`¥û]•&tvU÷â}VÞ[¯Euz¨~Ç\Ýs¢Ø½y‹j@ÐFí®¾f ñXý—Øt/ÛÐ7Ð^ôí{\Ó;)VøZÑþ̘3›Ï‹\Ђ²mÏG1JQ!tùd ‰}Á"UhÓαIK7AÑ^ÁSÜÔXÒRñ‰ Á«ªÎlcêÖ‡TÙTQ18n–QÈâ.—[Ú`?p5ß¹OX4‘_Õ1˜üŽÒºx–Çì#CIÞàææCí*ùfãù™áp¿CLýA¯-±‘åD†§iÿË:*œâçciìc2¥oVo¬®=%‹éL‚£ÖxßËCkd®À¦o¼ß«àtù¥¤~Qkzžô’IòKIÍó=¿W”2Í€F~º™Î]P*å¬~Kß—’îÀSSæeNSÅpn .߬Ík!»I8ï»*Bt¾Š…Ý„%@ÌJ *oe¹cï¼s¿òoÍY­”¯¢iýIÝ›€E»£á®õÄ£š®J¡¼Îv‡öÈ:ð;o.+¶%„Ék_Ñ*ÒOÞÖiöǾi”òþ¼.—JR|£Ç|>A­BS €)óûrÊ<3ï^GMK;­Çî ­ÞèiY¢ÊjæA—,©0вTñQšÝ£¦¬RQ[»ÆÞq…ÜU…ô VgJ‚øÊ¦|á ¿õîÌó¸Öµ-¾÷¥û˜½G3ßJäÈæÖ×l©I¥á¥K ô²•h¼ˆ1h”~@óI!Jð·å’O뼪[d±C›Ð³=ü6ýuÅäDY Zítµ ùÇȉYÖEšQ¾3f\µ:”D&NÁÜl2u:¨£K©Â8H‘úò™?¾\ÊîÖ™&>Çô¨·Û¡LÝØ¾KîÕtÆa½[¥Bs¶M‹©'P×tq‰ÃY¤.|.Ç0Äü¹"Ÿ±ƒsc–Ÿ˜bµï¹BõT\TïÍQÀbY§Ìsó„«–J–«ìò™†…[vø"·§FŒäºL7ù"¦اúsKsW‹Aý¼›´>ĨGæÌ» 2ZqÛdóóWÂËsvfCx$»ö‡bÊ.ã1õ¸ø¹g³û=(.ÖñyÆ’—Ê•E‹Ô„-<È¥\¦på^²0¶¨*¤à…®–Mªþã3yFòaîêÆ+}£êR*‚Ö ­"Œ‰Ç—˜TySt£¸‡$W[ g³ôdËæ5N‹ŒžÔ›ÀåõVp%G€±û™ ÐÿJ:-ÀcÿûÒt÷J½°}‡eÏ-7Ê.°6ÀW"3Ú¢½EFþ6ÌÆ/Ñéa3KØ‚žL7røÊ·:(&iô±£»÷Íu†aϲ©t&4Ýoüņ*Å¼ŠŒ×Âauf¿É§÷çÕx~eN¤×`å«3½Ûþ¢¿T”ºhd•xW<â³²XáN,]VK/¸ÿLÅÎa­X½RV…ôæ—O¸ËÜ1ù‡w”/7«K! ×2 …£‹ÑÝÜvMèË/t¸±˜ûï(N©mo¬2¢QDÊÌe5T¹!À[>ó„vÓ-ãŒboÈÓµ§*Êkr,1ßXìbivÌ9äNT4 ››E9. š'ú—†§Éyâ/oït ‚þ4Ï|>^]Gilé;Kv™­Ñ‘1ù'ú2ìmhþg”fLTðÑ;à;(>Ú*É‚¯±¸.,ûÎNMˆ]Ï”¼«u˜-<˜%Îv-Ë÷±MÁs§¾Ç4)øËy8VêD/"e×*íK¦ëÂwÕÒèmg¤N9ùü‘’/³íF¿š†‰Ä wÞ"kn)fj Cýr–—/GRõìN+ÍhÔœ{IµE…çHu·‰ÑŒýÇ[½¹AdÏ/FƒÏ£&Ëj¡:hnÛÃó™81tQ¤Øˆ¢q]ùcߢ["IWç=Ë0vXr&*€x²­ï‰’4&¹“2}Õ+ušU²•Ὰ2DDÓè-s±ˆt‚Ãwý¼ó׺´ñÑ=jjhT©ÕÐ#‘Ä‹› T\F€’ÔêºÞ²Ÿa¨ÀL6åPÜ×ï˜õ '-ž¨ RrÏúŠ€zg ,ïnU¸a‹¥²ÃáÌ¿ýŒäQö¦Ž3×Þ"Ôzž©Ô?ô±vË"7ÝæØ DÛoa=»§GÔ7Ò¦PB:p3ÃDI½Õ%#™=Ízþލˆ!+Êúé C$â(9í¨{2ßex‹Kg°ÜÀµ_l‡*qþi^Æž&§ ûrÏE#Ûþئ‘6Nn¾*kìÜ1*Uï({9Öí x”ª,Y6¼ÍPšP½R)£ª:‰’ìçÀ0•oP–|̘åÑ¢kæ]÷áé(ë£:jOÅË<1®Ïž±– $è²yäoÿqùIÚ ñ×jFÍå.{ÜòzãÝ''꺂6=$ë‘­Dö~©ï#*© Œ—+/ÅLÕ¿-|QˆxY_<êê9Åìdá&Ì~ÊDlÃÑ@㤜x›9a]:NU `|Ñ~ 쳩¦.¯X6-C¸ŽèÁ‰iÍ;¡V›ø…¤OÉæ(Ɖ U¬¹æ#ÿf=ÏÊ£u=æAå+.8.ÃìŦ:»(sS½O¾ªl›ß0%óÜh m+$8eÐTÐ2cïéA»s«Fd†I"²ï8.Y4'™¡¾=Ÿ®}€Fg•> endobj 851 0 obj << /Length1 1199 /Length2 4523 /Length3 0 /Length 5295 /Filter /FlateDecode >> stream xÚmSw<Õûÿ·"#"d„£È‘uŽylŽ™=‡sÇ8çœì½"[!ã™™×Þ„ddï’dE %|Oõ½÷þ¾÷×ãóÇçý~=_óùz¾y¹ Œ„”á;„: ƒdz(W;<Ö†Ö2D ñZ8˜ €HÀ¨xyQ8Äo] Š†CaЪ0ÁÇØÐ…yDA0H‘Î ±¿12”+Æ`€À!<\Ph¤Š±Ç»"Ð8#¼›› 7D`1x{Và@èð÷•*7oÒššñ þcKKKì¼ÿBª, ‰Ü$î#\0n?ªRh ÐBãð¾058 ÷clЇs“qs€!6a¬ƒ0á'4«††«`\$ÀRýàOå°' æ-ò;ÑO´ïo!þs<8ÞMÄrÇ#´Tÿ@0QýcC"p (H Ü/{G‘¥½Ý?Að3 ÷÷uø`.X„?ÊAøQùba÷œáïûÿ½QÁ8ʰC +ù';ÁŒpøu×…á-§Ôߘæ—fþ²«¯épG†|²¿]ä™J}»£~ì+ßmKêúí£+åm ¶SÓ=ÐK“T¸ê=;v‹)™ö¡ÑoŽÏZ¾Uõ»=•¸-fí¶ 8RcŒýÒxÂX…¿Íj\z½+ßÿYþngñRîP?/øÝMÎÙ“ÎÈÎK sm˜ …œå%2gÑêŽ8†ú«JÈ)ƒ¦ ‹¥VÜ-`ÉàéìK÷ùÄÒvF}e:jËT~©ô.µÉa¨iWøÎ¬•Õ{±Ù­mɤÇñ Ì 4BäÍÏó7…+èE©Åʳ,RDÚìÛ§îÃ"r{º¸ ¨¥ ,ïü¶òL!s{†´^"ÒƒÓm÷[ïSZÙîÜ ù¬ðǸêCIõ›¥&ѩɎUûZÖ1zÅõoßYr‹ÿP7—Ùeë °¿v·w»;?ò`Îô~Vsë+.?Õš?鯊ÊÙš‹›PlHÉWZ±ôŒl¨ï¿Ì c^¯U/â¸_’;<ü“RËw—‹jn ˜>¶r! šï“$ñ+Þ­§q³Ù,äí’jG–-ÔyÓ‘ê9_,ˆr£!}h¼-;ùk+gE¾îBÁaC‡Æ ºËÓŒÞ×D?³1=nR`ö¤9u¢È½Î¶yÓ™ÿ¹ÅŸÜ‡žýÏNW#Ÿ(KŒãØkU…‘À6«nyÉq¬Ì£5s>˃$•Ùùø(¹«%Ú yFsíÙÉQBm5}íOªïeÔ›Ñ Ñwó®MqëÎk@ ä7š7fZ1Jâ½õšŸù7ç‚´^ÚMTcÏØ&)„P@ ÃÔ倬gñ3»¡¾!–´D´f ôשPÙÝõ¶PA§¥˜ÒŸô{ Å`æþ¹+)¬k•b™l ˆMÌLA´º‹hÐ2><ôñ=ªjw#Û´ hä<åØàv+Pxy<šsá„Ûüx͘í¹ÛŸîp«0DT›7¿‚£ðÊÒSõ¥:Ú—:õŸk²˜Öþð _ï^Ãô>˜{îŤ@s†}”À-^µè­šI©M>º«›ƒU¿Êì£i¦ol0ê[9F/=&O¾lYVSKsk’õÂgÑÐ~Ÿþ.¨MÓg+àLj.°äêÖ;â!côQ«—ÄlUÚå0QåÚ¤”AÑ3¹‹d 2ë§Ñ»ÍÅþÝ‹zw´‚ÍïrÛGuW>±VÕ“£¾FZ«9¸à}AãüFŸm×ÈbiÝ:4zT²ñÝj­?t¯* iõ™ì–‚iŸJòxØz£ÀË¡3⨠%Kß8æi ÑÎÞétÕvÌq-Ù†æycš!cñÓéõ_¤MéþˆÕI?ìk½Qõñj «Q‡m1'ã®((è`áȇÕ[uua@ü;‘=ð$QÜ6 ”épÉ€ÌÜ*!‚–²µö]åîõse÷w] ‚³>‰Í)3mTÌziê—‹k´|Ÿ¶èYÔg\Îõ”5²zBæ>ðôö„ò{¦è ɼªìc®‘sš‹j¥I{½ÄôÇΈ–Ëõ¼ÉË®{±‡ìA#×øu"L°ÝÓ%EÁaV=™+ã:¼zB9ÛËä6à÷‚F8nq¥k†,LHkŸžÉ´ô 2¦¶¿ÔF‰)Ãc¿‡šä„M±F ÛÅø¹[;Åyý"I±ôLîú€Úlç«çqö#änѳV,øò0±‡=9¯)ëÍJÙeì{Y¦aìHzm¦OâÝò$rOéîÓ•»''«eÖ˜þ.ç¯ç©1Ü\íŒDm#>ÚÍe‚©ŽŽâ…ÍMè×G)´\!ý»¢v×+¬Ï.ç<:wà{X'²&¶ðKr ‰é祡ÏG´|ñü&Ý [i]sßœ¨Âa ]„½‘È£Yv½XÅʲQ üø"2@DþV.‘^l3Ùz²„(¥÷§‡Oñ@lyXÎþf\Ür`‹­Z}ðKæò:@Ê|#E´ÃQ'-´¼Ö ¦[µ|†šrš‚Œ›w„—Òú’Žœ¿³½Ø4Â`ÓÑÀŸ<„Ý)öS±^—§*%Î}ÖW¤0|‡ÂÇa@TçùŽ…o…Δ"h)0W8KžÎÑ륷 fÃUnd§±ò¯ä©N3AðMÄv\¨o4h_>ŽV4ÒÈÆ"æd§•g“²÷îÕ}ÉÑvÓÛé†q§sùžUñêÏc_j1R»jWÒ€x8Ñ´_Jb5| $j-ÖÅèÕñÆJÄPàPáU½Íöh!†ç£*)ˆ·Ã$×5¤\¢µáŸ ©_–òÅž1©Gè·š®kܪd*‹v°[ûz­i¯ŽÔ)ëN ²_¾zÊx' N{’’r[¹4½CÒôLÇ)$b”ðRíÃÄDùÙ™h9óFµlὄtÉÁÚ/=§1cLÚ.äXõ–è’2jÛ:,aóœ~ÝæVË—Î-Ù¬ršà&§)÷£à™2¥›¹§ûòŽ'‰FÒL›t­¤3v~d¦$…^‘Ž »ÔϹܤãm÷éL?ËÀôÔŸ ?,ÁXÎ[rŸÞÙ0å½ñ¸ÏÅ3$t.˜ŠxÄêâ'~U´v¬cü2n·³}éÊ©K^·Öe²”nú~´¡¹KE3ªTøÎh˜}!øU]蕽ä1ñŽŠÅ„QƶË*ëÖ0ŽVkÓR­| osÄbWç)oؤ•—§‚­åë1Ï«7¯Ý?œ©¢k¨ÔDò¸k¼ÒWŽ Oóó«óC fêöÛ4ƒl¾P6N„ƒ_Û2‹xŒÑ,FÖÜÀöé*ƒ›#çjÇãZ7bI ‘üJk¡ ‡³”€¶ mmÂ1æÉûEŸ¨ØÜÛ.Ú(î¶4¾Ãl‰×Xr¦¦Ÿp±S™ùÍD–óíiÇbšÎ^C¦=WËÒòÆ‚ Bùâ×Êmž ô·”ûxòB:‡aï·¯»½ÑåuñMíX­¶&¦y":}Ç;J&×™RtøF&úqvƒ¨ãlcÛ;ÏD.> CeůÚ·in«nmÏŒ±“–Éé ¦®•*„Ç~Ö #¾Ri¿Al"'YÁUîSÌ ?àYV|z³f1ü)tÒÜÃè¹»NäÐþ¡hI[„ÇÃT†»Qâøú1 k }ùàs7Ù%šñî%¿\ÌPùùúÅÀŠZ£,ñj"¼˜Üõ³âP£­4b[úqv¥PÝ%’¥ðÔËר%NÎ*3葘áü*y“í>--¸³Ûxæ îÂ\ŽÊQ +J.ôû›ö%­RUN3‰Ø*ýÐXmÚ>ŽŠI@c kA¥s¿Ëç¾FƒS8†¬yÝ©Ø #Έš.:é(¢ŒñoS»÷WU×rWLZЧ"ÅË—,ÕŠù^ %å_¾T²ºC'÷úù¸m3¶Úø+Ðd¨SõOòÜ%×ᚆ¯ù6Î&´JþÊæÒeÍߟm×êi”9(çÈYYH·øã´úíôwœì£…ĈcÀÐq9‡^'Uu ^ý©¼ ù‹º©ZšdvÍÏONxrãÖ:)Š.Õ'Ñœ?N²§¾Ísn²õö¡78Ÿµ4züíØä¾u2ìO m &êãPÖ •éÑ sÓÌÙ½ø¬^©ûÃ…J&ïðâ¥KòÃ^ûƒú“1Û3p÷§«È×½To‡!PᨵÆ¡„‰dQ¹—£w†Ò¸™šÕ„Wª-ëCRfÃlXæµ%·¾ CèrŽ­øž÷é¬pà †Uˆ’êJž´0!b3KˆÌGHësÄ…PF¦8ºynò»L¥£îéÌùÓÄûÅ>Ès׋z®] Íódæ„OŽ¿ýgá«øZû^k‹ìÕ¦šÄ _Aâ\6ʬ”t /˜ƒãl:ª€*?ÞV|Ò‘ZTµ”ZÔX…™ “ýájý·,SÏ´3OSZøÀ¼V'³D tF›²¿H¢HÛ¡£L“AçÝÅ xíky=DÿÝãcŠI¿Z[ Áþ^Ý‹¾}&’W®Œ_>›}+í¢ —HÎì;Pï8¿®è<'<Ðà=éü8Í\EË_Àƒ__©9a@rqcÞßà@Ém}ð ?Ä‚êÌþ?PrUI endstream endobj 852 0 obj << /Type /FontDescriptor /FontName /OEGRSV+NimbusSanL-ReguItal /Flags 4 /FontBBox [-178 -284 1108 953] /Ascent 712 /CapHeight 712 /Descent -213 /ItalicAngle -12 /StemV 88 /XHeight 523 /CharSet (/A/C/D/E/G/I/M/N/O/R/S/T/U/a/agrave/e/i/n/o/quoteright/r/v) /FontFile 851 0 R >> endobj 853 0 obj << /Length1 1626 /Length2 15956 /Length3 0 /Length 16804 /Filter /FlateDecode >> stream xÚ¬¶st$^·&ÛvWl£cÛ¶“ŠmÛv:¶Žm£cvl³ãéßûÎ;ë~óý3sk­Z«ÎƳŸ½Ÿ}Î*rbEz!S{c ¸½ =37@ÞÒÖØÕYÙÞVÞžK–^hj økg‡#'q¹XÚÛ‰¹¹@S€(ÐÀÂ`æââ‚#ˆØ;x:Yš[¸¨Ô”5¨iiéþÓòOÀØó?<3-Íí¸mìlv.!þ¯U€@€‹`fiˆ((jIÉK¨$äÕ@; “‘ @ÑÕØÆÒ ki´sRÌì6ÿ>LìíL-ÿiÍ™á/–3Ààì4±ü›ô0:üã¢8l-ÿþX:ÌŒì\þÎÀÅ`igbãjú¿v3ûrp²ÿaû×÷LÑÞÙÅÙÄÉÒÁ𷪢¨ø¿yºX¹üSÛÙò¯`oö7ÒÔÞÄõŸ–þåû ó×ëbdiç pz¸üSË0µtv°1òü[û/˜ƒ“å¿h¸:[Ú™ÿ':€ÐÜÈÉÔèìüæ/ö?ÓùÏ>ÿ[÷F6žÿʶÿWÔÿâ`éâ ´1c€cfù[ÓÄåomsK;8ÆvEÊÎÌÀÌôo»©«ÃøÜ€NÿÕ?;Cý—„‘©½'ÀhÇ(oïò·$€êÿNe†ÿ>‘ÿ$þoø¿EÞÿ7qÿ«FÿÛ%þ½ÏÿZÜÕÆFÞÈöïüûü}dŒì߀,àŸ‡ÆÕöÿ“bdkiãùÿ—ô_£5€ÿf+locú_}R.FG"dgþW&¦-Å-=€¦Š–.&3#›¿óú—]ÍÎèdciü«ë¿F  gfbú/>U Kk»`ÿ· hgú_éÿ•ê_äÅD¤„ÕThÿë¿ÿ.‹ª§Ã_nÿ³9{ÓÿuøFXØÞàMÏÌÁ  gecþ{÷þââ`òý?”üóžåŒ\œ,=:ûfbþW÷ÿóûŸ'½ÿ#fgboúÏÚ¨¸Ù™þÝ´ÿeøÇmâêäôWà]þ¿]ÿÇù_;zMàÖ–íMxB¬~de¸ÔcçL‰ê ô1ƒ„:”5©ÔÚ÷úÿˆØáª2|¯ ehžáþl÷\:sø8¦9ëò¡ìM^ø’R÷¢nQt~§= bÔ/CÌ8׈ñ¾^”ý ¡ÍÁ¤~¸;¥¤¬_úE8ÓÉêsýL@êV€Aöä€äg’ÞÙ…Ò ‚V_tvN‘|òüD94>:2Ü{ Ù€O›KÎãHà˜‹/ ­Vå‡ÎRƒ„nàN‚yæ×zæ&´€ ¶Û™ft\âZ{ ‚OS'6Ê_)z8ÑlîLJvà]Þ(÷†DinøðH4ŠÆ+Òe;›É(e•è(ÐlômÂd-f¥RáüÛÊ6[&‹6 Î&œš#¿šüf —’!(<ŠªÜËHßë–2µtE! j·¿K†‚ó˜*:uȯ}&û4œ)çë«D4•ù!eS³Eꬹ2-G 3ó›ÞÔr­ÛÎ6Ýøâ^Ž€—ÒÀ2 ­.‹øVESCø4#þŠïËv:(-®SpmÀrZ (]eΆ‰Ê²-”MúÃØiûÞôñ•ûm,6%8ªTF“œšËc!·/µ!X¹w“­¹';99dŸ ʦ´…hèÀ»¥£ò«ìÒê4“ ¿Ép¾d@¹SmÄ^µdŠ(® Äõ,4¨â,€L ϯMTj&â,Në—Wäp-©¤0-‚ã<´r­SáõÒî¹é‰>èG7$íæ¾m=»û…3½úöñ§õ,Î]x•Öf–TÁÁÅž}ªôý"iù¾…ë•ۀцKúvŒyjHH]$‹dç’œæ ¡×‘a¯’Õ—tbCÕnë/~ŒR™4¹-ˆØ¡l36T¥¨¬¯ƒæLš>ÍiUq§6F§ˆ(BŒ—w ´!Ñæìì3Íqp¯›©ømÇ ÑAC§«úT†)’gÕü•å|&²vt¾RÓkç‡Xúàã&B8,tdî÷Pt"_mFÃ[ݾ“…§ ³¢F’L꯵Ø)R‹õ4\X4Œvõ‘’\/[P7ÆìÎMö¼˜ÏsòS«D½¢/JÊ9çJúJùž­>…xé­ø&gΚ٩+'qJPÆáI&¨Æð³5£—–(eÇùÏŠXÊöÔ€á΄*è¯ïOKòäßSŠD:DÝLÚw4ÒŒÝq@|]ìpŽqJÐÃm÷ÂHTŠ!A¿,áPýÒÛ,õÜ=g+òÚ-)óàÐÕ¦‹¢4…Ñu­F§›¥œÀ’• ~ò6YbàŒÆFcÄ<üÍ…å2Õ2~¹½’Ëb‘޼SE þ]-TôdB«§I(¤2ò]ì7îòs)ÖYÙyÃ#·}.Ö –æ¨øÓ *"Ù7ÐUsu‰M|½c;ß6³Â |èÌ€x÷§ij;µwÂãá~[훦¨©ûúd¶²1B¿|Žy•x’Ù*@Éfåçv•67­K™ÔàÁýšÇý¸jÂB©Ž|õºQöÙc#“ê30ßÖ%gòf2Šœtn¦¢µ¦»xh’ó3þu˜Tjï@gɧ{Qj«Z7'ŠÕ¼œÛ®Fsï æL1h¡õKdÒnËóceE(=‹‰2_\q$cpµ^Ó£øoíaI,bÛœà¤´Úæ¯Õ—øµŒïè|®˜J’Ž‚˜‹ eÈj=x6躨¤“ĶŽ\V¹®u¤Ún ­c€­xƒ¹cŠÓÏúF÷Öàª-ô(*´j}bu»·¤W+hc‚oŽ>̲4Ÿ_ås*5 %3b%ç"y†´Sî¸Bf¯ý”N… 0³#mN =JÇM}bl°e=ö*A‰à/Ò‘×’"]òÒ[ou1Å \¸ç6꼉oF¸AêZ'ªå|òö`-(‡-øŽ£’¶F= º4;BÐõ¼{.×ÇcÏw DpQ—å°§ð^PwßßÅH7™N ©©Øù&p)–¹4økÆœ$é[>F±_rF6›gx+ˆÙ׋A”CÒ»Ásð|{[Ó/°Ñ£6·…j/7LîíZÕúôÃðw¡Ã>QÞ^b‘ýH-DüöUúocš°3˜¨ üü!‚б„öé$>¡e°S·päU(;j›ªÖ'C›?%× Õ[㊗K—üº¡Ï ¯R>j+ô¾¬W–&Þ‹|'¹Ò]×­H…©´,eoßh_<}ß6²ýò$§þè½êù=ç‘EÙëU‡¶>î2Ç ç=y<—¶3}À¼ÓqÈk8h/±91ÞÂbÚFB£zÑ¡ú@ÊDæ@Òº? í1¥²S¨ð5.ÒZY¹NxNÆ H³ˆ;ìÙC¾¶V£þÌ‹qŸv4M£fÔ›dBº÷°ïŤKäëè­†ÍbkŽd²²pÜûǾ¶Ò$ðl[s’/`¼rÔ_ÝêQ#10úá¬âOq©IOB ærT/_ES³­EÌQ|KXö_ÅqṕT±±q‘!>ºbœðÑ8KQ´çÂ1ç*‘H¢{‚NœsÄß~ÃéÖµUuºŸ{CÆÍµ€_i!¼ÍZQ–[*þŒã%­Úb¾6GŠ¢¯B0†–‚‚<s®aƒˆš»îC-†ç´Êâ¨@•)YK:ñ%ÓÉšŒHH;ó¬øÒùÅHk5R1krþÄ¢$¥gé# ð 6…[ÃÇnŽ\âÆ‚¸:¨\lëÙœuµ¼PlùíÍqôôðÜÒ •†8Ð~<†}G€‘ŸËÀÍæôbvƒ}Zúû¯'3¿%šv7RÖ.é¢M]J³‹\s?®³o(„YÿÀµâ×Ö(-—*Óª1)?ŠÉ°­ÓÃl.q~dŒDooeyø9êJ ‚3…gµ‘30 ;ŽÉ'`ÉøÆ÷€`ĬíTÎÛìt‡5mrÕ‡ˆ'Iv3ñ°éX{|¯æDK4vÿ€^ň(kœA!}Ö'éÐ6jK+ï2¢AâEG{öCòÅ šª‹{Òó7 à´ :©÷~·ûxaÀú ¿J½'Æ>™øµ½•n¶rÆZÖQþÉV/$“­ÌŽŸŸÇølfæ}˜˜ åD&Nf¹yt)L÷óv~iΰŽ,Øct‹,¥ÉVoØÐÞ˜rX¦ŽU elX!—ØÌ+¹_Š[îš]ÞrHå­ÁüâðëlrÜO0ª(ÂíGB ê &/ËBJÜÒ670‰§µºõiW›°Ràdcêó]c—… à& ˜·½ã£+zx&|Q'ä°°Íge°§J¹pdZL8RßÖ·eXÝ û Øú¡Ö5診ÁEd†¬[ª€×¿-ÔÖŸi¯pq¨W ‡ZLc¦_ é¸G”7•+®¦dh‡m &ÑÅÔ7bÂ?—ÿðîO™|¼ðGR\€“ÄùmÇø¶½=R¾%{ŒÒ˜`÷Úh}ó &ú”œ}¾cG0&>Á%•O·1é'ªŒ—WìnÉý„Ƹ&Lâ"0ªŽ@S?¹ÕàW *]Aoi¦/Þ)s &¦‹þø„Tp]—›GèìœaÙTp¨m¦8 Þ‚±ï–ü¤$ò }“sIQ—Ä'Ö²”¶îE>›wÌ‚À^`€ã³bûS=¼°±»c78OÁ)(bKæœ|Ýu³º†æá#ïÙÔN?)I\6@qZö …,”î}P·Û¿þóëôU’uÌæ­ã 5÷esn(ˆKÐÝ+z9óqŸðŒ©”(È-ŠŠƒ°-…9µÀU,Úx¬=3 Ó«C_é½p¿l˜hóMÅ6iG/%Çå^QW”ìõûˆ¶«¶<’ó‚í8„MWGJ¼Û‚ºjzƒ5åc³ ]ˆÜ˜ê<˜n˜ Àãcm3$éWv½ùéäˆY£kÿ¸Ye,‹H©äME~¦k‰j&Ͻø°>ŠÛýsz?xjùýÇÝ·@Á O5˜yuüsË—cm%+g+qº}Ë"®×ÇO'R{Z¦ÅØâhéwþ%L[´m"”ïïæNRÙ[S g*°[#¹Þx Q–áL=ƒÃKËëÒª¼6<“ìd¢å~LäàÏŠ, 7¯Y5zP*¥U0QÔ΂ÃSÝ¡­~†%€mL ¬ ‚®¨?K+=C/ v2V²‰–L]¹¹oÉÆëö^\\µì8轑†ÙSd1-8J*P­³ÈR‡D€©ªUêc¹|ì Ik\€mŸöˆ¶v^ƒé~©ÅÍr.ïˆÉgHÛ$Á¾á$·ÙšsDq¶iò…Ï¿åa΂0¦Å%JÂgÊFÌtôþqòˆ‡öW#Ž˜Vå:X‰¤wqÁ{ÄH;%ÝšJ9bàfŒBüu†ùé’¢Döq`z¡N~¥Àý€–…Þ´£yBËYíÉ~TvBnlûƒ—³ÈCL gÑ: $W JÛ+yÎÓú»ô²³¸.H¨E"«5˜:cHÒÉ"™ÎU ÏñÄœëR-`¼Ë3ºÈeÌO=zg³ÇèMÓ*‘©NÒ®°{IÕ‰A)•÷xyc½ÃÚûÓ«£–ÙûÐ}þ›¨Ùˆ»ðFXÌ@šÏ:~¨ñÐ&W¸§Ë²:ØÖÜ@vÒ A+i1þÃî,Ï‘}.T‡2SŸ6œÁùIÀ Ò‘ʽâï/åßBÈŠJ ÞU"Mm?uÀ×µÞ’¿%“Z‡‡Ú6J'×UŒ;¡,‹ ÕbXª…û9ЭJË'†ž¹ˆ^ôÌy7Àîð=qÃò±ìõ!%Y[lðg£ë²ˆÖĤlO’•¶ñ"?¦P îX‘Ô¡bLþÀmU` XżF%Ê<Œ–¾8ÒYpI¹›aö=/5ËnyŸ¡>£A¡Ž´T)¹@ê‘×-;pAö‚sÎwcþóaï_d2$¬;ã+¸Š‡éš<¼”Ao·…ëçW ¢ˆÇÃÂq¾´ØQÁDFv'r¦JFŒ6Ê/¥>J?‘‹iò–ß+§ðÔ|¼Z´`q· òæÜÍ[G¼Þ!!toydÚ?;¬ îÛàšƒ}ÖSꇢ° 4fø]~tyZì[J¡ÙÌÛÕ¥ý­ •[¥ÁÏ‹ÞOÎ;Wí6Oܤt”Ô¥Åì4¯Cb굩V„G·”œsQ«Pèv%GJsNy§Í•Ö·BŽ3¥Ñ< âl^Ý`|ÁXkˆu‚H·œ°»›"§áõ# s%Ø‹ªÉk™Tqs3×êð¼‰eÊqP¨ØŒ¼é#ÿÃ{‹Ñ§Ÿ[IzÇ×þ³[£4LÚM}ì'”zkúØÑt™ (“ò5ÖM,ZßNÁ‚»=ÕzWsc*5³ 5Š2 µ34 ™ ‰¢qƒ"жŸÆêiiqkŸžZW ‡E¨_ô Î~‘o!Ô±"1/öü›g͕ݽÉ•·ÈJâû9¿bJ'‹ˆð~„úÞAðeǽ w¢÷Z˜Jäf” /gYå¶ïýãÒ‡¿çdª_j,Œ8Tük ŽôV¸#£'kœûù÷¸g%úô‘K蜮©)\—+ÝSãnî&QþGeO € 9Úºy ª¡½¤òÍ¿]FôP-(êʱáiÿ¶3/bâï—N³Äòð˜ÌM"¿ý”¢z¤¸:n„ŒØÕ•¼YkZW ÒÏf;Ùœ„ûŠ‚q©†éQ/³‰Ôs:ÝÆz_ßÜ"]sQ4ð.Õ¬Ò4Ê7Ù,™ÅQ¯wßÎc-æûâŲiY‹KXù5 ´xvJòPÞ_‹×_yÙ•!¬š.ŽQI-ÔkB"©¿bA™"ö>ÒíUš¾°‘Ð d¼ªïÉG¯ŽÐ],èBc®¿¦Uº°´ºVI$Ýb’1^]´fcP!úÐ æ¤*‡ ¢0R….œD#¢¯8óMüýà4üØ¡¸L‰VÙmßnšÎv<|h°J‡•õÎÎÅZZ¹Ÿómío~c§cœó\-¦ºWŸ–:Pª`™â?†ÚÐAk£« ãÑ‹ÃøŠ¢VÐûM¥¯Åá£rl:P1pë& úÎ]#Agýýû£ÙC·Žb[ÑíxãâöA¹cÝ5S·­Aðöå;ýŸîm.ø‘XQLþíöVX#Õ4‹*Ñe”¨ƒ‘ÂZV-¥ë â¡6¹¡ZHA÷kù½]U>ªi”…Ÿ‡úò/üXFFrL“vJéÓŽ@’»Ï€(¬î÷?&”P: äD˜Ù? I"Ðò0$ôªB¿m¥‰ï`™6Iâý ½âïÏ×vvv‚@µÎ&(,w¥cçÍiwr £Qù”›š„Ò~IÔ›PtD=$ÎÙß!¸‚øƒ\«ç–x÷W9ýÁÅ@xCWʨ<+[ÿÏѲÛ9OÙ`D–ªëBÕùâjž‹h’£(¬VgÿaHJæ9 ËÒ¹T„‹À@ WH$œµ,Ür'‡úŽÙÀ–ÓšX ~¿Ž·*dêR4¸©ï–4S6Cz*wuZš/º?¢¥Û ‹³“¦¢Y6&¯ZѤ-Þ­¤Ûå;W!”óNªùµão§³nˆe§3=ÈÿõÁEMvè7©ME¢4ΗX”[°ßâ¼IûœÌ|êÑ £‚»‰ÃÕ{sl6Ê€n=ìÃíIâ^Ad¤i®ñV¢ÿ+vÿdGù‚>ºònå¹,!ÿF„¶D?Ç6³±±¶=ìK¹ë›ˆõ#g[Å0^ñ&–™¿tàQvŽœS‰1†¦øU“ËÓ| “@íå|»³ù}‹ŽÂ4ù£Œ†;Æ3Ÿ·J`ÿKµ˜|£¥.ÄƒÒ Ù!QÝ´çзóãÄ,Ü|Ž*§¶ó¼š÷EÉý¦¢öñ‹?­²ógtØ–ísÂ7 IHæ4`xž‹GØz {hÌ8®âp1.|-s6︜x[Ž5LB¿¬NBöqJ¬ÛØÂMê…5À°&”Ed8|+æ„H¸}bS)_« ÿä(Ì5·Ú@ˆÝü¾òUÈne¹*ìˆÕÉ44М†{ ¶ ?Ä4®ü§1©uŒ9Z6lïB(®äiPçUÍJQ,Þûâ|ÛÌèÖpõ©vxØ_Ž™ 4•é­Py¸)øðªÞ>ÖBŒu9él6žÃ3fèäŠ]óƒÃ#rH„‚_õUÑŸU&øåÉîËÄvîñT2¤ìMàÁ3v%ð[¦1Ôø‹Ð€ EÝZ°_‘™ï+1¯Blî~±ò9T~jd¾Ø]…y=3—nX°©%|‰•š×d/¯ùDÄï%Á—ÑMÅ_áý?3÷ÑÆv˜ #/¸À|ˆÖG‹#J•¦>Zæa¯hIO%IYl`‹µ’¨RrcRÆ+çAl²×Ü¡>Ð!iÓYÅdï w¬‘erïÀOŽü¤yå0wè‚-~Ïfæß•îï_Õ±*"!‰@u Pu §ÇÏ–ºíw&q§?¡yÝÍ®Ì19ìÏéšïQ ñÃ’­gSòqÚ˜_Çš´r4œã!@¬]¨¹rŠÆh³Ç 0ÞÑMy ¢ôü\dþü„øI€gûȸ÷Çãùþ6ÌÝ•VYþ †Ý n@ «˜.U.ˆ¡*¹qnï_3…æ;^¤ê+@yÉs‘AñO§[BÕpÜ=ÈÀmnOÂ¥h÷—¬ý^¨÷Ø‚ÚøÄ ÞØåóøpÞ2Þ/è“Å[u¡±Ïi•qw%bH®¾<ñ[ âïYý+¹`2fäIq} –8{ÒB`ÉÐOÙáf`OaW6îW³‰{!ûÒEËCÚš-£ç•“„@„ÂL­ Šb­³|NÌÀ‘qXQ MÊH+Ž¿)Ê•,JÔÌn¬D¾Jÿƒ·úÖCÇùz‹º¿"šúäâøP!rCŒ‡i0)ú°/ˆSSà-­s…X Áb¬‰Åã$ß=qÓ )Wýó´¢P@ ¯‘¤ ÝŽ–*¹ f—•DâJg²³¡š`û’ÁZÙÊL†ª°ây2‰÷ãÏÄŸö±·ÌŸx:ưÏ+ÔZ]˦$bn,à6Zª‚È!{¦å´Å} ²íEãþ‘˜² Þ­y¤Lº„~û>š NcÛ¶P¢¾êoó<4èœáU™h%yv=f†8xAê€dŸO™ç‰æúÂË’^L¤ïì³je6ãþÅþ+«é×éøþUsVç±wŽå–QSÕ+åQ™†ºñχª„<—áÐ)¤d¥SîEíhRÀ‚^Ìwãö‚zÃb=£ÅorDS*˜×.E -Ê@ ¤Ô+ÕÙ¼ó!Ú.YÈëV!Ö¢ cý-ƒxªñáÍ%Ï­¼—ÂáJxNŒ¹Ñr¤$QžÏ‘î²ñ[KŠeX„æ% ;„ƒ"çÅ÷ǵ‚o‰h°‘nAMã9ÒÕÖ¸ ò]wÖ·ª( ¾¨Ín* Ï"íÊUÙOëÑwÊ'[³ifZñ‚Ì%ÂÇ9 ܵ¢Q—¬c(é—>¡‡I|£Qã[Ý0ßa/ŒÄo ”¶ôíÎJ« ~Ær¸ñÉt…ç0üIâ»ä?µIÅ~AoÞA7ñÄ@<|ÿÑoø’S±üâΉBÒi*öbdd","=¥–xzV«¼ŸÒ×6ÿ’s3·31;yŠ)–Ea쎔s‰×@&\ÛØÌË.QÖ©Ií^„­—K:¥8Ø«âò‘܉›W+*™ãQ3w¤é‘µxüÝçÇÃípõÕÖµXº³aâ‚€¾­ eüÉ$»µŽ«eŸGûæ)¾ö ]o!B!—æä£éz&à"È[Ý)?Þ=£))§¾éôû¤. Õÿ“¾øgî—†¯K­½œŒWlÐjÍ|N,O ¨LtÎRã2hó1Iµ—¡/)CI ÍLDmhP(h)UrÅ>¸p܂׋èÅåF@¢r(r3Ú*XWCªq7‰¶ä[ó×7Ë`KZØ~¸éf:KþNj$;ÏtšyDùÈ î¬AÈ©¦â“zN (?,/üL»¸µË3#Dä–LÍF¡¦ÌûsÞ—Õsƽ?'ÎuIÇÅD ƒu£VxyÑà×P±Øç˜ÙSÄ%ž«»•^Z7«Sx»|›‚ k`qé™8$F¹ú‹¶‘9* Zäh‘(7¹Ö çðæ•W¥íyÔZ‹¥+å°ÿŒ/\,o"w Îðeƒ‹(³ì¬Ëæ`¶vn7ßC “ÇVÁ›s/“|}–Åê×½ý¯sãYYZO+Ò\‰ÔƒŠpt¨ÚAƒœoëé˜<\f}ö‡TîcítýK¥Vð« ®×¥JˆÏ—¹Ð— jv²q­‹&c Õw ÆŸ-›!æB©0ýÔ³ÿyÕYÚUõZÿ}%É‹ÝàοŸ…öú{v¿íœ’]Ø­l ™ÈÐ{“ì•/L#»‰nY¿W(lÞžÅÂÌh<ÂÆ­®„?ºœ‡»5!Gs/X'£ ³ ¦Unµ.uÈà®™¦ŽÂ·2År »0û©¢ê¼”Ù'9à6æýÓõI9c¥7çiæLƆ˜Î,Í>;$>W‹f§_hîCT<Æ4 %ñ0Œ¤]}fóŸÒ¼SÇÂÉŸµçùõ”ÖÕ¬UçÙ®dóð?’­BÇ32¿’Í*¼ô\&Ps"§êmðMíR âWɳ’ÐT5¸úƒJcf>LÃäåÊŒf1ŸsKOb_ÊÑdUÅ$QÇB]_Å/¼Ú0†Ê…P?\Ö ÎâÒö>Ë*Å8E|œ‘GÔ4î÷­r¬L]“ f®º-¿î ÐhC ¢ÇÛ¬^X¾x Ú‡ Ë[ËVð&·‰¬NG—ϤI2Ò­’–mžqM¦/‚z¤îº—»(ÞÍßmqª>w³¡sž[,ܘŽÔx(+1Œbµ…¹¢Èm…Ð Ãd5Yô‚Ï2÷+쩲•Ö¿Ú\gdòO" (H¢½ê |5K ˜gl «øøPäßé!¹çJ8 Dé¯èl¥{QR©MˆiöÆoâd¼vkor¸DV¼¨<Ö䄯S–d[Õ ìÚZìyœœb´þ‘.&Ñ Ù^õ1Œc‡*Ù‘=®E}¿4Ø “®`(GÜj‘î,È/%¶u-ôØŽ]s¹iýí¦Ü‘o ¨r‹6;ÿÕ«åh¼]ÙÜ7ñÎ]–útç$Ÿ.¢}Î;\ÎôsxéòB¤@ ²ˆ&o•>h³Ã¦ÑÔdsOCù' ÃH ±^BAýÝ÷ŠæÝºÏöóÙÏȯÇñ%ô50«kD;LÁ£7OÕ©2·)ªà,¾­Œ}ÐÊ  ¢­y^( ="–Ò(·¡&ÀâèÂç/Y–¿áˆ]õJl^~¹ó¤pU‹.ý‘¥†jß³²G= $æŽDR1á–m éë6ûvròÁŠ;åÞå>ã£7` /ir¤š}êïÖN‰¡r˜WX‚Eº.Jv•°×‰Š\4®©î¤h™RB;üb¾•’@Þä!Zƒ'ƒ{ªáY¡¿¯Ížyá‚“Å«ZpR©×üI_§4 &ÎÓ7Éq6¬ÌBåÿõÀð¬H7»Ñ€¼Ý+7¤Pý¡ôÃOª\˜†TÎ<T—ßv_S Dzm´©{$Ü Â5ÁÏõðxŽB"'E9&´›òfdZgƒ§äf‰™õ .ùçJìÀ%SÀ{øŒê=Pc?È»—¤+eÇ÷(¨Ã<ùK=,Ìqfñòåà$Èc¹†çÞöihL,ËÀ (‚ïCgY……-ê˜ß$mý²Uƒ0cW½(ž1rÀ¶v Åþ3»±àÐÐüGò¬“pá²^Ìøá„]U7¡(ekA*;x1Ó#kŸáΈWW¬Ùw7lÇ<(×Ë­^ôŽšEèºÅ}WóFóôa=xÖv›1Ðu7ãØ$ËgQLx²•a¿…&ºÜZõ·Ä«Õ_ÅN’•4¶ 9£Ñ‡’v<ìi_ PÎ0äE–aÞûmŒáïv4¬W1Ü`[… xHµ?$ŽŒ;;}D¨ŸJeÄê.,¤äsêIÓmÁ…É+`æž'g¸¼S£ÒM³;a«<´¯¬®µ»ñòzÝù•ù+hÒ'eÀto‚íù«"W™Ú* ¿ÎýºB0MšOb/¼åªÃÂÁòÅnY¿Iò È@ þ2ï5 ¥pþÑ_†‘zßU‹iÀòÒq€sé”F],„“ÁضÇü}€µM9Ž ,µFi°Mc*õzn¶qº%²7н“áà!ê€ø8#‰VÆÆ>c”˜•õ=t½¥ÿÞ÷cvzQ“¹<ù7­uÿ‹W5¼òÀfeÆûÆì‚â¢cý}ÐíÊÈUH_S‰[ËþËôÖü,kkË¿§Ê¹nuóÒ r‘ÎÑtWe“høŽÓ|ÈRL<íW¯ßŽõÆÈ¼7²²~;²VL€}Îâ‹p“rJ‘¹[y†÷£CñáÙ,K…‹øº q‘¸©êLJÿjx¶Q¦&èÿ÷6}weSÊÂéLL"Îo$ðšý³\aæ‘ü ‰Ÿü³B"Áh ’*[¸„í1M±áBÍ=¸5hÆÍ¶PñäM5©pÿÑB*ߪ*ÚŸcÜú¼Wn$ÏúÓqÛiÞTï[ùÅ€ ¬Þƒ1ƒ³m{z‘ég³)\QÏ-5‡â=je›i¯C¨`"¯õ-î…ÒÌŸ¢Óî݉1ï*ò“±Fu–È­ 6ÔÂFP¾c͸Ãþø­'wqÍr JG¹Wbš»Þz›rŒšäâQúœz,}ûÀ×-OÏ·ÏN¥ßסJBp½ýk¨MÃ…|žùNg²µìY”Ï<ŒË_ª-dÝ–ôá ç0óÒ˜á÷îOEW3Ï–›Ÿ¼ü ¼ÈßáUë²Íyj€ÎMx”SiÕ+<‚þ\¢˜+“¥yµ°÷cÀŒÐRìuŒ»ójêùß$‘P¨‘iÀhCjp1RºÇHRU3ZL?AèÁ^ÅaIAG–©PDä„°ÒK8ãʺ¹¥ »¼ª„¡yn!%{hŸ W¹Jõ p9ö 1 ¦ýËÅùÓÆ/¿©0}¬+†P’étW*Ý)«3…Õ·˜ ÑéüTµÊ€Wx‘1jlMüâ«ëÁiÆ=k98„ZnÛÆ¢+@Ô€y3jÙ›YœT>½ž%_Êaî$¥®PÓ~Gä)»áÉ'toŒQÇÅGy!ŽòVá_®!9»ðÖ2‹)Õá ýŽ‹ªi•ÞÔïE=,÷f¾nÙºþîÓÉdPz­:yyZÞÛÙLž“à®3ªœ a…ðÃ×*P¶Ê™%d"öipt,bbfÓ>ë~â̧oóý¾ë¨G÷²à-&){Æ%"Í03±ÒQŽrø½bJ3<<‰ý !ñIëÏÙ•?ÿ ßÏy±yéÀ—×r@²¤„èÚ-l^¸HšÙîA7HZ—¡võ"9Uçã´Èb’±üÏì~¸_6çG×¹ŸáíѾk‹ ¶"ù_OXëÚã§¼Ý,ˆA^„ƒxJ WZIÁÒŸO¥,Ž¿ç-Èg[aaHi÷E&N­’%ï•1‚ä““ÌI2$èX„z®žžn6u9Û„õlhÿ¾TÑŽC‡_0 A£Æ9ÕÇ•,Æê¬4ßÏ!…z»W3^ráéat„åúìo7·à5žÜ) zR àÝŒ4×zG]nbw›ž¿o&r+ÿ¹+±†b_Zªéc"´Ÿ¿‚V™×áxݰü†¼^’8½D‹ár•Ò.Ÿoº×DFìÒ‚³ËÅUMŒàƒ·‘Ñé>ùüÊMÂWÓÙVàlÊ•×üý‡ÂÈBô')Ú3ž‹g¨m•ùÙœ•xÒš§ò›×XNŠpœóæ¹›N€QÈ­¦iò¯ïÆG1„äyÓÜ~ß8å6ðDyP'ÛàD¥b õç½a~˜¾¸¥~×6[>ÄàÃÙî2uÆã€j}Š¢¤$Öý¨©Õˆ¤ï(’ô€~?ηÞ§MVåù³Ñõ+òŠáÓæ38 ÌHVÙ`…^žÙ6Ò8˜·#¨ù r›ŠrFum(Û€u¢ _SNv˜õ« gRwƒ~9ÅwüyüûØÐÈ€Ûª¾‡¿¶T “ì—±ÍRV»¶ð}íEþY_ϺÐ[xÖ²ƒgPŠÚzäD:ôè…§¹w% þ}vð·I¼`F99]}±3*{üCS¶û!öù墆•É2ždå½L&çkDê5™o}+û˜b'JdWmº‹ïAí,Ê¢ÛÌ‹X¯aææ¶æ¿ÖÜO ~V]R"‘Yxcy$¢gæZ£QÕëÇÄ%loMG­úehc§=ѕʛZÔ`ö×`§YИíÈtWG]”í3Ô`Ф[ŸîvŒ'vûWLql BàQJ‡dKMŽ™õUQ%ðÑ<~ èÀÉÃY#q<Ü©âYIª”Ú vîìl^˜îÈn„ê5ê-P/˜è'JޝܩôqC&Íßoƒ¨;ÊK âsñŽ9à ‚dÄÔŸi—ó,Ól½[ÍW]bŸv4 ›“™—°àÒên‡#¹,½7îZÜjÉØWá_œµn;Em ¥=æ w—›Ço¶›ä¢ÔbŸÉ—YÔ½¿IÈsWˆ»÷ìPZRÜP´‡g‹F‰¾pCjm¯@ï8Û>›l‘³zfÝ"Z£¢–·øðhÒ ×ÎÌE4¹-Ë»ì}ðkÿŒâ$úõFCJ[Øzem Gg[­ãX,ÜL<çyï‚Oý5ïâ}e‹•ßß9I&ß,[Ž›ÓÛ¦mÚ”U*zx ¢Õ¶o oš!(ûãryŸø›ª`ƒË/3nÕ+»}"½-O<ãÈ|”ˆä—Dv~«m)¯—qZÚ ’±D朥ÕËi7—ë6°!êÏ»­ß¬I)b3±Qð-‹ä¼¸ ÑXÅ/ 6TÂóŽ>°Pf1´|qn¯ê¥*öGáä»^£½îÆÚÏ›”Ã,9\ìÏëÇw&¶hI_ʤNkð°dhw|hÚämM Ù™½qšŽwц¯ô¾:ŸÌoÄèzK¾Zªî½Ã%2kðÝâÐ…”zÄ¥=ÑÛn…w/W+¢ªÅœ9g7„ì/JXÖ¤žqÜô׿äû0»cßnrüMA*9VáØÛªlª8Ï P'Œ“©éMÙ¨Db“d*—?<†¦LB“t?TQ4,ØÒF<ø(s!€/Zžc p®óÈv»õw:ú›U‚1ôds#5"wL¼#4¤êõù_‡öÏÓC]XÍW#ήï¢Óá[‹œ[@D$‰ú7ÎΨӀªï4ºCé"lè,5ñ?ä]Ñ‘ÙÆ= Œ<Œ¥²$i@özÞ–÷ײ•¥5âE瓚ׯ]CM{¤ÆóèÊbÇ‹‹‡¥•ÌÖäâC/ §¿[ÔQ®§ƒÖjt°ÅÙ„;ò¥Äq‰Eo¶uòû5!æHß6Ë>žjÀõ_îŠ,ã(ä¸ùñ&ÀZm;ùƒ3?ùî@)bOp¼)ö·¾DöŽ8µE×d[ÝÖûÒÁwv„ÃMÆûLÉøûƒãŒ;igº2Ä’€>Èòq|çn}ö‡pÓ!ò¬æÛr07ö³ÙÊÅàiøXÁÛ’¶žŒºà‘(Ìhòb˜4IªðÑȽã?uOùHÍ”œÊi;’Žñ£Ð¯—%Ûyص¼|Õ)†%Œéô>¾ôqyÂ0°Ìdð°Ìþ~dwþdŒ‰uǰ ®¬d`™òT1˶Ä(~#ÈùLà¾ZÀ‚8ý]À­*ÙÀºå·KƒšLMî:AwŒ×6¡–x:ËÍNøáäLœvË5 å=Aˆj‡Øóî1NjÄA–ÁO˜1+b'ïŒÞˆÊ°ÒÏÀ‹…#4¶RÜ?§Gw+Ï·k¬n%úò”£žuô%{†æÌNÉÃ|É«uÈÈc· Þ~!ÁÈjñÐ™ÙÆ+Ê;è5-\ ‰‹Öì“?ù(ͬ¶ˆƒ[=Hߦ ¬yϾCä°K ™ošË#¹]‡ž_ƒ9þÙÎñq+)¢bÇHëêP@AƒÎªQ ïdˆè‚C¡‡$+`Eœ’í¬t’"tœ|Nô/gjÇ…g¡cÜ!¶t´Ý}Þkqãà€ó,`£‚öò¤i&—VVÓšœØ;ð¦)†]–‰•zL1w®%¤ÊNìýä HUÀtÑ‘} r Rlw"O¹éªøÌžZ˜Án_²4`8“¢sþÒË2êt¯0Ù„fc{¶>Jó»¸ êæaÕwÁ-5ö‚Š %‰‰t¦Û7½…r$áÆ‰)°#)EË‚­[ÂaDóLï\þšŠ‰b”ÊÛ0½µÙly’Þ°g ä¹ñ}³Üï¡Ù8RV»ìTÐÚ®›Þ™9…ÜEK«ðñØñæÒ’ýºŽ™“C´±:kPĦ4ž¯ =uµéRÚŠ™Šr9ŸµŒÙfì>ÃoDôR¾£ï—IÃóõ¼7:œÒ¼¡o÷¿ß«à0¹^E%&+! œø†¨R‚z2³©÷¥Ëüßýr»[;ùgžÙvXâ’ ¬'x¢Æz †Ð r§®»ƒì?©ýèXØ.¿qÿãχÙ&O´rt;=šuDiÜüý&!x )nAÝyÉ¢Ö?55Æ«ÚÆ’qsl¹k¦€]š¨ÓlÄRê±ÓÈY!Õ :7×5ÝXÁï¾42Ø:¬-Ž(³ˆÂxFíê|o&œ‹Ôˆˆ™½ˆ@N=M›ãj§U@œº«Øàþ4Oó!;yÙ‹™ÊŠû1Zª©ÿÕé¿gýðÒ,´\”¼Oø² ã¬%Ö¼W‹lÔúÝ\_Ýô ™&æíá'©¡qöÕ¡QúËB„ q£=Ó`ªiH„ Y­VL{::ktÛš$í5£·GjÒ1µ¯Í¶êâ¾E½£ÓÜZÙ]¯²Ih¤ë¦ìÌÿ¢]ÿÙ49‰æ€$í ÉUJ!þÍ«2*~Ëa€S ~ºù¶ª½àïàv„Ô Xÿh¿ÛWþbuчÂ/Ž…Ù+ 9eo#\ÊXêª~–eª…`B>zÓ)´Àu/Xìk¸C†ÈØçªRLl…-_Ç&‡,[5<Ô¢b‚1¿íòÓáè°Üó;Ó*ÎK °‡³býÉÝ£ðó 2´ ¯Ö”N‹Dp>Bå@$ä endstream endobj 854 0 obj << /Type /FontDescriptor /FontName /ECIBUS+NimbusRomNo9L-Medi /Flags 4 /FontBBox [-168 -341 1000 960] /Ascent 690 /CapHeight 690 /Descent -209 /ItalicAngle 0 /StemV 140 /XHeight 461 /CharSet (/A/Agrave/B/C/D/E/F/G/I/L/M/N/O/P/Q/R/S/T/U/V/X/a/agrave/b/c/colon/comma/d/e/eacute/egrave/eight/f/fi/five/four/g/h/hyphen/i/j/l/m/n/numbersign/o/one/p/parenleft/parenright/percent/period/q/quoteright/r/s/seven/six/slash/t/three/two/u/v/x/y) /FontFile 853 0 R >> endobj 855 0 obj << /Length1 1630 /Length2 20999 /Length3 0 /Length 21850 /Filter /FlateDecode >> stream xÚ¬·ctem·&WlsǶmÛª8;¨$;¶m'•Š+¶+®Ø¶S±mã«ç}ûôéq¾î?ÝçÇcÝ×Ä5ï9Ö¢$UQg5·7JÙƒ\Y™XøJÖv¦®ÎjövJö¼ Œj@KWÀ_9'<%¥¸ÐÄÅÚ$aâähÍ@3€•——ž nïàédmiå ÑTÓ¦¥§gøOÉ?&SÏÿÐüõt¶¶¨þ¾¸míì€ —¿ÿ׎ê@ ÀÅ °°¶Ä•Ute•¤4ÒJši èdb Pq5µµ6(X›AÎ@Z€…½Àö߀™=ÈÜúŸÒœ™þb‰:LÎ@3ë¿n@3 Ã?*€ÐÉÎÚÙùï;ÀÚ`édrùÛ{€5ÈÌÖÕüŸþÊ-ìÿ•ƒ“ý_ »¿º¿`*öÎ.ÎfNÖ.€¿QU$¤þ§‹•‰Ë?±­ÿªö-ÍíÍ\ÿ)é_º¿0µ.&Ö g€ ÐÃåŸX¦@€¹µ³ƒ­‰çߨÁœ¬ÿ•†«³5Èò?3`8-MœÌmÎÎaþbÿÓÿ¬ð¿Toâà`ëù/oûYýϬ]œ¶Lð¬lcš¹ümi ‚gþgVdAöV–ËÍ]þCçtúWƒhþ™Ú¿I˜˜Ûƒl=æ@ xf%{—¿!4ÿw,3ý÷‘üß@ñ Áÿ-ôþ¿‘û_9ú_.ñÿë}þ¯ÐR®¶¶J&vàß;ðwɘ€÷ @ðÏ¢±5qúÿù˜ØYÛzþŸ¼þ«µ6ðßéþÀd]Lþ¶Edù—&– ­¥¬=€æ*Ö.fV Û¿=û—\dt²µÿrû¯¶YYXþ‹NÃÊÚÌô œÿVAæÿµ‚¿tý+f¿óª Kÿ¿Y°ÿ2Tù;.žsûÕ(Ú›ÿÏÃ?0bböoFV.#ëßû÷7!^6ßÿMȱþçYÑÄÅÉÚ ÿ·nÖUÿ?žÿ<üI™½ù?££îb2ÿ;mÿSðÚÌÕÉé/ÉÿZ«þó¿æôšÁ¯,Ú›ñ‡|û‘™îR‹“;8.¡ßÛÍ 9êPÒ Q˜Pmßåÿ#b‹·Âø­&”é×$ßG«ç‰ÃûžÝþp7¶-u×wàE¡/9mO>Úªvnúý fäôSíïËy…M(=.­ýíqU5Ãâ7¢Évv'ØËGÚr·üLŠd?³´úx¬ß¨¿ÀÐk NN©’¨ûG†º®¡{öèsâá(ùÝ ¨¢s„õ4+¼ã°èDöD“doöúLtŸöåÕ)¬v­aRøµÍGªï¨£…›=ûR̳g&*ë <5•Ì`™"“ªX&jÒ˧"‡1v)xý$Ûˆd¨î4õÞ¥øÚÑÔu»ý– W†`cb¿\çM —+½e>l»²ÎÈæ“y*àwûÆßlIqè,½èû‹YìhyÎQh.^;f¨ÖØËÇF”õúòƒ5µüž­«ªÑ¢…):hDt˜ìÝâ¦~ÏRHlÊdÉFÊv¥Ñщթ J°"Qgq•ÂÀ¦j!!JŠ0¿ãÙ«'bq§;i„‹_‹ŠÏZãˆÍþ! hÞdõ¯®#<çð†€Øˆß<õÑY¯× ,!Mw‚·\2Ä£ðù ¬ÞÃÂÝÛókàÓÍ~—¤~)%Ï¡¨ŒçÔËGµp—v­‰‡Ñ/‡Vq¨ ëC>GÒåŠÃgĺ‚Tg^ÆÖ&ªùÕê”K\Ç9àcÖÚ¹Igdò–Úëæ%šíwtÈ ‡­™·‡‹öño1ÏKyŸ^ÙF•â¼–ž×„™`1ìùP‚2Mµ¬PubFp–úšY…, `ÄGHôÎYÝï¨ä]Ê$ÏÝÄ‘Lºã%½Æh-[M³Y½¹CÔIïE‡ ËqÏñÙmß¿«+ðfi„V„¡äo-õËk Ub¹,z:¸(J'}¾®¼Š;~ÓÛ™rVW¶N¯šk¢z+Ai÷ÕÁ+C¨âÚ‡ŠTG¼ÚC’‘ÁâÜz®à¼ÒûßøDL¼C²i:QtBÄõÑ×GÚDåÚé_«ÉÀïµ7ŠŽÚ`y †FN]Ëå ‘~Ñv|v% õk)ÏxAôDר„]ÎïôPZÙf¢)¥‘ gDvíWBL=bs¨gÅ W|ÞdÀõ»ã¼dƒ+×·Œ¤²#ñ–ø ¾ä×9ï"»YÁÁA ¡%šüè°¾ÎE°£¨X3"éâçx7P‹ Q”džìé¤T+Z§5µ?¦Àc/X‡ŽÑϦU¾¦É«B¬m|lC:BÇm˜Us¿…(×Ñà§ÈŽ!^¯ú‘vYÓ‰\gé/C29ÀTúqÍK‚¦5eטëzè¥8{t\¤6tŒÄ)â°óÏRƒ«kC²ÖÞŒF‘B[H¢J±ŸQèÈ0§)ZÔH{Ï»ËÙvy˜W]{™ã}62æ'Œ¶n¹F}átYÁI׫æCÖl{‹_2kG™ði¼Ï#`ouÇ$œ)áRÇÀY )Fy¢g :P6dÖüÜ þ(öU•áÔñ¶ßȸÃsŠgñHŸ¤ø’g³£÷®úSÖ‹¡7s×ÇœÂ|&4 tz‡s½WØÃ¯ÁÆÜýÒj ö¤ ®ôw¤—ªS™“Êó’àßÌÉ´’Š5³lQÎüŸºÏjŸàµ^U ÕcÁÏRÈ+Øi©>ŒgE›Œ6[ùÀ´íÝçWY3aâ_ËïE&4À]œ=!7,]-øC:7áçð—Á8]¨‚‰q1Òvo>ç w!9«¿U3ÑvÜ»‚‘ ”OË:«qÔN´?Ê\õD6§²›£Õ¸ÒÀSvs ¯™.YÏ„°î£ŽLqRí…Í»#]BÔ`³`/f -jÆ’1Ñ+ Vçuc“Lt÷„ÐÚ.O’ÖK®¤éo×(tC3’RUä˜Óäbž~íÏQÃh©çõ9Ƀ!{¦ˆî–Ùœ" n·¶]eð_Ĉ–‹ˆf°<É곆iªVêuúpÂÁöí°ªlˆò–ßfØŒ=Í÷cñ–Y½Ý×v\ú…Â@4þ¾ÝÎà›ƒSþ 7ŠDÉÁ}¾ ÕàF7sˆ+ ÆÀ]ŸJ”&»’ƒÞèÑŸÎTèÓãìA50óz(ñx&šk)¤ðífT¬ù: cý!d]¾O¥£…o4®Þ¸øƒ“Õ¤~f…iس)åÙ@Ì#%¤òM¨Å~E¿hô“Αæv.ɘ#Zú'êMTñ¨~g/wèK½e»“Îð.Ív3û¦ÅóDÓ´Ô©˜ß…šÛóìFÊÏí}sxµ-›’Ÿ"R?Ùç×òÛÙ¿‰€Vz½ºÐº ¢Æ¨¨¶E´éRê|ZicQF¡æüžÅŠ•æ+, c¶BÇe/X¢z³ªp[³¬t°’‹'Û>2¹úÊ·k‘$*滇~›1²~ÿŠ]ÌЊÄ+@MâÒÍca8j…ؽFN5‚5ví1»™!œ:ó37äŽ`ØËÈ—šæ%7z*§á©OjÞ3I”_Ñ—XÞ2é²eÔ çä Dš3.&G¤—¯¾aTŒ2Ÿîü3`y[×9…½¢Œ·¬É´Àª`6î#¿é®®çAûõWÆ ˆL¾þ¼*©E<¦¨»vø£Sî à³"Bí6¤â£·kK…×>Ò‡²½~py¿Ø{ÍáD©ÖL^›êv–Ž "'=xÞ%¸åòÒÊ#½g†6‘o ÛÑÆE4òÙtú‹“Vd7p|ßg2Y4è ­ûúÀÇÚçLó%!ÛEYš•µR„£ µ û¦I<â™Þþ÷€¨ª®äx¾Š3÷BÌZ e$U·|N8aßÜÀ¿!4FQw±åÊÅüsg†CŽ0ü/žnж;› ™¸â¾Û»[[]@ØC!‚5øf’¬gçîm½0µÌŸˆÔîzL%è’†½4†•ö‰Nrj[ »‰ÅÜ.̳0‰;í¾<ë7HVzê8ãJ.WÑõøvKûÆ^M}¨À'¢½€*h4–ʶ›r…1ÝÃÎ,qƒ8Â'zûÖH´t.ÊéËÌÎÔˆ‹‡b=Yf ~¤rï³üßÝjR;»ÃôœOš¨á†ˆßfÒ!ËŠrq¨>M¸2èçI_5÷j7‘õ/äi÷WÝç­àÅQHíÕ  ª%¢`v^YÞhö‹}Ô¼•ÜÄ—Ó úø;–×ëÍé—–UÔú¨x¨TBYÆÃKQôvÿhÉW:ÞóbW{¬ ]p®M´ànSüÈJ/|Í}¹ÊPc{k%ýVð„º5áÎë…šJËs½ÆºVReBTfUtlQ°«<`£œT2†fqï¿|ù³S›]Å^ËÑ‚ÕÒ¡ï½òM|DÄ9QÞâ©røœä!R_'ynb•Ü\P¶¦wÄÈò³D@ì§öÙ/RZœæð“!ç8ÝÎçžüËÈ„¢ô`çáÚ¡ U…hK¯)©Q8ul̈3\3õÖþúì­Gy`±^RKµ¾ªç̓ßhTÝÕVÇŽÖd®.M¦È¥„;ŸëÎË—»ÊZ›­ÇÿUkÍ »4ÍÍ–2¡jÐ@.ep’ZFÛwX3.QÔãöçþò¦›YûÃ`õP~Húˆ ÕsêªYÌ»‚}Îê‡H\÷GE;2“•H“:ÿòg»ñ@¶È]¬§W{êçF$ÞQœ®€s÷–šH»cÕwùî¡C7Uª…kz‰ðñí(œZÒ­µ:ZâŠ>zJBy¹¾¤$e¤é(Ê +ÃGHt©Â$êá( yE²4*Ó¢£.ƒ}8 §]+ÿÑa¤ Ü/ Ä;R/+q^óI‘Ãa‚ÌÔ÷þTS û¢žø$#<ªÛ’Úöˆ·!ŒîŸzXŽÇcMÂõТ©¡øðþ­4¦´ã,ÖV‘™]g¹3c]´Nüš’çr„xx ¦¤%ÍVrOµŠSŸåúüeçÖ‹e.‹m¤³vÆòÊ ›ßÓ3ŸVÃÙÕ‚p—8k)MÊî+lj»rÖ¸¡³d{é_gè+e»ÚÀòkÚ à÷^Ysh}ž>L3dþиÁìBÎíö±, ~Çrs!l´aˆ]{ Ô= Æt/*ˆE¢ŸhbW^•­AÒ®™K#„QœÀø –鯏 ðœü‰¡M³ÕSß妚ªKÓ˱¨X= MLT ±x'½hK+_¹ßvЉŽ`:þ†Œ—×¾oßÿ­eG´²[F8}5@ˆí€>àd$âû3û-hxÜ7½ŸZ—ô×N-wT¥Œw¨:ƒkÒbC ÒFÒx«OòGíI¬™óbi‚^Hþóc£ìgû¡=¹±÷!ªÓ4;Æ·10Œ_}.zŒ‹ ïC‡Ñ½–W¡‹ñ8—ÎòŽ~+{õàØâ8Œ­š-ìÚeFYÙ?÷›æN~€={z)§Iõ'¸²2£Àá’ïwBQ²O–HQ)?Y2ÞËôó–GÐ#8$~t?=þÈ¡#`:œ0_š|ŒU ð߬l ÏÅW“èüд¹øè`YßK’¸P;| ~‚*`ßÿÎ"{ (¡·¸^FQgVÄ¡bA‰<=íqU6#€6èNü„¾¤i<)Qؽší/x׳mXËx-W¥®ZãkùA²å©¸2¸Q{MäK†Óe™ë e•xÔ¢m·xE@ˆQÌc!ÞDb¶ÇbÑNæ¾ ·ˆQê¿oiÃꤩ6¯nr¸±®±ƒÄ,´ºÎÚp™zÙ˜Xjý‚—ùžÞWTÏŒd”?r7™C÷Çpeéõ;Ûnccõ'¼Ž²Í8œB¾îmÖoíY+V3d¤éü˜Ñm'ÓLíðØ=4h.z\.›° $HF«üòå‹Lö<ªàT"¾…ˆÐb ô2ÙÖƒ£±IÄ )xŠ{©¥ÓEñZ’Ä"ºÓ¸È*a[ëòž8Ø6ºÙe$²Ìf'Ýʉºt¹çÌuú0%LÛ‰Ðh|¥ŒKÞ,Á³IÇ K³œß·dèø…‘ø\(W³ëgD×Fh‘dšjd'+!Ã5"tËæŒÉ³»—â–Ÿ÷ï>DR–"nÕ}Ñ3͉ŗ*üo>.5°žZ 2šp¶é»:ðÈ)ë'$BÙ&â·mœ/oÝ5zjQ6f¾œ]Çß!Ç„¸R·nh¢³ ƒ÷WÔ,sÀDï+“%ìw~Ù|¾,ýiгY_³ç¬¬ëð°³E¼†Ç âê~ë¶wÒ1Cƒ[,ï/j…?ÿ÷ËõC¿›g£{šÂEâ¿0$šs@‹ëÁõPú|î™ j‰ߘ&ÌýÎÊH ÚWwºÎ„”ôÁQüœÐœ«Ib¤IY:qÔË«ý̬€¯XÒB€åcòÌxÎ>5½Fßñ*±X# 6R»6t]¡ÞÍGêBEÃR”»5H¶ï i<ÖBRõ%@?‹9?”qÖ,üA…žúP”<¸®ÎÒÅb Õh­[»—¯´Ûaîy‹Q†!S(øSRÉdº:s ÐaÒd±± VÎCslù¡³ÏÚÍì}ÓЙJŽ(²|ßòï«ÁÇ0‰. Æm{Hõ?Ô®>Áž(—™@»Êâ¹ñNïëç`šW† UóB‚‡¿Ð×–Bgu®j D•cwàëi|¯ØÍDÿ °ÆžmâлsjrÀRÛUð¢Ä®·&¬bs‚(˜vXÌ{7‘tâC£ðÉ–!ä²£THVõ8âÚ¿9eŒÙÒcÃIŽÁyëÕî5J~6œëPMßìi\}õ¡šÔ•AœSëÐŒuËŸSÛ³ AŽ8ifaíÏå¬ztK­­Mdäd9|4.â8­‹ˆKÿÊúí’e’mè—øÄãö[„©¤%UŠ<8ú“išf¢«Ð2L Êû×XŠÈôðĈ0‹Eb®>Õ0Ç–E xšRÖ‹ŠÐÓy„äW…éÉYÔ¦ˆ;®ˆý™×N¢óÁ£µÉiï9Z·xL)ÑíLÁßù V›#|}·â/Âs ô<%dÈôC:ZôÀIb#†äδdDyÒª6,ÒHÓ •,l¿0½øÉò­Òëä•Ó-¨íýÎ|³ÏI®ËAÃMM°ÝW’M¸—¾½&g'å±xrSI8,ßÏP¯F(]ã£ëYÄ/^ÞËÒüM`5ˆàºs ŽØcøÃ,2_¨à ¹c¸ShßÊþÛêläÖÞã¤ÖŸOûÈèFÐ:¯°ãÏ‹5Wç¤îk(L‹’aPó(Ü/¤²ßOîôOÜèê!õüõUî‹h\ì² ƒ àéÝ›jÞTûåà"¬Úµ›CuÓ5 ™¯uõµÀÈ*ëêm´NÖጆ¥VÛÚÑsÏ.í»£?ùªòo ÆïÔÈØq°Îv? ÀsÒ¤(kêN!Ô%’®q·©Ï½Og4v‰¿íä÷xevL’Ž¢êÍ¿÷Ó¹W{¸Ô²¶„±Il|â+l½G$â@eÊ dQê6nâFGèÑg²É}eũʟJÔô³ºæv›ž¬.ªk,R‹ÖáûßAê þ:n+ñª³u&°·¤“·§oÎzÞ”aLÛ!b›²ýËb‰Ôô4ÏP Ê…1 ÑTöÑESm€ "U£[E ­>6ÃDBj2Ù<±ÆìÒ˜tqtH¦‚ý̉¤Z?Ÿ%µ7 YÀr^”_+I:äsÇÝ÷ç´ ¦K¡!àUV48 ý*bôæ;²‡¼½úcã›xTöXj?¶?ÚTܼô|ŒjÀu¾ìÛ0HvÙjàÆ/åÝlQÜññº”B¬ÇÀŽ5ê ±SlΦæxFYHŸU'0öÛ¸»Ç I´¨uÌ<±ªyÝ‘õØûª• Úùy,#Üj³¶A/&:ˆñŽÂ¡/¶'_v™O–аˆ±FÀ#4ly–!YŠž!:‚òž¨úµ=ð€ÌN)n\ëpÆY?îQ¤#ËMÇDSpZòÒå¯BaJB :v™Àö–”>$;´xÛ¶ÌDJ^ ò›£ø›¯{µ oÝ]µ?#Œ† èp.ÁX$„Ñl¼·ißðÃÒ}q×å [³Y$!OP·ÐÄŒ8¸ï³§8ñcëV+±ëx‰"öÂØ[ëå(#¥y?nX×}ŸmZ/Ëå0WS‰«¤vXõ°e.hÈ×&æÍÒŠY(æ„£Ðß8¿Üú… >œø¥e˨͹U×ážZ°vàŒˆ#oéaÚzD4°öX´´ p¯T¬fbÑ]#B¸+NÓ0Õ;Ü·g<þ°>GÍ0̧Tfñi‰ïï4Ç|¶’lþÈÅThŒý©Í›dÀ@7VW,µNfÄXŧ>Çù.É¢‘~–º¡ZÒÔåyY&©Ðöéì^Ï{…7GKØÜI®ÓYKÈðbÃ-™Rz¨ Ú TwÓz¹ÛÐòžz¹¹EÒoM15ãâŽïIΠõ„Wl\[7 Wf2Û”¢£ßÆ{«ìƒð/>²æÔ—))U ¨ZŸþ”ÇkÂëÍü>¡Ö\T°xV%’˜SvåÁ–n0íiÈ s›§/e´ÎÒÖTêÚ…çÚ3ü)»“§¨‡ÒðîõÂtŠü£ÀSÜíû§ì,rç: ; ÀèDïA ±¯c×"`¸ µÈ–½¿ÖnêÚb— ƒøy`®îƒqœ³³Þf%?-Q8ÿõÄ»±’rÿÇ4¶®Ú‰¤I–ÆÚ7u»;¬£fëÜpÀò=¥•óè‡uiY"¤ În8z il¢ÖF¥D‚Køëªí"“óðOÛ?4­Æëµ©k°óz#yž: HŸ’²¿œ{·Ò?ÎŽj××ós~c*êÊp)D A—‰ï±$‹¡WjÛ'§ü£5&þ?rF³ µêØð ™f9ü ¶çÙíž çù•:ïܨÖjƒ"YÒÙ¡ªþˆÉq³N‡_p:tG•3Ô#Â6ý,z)Zmçç©~x±¥Q_·ÈÒIT¿õ žQ¤ »–\–·/á”(”ÏæÜUHŒ^ølm=—¢Ô–ÎȺ”ãÙ-t‘ 3ËÕ’éxG]³ªHk -#Üb=5Qè‹ Š|bÆeÃa=ýKðìs¿¸lEf„\^U5dÎ+0¢‘¢U¥Œ •Ië“Å’ÈyHíhõZz2 å…/!OV|Áú?òæ« ² 9Š8/J#БhxN~_¦pÈMÆ~CÑt¯Þ½¨FCv"™ËÚæ/œŸ±—”JÊŽÜâ°0™/qN-X #;BPì`IéðG`>ÕðÿtÏðážV'k@x§©ô”û¥ÍœÁÏ€ªä”ð7×avwçƒIúlˆÇ÷J3 ÐW„ެ ̤P›NìÞà+7"^]ðõÊ7ÔÑs{‡!h=­×çÒ Í#â\®Ã¥ìú1HO°òŠï_ÞžÂ8Ò›[ásätKH 1ù‰í¿kñJ§ÀdB#=2jMħs#Mi^#¾Ïì•+Ã{òÏõUaT—qSÊQëÛmLÔýqŒ.#8(÷ù[¡(œ}s‚HÀ(–pS‚Âï·hI·%ïuV8=]¿j ~OƒVÖ]sd‚¯K%ËFír&Û3ìmÑâþ^=1ÜêWõLlÞêôû#Õ_èZÁJ+€¼A2ø½°’eØÆÞ\t”µ[´^?J®Wœ”'™M[q(Ó|'d[™&„ašG3A0”ëEø`°÷v+¦KIÞÕó]å§'ädXÛôäï(³f`›m”zºôrQc‡o¢¯¡Ÿ«FÃÛ3qk‹©#Qßûx=3Ûùo'MmNyiœ#\ênöõLß_Áï¡É5ã•©½;›Î¯Ô–ã[Ñݬ–•û8àÑØZ¸]ú€ˆ‡òÌiƒÕÛBG£Ã}@ö„®û´ÄÁ’ AE‹íf~¨Îwq¯ðÍî,ÛÀ"9Q;=+Ÿ¾é’%†,±:fñ‚€½ýÆÆbFþ*ôõþqŠ‹'°5¥¤t蓎ߓr´ˆb¸Á¥|òÛÉð˜hPiø¥<=©¡€v—¥ „›ƒ÷­«ýˆ/àR‰dqZ•Vº\NÍ&Ç]!÷J>l:Aa Ù]’šU$çðª©Ý8œ)ñ¥õ#Faâ,";;xLˆ#±T 1‚«5­ šèßц÷F–Ì\%nStÕìOz§Cµp”AÈK4”Ï<Ÿ“,k¿~ÌàU„ˆ‚¶o›ô«Ë›å§Xœ““"ão°›€¸’‚±iAî¥@1"ä»IwýÚâ)Q#U}`縉PFóU¬¦ü»8¦³©‘hâø·]ă»Wré"W”>“Hc¡?…jÔYc®`åpçÜë `åâÆùšh]°L¹ Ü {ÎõZeõpëñ¥»µ;ÿÜër„æWÄ—çâ,¤Ú8¢]B¶<.9]rñ+ÀÌjû¾q:½v¬ØFú刖Ù"zñw«¶wI@%N…~8(Xÿ>½ÛWÓ**‹·™,L)ó˜8+Ž¤óŒ¥¤¤VKäKïI9¹Ð %дÊ"g~k?õÃéžšúû‰ñ6¿9ñ¶DºÊEÐxDÞéjó)(”²¨?ŠæZ0<9yzÖ©å¡L¤ø§ª#IÅï‘{;/}ŒŒ8FçÍ|_UÞÓ/4\°õÌ÷ï¸xÆâ±½ç xc"ó;n‰tÁì“S«SaF²ÀóÊåÍRb»«g 4bàn½ò‘Rív;q¡ Á±ÂYý P¹òE´ù~”P~ÒÀ%òÌ÷^?ÓXN¶Çä/·úh«¼È"ÅuíQ*à5Øç±²N™žD5ƒ+è9ö2ÜúI—a?Š/ÑhÚH=^·»Žùˆ¶‡³3=»˜ÉÀu׿ œMÀßÇ`½þYJÈÑ{"a·A ¥+ÕéÊþFwi˜ÃÌh䊿à \dÑþ0\ËBOà5+Uê`ÆÁ"Ä"ÜVò¹~ñxy[UjÉúÉГ…Ü'„“)÷ÔÑÃåÔ§ ëKœpøó®ÃAóÊGÖÆíKÇbÛ\—,3Å©¬ø£Gý˜Vê¥È×jßÚœÚ5¤ß”ü„…å0@ôöSaÓ0Ö®±K Î?XÌ=o5—! )[™ò°|ÛÅZ,Ú͈Šñ·tÐo“ã ^Ûúe‘$w²_§/h<à9N9ƒÍnSú‡Å:HXÕÛ‰- èÇÔ½­jÚtSŒˆ-½ž¢ä ŽÛ²ÂÉ\èˆ8t&L†§¼J7y'?sÙÐâ?½ý³O9Ñð' ÑÒ'»aŒ¥)ÅJì]?6ßÝ+R(±† ;u=Åwcö²Û'dŽË{F¨«ÔtI•J³ÃÅA´ï­÷ØÀJâ²[$¹ïË<@§NÇÆ'i´d]ï™o}÷XåNcé›ÃÓ`"o€šìƒHn,î|±¬•tÐáíñ {áûŠˆ8©Lîép@!ñ×´“LXt̵ ª}NÚŠMü>4žœhÞ‰—Ë¡¡Å§GlŸ2 þ—yfq 8c–hM¬qãqtÍ¢­‹zƦ<»™fûFzEKi²´Z#*8·Ž^‘$gLsé[¤Øl­•XšV=ÀèÒn)ýšµP̾©îJÃ1Ý*³Èc*²b †}Plb BʯÑ\þ”}‘ “éÅÇ}s}øìl†?òhýä!D 0<ð‰XÝ¢“ªª”éA0å'¡×¼QŒäuh»1{Q¤_íªe¸ûþáO=µ£Å¾d-ÊQ`ø3÷bélM±P‚ÍÝŠÅFb[ÑÖ“§!û' âKeðB¦‰“%Ïq|é9Õ,òôÜA,Zgrà¡ÒLä »Uv¥L'Ýq¢T S2¾éÏ™’c8AužQ¥—T8v¤×á;ärÉÍÄ3ËÓ;ƒ“¾…{÷%ŽºÍèGÓÆ²AfL®Áë`ÖôZЭMJæ­ölž'h¿CyzÅ.F” %q›•®×-I w‡ŸoujÔtU5(ƒqtlj/TŒ=î“Ý„-¢$+‡9~Ô v‰ÿÊ5@6Sˆ’Ç]ϸN!ÉÒnüGIzã´WàÀÚ~ojf–à“žf.^C+\ñt§k1ü Í7¯jö‚v¥ÙFî,ƒU—…Êe(­ñlt-Bü¥2Jƒ™•¥©2¤jsÝÇ3l¾'"Š…‚Ò‹‹Ût“«L®€î3uÔüù× òóÂ*v gÐê|Ç>¥‚”1µ„)»Ü#>qxŒ)OχÚr‘¯§1#°½}Ë Î®WÛJÉ&®0ÿŸ"FƒÐ`rQò ­>†P‡™epÓ(ÎëKÔfeµ†oQ’µQyĺ† )=á,ïur͸ªF§n1]"´ Á:Ìp†ßuÔðV¸ Û¶î ÓÔãeþQÚ‡ÿ[WLºÕÉ3ÈYšï¥ 'áK‰…¯.Éêײìô'FÃD¼Cæáêì`ýÝìG`UyùeNV<Å#Ú§6±«ˆ ¡áGp…ºêÂð=„|/ °ßeØ$'.öåγÕó¿Bâ\^YÒï]>¡sND`Ï á¢6áPì³NÜpÓ0ßAà ,`õË@ŒvXC|NYÕÖ9Òêì'^˜3¸˜`Û¶,_š¡$‘ÐÊÆÏÛ†ó)çûE„•þT‡GÿûéK¦$rzó×c|\3ªN&Ô%s© 7Õr•tgÑŒÀ©Tl—2Ý–«”?¬çaCêGSñs#±^Vµw4FÎ.€I9ñ1t™G/ŸµGá7ÆDDH¹_„†eUGKtæ·\pðÒA]Åu/‡kþW8ÈÁX}~òQŽrTqÖO(4FóçÏ}l ªÖ[|v_YÓCð^“^‘ñÄ6 Å…¥Ž%–k¾Åq'¿ NŸ2×*ØÑKì¥-æÙ ©3{'ѬÈeÐ÷g Ãzoµ\ñn”"ßDî]!œ8ÔßÊ¢VÏö [Äû€ÊŠÈQ3;ÙÖ 9ÔÕCfõ”-P\3Â6Í/JtAÎÛiªçuà¿S¸p0¥Ú™küaý²Óµ™:T°SI}£Ÿ]ÏšuŸ¥ææ¨Ù]AËFð<©ûìä6È ³"¢Ÿ\>Í: <-Ÿ+r;>¸ol2HÕ‡ÄP>íj[+N:K´ZSÍ^FDúmA¢gx`ªós ¸r£ií_ܘ” úÜÕÀ„QÀ'owïº&°Òwv‚ÑŸïìè¡ü³ÀN|­ ðOx§%}n“>¸b7£sМÚCò‘Ñ ýqe?¶+\-§ŽrÒ/g¶Óú…È0±v1 ´Fp–µÊ­Ä‚Å¥1Oè£ë6ß«vHòkômòë!P¯ÿ„µ`øòRÄï°}¯WV?Í%¦ƒYR긫¸QÉÓ†WÔ‚—tö„ø‡KKe™ìˆ5'm Ë ÚµnˆÄ%€pM´T»[“Rz_eÚWR8‹ç²#ЮVí—¢]h°"RZèf‘LÔòsh¼uÞlpRÓó×ÏWd²(ò®MÇ$"ù°á÷*ÎQ¡b„íÜ`Ÿ7'¸»ÂòÓLÄ@Êäõ÷q›àŠ÷CãCÉ„¼2`Þ§Mí*¡µôïÂù½>úÛoy8Í×MøGþx0SU»—Spzyá—ˆ˜b”s]¸n©­d|^V,98LªµËè¨Öl°þwÜH„”Ž˜ïrÃ[ü{y›$ØKÌ›‡g"?Ch«D8àÍ«{cyüX p’pVÏY Yã&ܽŒŠ*† ç’•$ÏP üõ 9˜Q â]—ír}ˆØ0 ’À~ik€0ÊDo$5ðI›¾\¡×ê+Wž¬ß·w\Èâ2Ç=ùHÞ¼›†>M*+ŸI>;wâÜÖ(üÞr½þIíÝr²tKßÎd lâ[û£ËœVaâ|x¹G%Æ?h£±ÍnõŠ\6©ÚöÒl¶ƒŒ3ŸŸ(›b¼ÿ ¢ÿ´¢°f?Jòç«{t~?¬ñXµÖè©-wùÐU¯n]öÓä{÷ an[0Ï…¼ÒL/Ý`´³‡%êHe™ -x5¹&dk{õËIÍxÔ  Jš_‰†¶æ[†¼y“3™¼Ôü,šSN× §lú ÷˜m|®Fí¡XbñIg* Š“ÇUŸÃZÇŽ”_Œ^Ozü×–Ú+[ðâ°¿(oû™|ç ¸cþæKi~z ùc ¤Š£Þ.^Ë¢FÒ®éGÝÀ†’Çp±u>N?>‚;ð†Ö»l5€±»¦=£w}ü:&3â&;¿wÛŒÊÕ&s‹D)׆‘ñãç ûJ_ŒënD 8pa3Ñ aqE ‡$&Çô)«swdÝM‘1•bSêî[mYÔA¿Lº™ðì^{WЬղ½™Ó‚5|¡LÝMÛ“UZzkð`×Yö™†¢L‘+//€g…D:¦B<¶I 5?œOæ™XÖº¿g ³Ûå¶M‹y=ßBqßý×XÑ= oT€–´‡ªFeh9ü˜Ñ´–B(Ñãcò‡µ/ªÜ“ô(žn §ó(îÁ.B{ÈŸ§Î÷ÙjϨü.Žç“„Ð%zyI…¼£½AöA+†€hÐ È-­pÖQËkã*—0>b³ ®¦Û~‘j Êœ|Ñ™U·yi2Á¸1ŽaûXtjƒ¿ìØ“ælñäÛÄ=í»Ëü(CZãHÁ¨z¸¡Ž¬òY‰|ç¯Î¤Âiƒ'½Ñâs="L㌊çˆ/ÄGۜ֯G Œ¹›ã ]*T­U‰+§ÐGJ*ÜeÏÖ]®Ô^{(ÿ‡ß%³ …U˜ØmˆÞÔlÆp”ß.¹ª©<¿:µ,šxk-Æ[[ÈDOrq|õKÒê+m•Em‹t°Êì”î^ÁÑßq._îºIϨ! ~¡5ñ¤jz÷à ¤§&mvZ Á:ó_ÁzZr̉Tåë 2&b™-¸³§:ZWñ „ç'q”[êÉ6MÍBiçº4êKWù “„ÈÿÔ"dh·:^±"ºŒ{xÄŒa¡¡hKôÉõ ¡Ï}I¤‹| %jȰ׾ölçIš)‚ÙÞ!žŒ¹yփ”֕ »ˆ_/ %/FñÑà[wëA®ý|ïás“ê§…ƒ . 976†°÷’Êsi#·25z‚ïÏ‘;¾¦ ÿ¾ZðŒy°y!ŒTýua£xùÅFÿP Q¹›° ·%¥D×#hLö6÷3Xµ§xÔܾHÇGKéc^SõE€6 -‡Æ”2ÌôÑß^¡{±Ðô”XÝ(ö8‘{]Vh³VK-ì f•O¬*Ä2­qŒòú^xóû:>eBÏ÷7}2 ѼÛƒaê´N³_vWܬ¹W‚dzìò^ÀÈYEyš±Z˜,Btv[™^¡³äus²ÃùÛ;¥÷¡A?»«Šp°ÂîÊTÆÌ0œ:ÛŒï¡UÏWó5Y£©'­Eà{–¶ªPRߥP˜ßçFw"]ˆX&ÅìJÉD;Zo >ó+í~[ó¯wöKuH-MW6à7Š,<É«U§P~F YˆEj40wM¸Ò1"™`“{¹Œj™¿×$eüÑ Ç µu…×Ä ÜíDŪ-3 ùª¸Éx$Fìß6üc5*@Sš9 V8$äƒkl°·üΜ‘sG£w*ïÉèȦT›öèÂæb%¾ã·˓ƉsQ2Ìb;±[ÏŠŸ£![â—>LÒš%É´²ì‰ÜŸ¥ÔuÚj3Ä‚7J»¿† ›J¾‹&ßS ­nøúõ5|ÿÂÁZž—¤ÆÃ÷K@“ ìgÅÅ ì¼G8å¬.î\©ýý&{Ïj­å%äÓR~ç›þºï¹×"˜ÇtqœÃ@õžã~êÄŒ²Mq`·"çxòî )ïÕðϦgÓk!0~Ehõ¯Û2›~ób?º¨?cÏb©ýbð¿užòä0^ÉÞ!`„Ã÷/k]7Û?JöFRëæ‘QºÇ’ʼna1Þ ÁT’=±ÁôE8¬íÓd˜“W«© Àm‹ÝŒš&w™tË92a5cBÄ o#úv Pk-LVoÖ)wŒ©|Ý÷6zÎYóÌÚØ Â87žöAÚô­>⑨ʧfcØÈ¾ÂŽSxc[ÏíOeÓ—>bAÌïŒÂ /ùý}؈Ž ælsYÓîÚuÆdq#=öS£bŸZý"ч Ìpù˜u®ÑWVjLéç×ÀãÏ- Ð2ãÖ¸>Lá…27tYWÁ xD»…8&V8äUI‰Ð¥€*ßEàV£ê«ÜX[3b6†1ÀîÚ™ÆÃóLïWÛ²øÚôÁG}ŽÓ(L:ÜkeCyåÇDG»µo–k8Œg?°áñ ¢(I¢·»¿·ileF…š_j^[ŽD0ýòõ(ól–@µä`ÆxþÏ»-Ç ñKbâ@,ܦF›ô”œ1<$ˆAפ?Ô¬ŠÝÇD‰ˆ:“,.•ÇY™ûmXV3í^ºlÝ. YÔt€•‹¡Ýrbr—YF¬n§–4k±L/bV[’­ÊãÏŒFn×¢KèÒlZT1u¨×D­N$B©45X&€ÖÁQJm7LJ5vèe‹žÿ÷,aÉSؘˆV#3!߉àk 5õý3¤¤\ù nF!½8wœ×–ßçA&~ß÷æ¼Û¥gb!&®4ëi=TØ¥ßué0G¹à…%9i•;ñ@?F Xo)Ke‘X°àíçà†Õ/ªÐt® S)%Ûåez^[Ì[š×{ÅE‘F~¸Õï„Lc ¢¨TÒg<1™¬ÆØæè8X95«À]8M¡ @gÕ’Y•À#+uú?¨§G±pé0Ž s‰Âš¦Ÿ ëÚ:æ‘'¨rw¦ æ@PS ”=vï×–§=±a‰4íhOÆ|Lò°Y £ä üH _#Z?šŠõ®µ|6®¹,R¥›2ŸŒ]MS?²9l6Õ›\0r}Áˢ݀±'¹‹çýGòrë%»#Þr¡1QE] ãjWR:dËB¹2:ñþÙNÌ‹4´b?~0¤£ b¢æ¹ïƒŸX‘lòƒ¥o¬÷^Ï'DOI X§Í×÷‘¢cö±ä‚‹/¿–oy6)u1|ü‚^)Í9?ÄVã&^¹ðæ»DùÄéKï®/ йQ™õÖæ·vEì$G÷#Ã9mkrÍ;éR><…µ†§°îJÕyûø'À§Ùh†Û>¢¶C#;úò7}k>SM];[2f–DÚ¾æ½3{¸ö¸Î.ÀΤZ¸P@öÜÊž†ÆÖª`?d«Íþñ‡Åi;»¥) pz%Ú;wøPyzQÕí»¸Cõª¾¢#tœ‰E¢Œ50•x›àvÓ5§Áh9]ùÝÍûêˆ)‡>ÍÞ^`¥N§rÉzÞ¾ù„³¾M6ÄLŠ>xLq­à™ AHm`&´-ì¡Ìøëöù;¥üÈv›¥lCçóû-8º¨,CÄ é:1ƒ¡µnv>6éA”wö>+åMrCEw.šÚ€&ò4J@ô}âÓ¡*¹Ï/¦¯”¸Œ9-2r(Ûâñ5éwïê«Jä®E$#£$4VuUê°°Õ£)z¥iñBk߬ñÛÏ»^DÍ^"HÍ»4¿ÂáXÙ † A•¢f¬ØjŽt‘Ž• #P8±§`‹jÍW•å¨cÜ-ëßLƒ²ŸDõ¬zs b@"^â_ DØÓBv-æÖ2@hqzJ÷BSu><¬ „›&iQ°‰Qœ-¹7>UËÁÊÿñ§~¬G1ÖO®n…Fržoç–WSt*m×ÇÊH>c:šp2ƒrÒŸp„ùòqûø¨ýÉ)Âϱ]Æi*¨B“ÿ~v³·åŠÜOLUëü[¾&«èš]= ʾ¾åšßÕvEÓÛî;)¤ìh/rR²T5Œ¹ÌK¿½%%<ÔÇê(Åz^RÇÛâ¼ÏáìepÐ4¸ãz£Iô%“pÝEëOâDÔíù–#L‰!êÒnÓoldÆ…ê¿W”^×c=S˜n —¿:÷nP¹ÒVN‹¿/C¯‘¼õ~í)tˆ…[ßb(wþ#7#ÑO>¡š‚NN_nçBpi™%ØwYš>oæ Ñ$ÈñZ”æcÀ½1‘-½g‘ù­z®?îë“Ó ¢¬}7L.¼tÉ` qÅ„ãH°GÉWDεûËKt€ªsf Ó·j†_`3 Ñ¡miÜß,$…G¬r{¬ð{ªŸ µX3ÓHƒ\ —Þžßâs»Ë¼µQË>$m ÷AUw]îGÓÓ± ¦QöˆF„ÒZ¢&ßDl /¹u.Pe﫾©]´UºÔŠ,Zsö?´{óù. _,aÖîJ¬@ÄuRG<¡»ðuiÞù§±Æ)¶|àS×çÉ­‰´Mˆ¨}/1¼º,/#’ùeo“’?ëlSqL±_vÉì£Õ„ì2 ÑC9£TÞû™tÞßkÓ$°¨…%ô”Ñ@Š<@t¯I!Ûçu»×Ò’Í]š7Añ–Sبõ–ëpùM”0ƒ…"±Á«V§W|Äñ5Âe˜òj\"»½í`³˜Ù˜_¼F%<¿lü\âU ²¾éòÌaás³Z& [³ó˜j· é@îßÃè{s¿Še‰|þò”\ú……¢Çƒú“uùä¹&==œð¥VQ»ñgMôϺ½ëYÚ³¦Rcs¼ËaÃqùO*·êNÒ`2Æ+V¢ ÞÆú#1ŠòÚÍöXŽ’o>Ó9ÜWŒ¸+4ìd±/èÝX’PH¢'%=eMtQùÙóf/3VÞ ÑOŽ%B³ µ‘ðAÌ6ÞP¸>î–¦ïBßHCÄk©ó#‚ÊXþ !µ¡0»Ä: Á~¸µ!¡ëU\®*Ähiy–l<Ý³Ê ~½–§3+?ùHÕCrj^ÍGÁñÍÃ<0Õ“æ¥/1VˆCäozu­Çñ3(†  íð"àY¾àÙï®^ªÛÈ”älø…â…j³9¼Ådž"côþùT(ÿÜÉJ®²¤tÍÖ&2f³_ŸÁÞsˆî’·Çͪ‹ÌW¥ù®I¹¡²Ÿ¨vôkJy\à 1“ó“ȽGxð˜ÖSµ~Ȱ|ùÜûn|xÿãk™kwúÿT«ëç”Q z®…j\ëõÐ;¼nYe6å¹S´ôʰ›VÃŒ²’þ@UzG¦áR6'"À–[G¿){t;AÓoÎ:N^žÙÍs£ù[Ðox!*ˆ!O¹¨Q‡p®ƒí¨”ðC —FÖ-½^lÐ8ŒÀÅlÁdUÞ"ûP¶¢ ô~Pn€à.žÏœ¼ûnÉ›ßdû^ªÌ¬ ±ÆÕRH™Ã”Ë:Ù¼e|6Öh¯Ñ d;Iœú!0tÜ€Ûõç;3¢ ¥%äú³ó_ç.ßæÃpF ¢n5´°8ÒaªÅ&æ,2MAôgÑö¾nI,XæÑz>u“ʵ½ž,£/*ÒÀG@Ñí(Û5zÍé&Tf’ÈUAøK½Ï"‡ÒfÜr´™Ýª­Çwm%½9;õÀ¦ºPå!6ÞPÅ F)«~‚!p08Í,7‰(¼ é®YÚ„Nþƒ«æÔ>+H8 Ç|Ô½)~Ý~£ïÄݳ,çc”FBÔÛÉÛrLL¥H§t: ¯ì¦Ü-Ťý¦v›ª’=Ò¾/`eµ‹KR–<„%Ø£‹"Úb<Ÿû|kõímáKÃ{4‹ö/ÒÈ&ÏE—aaNѶÄéÿmàsÇ4qÀhÁê÷ˆÅO°-ùDU¹%DnÅ`þZ«F$ÈÆ0 «·5ÌF93X‹S×N JÏ%jž é´+¦½xü^gS9Ù ØúI¥X£ µo¤øê«^oz˜}М¦ì"²¶Î:©[›‹ýu!m«F7iW­®ˆùœ©6¡r³ö—:XUB5û÷x8¼ïÑÿ3XöûD›ÏàP~—HÄ}2“šâ½ydœa êÕvðý—ˆÕí@Ñá뉫WåÌŽïžÑ§Ý&Oˆ€0*’¨cS˜³ OªœCËuÅU”“qÖkÛûªïVà}ºdïÅ×.üXÕS°õ6UI,ÍÞÆ´‘bë3póÚ¡WJû÷Hˆó¾d®á‡«ùÃ=‡8ï8™ˆÚdÛ'U%î,ª×LëŽZseÂâ¼&;IpukRHéRGÉÃz57ël OuÄ#ÿ¶„¢ÚEãwÊe'RŽ3¼êäGàÅ«1}4gôÁ¡=QY_>¬ ÞÍl^“5pd]¢.Û`þKrå`Qàw¬^ëwçqjv*%Ýs·š%‡—ÿ¹yæY …#/H)tÖì•ûÉì¡cο~â N@ctÅï>‹‡Ð ;æàœñ^Ÿ‚cM~ºÝ2ºÄÁƒÖL¦ä7蓟HÔtF‘×.üœî-1¯úFXl®YxÏ]ó‘ÂŒýG"v³è’·ì¶Š¹`<ž¶ˆv¢45¿xtˆ5Æ?— Ã'FùƉJL]'·}Kw‘-) îyþ)E˜˜ÙÓÎ (œëI¡aÌVøÈæC5ÌÓ ; :Z!,^êOïç)P²œ“¡kÆJû¹ö-¸u+˜C‹ãX •ÂΗ­t,¯Šx\\ÄÏÑÃ_½%ͺ¶Vä¨åŽC ÿ^À.à=lØø~+û O¡( ôf®¡¡±E5- Œ+{VNVµTt˜Š.§¤àE'üô(GxÈÌ£–ªÔQöÐL-)7h–®ÆýÑ&s$?2N‘°BÒ¦–xß•Žë /c9ˆ2“!#ªŽÝȹq4Àãgàh:i@ƒ£èSGï A½mâ^ìߊú—¥¶­a[‡pŽIà÷u§Û'¬¶&ðý€óâ n¦©F[»:öÙŸÁ°ŽZŽsï˜N²üÃí2Ù³Ã;Y”0‡Ÿ"¥ ÙQªsdóSd¨óQSÄÀŒ>Ç-ÊéK4"övµlàdÑ)%ëÖ“¼HkñªkïôXú¦‘€9nšÒݯJ8ø÷ù]ÝA¶ŒEÃ;‰:VÚ¥“öp9„×™e9üõÃ%E2¡Ìl®¤‹JB }äh”2¤CtIòêc ÈÝ’#ÙŠ¯&,³Ìíë- ~B`{'ñé*ªMŒär€ _ŒS«‰8˸=h×të¼·éà°ùe°¿ýܱIP¢L”±Ih¦Ž¸€…õK·Ü‚5ø_ÎapY`D™mwõSeI-u"|Bš ®Ô²'{J Õ!]ÇèvVê¡QCÍQd²ÞÓKÓá5¸­À;—”0’,à{1˜Ý>²sý&›NV ¯°è샶,°³)ÃØ*ËVZ¤K¢Q _kÀß™"!D—ji«”ëÖµ%‰v[¬ ˆ¯%œ¦Ò’8ÅØ-‰™Ë1xÃ|Ò•&Ó_Äêr“ì½È‹f-}×°]t÷¨1xÃdNó?RLvtÏ– ¤sE£ßÞ²¢è‰ÿwNŠ]aV››½ó-.‹‰°UâOl̉¸fe¶Ñlž¼„óg¾Sו┥OoÕœØiô>àȱ‘‚vëÿÜ_Ä!d YѤ„á$À.öܧ*r]æØI )ÿZâWv—¾hÝ- [ÎѦïú<.µ6}{¶)ªQ(„Ï™^ôÏ-‰æŽÎþ¸®?ÜÑ„,€~=7Ý úU÷ÃÜU´j’°`á(þ…QIlj㸟÷ú‘ƒ$i8æ§SjZ–!ÃDK]{?øºV ejg­'&-üÎÞk@ìc9g5,uZºmO:ÓÊ~à§!¬*¥tR…ÇÔ¡^+QŠzÂŒûúæWî]÷噌íËÒbpñQ‹›§Uk±%2L òQ}}ü`ÄæÙa©_ú¼]£R7;‰’X‹qQaÆ6B&u:"PžýïKIâ¨ððå Ï?`f,É(¿ÓI¹©äƒ¸÷?üëÂŽçÞ?‡Í,FíÌA 4…8{Ä{wÛW£“éI%‹7X\”ã[™–÷Ë攫H.‹i•^Q);Aôi¼üZ}àåá•Ò»:_±Ð¾'¿¶àE`š!­Q:7írW,D3×gW+LàÒpËyõ}íj‘mAÔýo¦?Dhp‰4’ȯYš kœ[B».÷³ÝÕYd«Aq’½0Yª`À«¥Ë©;ü–díÎø{{èÀžë½·T5ù.ڼѳÄ}7_nä4y(çB¿³vÄ!ëj0ƒ6¦Ã–2!ù]蔨ð+8±Õˆ­òã’c& |<¡J±A9<Bw¾;=¡ÇUÇ# ÷y:vâE}C PÁ –y|–mĸ¶Ÿ 7Tóg}õòŒk3›=¬| ÓWíïâmX‡’ÐÄAR㢎{¹[@§öЈAOK&¿Áœ©[„^óßTÁÀ‚Ï¡U žý`2Ô –cP0w"«Æm†CƒfL:+Þ‡¡d)†¶C¿³r­â¥Ikìô…´L`@·ó…!Ãbø¾¨¤%šîÿØm3§äæ02¥8" ±7Mêæô ˆ4Nb>aàk¼ 1´4Ï{ðè:Ñ8“‹Cd©³hÑüBiÝcå$¼˜ô>¨ÈÊ^=ˆ‡’5ú§VX«ž76¦œ;Ù3jV}Uù‘yˆ…Z cÉw1A º\¡³Âc(¬rÄ’lŸ§¨„™ž^qèÃÌUéÄ"Í¿+ÓÜA.v;\‹Ÿt ø¦«<À@¼{2KüJÌ3¡¼^bår£úÕjW.“¯Á¡Ð$m¬¾@9ù¨§Ýoþ¡ dÊš²ÍGÕºù¹½ƒÛ¹r6U­&YsNžê7úENÌE÷vøÓŠ–À++À ,j6í¥džn>Á°ÈP¯õ†‰¾¡R¸a6•ï}™ ‡§é16jÎ=}Ò-¤†‰“mek/ƘÎÄTè~HL6ì^fªërüëo:ÐÜ0×^Ö‹3ŸÝÙ¼í†ºç† ˜÷ wNzø¸4‘cFÙ0¸ZAt:4·Eš3µ˜±N ’ºh±CÊ”f†Tjð0©­Û®5du,4 ÑÃá!ã#ã«Mµ?J®ìB4¬J'W¼çÈ–0ÆèFÁN dXÛz²ÓbgEùŒÍ«Ì}#ا«ò5Âü ZÑ,h2Uï^j½¨4`9*ÊnŽ+›X9š~<µÍd@áÁ¤AšçQ’®Bº{ÊKéÜàkùÜ·6‚…›$œØv >Àr½ÓdêÆ©]Ðkૼr Š*ù†ÐHô†Iµd6±Ôp@ʸN€µ=£ãÅ4ÖöÆ\8`‰ií¹èq¦X{Î(3üi¦9*XÁç)ò$ìE‹Ü¨Ö ÅŽs Eº`Ç^Ï2é!ã©ýDn¯-Ò¤›Aånøj˜ó!WöLÍ2¼À™•7G–1©ë?ñݵÎv-77¾„ɦfà­³ñu0eþ¹ñ=xE>ɈM ƸîÅÿ±EÛ}ùøgz ·ZÇŠ9çà†{σ¤ @Sº~íëÇ›²©ßÍĥǓ3*îgž™½!i…œ\a·ÌŠéTiËÆà”s¶“ç c¶0v"CI¨•+C~}`´ÓãúÊ~…Xÿ:ø8µ¡ lD5Ú™å¸3¦×ÆùºôØ÷Á‘w8ñÆü¹ˆ»Ê©Õܳ_ŽGÇÄ;¥º¤–¥Q5g¶e%rÀ­Ž¼fíÕ]bØú9ÞërŒÅ³_€–ÿ•ï¨A~B†ì›¦£ “U ó‚g3 ¶èèÇ¿T-¾‡ž I07Ÿøýo¼ÎÇŸƒäCQ‚ÿI.ª’N54É¡Ã_Òpv;æoäûÃGèq°^ŠÚƒþÉ9ïvNŠy¾ÔäëØO1¤ B8\‘¤ É%-eo¬x™æòaÐ_ Ec`÷uìÐÄŽf}™eÓÉ& S´v|‰)±°:\N d¤8×R@»sWãl.¬xôòNCÁ¹ç¼nÛ ø"NìL×ÉÄÅûí½Hl–eK&¬f6‘ª=–H³V.4>äX¦:«£¼‡-ôáe(íÃK' ©1Æ ŒhZŽï<+ùèi®dáÑíIʤ"{¯Mž§Å+ ¥©;@Æ›—¢>Îêz0Z¨5ô —W^ÐÌpZ§C]Ð?Æ!i"%å_ é-£ç:¹Ò±^Èûñl‹I³•żElî 6ü7÷: éey;›"4Cv`MfŸþm¡”Ò[=¤ø¨òÑ^ôèàq ‡äqf= 9Ð¥qŠXÉj| eý=æ¢ß6e ۞ؤvôÑ4ÂC4@nœêëùÒWùR«BwêsãKOiNÓÍj÷µØRI¦ÄEi–3úmºV°)<ߺ1k‘óœ¢Û‡bfì^gs‹ˆ™ ©šHM½–ƒ'yâO9ü>Vîc´¥»èãþ–Ìà& [Ô|Íi9ÝeSÜž |i²'6êæ÷~‡_ܲ“±Ø¶¯÷–DHÀã Îg—ðt`¡Ï¤mâ“­Ål¢qÓka ˆ]CÎãYJN¦•ºn/µHJFÅ;ôç-`³Pzø ^ZJ„û³$@;?j‚Â-ÿqo@¶X¾—l½FwUd‹1@£žXný¬nk²Ô͘¬hÅêXS¾Å;²ŕ§>*Üø˜µC—ð\Ÿú–ÅXNõô·«Òÿ SY‹MÜBÜáâ’Ðÿ°ÍêÀ€ÇÚʼ{8Š,}hœ.Q½Ó£<ÓÌü#já·%$K–qg§ÝñTtÿß¹Qc- u¯["s2ÈM“M½<[¸"Z9ƒ'BNw¾Aoê 5œ¾øu­{¬šï™š }7š$W txÜ@ n-âOIaÙ…çhõE0%\SòIhÒjðs8Ö\Sð–±çÕö`QðÂ÷­va•if<&6ôïøvó6 endstream endobj 856 0 obj << /Type /FontDescriptor /FontName /TYINLY+NimbusRomNo9L-Regu /Flags 4 /FontBBox [-168 -281 1000 924] /Ascent 678 /CapHeight 651 /Descent -216 /ItalicAngle 0 /StemV 85 /XHeight 450 /CharSet (/A/Agrave/B/C/D/E/Eacute/Ecircumflex/Egrave/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/Ucircumflex/V/W/X/Y/Z/a/acircumflex/agrave/ampersand/asterisk/at/b/c/ccedilla/colon/comma/copyright/d/e/eacute/ecircumflex/egrave/eight/emdash/endash/f/fi/five/fl/four/g/guillemotleft/guillemotright/h/hyphen/i/icircumflex/idieresis/j/k/l/m/n/nine/o/ocircumflex/one/p/parenleft/parenright/period/q/question/quotedblleft/quotedblright/quoteright/r/s/semicolon/seven/six/slash/t/three/two/u/ucircumflex/ugrave/v/w/x/y/z/zero) /FontFile 855 0 R >> endobj 857 0 obj << /Length1 1644 /Length2 12567 /Length3 0 /Length 13422 /Filter /FlateDecode >> stream xÚ­weTœÛ–-îî(‚»;ÁÝ]‚PHÐàÜÝ!xpwww÷àNpwxœs_ßÛãöë?ýúWÕ^s¯¹d®½Æø(H•T„Ml@¶6Ž ,ŒÌ¼ k#'[k[9™àÃÎ@A!j:ZØÚˆA¼M @ d `e°ððð PDmíÜì-ÌÌÔê*š4ttôÿ²üu`äöȇ§ƒ…™ €òã3ÈÊÖÎdãøAñ?vTŽæ €©… ª¨¤-­  –TPH‚l@ö@+€’“‘•…1@ÎÂd㢘ÚÚ¬þqÛÚ˜XüUšã—°p°[|¸\AvAô;½µ…ƒÃÇ€…ÀÌhãøÑG[€…±•“É_ |ØMmÿNÈÎÞöã†õöA¦dëàè`loaçøˆª$&ñ<ÍŽÅv°ø€¶¦7Mlþ*éoìƒæuZØ8A®ŽÅ2L,쬀n±?Èìì-þNÃÉÁÂÆì_ÐìAf@{+ƒÃÍ÷_ÝùW€ÿT=ÐÎÎÊíooÛ¿oý3 G•)# ëGLcÇØf6LÍŠ´©-€…ùv'»ÿÀœAö7ˆú¯™¡ùHhbkcå0™"0)Ø:~„PÿÏTfüßùAâÿÿWäýÿ÷ß5úOøÿ÷=ÿ;µ„“••Ðúcþ±cKhøØ39À_‹Æ hÿ_|€ÖVnÿ׿ßÖý#Ýÿ†LÚøÑa³ixÙ¹™yþX8HX¸‚L”,ͦ@«¾ýmW·1Ù[YØ€>ôý»µfæÃÔÌ-Œ-mþ‚ãÈÆäß«øìU5DÕèþë’ePµú6N®¸(}Œ…£š›ðãiÊÛšüó𡈈­+Àƒ…“ÀÀÊÍòñ?Rãae÷úÿ›ˆå_gy £½…+@‡™‘™™åƒô¯_æ¿bÿÓÐû7qc[“¿IÕhcò1{ÿ4ü;ÙÛHþ÷:ø¨ÿ?οÈdŒ°¼`kÌð-ågªcnÖÀ˜˜NO ä@ ]a­Z^®O…mç”MžR×Ê@ƺ Þ·f·ù?v¯»2´{C]8VTI ³"/2šî\ô5ÊV.º=?&ýBäÔcÍó9¹ ¨¯œÌ{[cÊ*ú/0Ÿ&ZÙìáÎïi|Èœs}°ÈïìP¼“k¢±ÛÐêÀ0ª~ý9¦Œ?¼¿£êè$îÞ%¤ËŒ†§às†B¦ ÷ùžI(øU½Ô# ›Vh/F8Núj·¨ý°'«Jn¾cú$áJPÕx÷ëPùm$/m£{O‚i樴jƒ¯Â¬t‡å/•,d¤"=È·e“@pÔ‰³ ‰‡êJVíYŒ®I\µÞkê'w¢÷7$öÎrØ0…q¼øºÄ‹c]ÜzÅô§]–”„j[߯…Á܃±·~†È†žã†îè¾mŒf³td@Q£#;PYÅçVÚ¬·¢.œ— …þ‰‹­KÔÈûQ™Uñís¼¢uQxxlEb­œPûIT™ ¨¡B@€‚<Èûh&ÆüXÔþFñ¬n¡ãLþQ£c ©ñG@ ºÇçšg§aîS}@dHwMixúóå.æ¼»gÜ—‰ò˜¹]ý‹`Ë…ú"Õ@RÅU-bo¦£žžÇLF|ˆLçÞõŠFÖ©HòØEʨ=VØcˆÞ´Ù0“Þ“5H÷š0¿õÑ’„”¤*Ç“®¤_„š»¹0Ø'«.P†í8¯ïfç(/÷þ¼ºÿ, jo£µ2f®,o_4~ ]öK¾­ð_D5Õ<§<äÑõå‚üêîÃ#y‚h·÷WHÎhÞ# ƒÚG®U+@ô+ Æêp‹°L«Ýs™ø­æzþ‘} ÷¯Áác§häì|šö÷Îô^C ÅiwˆîÃJË ó¹ín s«4}t…ÄA’¡4½£þÐν2(ŸÉ{vÐŒ¨þʾ狸NW”»Ô‚ÙïØM‰t¤PüE^=Øœ±j‡gs„Qxˆ<ôX`J»Åe®Mª’²6îQ¦;x-•°yÉQT^À®Vò~…¼ErÃaëQÌμEà(ÝLòaÙ‹Í$Ãgßò KO«ú€öÀ1@ Vùl›ÅïX 9„ÉÏGüÏr}È;,©Ä1N3´õg(?ÙÁ”öûpL ý¦Ô¥3ÞÚ_ÆWwÓIpôÔj9ÚI¬kér¦µøŽç^›ˆ1ü226Îcнá€sò ì@@1GÇeÏžŽ®ÊJ`P„svTIpÌñ™3?*ÐE¤¦#9·œ?ë\Z‚CNãL¶OƒN¾(ÒC|ÖÜWd4»!FàJ$ºpÍÜëÊq¤ý–pº‚†·¾w—,i‚º9?¼1s™žW.ðÉm¤Z.—„#¾ª›¸¥>ÇW9b#Ø «Á ˜´PÿU€mæ¬Tû ˜¾÷×éñTZ‚*«{…’Äq¦æÎûšpör¨"ÀQd˜Ð!ð=0ÓéjmݨùºsŒ >÷ຌ`Ì 3O°y¸¦Ok—W®'Å Z«êOèŠmM+z›èÝrïËa,•ï½ sJº?LaW^„ÀˬßÃ8µÐÛìô;>étK·bv ‡HZ²o? ñnHίEæëGÚ…{Kd8eé)œ1VqA»4B à‚Pb£Oñ1ɉWü{í O÷m@šíìí{ëÐÉl’ãR¬?öJÍ—óß…Ù6j£ÿØ‘6ýúŽ-ÁB×óç!ãNpðעݧIjŽœò„jBÈ}oé.ü¯4á¤ï]ÆEõãß ¨×ŒŸ·žRhƒ¦:BF³y§T~‰´ÆF»%)ðÝhPŽ N¦L71M•àUåNp»M$iá5S¦ÅœÖ‡uh¢ÁP·Ã? RÒÉ+ÓX<)Ð÷µ&7Ó†O'b·Óñ– Ì­™µ-ìÀ˜g'R²™—†dƒ}{ÝÕºŠ1’õœ~|=^¿ó(·4Ý\È}.Šw ÄÝÏ44×丨ÊópºûÒ§žÁú [Ç^°B¨¹s†q‰ócß·7v—#ä”IªÛWÿMêzÓo™üøÉÙ/À@@Ä´QõÇe×øùmXm—Oúæå™XÄAŠë…;+b›ž\Еçò®.rëûQx`r|ÄÓw𕀑\VŸêqR’ØíXåµ$üÐ~Ó%š¶õe'–½î&§ÉY„XdŒÎ1Ms뎛Ë|÷üÇD€#²íö‚ š #×”lµzÝï[á*2øP¶]¾Á–@#‰ƒRϸt‘R©jÛÀµ"Ï’ìœùÖ}©†a^-¼±4ä–l›= éÉ¡Â@çž÷°éŒ_äæÜëúü:^E–“Âõ‰ætd¬ „>üŽƒ« €«¾ÍdyíBƒÃ³!žG©¦v!|h4TÄ­¦(Ÿ‡ª‰>à ™Õ /ñ§‚Â!Šÿ$“¦²:‘uâ÷ÅnaòçR,Ç?Œ¶´°?ÓÁ¡’2üñ…M&ìó._’ÓÝuóç™rØa”¸pªÎ²ÔÅq,ûŽ2ÝvŸs*á2² ÷y%)Vh»_âû¾b”ü¦eÖ6s?žóHÞVcROŒ_ÖÙP‹áÌó# Ö«ú‰_ "$öïîá%RûD)HB4ÿ¡¬ðŠˆ¦òÉík+hF”ÑՌ즼!V×Ío¹ÏMbÊr-É'?zœ—¤9c‡ÍaBeA-à6P¼ ??‚BÀXŠ>kŒPb±ÚRÜJ¬4Žgç%XCŸÄtSÚMUVKê™ (ˉæH]_T›Â½C-~ø‘„Ý —ޱQVjãU„¤eÈÅÁóºB5/å›®là,ã4¦íÀƽÏ9yªLŒ,ú.E&QÞŽÕ’s†"ÒóÓçó·PizTÒ>ibrHo¿! µ¹¾`&gj(8çИŠý¢”¾0in‰;ßÈ–Æ&êuóíUSÌm\¢0´äHVÍßæ:£Þ"hqÊÔÛ<Ý y,R¦Ÿ+ »™¢¦m芢¦VVºÆ¨ÀÐ&ˆð„çc{Ï®L~àíôu Éúw9£¦¼äÓçz/º˜n<¤®È+X”ánƒ©ðÑžPÐuS‰¿V0±ó}Û Ôwo’ôéœwÊØ—}ŸzŸjY[×n|¨×¹ÈÐþÑFÁ¿ˆ]™ëªˆfÏiæ'¼ånÇO,iºZ_|Z%m›éÛ­à×›ðnS—ôî‹õª¸/®©Æ?>—Íô’…¸åáÇ£‡£h~߇w ‰ýfl©&wüLõx ü\%4ëU븹3e:ÒåºzšØ¦ÒP_ºÂõø ùj|“‘y”ëðƒK‘rB€øIë;Ûe˜—jSJe»¯¨¾¥—@ÎÅh‚ÛÖ&¬‹¹)(aÄô"Òt8vÎm`”‰y?áñríéØ|å*ùð‰¬±fhÐ/²9†JiuèÅòy»%^ȯ~iþ¸§½«Ë9” ìR ©nxÞFÎ]ç“> š]ÓÜ{Åh$ä4Zw,ã$‚¿Rþrz\ö̤†mS€‰^e–BcþMÙJŽ–HÞÚ\g]ÕSBVÂme0R框Zlã(Låg…$3{†üÏt#úƒ €"ý¸ß£ÈØ‘ÈïM¤çû‚AElj_Sa'HæÚ]‹ìBüà§³Ê9a8nVø› (½k#°æmJ>)á@ð£ä_äQ ¿¹ûèÊãÆ,ãPNê‹Þ'¨š»Ý(I< ziÔòžhÎvC \lS1{Îö]™²¡±Ó›k,ZõmJ­1³U¥wøÞ3`PgÀÁEÜðøŸ}e`É›®Üëžó&ˆ’~Cï_7¢PC…¥çü,Ú ‰ÑõôÀ0œ\æUp¬²¿Ni<Žƒ»ï9ã[U£l£{åGCq9Ù’¹µÿΠMÞ>´H ðá³%,瑈»‚ÛdÊF^xf~û\h™ fÄ:E]|¤YÍAxëQ‡td§Né"¶)aä­Ðq0}”úÝ»Ð÷]Ç%*Þœµq)¢Rä=d”"º.â¼I)!Pv<¡-»ÿaÊëJ@h‡;¶›ígº¨`,6†h¡Šd7Zä¤qXsÜÙC¶PIŸÖ 0!’µ±QèM#¸×îiùû¬5·±üË=9¤õ~ÿRtþišqöPåf'ÒMhmàV ÍE'¥ú+_ü6ˆ¤W€L'>6ÂïÆ³ø-ï½…p0âî3Œþ*¼mø"/’Í)Ë—K'ݱ…掟¸ÎqáÇt6†ù°.ÔwaÔ¬Ši«ÝYyñõÛºÆE*ønOamýè…M%ü~žÈ´{Ä'H¿¡å=5* ‚ýÈÎ7âƒMþâœÍzÄÎùNæ1ͤ®×éeåÆ_Äz6•¤$Eç]l%G>Øh'Á}°ËXkVصJVý²Eœ’Ñ’ñû=C†®ipÌ&wyÈHÿ æûà/wd…FO8R”UºÌêÒy¿1jè•é/é¯;Së©Q8—ì…ÂFEÍŠOŒ¡¬„U:7Íâæ ËÎHÓî«—Þ>©SÜÔY|çŠѬt$Ø»EÊ.>؆Οp"lù<75½ Î/â·£9lÁ³'KèF£K\á¹è®ší3ü·0ý¢‡øJD¸ ':RÈãb—=§Øãuy‘¯Çø˜} €©†]øMgþ~ˤyÖ¾~ù€¾j’Ð_‚%(ÃLÇP½ÙoðÏшÊYªdî–1߬߹¼FÆy{ƒ¢AÚ_vɶ᳜‚ < 7ä8ÍŃÌÈÜõ¢ÄÊÿÒÝÈêoÖÌÖ¼9ûOè×~•Y!a,ˆ5?§$9¢rE&ÙÞb+¼ Ìæw{Úµ+뵚šå$ÈŠØá×i´‚.¨šð¡tü¡bff·³ðvË¿¹3XeA |ú}u¿ÉóB¸¤èÛÀîËÞ™Ómˆ”uÿF³œ$õy1ûS6¼ U9••w#÷$T´°KÅE¼0”SÓN¦Í¢To5¤¼ïÝÂSw俆 nNZ[ÄA ªÅ)Fù(Nò%)kÂIEͲï±O®+ñ%–ðpÀÛ¡O¹ms–MfÀ4Áy(‡Ñþæwe ûoÕ¢–ëÿ JÌM3µBíËJ‚±­ôÖ];ô ƒ”Ýö?xž@ù†Mû:«ÕXÍÏQpT¸µõ¹™„óß Ù‚PS•v~ÝjwŒ4êÚF®×UÒëÆ tb Öž§l½Å”DAõÄ,líßaYå> ÅqÆe’ ­Øf£òfcÒ¾c³*Žr¥Eÿfx¦Õ“lôÒ¾E¶Æ÷@Û;wçúK4ÐVú¹×Ÿ§Íé2–­_9M¥ Heͽ¸…-V-ÛÞ:‡/yâÁ´â¨'3ÜNY|ÏÌ”RÝáÛðÛ³o5$ ï¼é´Ï»›§êôϲçò‚$·©ø2Pây½£«a¬mo¿qt÷5NðŒÌ)š‰ëaÍÛ­ßñ§šÚf žÏ‘.C™õ1‚§4àýdK7ü½oý0T07ñhßrvá$pߟ~pê3qY0 ¸ªé»Œ*ùÞ¼Ó‡O¢aì/bèÃõoê–ÅoÃO™à~[ô{ñ•ÂâÆ ·ãâ €ù? îñM!½7=Þòh-·«35U-H+ªÀèUšX!‚Nï3Žz  ‡¥®dVn×íõ;I&ÊWF¥–/íËz¬t®R:GCFþw;w}˜¨ HUÒuéC_ݧ,è^¹²!À¿òGýŽ$=\86&Ƙxxª ûÜã‡30§Vduô `NŒNf¬²ln Ïý»v’É»tü´ž>]õðs$Ûy³ ´·¶9Á¢/ ÛA·Ÿç»`A!I¯DŽì&j6?—˜)EÖü”lµÀÉrOˆC.®oÄ+:1+Ó3rƒ­V6¸DEÁB¾„ŸŠÙÙ ›oqîxhKgE¡wIQ Ï•´,ßÄÁ—K¼’Þž,§îa¡.Ê”±óéæ¹ÑýýŽ+Ò…Säàyð¬TÍŸ†‡Vg‘gå¸È§”~m´çñ±mO=jtAÚ×ò¤)ñ/pÔ1‚D`j:|×0Òaç¸ùÎïD¦Ú‡nKÓDÃYFî°Ä)mÈ~Ù^ˆCÚí+ÕÜüÀ%@¡zj¦ÓkÓE“ R§ÊÕYWMøÍÒŽIÌ¿Êt᫪eã”èËÊ«—„31S‹÷ð¾Ã³`VéSt5øžÑ²®ÛL×è|{/k'{¹ˆ;¿uhL n+Jf’µwòÍcÀ¢ýQ]Gc.^Î%"ª¬Bl…âö­uó¡–º¬~ö÷Ûo&äD8ÿɺì'Y焯ˆí5¢ÚO®Åûê¯ë»º o 5J”C'ÙúÂâCÞ(ýütÜçðÍ!™30\®uêÕ¾:¢³WƒO·`{ë½Ùc»Ø ¨‡PF–©¹†F˜¨$ÖRó¸ º“Ï¿ø5÷>Q¦ªÆ|E`Ÿ›¬RpTKS¹¶\{‚ÓéÕ×É7Y ç^»tôÌ}´K¤Ûº^ôr£A,qR©([Dô­—‰$Ø"J5âHÑ—K.&ÝYÞu«…z*:9i½é€‡zßõ\åàªJK†ç_Û’k93y[”úì4͇‚Ü vøöÙ¦œ„Ìë “ÇK¼…´{;òZ×CHƒÙ¼ƒNÌuD82ørO…ìSë‡w€]a¹ˆù‰¶9§:ÔåH…½æÎWa=úïlë=ŒŽålH{ÊÞU² Ÿƒ&£ÅO’ˆÉðCe½Ð·óþ2¼-2æ~T‚õ7dFC£9P‘ žÔSýt¦…ÉéÑ6od02ìÜ3‹“¨Ç`¿èpÜœšÆ†»h2'uÔø™;uAÝõ˜å™´³Ó'Ÿ!lÄöWèäº 7*¹ÏX$ŒÚ(šë‘>"Û¦›>äª^;U,:^áaEž¾˜çHÁ‚9AD¶g{:Âç_”jUã8óññÉß%­q” "€²iÎ4Ã"aÛÒk1‹ ¹­—8CY¢^ÄEQЄ:Û§êU±44`¼]¯-û„½L6^T÷Ž–Ãçk‹,‘!“ªÓ×_À û"¡þ|òﺌ¬swŠòÍ)ˆU9Ì\ÃÿÜÀŸ³J‡¸Ø"…¾zÞL„jsÖDF_d$›Qä`¦‹¯xð £î´o¸pÉðć®õÚGÉiÖÏ VÌ(t1ïiKsš¡ñ$ÕÆu¦ñʈÉé?à3‡<ƒƒÿŽê\2ßEßÚfGÂG¨ü€<ô{ŸRÝ¡:ûœÛhi1À⿎Zx…îîmÇŒ4ð@äß ï‰ò͵<¬¹=t%ìØìwú|ºBËlàð9W"wœÙã†ë'Uæ´,CK¨jê’;VÜA0Åöœã§ rÁÙŽæ%ùÐDßDuÎdN’c•k;Íý®ÌÉû|î†TæÚÁÃÉQ¾<ÿåL8NÌ ÕJ’tà TLÊ @·ÊÏRïçë…8²ô gV>‚¨±³s»¥²ïs²hÌ-)÷—–?[Të/òC,Ͳ~* ?Z¤aSކ¬ j³M´ç 1üs·!@ä| §ûÒ,œu?¨#¨ødåb‰žšÆGªÐPÒí›Q€#Mð­…‰ô2ÿÛÏvBG›MÁ%Ð' ZèpØý_sëÔ÷;ø#så dq)IÖ9ìø^<,·Â_I Òþ]Á7_ÿÆð†av¶¨OJ¬Yµ°º²”;"ÃàÚ±mò°°ôŸYضÊðèÑÍéFÅH]WNƒ/¨G_½†ßĵó;^ µGQôz4SÐ 3}¿…N“^È9ž«æ¡›+Xo0iIdlû~³ù‘ÙJÓž1 yÓé¬e 'x¨Oi›èA-© à‹žÔ»?íÝÉGuhVÛ(_Ì^¬ñQY Êâöµ5‹Ð Pz‡ÓÔôB–ïì<†ÛVŸÍ.,2Žê HOŠOÖCΠގ*+•k&rm[Œã(ûâDè±cË—À™Øxì¹ÑV'àŽáÖbt œFòG@õ™LtB¹ÉËòµt‚-mÉÓmÙ}-Ô½X~ÊØ`Ь K¤¤#žÌXã¡‘GMú@¼ï"É }Ô|Ëß*dF*JW‡ÝÊõŸÔÅË'atO~”MLþÌÖä"^õ×ÁÇ­’íý£H œs¶½b§Zùû°tæ¦sF«}1,m{²0ûVÝ{¥ª`ŒH²¹Åü—á°‘âðHˆ=߇£ Ÿ4;žŽ.nø˜»8AÅŽÄ»SU ¡à–«ŒƒRVb×[8Xß:ßG‹©¦Ó0TSWu¸òªì’²Û:µ>m±éÿmåE±Õ:ïŽ{Q’L•w<¹ ¹Á5Çr£‡0ýZ‰¯è5n•O)käÒТ¥ZWÔöä&é™ ž°ñ°@Õ‰*Åõ£7äµ›ELnÂàAJ+o ýÊeïxß1FOGn­sÔn{÷F-‘»Lœ´MSʦ¡Gä%miÍÍØäR‘÷àtìºXMÄ„SUÔÞ=Ô)ZÒS¶ë±ý­þ² vŸGd,̾¢©µfjQ³þ€{ΞÏYêƒàA×:z_î0ˆ×ATBà8Ö-¥ë0%éó«B‚Åg)-îýò0™½cý·øôC ]•û»‹´6q‰4ÆYwg>¼ÏRÌÆÏ^ !èb+†Wyî x‹…O,»Rlß¼‰>Ä«bä1O‡|Ê 4³•†zzAc0‡Öù,¾ÀþYå/?×,yöéÚ`ŠWW'b‚õy™;]1ù»3RLüT}ÝcËL=Åôš€Zw[4Œy'ØÔE½}D3~ÜêY÷¤z}’"ÇÊtÚþê­6Š)àA}{uЪ‡UÁKxÖ.o³’µ7¶Ùm±~R—Š®è]–çß9ïðyv9QQ$ «x+Q¨13àѪ9ÀÌ—;ëè¡Û[|uôÄ~n>ê~2®ð#mžImÇ ¶8]ïwªñ5Lk+ÂÂÛõ`m'X,e¢{÷Ïí³ûJzßijkPk:Q¿t¿K”¿ÝÃ|œæ-‚_1«ÈÞßPfŽ©ÌS+ÕÃëg×Zÿ®ûÍ ÷§TrÏ%Ã7Eã DßCÝ$âr«ÕÒ6Ûgçë" 6Îzm£—ºqzĹi ýð‹ÝCÎÖ=eïÒ¤>j¯v«+w Ðð·KëkÚEâ€a§$®µ3ˆÆÕsçTLæ†þD=BéúÅà6„g”öht’øœG66ž°²z””¸F|Xù]:ƒgÚ¬"7žðOÆ71^wÅß0¼üÚ°_ÂÆ÷2ÛeQrõ¸^»±|WOݯËIŽÐ}}Û%ͨŒù™éjp‚âtW¨>o|Æ0I¡•ÀôtÝègsÄ&è‘waþ²˜ùõú$ªNv‚×l/É Å !õ+©fçxËë³9šÌ# å@Ñþ9@NüÝÇF‰š\/jÅD ¯üöy‘Ê[ó(öç4´‚PÞž5äOS ”ëϘ ·öˤÙ‡¬g,Gîžk‰ÑŸ+nš´6±.Áг.ôVȑ̾‹ŒÈëbÑ\l3ϼf=iƒ³-Ny¾¹.GïÍ×M‘$ @;ÒCTñiT³”{këöv¨e?*ë-Ó­¸!ÍP{£ÃÄ£Ã!…iÚFhp{O,þÅjÁÊJ„逓êRЗ+7vöN„MÝs…͸Gá•Ûʘ¿¥c>ؘ¾z"-ºAÚ}?GÊâm÷Uðû£u»WåzØTŠ*ªÏgµÛÇd>;°2û°˜>©×¾¯i˧²G€˜èu°á¯WŸq¬’ 3·çTº!}‘Z*›CþŽ…°Ý§=ÑÙý«îs$ˆrE»S'¢$KàRdDÿ™3$v Ö×0^vš—/ýÛvxx”;§"iJ ¹šöÔÜ¡$$„e)þˆ0l¤¾ ¬úàb)ÿ‘ûöÍo‹ϵ •éeW¢â?(¡ïWL™'_Îâ×gˆÕëè¬eNm¶á‰ÙÞxÉöÃOù%H3V¢—„¯¹.1ö÷¥;„<gçÊ‹"ý3ËgPÓB¹Äà pmD·‚£Ã-â ®5^ùÕql{]iŽ îŒôL]žGíì~(¢Âùb©*ZsîÎGSÑJiõ2&‡Nê#A2ú®³(´¯˜¦½£¥î,Z«ÃxjcRïĶÀ¯ 1œÃ7¤Oe`­Î㉙pL~.* øcER±8™¡‡Ÿiðãè@„ÿ’ؤñš£FZn5e‘Å·_t?8? ·uÇóxgé2ÆŽ´9âˆÃ æÚ–b \a\°x¥È¯5¨šžá“"·5ÃÕfO17ˆ³Gtê·¾QIœ›ˆMõ{3fýöeµÙµ9Mujkª/Ѝ+2^®P¶IŸþh»W^–Ô[¶ju|›åé·Ÿj5¼'Ìlàñ±.¹Þ»ÃË*tØ|9t2e¿éVØ™ÛJDÜkîÊ6ßGû (Ö1Š€Þ¢ûÕÐ>jTñ8]Ò‰5*ÖƒÖ)†EdOCÜŠƒ9ëêJÛð1l‚æ „³3ƒg%Ÿ&t@±å@fVû ¹‘óó÷ÝáB™\ôà€´tÐKX&®"§Hï–®ú]a}"':v‡DÌIn¬|I;¯”…a G)@õKómï¥mïWhÇWõw‹`uƒ#b,¶üo²…Ò¾¹*äs‡ÑÕÑxgèKÃΔ¼üP”‚Þ½(´[ÕM&ö?8eyU[t9@=äPANÇÇ÷ªlº¨T9cJ‡ÝYBÈã~¼ü¬/©™©£lZªž“ÃjŠìǃ½9úLsñÕ ³>R2ö;4ÎÝŽéÒ,…ž ²vcÁ åGÜ_=oÊ“’`ÖlÙ |²b€—œQëåâÕØx!ãܸ³¨õòzJaRÖkœz\Aëά¾þCщä;J4™‡¨AQˆÄxOˆ×tB¹:}(œÂØ®¿“_õ³÷éæ‹±©î¸ çêúqžþ\¿õShM‘"ú÷JáÌÊÏ]¥JåÄ«¸Œ{DZêæhDbÍÊ®±uhÍÞGÃX«¼ ¦~\¦}U\Y:ûCD Â:lò¬é³×ì±YúÕ‹Î ¡éè¶PÞL-Zã)r Õr³C[§Ê{éÚ-x«ir^Îü0ïs7¯'/ŒD‡[—À =KÞ·²ðÛ28[…ms2=íÁ’:ßµï»&Ö»!_¼G¬r»wÐSŒw™ÐàózÿËÉV¡Ö3¨¨[ ØE¤”¦}-æNê&‘”7b~mÇXá⇶äðf•êìUXZú´<Ž÷Ë} <%mjz064¥Æ%⬛¶ÁM¾¹‡óó™.ǧÃòQ…†¬™ ÏúÊðI:ù•|»³Ñ-Õø,.AŒ¼ÔUAjãx„´”:Ì £¬ m^G¤'ðéwœC:?<2#UÚy¬XG¶£‚læ´Uš20bȾÌH`¯éœõyšÈöO‹9!ÌÃ1]ÑÐ)¾™–vmßlžV*{¿$ÝRˆ‚J²„éài KC×ÈÒV_¾  ¾KØ âÛ¼Tp†ã£ÜMçúTóÍŒÂð¾ÜfYD¦]ó„wÈÚÊjÅwzIèQᇷC.fH]¹ŠijŒÁsÖ¢_ûǸ°‰Í!`ýC5‚1…®öás~à{|£âUg,’Ñ…ÚØ Ù0NT\¬œ‰sDˆÏṇœˆ= ’®?Eu¿;‡:àÃþÉ…V-'Z­âЙVB!R4×ÖBÚ5g« ®6(é“q-jœ~Âm†FŠà`]üt<~VLÌt“i†â¹a[_tb5¿e †Ni‘Ï.qt5âÓ;ôUÃIû¤w¦úGúnæ*$ÅîºSÉ=òÙâõ_¡/¤öòÅd%ÅB'=âV~ü€ à»eíO‰jLt°íÉÁw$˜=†ÆoûŸEIOì(Âîàð¾ð}}2Øß‰o&íÿnÓGÛäCùòþ[Ũ¼†øëë¾'¬€{™»[×PXE—a¢i[7ú‘ 1!uW}Éc]zðÈ\ô‰XIkGÎÕu¦))Á±Ýú¨~’äÑÇš½Ÿ_˜Œ€Tœä˜L–.ؼpÃfo4!¦¼®à æúÂðäïDÏVu'1R’£2#jm®’6öUUqïÛ ýcÊ!ÙØॼtykœêœñºkô•Žqˆ•M\Þ½XÞ¤¸ó±d]¯y#:»:€ëÀ‡þoXh™Cµ.ˆ›õ­?Ò.Í4´}¨éTžøÍ. SêÚž©ˆÍw:!HÇ»%~Ö~J>’ x†SüÅ”þ(×\¢Å?ÍzéE^»À¤ ½©SÊvÅíî%ìx¼Ãúvë CgMÇdFM*Ï.7(s@è”oº.’‡GmÓ~»ÛTÔ§<“ËX#×— Û¹H-ÊâèÑ÷´íAø¥ƒ£g'{Ö–á"âvÙfnÉØ^DÒ¢½Ÿï4ÖÔß³‹÷;[·MKIpWúkl¡…> ×°ŽÒÔŽó,Xö(‹Ôè‰1Wô¯#…NޏÄ`fßš¯]ÅëøÌ¶¤PGQh–™“wy|ífÆùP»ÈPþ„à¹øÉ/{ü8oú;Ùop$&5ûêýxTmÌq>i–€4™Ñ BNÇóâÒy³ÎÙø$Ù•ÍÄ´¼U–1½ñÀFD„”sG½¾¬ï(ºüÈ^n„˜y玚Û,ç FH)ÒÎhX—W^ì[À˜ºu\Q+3Φt톡½š#¥¿ÁÒ9  ÊåA »|‘f¼Ùw䘌‰}¹ð Yj–b**/ &NªŒF/=mÂgô«®ªé?*¤ÂÉÔ³RĘ̀Ø:zÙo=A§ùãg´ÚO‘6—(Ë0A3ˆ"‡TS±w¥€9Z‘n¬M"^nöÆUù¬ûøjϪ_S/sø­z¬Êï½˜í ®×[ã~œ½š4lÏ2ûöÑqnîÿ|f^V˜:™xeÈg?m¥eO"ˆº"õÊ•ÅË>Õ­î·ó8 좙6s†q©Øncg¥ž¹(Æ ã+ð)mãr}¨›ŠƒîárY S—­…Vâk}ŠG¨I¥Nr ÞÊhªb"!Þô€ÃµÄ,ôcóøF%¸Uo©µÌ*ßò¦ç/úúc,ñ_~Üȇé l{v‘em_ó« ìæ‡áz%zŠ+ê AžKVQBâÝÁöìqí ðEÝ¢¨¶>¼@\ 4~ž»3íÄ{È'5ôÎ-í­­ª"Œ¾ª:1ˆ³~}qo‡ÇÕÅÜ€1àû6 Qå&‰(áÐ÷Ì40‹x™“€–ƒ1“é„ Ó$ÿXÑ¡}€àqÝ×Ù¸¢?:zh}¿îë{™”jØžÖ ›É2w lpý#¤ØŠz~ TÁÑ—¶5Ëÿ_½}ã³ð§g´^#:£„¬©óÊ”i{çßóæÙ Nðt™ÕØo7B7¿n~!¥Ê Oú¨L¯(—øXM $vÇ¢ñY1Èañ9?íìÖ µÌ„uÌs9áºhÞ}i(µæä=#‹4-–eåðÞ¨b¿×6:( PÊïh$?)7ݱ~ºÄX+t­ÞˤòkT†ï¸…¿„ç©ò)È× ,ÿNRö ü>`±ý$c¯– œyª G@Íㆠ}½f¨û¾±•ŒŠ›ÕÁ­|7JA»+gÛ²øCuÿW«ú·ÀFnm·[˜ß†ÝÛKe.ÖoíÀ 2qCÛÀ’ÞÐMZœŒ¶/=éSJÊ‚y/…U¹¯-YŠ`êŪ^ðâépþÈD(žöH¹MúÐJy’б˜[‚`MPÝi«æ&¬õmž/±I2ÔæÀ—päýëâ«¶å_lYn=%L-ésN…6$!ÈAè›–ÔKx@ÙœªjÂ1 ¥ƒ(dYÈÆæÅ%CÖ·°¼àc¸ÐöY5´dHì½üØÔæh": [špª¥iÊ\Ó#Ï ¨ERDU¥ý[çñAÕƒ¸T{y×°JsáPL[MŠNG(wònã­Œ{»»ƒq^¦Ð¢”uÏy"!ß—¦ôá̽iÈi9ÉÍ”OI´9¿ñ˜#ѧۣÉÓ0×Ò¿“m@ñÛçrªJÐû{¿à‘åŲÂô’Åô…Á³­táXíu Œ:ˆ5eñòÕG»mÔZ¤¦~ûÆsÓ¡ˆLãfŠcNö=zùz'Ρd‹å¶E3º¸×|tϺÖk’h\ÂÉ;GqÕ×îáHË¡Þü¶ƒã}Ì÷QxA*¥qvÕUDwO>âÏ9«—_!,ÆÎìÃÅÝM6B›±tb!F)c¹ñ¸ZÎï]f‘Ë]Ûuba1ø"Ú±" èÔ^¬et–X:Ò>£²®ø—iŒ†²Œ±ö>#°¨·cÛ:&¼ÀžòœÏ½NFšÂYs²'–_ñ‚â@¢…‚M‹+Mž>K¾Ýó‘øt}…m F½_˜ã€ô]y#) s¯1‹|½¢´…ºR’†æµÇÙJm‡±Óe…6ŒU‹îüÚ‹#uÁ• ƺ¦‚¶-×Bœ1›¬öå,QÿŒjàx¢25ò¥“ÉCõ؇°ÞQâ-òOÿ³G{Ò*¯a„^ô—„[ÃQº±›§¡ÞX*-CªÃšrç }}™­˜¬mãLåóßúTL,†Ñ ½ƒÑ,ÍÔ"òg+×tÚ`êü:aJ¼#°ó¥0HÀxºò‘3´L©çôÈÊü\aÈÔ}+bÈs‡Ž€¡–Ÿ^‘âäç§« ©ëÆ5]"ÁmºÚûB.ë 7"åÀ(Eö~¹ŸW~ðš=&mëçÈÉAŽ­ùóö]×dl›‹^Gã­åYGÜŸ­3¸òÙ¤ãì6G-¡¢ÑÙ”dŒ/ÊúibànÌÛªe8T¿€°¡¢R ­q%8IkgÏ Ç„'¯GýÎUhk@¦«œõ&šûí˜þ‡Š¯²’’Xqî{.ö®/\nÔé:¹t|¥«=9SèÆFfôè8‰å:J BŸüêîU¤ Aâ—´™­2Bϳ‹³ƦDùnP=®œ‰†2|¥ù¡VƒÈm%×8bŽÖ-5_ÇÂ#L¶a|žpdCÆ‹…æ#²/kHsÓÓ¾ZUßp”äë¡À&ï¾cÌoAȇn©#ŽI8Ó¸Ä÷ËàÌá»%ê x†tiýD;ØúLPõ×ôl­d9ÒÁÑÛ¯â’D˜¸ßÄ*f$Ié³ÿú6´º endstream endobj 858 0 obj << /Type /FontDescriptor /FontName /ISWNCT+NimbusRomNo9L-Regu-Slant_167 /Flags 4 /FontBBox [-168 -281 1000 924] /Ascent 678 /CapHeight 651 /Descent -216 /ItalicAngle -9 /StemV 85 /XHeight 450 /CharSet (/A/B/C/E/I/L/M/N/O/P/R/S/U/a/agrave/b/c/d/e/eacute/ecircumflex/egrave/f/fi/g/guillemotleft/guillemotright/h/hyphen/i/l/m/n/o/p/quoteright/r/s/slash/t/u/v/x/y) /FontFile 857 0 R >> endobj 859 0 obj << /Length1 1647 /Length2 8805 /Length3 0 /Length 9647 /Filter /FlateDecode >> stream xÚ­weTÚ’5Ü%¸¤qîîî,¸4ÚXw“àî$¸C€àîw÷àÜ-H À{çÍ›õ¾oþ̼Ý«Oíª]Ugשµš–R]‹EÂÒÉ(ëäeá`e¨Ú:˜»B4T”Y4Ö® P3àãA¥¥•Í ¶NŽÒfP  @h Z89¨´)'gw°­µ À ­©ËÈÄÄüOË€¹û?—Hˆ­µ#€îåÇ ÈÉÙè}¡ø_j¨ `e ¤ÔÔõTå rªÚ9 #üÒ„º«9ÈÖ lkt„VN`èïÀÂÉÑÒöOkÖ. À qZؾ„Ý,€Î f€3ì` ¼üØBÖ`3GèË@¶Ž WË?¼Ø­œþ*Èìôâáð‚½©;A  °­3ð’U]Zöï:¡6fÐ?¹!¶/0ÀÉêÅÓÒÉÂõOKa/4/(ÔÌրݠr™–¶g™ûKî2g°í_e¸Bl­ÿY3 ´6[‚€È Í ÷ŸÛùgŸ€ÿÖ½™³3Èý¯h§¿¼þ«[(²bEåà|Éi}ÉmmëˆÊög^­œìÛ-]ÿ}‚ÿº †?3ÃøR„™¥“#È` ´BeSu‚¾¤0üïTfý÷‰üoøß"ð¿EÞÿ›¸ÿªÑ{Äÿ×÷ü¯Ô²® ª™ÃËü½g/‹ÆÌð²kÊ€?ËdüY8¶ÿO¨™ƒ-Èý þWo]àßUÿ'ç¿Â§p´~Qˆ…ƒ‡•ço³-DÖÖ h©n µ°X™^.ï/»¶£% ²u¾ˆü×ý¾±³ÿ öÎÆÖÂÞñ<C@GËíáE·¿:`“~¯¤õ^…éض9«¿Lô»3ðŸ™tUœ,ÿëð‡JRÒÉ àÉÂÁ+`áäcyŒ/ÏQ€“Ûûÿ“ö/"ŽžUÌ `[7€;+;;àåûŸžŒþ…FÆÑÂÉòÏiAÍ-_Fï¿ ` W0øEñ¿¶ÁKçÿ8ÿõ€@7 ê⼓…P]Jz*´Š0»TÚ »“ãU°sQí»‚<¿ §ß”° RÓß•Á¬uã‚OÍîs‡ÎÛŠow; @ôIÀÓ\2ojÆ®<œUºV>¦6ã"ŒÔ#Ý(ϳYåuø÷¼ì:;›£šÆ…¿ÉÇ[¹ÀÈg·Œ~Ôòü^ÓÜ8cúX$×Äâ·a×ÁàVåÑ%ìßÞÐ÷ ô÷u\ tm“2eŢР}€Ç ‹ôsÉ"{¯]ꃧ¢\_:>“ÖϳC‘ÊÝ•Rô«ù†¡Ø8mžrýûa~«’ò¶ áµçÊ“J Lõi oY±göÍÑnsb!êõ¼×¨d»ÎGFCnǺ~¦ŠKÖ ï’E†õFníó¸+äKöf(¡à¥Ç+—|G1GOG5VÿêÂßY–j{OüÔ«ð¸=;õQæJJÙ•U¯wgÚ7Îû~äb‹Pø&?2i³u½QÚ«ª>¥(ñÑo ÙY1 ùªÎÌ­³såÁtÚ Ì >Ò­ZUºÐg§¼Uã¹jøE'BgƒCvSúæÌO2#PŽEKHß°ÃÑTºÅèòW :´.KAµq*ä~ÕôýÏrˆðö­|oað6JÏ»Ýeõø]¦Áj€û ýL¨Ñ^kqð(J xãšýDõv*DIØÆg1 †A’‡ Õy÷E0ÉÃ.Aô/Ü1XQú7hÜîÖ¡ › e ¤³ˆ© ç8sìWÊVЙɤ6¿q8¶|»ÜŽ’»jr®!å‹ ‰ª@FˆÊ]ÑÙ;yƒ|>ÃÌ,Îp)ˆp;S—â ÁƒbRªdÜÀ[ÌŠ X,RšI\“¦.Sò»V¢Õ§Ï •èá’’¯M³×$Ò^3ÄoaÁ¹ªMs×ö¥½…ï´/õØÆŒ]ëCÐoâþ$@æŠêÇòN³×‹Í„Šå ç´ò”x!é™ï=ÅyÅ épïÏàß›ÇzF$™~?‰\V LÎ(*úÂ9ˆR$6Ë{ä¼6¸tŒWýLH¿;äÊ™"QW¤xqßAöîZ4ùHgnÒœÝEÞ<$ö%À‡:U\ÞÚ¬Pµ‹'YˆLúe¿x1x—Ü`R R^ž„Àðïè“<›P1 ^!²Î"˜¡°4õuÌd¹oö4[‘¿_!ò̾Dо:íE”¤h»0d!Wu ä *m7/¾ÂW«$æ’°yUZ<Ÿ›PYò;ƒ›h™Ó\o..Ñ'T½ÙË"Og8ªòëîêÖé´š°6Èÿ4 “Ó¦òÁP$p>[9¤<©zÀ9Ë%½mŸê„¡Ýïs°ž£ ²85nÆøard©> ãh™T½7õ9–~=˜JV3¥ê½îf÷j¡ì0ÅI§¶»«§oÐ{$¼×¬€„ï­bŸö¢ÕžXQ.òEòøðÇÆZ®Xislye’_ÇòX(‡dº?óyŒTÙžn©·ÚÍVJ-‘AÏò”ºÒ÷Ìø2hhuPtòòl_ãt=˜xA„lÖÝ…z­ãÖ‰ù$ºÈ|cþô¿y–3fTÛlä‰Ji³Ÿ’Ÿú¹~.hÝŒb½"t'Ð&év»FjTõWÆs¶{Ì ¼B<‘Ì'Ãõ÷¾‰DÓ]Ž]0 «<3™Z¸ã5B z ®¹FfÄdvð+¬€wƒ£À!à|2údëD\_mA¹ËÅ%ûy¦ýN‰ãÎpbQ¯[uéVK«½vOºå˜Ú=ò-¿Q´ oÖõèyA\©¤m¹oM¼U«Ó Zœ*ß—~Ÿl©Š·s‘ÉøóøMT_§íÏ[Ã÷ƒÞ3J¦‹Ãžƒ¸ã|ñ4êÒÉX”U9u.€2cÚÊø.ã¥KÐ0HdâÄÇu I]¸‚T ³à&̧t¾ ¤*£.Tëåå(‡‚èm»ñ?¹™-dêóFñÇõômS[¦‚•]ÇŽEÂèömàÀä|_/*Ö½â5¦nÍnV¢á¦…CdûP >#…½ûq-!„ó; Ic(DìŒ×Pé-<õ­õ°ß`°ú4ø¾ƒ\{qœ©a„‡ßÃKq\4ýî ا(îË«±Vôï£< ÛsñÐsvºÀÖâç«é’Æ,ü°sˆµÞgÃB™ÈcN?àÉ h3T°¡T½¦öe«_º®ãš%¯ ýúª×iF4­¶ð½Ó…ª,¯<™J‹PJÒÒ…žó|3)úY…­QÜå£b‰¨í„^¡4htw$n&µ?UïõR—–¼¹¦Àè¶zËBª° lÒ<#9øéµN;Ѷ\óóYÞ¬Àªµ%1ôP{îtêÛ"ûƒ#2¾L’ô£šÑ:õ*ì¢;šÈ ÝTˆÙ·{–y®ÇñÒ£Çv‹¾ÆñØçÍ™YxÏž×>¼´!±ÚbþxzŒ¿pb•žcÄȪßp¾\qÑ¥º’cÒõÄS!s> w¹…LgŸ ØTõ&)îûóœ5ˆOômZ(ÃO”Ìp=Þ©bqå ÉMµ{žTO½w5"Ý>ï"ÀÕ/Øu§ÿ`KÍO @©ÚLö÷´Îíø¥Õ²%Äö1£ZºÒÂÝçœð=Ík†è¹.$gîÍ£ÃBà†rÑÂÕ0”Êå†çN|ϱ+µ š,›¨¶[ ìh8Û¾û0–ä¿+ý–‡+…¬:Æ_î4Mûêõ£˜Ù C+V˜zÇ3\‘I߃ÀˆT21Åšê¸Ðd¿ßçSC™`¸eÔ'K’1a¤Z!8óq¬á°¸cW½dè/¸ŒnQgÆÜí¶„€&á׌r4GO›25¤•E`°/3ÐÓ¯Ïý{aîSnØà,D±‚‹ü É/µé¨ g©ðo»]¼Ý˜cÃc Û÷ªÛßä»ÑN2öÜÑ\ëqQbm„SJå8ÆxÛõß1[9åä*s¹DÈwËÌ7‘»v…øŠXš,÷‘“E¸|ý¾9ôáF óž›Þvܺ ±³]ëX  ^n½n‹AsªµBÆÓb>}“Fí/ñ³áWoNcûïº5—ª˜ŸÍn{6~p°‹žz…PäcT²´r~”¯3äÊðýîirWö¶˜á3'¹àÉTqY‡("0ù0¤µÕˆ_6ªµÅ!¨€r1RK,|ë펯K©þü¨è«ôɤdˆ¼ø];ZH7QÕ•¾ZNxËóôWRÙÚž Û—ÝvöHÔ÷4eñs-éXÞl*wCõx¹‰´~†”cLżHØÉçN%Æ)¸òþcœ.w~½L²›ósŠ’oÒu»ï‡úPÂ8H —2?¤°Ô/^ØÅ£ ó@*†ø2kù9pj+s;”p|ðU­( oé¼ñÄ‚«žÔxó¤{^>Q”Õ%W›XWü›ŸÙ§eÖnfˆlž€Éã÷Ð;Ú°ä1­{ž¡+´¦ð†ÙXjsù4ƒLeFû$qŠ7Žï*R”¦I޹I¶¼ÒF“¬{KV_™Rw]óW¤«©á;3»[\U|àä%®*›ÙN&6H¼/¶ËÂúJ~Éj§f•—)¿}#x2û˜dÕ|üpBCzq% ˜ƒb ônQvñBW¯Km¦ÃM®n”õ'©Çg.íOl7UêwËñÖ,©Q&Xù@±B.ˆv&±Š·“æbßwNÖØ¿ÊüÌæ8žð|ÿîl32ëïûq4ºkñh× ©ÁMh@²”»ÃNâ²*õˆ½æŸIÁí7r<2åôq,}Fà‰ìgoṲ̂û¾¯0-;°4Ö—{*LÑmÆ?ðÜädùÕ\—äé¿)¬Ú±“õ&) '{±ó”\Òtd0zåÊE ¨~ÜæÏ¿“\š“Ré»õ=âû,Íš©Ð+aêºÉˆö eá¨wó³áçˆß1'¡a†¾äêø´¹WÊwfCj+ö« £w·¦-}"GŸ 8Jšhõ¯å‘­NÊí³?¨ÒEc…On$mÈó`ºÈl‡Køö±jíÁÏ3|ó,‡¡ìÓîòôIÙ§5Õú*\øš@xL‹nŸp’iGºiñ”›–QÞë0ƒL.#–ºh2ôðr3¼ÛÂÚmªAd¤7i·Û·û ÜõXïÕ x£ñèëúþ'ƒoøêÏsLvúàà÷4l3t;,ßì··Ç¢âÓp#à “ ?ä.E|=r“óGõ¿°ÎÖÿq|ÖdFÃaÜH½‹HµÏŒzª}†¿ºÿFˆgÛT±F6’}4 2Ӏ몟 ìâR,Q`ä†7Ví²Åí•c—îÎ!‚uú¼{¹°xŽÎ÷‹hU5—’³`£¼ƒÜP®ž*@aX‹Õ_æ_÷M²y8Â]½j> š“@©#²GÞ¹äÁÓ/%w^ET}ÅgQH*Ï;û=uæÝ¸Üx»qP¾r@؆ßlˆ]îÌÏáʺz:ò̤Ø;ó°°Ü›ù¡Oö‚Üü`»,Ð}j»äÈ8§þþWø%—!_Ÿ_9å©©Q}&&â(»þÔÑɤJI°Œˆ¬üEéopeXgÂK%…-ªM›áŽÝ?v‚°ÑâJÕ®ù:dÃÕRuì=ë£ëTÅÑÝ{é¼›U¬Ù×ÙÇi'ÞóÔ‰ñ­h—´HVÓ‹9!µ4?µVÀ²Bb¤àÄ»„36ò܆¥ˆiþg .OC˜w ¢(^ÿZÀÛoFKÜ7K4ÎÅ üe%è·£p4¡Å›øÔ´]- …c†ÏÛ‹txu{‚שê¯-M×ì† N@YE+ÍŸÓR´›“å±QMÑá(½”‘4ÁV•z_£¬vëã[ï€çrôå <Ô)Îâx¿û4¡¾µ¨wö8WŽ0:•S,׌ U”ÄŽ ÃïçÑÆMªÝ?/ƒßÞ]®zÚÃKf€,sa<¥+¯×\úw§ô¥äâG'ììÏŽ•É·÷î©Ã·Ÿ ß;}¾€æY£:ê÷õ~Cä/6ÊTáº2´Ì¶—Âú„-‘ñ~™¸WÂ.Þ _n¯UF¨Y•Aùܘ  ^7È0þþ™†ží¾ú³?W©?hm¹6Z^ìv`­àl訖Rö˜Ëtâ–‘Õë¨ÀÊ")ôBŸÂRÛÌž¨DfªŒÙMª@×0éúN»õÖXÉM«k G ùS°EúdhûÍn¸8Ÿ e%ä—9)Ë1·®¡“ÍØQ³£ûŽn¦mäÒââVæð`F¿-­°q=mêk÷G$ dÆ¥qû [o5±,Ò!´…èôÑ­Ð63ýŸç¾×ŽÃ]Ý;µŽ¨„-âHÕÓ±³KœçøŒ¸¦ §ãíe$.ežvE‹Ê–H“`øà7{fm œ‡1HŽûz4¥˜·°O>È¢[Ð9Å'«ÕˆéŸ’Û†Ÿ‰fi£#¶‘§(Uç)R«YÆ5©V W}í+z†2œÒ[V¼ýCÃ'˜n|?Ö ¾캡MÆä_ŒU3*[¬láüp쪗ùd°‰ÎÐÑÖ­Ãnò…_)x,s ‡øãT·/Á¼NåÖ`• [ªWNƒÏf#¢8MÜM˜|dûL³Ÿøðžéóñ\š=ó5yZ}¦#½CxyA¾0 ™¤në‡Ácë[<Ìïv¢«èâHÍ2]" Tøê¶³({Iäq›ÆÚ é£J¾øJF¯£ØÓócµõ¤6âW§ßwÝÈ3­]5›I2nñ^ýÒîzãù´ ™™ã(¤‘’z &€•ßEô–É}†Í)Dm8^¯ÃÂ[÷ œË-&J|ç·ú!M¡m]Ôí¡@W1YÞfQJ«-÷¹­%(‚‹)æ»~¤u¡å(”-/ÄNó—õ£"ÏÏ{óIÙ* x@ÓåÑJ»%Ò¬fÕãV3ª‹×·8#mºÁ5Õ›\=*!äêO[З]¾ gÌ>üR’RW1⟚鵇Lf1äÏ Ó‘´ß5\Ô?0íËP(_¡©?V$,Og<­=Z˶'->õ©k,ȸº4èiÐ]³3e·o”éÌvðDÛˆk"ªfqјÆH:*0({!{j>{ÃÌMY…åbãZ›ÌûH·æ&"·²òÁR§2å[náù½'7ü7i9,xÚoz3¤‘Ì/åÐx¾Ÿ8´óÖı³dÜ*™ÁòsÓÚ®m »õëV§ô~]p1úMéÍ$øæ H­“ZGÐÏ©î8L‰n¥„öG¶„0¿ÜÉ[^#wE•!¦‹Ä(—&¢; ®®Œ¸£Î€÷² ˜U„kÎLJ‘¦ÝJn|D¹YoQÈÒÃÍÞ¸íÞ³!ÉÝëhjr¸šð5Ý|¤ ªñã51Ê*ZgŒŒ¢û±÷¤äU§þµ×d/¹¿ªØù\CÞò+x=ŸÅz¡»€Ñ÷RgŠÎ:ügŠØí»ñê(Ïgþøríá[Οå·q;B,>ÖZM©áÓÍ7±×£›˜ù¨ZòyŒ­¹Ÿ× ÔrЏ@6ÒEÌ¥,ŠìAj ÂR j²ÏÃ¥õäR²ŒÁé¦Ó|¿÷SÑ$P9TP7½'ܡަ°c’à"Ó‘ñö´ô3\¥üYˆ³%ûÑL‰Âg+œ'Ñ“‡Štý#^“ ¡vT¬Õôò3Ë'‰Û›Ó¥im¬\g¾ÕœÌ$X 6¶„K“—ILžÅØ¥2/Ù3äÑe,oy[”œ–c$ ¨¤Ë>u*–ˆei8˜P\z½™G‡žM!»ItàI±¼YÞ¶–ª>¼½ª¬ü4íDúC$m&̘ù2{0Ä+àÂ>[§u-JtO§Й9$j±“V2dnÈï‚§=F<ÖÝ„ƒýý‚Ùîºð3Âúꪢ¢è—ªÜû ãá„84úFUï£r‹1§‹ÆrÑ8LDI´²¼ºâ~dt§j”—¬Äˆ³E¸Ê£ÂôÍ}Þ+M>â•oðª31Î.OR­®nÒ<‘æU ~µ“º8ƒí5s½Ðþê쀧¡Ô¢6 OÖ†à\Z’ÒÖÓØxnÐÎSËЦÜ2»â&àÌv׃b;­’_ŠÂrÕ5š2סOͺ”vA>‚,awé;fâUmåç—É@"á_Ô9m]†üºä¹j1€l¶ô8å½ïRØkš5bü£$vFÝ™ç<í\‡ª÷K”¸Ô ñÑüá4:Yo1&µ±–Ó˜Ì;lÎû‰&#ç€6]¯|ŸŠÖHpí÷x&ˆ?Û1YÒÏÓ~BC£Š$o ,‡>Qp:#7²#Ë‹°bôˆ?‰!ÂDÙžjÁ ëÓ/Ä9Æk ʇÁ¸vt¸¼ö¯ª9²žŽ@z#ãLÖÎçZAkf•ÈÀ½'N0ÀþÌG2WeB¬¸e°ûÄ·iuùœjüÍtñ£F›¿Mª•GT^W|ã»e§â¾ã¯0>‰ÆÍBé“ywK .›à0Êñý&+R¸; óêR„ØýPÃíÃ{Í™¨¬á@˜œªÅ׸×gÓ\âÂå±Pg÷oI÷«ì´<;âÚr€"V¤}Vé–P¢ûEWÚ²ÇÏ“n¬×j*~FnÒÑ·ÛiU©ö"¦GˇôÉ ü"#ajðBߣ6%R˜I¦¸7 QNà}”F*ÈRàu%ñ1}šÂP÷QY«ëš&FøbÔ„¡ŸJ¯eÜiº£´›Å{XÍ‚#÷é“Wš(e9ÐÃöjSÏ _-ÙÆqDE 6Ž‘?—s°Â¡_þà.‡Š×§@%¢çMšé,‹l0}àUѹmª…ä2í³ÉÑ&lu rþ!éoIl+~àÑ;,_éÕ“K‘SR›æ%ˆ/VÍÙÅmøÄço%­ïoÛB£ÇEy'ÁÕ‹Þ_D5¡ók-ỷ¯pû(äë ®¹/ÏÌÐÂJ¦ß^Û«œ{+R¬`C1r@dñxWæ.XÓ±„õ…;ŽÆÌ›N¿ßÉ„a6ÓÁ6EàCUŽ ^î×û¬×\TÈãÐzño¢ÔMÃ0D[„ª·ËŸfžð:‡—X³¾dˆß =}zã0MKp.c+Ìj/Ÿ·Ü’ -¡ºJ¾&{úQ&X¤Ê듹°! ˆ»SA‰'~¼:%Å]hÄ@©®I´•žŽÇ¦[ñ–Й¸N?Ñä“rä®LR£-1C3®y„úÁw •ɵ¸0%ÚÑÅŽœs ÀvçbœMr.¿®£€I·óÉ¡™ú–ËêâØ÷Jy¸¾ò*¾õÊg¾S§'<ÌnªgŠhçxu¸ \öÞ6ZœxSŒÞc'á=OæŒÜ_Þu]1¥ ‘XºüUÃ;Ó9ùëáù*$}ÖEˆ-¸°Œõjg"QrkÅÚ7ÜÂÝBæ ý«Rë‡mœM)I»ìx‡³?h0+"wo|‘õ|„`sëOÅ+ À±´D\Gò<íž~Œ81®¨ævŠSí]¶ªå LOùBÚê’êöH§£#Þ›_ÂW9}ƒÖ³˜¯¾œ!³d€`Ùò!ºD¿ì—ɵ«'ùØÈ«n¢zü~Þ=P‰L|k«¨^Ãc#½X [B?õ'^5û ]¯½3¼ãÙÎòóp¦;:ø1ý‰&×\Ýrôù>Qí\ðGf…Ÿb¾ªɶQÔºžÚ2¡ŒMõIj^On¨IR=ŠåðuÊwóÜýo6,f>[ØÄd‹]üÜjX2 é>5©}ïJe–“˜GüU¥3Sj³Ï¡«—â’aöÑq]›'XÅ©’£øÂÿü©‹¼êøJ%†k–KÓ¸O¬¢~Ë&&\±÷ÿÞ°Ø|µ„z½:>Zô)B€¦ªÓð¼‹Bs«Žü‰åCêöòRPTü•{FžÏBFŠ{ß zýÂ&ÓÏdöµ0QÍÇ{QMÄoõžDù¡²8|Ý 6ò.fÔíõ!Z&ñJ$“þrò2ɆîNÞeާ Dz"wç*š|BÓZ R¥ˆF¤“¾L »íÝ짇F»JØØÅhÅÒóX'E™¯aöåä Ó}•ÙêF.Ú"ÏöÁSF/¹‰&hÖxñ iSöðã`=dQWJˆQS¬ŽtœÓekY¬eI*Dß¬ÐæÊ€6B¼@òoÚ~@äªú†xÆ—!jjV©‚Cì—2dQ@õç5=ÀÃ;ˆÓŠñK¢¼²Ÿª»u‰ˆ‹ÒæÆš¶(÷%VNÅ '21;2œzоÍrì¿"«§HÄX—[B½f¤¨×UæÛO—¸ãé-¹\a±¯¿v»òÉ;Îûi¨Bã7gÔ¶óFÃÉ5ß©ici 3êkÔÌmÑzÜEnGÛÏÍÚ1ÉiT4¼U)ð¾µµKû”UcEøh8sÏÃÁô(VL¶±µ=žûV¿»äƒü ‹0&õ.+YXy‰uOö:³–A÷dGb ÝÔX¼¢)ÑC’âšZSK¹¶îæ)ÕÓu“oq?A2滜Qqús¶'+¢gŽ}TeGZZÆ.‹ˆ_’è7MõÊÜßûŒÈ¦„óÖ´ê¶ ÔÖ ô—Õ“ °ÿï£,Ö endstream endobj 860 0 obj << /Type /FontDescriptor /FontName /DZKSZM+NimbusRomNo9L-ReguItal /Flags 4 /FontBBox [-169 -270 1010 924] /Ascent 669 /CapHeight 669 /Descent -193 /ItalicAngle -15 /StemV 78 /XHeight 441 /CharSet (/D/N/P/S/a/c/d/e/eacute/fi/g/i/l/m/n/o/p/parenleft/parenright/r/s/t/u) /FontFile 859 0 R >> endobj 830 0 obj << /Type /Encoding /Differences [2/fi/fl 35/numbersign 37/percent/ampersand/quoteright/parenleft/parenright/asterisk 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z 95/underscore 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z 147/quotedblleft/quotedblright 150/endash/emdash 169/copyright 171/guillemotleft 187/guillemotright 192/Agrave 200/Egrave/Eacute/Ecircumflex 219/Ucircumflex 224/agrave 226/acircumflex 231/ccedilla/egrave/eacute/ecircumflex 238/icircumflex/idieresis 244/ocircumflex 249/ugrave 251/ucircumflex] >> endobj 413 0 obj << /Type /Font /Subtype /Type1 /BaseFont /ASZHDD+CMSY10 /FontDescriptor 842 0 R /FirstChar 33 /LastChar 33 /Widths 835 0 R >> endobj 414 0 obj << /Type /Font /Subtype /Type1 /BaseFont /JOROEI+NimbusMonL-Bold /FontDescriptor 844 0 R /FirstChar 37 /LastChar 233 /Widths 834 0 R /Encoding 830 0 R >> endobj 438 0 obj << /Type /Font /Subtype /Type1 /BaseFont /GCLUJH+NimbusMonL-Regu /FontDescriptor 846 0 R /FirstChar 37 /LastChar 238 /Widths 832 0 R /Encoding 830 0 R >> endobj 247 0 obj << /Type /Font /Subtype /Type1 /BaseFont /MWGUCU+NimbusSanL-Bold /FontDescriptor 848 0 R /FirstChar 2 /LastChar 249 /Widths 838 0 R /Encoding 830 0 R >> endobj 244 0 obj << /Type /Font /Subtype /Type1 /BaseFont /CKPZDQ+NimbusSanL-Regu /FontDescriptor 850 0 R /FirstChar 2 /LastChar 244 /Widths 839 0 R /Encoding 830 0 R >> endobj 262 0 obj << /Type /Font /Subtype /Type1 /BaseFont /OEGRSV+NimbusSanL-ReguItal /FontDescriptor 852 0 R /FirstChar 39 /LastChar 224 /Widths 837 0 R /Encoding 830 0 R >> endobj 307 0 obj << /Type /Font /Subtype /Type1 /BaseFont /ECIBUS+NimbusRomNo9L-Medi /FontDescriptor 854 0 R /FirstChar 2 /LastChar 233 /Widths 836 0 R /Encoding 830 0 R >> endobj 243 0 obj << /Type /Font /Subtype /Type1 /BaseFont /TYINLY+NimbusRomNo9L-Regu /FontDescriptor 856 0 R /FirstChar 2 /LastChar 251 /Widths 840 0 R /Encoding 830 0 R >> endobj 632 0 obj << /Type /Font /Subtype /Type1 /BaseFont /DZKSZM+NimbusRomNo9L-ReguItal /FontDescriptor 860 0 R /FirstChar 2 /LastChar 233 /Widths 831 0 R /Encoding 830 0 R >> endobj 420 0 obj << /Type /Font /Subtype /Type1 /BaseFont /ISWNCT+NimbusRomNo9L-Regu-Slant_167 /FontDescriptor 858 0 R /FirstChar 2 /LastChar 234 /Widths 833 0 R /Encoding 830 0 R >> endobj 248 0 obj << /Type /Pages /Count 6 /Parent 861 0 R /Kids [239 0 R 251 0 R 259 0 R 304 0 R 327 0 R 364 0 R] >> endobj 403 0 obj << /Type /Pages /Count 6 /Parent 861 0 R /Kids [400 0 R 407 0 R 417 0 R 426 0 R 434 0 R 443 0 R] >> endobj 454 0 obj << /Type /Pages /Count 6 /Parent 861 0 R /Kids [450 0 R 458 0 R 468 0 R 479 0 R 488 0 R 496 0 R] >> endobj 511 0 obj << /Type /Pages /Count 6 /Parent 861 0 R /Kids [505 0 R 516 0 R 525 0 R 533 0 R 543 0 R 553 0 R] >> endobj 569 0 obj << /Type /Pages /Count 6 /Parent 861 0 R /Kids [563 0 R 573 0 R 582 0 R 590 0 R 596 0 R 604 0 R] >> endobj 619 0 obj << /Type /Pages /Count 6 /Parent 861 0 R /Kids [613 0 R 627 0 R 640 0 R 645 0 R 654 0 R 668 0 R] >> endobj 691 0 obj << /Type /Pages /Count 6 /Parent 862 0 R /Kids [683 0 R 694 0 R 701 0 R 708 0 R 716 0 R 724 0 R] >> endobj 737 0 obj << /Type /Pages /Count 6 /Parent 862 0 R /Kids [732 0 R 742 0 R 762 0 R 772 0 R 777 0 R 794 0 R] >> endobj 813 0 obj << /Type /Pages /Count 2 /Parent 862 0 R /Kids [806 0 R 815 0 R] >> endobj 861 0 obj << /Type /Pages /Count 36 /Parent 863 0 R /Kids [248 0 R 403 0 R 454 0 R 511 0 R 569 0 R 619 0 R] >> endobj 862 0 obj << /Type /Pages /Count 14 /Parent 863 0 R /Kids [691 0 R 737 0 R 813 0 R] >> endobj 863 0 obj << /Type /Pages /Count 50 /Kids [861 0 R 862 0 R] >> endobj 864 0 obj << /Type /Outlines /First 8 0 R /Last 236 0 R /Count 7 >> endobj 236 0 obj << /Title 237 0 R /A 234 0 R /Parent 864 0 R /Prev 232 0 R >> endobj 232 0 obj << /Title 233 0 R /A 230 0 R /Parent 864 0 R /Prev 220 0 R /Next 236 0 R >> endobj 228 0 obj << /Title 229 0 R /A 226 0 R /Parent 220 0 R /Prev 224 0 R >> endobj 224 0 obj << /Title 225 0 R /A 222 0 R /Parent 220 0 R /Next 228 0 R >> endobj 220 0 obj << /Title 221 0 R /A 218 0 R /Parent 864 0 R /Prev 216 0 R /Next 232 0 R /First 224 0 R /Last 228 0 R /Count -2 >> endobj 216 0 obj << /Title 217 0 R /A 214 0 R /Parent 864 0 R /Prev 28 0 R /Next 220 0 R >> endobj 212 0 obj << /Title 213 0 R /A 210 0 R /Parent 184 0 R /Prev 208 0 R >> endobj 208 0 obj << /Title 209 0 R /A 206 0 R /Parent 184 0 R /Prev 204 0 R /Next 212 0 R >> endobj 204 0 obj << /Title 205 0 R /A 202 0 R /Parent 184 0 R /Prev 200 0 R /Next 208 0 R >> endobj 200 0 obj << /Title 201 0 R /A 198 0 R /Parent 184 0 R /Prev 196 0 R /Next 204 0 R >> endobj 196 0 obj << /Title 197 0 R /A 194 0 R /Parent 184 0 R /Prev 192 0 R /Next 200 0 R >> endobj 192 0 obj << /Title 193 0 R /A 190 0 R /Parent 184 0 R /Prev 188 0 R /Next 196 0 R >> endobj 188 0 obj << /Title 189 0 R /A 186 0 R /Parent 184 0 R /Next 192 0 R >> endobj 184 0 obj << /Title 185 0 R /A 182 0 R /Parent 28 0 R /Prev 180 0 R /First 188 0 R /Last 212 0 R /Count -7 >> endobj 180 0 obj << /Title 181 0 R /A 178 0 R /Parent 28 0 R /Prev 176 0 R /Next 184 0 R >> endobj 176 0 obj << /Title 177 0 R /A 174 0 R /Parent 28 0 R /Prev 172 0 R /Next 180 0 R >> endobj 172 0 obj << /Title 173 0 R /A 170 0 R /Parent 28 0 R /Prev 160 0 R /Next 176 0 R >> endobj 168 0 obj << /Title 169 0 R /A 166 0 R /Parent 160 0 R /Prev 164 0 R >> endobj 164 0 obj << /Title 165 0 R /A 162 0 R /Parent 160 0 R /Next 168 0 R >> endobj 160 0 obj << /Title 161 0 R /A 158 0 R /Parent 28 0 R /Prev 148 0 R /Next 172 0 R /First 164 0 R /Last 168 0 R /Count -2 >> endobj 156 0 obj << /Title 157 0 R /A 154 0 R /Parent 148 0 R /Prev 152 0 R >> endobj 152 0 obj << /Title 153 0 R /A 150 0 R /Parent 148 0 R /Next 156 0 R >> endobj 148 0 obj << /Title 149 0 R /A 146 0 R /Parent 28 0 R /Prev 144 0 R /Next 160 0 R /First 152 0 R /Last 156 0 R /Count -2 >> endobj 144 0 obj << /Title 145 0 R /A 142 0 R /Parent 28 0 R /Prev 136 0 R /Next 148 0 R >> endobj 140 0 obj << /Title 141 0 R /A 138 0 R /Parent 136 0 R >> endobj 136 0 obj << /Title 137 0 R /A 134 0 R /Parent 28 0 R /Prev 100 0 R /Next 144 0 R /First 140 0 R /Last 140 0 R /Count -1 >> endobj 132 0 obj << /Title 133 0 R /A 130 0 R /Parent 112 0 R /Prev 128 0 R >> endobj 128 0 obj << /Title 129 0 R /A 126 0 R /Parent 112 0 R /Prev 124 0 R /Next 132 0 R >> endobj 124 0 obj << /Title 125 0 R /A 122 0 R /Parent 112 0 R /Prev 120 0 R /Next 128 0 R >> endobj 120 0 obj << /Title 121 0 R /A 118 0 R /Parent 112 0 R /Prev 116 0 R /Next 124 0 R >> endobj 116 0 obj << /Title 117 0 R /A 114 0 R /Parent 112 0 R /Next 120 0 R >> endobj 112 0 obj << /Title 113 0 R /A 110 0 R /Parent 100 0 R /Prev 108 0 R /First 116 0 R /Last 132 0 R /Count -5 >> endobj 108 0 obj << /Title 109 0 R /A 106 0 R /Parent 100 0 R /Prev 104 0 R /Next 112 0 R >> endobj 104 0 obj << /Title 105 0 R /A 102 0 R /Parent 100 0 R /Next 108 0 R >> endobj 100 0 obj << /Title 101 0 R /A 98 0 R /Parent 28 0 R /Prev 80 0 R /Next 136 0 R /First 104 0 R /Last 112 0 R /Count -3 >> endobj 96 0 obj << /Title 97 0 R /A 94 0 R /Parent 80 0 R /Prev 92 0 R >> endobj 92 0 obj << /Title 93 0 R /A 90 0 R /Parent 80 0 R /Prev 88 0 R /Next 96 0 R >> endobj 88 0 obj << /Title 89 0 R /A 86 0 R /Parent 80 0 R /Prev 84 0 R /Next 92 0 R >> endobj 84 0 obj << /Title 85 0 R /A 82 0 R /Parent 80 0 R /Next 88 0 R >> endobj 80 0 obj << /Title 81 0 R /A 78 0 R /Parent 28 0 R /Prev 32 0 R /Next 100 0 R /First 84 0 R /Last 96 0 R /Count -4 >> endobj 76 0 obj << /Title 77 0 R /A 74 0 R /Parent 32 0 R /Prev 72 0 R >> endobj 72 0 obj << /Title 73 0 R /A 70 0 R /Parent 32 0 R /Prev 68 0 R /Next 76 0 R >> endobj 68 0 obj << /Title 69 0 R /A 66 0 R /Parent 32 0 R /Prev 64 0 R /Next 72 0 R >> endobj 64 0 obj << /Title 65 0 R /A 62 0 R /Parent 32 0 R /Prev 60 0 R /Next 68 0 R >> endobj 60 0 obj << /Title 61 0 R /A 58 0 R /Parent 32 0 R /Prev 56 0 R /Next 64 0 R >> endobj 56 0 obj << /Title 57 0 R /A 54 0 R /Parent 32 0 R /Prev 52 0 R /Next 60 0 R >> endobj 52 0 obj << /Title 53 0 R /A 50 0 R /Parent 32 0 R /Prev 48 0 R /Next 56 0 R >> endobj 48 0 obj << /Title 49 0 R /A 46 0 R /Parent 32 0 R /Prev 44 0 R /Next 52 0 R >> endobj 44 0 obj << /Title 45 0 R /A 42 0 R /Parent 32 0 R /Prev 40 0 R /Next 48 0 R >> endobj 40 0 obj << /Title 41 0 R /A 38 0 R /Parent 32 0 R /Prev 36 0 R /Next 44 0 R >> endobj 36 0 obj << /Title 37 0 R /A 34 0 R /Parent 32 0 R /Next 40 0 R >> endobj 32 0 obj << /Title 33 0 R /A 30 0 R /Parent 28 0 R /Next 80 0 R /First 36 0 R /Last 76 0 R /Count -11 >> endobj 28 0 obj << /Title 29 0 R /A 26 0 R /Parent 864 0 R /Prev 12 0 R /Next 216 0 R /First 32 0 R /Last 184 0 R /Count -11 >> endobj 24 0 obj << /Title 25 0 R /A 22 0 R /Parent 12 0 R /Prev 20 0 R >> endobj 20 0 obj << /Title 21 0 R /A 18 0 R /Parent 12 0 R /Prev 16 0 R /Next 24 0 R >> endobj 16 0 obj << /Title 17 0 R /A 14 0 R /Parent 12 0 R /Next 20 0 R >> endobj 12 0 obj << /Title 13 0 R /A 10 0 R /Parent 864 0 R /Prev 8 0 R /Next 28 0 R /First 16 0 R /Last 24 0 R /Count -3 >> endobj 8 0 obj << /Title 9 0 R /A 6 0 R /Parent 864 0 R /Next 12 0 R >> endobj 865 0 obj << /Names [(Doc-Start) 245 0 R (Item.1) 254 0 R (Item.10) 520 0 R (Item.11) 529 0 R (Item.12) 537 0 R (Item.13) 558 0 R] /Limits [(Doc-Start) (Item.13)] >> endobj 866 0 obj << /Names [(Item.14) 559 0 R (Item.15) 657 0 R (Item.16) 658 0 R (Item.17) 782 0 R (Item.18) 783 0 R (Item.19) 784 0 R] /Limits [(Item.14) (Item.19)] >> endobj 867 0 obj << /Names [(Item.2) 255 0 R (Item.20) 785 0 R (Item.21) 786 0 R (Item.22) 787 0 R (Item.23) 788 0 R (Item.24) 789 0 R] /Limits [(Item.2) (Item.24)] >> endobj 868 0 obj << /Names [(Item.25) 790 0 R (Item.26) 791 0 R (Item.27) 792 0 R (Item.28) 797 0 R (Item.29) 798 0 R (Item.3) 472 0 R] /Limits [(Item.25) (Item.3)] >> endobj 869 0 obj << /Names [(Item.30) 799 0 R (Item.31) 800 0 R (Item.4) 473 0 R (Item.5) 491 0 R (Item.6) 492 0 R (Item.7) 500 0 R] /Limits [(Item.30) (Item.7)] >> endobj 870 0 obj << /Names [(Item.8) 501 0 R (Item.9) 510 0 R (about) 766 0 R (addendum) 818 0 R (appendix-gnu-fdl) 768 0 R (bugs) 748 0 R] /Limits [(Item.8) (bugs)] >> endobj 871 0 obj << /Names [(bugs-bugs) 749 0 R (bugs-limits) 765 0 R (example.3.1) 493 0 R (example.3.2) 539 0 R (example.3.3) 648 0 R (example.3.4) 650 0 R] /Limits [(bugs-bugs) (example.3.4)] >> endobj 872 0 obj << /Names [(figure.1) 367 0 R (figure.10) 376 0 R (figure.11) 377 0 R (figure.12) 378 0 R (figure.13) 379 0 R (figure.14) 380 0 R] /Limits [(figure.1) (figure.14)] >> endobj 873 0 obj << /Names [(figure.15) 381 0 R (figure.16) 382 0 R (figure.17) 383 0 R (figure.18) 384 0 R (figure.19) 385 0 R (figure.2) 368 0 R] /Limits [(figure.15) (figure.2)] >> endobj 874 0 obj << /Names [(figure.20) 386 0 R (figure.21) 387 0 R (figure.22) 388 0 R (figure.23) 389 0 R (figure.24) 390 0 R (figure.25) 391 0 R] /Limits [(figure.20) (figure.25)] >> endobj 875 0 obj << /Names [(figure.26) 392 0 R (figure.27) 393 0 R (figure.28) 394 0 R (figure.29) 395 0 R (figure.3) 369 0 R (figure.30) 396 0 R] /Limits [(figure.26) (figure.30)] >> endobj 876 0 obj << /Names [(figure.31) 397 0 R (figure.32) 398 0 R (figure.4) 370 0 R (figure.5) 371 0 R (figure.6) 372 0 R (figure.7) 373 0 R] /Limits [(figure.31) (figure.7)] >> endobj 877 0 obj << /Names [(figure.8) 374 0 R (figure.9) 375 0 R (getting-started) 411 0 R (getting-started-first-action) 429 0 R (getting-started-first-run) 415 0 R (getting-started-starting) 412 0 R] /Limits [(figure.8) (getting-started-starting)] >> endobj 878 0 obj << /Names [(index) 246 0 R (introduction) 410 0 R (lstlisting.-1) 819 0 R (lstlisting.-2) 827 0 R (lstnumber.-1.1) 820 0 R (lstnumber.-1.2) 821 0 R] /Limits [(index) (lstnumber.-1.2)] >> endobj 879 0 obj << /Names [(lstnumber.-1.3) 822 0 R (lstnumber.-1.4) 823 0 R (lstnumber.-1.5) 824 0 R (lstnumber.-1.6) 825 0 R (lstnumber.-1.7) 826 0 R (lstnumber.-2.1) 828 0 R] /Limits [(lstnumber.-1.3) (lstnumber.-2.1)] >> endobj 880 0 obj << /Names [(lstnumber.-2.2) 829 0 R (misc) 747 0 R (cact-FIG-add-capability) 536 0 R (cact-FIG-add-scheme) 519 0 R (cact-FIG-execute-as) 635 0 R (cact-FIG-execution) 616 0 R] /Limits [(lstnumber.-2.2) (cact-FIG-execution)] >> endobj 881 0 obj << /Names [(cact-FIG-execution-mode) 618 0 R (cact-FIG-frame-count) 547 0 R (cact-FIG-frame-desktop) 557 0 R (cact-FIG-frame-execution-environment) 566 0 R (cact-FIG-legend) 599 0 R (cact-FIG-main-empty) 421 0 R] /Limits [(cact-FIG-execution-mode) (cact-FIG-main-empty)] >> endobj 882 0 obj << /Names [(cact-FIG-prefs-desktop) 704 0 R (cact-FIG-prefs-execution) 698 0 R (cact-FIG-prefs-export) 728 0 R (cact-FIG-prefs-import) 720 0 R (cact-FIG-prefs-io-providers) 746 0 R (cact-FIG-prefs-runtime) 690 0 R] /Limits [(cact-FIG-prefs-desktop) (cact-FIG-prefs-runtime)] >> endobj 883 0 obj << /Names [(cact-FIG-prefs-schemes) 736 0 R (cact-FIG-prefs-ui) 712 0 R (cact-FIG-sort-buttons) 662 0 R (cact-FIG-start-caja-context) 453 0 R (cact-FIG-start-matedialog) 461 0 R (cact-FIG-startup-mode) 631 0 R] /Limits [(cact-FIG-prefs-schemes) (cact-FIG-startup-mode)] >> endobj 884 0 obj << /Names [(cact-FIG-tab-action) 437 0 R (cact-FIG-tab-basenames) 471 0 R (cact-FIG-tab-capabilities) 528 0 R (cact-FIG-tab-command) 446 0 R (cact-FIG-tab-environment) 546 0 R (cact-FIG-tab-folders) 499 0 R] /Limits [(cact-FIG-tab-action) (cact-FIG-tab-folders)] >> endobj 885 0 obj << /Names [(cact-FIG-tab-mimetypes) 483 0 R (cact-FIG-tab-schemes) 509 0 R (cact-FIG-target-location-where) 578 0 R (cact-FIG-work-dir-frame) 608 0 R (cact-TAB-multiple-execution) 643 0 R (page.1) 409 0 R] /Limits [(cact-FIG-tab-mimetypes) (page.1)] >> endobj 886 0 obj << /Names [(page.10) 490 0 R (page.11) 498 0 R (page.12) 507 0 R (page.13) 518 0 R (page.14) 527 0 R (page.15) 535 0 R] /Limits [(page.10) (page.15)] >> endobj 887 0 obj << /Names [(page.16) 545 0 R (page.17) 555 0 R (page.18) 565 0 R (page.19) 575 0 R (page.2) 419 0 R (page.20) 584 0 R] /Limits [(page.16) (page.20)] >> endobj 888 0 obj << /Names [(page.21) 592 0 R (page.22) 598 0 R (page.23) 606 0 R (page.24) 615 0 R (page.25) 629 0 R (page.26) 642 0 R] /Limits [(page.21) (page.26)] >> endobj 889 0 obj << /Names [(page.27) 647 0 R (page.28) 656 0 R (page.29) 670 0 R (page.3) 428 0 R (page.30) 685 0 R (page.31) 696 0 R] /Limits [(page.27) (page.31)] >> endobj 890 0 obj << /Names [(page.32) 703 0 R (page.33) 710 0 R (page.34) 718 0 R (page.35) 726 0 R (page.36) 734 0 R (page.37) 744 0 R] /Limits [(page.32) (page.37)] >> endobj 891 0 obj << /Names [(page.38) 764 0 R (page.39) 774 0 R (page.4) 436 0 R (page.40) 779 0 R (page.41) 796 0 R (page.42) 808 0 R] /Limits [(page.38) (page.42)] >> endobj 892 0 obj << /Names [(page.43) 817 0 R (page.5) 445 0 R (page.6) 452 0 R (page.7) 460 0 R (page.8) 470 0 R (page.9) 481 0 R] /Limits [(page.43) (page.9)] >> endobj 893 0 obj << /Names [(page.i) 242 0 R (page.ii) 253 0 R (page.iii) 261 0 R (page.iv) 306 0 R (page.v) 329 0 R (page.vi) 366 0 R] /Limits [(page.i) (page.vi)] >> endobj 894 0 obj << /Names [(page.vii) 402 0 R (paragraph.3.3.3.1) 115 0 R (paragraph.3.3.3.2) 119 0 R (paragraph.3.3.3.3) 123 0 R (paragraph.3.3.3.4) 127 0 R (paragraph.3.3.3.5) 131 0 R] /Limits [(page.vii) (paragraph.3.3.3.5)] >> endobj 895 0 obj << /Names [(section.1) 7 0 R (section.2) 11 0 R (section.3) 27 0 R (section.4) 215 0 R (section.5) 219 0 R (section.6) 231 0 R] /Limits [(section.1) (section.6)] >> endobj 896 0 obj << /Names [(section.a.A) 235 0 R (section0) 769 0 R (section1) 770 0 R (section10) 811 0 R (section11) 812 0 R (section2) 775 0 R] /Limits [(section.a.A) (section2)] >> endobj 897 0 obj << /Names [(section3) 780 0 R (section4) 781 0 R (section5) 801 0 R (section6) 802 0 R (section7) 803 0 R (section8) 809 0 R] /Limits [(section3) (section8)] >> endobj 898 0 obj << /Names [(section9) 810 0 R (subsection.2.1) 15 0 R (subsection.2.2) 19 0 R (subsection.2.3) 23 0 R (subsection.3.1) 31 0 R (subsection.3.10) 179 0 R] /Limits [(section9) (subsection.3.10)] >> endobj 899 0 obj << /Names [(subsection.3.11) 183 0 R (subsection.3.2) 79 0 R (subsection.3.3) 99 0 R (subsection.3.4) 135 0 R (subsection.3.5) 143 0 R (subsection.3.6) 147 0 R] /Limits [(subsection.3.11) (subsection.3.6)] >> endobj 900 0 obj << /Names [(subsection.3.7) 159 0 R (subsection.3.8) 171 0 R (subsection.3.9) 175 0 R (subsection.5.1) 223 0 R (subsection.5.2) 227 0 R (subsubsection.3.1.1) 35 0 R] /Limits [(subsection.3.7) (subsubsection.3.1.1)] >> endobj 901 0 obj << /Names [(subsubsection.3.1.10) 71 0 R (subsubsection.3.1.11) 75 0 R (subsubsection.3.1.2) 39 0 R (subsubsection.3.1.3) 43 0 R (subsubsection.3.1.4) 47 0 R (subsubsection.3.1.5) 51 0 R] /Limits [(subsubsection.3.1.10) (subsubsection.3.1.5)] >> endobj 902 0 obj << /Names [(subsubsection.3.1.6) 55 0 R (subsubsection.3.1.7) 59 0 R (subsubsection.3.1.8) 63 0 R (subsubsection.3.1.9) 67 0 R (subsubsection.3.11.1) 187 0 R (subsubsection.3.11.2) 191 0 R] /Limits [(subsubsection.3.1.6) (subsubsection.3.11.2)] >> endobj 903 0 obj << /Names [(subsubsection.3.11.3) 195 0 R (subsubsection.3.11.4) 199 0 R (subsubsection.3.11.5) 203 0 R (subsubsection.3.11.6) 207 0 R (subsubsection.3.11.7) 211 0 R (subsubsection.3.2.1) 83 0 R] /Limits [(subsubsection.3.11.3) (subsubsection.3.2.1)] >> endobj 904 0 obj << /Names [(subsubsection.3.2.2) 87 0 R (subsubsection.3.2.3) 91 0 R (subsubsection.3.2.4) 95 0 R (subsubsection.3.3.1) 103 0 R (subsubsection.3.3.2) 107 0 R (subsubsection.3.3.3) 111 0 R] /Limits [(subsubsection.3.2.2) (subsubsection.3.3.3)] >> endobj 905 0 obj << /Names [(subsubsection.3.4.1) 139 0 R (subsubsection.3.6.1) 151 0 R (subsubsection.3.6.2) 155 0 R (subsubsection.3.7.1) 163 0 R (subsubsection.3.7.2) 167 0 R (table.1) 404 0 R] /Limits [(subsubsection.3.4.1) (table.1)] >> endobj 906 0 obj << /Names [(usage) 462 0 R (usage-conditions) 463 0 R (usage-conditions-basenames) 464 0 R (usage-conditions-capabilities) 521 0 R (usage-conditions-count) 538 0 R (usage-conditions-dbus) 567 0 R] /Limits [(usage) (usage-conditions-dbus)] >> endobj 907 0 obj << /Names [(usage-conditions-desktop) 556 0 R (usage-conditions-executable) 560 0 R (usage-conditions-folders) 494 0 R (usage-conditions-mimetypes) 482 0 R (usage-conditions-run) 576 0 R (usage-conditions-schemes) 508 0 R] /Limits [(usage-conditions-desktop) (usage-conditions-schemes)] >> endobj 908 0 obj << /Names [(usage-conditions-true) 568 0 R (usage-edit) 672 0 R (usage-edit-cut) 673 0 R (usage-edit-multiple) 674 0 R (usage-execution) 593 0 R (usage-execution-how) 609 0 R] /Limits [(usage-conditions-true) (usage-execution-how)] >> endobj 909 0 obj << /Names [(usage-execution-how-class) 633 0 R (usage-execution-how-mode) 617 0 R (usage-execution-how-notify) 630 0 R (usage-execution-how-singular) 636 0 R (usage-execution-how-user) 634 0 R (usage-execution-parameters) 594 0 R] /Limits [(usage-execution-how-class) (usage-execution-parameters)] >> endobj 910 0 obj << /Names [(usage-execution-work) 607 0 R (usage-export) 686 0 R (usage-import) 687 0 R (usage-menus) 659 0 R (usage-prefs) 688 0 R (usage-prefs-execution) 697 0 R] /Limits [(usage-execution-work) (usage-prefs-execution)] >> endobj 911 0 obj << /Names [(usage-prefs-export) 727 0 R (usage-prefs-import) 719 0 R (usage-prefs-providers) 745 0 R (usage-prefs-runtime) 689 0 R (usage-prefs-schemes) 735 0 R (usage-prefs-ui) 711 0 R] /Limits [(usage-prefs-export) (usage-prefs-ui)] >> endobj 912 0 obj << /Names [(usage-profile) 649 0 R (usage-profile-order) 651 0 R (usage-save) 675 0 R (usage-sorting) 660 0 R (usage-sorting-alpha) 661 0 R (usage-sorting-manual) 671 0 R] /Limits [(usage-profile) (usage-sorting-manual)] >> endobj 913 0 obj << /Names [(usage-where) 577 0 R (usage-where-location) 585 0 R (usage-where-notes) 587 0 R (usage-where-selection) 579 0 R (usage-where-toolbar) 586 0 R] /Limits [(usage-where) (usage-where-toolbar)] >> endobj 914 0 obj << /Kids [865 0 R 866 0 R 867 0 R 868 0 R 869 0 R 870 0 R] /Limits [(Doc-Start) (bugs)] >> endobj 915 0 obj << /Kids [871 0 R 872 0 R 873 0 R 874 0 R 875 0 R 876 0 R] /Limits [(bugs-bugs) (figure.7)] >> endobj 916 0 obj << /Kids [877 0 R 878 0 R 879 0 R 880 0 R 881 0 R 882 0 R] /Limits [(figure.8) (cact-FIG-prefs-runtime)] >> endobj 917 0 obj << /Kids [883 0 R 884 0 R 885 0 R 886 0 R 887 0 R 888 0 R] /Limits [(cact-FIG-prefs-schemes) (page.26)] >> endobj 918 0 obj << /Kids [889 0 R 890 0 R 891 0 R 892 0 R 893 0 R 894 0 R] /Limits [(page.27) (paragraph.3.3.3.5)] >> endobj 919 0 obj << /Kids [895 0 R 896 0 R 897 0 R 898 0 R 899 0 R 900 0 R] /Limits [(section.1) (subsubsection.3.1.1)] >> endobj 920 0 obj << /Kids [901 0 R 902 0 R 903 0 R 904 0 R 905 0 R 906 0 R] /Limits [(subsubsection.3.1.10) (usage-conditions-dbus)] >> endobj 921 0 obj << /Kids [907 0 R 908 0 R 909 0 R 910 0 R 911 0 R 912 0 R] /Limits [(usage-conditions-desktop) (usage-sorting-manual)] >> endobj 922 0 obj << /Kids [913 0 R] /Limits [(usage-where) (usage-where-toolbar)] >> endobj 923 0 obj << /Kids [914 0 R 915 0 R 916 0 R 917 0 R 918 0 R 919 0 R] /Limits [(Doc-Start) (subsubsection.3.1.1)] >> endobj 924 0 obj << /Kids [920 0 R 921 0 R 922 0 R] /Limits [(subsubsection.3.1.10) (usage-where-toolbar)] >> endobj 925 0 obj << /Kids [923 0 R 924 0 R] /Limits [(Doc-Start) (usage-where-toolbar)] >> endobj 926 0 obj << /Dests 925 0 R >> endobj 927 0 obj << /Type /Catalog /Pages 863 0 R /Outlines 864 0 R /Names 926 0 R /PageMode/UseOutlines/PageLabels << /Nums [0 << /S /r >> 7 << /S /D >> ] >> /OpenAction 238 0 R >> endobj 928 0 obj << /Author(Pierre Wieser)/Title(Manuel utilisateur de l'outil de configuration de Caja-Actions)/Subject()/Creator(DBLaTeX-0.3)/Producer(pdfTeX-1.40.3)/Keywords() /CreationDate (D:20120307215246+01'00') /ModDate (D:20120307215246+01'00') /Trapped /False /PTEX.Fullbanner (This is pdfTeX using libpoppler, Version 3.141592-1.40.3-2.2 (Web2C 7.5.6) kpathsea version 3.5.6) >> endobj xref 0 929 0000000001 65535 f 0000000002 00000 f 0000000003 00000 f 0000000004 00000 f 0000000000 00000 f 0000000015 00000 n 0000000924 00000 n 0000036291 00000 n 0003475164 00000 n 0000000969 00000 n 0000000999 00000 n 0000036411 00000 n 0003475040 00000 n 0000001045 00000 n 0000001076 00000 n 0000036532 00000 n 0003474966 00000 n 0000001127 00000 n 0000001203 00000 n 0000036651 00000 n 0003474879 00000 n 0000001254 00000 n 0000001293 00000 n 0000113234 00000 n 0003474805 00000 n 0000001344 00000 n 0000001402 00000 n 0000376886 00000 n 0003474677 00000 n 0000001448 00000 n 0000001526 00000 n 0000377007 00000 n 0003474565 00000 n 0000001577 00000 n 0000001624 00000 n 0000377128 00000 n 0003474491 00000 n 0000001680 00000 n 0000001736 00000 n 0000574782 00000 n 0003474404 00000 n 0000001792 00000 n 0000001844 00000 n 0000578192 00000 n 0003474317 00000 n 0000001900 00000 n 0000001952 00000 n 0000772565 00000 n 0003474230 00000 n 0000002008 00000 n 0000002060 00000 n 0000801775 00000 n 0003474143 00000 n 0000002116 00000 n 0000002169 00000 n 0000928424 00000 n 0003474056 00000 n 0000002225 00000 n 0000002289 00000 n 0001158178 00000 n 0003473969 00000 n 0000002345 00000 n 0000002386 00000 n 0001158541 00000 n 0003473882 00000 n 0000002442 00000 n 0000002518 00000 n 0001186988 00000 n 0003473795 00000 n 0000002574 00000 n 0000002625 00000 n 0001187109 00000 n 0003473708 00000 n 0000002682 00000 n 0000002727 00000 n 0001302927 00000 n 0003473634 00000 n 0000002784 00000 n 0000002863 00000 n 0001303048 00000 n 0003473509 00000 n 0000002914 00000 n 0000002956 00000 n 0001303289 00000 n 0003473435 00000 n 0000003012 00000 n 0000003076 00000 n 0001305765 00000 n 0003473348 00000 n 0000003132 00000 n 0000003194 00000 n 0001305886 00000 n 0003473261 00000 n 0000003250 00000 n 0000003297 00000 n 0001306007 00000 n 0003473187 00000 n 0000003353 00000 n 0000003377 00000 n 0001308247 00000 n 0003473058 00000 n 0000003428 00000 n 0000003471 00000 n 0001308368 00000 n 0003472979 00000 n 0000003528 00000 n 0000003573 00000 n 0001576302 00000 n 0003472886 00000 n 0000003630 00000 n 0000003695 00000 n 0001576546 00000 n 0003472768 00000 n 0000003752 00000 n 0000003803 00000 n 0001879411 00000 n 0003472689 00000 n 0000003858 00000 n 0000003897 00000 n 0001917962 00000 n 0003472596 00000 n 0000003952 00000 n 0000003997 00000 n 0001918206 00000 n 0003472503 00000 n 0000004052 00000 n 0000004095 00000 n 0001918328 00000 n 0003472410 00000 n 0000004150 00000 n 0000004203 00000 n 0001918572 00000 n 0003472331 00000 n 0000004258 00000 n 0000004301 00000 n 0001926117 00000 n 0003472200 00000 n 0000004353 00000 n 0000004423 00000 n 0001926301 00000 n 0003472135 00000 n 0000004480 00000 n 0000004559 00000 n 0001936468 00000 n 0003472043 00000 n 0000004611 00000 n 0000004670 00000 n 0001936590 00000 n 0003471912 00000 n 0000004722 00000 n 0000004776 00000 n 0001936712 00000 n 0003471833 00000 n 0000004833 00000 n 0000004893 00000 n 0001943451 00000 n 0003471754 00000 n 0000004950 00000 n 0000005012 00000 n 0001943573 00000 n 0003471623 00000 n 0000005064 00000 n 0000005094 00000 n 0001943695 00000 n 0003471544 00000 n 0000005151 00000 n 0000005199 00000 n 0001943817 00000 n 0003471465 00000 n 0000005256 00000 n 0000005297 00000 n 0001943939 00000 n 0003471373 00000 n 0000005349 00000 n 0000005401 00000 n 0002084890 00000 n 0003471281 00000 n 0000005453 00000 n 0000005494 00000 n 0002085012 00000 n 0003471189 00000 n 0000005547 00000 n 0000005588 00000 n 0002085134 00000 n 0003471072 00000 n 0000005641 00000 n 0000005709 00000 n 0002085256 00000 n 0003470993 00000 n 0000005767 00000 n 0000005819 00000 n 0002107248 00000 n 0003470900 00000 n 0000005877 00000 n 0000005929 00000 n 0002422991 00000 n 0003470807 00000 n 0000005987 00000 n 0000006060 00000 n 0002644605 00000 n 0003470714 00000 n 0000006118 00000 n 0000006174 00000 n 0002865978 00000 n 0003470621 00000 n 0000006232 00000 n 0000006288 00000 n 0003082937 00000 n 0003470528 00000 n 0000006346 00000 n 0000006403 00000 n 0003304778 00000 n 0003470449 00000 n 0000006461 00000 n 0000006526 00000 n 0003305022 00000 n 0003470357 00000 n 0000006573 00000 n 0000006614 00000 n 0003305144 00000 n 0003470225 00000 n 0000006661 00000 n 0000006713 00000 n 0003305265 00000 n 0003470146 00000 n 0000006765 00000 n 0000006802 00000 n 0003310815 00000 n 0003470067 00000 n 0000006854 00000 n 0000006893 00000 n 0003310937 00000 n 0003469974 00000 n 0000006940 00000 n 0000007019 00000 n 0003311059 00000 n 0003469895 00000 n 0000007068 00000 n 0000007118 00000 n 0000007533 00000 n 0000007835 00000 n 0000007171 00000 n 0000007652 00000 n 0003467984 00000 n 0003467466 00000 n 0000007713 00000 n 0000007774 00000 n 0003467296 00000 n 0003468517 00000 n 0000010824 00000 n 0000011163 00000 n 0000010685 00000 n 0000007933 00000 n 0000010980 00000 n 0000011041 00000 n 0000011102 00000 n 0000012699 00000 n 0000012874 00000 n 0000013110 00000 n 0000012552 00000 n 0000011248 00000 n 0000013049 00000 n 0003467636 00000 n 0000015136 00000 n 0000015288 00000 n 0000015440 00000 n 0000015597 00000 n 0000015753 00000 n 0000015909 00000 n 0000016061 00000 n 0000016218 00000 n 0000016380 00000 n 0000016542 00000 n 0000016703 00000 n 0000016864 00000 n 0000017025 00000 n 0000017186 00000 n 0000017346 00000 n 0000017507 00000 n 0000017667 00000 n 0000017828 00000 n 0000017990 00000 n 0000018146 00000 n 0000018307 00000 n 0000018468 00000 n 0000018629 00000 n 0000018790 00000 n 0000018946 00000 n 0000019107 00000 n 0000019268 00000 n 0000019429 00000 n 0000019588 00000 n 0000019747 00000 n 0000019905 00000 n 0000020063 00000 n 0000020222 00000 n 0000020378 00000 n 0000020538 00000 n 0000022257 00000 n 0000022412 00000 n 0000022573 00000 n 0000022734 00000 n 0000022890 00000 n 0000020753 00000 n 0000014725 00000 n 0000013221 00000 n 0000020692 00000 n 0003467811 00000 n 0000023051 00000 n 0000023212 00000 n 0000023367 00000 n 0000023523 00000 n 0000023680 00000 n 0000023837 00000 n 0000023999 00000 n 0000024160 00000 n 0000024322 00000 n 0000024484 00000 n 0000024646 00000 n 0000024808 00000 n 0000024970 00000 n 0000025121 00000 n 0000025272 00000 n 0000025428 00000 n 0000025583 00000 n 0000025734 00000 n 0000025948 00000 n 0000021942 00000 n 0000020864 00000 n 0000025887 00000 n 0000027798 00000 n 0000027949 00000 n 0000028100 00000 n 0000028251 00000 n 0000028401 00000 n 0000028552 00000 n 0000028703 00000 n 0000028854 00000 n 0000029004 00000 n 0000029154 00000 n 0000029303 00000 n 0000029453 00000 n 0000029604 00000 n 0000029755 00000 n 0000029906 00000 n 0000030057 00000 n 0000030208 00000 n 0000030359 00000 n 0000030510 00000 n 0000030661 00000 n 0000030812 00000 n 0000030962 00000 n 0000031112 00000 n 0000031263 00000 n 0000031414 00000 n 0000031565 00000 n 0000031716 00000 n 0000031867 00000 n 0000032017 00000 n 0000032168 00000 n 0000032319 00000 n 0000032470 00000 n 0000033834 00000 n 0000032682 00000 n 0000027411 00000 n 0000026046 00000 n 0000032621 00000 n 0000108895 00000 n 0000196937 00000 n 0000268358 00000 n 0000358228 00000 n 0000376764 00000 n 0000477163 00000 n 0000574902 00000 n 0000676840 00000 n 0000772686 00000 n 0000801592 00000 n 0000897130 00000 n 0000928241 00000 n 0001067267 00000 n 0001067389 00000 n 0001158299 00000 n 0001186866 00000 n 0001303168 00000 n 0001563892 00000 n 0001576424 00000 n 0001879289 00000 n 0001879532 00000 n 0001918084 00000 n 0001918450 00000 n 0001936834 00000 n 0002085378 00000 n 0002107370 00000 n 0002192714 00000 n 0002423113 00000 n 0002644727 00000 n 0002866100 00000 n 0003083059 00000 n 0003304900 00000 n 0000034044 00000 n 0000033695 00000 n 0000032780 00000 n 0000033983 00000 n 0003468634 00000 n 0001922754 00000 n 0000038712 00000 n 0000036772 00000 n 0000036111 00000 n 0000034155 00000 n 0000036230 00000 n 0000036350 00000 n 0000036471 00000 n 0000036592 00000 n 0003466811 00000 n 0003466954 00000 n 0000036711 00000 n 0000109017 00000 n 0000038593 00000 n 0000036909 00000 n 0000108834 00000 n 0003468334 00000 n 0000108956 00000 n 0000104921 00000 n 0000111473 00000 n 0000115526 00000 n 0000113355 00000 n 0000111354 00000 n 0000109177 00000 n 0000113173 00000 n 0000113294 00000 n 0000112706 00000 n 0000193977 00000 n 0000198962 00000 n 0000197059 00000 n 0000115407 00000 n 0000113528 00000 n 0000196876 00000 n 0000196998 00000 n 0003467125 00000 n 0000190203 00000 n 0000194973 00000 n 0000269365 00000 n 0000268480 00000 n 0000198843 00000 n 0000197245 00000 n 0000268297 00000 n 0000268419 00000 n 0000264523 00000 n 0000360053 00000 n 0000358350 00000 n 0000269246 00000 n 0000268666 00000 n 0000358167 00000 n 0000358289 00000 n 0003468751 00000 n 0000353304 00000 n 0000379640 00000 n 0000377247 00000 n 0000359934 00000 n 0000358484 00000 n 0000376703 00000 n 0000376825 00000 n 0000376946 00000 n 0000377067 00000 n 0000377186 00000 n 0000370804 00000 n 0000476121 00000 n 0000477407 00000 n 0000379521 00000 n 0000377394 00000 n 0000477102 00000 n 0000477224 00000 n 0000477285 00000 n 0000477346 00000 n 0000448381 00000 n 0000476800 00000 n 0000479896 00000 n 0000480714 00000 n 0000575024 00000 n 0000479777 00000 n 0000477593 00000 n 0000574721 00000 n 0000574842 00000 n 0000574963 00000 n 0000480465 00000 n 0000546981 00000 n 0000580824 00000 n 0000578313 00000 n 0000577830 00000 n 0000575212 00000 n 0000577949 00000 n 0000578010 00000 n 0000578071 00000 n 0000578131 00000 n 0000578252 00000 n 0000677084 00000 n 0000580705 00000 n 0000578500 00000 n 0000676779 00000 n 0000676901 00000 n 0000676962 00000 n 0000677023 00000 n 0000649039 00000 n 0000679267 00000 n 0000772868 00000 n 0000679148 00000 n 0000677285 00000 n 0000772504 00000 n 0000772625 00000 n 0000772747 00000 n 0000772807 00000 n 0003468868 00000 n 0000744764 00000 n 0000775033 00000 n 0000803684 00000 n 0000801896 00000 n 0000774914 00000 n 0000773042 00000 n 0000801531 00000 n 0000801653 00000 n 0000801714 00000 n 0000801835 00000 n 0000790425 00000 n 0000899220 00000 n 0000897313 00000 n 0000803565 00000 n 0000802097 00000 n 0000897069 00000 n 0000897191 00000 n 0000897252 00000 n 0000869037 00000 n 0000930254 00000 n 0000928606 00000 n 0000899101 00000 n 0000897474 00000 n 0000928180 00000 n 0000928302 00000 n 0000928363 00000 n 0000928484 00000 n 0000928545 00000 n 0000921109 00000 n 0001047989 00000 n 0001067511 00000 n 0000930135 00000 n 0000928794 00000 n 0001067206 00000 n 0001067328 00000 n 0001067450 00000 n 0001019866 00000 n 0001065317 00000 n 0001069330 00000 n 0001160717 00000 n 0001158661 00000 n 0001069211 00000 n 0001067673 00000 n 0001158117 00000 n 0001158238 00000 n 0001158360 00000 n 0001158419 00000 n 0001158480 00000 n 0001158601 00000 n 0001090731 00000 n 0001187229 00000 n 0001160598 00000 n 0001158822 00000 n 0001186805 00000 n 0001186927 00000 n 0001187048 00000 n 0001187169 00000 n 0003468985 00000 n 0001179088 00000 n 0001189447 00000 n 0001303410 00000 n 0001189328 00000 n 0001187390 00000 n 0001302866 00000 n 0001302987 00000 n 0001303107 00000 n 0001303228 00000 n 0001303349 00000 n 0001228337 00000 n 0001306127 00000 n 0001305585 00000 n 0001303558 00000 n 0001305704 00000 n 0001305825 00000 n 0001305946 00000 n 0001306066 00000 n 0001309869 00000 n 0001308489 00000 n 0001308067 00000 n 0001306238 00000 n 0001308186 00000 n 0001308307 00000 n 0001308429 00000 n 0001564014 00000 n 0001309750 00000 n 0001308600 00000 n 0001563831 00000 n 0001563953 00000 n 0001383555 00000 n 0001565587 00000 n 0001578133 00000 n 0001576668 00000 n 0001565468 00000 n 0001564175 00000 n 0001576241 00000 n 0001576363 00000 n 0001576485 00000 n 0001576607 00000 n 0001571205 00000 n 0001858636 00000 n 0001879654 00000 n 0001578014 00000 n 0001576829 00000 n 0001879228 00000 n 0001879350 00000 n 0001879472 00000 n 0001879593 00000 n 0003469102 00000 n 0001643328 00000 n 0001877089 00000 n 0001881660 00000 n 0001917485 00000 n 0001917693 00000 n 0001902944 00000 n 0001918694 00000 n 0001881513 00000 n 0001879842 00000 n 0001917901 00000 n 0001918023 00000 n 0001918145 00000 n 0003468157 00000 n 0001918267 00000 n 0001918389 00000 n 0001918511 00000 n 0001918633 00000 n 0001894036 00000 n 0001908671 00000 n 0001922875 00000 n 0001922574 00000 n 0001918882 00000 n 0001922693 00000 n 0001922815 00000 n 0001926423 00000 n 0001925875 00000 n 0001922986 00000 n 0001925994 00000 n 0001926055 00000 n 0001926178 00000 n 0001926239 00000 n 0001926362 00000 n 0001929071 00000 n 0001936954 00000 n 0001928952 00000 n 0001926573 00000 n 0001936285 00000 n 0001936346 00000 n 0001936407 00000 n 0001936529 00000 n 0001936651 00000 n 0001936773 00000 n 0001936894 00000 n 0001934018 00000 n 0001939563 00000 n 0001940743 00000 n 0001942122 00000 n 0001944061 00000 n 0001939444 00000 n 0001937141 00000 n 0001943390 00000 n 0001943512 00000 n 0001943634 00000 n 0001943756 00000 n 0001943878 00000 n 0001944000 00000 n 0001940498 00000 n 0001941676 00000 n 0001943144 00000 n 0001945050 00000 n 0002086282 00000 n 0002108211 00000 n 0002085500 00000 n 0001944931 00000 n 0001944250 00000 n 0002084829 00000 n 0002084951 00000 n 0002085073 00000 n 0002085195 00000 n 0002085317 00000 n 0002085439 00000 n 0003469219 00000 n 0001978832 00000 n 0002107492 00000 n 0002086163 00000 n 0002085661 00000 n 0002107187 00000 n 0002107309 00000 n 0002107431 00000 n 0002193607 00000 n 0002192836 00000 n 0002108092 00000 n 0002107640 00000 n 0002192653 00000 n 0002192775 00000 n 0002133761 00000 n 0002424011 00000 n 0002423235 00000 n 0002193488 00000 n 0002192971 00000 n 0002422930 00000 n 0002423052 00000 n 0002423174 00000 n 0002235731 00000 n 0002645627 00000 n 0002644849 00000 n 0002423892 00000 n 0002423383 00000 n 0002644544 00000 n 0002644666 00000 n 0002644788 00000 n 0002457345 00000 n 0002866997 00000 n 0002866222 00000 n 0002645508 00000 n 0002644997 00000 n 0002865917 00000 n 0002866039 00000 n 0002866161 00000 n 0002678718 00000 n 0003084996 00000 n 0003083181 00000 n 0002866878 00000 n 0002866370 00000 n 0003082876 00000 n 0003082998 00000 n 0003083120 00000 n 0003469336 00000 n 0002895677 00000 n 0003304216 00000 n 0003304504 00000 n 0003305387 00000 n 0003084849 00000 n 0003083329 00000 n 0003304717 00000 n 0003304839 00000 n 0003304961 00000 n 0003305083 00000 n 0003305204 00000 n 0003305326 00000 n 0003117017 00000 n 0003308799 00000 n 0003308990 00000 n 0003309160 00000 n 0003309507 00000 n 0003309682 00000 n 0003309854 00000 n 0003310027 00000 n 0003310207 00000 n 0003310380 00000 n 0003310590 00000 n 0003311302 00000 n 0003308580 00000 n 0003305548 00000 n 0003310754 00000 n 0003310876 00000 n 0003310998 00000 n 0003309334 00000 n 0003311120 00000 n 0003311180 00000 n 0003311241 00000 n 0003315606 00000 n 0003315365 00000 n 0003311413 00000 n 0003315484 00000 n 0003315545 00000 n 0003320355 00000 n 0003319384 00000 n 0003315704 00000 n 0003319503 00000 n 0003319564 00000 n 0003319625 00000 n 0003319685 00000 n 0003319746 00000 n 0003319807 00000 n 0003319868 00000 n 0003319928 00000 n 0003319989 00000 n 0003320050 00000 n 0003320111 00000 n 0003320172 00000 n 0003320233 00000 n 0003320294 00000 n 0003324385 00000 n 0003323778 00000 n 0003320453 00000 n 0003323897 00000 n 0003323958 00000 n 0003324019 00000 n 0003324080 00000 n 0003324141 00000 n 0003324202 00000 n 0003324263 00000 n 0003324324 00000 n 0003328077 00000 n 0003328557 00000 n 0003327938 00000 n 0003324483 00000 n 0003328252 00000 n 0003328313 00000 n 0003328374 00000 n 0003328435 00000 n 0003328496 00000 n 0003469453 00000 n 0003331695 00000 n 0003330784 00000 n 0003328655 00000 n 0003330903 00000 n 0003330964 00000 n 0003331025 00000 n 0003331086 00000 n 0003331147 00000 n 0003331208 00000 n 0003331269 00000 n 0003331329 00000 n 0003331390 00000 n 0003331451 00000 n 0003331512 00000 n 0003331573 00000 n 0003331634 00000 n 0003466134 00000 n 0003331806 00000 n 0003332702 00000 n 0003333505 00000 n 0003334407 00000 n 0003335190 00000 n 0003335214 00000 n 0003336117 00000 n 0003336863 00000 n 0003337828 00000 n 0003338774 00000 n 0003339744 00000 n 0003341017 00000 n 0003341248 00000 n 0003352228 00000 n 0003352582 00000 n 0003370765 00000 n 0003371293 00000 n 0003384031 00000 n 0003384519 00000 n 0003395785 00000 n 0003396316 00000 n 0003401731 00000 n 0003402023 00000 n 0003418948 00000 n 0003419420 00000 n 0003441391 00000 n 0003442119 00000 n 0003455662 00000 n 0003456061 00000 n 0003465828 00000 n 0003469538 00000 n 0003469656 00000 n 0003469750 00000 n 0003469820 00000 n 0003475236 00000 n 0003475409 00000 n 0003475579 00000 n 0003475747 00000 n 0003475915 00000 n 0003476080 00000 n 0003476249 00000 n 0003476447 00000 n 0003476631 00000 n 0003476815 00000 n 0003477001 00000 n 0003477186 00000 n 0003477367 00000 n 0003477621 00000 n 0003477825 00000 n 0003478051 00000 n 0003478294 00000 n 0003478585 00000 n 0003478880 00000 n 0003479170 00000 n 0003479453 00000 n 0003479723 00000 n 0003479893 00000 n 0003480062 00000 n 0003480232 00000 n 0003480401 00000 n 0003480571 00000 n 0003480740 00000 n 0003480904 00000 n 0003481072 00000 n 0003481304 00000 n 0003481486 00000 n 0003481672 00000 n 0003481850 00000 n 0003482062 00000 n 0003482288 00000 n 0003482523 00000 n 0003482786 00000 n 0003483051 00000 n 0003483322 00000 n 0003483585 00000 n 0003483827 00000 n 0003484086 00000 n 0003484393 00000 n 0003484645 00000 n 0003484963 00000 n 0003485205 00000 n 0003485460 00000 n 0003485701 00000 n 0003485922 00000 n 0003486030 00000 n 0003486142 00000 n 0003486267 00000 n 0003486391 00000 n 0003486510 00000 n 0003486633 00000 n 0003486769 00000 n 0003486908 00000 n 0003486993 00000 n 0003487116 00000 n 0003487226 00000 n 0003487317 00000 n 0003487355 00000 n 0003487537 00000 n trailer << /Size 929 /Root 927 0 R /Info 928 0 R /ID [ ] >> startxref 3487931 %%EOF caja-actions-1.27.0/docs/help/fr/figures/000077500000000000000000000000001433352025300200705ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/fr/figures/add.png000066400000000000000000000012551433352025300213310ustar00rootroot00000000000000‰PNG  IHDRÄ´l;sRGB®Îé pHYsÄÄ•+tIMEÚ"&ºì tEXtCommentCreated with GIMPWIDAT8Ë­”ÏNQÆçÎ$P#IéôÏNâZÝPCXMÔ­¼†1¾1>†A}+O!J ¬ÔD§¶…R§3fîqQfúåKîâÞ;sÎw¾ó+Ý£Žö­ßMb3 ãàyE¦sÓ¸Q±^«±¼²BaÖ»tPÚ-Ö×kîbâ8&ŸŸ8(€ª’ÏÏ….Ò?´ÖrPUDw¼”«‚Û^ÓlgÁoø¬½}C§Óáù³T*•Ì&¦ÑA ÿ+¯ºTåÇî.ªöþH“ɘ¡sU2\¹I–qƾï§µšMA𭿀Š•re¬R|ºqïÞ¯±T­öïænÌ¡VÙÙÙfûäçz}“W/_zùÄf.@Ç„a ‚‹1ìÿÜGŒ¤29ŽƒªM¥„0ì£p¸yеÊ0éÕ§«iÅív‹Ý½=D`qñE¯Àò½åSz'{7Ù$+A©XùØo40Ž¡P(P* îÆ+qMê km†Ý,ÆF 6¶Ù®°ç0{^ø´±,ÌÏ£v ó™# H}ó‹zžÇÔÔTæ€\tô»Ý#ÚÍÖ€q–ç%š@Š‹ÃžÄ0Ž1 "# .³D„ 0Žƒ[*—ùXûÀí;w¹–ËMÄöO°ùyƒû"ÝΡ½¾ÿ‹¿Q”Žäe`‡r¹Ìõ™þVBR¶§# jIEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/cact-action-tab.png000066400000000000000000002703221433352025300235350ustar00rootroot00000000000000‰PNG  IHDR¤šƒ7sRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÛ  „{ IDATxÚìÝwxTUÞÀñï½Ó3™™ôNB$t) ˆØ±ëº¯«®ØWßÕÕUwu­«û®«+¶µ·uÕµ7TTÄŠA¤H/!”Bz™L¹÷ýc&a’L %Hù}žgžÀÌsï)·ýæœsA!„B!„Bˆ}HÙOÓB!„B!„û}o$¢ì'i!„B!„BˆÇ¦”>úž©„B!„B!ú~Þ‰²–Wzño!„B!„BqàÑ{ñïîÞ‹Jك唈WÇå”]L_!„B!„Bì_ô.þ¶þ[g7S½ µ-sì·jRB!„B!„¯¹/ý-–轡´ˆÿG{å;Q{Øà„ËïӬɃ¸øŒ#¥V„B!„B!böì±MÞʵ|òôŸâÃoE´.þv L)t”ê. ÕŒºêòKØ^ã–ZB!„B!Ä!¡ºÞM ¸{ƒÅŒ•DWÌ™î§L&Ô~òôŸÒi|Š| ÅZÿߪǠTW©vÁ¨²ªfi…B!„B!„8dT×»©ihfÕŸïÖ÷‹ÆNCÓôNÁ£!ÝŠ:>`û'Oÿ)¨ÈW âßJøo«nƒRÝÙ³& ¥ Gïaô6°í˧hZÿ%ZÀGÐß‚ðaMÊ%õ¨«‰$Cü„B!„Bq`©iðPU×ÄšŸ¾`Ú‰g2¨_ü.}íÖZ>ÿø9€§í€LÚbC±„Rˆ—0„ÿF£¢¥:éêéy{Á­Ú¹3®ÄÝâï´@°¥™íóž¥ê‡—8rd>“Ffcs&`2[0( eU ¼úþ×T»u .~kB€UQQ iÙBq°Ò½ìØÚ€5=—I´z`×¥ŸºŠjjšü˜Ó2ɲ«½û^ÐKmM#HÌJ¦·_ ƒ½®wwBqPØQÓÄó>bò±§‘–»[iü¼a;k~ú‚±“O"5œÆ–.ÀöªFÎ}¹/ým;Q¾/øÙ{ªuˆ_ÛÙ5r}=MjN´ÎQKî™ÂQŠ8åÆ ˆ·Ø\ZIuE5…YT4ê )*âo㦲øÇ…<òÀtü£/aÚÅŒ8’ ']*-[!ôû´@#ÅËÖPⵑ7¼<‡E÷Pº¾”äA.ÊýÌ–Ì¥ÚP÷Ǹ”æÇíñ%†£Ò}¾¶ÊëUÞ HðT´XÝß…gã66è=ß½TWlÇoŽ¡ Ÿ‰m¥•èûo B×¼ìØXBqy=î `ŽgȨ<,¥«Y¶Í+¯ˆQY6Ti³|]ï³}@Ú‰B4”ð2-!– ¦ïV) Ö„Ój­hévG(èÔñ2*í;±ùñXÂih›øvÉ|ØÈ?l¹{¡!õõ>°ç'”Z~þq 6‡#F¦aSÎc›BìïTeçQRÓô=N«5¶-ÝÙŸ׫t¦O;b—Ò¨©«gã¦2±våç°}Gµõõd§Å“—‘@ES×Û% å ¢¼€'" ˆŠ|E¤Ú§ºÔ@‹²æØ8Ê~^Gæ¯Ïæïù*”/åwÏl'wDïo0öË€”¯C2ã3@"ãsƒÌÞê''3—´’%ÜþN¿=.Ÿ3.GÝ?¿gE\!Ù¶ýã¶G÷W³te?ßu:C³ËG†! t¨]äËGŽÝò‹Ý´i-•¬XQEÁ„!üùœ 'šP R»½‚ù ×ðæÒjr†åoÜÛy‡·+:¥Ðãù;Úçš®£íw§}ú 0O=†ë'„& xý4?Õ-6ÆwaV`ĨDô¥ ´dZÛ‚$Òf÷b]ë6/ÝÌè«~ÍÌd¨Xø-þÔÃÀáéX›7³¨:“§ï=Šxxéþy,É)"gŽ%ûbسJ ËVz¸ì¶_3Á ”-áŠç·ÑDzçŒíØ&„%2À³‡ÇEQÚÒè*ÝÝpj·i\}ÿû¶£§tkêê™8(ãǤ3óåyÄÆ†®{ŠK6sýù“qÚ-|´`3uÍ’㣦ÛA|D0ÊF)mXŸÄ-(E¯RѶÁžËW­fÚ qàw£o˜ƒ¹~=6“‘ÛqÙÍ—5â˜(ÿùKF â¾W¿%³èTò†‰Ä£„–æ ÎÖðAÓÆ 'õã+ðŒHÃÔXFYÜ þœ¾“pºˆVã ñnZ˪Í´BÇgsl™¹¹äÄ™:ß hJ×m¤´ÞƒÇ‚­Zì$§e2 +.t£¬{ÙQ²•ÒšF½ÐQß’@Ñð¤˜Ô–m¦x[->Œ6’3úQÐ/ü]ÍCéºÊ<¸}¡ù Vé©vü5UT4úÐ#±I ÎOÅaI!ßẒßÈ+ãP`=€Áh xÑbnþiùYªHf°Y ÷÷d;}ºžÊPÐP¾• ¥ÕÔ·h ˆIHÄ Û0´¥é£té"JÍ)Œ“=_šŸš²-lÜ^KC‹†b²‘˜šE~v|è&±µüêÝxüZ(_F éý”·Û Ý_ÍÊ5^μê$¦'G~b >=“NKçè¡K¹éÕ-¨Ã²q«Y² ˜zÌdNCÁ½u9 6{!&›qCMhºÒ»¼¯°Ññ¾_×»èºh¦´d›+šñé ¶Ü¼ÎyÑü»V¿]Õ_R#&aÅOížÔ‰îf{C § ]”­yëþò£› F2r\|òñzRFYY7¯ŠØì•Â8µû}ã;¶íN^…âÀ°÷{Híyº—ï)Ý-¥Û9ñ° 6®?23_ú¸þü)$:mT7xX¹¡ «ÕFb|\Ôt;ˆ £ÌáxRdϨŽOßk J)tÑKÊ%¥ÐC©„qçñÖóç2qÒT¬ÕËðÇš²fæ—4±z»›œx3^“ƒ+U~æâJXEYéjÜM“°Ú]Òº…OW’uç4§ˆÓ?åýzq[šsN>‰­Úb‰S½lß¼×aãyü°’¬  Q·m³?ZÆ×•”dŽ8{(Û¸ƒ¡ÇOäú<鱡Cøêkøá‡¼´¨‰~EI¸KËI3„‹ “hÆëKyøé•¬òùH=‚;ÏÏ"ß¡¢»ëYðÝ2žýÉKÿANjJv0ä¸ñ\—ç"Ó:-x«Ëù|Q ŽScb?FÝGɲ•<öñVNJ«l\vÅ`Æ›‚įŸgêãˆÛ¶‘˜Q#¸û‚Žë)§ÿà8·îæ6¦¶¿1ÔƒÔo*†1Ý”aìX³ ‡ró9S(Œ3€î§ôçÅÜýAëyÍÆôߟÍt€Æ Üø`1š+ÛåË…kÛ&ì#‡qÛo²è2 5׳há þý}©…É4nÚY~é#* {øiþ2ž^ÔBî ¬»|_ jÝ6òN=1Œò0öB^^\MÑÁè#Çpͤ¬FrÃø9üyå6 õþrï¯L¨wĬ ¦!G3ë*”/ኧ«ÑˆíeÞgñ@ib§»ñN×þ:Ö®©fÌ ¹eTñªF}½†#â&[ zغª˜˜Q½¬_ÍGyÔú[½s·¯–¸=©“| >Ý„ËZÝà³Oᳪ˜y÷·h'pX.äW¯å£ù^ú¹”­ÜHܘáÜ~~NÐñ46R¼j Ï|·‰ê&·vWþÏ”bwȉ¶<¹˜Ú#ŽˆÞž[".Ë~Á6Ûu­ë~*UÈ;f2Wì˜ÃÓ•öÐo®é{J‹qŽëb¿ß‘€w›Ò·û@ š%+´î×ñÌvÒÒ›)7fòûÿÏèd õ;¶ó曫XœGf´@M°MÕ±œ}¡ RZ®“•fåèii¼öf5^gf¥»}ã—8¶%CåF6ïj^…âßÙ =¤ˆèÉÔuºWßÿ~Ôï·öžêÜCªûtí1vf¾<ëÏŸL¢ÓÆ¿‚$8BÁ¨™/Ï#5%…8—³]Ú‘évà £LÁ(-€jÔ¼õ |jø-(EÇ€TTÑÆ ZsqŒ½€¿Þ~'·\~2›«u^ø¡–I‡fÜ´þ,ZºœÅÅ+韮ÓàÈ¥_@aìØ±ø–oâÓÿÜÂ)WþKZ·â Äߢç2…Ž—ž ŠÍƱÓRxëÍ­l‰Éãš‚-  Š™$kÍþ^s ‰F?µõ—•¸Œ,λÐÀ¶û–QéÌ'¹õ ušº…… ¤›BÁoЀՕÀäã'3"å[®S ^•ÓÇe2Ð:'x} VSšf7ÉÇÇÝí€FCƒX§‹ñÇN&Û4—?/Sƒ¢¢D2Ãé·`Àš˜ÆôãÓBù F3ýGŽâ6ß\õKÇ{ÕíÅXšÖýzêvs—Ùžko?‡O°¥Û2ÜRãÃ<þ(þy”³í<TL$ª-4jæ'k·—º€N ¦L†Pä¾í%اÍÝìm§[Õîâð©G0$y>×¼_æk_~Þ «ÍÉaGO"Þýwlq02ÓºKCcô–ZJµ4þ2,Ô¶Ê¿˜ÇCË\%[k¢ø³ox8ådnd k|>Yß®e«šÐîæ½óÙ»ý;=å]r=Ðîš@÷±c]…¿:‰Ë†"¯†ÓÕþÒ¢yãb»këW×h,Y‡µþ¼Ô4Ö’wÂ1{V'›Û·a¯—Ÿ>7^=t•µ³‚Ô®ßDü±ÇrÇØÐãë«ðØœ¤9œ äDSƒŽ­ûò×ýÔÔ8'Ú>àà7uÕž±˜ä_¶ÍöY]·/'ÝíG‰±0é&²ö¡¯ùÌÝþ¢»Ûý¾}9õÕ>Ðq‰ÎõÜLq¥‹¿ü¹ˆ"ôæ&¶µIN´ànð£¦êQ~qÖñÕnÇ7`$GÅuxôÍ×\=„Œ‚"¦™¿b'\«Þ;ñ ÛJ‚¨M.nÚ¥¼ !Äc_Î!iÚ¤qíþÿù7 º\¾§tsúe`³Z˜ùÒ×ÜøÛ)Ä;B×+5f¾ü5¹ÙÙ¤$'vJ»›9¤ì´ï¥ý©{‘wyÜc@ÊçF}?þˆ+¨lqsÝ?þKœ%À GM&ÑjbùÒ¥Ä`¢ªÑǘ~^”5qLLy.†O<Šëþtg—i !ÄE÷ãšÈ ߇nýa•GŒ`Ì "¦Ú¾dÔdë?_ÿØ‘)&¬ ;rð|ò!g¼§ârZ±Z“¸äwã8ܚ̄dÏ7p9ÂÇø`0â9©A~xî=î)†Ü#¦0óä$\£†3í‹/™í۹̳ïqOqÕKlL6·O´ͼ÷ø^ØÀ1xO\”CƸ²¿ZÅìíÒÿÇ–8.»~Ó]P;ÿ3~7«¼ÓNäž 6\3IýxUXÛÝLy•LfìÊzvi×S“žCä\ñ–¬þÔvY†n®îÇÝSœ€ÎÆÏ¾à¶Ï«iÖUbS’"Έ>~þ#žÛ®`´&1° uMsäí*^%“ 'Ø Ëß›Ã] šq ÇÃçgã:œ>›ÃÛ¾ÄõcdÂy'qÓPF§b[\OS²)b¸Rúõ+X]ñ\{6cŠ1µÝL6ˆË%=¼‹W{pfä`4ÕNjºËê`P"ÄÆ‘aô³IëÐ<µÎMVëuÞ;ÞëèÁ >¿4«¢Ô˜ÃÕ €Ÿ^ý„.ó`0Žg/Ë ×¶Ê`?~¿ õ«ûªÙàMçÖhõ—¶~{¥N|mÝo‚üðòlî-Q0ì$tÚ Dó×±™~üm¬ ²äÍùÛbÎ1Óø÷Ù me¥+=•dð"rH¤¨pž9rƬhíÙÏ‚ò_¶ÍöU]£k#ÚYå¢ù¼âǵ#’¸ô¼Áwø‘Ø–Ûͱ3²œújÐÐ:\SwZ‡îG‹q’¬4ðßg>åírTyCûcܰ„y÷ýÂXª¶jqi:f`ë)© òaé.Ïr2ýˆ>ú®‘” o×ûÆ/qlû©‚æ¸þ]ä5ŸDEÃç—K!Ä+rN¦f¯oÓjƒô”nwëêøYoÒõú ´?­…G]ãõ¢®/2Ý(©È`Tk ªuŸ)gj HE>}¯W=¤z²×*qêµØ‡LgÓÓg‘?p[^@‹1†«×’b·±ÑŸDÊ€üf'Ë7üÌ—ÿ~ƒjIÍ…-€ñá®î[ymacŽtqúôáT 4ƒ·”××3õ(Àl"Þ a{C§NåîII´ÀlÀnÒ 5´Ö»[NCZâs3¨þi5KN˜ÄX£“‘©ï5tX&8ýõͬUÒÈ Ÿ;N¿êLN\Ìæ Å $Ðþ»vC=K*t¦»¬v#»‘ÍëÐ&ØP­6ìz€Žsý’w}=½ßF›±­½ÆtU%[Iï² Á’Až蕼õ}3ÉÃFPdÒøêXßÔþ4˜T0» ÁÆN½L)idhUÌþY£ßü”Œ!Ç0â”czLS!zŸf$Î:&{<>J¾_Kñ‘£08'P¹p5ËÝ c}€ÙˆËjæ(þ8) |ùñj–6Û™zòFZwwÛŽ“ÑŽ—ŠŠA žß¼ÝxñöwI:Š¢„oŸ¼ü43[#­4SéˆÁPÛ!yE%à׊ *z0H0|rêüؽõôz.lêÎóQ ~+Õi£øG7e¨¶¦©ëè¡™OB“rkzÄm©‚¢„‚,š¦E»³ìô^§ó—å̪+[»}( èá:í"pÑ.`Ѻœ)e{5äáÂÆ¨ÁV^\P‹»¿ ³æaûv(š¾%o®§,` ´TLªN°Sïh%"(ÒSÞ£ÜÈw²×î+г$íºeëW×tCõ§w®ƒÝ­“hûLW×'톕éZ”'É) ÷TþÑ×h(í±=÷¾Þú¢Íö]]GkwjL7_ZưëFPÐ?>â?ŒÃº=v*z_ïJ/Öa&£?¼ùøgl™\Äéã3ÈXÀsöòg|-i_ 9òB?¹ê¦s¸*òsk&§ä/áíF”øýéØf$-ÏÔE^çðLMòâò$?!ÄKébh]¯ž†^¾5F¤D Sz²×]ÐkWÓõ¸›Ûæ Íõ5èpýSÚ&:úý%ÔÕ©8ލévŒÓêeŠB™:£Ô(Á¨¨'å^5jçí«b¶£—W° r0ÛXÊ;_VÑ jµ“îˆÁ–âÄPëéòæ;òV¸ëe|U»³ž^ncZ:.Eoë%ð°gu_†mÛ£&sêhýög6g<– …¦`´—f vÑJª $tÊ©¿²œÍdR &1}˜Ê] Kp ÇØ˜PÙ¯,×£”}7&Tyù4¼÷§ý'rØN?F ŠÇغœÑA %¼·:À…F2Ž™Äÿ6/ä•eki0Æ2òè‰\[:…o_¸RGæÆª¼€ÕÂàþš¿jj$j¯ êþ^ç]G^ $%Zh^ç&èØ9ÿb±Cy¥dÐ_IâôíÜöU-zN»‹Vµ+õJ·­Mt¬?‡“aïÔI”Z ƒ;\¬è5Uì ƒ,5‰SF[ùûÍd™ÚíF½‡ò×£…8´^µg‚þ_°Íö]]wžÔS29lâÁÙY—]|>7ßþwŠ—~Fþè¤u !xº$¨šˆ5†Rž˜¬ûr5 b20o]ÁBR±+õxÂÃÕ¬võ[khÂIlÊpîÿc›› d¶Ÿ:â†-ò&ÀÀØgòº7ˆÕºÄn^ÇÜ{»I˜ÛîÌñ¤Kxiñ`nmeÐqÓxñ8–€ŠÅ[fÏææ Ö^t•í¹,Ì-[v}=½ÝÆbŽ”Ö'*b¬4öP†Fïþ»´¿Œ´Pxòñ¼6=ˆO7`®_õ®gA©ÎØ\…ÁgÂ+'ù1ªÕÜwßB¶udö—ñâ…Ü=>†agœÄ›§Òöä/Ïš|Üàè4Á{Ô"ìP޼¡Œ‰RzÄé9.3‘åï-äËô‰L³3ù´©L>­ýW‚¥+˜ùJfž‹ ¿˜¯Öø˜<ÒLö‰'òÚ´šÙy§S­ïuÞŠ›õ501 òÏ8‘[ßüˆ*rÈK4…êÂOšVÂK‹sûaV N8Ž×ŽñãQL쌸‚[v¡~S<©’nêoÍÞ©“hå¯G È*’[6óÚÊBnbbè)ÇñÊ)/§œ–†îËŸè=NzÓžM»Po}Òfûª®õh…¢`M˦fÑB^u"32w~ÒÓ±Ódlèó}à¾UZ÷ëÐÙêÄãwLÁÞÔLu‹Jbb(Ç5;<(‰ŒJ·¶Ú‚õ›ØhÆx@Ï?ò6¨¡Ïµ ÎÑSyîì$”œ&Ú¶ño?:¶iÍlóvW«3ʰs!„8p´ëqéêIx푞†§ìüñm¦k·Çðö7Ÿ›š±Ù8]®ðçðÄ»‹ÉN§_²ƒÊ†@‡§ì)]łԧŽ/µ‹`TdPJïжPø‚¤ûÓˆÁd¢¡¡‘w?_DÅŽ*Ôï—3¡¼‘3Î8•fÏá«yóA1ø1Í u¼ ÙB©`ÍlOïÄP1ĤA¿¸ ÍžJn¦™š µíRòåÜýÂ¥S²(HJ 0 ú¨ØQÅ*O ±Ö®½¾z/ªË øÙºb O½_޹_ê&o§»I]7àÊɤtögüµr8çMÈ$ßiÀbo}-›ülªÆÞ˜sÖ”’¾ëëÙ…mŒ,ÕžNjÙŠnË0>#‰Í~Æß*‡sîøL8 ˜• Õuf«…¯Ïû¿Å y1Xl&Zª}XmhêfHΤzîÜÙ0‚ßNÌ$/V…–F–.\ɳ_5—ã¢r£§ûHG‡áO½fŽ'/­ŠgžÃÒ)C8yDñF@£¡²Š­áõ^bó³p€Ìt¶ÌžÇ3ÚhΑ@¼Ùˆ Mµ¬_çFqÄŠ c IDAThdQ/ónN°òõ?‘}æ&ehª€IèÕbÀ™Éö?ç®Úáœ7>“ŽP€Â×ÜÄÖÍÔÇÄ—騥úqÙ™ÝÔŸò½P'Dmz”åârRYûΧÜS6„ǧ´P­%pXŽ 4 •ØŒÊ?Ö„ÒØyjl/Úsš½×õÖ7m¶ê:J°BÑutÅJz–‘9o­â˜?…æï€µ¶ûrŠKMèó}À˜œÑí:ˆ1c °¥ÚǰD;é±€·‰Ÿ¯äÙV²r,¡< ¡ÚÇг2B瑲bæ{R),JĬþZÖ­ÙÀJ-‰¡jÇ0óÅJ›ö—c ¶^çU!<‘O­k“ièТ^}·ãïš§†­¥Ô¹5\yƒÉuD™¢X÷Ó°£œòšÜá¡HªÑŒ5&ž~9ÉØÔÝ©_º­¿öBè]´G=H]ñj65ƒ11¢,ø=¸kwP^ÑLSC “Î;뇘Ð6ÎgÆË:ý¸0j=”—û@ÏíyWê­ÏÚl_ÔµÞÂŽµëÙÞÒz|ÜÙ{H÷ì`íºJ¼XHœOªEëy¿ßû@ëP›wP²¥†F_øéD3Žø2ÓÃåßáXVW²†M :Ø2(*Hh¿OûëØ°º”&,i Nµ ìGÇ6‹{Wò*„–G Ÿ|ø“=†fïn¥ámñ³æ§/8á䳩itéƒ: ç¾ÎÜ—þö¡§êyýÜQ~ÕD¼Zßk/焆úiìü‰Cï1 U²½f×îÍÜÌûî¶ÿO8ë6Ì1iÍB±;´&6·pU[@jóÉ•+}!ö ?5Å[8ãT®ÉÖñzüh31*€y/|Âsîlr\F)*!„â b·Y1UæÎ~›¬ÁˆsÅîÒ÷ëê›(]3Ÿc§Ÿ…? Ñìñéh­©B¦f ¨eg0ª¨ ¿ßDè |-têÅSöv­ÒL6“Ï¿oÒBÑz~\–ãªûjÔÁƒZUCEr<)63 Q¿c_~±”·+ÓÈN3Ê>)„BdšÜ^b¬f¦x&Ÿü¥»‘Æ´ϤÅÀíõ°éví©yÝ=I¯[=ö*.«––(„B!„BˆCN‚ËŽÅ´{=¡[üjꛂt•ÖR³ÙÙCª h¤}©vöj²·'=¤ä'?!„B!„Bzªëšùt#Ÿàùv”ïÒÌ©]¤;ªxoÎ7Òú„B!„B!aƒUÌÝËivÛCjÖ½¿¦¦º žRB!„B!„‡ŠÖžQe¥[yæé¯özúò˜&!„B!„B±OI@J!„B!„BìS½žz]†ì !„B!„Bº˜Ì|¯‘R{NÓêùdƒGŠB!„B!„¢Ú+ìøìv¦O›ÁÍOýD½t&B!„B!„èÒþ9dOk`É‹ñvàWÜzi!Öý¼Ý‹ï攋?¢èÎxðâÑ8Ñ鲸ôF–¿òo4ŸÎ-—Ùïó¶_;ÀÚÉ~%XÉ÷ÞÂkö«yäÃöÿ²“ýF!„B!*û®‡TËrþorƒg¼OE°‡eµZ¾ð8ÿ™WŽo¤×Çb†ýž—¿ŸÇó—&ÎÐS  žŸÿÏ|Z†/Z>t¥‹>cÎÒ‚ûi~w9–à^ËË×Ȱ¬4RRÓH}Ë[ Xù5÷RCïOxp=+ïã¨ì"f¼_AÙìM;9Ôô¶ýhõ,›ý>Ÿ¯jàoN½iÛ÷!„B!„´½×CJ¯eÖéE\¾ óGqç¼Ë’™©ô\Äà¬DLJ7=ˆB+k·Þ¨‹*öÞ§×'7þ]çWôÖ¾yÎ.òÚT=”·Žùð®å‰KÏ烓>fÁˆø=A~éüvW ßpíøsxM=wçÿ“‰ŽÈ‰Ï|¬yì"þø–“ßÍ|•ûÛÐ Ù 4VóÉ sÿÏS¹óùû8,Ɉ%7‹'‹AE…d%YPºªû]i'Ý»‰¹OÍä±×>eaIv²ÆLãœßÝÀïO.À¾+óÈõºýè„ Lß'e×méMÛî¸ßȱ[!„B!hƽžbÖ…<ñài¤µ¥¬`I‚Õäà‚§>₽µSÿ½›Þ^Ë/ã ±ïí|ì/ùí$@é;÷ñv­«þ÷~ðGÞùMmÅ´¶Ó‘/qý9Gí Ò¹2wa3.¹‘KOˆ©-½syòãs™PoXÄ}¿:“–%2iÆÕ̼©?vÏf¾÷\6…®z‹Y·N$N=÷—ÚÈ~Û¶…B!„Bô•½?dÏ1€1&0±í5ž1¨Í<=5ì ¿¢±uÙ`- Ÿ¾†“Fåš–Njÿñ\üÚÖ¶áW-_^ÇÄþ餦¥“=útn~§„–¶{Ü(é*˜÷ÐeL-Ì 5-ÜÃÏáÎÙ[CC|´Z¾»÷Ž5 ´®´l&ýuiäw‡ŽÛy³íÛ‡wý‡‡ó1è¨ßñRIä½z”|åÏHNZè;ãî[ƒ/jùÕðÃÿËñ#²Ãù=‹?¿º’¦Öî#ZŸÝzG@ZZ帧¼«xî_?‘yõ <{N,?<ü"k"×ZhjÿPÞ†þ—Σ)ü~ñ?§~ÿÈG7âÙò SÓr8ÿ‹ˆÒØ“vB€²7/gÂÀÌÐw³†sü5/²²9¢M°ŽEÏþGf‡ÛFÃ&ÅŸ?ÜN 7mk·¹Y:óJX–Æ%o~Éÿø=¿9m:§ýÏUüß+_òyü*þþcS¨Gw·ŽJgÄ-Kñ¶&ÑøçõKçèç¶îÜÖÞ¶ŸHº›µ¯ÞÀôÖ2ÈÁI[‚g_´‘hÛÖÓ~Ógu"„B!„b_Ø‹CöÂC€ôþ€Ûâ £!bøUë/+:‹Sÿ¹‰¿»›ç§dc¬)£eDF}GhÙ¬ãùã-Ç‘g­ç§ÿÜÆ½WÍ iÈ\þ8Ðe›¥÷žÉ¯ž0qÞÝ/rO¡Æ²ÿÜÂí—\€ã«9üq@=+>ùŒ•®+yìÁi¤ë 4'÷ßýÉÚ{Ê/€ÞÀüÛÏà’{ý#ü}¬‹ÚŸ?äÑû~j+S½c>ÂéÆŸþ(¯\]ˆ°¦ôǨoïT~+8›Ógî`ÊîãÅqN¶Í}„;®;…íkþû›,ŒÁ&Š¿ûžõIÿËM">°ƒE/ü•û#ËqèÔÿ¯TÎŽerÃEä½ñ<Í¿’G§8ÃeÊŸqüßy÷ÿÆaŒq9ØôÅè@Ö¥/ðü¹ý0¢`KËÂд3íPÝìa;A%nÄYÜøðd$©ÿùn»õÏ\Öo,_Þ0s8ý“ÿ¹•qWüOíµv>÷_ó _­¬#8= COmky÷Нy ϼZŠiÒ\;ÑÕ~ˆ¢â`üÕ7sô —óæS ¹åð©8£ ³‹ü»+í§C»ó?Ïe×½†zéLÞ:s0Ö†M”Z20îñð¸Þ·‘ÛÖ‹ý¦¯êD!„B!Äþêµ5wqDî]oÆã+fq¦«Ãmjý7üó±Õ¤\øÿ¹ãpb#? wõ°ÏY'…8rˆŸ/çþ¾-çšý:m¸^û ÷?SLá­ß󹘀q…&~œûÞú°„«ÿšMÇ’3‰ã¦LÄÑgùÄíßÊUýMèµóxø¿Ûȸ|6Oß0 À…4Îz“[zHÖ’˜GaQÄ“ãËïþ'V“üÛwyö¦q¡ò›2†¸’qüîþgYuæ ’¥ß3u2`ò0¯G]×e9î’`sƒ~ì3œ”nÀœò?ünÌ#ÜöÄçÜ1é R"úß\¹ .*ÜYîáÀ“-5ŸÂ¢¼¶!{¦½ÝNb ŽãŒ‚Öæ8–Þá²y«h¸~0‰ ß1ó±UÄÿúuþsÇ$\ à6ñ®ýAª{Ù¶þ8hÐî_í:Ö5@öC¢ÉSœC92¾Ø°šJÿÔès’ífûé(PWJ-±L˜t G% 2œÃöÆþ± mdç¾Üó~ÓWu"„B!„bߨû©ìKyîÑÓIo³fp’çê<+³¯t!+ÝVF_Ø>ÈÐÕ™KA|½-ôT°ŽîÛö#k¼PzçDúÝÙþ3WI >2ú¦;æWµÓ/ÓÞ¦¥lð[qtAè¦z/j-¿Ñ'í,?5‘炯²¢NcxR”rtå10±ërÜþÍïðä'§¾380f0ýª©ÜyéÌÚr2—åšöZ>w¿ø(›ó0·Ï|¯Vn§ÙàÀá×`¸¿þÒ,w›sÊ\]LÞSÛÚSÊ~p ° ½”?=‹›.ÇÚË%—\į&faÝÃÛ6Ò›ý¦¯ëD!„B!DßÚ«Cöt{CFŽ"§]Ê:z@ß¹œ®£kZ»a:Ój·,€nÀd-Ü94©]z::ÆÝ3‹û&ØÛÝî]YØôŠÎiî‰nóÛþ©oºÖa{#·£c>¢å=Z™tæÔZέCº´®ÒêXŽ»]-¬ùï¿Y¬dÕi¼ÜáÓç^ßÀoÿ4sOùéðÔ´ÎõºgíÄWü4ÌxÆ3ïæ©¿'Ý\Ég:{ÂßÑ‚~‚1•vën·m=´­Ýö©ÆPà„¾_IÝïÔ¡·Þ°’o7AÌуH2êèAƒ _ T¿Ñ¶uÚO[“Ñuts¾´ˆ£¾{›?õ87ýœõ4=8½Ý„ýû²t»ßôQ!„B!„Ø7Ô_jÅæŒQ䛼,ùt5M{-½ –¹I+ÈÀ­¯òRm¿H/sæX ­^}°Œ†ÞÞ«b­à®óìEÚK>]Csë›Z ?ÎY©c×ÇUÛ¼”Þ(%ýü§øð“™ÓözŽw°éÕ—XîùåÛ‰gãw¬c0ßð[¦)¢hØh†§îœ_È”6Œ\ƒ›%_nèrïžÚÖn³äâs2ðÏûüPù™ÞÈßÃ-ÉœqéØÐPGƒ‹¬8¨^]L½¶gígçz"¦b#çÈó¹ó¥¯˜wçP¶¿ý0—öyéÍ~Ógu"„B!„bŸ0þR+Vâ§pý%¹œòäÅ\sOîÍSÎÛœ1q7Ó»(‡SŸ¾”Ž›¸äè|œþJ6l40õ¢SÈí«ˆTÃ~û › ïrøã&q㕃9îÁœk¹™+„Ë_ÂÒ* ¾‹ôLéŒCÃ'÷óè{W3Þ^M©6–s¦uÈoÜ$n¸b Ç?|¿K¼KÆ9)ûôanû\çÈ{/cˆ•ç Ú£l/ü7ïWesÑŒãSÔ~éþ—Ëç¼Ëó‹nbÌ„_¶Ø²Ç’Ãý¼ðÐËäŸ7’‹›5Õ; FMšÊÕg'qîS—smòüv´Š…ÿåÛ:0÷¶míöÈÄFÝð8×Ì?‹GΞƺK/çì ý±»7±à½gyêóRò/{[Æ9BUc:SN/Dÿû_¹ö>‹&¤c©[@™ŸOuìeûÁà 5½ËÇË ™ž¸˜ÿÎqS0,—VÅ¢Å;À4˜«ºÏÛˆÒ‹ý¦ïêD!„B!ľ°÷‡ìµ길9jHGÇΘ›ßáõ¸;¸ûÙ¿pÑãA0&1úŠÿpò„øËeÈQçô»å]^K¸ƒÿ{þv.}&Ä’5á"Fœw29f:§¹'ZÓ({™k~Óq0Ò8ž^ù6'ÇYzÝÌŠ»›»ž¼›Ë^ð ±iƒ™:>SÔ|8™rç?¹àŠÛxèªó@‰cè…OròÑÙ–³2ìoð¦ývþúôµœ;3ˆ%ópξ÷=nûM¿ÐÓÑtz.ÇÝÌþ¼çæÒ˜s§ 0uj±#~ͱ®wøø¹ï¨W½Ü»¦Õ6ê°u¸ÖžµcÁå<{ÿ6n¸ÿ¯\ð†/³q¤R4=3::.&ÿßÛ<ó'îùçe¼ß¢0hh(¥(½k[{ÖU‡ñçY_3òÉûyì¸æÙFtl¤?Š«‘«OH¬Òº?pÙsòØÔTWÐÒÒ"¥% zÍGüfôåÔÿýG>øM:)!„B!„‡‹Å@YéVžyúiþõø“³À4 @møUñï†ðçžðò h°³?Ê^ëG‘™ÕíçÛÊJ¹Êë©LäréMÞŒüùÙ<ûe¾ögP¿xŒM%|ýÜ_ùZ?œ™Ü§Á¨Þ–᡼ÉñF!„B!N{mÈ^YéÖ=úþÁ¨§29Ë¥7y; ò§{([4‹½úe:`%}ä Üúêü¦Ÿ¡O·¿·ex(ïCr¼B!„Bˆƒ“Ì´"mŠƒ ·¿ËÂÛ¥(„B!„Bˆ}eïMj.„B!„B!D/¨RB!„B!„b_êu©M%ÅRZB!„B!„‡€Â¢¡}š~¯RGL:JjC!„B!„âPS]Õ§é÷: åv7Km!„B!„Bˆ=&sH !„B!„Bˆ}JRB!„B!„bŸêõ=t]JK!„B!„Bì±^¤$%„B!„B!ö²'„B!„B!ö) H !„B!„Bˆ}Ê(E „B!D¿›’ŸŸ¢ºl.Íõ%¸v ¨*ŽøþŒ½•Œ§I! !„û)™Ô¼-¾J6o¤¢r@ÐÑÃe¡ë:F£{Œ‡Ý‰Óå"-% UUÙ9ë–"­ì—®Ã–vT–£¨*ɉÉX-V)”^im»2ƒÜžª­«%ƃÅbéqÙ¦¦&šššHKK“‚Bˆnl^ý"«¾û ý aÈèñÅÅš„¦ùh¨YÍÒïoÁÛ°•¼‘ÿ+…%D[´x?.ZH0ܽ›R£‘±‡ΘQc¤0…8„Ȥæ=(.)&!>Q# šÚ ø|¾¶—ocÉâ7Øß@¬¥Œ€û' ¶qì§ ©ÙÒÚö¦¦fü_»÷ªk*INJ¡¡©ž²m¥¸\ñ¨ŠŠŽ:˜LfŽØC¢|Þ›õï0+êgŠ¢ ª*v»§Ó‰ÅlEÁï÷1qÂDŽ;öxi`»!ÐÐЈÛí!##£Ûe5M£¶®ƒÁˆÛãÁf³IMÍMøýþnONm? c6™q8RpBĶ®y5óoä˜3.'&nºDQTÞåÜóˆIçÈÿÀÜ·î!-ÿtl±™RhBô¡-äW_‡ÉdÞí륇ÿõ£% Õýµb Õ(×8âà!CözP¾£ŒÃFŽ·Å‹¦Ñ4-ôÒ54-:¨ªŠÅla@f%’ëñ5ÿˆ§ú3l)wÒ\þwbÕz Öc ÆJö¡ææf FNg" °TT–c³Ùð}¸›ÝĹâ0™L¡[WÜ‡Ä ìûÌâ´SΠ¸¸·Û×ëÅçóá÷û ƒ˜L&ÆŒÍùçŸß€õz½<úØ£Ü m7ý¢÷Ü7ñññ´´øhjj&6ÖÞå²õõõÄÅÅc4ªx<^ H…ùý~’“’{½üöíÛ% %ÄAh{E-é)ñ€Î²/þ—a#ý¬ÿù3?£jûF¬1ñ 2CÎÅSq3fWCFO`Ý»qôSR€Bô¡Ðu¤™Í¥QEUQEQQ¥Ý+$¢'¾ÉI©)Èî®)k~dã·g‘wäÛÄ$È}¥88H@ª>_EQü躎¦k躎®…þjš†?àGó-ÅïÿœXÓ*´–µØ’¯'&ù÷€–ÚLj1Æ¢‹f(”BíMM͘L&¬V š¦¡( ë‘'½ƒ¡-¸b³ZiQq:þ›X—Ë…Ýno륪j¸0›ÍÄÅÅc00 ÄÄÄœ’Œ¢(Ú -^ qÄÆÆ²uk)v{L—íÒív“••@ à§¾¾A ¯õRUÓÛÊB½¡B=CAe]×Û^111hš&…&ÄA¦¾ÑÍ)—ÞÃ_®:‹3O8£ÙƪFŽ=‚¢ñŒI,¢¥yË¿¹‹m1éYpÿ@bƉl\÷¾ ûˆ‚BII1->_¯–·Z¬‘‚ëùbˆÍ Î#}ðil^p…'¬EžO&|2‡TBã C§¶›ZÿZFÅ¡å#´¦W©Óš0˜óq%] v$Π¹â1ªJîE5¾„-ãI ¶ÑÒòö2¿¯«ÅLÀïoÿ L(2Õ¶çp}jºŽAUñµxA?ø‡îY­Öv=oZËÊçóa2™ˆ‰‰ ÿš¥†?'4|¯µ Å.ñµ´€UÅétPW[K|||§åjjkHNJB‚ >ŸOÊ;L A×Ñ‚A*++C§¤ð/ª­A'11)´œ”²â óðóò›3áçgc6(~5©¹Ç—<¢m™g.C&ÞÇÏ_\HVÿ ñù_ÇêÈÂݸMŽ Bì#Š¢7 UÙù£gë_…Öësˆì!Õn÷”}5ªúm³±Æ¦“œ{«¨ß6WÆÉR0â€'=¤z Ðiý^kûe^½ €J-¾ºW‰ëÿ_̱SÛ”UÉCV€Þ€§æ=jJ.Ã5è')ؽLGGUUÜ7JÄDòÑz¢¸Ýn@¸·Oè$h³Ù™Þ?Š¢´õ€2™Lm=Æ CD©ÖeCÕÕkø| +#~×°¡Òèz)ð‡Úq.[¶nÁét`0ì<üú|>tMÇjµ†þ­KŸHZ¸<4]#))±Óõjä¾  K)!*6—óÙüU<ùÐ_ظÃϽÏ|ÈmWÆ p0J×5Í™Á¶ ¡9-1‰ º@sc4Yñ6×2ëQù§qØñ/´ýè"„Øû×™‹×÷¾‡”ÕÊТáRp=¨\w?…§¢iM¤<“²•3% % 2©y‚Рë¡è‰¦éX­TUTUi ¶¾Ì f³ M õ¤ðz[Ðt-f<ص"P­ÿný©qíZ¬O<ÊÄùš=,¼ârŽúþ{it½=ÈšÌø~PÀl¶HeU ©©)mËTUW“ššJ DÓ5šÝbccåX¦iZÛ•UU­—¼mg§p)’’’Р¦KÙ q¹û_o1ã¢siñë¬ÜXÉÐQc¹ûñ÷1L0•ÑÇ>C‹»”Ìì >7|l ¨ξò¿lXö ›‹·2꘧AQå!D_QòóEüÈ©¢ªæ’"ÜK*|o÷#“”`'žº¥ø[vàHšˆ»öœIç±¹åÜuK±Å”ö½’A÷‚­¿´‡{HE.õÖ›"ÅŠÅ5 oíû4l½gö#‹yAk¤¦ä[6aï÷‚hû€®ë „þ†zE)­ÕÖI χ¤¡i:Á`0l<4ʪõ!25iÒ$Ìf3Ë—/o׫,èñðý¹ç2az†ú ~_“+QÜ.p8bijj">>@ @ll,uuux½¬VÍÍÍØl6ŒFƒA¥¹¹‰´´t)¼°Ö9¡ôpÐ v6S¥Ëå…¾/æ/'`°¢YœxüAªêšYU¬3dÄîü×{˜MFŽ8l0ªÁ¸“gñÝÛGaýˆ¬Ü(J A_1å[Ö²~å2&ýê[ F«ª}¨uX^ëkå×_Ræm¡ª:ôƒRRb9±vF}LøÚ]ES¹þAÒžŽ¬Æh´¡ëõ¤þ•ë"{ì R@âÀ¾7•"è^h)Ú÷ ÿ³u´FššŒÑdC×ý¬­ ‚åèÁrt­-PÅ9]M’Bí:: ¡ “Ï×Âæ­%”nÛB}C}§e›š)ݶ…òŠíx½ž¶€Ô¡2d/Z¨’’¬V+Ó¦M#&&¦mÙE×ü {%®T+µs«˜ÿær/š! n8|¾---ƒ¡I¹“’©®®AÓ´ð“õâðù|¨ªJSSV› £Q~/h¥…'5W¨ªª¦ººŠªªêЫºŠêð«µwŸ¦i”––R[[Kmm-555ÔÔÔý ã IDATP]SMcc£¨ È=¿ËI§œDM“¯íG¦šz7«Š+4t$·<ø –®Àhv0þ´Y¹ðsªÊw“ö uUå,þöc&œþ &Kœª},4…«BCe%Ÿœv:-³f3uò.¹ø2.šq “&Aã+o0kú)4VU£ª ÿÏÞyÇGUeüû¦O2é•„Bèi¢ëZQ±P»?Ë®îZÖŠ•µaEÅ‚ŠbCz% ]zOéÉLf23oæ½ß“Þ’„ûåó>Lfîkçž{Þ¹çÝ{®¦‚ßȨS‰·’Ÿõam¯Dõ¤ 7¶oí§àÈüÝ÷{ÎN!,A³E$5¯†Â€TAÔÃ’(•§H%¯ÚlBg0¡zNáÈYM~æRüÂ.ÃÔIcF–µñÉú¤Çª$=VHÏM%4$½NOFfz¹¤ænÙE«èVäåYɵfc6ú#¡^0I»+š²—žžÎž={0`n·EQ8ùÅ—X—~ÍÐ[:‘µ8•Ù98<¶Ï˜Éö3°téBÿ÷çÔG ®ŠÈˆpRSS Ç#ɘŒ&´r BU¯‚,Ë8¢£¢…(Ù¼ ’šKàKü^féèâQ}jQòóðp‚‚‚ÊëÌ™3X,B¨A3`Á·k¸xäÅäºÀîô”ÉœmËçÀñ4ºuïÍc¯~Ëk^Oß„ŽÍ ¼”M‹G“Ð?‰=‰k2ùWÌþ±Â® AÁ3yË?î ÷-·?t¶={HëÞI’Ü€‘³gó׆õ¬¾y*W-_F©Æ}¡·SU!÷ÌRÒ½Œ×Nd§Kißû-ù’äEoŒòùFžz_þ#™§szÛíhtADÄÍ&¨Õ±úž Y!^ÁWƒ·`™q U*˜V˜*üEýÑM"÷ÔËä&½Ñ/ ³% kòÿH;”ªñ',~hCÙnÔ‚ix¾‘N.W>’ÑQÑääæ• &8(§Ë‰·`åD¯×‹$i.˜R@¹){þþþ 0€;wÒ¾}{rþÚOâ=÷0êÆÖä¬Ë@ Ò0äÑn厓}ÀÊŸ<Ȩ5«…V^¯',,ŒÌÌL"""Ðjµ““ƒŸŸ²ìFUU²³³‰ŽŽ.—ÇëB§x žDFF†Ï×-ÈAU*lÊâ î¹\®âÕQU???1O h&È/ï~±œ{¼‡+?{’@‹¿Àö ºr [~¸‚þã?#(L,Ä!4ûV­"¢m[ºõé‹û¹ç8‘ÎæIÐÖ¯¡S‡ŽÄßp=g7ldç²¥ô?Apd%r*ñ6ÌAmˆèÐKhToNërt:“otTaÕu¯c/Ý mýöœ¤]È™=ÓvàüB š"©y5OÙ£8 Ÿ¦`|”Tbœ”ŒW{#¡]º¢QŽ#©¾ ˆd+V­?Æ€!÷.Häj S@y/z½‰œ\+þ^ÅK@`P©„æyùv»ƒÞä«[tÁ$5ÊMÙëÛ·/§OŸæìÙ³´ïЯâÅ­ªœù. ½Ý×l{³K; 9Î5¨Ðë`2›±™•Ixx¹V+¡aaääæ`6û‘‘™IHh(ZNȳ¬.Lj„GD”!UJV+ªBfVg~QÂÔ°°‚„çª"ä+4U§åͧ¦ó蜹ãÎihƒME¹ã z-m£ƒiHòéãX­n¾zóA,æ¢öÖƒÑS÷¢3ˆ6/42gU/ÿ÷lûö‘œ‘Æ¡¼<&ýýZ$$6}þ:£‘h{]žÿ/Ûwí¤¯$]ð}NÅcãøækiÕe,Á±Ã]©ØÒ¿F£½1×c£pT„×cÃãNG¶&‚ä%âÚ÷’Ì“_q|ó5t»l/]€PFAÓÞ T§ ¥-± ù&F­Q’’@"/cP”$% P1ø·g×Áùôê/„Ù€Ž€ FUU, é©È²/(¥Óê=2ö<;—Ðà0t:=F£Ñ·üóô,Œj×®v»={ö ×ëA•ð‹càÿæ±uÚtziµD]Ñc6öí*”Š0õ¢ß ¬!x½^ÒÒÒðxdTU%77»ÝA@@@©ü]‚’íÛ7ªÉh4ÖÌ©Sƒ ,5U¼‚*FH ͆¡}»ðá ³˜õ¯÷¸iêuXLÄDÒ:*­ÌÖ-xdÖd&T´3#ƒíÿ}–”µk±%%к51#GÒÿßO` y<‚†F’$22³°„„ׯ7›®œÀÄ«®%8$FÃð~à§ï¿aRŸ^ ‘–ž^jA .€öþáô¶ÛÈJÙFhl–ðËÐhtxݧñȾÁŠ×^ð¿I× ÿ€±H’‰ì”ïI?ºÙå ý°oE0JÐl¨S©5«VpÙåq¹\¥>·D¼^¯/ؤÑúÒGU˜»¤äŠO€&ßJd’ÆßÔRs¢²Ãª¨¨ŠŠÃn'++§3UI#ã‘eü-PUìv;²Û‹×£pÖžŠ¿¿aaáø™Í¨ŠzÁÔQÉ){éééX­Ö¢ •¢xñxd:\=§Ö­çðgŸaÚ–KÂõ­9“ê¢ë3¯Óéºk+µ Ms³?^¯—¤S§HOM+’“N¯'¶];ÒRÓÐjµØrrI9q²Ð“#,<Œ6íÛ‹Äæ&ì?@饡Ղ´oj 5T‹ô;7;·ÓU8@Ê·:Ÿ ŠW¶XpÁØŸ–@\»hÍ{€YOÌǨºHèÊöm‰ ëÛ™_?úA~Emú̆ ¬™6޽zÑä´*äž>Mzb"ßôÀ˜Ï>¥ÕðáB¨aEUÑh´HZŸ¿Y܇Ҁ$¡ÕjñÈžý©Æ÷)›~!è:f7¹g—’qøUÎ^GXë"Ú_ äã¶oCÒø^Ι‚F#IRLú‰ ü:Þåi‚¢ rH _GÐL¨Soç²Ë'Vø¹%âõx‘ð­þ U¶Œ–*J,¥Lý*0…+k µ@îÁ!Á@Å+阌þïwÙlI’ŠP…«»nÉÉ)¢C‡ }yßlÝJªÕJð£nŠgÉœ9åRHs²?²ÛÍÞ;1™Ì„‡…°Ì³ÙH9y’°¨(yyÈN'‘‘>Û¡ª8óìÞþ' }z×xTPK&6&¦ÒoÇŽ'** —ËIáËF‹Édòø+ë ‹R‚ Äþ´$ÂCYøúý<øßO8™œÎ«ÝL¿J•qfd°jê- 9’ €ÜÇŽ#gd`Îϧud$AÝ»³rê-\»-QŒ”ûÓÀ„…†cËH'0+›î©Yl¸ý6F|ò’ko¾‰„)7 ËÈ$KvUj±¨ ICP«+juù9;I?<—ž¤Û%Ï¢bÂãJFoî†ªêØ·r&–È1´ºs°X`HÐ<©S@ªd4¾¥¿ôz•¢¼$Ih$ ’¦8Â_2(U˜ïœItÁÔ4,…ò–Ý2AAAEÓÑ /%“+ÉÌEÁëõ’››[ª¾.J®²§ÓéPU½^ÕfÅf³‘——‡_T#>˜Ï÷cÆšÓýIºóìÈ7'û“•…ÉìG@@©©©¾Õ
¨(Ò32p»]X³³iݦ gÏžE.Zðó÷'#-Ø6mD‡J‡óMF‚‚‚p:dffà Jy|º!¯? ˆ€”à±?- “AÏ[ÏÌÀ«(è´Úr¿oö9ÚÅÆìgÆ»kæ|zG>®¼´¸€S‰·’qâBZÃiÛ†9ø ÒŽ~Ž%r m~"%hÖÔi)§5«V½µ/ù¹%âU<¥;D%W׃‚­8@¥)RQ¸Qœ]Ф<2ŠâE–Ýdgg“”tšŒŒ ìö<ìö<222HJ:Mvv6²ìö•õȨªrÁ¤ ƒQz½/VNN{öúòHED†c ðÇívã×®-Æ»îds®É0ø?ÿ>¯×ÝœìOZj*ƒ³gÏÒ£oZ¤gª¢‹ ¸œN¼} ¤W¿¾Ø¬V ii¢iW×òµ ð,Id¤o‹ŠŠ"*2Ѝ¨h¢¢¢Ñh|öX¤Šýi‰H’Ta0 àÌÚµD†‡ãÙµ“ÃŽ¿ÝÅnÇd·cäÇ 'eíZ!H°? L¯qc9m·sfíZ Ž|&MæÆ[ogêŒ0nÒÆM$­^M²ÛÍÀ+&‰Ê­„—ç!î%+y7mHf$ÉLVÒŸ„t¸¯×+|A³¦æ«ì•è¬_6a"äî(ù¹%âݤ–“((h|)Õ[jÅ=µ°lÑ”=/*ÞœF5ØªŠ¢ú–z/\+ÏîÈ#&&–ääd¬¶Ü¢²­ZÅpöìÌ~&dY.XÅëª#­V‹ÑhÄjµ²ýÏí´iÓšë®»†¶íÚb4šp»]¸Ý.dŒ3"Œik×=ðΧœš•ý)H¨-i$d— §ÃF§Åãõ ÓëÐjµ˜LFdŒF«!''?³4’Oa7ªµÑJ}22Ò}ï F­FEE• *ª¯¼©àB°?¶¤$Ì È‰‰õz$UEc·#y½h%/“Å‚-)IÔ™@ØŸFBbÐÂOùãÆ©´9qœˆ!ý±8쨨ز3Èøäc’Ý.Fÿ¸¤ÜšB¢}Ïèðx<ȲŒ[êºòs{'ö¬] kíûÞá@¯×£ÓéJÍ š uš²çt9+üÜbƒŠZð¿R&”JqBó’_-µb›Çë3£Áp«ªŠÇS<¢Íßß‚Á` mÛ¶(Jñ(5Ç[*g”Çã¹àFHù’—+ìܹ³Ÿ‘)7]GHH(&£ EQp:ó‹;ü^¹ÖÜ&#Ÿæd‚Cðåæ`±p௿Ðëõât:‰ˆŠBUUÂ""ÈÎÊÂ@Ê©S¸e™‹Ùí&$,T4îjísñ[Áˆˆˆr O9ÇE)ñ±%òâK/ =öh~þOóÇÒº5yyy˜L&YYx <37ø>[,8óòhÝZKÐ,iÊöÇYf ¡ŠJPT4ãV¯dײe$îÚCF¦o5½ÈˆHÚ>ôWOž\TSJ%àvº\˜.àѧ…Á(Y–q:8Ž|dÿ)¤ý”àVc8{t=²ÿÍdeeãïï‡ÙlÆd6£A)A3¤N©µ«WrÙ„‰8]ÎRŸ[²,Óš={wÓ«gï:5îÃG‰ÇãA[É0sÁ¹áv»‹:œ²,—¤xIOO'//¯T@ $Ìfs©zV –âr»Ý †++ǃ$I¤¤$ãö85z8f³ƒÁ¨¸Ü΂àiñx?¯¢`µZ›Ì=4'ûLê™ EQ\.Žü|bÚ¶ ,"‚Ô”3øùù ÕâñxȵZ  C–å “s 7_€©¦Sİö–Ë‹/½”:½øÒK¼øâK<ö裔ý¹Ðˆ9‚ÔÄm´‹#ï?p<É<€ ÐÇÅ‘–‘AÌÈBX‚fIS¶?Y™™hµ<™èȘR¿ºá¦Ãëõ¢ÕjÉÊÌ$&&æ÷mÊŒr»È×ôGÊ{Œã?’oËÀ9­ìF–õ Táßš)u[eoÂÄ ?·4C™™I€¿…åË—±ðËÏñzzΣ£.ÿ§¹ÒïñÇùvà »wÇ2x0ŽÃ‡Qòò,ôqqØ´ZR’“¹æ‡ï…°Í’¦n:uìÂëo¾Z´ TmÑjµtêwÁ×sá‚L:£ÑˆR+S§×#kŸ%é¯Ùû A!˜Í&L&ßVèS ¿QÐÜSöª0¡¡¡Äw‹§s§s3Ž:–ˆÈHŒj ‹?¹9¹ AC#ì@ öG û#ì@ hþÔ|„T‰¤±EÃDUµÔg@ hh„ýÂþa„ý@SÉ!UÒÜååÙ*ü, °?@Ø@ ìàüã%}ËÏîtÃ"uB‚IC¯ÝX§){›6¬Ãb (÷Y a°?@ØaÎ;ò)–<“GÍdÁAb¼š@P{êºàVyð¦³úù0ó=8+ú[ 4b•@ ìO Eµ±çóçxâ½}¿„ýiúè;0ý› |ô·žš4‹%©^! –Ô< ¥ªE[žÍJžÍZîs‹Ý¼9ìúy «öåâ­èïÆÜ§W°lGfés;wóÜð¶t½u iµe×Ç9×g.Ç6¯`Ãγ¸•êÊ{p椓‘ëFmér)«C•éZeß7ÒvÁÙ±5R[›Øš¹ý©Ðvü\ŽíÉaëGoòþò$ܪ Ž­<E×ÿûƒüæâëÔõþ…'6áÿÔ¿­k„M2¶ãÊgbÛ/Ï36\#tUl-ok2©z{û•Í’IÑDô½Ÿ_R=¥“1ox417®BÌŒ®×!Þq3³¿9…\ª&-´éÖøNá4çóeÒ¶-gõÊòÛš?Óñ4J:L…Elªº(vNíù“ƒ©tzM“SÕy’åoÜÇ•CºMDT'ú]>‹—~>‚£¶ö£¬U¦k•}ßRQòÉ<±—?7¯aÍÊå¬^¹’ [Ù*YŒÍnÚr­M[Óv[7po|4 ±ÙVO _? !íx}[ÒcÒƒÁÏàËaÑd|¸ÿ&ïß šùCÛÞ…<ò÷!tŒŠ&"*š¨.ƒ¹üîÙŸß܆S4­6á³çmè6i.»ìÂ1jK’šŸsÃHùši7¶æ×%³ég‘*,Ó”š´ZæºÔ&p¥Î­ïÀÔùK™ÚõU'YùuaÈö˜K<($C0a~ùdæ¸ÎoÝJ~´ê9”Ah½y(5—dÀb’È••&£—ªm;/_ó7^ÙÆðÛïåµ¶ÇßqŠ?~ø€W¦ç绾cÉ¿‡RÓ‡u:T™ž7µvZïx¬œÜ±•c¹:‚ÛÄÑ»W8~Z{ÖY25øëq:d‘3 ©Êµm] h„ÀéÅ/ñ]v &u/üôß߃ö\[G? !íø¹[Tm 1Az‚[¡Ô&äë4äý7UÿNÐ|Q²WòW=Äþãø¿Wž`@´„õäþ8A€¾™éU“j dÏ‚ ˆóWŽFŸS¯2å%œ©jØŒ7‹ßß¹›ñ½ÚM»ç‘/ö‘Wh}œ»x¢O4½ßYœoÀ¶š3êƒÓxÈcÃ]ˆìþ[K¼ÈÛt7qQxf«Àž¤±þõŒìÖªà<×òÔ/§qרÕfIßÌdH\ ‘QÑDÆödܽ ØW2ªîÍfëüû˜Ð·­¯LûÁÜþå颷fg?¸Œ¶QÑDFE3襸='yod4mnYS<º¬:Ù)¬|âï\Ô³#QÇjÓw2->Žëœ„…b4Ðë}›Nu›'£ªn2%òÇúU¬Y¹œ5+—³nÃVu yc2ÙGÿ$qca™l=lõý®ºÈ>±‹ÄuûnÚÆÑ´üâ’*c=µ—íV컊M›9˜ZSó9½e)Ë6"#ÏŠ{ò_lß°ÂW~õ:¶É-¾ÀyøW¾ÿþV¯\ÎïGóPëz}•ìW{òÙùê,^ÙÍôo×òÍ‹÷pãä‰LžrϹ†fµçÀÛwòüÖ<ßy«m'@E:T‘®Uõ}Uí@Éfã‹73ªOGŸNGµaøS;›°yôb=±‹c¹Ú\<‰±ÃûÒ!&ŒàpZuêEï¸ô’¯NsNî)Ò·u›9˜l£(‹€båðÆål>h-Ö)O»W-'ñt¡^¸É:´­ŠÛĆ-rä¬RÙê [JK•kMdV®­· š5οøðÍíÄÞ·€®³ðûë 8Pò¡«:8øÅl.ïí{vG¶íÅ„gw_ÝoemxUe+µãÕø'µð*{v”Â}ŠŸŸ¾ží}庌œÅ§ÇKúôèOÏ„pôÝ£’ÁÊ'®bXÏNE×Óù’™¼òñkÜ}åÚEEÝ‘w|ÌÞ¢{Èdõ®exïNÏ¢hâ.šÂ“‹—Y\­Uñ3ÍYWÙ6ÿNÐ,q]Å«žÑ/Ïã_S'2nì\3ã1^~f±ºÚèUmÛ[ö©®­”³U´Åsíß«=/¬ý©ê~ª­£z²o5x~õÅù[Ÿ2æo¼ñÜ fNº—i}âùþʷrö¾v5“_IeÄÿ½ÂgƒHYñÿy`"ÇÙÀ—7¶®Á øÓãªÁ˜¾ßÀŠcn%'‡~ÝDnÄ8.ïlìxé*®y[ÏÍÏ~ÎKñ^v~ò/þ=íf֯ࡎգšý»Ê”×Úç™w ±azrv-ä‰ÇeFÛÁ¬{¸œì{ýj®œ“ÌEw>Ë'#Ú¢ÍNÆÕ+=Y„üí-¾¼?¦ÈŽè9S{Ù)vŽnÜÌáð{x÷á„zSIüø)^¾óV"z¬â¡.ús¨`Å+#»\ECI’Š:¤Ž¬l¦n ‹Iu’yxûöîÆ6”X½ŠŠ‡¼ô ò ]0¤-IÆcŠ$ÌhåÔÎDvžÔк×ÅôÓ“{t+;wïÆžÉ7ó·òï!—x5Y^×öWò}5í “•}¿­d_Ð]¼ýúZ©¹Ø#;4áx”•¤ä|¤ð¡ômcÄ•“‰Í­” ‚BÞñDvsן¡±~¸Rö²k"²~8="‹Ûd %4@"×V0òG­%œ³“‡{Vvc7 ‰ÁOu’y|7ûöþK;œ„½/s´öºf´““ׄFqÕ›\k"³ÒmÝš›OnK¡ £’³ù-¾HÄ“· b¤u}È[¿ßÍ[#‘÷јñÀ—hfÎ廫»aÎ=Áic,új~+ë©AÙòv¼ÿ¤~Cùc—…•ÍÿùÓ>ö0nö<^LÎîŸxó¥í% 0â­åŒ¨´sgçèÆ- ¿—ùÿI˜óß=õOæ<¶ž÷þ›wŒE=ø?ùOftÂúGã1(y^¿ƒ¡÷ðö«*Ÿeû7¯ñò—qX^ϧ×Ç¢«‘Uñ3ÍÀ‰ºÉ¶R¹55ÿNÐÑGw§F&qÁ÷ì| =5uÔ«Ú¶·:ìSöB‰·ÅÚöÏêßž—·Y5°?•ÞOMê¨~ì›R‹g@Ðx©úJhUxU" ïƒ|úÂvF’F÷˜6HöTNÔA·ìùÅzÜ¢äêªÌ\eîÛÑ"d(hÆxϲ|Þo(ã>àòh †ˆ¸³ÿ<ñÖ žºøïDjÀ›sšl, >š‹ú„¢¡' ìG~¿•µáÞ”-gßÕªý“pµ~C¥Ç.݆Ԭu¼þy ±³~åýÙ}1\Ô ë’Eü‹J©Vöœj3ŒÑ— #€aôTWòÝ­'¹èú븼³.‰ÇþÓîY¹Œ‡ºSâÆApé˜áÄ\;„æ|ÈþÉÿ¦‡³>TÙgšóeÛdý;A³îðÅNá½÷ösû}1ºÛ› ¹úfnŸ>•‰½}£k§WuioµØG[³¶RΔi‹jÖoUú¥ÍîÚàö¼2V•ýé©­ä~rVԪퟋ}ëRÕóC ¨gÎs*8=íoþoOÎæí<ͺìÒ#ܧ·²Ïa¢ßøîÅAMƒ.ï g¶²7»f)¤Ð¡LnâÈwK9%ƒûØÏüx:Œ Sz⸓·±ß ûŸFlt+"£[Ùe ?æA扬j“RÖ~7IËæpûØ~tˆiEdÛ!<°Y—·R|ß}ÇÅ—FÕ‚ºÊNÔ‘®a“låœ.õïÆ°±=¾pE÷v‘ø•™T­zݸÝnd¯“\/ú2 ‹Ê¸8íÙä)·÷'¾ýâK~üég–¯øƒ32¸ltÞ\ò¼ZB;F¡ÍÏ&׿Àåö T‘ÈAÐŽöIë³ê÷ÝœL³ár;q¹ËÈHñàõxðx+óë_áÖGã1;qÛÂ?µñ[>z÷-½ú^»æ}–¾>‘èª~+«»Õ”­ÈŽWëŸÔÐo¨ÉÂ/já4~µúç Uî:Ù¡Úû¥jcØóZذbûSÉýœ£]ª•}«êù!†W ê™&±€¬&øž|w&–Ÿžá½£ÅßZ$ÞädDzØ ¿T²HüíD !DÚ Z‡@æþ£TT–<ƒ¿Eá‹…?±`Ñi:O½™„‚ñІؾÄé½Þå :® ]ºnqtŒ20);L±àïï_@þ±¢Ógߘþ tïÙ^ÑÅ&ËÛ8½“Ëö“WNXŒŸã¨ò Wd×Ш^<²Œ\´ŒTªŽ*F”hLøiTlYt’G.ÚÜŽr¼þ˜%Ù)V¼µyÒ¨*‚iÓ{$#z…àL9E¾ÁˆFÒ “ÀãöÔèÁUÝõeÙ<õ#[K_¦]‰{Í ¼½ÍZúÚÔØHÊÙ¶U¬–s0/YIÙÕ¬*“›ž¦p‚H:ŒpçXk—DS•±f:ÀJ ABÛXºÕ\äZ™·ö)T„}'Ÿ|DÌÔùüº|Ë‹¶™{Y '¾øŒ=…c%3í†Oåé…ëÙðtR¾}_Ïzªÿ­Üó´’²•Øñêü“szvTâ§$þ´ëùŽŽ(9ìXu¢úÐ%Hsn>T]eÛœü;A @O«‹'Ð/§ö§£iBzU/v¨~i£ÙóZÚŸzoûuµoµyÖçÒ5¨U‡½^‚j™|L¾¯>ÌÛÿXÆÄù§Ðü& çáY]÷Ætf…?ÉôA$¯x“'V©\‰öZ QÁ`K\̯»ãù[B™¿{T³™ pæ6iÏ+|<÷3:ßÜ—H£ž"™HÁ—0{z{®x÷6nóû'Ó/i9?•TóEüý’VôëæÇkK_fÞâûêŸÉie ×)¨F²ó”É!T²žUµŽu^P§²•ôÔ4d«³xtƒ¤Ç€¾lü¾ŠüEå®OJ»Öþì8ºŽ?¤8¢,F´ªŒÃ¡­£0kCiÓÊÈîëÙ©íB¸Ü9)d{ ”½‚c+Î4’ÓüÌèp‘{ÖšPL~þ½yZ´œLÞšȶ\òÕ`¢Ã©Ûõ•³¥žC»ògÐcó˜¾ñzþ7i‡ï¾ƒk†vÀ’’߿˼_Óñö/ù÷ ’ª‚¶í¤lN)]%º6¾²ï«i’Z÷ݘh ê˜@ëœ\»žìö­ 0¡GÁíÈ!×IçN!´kkaûáõl×v#ʤâÌ<ÁáLí×`ÉM®j$42ŽngÛÁx¢Œ³qªåuÒ›¾—¿ŽÆbFÁ™y‚# A=ã}ÇÑ6–n5¹*5™RÆŽèZŠ Í‘Ü?>bIF[¦Ý:Žþ ¥;W§á©ëóÁÖGéÕù>Y–O—m RÓIÜž ún„%ääå•þVÖ†Ë)+*/[‰}¿ªCÕþI¹çDE~CeÏŽËÚ–Jˆ+ ç‘;»1vî­\oøwïB°|œ@ÕäªâzÊåUK™(*çÚ29Ù¸´£ä5ïðä 7}Ÿ¼FÉXG ê.[]ãúwJö*î5•=ßdÍÇ×m«úï1*¢Yãúëmî{3•^#ѵ•¬'ؼðe¶Êu#Úb êTG¯Y{«Í>Õõ“jfjп«s†nµÆö¼ÿ%Ú°ªìOe¶¥6mÿ\훜¼¢Ï ±R daÀCs¹ýÇ«ù¼8tCïÙß²ØòO¾w?7¼âÅ;ˆkçüÈ“7:6zâf}ÌûéòÔ»p˾ý": åoýJ 3wÓ xóQö½‡+cu¥Î=ð‰ïYö$Ï~ø$Óß— ­‡N£ïÍ“h¯`Âã÷³èηylÎeŒûlt™¿ÇV³™w]îà£WÏðàËOsó"ߘ }` WDa’ dñ¯ïù&äIžyÿŸÜö¶ôáô›õ)“Fôaä3¯rËÌÇ™{×Ì•‚éyÛ|®ݦŒ@k"»Äqˆ­ë•ù2”Þ£¦äŸ“ÊuìOÿ;¾Ÿ½NÐa mODœ ­ BãÒÓt˜£väƒ% UöÒÁm#ãôIŽäûÞIêü"è0h±F•<«ŽÐ¸Úüu¿SíúÓ6F_·ësÖß‚©šá<»ô7z¼ô”TGÙV¶_úwÅÓœkö· ùâÕ„ž÷=<þ>)Ÿ_?‚»Þù_â[î¼öjÓOª©JVÛ¿«k<*«Æö<{øx_~©ZٟʨEÛ?Gû–_åóC ¨ç~Aÿkí½wÝá|ó­wÈÊÌð96²,¤%¨i¨chAz“nrÓ2q)ZüÂ#ñ÷f‘‘í*˜Ë¬' "C~Y6• Ê”8‡Á?‹¿ Æç6yÝv¬Ù6_GUÒa Âßl@ë>źï×!¼š‘Qv²ó<åŽÞBP°CAÒÕë"ß–‹ÝéõåÑš±bÖk#‡l«s®¯ªûª³«AêwSèÏ®~w1/NjYšX*­Ç䀟ـNS¨#2ng6› ÿ@,þft_Bl§ÝJžC.®_I‹1 ‹¹0·‘Šâ‘qÙ²±9í$%nâxÐh& U‡^+âÁeÏÅfw—»ÓغÕDåªæ×PfɤÉP ÔÏIæʳm¿`ß'#‹WÇ‚æn„}4:½/”™œtš÷çÏgÞÛïþ¸€|ÀXì‚-³ÄgkÁïùå=€J¥4VÏKRsAKGÁ™ug5{Æ™â¹ËàËÿ’v¦ê2%Îá²gã²—×TgzYŠþ¹YHÙI‡H%”Þ‘fTo^Q’õRÇ–óÈNÏ«\ÿ½ùX3ó±–ù¾ö×WÝ}Õ-‘“æòÎöiÜ{Ç0ý;ž‹F^Ï“/ýƒf¡‘ç®Ò2ù¶,òm•ë¼ËžƒËžS…õâ´fâ´VmcUÙFN•ÆÖ­¦+ךɬ"™´  ‚ZSÓÄé@ÐÜì°o‚æFãç/®œ³œ>“‹Ó ÁÔŠø‹†Ð%@Æ–æi¹ÖYÃÄç–2ö¾=¬_½‘YשâiÔ,¼“ªr¨ „ÌA½Ûa7AK³?¾ š!5ž²'»ÝBZ‚f‚C`(~ÅS£¼²“|k.v·"Ä#h¢hñ‹ˆÂâÉ$]L2@ Î3zƒ/ÏyŸ²'4ÜÖ 2¬B‚æ„Gz !!3@ à@¤Ê@ @ 4*"©¹@ @  QIÍ@ @ Š˜²'@ @ hTD@J @ @ШÔxÊÞÑ£‡…´@ @ .â»÷hÐãëšÊ…MUU‘Ýnd·Œ¢*õzlFƒN¯Çh4–_e2øï]W´x]ºþ‘÷1™LäåÙDÃjL&ݺwçЃBÎB†¢ÎBÆB6B®BVQ·‚RòŒçðÁ" %4GTU-Úš à—_âŠË¯¤k—n ~¾ßÿØBâ¶­ 0ˆ!ƒ‡ÖŸÒ€ª(¨-\‡te‚‚ú'0(‡Ã.ä,d(êL d,d#ä*d%u+(#O›­éöZ~@Jµ±ûó7øÚ~ÿ¾#Suå]'øíÛSô»á"µ€7U/þ“/ýïçÿ׳üþeË Zž ©**¥Rn·›CG‘”œŒ,ËUî¯×뉉¥kç. †z¹¦C‡²fíjn¸n ?þü#] æY7‰Û¶rÿ½ðƼ¹õ*sKF§iù÷x¾‘$©ÉŽ… ¢Î„Œ…lB®BVQ·MEžM®Ô`Gvíá¿£'ðYÇ·Øøñ䪃5j>§·mdŸ®?cû†R¯qo‰¾ÁüÐAUÕ:¥jjèÄóæ2pÀ z5fÚ¢Y-ûa£©Fl¯BÎB†¢ÎBÆB6B®BVQ·‚¦NÝRj?\Ù•éÖgÙ¾zíËI²Ð6>n­Ã1T—vÇuw¦ÝÈ’‰ËÙÞÐÁI‡Iz³©ä÷ž$ÞzóM÷ñÃï÷1<¢ÑÔ¶|CÓ˜2¼ ª¥RÎ$ѺuÒ3SñT‘°@§ÓѺuRÎ$Ñ#¾û9]KÉ`”^oÀjÍÁÏÏR”l¤ÔàACE[|\O\û²÷ÍÞ¸ö-$>®'ñq=ÊK­6IzÙ2(Œúù—ŸiÛ¶=?ÿò3)g’Ðë Ü:õ6Ö¬[ÍÁƒ*§Ö½B÷+ŸçÔºWpºòIK?[ë€TIŽ?ƪ5+ŠƒQ)§YòãŒ1ŠQ#G3rÄ(–üø))§‹‚R«Ö¬àèÑ#uºÕ5ëV3ò’‘Lœx%K—ýƒûÐ ơˀþ8pp?Ë–/åÚk®§WÏ^¬Xµ¼NçÓjðMÙSÔ*6™“_=ÍWY˜Ó?ç©o“ðTY¾ôVT‡%¿×udÚ‚õ,ûïp‚Õš«®›V¤ªqpsØöé»|²*w3p\¼9Û˜wËÌ|î#V§Èõ,q´}5+weá)å€ìcθîôõK£¿Z´c®z¦d“¸à]>ÝpöœôTÔ™èÕ§qíD“Me6³‘lÉ°ö@.Þ¦*×ÊäS[¹•Õ­ú²ƒõXç½}žÇö×ü^ Õ®Þ›åó­ }¨Ð¬LêËï¼ RÞœ$² ëˆq\Ô¯7GMæïC#KÍ4„w¢{Bwâén€¬uÌyïÝÿ³€—§aÈñÜñÊ«L¶àëQ6\¤f­cîçÉÄÞù>rcG㺻åönUÄêpŽš”7¶¹ˆ1#/æ’˦óÌ3c0ÉÅS®çŠKG1ñŽgyb [‘H¦·6Ǽ˜q£G2jÜõ<üúÓ â ?oHÅS… •ȽHBÇðξtŽ}u=±:ƒ* SK¥ ÉÌÉ «Ä&Ë2ŠWÆâ•q»Ýèõ$I*µRDm ÆMë¹jòßÑë $'ŸâÛÅßqéÈ1të@·®ñ\:r ß.þŽääSèt:.?e+~«Óýæææât91›ü˜vÛ –¯XÆþý1xÐî¾ó^Âþý±|Å2¦Ý6 :­I’êt¾’«ìUº9vóÎ+[ióÐ">¿1€M/¿Ï¾ü²o+3Ù1ÎbáŠw¸6V[OÌa>¼{&/>UÚÉ—üˆíÒ•®íCÑKç±sY(Ëá·TOéßäã¼;®3q·¯ÁÖÒõ¬ô´QêÌs†/&U¬ó¾­ün?o×lß|?=;vçÆ¯“+pÀ²×?Bÿ޹ö§,”’ú7ácNzÎñu°•wŠrYsÏ RÇêÚ Wßõ ÿHk¼Àe#Û‰ºÊ¦S¯L¾ãE¾ÝWœÊlf£l¿°l쀔bÝÄÃý;Óaà¿øÝ¦ÔL>µ•[EºUv°ë¯QžýM´ý5¿`Míêý¼Ù—†Ð‡ÊüÇêdR~gS¤ÑÂæžÿ`ö˜xä¦~¸â6fΜÎõµÁTEÖ’È~'œþÏ ¢ÿSú· ãYÈ€¡Tù?9â6ÑûÒ.¥VÏ«räVµçˆ¨eùØò÷Þª3aì"9·`>…Ø6°+ ›ÂêpLMPGº†ÁÚä\¼´©´"ë"wA™©ŒŠTEAÒ”ŽáÆÇõ@š*à IDAT«© ùª°w^/ôþ‘ÊK£¶/²<¢úÙ®¹T¢t‡ÃAÊ™¬6+?þ´„±cÆÓ©S'6oÙÄŽÒ·O?ôÀ(ùR¾þæk&^>G~>Fƒ·ÛUëó¼d$?,ùžë®¹žÖ­Ûòwðö»ópËnâ»Å³ÿÀ~V­^Á]wÜ‹^o )é?þü#¯¸²Fç«lÊ^å«ì©älœË‚´¡¼4°`q‚|öÌ™À˜g“¸ä¾9|5º=º¬Ó8ûF 'Ã7zðÚùav&$LQ1Râ¼*Ïî'0îù³Œ~dß $ié+…×v˜é{õ­<}a§öüÎî\СªT nh…¾‚ª(ç4J³B9«ÇŒÂÜç/'ª„ÑÔwÅ\›sJQLz})W„D⯭¼^ë$ƒB'¿äõhÛpÃëßpCá}4‚?Q¥ Ï,æîi­øöË{éí/];]{KÓ³B¹¨Mï>Ëՙ̥ÿýŒO­ÀKòÿäŸß‡óÀ;Ð×ÀHTW}ýéoí®û™dòp³å¥WÙ8v—•pL\øðéÅd¡ÉÙx” t…ú‡êU+Ã1êh*nòÒ² f ¯½p9QªÌÓûÙ¸äsž˜ò)_Íúˆ"¸¡_Ÿ;Q+Ù¼x%1Z'¹§wñë‡ÿãá+7ôÓ"îëfª›Ù8ÎaŒöÜU·O/IK^燜Lêb^ûå.^Ûª8Wfeò©­ÜÊêV}ÙÁz®¿ö7áö×ìü½ZÖûy±/ ¡•ùÕɤ¡üÎ&B£ÂØ™é_îbûâ§åú™‡ÿÖwýÄYO•CSPÑ2ôåߨ¼ic‰m+Ÿê‹_¹Ê’ªî×ÖÇ9j[@«G‹Zì¯#¡Ñk|³º--(^¥þå.(Så¥WÙ«hʞՖ˱Uϳé¹v>»"û²tõºá#ò3Òóúù´Ê߈kÅuxUe¤ºäyTUeìè±lMÜÊO?ýÄøq—Ó­k7TUeÇÎíÜïìØ¹UUéÖµ—_vëÖ¯gó–-Œ1ªF‘ñ²çëÔ©3c.ËÂ/r:é$ƒ»î¸‡ß–-eéoKùmÙRîºã §“N²ðË…Œ¹t,Úw¬S$^«‘¨2ƒ”÷ ¿¼ú Ê„™«ÁÐåfîdㇹKIU òKå¬å¿s÷5s‹^˜Æ•c.eÂu·rUœ‰Bo ïD÷ $ôèN§C Sá H)9kyö}DÎø‚…OÞÄ„±W2ó•E¼;FaÕso³;_- ]™Ú ç²±£=a ½ýC8À’µg«¸­FªämE>{ÞºŸ×v„píü_ùê…»™2qã.¿š¾Ì›÷õ¬ª¨ž,¶~8›«†%Ð)®+=FMå?ßì'¯hôVkþûÿìwxÅ×€ß[rozI $!H t¤)EŠE:ˆ((**XP±`¤ü)Š‚Å.6@Qé½w¤·Fr“ܲßI åÖ Ÿž×ç>’ÝÙ™3gΜÙ=;3;[Z¥P¯~uëÇÑøÖÑÌøhcîé@Rý8êÆ6£ûã±'×Rùk§¾M§ÔÔ­GÝøVÜþä§åòDçV¯ä™pÓ&|÷wÙ½& N°üõ{iß°(Mê­±øï"—Þ£ãw¥{Z|q‡2éÇ“Tò2 àEãfi4K»úK­ï‹Z1“¾òIÒê7籟/½Y3燇Ҩ×y ÛKêgºÀw·›hoE&S› ¶äpFW¶|¦“×Úô×.”âd¨b½*Š‚bØËÂ9Û¨ùÀ;̸ݛ³?e~Å<¬éÇêq[maͶùÁkóªÃíõy‡ãåeþ|¼)u›?Ϧ¼«ù^^;–”úxcw~Åþw-víÌøíìo×TæЙ<Ëe³ßÞHþÅ™±Ï•>ãàþѶ/³s]%ûÊÆõ]˜¥ò ê¦!¼|S?†ÎîJ³ñSùáÙnܪÇG†Œ<Ì¥’ëj¦R_gfç¶<‡6Á×Á¬]­f$¸ÏdÃw[ÉîÐÖaz§Ê(,;{ÃaúJzª$OµuÚÕ{mY—çä‹Ü+š—v¦g^EÁÛÛ‡SL'¾Ûxö.}Å\Òzý_¸[žbÿŠI¨ëö±$-ù®U³C ­ð– q£¦Í˜JJã”+Çb¢cˆ‰ŽqòÍšõòâãâ1›Í,\¸ÁƒQ»v£yŒ9óÞeô#¡Óé9qâ -âÖnÅA²JF뵚⠘ËG>gú_¾ô^Þu½Fß̸3øâè<íFþ±¿Ø™ëAÓnIxYÊ5SÉßÅe(¥ŽSêxIi·&—Ê#˜½À/kÙžn¡q²×(€Ê§.ñÁ°òD&FK4vëie ÈÛÁ‡ŸD“ö:· ,º9ª(Ÿ½³†ÐÿhýàKÌiâÙUsxíÙ¾S~ཻj¢±ärtÝFŽÞÏ´7ZPp˜ï_™éÿ¤õýO2yT8üŠ—_™Gê4å‡Ñ±è*s *ü“z2ú{ Ô’½k ¯¼ò"F¤²ô‘úÅynàpàpÞ~­%þ¦ lùä fŽyàø¯UÏ ”6LÈߘèðð¼âKÖž̶+K0°ãíA yOKŸçßeB¬™]Ÿ¾Â«Àgé—Œª¯³D¶ú2PÌ&L¥’¨5T¨¸ioÞñ'ß}î'‘¼þEžÿ5„¿I²(Jž™,ì›=„¾3ÎÐ|سÌj6ã Ih”Ke—8”DƒËßhþÝßä½Eºv®ƒV9WöÁÇi{pÐŽñ¶tz+¯Oetÿgõ~,‹†×ýTz×dtÍþTG?âÑg¿D=øö¬{öqNéÃq³ÖoªÃÎJêiÔ“òÐk<åÆéßßçµ·†2\ý=‹‡Eãæ Ø¯CÛ}©L)ÝŽWþð áÖTô?¬eÕߤÄé€<®Þ‡¹Îš©Q,—9üçZ gÊ+-ð7žcû·³™1ænŽ—òîáh\–ÛDÖ™l¨Ý‡ ·þÌ£ïý5}§ÒÁ_ùûXðöxÝ5•‘‡ÇðÊé,ŒŠ‚¾T—*‡M?@åû”]Ê¥ò¡ÉÈgè²x?|¸™q-ÛãçD¿°Ø±B{¶S>@â¨Mb²ÙûËjöúcʤv„’C^p$¸ÒÇ*«7(Ì3b±X—ÃM1°Ç‘±é3¸–|;þÚù²õ%h«P¯Ååfm˜ÏSyº_ ­/÷'ê›™·ñ>&·ö)²e›ú9`ý¸åœ¶È¬|sè+èÇù1O9º°êmÐ^Ÿw8^zн îKײêX©ñ: ŸC?¯';¸7Gé*ö¿k±kgÆo§ÆxG> 2÷€ÎäéèЖ]ÚnßÄ¿83öÙÌ?Ó5\Û–NòØ^ ~åßÊÚÏ_«VrX}uöGí&´ˆ)÷Pyê'¬È#69?Ë6n> º=ÔàNj‚'YËÞ`úWÓÊë"Ç-ÍéÛµOÝE·Ù÷2ÐçYîïT?ÓÒÐñ¾Ûˆ.w£ hÇ37 ÃäÜ¥ÏÃ]ãð7aËE ÐFŒ,ÐAZÂü!g×ü°#‘;’¤¯Äœ3‡28“§ ÞÕpÙÒ{ù”—~aTÛ~üÔpkõ¡¦Ä«®ÜÆ—|e¯|ï.½dO1›ð®™ZÖ±3>`g×'IÔš0+ ¯Õ„VÍRñ&•8Ój¾ä$i½ºÓ!Ú ÒbÈ^¾œq«7s~d4¡J%®Qƒ¶N[ºÔ).1’'~\Êãì&cD–’<›ÒºEÞ@Z¬‘?:ŽgÅŸ§¹/²&êŒ5¼³ä,aƒ?aÊÈ$ÜšF“ù÷LRÌF 3×0ããÄ>±”çﮃhT÷6­É×ËŽpïCum~œÁšžQŒ˜àà›tnøf©uyrÙî­£¼h1öUz¯ÉSc´Äî\EèÈÅ Õb4QÈ4tàIÞž·Ÿà{>dæ)EíT"S©h–¬Å„Ñh, \ÍXŠ}‡ÑhÄb*J£ó :&†’‰æ&c‘N)ÑKö`»4vzŠ]*Üîgæó[¹í¥QLm¸˜±É%2š*!£óöç—~‚ ¼HkÖšÔþ¨‰% °”i+Õagæb™› ã¡{Zá –ŒÏ±.<¶`;ûŒ#Yo¿xÚ©ƒ¹ªíþêYLæ¢Ù¾&“‘ÒI=ö¢©n,?þú7#c¢p+<Ê jÝŠp•£ñª-µmÕ o e›4B.ÝÊø Ù}ËÄ\•Û@æÙð#ñžG¹yáãLYr˜Ck“õËt>:“ÄÃÓKGá¹3dÑ«ŒeúÑr yØõ•í%r•ž¥EóHøñènÎæµÆÃà¸_Ôµcùöìß\ÎO8²¥ú¢vhFÛæ)E¶ äow¾9¯›Bò r-—I?¾“ç¾ÌïF_ºwŽDc̱*‡)ý7Ç>ë>Ó˜îXÏ ØôׅΔ­.ëÓé»_ë*Ô+€å?ÏY‰¥Ý:YPôbh£9¼6o%c›ÞJ°°5¦ØkÊ·…¹ÜdtÆRù1/ÿh5Ø ½>ov<^z$õ¢©î ~üõÖÆ­à ËWž' mWb´WýdUÆ®¿Yí¬pa ®‘ílžvd·y¯c¼±ü‹ÖñØ×@ë\Ÿqèï³áË.T_ù÷¤N-â‘~‹Ê øÛ&‡–}–¾e3g2îdÑÌŸ˜<LQÐpØ|nëZ‡f/,åË ç˜8÷y†¾k¼©Ýj8)C*¤Àƒ†O~ò€ L˜5{ß/Tx‡7 SËp¬¾WTy;(£Ý^xœÖ÷ÿ'_»•.ŸvvQ&g"RÞמ§Êº;×´§wÛQhYú\î…¸¢ ¨*¤Î_8‹¢(£VkQ,&BêµAÒP4ž5mp3º 8ük%–y;dWÿNx¶nÛ¶íÛhܨñ•ÀTe—$Ú*/1!‹ÙÌÜyó¸øýDDDpòäIæÍŸG¯ž½HLH¼æéŸE)¤ÜÍÌÿøµîýE÷F•z ÉgçwóÐÂ÷Ù>f2iM‰ÕMgÓ²\¾¹å•¡è˜¾zÈËÈÅb5 TT¶¾vs=¦±iÙ.ronQ48Y.²þ‡ý>˜äU…k¬åc¯žÖ—LI¥RÙî{§¶²ß §a‡X|Ž_¢P‰±9€Ù}“VkÓ_ëF’hŒÚ“Z¡ê+ר|›3æåž¬|ð6…bñ½qWdt$ÓåâvJn_ÿj;•ŸY£Pámqéa+¤)ó°X7•´‡òí ®ôlEÑÑ{olèÍè1“iõÙà2KöªÍfã0²Í¼òpWuº›ýûÑ3-Ü꾈ÕagÖÞú«|Il¿íâp–™¤“Ý>`§Un÷gH~iôi®gôÒ_91duÎoâ÷Ó>´è\·HoÖꬡE—zðêfög›‰¾èªó¹”iDíåg`+F ‰äŽ÷ßgK¯Ál›ý=Þ¥gM‡<áð.›B´Wå(šÙ{ y8ð•ít{åoú…ûÐÛ³ÿò~¡-…UlW”QYݜ­M¦\=îŸÈ/¼À3­|Aɶ*‡Sºò³î3¹¶î%ÛþÚ©²ÊÎÎp¤oõ°*Ô+`:þ 6{ÓeA|QPÔ¡tÚš7žø€e'oaPm­õqÇÖxdË¿Y;îŒô­ü˜W-6h¯Ï;qߢ÷kÂÝÍõŒ^º’÷£Öß¿°âTo/ÚVÁ]Ãý\…ñÛ©{-×}€£1دyZ“ݪýÝhþ%ÈñØà\Ÿqì=¬û²jò+ÿž€”*Û—^àv;IFþ~‘%4|’o¶=i3­®ÎLùå¦T˜ùJûÇæÓþ1'åÒÒ|ÄLVŒ˜é|]ì–¡& Õ³|·ûY'ÓG–­7 OzmKïVîI«YIwZ†ŠyâÑ„7÷\àM‡:¼É®ÞËÔ´ø+{‚•ùâëJÇÑj1›Íä.SPP€‡‡'îÁu)È:IhƒÎŽÿŽJ£ÇpâÅLÞß¿P3³)Tj)œ òlÛ¾Ç}‚i3¦Ò¸QÊ5Üì•—””ŒÙbáwgs[¯^|ûÝwÜ~Ûí$%%WÉZd@…¢¨*è=ë¯y|q!’†ßJZ²¾ÌÙº#º2®×Þ]7´ö7"†N3ûÓ×s#:Æà‘w–³žméÓ>‚&‰žd}?‰)KÆÒÚë"Ç--èßEUìð‹Ëöïȸ‡ã¹é­A žÄÈ–¾œ\þOÿ¨ÐnÚÃ$»«PLe¯)ùw‘¸¥Ùªgų¿(¢½áçÍȱDh5J`±1{ëÊ>ë1µ¦xÿº«ÇÔE»«·ë×}ÄCÎ%·ûÓLy¾ anéü6ñ!¦)ÖuÊ?ꦋÙ\tLU&Úk=°§XPPÓäù™Ð´ô»kZßp<œž WÏšÄ7L"Bcã%—Cm% œù…ïv=@RÓ’ådºø»™z*4ê¢7ÐŽƒ™¶f㕯¤=”o~ÏáyuŸ»ïÉS¯Er›¹ôµÕd³úHú½ó#m7,å“?àåû>dv·XüÊ-W4®ª¼ìÌ^Pº¨¾ûˆ:øU—ÝÛ œ«|i> #>#¿â‡¿ûsÏÞŸ8䑯èvú´reÛÎ’5×.ÉmÎåR¸‡y Æºw?ÄM žãÍÉg8u¤ç¥â£2ãîëyäY¬´ÃµäáÈ\K¿(ýWÎÖþ ú¦±»9Ù/ìÙ¸½s.ÛöEë6áJsV7µ0ýõn„éõøÕ$¢†Wñ M…¢iÖlÓBå¯UÌvüu%ü—#}ëÝ«P¯üêSXÒ90¤%_”;ûñ·G¸çáú¥^ÄÛzaæh¬±uܱ¼¦1¯:lÐnŸwæ¾Å—fýoÂûÁïøéx:¬XÆÉ·2%Ñ–Ÿ¼»vfüv"Me|€£1¸R~ÅÖ½‡‚ó?ÿþʼn±ÏÙ>ãPoG¬çSm~åÆ¢Ò›š‡Øý ¿(U:rŠBHp›6o *"†„Ødü}o2ˆÓ[>CÆ#‹É€¥ KA6˜óq ¨GÆ‘ßP‡µ)“—Õˆ¿Åâð×(¹ÓfL¥Qr#§Ò—ü*S^ädzvïÎÂEÒ³{w&%W¾¼òQq5¥Ü©ÿ”‹¬zw99QwÑ;VWá¼wÓAtõÏdéœßIÇ‹´—óí„vd|òýnëÉ탟eþê3U~txý ‹ÛÇ›Ãîà¶¾O1ÕQòJ¿©CAÁÆã–²tbÎÎÁ½úðä÷ZúLû‰‡ÖA[測,6jPæ¿’R~‰ôéˆiÝ,Þß–suãÛR?·°ÆÔ×°sÕr¯lhy‰­+CHCâ|UÖ7XµúYjko'¿&ÿØS~ÞEÛäúÔO¦Aˆ›ƒ<˾)*©ÏÖŸv‘c©˜EÁ-,‰h7 GvçQ#:š˜˜’_u‚õ6?µ]ò&Íææ—v?Sm!{ÃtžúÈHŸw?ç­›/óÉSÓX›e.–Û¾Lº°d¢Ý عj?—Ëç­ñ!Ü2%ËlC×hñÒƒ!+¯ÂçŠK§«¼=8÷©nWt¨òmƘ·àùÓÛ,ϺŸAx õ¼UNõ[u¨»/¯[kǽSp{è ¾ü|-k¾Û…¾Åm4òÆN3Ù¹æ„$í£r]nSy ÷Ö¡VTmqG{¾[GáMp{„EQ£÷ÕCÞ%rMVì¯*ò¨ŠÏÊÛÊÓœÉÆ¹Sø%Ï.Rðv¡_صq;çÊú ÇmbÕG¸ÐÇœÖg8qI‰$Æ×£Nˆg…Íã­Éá”®løLg®u³ã¯k§RŒÎú’ªÒkî.s†Ð»ÞäãÅŸðù•ß^îà͉¯¾`ÁΘâäXcï¸#?x­c^•Û ãžýñ|RúÑ-è(_}ùŸ}wš¨»ï$V炎ªxüv|¯U` ®´_)3‹ÈN»ßHþʼn±ÏÙ>ãPo6}Yõø•Í ©ô‹2“FøÏÌ*zð*›Š¬U‹Cöñç_`2]Ýu>¡à,†e/Ù´^a© *ŽÑ+frNlâÄÆOQR_{H9ã05lD£†®8êk­Ÿ#7J!²NUêдj¨ ÂÜ"U·q†[oF¼Û2ÿxæÕ¨¡[(Ç, ã+Å:w2ý·;™^į̂µ™Œ*¿6˜v¿ÏÛˆJj#+^ãÑ„©3™êà ŽV­²Ñì^¤>ò"w­{”CîáР~tM©ƒ¿ÆÀù#ÛÙ–Óž'mÎCƒc¸gÞXÆ>AÿoÎü6Ÿ7Ö(4?8(ær±S+±ÔŠ3ã\¿FW«1µ™Íâ¹_Ý;‰`]/™ìæYúE‘¢¾Í5¤}æ>Æn2¤} ~¦ãìJüJÒ´äÁ¾ Z4–‡½¦›(|M—8rLM›¾©mgOnÅÆ‹`àò16¯[ωүc´þÄ¥Ä៿•Ï/ÁÜ{µˆÁ«þó,ïõ4ÏMëÂ7ϧáãH&ß<د6>ΣпEmÜó/pÁ=î-kвk}”éSyî ýš†¢ËÚÌi#hJt¥ %©¾9+góÞ²ûhâ™Á)Kcn»©¬Nñ­œ=”oû›ÃÚÑaûPáÕèA^´šA‹N¡¾FÙŸñÌï|¶Ú@L|>J:Û·_·zøë­ô¯ê°³b9 Noâ÷¿Ü4gÇ÷s˜¹AG›—ú«‹ƒ>b¯Un÷vÞ­”AÇ=ãøøí ¼nÑÑzVÑ^%/€ `óf}šGëH7Îü¹É¿’<æât€›‹r[ d@ï­/Îß„!O2,w#µ†´Á_Š¢Fçí†LrÍV|˵äaÇh*Ù/r޲yÝzŽ[ dœÚÇ_Ë>ãÛm¹$ {‡§šù%r¢_سGö_ÖO8hµ˜ÎºÐÇ*å3¤)ÕúņÏìàøZÜìùk'ʶxâ —·-ç—=±t‹·¯ïðôªÒ«BΖÏXq©}û´£a\Ù}=j÷»‰7XÎÇ[¦asúiïÜX£ØiGG~P¡òc^÷‡ùªªmÐ^ŸÇÉñÒ#‘~½k³dîD«“ß3m©ôŠƒû+§íÚ™ñÛ©{-×}€£1¸R~¥¼ì¶îu:Ô²¹Gâ?â_ÌŽÇ>«me¥\‡z³¥“öÕãWþ5)Aø/Í*¿ÆY£ÑU'Ѝ:QåÒ6ÇpfÖ¼‡%÷t)ï¨Bí‰%ñITîaö:×;‚íByþþþU.›V]¢ãŠ ž}ýüœÊ#;+ëÆw¶jÛCU@ž_ü1 ç¾ËÇËgòÜ¢¢Ï{z†ÅÓ¼{s ÌzŒœË|Ï7™¼h<#g[Ї5¦Çó0æŽâ¯ý”žá[l¯J¹ý®ì#såÓé®_£ÈÛÎñâ쩌ú®HN7ïânAg#ϲsÑÛœø‘sùÐïm¦.|›1Ÿí÷çU£­SkiÅ“F£ßgŽÿ[Lûô-žøÈxQ³I_’zßB„ÖžIÛÙkàÌ<÷`ù)Lùm6ÑŸ½ÊâœL~° Þ(Ô‘§kLW'±èžÅŒ{íØŽ¹|rÐ&:+>\ìc•õV"¥ü’>Ä–ÏlWÓ‰kíûk‡×«i?ú>ÒžþWgu Ý̶võ\UzU2X÷Éo\ŽH×(· ç½o£ï2~ýt#ÍÚÛÐO3'Ç[mäØ*h+=æÝT£lÐ^Ÿ÷vv¼t#úŽÁ4šÿ*ÛÝË-¥÷+¯£k±kgÆo§Æx×}€ÃûÆÊø• rÙî·ZÕ ä_œûl寸赶uR~åFCeåÿj@óÈC#ógͥ̚ô‹þ“ädgóùgŸ’–Ö µT¨¸ºp¸jPk4üõçŸ<>ö).ž?Ï’Ï?£Oß~¨5Õ³ð×b6³ä³ÅtïÑÏëZžŸ€Õ4K¾ü–{ °°à_mO/þ‚–ÍR¤cU3;·o#¹QcQ„èPÚÌUL³ _¾¸i_=Ë•]û̧ø¨_/fÔü«¦µ,ó52ѱ º½Š®„eÛþKǾ۷ѭG¯J]{êä æÍËÌwÞý( @. dÿÒKý;»ø¼¡8½ 0¥?M®È )A°Z­"0(‚‚ÜÝõP ß4™Íc±XP©ÀÏÏóçÎ^-u:þþþþ¨Uªë^ž-´jPTªý—mÍjœÚÔáµÛ¶l’é•}+ä¨-þKíðÿéÍÚõäFj3¥óû“¥ÉgÿWoòÎ…›˜Ô¯nÑlÇ«—݃å:éñFì•õáÿ">£ò6oÏ.®Åæþk÷r%÷$ζ¿Sm^ cŸ`ãIT 6:‡›ŽääF¬[»–„„¸»»c6›«$oV‹Ùdf×Îtèt3………¨5$$°~Ý:š·hIpH Ôꪙ‘e±(\¼pž ëדÜ07gSÏê«S4ÿÕöd# µuóF¹Ñ¿An\µÅ©Äæ*g#ÿ¤î*Unáq¾~a0³)øÅvåñYÏÐ!°ÜTÿ’¥UxSîŒoD›¬¬ÿ/ô+ñ•·yW—¡9ksÿµ6‘{,¹'q¶ýʯÆ>ÁÆ3’¨@¬£×ë‰k€·ëþú“ôôt,N|5ÎÔj5AAÁtèt3uëÖ#77FKdd$³…­[7“•]¥åùûû“Ü0‰°°0ôî¨TªëZž-4êÿ†=ÕS†³ëtë"*J›9ƒ.†>[ÏöòÑÔdÀg v!õ݈^EWÂ¥meì»nH@Jì`±˜‰ŒŒ¦~ýXTjuçm¡°°ÜÜÜ«ÒMGLݺԊ¨…ÙdÂR…omÔ*n:Ý•`Ô?Qž5T*Õ–T*•¼…»^·-¢gÑ¡´™ :݈^EW‚´­pÃãt@jé·_‹¶A¨4=n»CTPEÏ¢CAÚLt,ºD¯¢+AÚV\œ!uĽµhL—‰ÉÿÓîù‚‚üÿ„öîÞ-Æ z Òf¢cÑ z] Ò¶ÿË—~g÷¼Z­ÆÇר¸8‚CjT»<.¤$:)BuàãëGNvÖ¿ºŽ† “†AAá†%?/cÇŽ°kÇ’6$¨šƒR.¤¤A*ÿ=à&‚ ‚ ÂÿƒCh”Äýûiyc¤®ODÊ3´¶ÜÅŸê/È'\,BAAA¡šÑëõøøú’}^¨»ºNŸCÆWÕº`&ஜÁ@˜KyéÂ#y¶‹'ÿÜÇû )?Ù̳fmžèÈ…ßv3÷¨‰ÿ÷1‹™Œ çr-%‹+.î;”ìPúÞCß¼ý,ÿó"§€ZG›Ûè–s˜—É!ÀA•’ÍŠ®êM¥%*¡&Ý“¨ã¥S!»Öâ“#E³Ÿ|ÔçåEIÓ·ícê6 -Ê×E¥%:±=’ü‰ðTaÌ¹Ìæí§XvÀ@Añùò:3åæ²qÓq–.°"·ðïG!ïÀ—¼4aM§L箚ZQ‰ ‚ ‚  Â?꨽“€ÀPjÆ÷A¥Ö‘Ÿý+Æ<7t‘˜Ô:Œ›±Xk·Á+0½?PãÒüf^HžRËFÎ*ô^ȾÈ×Gü˜Fý½GÙ[hý#‡<µŽ:õ¸¥],!ª½|p°‹JMx¤/áçùô÷,²Utyù)õž¬°aÝa¾ÎPQ;>‚žcÈÿj¿d© ÷&ÄpŽË&WãAJóniiæàŽS|ºÍþÜÖ<‚Y—™ºÅ€I)ÛN jj;(£R²e(úíëMMx㺌LÕqdçIž.À¢×¡½hĤhÈ;rŒ÷¶éØhÈǤè*Ô¥fJ]F¤¸qpÛq>8gÁ¯v(=ÛÔ'HÙË{Št]¢³O~Ï!OíFdƒZÜÒ.šœ‹ûø%Sþý£¨®sy…gY=s4#_ú‘Ó¨iÜüQz>‡^ZBAAá†Àµ€T¾Æ<‡´Œ—(ܹœZ1ø†µBE!Æ‚ XÌù Ò¢q‹@­Ñ“uö7Îú‹ô<_6šç’k3Uôôëî©ÂBŽï=Í®¤ºÄêÙ¿³Ï:á´òÊcÙ¶lÒ›[Ðzºá¦ƒ™YlÍ,Îâ\>š¨@Õô@¿%£ }˜._fω¢Y<ûNäÙ-»SC;rŠSÅËÐL99ì9u¹h¦ Òûqs’ž3÷ðÕÞÌÀÑK ‘uê’¥gåvåJÞûN]&ŸËœÄ—”[t>x‰™ œ2 ‹ om/<·È*Õ> €Þǹ2\•-#¿Â×úìéͤ÷¡sCrödÁ†Ë”^9‰¦X?ùœ¹d¸ªcuźܒìÁå}Y¸¹8S¹äù&0 5„ðç8©\m½'‹ÚãÀE¨ß/’¤šnüšYøÿY¦à¼¯ÊÛÏ×óÅÜæ~¦Ë€¡\ sš.°á›¯X½ó !ýžáÞx÷ =;ïà÷Ìû=‚aÃRñQ‰>« ‡ºAAá¿‚K)£É\¥…_"ŠïQ¸’ÄËóñ=2›Ú ºàåB¡á:¯2ÏïàÄžïÉ* `wáÜ4w,¾Úž,jÜu*”ÂB.çd±l{>O%× bïY¢R|)jSaÅër \Æ£É(¤g›!¤X~Ê–¥T¦ §d3— ÎÙ×›âîI¸ÖÂßG/s¹‚ýX°( X,ed(¯[ů(cGJçaáà‘|¸É‹P­™£+ºÎ3p6b=TX*È-\WÜ®oq*ÿ›xkãq¦x{Vtrù;™öðÓ,5xгýXî/íäαfÖ㌘°Œ“Ä‘ßêwžnpcÌ«²Ò9~ø$–Èdb|Ô7TóÚ’MÉYÇ‹=zóöážùîÆÅÚѽ ‚ ‚ ÿ)nˆ¯ì0uà„©5Ôi·ëê7냩à*ÍyŽïøœÕyorÞ’V"…ã Õ*¼Ü 0׌Y±pf÷)ö4Šáö–:ýóøeE6EEA¾Ü´èT j¿0îïŽûÁã|°&‡L³‰íbéR´l¬ÂJ5¥Œ^Jþ²(¥ŽÙH£*¯ÙËç§ËÎÛ1P ¸U¸N±X°@Ñ~WŠ(˜-%ßÒ³^–«e8'[Ù¯Þiüè­”¾*ØrµÔòiËʦXÍÃæñ’¼ & ¨Uåòþ½à­VÍxù µ“a<°r“ãl†U¸°|4wOX*©'ŒcdüŒR.~E÷zÃøS)®Cw§tPgȧüúv7B‹VÇbØü:Îå,±LØôcêëªU6ã™?Xº-ØÈwžãÉX1QAAAЏ!R%œ37%ÓIÖ™¿ðð"ýÔ/d˜¢9gnŠk Õx¹±ÀŒEQ°äe°b¯‘1 });Qƒ¢pã˜Ø¡ ‚ ‚ ÅO`. (ÕÿÛY0Œô³é¸¹¹“~ö; †¹žj¼´`,PŠ–„)Žoû›Ÿ÷ãëµYäXŠÒX@«Ed_æ"´iRƒ„0/"‚½óPÙ­7€[x8݉ eËú ˆTñ÷¶sœ0–™èSæ:‹!‹e; ðޝÏý­jÐ(—Ø:A´mHÊöu\ ®XOSúïÊ–áÌu¥Žôf1d±|G>¾IõޢɾÄEÑ,B‡ÚTÈßé<¢jqs=?â"ƒh¥G]¾.ùY,ÛnÀ7©>C›_ËŸ–­ê3 Øt–“Fû:C¹>¶+?û}åz>b%ç²2É.ù]ØÈËíÌ,2ç·YÏñø f„ùûãÝŠþ¯ÿÌéÂâóùû˜=¬3Mbkâë篟?á)w2vÊ+ ëO°Ÿ?¾þ1´¾ï]¶f[Êæ;m8íbCðõ³“o\ÅùúE6çî—Vp²°¼g™Û1¬¨üرlr1ÆÂö×ïæÑoÏZ_ä¬äðç³Iˆ,®S êµÌ›«Ïc”‹K¸ÅÏ_¿xÆnÎ ÙÿfÓ¢´­fsÌä@6Ã6¦??“ùÓžaÊÖ<ëãŠSerrùËÜ•‰_±œ1Í0ç@Œâ‚ ‚ ‚ðÿ”j†À)S+2òCñ8¸›¬ü0N™Záúvêj<µ`*4c.žcιķ¿^*] - Öà©Q0¥ŸfÞ*7ú7«Íȸ¢8¹°S‡ 0Úš!`V“C5ä±uí>>ÛVüÕ»+3uÊ/3qä¯ÝüÏÉm #¹¯‘ 0séô9ŽíNG1W¼Îê ©Rí¢T(Ëõ2œ“­Ü3¼C½™8²v3ó#¹£Q$÷§¨Àb䨶ýl9žËž5Gø£k]n‰£ &Nî<È–cåd3s|Ã^fFrgãJSaÌÉaÃê=|³'ß¶®¯ÔK–ì Žœ[kÆÝLϹÇ7‚ÂÈ<³‡¥¯ÝÍ^Ã*þš˜‚‡é4k–mà Pyà¡2{d%s_Z €J¯‚‚KìüâîòjÄŽ-ñr9_w¼tùäfîçÇ)}鸙_®[ÆQkB©á®B‚ÞÁ¬'U /Ê¥t¾¸(i‰ß2´B-ÚÜãœ6úZSOÞésœßù¯ô5PwÇgÜéâVU®Èæ æÓŸ3|Àþ2ƒ*(ŠzÞ¹œ8–Ž·›Ø® ‚ ‚ H@ªêø3÷Iºræ¾Q¹2 3™7gÃd9ûw3jÿ•GNï>ÂäÝGœU `âÄ=ð³’Ötb ãçêðÈOòJs/.ý8‚Ô>K8üÁ6?ý.m®¤ö ç×ù(mO¦ueîiþÛ&7`Û“itw– ¿,å`~K’λžïÇí |78•ßç°í³Uœ}°.WÒ„qß—ö*EíóyþÔC<ðå:ž<•Æo”÷§4›º›K“ \<{‘¼¬u<Óu$ËrÖ²tŸ;\ѸÙ.WM[/îç¸ Žç¿_ÍØD0`ѪÅÐAAáÿ).¤®Pæú¬ÌF†¹þ«¹òKÄÄ–¡Z9sú4ûöî&3#€;îêãà w¼¼µ”LÔñ rÇÖ¤üƒ¿²€ãÌì\›™¥Ofâx¶¼Ë^£òN Sœ–¹§M\N7 ¨|HìfÞYÌÙgÉ2W._Ô¤vˆï·CÆ 2Œ” H¹ˆ¦&·Íø„=;:3mÏ }­19¥ÏOóÄaŒžµŽ e5B¦Árô½{ÝžôŠšÉ;Çöór«h>é4˜‡Æ<ÁÖaXÛìë/>—#‚ ‚ ¥3Ôj|ýüˆoHxÍš7„L®¤®cØå¬9…=ÌSêw„jäÌéÓìØº™äÆ©xxz‚¢p)=À  ›×„Xƶ7Sñp¦/[Júp‡ßC\é‹ôõHöUC…øŒ ‡0a)^«Ö¹£ÌsQ º’ùjtšÁНWÓ—_ ¨¼›ñ좉üÞj[þÚVƃ]úé õè;ñ1:ä“q¯³*§ØÃ©µÅ š(´¹«zåe+ºÜ‰2¼šñêª_H˜:™™ï­`ÿ¯sóëÖ,ZÏ‚^5*¥Úuè$FAAJ?~èõä°iýZT¨«þËtC.ÙûÙÀ¯ÿů¢ A¨vöíÝCR£¼<=ñôöF«Õ¢RUv“"5E+½ œ<’©ƒ7îuÛPì&“ŒÐ<þD ‚µ`Ê>Á K8ÑžTjùYUå«Òû⯠.°c÷ELM#И ±huhœ‘£ÁHæ½ü=ÍžÛTjss3—-ú’fÜž5ú–Ýì«$ *}0µ|심ÿëoò›Ç\£lu¯u¢ 38G2ƒ^YÌ çñþí-x|m?~¾C¯&™Ù T ‚ ‚ ÂÿÀ@ÒZ´`ûÖm7D@ê†ûÊžüä'?ùÊ^y²³2ñôòÂÓÛ777§‚Qgæt$´ø«u%_Kyn }©‘Ei¶>ÑŒ;?>:ª/úÖŒl|µ+1A5 °v2}ÇXI¹Ýª*_ÏtOÕÖ?šD­:µ ŽìÏò g3ÐSÿþw˜Ø¸´Þ´„¦¦°"Zt¤sûYPz«:Ï$úuö`ï‹-¨Y3†6¯ª¼lVtov¢ ÃŽI´%´^2)-z0nmÑçýÂãC‘mÍAAÁ9L&#¡a5ÉÎʼ!äq1 ¥ÈO~ò“ŸË¿kÅb±€¢ Õj¯!—BròÌàV—ás§Ð/%:jù¢QÓuæj¾')áî@!†|ÏšHò½†%¹U•¯&‚~ó?`T›ÜCVÚ¾äæšœ—EËý3Ç[êO›×YòÚ=¤†»“}h ë6ì!]@†7Ó*\ª:MýŠ·ú¦¦Sîe p' NnŽÃGí¢lÖtïDf‹ñ1þ/œàÈѳäûÄÐîwYüDôr_!‚ ‚ ÎÅt,EÏT˱_¬ÊÊÿՀ摇FæÏ˜5›KéXúí× v¿´  .³ðýyô¸í«ç–/ýŽC†‘“eóú¯¿øœv:ÉR,AAA„kÀÃÓ“O~`÷#QÙÙY¬þõºõèÀ©“'˜7w.3ßy÷ 0¹@6QüK/õïìâó†âô&ÀLѺ%ïåùf¶ ‚ ‚ ‚ ‚p]‘€” ‚ ‚ ‚ ‚p]‘€” ‚ ‚ ‚ ‚p]‘€” ‚ ‚ ‚ ‚p]‘€” ‚ ‚ ‚ ‚p]‘€” ‚ ‚ ‚ ‚p]‘€” ‚ ‚ ‚ ‚p]‘€” ‚ ‚ ‚ ‚p]‘€” ‚ ‚ ‚ ‚p]‘€” ‚ ‚ ‚ ‚p]‘€” ‚ ‚ ‚ ‚p]‘€” ‚ ‚ ‚ ‚p]‘€” ‚ ו‚ü|²³³œþåädƒJucWÊ’Í–÷Æóôœ=ª»,óy~yé^îºÃ¹²ò²lÑoœ3;y}ùôÿQrØþáDžygWõ·GU´‘ðï£26p­v{=íÎU¿"‚` H ‚ ‚p])(,`óÆüoÆ4‡¿Ù³f²yãF|||«¤l%o>܉Ø|ýüñM|íù`>¿ŠI}Ò¨åWt<õ­ýäìšD«Ðº øæc3–K¬{o& VŸÁTíº™lýîk~Ú•…À°žGëúýȺ ‚–Ìu¼ygú>÷?2Z¿ÞQú ÅÀ‰ ?²|K:æJèhý¼·ywÅIþ‘ZØÑ±pmáŸÈ·²6p­v{ìÎU¿Reí’¿ƒ‰-ˆðõÿ WЊ AA¸Þ¬_¿– _ÅÝÃÃêùŒŒ ¾ýö[úÞs¯¼ô=o¿Ó¹ç˜ìßx¨ñm|¬̲­ÓiãSzfU{§ä‘Ï}yxú—ô¨ë‰YI¼.e äõí7óêGoÓ,D‹{t4zCâ¨ì~ƒ¿ÁsÃÝ tº²‡M'Y4ànæèãûMÓ®†ƒÛ>WÓW7ùûøß{ø¦çJ¶¥á!Ýæ¿Kuقؘë\?a«]ÔÞÔiHBô2­BþH@JA„ëŽÅb±Œ:~ü8ýû÷çèÑ£ÄÆÆb6;û*Üĉ%¯òù%_<”Oyåë§ùap-4W ½Ä¦Ÿ¡»é3žé߉+s®òÖ±b].õFŒcDÏx®†uòþÊÿîæü¨å¯# ¶Ù;m-ú,ØHï 0¼5ÎäãbzAþƒOÿ ŸÐÅpï‚_¹WZAþ5HlYA„†ììlúõëDZcÇxî¹çhÕª•óv1gêF"ÿ”ûùð×”÷Ù“_ê¼¥€ËPøó=D/Í ´šË–.çáI-.>ž6톿ߥ•_(}~ɹš‡ùëÞI§¡EKþÂ3ð£ãW–×äÿ:ŠÔ°¢ÿMè’L¨Ÿ?¾þÑ´ºo;r'ëzŸžîAÓØšWò´ª/àÌœŽEeøùÓèÕ½ÖëPð7ߎ¿ƒ†Åº¯Ór)SAN.JJíÀ"ÝÅÒnäûì,‘×y”<ö.ÍÍñ5Šò£Ó„ÍÎï—cOåù§tnØÊÓ ü‰{ª”ÝåüÌ]!þ´žsÜörT{ýœÎ_3 }\H±L=xbÑ..+8¯{{¶`³Î.®AŒ_ Ã~¸P´ŒÌ|–¯Fâ×t"[Jé­B¾ÎêÁ•6­”Ý^kì¾<Žl¼R~ÅŽìüi…v1ãVþÔè÷+W¼rÚ— ×™!%‚ Â?Fnn.^^^Wþ?~<ÇŽcܸq<ôÐC.ä¤ùç ]hÁ+Ã[Ð!ë~ê~:—ékG3¯ƒ/¥îi[Ofù[-ñ´þÑx²€Ú#?åãÁuТÆ3¬ÚËåËÈgçäžt™tж¼ÎÇ"Ñ^:I~ã¸q¶(Iíî<ýb7êºg²ñ½gxexB’çéxÇ–WzpÛL-CÞøŒ) ¶¾÷$Ï ìƒïºßxº~6»–ýÈNÿG˜?« áJ¹¡uÑ;¬»殦Õ¿”S·üõŽäÊåК?9ü8 æt$Ȱ%Ï?ɤ1ó4a@ IDAT«èðØKÌ*eïÇ<ýÜ“ ‰iͺçÐ;•ç~Œ÷ßiG éëç?ÇkeôUD`ï¹|9&=*@ûFVÆ?tE_%7©úàz$$&ÚÜßG¹´ŠÉ O1êW>פ(ÝM‰d}¹˜§®¤Rá×»âŠÿlGþwŸ3dÕN²Ÿi@Hña{ò˜3Op Ú´ïLÛ&A¨iL³ªj“ñX{,þ§tî’½ÙéJæ ^›±‡ÖóÑø–Eç:¦p¤Ã^›Í®»'ÑØJÛ‚ri™ý:?O§Isü댮#qó j=µŠ±=ËÔ¡‚ª¾ŸUÆn+k78k÷å>^jÏÆ«Ú¯<~̶?5ØhSEÛ«Jûáú#KöAAøÇ8yò$wÝuÇgâĉèt:Þxã T*•Kù-aæZ_î|¨ *@[‹^£oF½z&_ý]5ßY+8±Žyî4¹5±ìÓ­›,¿(â‚ ãT& àÔzö`÷s©/ñ­Ý›¯/ÃÅ#éUö58WË©Œ\î5ëD&§²Š÷÷RûP«Ž/\>G޹ryªýcˆ¾ª/çë»™ƒ…î4¾9ÎΦÔœ\6‰7%àoÆ<ü‡ ò(´ñI°òòx$ä©[T|Ù·!­ŽgÁš”êinp;Û/JÎ5ížtõœ:˜½âáô:vdXœÒýµèUО—ßé‹fõÇüé7’Y5¬’Í˯µM±Ûk·×ìÞžWµ_¹ì¢?µg{Õe_‚ T?AáaРAŒ7Ž®]»’••ÅàÁƒ‰‰‰q1§|ö,œË.óyvu­ÅåξûñA†=ŸàÄÒ7(§ceZtPÌÅEŠ‚‚†VSdZëÒ`*ÜüëàɹªQ¬ÃrN¸˜ÞŠ\7Ô(X”«i5nj°((JeëZN_ÎR¼´*<8›>ýÞ$»Ï|8¥55uçùqto&*.´Ÿ{}î_²‡[~_ÌÜÿMç‰3yóžYùÎm„k¯µMœàzè\¥F«S¡©Šú…bõœªô9gt-zU.³÷×u¤£…“ßñéæ§Hmãg¿;£WûY%ìöZíÆe»·cãUíWÎÿè¢?ýìK H ‚ ‚ðßJ©T*FŒáz&¹[yïãÔú ï*µ§O>;ßìèE Ø1æ-ÒÜ®MV}­¦Äêf°yÙn.wjáò[}}­&ÄêÌìØšGÍaMñ-ÿ æê«zE©\9…e¯¯r¹ª*Oµ_=äeäaï±QÑ‚Dé¬ÿf ÙoªXøwöÑ€‰ã†Ñ9Æ Èá\¸N»X1•QíîeR»þ ›u ©ÏNæûñÝy ¶Ön9ÔGP%:×úS'.î9D¦¥êkë%m³yÙnr;µÀ À’ÎúöAø’œ\¬aÃëU!ë‰ Ÿ]È}_ÿAë]6|Ý×M¥ƒ¿Ú¶9¡WûYeì¶ÒvS\f¥ìÞ†ß_Å~Eq³ãO]ìû×l_‚ H@JA„ÿvPê›o¾!**Êåë³ÖÎåË ‘ÇÈWF´©‰>ã/N‚¦2ý¢C{žÏM“34äF¶ôåÄò)<ý´›öÉNÊlÙ­öëU°Ž—G¼‡iÈw¼Ø!ï„i|Õô^F¾Ø› o·ÅϦ9ÖƒËý¬|?uÂn–¡³ow½\´{{6^å~Şݴ·Ñ.]ÊÙ^@Ù— AῃZ­Æ`0àááq%(Õ¥K— éòòòÐh4vóZ=g99Q£è]¿â¢<Ÿ&éêÿ9ßÏùƒK­®ñ‰ß›f–ñmà8^xg ý§›Á-„¦£>㎶N]ß|âr¾ Ç ïŽcÐ;FÀ›ÚmFÐä^‚êtq,mï›Î¯v§Ûç]ñs©œŠ×W‰\U]W•?_›É°ÁOñæ}½A@£ápÇ­‘èÊ̶ðø?öî;<Šríãøww“M!½ tR¤éŠJUDA°À±¡‚_ (Eº {9vDQì ‚4i*EBH!É&Ùòþ‘IHv7… œßçºrAvfžr?ÏLvÙÄOY2…)sføó¹€¿˜DzvŒÆ0Çãµy3nÆ®}£àKçÍQ4¹2 oÎo›*d=ö+ŸÍžÃ ž¸ì_¿;w¾8‡þáF·Æ¨Êc|Næ—™F·¿Á²”±Lž?–!³ âѰ#W×÷-ýá³Îö‹ähšOú„Oý'0ù¹ÿ0p† ïší2ûs¦ˆÃí‹Ì…²û܇œ…÷°4£/Ë&w"ÐDõç‰ÇÚÑâžñ,¸õ[&%•]®Ë8T`?+¶Ÿº1oË=¦%çÝÛ.æ}¹æxUWœÍ›–¥Ëeq%ZìS5óKDÎC)ÿÓ¸ÛÇXæÎ_Hêñc|úÑ u«"&"åöÊ‹KéwåÀR—­øôcn1ŠÌŒô2·ÿà¿ïÐ5¹!¡¡ ¦ÈE ##6°nÝOØl6§ëšL&Ú·ïHßW9=Nˆˆˆˆˆk>¾¾¼ñÊË ¼f°Ó÷jkVIï~8tðK—,aÞ‚EŸ¹|fœ(ü9^äÿ…Ës ×·6ÀΙºBJDDDªU@`ý¯ºšþW]íö6y¹¹ œˆÈ9>6—yršž¦‰H•SBJDDDª—á«DDþe”t‘ꦯ‘j¥„”ˆˆˆˆˆˆˆˆT+%¤DDDDDDDD¤Z)!%""""""""ÕJ )©VJH‰ˆˆˆˆˆˆˆHµRBJDDDDDDDDª•R"""R­r-22ÒÝþÉÌ̃áßÝ){_xˆ ‹·“s®ë²åËÇF2ò™-îÕeùƒå¯~CŠÍÍíK®!rd²yÙT&.ØzîÇ£*ÆH.>™•·ÿÖy§ýADÊ „”ˆˆˆT«Ü¼\~Y¿žçæÎvù³pþ<~Y¿ÿ€*©Û‘½“ewô QxA$=Ìf ØŽ~ÍôÁmˆ ,x½åÓ¿“¹u:"ësÇ)¸ÌÍØSYûÂ<^Zsë9?¹KcÓǰjk:v€œuÜY?ˆºãÖžu²gO[ËSWwbÈä¬:”_úö®Ö?_9øùsVl<Ž­1Z·ôY­<Èyé…“K5Ï…óQnEç@eçm9Ž Ú.9*r‘óPDDD¤º­[÷L}o§ëYrr˜öØÃô¿êj÷Î 2¾áöæWòºq8Ë7Í¡“Ñ+«rÙ1gãÞ àŽ9ïѯ¾/6Sñæã,¿{OlîÉã¯=KÛp¼ëÖÅ+§6ñI‰Ô óþ—‚牷'˜}ÌÅ_¶äÕ®e±×Ý|²áºF¸xÛWÞõÏ5ËNžqöÿŠ_[†â£Ýæ×¹š ý+ãØ :^‰üK(!%"""ÕÎn·»LFxûø`³¹ûy³•ï>Î;©ø8ÞdÚølx,¦Ó•¦²aÕÌ]ÞfâМ¾æ*{-+×fÑ`ô$F÷çÌ©Û0^üjØðn.Ø 3Áµ‚Š¿±óˆeðKë…ŸÉrʹ¾ˆ\˜Ç‘ ݲ'"""‡œ­,~f=5ïy“e×ûóã¬Ùn)²ÜžËÉ\Èûâ:jÞšuãNÚs9i=ÓÛVøz›Ù{Èùk#üeæ™2l©¬]0† ‘·üE5gØkûOß^cY=––QeD$öæ¾w÷Q´ XSøzæ:Ô & 0ˆÈ¦W2ù“ýäØSùvÚutLˆ)(;0‚¶S6º¾ÕÆ3‚¦MiÚ$ÏbõÜDKˆ )QOiœ­oÿ‡UúÒªQ,…ñ©Ùî&žxþ)n»¼ ‘AÕ¥ÃÍKÙ’åp³¯ÿ°jB?Z7Š9]f©ñ/î^PG`ÍßQzrÿ⣇Ò´0öµÛâå}Å:ÈÁ·n¢E­‚؆6¢ë˜ùíT{Ýi#›¯ÞEÏøˆ‚2"Óã‘_Ü¿ÊYÛ9¶r4õë1ê³ n³áýaq¶žÊÆ"q;«\wãPž1­Ð¼­deœÍ‘rÎ;û1¾|ðJ.-ý»‹zê—ÜÞU»²ØóÝ컇—w'4g'ïN¹Ÿéã¿&ùîÇxþš8v¼Î„É÷3¢^GÖNNÄË­2¿gWØÝ¼¸ +!ÖÖ=?™ÅâU dÐÞŸ„|"êqÖÍGŽ ¾°7>o劉‹˜yi'6ȳÓÖYÉDH‹ë˜¼h$±až¤ýú ¸—qíùiR^v×íÉÛ³„›îx ã˜çødp>é°ß«æ™}§\Ä#¡Ä(ÛÏoÌËÇÙ~aaËSýéýD É÷Íáíö\9‹Éwôb¯ãgÞ^ {eæ‚‹>_6ƒÅC¿bÐrMÛù´ønï‚2êt£w÷NgÚWÞÔœ«zî5–oýSíŠëÄeÉñ§3Íù‚w¯ÿ“Î7\OÿFfHN"ë£÷½êgŽML$&ÝÝ2;syÏdünÍì|ûéxz“êրĤ¤2ŸÉâHý𙝢æØÕ,›Ôª`½.I¤¿÷œ^Ë€oãÞ\Ó¸ð×¶±|ü#¾þŒ‰ „¾ì¬=¶´¤âO§n—ѹU(FšÓ¶ªÆ$!žÒÒAç+æåšoNö GÚJfÌÝNĨ¼öPû‚eÝÛ¼¯£f,dëµÓiîI…ç‚#u¹ó>OŒ§ÇôÅ _}5cn1“ôËJbøšûšûëÃYs,§ê÷³ŠÌۊΛ ·¹ûzl‘}§÷eÝñz^ÑØ+›sÇô%l»ú1š çûcXº“9åjÌÿåÇ+QBJDDD.2ù¾Ë¼Ÿ¸ú³NXÜÕ“oœÇû]ÅêzVºŽÜkù-Û›V}’Š'£Ê` ¬CãPøêP:VÀzhÛsàÀä–„N.¾nà¾ãäŸ>µ«d;]Ö^ÎõÏn—wLBù•Cé…Ï÷2ú[;~M!ÓV±2Aõˆ;/·ûû »ó¼iÞ³±““À\.ŸÅÄ'^cõo“åážšg“WÆ×~•lO“1<Ðë}ÆiÊŽþ£=ú6†tª…¡*Æ—‰…SÌÝÝ/N-kÝ÷’3ËŒa´«×²å„æT¸]nÅ5¸ÿ·`Ÿ zjŽåë»›VI² ¼ûYEæmUÌ›s½¯—ú(’&ÀøÙ–n§YpùöG§sê?^‰ˆR"""rQ±°ý•%lµeë±¼\bé¢×w3jJ¢·¾¹à°ã0¸»f8l…‡&:<ó9³;=Í2àT_Rª&.ë9PÎõKi—É#ìŽ3ëš<`wàpT´¯%âå.Cá€8Ê^%o÷B_ÿƒŸdÙ¬ŽÄ˜òù]ƒ˜ê(Çøy7äÖw·ÓëÛ·XòÜîí7§®[ÆW ®$Ú£²câ†êˆ¹Áˆ‡¬yÖ*Ú/¥.3]æNì+WÇIv¬^Ëq<ààǼùË´ìè|7v'åÝÏ*0o«dÞœë}ÝE÷JëŸËýÑÙœºÐW"¢„”ˆˆˆ\D²6ñÂ눽ée^Y§È3},üöÔ`ƾú[Æ?M›J^$åÛšFæ¹ü²|'{´së*©âÛ·¢‘ÙÆ–MÙÄŒjM@É“-k9 ,ãlÐe=yÅ·¯òvUU™F/¼ ûD6ÎNù¼j¶#Égë>ÜHF÷.g×Xö~ËN˜:i—Õó2I‰ö‚¿ËÙ1ƒuºŽdzסŒšß‹–Î䓇úr[-§cä2U JbîDí`8¶}iö¶ø+·_œ›_–o#«G;jسî³=‚&Án~¿RsÁu\¤?•[æqóßÓñ¥ËuË#ô]û ÉAƲç˜q(ï~V‘y[áySÑcƒµŠ&£ý¿¬Ú Q7Ò8ÐxV»\íNçÔ~¼%¤DDDä"’þÓÞû'ŽÛníM›KŠ_Uô<8à]­{ˆ6*W!¤;“Fף缡 ­ñ0·%×Ã7û0G|»pmgw¶ïÁ¤[ëÒkþ ñˆÑ½˜”]{Lôºu uÝýîc¢ƒ sÝ»|²9‰AÍB‹=XÛe=%·oZEíªê¾šch•äKú§Óyö¿ãéXãÙÛ1´o\±Û” Áݘ<.ÎO á*ó#ÜÙ' ü½l<„¬ãw)u™ÁÒ§_¦ÑˆVDzg±ýŸürõ)ÿÐJ^XžMã¦u´åçõGÀœH¨·Ñõ¹Š±¹òûA•ÄÜ#šäk’p<:™1ÓŒîƒ×‰9˜¦ŠìÉÝxpl<]fç¦ðiŒiÀ³˜° ºÎ¾&>nžì—5ú8ïsܵüßè°Žø˜G“ãñKœÍû­G2æÑAüülgËœc®ãPîý¬ä~êÆ¼uY‡¹Š •øþuËÏòøÒ“ôj`æÀ—sype­¦ÝZ0Æöâíêïbt:§º]XÇ«›úÆé´ˆF…@DDDªý ˆÑHNŽë'gggc2™œ®³fñ 2ë\à†gß”çßjW¥ñÙâïIuTöŒß¶,ç£Gºrâñ ½jW˜Âók»÷¡¼ÁK§®à£Gº“ùÞ$n8€ƒïfÎò­¤–çS}c}½Î¶·¸÷ñõd—·ž’ÛWU»ªº¯† ºÏ˜Ç¨Æ¿óÔ̓¸òú‰¼ðõŸäœ5Ž>4›ø)«ž¸ãò‡~õ\w/éÙ1OÀ?Ž×æ bÍ®½¼;]ºögêïá4i…·›WXýÊg³ÇråeÝévÅþoË%Üùâ<ú‡]ѹˆñ9™_fÝþËþ“Äîùc2p G-âXÃŽt¬ï[ú‰ƒÓý‡æ“>áÓ©8òü8`|bâºÙŸóúˆ8ܾh±¬¹€³>ç²cá=,ÍèËS“;hSTžx¬Ç^Ï‚í'sÌ8”w?£üó¶ÜcZÙcCexYX7g4¯ºž;_K§×Ôy÷ö†Éãí²ºÚÍ© ìx%".vRþ5¦q·±Ì¿ÔãÇøô£>êVELDÊí•—ÒïÊ¥.[ñéÇÜ0b™éenÿÁß¡krBBCL‘‹@FF:7l`ݺŸ°ÙlN×5™L´oß‘¾®rzœ‘óÀú' º4çѸ÷Øûf ;¨ˆT__Þxåe^3Øé{µ5«¿¤w¿:x€¥K–0oÁ¢Ï€\ ¾4 ÈNþ/òÿŒÂå9…ë[`çÌÓåºeODDDªU@`ý¯ºšþW]íö6y¹¹ œˆÈzÌ/v¢›ž¦ ˆ gH‰ˆˆHus8tµ“ˆÈÿ% D¤,JH‰ˆˆˆˆˆHÎ&ëpûiÜ®HˆHè¡æ""""""""R­”‘j¥[öDDD¤Ú8òòrÉÏÏÇn·+ """"UÀh4âéiÆlöÂ`¸0Ú¬„”ˆˆˆT ‡ÃAvN{wïeíÚ9š’‚ÍfS`DDDD*Ád2AûöiÖ¼Åó¡ŸR"""R-òòòØ»{/_}ù—÷îMtLMŒF==@DDD¤2l6öÿÉêÕ_âH£ÆÉËÍý×·[ )©yùy¬[û#WôîC›ví‘*R;.ްð–ú I—4¹ RúXRDDDª…Ãn'%%…¨˜XCDDD¤ŠÕoЀ#G_0W +!%"ò¿‘ àä¶ÏX¾;G¡óÊf³é6=‘sÀÃÃó‚z>§ÞŠˆ\ô¬Yõ —u¹ûæ¯'Ý¡ˆˆˆˆˆˆÈù¥„”ˆÈE.{Ã#\1üSêMû’gu!Р˜œæÈdó²©L\°];&ç›õÈ×¼õÕ!ò ù „”ˆÈEηéݼ³a¯þ§5A¦" 9øùsVl?_Ì#7öbÄâÍdÚÿ}sðà/«ùâ×Ôâs¥Ô¾ˆˆˆˆ¸¦„”ˆÈÅÈ‘ÊûWD@xCZ'ÅXð{Ѐ•dXvò܈ë¸û­¿È+ö—ÁÚ I$6Ç«:ÿJ”Õž²^ÿ_r®bð/‰mÖÿ!>¶.ƒß<„õìÉLÚ7÷Ð46–¥rQÜqjô£fã× +²yRgÄk|÷Æ(òŸ»žÛ?>úïJæîbémÙðÞþâÉÛRû""""⚇B "r«u3/Ì¿šè"WFy„$RÃÙ6æzŒ|i5#=©²$“<~xüI¾ë=‡ä "÷•æî`É”w8„JÃFÈ…ÿæÅ³Ã~ưRÞ–Et½·~Fš9ÓÝçôY–ˆÈÅ, m:v¤S§3?탋è^ÜÈ«§š=¾ƒ\ëŸ,èDÄõ«É<µ’-•µ‹n§WbTÁUWaÔnÒ•!Oo)xöRÎ&&$ÑøgžÅ”ùׄÑqñþ3W½XSøzæ:Ô & 0ˆÈ¦W2ù“ýä:k³×Ý(¯˜Ü¿øè¡4*(§vûQ¼¼¯ÈrwûQ’-•µ ÆÐ#!² >QÍöZá•$¶ãü8ï6º5/lc?î}u+'O]êcÿ‡UúѺљ«Ø"{sß»û°”¨¦|1°slåhêÖcÔgÿ`°áýaq¶žÊÆ,GË=›=u·5¢öà·8d-ï$µrâ`˜"Ïxÿ{ew‘+pl]þ8Köë iÓ ÇÀÊ¡ÿަS|-bcc‰kNŸ»^e{V×OÙóõ£×ѽe£‚õccIèrS?ØMöéq8ÁO §W«†…ëÔ!ù±_ ÆÀz”ïæÞFÏKjKƒö×ñØòW•ÙñÕÃ×Ð¥E#j–ß}4Ï.›Í]W]JƒØXbk&ÑsìËl;Õ>ë_,íK½‘kÎìcEê¨ߊK» )RGÛVJ¬]ÆÍv‚õKï¢ëºë4èÀ­o8=÷S^ìKýÂ~vxz'y¥õŖʺÅãèÛ"®°M×0é­íEæ|A̺¶hx:fõÚ\Íäþ,{ß‘‹Ž®¹˜9lX­Ö"‰&EŸk2h ïO >õ0s¸D!9l~²—=¹æ#¦ðbŸ‚mðöøûx绿ɿ¿)>n5&›Óúqå<F<ù6³ílzá~&LÀÚo˜crGÖ IDATP§¬öl/ãuå%x•ˆEß?؇Ÿ·rÅÄE̼4ˆ›?äÙië+d ¿ÍìÏåÓÑyܼž‡GêA,Í#ðÄ–§úÓû‰’ï›ÃÛí8¸r“ïèÅ^Çϼ7¼ö,ö|÷=»ÂîæÅ] ±¦°îùÉ̸e(áM¾eB¼ÙÉX¹ˆÁe3X<ô+Ýñ ×´O‹ïÆs×gQÜ÷õý´¬aàTÖ­Ò±€ÃAn©³’ñw:ÄÝÀãV2zá,¾¹q=ƒ `ÙÎÒ§Öàwý"ÆíþJ#ðÆDp³AÜ7çFbB=Hßò&<4‘ѵ۰z|<æ³R'ÙóÝ÷ü2–y3;œw„MïÍfÖ}Ùcýš—®ÅÞÁ¶ÏW³=h óžéI´#¬ÂXüúô5 YäÉÐÇ^az¼Í¯LáÑ[GðÕJÅÞ~boè,œÓ•Ë.>xl23ü–.c§0ïîX»Þæá©“]§_Ý_Jû\ÖQÁ¶5.Y“«¸YØ>÷ZÎü›ö£ÿç»ÔÂãÄ!r›†ãA*ÁWÎãµq xaÀ;¼žg/,l›}-ƒž9J—;Ÿæå¶þüýå<¦ŽÀŸŽ5¼z}M<ì1Û:–ùÏt"Øv” ˦òÌ# OZÅÝ!ﲎéß3kÑNÂo|Ÿ%.-(£k+‚þlÇí³žgûÀGiêqfŽR—Š.+ãϳÙ›½ò1pœdÇêµÇ~Ì›¿<@ËNN‡³Ü±­ [dzÁ'Ú#f »Ÿî Ç1uê!ìiÌÏ·Ãß`Ã'È²Ž“eƒüýK1r6'¯þ?MoG´ç?|9áž(çý‚ƒûóìÒñD»%bQ_Žž½ÉŽ‚]§p]£‡ìöÓ»S¥ëpk»âò÷ºˆ›Ó¹ìöQá9ïi»«9/""" %¤DDþW½ð‚ìÙ8;ôŠmECó\~ýr9Ý[–~uGµƒáØö=¤ÙÛâc,½œFf3ª5%OzsËhOítY^Éúk¶#Égë>ÜHF÷.¥¯ïF?ÎîWk™çòËòmœìQü–½Suþ²|Y=Ú|»¡ý8ë>Û Ñ#hl¬ÔX¹Žƒôï§rËÂß‘CI Ò÷鈈ˆHá[o…@Dä"–¾‹Ÿ¾YÃEoaò¥I»&„™ch•äKú§Óyö¿ãéXãÙÛ1ôòâEB’¹ox,}æedÐcÜÜ&ÔÍðÒN Ã©2£I¾& Ç£“3ÍÁèN1xø‘ƒygîž2„ô`Ò­ué5ÿF†ø?Äè^Ì?Ê®=&zÝ:ºeµ§OY¯»*¯D?‚»1y\ŸÂUæG¸³OAù{Ùx q¿%Bº3it=zÎÊÐs[r=|³sÄ· ×&wãÁ±ñt™9œ›Â§1¦}VÌbÂ*è:ûv𸏙Ð0W,ur×ò£_À:âcMŽÇ/q6ï·ɘGñó³ 4WMlí©«Ó~0+›-â§7†P®»BíÙœÈ/ï¯þõ¡É˜Ç›ùµÆt'Ô`À+ÀrRɲƒw­6Ä1“e³_£Á Í ÷Êæ÷c®™»ö9f½œE·zžúz}™Gó‡G’ä]ö8‚»rïMq\¹ôFúOddr­ÿ°gŸ‰ä›úWɺŠÖár»Ïw7CpWîU‡‹Gq³ïDFv©‹OÎŽútd`çhZ$ø’±r&ó?G»Ç9`oÃà%ÚÔ™ñ·5¢÷Ü[ùOØÃŒjÀ¡/æðÈW:>y+—xWMODDD”‘³ƒ/1úê—J¼ØžWþ\ÁUÁAtŸ1QÃà©›!˜f·¼ÌÀËâJœaÐéñå¼êsSž¹A9ب-µ‹%%Ì4ºý –¥Œeòü± ™UXˆhØ‘«ëû$ ~\:u…MâáE“¸qA>àG­N£i5r uÍe´§O×2^sQ^É`øÐl⧬ ™Â”¹3üù\À€_L"=;F>kÇ~œ•ð£í#Ëù(d/ÏÐ96ð §õØ·˜MóIŸð©ÿ&?÷ΰá]³Cfδq¸ý]b†  Ä 9 ïaiF_–MîTðü¯¨þ<ñX;ZÜ3ž·~ˤ¤ *Šm%¾eÏ–CZxù{ޝGt|¦O‘•Œxûy5ƒ9v<féÌÃÜ?s*ÃßÍÀÓ?’ľQx9KyYX¿ðN–´@`<ý|›é·Ôw>?ZOù7Cfú‹sÛR+àGÍö£h~CâªâaZ­ÃÕv%:æ2n?Z=øo?Ì´çäæ…6ð£ÅèeôëÒœ®ÎdØè)Ì{s A\2b1ý{Ô:k?k:þ]Þõ{ˆ©Kîæ†Y6¼bÛrÍ“ñÐÐÚzã)"""gÞÊ”ò¯0»}Œeîü…¤?À§}ÀðQ·*b"Rn¯¼¸”~W,uÙŠO?憣ÈÌH/sûþû]“{ª`þ[X°¤[y‹ý_A€""nÈÈHçÙY3¹güÄÖ¬Yóõ/–^Þµ_góKÝNKˆˆˆÈÅæ¾{îdæ³sË<¿òñõåW^fà5ƒ¾g[³úKz÷À¡ƒXºd ó,ú È¥à{°³€ àDáÏñ"ÿÏ(\žS¸¾°vÎ|~éÐU"""•Töóô4HDDDD¤JH‰ˆˆT‚’N"""""å§„”ˆˆTà¯G-nû>Û )'“É„ÍVÍOµöˆãÖՇЃDDDäbfµæc2™.˜öê»wEDD¤ZŒF"##9¸¿‚!"""RÅöîÙCTT4v»ý‚h¯R"""R-ÌžfÚµïÀ꯾dçŽíX­VEDDD¤’¬V+;wlç·ß¤çe—“ŸŸwA´[·ì‰ˆˆHµðòò¢Yóøù°ü³OH9r›Í¦ÀˆˆˆˆT‚Éd"2*Š«"1)‰ì¬¬ ¢ÝJH‰ˆˆHµ±Ûí4Žç’&M1u¡¶ˆˆˆHU½ÇÊÏÏ»`’Q „”ˆˆˆT³¼Ü\òrs‘ÿaúhRDDDDDDDDª•R""""""""R­”‘j¥„”ˆˆˆˆˆˆˆˆT+%¤DDDDDDDD¤Z)!%""""""""ÕJ )©VJH‰ˆˆˆˆˆˆˆHµRBJDDDDDDDDª•R""""""""R­”‘j¥„”ˆˆˆˆˆˆˆˆT+%¤DDDDDDDD¤Z)!%"""Õ*×b!##ÝíŸÌÌ 0þݲg°ñ…‡˜°x;9çº.ÛQ¾|l$#ŸÙâ^]–?Xþê7¤ØÜܾäú"G&›—Meâ‚­ç~<ªbŒJ™O›^žÊä¥;°(îçoDDäœRBJDDDªUn^.¿¬_Ïssg»üY8¿¬_¿@Õœ/gïdÙ=hD@`I³Ù¶£_3}pb ^oùôïdnN‡ÈúÜða .s3öTÖ¾0—ÖÆzÎO²ÓØôñ¬ÚšŽ gw֢gtÛÓÖòÔÕ2y«å—¾½«õÏ[r#‡?ΊDZU Fë–>Ë¢•9/½pc·ØSùiɳ,ýêoò/¤»dÜÌÍs27,[˜Ú.Šº7|PP­ì8ˆˆÈ9塈ˆˆHu[·î'™ú8Þ>>N׳ää0í±‡éÕÕî§f|Ãíͯäuãp–ošC'ÿ¢WVå²cÎ0ƽÀsÞ£_}_l¦8âÍÇY~÷0žØÜ“Ç_{–¶áx×­‹WNmâ“©æý/ÿÏoO0û˜‹¿l=È«7\Ëb¯»ùdÃ=tpñ¶¯¼ëŸk–<7â:>ìÿ¿¶ ÅG»Í¨Œ¹y®æ†ÑÚ I$ÖÇËØ4""ÿfJH‰ˆˆHµ³Ûí.“QÞ>>ØlîžUZ9ðî㼓€ãM¦}0φÇb:]i*VíÁÜåm&íÁék®²×²rm FObtÿxΜ:ãů†]ïæ‰ 2\+¨ø;X¿´žA¡Qø™Ü)§œë‹Ttnž+æzŒ|i5#y‘ ‚nÙ‘‹CÎV?³žš÷¼É²ëýùqÖ‹l/ú{.'s!ï‹ë¨Yxk^Ôk8iÏå¤öLoGXáëmfï!ç¯EtŒdð—™gʰ¥²vÁz$DÜòÕœa¯í?}[•eõXZF”‘Ø›ûÞÝWü@Ö¾ž9‚uƒ  "²é•Lþd?¹öT¾vb ÊŒ í”®ouòŒ iÓDš6 dzX=7ÑãÒbBJÔSgëÛÿaÕ„¾´jK`a|j¶»‰'žŠÛ.oBd`AuépóR¶d9Üìë?¬šÐÖbN—Yj¼€Ã‹»ÔD³Çw”އܿøè¡4-Œ}íö£xy_±rð­›hQ+¤ ¶¡è:æE~;Õ^wÚãÈfÇ«wÑ3>¢ ŒÈÆôxä7oEsQ,ëg0 ITÁ6u:rÓì8fs·OeÌ'góÌÙ˜U$î¥ÍMÛq~œw݇ÖÑ{_ÝÊÉS¡ÈÙÄ„„ ?Pdîg~Á5áAt\¼¿Ø-±gÍ ëŸ,èDÄõ«É,­½•C©jºBJDDD.Ò~˜Ë«ÿ´cÚ-íHN¿•úo.aÎOw±49€¢7îytœÉЧÛSðª‹/ë¨5æM^^ŒøFÕÆãäYé~›ÙŸË§¢ó¸'x=9ÔƒXšGàÉ‘‚Ujõe£½©ïÆú&2í–¡„7ù– ñf ›Óúqå<F<ù6³ílzá~&LÀÚo˜Ð0ƒ­Ë?ç· qþk’ï~Œç¨‰cÇëL˜|?#êudíäD¼Ü*ó{v…ÝÍ‹ ºbMaÝó“™Q,^B-á½ñIxaÀ'¢gÝüåÈàûûpãóV®˜¸ˆ™—qbó‡<;m}‘•L„´¸ŽÉ‹FæIÚ¯¯0á{מŸ&%àewÝž¼=K¸éŽ×0ŽyŽO'à“þû½jžI´8å¢þ²6ËóæÒ1¹™ý_Ìeò#øË´–ÏÇ5Äì²OeÌ'û‰2晋1Kðª@ÜKÎM [žêOï'RH¾oo·ààÊYL¾£{?óÞðZå:99{nvº~åÆPDD”)ɖŠg—c¿|ýcLxEc\›YLœó9w½–È"ׄ{Ö%1) ÿS/&ž|£’”ÔàôÉ©µDBÊ‘¶†é³·yóJÞšÖ¿¢ /ÛðnÔ‡ëú÷ÀèÚÄÊ—+ÇðÉ·G_Sêf,ÚMÒÔnö©ä|²ž(õuGêrçc–_,è^ÜÏÞ‡fÌÝNĨ¼öPû‚}¨{‚÷5cÔŒ…l½v:ÍË1×Ïš.¾Q rc(""UM·ì‰ˆˆÈ/ÿÏw™÷SWßÞ‰`àË€»zb\3÷ÿªšï)Ë=°–ß²½iÕ'©x2ª¬7Yuh '¥cr­c{l›Ü’ÐÂÛŒj ⃓plßñ*û6µòÖS‘vyÇ4 ”4¥Þ?fô'¶vœL!ÓV±2Aõˆ;/÷ûû »ó¼iÞ³±“Ÿçrpùt†uI$:8ˆ€ˆæÜñ½r³É+ãë×J¶Ç§Éèeà½!Mé0ì!^úî9·[YîúÏnP0-{5„Ãù=Ý^5eVjÞ¸÷Ò÷¡Ö}/9³Ãh7 þ^Ë–çö»ð*7†""RÕt…”ˆˆˆ\à,le [mGÙzE,/—XºèõÝŒš’èÆ­o.8ì8 î¿Í2›Àa+<Év8p`¢Ã3Ÿ3»cÑ”–Ï Úø’R5ápYÏr®_J»Lžq`wœY×äi»‡£¢}-/w ÄIb!o÷B_ÿƒŸdÙ¬ŽÄ˜òù]ƒ˜ê(Çøy7äÖw·ÓëÛ·XòÜîí7§®[ÆW ®$ÚÅ;êŠÕï¬Ïç L—cVþ¸—RI©û¡Ø2#°æY«þPQ‰1‘ª§C¯ˆˆˆ\ز6ñÂ눽ée^Y§Èó`,üöÔ`ƾú[Æ?M›J>(Æ+¶5Ìsùeù6NöhçÖURÅ·oE#³-›²‰Õš€’‰­òž;«'¯øöUÞ®ª*ÓèE€dŸÈÆYŠÊ«f;’|æ°îÃdtïrv]€eï·ì$©“FqY=O “”h/ø»œ3øP§ëH¦wʨù½hùàL>y¨/·Õòp:FUR¿-…o>Ü5ÇhIJ©Šúäî˜U îemóËòmdõhG ûqÖ}¶¢GÐ$ØAÔ†cÛ÷fo‹±âs£Ô}¥¼c(""猎¼"""rAKÿi ïýÇm·ö¦Í%ůƒª?ú ð.‹Ö=D›N•«ÇÒI£ëÑsÞP†Öx˜Û’ëá›}˜#¾]¸¶³;Û÷`Ò­ué5ÿF†ø?Äè^Ì?Ê®=&zÝ:ºî>HÁ#€è È\÷.ŸlNbP³ÐbevYOÉí›VQ»ªº¯æZ%ù’þétžýïx:Ö8Æ_öv íWìYF†ànL—@秆p•ùîì“@Pþ^6B ÖñŽ»”ºÌ`éÓ/ÓhD+"½³ØþOùn’Ì?´’–gÓ¸iíGùyý0'êmt9F*X¿å¯ïùü+3áÖ¿Yÿæ“üßwfz-M’7Ø« Oå³O“w'îgÕÜÇÆÓeæpn ŸÆ˜öX1‹ « ëìÛiâMò5I8̘iFwŠÁëÄÌ“«¹q¹óq¸2l=ËÜCQBJDDD.>F£‘œœ||œ?}&;;“Éät5‹WYg,ƒž}Sž«a\ôŸ,þžÔމ•ÌHùÑö‘å|2‰‡Œgèx†ÓzìÛ ìâÖö—N]ÁGa“xxÑ$n\øQ«ÓhZ<û„¿ìàEÐ÷Ñûè|óî}¼/½ß¹‚ÀrÕsööUÒ®ªî«!ˆî3æ1jø†”z•ž¦àˆˆ\@”‘êåpèj'©0%žDD.ºaZDDDDDDDDª•R""""""""R­”‘j¥„”ˆˆˆˆˆˆˆˆT+%¤DDDDDDDD¤Z)!%""""""""ÕJ )©VJH‰ˆˆHµÊµXÈÈHwû'33 †êk #—c;7ðëžtlç+Hç» ¶,ŽÏÁ®éêÞxز8ºÿ¹Ž‹¨O•(7íŸL¬ç-VÒ÷ï`ǾŒó³ïT6®Ž‚öïü3óü.ĸÿã"â’‡B """Õ)7/—C²oÏn—ëFêÖo@›Kk‘™‘^ÉšmXN#ÃLx™Ó).[:»¾ÿž5ZЩU ^Ž<ÒüͱàÆx{™ÈÏN-¾¼:rc%Û[§Tölýú[‰mÝ…K¢¼«ïÌ’ca¨Âq5”±^%ÇÑœ½Ö²;#ŒfÑÄzÚ¹ òRgÍóغú{R¢:’Ü4cEÆÂ‘DZ?²~_6!I]hS׿ú?ývä“öçnþòŽ$)Þ„=Ïv~ãZî}7îf¿_4‰ÎCû«*î9%æSÕ$*vÏUZJäßH )©vìÝÃe½ûâééYêòœœl¶mÛJ³f-øòó´¹´½“¡þúî ¶{´¦g‡Š–˜ä¾ÜG|rWêzg²oã:R¢’éê…ÃV˜60xàã@@`þ5<É?Éé×MF֒˳ó«/ápª PMuÚÈØ½ž]öx:u3±ûç ê@-ïêëo¹cmss\3ÓJ_¯2ãáÈáà†uüelLÇ>-ˆõµcÉÊ"ÿBº´ìtŸŒ`ô¤† KVyÇÂåïMüv<’6Ý#øgýv…t#!Ðp~tOÌFrólç©þJî»OÌróàBºðîtÜKΧœ*[ã\`qù¡„”ˆˆˆT;‡ÃQf2*=-7ßxÔÔㄇG`·»yvoôů†'yY%Oœxùùa¶güê郷§‘[á'æÆÔjÙ•z>¾xØ-äŸU®‹åþ ÚÑÕ'<º×Æ\£Žœ“äUG’¥2±vw\K®W©“obZö¤vP5 ¹dŸÌÅv¡žõ<ññ4bö5cp€£ÜcaÀ;º%käc#²kÔÀ3÷$«RÿsJΧª.¿¼ÇqùWRBJDDDþ5r-ÞxýUÒÒNн{Oââê°uó¯UZ‡e×rÞßUð߆Étndbÿw_²Ë·Ý[GœýæÈ‘ÍŸÅ–ÛÈÜ¿•­»f±ƒÉ› :m¸4!¸à¶‡…c{·òû¾¿ÉÈ£oq‰Íiå‹Ñ‘Çñ]›Øyð96Àˆ_ýNtHÂäªáÎÊ=kÝ\þtcÛF IDATÙ¾§‘Ux«Š‡ uëø“uh?GRs°c& ¦1MšÕ%Àt¦Žã”¬££|0T¢L÷Û]"Ö¥Ôiò¡fB ÇÖ(3wÇõ¬õØØ¹æ[R"»Ðå’Âq°¦°aÕ:r{Ò¡Žoé·÷•è—É7ŒÚNÆãØŽ_Øù÷ 2-…±ó‹ fÃ$ÅúŸé‡#Ô}[ÙùÇߤ[ì}C©Ù  ñµ Ö±¥±ÝU[+:ÇŒ^p2؃ÝRʼ/h߉?¶²sßaÒ,60ùuIšÕ*˜Û©”h{æ$Ô*¼mÏݱ,Ï|°gsä÷ÍìüórlàéŒOàsº@,aÝÖÃd[`ð"0¶1—4©S0GÝj—‹}ÞùŽë¼þ2ØŽoæ›OOšmÏ¢ë7!±~(fƒ;}*cÄû’VÖܨ긗œOU5¿+z¯ÔŠˆR"""rÑÉÏÏÃÓÓ|ú÷U«VpâD*ݺ÷ ]‡Žç¤Ns\'º$aÄ€‡·?¾/X`ªŸ¯¹'ËØ°pyÎÑ=l޲귡Ký0<óO’e §†—Kni;dý>#µ›w¡eˆ‰´=?óë†õx÷ìB/+™))d˜ãi{i-| ùX½#ñ÷Î#ÛâìŠéÎÊõ6œµ~Öñãdy'Ò®C ^¶ öoú™Ý¿™ oÔ„¶M1dîã׿±9(šÎõ½ÁQV?¶½*Ë,«ÝÅc›•]Xg—¶ÁËaáøî lÛ´ßnÔñ)Ǹf–±žýïÂ~øy›È)2oj˜d[*?'#Ó+¶—Fãí°pü-lÛô9†´Œñìdìþu»r o܆ÑÞXþÞÊæ-ßc1õ U¬W‘Î:iknE瘡-ºécÄ–ï8{,²óHßó#kÏ!´asÚÇaÊËÆF Ï,R¶•ÒöÍßa1žj»Í±,o\­¤nûM9ˆLlG«òÓþbçæœÉ"ð ªEãÖ ô÷Äzb›6laK`êÌQWí²ŸüÃÉ>ïêV4Wõ—±™ÝDXR{ýMäÙÁæ?²Ñ³—ÆycpYfYs ¥¾žÃáMU÷’ó©ŠæwNÅŽã•C9W”‘óbãÆ ,Y´ôô4þøc[û¸¸:´oßñœÕkô  †fO ¶rÊùÐ`G~6yxX³á¾ø„æùV;޼ØýçIü›t£mBM‚ƒ©yI b=Ó9bÇ£ð—É/–ب`Cò²’çê¡Cn–{V^Ç/šèˆBjÒ(1 >D5jLLXaµi'd`ô4¹]ǹ(Ó“_ 1‘¡GR·iBÉàpºOcùÇõìõ*p/b…Ç#†Ø¨0‚B¢¨×² -Âí¤ü~\£ò²go&^õºÒ¹UC¢BÉMhGóHGß_°N9”{ŽÌn¬9eÜb—”={2ðª×®mˆ &8"š0³•|‹ûmw:–åkÞQöÈÁ§aW:5o@Dhq¨X2‘s¶†A±‰Ä‡ÈLÉÆÃlr¯]Îöy·ÆÂuýgm~ IjFLã¶´ˆ6qbÏ_䙌åèSésà¬×³Žœ“¸›OU<¿Ë{wTr EäÜÐR"""rÞdd¤óê+/sã7±ú‹U˜L&z÷é‡ÁpŽ¿ÊÎaÇvêÙ#å<1Ô£Aäa¶}ó>1u¨W—˜PL€Í’J¦ ,[>æ¿[Šoç™™É³È ¨ÝŠÕju«z×åš±–õ-R+6«‡ÙOÒÈγa3æaµ0{{@f6“ GyÚ^ee:iw)ý°Z­8 ^øšáx¶“‡'ùù×JŒUŒGÁ¸›Š €ßR8iLÄœ“J†ÍDhíPLyÙdåZq`Ä?ÒRŽ’É%ø–·¡å˜c.û\²}–3åÚ²Ž—¯íeŒ¥¥œqµYÒ8i7R3c^Y¹66{Ñqµa9²‡»ÿ⟠6ƒv[Ád,~;fí2:Ùç݈œ‹ú\cË%/ÏŠ~a5àðqNÌø’E–»}*:ŽR_·e‹¸»˜?U1¿Ë±›*5†"¢„”ˆˆˆ\TZ¶l Àç+–óÂó‹±X,´jÕšÐÐr–dÄdly%(íÀ–g+\n€ªz(·ÉÚm.#:3…ý»·³í§=ì©Ù†öÍ¢ ¿áÏ@x›+hQü¡íFs <©•¨ØY¹¹ä¹:'3  ~£CáIl9Û^é2Ýhw)ã]X«"qiÀèÀý‡çWÕxœ>‹v|Ø©õ lÖ3I Cáz£FCEÛZ5JkŸ³eÅÚnww,+W¶2®t±Ÿüƒ_6ü޵f .mM \Žü¼šßŠ´Ðe»œìóÞ.¦`Åêw2FdUe™œ“¸»;ªm~Wb EäÜÑ-{"""r^“R—÷îCnn.ƒ¶íÚWà<ʃ^ñG‹>ëǑˉÃàL —‡Á„§lyUqňOÿh¶íEæ!Xî% <¼ƒð3:ÈHµbö2a2Oÿl9d[*v¢erY®­|'…¥ôÇT‰¶W¼ÌÊ=»ÅàµžÑ3ä¥eçpït¾JúåÈ#íèIð%ÀlÀäJ€ÉFêÁX‹¬sâHx‡äe¨P[«ì|Þ;?c‰öZæãFÛÝËòÆõT½Ç÷/ó[ÕìYÇÈ$-‰ öÅÛË/“ÛYPƒ‹}ÞUÏ*[ÿ©cÙ±¿3Á7‚@O¶ª(³óÙ¸S‘9âÎü®Ôq¼bc("玮‘óž”ؾm+ÁÁ!9"°^‚lcÝW?Ó¨^5Ÿ˜›ÃiXןvÃ:C"5C|0ZsÈõ':̶;ÎÁ|ñ £aý~ص†I".¬&ûIÒó8ýmoFß`|ù½Û~Ç7Æ“ÁJF9ÃvË”µÏ[­{•ïÓ¹ŽûY<«h~+væ¨ûc("JH‰ˆˆÈÅË`0ŸŸ§§çé¤Ôÿ³wçñQ”÷Ç?;{'ÙÍM!IÈÁ}nAÑRQjE¼ª­G=ªUëm=Úªõªhë…õªúÓjµµ¢‚¢  w€„p_!$äÜ{f~l€k7!¤D¾ï×+/ãÎìs|Ÿg73_æ™ÉÉÉk²ŸßïC ãf·JT&ÃÆY)Ù\̶µ»ð¦ÈDÒ†Œepn,º¯U7“Ðw0é?¬£pé7€…èÌÒzØšœÈ$åå²ou1?lHæÌáÇn×½U”n-¡Ðüw~SdÙ£H±·ÆDlÞ "6²yËZ~(Òö„,²Í(áÞ?½qFĵ^®æï€‰Ôö¶”Ù!ís\[Ú¯g‘½†3Ä¿–M›W°B ¶ÛêH$Õaü7ŠÊÁÍ+(ªSÁì¤GÿI ëî­Aň3g £¬Ù´e%Ë=:ƈxR‡œÉàÞŽú}”Ðm¥ýsLWõVÇ2&w ölÞ²š•E:(Vb³ÆÚ="Œ¶ŸˆùbÄÙ{ £í›Ù\¼žJ‚µíN’ºE Š#›Áƒül,ZÅÒ­ÁíŠÉFtšÂkW«ŸùPqíÍA~ îßHd|Qû6²ô«àVSTY#'20+Õ]‹Þ}:Áq§™~uÌünß÷ø¤œjJ·n o …w<ØÌÀxõ×xžþÛsT”à£ÿ|À峯”ˆ !Úìõ—ç2uÚyÍnû䣹tæljª«Z|ÿïý“ OoÇ}e„'£êê*öîÙö’-!ï¢( ™ÙÙ 1ªÕï‰#6F V«“)xµ‡®ø<.ª®`iTWËýi؆àÍ[.·IôšÖc´iA­«Á£ê€£ÝA„ÑG]­§þ¤³m?î2Cµ»™: FlQQ˜üµÔ~4|˜ãÚü~ÁzL6;V‹©þ„ZG×TüÞú§Îµ{åeå”Ñ;/—hg4ƒÜ=@!„âxèºFUe%ÅÅ›‰r:é–”„Ï{ò?BCRB!„è>¿Ý;·Ó;7—¤¤d ˆB!D±Ù#0›Íl\¿Ž”ž©]"!%ÿ,)„BˆN¡k555DGGK0„B!:XL\<ÕÕU(J×HõHBJqJQ«÷s V•@ñ?¢iš,ÓB!„8EéR÷ç”#B!Ä)BÇ{`=K—|Oá¶P !„B!„ø‘„”â” V²tå>"úÁäÑéDZŒHJê°U;7²qk5ÿ“kÇt/7­`õ–ªöÕ¯Û¿i{ ªÄý7âø‡Às½en乃B!„8HBJqJ0:³>i cû'aòÖâòÐPñ*å@¥¯þÿë©U-žÇÂ{ñêÙÒÚÓâëqì§r{1;0[Œÿƒ³pUû÷r°NÁfmOý>m/fg…ú¿iGÅ]­`ý‚Y¸¶¼ƒaÎñã6­š-ßÌç«Uûñ OÙ66ÿð k¶WÐO¶F«x*Ë(«ò;ší‹B!Dhò”=!Ę}ß~Êꊦ[ #9£ “ZÃÖ–QÚ}"“â­èjý•Á„Ýáć#ÒŒßå§SεZjOK¯w$ƒ‹IÁëSùŸœWLh_ý3“¯ºÔyñḣ ( Ø¢‰´ñ¸;hÂãµ4íibÅj–,/ÅÑw>*¶®gÓ¶½Ty4”ˆxzf÷'/ÍŒs¸s.Ü9~lDÃCÝWÊÚ¯–QæÌØá©ØÚ”IÑð»ý`°bñï¡xW&±™QõuèøJ7±ÃeƦøƒûž#{W³rc)î€ ÎäÞä÷IÃÑÜÑ}”­¦x_%µõsÖ™@¬|²’£‚qÓ}*YKÑž j<Á±ŽÌ(`dn4Šî¥b[!Å;öSã%"žÔœþd%ÙQt7¯¢h_._}ÙQÝIOsP·o7¹Ñ°àèžMŸ~éÁöénv~·ˆ-öጜPÿýÒzíj[sŸ­PqÓ}TîØDñŽ}Ty40Úé–?’~ÉÁÍÞßòÅÎúy”5–‚,»›ôÅÏ¡…oßOµWC‰ˆ£G¯>ôîé8ëÆ1Sl±ôÈ@Nr„ÜOB!„„”BüXèhšŠî÷¹7¡ÑÚKúXÆ÷AÁ€Éæ ‚òàc$Q&¼./•Eß°´ØEtÆF¤Åa£–Ë¿gg%X­F®Ã…Ee3âö½ŠÉ`siÑqùüTmú–å[ÒgHœ‘Ê-ß³zÅrlgŒ'ÃÜB{´½Í¿n¨eïêVÊk’P±áVíÐIêSÀÐnvü•;Ø´æG/Ç0`ŽI%wX.Ñ3C[Xµb-k£»36ÓºJ]y9u¶|FŽêU÷P^¼‚ «–wvÐj·±fíNÈÎø¬ÌþZꌉDZ5<ÞPKÑBÕßR^ÃHBßQôqqïßÈšMßòƒy2#ÓmB– ¦´”jK#F¦að°%á°U²«Ù×Ýì[ÕÑq7?xIvÕ¯ÕÅß°¬ÈKbîpF'Ûðì]Ïšµ_ã1žÎÐkƒ ÜÊœs‡9Çk…³=chŠ "ÂŒæö·éóé÷øÁžJ^r)k·SÞs0‰‚WGm9ˆ©ç`2jWQä   ÌÑ)dõOÃf1à¯ÞMÑÆ ¬‹ˆ¥ ËÑLB#8gk-™ôí‡EóQµ·˜­k¿Å¥c`Š*5ʨ1÷¢oßnØð°F`@¥ºx?lWHÉFn”NõÎBŠV¯Ä4f4½"U\¸¬YôY­eÿæBJ ˉë•KÿL;zín6o.dmd<£²£šm_¨:ÚÕ¶(¥ég«Õ¸iÔlýž[<Äfä30Þ~/šÓŠ‚s÷ Ît`À€É‚·I‚±fëRVnñŸÙ±F ‡,€AÁdTÂ{2™¯Œâíµ8úŸËˆü(T‡¨~ƒ)Ûû5»J5²ÓZh_kþuÏþÖËëe$ÐðÙ¾”ìrcï}c%¢{Ýø£­¸¶oe}ƒÝŒQI$;͘-¢y;¶±²Ô…)/’€çð>=è‘ê àПý{W°¯Ê@ïH¯ß…‰=3HtjxýVìð´°–¢µZ¿·ùHûÑ7§º×‡=¥êS–oÙ/3«ª…Ù§RºÇ¢zhðÕǽÉëu'&î p×ð`KI ÖÌÉŒš^þè UŸ²róN¼©¹XÛ°r3äoœ&jÃ,I œüslQ‘˜T7µmL<0GàLˡێUlÝ[G|FEìrLJ}“‚æõ ê`2€1²Ý#니q •îeÝÁÔfRõ1°Ç“˜¼Š'>1Ûò¯(,ÙIMr.NÃá}HLˆ;z€ä+eëŽ:¢r&›¼z'Æ¡Pup9{÷בžeª_ñññ˜ˆÇAûW¹‰KI!1Rxjé>6”Ÿ…µÉ÷ÂÁ0ëhcÛ²›Æ¢Õ¸ù²u[ –ÔåÆb<6Ïlƒ%’(GƒrOÿA¶n«Å’ZÀ€ÞõeÄÇbv-b}Évj{äã0„úñˆsBÅ¢µ¨ð’e—§  !„’Bˆ¨½ù4G°êŠ«£Q9òcPݸ¼ÁåHMÚÓB;C–ç96yf´Çã4ª”ï,oñ©jZÝAjˆ&{pzÄF`³F`·Ã>Q44øÍìH¦÷ˆÉœ>(Ïî*1…LÿoýÁáörpo Dt#Úl@íˆ2OpÜ›ÔQÿžŠÝ‡‚Kø xãíýÕ`K$ÆjkÎ…;Ç[ÍöŒaÛ¨ø`41K"½zZ¨Ù{-1›äúKf#ü¨:h® jqÐ3;•„g,[it?Õeu`&ÒÜrk4‘ŠN]µŠ5*ŠÈ?v«±C"ÐÞ:Úú¾PqS¬1D*Ujš~ÏŒÁï&ë÷€Sl±8—¡û©,­k ‹\û$„Bˆ ¹BJñ㨦¬´ƒçèMÍ1XpÆEcQlD;øw¯as÷l¢T.=ž”¤FeXº‘•Á²M‹XnìK‡ÕvÕrô)i )Ѱq%Ë7ö'ÕaÆà¯À£5Èþ[º‘ÅÒ’Å|gìCjlFÝK]­ÄŒD´Ôžî-½ª¼Fý0'Ð;ËÉ7E‹ø–¾¤'DbÔj©òí‡K›)Ù°™ˆ ª=m»Góìg×~•¨èHLº‡ÊÒ:Pb±Y­˜ü ‹3X°šÁp{åÛÎúÕºRöí÷¡{j9´»ˆ¢rI#ò‰1¨³ŸÏ‡ŽŽ{æzg:ø¦ø+–›ûÑÓ©à.-¦ð€„aùÄ(*˜sáÎñÆãÀ°Ç𸞲§RŠépň3#ŸŒ@¶ŒnõOI4 ˜PýtPì1Ø)f÷Ö]D¦Ä`5¨õ…N·i‡Jغ3@|¤‚çàVŠÊ4œ¹éD)´œœ´$Ð+-‚ÛW±ÆÔ›Ôø(LøpÕˆKëNDGäWÚ[G¨÷5š‡!ãf‰'3-‚åÛ`1‡Ô„ÕƒÏOR¼§ÃHà@1Û÷gkôâÖãHNlttÜi¦_Μ1Œ²ndÓ–•,÷è#âIr&ƒ{;н5¨aÍ9sxs¼Ñ8LÊ©¦të–ðÆðHXÚñ”==˜Ü2˜ŽFÁ`ëNv¿î LHé~šŽÕ‹}=l,ÙÄê=õ7ü7Yqt·¶~õ–A£rûvº50G‘”3‚ÜôÈ—‹›ˆé]Às!Å;6±v{p¬m±i8S»Ó1—‹µ·Žïk$tÜLD×—·eÇÖl×A±>Œ¤øhâóúÓsõ¶­YÎ6,8Ó‘”ÑdÞ:²G2ÔTHñöµ¬*ÑQì±$÷Eï»\š/„BˆGxMÿ«Æ®½Æóôßž£¢ü ýç.Ÿ}¥DLÑf¯¿<—©ÓÎkvÛ'}È¥3gSSÝòÍ?xïŸL˜x:qññíúš3E:±7»ê%€»¦Ž€(flv;fcð&&šÏ…Ë£aŽr`Õê¨u^î¤`²Ù±ZL(zÅŸ¾ÏjëD~6>ï‘›7Ø'xÆ®©ø=.¼£w2YíX,fŒ†à>šêÃã >E¬ùöÐ[z=TyÍÄÅh±aµX0ÖŸ!꺊êsãöªÁ€Ù†Íf©/Ð5´€—;xsmKãØŒØ¢¢0ùk©õ¨ŒVìv+F¥þ®GZ¿Ç7Ðü•I£ {„E­£Î¥bhµþfÆÙÕl¢¾º`}^7>ÿá{6µ£OõãÙüëaŒc›ãÞÂ{¬vls°oZ¿Ïƒ×§ÓÆs.Ì9~Ì8xá¡Átô){®æïyT]]Å7_-fÜ„‰Xm¶ÎûÒÝìün[ìÃ?8Aþ5N!„?ZŸÏÿ„—\Öâù•="‚·^•ó¦Ïh±Œêê*-üœ)SÏ`Ïî]Ì}ñEžyöùy€pu@5p¨þ§¼ÁïÕõÛÝõûþpÃGúèrL&„ø‘Ó ÔUQj7ͧΧÑ˾ڪF·Öxêx‚'¹^•f–Ÿ4اµvy]¼Ç¾úÉG6»÷á?-µ³¥òZ«_õ¹qùÜ-n×ün\þ–¶kMc£«Çµúú‰ˆ{ ïñº¨kµŽ0æ\˜süØq„?†í~ÊžB!„8IBJ!N"S¦ž‹ÃÝì¶Ö®"B!„Bˆ®DRBÑ^;éãFv¤³îÂÛAÅJâIü˜)Š‚¦iþYM=…4 ¿B!~Ä4MCQºÎåÞ’Bq|_ûøëª¨9rÿ(!DK Š‚Ãá º²R‚!„BÑÁ*+Êq:£;ÿÿÚIRB!„è³…´ô^o)¢âàA4]“ !„B'Mר8x ä÷ëßïëí–%{B!„èV«•´Œ ¢N 7¬£fUU—ùŸ¿ß¦i!„Bˆ ( f³‹ÅŠÁÐ5Ú, )!„Bt ]×q¹ëXS\ÆGß³mï! ŠB!Äq2R“œœ3&‡1ƒ²ºÌ?úIBJ!„Âçó±ºèo}VÈÏÏA·„8ŒF£F!„â8¨šÊ² Þ\ð=‡“!y=ðy½'}»%!%„BˆNáóûøxéÎ?sÓÆö–€!„Bt”Üx ÀÛ V1²F—HHÉMÍ…BÑ)tMcçþ*»ÅI0„B!:XbB<;öBQºFªGRBˆN³dñ—DDD6ù]qê¨FE–é !‚RRR$BÑAŒF…€Úu# )!D§9kÊÔfB!„Bqj‘„”¢Ó¸\u¸\uM~Bˆ ï¼ý5T …§’Àþ/yû‹=ø%B6IH !:,Ù'+ÝUÈ+×N$;>gt ÝOÿ ›N¶û@ênv}?ŸO~(ç˜\‡g-t§×¥P*I¦¼ëydR&ýùßž$Òª–3ç’ÉÌzàE¾Øè°qß½r!Ÿ­®à”Þ–úÞ‰czJÆ÷$úLu~vÏû.›ÌÌÖP£ÉgX!Â! )!D§‘%{âÄŸ`UðþObpŽ~Žíaç¼lxò2n|ÏÀŒgþŧóçñ8ŸtËIÖ7Ï&þ:óBnz{¾cþ’G‘–ß—>Ù‰X»ð_uÝ»‹/þö[¦É'5%…””túŸÎMsWRu<·BP¢è™›Onf‰O`oÿò2^¶^Ç?¿z™‹R;èAÆÞ"æ^u9·ÿkç©wåEK}ï¬1=Uã{²|¦º33ß`É[³ñÿõb®ýðÀÑäÓ©üBˆL!Dgi¸DO–뉓†ZÎòÏJ°Œ‡;.9gWk¿%“Y¯,dV½v Ï\ò3þ¼2‚¡^ÉC·æo¬fÇêoY]¥`:ž“^s¿xn¿8áGT=øùs‹97.‰(¹gû >÷ï¤1ÿ6žVu›p+oû *-‰È×€B„&ÿ®!„è4²dOt:­Œ·OeXN¢£ƒËñºõ™Â­ïnÅsx݇Û¾Ï.¤gý>Ý/[D-€ZηÏ\Åi¹‰8£cH0•›ÿ±žZýpù|õÇ “ßgt ÎènŒ¸çÜZ n?›¡9)GêíYp¼ô(WÕŸ¤èœ1½ý˹¬­;\X€Ýo_ÁàÔ¸`Yñ9L¸æeÖÙ´ï…IÁ÷GÇ0ðOñ¶óìèº]¼šÃ;…lw8qq±ñ7rF^·`{’r9ý¾•¸› sÅ®Ê!mÆÛìióJ57kç\ßWÆqñë‹ùàÉ›¹ì¼³ùé¹óëß?à ·& p€%O_Åýz’’’Bö¨ yðã]G¯S±|îœ3¬)))¤dæÊwvì`îé)dÎZt4>µX¶Fùç¿a@J?®› @=À•OÏñ³úðذäé«™:q(¹imh›g ÷ MaȽ«Æ½æ .ËHaòË»hÊÒ—Ï&+%…””F?¶)Xv¨˜4N]ÚA¾øýt& îMÏúº2‡ÿœ»?ØŽ7¬x5\ö¼w5cóRƒ}OÄOoü… çuKñi©ïÍ©ZÁ²nàìÁéõmšÎo6˜óaö-ì¶×òõuy¤ øË|(j¿½ü”‘üi½7¼X…èû1ZÛ·µz´C|ûèåLÚ;ø¾” &>xt4[!ƬqüÉ­îbóÛ·qîŒ`™™ƒ9ç¡ÕÍ~Ÿ •óåý2iHN}{SÈ)|PŒKs^µØçPï öeüàœ#}É›t5yí)nüÙH²SRHéÙ—3®{• çpƒø§å eäi5ùL4‰skãÒÚx¶%–Bq’“+¤„F–ì‰ÎOHÕ±eÉ×%ÜÄËÏN .Pʲ—îæá_]Bbÿ¯¸=ïèº<Ó˜Çùä±QD¦˜^Dàaí£ç0å‘R&Þ:‡wF9ÙýéÜ}ýdJôïù×婘´jÖ<Ÿu17ðÒßÎ"Y¯¢.) «vˆ-K¾¡8á·¼òÂ$âÝ›x÷žßñÐ-_2ñ¦yé¶žèßäö»ÇÌÌ1,½»VŒÄ ¾»ŸŸEJ‚™ÊÕ¯sûm733}ßÝ™µ¾qç¿È¿né‹ön™XØ×8óF»CÇÅ·åE®¸þ ”kþÊgäc¯ÚÆNkOÌ-„Zt=øß6©[ÍËoîÄX0‡Û&&´pU‹ÕMç¢çÍ\òàë<”§²æõ{¸ÿÊ™8¿ø”›r5 Ÿ¾€óß˨«ÿÀKãS1Úƒw@"&JC4 DÙ“à© sÙ-÷3mè_øíÜ6?‰æÝÈ HÃq¶­"ì0ÅN{†7nÈÇŠ[b&æõZÚõy)ùæ;¶Ä_ÇßžK¬z€¯=À“×Ï"±ïnÊ1‡Ñ߯õ‰x>·Î¹Œñ&ªÖþ÷Ý{W§ gá-yXð„ŒOÓ¾7󞺀óŸ<Àøß<Æ«#ìýü¸å\¶ë‹øÇÅ=1…Õ7ÚÐö\úM‰íß_³p›á},€‡-Ÿ|Cuâd~’e=ιÑ$£ØÊ¾!êɪfÃü…Æ\Ã3Ožüžê–‰…m-Ä7Ô˜µ}Þø·¾Â¯oyÃ/ŸàŸ?ÏÅVµƒÝÖÍŸhµlYò5›ã®ã™ÇÇëÛϪ=Åן͖À—¼rA ¦PmÔZês¨÷ûR=ÏÍ™@œ§ˆ¼›ÇïúŠñ×ÝÃ37¥ ½Ã︛«3 øâwyXBÅ?½…ϰ¶¯…6¶^Þu¦6ÄR!$!%„õ§}²dOüØÒÇqÖq§ Ôø"ïZþûÕ~nÉK;ò‡ÐÝ‹>}ûâ8œ`©ü”‡Ÿ.¤ÛìOxãÞQDLNìÖÌ~ø9Ö_ðƒêÏl§1eÒØ#ï%p¨¾Þ±œ9qÆ1ˆÏx÷â팻ôbÎɱÀľÔýç}®^ð=ïèCŠÑ@Dî¦çÖ—1"χÿdæ—먾#ŸÄú—­ ÙôéÛû‘º%†*…ßîVâ¢Vî¢cO;“qCãQĈâ«ÄÉÜÍ•íõP›ª utb[¸n[?´„'_*!ïîoxxf&`D3+>¿”÷æmãÚî»xüÙ$^þ¯ü~D°Ï-ħ­e_ws.§Ýÿ4/¾„›®·¿ú3zÜô1¿qümó„'K|&yùùØŽ´ûËÖÛ›ÛîTkêhNŸ80®¿ÆWC~ËÇßìçúœTŒ¡âÕ¤^½Ïäg½ëÿwhÞßçê¯ ©¾9øê¯CƧqß›Ìùª¯yâùM$^ö>/Þ>2XÆ„¡Äl/àÚ'^¢ð¼û` Ý·¦Å!Ú>t£,Wññç;¹¥O6fo VJܤóȳçÜ i[ÚW?4¿õ1ùM0rÖ´qLž0êè÷TKñ…VûÐŽy¨ÚÍ!¢(w:£Å¡0€¡aÌÃÉ“&à&ž1Žä‹Fqë㯰éÜ{èg5„ÕÆ&}³oÖÔQL?£éÏB>˜µ“Q3f0%Û ãûàúèCnübå7çѽ:ÄgâÚÖçqã6†ÏÙ§µ=–B! )!Ä)oÉâ/9kÊT\®º#¿ ÑÙ”˜Lòà‹=UZùCèݵ”u.ÃÎîwôäOI àÜä®+ (šr³fÏbú¨žØÂý>1%1îœ<¸k)«4úu ´³mï›­{q¬cou 8»•Hz¤:`m5Ä…ŒD‡~¶ÇK!„„”âT$KöÄÉò§Ïb] ufL”Ðè ßÐp[[Í(èhúÑ’Œf4]_ñs̸øQªgü™×žCËæßx>´¹¢ö¶»Q\l½¹òÝB&õ6/þu7O}†G/|/žFr=c²ÉrÀÇË6Q¥åÐÜURºŽŽ‘‘ÿ‡G "é•9¦'6Ûçð¢l½ŽÍ‹—S ö|Ì{«ËÀQÎ`uÇÓ6ƒ‚QÕ§¶}>…Óî©Ë„ÙÚáyÑÆzý%s™9ë)jþž¨€dsŸß~)n„®µì:`ÎÓ·¶¶Ý˘Ygà¸ì]æm»‚3ÿóovt?gFvü¼m-N!Çä@›¢²ßí™7Ö,f¾¾‚Ó¾ù¯¾ð,w]ð.{ë3F½9k¯ûg}ù0㢕ãk›1šž1P¾©„jm(öæ†F±ew¥ûècäÃjwã“ê0êêx5š×Û¾¡˜<îºår&e˜‚ó:Éû–×B|Zè{“6¥ 'Ïö,«l¢î´áõs¾‚ó‹ éúÄ´¯³¡Ú¢Gþ’i‰çñö[±ÿ£]d]v)}m?o[‹SÈ1iiÙj ñ Ýïv2ØIû î;ƒËæžÃ¸ûçðÉmg…÷^­’Õ K ÛEôv*xÖ¶¯'¢o!ãï o·é3ÖB,¯è)§vBIH !D³dÉžèJ ±§q×uyŒür®Hü#׌r²ë“'¸}LxêZúÛ y¢¶°¥¤3÷±WÉ™9”$[…eþ†g) íAÕGñ—÷naLäAvh\rÖ‰i·ϧüýc¹2ˆÖðýòý`éC¼­éɽV±€kFÍàÓÏóÝ[‘Ò–£ ƒƒ·?É¥K.繟Mfó•¿dÚˆ^Äš\ì/ZÁŠš3¹ïö Ü|E:ÓæþŠYŽ;˜51›è@[¶™xÅ9¤ÇNàæÙœûÂl~q³Æ÷ÂîÞÏûÎjœ[/;Íó=¾ñu—þ“»Æç™ÿ(Ž¿†šÆ¢GFãŒ=޶Ofü´|ô‡à¦Çtf$c©\Æ^ƒÇ ›“œAõ§ó·ß@Ad9»´áÌ83D½×ë™Â¨+¬ÏEÛêµ¥'Çyí©7Ⱦt‰V›Ž-¯¥øŒk¡ï§7jSÌ8n¹*‡)O_ɯ~ÏìNö|6‡û¾Ðóç+égkßg5TÛƒ ÕA̺$ƒ7æÜÂkÆ!<2=óÈ’EÃqÍîǤ·§õ´”4laný,#Œ~·Q`ïç¼¶ÀEï~i8µƒ¬\Y æ<âl-Ï>ïÒ¿òÄ«uœ–ifÏ—Ïóàç>ý~V0á—Ú¾6ÚR;¾o¡?áÍãpËK)k{,…BRBˆSž,Ù]‹Awþ—·s÷_Íy«ØzpÑSóùãÌô¢‘%ïÞxf/7<|¼|XºÅÙþÓºï bˆaÒÃÏ0ûòÛxô—çƒ!–¿z•óÎL?!í\ͼ§æpÛîàÃÄY“øÍËs8'±ù“žv?e0&œÎÃó?aè_žà¥ÿ<ÌsƒýìÑŸ±çëE1ìžóñ¿ç¡—ÏUs@=GÍfÐ¥çnŽbè]ðvìïùãKwñËçT0%0øêט::6ÄÙdkeŸ…ûïwðZÍOxáÖQ8 @·)Ü÷ÆÞq'sg-à–¼ãhÛøîd_õ2/”Ý̃/Ü̬§ƒã—˜5Šs{EE†h&Üÿ8¿¸úæ\w)s 1ô›ù眙¢Þ&Ù‡Ðu…uöÕ¦zÍ9W3÷ñ}üîñ¸ü]_ð5G}ÎîŽÕ,¯åø j¾ï§§6™óny—w£îåoâÒ'T¬)#˜þçÿpï%ií>Ø Ùöà§”ìK~ÍÐgngÓäë9»a6Öp|sÃÔ(î­Å©ÕzZzàbKskrˆ~·ãCî/_ËügŸå÷{ê¿OzMàšçeJB+3Ïêaùs¿aînDç1õ®wxèWYÁï°œöµÑœÓñ} =ÎÑaÎãðÊëÖžX !ÄIÊÐÌÀxõ×xžþÛsT”à£ÿ|À峯”ˆ !Úìõ—ç2uÚyÍnû䣹tæljª«Z|ÿïý“ O'.>^‚)DV]]ÅÕ}ʽ×Ï`dï ˆ‚””öìÙsô…Àæž5š‡ÓÞdÍ+§ó„šsU‹çWöˆÞzýUΛ>£Õc¶E ?gÊÔsس{s_|‘gž}~àÜ@P ªÿ)oð{uývwýþ@4ަÿuI¥ !:Í’Å_Ùäw!:Š3:æ˜!„B!ÄÉI–ì !:,Ù'ZuU¥A!„Bˆ.@RBˆN#OÙB˜Œ ªªI „Ç.×0¥såÂ=ÈB„¢íTUÃdì: ádÉž¢ÓÈ’=!NmE!­{4eeå !„BˆVv°œôäX4­küãŸ\!%„è4²dOˆS›ÅlaêèÞ¼¹à{ttKŒÃ¨%0B!„ÇAÕTÊÊ*xÁ÷\sþ(ü~_—h·$¤„F–ì qj³Z­Œ”E”ÃÉÛó`çþJ²|O!„⸘Œ iÝc¸æüQŒè—†«®kœkIBJÑi–,þ’³¦LÅåª;ò»âÔ¢iCózPÐ?E‘;!„BtÔ1–ßïë2É(„”¢É’=!€ÏëÅçõJ „B!Na’BtY²'„B!„ä){BˆN$OÙB!„Br…”¢É’=!NmŸ|ôa§×9eê¹-nÓuŸÏ‹ßïï2GB!ºEQ0›-X,V †ÐûÔšª¡ëº¯ Fňb4†ó“$¤„F–ì !FŽsÂ눉¡ºªšï¾YÒâ>º®ãr×QR\ÂÒ¥ßr ´UUe€„Bü襥¥ŸÐòE!6.–>}ú‘“›ò}ü~»vîbÝÚ5TTTȵƒÁ` &&†¾ýÑ+³ÙÜ%Ú- )!D§‘§ì !ââãOhùf‹…nv{«ûø|>JŠKøâóÏ8kÊ’{ô”§þ !„8%üëÝw¸á¦›OXù€ŸÛ·³øË/q8¤¦¥µø0“€`×Î],ÿ~ϘLzzF£Q©1ß¾};‹¿ø] Ù;“ñäOJIBJÑidÉž¢³ʬV[«ûøü>–-ý–ŸLù)y}ûሊ¢Ë\ß.„BœÄL&3YÙ½1Ë–-%3+»Å„”¦j¬[»†IgœA¯Ì, ÞqÄ<;»7 ðí7_“’š†)òäOHÉ? !:ËUwd©^Ãß…¢5Z ¦Mû뚎!DrI×4JKKéÞ#‡Ã!É(!„¢ƒ¥¥§SQ^ÞêȺ®sèÐ!ÒÒ{IÀ:(æUUUüþ.Ñ^IH !:M«%)çç”?qò6V+ç‹û/å¢Wàê°2kXóÆÃ<øê&¼2£…Bt ÎZBv²µçTøéJ$!%„è4²dOˆÎKŽ|yÏT&ý|<½–:½ëuÁ]¹š€·GÂh¼5_àLƒê݇»rõÿøÞÍî• ùluê11¯¥dÉ"¾ßV{ìëÇ5Ž|ÿÊ_yuñ~|ÿ«~ !„¢ãxVsÏ€(ºŸÿ.ûå®$¤„G–ì ÑžDAïÿ$çèçØç *ûÞ½†k¿=“.|ŠŒ×grÇ×5tµœTYñS$çü ]-Çd²£ëU$ç_DYñœÿmüE̽êrnÿ×Nü?¦yöcí—Bˆ.ª’O/JÆd2ù±ÄeQ0ý^_]I—½\‰"½_úætÃ*ÙL!DgY²øKΚ2—«îÈïBˆŽf¤ûÏæòí´hbm&/9—Õ¡‹´Þ]¹š²â§pZFæÐ—Ѽ0[“A=@bÆÅì-œÆÎåWØû&ì1ƒd¸…Bˆvjmy×üùó8묳ŽkŸv·GP½¯ Үⵗ.!Íè¦bÛ÷üëÉ?0{Ø|¶¯ü†{Ø»^ÐÍYüêÍoùU°“èú©=%''„è4²dOˆ¢V°ôÙk8=? gt ÎîƒøÅõW¶¨å|÷âmœ7°ÎèzŒº‚ûþo=µ‡x´2Ü>•a9=ˆŽŽÁC·>S¸õÝ­xÖ(åËÇg2º·I IDATW,Îè’Lãîÿîlö^FZÅ®Ê!mÆÛì ´£?ºFÕÞylYt;¿¿Gœƒü‰CóoÇ`P1[“‚ƒìeàO?$®G>»VÎfËâ‰Tí×±OßS+Yù÷›˜:$””RR²|Út†]+}ùl²RRHIIaôc›š.©óná• {ÓsôÝ,®h©}ö¼w5cóRƒu¥â§7þƒÂFk,½?<ÎEYÁ}úžÁ5Ï~G¹zì|Xö œ=8ØæìQÓ¹óí£cîYÃ}CSrïê£c\ó—e¤0ùå]më—BˆSÂܹs™>}ú‘¤ScóçÏgúôéÌ;÷Ä6ę˨qc;þ Îy¯|ò"c•u¼8wnì|ãbò¬˜ÍfÌöžÌ~‘µ‡ÿjå,ºoC3b‚ÛÍ‘ ¸mîúã¥oŸžÍØ^QÁmÑ9ÌxmGý±ÔA¾þËLF¥E`6›‰î}׿º–šÃWÝ+¹9ÃLúMõeTʹ‘f†þmGðïjKu¶ñô`3ŽŸ/ :TOr…”¢Ó4\¢'Ëõ„h/ë?‡³Úøá͉é˜*vãÔ 3Ö>zS)eâ­sxg”“ÝŸ>ÁÝ×O¦Dÿž]žŠI«cË’¯)J¸‰—Ÿ@\ ”e/ÝÍÿº„Äþ_q{žpñç2í3ÿüOôÑXõ÷ßqÇ/fà\º˜Ûó­MsJ€®Ó楮Šåì\~öèT{ !*®ºZ§z&“-xuÔἋw3ªk=ÎÄ>Äõ|‹ºÊÕ(y“}ë~GÚð׈ˆ~ܱ-|ú¦=¾‹‘Wý‰¿OÌÀvè;ž¸ñ)V¡}´-±Óžáò±bÀ–˜‰™} òL¥Ì»m÷¬Ç_>¹Ÿ q-ýûŸ‘ØçsëœËèo¢jíÿqß½wpuÚpÞ’‡åðn>ÃošÃ­™fö|ùþéB.7~É¿¯ÎÂŒ‡ O]ÀùO`üoãÕö~þ Ür.ÛõEüãâžm:ØkÚ/!„§¢7ÞxƒéÓ§3}útÞ{ï½c®‚:œŒš0ao¼ñF§¶Ë`‹&Ò>— #ñÃ.á¾—¯$5ÑÌ¡^ææ›®ã¢Œ1¬ú}_¬Z5k?ü˜µ17óÚÜŸ’¢WRÛ=+nÖ><™ÓØÍ„ßþ…wÏÈÀT¾ ÏÐn˜q³æO“™ô‡ýœqçó|0ÆÉîyð»+ÇQ¢¯å¿³ÒÃû»Úb݇ÂÜïÔ )!D§‘%{B?½r=µ¤_~ÊÛ, ê˜mŸòðÓ…t›ý oÜ;*¸mÒpb·döÃϱþ‚‡TŸa°¥ã¬3&âN¨ñEÞµü÷«ýÜ’—†±b?_Lß~àÉ_“£ú™Yöéù¼ýŸmü6¿A²PâÎdîæÊ6÷E Ô°íÛ HΙLLÊhüÞRjÊÞAQÀlíŽb莨ú‡j †€¯ õr0D•x9Cï£|ÇÛlûv:ù?Ybr´?¶Ußòä³…ÄÎx›W~?§p™ùwäS”7ÚןI^~>¶#I¨úÿªYüÀ\ûq&÷}øW.H \õÔPçÕ‚ ;ƒ{TÅ@Dï3ùYïú÷ÍÁûñû\ýU!Õ7ç‘Pÿ²µàzn™u€qÈÝ6’«^x… 3ÿÈ@ï×<ñü&/{Ÿoó C‰Ù^ÀµO¼Dáy÷3  1hÒ/!„§$›ÍÆ{ï½w$)õä“O2yòd,XÀ-·Ü„ xï½÷°ÙNð_ ]%à÷ãõVSZò=ï?|#ó}±\tA"0`È;‡‹òê÷-ÈÇóÁ[\üùªîíK·Ã}É<©“'à<\ä¡y<ðø:º_½ˆ÷CÃ#ýÐ<|r=IW}É;Ž n›\@lIo~ñà3¬½èq†´%Žê&p(¼ýN’BtY²'ÄñóîZÊ:—¡?í{L2ªá¶ag÷;ºMI àÜ7B!ýÍóû ZŒ…Áo¾ù_| ×^{í‘×'OžÌ›o¾Á^¯çÄ´G÷Ѐ ·ÑÇyÛÑ×ã†rÙœ9<:!Ÿ·Š]óãö‡ß`áÚ=Ô™8| ®¢Öí!Z÷Ð͇Ïë9rÛϖŬ©³3ô'9X¼ÞpÛ°)¹ ¶965|ÍŠý.úÆzQuÐU/^¯'x$Ÿ ÐÁ×Ô@óuÓøõ–ö;EHBJÑidÉž@?|•M³›Ýfh¸­…Ëtµ> ¢ëèýä|žuLIæ˜4":°;qÃÉ›¼Žª}ŸPVü8ûŠß³/‰n|u+0(Á ×mѧc0DQZü eÛ—`‰È$1çA¢“§€áøo‹©«~TLXMí¿¼’>S\ÿdÞíwò^Ÿg™‘nlô½á5þ9Ý|*ÑAVw#þ’˜9ë)jþž¨€dsŸß~)´iÝccnP0* úTtù !„8ü7"Œ;j[­VÞzëM.¹ä>ûìs&O>ƒ·Þz«ÕÖûÛݽþoXú¯yóï3H±Úˆé–FzG}CÇ[ô7.¸ðÏT_ø¯=9šsóo<ûõ`Yúá2tŽþèZðXJo&‡÷;v›^ÿ£ÕoW0)ðÐÔq¤Ý­ÔMã×[Úï!75Btš%‹¿$""²ÉïBˆðYS†‘cñ°òã Ô6ÞÖ³€¾öà¶#)_­œeó6AòúÇ*aÖ1”‹JÑ*=róÈË;ü“KVw{Ç?±Ï Ýãl²'|IæèÿâótcÓ’ûÀ…Ž ¿w/(NtÝÄúÏ®Ä]k¢×èÉ>mÑ=Îîd€¹{Ò.V}¹¥å›‰*V¢¬à®t£6WFê4ûï?˜õ1¿½è>–Tj€‚#{8cÆcܸqŒ=ˆ6žmßPL³n¹œICúßý“B\{¦à›6AÊHò¢,)ÃɳyXµ`Sƒ1¯`Åü"HJŸŒÑôŒòM%Tkíë—Bˆ½aB$ÄÕjåÍ7ßäÎ;ïäÍ7&£Âù9®öD¥ÑȆ ìCfrÆÛÝ[³‰>\}ç,ÎÖ¾‡1°»õ˜dÏá„RÃr-)Ãèmq³òãuÔ4ªÓÒs$}ìnV~¼žÚï«YúÑfHA¿º1šÔX8¸¡ˆJµQ{Ñ[­»¹×[Ú¯½?ÿßÞ}‡ÉYÖm¾f[zï$$Ô„zG €ŸE¥ˆ€€€¢Ò” â«€Q‘.*¯(U颢¨(ÈkA%`€ Iv7»óý‘ݰÙl I6áûŸå׿y 7]~E~Õrx¬êQÙ|bï¼vÇ×sÑM÷çÁ»oÌuw6]á°y>CvËY?87»Ìú^Ž:ù¶¼ÐNÂÓsÌÖ—¿æ{|?÷þöùÓŸžÈÓ³–-`í³ç¾~_Ýwc¾õÉäÄ_÷Èn'ž‰=’ÒÀwäÄ£6È‹ß;2Çœÿ“ÜÿÐ=¹î¬ÃóÙûÊÙñ„#3¹g’ªQÙyŸ‰)?vV>óµå®Ìý÷=’çë—ï}°FERËrôèÑ#§žú¹å £–/iÚv×iì¶Ÿ'sÙyW厇—Ç<y©>M‰T›!Q¹\NMÍ©GOÈÌËÌGθ*·Þ÷@î½í‡¹î¾çS?pלvÜF™yÙ!ùØW”{îÿy®>íÀsW9;îØLîYN¹rdvÝã”ù|>qö÷sû½÷åž;•uY6Pk«Î­oõ{ÃËwæ¨ dìçê;ÿ}u¤tÙ £Ë¬ŒDªo¶9óg¹yði™vñ‰9ð› Iõ°luܲßÔQÙì´[s[¿Ïåóß>&û}µ!=×Þ.¾àÎ|ùÐq]¿bZ©o¶=ëç¹yèi™vÉi9äâú$}3f§£³åaûe|M[#ßÜUö– ·7‡4áøÌxì€ ÷î¤Ô+¥R¯¼2ã÷Y{«§¡¡!¥R)+ùÿj¥Ùå+?É…}NÉ9_;2·Ö–2xÃÉ©IRªhjV]¾øõ|ôòÍãÊ7K3ùÐïæ½»YjVÕã>’ ¦ÿ";sR>w˶¹b¿©lµ¸ê ŽÎe_ÿoNþúYùèÿ.NúªûȤwLR’RŸ¬»ãö™póe9öÀo'IúMØ%¿ðꜲßZMâzeʉÿ›ÿí{Fκô39hzCz¬µM>pîÍ9ãÀ±M¯©ÎzG]™ï¾tB¾ôÝrØ·O7lÝíó¾ñ½ÿw²½÷µçØT—vk\ÕÍ‹eÖ§\N¹œ]à–¦zÃOæÚ ŸÏñ_ùB¸~ñèK5ýGfòûF¦¦¹Ë]Ëy,™²O¶žö³Ü4è´LûΉ9hÉg©fß]GfÓSoÉ­}OÍç/:&ïoú,õ¡oÜ‘³?:6UårÊ©ÎúÇ\—«g~2_¸è¸|dúâ¿«Ã×ß1ïŸÐ+¥rËnýx¯{ã¡òâ.]ø}µýXÛÆ}E’ÊOû‰…ߺè;yååYI’Ûnþi>zø‘Ž\`¹]såeyÏ>ûµy•½oøA:ôðÌ}mN»ÓÿôÇ7d—©»gð!Š «±ŸßvK¶Ý~Ç6år¹œÆÆÆ,Z´(õõõ©««Ë‹¿/km°]úÙ"¯¿òÇÌxúW¾ù-©©©IuuuªªªRQQ‘RiÙĤWïÞùÉ ?ÌÞïy_›ëòÚksòé_ÏgO<%k­½vû_¹=mqTæ|å±Ürà¨eB%XÝ|ëÓóñ£?‘ºÚU?„ö5W_•ã?{b»Ÿõkkksý÷¯-l}Þß½®¾*û½ÿ 4¨Íç{õî믹:û}à€vçñÚksrÿ½÷,ùõÜŒgsÙ¥—æÂ‹/¹=Im’I^OòZ’W›n/·øùµ¦ç4½~Q’†dñØïͳ´ £Ë,¿þ–¾DÚksf¯qï±9Œª««Omí¼>~ÌŸŸú>åÅ^£öÈ ÿ|0õ}>šW^y%½{÷IïÞ½Ò³gÏTWW·J-¿úüûökó`Ãøl0fPªæ=“¯8+”·É9; F°ýñM÷êÞÕj}Úé$ÍgX} ¤€Âè²ËoM  ÚüZ.§\^ÜBjQ}}jkë²°b‹dîù™õÌ-™ÿÚ¬ÔŽØ2•uõ©©©OCCÍÊÿ ]^˜ç»9þàwynn9IÏŒÚlï|á‡_Ìc}d` ú»›nÖe¯Õú¼<ë¥.}v`õæÓð–jªªª*=zôHcccJ¥Rª««R_ù?™ñ䉩X{zô”^½·ŒêÙ³gªªªR*•VRë¨$¥~ÙþÌ›óè™¶ k¶æñ‡¬o%ð–k¤***R]]¾}û¦¡¡! ǧ¼Îé¨ê·ä5•••©¬¬\á®z•••ihX¤ø¼í” è²WnlèÒHJ¥Ræ¿þzJ+ûb%oÇíÚÅšw) [¨¨¨X:-màJ_V©¢"#FŒÈŒÿü'cÇ­£ø¼½”Ë)76®ÒE¼ô⋯͙“ÆÆFEè¢ŠŠŠô0 ›m¶eFŽÕ-ÖI ¬F½$˜`õf ) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P) % P)R.—S*• Y–@ xKUTTdþü×à-ÖØÐ°ä{Ú*ÿ.¨ÜÀ[©ÿùÏ¿žÉÂ… ÒX.+@ÁÊår-Z”ù äõyóÒ¿ÿ€U¾Ì*eÞJëo¸aþü§?eâäÉéß¿¿‚¬¹›Þëóæå‰?þ1›L™²Ê—¹\Ô5W^f++ÕÐaÃ3yÊ”üßÓOgîks񯯬(«¨¨H¿þ²É”)2lø*_^—©u×_ßÖÞ´§žüs‡Ï<(ƒR(`0qÒdEè@—©ívx‡jtÁœÙ¯*Bª õY^«kK,ƒšde÷@[] ¤ ¢ÚbJОºzó*ù"¸FÕ°«¥žÿT¾÷©wf£‘Ã2dè°Œ>èÞÌ~ñ–²áZÙáKj >fç·Þœ{þ2g©í±ÚÕ«½ýjuYFëíÐÎvYmŽçåÑøj¹ê¢\ýÀÌöÃÏ‚4Î~4Ó?°kšvIî~®>ÀÛÃÊ ¤^ÎCç’mÇ Ë¡#3qï“sÃߦ¼ºV¥ñ•Ü÷åóòûuOÊ×^'Õí¾°W69vzŽèwgμà÷™ÿ&Uû¯ç˜M‡gâIeÁªz?µOç;‡˜oø÷Ò_>K}3vâÆÙhÝ¡©©PÃW—'¿ù±œpc)¼à†Üö³Ûsë—¶IßC³ÞijѸ¾ípÖk•ïW«Û2V7kRMÍÈu‡~8—ö<>7ýæš4¶Úö€·‰•CÔ癫>š|å7sÜwóÃk¿’w͹&Çìûù<4gõŒ¤=wk¾q{]v?éà¬_ÓÉ‹ûlžO|jÓ¼pý7sÿË]¿óÿ•û.::»lwLnx®üÖ„w5ãsèewæ–3wÌÀ’®°†Yy잦fç“sò‡§fûm¶É–ëöKÕ€ræMwåÊC'¤æ-¬t;Uk僗ÿ:¿ûá yÇ0CÀÛÉŠR ŸÈw/x45ÿï[ùîÉïÏ;÷><ç]uJÖ›y]λã…4¶™$ÌÊݧï“m'­“¡Cwm¿ÓùÚ•ÓsÌ»·ÈÚC‡eȰ ²óQWä‰×[|á^ôb8ÿðì¼Áð :,ko¹¦Ýölj—Ìsßl7iÜ’yŽÞô½9åÆg²¤ÔÂ?äôM†eãÓcÜ”¹÷æÃ£‡e—˞͢ũB^øÅõù]åö9d§!‹ TžŸ¿^wBöš¼V† –!kmœw}é÷M­qª²Ö»>œÉóïÏ5Îîb(ÒÿÞøé|âŠW³÷—ä°µº2̸͢áˆl=aÄâu9)»wuþܲ> ¯ä‘K>™wMiZÏ1[åÐëŸ]ÒŠbæe{f­¦ÚluÎS©]ôï\²ó°Œ>ø™Ûb_|LöØxtS÷ÍÉ×ý%óÊ-·]'uî®5l|9÷ž±vœ¼Îâu:,¶; gÜø™¿äý½’‡¾z`vÙd\ÓkÖÊÓšö—ÎjS®Ï‚ú¤îž3¾iþc{ óæ=˜ÃÇ ËößúG;-ZVA½:œ~emçvö«"öÝ.Ëœ3ºtØuvÎy Îc]®{çu­½ïøl3¦½åt²Ý:§M;5‡OØ!¾"õ/ÎIDAT:1=2?uŸ¼ÿ¢êò•ësÞ¤†üáÊÓòù˜þÝ›“Ö{=ÿxèWùÛ°ãsé…ïÈà†òè•ÓrÞчdøäûrÒ†5]|Góóô=O¥¼ÞéÙxÀâ7T÷Ësħ¯OÅQä¦LLÏ9ÿʳ=×^Ò­ªjø–ÙnTmn¾ÿŸ©Ý{Ëôìt•YëàŸæéC*Rª}"gžÓ•õªÌàÍ>˜S/:4k ©Îì?~?Ÿ?íä>nÛüò”‰é‘…ùóùûåÝç>ŸýJ®Ùul*_}.µ›Ku^N’ Þï;ùÑg&¥GJé5bÝÔä¿­ÓÅ<1}ß¼÷¼²ë ççºmûå¹».ÈŸÞ;ÿ,ÿ*?:xLª»RçnZÃÆyùÛæ¯CŽÏ%ì”Áu3󻾞sÞ3«(ßÿðÚ©jœ›?ÿüîüyàq¹ä[ïÌèòœÌ1!5]©Mó{ÙþÜÜzÎv铤jà:éÇ ßç:ž~emç´³_±ï>Ù¥c¹ÃsÆ„œ~½·ö<ÖyÝ;ªë ‹_2fïœ|Æ^Y·çì=_ýuÎ=nz~ñäœ4¼otª:©ÃñUïÿ€@*‹^ùO^Mßl8¬W–ôúª”±ƒ“yÏ¿”å¤O;ÝÁzŒÙ1{ìºSúe§LÉ=ùñÁÿÎNùPÞ½~M²ë¤¼~ëM9öîßæå“'fÔœrÞwÿžIÓÍןê$ÛMªÉ£wÝòÏB¯¦yî”=wß5ý’ì2¥œû'*·ýò…|fÃ1]{³ ³ó̤zÔºRÕüÐŒ¼’~Ùq—=³ãƒS‘M³uËiª‡gÃáÉKOÏ̤ aJ’RE–¯—\)½7Ø+ûoÐôëÖ¦ö¶çðûÿ’¹'OLÍœsÎ…Oføa·åº/m›¾K/]]7“6žôÆú-Zz åÙæÜo?•a»5WŸ¾ÝâyLÝ:ƒžÙ"Gžwiþò³³iU:¯s·­áë¾×SÓ/Éî{îœÑïß:Ÿ>÷Š<¹ß™™RÙôšq»d¯©;¦ß’ÚÜÕåÚTŸ‰OZ2mæ¿Ïu4ýJÛÎig¿*bßíÂ¥áʯtrÎøLåŠM¿äœóÖœÇ:«{yvum:ö{¬¿w>øžÅÇÂ;6©Ï½“?Ùb9o·iïX¹'ç]ø— þÈóý³vÉ€R’ù5¹±Ïô¦x±óÚ¹['û?°Ú[)CY—ßÄ3­õµ^†dvž›ÓtÝ¨Š¾YkLÿdÞ‹™ÛÔ=ÿÛ<µ0yrÚ6ÙÔMeÈ„ró¼äåg^i³+TÅ€ ÙpH2û¹å¸jVCmæÖ&=úõHó×Õ^›•“ö(å§m‘ýb¾÷гYØò­UôL¿Iス©k\U›ª.3î8'‡î¶iÆ–!km•Oÿª1©ŸºÆ¤nÆ#ùËüžÙb¯IKñ\ž%4Íc˽7~cC²í{6Jž$O¼Úö›[¦Îݶ†m¨™]öÝ(yöá<9§q¥×æ­Úç:š~¥mçn´ï¶¹Ô7qÎXÑé»Íy,Ë_׊þã³Áà–Ëéx»µ»Üç~“'æ×d«}6Ï€Ò›«mUgû?°JÜsçÏÓ·o¿b¾Ž¯è *ÉàÌËÌY RNŸÅ-V½šg_Mú¬?<=»Ú„¥²:•)§qÉ—ŽR*ª+’ÆÆÅ±V¹œr*³ý×nÏôZ~½*¥zà˜ô΋mÍ45•IcCÓ·§REª*’Eu‹ÚÊ*z¤o¤n^Ýã_õX/GüàÙý—7䊋/ÌÉû^”¯ðÊÜ}á{3²*IcmæÕ&¥¾}S]±j6TÝß/ÉOÏÜ|5Wœ·}F×¼˜»OøPÎ^2~QSVhpòr›ó(µ|®í·t»i ÛS*-yû« 6]IVA½:˜~ÐÊÚÎoå¾Û•c¹ÓsÆŒN‡7qÎ)â<ÖåÃyyëºôr:Ýníi¨OCªRSUñækÛ£WÇû?°Jì»ÿ…-k…¿úWÚ6;ŒHþ|Ëïòjs ŒÿÜŸûþ[‘MöØ ½VÒŠÖŒÞ"ë×4äo˜ŸQl˜ 7l¾m #zuí;WåÀŒ˜¼üÔ?Ònc˜ª¿vÏÔý÷y¹e—¶R¯¬³ó¡9û‡¿ÎÃgo’çÿ÷üÜþߦÔ¿˜ÿ{)ºþÈ®u5{þó¡<‰ùøçÍ;·Ú8OÙ*SFÖ´¨Ï–Y¿fa~Ç“Ëö«è‘~=’¯Îï°…EÍZÛdRÏ…ùýOåõæ_É£?{:¹U&êâîÒMkئÆÙyüî¿'#6Ï*V}m–þV¾jëÕÎô+í½tq¿Z%ûnŽå®Ÿ3Êmn—•rÎYç±®ÏÕu%œsÚÿ›0%ëTÎÏïïû[»ƒw©íÿÀ*1oÞÜÌ›7·e­øÿš{NÉ'>µU¾÷…ãsì7¾–OL™“ÛÎ:7þ‘œ»÷ˆT®¤- žšSŽX'{ç°Üïô¹ûú°è¥üíï•Ùíˆ}2¾+ß¡«Ff×÷OJùìi9î«å¹Ã¨ÔÌ~83êÒb={gƒÝ7L¾pžš{TÖTJýswåª;ægƒMÆe@ãKùíïf&5“2¸×â…6ÌúC~¾&›ì:aq8Pÿ÷\°óö9{ðwóômïÏÐÒŠ¿ÿžc·É:97WN¿&ë²EFô|=OÍZÔ¢>»æ”Ï^4‡ôþ|ŽÜu|z-˜™zí”ýw•-&õΜŸ›oþä³Ù¡Ï¬ü§qÛ|ø­j,ó¦?ž›?4"o˯Pݱ†‹þKvÛ*_{CžþþÔô[“êÝXùåÛòÁMËìsÿ˜;½ÒZΫÞs3žÍe—^š /¾äö$µI$y=ÉkI^mº½Üâçךž_ÐôúEI’4æm—ý»¹-C³ç´2ù¯çåäžíàj\µùë¥'å’—§æ¬“¶Z Ìÿûù[¿=sÌÃR¡†jX@½ û¨Ë¿n½Iº>†Tëh¤Z¶Š*eéVT‰ÖQ««r«Ÿ³l6´¨Å­ù±ån!ÕºÛ^c‡Lm…RÍÝø*³t«(]õÖ åV÷ÍaSË«é5´ºo^µžO’öC£Ö­œ*ºpßr:aÀš¡½Pª³ûÖÓ/Ñ•@ªù÷În]™/«—¶Æ‚êìÖÑôG¥vk@µÕ"J°fi«ÅSËûöÆ‹js ©®„G¥D¼}tLµ÷ºet5D*­àó¬Ê+øü›’P$] Z«P3`õÿ2ã¶?![IEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/cact-basenames-tab.png000066400000000000000000002452721433352025300242240ustar00rootroot00000000000000‰PNG  IHDR¤šƒ7sRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÛ 顊0 IDATxÚìÝwxTUÞÀñï½Ó3™™ôNB$t) ˆØ±ëº¯«®ØWßÕÕUwu­«û®«+¶µ·uÕµ7TTÄŠA¤H/!”Bz™L¹÷ýc&a’L %Hù}žgžÀÌsï)·ýæœsA!„B!„Bˆ}HÙOÓB!„B!„û}o$¢ì'i!„B!„BˆÇ¦”>úž©„B!„B!ú~Þ‰²–Wzño!„B!„BqàÑ{ñïîÞ‹Jك唈WÇå”]L_!„B!„Bì_ô.þ¶þ[g7S½ µ-sì·jRB!„B!„¯¹/ý-–轡´ˆÿG{å;Q{Øà„ËïӬɃ¸øŒ#¥V„B!„B!böì±MÞʵ|òôŸâÃoE´.þv L)t”ê. ÕŒºêòKØ^ã–ZB!„B!Ä!¡ºÞM ¸{ƒÅŒ•DWÌ™î§L&Ô~òôŸÒi|Š| ÅZÿߪǠTW©vÁ¨²ªfi…B!„B!„8dT×»©ihfÕŸïÖ÷‹ÆNCÓôNÁ£!ÝŠ:>`û'Oÿ)¨ÈW âßJøo«nƒRÝÙ³& ¥ Gïaô6°í˧hZÿ%ZÀGÐß‚ðaMÊ%õ¨«‰$Cü„B!„Bq`©iðPU×ÄšŸ¾`Ú‰g2¨_ü.}íÖZ>ÿø9€§í€LÚbC±„Rˆ—0„ÿF£¢¥:éêéy{Á­Ú¹3®ÄÝâï´@°¥™íóž¥ê‡—8rd>“Ffcs&`2[0( eU ¼úþ×T»u .~kB€UQQ iÙBq°Ò½ìØÚ€5=—I´z`×¥ŸºŠjjšü˜Ó2ɲ«½û^ÐKmM#HÌJ¦·_ ƒ½®wwBqPØQÓÄó>bò±§‘–»[iü¼a;k~ú‚±“O"5œÆ–.ÀöªFÎ}¹/ým;Q¾/øÙ{ªuˆ_ÛÙ5r}=MjN´ÎQKî™ÂQŠ8åÆ ˆ·Ø\ZIuE5…YT4ê )*âo㦲øÇ…<òÀtü£/aÚÅŒ8’ ']*-[!ôû´@#ÅËÖPⵑ7¼<‡E÷Pº¾”äA.ÊýÌ–Ì¥ÚP÷Ǹ”æÇíñ%†£Ò}¾¶ÊëUÞ HðT´XÝß…gã66è=ß½TWlÇoŽ¡ Ÿ‰m¥•èûo B×¼ìØXBqy=î `ŽgȨ<,¥«Y¶Í+¯ˆQY6Ti³|]ï³}@Ú‰B4”ð2-!– ¦ïV) Ö„Ój­hévG(èÔñ2*í;±ùñXÂih›øvÉ|ØÈ?l¹{¡!õõ>°ç'”Z~þq 6‡#F¦aSÎc›BìïTeçQRÓô=N«5¶-ÝÙŸ׫t¦O;b—Ò¨©«gã¦2±våç°}Gµõõd§Å“—‘@ES×Û% å ¢¼€'" ˆŠ|E¤Ú§ºÔ@‹²æØ8Ê~^Gæ¯Ïæïù*”/åwÏl'wDïo0öË€”¯C2ã3@"ãsƒÌÞê''3—´’%ÜþN¿=.Ÿ3.GÝ?¿gE\!Ù¶ýã¶G÷W³te?ßu:C³ËG†! t¨]äËGŽÝò‹Ý´i-•¬XQEÁ„!üùœ 'šP R»½‚ù ×ðæÒjr†åoÜÛy‡·+:¥Ðãù;Úçš®£íw§}ú 0O=†ë'„& xý4?Õ-6ÆwaV`ĨDô¥ ´dZÛ‚$Òf÷b]ë6/ÝÌè«~ÍÌd¨Xø-þÔÃÀáéX›7³¨:“§ï=Šxxéþy,É)"gŽ%ûbسJ ËVz¸ì¶_3Á ”-áŠç·ÑDzçŒíØ&„%2À³‡ÇEQÚÒè*ÝÝpj·i\}ÿû¶£§tkêê™8(ãǤ3óåyÄÆ†®{ŠK6sýù“qÚ-|´`3uÍ’㣦ÛA|D0ÊF)mXŸÄ-(E¯RѶÁžËW­fÚ qàw£o˜ƒ¹~=6“‘ÛqÙÍ—5â˜(ÿùKF â¾W¿%³èTò†‰Ä£„–æ ÎÖðAÓÆ 'õã+ðŒHÃÔXFYÜ þœ¾“pºˆVã ñnZ˪Í´BÇgsl™¹¹äÄ™:ß hJ×m¤´ÞƒÇ‚­Zì$§e2 +.t£¬{ÙQ²•ÒšF½ÐQß’@Ñð¤˜Ô–m¦x[->Œ6’3úQÐ/ü]ÍCéºÊ<¸}¡ù Vé©vü5UT4úÐ#±I ÎOÅaI!ßẒßÈ+ãP`=€Áh xÑbnþiùYªHf°Y ÷÷d;}ºžÊPÐP¾• ¥ÕÔ·h ˆIHÄ Û0´¥é£té"JÍ)Œ“=_šŸš²-lÜ^KC‹†b²‘˜šE~v|è&±µüêÝxüZ(_F éý”·Û Ý_ÍÊ5^μê$¦'G~b >=“NKçè¡K¹éÕ-¨Ã²q«Y² ˜zÌdNCÁ½u9 6{!&›qCMhºÒ»¼¯°Ññ¾_×»èºh¦´d›+šñé ¶Ü¼ÎyÑü»V¿]Õ_R#&aÅOížÔ‰îf{C § ]”­yëþò£› F2r\|òñzRFYY7¯ŠØì•Â8µû}ã;¶íN^…âÀ°÷{Híyº—ï)Ý-¥Û9ñ° 6®?23_ú¸þü)$:mT7xX¹¡ «ÕFb|\Ôt;ˆ £ÌáxRdϨŽOßk J)tÑKÊ%¥ÐC©„qçñÖóç2qÒT¬ÕËðÇš²fæ—4±z»›œx3^“ƒ+U~æâJXEYéjÜM“°Ú]Òº…OW’uç4§ˆÓ?åýzq[šsN>‰­Úb‰S½lß¼×aãyü°’¬  Q·m³?ZÆ×•”dŽ8{(Û¸ƒ¡ÇOäú<鱡Cøêkøá‡¼´¨‰~EI¸KËI3„‹ “hÆëKyøé•¬òùH=‚;ÏÏ"ß¡¢»ëYðÝ2žýÉKÿANjJv0ä¸ñ\—ç"Ó:-x«Ëù|Q ŽScb?FÝGɲ•<öñVNJ«l\vÅ`Æ›‚įŸgêãˆÛ¶‘˜Q#¸û‚Žë)§ÿà8·îæ6¦¶¿1ÔƒÔo*†1Ý”aìX³ ‡ró9S(Œ3€î§ôçÅÜýAëyÍÆôߟÍt€Æ Üø`1š+ÛåË…kÛ&ì#‡qÛo²è2 5׳há þý}©…É4nÚY~é#* {øiþ2ž^ÔBî ¬»|_ jÝ6òN=1Œò0öB^^\MÑÁè#Çpͤ¬FrÃø9üyå6 õþrï¯L¨wĬ ¦!G3ë*”/ኧ«ÑˆíeÞgñ@ib§»ñN×þ:Ö®©fÌ ¹eTñªF}½†#â&[ zغª˜˜Q½¬_ÍGyÔú[½s·¯–¸=©“| >Ý„ËZÝà³Oᳪ˜y÷·h'pX.äW¯å£ù^ú¹”­ÜHܘáÜ~~NÐñ46R¼j Ï|·‰ê&·vWþÏ”bwȉ¶<¹˜Ú#ŽˆÞž[".Ë~Á6Ûu­ë~*UÈ;f2Wì˜ÃÓ•öÐo®é{J‹qŽëb¿ß‘€w›Ò·û@ š%+´î×ñÌvÒÒ›)7fòûÿÏèd õ;¶ó曫XœGf´@M°MÕ±œ}¡ RZ®“•fåèii¼öf5^gf¥»}ã—8¶%CåF6ïj^…âßÙ =¤ˆèÉÔuºWßÿ~Ôï·öžêÜCªûtí1vf¾<ëÏŸL¢ÓÆ¿‚$8BÁ¨™/Ï#5%…8—³]Ú‘évà £LÁ(-€jÔ¼õ |jø-(EÇ€TTÑÆ ZsqŒ½€¿Þ~'·\~2›«u^ø¡–I‡fÜ´þ,ZºœÅÅ+韮ÓàÈ¥_@aìØ±ø–oâÓÿÜÂ)WþKZ·â Äߢç2…Ž—ž ŠÍƱÓRxëÍ­l‰Éãš‚-  Š™$kÍþ^s ‰F?µõ—•¸Œ,λÐÀ¶û–QéÌ'¹õ ušº…… ¤›BÁoЀՕÀäã'3"å[®S ^•ÓÇe2Ð:'x} VSšf7ÉÇÇÝí€FCƒX§‹ñÇN&Û4—?/Sƒ¢¢D2Ãé·`Àš˜ÆôãÓBù F3ýGŽâ6ß\õKÇ{ÕíÅXšÖýzêvs—Ùžko?‡O°¥Û2ÜRãÃ<þ(þy”³í<TL$ª-4jæ'k·—º€N ¦L†Pä¾í%اÍÝìm§[Õîâð©G0$y>×¼_æk_~Þ «ÍÉaGO"Þýwlq02ÓºKCcô–ZJµ4þ2,Ô¶Ê¿˜ÇCË\%[k¢ø³ox8ådnd k|>Yß®e«šÐîæ½óÙ»ý;=å]r=Ðîš@÷±c]…¿:‰Ë†"¯†ÓÕþÒ¢yãb»këW×h,Y‡µþ¼Ô4Ö’wÂ1{V'›Û·a¯—Ÿ>7^=t•µ³‚Ô®ßDü±ÇrÇØÐãë«ðØœ¤9œ äDSƒŽ­ûò×ýÔÔ8'Ú>àà7uÕž±˜ä_¶ÍöY]·/'ÝíG‰±0é&²ö¡¯ùÌÝþ¢»Ûý¾}9õÕ>Ðq‰ÎõÜLq¥‹¿ü¹ˆ"ôæ&¶µIN´ànð£¦êQ~qÖñÕnÇ7`$GÅuxôÍ×\=„Œ‚"¦™¿b'\«Þ;ñ ÛJ‚¨M.nÚ¥¼ !Äc_Î!iÚ¤qíþÿù7 º\¾§tsúe`³Z˜ùÒ×ÜøÛ)Ä;B×+5f¾ü5¹ÙÙ¤$'vJ»›9¤ì´ï¥ý©{‘wyÜc@ÊçF}?þˆ+¨lqsÝ?þKœ%À GM&ÑjbùÒ¥Ä`¢ªÑǘ~^”5qLLy.†O<Šëþtg—i !ÄE÷ãšÈ ߇nýa•GŒ`Ì "¦Ú¾dÔdë?_ÿØ‘)&¬ ;rð|ò!g¼§ârZ±Z“¸äwã8ܚ̄dÏ7p9ÂÇø`0â9©A~xî=î)†Ü#¦0óä$\£†3í‹/™í۹̳ïqOqÕKlL6·O´ͼ÷ø^ØÀ1xO\”CƸ²¿ZÅìíÒÿÇ–8.»~Ó]P;ÿ3~7«¼ÓNäž 6\3IýxUXÛÝLy•LfìÊzvi×S“žCä\ñ–¬þÔvY†n®îÇÝSœ€ÎÆÏ¾à¶Ï«iÖUbS’"Έ>~þ#žÛ®`´&1° uMsäí*^%“ 'Ø Ëß›Ã] šq ÇÃçgã:œ>›ÃÛ¾ÄõcdÂy'qÓPF§b[\OS²)b¸Rúõ+X]ñ\{6cŠ1µÝL6ˆË%=¼‹W{pfä`4ÕNjºËê`P"ÄÆ‘aô³IëÐ<µÎMVëuÞ;ÞëèÁ >¿4«¢Ô˜ÃÕ €Ÿ^ý„.ó`0Žg/Ë ×¶Ê`?~¿ õ«ûªÙàMçÖhõ—¶~{¥N|mÝo‚üðòlî-Q0ì$tÚ Dó×±™~üm¬ ²äÍùÛbÎ1Óø÷Ù me¥+=•dð"rH¤¨pž9rƬhíÙÏ‚ò_¶ÍöU]£k#ÚYå¢ù¼âǵ#’¸ô¼Áwø‘Ø–Ûͱ3²œújÐÐ:\SwZ‡îG‹q’¬4ðßg>åírTyCûcܰ„y÷ýÂXª¶jqi:f`ë)© òaé.Ïr2ýˆ>ú®‘” o×ûÆ/qlû©‚æ¸þ]ä5ŸDEÃç—K!Ä+rN¦f¯oÓjƒô”nwëêøYoÒõú ´?­…G]ãõ¢®/2Ý(©È`Tk ªuŸ)gj HE>}¯W=¤z²×*qêµØ‡LgÓÓg‘?p[^@‹1†«×’b·±ÑŸDÊ€üf'Ë7üÌ—ÿ~ƒjIÍ…-€ñá®î[ymacŽtqúôáT 4ƒ·”××3õ(Àl"Þ a{C§NåîII´ÀlÀnÒ 5´Ö»[NCZâs3¨þi5KN˜ÄX£“‘©ï5tX&8ýõͬUÒÈ Ÿ;N¿êLN\Ìæ Å $Ðþ»vC=K*t¦»¬v#»‘ÍëÐ&ØP­6ìz€Žsý’w}=½ßF›±­½ÆtU%[Iï² Á’Až蕼õ}3ÉÃFPdÒøêXßÔþ4˜T0» ÁÆN½L)idhUÌþY£ßü”Œ!Ç0â”czLS!zŸf$Î:&{<>J¾_Kñ‘£08'P¹p5ËÝ c}€ÙˆËjæ(þ8) |ùñj–6Û™zòFZwwÛŽ“ÑŽ—ŠŠA žß¼ÝxñöwI:Š¢„oŸ¼ü43[#­4SéˆÁPÛ!yE%à׊ *z0H0|rêüؽõôz.lêÎóQ ~+Õi£øG7e¨¶¦©ëè¡™OB“rkzÄm©‚¢„‚,š¦E»³ìô^§ó—å̪+[»}( èá:í"pÑ.`Ѻœ)e{5äáÂÆ¨ÁV^\P‹»¿ ³æaûv(š¾%o®§,` ´TLªN°Sïh%"(ÒSÞ£ÜÈw²×î+г$íºeëW×tCõ§w®ƒÝ­“hûLW×'톕éZ”'É) ÷TþÑ×h(í±=÷¾Þú¢Íö]]GkwjL7_ZưëFPÐ?>â?ŒÃº=v*z_ïJ/Öa&£?¼ùøgl™\Äéã3ÈXÀsöòg|-i_ 9òB?¹ê¦s¸*òsk&§ä/áíF”øýéØf$-ÏÔE^çðLMòâò$?!ÄKébh]¯ž†^¾5F¤D Sz²×]ÐkWÓõ¸›Ûæ Íõ5èpýSÚ&:úý%ÔÕ©8ލévŒÓêeŠB™:£Ô(Á¨¨'å^5jçí«b¶£—W° r0ÛXÊ;_VÑ jµ“îˆÁ–âÄPëéòæ;òV¸ëe|U»³ž^ncZ:.Eoë%ð°gu_†mÛ£&sêhýög6g<– …¦`´—f vÑJª $tÊ©¿²œÍdR &1}˜Ê] Kp ÇØ˜PÙ¯,×£”}7&Tyù4¼÷§ý'rØN?F ŠÇغœÑA %¼·:À…F2Ž™Äÿ6/ä•eki0Æ2òè‰\[:…o_¸RGæÆª¼€ÕÂàþš¿jj$j¯ êþ^ç]G^ $%Zh^ç&èØ9ÿb±Cy¥dÐ_IâôíÜöU-zN»‹Vµ+õJ·­Mt¬?‡“aïÔI”Z ƒ;\¬è5Uì ƒ,5‰SF[ùûÍd™ÚíF½‡ò×£…8´^µg‚þ_°Íö]]wžÔS29lâÁÙY—]|>7ßþwŠ—~Fþè¤u !xº$¨šˆ5†Rž˜¬ûr5 b20o]ÁBR±+õxÂÃÕ¬võ[khÂIlÊpîÿc›› d¶Ÿ:â†-ò&ÀÀØgòº7ˆÕºÄn^ÇÜ{»I˜ÛîÌñ¤Kxiñ`nmeÐqÓxñ8–€ŠÅ[fÏææ Ö^t•í¹,Ì-[v}=½ÝÆbŽ”Ö'*b¬4öP†Fïþ»´¿Œ´Pxòñ¼6=ˆO7`®_õ®gA©ÎØ\…ÁgÂ+'ù1ªÕÜwßB¶udö—ñâ…Ü=>†agœÄ›§Òöä/Ïš|Üàè4Á{Ô"ìP޼¡Œ‰RzÄé9.3‘åï-äËô‰L³3ù´©L>­ýW‚¥+˜ùJfž‹ ¿˜¯Öø˜<ÒLö‰'òÚ´šÙy§S­ïuÞŠ›õ501 òÏ8‘[ßüˆ*rÈK4…êÂOšVÂK‹sûaV N8Ž×ŽñãQL쌸‚[v¡~S<©’nêoÍÞ©“hå¯G È*’[6óÚÊBnbbè)ÇñÊ)/§œ–†îËŸè=NzÓžM»Po}Òfûª®õh…¢`M˦fÑB^u"32w~ÒÓ±Ódlèó}à¾UZ÷ëÐÙêÄãwLÁÞÔLu‹Jbb(Ç5;<(‰ŒJ·¶Ú‚õ›ØhÆx@Ï?ò6¨¡Ïµ ÎÑSyîì$”œ&Ú¶ño?:¶iÍlóvW«3ʰs!„8p´ëqéêIx푞†§ìüñm¦k·Çðö7Ÿ›š±Ù8]®ðçðÄ»‹ÉN§_²ƒÊ†@‡§ì)]łԧŽ/µ‹`TdPJïжPø‚¤ûÓˆÁd¢¡¡‘w?_DÅŽ*Ôï—3¡¼‘3Î8•fÏá«yóA1ø1Í u¼ ÙB©`ÍlOïÄP1ĤA¿¸ ÍžJn¦™š µíRòåÜýÂ¥S²(HJ 0 ú¨ØQÅ*O ±Ö®½¾z/ªË øÙºb O½_޹_ê&o§»I]7àÊɤtögüµr8çMÈ$ßiÀbo}-›ülªÆÞ˜sÖ”’¾ëëÙ…mŒ,ÕžNjÙŠnË0>#‰Í~Æß*‡sîøL8 ˜• Õuf«…¯Ïû¿Å y1Xl&Zª}XmhêfHΤzîÜÙ0‚ßNÌ$/V…–F–.\ɳ_5—ã¢r£§ûHG‡áO½fŽ'/­ŠgžÃÒ)C8yDñF@£¡²Š­áõ^bó³p€Ìt¶ÌžÇ3ÚhΑ@¼Ùˆ Mµ¬_çFqÄŠ c IDAThdQ/ónN°òõ?‘}æ&ehª€IèÕbÀ™Éö?ç®Úáœ7>“ŽP€Â×ÜÄÖÍÔÇÄ—騥úqÙ™ÝÔŸò½P'Dmz”åârRYûΧÜS6„ǧ´P­%pXŽ 4 •ØŒÊ?Ö„ÒØyjl/Úsš½×õÖ7m¶ê:J°BÑutÅJz–‘9o­â˜?…æï€µ¶ûrŠKMèó}À˜œÑí:ˆ1c °¥ÚǰD;é±€·‰Ÿ¯äÙV²r,¡< ¡ÚÇг2B瑲bæ{R),JĬþZÖ­ÙÀJ-‰¡jÇ0óÅJ›ö—c ¶^çU!<‘O­k“ièТ^}·ãïš§†­¥Ô¹5\yƒÉuD™¢X÷Ó°£œòšÜá¡HªÑŒ5&ž~9ÉØÔÝ©_º­¿öBè]´G=H]ñj65ƒ11¢,ø=¸kwP^ÑLSC “Î;뇘Ð6ÎgÆË:ý¸0j=”—û@ÏíyWê­ÏÚl_ÔµÞÂŽµëÙÞÒz|ÜÙ{H÷ì`íºJ¼XHœOªEëy¿ßû@ëP›wP²¥†F_øéD3Žø2ÓÃåßáXVW²†M :Ø2(*Hh¿OûëØ°º”&,i Nµ ìGÇ6‹{Wò*„–G Ÿ|ø“=†fïn¥ámñ³æ§/8á䳩itéƒ: ç¾ÎÜ—þö¡§êyýÜQ~ÕD¼Zßk/焆úiìü‰Cï1 U²½f×îÍÜÌûî¶ÿO8ë6Ì1iÍB±;´&6·pU[@jóÉ•+}!ö ?5Å[8ãT®ÉÖñzüh31*€y/|Âsîlr\F)*!„â b·Y1UæÎ~›¬ÁˆsÅîÒ÷ëê›(]3Ÿc§Ÿ…? Ñìñéh­©B¦f ¨eg0ª¨ ¿ßDè |-têÅSöv­ÒL6“Ï¿oÒBÑz~\–ãªûjÔÁƒZUCEr<)63 Q¿c_~±”·+ÓÈN3Ê>)„BdšÜ^b¬f¦x&Ÿü¥»‘Æ´ϤÅÀíõ°éví©yÝ=I¯[=ö*.«––(„B!„BˆCN‚ËŽÅ´{=¡[üjꛂt•ÖR³ÙÙCª h¤}©vöj²·'=¤ä'?!„B!„Bzªëšùt#Ÿàùv”ïÒÌ©]¤;ªxoÎ7Òú„B!„B!aƒUÌÝËivÛCjÖ½¿¦¦º žRB!„B!„‡ŠÖžQe¥[yæé¯özúò˜&!„B!„B±OI@J!„B!„BìS½žz]†ì !„B!„Bº˜Ì|¯‘R{NÓêùdƒGŠB!„B!„¢Ú+ìøìv¦O›ÁÍOýD½t&B!„B!„èÒþ9dOk`É‹ñvàWÜzi!Öý¼Ý‹ï攋?¢èÎxðâÑ8Ñ鲸ôF–¿òo4ŸÎ-—Ùïó¶_;ÀÚÉ~%XÉ÷ÞÂkö«yäÃöÿ²“ýF!„B!*û®‡TËrþorƒg¼OE°‡eµZ¾ð8ÿ™WŽo¤×Çb†ýž—¿ŸÇó—&ÎÐS  žŸÿÏ|Z†/Z>t¥‹>cÎÒ‚ûi~w9–à^ËË×Ȱ¬4RRÓH}Ë[ Xù5÷RCïOxp=+ïã¨ì"f¼_AÙìM;9Ôô¶ýhõ,›ý>Ÿ¯jàoN½iÛ÷!„B!„´½×CJ¯eÖéE\¾ óGqç¼Ë’™©ô\Äà¬DLJ7=ˆB+k·Þ¨‹*öÞ§×'7þ]çWôÖ¾yÎ.òÚT=”·Žùð®å‰KÏ烓>fÁˆø=A~éüvW ßpíøsxM=wçÿ“‰ŽÈ‰Ï|¬yì"þø–“ßÍ|•ûÛÐ Ù 4VóÉ sÿÏS¹óùû8,Ɉ%7‹'‹AE…d%YPºªû]i'Ý»‰¹OÍä±×>eaIv²ÆLãœßÝÀïO.À¾+óÈõºýè„ Lß'e×méMÛî¸ßȱ[!„B!hƽžbÖ…<ñài¤µ¥¬`I‚Õäà‚§>₽µSÿ½›Þ^Ë/ã ±ïí|ì/ùí$@é;÷ñv­«þ÷~ðGÞùMmÅ´¶Ó‘/qý9Gí Ò¹2wa3.¹‘KOˆ©-½syòãs™PoXÄ}¿:“–%2iÆÕ̼©?vÏf¾÷\6…®z‹Y·N$N=÷—ÚÈ~Û¶…B!„Bô•½?dÏ1€1&0±í5ž1¨Í<=5ì ¿¢±uÙ`- Ÿ¾†“Fåš–Njÿñ\üÚÖ¶áW-_^ÇÄþ餦¥“=útn~§„–¶{Ü(é*˜÷ÐeL-Ì 5-ÜÃÏáÎÙ[CC|´Z¾»÷Ž5 ´®´l&ýuiäw‡ŽÛy³íÛ‡wý‡‡ó1è¨ßñRIä½z”|åÏHNZè;ãî[ƒ/jùÕðÃÿËñ#²Ãù=‹?¿º’¦Öî#ZŸÝzG@ZZ帧¼«xî_?‘yõ <{N,?<ü"k"×ZhjÿPÞ†þ—Σ)ü~ñ?§~ÿÈG7âÙò SÓr8ÿ‹ˆÒØ“vB€²7/gÂÀÌÐw³†sü5/²²9¢M°ŽEÏþGf‡ÛFÃ&ÅŸ?ÜN 7mk·¹Y:óJX–Æ%o~Éÿø=¿9m:§ýÏUüß+_òyü*þþcS¨Gw·ŽJgÄ-Kñ¶&ÑøçõKçèç¶îÜÖÞ¶ŸHº›µ¯ÞÀôÖ2ÈÁI[‚g_´‘hÛÖÓ~Ógu"„B!„b_Ø‹CöÂC€ôþ€Ûâ £!bøUë/+:‹Sÿ¹‰¿»›ç§dc¬)£eDF}GhÙ¬ãùã-Ç‘g­ç§ÿÜÆ½WÍ iÈ\þ8Ðe›¥÷žÉ¯ž0qÞÝ/rO¡Æ²ÿÜÂí—\€ã«9üq@=+>ùŒ•®+yìÁi¤ë 4'÷ßýÉÚ{Ê/€ÞÀüÛÏà’{ý#ü}¬‹ÚŸ?äÑû~j+S½c>ÂéÆŸþ(¯\]ˆ°¦ôǨoïT~+8›Ógî`ÊîãÅqN¶Í}„;®;…íkþû›,ŒÁ&Š¿ûžõIÿËM">°ƒE/ü•û#ËqèÔÿ¯TÎŽerÃEä½ñ<Í¿’G§8ÃeÊŸqüßy÷ÿÆaŒq9ØôÅè@Ö¥/ðü¹ý0¢`KËÂд3íPÝìa;A%nÄYÜøðd$©ÿùn»õÏ\Öo,_Þ0s8ý“ÿ¹•qWüOíµv>÷_ó _­¬#8= COmky÷Нy ϼZŠiÒ\;ÑÕ~ˆ¢â`üÕ7sô —óæS ¹åð©8£ ³‹ü»+í§C»ó?Ïe×½†zéLÞ:s0Ö†M”Z20îñð¸Þ·‘ÛÖ‹ý¦¯êD!„B!Äþêµ5wqDî]oÆã+fq¦«Ãmjý7üó±Õ¤\øÿ¹ãpb#? wõ°ÏY'…8rˆŸ/çþ¾-çšý:m¸^û ÷?SLá­ß󹘀q…&~œûÞú°„«ÿšMÇ’3‰ã¦LÄÑgùÄíßÊUýMèµóxø¿Ûȸ|6Oß0 À…4Îz“[zHÖ’˜GaQÄ“ãËïþ'V“üÛwyö¦q¡ò›2†¸’qüîþgYuæ ’¥ß3u2`ò0¯G]×e9î’`sƒ~ì3œ”nÀœò?ünÌ#ÜöÄçÜ1é R"úß\¹ .*ÜYîáÀ“-5ŸÂ¢¼¶!{¦½ÝNb ŽãŒ‚Öæ8–Þá²y«h¸~0‰ ß1ó±UÄÿúuþsÇ$\ à6ñ®ýAª{Ù¶þ8hÐî_í:Ö5@öC¢ÉSœC92¾Ø°šJÿÔès’ífûé(PWJ-±L˜t G% 2œÃöÆþ± mdç¾Üó~ÓWu"„B!„bߨû©ìKyîÑÓIo³fp’çê<+³¯t!+ÝVF_Ø>ÈÐÕ™KA|½-ôT°ŽîÛö#k¼PzçDúÝÙþ3WI >2ú¦;æWµÓ/ÓÞ¦¥lð[qtAè¦z/j-¿Ñ'í,?5‘炯²¢NcxR”rtå10±ërÜþÍïðä'§¾380f0ýª©ÜyéÌÚr2—åšöZ>w¿ø(›ó0·Ï|¯Vn§ÙàÀá×`¸¿þÒ,w›sÊ\]LÞSÛÚSÊ~p ° ½”?=‹›.ÇÚË%—\į&faÝÃÛ6Ò›ý¦¯ëD!„B!DßÚ«Cöt{CFŽ"§]Ê:z@ß¹œ®£kZ»a:Ój·,€nÀd-Ü94©]z::ÆÝ3‹û&ØÛÝî]YØôŠÎiî‰nóÛþ©oºÖa{#·£c>¢å=Z™tæÔZέCº´®ÒêXŽ»]-¬ùï¿Y¬dÕi¼ÜáÓç^ßÀoÿ4sOùéðÔ´ÎõºgíÄWü4ÌxÆ3ïæ©¿'Ý\Ég:{ÂßÑ‚~‚1•vën·m=´­Ýö©ÆPà„¾_IÝïÔ¡·Þ°’o7AÌуH2êèAƒ _ T¿Ñ¶uÚO[“Ñuts¾´ˆ£¾{›?õ87ýœõ4=8½Ý„ýû²t»ßôQ!„B!„Ø7Ô_jÅæŒQ䛼,ùt5M{-½ –¹I+ÈÀ­¯òRm¿H/sæX ­^}°Œ†ÞÞ«b­à®óìEÚK>]Csë›Z ?ÎY©c×ÇUÛ¼”Þ(%ýü§øð“™ÓözŽw°éÕ—XîùåÛ‰gãw¬c0ßð[¦)¢hØh†§îœ_È”6Œ\ƒ›%_nèrïžÚÖn³äâs2ðÏûüPù™ÞÈßÃ-ÉœqéØÐPGƒ‹¬8¨^]L½¶gígçz"¦b#çÈó¹ó¥¯˜wçP¶¿ý0—öyéÍ~Ógu"„B!„bŸ0þR+Vâ§pý%¹œòäÅ\sOîÍSÎÛœ1q7Ó»(‡SŸ¾”Ž›¸äè|œþJ6l40õ¢SÈí«ˆTÃ~û › ïrøã&q㕃9îÁœk¹™+„Ë_ÂÒ* ¾‹ôLéŒCÃ'÷óè{W3Þ^M©6–s¦uÈoÜ$n¸b Ç?|¿K¼KÆ9)ûôanû\çÈ{/cˆ•ç Ú£l/ü7ïWesÑŒãSÔ~éþ—Ëç¼Ëó‹nbÌ„_¶Ø²Ç’Ãý¼ðÐËäŸ7’‹›5Õ; FMšÊÕg'qîS—smòüv´Š…ÿåÛ:0÷¶míöÈÄFÝð8×Ì?‹GΞƺK/çì ý±»7±à½gyêóRò/{[Æ9BUc:SN/Dÿû_¹ö>‹&¤c©[@™ŸOuìeûÁà 5½ËÇË ™ž¸˜ÿÎqS0,—VÅ¢Å;À4˜«ºÏÛˆÒ‹ý¦ïêD!„B!ľ°÷‡ìµ길9jHGÇΘ›ßáõ¸;¸ûÙ¿pÑãA0&1úŠÿpò„øËeÈQçô»å]^K¸ƒÿ{þv.}&Ä’5á"Fœw29f:§¹'ZÓ({™k~Óq0Ò8ž^ù6'ÇYzÝÌŠ»›»ž¼›Ë^ð ±iƒ™:>SÔ|8™rç?¹àŠÛxèªó@‰cè…OròÑÙ–³2ìoð¦ývþúôµœ;3ˆ%ópξ÷=nûM¿ÐÓÑtz.ÇÝÌþ¼çæÒ˜s§ 0uj±#~ͱ®wøø¹ï¨W½Ü»¦Õ6ê°u¸ÖžµcÁå<{ÿ6n¸ÿ¯\ð†/³q¤R4=3::.&ÿßÛ<ó'îùçe¼ß¢0hh(¥(½k[{ÖU‡ñçY_3òÉûyì¸æÙFtl¤?Š«‘«OH¬Òº?pÙsòØÔTWÐÒÒ"¥% zÍGüfôåÔÿýG>øM:)!„B!„‡‹Å@YéVžyúiþõø“³À4 @møUñï†ðçžðò h°³?Ê^ëG‘™ÕíçÛÊJ¹Êë©LäréMÞŒüùÙ<ûe¾ögP¿xŒM%|ýÜ_ùZ?œ™Ü§Á¨Þ–᡼ÉñF!„B!N{mÈ^YéÖ=úþÁ¨§29Ë¥7y; ò§{([4‹½úe:`%}ä Üúêü¦Ÿ¡O·¿·ex(ïCr¼B!„Bˆƒ“Ì´"mŠƒ ·¿ËÂÛ¥(„B!„Bˆ}eïMj.„B!„B!D/¨RB!„B!„b_êu©M%ÅRZB!„B!„‡€Â¢¡}š~¯RGL:JjC!„B!„âPS]Õ§é÷: åv7Km!„B!„Bˆ=&sH !„B!„Bˆ}JRB!„B!„bŸêõ=t]JK!„B!„Bì±^¤$%„B!„B!ö²'„B!„B!ö) H !„B!„Bˆ}Ê(E „B!D¿›’ŸŸ¢ºl.Íõ%¸v ¨*ŽøþŒ½•Œ§I! !„û)™Ô¼-¾J6o¤¢r@ÐÑÃe¡ë:F£{Œ‡Ý‰Óå"-% UUÙ9ë–"­ì—®Ã–vT–£¨*ɉÉX-V)”^im»2ƒÜžª­«%ƃÅbéqÙ¦¦&šššHKK“‚Bˆnl^ý"«¾û ý aÈèñÅÅš„¦ùh¨YÍÒïoÁÛ°•¼‘ÿ+…%D[´x?.ZH0ܽ›R£‘±‡ΘQc¤0…8„Ȥæ=(.)&!>Q# šÚ ø|¾¶—ocÉâ7Øß@¬¥Œ€û' ¶qì§ ©ÙÒÚö¦¦fü_»÷ªk*INJ¡¡©ž²m¥¸\ñ¨ŠŠŽ:˜LfŽØC¢|Þ›õï0+êgŠ¢ ª*v»§Ó‰ÅlEÁï÷1qÂDŽ;öxi`»!ÐÐЈÛí!##£Ûe5M£¶®ƒÁˆÛãÁf³IMÍMøýþnONm? c6™q8RpBĶ®y5óoä˜3.'&nºDQTÞåÜóˆIçÈÿÀÜ·î!-ÿtl±™RhBô¡-äW_‡ÉdÞí륇ÿõ£% Õýµb Õ(×8âà!CözP¾£ŒÃFŽ·Å‹¦Ñ4-ôÒ54-:¨ªŠÅla@f%’ëñ5ÿˆ§ú3l)wÒ\þwbÕz Öc ÆJö¡ææf FNg" °TT–c³Ùð}¸›ÝĹâ0™L¡[WÜ‡Ä ìûÌâ´SΠ¸¸·Û×ëÅçóá÷û ƒ˜L&ÆŒÍùçŸß€õz½<úØ£Ü m7ý¢÷Ü7ñññ´´øhjj&6ÖÞå²õõõÄÅÅc4ªx<^ H…ùý~’“’{½üöíÛ% %ÄAh{E-é)ñ€Î²/þ—a#ý¬ÿù3?£jûF¬1ñ 2CÎÅSq3fWCFO`Ý»qôSR€Bô¡Ðu¤™Í¥QEUQEQQ¥Ý+$¢'¾ÉI©)Èî®)k~dã·g‘wäÛÄ$È}¥88H@ª>_EQü躎¦k躎®…þjš†?àGó-ÅïÿœXÓ*´–µØ’¯'&ù÷€–ÚLj1Æ¢‹f(”BíMM͘L&¬V š¦¡( ë‘'½ƒ¡-¸b³ZiQq:þ›X—Ë…Ýno륪j¸0›ÍÄÅÅc00 ÄÄÄœ’Œ¢(Ú -^ qÄÆÆ²uk)v{L—íÒív“••@ à§¾¾A ¯õRUÓÛÊB½¡B=CAe]×Û^111hš&…&ÄA¦¾ÑÍ)—ÞÃ_®:‹3O8£ÙƪFŽ=‚¢ñŒI,¢¥yË¿¹‹m1éYpÿ@bƉl\÷¾ ûˆ‚BII1->_¯–·Z¬‘‚ëùbˆÍ Î#}ðil^p…'¬EžO&|2‡TBã C§¶›ZÿZFÅ¡å#´¦W©Óš0˜óq%] v$Π¹â1ªJîE5¾„-ãI ¶ÑÒòö2¿¯«ÅLÀïoÿ L(2Õ¶çp}jºŽAUñµxA?ø‡îY­Öv=oZËÊçóa2™ˆ‰‰ ÿš¥†?'4|¯µ Å.ñµ´€UÅétPW[K|||§åjjkHNJB‚ >ŸOÊ;L A×Ñ‚A*++C§¤ð/ª­A'11)´œ”²â óðóò›3áçgc6(~5©¹Ç—<¢m™g.C&ÞÇÏ_\HVÿ ñù_ÇêÈÂݸMŽ Bì#Š¢7 UÙù£gë_…Öësˆì!Õn÷”}5ªúm³±Æ¦“œ{«¨ß6WÆÉR0â€'=¤z Ðiý^kûe^½ €J-¾ºW‰ëÿ_̱SÛ”UÉCV€Þ€§æ=jJ.Ã5è')ؽLGGUUÜ7JÄDòÑz¢¸Ýn@¸·Oè$h³Ù™Þ?Š¢´õ€2™Lm=Æ CD©ÖeCÕÕkø| +#~×°¡Òèz)ð‡Úq.[¶nÁét`0ì<üú|>tMÇjµ†þ­KŸHZ¸<4]#))±Óõjä¾  K)!*6—óÙüU<ùÐ_ظÃϽÏ|ÈmWÆ p0J×5Í™Á¶ ¡9-1‰ º@sc4Yñ6×2ëQù§qØñ/´ýè"„Øû×™‹×÷¾‡”ÕÊТáRp=¨\w?…§¢iM¤<“²•3% % 2©y‚Рë¡è‰¦éX­TUTUi ¶¾Ì f³ M õ¤ðz[Ðt-f<ص"P­ÿný©qíZ¬O<ÊÄùš=,¼ârŽúþ{it½=ÈšÌø~PÀl¶HeU ©©)mËTUW“ššJ DÓ5šÝbccåX¦iZÛ•UU­—¼mg§p)’’’Р¦KÙ q¹û_o1ã¢siñë¬ÜXÉÐQc¹ûñ÷1L0•ÑÇ>C‹»”Ìì >7|l ¨ξò¿lXö ›‹·2꘧AQå!D_QòóEüÈ©¢ªæ’"ÜK*|o÷#“”`'žº¥ø[vàHšˆ»öœIç±¹åÜuK±Å”ö½’A÷‚­¿´‡{HE.õÖ›"ÅŠÅ5 oíû4l½gö#‹yAk¤¦ä[6aï÷‚hû€®ë „þ†zE)­ÕÖI χ¤¡i:Á`0l<4ʪõ!25iÒ$Ìf3Ë—/o׫,èñðý¹ç2az†ú ~_“+QÜ.p8bijj">>@ @ll,uuux½¬VÍÍÍØl6ŒFƒA¥¹¹‰´´t)¼°Ö9¡ôpÐ v6S¥Ëå…¾/æ/'`°¢YœxüAªêšYU¬3dÄîü×{˜MFŽ8l0ªÁ¸“gñÝÛGaýˆ¬Ü(J A_1å[Ö²~å2&ýê[ F«ª}¨uX^ëkå×_Ræm¡ª:ôƒRRb9±vF}LøÚ]ES¹þAÒžŽ¬Æh´¡ëõ¤þ•ë"{ì R@âÀ¾7•"è^h)Ú÷ ÿ³u´FššŒÑdC×ý¬­ ‚åèÁrt­-PÅ9]M’Bí:: ¡ “Ï×Âæ­%”nÛB}C}§e›š)ݶ…òŠíx½ž¶€Ô¡2d/Z¨’’¬V+Ó¦M#&&¦mÙE×ü {%®T+µs«˜ÿær/š! n8|¾---ƒ¡I¹“’©®®AÓ´ð“õâðù|¨ªJSSV› £Q~/h¥…'5W¨ªª¦ººŠªªêЫºŠêð«µwŸ¦i”––R[[Kmm-555ÔÔÔý ã IDATP]SMcc£¨ È=¿ËI§œDM“¯íG¦šz7«Š+4t$·<ø –®Àhv0þ´Y¹ðsªÊw“ö uUå,þöc&œþ &Kœª},4…«BCe%Ÿœv:-³f3uò.¹ø2.šq “&Aã+o0kú)4VU£ª ÿÏÞyÇGUt ø¹Û7ÙÒI„ ôÞi;°€ŠÝWÅŽŸåµbïŠ}m 6”"Ò•€ôÞ! ée7»ÙÝ»{ï÷Ǧ÷„$$a~÷Çfo3gΜ{v挦’ßȨã‰×Sý¡í/Bõ¤ 7¶o:áqWãÈúÛ·?w«– Å"’š×@Q@ª0êá‹@I”ÉS¤€WíˆG6¡3˜P=ÇqäþIAÖüBÏÃ4IcF–µñÉúåU-Lz¬‘—FH›ô:=™Y’š»em£Ú’Ÿo%ÏšƒÙè„zÆ$í®lÊ^FF;vì`РA¸ÝnEáØW_c]ò ïëLöÂ4dåâðxØ|ÓÍl¾éf,]»2ðÃyõÃ…«#"<Œ´´4ÂÂÂðH2&£ m¡Üƒƒ‚PÅ« Ë2‡ƒ¨È(a'J7ï¤æø¿—[:ºdTŸZœü¼MXAAA®uòäI,!T 0ÿû•œ=úlò\`wzÊŒdα°÷H:Ý{ôåáW¾çÕ‡¦Ò¿g'Œæp†OYº…cé90‰‰+6å7Ìþ1® MAaŸ¼á–[é{Ý $ mÇÒ{tC’$÷ìeôìÙì^³š?§Mç’¥P¦qŸéíTUÈ;¹„Œý/áugÑù\âú¾ƒ"E’¼è‘>ßÈ“Bß ~"ëøBNlº.ˆðøÙµ=_¬¾'hQˆŸàkÀ[¸Ì¸„„*N+ Lí‘ÀÃ@ôA“É;þyIbô‹Äl Åšü6éû3Q5þ„&¬m,ÛZ8 Ï7ÒÉå*@’ *2ŠÜ¼Üâゃƒ  Æérâ-\9Ñëõ"Iš3f„PaÊž¿¿?ƒ bëÖ­ÄÅÅ‘»{‰wÞɘkbÉ]•‰¤aØCÝ+\'g¯•ï½1+ÿJX z½žÐÐP²²²G«Õ@nn.~~~ȲUUÉÉÉ!**ªB¯3’)x™™™>_·0Edddq@ª¨ +Š/¸çr¹JVGUUüüüÄt> … {¼¼ÿÕRîºïNòe•ªÆO8\º3kÎ<–ñ3~q ¹h1~¼¿ (T,Ä!4»V¬ ¼}{º÷ëûÙg9‘™ÁúÉç£F,]IçŽH¸j*©kÖ²õ%ô›x¾àÈNäxâ ˜ƒÚÞq–^¨ÞlœÖ¥èt&ß訢wT×>¼Ž†÷ $ö+ì¹[I?´€“; ýàùø… ´DRó(™²GI>Máø(©Ô8))¯öBºvC£AR}Aÿˆ¶¬X}˜AÃî]ÈÕH¥€ò*^ôz¹yVü=¼Š—€À 2 Íó ì8v½ÉW·éŒIjT˜²×¿Nœ8Ajj*q;àU¼¸U•“?$¡·ûÚ€mgNY‡C#!Çû¡µz] Lf3–€²²³ 'Ïj%$4”ܼ\Ìf?2³²h‚V§ò,o‡‹’šaááeFH•‘Uáߊª•ÃYPœ054´0Ṫù -ÁAÕiyóÉ™<4÷cn½mÚ`Sqî8ƒ^Kû¨`ÚG’|âV«›ÿ½ysqû íÅØé;ÑD›š˜TÕËÙÿ}Û®]$g¦³??ŸÉ—^„ĺ/ÿ‡Îh$ÊžO×çþËæm[é/Igü;§â±qdý´í:žà˜È®4lߠрÞ…FŠÂë±Q4*Âë±áqg [AòÇ~qŸ ëØÿ8²þrºŸ·.@(£ ù÷÷BÕã) Hi G,H¾‰ÑÅ«C‡¤$hƒ—q(J.’’ ¨üãØ¶o‡û a6"E# ‚‚‚QU‹ÅBFf²ì Jé´zdŒ=ߎÇã%$8NÑhô-ÿ|õ€¥ƒQ:tÀn·³cÇôz=¨þññ ~û-6ΘI­–È‹¢9xØÆ®meƒRá¦> ˜ó˜PÀZˆ×ë%==GFUUòòò°Û”Éß%(ݾ}£šŒFcíœ:E!4,˜À€ÀÂQS%+ø¨b„”@ÐbÞ¿+??‹Y~ÀµÓ¯Äb ':<ØÈ üµ27¬áÁYS˜2~Hñ9ÎÌL6ÿ÷Rþú [R±±DÍÀÇç` y<‚ÆF’$2³²±´iCþ€¾¬»è|&]rÁmBÐh4ŒüñG~^ô“ûõ!‰ôŒŒ2 ꜩhtÄøŽ›n ;e!1=±„‡F£Ãë>Gö vP¼öÂÿHº¶øŒG’Lä¤,"ãÐrd—ƒ¸ß‹`” ÅP¯R+W,ã¼ &ár¹Ê|nx½^_°I£õ¥ª4wIéŸM*¾•È$¿/¨¥"æD7æ «¢¢**»ììœÎT$ŒG–ñ·X@U±ÛíÈn/^Bª= ?BCÃð3›QõŒ©£ÒSö222°Z­ÅA*EñâñÈtœ:•ã«Vsà‹/0mÊ£çÔXN¦¹èöôët¾òŠ*íCcÓÒì×ë%éøq2ÒÒ‹å¤Óë‰éÐô´t´Z-¶Ü%ãè ~ëúAQ…9¤„¯#h!Ôëmç¼ &Uú¹5âõx‘ð­þ UµŽ–*N,¥Ný*4E+k µPîÁm‚ÊWÒ1ý+?ï ³Ù’$ ŠVw+Ú’“SØOÇŽþÒ\¾Û¸‘4«•àƒÆ\›Àâ¹s+¤š–dd·›[·b2™ -a™o³‘rì¡‘‘8òó‘NÂ#"|¶CUq8Ù¾ù_zöë[ëQA­™˜èè*s¼>|„ÈÈH\.'E?h4ZL&“oÄ_yYŒœ!ö§5È‚×ïá¾ÿ~Ʊä ^yxzu,sŒ33“Ó¯cèèÑà>|93sA±õèÁòé×qŦD1RJ ìO#†-3ƒÀìz¤e³æÆõÙHü5íZz^}ºÌ,²eá‘e‹:ã‘4µ½ ¶R»•Œ¯±wÍt?çTLx\ÉèÍÝQU»–ߌ%bqÃc Z&õ H•ŽÆ·ö_½^¥ø^’$4’ISá/”*ÊwN©$ºà j —"yËn™   âéhE—ÒI•Âd抢àõzÉËË+S_g ¥WÙÓét¨ªŠ^¯Çj³b³ÙÈÏÏÇ/2œQÍcѸ „䯡?æAwšù–dr²³1™ý --Í·ZIFf&n· kN±íÚ‘ššŠ\´àçïOfz:1íÚ‰Uç7šŒátÉÊÊÄ”òøtC*Y"<<)Á™cZ&ƒžwž¾ ¯¢ Ój+ìßü̳tˆ‰!ØÏŒwÛ6ÌôŽ\ùùØŽ!`èP¢cbØü̳œõúkB a‘(IâäM³ˆ¾qzôDk4°xá·HªJÿiÓè;|Òªµ¤ú ~Ä”½J1÷£ýàùO¼žÌ£?Ò&vNÛ&ÌÁ’~èK,ãh?ø3!(A‹¦^K9­\±¬øWûÒŸ[#^ÅSö…¨ôêzP¸•¨4…A*Š6J£ “€”GFQ¼È²›œœ’’N™™‰ÝžÝžOff&II'ÈÉÉA–ݾc=2ªªœq©¢`”^ïË£•››Ë޾¶mÛhRSObö3 Ërá*^gViµZŒF#V«•Íÿn¦]»X®¼òrÚwhÑhÂíváv»=2ÎðPfüµ²¸Ã;rjQö§0¡¶¤‘].œ׃N¯C«Õb2‘=2­†ÜÜ\üÌfÐH>}T„ݨÑF+…öÈÌÌðýP8j522²ÔèHPQ}Ç ™ Îûs†aKJÂܳ'rb"F½IUÑØíH^/@ÉÏÇd±`KJu&ö§‘‘²àsþ¹f:íŽ!|Ø@,;**¶œL2?û”d·‹±?-®°¦hŸ%3:<²,ã–:‚.š‚¼}´‰¹ {ö6ÐÅú¾w8Ðëõètº2³B‚–B½¦ì9]ÎJ?·Ú`‡¢þ¯”Ë¥R’мtãWË¬ØæñzÅÌè&0ܪªâñ”Œhó÷·`0hß¾=ŠR2JÍãñ–ÉåñxθR¾äå [·nÅìgäêk¯¤M›LFŠ¢àt”¼ð{=äYóš|Z’ý  Å–—K€ÅÂÞÝ»Ñëõât: ŒDUUBÃÃÉÉÎÆ@Êñã¸e™‹Ùí¦MhˆhÜ5Úç’_ÃÃÃ+,[,8óó ˆÂ´Hš³ýq–›B¨¢Å„?—³í?HܶƒÌ,ßjzá´¿ÿ~.›2¥0¨¦”IÀít¹0Á£O‹‚Q²,ãt:q88ÈþW“vès‚ÛŽ#õÐjdÿidgçàïï‡ÙlÆd6£A)A ¤^©¿þ\ÎyçOÂér–ùÜÚe™èèXvìÜNŸÞ}ëÕ¸ÜOdXmÃ̧†Ûí.~á”e¹T ÅKFFùùùeR a6›ËÔ³Z¸—ÛíÆ`0´ZYy<$I"%%·Çɘ±#1›Í F@ÅåvOKÆûy«ÕÚlÊÐ’ìOp›`ÒN¦@hHŠ¢àr¹pݾ=¡áᤥœÀÏÏ­ÇCžÕJph(²,Wšœ[Pä¸ùLµº †µ·^^xñE bÐé…_ä…^äá‡:£ìÏ™FôèQ¤%n¢}|<ùÿüƒ«°'ó.@Ozf&Ñ£G a Z$ÍÙþdge¡Õjðxd¢"¢ËìsÕµµº†×ëE«Õ’•EttôîÛ”!åvQ ˆ”ÿ:™G~¢À–‰3bZÙ,ë1 ¨Â¿´Pê·ÊÞù“*ýÜÚ AVVþ–.ýƒ_‰×ã)\¨¥VÒ+Id^´Ï÷¿$IDDDÒ±}GÒÓÓ‰‰‰A£Ñ­k`Ün7éééeFH™Íf¼^/AAåÎÊ=©©©h$M«HɲŒÕjãDòQ:Åw(Þ«nÙråkœ(ªŠÝno6#¤Z’ý1ûùÑ..Ž“IIäæå¡•4Ì&b;t@«Õ¢Óé$‰žýúrôÐ!lV²×ƒN«#$<£É$~媣ÉÄÞ½{KÙÞ²v¸üw~~~Bh­¢`Ó /¼ˆÓådÎcðì³ÏñÚë¯óðCòè¨3Åÿi© xì1¾<„À=° ŠãÀ”ü|$‹}|<6­–”äd.ÿq‘– EÒÜíOçN]yýÍWŠ„ª+Z­–ÎâÏøz.ZI§Óa4Q seêôzdí3$íž 1/гلÉäÛŠ|Já7 ZbÊ^5Æ $$„„î té|jÆQ§Ó!‚Q„Á`Àbñ /7}ûö×é|½NO›ààâkµVôz=Ó¯ÆÂ…‹JV¬¥Nž?ñüfSŽ–d4 á„„†"{< ªÅNFiÙëõzâ»wÇãñø‚ª…‰{µZ­p,j ¦mt‚¥Bž­—ÒA©ùó? ''§Á‚QgŠÿÓR1……1öóù¬¸îz¢cbhÓ»7&‹…‚ü|223IINfìçó1æ•b‚ÖhBBCéÞµ;ÄÒuŒF#!¡¡g|]—öõ…ï9^¯oøxÔëÐèŠÑú‹bªž ¥Rë€Té‘'kWÿÅÄó'a·ç—ùÜAÛ¶mìZ¥e(hØz*š‚×µë©ÿ²ÒšëiÒ…“˜tá¤-—–jJ¯ ¥(J•SÇtº³,VèêÆìûïGQæÎ} €x€Ù³ïo0ûu¦ø?-•ðáùäï lyîy®ZE~r2–˜ÚŽÅ%?|14Tøb‚Ks¶?:­–ˆˆˆ»žh§åüÇ2i_,ŽQUUøŒ‚F£±õ!5±Ô0щ­|ȺÕ$4/Î$û#ê΃ ìφ14”a¯¼,!þ@ ´ê*¿ ‚¦DØ@PÅA)að ÙR¯á?kWÿ…¿¿¥Âg@ hl„ýÂþa„ý-ŸÚ*•4¶x˜¨ª–ù,°?@Ø@ ì°?  h.9¤J›»ü|[¥Ÿ ±öG û#„ýœ~¼dlø…/dD„NˆCÐ*iìµë5eoÝšUX,> Ac#ì@ öG û#ìÏiG>Îâçîdʘ›™¿Ï¯&Ôz¤Î¸U¼üùÜ-ÜüÆœ•ý-š ±ÊŒ@ ö§•¢ÚØñå³Ìù`—ð¯aš?úŽÌün Ÿ\œÂ““g±8Í+d"Ô‘Ú¤TµxË·YÉ·Y+|nµ›7—m¿,fÅ®<¼•ýÝ”›âàDâ2þØ’UöÞÎí<;²=Ý®_LºGmÝõqÊõ™ÇáõËX³5·RÓñœ¹dæ¹Q[»\ÊëPUºVÕ÷M´qöGlMÔÖÅ&¶nêâ4¦?•k{rÙøÉ›|¸4 ·ª‚c#÷%DÒí?ÿPÐR|ú–_øwbþOÃÛº&Ø$c.zæg6ýúãÃ4BWÅÖú¶fj°_¿rX<9Šðþ÷ðkš§ì>ù0oŒ"úšˆ™ÑUàÚÏû7McöwÇ‘ËÔ¤…vÝ{Ð9 ƒæt> Lú¦¥ü¹¼â¶òß <ÍA†’S@ A¡„›ªoŠã;þe_š^ÓìÔAucéwsѰnDFFÙ™ÌâÅ_⨫ý(¯CUéZUß·V”²Žîäßõ+Y¹|)._Κ ‰ì9ž‹,Æf7o¹Ö¥­ Mi»­k¸+!Šðž÷³ÞÖ@ _? 1íxC^[ÒcÒƒÁÏàËaÑl|F(³÷ï-¼ÓŶs^:ŒN‘Q„GFÙu(Üñ1{ ZÚpŠæÕ&|ö¼Ý'¿Æ6»p ‚ºR¯¤æ§ÜpR¾aÆ5±ü¶x6,R¥Ç4§&­–{.µ‡¿ã8ÿüø/ÏÉ/·ÿÀâÇGЦ¶u5:T•ž7·vÚàx¬Û²‘Ãy:‚ÛÅÓ·O~Z{v*Yš@üõ8²ÈÐ\åZ¶.4AàÄÂù!'“ú-Ïÿ|?‹®‰F{ª—­§ИvüT®­ª6è =Á±Ahµù:Yþæêß Z.JÎrþsÉýüä?ÿ¼<‡AQÖc;øçx8ú¦WͪM4’=Î N_\9|ýŽ¿ÂÕ÷.æduÃf¼ÙüýÞLìÓŽˆÈ(: ¾”¿ÚE~‘õqncN¿(ú<¶µ$߀íO®‰bÌG'ðÏš[»Ñã~6–ú ÝÄGâé®B{’Îê×obt÷¶…÷¹‚'=»Öö¨.ç{Húîf†ÅGEDLo&Ü5Ÿ]¥£êÞ6λ›óû·÷7”¿>Qü«YêGçÑ>2ŠˆÈ(†¼¸·çŒŽ¢Ýu+KF—Õ$;%“ås.å¬Þˆ,¼V»þSxxá\§ÜYˆÑ`@¯÷m:ÕA^¾ŒªºÉÚŸÈ?«W°rùRV._ʪ5ÙŸê@)öÆdrýKâÚ¢c–±ñ€Õ·_u‘st‰« Ï]·‰Cé%’*c=¾“Ík–ž»‚uëÙ—VS 8±a ¬ÙOf¾/öäÝl^³ÌwüŸ«Ø|0¯äYçßX´èWþ\¾”¿å£Ö÷ùª8¯î°õ•Y¼¼5Š™ßÿÅw/ÜÉ5S&1åêÛyîë•ü8+޽ïÞÆsó}÷­±•éPeºVÝ÷Õµ%‡µ/LcL¿N>ŽlÇÈ'·6cóèÅzt‡ó ´;{2ãGö§ct(ÁmÂhÛ¹}ãÛ —|uš{lG±¾­Z—ȾdÅY+Ö.eý>k‰Ny2Ù¾b)‰'ŠôÂMöþMl\SÒ&Ölø—ƒ©vÊd#¨‡n)­U®µ‘Y…¶ÞZd(hÑ8wóñ››‰¹{>]iáï×ç³·t§«:Ø÷Õl.èëë»#Ú÷áüg¶PPÓ¾ò6¼ºc«´ã5ø'uðªê;Êà>Î/OMepœï¸®£gñù‘Ò¾D8½z'лgúÊʨd²|Î%Œèݹøyºœs3/ú*w\4ˆ‘QDDugô­Ÿ²³¸ YüùW0²oç¾(Šø³®æ‰…ÊŽ,®Ñ‡ª¼OsÖW¶-Å¿´H\‡V°ÁªgìKoñèôIL!—ßô0/==™]]ôª®í­çÔÔV*ØjÚ⩾ߪ=¯¬…ý©®<5ÖQÙ·ZôACqúÖ§Œ¾˜7žÂÍ“ïbF¿ÝÑ SÅVÎÎW/cÊËiŒúÏË|14€”eoð÷NâkøúšØZÀŸ^— Å´h Ë»ÒÓ8ÙÿÛ:òÂ'pA#à`Ë‹—pù»z¦=ó%/&xÙúÙ£<>c«—q§šîQÃùÝ åŽ×Òïr|ë:bBõän[ÀœÇâ¦öCYõ@w 8Ùõúe\47™³n{†ÏFµG›“Œ«O8z²hsñ;|}O&$LÐs²î²SìZ»žawòþ# ñ¦‘øé“¼tÛõ„÷ZÁý]õ§PÁ*ŠWFv¹Š_%I*~!udçà0ugȈLª“¬›Øµs;–ÐáÄèUT<ägd’oèÆ aí±H2S¡F+Ç·&²õ˜†Ø>g30TOÞ¡lݾó¨aÄè½ØŽnbó¡Útêǰ¡ÜiìÚ°«×Œ¿QÂQè-J†6„ÈMÙÏ®=ÉHrv—pŒ;vMm,.¬…±"}û³Õ+ :SfÏI’ëó|ºÊË…œ[7ñÚ·òÑ×IèÏ~—{Ï .YÖ1ìîGóéÍ|7o#;—ÀS¨ÉŠº¶§Šïkh­ìú}9»‚nçÝ×ÇÑVÍÃѱÇ£¬$% … §;#®Ü,ln¥LPò$²å°‹°ø ñÕ²“m{‘õ#éQÒ†$S!y¶Â‘?h-a´1;Éux±ggc7vgаhüT'YG¶³kç?¸´#é®÷rÕ]·Bvró›Ñ(®“kmdV¶­[ó Èk 2´`Tr׿ÃWCxâ†!Œ¶Î Ó·óÎßwðΨ@$À}ènº÷k47¿Æ—uÇœw”Æô5ì«ë©Å±íx þIü†Š×./ +ëÿïbf|êaÂì·x~p0¹ÛæÍ7—:(€Qï,eT•/wv­ÝÀÁ°»˜÷öhBûùáÉG˜ûðjFÝõ8ï݃ºï<öÄ#ÜÔq«JÀ äs`õö…ÜÉ»¯œMˆœÊæï^å¥ÛÎ〼šÏ§Æ «•UyŸfàhýd[¥Üš›'h‰è£zÐA#“8;†^Gï@M=õª®í­çÔ²­PꇿÊÛb]ßÏÞžW´Yµ°?U–§6uÔ0öM©C_#4]@ª¡Z]G•èŸ?¿™QÝÈ ƒ~ç‰þjÉ1ªŠš·š¹ïî!üúùäá¡XF $øÈfÍÇ®Kž¢/eÏ)û¬*¨Ï×–JË%×±}y³÷²7:œÝ›`I­0^Y؃QaåÝdºÇ¨ÖÔNÊ%­+õw]«BÕìÕ·ƒÿøŽ4vÉÄQà hhÛÒЯnü¢Â0È6r\•¬œâÉäȱ| ÇqÎàH»Ó@zç®`ëÁTÔ˜HÎJ䪖®3µL›hDA¾s¯áh V°ý`:=¢Û!ÙÓ8Zݲ”èq«’««2s•+·;³UÈPЂñ¦²ô­ßQ&|ÄQ áWqÛÀ7˜óÎ2ž<ûR"4àÍ=AFŒËYýBÐЛA…ö£ š}åm¸·ÇV°ïjõþI˜Z ¿¡Êk—mCjö*^ÿ2…˜Y¿ñáìþ˜ÎêŽuñ·ø`7Þý0c»¿É°Ë¦qãÌéLêë}X7½ªO{«Ã9ÚÚµ• v \[T³¯Ö/½v·F·çUÙ°êìOomåÉ]V§¶*ö­kuý‡@ÐÀœæTpz⦽ͻSrx÷–§X•Svb„ûÄFv9L ˜Ø£$(£ eÈÝàäFvæÔn"…2œé#Müa Çepþ…ŸN„rþÕ½ñÜÉ›Øã„=OŽ &ª-Qm‰èz5?åCÖÑì“RÖý|7IÌåÆñèÝ–ˆöøw½.n¥¤Üý'$” FÕúÊNÔ‰n¡›lå”.õïΈñç3vbÑ6†"ð+7©Zõºq»ÝÈ^&=¸^ôå2ãvâ´ç¯@þΟùþ«¯ùéç_XºìNÊà²yÐyóÈ÷j 鉶 ‡<›—ÛƒRM"M@âÂ%’V-dÅßÛ9–nÃåvâr—“‘âÁëñàñxð*j½žÏ`ÔVz^Ý㺾\V’FªJëA$ RµæSmGÍ2( ‘ðÊr¥Ó¶”‚\ò½B;„¡)ÈÅš_€[V0‡XÀ‘Ž]gFWÇ P½nÜ.n·Š%Ìö43W^½tËíQZ½\«’YyÙ+ÎÖ#CAËD>¶ˆwÿ dÊÍÃi#ºh&Ý>íê÷øñ¸ÏJš{ÝÌýçJüxÝFÏxšÏ×%Å8ªÝWžº[[ÿ¤!ýwòÊ&úŒ‰÷£sÛ΄’Gr^a>…èv`OÇVUSÖE2jJ7Hú›ÝyJƒùŸ§*Ûféß Z(zÚ]ô<Ëöná÷÷f’ñ-wLìÃYw|ËWýõª>í­æs¨­Ôà—6…=¯]´°¬ýiè¶_ûV¿þC ¨gÀ¼N/ ù2BQÂÊÎ{ñ=¦¹Š[ëÌTo©}¨ÅS[ÔJ®¢ª¤A+GöTš°ÖwLFÌOÀ5ßòóÑ™¸xÇÚ^ʼ¾þ¾ýªŠŠ–a/üÄK#,e^êuA±˜I.{½òׯñü²çȇæ1íú×°]ö ó^F´!“e³¯æ9µèzJ5å®9¡z­eWá-z-(ŠrJÉ8ÑYhÓÆµ ð…ÓKAn.^¥Š:BB’$¦Š2ù6 ‰°Áç1(¢ìÀQÁ}ÞA@B«U‘]•¿ìV¸¿Æè¾£‰vå’rh7ûÿ=ʱè~ 莺%÷®éù ¤Vz^]Ѷ‰§s,Ù°ë] -÷â­æïcÝQð—@ˆT¥í¤ŠòTµ¿ü÷5·ƒôS.wÓZGÌ:ÈJÏAî`©\wŠuWEv–Ö·ÂV¨5 “$$Õצ@SiÙ«ªߨ44RÓèVË‘kÍ2ÓVrL«¡ …âbÏ‚OØíÍ`÷”.|QnïGßäú‡0;s³ö{>yÿºì=^½üC–¼>‰¨êö•×ÝŽ­ÌŽ×èŸÔÒo¨ÍÂ/jÑ4~µæþ…júÝ 6@£GƒŠR|] ^Eñ ¦ªo㾬õõ¡ª.CmdÛÜý;A+ÀEÿÉ·ÓòÍܵpcn¿ÿŒ:‡¯zÔO¯êÓÞj:Ç]/;Tw¿Tm {^Vbª(Ï)Ú¥:Ù·êú1¼RÐÀ4‹d5ÁçðÄû7cùùi>8Tò½!v0 &'[þØ‹½èK%›Äß÷CÔ z¶Ñ€6ˆØ6µçU•%‚‡ÞÄÅáùjÁÏÌÿö]¦O£gáxhCLâõ^lsß•®]‹¶x:EšKF˜”¦Xøw­Ï/¤àðZöÓ™³¯cÜÀžôè=€>Q%&Ë3€x½“-ì!¿‚° ¡ ×Qí/\µ’]c£zñÈ2rñV8R©&ªQ¢1â§Q±e{ÐI<¹xs;rÉõúc–<ä¤XñÖ¥§QU0Ó®ïhFõiƒ3å8#IƒNÛS«Ž«¦ç˶yF¶–þ̸$÷Êçyw“µì³©ùlyÿy–9Ørã@ßPßZµ“ZêZß×µ4ÿp} 1”Ô­°U®–s0/ÙI9׬*“—‘¦0‚H:ŒpçZë–DS•±f9ÀB ABÛTºÕRäZ ™¶ö)T†}+Ÿ}“Dôôyü¶ô–o?ñÚyýê veŒ•Ìt9§¬fÍS½Hùþu~KõÔ¼¯BZűUØñšü“Sê;ªðSÞŠõtGG”\¶¬8‘ýè¤95ª¾²mIþ  §íÙçÓ/Ç÷d iFzÕ v¨~i“Ùó:ÚŸoûõµouék‚Sy5¨Ó {ƒ)Ôrù˜|_ ~€woùƒIóŽ£-Ü'äY]™ðÆLf…=ÁÌ!$/{“9+TΞ{3=*Ũ) ¨Ï=ÉÝ/ªÌÞCÎ’dЖΩà×—™×ÆñÅë÷ñ©v s¯èˆ¾pŸ<ŠÙ7Æ1iÞL®·<Ì̱]’39pXù7N&Nk!2l‰ ùm{÷,÷w¯Î/—ÎÜn0q¼Ì§¯}A—iý‰0ÚÙ›é)–‰|³gÆqáû7pƒß#Ì<'sAi泸ôœ¶ èîÇ«K^â­…w3Ü?‹Ê`¦Ž+›¨V²ó”Ë!TºžUµžu^X§²•Œ´td«³dtƒ¤Ç€¾|ü¾šüEžOB‡X¶ZÅ?R<‘#ZUÆá€ØHÌÚÚµ5²}ïj¶j»fwn 9žBe¯äÚŠ3ä ÿ3:\ä¥ÚA‚ÉÏ£7Ÿ@‹–cÉÛØÑƒËALTõ{¾2c¶ÔShWþ yø-f®ÊÛ“'pàŽ[¹|xG,Çø{áû¼õÛ:Ýø5³ ©*hkÑNÊç”ÒU¡k«ú¾†v © Pî¦DKP§žÄænaß_«É‰‹%$À„·#—ƒgÖQf*õNð]GÛTºÕBäªÔBfJ9;¢k-2´Dòþù„Å™í™qýö,ûrÕiÆ8ž¼r!m|ˆ>]þá³? èÚ«=Aj‰›Ó@ßP£„œ¼´Ê}åm¸œ²¬êc«°ï—t¬Þ?©ÐOTæ7TÕwœ×¾LB\)h$ÞÖñ¯]ÏTãÜ>±+Áò¶fm¨!‡T5ÏS!·¨ZzÈDñq® o1÷çv2¼ò=žXæ¦ÿ7Ò˨"ëéCAýe«kZÿNÉYÁÝc¦³¬÷›¬üôr¢lÕÿ-FE´h\»ßåî7Óè3zÝÚZÀz”õ ^b3!\9ª=Æ ÎõÔùÚµ·ºœSÓ{Ríì@-Þïê¡[­µ=xN`¥6¬:ûS•m©KÛ?Uû&'/«E_#4u@ª±‘, ºÿ5nüé2¾, ÝÐwö÷,´Ìá‰î᪗½c†pÅÜŸxâÚ"ÇFOü¬Où0ã>ž|ÿ^®{Ãw^xçá\ÜɯÔ0ñ×ÞÆ 7bÏø;¹(FWæÞƒç,âÛÐ'xæã'˜ù¡ Xˆ>ƒþÓ&§çüÇîáÛÛÞåá¹ç1ዱåþ_Ãùå~“èz+Ÿ¼r’û^zŠißúÆLè#éya$&©P.â»6Oðô‡pû^Ї1`ÖçLÕÑO¿Âu7?Æk·_ÃkR0½o˜ÇEcÛ•hmd׈8ö³qõþr_†ÐwìPB•‚SRÙ Nè”ÃGö°Ó©:L!q„Ǜк $~0½M8´w I^0XÑRU?:¸mdž8ÆÁßo’:¿p:FŒQ%ߪ#$¾'ívïcwb` °Ã@ÚGëë÷|Ά[0UÓf$Ï,ù^/>Ç»_<ÆÍoû^¦CzNä¶·?âÞKДüV»vRæm¡r]›xvß·¯¾Zž” ¡t|6¡©G9vü {útDk "¬],~? 2Ðï(‡oc›SEc!¦ßxv³à±e «~íûÒKÙÏáý[Ióú‚2FKQåL°ÆKæmdÛ½  mÑ î„7?ÚtºÕ2äZ™¾ö)”gÍÇK±u¸…‹ã+ÀþW1>h!¿}²Œûvòû;ï2'Ù§Fqû/qA˜ÏŽíUî£Üמ¬jŽ¥ û>¡ÿ¤V£œƒªì#‚¤²~JŸû¿çç6OóÔ{OsÓgn@•À¹Ã¢hô.Ãè$ñÝ»™—ä„ &?ö-/ÜܹÐ?:Jª§l«:¯ý»’iεû[ÐrñjBË_ÄG}HŠÃç†%Œâö÷þÎñ­wZßêòžT[•¬ñý®¾ñ¨ìZÛóœ‘}ù¥êdª¢mÿí[Aµý‡@ÐÀï•ü¯´wÝ~«óÍwÞ#;+ÓçØÈ²– ¶¡Œ!‘UêMºÉKÏÂ¥hñ ‹Àß›MfŽ«p.³ž€ð0 ™dÛdT*9¦Ô= þAXüMè4>·Éë¶cͱù^T%¦€ üÍ´îã¬Z´ yðeŒŽ´““ï©pmô‚‚- “Ψ^¶<ìN¯/ïŒÖŒ%8³^(x¹äX=˜ëõ|Õ•«Þ®i?\ÍÀ;rÙû yarfIhbé´“~f:M‘ŽÈ¸ùØlN4ü±ø›Ñi| ±v+ù¹¤~%-Æ€`,æ¢ÜF*ŠGÆeËÁæ´“”¸Ž#Ac™<2Tz­Š—=›Ý]jìNSëV3•«ZPK™U&“V$C@P7<ǘ7a8Ï´ÿŠ]Ÿ.YO ZºýöMÐèô¾PfrÒ >œ7·Þ}ÿWÀvÀ änY¥>[ ÷ï¼P&¥±zZ’š Z; Îì“8k Ø3O–Ì]_þ—ô“ÕSê.{.{EMuf$‘­øáŸ—äq“´Ÿ4BèaFõæ'Y/sm9ŸœŒüªõß[€5«k¹ïëþ|5•«¾h‰˜üïmžÁ]·ŽàÛÇ8kôTžxñz™…FžºJËز)°U­ó.{..{n5FÔ‹Óš…ÓZ½Ue¹ÕBšZ·š¯\k'³ÊdÒŠd(êLm§ AK³?¾ ZMŸCJ hT¼¸rS9q2§@ƒ1¨- g £k€Œ-ÝÓz­³.šIÏ.aüÝ;XýçZ¶dw&L§ŠÞ¨Ex'ÕåP™ ‚·Ân‚Öf„}´@j=eOv»…´- †ÀýJ¦Fye'Ö<ìnEˆGÐLÑâ‰Å“E†˜*&d&@ œfô_žÓ>eO h9(¸­™dZ…$- /ŽŒBBf@ Á€H•/@ @ hRDRs@ @ A“"’š @ @ š1eO @ @Фˆ€”@ @  I©õ”½C‡i @ @ œ$ôèÕ¨××5—š#ªª"»ÝÈnEUôÚ^Ñh,}C¼^ÅëEmà¥$IB£Õ ÕêNßýA³gËþ“üð×ާæ a4c´ 1\6:þ]Û @ hqˆ7E  TU¥ ÀArR;wl'33³Á®­Ñh ¡wï¾t힀¢xAUñxd’’’Ùµk9Ù9 v?I’ "!¡â: Óšþ~ Ùóï¾>þe#÷áÜQ¡h5Z!”fŠWQHMÏ⣟·põgè*„" E!RAÈn™¤'Øœ¸‘ž½úзO¤ʺ&I»ƒÄİСCGv;IIIü»y£ÏK\ÇÎhµ ó2(Ë2Gbõ_¡ª ;u¤&½ŸV'Ì@ÐÜùaÕ>ôéEpp(§ x„Pš1mЧ7¿%î)@ -ñ†(T,»Øµk½úôÅßßN‹FÓpëÒÐ þÞ°Žøø®äÛ<ìÚ¹“1cÆÑ©K|ƒ–E¯×ßµ;’¤aÃúµDÇÄ ×ë›ô~~:K•ǧ§¥r`ÿ>¬yy­J‡4 –€â»vh•ern]2LÍÈ¥gŸ`lN¯J Ád &-Óʺ5«„Þ Û"d#ä*d%u+¨Rž‘QÍîùD@J ¨EQÉÎÊÆÜÛŒN«E¯Õ¡Ñ6ìô• K Y™YH ª ¹¹¹tèÔ©ÑÊÔ¡C,ù ¯ÇƒN§oÒûUEzZ*»vî`àà!„……7¸ŒO«y½dffðoâF¼^/ƒ‡ ouern]2Ô¬YAêÑ](Š"„Ò’œMI¥wß~Bï…m²r²²u+¨Bž‰Í.(%RAu XQIÒ i|[C¢ÕPæÅOUU´Z-ªª6Nƒ×ëQ¥ðúM}¿Ê8°o/ =z`2™ÈÏ·µ:2™Ltïуý{÷µÚ2 9·j5ðßÛ/ÂhaL}ðC¡÷¶Ù¹ Y Y‰ºT#ÏìÛ+RAKDUÕâ­¹°oÿ^~ýíg.¼à"ºuíÞè÷ûûŸ $nÚÈàAC6txƒ]×f³ܪGdãpØÅ¨!çfNª¢  Q´¸zz/l‹«•@Ô­ :yÚlÍ/°×úRªí_¾Á7öKxüÖž˜j:Þu”ß¿?΀«Î!B x3XñÂ#|íoÿ§wÅóË/h}*¤ª¨” H¹ÝnöÚORr2²,W{¾^¯'&:†n]ºb04Ìjsû÷ïcå_rÕ•WóÓ/?!!ѵpžuc‘¸i#÷Üu/o¼õZƒ¤TUIjVÁ¾†F*,_k.£së l¨EíRвêMÔ™°-B6B®BVQ·‚äÙì|˜F»²kÿ{>_tz‡µŸN©>X£pbÓZvé2¾ ×ñæ’øñÌ ÌC·öÄTȽý.à×óeÛëC0—:TÉÝÈkÓ¯ä¹Ý#xsäp®m¯o.Û~^ÌòÞ7P>Åk¥ÇŸ¶¨I#ÊP€ªRÆ î=°ŸáÃGpeû¸ZìøQ6lXOï=kq¯ê ïþýûX¹êO®Ÿ~f³×O¿ù_|†ªªõ JÕÖÐ4„7ÞzÁƒ†4¸1;S:Ñ¡ 97w´Å³’… [Z½ ½¶EÈFÈUÈJ êVÐÒ¨@JÍæÇ‹º1Óú ›ÿœE\ù+IÚ'ô¤{l†šÒî¸öñÞŒkX•r2‰+–1vìx¢ÛÆ6zPêŸçjèÀ”H „œ›K`”Ö,COÞ‰·C†1çÎÞu(y³X÷ÞK¼wÎê±Õ›Ð{a[„l„\…¬¢n- M£]ÙsŒ÷Ï 'zÚJlªƒ½ îã¼^1„†…Ó“‰OÿKA©SR?œ@LX8¡aá za.O:«^Á9]# 'vàeüß/'|û*Ã}œŸŸ¸‚í|×é<òæ)µ_NïÞ ôîFñ;O:«^É„³úÐ!²÷¨îx%“eNah8 ËÒñ왼ôÉ+ÜvábàïÊ9·|Ì»ZîšU”SÉdÙ£3¬G‡âkF÷½ˆ8Rá+Ȱr/BÉ^Îm=Ãé|õ·¤xDã(mUµbP !¾½º÷+Þâ{ãÚµ€oöŵk ñ½IˆïUîZjIÒ˳oßÞ Á¨_~ý…öíãøå×_H9™„^oàúé7°rÕŸìÛ··Ò{Õæ~ÉÉI|±`>ÿûæ+Ž9\ü}Q©ÄM‹¿;tø 2¯¿Y@rrR­ïWSy[ãv¦”³Þ›bcçÿæòÔÇ»)h)rvcé7ëH÷´žzÐzjeÿÔ,¾;ׄ±ËÍü˜*—Ý'àåþ&,S–WùÙÍè_•%l¢óþ_Q@Jl† Ù4ÑæÉௗîâŽwvRŸÕ"åêµ²í«¹<3N¡ƒbuÛtþcøgV@ª|œèÐG̼ç+ì“_áÇ¥ËùýËç˜5>–ÒY—B.ye«V±zÕj¾½©3ly~ —Î=È€‡¿â×_¾dÎÀ#¼sÃ5¼µ×]É[­•us&sÃ;»év×;üï»<Ug”2Q›F¿·œ÷Fþ]Ç{Ôt¼bçÐÚõ ¿‰¿_Ä¢/_à"÷O¼ðà{¤½—¾ý–ùO"gáÃÌxkoa@©6×\Çð›øà›ïøþ«·¹'a?ÏšÎ[ûÊ>cyR ¹Wq¨òB©´1§g¤’’šT¼9]_õ2=.zŽã«^Æé* =#µÎ©Ò9r˜+—•£RN°ø§=j cFeô¨1,þéGRRN¥V¬\Æ¡CëUÔ•«þdô9£™4é"–üñ+{÷í`ÐÀÁ¼ñÖk 8€½ûöðÇÒ%\qùTúôîòKO1è×XI›ÿdù¶l[‘‚»ÈÙ›»‰·®»›Ÿý„?SäV£«Z ¾){ŠZé@Ò\=ùyó”ŠûTª<·ÙlEZÏó}Yß›W9µ" %lx÷iÍB6UÙÌ&ê³¶/ù•¿öæám®r­J>u•[yÝRrHœÿ>Ÿ¯I=¥þº!ëï´·ÏÓØþZÞu«÷é?W£•úµICùgt@Ê››D6t5³ôeð˜)\:<¢ÌœACXgzôìAÏž t 3@ö*æ~pÿ7Ÿ—fŒcذ‰Üúò+L±ì囟S>\¤f¯âµ/“‰¹í >~ðJÆ™À•w<ÄÝ«y®Ç=js¼±ÝYŒ}6çœ7“§Ÿ‡‘ξz*ž;†I·>ÜÁpxY"YÞº\ól&Œ͘ Syàõ§Â>~Y“†§*µ{±2„Œã½]þßTbt"U6@§– J‘•›Iv©M–e¯Œ!0 Å+ãv»Ñë H’Tf¥ˆº†5ëVsÉ”KÑë $'çû…?pîèqtï–@÷n œ;zß/üääãèt:Λx>,û½^åÍËËÃérb6ù1㆛XºìöìÙÍÐ!ø㶻:d{öìfé²?˜qÃMøû[ÐiµH’Ô¨)źŽv¡ãàGùÛ¦Ô¡S8ÀÇwÜÌc —uœ$?bºv£[\zéô;ìŠ3‰•ï?ÈUcйS:vê΀q×0ûãÉõž9/|ÐHrVrøåÊ.tìTqë{"};Fàçç‡ÙÏÈÓxöƒç™9¶;¡~~˜ýc|Ãûl+jóJ>»çßÁèÎÁ˜ýü0‡tdÔœDìUÊô‹™D0ßõÛºŽS´R…ï9•/^ËàXÿÂç¼€‡øß$iÉË<|Û¹V7±èúöèV­aøý|þÑXB öòí£÷ñ̽+{ß3|òp;ÔÝ_0û‘û˜Öé,ï‰tð}¦Ýö9šÛßå·©=0çá¸1CeÏ«ZYóðD®™'sþ£òê°`²·.â•§7–zN;›ŸžÈ¤7ôÜðÒ÷¼ÞÓË¿ÍæÁk.#pÓZI0V.·‰aÏãñx=Ç—¾Î#s.äRí&–ß !¦2çÃĆéÉÝò̾‡iqÃÙøXÊP×ç)©· z(sî¿às«ð’üã#<²(Œ{ß{þ~F"»éNëÖJ±ŸL&7^|…µãçrNP)Çĵ—ŸZH6’œƒG BWÔ†Q}£ø¤S¸F=í@å¶ÅC~z6D_Í«Ï_@¤j'ëÄÖ.þ’9WÎÿf}Âüû†ÜØ?Ÿ†>­N²yá"¢µNòNlã·ßæ‹Öôó·ÜÝÝÔð6³iœÃ’ |#Þ»úöYƒoT•|ê*·òºUôLê)–½ë¯ÑûþfÜþZœ¿WÇz?-ö¥1ô¡*ÿ±&™4–ßy¦ÂØ…™_ocó§ãú….ÀàÛ&ÕSí° T´ éwÖ¯[[j[Çò'ûãW¡²¤ªý膺G]ÐêÑ¢¢?—„F¯ñufõ½&Z ZP¼JÃË]PaôNéUö*›²gµåqxÅs¬{¶ƒÏ®È¾,]}®ú„‚¬Côž:¶kq-»ÏÿU©.}UU?v<7òóÏ?3qÂtïÖUUÙ²u3÷Üu/[¶nFUUºwëÎç]ȪիY¿a£G©Ud¼üý:wî¸sdzàëœH:†Á`àö[ïä÷?–°ä÷%üþÇn¿õN '’ޱàëŒ;w<ã:5^©‚=|þÁV¢oy—7/¶øÞ×ìs–ÿõ ‡MŸ>Äe#{Ó9¾ûŒãöï“ Ÿ!íóËéßÎñÝþŸ½ó ªèð»%»é½'$!BÐHoR Eª€ŠAPì JAAŠ‚( bùT¤(UEzïB邏l’-÷û± ¤l' ¼>û`öÎ9çÌÌ™ÙsgîÐzÚQŠt§ù¢K,ñÃþ"ïz™lý|=R¨Kbëþ¼±ô×®¯è¸ÊºwûÓ!µ5KòŠ¿¯/oþrÊê{Ìë©aߧٺˇGç,gñ„géӵ¯Lbú up±Y¶~´OM¾.[½û‡3ýëOy©Wkcb©Q«]F|ÍÁ|ƒã÷H:Îý4œ¶)qF;×NåÁÑßVÈÓaÅÓªŽ1MÊý/²ø”Ñ—}GÇß3_ KÃÚ%:büª³9øD p‹¢^£†4jxã“ã‰\Ò“±v4 cóâWOÖt—ù홆Ôì0…=¥úé®ð÷Ìá<Üù>êÔ6!“¹v¨ÙÇ»ÍciúÎÞïÉÛÀøXº.<{}uÇ¿ÝVrX}’ †¯°ä£TöíÍÛ›r¹1}2z Ùëyïãý†Eoö¥sûn<1ù;>kg`Íû3Ù«‘®‡„œ#›Ó¡M Zuy‚ñã;âL-ú?F·vméþܼՎ­Ú½„6ë4™x׺#-Ô£QÛ<Ò<… I ™k˜¸à,áÏ/aáØÞthÛ‰ÞÃÇ24þúZ< ™ëxf ï~Ë´';дYgžýøcr?Ä·?§È„þàÜ|$ã†=H»¶]<á[fwV³}úgì)ÑË5ö~íÚ’¦MRé•ß^ëÌ 5jÐd /“\šBŒJϾÝ„ ª§•U=ª°FÄ;Ï`ë/»ÈmÝÂjz›Ê(.ÿTÔjz=U’§Ü´ -Ú½šØ—gãƒÜë/4¯ìÌȾ ’„»»çþþ˜Ú_çв7ôÆ€”ÒÕÇø¯Ú $±í_æÈÊñÈkô´$-ù cPÿA•žÔ«›Ì´éSI®—|ý»èêÑDW¶cåQåòjÇÖF¯×³páBôïOµjQ þEfÏýŒáÏ¿ˆJ¥æÌ™“,üê+îï\$»‰h½e)‘³uß_Má•>É4»öQÿ[ÄÜmC˜ÜÌcw)äð¬ôž~ƃ_ãÓfá(³.P”è‹BÊD¼»Läó§j¡B†³JéRùÉ$…út }r…fO¿Ãìú\X7› ¯õæ¤ôŸ?ŠÂωÍ[9î;”&4Å[w…ß|ÈŒ—žÆ¿öO<[ÓÉ~= öòå’³(~Àˆ¾ÆÉQ¥D¶Ê¶tß'˜öa3|ŠŽóëïòñÛiöÄh&?i?òîïò|D~^ •#÷ Ã;±Ã?ìE°¯’ÜýKyï½·x!<…eÏÇ”äiÅFR[Ç÷ã¹ot´~îCÞHö$çàJæLÛÃõ-hØûQ~®¤ç¸Ïx³–žýß¾ÇûÏ=…Dzx6FeŸKí*éÑjuèÊ$‘+Èásß«L챑¡¯M K½ñ$my‹qkxúûa$¹€$X‘É`µÞÐë'tVÜöo¶U¥¢$Hm0³@êúû—TT8y6â±þ¯Òö¯n„¤ Pxòöå»Ððþ$Ü ¥·ùÓ¤{¬ÞÄž õËøØ’4êàüØÅÙ,’Axá ».‘«…ÐÄgÓáF<šÀÁnC6ìIú´ˆÀÅÄx_xz;iÅ.$·Å¥TC¹çžÞÌA œ~µ.Þ¯–¿ßëxÅÊ¿sÑPYfð!¹} ¬ØÁá,õÕZÎ,ŸÄ+¾fÍÞsä+=ð(6@rE:ð· ƒÝò”«7Ë~T*Û®ÿáBüý)¨ÛĺSE$Ǫ€ÒÖFÑ—~r$Ã5ŽoÜDšÏP¦¼×oí%öü<‹é/=JºvŸõAawÕ‘s!ªõäÍûÿà…Ï?á¯ÞSií-ƒÂÃÌÿèoܙʰã/ñÞù´’„ºŒo, :9œ‡Y?àÀXUI®Ò¹—õ‡¡ãâ§øí˼ڴ^6ô]ɯyáµx…ÝbpÎ=Í9uN’D±…k•$Öê$:—C«×sÈs0SÆ·$ˆ< ü#ÁRUe•;. (.Ðb0˜–ÃIÒpКŸ3ë3m¸×â¼Áö²m³žTV¡]m™µÏQÓß.™©‹ìJÁ7´j’Ÿ™À QNœÿó &LÄPù¯,\½Œ^öyÒ‰…Uß-õy«ã¥ ñ]êã¼lëN‘R[rì-äú·¦]”ªrÿ»™vmËømÓoÍ82´%Oks@síÒ|ýþ+þÅ–±ÏlþÙöùãjælRÀž[àWî¾€TÎþY·–ãò«\ªÕ§ItùdÚs¿3eµ’"ñ2\aÛŽ‹ ŠÇ×EN!¤Ä»’³üC>þq©nW9mhLïN­yyHg=N?×x¢m ^º+¤SÐfÈT¯0¿‘ù´dÌsq´žÜGT¯ó\§X¼uéì¼ øš‰‘ùZ)CéA°7ämýßö&Ð#ÉJzÖœY•Á–<ÍØð‘:‡ùÚœÝ+® Ì\ͳ-úð{Où뫞„ŠxÕõi|é){{wÙ-{’^‡{hJÉ ©|‚:c(Ì"(¾Úœ“¸ùEâš‚$,þp0ØÁN®—Br½’òn"âm®¼¸¸xôŸÏÿ‚Áƒ'"¢:#†¿„N§ãôé|±`>]»t#..þ¦ÊÐjµ–ö^áÙk1´œBk?2Ÿî ª;› s×2ªÁýøËAÊý›æÁ¿×—Ì™Œ[Ù¼‹t$Py‡S=:úú1ï:­½T:IÑRœû7Ó>?Š_Ï|ôlŠ1F ¸ŸìÌ¨é Ø×i4 Jã=ê°4kÒw a--·y•Ï3$2Ôâ6BSzê¯áH.„5ŒÅM¯E«7QGvÉVŸÔF)¸“B¬n=¿>–†Ý»Ðºº4Œ&wÅ ^]¿ƒËê$9p”-èQ"\B$#W-cÄßÈz* _ƒuɳþbæÒ‹ø†)ÃuÒ :Ù¿ýÌøÒúÈþ‹é_ž ÖÈeŒ{4%P·Æl_7ŒŸ–§óø35ÌÎ`²=IZc}§M¤C‰e.Ô`ôò¥<¡Üh2ê}þk/¿¤¤Ö¾u [ÌÐZJ´Z-’™õ;kµbСÕjíD«ÇPâ;´Z-Ý¿ßVmÚ²W™RÒõ£ù nòƒGÇÐW_>r%Ȥr÷ÉC™µFòV(ˬ(–J—¬(–$p®Éߦ݆o™óÉ4Ftù˜{/dý¬ Qš[5-™Ð§ôÍäÆÊ©ýÁôæîeoÆÉ;W“÷™²GémÅiŸòh¯Éë5‰…SS sºÂÊá=x«T :øØ-Ïz³èGÑ¢ÓõÕé´”MêZ§; T£Xµæâ£p*>ÁŸÛsñk–JˆL‹V{£-µHm„;дyC2ïçõé 9Ð~$µ5ööW ÙóÀ=˜„^/Ðná¦,=N“AÕÈYý1__HdäІ„LRQ|é9EZÔ2m¹~ 5ÜDý€c•TQ®²«Ô£h «NàbA3\4ÖûnŒ3dáFÃFÍH‰óFN-ƒVK¡…k}?a͇>¥6Ökx#Z4N¦´µî±P†Ã¶)¦P£!ßpŒÓûX5ç]þÔzÒ¥C$ mžI9t¬û9LûLm†u;Ç™Ÿ7ÛR¶¼¼O·fï>ͪЮ6Î07¦X™U¬ }…1H[ÒÖÔõóL¯Tcº†IxœìÈ‹ó¿b_ÏWIÂñ1¯ðÄ-hƒ–ú¼Þúxé’Øª‘¬Zs’§kTÇ©(k/ãÓ¢ÑÊ~²’i×¶Œß6È,·ÕØ1 ̵5O ²›ëhï,ÿ¢´>öÅ)më3Výñ3¾ìÊ­ñ+w_@êÜW<ßç«r_ùõûÝ“ƒÊ? ËØÃò3xõ¬qåˆGtkž›;….þrÀ›ÖïMcÐà1Ly²'Sd>Ô<:EÐèeüà7–·çŒcÐgZÀj©CIX9 .Ôý?–û¼É›Ÿ¾Éã_2ÜCâhÛ4“ÏÓeîVʤó#höÄ'Œžp?¿í`§L¶D¤Üo>O™ivµdw Û§DªÜ–6$ IV9 uùÊE$IÂ×ǹ\‰dÐP³9ê€:I p $(®*¿X¼ÃÊ=²¶}Í»vïd÷žÝÔ«[ïz`ÊÑÕIæÊKˆOÀ ×3gî\žúáááœ={–¹óæÒ½[wâªdù§¥I ëËÇ:X‘»$¿~̳1/½ÛµOÿí!ýYüxìu­ÉtÍÞvhâEîÿv[5¤$+©ÿ/÷iÉû žam‡q|(ªïUWkL‚Ë4¶/ßO~»&ÆÉžá*[~;!Hò‘Up™\Že"Ì™ê­gB«ÇòI;ê½:‰__ï“‚ ¥2lþi¹mï+Y}\>?ux}j©ôìÙ™OèS+±%ËA9ýE6üï T{š/…»6p˜xÞyíq:F;y\ Vìêð„Ýòܨ7ÇVH^ éÙXÍðek83p0—·óçyšt¨alû¦V:ÈhÒ±&¼¿ƒ#¹zª_µ³¿J…dfk‘»yãê›Ê³#éñÅìì>€Ý³þÆ¥ëgt UqÜÇŽ_ášN"@yCãÊÞ›ÈÊplTÙ¶^öoSßí˰æ«xï¹Nkû(}ëC·†!8Ë@máZ%?aÕ‡W®W¬”á¨mÒ¦pý)7¾÷N Ço0&Õ¤\“rØd+/Ó>Ó–{kdš÷×6•íS~u†5{ËW¡]mœYšÿØ2Ö˜ýÞT:™' Í£`Ã~ŽçèIôt|Ì»%mÐRŸ·aÞ¢öªÏ£Õ _¶–3&ìÔjVžó¡Íƒµ¯U°ÅF71Ÿ«4~Û4ײßX›z9§)ÙM¶¿;Í¿øYûjûØÖg¬ûcÓ¾ìù•»' %óåÁeWxÐB’a^aXéuFó¿Ý£Í¦UEô`ÊêL©´ò'ˆV/ΣՋ6Ê¥ð¥ñS3XùÔ Ûu±X†ŸÔ×øåÀk6¦,¯7 N|ƒÝW˾­Ü•ÔOÓȰY†ÊyâRŸ‰¯0Ѫ ï³h÷rš–œ²'01‘/°®w¥½^O¾æEEE¸¸¸âì_ƒ¢œ³Åu@súOd 5š3#Iz Ný‰Ohz]!ÈäVRØäÙ½g7/¾0’iÓ§R¯nòMÜ,•—˜˜„Þ``æg³x {w~þå|àA“ªp/²¹|ŠHûñ[Ž28:°)ßW¸ºèçtz=’ÞÄj ÌüÀ5÷ÃÒ`fEÇõurf~@ËqR€A¯Çú ì*_WxEQÝþØq”-]_€VºÇÓ®þªÏ'³œƒ]ãDGŸá¾ùc™8ùçÒk2tZ 2=Ξ.PEÁD`ðfò°æñ-&®KyGÙt Ô jáïdcßUGÒgæ*Zl]Æ7_.àÝ!_2«ë$¿×ž@K×ìö¡WM· Ke(´MX_>þ 3Áj5~¡„º•¬Ð”0.#0Õ6mñs8~¯Åyƒ>Öš½ÕÎUhWÛæF*³ö±u¬1÷½iŸpCe鿯¼[Ñ-öy[æ-ž4zì>ÜŸþ…ßO÷¤õÊåœ ¼Ÿ) æüäÍ´k[ÆoÒ8â¬Íò+ææ¶¿øùßð/6Œ}¶ö«vK7Ï-ó+wI@ÊÏ?ÀâõŒ«"°!¸kâQåŸ(þlß±•õ¢P»QHýþœß¹„¨ûžGŸw]Áe0è$2$œ|k‘•¾yps,¿aâN¦¨›T—iÓ§R7©îͶ`Cyu“Ðë´,üêKú=Ö:‰IUzƒÙÀVÁ~ÿïALdê#áe¶|qdöó¼þã÷2†:ÁITwú’}ëŽp-µüÒ{Pâ¦MNñEÕ•žŽNÁõˆQ/`ߺ£ä§Ö3&`Èd×ÚãЃXO™‰wtXx¢h«ž. ôìàËŠ?å‹Ý©ŒLv¯ôGe«x,5”ZïÈ=…'·rœšŒxúZD(P.8ÁeóyV´‘ªDŸ]¿ï'¯i#Ü+<ÝG’p N¤º“C |4јÆÔ“1;ž¤QNwÓ=oëǼüµ–žŸ}GÃï1úåi´þé5šzÊ­Ê$)-´C…!^•v‚}j9•V…Iw@[-ݲ'™ùñRæùö27¾:“'~ê‚ë¯Ùv¦Þ«ËXæþ2c?yŠô8‡7¥÷´ßyoPÊr9”a¸TaBXöomÆ.~›6—KWýÖhà ó§Ó5@fBfgêŽYÆï¾ã7}ýçh¡ ´K 1Ê s£Ñ;+ùÙ o|6†~3KV(7Š”Ç{U1$w¥f‹æÔüa&?8Õ(CÍ6<3o1¯?† Eíçùú“s_>„ú®Yœ3Ôãû*Ä=óÌ€hzÍÅ(ß‘<–ìÎ… óøð/‰Æ¯÷#V’¾ü=R…‡ &Þ{oƒžn¤<ÿl~ù{q¬:%Gà­Ðp9}»óZ1úÇd+÷·db—ì¿GVjÌbñœ¨þp"þªÒ2uó¬h#<óìÀšôœó"O:½ÀÀVÑxéN³?ð*MÓ”§{‡Óÿ«Q<çö5ÂS—IúI9Í{w š“v.•åÚIvlÞ™²+Ñ”ÞÄ&Çâ]¸‹éã–¢x6/6‰Æ-f+º¿ÂØiù߸†xX“ÉÓB;lHÓN1HOeì'}¡ÊÙÁy-(Jm¥ü÷ÛªR.ÈL]•ùððªl6ñ´RæÙŒ©‡³™ZöšÒŸ–#¾àïf¢üÊHžÝ”ͳe¾s©ósß*“Î…æ³O’WúwÝWXvðÛŸž*|iúôLÖ<=Óü=NA´yi>m^²!O¹?'.£ãD O/d.Äø˜5>6ÆšöÈS¦Þ¬¹eK}u,½úŲè£7ùÀ ¢Ù§Æwa”>–€¢óùôÛšE:qaãB&o(&é¥^Ī';û«AC¶Ôîê’ü‰8šÁùÛØoH’•»3h²É×›ð-7“‡?à£pзä`Çæ-œ6hÈ:w˜–/áçÝùÄžÉË<Œ‰lè»Ú ²d½†èÚáxHìÙsœjâ­–Y¼VÑ>V}¨Ü„t-—ám̵;SiJ¿·ÅÏIf|fkë÷âdÉ_ÛP¶ÁO¸¶{«Ö¢smËöɨ*»Ú372cŸV¶5’…z”€¢óÛö%2À IDATùó'|u—ÙûëlflUÑü>ÔR„ãc^—¸ãüXÕmÐRŸÇÆñÒ%>Wc霷Y,Oâõn‘(ˤ—¬Ì¯ln×¶Œß6͵ì÷Öæ€ù•в››ë´3ûnÐÅ¿è­}&ëÊD¹VífÎ&­n_¹kRÁ=‘ªôôP¡PETDT…´Ñ\XÇÑ¿>ǾŒw”!÷ŒÄ0™s°å€Îí>–ÓŽò¼½½o‰l¦Ÿ|d±ù› \ ïG§(§JiÜ ¥çrÖ|»¬F­¨óÂçÌñšÄÔEã¾ÀJ_’úL‡& 4õŽúÙcž™µ{~H‡æaåÊ—P7ló\'2ù«×6Ë€:¸]Ç-à¥%'êHT¸§â ãØi92ŸæŒ[¼ˆ:s>cÑŠŒýÊx¼§kpmwiL‘Þ1Ù¤ ïk¸¾ÚäúÑéöߣ¬ÞÞ¼Ä[³¦òì/F9܈m€Êf©©=l_z}ÄÔ…ñÒãûþÜkÒ,%°ä¤Wêÿ‚ÙÞ“˜öí$F~­Ü­ß›Ä‡Û®´ÿIšpá{Æ>]qƒC2S6Ì¢ú’÷Yœ×šÉO×Ç üÚðò‹õèúþx¾êµ˜§c¬Éäj¡Õw*“¯¾Í”¯Þâ…yÎøEÕ§S5çù<þõ¶ª”s}k™ 2ž^^VÓäæäÜþÉÜM®Õº?MÛÏ^äÕƒ<–ì^ætª’$ªBv-ÇWŠÀ³&†ÏflßHÇú«NCv!¨ÜTÈJÊ‘¶áÅ·Ú”ëÃj7èóÈÖè‘\+œ¨t3y˜õŸÓÞË^.ÃÕßvýÀا0úD¯jÄ7ìÆ_ àÁ?ãj< °¡ïfdíü/ùàb!îMôá8ÚøÈÐ2MÒWìóVêDeÂGZ å[{ÿ¥Y¿k¶Ý•³–÷K6ø9s>³e¨ ÷Zö×Vï—ùÒjø¾ò%ïÚš–3ZX´·UÙÕι‘iû4²q¬1WG.D6¬OäÊE¼ /ÅÅEÂÿ!-þž¦’o.Ý)æ÷éÉ÷÷}ÅÏ×B]ú½þ_÷éÎôÐOX7­i…-Ñ·„m„]…­waÝÞ¥cß¾=»éܵ»C÷ž;{†¹sæ0cæg¿E€Èr¬’OF™ÿÏ-¹®)I¯ô`Æ÷©a\íx£C•KÈk«o¿ÓúŸ£>ü^ð!ÿ¥§ñÿ–Ú‰¥vq3mî^›;ˆ9–˜×ÙZÿ6Õù-ûfæ0™Îá¤")©.›7m">>gggôz}•ä­P*Ñëôìß·—ÖmÛQ\\Œ\¡ .>ž-›7Ó¸ISü‘Ë«fE–Á qõÊe¶nÙBR$œTªÛ^ž#Í®Û°)9mÑQLôoÏÄÅZ]Ü õ ”ƒØ¬÷߬7‡Úgñi~zc³ŽIxÕêĈOÇÐÚ·ÂRéÆëå«jRn«o¿ÓúŸ£>ü^ð!bœr¼ÍÛ» ín›‰9–àvÏëlÊïŒ}3saÀ4jµšZ±q¸{x°ùŸddd`¨¢“åär9~~þ´nÛŽ5j’ŸŸB¡$22ƒÞÀ®];ÈÍÉ­Òò¼½½Iª“Hpp0jgd2Ùm-ϊ׿W†Tѱ„ïhraƒÿn½9ÐîUÑ<¹d OZê?ŠPú.ÙJ_Ñ·„þÂ6®ÂV‚{¥nÅØwÛ)ÀƒžÈÈêÄÄÔB&—WqÞŠ‹‹ÉÏÏ¿Ñ!TDרAXxzC>µ‘Ëd8©T׃QÿFyf‡™{äé”x 'ì|§#“‰õQÿÕzí^øaaWa+¨[Á ›RË~þIXK 8L×zÜóP…Ñî……m®ÂVQ·#v­Jwn&,&ì&ºp£Å뇸'ìp¯è)ìüߦ¨¨PA´{°±°°«°•@Ôí]ÈŠe¿X¼.—Ëñðô¢Vl,þ·\»R":)n}Fî òrs„„@pQXPÀÉ“éìß»—¤:uð»ÅA);R¢‚ø, @ ¸ñõ .1‘£GŽÐôÎ HÝžˆ”3hfx„òï)$D´@ @ ‚[ŒZ­ÆÃÓ“ÜÛðÀ˾€Ôm:ò0‘ñVkJâ¹÷ÙÆ Ñ"@ @ n1r™ ÆSáo5wÜ–=oöâ~˜Ô•äýÖ¯ü}d“$Z…£ÉÕƒdŸBvŸÓ¢æ@ @ppÇmÙ«)ŸGd½¡(œ|ˆª÷ þùœ­†DMYCáB‡®5i˜{†éë³É“dx‡ûÓ¥‰ IÛÓùæ †¢;ê=`r¼Ü – 8zU‡Á¢.@ @ î”  ”ïÄ7dš¬ñ {ÞÄYº€†`»òR…DòZG/În<ÌiÅT\læZ‘|¹²ásNèøÏÇ< z²²4\Ê×¢5”n®”¸z8)¹Aô¾/šÞGX˜®Åp§È¬PÓ¬UI§Ò˜|¥Ì .“º@ @ ¸[¸#¶ìyÈNPS>Ÿ0Ùjª×ޤ»ˆ\ÊB&+&:eì|ˆó´'M?ˆ<©ºMy:¹¨P#£Fƒ`jœ:ÍÑ¢2.4kâ‹ï¦@&éîœ £è‹Ø²>-•kÜs™÷}.-ú;)º#•o[’U]@ @ Ü ü«+¤T䍸ˆjê¿ ¬–B@õÉ89¢ÕlFåŠT|€€¨.xÕ#,ý;ÂÓ‡p¦°9û #)ÆËBÎ2\Ý i¹¦ò¡Kì%Ží),Y#Ã#2„žz²õ \ÜäÈ$ Þ5#y¢‰7þ*À ãlúE¾ßt• ZSE(‰mI—ên¹ÊÐää±}÷9~?^HqIšÉt«åNˆ«¸´?[ ÐʈI £K¢7!jÐæå±iÛV,F'SR»q]«»âï"Gfeó×áBü¢}I Rᄞ éønãUÎk¹ŠæÄÓ9ï8ï®Î£ÀJÉfÂÖVí&SJ—D"Üd +fÿ¦c|“n\ýäûqƤ»3u·&u‘)©žF×DoÂ]ehó®±cÏ9–ÕPTr½¢ÍtùùlÛ~šeÇ‹LÈ-@ àßâ_ HµQ>„o¡µ{"“«(Ì]ƒ¶À •K$:¹ mÑ  ßjÍqó ÇåÐofö`ƒ~!R˜™œe¨Ý{•ŸÒ½é—LÌ¡*.4Oñ èèIÖzEÑÝM\’È¿’Éï^%»PÂÕÏîMÃé›—ÇG; +4drB=*¼Ä·çQ WQ3˜ö-k ;Ä‚´b 29!‘ž„]æÛ?sÈ•)P¢•d„'×dh’ÄÖÍÇù)KFµÚátkMá‡Y#Ç?ÄÍ%mÈ%_áBrãpÚ7Õ“¶÷ßîÖ‚·/4§oÎ5¦îÔ “Êד„œjVÊpH¶¬ŠmÀšÝä„Ô«Á°éûβð|µ åU-:I@AúI>ßc´±VSˆNRUÒ%4¹O%;‘¶û4 .ðªD·æ1øI‡øü¨ÑÖ¥6ûæÏ< äNDƅѾeuò®fu¶Øø÷¯"&@ Á ì HUqáégÓ0ëŠ÷­ ,ÏàTd£-º‚A_2% §pä 597páØ?dx²M?‡|³Á(ã¯_gWsúÐyö'FÓ±–š#ûŠp!Õ­€å»sÉhl@éê„“ 4eç°+»$‹K…(¢|éê‚zg!Z3öÐ]»ÆÁ3ÆU<‡Ïä‘Ý9žGSN?ǹ’mhº¼<ž»f\éÈÔ^´KTsaÛA~|î…\ã,ž$·Wq<-“}ٜӠªîCïjn¸îÒS¦~$µ‡meØ+[Va¥Óú,ÙM§ö Cò¥1ë5ÊîœDQbŸÂ".djnØX^Y—öI.\;œÆÂ%yœË§À3ž¾)„?ÇYéF}:k¬£W!¦O$‰¡N¬É.þïoËü'0\KgÓºMìMWÐö©ÞÔr61‰î [ÿ÷#ë÷]  Ï¯- UåíÈË‘ëØ²ïî‡ðPuµ0¬@ àŽÁ®€”V§¯ÒÂ3‰b•ö ‹גpmžé³¨×7ïŠ5'Q¹%“}y/gþJN±ŠŸã¬¾MÉÝ–d‘㬒!s-/‡å{ y9)ðC‰Jö¤8í(›³t„ÀKR¯GkáJú~Äú©PKz åÀ’^¶b4N®G/dУÕéK‚)…:¦æn*ôœ,4•œ¼\ R€oãx>h\>[‡IW\ù¾< ×pÁCa@«3¹z(‘ŸòeIŽ”a“lú Á9Ëv“œ] Q8uâ×*µ $ƒ¡œ m+yó8™^6ié…pŸAJ='4&l] áb!Ôr‘a¨$·à¶âtï¨Z¸o }û-"“æ|ûxob´›y«ëÃ|t<ž1¿üWSÜ4œ>~CdÑòë÷Jy•ÓÊî^C1í¹WX¦q¡[«Q<^[tKíÈ¡€TÁvÞ~t ÑÆqD@J @pGqGœ²wFך3ºÖÊ·ÑrÿbõDW”‰Lq™Ó{¿c}ÁD.–Ja=C¹ 7'(Î×£— \8pŽƒu£y°© _ïV¯ÌE#É(*Ôƒ“•LBîÌCpN;Í‚¿òÈÖ;‘в]‘ŒÛÆ*íT“ÊÙ¥ô/ƒTæ;3i$@†Äñ¿ñÝùòëvôEEIN•î“  `|ß•$zCéYz¦Ë²· Ûd+êÂÛŠÝÊØ«Rû‘n”Z1myÙ$“y˜ý¾4/É€ÎrY…üw=RÁ1–Ϛ¬ūØt4-à^—fú1zÜ`ù(n›,Ú ³lw>°_6^bTÄn¨9˜R0O®ÝÍäúÎfÓŽN‰¾—by@ àâŽH•rI߀l]$9þÁÅÛŒs«ÉÒUç’¾öm”ãæÚ"=IÂPÅÊCZ^ªãIñÉ46ç$ÅEc@ 'O‚Ñð˶KÈ‘žùpÃl@Êø]™`‡LAD„3\ábQÙ@Vù€ˆ6ï— Á„ÈÉÞ M%ñ••î»»¹*MSú]Ù{)Ã&Ù*`Ín¥ùEFº :W~ËžÁ€F*ué‹åMÛV›{óº"#Q¾vý%æQQ.…³…fl]²Oº‡Ð_]ØÎ3ûhùï¯ÝêEÁ xmèm•GUc03§ä°äLMúõÂI·£Ü;ß,¦Õ)@ îRäö$–¤[ÿÙW4˜Œ‹899“q1“}EƒíÏ9nJÐIÆ-a’Ó»OñÇáKü´)‡<ƒ1]q‘”JT@Qî5®âBóúÄ»îïF°‹Ì¢ÞN!!tNð¥v¸M›ÆÐ7RƩݗ8£-·Ð§Ü}MË÷á^;†'R©îI­?ZÔñÅOfþ>®WL§)û·£eØr_Ù5»49¬Ø[ˆgb C›’îIl”ÂUÈuÅœÊ0àF»š^ÄFúÑ4J¼¢.…9,ߣÁ31†A ü¨æMÓÔúFÀÑí9«µl3¤ÛÓvÅÇr_¹-®²ê¥Á%Á¨ :¿¾ˆ¿çÔñ}ü³l.“§Œ£oÉ&8í%6|ümâ‚ñôòÆ':•ÞoÿBº¦DàÂÃÌÜú±áøxyãéåWdc}g%g‹Ë™³ƒ9ÃÚãç§W‰ƒ&³¬LšÝ|cW®Á›ÛÐŽl²94¬~¦>^ÞxzEѸßdÖ_)©)¯u >Ü·D·@j6ÀÄõ—K󰢇Ã2 @ îuî¨Rçt©dá’v€œÂ`ÎéR±ÿuêr\• +Ö£/Y£ÏËäç5e§÷ÅÅ+pUHè2Î3w5ªÆ°XcœN_\̹ãEhÍ­ÐˉNަµ‡Š صé0Kv—œzw}¥NÅ-c:Òÿ9À'šH¨ɺ2@OæùKœ<¤¯|ŸÉReêEªT–ýeØ&[…ßGVí¦#}ÓAfFÒ£n$O$ËÀ åäî#ì<ÏÁ¿Òù»SÛÇÒg÷¥±ódQÙôœÞzˆéÅ‘-ª‘x½ÿf³aL;ºÍ;Sâ eè3²|ê6¦}ÁÖ/"Dwž¿–o%MÈœqS’Ÿ}„USzó˜ïÖ[êÐn»à"ÓŸ¾–9ï¬@¦–AQ&û¾Ã#nuÙ;½)ÎvÊiµÙ`K!©ó—põPC^6‡~}\Ù¾âj¨”(óOs^ëIP¨š‚󗸼ïÞë­¡ÆÞ%<¨³ ÇMÊ$@ ©;* °14ÂÆü+³8›¹³7[M–wäϹþ3ŒóÒ™| ÝVc ÚKg™þ[öõSêÊÿ²+dí·›YkòZ1‡¶§qh»©‹•ï+¾rŠ×?9U6ÒþØÎ³î±· ÛغÝôÅÞžÆSùå^åÛï®òm…¯MérdGv˜+Ä>Ú<–|±™%¢Ÿß3ŸÝFºH»ûcÌþÖYÊóÎÎÜ7å/–‰"ë—a¤øÌ_ßfîá.¼YšÚ…n?¥±¨¥†_¤Ðï×Z£<èúù¾|$” Oß})9V¥ fÈåß!ŵ[#gÀÕ#œÖÄ2î×õŒJp]eåE²ZKi¯ÚS.tû_‹Z»£/.•õ;tg–òúœÓ@Ïÿ¾‘÷»‘¹ê)Rz.åø‚Ùìxå3Ø¡K9YÌØ&äœý6þºá~F7ìÄœó<ôwvOŽc÷è†tš{‘+«—‘VØ”ÚöØÜ†vd‹mš»šÓß™NKŽð]'w.ýö4MûŽŒí³Xpx0ïÖq¡ÑÔdNÖpõâU r63¦Ó0–çmbÙa ]¼Íë¡;}32 @ D@Ê®€Ôí*KÃÚüidécî\ËUÜ"&Ú’@pK¹pþ<‡ ;+ €ô4‘J^r*åqš£k8 hÌ“Çà"—öCèäóßdâÏý9H‘³ö%¥u4üº²Î¥ï›9 lH¿ö¡8Z•ŠªzezUÉY­F7ºGÍ`æÉ#¼›ZoÚà™—F2°Yp%Y-¤•;¨‡B¥²)]aÚpšª1£ìÅìcœÎ5ÐÜ]*7uè€eîñ´U2缎k$™ mj£˜{}îErô–íXQÎBÚ‘-¶ÁÕ\ ÉpR+A-£¹ëwü\p†íé—Éoofø§›¹R^*²5œë›×£ØA™~úþ;áÐ@ n3r¹O//jÇ%zGÈd_@ê6†].ꓹÓÃj±’}†ÍLÿrFÔ³ºŠH¦öÄ[ ]aï«è„£ÐcPV^YåRErRœÅ%’èÿÞbú;Æ6aĦ,V}wM÷@ÜmL[ØÖŸ0O ÷*[þ9Eaã蛨U9ÆÝkΦg¡kíŽsæÔd%È&+¨+#F6Á_ ºÜ3œ1„PÝÕN]l Êl|6·¥Ùd«ƒ¸†ƒßNg]!@ ­bÉ\qÂxšjl_F?ÛÃŽL* HYÖCzÇ1™*’@ ·o__6iž]»ïˆ€ÔwÊžøˆøˆSö*’›“«›®îî899™ F ŒbÀ'ïÑÜà,?ëIj|4á1$¤>ÀàgF³ðX1Êjðöp ?G6$0 Ú~$pïøOÄ9Û$—Sd/ÞìèÙùv+Bƒ«Q³Û¢Ê§£•Å5Ž.) ÀÀ– ‹¨†äc¬È2¡NÉ©Ù;žVÕƒª™Dr“®¼ºÉx~ZHí œìIëšHŸÞz« ¡¡Ñ4ÿ˜c•ª'¥d+Ü®‘xhÑyäQ½y³w  eÛûˆö $(ÈßjIô^x­ºØBUÙøflnK;r²Á6¤áׇc ¡É+)ü}“5] JIÆàÈÛ´nÒ†]Ÿ`þ)Ûôp½)™@ ·NKPp(¹9Ùw„ÉA¨Páæ‰BîO§ëùñõ‡HqŠÑJ¸†Ö%ѳäÄT;t±‰ªj 7as›Ú‘ ¶©m ¥YÇúDû;ƒ>Ÿ< ¨‚êòà˜Å¬ÿ´ ðhþK'ô"%Ä™Üc;Ù¼õ *"ê´#5DeYGd@ ükHão*ƒÁpGÈ#3ñ¯P<ÿ̰ÂéŸÎ"3Ãx¬Ò²ŸbÀà'D »YøÅ\º>ÐÃäµË~¡ïÀÁäåš?—î§ï¿£eë¶b«@ @ Ü.®®|³p™C¢Œäææ°~Íj:wíÀ¹³g˜;g3f~öPh€| È*ùd”ùÿÜ’ëš’ô:@¸ñ–VI.ªC @ @p;)@ @ ÁmE¤@ @ ·@ @ ÜVD@J @ @p[)@ @ ÁmE¤@ @ ·@ @ ÜVD@J @ @p[)@ @ ÁmE¤ "…'XþÕ.éKþÖ_fõ;óøÔ½hlI/T ZÎ-ŸÆœ­9nW‘ÖÚú)=_¾Í˜™ûÓÏË®o3vî! ïV­è¿óó×yeöÁ»³}@ ¸­ˆ€”@ ¸÷Ðlá…ÞT~s¥U†ìÍL|¨9½ÇÎä÷sÚ’éÙìúå'~ß_90`2ý¿öCTÙ­«X±3ƒ»:6vOè©çÒŠÑÜ?è}^éÑ‹v_Cª ½ ÷òv“`ª÷ýÉtÕB[¿;͖̚¹ñÙʳ8Ô[ ™lšósמG{·êhEÿÍŸÏ`þú èÄH"F}) IDATà&)@p÷"eòc'oÊlõ‹üº}ý#œ,çooú[Máa>Ø‹Ÿ¢øn®×{AÏ‚L›tšþ¿bßœ$V¼ó§ó«@o¹;q Ä× @-f@ ‚¥0@ ¸÷<ŸaÞ*|ªy—w‚Ê0zÎ߯Ã~Á¸+lÉÇÎô­¸6bšA0‰Õ]Í®›ÏWÍãó×𸰰@ à_F<÷NÔ©O¤®¯iÒ]bÝäA´mG¨¯7Au`쯧)2—‡¥ô†+üþJê× ÃËËO/o› âƒyy²cA^ÞxzW'uÈ\öæKòHju<½LåÙ•µB¯çß™QKÓ+½ËæÂì6Æ2¼¼©ûþ!Ó:è3ÙmÜâ£ÏàŸOÒ*6 DŽ®Œüj?×JEÕìâ•8ob_ÞycËcÞ<àM³Ù§[y ™üù^/šÅ…ó÷ ¤Ñ¸hÐqvñ ’«ù¿÷«EËa_°¯ÔUª§µ²®²úµh\;¬DFoª5x˜×–¡ TW[ÒX-ÇA[èO23Õ›À>kȳGo©€C_ §]í@c¾A±´}s‡±®t¦ó´ˆ¥vY[ëÏZs´U¤è?¿Þƒ:ÁÆ<"šfAúMèWBá¶ tO 6Ú7ªƒ¦mäªÞÆö`©~‘çVèhÉ?…kž%%Ø\ýZÑ¿4ÿÏž¡}|‰ ½ü‰HjIïI%ï.³ÅÇ8Xw@ îÄ )@pâAë9ëi}ýïv¾×•f(øá¦ÄØõùhÆôë‰çæ ¼R£âýVÒÇäs쯤ù`þì6øi³tÜhÆ¿´ŽÖ/¾Ã¼—Ñ-╱£ÝŒÍcãQÛ”çßõ‘/f¶ÄWw‰-óÆ2aèc$ýÉ+µol?ô}x?¼”€.Ѩ*ÿœfßäntŽÏÀ¢Ö‘(3ÏRX/' Ù;±?¸DëQ³¤©'gWNaìsí9.må‡Õl8 ¹ì_¾Š}ÞÏ3ïÓŽ„H9äÕ@ßä^ŒýìqÂüÈÞ½W^ÉÀȦlz5µ¡*õ´VÖ5Ž®ßÀ!ß™7ý>|‹/°mñD& mÃQí?ŽÒ–4VËqÐfLkMïâcsôÜ×ȇ}¯=ãpÉ9Áiu8Žm(µÒ.ã*HiSýÙÐÆ Žô¡Š¹\þ~í~úÏÓÑiÌgLnìMÖžÿñÑ{Û×ﺑiüògŒ­©âôÓûfwN)6³êùTVêUf±~ì”ç–èhÉ?\4&©Ö…WÞêL çl¶}>†÷ÊÕ¯µv­aχ]éða:õŽã‹ûãðÑŸ`ÉK£øî¯óhG×ÁåV´M@ " %wRæz&|–FÂÛ;™:4' i¢[V>ÌâŸO0b¤Ü¾ô£œpŽlN‡Ö-ð õøƒ¥}NÒ¢oºÕRAëòþ‘§~ßÊÕ1ñ„æØšg :¶kЪ®µµŸá×?/òRíˆë]í_“ø„³?ê¤ìõŒŸv€ !+Yü^ÜË][É„é ¼‚¯_oj¼Ö¦!>éupIÆËíeüл©ý^gþ_gÐH·§oØR޶1k}¨²ì;H+v¦^»X³Á»ªÐ¹)ícàÂNŽØÐ,Õý¾¨êu´äLªïE¬_ÙþiYÿ¢³›Ø§q¦qúÆ`ÿ^Û@ðï"VH $!¡ uê*¦5+ûL†“w®œ±3ý¥Êe(œ#an¤U8ÉÁ !I払$½Ñ É€dÌÚÔE“×då®ÉQÊ@WlÿÁïÅi³èÙg"¹=?äË)ÍU]fÕð‡y[²rPzáW#ÛÐ;ÖÚÿ“ÃÄýŸ½;‹ªz8þ–ŒeAPw6 wÜp_ó‹š™¥¸¦i暊¨¥™¤¹/dj.-¦•©iЦ¹d&ùÓr­Ü2—\RYT–afîïAEf†-¥çý}Í7™{ï¹ç<ç9—¹‡{ï0%ª­+Ûw¸îm[,3Û™¯}8¼ã xõÂÏÅʬuÒ~Í_›,®Ÿ™í6ž“;P±i_¦7íI¿Å­xnÂ,6OêÀ«æÎH™›ëùoæä…·ŸøGHnÞ$ǺJûô×Ù»ñ7ðL‹i¿˜Ñ¯¹ôÏ@ ëSmÌëøPcÜ®\(ÕÔ øuçiR›?—ó•]fcŠ"7…B!RBQ¸gÿ®œ}ðŒ+ÊצŸ3V€Ê­Q+Ñjq/z8MbP«ê¸dÜàôYkZ Œ ’3Þ¸ÿ%›ѵ–‰õóq>m²攩.KhP)’¶LgîW£ {æ&êÓ³ƒï#ÏRQ¹5'jPeZ.ìIÏg&ójxeJ¥\åZ©&¼ÞŒ Cýi2«7}<¦1¸3—¶ÍfÜh:o5¼ ï„òv4ƒ§) jT»„\Ö‚µ‰*ÚûÖ£1,{Õ#C)cSÿXxs™í4w_i?ÎåÝewiUUÍ¥ ˜§%tÚ@c[uf¬“Ï6Y 3Ûq%޶¦àW«".†ü|è¨q·7#‰,Íõ|<¤GåjFŽé >ìU®Íˆ@ã™=øŸú-Þh€&ãGnnfŽ»\Ú—ö×~¶¯ÆC÷7‡>ŸÁ;?¨i;ˆ {0˜è×¼úÇÒúEó<>4¦Ày­r gLïr´_Ü“¾š©ô¯ãÂí£Xù;Ðð~š>Æä·ï„B!RBQ|®¬fH÷Õ¼åÞ;Ž“ ëoëP9RoÊ66•Žbò’(zÅfŽ”o4ˆÐ¾TR{Òáí14î?ŸQïv ÝmM¬ŸŸ³gÇ‚—©ÒДèÅCé1ÀÏjat©R*χªý‡ñé¿3‘Ö¿œ]íìEÍÎ^Ø«ÈûÖ# Ûiö¾ìÒˆŸ?ˆØKi  $bÊ7ÌRíÑ"çµN>Ûdq,Ìl·îæ¯|;o>c/§àT¥9o¬˜O'+Ó=VÅë8˜‘c…Áàñ[Øá6‘‰ &Ó{y: Â±l -üû±tÜY=CÕÆaT]ÿý"æã[µ9C–}Τ|ŒªLôkžýƒ¥Ç"hc^LJÆn¦ç‹MåµÊ™Fïnå‡áLœó*]SÁ¥z]*Ýe>yù>´ÁæÿûŒ^l wý¢–ö;‹"_dÄÚ¿ÐJÿn ­©D`Uìä7b “ÎÉ9½þ•Šî ×·#Ž­ÓêãhïAÕÀ *:bý_oB!„Oy¨¹â?p¤+G÷•‡èêî…£u¬/Š· “º2}WôBÉ£¿Å¡ïΡn²Žñ=[àü`AS·|/ñB!„ø—É߃…%›î:»gõ¡E½Êºi(S«3Ñ›/’žŸõ ÿ°c\B«—ÃÅÅx Oý>¼·|&¯¶©I ΚJ4쿌c÷”leFÒ°’+Î.9•Ù‘ÚÕË>(Ó3°c¾b*ËÇú üöã¢ß$²r£±3«Ìýœ.=‚±MqÓ]'~y41zâQsãüÕjçÖu)ëGa‡ Ïʨ;Ofÿ„öôZ®£íø%̪§!áèFæN;d~ìLÄÔ·g_$zI_Ê•¶%ñ×7v‘¾ ø)*€ì[kÏ.¥ÏëŸb5x›»àô'í|°-Šþ P8>«m¦_¡ñ°÷ø,ܛۗI ñÄ–[¹Äðj¶}¤qlf'Ú½wð1óY×À™Ëq³‰~½生Yß»<6óûìá„Ô]NïÙËon#X¾  nÚ«Z;“˜Í9ÏÚž>ؘˆ­*X(Î&û<§ ¶|Ä òs¤M^íÌåƒNØ,¶½ß€gM%JqȬ&>–+†«œØºãša,_Üo%‰{eª˜ãÕù ÖǸ2c¼äP^¡Œ1³r°r_!„2!%„¦(·÷³ä ASŽ0g@el5l‰ëÊÚM2r”•eë±ÀÞ·­ÃãDcBøŽ/_º@ã—_¢Su5„qoÓ× Úñ37ÇR6ÉÜ2Ó¦e8N@³`ßûaó¾kŒö¯ðà@mWº*AA8äÚÞÝÌúø >Cw±:*Ô¸^“ ’Ö¯e¬¹m ðGgTU”òkG7¿Ìëú‘öÍDî>Nòø_b¢½‡9£µ'¤¥_®“Vù©O¶¸¼u:¯4 ÄÛUƒ³g¯ï7@z Ú¾BË¡æ`ƶR±¾G-¾2‰•?\"U)šþ¹{é ÇSì môèd”%1Ì,£v‡˰*MýçýáïƒKÈù{ÂòÕg6^„GÀ¥œL2˜Œm^±,Ì8çû…‰F~ÚäÑÎ'õ8cIŸÄ1œžÇ¸ÊÏx)Ê1–}âÊ}!„Bä\!%„(¹kÎÙμ°¬§R*l5(Å% ׿þø>¬m±BÁ <\×ÚÖ Š’Ï2±Am ŠÞÂ/IWe^Ú $&yÓžù€î/Í$¹û VÏ£¬úÛ‡weJnû´¯ÆÀ/OÑjßZ–.šÏ¨Ž ™ùâj¾íŒka÷ÏíÆ¦« ”49–¡Êº,—_§ùé³û]†bFlóˆ¥w✽RVب@§ÕY;1(Œü´wÈ=6OèqÆ’:?‰cX1ä1®ò3^ŠrŒe[§€±B!DÑ’+¤„%–]¹Pª«õœþ%…²~þøûßùQÅËááù¢X¶~QÔ!Ï#µÎv’B^§bv>õ rH#~ã’•B®OfŒÒÎíãwÕÖujP#¸!Þ&žÃ¢r bÓ¾Lÿ2žCÓkqeÝ,6_ÕzÿØ—«Muu‡·ž|ü®, cxxëIîÝÓp‹øoïºÔt-Ä_›†ï8^Ïáçbe^ls‰e¡ÄùÁ9½† ®póÔY …8 +?óŠA'–,É•¢¨ó“8†íòW—ûã¸ÇXQÓ…BQxä )!D‰¥rkAÔÀJ´ZÜ‹N“Ôª:.78}ÖšV#¨d㌷îÄÉæ£At­eb}«"¨ƒ9eªËTФ-Ó™ûÕhž¹É_†úôìàûÈóOT®Íˆ@ã™=øŸú-Þh€&ãGnnfÖ'ûU²ÅèyßzT"†eﯢzd(eìïqêŸÜo|ɸÇG[Sð«Uà ~>t Ô¸Û[~ÿ¸5'jPeZ.ìIÏg&ójxeJ¥\åZ©&¼Ð,—¶ÉÖ_®Í˜0ÔŸ&³zÓÇcƒ8siÛlÆí€¦ó†PÓ(ÀÜGÚsywÙ]ZUUsiç&Äi 6ÐX®‰ØæËÅù±>÷&¼[ÊÛÑ ž¦0¨QYìpY Ö…Ÿ>ÿäÞÎüÊžgæåйcÜ’:?‰cX•׸ 7c¼²Å7¸hǘEÇ_y€”B!RBQ43RŽÔ›²M¥£˜¼$Š^±€#å "´o•Ôžtx{ ûÏgÔ»h÷E[ëEÌ)CCó˜…ôë=–™ý»‚ʕૈhï‹ú‘?ñ;<~ ;Ü&2qÁdz/OT8– ¤e˜·ñ[½,­U¶­Ƨ ÿfXÌD^Xcüâtµ³5;{aŸÃ庛¿òí¼ùŒ½l|ª¸S•æ¼±b><¬€ÂîGê¾µ•MnQLŽMÏùz°õ öÐuD„?—s [ûf«±!Q›Ùâ4ŽèE¯£ÇÞ§>=æmgZ¤ožßæf»4âç"öRh‰˜ò ³‡T3N,úçÛ¼b©;Z8?6Jõ!kX}}(Ñ‹‡Òc¶1.žÕÂèR¥T.­.x~zå™Oùdõxž™—+æqËêüäaTy+oÓã%‡øé+ìã¯B!Šît-‡ÿZÖÆ N[°ønߺ À–MèÝo DLa±W,£c爗mÛò /GöãNrR®Ûoøê š†·ÀÍÝ]‚)žNº Ä6 ámßõœû¼ÅÃo|B!„¢9”*ÅšWÑ­{®ë$''±g×NÚu|€+—/±léRÆ.ùHÇøÖ÷€d !óu+Ë¿“3—§f®¯ô€‡OËTäRB!„B!„¢XÉ„”B!„B!„(Vò )!„¢ÈÛVdÈD†H$„B!„ä )!„B!„BQÌdBJ!ÄÓK¹ÃÑÕS{‚ÔB/<ƒËÛ?aç­éUõ7Ø9µ/}ç+‚zEÏë7Á§Ëc»àe¸Ë?ޱû‹eŒh¿”U#7°ir®æNå«+Ówå.úJdŸ^ê²´š¼™cP{Xð7ÊiÔ¸–×È/Z!„B!r WH !J8‰‡×ñÕ¡›è€ÔÓ›øl÷ERóºÿÊ¥uÃÑ$¼-]ûŽeÑ·‡Øö†/¿Îd¾¤‡·néoq`á«4óóÀÙEC™ZõÉ îÞ_Aw؆<_ÚÅ,Å_ý°9e2¯À ~÷7Òsªƒþ6cÓ" Œñj-¯^ùô¢ñ,Sû5Üfß´ (›y¥—'u'!5·÷t×Ù=+’†•\3ËìLôæ‹Æº))üöÉpZú{·+ãG‹··3Üdç„ÎÔó/÷લòµ»2áË?HÉc“uþ‡ã:R»zY\2Ëñ lǘ/Ï“–5.é±iRµ¼ŒëThÐUç³vw>Ûø—×öáÙòn8»¸ãS³!m^[Áñ{ŠyigëI­ZÔªé-@ê/Œ Ðà7öÈÃ[øî|G7 a^DgI ²3“‚ôoöÑ”|‚Ÿî㺔Ô?ÙùÙ·œO3ŽsÞTN˜3KÆT^1ÈOìÍÝÆ’¼3kï$eúDZvZ}cÙ–Å™½_ûŠÍh×¼N÷7Ö%äø¾r{+1KÎ4åsTÆhPÖø¸®¬Ýô'ƒ[\â6N4j֚ơîXBÝlu¶÷mL»ÖÍqZ¶mF¹Î!¼>})'»L¥Všù±²÷mL›–á8Í‚ |ï?„Íû®1Ú¿Ö·w3ëã+ø ÝÅê¨Pcüš‘´~-c³×ÇÂ6Ž ðÏvÒ¬¢”_;ºùeþX×´o¾ r÷q’Çà¡*º´Í+Ùi+fÄD¹½§ÀýûàCC…žÌûõß|••a˜ú^sBöez«½L­ãHnaÉžófå±139¦LÄ`ä{‹coNY›Úïcygz<Û盎‰¹÷gjb^}m"ç-ÈOSý!„BrËž¢»¹m Ã6ëè3Š Ó1 \r‘àèwèài¿³Ü­•~é ÇSì©Ý¡ÆÃ #«ÒÔÞþ>ȱC¾ë}¿ìÐöALFÕ~Ó¯Äs*NFÄ,å IDAT?‡ûýº—ïʆ»póü-ljfl+ë{Ô¢á+“XùÃ¥¼oy´ñ"<".àd’!ßu¶ÒTÆ¿4$\IB¤_9Ì­=!-ý,>Ñ5ÕÆÇ¿.Ë[§óJ“@¼]58{†ðú~¤§ 5_gÁãí2“Âí_;üÍ¢ŸëA&¼þ9ºNÓxŽùgq,Íò/ŠñS8ýo:öæå¬åû55žLå¦Cýég_[žóù‰‘B!ă9!DIåÚ…pç-Äo?‰öçéPa oû‘k*âcáÑOI>Áîs`ߨ&eÔÆÙ)È~IˆŠ,ËòK1äX6Ñ~kÎÙμ0ÇGJµÕT ”½¿£:.dæ‹«ù>¶3Þ¹©R=¨nêlƒÚ½áÑB•"hc¶Õµg> ûK3Iî>ƒÕ³Ã(«¾Áöá]™’ߎUYa£ÖÒÓöl1È-ÐJõoã$õìw칦¦Î¨¦”¾±—íg¡òàöT±³¨CLçD¾c–Ÿþ¿nyìÍé/ ó3Æ“ÉÜ´¯–{æ±ÌýÏüä|~b$„Ba$WH !J,kïÎÌ[òúOF2ïÏ`ÞZ9œr{'2iÇM,:}2$°ÖD6ßs#⵸v>õ rHãðÖ“Ü{°Þ-â¿ý¼ëR3§¯â³²ÃÙRRòÜ¿]¹ÚTW˾›}Y~ök‚]¹Pª«õœþ%…²~þøûßùQÅËÁ8I r bÓ¾Lÿ2žCÓkqeÝ,6_Õå¯Ã;΀×sø¹XZï—¿ñÉJ´1‹´sûøEõ£uÔ®Cˆ·3.J.³ÑPÁnž:Kb!ž»›“Bí_í–_ÀßÍÞgi¤#qQoq°Ê8VGÕÅ1§ Ô\rÞ¬œ0'ff)Ëú¿Ðú§0ö›m<™•›yõg.Ëòóùè!„B+¤„%{J v3XÞ»-o}ýc§Žgåøˆüò7Ûc/¿Þ©JsÞX1ŸNV'’ìÒˆŸ?ˆØKi  $bÊ7ÌR-ó$Ô¡êì@ðø-ìp›ÈÄ“é½<PáX6–aÞy—c¢Ù'ÔþÃøtáß ‹™È kŒ_Z¯vö¢fg/ìs¼È“o¡qÿùŒz·í¾h‹Ë£%R}ÈV_Jôâ¡ô˜mlgµ0ºT)U€Ë•͈IAú7;ÿálÿ•Ì{ëºñÙ¯ÝLäVî9o:'̈™cÊ’þ/¼©|î7¯ñd"7uyô§îhîËÔ¥Mä¼9W%šÛB!„<|zCÖÿZÖÆ N[°ønߺ À–MèÝo DLa±W,£c爗mÛò /GöãNrR®Ûoøê š†·ÀÍÝ]‚ù¤Ñ] ¶Ioû®çÜç-~£ŸBÆ“B!ž8¥J±æãUDtëžë:ÉÉIìÙµ“vŸàÊåK,[º”…±K¾ÒTà $d¾neùwræòÔÌõu€0ððÏ\ŠŽöT " ¢#Ö9žÜÿ΢ȱö/äzr›¯ÛjpÂækºG—eœc^= îÝvpç_ýâH…€ «z`g%9üÔQWcȆìï—Âû²á†Lë !„Â|òPs!„xÒèoqè»s¨›¬c|Ï8?XÆÔ-ßK|„e®¬¡W·òìŠO¨£êɪ›º2}WôÒÓK]–V“7sl@jù;§B!Ì'Ÿ„%˜ŽËkûðly7œ]48»W§éà¿—ycIê/Œ Ðà7öÈÃg«ÜùŽnÂ>¼ÈƒkJô·9;˜eŒåx…ðʧÉ0g{Ã?ìבÚÕËââ’yû]`;Æ|yž´Üª­hIÍíw/⓹W¯=ܽ»—ȲêÌ;›ç­7W?lN™Ìí‚ßýtÃmöM{‘°€²Æú»xRwbfu×Ù=+’†•\qvÑP¦Vg¢7_$=·ÂÓÿbÓ¤jy˯Р«Îg»…eZÒg9É­ô·8°ðUšùydÖ¥#£>9Áݼî-2µ9}jn¿[+‰‡×ñÕ¡›è€ÔÓ›øl÷ERójg#žûk]‡~Íߺ¼B_¹`*–º Ä6ÔàùÒ®G®Ôz,‡ »ßsù+J ¿}2œ–þžÆíÊøÑâ­ÃÆí 7Ù9¡3õüËe–©¡|í®LøòR”BÎ;sú¥ÐŽYǪ;>5Òæ5cU!„" ¹BJQ‚Yãöì‹D/éK¹Ò¶$þú1ãÆŽ"Ò·?E`gViŸÕ‰6Ó¯ÐxØ{|î‹Ííˤ…xbË-Ó›îqö‡ýœ.=‚±MqÓ]'~y41zâQsãüÕ¹ Ãf±íý<Øh*QŠCfÕØ­ëRÖž•Q®rbëvŽk†±|q¼•$î•©‚)™Ö‘Î mˆœ±ŽÙ~ùèMÆ¿Òçƒ{-BJ2û'´§×rmÇ/aV= G72wZÖzYXfû,¯þIãØÌN´{ï:ácæ³®3—ãfýz+Î)?³¾wù~ š±9}jV¿[+ý?ÛÓ}('_ÛO‡€ ÌèÙϬ§C³ 8äÒ²]‰YŸ>m_£×â ¶ ÷ÏaݢȅüÄ?—.ì~7$ç<& ù+#m–ÒçõO±¼ˆÍÝpHú“‹v>ØîrzÏ^~sÁòMpÓ^åÐÚ™Ä hÎéŒxÖöôÁ¦°òΜ~É­íçca_…B!RBQ"©(å׎n~™?Öõ#í›/ˆÜ}œäñx˜Q‚’¸‡éóNR¦k§ÕÇ1ëB ¾²ÊÞ·1mZ†ã4 6ð½ÿ6ï»Æhÿ ¹ˆm\*„Óý7îš·/»ÒU z8éyUŒ}Åf´kÞèAyÊí­Ä,9CД#ÌP[ A [â㺲vÓŸŒ ðd"@¹½›Y_Ágè.VG…ËoDÒúµŒ}°Î‹Ê´¸ÏTæ÷’GÌ‚SxöÛÆ§“—5¯ƒëù`úÅ|À‰¦býxy&·±5¿OóZÇÚÒX鯱qä`¾(õ*;ysäÆÌ¹ÞžO&5F£Ê;¦NµÇòùìCÔù2ÓêíaZh¶v[X³rÁ‚XšÌa ¹ßmsèò5V·¸ÄmœhÔ¬5Cݱ"„º9ÚµnŽвm3ÊuáõéK9Ùe*µÒ 'ï¬Íè—õ)àñÀÒ±*„B‘ܲ'„(ÁÒ¹¼u:¯4 ÄÛUƒ³g¯ï7@z Z3Ÿ½›~é ÇSì môèdTA¼šÊø—†„+IèþÍè\‰çT*œŒ~÷Ì[€œËweÃ]¸yþÖc·¦_9Ì­=!-ýr(°´Ì‚öY^ýsYí5.³*MýçýáïƒK0äZž%Û˜Û§Ù×±,VnnðÍ::ÆŒ"èt —\$8ú:xZ›ÑÛj*E.eY—ö‰f÷m}ÑçB>cYÐqYû5›šƒÛJÅúµhøÊ$Vþp)ïÛ(m¼€K8™d(´¼3§_(´±[ðã«B!þÛä )!D‰¥=óÝ_šIr÷¬žFYõ ¶ïÊ”û'Š*+lT Óæ1-¤Œ_ežÓ_ûÍÙ>—C¯Úý¿|Ö¦((XÓpÎvæ…e=­Wa«©@©ÇÚ›¥Ë´´Ï,é”—©².+”mÌíÓlëX++\C»î¼…øí'Ѿó<*,áãm?rm@E|Ìùmn]†Žs>¢oÃú­FO}çB¾ciNîv¿p¬Ø;0ðËS´Ú·–¥‹æ3ªãBf¾¸šïc;ãK‘÷Ch¬P!åYýR8c×â±*„B‘\!%„(±ÒÎíãwÕÖujP#¸!ÞYžlb£¡‚+Ü~ÇœÛ %ó ÐÊg;HIHÁœêØ• ¥ºZÏé_R(ëç¿ÿý—U¼;×·ó©OCñ¬N™ÙÛ`²Ï,èŸûõ=¼õ$÷î¿i¸Eü·¿ƒw]jºZ=¶‹¶) KceíÝ™yK^@ÿÉHæýÌ[+‡SnïD&í¸‰¹égåÚŒi+^Ãqã$Ÿ)â\ÈO,ÍÌáBë÷Âì+•›öeú—ñš^‹+ëf±ùj.“Õ†ï8^ÏáçbUhu6§_ +-«B!„NI„%•½o=*ò÷WQ=2”2ö÷8õO–Ol¼ ï„òv4ƒ§) jT»„\ÖÂý› Tn͉T™– {Òó™É¼^™R)W¹Vª /„›Þ¾hàÎxkàNü—l>D×Ze *EÒ–éÌýj4aÏÜä/C}z¶Éys•[ ¢V¢Õâ^ôpšÄ VÕqɸÁé³Ö´A¥l{R¹6#zXgöàê·x£}šŒs¹ ¸å¯ÌìmxÞTŸ=Ö†¼ú§†úÓdVoúxLcpg.m›Í¸ÐtÞj:†l1 6c›BºÏÒâXaG»,ïÝ–·¾þ±SdzrüD~y€›mžÇ¬;÷PáT?šåC·Òjñ_Yò¼rÁ5±Tç’Ã|y~Qû]W¸}åóOmMÁ¯VE\ 7øùÐ5Pânÿp")íǹ¼»ì.­ªª¹´sâ´„NHMP9NÍé—ÂÊG{ ǪB!„LH !þ3ÔþÃøtáß ‹™È kŒ_\®vö¢fg/ìUjªYÃêëC‰^<”³ð¬F—*¥Œ—ª©ûÖV6¹E19v4=çëÁÖƒÚC×îmzû¢dåI‡·Çиÿ|F½Ûv_´¥yÌBúõËÌþ]AåJð€UD´öÍå Ô‘zS¶±©t“—DÑ+6p¤|£A„öÍiBÄàñ[Øá6‘‰ &Ó{y: Â±l -üß(fi™ÙÛ°ÎTŸ=Þ†¼ú'$j3[œÆ½è5"bôØûԧǼíL‹ô5Ö7‡šÜ¦°XÀÊ âi‘y½Jðø]üŠÊâýÖËÀ XU”¹€ƒå±TirÎáö¾¨U…Øï…ÜW^7åÛyó{ÙøMNUšóÆŠùtò°z8‘d—FüüAÄ^JM S¾aöj™m…Tgsú¥pòÑôñU!„ÂÄG¬þkX28mÁâ¸}ë&[6m w¿1!„Å>^±ŒŽ#r\¶mË7¼Ù;ÉI¹n¿á«/hÞ7ww ¦â颻@l“Þö]ϹÏ[<üF?!„BˆC©R¬ùxݺçºNrr{ví¤]Çç¸rùË–.eaì’otŒß7~H2_·²ü;9syjæú:@xø´KEž!%„B!„B!Š•LH !„B!„Bˆb%ÏB!„(²OZr ‘! !„BˆGÈRB!„B!„¢XÉ„”B< ”;]=…ñ±'H•h!„B!žr2!%„O}"ñËæ²$î2 !„B!ÄSN&¤„B!„B!D±’ )!„B!„BQ¬dBJQ‚鸼¶Ï–wÃÙEƒ³{uš^Áñ{Šqqê/Œ Ðà7öÈÃç2ÝùŽnÂ>¼ˆîþ{úÛŒL‹€2Ær¼BxåÓ‹d˜³½ávŒëHíêeqqÑàì¢Á3°c¾ ÷ÅæöeÒB<±å–éÍ ÷8ûÃ~N—ÁŠØ¦¸é®¿<š˜=ñ¨¹qþêÇ·Q’Ù?¡=½–ëh;~ ³êiH8º‘¹ÓeY)…#Ó:Òy¡ ‘3Ö1;ÐÀ/½ÉøWºã|p/#m–ÒçõO±¼ˆÍÝpHú“‹v>ØšÑbCâ!–Ž™ÈJýO|Ñé k'Erâ¯ïÙ=¡’TB!„BˆB RBˆLE)¿vtóËü±®iß|Aäîã$ÀÃŒ”Ä=LŸw’2ýãX;­>ŽYZðuwö¾iÓ2' Y°ïý‡°yß5FûWxì@¬ÜÞͬ¯à3t«£B“@M‚HZ¿–±ÖÙCÌ’3M9œ•±Ô°%>®+k7ýÉà—¸šµ¦q¨;V„P×Ü_ z2gìGÔóUV†m`ê{Í Ø—é­ö2µŽ#*I,!„B!DÉ-{Bˆ,Ë[§óJ“@¼]58{†ðú~¤§ 5˜YÂ¥ƒO±'´}У“Q9ðj*ã_®$=¼-0ë>¯æŒÖž–~¹^‘”~%žS©p2ú9Ü3ot.ß• wáæù[ØÔÌØV*Ö÷¨EÃW&±ò‡K¤*æÖÐÿA³èçz ¯Ž®ÓtÆžcþÀY“[÷„B!„…q^$!B”TÚ3Ðý¥™üê7œÕ;ös`çjF=›åú•6*Ðiu¹¢P€/ 2gûÙ ¶EŸË¬˜*sgyM ) Ö4œ³“Ÿãfyųgês”²¯ÆÀ/Oqì›i4Oß̨Ž5ynÐ&®šYÕԳ߱皚:M)}cÛÏBåNí©b'y%„B!„(8™B”Xiçöñ; ŠêGë:5¨\‡ï,3*6*¸ÂÍSgIÌenÈ®\mª«Ó8¼õ$w³/4cûü°ó©OCñ¬äV¯Pª«õœþ%…²~þøûßùQÅËÁ8¦r bÓ¾Lÿ2žCÓkqeÝ,6›3#¥=Ãòá ø»Ùû,t$.ê-VÇ꨺8ÊýzB!„BˆB ÏB”Xö¾õ¨D ËÞ_EõÈPÊØßãÔ?YŽ€Þ„w By;šÁÓ5*‹]Â.kÁ:s•[s¢U¦åžô|f2¯†W¦TÊU®•j ᦷÏ•k3¢‡Ðxfþ§~‹7Ú É8Ç‘›€Ûýzµ j`%Z-îE§I jU—Œœ>kM«øüÇG[Sð«Uà ~>t Ô¸Û›þ;Dúù­lIhÍü5/ãs{#N2iÍH‚K—nï`pƒîÄ/á§5=('¿I„B!„’Ó!D‰¥öƧ ÿfXÌD^X“n|ÏÙ‹š½°W¨©>d «¯%zñPzÌpÀ³Z]ª”2^Bªr¤î[[ÙäÅäØÑôœ¯[j]GD¸·éíóÅàñ[Øá6‘‰ &Ó{y: Â±l -üߔ§r¤Þ”ml*Åä%QôŠÍ)ßh¡}#ðºù+ßÎ›ÏØËÆ'¯;UiÎ+æÓÉÃt­ìü‡³ýW2oSìÆg¿v{lP”¼ï*B!„BˆÜÈ„”¢äR•" ÷|vöžŸû:v¾D¼·…ˆ÷ò(ÇÖ‹ðQ+ùaT>¶·©È‰ ÉúžCmfŸNdv^u·v§þk°óµòW¯àñl>9¾±Ë}‘•[k–ý‘(ù%„B!„È7y†”B!„B!„(V2!%„B!„B!Š•LH !„B!„Bˆb%RB!„B!„¢XÉ„”B!„B!„(V2!%„B!„B!Š•LH !„B!„Bˆb%RB!„B!„¢XÉ„”B!„B!„(V2!%„B!„B!Š•LH !„B!„Bˆb%RB!„B!„¢XÙH„%Õ7ÖK„B!„…îùˆ®y.×éuôE)–ú¨T*¬­¬±²¶F¥z:b(RBˆíåÈ~!„B!D¡ùlõŠ<—gdh¹tñÇåöíÛE^•J…F£!¨F-*Vªˆ­­íSG™B”xZmºA!„BQätz—.^âÐÏñ„·l…¯oE¬­­‹vŸº .\¸ÀÞï¿G1è¨\­*6ÖOþ¤”LH !„B!„BƒÞÀñcGiÞ²%•*W)–}ÚØØRµj5¬€?î§\ù Ø<#RBñ¯»ßvÒÝTâüÁÕ’0 Œø×YY©(ëáBÛ†þ8;ÚK@„B!JÀ¹GBB|+û¾+øú²më·è22žŠXÉ„”â?ñK`û¿ãí¡¡Uƒ ¬¬åKFÅ¿Oo0püËÄøZ?xÿð¡xê7lLF†V‚$„dì!ãYˆ'åü£¨oÓˉ­ƒ¡ø¤^àúJª!þ¿øûf2-ae¥zðžÿ&k•ŠšÕËñÉ7sÎIÉS! tÜBÈxâßM_É߼Ȅ”â?ó‹À`PP©@1,+@ƒÝïeÝ3£˜7¢ÿÊUÊN|6›/îuc ”¸›» Ú>C2G?ÃÆŒîŒïˆÝSÔt«ÌÜÌé‹|ˆ)9ù}tõ,>»Û)¯×Ä¡P ÏàRÜ~¯ñ­|Ô&eß½3†OGóá˜àB®Ç““'dìqÅS>%¦rB/„@îYB”üÏI™/ƒ9¯ôcLo\† È \ÓƒAŸÈÑ-øþT€AIåâ¡ílÿå–ñçâxéùù£¹|´ãéŵÏâ|´}†Û\>—•{®’ö¶?kž*9än‘¾ÒŽ2¹viÊ÷øškzP”þŠãÛ÷ÐWJúKŸÀOÎ&vÛ%´…]¶öç½Içú/²à×;ò¬G"G6~ÍöIƾM‰g¨¯#å‡ä^ ‰I±Ž¢h£ŒÇÿÎx”˜>]ãY^òÊ%?EÁÈRBˆ’?!•å/kŠ¢€r›ÍÏWæµøÇ×u龕Cs¼ðñÂϧ4j•ñÊ%ó#‘¢((i¿±´w¶tøžCÜŠçj¥ûuPÈRŸÕIk߃>VžÚø˜…T;z…ÐeÃÍïØ¹W!¤QzF¯0/,ú»¼Ê‘ AVÈÌ÷ÔßXøJ76<¿‡cϹÉU…”ßYû´PóÓ¶*C7¡ZLtìGÙÃkéâiebœ)™ÿ¶ÆÞÔ6—•„˜ä6v”Û|ÝÚ—Þ—^fÍžE<ï•åcpÆ9æ6aj…¯¸øuœþ­6ÊxüïŒG‰iÁƳ%Њ­'Yñí 2ôl­­èסýÚ•è6Ë„”â¿õAÉ`Å`ü°äÓ…s#xxN¢Bí„=—|GO㙓X (ƒáá-Šbü¹8Úðà6CCñí³8´}÷·Q”‡ÿ~‚Ì55fœYyš÷{:î^» åûóQl¼ ÷øçÂQ¾_·”ám–°jÔF¾y«®æžÙV¢ßªÝô3žíÏÒrP8Ç ,ÿ(Š˜Ú–¥õä-œ€ºtÏÈË2q‹¢€µ å4j\Ëk°)î¾.ê˜ä5ž.Æ+]Êóýö(j;ª_¿°ê“Ÿ6ÊxüïŒG‰iÁƳOÅ)ˆbÑ„êGßž`ÔKuQÛXqúr"Ë6¥o»À#¹eOñŸúe`0_Š8U!¤^u¼RÉ ´XîFÕÞß“œ¹¾!ósVÖí¯Ô‚j^n”÷r£ÑŒßHÓÝæÇ÷zÐ:ćò^n”÷ò¢ùÛ¿bƒöûæö¡u€;åžêÿ IDAT½Ü¨^7‚©[.’fxXæ#¯´¿øvJÂ*˯Ѭ?Ÿýùh,*S÷»¢Ÿ§Y-*dÖ¹êsˆ^žÔ¬ëeÜâ`ì :—É,óy&¬9Á}Ör:Ñ´Vùå6íËÜï3¼S0Õ½Ü(ï]…Öƒ—s⎒sÛŠ¢}ãçáôÃ1¼T§¬1þþymÑü“q—¿èK“ê¥Ë}üè0l%'ï×SŸÂïkFÐ9ØË¸Üןçß9½|ÖçþkÎû3˜3ksgÍ`öû3r\'kžf¿¢/Ç€sUê†5¢qxºôË¢­ÿGܾü2§7ã÷$b¸¿®î&?.@Ójî8:9ãY£=#>>ÎÌçV)²¨¾3¥_ÜIr–ý_]Ò 'gœ©9í$i9ÕCw‹Ÿ"ÜßG'g=kÑó“¿Ðš³_ý-ö¾ó ü¼ŒÛ:•¦ö„ääö¾¢ d\ãû™½¨ïë’Yf'&lúËX7Ã=N}<ŒæÕK·ó¨Føäÿ㞢 èÿaÇøNÔ©îY¦3åž‹ ê‹ß¹gÈÚSu¾AÜ›íy®ªN™å”h˨/Αš5.iØÝ™žÆu|êõaÅ9ãA$϶›jãc¯ .~Þ›àr\)TŸÖƒ>âØ]C®¹óHnÙxP³V Á5Jc£(()GëçLµ1™uQ”ätuw¦Á’¿È°$Ù_¦bRþµtìx6â¹ ïÑeÈz®ddÛV1³>ùm£ŒG9®ïŒ£kUš¼še}sÆc^ýþ_Ïò’׿ø* :½• ýqÞ€V«+ñçir…”â?1!õðowʃÿGÑ£Ógñ`© kkTd¹ý+ó<òŽ‘kç%¬z#;TØyTÂÆp•SÛwð›æuæÍm—’Ä=ÏJØr_gväå%¶ô˜ú9Sô_=ž©zà´û{ÞðËön%™ø·;2xU-FÀ”Ú.$ßÄ’™ÿ—¥N)µ¤LÃ]ÎØÏ9÷á,˜ÛWÝu¯žÄ¼¡/S:hoTWiœš×™î³¯Óhø\–×uæêÎ9LÕ† ÊO¬|©<6†»œ?ð#çÝG°hA8®i°iÊXæLØCã¡o3o¤Êk˜2e,C*5`û›ß>Ví»ß+Z{žËÈÊj®|¿w§ý¾VøjpUl±Â%¸;#ç÷ÁÛ݆¤cŸ0uâh^«Pí£P_ÊÐQŸaÕkº`Ÿü'WìÊa“¯úÍ›=“y³g Ñ¸fþ<P1z\žyš×{Yo­2~(ºŸ¾.4ý.WtçëÓ¬-Ò86£#mß»Nø˜ù¬kàÌå¸ÙDmÉ9ÃϬï]>Ë•1ž´»u]ÊúÑAØ¡ÂÁ³2¶Ý†‘Æñ÷;Òzú{ÏÂ}±¹}™´l”TŽšÚ¯>‰ãßnç¸fË·Á[Iâ^™Ê¨õ 9¿¯Üãð;x~¡ ‘3Ö1;ÐÀ/½ÉøW^Àéà^FÚ|HäÐO±¼ˆÍÝpHú“‹våŒõÖßáôž½üæ6‚å šà¦½Ê¡µ3‰éÎÚxÖöôÁÆœXéïrö‡ýœ.=‚±MqÓ]'~y41ý_£Æ>Æù«AIfT;^Y®£íø%̪§!áèFæN;ôð–ÔÜÚn¢ãìû»¢[È‹D/éK¹Ò¶$þú1ãÆŽ¤·o}~Š xüáþYnÙ3ö³#áK÷~?ײߞœÓ6æÄ ‡1o2&¤p$¿ýkâ¸ÿXûËv%vf}ú´Ì+ϲe¸?µ=ïú<ÖfµQÆ£ŒG Ö7g<æÙï7Köx¢2èõ¤¦éH¾›ŽAo@1èeBJ!JÔäTÖ~ŸLx¥ÉYި˼ã[éìB–)©Ü®©v¯Jõ€ ‡ÏÒß·«Ð”MÃp¼¿~Â6æ/?‹_ôÿñNŸJصÔüßÎøzËŸ öóÇ6kù {XôÙ¼_ýŽ…£Ÿ3>3$,äM똒¹oCÂ^‹Ê¼_o»òo†#а–ž}¸¯1¤z¬’ö2÷ƒS”î½…Æ5à€¦upù3„7f}È©ˆiÔ´¹_NM›4‘Fñ›ú\ Þ‹=h]U M‚¸·e£wâÖ¨@¼¬³Õ£(ÛW#û67ƾq4Bòá2Nö™A°½ ‡jméT-sƒP?Ò·~Åн'H@©ÄË$àD½&­¨÷¬;Vóìý&ê3ÌÏÿ±\›Ÿ95xèpÆŒ›Àì™1Ì›=rœ”*(•S M«À¦sǹ®m‹KÊbœÂ³ß6>ÔÀ—æup=L¿˜8ñÂtBls.Ë®tUƒ‚r}f’¸‡éóNR¦k§ÕïÆeqfï×¾b3Ú5oôð™=º„ßWno%fÉ‚¦aÎ€ÊØ jØוµ›þdp‹KÜÆ‰FÍZÓ8Ô+B¨›­Îö¾i׺9N@˶Í(×9„×§/åd—©ÔJ3?Vö¾iÓ2' Y°ïý‡°yß5FûWÀúönf}|Ÿ¡»XjŒ_“ ’Ö¯elöúXØÆ‘þÙ&xU”òkG7¿û‡0?Ò¾ù‚ÈÝÇI€‡ªèŽ¥yÅ û‡KÅŒ˜(·÷¸-)8ÕËç³QäËL«·‡i¡Ùë¼Ç¢¾0«‰2eÛv÷÷yá'~Oƒ¿§Ô¦Ú”Gëæ|î:wÓ+S*Ë{éq.Þ F±J×’~¿lPŒe+–™cÝì*PÙ ~¼x‹{é^pþ§Rì©Õ¼:6÷÷‹5[ûÁžŸ8v=ê—£r«„+¿rùf*éåÔ”.ç ǯr+U‹k¶¬bkÏà߸ |w„ßÿIÃßSÇÕó˜>-?žºJеŽ¨y‡»©Z«õãµf_35òYþhÓ›^‘ýx¾¾ö*Ó}˜ž^ù‘÷ÍŸÍ¢y³x}øh^1Þx_ÞðÑã°¶±aþì™èuz^1&Ç<Íë=”‡mÍÐjѲÆA‹Þ(z2´Zîžÿ‘ã)ö<צ:j­ci΄¶÷ƒ]?qäF™}ªthµZ´c~ghµXç2®Ò3Ë~¶uµ,e?ºÌ¢ý>8Îùýô 8• —¢ŸÃ=úѺ¸œ½†ahF·øš±=jqªC$  {˜±ÿr.Ó°Nþ0n?Go¦QùF>ë\ªÕÝaÏÅ›¤j½àÂÏœÑÚS«i%¬ï¯£Ë<†(ÆíòÙÆ{ÚÊÙ3„Ëqs™øþçì>ñ7÷lœpÒ 8™{iZ\²wžöá±L«Õ>6©KN}¯Õe~¦qƒÎt ²_ ’nFLî¤M÷;ŠŽ -”{i1ìmLŸÈ(šìz-36:³ê“½/Ìj£ŒG–¬oÆxÔçÑï%~< ñ”[¾å+·ž C§7>§VQpsrà^ZÉwSQ) ¥ìl ~eéƒ+f­­àÕÿ…2¤[™Bˆ§Å#YPŒ5 T9üCB(ÿȇDè>`û‘õQ²ýœõßäþ¾Á€‚5µßÙÄÛuŸÉ²/¶.>8d]÷ÿÙ»ï0¹ÊúoÀŸ™-é=!¡„! „Þ{¥JéRQ¬ ‚¢¢‚ÒDŠ `åU”Ÿté‚ (ˆ4A”ÞBé[fÞ?6„$d7›’徯+°»3sÊ÷œçìžÏ<Ï3smÊË©¾;‘zª•…_æü¶­ZN]MRmnš½_Õ÷l%¥YWmmß˵)§šÊìí­¦\[J*ÍïNîôAì_æ8n©¤ñ¿?É1G“){|;眶qÕÏÝ_?0g¿³_õÃrÀeÏ÷]+zaN;à¢\¸ç%¹êM¯lOÞ³=Õ|öó_Êg?ÿ¥÷<öÙÏ}qÖ$fÕ¹[˜!{s>>×é=é‰Üõ¿¤Ó¦c2 î½ŸùîyüîϪ­ š½üÖÚÕìÉãß;—Â"­÷=û7϶TZ>nã3oÈ7é>÷1è½RºÔwÉ'¯|8ÛÞû»\vÑsÂ^æ‡ûü4·üh· Êü–YÍ;irµR]ôm®Ö¤®&s¼‹ùî$ÙsÍKôÎâÚØ÷îã<ǣᙋsÀÁgeò>§ç§gl’êÆçÖã÷ÏéÕ÷žó=wÞsTK©)'MM-sÍùšjûkðžÕ¶§&ïçøÖfÑÚNÍ€ìrÆOrÈÖûåèWÉþÍsì×B‹j;»ö¨=¶ûùíim÷ßžawÙÿÊî[ŒLçúšÙçys%yâÙ72iÊÌÌlhÎŽ›ŽL§úš–ÑÕdò´¹è÷÷ ¤–Õ@ªR©Î5O¥RMeÞwä*³ÿæmy¼2ëù•JË÷©O·údú[ÓÒT©ÎŽ=Þóºw.´ƒÖÎðºæ<ù¯©°ÿÚéQš÷Fbî?øj­ŸÕ:_˜‡nüg&m¶YËó+ïü1Û²= »ÌùnÛ¬çT«-ˬŸµÞÝöd¦l¾AK¤Ê„ö¸/Î÷çm=¾ðsHUç¾É©¼•¿œsjnœÚ'ûµazV«ÉŠdTçç¡›ŸÈ”­7l†Y™n~*t`F÷.Í=·Hµšj©>=:%Ó'NMS7Àu+¬“Uëfä¡›Ïä­7šk¨HÝ¢¬wÞý›çç-ëkΣÿœšA‡¬“ž¥ùÕ¥sVÞüàœ¶ùÇsÈO>šMN977ž¸s4ŸeV&æáÛžI~"#z–RW¿ˆÛ<ÏXý¬}àÚ‡3i«Í[¶³µa‘öñ]ÓÿwožÎê9ùøC²Ý°º$“óÚÀúäµêü©Yñl*•ù‡å^Y©w2á‰gòVózé\Îã–ÛØöyoFç=WÚQ“÷u|Wª]ä¶Sê½ENýɧr×î§åâ$5C²Û³û¨=j óüv´Ç¶Ž{‡oϰŒklhÊŒ†¦Ürÿ³-½«ÕTª•T*I©TÊÔ¹õïϧ\*¥T*%)¥o¯Îiì` ¤€U 5ïĽi¥Á\7-åîÐ3™òÐrÛc«ç#£eÍ‘]3ùÖæ§×—õºNÈ+• ²Ç6ó™€4Izm™c’¯8*ŸíöÕ¸Õ*éÑôFž}¶œÍÚ-ƒç7Ókó|我Ù÷‚Oæ¨ú¯å“Û­–žM쾄 IúÌzGra—ÙÊä¨sþ™^›çØÃGd¿ Ê—û’×ë‘Wïzåô¬ŒÏ?~-©•ÞJ ¿=ïóû›|{óž-Ç·×9þ˜Õ²ã¹GäSý¾™#6ê‘—o=/'ß^Íæg~*c:USmš÷“×–Ï:£ºfÒÏÌþïóÙ¤Û„¼XÙ ßy幇xõÞ*Ç9,½è°Ú失ÕÐt™þz^ï²Y>¶Õ"¬wŽý›ïÏ{o•ãš]rxé~bŽØvÕôjŸÿü·&Û¾{V[~vË´¬¶ÆôªŒÏƒo9~};•f×qæßÎÏ—OɶÃëòòŸ.Ê©·5dSϪI§EÜæêì³}Ö¹»EN8võìpö!Ù¯þ¤»ÓÈônz6¿ñîù]]Ä}:ÏyÖyðš䊳™UZ'Ëužš'ßhš£çǼS· ì•L~ðÿrã¿FeÏ5ûÎ}LkeË=G§zú©9îû•±Éò©ë¾¼Ô˜Ô¤mŸ§ï9kÛQ“Åq|ÛÝvæ©O÷ NÈ…Gßœ]òBjªíÛž¡u‹°Ú£ö¸0ÏoG{lû¸wðö Ë€¦¦Æ45Í?@*•ªùÇÓãÒ§W×”f…¶¥”2£¡9ÓšÒ­S]ºv®Fµ„T MM)—ªih˜)Xféjuö»„­k™sX@©¶9þ¸lðÅ‹òswÊÖ—l—MN:3ûwJ.þâAI©wFpQvÜjðܯ›½ÀnYë„«sißoæœ_œš/ü¬)I÷¬°áaóñ]óÞ7;gÔg›_öþN~xÙwòÅ_7$)¥ÛÀÕ³ùúƒf} ÍB.sÞ}šßÍY:gôqWåò®§äW|1ŸúQs:­°AvûÖrü¾+½{£V7š3Ü›»‡Ôü{i,ýK× Ùhã ½ñ§9á“´ÜdÝ2ÿðò·Û )W«)¯rTÎ9ýÕœú£oåØÿk™¢®ÇÀŒÜi`êRMã„åÎK/Î÷^™>ûõ‡{F¶ë[Z„íY‚J5é> orÿ¯rÜ'~Õ²}†e­Íö˯ýtößh¹9nT»d­ã¯Îÿu?9§^ü¹ìÿÃætZqÃì{æõ9õ •3ß­Ô+[ë¬rä×sΧ?‘sJ½³æa—d·VN¯9ßå.uÏú'ý!¿ësJ¾uÉ×rØ…ÍI]ÿ¬{ô/³ûVƒ~½ ÜïîÙàäkrU¿SòŸž’#.iLÒ=+mrDÖ9x÷ œð¯Üüã ròË-ǯÇð­rìO~˜ô/'ïü-X?#^p\.yiFÒkTv?ùwùþ§V™µ=]Ó6wÉØ/_ëûœ–Ó.üVŽüYËùÝ}ùQÙvãåSÿ>öqÞàºÕŽÉåg¿’/ýà›9èªYçtÏAóÑóŸ‹¥¼\v9ùó¹ê˜ óµ3vÎŽ¿Ú!½æ^bF}E.÷Å|óâ/æóZögÀ*›dÏa]S^ä“¶5y?Ç÷}·©îYÿËçæ“×},¿ZÄcѾã®=j óüv´Ç÷e{†¥ê¾£õ@õÐGåŠMSÓ¬á±ÕJºvê”Ýw\7yì•ôîÑ%ÿ~üéLž:½eZj55åRŽÞ{ƒÒ–æóÿr’šãŽ=fÆ.¸(oNx#IrõÈ!‡å¬Ú/.¿4»î±×|ûã ×åÀCÏä·'µúú?üþªlµÍvéÛ¯ßB­÷º?\=<¯¿öj’äòÉn[Žq@Xê\ÿçÇsø®kÍþþ™ÿ<•7Ý"oŒ§8‹CÓó¹dÇMrúÊW江mýî'ˆÑáh;Ú#Ú3áö[þ˜Ý÷Ú{¾Íœ93Wþê—9úØÏ¤±±q¾Ï™·—b’¬Øå9æÀír׿^KŸõ¹çîòÏ_=×sJ³‡ðµîòK/É^Û;½ûô™ïã]ºvÍ•¿øYöÚg¿V—ñöÛ“r×·g—]wO’¼üÒ‹¹ô’Krþ…ߘdfZ>Ësj’·“LœõoÂ_¿=ëñ鳞ߔ¤9-“¼Î¦¡‡Ðá½s±/•JilnNM¹¤(,5š+Õ”J1LaÉ^fÿ¿­‰¡éx×}´G´gø /wó;+•J*•Jšššæ ¦*Í•ÔÕÕ¦SçútêT—j¥’éӧϾ)•J©­­M¹\N¹Ü1z ¤€Í2ûtÍÿ^šá+öMY(ÅR ¹RÍÿ^žA}» ¤–èE s#U7°hhÏPÀ¯µ@ª¡¡!Ó§OOSSÓ쀪RiNm]]:w®K§úNI’‰'ΠjkkÓ¥K—Ô××/°—Ô²B |hþÙlÍ•rï£/å–ûÆÇß6, J¥d`ßîÙlçúƒeØðUg5e1¨œ#o1G¶\Üw`ÚŽöˆö KÓ=Hko8¾ó¯¹¹%ˆš6mZÊ¥dfCsôî–3RSSÎÔ©SÓµk×T«IMMu®×v)àC£{׺ì¼Ñ0…–¨Ö†ì½3ôîÞNillÌ® Ê/».ÍÍ•ÔÔ”³ëFƒRWW—.]º¤®®.555©­mùä=À2óËÀû¯@¡w!™ß°ŒR’šr9庺TkkSW[›j¥’Cv“}¶šJ¥’r¹œ®]»¥G÷îéÚ¥KjjjfÏ#Uj¹ÁéHÚUWþR€bUÛ~c|ÎOÌëÚµkjkkÓÔÔ;Õjuv/ªúúúÔÔÔÌ5‰yGz³] thOd=E›ùÛŸSMûæzz'|ª©©™ëù³{Du !zóHšázÀp#²P÷"sö˜ú°ÜϤ€Žþ{ ðûoŽ·M tð_~ Å)•J™6uJJsÌýTȽO¥y®ù¦–v) C«F £T*¥WïÞy}ܸ 8°Ðu?>}úôI©´l„R) CÓA X\:Õ&ÃûÖ¤·R:וÒTI&Ϭfü”J^y»’Æf5mø°«)×d5ÆæþûîËÆ›nšþýûÏwn¨Å{ÏSÍo¼‘ûïû[Ö^gíÔuª[&j%:4Cö€ÅaÅ^5»|òÜÏ?~&oM|#IÒ«WÿôYa•Œ<:ÏNLÞšVQ,бšÚš 6$•Js~èï™ôÖ¤T*KöÚT.—Ó§OŸ¬½ÎÚY~ùÒµK—e¢V) Ck-*uî£?>8“o{<¿~ů@ëVê]Θ~3òçÛnÌrË Ì¾ûî“Á+I’¼ðÂó¹óŽ;òä_þv> O½ÞœWßœ®h  Ù:<ÕÕÕg•«d¥ÁƒÓÔØXÈ›ä¥R9uêf…Q¥e¢Œ) C›÷Ú_êÔ-ë)ç™3~Zc&M/gÀà>YiòÄ<4Q0Ì­Sm)c—/åÏ·Þ”6Þ(Ûï°Ó\¯ºêˆ¬ºêˆÜzËó÷;~›­ö<"·>Ô™Æ6t\íÈ{jkêRÛ­N­Úª‘Ù¼ïFÔ÷ê-7韽7˜™7R›Ê¶£²]ä…LÉ#oÎH“’sÞ¯&Ïþç‰ Xn@¶ßa§444ä†nÈ7¿ùÍ$Én»í–“O>9;î´Kž}îù¼üôÃY}ð¨üó¿–@l6°ìHÚ¼ÔŒ×^Ì~örV3,‡¬QNuÜ+9ãê73Á©À| è^οùoöÝwŸ$Éõ×_Ÿ{î¹'&LH’üìg?K’œ~úéÙnÛmsÍ5×eóÝÖÏÃϼ©x°Ú`[´A€e‹@ èÐÞ;Z»”^Ã‡ä¨ êsÏ Ï¥Çv«æ¨sÞ_'gšùÏyt®+å­‰oÌž¯æ;ßùNÆ7×snºé¦œ~úé¼ò¼1îÕ ìÓ9.'°dÚ`[´A€e‹@ èЛÞÛõéí×ßÌ]÷ÍÌ=¯NKí]/g|iZ¦46G')`^3›rn¹R)u5åù^{mè $)ʰ óûD‹™'äÖw¦–xñÕüI™€V¼=½’ž½û兞Ϫ«ŽÈG>ò‘ÙÃôÞñ‘|$IòÂóÏg¹ƒ2qòÌB>M>Œm°-Ú À²E thþ Þ×&5¥×rÃsçíwdÕUGää“ONÒ2—Tòî¤æIrçwdôšë俯Mqí%ÔÛ¢ K“¦æ¦Tš+…]J¥RjÊ5)×Ô¤TZ6j$:4ïÇóo6eÝÁ«ç™¯Ë-·ü1;í´KN?ýôœ~úés=ïÖ›ÿ˜Éo¿±ën”ó¯{Úµ–`œmXš466äÅ^Ì£ÿz$o¾¹ä?d¡T*¥wïÞ³ÆØ 64uuuËDR@‡æRàýhhªæéñMÙ`»ýó»¯Î³ÿ{.Ûo¿Ýì –_xþùÜyÇ홤šš›òâ /æÁîÏ6Ûï!C†¦¦¦fÉ®³©1Ï=÷\î¾óÎT+M>bÕÔÖ,ý¡”@ èÐRÀû5arS{if6Ýõ°¼úÌ?sÍ5×fÂø×“$-ŸÑcÖΚën”ëx9>;QÁ@>Ä*Í•<ú¯G²íöÛgØðU Ygmm]V]uDÊIþú—{³âà•SÛM ð’G‹Ã‹ã§fü¤;lD6ÚeÝ èÕ9õµåLžÞ˜ÿ¾:9ç^óïLѤP  úûj&Nœ˜•‡ +|Ý+’?Þtcš—ž¢) cÿBˆD X<¦74åþ§Æçþ§Æ+hƒ­ßƒT«K|˜ÞüÔÖÕ§R©,3£DR@‡ÿeà^dé":ø/5XÚ¤€Í»KС]ò…ÍXl~ýó§a1H,FÕjÕh(+EHP(Cö3CöÚ&(ÈOox,WÜôX›šS­VZ曪̚sêï«ÕT+ï~]SN>µçz9vŸ :LR¹ìÆ壛ŽH—Nµ©V[zRUªI5-ÁT%IµRMª-_W*ÕL™Þ‹~¿@ €…×ØÐ” M¹ýïϧùÞPÕjªÕ¤T*¥TJ’–ÿ—J¥$¥tª«IcCS‡ªƒ@ `1jjjLSÓü¤R©šŸ—®]êS*•RMRJ)IR-µü§%ŒJZ¦¡*¥©¹)åR5 3;LR‹Ñ;CñæçÐGåŠMSSó¬žQ•ÙsHµ6§TM¹”£÷Þ CM”.X¬ª­†GG|tþ‘1 ½ÄR©$`þZë!U©TR©TÒÔÔ4ûñ¶B¦–9¤Zþ_[[›r¹œr¹Ü!j$#™ IDATX¬ª­R ™>}ú\¡T[Þ £ºté’úúúÙ!Õ²N °½óÉy­ý¼Z­¦Ri™3jAJ¥ò\¯ë(ÃöR‹QkCöæìíÔ©S¥Ý=¤Êårjkk;Ôñ‰Oä¹çžË׿þõlºé¦íq¯ÙpÓM²éæÛeÃNÊåW+£fÞ›‹¯~6 IÒôzþôÃC³é°>éÙ«wŽÝ#_¿þ…ÌL’ê´<ùËÏgûÕ—KÏ^½ÓsàÈlwê?2=I*oäö“öÈF«¯ØòX¯Þ¼þÞ9éwOeÚœÓZµµü$i~3»ð˜l7j`Ër­ƒ~õBg=üêO¶ÍÀYË_ëô'[^×Ö2+oæÏßùx6µÂ¬íZ.žüPË6·©)/ýæ°¬3¸oËëú­–­Ž¹2æ=Nk´ÌÆE®ú̼tÓwsЖ£³|ŸÞé¹ÜÚù콕dæ´4Ìçcøf¶¹ím/«Kumë±í;°xé!|h|ðÁI’O<1;ï¼s&Mš”C9$Ç_´=6ÿïòý²båù\y졹¸qíì¶ýðt)%3ªÕTS“MϾ%çn6g¬RJ]ï•Óµs—õ»'²ÃŸ“K~|^¾´ëù9óã?Ïî‘å[YÝì̬šdAËwKª-ß¶ß‚–™×©L ÿ¹(û}â̼½ßùùY›e…úq¹åó{ç´Ö¸j¥Õm_à²:h½®m<Ögû,^zH*|p¾÷½ïåí·ßN©TÊÑG½è ë68cÖZ;ko°G¾sÕÙÙúµ‹sðç¯ÏkÍI§×ËjõÍyúáiYaäêY}õwþÌ*ƒº´d-¥.ºÕ'óÝßÝŸ¿;6/ÿö‡¹þÕ¦ù¯«21ÿ¸õ?É u3²WyËï¼âúY­~FþqÓã™òž+§ôì”L›8-svPj×6/ŒjKJ4ã¿ο3*GŸxxvÜ`¬±ÖY{ùÖçdêÔÆ¶·kYmÕµ•Ç´ïÀ⥇ð¡óNO©k®¹&C‡],ˬvH.:÷–¬ôq9þcçç»o—–.88û÷øFŽÞaµôj—§Ÿ©ÉGí••ÆßœËnš–‘c‡¦We\xðµ¤~túu~÷}‚9'§_:%;¬ZŸoÿQNº¹!ë}稬Ù%)un{ùÃún›žíÏ? t;%ŸÚfxºN{5¯uÝ2ûn½BÖÓ5“nønÎùý—³Y·7ò|eãð‘,³½oaÔöÌò½“É÷ÿ.×?2&»Ù(Ãò½\úƒŸeµC×ËÀÎSóÄøÖ–ÚØö=°¬Æ—[¯k[•ú.`ßëµXœRÀ‡B¹\ÎôéÓÓ¥KKo—ƒ>8;í´Ó{ž7mÚ´ÔÔÔ,ÒåtÅ}~˜ïÿjýwüwò—m~”-Oûc®íbN¹øÄ|ac’î¼ùÑYï“{eÐÿÌçž—¯¼Ô2ÃxU¶Íç.?/» ('ït’ê4#÷Ÿwt.|qFÒ{tö:íºœuìˆÔ'I©{6jcùÃê»gÃSoʵ}OÌ)~9œ×œÔ ÈúŸùmöÚfÝlû½ósø!_É™Gì”úd­#–½>2dËlo±—ËG¿y|¶8â¼|éôf—ß—_ÿJŽûÞÉÙ÷Ê™I’úžƒ²æƒÒy~Ý®Jmlû7Û^VSumz¤š§ûâÙw ]Jóù9IÍqÇ3ãG\”7'¼‘$¹áÚ?äÃR1`¡ýâòK³ë{Í÷±?Þp]<ôðL~{R«¯ÿÃï¯ÊVÛl—¾ýú-Òúß~{Rúûßsÿý÷¥¹¹¹ÍçÖÔÔd“M6ËGwß³ÍmZ¢šžË…[®o¹:ÿýÛ-ħÙ´®K×®¹ò?Ë^ûì׿ýÓ]wÜž]vÝ=IòòK/æÒK.Éù^|c’™iùÜî©IÞN2qÖ¿ s|ýö¬Ç§Ïz~S’æ$•´Ìˆ›$U=¤€¯g¯ÞÙmÏe·=?Öî×4Ìœ©pàñjõ—㤷:ÐñU«\o'šÐ :>ÀRwešcÿúVŽU  ƒ*+EHP(…HP(…HP(°ô_¨ÊåtîÒY!QMMMS./Q@ XêõìÕ;Ó§OO]}]Jå’‚,„šššÔÖÕçµW^NÏ^½—ŠmªuX€¥Ýê£Fçï÷ÿ-l¼IZ>µµ.]íÕØØ˜—_|>ð¬½özKÅ6¹«–z˯°B’䑇ÊÛ“&¥R©( @;•ËåôìÕ+k¯½^­°üR±M)`™°ü +̦X¶™C €B ¤(”@ €B ¤HµZM©T*d])àU.—3mÚT…ø€Uš›gß§-ñ{Aå>H={öÊ Ï=›3¦§R­*@ÁªÕjššš2múôL2%={öZâë¬Uvàƒ4bäÈ<ö¯eÔk¤gÏž P°w†éM2%>òHÖ;v‰¯s¡©_\~©£,Vý,—5ÆŽÍÓO=•ÉoOJ¥RQ€‚•ËåôèÙ+kŽ›~–[âëkw µÊˆŽ°Èž|â±6ïÓ·Oúôí£P@‡0jôŠÐ†vRoº…j´Ã¤·&*Bj  =²°–ÕžX&5(Èⶬv HÄ´e%hMCž½êôœwç«ilí)ÕyöºäÌ[^O³‚©a{5ϧ™#Ï}43Ôké9­—¨òv¾â›9éÒ'—Ž}ù\nþõŸ3ÎI ©V4üïŠý…‹rÇs3[R©š)O]Ÿóå\óÚR|'Už¼-7?üæÜ!ÆÌGóíÍWÊj‡\»Dn;T Û[êiOæçÇíÕ H¿þ²Âwä­q×åà‘+fÓoýkVðñV¹þÚÜþø¤¹ŽÇ2W¯ÖΫeeó‡VŽË2ÓžFebî¿â‚üìî×Z? Ry뜵ÏÖ9ð”‹sÛË>O Õ÷û|z­å2êø¿gú’ÚŸ™Oå¢ÃÈ—¯z~î›ÏR÷¬ûðl¹Úré×@VZoïœrË™9{™{fãÑCf/s…µvËW®~6³@ÍøgNZs@Æœøð»ó¦L¾#û¯0 []úbšZR…¼þ§+óšMrðæýZ T–ÿúKÙyÓ¯ÿ€ô[qLvúÖC³zãÔfÅöÏÓîÊ/x«¡Hs^½úó9沉ÙåÜ‹óÉÛ󚦼tÕÙ`øÀ–m4:Û}ægylÎú4¿™û/þlv;k;¯ŸC¯|qv/Š×.Ý1+ΪÍúß23›žÏÅ[È ý)“çXÆ}~:ÛYaV÷Ì ¿~_¿ê{[pÝÛªëë-O¼KNøÆÎY¥ó[ùû'å»s­gÇ­¶òØÙ{e—3^È&Ç~/¿ÜvX:OükÎøÌYùÓ“Ò¼û ©]@>WÛöù¤Òôæ ™˜î9 Kfúªí“•û&S^ŸéÕ¤[+ÃÁ: Þ,Ûo½yzdóŒÍíùýAÏgóO|<QŸl=:S¯¿&ÇÞö`&œ0*ËOº;gþ䙌>åüàða©K²ñèú‡ßõx&Ÿ0*õ“þœïŸÿD–ûä ùõ·6J÷¹ïK[‚Âþ«dô˜Ñïn_ÓÜk¨¾õçœñã'3à°ëó³“6nYÆ6¤Ï³ëæ¨3/Éãû|;kÕfÁu^jkøî¶ï¼ý6é‘d»·Ì Û Ÿ?ã²<±×©[3ë9C¶ÊÎÛl–³ksk»kSÓkXF=ûµ™Rü9×ÖëÛqN+çUçn;>®úæ®_¨y¯Ÿ}Íù`®c ª{õ­6ê:«íw±Köݵ¥-l±fcîXã³s¬§íãÖ)­µ•Ûsæù§ï'~Ÿ_¶Uz•’L«ÏÕÝΚ/.¸¶Gm»€óXæ-–©¬«‹ðȼº,¿júå­¼­sÖÝyôÜ7ž ³†YËXo—1ï.£Ü/íºzòÊýytâüwî=u^jk8µƒ²Õž«'/Þ—'&U{m>¨s®­×/¶ã¼»ó]ë"\3Þïë—šëX¾®åžÃ²Zß9×Óöqku½/ÿ-N«Ïú{¬“^¥E«mí‚Î`‰¸ý–?¦{÷ÅÜŽ¿ßÔôœ¾™’×Þ˜žjºµôXiš˜'&ÝF,—ÎííÂRS—šTS™}ÓQJ¹®œT*-±Vµšjj²ÉnÌY›Îy{UJ]ïÁéšqó[hêk’J󬻧R9µå¤©¡©õ¨¬Ü)Ý;% SÞÿªÓª9âÿ=’íî¹*—]x~NØó‚üpßËsÛù»ePm’ÊÌL™™”ºwO]yɨ†g.ΕÉû|/—¹IV¨—Û¾ôñ|{öüE³êô¾&'¯Îw¥9›ÿÁ›»ÎKi [S*ÍÞý%P›ö$K ^m¼¾Ïâ:Îä¹Ûž¶¼ÀkÆK h‹pÍ)â:Öîæ¼°u{= ëeDýŒÿy¦&Û±G†µçºvP¶þØèT¿}J>ó½jŽÚtùÔ¿u_^jÈÛÙ5«m729ù®<9ùSÚ§”Æ—oÍ7OËjkI¯Êø<ø×’úÑéÛ¥e¥Íoü3÷½RŸ5·Þ4>“s·Ü$ßîû“¹^·¼þ·_枉™½} ªÃJãÛ>ÿ€Åçö[þ˜=÷Þ/S¦Lžëë¥?J]†õË\5ùóùò9Gdïé¥ô_ï üø²Ó³eïŘ"”ºgÃSnÈÕý¾žÓ.99‡]ܘ¤{ozdÖ9t kׇèÕgħ™ËÇ}.§\ø¹xN’tÉ€U7Í^ûÎê.V“å·Ý?k5~;¿ºobvþHß4Mx$7~N|©åýþ÷Ég/=+í_NÒ”WnÿMë¼y.ݸwË;ûÕ†LiHº ì×þ!‹ Úò‘Çæçç¾’/œqJ>ñ›†–Ÿõ”5v”N¥–úlðëó}¿žo^ü•üãæ¤®Öûô•Ùãÿ·ww!reÀÿ3£m&µV ’^¨ Ð*J¤ "] ±êE/¤‘ZS±ÚF –´è…ÑJ°5Ä‚ bÑØ’V¨–^)m%ˆ7½P6¹‘¦ùÚï/vNæÝ³óµÝdÝÝü~p83sfÎ9ûÎìÀþ÷yÞsÓû2ºïá|þίçÀ]ŸÎÆ–¼çÎGsËŽëjG¹"ï}àñ<ñúoä›|%·îŸÍkßvcn;ðû¾÷kùÐæþ‡>‘ýjçòÇ«¦ÿë/ÒÏÒØÜýsuó¶ll\âÏîÍÛÿ.üΨ¿;½/ËÿιßcCŽ{ßqýðÕËÿÎéÕº×Ø’ÑýGsèªû²ï¡]y|²‘7½ë†ù߯fc¨qxkßÏ/p1•mz+Ù²×è²n&ùê=_žøÑO~š—O¾tù½s/åÉ;>]c{òç?ìÎÛûý‘8~,ßúàÎüzôh^øaûŠe§žÎg®ß•³Žå‰ÛÞ’ËòO¨Õ8†3ÿΡnÏw¶=–¿ÿr4›ÖÓxÁ*Ö:ùdn½aWN}ï¯yúö­­r¸ôNËÏÎ9ôT’É$ãIÎ%9ä•ör²¸}º½}¼ýü™$³IæÒù×vË¿›»i^“{ïËõ/îÏýõ¹×d^<¼'‡NŽæÁ=Û/çÿùlþ±igîÞñæ4¡1\ñ‚Õc*ÿ:úh~þ»?æO9–çŸým~pïy¦uc>û‘k…Q° ”WÓëuûRs½¢6¾ó®þþräšFŸ«xÍedëMÙ}ð ùÔÖÎP^¹ý»yîo³ilhCc¸"ã«Fk"'ž?’‡ñBŽŸi%y]¶¾ÿ“ùöoöås×ùÌÀjЫMOËÿwZöxU†iÓ[É–=À:7L›ÞJ¶ì™Ð`;{öÌ’nwÑ겤Ëz(*¤XQ)©WEu«–*ŸÛ×À–½ÇÇ 9Àå­ºJ^µ®QKjáëHÝ»ûnà Àl±ÌëjI–0T£Ëº™d¤½lLrE’«’lJòÆ$W'ÙœdKûþ’\Ù~ÞÆÌ‡\#íýÔ÷ÀêVV9UáÓL’©$ãIÎ'9ä¿I^Ir*ÉËíûg’œK2‘d2 C¬ ûÝ0àÀåÁ«e¦X¦Û'S…Pi?§ÀZT¤ªSzýàU5‘…•Q3éR¨X‹ê¹PHgq(UUK šüúž©„B!„B!ú~Þ‰²–Wzño!„B!„BqàÑ{ñïîÞ‹Jك唈WÇå”]L_!„B!„Bì_ô.þ¶þ[g7S½ µ-sì·jRB!„B!„¯¹/ý-–轡´ˆÿG{å;Q{Øà„ËïӬɃ¸øŒ#¥V„B!„B!böì±MÞʵ|òôŸâÃoE´.þv L)t”ê. ÕŒºêòKØ^ã–ZB!„B!Ä!¡ºÞM ¸{ƒÅŒ•DWÌ™î§L&Ô~òôŸÒi|Š| ÅZÿߪǠTW©vÁ¨²ªfi…B!„B!„8dT×»©ihfÕŸïÖ÷‹ÆNCÓôNÁ£!ÝŠ:>`û'Oÿ)¨ÈW âßJøo«nƒRÝÙ³& ¥ Gïaô6°í˧hZÿ%ZÀGÐß‚ðaMÊ%õ¨«‰$Cü„B!„Bq`©iðPU×ÄšŸ¾`Ú‰g2¨_ü.}íÖZ>ÿø9€§í€LÚbC±„Rˆ—0„ÿF£¢¥:éêéy{Á­Ú¹3®ÄÝâï´@°¥™íóž¥ê‡—8rd>“Ffcs&`2[0( eU ¼úþ×T»u .~kB€UQQ iÙBq°Ò½ìØÚ€5=—I´z`×¥ŸºŠjjšü˜Ó2ɲ«½û^ÐKmM#HÌJ¦·_ ƒ½®wwBqPØQÓÄó>bò±§‘–»[iü¼a;k~ú‚±“O"5œÆ–.ÀöªFÎ}¹/ým;Q¾/øÙ{ªuˆ_ÛÙ5r}=MjN´ÎQKî™ÂQŠ8åÆ ˆ·Ø\ZIuE5…YT4ê )*âo㦲øÇ…<òÀtü£/aÚÅŒ8’ ']*-[!ôû´@#ÅËÖPⵑ7¼<‡E÷Pº¾”äA.ÊýÌ–Ì¥ÚP÷Ǹ”æÇíñ%†£Ò}¾¶ÊëUÞ HðT´XÝß…gã66è=ß½TWlÇoŽ¡ Ÿ‰m¥•èûo B×¼ìØXBqy=î `ŽgȨ<,¥«Y¶Í+¯ˆQY6Ti³|]ï³}@Ú‰B4”ð2-!– ¦ïV) Ö„Ój­hévG(èÔñ2*í;±ùñXÂih›øvÉ|ØÈ?l¹{¡!õõ>°ç'”Z~þq 6‡#F¦aSÎc›BìïTeçQRÓô=N«5¶-ÝÙŸ׫t¦O;b—Ò¨©«gã¦2±våç°}Gµõõd§Å“—‘@ES×Û% å ¢¼€'" ˆŠ|E¤Ú§ºÔ@‹²æØ8Ê~^Gæ¯Ïæïù*”/åwÏl'wDïo0öË€”¯C2ã3@"ãsƒÌÞê''3—´’%ÜþN¿=.Ÿ3.GÝ?¿gE\!Ù¶ýã¶G÷W³te?ßu:C³ËG†! t¨]äËGŽÝò‹Ý´i-•¬XQEÁ„!üùœ 'šP R»½‚ù ×ðæÒjr†åoÜÛy‡·+:¥Ðãù;Úçš®£íw§}ú 0O=†ë'„& xý4?Õ-6ÆwaV`ĨDô¥ ´dZÛ‚$Òf÷b]ë6/ÝÌè«~ÍÌd¨Xø-þÔÃÀáéX›7³¨:“§ï=Šxxéþy,É)"gŽ%ûbسJ ËVz¸ì¶_3Á ”-áŠç·ÑDzçŒíØ&„%2À³‡ÇEQÚÒè*ÝÝpj·i\}ÿû¶£§tkêê™8(ãǤ3óåyÄÆ†®{ŠK6sýù“qÚ-|´`3uÍ’㣦ÛA|D0ÊF)mXŸÄ-(E¯RѶÁžËW­fÚ qàw£o˜ƒ¹~=6“‘ÛqÙÍ—5â˜(ÿùKF â¾W¿%³èTò†‰Ä£„–æ ÎÖðAÓÆ 'õã+ðŒHÃÔXFYÜ þœ¾“pºˆVã ñnZ˪Í´BÇgsl™¹¹äÄ™:ß hJ×m¤´ÞƒÇ‚­Zì$§e2 +.t£¬{ÙQ²•ÒšF½ÐQß’@Ñð¤˜Ô–m¦x[->Œ6’3úQÐ/ü]ÍCéºÊ<¸}¡ù Vé©vü5UT4úÐ#±I ÎOÅaI!ßẒßÈ+ãP`=€Áh xÑbnþiùYªHf°Y ÷÷d;}ºžÊPÐP¾• ¥ÕÔ·h ˆIHÄ Û0´¥é£té"JÍ)Œ“=_šŸš²-lÜ^KC‹†b²‘˜šE~v|è&±µüêÝxüZ(_F éý”·Û Ý_ÍÊ5^μê$¦'G~b >=“NKçè¡K¹éÕ-¨Ã²q«Y² ˜zÌdNCÁ½u9 6{!&›qCMhºÒ»¼¯°Ññ¾_×»èºh¦´d›+šñé ¶Ü¼ÎyÑü»V¿]Õ_R#&aÅOížÔ‰îf{C § ]”­yëþò£› F2r\|òñzRFYY7¯ŠØì•Â8µû}ã;¶íN^…âÀ°÷{Híyº—ï)Ý-¥Û9ñ° 6®?23_ú¸þü)$:mT7xX¹¡ «ÕFb|\Ôt;ˆ £ÌáxRdϨŽOßk J)tÑKÊ%¥ÐC©„qçñÖóç2qÒT¬ÕËðÇš²fæ—4±z»›œx3^“ƒ+U~æâJXEYéjÜM“°Ú]Òº…OW’uç4§ˆÓ?åýzq[šsN>‰­Úb‰S½lß¼×aãyü°’¬  Q·m³?ZÆ×•”dŽ8{(Û¸ƒ¡ÇOäú<鱡Cøêkøá‡¼´¨‰~EI¸KËI3„‹ “hÆëKyøé•¬òùH=‚;ÏÏ"ß¡¢»ëYðÝ2žýÉKÿANjJv0ä¸ñ\—ç"Ó:-x«Ëù|Q ŽScb?FÝGɲ•<öñVNJ«l\vÅ`Æ›‚įŸgêãˆÛ¶‘˜Q#¸û‚Žë)§ÿà8·îæ6¦¶¿1ÔƒÔo*†1Ý”aìX³ ‡ró9S(Œ3€î§ôçÅÜýAëyÍÆôߟÍt€Æ Üø`1š+ÛåË…kÛ&ì#‡qÛo²è2 5׳há þý}©…É4nÚY~é#* {øiþ2ž^ÔBî ¬»|_ jÝ6òN=1Œò0öB^^\MÑÁè#Çpͤ¬FrÃø9üyå6 õþrï¯L¨wĬ ¦!G3ë*”/ኧ«ÑˆíeÞgñ@ib§»ñN×þ:Ö®©fÌ ¹eTñªF}½†#â&[ zغª˜˜Q½¬_ÍGyÔú[½s·¯–¸=©“| >Ý„ËZÝà³Oᳪ˜y÷·h'pX.äW¯å£ù^ú¹”­ÜHܘáÜ~~NÐñ46R¼j Ï|·‰ê&·vWþÏ”bwȉ¶<¹˜Ú#ŽˆÞž[".Ë~Á6Ûu­ë~*UÈ;f2Wì˜ÃÓ•öÐo®é{J‹qŽëb¿ß‘€w›Ò·û@ š%+´î×ñÌvÒÒ›)7fòûÿÏèd õ;¶ó曫XœGf´@M°MÕ±œ}¡ RZ®“•fåèii¼öf5^gf¥»}ã—8¶%CåF6ïj^…âßÙ =¤ˆèÉÔuºWßÿ~Ôï·öžêÜCªûtí1vf¾<ëÏŸL¢ÓÆ¿‚$8BÁ¨™/Ï#5%…8—³]Ú‘évà £LÁ(-€jÔ¼õ |jø-(EÇ€TTÑÆ ZsqŒ½€¿Þ~'·\~2›«u^ø¡–I‡fÜ´þ,ZºœÅÅ+韮ÓàÈ¥_@aìØ±ø–oâÓÿÜÂ)WþKZ·â Äߢç2…Ž—ž ŠÍƱÓRxëÍ­l‰Éãš‚-  Š™$kÍþ^s ‰F?µõ—•¸Œ,λÐÀ¶û–QéÌ'¹õ ušº…… ¤›BÁoЀՕÀäã'3"å[®S ^•ÓÇe2Ð:'x} VSšf7ÉÇÇÝí€FCƒX§‹ñÇN&Û4—?/Sƒ¢¢D2Ãé·`Àš˜ÆôãÓBù F3ýGŽâ6ß\õKÇ{ÕíÅXšÖýzêvs—Ùžko?‡O°¥Û2ÜRãÃ<þ(þy”³í<TL$ª-4jæ'k·—º€N ¦L†Pä¾í%اÍÝìm§[Õîâð©G0$y>×¼_æk_~Þ «ÍÉaGO"Þýwlq02ÓºKCcô–ZJµ4þ2,Ô¶Ê¿˜ÇCË\%[k¢ø³ox8ådnd k|>Yß®e«šÐîæ½óÙ»ý;=å]r=Ðîš@÷±c]…¿:‰Ë†"¯†ÓÕþÒ¢yãb»këW×h,Y‡µþ¼Ô4Ö’wÂ1{V'›Û·a¯—Ÿ>7^=t•µ³‚Ô®ßDü±ÇrÇØÐãë«ðØœ¤9œ äDSƒŽ­ûò×ýÔÔ8'Ú>àà7uÕž±˜ä_¶ÍöY]·/'ÝíG‰±0é&²ö¡¯ùÌÝþ¢»Ûý¾}9õÕ>Ðq‰ÎõÜLq¥‹¿ü¹ˆ"ôæ&¶µIN´ànð£¦êQ~qÖñÕnÇ7`$GÅuxôÍ×\=„Œ‚"¦™¿b'\«Þ;ñ ÛJ‚¨M.nÚ¥¼ !Äc_Î!iÚ¤qíþÿù7 º\¾§tsúe`³Z˜ùÒ×ÜøÛ)Ä;B×+5f¾ü5¹ÙÙ¤$'vJ»›9¤ì´ï¥ý©{‘wyÜc@ÊçF}?þˆ+¨lqsÝ?þKœ%À GM&ÑjbùÒ¥Ä`¢ªÑǘ~^”5qLLy.†O<Šëþtg—i !ÄE÷ãšÈ ߇nýa•GŒ`Ì "¦Ú¾dÔdë?_ÿØ‘)&¬ ;rð|ò!g¼§ârZ±Z“¸äwã8ܚ̄dÏ7p9ÂÇø`0â9©A~xî=î)†Ü#¦0óä$\£†3í‹/™í۹̳ïqOqÕKlL6·O´ͼ÷ø^ØÀ1xO\”CƸ²¿ZÅìíÒÿÇ–8.»~Ó]P;ÿ3~7«¼ÓNäž 6\3IýxUXÛÝLy•LfìÊzvi×S“žCä\ñ–¬þÔvY†n®îÇÝSœ€ÎÆÏ¾à¶Ï«iÖUbS’"Έ>~þ#žÛ®`´&1° uMsäí*^%“ 'Ø Ëß›Ã] šq ÇÃçgã:œ>›ÃÛ¾ÄõcdÂy'qÓPF§b[\OS²)b¸Rúõ+X]ñ\{6cŠ1µÝL6ˆË%=¼‹W{pfä`4ÕNjºËê`P"ÄÆ‘aô³IëÐ<µÎMVëuÞ;ÞëèÁ >¿4«¢Ô˜ÃÕ €Ÿ^ý„.ó`0Žg/Ë ×¶Ê`?~¿ õ«ûªÙàMçÖhõ—¶~{¥N|mÝo‚üðòlî-Q0ì$tÚ Dó×±™~üm¬ ²äÍùÛbÎ1Óø÷Ù me¥+=•dð"rH¤¨pž9rƬhíÙÏ‚ò_¶ÍöU]£k#ÚYå¢ù¼âǵ#’¸ô¼Áwø‘Ø–Ûͱ3²œújÐÐ:\SwZ‡îG‹q’¬4ðßg>åírTyCûcܰ„y÷ýÂXª¶jqi:f`ë)© òaé.Ïr2ýˆ>ú®‘” o×ûÆ/qlû©‚æ¸þ]ä5ŸDEÃç—K!Ä+rN¦f¯oÓjƒô”nwëêøYoÒõú ´?­…G]ãõ¢®/2Ý(©È`Tk ªuŸ)gj HE>}¯W=¤z²×*qêµØ‡LgÓÓg‘?p[^@‹1†«×’b·±ÑŸDÊ€üf'Ë7üÌ—ÿ~ƒjIÍ…-€ñá®î[ymacŽtqúôáT 4ƒ·”××3õ(Àl"Þ a{C§NåîII´ÀlÀnÒ 5´Ö»[NCZâs3¨þi5KN˜ÄX£“‘©ï5tX&8ýõͬUÒÈ Ÿ;N¿êLN\Ìæ Å $Ðþ»vC=K*t¦»¬v#»‘ÍëÐ&ØP­6ìz€Žsý’w}=½ßF›±­½ÆtU%[Iï² Á’Až蕼õ}3ÉÃFPdÒøêXßÔþ4˜T0» ÁÆN½L)idhUÌþY£ßü”Œ!Ç0â”czLS!zŸf$Î:&{<>J¾_Kñ‘£08'P¹p5ËÝ c}€ÙˆËjæ(þ8) |ùñj–6Û™zòFZwwÛŽ“ÑŽ—ŠŠA žß¼ÝxñöwI:Š¢„oŸ¼ü43[#­4SéˆÁPÛ!yE%à׊ *z0H0|rêüؽõôz.lêÎóQ ~+Õi£øG7e¨¶¦©ëè¡™OB“rkzÄm©‚¢„‚,š¦E»³ìô^§ó—å̪+[»}( èá:í"pÑ.`Ѻœ)e{5äáÂÆ¨ÁV^\P‹»¿ ³æaûv(š¾%o®§,` ´TLªN°Sïh%"(ÒSÞ£ÜÈw²×î+г$íºeëW×tCõ§w®ƒÝ­“hûLW×'톕éZ”'É) ÷TþÑ×h(í±=÷¾Þú¢Íö]]GkwjL7_ZưëFPÐ?>â?ŒÃº=v*z_ïJ/Öa&£?¼ùøgl™\Äéã3ÈXÀsöòg|-i_ 9òB?¹ê¦s¸*òsk&§ä/áíF”øýéØf$-ÏÔE^çðLMòâò$?!ÄKébh]¯ž†^¾5F¤D Sz²×]ÐkWÓõ¸›Ûæ Íõ5èpýSÚ&:úý%ÔÕ©8ލévŒÓêeŠB™:£Ô(Á¨¨'å^5jçí«b¶£—W° r0ÛXÊ;_VÑ jµ“îˆÁ–âÄPëéòæ;òV¸ëe|U»³ž^ncZ:.Eoë%ð°gu_†mÛ£&sêhýög6g<– …¦`´—f vÑJª $tÊ©¿²œÍdR &1}˜Ê] Kp ÇØ˜PÙ¯,×£”}7&Tyù4¼÷§ý'rØN?F ŠÇغœÑA %¼·:À…F2Ž™Äÿ6/ä•eki0Æ2òè‰\[:…o_¸RGæÆª¼€ÕÂàþš¿jj$j¯ êþ^ç]G^ $%Zh^ç&èØ9ÿb±Cy¥dÐ_IâôíÜöU-zN»‹Vµ+õJ·­Mt¬?‡“aïÔI”Z ƒ;\¬è5Uì ƒ,5‰SF[ùûÍd™ÚíF½‡ò×£…8´^µg‚þ_°Íö]]wžÔS29lâÁÙY—]|>7ßþwŠ—~Fþè¤u !xº$¨šˆ5†Rž˜¬ûr5 b20o]ÁBR±+õxÂÃÕ¬võ[khÂIlÊpîÿc›› d¶Ÿ:â†-ò&ÀÀØgòº7ˆÕºÄn^ÇÜ{»I˜ÛîÌñ¤Kxiñ`nmeÐqÓxñ8–€ŠÅ[fÏææ Ö^t•í¹,Ì-[v}=½ÝÆbŽ”Ö'*b¬4öP†Fïþ»´¿Œ´Pxòñ¼6=ˆO7`®_õ®gA©ÎØ\…ÁgÂ+'ù1ªÕÜwßB¶udö—ñâ…Ü=>†agœÄ›§Òöä/Ïš|Üàè4Á{Ô"ìP޼¡Œ‰RzÄé9.3‘åï-äËô‰L³3ù´©L>­ýW‚¥+˜ùJfž‹ ¿˜¯Öø˜<ÒLö‰'òÚ´šÙy§S­ïuÞŠ›õ501 òÏ8‘[ßüˆ*rÈK4…êÂOšVÂK‹sûaV N8Ž×ŽñãQL쌸‚[v¡~S<©’nêoÍÞ©“hå¯G È*’[6óÚÊBnbbè)ÇñÊ)/§œ–†îËŸè=NzÓžM»Po}Òfûª®õh…¢`M˦fÑB^u"32w~ÒÓ±Ódlèó}à¾UZ÷ëÐÙêÄãwLÁÞÔLu‹Jbb(Ç5;<(‰ŒJ·¶Ú‚õ›ØhÆx@Ï?ò6¨¡Ïµ ÎÑSyîì$”œ&Ú¶ño?:¶iÍlóvW«3ʰs!„8p´ëqéêIx푞†§ìüñm¦k·Çðö7Ÿ›š±Ù8]®ðçðÄ»‹ÉN§_²ƒÊ†@‡§ì)]łԧŽ/µ‹`TdPJïжPø‚¤ûÓˆÁd¢¡¡‘w?_DÅŽ*Ôï—3¡¼‘3Î8•fÏá«yóA1ø1Í u¼ ÙB©`ÍlOïÄP1ĤA¿¸ ÍžJn¦™š µíRòåÜýÂ¥S²(HJ 0 ú¨ØQÅ*O ±Ö®½¾z/ªË øÙºb O½_޹_ê&o§»I]7àÊɤtögüµr8çMÈ$ßiÀbo}-›ülªÆÞ˜sÖ”’¾ëëÙ…mŒ,ÕžNjÙŠnË0>#‰Í~Æß*‡sîøL8 ˜• Õuf«…¯Ïû¿Å y1Xl&Zª}XmhêfHΤzîÜÙ0‚ßNÌ$/V…–F–.\ɳ_5—ã¢r£§ûHG‡áO½fŽ'/­ŠgžÃÒ)C8yDñF@£¡²Š­áõ^bó³p€Ìt¶ÌžÇ3ÚhΑ@¼Ùˆ Mµ¬_çFqÄŠ c IDAThdQ/ónN°òõ?‘}æ&ehª€IèÕbÀ™Éö?ç®Úáœ7>“ŽP€Â×ÜÄÖÍÔÇÄ—騥úqÙ™ÝÔŸò½P'Dmz”åârRYûΧÜS6„ǧ´P­%pXŽ 4 •ØŒÊ?Ö„ÒØyjl/Úsš½×õÖ7m¶ê:J°BÑutÅJz–‘9o­â˜?…æï€µ¶ûrŠKMèó}À˜œÑí:ˆ1c °¥ÚǰD;é±€·‰Ÿ¯äÙV²r,¡< ¡ÚÇг2B瑲bæ{R),JĬþZÖ­ÙÀJ-‰¡jÇ0óÅJ›ö—c ¶^çU!<‘O­k“ièТ^}·ãïš§†­¥Ô¹5\yƒÉuD™¢X÷Ó°£œòšÜá¡HªÑŒ5&ž~9ÉØÔÝ©_º­¿öBè]´G=H]ñj65ƒ11¢,ø=¸kwP^ÑLSC “Î;뇘Ð6ÎgÆË:ý¸0j=”—û@ÏíyWê­ÏÚl_ÔµÞÂŽµëÙÞÒz|ÜÙ{H÷ì`íºJ¼XHœOªEëy¿ßû@ëP›wP²¥†F_øéD3Žø2ÓÃåßáXVW²†M :Ø2(*Hh¿OûëØ°º”&,i Nµ ìGÇ6‹{Wò*„–G Ÿ|ø“=†fïn¥ámñ³æ§/8á䳩itéƒ: ç¾ÎÜ—þö¡§êyýÜQ~ÕD¼Zßk/焆úiìü‰Cï1 U²½f×îÍÜÌûî¶ÿO8ë6Ì1iÍB±;´&6·pU[@jóÉ•+}!ö ?5Å[8ãT®ÉÖñzüh31*€y/|Âsîlr\F)*!„â b·Y1UæÎ~›¬ÁˆsÅîÒ÷ëê›(]3Ÿc§Ÿ…? Ñìñéh­©B¦f ¨eg0ª¨ ¿ßDè |-têÅSöv­ÒL6“Ï¿oÒBÑz~\–ãªûjÔÁƒZUCEr<)63 Q¿c_~±”·+ÓÈN3Ê>)„BdšÜ^b¬f¦x&Ÿü¥»‘Æ´ϤÅÀíõ°éví©yÝ=I¯[=ö*.«––(„B!„BˆCN‚ËŽÅ´{=¡[üjꛂt•ÖR³ÙÙCª h¤}©vöj²·'=¤ä'?!„B!„Bzªëšùt#Ÿàùv”ïÒÌ©]¤;ªxoÎ7Òú„B!„B!aƒUÌÝËivÛCjÖ½¿¦¦º žRB!„B!„‡ŠÖžQe¥[yæé¯özúò˜&!„B!„B±OI@J!„B!„BìS½žz]†ì !„B!„Bº˜Ì|¯‘R{NÓêùdƒGŠB!„B!„¢Ú+ìøìv¦O›ÁÍOýD½t&B!„B!„èÒþ9dOk`É‹ñvàWÜzi!Öý¼Ý‹ï攋?¢èÎxðâÑ8Ñ鲸ôF–¿òo4ŸÎ-—Ùïó¶_;ÀÚÉ~%XÉ÷ÞÂkö«yäÃöÿ²“ýF!„B!*û®‡TËrþorƒg¼OE°‡eµZ¾ð8ÿ™WŽo¤×Çb†ýž—¿ŸÇó—&ÎÐS  žŸÿÏ|Z†/Z>t¥‹>cÎÒ‚ûi~w9–à^ËË×Ȱ¬4RRÓH}Ë[ Xù5÷RCïOxp=+ïã¨ì"f¼_AÙìM;9Ôô¶ýhõ,›ý>Ÿ¯jàoN½iÛ÷!„B!„´½×CJ¯eÖéE\¾ óGqç¼Ë’™©ô\Äà¬DLJ7=ˆB+k·Þ¨‹*öÞ§×'7þ]çWôÖ¾yÎ.òÚT=”·Žùð®å‰KÏ烓>fÁˆø=A~éüvW ßpíøsxM=wçÿ“‰ŽÈ‰Ï|¬yì"þø–“ßÍ|•ûÛÐ Ù 4VóÉ sÿÏS¹óùû8,Ɉ%7‹'‹AE…d%YPºªû]i'Ý»‰¹OÍä±×>eaIv²ÆLãœßÝÀïO.À¾+óÈõºýè„ Lß'e×méMÛî¸ßȱ[!„B!hƽžbÖ…<ñài¤µ¥¬`I‚Õäà‚§>₽µSÿ½›Þ^Ë/ã ±ïí|ì/ùí$@é;÷ñv­«þ÷~ðGÞùMmÅ´¶Ó‘/qý9Gí Ò¹2wa3.¹‘KOˆ©-½syòãs™PoXÄ}¿:“–%2iÆÕ̼©?vÏf¾÷\6…®z‹Y·N$N=÷—ÚÈ~Û¶…B!„Bô•½?dÏ1€1&0±í5ž1¨Í<=5ì ¿¢±uÙ`- Ÿ¾†“Fåš–Njÿñ\üÚÖ¶áW-_^ÇÄþ餦¥“=útn~§„–¶{Ü(é*˜÷ÐeL-Ì 5-ÜÃÏáÎÙ[CC|´Z¾»÷Ž5 ´®´l&ýuiäw‡ŽÛy³íÛ‡wý‡‡ó1è¨ßñRIä½z”|åÏHNZè;ãî[ƒ/jùÕðÃÿËñ#²Ãù=‹?¿º’¦Öî#ZŸÝzG@ZZ帧¼«xî_?‘yõ <{N,?<ü"k"×ZhjÿPÞ†þ—Σ)ü~ñ?§~ÿÈG7âÙò SÓr8ÿ‹ˆÒØ“vB€²7/gÂÀÌÐw³†sü5/²²9¢M°ŽEÏþGf‡ÛFÃ&ÅŸ?ÜN 7mk·¹Y:óJX–Æ%o~Éÿø=¿9m:§ýÏUüß+_òyü*þþcS¨Gw·ŽJgÄ-Kñ¶&ÑøçõKçèç¶îÜÖÞ¶ŸHº›µ¯ÞÀôÖ2ÈÁI[‚g_´‘hÛÖÓ~Ógu"„B!„b_Ø‹CöÂC€ôþ€Ûâ £!bøUë/+:‹Sÿ¹‰¿»›ç§dc¬)£eDF}GhÙ¬ãùã-Ç‘g­ç§ÿÜÆ½WÍ iÈ\þ8Ðe›¥÷žÉ¯ž0qÞÝ/rO¡Æ²ÿÜÂí—\€ã«9üq@=+>ùŒ•®+yìÁi¤ë 4'÷ßýÉÚ{Ê/€ÞÀüÛÏà’{ý#ü}¬‹ÚŸ?äÑû~j+S½c>ÂéÆŸþ(¯\]ˆ°¦ôǨoïT~+8›Ógî`ÊîãÅqN¶Í}„;®;…íkþû›,ŒÁ&Š¿ûžõIÿËM">°ƒE/ü•û#ËqèÔÿ¯TÎŽerÃEä½ñ<Í¿’G§8ÃeÊŸqüßy÷ÿÆaŒq9ØôÅè@Ö¥/ðü¹ý0¢`KËÂд3íPÝìa;A%nÄYÜøðd$©ÿùn»õÏ\Öo,_Þ0s8ý“ÿ¹•qWüOíµv>÷_ó _­¬#8= COmky÷Нy ϼZŠiÒ\;ÑÕ~ˆ¢â`üÕ7sô —óæS ¹åð©8£ ³‹ü»+í§C»ó?Ïe×½†zéLÞ:s0Ö†M”Z20îñð¸Þ·‘ÛÖ‹ý¦¯êD!„B!Äþêµ5wqDî]oÆã+fq¦«Ãmjý7üó±Õ¤\øÿ¹ãpb#? wõ°ÏY'…8rˆŸ/çþ¾-çšý:m¸^û ÷?SLá­ß󹘀q…&~œûÞú°„«ÿšMÇ’3‰ã¦LÄÑgùÄíßÊUýMèµóxø¿Ûȸ|6Oß0 À…4Îz“[zHÖ’˜GaQÄ“ãËïþ'V“üÛwyö¦q¡ò›2†¸’qüîþgYuæ ’¥ß3u2`ò0¯G]×e9î’`sƒ~ì3œ”nÀœò?ünÌ#ÜöÄçÜ1é R"úß\¹ .*ÜYîáÀ“-5ŸÂ¢¼¶!{¦½ÝNb ŽãŒ‚Öæ8–Þá²y«h¸~0‰ ß1ó±UÄÿúuþsÇ$\ à6ñ®ýAª{Ù¶þ8hÐî_í:Ö5@öC¢ÉSœC92¾Ø°šJÿÔès’ífûé(PWJ-±L˜t G% 2œÃöÆþ± mdç¾Üó~ÓWu"„B!„bߨû©ìKyîÑÓIo³fp’çê<+³¯t!+ÝVF_Ø>ÈÐÕ™KA|½-ôT°ŽîÛö#k¼PzçDúÝÙþ3WI >2ú¦;æWµÓ/ÓÞ¦¥lð[qtAè¦z/j-¿Ñ'í,?5‘炯²¢NcxR”rtå10±ërÜþÍïðä'§¾380f0ýª©ÜyéÌÚr2—åšöZ>w¿ø(›ó0·Ï|¯Vn§ÙàÀá×`¸¿þÒ,w›sÊ\]LÞSÛÚSÊ~p ° ½”?=‹›.ÇÚË%—\į&faÝÃÛ6Ò›ý¦¯ëD!„B!DßÚ«Cöt{CFŽ"§]Ê:z@ß¹œ®£kZ»a:Ój·,€nÀd-Ü94©]z::ÆÝ3‹û&ØÛÝî]YØôŠÎiî‰nóÛþ©oºÖa{#·£c>¢å=Z™tæÔZέCº´®ÒêXŽ»]-¬ùï¿Y¬dÕi¼ÜáÓç^ßÀoÿ4sOùéðÔ´ÎõºgíÄWü4ÌxÆ3ïæ©¿'Ý\Ég:{ÂßÑ‚~‚1•vën·m=´­Ýö©ÆPà„¾_IÝïÔ¡·Þ°’o7AÌуH2êèAƒ _ T¿Ñ¶uÚO[“Ñuts¾´ˆ£¾{›?õ87ýœõ4=8½Ý„ýû²t»ßôQ!„B!„Ø7Ô_jÅæŒQ䛼,ùt5M{-½ –¹I+ÈÀ­¯òRm¿H/sæX ­^}°Œ†ÞÞ«b­à®óìEÚK>]Csë›Z ?ÎY©c×ÇUÛ¼”Þ(%ýü§øð“™ÓözŽw°éÕ—XîùåÛ‰gãw¬c0ßð[¦)¢hØh†§îœ_È”6Œ\ƒ›%_nèrïžÚÖn³äâs2ðÏûüPù™ÞÈßÃ-ÉœqéØÐPGƒ‹¬8¨^]L½¶gígçz"¦b#çÈó¹ó¥¯˜wçP¶¿ý0—öyéÍ~Ógu"„B!„bŸ0þR+Vâ§pý%¹œòäÅ\sOîÍSÎÛœ1q7Ó»(‡SŸ¾”Ž›¸äè|œþJ6l40õ¢SÈí«ˆTÃ~û › ïrøã&q㕃9îÁœk¹™+„Ë_ÂÒ* ¾‹ôLéŒCÃ'÷óè{W3Þ^M©6–s¦uÈoÜ$n¸b Ç?|¿K¼KÆ9)ûôanû\çÈ{/cˆ•ç Ú£l/ü7ïWesÑŒãSÔ~éþ—Ëç¼Ëó‹nbÌ„_¶Ø²Ç’Ãý¼ðÐËäŸ7’‹›5Õ; FMšÊÕg'qîS—smòüv´Š…ÿåÛ:0÷¶míöÈÄFÝð8×Ì?‹GΞƺK/çì ý±»7±à½gyêóRò/{[Æ9BUc:SN/Dÿû_¹ö>‹&¤c©[@™ŸOuìeûÁà 5½ËÇË ™ž¸˜ÿÎqS0,—VÅ¢Å;À4˜«ºÏÛˆÒ‹ý¦ïêD!„B!ľ°÷‡ìµ길9jHGÇΘ›ßáõ¸;¸ûÙ¿pÑãA0&1úŠÿpò„øËeÈQçô»å]^K¸ƒÿ{þv.}&Ä’5á"Fœw29f:§¹'ZÓ({™k~Óq0Ò8ž^ù6'ÇYzÝÌŠ»›»ž¼›Ë^ð ±iƒ™:>SÔ|8™rç?¹àŠÛxèªó@‰cè…OròÑÙ–³2ìoð¦ývþúôµœ;3ˆ%ópξ÷=nûM¿ÐÓÑtz.ÇÝÌþ¼çæÒ˜s§ 0uj±#~ͱ®wøø¹ï¨W½Ü»¦Õ6ê°u¸ÖžµcÁå<{ÿ6n¸ÿ¯\ð†/³q¤R4=3::.&ÿßÛ<ó'îùçe¼ß¢0hh(¥(½k[{ÖU‡ñçY_3òÉûyì¸æÙFtl¤?Š«‘«OH¬Òº?pÙsòØÔTWÐÒÒ"¥% zÍGüfôåÔÿýG>øM:)!„B!„‡‹Å@YéVžyúiþõø“³À4 @møUñï†ðçžðò h°³?Ê^ëG‘™ÕíçÛÊJ¹Êë©LäréMÞŒüùÙ<ûe¾ögP¿xŒM%|ýÜ_ùZ?œ™Ü§Á¨Þ–᡼ÉñF!„B!N{mÈ^YéÖ=úþÁ¨§29Ë¥7y; ò§{([4‹½úe:`%}ä Üúêü¦Ÿ¡O·¿·ex(ïCr¼B!„Bˆƒ“Ì´"mŠƒ ·¿ËÂÛ¥(„B!„Bˆ}eïMj.„B!„B!D/¨RB!„B!„b_êu©M%ÅRZB!„B!„‡€Â¢¡}š~¯RGL:JjC!„B!„âPS]Õ§é÷: åv7Km!„B!„Bˆ=&sH !„B!„Bˆ}JRB!„B!„bŸêõ=t]JK!„B!„Bì±^¤$%„B!„B!ö²'„B!„B!ö) H !„B!„Bˆ}Ê(E „B!D¿›’ŸŸ¢ºl.Íõ%¸v ¨*ŽøþŒ½•Œ§I! !„û)™Ô¼-¾J6o¤¢r@ÐÑÃe¡ë:F£{Œ‡Ý‰Óå"-% UUÙ9ë–"­ì—®Ã–vT–£¨*ɉÉX-V)”^im»2ƒÜžª­«%ƃÅbéqÙ¦¦&šššHKK“‚Bˆnl^ý"«¾û ý aÈèñÅÅš„¦ùh¨YÍÒïoÁÛ°•¼‘ÿ+…%D[´x?.ZH0ܽ›R£‘±‡ΘQc¤0…8„Ȥæ=(.)&!>Q# šÚ ø|¾¶—ocÉâ7Øß@¬¥Œ€û' ¶qì§ ©ÙÒÚö¦¦fü_»÷ªk*INJ¡¡©ž²m¥¸\ñ¨ŠŠŽ:˜LfŽØC¢|Þ›õï0+êgŠ¢ ª*v»§Ó‰ÅlEÁï÷1qÂDŽ;öxi`»!ÐÐЈÛí!##£Ûe5M£¶®ƒÁˆÛãÁf³IMÍMøýþnONm? c6™q8RpBĶ®y5óoä˜3.'&nºDQTÞåÜóˆIçÈÿÀÜ·î!-ÿtl±™RhBô¡-äW_‡ÉdÞí륇ÿõ£% Õýµb Õ(×8âà!CözP¾£ŒÃFŽ·Å‹¦Ñ4-ôÒ54-:¨ªŠÅla@f%’ëñ5ÿˆ§ú3l)wÒ\þwbÕz Öc ÆJö¡ææf FNg" °TT–c³Ùð}¸›ÝĹâ0™L¡[WÜ‡Ä ìûÌâ´SΠ¸¸·Û×ëÅçóá÷û ƒ˜L&ÆŒÍùçŸß€õz½<úØ£Ü m7ý¢÷Ü7ñññ´´øhjj&6ÖÞå²õõõÄÅÅc4ªx<^ H…ùý~’“’{½üöíÛ% %ÄAh{E-é)ñ€Î²/þ—a#ý¬ÿù3?£jûF¬1ñ 2CÎÅSq3fWCFO`Ý»qôSR€Bô¡Ðu¤™Í¥QEUQEQQ¥Ý+$¢'¾ÉI©)Èî®)k~dã·g‘wäÛÄ$È}¥88H@ª>_EQü躎¦k躎®…þjš†?àGó-ÅïÿœXÓ*´–µØ’¯'&ù÷€–ÚLj1Æ¢‹f(”BíMM͘L&¬V š¦¡( ë‘'½ƒ¡-¸b³ZiQq:þ›X—Ë…Ýno륪j¸0›ÍÄÅÅc00 ÄÄÄœ’Œ¢(Ú -^ qÄÆÆ²uk)v{L—íÒív“••@ à§¾¾A ¯õRUÓÛÊB½¡B=CAe]×Û^111hš&…&ÄA¦¾ÑÍ)—ÞÃ_®:‹3O8£ÙƪFŽ=‚¢ñŒI,¢¥yË¿¹‹m1éYpÿ@bƉl\÷¾ ûˆ‚BII1->_¯–·Z¬‘‚ëùbˆÍ Î#}ðil^p…'¬EžO&|2‡TBã C§¶›ZÿZFÅ¡å#´¦W©Óš0˜óq%] v$Π¹â1ªJîE5¾„-ãI ¶ÑÒòö2¿¯«ÅLÀïoÿ L(2Õ¶çp}jºŽAUñµxA?ø‡îY­Öv=oZËÊçóa2™ˆ‰‰ ÿš¥†?'4|¯µ Å.ñµ´€UÅétPW[K|||§åjjkHNJB‚ >ŸOÊ;L A×Ñ‚A*++C§¤ð/ª­A'11)´œ”²â óðóò›3áçgc6(~5©¹Ç—<¢m™g.C&ÞÇÏ_\HVÿ ñù_ÇêÈÂݸMŽ Bì#Š¢7 UÙù£gë_…Öësˆì!Õn÷”}5ªúm³±Æ¦“œ{«¨ß6WÆÉR0â€'=¤z Ðiý^kûe^½ €J-¾ºW‰ëÿ_̱SÛ”UÉCV€Þ€§æ=jJ.Ã5è')ؽLGGUUÜ7JÄDòÑz¢¸Ýn@¸·Oè$h³Ù™Þ?Š¢´õ€2™Lm=Æ CD©ÖeCÕÕkø| +#~×°¡Òèz)ð‡Úq.[¶nÁét`0ì<üú|>tMÇjµ†þ­KŸHZ¸<4]#))±Óõjä¾  K)!*6—óÙüU<ùÐ_ظÃϽÏ|ÈmWÆ p0J×5Í™Á¶ ¡9-1‰ º@sc4Yñ6×2ëQù§qØñ/´ýè"„Øû×™‹×÷¾‡”ÕÊТáRp=¨\w?…§¢iM¤<“²•3% % 2©y‚Рë¡è‰¦éX­TUTUi ¶¾Ì f³ M õ¤ðz[Ðt-f<ص"P­ÿný©qíZ¬O<ÊÄùš=,¼ârŽúþ{it½=ÈšÌø~PÀl¶HeU ©©)mËTUW“ššJ DÓ5šÝbccåX¦iZÛ•UU­—¼mg§p)’’’Р¦KÙ q¹û_o1ã¢siñë¬ÜXÉÐQc¹ûñ÷1L0•ÑÇ>C‹»”Ìì >7|l ¨ξò¿lXö ›‹·2꘧AQå!D_QòóEüÈ©¢ªæ’"ÜK*|o÷#“”`'žº¥ø[vàHšˆ»öœIç±¹åÜuK±Å”ö½’A÷‚­¿´‡{HE.õÖ›"ÅŠÅ5 oíû4l½gö#‹yAk¤¦ä[6aï÷‚hû€®ë „þ†zE)­ÕÖI χ¤¡i:Á`0l<4ʪõ!25iÒ$Ìf3Ë—/o׫,èñðý¹ç2az†ú ~_“+QÜ.p8bijj">>@ @ll,uuux½¬VÍÍÍØl6ŒFƒA¥¹¹‰´´t)¼°Ö9¡ôpÐ v6S¥Ëå…¾/æ/'`°¢YœxüAªêšYU¬3dÄîü×{˜MFŽ8l0ªÁ¸“gñÝÛGaýˆ¬Ü(J A_1å[Ö²~å2&ýê[ F«ª}¨uX^ëkå×_Ræm¡ª:ôƒRRb9±vF}LøÚ]ES¹þAÒžŽ¬Æh´¡ëõ¤þ•ë"{ì R@âÀ¾7•"è^h)Ú÷ ÿ³u´FššŒÑdC×ý¬­ ‚åèÁrt­-PÅ9]M’Bí:: ¡ “Ï×Âæ­%”nÛB}C}§e›š)ݶ…òŠíx½ž¶€Ô¡2d/Z¨’’¬V+Ó¦M#&&¦mÙE×ü {%®T+µs«˜ÿær/š! n8|¾---ƒ¡I¹“’©®®AÓ´ð“õâðù|¨ªJSSV› £Q~/h¥…'5W¨ªª¦ººŠªªêЫºŠêð«µwŸ¦i”––R[[Kmm-555ÔÔÔý ã IDATP]SMcc£¨ È=¿ËI§œDM“¯íG¦šz7«Š+4t$·<ø –®Àhv0þ´Y¹ðsªÊw“ö uUå,þöc&œþ &Kœª},4…«BCe%Ÿœv:-³f3uò.¹ø2.šq “&Aã+o0kú)4VU£ª ÿÏÞyÇGQmü;Û7ÙôJB‡!ôJ“bC°+*P±ûS±<õ=˳÷òÅŠŠ]Ò;(éÒ{HOv³›Ýݙ߻é=$! ÷Ëg>l¦Ü™9sî™sÏÜ{®¦’_ϨcÉ7P˜óí/Bõ¤¡7¶oQ§âÈþÓ·=o«– Å"’š×@Q@ÊõðE $Êä)R «vÂ#›ÐL¨žc8ò–S˜½€ˆó0‡ @Ò˜‘e-FE²¾Fi±ªþ¤Ç ™ù鄇…£×éÉÊάÔÜ-»hÛ†‚+ùÖ\ÌÆ@$Ô3&iweCö233Ù±cƒ Âív£( G¿ü ëÂo~}ræ§³?;‡ÇÃæ›oaóÍ·`éÖÌ!¤Ÿè.\ÑQ‘¤§§‰G’1Mhýr AU¯‚,Ë8bcb…(]½ýIÍ%ð%~/7utI¯>µ8ùyXd$!!!Ê:qâA‹ª@Иûý Îs6ù.°;=ez2çÚ Ùs8ƒ=ûòÈ«ßóÚÃWÑ?©3Fsç,dÝüq$ LaGò †Mùs`¼°«ASà'o¸õ6ú^#‰ÃG`Û±ƒŒžÝ‘$‰àÝ{3kÿ¬YÍòë¦qÉâE”©Ügz=UòO,$sßËxÝ™Dw9‡Ž}ßA‘ I^ôÆŸoäI£ï?“}l>Ç7Ý„FBTÂ,BÚœ/fß´(Ä'øðú§—P%ÿp°¢ÀTÑ < D2™üc/“Ÿòƀ̖¬©ÿ#c_ª&ˆÄB e»QýÃð|=\®B$ bcbÉËÏ+Þ/44”ÐPœ.'^ÿ̉^¯IÒœ1=¤€ Cö4h[·n¥cÇŽäý³›ä»îbì5mÉ[•…¢aØÃ=*”“»ÇÊß÷ÝÏØË…Vƒ^¯'""‚ììl¢¢¢Ðjµ‘——G@@²ìFUUrss‰­ÇëL§džDVV–Ï×õç ˆ‰‰)HÕaEñ÷\.WÉ쨪J@@€Î'´d—÷¾\ÌÝ÷ßE¬RUÿ ‡ËCbbf>>‡¥Ÿ?A°ÅL@pG†\´€ ?]ÈÀs?'$BLÄ!4»–-#ª}{zôëûÙg9ž•ÉúÉç£F,^A—NI¼ú*N®YËÖE éwîùBp€#'™cÉ7biGT§XÂ{¡zspZ£Ó™|½£ŠÚ¨®½x; ŽêIxÛ/±çm%ãàXTÐ"IÍk dÈ%Iø4þþQR©~RR(^í5„wëŽF9Œ¤ú‚ ÑmX¶úƒ†Ýº‘?ª‘(JåU¼èõ&òò­zâ¶Û§£ 5çŽ3èµ´ ¥}L0©Çcµºùú­û ²˜‹ëwpD/ÆMÛ‰Î$ê¼@ÐÄœT½œýß§±íÚEjVû ˜|éHH¬ûâktF#±öº=÷_6oÛJI:ãÛœŠÇÆáõWЦÛBãG »Ò±e~ƒFzc,)¯ÇFQ¯¯Ç†Ç‰lM)KÔõtøÙG¿æðúËéqÞN4º ¡Œ‚æÿ¾"¨? ¥õ÷X|£‹g‡(II †—ñ(J’’¨;²mïÂlDŠz@„„„¢ª*‹…̬tdÙ”ÒiõÈ{ÇKxh:£Ñè›þù z–FuèлÝÎŽ;Ðëõ J&$0øo³qú úhµÄ\ÇC6vm+”Š2õaÀã ¬%ÁÁÁx½^222ðxdTU%??»ÝAPPP™ü]‚ÒõÛ׫Éh4ÖΩS""C  ö÷š*™ÁG=¤‚ÃðþÝøèù™Ì|ô}®v%SqQÁ´ !P+³qÚ9…)†ãÌÊbóŸ!måJl))µmKܘ1 ü÷ã˜"EO ±‘$‰¬ì,aa è˺‹ÎgÒ%WŽF£aäO?ñËß1¹_‚ÈÈÌ,3¡Î™ŠFDÇßq|Óä¤m"<> Käyh4:¼îãxd_gÅk÷ÿï@Òµ!0h’d"7íG2.Ev9è8â{Œ´ê•CjŲ%œwÁ$\.W™ß­¯×ë 6i´¾ôQ•æ.)=ã ‰DÅ7™¤ ôµTĘèÆl°**ª¢â°ÛÉÉÉÅé,DUAÒÈxd™@‹T»ÝŽìöâõ(œ´§@DD$f3ª¢ž1Ϩô½ÌÌL¬VkqJQ¼x<2®ºŠc«V³ÿóÏ1mÊ'骶œHwÑýé7èråUڇƦ¥Ù¯×Kʱcd¦gËI§×ß¡éhµZlyù¤9ZäÉA»ŽEbs?F£‰=»÷PvjhÕŸöM-¥†j±~ççæãvºŠ:HùfçSAñªÂ ÎûÓHèË·oßÇÌÇç`T]$u gó¦dFôïÊï?JHP@q>±f +¦Ï sŸ> 3­ ùÇ“™œÌw1þóÏh3r¤ª@ØŸ&@QU4-’Öço–´¡4 IhµZ<²§T{ªé}ÊæF@Ø ºßNþÉ…dí•ûWÑ6‰¨ŽW…¸í›4¾s¦qH’…ôýŸyd †€ÎDv{ŠX)áëZõjíœwÁ¤J·F¼/¾Ù¤ªo©âÄRªè—ßͬ%h\T¿ÜCÃBÊgÒ1+?î ³Ù’$ Šfw+ZRSÓ ÚG§NþòK|·q#éV+¡ Œ½6‘/½T1 Õ„´$û#»Ýìܺ“ÉLdDDqË›´£G‰ˆ‰ÁQP€ìtí³ªŠ³ÐÉö͓ԯo­{µfâãâªÌñvèÐabbbp¹œ}Ðh´˜L&_¿ò²è!%8CìOk"2<˜yoÜËýÿý”£©™¼úÈu èÕ©Ì>ά,–M»ž¡cÆ„ûÐaä¬,Ì……´Ž&¤gO–N»ž+6%‹žRa™ˆðHlY™çäÒ3=‡57ÝÈèO?G’`åu×’4õjtYÙäÈ.¢£bÊLuÆ#iis!!m.¤0o+™û_gÏš'è1êTLx\©èÍ=PU»–Þ‚%z<‡/À*&´Lê*oí_½^¥¸/IIƒ¤)‰ð—Jå;§T]ðµK‘¼e·LHHHñp´¢ÀKé¤ÇŠ?™¹¢(x½^òóóË<¯3…Ò³ìét:TUE¯×cµY±ÙlÅèçðãø‰„çuDÔƒî4;ò-Éþäæä`2Dzzºo¶8 &&†Ì¬,ÜnÖÜ\Ú¶kÇÉ“'‘ýÁAKPdedß®¨àPew~£ÉHHHN§‘ìì,|A)O7¤’ù'¢¢¢œ9ö§µa2èyçé›ñ* :­¶ÂöÍÏžÍÏ<ËYo¼.*ö§‰•$NÜ<“¸›¦3 gZ£ó¿ERUú_w}‡@Zµ–ŒO>¦Ã#‚²W)æÐ~´<—cÉ7uä'ÂÚŽÀiÛ„9ôB2~%z<í*%hÑÔk*§Ë–µ/ý»5âU½ûÖ«rï?°˜Èh<Ú*º™ N ·Û]Üà”e¹T ÅKff&eR a6›Ë!‚¿þÂå“y OH #+‹¸1£…°-’ælr²³Ñj5x<2±Ñqe¶½úÚZ•áõzÑjµädgw†û6åzH¹]j"¼AÖáŸ)´eጄVv#Ëz ªðo-”úͲwþ¤J·6CMP …Å‹1ï«/ðz<Å µÔLz%‰Ì‹¶ùþ—$‰èè:µïDFFñññh4¡u ŒÛíFB"##£L)³ÙŒ×ë%$$¸ÜR™à ÇãáäÉ“h$M«HɲŒÕjãxê:'t(îÞ«nÙråsœ(ªŠÝno6=¤Z’ý1ЮcGN¤¤—ŸVÒ`0›hÛ¡Z­N‡$I$õëË‘ƒ±YmÈ^:­Žð¨(Œ&“øÊUF“‰={ö”²½eípùuBh­¢`Ó /¼ˆÓåäñÇàÙgŸãõ7Þà‘‡>åÞQgŠÿÓRðØc|?xÁ={b:Çþý(H ú„lZ-i©©\þÓBX‚Is·?]:wã·^-žª®hµZºtN8ãŸsÑ„L:£ÑˆâÏ•©Ó둵ÏòÏ,ˆ… 0Ìf&“o)ò)…ß(hiˆ!{Õƒððp{$ҵ˩GNKTt´F5ƒ‹%€ü¼|öîÝW§ãõ:=a¡¡ÅeµVôz=Ó®½Žùó,™5²–:yþ¹ç7›ûhIöG£ÑMxD²ÇªZìd”–½^¯'¡G</¨êOÜ«Õj…cQñmâê,òl½”JÍû¹¹¹ Œ:SüŸ–Š)2’qŸÍeÙõ7OXïÞ˜, ÈÌÊ"-5•qŸÍÅtšgŠZ£ý ˆ G·îtêÐñ”Ê1„GDœñϺ´¯¨÷·s¼^/Þ¨ ¨Ö¡Ñï£õû‹b¨ž ¥Rë€Též'kW¯äÜó'a·”ùÝA›6m¬¬Ò24ìs*‚×­Û©YiÍÏiÒ…“˜tá¤-—–jJÏ ¥(J•CÇtº³,fèêÆ¬@Q^zéezðAfÍz Áì×™âÿ´T¢†ç’?7°å¹ç9°j©©Xâãi3z4—üð=ƈá‹ Z,ÍÙþè´Z¢££¬Æ‚çîbÊØ[˜»×è¯&Ôz¤Î¸Y¼™,îVnysÎÊþM†˜eF ûÓJQmìøâY—ð¯aš?úNÌøn _œÆ““g² Ý+d"Ô‘Ú¤Tµx)°Y)°Y+ünµ‹7m¿.`Ù®|¼•ýÝ”‹âàxòmÉ.{nçvžÙžî7, ã¶îçqÊÏ3ŸCë—°fëIÜJMû{pæe’•ïFmír)¯CUéZUë›h9ãìXš¨®‹E,-ÜþÔÅhL;~*e{òØøñ[|°8·ª‚c#÷'ÆÐýÿþ¢°¥ø:õ½á߉Eø? oëš`‘Œ¸è™_ØôÛsLˆÔ]Kë[šM@ªÁ¾~å²`r,Qýïå·tOÙmò!ÞKÜ5Ë#£«Àµ÷n¾ŽYßC.ó$-´ëÑ“Ä.‘4§óe26-fùÒŠËŠ¿3ñ4J:LAÁ„DDjª¾(vŽíø›½étzM³SÕy”ÅoÞÃEúKTL\0“=€£®ö£¼U¥kU­o­(…dÙÉßëW°béb–/]Êš Éì>–‡,úf7o¹Ö¥® Mi»­k¸;1–¨¤Xok …¯‹Иv¼!Ë–ô˜ô`0ørX4_§î¿Ùûw‚þÒŶs]:ŒÎ1±DÅÄÓm(Üù» [ZwŠæU'|ö¼=&¿Î6»p ‚ºR¯¤æ§\qÒ¾aú5mù}Á,X¤J÷iNUZ-w]j3¸Î2çÖwbÚœ…Lk„çU/YtcØ°Ž˜K½($C(…dç¹NﳕhÓ{8‚BÐz Pj!/É„Å$‘/+ÍF/UÛf^¾üb^ÙÁÈ›îæµu$ÐqŒ¿~úWfŒä×;~`Á¿GVÛ—u5:T•ž7·zÚàx¬ݲ‘Cù:BÛ%зO$Z{ÎI²5Áêq:d‘3 ¹Êµu] h‚ Àñù/òCn0&õ[žÿå~¼&í©[O? 1íø©”­ª6˜¸=¡mCÐj3òuóþ›«'h¹(¹Kù¿KàçÀ‰üß+3(VÂzt‹"HßÂôªYÕ‰F²çÁÄé‹+G ß±W™zßNT×mƛß³ïäÜ>툎‰¥ÃàKyèË]Yç6ïKŸÇ¶–ä°-çš¶±Œýð8 Xs[7¢{>ÀÆR_ ÖÝIBÌ žÞáòÛ“ V¿q3cz´ñŸç žüí8îZÛ£ºï!å»[–GtL,Ññ½™x÷\v•Žª{sÙ8çÎïßÞ·OÇ¡ÜôÕñâ¯f'?<ö1±DÇÄ2äÅ=¸=GyL,í®_QÒ»¬&Ù)Y,}üRÎêÝ™YíúOá‘ù‡qòË"˜ˆÈ`Œz½oÑ©ò dTÕMö¾dþZ½ŒK³bébV­ÙȾ“”boL&÷àß$¯-Úg ÷[}ÛU¹G¶‘¼ÊìºMÌ(,y!©2Öc;Ù¼f©ÿØe¬[ŸÌÞt L-äø†…,Z³¬7*^ì©ÿ°yÍßþËW±ù@~ɵÎý¿ó㿱|ébþy;/D‡˜X¢c{0æ¶OØY|Ù,ÿÏŒìÛÅÿ.Š%ᬩ<1ÙžÅ5úP•¿Óœõ•mKñï-×Áel°ê÷òÛ<:m'\Èå7?ÂËOO&^W½ªk}«Ç15Õ• v šºxªí»Sµç"ƒµ°?ÕÝOϨì[-ÞACqúæ§Œ»˜7ŸÂ-“ïfz¿D~¼³;¦Šµœ¯]Æ”WÒý¯ðùÐ Ò–¼Éî›ÄaÖðÕ5mkqôºd(¦×°ä›!IÀɾßב5‘ º[^¼„ËßÕsÝ3_ðb¢—­Ÿ>Ê¿§_GÐê%<й¦sÔp|wC¹ýµ„÷»œ‡Þ¾žø=yÛæñøcssû¡¬z°œìzã2.z)•³n†OG·G››Š«Ozr»ø¾º7¦èÎè9QwÙ)v®]ÏþÈ»xïÍ‘„{ÓIþäI^¾ý¢z-ãnúSxÀ*ŠWFv¹Š‡’$7H9¹8L=2"“ê${ÿ&víÜŽ%b8ñz™Yº3hX{,’ŒÇM„Ñʱ­Él=ª¡mŸ³¡'ÿàF¶nߎyô0âõ^lG6±ù`!aû1¬Cw:»6lÇê5h”pø½EÉFDˆ¼´}ìÚŠÔi gwÂè±c×DfqaõÇŠôíÏft¯P4HèLA˜='H­Ïõé*¿/伺‰×¾•¿JAö»ÜwVhÙȲ&„a÷<ÊØOná»9ù÷°s>…'YQ×vW±¾†zÐÅÊ®?–²+äÞ}c»*]­|¨ÊßiŽÔO¶UÊ­¹ùw‚–ˆ>¶'42ÉsdÇÐë鬩§^Õµ¾Õã˜ZÖJ}ø«¼.Öµ}Öðö¼¢Íª…ý©ò~jóŒƾ)ux×Mj¨„VEå¨Aýïç³ç73úá›xaÐ<Ñ_-ÙGUQóWóÒ»»‰ºá'>~d(€Ñ =<„™/Ía×%OÑ—²Ç”½VTx# 7óÛâ£<س+×~[t’ðq—hRQsVñÊœƒ$>¾žo섚¨'yÉT¾ûùwß«õ÷-à«äo5·†ãgu¯`<ºNäÒ®þ?&àúín^µ ë݉°®æÅÿýCô øì‰!¾û.~_øîÍÑ™ž‰‰%AæÀ’tÃ’,¸m6ŒÝzÑ&í/Rs´tŽÊdû†vc3,6 µàÔè1è<¾Ä¨¥‘Èèˆnß™¨@'v§…`IÆéòø™Zc0A& vÙž‹ÛëA­Ïõµ¡Òû’ëX¿¼9{Ø“ÎîM¨¤V诬 îÉèN°bÿ?d¹Ç¬ÖTOÊ%­+õw]«BÕœeÕ׃ÿóíiì0’sG'¨¡mKC7Ý62ÄFbmäº*™9Å“Åá£:gÔà»BÓ@zç-c듨ñœ•ÈU-ýÌÔ2u¢]L…n̽†£-\ÆöôŒk‡dOçH=tË^X¢Ç­J®®ZÈÌUî¾ÝY­B†‚Œ÷$‹ßþeâ‡\«Áu5·|“ÇßY“g_J´¼yÇÉň‘ã8«_8z3Èo? «ÙVÞ†{k±oû®VïŸDªµðª,»lRsVñÆiÄÏüfõÇ pV¬ ¾åQªH¤ZÕ{ªÝÆA#è­.凎rÖUWrAW=ŒJÄþËîZº‰¬zWêÎ7š àœñ#‰»b÷½ô»§ü›^Î:øPåßiÎS”m³õï-ºÁ?•÷ßßÍM÷<¸o1ì²ë¸iÆ4&õõõ>¬›^Õ§¾ÕámíêJ;P®.ª9Të—>0«{£ÛóªlXuö§·¶ŠûÉ[R§º*ö­[uï 9Í©àôt¼î¼;%—wo}ŠU¹eF¸od—ÃÄ€s{–e4 ¹ ;œØÈÎÜÚ ¤Â‡3m¤‰?,ä˜ îC¿òóñΟڛ@Àº‰ÝNØýäâcÛÛ†ènSù¹²äÔ˜”²îÇ»IYô7M@§¸6D·Æ}ëp9p+%÷ÝbbÙ`T¨¯ì4!éy©VNiâÒÀŒ˜p>ãÎ-ZÆÒ³C4åU«^7n·٫ä—˾\†Ââ}ÜNœö\ (Øù ßù?ÿò+‹—üÅ \6:o>^-ácÐæ’osàr{PªIä  ê@Ç(‰”UóYöçvŽfØp¹¸Üåd¤xðzc|Á¨Âܦ 䓚ïÏ¡±×.ìتªÊºFOé)òO¾Ò`þç©Ê¶Yúw‚Šžv=Ï’=[øcö 3¿åÎsûpÖßrØU½ªO}«ù˜ª+5ø¥MaÏk-,kºî×ǾÕïý!Ô3`^§DC6F(JXÍy/ÎfÚØ«¹í±.\å-µ µxh‹ZI)* J´xdO¥ k}û„1bÆ‚®ù–_ŽÜĹ ~äh›K™Ó7з]UQÑ2ì…Ÿyy„¥L£^Ò3©eË+_~Ç—=F>8‡ënxÛeÏ0ç…aIJX2k*Ï©Eå)ÕÜwÍ Õk-» ÇhÑkAQ”SJƉÎBXXk¡¿Áé¥0/¯RÅ3BB’$¦Š{ò-‘ƒÏcPtÙŽ£C úü€„V«"»*oìV8¿&€¸¾cˆså‘vðöý}„£qýÐ# uKî]Óõ8YéquE–@— X¸a7Ö»»Q®á­ìeÝŸH¸T¥õ¤Šû©j{ùõ5׃ŒS¾ï¦µŽ˜u‘‹ÜÁR¹î뮊ì,­oþZ¨5 “$$ÕW§@Sé½Wõ<|½rTÐÐHM£[-G®5ËL[É>­B†‚Š‹Ýó>æo&ÿLéÊçå¶~øÍnx8ƒ± 7Îû›±k¿çã÷ÞááËfóÚå°ðIÄV·­¼îÖ°oev¼Fÿ¤–~Cm&~Q‹†ñ«5¿_¨æ½[ÁhôhPQŠË•Ðè%P_g ©ú:îëÀZ_ªê{¨l›»'hcé?ùúO¾…»çÏdì÷ó£GñeÏúéU}ê[MǸëe‡êî—ªMaÏë`ÃJìO÷sŠv©Nö­º÷‡è^)h`šÅ²šÐQ<ñÞ-X~yš÷–¬7´L¢ÉÉ–E{°­TrHþcÄ")LÚÚ†AöîƒTT–z3GàËy¿0÷ÛãtvIþþІøþ$è½ìßæ 6¡ݺ- tŽ1—ô0)ßMÑÿw­÷Sxh-ûèÁŒY×3~`={ Ol‰É2Ä AïdË¢ÝT– #æ9ªýÂU+Ù56ª,#/þžJ5QM)˜Š-ǃNòàñÈŋۑGž7³ä!7ÍŠ·.oUC(íúŽatŸ0œiÇ(4ÑHtxÜžZ½¸jº¾›§adkéÏôK¢q¯xžw7YË^›ZÀ–÷žg‰3’)7 ôuõ­U=©¥®U±¾®õ ù‡ëƒ‰6 œÜÊ~[åj©1‡¤ñ’“’Kñ“Ueò3 ÀI¨QI‡Ñî&ßê Áòî­‹˜4çZÿ6)d$ÎìÆÄ7g03ò f "uÉ[<¾Låì—n!ɨ±Œž’ˆúÜ“Üó¢ÊŒám0än Eméœ }™qmG>ã~>Ñä¥+:¡÷o“BG3릎Lš3ƒ,0c\WBä,öÒpÎM“騵 ¶äùü¾=‘‹“ÊýÝ«†ãËe€3·LG^á“×?§ëuý‰6ÚÙ“å)–‰:ŠY3:rá{7rcÀ¿˜1ª#æÂtÒÍgqé¨6 èÀk _æíù÷0<0›ãÊ`®_6P­dç)—C¨ôsVÕz>sÿ3•­d¦g [%½$=–Ð ôåã÷Õä/ªp}ºp:´ dËÁUü%%c1¢UeoƒYN»6F¶ïYÍVm7"àÎK#×ãWöJÊVœ¤f*™Ñá"ÿ¤4á˜1z ¶h9šº}Ñí1¸ª¡ÄFR¿ë+ÓgK=…zÈGÞfÆÚ«øßä‰ì¿ó6.Þ KáQþœÿoÿ~˜Î7}Å¿‡YT´µ¨'åsJéªÐµs«Z_C=Ô¸ï¦DKHç$ÚæmaïÊÕävlKx = nGùžhºv £C{ ›÷¯f³¶1&göögCø€ž„JnòU#áÑApp3›ö&cÔ€œ‹S­¨“ÞÌüs03 Îì#ÈRéè+GÛTºÕBäªÔBfJ9;¢k-2´Dòÿú˜Yí™~ÃD&•m\už>ž'¯œÏ‡¦O׿øtQ!Ýzµ'DÍ$ys:è{a”SW¹­¼ —Ó–T½oöý’NÕû'Þ•ù U½;Îk_&!®2’‡nïÁ„×oà*ãÜqn7BåÃlͨ!‡T5×S!·¨ZºËDñ~® oóÒÇ6Îél uÅlžXâ¦ÿ7Ñ˨"ëéCAýe«kZÿNÉ]Æ=c§±¤÷[¬øärbmÕÿ'zE´h\ÿ¼Ë=o¥Óg̺·±€õëç½Ìf¹rt{Œ!]ê©óµ«ou9¦¦vRíì@-ÚwõÎЭÖÚž\© «ÎþTe[êR÷OվɩKjñ®š: ÕØH=ð:7ý|_”„nè;ë{æ[ç‰÷ïåêW¼ã‡pÅK?óĵEŽž„™ŸðAæý<ùÞ}\ÿ¦ï¸¨.ù¸s@©.`®½Ao=Ìî wqQ¼®Ì¹?þ#ßF<Á3=ÁŒdÀBÛáÓéÝd:ê£8ÿ±{ùööwyä¥ó˜øù¸rO¨áørß$ºÝÆÇ¯žàþ—Ÿâºo}}&ôÁ1$]ƒIòËâÑù.ì žþà_Üø®ô‘ ˜ù“G÷cÌÓ¯rý-ñú×ðºJïçpѸvåZÙ5"Ž}l\½¯ÜÊpúŽJ„RxJ*Òy pèðnv:@‡)¼#Q &´.OLoÓ~îÙBŠ –`4€TÕG·¬ãG9Pèû&© ˆ¢ÓaÄU ¬:Â’h÷Ï^þIN wHû8}ý®ÏÙp¦jÂFòÌÂ?èõâs¼ûùcÜò?_c:<é\nÿ߇ÜwI"Aš’/aµ«'eZ •ëÚ¹gW±¾}õõÀÐò ¤dˆ Ë೉8y„£Ç°çˆOG´¦"Ûµ%À€¡Ó@áСmlsªhÌáÄ÷›ÀÀî<¶LdU" }_z)û8´o+é^_PÆh‰$6¸œ ÖxÉÚ¿»ôA´é9†Á½BðdâQ›N·Z†\k#³ÓW?‚ò¬ùh1¶·rqBEcÔÿj&„Ìç÷7yÿNþxç]OõécPçÑÜñþË\©Á³c{•Û(÷áÚ“];Taß'ÖàŸÔª—sH•¬ŸÒçïù%ìižšý47ê$,±‰œ3,–Fe$¿{sRœ’ÈäǾå…[ºøý£Sð¡¤zʶªãÑ¿+æ\»¿-¯&œÈ‚ùð±HsøüÂÈÄÑÜ1û?<8Ê7#Üim7Ô¥T[•¬±}WßxTN­íyîÈs}ù¥êdª¢uÿí[aµï Û•ü¯´wßq›ó­wf““åsldYHKPÛP ÆðB*õ&ÝägdãR´DFèÍ!+×åˬ'(*Ca96•Jö)uC`–@:ÏmòºíXsm¾†ª¤ÃB Ù€Ö}ŒU?®B|cbìäx*”ÞBH¨ƒ?éŒêuQhËÇîôúòÎhÍXBƒ1ë5€‚Ç‘G®Õƒ¹^×WÝ}ÕÛÕ ý‡© ¼ë—½7Ÿ&wÄ, Ml8•Öc "Àl@§)Ò·³›Í‰‚C`0–@3:/!¶Ón¥À!—<_I‹1(‹¹(·‘Šâ‘qÙr±9í¤$¯ãpÈ8&ŒU‡^+âÁeÏÇfw—ê»ÓÔºÕLåªÖRf•ɤÉP Ô ÏQæLÎ3í¿d×§cJfÇ‚–n„}4:½/”™šrœæÌáíwßû p…€°¹þ%»Ôo«{¡à…2)ÕÓ’Ô\ÐÚQpæœÀYCÅžu¢dì2øò¿dœ¨~ŸRçpÙsqÙ+jª33…%€Àü$ƒÜ”}¤Nßh3ª· 8Éz™²år3 ªÖo!ÖìB¬åÖ×ýújº¯ú¢%zòëÌÞ<»oÁ·ÿNä¬1WñÄ‹·ÒË,4òÔUZ¦Ð–C¡­jwÙópÙóª1¢^œÖlœÖêm¬*ÛÈ«6ÒÔºÕ|åZ;™U&“V$C@Pgj›8] ZšýöMÐÒhúRA£âÅ•w’ã'òqz4CÚxÖ0ºÉØ2<­×:ëâ˜ôìB&ܳƒÕËײ%§ ‘:U¼Z„wR]5™@ hpÛ!ì†@ hmöGØ7A ¤ÖCöd·[HKÐBÐ`'8 dh”WvRhÍÇîV„xÍ-Q1X<ÙdŠ¡bBf@ ÁiFoðåá9íCö‚–ƒ‚ÛšE–UHBÐ’ðâÈLÃ!!d&@ œˆTù@ @ ‚&E$5@ @ 4)"©¹@ @  ICö@ @ MŠH @ @ š”ZÙ;xp¿–@ @ Á@bÏ^Z¾®¹\ˆ@ÐQUÙíFvË(ªÒ ek4tz=F£±ô ñz¯µ§$ VƒV«;}ç@ ÔÈ–}'øaånŽÌ¨­FC|t0—I¤·6B A E´‚*PU•ÂB©))ìܱ¬¬¬+[£ÑNïÞ}éÖ#Eñ‚ªâñȤ¤¤²k×rsrì|’$BbbO:tì€Nohúó @ jäï½i|ôë6F îÃ9£#Ðj´B(åð* '3²ùð—-LkãìÝ„P‚ˆH U »eRŽgsòF’zõ¡oŸþH ”uM’$vÉÉa ¢C‡N8ìvRRRø{ó&Æœ3ŽŽº Õ6Œ"Ë2GdõÊ•¨ªB§Î]©IÏ§Õ s#@P?¬ÚË€>½ ÀáTJ%‡1 Oo~OÞ'RA E´‚*e»ví WŸ¾ ÓiÑhn€àÐ`úğ֑Л‡];w2vìx:wMhÐ{Ñëõ$të$iذ~-qññèõú&=_€ÎRåþé'Ù¿o/ÖüüV¥CKP ݺ´Ê{r2ˆg&d,d#dÓ°r=™™GRŸPlN¯J ˜,¡¤gYY·f•ÐAa_5È3:&¶Ù]ŸH U (*9Ù9˜{›Ñiµèµ:4Ú†í2b &;+I£AU!//;7Ú=uèБE Çëñ Óé›ô|U‘‘~’];w0pð"#£\ƧU‡¼^²²2ù;y#^¯—ÁÆ·º{r2ˆg&d,d#dÓ°rÕ¬YÆÉ#»PE¥6 nI¥wß~B…}T+Ïd€f”) º ¬(H€$i4¾¥!Ñj(ãl¨ªŠV«EUÕÆ©ðz=Š¢ øËoêóUÆþ½{HìÙ“ÉDA­ÕéÉd¢GÏžìÛ³·ÕÞ£³¡@<3!c!!›†“«Vÿ½ãB!ŒZrÕCöEP£<Ù¿wH -UU‹—æÂÞ}{øí÷_¸ð‚‹èÞ­G£ŸïÏ¿6¼i#ƒ aØÐá V®Íf#$$´U  Åá°‹/BÎB†ñÌ„Œ…l57Ð4 * ªE­å%tPØAÍò´Ùš_`¯õ¤TÛ¿x“oì—ðïÛ’0Õ´¿ë|ŒW"Z x3Yö¿ø*ð^þ÷½+_~AëS!UE¥l@Êív³ïà>RRS‘e¹Úãõz=ñqñtïÚ ƒ¡af›Û·o/+V.çê+§òó¯?#!ÑÍ?κ±HÞ´‘{ï¾7ß~½ARªª‚$5«`_C#ùï¯5ߣ³¡@<3!c!A5Ð4 ùH‚ÚÉKÈJØA­äÙìêo£•ìÚÁÇÏçßaí'SªÖ¨…ß´–]ºLèNƒÆu¼y$ô&sÂóðmI˜ “¹¯ßüvþol{cæR»*yy}Ú•<÷ÏÞ9œkÛëÁ›Ç¶_°´÷”O+Xéþ§-jÒˆ2 ª”1ˆ{öïcøð\Ù¾c­Ž?zì6¬§wϤZœ«zûoß^V¬ZÎ ÓnÄlà†i72÷óOQUµ^A©ÚúÁƒ†ðæÛ¯3xÐ7fgÊ‹F¼P…œ… â™  ÙjB[œ!Bȵ¶ò:(ì‹ eRÿ€”šÃOug†õ6/ŸIÇò%IÚ'&Ñ£m$†šÒî¸ö2{ú5,˜´˜ÍL‘t˜ô 7ë‘J¯÷¤0™cº‡Ÿþ¼‡‘Q5ˆ¦®û76M)Ã3ѪjqP íD mÛ¶#3;§ú©xu:mÛ¶#íD ½{žÒµ”Féõ¬Ö<,ÅA) ÑzJ 2Œ¡C†‰¸O!g!CxfBÆ!›Æl i$P”æ)W%ŸÍ¿Ì·ž©•v"…eË–0nÜâÚ´mô Ô_ÿ,Î!ÕÐ)9  Ä32²ø›PNU®ªƒcW±C;„óE”´{ªZ_έü{Ä>îú!u91j6ëf¿Ì쎣xtfOŒ }}õ”—ÐAa_-M£•ì9Ê{£¢ˆ»n6¿ÑÙ3ï~ÎëODdñIœûôß–:ä䉌""2ŠA/ìÆàÉ`ÕkÓÕ-šˆÈ(Ú¼ŒÿüzÜ·­2ÜÇøå‰+ØÎWN—‘·2÷p©íú(z÷N¤wR$Åì<¬zmÏêC‡˜Zœ£ºý•,–<:…¡=;é¿—NgÏàå_åö Ð62Šˆ¨nŒºõ#vØÕreVqŸJK½˜a=;—×÷"úáp…k¬ ÃZȽ%g)·'EÑeê·¤yDå(mUµbP 1¡½zô+^zãÚ5oõŵk‰ ½ILèU®,µÆ$éå÷Ù»wO…`Ô¯¿ýJûöùõ·_I;‘‚^oà†i7²bÕröîÝSé¹js¾ÔÔ>Ÿ7—¯¿ù’ǯ/Ê!•¼icñºƒ‡ðÑÇsøê›y¤¦¦Ôú|5Ýok\Δû¬÷¢ØØùõK<õÑ?¶9;²ø›udx„®ž1zæµ²íË—xfî^œâ™Q‹±M™Å“ÉÊ—ïæÎwvÒ;«ªEço¡©5üSò—ss¼ c»ÛYmUÊnuîæÍ©—pç—‡qÕf}Uÿ4:$õ¢gBzMÑÚÚ\] ÿêzÕü+ H‰EØ—±Ô×l¿óÌ H•ü÷~‰}ò«ü´x)|ñ3'´¥tÖ¥ðKf³dÕ*V¯ZÍ·7wÁ€ƒ-ÏOáÒ—0à‘/ùí×/x|àaÞ¹ñÞÞ㮤UkeÝ㓹ñè~÷;|ýÝ<ž¿º J™¨Mcf/eöè ÿßuIJKJ‚QiÇYðóOŒ=–±cÆ1fôXüüiiÇ‹ƒRËV,áàÁõºÕ«–3fÔ&Mºˆ…‹~cÏÞÝ 8˜7ß~A°gïn-^È—_EŸÞ}X²lñ)ý«ê eór–nËÁSƨï⥉=é?ó·& (ˆÆLM ý<6}öŸ.KÃÝäìÍÛÄÛ×_È-Ï~Ìò4YèꙢgJ.Ésßã³5'OIOÅ3¢†oà4­h²©Êf6‘-Ù¾ð7VîÉÇÛåk5ø†ì)j5‹ÌѯŸâëœ`Ì™_ðä÷)xÊíSìÃÖr}¥‹®3Óç®fÑGê?Æ—qÚ_ÍR§ë¨fÑžî€Ôi¬-ïÃPÝêm‹|¿U£•úµICùgt@Ê›—BAt=‘³ôeðØ)\:<ºÌ˜ACdz&õ$))‘ΑÈYÅKï çæòòôñ v.·½ò*S,{øæçC”©9«xý‹Tâoÿœº’ c'råsSjÂõ8Gmö7¶;‹ñcÎfÔy3xúéñ‰æì©Wqá9c™tÛ3<>-I&Û[—2Ïfâ¸1Œx¾ñCØË¯kÒñT#C¥r/V†ðñÌÞ•É¡¯¯"^'bPetj™ TÙyYä”ZdYFñÊ‚cQ¼2n·½Þ€$IefЍ‹aX³n5—L¹½Þ@jê1¾ŸÿçŒOî‰ôèžÈ9cÆóýüHM=†N§ã¼sÏgÑ’?êu¿ùùù8]N̦¦ßx3‹—,b÷î:dwÞ~7C‡ c÷îX¼dÓo¼™À@ :­I’5 ¥X×ñàÀ®tü(Ú”:¼öóÑ·ðØüceRñݺӽc8zéô;ìŠ3…ï=ÄÕcÐ¥sW:uîÁ€ñ×0룿Éóž9 >h$9+¹üzeW:u®¸t¹nÖ:}OåÛÛfð©q&ó–ÌæŠxm90Í\W‹dxÖCü‘î)»M>Ì{»’pÓ l­]Ï@O›ä™yNðåäÊuÞ· à¾?í§íšíëï¥wçž\óMj%¸Bîê‡ع+Wü’ƒRZÿÎÿ„£žS,£v jžÏŠ»†”)«ûÀñ\vÇóÌû+£é—Ml'ê+›.}F3å¶ø~Wrª²™M²TþÁ²!{H©5ùGŽíÌ~e#íø–/® bÝ˰«°¢½:1{$á˜Hzz—¯wgeë½Ù¬|êR†t€9 ”lÂ!âíÁ„]±„üRå:7þ— #|ûÆáº×V“YÔøvlfV×:?° GÑ1ÖE\Àw Ww}Jÿ̽“1]B}e‡wbôãÉØk’Wc¿û›iýkyÁšºÕÛÓf_Cªòk’IúÍrˆrSÈÜûVfÿ‰‡®Àž oä–[fpÕYí0UÓ†u§%³Û Çÿ3„Øÿ”w½ãù IDATÝr80”Ùÿo¸Mô=§[™Ùóªí¹Uã9¢ê¸|Å{oÓ•¶‘šïŸ§Oc!¾]0lËÀæ…ˆz”© éL÷X™š—vU>ÈúÈ]Pn(£âÅãUQ4ec¸‰ ½Ðj*õ®*ì|»úÀhödÐAÛY]óhW\&QºÃá íDV›•ŸYÀ„ñçÒ¥KÖoXÇ–­Ó¿ß ÄXù¾ùî&]0 Ga!Fƒ·ÛUçó5†ŸüÈ•—_EÛ¶í¹õæÛx÷½·qËn{$²{Ïn–-_·Ý^o %å?ÿú3“.¼¨Vç«4 ¥(5…´IYð?åaRçóÚow0ïŠ6µË7 ”j@*JIï?m;®~ã;®ö?¯¦°ÑUݧjßÉ»7Måµ-fú_vOÝ›@„ÆÆ±²=t(E*ÕŠ+Z‘ƒ¯”}N %gÕ_füT^îbJM]hwÌu9§Ãä7raX4ÚÚèodМuµH†'æsçô6|ÿÕÝô ”Š¯Ê®½µéY‘\ÔæwŸž™Ê9ÿýœÏ¬ÀKêOÿâ_?Frßì‡è`$¦»¾áô·nW‹ýD*¸Ùð⫬ð£BJ9&®=|ôÔ|r€ðÔ\¼Ãu·†æŽwùýªž˜ósÌØ¶T™•Ë«Ñßý͸þµ8¯Žõö´Ø—ÆÐ‡ªüÇšdÒX~g3¡ÉzHaìÊŒ¯¶±yþSŒuýʃ`ð¿pÒSm· T´ ùÖ¯[[jYÇÒ'ûPáaIÕÛî†8G]÷ÐêÑ¢–øëHhôßˬ¾e¢Å Å«4¼ÜåyÙYö*²gµåshÙs¬{¶ƒÏ®È¾,]}®þ˜Âìƒô¾jm ×âZr%žý_W©.}UU™0n“7òË/¿pîÄ èѽªª²eëfî½û>¶lÝŒªªôèÞƒ λU«W³~ÃÆŒ[«ÈxùóuéÒ•ñçL`ÞWó8žrƒÁÀ·ÝÅ‹²ð…ü±h!wÜvƒã)G™÷Õ<ÆŸ3N;7^©ÂÝ|öþVân}—·.¶<û+ö:Ë=ÈeÓ'sÙÈÞtIèN—>ã¹ãûdÿ5¤v9I Ýé’бoìÃå9ÆÇv§çmkJztxrØøÑ,.‘D—„îô;ÿ|·›¥¨‹~+þ;‰#úÑÕ_VÏQ×òÄÏGkÌ'Sõ}²ã{ymKWÌù¯Ÿ¿“©“&2ñ‚˸ùá—ÿŸ½ó ªèð»»Énzï i„4 ¡7!ôŽˆÒ‹ÁJ±bWPEP‘¢ŠR¬HUPé½÷€ô’’M²å~?6 )[CàC™÷yöÜ;wæÌ™3gî=wf.3Ÿ®ƒ£Õ² ¢}³¤RÙêuy†™ß|Êø¾)$DÅP3º]Ÿû†£yúª_#i¹ôÓ3´MŽ5è¹v3œø]…<­ÐQáÖ¼7ŒÖu i’»<Ë’ þ»ìö4]Ö.®ó£L^w‘Â*ÎDCœÃ©×¨!Þú%G¹!—t¤ÿ1‘†Qyö÷4Û5íuViH­Ó9PR?í þþìzw~€:µÈdÊÕ‡x»E Mß:xk¿‘ÜÍŒˆ‹¡Û¢‹¥³;îm[-Ö¡O#/~Êð—VqU[aæP¹>ylVŸÏÉå¯òpóƒ~šÓûƒ·ÞÀWüÝ;ƒÂý3Òº®A†=xjîNÒKua¡XªCµÙ½=¾ñ iÖ´)Íš6&9ÔžÄ6jZ|,™š®jþ~¶>5¿Êžü[3‹ÒV&:ê!¾¹¤EÒ¥³yò£tjžd7*†¤#xwÅiòõRõ¨!ób(|ðÉ]Áäŧ˼ÖrmÝ|yÖ Ⱦ”U:›¢xÊÈíçaÒÜF¿p '©QC7kM—¾O0ù›5|7"„Ãsžaò¶là -kú…9û0wΨŸ0Ó&ºL¶}4Šn-ê·k§Dmk³V7 “iаmz‚¼KCù ¾]rµ)9¬Ñ•)Ÿi嵿î¬-ÉÊ>`£^rf÷hÒ]aÕôUè;£G°eô žn”ËÏ­ášþV:•OMââ‰Oˆ£¦¯²ôA©òqLjÖtiÛ‚–íºÑ)ÑÜ’Ê’JBI-Æ1iôƒ´kÛ•áS¾cNg»g~Îõ­²+Ö Gɡ͠*÷€ÖäiY.“ýö^ò/ÖŒ}¦ò7éMß?šöef®«¢¿¾×¸» ³dŽ„?0”·èÏ£³;ÑèÕYõrgFø«pU:3]™äÊ d¢”:íÏ'ðÑú¸Y˜Õ£ nDœÃ,v®ØGNJK‹é­*£¨ü ‹é«è©–<åÆuhVï5ĺ<+_ä–nh^1Ø™ž•’„‹‹+—þþ˜Ú_åØÊ×t†€”“§á_•3HzbÚ?ωµ“‘×ìc>HZ&òÌ£ƒ­ô– ^Ý$fÌü¤zI¥Ç"#"‰Œˆ´8#Ç\yµcj£ÓéX´hC¦FpžyêYæÌûœgžz¥RÅ… çXôõ×té\$»h½y)‘½s>ß§%óBÿ$šß@øÏ‹™·kÓš»¿,àøì¡ô›y…ÆÃ_æÓæ!Øe^¡0Á …”xtÊ£¢Q"ÃÁ';éZù›I 8öéP|rƒæO¼Åœú®\Ù8‡)/÷㜴Š/B¡ÏãìöœñÉGSšâ¡½ÁÞoßgÖø'ð©ýckÙÛ^Ïüƒ,\zEÃ÷x®¥—áæ¨R"keÛEª×cÌx¿9ž…gøõ½·ùøÍ-4l"ÓÆ©yû½·y*´«ž‰FY•ká‘ÐgÞïK€—9‡—óÎ;oðtH2+ŸŠ*Îӂޤ\vNÄ“ßjIyò}^Kr#ûèZæÎ8@éR(Ôüh0C¿°£Ï¤Ïy=ZÇáïÞáÝ'GáºòÆF)mÓsiÀD‡F£E[&‰\¡@† Ï^bj¯-Œ|y ]ëM&qÇLÚàËß&Ñ$)ß‚Lz‹vx«~”~¡³âòŠ{ÖVKäöïÂ{¯&óÌ€ûe4_¬…C™ô¶Éh›ýÉÎ~ÃÓ/ÿ€|È;,ê…CÎy.©±7Öoî„•ÔS£"iÌž·çòŸ_2åƒG)ÿ•%Ã#°·ÐGÌסší¾Üã_™v,ýѸ.ɨVmcã?…$Å(|Nm:Ž.t ¼åHú›œÙ²Sž#™þN<4×8ðËlfŽ„TÍJ>ïˆÂf¹µd_É}x½Ëï<ýÅ'üÕïCRVUÝ(]pT@Q¾½Þ¸ö’š£–|ˆIŸiŵfï¬/ÛZ_ò¸mzµS¿04qk¥I]ÆÇ[Ý车Hòz<ÓŽ—Íäû³½aúâÛÖâ|JË1skŽMçIRû(X³‡ã™zê»)ÃH>ÆäpLË~à¹Gâ9Ú}$£G?Nÿ–¡8šé }Ueì,Ž—ŽÄu­ÃÊml\ç8ߘÒ{Å”ëÛ²?¿Õù”¿¾îCˆWÝz‹S”ªØ»Ë.Ù“tZ\‚’‹gHåß}A&þqÐdŸÃÙ; — d$IoöÁABBoE;©^2IõŠË»ˆ·©òbcãÐéõ|±àK†?:ŒÐО{f€F£13µ÷¿Ïù}«é¤xë‘yöàѺs˜2ï&4肤œ¿ùhÞ |ú.dÖ¸$œËæ]¨E/Ò#„ˆÈHJ&ïj5ZtRÉMІ¢œ¿™ñÅI¼û|ÅGc“ y4ŠÇå\g&ÌüŠC&og¸FÜ€æMâ4ŒÖðw›WY»å2#‚Ì.#4VOÝœÈà†18ë4htFÚÈ&ÙêÓ¬Q2.$£ÝįO]¤a®¤DØCÃHrÖ¬á¥M{¸>:© ×ÈÁ.´%C‹…‹cܺ•<÷÷2G…㥷¬#yæ_|¶ü*C¾eúèC›4ˆ kÕ/L.i¬¿˜¹ð,ÑãV2é‘P쀺5_c÷ÆÑü´:•acjšü8ƒQ{’4†ö>5•u¦–9Q“‰«—3,Ôp¦É„wéý×hžoGô¡ø^ÂÈh;4 ’™tÑ¢¢×¢Ñh v¢Ñ>ë­3Ókïm[-Õ¡¤Ç!î1fMÚGÏ·Æòa%LH,‘Q[­·?÷ô dâLÃFÍIŽõ@N4 €^£¡âs›t'ìLW,sýáŒéÛ €†‰¸žëȳ ¾æPŸ—HT™ï#Nfê «n»¿u­Î0ÛW«ÕP6©S4PN`݆Ž}ÑYþ܃wófÊ4h4·l©e³F¸M[4Ä7£ ¯Î\Ä‘ö㨭¶Un5YWsÁ%€ø¾OÓnÑsL_~†&Ö {ýÇ|s%q#ø’¢kWÈ.Ô ’iÊõþ6ò0ëªÚ/Jä*;K=œÆa°îì®æ7ÇQm¹_Ô4cæì_WÁOX²¥Q*C»†4¢eã$ƒ-¬ïcÖ릈µš<ýMÒÏbÝÜ·ùSãF×a(4¹FåЦo¶ìC0î35é–õWhú¾¡Èš²åå}º%}÷on›^Í/Ù+àèWs8¬»Îá,¨pvö7'ñj<ªŠoWM½uµùÿÆÎ•9&“@&ÇNÚ"-•%#ò”ùÛ¡}œv›¿cî'3x®ëǼßo›f?H ‰.j'¿±_gy¼tLèAå8Öm8Ç5#°/<Åš?®ãÙ²‘v·üd©(ɳ*vmÍøm…Ìrk}€ c°_޵yš‘Ý低æÞò/v–ǾX;ãí¬ÓØèG˜ðe7ª×¯üwR—¾æ©þ_—;ä=hû§ù—–~€Õ³fñÒEÃÌ×Èžœ7®>rÀƒ”wfðèð™þx¦Ë<©3|>=;…Ò赕üàý oÎÄ£Ÿkj4IÒÐÊ)p¤ÎÄŸYíù:¯ú:þ,d¸ÆÒ¶i Fß+Ê\,”áGçמ£ùcŸ0qJ:~×ÁF™¬‰H¹Ü~ž2ã:ìdNïf–O‰8Tùâ’„$«º~ã*’$áåéƒ\n‡¤×â[«*ß:øK pòÃ?¶Jï<‚ãË͈°´|ÍûöïeÿýÔ«[¯40UÕÙI¦Ê‹‹G¯Ó1wÞ<ù!!!\¼x‘yóçÑ£{âãâ«eú§¹<´çW±` ÔÇ IîOÛG›óþ¸¯X}±=ƒkØQxi'Ô*[GáTÑ~KßZU°í o7Kò¨“}+™'Iíj–½ËÒç-Ušå"s ¥¦'l½šƒF 4»Úø’IÃÒ]™Ìtß«ªlJ¿p<8Ê•-’d2'‚]àH¹Z ?y®±/âÊÆy¼7û¶ž¸F¾Ââò)ÒÙôÙˆŽ¸rˆ³ñÍÃËÌX ÜÛ¤Â+û9U—?èFÊëÃõ|ER¤ÉÌì›´à|<¥3~%ѹÁþòÒkdnÿvwþxâgvfɰ˜R-ÉtÓV;4²Áö½l«åå°#¤÷dÞßÙ›gÆO£ÙÒ!å–ìÝ1›ÈèëxçÉNœnûô§{Ã@£û"Þ ;3bßÈ܈o›s&[G‚¯Ölñ4S‡j·{‹3¤÷†ôi¬â™•¸0t8¡×wóçeWšt¨iЛ±:Ë}iÒ±¼»‡9:"ÒlÕcYäÎ8y5cìÐ0z}ù%{{ aÿì¿qìö9݃”œñt‚37¸©•ðµ»%‡afïmäaÁTµ_TÒméß6ô 3ö¡2gÿý„E[ ¨Ü®X(£ªº95.õ§ß:îO¯×^ãÅfn å•Ã*]¹÷™Ö\[3ô¿¶ªlÏò³3,é[>Ü6½R’ñ@RÞæ/¾@ð°…|=,¼L°·€Cï?˜E_r`ü4)ìqSA~fåv¥‘›8ntß'cǤÓ]eóÏG¡ÆÄ»ËÀÎPOH;r’l}CœäFò1) s ¢õ0¦´ÀˆOÚQï¥øõÕ®ÀÒì^…<Énô^ç^ó/ޖǾڞÆÛÙvìhÜ—U³_ùï¤d^<¸òšI2úÏŒ.ù£ÎD~Þ?ÑdZeh/¦¯ïÅôJ3üiýì|Z?k¥\ /šÅÚQ³¬¯‹Ù2äx6{™G^¶2}Xùzª„רŸVv·r'š}zŠt«e¨œ'Žõ™zôS-êð³z/WÓâ¯ì ŒÜÈX¥ÇÎNGžú&………8::áàS“Âì‹øÇv@}þOd ê #I:òÿùÏ xtÚÉ-¤°*ȳÿÀ~ž}z3f~H½ºI·p3W^BB":½žÏ>ŸMÏ=øeÅ ìù ‰Õ¸ÙT>…œúñ;NêÓ99´)ßW8»ø—Tú>’®x0‘,¼4wƒ¥7’‡Tº1¨dê& 9ö ÐëtXÞÀ®òy…{8.ðûž“äê#ð2%¨¢lrEñþu·ŽÉ ;·í×hÎ}اç’×õ¦OªO€}:›ßà Ó7ªu$+í5Þ’ 9õ'-äõeß]˰s ÄÑüâÓ§œ‚¨]'…‰k¤`É;ío=hÜRù°3sõêk±˜©ƒû²{“¶f¨5Ø×Ñ?²êŸô=ö§òL¬£™>-•nÛY²®È&¹uydäƒC€#rì©ùÈXð S§]áRj-FÎHÆU¦ÃÁÍò3É×i‡ÛÉÃ’¸~Qö¯Ü“lûT ¢ñ±·²_˜³qsçl¶í4ã6aK³V7Áùø½Î¨T¸zâç\Êꫪc¿5÷-n4ð.O¬à·ó}HY»š‹~]˜oÊOÞŽ][3~[‘¦*>ÀÒ\%¿bêÞCÂúŸÿþÅŠ±ÏÚ ®E½¥ϧšýʽJ•75÷öñ5ûþCñ¨²‘$|}|Ù½g'á!‘ÄE'âáæI`ýÁ\Þ»•OmŽ>èµjô…Ùè s@W€½g-2S7#hQ./£½Þâ¯nb]fÌüº‰u­J_ò«JyuéÞµ+‹¾^H÷®]©“XõòL¼ù0úË;Ì’Ÿ¯àÿðT/ù–e¥¿¼âÂ…¿ç¨ZÂ> ‘ûBm<ÁÍJŸh·ÃYêìüJŸ€-;SÂ> QªBmŸ/ãƒv7ùöùlËÖËm^&¥9;T¸è™§Î’­3¡ë{ÝVèPæÖˆñ Äé·Xt®rß ›•Pܨ7?ý_&ÖæÚÊù¬¿ª5ÙoªÛÎ*ɧ»ÎößOC`µ\dVõSu¸v_Q·ÆŽ»$äAÿ ü°l­8ŒªIOêº`¦ÎYúëøÆá*³]nm>™ù rQ"—$d^-ÕË“£+¶SôÀã<¢@’ä¨ÜTŸAžÖˆýUG6~*Û&ߢËb×Üé¬Ïw§ãÀ$\lèfmÜ̹ò~Âr›õ6ô1«uãHLB<ñµkêëTióxcrX¥+>ÓškÍÝ7X×Ne­õ%6èµdÉ^¥í»¥46~¾†Üð‡é­¬tÞ¥Á`:yd±rΟ¤ãNÊ{Ÿ0<æ8S‡÷¢g¿ç™¿ñ,ù¦ŽKÆ7"¯´A¹Ü‰Z-[PëÚg {°Ý~Œ„3fþF .Þ|Üž¨±ß²ð‰xN~2†¾ö¤×ðÙ¤Eµ yMGdHH2ãrd¥ícÕŒ1ôlßšÖûðöž^0‹n¾2“›š—ÌªÚØoÍx ®Iýéì}–ø¥+.þÈCD+MçQe»¶rü¶|¯U`~ ®²_)7‹Èô½Î=å_¬û$3~Ô&lÒ—U¯_ùÏmjžž&fÒî›ùQ†¯2±©°à`NŸ<Ζ­£ÕÞÚu>®ð*êÕoÖ ÎÉ +ŽÑK:r/ìæÂ®ï’ß {HYã0êÖ©KÝ:uKõíÖÏõê&ާ§gµ;4ãÙIäî]ÊÚŒ`úõiE˜òkWkô€©¯añ¾'©Ó¸ Oô¯Á EÏñ´ãS hR‡‚ÜphH×&þ$D9’ûÇl¾X=‚úN™\Ò×£çåc¸5fÌHúΛÀ¯q HráÊæù¼ÿ—DãW£IW!>Yá%ˆ‘}ï­¨§3ÉO½ÁÃÛŸfÁоœÜŸNI¡x(Ô\O=ÀþÜÖL|ºj²UŒ¥Vžgû5ÊàzÔ`6Kæþ@Dï|”ùœÊКͳ¢ŽpkÌØ¡µè3÷Y·š¡­#qמçp:à^’¦)Oô að×xÒùI´ÇM›Aê99-úu †½z.‘åæ9ölßÁ…²¯cì<ˆIŠÁ£`3'-G×{Ï6‰Ä9jkz¼À+3:ò󤆸Z’ÉÍŒ6õ£i§(¤?ä•O$ú7ðG™½‡ËP”èÊî·Uɘ}Èp®ûï ÞÄà¯/!¿M-ÙŸæÊŸ,ݤ&²v®R:ÜûZx¨d•e¾vV,gáåÝü¹Õ/íuþ:‡Y;•´x«?ÑJÐ[è#æêPívoæÝJ9T1ôÃâ^ç=½’æŸöÂ(y,…{ðéwù4³çÊ–ELÛ\Dâø¾Ä({åÖ«ÉRƒÊEUœ¿qC'2ÃBš2ý×¢‘LøÌË×boÎ_[Q¶Þ_7¸¹ ëFÓ¹¶y}¦Û¦W;¹ d «4£Ñ›¿¿B®©Y#.-™>ë–rCâãÍñqE¥=c·e1¶bÞvaåË}è8u%§Z˜É¢ å¡÷WòÐû¦Ó©ŒÊñ+¾`Ó,;¹¬Êc¿'VŽ—Žñôï]ƒåsßd‰<‘W»‡aW&½dáþÊj»¶fü¶ê^Ëv`i ®’_©(»©{”`“{$þ_ü‹ÎòØg´­Œ”kQo¦tÒºzýÊ½ŠØ¶Z °b†TÅ5Î …á¡á„‡†WHÛõ•œüë ôy—ËxGr·0ôñ‘9˜èÜí¶ åyxxÜÙŒ¯ Ïdû·›¹2ˆNáö•Ò8Ç÷¤•Ûj6|·‹ÌF­©óôÌuÿ€O景ô`çEâàéÐ$ž¦^ã‘ ï3çű s§vŸ÷éÐ"¸ü -TÄŽžË|§©LûúUFÏÖ£ ¨G·I_1¾Wñu¤ ³º* :Uø  ólÁ¤%‹©3÷s¯™Å+_>ïéP›Æ]S¨«šlR…=ŠJ÷‘)ýtºíרE â£×¯ñÆì»Â §½‹/1í|QZ­#µGÏe¡ûG|¸è#Æ/5ì÷çìW‹æÉ~Å_Zq¢î3_2Çãf|÷ã¾ÑÎÕïGBïö„ØÙjOŲ\ùžWž¨¸ø3‰é›g±ô]–ä¦0í‰ú¸ wž¶3Í: IDATÝÞÌ×}—ðD”%™œÌØ¡/á?dZÚ›Lÿú žžà€wx}:Õp(–ÏõÞ¶US_´Á‰:£Þ ïºÇøé¶d´dšŒ£ü±`!ï]-0<{…6åÑ÷'ÑÆSfDæ;agŽ„5¬OØÚÅVUŸa<ÆPÞ/YáCLùÌVAV\kÞ_[¼^æEëgFÐð……¼ûi ­fµ4«oõj'/¹ÿ¬¼DÍÍÝݪ{«œììûæVÝâRæú¼‹µã¥=½†Pwþ»œj5Œöe÷«hÇ·c×ÖŒßVñ¶û‹÷Uñ+•ä2Ýoíd÷±fì3•¿d£?¶3­“êô+÷*2#ÿÊÅScFÌüt6éi" !¸/ÉÍÉaÙÒïhذr9Èqkápõ W(غe ÏMxž´ë×Y¾l)}úõG®¸3 õ:Ë—.¡k·n8::ÝÕòÜ=<¦Y³r‰uëýçíéÐý÷E=…ž…ÿÒ6ÓþÂþ}øþ¯ùñ©è[_èÒ]â›þ=˜ô g4-÷52¡cÐÍaÛÎ} 2¢¢B¡ +X¼ä{š6JŠþ¥úøŽ}‡ì§s·UºöÒÅ Ì›;—YŸ}¾ (Ô@dÿÒËü?§ø¼º8½Ðá#ÓÅÙJb†”@`¹\†—·………88¨à|{P«Óáíãƒ^¯G&www®_»Š@à©Óõë×ððð@.“ÝõòÌa*Š_/¹Uåìß»û_aSÆêiMÿ-õ»—õl –Úâ~j‡Ó›µ»É½Ü_«ÔfR×Oœ![QÀ‰§ò٘ܿ¦a¶ã­ŒËïÁr—ôx/ö¿ªúðûÁ‡ŸQu›7fvrd2ñÕk+15CJÜc‰ûº*·ùû&ú¯P@`¢sØ+IL¬ËömÛˆ‹‹ÅÁÁNW-y+ììÐiu>t”¶í(**B®PÇŽíÛiܤ)>¾~ÈåÕ3#K¯—H»q;vX'{¥ò®—W•fßž]ÿ©acrZSGq£wn\,µÅýÔÂæªf#ÿOÝU©Ü¢óüôÚfŸ–pîÄsŸ¾HŠW…©þ%K9ªñ¦ÜZß~¯ÙdU}øýЯ„ϨºÍ›Z²'j³þž].î±Ä=‰õýΪüîÀØ'0Ñ… ã¨T*¢cbqqueûÖ-¤§§£·ò«q–Ëåx{ûÒ¶5kÖ"//…ÂŽ°°0ô:=ûöí!';§ZËóðð ±N¨‘Édwµ< ^ÿ~REÇz:Ü;m¦Œäñ¥;xÜ\>Š .ÝÉ@a¢þB7w …\èÀv} þ¥:JŒ}w Ì ×ë ‹ **™\^Íyë)**"//ïV‡´WY³&Á!Áè´ZôÕøÖF.“a¯T–£þå™fî“·Sâ-œÐ³Ð¡@´™Ð±ÐÀ2™˜e«¾„ ÿ"øwbu@jå/? m ‚*Ó­g¯û~ ªÐ³Ð¡@´™Ð±Ð@ lP ÚV`À¦R©Í…ÆÍDl1{þØ‘#÷…î—z =  D›  Ýn¡aƒѶÕΚ•+Ìž—Ë帺¹ƒ¯ß—Ǧ€”ˆN ‚;ÁÀ¡Ã…@ Ê›“-” î#‚»JA~>çÎ¥røàAëÔÁû¥l H‰â¦K @ î!‚ÿ"^>¾Ä&$pòÄ šÞ[©»‘rà Íõ³Eþ= ‹@ @ ¸Ã¨T*\ÝÜȹ Á^ÛRw铇 LƯFS.½Ë.f ‹@ @ ¸ÃÈe2d¾ §¹ç–ìypˆ@—+D5[K¸ç"‹DaU5&'W’< ØIƒN¨C @ Á=À=·d¯–|>aõF¢°÷$¼Þ®lý‚úDKYBáH‡nµh˜s™›²È•dx„øÐµ‰#‰»Sùö¨šÂ{j09¾.HùœLÓ¢7[@ @ ÿî©€”#Wñ“ïÅ+p6êÌñ~^ÇAº‚š›òR†ñrGw.n9Η§Š¨8ÙÌ)¨ã:xqcóæžÕò¯yèudfª¹–§A£/Y\)‘v<•é9þô{ ’~ù'X”ªA¯È¬PѼu8‰ÿœbÚ23¸ŒÖE @ Á…{bÉž«ì,µä –­'¢Þ3HÚ«È¥Ld²""“Ÿƒ½q™öœÒ=J®aUžöŽJTȨ٠€šÿœçda™“ Gš7ñÂÈsV “´÷N¦ªè Ù±é;*·9—®2ÿûtõt÷RtG*o[’ź@ @ ø/ð!¥$›ÅGÔPý_d|#¦aïà‡F½¥CRÑ|ûâî_àÔe„¤ŽàBA ëÇQ„»™œe8¹(@ÒpSéIטkœ>PP<G†kX -Ýtdé8:Ë‘I2˜n „8ÉÐäÞdÏK¬>©¦°ø|Eióòصû<+Ï‘[ @ Áÿ‹ÿk@ªÝCxzùT»2¹’‚œ hòíQ:†¡•+ÐîA¯—ðªÑg¯­Â/£›u‹È—‚Mä,C嬀œ4~Jõ`PbQÇÎr¬P8Ò"ٕ“çøÃ=œÎ ä’„„DÞ ~û3¬ 'ooz4 a`n.í-¨ÐÉñ rÅ¿àßýK¾\Ih­Ú·ŠÆWvŒ¯N¡—É s#°ð:ßý™MŽL2¿$#$©#%vn?ÃO™2jÔ¡{›H ~<Îúl9>.øª¯±xsy G’‡Ð¾©ŽS/ñÝ~ xxѳq³oòá^5Z©|;IÈ©a¡Œ*É–YÑ,éMN`½šŒNV’zè"‹.¢W)±KÓ •ä§žã‹kÔh%e¥º%ÕdT’=§öŸç«kzÜkøÓ½EÞÒ1¾8iÐu‰Î¾ý3—|¹=a±Á´oAnÚqÖg‰…ÿWdB@ @ ¸…m©j.ü/Ýf¾EÑ¡5øGâÐ Eh o ×€Ì…}r…Šì«›¹rz+éùnìÒÍ%Ïd0Êðôëऀ¢"λÌá„H:F«8q¨§Ð@š9ç³zéõØ9Ùc/µ…YÙìË*ÎâZŠp/9¢Ú[€Æ„>´7orô‚aÏñ ¹duŽã‘d_R/q©xš67—£—nfú2•;íT\Ùu”¢ÎfH„…Ö$9\ŤҼ_ºI7¹ˆI한9•Á¡, .©QFxÒ¯†3NûÔd—i @åj]¶Ê–YPék}æô¦U¹Ò¡Ž#¹ÇN±`çMÊ®œDQ¬Ÿ‚B®d¨oéX^¹.í¹yü‹öçq)|·8&ûxæ¥[íq좡=N¦ATÿ0‚ìÙUôï_–)øW ¿™Ê¶Û8˜ª í¨~D;E{ƒ?ÿȦCWðíÿ"Ãjÿ¥ÏáÄ–ì8t —Î#x(B%Ú] @ (Ʀ€”F««ÖÂ3gæKBŠþ þæ|ÜRgS#¶#ξ©Ï¡tN"ëúA.ý•ì"OŽ=ÉE]›â«ÍÉ"ÇA)C**âfn6«ð|¢!Ç®žäFÑ©“lÏÔ˜¯wv:½ Ïð zÕ÷&Æ[‰JÒQ nÈt:4£qr: $½VWL)àØi5´pÆO¡ã\±4`ïî„¿¼Çñ^ãòÙª]åHÚ¢Ê×媹‰#® =­HÏÑo±ü”/KªJVɦ«œ3¯7ÉÁ‰@;=ÿœ½ÉÍJö£G/¤×—“¡¢n%wCçRËæ¡çTj<àŒ¿Ž³j#ºÎWsµ¢eè+É-¸«Øß?U-84ƒ“A ¾Ö(ÍvÞèÖ›ÎÄñ⊟y)ÙIÎù3ч%é*/½VÊ­œVößU3ž|•jGº·žÀ°Úÿ§˜‘‰¶°tΕÚ/z7o>2ÔPÇØ!·²U@ à?ºS_Ù» Má‚6?ù.Z~‘¨F}Ðf S\çüÁelÊŸÊu}Ã),g(—álEy:t’ž+G.q´n$6Uâå‘Ïúµ9¨%…:°·C)“»ðXÇ@Nç«¿rÉÒÙß*šnH†ec•VªIåôRò—^*sÌD !qæ¯c,»\~ÞŽ®°BɾÒu’^ û]I ¡Ó—|KÏxY¶–alå¿z§ð° ·2úªd?Ò­R+¦-/›d4“ÇKò’ôhõ —UÈ_ðŸGÊ?ÍêÙÓ™½dÛNf \BêÒ¼Ó &NN#OÅ]“EsåoVîÏv±bË5&„î§g­ál‘xüýL«ï`2íÄäÈû)–w÷í$íGºšh sç¬më‰Ñw^N@ àßÊ=*áš®YÚ0²¯lÅÑÛôKëÉÔFpM×Û Êq¶M¡½$¡ÏÏdí1 ãë¸QtîÛ³õH’Œ¢B½! …„½›+¨Y±ëG²%@[žœ12+ì) u€ü\-,È*ÑäÞäš>€_9Y‡o¢®$¾]¥ënÅnn¤JÒ”+{MUʰJ¶ XÒ[I~aaŽ(Ïç–_²§×£ÖRU²±¼qÝjrnrYHX˜Êó7K71w„¼\,0¡ëâe|ˆ€Ô}„.m/vîÍœ“åß¼x€u‹òòÈ»*²æp>›žÍÒ µ48{ížr{¾™M+šóN[‹É¶0ÎÚö;wä@ þØ4ï_’îüïPápÒ¯¦coï@úÕ ·=ä8Û¦P2, “ôœßÿ¿¿ÆOÛ²ÉÕÒêÁÎ%P˜s“4iQ߸gB|œ p”™­7€}` 㽨âIÓ¦Q “ñÏþk\Д›èSî:½:›Õ‡ q©ÅcÍü¨âFt¨7-ëxá-3}¥ÁãiÊþ]Õ2¬¹®ìÏ’ÞôêlÖ,À-!Š‘MüH q#&Ü›F!JäÚ"þI×ãL»ZîÄ„yÓ4\…¼b] ²Y}@[B6ð¦v°M›E10Nî¾ÊEy!ÝÛ?ó}å® OcÝøáÅÁ(:¿º˜¿ŽœáŸ3‡ØºrÓ¦O¢Wñ"8Í56<Š6±¸¹{àÙŒ~o® U],pÁqfï@ý˜<Ý=ps÷À=¬1¼µ–‹EeŠÌÞÃÜÑmˆòöÀÍÝ—„á¿QV&õ~>ž4‹ù3^dú¾ü2'®2·¡l·è ìV›H[-rqqÍÛ<Ü0 wwÜÜýˆl<9' (ÑtZ)m9íÝ=ps¯Í„=@'¦60Ô¡ÙlÎi¢s,{©?mêEàU,wì –_¶rÉ·ö:›gŒ¤U´/nîxD4cÀ{¿s¹*u‘rÙòrâB¼ 2ºûQ«Å¦nº^áCFÚÂÜ9Su<³ÇD[«Y?¦>~‡ÓxÐ46Ý0èÃ*š•Ó–¶@ îî©R—´ÍÈ,ðÇñÔ² ¸¤m†íÛ©Ëq²m‘]ñÌ]n¿l(û˜(QT¤¹'…„6ý2ó6Ú3 Q FÇâtº¢".)Dcj†€NNdR$)®r(Ìgß¶ã,Ý_üÕ»Ò™:—ŒiIÝz„OÔaô¬ƈº2@GÆåkœ;’ޤ«|ÑReÚEªT–íeX'[…gG‹zÓ’ºí(³ ÂèU7ŒÇ’d ×pnÿ öžÏãè_©üÝ)œŽíc舖‹‡N±÷\aÙtœßyŒ™EaD ö2­ÞÉ)5 sÀYY@^Ö ÖMïǯ=lx²&öÚË,Ö   ¥«’ôË7­–Wá韃 »p_TÆ6‹ª&9å——1ràt¶ê@æN-—<.œKÇŵò, iR”ÊÏ ÖKT8;éÈS;áïnÅ2I)›¿^jG÷¹ç{¼=ɺr”•Sá˜z#[ßLBi‹|2;ìòÎsYㆊüË׸~hïôSSóàR’[×•Ιª£›é:ª/_ÃÉU¹Yûõz]qb÷š1DÚhãe¹íö@ D@ê[ò&Ò‰lÉ{¿jee1oÎv‹ÉrOaì‰ÒÇ0.IeÚ‘Tk•h®]d檬үԕ²+àï¶ó‡ÑsEÛ}Šc»¬|]Ñxõ“ÊfÀ©ßw3ÖÌ5¶–aÝu•[Ö›®ˆã»O1ÅX~9i|·,ï*6V—{N1e©2ŒÔG“ËÒ/·³Tôóû†¢‹»H•üh×%ª8Uí…å¼6ÿàÀÓÿbùˆp2WŒ¦ÙÈøõMæïÊka%©éþÓ)·R³bH2ƒ~ÍeÿÒ\}¢&ç–ñÑ5àJ·/v°ðá 6?F\åd[”6€?TØèæ‘Ó7íçu1LúuâA[ˆÞ®ò$Y¹´i¶´†#Ý>ÅâtEE ´|…öÂr^{å©ß¶ðNcg2Ö"¹ÏrÎ|5‡=/|NêŽ4úðÓÔ¤]M#?{;/vÍêÜm¬<®æ¡8Óm!Ý´¦*Ô±èo>7Z3:-=Á²N.\[õM,#}÷l¾:>œ·‚lÑieY lÒ‡@ @ð¯ HÝ¡2uQü‘7ƒL]Ô½«¹ŠKÄ„- w”+—/süز23èõp#©äÅ_¥3?#N}rÇy¼wŽ2pl?‚Nž?ðmæ?üy8)¬bÖ^$§D¯ ó™ð8»³v Ô>{@£TR][¦W—œ5jv§Gø,>;w‚·›EðmÛ!Œ?Ž¡Í*Éê`&mUC ¥Òªt§6p€óÌêPƒYeOfæ|Žž6ÔÍeV½>œg>ÝÎò%‘¥ÖW«}*”J(2uV†½J(ðo5€NËø%ÿ»Só!èöÊu°EÀOß/ÎD à>D.—ãæîNíØxƒ‚î ™l HÝŰËU]÷z˜§Ì7îD@J ¸ƒ\¹|™ƒûöX/G''$2ÒÓñòö.—NG pl^–‚Fqý™LV®›èÜ•‚ eñ#¾¤/þAñ)}!Z©Ì³CÁ­ ™%ÇQ]r:7âÝë‰ûp³¾Xˉ s¿a9}½ƒ=üÊ.̤ý²…]qPJKÑØe[Ò—øR_:ŒìKLÙ)nªZ$ºÉÁÉÚºHdü6ŽŸnGM-ú½ù,m½/òíKï±1·DyæÚ†v²]!…zC;Éå2[£S3²ØÒ¶@«”¶Â¡@ ܇¨T* Ù½c2dþßeº'—ìý+Щٰx+„&‚;ÎñcGI¨›„³“N..ØÙÙ!“Uþ(Û1¨¾Œ{$μ߇Q®2ñ¡„ºèȾx”ûõ4뛂_T[âXÃ^ÝNæþxŠÃÃÉø}>k3BiïfUhÉ¡æD³–CúíÌ\x€ÏÕ³8‹H¦rÃCÞàà‘4´ BPh‹ÐÛUžYåXMrR”É5üÎO:Í—6á¹m™¬[vu?\¬L[ÐÖ‡`7 '[ÿ¡ qäm´ªê25S3Ѧ¸àP³µX˲ÈôïÆsãšàcÚœ \ÐádK]´dœ:køRhÌ@&ŽD”þ'>( HYh ÚÉúATÍÑïf²± ŠÖ1ÎÈT–ujVN[Ú*q@ ÷^^4lÒ„ûöß©{î+{â'~â'¾²W‘œì,œœqrqÁÞÞÞh0 »p†|ò-.òÓ¤>4‹‹$$4Šøf=>f"‹NaWãaÞð縆øùúQ{Èd._æ±X«ä²ëËëý{ßlMP@ ju_\þ+{qŠ¥k²гãé‚Ckà6€5™FªSMrªN¦u„?þµIjÒ—¶>ÝXÛ{[Ò:%пƒÇÞhBPP$-Þ=]µFU…\¼Üp߸F<´ø2òð~¼ÞÏаëÝNDzûáïï‰WDú-:ƦºØãŸœ„'À‰7IiÒ†ÝcÁ?V¶… ídE ðkï‚iò ŸG^gh-%X£S3²ØÒ¶@ ‚û­Vƒ@9ÙY÷„<6¤$ñ?ñ?›·‹^¯IÂÎÎò¤NǸ±ü´ûÞÒŠÚ¾ªÒã~14ø!b%yÐêýßùiROêúÙƒF—š¤ŒÇ¦¯úbíÜQ¹7füÁ÷/÷¤®¿ r¹©ïpêviEˆ±ˆ€"„þó¿bl‹uv.v~näåi+§­&9uzwjGz ¹qÔ³W)p¤Õ㟳d\,*[ÒÊ<ˆÚšô‚ªaIÏÿz4\Z=ƒ¹;³Ñß âèsØûÅ«¼0çè¿_ß÷cŸ•r9°ðM^üìpÕÚïnö7[ÛG Á}H ‚ûõž®éAÄSÛ+= é³¶3õ¡ô{å3~»¤)~xÊbߊŸøípå@‚Ñôÿ·T5v®cÍÞttÿÆ2Ìèùߎkk&ÒåÑwy¡W_>Ú©:tYp7›1ð'Ûƒ+ú ¶1‹›® ýkö¾í³º,vÌûˆÏ×^Ds÷7[Û§Útx;}C Á]A¤Á)ƒ;yàÖl6çÊ=qÛã`JGeùôÚ‹|=ð樞å×Ý‹jo>[Óßi ŽóÉо<»äŠþÍeüÉßÃŒÎ3xÕ1ÍMdÍ[Ë8ŸW º”»O\-_T÷ãˆ.úì«}ªS‡÷{ßà_€P@ ¸ÿ<Ÿ;ÁJ`}W@½ïöóUF2lÁ†Ý·}YôÙÿTûT'÷{ßà_€xg$î?ìý¨S'Ž:‰¾”¾¯×^cã´GiÛ8– /üëôä•_ÏSh*séõ7øí…®ÔÆÝÝ7wBš<Ê{ó§òxÇDüÝ=póˆ ÙˆyÌ“*ä9”fž¸¹˳ ¢ƒJóô‹ëÌ„å©TíÊœ6†2Ü=¨ûî1#uÐrqÉ£$ÕðÂÍÝ7ïhZþ’CeeÑe°ý³Ñ´õ7¤ ¨Ç oΗ. ªT†z/ÄzóüÞ[Ë sça_šÏ9kI˜¹:ZÄ‚Üú4ֿܓƵƒ çÝ=¨Ñ 7//?A~IÕ¬Ic±œ þ|§/ÍcƒŠóð£Ñ¤½¨-]§;ÇgÍ<ðë¿\[ÚKÊçØ×ÏЮ¶Ÿ!_ÿÚ¾¾Ç g­ñ<Ëa¡- 6Œ%9À”MYi+Ÿ¡}\@±>|MlE¿Š÷ºS¶q_õY ð~yµuŠÛ*´ép¾J5VÇ;Ô¿l±Ë*·ÙmõIÆú†.­³§oÛ IDATuŒoqÝ÷õan–úëÛL Áí#fH ‚ûWRæn"¥ôï|ö¾Óž³ìúþR¦ÇéÙ÷ÅD^Ô·í›y¡fÅë-¤Êãô_[8åó æ´Á[}œå“&2yüFRž}‹ùχ [Ì ¯Ldhds¶¿‡Êª<ÿæ¤Ï³|ùY+¼´×Ø1ÿ¦Œ€o⟼PûÖòC¯Þsùa|<*d8úE¢¬T^I}yåóaûØ“µ/±8fŸå¼*ë?™kË«†$5ºò©éÅ®/^är6e©Nj¼ßï§Roè$¾ì‹§î,KÇO`Ù_—ÑL¬ƒ£UrZ°XÕmÚÒ¿¼ÏJ9üýrÏ×ÒéÅÏ™ÖØƒÌ?óÑ;»nC‡¶ú[첚Û'Vª‚OºR©/œÚÎï]#eÂÇ,mêÆÅµÓyåÉöœ‘vòÃØé­o3@ " %·”±‰)ŸŸ"þͽ|82{ i‚=;ÖöfÉ/gynœÜ¶ôpkA‡”–¸Ò’züÎòþçh9°?Ý£•OÞ/?2ê·¤½GP¶µy¶¤c»\ÖuõüQ{ ¿þy•ñµCKºÊ§qññf2œb:ópLñŸb(X±Œ¡‘ób,>Ù›˜<ãþ#Ö²ä&¸”½Tm¢ uõëÙV¹}‹;„µ¤s‡6¸í:µ&¸g=žœ<—#½E];+Ò8XYNxk:·ik ­¹®"–ÚK—u \iѺ-ë{#§¬µí,3mY<5É!º }»·Åh•¨eýÚÑelÊ‚­dmfÊÌ£øþ…_?n…» Ð^àÌ” ,«Î>[»\æ~ë³RÆF¦-ºDÈØ ,|©¾!Ýñdÿ°„竨C›û—Ìz»¬îöy6ðœí>I[¹/L™y¿ákøæÕ¦†<Ú4Ä3µ.Ã§Ìæð#“©gÕm&@¤à¶)¼´ƒ£j¸ðJ2Þ¯”?çžšŽ¦B(ÁrúàJe8Õ›ý\Ê.þܓܕàP7Ø\]Õò”{DRÛþ¸”Ö&‡^ÈÅÕÓyñ½oØpè2yv®¸é¡^>Ez(¼°CùÔï_þÁï.ëÙV¹r¤ôŠ…ñ[9’­§®·i4¶—SUù¬À1q4Ï·ÿ‘ñýêp¬ûpFzœ~-jà(³Bç6¶¥Ü=œï²6eÁV.nãÚÆ½ê‚QwÌ6(L¹ßúlá¥=œ*r ^»“A+[uh³ý*¬·ËênŸ›Õà“JúBƒ® ·òûФGmذƒ™zêùQ~V H %$ Í>\ÇŒæewdØ{„âÄÓ_«\†Â9zéVZ…½ô’TÅ<±C©Ig[´£èÔlúôŸJNŸ÷Y8½9AÊë¬{¦7o–È&é‘ E[LŽ ´EÚêÓ³­r›­¤’uiªZNU¯³ˆC-?Jû?—0÷“×mSû.äÏzhѶmmËò6eÙV$Cæ²;m÷wŸ-5P‰êÓáíÚ¯»ô¬îö¹¾ÎvŸTYAFó•=gEŸ@ R@Pm¨‚ë­Ôqp_>AÃàVñ¡§¨ì÷éµw@kò”«pSA~f>æ ÎüÉqbyó¥átˆ´r¹¨‚Ë%²4 Z9“=«p³m…å1¦Ê°ó ÔÒŽž&KßGùíëÙV¹¢ÏdÏo§ `01îr«Òì¯B9U‘ÏÊö2<5;Þj“[ `ø§íI~y¿¾Ú•Ç-Ù•™¶´˶RŸ(åLö¯?‰ºM²ñÙ;Õa÷yŸU…4!Þñcvü¼—œ6Õ­:, ªrÿ2a—UsûHöUðI&t¸gõòÚ6Á@ŸÎŽUÇ!p(‰žâ;?@ ˆ€”@ T7YÇù{ÃzN—.9‘ãX£McÜ2¯¶¼ôXí?L?×WÕ>wÍuNžVÐþ±^Dعè¹;–óëxz×±¾ Ï5e°&OeõãÈ^9™¾Osç4þÑ7a@×°rKuÂÁæ}ðÑCëãïÇÑš2²´á¥Q‘´›5€ίñxJ$NùW¸êô´6UF )Ç#½ñ £ß‘Õ"UæV.ÝZéc³žëz—Û¸Û’Ü¥A”-ñî¼›´¯¥äÂú™¼¼¶ˆúï Ëò²–#³š–±È\hüæ~ñy‰×>‰ÁŸij´Eýa½ˆPúÑõ ´ñ1ãÞíJçe,¤¯‚Œe°&ÚL™Åð!Ï3uDoyRwäWôꆲ̌eí§øfÖežš2‰G¾5|T]é@bÏdY½¾š_¼^âµÏÆ3àcØûÒ`ìRz¥$›,#zÌ·,¼6–W>K¿éŽøE5硚NÈ«¨gwl»db•ª€â³ à÷?öî;>ŠªkàøoS6 ¦H= ÒB ½ ‚ˆ„RDŠ´PD‘Ò‘€€**Òi"yéJ¯R„4 e³»óþ± ©›ÝMB„p¾ÏgÉìÌ{Ï=w²s33KÇ©?1{påŒÏÏÉis÷“ynÁÒíÌì/íý?Ù:o>cnžÞìT± ﮘÏkîV¦O sêËn¦çKLæŠ3õ?ÞÆ×Ù8gÀ¥J-Êf¶:rÃÒñR¸Æ,8PcÜv¹Mdâ‚Éô\ž¨p,åO³à’†‰[Këc•)FëLôu&9æ%ùÝ?¹8&µðÎTcÇof‹ÓXÂ>{‡Žá:ì½êÐuÞN¦…z›ù­•B!„ÈOªlþkX<(qÁ¢ÅD=¸À–MèÙ§¿DLa±¯V,£]‡ŽÙ¾·}ËO¼Ú‡‡q±F·ßðÃw4 iŠ[±bLaœö* ùÀ{=—¾mšáÛï,ZGä±n°´q5Ƹ­åúO­p–ˆ!„B<3ŠaÍW+騹‹ÑuââbÙ÷ËnZ·kÀ­›7X¶t) #–l’0|Ïíc ˆNy=H÷︔÷RÖ×:@OÚŸi¹a^!„B!„B(™B!„B!„Jž!%„¢üF+ÇàC1 Îë:"ýP†c ‘B!„9+¤„B!„B!D’ )!„O—î»?ìMï9'I(,mÒÇq|åT–#ñY¬Ÿò«¦2.âtîbþ_÷YaÌ!„B‘LH !ijDIàÆ;Ù~ìºg¡œü ‹áøOØu:ý³OKã“x’©u<)ÿöîê}¿/˲=ÿü,ö“.†ÈesY²ãfîê÷_öÙ³°ÿçIæÜ|–ƾB!DdBJ!ž©“Ë¿ø,ôMÞ[{ ͳPNa§¥ñ±r¤¬_þ•ܱ³zû[€.ŠÃƒhêWÂPŽg Ý¿¹þäöªÛŸ7¡DJù5>>gØÎT™ÙȶÝ-@c÷”rÚ1òëÓ­éì“òc-úŽÐ½§ˆ燻‘8‹sêeK™smöRöÁ#ÐÔ°^ãZ»\‹–qªßL‚,ÈÑÌõH¸j~ ”¨½Ìúê^C~aÕø C ˆ]¿–1fÆÜXþ˜gU¦:Åì3šãfå uÖòLnc›66[6 Á h\CÏßÁl>p‡Q¾eŸ|èÉikKc¥»Ãƃø®Èv,ɱ0çn¾žÔW•eÇ*•“?*¦K§¸«i…K¼ùí6•SB!„ϹeOñÂIºÉÙ8ö ÅR,\¦Áý˰©6ˆ1ÍU¬ïZzÝ'ñå¯7r¾õÆÆ“Ž~pãgbõ&Ëtã0§âí jq2*u6÷›Ô’Rö]³mÕ´}[§N{_øç0'£ÍûN3KcôÔâŸÄÍmÓéÞП’E]qödèA=$Å£)è¯g³*Ê+Í+Ãícü›·[ߤ[G¹ ±'°™Ñɇ¼çeqNÊ!Çs“ƒ¹Í[+× ø‡è[±n‘ÌiËb¥çþöÑ Û¬¥]øH·ÓÉuj„}D[ëÜu¾’ÿãU!„âY$WH !^<Š‚‚5õæìd^púÓe¶®e)bï@ÿïÏÒüÀZ–~6Ÿ‘í2óÍUì‰è@I#EªTéN&M•o§áœS•u¶àl7»}«2¼g… ´­ñbì+‘ÍSŒ¦²5Óå­™Äu™ÁªÙÁ”RßcçðNLUþãS™Çüˆojò)O/,޳¢Ï!ÇÍÈÁ|ÙÆð1Gm ŠNŸãG¡ ëX++нNˆó"wžAóQ{Ú–]ÂWÛãN¿rxYø)K‰;ÍÞK`_¿%Ôyi·B!ijO®B¼pìJQE­ãüñxJùøâë›úò¡¢§ƒádOå@¹F½™þ}$G¦WçÖºYl¾mdbAÍÑ]Àó|\¬L–o_º&UÔ‰Ýv†GYŽÊv8ÛA|t@§êy*{ïÚ”'œeŸ®¤Jh%ìsößdÓqhcdyKËr)ñÚAvîQã®ý‡#ßÎà£_Õ4H€½yq4V¿.çøĘ̂Š6&l˜ fvåê)¼ÛÆ×äK»¸™—óYò'SŸµ7ç,c,‡1#õ™r¦†Ûh æø%VXãÞzË{¶bÊçóá8¾÷+¡ßâ~Ëö½s/æo~ß¿+úx\;É/ß-cuäCßû‘O¹&¾Šæ¢ÝFǾ·<Ø\!„2!%„ÿ팔#µ§ngSññL^2žÉ€#eê$¨wG<ïÿÉÖyósÓðäk§ŠMxwÅ|^s·J;ù³K$rþ@"n$‚«?§þÄìÁ)߬f¢üòjGjMÙÆ&·ñLŽE·ù:°u§æut y…&á éÓs 3ûvUQjô[IÇ6Þ&ÊÌÜFW£åŽß̧±„}öÃuØ{Õ¡ë¼L õNù75U¯aÕÝ!„-B×ÙxTæõŠE°’rŠQfV´ý`4 úÎgäÇmiý]«ÜÇ?ó¹·ï0¾YøÃÂ'òÆÃÛ«=©ÖÁ{UNqh”ýòÞæåÕKTjL¥õ‹éÓq®¡ž•š0xÙ·LzÃ+å—«é8«_ËÒÄjŒÛÂ.·‰L\0™žË“Ž¥üi\ÒЧ&sÒDŸ­3çlƘñ/i:³ÉÓy[0LJòÙÍêX¹ÑtA$MS®Ÿª1îþ4vÝ™Ê'bðûJ¾¾ÒK· Ö‹ùۇѽ^‰tíq°¼Ý9Œ}µJÿB!„x†N˲ù¯`=lð Ä‹õà>[6m gŸþ1!„žZ±Œv:fûÞö-?ñvhÆÅÝ~ÃßÑ(¤)nÅŠý÷Ñ^%¢a x¯çÒ·MÓ¾…M!„B!žqEŠ°æ«•tìÜÅè:qq±ìûe7­ÛµàÖÍ,[º”…K¶I¾³ú1D§¼¤ûw\Êû )ëk 'íɧЦ !„Â(™Bº"—ÍeÉŽ›$çwÙš«ü´` ¯wcщ‡O¾VÃX=Žÿ´]§cÑ$DònEWÊ;üüNªè£ø}é\–íùÇxl3·ûYïS³& ¸ñÇN¶{€îy,_¼XÇ+KòÉ’cšB!Œ’ )!„O—º2ƒ7e}Ÿx>íП ÷,™r±ÅÞÔj‰ãó&ñ/> }“÷Ö^Có<–/$_ŸÊ1M!„©ä¡æB!ž>u)šOÞÌÉ~ѨÝ-ø[ˆ ¥]Õ-ã*¿°„Ïÿ1M!„OÈoP!DᦋâpÄ šú•ÀÙÅgÏ@ºsÝp›‡î‡ ±;Î.®”¨ÞŽ‘_ŸæQêýú(L{“`¿R†m]<¨5ñ Æ–hï²wV(õÊM)³a›¯“ Äsîëá4óõ0lW‡¦S޶Óßg÷„Ôö-R¦+ejvbÂ÷Ÿþ~“uþ—]cÛQ³J)\RÊñðoÍèï/g|~QÒ56MêHuOÃ:eëöaååtïç¶Yh¹¹¶/—qÃÙ¥^ÕêÑòœzlæM.¶T¯îOõjîØ>)2‡ý›ÓþœúÁ¬òÛT¥ô“ò½êôâ“å3в%\\qv-O½¾Ë8™©‰GÂi_ÍÓ°ÏrÁôš÷÷sº7È¢8›Ñ§¹)3}JÄfã7¸«%á »Woår¢éínÞÄWj||ΰ/Syœpœ±~®øŒ9–Ö/¦³»+ÁŸ_Gkª|Kbiî˜É 3·±4Þr¼ÊÝñ*ÃqÆçbUh4(ÝqÆ‚>6Oy<¦ !„â ùƒ³¢KäÔ¬×h9ý †}Âêol¢n’è-‰œœù­?¹KÈèù¬«ëÌͳ ÚœKʬïY}§·íä”ë0–/jII%–Ç%*b§Î~9ñ›ÖŽ m±ŽÙþzŽñ>ãºwÁùð~FØ,¥×Ðo°ô›»øá{…ëv^†‰ý#ÎïÛÏ9·÷X¾ !nšÛY;“ð~M8ŸÉÚn^ؘUçÇ\üõ ç‹¿ÇŠˆF¸iï¹<Œð~Ýp¯v€±¾jPâ88¡ =–ki5n ³j»}b#s§I?û«6Žõ³ËÔÖ¸½ü&aKzSº¸-1~ÅØ1# õ®Ëïãý°3Ù‡N„,ÝGÈ“ŸM쿲éök.æÐf•ÿŠàËÏ›P,á/¾Ÿø>ÓGí%ä½Y>Æ åÜjƆ½Oh…`‡ù§µQcOí1K«¤æúÏ ›ÒžkÖ‡Ù9¬2YoH´0Îæô©Å}—i&æKGOäKÝï|÷ÚÖN åôµ=ìP‡¶së´”õ£°C…ƒGÔæä±£ÛùfR]Ã{M^¥èåô _Ìé7¦˜rIŽ}¹Æ´nR§ÔµÑÙ.W¢¶¾äS1§_lºUm‰Üщµ›®0¨é ¢p¢~ã4*†ÔÊTg{ï´nÑ' Y«Æ”îÈÐéK9óú‡TOÜg~½вYN@ãzöøfó;Œò-‹uÔ^f}u ¯!¿°j|a2¡a±ë×2&s},lã?ßL'p*Šø´¦³Oʵ|Hüé;B÷ž"nœî* û4j_Îûmo²ýºãý`~ùõiÒ'ÈÏ|ÿÖU¼ý¯UQCH7ýÈÀ]pœ?¥Sc<‚°M ±l\‹b—«ÑcÑ2Nõ›Iµ…íÌgÅŒ>µ´Ì,ÊvcΘ/¨óþ¾ ÞÀ‡Ÿ4!¨o¦7ßχ¯:b¬+íŠWÂ? àɤ•YcÏ‚œÈ\þÓÈc–rgö¡¯òp¼2qœ1£¿lÌ̧ü>¦ !„/2¹eOQh%Ý8Ì©x{‚Úd8¹Kÿ^ͶUÓÞ³*Nö¾ðÏaNF[þÚ¤[‘œM€3a¯P,å–ç2Øðî_~€MµAŒi®b}×êÔë>‰/½ABNwyØxÒÑnâL¬>×u¶r­€oqˆ¾‹Hºu” {›ùäxeKnÚ˜õ¯’¸¹m:ÝúS²¨+Î =¨‡¤x4¹x°åûÏÚ~‡ú!7åÛ—ªD1b¸›rÿ•¥Ë:ã»<4vKžUQ^i^nãïX}žÛiNŸæ¦m™¦~ð8‹>E3aè·h_›ÎXÿKÌï?‹“‰–Ëü{O;gÌú@•eœY؇r¼ÊÃñÊòãLnúøiÓ„Bˆ™\!%„(¼½á븳ý‹µ’í{ªôïY¼?kêÍÙɼ`Ç ¥Úº–¥ˆ½ý¿?KókYúÙ|F¶[ÈÌ7W±'¢%©R=©nêlƒÚ>c¡ÊShc¦Õ5Óå­™Äu™ÁªÙÁ”RßcçðNLÍíãVLîÿ®éöÛW6ÚEsS¾µ-V(è•´u­m­@¯ ˜ÓNUÞãlVŸZZf6.þ̾;j^Ùˆâ÷ö³ó"TÔ†ŠݧdF«¬°QV£Í‡ã@>䌙©2lci¼åx•ëãUîŽ3¹éã§pLB!^`r…”¢Ð²+]“*êDŽn;ãÌïyÕ!ÀÁðÞãÔ…úDný JÖ¢ZQ«\ì/ˆ*jçÇSÊÇ_ßÔ—= 'b*Ê5êÍôï#92½:·ÖÍbóm#'ÝúhŽîºž¯àãb•ouN-'rã1â”§ÐÆt/à/ü8¾-^­JÕ¯XҌ٠#39–îßø$Pöýo团»ËþçÀ«..ViëyZ IDATYÚmi=ÌéÓ<·MsåÃðOãOYêÈŽñS8\q,«Æ×Â1»­ìp¶ƒøèxô–Ž=WÊ…ûg/cl¾ÀHùO-gxºcEŽW¹?^åú8“‹|Ê—} !„+¤„…˜Ê­ ãV ÙÂnt{i2B*P$þ6wŠ4äÆLâKÃY=éå>Au¹±}6cwA£yƒ©æÞÇÊ­)ãû—§ù¢tušÄÀæUpI¾Çù‹Ö4ï߯wðŶx|ª—ÃE?ŽÜµ?ÅìÓNÌ›ËÇËѼ’š»0a‡† iý©æ*‡ü©³ªhc†ùÑ`fWþ§žÂ»müpM¾Ä±û€[ÞÚX>ÓCˆì½kSžp–}º’*¡A”°ÌÙs¸9ÌÆ™’®ð0ò{6Ÿ Sbiß®gÎþÍ8ÇM¾e¼ò£|£'²×²swí?ùvýª¦yÄ@ì}¦vW·,Îæô©¥}—YÒåml‰nÁü5o㵑 gý™´f5Œ]Z¥.EP@b·Lgî£~é>×ôuèÖÖŒ<¦$!P>cÐ4…õKa}ˆ›°6Y¾w†g3=Í>Íϱ"ǫܯ,>ÎX”¯ó)_ö%„B™Bö)GjMÙÆ&·ñLŽE·ù:°u§æut )IàøÍlqKØgïÐ1\‡½WºÎÛÉ´Pï “ –ì¯öÔíl*>žÉKÆÓ#"p¤Lýõîˆçý?Ù:o>cn¾ÈÞ©bÞ]1Ÿ×Ü­ÒNÌ쉜?ˆ‰àêOÇ©?1{pê·°9äS¨1n »Ü&2qÁdz.OT8–ò§YpÉœË1ÑÆÌ'Ùjßa|³ð†…Oä5†/PW;{R­ƒ'öÙ^UãAÛFÓ ï|F~Ü–ÖßµÂ%ûÏŽ6§~ ïågmÓKTjL¥õ‹éÓq®aŸ•š0xÙ·LzÃËð‹8›v[V3ú4±³óÎÎ?I¹çª3«ÿìlb<¸Ò$|!}zŽafßN *J~+éØÆÛŒ¦ !„Âø¯ßlþkX<(qÁ¢ÅD=¸À–MèÙ§¿DLa±¯V,£]‡ŽÙ¾·}ËO¼Ú‡‡q±F·ßðÃw4 iŠ[±b…7HÚ«D4 äïõ\ú¶iÚ7d !„¯„B‘OŠaÍW+騹‹ÑuââbÙ÷ËnZ·kÀ­›7X¶t) #–l’€à1D§¼¤ûw\Êû )ëk 'íOEŠ÷a)šOÞÌÉ~ѨÝåï¦B!Da&¿é……˜–›k{ñr7œ]\q.V…FƒVpêqÊ ÇëçŠÏ˜ciÏByø3Ý] þü:O®ÑEq8bMýJÊñ ¤û7×I6g{ý¿ìÛŽšUJáâ⊳‹+þ­ýýåžÓd¢Þ)nÞ„)eÖøøIÆ–ë£80íM‚ýJÊsñ ÖÄc$h¯QÏ·~ÉpUKâ‘pÚWó4¬[.˜^ó~ã~êýNæÆ,‡úetM“:RÝÓ°^Ùº}Xy9s8î²wV(õÊÅÙÅ•Õ;¶ùzöåå2–ëoÝ-@c÷”º´cä×§y”Ó½E¦¶1'GÌÍ#‹c¥'æè:~8r-p~«÷^'!§öxÔç•k3è4äGþÑæz ëbN.˜Š¥‘œ6+óÒïÆÆ˜±å¦â£Äsîëá4óõ0lW‡¦S޶Óßg÷„Ôö-R¦+ejvbÂ÷¯äsÞ™Ó/¹mcŽcµ^ÕêÑòcU!„Ï5¹BJQˆYãöò›„-éMéâ¶ÄüùcÇŒ$Ô».¿÷Ãά295ë5ZN¿EƒaŸ°:Ä›¨›$z`ËÓ›ësñ׃œ/þ+"ᦽKäò0ÂûuýÚÆúªs]o·NKY?*;T8xT@ÍÙì—ëoszÛNN¹cù¢–”Tby\¢"vDg_g=µÇ,!¬’šë?/ lJ{®Yfç°Ê¨-ˆ~Öúe¢ÄqpBz,×ÒjÜfÕv%úÄFæN;’n¥xŽMkG‡…6„ÎXÇl=Ç¿xŸqÝ»à|x?cýìò9rêïDNÎ|ÖŸÜ%dô|ÖÕuææŽÙ„ mÎ%åÖ÷,“Í/U3¶1'GÌÊ#Ëc¥ûw'£» áÌ;iëw•Ýú°ºîzÚ6.‹ƒ±–êDÄÌ:ôjõ=°e¸o6ëZX³r!7ñ73óÚïú¸ìǘ>ÚÈØË9>#l–Òkè7X úŒÍ]üpˆ½Âu;/lô8¿o?çÜÞcù‚†¸insdíLÂû5á|r$k»ya“_ygN¿k»Åù˜Çk!„BÈ„”B<TñiMgŸ”kùøÓw„î=EÜ8?ÜÍ(A‰ÙÇôyg(Ñwk§ÕÁ1ý›|Å”½wZ6 Á h\CÏßÁl>p‡Q¾e³9›Wo»â•ðH› H0²<å*ûriݤ>NO–g?!e<‚°M ë5®E±ËÕè±h§úÍ$È‚èg©GæØFíeÖW·ðò «ÆÖk@ìúµŒy²Î>—\ `ê1æô«€-P·ª-‘;:±vÓFøùš˜$3K•ùý­Äì |ÁY<úlç›Iu ï5y•¢—kÐ'|1§ß˜N uÖòLnck~Žä´Žµ¥±ÒÝaãˆA|Wd»–äØG ˜s· _Oj€«*ç˜:Õ÷³PgÄÛL«½iA™ûÖ²º˜• ÄÒâ\Ìk¿Ûæ<Æ2/W¢¶åŸAMo…õ· AP1¬¤V6Ç”Ö-šà4kÕ˜Ò:})g^ÿê‰ù“wÖfôË“úXØÆ¬cײ±*„BˆçŸÜ²'„(Ä’¸¹m:ÝúS²¨+Î =¨‡¤x4f>+7éÆaNÅÛÔ& ãdT^¼®ð-Ñ·bÑ>¥zçßo‰¢¼Ò¼2Ü>Æß±ù»ó¤[G¹ ±'°™Ñ‰‚¤[‘œM€3a¯P,å¶"ç2Øðî_~`Æ·|YËœú;õ½šm«¦½gUœ:í}áŸÃœŒÖ-Ï’mÌË‘¬ëX+=÷·fØf-íÂGp>œþK®S#ì#ÚzX›Ñ{jʇ.eÙëÑ,ìÆÞ(]žúͬ\Èe,ó:ΟÆ~MÅÇ¦Ú Æ4W±¾kuêuŸÄ—¿ÞÈù6JOB:úÁCœ‰Õç[Þ™Ó/äÛØ}†Ž{B!„(r…”¢ÐÒ\XL—·f×e«fSJ}Ã;15õÄNe… ´š„£è _=žÝ_çÍÙÞÈ¡Wm ŠNŸ»zÿWTyisvå¥5§v) ÖÔ›³“yÁŽ*cëZ–"yÍKú%Û÷TéßË—mLçH¶ëX++нNˆó"wžAóQ{Ú–]ÂWÛãN¿rx™óéÀºíæ|Aïzé;¦2Ýtyè7sr!×±4C¾÷»©ý™ˆ½ý¿?KókYúÙ|F¶[ÈÌ7W±'¢%M 'C…ò)ïÌê—ü»ÏìqO!„O\!%„(´/à/ü8¾-^­JÕ¯X2Ý“Hl\)[HŒ‘ó~»Ò5©¢Näè¶3<Êrîfzû§Ro+;œí >:ž »5¶cÐ4…õKa}ˆ›H½iIåÖ„ñ+Ðla7º½4™!(›;EòFˆéíŸJ½Õ¥ (Bì–éÌýaÁ/Ýçš¾ÝÚYÞÒ ±kÙ¹G»öŽ|;ƒ~UÓÇ—ã~%ôûCÜoÙ³îÜC…S0–ÙFóE×ÒËêbV.ÍE,ÍÍżö»6ûÊëß|±-ŸêåpÑßã#w@íO1û´‰¤Äßæòñ²G4¯¤æÆîLØ¡!hZª9€Ê!êlN¿äW>Ú[8V…B!RBñÌRûã›…ÿ0,|"o¬1|ѸÚÙ“j<±W¨©2x «î!lѺÎpÀ£r0¯W,b¸„TåH­)ÛØä6žÉ£è6_¶îÔ²ŽŽ!%Moÿ4ê­r¥IøBúôÃ̾@U”ýVÒ±M£ì—·ð6oÇV/Q©A0•Ö/¦Oǹ8UjÂàeß2é ¯”_æÄÌXý¼Qg¸,Âã¶°Ëm"L¦çò$@…c)š—4|£˜Ê‘ÚS·³©øx&/OˆdÀ‘2õÔ;›I+Ú~0š}ç3òã¶´^g*2ŸEçÜßã7³Åi,aŸ½CÇpö^uè:o'ÓB½ õͼÿïZ™Þ&¿X++7š.ˆ¤iÊõ*5ÆýŸ¨,Þo­qôßЖ•¹®‹¹€ƒå±47óÚïùÜWž÷ÿdë¼ùŒ¹iø¦§ŠMxwÅ|^s·J›H²K$rþ@"n$‚«?§þÄìÁ©ß„éOu6§_ò'M¯…BQب²ù¯`=lð Ä‹õà>[6m gŸþ1!„žZ±Œv:fûÞö-?ñvhÆÅÝ~ÃßÑ(¤)nÅŠI0…/6íU"ò÷z.}Û4íý„B!ÌàP¤k¾ZIÇÎ]Œ®˾_vÓº]{nݼÁ²¥KY±d+„áû½q@tÊëAºÇ¥¼Ÿ²¾ÐzÒžN©È3¤„B!„B!D’ )!„B!„BQ äRB!„ÏÍ'·r >Ã`‰„B!žsr…”B!„B!„(P2!%„…ò«¦2.â4  !„B!Ä3N&¤„¢0ÐŹl.KvÜ$Y¢!„B!„xÆÉ„”B!„B!„(P2!%„B!„B! ”LH ! 1-7×öâå2n8»¸â\¬ ­àÔcÅðvÂqÆú¹â3æXÚs—þLgwW‚?¿Ž6u™.ŠÃƒhêWÂPŽg Ý¿¹N²9ÛëÿeרvÔ¬R Wœ]\ñðoÍèï/“˜¡ªwÙ;+”zå‹âìâJ‰êÛ|$cMKºÆ¦I©îi(³lÝ>¬¼œ¹ù–™Ž>î4¿9À]-( Wؽz+—%£„B!„ùC&¤„…˜5n/¿IØ’ ìܵuÓ›ýíHBüeÖ¤ŒA"§f½FËñ;pèô «ü‘u GÒ©¶¶æl®ÌÅ_r¾ø¾X¿ë–0Âÿ—\ `ê1æô«€-P·ª-‘;:±vÓFøù¢N_§¨½Ìúê^C~aÕø »~-cž¬cY™Y~9”íÆœ1_Pçý|¼?iBPÿÞLo¾Ÿ_uD%É%„B!„ȹBJQˆ%qsÛtº7ô§dQWœ=zPIñhôf–pã0§âí jq2*/^× ø‡è[±h¤[‘œM€3a¯P,å¶>ç2Øðî_~å[ó’n傯žÀf>†É¨ìêma™YÙá;p}ŠfÂÐoѾ6±þ—˜ß'åÖ=!„B!DÉRBˆBKsa1]ÞšI\—¬šL)õ=vïÄÔ”GH¡²ÂFZÖx!ŠÈö’ s¶7rèU[ƒ¢K™S¬©7g'ó‚ÓO{©°u-K‘,ûM©Œ’Ã.,-3 fß5¯ŽlDñ{ûÙy* jCE;É-!„B!DÞÈ„”¢ÐJ¼t€¿ðcêø>´¨` <änI;ø'õèJÙ¢pÿìEbôµpÈæšQ»Ò5©¢^ÀÑmgxÔ4Ó-{flo»ÒATQë8y<žR}jâlâ~8;¯:8Ì'rã1âš4Ìv}KËÌBsåÃðOãYludGŸ)®8–}ãká(÷ë !„B!òH&¤„…–½wmÊβOWR%4ˆö9ûoº›ÕlJÒ9åƒ0MSX¿vч¸©ë”UTnM?°Ív£ÛK“R"ñ·¹S¤!o„˜ÞÞ*·¦Œï_žæ‹zÐÕi›WÁ%ùç/ZÓ¼GÊgzØ“ªhc†ùÑ`fWþ§žÂ»müpM¾Ä±û€[îÊÌ,éò6¶D·`þš·ñŠÚÈ„³þLZ3‚)—Vé£v1¨nvÔXÂïkºRZ~›!„B!, §BˆBKí;ŒoþÃ°ð‰¼±ÆðÍrjgOªuðÄ^ ¦Êà5¬º;„°ECè:ÀÊÁ¼^±ˆá!{*GjMÙÆ&·ñLŽE·ù:°u§æut )iz{s¨©=u;›Šgò’ñôˆH)S A½³›»{Î7¾Ž7?ÙBÇOr(ÇÖ“‘_òëÈ\loSŽÁ‡bœ~™CMfŸa¶¹ûÈŽu1ê¼³˜Ýï,Î]½ÍŠŸñ·¬ÜZ°ìïÉ1!„B!D®È·ì !„B!„Bˆ%RB!„B!„¢@É„”B!„B!„(P2!%„B!„B! ”LH !„B!„Bˆ%RB!„B!„¢@É„”B!„B!„(P2!%„B!„B! ”LH !„B!„Bˆ%RB!„B!„¢@É„”B!„B!„(P2!%„B!„B! ”„@QXý´a½A!„B‘ïÚwì”ãûZ½N¢(R•J…µ•5VÖÖ¨TÏG eBJQ¨½ÚG‚ „B!„È7«W­Èñýäd 7®ßàÔÉDEE=õú¨T*\]] ¨ZråËakkû\ÄQ&¤„…žF“$AB!„Bd÷!A>8–ÿ«f±úQg¦­†C¾žÌkø«ê[4÷R??1ÑÝãçFóµã(>]#ŸcòŒŒ§ÚïBÆã‹Sù](„(¸ÏäBQ¸?³¥¼ôæ¼’N2½A B7pGz] '¶l`ÏÙX’½’Àõ#;Ùyüáç‚xébøã‹¹|±ëI€>!’Ѿ.¼w˜Çælo¬Î–¶%slôQ^>—/÷Ý&1/íûbš>7”lò婾O0¹fqÊtý‘;:P”x®Eî`ëÑh ª…ý¥‹æ÷Ïg±ýšü.[s•óÞ§C7YðçCô9­û,õ­.†cdçéØ|­KާÑï2_œñ(1}¾Æ³¼äõ ¿Dþ+¤„…B*Ý_ùE%ŠÍí+ðNdÖu]ºlãÈO¼|ðñ*ŽZe¸ŠFIùx¦( Jâ9–öí–¶{ø-Э`®VJ­ƒBJ}l°³[Û´÷rb¬Î·å¥Œ±yòpøôqÊ…ÿ"¦`ÁR±ìêÈëî?YbW¬"õÛÒmð0z{bÑßåUŽ”õÀ¿lJα°{g6´ßÇÉWÜ䪎|3éû4_?<ÚVbȦcTïK¿v}(ut-¯{ùß³Ô·OŽ#ŠyÇ|O(QüØÂ›ž7Þf;Ïhï™î£gò%æÖ äò?pýÇ–8ýWý.ãñÅÓ¼g!ÄSµbÛVl=M²N­µ}ÚV¥O›€BÝf™B¼XÚôzPô†n^}X8·#içG*ÔØÙ8ÑmÉÏt3l2‰Š¢GÑëÓnùSÃÏц'·¦ÔAåDI5®¥±6§Æêli[lÊeŒMê6Šy‰ÅSˆéÜY3P€‘£Çš•9/ÓòèÎ}(Ó—/"^§¤þ1ÿ^=ÁžuKÞr +Gnä§)õ)jî9myú¬ÜKCá™þ,-'ù3îÓýãiÄÔ¶-&oát¿hÔÅsx.ݳԷŠòtc’Óxº¹šî¯—aÏÎñÔtTe]?¿ê“›~—ñøâŒG‰iÞÆ³ÂÂa¤X4¹ûÅÖÓŒ|«j+ÎߌaÙæôní_¨c$·ì !^¨_z½á¥(€SEkSëÉ«å@s•e!nT깇¸”õõ)ŸùÒo÷‹¦Töt£Œ§õgœ#QÅoŸt¥E e<Ý(ãéI“ޝ½ææö¢…_1ÊxºQ¥VG>ÜrD}Z™^‰×Ø:õu‚Ëʯڸ/«¯¤«ƒµ~Uý ðwÇJz½–›ßõ¦a•â†}{ùÐvØ—œy¨ä\gKÛ’Ml éh8o½Zʰ®oÞùì7þMN©küq¦ºQsBJ,ô ÝMÏ2n´X~MNõÓÅóך÷èPÃÓP¶·/í?:ÆccqKyÍùtsfÍ`î¬ÌþtF¶ë¤ÏÌWÑeûp®D­àú4iÉë½ÇðÙ¶ÿcǻޟӓqûbЧ®«½Ïo úѨr1œñ¨Ú†÷¾:ÅÔçV)ÉWø¬Ž3ÅßÜM\ºýß^Òw'gœ©6í ‰ÙÕCû€ß $Ä×G'g=ªÓíëkhÌÙ¯îû?zƒº>ž†mŠSsÂQâ-W”ä;ì™Ùƒ:Þ.)e¾Æ„M× uÓ?æìWÃhR¥¸a;÷Ê„Lþ?+ Šî_v{W«”L)Ó™Ò¯tdüwñXŸ¾=¦ê|ï·á•Jž8¥”Sܯ#¿»DBú¸$^ecXªzÖñªÝ‹— 7Ƕ›jc–W2׿íIÒ®8:¥T@Z ü‚“ôFsÇhßšj{ü1Æø8SytJ=%nŠ9SwÉ5’Mõ‘ºdÈóÜö¯¥cÇ£>¯\ý„ׯçVr¦mÓ¯kQ_˜Ñï2e<]ßÇ¢•h8 Ýú挹œúÝœíÍanr½ Ƴ¼ä%¯§v¡V§G¥‚#ßE«Ó£Ñh ýyš\!%„x!&¤Òþލ<ùZ]2ÉOÞUamcŠt·¡¥ü K ŠvXÂÊwý±C…{ylô·9»sç\‡2on <•X{”Ç–Çü9³o/±¥ë‡ßò¡ŸŽS«Æña¿®8íÝû>™®ÄùA;­L¦é¨ÅL­éBÌ©M,™ùgVœA IDATéêäHý…¿PÿIk¬p©Ñ…ó{Q²˜ ±'¿æÃ‰£x§lmvŽò{r;Y–:sζDg=¯Œˆ`D5·ö,äãiÿ£·Õ!~T ÛLÑK½ý1벬õP./aÈÈÕXõ]Àš×ý°»Â-»ÒØ`üö„y³g2oö \]‹¦ü<PxoÔØs#§eéoo2|IMêŽú˜+ºðãâC„7n…+‰œœÑŽVŸÜ%dô|ÖÕuææŽÙ„ iÆ%ý¬ïY%Ó­Ž)å»uZÊúQØ¡ÂÁ£¶YnÃHäÔ§íh1ý †}Âêol¢n’莒À SûÕÅrjëNN¹cù¢–”Tby\¢j]töË•Çý¨-íÚ:c³ýõÿâ}Æu§Ãûaó9¡C¾ÁjÐglîâ‡Cì®Û•6Ô[÷óûösÎí=–/hˆ›æ6GÖÎ$¼ok"YÛÍ sb¥{ÄÅ_r¾ø{¬ˆh„›ö.‘ËÃïûîU0ÖW JÇ·¦ûr-­Æ-aVmW¢Oldî´#i·¹k»‰6Žõ³Ëò·<·À7 [Ò›ÒÅm‰ùó+ÆŽAOï:ü>Þ/ëƒýö­ý•ùváô¹˜’7Irècyü$çâ9–Ûþ5q¬Í²ÏRˆ˜Y‡^­Ñýe¶ ÷Å!Kûr®O–¾0§ße<Êx´d}3Æœ’c¿ß7½½91Ì2ŽÌÉõÏBˆ§J¯Ó‘¨%îQzE¯“ )!„(T“Séøk2!å'§[P‹y§¶ÑÁ%ýt‰ñ}ª‹U¢Š_@ÚóŽ´†åveÑ´Q0Ž©ëGogþò‹ø„ýõ* PÓOÍÿí~ƒ·\aoºIP¢÷ñÙê[”ð3 G½bx~I°?q›Ö1cSTáP¹¯UNù1ȇ¤m?0dÿiâFúQÌX-k ÚèlccWç=FônbX¯Á«¸^ dðçË8Ók5ÈÏìú%»z$\»I4NÔnØœÚ/ʼœ]_¦˜Ÿ25hÈpFÀì™áÌ›=²”Ê+•“?*¦K§¸«i…Kü>œţÏv¾™Tד&¯Rôr ú„/æôÓ ´Í¾,»â•ð0úÌ%fÓç¡D߬V'­_%f‡Ùûµ/טÖMê§=³Gír%jáK.0õsúUÀ¨[Õ–ÈX»é ƒšÞ 'ê7nAƒ bXH­Lu¶÷n@ëMpšµjLé ¾”3¯HõDóceïÝ€–ÍBp×гÇw0›Üa”oY¬£ö2ë«[x ù…Uムñk@ìúµŒÉ\ Û8ÂÏ7ÓóÁTñiMgŸÔƉ?}GèÞSÄóÃ]e^ßšÕ_fäŸ.Æt=FíËsÿZ0Rpª9†og¡Îˆ·™V{Ó‚,«Oæ¾PÌèw%FÆ£ŒG Ö7gÜäÐï$˜?"rŠ¡M–±jF®èxB˜}îaÁä®^¯'1)™ØÇEA¯ÓúÉa™BzæÉ¿“’4 $“¬Êôgáœÿá‘z$´v¦œC2Išd´z@¯%)Iƒmr2:Ð'“”¤Á:) è ??ù¼«Ë´]ê>¯þÎ_‰ðÏÔšTžš±nΗîò(©EÒ-Kºz„KÉöÔ/‡U’†¤Ô²@1”õï§nïžÇôùkùíìmâ­pLÖCµ‡›7‹¡ÃG1ô½Ñhu†ûò†‹µ ógÏD§Õ1ô½ÑÙæFNËPÒÚ™¬Ñ Ñ§ŸРÓŠŽd†G—ãT¼=¯´¬‚Z£ÁPš3Am|à—ß9v/wCyŠ^‹F£A“œŒ^1´?Y£ÁÚH.'¥”ýr‹ÊéÊÎøžEû}rœýò¤«‡8›7Â^¡XXƺ¸\¼ƒ~H_F5ý‘1]«s¶m(ýûõ£KpJÿd[¦Á¯ùÂØƒœ¸ŸH…{¹¬s‘²T)û®ß'Aã Wÿà‚ÆžêÊcºŽ6eÜ*ɆírÙÆÇš YÆÚÍs™øé·ì=ýmœpÒè¡F5¸dî<#}kVÍfÛ”±£×Úeã›CdIî´c™F£AŸ—þ5q¬Í2v-É(ýÖ"ïo@¯Ðñ4üå”úúä‘…}‘dF¿Ëx”ñhÑúɦǜ.‡~ÇŒíõZÓ1Ì|e—Y¹^ãY‘o–o9Í—ÛN“¬ÕžS«(¸99ð81™¸G ¨…"v¶Ôè¾ôÉÕ»ÖV0àA îüªLH !Äó"Ã_ÃCÍ(RßÀ@ÊdøÀª]ÚÄ3¬’éçôÿÆør½kj~´‰j½”n_*l]¼pH¿n†ª¤+GI{è7Ù¬Ÿ|ùsõŸË£1wjm‹‡u–Žfèð‘ >2KŒ†¾;"åÁaãgÉ-{éßÏR±gÙwìêàn›õ[Ór'm™bä¡'åËå'|Ïúü‚\í7Kû2ÕE¯ `M™[˜U×1cîºzá v ÷šã49ø=_,þŒ÷;F0«órv.x O²+S!u¶QÑ+¹¯³b­5éþr˜öì Ï%J-.‡¶›lc¦þÐ\\B·³yØùc–ϨK)ÛÙ5º++Ys#C=2õ­YmG…µh“µ†ç“¥ï«Ô¼QW4Þ6&ò8/ýkCîÆŽµ;­g|NÏÆ]8¾"]uéÚka_(fö»ŒGf¯oΘˡß1g{3b˜å0bNL b< !òÍ[OÒ¾öjë'cN§‡³Wîû(‰$Žõ|°S[î$Pàa|"‹ˆ,TRòPs!Ä 1!•öPs½>íÃ^êÏ_O>g\_¯7üŒš—ÔÖÄvz½‚g lu\>ù÷ •©P1õU‰2ÅíQ2í߯³&Uì9¶õObuiË•”³«süå߸ˆÝÞíAƒ~Tö_õ“øFëla[².Ïf½ä»ü¾í/(U›JŽ*ôVΔr…¨¿.£ÍXŽ¢˜ª‡‚^±§t·yù^6‡UåÎÆùìú'9K Áàa#ôiÖ÷Óç†Ùf&Ó2]4¿ÍÂÖÇEéпΊ‚méWñ³OäØŽ³Èy|é;º'M_ñǯÚ+T/¡Îš&úÖ¬¶[¹àå Î^$F§¤`+™Ú‘SdŠYê±,_ú7—cGåÚ€)ŸÀñ§©,¹˜¶­¥}aN¿Ëx”ñhÑúfŒ¹œúÝü1›s •ÜäzAgyÉK^ù2a›¬Ñ’¨Ñ²é׋l8`xmüõ<Ç/ÜãQB2âØõרúû¶¾ÊŽÈkœ»Kr!{й\!%„x!&¤2ü;ý_‡s¼¢!õ¦#îÎðèØ~>íKOªùáá®Y,ß<Œ "øGÿ*B²y*€KCw÷æí/û3ô¥±¼Ý¨"NÚû\¹bEýî¯Q&óóK\ê3¤¯o,êMõ8z7­‚³ö §E•lÿzjçU“²ÌæÛEßP¾K Åísá6­.6FêÜÔ¶d71$Ý:Äþ_m(¦½Ã‰sYpØŽ3zQE­ àIݶ~(³>dÂ\…nµJ¢Ž9Ìíd°Jýðm¤~mþfý/ Tð/‹³þ_þ<~lýpµS压j{žÃösE‰'êúiö­ÿ’µGRcèZ>ªïløó•KFªB‹y}PìúÖvâÖ®ùLÜ­Pæìm¦ý6%yÙ¯±Ûg²àÇáÔ}é7ô¯þ{÷'W]îü3³%½÷@è-‚ô*U)WÅF/RlàOQA±¢HTÊU®X ‚(ʽ( ¨4‚JR·ÍüþØÝ°Y¶…lÙð~ûv³3sÎÌsŠ{>û}¾“wì»Ö2ó‹eôn9õØuó¦KÌCNÏ1»­“!‹ŸÉ3CvÎ[w{ëíðþºüùèÝrêÑëdÿ¯Ç<Çì¹AF5?›Gÿ^“=~KÖxöÖ|ë–EÙhÆÚUy6÷ÜÛº}ÆvØ> ¿»(ç\¹ {®W—Y¿º4gÞÚ˜-Ï<:3U“A¯ð5W—î…­ëõúœvÒ&yã‡çúÓsÒ>gtóã¹ï¹ÇÌ+|ët:>OÛ6ëäK¹ê‚«³Á¡[fâà…yø¹æ’ÓênÛöá½grv=pÓT?fN>»’cvœ’ú¹wåɦ¤¦í½7>Õû6xéÏÃ2iT2ÿžä'™žg¬øöíó±Ó©>÷=-—ÿóìÿõ§¦}û,ç¶èËvw<:—ëñ5½s=o÷ÞŸßå{ïT×I}Ù×Gp<Ë¥¹¹)ÍÍ]H¥R5øÛìŒ54¥¶A¥”²¤±%‹›3lP]†®M©íÎR©”Æææ”KÕ466¤l8U­.E»»›eZJã³Ç©'gÛ]šÏ]¸Ov¿|¯ìxú¹9ää3rÙ‡MJ£3ýÝ—fïݦuj·i7,[œvC®ûé|ù;gæƒßjN2ÿ‡ß¿>»í±WÆŽ·\ë½ñ‡7ä=GgžþO’äÊ›ÿœ7ﺙ B’ä¦ß<˜£÷ßbé¿{ô‘ì°Óëóܳ³§?4ÿ+—ï½c>¿Öuyà[»¿ô b¬v;ŽGÏðZsÛ-?Ë[:¸ËûrÝ5Wçø“Þ—¦¦¦.ÓUëß6G^™Þ³W~ý—§3fD}~{ÇÝùÓµÇ/ó˜R©´tÔTw®¼âòôÖƒ3z̘.ï2th®ûηrÐÛév/¾8/¿þåmÙoÿ·$If=ùD®¸üò\tÉe?IÒÖÏ]˜äÅ$sÚnÏwøþŶû·=¾9IKZ'˜]Úsl„°Úk?Ù—J¥4µ´¤¦\R”׸–J5¥R´)¬Üoéמ&†fõ;×âxÄñ t?BªR©¤R©¤¹¹yÙ¹n[*©««Í Áõ4¨.ÕJ%‹/^zS*•R[[›r¹œryõÝ(^3¿TM34ÿxòù¬·ÆØ”…R¯Y-•jþ1ëùL;\ µR¼Ž×À.€]ÀâxÄñ ¯½“owTccc/^œæææ¥U¥Ò’Úºº \—Aõƒ’$sæÌY@ÕÖÖfÈ!©¯¯ïu”Ô@!^3¿Tí¼ùš¹óþ'sË]ÏÆïY¯]¥R2iìðìÞqÄÔ²‹Y}§Hô£jÕ\¶½Hô“R©”E ¤Ôaî§"T+-ËÌ7µªHôƒR©”Q£Gç™Ù³3iÒ¤B×ýì³Ïf̘1)•F(U¶»¬¸šrMf̘™ßßuWfÏžJ¥’jÛ|R+ëV©T2{öìüî®ße“éÓS7¨n@ÔÊ)€~PS[“uÖ];•JKîûã½™7w^*•ÊJ]g¹\Θ1còº-_—)S¦fè!¢V)€~RWWŸõ7\?kN›–榦B&7/•Ê©T×F•DRý¨¶¦.µÃê¢æ P) % P) % P>e ŸT«Õ466¤©©)•J¥u–ËåÔÕÕ§¾~PJ¥Q'@?¨V«Y´xaæ¾07³f=‘ù/¾¸Ò×Y.—3lø°¬¹æZYsÚZ……`+J Ð3çù9ù×ãÿÈÌ-·ÌØqãS.—Wò:òÂsÏçÁïÏð#3~„464¬òµHôƒÆ¦Æ<õÔ“™ùº-3~ÂÄ´´´¤¹¹y¥®³\®Éø‰³Y6Ï#}8S¦®!x­¨V*Y¸`AÆŽ—–ææT«ÕÂÖ=fì˜,˜ÿâJ‘Õ_Rý¤R©¤T®IKsS¡ë-×Ô˜ù£@?«&ŽŽˆRýLÕ3@ªÆ©^”•€"!ЪѲ×@¿2©yoRýLÕ3@ª!Õ@Až™ýlž™ý\ªm¡U5yYxUmûw5ÕÖ¡V¥dÊäI™2yÒjS@?jÍšº!õô3Ïfܸ1)—Ëm9TÛãªmÔÒe¼ôó–JKf=õŸLž4qµ©‘@   •j%•J%sæÌMû8¨e&œ*-ýOÛ“r¹ÔmÀ5P ¤úQsKs»¼¯¥©9sæÌM©TêúÉm£¦J¥—B¨æ–Jš›º_æ@$(ÈÄ ãZçjûßÒV½ :ކª¦šRµ”)S&®VuHô§æš8qB&NœðÊ»µí ¤ R­V—ÕCÈÔ±­¯T*ußæ7 ¤úQ5Õnƒ¦J¥’–––ÖÇõaÄS{USS“r¹¼ÚÔ¨l7(V_ÛïV·O×kg„@ªV{ ’ÊåòrMí£¤Ì!Àr[Ýæ‚z¥´ìP(#¤úQµºúÎýÔ_Œ PFHô£jªFHõÂ)€~R.—³háÂWaÍÕ”Ë'æ1B  ”Êå >< ,ÈÐaà ]÷¢… 3|ÄÈT*•Q+#¤úA}]}Ö\sZ{ìoY¼paJ¥•¿ÎR)Y¼pa{ìoÙx“éijjµ2B (ÌoïøUöÙoÿ,Z´pé÷«‹AƒeÍikeøˆ‘yä¯eÁüù+}ÄR¹\Îð#2s‹-3yÊ”W©]pù ¤€Ât  „QÀê¨R©dü„ ™2õ…ÍéT©TÒÔÔ8`¨D hÑ¢…]~°:ilhHcCƒBôÀR@a~{ǯ2tè°—}Àk‹@ (Œ–=-{@´ì!Hˉ@ (–=-{@´ì!Hˉ@ (–=-{@´ì!Hˉ@ (–=-{@´ì!Hˉ@ (–=-{@´ì!Hˉ@ (–=-{@´ì!Hˉ@ (–=-{@´ì!Hˉ@ (–=-{@´ì!Hˉ@ (–=-{@´ì!Hˉ@ (–=-{@´ì!Hˉ@ (–=-{@´ì!Hˉ@ (–=-{@´ì!Hˉ@ (–=-{@´ì!Hˉ@ (–=-{@´ì!Hˉ@ (–=-{@´ì!@ÁRJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ gÃã¾IDAT@¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RªV €Õٵ߾RV1)`µõ–ƒV€U–= % P) %VýU¹œÁC+À+TSS“¦¦¦”Ë«F$Vy#GÎâÅ‹SW_—R¹¤ Ë¡¦¦&µuõyú©Y9jô*ñš|ʰÊÛdú¦¹÷÷¿Ë¶;ì˜I“§¤¶Ö©  ¯ššš2ë‰åÞ{îÎë^·õ*ñš\Õ«¼)S§&Iþ|ßóâ¼y©T*ŠÐGår9#GÊë^·u&O²J¼&0 L™:ui0ÀÀf) % P) % Õj5¥R©u ¤€WU¹\΢E àUViiYz¶Ò¯•x59*ÿþçãY²dq*Õª‚¬Z­¦¹¹9‹/Π2r䨕¾ÎZe^Mn¼qøË_2}ÆŒŒ9RA ÖÞ¦·pÁ‚Üÿç?gó™3Wú:—+úΕWØJ@¿?abfÌœ™¿=òHæ¿8/•JEQ V.—3bä¨l>sfÆM˜¸Ò××ç@jý 7´u€Wìá‡èñþ1cÇdÌØ1 ¬¦o:CzÐç@j‡^¯Z}0oîEèA­B£·î‘å5PGb™Ô  ýÝ6P ¤ ¢­UY ºÓ˜Ç¯ÿ|¾rûÒÔÝCªKòø_ʹ·<“Sþjy6¿üü±9öÂû³D½VíÐívY U^Ì}W}:§_ñðªñ^þ™Ÿ_û›Ì¶SÀk†@ªÿ¸*ÇðÒüòŸ Ý?¨TÍ‚GnÊy'|$?zz¾’ª.Î÷ÜšŸß÷²!FÃýùì.kf£Ã¼R.W«öµÔ‹ηO~c6™w^pX¶_{BÆŸœéû–ë[’ê@­Jå…Üþ¹sóÇõOÍ—]'uÝ>pH6?éü3â–œyá³è¬ªáŸßω[LÌôSïÍâ•õ~É¥G¿;¹þ_Ë^|–†g­é›e“õǧ¾¬†+®1}åÈ|ø†RÞ~áõ¹ù§?ÉMgm—áƒÆgƒé›e“µ‡wÀX¯•¾_ ´u 4«SMšŸÌµG¼3—>%?úÝwòžµêl_x臢)_uxÞö…ßeÚû¾žï^ý…ì3ï;9ñÀOäÎy3’jžuS¾ü“Æìuê¡Ù°¾—Û2'œ¼Ež¹î+ùõó}¿•EÿÌíŸÝv81×Ϫ¾:á]ýº9âŠ[rã™;gtI WXËs¹÷¶¤~×ÓrÚ;÷ÈŽÛm—­×‘ÚQ;åÌý"W±^ê_ÅzÁ*§v¼ýÿ—?|÷ÃyýSÀkÉŠRKîÏ×/¼;õÿõÕ|ý´·æûs¯úh6xúÚœûógRé2Ix.·ž~@¶ßtŒßÚÚ´î.ÇäKWžŸß´UÖ?!ã&l”]ßûÍÜ¿°ÃwóìÜqÁÑÙu£‰7~BÖÜúàœqóiXºÌ³Ã¦k/]æÔ-ÞœÞðx–6@-ùSNß|B6ûø}/Í›2ÿ—yçÔ ÙíŠ'ÒÜš*ä™_]—?Ôì˜Ãv×Z ê¢üõÚgßkdÜø ·ÆfÙç¬?¶Æ©Íû¼33ý:ß¹{nC‘–üç†ä„oÎÉ~^–£ÖèËsšóäõÇdÛõ&µ¾†É›f¯÷}+t¬OË ùýeïÏ>3Û^ç´mrÄuO,Eñô{g¶ÚlsöÃihþW.ÛuB¦ú«Ìï°Œ».91oØlj[Ìi×>˜ÕŽÛ®—:¯ª5¬<Ÿ_~êàì;×Ýú·,~Çä {Y0°0¿óÿòØ„ä—ìžqKÉ÷ÏøXÎþèÙý”3óõ¬™ê_¯ËÇÏøXŽ^o§Üù±é”E¹ï‹ä­×å°/\—s7mÉŸ®üx>qä»3òÎ_æÔ æïwþopJ.¿èõÛòLî¾òŒœ{üa™8ãöœºq}ßÑ¢ññÓrôÚÛç·žAY’.8(o:ç©ì|ÒòÝ×JÍœYiØbBêò|’dìA—æ{Ü4ƒRÊIë§>ÿéœ.æþóÌ›Ï}&»ø‚\»ýˆÌúÅ…ùÔöË?ªÿ›ï:-µ•¾Ôy­aeA½ã7ùë¸SrÙ…»dlãÓùÃõçåœã÷ΣMwæšw®™ÚÊü<ð³[óÀè÷岯¾1S«ó²`Òz©ïKmÚßËŽç䦳wȰ$µ£×ÉÐÜ[ø>×óóûk;§›ýªˆ}÷¡>Ë=ž3Ö[ÁçoðêžÇz¯{Ou}¦õ!ÓöËiŸÚ7ëž›{¯:=_Xf=½l·Ž•.8(ûóïìxÒsõžëfðœÿË9ï;?¿zh^ZÞ25µ½Ôá”Úž÷@ •æþ9ž' ÉÒ®¯Ú1Ykl²à©g³¸š ë¦lдó†ÝwɈ쒙¹-ß?ô_Ùå]ïÈ›6¬Ovß4 oúQNºõž<ÚôL™wGÎýúcÙôŒ»ó¥£×M]’6­ÏÝ¿8$ß»ñ9åÃCÚ–¹KöÞk÷ŒH²ÛÌj~=ãäÜüÛgòÁ§õíͶÌÍãÿ^œº)ëg\mûžÌ ‘wÛ;;o56ål‘m;>§nb6ž˜<ûÈÓY’ô!LIR*gùºäJºÑ¾9x£¶n»qnþ~Žþõƒ™ÚôÔÏûMξè¡L<êæ\{Öö¾ìuikP8~ýlºÙ¦/½¾æe×Pû›œóµ‡3áÈ›ò­Ówh]ÆÛfÌã[å¸s/σoûl¶¨Mïu^ekøÒkß÷ {dD’½öÞ5Sߺm>pÎ7óÐAgffMÛcÖÞ-ûî±sF,­Í/ú\›šQëfúf›.}n¿Ïõôü~ÛÎéf¿*bßíÃGÃU_èåœñÁš{þÒsΫsë­îÕ¹=ÔµíØ´á~yûþ­ÇÂë7oÊ/g¼¿ÃzzÞnƒÒݱr[νèÁŒ}×÷sÍgv˨R’Eõ¹aØùmñbïµ=nÏ^ö`Àë—©¬«¯àžÎ†LÙ ã27³æµ}nTyxÖ˜62Y0;ó[’ƧîÉÃK’‡ÎØ.“ÛÚTÆ­wH~¼ yþñºl…*Z/KæÎZŽOÍjiÈü†dЈAi¿\²ù{sêJùá{¶Ê®G|:ß¾ó‰,éøÖʃ3bPRY|D1—ã+º€š1Ó26 òôs‹SͰÖ+ÍsòÄœd؆3¸¯CXjêR“j*K/:J)ו“J¥5ÖªVSMMvüÒOrþN/¯J©=-C3»«…¦¾&©´´]=•Ê©-'ÍÍÝGeåA>(i\ÐøÒüWƒ6È1ÿýçìõÛëóÍK.Êi^œóÞ~en½èÍ™\›¤Ò IiøðÔ•WΆj|ì²¼ûÐó3ÿm_Ì7ÏÝ1SëgçÖ¿#Ÿ]:Q[Vhròj—Ë(u¼¯ë·lWÑv§TZúöWBmú’¬„zõðü1ýµ_Í}·/Çr¯çŒ'{9^Á9§ˆóXŸçå­ë²ëéu»u§¥)-©M}mù•×vО÷`¥8ðàC [× _ú×MÙ>;MJ¸ñ™Ó>ãß¿Îíÿ)gó7l”!ýôBë§n• ë[òèŸeÊFgãÛoe½ICúvÍU3:ÓF'Ï?ü÷t;¦vtÖ]spÿó÷<ß±¥­4$ëìzD>ûÝÿË]ŸÝîW+eßíñÜ÷sFµËíÒ/眕qëëñÜS]ûáœÓýÿ'ÌÌ:5‹òÇÛívò>Õ¡§ýX),˜Ÿ æ²®ÿ[óà™9áämòíOž’“¾ü¥œ0s^nþÌ9ytâ»rÎ~“RÓO/´4v|ô˜u²ß¥GåЧ總6̨ægóèc5Ùó˜²n_®¡k'g÷·nšêgÏÈû¾XÍq;MIýÜ»òdc:¼Î¡Ùh¯“Oþ:ÏoÖSJÓ¬_䪟/ÊF›¯Q•gsÏžNê7ÍØ!­+myîO¹ë©úl¾ûz­á@Óc¹p×óÙ±_Ï#7¿5ãK+þþ¯µ]ÖÉ9¹òüïdÃöʤÁ óðsÍê³{>zìºÙ÷’ÃsØÐOä¸Ý×ÍÅOç™!»äàݦd«M‡fÞOÏÉW~ð¡ì4ì¹ü»²}ÞùÆN5³[þßIgÏ ŽÌ±ãÏÊq;ŒÌ“·|9§ßVÍëÏ?13çeóNumÕ¬a»†»¾’³¿¹ {­_—'o¿8ŸúEc¶:ë˜ß_ÿÕ&IíˆLÌ¿û†üä/›å ™£V¼^ôôü~{/uÝìWû­µÌÛ+eßݯ÷c¹×sFçí0£Ó¿7ï‡sÎÊ8õ±î=Öu—?çt›—ß3›kîš“}ÿklšŸÿs~zÑEùø“­ï±ÞyÿççMãËIšóÔmß̓wÉ;ŒnýË~µ1 “a“Æõ½e±·W¾ñIùö…Oåƒçœ‘w}·±õg#'gÆ›'gP©µ>Û~ê¦ü`ì'òéË>šÃ¾Ö’ÔÏÖ'^—vß2{|îÂyôÇrþ{Éù¥1™yô7rÀÖî´–!Ùâ£?ʇ<Ÿºäýyû¹-´æöyÇù?Íg[k9>ájÕ¬áKÅ\’»¿vR.{bI2zz8ã9÷ø Òó.Ô_µIRž˜ýÎøPv>îk9í‹ÿ•}þ{ï¯W'=?¿ŸÞKit×ûÕ¾k¥¾´’÷Ý}×êýXîõœÑy;¼áeÛeÅÏ9+á<ÖǺ÷X×]Æ®ø9§»Ö½Ò˜ìqîM¹l؇ó¹/•5”2n“Í[¯r©Ou˜Üãþ ô§ŽmzE¶ì•ºøZNRsòI',ùêÅ—æ…çŸ{ímÊs¹ùˆmsÔ§æw¿x_Öïé"qñ}9s§½ó½=nʽ´}bÙÜ[ò®GeÁù÷åÇ×ä%ÔªXÃæå²=·ÉYk]ŸG®Ù##V§zÁ*¬úüÍyûæGeî9Î-‡Mí·‘³ÀÊ7ëÉ'rÅå—ç¢K.ûI’†$‹“,Lòb’9m·ç;|ÿbÛý‹Ûßœ¤%I%/ýi»êÏÍ])ÏÞg|83þznN»þ‰>«!½üÔ\öüùÌ©Û, =vG±wN|Ä”ÕP ¨¬:óÏ›¾‘«~x{îúÃ}¹çŽrÞ)ͯªÛç=»NFÀ* ã§éu÷ýÊæóŠºQ¿á{sù—fçãK=|ŠW%5SwÏû¾vLžúR)‡nó…Ü}KJµe5TÃB꫌ê’̺ç¹ðê{óäüj’Á™ºÕ›òéï.‡¯mŸ€UAwmzZöxÕiÙàéK›^‘-{)€Õ\_ÚôŠlÙ3¡ÀjnÁ‚ùËõ}ª]ÜÒÅ×>1B €B ¤èMçQQ]–êøØõÚ²7ëÉ'”൭ýSòÚ¿v¢–«…¯Ç@ê”÷¨Ü´t¸U:|m¿%Ë1T©‹¯å$5m·ú$C’ K2"ɨ$c“ŒN2¦íß#“ m{\}ZC®š¶åt^>«¶Ž£œÚçæ$I'Y”äÅ$ó’ÌI27É mÿžŸda’%I²lˆµt¹µ½¬¸ãÊÛoÍnMm/¦=„JÛcÊH D©ö<¨1­YPS^ʆ:N}jÝ«ípg)]÷ÿUóòD¬ýE4¦5íj£ZÚ–Yîð³D 0´çCó ¦´Ž|jýÔ1 êLUzX^’îçê̪ãäU]…Q1¡9Àꢧ‰ÍÛGI-ÊK£¥³ì(©!Õq⪚·t¸¯!I]^ ªÚÃ*#¤žŽARljÍ;vÏ-βí{í£¤:Opþ2}!Õž€Õ´­°s›^Ç0ª}tT¹ÃòRKÇ0©s]{ÔÞ¾×UÛ^ŸGHµÒ^ÒõÄUÛðÚ_Dû è8wTÇÑQ¿0pt%ÕÕ<ãí›·R½†QI×ñcúš:Ü×þóò‘Q¥,;B €«ã<ãGJµOñÔPu5Bªór’ô}©Î/ =ê8*ª”eGQ%FG TÕNßWòòl¨¹Ã­ýgË=BªsÛ^%­!SW¡T{_M–¥U`õPíôµ=lêøiz-¾v ¯:/'I÷¡QçQNå>|íøP•Õ Xmý Î,d rJIEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/cact-command-tab.png000066400000000000000000002400231433352025300236710ustar00rootroot00000000000000‰PNG  IHDR¤šƒ7sRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÛ &U° IDATxÚìÝwxTUÞÀñï½Ó3™™ôNB$t) ˆØ±ëº¯«®ØWßÕÕUwu­«û®«+¶µ·uÕµ7TTÄŠA¤H/!”Bz™L¹÷ýc&a’L %Hù}žgžÀÌsï)·ýæœsA!„B!„Bˆ}HÙOÓB!„B!„û}o$¢ì'i!„B!„BˆÇ¦”>úž©„B!„B!ú~Þ‰²–Wzño!„B!„BqàÑ{ñïîÞ‹Jك唈WÇå”]L_!„B!„Bì_ô.þ¶þ[g7S½ µ-sì·jRB!„B!„¯¹/ý-–轡´ˆÿG{å;Q{Øà„ËïӬɃ¸øŒ#¥V„B!„B!böì±MÞʵ|òôŸâÃoE´.þv L)t”ê. ÕŒºêòKØ^ã–ZB!„B!Ä!¡ºÞM ¸{ƒÅŒ•DWÌ™î§L&Ô~òôŸÒi|Š| ÅZÿߪǠTW©vÁ¨²ªfi…B!„B!„8dT×»©ihfÕŸïÖ÷‹ÆNCÓôNÁ£!ÝŠ:>`û'Oÿ)¨ÈW âßJøo«nƒRÝÙ³& ¥ Gïaô6°í˧hZÿ%ZÀGÐß‚ðaMÊ%õ¨«‰$Cü„B!„Bq`©iðPU×ÄšŸ¾`Ú‰g2¨_ü.}íÖZ>ÿø9€§í€LÚbC±„Rˆ—0„ÿF£¢¥:éêéy{Á­Ú¹3®ÄÝâï´@°¥™íóž¥ê‡—8rd>“Ffcs&`2[0( eU ¼úþ×T»u .~kB€UQQ iÙBq°Ò½ìØÚ€5=—I´z`×¥ŸºŠjjšü˜Ó2ɲ«½û^ÐKmM#HÌJ¦·_ ƒ½®wwBqPØQÓÄó>bò±§‘–»[iü¼a;k~ú‚±“O"5œÆ–.ÀöªFÎ}¹/ým;Q¾/øÙ{ªuˆ_ÛÙ5r}=MjN´ÎQKî™ÂQŠ8åÆ ˆ·Ø\ZIuE5…YT4ê )*âo㦲øÇ…<òÀtü£/aÚÅŒ8’ ']*-[!ôû´@#ÅËÖPⵑ7¼<‡E÷Pº¾”äA.ÊýÌ–Ì¥ÚP÷Ǹ”æÇíñ%†£Ò}¾¶ÊëUÞ HðT´XÝß…gã66è=ß½TWlÇoŽ¡ Ÿ‰m¥•èûo B×¼ìØXBqy=î `ŽgȨ<,¥«Y¶Í+¯ˆQY6Ti³|]ï³}@Ú‰B4”ð2-!– ¦ïV) Ö„Ój­hévG(èÔñ2*í;±ùñXÂih›øvÉ|ØÈ?l¹{¡!õõ>°ç'”Z~þq 6‡#F¦aSÎc›BìïTeçQRÓô=N«5¶-ÝÙŸ׫t¦O;b—Ò¨©«gã¦2±våç°}Gµõõd§Å“—‘@ES×Û% å ¢¼€'" ˆŠ|E¤Ú§ºÔ@‹²æØ8Ê~^Gæ¯Ïæïù*”/åwÏl'wDïo0öË€”¯C2ã3@"ãsƒÌÞê''3—´’%ÜþN¿=.Ÿ3.GÝ?¿gE\!Ù¶ýã¶G÷W³te?ßu:C³ËG†! t¨]äËGŽÝò‹Ý´i-•¬XQEÁ„!üùœ 'šP R»½‚ù ×ðæÒjr†åoÜÛy‡·+:¥Ðãù;Úçš®£íw§}ú 0O=†ë'„& xý4?Õ-6ÆwaV`ĨDô¥ ´dZÛ‚$Òf÷b]ë6/ÝÌè«~ÍÌd¨Xø-þÔÃÀáéX›7³¨:“§ï=Šxxéþy,É)"gŽ%ûbسJ ËVz¸ì¶_3Á ”-áŠç·ÑDzçŒíØ&„%2À³‡ÇEQÚÒè*ÝÝpj·i\}ÿû¶£§tkêê™8(ãǤ3óåyÄÆ†®{ŠK6sýù“qÚ-|´`3uÍ’㣦ÛA|D0ÊF)mXŸÄ-(E¯RѶÁžËW­fÚ qàw£o˜ƒ¹~=6“‘ÛqÙÍ—5â˜(ÿùKF â¾W¿%³èTò†‰Ä£„–æ ÎÖðAÓÆ 'õã+ðŒHÃÔXFYÜ þœ¾“pºˆVã ñnZ˪Í´BÇgsl™¹¹äÄ™:ß hJ×m¤´ÞƒÇ‚­Zì$§e2 +.t£¬{ÙQ²•ÒšF½ÐQß’@Ñð¤˜Ô–m¦x[->Œ6’3úQÐ/ü]ÍCéºÊ<¸}¡ù Vé©vü5UT4úÐ#±I ÎOÅaI!ßẒßÈ+ãP`=€Áh xÑbnþiùYªHf°Y ÷÷d;}ºžÊPÐP¾• ¥ÕÔ·h ˆIHÄ Û0´¥é£té"JÍ)Œ“=_šŸš²-lÜ^KC‹†b²‘˜šE~v|è&±µüêÝxüZ(_F éý”·Û Ý_ÍÊ5^μê$¦'G~b >=“NKçè¡K¹éÕ-¨Ã²q«Y² ˜zÌdNCÁ½u9 6{!&›qCMhºÒ»¼¯°Ññ¾_×»èºh¦´d›+šñé ¶Ü¼ÎyÑü»V¿]Õ_R#&aÅOížÔ‰îf{C § ]”­yëþò£› F2r\|òñzRFYY7¯ŠØì•Â8µû}ã;¶íN^…âÀ°÷{Híyº—ï)Ý-¥Û9ñ° 6®?23_ú¸þü)$:mT7xX¹¡ «ÕFb|\Ôt;ˆ £ÌáxRdϨŽOßk J)tÑKÊ%¥ÐC©„qçñÖóç2qÒT¬ÕËðÇš²fæ—4±z»›œx3^“ƒ+U~æâJXEYéjÜM“°Ú]Òº…OW’uç4§ˆÓ?åýzq[šsN>‰­Úb‰S½lß¼×aãyü°’¬  Q·m³?ZÆ×•”dŽ8{(Û¸ƒ¡ÇOäú<鱡Cøêkøá‡¼´¨‰~EI¸KËI3„‹ “hÆëKyøé•¬òùH=‚;ÏÏ"ß¡¢»ëYðÝ2žýÉKÿANjJv0ä¸ñ\—ç"Ó:-x«Ëù|Q ŽScb?FÝGɲ•<öñVNJ«l\vÅ`Æ›‚įŸgêãˆÛ¶‘˜Q#¸û‚Žë)§ÿà8·îæ6¦¶¿1ÔƒÔo*†1Ý”aìX³ ‡ró9S(Œ3€î§ôçÅÜýAëyÍÆôߟÍt€Æ Üø`1š+ÛåË…kÛ&ì#‡qÛo²è2 5׳há þý}©…É4nÚY~é#* {øiþ2ž^ÔBî ¬»|_ jÝ6òN=1Œò0öB^^\MÑÁè#Çpͤ¬FrÃø9üyå6 õþrï¯L¨wĬ ¦!G3ë*”/ኧ«ÑˆíeÞgñ@ib§»ñN×þ:Ö®©fÌ ¹eTñªF}½†#â&[ zغª˜˜Q½¬_ÍGyÔú[½s·¯–¸=©“| >Ý„ËZÝà³Oᳪ˜y÷·h'pX.äW¯å£ù^ú¹”­ÜHܘáÜ~~NÐñ46R¼j Ï|·‰ê&·vWþÏ”bwȉ¶<¹˜Ú#ŽˆÞž[".Ë~Á6Ûu­ë~*UÈ;f2Wì˜ÃÓ•öÐo®é{J‹qŽëb¿ß‘€w›Ò·û@ š%+´î×ñÌvÒÒ›)7fòûÿÏèd õ;¶ó曫XœGf´@M°MÕ±œ}¡ RZ®“•fåèii¼öf5^gf¥»}ã—8¶%CåF6ïj^…âßÙ =¤ˆèÉÔuºWßÿ~Ôï·öžêÜCªûtí1vf¾<ëÏŸL¢ÓÆ¿‚$8BÁ¨™/Ï#5%…8—³]Ú‘évà £LÁ(-€jÔ¼õ |jø-(EÇ€TTÑÆ ZsqŒ½€¿Þ~'·\~2›«u^ø¡–I‡fÜ´þ,ZºœÅÅ+韮ÓàÈ¥_@aìØ±ø–oâÓÿÜÂ)WþKZ·â Äߢç2…Ž—ž ŠÍƱÓRxëÍ­l‰Éãš‚-  Š™$kÍþ^s ‰F?µõ—•¸Œ,λÐÀ¶û–QéÌ'¹õ ušº…… ¤›BÁoЀՕÀäã'3"å[®S ^•ÓÇe2Ð:'x} VSšf7ÉÇÇÝí€FCƒX§‹ñÇN&Û4—?/Sƒ¢¢D2Ãé·`Àš˜ÆôãÓBù F3ýGŽâ6ß\õKÇ{ÕíÅXšÖýzêvs—Ùžko?‡O°¥Û2ÜRãÃ<þ(þy”³í<TL$ª-4jæ'k·—º€N ¦L†Pä¾í%اÍÝìm§[Õîâð©G0$y>×¼_æk_~Þ «ÍÉaGO"Þýwlq02ÓºKCcô–ZJµ4þ2,Ô¶Ê¿˜ÇCË\%[k¢ø³ox8ådnd k|>Yß®e«šÐîæ½óÙ»ý;=å]r=Ðîš@÷±c]…¿:‰Ë†"¯†ÓÕþÒ¢yãb»këW×h,Y‡µþ¼Ô4Ö’wÂ1{V'›Û·a¯—Ÿ>7^=t•µ³‚Ô®ßDü±ÇrÇØÐãë«ðØœ¤9œ äDSƒŽ­ûò×ýÔÔ8'Ú>àà7uÕž±˜ä_¶ÍöY]·/'ÝíG‰±0é&²ö¡¯ùÌÝþ¢»Ûý¾}9õÕ>Ðq‰ÎõÜLq¥‹¿ü¹ˆ"ôæ&¶µIN´ànð£¦êQ~qÖñÕnÇ7`$GÅuxôÍ×\=„Œ‚"¦™¿b'\«Þ;ñ ÛJ‚¨M.nÚ¥¼ !Äc_Î!iÚ¤qíþÿù7 º\¾§tsúe`³Z˜ùÒ×ÜøÛ)Ä;B×+5f¾ü5¹ÙÙ¤$'vJ»›9¤ì´ï¥ý©{‘wyÜc@ÊçF}?þˆ+¨lqsÝ?þKœ%À GM&ÑjbùÒ¥Ä`¢ªÑǘ~^”5qLLy.†O<Šëþtg—i !ÄE÷ãšÈ ߇nýa•GŒ`Ì "¦Ú¾dÔdë?_ÿØ‘)&¬ ;rð|ò!g¼§ârZ±Z“¸äwã8ܚ̄dÏ7p9ÂÇø`0â9©A~xî=î)†Ü#¦0óä$\£†3í‹/™í۹̳ïqOqÕKlL6·O´ͼ÷ø^ØÀ1xO\”CƸ²¿ZÅìíÒÿÇ–8.»~Ó]P;ÿ3~7«¼ÓNäž 6\3IýxUXÛÝLy•LfìÊzvi×S“žCä\ñ–¬þÔvY†n®îÇÝSœ€ÎÆÏ¾à¶Ï«iÖUbS’"Έ>~þ#žÛ®`´&1° uMsäí*^%“ 'Ø Ëß›Ã] šq ÇÃçgã:œ>›ÃÛ¾ÄõcdÂy'qÓPF§b[\OS²)b¸Rúõ+X]ñ\{6cŠ1µÝL6ˆË%=¼‹W{pfä`4ÕNjºËê`P"ÄÆ‘aô³IëÐ<µÎMVëuÞ;ÞëèÁ >¿4«¢Ô˜ÃÕ €Ÿ^ý„.ó`0Žg/Ë ×¶Ê`?~¿ õ«ûªÙàMçÖhõ—¶~{¥N|mÝo‚üðòlî-Q0ì$tÚ Dó×±™~üm¬ ²äÍùÛbÎ1Óø÷Ù me¥+=•dð"rH¤¨pž9rƬhíÙÏ‚ò_¶ÍöU]£k#ÚYå¢ù¼âǵ#’¸ô¼Áwø‘Ø–Ûͱ3²œújÐÐ:\SwZ‡îG‹q’¬4ðßg>åírTyCûcܰ„y÷ýÂXª¶jqi:f`ë)© òaé.Ïr2ýˆ>ú®‘” o×ûÆ/qlû©‚æ¸þ]ä5ŸDEÃç—K!Ä+rN¦f¯oÓjƒô”nwëêøYoÒõú ´?­…G]ãõ¢®/2Ý(©È`Tk ªuŸ)gj HE>}¯W=¤z²×*qêµØ‡LgÓÓg‘?p[^@‹1†«×’b·±ÑŸDÊ€üf'Ë7üÌ—ÿ~ƒjIÍ…-€ñá®î[ymacŽtqúôáT 4ƒ·”××3õ(Àl"Þ a{C§NåîII´ÀlÀnÒ 5´Ö»[NCZâs3¨þi5KN˜ÄX£“‘©ï5tX&8ýõͬUÒÈ Ÿ;N¿êLN\Ìæ Å $Ðþ»vC=K*t¦»¬v#»‘ÍëÐ&ØP­6ìz€Žsý’w}=½ßF›±­½ÆtU%[Iï² Á’Až蕼õ}3ÉÃFPdÒøêXßÔþ4˜T0» ÁÆN½L)idhUÌþY£ßü”Œ!Ç0â”czLS!zŸf$Î:&{<>J¾_Kñ‘£08'P¹p5ËÝ c}€ÙˆËjæ(þ8) |ùñj–6Û™zòFZwwÛŽ“ÑŽ—ŠŠA žß¼ÝxñöwI:Š¢„oŸ¼ü43[#­4SéˆÁPÛ!yE%à׊ *z0H0|rêüؽõôz.lêÎóQ ~+Õi£øG7e¨¶¦©ëè¡™OB“rkzÄm©‚¢„‚,š¦E»³ìô^§ó—å̪+[»}( èá:í"pÑ.`Ѻœ)e{5äáÂÆ¨ÁV^\P‹»¿ ³æaûv(š¾%o®§,` ´TLªN°Sïh%"(ÒSÞ£ÜÈw²×î+г$íºeëW×tCõ§w®ƒÝ­“hûLW×'톕éZ”'É) ÷TþÑ×h(í±=÷¾Þú¢Íö]]GkwjL7_ZưëFPÐ?>â?ŒÃº=v*z_ïJ/Öa&£?¼ùøgl™\Äéã3ÈXÀsöòg|-i_ 9òB?¹ê¦s¸*òsk&§ä/áíF”øýéØf$-ÏÔE^çðLMòâò$?!ÄKébh]¯ž†^¾5F¤D Sz²×]ÐkWÓõ¸›Ûæ Íõ5èpýSÚ&:úý%ÔÕ©8ލévŒÓêeŠB™:£Ô(Á¨¨'å^5jçí«b¶£—W° r0ÛXÊ;_VÑ jµ“îˆÁ–âÄPëéòæ;òV¸ëe|U»³ž^ncZ:.Eoë%ð°gu_†mÛ£&sêhýög6g<– …¦`´—f vÑJª $tÊ©¿²œÍdR &1}˜Ê] Kp ÇØ˜PÙ¯,×£”}7&Tyù4¼÷§ý'rØN?F ŠÇغœÑA %¼·:À…F2Ž™Äÿ6/ä•eki0Æ2òè‰\[:…o_¸RGæÆª¼€ÕÂàþš¿jj$j¯ êþ^ç]G^ $%Zh^ç&èØ9ÿb±Cy¥dÐ_IâôíÜöU-zN»‹Vµ+õJ·­Mt¬?‡“aïÔI”Z ƒ;\¬è5Uì ƒ,5‰SF[ùûÍd™ÚíF½‡ò×£…8´^µg‚þ_°Íö]]wžÔS29lâÁÙY—]|>7ßþwŠ—~Fþè¤u !xº$¨šˆ5†Rž˜¬ûr5 b20o]ÁBR±+õxÂÃÕ¬võ[khÂIlÊpîÿc›› d¶Ÿ:â†-ò&ÀÀØgòº7ˆÕºÄn^ÇÜ{»I˜ÛîÌñ¤Kxiñ`nmeÐqÓxñ8–€ŠÅ[fÏææ Ö^t•í¹,Ì-[v}=½ÝÆbŽ”Ö'*b¬4öP†Fïþ»´¿Œ´Pxòñ¼6=ˆO7`®_õ®gA©ÎØ\…ÁgÂ+'ù1ªÕÜwßB¶udö—ñâ…Ü=>†agœÄ›§Òöä/Ïš|Üàè4Á{Ô"ìP޼¡Œ‰RzÄé9.3‘åï-äËô‰L³3ù´©L>­ýW‚¥+˜ùJfž‹ ¿˜¯Öø˜<ÒLö‰'òÚ´šÙy§S­ïuÞŠ›õ501 òÏ8‘[ßüˆ*rÈK4…êÂOšVÂK‹sûaV N8Ž×ŽñãQL쌸‚[v¡~S<©’nêoÍÞ©“hå¯G È*’[6óÚÊBnbbè)ÇñÊ)/§œ–†îËŸè=NzÓžM»Po}Òfûª®õh…¢`M˦fÑB^u"32w~ÒÓ±Ódlèó}à¾UZ÷ëÐÙêÄãwLÁÞÔLu‹Jbb(Ç5;<(‰ŒJ·¶Ú‚õ›ØhÆx@Ï?ò6¨¡Ïµ ÎÑSyîì$”œ&Ú¶ño?:¶iÍlóvW«3ʰs!„8p´ëqéêIx푞†§ìüñm¦k·Çðö7Ÿ›š±Ù8]®ðçðÄ»‹ÉN§_²ƒÊ†@‡§ì)]łԧŽ/µ‹`TdPJïжPø‚¤ûÓˆÁd¢¡¡‘w?_DÅŽ*Ôï—3¡¼‘3Î8•fÏá«yóA1ø1Í u¼ ÙB©`ÍlOïÄP1ĤA¿¸ ÍžJn¦™š µíRòåÜýÂ¥S²(HJ 0 ú¨ØQÅ*O ±Ö®½¾z/ªË øÙºb O½_޹_ê&o§»I]7àÊɤtögüµr8çMÈ$ßiÀbo}-›ülªÆÞ˜sÖ”’¾ëëÙ…mŒ,ÕžNjÙŠnË0>#‰Í~Æß*‡sîøL8 ˜• Õuf«…¯Ïû¿Å y1Xl&Zª}XmhêfHΤzîÜÙ0‚ßNÌ$/V…–F–.\ɳ_5—ã¢r£§ûHG‡áO½fŽ'/­ŠgžÃÒ)C8yDñF@£¡²Š­áõ^bó³p€Ìt¶ÌžÇ3ÚhΑ@¼Ùˆ Mµ¬_çFqÄŠ c IDAThdQ/ónN°òõ?‘}æ&ehª€IèÕbÀ™Éö?ç®Úáœ7>“ŽP€Â×ÜÄÖÍÔÇÄ—騥úqÙ™ÝÔŸò½P'Dmz”åârRYûΧÜS6„ǧ´P­%pXŽ 4 •ØŒÊ?Ö„ÒØyjl/Úsš½×õÖ7m¶ê:J°BÑutÅJz–‘9o­â˜?…æï€µ¶ûrŠKMèó}À˜œÑí:ˆ1c °¥ÚǰD;é±€·‰Ÿ¯äÙV²r,¡< ¡ÚÇг2B瑲bæ{R),JĬþZÖ­ÙÀJ-‰¡jÇ0óÅJ›ö—c ¶^çU!<‘O­k“ièТ^}·ãïš§†­¥Ô¹5\yƒÉuD™¢X÷Ó°£œòšÜá¡HªÑŒ5&ž~9ÉØÔÝ©_º­¿öBè]´G=H]ñj65ƒ11¢,ø=¸kwP^ÑLSC “Î;뇘Ð6ÎgÆË:ý¸0j=”—û@ÏíyWê­ÏÚl_ÔµÞÂŽµëÙÞÒz|ÜÙ{H÷ì`íºJ¼XHœOªEëy¿ßû@ëP›wP²¥†F_øéD3Žø2ÓÃåßáXVW²†M :Ø2(*Hh¿OûëØ°º”&,i Nµ ìGÇ6‹{Wò*„–G Ÿ|ø“=†fïn¥ámñ³æ§/8á䳩itéƒ: ç¾ÎÜ—þö¡§êyýÜQ~ÕD¼Zßk/焆úiìü‰Cï1 U²½f×îÍÜÌûî¶ÿO8ë6Ì1iÍB±;´&6·pU[@jóÉ•+}!ö ?5Å[8ãT®ÉÖñzüh31*€y/|Âsîlr\F)*!„â b·Y1UæÎ~›¬ÁˆsÅîÒ÷ëê›(]3Ÿc§Ÿ…? Ñìñéh­©B¦f ¨eg0ª¨ ¿ßDè |-têÅSöv­ÒL6“Ï¿oÒBÑz~\–ãªûjÔÁƒZUCEr<)63 Q¿c_~±”·+ÓÈN3Ê>)„BdšÜ^b¬f¦x&Ÿü¥»‘Æ´ϤÅÀíõ°éví©yÝ=I¯[=ö*.«––(„B!„BˆCN‚ËŽÅ´{=¡[üjꛂt•ÖR³ÙÙCª h¤}©vöj²·'=¤ä'?!„B!„Bzªëšùt#Ÿàùv”ïÒÌ©]¤;ªxoÎ7Òú„B!„B!aƒUÌÝËivÛCjÖ½¿¦¦º žRB!„B!„‡ŠÖžQe¥[yæé¯özúò˜&!„B!„B±OI@J!„B!„BìS½žz]†ì !„B!„Bº˜Ì|¯‘R{NÓêùdƒGŠB!„B!„¢Ú+ìøìv¦O›ÁÍOýD½t&B!„B!„èÒþ9dOk`É‹ñvàWÜzi!Öý¼Ý‹ï攋?¢èÎxðâÑ8Ñ鲸ôF–¿òo4ŸÎ-—Ùïó¶_;ÀÚÉ~%XÉ÷ÞÂkö«yäÃöÿ²“ýF!„B!*û®‡TËrþorƒg¼OE°‡eµZ¾ð8ÿ™WŽo¤×Çb†ýž—¿ŸÇó—&ÎÐS  žŸÿÏ|Z†/Z>t¥‹>cÎÒ‚ûi~w9–à^ËË×Ȱ¬4RRÓH}Ë[ Xù5÷RCïOxp=+ïã¨ì"f¼_AÙìM;9Ôô¶ýhõ,›ý>Ÿ¯jàoN½iÛ÷!„B!„´½×CJ¯eÖéE\¾ óGqç¼Ë’™©ô\Äà¬DLJ7=ˆB+k·Þ¨‹*öÞ§×'7þ]çWôÖ¾yÎ.òÚT=”·Žùð®å‰KÏ烓>fÁˆø=A~éüvW ßpíøsxM=wçÿ“‰ŽÈ‰Ï|¬yì"þø–“ßÍ|•ûÛÐ Ù 4VóÉ sÿÏS¹óùû8,Ɉ%7‹'‹AE…d%YPºªû]i'Ý»‰¹OÍä±×>eaIv²ÆLãœßÝÀïO.À¾+óÈõºýè„ Lß'e×méMÛî¸ßȱ[!„B!hƽžbÖ…<ñài¤µ¥¬`I‚Õäà‚§>₽µSÿ½›Þ^Ë/ã ±ïí|ì/ùí$@é;÷ñv­«þ÷~ðGÞùMmÅ´¶Ó‘/qý9Gí Ò¹2wa3.¹‘KOˆ©-½syòãs™PoXÄ}¿:“–%2iÆÕ̼©?vÏf¾÷\6…®z‹Y·N$N=÷—ÚÈ~Û¶…B!„Bô•½?dÏ1€1&0±í5ž1¨Í<=5ì ¿¢±uÙ`- Ÿ¾†“Fåš–Njÿñ\üÚÖ¶áW-_^ÇÄþ餦¥“=útn~§„–¶{Ü(é*˜÷ÐeL-Ì 5-ÜÃÏáÎÙ[CC|´Z¾»÷Ž5 ´®´l&ýuiäw‡ŽÛy³íÛ‡wý‡‡ó1è¨ßñRIä½z”|åÏHNZè;ãî[ƒ/jùÕðÃÿËñ#²Ãù=‹?¿º’¦Öî#ZŸÝzG@ZZ帧¼«xî_?‘yõ <{N,?<ü"k"×ZhjÿPÞ†þ—Σ)ü~ñ?§~ÿÈG7âÙò SÓr8ÿ‹ˆÒØ“vB€²7/gÂÀÌÐw³†sü5/²²9¢M°ŽEÏþGf‡ÛFÃ&ÅŸ?ÜN 7mk·¹Y:óJX–Æ%o~Éÿø=¿9m:§ýÏUüß+_òyü*þþcS¨Gw·ŽJgÄ-Kñ¶&ÑøçõKçèç¶îÜÖÞ¶ŸHº›µ¯ÞÀôÖ2ÈÁI[‚g_´‘hÛÖÓ~Ógu"„B!„b_Ø‹CöÂC€ôþ€Ûâ £!bøUë/+:‹Sÿ¹‰¿»›ç§dc¬)£eDF}GhÙ¬ãùã-Ç‘g­ç§ÿÜÆ½WÍ iÈ\þ8Ðe›¥÷žÉ¯ž0qÞÝ/rO¡Æ²ÿÜÂí—\€ã«9üq@=+>ùŒ•®+yìÁi¤ë 4'÷ßýÉÚ{Ê/€ÞÀüÛÏà’{ý#ü}¬‹ÚŸ?äÑû~j+S½c>ÂéÆŸþ(¯\]ˆ°¦ôǨoïT~+8›Ógî`ÊîãÅqN¶Í}„;®;…íkþû›,ŒÁ&Š¿ûžõIÿËM">°ƒE/ü•û#ËqèÔÿ¯TÎŽerÃEä½ñ<Í¿’G§8ÃeÊŸqüßy÷ÿÆaŒq9ØôÅè@Ö¥/ðü¹ý0¢`KËÂд3íPÝìa;A%nÄYÜøðd$©ÿùn»õÏ\Öo,_Þ0s8ý“ÿ¹•qWüOíµv>÷_ó _­¬#8= COmky÷Нy ϼZŠiÒ\;ÑÕ~ˆ¢â`üÕ7sô —óæS ¹åð©8£ ³‹ü»+í§C»ó?Ïe×½†zéLÞ:s0Ö†M”Z20îñð¸Þ·‘ÛÖ‹ý¦¯êD!„B!Äþêµ5wqDî]oÆã+fq¦«Ãmjý7üó±Õ¤\øÿ¹ãpb#? wõ°ÏY'…8rˆŸ/çþ¾-çšý:m¸^û ÷?SLá­ß󹘀q…&~œûÞú°„«ÿšMÇ’3‰ã¦LÄÑgùÄíßÊUýMèµóxø¿Ûȸ|6Oß0 À…4Îz“[zHÖ’˜GaQÄ“ãËïþ'V“üÛwyö¦q¡ò›2†¸’qüîþgYuæ ’¥ß3u2`ò0¯G]×e9î’`sƒ~ì3œ”nÀœò?ünÌ#ÜöÄçÜ1é R"úß\¹ .*ÜYîáÀ“-5ŸÂ¢¼¶!{¦½ÝNb ŽãŒ‚Öæ8–Þá²y«h¸~0‰ ß1ó±UÄÿúuþsÇ$\ à6ñ®ýAª{Ù¶þ8hÐî_í:Ö5@öC¢ÉSœC92¾Ø°šJÿÔès’ífûé(PWJ-±L˜t G% 2œÃöÆþ± mdç¾Üó~ÓWu"„B!„bߨû©ìKyîÑÓIo³fp’çê<+³¯t!+ÝVF_Ø>ÈÐÕ™KA|½-ôT°ŽîÛö#k¼PzçDúÝÙþ3WI >2ú¦;æWµÓ/ÓÞ¦¥lð[qtAè¦z/j-¿Ñ'í,?5‘炯²¢NcxR”rtå10±ërÜþÍïðä'§¾380f0ýª©ÜyéÌÚr2—åšöZ>w¿ø(›ó0·Ï|¯Vn§ÙàÀá×`¸¿þÒ,w›sÊ\]LÞSÛÚSÊ~p ° ½”?=‹›.ÇÚË%—\į&faÝÃÛ6Ò›ý¦¯ëD!„B!DßÚ«Cöt{CFŽ"§]Ê:z@ß¹œ®£kZ»a:Ój·,€nÀd-Ü94©]z::ÆÝ3‹û&ØÛÝî]YØôŠÎiî‰nóÛþ©oºÖa{#·£c>¢å=Z™tæÔZέCº´®ÒêXŽ»]-¬ùï¿Y¬dÕi¼ÜáÓç^ßÀoÿ4sOùéðÔ´ÎõºgíÄWü4ÌxÆ3ïæ©¿'Ý\Ég:{ÂßÑ‚~‚1•vën·m=´­Ýö©ÆPà„¾_IÝïÔ¡·Þ°’o7AÌуH2êèAƒ _ T¿Ñ¶uÚO[“Ñuts¾´ˆ£¾{›?õ87ýœõ4=8½Ý„ýû²t»ßôQ!„B!„Ø7Ô_jÅæŒQ䛼,ùt5M{-½ –¹I+ÈÀ­¯òRm¿H/sæX ­^}°Œ†ÞÞ«b­à®óìEÚK>]Csë›Z ?ÎY©c×ÇUÛ¼”Þ(%ýü§øð“™ÓözŽw°éÕ—XîùåÛ‰gãw¬c0ßð[¦)¢hØh†§îœ_È”6Œ\ƒ›%_nèrïžÚÖn³äâs2ðÏûüPù™ÞÈßÃ-ÉœqéØÐPGƒ‹¬8¨^]L½¶gígçz"¦b#çÈó¹ó¥¯˜wçP¶¿ý0—öyéÍ~Ógu"„B!„bŸ0þR+Vâ§pý%¹œòäÅ\sOîÍSÎÛœ1q7Ó»(‡SŸ¾”Ž›¸äè|œþJ6l40õ¢SÈí«ˆTÃ~û › ïrøã&q㕃9îÁœk¹™+„Ë_ÂÒ* ¾‹ôLéŒCÃ'÷óè{W3Þ^M©6–s¦uÈoÜ$n¸b Ç?|¿K¼KÆ9)ûôanû\çÈ{/cˆ•ç Ú£l/ü7ïWesÑŒãSÔ~éþ—Ëç¼Ëó‹nbÌ„_¶Ø²Ç’Ãý¼ðÐËäŸ7’‹›5Õ; FMšÊÕg'qîS—smòüv´Š…ÿåÛ:0÷¶míöÈÄFÝð8×Ì?‹GΞƺK/çì ý±»7±à½gyêóRò/{[Æ9BUc:SN/Dÿû_¹ö>‹&¤c©[@™ŸOuìeûÁà 5½ËÇË ™ž¸˜ÿÎqS0,—VÅ¢Å;À4˜«ºÏÛˆÒ‹ý¦ïêD!„B!ľ°÷‡ìµ길9jHGÇΘ›ßáõ¸;¸ûÙ¿pÑãA0&1úŠÿpò„øËeÈQçô»å]^K¸ƒÿ{þv.}&Ä’5á"Fœw29f:§¹'ZÓ({™k~Óq0Ò8ž^ù6'ÇYzÝÌŠ»›»ž¼›Ë^ð ±iƒ™:>SÔ|8™rç?¹àŠÛxèªó@‰cè…OròÑÙ–³2ìoð¦ývþúôµœ;3ˆ%ópξ÷=nûM¿ÐÓÑtz.ÇÝÌþ¼çæÒ˜s§ 0uj±#~ͱ®wøø¹ï¨W½Ü»¦Õ6ê°u¸ÖžµcÁå<{ÿ6n¸ÿ¯\ð†/³q¤R4=3::.&ÿßÛ<ó'îùçe¼ß¢0hh(¥(½k[{ÖU‡ñçY_3òÉûyì¸æÙFtl¤?Š«‘«OH¬Òº?pÙsòØÔTWÐÒÒ"¥% zÍGüfôåÔÿýG>øM:)!„B!„‡‹Å@YéVžyúiþõø“³À4 @møUñï†ðçžðò h°³?Ê^ëG‘™ÕíçÛÊJ¹Êë©LäréMÞŒüùÙ<ûe¾ögP¿xŒM%|ýÜ_ùZ?œ™Ü§Á¨Þ–᡼ÉñF!„B!N{mÈ^YéÖ=úþÁ¨§29Ë¥7y; ò§{([4‹½úe:`%}ä Üúêü¦Ÿ¡O·¿·ex(ïCr¼B!„Bˆƒ“Ì´"mŠƒ ·¿ËÂÛ¥(„B!„Bˆ}eïMj.„B!„B!D/¨RB!„B!„b_êu©M%ÅRZB!„B!„‡€Â¢¡}š~¯RGL:JjC!„B!„âPS]Õ§é÷: åv7Km!„B!„Bˆ=&sH !„B!„Bˆ}JRB!„B!„bŸêõ=t]JK!„B!„Bì±^¤$%„B!„B!ö²'„B!„B!ö) H !„B!„Bˆ}Ê(E „B!D¿›’ŸŸ¢ºl.Íõ%¸v ¨*ŽøþŒ½•Œ§I! !„û)™Ô¼-¾J6o¤¢r@ÐÑÃe¡ë:F£{Œ‡Ý‰Óå"-% UUÙ9ë–"­ì—®Ã–vT–£¨*ɉÉX-V)”^im»2ƒÜžª­«%ƃÅbéqÙ¦¦&šššHKK“‚Bˆnl^ý"«¾û ý aÈèñÅÅš„¦ùh¨YÍÒïoÁÛ°•¼‘ÿ+…%D[´x?.ZH0ܽ›R£‘±‡ΘQc¤0…8„Ȥæ=(.)&!>Q# šÚ ø|¾¶—ocÉâ7Øß@¬¥Œ€û' ¶qì§ ©ÙÒÚö¦¦fü_»÷ªk*INJ¡¡©ž²m¥¸\ñ¨ŠŠŽ:˜LfŽØC¢|Þ›õï0+êgŠ¢ ª*v»§Ó‰ÅlEÁï÷1qÂDŽ;öxi`»!ÐÐЈÛí!##£Ûe5M£¶®ƒÁˆÛãÁf³IMÍMøýþnONm? c6™q8RpBĶ®y5óoä˜3.'&nºDQTÞåÜóˆIçÈÿÀÜ·î!-ÿtl±™RhBô¡-äW_‡ÉdÞí륇ÿõ£% Õýµb Õ(×8âà!CözP¾£ŒÃFŽ·Å‹¦Ñ4-ôÒ54-:¨ªŠÅla@f%’ëñ5ÿˆ§ú3l)wÒ\þwbÕz Öc ÆJö¡ææf FNg" °TT–c³Ùð}¸›ÝĹâ0™L¡[WÜ‡Ä ìûÌâ´SΠ¸¸·Û×ëÅçóá÷û ƒ˜L&ÆŒÍùçŸß€õz½<úØ£Ü m7ý¢÷Ü7ñññ´´øhjj&6ÖÞå²õõõÄÅÅc4ªx<^ H…ùý~’“’{½üöíÛ% %ÄAh{E-é)ñ€Î²/þ—a#ý¬ÿù3?£jûF¬1ñ 2CÎÅSq3fWCFO`Ý»qôSR€Bô¡Ðu¤™Í¥QEUQEQQ¥Ý+$¢'¾ÉI©)Èî®)k~dã·g‘wäÛÄ$È}¥88H@ª>_EQü躎¦k躎®…þjš†?àGó-ÅïÿœXÓ*´–µØ’¯'&ù÷€–ÚLj1Æ¢‹f(”BíMM͘L&¬V š¦¡( ë‘'½ƒ¡-¸b³ZiQq:þ›X—Ë…Ýno륪j¸0›ÍÄÅÅc00 ÄÄÄœ’Œ¢(Ú -^ qÄÆÆ²uk)v{L—íÒív“••@ à§¾¾A ¯õRUÓÛÊB½¡B=CAe]×Û^111hš&…&ÄA¦¾ÑÍ)—ÞÃ_®:‹3O8£ÙƪFŽ=‚¢ñŒI,¢¥yË¿¹‹m1éYpÿ@bƉl\÷¾ ûˆ‚BII1->_¯–·Z¬‘‚ëùbˆÍ Î#}ðil^p…'¬EžO&|2‡TBã C§¶›ZÿZFÅ¡å#´¦W©Óš0˜óq%] v$Π¹â1ªJîE5¾„-ãI ¶ÑÒòö2¿¯«ÅLÀïoÿ L(2Õ¶çp}jºŽAUñµxA?ø‡îY­Öv=oZËÊçóa2™ˆ‰‰ ÿš¥†?'4|¯µ Å.ñµ´€UÅétPW[K|||§åjjkHNJB‚ >ŸOÊ;L A×Ñ‚A*++C§¤ð/ª­A'11)´œ”²â óðóò›3áçgc6(~5©¹Ç—<¢m™g.C&ÞÇÏ_\HVÿ ñù_ÇêÈÂݸMŽ Bì#Š¢7 UÙù£gë_…Öësˆì!Õn÷”}5ªúm³±Æ¦“œ{«¨ß6WÆÉR0â€'=¤z Ðiý^kûe^½ €J-¾ºW‰ëÿ_̱SÛ”UÉCV€Þ€§æ=jJ.Ã5è')ؽLGGUUÜ7JÄDòÑz¢¸Ýn@¸·Oè$h³Ù™Þ?Š¢´õ€2™Lm=Æ CD©ÖeCÕÕkø| +#~×°¡Òèz)ð‡Úq.[¶nÁét`0ì<üú|>tMÇjµ†þ­KŸHZ¸<4]#))±Óõjä¾  K)!*6—óÙüU<ùÐ_ظÃϽÏ|ÈmWÆ p0J×5Í™Á¶ ¡9-1‰ º@sc4Yñ6×2ëQù§qØñ/´ýè"„Øû×™‹×÷¾‡”ÕÊТáRp=¨\w?…§¢iM¤<“²•3% % 2©y‚Рë¡è‰¦éX­TUTUi ¶¾Ì f³ M õ¤ðz[Ðt-f<ص"P­ÿný©qíZ¬O<ÊÄùš=,¼ârŽúþ{it½=ÈšÌø~PÀl¶HeU ©©)mËTUW“ššJ DÓ5šÝbccåX¦iZÛ•UU­—¼mg§p)’’’Р¦KÙ q¹û_o1ã¢siñë¬ÜXÉÐQc¹ûñ÷1L0•ÑÇ>C‹»”Ìì >7|l ¨ξò¿lXö ›‹·2꘧AQå!D_QòóEüÈ©¢ªæ’"ÜK*|o÷#“”`'žº¥ø[vàHšˆ»öœIç±¹åÜuK±Å”ö½’A÷‚­¿´‡{HE.õÖ›"ÅŠÅ5 oíû4l½gö#‹yAk¤¦ä[6aï÷‚hû€®ë „þ†zE)­ÕÖI χ¤¡i:Á`0l<4ʪõ!25iÒ$Ìf3Ë—/o׫,èñðý¹ç2az†ú ~_“+QÜ.p8bijj">>@ @ll,uuux½¬VÍÍÍØl6ŒFƒA¥¹¹‰´´t)¼°Ö9¡ôpÐ v6S¥Ëå…¾/æ/'`°¢YœxüAªêšYU¬3dÄîü×{˜MFŽ8l0ªÁ¸“gñÝÛGaýˆ¬Ü(J A_1å[Ö²~å2&ýê[ F«ª}¨uX^ëkå×_Ræm¡ª:ôƒRRb9±vF}LøÚ]ES¹þAÒžŽ¬Æh´¡ëõ¤þ•ë"{ì R@âÀ¾7•"è^h)Ú÷ ÿ³u´FššŒÑdC×ý¬­ ‚åèÁrt­-PÅ9]M’Bí:: ¡ “Ï×Âæ­%”nÛB}C}§e›š)ݶ…òŠíx½ž¶€Ô¡2d/Z¨’’¬V+Ó¦M#&&¦mÙE×ü {%®T+µs«˜ÿær/š! n8|¾---ƒ¡I¹“’©®®AÓ´ð“õâðù|¨ªJSSV› £Q~/h¥…'5W¨ªª¦ººŠªªêЫºŠêð«µwŸ¦i”––R[[Kmm-555ÔÔÔý ã IDATP]SMcc£¨ È=¿ËI§œDM“¯íG¦šz7«Š+4t$·<ø –®Àhv0þ´Y¹ðsªÊw“ö uUå,þöc&œþ &Kœª},4…«BCe%Ÿœv:-³f3uò.¹ø2.šq “&Aã+o0kú)4VU£ª ÿÏÞyÇGQmü;Û7ÙÒI(¡½7E@šAŸ]ATì>;ïY~6°wÅ^Ðg±¡‘®¤Kï ¤—Ýìfwgwæ÷ÇnzIH¹_>óa³;sgæÜsÏ=sæÞs5¤ØøFFOºž‚ì¿ïpªç$zc[ð¦5ެ?}¿çnÂ4[DRój( Hù£¾”D©>žÜötÇŒ½¦¹«3‘B4 °G¹rröZùûž{»êw¡„U ×ë '++‹ÈÈH´Z-AAAäææ€,»QU•œœbbbÊåñjíOÁ“ÈÌÌôùºþÑÑÑE©Â6¬(¾àžËå*^UU Óù‚f‚ìñòÎ˸óÞ;È—U*?ápyHLìÁì¹ XñÙc[ÌÇ3ô¢%lüþBMúŒp±‡@ÐXHHì^¹’ÈèÑî§ŸæDf¦œ¹l]:u&ñª+I]»Žm¿-¥ÿ¤ó…àGvÇ“f`iOd§XÂz£z³qZ—¡Ó™|££ ŸQ]ûð:vÙ“°v_`ÏÝFú¡…œÚy?†|B@Ø!PA³@$5¯†â){'áÓøÇGI%ÆII¡xµ×Ö­;å’ê ‚FµeåšÃ ~èBDþ¨¢0”Wñ¢×›ÈͳèñàU¼‡”Jhž_`Çápà°;0èM¾ºÕH­&©9PnÊÞ€8qâ©©©ÄwêˆWñâVUN}—ŒÞîk¶]9¥„œ€Ò^èu 0™ÍX‚‚ÈÊÎ"""’<«•°ðprór1›ÈÌÊ¢MXZNȳ¬.LjDDF–!UJVþ¿U!+;‡³ (ajx¸?Ṫù ÍÁAÕiyíñY<8ÿn¹u&ÚPSQî8ƒ^K‡˜P:D“râV«›ÿ½v/AsQûï͸é»Ð‚D›™TÕËÙÿ÷$¶Ý»IÉLg~>Sþu9ë?ÿ:£‘{>Ýžù?¶l߯IjõÏœŠÇÆ‘ —Ó¶ÛBãF"»Ò°e|…Fzc )¯ÇFᨯdžÇlM)KäuÄzŒ¬cÿãȆËèqÞ.4º ¡Œ‚¦ßß TÇÒúG,H¾‰ÑE«C…¤$hƒ—ñ(J.’’ ¨ãÙ¾oƒF a6 …# BBBQU‹ÅBFf²ì Jé´zdŒ=ߎÇã%,4NÑhô-ÿÜŠzÀ’Á¨Ž;b·ÛÙ¹s'z½T‰À„†¼ñ:›f΢¯VKôE±ª!%4F èÆÏÎfö#ïríô+°˜"‰ ¦]tZ™M×òÀì©L0´ègf&[þï)Nþñ¶äd‚Úµ#vÌýg.¦‘ÇS hh$I"3+K›6äìÇú‹Îgò%—Ú& Fèï¿çÇÅß0¥_‚HÏÈ(µ NkE£ "~ä7œØ<ƒì“› ‹ë…%â<4^÷ <²o°ƒâµûÿw éÚ4I2‘sr1‡V »ÄüV£͆:åZµr9ç]0—ËUêsKÄëõú‚M­/}T…¹KJ®øh"Pñ­D&i}A-1'º!XUQqØídgçàt ª id<²L ÅªŠÝnGv{ñzRíiA€ÙŒª¨­¦ŽJNÙËÈÈÀjµ©Å‹Ç#ÓéÊ+9¾z >û Óæ~œŒ´ô"9éôzâ:v$=-­V‹-7“Gzr„G„Ó>>^$6÷c4šØ»g/¥—†VýißÔj¨éw^Nn§«p€”ou>¯*l± ÕØŸ–@BǾ~ýfÏ]€QuÑ«S[6'1r@W~ùðB‚ŠÚô©µkY5sûöeИÑhUÈ;q‚Œ¤$¾4˜ñŸ}JÛQ£„PÂþ4Šª¢Ñh‘´>³øJ’„V«Å#{JßlÚDšÕJèAc¯MdÉüùåRHs²?²ÛÍ®mÛ0™ÌD„‡°Ì·Ù8yìáÑÑ8òó‘N"£¢|¶CUq8Ù±åozõïWãQA-™¸ØØJs¼>|„èèh\.'…/4-&“É7⯬ƒ,FH Z‰ýiID„³ð•»¹÷ÿ>æXJ/>4½;•ÚÇ™™ÉÊé×1lÌB‚‚p>‚œ™‰¹ €vQQ„ôìÉŠé×qùæ$1RJ ìO-3ƒàìz¦e³ö†Œþø3$ þ˜v-½®¾ ]fÙ²‹¨ÈèR‹Eµz$ !m/$¤í…än#ãÀËì]û=Îy W zsTUÇî7a‰Oüˆ%˜CÅC‚æIR%£ñ-ý͠׫=ÀK’„FÒ iŠ#ü%ƒR…ùÎ)‘D|A-AÃR(oÙ-R4­0ðR2é±âOf®( ^¯—¼¼¼RõÕZ(¹ÊžN§CUUôz=V››ÍF~~>Ñ‘Œ~‹ÇO$,7ý1º3ìÈ7'û““É@PPiii¾Õâ€èèh223q»]Xsrh×¾=©©©Èþà %(ˆ€À@2ÓÓ‰kß^4p¨t8¿Ñd$$$§ÓHVV&¾ ”ǧRñú‘‘Q€H Zýii˜ zÞ|òF¼Š‚N«-÷û–§ž¦c\¡f¼Û·c.p wàÊÏÇväAÆÇ–§žæ¬W^ûÓ€ÄH§nœMì 3سZ£%‹¾FRUL›F¿#‘V¯#ý£éøÐý ¦ìUˆ9´?†|Âñ¤ëÉ<ú=mÚÄiÛŒ9ôBÒ}Ž%j<†|,%hÖÔi)§U+—½µ/ù¹%âU<¥ˆJ®®þ­8@¥ñ©(Ü(NŒ.hHü)Œ¢x‘e7999$'Ÿ 33»=»=ŸÌÌL’“O““ƒ,»}ûzdTUiu©Â`”^ïË£•››ËÎ]¾&“ Gv6^¿gæßg‹g~>AíÚ a š%MÙþ8ËL!TQ ‰Žaâï+ØþÛo$mßIf–o5½¨È(:Üw—Nêª)¥p;].L­xôia0J–eœN'‡‡£9ðjÒ}JhÛñ¤Zƒ8ìì0›Í˜Ìfô"(%h†Ô) õÇï+8ïüÉ8]ÎRŸ[²,ÛŽ»vзO¿:5î÷…ÇãA[É0sÁéáv»‹8eY.Hñ’‘‘A~~~©€H˜ÍæRõ¬ú—âr»Ý †++ǃ$Iœ<™‚Ûãdì¸Q˜Íf # âr;ýÁÓâñ~^EÁjµ6™{hNö'´M(i§NDxXŠ¢àr¹pÛ¡á‘‘¤<@@@AZ-‡<«•ÐðpdY®09· Ðqó˜j:uA ko¹<7oP>èôܼy<÷Ü<zðÁVeZ±cF“–´™ äÿõ.Oæ\€>!ôÌLbÇŒÂ4Kš²ýÉÎÊB«ÕàñÈÄDÅ–úmìU×Ö¨ ¯×‹V«%;+‹ØØØVîÛ”!åvQ „”ÿ ™G~ À–‰3j0ZÙ,ë1 ¨Â¿4Sê¶ÊÞù“+üÜÒ AVVA–-û…_~Ž×ã) \¨%VÒ+Nd^ø›ïI’ˆŠŠ¦S‡N¤§§‡F£ZWϸÝn$$ÒÓÓK2›Íx½^BB‚Ë!• z<RSSÑHš’e«ÕƉ”£tNèX4¼Wܲ äŠ×8QT»ÝÞdFH5'ûc }|<§’“ÉÍËC+i0˜M´ëØ­V‹N§C’$zõïÇÑC‡°YmÈ^:­Ž°ÈHŒ&“xËU F“‰½{÷–°½¥ípÙï„ÐZ …Á¦çž›‡Óådî£ðôÓÏðò+¯ðЃžöè¨Öâÿ4W>ú(ßJpÏžX† ÃqàJ~>’Å‚>!›VËÉ”.û~±– YÒÔíO—ÎÝx嵋„ª-Z­–.Z}=.ȤÓé0(þ\™:½YûÉÿ̸ jƒÙlÂdòm…>¥ðÍ 1e¯ cFbDºv9=ã¨Ói‰ŒŠÁ¨Â`0`±—›Ç¾}ûku¼^§§MhhQY-½^Ïôk§±hÑââU#k¨“çO:¿ÉÜGs²?†È¨(ÂÂÑ=PÕ"'£¤ìõz= =zàñx|AUâ^­V+‹jˆk[«`©gË¥dPê“O> ''§Þ‚Q­Åÿi®˜""÷é'¬¼îzbãâhÓ§&‹…‚ü|2239™’¸O?Át†WŠZ¢ý §G·îtêZåFÂÂÃ[}]—ôõþç¯×‹7rjÇõhtAEûhýþ¢˜ª'h®Ô8 Uräɺ50éüÉØíù¥>·DcжmÛz+«¤ õ[O…Sðºu;ý7+-¹ž&_8™ÉNnÖri®ö§äÊPŠ¢T:uL§+6Ëb…N v̹ï>Eaþüçxàþû™3ç¾z³_­Åÿi®DŽÁ%ndë3ÏrpõjòSR°ÄÅÑvôh.ùî[ŒááÂ4[š²ýÑiµDEEÕ[y¢–ñK¥}±”ÛGUUá3 Œ†tÖi„Ô¤ÃD'µð!ëbT“@дhMöG Ôžî¿ßï¡ÃÜ/ìO+ÃÎð_‚ÿG šu H•ŒÆ‹7ƒ 1öG TGQPJØ@ ü@ h²ÔiøÏº5h)÷Y a°?@ØaAó§æ#¤J$-&ªª¥> AC#ì@ öG û#ì@ hšJ©’æ.?ßVág@ hh„ýÂþag/â@— ¥â´HzíÆ:MÙ[¿v5KP¹Ï@ÐÐû#„ýÂþûsÆ‘³ä™;˜:ö&>Ùç@ŒWjOR­n•o¿?s37½ºgE ‚FC¬2#„ýi¡¨6v~þ4sßÝ-ü+@ØŸ¦¾³¾YˇŸäñ)³Y’æ2jIÍRªZ´åÛ¬äÛ¬å>·ØÍ›ËöŸ–°rwÞŠþnÌMqp"i9¿mÍ*}nçžÕî×/!Ý£¶ìú8íúÌãð†å¬Ý–Š[©nÎÜ 2óܨ-].eu¨2]«ìûFÚZý[#µu±‰­™ÛŸÚø iÇO§lO.›>|÷–%ãVUplâÞÄhºÿû/ š‹¯S×ûþØ„ÿSÿ¶®6ÉØ‘‹žú‘Í??ÄÐU±µ¼­É¤êííWK¦Ä9àn~Nó”þM>Ìë£bˆ½f%bft%¸öóÎÓ˜óÍqäR5i¡}ž$v‰À 9“(“¾y¿¯(¿­ú;OS¡¤ÃLHxa¡¦ªbçøÎ¿Ù—æA§×49uPÇXöê]\4¼;ÑÑ1DFwaà³™÷ÓAµµeu¨2]«ìû–ŠR@ÖÑ]ü½a«V,ã÷+X»1‰=Çs‘ÅØì¦-×Ú´u 1m·u-w&ÆÙë>6ØêIákã4¤¯Ï²%=&= ¾MÆ×i€ûoòþ ™wºØv-ä §st ‘Ñ1DwÆ·Àž‚æ6œ¢iµ Ÿ=oO)/³Ý.C ¶Ô)©ùi7\€“_1óšvü²d-R…û4¥&­–¹.µ \g©së;1}ÁR¦7@}ÕIVÝ><s‰ŽB2„P@V®ëÌÖ­@Û>#è‚Ö›RyI† ,&‰/ÌÅO·}Ç’ÿŒ¤MM;ë*t¨2=ojí´ÞñX9¶u‡ót„¶O _ß´2öìT²4Áêq:d‘3 ©Êµm] h„À‰Eóø.'“ú5Ïþx‹¯‰E{ºÅÖÑhH;~:e«€ª &6DOh»4€Ú„|†¼ÿ¦êß š/JÎ þ}É}ü8‘¿0—Á1Öc;ùëx$Aúf¦WMªM4=Zg.®9’þÇ_äê{–pªªa3Þlþ|ûv&õmOTt ‡ü‹¾ØM~¡õqngnÿú>º­8߀íw®iÃØ÷Oà!Ÿµ·t#ªç}l*ñ ýí$DæÉ.¿=IgÍ+72¦G[ÿy.çñŸOà®±=ªÍñ’¿¹‰á ±DEÇׇ‰w~Âî’Quo›ÜÅù:øö‰Æ _ž(zk–úþytˆŽ!*:†¡óöâöãÝ11´¿nUñè²êd§d²bî¿8«Og¢ýeµ0•‡ÁuÚE0áÁ ôzߦSäå˨ª›¬ýIüµf%«V,cÕŠe¬^»‰ý©”"oL&çÐß$­+Üg9›X}¿«.rŽn'iµÿØõ›9”^PÜ!©2Öã»Ø²v…ÿØ•¬ßľ4 L-àÄÆ¥ü¶v?™ùnT¼ØSþaËÚå¾ý_Í–ƒyÅ×8üÂâÅ?óûŠeüy(µ®×WÉqµ§€m/Îæ…m1Ìúö¾yî®™:™©W߯3_®âûÙñì}ëVžÙ”ï;oµí¨H‡*Òµª¾¯ª(9¬{ncûwöétt{F=¾­ ›G/Ö£Û9œg ýÙS˜0jbà mAÛ.}é—нä«ÓÜc;‹ômõú$ö¥Ø(Ê" X9°nöY‹uʓɎ•ËH:Q¨n²÷ofÓÚâ6±vãßLµS*AtKi©r­‰Ìʵõ–"CA³Æù¼¶…¸»>áý+,üùÊ'ì-Ùéªö}1‡ úùúî¨}9ÿ©­T÷[Y^Õ¾•Úñjü“Zø •õ¥pç§'®dH¼o¿ncfóé‘’¾D$½û$Ò§WúŠîQÉdÅÜKÙ§KÑõt=ç&^øè%n¿h0£cˆŠéÁ˜[>bWÑ=dñû/gT¿.þ¾(†„³®æ±EJ,®Ö‡ª¸OsÖU¶ÍÅ¿4K\‡V²ÑªgÜó¯óÈôÉLœp!—ÝøÏ?9…8]môª¶í­ÇT×VÊÙ*Úâé>ß®=/¬ý©ê~ª­£z²o5è?‚úâÌ­O{1¯>=”›¦ÜÉÌþ‰,¾½;¦ò­œ]/]ÊÔÒýïølX'—¿Êï™ÌÖòå5íjpô¾d¦ÅkY~ØÍÐ^ÀÉþ_Ö“9‘ º[ç]Âeoé™öÔçÌKô²íãGøÏÌi­YÎ}«;G5Çw7”Ù_KXÿËxàõëˆ ×“»}!s}; cõý=0àd÷+—rÑüκõ)>ÝmN ®¾‘èÉ ÍÅoòå݉˜0EuFÏ©ÚËN±shÝDÜÁ;¯Ž"Ì›FÒGóü­×Ù{%÷uÓŸF«(^Ùå*z8”$©èÔ‘ƒÃÔƒ¡#ã0©N²lf÷®XÂG§WQñŸ‘I¾¡;ƒ‡wÀ"ÉxLQ„­ߖĶcÚõ=›AázòmbÛŽ˜G'NïÅvt3[Цs†w ÇàNc÷ÆX½f¿·(Úb ÷ä~vïIAê4ˆ³»Fbôرk"hcqaõÇŠôÎftïP4HèLA˜=§H©Ëõé*¾/äÜډ׾÷¿LFö[ÜsVhéȲ&„áw=ÂØnâ››øÏðs >š,¯k{*ù¾švÐÅÊî_W°;ä6Þze½2]|¨Šû4Gë&ÛJåÖÔü;AsDÓ“Ž™¤O³sØuô ÖÔQ¯jÛÞêpL Û %^üUÜkû|Vÿö¼¼Íªý©ô~jRGõcß”Zô5Aã¤ê+¡Ua9ªDЀ{ùôÙ-Œ~ðžü+ P‹÷QUÔ¼5Ìk‘×χ Ã0z¡G†2{þv_òý(}LékUA…ÐAW2Òp#?/;Æý=»bpäçßR w ‰&5{5/,8DâÜ Ì›Ñ =0,QOÒò«ùæ‡ÃÜy·Ö?´d‚¯â¿ÕœjŽŸÓ½œñ è:‘uõÿ1(×ÏßqãêÝXïëN¸u óÞø‡¨Køô±¡¾û.ê/|÷f ïLÏÄÄâ žG-%ãÉNç/«ýYL{AÀ9½þèÿo~^{Š»Ú×!b鿎¼-{hø IDAT,ý®¤Si¡ëˆa´ÐÕ6(ޏ¨ l&L‰=9ur+iv#]ÂÈ…û´£}T6 ØóÒ8rÜ¥×E ïeÁm³aìÖ›¶'ÿ"%[KçÈ vµah?–1ÃãÀa£ÀˆQ NƒÎãKŒZÙŒŽ¨‰ tbwZ–dœ./‘9 5dÒo—‘í9¸½Ôº\_[*¼/¹–íË›½—½¹Ðñì>„Jj¹ñÊšàžŒî«üC¦{,Ájuí¤LÒº—ÓµJtPÍ^Yu;ø·oOcÇQL=‚ ú¶-õýØè¶á! &ƒl#ÇUÁÊ)žLŽËÇÐi<ç ‰F±Û(0 ¢OîJ¶LEëˆä¬@®jÉ:SKµ‰öÑ!ä»1÷¶`%;¦Ó3¶=’=£uÐ-{A±·(¹ºj 3W™ûvg¶ š1ÞT–½þ+ÊÄ÷¹ Fƒ!ò*nô*sß\Îãgÿ‹( xsOƒ…‘£ÆqVÿ04ôa°ß~Tñ[Yî­Á¾åì»Zµ¡ÖÀo¨´ìÒmHÍ^Í+ŸŸ$nö/¼7gf€³z`]ò5PI"ÕÊú©ö#wÎH‚Iuß]Œ³®¼‚ ºêáœDì?.᎛ɼ¯±%îaÒ¸ÑçŽEìåùgþì™úz;káC•íÓœ§)Û&ëß šõ_ÜÕ¼ûîn¸ë!Æõxá—Nã†YÓ™ÜÏ7ú°vzU—öV‹c´5k+åì@™¶¨fÿZ¥_zßœî nÏ+³aUÙŸ>ÚJî'wy­Úþ騷nUõA=s†SÁ鉟öoMÍá­›Ÿ`uNé‰î›Øí01pRÏâ Œ&œ¡t‡S›Ø•S³‰Rئ2q𻥗Á}ø'~8ÎùW÷!p§lfö<>’¸˜¶DÅ´%ªÛÕüYG³«MJYûãÝ$ÿ6Ÿ& ¤Sl[¢: çž ¸¸•âû01±t0ªÔUvšÎt‡Ü+§µpi`FN8Ÿq“ ·±ôìE@™IÕª×ÛíFöê0éÁåð¢/“¡°h·§=‡|òwýÈ·_|É?þIJåqJ—̓ΛG¾WKXçh´9äٸܔ*9h‚:)‘¼z+ÿÜÁ±t.·—»ŒŒ^ǃWQët}£¶Âãj×õå²’4ReZ i©5Ÿn;j’A)„W–+œ¶¥ä’ïÕÞ1MA.Öüܲ‚9ÌŽtì:3ºZV€êuãv¹p»U,°§á0˜Ñ¸òê¤[nÒâåZ™ÌÊÊ^q¶ š'ò±Å¼õW0SoA ÐÅ2ù¶±h×¼Í÷Ç}VÒÜû&î;Wâûë†2fæ“|º>¹0ÆQåoe©Í¾5õOêÓop§lå l¢ïØ_0ªž0·íB8y¤äùóAh,Ķ{:¶Êš².šÑS»CòŸü“§Ô›ÿyº²m’þ ™¢§ýEϲ|ïV~}{‰_sû¤¾œuû×qÕ]¯êÒÞª?¦žÚJ5~icØóšE KÛŸúnûu±ouë?‚:ÌkõQŸ#&¬Œâ¼yo3}ìUÜòh®ô–ø µhj‹ZA)* J´xdO… k}û´aä¬ ]ó5?½IKs¬í¿XÐ/Ð÷»ª¢¢eøs?ðüHK©‡z]H;̤”.¯lùÕ_úùЦ]ÿ2¶KŸbÁsÉ5d²|ÎÕ<£–§TqßÕ'T¯±ìÊ E¯EQN+': mÚà±ø8½äæâU*©#$$ P@Òh*¹'ß&!1ä<G•8ª1¢Ï;Hhµ*²«â‡Ýrç×Ûo ±®\Nú‡ýåXlöˆÄ@í’{Ww}R+<®¶hÛ$Ð%–n܃õÎ.„—yðVó÷±þ(ŽO$LªRƒvRÉýTö{Ùï«oé§}ßk1ë +=¹£¥bÝ)Ò]ÙYRßü­Pk@'IHª¯M¦Â{¯¬>|£rTÐÐH£[ÍG®ÕËL[Á>-B†‚fŠ‹= ?äoÿLíÊge~}ÿ«ƒ\ÿ`"cf,ü›±ë¾åÃwÞäÁKßæ¥ËÞcé+“‰©ê·²º[;Ùñjý“ú 5YøE-œÆ¯Vß¿PE¿[ÎhôhPQŠÊ•Ðè%Pß` ©ê6îÀZWªò{¨‰l›º'hc0å6L¹‰;Ífìm÷òïÑçðEϺéU]Ú[uǸëd‡jï—ªaÏkaÊíO%÷sšv©Vö­ªþC ¯Ô3MbYMè9<öÎMX~|’woh7„D““­¿íÅ^ø¥’MÒ¯û!f0½Úh@B»6µç••%B‡ÝÈÅ‘ùbá|òõ ºNŸF/ÿxhCÜô^lw“ÐnÝ ·:G›‹G˜”¦èÿ»ÆÇû)8¼Žýô`Öœë?¨=û ¤oL±É2Ä $Aïdëo{È/',AF(ÈuTù†«F²khT/YF.Úü#•ª£Š%S0[¶äÁã‘‹6·#—\o fÉCÎI+ÞÚô4ª †PÚ÷Ãè¾mpž[ßy–åΦÞ0È7Ô·Fí¤†ºVÉ÷µmM?\L\”%ul«¥ÆJÆKvrE5«Êäeäƒ)‚P£’£ܹÖÚ%ÑTe¬Y0…lÐ6–n5¹Ö@fg¬} a߯Ç_%;}¿,ûeEÛ¼|^0G¿øŒ…c%3GM牅kXûDoN~û ¿¤zªÿ­\Zɾ•Øñêü“Óê;*ñS’~܆õLGG”\¶®<Ñýé¢9=ª®²mNþ  §íÙçÓ/Ç÷d iBzU/v¨~i£ÙóZÚŸzoûuµoµék‚Óy4¨Õ{½)Ô2ù˜|_ ¹Ÿ·nþÉ Ž£õÿ&…ŒâþÙݘøê,fG<Ƭ¡A¤,¹+UΞ½Œ*Ã詉¨Ï<Î]óTfh‹!g#É2hKæTèǬkãùì•{ùH;ˆù—wBïÿM Íœ♼`×[bÖ¸®„È™8¬áܦ¯µ ¶¤Eü²#‘‹{•ù»w5Ç—Égn?„x^ࣗ?£ë´DíìÍôÉD =‡9³â¹ðÌx˜YçÄc.H#Í|ÿ:§-{ðÒÒçy}Ñ]ŒÌâ„2„+Ç—ÎT#ÙyÊä*YϪZÇ:÷שl%#-Ùê,Ý é±„¡/¿¯"Q¹ëӅѱ] [­æ/)h‹­*ãp@X»hÌÚ0Ú·5²cï¶i»awîIr<~e¯ lÅ™NJ†B`.òRí  ÃˆÑ›O°E˱”íìê€Áå @ %&‚º]_©1[êi´«@†>ô:³Ö]ÉS&ràö[¸lD',ÇøsÑ;¼þË:ßð%ÿnARUÐÖ ”Í)¥«D×&Uö}5í@Rëá¾-!{Ñ.w+ûþXCN|;‚LèQp;rÉóDѵK:v°°åÀ¶h{mRqfå@„ ìI¨ä&O5‡¶°y_"ÑF È98Õò:éÍØÅ?‡â0£àÌ:ÊÁL…>‰¾r´¥[ÍD®J d¦”±#º–"CAs$ï¯Y’Ù™×OdP¯ÒWgŽçñ+ñþ¦éÛõ/>þ­€n½;¢f´% ô=7JÈ)Ë*ý­¬ —O.¯|ßJìû%ªöOÊõù •õçu(•W Å·ö`ÂË×s¥án›ÔPùÛ26T“CªŠë)—[T-9d¢h?ׯיÿ¡s;HYõ6-w3à±èmT‘Œuô¡ î²Õ5®§ä¬ä®±ÓYÞç5V}t1¶ªÿŽ£"š5®Þâ®×Òè;f(ÝÛZÀz” Ÿg a\1ºÆ.uÔùšµ·ÚSÝsRÍì@ žï꜡[­±=tNp…6¬*ûS™m©MÛ?]û&§,¯A_#4v@ª¡‘, ¾ïenøáR>/ÝÐoη,²Ìå±wïæª¼ã†rùüxìÚBÇFOÂìx/ã^ç®{Õw\d—\Ü9 Ä0 ×ÞÊà×dÏ„;¸(NWêÜCæ.æëðÇxêƒÇ˜õž Xh7b&¦M!^ÉùÞÍ×·¾ÅCóÏcâgãÊü=¡šã˼“èv ¾xŠ{Ÿ‚i_ûÆL胣éua4&É/‹GóM›Çxò½‡™ñ–ô œý)SF÷gÌ“/rÝMòòm×ð²JŸ ¸h\û2­‰ìÇ~6­Ù_æË0úF¸RpZ*ÒyƒrøÈv9@‡),žÈZ„% ¡é‡ön%Ù K0@ªì¥ƒÛFæ‰c,ð½“ÔDÒièpâŒ*ùVa ½hÿÏ>þIJ wD‡X}Ý®ÏY ¦jڌ⩥¿Ò{Þ3¼õÙ£Üô†ïa:¬×$n}ã}î¹$‘ Mñ›°šµ“RO ëÚ¤³+ù¾CÕíÀÐü ¤d§Ë³ O=ʱãÙ{Ô§#ZSíÛ` ÀÐiƒŽrøðv¶;U4æ0âúO`Pw [²*С½•ýÞ¿4¯/(c´D\Æk¼dØN¶Ý ú ÚöÃÞ!xó3ð¨§[ÍC®5‘Ù™kŸAYÖ~° [Ç›¹8¡¼1 pBñˇɸw¿¾ùsS|úÔy4·½û<DhðìÜQéo”yqíɪb_*±ï«ñOj4Ê9¤Ò>"D*í§ô½ï[~ló$O¼ý$7~ì$,1‰œ;<†ï2ŒN’Þº‹ÉNIdÊ£_óÜM]üþÑiøPRe[Ùq èßOs®Ùß‚æ‹WFDþbÞô=N:|~aDâhn{û¿ÜŽoE¸3úÜP›ç¤šªdµÏwuGeרžçŒšäË/U+ûSµhû§iß ªì?‚z~.¨à  ½ó¶[œ¯½ù6ÙY™>ÇF–…´5 •` ‹&¤BoÒM^z.EK@DÞl2s\þ¹Ìz‚"#0d’m“Q©`Ÿç0†` 4¡ÓøÜ&¯ÛŽ5Çæ{P•t˜‚B4к³zñjä!—2&ÚNN¾§\Ùè-„„Z0ø“Ψ^¶<ìN¯/ïŒÖŒ%4³^(x¹äX=˜ët}UÝW] Ò¾»šAwäÒwñÜ”xÌ’ÐÄúSi=¦À ÌtšB‘q;ó±Ùœ(h0c 4£Óøb;íVòrqýJZŒA¡XÌ…¹TŒË–ƒÍi'9i=GBÆ1eT$¨:ôZ .{6»»ÄØÆÖ­&*Wµ †2«H&-H† vxޱ`âžêð»?S¼:ž@ 4wû#ì› Ðé}¡Ì”ä¼·`¯¿õÎÏ€ (ì€ÈñoY%>[ý¿ø÷÷^(•ÒX=#IÍ-gö)œÕPì™§Šç.ƒ/ÿKú©ª÷)q—=—½¼¦:3’ÉVÌËFò8ÈIÞOaô‹2£zó‹’¬—*[Î''#¿rý÷`Í*ÀZæûÚ__u÷UW´DMy™··ÌäÎ[Fòõ9kÌ•<6ïfz›…Fž¾JËز)°U®ó.{..{nFÔ‹Óš…ÓZµUe¹UB[·š®\k&³ŠdÒ‚d(jMM§ As³?¾ šŸCJ hP¼¸rS9q*§@ƒ1¤-‰g §[Œ-ÝÓr­³.–ÉO/eÂ];Yóû:¶fw!B§ŠÞ¨Yx'UåP™ ‚z·Ân‚–f„}4CjeO h>(¸­™dZ…$Í /ŽŒ“8„ „Ì@ ‚V€H•/@ @ hTDRs@ @ A£"’š @ @ 1eO @ @Шˆ€”@ @  Q©ñ”½C‡i @ @ ´{önÐòuMåB‚¦ˆªªÈn7²[FQ•z-[£Ñ Óë1%Oˆ×« x½¨õ¼”€$Ih´´ZÝ™;_+fëþS|÷Çާæ aÔ3Z†¸¨`.“È€nm…@@ ‚f€xR*AUU ¤$'³kç233ë­lFCXX}úô£[DÅ ªŠÇ#“œœÂîÝ;ÉÉΩ·óI’DHH‰‰=éßÞÐøçkÅü½ï$ü´‘Cúrîèp´­h`õˆWQHMÏâý·rõXgì&„"@ 4qD@J ¨Ù-“|â[’6Ñ«w_úõ€TOY×$IÂaw”ô–à :vì„Ãn'99™¿·lf̹ãˆïÔ­¶~²,sôÈ!ÖüñªªÐ©s@jÔóiu­×Ü|·zûö&44‡S<¢Õ3ÁÁmØ·¿$í)@   RA%Ȳ‹Ý»wÒ»o?Ðé´h4õ·@ph0æÏëIHèF¾ÍÃî]»;v<»&Ôë½èõzºõ@’4lܰި¸8ôz}£ž/@g©tÿô´Tì߇5/¯EéF£ÁDjF.½ú†bszEÃj@L–PÒ2­¬_»ºÅéRcéjB·î-²=Š: Ù¹ Y DݶfyFEÇ4¹ë) E%;+s3:­½V‡F[¿S­B,Ádef!i4¨*äææÒ±sç»§Žãùmé/x=t:}£ž¯2ÒÓRÙ½k'ƒ† %""²Þe|FuÈë%33ÍÚ•¤Ý¢(¢a5t§+©ôé׿ÅéRcéêßI›ðz½ >BÈPÔ™±±«•@Ôm‹‘g@“ J‰€”@PUV$@’4HßVŸh5” R¨ªŠV«EUÕ†iðz=Š¢ øËoìóUÄ}{IìÙ“ÉD~¾­ÅéÉdB«ÿ»íBÑ +x¯ÅêRcèjž=Ù¿wŸ¡¨3±«•@Ôm‹’g"öí) 9¢ªjÑÖTØ·/?ÿò#^pÝ»õhðóýù×F’6obÈà¡ 6¢ÞʵÙl„„„¶èÑC: ¨Š‚*šR£ÈZŒD«;Á!¡8v!CQg!c!!W!+¨Û&O›­éöZ~@Jµ±ãóWùÊ~ ÿ¹¥¦êöwå×o3ðªsˆÒÞ V>÷0_ÞÍÿîSþø²û Zž ©**¥Rn·›ý‡ö“œ’‚,ËU¯×뉋£{×n õ³ÚÜþýûXõÇï\uÅÕüðÓHHtóϳn(’6oâî;ïáÕ×_®×€”ªª IM*ØWï†Vjá½ ^ÖBÎuFò·E!CQg!c!!W!+¨Û–'Ï&ç»7XÉ®ü߸óù¬ó›¬ûhjÕÁµ€›×±[7ˆ ¨׸Ž7—¤^eAؼ¥¦‚$îé?Ÿÿ3Û_йĮJî&^ž~Ïü3’×FàÚzðæ²ýÇ%¬è3ƒ²éˆ+ÜÿŒEMP†T•RqïýŒ1’+:Ä×èøcDzqãúôìUƒsUmx÷ïßǪտsýô˜Í\?}Ÿ|ö1ªªÖ)(USC?dðP^}ýe† ZïÆ¬¥w4Ú¢™ž¢Cm Y ÇE´IQg!c!!W!+¨[AÓ§î)5›ï/êÎ,ëSlù}6ñeK’,tHìEvªK»ãÚÇÛ3¯aÉäeliè`Š¤Ã¤½YTò{O2 ¯¿Š¦»øþÏ»Yhj»CÓ˜2lFPU‹‚R'O%Ó®]{2²ÒðT‘°@§ÓÑ®]{NžJ¦wbÏÓº–’Á(½Þ€ÕšK@€¥((4ØH©aC‡3lèpÑÑÔÅÐj$PÑ¡V©V¶}4ŸÏíWðwö-õ² ¶²rmRÔ™@ÈXÈFÈUÈJ êVÐ ž“¬dC'®ï7®ojw¬ !6Ô@›ö¡¥ƒ6º8.—„Å`©I4§¶û š·!,3eO–=h$ i™©¾áS…ê¥ÕŽÙ@ÓAvn^E!", Yöœ–A-Œ:y*™•+—3nÜbÛ¶kð Ô_›þ,Ê!Uß©–Et¨UãÉaã;ÏóFØpæÞѧúéÕUÈZÈY´IQg!c!!W!+¨[AÓGÓ`%{ŽñÎ9‘ÄN[… @u°w὜×;ŽðˆHÂãz1éÉ¿)(qHê{‰‹ˆ$<"’ÁÏíÁàIgõK39§[á‘´t)ÿýé„ï·ŠpçÇÇ.gP{_9]FÝÌ'GJü®¤OŸDúôŠ h‚'Õ/ÍbâY}é]ƒsTµ¿’ÉòG¦2¬g<þ{étö,žÿðEn½p í"" ìÆ97ÀN»Z¦ÌJîSÉdù#3¼gÇ¢2cû]Äß)wådX¹¢d¯àÖ^‘t¹úkNzDã(iUµ|P 1¡7½{ô/ÚúàÚ½]¯õõ{!‰ }HLè]¦,µÚ$ée÷Ù·oo¹`ÔO?ÿD‡ñüôóOœ<•Œ^oàúé3XµúwöíÛ[á¹jr¾””d>[ø ÿûê Ž9\ô}a©¤Í›Š¾;tø |¸€/¿ZHJJrÏWÝý¶´Mç·´jÿçQ~}á&Æ÷ŠÆl2a4Ûw³^û“lE¥uü«NJÕÿ+ H5Êæ<Ʋ¯Ö“îiYúÚ¢Û¤bc×ÿæóÄÿPP—ã½V¶1Ÿ§>Ù‡SÔY«Ú„Œ…lJmž þxþNnswÝlIs–k´ƒ¢} ûÒ¬¶ºúõàw¶®€TÙ8Ñ¡÷™u÷ا¼È÷ËVðëçÏ0{B;Jf] »äm–¯^ÍšÕkøúÆ.p°õÙ©ükþA>ô?ÿô9sáÍ×ðú^wOµVÖÏÂŒ7ÿ¡ûoò¿oòìU]PJEm‚óö Þäÿ»–ç¨nÅΡu8y#ï}»˜ÅŸ?ÇEîxî·Ivï~ý5Ÿ<1šœE1óõ½þ€RMÊ\ÏÈy÷«oøö‹7¸;q?ÌžÎëûJ_cYR¹Wq¨²B©°1§g¤r25¹hsº 8¾úz^ô ÇW¿€ÓU@zFj­R%9rä0+W-/F<Á’¾gÌ豌3Ž1£Ç²ä‡ï9yòDQPjåªå:t°N·ºjõïŒ9g “'_ÄÒß~fï¾= 4„W_™Áƒ†°wß~[¶”Ë/»’¾}ú²|å²Ó ú5Ô¨ƒä-¿³b{6žRF}7ó'ödÀìŸ<  Õà›²§¨nJÞæMêÇÔ¹?á>ë^ùè þ÷é«Üw~Ž\ j¥Ç¶¨ÍßN§ m#¤¼¹›yýº ¹ééùý¤ÜbtµÅ;öÞ\6ú¯<‰»Nu”CÒ'ïðéÚÔº/êL<5ØNãÚ‰&!›Êlf#Ù’Kæ½yx›ª\+“OmåVV·êËÖcýñöyÛ_ó{1T»zo–ý[úP¡ÿX™Ô—ßÙªRÞÜd² ¢û艜5°CÆNå_#¢JÍ4Dt¡g¯žôê•Hçd¯fþ»éùßOx~æx†ŸÄ-/¼ÈTË^¾úá0eÃEjöj^þ<…¸[?ヮ`ÂØ‰\qûƒÜУŠá:œ£&ûÛŸÅø1gsÎy³xòÉñ‰â쫯äÂsÇ2ù–§˜;/O"Ë[›2Ïfâ¸1Œx%÷¿òCÙÇOkÓðT!C¥r/R†°ñ¼½;ƒÃÿ»’8ˆA•Щ¥‚R…dåf’]b“eÅ+cŽAñʸÝnôz’$•Z)¢6†aíú5\2õ_èõRRŽóí¢ï8wÌxztO G÷DÎ3žo}GJÊqt:çM:Ÿß–ÿZ§ûÍËËÃérb60sÆ,[þ{öüð¡Ã¹ýÖ;6t8{öüòå¿1sÆZÐiµH’Ô )źžûu¥ÓGøÓ¦Ô¢S8À·ßÄ£‹Ž—vœ¤âºu§{|z©áGH©•Þ§¿Ÿ›Æã…3ã»­¬xûn¼b*S.½ž?óŸ?:˜@UEõd²îÕ8»sæ€Â{Nâ®Ov`U ãt~3‰~¢À@ô i<ýî³Ì׃ð€Ìq ™ñÛ åW—cT™ã_L£OŒs@æàxκñ=v”)³§È¢2Ût›À¿¿:Xú-²ó‹žLÏß>m_LJ)\AÀ·œÊÊy×2¤] ÿž/à¡ïVùF¶ÒRJ?]Ñ•NËo]¦­ÄZ«7ã)|}Ë,>6Îfáò·¹™Ä'œøïPbþ[ú·#ÙÈ€¡ÔþsÐm¢[b IDATß¹Ýjœ·úsDÖrÿ¸ò÷Þ¶+ál'%Ï¿NŸÆB\û`ØžŽÍ áu(SÒ™îáðGJ^ÚWZ‘u‘» ÌTFŋǪ¢ iJÇpz£ÕTDLUØõz_ôQìÏO§£v²<ºúÙ®¹T¢t‡ÃÁÉS'±Ú¬üðã&ŒŸD—.]ذq=[·ýÍ€þ7“ºˆ—~¾…—·­Yò~¥„ã¤(Å£ÿ´í¹ê•o¸Ê__ i£uU­²—¿…·>:ŠöìüwbÚ Ç'°ã¹ó™øL*ãxoG“¼ôºõ\«›Y|}tЫײ?ò>>}á{ùú‘{yêž•Œ»÷)>|¨=ê?Ÿ1çá{™Öù,’þÓ c]ŽACØÀ+™ûÞLÚEèÉÝú1÷Ϲ›iñ#ØôhÏ¢2÷EÞËÇïŽ!Ì“Ê_ æé® ªïîaÕÊÚ‡&qÍ™óy—†‡’½m1/>¹É/#°³åÉIL~UÏŒç¿å•^^þ~\s)Á›×ñp¢±RYW¨Oª¿îã®æåg. º„ÑÔ…vÇ\R7ªCŠfÊ+K¹°MÚšèoMÍ™×Õ*Ûd¡ O-âö™mùöË;é(];]{“3è…’JÝ®³P.jÓ»Ïru&…rîÿ}ƧVà%åû‡yxq÷¼ýŒDw×ןþÖîj±ŸJ!7ç½Èº ó9'¤„câÚËO,"KÉÁ£„ +Ô?T߈Sé4ʨ£¨¸]xÈOφثyéÙ ˆVídØÃº%Ÿ3÷êOùßìùäÞ¡„6ô+à3`'j%›ç."Vë$ïÄv~ùà î¿h-É?~Í]=Lõo3Ç9ô˸aÏ]uû¬Æ7ªL>µ•[Yݪ/;XÏõ×à}nÍëÁªöõ~FìKCèCeþcu2i(¿³µÂØ•Y_ngË¢'ëú‰û/ÈÛ~$ÕSå° T´ŒxþW6¬_Wb[ÏŠÇP®²¤JŸùêíµÝ@«G‹Zì¯#¡Ñk|Y]ËD‹A ŠW©¹ ÊÞ)¹Ê^ESö¬¶<¯|†õOwôÙÙ—¥«ïURuˆ>W. mÁ:\˯ÀsàUFªKžGUU&Œ›À¦¤MüøãLšx=º÷@UU¶nÛÂÝwÞÃÖm[PU•Ý{pÁy²zÍ6lÜȘÑck/{¾.]º2þÜ ,ür!'’a0¸í–;øõ·¥,ýu)¿þ¶”Ûn¹ƒÁÀ‰äc,ür!ãÏ@§øÎ —Cª`Ÿ¾»Ø›ßⵋ-$½ý%ûœeßä°ù£¹tTº$t§KßñÜöm2²ÿÒ>½Œ^ Ýé’б¯ìÇå9·v§ç-k‹Gtx²ÙôÁ.Ù‹. Ýé=v:ÿýfùE£2YõÓ™8²?]ýeõ<çÚÿgï¾ã«¦ú8Žîè½Ý“ÑhË(»ì ‚€ ¨ "Š¢‚'îǽ·¢¸Š{/DÜâ‘)2¤ì=;é¼#Ïm¡ã®–R+~ßÏ«/Òäää—““ô—“„;>ÛìsÔŽÅlÂÛ»‘œ«X™)»cöò~©¬¹÷‰•4ºà-Þ¼c' Í…¾Çóǹùî¾gù³À8˜Æ NÀð!ÇpìÈ ¹ÿþã ¦1Çœs£ÊI—?ȽaÝW¿³×UóeBÛœÈé£Ñ·O?N˜òwc&ýû?É6Ê—y #† fè grã³÷ч5|úãN¸3¾ãáW·ÑôŠw™uËx†Áø©·pAûƒ) Ü?pß³ét¸çm¦_4œ¾ýOà²'ž`løjÞþx=E^âi1›¼ß2€°ºôêI¯ž‡~º¥Fb6\ìÿþzz¦öæªoö•ÜYsîá‹K{Òjø4–ç¹¾7ä—g§rê éÔ¶ ŸÇý_m£È_;,XÁ=ÚÐ÷î?ËÇäöm5kÛÁÑÿt[õwWhЋ´mÏ0é¦/Øå¬4r¨Â1HÏfX¿®ëØåÄ©<ùÆ3\{Æ`:¦¶¡eë^Œ¼ú V•ÅßÏÚ÷oã´þKâÛ±?§>²œ|oÛS´•/<Ÿc;•”ßíÄ«xgsI#-ÿ.˜_ž½’‘=Û–Ö³Ò>õ02¢hÙ“L<¶sIzœÄ3²ÿ`,œlÿx*C»µ+ù}Û~œrýÛoCµëãmŸѰCOúõíK¿¾½é––Úõê[:­-# øåªî´ì}‹ó,Ú7ûZ§ŽåíN ×~æÝ#úw-©ojºŸÌ}Ÿ­#ßmÔ0Ž2·e¥ r?ãþ7ו»+ìd÷WðÊÆHƒ!{{Žòí¯6ÊðÚÆqžB×^=éÝïXN<ãîãKޞܔ¿^˜Êýó³KFhr\øj¾~籟ð±O\™ÌübF èRº_;rüRPÝc,ÐØôìFžý:ö™y=ÍóÖ;k(ðV@bå­Ï pY_× ®#Àc –ã赑·øxœîm_xj[þúÁÃ9ç‰6èë˜÷{¾<À¯W÷ eï[Y”¨Üó¯£kê`ZYXõø;œvÈù;Ðs¼Ï> çà€Êô_/¯Çm}ê_9÷Uç˜ñsýè½/ó±\ •ÿì©’ø)~¶”œÁÇø? uWÙàwþ$zj¥L³çúŒ{3=—à܃/4¯œìÜŸµ ƒðð¶ÿòmO¸Õ³oÇp•$¤¬¡1%ÿµ‡á¦Í°ø{îý˜[Žó$-—ùn’Ø„óÎ9¯Ê]‚.»2ýÉÇèÚ¥ëÁi-š· EóÕyTu}mÛ´Åår1kÖ,&žsÍš¥0õŠ«xáÅç™zÅUØlv¶nÝĬ×_çÄJ“d‡‘­÷ÝAd/|‰öuãgv¥ÿ³HùäM^üc2ö äp)dÍsç2þÉôžt3ÏôoŠ5s'Ec±@ôȇyùâÖØ0Ü «±»âÅ$…¬~æ\Îzz/ý/¹›ºG°ó‡xàæñl2¾àåÓ±¸óظ`!ëc/àñúíÜË’·â©k/¡AÛ¹¬•ç·³Y-¥‰?7ïJÿ7™0Üžóé…›~cE^=OL#ìà< èsR;øv>Ë÷»éÒ¨\{-ÇŸJKÙ–éÄpÛ€š$EÂÒÝä8 Ñ\ƒeLElóÿ{à ¾ûs;yÖ"ŠÝÐ5Ÿ"g¹N–+ÓÑ’¶ àû­Y8ÜI8¶,"½8„®CÛR¶=î 74)ܲ€U°å¦ÎDßT1Që÷SìÆã»ðJbmx¹ù.'Îr³˜-L˜ˆxù• n~€‘]î'í÷;¹õ»†\òÁÒBÀ0òùóñs8÷e+ãn}ž;Z»øëí{¹ïò‹‰˜ý!—¥ºý¶Ãƒ8”eƒ+_hýÃmÕç1YVïÆ'òàmݘzÖ\öJk^¿ Á忝^ÿ`Cì…L¨?1EëùüÁ{xâ®_éáõé10íÞ>D;v³üÓçxòÚÓÙà˜Íóc°T»ÞN²wæ@³qÜqâ7\ùòÓü<þ1G› p 3ÿ…°ÓcÊúk¹wG6ÃÀ^n—%j\†×~€šPñQ.SݧÜÈñï\̯-榾ÇÀqáöÑ>Š}µÊ û¤E«¿ý‘Õ‘“˜vÿ “K~ƒd¨Î1VÓØØÂ ±@q¾·Ûs=‚ŒVùëC¼ö™,ëóº!ðuÚ—\d­Å¸zmä5>k=Owïö²/²ª$ßüöƒUâø9ÏØ8«öÛ ¯cÞïù2„ö#»<{>?l*¢[[PȺo~'§Á`ŽK±U=þ§]rþèﯨþ9ØP™~êåµ]zß¿ÿHÿȹÏkùYÕë›y‹I>Ë@¿rô%¤²ÿæ·¾g½ùÐèŸfÝéÓ¢âlŽí_3sn>­Ó’‰rïåÅ»ÀÖžØ3%Э}(Ùs≮¦_Ø>¶¸{3~Ä`n˜œÂ ÏÏÙ7sáÐT¢œ{I_gaÈä“i^éúÆ3ˆ/oÇàGÏæ4Ûm\>¢ ÑÎ ,ÙÄzÉ‘ÅúY‡5‚øhÈ]ø!_üÙ1i~æ¯Á˜3¿u¤L/1<­ÓÞð÷Ê#(3¾å²cÎäëNÏðóëãHT¾êàe|ÙWö*ÝåÙ3\N»•ŽÊ#¾Ã ¸ 3iÜ~ŽìM„Å%žØ ÃpûüÃÁÀÀ@»k—ntíRº¾ÃÈx{[_»víq¹Ý¼<ó&w>II͹zêµ8N¶lÙÈ+¯ÎdÔÈÑ´k×þ°Öàp8| íÝË7/|{Ð4ǹ1ÅœÄy_à¿çº'ÒÀ FÎ/<þâß48ã5žº¦+aåË.râ6ÀÝ”æ-ZP6x×épâ2Ê.RçüÂô—×7îU¿¬[I½:¾é®{òUVŒ¸žÖ’eìMzпOOž­ü2ä6æþºƒÉɉ#ôõÈž%6•Ôøì·¿Èv·¡¡ÙÇ“&£\& ÀÍ¡qI•Öc±–i”Ø,iÔl™âôg8ýŒ‡È=ãf=Ö&A{™;u w,ÏC™X²€Ûí.™vp4«á!&FÙð ,ô{üž^¾Ç$(:‰P/§Z«ÙK{2%û;ýa†wz¸Ü/Zrýœ÷9?É „Ñçºû8õç)Üp­•Ö+~ ñ”w¸ µ‡Ã‘õ3O¾¶‘Ö×ÌæÖÓ“°[Þ΢¦ðñœ œwö6¿í·‡ÃQÒN.Ü¥}‡ÃáÀíüçÛªÏc²,††›àöòÔ­K9ùîËx¬Ó;\—VVGg êØ~½ºN7Ú8äó+¶Ñó¤‘ n=[óå—ÜôãböLiNÔþ­dFÏ^ýéÖ.3­é¸*ç{ÌŸyöý]ÄO|‹iS:–ijGs²¾ø”ûËbégŸžiËŠ‰OWi»OâÒ3úÐ3ˆMÇsÕÌ×Y1î&Òì`M:†ã“J—éÌ5_Íæê_V’yq ¡>¶ÁUÝúÚâÀé*9®œNåg ít=l×ñÕw›™Ò"… âü´(‡¸þýH09p8µ¥cúõ"è; ' 3Nä¶'g±rØ5´-¨n½ ÈÚ• áñt8ãJŽ›u5ÓÞ_OŸóš‘ýí¼±³#×\Г„GlïÞIv‘»ÉQá8p¸£ Ÿý@M‹²z•¥žBïdøjãJvå÷'¤ÀÿqÑÒGû(ôÕþ]•ú méb{É~mÚ‹czw¥¬—-\ø1xlŠ),( Ï}€ý[VðÕŒ{øÉÉÈáÉX¹ëáÜ?Ï‚ç>ӱߜÛy¿n(dÝæŠ}º¿xŸÙ¿ãàµÞÎ)~®‹*ï W¥s#~šŸó 76èë˜wù?_†t<‰¶køê»M\Ò²9AEé|ùýbŽA ë¡~²JŒjÒ®9Pgs }@5ÎÁr-ÓGݽ^ë8êWÿbõîkg ì˜ñÛOöÒ—í=2ýÊÑ—Úþ:Wœùz…IqgÁ²GW¼¶9sžzŠ›¶•Œ‰h1˜Ë_œÆÈf šÁ÷Nç¼I72í¢qL3ÅÐiÒKœ<"‰^·ÏæÃ¸[¸kÆ­œ÷¼§Y¿ èznÕ„„ÐéúO˜swrÚL`Ê€¯¸÷ò¬z:Î:“Ñ=<¾±hç 6:ìtèŸRnd îZúÛ§ÅF‹ŠJžîú›"é0 æýÅúl:ÙùË<øÜ§üö÷nò-a„;ÜÐ>Ÿb·AŒm¨v}{„Õ“q½íLý[ÏDÒžEü´#‚>Ã[–ÄÍÓ6›ÒçøVpßbþÎqÑ|_uãXHF–sX4¡±ý¸ìÜdƼò KNšÈ²ç~!dÔóŒN´±>&Öïå€Ó ¡õP=JFöF~úšUb{ðßÕ8.|´»¯ö_¹ŸðÛ–â«îWü¬£¦±IŸÆ‰Ý§šÝ1·ßÎý"ÁÈñX€bå¹Ï dÙ–Þûë€ÖSqt†¿x›'Õb\¼6òuýȹÆëô@úÁÈšŸóŽHôuÌþÏ—ö¨îœÞÛÎÔÙß³õüI4Ùü-s·Ç0ä”¶„xûàEMÛu çïêL úçਔé©îÛ_}ë_âüŸûÚÆvÌøïC<÷eG¨_9zR¦XN™½—S|Ì2å§½L)ûG§ëùdÙõ^çµ%aÚ·c˜VeäOc޽ê%޽*ÀzYbé}ñS̽ø©À·Åç:ÌÄô»™ÏVÞàüÉ·°w¼eûÊ¿­<”~Ϥ³?à:T-“î<¼j/ûá@Ÿq¯°¥¥_Ùò¥'¬ƒŽÕŠËå"¯àEEE„„„Ü %EÙÛhÜn8[~Âd±S°õ ÃEþ柈Iì€ËY&³Ÿ„%y–-_ÆUW^Ãô'£K箇•p󵾎Óp¹Ý<ûüsœ|ÒI|úÙgœrò)tì˜V‹Ï"{+§ˆôÞf­{?kÏíË•~ûæ§8ãòT0\Fá%Á‚Ç$IÉH#O£Ž“ó’l1—Œþq¹¼®Ûb.ÙcžÎ‘ô½ýYÎûát¦ëÏêË.alß–ÄY󨹿wäœÈw á¦ËÛ2ð‘s˜Øà~¦ôdۗ𿯠M¿œ´`†ÓTºö’õå¯9²u›J§™N«î2ö¤>4ç~f<ô*­ÏëA£à¬Üë(=‰z.“²[Y™ÑC¸ùÊöóМd¿‹©'¶%Ú±žÅ{ØÒybŽã¦ ›sÜ3g3.âv¦ oM”c/k×™váX¯‰z‹ÙW{BiÛ©#M-^Ú ‘Ǻߖ’‰v~Ëg]DÇe?¸10ÓýÖ׸£GX…Q[ÖÈBöý䣚°˜Kî@{KÔÕ‡¶êÿ˜,÷{sCn}ÓÇNᆒ9ÙU~ÙÖÑl)¡whš¹äMõ%ý=™3ŸýŠcÎæ­×^åžÉ¯ñܨGxçÞa‡þÐ8r#ñ*­Óß>õ˜¨õ–p-Ù^Ǧ7¸ôÊäüÓníN|Ð~æÝu)ÓË2b>¶!ªÚõ tŸùH>›"é=aS>â‹ÍgqÆê¯YÒ“©íB|&™Måã[Ýz»òÈȇàøÌÑòôK8ó~t'Û7´â‚é݈0¹Ž üLòÝöÃá”á¯8œã¢ü¿r×23Ø{´¦AP€Ç…¯6îëwÕnÛû<·‰êcƦÉžxðâív"âiÚ(¬t„¦AÉ0Om3>„š/ëóº¡ý—¿xÛƒk1®]Ù¼Æ'Ðs·éþûÁÃ:ç‰6èó˜à|iФ×Y ¿ä3¾Þ2ŽÁs簭щLëRÍ~µuþ`žšôþÎÁ5êW¼]{þâç¢ àÜè1ã7n<—sÄú•ú¥Æ/5kÐÐçÈQ”*Ÿ¹àaƒ†,Z¼”¦-hß:èȺŸÃŽ%ïboÐKHÜÎÜEÙ¸‹rÀUHPL+27ÌÃ? BY3þn·ßŸÎi™þäctNëÐüe?5Y_§ŽiŒ9’Y¯¿Æè‘#éÔ1­æëórçÃãOÞ_¼óÉNŸö0o¾óïü™É=ƒÃÙúѬ*0ŠO£yP+~ø›U>Ñn%ÌÙùU>{è¶AP|RíE¬øa-y_™ÁÒï×CÃN´‰4y~‰iŸ?.{dÏðò?sÃá<þË<ž½¬=;>¼‹‹ÏÇiãÏçÆ—æ“eʧÀL—›f3û®ìzébÆœ4Žë?·2nú×¼y^Ö çåKæPÝÊM£Ò¿ª³LPÛ+xãésiôã-œ6üXÅ]7"--»É[™•§ÓùÆÙ|ýÐ)˜çÜÊ9cF3zÜÕ|jêÀqýJ¶ÇF¯»çòéCÈýðFÎ>e4£O¿’é_¬(yiª—ÿ•òúòKŸŸ©v“³ð nxÃÁ¸çßã‘ãðÖ Ó™Ÿí*m#iäfÃÊ|5oN‹e?)$5°cóÕ-$DAfúF²]^>^Új@/-·¼)²×>2ЯgÖ¦C¿«yñ2­ü6ØiÒëT®æC>½¾-»g¿Ä·»œUêZV‡¥_ÿE®»j `Ÿâí… å§¹ö°à›uЕVá& 7-d=­8ó’Ó8&-•Ô¶i´kÐ6Ô¤>~þPÕ«Nï6SoåÃ÷æóógaïs2Ãñ±ÍY¬øy4ì@óSõëíÌ'3ìá6̆)v‰aÕg (x§4µ`fì‘vÈÏ Ïé¡ýÕFµñYyoeº²øcÆ4¾Íâø ] ¯Æqá³ûø]Å~Âÿ>ñØGTã 86¡ ´éØm[‘Ô0´ÊËã=Õ# Xyé3YÖ×uC`û©ÜŒö%µׯ¼žS<×øšî¯<Üs^­·ÁÎ{¾Ï—ÑõLNˆÛÈG~Í»Ÿí åô±´¶U#Fµ|þö7OÍúßçà÷+FùØïõ© àÜè1ã7n^û²#Ó¯5#¤öïÓHùÏŒ*ùë\n*¹IÖ­]ï¿ý‚Óyè­óí‹vQ0çn’{Œ#,¾˜Jsô†‹Ü­‹ØúÇÛÝî?ï ¤ÃèÜ©3;u>ØQîöùÓ¥sW’“Rˆ‰‰©õÍsq¹KÞenFÆD§6‡Ä4;s _ô%o.½œN½ûpÉ™Í8{ÖÕ\rgõiFpá^ö÷ddŸÆtL !÷ûçxyÎdº‡f²ÝÝ…“VÌ5Ù›K'¶àŒ¯ãºØk8«k8;ç½ÄC?ô¾ílÚØÀpUÊOVº âá½÷%­Ù&0ù¸ÃcîÌ9¼Ã9xËŠ6`ÐÕ¯ðËÕ^2¦Öd.›ŸÅe妅tº“U9w–›/„/l"÷à¿k²Lí'>ÁwŸð2j¦j™„tç±ô,+?ÍKßKžå»KžõžjÌkg2äÚÀï”YÍ&Ïí©lߨÄ⿳Õ\!ø´éÚ†èÂ¥¹µ'‘}¹d|SÎyý:.»œ³¤éÌ`Ã&3ƧY¤vØ·}G¤b<ñ·Ì:V-¿b;âÝ hѶ)Æ~–/ß A­ˆ¶{Øï‘½¹ìÜVŒ›q]ɹǶ ʹ…¿öQeõô³Oƒ<Ç hÇ"~ú-ˆXçþüüžZhcÀÝgÒÚî&]hÆs¼3ãCšŸÚ‘¶|Ò3œmCµëã·õ~o¥{Î8» o>~ºmô¦ä]e7€  hñLžy;ŸþÉAìüuÎ+&íÚ3hc‚ªYowY`·—–Lûs¯gRÞ49wÑ&0 3¶ð`(È"ÏU±Í–ܨ?Œ2|ô1–¹Y¼àw¶¸ Èܾ†ßæ¼Ë§Ëòh?éYnèQ2SÇ…¯öá¯ýWì'ü쳇>pîªÆ1V£>ÃÏ<åŽ_¿}ˆá¥ÏìY‚|õ׬ÛFÃH8°ìK¾]ÕšÚúŽwÂþÚŠku®¼ÄçØÀÎ5†ýè¯4¨ù9od»õ|TÛmÐ×1O€çËœyj3ÞŸqï˜Ó¸mt2Öró{ŠQÚu çoÃÿ<5éüƒkÔ¯T®»·kÁM¼¾#ñé_\þÏ}÷•‡õú.iî IDAT›·˜{dú•£&!%ò_!Uùg‹ÅJJR )I)•æíMÁÎXûó˸óv”ëM˜#“qw¸Sp¼ï„N]g°«±¾èèè#R7Ïφg²à­yhz6#R‚ªÌÖádEÎá»·ÿ ³×±tºòefD=ÂcoÞÏÔWÝ`%íœ'Þ§}¯»Ó¯{ˆn¼ LQ´÷Ã4©8B ;í¦Ìà¥Ð‡yôõÛ˜òœ{|FÝú*׎)ý¢ŽQiTW•“Žá%!ÅÁGÚ*‹ŒŠòŸœìl‡žÔü½CjçÜrIåº2mÞs4÷>ÞÉÌ£—t'â†pÃU]ußý¼~Æ;\’J穯ðBô#Lû®yà „‘Ø}<OFSk¨vØ” ñè¾»˜öú\ù@0q)ÝÑ,¸´~ÿx[õ}Lzù¢ ¡tºøNÎøêB>Ä8¬:•Þ1rðÝG¥Ï“:2VñýÌ×xpW!áI}9ï¡[còPg;m§Ì൨ÇylÖã\ûnÉ{%õ¢·F¥_ôñ·O+!„äžÝIžû&7L™YR‡ä¾œ}ÿt.?¡1fÃÀÜül¿c7w>÷—}Vò©Þ ð†´9®!6ÛPíúøÙgåo=žöÝÁ³ÍNº„¡Ï_Å7¶S8«kx¹¯S•Îb+dé«·òúÎ"ˆlÅð©/pË„äšÅÑY@V!ØÂl˜J×cn4„«îRa[ìa6på’Uà­Ôþ§ ¯ýÀË ‹ªnŒM„6ˆ†¥rË%–ìï¨f´ï9šÛ_™È)ÝâJF}%mÒßqQè£}8Vûh;®ÊÇ“Ÿ}bóÐG@5±šöžï/Tì—èC¼õ™ƒXÖwíwyS,ÇNLÏÿ½Æ}Ï fÐSÇøŒwƒÚŠk5¯<ǧW€çoûÈ?h`­ñ9o`£#Ð}óáž/ƒh>f"_ºôAç3¬ü{ç*ÇèpÚu çï€ÎñÕïüƒkÔ¯T©—÷ãÖjªGýK ç>oåÕì­Þcr$ú•úÆäá¿fÀrÅ¥S Ÿ|æ92öïÓ_8òŸ”›“Ã{ï¾MÏž½0›Á„éÐ×Áj‰Ùbá·_åêën`ßž=¼ÿÞ»Œ&fË‘yð×írñþ»ï0rÔ(BBBët}QÑ1çùrög¤uîrT·¥ù —rþÄ éÀ:ÂÞ|çúöêª@†Ë—õǤö™ÎÍÌÍÓûVø™b,ŠâªXÉQ¹oÒsߊåË8aÔI5Zvû¶­¼8cO=ûü@Pä9@féÏþrÿ?§ô÷¥ó;PúÙm ñÂl6KQQÁÁv8ßtº\Ä5h€ÛíÆd‚¨¨(öìÞEãø„#²M{öì&::³ÉTçëóÅ[¿K·­gÙ’Eõº-YÍ`˜Lúze]ź†w…üµ·úÞÎjÓ¿éÎZ] ¤Oú§ÚIö™QÌž¿×“m)äïæÙ½¹ÿÌ–Ø*‘«ü;Xê(ŽõñøóãêlËÑ܇¨Ï¨y›÷Õ.§Íý—ÎY‡«ÿZœþKý‹·ýÐ>?ç>ñrí®ˆx98‚l¤¥ufÁüù´oߎàà`\.W­”m±Zq9]üµâO=ŽââbÌ íÚ·ç÷ èݧ/ 6Âl®Yn·Á¾½{Xøûï¤uJ#Èf«óõÕäD³tñGÅ…°Õ|hªùX×´=økoÿ¥?¸ôÇeÍÚÈ?»­·x ß>‘çÖDµÁÕÏÜÈàØJCýËå¨Å‹ò@ûöúÖ&=Õ¡:Ûr4Wê3jÞæ«ûÚÑrmT_ŽOµÝ£·ñ¶ÿ*ïœûÄ˵»B â™Ýn§u›v„GD°à·_Ù¿?î¿çÙl&.®ƒ‡GË–­ÈËËÃb±’œœŒÛåféÒÅädçÔêú¢££IëÔ‘øøxìÁ!˜L¦:]ŸŸ^ÿ¨nK³Ž§ºµ.jáòO!ø/ì3[ .z÷w.òUŽ%‘ ï.d‚Ú…¶_±Q\+ù¯ì[ûêŒR">¸Ý.’“›“šÚ“Ù\Ëe»)..&//ïÐd£EË–4iÚ—Ó‰»ïÚ˜M&‚l¶ƒÉ¨b}^O3GùÝ)“Iã£ê2ÖºÛY —~Š¡ö™(ÆŠâªX‰ö­a'¤fú±¢%"56êä1:ш.\CÑ>SŒQ\+Ѿ š#¤6÷WÄD¤ÚZþêó÷«W®<êcPTT¨†PGþ íI1í3ÅX±Q\E±Ò¾•êúrög>o6›‰ˆŒ¢u›64hØèˆ×§Z )e'EäH˜pî¤ÿÄvæædkg«-‰ˆˆˆˆÔK…ùùlÚ´¿þü“´Nˆ;ÂI©j&¤´ƒDäÈP²FÔŽDDDDDþY± Ò®cGÖþý7}ëWBªn2RÁ줿û4~5@! j""""""""G˜Ýn'"2’œ:¸Ñ[½„T}ò°#÷Ó¨Y_:n¿?xJ-BDDDDDDDä3›L˜(ù*ü‘VïÙ‹f á;Ií7—Ü/†•·‚,ÒÔ*jÚ˜B#èSȲí\ ‡ˆˆˆˆˆˆˆÔõVæ—Hîr– Rº\ÊÎß^f¡ûqí),! ÕŠž9[yòÇ,r ÑM0²Oi‹6ðÖªŠêÕ{ÀÌD7 'ÞÈgí>'nŸÛ""""""""G‹z• aÌKˆMxŽ‚Ìˆkr ¸ƒ`c'ÄW«,[B27Ŷ_×ðJz1•›…&6ãšá±ì·’üësn™™ìÎsàp—=\i°oͦå4füÀŒÏÿ›Y¸ëK-vú›BÚætÝ[n—Çm‘£E½xd/´‘Væ™41}Kó.S1œ»0™˜LÅ´èv5,ˆ‘î:\£y@e…ذc¢exZnÞÂÚ¢r¿´„пO,a@^˜“á¬?Iššrñûéü^u¯‘³}/}°Ÿ·W}ÊîÛ–áw[DDDDDDDähðŽ²‘MGËã4³ÿB£fÝhØüQ‚‚á(X€-8£x% SFÕ¸ M6¼GÓ “ÙZ8€¿Ü×PL”’M„†[ÀppÀÃÈ6»Y·¼°tމˆäމt‘å²fÆd˜ˆn•Ì…}¢i`ÜN¶mØÅó÷±ÓáiVÚôJfdó0‡š(ÈÎeѲí|½¾âÒyZvMbtëpBÍ€Áî¿Òyja>s©iMÙ1š;8rs™ÿÇV¾ÚTŒÓd¥mïF5¥AˆP˜™ÅÏk ‰kKZcA¸Ø¹a'ïýºÀlcÀÉí9!w=÷|›K!€ŸuÔ¨nbí7n&+)íÙ1†¤08‹ùkþ:ÞÚP2ú)²]*÷´+™uÿ²5<¶ÌMŸÊÛb²Ò¼CFuŒ¦i¨ Gî/ßΜµ•þ¾rÌœyyü±h ³×y¨·ˆˆˆˆˆˆˆüSþÑ„ÔëXbb“Øv&³Âœïpäa IÆi¶à(ZŒÛmÛla±M Yý2Æ0Ï5‹|£‰—’MØÃ,³7DsvZ<©«7²º°„0 [Ek7ñ}T '…Y0y{3øú§}d„ÆÅqRߦLÈÍåñ%…U&3 #h\¸›·É%ßl#©U<õ¦¡i5¯¦ã6™IHŽ$¡hoÿ”MŽÉ‚-¿‡a¢i×V\f°pÁz>Î4ѬmSFiAáGkø6ÛLƒ„pìæÍy9äYBèÚ»)ÃúºHÿs;o/s@t,'÷nÊ„ì<¶¤§Qq?˜iæg5ª[få6à/nfº´dJ7VlcÖŽ"ÜvÖ}œ†€ü ›xyyIŒ…8 [•mIìÚ’‹»‘¾l ¯îvÕ¬1£¤g¬æåµ%±.‹Ù[?å’o"¹]† jNî¾5|›¥ÿþQ&…@DDDDDD©^Bª–Wþ³ëzfÞMñŠ/iؤ‘ñý0QŒ£h/nW!˜¬X‚šb¶ØÉÞ5ë~c~$¸fç5Uò×op¨Š‹Ù²zulÁñ­íü½¢ˆÐ¤ú…å3gYû{»±†d‚в²YšUZÄîB,)±œ“‚}I!/ñp8Àª­%£xÖlÍ%ë„öœÞ­!ñ¶³½ô14gn.«¶(é˜ìQ×ÑÎÎ?VñÑê"\ÀÆ ƒä¤–tK±óýrã`Ùk¶ l#’®Ãl¬OÏ`E–Û °5a|³0B—]nÿöˆÀÖQݺeVùZŸ¯¸9í ïBîêtf.<@ù''±”Ƨ°ˆ‡bl®º-ÃÒB8°&Y‹KËØžG~d{&tkHÂúíl3íÕÛJöÇÚ}zf2ƒø.«øßÿX¦üû8÷²ð“øqÅNžy#ç· VLDDDDDD¨fBÊátÕêÊ3Há+Ç+4-þž^"rÃs4kw¸óîyã'6süžýæIž>™3fì¡ï}_ðÞem±®`úåÿcvA£½ŽóÛª)ˆˆˆˆˆˆ@=ùÊÞVç`¶:ÓÈüƒþº‘Ô^ãpe`²ìaËŸïñcþÃìq÷,«…ÿÍ&‚ 8Ï…Ëp³såvVunÁ)}mÄFçóíÜ E….²b3˜£â¹ðø‚Ó·ðêϹd¹‚è0¨5£0J«ò¤šQ!.eÿrå¦y™ÇL¬ÿy5ïí¨8nÇUTD‘Te9ÃíÆ %ï»2 ÀÀå.û–žçuUwÕ­âWï,Ñ~âV.^UÚqh­•ç­X7Ãc^§—•e¸qºÁlªT¾½›yyì@®þ)ûд hR:`ô¹Wsí„îÄZw%øý¶“˜üâl‘Q™#I ÞÌ矬¦Ð€Þ[À¾)mi¢=""""""âQ½HH•ÙíêA–3™ì¿Çþíß’élÎnWª÷À ™° p¹pîüLæ®vpm§HŠ7¥³ Ûa˜(.r—$¤0ŠŒ ž>ûc7+³ ÀBdžÂðš*™V.Ùa²” ù{ÙUT>‘U1!âÈ=Ànw²çvSà›½ìÅòžcëÈ9ÀgÉÉÁض8øó””ÈÛ˶B/±.}ŒÏ%¤þ+Œ"2vJFY,àrd±iÑlžZ4›Ù+çðóƒýˆ<œwZ¬âOw&z?ý_žÓ+PDÓ».dË;ûè~õHâ-Ú""""""Þ37Õù[Ï8ò?+Š&±×~‚‚‚Ù¿+ƒE“ª_f¬à(2J 3ÜlY¶™oÖìæãùÙäºKæ+.rƒÕŠ (Ê9À>BнíãÃhÚ Œø“ÏíJHà„±´mCß¾©LH6±yÙn¶:* ô©°œ» ›9+Šo›Ê…ýѹi$­“â8¦S,q&ïËq0¹âyžòÿ®é:Y®ü¿¸¹ ²ùòÏB";¦rAŸF¤5¤MJ½šÚ0;‹Ù¼ßMHJŽkE›ä8ú¦Ø1WÞ–Âlæ,/ ²c*çõˆ£m“húöKeB¬]´‹mß1è›¶«ßÇJ]K¸ø{vdd‘¹u>OŽ`ãÌéü’e@ñ&Þ»éL†tiNlT4‘QÑĵ;›÷w¸À±›yO\ÌvñDFEÓ¢ãïúŒ ¥â:ÀžÜ’†õûåJ—Áû{ðçk/òÕóÒ§›J¾´)""""""Õ«RÛýÈ,lLHúJ² ãÙîìGõ_§n&Ô Îb®Ò‘1®Ü >ý.£üÖP\ì³…P‹sÿ^ü!ˆ³z5cJ›’<«¸˜íë‹px!à2Ó¢k G˜¡(Ÿ¥ó×ðî²Ò¯Þ©Sù‘1'~[ÉÓÉœÜ)™ÉM€‹Œ»Ù´r?†«êrGH•Û/F•uUÕ­büÇÍɆù«xª0™1“¹°« Ü6-û›%[òXõó~‘ÂñÃÚpÞ®4ÙÓ¶ü½8{[‡‡íqäòî+ xWÇù”îB26þÆËÏü^ò„f¤D•ïöBýI:oÇU\Œs×k i+ÌÀi?óþä2?›B¿‰’ñù]¼¸f$·'—[vÖbÞ^ºº >RÐEDDDDDRÍ„TÝT*Ó•Ê÷yÓÉt¥Öë¿uËÇE£oDެ;v°fõJ²23sÚ8ßó¿0”Æ/TœÖî’ké äUßb³‘¿ö;VXzsÑ©©„˜ dØdFÄ|È[™›ùé¯lŒäÚß¶?xO;XDDDDD޳ÙLdTmÛu !1±^Ô©z ©:L»ìru¥¾§yÊ}ãN )‘#hçŽü¹t1i]º †AÆþýÄÆÅù]6("Vá¤IS¹bLÂ|½ÐÜdªpt{9èkÝ ÁCµ“EDDDD䈱Ûí±è÷ù˜0Ÿ˜ðש^>²÷¯à*à»7ã;EBäˆ[³z;w%,4”Ððp¬V+&“ïOå%\ü=ËîFH5Ö’:”ö|É×Bf|”ÎðI)d|ós3’èß!’ê} ÏŒÕ PÀ¶ ™8‡{ìtI¬‰ˆˆˆˆˆŽèØXzöéÃò¥Ëþ )í@©{9ÙY„†…NPPБë›Æ]“§3úåmütMOýÏŽ’Ž/üø›¹°]0ž_ç…½)Ý’á“U°ôš^Œ ^ÌDZh—ŠˆˆˆˆHs:4ŽO$'ûÇzQ‘zÏívƒa`µZìŠLÑ zè>N¸‘;gÌaù„·dð¹7òÈ­§Ñ´º«jÉ3¦±úЇùpi!1M"•Œ‘„á.ù›Êív׋úTëÏ«Wõבj›õʪÃï< ÃïczØZsý¢,®÷WXøÞÚ•åùwA ½þ5†^_ÍeM±Œ›ÅØŠ O›Ì ?Næ5‘ƒÌ ˆˆˆˆˆˆˆˆÔ%%¤DDDDDDDD¤N)!%""""""""uJ )©SJH‰ˆˆˆˆˆˆˆHRBJDDDDDDDDê”R""""""""R§”‘:eUDDDj‡aáp8p»Ý ˆˆˆˆˆÔ ³ÙLP ›ÍŽÉô勉R"""µÀ0 ò òXž¾—Ù¿¥³qG¦‚"""""GœÕb¦YãHF÷oMÿ.-ÿ57F•©ÅÅÅ,[»‡·¾YÅØã{ѨA,‹E‘#Êåv±goo~½ˆˆHºµM¤¸¨¨Þ×[ )‘ZPì(f΂uœ:¼'HU@DDDD¤î´‰Ã¼óõRz§¥ü+Rz©¹ˆˆH-0Ün¶ìʦa£XCDDDDê\ÃqlÞ™‰ÙüïHõ(!%"">XùsÒ Š8]n,æCé5iÒDA‘:a±˜qºþ=ÖQBJDD¼p²ëë›>p×=óÙ†"""""""µC )ñ(ÑŒ˜8›÷~ËoÓeRLDDDDD¤v(!%""…vºŠ÷ýÎë—ô ºüÇ⌶.üŠ/—ìÇU~Â?¹«O<Í'|ÌnWVÔ[}¼M‘œR""rˆ‘ÁG#¢‰ŒŠ&²a*=:$Uòïè“æ’P¸†§Ï=ƒ«ÞÙLq…3J8Ií:оUCìuyvñVoÓEDDDDägUDD¤Šf“yù™±$”emO˜¯el-8æwœ¯è‰ˆˆˆˆˆ!%""UE¶¢gÿþ pè§OûÊ?¹·ó…!4.=Õù¾Õ97ñl¿hù¹e3¹2Xðü¥ k_2ê*ªIiƒÿÈŸ,åí¢isÃ~Ç/÷NkMÿ¶à,›æÜÍžK¿æ1DFEÓ¸ÓÉÜòùŠ|ÕÇ×ôÊ+ãÎøš‹ÚD“4î¶;Õ4DDDDDjƒFH‰ˆHU† §Óy(!„ ‹ÕBù÷šÇž:ƒ¯í€!Z`cg¥B XþÐ(†?´.çÞÊ+'¶#Ƶ‘w¯½Ž÷~ÞãúN„T™|–Ü;Š“Ÿ²rîCï2­½›¥/_Ïg#rÁ<þ—â­>«¼L÷S^;{Õp†Qò_9|JH‰ˆHU«n¥[ã[ËMh˽KæÊA§Ø´¢}‡‡’J•F™óxàÉU4<çS>bPÉWúœ[YÿÀu¼Wª?òÀóét¸k ]Ђ  oÇ ~Ÿ{*ï|º‘«§z©OçéFÆßåµk‹­ÜúͱÃyñï,µ ‘Z¤„”ˆˆT•<…7fœFbÙYÂNR“ê2жÍgEA0½Çt/IFÕPÑößYU[oéFÜ-µa?Bk¹<*$¤DDDDD¤ö)!%""U…'Ó©GRç,a€ |%£Lf¬&p;}–c`¡ßc_1½xù… ŠN"”5Õ®—ïòDDDDDäHSBJDDªÇl'Òù™ù¸}ÌfoÒTÛ“,ûv-Cºy~_”5𤨷jYî^„˜=—ÓÚæâÏ¥ù$NêAdåW‘—úx©§ßòDDDDDäˆSBJDDªÊ^Ëüy?²±ügõ¬q¤õI£-‘îBÉž}?p-ýÃö±Ù݇³Ž¯X„)v0×Ml‰ϜÅùÑw3¹gË?fæ _Y™ >­Æ·0å^ƒ‹$bÏümÅü¢Ÿ)v(7]ØœaÏœÃøˆÛ¸xXk¢{X»Î° ÇÐÜ[}Nô6Ý_y·Ãñ5SúŽcnçç™ÿÖxšèÌ)""""rØtY-""Um›ÉÅcgVšØ—Y›¾ä”˜h†<ð“&ÞÀÓOS /x•1Ó+ÎnŠdÀ}sx=d*·>v§@Të^$UHøØh}é[¼¶û2nyæ2ÆO¡Qjƶ Å ` §÷]_òiƒ›¸ýù›8çYN³Óýü14·y©Ï‰ƒ¼LOöS^Õpè+{"""""µK )9ÄËØ¹YŒõ3›-éT¦ÿx*Ó+M¿ô·,.-?!8™“ïý„“ï-ý·s+3ŽMã†òóØ“óàlÆ<èc…Añ ¾f&?_S½úàmºŸòÊÓWöDDDDDjŸR""R-‘Qѧçd+i#"""""QBJDDªE‰'9\JH‰ˆHžušqÑ/Y\t´nžÅŒËuè›~Û·o×>‘:ár¹±ZÌÿšúšµËDDDŸÉl&)>н{÷+""""RçöîÛOrB n·û_Q_©¶ £ú¥òæ× 1LШa,³E‘#Êåv±wo}½)§öÅá(þWÔ[ )‘Z`·Ûéߥ%ᑼóÕ¶ìÊÂér+0""""rDY-f’⣙rj_zuL"?/ïßQoí:‘Úáv»éÞ6‘>i)˜Íz*^DDDDêî:Ôá(þ×$£@ )‘ZU\TDqQ‘!""""âƒnߊˆˆˆˆˆˆˆHRBJDDDDDDDDê”R""""""""R§”‘úßQ™Í‡+""""""5d±Xp8õæã;JH‰H½MAAA¶ Lf“""""""R ‹k];¶]/꤯ì‰H½×¶]{ý¾€ž}úÒ8>«U]—ˆˆˆˆˆH Û·nfÑ éÒ¥{½¨“þª‘z/!1€åK—“ÛíVPDDDDDDd6›‰ŒŠ¢K—îÄ'&Ô‹:)!%"ÿ ‰‰S""""""òï¦wH‰ˆˆˆˆˆˆˆHRBJDDDDDDDDê”R""""""""R§”‘:¥„”ˆˆˆˆˆˆˆˆÔ)%¤DDDDDDDD¤N)!%""""""""uJ )©SJH‰ˆˆˆˆˆˆˆHRBJDDDDDDDDê”R""""""""R§¬ ˆÈÑÇ}`ó˜ÏŸ, ½x<­ƒ©?4BJDä(T¸bξŒÿÝþéÅŠ‡ˆˆˆˆˆÔ/JH‰ÈQÇÈ_ÇÓ.aTÏÄ!5І IDATEEMb‡Aœ~í‹,Ìt)@""""""ÿ0%¤Dä¨âÚ÷7 êÁ™w¿ÍOk3p”N?°m9_½ù-»ÝêöDDDDDDþiúËLDŽî}|uí$^X Иn{“ŸW®góúü6ûEv+CbM%ó:v3Ò.žÈ¨hbZôcü]Ÿ±¡À(ù}áž›4œî­‰,e•Ðu,×M»—ICÚÒ *šÈèôŸü·¿´fà´?ؽokfJ,ýù]¼¸¦¨ÜÜ!Œþ8][çrQbÉ”ø ¾fçî-̽0€½ßÎ&½.B¯ÇV’±í/~ýú+~ýõyNŒ æ3{MA¥2×±sW:oŒŽ`Ù»?°ËŽMïñøw@£^^ÅÎmÛÙöÙéDUÚæÛfl’¸âë lX³žuïN °þÕXœ¯ö#"""""uG#¤Dä_a玬Y½’¬ÌLÆœ6ÎÃ\fJÈ30|”U°ö;VXzsÑ©©„˜ dØdFÄ|È[™›ùé¯lŒäŠË˜ÂÛ3´•;œØ_€aŠ Ã¶X^Ü…+gÙÞ•Ð2Ž|qÇ$¦>³€½–.$«Àíacé6¸|¾2·’é€è Ø`íÉÙà 6–ò¥¥Ç*¶ðÔðffoEZ¤ç³ƒUù—³Ûí±è÷ù˜0Ÿ˜ð×I )©÷Ö¬^EÇÎ] %4<«ÕŠÉT5ébI8޳»›X¾Ø`ýCã¸8â1®Ûƒ¤pÙÛVñû27ýÎL£Ô¡´çK–¸2ã£t†OJ!ã›—˜› Dÿ‘R:G‚“Œô´™Àõ—Mª{%?R– LpË´f.+Ü xòµå ¿ºK•籃[ sYI™Gqõ5}h`gÎV¶ºhê¹ìÊI?ùwŠŽ¥gŸ>,_º¬^$¤ô)©÷r²³ #4<œ   É(¬)L|ú^„lãã[Çѯ} š&¥Ò¡ßÉLºôzf­+ÆÚì4îšÜ(ä§kzÒ¨a#ÚNüˆ üø›¹°]pmY»u%àï»ÜgÃG]ÈÌÍÕ,%ù î˜Ðp±ä®cIŒoF«ÑoVøÊ^PÊxîßpðÇ}#h׈Æcˆm–ÆøY[p¨™‰ˆˆˆˆÕœNãÉÉΪõQBJDê=·Û †ÕêPgHûËøxчÜ;qmÚNnÔ†þ§¥]ˆ¦h=ô ßz2À𖠾ìE~|õ šÖáØÑˆòþgÐ-!˜œuKX°pûm1$u:Ž~ ¶{ò8†Oÿžn>™ÎmP˜ËÇ¥ÐùÄA4 Ì ñÔ|tÛXº&Å„&v¦c¤ïwn‰ˆˆˆˆÈ¿Ÿá.ù›Êív׋úè‘=ùwtž†á}dT%ö¦C¹ò©¡\ék¦ ÿ³wßáQT]‡»›M#eC’ …^CïM@D齩Hï  ‚J`E:¡‰ôŽ ¤&´@ÊÖùþH€²! AÎû]1[_ê]Bý¡™ôÙÖ‡ºƒQwŒ'!„B!Ä¿K®B!„B!„Ï•$¤„B!„B!Äs% )!„B!„Bñ\IBJ!„B!„B¯|TªT…’¥Jgú#ÉlâÒÅKìß·—ZuëPF#AÌ&“ÉÈ… ؾe ŠÅDPá`l4/~RJRB!D.0 D‰bËæM4hÔˆü>~¨Õ2U£B!^-f³™K/¹gWŠ-ŠA¯Ï°¬Åláø±£Ô®[—À B¼²±Ñ\5°ëøðÇ&$¤„BˆW‚Áh`ïž]4lôå#*I@„BñÊòÀÃ3k[Mx±âVRŠ¢‹@ -—â¾níLFãKÑ^IH !„¹@±Xˆ‰‰ÁÛÇW‚!„BˆW^¡à`¢£¯=ñŠqEQÐh42¡y.ÐØh±X^žÉáå^!„"—˜Íf¹MO!„‚”ÛÈd>M‘9kB!„B!„ϕܲ'„âÙ³ÄshñDV˜Z3¦g!„B‘JQ¹eï$WH !„xö,·ÙóåLo»†éy®7ùc#¼ l»’˜ÿâãú?ù´vÅ»®æºP’¸|0’MGn#È !„B¼`’0ª„Þoý@´œ¬IBJ!DîP’/²iÚ{¼V:«WOË5¦×ì}ܱü[G9'üCà öÄî¿xÄS;áW4”¢A)ýÓŸfA ýé"F’B!„xiÝa}«üØØØ<ø³Í[ˆˆÃXzä–—µ[j'Š'¼H¾ÿæ¹i6É-{B!žšrï0“š7ä£}ŽTh÷.“G„ᩉãü¡ß9§Fûopmƒè¼8’ÎÿÕÀk ÒnîÚÉB!ÄË~>™ö–=ÅDüµà߃% Ûà¯Iâöù}ü4å#º”ÛÀ…ƒða‰—pm!º}³‹n)äU¿KQrrB!žRG&vâ£}yéðý>6ÌF×·_çõ7ÛÓ÷ãù,QŽ<©%“#ß§Œ·WùÂ1è‡s$§­ÊÃÖI©膋«¯Í¹ú"zË 6mLÙ"¾¸º¦ÔáщO~NÅñrÕᢠ¤r×KH=º›.0§²Ž|­#¹û Ž&”+âó Ž Û‘†åöFzÕáßr9W²y¿aÒÁ¡”ôõÅ7Ý_ãå1)¿ì™®óûŒÔ-懯¯/Á•ÞaÜÚK,7Ù2º5JÆ/u¹ òo2rå…”x˜þaA_‚:oKé_ª˜E)”ºL剉|/ßC8ôà,›¿´Àß·K¯ÈõâB!„xA¹¥Rµ*T­^—×;Ž`ñºùTUgþ‚ã$aââ²Ö„zØ¡ÕjÑ:øÑe>ÇZn±íÍ([P—ò¾6%† À|‹]3ºP5Ð)å=×"´\òOÊææ›ìœÚ‘JþŽhµZ\ ×¥÷WǸ«<8Ác@A-ýRëˆ_Ïëy´”ýOÊôÖÖm:ÏŒÒZœßÜHü“Úø +¤„B<„CÌýê4Uæ1ªž'šÌÊhÌÐ1(d‡ý_ããnmð,¾ƒ¡!¶@"‡>nB³™6tül“Ã,þr0ÃÚµÄeÏv†NàìïpÆ£?‹¿¨{Ò)~5˜ñ·R«ß8ñCù놎LÇ *ì†]úõ[8ûûNN{ôcÑœä5ŰwáH&<ÒŽÇ)€¢¤ü7;ìÃðSd'Œ `ºÆê¡™UƒUÜQ“È‘‰-h5OK›qKbæèÒQŒéÞ—-ëéW(¨?vsÖý}fO©Š›ù:–ŒeJïÎx†o¤_­Õõº5›É²B±C…½g ®Êc÷ËN"/(šë3[NbèLOŒa!„B¼Tö®ä±C¢ Ü˵ዺSÀSKì¡E è÷>­ Váðèpì,ñûu-ÇtX²à5|•;ÜóÆŽ$ŽM¨Gͱ—©Ñ*?Ô-ˆÍ­K$—͇–$Ž~RÚESwøž˜¨}ü<¡/ n´z; GT¨BšÒ*$µlD(É+¿¥õæ£Ä}N¾ûç}AuhR¯.÷«Œ]ÃØIÇñ?¯‚sÚÕÅ®aÜ”?ñ걕㪦¼W/·¨Â´7“c­&Q&ÍO¿nL±Y+÷Š„”Bˆ§=S@TÙ¼ \íZ¢î°åJ&Àte/'“àÒÈ2¸|´¬ë¹[3H/ÙûãήĥÞv¦vÆ×ߎÄp×L–nLWë‚ñxØŽgq`L:>“c·Õ%"î°ãj<æl´U•·2íªÚÓýçu\ìÕ›€èÝD^r¡jÓ¢8ÈB!Ä¿Ìh4b2¥y$‹¢ÇdN !ÌeÈÃ×ó–¥ýôé|^Ã>ŽKk&2tÂ2"]!ÁÆgƒJÇq/)WEI, úäS$ŸÝÎÑÊ6,‚mš×Ó¾W®QÑ4ï9S®I(lÜÉèDÂÝô˜PÌzôúä”ÓMƒ  ˜R^3›2^7é_·Vî! )!„OEãV„ÂÎð뮓ÄYBðÌrbÊ[ (æÔç¤( *OÙÀ´*NiÊ©Ðêüq$&ƒ•kQ£`Q–ÕhÕ`ÉÎ$‘éÚ‘Ë”„CL~w QåDZ¥w1¼‘Òߊ~áÓˆ<éúë‡#×3l«V–ì¶UåFÕ® qiû+£ºÑáÏßøÛ± Êç‘,„Bˆ€’nRó”< x—o¾l‰¯=º|þø8§&1ô§góö;ŸÿÎD–L©Œ¯öú6gŒ’R—r¿…‡ÿ(KÊt é×ÉÃr¾§¤þYRßWc£“Á„%Í:´;“u“þukå^’Bñtò”¡Ë›žü´äfì«Ë¸T9¨ÆÎ·,ElÍ;œˆO—r¸¤¯Äô2'#S{3÷J%&|Ó‘ 4Ó>Ùú”&XkæÏ£‰äo_çÜè¯Ú';Hº“Ä£S•«p©Øwò7æ»e¿Sàìì«Í§¬‹JƯB!þuŠBÆ )'Š—)CA›t¯Ig·sŠ0ÆïLý -p—ho;¸ú0Ù“ºÐ#É[ßr¶ÎÁµÇ¹[§iµõ«H˜Ã4®ý“{u"RÌc¹Éžßþ†ü(¦S¡h\)à7OœæŽ¹<ê´íR2]7é_·Vî!OÙBñtTÎTþpü£˜Þ *o˜Ãw«×³aíÏ|5uïŽÙNlŽ®ª¼uÞ=›_·§Õˆ…ü²eÛ6üÈüÙ+9oø÷º÷4OÙ3üý%ƒæþƒOËΔH<Ã_ýÅ_"êºÜj0 S·–w£óØ%¬Ùþ;#WñÕ‚ÕücÌacµù)êHüúIÌ^µ›~â› SžãPŒŽÝù¾¤£·¥FÛ H>J!„/†4W)^¹”þõûvþ ä$ >_ÌúÝ9|ø0'nI½Ü(M‚']½nµÖ3ˆèmhýábVoÙNäoËùfËUŒºš ?„èíé4a›·­ã«ámxw£Bõ¡ïQÌ^AÑxSó­p”½#éõÑ2ÖDnaó†?¸lH×V+ýzìõtÿ6ßÚ@"®ø¿ýWŒOþ·µ¸½ ä )!„OMãÙ€©¿o£ÂçŸ2÷§qôœ @ß’Ô|§&Éæ,T¢r¢âØuüâ1œÑó†Ó~Žp¢@Õž”íÜœÀqòíœ=eÏĵí¿p `Y/{øŽOÏõì]œr£VñûhÆ/M&À ¿J](Õ¶iÎ&W¹RcÌ$ÚõÅô÷Û2]¥£XÇ/hZ߭ʆ‚-Óhj'ÖØ¶¦kÅœ]É&„B‘ëçZJ·ì)¤¹îñe´E{óõÌ«ô?Š–ß¦Ì¾dëâM±×½±½Ë]Ú:,™‡ò£×²Êm8£ç¤ít3h=)÷þrÞ¨éMÉa¿²Úi#g¿Ë›ÌØûEðÎÔõ|ÔÁEAAKáw¿á«èÞŒšý>­'8¯pÞ r@¥d²îô¯gPîáKJÊ-Yø÷ËJ•ÁÕ€æƒ÷z%Ϙ=—Û·nðÛ/+éÐ¥»ì)Bˆl[ºhMš5Ïð½u¿ýJÛŽ]¸guù•?~OZuÈëî.Á/¬øø8¦NžDÿCðõó{1i:ÇœµXVo[‡…½2B!Ä¿cPÿ>Lš:Ãê¹¾^¯çÛe_Ó­g/ z½,7¾{}µ˜æo¾…ÎÍ-Ã÷ùvéW4oÑ2ÓóÚm‘›iÔäu®\¾Ä‚ùó™9gÞ@$ @<›úw+Íÿǧ¾Ÿ”ZÞ˜!eî÷ÔÕ(r…”Bˆ§ââª{b™ø¸;¨‹¢'úÄßÜÑ$ñç7#™Ý€Y]‹J2J!„/ÐùÊ£sHåu÷xâ"÷/ž//IH !„x*’lzÁÏó]ßטtJAÖœ¿›@#OÄE!„/ŒôO¼»uóÆ“—Q ÜKNRB!D.Ñh4˜Í/ØãmCèy™þ²y„Bñ™LF4š¬ýv>$ñj‘„”B‘ Tj5^^^\¾xÿ€‚!„B¼Ò¢ÎžÅÛ;?‹%ós(•ŠÄ„Tjµí))3ê—(Ž’B!r­Ö–ˆJ•‰ŒÜL^‚ ÁÆF³B!„xµ˜L&Ξ9Íß/çæoa4¬–U©T¸êtÄÄÄàåå%Á{J7®_ÇÍÍ •êåHJÉ™²B‘ ììì(Yª4NÎ.¬]³š˜èhÌf³F!„¯Fƒ—·7o4‹°ðp¬—Uk(V¬{wï&¢re<<M‘9kB!„B!„Ï•$¤„B¼0LW7óõ¦Ë$âe£ÿ‡ËwrýþÁælý¬ïÎü“䬔ÿ¯²ÜåÈ񿧢SÇá¹2páÇϘ½-“µ"J2ÖLaʦëÈoúBñü(Šòlÿ’Îòë¢H®™”g¿®'ýYâ8¼p¦%ñÔÿ2‘„”Bˆ„‹kg1´EUZÎ<ÌÝ´OV’¸´oëÝúo~IÔÿɧµƒ(Þuu¶Jâ)–õR¾øúúR¸É,N?Ëlž’Ä僑l:r;w·ÃÓÔ›t€!%|)>h?7w÷!Ô·4£Ž<ßÔ‡%n?ÓÛÔ£óØùl¹jºÿ"Ç׬fë_ñõ)ÃòÿÚ7€g´Mtö6û—Ìãëߣ1>¯}ÄJYãù%ôô[ÿÑ[_V¥pz Ó>Âê˜ìÓæëBñ2²Äîâ“Fei>xë.½“}›cÙ5ç3f®¹øÊÿ+ )!„øOŠcSÇ`\\uþt~Å©Ùn4ß‹ÃòB¶Ù– n?pheOLS›Óùçè‡_“O1«ã;ô[þÏóÀ­v¯h(Eƒ<°Ëò‘ÙÀ©YݺJEóIßðóªùòÃfø?Ë'üêO³ G†þtã‹R¯Ê{Ð:hQk°Å{)Wà  ^ˆ/¾¾¡4²Šç JÛû•$ ÁÎ>mGLWXÞµ=‹ìÞçû‹hUÀ&wË?kÏj›þ›ûHFe-±l›0™#…ú1¾u@&Oõq ¼ÇçtrÚÄG3˜ãç`ü)±¬nž’\NÿÖw‰VǺB¼‚”[üPÛRÓ9—Ùo;¦‹,nÑ„ÙöƒÙtâg:ÔJì^ ò”=!„øO¤Íܹ ~]X8·%~ê$b/`å¬ÏèU-’þˆdx1û°áZ¼kç—£ˆÕz¡yU¶—¶ íæ®¡]v–1ßâàÖóh«.eÀÛ5q~eÏd\ɯÓâæ§Ã^ç‹Në‚«Ëõ_~‡*¡>©WYå£Â¨CYXî‡6¦l_\S¯Îò‹èħ ?§Gƒâx¹êpÑR¹ëŽ%¤9›bØ:©#•Ýpó %¼ÂŒ\}‘´7×\û¢vÊò®:J~òz«m|´>W^%š=¬OI䯯ûR7$_Êr^E©ó¿ƒ)Ë¥ÿby{#=Šêðo¹œ+Ïêî*Ó?,¨ãKPçmܰÜdËèÔ(]¿Ô+$‚Ê¿ÉÈ•ÆC1dã–„¤–)Üãwî˜o³÷‹h\:___‚+µ`øò“ÜË¥3ž˜E)”ºÎÊO¥\µfºÎï3zP·˜_ê:ßaÜÚK°pksJøãý 7S®Î3_gu·PüªOàHš1a½OLðx^,”baî8z• xX BóÚ`¸z„s” e£|ÂóNq gDc4žcé°Ü{c<}J:>^Ÿ9–ý úÒ´\`ÊÕ)Á•é¾âRÆs™®óûŒž4©U–¢þiûlm;gR>u›W/]äÁ6©Ý“©K¦Ñ÷ŠûúâëNÝ÷¿âÄ#ûµ¸gqY‹½’Èߡðz™‚)q*MÓñG2ÜG²7ý¶TΤ O³é÷‘ÌÚ—¾,f®oûŽÃšZWvO9ùÍ´6øÔkIXâ¾Ù—áKìú–ö%¬Ã\Ë`päxü8Q&¢•*Ýÿ‹ L3j+c]!„µãn4‘ZS¥dAòÚkq-Ü€!+ÿyxü1ßfϬ®T pD«Õ¢ÕºRUÖ IDAT x]zÿtùáqßMä„V”ñ¶E«MW‡å:ëú×¥X¶Z-Z­ç Zôù.êÑyõøyh#Џ¦”ÉWª- ¢2j«•õü‡ÉQL!^!*{mÀhDACÞÒï0r^g|=´Ü9²”¡CÐ1 »‡‡bg‰çϵ8®û€…³_‰#Á«vO\.³¿ÿÁþ,þ¢6îI§øaÔ`ÆÜJ­~ãX8Äå¯o:r0ƒª°gdv$rèã&4›iCÇÏV09ÌÂá/3¬]K\ölghÁ”öç}k>? Çù‚°µ\³ÒÆÌëëo3ŸN½—¡î5‹Õ-Cqˆ;ÏE;?¬],£òcÖsûË’@Ô»9ëþ>³§TÅÍ|KÆ2¥wg<Ã7Ò¯ÈÖÚDŒç§+иàH2'¦½Í[S®S½ÏD¾ªàÌÕÍ3;ðu.(ÛøºµßSüÝšÍd١ءÂÞ3-‰™Ø‚Vó´´·”ñ!fŽ.ŘîqÙ²ž~µÇ2ííí´8†fe§Rr×p†lðâƒ5})•GÅý³¶ÇëÍ gªÏXGuj2kmÍ”sLϢ䷬gÛŸñÔ ;ÆÖ³ >oºqã—!L>W…ñ‹ª£{ìg¹dNÎx›æ“®R©çG,¬^›Ø+èKxf³'ô9(›å ¥ló(÷ÞÌ^ƒ¼É§Y9n$“Fì úû£˜ÙÏåô FIÏ‚l‚mëÌÊ8J{Î-àÝËQuÌ÷oÅ>î.ÛùXÙ&™Å-&¥ˆ_ú¯O }‡–ŽæóGÚý1k<·8íKäôÖ¿Q‚†î¢ÊÒò6ž¥©è­gõŽóè”Æ>›Ÿ Ú¿˜Í¦4IP *+c]!DF8ð¿:4œ¢¥ËÔ_˜YÌÌÁ/ú1°åë¸ÝÇÈ0 Ç&Ô£úØ Tí7ÂáÖÆuù„MÇã0¿å‡Í“ê(’À™mÛùÛs0_/¬»é»ç á£Íñ*u€‘¡¶ Ä±cPmÞ™g¤ñ‡‹™^ÉÛ‡bâÿöf£­v’BñR̘ŒFô†»Ü8w€U±Ù £Å›!8 BU´-Ц–­P”ä_¿§ãÖãÄ Å3õeû‚5iT»ê#·„9fe¹€ªÔ¯U gªQŠMüÐúÕÚ¶¦i[¨NÂ/?Ósã>n Ã'næ!|ì!¦tKIDT*¦eïú·XþËyú÷M©ÓÎ#˜°ðpî7Ä”q•Ûk3­¯WKÜÆ™ª5ëS­¬;jJQÁJÕyë³àï;9 ¿9ù. zKÊV•''4†Ç_³v‘]ÊÔ©Ug Zq ;ÊôgíÑô.RàÁ\ã@ÑÐЇ}ÛÌäy§ðlÿ3ó‡VÄ  FYt"xoòBN6C û§k§­{!¡¡¾¤+±[™²0Š‘0¡cAl€ aZlnËkÎóþ€¢Ô3ƒÖÛÛЯ·-¡G6áÓo-}Ju›W¢VõÊ8S™âD²²óE*µlI£`-T#ñ·_é»å·„àŸÕ:Ÿ<ŽÒÇ>éâebq"¢Z*•Ê‹š”µ‹Ìâ–ºÚ7 ùk)·–V)fbk™¾Ú ‰Ûùä1›îŒÕ—õöaŽãÂ¥$lòqÿ‚¢'.¯ÍG‘|pót4zx,!¥v«ÍŒÃW¬ŽœŒ¿7žGµ qij+Ǭc«hî.óE !D–OoEòÑÌÓ›pŠY½ ¡ª·e÷šÆ,û)ŠAùÿá£IÇpï°žŸ?¯ƒN$زÂénd±ŽÁ܇¾Ö ..@Ò ›º²rë5†† ¹µ™O]¢@ß]|;º<޵Šÿý×ôËâzF†…IBJ!ÄKèä(Êxzøï¼eh7mŸÕqC…žËk'3ìÓeD¿J‚3Î ”JÄé¬çÙ_ÎÞ'wŽp%.ušrµ3¾þ.p$†»fÐ_ÙËÉ$¸4² î#]ÖõÜ-Œ8f«ÛOªÏ¦_/†Ôû™­JðWÓ.ôìÙƒVU à«ß÷Ù?´"oý—úï¢|øÇ*JMH÷ÚFzù=¹6µK EÜaÇÕ”§¶Y;€.ïãd¢=¥„=L ¨Ý)ߨ(lÛω;Jx«sÖNo+ë¼z€¿“áòØ*Œ}ô=— ·1ytÕ5¥Ú­`oÖ¼WìabÑ Ûàn,‹|}— ¨òÈ4a„ʉ’½¿çX·;Ä&Û“×ÕÂÑê°Ê© _zÎáý9Z†.ZNþ5ïón9”LàýØÕͼî,õÙ3›å}ßo¼ ‘—ã\7ZPçÁ§€3»Á] äÍAYGáÝèWûWFtŠàt£ötîÒ™•ü°We2æ²·”Ý?€Ây¶Áœ•1ë‘óöaÑsWöNvæªxâòj;œlÁ’t½…ìOr‘ƒñrÿò,ÿn,˜ñùmŒ@WIF !þÛŒF#&S6¯¡è1Yň^ŸŒ>݃Q“ÏýΟIpqpŽƒÓ ž¾JlÔ6'ØQ¾Yq É)·Æé ˜PÌzôúä'ÖqOï‡I, úÔ:ü)ê[.Ä ÷‚s»ùÛà@©Úhî—1éS—3bÐ'ÿ„õèõA’Bñ èŲoãgg|œ|ðÎÌ¥eëωoùK&WÁÇö:ú¾ÅØ'Ü—–£å4ZÔ(X”Q¡ÑªÁ’: ¥¢  ¡ò” L«’ö+­ ­ÎGNe¯ßOªÏÞî?œ¤ÞŽåÌŸ5Mfòù;KØ2§ÙÃ/OÍžð–ð}‹ä”y“4Îò΃óc¯euRb´°˜ŸôŒÄÔÉ1Ó}U¥}/·Û™ïŠ~áÓˆ<éâí—’NTø{û~ncWÖòã‘þ”¬äBf_³Uvž…x>ÕVÐØëð°ãÙ9 û2‘7—vÅ~E}lj-àˆRØy·'è›Uì»1€@Å’aìrÖç+Ù,=ÃýFCÚ‰ZU¨mÔ`±<²ßd«Î¬Ž#»Bt\z€šüÄW_ÌaÄÛó˜öÖ|ÖLiŒWú}$;q˰ Ù³OhßcÉ';Ð'>aôIý³¸gUž<تŸÏø ¹Ÿ?tô#¼tiä,]ñJQruRsÅ’z.8uÓ«>~.h½3lmTiÖ«¤©OybJLÊ ''W4Žq)õª¶çþzÜîµõ¼±KBJ!D¶9P¢lY fðiŸµƒS„2vxêi»Ää·ƒ«™W™Óå2ýîë[–"¶fŽNħK9\Ò±ÕÛáb‰±‰Xr£>•ktf|6t™]2#&±úÃÆô([‡F5ÎÁ婜îåŒ^ËÅÉÒm}Ëb?‡ÃO‘P³e/5©£¤?¶”¥°­™c‡Èߥìcç‚UI5‰Üô7‰µÊ¤\µ®Î'Õ‘r™Sš6dÔ²ó«H˜Ã4ö®³å2£Ê[‡áÝ©7»=­œ?¤g½"¸¯sú¬†zÝ›hëCÙpGâ~ÏÔR%ÏMþ±DЦAÎê󻱞/×&R´DA\-×Ù·?lÃp·ü‹¯åöFzUjÉú’óØým+|_ð#§JW=ŠÐhFwÞõM— .\Ù4ÿmQ¨òYwŠÙ?EåÚü”u$~ý$f¯ú€ˆ<·¸d)OËú5Ð)€f ºÑÙykãjºÁÙsjujŠò>>ë»SÛïQ½yB?ç×ê½è;¾Û>­Œ‹•z߮ѯ74%9ƒ,¤Æ%p¤p­"0f§îu#@§zâòæ[ÇØ{Í–ðêNhn‰ÝBÿÚíÙT|:‘‹ZdreeÖÇŸB¼â)©l'¤¸sŠß7oẫ ¹Õ8(G¥"µÖ=ú³Û=v.X·{s=êп•'oÎjO¯|èZ.1{–°=lï'ÇÜžP‡:]R,MRK¹ß]MF|JõÏßá ÛÿÑçµPtÆ(Ýܲ¸ÛÿîV—£ŸB¼¢lC>`ÙÌ«|0ao›òPY[oŠ7óN™GEÉÝå2ÿFêDűëøÅc8£ç §ý#àDª=)Û¹9¶:jO˜I—Cø¼ë[ r£d·¯h^? Gõyß<šiÓr9å!ïÎ…jÓgÑtšzª­œ"=ç§ì=J üœ>dìü~´lÆÎ·->û…Ûø?Ý_åJ1“h×sÓßoËt•Žb¿ i}ÊZÅwh4=˜'ü*u¡TÛ$}9Œ%wòÅ J)¿úåkĘ‘¨:l8 :od`ˆµz«R¤X¾§ GÂafŒ\kÕ´ Lé½÷“ùtwV¯@’w ÍëG1;'ÊŽXÉr·Ñ|¼p]çšÁƃÒ=—Ð$]B •S&}nJ€Ö“#úPé½9ŒœØúKëf^Þ6gûÍS×ie›ÖÍŒ sæ0úJê>Xƒ^s?§‘‡:ÃvX[e·g2f·2ißcW†ið®ù6%ŒønO,õæÍ|yL\Û²‚öU˜SÁÕêˆYú\ÈÎø“‹¤„¯r:JÉÁ-{ pe ï·\òÈ[îí×s|fE*ŒYÇJ÷áŒù"͹`•”îôµ:jMZÃü<ý7¾=+“U¸‡”ÀP©ïß‚—'ó:l•ƒ´ ©‡íSP°§ÄÐÕ¬Ïû!£gŒ¦ÃB= Â)u+{£ÍÊz´ÿÝí®Êà¿j@óÁ{½’gÌžËí[7øí—•tèÒ]ö!D¶-]´€&ÍšgøÞºß~¥mÇ.ܳºüÊ¿§F­:äuw—`ŠV||S'O¢ÿÀ!øúùI@„x‘Xn²¶[z^îÏö5½Êìä>éÕlÌO5fçg³} ¢Bˆ‡õïä©3¬žëëõz¾]ö5Ýzö ×ÿ«mUn­¦Ex'îL<ÎÆö>h^Ò˜/ýj1Íß| [Æ? 98:òíÒ¯hÞ¢e¦çµÛ"7Ó¨Éë\¹|‰óç3sμ5€H€x 6õïVšÿO}?)µ¼ 0þ£ÈRBñŠrqÕeú~|Ü ’â¿AíA½} ¯3™?6fYëV®Ôó÷—ÃXx»&“û••d”BÀå» `O™ÆŒùñcÚûkþÓ‰¿HäH+„BäFƒÙl’@ñB²#¸ÍfVDå@ð[#!ÁBˆ§f2Ñh²v㛢(XžkÈ™Jc×pxl†ÉÒSÅÓ“„”B‘ Tj5^^^\¾xÿ€‚!„B¼Ò¢ÎžÅÛ;?Kæé•JEbB*µZ‚ö”‹õKGIH !„¹ÀVkKD¥ÊDFn&¯‡Á…‹`c#‡Y!„B¼ZL&gÏœæ‡ï—óFó·0 V˪T*\u:bbbðòò’à=¥×¯ãææ†Jõr$¥äLY!„Èvvv”,U'gÖ®YMLt4f³Y#„BˆWŠF£ÁËÛ›7š¿EXx8‰ Ö˪5+V‚½»wQ¹2¨T* b6)ŠÂÍ›7Ù»{¥J—Bk§})Ú- )!„"—X,І„P¬x‰—êri!„BˆÜ>'2 ™&£46 `±˜9|èqwâžx‹ŸxœZ­ÆÍÍR¥K‘?¿Ž/E»%!%„Bä"ƒ^A¯—@!„BdVkK¡Â…ð+P“Ñ(O¸Ë!•JÖN›šŒz9®2“„”B!„B!þ56-6y´ˆWŒÜO „B!„B!ž+IH !„B!„BˆçJRB!„B!„â¹’„”B!ÄKÎxûÑIé&Uô܉¹Iú—3,û’2'% ž]QLÌ™À¤7¢ü—úüŠøOÅU1r/^ !Ä‹NRB!„À5Ÿæ:|›.ä¼ñEZ—BÒ™å lN>W.®Ehµü*¦—<Þñ›Ûáíª£ðÀly?WºìHÈî7O’þ^B爊¼9÷ †ÔWM—¾¢¡—þÍ$ÆœyÙ—Ò½]ô+“·bC8””ûã.Ãræ›lT‰àêÃÙz+£G’ë9ûUWÊ—ìȯ7ròÈrgfÔÀÅUGÄÄ¿ÐçRŸŸýgÀÚýì>EYo\Ô n\/W.®¡ôÙ¸q5ò£ íÅÆÛ–¥çù™˜[Û(~k/ÂÜ<);î8×så3F!žIH !„¹È5 ®:\Òýr¤ºå ÷N¬eûmHH4f®ÿÖ›j¡E¨5ít.'/Ò¯ë ¥ãw2¬i/캉oÕúÔ­U“×"¹?–’Ï­cc”›ðzqÈíq—Q9çw¡ÝÂ3Ø„U!L§Îø´úÎI¢®­g^äu²›’2_ý™!ã‚O¦¾‚]®ôùÙí—Ym÷3UiÖ;¥m,5íÎ;Thß‹wû §»ïŸ¬;’„ånæLn=®9‹GFqM<³’¡µ¼qñnÍÆ¸g¹’øû×-\Vì)Y·7¬|Æ!Ä‹ÂFB „BäÞº¸c‘œð‹ ~q•3åZ…àðB·]EÞÆKؽñ4¶ÅʨM rùϽê@‡ˆ¹œ¼H¿®Ìcz3r2ˮﻫÙùiòäZ;9žk}Ìn]®¿yêÓ¾ä=~¸ ÚÊí¨š×Äù™½é»ð$^Å«‘°Ÿ=Òk`-j¬hLÞtß«Õy«0èËÍL©UÏguÉœÙ| ö”ªSèÁ¸Ë¸ìó›q0sóÀï\Âê•ÀE•ÛãîñrÆ Kè5tIÞY>ñ5¼4-§Å·RE<8ÅñÍgHjåõ±ªÄ²mÜH"“\i¾p0T¹Ôçgµ_fµÝÏê£6ízQøÀ»,¹þý¾çû±%RǼžU;Ëí^ŠyU9K9ˆGºÏ®äKÛXæ$(݆öíÛðzñÔë_œjÓ£il3áµz úú<~¯µ¦aà]Ž~5й'“!éß.XÃÑ«ND¼V—0ûxþüvcw߃¤3l>a‡RÔ ²Ç|ó ;..´hߎÎ> ~?\}ü=ŒÊ].ÛÀœxíýúxeçŒ"ݺ2m—þÛößòS»U;ÚwìKŸ*—×ð >^s·ŠÕwŒa÷ìî ‰ŒÍÖ$¾õ±¶Ó1«ñËlÚßz¼® W3{Å*V®zô/2Ú{wÍÛÊÆ#pv®ÊÔ-›™VÇ  Ö• NOl —øuâ". ¦Ü;Uù"©d²•¸cl:ø×¤œ‡&Ó²)±_Ëñk.D4¬Š¿ù ;–,dƒ¾8õË{b‰ùO‡~ÏeY¨'ãm˜Qœ«Ü˜F‡a?pÔTŽwºt Y©.áEÚ >,±ÛZ·9c>LráêÔ¯]b•ð5G±ùH2àMõæM(•'™¨ŸF1~ÊÝ=Œ¶66Ò»ä“3nCú}áÚ&þ| texý|¬- (©cP•µ}Àp–/Ìä! žŸÙ ²Ùç\Ú¾ÙÚ/Óµ{ðçm ËïŒ 0ÜMÆ‚ž¿¿þ‚£@hî”P2oã7³dß-åš¼A“ÆÍhªþÂzŒYo+üÍÙ±/î‘ψ¾õø+ò,àGõ²î¨r0–ÒÇãIqN߇·‹»âýúvÿ}œÙ•'ÊÕ,ˆýcŸ‡9ßFJâ>}­6ýïä^HC^¯¤K9”­I ƒõÏ!„xQÈ-{B!D.±ÄaKTÊÿ_þc—$l„ ¨½ymXòGÎgZ»áàX‡_÷¡X&÷ñå©ü9«—5'¹TJ¤ýcãCã‘S¨~h"Íê'cu&l\F—@5—eâ [ªO^Á”2—X1l%ëÏ»áí¬Át};¯Å±ðë\VŠÚ ¢‰¹cÀpe7ûn¥ëšölâoÀû™=©€ùê=<ËqÑ܉ÙÎÜ_cÁ¯7k¦ù’c¼È·ïugÞé”Ë(ì 6 ¶jëR/«°+ܹ®?².Óeëí2Ý<ÀÖ‹@ØûL™Õ› ­‰Ô§Gø÷^Çž+ø}C‚{ìåà΋踥|áËB;&7OßG—¿f5~™mÃø“Ç Þäzç‹1ÇîazçVŒÙz‡ Ž_³¬[Pšd‰Ë+¬o礿7rÜ ÎåjhgÊú˜ø¦5g:¦ù-M§~Ç—E¥n‘w9{…X“ ÕŠœ­{Ä&qçFâò—æõÞÒ¤cº/ÊF¢– cá%ðêø3{§Õ&ojBÎôÏ<þ¸Èœ…íS×Ctl—`–•±‘ôè·ÄÅdØã™´å,\ÿõköZ °ukBÀle9ã3Üœý¼pPea_ÆÌÕ•Ãøø°‚O·Ïh°5³ÙçË+rcûBþtŸ™í— f®=h÷Þ ³G›’°N¼“„éæf>wœ›òaÇ‚\_ÑÄzo¤®'|_.éE€ $îìe%Æi㕲^Kôa¶žBßeò¬>Ò‰{xï„KS3PCÔ—ÙKFŒÄÃÄå¥C³Õ‡á„ëOòÉþ8 " BŸ¿)çÛÈÄå%ƒùìO϶߳oV b&Dðëî;„7 ÍÅ[›…BRB!Ä /éôfN( ­½Œ³?7Á-ÝOÑEêQÅu>?ÆA©¦Ñ®àfÓÑæ£\Óf¾•|fšŽç€:‚1ë¿ã½pGTÊ-öÿx v ¬I9‡ZN[@×@î®ÙÄiÀ§jy<5wÙ÷×uÀ‡R‰ÿs g5Êà¡IæÔ¶#$aGµÚÁæ Ò¸QØß>Åž/—²6ÑŽš“ߣDš¤šwï~ÚË‘Ôùvó8—ĸëá¿}°ù{yšu)Ü=n½] nà/¢"ùµ€Ç¡UG€‚¼Ó¦N*…{¦”Êu.0.g IDATý~r;܉û#]•¸Lâ§Íd&s.}¼Ì×Ùüɇ|•î™cöEè<~5Ý­]R¦pïØ|º·Êš?šM\Åìn¥pI[<Óv*üóý>bQÑ G%ŽYÜaýÅd 2~¶®Ÿ"PÇÇ6Žßs4¶Ôœÿþñ±äX~0Ÿ¼µ›Þ?Í¥m™ï©ýñ*¾í]ÇûûŒr‡#ëÿÝû ÛPŒÄGÊ%²{ÃqÜ©Z; eÂn«m7pù}ÜÊÕ(ôè•0VöeåÎvÆØL’Ëë,BT‡ì÷yÿ¼\ؾv qô;óý’´í³ ù “8w=†3?æ—»*Jò?ê»ßå·ÌÆÎÚMœòW«@>›ÌLJCÜãë½{j' ñIÍÚ®ìbßm L=Bî°+»cÉßþÑx¨ãX›Í><ø¡âÖ!¶œ Õ¦t^õcûû#qÎÎ6RDZö§ƒ( í»Õq'–õÛÎ…¨S:¯Ü#„x)Èg•B‘+ô\ضŸx ¸VÍík¼Ì½{ðcê3G–­M¹=Wv­bÕîkéž>fíu0ßXÏ f‰¼W”~þŽ~%ó¤\= IH´:šNYÉ–ÝrùòvÅQõp¢ë’µ‚pH:Ãæp(Mí g6ŸÀŒ#¥«b¯ÜåÌÁ«€eÓü¢oH¥‚Àµ¥ôÿü$îÃÇÍ}H;%ŠÊ£9«oß!>.åïÚoÓÙ–æßW¿ªÈµ´ë"³vÁÙ͇I–uƒS¾à+î&Z56j@ÅO ù©]ËÿÁ„ÙOlÇâ²D§ïc¦ñËdf¯{GX8gÅc·ë­Üt {ëɨÄãSiVg(kŒ ù|Çn–ôH—ŒzR;¹Çß;Ï~D„»¢ÎƘ°¿w"åV¿|•ˆÈ¯æÖ¡ß¹×)‰+9[ƌǒ]!Ú/:ȹ#(©¾Å– “Ø›öiôнÀÀ½Ä´“ƒ¥[Wâi6°¤ÜÂTP•ÉØðàŸGƵ6$=º/˜ïu!ÈO _ÛÌÛn8Ϫg€’¼S3_šýÂÚ¾œÄ‘©ùö¦–Êc?¢‘‡’ƒ>«sgûªÒõ;ÓýRy´Ý©÷’Úz£ -˜÷B×iç¡ð@ft Æ6‹c°Tí‡ð[Û6¯7™s[‘€ ÅëNM*ÄßBà_£ îꌥÀôŸ‰9èCª„S9 ¸U¬†¿múñðÛH1p7Áhq°QAòöœŠPÞ×VÉBˆ—‚\!%„BäËmm»ÀåÐjGêOõÚ´üt_½M·Õ Tû­6µ¢ÿÎY|y²#£l¦Ñ´Ñ§œµ­ÇQ?ÐÀ%õ+ìÉ©¾Žñ<_vêÄÒ+  àæòù`EJôCÏâ:JT-‡.±úóO±D¸s7Ú•~ßÏ¥®ãUví¾”¢~¸†K°?(SŸ0Û+,ßw(KýPG •ZD1çÝœôÕQmôtzu§t¥üpôIøÑsFŠg÷ÑÆ+ìJ».ã…LÚu•;£’¼VÂ%%é¦v£dÕpèÛ4g§í~?¥àÒxýJØg«)÷ñs*Z‹ŸË]öÏx~Tœ ãµ<úNöbc8ÍœãØo€¼…µì›9€ý€mÀ[üoDC¼ïg8Ô™lggz£¸ÄÒq_Óá›öYÉg#9š ¶UëlŸÀ îT¬ä‹­Z³±•v§‹M•÷ê±ûƒ‰Ü)UÃqN[@ÜÓž•ªÝ(]'žå‡6õ¸QÕ³c3fÏ­Ê®=)ëªæ„áò¸“²®Pg7<­ÐÛ|—fÜYnþFçú?Þ®°)íø´Ü$Ù`‹ƒÚúr6 ñ»§3÷4Ø×îM3¿‡±¶/¢ÓúyÆä6بõ9è³.µÏO¹}³±_Ž^L§´í¾ßQ‡‚”/›¢Îq“ œ? õêÉÌ?—R&à/I½ûð[‰±Ë?éâ`¾Éí—€0êOýŒ ‰Ó›Ob&ej`¯¶Í~\Ó&ªµÙêCڤ׹-‡H@CÙzEpH?Ný¿½û³£¬ÛülKï@B)ô^¤ƒÄFD齨"(¢ DAA@øE:R¥¨ M@:¤§—­çûcwÃfÙÝl rß×u®Ý=gêoæÌÎyÎûÎü4OÔmT^•qëM}1g|}ç<ÔóñÜýn’® ©/ù— ,´€ùaúÓ¹ãéÆ_§>~oþüç?7>î~9“o=4;õt†~í7¹ò°-²ã¡Û¤G&äÿ.},ÕÝúghÏdðÖÛgt‹p§¼çk^ø}.¼V’¤ôÒù¿+~›+.¿#ïV”'é–UŽúM~ò¥QéõæC¹åú[óïI©«mHiòã¹ë¹$Kmœµ•gòã÷ä…$Ko²fL{"÷¼dä¦Yc`ER60[}ÿÈl4¸,“½-7üí¥¼_Ûø §²wãÂ,}àE9~ƒÞó|ÜÒä9çÕÑrõï¾üñ?IFm—M—hNcºe•ï\œ¶‘Šÿž¿¾Ð7î{aîúÕ—3l^¾fks»´S¿êL¸ú€v·áÌê5OyÔ ×åÊÿ4þþþC7å¿ÿ}~ÿûßçºg«ÒsŽ;sµ¿S>(ÛT6Y²2Ó§ôJ¯ÊÎõðßòf’•¶›Þ³^ÌÝÎL*Çe땺ä}k`å‡kóö›¯§ÔíÝüõÚ+såMO§ïÚ_ËÙW™UæÈ»fÌ·/Ï9»ŽK¿éÏäÞÛïɳ“g¥vbëyÝ››çUÑþ¾±äô9÷»Ú÷Ú^†q³Z½*{gh¿²$Sò¿©u펷JéÉüü¨«ò^–Ï¡'~ñƒð°½÷rý›¹á˜“òHihö=ëŒéö1Öy>lßN¿/7Z2=®õr7é²TÖ[¥W’ЬùÃËrôšÍ×}êxïlì3—u5­Í_¾[^øá‡çÛðþC¹á©$#ÇgÓæ@Íkùû?Þo ©Vîù‘êú¡câ<®Ãlõïäy-ÉŠÙjµ¾7-h±?¬\óÑ·QÒ-«u~_w@jŸÿKœµ~¾²ñ2¾BïLœRç2°H(kãgy’ŠÃ>pÖÏÎÿEÞïÝ$ÉÍ7\—o콟ŠóìòK.ζۡÍ×þtóÙm½3uJûWþ½î×dÓÍ·Ì€> 3ŸÈ9‡ŸžGÞ}&ºû¿©[í˜Üý§ïfž ò~M5ùïY›díŸÉj?}4w´ìw`ƒbT穯— N=›_þL®ßnà‡CØÒô<òã-³ÙÏd¹ÃnÏ_OZ/½;|k”2éžC³ÖöWf֯ȣ—1C‰¯ˆ?©åno¾õyí²ÏgÜáf™£ÿž‡ŽÓx/:Ô½G\uùo²Ã—wiw˜)S&çÞ»îÌø/|)IòúkrñEå¼ .¼%Iu’™I¦'™’dbÓ㽿Oiz}fÓðuIê“4$³oŠ\ÒB èø#ù+ί»1×ßýnVÞõÔÜyÓÑ 8ŒJj_¹:GöL²Ô¾9y·e„Q|Bºf…vÍ iÈûÿ}ûC×sK’º7®ËÎ{&Ý795×|naT’™åœ#®Ì;•ëçÄŸl»ˆ„QŸàr·3߆‰É©?y0 =·Í÷÷%ŒX¹†ÐñGò•È_Þ=¢Ø”%·Ëù÷¬š)ƒÆdLŸ2OnÿuHþðÀž6fh›¡GåðÝò»¬–·Ë2¹ŒY÷ÕóÃG'凋Z!>©ång¾õµ}ó¹Ïͦ£¾”‡VØQA)`¡SÖ¥o–½ºBðÉ+ïåÆôîhoM‘«d•*TÕ53þ«k*À¢ü/V (’@ €Bé²|bêêëÒPßR©¤QYYY*Ê+R^Q‘²Eäò›)˜OJ¥RjjªS[[›††Kåå婪ê’.]ºÎ5©­­É„W'ä‰ÇËû￯xAYYYúõë—±ãVÍ2Ë.“ªªEãþÄ)˜J¥RfÌœžž{!>ø÷¼ýÖ[©¯¯W`±RQQ‘!K Él”ÕV_£Ã/éêêë2áÕ ùÇÃeó­¶Îȑˤ¢Â3çU]]m^~ùåÜw÷Ý)5Ôe¹WHeÅÂJ ¤`>¨©©É Ͻ»ïüs>;~|–¶TÊË]ªX¼Ô××g«/ç®»îLï>}³Ò¨Q©©®ns؆ú†<ñøcÙb«­²ìrË+ÞGTYY•VX1åIþþ·û3|é©ì)€ÅBMmMzðïÙvüç²Îú(°Ø1rd ’[o¾)cÇ­Òn U*•2qâÄŒ¹¬¢Í§ºÿéÖ[RW[»H,¯@ æƒRCCÞzë­ 6\1€ÅÞò+¬7ßüß\[Œ—J¥TTT¸ ù|PQY•††EçâðúÀ|R__¯›@»‘¹ž&qÖ @¡R-Íz)·^q_ÞòeÎJSóØe'æ˜ žÌÌOãúÕ¿;´Wö:ëñ…wýJSóäU§ä‡ÿ'³ì‘À§ít³Tò˜OE‰@  IäsÚŽg×ã.ȯp!ÀÒÌLxøöüé‘÷2Ïù׬ÇsâúC³ìn×-øð¬~Rºøì\xÛk©-z=„Öµ«Ÿ”Go¼.w<99 ëÎY?9ÿüÍÏóë;_O­·*À¢iÖ¿óýU{eèN¿Ï›¾HŸf“óç=VHŸ¾ýf?Œ\=[íù“\÷ìôÌñýAÝk¹b·óË®ßÊMÿ¼2»(à6©³žÉÏ÷øJ¾uõ+©™ç£w¯Œ=6cVœ® û‘üã¬çùÏWdíjòòŽÈÖ+ÏðᣳíÑ×gBs¢Tšœû¾µZF~ö‚ó_9b™ªŒüÖ??¸þè”Ûò¥žUYëüWR×Ѽë^ÊÏÖ¨JïïÈ”¹-ãb@ )`±SÙkpz'ùßäYiÈŒ<òã/d»ó*³Ç©¿Ë™còè¯Ê1_ß%}¼/ß]qZþ{ï}yzÀ·ò«Ÿm’5ÿË?®>-§ì»Eþ[ûP®þÚR©œë4¦äÉ[oÏý˯Îÿl–,MÎô%–O×4¦<vº(×~glº¦,݇,—.™•ÇOûbÆÿô­l~ä¹ùÝ}òÚmgæ¸C·Î ¥‡sí7–þðÁ»¡½yÌeÙFws:¥)¹ÿ{ŸË˶Ç\˜3Öë—‰]Ÿ³üÍã4›|h=þ×Î2WdÀ_Éqî•ც2éß—ç»G‘=FnŽ]9«í´aºÿá¾ÜþBuÖ×5ɬ<{Ó_2yÈø|aÅnIJŒ?:]?Â>SJR*%óú%VÕàQY²á¶Üûä”l6æñÜó|)ÃvìŸwn8:g¾¸QN¾d“ôkýÕPijøáNÙÿ²ºluĹùñÚý2ñ‰›rÁéxó‹µ²n}Ó³2©™Q“†TdàÚ_Ë.Ù/K®ÊÄG.Éß:$».³Q=alº6LÉã7ÞšÇû‘Ë.þ\†—&eÚÐÒ53óø)[g³_˦ß>;¿ßj™T¾7!³Ö’ªÌÌc?Ù:[œôf¶:öÂ\·QŸ¼vËOsÔ~ŸÉ ¥ÇsÓ^#;¢´;ï‰N ð©ÒP=5o¿ôHn<ó'y8ÃsÀVH×÷ïÍ)>—±'>’³ö].UI6W•‡nÛ)WßðR¾}d·$I·‘ŸÉøm¶Hï$[m»Y†o·z=ù¢<µã²êŒNNc™Í2~‹Ó»yš¾úè:h…Œ;6ÍŽK“nË)?ûO†ìý§üöø Ò+I¶X'ý_\-{Ÿò‹<¹óÉY½.^­çQzÿÖŽ—môÊéÒ2 yÿžœqùëYê»rÙ±k5.Ó&c3ùÚ«sôìaî§i6k½ž©k{™“¤Ç¨ñùò¨¦?Ö•Y7^“=îy"SŽAë~-uýFn¼í•;n¥t™õ\nüÓ›¸ÍÎÛ=IÊ:ð<î7å¶ÉÅÏNúHû\Űíó“#nÌ×¾<:—&°Éñ¹j£gsúø¿eùîJKwˆWþ;3G|6Gœur¾>ºg2ñ/9ïª72l¿[ráwVo¬×F+gêÈñÞÆÀâ¤TŸºÚÚTWOÉ[/<œ?žòÍÜ^Ó?»î<&=R–²•¿˜]WnvýÑ™uÝUùêeòñc3¤ùüx¹-ó…­7MŸæIN¼%'žñD†poþxÚFsœƒ–&Þ’õd–ØÿžüîGMç§[¯Ÿþ/¬˜¯ÿè¼<¾ëYs¿õ¼S7±sÃ-&RÀ§ßSÇfÕÇ~ð÷ õsÀ¯ž­Ó#ÕO>”ÿÌL&·f7çh}_|/µÞÆ‘sh6ßatò¿ç©É õöG˜Fª'<˜'ftËÚŸ×F%Iù ¬ÿ¥•“»Ìã²úNNëõ¹-[æª_ÿWž«é–Õ·•îóišó®:¯ÝzfŽùéos×odzeïô®iHVŸ‘š†¤làFÙsÓnùú5·ä•o®”/ܘë^”Ïï¶ZzvbüB•õÊj‡^“Ç÷”‰³ºe@߆¨{#×N^ÙäÔ\¾qß9gÿá;Ù¨ç»y¥aý|íó›å{‡¬œMÎøFöüã¸AŸLøÓ™ùîɦçœUº§ý«•²sY¶V}ëÊúo–ãÏœ¶k¶ïòƒþ¹ÑéWûBy7É€6Ív×ó³m/s·‘ëeÙœ’‹OÿMVÚc­,ÑmzþóNíœõ\#ûï±\.=ýÐ\\±NÎþê ³» vjü9þöÉ’ý’©ý>7=66;­60-/ÑÕðþ9pƒ]rÛjæ«vÍðôŸ³!ïßwrNzpÅ|çî/f‰Š²”¶›™'_™»^X:Coø]^¼qÖR™²®ŸÉ‘®œmÏÙ3_írlÚfTúÖ½”¿›¤¿ã𩌤>H}ðk©Íï »Žh:ç;íÒ¬ØtÎ÷Ô;µijnÔ"àiöôß<ǰ\¶>ïkùj²ÿæË¥ÇŒÿåÍ›dçÍ7˱‡¬œMÏØ={úqØ O^ûÓ™ùî¥lrÎÁ×­”R†f³Æ¦ôÃãràI¥ì¿ñ°tø·¼V“”·n!ÕF Õ:¸j=\Ãûwä çžC§tü÷°E8ÕH…™1cz›¿}Øþå3òÓ߮Îüqþ¶ùϲɉÊ ƒŽÍ ›Ý/¨MÒ+Ko|@ÖÚ«E¸ÒuV:÷€\0aVÒoLv8ñÆœyðŠ!HY¯¬×™i|(-ê—-N9/{ã蜶ÏNIYÿ¬¶ïo²ÃçFfõcoÊͽ¿›ã~~Pv8¥>Ý–Z?»žs{~¼ÇÈTÍËêÎó²uÏjÇÜœ;|?ßÿÙ ùƯª“”¥×°1Ùj£%ç=¯Ólo=·ÙvN·òaùíyoä°S¾Ÿ¯jìIߥÏЬ²ÝÐt›ÝZ¨kFíqXÖ=óÛyjü·³ýR•¿õ Mù|þ‡Gæ3ûœ›#~òùŒ¿fÛôýÐ)ÒG»ËÞlÓÍÏŽ»)}÷¿)__¶qY‡nf~úÀÞùÎ&ëfæÐMsä…ßʸ®Û`•#~Ÿëûÿ(']xRö¿¬¦q ]9›­?tÞ¶?À¢G•Úè²×|iŒv©ªQ‡æŠóÞÈá'?»´8ç÷¥¡éÒpµœÆì1{fnÍõýÍ ¿øNv;·>©œµ¹:Ûo64«scnêuLŽ;ÿ ìØtþ•³oËIß‘ÊR)¥TeŃ®ÌoÞ<4ß?ÿ|õÌÆó·!+n”—ëž²Róný|Ã}ðT©±K`'þ^T•µñ³i¼ö{ÓlJZH…Yºì-Lúôí×ö?€É“ì,,>Z_Cj>0pP›Ï77ºá“' ³ptÙ[xž í;Þ}\ï½ûNÛó*¹•ñ¢\ €¢üõ¾{Ò£GÏý¾P«\&ÿ}RÞÖ]N¨¨¨H}}B‹½ººÚTTTtjØæë!y|üÇ¢D ) 0ºìñiVV^ž%–X"¯½újFŒ\FA€ÅÚ Ï?Ÿ¡C—LCCCÇçPee™1}zÊʵ—ù¸J õ)_„ê( £ËŸf]ªºdý 6Ì]wÝ™ƒe…WJe¥³À⥮®.Ï?÷ßüþš«³ý;¥¶¶¦ÝaËÊÊÒ·_¿¼õÖ[Yb‰%ïczçí·Ó¿ÿ”•-¡”3e 0mÝe>-ºvíšÕV_#½z÷É­·Ü”·Þ|Vt'IDAT3õõõ ,V***²ÄСÙ~‡2fìØÌ˜ÞþÑå7nÕ<ôÀYà 3hР”••)â<*•Jy÷ÝwóÐfõ5VOUתEb¹R@atÙãÓ®¡¡!£V^9ãVYu‘j. 0¿Ï‰jkk: £’¤¢²"Ë,;2 õyô‘fò¤ÉsíâLJ•——§ÿþY}Õ³ä’ÃÒ£{÷Eb¹R@atÙcqPS]šêj…脪ª.Y~Åå³ÔÒK§®¶Ö]ð>¢²²òTu­j £Vf) 0ºì­UVT¥²g•B,fô' £Ë‰R@tÙ ÑB (Ð_ï»'=zôüÐï,^R@atÙ Ñe(.{$ZHÒe€D è£vÙ+//O·îÝà#ª¨¨HmmmÊËŽ(H—= 0µË^Ÿ¾ý2sæÌôí×/uuu)5” “***RYÕ%¯Ox%}úö[(–I æ¯÷ݓώÿBf̘>û÷ÎXyô˜üó¡³Îúd‰¡K¦²Ò¡  ³jkkóú„WòÏ<œÕW_k¡X&Ÿê€Â|Ô.{K–$yìÑG2eòä444(&@'•——§Oß¾Y}õµ2tØ’ Å2 ¤€Â|œ»ì-9lØì` €E›‹š…q—=P Úe€O]ö€Â|œ.{|zh!F—=P ]öHtÙ ¤Ë‰R@tÙ HÒe€D—= @ºìh!H—=P ]öHtÙ ¤Ë‰R@tÙ HÒe€D—= @ºìh!H—=P ]öHtÙ ¤Ë‰R@tÙ HÒe€D—= @ºìh!H—=P ]öHtÙ ¤Ë‰RL @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @¡RJ @J¥RÊÊÊ ™—@ øD•——gÆŒé ð k¨¯Ÿý9mTnà“Ô§Oß¼úòK™5kfJ%(X©TJ]]]fÌœ™éÓ¦¥OŸ¾ |ž•Ê|’V5*O>þxF—>}ú(@Áš»éMŸ6-O<öXVYuÕ>Ïy ¤.¿äb[ ˜¯ ’q«®šÿ>ûl¦N™œ††E(Xyyyz÷é›UV]5Yàóët µüŠ+Ú:ÀGöôžìðõþú§ÿ€þ |*Œ3N:Ðé@jý ?£Z0yÒDEè@¥Bcn½GæÕ¢ÚËEÍ 2¿{ -ª ˆRÑ­Q¹´§&/]ó“œ{÷ÿRÛÞ ¥YyéÆÓsÚío¥^ÁÔ°³êßÉ]?Ù7ûžóDf©×³ÚÝ.ŸB Sòè¥?Ì÷.~záX×ê—sÛ•ÉÛvjXl¤ÚQóâ¥9à[¿È]/W·?PY)Óž½)gø\ÿæBüIª43þñçÜöèûs†ÕO䤗ÊJ߸a|üTÕ°³¥žñt.;lë¬5yŽí±ÈÕ«½ýjQ™GëíÐÎvYdÞÏó¢abºôüüæ¾7Û? Ò0éáœùåÍ²Û æÏ¯×X<ÌŸ@ªþ½ÜÖîYoäà 44£Ç•kžŸ•Ò¢Z•†÷s÷OË#˙ӿ¾LªÚ°{V9øÌìÓûöüàœG2ã#̪úå?ä Õ†dô‘ÿÌ̵>ÕÏæ{-ß¹æ•9?|–õʈÑc³òòƒÒ¥\ ?¾šüçÜ=sĵeÙùœkró­·ä¦­›^]e…Ñc³òÈ^í¿á ¬×߯µy,j>M5©{-Wî±k.êvx®ðòì6¢Êö€ÅÄ|ˆ!jóÒ¥ßÈ—O~0KòË\}ÅÉùìäËsÐöÇåþÉ‹f$U÷úM9û–šlyä׳b—¹ ÜsxØjyëªssï{_߆/çîóȦë”k^/}2á]—e³ÇÅ·çÆl”~ejø±Õ¿›ÞùbºlrTŽÚuól°îºYkùÞ©ì»a~pý¹dåÒå¬,t*‡gç_ý=ÿºúˆ|f°KÀâäãR³žÈ/Ïy8]>÷³üò¨³õø½sÚ¥Gg…7¯Ìi·½•†6“„wóçïm—õÆ,“Aƒ»6-»ñ>9ý’3sÐç×ÌRƒgàà•²Éþ¿ÎÓ[|à®{;÷µw6YiHœ¥ÖÚ)'Ü<ë.ÝÞ|æ²Ý:|¯LÌ?.:,ÛŒÖôÚˆŒÞpûuã­¶Í>Ùf£U3r‰Vu˜Ûþ ,ò>öWÒuo>”ûßLÆm·N4µ²é2r‹l1ô§¹êÏÿÍ̯ MÏÓóÂýÏ󃿙_]°YÎz68á˜üôèû²Ùá?È/¿³TJÏ\•cO8&{/·aî?ftºfF=e»ìx~Uv?ùªœ6¦>ÿ¾äØ·ç×Òçþ»rä ÓóÂýËsƒÏEç}&êßÊלÓØ=CÆÝ#GuéäÍȳw>Ò ßËØ¾+Tó¯²Ï7¯Jùþçäú/N·É/gB·¥fw«ª²VÖ_²:7ÜûbªÇ¯•nsGE†ýº<»{yʪŸÈ~Ú™åªÈ€ÕwÎ1çï‘á«2é±ßæ¸cÊÞ#×Ë_®™•'ÏÚ!Ÿ?õltðɹ|³©˜øzªWœª¼—$°Ã/ò»oI×”¥û˧Kþ×:]ÌgnŸ/žöV6;â¬\¹^ï¼~Ç99þ›ãóbéoùÝ×—NeCgê¼Ö°aZž»ï/yfàá¹ðœ3 æÍüëš3rêÛä¹ÚûóÛ]—JeÃÔ<ù§?çÉ~‡äŸma¥É™¶ÄréÒ™Ú4¯Ë§æ¦Ÿ®ŸžI*û-“ùgáû\Çãϯíœvö«"öÝÿtê½Üá1c¹9þ Ÿìqlîu郞o5²ôøuü¶Y¾Û¤üóÒïåä9æ3—íÖÁ{åɳvÈøS_ÍŸ’+¶X6Ý&þ=§rfîùÏäÔiX*çR‡Ã+;ÞÿTêÞ5Ó+£wÏì^_•ý3b@2íw2³”ôl§;X×¥7ÊV›mœÞÙ8«æÎüáë¯dã¯~%Ÿ_±K²Ù˜L¿éúüçä½£FgÉÉ÷å´_>Ÿ1'<œÓ÷^6UIÖÓ%ß±K~wã‹9üˆîMÓÜ8Ûl¹Yz'ÙtÕRîwXnþë[ùÖ¨¥;·²õ“òÒ«3SµäòXÙüÔky?½³Ñ¦Ûd£5¤<«e–ãT ɨ!É;Ͼ™YI'”$eå™·^reé±Ò¶Ùi¥¦?וê›ÿ½ï}*S.“ÿ’Ÿž÷Ÿ Ùëæ\ù£õÒkÎÏ¥Aá å3f옖¯nÎ9”&ý%§þüé Þó¦üæ{ë7NcóuÒÿ¥5³ßiå©/Ÿ”Õ*3÷:/´5ü`Ù·ÝjóôN²å6›dØŽëä›§þ:ÿÙáYµ¢i˜‘›fÛÍ7JïÙµ¹£Óµ©è»lF3{ÜL+~Ÿëhüù¶ÓÎ~Uľۉ[ÕޟË1ã[oüÙÇœOæ86·º—&uPצ÷~×Çgç/4¾>³Jmîwh‹ùt¼Ýº¦½÷Ê9í¼§2à«ÈoOÜ4}Ë’Ìè’k{žÙ/ν¶ûm1—ýXäÍ—KY—>Â+­u_r… ̤¼>¹é¾Qå½2|é>É´·3µ>©yãyzVòŸÖÍЦn*—Û%7LKÞ{éý6»B•÷].£&“^Ÿ‡»fÕWgjuÒµw×4\í¾Êþ9r«²\·ÛšÙdæ²û'dVËU+ï–Þ]“†™SSÓ° 6UM^»í§Ùc‹Õ2bÈà ¾v¾ù·†¤zFj’š×ÊS3ºeÍmÇÌùÁs^æÐ4µÆý`å³ÞVNÞx(OLl{å>Tç…¶†m¨šM·_9™ð@þ3¹a¾×æ“Úç:¾mç…hßms®á˜ñqÇ_hŽc™÷º–÷Y6+ h9ŸŽ·[»ó}ýÁ<1£KÖÞnô-ûhµ­œÛþ,wÞþ§ôêÕ»˜ãwý—΀LË›ïÎL)=[¬ÔMÌ„‰Iχ¤[g›°TT¥"¥4ÌþÐQ–òªò¤¡¡1Ö*•RJE68ý–œ¹aËWe©ê·tzäí¶&š.IC}Ó§§²òT–'u5uíGeå]Ó«kR3­æƒë_u]!ûüßcÙò¯×äל—£¶??gì|Iþ|Þ3´2ICu¦U'e½z¥ª|Ál¨šç/Ì×¾~f¦~ù”üú´ 2¬ËÛùó_ÉI³¯_ÔT§uqòR›Ó(kùZÛoÎ:/¤5lOYÙìÕ_µéL°êÕÁøýç×vþ$÷Ýμ—çzÌxm.o‡pÌ)â8Öé·ó¼ÖuÎùÌu»µ§¾6õ©L—Êò^Û®Ý;Þÿ€bûv)l^û£Õ’ëeÃ%’'oüW&6·ÀxõÞÜý¿ò¬²ÕJé>Ÿ´Ë°5³b—ú<÷ïYr¥Q5ªù±R–[¢{ç>sUôËÒý’÷ž~!í6†©ì—e—ê–šÿ½÷Zvi+ëže6Ù#']ý÷sÚÿŸ°j–©˜‘Gî~®Ý‹wªíÿÀ1mÚÔL›6µy}üïš»­š[;—}ÿð|öé9pÕɹùÄSóܯæÔñK¤b>-hÙ€Ísô>Ëdü/öÊ×{/ûm¹búÖ½“瞯Èûl—e;óºrh6ÛqLJ'CN)e¿ —L—I䵚´XÎYiËQÉ÷ïÍÓS÷Ï2ýËRûú¹ô¶Yi•‘éÛðNþñ¯7“.c2 {ãLëßýwx£KVÙl¹Æp öùœ³É9iÀ/óìÍ;fPÙÇ_ÿn#ÖÍ295—œyyVÜ}Í,Ñmzž~·®E}6ËÑû.›m/øFvïq\öÛlÙtŸùfÞê¾qvÚtɬ9¦G&ßzjÎýã·³aÏwójÃzÙuëV5î¿i¾{ð¨lqÖžÙwвßú}òÚígç{w–ò™3ʸnùÐu§Ú¶pÖ°Yõçæ§¿ž–-—¯ÊkwŸŸãï¨Éš?Ú§Ãõ›µIRÙ;Cû%S¾6·<>6;¬Ú÷ã׫•ŽÆŸoëRÕÎ~5~ÄØ^ ûîø¹¿—çzÌh½Ƶú{•ùpÌYDZNֽúnüñ9íæeƒ¶È·v”/Ø;‡9){­Õ3o=xEþ:1³—onuXêŽ÷`þ¹óö?eûvÉ´iSçø}á¤R•åö»"×Lýf¾sö>ÙifY­õõüü×?É&ýæcŠPÖ+ëžps®x\N¼èûÙóÂÚ$½²ô†ûf=¶Ë²º‰^—¬xйäíÃs‡g·³“¤{¯°avX®GSs±Š,¹Å®Y­ö¤üö‰ÙösR÷Þc¹õ¼órìkß÷÷^nózñ™ùü ò$uyãΫód·sñúý¿Ù/ÕdZMÒs‰ï²8·%up.;ç|ëÔòÕ«kŸë34ã¾84]Ëë³Îñ7åŽË/<:»ÿ¼>©”µº*Ûm¶F6ÿñ9Ùsïcræþ»ä̲þYuï_e»­F¶šK÷¬vôõ¹¡×±9þ‚C³óiõéºÔzùÊ™·æÄÝGÌîÎ~PÌYyøçç ³’~£³Ý Ìi¬Žw¡ùU›$åC2þ„og£ý~ž£Nù\>ûÛ|üzµÒñøói]Êúµ½_m;"]Êð¾»íˆ¹¿—çzÌh½¶úÐvùøÇœpëdÝ;¬ëÆ>þ1§½®{eý³ùi7åžGäǧì•ë«Ë2påUß_åeªÃÐ÷_`~jÙM¯È.{emü,ORqØÁÎúÙù¿Èûï½»øm†wsóëd¯ GæÁ;Éò}Hœùh~°á6ùÝæ7åŸg5ݱlÒíù긽2íÌGsÃW–Èbùja¬aÝ+¹p‹µó£×äÙßnžÞŸ¦zÁB¬ôÞÍÙy•½2éÔÇrûîÃæ[ËY`Á{ýµ ¹ø¢‹rÞÞ’¤:ÉÌ$Ó“LI2±éñ^‹ß§4½>³iøº$õIòÁWÛ%_7·¥|P¶9ሌ{æ´uÍ„îÆUg.:2¾·yN9?QŸ²Êr5TÃBê Ò¬¼þ?æœ+þ™×¦–’t˰5?ŸþáÇùÆHû,, Ú릧ËŸ8]öøH:ÓM¯È.{)€O¹ÎtÓ+²Ëž z|ÊM›6už~oC©GÚøÙ)ZHP(sÓºUT[­¥ZÛ¡¹vÙ{ýµ J°xk¾K^óÏÖAÔȆZNêºWÙâŲ´Ýÿ¯”'bÍ Q“Æ´«9Œªošfy‹çÀ¢¤9j™Õ¦±åSsë§–UË`ª¡ƒé%iÿR­¯”ÞzæÍAÔ¬ÌÙ2ª.ReÑB `QÔ:jHÍ̇C©æÖRs»øy’Ž/jÞJóõ$  H:@µV®fÀ§Öÿ0È•-:«ŒäIEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/cact-desktop-environment-frame.png000066400000000000000000000711641433352025300266220ustar00rootroot00000000000000‰PNG  IHDR–›°z!sRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÛ ,,j#Ñ÷ IDATxÚìÝwxTUþøñ÷ž>é…^Cè½#„¦Ê‚ˆŠJQ(_wuWDp]]PWEÅ DWT\”*®€«RD.M ¡ɤM¿÷÷GHB’™ ‰|^Ï3˜9÷ÜsÎ=wî|æœ{.!„B!„—@¹ÂÛ !„B!„¸ºin “6B!„Bq)”jJ'#˜B!„BQ3i—ø¾_¡RÉß .…B!„âTj•’ZUËŠJ¥œÀRL!„B!„øc”Z‰—_fEA ¢ªªZÞ ßÏ¡ÃÊÝhåW˸sÌ=俨*,ýÒOÓ;µQÑÑr(…B!„¢Š‚‚ƒùhá†Yašœë¾YË !7p<=ùóæñúÜ·BÊ‹¾^•—9B!„BqÍ1—Õ¢ûúo…Ê ,e*«B!„Bü±Yʕޢ«%þ]ü¾®Lp©” 4 T !„B!Ä5'„Ò#’Þ¢—§Ä ƒË+>V§Óa ²ÈaB!„Bˆ*Òëõ¸Ýnt:]U³£ôeq0éôE¤»LpY<é÷=–—mä2<ŠÝn'ÂjÅãñ ©šô !„B!„ ¨4MO;Jx„µªÙX)=Jé.Tº*ˆ Ë.äs~ÔÒPA0yÙËf)ÍùiÓF:uíF|B"ƒ¬$„B!„þr»ÝO;ÊO[6Ó¶m‡K ,‹ƒJgÑ«x´²8TK¼ʹ¿²l`Y2¨¼lebR¿lû™› žj"„B!„¢:ŽðˆÚ¶í@BRbU³‰¢ôH¥°–pñB>•—¿ËpabRÒùS!„B!ÄgåÂ=•Ž¢Ø°x¤ÒËÅ‹ùT:yÅG,…B!„Büî"ŠF'`¢ôHeÙ{.uE/…ßsÄ2Ü)‡M!„B!ªINvÖ%‡iEÁ£±œ ÒYôwCÑ{z*€Tí²­ +Á¤B!„B\%ã­*™ÁEeÉé¯. G/K•Å#•eG,KÑ• $«e¬•B!„BqåƒÌ–/s‰ ²x³ä4ز”òËJùë®q÷¡TýB!„B!ª\`šÊ’JO}-9BI9ÿÅŸÀ2`ѱqr4…B!„âw0ýd(óÒSú~ÊÊ‚ËËXJP)„B!„5*¸,Hê(=íUç+¼,¥B!„BˆÅ×¢<~M-vÉ©êhe5,+„B!„xUYœ'Üé+æ*;ÅU¡âU_}Ž\^R`hP)Á¤B!„B¦dHn$çØ‘+RFÝïÑB!„B!~׸ª¢QJ¿¦¾–e¨AjÞa~üöGvÖÓoâí4µT%“~ýþ[6íFéŸ~ðJ.„B!ÄU\^ SbkÄs,&|éì,lů3[øg[ 8ö1÷žtH®Mdñhf½.Üúô*Ò]€šÁ’Á1DX#‰±œ, @åô’Á…éëMdýéíÌžþ:ïÌ~ŒYÛ Àu„ÅSï oÛDårKNxÁÁúÙé›’@„5’Ȇݹý©e¶M õUÓxN³þ•ûèÝ4–k$ÖÝõÜל(›OÓ¤ó#¹‰í†ó×Y3¸§o3b¬‘DXÒãÞ7Ù–£ž¯¯òÁü~‰…išþ•Ÿìå?Õ¶•y÷÷¥It$ÖXZÞó.úÙÁW¹*ä`í¤ÄY#‰°Ö§Ë]/²îŒ-s Jp»øõùŽ…åí>—#*?޾ʤåòýãi^;ªèÄѸçhž_w¿ûB!„â@W£Kï9Áw+¶p0#3Á&À¶Ÿ5/ÝÁ¨y‡pëbèqGG\›–òK> ÙøéÓ­¨@HŸ‘´ +“§ë0_¼·Š­G²ñb"8HÇL|x.ëëÏÍO.fëI'èA=·—•/¡÷ø¥œôúQüL£ÙønjnþÇgl? Q V”¬½,n$ƒgnÃ^2ŸÓvÀ‚E‚ß¾eþ?gñÙϸMYìúl*#¦o"?Ð|++_Éd#!!žÚ c1+å£OÆ áo‹¶qÚ ÆPgOæ—NãO¹* -OžFjlìûj&Ãn‹CþÎЭðxçù.“bÀŒîpâãÅÍ™]_2óöøÏiU>]„B!„–—¢º§Ážš×„’÷Xþ [©†,=ÈÉSûù`H(¿|ò-§¼zâSGÑ w=Ÿï*€¼m,þÞ „Ðﮎ„U¸W C–âäÉLÎí.ç–ð÷wÒ3½^ÜÌ©ÌÓì}8‘@ÎWO1ŸÓòàWOÚž˜ŸÔáÁÕ‡9¼ï?8¼à-¶”Íç§ÒV2>±ð/ñ÷®ædÆ1VÞ@æÚ¯8à¨J¾¾êϽŸý¯ûö±{ÕZ•³º«ûÈb^þ¯eðÛ»9™~œôÿŒ ¼dìP¹Ê2sý¢#œJ?ÁþßJ nË‚}Þƒ{ññö]¦ :¿´›s黸~Íj¾ÿß\…ŽùjŸ]>]„B!Äq5Ükiø=vzòÄ öíÝMvVa 1ÒÇf‚C ç¤m)ÿ¡*º(Ú§6„¯v@VYn¨“0{ºëØòC&«?ßËÏÖåá7pO—¿΢7™(Øÿ {t]˜pK‚p/7X?çãìclØeC«çGyü(säoØ@¯__—×K¦·äXŽ ¡¥³QB›Ó/YÏü“^òÎÚÑ”0Zôm†îí ÔœSؼà¨B¾å•¯vÇÚñÛF~Ðwâ®I·ÉDÉ[dý*WpE¿(Íz@O|ïQô ZÂ2{:?.€¤ªõO½É„ÝŸ2O±üÉ{xhÎ&2Kךl{ÕG,—~ºX>…B!D…t:á4KiAbRÒUQ¦+XžPÓö#®,5‡m žbÚü½8¤5„B!þ ¥}ÿ×(’“7^ôå]ÍÞÈóÃ{rÇ´9¬9î.ú²ŸÍ¶e_°f×ÅL¹é/š´Í«YùóYþ¸1®—Œ•ãÆ±3™2ì6^Þž‡v%ê]I¸¬û©¤¯^6Ž<Õ5w.•KªëœSÏñã¼W˜ÿ߸¥Õ„B!jX`©ãó"‰è>—#ž’o±Ád*Þ“ÎwÞÊ[æ?³ì§sw]cåùšþ²ûx}ÌíüyÑQ\ÔÞW°•W^8ÆÝË÷²s^+V>½˜cùäzWÐW/ëJÝ”4o‹Y&¾Ë9'„Bq™j~ "¨e5YÇZº2†ZŒ|o ·D'ª÷'ŸÓ‹KÜ™g¿ù€X;°oûŸmôÕËÉÔqï}Ã8émB!„â2ªùcÆ8Z·nNëV±œcôdðí‹cé×%…ZёķÊ´/á¬(ÊÒ«gX3e0šÖ"ÂI„5’Ú]ÇòÜÛÏ3áúVÄ[#‰°6 û½óÙ‘¯•És ÝnsqžCèØ4é|žqÍñ×%‡/ºgëÔ¼~$¥i3so9uð¾h,íêDæÝ”Þ÷¿ËÎⲨ™¬}|(]š](Ž·ðø’_)(.®?i|îçfÜF”â:ÅÑyúÏØ}mç=œî‘ÄÝñ ¹Ô[+`ïÑ¿Y\a¾ñÉô{rë…)¦•µy¼gùáµ ôIŽ-J?„‡?ØEÞù6òÿ˜ÞW«ÚOòXwo]"ýKÌ­Íûnu¬­øûxÊ´o…Ç©šÚÀßvòYï«ùœ+äÜò,7·J(̯~ƾò=™ÅshíÛ˜’Iò£?_蓹_3"6’oÃãëXTÚ}œSþì[!„¢šÕüKÂH·ŽÔóÿ_ÀÏ3†ð§× Œþ×'Ìj®²í¿1õî‘„ÿ¸ž)Ênï#}“|~÷cþÌ»oõ%Ú¾%ÓåÙ¿~KŸ‡žæíGk£íý7S¦?ʘ†=Ø8­9f¿òüž1ñΜÞDy2Øôö4ž?ŠØV˜ÒìÂTÉÈáoñÙ#-0£׋'Qê‰jwÓÞG­#ÙÛ2eÊ#Œ©×§¦`VóØ¿nû¢bþ«×å:É–EÏóÜø¾ìwobѨÚüIãs?9ìZ±†]Ö™ÿÆõ$j6òãaöµ]GÕW½]ç1vò‡è&¾Î²‘)Ù~㘹vQÀhp°ãù›ô¯ R™Í¢n᤯šÅ´É8¤mæ³Ñu0¨þ³jë«>ûImnéŽå³õ¬>ä¤kK3àà×/7;ˆ!M,¡ÂãTMmàW;Õôs®¸Zèòè›LklâØ×¯2í7sT¿‘Õ“›à×dç …º¤˜ªtN !„BH`íÜ:ž}ó ÍŸÚÊK÷5ÄtkidÓª,úÏoüåa]`éÿZøåÜ\¯'S{F/Úò5KF¡×wpSS¤¶ ÿ?K¹Íf2kN’Íß<{q}ÿT€>mTþ›ò_n8Å#Íêž?0æ˜Æ4oÑ‚  k¬œ<ˆÉEÿÛ9DzŌýv'9¥[œO½^ Ø—0 ÿ }¨5´-“Ÿ™ÇîáOÓÆàG‹Ÿû©ß‡A}{V¢„þlW–¯z{³Ó8G=û ¤W‡ht´¥sUû@ö:ž}u/qãVðáÝèÛ‰ÈÃm¸÷Ù¹ìºõÚñû˜U[_õ£ŸX;¢‡i ËVej˦˜X¶2ƒ¨·Ò"*ž*{œ´ìUÕÚ•¥Ñ×øs®(]¿0mB¿Â6ìÓ™èíýÆ|vÞ÷<è‹s+*¯KJ³*SB!„—Ón9çñMìqÀžéˆ)šÎQw_äCæá³­âhzKRc¢É渭hÞ›.ŒZuà /ƒ\oÕòÔYÒ,²ŽÛœªæ$}Å3Üu]s##‰ˆk˃ßkà,ÀUÑ’§†R‡¥@úì¶©~¦©Â~ªZ>?µºŸGû+|~Gkºßõï}—†]«bHÛÈN»™Žƒ[TººÞÜ NndGVù­ú1«zß+»O%ºc{›9¸x9GÝà<´Œ¥iÑ ¾³ !”å2¶AÙ45ÿœ+/³HÚh§~æW›z™?Ã.Ï9%„Bq)þp#–h:ºÍZÍ+=BK¼¡`´Ö%˜´Óg\¼½ªv!­Þ¨UCÓª˜'Lzм}3t˜ËÈQ/sës¼?«I¦Ó¬~èžÖ*ßNQŠëï_šªî§ªÛùdiÂø%{°aó^ŸÍÃ7½Îó#ðß9C‰ ´ 6ƒR¦þ%ß«àô©Ê1»¤¾WvŸJ×M¸Ð[?æ‹Ãã¹ñó%MÁ=íB-Ìelƒ2ijø9ç“(: x\žjï_çÔ¥ì[!„BËBæZhjTÙ±­€¤{:®”t.|yó+½ç2”ÁŸXø§–£ñ¸±´ °Ï^î6¨özÿ~ç\¹¼¬ÿb/ÔºŸ:0X© ™{’­v&HW}uÉñu.^¾…B!®À2{ÿûf-Ï?DGPŽtKG(Qý˜:¾>çÜÍíaO0q@S"ܧÙPÏ€ñÃh`'Ñ y›–ðå/-¸¥µôUøRæ³ þäiJ¢C‹ r¾z†—?}„!™U»2jp½R ƒXêu¡Ï1ÿ…4ÓxK>{Î\<ñÏùýËÌœŸÇ€Æ&ÒÖ¾Êã«]´ÿçxZ•¸¯Ò4~î§,K ÛùYo÷ñU¼³¢€äÖõ‰PO³yË)06'Ú¢ ¼´éÃã$Ó{ÖhÆÆÎàþn᤭œÅ”¯áº—'•j£Àή²û‰ÆXÝý ¤Æ4`Á‹“y[ב—îhL OÊT"/S\®óãw<çΟSGÿÇêÿšˆõœ`ËÇÿâŸÿ3Ñÿ‰´°$’:¢9<5ûghL완9ëÒÝ ¿ÄºÔòuN|ï[=·†û»Ýƪ6sùñ£Û©e‹¡B!®µÀòÄB¸ma©?Eݽ’ݯu%@ ¥ËS+ù"f*s*£çz€j÷˜H‡qÃh`Šcð?áã{góðÌÁ Z|ƒôUùæzéy*Vú>ûãF?Ê ÷଴¾oÃn¬‡©Ä†©Ùd>|õ“ŸÎÈ ‡âŒañ´š€EáÂTW³ƒM³'27Ý )üé˘5©Ìê••¥ñw?e¿«ºŸõödngù+³™r¼ða¡ S™üîlnŠÕ÷¶S¿ä˰)L{ýÿ1ü9s­.ÜþòjfŒ©W* ˆîâýDTw?)›Ë½Ã_)ìR™4ïcž¸µvчª‰¦“>bAÆL{ãAîx ÀBlãî o\ùÍí¾êâëœòsßE3ˆÑä:(„BˆêøŠWÎu€^UÕrÏ·ðÝù :Œèظ 3ÍÉΪ𽥟.¦wj?¢¢£¥õ¯Ïæ\׎Ôû”C÷+µZk@i„B!„W• à`>Z¸€a#Fn¬0݇ï½Í !7p<=ùóæñúÜ·–NÀä9@VÑël‰ç½o/J＀ʅߨ5¹ûF!„B!Ä%‘ÀR!„B!Ä%‘%þðG¸>“~ÈbÒ¥¦B!„Bˆ Ȉ¥B!„B ,…B!„Bü~d*¬Bq•Y¶ô3i!„çÝ<ì ,…B¸âeá…B\ÛV~µ¬F”S¦Â !„B!„ÀR!„B!„–U¢ª*öülÙ6²Îf“}.›¼œ\vš¦]c‡ÒÍñ¯0o³ UúµB!„â ª±÷XºœNlÙ¹ìݳ‹ƒ‡ösöl&1ѱ4išL«Öm Å`Ô_‡ÑKÆÊ¿qãØs̸ŠÜåŸòp=é[6°ËÐ‘í£©°4;iþ¤«*Çžê3æ²qá0âõrÒ !„B!åUÀép’q2ƒU«¿"&6–›†£vº¤§cÃúoÙûÉn†NBRªêõ+_-g=“Úþ‰tw³|Ûlz†)5£A ¶òÊ Ç¸{ù^n?ý/Æ>½˜ Û1gÌí|qÓ7loMP…ß>^÷']UéB©›Ò‚æuc1ËÄk!„¨²}{vsðÀ~ÿ>zu:6nB³”æÒpB!$°,ªªäØrYµê+ÚwìHj¿¥Þoب1 5æ¿k×ðÕòeL¸š¦ú15ÖCÚ’™,>†…™±t ËG×¢F °wæÙo>àÖìÛ®Ž²™2î½o'çšB\’C‡rýC0>ÓºÝn¾^µBK!„WLCrÚìÞ³“˜¸XRû Àn·3mÚ4Z·nMëÖ­™6mv»¾ýbµZÙúÓô?âgû.Þzi µÿò1ïßƳÞe£dD›ÉÚLJҥY-"¬‘DX#©Óñ_ò+Zið¾h,íêD¦‰nJïûßeg~QõfÜF”¤¢<âè<ýgì¾¶óaN÷Hâîø†ÜÅ>5¯ Eei3s/Î ª_n:ïY~xm}’c‰°Fßz°‹¼âºØ·1%%’äGÆ^œQî׌ˆ¤Ç[ÇðxÊ)Wuä[Q;iìýà!ú7‹+ü{|2ýžÜz!!„¨¡4Uõ+¨0¨ª?wÜ+C#‰ŒŽ!ªøEDx(ã`š‰¢ÇJ˜5ú|ý"#­„›‹¾)˜"bˆŠ ÅtQuõX¬1D…›P.Ê3ŒðóyFc#Ȥ§ì<'ÅFdt4aLÙQŒ¡DFÇ~þý¢òD—ó*[!„¸ÊÔ¸K—ÛÃáC¸iè0f̘Ýn§ÿþ|òÉ',X°€™3gÒ³WoV¯\Nç.]ñ¸Ý•]®ÉþþU>8Ó•÷u%Õ6ž†‹æ1ûLJ˜Ÿ^øA®æ±ÝöE=ÄüW¯#Êu’-‹žç¹ñ}ÙïÞÄ¢Qµ1ø“=QíncÚ›ã¨c${ûB¦Ly„1õºñãÔÌj»V¬a—õAæ¿q=‰šüøF˜}mWAÍ"‡¿Åg´ÀŒBP\CL~§s°ãù›ô¯ R™Í¢n᤯šÅ´É8¤mæ³ÑuªØyª)ß ÚI98±“?D7ñu–L!ÈöÇ̵1ʹ.„Ä^zÕN^ž Ð錘‚‚ 7¢dgc÷ÖÐÅðAáÀã´“o÷¢i :ƒCÙ8Og!4L%'§æ+O+A·£€üMÑa0‰Én#§ÀMqŠN‚‚1$£+·V:/KˆPteBFÕA^ž³ôb|ªMº«BËê£zUΞÍ<OåŠ+èÝ»w©4+V¬`æÌ™Ô®S—S§N¢Óù˜ÐêÍ`åË+P¯Ÿ›’ô˜ãïbrÇY<6{53{ßJ|‰ ¹^/ ìKÐÿ†>ÔÚ–ÉÏÌc÷ð§icð#E!8y#’‹2윌cÙbÆ~»“œÇRˆ-ÞOý> êÛ“°Åôg»²Ì1iÞ¢…Ï{'˦ӲWñì«{‰·‚ŸèF(@ßNDnýÏÎe×­Ïж ÇOË^W­ù–m'û–4ÎFÏ>éÕ!mé,ç¹Bøº¸âq»‹7.X­ÁõJa`©¶Z1¹²±å8Љ°¨p]z¦ IDATtùYØ^@ÁF°Ùˆ¾(PòÚ³É)ð ¡ÃBp½šêÆ™ŸG«p 9Œ°Â÷@Åã, ?ßWÃÏ}_b #È áÌÍ&ßU"Ds•W7}0a¡^l¹Î VWW0‡dðâÈɦ D”èr:p…X  #ØE~Ñ{…£Šª˜ ¶`³_(«ÎŒE¯¡j ŠNA £Vòx!DÍPãæ¹(åÌY²d K–,©h ŸSGÜG–ðÚá ŸÔ“H0Ôâæ‡ú£[÷Ÿ­d¤Ó@ê°HÿÝ6ÕÏ4NÒW<Ã]×5'12’ˆ¸¶<ø½Î\•^Aªº]Õ8Ó6²Ón¦ãà–…Á€.†®77ƒ“Ù‘¥^Uù ju?öWøüŽÖt¿ë Þû. »üÄ+„þ_guÌ3:<¸¼|&ëЛLè5y96rsr(pyÑP0GlÀSCNNv·KX8A…‘$šÇ‰=ÏFŽÍFn¾9”РKXå@1`¶èÁÝŸ‹¤ê$?§ÕFh¾üï Š‹Yîî² ½·¦Ãd1m_0âuP`÷¢ ƨ”È+Ø„æÌÃî-\lÉŸï;B!e52ôÄÄÄ’žv €o¼ñ¢4ÅKO;FbBj¥ ÷8سp»Õ3¼?¨vÑýzÑ4º{5vvòæ¿Tx_b©~Í¿4®s9ê¶'?Äûk¾ãûµïó°CtUݮ괢_…ˆé%ßÓaPÀãò\ù±4aü’=üòŸôu~ÉÃ7µ¦ýÄÿpÒ#'»BT|q ÅZâÄ‹OANoàYi^7n··Û…Û£b$ȢǛŸC¾Ã…Ç푟‡KÓc*º±Qóºp¹ÜxHèL«H¬Ô„Ì=ÉöóÊ}¹ò-}ñ¢~ïq<³d[f¶âÄâùR"K!„¨˜×N®-›-›œœòôÁV‚ —¼`Œ¢7¢W@Yb pL èô:t¦`B#¢ŠŠ$ÄTÇR5åü諘±FE”û,Õ‘K¾K‡%,„K_»HA§4Muc·{Ñ[‚0*zÌÁ&pæãô‚¦j ” ,U;y¶lrοr.Ëì$!„¨Ö8­¦Øl1Ó²Ukö.ÞÍ7_¯¦ß€ë™9s&3gÎ,•kÈÍÍ¡S箸œŽ ó³ý8Ï2ë2aü :µ,¨5šx]››ž SÏ¿9¿™™óóÐØDÚÚWy|µ‹öÿO« ÀãGšz]hÀsÌaMÇt Þ’Ïž3nŸõ¶º)‰-‚Èùê^þôz„drTíʨÁõJ/àSaº><þ@2½gflì îïNÚÊYLù®{yRa]H$uDsxj÷ÏИØ3 sÖ¤»©ð1-JäåÉ·˜ûø*ÞYQ@rëúD¨§Ù¼å›m‘‡h !DŘ·ÔèžÇíAÓGj1£wx¨ŽŸæ<ùÙçï=¼°_Mo!<,Å™O^¾SHÄ¥=WYóâÕÀd4 ³{ËüÀª S*ºMFÅ•—ƒÓAhˆ·ôŒ¥Jó¤pµXhîâ÷¥(pDÃë,ÀJPˆ½Þƒ=׆Rø84¥0íù@XSñ0Ú*„XV¢(„††1tèp–¯XFZÚ1z]×çüb>éiÇØ°þ[òòr¹ûîqx=îJŸa¹î­•äÕ{€[š\<úÖá.nˆX—oýs=Šžfv°iöDæ¦;!"…?ýc³&5)¬U–¦Ùd>|õ“ŸÎÈ W0†ÅÓrh–Rwî—‰ÝN±Ò÷Ù×7úQ^¸o/`¥õ} vc=LŠéÚNý’/æ0íõÿÇðçT̵ºpûË«™1¦^Ñ*«&šNúˆ0í¹ã% ±»3¼QðEÃá…» ªö|K}qÉÜÎòWf3åxá ¡ S™üîlnŠ•ÀR!»ÞÂù[4 UÁ€B`«“j^^À`PPo«˜LèñR`·ãö^-<ªvaNUUö­yp¸TLæ`,žJ¬¹)ȵcŒÁRk^ÈÓ©b²c1ºJ-ÞS¸XPFEÅé(ZVQЕ¼>«.ìNp‹Í•S4ÍX+|¿ìˆ¥BH`y… mÔ“”Äø‰“øiËfV¯\NFÆ)iݶ:wÅëqãñTþ;ëÐ%§°UôfèuÌ?šU±)Œ;NeÙÇýJ­ÖZV¥i”`RFÏfíèÙåo¬«Ï¤²˜T Û™êÞÂ+ënáíYa:C,×ýù]¾ûse•­Ç°ç¾bØs¼ïu`³ƒ)Ä|á¢YùÊo§ 6ñåîÇäÌBˆ@è ŒF4ƒÉ‚Åžgáʬxq»<BH08Ý^4Ñ¿ûi4v‡—pK8aZ>—MÑ¡×ËáDõºñŒ%È‚×áAC9¿ªlÑ…¤ ûÖ ï5„c‰°¢·;pz¼h€Î¨á©æ) Ïa"¼Ôž‚\솂Â#Ñ;ì¸Ü^4EÁ„ŤÃë°•8‹VzUµ ÛÛóp(&¼ö $)±,SE_ø,Ò²urË#G„XV;Uõ¢i*;u¦K×nE+ªN)ñz=¸œŽJG*‹EX#ýÚŸ-s›ô–€P>Gwîáð¶wxÿ7mm\øË¯Bˆ*Qt:Ü.F“ÉgZ—ËUîJ£åQ^/šÁBh¸å|£zÜ8òr±—X½ÇëÈ%OJ°%”Р¢t^7.ŸÏ¹ÔðäÛÈUC²„j)ÚÖmÇãÕk'/OGHpa梀RSñºÔóAT•ö­ºÈ·eã Æb&4¨8o/—‹Ê‹]˜š"J?'ZscÏÉÂk Æb &¤hÊêqcÏËÇáô– ü¥0pÔJ”© ¯ôóN ¿«”ÝÔY /{Õt“wΆK"K!„–ÕOÓ4û\ŽßXñÁz2¼×h_+[!„BË«ŸËéäì™slÙ¼™Ï>ý„·ßžÃüùsX²x?mÙLŽ-ûZ¹º{ÉXù7n;“)Ãnãåíyhš´Í«YùóY®H+8vðT×ܹôÚøRu)íëÍfÓüWxsU:îߥ»d³mÙ¬ÙUC„¸ÖúÚïÕO¤foäùá=¹cÚÖwW_«¨.WI(·þB!„–W7§ÃÉ©,]º˜Ìsg¸iè0¦?ùO¦?ùO† ý§O±ø“8w6Nïÿ÷–œõü¿†‘D4þ?þ—[ƒF< ¶òÊ Ç¸{ù^vÎkÅʧs,¯¹?/:ŠëŠô¤Pꦴ yãXÌ×ÂkÇn_qíöµšÐO=é|pç­¼eþ3Ë~ú7w×5^¹º\ ýáJÔ_!„¸ÊÕ¸Å{TU%ǖ˪U_ѾcGRû (õ~ÃFiب1ÿ]»†¯–/cÂý“Ð4Õ©±Ò–Ìdñ¹0,|ÌŒ¥SX>ºúšÐ(Áyö›ÏAxµƒû¶+[SCƽ÷ ãäœÒ×®Á+I-F¾·…[¢Õ_ƒýá ÕÿÈo‡I;v̯´Š¢P»Nê7h(ýS!ÄQã~ïwÚìÞ³“˜¸Ø‹‚Ê’úöˆÕjeëO[ÐüˆŸí»xë¥-ÔþËǼ{?Îz—=Ž’m&kJ—fµˆ°Fa¤NÇ[x|ɯh¤ÁCú¢±´«U˜&º)½ï—ùE Ôsl˜q=R’Šòˆ£óôŸ±ûÚÎ{„9Ý#‰»ãrKûÔ¼~$•¥Í̽8/ª÷6¦¤D’üèÏîÊýš±‘ôxëõ k¦ ¡cÓ¤óõŠk>ˆ¿.9Ìù&ò”³ï96¾9‰Íж‹¡n«ÞÜþBÑýVþìÀ“Á·/Ž¡{ƒÂ}Ç·Ê´/ÖE=Ú)ƒéÐôB›×î:–çÞ~ž ×·"ÞI„µÝïÏŽü?.øÌÓG}ým_çQþóÄ0Z'¦«Ûí.ý£Få}Âòhìýà!ú7‹+LŸL¿'·ú_[eíhÞ—Ô¶y¬»·.þ%v÷ÝêX[ñ÷Ž‹ûZ…ç à=˯M OrlQY†ðð»È;ÎúѶþö‡šÔO9¦¾Òz2øöűôë’B­è2e ´n̹Ÿ~)ñ…ûKhË];?mü¢º”ûÙs¥{õ¿Ô󲌴´4ºõèI¯Þ}|¾ºvïAzZš|ËBqå~g­iv¹=>t€›†ó™¶g¯Þ¬^¹œÎ]ºâqWvÏ‹Fö÷¯òÁ™®Ì¸¯+©¶ñ4\4Ù?>ÄüÔðÂ@5ýë6°/ê!æ¿zQ®“lYô<ÏïË~÷&ªÁŸ4è‰jwÓÞG­#ÙÛ2eÊ#Œ©×§¦`Vsصb »¬2ÿëIÔläÇ7Âìk» j9ü->{¤f‚âbªJ£«ùüî{Ä<Ä;szåÉ`ÓÛÓxnü(b[m`J³òrµóË¿†pýó‡i3z:ïܘB¤÷7>yäo,þî&ȯðóŒ!üé5£ÿõ ³š«l{çoL½{$á?®gJ“|~÷cþÌ»oõ%Ú¾%ÓåÙ¿~KŸ‡žæíGk£íý7S¦?ʘ†=Ø8­9f¿òô¯¾>ÛWËáßÈèw<\?e./v±’õ˼<㧉|õ ßåqœÇØÉ¢›ø:ËF¦dûcæÚ«¡ÿb$ïKmÛÚÜÒËgëY}ÈI×–fÀÁ¯_n 'vCšXÊéŸ3v<ƒþ•Aê#³YÔ-œôU³˜6y‡´Í|6ºú¶_ý¿fõSÎõû˜VÞ·|”±Q€ý#Ecç‹7qý³Çéõàs|˜Zùtmã0r¶‚sîd™}\=Ç=°sÇš†ÁàßeÛ`0ø¹ˆ—œC;9˜é¸pïªÞˆ%ÄJl­:ć› ¯5އs{~â·­[%]#5<¶£ìÝ—’˜B³:Áäü…ç.|?P BÂ#‰NH"6ÌX¢îEùå^¼'%"™vÍ"kÆ '!„À²ÄwH¯ÊÙ³™Ô®S×gÚÚuêrêÔIß÷Yz3Xùò Ôëßç¦$=æø»˜ÜqÍ^ÍÌÞ·_b\×\¯ƒö% èCj mËägæ±{øÓ´1ø‘Æ¢œ<ˆÉEvNƱl1c¿ÝIÎc)Äï§~õíIX‰bú³]Yæ˜Æ4oÑÂÏ ®ræz½¸¾*a@Ÿ6*ÿMy€/7œâ‘fu/êHZÖzž}u/1w}Á—³{¡ž4=û7ò=êÜ:ž}ó ÍŸÚÊK÷5ÄtkidÓª,úÏoü寖¢²õd`j/ÂèE[¾fɨ#ôºónjj‚Ôäÿg)÷¯ÙLæcÍI²ù›§ïúúj_íÜ·¼¸ðµ&­åý© Ó]×ÛgŸðè…¯%þõ‰JÊãÍNãaôì3^¢ÑÑ–ÎÕÔÆ÷÷ó?oÿWÅu±vEÓ–­:ÊÔ–M19°leQo¥E\Ê.Ó?Ëœ3Zö*ž}u/qãVðáÝèÛ‰ÈÃm¸÷Ù¹ìºõÚýïÛ•¥Ñ×°~j?âÿ1­¬où<ÞëêN<Â3¯ì!þž•,šÑµð˜]ø­ªüs®Lв×]5Ç=sç÷£áq:ð7¥k÷ãÁ™{–ô_wpt¯S§Dë4jì:ëÆXêÔ¶rîxŽìcìû5jw&µWSL¶#ìÚë†à&téÚ€ Ü8óÎqê·_ùmOçê¶ IBú’‘upSºv­OP‰®­˜¬D›ÏrìD¾¬Ê.„¸¦Õ¸©°JÀ?*>muYÂk?†3|RO"ÀP‹›ênÝk|~´’‘NC©ÃR ývÛT?Ó8I_ñ w]לÄÈH"âÚòà÷8 pUzEªêv—©ãXÒ,²ŽÛÊýžïLÿ‘3]†u( *«Èy|{°gzbЦ£EÔÁùyøl¹«ªZ’M6ÇmE¿¿ë¨U7 ò2ÈõV-O_õ­¸ü[9à6Ó¶r%Á}àǶly‚ZÝÏ£ý>¿£5Ýïz‚÷¾KîUOÈ»:ÚV‰îÁØÞf.^ÎQ78-ciZ4ƒïlCH mŸ¶‘v3·¼ èbèzs38¹‘Yj•úvyijZ? ¤¿T–6Ð2úJŸWtÌ:ÜØ¢tPYC»áÎË+€Y‰±šP=*º (ê5kD09ØLñD˜Pó9¶m#¿)Çû³zd:Íê‡nái_6ªºï¸[‡AËp×1éAóVp)Õ4@¡Ò¨ÞŸ}k:ºÍZÍ+=BKý``´Ö%˜Œ‹·ÑÑ¡¡jÒê:PµÂbU%O_õõuðµê>¶eÊciÂø%{°aó^ŸÍÃ7½Îó#ðß9CIôu–ûjKÿyWGÛ*Q\7áBoý˜/çÆÏ—p4q÷´ °²(ej*ñ^UúvyijZ? ¤¿T’6ÒgÓë§W—{Ìjìqäܹ¨nœŽ\ÎÎO£@‰ adAvÙŽâß?êP'¦€™Žómiˆ®ORD&'mN ²²)07¡C×ú„éÝx,qÄ('9°};¿žÐ‘ؼ,äÚÌö‡íÒŠ(¼èCc©Û2…ÄØ`Ôìƒlûé0G£“håÅ­ú³owÇV¥àøvîÍ@W·+©=cÊ9ÎÉ̂ҭQ]8v<Å™„×"ư—Çu4k¢#Û~¡©'v‡¯Vüá^3' !„–F#Mš$³aý·>Ëï6¬£u»öx½•.ùÛxçßé$y…ãê—¸÷ÅÁÎçGòàï±ã‘èTÞM1j[×€ø»Iލ`ð·LÇö ì£OM½‡ @.‰f8Qy½‡ÜNg&Ü Y•ÿŠj°R72÷$[í\jzÏ¥0×ê@ãkl_»{ßöåÖù±os­45ªìØV@Ò= /{ýöT­l—œ§Ÿík®Ý•–WÙôÅÏäô½îâ}UåØVÄQ¿÷8žé=Š{Þ@‡i/ò僙PÇPIðïG{wõ/k÷û;ˆ~Á©¥ÇhBLŽª]5¸^éf ‰¤ŽhOMãþ{&aÎút7—´•Ê_G'1xÎ(ÆYŸæÞNœûe)ïíºû¿o%ªSÇ×gàœ»¹=ì &hJ„û4ûê0~ tU)[5äégû*‘}˜6¹×½p;2=Éÿݘ‚Õ}ˆŸ3¨*Ûr¸¯â$·®O„zšÍ[N±9Ñ–r*c'Ñ y›–ðå/-¸¥uåíQûŒÿyWÛñ iÇ„1 XðâdÞÖuä¥;¼ð”Ù‡ÇH¦÷¬ÑŒÁýÝÂI[9‹)_Ãu/O*uÎ^ªšÖOG¶ÝËB?ie}Ëgìk ¢ú2ub¼>ŠQ!gBjC‚ Nr*ø:níSÁ9wýÕ{Ü9w~w¡-éÕ³>AІוGöñ}ìØ·–oÕ4‰ ü«‚æ.  ÀŽ ¨9ØUpí]Χ{Ë|å¨×Òs6ãGŸÆVàBE^ÓÀêAo »´{vÌ±Ô =CÚÉ_ؾ[#1Hñ|Q¥pâÑ|á>ËftïÞ Ä¡B"ƒ)H?†Í]cïDBˆk3°T…ÐÐ0†ÎòËHK;F¯ëúœ_Ì'=íÖK^^.wß=¯Ç]éÊxëÞZI^½¸¥ÉÅ“]Ã:ÜÅ Køò­ÿq®G󢋔ƒM³'27Ý )üé˘5©Ié/½•¥i6™_=Áäg§3òãÂ_@añ´š€E¡Â)“¦@·S¬ô}ö5Æ~”îÁ Xi}߆ÝXS©«ª‰¦“>bAÆL{ãAîx ÀBlãî o\õ ºNÏ™+XôÓ_šÈ„7éD]S€ûVBéòÔJ¾ˆ™ÊßßœÊè¹ „Ú=&ÒaÜ0Te™ÛêÈÓïö ¢Íc_±:j:Ó_ý;cÞ)aXjûòϹõ®Úãйó{Ó 9§óðj”Lò™Óì:Q@HƒX ²òQ(|–t‹˜N7Ð1®ôЙB0fbÿþt¼ñ-èй.f›¿a'€¢C)Œïª¶oK­ú´#aÇü´ã' ·¦a´Ù÷µÍ[€Íº¸H,:È9ÿ­)”ÈùgrÏÿ>á­y4êcŽ-»pi!„(ײ¥ŸÑ½g¯Rûný:zõîãwþ¥/zŒ†®3CúEqöDvá}†š“Ó{¶qTkÉÀAõÉO?NÚÎm³tçÆ®&23hÞlöo݇Ö~©Ñ™œ´åqrç6Ž[ûqs'“§Š¦œzβÿç8 oC76GéÑ›¹ƒM{½´¼éfš*g9kË#s×ìV;sSj™ÇOs|—¯}—½Ç²¸^Ü?†¬tö¬ýü²?›Èäö4´ê/JsîxqÝ=äÛů§¼ÔNN·ˆLŽ´‘Y^Z!„¸~øßwÜ<ì–rß 棅 6b$áÖÈ óøð½·4äfާ§1Þ<^ŸûÖrÀIáÚëùþŽ–Uô:[âß9EïÛ‹Ò{/…s;Š? 5CMm`Uõ¢i*;u¦K×nèt:@AÓ4¼^.§ÃÏgx !þˆ"*ùp-f«äG0!®)n™g ''—ËN^æ)Nå)„·lH¸â%Ñ!pl+[6ÁªxÑ<¹¸4|¬$%³÷Ðz¶hõ‰4ÐinˆˆÆd ÅB:¿íÞ‡!Ô…[õãÔÀP| ¿„}ÛQ4 ÖF´h°¿î"¨];‹Gý]6ΜVÈ˶át`;sŠÌ—‚ÞdAwöÊ&+² IDATW6~w!P²„ES¿][Ú5‹À}î(nMÁ’LS%ôƒ»Èðè1G“îë«„žÐÚÍi–Aúуp¨€³µqMB1ê’hÜDáÄñíl/(\«UÑ›«S|;Æ¥ì»dUuXbÓ8÷îü¨ÎuÑ {€ÍEuWŒA„EÖ¥Uû6$×Á}œ³ö#¬ûϧ½ÀJóžm0{œ‚M!„ÀRTÜRõ™ôC“.5Í5݆u˜ð¿,&HK!DÀêÔ©Ãÿoï¾Ã㺠¼çNWï]²,É–äÞ-·ÄŽÓ !´]`!ÉR—Ý,»°/!„…]–öR–v“Px—ô„°iK°8¶ã¸[®’mÉ*£)š~ïû‡$[–UF²ËÑïó<óÈš9sî9çÞ‘ïoÎ-þübJGãØl6**+S¨ÕNvÝ"V¯¬¢8ÓyúÂ6–I"ÖKèä|Xÿ-\\d—6P6çRò²¼8lÉx„P‡‰…›’yk˜YQ†3Þ:¤A<¹Ó˜;} yÙé¸ì6À$öÑ2ðæUÒX½‚Ü,ÜŽþ›Ã˜ â¡ö—}öîMÞ¬UT–×n;Iשv¸È­[Ée¥Ó(ð„é°9(ÍŸFIÆéËÕYÉ8±H®Öƒ#ÉþºO×Wänôl!¤`)" –"""2™UO¯¡zzÍëP³I¸ý‡ÚS(jÅ u´êùuÿÑ}§/vsÆk ÂÝÇií¾ 1;Çüí_öY’„Z÷qp˜zÇöø½íÛΡ>ÀЈˆˆˆˆˆˆ‚¥ˆˆˆˆˆˆ(XŠˆˆˆˆˆˆ‚¥ˆˆˆˆˆˆLAºxˆˆÈ$”ʽXEDD&‹‹zÆÒ4M¡^z|=twúðuùúD‘”.Ç.qZû6woêÁœêCaØö_ÿʧïzð…X~²§¿p+·þû«fùòæ9Èc?®ÿÞSp[ÚQ°,Òy²‹—6mâ7¿þ÷Þ{÷ÜsÜ/¿´ ŸDü<ïI„7ò÷µ¹L¿mÛ`‡,IÛãÿ‡koù·ßô|kkË stÓ“<þJ'£Ž\äUþµ©„éï}ðÂí¬ï6$}l¼çÛüÇ-Ä/Èêð±å¡ßñÔkiÈŸ ÛÄEó%FŠŸ³óÀômàko[ͻ+§Zãç[©/“d{¶ÿ"""¢`9 ‰râX>x?]'¹áÆ›øìçÿÏ~þ߸þÆ·ÒÖ~‚ûõßtuv`ö1vŒºøíÕ¹dÏúŸHœùZ¼™o/Ï%ÿOõßïÊ‰Ç .¯ëâ_ó½›ùö×ð¾Gw±ýî¹<þ…û9ÚÍ÷oþKþá¾ÃÄFÝj2¨jœÍ¬ºBÜj š m­ …ð?gç*ÑÂÏßûNþÓý<ôòÿã}UÎ7®/“a{x#ú/"""§\tçXš¦‰¿'ÀO<¢%KX·þŠ3^¯©­£¦¶Žÿyú)yô!>üÑaYæØ‡Æû%ï{G%|âÓ,ΰ0ZÙ”ç8ɭ̹øONM[ÆWþø[°|§¯Â[R{¯«†[òGn½íŸ m­Iý×½œwýä%Þž_B†} n²ÿ"""SÐE7· Gرs;E…g…ÊÁ.»üJrrrØüòKØ)ÄÀÂU,:ü5Þþ·¿åXb„2Î"æÍ›Å¼¹…ô}÷ å¾[XX™GvN.Ùù3¹ô£?f{¨?Äš<ý™YÞPÞ÷zN.•KÞÎgØCï@ÎM¥Ì˜Ëéâù/þ«Ëúë(bÙg_!<Öû’‡¸ke.EïþcÿŒlŸw¯§¤¿-ó¿´‹èÐqH }ßXí;ÉS·_Çâ™§ûXÑt _½÷k|øª¹çä’3•¸‡WÞ3VCÛ`õ²ëççò†¢¾òÅõ¬ÿüæ‘YŽæ÷ÿ|óJúÚSµâ¯ùé3:™BŸ®gÉ̲S}*šu ÿôÀ"UŒ·MgsÏ|ãfVNï«¿xÞÜùð‘¾õ1ÞºG«k̾yöUd×þ=- øÂ‡©Ì™Ëç^œ½>FÜ&d'/~ïì­/ìoËõ|âç¯<õ™HalS)“R¿Ç»]žëXŽò9Ï:«l¢g¾q ë—7Rž?¤ãÝ>’]l¸ë£¬o,î[^ÉþêGN6~V_ÃümyÃ×ûý?×Ïå´{çùýƒ)={ø÷ìÞµS{9""ò†¹è&Þbñš÷qÃ7YvõšKyòñGY¶¼‰D|ŒókÊÞÎ]_kâ–«ÿ†÷ý`6|¼ïY…2Yw÷³¬;õ»¼…Áÿq+åN|[Æí·’›§­àÏw4â6ƒì}öyvç}œ{¾{ y±ã¼tß×øê‡.co|#÷½§G*eÆ\ŽŸ×{Š×rþŽ{~p¥V¡âZÜc½o„¡È}Ûò›OÎÆ oQ cø;VûBìáEöü?þÏËÈïæÏ~НüÓ3¬ýø¸÷SX»þ·öSÜ\³Š wÎwÛcûïæ–Û~ñ‘ïóлñö䈻‚a~³üüïg®åý?JpÕí?äËsèÞö;¾õÅ—ÇÙ§?±¯àãüè®KÉK´±ñÞ;ùê‡ÞCáÜç¹½Á5¾6¥—W¾x=oýžƒ÷ÿß_ñÍY&[~ô¸ã}ï"ëÏÏñŽñÔ=z]·Ï«/éÌûJ<¿yŽ'›£4Íqö<ü<þÂk¸~†çìEޏMFxõk7pÍÿmcÝ'¿Ã}+²hyâ›ÜyÛ4[›øÍû+q¤0¶¤R&¥~w»<×±tø9cÿS^§£o[c´±vœÛG£ÅöoÜÀU_ieÍß}•_¬›†£«…È‚"œtŽð7ãøeLžõ>¾ÏÎäÒܼŸ«®½§sìÖÆãqþðÄc44ÎÒžŽˆˆ(XÇLštvvPQY5fÙŠÊ*Nœ8>öy–ØÈ\ò)~ùÍ—húÄ{ùâògùââ±ß“V ï¨ïÿuY=‘‡îç–g¶ãÿt#…ýO»§­áš+/#¸ü굔߸€Û¾|7;Þöæ;R(ãIq9Õk¹æ²Õdja*ïÊ]PǬٳ‡ Öç:«¹rÝ2YÃþÀï9Äš÷¾›fº`ÝlB¿>µ‰ŽOÏ¢ÜnWÛ“¾£t‘ÉêµW²fq> X6Bk­®gøÆÏŽQþ±§ù¯;÷õó’ÙôüæW|jëöªËב ¬oò?ËÃÏŸà“ UãjÓÙm|–¯üÇ~fýëfþýƒ58sœl|âÜ÷ûƒ|týxú;z]ÿøOž1û’³ì=¬rÝÌCOæŽ93qEöñÐãmä]ùNf{fù‡n“–ï ¾òÝ]Ýú¿øçd\¶”ÜóùÀW~Èkïü2 œc­#…ñ·§ÜïԷ˲žsKÇŸ³ð¡Ô×éhÛÖ˜ëûƸ¶(=Ä—¿½“â¿~œû¾ØÔ·Î„Gø›1d{°|ÏNšõ>žÏÎdc™fJ¡Àétbš©\ž)A×ö?±íXïé 0Ù]¤eR^[Oežû"½Ê_œŽmϳõÄé³mN/YùeTÕÕRœ>h¿Àìåä¡ýimÇ×ÇÂŽ'§Òi3¨.É` ¤ØÏ¦÷‘¬nby}î©íÑ fËÿî$Tº„¦Ù…¸lÚ¹‘©é¢ûÿÂ6î?Ø6R‹‹é7ßÍ=7uóý[îä™®±.g¥å±/óW—Ì¢47—ì¢üÝŸ,ˆöéÿsG ënj„–ÙÑc¦XfË™hû&düËñ”Õ‘Öžþ162)¯Ê„`äøëôÎý(ŸºÜÆoß=•õÏüä…£„G8­6Úº™}q7 .¯%<¿OFN ùÐÝÚCbœm:»ÙŸ]LAÿ!ÙUïàw!è8Љc\ý½®x }±å¯â–KÝì¿ÿQÇ!ÚüÍçº÷Î'}<[ÊÑ l»YrÝœÓÅ( é- p|¯v›)m*e&Òï±¶Ëó1–#Ïö2ZÙñ¶q¬òÁþu¶øÚÙg†Ê‹t½;Îásùæd÷’L¯§éò«¸ìòõ¬Z2‹Bó8û^ÚLkäb‹d4i3X¾þ*Ö­_ÏŠ…3È 5³ýÅW88­¢›æ/°m_öâF­¸„Mó©ô8¸í^Þï#a ü9¨a^C.‘CÛ9ÚÛ‰³—Öí»év×°|E#E™.”+Edªºèf,;…´=BMmݨe[Ž¡´¤s<÷´´sý¿ÿˆ[V¾|jï%[Æöýw½çëøßùUþ뛫(sµóäÇßάñ•Z™‰.g¢ï¯ -ÇîÄÀ´N`w`ZXé³gz`'W<wÿ;|â†ïóµwý”ÿ¹ëFJ# ®u¾ÇÎËVÒ›ÎÚ'²°0XñÍ'ùöªŒ3¾(qæT‘æñ¦^÷XuÑ6v_ly\òá«Éxç/ùÝqíoàpé;øë…éãÜZ¬¾a· ýúgÐk©Œm*e&Òï1¶Ëó2–œ‡mx”²¹c¶ñèø¶ö'‡]gízÏgg*qfSŸ‰Šáò¤ÓèÒñì.:éÌ´‡ Ç}ìyáEÚ‹V²ª1»ï[éÄI¶>ó2Ñúµ,«òb³bt7¿ÊÞÖ.‘$`^ÝÄòúl +J×Áì;|‚@ Œ´|*gÎ¥¶Ø‹EäØV6ïj#œ°Àæ"«t³ªÈ´fÏØË­_YX¡(nos²Àÿô«î2¨¬Hйgýª/½ž¥åN‘0±x¹…åíy–?íÝÊ‘²uÔ¦õmWi•ó©ïxžÝ/ï¥ø’pd{»½Ô¬_F©#BÀCwÑ‘©ê¢›±t8̘QÏóÏ=3fÙž–y ‘L&Æ7(¹kùâ?JÆï?Çö\.Òü<»ià#wü5W.ÜùKYPê½r³›ÍOíƒâEÔg)•™Ðr&Ò>ÃM–z»{Çu»‰¶ï¼×ióR}é­|ù¼ô¥¹»ÿ<|üìuï®hb¶'ÊÆß½‚ßzû”b›ïä¸Ë3Ói²wK/eõ 44 <ê©-é߉Jµ¿©Ô5vGÈYùQÞQ¸Ÿÿìwüø—G¨»õæxÇ7c¿ù±„Nmïl|t7”,cnîùû“t~úý:Ô9Úçl<ÛËeSncŠÛš§| 3}ë,8Á¿“n½÷s9U˜IñÑ@G÷&dË¥,׃Ó~z˶¹sÈNwœ±­é¹d{ì@’@ûI®:–®½‚µë.aac%9i6û6òÊþ9kX»~ó #Þº…cÑþП]ÎŒE—²öŠ+Y½¸‚ä±ì8;ã(¥Ñ—=Ú÷Iñ8‰xŒD²ï d܆Ûp´5ŒQ´ˆye¢þn¡0ÑX”X,·¢Ž{˜#‡"8ýK5¼”ÍšKA¼™—·¼Ê¶½>ÒëW³ Ø Wª‘)ì¢û~Öíq3gî§M8²(ÍàÆxxÛlÞ>o=w|¨š+ïz™ùÏ|䊙dÇÛÙ»ßκ‰Š“ãèoÞèuMOuŸ>}!¾y:?ýÆmÜk,áßß]ÇxïèjË]Ëgþ¶žK¿ù~n)ü"]‘ÅÑÇ¿Éí€K¾õ±3>çê¼õû|×9Âçì] vñ³×éhÛÖ˜mç¶6=ï2îøÈt®øþ{xOúçøðºÒzs"íÞ¹v„¿WMÞõ>žÏΔâÛÄ# ~ÂNî¬5Ôf™Ä|ã;wžYAEq6ÑP ‹á`͇Cdιå³3‰‡BxçQvìÏ´tÔVZDÓ‹(Îrá´[˜Å3™Qp­íQÜõ^"Ásïže%ˆ…zh?°Ò¨­ÌÂ?B(i%y¸½ø‡¦B{¹^èðû0]•Øâ}³‘†·”††þôÚ1bÞ¬›_„-ìë›mQ°¼xØl6222¹ñÆ·ñècqôèÖ\²öÔÅ|ZŽáùçž! ð¾÷ÝJ2û–Ã.(ƒeŸ¾‹>x=?iÿ°á6~ñÝcÜö•Ïò®_ö] À™YÌœKðØ8}¨¥;ÂÆï|„¶D!»‘·þËC|óc3ÎÜ)­LªË™hûNõ9‡Ë¾ò=n}ÿ§øúßÁ×ÉaÞÊM×Nñb¶‰,'•}ïqÖ™èØÊ£ßþ··ö}‰Q³ŽÛ~ün(ngÑËüO?“yŸå³ßý7ÿ¨¯þôÒF._UŠó<õi\m2Џî_>É/?ð>ñ¥ë¸æþ«Yþ¯ó»‚;øÜÜÁû˜Ò©Xõßz%ã©Û–1j]ÓSN‡nêo¾¥ßü;®ùGÞZ1‘?^Üñ0gÞÎßÿÞöUwùrþò[OòÅ›§ß+sž·~Ÿç:Gøœ]Užú:}Û«ãÛÖ¦»2XöùÇø]Þ|î®OòÞïšà(`ñßþŠ›Ö-þoÆ•Ó&íz×gg*ɘÚÕÕxmÉX_ën^ÝùÏX—°¸*mÜ3üV2N<ÇÌP7A"Ûæ×ÛÏ,ç Äq¸ìôÞÇÞæ:’6Ó‚Ü6‡ãÜ­êy™GïtÅoWÓ—­bAAì„Ù¿_ÉxbÔYw›ÝŽ}82Ãt´v÷ý7>Ê ¸Ò:VD¦<Û0? Ànšæ°Ó|?ûñ=\ãMäX©ß×=âkþú~.]·ž¼üüsj¸aØ1ì/¿´‰íÛ¶ÒÖv€’’Ræ-XÈÒeM$q‰ xxSâw]²™ökš¹þŒ«µŽ«ÌdÝÍWšVðƒÅ³çÞÕ¤ës$"r^=ôào¸æú·œñÜ#¿ëS¸ÕÖøÊÇhÛôG¶[˸þÊ*’¡(&`³ÅiÛø$[z¹ì²Zì‘.ö¾ð'Ž—_ÍuóC ¬þóã‹nb}y8È‘??KsÖznX‘A(Ð7Ãgöðâ‹É\z5‹‹ÎüÁp¥ã mã©§v’(ŸÏ‚†r2œQNlú#Ûiâ†õ¥D}íìkÙ‘äðýŠ5²jõtÒ¬ ‡6<Ï>³µWÎ'+"ÜÛÎöç6Ñž¿†k—gZGì[ŸÛ‚¯ì2nX•C¯/L“СlØ¥ú’Ë(Øÿ$/u”±tí²mŠ–"òúxü‘‡xËMoö5oZÿý³ŸrÓ;ÞEVNîˆuüâ'÷žú¥µå(÷Ü}7ßÿá> Dé»Î{ðÝýÎAÿö÷¿î/Ÿ ï»6“ÓÓ-ÖE{©ÓLbY&K–.cyÓ ÃlX–E2™ ¤4S™=Ê ªg”À<%˜!oßÉ-?â¿:˜ÿ©:<ú¬‹ˆ¼9XI’‰þ™;+B8f¯#æÄã‚XŸ˜5¾/† w6醅¿+³ÌAlÐ!§Éh_çI‚d1gÑÊ]aB —Ów ±M|Ù8ÒÉÉNà ٙ¾x>¾ç·ñâK9¬ž•‹aÏ¡²ÌˉÃ[Øë»”ižÁ£$ðÜK‡é¦º¾G2Œ ˜Áƒ¼¶×‡·îJVäwΧøùÍlÝYÎ%srP¶‘©ì¢¾žeYý'äOü|¾)Ç#²o¼ó~ÖžÏÂ[îâo+Á®Q¹øÅzèhw“èñ?Äá9ójÈ2,67ù%Y°w3/ïžCYš‰n"&cÿ?à*`zU:/7?Ç£ž²,/vbômäU•àñäàevìÁ[ìÂFÔäTJ;—e`’H$0]¥4Ì9ÁŸ·mfoùz³ídÕΧƷ‘½Ï=ƒozEÙéØÍ^ºâHG˜ôºõ,(² ıÌ-¯í#à©ãÒ…ÅØÂ>"ŽBfÎ*j= ™èXQ°”×ct«ùØ‹Ý|ì\ËLiM|oo7ßÓšyÃÙ ƒx,†Ó5öɼ±X¬ÿHž±8BwdHŸz6óøƒƒŸÈ¤vÉlr½Dà-+Äé¤}p¨3,» XV]Ne±àñÎÓ·±y(h\MMY5ùŽŽm'oÖ**ËkH·¤kÄñ´ãɯeQÝ2²2ÓúÛf"J$ÐIÁìUT”ÕPäîÝaÚ¶R°K¹Ðª§×P=½æu¨Ù$Ü~ˆCí)µâ„:ZuŒüºÿè>üþ– Ü}œÖîáÛó·sÌß>ñe‘ ¶r(8B[·1I¨uǦ(Îc:‡9¥:DDÞÄ ˆˆˆˆˆˆ(XŠˆˆˆˆˆˆ‚¥ˆˆˆˆˆˆ(XŠˆˆˆˆˆÈ¤‹÷ˆˆˆLBÙ9¹¹hhÆRDDDDDD,EDDDDDDÁRDDDDDD,EDDDDDd*ÒÅ{DDD.»wî`ÿ¾½)•5 ƒšº44ÎÒÀ½Ž¬HÇé”zõM½ˆ(XjDDD&¿ææý\uíõ8Î1ËÆãqþðÄcop°Lñu°åPíÄö¦õÑúd9y=;{8Ù¸œÙ•™8lÚNEdêÒl"""Ë4S •N§Ó4Ç·€D';žyœ§ŸÙNwb 4ƒÞö2»Oı;Þ$»£öÉÀ[¹˜5+ê±ØÄ6RQ°‘)[ ßG[Ì=vŒ#ûgßlÎtÒÝo¦É»‘ûdàȪdþºËYTSD¦[»U"2uéPX‘©ÎôÓr°ÏÌõ,Šÿ/ÿ»ó0‰K§aKôÏzš=ìyáEÚ‹V²ª1»ï[éÄI¶>ó2Ñúµ,«òž ]‘}ñ྾§Õ®¦©ÖMOó«ìmí"IéÕM,¯Ïư¢tÜɾÃ'ÄÀH˧ræ\j‹½$ ¶ìb×þVz¢&n²§-bñÌœa¾©l¾mÏðJg)K.C޽¯tüÄFžß–¤þ’TxÍ1—sVŸê2‡o{ý\j‹¼VŒŽ=[Ø{¼‡ÞXßL¦#£„iU™„Ž·ÐÞÆÄEfI³æL#Ó>ïÏ×xˆˆ(XŠˆˆÈ,ÞucÑö‡jiðÄHZ§ËÙÜ9d§Û † ™áÑÛîpÙÎê³éðà ›ÞX‚„!–´pº c:õ·ñQ°‘72Vl9LÀŠxæ>Ž yuÿ‘eU3mÐ¥Yûy\¾Â¥W³¸è̫ݮt\FˆÊEë)íí¤uÿNv¿t€ƒå‹X6»×ЉT#ŠË:É«*Ʊy?-±*Š|Ç Ù‹˜—ï IböÞ‰¶Ývr˜â}ÿ1±aØú;`Ø Ëfœßñ¹ôE—ˆˆÈT•졵5Œ»z 믾–+N=®bi…“`s3a»lN<.ˆõø‰tܥ͎ÀD,µóý w6醅¿+ÓaaYæ©G2Àß›À²Àî- zÑe¬›ŸK¤õ»kø—QÊ:r«)÷8xÀG÷ñl…5:ãDÖèï¡Oc·}ü·±{Îóxˆˆ¼Á4c)""2E%ºÑK£¦¾’Ü´^‚Ñ@d'»¼GËAšƒÌr»É/É‚½›yy÷ÊÒ Ht1Í_ÚÜdeØI´ncoñt¼‰^z­ö7ï`[Äxòk(¨scý´:@w¸ÿvéEÔ,o¢Ü½á¡]«¬·¬Ž¢æÍ´Ùëh(sï öÍBŽúÞúT‘1zÛãá í’·ñQ°‘áÔÖÍàO>Þžãè মnŒR.Š_õ™¹dXaz’CfÙùÌ^ÿ2r³qÆýÄã^ g,£|~ingßéX˜É±Pß{ o 3›¦±03·Ã,’?ÓV^ÏÌœ\œIÿ†ºÈ®˜KÓŒ&¼7£¿Îx˜`²Ž%—Í##Ó‹³oaXÉ8Ñ@€Ø!0²R(ëH'Ók¨j ߈êÑc½w¤>ùc£´=à¥jHŸÌzÖ\·ˆìlñž¾`ž;÷ ®ÎÈ#ËÓsÇCDDÁRDDD†ÕÐ8‹†ÆYç¹V“X “®‘^¶â»:ýž$ê!­Ê(¡ž(C‹D|DFhC< œýR¢—@woJ=±†-k ˆclÙÁH ër°E{θ?§5ÖrFèÓ¨m'yVŸ­D_çàZ,Á¡ã~ÆCDDÁRDDDä|°BÛþ"ÍpfU覉š´!_B÷~Q°I-“é«®gVv.^;X‰(aP‡ŽŠˆ(XŠˆˆˆŒƒ•$ìë@×·y}éÖG""""""¢`)"""""" –""""""¢`)"""""" –""""""" –""""""¢`)"""""" –""""""¢`)""""""¢`)"""""" –""""""¢`)"""""" –""""""" –""""""¢`)"""""" –""""""¢`)""""""¢`)"""""" –""""""¢`)"""""" –""""""¢`)""""""¢`)"""""" –""""""¢`)"""""" –""""""" –""""""¢`)"""""" –""""""¢`)""""""¢`)"""""" –""""""¢`)"""""" –""""""" –""""""¢`)"""""" –""""""¢`)"""""" –""""""" –""""""¢`)"""""" –""""""¢`)""""""¢`)"""""" –""""""¢`)"""""" –""""""" –""""""¢`)"""""" –""""""¢`)""""""¢`)"""""" –""""""¢`)""""""o ˆˆÈäóø#iDDdjˬœ\ü¾n®ˆˆÈ¼å¦·kDDd\ùëBÓ¡°""""""¢`)""""""oÂ`9¦cEDDDDDÞÌnþàGÞÜÁr¤pi¯G[€ˆˆˆˆˆÈÙívâñø¤iÏ„ƒeçÉö‰…ÍìÂá0N—›aÓ!"""""2ÎPépºHKϳlË‘CoH›^÷Û ÌZ\%¶¡q/oÜÀÒ¦—”âpèŽ'""""""©ŠÇã¸=“ë(Ð7,Õ Ü‚¤´¬ €m[^ÁßÓƒišÚ2DDDDDDRpó?‚s¶ëœ‚eçÉvò ‹Æ.²€RÝçRDDDDD$å5^~_7ø{&°œH¸<×Á‘ÉE÷±y“ñ¿ÁGˆž—`9Ñ+ÄŠˆˆˆˆˆÈÅ*Ï[°T¸™š¡ò¼K€_üä^,]åUDDDDDdÊ„Êó,'C‡DDDDDD¦Z ¼ÐÌñzvn€®+"""""òúä­ ²†y0ÌÏ ,Ïs§EDDDDDd’ÒíFDDDDDD¦ž¡³”ÃÍ^.«`)""""""g0û£9B ס± –""""""SOrÐÃôsà1f˜Ì6ÌO°÷?\€H2l ÈrûÏÒú˹è;oÓÞ_ÏÐúEDDDDDä5xÖq D&€z?Ðt> «ÿ÷"@tH=U¯cŒ^øÀ#1èïoÌ@˜¤¿Œ¡`)"""""2)ƒ¥9(XÆûohpLéXÇ m \­5L²hD¬?µ„ÊdÆ ç,EDDDDD&G¸œëâôÍDÌFšƒ¦9J}gËá *ãƒe„3g*ƒ‚¥ ÍXŠˆˆˆˆˆL–`98ß –áaÂe‚3g.GºÈϨÁrð‚“ÄÊÈ IÿëqNk,*EDDDDD&O°œñ& Côk&\&G ”Ï9RH²COî.TÆÐ…{DDDDDD&s°„á/à30kÙËéÙËgÎZžóŒåà;íƒ z- 8NcP¨T°¹ðÁrðy–ƒ‡.;0ki2òŒåˆÁr¤s+íý zøëàPi,Q°™Á’!Árð)QN;Üá°)ÏXZƒBàp'v>¼Õ,Ÿ[i ” –""""""“#\½:ìpi –c†Ê¡Ár¸¾¬l|Ðk |ËÁ÷®4´ÎDDDDDD&mÀ49{æràÈ 9ÜŒåÐzF –#…KkH²úž©„B!„B!ú~Þ‰²–Wzño!„B!„BqàÑ{ñïîÞ‹Jك唈WÇå”]L_!„B!„Bì_ô.þ¶þ[g7S½ µ-sì·jRB!„B!„¯¹/ý-–轡´ˆÿG{å;Q{Øà„ËïӬɃ¸øŒ#¥V„B!„B!böì±MÞʵ|òôŸâÃoE´.þv L)t”ê. ÕŒºêòKØ^ã–ZB!„B!Ä!¡ºÞM ¸{ƒÅŒ•DWÌ™î§L&Ô~òôŸÒi|Š| ÅZÿߪǠTW©vÁ¨²ªfi…B!„B!„8dT×»©ihfÕŸïÖ÷‹ÆNCÓôNÁ£!ÝŠ:>`û'Oÿ)¨ÈW âßJøo«nƒRÝÙ³& ¥ Gïaô6°í˧hZÿ%ZÀGÐß‚ðaMÊ%õ¨«‰$Cü„B!„Bq`©iðPU×ÄšŸ¾`Ú‰g2¨_ü.}íÖZ>ÿø9€§í€LÚbC±„Rˆ—0„ÿF£¢¥:éêéy{Á­Ú¹3®ÄÝâï´@°¥™íóž¥ê‡—8rd>“Ffcs&`2[0( eU ¼úþ×T»u .~kB€UQQ iÙBq°Ò½ìØÚ€5=—I´z`×¥ŸºŠjjšü˜Ó2ɲ«½û^ÐKmM#HÌJ¦·_ ƒ½®wwBqPØQÓÄó>bò±§‘–»[iü¼a;k~ú‚±“O"5œÆ–.ÀöªFÎ}¹/ým;Q¾/øÙ{ªuˆ_ÛÙ5r}=MjN´ÎQKî™ÂQŠ8åÆ ˆ·Ø\ZIuE5…YT4ê )*âo㦲øÇ…<òÀtü£/aÚÅŒ8’ ']*-[!ôû´@#ÅËÖPⵑ7¼<‡E÷Pº¾”äA.ÊýÌ–Ì¥ÚP÷Ǹ”æÇíñ%†£Ò}¾¶ÊëUÞ HðT´XÝß…gã66è=ß½TWlÇoŽ¡ Ÿ‰m¥•èûo B×¼ìØXBqy=î `ŽgȨ<,¥«Y¶Í+¯ˆQY6Ti³|]ï³}@Ú‰B4”ð2-!– ¦ïV) Ö„Ój­hévG(èÔñ2*í;±ùñXÂih›øvÉ|ØÈ?l¹{¡!õõ>°ç'”Z~þq 6‡#F¦aSÎc›BìïTeçQRÓô=N«5¶-ÝÙŸ׫t¦O;b—Ò¨©«gã¦2±våç°}Gµõõd§Å“—‘@ES×Û% å ¢¼€'" ˆŠ|E¤Ú§ºÔ@‹²æØ8Ê~^Gæ¯Ïæïù*”/åwÏl'wDïo0öË€”¯C2ã3@"ãsƒÌÞê''3—´’%ÜþN¿=.Ÿ3.GÝ?¿gE\!Ù¶ýã¶G÷W³te?ßu:C³ËG†! t¨]äËGŽÝò‹Ý´i-•¬XQEÁ„!üùœ 'šP R»½‚ù ×ðæÒjr†åoÜÛy‡·+:¥Ðãù;Úçš®£íw§}ú 0O=†ë'„& xý4?Õ-6ÆwaV`ĨDô¥ ´dZÛ‚$Òf÷b]ë6/ÝÌè«~ÍÌd¨Xø-þÔÃÀáéX›7³¨:“§ï=Šxxéþy,É)"gŽ%ûbسJ ËVz¸ì¶_3Á ”-áŠç·ÑDzçŒíØ&„%2À³‡ÇEQÚÒè*ÝÝpj·i\}ÿû¶£§tkêê™8(ãǤ3óåyÄÆ†®{ŠK6sýù“qÚ-|´`3uÍ’㣦ÛA|D0ÊF)mXŸÄ-(E¯RѶÁžËW­fÚ qàw£o˜ƒ¹~=6“‘ÛqÙÍ—5â˜(ÿùKF â¾W¿%³èTò†‰Ä£„–æ ÎÖðAÓÆ 'õã+ðŒHÃÔXFYÜ þœ¾“pºˆVã ñnZ˪Í´BÇgsl™¹¹äÄ™:ß hJ×m¤´ÞƒÇ‚­Zì$§e2 +.t£¬{ÙQ²•ÒšF½ÐQß’@Ñð¤˜Ô–m¦x[->Œ6’3úQÐ/ü]ÍCéºÊ<¸}¡ù Vé©vü5UT4úÐ#±I ÎOÅaI!ßẒßÈ+ãP`=€Áh xÑbnþiùYªHf°Y ÷÷d;}ºžÊPÐP¾• ¥ÕÔ·h ˆIHÄ Û0´¥é£té"JÍ)Œ“=_šŸš²-lÜ^KC‹†b²‘˜šE~v|è&±µüêÝxüZ(_F éý”·Û Ý_ÍÊ5^μê$¦'G~b >=“NKçè¡K¹éÕ-¨Ã²q«Y² ˜zÌdNCÁ½u9 6{!&›qCMhºÒ»¼¯°Ññ¾_×»èºh¦´d›+šñé ¶Ü¼ÎyÑü»V¿]Õ_R#&aÅOížÔ‰îf{C § ]”­yëþò£› F2r\|òñzRFYY7¯ŠØì•Â8µû}ã;¶íN^…âÀ°÷{Híyº—ï)Ý-¥Û9ñ° 6®?23_ú¸þü)$:mT7xX¹¡ «ÕFb|\Ôt;ˆ £ÌáxRdϨŽOßk J)tÑKÊ%¥ÐC©„qçñÖóç2qÒT¬ÕËðÇš²fæ—4±z»›œx3^“ƒ+U~æâJXEYéjÜM“°Ú]Òº…OW’uç4§ˆÓ?åýzq[šsN>‰­Úb‰S½lß¼×aãyü°’¬  Q·m³?ZÆ×•”dŽ8{(Û¸ƒ¡ÇOäú<鱡Cøêkøá‡¼´¨‰~EI¸KËI3„‹ “hÆëKyøé•¬òùH=‚;ÏÏ"ß¡¢»ëYðÝ2žýÉKÿANjJv0ä¸ñ\—ç"Ó:-x«Ëù|Q ŽScb?FÝGɲ•<öñVNJ«l\vÅ`Æ›‚įŸgêãˆÛ¶‘˜Q#¸û‚Žë)§ÿà8·îæ6¦¶¿1ÔƒÔo*†1Ý”aìX³ ‡ró9S(Œ3€î§ôçÅÜýAëyÍÆôߟÍt€Æ Üø`1š+ÛåË…kÛ&ì#‡qÛo²è2 5׳há þý}©…É4nÚY~é#* {øiþ2ž^ÔBî ¬»|_ jÝ6òN=1Œò0öB^^\MÑÁè#Çpͤ¬FrÃø9üyå6 õþrï¯L¨wĬ ¦!G3ë*”/ኧ«ÑˆíeÞgñ@ib§»ñN×þ:Ö®©fÌ ¹eTñªF}½†#â&[ zغª˜˜Q½¬_ÍGyÔú[½s·¯–¸=©“| >Ý„ËZÝà³Oᳪ˜y÷·h'pX.äW¯å£ù^ú¹”­ÜHܘáÜ~~NÐñ46R¼j Ï|·‰ê&·vWþÏ”bwȉ¶<¹˜Ú#ŽˆÞž[".Ë~Á6Ûu­ë~*UÈ;f2Wì˜ÃÓ•öÐo®é{J‹qŽëb¿ß‘€w›Ò·û@ š%+´î×ñÌvÒÒ›)7fòûÿÏèd õ;¶ó曫XœGf´@M°MÕ±œ}¡ RZ®“•fåèii¼öf5^gf¥»}ã—8¶%CåF6ïj^…âßÙ =¤ˆèÉÔuºWßÿ~Ôï·öžêÜCªûtí1vf¾<ëÏŸL¢ÓÆ¿‚$8BÁ¨™/Ï#5%…8—³]Ú‘évà £LÁ(-€jÔ¼õ |jø-(EÇ€TTÑÆ ZsqŒ½€¿Þ~'·\~2›«u^ø¡–I‡fÜ´þ,ZºœÅÅ+韮ÓàÈ¥_@aìØ±ø–oâÓÿÜÂ)WþKZ·â Äߢç2…Ž—ž ŠÍƱÓRxëÍ­l‰Éãš‚-  Š™$kÍþ^s ‰F?µõ—•¸Œ,λÐÀ¶û–QéÌ'¹õ ušº…… ¤›BÁoЀՕÀäã'3"å[®S ^•ÓÇe2Ð:'x} VSšf7ÉÇÇÝí€FCƒX§‹ñÇN&Û4—?/Sƒ¢¢D2Ãé·`Àš˜ÆôãÓBù F3ýGŽâ6ß\õKÇ{ÕíÅXšÖýzêvs—Ùžko?‡O°¥Û2ÜRãÃ<þ(þy”³í<TL$ª-4jæ'k·—º€N ¦L†Pä¾í%اÍÝìm§[Õîâð©G0$y>×¼_æk_~Þ «ÍÉaGO"Þýwlq02ÓºKCcô–ZJµ4þ2,Ô¶Ê¿˜ÇCË\%[k¢ø³ox8ådnd k|>Yß®e«šÐîæ½óÙ»ý;=å]r=Ðîš@÷±c]…¿:‰Ë†"¯†ÓÕþÒ¢yãb»këW×h,Y‡µþ¼Ô4Ö’wÂ1{V'›Û·a¯—Ÿ>7^=t•µ³‚Ô®ßDü±ÇrÇØÐãë«ðØœ¤9œ äDSƒŽ­ûò×ýÔÔ8'Ú>àà7uÕž±˜ä_¶ÍöY]·/'ÝíG‰±0é&²ö¡¯ùÌÝþ¢»Ûý¾}9õÕ>Ðq‰ÎõÜLq¥‹¿ü¹ˆ"ôæ&¶µIN´ànð£¦êQ~qÖñÕnÇ7`$GÅuxôÍ×\=„Œ‚"¦™¿b'\«Þ;ñ ÛJ‚¨M.nÚ¥¼ !Äc_Î!iÚ¤qíþÿù7 º\¾§tsúe`³Z˜ùÒ×ÜøÛ)Ä;B×+5f¾ü5¹ÙÙ¤$'vJ»›9¤ì´ï¥ý©{‘wyÜc@ÊçF}?þˆ+¨lqsÝ?þKœ%À GM&ÑjbùÒ¥Ä`¢ªÑǘ~^”5qLLy.†O<Šëþtg—i !ÄE÷ãšÈ ߇nýa•GŒ`Ì "¦Ú¾dÔdë?_ÿØ‘)&¬ ;rð|ò!g¼§ârZ±Z“¸äwã8ܚ̄dÏ7p9ÂÇø`0â9©A~xî=î)†Ü#¦0óä$\£†3í‹/™í۹̳ïqOqÕKlL6·O´ͼ÷ø^ØÀ1xO\”CƸ²¿ZÅìíÒÿÇ–8.»~Ó]P;ÿ3~7«¼ÓNäž 6\3IýxUXÛÝLy•LfìÊzvi×S“žCä\ñ–¬þÔvY†n®îÇÝSœ€ÎÆÏ¾à¶Ï«iÖUbS’"Έ>~þ#žÛ®`´&1° uMsäí*^%“ 'Ø Ëß›Ã] šq ÇÃçgã:œ>›ÃÛ¾ÄõcdÂy'qÓPF§b[\OS²)b¸Rúõ+X]ñ\{6cŠ1µÝL6ˆË%=¼‹W{pfä`4ÕNjºËê`P"ÄÆ‘aô³IëÐ<µÎMVëuÞ;ÞëèÁ >¿4«¢Ô˜ÃÕ €Ÿ^ý„.ó`0Žg/Ë ×¶Ê`?~¿ õ«ûªÙàMçÖhõ—¶~{¥N|mÝo‚üðòlî-Q0ì$tÚ Dó×±™~üm¬ ²äÍùÛbÎ1Óø÷Ù me¥+=•dð"rH¤¨pž9rƬhíÙÏ‚ò_¶ÍöU]£k#ÚYå¢ù¼âǵ#’¸ô¼Áwø‘Ø–Ûͱ3²œújÐÐ:\SwZ‡îG‹q’¬4ðßg>åírTyCûcܰ„y÷ýÂXª¶jqi:f`ë)© òaé.Ïr2ýˆ>ú®‘” o×ûÆ/qlû©‚æ¸þ]ä5ŸDEÃç—K!Ä+rN¦f¯oÓjƒô”nwëêøYoÒõú ´?­…G]ãõ¢®/2Ý(©È`Tk ªuŸ)gj HE>}¯W=¤z²×*qêµØ‡LgÓÓg‘?p[^@‹1†«×’b·±ÑŸDÊ€üf'Ë7üÌ—ÿ~ƒjIÍ…-€ñá®î[ymacŽtqúôáT 4ƒ·”××3õ(Àl"Þ a{C§NåîII´ÀlÀnÒ 5´Ö»[NCZâs3¨þi5KN˜ÄX£“‘©ï5tX&8ýõͬUÒÈ Ÿ;N¿êLN\Ìæ Å $Ðþ»vC=K*t¦»¬v#»‘ÍëÐ&ØP­6ìz€Žsý’w}=½ßF›±­½ÆtU%[Iï² Á’Až蕼õ}3ÉÃFPdÒøêXßÔþ4˜T0» ÁÆN½L)idhUÌþY£ßü”Œ!Ç0â”czLS!zŸf$Î:&{<>J¾_Kñ‘£08'P¹p5ËÝ c}€ÙˆËjæ(þ8) |ùñj–6Û™zòFZwwÛŽ“ÑŽ—ŠŠA žß¼ÝxñöwI:Š¢„oŸ¼ü43[#­4SéˆÁPÛ!yE%à׊ *z0H0|rêüؽõôz.lêÎóQ ~+Õi£øG7e¨¶¦©ëè¡™OB“rkzÄm©‚¢„‚,š¦E»³ìô^§ó—å̪+[»}( èá:í"pÑ.`Ѻœ)e{5äáÂÆ¨ÁV^\P‹»¿ ³æaûv(š¾%o®§,` ´TLªN°Sïh%"(ÒSÞ£ÜÈw²×î+г$íºeëW×tCõ§w®ƒÝ­“hûLW×'톕éZ”'É) ÷TþÑ×h(í±=÷¾Þú¢Íö]]GkwjL7_ZưëFPÐ?>â?ŒÃº=v*z_ïJ/Öa&£?¼ùøgl™\Äéã3ÈXÀsöòg|-i_ 9òB?¹ê¦s¸*òsk&§ä/áíF”øýéØf$-ÏÔE^çðLMòâò$?!ÄKébh]¯ž†^¾5F¤D Sz²×]ÐkWÓõ¸›Ûæ Íõ5èpýSÚ&:úý%ÔÕ©8ލévŒÓêeŠB™:£Ô(Á¨¨'å^5jçí«b¶£—W° r0ÛXÊ;_VÑ jµ“îˆÁ–âÄPëéòæ;òV¸ëe|U»³ž^ncZ:.Eoë%ð°gu_†mÛ£&sêhýög6g<– …¦`´—f vÑJª $tÊ©¿²œÍdR &1}˜Ê] Kp ÇØ˜PÙ¯,×£”}7&Tyù4¼÷§ý'rØN?F ŠÇغœÑA %¼·:À…F2Ž™Äÿ6/ä•eki0Æ2òè‰\[:…o_¸RGæÆª¼€ÕÂàþš¿jj$j¯ êþ^ç]G^ $%Zh^ç&èØ9ÿb±Cy¥dÐ_IâôíÜöU-zN»‹Vµ+õJ·­Mt¬?‡“aïÔI”Z ƒ;\¬è5Uì ƒ,5‰SF[ùûÍd™ÚíF½‡ò×£…8´^µg‚þ_°Íö]]wžÔS29lâÁÙY—]|>7ßþwŠ—~Fþè¤u !xº$¨šˆ5†Rž˜¬ûr5 b20o]ÁBR±+õxÂÃÕ¬võ[khÂIlÊpîÿc›› d¶Ÿ:â†-ò&ÀÀØgòº7ˆÕºÄn^ÇÜ{»I˜ÛîÌñ¤Kxiñ`nmeÐqÓxñ8–€ŠÅ[fÏææ Ö^t•í¹,Ì-[v}=½ÝÆbŽ”Ö'*b¬4öP†Fïþ»´¿Œ´Pxòñ¼6=ˆO7`®_õ®gA©ÎØ\…ÁgÂ+'ù1ªÕÜwßB¶udö—ñâ…Ü=>†agœÄ›§Òöä/Ïš|Üàè4Á{Ô"ìP޼¡Œ‰RzÄé9.3‘åï-äËô‰L³3ù´©L>­ýW‚¥+˜ùJfž‹ ¿˜¯Öø˜<ÒLö‰'òÚ´šÙy§S­ïuÞŠ›õ501 òÏ8‘[ßüˆ*rÈK4…êÂOšVÂK‹sûaV N8Ž×ŽñãQL쌸‚[v¡~S<©’nêoÍÞ©“hå¯G È*’[6óÚÊBnbbè)ÇñÊ)/§œ–†îËŸè=NzÓžM»Po}Òfûª®õh…¢`M˦fÑB^u"32w~ÒÓ±Ódlèó}à¾UZ÷ëÐÙêÄãwLÁÞÔLu‹Jbb(Ç5;<(‰ŒJ·¶Ú‚õ›ØhÆx@Ï?ò6¨¡Ïµ ÎÑSyîì$”œ&Ú¶ño?:¶iÍlóvW«3ʰs!„8p´ëqéêIx푞†§ìüñm¦k·Çðö7Ÿ›š±Ù8]®ðçðÄ»‹ÉN§_²ƒÊ†@‡§ì)]łԧŽ/µ‹`TdPJïжPø‚¤ûÓˆÁd¢¡¡‘w?_DÅŽ*Ôï—3¡¼‘3Î8•fÏá«yóA1ø1Í u¼ ÙB©`ÍlOïÄP1ĤA¿¸ ÍžJn¦™š µíRòåÜýÂ¥S²(HJ 0 ú¨ØQÅ*O ±Ö®½¾z/ªË øÙºb O½_޹_ê&o§»I]7àÊɤtögüµr8çMÈ$ßiÀbo}-›ülªÆÞ˜sÖ”’¾ëëÙ…mŒ,ÕžNjÙŠnË0>#‰Í~Æß*‡sîøL8 ˜• Õuf«…¯Ïû¿Å y1Xl&Zª}XmhêfHΤzîÜÙ0‚ßNÌ$/V…–F–.\ɳ_5—ã¢r£§ûHG‡áO½fŽ'/­ŠgžÃÒ)C8yDñF@£¡²Š­áõ^bó³p€Ìt¶ÌžÇ3ÚhΑ@¼Ùˆ Mµ¬_çFqÄŠ c IDAThdQ/ónN°òõ?‘}æ&ehª€IèÕbÀ™Éö?ç®Úáœ7>“ŽP€Â×ÜÄÖÍÔÇÄ—騥úqÙ™ÝÔŸò½P'Dmz”åârRYûΧÜS6„ǧ´P­%pXŽ 4 •ØŒÊ?Ö„ÒØyjl/Úsš½×õÖ7m¶ê:J°BÑutÅJz–‘9o­â˜?…æï€µ¶ûrŠKMèó}À˜œÑí:ˆ1c °¥ÚǰD;é±€·‰Ÿ¯äÙV²r,¡< ¡ÚÇг2B瑲bæ{R),JĬþZÖ­ÙÀJ-‰¡jÇ0óÅJ›ö—c ¶^çU!<‘O­k“ièТ^}·ãïš§†­¥Ô¹5\yƒÉuD™¢X÷Ó°£œòšÜá¡HªÑŒ5&ž~9ÉØÔÝ©_º­¿öBè]´G=H]ñj65ƒ11¢,ø=¸kwP^ÑLSC “Î;뇘Ð6ÎgÆË:ý¸0j=”—û@ÏíyWê­ÏÚl_ÔµÞÂŽµëÙÞÒz|ÜÙ{H÷ì`íºJ¼XHœOªEëy¿ßû@ëP›wP²¥†F_øéD3Žø2ÓÃåßáXVW²†M :Ø2(*Hh¿OûëØ°º”&,i Nµ ìGÇ6‹{Wò*„–G Ÿ|ø“=†fïn¥ámñ³æ§/8á䳩itéƒ: ç¾ÎÜ—þö¡§êyýÜQ~ÕD¼Zßk/焆úiìü‰Cï1 U²½f×îÍÜÌûî¶ÿO8ë6Ì1iÍB±;´&6·pU[@jóÉ•+}!ö ?5Å[8ãT®ÉÖñzüh31*€y/|Âsîlr\F)*!„â b·Y1UæÎ~›¬ÁˆsÅîÒ÷ëê›(]3Ÿc§Ÿ…? Ñìñéh­©B¦f ¨eg0ª¨ ¿ßDè |-têÅSöv­ÒL6“Ï¿oÒBÑz~\–ãªûjÔÁƒZUCEr<)63 Q¿c_~±”·+ÓÈN3Ê>)„BdšÜ^b¬f¦x&Ÿü¥»‘Æ´ϤÅÀíõ°éví©yÝ=I¯[=ö*.«––(„B!„BˆCN‚ËŽÅ´{=¡[üjꛂt•ÖR³ÙÙCª h¤}©vöj²·'=¤ä'?!„B!„Bzªëšùt#Ÿàùv”ïÒÌ©]¤;ªxoÎ7Òú„B!„B!aƒUÌÝËivÛCjÖ½¿¦¦º žRB!„B!„‡ŠÖžQe¥[yæé¯özúò˜&!„B!„B±OI@J!„B!„BìS½žz]†ì !„B!„Bº˜Ì|¯‘R{NÓêùdƒGŠB!„B!„¢Ú+ìøìv¦O›ÁÍOýD½t&B!„B!„èÒþ9dOk`É‹ñvàWÜzi!Öý¼Ý‹ï攋?¢èÎxðâÑ8Ñ鲸ôF–¿òo4ŸÎ-—Ùïó¶_;ÀÚÉ~%XÉ÷ÞÂkö«yäÃöÿ²“ýF!„B!*û®‡TËrþorƒg¼OE°‡eµZ¾ð8ÿ™WŽo¤×Çb†ýž—¿ŸÇó—&ÎÐS  žŸÿÏ|Z†/Z>t¥‹>cÎÒ‚ûi~w9–à^ËË×Ȱ¬4RRÓH}Ë[ Xù5÷RCïOxp=+ïã¨ì"f¼_AÙìM;9Ôô¶ýhõ,›ý>Ÿ¯jàoN½iÛ÷!„B!„´½×CJ¯eÖéE\¾ óGqç¼Ë’™©ô\Äà¬DLJ7=ˆB+k·Þ¨‹*öÞ§×'7þ]çWôÖ¾yÎ.òÚT=”·Žùð®å‰KÏ烓>fÁˆø=A~éüvW ßpíøsxM=wçÿ“‰ŽÈ‰Ï|¬yì"þø–“ßÍ|•ûÛÐ Ù 4VóÉ sÿÏS¹óùû8,Ɉ%7‹'‹AE…d%YPºªû]i'Ý»‰¹OÍä±×>eaIv²ÆLãœßÝÀïO.À¾+óÈõºýè„ Lß'e×méMÛî¸ßȱ[!„B!hƽžbÖ…<ñài¤µ¥¬`I‚Õäà‚§>₽µSÿ½›Þ^Ë/ã ±ïí|ì/ùí$@é;÷ñv­«þ÷~ðGÞùMmÅ´¶Ó‘/qý9Gí Ò¹2wa3.¹‘KOˆ©-½syòãs™PoXÄ}¿:“–%2iÆÕ̼©?vÏf¾÷\6…®z‹Y·N$N=÷—ÚÈ~Û¶…B!„Bô•½?dÏ1€1&0±í5ž1¨Í<=5ì ¿¢±uÙ`- Ÿ¾†“Fåš–Njÿñ\üÚÖ¶áW-_^ÇÄþ餦¥“=útn~§„–¶{Ü(é*˜÷ÐeL-Ì 5-ÜÃÏáÎÙ[CC|´Z¾»÷Ž5 ´®´l&ýuiäw‡ŽÛy³íÛ‡wý‡‡ó1è¨ßñRIä½z”|åÏHNZè;ãî[ƒ/jùÕðÃÿËñ#²Ãù=‹?¿º’¦Öî#ZŸÝzG@ZZ帧¼«xî_?‘yõ <{N,?<ü"k"×ZhjÿPÞ†þ—Σ)ü~ñ?§~ÿÈG7âÙò SÓr8ÿ‹ˆÒØ“vB€²7/gÂÀÌÐw³†sü5/²²9¢M°ŽEÏþGf‡ÛFÃ&ÅŸ?ÜN 7mk·¹Y:óJX–Æ%o~Éÿø=¿9m:§ýÏUüß+_òyü*þþcS¨Gw·ŽJgÄ-Kñ¶&ÑøçõKçèç¶îÜÖÞ¶ŸHº›µ¯ÞÀôÖ2ÈÁI[‚g_´‘hÛÖÓ~Ógu"„B!„b_Ø‹CöÂC€ôþ€Ûâ £!bøUë/+:‹Sÿ¹‰¿»›ç§dc¬)£eDF}GhÙ¬ãùã-Ç‘g­ç§ÿÜÆ½WÍ iÈ\þ8Ðe›¥÷žÉ¯ž0qÞÝ/rO¡Æ²ÿÜÂí—\€ã«9üq@=+>ùŒ•®+yìÁi¤ë 4'÷ßýÉÚ{Ê/€ÞÀüÛÏà’{ý#ü}¬‹ÚŸ?äÑû~j+S½c>ÂéÆŸþ(¯\]ˆ°¦ôǨoïT~+8›Ógî`ÊîãÅqN¶Í}„;®;…íkþû›,ŒÁ&Š¿ûžõIÿËM">°ƒE/ü•û#ËqèÔÿ¯TÎŽerÃEä½ñ<Í¿’G§8ÃeÊŸqüßy÷ÿÆaŒq9ØôÅè@Ö¥/ðü¹ý0¢`KËÂд3íPÝìa;A%nÄYÜøðd$©ÿùn»õÏ\Öo,_Þ0s8ý“ÿ¹•qWüOíµv>÷_ó _­¬#8= COmky÷Нy ϼZŠiÒ\;ÑÕ~ˆ¢â`üÕ7sô —óæS ¹åð©8£ ³‹ü»+í§C»ó?Ïe×½†zéLÞ:s0Ö†M”Z20îñð¸Þ·‘ÛÖ‹ý¦¯êD!„B!Äþêµ5wqDî]oÆã+fq¦«Ãmjý7üó±Õ¤\øÿ¹ãpb#? wõ°ÏY'…8rˆŸ/çþ¾-çšý:m¸^û ÷?SLá­ß󹘀q…&~œûÞú°„«ÿšMÇ’3‰ã¦LÄÑgùÄíßÊUýMèµóxø¿Ûȸ|6Oß0 À…4Îz“[zHÖ’˜GaQÄ“ãËïþ'V“üÛwyö¦q¡ò›2†¸’qüîþgYuæ ’¥ß3u2`ò0¯G]×e9î’`sƒ~ì3œ”nÀœò?ünÌ#ÜöÄçÜ1é R"úß\¹ .*ÜYîáÀ“-5ŸÂ¢¼¶!{¦½ÝNb ŽãŒ‚Öæ8–Þá²y«h¸~0‰ ß1ó±UÄÿúuþsÇ$\ à6ñ®ýAª{Ù¶þ8hÐî_í:Ö5@öC¢ÉSœC92¾Ø°šJÿÔès’ífûé(PWJ-±L˜t G% 2œÃöÆþ± mdç¾Üó~ÓWu"„B!„bߨû©ìKyîÑÓIo³fp’çê<+³¯t!+ÝVF_Ø>ÈÐÕ™KA|½-ôT°ŽîÛö#k¼PzçDúÝÙþ3WI >2ú¦;æWµÓ/ÓÞ¦¥lð[qtAè¦z/j-¿Ñ'í,?5‘炯²¢NcxR”rtå10±ërÜþÍïðä'§¾380f0ýª©ÜyéÌÚr2—åšöZ>w¿ø(›ó0·Ï|¯Vn§ÙàÀá×`¸¿þÒ,w›sÊ\]LÞSÛÚSÊ~p ° ½”?=‹›.ÇÚË%—\į&faÝÃÛ6Ò›ý¦¯ëD!„B!DßÚ«Cöt{CFŽ"§]Ê:z@ß¹œ®£kZ»a:Ój·,€nÀd-Ü94©]z::ÆÝ3‹û&ØÛÝî]YØôŠÎiî‰nóÛþ©oºÖa{#·£c>¢å=Z™tæÔZέCº´®ÒêXŽ»]-¬ùï¿Y¬dÕi¼ÜáÓç^ßÀoÿ4sOùéðÔ´ÎõºgíÄWü4ÌxÆ3ïæ©¿'Ý\Ég:{ÂßÑ‚~‚1•vën·m=´­Ýö©ÆPà„¾_IÝïÔ¡·Þ°’o7AÌуH2êèAƒ _ T¿Ñ¶uÚO[“Ñuts¾´ˆ£¾{›?õ87ýœõ4=8½Ý„ýû²t»ßôQ!„B!„Ø7Ô_jÅæŒQ䛼,ùt5M{-½ –¹I+ÈÀ­¯òRm¿H/sæX ­^}°Œ†ÞÞ«b­à®óìEÚK>]Csë›Z ?ÎY©c×ÇUÛ¼”Þ(%ýü§øð“™ÓözŽw°éÕ—XîùåÛ‰gãw¬c0ßð[¦)¢hØh†§îœ_È”6Œ\ƒ›%_nèrïžÚÖn³äâs2ðÏûüPù™ÞÈßÃ-ÉœqéØÐPGƒ‹¬8¨^]L½¶gígçz"¦b#çÈó¹ó¥¯˜wçP¶¿ý0—öyéÍ~Ógu"„B!„bŸ0þR+Vâ§pý%¹œòäÅ\sOîÍSÎÛœ1q7Ó»(‡SŸ¾”Ž›¸äè|œþJ6l40õ¢SÈí«ˆTÃ~û › ïrøã&q㕃9îÁœk¹™+„Ë_ÂÒ* ¾‹ôLéŒCÃ'÷óè{W3Þ^M©6–s¦uÈoÜ$n¸b Ç?|¿K¼KÆ9)ûôanû\çÈ{/cˆ•ç Ú£l/ü7ïWesÑŒãSÔ~éþ—Ëç¼Ëó‹nbÌ„_¶Ø²Ç’Ãý¼ðÐËäŸ7’‹›5Õ; FMšÊÕg'qîS—smòüv´Š…ÿåÛ:0÷¶míöÈÄFÝð8×Ì?‹GΞƺK/çì ý±»7±à½gyêóRò/{[Æ9BUc:SN/Dÿû_¹ö>‹&¤c©[@™ŸOuìeûÁà 5½ËÇË ™ž¸˜ÿÎqS0,—VÅ¢Å;À4˜«ºÏÛˆÒ‹ý¦ïêD!„B!ľ°÷‡ìµ길9jHGÇΘ›ßáõ¸;¸ûÙ¿pÑãA0&1úŠÿpò„øËeÈQçô»å]^K¸ƒÿ{þv.}&Ä’5á"Fœw29f:§¹'ZÓ({™k~Óq0Ò8ž^ù6'ÇYzÝÌŠ»›»ž¼›Ë^ð ±iƒ™:>SÔ|8™rç?¹àŠÛxèªó@‰cè…OròÑÙ–³2ìoð¦ývþúôµœ;3ˆ%ópξ÷=nûM¿ÐÓÑtz.ÇÝÌþ¼çæÒ˜s§ 0uj±#~ͱ®wøø¹ï¨W½Ü»¦Õ6ê°u¸ÖžµcÁå<{ÿ6n¸ÿ¯\ð†/³q¤R4=3::.&ÿßÛ<ó'îùçe¼ß¢0hh(¥(½k[{ÖU‡ñçY_3òÉûyì¸æÙFtl¤?Š«‘«OH¬Òº?pÙsòØÔTWÐÒÒ"¥% zÍGüfôåÔÿýG>øM:)!„B!„‡‹Å@YéVžyúiþõø“³À4 @møUñï†ðçžðò h°³?Ê^ëG‘™ÕíçÛÊJ¹Êë©LäréMÞŒüùÙ<ûe¾ögP¿xŒM%|ýÜ_ùZ?œ™Ü§Á¨Þ–᡼ÉñF!„B!N{mÈ^YéÖ=úþÁ¨§29Ë¥7y; ò§{([4‹½úe:`%}ä Üúêü¦Ÿ¡O·¿·ex(ïCr¼B!„Bˆƒ“Ì´"mŠƒ ·¿ËÂÛ¥(„B!„Bˆ}eïMj.„B!„B!D/¨RB!„B!„b_êu©M%ÅRZB!„B!„‡€Â¢¡}š~¯RGL:JjC!„B!„âPS]Õ§é÷: åv7Km!„B!„Bˆ=&sH !„B!„Bˆ}JRB!„B!„bŸêõ=t]JK!„B!„Bì±^¤$%„B!„B!ö²'„B!„B!ö) H !„B!„Bˆ}Ê(E „B!D¿›’ŸŸ¢ºl.Íõ%¸v ¨*ŽøþŒ½•Œ§I! !„û)™Ô¼-¾J6o¤¢r@ÐÑÃe¡ë:F£{Œ‡Ý‰Óå"-% UUÙ9ë–"­ì—®Ã–vT–£¨*ɉÉX-V)”^im»2ƒÜžª­«%ƃÅbéqÙ¦¦&šššHKK“‚Bˆnl^ý"«¾û ý aÈèñÅÅš„¦ùh¨YÍÒïoÁÛ°•¼‘ÿ+…%D[´x?.ZH0ܽ›R£‘±‡ΘQc¤0…8„Ȥæ=(.)&!>Q# šÚ ø|¾¶—ocÉâ7Øß@¬¥Œ€û' ¶qì§ ©ÙÒÚö¦¦fü_»÷ªk*INJ¡¡©ž²m¥¸\ñ¨ŠŠŽ:˜LfŽØC¢|Þ›õï0+êgŠ¢ ª*v»§Ó‰ÅlEÁï÷1qÂDŽ;öxi`»!ÐÐЈÛí!##£Ûe5M£¶®ƒÁˆÛãÁf³IMÍMøýþnONm? c6™q8RpBĶ®y5óoä˜3.'&nºDQTÞåÜóˆIçÈÿÀÜ·î!-ÿtl±™RhBô¡-äW_‡ÉdÞí륇ÿõ£% Õýµb Õ(×8âà!CözP¾£ŒÃFŽ·Å‹¦Ñ4-ôÒ54-:¨ªŠÅla@f%’ëñ5ÿˆ§ú3l)wÒ\þwbÕz Öc ÆJö¡ææf FNg" °TT–c³Ùð}¸›ÝĹâ0™L¡[WÜ‡Ä ìûÌâ´SΠ¸¸·Û×ëÅçóá÷û ƒ˜L&ÆŒÍùçŸß€õz½<úØ£Ü m7ý¢÷Ü7ñññ´´øhjj&6ÖÞå²õõõÄÅÅc4ªx<^ H…ùý~’“’{½üöíÛ% %ÄAh{E-é)ñ€Î²/þ—a#ý¬ÿù3?£jûF¬1ñ 2CÎÅSq3fWCFO`Ý»qôSR€Bô¡Ðu¤™Í¥QEUQEQQ¥Ý+$¢'¾ÉI©)Èî®)k~dã·g‘wäÛÄ$È}¥88H@ª>_EQü躎¦k躎®…þjš†?àGó-ÅïÿœXÓ*´–µØ’¯'&ù÷€–ÚLj1Æ¢‹f(”BíMM͘L&¬V š¦¡( ë‘'½ƒ¡-¸b³ZiQq:þ›X—Ë…Ýno륪j¸0›ÍÄÅÅc00 ÄÄÄœ’Œ¢(Ú -^ qÄÆÆ²uk)v{L—íÒív“••@ à§¾¾A ¯õRUÓÛÊB½¡B=CAe]×Û^111hš&…&ÄA¦¾ÑÍ)—ÞÃ_®:‹3O8£ÙƪFŽ=‚¢ñŒI,¢¥yË¿¹‹m1éYpÿ@bƉl\÷¾ ûˆ‚BII1->_¯–·Z¬‘‚ëùbˆÍ Î#}ðil^p…'¬EžO&|2‡TBã C§¶›ZÿZFÅ¡å#´¦W©Óš0˜óq%] v$Π¹â1ªJîE5¾„-ãI ¶ÑÒòö2¿¯«ÅLÀïoÿ L(2Õ¶çp}jºŽAUñµxA?ø‡îY­Öv=oZËÊçóa2™ˆ‰‰ ÿš¥†?'4|¯µ Å.ñµ´€UÅétPW[K|||§åjjkHNJB‚ >ŸOÊ;L A×Ñ‚A*++C§¤ð/ª­A'11)´œ”²â óðóò›3áçgc6(~5©¹Ç—<¢m™g.C&ÞÇÏ_\HVÿ ñù_ÇêÈÂݸMŽ Bì#Š¢7 UÙù£gë_…Öësˆì!Õn÷”}5ªúm³±Æ¦“œ{«¨ß6WÆÉR0â€'=¤z Ðiý^kûe^½ €J-¾ºW‰ëÿ_̱SÛ”UÉCV€Þ€§æ=jJ.Ã5è')ؽLGGUUÜ7JÄDòÑz¢¸Ýn@¸·Oè$h³Ù™Þ?Š¢´õ€2™Lm=Æ CD©ÖeCÕÕkø| +#~×°¡Òèz)ð‡Úq.[¶nÁét`0ì<üú|>tMÇjµ†þ­KŸHZ¸<4]#))±Óõjä¾  K)!*6—óÙüU<ùÐ_ظÃϽÏ|ÈmWÆ p0J×5Í™Á¶ ¡9-1‰ º@sc4Yñ6×2ëQù§qØñ/´ýè"„Øû×™‹×÷¾‡”ÕÊТáRp=¨\w?…§¢iM¤<“²•3% % 2©y‚Рë¡è‰¦éX­TUTUi ¶¾Ì f³ M õ¤ðz[Ðt-f<ص"P­ÿný©qíZ¬O<ÊÄùš=,¼ârŽúþ{it½=ÈšÌø~PÀl¶HeU ©©)mËTUW“ššJ DÓ5šÝbccåX¦iZÛ•UU­—¼mg§p)’’’Р¦KÙ q¹û_o1ã¢siñë¬ÜXÉÐQc¹ûñ÷1L0•ÑÇ>C‹»”Ìì >7|l ¨ξò¿lXö ›‹·2꘧AQå!D_QòóEüÈ©¢ªæ’"ÜK*|o÷#“”`'žº¥ø[vàHšˆ»öœIç±¹åÜuK±Å”ö½’A÷‚­¿´‡{HE.õÖ›"ÅŠÅ5 oíû4l½gö#‹yAk¤¦ä[6aï÷‚hû€®ë „þ†zE)­ÕÖI χ¤¡i:Á`0l<4ʪõ!25iÒ$Ìf3Ë—/o׫,èñðý¹ç2az†ú ~_“+QÜ.p8bijj">>@ @ll,uuux½¬VÍÍÍØl6ŒFƒA¥¹¹‰´´t)¼°Ö9¡ôpÐ v6S¥Ëå…¾/æ/'`°¢YœxüAªêšYU¬3dÄîü×{˜MFŽ8l0ªÁ¸“gñÝÛGaýˆ¬Ü(J A_1å[Ö²~å2&ýê[ F«ª}¨uX^ëkå×_Ræm¡ª:ôƒRRb9±vF}LøÚ]ES¹þAÒžŽ¬Æh´¡ëõ¤þ•ë"{ì R@âÀ¾7•"è^h)Ú÷ ÿ³u´FššŒÑdC×ý¬­ ‚åèÁrt­-PÅ9]M’Bí:: ¡ “Ï×Âæ­%”nÛB}C}§e›š)ݶ…òŠíx½ž¶€Ô¡2d/Z¨’’¬V+Ó¦M#&&¦mÙE×ü {%®T+µs«˜ÿær/š! n8|¾---ƒ¡I¹“’©®®AÓ´ð“õâðù|¨ªJSSV› £Q~/h¥…'5W¨ªª¦ººŠªªêЫºŠêð«µwŸ¦i”––R[[Kmm-555ÔÔÔý ã IDATP]SMcc£¨ È=¿ËI§œDM“¯íG¦šz7«Š+4t$·<ø –®Àhv0þ´Y¹ðsªÊw“ö uUå,þöc&œþ &Kœª},4…«BCe%Ÿœv:-³f3uò.¹ø2.šq “&Aã+o0kú)4VU£ª ÿÏÞYÇGqmü;ë›l„8  $¸[¡@± …º …¶ÔûÚRï{•_ÝåÕ¨ í«ÑR£¸CK xqO .»ÙÍîÎîÌïݸ‡$Dî—Ï|Øìܹ3sî¹gÎ={ç\M%)6¾™QÇ’¯§0ç/ÂãÏGõœ@olÞ ";_‰#ûOßþ¼­BX‚‹Hj^E)ÔÃ’(“§H%¯ÚlBg0¡zŽáÈ[NaöBÂÏÆ2IcF–µ ÉúeĪú“+dæ§Ö. ½NOVvf…¤ænÙEû˜öXÉ·æb6"¡¶™¤Ý•½²—™™ÉŽ;2dn·EQ8úÕ×X~ÃÈ뺑3?ýÙy8<6ßx›o¼ K þ`.!ÄtáꈊŒ ==ˆˆ<’ŒÉhBë—{hHª¢ xdYÆáp#ìDéîíOj./ñ{¹¥£Kfõ©ÅÉÏÛEDR¡®“'Od±¡ -€Ï¾_Áèq£ÉwÝé)3“9×VÈžÃ$öêÏC¯|Ï«^ÎÀÞ]1š#9}!ëæO ÷àv$¯`Äôß1Æ »*4þgò†›o¡ÿu3H9 ÛŽdôê‰$IïÞø9søgÍj–_s-.^D™ÎÝÖû©ªr!™û^ÂëÎ$ªÛYtîÿ6Š|Iò¢7Fû|#Ï úŸû3ÙÇæs|Ó ht!D&Ì!¤ý9bõ=A‹Bü_^ÿ2ãªä¬(0U´GƒÑ‡L#ÿØKä§|€1 ³%kêÉØ—…ª $¬(¾àžËå*YUU ¯ó -Ùã彯sç½wP «T5Âáò””ÈìÇæ²ô‹Ç ¶˜ ḭ̂ó°á§ó<å BÂÅBAS!!±kÙ2"ããI0÷3Ïp<+“õÓÎAŒZ¼‚n]º’tÅ夭YËÖE 0å!8À‘“̱ä˜C:Ùe–°>¨ÞœÖÅèt&ß쨢1ªk/^ÇN‚#{Öá+ìy[É88“;î'~èg„ ´DRó(ye’$|ÿü(©Ô<))¯ö*ÂzôD£FR}AÀ¨ö,[}ˆ!#î]ˆÈÕH¥€ò*^ôzyùV=¼Š— à2 Í í8v½É×¶©Í$5*¼²7pà@Ž?NZZ»t«xq«*'HAo÷õÛÎܲ‡FBN@ é(ôº˜Ìf,AAdçdI¾ÕJXx8yùy˜ÍdegÓ., ­N'äYÞ%5""#ËÌ*#+ÿߊª“ƒÃYXœ05<ÜŸð\U„|‚–à ê´¼ùÄ,|ñ#n¹u&ÚPSqî8ƒ^K|L(ñÑÁ¤?ŒÕêæoÞKÅ\Ü¿ƒÃû0áÚè A¢Ï MLšêeôÿ=…m×.R³2ØWPÀ´‹.EBbÝ—ÿCg4c/ Ç³ÿÇæm[(Im~Ì©xl^)í{L"4n²+[æ7h4 7Æ ‘bðzlÍŠðzlxÜ™ÈÖd±D^GçÁ“}ô^ ‰gïD£ Ê(hþÏ{!‚êñøRZÿŒÉ÷btñêÅ!) $Úáe"Š’‡¤ä*†ÀÎlÛ;—Á#…0‘¢!!¡¨ªŠÅb!3+Yö¥tZ=²GÆ^`ÇãñŽN§Çh4ú–nCOÀÒÁ¨N:a·ÛÙ±cz½T‰À„†þ÷-6ΜE?­–èóc9pÈÆ®meƒR‘¦~ zìQ¡€µ$88¯×KFFŒªªäççc·; *“¿KPºûf5ÆÚ9uŠBxD(ÁAÁþYS%+ø¨b†”@Ðb9°=7›Ù¼ÏÕ×^†ÅIld0¢CÔÊlܰ†fOgú¤aÅÇ8³²ØüOsbåJl))uè@ì¸q þ÷c˜"DO ±‘$‰¬ì,íÚQ0¨?ëÎ?‡©^Jh»04 c~ú‰_~üŽiú„DFff™uÚ*]G}ÇñM3È9±‰°¸ÞX"ÎF£ÑáuÇ#û&;(^»ÿ’®=A“$¹'~$óàRd—ƒÎ£¾Á(A‹¡^9¤V,[ÂÙçNÅår•ùÜñz½¾`“FëKUiî’Ò+>šT|+‘Iš@_PKE¼ݘVEEUTv;99¹8…¨*H,h±€ªb·Û‘Ý^¼…4{:„‡G`6£*j›i£Ò¯ìeffbµZ‹ƒTŠâÅã‘érùå[µšý_|iS>½/ïÀÉt=Ÿzn—]Z¥}hlZšýñz½¤;FfzF±œtz=q:‘‘žV«Å–—ω#G‹<9Â#Â騹³HlîÇh4±g÷Ê. ­úÓ¾©¥ÔP-ÖïüÜ|ÜNWÑ)ßê|*(^UØbA›±?­„N1|ûÖ=Ì~l.FÕEï.alޔ̨ÝùýãG (îÓ'׬aÅÌYtí×ÁãÆ¢U!ÿøq2““ùnð&~ñ9íÇŒBûÓ(ªŠF£EÒúüÍ’1”$ ­V‹Gö”O5½OÙÜh7„ž·“Ÿ¶¬ý¯prÿ*Â;ô&²ó¥@!nû&$ïÇ9SÈ$ÉBúþOÈ<²C@W"zwj¥Ÿ[#^ ßêRU›¶Tqb)Õÿê—ß­¬%h\T¿ÜCÛ…•¯¤c2V~\³Ù’$ ŠVw+ÚRSO´.]º0ò¥ùnãFÒ­VBu ^|±b@ª iIöGv»Ù¹u+&“™ˆððâ–6'Ž%<:GA²ÓIdT”Ïv¨*ÎB'Û7ÿMïýk=+¨5Ž·C‡Ëå¤èÇF‹ÉdòÍø+ï ‹R‚6bZaÁÌ{ýnîý¿O9ššÉ+]à>]Ê”qfe±ìÚë>n!AA¸FÎÊÂ\XH‡¨(Bzõbéµ×qé¦d1SJ ìO#-+“àœ\z¥ç°æ†Œýô $ V^s5½¯¼]V69²‹¨Èè2‹Eµy$ !íÏ#¤ýyæm%sÿkìYó8‰g>Š +½9UÕ±kéMX¢&ÒyäÌ¡b!Aˤ^©ÒÑøÖþˠ׫à%IB#i4%þÒA©¢|ç”J¢ ¾ – q)’·ì– )~­(ðR:é±âOf®( ^¯—üüü2íÕV(½ÊžN§CUUôz=V››ÍFAAÑ‘Œýp.?NœLX^gôG=èN³#ß’ìOnN&sAAA¤§§ûV‹¢££ÉÌÊÂívaÍÍ¥CÇŽ¤¥¥!ûƒƒ–  ÉÊÈ ®cGÑÁ¡ÊéüF“‘œN#ÙÙYø‚RŸnH%ëODFF" %h;ö§µa2èyû©ñ* :­¶ÂþÍO?C§¸8BÌx·mÃ\è@ï(ÄUP€íða‚†'6.ŽÍO?ï¿&*ö§‰‘$NÞ8›Øf2¨Wo´F 拤ª ¼æú…´j-Ÿ|L§‡îñÊ^¥˜C?ô3Ž%_OÖ‘Ÿh×aNÛ&Ì¡ç‘qðK,Q‰ú©” ES¯¥œV,[Rü«}éÏ­¯â); *½ºø·’•Ƥ¢h£$1º 1ñ¤<2ŠâE–Ýäææ’’rœ¬¬,ìöìö²²²HI9Nnn.²ìö•õȨªÒæREÁ(½Þ—G+//;}y¤"£"°âv» èñ¶[YŸogm* ÿÏ¿Oëu·$û“‘žŽÁ` -->0tÔÈb=S…ظ8TÀåtâõx8l(ý Äfµb0ÈÊÈ]»¦ž¯¨þÀ³DddQQ¾-::šè¨h¢£cˆŽŽA£ñÙc´ûÓ‘$©Ò`ÀÉ•+‰ŠˆÀ³m;&‡@»‹ÝŽÉnÇÈû÷Á‰•+… Âþ42ý&Oâ¸ÝÎÉ•+18 é=m:W]×Þx3½'OFZ»Ž”åËIu»zÞ4ѸUPôãy».w’“º¶Hf$ÉLNÊß´ër^¯Wø6‚MíWÙ+5X?ûœ©àÏÝQúskÄ7»I­ PPÐøRª·ÌŠ{jQÙâWö¼¨´½8Mj°UEõ-õ^´VžÝQ@ll©©©XmùÅeÛ·%-í$æ²,ûWñj[m¤Õj1X­V6ÿ½™Ž;pÙe—ß)£Ñ„ÛíÂív!{dœ‘áÌ\¹¢øw:åÔ¢ì?¡¶¤‘].œ׃N¯C«Õb2‘=2­†¼¼<ÌfÐH>}T„ݨÑF+~û deeú~ðÏZŽŽ.5;TT_y!SA[°?m [J æÞ½‘““1êõHªŠÆnGòzÑJA&‹[JŠh3°?Œ„İyŸó×U×ÒñÈa"G Æâ°£¢bËÍ"ëÓOHu»˜ðó‚ k ‰þYòF‡ÇãA–eÜRÐÅR˜¿—vq·bÏÙº¾ïôz=:®Ì[!AK¡^¯ì9]ÎJ?·Ú`‡¢úÿWÊåR)Ih^ºó«eVlóx½âÍè&0ܪªâñ”Ìh ´`0ˆGQJf©y<Þ29£<O››!åK^®°uëVÌF®¼ú2Úµ Ãd4¡( NgaÉ€ßë!ßšßläÓ’ìOhX8¶ü<‚,öüóz½žàà`œN'‘ÑѨªJxd$¹99X‚‚8qìnY&ÈbAv»i&:wö¹äWÁÈÈÈ O;ÇÅ)ñ+bkäù^zèÁzíþOËÇÒ¡˜L&99xýž™|Ÿ-œuè „%h‘4gûã,÷ ¡ŠJHt “—/eÛ¢E$oÛAV¶o5½¨È(âﻋ§O÷Õ”2 ¸.¦6<û´(%Ë2N§‡ÃÃQˆx%é?'´ýDÒ®F¼†œœ\0›Í˜Ìfô"(%hÔ+ µrùRÎ>g*N—³ÌçÖ†,ËÄÆv`ÇÎíôëÛ¿^{ÿ}DGDáñxÐV1Í\pj¸Ýîâ§,Ë¥)^233)((( ³Ù\¦UÿR\n·ƒÁÐjeåñx$‰'Rq{œŒŸ0³ÙŒÁ`T\n§?xZ2ßÏ«(X­Öfs-Éþ„¶ %ýä ‚‚‚ CQ\.ŽÂBbããŒ$ýÄIÒjñx<ä[­„†‡#Ër¥É¹EŽ›/ÀTÛWÄ´öÖËó/¼T :=ÿ <ÿü <ôàƒmÊþ´5bÇ%=yñ üõ.ÿ“̸}BYYÄŽ+„%h‘4gû““V«Á㑉‰Š-³oüWת¯×‹V«%';›ØØØ6îÛ”›!åvQ¨ŒTð:Y‡¦Ð–…3jZÙ,ë1 ¨Â¿´Pê·ÊÞ9S+ýÜÚ Avv6A/^ļ¯¿Äëñ.ÔR+é•$2/Úçû_’$¢¢¢éß…ŒŒ âââÐh4Bë·Û„DFFF™Rf³¯×KHHp¹#¤2ÁAÇCZZIÓªR²,cµÚ8žz„® Ч÷ª€[v\ù'Šªb·Û›Í ©–dÌtìÜ™“))äå磕4Ì&:tê„V«E§Ó!I½ôçÈÁƒØ¬6d¯VGXd$F“IüÊUF“‰={ö”²½eípùï„ÐZ!EÁ¦çŸ§ËÉc> À3Ï<Ëk¯¿ÎC>xʳ£ÚŠÿÓRôè£|?tÁ½za>Çþý(H ú„lZ-'RS¹ä§…°-’ænºuíÁëo¾R¼ T]ÑjµtëšÐæÛ¹hA&N‡ÑhDñçÊÔéõÈÚ§IùgĽLHP;Ìf&“o+ò)…ß(hiˆWöª1aaa$%&ѽ۩GNKdT”F5ƒ‹%€ü¼|öîÝW§ãõ:=íBC‹ëj­èõz®½úæÏÿ±dÕÈZêä9SÎi6÷Ñ’ìF£!2*аðpdTµØÉ(-{½^OBb"ÇTõ'îÕjµÂ±¨¸ö±u – y¶^J¥>ûìsrss,ÕVüŸ–Š)"‚ ŸƲë®'6.Žv}ûb²X(,( 3+‹©©Løü3L§y¥X 5ÚŸ°ðp{ô¤K§Î§TÑh$,<¼Í·ui_Qïçx½^¼‘“P;­C£ *.£õû‹âU=AK¥Ö©Ò3OÖ®^É”s¦b·”ùÜAûöí¬®Ò24l;½‚ףǩÿ²ÒšÛiêyS™zÞÔ-—–jJ¯ ¥(J•¯Žét%fY¬Ð)Ô9÷݇¢(¼øâKÑOËùeÒ¾X*”QUUøŒ‚F£±õš!5¥Ô4Ñ)­|ʺ˜Õ$4/Ú’ýuçûï÷{èðÀ÷ ûÓÆ0†‡3â•—… Âÿ‚@½R¥£ñâ—A@Дû#j¢8(%ì@ þ@ 4[ê5ýgíê•Z*|‚ÆFØ@ ì@ öGØ@Ðò©ý ©RIc‹§‰ªj™Ï@ÐØû#„ýÂþû#š€æ’Cª´¹+(°UúY a°?@ØÁéÇKæ†_ÙßíÃcïïþ•@ ìOóGß…Yß­áã NðÄ´Ù,H÷ ™u¤ö)U-Þ lV lÖ Ÿ[íæÍcÛ¯ X¶+oe7å¦88ž¼„E[²ËžÛ¹gÆÄÓóúdxÔÖݧܞùZ¿„5[Óp+5•÷àÌË$+ßÚÚåR^‡ªÒµª¾o¢­ÍÙ±5Q_›ØZ¸ý©‹ИvüTêöä±ñã7ù`q nUÇFîMЦç¿þ¢°¥ø:õ½á߉Mø? oëš`“Œ8ÿé_ØôÛ³LŠÐ][ëÛšM@ªÁ~ýÊeÁ´"ÞÍoéž²ûäC¼5&†Ø«–!ÞŒ®×>Þ»ñæ|w ¹LKZè˜Ø‹¤n4§óe26-fùÒŠÛŠ¿3ñ4J:LAÁ„„Gjª¾(vŽíø›½étzM³SÕy”ÅoÜÅù#zCdt7;›~=€£®ö£¼U¥kU}ßZQ É>²“¿×¯`ÅÒÅ,_º”5’Ù},YÌÍnÞr­K_šÒv[×pgR ‘½ïc½­¾.~@cÚñ†¬[ÒcÒƒ!ÀàËaÑl|F¸ÿfïß ZøCÛÎy~¼*í©V[O? 1íø©Ô­ª6˜Ø=¡BÐj3òuóþ›«'h¹(¹Kù×…÷ñsàdþõòc ‰‘°ÝÁ_Ç" Ò·0½jV}¢‘ì¹@І8}qåÈQ 8ö WÞ³€“ÕM›ñæðç»·3¥_G¢¢cè4ô"øjEÖǹÇÄÐïÑ­%ùl˹ªC ã?<އÖÜÒƒ¨^÷±±Ô/ën'!zOípùíI«_¿‘q‰íýç¹”'~;Ž»Öö¨.Ç{Hùî&F$ÄCT\_&ßù»JGÕ½¹lœ{ç Œ÷•é<œ¾>^ü«YÚ‡gCTt Ã^؃Ûs”÷ÇÅÐñº%³Ëj’’ÅÒÇ.⌾]‰ö×Õqàtš×)?,‚ Æh0 ×û6ê ¿@FUÝdïKæ¯ÕËX±t1+–.fÕšìKs {c2¹ÿ&ymQ™%lÜoõíW]äÙFò*ÿ±ë6q0£°ä¤ÊXídóš¥þc—±n}2{Óý0µã²hÍ>² ܨx±§þÃæ5K|å—¯bóü’kœûçÇcùÒÅüy°µ¾×WÅqu§­¯Ìæå­1Ìú~%ß=WMŸÊô+oãÙ¯WðÓìÎìyçVžÝXà;oý¨L‡*ӵ꾯®(¹¬}þÆèêÓé莌ybk36^¬G¶q(ß@ÇÑÓ˜4f ]bà mAûnýèŸÐ½äkÓ¼£;ŠõmÕºdö¦Ú(Î" XÙ¿v1ë÷ZKtÊ“Åöe‹I>^¤nrömbãš’>±fÃßH³S&A=tKi­r­Ì*ôõÖ"CA‹Æù½¹™¸»>ãÃË,üùúgì)ýÐUìýjçö÷=»£âûqÎÓ[(¬i_y^]Ù*íx þIü†ªžepã×'/ghg_¹ãfóùáÒ¾D$}ú&Ñ·wúÊîQÉbéc2ªo·âëé~æM¼üÉ«Ü~þ:EÇ“ȸ[>agñ=d³ü?—2¦7ÿ³(†„3®äñùûËÎ,®Ñ‡ªü™æ¬¯l[Š'h‘¸.cƒUÏ„—Þâ‘k§2yÒy\rãC¼ôÔ4âtuÑ«ºö·zSS_©`ªé‹§:¾;U{^!2X ûSÝýÔØF dßjñüŠÓ·>eì¼ñÌ0nšv'3$ñãí=1Uìåì|õb¦¿œÎؽÌÃ8±ä þsÏT³†¯¯êP‹¤Ï…Ã1ý¸†%‡Ü ëmœìû}ù‘“9·»p°å… ¹ä=×<ý%/$yÙúé#ü{æ5­^Â}]k:G Ç÷4”+¯%lÀ%<ðÖuÄ…ëÉÛ6Ç}ㇳêþD 8ÙõúÅœÿb*gÜú4ŸŽG››Š«_$zrhwÁÛ|}w&$LQ]Ñs²î²Sì\»žýwðÞcó¦“üɼtëõDöYÆ}=ô§ÐÀ*ŠWFv¹Š‡’$H9¹8L‰ ‡Iu’½»vnÇ>’8½ŠŠ‡‚Ì, =2"‹$ã1En´rlk2[jèÐo4ƒÃõäÜÈÖíÛ1AœÞ‹íÈ&6,¤]׌èŽÁή Û±zÍ%~oQ2´#<Ä@Þ‰}ìÚŠÔe0£»Gbôرk"hgqaõÇŠôñ£Û' :SfÏIRës}ºÊï 9¯nâµoåïSÐ~‡{Î-YÖ„0â®GÿÉM|7w#ÿqÁ§Ð’umwß×кYÙõÇRv…ÜÆ;¯O¤½š=ªK3ŽGYII-DŠÉÀŽF\yÙØÜJ™  (NfË! ƒ€ëÄN¶íNFÖ¡OTI’La„IäÛü3$ÐZ"hgv’çðbÏÉÁnLdȈXT'Ù‡·³kç_¸´cè©÷rÖ]·Âvò šÑ,®“kmdV¶¯[ó Éo 2´`TòÖ¿ÍW™Ãx|Æ0ÆYgÒõÛxûÏÛy{l0à>ø17Þó5š›^㇋1çá¸1} û*ÄzjQ¶¢¯Á?©ƒßP±îò¢°²þ?0ó“ç¼ÅsCCÉÛþ o¾°¹T¡ ƾ½˜±Uîì\»w2÷¿ãwîã‡'æÅ‡V3öÎóî½q¨{ÿÇ£?Ì]F°úÁ$ JûW¯aoؼóÊhÂä46÷*/Ýz6ûåÕ|~yºZùP•?Ó ©Ÿl«”[sóï-}L/:id’?û‘ï£o°¦žzU×þVcjÙW(õÃ_å}±®ã³†·çmV-ìO•÷S›6jû¦ÔáY#4]@ª¡ZÕ£J ¼—ÏŸÛÌØoàù!ðø@µ¤Œª¢æ¯æÅwvyýO|üÐp,czx³_œË® Ÿ¤?e){­*¨:ørFnä·ÅG¹¿Ww ®ü¶(° ’dRQsVñò܃$=¶žftA OÒ“¼äJ¾ûùwÞ­õÏ-à«äo5·†ãçô¬`<ºOæ¢îþ?'àúín\µ ë}= ·®æ…ÿþCÔŒ|þø0ß}?/|÷f ïJ¯¤¤’ žG-#ãZÉN篫ãL&AÀ™}Vø¿­9ÉÝ ë±ô_GþfÊ› IDATþPÚ©´Ð}äp:hŠÛGG\T…6¦¤^œ<±…t»‘náN å¢2èD¡Í…B!öüts`é}>#z[pÛl{ô¡ý‰¿HÍÑÒ52“íGl:Žg܈8pØ(tbÔ‚S£Ç óø£–Fv £#*¾+‘NìN Á’ŒÓåñ%2´Æ`‚L ì2²=·×ƒZŸëkO¥÷%×±ysö°':îK¨¤V˜¯¬ îÅØ.°bÿ?d¹Ç¬ÖÔOÊ%­+õw]«BÕœeÕ÷ƒùJ;aÊØ‘5´mièa£Û†C†€˜ ²\W%+§x²8|´C—‰œ94Ån£Ð4˜¾yËØz 5®’³¹ª¥ÛL-Ó':F‡PXàÆÜg$ÚÂel?A¯ØŽHötŽÔC·ì…%zܪäꪅÌ\åîÛÕ*d(hÁxÓXüÖ(“?äÜ †È+¸uð<ööž}Qðæ' £ÆLàŒahèË¿ý(¬f_yî­EÙ ö]­Þ?‰Pká7TYwÙ>¤æ¬âõ/O7ûw>˜33À‰X|Ë#T‘HµªçTÇQL8sAŒ¢¯º”®?Ê—_ƹÝõpfö_pÇÒMdÝ—Hl©{˜2a,AÀYÇ{éîyñ#vOÿ7}œuð¡Ê?Óœ§(Ûfëß Zô€/îJÞ77ÜõßdÄÅ×pìk™Úß7û°nzUŸþV‡c´µë+ì@¹¾¨æüQ­_zßœžnÏ«²aÕÙŸ¾Ú*î'oIúþ©Ø·Õ=?‚æ4§‚ÓÓùšÿòÎô\Þ¹ùIVå–}1Â}|#»&MéU”Ñ„3ìÜžpr#;sk÷"…6’kǘ8ðÃBŽÉà>ô+?çœ+û¸S7±Û »ŸE\L{¢bÚÕãJ~.€ì#95&¥¬ûñnR½È “Ñ%¶=Qñ#¸g½.n¥ä¾NN*Œªõ•&¤+=Ã!/ÕÊ)-\˜È¨Iç0aJÑ6ž^¢(÷Rµêuãv»‘½:Lzp9¼èËe(,.ãvâ´çR @ÁÎ_øþ«¯ùù—_Y¼ä/NÊà²yÐyó)ðj ë¶0—|›—ÛƒRM"MP':GJ¤¬šÏ²?·s4ÆËíÄå.'#Ń×ãÁãñàUÔz]ŸÁ¨­ô¸ºÇu}¹¬$T•ÖƒH¤&êͧښeP @#á•åJ_ÛR ó(ðjï¦0kA!nYÁfGv]@õºq»\¸Ý*– ØÓqÌh\ùõÒ-·Giõr­Jfåe¯8[ -ùè¼óW0ÓoI; ÐÅ2õ¶ñhW¿ËOÇ|VÒÜç&î;Kâ§ë†1næS|¾.¥(ÆQí¾òÔ¥lmý“†ôÜ©[8 ›è7>ÁŒj Ìí»N>©ùþ| ±ƒÁž­ª®¬‹fìôžò'ÿä+ 枪l›¥'h¡èéxþs,Ù³…?ÞERæ·Ü>¥gÜþ-‡]õ׫úô·ši ¾Rƒ_Úö¼vѲö§¡û~}ì[ýžA=æu@4ä`„¢„•Qœý»\;þ ny´—{KíC-~µE­¤P% Z <²§Ò„µ¾2í5kAW}Ë/Gn`Ê‚9Úþ"æöôíWUT´Œxþg^e)3¨×…tÀLjÙúÊ×_ãñe‘Îåšë_ÃvñÓÌ}~±†,–̹’gÕ¢ú”jî»æ„êµ–]…c´èµ (Ê)%ãDg¡]»<ÖBÿ€ÓKa^^¥Š6BB’$¦Š{òmCÏfHTÙ‰£C úü€„V«"»*ìV8¿&€Øþãˆuåqâà?ìûûGc0(1uKî]ÓõH«ô¸º¢m—@· X¸a7Ö;»^nà­ìeÝœ˜D˜T¥ý¤Šû©jùïkî§|ßMk1ë ;#¹“¥rÝ)Ö]ÙYZßü½Pk@'IHª¯O¦Ò{¯ª=|³rTÐÐHM£[-G®5ËL[I™V!CA ÅÅîyó7“¦wç‹r{?üæ×?˜„ÁØóþfüÚïùø½·yðâwyõ’XøúTbªÛW^wk([™¯Ñ?©¥ßP›…_Ô¢×øÕšŸ/TóÜ­`4z4¨(ÅõJhô(Šo2…T}÷M`­¯Uõ=ÔF¶ÍÝ¿´Œ1 œv§ÝÄóg3þ¶{ùר3ùªWýôª>ý­¦cÜõ²Cu÷KÕ¦°çu°a%ö§Šû9E»T'ûVÝóCL¯40ÍbYMè™<þÞMX~yŠ÷–|oè0”$““-‹ö`/úRÉ!ù}3„Þí4  ¡C;ÈÞ}ªƒÊ¡Ãoä‚È|5ï>ûö8ݯ½†ÞþùІ¸$è½ìßæ &¡=zm t6—Ì0)?MÑÿw­÷Sxh-ûHdÖœë˜8¸7½ú¢_L‰É2Ä "AïdË¢ÝT– #æ9ªý…«V²klT/YF.Þü3•j¢š%S0[ŽäÁã‘‹7·#Á]/¨ÌÙCîRdЖΩПYWwæ‹×ïåí`^¼´ zÿ>)t,snèÌÔ¹³¸Þò³&t'DÎbÿ! gÝ0ÎZ Ñ¡`KžÏïÛ“¸ w¹¿ûÔp|¹ pæŽCéÌË|òÚt¿f QF;{²<Å2‘BÏdάΜ÷Þ f<̬3;c.L'Ý|ÙžA‰¼ºð%Þš#³9® åò‰eóÕJvžr9„J·³ªÖ³Íým*[ÉLÏ@¶:Kf7Hz,¡AèËÇï«É_TáútatêÈ–ƒ«øKJ ÚbD«Ê8Ö!³6ŒŽílß³š­ÚDÁw‚\_Ù+©[qfš©dF‡‹ü4;hÂ0bôlÑr4uû¢â1¸ª¡ÄDP¿ë+3gK=…~Ȱ‡ÞbÖÚËùï´Éì¿ý.ÙKáQþœÿoý~˜®7|Í¿GXT´µè'åsJéªÐµ)U}_C?Ô¸ï¦DKH×ÞtÈÛÂÞ•«Éíܰ zÜŽ<ò=QtïÖŽNñ6ï_Ífm"Ñ&göögCØ ^„JnòU#aQApp3›ö&mÔ€œ‹S­¨“ÞÌüs03 Îì#ÈRé›ä«GÛTºÕBäªÔBfJ9;¢k-2´Dòÿú˜Yñ̼~2ƒ{—\u9‘'.›Ï‡¤_÷¿øtQ!=úÄ¢f’¼9ô‰„%äÔÅUî+oÃåKª.[…}¿°KõþI…çDe~CUÏŽ³ãË$Ä•BÆðÀ­‰Lzíz.7<ÂmSz*fkÐŽrHUs=r‹ª¥§L—smx‹?¶qVW©+Þåñ%n>~}Œ*’±ž>Ô_¶º¦õï”ÜeÜ5þZ–ô}“Ÿ\BŒ­ú¿cŬˆëŸw¸ëÍtúFÏö°aý¼—ØL—ÇÒ­ž:_»þV—cj'ÕÎÔb|Wï Ýj­íùà3ƒ+µaÕÙŸªlK]úþ©Ú79uI-ž5AS¤ÉÂû^㆟/æË’Ð ýç|Ï|Ëc<þþÝ\ñ²cÜ0.}ñg¿ºÈ±Ñ“0û>ȼ—'Þ»‡ëÞðÙm$t (5Ì@ÂÕ·2äÍÙ=éÎÓ•9÷ÐÇ~äÛðÇyú£Ç™õ Xè0r&¯™Fg}$çˆö½Æ1´OÞ‚L} ê:–ÛÞ‰s#4xvl¯rå~¸ödWS–*ìûäü“ZÍr©ò"•õSúÝ÷=¿´{Š'ß}Š?u–˜$ÎC£?2ŒN’ß¹‹¹)NIbÚ£ßòüMÝüþÑ)øPR=e[Õqèß•¼æ\»¿-¯&Œˆ‚ùðÑ8áðù…Ic¹íÝÿpÿ™¾áN븡.ã¤Úªdã»úÆ£rjmÏsÇLñå—ª“ý©Š:ôýS´o…Õ>?‚Tò¿ÐÞyÛ-Î7ß~—œì,Ÿc#ËBZ‚Ú†J0†ER©7é&?#—¢% "Š@oY¹.ÿ»Ìz‚"#0f‘c“Q©¤L©sC°šÐi|n“×mÇškó T%¦ Í´îc¬úqòЋm'·ÀS¡nôBB-üIgT¯‹B[>v§×—wFkÆŒY¯<Ž6»»Ôܦ֭f*Wµ°–2«L&­H† nxŽ2wòHžŽÿŠ]ŸŽ+YO ZºýöMÐèô¾PfjÊq>˜;—·Þyï7ÀvÀ äú·ìRŸ­þý…þòÀ eR«§%©¹ µ£àÌ9‰³†Š=ëdÉ»ËàËÿ’q²ú2¥Îá²çâ²WÔTgf 9Jù9H¹)ûH'ŒþQfToAq’õ2uËäfT­ÿÞB¬Ù…XË}_÷ë«é¾ê‹–¨i¯ñîæ™ÜyË(¾ýwgŒ»œÇ_¸™>f¡‘§®Ò2…¶ mUë¼Ëž‡ËžWõâ´fã´VocUÙF^µ¦Ö­æ+×Úɬ2™´" ‚:SÛÄé@ÐÒì°o‚–FÓç/®¼4ŽŸÌÇéÐ` iOÒ#è$cËð´^묋eê3 ™t×V/_Ë–œnDèTñ4jÞIu9ÔBf Ám‡° µÙaß-Z¿²'»ÝBZ‚‚CpÁ%¯Fye'…Ö|ìnEˆGÐLÑÅ“M¦xULÈL @ 8Íè ¾<<§ý•= å à¶f‘e’´$¼82Oà‚2@ Ú"U¾@ @  IIÍ@ @ MŠHj.@ @ hRÄ+{@ @ ‚&E¤@ @ MJ­_Ù;xp¿–@ @ A ©WŸF­_×\.D hލªŠìv#»eUiк5 :½£ÑXú„x½ Š×‹ÚÀK H’„F«A«Õ¾ó @  È–}'ùaånŽ¥å a´´ qQÁ\<.‰=Ú ´rÄHQ ¨UU),tš’ÂÎÛÉÊÊj°º5 aaaôíÛŸ‰I(ŠTG&%%•]»v›“Û`ç“$‰’’zÑ©s'tzCÓŸO @ h@þÞ{‚~ÝÆ¨¡ý8kl8ZV¥…ãUÒ2²ùð—-\9ÞÆèA=„PZ1" %Tì–I9~œÍÉéݧýû Dj ¬k’$á°;HNþ Kp:uÁa·“’’Âß›71î¬ tîÒ ­¶aª²,säðAV¯\‰ª*téÚ šô|Z07@ ‚†ã‡U{Ô¯¡¡á8œ*àBi·cP¿¾üž¼O¤Z9b„(T,»Øµk}úõ'00N‹FÓpë‡3pÈþܰބ„Ø<ìÚ¹“ñã'Òµ{BƒÞ‹^¯'¡G"’¤aÃúµÄÆÅ¡×ë›ô|:K•å3ÒÓØ¿o/ÖüüV¥CKP =z´Ê{r2ˆ62²²r=]²JËÌ£w¿PlN¯J+Ãd %=Ëʺ5«D?h »Óì®O¤‚*P•œìÌ}Íè´ZôZmÃN±“•¤Ñ ª——G§®]íž:uêÌ¢…¿ãõxÐéôMz¾ªÈHOc×Î :ŒˆˆÈ—ñiÕ!¯—¬¬LþNÞˆ×ëe舑­î…œ… ¢Í„Œ…l„l„\O—¬4k–‘vdŠ¢¡´Æ`Š¤Ò·ÿÑÄ®$4» ”H Õu`EA$Iƒ¤ñm ‰VC™¨ªªhµZTUmœ¯×£( Š¿þ¦>_eìß»‡¤^½0™LØZ™L&{õbßž½­ö…œ… ¢Í„Œ…l„l„\O‡¬´ø¿ÛÎÂh¥\þÀ¢4˜]IbÿÞ=" %´DTU-Þš {÷íá·ßá¼sϧgÄF?ߟm yÓF†ƈá#¬^›ÍFHHh«þe+8$‡Ã.~½r2ˆ62²¹6ä`Vª¢  Q´Úöý áìŠÍÖü{­? ¥ÚØþå|c¿ßÒSMå]Gøãûc ºâL¢´€7“eÏ?Ì×wóßõ­x|ùò‚Ö§BªŠJÙ€”ÛífßÁ}¤¤¦"ËrµÇëõzâbãèÙ½Cì6·oß^V¬\Η]ÉÏ¿þŒ„D¾Æ"yÓFî¾óÞxëµ H©ª ’Ô¬‚} ä¿¿Ö|BÎB†ÑfBÆB6!×Ó°P‹üIAël_Ѷ jWš]7ZÍ®üß„sø¢ëÛ¬ýdzõÁµã›Ö²K7˜IÃhиŽ7äÞ`nØP¼¥7¦Âdîp.¿óÛ^†¹TQ%o#¯]{Ïþ3Š7ÇŒäêx=xóØöË–öAùTy•–?mQ“F”¡U¥Œc°gÿ>FŽÅeñkuüÑcGذa=}{õ®Å¹ªw@öíÛËŠU˹þÚ˜Í\í >ûâSTU­WPª¶ÏÐ!Ãxã­×:dXƒ³¶ò T!g!Ch3!c!ká-Φ!dÕZÛWôƒÖMýRj?ß“YÖ§Ù¼|6Ë×$YˆOêMb‡ 5¥ÝqíåÝ™W±`êb67v0EÒaÒƒÞ¬G*ý½'…y×_Á\Ó]üôç]Œ‰¬A4u-ߨ4¥ Û¢3 ªÅA)€'SèС#™Ùéx<Õ//«ÓéèС#'N¦Ð'©×)]Ké`”^oÀjÍ# ÀR”m¦Ôða#>l„p¸Ä} 9  D›  „l„\›Ç`V#¢YµâömÛÊÛ¸Ñj6táúq}s»cm±¡Úu -´ÑÅqé‡ë¹0,Km¢9u-/hÙA¹WödÙƒFÒž•æ›>U¤^Z-a¡á˜M:ääeãU"¢eÏ)ÔòÁ¨'SX¶l &L"¶}‡FJýµñÏâR ˜)³¡@´™±@ȵî PN·¬œ[ù÷¨q|ÜýCþþú¢Åذ¥vplã*vh‡qöð'QˆWöZ?šF«Ùs”÷ÎŒ$öšØüÊ·gÞ½œÝ'ŽðˆHÂãz3å©¿),uHÚ“‰‹ˆ$<"’!ÏïÆàÉ`Õ«39³Gá‘t|1ÿùõ¸o_e¸ñËã—2¸£¯žncnæ³Ã¥öë#éÛ7‰¾½#(~ÁΓÁªWg1ùŒ~tŠ®Å9ª+¯d±ä‘é ïÕ™ÿ½t=‹—>~…[ÏD‡ˆHÂ#{pæÍ±Ã®–«³ŠûT²XòÈŒèÕ©¸ÎØþçóÀ‡+\cÖBîE(9K¹µw$Ý®ü–Ñ9J;ªZ1(”Ї>‰Š·¤„¾¸vÍcç›ýqíšGRB_’ú”«K­1Izù2{÷úõ·_‰ï̯¿ýʉ“)èõ®¿v+V-gïÞ=•ž«6çKMMá‹yŸñ¿o¾âðáCÅßåJÞ´±ø»ƒ‡ðÑÇsùú›y¤¦¦Ôú|5ÝokÜÚÊ}Ö{Slìüß‹<ùÑ?¶9;²ø›udx„®¶=óZÙöÕ‹<ýÙ^œ¢ÍÚÔ&d,dSfód²ò¥;¹ýí]§ôÌj‘rmfvPçͪ•ýS³ùî,FSÅÍ|ίäU~TÝÿi,tê݇^ ‘è5*â_5ÿœ»yãÊ ¹ý«Ã¸jQ¾( Õª¶úú àw¶­€Tù8ÑÁ™u÷Wا½ÂO‹—òÇ—Ï2{RJg] »ð]–¬ZÅêU«ùöÆnp°å¹é\ôâ=ô¿ýú% >ÌÛ3®â­=îJFµVÖ=6oÿCÏ;ßæßÍã¹+º¡”‰Ú1îÝ¥¼;6ÈÿwÏQSyÅÎÁµë9y#|ÿ#?~ù<ç»æùÞ%cø=¼ÿí·|öäXrç?ÄÌ·öøJµ©sû#oäýo¾ãû¯þËÝIûøhöµ¼µ·ì5–—!µ{¥Á‡*/”J;sFf'ÒRŠ7§«c«^¦×ùÏrlÕË8]…dd¦Õ9 UšÃ‡±lÅ’’`Ô‰ã,øù'ÆÏøq7v< ~þ‰'Ž¥–­XÂÁƒêu«+V-gÜ™ã˜:õ|.ú={w0dðPÞxë5†  Àž½»Y´x!—^r9ýúöcɲŧôk¬¨ƒ”ÍËYº-O£¾‹'÷bàìßš$  359¸ylúü=>]vw ³7oo]w7=ó1ËOÈBWÛŠž)¹$öŸ¯I;%=m&‚. ?ÀiZ;Ñ,dS•Íl"[²}áo¬Ü“·¹Êµ*ùÔUnåu«¡ì`µŸVƒï•=E­t þ&>ým‹•lK_I`ÇÔyÓueæg«YôcU¨ÎV¼­jQVÛRÕØãJýÇZô…†ò;Ût@Ê›—BAô;™3õgèøé\42ªÌ;ƒ†ˆnôê݋޽“èa€œU¼øþzýç3^š9‘#¦pË˯0ݲ‡o~>Dùp‘š³Š×¾L%îÖ/øè˘4~2—Ýþ 7$V3®Ç9jSÞØñ &ŽÍ™gÏâ©§&b$ŠÑW^Îyggê-OóØP8´$™lo]êÍä ã?ùrîýI†±—_פã©F†J-ä^¬ aywW&‡þw9q:ƒ* SË¥ŠÈÎË"§Ô&Ë2ŠWƃâ•q»Ýèõ$I*³bJ] Úu«¹púEèõRSñýü8kÜD{&Ø3‰³ÆMäûù?šz NÇÙSÎaÑ’?êu¿ùùù8]N̦fθ‘ÅK±{÷? 6‚Ûo½“áÃF°{÷?,^²ˆ™3n$0ЂN«E’¤F H)ÖuÜ?¸;]†>Ÿ6¥…ý|tûM<:ÿXYÇI ®GOzvC/~‡]q¦°â½¸bü ºuíN—®‰ šxs>ú›‘Ìn'ÿÏ0bþSv_ÈádÀP¦üßp›èV2«çU;s«ÆsDÖ±|\Å{oßp¶‘šï_§Oc!®c0lËÀæ…ðzÔ© éJÏpX™š—ŽU6d}ä.(÷*£âÅãUQ4ec¸I }Ðj*yûYUØùV?ôQì+È “v ²<¶æ·]=r™D釃'O`µYùù—Lš8…nݺ±~Ã:¶lý›1dðÆËgñÍwß0õÜ©8 1 ¸Ý®:ŸoÜ™ãøiÁ\vÉåtèÏÍ7ÞÂ;ï½…[v“”˜Äî=»Y¶| ·Ýr'z½””cüüëÏL=ïüZ¯Ò€”¢ÔÒ&eÁëü”„IÏ«¿ÝƼKÛ×.y¿RÊqR”’ÙÚŽ\ñúw\áo¯¦°ÑUݧjßÉ;7\É«[Ì ¼øzž¼;pc;þd{>èPŠTªw´"_)ÛN %gÕ_gÜ•¼öì¹D—2šºÐž˜ërN)ši¯/ä¼vQjk£¿uAsÖÕ"žœÏí3Ûóý×wÒ?P*¾v*»öÖ¦gErQ›ß}Vh3)”³þï >·z/©?=ÌÃ?FpÏ»00ÀHtO}ÃéoÝ®ûÉT p³á…WX;éEÎ )嘸öðÑ“óÉÂRsñ(!èŠôÕ7B:…:êi*ï 2r öJ^}î\¢U;ÙÇw³vÁ—u•[yÝj(;Ø@í§«v•½¢Ù8^Ÿ¿[b Ñê´¾®ûW­aoä½|úþ8ÂJÏŽmiûØS<÷Ö—|ýJ\í–­4K¸.[½Ç†ñõÜÉ ïÞŠ¸ê1T­Ñˆ¯ÍåPŽTö<² K†Ñ&±–IÏ5›ñøóK”i‡Žòαr̳´¬cJ“øØ«,8còßE÷èØ4å:4¬YÐæþŒ^}ž¼2¾QFÜ£¨×¨!Þ8«{¡”¤¬}ƒ†Õóê_×LoÖ WXþbCªµËÞÂö®²iÊ0žjÿ ujš‘É’j÷óq‹šþoß·„YëCÇÙç¯Ïmµ@‡ˆ??™#—sÙPâ-t±1Y6+årì—÷xºyœI¿qÍyê˽¦·ÎæŽ ±3ÈÛó5Ï´¬k’¡Ag^ž¾”뺰1Flµ¡ÜìÞ™ÀÚ iÖ´)Íš6&1ÂT¾ÔjÔ´à\"U=µlzµ>U¿Ç®Ü3‹®-ëKêO2÷‚Ù˜ÂúÑýi×<Á$oõÚäÓ¥ÇÉ•ä2êQOÚùtPµ”ÑóŽy+l yõ—üpÊ‹0È¸Ž¾¨ý•GýÀMŒ (5¤q³–<ÖýFÏ]Éüáøv£·f˜fhÙ3.¬Ù‡µßÌú +}bLcëøç騢^A¿ÆñègûÐ::ÆìÕMÃD4lF›'_àË™ŸÒPy”ŸAkI{teÉgÚ™×Ú}ƒ½u#Û9ÊY¯öÞYÒÙó–úœmÙòƒ7sÍsPW*¥¬îBz‡ºþ>xyM˜x"ÿúï2àùíiE›ö=y{ʧ4`»„ðnÜ›šÓü¶ò´iß#Ý1~[q ÿG»ëv£ŒÂ€Ôõ2«´ä±6-xàᎴ‹÷‚ôu|2ñ AÏýļzÓþ‘N úêg¦=,±æÓ)ìÓÚ#}i¤ÔøtJµ?žÏ„ÁmiÚ¼=C'NäIÃÌ_r‚¼ëe´ mëhÙa£G?Š Á<зnCç—Æðac8¾ú_®)Óšì&MiªW›Úq±T T[ìC•Rq{ü‹=×>GÆŒûG˾ÌJ¾2ú•ûv†”)ãJÔƒýøøÁžôŸÚŽFïcù;í¬ÁSÚ´\ŒE’«Ã©®6²O.¡ýëãecVºR#b]&±}én2[=`3½]uä°ÛL_†@O¹”©4¯C«z¯,ÖåÙù"÷ú†æ%ƒ)é×@–ñðð䦉Ôlÿ‡—½l4¤œÜ|MÿjÜA–ˆyäMŽ®²j7ëAÒ"‘ïJa•èß·©·eõê&0áëq$ÔK¸~.ºJ4ÑU¢˜yTº>€š151Ìž=›gúö¥rå(†½ü*ßΘư—_E­ÖpîÜifÏ™Ãcí ‚d7­·î e2¶ǯ×y«gͳ{õÛ†«ü÷ÓçLþ5—0´š³ãíÌÝÇ Ï£j8†×ð3=•Jd¯l;8é7ˆ Ÿ7Ç7ïŒù˜‰m¦ù 7øjh($-æã1órD–«º,yPà׉aŸw'ÄωÌ¿ðÉ'òJx"Ë^®^P¦ ÉYl݇—~2Ðê¥Ïy?Á‹ŒC«˜>a/×— eßø¾ôûÞ‰n£¦ñA #æ§/=ç²E ­®vLÏ×&Fôz†"I”* ø>8’/žØÌsï|F‡z£‰ÿ÷CF­ ä…_‡ï ²œkC&ɦÞh׿ÐYriÁk«…r?Ƙ÷Öëm†þPƒ9ÏUÃ¥HzÇdtÌþ§æòÊ;‹P>ó ³;UÇ%ó,4¡8›7ag…íÔkHxñ3^‰ræâ†øìËþ<§üƒªàlcŒXoC9Û}?*íÇë¸ûX"šå[ùçL 1j —¤uG0Fô¦¿YÊæÄæ­$ù>ÇØOšà£OfïïSùzxWNê—1í‰PTËm ãR&TîÆýÅ+ßÃÆãhå£ÝfŽß„ûÓãrb8Ÿ\Ì@/ËhŠôqaЩÌeXô”}\@ñ¥\ Oêy›G<Ïòw1²iK¼í’ûÈ·f;%$¶ú$:“ïã°×ÆŽ~ˆ`²È ˆGÆXYu£öÀUù¹z$ɼβ–C¶|ˆEŸiG^«÷ ö×m¯/ìTŽzµ÷ÞÈ¢~Ž™?/%[è‹ôRÁ7›~°”~ì¿æÉ§f;¤+'UÁËUÉÂ)ˆ|‘Ÿ¾ëJhá£ÂÈ0'S©Èý¾dJ®ð¬JÍX{.½Ê·϶t¥×‚eœö:I¿³äLûÔÃ]*RwafÊÐÞÂþW>oÊ@M:ׂ¿·²7E¢^òØ!³þì6iáìȺøŒ,®ï)äKá¥ÊЄTÇŸÝœO3 KjÀ“J^°;™L=ø•¡Ls²Ëftc1X¡ºMþÅžkŸÅòÓóÇ•-Õ\öV€_¹÷RGÙòÏZN(oÌþq­\Ÿ&ÑÅ“é/üÉÌU¹ÔˆÄ[ºÊŽ]—A‹Ÿ«œCIŒu#cÅçL\üÍܯqVjLv­xs`í§>KÏwÔ¦:Þ†«$WÑz`ª”¸¿Qø>ÄÛ/Õ¢ÕW}xZý/µ‹ÁÇp’ÿ®~bd~6êpò$IJ¶/bù¾Ú<o#}æœÙ”Áž2-èðé:G˜kIï%gΦþÍÐzògÉlœÓ0¯º~_ø•½’£»è’=ÙhÀ#,±`†T!µÛ#éÒŽm‡>ã4îþ‘x„%"Ë’ÕÉŽvB½DêÔwoKõÕª‹Q’ø~æ èÿ,UxmØp gÏžâ‡Y3騡µjÅÞTýz½ÞÊ”î«üõíZ¤‡ÆÒÊ_BáÛ™þu¿å³kÑà1” gnbüŒ£tÿ‘I¯'à^´ì<’ jŸpªDGS8y× 7`” LôägnbÂ÷Çðï6‹ñCMe4ªÇéöŒøzûÛ½Am'SM¥4oÒ a =›Z¿ÇªÍfu¡¹v¯åh&Tjƒ»QÞh¦’­>Í%âA"1†uüñòyvî@«*ÎÐ0šÌ•+¹nW†T!X.C%8E<À£ÂÕŽäõÕËxmÓAÒžÂO²­#eÚF¦ür™g~bì8SŸ4¨Búòß]ØéùúÇSÔx}£ºFàÔ­ú>;ÿÂ’'yöŪ?Î`Öžd½©¿“¾ m/ŠüP•7Vü³N€;MF|ÊS‡ðæp'jìÿ‡à! x®†z½Ù†Lýûœ·i‡Hôz½ÉNôFÓ§ª¦s’áζÕë:”%\b1iÔnºüo(ãê,`D|¡Œ†2Èh¿ýy§œ# w6jNb-”Ô ôzJ>‹ÈagÆ™ëàÅîÍðhçéGyuæöwI¼Æúq³ÒcyÛý_1M³} =E“ºÕéLõV¯9Ãè(œóO±ag&þÍ›ªÐ£×ß°¥š5ÂhÚ¢!©ñÞ׳9øÈëÔÔ:*·–ôËYàBíî¯ððì×ûË šô¯LÆß™{)Ž×ŸkHè—jò“/‘‘§G£Ðzé&ʰêÊ:. å*:K=ŠÆ‘°úÔA.ç6ÇUk{\Tµb:köo,á'lÙÒóS¿†7âÆ &[t{ícöë&VKŽ”MÊÙý¬žþ1ô^th‰JŸeVCÊzÛ>ó>SŸb[ϱy–ïòí©[YܧÛÒwÏæå¨W;ï°tM±q_T²/Œ%®Az{ü e¿æéN9¦+»–ìyDß >Uœ,E¬J–¡ÂY’$™Î)|ypp;<ŸšÇ’“ƒè°ègN…ueV‚›…2Ì•Yä倢h2 !Û+=i Và4ÿ_·ð(ú䉳On$—.CåTdU\°Ð§`U\Æ2KÉŽÝXV(o“q²}í«ådߘ±éZðeW+ƯÜ{© sx¹çœb§üû,gÏWÁÅß…¥ìeŤIŒèÞøì1ßÖA™ì‰HyÜ|™ ó:lfMïV–O‰8TñⲌ¬(ºrõ2²,ãç€Ré„,¬ÖM`‚eP¹\ëaÔþ1øTª]ìí­åk¶Ø½ç?öìÝC½ºõ®¦Ê:;ÉR}µck#LŸ1ƒAÏ "<<œóçÏ3ã»tîÔ™Ú±µËeú§µ2 g—3s—ά2²2˜6ý›óùë³XqþúVv"ïÂnŽj5Ä·¬Ž[Iû½þÖ¸„m—x{WXFV5n”¡ð%á᪰ù?§‰õ/ýÆOáAU_Ør9½ju´ù%“¦¥» …å±WVÙÔAQøpˆK™dÙ n„Tò€ƒ×È2È)ËÇ9ŸKÿÌ`ÌÔßÙr4™\•;z bsÉ—ÌlvjFG\ÚÏ)½†ÚÍ£ŠÌX ØÛ¤¼K{Hʃ‹_v¤Î—Åõáy6•|9ÚâÌê›´J½™øY{‚ £1J7*+¯çQx5føÇXûÂoì íË‚gc®ËhK¦lGíÐÌÛw²­—Éð§Fóùö§6ü+š-|¦Ø’½ ³Ù˜Þ i±šO^jÇñ6]éÝ«'†šÝ1¯"ìÌÜ[…µ[DÁúœÈ0h°:F|­´¡ÜíÞæ )À»!Ýk¶l çú âÊN6\ô¤IÛª&½™k³2&VƒOwq4ÓH•kŽêQGjº¥»n~ÍÚ/’'~øÿ:?Þ©›pí8NajNøºÁ‰«ddnÈašÙ{eØðe¥t{ýoÆ…ûÐX³ÿ’~¦-…”îWlÔQVÝ$å±úcoœ÷©Íï¿ÏÛͼ@Î4+‡]ºò6ï3íÉ[5Õ²¿¶«nßâ³3lé[9 õj网µû{®5ÏÛã½Ê~ÍsÔM)Ùz@Êâï–Ò”>çÓüyºµc΋¹´ä,Õô'ÞÕRzóõj*7¦¶ëv®8@ÎÃMLéÿ.? ¡Ïï«°SÛi4áõ©¡6²÷¿Âš[cM7æë)[™%Î)ñÒ@nZ’©Ûâ_üm_ûjúÚ7flûcW󾬂üʽRøñø²«÷ë„»´¹¥>{ã ¶ŒsH=ªkòØÿÏ1r®V7•ÝkO@`b¼æ71µóóÇÛéZ›nmý0l›Ì{²nl|[ä(»lX8geSVyt§·s‚jô|áiˆ¯NõšñÔ t¶Qfq¶g÷ŸÈ’J§A–q‰£Š³ÄɃ¹U©BttáED€Æâ§¶­Ù²­~’ÈÜ>‘7çêé6íg¾|8›ŸÞœÀÖ cÜÖeR[³C•'¡Þ–tŠ £]ßé¶jF‡ ¯F ÿ²7nŽgöéÒ}\6+£¡R£§xcò"~£&É˾ãïË‹ã¦¼í¬”|Æ+lûë8„&PÍCa×±Ô†Š°û’º5wÞ#±7ŸcÑÏ[Ù¸ôš&]¨ë•6§³ãi¬MO…ãrrIˇ¥,£ðkÁóOørhé6òÌãá*dY‰ÆK¹©äÌØ_y”áà§²ò-ÆtvLËß¹Þ<Ú;Æ…U·ò[q?a»OÌúƘݺq %&®6µkV#"Ð­Ôæñæä°KW|¦=y­Ý7Ø×OEíõ%å¥W;ï,^Sì¼ÖX;oËÞì5Ï].Ù³º©ùùxþ‰.tîRäèð&³Š7Kå*qNM~¯ÐH îí_£K¸ÊjzóR¹Poä2–}Ô‚Ëß=Ï»ñÆNt›ð'óúGà„ýòØL£p§ÑÿVñû­ÉZô6}ïD§®¯0aù~Óæóf˸±9{ñRo¦Ì’ryÓjÌ7 ˆ9ž K7ùîŸS¦¸ÍüW8Cê–û;®}öŽ›þÁ¢/«¿rÏÌJ¹&fÒî›ùQ¦¯"±©ÈJ•8~ì›·lÂ`¸±ë|lÞe´+þGdƒn¸‡$‚¢ F/É:·“s;æ#'~ 6ö²ÇaÔ­S—ºuê^¿a¹ÙöÙ¢^Ý"#¢ðõõ-w‡f¾8™¬ÿ²*µ=º=D˜âïM*÷|/¯dÞî—¨Ó¸ /ô¬LŸÙ¯ñŠëËôjRÝU®º4¤C“`⪻’µv*߯H}·4.Hõèò`ñX#^yñ™hºÏÁ¿×é•àÁ¥õßñùF™Æïõ!F ²±D|²ÄK3ûÞÛÑNw_þ§·½ÂÌ~Ý9Þ·'í"ðQi¹rr/{²ZòÆ+e“­d,µôÌ8Çó¨+Õ£2SY0}UžŠ#@KRªÁj™%u„Wc†ö«F·é¯2ØùúµŒÆÛp–)€waš¦¼Ð#œ¾sFð’ûKôj…—!•“§•´èÑ–ÊÎê¹P–ìÓìÚö/犽%õ!&!Ýn¾õ Ƨ¾åÕ&ѸWÅÊÎoñî„GùmTClÙq?a£O”f|`¸ìÀ+“ϰ‘¦ÈøµéCd >³•í¼8[ó×vÔ-¹èÙ{Vò÷¡´¯i]ß¡)å¥WGî,è§¥}×ÙJ?Úòƒ2e¿æu¨u‚ÅèÊI©(Ì]Õ¾<µ:§¬zÆH†nMghQOéZŸqIéŒ+1û˹rÖ¤÷/=+Ì©DNfʼž6€‡^ûM¯YðÒNvÈãd§ÌÎÁ´>“ÖÃík·k9”ùa‘4®´øö4Y7Q¦9¹4O2qý“L´c–¥“Rq{ü‹ÑöµÏì½–™zmúcK÷-+ƯÜ3)à~š!Uro•ʉ¨ˆ(¢"¢J¤mŒöÒ?Ûø=RÎÅ"ÞQÒ+©ö(\B¬tnuÛú|||*D6ókÃÓØöÓz²ÃûÐ.ʹT÷Ú]xÈkkæï ­QKê¼ò=Ó½¿dÜ¼Ñ ›%“ñ}'Ò¶ImšŽxŸ®#>çÛ·‡‚›šÝ>§m‹JÅgh¡¡Öé|çö_Íy!S%4!õè8jß(ø¢Ž\bVW©‹NÙ¾–£ðmÁ¨ó¨3}óVNâÝ9¦Ï{º…Ô¤q‡ÆäË&›\b¿†ëûÈ\ÿtºãyœªôaüÉ|8uC—FJ/ IDATšätö$æá@ÔvëHCÍ!ÓùÑ{<ãfgøBÓ~îAÕhž„“,#ãFÝa?ð­Ï—L˜ÿ%¯Ï5î„ÕïAÜSîä¨=ÈréWÞ}¡ä‡Æ®ŸJ•…Ÿ² «_½PdðoÍ›¯Ö£ã§£™Ó}/T·%“›; $ª÷8¾ºöcç|È+߸àUŸv•] äó¼³mÕÒmp£ÎóÒ}õ !ß”Œ¶ìOŸzˆµ3dÌeMéÿù(Zû*ÌÈ\væJdÃúD®šÇ›CfšdˆlJŸÑx©}0JYFicŒXmCyÛ}ÑW²¹¾»~U£rçh3íUþR?N¯"_¦,H¢Ö±{Ö(æ\ʯj´ö-ïöŽ,› ZÒu vW£(¨GÔšW?l]¬-w5³HבÝJØßÍ”aÑ|Ï#ÞŽêX[€ì^Ä»/,2õ·webvâýžáñDÓ¬Ùd“¶Æ…Ί}è[±cÉñd£OÔf|88ÆÊê3Ì?ƒ÷KvøK>ó¡0;òZ÷×6ó+üh9l ßú‘O'·â¡IXÕw@yéÕÁ{#óúidçµÆRÙöƒ2Ne¾æ=䘮œ”…÷꥗ìyy{Û¼ÍÌÈÏ:wr°By›ü‹=×>KåËúc'˾¬"üʆÂÌ¿J@õò‹Ct_OžJjÊ51÷%Y™™ü¼p> 6B© n,.”*[6oæµoríÊ~ùy!ÝzôD©ª˜…¿’ÑÈ/ СcG\]Ýni}Þ>¾fÓ¬\¶”øºõîy{Ú¿wÏ}ÑN¡g¡CÁ]Úg†3ÌìÙ_œÃâ—k )…>*Ì£Ñh¨S OO¶mÙLJJ ’_³…R©Äß?€Vm¦jÕjäää R9‰d”ؽ{™™åZŸñuâ AãâŠB¡¸¥õÙðú÷Ëc¾XBÏB‡‚;§ÏÔÑ ^ø/ƒ­•£ £÷Âíôv!Ú/t#ôz¢R Üûý{ƸöÝ2D@J °‚$‰Œ¬Bõê5P(•å\¶D~~>9997¤³šèªU©^ £Á€TŽo·” Îjõõ`Ôí¨ÏâíÖ}òO¼Az:ˆ>:º½– …˜u¯÷¯÷6v¤–ý¾DhK ”™Ž]ž¸ïo¸ÄUèYèP úLèXèF ô*ˆq 0áÐ ©“.Í…ÆÃDë6[ýýðÁƒ÷…î—v =  DŸ  Ý„^oyy:¡1v²rÙR«¿+•J<½¼©C@`P…ËãP@JD'AEлߡ@ A™ÈÊÌJÏ‚r@—›ËéÓ'9°oñuêà_ÁA)R¢ƒ¸‘@ âùà^Ä/ Zqq;z”¦wV@êÖD¤\¸Dséi6+EG¨°@ @ ‚ F£ÑàéåEæ-:ºEŸ<Œc4A•›wáSv0IX„@ @ A£T(P`ú*|EsÇ-Ùóa?¡—¨ÞlYËÛ೟tâ…U”Õ˜ÜX3F.¼ÄÏ›¯qQ(Õ´èKû¬|üw:u”I63º¶©7…Q±atˆó%Â]†|l=ÎO'M³Ÿ¼jUçãZ¦¤){Ž0nD“’mQ8Q¥v%:Æùî¦@Ÿ•Í®½XqLK^Áï%ufÈÉaÇγ,;‘gFn@ @ ·‹Ûjíô$¾~Á„Õì†B©F—¹}®3j×H J5ú¼]H’Œ_å¸û…ãzx9A©O°Þ8›\¹’…’hÜUy%'}èBõç8œ¨\i‘èIÞ±Ó¬õŽ¢³» ¥,##“s5•?7\#]'ãæïOç¦áôÎÊbüºÒ …’À0O‚uÉÌß”E®RMDµy¨ŠÃÌJÊGR( ô"4ï ó7d©P¡ÎÕ¡—„'Tã¹x™íÛN°$MAåšátjnñþÎPêA 6™yë3ÉQ¹’Ð8œGšIÚwù{ôàãG—ÆáôÎÈfÜZ rñ~’QRÙFe’-­¤ ØÒ›’ÐzU’¨æäþó̾˜‡¤QãtMAV{ò4ßï5éX¯ÕaÕ¥Ú–P•çœIÚs–YÉÞ•ƒéÔ¢:þòa¾?fÒu¡Î~ÚE®Ò™ÈZ•xä¡*d];ÂßébáßmE!T @ ‚8*çÊ7¿¥aÚÿÈß¿’ÀJÑx…4CA>ú¼«HF(œP9‡£Tiȸ¼žKÇ·’ëÅãtr,£LO¿.n*ÈÏçìወ‹æÑŽîÏÃ-"”fؓIJc '7gœ •!/=ƒÝéE$ëPEùÑ7ÌÍ:ôôaÈÎæÐ9Ó,ž#ç²HoK×Ä@BN^àBÁ24CV‡.d›fú 7Çi¸´ã‹çaN¥ÊDFT%1JÃÚ½òõ²\ÈFG6çñ"á5'’RÙŸ.Ã-ê*¾ô¨ìŽÛn-EúGÐxÚW‡£²¥éJ}­ÏšÞ OÚÖq%ëp3·gStå$ªýèò¸”ª½¡ceé¶<ïJö‘$fï*(ãB¹^±ôN $ôÄÎË7úãðyS»Õ{FæÌšôü»Y¦à>ÃȵøtK#‡·&ÈéUk¸Êöß³nÿ%{¾Í³5]*°2™Ü¤?˜±!œñTÜ@ ÁíÀ¡G½ÁX®•§Åjý„篥vöwxœJåZâîH¾ö4j÷Ò¯ìãÜ¡?ÈÈ÷å`þKœ7¶¾þ°f%.jr~>ÙY¬Ø«ãÍø Â_&*Á‹ü¤clK3š+· '£½¤À7*Œ'êûã¯F#Ñ)« d£}ÉhœÒˆQY2¢7 ‚):×B w‚TFNëÌ¥go7‚Uà×8–1‹«õT"òKçËÒ’+ž* ½AdR2X ?Åë’ËR‡]²Kç¬ëMvq#ÔIâÌ©l²KÙ„$ƒ,IÅd(©[ÙÛTÆé“EËH:©ƒÝ v2rJkF×¹Z.ë †«©”Ü‚[гPcqIó†Òyè".+Mâi}¨F*gOœGŠŒ'ÚSY¶¢³¶ñaǧ"–·—þÆÈD÷âØtû™ðÒ[,ÓºÒ©åž­YAmÔ'³qòk<ÿÁ ΃®ÙÞª¥©P$mŠYýÙÔÉ]Æíh§¥:@ ‚r HUÔWöÎZqÎЊ å:ð6Õu׊Bu…³û~f]î\‘Ja»@¥wgÈÏ1b”%.¼À¡ºÑ<ÞTŸO.¯ÊD++ÈÓÁÙ µBFé GCqI:ˬY¤©ýP :"›–•Z©&ÓKá_’\䜅42 @æÄÆÃü|±ø¼c^y²s©|²$!i¿+YdŒRá·ôÌ×åhöÉVü«w*z+¢¯Rö#ߨµdÚâ²Éf˰x¾°,Y RQ¢|Á}”²‚gêöbiPo {ÿB•»$0&gíbê˜å¸ôËÂæ{ùð­1|³Êȱg_e‹Âàµ{øª~Ùf é/mbÙž`K7'óFbômˆJ\]9Œ®¬B×>ÉššŠÕéµÅt¨6€Ífôwgèäîm§µ:@ KÜ©B’ H7D’qi ®>þ¤\ø›4C’ plÁ wgÐç‘d)7U‡õ ¯ãEþé$¶eHȲ‚ü<ÉBÆÙË“´,Ý‘ÌÁ Pá•#;R¦sE‚ .{•ËyEYÅ"ú¬l’¥Â•¤ÈF[J|§RùnÄnn¤ Óž+š§,uØ%[ lé­°¼ÈHWÔg³Š/Ù“$´FPk 7–7¯[}f6 ¡DFº >›}}ó¨(WȹÊy],ã“A¤î;ò91çS0 `Ï8&îèÄfw…ô ¯æ|ñoF7O4 ™6Oæ‚vÊÁˆÕU0el ÏU£OߨÛxQØ~"+þÌ¥f£*¸Ý’éHÆb{íÝy:¹›Ûi¹N@ ÀòSÈrÅûór9ggR.§²?o€ãå ÄÝ ôy²iI˜,qvÏþ:’Ì’­dI¦tùy89¡ò2³¹†+-êâNx€;!® «íp ¥}m?j†ûÒ´iuzG*8³'™súb}Šå“´¬ØŸ‡GÍê jDÝp/jDøó@?ü–óq=¸b>MÑ¿ËZ‡=ùжô&i3X¹O‡W\užkD|¸1Qþ4 W£4äs&EÂ5ªWó&&ÒŸ¦Q”%Û¢Ë`Å^-^qÕéßÀŸš•|hÚ¬:½#àØÎËœ×[×ò­±]qX+·”ìLúæàBL¬p…yŸ¯àrÑU£º#Lî׆zÕBñòöÁËÛ‡ ZmðÕ_œÏw œÅæwÚîW&ˆj-žá‹uWLCÈ?ÍÏ#{Òº^ü Êð¯Õ‡_.¦[Íç$ïàÙP¼¼Ãxv‡Œóõ Íe¦·1å©1‚Zó¹ó+?æé†‘x”ݸ7ßËí&ŽšÄwÞfìî\;¿6:R?€á ë'¿Ëk}âãƒO•fôóómÈa¸Âú ÏñP@¼¼-ä3¦±cúË´­] #Ÿ\À9ƒý™Ó‰>™õŸ§u-SZßèfôøh)'µòuÛ˜: -õcÂñ-èWïÈÆtýߪ¶a6vcE¾r­ÓÎvÚÒéÍÖ)@ XàŽš!pÁÐŒ4]0®IÉÐ…pÁÐ Ç·SWâæ†|#Æ‚™1ƬT~_“Z´5äçK Tᦒ1¤\dÆ?ÎôjT™!1¦81?Ÿ 'òÐ[š!`TM+O%äå²{ëî)øêÝõ™:%—Œ8¹å ßh#éR'’u€‘Ô‹Éœ>˜‚l,Ïì ©"ý"—ªËñ:ì“­Äó¡M½8¹õ“t‘F =iTN8åœå¢Þ‹à0 ¹“¹²)ŸôÐRußBžr;Éo3W<œkpw3’£u#Ø[c#Ÿåª|ƒ rQàˆÆÌì"ãÅŸy®÷X¶AáE5ÎNÁóŒsb6Ú¤´¿~9ƒ#¦Óô³€3þ¡¾¤_:IJϺrXû[>JÀÕìÈŽ|r6;?nO›ñG 2©q–3¹€·SšÝúCNgýÛÓé»sWJÆ”C¬÷ ›“~`ûOj¸ÈÆÛIÒ ÜÕ:rÒ²zlzùíbÍKUKÏ@²&Ÿ*õ#n¾N'ìÄ.–w@ ÁØœóíÈæœÏËVg~:3¾Ýf3YÖу =zýŠ‹OòÕÁ“ö*Ð'Ÿçëåé׿RWü©LÇÚùÛXkö·|ïLâðNs?–Ηõ ï}s¦h$ýµ“¡Vò8Z‡}ùJ%¶­7c>Gv&ñ™¹ò2¯1ÿçkÌ/qÚ\[ŽîJâ³]–ê0Ó} ØÆB1Îï/ gY2á/´@Íçú‘XGà Ÿ3b÷¦»‡Ç6¢x¬Ç•N‹“˜×RÉ)OÒòm\]ø!³†?Ì•ìHãJ£qIýJ˵Ë×ÈÍØÆÛ톰"k+ËŽhy*±H¿%1¯•Æü|P«QÚ•¯$! \d}Ÿýµ£œ5Ä0êuŒ¨í †<$'%d—E©6Úänwý†³¿ðÞô³@/ÿ¹™O»“ºúy»ý‰Yß²ë­i´0×­çlçkš¶˜‘Jê¾½’?ÞlŒBG–V…‡ö7ËúË.]×ûß\xpìF~EÚÒ!4{f©|ÄŒ#x?²H¿.IbÞCZ–>“HŸ?²Ø³ð.¿P•ʪ’BËò¹ž›U.u†[³“lÇuÚ‚›¬S @ (Ÿ€Ô­*ÍXµ9H3V¿s5Wr‰˜°% B¹tñ"G$=Í4Ó剧»™M—wtSö4`H×hÔNJ:iÁÛÏoâòÂ)lz¯!m}ÌLÝP¸×ç5Zÿ¯;«tI¬;šS$ e%Mô5–0€a“·qµXbéZɬŒ*µôYæ`>{q©Ú‰ÎQ“˜rú(7«ÂOmžáÅá¯Ó¯yª²¨¿èP­ÕŸŸ´†CœeRÛÊL*š1ý8g3%0³Õ—ÎŽ|õެbŸ(›ñúàFø¨\ðtÙåcÚck8  jÌ৪ãª×GÒÎw?¥aà äÈ™”~$¶Š†?öBÚ9Òô” Hi­È—µµ|ê w [ueé‹›¬`ɯ? ‡&@p‹Q*•xy{S³VmBÃÂî™ HݰËecwz˜§È7îD@J ¨@.]¼È¾Ý»ˆ¯—ˆ«›È2©))øùû—H™ËÞïgs €¼À«EÎZÉ”µWyøÉ óè©4h”¦q-IFu±4©¾ÎÀÉÛÐR½Jÿóü4r ÿdaŇÉeȧDQèsl9÷F|úÏßÄŽûŠI߯âèšé _ó çüËÌÖŽ{:‡eµRÿ×®…þ2¶Ïu'¦èúT—rôËÂ`% ¤&9–O¡ñÂGä]eßÁk„£2ä#9©KÏzÊO#™xú~²€¾£ŽóÃãMxmk«>ˆÖf@J‰“@Ëù“iZi–ÕZýòÿZPU$´à޼özœÀyŽsR(UÜ€ì’2xàRÕv>}tAã6&ÏÛO›ãñPÉMÏCí€þ\«·!–•ügÜÎôÅI´Eê_ß±* ‚æµ½(ËöH.Väs.§:±{tjÏO‡lÌ’@ ·??6iÂÞÝ{Ô÷•=qˆCâ+{%ÉÌHÇÍÝ7œÍ£IÛ<ƒeéµ½áG)8±mR”€üï –žÕɧcU÷(B+W¢ZÏ…¤N†Ò¿–‹i<NLÀàèG´jÒš¶1óŒ­9;žÏ­U€Ä¿¯ÄQ)¢2‘½X™V:©vßhZV &¸Z< M:2r«és¡5ƒ±¹­¹&œÄ‚¥a»_oÄ“ó®à ¬Öêw‹êÁ=‚=;>mG´ÁÁ¾øUާÇì³èÍÊp¥ùœ#»3ªk϶w Ì?„`?BøœC*ûõçTùi>èØðzC‚ƒ¨ùÌbRGßaP­²í‘dM¾cåT§vâlO_”s@ ‚Û‡Á '8$ŒÌŒô;BR²8Ä!q8|Ü,’$,ãädeR§”Âú‘PïY:G ½¨}tÍö3sñ)Š~±Þ5,c¦ð¢f§÷ømþ ¢KDn,¥ñl1†_>ëNb¨ ™ÇÿcÛöC¤¨}‰¨ó0ÍBÕÅu8Ÿ*œžßÍbh‹p\mFNA^ääJ%5JÞÔŒöAõ'O]FçÍCƒ§±àõZhlFMªòÜô±ôLFßJ^ø8(«Õú•´›´ŽÅï=IB¨ V'ãV—8¯‚%dfdPÙ“OH‡ÉÿðóÈ.Ô Ñ€¤Ckt¥R¸3F…ýúCáÃCŸÿÅ’Q]¨ä z<ªÒjè ÖÍêN¸S Ùš|”SØ öè´¼ë@ Ü6dÉôL%IÒ!ÂÌ¿J@õò‹Ct_OžJjÊ5–ý¾„g =(fö3èØå ³¿­\¶”Þý•™a1ÿ’_æ¡VmÊw©OöZzU{’eÚ_¿+S@ @ ¸Kpusã§Ù³,~$ 33ƒukþ¦}ÇÎ\8ŽÓ§3iÊ´å@ r€L ­àH)òÿ™¿k Ò#¦J ß{ÊJÑ@ @ ‚[‰H @ @ n)NBà¾Ä£5?]N¿ù4@ @ p1CJ @ @pK)@ @ Á-E¤@ @ ·@ @ ÜRD@J @ @pK_ÙÀAdYæ|j)ÙFô…J‚Û‚BÎ*þî*Âü4¨Ä«V@ îD@J e™Ãµ¤§g³þß\HÍA’DHJ ¸(• ÂüÜx°Qm²t^Ôªä†B!ô"ÁÝ€H @àRóHKÏfÑêm<Ñ2–¦‰±h4j¡à6——Ç–]‡Xôçvž~´1ÜT„ûi,¦—e™üü<ôz=’$ݵíV*•8;«Q«5"'‚»ÀR²Œ¬ÿw?O¶Šå¡&õ„B‚ÛˆF£¡U³ X¿ý µnl1 %Ë2¹ÚN$`Û¶-\INÆh4ÞumV©TÑ´isêÖK¸«k@ ¸¿)@  _‚‹©¹4IˆÊîš$ÔâçµGÐ[‰/åççs"ékÿþ‹GÛ·'4,¥òîÛtÊh4rîìiÖ¬ùO/ojÄÄŸ—'Œ@ w" %È2H’ŒZ£F’ÅÞQ£ìݱ‰&Í@«/¿ñ£Öh0J2Ö†d¾>Ÿ·m¡]ûÇhؤé]­ÃˆÈHƒX±ìjÇÅ‹€”@ îJD@J ‚² Ë RÁÍ¡[Y$‘œœLHX¥{B}U«UãòåKwå,/@ ÄL @p_`4““ó]¹–@ ׯeB@ 8Ž\p‚²!@ ÷/b†”@ T$R&»g}Ä»3£»-O|Yìýñ#Þžr­=éu§X1g=É…/ÝÖR,, IDATWøûÏòì¸}æó—L?=LKr…Æô™òÖXÖ'*´q˜ŽÜSx¹×+üvþ^Õw‡fdø›H7ÞÚºõW·0kübÎäÝ8gï:qü¸Cu @ )@ \H¥²uúxf¬½ˆþvÔoLçß㙶꼩~í¿¼RÕ‡*/o+`’Ò·ñÅ“-èñîþ¼ ¿ž÷Ò%üy Éžô·-:¤åÜöÕ¬ü/…[“+êÐfZ·v¼·6gµÂB:™œ3ÛXµr'׌ö”›Ïѯ[Q)´³Ïl¤u´ìÛu”—œy_8ž7êòVÝÁí½›:Èÿ˪ wÔŠ[[·áâ Æ¾;‚it¥fZË7gö,&ÖaÎìYv×%@¤àÎ@Neq;¼b_äˆâ¿éO0¡±þOÿIÖ}¥g\œAíª.~Úpž9½»ò­æUþØ9¾ÎÖ‹q4}E£;Â7ýºóê‚3äß:+ÿCNgËO0rk¾YôM¼æÓIWX>¸5=ÇÅ °¯l…:€MšSÃGi=mʾ-GyÉiLfûÚ3¨ëµ£†Û=ŽBi#.{ѨM4.·¸nMµN´ 9ϪU'É·3$5wö,F¼>Œø:uñú0æÎžU±!)c [¾~–kT¢R¥:¿Í¯'t"È%A#ö÷>~¢ïÓ•Y³êmê{(îs¯ïM%5¾•}Š_œ*ÑmæžòÁCeO9¦¿‘)çeB2ÙÛ>bД ž^8…§ÃT–ËÏ>ÀÊ}Fª¾šˆ2²d«lgª ^ÈšÁ5Y“Ûá²oå%gÆ^V†×ÅS–ïÁ'ʤí\ÉqU]FÔt»õKÛÔÔ¯ 3·'WªIÑе9YæÎù‘ß—«×ÈîÝÿÑõÉÎȲLŸ¾ý*@@gf¤ççÇh>|2ÖÎ`åg£ÖU&tÝš{Ýç× @ *1CJ Üûµ ñÌç<5t1 VÒSØ2i0-cñòö!¸NG^Ÿs€ìÂg&é*¾Õú5*áí탗·áMú3æ»/üh<ÁÞ>xùT¡ÙÀìË)þ ¥ÛñãCðòöÁ+ª9ý'læZáÚ2)• Ÿt§y­0ÓïÞA4õŸiI!™¾êG³*¾2uáÝ?Î’g© ygøý½'¨b’/¢éf,—¢NXêÄÞx04$óÏWýiÓ¸a~vÔa-}Yud­ÒUþ|«# j„]/3(¶=#~9Yj_®Kß¶6ÕáíCÝO“'çrxÎ0®dÒmp m>Øev?,)õOÇøÑm ö<æ›9t™ñÎ'Ìßqìà\ý ~|c)­¾àö(ÉMšÏjQÉË_/7ª<0œõ2º“kØ™I×#ØËߘü§cÚz>íÞ„¸07|½\ñ­Þ‡U©2ú³SyÐË›§—¥!2ûæ0ò‰ºTñvÅ×Ë•¨v9–Ųe$2Ìåí.qTörÅ×+„/ÌåDžI~cÚF÷lNB¤§©î°F ?™úµ 6Ð_/ôÂ\¹ Íö”ׂ„H/Sy>Q´¹ŒKÓï–å,~H™Û™8 %‰×åªK¯/Ösµ`™_nÒjvëÂy¨I* k}?"½êòÕÑÂù<Ùlx.ßÄ1Í·Ü'æúTÊ>Ìâ{Ѻ–A*ÑâÅ߸d´ÜW2`ÌÜÇ/õ¤ul€é7¯ š[Kºl[/2`HÛÅÜQ=hˆŸ—5lÀP£=u}•få,]_Mýƒ-}ØîGYá‚€ †Ôd²ŒÖçGét:fÿ8“_[F½„Dd ^B"¿þ¶ŒÙ?ÎD§Ó•ÿü(ݾ›´M»ñ|óÚã´~´£§§jò|ÆýyI\A@ )@ (3aO1åׄ,}¾“XØÜ[Ǿ/:Ñ~Ô|úLdᢹ|Ò6‡¹/=Bï9ç0H9߸™¤€ÁüðÛ,ÿ%]òcôðÉ$7Áw‹1÷“V¤ýúý&.ÐÉw¡ñËÓX¼ä'&ôôdõé:%É´¼LÊäÀŠÕì÷ÈwK–±|ñLþ×£*rùtùìõß]Èê• ø áI&õ鯄ÃfÂEr&›ÞyŒ¾_¢æ°iüºd_öªŠT,©'­¦¯czKÏ‚¿¬ÃVú2éÈž27q,`0ß/ZÂo §ñZì1¦?׋‰GŠ/Ðó{j:ÿlÙÌ–-[X<8ŽO§ÿKsÉé2‘?Ö®ãïùcx¡m8ÎÖ‚LrÙn%m)Ç~âÕ6U¨Ö´;ÿ›»•K:ûJÓî™Ì¤½Áôõ8a* ïãº`nþÓ|óç6Öýõ+c†õ¡®§ÄÕík9ëÜ‚Ïÿü—[¶³yõ{Ä»BÎîo™º2…Ö_.cåêåüôÍ›4ö¬ý«8FMÚÖñDDÚ†·yäÁüœß–wf/céï?3þ­§ˆR-”-“½ë:>0ˆúŽ|¶äo}˜äy¯òѦLrvOcÊò+´ød ËWþ̨§XøÁ{lðïÅç¿®fîÇ­Iû}Ã]ˆ½å%Óâ“Å,_½Œ©CÃÿÏÞ}‡IQäOžÙœXrÎ9g$`FÄ€‰¤ˆ? w&ÑóPEQÄžéŒ`$ƒ  ¢ HV‚À%mž<ýûcÜ]6Ì.AÐÏëyöQfª«ª«ª§§¿S]Íš©·ñÄŠL Xdœ4b×¾Ìsí¡ÓŸ±`ñ\¦Žfɸëxð«4 üìûöE¶¥g-'àaçW+IOìD—j¹·µzcÙÊ4’:w£ªQTŸœ<‹&x`6÷tnÅ-o§ÑážÿòɬÿrCòQ~K‹ ÂRT_™ðízámÛsÛ‡n:þs:Ÿ|:‰n® ²bqšJjðí|›amºp×'^ºÜ÷:ŸÍΕ P¡kW*2ðO*oöÜT)Ý™1DYKh{Éý&Lf˜Ì%~ét8,\¼”æÍ[ä{½yó,\¼‡ÓyÚOƒ?ðÝAhtYkâs»ÑV­;ÝËÙ°xkxƒ‘2Ñ-{"ò7`"ºÍ(ÞŸ´Š÷ÜȸöK׺@ "u)^ØDò°ù¼óhG¢z¶%~Gs†Mx™ ×DÕ|÷Pc]ay{ÖóÂð ll:Žo>¹N5ÚNõû>#=;„‘§ìAW_Hk4¾³ —îåê»oãÒVhç¢ÿÔ9Ì]·ŸçH©óëÐ(›^º–-;Ò vö^Ï“úÄËÎe+I«pC®éE+´mbç›÷z³üë]x{V`õ¢­˜šÜOÃH0‚‡rÖ“j~1uœ¹³‡­äË]vš÷m€#{Yá}R°ÜÀ>1˜·‘|¼âiº'š1ŽÍæÅ£&ömB6ÖW¾­Lt³’F³pþ£´‰1áÛ2ܱ´ëU ;¶×.íö3}ðHæ&bþÂÇhc&°ûe=A«¾uq¬§o+Ó ”gþ˜É¿CËšQR{x6ðT±ýnrcK,O„åäR¶À±Ý#Šºåò›ÖxªÆCæþC¸ ˆÔ]{""" H‰ˆ”šƒ§1ý›ŽÜ4d ½–Ý™ÿ²5eë³´¹´IN0 ÀœD‡+À’¬;¢Eòɹ:+Õ!‘µìM˽ÿÎMåj1°6çö”B§˜ãiÕ».,XÍ/i!Z'^cïÞ•lrCʘV$ŽÉÿ^ìŽ#ø!_@Ê»÷'¶úœ´¸°>®0[¥ä2Ê•2}åR·QYò4ÇÕ¢A|¹7@1'3WÓÛÕûî،͗cĈÛØ¥*®Ópðû  º 9¹×=ò6×Úϲg‡1lÒÿ±`U¿|~1…màÛÊ—_"¹GoªàÁçìM¹þâ8îüglùcæ po`Á/U®oE\Àƒïøí…],ÿrÎ=¨nÎÍÀ¿ƒo—ÿND‹ ¨bòplÅKÌØW•¡ïö£|(O:(2oÏêWy{[W~t35üÙ¶z b.az ¾¬‚e‡H;xŸ)Š8›Ÿ7Y‡ØŸ±]d­~¹”ùAðÐ.TN´H+¢ îcå’¸Zö Úñ6ñ¸ñÁa"pl- Ö©9²)Q~¾Ô™¿êþ»>NŸ¶z›iÀc lø‹ê“‚ݹå5žýÊÅ5=HÇ(>/¸7Îg½¯76‹$˜Ux_y~z©kÊ1xÞ4sxñyƒø~Û­Íx ŽµÄvÉøñy¦¬I䦹wÓÂáÃç58¶j›MZφϛÿ&ד˃¬Ÿ?cm C›E<üe±í‘QÒ¸ðzÀý ßÿUWÄìõä{è@ÁúüYŒ2¼#""" H‰ˆ„ÏRžËžý/C;õç–Qu¹!˜ÿÂà N_1å}¯Ð¬ül5é=/ œ‡C•X†ï@TXé¥oŽÓ’§ÙAŒ²eŸœ0¹¨Ñm(Ov»aS{Óêág˜ýè¥ÜVõÔNFèv9ñZÖ/ÌzaSß˜ÅÆìt|ï½x#]kDäL–+"JÊú£>•˜ò¦±ÄÓtÀXÞ® kßX°ÍCë´ì¢&Ãj:óåçþe!ë}5¸©u–<¯goYÄÆ`-†µˆÃ||¬ oàäŲÜ; Ë;ˆ/Ó ‘—ðÒ¢gé^9X—5_2»`Ù¾|³*•¸öݨf3ÀrèÇ¥ì±5§g¾•¥Ì7Û¯ÅWù:Ú”³àþ¶ð6(ȳ} ?»krS«x̆‘½žÿ>ôû«ÞÆ­-#q/]Í^ªÑ¶š ÿám!™Ú‰–œ|ƒ‡Ù°úw ;SÝžÛ^…ôI÷6®|MÚÞcਉË||eût6}µkã{©ë2p¯/¬¯‚x2¼`6c&w;_ ?mñܳÉ£>ÎÛ.&¼™^°X±ßÞ¿ŸŸ>Ft³T¶ìïÜòL¦œ1gý¬\š‚¹ñ£Ôu–ÔA—0.ÀͦwßcW¹Ëy¾‰ëä¾*ðo‡ÝÎ 7â†kðÎû3hÞ¢%k×®áæë¯eÌ£ÿÆa·sºƒh­ÐŽÉðÑÜ5¤öëM¼ ü)_³ô€™Æ½ê†=ÛTDDD)‰ècxíŽyôžº‹ã7Û˜â»óð ¸à™A )7ŽÛ;Æ2.‚n“Gæ,–({©ž]ß²ðK;åûXõþxâ;½_AcgÑùšz1zxMzO½™Ñ2¢w=bý¿óë6 ½‡÷§¦½@úøîŒ¹«!]'äJûcÜ}ICâüÛY}H(cÖ*ÆAÆÊ™Ìþ¹1𕾠q»ëNžöJ´nAÚœ'yî£ûèy˜]¡\Ûb3oÏ˦~³Ć~ç‡UÀÞˆDçÉ™†Ž.âöŽ×² ù+|ÿÞ@*—p†Ì™!Uàâ8xˆU«<´ý Ó®íJµó‰ ïâærC~‚œ<´xýõTíÔšªŽÃüøú<öÙêÓ²’ #ÝŒ™]|ñÙ"j6ò²ó@e.»¶¿»‚£±íèRÕž§^^R–ÿ@Zl[:U±2 ¹Sªû'3öÑé˜nhŠëèÖ§¶gÈ 0L…å݆äö])Ÿõ¯½½È‹ëí=À/¿xé8äjÛ}¤(;xxKwÚhúH=†Aˆt6.Ú ž Q¤ÄRæ‡/߈¨V=¨n7Ьgþøn€?|Ãg5ýÈ’µßññ‹Oóù®ÖŒšõM]ÙÑID°šÏ?]ÁC;_¾ÉLã7æR«§-ŸLä‰õàl©+™^DŸäVâëVÅ–¾ßX„­£K^ãée>j<Òœ¼üVh_ÙHnوȌLzy>öî66}ø/I‘˜ /;‹m+¡VMˆÊœÏÓ/ÎÁ~a$;f?ͳ[ º[4æ“Æ ò­•9Ÿg¦ÎÁÞ;Žß¾ÆË¡ÖÃ͉5‹i“a-a\ä,ì>ñ4¼ïÿhæ:yFa¨àÒµ×߀Aÿ+.¡^ýüúËÆ?õ4×^C¡éO™³)·ŽlÅ;ÿ¾‡»§<Åð&iÌÿ Û’¯ãƒ¾ÉXtÒQ@JDäôŤ¢h÷ÐK ÿôRÞ<ñ¢‹£g3'úAƼøôŸÄY¥'/dÜàêE>•­DæHêtíL_fXÿ爮ӓ‘ÓßçÑkªÿ!lŠ¢ýØù|ž4š½2š›_òQTí2‚ÖCOH‹æÍaQÂ#<ò¿ôš0U©v®Xø>”XF2—þû~ºÞò<÷Ž¿”‹g\TÊ:…×§œ§)Žž¦0lÐ(&Þ2Lñ4¿õMúV^ËÜÉÏ3jOγ²¢k÷äîןçòræ"‚Lá?eÏ0BF0STGÆ~Ô1_𰆉+‰8«‡£Ç<„Œ¼{Wñý§“yâ?G b&¾~_îys"WV0a‰¾Ÿ{zâéÇoäKâh0ð9z]U™µ_íÀÚä!êºBL" aíÒX›™ÆýOÿƒÁ¯¶$ôIË›CÁ#'•¹a¿PÑM£Áa¸áËu^*_Ó†$KG)ó [Í—;Ì4¼».#„©¨zæ]g¤²~ñ¯àÙÈÃW}…%¶&m/~˜wÞ» *ÙÁÑöAþuÕzþýÌÓü0`&—7É“ÃWrÏ C¸ú…ê]r+÷^of6™¤íÙZdŸìçľO3ñú[ûÄ@úKÍÆQì¥7v¨€¥ý;.¦ëãL¼)…‡Ÿ¾‘+ŸN éÕ#¸ë¢ ßø2ñ—Ø.æ®Oðì-û=yýŸ‹§Ñ•ù£_& ™øŒ¥è.OðÌнŒ~výŸ¡Z­ûI䆱!,Å´‡'"¾Ø~<ʲñcX;˜o®‰Õt\u|\;ðz Ã`ô¨û˜0qRî¿Cgè„`¥æ°7x'ó>za×»M$µ¼çfŒ¥K¬î×9£—e…ü× Xîy»ç…©/sôÈaæ|þ)ƒ† W‹‰H©½ýút.ë׿Ð÷æÏ™Åƒ‡‘‘žVäöŸ~4ƒn=z‘˜¨Æ”?ÝÛ³xóã%LüÇøý¾Ó“©o “º_ÀG}¿`écÍq¨™O]öJhëÿñsn­þ'þçaãºqÉÿÚñáŠ)tˆ:WÌÇöºÓóÙªL[û}ãN%äàìô½}5—Ïø’±ãò=ß!eûF:têÊÞƒG‹ÍeçÎߨQ£fØ¥ŽyiCô¢]íÈBßOOOã¹IÏpÏ}£¨\¥Ê_b˜ßÏÝ<óÜ ÅžCEDDòrEDðÞÛoÒÿêk‹L“žžÆÒ%‹¹ø²+Ø»'…éÓ¦1å¥Wæ^À déÀ±Ü¿#yþ?=÷}wnú$g9Éã¿Qš!%"rÅÄÆ•˜&=-U u*ô–½²²U§gÏ ¼°h¿=ÔŒzvµï©òïYÎGiߢ\!·«9Þmï1u¡™mê‘À¶,z™ÿ¼º‡6cߣed1 áÿé:ƒ-ËwBÝ!4ˆäƶAÆOO3ô®EÔ3Ÿ‡:ÅyËjIeT«^ãÌܦ'"""ç¤DDÎ ›þº ŒÓv±ì á-ÿâŸ5Êg2Ð5ø© qìç¯Øi­Ï=5§±ŸJ$mç¯üøîÿ˜2!°_§+ýž™Ç½×ÔÄjœ³]ëÞÁò-*\Ù–$Ë©ŒÁÙifZ<0ƒûokˆ³˜}64ÐEDDþÖ) #„:}ón¬U¯ä®!!Œš÷T%õÿ”­ý Œ³6-ÉDRGyç›G yïïWGKÿi„B§83S®Û½<Þ­ä}>ÇO¸, Á`à/1Æ?‹–]‘ó—R"""e2 Ò ‘2Cgùø1™Í”/_ž=»wS­zó¾ý¶oÛF…  …Á‘ó“R"""¥¹¨5Ùl"3#«M§Q‘ÒJ®Z—)Nkž¿‹Ù„©˜µØí6;:vbÉ’Å$$%Q§n=¬ÖóïlÛú+3g|À•ýœ¾‡+ˆˆˆœeú&-""R v3TLp±î×Ý´jTS "rX¿5…ЉXÍE§q84oÑ’¨èæÍÍÁƒçݾZ,ÊW¨À•ýШqc²³²4DD伤€”ˆˆH)$DYéÖ® /Z‰ hR·*V«Öqù3A6lMaѪ߸ºo#MŦ…BÔoЀ&M›a6›ÏÛý…Bøý>£DD伦€”ˆˆH)TNtááê¾XöÃFæ®Ü¥µ¤Dþ$³‰Š \Ý·±Ñ‘TMr•¸ÏëÅçõªñDDDþd H‰ˆˆ”‚Ù +E°×eá’žíñAO¯ùs˜L`5Cb¤‰ªI.L&“EDDä<¡€”ˆˆH.‚«$8¨’àPcˆˆˆˆˆ”YM """"""""g“R""""""""rV) %""""""""g•R"rîP™Í8]N5„ˆˆˆˆˆHY,ü~?fó¹ R@JDÎy1±q¸Ýnlv&³ž $"""""R‹«ÍÎ}{‰‰;'ꤧì‰È9¯AÃFü¸rm;t¤|…ŠX­úè —ßïgoÊ.~\õ-Z´>'꤫:9çU¬T €Ÿ×¬&=-P(¤F “Ùl&&6–-ZS¡RÅs¢N H‰Èy¡b¥J'S""""""r~ÓR""""""""rV) %""""""""g•R""""""""rV) %""""""""g•R""""""""rV) %""""""""g•R""""""""rV) %""""""""g•R""""""""rV) %""""""""g•R""""""""rVYÕ""r® eîàû¯¾gÝ ½F ¤ž³,™¤óËò¯X¹~/QßÂU5jX‘?‰fH‰ˆ”’‘±‚ǺU&¦Jož\…¡& KÈ}„~fGF¨ÔÛzÖOâÆ›îàÁ½ÃV_+ý#c¯Ì£Ÿàã~uˆˆˆˆˆÈŸH)ùëðýÊÓm∉-ì¯÷ÿä9-Åø÷ËœµY±ŠYËPË—È8ü —V¬M³Î×ñÒ¯>5ˆˆˆˆˆÈßœnÙ‘¿{4.Ëiʪö0^𔯇)u¸éæØÔºaÐT2É¥R"ò—TqÄ—LK%ýøß¡U<Ñ ž-¼<¬­ëW!>wöTlõö\óøöø€ÐAf^šDLl实Ë1 Äï3/ÍI_}Ë~_ËóLáµÉ1iM6øv2côõôlQ“„Ü<ÞÄÌ}AðdÙó#èÙ°1±qÄ×êÄÀ±³ØáÎΔTŸpÓ~gÙä[éV¯1±qÄÕìÄ O}Á¾‚ùÔ«tbæXÅ–Wqÿ¤qŽ0 IDAT ëÙ€¤Ø8bâjÑù–WX“*}¾%Õ€Lë™Ó1õîçGwáýJû‰i·÷¤nb1±åh2ìsŽLTR½ŠäfñÈÖ$ÇÆ[ƒö7=ÃÒCAŒÃ3éoF_&¶É©o§—Ù øþ.©NFËîC£* ¹}L.ƒ˜¸ôwá–/""""ò €”ˆü½öñͼØz “ ÉI¤ŒÔ_X8i 7LÛŽßœDçëÛ`¼+?åç,ÀHãÇ~"Du¿––Ñòôíà³7æóãoÇà 2ŠßAù˜ –=t!—ÿëC~Ü竉à‘MÌ{v݆Êþ`õ!Ì4Fߌ¾Ëûˆ5!±b<¦£›˜3á.¿wÞ|fƒÉ…Ë Y;¾dÚãÏðÑOð;L`eýGqõ#+É*m¾ÅÕ/K|y*V¬@ÕZåp˜ ^Æýï¯æ`ìÑvŽìËÌŸ&œzÃ½ï æhÊæÙãè?ðU¶‡{'a‘ýYrLV¬Y»Ùç¡|¥òDãã÷õ³7ð>ÿ=¤ãSDDDDþ6‘¿¤ý¯ö¤|Þ5¤.CZ¾..ÿtûlåËs"Lk?üŠA å{Ü@[¾ŒO6dCæf,÷Qôº© ÑE–êâò϶³ÿaŽýú"íÎä_¯¥N.˜´Šƒ‡gËÛHÒfeúoõ!¬4”™<:m7P»í`Ç–íl›q ñÀö7_å§ì‚ùlå@Ên«”óJ…[±ÿàn ¯À¡ÅsØê)K¾%íCnùøg~Ù²… ¤i!OËóïœÁsKÜ@4—ýwû÷ìeϬkˆÍ“¦tõ*ÈÉEîâÀž}l}ïZà/óæ–Ò®1vr—\'ížÝÈÑ=X¾h!Ë—¿Â%Ñ€û{ælqëÀ‘¿ ­!%"ç…ýûö±eóFR ÿÕ×–°…“È(+Ç'àÄ$:)l2æZõ¨³†c)óCÕ }ÖÉÂ˱ð“Í Ìdi{ÃÚÇžO»ì_—°ÀÒžÛÔÅeWï[¸(þcÞ;¶‹¯7¤aT£>aÔ9~ë6°›)}ª2%oúÔmìNATþlLQèUßÊ´}2¸1LÑ4îÙËôÓOò-¬~UJÑמßVð€µ-7õ®„ ðÛíä],¬zEõ›‹ ›ÃX(ßíºDÌàóì~Ü‘ •Ê6>-v;îpêd;ÀÜdžñ©+8”¯Iu—}†Ô§ÍЇ„ˆˆˆˆÉl6Kƒ†©X©Ò9Q'¤D䜷ß>Ö­ù‰¦-ZኈÃàè‘#$$&¹MÅóX;±®s7a±ç†:Œ€%™ oí†cù—ìŸõ:ï\ÈQ ©ß0ÚÅ™aVÜtÃjpô‹×Xp  ÇpºöÂY» uXÀFR9Vþ2î¹·IV¤§ªHͤ|MŽâ€÷ë6&Ц –€5ÿ̧œ2/  XZÁ oýLŸ{ZœtyXõ*‰áfÓû/ð• .ÝëGbr$Q9H?ÌÊïvái_ë4¶U€m[ËYKªþ2²ƒ¥Hï¤ñˆèhˆeÀÃ×R½´Å›âèöŸ/øô‘~4O¶ß€¨Úô¸c:Kß¼Ž*§sŽª9‰‹¦,å“G¯¢eE'àÃí1ˆ¨Ôœ&1ÆŸ¯¥ ׿ö&wt©‚p§e`MŽ!++PH™‰ô™ü%=ÜæåíàÉ ÓÎÄ4¿¤Ule¬—µû¶¦V’‚Yd¸Á^¾9W>ôK§^J²0ÅÓëÙOxz`+*Ø!•‰'ñÕšÐëÂúD›O­­¢»<ÅÌ ×Ѫ¢“ôm«YñÃ&ŽØã©ÖìB:U´ŸZù"""""Å0B9×T¡Ð¹ñtgS!ÿ5–»FÞîyaêË=r€9ŸÊ aÃÕƒ"Rjo¿>Ëúõ/ô½ùsfqãàad¤§¹ý§Í [^º-IDDDDDä¸""xïí7‹}HTzzK—,æâË®`O›Æ”—^™ x7¤ÇrÿŽäùÿôÜ÷ݹé@œÕgÿvlè·V9«‘³J)9«‘³J)9«‘³J)9«‘³J)9«‘³J)‘‚<¿1ïË8Ìýwðw?>”¡Ï®ÃNz9Ãüì7™i?¤:[E–4ηräì ¥³æÍ±Œ™¾ZCDDDP@JDþŽÜ+¹»v5ïZqÒE(u¯êÂÀ1/±h¯?7HÊšYŸ²hÃÉBÓÿY 7)?,dþê#üuccA΀K†ŒçÁþ×ñÜÚLŒ³±ßÅŒ3ZN1cõŒñ¬cl‡ Ô¼ñSYO×1:Ê÷Óžcú—ûð«ÕDDDD¤Dä/}±x”O.Š#¦ÓËì ä}ÆÓv—=úÀþwã5¼êø'³|—›«ÙŠÏ¿´éÏx a /¾Ž~° ß_µO³bòÓ»¹yîfÖOkÊüÇg°;민ßEŒÕ3úÍ Šj Ó¨N9ú– cNDDDä ±ª Däï÷ÉKå8;ñUãòZ+sí«X(K8ù”2½œºˆvLXò ˜žfñ¥€{Íßo¬žIöZ }c C5ÚDDDDä ÒoŸ"ò÷cK¦Y³F4kZŽsšùê™!ôjßJ q”oÖ1³wã-*âÒ‡±èÁKi]¯2±±qÄÄÆQ¥Ãžzm"·õmJùØ8bâjÒé–é¬Ë2 ä9˜N5㉉-,ÏËhS¯Ò‰<“]Ìý3wœ´&ÍþW{æ”Góñ› Ù‡{>B˪ ÄÄÆ“Xn·¿Îúãu fñÃýhß rÎû±qTm3€‡gþBöñꆓ¦ÄrŽòõ¸ëèܰRnÉ´{d5î’¶ îä¥Nq$_¿„ŒÒì·‘Íæÿýƒ $çä[¾>½ûé[áŠkÿÂðÝ”Ûè^¿\nú˸÷È<ÑFá÷YéÇjYÇI&Ko©FLí»Y‘çÀÌon£jlSþµÎí[d?¦6·JÜïsù˜ËáY5+šVÈiÇ2y9‡ßëç^à ã¨?jõc2ã ®.GçWw(©/Š¿%Sá”-"""rši†”ˆü EÓcÚRzœøw6«Ç]F¿)VÿçC&5 ±æ¿ðÐM׳bÖ.¸} éëf±í›ålMº‡7^íI¢{ 3y€'ïûŠÿ|œ×FUÁØü.Žy€Áµ:³bL#aåù-¿&ý“×_êFBà +_Ä[o \Ó¯y°Á·t% ˜ÆÇ÷5Æ Wr-N¾ÙËBBËëóÊP*'ÙH]û6Žº—ÁÕ;òýè†8B™üºt›þÉk/\@‚o?«>˜È„[{ò«%ÜPk8iJ,' ó²>î.^›Ú—ŠFYåkã(i»"zµ¤ýöm›Æ;ßÁ|û‹Ì¾¶!®´ßØí¨’è)íð°nâå\üÔAzÜÿ<vŒaÏ‚IŒ¹³7ÛøxPU¬¡ðûì´ÕÇI$ÍtÂõÑ2n÷Ò¡‰ððËì¯IK¾˜Ëê:O®B‘ýtšÚ ¬v:ß¹ãƒÐIûQ¯0¦ŽÝ_¼À˜Ç®`—e ïªKX7eÙ%ìKC{™Ž)¤DDÎ ãèR&¼²•ÆcWóì­µ°›ØX¹`|þ÷Ük.]úûs.êջЧGW¢éJ ¾`æõ;ézãõ\^Ï=“õù'ŒXô‡jD¥´póìJß { toâË#™ýõîkPíĺ#©7ÆU䛈¨1W×Ïýg»úxfÍ`ðWëI¨!år_vVïÊÅ}z \xQw*÷kÁONcãUÓÜFg˜åÔèÎÅ=»§†álWPIûLMá(ÑtéÞ‡®­1Ó‚ve©K™ðÂ&’‡ÍçG;г-ñ;š3lÂËl¸æIZØ»ÏNÛX cœÄµ»ÎŽAÌZ°‹ÑMêa÷leÖü$ö¹†Æ.(j:LÁ~2RœÖ6(.å¼?ær÷±ó=Œ¹­WNvoG⎦ÜÍ„Ã;ŽœôT¬Ò¦pVªC"©ìM˽?ÇMåj1yŒ`Ùò4ÇÕ¢AÛ›VÊ[j¼ì™÷$7]ЈŠñqÄ$·àÎoCàÍÆWÔ#ä¬èÑ¿!¤|ÇÆ´P˜iÊPNYëWÓÛÕÛÄÇ›Ñé¦Gyã›ÜFÇ@Ê Ög;isi“œ@ €9‰W4€}+Xw¬ðŠ–½ÏÊ>ö –iJìÌnN¶Î˜Ë.?x·ÏâÓÝI\zcs"KS—3ØÓœÿÇ\a™ÅÓªw]Ø¿š_ÒBgø3ìÌS""""§B3¤DD  ž]ÈäÎQyÞ0a‹«F)¥Lðä2,6Ì„Œ?ÒZlfFóÄŠÝF°tW”¾­/síõI¿ö?¼5©3•쿳ðk¿Ét|ÿÃKSÖrʺ]‰œu>s½¿þ€i/>Ͻ—MaâuoñåKýˆ/íÀÈiSýÏû^§Ý²ôÙ)½‚eš¸à¶‹ˆ¾ú}>Û1œK>™ÉÎJWófËÈÒVæ ¶A4çù1W"`2c5AÀ8íãÂZÒ1u*e‹ˆˆˆ”‘R"ò·ç¨Üšzö ëÖdSiXbL#$\ô…•>pêNžf1È>–Mq—Ëží_³…†Œ=Œ>µl@+:`_1…ŽñÓ¢­PáfêÇšÃJãY[†rÊR¿0÷;çÂÛEnCy²Û ›Ú›V?ÃìG/exiÇ@•4v=ÏOó6’Õ«CÎÌ¢ÐVÎÝÓ4þ' Æ™'˜ˆët;W'_ÄÿÞþŒŸî¦îÐ!4q•rÌžé68íûýçs… dÙg›¡Êí4Ž5ƒ5ŽjñpxÓ6RCíp™Oß¾¤—t,žBÙ""""e¥€”ˆüõ¥náÛ%‹Ùf9q‰«j:ÖÁ ˜z1zxMzO½™Ñ2¢w=bý¿óë6 ½‡÷§¦5†Šq±r&³nÌ€f%¤/ÃÅ\‰u'O{%Z7Ž mΓ<÷Ñ}tŽ<Ì®Pn¸´z¾“ÕÛS“ LúMê nMyg›|ƒ’gùsŒŸžIï:vR¿Àà |´7œ¦yÖ*6M˜åä,ívaî·ïþ;/›úÍjúV{#æÒæÝyøŽ\ðÌ †”ÇícH™?‰A·É#óµQéÎÊËIüãéz§kœD¶ä¶Áµxãé;™niËs×× oQí¼u‰?Cmp¦Ž?ñ˜;qLíú–…_Ú)ØÇª÷ÿÃߨéýÒ;*ÒãêÆÿÃíã Ft©„ãØwìñå÷¥rIÇ”µä²CGq{ÇkYÐü¾o •õ RDDD)ÁÞ·yí[ù^J´€S:`Š¢ýØù|ž4š½2š›_òQTí2‚ÖCûSӞ̥ÿ¾Ÿ®·<Ͻã/å╾,WÜQ§ž§)Žž¦0lÐ(&Þ2Lñ4¿õMú_R{žöwñΔ}Ü5á®y/ç¡ðö˜ 4íW§‰?nÉsxXùü^Jñ@\#úŤ‘žV\špË)x_ÚíÂÜïÀáµÌü<£öä<Ø>ºvOî~ýy./gJ?ZŒžÍœèóâÿÑBg• œ¼qƒ«ç "•ŠùärbO÷8Éé8꾋v“îaãÅ÷pe•²|p™68SÇÇŸxÌaޤN×ÎÔùøe†õ.güÕéÉÈéïóè5Ur¿ŒÙ©7ò=Þ:xc¦ÞÁÀI9mœ\·3WÕŽ(~ÑÏ’ö¥¤c*̲sïtÄÐYEDDDNÇW¼Bþk,w¼ÝóÂÔ—9zä0s>ÿ”AÆ«ÅD¤ÔÞ~}:—õë_è{óçÌâÆÁÃÈHO+rûO?šA·½HHLTcž ¼tA þ]ýc¶¿ß+ßÓïJ•FDDDDDÎ)®ˆÞ{ûMú_}m‘iÒÓÓXºd1_v{÷¤0}Ú4¦¼ôÊ\À ¸, 8–ûw$Ïÿ§ç¾ïÎM‚@ˆ?~Û2´J€ˆˆˆˆˆˆˆˆœU H‰ˆˆˆˆˆˆˆÈY¥5¤DD¤À™¡#¿Ke䩦)‚fH‰ˆˆˆˆˆˆˆÈY¥€”ˆˆˆˆˆˆˆˆœUºeODDDDä<7ëÓÕ""rÂýœóuT@JDDDDä/àøã¹EDäïmþœYçE=uËžˆˆˆˆˆˆˆˆœU H‰ˆˆˆˆˆˆˆÈY¥€”ˆü­„B!ÜYÙ¤¥¦qìH*©GSÉLÏÀãö`Æß¬5üì7™i?¤ÒБ³HkH‰È߆Ïë%-5ƒÍ›6°mû¯9r€¤ÄrÔ­WŸ¦Íš…Õfù´Fƒóà’!ï²Û¶€Œ¹qos {V}Íkú´J¤ÈV0ܤ„“®¬<ëÛ½oÖ~™o÷§¼EcWDDDDä¯F)ù[ðz¼Ü çT®—÷ëO•ªÕØ“²›¯—}Åæ7Ò¯ßUT¨T‰P(V¾Fú2F¶èÇ»æAÌ[ó<]¢MçGƒdÿÄä§wsóÜÍ üý? y|W¿Ý’—_Çg—ÉÚV‰¸ŠÚÖ³…ÃIWVæ(ª5lL£jåph¯ˆH™mÙ´‘m[ ï£×l¦Vº4hØH '""g…R"ò— …HOË`Á‚9´jÓ†½zç{¿Ví:Ôª]‡//bÎÜYÜvûH #Æ-|RfŽgÆÑ\ÆûŒûôAæªÌy1¡'¢–|&€§Y|)à^snÔÍ^‹¡o,a¨†®ˆÈ)Ù¾}}/¹ ›ÍVbZ¿ßÏ æ) %""g~{‘¿<¯ÛÃÆMëIJ.G^½q»ÝŒ3†f͚ѬY3ÆŒƒÛí¦ç…}ˆ‹‹ã§Wa±†¯woàÕgWQåž÷yëúh¾›ô:›>ލGî…“ {l ñQØOÚ] θ$bì˜NÊ3š˜y&Ën¡à¼j“-šøÄD¢‹˜"l²EŸ˜D̉÷së“XÈ_Ázˆˆœc4CJDþò|þ;¶oåò~ý7nn·› /¼?ü7ß|€ñãÇÓ¥k7ΟK»öøýÅ}Í'uù üïPÆÝÚiéýþ4žÿþLï“ó0”ɯK—±9៼öÂ$øö³êƒ‰L¸µ'¿úWòÁ U°†“ -¯cÌ+C©œd#uíÛ<8ê^WïÈ÷£â¥³aÞBÖÇÝÅkSûRÑH#«|m%mWÄž% ˜ÆÇ÷5Æ Wr-ìa§ó°nâå\üÔAzÜÿ<vŒaÏ‚IŒ¹³7ÛøxPÕ2žtNS¾E´“iÛ4†ÜùæÛ_döµ q¥ýÆnGl:tDDŠˆÙX0…Üdfúf³ »+‚ˆ¦ÔTÜÁóô!!&+®˜X\VxÝd¹ƒ† ³Õе`|Èì$*:Dzz6£¤<ãpYCø=Ùde‡0Lf¬®èxìî4Ò³ýÏÂd¶`„-2›/¿‘?/g¤`25…ÙUÌÌ*kzôo)ß±1-f/{æ=ÉM4¢b|1É-¸óÛx³ñûͳ¬Û•7eë³´¹´INÐÀœD‡+À¾¬;:§ò=ÎÕôvFõ6ññÀftºéQÞø&·~R ÿüL6\N Á¬t²<>~ž¬L|†{îÂMFЇÏç'ðã÷d‘í‹ÍZö‹“« ‚@سŒŒ@6Y~,1¸¬¦Bó´˜ è/"ÏP(çÈ+B™Í`„x²ðá ™d3Û"p˜xÜ>B!Ìæü§EK$± y׊ÇiÑ0‘s›R"ò×ÿÎl³Q·n}¾^ö<òC† !11‘ÄÄD† Â#<À7_/¥YËVƒÅD#²ÖðßwS¨<äM–,[Ê×'þ0õÒ~û߬+jEìÐ1~Z´*´¢~¬9¬4ží_³…†Œ=Œ>m›Ð¤y[ZTt”¸ß¥ÞÎì ÆÙDz‹ÿ2^D:G•4vyøiÞF²NìËVÎÝÛÑ4Þ Ö8ªÅÃáMÛH óÿ™Ê7ÿEƒ‹݆òäÌ•¬z²{?|†ÙŠH‰ˆ-è&#-•´´TÒÓÓÉò°DÄí²žòBÚ&‹ ‹ ,‘ñyNÁn³ÅŒ f{Q± ¹‹«ÇiNÇÞ…üXd²Ç—Ka댇<dùÌ8£#9õ5ÝM˜Í€Âùq»ƒXœ.l& Ž;x³ðÁ`* ¹ÉLK%ýÄ_ú™ -"rZ¯ÓÔ"òWçp:hÒ´›gldÉ éÕ»/ãÇgüøñùÒ-Y¼ˆŒŒtÚ¶ë€Ïë)2¿´ï§ññ¡êÜ6übÚ6Éà©=â"¾b&¯¬|”¶]r^ó,ŽñÓ3é]ÇNÊâxxÖã†ÓÔÂHS½=5™Àô§ß¤ÞàÖ”wf±é¿Äýv–v;{%Z7Ž mΓ<÷Ñ}tŽð§Í IDAT<Ì®Pn¸´zþ…Í‹LׇïhÀÏ bH¹qÜÞ1†”ù“xpt›<2g_¨H«cü{ ·3Ñ¥Žcß±ÇEýkŠ?3ùçß»€ÿÎ˦~³Ć~ç‡UÀÞˆD§~³):pÌ7›(à`Xˆr:°xœŽ~ +õÄÚJ”°8‰‰ŽÀäÍ"3ËOöÈØ×>,q °Û¬˜ÝÁ?̘0›Šº?„/3o\,Q‘Áü3¤‹Í“œ§ï™Áðτɔp èÍÆïŠÂiÁb àÎðc`Â0 0å¤=@3BJ1»KDä\ €”ˆüå™L&¢¢¢é×ï*æÎ›EJÊnº^ÐýÄ"ç{Rvóõ²¯ÈÌÌàæ›‡ øs¾ìaé«óɨqêž<Û(ºõM\7ƒÙ¯~ËÑÎr^txXùü^Jñ@\#úŤ‘uóyŠKÓà.Þ™²»&<Â5ïå|ÕµÇT i¿ 8ó­hšŸ½´Û™âè9a Ãbâ-ÀOó[ߤÿ%Õ±›ÂK×bôlæD?Șÿþ‚8«t`àä…Œ\=÷©uvê|·ÞÁ˜©w0p€‹äº¹ªvÄIÓvsŠuö|ó]ð^ËÜÉÏ3jOδ¶èÚ=¹ûõç¹¼œR""¥;߉[© ƒPÌV+&J÷´7# X­&Bž“·5ÙíX’ívãæœ-!ã{?ÊR¶Àã awDà´úÈ”¢Æ†Ÿì 7¶ØHœÀ‰¨Àã awFà´ùò-jž³ˆz$6S¯'÷){&æ¼çç·× ÆiÃð¥çÞiä¼_p†”ˆÈyH)ù{|ØÙ,T¨T‰á#FòãªX8. B…Š4kÑ’¶í: ø Šÿ]·ß̤õfÔLß•šéØ €³Íhf½ß+ßÓï *6)‚†ƒžgñ ç ߨ\ƒ‘ߥ2ò4lg¯6€ÉK0¹„ö,2µüóu¾ùg1;ªÓÿ©9ôªˆ÷ƒÒÜ`tüñeûtäk-¼\ÍböƇtˆˆ”†ÙŠÕfÃÀ„ÉlÁjwâ´B Û›ó¤;‚ø}ˆˆ$2¼þ †ÙÞz!†·'HŒ3†h# /ˆa2c1ƒÏã%ô$§ËIÐÀÀtâ)}¹'’2”mä¬eÁ‡ÅíÁbf›Jkl2=vbò-ÜdÈÎÀmÅÅãÆçb˜,Xí.œv3AOZž@Uî“óBÆÛ»3ñ˜ìÝþ?&C9·ìå?ç[°ÙlfH93×4ZEä\½FSˆÈßE(Ä0B´iÛŽö:æ>¡&gê{0Àçõ;3긘ظ°ÊK?²V^ªÊb×úMìXó_ÞÚa£ù¨:9¿4‹ˆH™˜Ìfü>6»½Ä´>Ÿ¯Ð'·Æ1¬N¢bŽJ„~<™¸ó¬jôdiŽ"ÂE”+7]Ð/XÒ¹Ö •FF(—3Š(gî¶~7/„‚n23ÍDFDíÈ D!‚¾Ð‰àK™ÊùÈJK%ÓA”ëxÞA>ÅW;7 e%ßüiÃ;ýAgNg‘¹S”C?îÌ,<Þ`¾€‘É”p2òÔ);Ó—¿$à ç6Bþˆ“™DÆî^¸Ï7Q~¨O~s ×üqã7S¾8{y÷°ø•eÔ‡úèX;¾ýB!D")!DŸá÷ùh:ØÌêU«xëÍ×xî¹…<ûìBÞxýUÖ¬^…Ãî è+w!ê—üœ ¯þ-wÍý.®oEÓùÅÆ•fŸ`%>ÁJîèyü⸵ҤæÕ«‘›Ô–&ySozžM®öj3Ëïÿ.˲ÚóHcì½_áéî¸Ð^N°’ö½OqUí™Az{]†ýv¾Ú½Ž»Ê¬”ÜùÕ‘=^œÿæ’T+ÿRE@=ÈÇwÍfô€,ÚóJx?{c7‡»(ØAù¡fV<}3³f´·%…¼!S¹üíûÉ„S6@°ž¥ÏgB¿D⬤Â÷ªÚÚ¢äã».bÔ€ìÃuË)¿šß=÷7œ7¤­íÖ~L¸îY6ºŽ Jv›g7í ·|ûxç—sšÑ–.oüµ¼¸ûè݉0꣹ÙöÊO8§4­-ôfþzmøûötÕ‘æ}R}ÛÊg×å_ôcVU@ëç7›0„_môž8Ö:½f€P_>yÓJRÛë2›Ÿ¾²™ÖÃ×l}îx8“Æi$ç´»´Áz–>|53Ç•‘•t\#‡Þ7ÞÄ̲ô¶ò2†óƒ¿U^ÞzB[:|ïéíóÞIûOöºÿ)·óÂ_fìÙÎ÷þœîXÊôÛ~Ãswæ mû;w-ø9ó '²bÁ@Ìaå^{»í_ÍÁ¿¸+Ÿ rþÝOóð8+-þÅ£÷¯>*Qwc¢ûúøw=ÃÕ?úº›þÄ{—•eßC•9ã)èãÛ ‘ä}²}ðyˆzsUú(l¼ìxo9ö´ ˜]lé`|vvÍxÙøÐÅ\ð»z¦ÿìq^O͇°àG³¨ÔVñÖU¹ÂÛaÿ3kœ²ëÏaŸÓ®ÇV7u,Šp|”ilzøbÎ{ –É·þŽ¿OÏÇÐ\ƒwxFš:¹æWÆésÞ#»v i á}Ý7 a>Ü#„£r»½GöæÒ±ÄXIÍÎ%=ÞÔöxÆ Ò¼u •¡|†ÉlÿŒÔÚ÷±m{=Jf¥¹Ñ´îÚ@Eó‘ïŠÁBL|"ÉY¤Æj{{~ÎKRJQšxf̨B H !DÏ©!•¦¦FrróºM›“›G]Ýî÷‘ Õ³äÑŨç½ÄÅYzÌé?àÖ1p÷ãñÛ©—’~ÔüSKþd.8wqÀ9çO#{Îp~ôÀ3lùÎof#E!ºä.)iÏpl Þw_gþÒM8î.#õP9Ó¸`Æ$⎪f8ÇϜҟƒ…üéš%2ç38`Ú0•ÿ+½™÷–×qGiÞ @ZË2|b+©W¾Ã{O%A‚ÕT>ø3^äþ«ù3|º‚A÷}ÅXˆ?ØÈÊçñê;{¸ýg–öºMâÜ铉c2Ãù7o|o/“¿ÿ=.`‚éƒp½ó67~¼ŠÆ»’e7ÏîÛÛ]ÿjÍKyøåZrnù”—îÕ–nÊ ìo½ÊGngÂ]Ô'd«¦™8&M;—É£’Ñ1œ±§¨oš~Þ៯ÎÛb{ÍWñî‡û¸gðLÞ Þ]RGò¹—2( ŽL;n|wÍh¶yð‰­¤]»„¿ýr<±3Ƹ{×>øg6_úÃáí®ÒèϰqêÙþ9íjlu{¾ª‹h|Ü–¹—ÛBúuòêýåmçìHŒ»ãkî¸ñ Ù>;mÎ{$×Î7G#èóŠ@ù„~DÄçl¢fÇFömóa3ˆdÆûÜZc*¹9Všk[ðڪؾ£rÆ2}òLö½lÞ€èbÆ•÷#оÖfêöì`ÏÖzšóQœƒþèˆ\ôÊË ˆ:jh+&+Éæ&ªö»ä)·Bˆ>M–ì !ÎzJĪUºýën`ï<ùßx¾só$ÀÍ·~rºÏžäí}]̬2d0}nTÉ»f5‹àS’™h%>m8?úBŸ—ßd{zÜ×ôc-¤4ZjíÆ|5ÿe“Ǹ¹£Ú‚Q=ä«]ÉVlY0’äöe3ñ¹óXÔ »›:|J%«?ÉØ¨µ·ÿ½_Gv^<´Öã õ,ÏîÚÛyý×Rá·0üœ’.‚‚‘ŸÛãë5ä&ðÖåC™ðƒ_òÂçÕx´SÓdžò>}«$Oäê©*^ÿ€}ðU¾Ë¢ª.úþ0b"éûêlr[}Ñà# ] åß*…ý+ØØ¢öhlw”æL§‘Œ—®ÒFZÇîÒ·¶Ÿ³Q:6u†žwÃI\—½¸±’b5¡UtQIä—»)“ª‹ªu+ذ÷¨ KÈÆÎU+ØRß¾àR â¨ÙΖu«X½r«W®dsÕ¡ô~û+زv«W®`íú­T7ûºül\³²ý¸µl­¬Ç}¨ pÊî.èfßÇöu‡ƒQfG-uMž¶ò ¤$[PT0D§?l2ãŠcqVUpã±7XÆx’“- lÿ ¸R×è•`”¢Ï“RBˆ³ÿΠ'%%•šê* ‹úw™¶¦ºŠÌŒ Ô.—-xÙúò3l5°ùül^<îÕ§ÿ^Áµ÷ìtIÜá™FMÅŸ¹ì{á¸ì÷¼ôÈD²L |ô“yÜ×ÍMJOë>^§Ã @ÐŒôL`Òƒêä+¸¦ ]FÃ)[ÓÐÐ3áñØÄØcFkÑÔŸxŒÞˆ U;’VoÔªµU«'yv×ÞîN¾vªÏíqõ±sý[™µüUžùÓãütö“<ôÝ—ø¿…sÈìîÛAwýa‰ ?ïSÑ·JSn8Ÿ¸KþÉ¿v_Ï…o¿ÁÞ¬KxqDL„c´}VÇqcP9úµžŒíŽÒœiã4’ñÒEÚÄnëXÙøhø¨ÃsvÆž÷H®ÓÀçuã÷¹i®­Æ­$P˜C”G‡Í{(nšKnŠ›ýÞÃ}iH. +¡‘vîns1£Ê ˆÓZÒHQP±~=;öëÈ8žQœ•«X_QIì¸!$B›JÞà22S£Qm»X·f7û’³š" †Sv “s«â®ÝʦmõèòÊ™>±?&G-ÝG–(¨~¼^ÁC™Äg“bØÆþZ¥Å:lž#ãK úðx=„´Coîgæ¢F!„€”BDúFg4R\\ÂòeK» H}¾ü3†ŽI(ÔEÀÃµŽ¿þ½šì«_äåk ŽÚÛÃ˦‡.ã–W^`ã`LG›~¨-¬ý¸2®¤$¡“IªÇ¥ñ®_Îvʸïžk9·Ð8©Ï4Ãþ®Ûí­Œð8™x3¸[Ü]ÿÕÖ`%/·î¦Ž=fÂÉ0g¢Øôë?Ù‰gÆÈŽg…Q¶9{L!6®s“uíhâÿÞìYÝN:Ï0ûלSΠ¨ÇYù¯¯p̘rbY=9·¿¢(˜z L½‚kŸšÅÈ_<Ì{¿¼ˆr ] Ãèò>5çKÁ:á&.I;ŸW^þu‹ª(¾æjG¸îôP߯]¼×Ìò¶ÙUj+?Ø™ó’xê&–Ÿ‘ã4’ñÒIÚ뻫£?²±¦G3Àôko¡uæqKö"¼æN‹óÞ“ëò›b_ÅûoÓáÄ—L¦8>€ÓY ^—G^š[SÅÛL‹ç 5u^¢Ë.bâ°X\M[LzízêÜqä[í8°’h2£Wƒh1Yä'íak“‚µÐDc£ë$Úµ‰e+è3Ë™9±£½–ýMîîg3é-ÄZ ÑiGŸŒÎÓ>˜íkY²èè„Ñä BºY‚RB!)!ÄYÏl13xÈP¶½¾…Oÿý3g×aºO?ù§ÓÁ˜±åø}Þο«þ÷Þ:˜Ï ×_À˜ÁÇ΃*ºñ|~ñ­7xzå/3©=xðŸGùí³­Ìêo¢ú“'øÅ‡~FÝ=CŽÚÛ¦Ë4ùãèǃ<û‡0é[ºm·%ÒãLYŒýýxôÍ;˜ÓÈ>µœ+.Ê?vãmC&Ó/„ö¿ ¸é~'eanù’?'µA«’4Ÿ]•Í…O]Á5Ößpݘš7,â…íÀ„ðËV’frÏõý˜õÔ•\÷Knœ5€„@;wé™uý\úézR·Sg˜ý«$NcÁ­eL~èr¾mú5?¾° k ’¯¤žÛj?䯋ݔ - Am`Õê:0 $ÙÒAc ñdZÁ¹ò ÞÛ0ˆyC»îœƒáç}ÊÎWÌn˜_È øÏêÇðè÷úG¼!¿’8_ÜRÊ”‡¯âêÔû¹i|<ÕKá®aêc7sÍž¬3mœ^6|/‡yN»[ÝÖ1±Ö/i÷ÜXÈ9O^Á1¿â†é…D»P=…K§urÍwúž÷H®o\ì`&O* JÑù[±ÕngãöOXªŽ¢8)ò[ -àÆíö ªÛGÿ¶xsÛqoG•èl=Mõ{ÙWÛ€ÝíGE^ÓÀDo‰;¹=IÌ©dǤúÀÖoÑÈŒRŸϤÒ6Ñ×h>²TL)&ô;ê(b£q×Taœ±;m !„¤„"¬E!66Ž9s¾Ã‹ß¥ººŠÉS¦Þ伦ºŠåË–ÒÚêäÊ+¯! tù¤¡Ïþ²gÁ-Ì+>qQ^ܨp¾õuÞûË4OØþåÖËÊÇodaµ¬™{ß»ƒ!s2°(tº´ËéqŠ•>ɵWÝÉC×Í%‘a?|‘¹æc:æÛ¸‰7ÿƒ—êoaÁS·pù#Q¤Oä;EÑ=¿Pâ™ôÛżõîýã Ìó@€±ä™",[‰eÜ}Kx'å~õô=\¹0Ä’;éFF]3—~=ylà©È3ìþbØÝïóqÒ½Üûį¸ê9 ›5s&fbìɹí@°q=<ö8wÖ´­+‰+šÁŸœ‹S;8ƒº4.úߟ1ùºÇùéo/â‚×Ïï²?2"Éû”/3%óoeì#·³å‚ÛùvNO¾âD1üž÷x?î.üé˜û`KN9—?ö÷ÏÏïù“ξ®1Õ‹ãô¼ìðÏi×c«»:F6Öú™bûëż“t¿ZxW<c*£oy¹ÓGv|͛ڞ÷ˆ®oš>š„Xp4´Ò *£„’ƒ lÞï&¦_*î  ª=Ý)I!eÌùŒN;ö èL1m•ìÜYC(}£Ææ‘`öS¿êS6(:”¶¸PÏʶd1dÚ26~Éškp÷Ja²¹û϶»ti‰Xtà8|·Kb‚×AçḦo¿`P‚QB¡tð_ ¿õ曼O<õgš›xÿE\uíõÒcBˆˆ½üü³Ìž3·Ã×–¼ÿ.ߟ-N‡½Óã½ù:S§Ï$)9ù¤ê¡ÓéÑéu¬Y½ŠMÖS__@FF&C‡`ÌØrBÁÁà)úSxp/ § çóߢòŸ3yú]Diú²`5ÏLÂI¯RõîùÄK!D‡Þ]ô&M>æwŸ/ûŒÉS§…Gxéƒ4o]C¥n,³g&Ñ´ßÖ¶’æ£aë:öiƒ9÷‚\5µToZG•e–›hlô¢…lì\»mä\¦'7rÀÞÊM먵Îä[c4Ôµ/ 6±ó« ¼…³˜QÀî=6°jÜÈÊm!_ü-(M4Ù[iÜü%[Ô±\<=ÆÚj7wWöñ{Hj×h.:'…–;ž–lØi#±d$…Vý iškµ=ˆ£j3;êBäLÿã©:`§±£´BÑ ¾üâs¾5w^‡¯EEGó—_dî%—uz¼Ãaç³O?á‚Ùß ¶¦šgŸy†'>ýà£íY¶.Úâï-í?MGýÛÑþº§=}Ñ6—ôл¡&3¤„}†ª†Ð4•ÑcÆ2®|<:PÐ4P(ˆßçírf”âìŸ`í6Ãn“Ž `§ñ 8ü~­uÔµ*Ä.$^ áÂDBr T­eí®b¬J-èįÑý¬3ƒ•¬Ìh¶U.cµV@¢É€N àõBBz2&c,jسe;†X?5ˆÃ§áÐgøI”}è.IÑ0X‹Ôo;›vl&jÄ2Í2ôÛ9Ø Ðj³ã󹱬£±5DlÑtFgèqðÙs*àhKkomßÔP DÇÇÈR!DŸ'ïƒBˆ>EÓ4‚Á@@:Cq 6‰³Ž¢ 0»ÃA%œÝ’ô& º¦¬øüЯ Xâ’)1œ¥ š÷Ð,% Pª©Ùµ™ú€St2™ñÝÝ‚è‰Íȸzjöí¢Â«ÌÖ\ÒŠc1ê²è_¬°¿v=ëÝmϾSô&âr-?™²nªKjú;7°kÓ’Ææ¡3ÀYÁªö¶+Æ(âó2r%91lµ4yŽšÑåÞy8íVN†9è;¤Bˆ>HRBñµ½Ãpó—6n>Ù4}ºs¹á 7HO!DÄrssYñß/Úý«( 9¹¹aäª'¡ÿH&MÈ#=ÎxdÃoM%èwã:X…Íéo[¡˜HÈ,%kðT’â£0(¡€W£Š†™Œ¡““…1P{\… XóÒo4I 1˜ô  ôØhpéˆJÊ¥¬`)‰ñ˜Û2FSƒ\ a–}âmQÒÀ‰äf£¤ùp=L$öŸÀŒÌ|R,™ÉùdÄyŒ‡ à÷¶Ò\»‡Vo¨=ï#ù¥Y:êG {jpI@JÑ—¿êK!„Bqö)èWHA¿Â¯!gOÃ^ö6„‘T àj¬ÁÕØùëŽêŠ#›€óZOËj[:®ƒßÑÀ~GCÏË>AWm{:ÈǹÎCÿ_¿›=õ'‘ŸBtÒB!„B!„¢7I@J!„B!„Bô* H !„B!„Bˆ^%)!„B!„BÑ«dSs!„B!Î ÖDé!„g ™!%„èSTUÅãrc·Ùii²ak¶ÑêpâõxÃz,¶P»ø1žYeGíë]¡9ÙðÒ}ܽp3žo¢üPŸüæ®ùãÆo¦|qöòîañ+˨õѱv|û…Bñµ€”¢Ïðû|4lfõªU¼õæk<÷ÜBž}v!o¼þ*kV¯Âaw œâ;ÏJ~\d¥ß­+΂¹õK~Î…Wÿ–»æ~—G×·¢iªW}Ä’¯šè²ç¼¹¯<ƒ~ß_ôÍÝäê:„l¬|öQžþ°†À7r:l¬{wo>Cƒƒ§Ã˜8S„{ªm}g—/XÈǵS?Ö:kËi2:l¿B!¾Bô >¯ºýõ,Zô:͹xÎ\îýõÿãÞ_ÿ?fÏù6õ u¼þÚ?hnjD§ÓwsCÕÌÛç[‰x3ïÕ}-PÉcã¬$_ò1NŒXŒ`Š2ùè^Ëc¨âʶ±é™!,ùÍëT¹¶ó§ùßå¶W÷áïòÓ&–¼²A 쟊ù›úä9ê ä|ô„7Ìëìdkxåû—òóm¼·æï\™gì½¶œã¡7Ú/„B}Ýub IDATˆÃd)!ÄYOUUv'~ø>#GfúÌYǼ^Xԟ¢þüß'óþïrÃM7£ij÷KøjÿÁ•—äòé‡w3*Véä]6l«‰Ä\ë™ÿ†=–?}€?ðÉE€g]xÇš ¹æ…O¹æ›¬ÿéP!çã´þV˜Íe/¬f^r±ú>8¾Éö !„}üMRqÖóy¼lÙº‰”´Ô‚QG›qιX­VÖ®YÞFø(m#÷ýžy·¼Íþ`'iŒi :¡CRiû[{šW¯fDnñ Vâ“0õ¦çÙäj~©|ò‹9Œ+Ín{=ÁJîèyüâ¸ÅÇÂIÓm9Í,¿ÿ»L,ËjÏ#±÷~…§»ãB{Y8ÁJÚ÷>mŸÖæÀ_fÞ^—a¿Ý†ïø~\wõ;ÈÇw]ĨÙ$´ç›S~5¿{î!n8oH[YÖ~L¸îY6:¦»<¯ƒæfÛ+?áœÒ´¶ôé%ÌüõÚΗVúöñÎ/ç24£­>yã¯åÅÝÇ42Œ6Ífô€¬ÃmJx?{c7ÞCYDZ§ú¹ž¥ÏgB¿D⬤Â÷ªÚÎG¤yw•W·miå³ëòˆ/ú1+Ž* õóÈM¯6zO<ŽI ÔÄ—OÞÀ´’ÔöºÌ槯l¦õð5F߆“&¬vG:.O¶/»¸Î"9§Ý¥ Ö³ôá«™9®Œ¬¤ãêéø5³báMÌ,Ko+/c8?ø[Õáå­'´%ØÁ{K¯Ÿ÷NÚ²×å7hûÖ-¼ÿ΢°~¿÷Û·m•/ B!zÌBœõü »++¸xÎÜnÓNš<•–|ÀØqåÝì’5…•sõùÿÕO âýŸ”uB¢8¦?óÓÿ¿ž¤ßeÁÓ×bĶþeîºó§ÌÏÏï)ì¶²ó³elKºçž˜B’ÿ«_}ˆ8ƒ•¼zE†pÒt[ŽƒÍ‹?b“õVž{ê<25;®ô"ÌÝ×IW$Í{†·î„…¨´Bº_ Ø]ý\ìúü?T¤ÜÎ ™A²g;oÜûs¸c)Óoû ÏÝ™ƒ¶íïܵàçÌ/œÈŠ#®»×3\ý£¿¡»éO¼wYQö=T™sèp‘Žæà‹_\È•Ï9ÿî§yxœ•– ÿâÑûWGئ/Ø™rÏ/œJR°ž•Ï-àÁ^AêåÜUjЬN'póÕý³™ó¤ù¿Gª¬ûëϹû—¿b·"É»ë¼î*î®-1 ›7¨7—ñQ¥òÁfÀËŽ÷–cO»€ÙÅ–‹ìtLzÙøÐÅ\ð»z¦ÿìq^O͇°àG³¨ÔVñÖU¹Âè[ÂIV»#—'Û—¦N¯3vý9ìsÚõØê¦ŽEŽ2M_ÌyÔ2ùÖßñ÷éùškðOÃHS'ïŽ+ãô9ï‘];§—ÊÊ]œwálŒÆîkø÷‡‹)-(_„BH@J!N5¤ÒÔÔHNn^·isró¨«;Ðý>R(ľ“>²šòÛ¿Ïýã>ãþQÝ]r—”´ÿïØ¼ï¾Îü¥›pÜ]Fjû¯-ù“¹àÜÄçœ?ì9ÃùÑϰå;¿a˜!Œ4–0Ë)˜Æ3&wT Ã9îxæ”þ 4¨ƒ€ÜÉöÃ$Î>™8&3œóÆ÷ö2ùûßãâ&˜>×;osãÇ«h¼{ Ùz%¢º‡lÕ4Ǥiç2yT2:†3¶“ÚjÍKyøåZrnù”—îÕÖÎ)ƒ°¿õ*wöàÜžwÎtâ€iÃTþ¯ôfÞ[^Ç¥yÕéÄ:~ƃOW0辯øã 1ãYùá<^}g7ÍŒ¤½]çuûÏ,ݶÅ:ö &š¯âÝ÷qÏà˜¼¼»¤Žäs/ePÐɬÂãǤfûŸØJÚµKøÛ/Ç 0c ‰»‡qíƒfó¥0ÜØ}ßÂè}Øí\fÙO¾/ \gž½áŸÓ®ÆV·çû§ºˆÆÇm™{yà±-¤_÷!¯Þ_ÞvÎñtòžqÜxÐlŸ6ç=’kçt£©jXÁ(£Ñˆª†³m}æMÿaÃ~÷‘éõ&¢RÉ.*!7É|†.Áиa9ëëŽìn¦£ˆOÎ"¯é1G}/PÝÜ»‹ªÚlîz,ÖT2ó‹)ȈåPJÕ¹‹U_V*(g\Iâáñ¨zö±î‹­¸2GS>(“"ßÕ„}“,ÙBœõ”ˆ¿è)„ˆ‰~óŸáÙï´ðäÕ XÚÜÝã¡|Ô,~€LHf¢•ø´áüè |nüÝ2˜>· ª¿d‹] 3MÊéiýz$òr,YýIÆF­½½uqdçÅCk=ÎPäyF ¹‰;g)¼uùP&üà—¼ðy5žN¶ óÕ®¥Âoaø9%]Ý"o“ÎZHi ´ÔÚ FX§븒­ز`$ÉíK“âs籨w7aˆ¨½]ç£-JòD®žj¡âõØ_å»,ªJá¢ï#&’‘R½‚Mn £/|$°¡K¡ü[¥°[Ô°ú6œ4=iwwãòTôeg"/]¥´ŽÝ¥om?g£.tl0ê =¸.ÏN*›PL åçœÇŒsf2qô@RÕT¬^K­÷LíÏÑÅŒ›yÓgÎdüˆbâ\•lúò+ê|‡–·P¹òs6T4¢O/cäø)Œ/Fn”“=>gÍ.AíÐÛA!CKñîÝDµ»} FÕMí¦í´˜ 7¾Œ´8BôU2CJqö¿Ñô¤¤¤RS]EaQÿ.ÓÖTW‘™‘ªEð…ZŸÎì?þ•k&Ìåº;‹¹¢‹˜”¿âÏ\ö½‡p\ö{^zd"Y¦>úÉ<îÓ ªiá¥éi9==.R=*GoD‡†ª ê:P5´ž´ÙRÌõoleÖòWyæOóÓÙOòÐw_âÿÎ!ÓÐIçj§ºï ˜ô …ÔÈët½”††ž üˆÇ&Æ`5Zóˆ¶D…ŸwwyQß}[”$¦Üp>q—ü“í¾ž ß~ƒ½Y—ð∘G‹ÖÖíÇݱ)G¿N߆“¦'íîf\ž’¾äŒá.Ò&v[ÇêÈÆGÃGž³3ö¼Gríô%ÆR’ãP]~L–Ê¢|4~¶¦` ô<;>ÿ’†´ L,Khû+xð ë—®ÁW2±yQ(šŸ–Êì¬mÆé :b ÊW’€NóѼg+ûêpúALî€!¥G¡Cû=k·Õã j ˜ˆÏ,¦l`qz@µw_vWíJ‰Gsù0GÅ28Ÿld_³ŽÜœ M;6°Ça¡`êlÆd z=øI$¦f“¶ã3þ³s=UYÓ)ŠÖÐÐ;Œ’Æål_³“ô)ÅPµ-QÎK¦Á‹Óæ§OÇ7…}šÌBœý)£‘ââ–/[ÚmÚÏ—ÆÐ# …‚‘½™&Nãþçÿ‡Øý’§*:Oç­\Îvʸñžk9wÌ`ÃðLs×™«-¬ý¸2FR’  +MÊéIýtfâÍànqɪžÖï”ç©DQ0õxc%«JíkóÞϽ9§œAQ^Vþë+Ú×ܦ0ëttpÀœ=Ц;×¹É*)¥´ôÐO Eí7_á¶7œ¼ºoÖ 7qIÚN^yù_<ÿÏ*Н¹šÁQ‘uÇ¡¾_»x ®Ã㽉•l‡Ì± Ig#Õ»öáRÉJ´`ÔÙŠÙJBŒá˜±®‹I$Á¢B8â4õgÌ´YL›>…e¹X£œ+ùj— kÙd¦ÍœÎÐT/ûÖ¯c¿¯=X˜MñÈ©L›u.“FåÚ¿…-ûýÇÌŠîºì®â¡!‚Á€Ÿ`¨- (˜uNªk=èÒF24Ë€ÏÑ‚ÓåÁç÷á÷‰ÊéOŠÞCÕ^/Fc{©º(²!%PÉšuÙ°ÓFLÉ$†§ëð:]$%„èË÷iÒBˆ³Ùbfð¡l{} Ÿþû#fÎ:¯ÃtŸ~ò1N§ƒ1cËñû¼‘Fˆ+_Às·,fÖSûèì«®%ýxgÿð"æ"ÝâbëÁíxÿó(¿}¶•YýMTò¿øÐϨû¯gÈQ{ït™&ÌrzZ¿ÃLYŒýýxôÍ;˜ÓÈ>µœ+.ÊïrcsKëw*ë¨ý¿.vS2´€µU«ëÀ4dˉ7ºJâ4ÜZÆä‡.çÛ¦_óã ˰*ùªH:umФNâÉ´‚så¼·aó†Îäžëû1ë©+¹<î—Ü8k vîÒ3ëú¹äŒ ½I]çÕ/ÜX@Ìn˜_È øÏêÇðè÷ú‡±áý‰}ÿ‹[J™òðU\z?7§zÉ#Üõ1L}ìæc®‰“uÊÚ}ªóìä:»lø6^óœv5¶º­c„c­_Ò î¹±sž¼‚+b~Å Ó ‰v .z —Nëä=ã¼Ó÷¼Gríô)¶U¼ÿÆÑ¿Ð“8p2Eñ*~[dk¼õq9ä¤'àsùÑðâi­§rŸ‹¸Á3nP— KÙP²öÿ—š&E¹¾˜4ÒãMõjúŠSö°¾Á‡¹$ oëÉ7OÓ‚ø]vvW`'š¢Üxô*\ˆÎHÂtã8>š¤'1 6TS.J mö“.*“ÒÒþ³y?þ¨b¦KCñØÚfw !„¤„âì¥( ±±qÌ™ó>Xü.ÕÕULž2íð&ç5ÕU,_¶”ÖV'W^y ¡`MëÁ—D%–±w/äúEñbg÷•¥·ò·'÷sëƒ÷ré?ÚnŠÏ`Èœ , G–„™½¬|üFV{Á:¹÷½Ë#7{3ßUšpËéiý·ÙÊŒŸäÚ«îä¡ëæ’Ȱ¾ÈÜ ó;ݤUéI9áܳG˜g°q=<ö8wÖ´í²W4ƒ?ÿ8§vt“Ű»ßçã¤{¹÷‰_qÕs>@!6k çLÌÄxŠÚQti\ô¿?còuóÓß^įŸÏ¸û–ðNÊ=üêé{¸raˆ%wÒŒºf.‘ä­Äv™W¿°£JfJæßÊØGngË·ó휞|íˆbø=ïñ~Ü],øÓÿ0÷Á–œr.ì#jŸtvÊÚ}Šóìä:;/;üsÚõØê®Ž‘µ~¦XÆþz1ï$ÝïÞÁ‡À˜Êè[^cîô‘¿gœ›Úž÷ˆ®¾$v0“'¥h„ü­Øj·³qëÇ,Õ¦0*/:â…Z(@ @TW ­*x7½Ç››ŽMgt0˜ôØ÷U°³²†&§—bÀ jD1Nn ˆ} ¼¾æ¨—$úÈðþ:µý{„Á.gù)z=:hÛø]õÐXÛÒö1à©fw])¦è ,ÕBÈ}ZÿÕú[o¾ÉûÄS¦¹©€÷ßYÄU×^/=&„ˆØËÏ?Ëì9s;|mÉûïòýù×âtØ;=~Ñ›¯3uúL’’“Oª:^ÇšÕ«Ø´a=õõuddd2tøÆŒ-'  ~ƒË0‚{Y8e8ÿ›ÿ•ÿœyÌÓï"JsºñmçÁòržõ>;ž›DŒ\BqJ½»è-.˜ý­c~÷þ;‹:ýüíHxéýÔ¯ú”MÚXfŸ›GÈåC%@ýÊXç.cÆŒ"ôÞfv~þdŸÏEÃŒ´º‚híû8FÎefv‡§•ªÿ~FeüL.‹ËÙ6£HuîàË/÷7æ|F¥~Ô™bˆrmàã·ÌÆðÒlb>êV}Ê&ʹxf&>[;º+Ûê¸]þ2&NêG´ÖÊÞË©PK™vî0âƒ.<î6-[ECòd.—€÷ø<üu¬_¶[Ö .žhÅmóBŵw%+vø(˜2ƒ”]±º1‹1Ó“ HHJñõXòþ»|kî¼_‹ŠŽæ/¿ÈÜK.ëôx‡ÃÎgŸ~røs¥¶¦šgŸy†'>ýà£í¹¹.À´´ÿ4õoGûëžöôAÚbô*GþL«É )!DŸ¡ª!4Meô˜±Œ+N§4M# â÷yÚŸ` »L‡ÝÖÇ;ÝžM[ٽ´ÛȰ;ûc‘¡(„g-D(Ø>SHóâñk€C”߈Å~»¿Ù”tæbtŽæ Æ,þ£–Æ…|NlMi%žÁ#“mòàòj˜Œzð·'Rz^6†¬ Ñh.=ýF ö|_®¶2i`":½•ܬ(êö­c§m*ù–£'¿±íÙI£j¦ $ Cȃ ¨­{ؼÓFTÿs‘c%`Fúòµ¬ßšÍ”ÁV$&%„èË$ %„è[ß5­}£ÒžïWÔçƒL‘ðnâáKÏ祆F^³§¾“^zE!Î|~; f‚n/_+¶{ÙgW°-$^§áTÌ$gÄÃε¬Ù>˜¬h[ðªtÿ9`J¡_^ k*—±BWBV|zü¸[’ò2°X¬DQÁî-;ˆJ7¡ÄáS9Ý9™²P ƒ¨¦LJ×ñß kÙ™=“²=ñEÃ(´­dç²¥Øúå‘–ƒ^uÓ²/UbúÏdxš¿3€¦º¨Ù\ÓÒŸ©#ÒQ<6¼†T LoË3o&¥qÈÒ=!DŸ%)!„8­Þ• ¸ùK7ŸlšÓEt9Oî´ñ¤œY!„èuŠNGÀïÇhê~³2¿ßß>s¸;: –hô-;X±lGû¯ŒDŧQ4z(C‹P=-„4Ñ#ÚJÅε¬ è1Ǧ’g]Þ¢X‹ËSÁ®Ê-lðª€Kr!)ýÍtý:$ÈÎÊu¬ÚݶlNg0ŸݾÔÉ”}LbN/c@Êçl]¿‹‚é%XŒ‰ŽAòJvï­dóž ÇbM§xÜ †%¡xí8*¾ú­ì²›È™2Št½‡3ˆ†‚9­”âÄål[¿›ü©ý±¨ª V!Dß¼õ‘.B!„âìSÔ¿˜´5Œ€‡N§£°ÿ°n’‡NãÜ VbÍú£6/×Pƒü._ûÞJJ©ÅcÉK´ÙˆNiO âwi D‘7a6¬‰CŽã*d"!gåÅåDYÌtíÇ<´:õÄf•1¦ßhb¢ÍtíµÐTBþÖ¶GÝ•}éc/$7!™ÅÅá¹ÐJY£Î§_|"1zN[+‰„œÁŒë?‹ÅÔ^~[û}­-x}¡¶ÀSæÎ)ˆ'!Ö€ÏáäðCõtÑd½ˆ¢„D¢u^¶Vä{Bˆ¾HRB!„Bœ…JËRZ6ðkÈY#ÐÚBKk8ICø]vü®Î„ðÚñvøšJÀã$àqvX‡¯‡¯õ$Ê>1O¿½‘æêás4á;>o¿§ëUŸƒ_'í¶wÖn!„ètÒB!„B!„¢7I@J!„B!„Bô* H !„B!„Bˆ^%)!„B!„BÑ«dSs!„B!Îv[‹t‚Bˆ3†ÌB!„B!„½JRB!„B!„¢WI@J!„B!„Bô* H !„B!„Bˆ^%›š !zÍçË–rÞ³q»]‡ÿ-„Bˆ¯ÇÞ=»©®ª +­¢(ääæRЯP:N!D¯€”¢×€’`”Bñõª®®füÄI Ý僬øò?BÑk$ %„è5n·«Ã !„âk ia£ 𦅑2„£r»½„ýJoÄc%5;—ôxÊØUª»†­›jP31(/ý¡.ôÕ³cü)¥ îgÅ iÞº†Jg}˜2¡EñmǪ>lu5Ôl¡ÕDCÁ‡5-—Üô(Û:ÎCI(aDiâáò…âl&)!D¯‘%{B!Ä™N#èóŠ@ù„~DÄçl¢fÇFömóa3ˆd†v†µJEÿ~N6ïÙ‹-$©ZUóÒP¹§) SÆéßOmƒ½í€è”—uÔŽ¼º¨$¬ÔS} ‘ýÛ·PÓª'>»?CrÒˆ5p5×Ѥ¤“–èÃÙIŠÉJ²¹‰ªý.TlBˆ³œ¤„½F–ì !„g £•«‰ÖF?º¨$òK‹8¸¢»)B]=6o+U6Ñ’8„!1mOR ÙØ¹v;ü J7ƒÄQ»‹êƒÜ~PˆÊÌÀ¼tøqìßGõ&ÜAЙãIË+"'ÉŒø+ؾ·_HŒÄ¤äPÐ/h ºº/û:,©…Ø6°{C-É£ÒðVï¢Êi!oÚxrôv4ºŽÌ 3Æ“œlÁ}ÐIðÐïœõÔÝ´îßIM«‘¬ 3±À„ßiÃéöcÊ*&ÕA;ØyÁƒÔ9ýŒBô BôY²'„BœEÔ>¯¿ÏMsm5n%ÂÄ¢<:lÞ¶$º¸\rSÜìoôž5eH. +¡‘vîns1£Ê ˆÓZÒHQP±~=;öëÈ8žQœ•«X_QIì¸!$B›JÞà22S£Qm»X·f7û’³š" †SvàÄY\Š™ä‚þØ7ídÃúÆV¢ŠÎaT–‚½¶ï1Q" 5èÃãõÒÚþPÔ7øP’Êo¤õÀ>Ý¡#‡µ:€`{Ùä!„}„¤„½F–ì !„g û*Þûè_èˆ/™Lq|§-²ù=º¸<òÒÌØš‚(ÞfZ<©©ó]v‡Åâjj„ÜbÒk×SçŽ#ßjÇ•D“½D‹É"?i[›¬…&{þG/Å”D^~"*ëñG1uT&´TÑâ=®Möµ,Ytô/â(=ˆÄ o¢²R1y›h8:uBŸG4yÇn– ”¢o€”¢×È’=!„â,;˜É“ ˆR4BþVlµÛÙ¸ý–ª£(NŠüC ¸q»=¨€êvàQÁ¿íÞÜvÜÍ‹C%:[OSý^öÕ6`wûQÑ£×4°Ñ[âÐL»4/- ö¶LžZöî¯'ò8›*¦” úÙÿI1—hƶ³¾mž“N!àõv½ôîø<0“»¦ {@“1&„8ëI@JÑkdÉžBq–ÐG“ ކVBDe”Pr°ÍûÝÄôKÅÝâBTµ§»!)¤Œ9ŸÑiÆc~«3Å`´U²sg ¡ôAŒ›G‚ÙOýªOÙ èP ‡e«xêv±Ïi$wâ9dìùˆÕ«¶“<6ýñybIL0à:¼ÿ“Ÿ[% ‹Â¢[C Ìnf:øöÛ %%„ètÒBˆÞòù²¥DGÇœðo!„BœÔ ¿¿ß‡ÏíÄéÓ¦ø8Œz&#øíü‘Þ ˜bˆR4œÍA¿‡ÃvøÇÖXKm]nâ(;œÜ8€Ç‡ªè8?ô+–¸d F gDiæ}4KF ”jjvm¦> ÇLf|w· zbs2$®žš}»¨ðª€³5—´âXŒº,ú+ì¯]ÏúöMý‰¸ÜèöI‘–­áoÚKM«ÌIãÈTlhñ¢¢`²æ›°=›ëÈŠê vßCÆr†Œ!Õv€êê*öxÚê¨7Ç‘”Gb’'€{'«>?þh+' ÃôÉL)!ÄYORBˆ^#OÙB!zOnn.+þû%šÖ}dCQrrsÃÈUOBÿ‘LšGzœ‘Ã!,M%èwã:X…Íéo[=§˜HÈ,%kðT’â£0(¡€W£Š†™Œ¡““…1P{\… XóÒo4I 1˜ô  ôØhpéˆJÊ¥¬`)‰ñ˜Û2FSƒ\ a–}La˜RJ[MnºžÖM~¨žb!¥l…Y$ì¨n iàDr³ ‰QÒÜiê±$1²ÿXâã¢ÛëjЇ×ÙDÊ ‰äd’féèh {jpI@Jq–“€”¢×È’=!„¢÷ô+¤ _á׳Чa/{ÂHªp5ÖàjìüuGuŽ_ âi9@mKÇuð;ØïhèyÙÇ µÖ²·µ“:Ö]Ç®Ú ötÛM>œMûq6uürXy!ÄYLRBˆ^#Kö„B!„B€÷Ô£¥ "?&ˆÏ˜IžÕOÍöFtúÈwéÖ›ã‰2 B^'No[¨D—CNzÑ1ñÄé½xZë©Üç"nð4Æ Ê%!6žŒ²¡díÔ4é0«ü°æö#5΄):k”Š/ÐÁRÀ@çi ‰9Xu­Ôð£×) ¹i²0§g«ù ú»/ç„69ØÝUÝÛûM›IVš•˜ø ŠJ3ÐEFI)ÙÉ $f–Pœ­õ.Œø»Î3’þBˆo€ÌBôY²'„BœùTÏ~ªZ dMËÆðàÖ,¤¤±ký6h“H#@¤»"iZˆP¨}ÖŽv$\¢…4@uµÐª‚wÓ{¼¹éØãΦ‚" ÓêØ¾ìm™ydçä‘™Õá_àuñ§5&“¬gãÞZùÙhÎfšÜFR Q.ˆ+«œ£Û¤zº®»Á¤œÐfÕ`Á@ n êÅÒ0š ÐêA5Àg;eý!„ß H !z,ÙB!Ît*­5ûpj~œK_¥ê¸WwUÉÊ¿ª ƒö'÷éOaù ©cÎgTÚ±OÔ™b0é\䎜I¦»‰Ú][Ù¾z7{²G2vP:¦ã'nébÈé4­‘¤¼t kwQãÏ#Ív—>¡É‚ÞZWÇö´îÊÁ’ëPÒÞhhŠîÔö‡B|$@.„è5²dO!„8Ã…ìÔÖz0Lfæù2ëðÏyŒÉùÿìÝwxTEÛÇñï–TR ¤“ÐUŠ¡(]AP^D)6xìØ±¡(Ï£" Š X¤ Pª‚(ÒCM/›Ý=ï‰!e’%Àïs]{²sæÌÜ3{v÷Μs&³™\› OÏËÚl6Ìæ’ÖÍØ8ù×Qì¾qÄCNš »½@"Å/’ê8´ûšUÁ·æe4uì`÷®lvXðò«N¸¿È<‰oBÌÖìøqàI`­VÄDzùÕ%¨^"­ªìæ÷=Ûù%Û Xñ©Mµº^˜ÓS9º÷Neå%ɬUB©}y"QÞ™ufWJ*kÆ'².¡{6’d©K|¤'¹™éy«žŠÝ¶ˆ>Eûßöܬ2}•+·xˆˆœJH‰ˆÛÞ^XÍùuæf‘î¨KËÎMðó÷Á#ogŽ\rÒÒ°s€ e­Uð÷1“Oˆ9‡Œüä[IÛÕ§T[1mOó!æŒ>›ý㸢çeZÉM°ܸÝýª`Î"¥ã!"r>(!%"n£SöDDDÜ'¾ACâ4,çZØÒNp²¨§\ÒO/ð¶ŒlÅýÊ™CFJgÉN>NvmÈÍJ#7+íì§ì™¤Êt©'F¡e䤥‘‹“ôÛù#;”æuƒ0å¤P0ÿf”´Ÿ"úTlÛqœÕgÞAò‰‚µØÓÏŒùÄCDÄÝ”·Ñ){"""R©Úº–=iàMƒ+©ík##Ùµ ¯‹ˆˆë”·Ñ){"""R©™ü©Õ® ƒñ±€aÏ!+5]§¸‰ˆTÝñSDÜæÛ5_ãë[嬟EDDD* ÃAVòqNž8Ω”4²íZ%"R”·Ñ){"""""":eODÜH§ì‰ˆˆˆˆˆh…”ˆ¸‘NÙPBJDÜH§ì‰ˆˆˆˆˆè”=q#²'"""""" R"âF:eODDDDDD@ )q#²'"""""" SöDÄtÊžˆˆˆˆˆˆ€VH‰ˆˆˆˆˆˆˆˆ›)!%""""""""n¥„”ˆˆˆˆˆˆˆˆ¸•R""""""""âVJH‰ˆˆˆˆˆˆˆˆ[)!%""""""""n¥„”ˆˆˆˆˆˆˆˆ¸•R""""""""âVJH‰ˆˆˆˆˆˆˆˆ[)!%""""""""n¥„”ˆˆˆˆˆˆˆˆ¸•R""""""""âVJH‰ˆˆˆˆˆˆˆˆ[)!%""""""""n¥„”ˆˆˆˆˆˆˆˆ¸•R""""""""âVJH‰ˆˆˆˆˆˆˆˆ[)!%""""""""n¥„”ˆˆˆˆˆˆˆˆ¸•R""""""""âVJH‰ˆˆˆˆˆˆˆˆ[)!%""""""""n¥„”ˆˆˆˆˆˆˆˆ¸•R""""""""âVJH‰ˆˆˆˆˆˆˆˆ[)!%""""""""n¥„”ˆˆˆˆˆˆˆˆ¸•R""""""""âVJH‰ˆˆˆˆˆˆˆˆ[)!%""""""""n¥„”ˆˆˆˆˆˆˆˆ¸•R""""""""âVJH‰ˆˆˆˆˆˆˆˆ[)!%""""""""n¥„”ˆˆˆˆˆˆˆˆ¸•R""""""""âVJH‰ˆˆˆˆˆˆˆˆ[)!%""""""""n¥„”ˆˆˆˆˆˆˆˆ¸•R""""""""âVJH‰ˆˆˆˆˆˆˆˆ[)!%""""""""n¥„”ˆˆˆˆˆˆˆˆ¸•R""""""""âVJH‰ˆˆˆˆˆˆˆˆ[)!%""""""""neUDDDDD.|K¾\  ˆˆÈC )‘ Üu}ú*""rAÑ){""""""""âVJH‰ˆˆˆˆˆˆˆˆ[)!%""""""""n¥„”ˆTþ•ÙŒ··!"""""RF‹…ÜÜ\ÌæÊ‘ RBJD*½€À ²²²ððôÀd6) """"""¥`±X°zxräÐAƒ*E›t—=©ôâ4ä§õëh•؆°ð¬VºDDDDDD\•››ËÁýñÓ†iÖ¬E¥h“¾Õ‰H¥ À/›7‘š’‚ÓéTPDDDDDD\d6›  ¤Y³„GFTŠ6)!%"„ˆÈÈÓ‰)¹°éR""""""""âVJH‰ˆˆˆˆˆˆˆˆ[)!%""""""""n¥„”ˆˆˆˆˆˆˆˆ¸•R""""""""âVJH‰ˆˆˆˆˆˆˆˆ[)!%""""""""n¥„”ˆˆˆˆˆˆˆˆ¸•R""""""""âVJH‰ˆˆˆˆˆˆˆˆ[)!%""""""""n¥„”ˆˆTzÎô?ø~ᇼ9i6»²Ý±GƒÌÝ ˜ôö&Ò Å_DDDD¤¼)!%"RJFÚ:žéE@t7^Ü”ò®qf`ï¶_ø#ÍYêm³·Žçæ[îaäÓ°Ûß £F`á7³*½œš›Ä·o¦eËÛxê¡ÿ0å×·ÄAóJDDDD.%JH‰ÈÅö‹—[XØ#žG6–ÏÒšÜÃßñå϶ß'aWäKdŸGψ:4iן)»lç\ŸÉlÅ`ñÄl*Ï–:9¶än|f1§õcÌÜÙÜïå–8h^‰ˆˆˆÈ¥ÄªˆÈ%ÁÓK9UUgSƧðÉþºÜrkM<]8°—ã’s@(~ÀÉÀ(‚-åÙN3Õ{LbñòLâ[×Â×ä¾8h^‰ˆˆˆÈ¥D+¤Dä¢1lI)ɤþý8¶ç›yCö¯¼9ä*ZÄEœ¿z*0örn|n)l€3‰¹=«DõqÊprtnϼò±ÃXsôg&=9™·&>ÎøÍ™`ÛËœQéܬUóë ip s9 7‰5“†Ñ¹A8A×nË€1 ø#+?+QR{\-`?Êš‰wÒ¡~uƒªÕ–›þû‡Î¬§~äé•cͯç‘ñcÒ9žjAÕ¦ÝSÙœê,}½%µ€#L€úðSVáãçLÙÈôá©D@`u ù‚“ž÷ # ¢!až®´3›íã;D@­¡,=áç)VÞS€À Âû~Ä{~oŒfÄ­­ *¤¯ŽSl˜~W%ä÷#(†VwÌfß‘¹tû×j<¿½Ô2¯LÛ7Ùk/!YgÌ+(Ÿù#""""¢„”ˆÈyf?Ä·‹d÷‘t&oªx‘üËÆà¦é{È5W£ÝÀ–˜€œõóù%0RøéÓ8¿ŽýhîF¶?øüÝ%üôç)ìxQÅ×Jn–/ai¬y¼+×>ý ?Ê« lj,~õ6:Ü5ŸÃÚƒ‹eŒ¾Õ•kŸù”ÍIŒéä¾w#=_ØLVÁz’2Áäƒ2þXÅôç^áÓGÈõ2q’­Ÿ>Î O®'£´õ×¾,ÁaDD„S£vu¼L…Ñ'ƒ{ñÈÇ›H²ƒ§¿''ýûBQæªy~曼ó\gª™]i§7 ÷Î`lK œœÃ}cVó×·ÏsÏÇ  o¼ÞŸh‹ }5Òùéùtyô}ÖÈ<ñ0R9h«F`)×—#¹|戈ˆˆH%¤„”ˆ\”OëLXÁkHõü’”•ðáÚù¿søÈn>¸6/Ãôó'_sÄa!¬ÓM´2©k˜·-Ò73çûlÀ.·´Ä¿È½úpíç{8|ø8§v½Îå'çòô[ûo®¿¤ãGùõ½¾TRŽaÆ¿.–]T{p©Œ}ÿ\žš¾ˆá¾åðǯ{ø}Î{fNccæ™õìæÈþ¥ ÌûMøË9œ´¥w…plÅ—ìÎ.K½%õ!œ;>û…ß~ý•íKGÒØûì(æîÄ•Y€?½ÞÞÁá9°àF ²†’Øg 7´ ÇŠ‹íôªÏ°é/ÒÆ’f ¤s¿w8DUnxsÿaq©Ç¡yŒšô+`¦éãËØwò('Ná·©(Õ -9öýå=DDDDD*]CJD.‡â×ÛI>u €>7ô+a oªøYù{áI@ˆ7…^È\•Ë:Õ†…¿À©ýœÊ…áW1¤­…¿?Ʋy;9fŸËê4 °;C.Ä•Ë Y<=Éܵ’–ËÚ·>&ðév݃?ã£SñͶŒXÚãB›ƒw¯dû˜|U &,Ÿü;ûRà÷ïjL~ égeú!;é'²0Lþ$tŽÇ2ãŽÔ#¤8 » õÖ¾èRŒuöŸëøÀÚŠ[ºEâäzzRÜ¥¢\j§¯Ï:C˜ö¿/hùÐZŽeCÈ€©¼|Mu,@º u4ûu)[œ€¹- mM%o®ùW#«|ç|VyÍŸB7ÿÓ9:¨ˆˆˆˆ\BÌf3Ä7H "2²R´I )©ô:Ä–ÍiÜì2||}Á08yâUCBŠÜ&bØb~~é2|J¬Ý„Å3ÿ»áİ„ÒõÎx}¿ŠÃ ÞáäeœªõBë Ýņ›þN]qkÃÅö¸PÆpùe«sÕý‰+Øq¯º40ƒóìz<}¬€§#o{³§7VÀát`e¯÷ì>˜óy†Qâäqæm7 ü¢h.µÀ™Â®Mð÷å•NlZË™Ýñ3¹T‡a8óºk2c>óö~fkþ²c;¶"¯à^š8TÔüºèÀ""""r ñòò";'‡ŸÖÿ€ á‘ç½MJH‰H¥÷ëÎ4jÚœ*¾¾øúùaµZ1™L¸G3Õ»ÞÇuA«˜{øCžþ –Û†^F•RÔâS¯ YÂ&ÇLŸ·›«†ÔääWo±ô@ í(¯^x×iO]–²dN…õbÄC‰T³‚=u?ûÔòÅõDZÔkò È È9Æ–íDZ·ŒÆb·á´ž½òɻΕÔg)[ëxmÖ/\5¢Y‰ç—»ÔNùbC>8Áíé¶–/È­OvbÝ«¨âB¹µóË8ÖñƇ[érwcüÌ2“sðôªFTzœõkÿ"ûòÚ燊œ?Å%sEDDDäâTµ*­ùeóÏ•"!¥kH‰H¥—š’Œo•*øúùááááR2ê¬kH†Ò|ô&\=«ÊІûo+p²\ó»¹½w©Úm­qcùæ¡V„V%þ¶yœü®~‚»JY_qcûóÌÍa€ƒMc:^ƒº×~ø¯»ì•¥Ž¤/yäþ…¤ÌÓfñö{OÓ8ôî0žú&« uxÄöçÉ«6Ö¾‚Èpª†~ÅÿØanÄÀ«‚Øùl"‘‘µiÿÂïeŽƒ;爈ˆˆ\üìö\ÂÂ#IMI®íQBJD*=§Ó †Õz.‹:m¤e–æ ÏÞ$ {”6€@ú>ÑØÒîÞD‡ÿ}Åü'{Ó4Ôr ð«C§{f°zf¢Ësª¹Ý'¯fÞS×Ó<°‘•màÙ”FÆù®×ÍÀ·frOûh¼¬”4¬¡ddØ ÙgWM\ŧOô¦i˜'d§‘ž Þ!5izM¢=ÊÐN#…oŸ{„©àuåóŒé‚OÜP&Ü aÖ}/³1Û…¾ZªÓó¯™3ª7MýÀ™M–ǨhÓåÕy¼<à2Â=Áž‘NÞÇ4¢K×8üÍ¥Œƒ;爈ˆˆ\ô gÞw*§ÓY)Úc*ä_3`¹ïîáÙ¯½ñ&'OàË/æsÛ»4‚"Rjï½3ƒ^½ûúÜ’/pó !¤¥¦¹ýüOçСSf$"""""r||}ùè½™ÅÞ$*55…Õ+WУ×u<°ŸÓ§3yÊÔE@d©À©ülj?§æ?Ÿ•_Þ8È»úìßÓ6´BJDDDDDDDDÜJ )q+%¤DDDDDDDDÄ­”·RBJDDDDDDDDÜJ )q+%¤DDDDDDDDÄ­”·²*"""""""r¾Øvœ'†a(ed2™°˜-˜-L¦ £ÍJH‰ˆˆˆˆH…1 ›-‡ÜÜ\œN§"r 0›ÍxxxâééUbr$7ׯþ}ûÙºåNž<©à•Éd"((ˆ„FM¨Y«&D»•‘ a™YìÙ½‡uëÖr4) ‡Ã¡Àˆ\Ä, ¡a¡´iÓŽ¦Íš›ˆ¶;ììß·Ÿ ?®§S×nÄÆÖÄb±(ˆ¥d·ç²wï^Ö¬Z…á´S»^]¬–ÊŸ”RBJDDDDD*„ÍfcÏî=¬ZñW÷èADd4f³.c+r1s8ìß·—•+WàHý¸8l99…–u:œlÝò »v¥Ví: ^Y­Ô­[3°öûƒµŠR"""""r‰²åÚX¿n-Ý{\C«Ä6 ˆÈ%"&6–jÕCYüåB5.2!e§N"&¶–‚VNq_²xöÜÜ ¢½JH‰ˆˆˆˆH…0œN’’’ŒR0D.1uêÖåÈ‘Ã%®Š4 ‹Å¢ š—‹Õ§ó¹8¼ÖËŠˆˆˆˆH…q8:MOädµzèšqR,½3ˆˆˆˆˆˆˆˆˆ[)!%"""å$—ƒ‹'2ýÇÜvcwÇQV<7˜Á¯n!ë|uۙʦ·Ÿbä´ç¯ R9dÿÉâ÷×t¾8SÙç¦Úa´~æ—’¿¬;O²îíɼ»ú0ö²öã¼%PÎC»Êc^T†}œ9 ’×ñÒõí0z Ëæžß~8OòÃô ÌXuˆ"[R¯)íûîÏ<ÙÄð¾s9¢³•©LŒÔ5ü§vuïç»´ è¯\™™øò>n]´“­Ó³ä¹9ìËø•×õçÁÙa+ó'?b$аnu¼*äSKÛ_½•>5Ñoòg,]¾”Åcñó®N݆ 4¨é‡¥\>qUt?. ve—ü¨ û(È~€÷o¾‘i^²ð§¹5ÆãÂ쇈H¥‘ÌÒX­ÖÓϪuH¼áqÞû9ùÂM¤›ýˆmÔ˜„ú¡•ëóÀy¢»ì‰ˆˆTvöÏ}9'ð1>fìü‘,º-ª|"Í·5ãVÎÀˬè dm>÷z=k3øÝ• ®¨v;N°á«=x^ù ßÔ…€ÓO´ã¹/W•ß~*º[».¸OÔQô{w}CÂñ³(""eñ¯ÓÍ ;©‡AÌPf½u1–,Nþù#Ÿ½úEö£„qø{NnÇuÃóÊÔlÇí¿ç¸£|^;ΓËDL¿Ù´ëð-"$ Ž6W´£ý•]¹nм»d:íÍ[™>c+YØÙ÷Á@TóÂÃßh‡LgKúßïI'XýLoZÔ Ê{Þ£ Mû)ï˜ë8ÁÚ׆о–_Þsõé7민÷tÇq¾›0ˆ61¾xxxX¯+÷ÎÜÂé…ëYy¨¦±þôÏñ;u)×Uñ Åå¿‹Ú·ýO^kîÿõËI-©—­© ’¿÷%2öÎD:¥ÜE§3釘Ñ) oá‘3]«×°³êƒ¼õÚ•TµfÃì—wggvå®göMÑX])ƒ…ªÍû3zê`¢ªyüó{Œ|ì!Ŷá‡Q ðr¦²mñ2¶ÝÇ[o\M„‘BFX¼JÚ®ˆžUí;ÏNÀ >¡µñ<ãyÛïÓ¹ýÞ0…ýà“ò'û¼¢)ÛIO™lÛ‹Þ“­ úß'ŒoèdóÛòø-ýX·†‘ o¥µÝ+,y¹ UkP-|ÙpF‰l¶¾r-W¿x+îû/vŠÅzòÙÍBñàH^‘=ùlêx'³áíÇ{çMToü #ã=KßÎzEAEÆ® Mû¶ÅçÓ5,Û“Cb#/ ›ß~CJhzÕóŒæN¿û»ª=È;S:PÕžÄú·F3®X”4/JŠÑkÉ}?×}Œ¼jÓnZEß{Ÿà†ÖoÐüÛ‡0>u. IDATy`Q8|ý(—U1¹0ߌbæÍ —Gæì~¸øZ´ysùcS]ד}_½Æèg®ã/Ë:–ÝW¯ô±(äµc†‘÷¯ˆˆ;˜¼©b[¦ 'BZÞÄ3ïÜEêœÚô=xj¶cóÓ x9SÙ²`1[‚bÖŒkˆ2’I¯‹Yl׎cÐaÄæv­‰õÄ~²[„âA¿¼ÐÎϡ먩ÌoÀEÿåÑ»®`±……ƒc]K¢¹ïS.–SBJDDDÜőĒ ‹q^=‹k#-x…ÝÂ}­Æóø¤e¼ÐáF ¬iö޽‚WuÆèÚ½#Q½›qï‹ÓÙ~ýs4µºPÆÛ„o\nˆË¯°uÙ æ0èë­¤>Þ€êï§fGztnfº²Ý™¼ªÕ¥aBE-¬w$ïç$þ´ïxW´ÁL3Z—5­wr5ã¦î&aÌ&^½³6@›F¬_Ú—Ù_üɈñ–²Ö¢aBÂ?}M?£ÞäÕ¼8q;aw,eöØDü >™¿:Ä»þ5ô¿¶ þ@‡ÆvV,ÎÂoŽðp|ÌY¸Jlç#ÞEŽAEÅLµ¾‰v^·±`é_ŒjTÏìÝ,Xr„«n$Á'¯ŒKs'ö ®îÚ  cS'«âï>+%Í‹’b4¼KÉ}?×}Œx<ž./Nã¶•×3üNO6.%걯y¤™¯KÛ?±·èySŠ?Ö—Æ¡ÝFÍ›“tlMȹõl½ó%ZXÎíµc®z3~KÖ±[D*–áÀž›KNN*I{~dÞ¸Xf fÀ ñÅ„)þZÄç—Ml@öü¸âRžJ ôïcaí.ôêÖáôiùÆ©EŒye+áÃV3ï¥vÿz5N-â¹W·6ôk>y.ÿý·["Á{êqËs“Ù2à.+EóÏÜ7öS®•»Dè”=‘J wï\&ÿÀõw·'ØX£¸î®˜WOfÞ_ÅܱËN§> `ÿZ¶§8],“ÃÅ/rË• ‰" ´÷~焜LlÅ^%´¬Ûϧñpëfâ³Mh{ËS¼ûí~²Ê¸ä"çàzvdÁöÑ—’ŠS@¾ÌO‡ãœ ¬÷>ËÙ¿Ž­™Þ´¸&áßI…¢>`Ö$.NL)ôÎ{åÕÎòŒ€)¤·wðf÷œEü• 9{0_5zÞÜ”*eœæ ÚÄW+:eKk9ôÝ•q0wäù)°¬þï‡óƃMN'†JÚ>½”ó¦-/ýkÑÌeÝêÁáMüVȱ¢¢^;"".}ÊÍ%''»À#»Øþ |ñ §N‹ëxtU·NZÈ„¾ØrRø}Þ“ômU“ /<üê3t²SHÏʯÜ6lêNý} ¿døÐ¢{}<ÿµÏžkÙ#îŸçrýiÙ«øŽŸŽd’““ƒÃÑó϶6NÀ°çüÓþBö}öï‹*WöÇ…D+¤DDDλlv¼7mŽ£lëÅÌ3žúán†<Ù°ÈåÛ&SþÅ|/XƶûMú |‰Ô~ÿcÖøvDzeÙ}S—ù²nW"ïzÜ5wݾ™Íô×'ñP¯É¼Ô«¦ô&¢´uÚ¾ºŒ‰í ¦LxÅà[Ö6μðš\ÿˆåiÃá,c;“Î=v&3VØm¥H™ªråÐîøßð1Ÿÿq×Ì›ËÞȘټÊ9ÌbQÖ±ôö9÷yãÊ|1ÒÙ¹r'°Â|¼ñ1.k˜7JÚþè²¢çMYƧ¼^‹&7¾vDD\; ŸqQs#ïøû>|»Q^Þ…Æ韟Ä0ÈÙõ7öÿ©ý_fÖ«m‰ò8Ʋúð¬‘W—ñwÿü μ÷tãÌ}òO¹?gä?œùÏ›±šóŽßÎû8ÝîböÍ™¿/ªÜ%B )‘ó-c3o¸Ÿ¨ÛgòÞàš®“ÍÖ—úqÏûï²åá—iUØ…œ§Ø¸|7„ßJ\` ŸÏ(“ýó7üJÆŒÂUµ=€4’"¼àPñÍÌÞSÊíÌ^xAæ©Ì’oÏlò¡f‡Á¼Øá&†¼ÑËžx……Oõd¨«™…ü^Q-¨ïé`ËæL"‡´$ÀT>CäÕ’úž¯±qñvÒ»$žój—ÛYšE‘± "&Žïødgk|\Zo"¨ípníÎûï}Αùû¨7øvù”qœÃ¼pi,‹ê{hyíà å»1Üù¦;æG»w¯fÈÏÐsÝ«t 2—¸½áQ̼±º0>EĪLãàHbÍç;!z8 üÚqõm¼Ð„”_ /»ŒšÖ3~dý¾†_iȘQƒO „ç ÿNöLvýý?Ϩ–ÔóœÄÆÅ[IëÒæ_ÇfÏèËiè3‘‹·‘Þ%1ou°ó8ë¾ü "n£Q ÃH`8¾}ÉŽVyÇïÓõÅî›3_T9%¤DDDÄ ÁHùa:Ÿ‹eè]=hÕèßë ê ëÎ×Íeêú§hÕ>ÿËè÷xaF:Ýêz²Åk<±ÔF‹±wÑØçŸDF±eb/§ã˜ñòLêjA˜w;Ž•|BŽwi·óŒ¤E‚/)_¾È„O¦]•ãüåL䦞±ÿºMîÁ¥¼½8“¸&5 tåÇ GÀ³!!Þ.dP¬DAÚú¹,ü%¾Mº0ê®Zt{ãVø?Űnõ Ì=Ê®ß-t»«µ<Ë6J¦ª5¬6]'ßÄMUžfh§Úøfæˆï•ÜxEYê+¡.^T¡ØØY#ètCƳ£>Ö`XûH¼N­å€ ,ÅUZ¥9CÕæÝ—ïe†¥Ö==^Þeœ;e™%Å(úX1}/§}ÔÌYÇóÃÞÆ>hÏvŠÇ¯áDæµÌðgûòã„+,i‹›7\Ÿ"úqcmׯ!û¯ïX¶Ê“êöCløø<ÿ­'ݦ #ÁpžÛkÇyr9ÃÛôciÓ©üðÑ¢ô­BDÎñóЙ ©~40 ÉÔxÅä _z—zùÇÂíÇrÉ_nT ÁsF²'¸«M·É71Ð÷ÌcsGFÝO‡WnåöjcÖ&€KÆ3r¹Á•撚·A8û濟7Ú>¯SßsÀæ3WH’:3quf9çÉåü§Àñ5<µøÿG^ÀÇ_½uˆˆˆœ×Ï_'X=m i5ï¡o½³OÊóoq ݃æ°pÚwœl×0ÿX6ë' cÊþljHŸ1 ÷wÍ*®Lü}|0ù÷{’?Ê»¡»g@8{‡ãm¢ÈSÿæ©£ó¾”ÃkGwÙ‘rû8drÊžASàÎÞÆ#î^ÞŸ|ˆû_|’~Ž…® ÇóïWÁ:NoY…VO/æóàQ<ýæÃÜ|úØ<›ÿëNÓǰÐïqF¿ñ®çÀ;:‘þ–òüm1X êýçCf¹—'߸‡ßµ}0ÅìûÌßRîŸ_y§ºðÿ •©̀徻‡g¿öÆ›œbbk* "—=¿ÿNxxN§³øã„ÉDfF&³YA;G†ÓùŠ£R"""""R!<=žF›\P§’ˆÈ¹½îssmÅ&£,V 5kÅât:ؼé'R’SJ<ÅOÎf6› ¦YófDDDâëãsA´[ )©P¶œl99 „ˆœÅÃÓ:õê]£öÜ\Ý鮌L&3^ùɨ c•™R"""""""rÞX-X«x(—­™·RBJDDDDDDDDÜJ§ì‰ˆˆˆˆH…1 ›-‡ÜÜ\]¬Xäa6›ñððÄÓÓ Ý4OŠ¢„”ˆˆˆˆˆTÃ0ÈÌÊ`Ïî=¬[·–£II8Fä"f±X ¥M›v4mÖ\‰h)’R"""""R!l6{vïaÕŠ¯¸ºG""£1›uÕ‘‹™Ãá`ÿ¾½¬\¹ÿ€@êÇÅé.›R(%¤DDDDD¤BØrm¬_·–î=®¡UbDäKµê¡,þr! +!%…ÒŸ'DDDDD¤BN'III„GF)"—˜:uëräÈa­Š”"ifˆˆˆˆˆH…q8úB*r ²Z=tÍ8)–ÞDDDDDDDDÄ­”q«\.žÈôSpÛ=gGYñÜ`¿º…, €Hžì?Yüþ’ôÇ{‘óB )·q´äQ®¹ýFöéÏ„ŸÓ1Œ,öÿ¸Œ%›NPæïÅÙ[“N­›çþåÚ‘ÌæóY¾ÍI°Êª¤XU„òãʰÊ6>çÐggò:^º¾=FOaùÁ\šDDDÎ%¤DDä‚c¤®á?µƒ¨{?ߥNÃ372ñå}ܺh'[§7fÉssØ—ñ+¯êσ³ÿÂVæws?b$аnu¼ôÎ^ùb•]c\öQÙÆ§¬}¶àý›odš×ƒ,üéCnñ8ÏNá«Au  :ý¨^»Ýn}’w¾?âBßRùzxs l^Ÿ–=ïæµo’PºMDD*+«B "";ûç¾Àœ“ø3vþHÝ…åBhºokÆ­œ&€—YÑÈÚ|îõzÖfð»+¬É¡Xi|\øôE¿w7Ð7$¿Êpà0¤%‡è!¼5åzÂéÛ»…¯çÌàÁk¦3sÄ|¾xºÁE%è ;§öþIfìpfMù?ÂÉäøŸY0å%ž¼v3ÙëVóX/Í-©tôwT¹°dmcÚ«ˆñ1³ú³vü;ìÈ.ð¼ó8+žèÍåñQ§W ÔhÙ—'æþF¦QŠ2Ø90ûvš×¨šW&¤>†¿ÃÖŒüΓ|3¶?íDæ×Jë'7‘UÒv޽LiDèÀ•¤höái ËoKÓv’sÖ—ÎLv¾ÿ]ãCóê ‹£Ë3ó® e/¼ÎbÙ“øú•A´­L@`aMz3zá¾³÷ à<Æò‘½hY?’Àü6†6ìÁ#sÿ `èqœ`íä¡tŒ«ž_g/zéFÁzzÒ¢~Ôéz¢oç¿o½ÄЫçõ?¨mï˜Á–Œ"V¾‡¬ÍŒlDÜc›þ¹VVÚWÜP=ˆvÓöa?+V鬾#†€:÷³®ÀŵҿJÀÆ<½%Û…yàbl\ã’Æ¥¸¾—×>\éO‘sß…yå8ÅSÿCçøêùÛFP¯u/úâP!ãSÆ>—ؾÛéry"«–0ïÏu®׎ÂÖ£u»ö\Ù©;}?Æë‹6°äþX~ž0ˆ'¾I¡Äµ uh™˜H›ö¹öÖGyýíÔb'+w¦çmëJ›]ˆ÷?Ó`9Cよé7›ƒv½5‰ˆHéi…”ˆˆ\@ ’¿÷%2öÎD:¥ÜE§3釘Ñ) oá‘3]«×°³êƒ¼õÚ•TµfÃì—wggvå®göMÑX])ƒ…ªÍû3zê`¢ªyüó{Œ|ì!Ŷá‡Q ðr¦²mñ2¶ÝÇ[o\M„‘BFX¼JÚ®ˆžUí;ÏNÀ >¡µñ<ãyÛïÓ¹ýÞ0…ýà“ò'û¼¢)ÛÉF™lÛ‹Þ“­ úß'ŒoèdóÛòø-ýX·†‘g®¦pfðû·ß±«Úƒ¼3¥UíI¬k4ãê¿ad¼'Í–—®¥Ç“èôÈ$>iÀ¥ã}o7ö?òÙm5°:3øýÛïÙ]mïNëLHÖ¯Ì}òQ^|øk:=øo=±óCFŽ~”AµÛ±ntóâU¾q¨BÓ¾mñùt ËöäØÈ Èæ·…ßÚƒ^õ¼£„yàJl\ã’Æe„µä¾Ÿë>FÖs¡?EÎý’æ•ÁÖW®¥Û‹ÑöÞ—ø¨km|N~Ï‹Ã_bå¶½#Ïú`êÊxŸÕgçá2¶Ï«|çZ‘qr‘9ˆ¶¿@ïwú1ïÍ×±;A.mè ãÐ/,˜ú)š›1¤±Þ±Ñ¥í³zs%¤DD䢿HbÉ„Å8¯žÅµ‘¼Âná¾Vãy|Ò2^èp#aÖýzÇ^A«:ãtíÞ‘¨Þ͸÷Åél¿þ9šZ](ãmÂ7®7ÄåWØ:ŽìsôõVRo@õ¿÷S³#=:·Ç¿@3]ÙîL^ÕêÒ0!Ÿ¢ºž¼Ÿ“øÓ¾ãU\Ñ"3Íh]Ö´ÞÉÕŒ›º›„1›xõÎÚxmy°~i_fñ'#Ä’ÈÈ‹×Õ];átlêdUüÝ,üæÇÇ`I^͸×v:d <Õ?€Î­þ£)Cƽɶ_¤™Çßõ´çªNWàÏ4ã+æÜË7äÚúžÐ)Œ/æ1lù¼!Q–Š‹˜j}í¼ncÁÒ¿Õ¨>žÙ»Y°ä!WÝH‚O^—æA1±±º8Æ%Ëð.%÷ý\÷1âo—ûsæÜ7N..¶î#öñ߉ۨzóçÌÛ‘@éÉÜ*/qüæýY}¶—­}gÎûòšk…#\ž¡þ éP¾Ø³•$[wüi¤ç8ò@&+>þ~xýmÚú( !Œ ­FOgH]O×±¥è³¹êUÌø-YïK""Rf:eODD.¹{ç2ù‡®¿»=Á&ÀÅutżz2óþ*æÒ½Öp:õiûײ=Åéb™,~‘[®lHDp¡Í¸÷;'ädb+öVueÝ®x>‡óX7Ÿ hBÛ[žâÝo÷“UÆe 9׳# ¶¾Œ¿/‚\£/óÓáø'\º²9¨6ñÕàÔÁì@ÎþulÍô¦eÏFyÉ(s5¯‹‡CëØrªðÎ{GÖ%„d¦äß'ÍìOTL¤'‘æ¨Ø8˜BÚq{ovÏYÄ_¹³gó÷U£çÍM©RÆñ<36å5.Örè{YÆÞÕþ”TwÆø%Ó‹VÿwY^2ª’ÏûòžkevzŸ™¬ј±5‰‰­ILLW¦í-Ðê:#øì›ïYûýV}ù¯ÞÓ’]/\Í5/o/ú4ÁÊÚg¹$h…”ˆˆ\ ²ÙñÞt¶9޲­{3ÏxvꇻòdÃ"O‡1™ÎürW|Ûî7é7ð%RûýYãÛéy”eôeL _Îʺ]‰¼ëq×Ütûf6Ó_ŸÄC½&óRÿY¬šÒ›ˆRÁ50°ÐöÕeLlçW0xÅàëâGO çé å­Ú8#¦Ÿ+ŒÅ3NãŸ-,fpF)ã`2c5ÝVŠ4©*WíŽÿ óùwqͼ¹ì¼™Í«œÃxž›roŸsŸ%Ž}RÙûSBÝ>IKpbÁËÃ|aÌûòžke`¤nãë=àݾ1ažÞD<4›…²qX¨Qࣼo$ñ Ô°4¥eûË ú%ž!³f³ëþçiêJ›‹ë³¾5ˆˆH9Ó )¹0dlæí÷uûLV®YÍ7§Ky£g¾ÿ.[ŠZà<ÅÆå»!ü2âÍ.•ÉÞó ¿Ò€a£†pU«F4jÚŠf%_ý¥ÔÛ™½ð‚ÌS™”˜¾0ùP³Ã`^œ»ž /6áà'¯°ðp)¾çgx¼¢ZPßÓÁ®Í™DÆÅÿ÷#Ž:á>._o¦ ¯èD|²Ù¸x;§cz‚õ‹~…ˆÖ4.ÇEÅÁDL0ßñ;É.ç‚LµÎ ¡»xÿ½Ïyçã}Ô|;|Ê8žç0Æ.KQ}/Ï}”QIu{E4¥–%“+v¹¼b‡rèó9õ½\çZ)9OñÝ+O²0£*}þÓ†@ÌÔO¤CÇŽtêØ‘NW\F´O1#æÌ!%ÓO,&\oó¹gDDD\¤¿uˆˆÈÀ å‡é|v,–¡wõ U£'ê ëÎ×Íeêú§hÕ>?‘ðý^˜‘N·ºžì_ñO,µÑbì]4öáô5fŠ-{9µÇŒ—gRP ¼3Øq¬ä“Ù¼K»g$-|IùòE&|ú0íªç/g"7õŒý×õlr.åíÅ™Ä5©I ó(?n8ž ñv!Ñc "ÒÖÏeá/ ômÒ…QwÕ¢Û·2Àÿ)†u«O`îQvýn¡Û]}¨åYú2wä‰{â¹ò•Û¸½úX†· `ÿ’ñŒ\&Þý¯¸Ÿ‹bã` Ó ÏŽføXƒaí#ñ:µ–6°Wi•æ T›w_¾—–VLX÷tì½Ë8Ê2ƦªÅKô±bú^Nû¨uyÃë®Þ•‡T§Ïë·ñŸÐq iY…£ëfñÍ)мhv±ã]TŸ¯.cû<Ý0׊“ü?¬YÍŸÎLNüµ…•sfðáú4š=8ÿv,9Y˜²›õßÏ^S6©‡w±vþT&o2Ó|L?êy”ÜæÒgœ'—3¼M?–6Ê Jß*DDD )¹øòQ'X=m i5ï¡o½³W§ø·¸…îAsX8í;N¶k˜÷K¯lÖOÆ”ýÙÔ>c0þîzÿ¾XwqeâïãƒÉ‡¸oܓܸQÞMá=ÂiÜ;oEžúçYÚíLAt7™!·=ÆKwôS0MïœIŸkbñ,ð Ô~ügMœÄcòÖ–ø×éÌýïLâÚêæ’=æPz>ûWÜ1‰‡^èI9ݹ|̾¨6Ч§ŽâÖ)¹€5Ú£Åà²%¤À‡f£ò¥ÿHF¿þúŒsàÈ€‰Ë;(¶ŒwÁ;[±qÀ“úwĬ¤{ýÆ= Ÿ×®Ðzí¸¾Žo1˽ˆt­Ç`{ü_´µìãYh&ĵ1ÆäW츄Û÷òÙGÙÆÞÕºƒé<~1oUy€g_¼•yÙ&B4Á 0™Meï"ú|UlÛ玹VX»,ø‡†À3vý̼9Vµ6ÍÚdÒ’û¸¥mXñ¯“• ˜¼˜Îë¦çýÎ#ˆØ&í¹Ê{<:0.ÿTæ’ÛœSlŸ 94£»ì‰ˆÈ9|t(ä_3`¹ïîáÙ¯½ñ&'OäÝ÷äË/æsÛ»1)µ÷Þ™A¯Þ} }nÉ— ¸yÐÒRSŠÜ~þ§sèЩ UCBLq!c±—)W6ãÙØÏØóq—ÂïlåJ©pƉô‰¿äWv°rPdÙWI¥•ššÂ„ñ¯0âáÇˆŠŽV@D.1Œ¸ŸW&¼Vìg}q/__>zo&}nèWì±{õÊôèuìgÆôéLž2ud@*p*ÿq¢ÀÏ©ùÏgå—·ÀÉ?Ç0´BJDDDD\Tø‡×”ä¶´±wÁ»¬´×¡ALU¬é{X5u4«ŒD&t U2JDD䣄”ˆˆˆˆ¸¬äÄSŒl¬ŸÇøY?r ͼ‰jq-Ïþ"·Çê#©ˆˆÈ¥Fïþ""r‘½³ÕäîµÉÜ}®eD¤|™hÿÂ2v¼ P\j, ‡îÔ'r©±Ûs±X´þUŠfVDDDDD¤"˜ÌfÂÂÂ8°oŸ‚!r‰ÙóûGàt: )”R"""""R!<=ù˜®W]Mn®MA‘Bé”=©^^^4mÖ?ÿ/ZHÒ‘#8Fä"f±X çÿúô¥aB™ ŠJ )©0N§“¸øx5n‚Ù¬4D.•×}n®MÉ()–R"""""R¡l99Ørr9M¢·RBJDDDDDDDDÜJ§ì‰ˆˆˆˆH…1 ›-‡ÜÜ\Ýþ]äa6›ñððÄÓÓ “IñÂ)!%"""""Â0 2³2س{ëÖ­åhR’î²'r‘³X,„†…Ò¦M;š6k®D´I )©6›=»÷°jÅW\Ý£‘ѺӞÈEÎáp°ß^V®\@ õãâtS)”R"""""R!l¹6Ö¯[K÷×Ð*±”ÊWP IDAT"r‰ˆ‰¥ZõP¹„F•’BéÏ"""""R! §“¤¤$Â#£ ‘KLºu9rä°VEJ‘43DDDDD¤Â8}!¹Y­ºfœKï """"""""âVJH‰ˆˆT ¹\<‘é?¦à¶{Ñ8޲â¹Á ~u Y€Ò3ÒøeÖŸ²Mñ)%%¤DDDÎ;IKåšÛ_`dŸþLø9ÃÈbÿËX²ée^ìž½…1‰áÔºy>I…UâHfó‚ù,ßæÆ$ØE5lɬŸ1©K{>ö_ÒøV„ò˜—wÇöR‰«ˆˆHJH‰ˆÈEÃH]ÃjP÷~¾K3.œ†gndâËû¸uÑN¶NoÌ’çæ°/ãW^ÔŸgÿ…­Ìïò~Ä4H aÝêxéÿ"üwÆ7»æ¥b{éÆUDD¤«B "";ûç¾Àœ“ø3vþHÝ…åBhºokÆ­œ&€—YÑÈÚ|îõzÖfð»+¬ÉqqÒø*¶"""0ý½TDD.YÛ˜öê¢G|̬þ¬ÿ;² <ï<Ί'zsy|AQ£e_ž˜û™F)Ê`çÀìÛi^£j^™útþ[3ò 8OòÍØþ´k™_G(­ŸÜDVIÛ9ö2¥m¡W’V Ù‡§u&,¿-M_ØIΙý62ÙùþtÍ«7,Ž.ÏlÌ»¦‘½ð:‹VB ã8ɺ)ÃéÒ ,o›ðfÜòÁ¾¼SØ'X;y(ãªDX“^<ôþ6ÒOÇûËGö¤Eý(óûx;ÿ}ë%†^Ý8¯ßAµh{Ç ¶œŽo¶)qÌŽ±|d/ZÖ<]ghÃ<2÷ N!rþâ‹§úÐ$<¯LL›!ÌüãÌ&ñõ+ƒh[+8¿Ï½½pßÙãVÒØemfdƒ âÛôÏõ©Ò¾â†êA´›¶ûYã›Îê;b¨s?ë \Ð*ýÛ¡ÔlÌÓ[²Ë/EÍËÒô½È×I õ”ØFWâàÂÜ,ìµSšþåu’äŸðé†ãج]_ðá×ûÈ*æåtV\‹Š“+ó£”mv¦þ{wUõÇqü=30€Ê*"â‚;nå’û®iVf.™i¦¹¥iYj.iY¦eš[šie›eö³Å]SÓ²ÜÊʵRË\Ê]Pdgæ÷ 2 (úy=Ï<ÀÜõ|Ϲwæ~9çÞ½|õñwœJkÜ߬_´’¿âíï«åü:ú‡ùQ¦ëbN$ë#HDD²O=¤DDä`%ê‡Y|t¦ûÖ£yt?*|:Ÿ™[ŸbAsŸÔŽG–þÜ´™Oóά&$þÇÎÅS˜Ü·&mgq÷R¸¹2&îxˆ±ózS2Ш_?乑ÏÐ+´>[G‡ãa¹ÈÞUkÙã7„wæÜM k4—‹WÀÃÙrvJÐi>KŸÄ^Aå1gšžxh>=ù1Æo²¼k8^ÑsÔ£î9Šcv÷1ž=SïãîI'h<äU5ÅíüqâkáN<»§ÜG»WOÑ|øL>«ïÃñ5Óûdk[w°ôÑÒ¸Y.sèû88Œ…o· hÜï|þü&=û-ÍŸ~‰wF–Âz`ÏA¯ò Ù66œ,ã´Î.sèû-üø4ïÍmJ@ò)¶¿3–É}»S¬ÚwŠ?¾†ÅëQ$ô5LžµŸ >«ùx\ýÔi-êàÿW úL~‹½]&QÓ==ÞhÓ¼1Þ4¦&ßðùÃGhüÈÃÜWÙ Í#¹üõ X·ƒ³£"(I–1¹Xg¡¹»Us¼f5,l¬2ˆåßäÙ*e0ÿ–©ž Ôà |0ºVj}4‰$zébF¦—ùü&&Ï;Hä„]¼Ñ·<î@ýªîl_Ó‰Å_ÿͰð*й]w~u»ÓÐãQ–­ù‡ÑU+cŽ?ȲÕ')Ú¦ ‘^.Ô¯ qp³Ó.­çWe«ìØ9Nœ®g¸§Ó}tkÔ&—Û&9¬[RNòÕ°,)ÔŸõJ°ë导qê>×?ƒýZ¼æxO¶s>qᱎÙÝg·2Ýycä»ÔÑŸ… ¿ä¥W[P«_o&µÞÌKuŠy·mXðG”>DD$Ç4dODD ¼¤#Ÿ3{«j„¿p+ÉýOµÂ¸i6_üãàùgnÁ4ïÇ~d_´ÅÅy8¾j=šDPÂߟ š<¹Å ±$:|T]N—sÌ«Ú@F¶6°´[uôÇÂï9äXöö1áØ6öÄzRëžÈ É(ÛiµÛW½:ÍH½û«À¿ÛØ}!ëB{†T¤(QœˆN{֘ћ’e| æ—ì<~Ìù2ٽѯ:‹CNÚfööËÂÙÕò<™{'?C䟓é7ï(5ƾLû ü»«]öcéA•Séã¿1O~Jò}“x.â03ûMew¼>gDD$÷©‡”ˆˆpñìÿp>{SN³·mIÞÏ4uÞ¢ƒôy>Âî8Cú¿ý$lçI<ø]žÂÅ®¯ñÁ´†„˜O³ö©NLp’HÈérNyV¢ßçûiýÝbæ¿9“gîÍ”‡>`ãÜ”Èæª²½VKjزìñaÍršÁvZVLî±b±^]Âän‹«5gËä,ön˜M`M±dlŽ–±Z±b¢Ák™Ñ°H†R»û•¡PvêÎ`ÄÍɉٸ9!€&ýÛâÝùS¾ú«÷|ñ9GB:óþ…¯£ fŠCn•=Çë9åB]9ŽCŽÚf¶ÊgĿփ4÷YÁöµûH|ù~Ú—™Ç‡«àdß²”Êoß®´ÔIÜ¡oØtÒLgšxz3kAù÷PÁCŸ4""’û”‘‚íò/¼»è%{Ÿ{—µ¹ÿN<{¦teðG ÙýìëÔÉêÆ<– ü¼î ÷$Ì×N§áLóÄÿú¿΄Ñ}hS޸ĩð¯ãÝŒ?œÍåŒøx@ì…Xœv 2xQ¶io&5íNŸ9­¹sÌT–kOW3Ri™žìî£GÉÚT6ÏâçUûˆi™qÈžG©zDzÍäçUû¸Ü²^jË9¶¯üJô¢šþuÒÎvì³*kZy¶µ‹‹-šàcÈ*µ¨lNa÷/±„ô©å<®×eüáìþCDYêâåR¸ ø5Hç ¶|ôáWœüò(•z?FU¯Ü‹ƒ½v™£²“ƒ&_rÒ6³[>S‰̘ׅº cFŸïyaáSlhõ<ãÖÝÍ»÷^;D!;Ç;€›óö‘í:I<È;OÍâßfSù²WÖôymžcÓèº1è£FDD”±Í¤½u>Kτҿ_;êTÍøoü Ú2æþÏ™·}u¥]”ÿ0WÄк¢™cëg1fM"µ&ö£š×Õ‹]‡ó„ÞE9&³àõ÷©Ü«Å=/³ÿŒóIžÙ]ÎB­ÈBD¯˜Äôÿ=KÃÂgùÇRîíC3Ü÷%éÄÞ]KXõ²øZN³cçI0GPÔÓ… †›%üàÒöÏYþ[$÷gs -= <­fw§{áñôo^žB±ÿq²Pº4oƘÁUh2õQ+6‘õ}8¶zÏ­ƒ¦3eˆw^óÌae(«3Æ §ñ”n<`~¡÷„ã—t˜]g€ôx´dt¿r´žÓ“nÞãк2¾I§ùó‰Öý:R.ÓM”Ö[ šwŽÄúâXN´2 Q~äx"8ôUøú÷*ÏÂןd©Ó®x¥½äFì¶Ë{²WvûmÊÉz\Íc:ˆƒÁ?ûm3»u &е{wmË _`äK£X8ê{z}þ#g゚kFîÙ‹ëÝöŽ]çí#»ûœð×*V\hÃÌO¡Ôù¯³?‚qŸ £†îm–óëX¿+kjÌcë'Ý(©« QBJDDnŸ|Ô96½½šKeÓ©ÒµcJ¼kõ ­ß–¿½…ó #RßôˆgûÌÌ=~tœ°Œiƒ*e¼!±£yª áãÙÿ2dòótù$õáéfŸ`ªuÆÓ€Ý!]æì.gð£ÅäÙôyt$Sïjô}ŸŽ÷„b¶é­|öWVΘÉÈã©w9ö®Ð‚¡ïÍä¾bFç cí_NãÇgòÌ+íi÷™“}¼&{P„º/¬âë€ÑŒŸû,Ýg¦€{1jþŒŽÍKPsôrVx?ÇØ7Ÿ ãä;wuxîÞ´a=íî½€DZ`þ|fÏ·H õy¯—‹À…´×9›ß/¦MK›?H,\ý?†U=¤DDDDDn _¿¬/¢£¹e)!%""""r)ñ$""·#%¤DDä6ùÄ+Ë £t½óˆˆH¶˜L&RR’‘ÛLrr&“I»Œ ˆˆˆˆˆäƒÑHñâÅ9~ô¨‚!r›9|èÁÁ%°X, †dI )Éfw3õê7`ÃÆõü~`?ÉÉê)%r«KNNæ÷ûYòÙ§´js7II‰ ŠdICöDDDDD$OxxxP£æñöaÕÊåœ:y’””Fäf2™(Ì;IìåË ŠdI )É3‹…°*U¨Z­:F£hˆÜ.Ç}RR¢’QâR"""""’§HLHP DDä ý‹BDDDDDDDDò•R""""""""’¯4dODDDDDDDn˜ä”d,)¬V«‚‘Cƒ“Ñ„ÑdÂ`(û¬„”ˆˆˆˆˆä«ÕJbbIIIX,Dä6`4qw7c6{8MŽ$%%rìè1öìþóçÏ+x9`0ðóó#²juÊ–+‹»»{Øo%¤DDDDD$OX­Vbã.søàa¶mû‘Ó§N‘’’¢ÀˆÜÂL&AѨ_¿!5jÞá0œ’̱£Çعc;Í[µ&4´,&“IA̦ää$Ž9Âæ±Z’)_©"n¦›?)¥„”ˆˆˆˆˆä‰ÄÄD<ÌÆõßpw»v”)…Ñ¨ÛØŠÜÊRRR8vô6¬ÇÛÇ—ÊaavŸ²iI±°g÷o´hÕŠrå+(x9äææNÅŠ•0?þ°…’¥ËàVX )¹M%&%²}Û´mwuêÕW@DneBC ,Īˉ¬ZÍnBÊjµráÂÊ„–SÐr)î«W­$9)©@ì¯R"""""’'¬ §N"8¤¤‚!r›©P±"'Oþç´W¤ÕjÅd2醿¹ÀäæŽÅRpn¯þ²"""""’gRRR4LOä6äææ®{ƉCúd‘|¥„”ˆˆˆK’8±jówD“o-O9Íú—zÓûÝÄådyËE~yc ^(’‘õ¿}0Qs÷æìøÊ®ø¿YõÑfN©³€ˆÈµ§d«U¯\z$JH‰ˆˆ8•©Õ#¸ç±Wx®ãCLÿ5«5Žc;Ö²z×9r|}¿› õ‚)÷È—Y_¤¦Dñ˲/Y·7‡I0Ëy¶ÎŸÎ‚ÿ’”Ó}È‹rÝ(7b¿r£Ü Û¸%ë(¶/˜Î¼5ÇS¸í ­àG¹!Ûr=Ae‰ÚÆ”Ñmì\ÖHÊÛz¿Y?ø_y¾z‚;}ÎI£•‘üc½¸™'ÊûáSq([. ÿàÄþÌŒ×Òsåö̯Æê—–pôòï¼Ùë!ž^ü‰9þ.B™ðH"*ÃãF}"çÅ>Ü åºYö+>ÚÉͰۂ;žî`ö2çîj“óÑ#]xÛãi–ÿ´ˆžeÜó¶ÞoÖãOD$[¢XÓ­nnnW^æ€ Ôë<ŠÊ¿Þêyð]$´j5"+éž²'""ù&™cŸ¿Â’ó>xY?eâ—ϱòÑ’˜ ®ªËä _€àuÖ·â~¹þõšËÓ{ázßȲåÅ>Ü å*Hû%7É·b_Jú™ñ/í—»_ÝJÒuáN: ¦ˆIí\DÄž ÃͬÉ\üï ”éÏït§Œ)Žóï`é/Ó§öZŽüüãª{¼BºW ï¢é›ZHn÷ *''""ù#n/o¿±“RÃ>僇½ùqÚ{ì·½±‘å,ëÇtà®*%ññõÃÇ×Òµ;1æó?ˆµfc’9¾ø1î(:OÑÊ4ø{.§Í`9Ïw¢axHÚ:‚¨ûü.âœ-—r„¹ üzx—lvû¿·[PJò5ûæÇËàSa(ÛlÆgÅ|ߟҾÕ¿;Þ…¶äJ¬\l'Îbá¨ì¹µl”'ƒ”ól›;–áÅS÷-¸&=>>š: .å?ÎîO³°biÛ»—g>ÚKLúñêJ½Ùk?.Ä$ƒ„øz\Gª§–­Lý>¼ÿ—íEBÕ«GP½Z1ÜÆËÂÙ5(ï[ž>+Ϥþ§>å$_ôÅ·öv]9NñíÔÇhyW8!Y´o{±s%.öê=«óгzÈAÝ[ί£˜eº.æD²>âD$ø„Q¿qC5iÅý½Æ°põ|÷0ÁâHæèÇè»»;î^¥¨×g>»ÓOn–slz¡µÊú¥Nw/Lõ‘?¥žWSÎñã¬>4*W$ušoeº~ðOÚg×Y¶LïEý2…pwwÇ·R+ž|7W:÷ÇýÌ3eÝ }ú§«çè‹k¸¿°;µæü“öÙegÛÉ3ëw¼\ÇEgûxP)ÉV¢~˜ÅGgê1±o=šG÷£Â§ó™¹õ)4÷Iíxd‰áÏM›9ð4ïÌjB@âì\<…É}[ðgÒvw/…›+ó`"àŽ‡;¯7%݉úõCžù ½Bë³ut8–‹ì]µ–=~CxgÎÝ”°Fs¹x<œ-g§dæ³ôÙH<0àTžÌƒ}Íç±'?Æ8ðM–w Ç+úoŽz”"gƒvbÙ5ñ^:Ìv£×kŸ1-ÂÂ/ïŽ`T®ølÛÌsávö2Ñ“»FÎclE3G¿™ÅØîçÓ6Ö©tÍþb¹Ì¡ï·ðgàÓ¼7·)ɧØþÎX&÷íN±jßñ\3d7Vvcž½òän, S£S¼þ·™µ‡¨WÕˆçåßÔŽ{+yV'mÉ•X¹ÖNœÕí07çe¿Þmîžt‚ÆC^eQóPÜÎ'¾fîij{Ê}´{õ͇Ïä³ú>_3±O¶æ°uK-íÚQ;íÇö`½È–1÷ÐódÚŽšÇÔ»ü¸ðÛWLŸ¸Óf&ošÏßDsWãÕf2owßH§'ÇйîîøþYžZÌðoGpgaƒ Ç«ÕAìιܒ¯­÷ÿ®©#§õ`ÉI݃°ZSŠˆäƒ§/…Ý 16 &ŠÖîÎ ïõ£t1w.ìzgžL·² ùe|$–‹ì^¶ŠÝ~ÏðÁ‚{(i"&¸"ı{rkšM8NÓaÓù¼UYÜÎ#¾VîÄñÛ+­iñòIZžÇ— }8¾òUFôkÌaën–÷uù³+ëm_pq>%¤DDDrGÊ)VO_…åî¸/Ä„Gñ ©3Q3×òJÓ.·é¯ëÚ˜vmZà ´jÛŒ’jòä¤ùì{ð%j¸¹0§Baí薶ºaÄ/[B¯o÷pqT8ÅÒ·S¶íZ4ÂÛf7]Y.3ÀŠDDFb¯ÓxJÔ1ÎãM£fmh\«(FjR7§i½ó›˜<ï ‘vñFßò¸õ«º³}M'ý7ëÕe£gÃaŒíß2µ¬ÍêRô¯jôœ³€=}§PËN6Ç3´1w·jŽ7Ь†…U±ü»“<[¥ nr«Ì1·ž_•­òäf,Á€_Ýî4ôx”ekþatÕʘã²lõIжéB¤Wê<.µ%‡±r­8«Û-—ýz·1l¸§Ë干ΨMLš±â¯añÄzÉ0m “gí'¨Ïj>W?uZ‹:øÿUƒ>“ßbo—IÔÌFen?q;]oÖóß2õÔ¼F×JQ“H¢—.fdNã5ª -'½Í£d`_3‘?¯¡äÈo^³KË?]âˆÝØeç_ã×Ô{òµuä´ÜÉvÝÚ°à(}¾‰HÞ²¦œ”DBÂENÞÁ“Ÿbm¢?ݺDP†*÷Ñ­JÚ¼õ‰ÿò^ÿÑã" Jÿü(ß’{[7Å'}•V2aê‚lâ‹) 3|´^XÉKoì¥xÿoù쥴ϜÖõð?\‰/Ífw·©Ü™Ï®LÛ&ù‚kóÝ&4dODDò\Ò‘Ï™½Õ‡5Â߸•äþ§ZaÜ4›/þqðÄ)·`šw ‡c?²/Úââ< _5‰M"(áï‡OPMžÜb„XÞ3§Ë9æUm #[XÚ­: zŒcá÷LjËaw‚„ÛÙûÆÞIÑ´a5>¥;ñe œýë.=»ËèÏ­+Á»ø#Úµ‚ýÊS%.œˆN»ÖÍXe·<¹KCц<ÖÔ“ƒKVòO$^Æ—GiÿH ç°œ×Æ*wbá– eÏIûqVž„cÛØëI­{"3&Tl¦Õn_õê4c õî¯ÿnc÷…ë»%mvÚC‰Ÿ9˜èIÍVaxåb¼ŒþÍxyn7L›ñƒï@æ<]ýÊú-ã v¹)§õÓ¶,"’£ïŠII$$ÄÛ¼H¶ûFáSˆ"~ÁT¨u?#6§çÌåLoZˆÄ„h}ñ<ê”ÅÏÃ÷"•é¿ÙñÑÄÄ¥­Ã XI´Y÷ÅC›ùí²µÚVÆœa›W§ÕnvuZ’7µï ‡ã[øéd, ¤XÁš’puÙÄD,€59áêþg±íkß·7_Î_‰zH‰ˆH‹gÿ‡óÙ›rš½mKò~¦©ó¤Ïóv»& i¿8¸ø¶'ñà[t}x »¾ÆÓb>ÍÚ§:1ÁÉÅ{N—sʳý>ßOëï3ÿÍ™´©S•ª5êP³„ó‘øÙ^ÎèÄ^ˆuþèaƒe›öfÒçÛÙ9©:'>›Êòÿ²q¡™ö…È£d-*›Søó—XBªP¥Jú+Œ Á^®å—RN±ù«Pª>‘¾9ûÓg–£òØ‹¥›eüáìþCD¹|ýlÀ¯Á@:ýÉG~Å{Ÿ¥RïǨꕋåt±¸ {eÏÍmd»kSÙÏÏ«ö“yZ©zDz¥N»|åx=Çö•¿C‰ºTó7æ°Þ²l¥ïËö¯vqÑš[íÓJô– ô}+‘Ç¿ÜÂ{÷_d~ߨ”VgË{:ˆKqqµÞ]©‘޲MÐØ&jŠ”¡ÚwrgÊ—(‚ÉfzÜ¡ÍüNF÷¦MíªDÖ¨M` ÉÛdW—vñžpIDATúË\²6•Ìqü¼j—2mÓ\ê."¼âøyÕ^bÒßO9˶@‰ºTõ3`5ùRÚÎîû“¨”Lûk³­¬¶ÕûöæËé« Q)É˯DoÏÒ3¡ôï׎:U3^ÌWЖ1÷μíã¨Ó(- ðÃt^YCëŠfŽ­ŸÅ˜5‰ÔšØj^\¹7ŠÃyBYðúûTîU‹âž—ÙÆù`6Ïì.g¡Vd!¢WLbúÿž¥aá³üc©G÷ö¡î{”tb ﮊ%¬zY|-§Ù±ó$˜#(êéÂE ›%üàÒöÏYþ[$ª·dt¿r´žÓ“nÞãк2¾I§ùó‰Öý:RÎl'ôÏÖn4S,ù_v~ú/o¦õÜDzBNÆâxæ0Æ×ä²W‡±t+AóΑX_ËÀ‰V4 ÁãÂO“£(|ý{•gáëO²ÀT‡éW¼R¹RNÛ‰³X”:ã ì¹´r9ÈKZ0z@yZÍîN÷Âãéß¼<…bÿãd¡&tiÞŒ1ƒ«Ðdê£ÿê£CDDòð»Å96½½šKeÓ©Òµ=K¼kõ ­ß–¿½…ó #Ò¾]ij}ææ‹¿:NXÆ´A™žçhž*Cøxö¿ ™ü<]>I}¸ºÙ'˜j‚ñ4`wÈŽ9»Ëüh1y6}É”Ç;ÁŸ}ß§ã=¡˜mºš$Ÿý••3f2òxj70ï -úÞLî+ft~h ¢ý‹ÃiüøLžy¥=í–´å® «ù:p4ãç¦çÜ$ ¥  Vï,RÆÂTlÜŠKߢOÇé©Û¯Ø‚A >e\—R9þ`ÎaŒ¯½â/’­ò8Œ%f*ú„N fìœÁt›àEP¥†K÷™)à^ŒÚƒ?£cóÔ½œÞÏ1öÍ'è89ÏRõè6c-{…¦= /§õæ¬=dæEQ+Xð<ÏÏÏ£ï$Š„DЪa‰¬ŸÌç0^÷÷Ö0\lÏcák‚ïãÕ—êqǰg™Ûï;FG:‹·ãØ9‹½¶Õ&ôš²;¯‡œ^>ê){"’K_­Y Ù³b3îÚeÜÞä£Ùÿ2tÒótµùœ®z0æô—í:®,Y˜:ãWñ•ÿhÆ¿õ,\9ÿ.æfÁÔµŒåEF1vÎ<˜vÎ|hú^~´ nV+VÜ©ôÄ"Þ?ù$ÏÏÌöçèò^¬¶ùý,æ»ú–5uH  T†,~ÓAãgÍy‹óçΰâë/y´O?)"’m¾·€{;tÌrÚêËx¤W.]Œ¶»ü—ÿ[BÓæ- (ZTÁ¼•%an“š¼º”ß¶ÌðÄ“lÍ#""7‹£™>m*ÞIÉR¥‘ÛÌðaC™:}–Ýïú |òñGô0Ä„,7®½Þ_HÇ;áçïŸåt¯B…øäÃ÷騹«Ãs÷¦ ëiwïýœ8~Œóç3{@©Ïƒ½ \.¤½ÎÙü~1mz\ÚüÉ@ ¤Þû=m3Võ¹Eùøú9¿XŒÖcÛEDDäK»ïSº€¢NIï<#—R"""·(%›DDD¤ ÈüÄ»sgÏ8_ƪÃR""r“|"•eÐQ ºÞyDDä¦b2™HIIV Dn3ÉÉI˜L&—æM¿’Üf_ÿÉ £‘âÅ‹süèQÊ„–U@Dn#‡"8¸‹ÅñyÂ` öòe F£‚v¬–Œ(ŽJH‰ˆˆˆˆHž0»›©W¿6¬' 0Š•*ãæ¦K‘[Yrr2‡þÉçKó@ÇN$%%Ú×`0àëçÇ©S§(^¼¸‚wΜ>¿¿?CÁHJéÓ@DDDDDò„‡‡5jÞAoV­\Ω“'IIIQ`Dna&“‰âÁÁ<б‘‘Ä^¾l^£‰ªU«³}ëVê5h@`` ƒAAÌ&«ÕÊÙ³gÙ¾u5降»‡{Øo%¤DDDDD$ÏX,ªT¡jµêj(‰ˆ\ßqŸ””è0`r3Q¶\(K ¿ìú‰è¨h§CüäZF£jÞQ“%B(äåU ö[ )ÉS‰ $&$("r ww3*U TéÒ$'%ééy9d0q÷pOKFŒ^fJH‰ˆˆˆˆˆˆÈ ãfrÇ­°»q›QŸYÉWJH‰ˆˆˆˆˆˆˆH¾RBJDDDDDDDDò•R"r󟨌F<½<‘2™L$%%Ý4O¾~ÄÅÅánvÇ`4( """"""Ù`2™ps7sòßøøúÝû¤§ì‰ÈM¯Jx?mßFzõ)\77ºDDDDDD\•””ĉcÿðÓÎÔ¬Yë¦Ø']Õ‰ÈM¯DH¿ý²‹‹ÑÑX,EDDDDDÄEF£__jÖ¬EpH‰›bŸ”‘¡DHȕĔˆˆˆˆˆˆlº‡”ˆˆˆˆˆˆˆˆä+%¤DDDDDDDD$_)!%""""""""ùJ )Ájµb0òe[JH‰È e4‰½¬@ˆˆˆˆˆˆÜ`–””+×iy~-¨p‹ÈäããËÑ#‡ÅjU@DDDDDDò™Õj%99™Ø¸8.ÇÄàãã›çÛtSØEäFªÆÞÝ» ¯ZDDDDDD$Ÿ¥Ó»Þß~£Zõêy¾Íl%¤>|ojIDrU`± ªV¯ÎŸüÁ¥‹ÑX,EDDDDD$ŸF¼}|©V½:E‹åùö\NHU¨TIµ#"9v`ÿ^‡ÓýüñðW DDDDDä–QUApÀå„T½-DG]PpS EDDDDDDDò‡³Ñ#ÙUP{b馿""""""""ù$·G ÔDJH‰ˆˆˆˆˆˆˆä@KeTìIäï%¯0sã$Ù›ÅÏßË^gÊÚS¤(`Š¡«Rΰᕾô±‡xÅëæ©»õr ²\ä—…/2fÁ›£¬ GX³è;N«Q‹ˆˆˆˆÜ6”²#ñ¯… xú-6I°?“ÁJÌË™:ðY¾:y_IYã8¶óÖür>c#a/7*EåG¿Î“ Á[*†®†:ö iM•àb ,FÈ#ˆ:½Œža%iðÒî´ÄG¿-ÿšõû¢3ÔG‹—½vUP¶‘¹ìÔK9ž³Ãrí çðþæ“ö“Ÿùĵƒi›ñÈøy|s" ¹=äNB*å[ÞèÉ]¡Å(Lx»,9µ FÅrž§°«Âp^ïQw»3zQmÐ4÷^Ë 3v›ƒM%ùOÔ"|øOÄåUyþà­>ÝyvÉ?/> E(I• ˜ŠáõKdÿÌÇxf©.3–°bÕJ–¿T—"T ¤Jhû\>Æ+ÏÛUAÛFAs+Å$ù8‹zuc¾çP¾Úö!”qWýŠˆˆˆˆÜ&r! ‘Äß ¥ó¤m”ü6‹?šÄÝÑòÄcÙ]0SRÉ'–3}e"-‡÷ ’ÙÉÌ…ï`àœúd&›Î¹^^Kì6Î@ÓzO°ä„õÆ$ïÌåèµ`-Ë^hˆŸA1¼n)gùiý_˜›Œ`D·æÔ¯[—Z¼qómÀ _­ã½^å1ßÀx‰ÜtÜJÒåùyñ34.¦[ŠˆˆˆˆÜN®?!¿‡·gìÀ|Ï,Þñ ­ÛõaÊ‘T<¹ˆ)kNaÉ2“p–oÆtஈ²¦m*×èq^oO´¿“RÅ(Z¬2Mú¿ËžË6ÜɧÙüFšT¢h`1JÕêÄøÇH¸²Î¨ze!5îcäÒ¿¹2*þWÆT+Fäè_®Þ7åÒº…£é‚c$§f8õí'ülªOÏFESdå÷EÏжjIŠ£hÉHî~iWZo7JÞݪ±›øpG”‹I‘þ[úß½@»óè]Ò•e’9¾äqê”/žºÁ´ü>{mã“ržíóžäîêiûYº6½>9v¥ÅÉm(™›Ú¯ !ùæ5)FHo¹d³Ž­sŸ UdHZŒ`Ä¢}ÄXmëÎIœoÖZαa\'V-›ºÅ(_¯+ã–þIì•ògËäî4­š6OIŒOk/ÎbcM". ×w§\ÚúK÷ÞLLÌwô -FýY‡íôhɃx9\>·êÙN»Ê¶ëÒ±ìäœáÒaçìœsÎc.ÇÝy\6¥ni{ÛqRo• ìœ?„6UCÒ¦•!¼ÁŒXöo¦ºyœ6 «ZlVÓ…$Ô(†;çèøŸ=¼ŠWÀÌ™³‹ì™ö÷M9E³gÞ`Ñ]ÞœX7ƒqOµã/ë|Ö£4nWâ|“ÆÐÃÁÍßñ{ѡ̛ш€Ä“ü¼d*¯ hÃÁ¤-|Ü­n–Kì]ý {ý3oVkB¬ÑÄ/ٕؤ—¥þk,µ…7¿²â§|osŽ—Ï­zÆN»Ê¶»ß¥cÙá9£üu._ñƞǜÇÝQ\O¥ÎRº#Ƶ¥‚g?-ä ÛqRoŽ•½ot¤ÝkG©?h2µ(‡ç…ymð4¾ÝMÊý!¸9‰ÃP7Çí_DDDDD”"ùüQ.P„°b^\õåæO™ˆù÷ qV(lg8˜G醴jÖoQõü¯Ç?4zø!ÚW2C³./ÿŠAßìä܈pJDofÊÛ‡ˆ¿ƒ×û”èafǺ®|¶ì/†>ã•¶ÎF´iÙ o iu+›ªaÅ÷§x:¬´k…M‰âï£q¸—¨@Q·ô·Žso6mCÃ;0Rƒ:¶Ë¸gþ8I<¸L F²7JÎ@¡ÊméT9íÏ:a$¬ø}6íãÒˆpÌÑßñêìýõ^Á¢—î¢HÆëÒÔDa`""#®î_rÆ-X£¾ãµ7Pì±å¼?¦^ê:š×Áÿï;é7e>û:¿L 7œÇù¦áÕ}oÛª9Þ@Ë6My°O½ö.û;¾@uSÚ<¡MiÛ¼!ÞWb³ÎåØ˜|ËqeYbò¿Í9Z>×ê;í*?Ú® †³žwrÎxÚt}Ë_9çܘ󘳸[£Ä5íØ÷¨ÔŽ.÷¦ «%±¡ê“6Ûq\oØ;VÖ3eö>þOhНˆ5³´ð´´ô¢óØöká¤ý‹ˆˆˆˆH—+·²¶æ`Jf^%*R”(ND§=7ÊX„’¥} æ4—R ñ߈‡ýãëœ6L¥hù®|çþ>ŸåP(£oyŠBÔ‰l<5+%K àáíAúåªWµþ oeàËGî¤I¯ù`Ë1âm‹fôÄÛ,q—H´äUU%r|Í«ôjQƒ2AÅ(Z²6Oý`„X-x|;ûb=¹³mDÆ Ïìl!mµÚE^]‡±(wÝ[þÝΞ Yîš8ß´1Ì‚[0M¨Ƕ²?Ú’ë±¹QmÎÑò¹VÏ7QÛÍr«98g\ïò7ÍyŒìÇÕèSŽÊ¶Ûq\ov·{b{bÍÔîp¾†œÅÖÍYû‘<±~íjŠñΟËñë]É¿4ÄpòlV §öXI¾À± P¸Rž®va1¹cŠåÊE‡£»,–Ô´–ÕŠõ__É´¶—WÜýJSˆÓY­³ ,)iWO#nFHNL¶Ÿ*3zPÄc¯ÞÿÊ£"ú-¿_»sg3â9Líòß̾`7À’@LŠÁݘ7•xhÝ{LãRçɼ;¥>!æÓ|óÌC¼|åþEiqº®›“[³\‡ÁvZÖ•—1Î7i í1®?bãJ& âå`yÿܪçÙv]9–ž3Ž;9rpÎÉó˜Ë‡svãšq;NëÍž”$RpÃìfÌyl=¼·ÉtêšoÛºîK÷wÑ 8ì]ö3Ò{`ÝÄÆÿŒTkU¯\ÚQsÈT2§pð×XJT#,,ýU™òŽ\»æ2ùQÚÎ8ŒÝÎ0n~”+åIâ‡9g;¤ÍàEÙ&½xyñl}¹ÿ~þ+ÿK›!é4žÀJÁ® 5Ëø¿¶ðáô}®­kGY½6ÕƒÍ6ñ©E%s<»Öì¿v„˜Ñoˆ»ë°‡…¹d]"<ãÙµæ—Óß´œgǪ? ¸6Uý]l.7i ³d‰â—oAñ;¨ìkÌûØd¼*ÏÛxÙY>×Êâb»Ê“¶ë±ìú9Úe½äÊ9'/Îc®ÏŽâš çûŸ Õ)kŠeׯƒvoBîRµÉ11—ˆ‰¹”/Ûºþÿ5{VgàÚ|ðüPMÕ£Y1á5=ÌkíŠcÊ¥54gäãei÷Vozx¡_ËJø&Ÿáà!-ï@9W®¡Ý‚iö`Ö—Ç3x²•~ J`ŽÚÊñDlö³•[†Áó›8p©?eý $XÇÂ5±T®Нå ;> æ¼R7šröW¶þk¦Z³ò©É¤CÌhRŸ—Þæh¸þò{–©KY^ã½iR©ç÷¼Ì³É6ñiÆÈ¾åh;÷QzK¿fåðŠ;É)¯FtjZ‚;# ½ê5f~1Œ…ÏrÔrÝZgбSžF‹7£oàKô«çÃñµÓ³ÞJãiOPÕ“kî;•µ›3†é¶ÎäÕwchYÁãç0n]"w¾ô¸Ãòå^l7o‚ýàÒŽ¥¬ÜIÇê¾×¯L-Ÿkeq·Ó®Ú•Épƒí<ô2½kæÔ¶øþWöÏYJqÜþEDDDD$÷¬_»š:u%&æR†ßoþ„î”ï÷K.=ųÓ§SœÀZ=xóÝWhâ—‹YCêŽ_ÁÒ¢c™0ÿy›—¡tƒ¾ÜÑ«å\zˆž™JO|Ä{§‡2~îP™àE±Š èX¾PZw1%Zt£FÒË|¼õmï ùÜo¬š=›ÑÇSÿßï]¾9O.˜Fû@#Ì¿ë³×³ êù¥þgßšHL".^Ôõ!‹Îöú‰ã—¬€'!w¶çÅÿMäÑPµY‘›½az²'""""""""7œ†ì‰ˆˆˆˆˆˆˆHޏ2L/?‡ì)!%"""""""r‹se˜^~ÙÓ =DDDDDDDDnq11—²õ{¬Y¼Èâ§KÔCJDDDDDDDDò•R""""""""âLæ^QYõ–²×!§CöN?¦‹ˆˆˆˆˆˆˆÜÞÒŸ’—þ3s"*[Cø&¤†~Bá‘›—Åægú ²q)C?€)íe¼€Â€7à ~€Úß>@¡´ṳ̀&¹Liëɼ~¹¹ÙörJO>%‰@ \¢ @p>íïKÀe H cëÊzÝœlØvãé¯d›WRÚΤ'¡H›ÇˆR""""""""Qæ„Tz>(‘Ô\PWsC™N. Ýs³™h ëñV®Íˆ¥ïD"©Ù®ôdTJÚ:6ïR""""""""Iz~È6”DjϧôÞO¶ *ÛÄ”ÅÁúû÷Ê|§ôÌOODÅ“±gT2WRÔCJDDDDDDD¤ Êœ²MHÅqmR*½·”³›ŸŽojž¾@z†Ë6ÏÕÄiÓ“¸:tÏÄÕ„”’Q""""""""‹m2É67”ÞAé2©÷’ŠçÚ¤T vQéï¹9Ù`z7+Û›We•ŒJD74¹U8º±yz/©X®ö–J$c/©ëî!e{ã*“Í ›i €;WUéÉ*õ)xlI¶76·=GÆá{齤2ßàü®ôJÏ€™Ò6˜y˜žm2*½w”Ñf}JH‰ˆˆˆˆˆˆˆ,¶É¤Ì#èÒóAéÃ÷²¶çr©ô'íAÖ7®²†—¾é;`{ï(ÛÞQ¶?EDDDDDDD¤àÈÜK*«ûŒ§ßØ<=!å4Ο²gû˜¾$›ié;ȵ=£ dì!%""""""""—í}Æm{J¥ßâ)=A•U©Ìë\¿‡TæHOHÙöŠ2±¨w”ˆˆˆˆˆˆˆHAeÍô»…ksCÉ6¯ô÷²ÝC*ó°= ©I¦¬’RéÃøLd쥡z""""""""·k¦ŸéÉ&Û§é¥dúi›¼Ê¼À~Ò(s/'£ ?m—S2JDDDDDDDäÖ`/)åìgæå¯p%!•þ·³—+ë‘‚%«{A9{9ZÞaâÈ`ç=ÛTV=¢”Œ¹µdÕãÉö§½ûEey)W’Gï)%"""""""rûp”˜²7ß5\M"®sºˆˆˆˆˆˆˆˆÜ¬×9=lj$% DDDDDDDD\H@efTÌDDDDDDDDDDDDDDDDDä–õ|WBm ôöIEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/cact-exec-mode-frame.png000066400000000000000000000570721433352025300244570ustar00rootroot00000000000000‰PNG  IHDRåÈŽ@ÿsRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÛ 02v[±É IDATxÚìÝwxUÀáß–lz# „   zoJAš"MDE?° €"(`¡Š ‚TE:ˆH³ E¤WéBé»3ß)¤lKH(á¼>ûv§Ü9÷Î9sggA!„B!„„æ>Ï'„B!„BVjngÐJÌ„B!„BˆC“OÓÉȹB!„BˆÇzŸÛ•Lk¬¼§‘Ä\!„B!Äcž«V’p5¯I¹¥d\c&)—ä\!„B!Ä㞌«™^v%ç–hÍÕ+—‰µB!„BˆÇ™Á`àÊåKÌ›;—/gÍqÍ–hÛzYMÌõ–sU¢/„B!„Bdå˜)¹VÒþ¶õ‹Ì%årû¹B!„BažS¶„Ü”ö·’éïôϵÙsMö$]/ ¹B!„Ba7W²Ž„›Ò^ÆL/ìMÌ-Þ¾~öìi µB!„BˆÇZ•ªÕ²¿åNÖ‘ñôD<Ð¥%á)Ùóôp»¿S® ¬hW5 ZN/µ%§®ñÃŽã\¼%ÁÈVKÉ¢tk^…Z•ŠK@„B!„È=/²ŽŽ§dJÈ“1zö‡¾eŒ–ë³½™ñ÷ŠåËìJÈ===©R¥*eË•Eï`êîï“W™¿þ ÃBhÙÌV'A±“IQ¸~#‚¯×¤w‹X‡V’ !„B‘·¤<=!OJ{¥’§'áJ¦—3ß'Ïž”gNÎ5Ã_e³$)))\8–];v ª åÑéeÄ\¬vž$4¤^^>Ä'ªdýʆ°ÅÃÛÐêlÜwJ’r!„B!r¯YGÈ„´¤r>ôÍjb~O´ƒƒ+UF£Ñòç¿Q¢dI\ôn§¿~Ó§N]¨jD«ÕâæîNÅJA…r¦8_¿Epˆ±‰& J9¹y~+†ßwï”¶*ý‹ÄXb,±‘¸J¬„Ôm!ŠgÑbþ‚çÅÝï'¦åÕé#ä&r>ø-=7ËâHynJT¶l9¶lÚˆÉh´šý÷µÃêâëë‡VWxn9VL&nݺÉßûöb2™«ß ÐmãÃgíîm\¿pEQ$(÷ÒykTª×¨)mUú‰±ÄXb#q•X ©ÛBÏ}’˜<Ï´d; 0u„<ûw̵i/ ¹)WUÕîéPÅÊ<§Ož JÕª899qçNl¡«'''*W­Ê©' í6>,qÖiáá$÷¨ç›ó¤­Jÿ"$Ɖ«ÄJHݪxVáôÉ’”<´ÄÛÁLBž”ö¾>í3–¾5€jñéë{þú“úõä[©cccñôô*Ô£›ž^ÄÇÇÉnÓkAUT Å=ÇQÚªô/Bb,±‘¸J¬„ÔmáŠgl¬\ܸ\Ò’òÌ·¬'“:jž9!O!Ï>Ržõ¼›u)]ý|%¥‘CñxÆÆt‹Ó>`¥Ë¦­š§cÖ#ׇ´”ýSú—GFÒE¶®¹LÍn ñÓ݇ùÄýfënvݶžyafÕ©À‰“ÇÙòó&žéÞ“ê!lÝöó=ílöRâ¹|àW~9tcæ÷òIÛªÔzi7ŒjÁ–!­3)èu<Ò/SûÍaá¶«$çq:-©·¯+ªÙ¥_`ÁúÍlÙ|÷õË”¸Z˜ÇìK[’ž‹rtõšùêìŸÏŽWZCÉú¾>€ßîbˇMðRÕ|]Ÿ¹WúwÊ¥™ëO"Ù÷íí¾žçv*ýË£ùzèc|ŸiEl,ßïS_rxÓFvœˆÆô°ÆÕR|r·ìm+¿úÁ|¬¿¾>Àýï‘{å²ÞÉ㛕ö`ŠÚÏÏw`ðÄoøõjŠÝ11;_÷Qà²ß–®ÁòÓÕ5ödøfÕ«[ŸãÇñóÖ- ìÿ®®nèu:4M&åJÌï¼Q»"aÿcO¬’‹ã4ó_ÌØ/f=xh\(Y)ˆ rEpÐ<ø“%ñ2Ûg¿I¯¡V$ °2¡­û0zþßD™Ÿ“^Èûü™Ÿ¾nöà^°ÆiœéU¿ŠZÕÄÍ)íZŠ~ën¤žd¯±ªWq\j¼Ãþô6—rm“Ÿ£ihŠy¸âSµ=oýtÄôu#øã‹hVÑWW\|ƒéµèÉñ]Á•€×÷Ÿ>mÌžòr¥îÌ ¤d*ãõÙMñquÅÅÕ•àŽ’˜rŽ/Â\ñ~f+Ñë¹Åo3Ð8ÀWW|ª>Á«ß&FI?a¼ÁæÑOP³¼_j9\]ñ®Ô†×–Ÿ!Áž8ZHH×÷¨H@£7ÙnÌúYÊyf·­HÅÛ‰-äíL½×ùïWÿb¼Æ÷+héÊÈ=q¬ÌqŒ z`Uú,¿bæ$D!r×›Ô¬È3ën£dníðŸñ—a&Ïm#&O}x4Û‡ÕͲ¬ Ú­é6ô#–üuãþ]¼¹ÏÇ´¼Æ&0¤]†|̪£ùÌZ:¾ß—w/¢>À¤Ü깑¥øä6næÚV~ôƒùXcuûü£²ÿ=z kîêýõ/ÑŒWX1d _bñÖY|Û™£Î4^´üp߯W~z›ÿýäËk3ߤ– €#Å‚ìè ¤´Ä]»B)ì™ü)¿µù„¦ž™.ì&`þøÕDQW"1*žèÓÛjê1š{XF‰^|6©=Å2éô^A8Û¨Sóû…‘;7"¡x/>ý¨=ÅÔ8".ç·5‹y§Ï"– þ†oGÕÅK[À!}Ç´\ÅæãN”Ð%}éçÉ›wsyí ^­ìtoûóƒêw”ô캭ïŸ6Î,Å'·qËÞ¶ò«Ìçú³zÜÊã>ÿ¨ìÜù^.ëýô/Ñ4Åè<}¼‹âªË´]¶bbi>ñ°”kÈÅSÖs=R¾yË&††Á`àÒåÿX²t ­[¶¡|¹€<_‘±ye'á8‹æüC‰Á3ù¼‹ûg-ådbö«H‘ì_0†nMªS¡Re*„´fèªË¤¤•áÆwÏP­Re*TªL‹é§H2^䛕©:d÷Ý‘=ãmöÎM׆ÁT¨T™j-úòîÊãÜÉ}¼ÅöûÒ¶aÍÔuTªLÕ¦ÏòÞÚÿæúJ_G¾Á´¼é>g#Ë>z…ÞÛÒ¶}7^3…Ï_ ÁÙî²=G›†µ2ÊV³ý>_ü¯÷l‘¶íué0r1Ç┼ϣ¹²z­B«¤ÎS¹!O½±4Û2íˆQÒ%6}<€æ!©Ó„¶eÿ¥žoß­Ó›ü6óU:„UNÛæþLÚr™$‹·¯§þ¬Ÿåÿ€ãc©éë§Wú«>3Î&§~®õ¦Õäy<ï°’¼J¿a)ùÖ|F×rAEE¹½‰3ÏPõÃ¥LÜ–ÚñÊŒtu=ÁÒÕgIŒÚÁ‡ÓŽRì…¬øh Z·¤]~t­è”é;ç9J”å]Gß@ªV &¸ZUý ™Ò÷Ô¤\‰ÚÁ„Ç(:è{–¼÷,íÚtâÅ©+˜ÝJá׉39œ f¤ïŽe›ðd›´j×›·fN¤'Y³ã)V¢¤Ój,·cð £úå™ |{×ÙF³ì“Ðf•xN­|‡îª¥ÎS­ݦº{÷AöW´3U…ä>çùæ5RËP§3Ãçî%"#6ö[ÛëòXê_ð £aƒ4lPÐ2® õ¦JÝiï…èžÀo¯Õ¦B½w8w„ùÖú¾Tªô4‹¯QMìœÔŸ'Ý­§Zm1qíâ5qL!òrh}ð‰]Ǥ%g2 ß2…o.¸SÜ¢¯DeÜI’v+̽/õ5ë†Q7ìî+´¢Ú<ŽZ¢nå¨U7Œz ›Ó¾çËLZ¼‰ï–âèÜLú3:u¤ÞžýÂZû°ö™Ùcš•:1Eòç´—èØ8½¯®Æ&!·û˜½± ¥NXCZ=ý2SL¤Žæß/;A‚¥rØ+KÇw;çµvÞ`ﺳöyVâÏqµ÷ÜÈR|̾o©.̵-[ý`Â>l\™¾{wVìNU­LÇE—3îl1[Ž‚hƒÖöy›ç-wø}d*ÔÇþø»Ë½óçhjUjÁ䣉9÷¿{i×öœGÙ{®eµÈË9 =Ë´].‹ûíÃÔ¿ØsìËÍ>c¼Éo3GЭ]SjTÉyŒ´Ü—Y™/ûŠ($#å#†¿†ÁàÈ¥KXôÝw´oמÊA•ïéªõF¢½÷kVÝ eLïZ4ºÓ‡²k–0oß ¦6rO»ÔȉYýèõÅ5ê ø_6*…>òIÕŠ So£ží'3ÿ¥JÐàä[½žõ€J"Ç¿êGŸ¯nÒhÈÌ®íεísøhl/.¨˜ß½:%Žó{öq®È >û¨^Æ›üýýd¾ý2¾•WóJ‡Üogüa¾]~mÙ¤Hê"ÇDö–m?狼À´ÉðN:˺'ðù¿Óð…7˜úJq8ý#NžÀð2uØ0¢†¼Ìƒ¯j1¹'þEôÄü»’ Çój©PÖ¯˜¶L1RcÙ;é9†/5Òü•y·–ÑÇ63wúỷÑÀái}é?_Ï3ãfó^%ÿ.À¤á/á¾î^©˜s¤W¯UÅü]éYj™—Yòõ3OoáWÊ–ÐgÌ£ñlÁ„Y½Yßm ¿—Æö5pVRgM¼¸‡c‰pé5ñþ_ÖÅ{œ ö‰w¢N»j¸*ÙÆëÓÿV¾´ÁÚŒ²©J¦÷3OcfºÄ´õ„µ¯ži=¾Ôï\¶ýÉ¡…šE³-иRÙ~½EŠRÆâ&©q4÷°¼´¶Y¬=¿ʈ>oñÊ7•øî… 8eš>wûSîÚŸæüb^ûÚ¾ø¶SEœb.rű8æö›‚hgéÛ™âH­¡ñj9®îú†¦öçí:– ,ƒ}Äú6ä¾ÝÛÛª™ë1ãÎTmŠaãŸlÿ/‰ZA žÓ;N ”~–:>ZTågßÃïALP¯”p­™Å£Ÿá\Êzfw-Ž.×å6}-J÷à½ö[yuþ—ìîõ-¼4x‚Ó~ǵۧ 9û:®F“¢ª8fªãôÄ;ÏËPM¤¤1f ™V§³yéÚê~‘Q®ô¾ÅÚCÞ¢í²!løöo7hާû…b¥}$[k;Ù“D[uÃñ_vrÂcS'5£±Äû–…ÜìcyÁ g$ǧ (æËá &pÌV’¶üœÇw;æµzÞ`ÿºííKëó1®öžYŒÏ)óï+áê"*Ç›ý`ŽøÜí?³({9Ôó‹ò¿ ZÛçmž·8SµCm7üÉö I„V6‰œÙú±>-h]Îsÿ»—vmÏy”]磶ú€¼œÚ³L[瀖ڥåú} ý‹=Ç>‹ËÊ]\ÚRLâ9TýŠ($I¹ÁàÈÅ‹çùfá:vèD•*UQîñÊKJJŠ•Û\n²uί(Í>¥…‚Æ»3ýCæðѼ_]§=¾ZPc~cÚ¼SøöXÈ£jášyÙIF ^¥(ñ„TcŠ“šÞQ§óÓçŸÆç™L{%4uuƒq»ÐŽ7>_È‘'ß XŸ:¡dÕà «”Âo­ÞeóïWT¶„Õ[êÍm§éæINÆBɰ \M)¤˜Ìô;¹*[mÖ ÅP‚Œ;X÷êeÂ:w Ey fÓfþ·ã7†”§˜š‡y´ /Ó„'ʤ.¸,£¶¬gÔoG‰|©EÛ1ÒFîfæÊpŠõ]§Cª¥ÖIòDmXˤôúˆÚÍçß^ â¨uŒ{¦ z Fà»ìßþ2«7žcÀÐ@²_±ëöu·2T¯S›òz Ÿ«±ßö·ÑÁåŸXú÷›Ônì™éGKƒÏ¶òyc·,w©8x•Á%|sêR4jÎ2h´èµ`L6šyR»™é³ü[Í1mÎõ¨hP5ÇòÒÿÖá EQ,ÄènÍî“jJÚ>£àTõE¾w.¾Âg!Ë]=}2æa²¿ýyF\"WÂê6"´ŠZ*Q PRRÈ~-F-ˆvfJ+sí íÙ7€°ê¸_x‚‘ ¾ãH·©îh}q±² ¦<´{»úQR0šTPUŒÆ2OêÒ™:o°eÛ (‡Còyví¥H£†פ’rwŸnÒ°.n@ƒÆaø jÏ»Ÿ/âh›QTNÈm¹ˆº nþ÷|•Ö‹FòéʳÔï_šè_f°øZ0£^£ø)á׈NJÁQ“’¥ÏNQîag¦ðD)™ÊÀè +PFŸûc•š½\™>s,G½²ðóù£\o„s‚íý"ÐJûH´ÖþMÙŽi¶ÚÒKŽ©õZª.MêÕ"½GKfl’ILH N¹CÄÅ#l™û!»î´o[]J¬Ùr#vÚîC0|O‰°çªI–Ï’íY·6uÝ(F»âÝ»Q>ÆÕÎs#ŒÎlœe¯ S¶ó¥{úA²ÆGbJýÙRSê{Š…ò%ž/€6hmŸ7Ù>oq®Ö™:¯³eÛ^,CÒi6ýz¯&O ¿ÛOæˆQ^Úµ=çšv”Yko‹cpÑ{—i¥ì–Ú¥•cØé_ô¶}Uôöí36ûãAú²›Ó¯ˆB’”ÿ÷ßyæ}=Î:\58_n…°¶ ãÅ ,8àÆ j㊪-F«þ˜9¯üjÜËè\!E-Ž6—Û©¦}ßI£ÉV¾LòZ6CÑrxqŒk1FTUüKºÂÑ[ÄUŠjó0C2×¶ÏããYkøãä t.¸U¨O²bæ0fbĵ#œ7nT.ÓÈY®*&]û‡ÓÉpmj'jLÍ·‹·IVr4ÒÔ¤\µž”[ü½éV'3CœIÑÎÌþh<n\výËÙhÕüŒV÷o+Û—vo#å€g=êxmý6.õH™ûÙuÕúmSãfn›µ~Ô¢L:ÀÉåoå6Ž‰ÜŽ2¢qõÂ¥HC^éW–®ß|ÃߟçŸY¿áÜq6J8ëígorǨ⧿[ŽÔï²ÞÃ2JôaúGí(š~UëBÉbZ›Ç3[ûEŽØfü;û…•öáh­ýg?¦ÙlKþ9ëëÈklÎ|F‡:ŸejsUyêwy«¡¨1fËaW¬<Íßí™7ð¶åó»Öíu”ÎV¼µó1®vžY;ÿ±ç¼ÈâûöôƒfÖaæA›æÊQ mÐÚ>oÇy‹£gmž©gàµõ¿riÀ@Jþ÷ ›¯zÑò©Ê©_1´'F÷p>—ã\Ó®s­Ü÷¶ŽÁžyX¦¹²›m[ÿâcûØWÙÛ¾}Ævìl¾/+ ~E’¤|æìY<Õå)ªU«žßM°´œ$Nÿ¸”ÓêmN÷oÈÙ>]²æ=‡UÕdy„ÒâhdöE±0ú˜~B«ZHj´©£&“ÕDÇÒvê<ËQÞ¶8E¬Rž"f³ú<–M«C‡šv'Cê{ÚÔ§x¥Õ]îçI¹°˜¡#æ×þM>W‡vŽÊ Õ\h!FšÌ'FUAECèØoy¯Žk–Qi½GqœÍÅR›ú¹ªšéÔÔqd¢OóÇŽœÏg½Õ„à“ð'ã_úcÿµ¼ß¢ nUg°ªö¿×}ÓšâéÝš·_,G›™ÏÑÃý]†´­„gÊMNÑ񾁤)ïÝŠ·_*Oë/ûÐËå=^j€süu®»4¡G‹´è ãÇòÒ‡ðRã’nÿÁ¥Ð¥•Yu(Eí`gbÖMâÓ•£iäz‹‹J}ú<‘VöômójÉÛÂh6µ/ÏûNbH.ošÂ˜ŸUšNFu' ª1ë<égÄ"ã=,ÄÑŽ¶¬õ¡å¸éþô˼ùQYº˜2·ój³Žeé=s Mö®çûoòá ‹˜Õá–Mhs÷dënS)€vfíbGêöÚÜG¬lƒgÚ½í~ÔÆõžm‰ÛË?²á¿>ô<þ3gœÃQÅÙÊ>­¢ÉßÜ–ÛÇíxpòwF‹Ï ¥é‚±|2õWÎUà…顸kL8y8C|$ñŠ™z¸—e¸” rH5JérÃܮƞâÏÿÀP§¾vîÖÚ¸µÏrݶo™o¹ÙÇìM‰>Lÿ¸þŽŽ¸û” TQ×´»ÊTR‡“̵M{úò>¯Õó†<ô_¶âíè”qµïÜÈ`õn,{΋,½o» :mêè»í Ã÷¡ ZÝçí9oñ nŸ¦¸]ËÏ{ÐbóF®øµ§G°¥~ò^Úµ=çšvL“—>ÀÖ18OýŠ¥ódÕŽ>õAö/vûìÝglÆíœùåX¿"%|;uè@Hµê©O´ãeïH¹ÙWÜ¿,ûé:E»MfñÒ%,Ïx}ÃÍ]¹üã*Ž%¨8øW§¼>™#ÛOr'ÇÏéqu„„èø?yÄÌÁ¿& ÉÙ~ЏŒiÜæà¯gÁ7„ ù»ØùÓ ·Ó9˜m½1ýõßü{÷a@™^y/Þ³ò ó$^ØËYéýrwšT¯HÅÊÕ©âç`c™Yc”¾=þ—X%ç4¨*þÕ(¯W9w4ž¢åËþ*G_G³?C“~ûºÕ½]YÀ§Ÿ¢ËS™^ßdwl"Çf¾Æ¼è|2¶1­'>þ >·Œâ«c ¨Wê~°™ŸÞmIìoÑ·kg:÷x•éޤ>ÜFãJØû›øéÝfD~?Š>Ou¦ëóÿãë×HÁН|ÏÂ!Áœúòzu}ЧÍâV…F4 tFƒŠªñ¤ÅÇ_2 èS=ÍS½Þäëíç‰W³?$Ήšo¯gÝû¹þõK<Ý¥'o¬ÓÓcÚÏ,é_}–Vs–S­þ§×Úx¨J¦ºÖxÔåõ)}pÙ:Eÿå¬ã‚h³*Ž”¬Û7¾ú5£ƒ¸±ák~¹n´¸ßäw;ËQ>Ó öl=þµ¨à¦±k±´ y)ý¿ãj©¿·Ðgyªèe~Xñ'»×þ‹cý.ÔpÃÊ6Gqd÷𠦼»&÷å6ÆŽn´ªŠ¦Hc^êêÍñu‘Üt0O•Ò¡ªZ=!þ6qF3í/?–‘O?Oev™¦(öÍý”m <ñl-Ür±_XmãV>ËzL³]'fûê\ìcvÇÆ¥8AÕ‚ ®\2~.9¨g®vÅÊÂñÝžy­7ØWO™NšííKò+®vžY<ÿ±ó¼ÈÚû¶úAUçNqOˆ<}žh“…þÝJ9ò½ ÚqŽfýÜÜkõ¦]‘ üøÃÏ,_{•²Ïw,ÃÓ“×óôdËWË<ÍŒO3#Û§¯üÉ+™×£÷¥ÙÈoøm¤…rèËæœÇ¹6ŸŽä3WõZù¶ªšk\k¼ÌÇÏíàùÅWïy²ÕþR®íbùŽ*—Â]àС› ¯€—£™2D;K+gòÕýìúÃ"Æ^7‡/öh4¾7•  ØØG¬mC^Ú½õþÅÌu{3±Å1ˆžÏUbÉ´÷øX5ÐèËÔïÆ¥¨@ò|µ4žFe¸öû"¦îJ¦Ú¨ž‡\–[I *ÝÓ–ïDÕ~o0 n%û5ÆKªªÅàæ QÄ™Ìô-÷²Œ;8°ç/.e¹cÆ‹ ZAxërãôeÆžçÀž¿¸¨$yål\ÎÚCqT0“7뺧NdÇ~a­}ØjÿYi6êDk¦¯Œ×s±ÙKíÎÜ4™ö_›}ˆjáøÞÂö¼8X9oh`ǺWü< îŸMür¬í*[wñˆüŠknÎ,ħ¹}çEª•z´Õª¥Á“àóÏû¥Jï:Å0DàªtéËÑ›/G‡*gù1¿Û µ};Ï휃éÝ­«æ}ÀrM5Æu*‹>Óôªó+»Ûµ=çšvkå¾°u ÎS¿’½ìzKûmI‹ÏLy ý‹Éö±Ïl]™Y¯Í¸YŠIó‚éWD!IÊ â*‹ùïŠD²çûÄ•|Ž'Ë9ä˜Æ5¸ ÍÜ7±mé>"ë6'äÕùÌñœÂgK&ñÚ·*輩ÖwmëÓ`ô»t=™¹o<ê1™¶Kf©Ç‘*Cæ2Ïå¦~÷/ÏV1«ADZ y½kÚ“VÕl£û9v¼¼=EUãݘqË2w6K6}Á¸Å©´p.D½õH2å­lj¶ïoe|¯4ãg…r?¾üsL{7œ÷g}ưu©åÔ»úR©µ»cäHå!sYè9ÏMcôŠÔ司Ò(´hÚ8]¨1âf{MaúÒ)¼¾Ä¸P<´Õºµ¡”Þ\2™ÞéçíË4ž^^V?ŽŠz*Û÷ éµ j4òÛŒùG¹Âšç>éAí¯yª35™'Ï­KääŸ0ófS&õL½ëå~'ó>ÅñaìóÚ‡?}¹ôyoóÖÚŽ´¹ÇíÜAα¯º½—ýή:/€cŸy:/¿—CQTnݼÁÞ¿þ¢zHu †<ílïß[¨N̕Ӟm”“û“IùIÊ Òü¿æi½ÉYýîóÌ> Ÿ`äWoÑ¢H¶ÛÞÒokÌÇ{ûö‡­Ìkþ8ôåÒgä½Íçö–ìÂvn$çX¢ êÈRýÛµ¼8ö ‘¯Iùò¥ßÛœY«ÕâååEõjøûûãèäl«å?.ÝŠ´¬¤ÓJ ò/ŽÒV‹þÅÀàå1ØÚrt%xvù_<+}˜l¿ÄFâ*±KÝʱO<ìIy§Îö}A«Ñà`0àèäŒ&·¯º.E®Æ([íLØGi«Ò¿‰±ÄFâ*±R·B<¤Iùî;ò´ÀŽ]ºJR.ж*¤Î$Æ!q•X ©[!î%)?çÔ(× HüÝêçÇ},‚ú¸l烔””(A¶*u&$Ɖ«ÄJHÝ 36­_+A¸Z­wO*áëWôÁ%åqµêÙ~-~¦ÑÊ…E. xAbpž“!„BˆÇ”µ_KŒçÂ…sü{ø0ÕCBð)àÄÜJR^0+Œ‰ÎøÛÃÂoš !„B!„%ó pLTdŽÏ‹øúQ¥Z5NÀÜ!-©èã§—Õ®!Ç¥ã vNf•üðôòÆ«|Cú|¼•«Vno·µ\CÑ Š¯J1ƒ=ëIäè§ÍRï(?˜Í (‘l{¥"ž^ÞøwûžËÆ´e|5–‘}ëRÜÛBYM‘ì›;œ¶Áþiw”!lÐ2.^_I›´»FH’9ùIÔiÎâB–l<œy­Š§~Vi4û€„˜1îKæÏx‹OÆÛW‰'˜5°-µƒJáí庼²õxæƒÍ\N–NC!„BQ¸~ÿíþW–Ü÷|õeOJéì(«z‡ý¶£õ›‹ùëJà€žX®$ûâ©Ïecò*Š¿1JøáhnDÞÎ:ؽqgÂãPpÄÅDŸâçÏzÓgîYRdŸB!„BHR~ïIù=Ý¿oŒázTêŸAÇÒÆ’¶MaÉé[ü9c.g€Ð1#©“º&®Å1^ZÉ»ó/Ž4™º—ë·npüÛ§ñbÖgÞ‰$R.¬`Ú¯‰€¾>ʵËW¸¼¦;™W}i%ïÌ»”fØ–sœ;q–3Ë»ãœ[8‡ñ9‹kÏrÑ¥~×ÞtoäÞÞõ8V⥹“¨¯‡‹zӲǮáM·YÓxª¸Î®e˜®þÈÛ3NBÆl濈DܾÆÉÙͲ–Ϧb úá'Oœàèæ1Tw2SmvÔÁ]Nt\}†k×Oñ]G7-ßÎu“ì´B!„Bˆüó ¿[nå;å¦@×®^åÄñ£DE¦¦k÷9'2Å›ú§G•.¼Õ[gä‹wÆSf[$¸ubLÏ`–Nâc 5‘psÇ´õÜ­"Îpn3ˆ'½~diÔEvýÍkEöp@ÆsmJठdþŠwâémà_>Q†/3—+ú cpÉz­#ñ¼íåfgïz ™3y u^ÿ“[IP¤çl¦´÷Cܱc5Olæ° h2jp]¼t© ±»+¨ ù[· §l×Z6ûe£"„¶€õ‡!ò‘)PÚLàV¯Z!½‰B!„Â*­V‹‡§'•«S¼D‰‡¢L–“òðV×®^åðÁT¯г‹ ¨*·#"(âã“-)¿Ã;:Ü<½¨1øUjÌz›C?/æ6P²ÿHšù¥°Éˆãæ8h2¶ÌÂCú$J‰ÆÌodšLIŒ/mõ$È9Ӈލîaææ;–›çõ(Ñœúû\ÆmÝ·ÿþƒsñmðqÓØµ UUP4Z´Ùû®Õ§ÝJa$Ùh©=hÓ¶Fµ}!GcG˜ žÎ KŠÅVÙ¬E+éa„B!„V9::’˜”Äþ¿þDƒÿÅâ¤ü •Ÿ8~Œj5jáêâ‚‹›z½ÆLkºÃÍ;Nx:ép(Û7Ú}Às›€P^{±:Κcx8˜ˆ¹€cãVTe3•½Ìýñ4m–ãöÖ¯ÙPšFÁ8»5¥[øWÝÃçߢíÈš9îïw lL¶pŒ("‹udä¨úøêÁs‰KJqÊ»ä,®S íå’§õ˜¸¾f$—„ƒW#:ûƒ 'gÐw\ ö|Ö W;–‘6²‡¯–¡ÕÐê¸iMÄG%apô¥¤;Á_üGb½€œ)³£^ ù&‡ÞÂX§:c2Š>çÎm×A^ŸãÂB!„B˜áU¤aõësèà?ERþP=}=&: WW\ÜÜppp0Ÿjr4QÉ©I¹»£´¾´~ëuÚ× £Å°wéQFZGÜÒ¾×wëšÒÝ?°$Äî×ëR̯(Uú­&pmû?^¬â„CÙž¼×§( pðƒ”ô/M…NßgyJºC¹^¼×Ó0²R;}‹R¬˜7>eBèµè¢Ù‘Ù³ÜóرSøzF¿ºžX¼è>ç[æ/z—àÚ—xgWz;–áP¶'ãºû)ü5®)%}ü)VÄ—âM&sL[Þm=S/˜Œo@‰4žt6kA]ªÐ!T ¨ìQ’eJã[¶›ÌlœÞŽ:B!„Bˆ‚d4¦PÌ¿1ÑQEyª§¯+ŠªŠ^oý±ßJümRŸ§fÀ5í1ßÎ5^gé–ŸùiB3¼4€Ö€›cZRIãE³É[ùqlgBüô`\h>t.;ö¤”ÐúÐvú¯¬|»3!E éqFp,R–vÍ(åh}yò‹ü0®+5ý“À¹xÕ<,ÜôoÏrsÌcc=j4»?ͺX04ùñ­|pÌ´¡%p ŸÂD;ʪó£ÃWÛYþVgBŠ@M"Qq¢D)LxÓê³ù¤g-Š9€)>Ždñ*LËÖA¸k])z½¡Jâ$ÆÜA_Ôƒ¸83¿^nO!„B!DR•ÔœSQ”‡¢<3ÿ×:EQs»°EßÌ£c—®ÿöñ+jqZsO¸[½jÍZ´’[‘…B!„Bg¾_´0ãÁâ^Þ§¸y€+—/1oî\¾œ5g$q@ ™öŠÈôwLÚç iÓ p÷‰ZªVªC!„B!„x0$)B!„B!$)B!„B!$)B!„B!„$åB!„B!„$åB!„B!„¤\!„B!„¤\!„B!„÷@/!BˆG_L\ÛöŸåzD,Š¢>òÛ£Õj(îãN«°@Ü]¥‚…B!I¹Bˆ‡×¯ûÏRÌÇ“–uƒÐjý› LŠÊÑ3WÙ¶ï,O5«*,„BˆBKn_BˆBàZD,UýÑhµ¨ðÈ¿´Z U+”àZD¬T®B! 5)BˆB@QT´mjF[Hè4šBq+¾B!„$åBñH$Ö I ‰$§¤ ˜T4ÐëuèptrD£ÑX_UñÖt“ŸŒa…ëk|öjNÒ$„B!I¹Bˆû!9)‰è¨XŽû—3gOq _?*V ¢zH \]ÝÐ;è,'åz”(¯_Ãöê0R¨ý…B!,’ï” !Ä–”˜Äõ«á¬^½‚[·oÒ©KWƽ÷!ãÞûŽ]ž"üÆuV,ÿžÛ·ÐjuÖ¦Þf}ʆcs¸1ëg)g™ÕÔ‡€>[¹#aB!„¤\!wŠ¢ËæÍë ­]‡~^ °ƒƒÁ@@`ú|‘šµBY¿a-ZÖâm쪪¦½€kKÒg c•¬ï§N™é½‡ì•m[„B!$)BQ`’9zì¾EýhѪ Œ;–BBB;v, ´lÝ///ì߇N¯·”§½|ri*ýG­æZJ¶Ï2OkŒà¯YCè\ÓŸr%|©\¯3c—þË%ísÓmþ˜Ü›'k•¦\ _Ê•(NëñI0Ýâ×qiQ£LÚû¾Tk>é ¦2²sM*—ð¥\‰ <ñò|ŽÞQÓÖgäÊÊ4òK§te:½º€cŸg\3Èúo!„BIÊ…B„ä#çΞ¦IÓæL˜0„„Z·nMDD .d„ 4nÒŒÃÿD§ÓÙ^pñ§™²x$E7¼ÂËsOhv¢DŽMŠžþŠG¯iÌ[ü-ÿkÇÊןdȲK”ŽoÙÊ ¯Lû~ K—Ìç­î”;œÿãÎû¼ÈKbñ‚É´K^Ëô±3¹YwÓ—¬`ֻ͉^3†Wf'^5z0rƬX³–yï· jÕ }"ís!„BˆÇ<èM! Ťq‹R¥Ë°qãFš5k–eš72qâDJ•.Ãõë×,~¯<ëÀ²·Zo0gÒ~ڽݗOÃ~åíšY§U¢w2mÖq|û®cÖ˜¸4 Ãó|MFLñ®¨®OÖP¦­š5Â-}ÆÈÔ÷K7¢YÓÆ¸Ñ˜`¶²fÀêõìEÛ hLÜúŸ½m£ªâ¯Óà\ñI:UL[Fí ’6®bØÎ‰UŸlÛ åB!„xÈH¹B<@æ¾¾råJV®\ii,ý0𢍩¯Œ;Pº÷l>íÅ׃ßa×mcj¢«¦N›xqÇ©Ñ6çŒy‹Ú®2\ßÃÑÛ&%ý6rõîòÕìû†¢ð&Š«QÆ´e¹â_Úî„cTQ”$.oþˆ!OT'¸”/åj3æO’ãI2¦.C%ë2…B!$)BQ`ôz¾¾~\¾t€öíÛç˜&ý½Ë—.RÜßÅâ—­U2}k<õ¥ó£Í¤9ôÔ,fä;[ˆ0ež.- Ö¨YÞӤͯfY^Öù̾¯Ó£CM+_êçZ½”ԇͥœÅ‹ƒ>åh…á|ñÓvÖ¯Ïê˜Y¦¹u!„BHR.„"¿“r*V b×ÎíŒ7Žþýûãããƒýû÷gܸqìÞµƒZ¡˜LFó)yúÃÑÒ^éÿÖx6ã­™ƒqÝ0žoÎÝÖ¡D]‚“8¼å8qêÝ»ØrŠÖ¡²§öîÃá2-/ËCã²½G¶÷2—-áÜoœ¦2}Gõ£Y­`‚ªÕ!¸˜!çôŠ*zB!„$åB! ž£“#Õª‡p;"‚m[·àììÌĉ9|ø0‡fâĉ8;;³í—Ÿ‰!¬n}Œ))¹\‹·:oñÙ ¥³Œ=k¼šñê‹•¸ù]FL[Åîß~fùÏ3f»Jý×^¦ªSþn«S™º”å‹?_Äö}ù÷È!NEdºÀ s§¨'ÄøŸÜ–Æ!„BˆÇ‚<èM! Fƒ››;]º<͆k¹té"Mš6ÏxðÛåKÙµs;wîÄÒ·ïLÆ‹¿ß­¦ _§/;ëo“»RóµÏé³®+ËÓ?Ã‰à‘«Yäö?>š;ŒÓ %êòÔ¤ Œé]]–ß Ïú;â˜y?cÚŒùî®_UUô^æËÉWûÙ» ^•zaAïVŒ öÅ0 ¢jühýÖk¬ö%ïMmG—…m¥!„¢ðŸšù¿Ð)Š’˜Û…-úf»tÍø·_Q‹ÓÆDEæxoõª4kÑŠ">>R3BˆÇŠV«C«Ó²ß^Žú‡ððëøû'¤f-ÂêÖÇdLÁh4ëúW«öнMh¡‹Ëª­óJ÷úÒ@„B‘¯œ]\ø~ÑBºv—·Åi#nÞàÊåKÌ›;—/gÍÙ$ @D¦½"2ý“öyBÚôFÀ(dz˜ŽŒ” !ÄC@QL¨ªB°ºÔ«ß­V hPU“ÉHrR¢ÅòtªªTÎßîuž¼p]/„Bñ€IR.„ UU1¦¤äá;ã Õj0**'r‘h?ìÏQ3)*­F†B! 5yЛBþEÜ9}!Ťæüå²Gðe2©œ¾NI_©\!„Bj2R.„…@ëºü²÷,kwBQýßÓj5÷q§UX T®B!$)Bñpswq¤kóª!„BˆGŒÜ¾.„B!„BHR.„B!„BHR.„B!„BIÊ…B!„BIÊ…B0EQHˆ‹':*šÈˆ(¢nGq'&–Ä„DTU•=nL7øåƒ øì0  !„¢Ð’§¯ !ÄC 9)‰è¨XŽû—3gOq _?*V ¢zH \]ÝÐ;è$XÙ© \Ú·‹õuhêÉPâaÆ7oËÂÀYìYÔ•bùQS×þÄÏ!Q¤–…BIÊ…BŒ¤Ä$¯…³yËz|ýüèÔ¥+¥J—àò¥‹ìÚ¹ãËÒ¥ËÓø—(¢˜¬,-š­ýjÓ}MDÆ;†"ÔlÔŽÞC†ñ\# …-€‰'ø²_/~ê´B}p~eкQ¦J0UËøá(÷  !„B’r!„x4(ŠBLt,›7¯'´NZ´j“åó€À Và×_~fý†µ 2UU,ßÎ®šˆ €’˜7óiü•;ܼp˜í+æ1²Ã\¾¶š5ï6Â[Çüe`À‚m H!„"—ä´L! ¤„DŽ;‚oQ¿ yf-[·ÅËË‹û÷¡ÓÛq=Õ³"u5¦i‹'é6àM¾Ü°ÃËrhz?þ·+šÔ”ÞÈåeý©Uºž^ÞxúT¢Ùo8—–ð+7ùyLGêT*‘ú¹—7E«¶côÊs$f\ˆçøw#h]¹hê4Å‚hõÞóßN8Ș*Þ½ù÷ÝÏc·ÒÝÏ›Fs.b´w\ŸÛ ÿ´yjLy%#à\}o¶Öðcï>÷ v_"!Ÿï¾Î¾N{%]ù‹c‰pl\m|Ón!÷,ÓŸâàÖ¹Rr±,§ð!Š+ÑiÙÓºS²Œ;Ü 'Ö”×íÈ}ü…B!I¹Bˆ|¤×ëðõõãò¥‹6§½|é"ÅýýQòø›åjÌ¿l? ŽÕ)f€äÓ³èÑg ÿàÛŸwóû/ß2ª¦ÍcÐjJË*òâÊcZ3–IëÕ)„ЗÖpÍ\ö¬Ñ¢×€1Ù˜Û(e]§Ý¬¢¢¥Á§[ùkÏŸ™^{ØñA(.¹Y–Î-*Šz÷âˆÎA ŠŠýÕ‘u;ò!„BºóA B<ÀNØÁŠƒØµs;¬N»{×Bj…b2s¿"%’ߦŽc}¼7½^n€'{v'¨Ìø·Ò6Àˆ%¼¸#\Íå²5Δk6€IÍú0ð«6Ô;•uït`pél‡½e¼áÖ±3D)uqίËÂZG<!>2>Ëïy;–¬M%…Ãã)1°Ùo10>غO´7þª<øM!„¤\!Dptr¤Zõޝ8ʶ­[hÕæ ³Ómûågbcc«[Ÿä¤DÛ Ž:ÉŸ;wp^‰'â¿Ãl[1ï÷ÆRcÄ|ÜÌ àT¶åù˜ySR©_mŠ9ÅqìfJ®ÊŸre3ó7ÆROå{÷]‡ªø8™É¸õÅiѽ*ŒË */5.cä\NݽÑP‚ÚÁÎĬŸÄ´U¯ÓÈõÿ)õéÓ¾o¿X޶3ûÒËý^jS Ï”œ:££Í‹])ÿ€ï³½ŽàÎ_+Yw(˜^5|d‡B!$)B‘Ÿ4 nnîtéò46®åÒ¥‹4iÚ<ãÁo—/]d×ÎíܹKß¾0S,ÿF9€F‡{Ñ"°ç[†tûïòÔlÜ›é‡ó\ÃbOF7TÎâϯ2ü£qôXšúDp÷bTëⓆlß?7Ïxë6LŸÁ˜+© ÜZ0ü›tò3—ñ¨4ô{†¿Âد†Ñû3'ü*4äé@—¼ŸJãE˾`Àóo2å…îLÁ‹Òµ}YêßÄO¾oóîì·y~–p¥T£—¨= +å ¶îmÆ_[”ï¿ÎÒA35±½V<);ŒBQÏÍü_ èEIÌíÂ}3Ž]ºfüÛǯ¨Åic¢"s¼·zÕ šµhE B<^´ZZ–ýûöräÐ?„‡_Àß¿8!5kV·>&c F£Q‚%„Bqœ]\ø~ÑBºv—·Åi#nÞàÊåKÌ›;—/gÍÙ$ ü¿½;ª<ô8þÉ$C€…$„-Èš„Md AöMŠ…FP)YÄ+‚ ×[¹·ˆ¨­½(P)«¨µ(Z)ÈZH¯•EÜØ¼*TI(kV ™ÉÌœsÿȆ0Y€Ðø}žç<“Ìyç=ç¼g`ò{ß÷œ‹@é]Ò}~Îñ®Ïó–wÀàòð‡©‘r‘[€ax0Mƒöé˜Ô «Õ X0MÇM¾ÓQòù,´˜Ñl?¿""""·…r‘[„iš¸].Ü.—ã(|‹ˆˆHe¦¯DQ(Q(…r…rQ(Q(…r‘ÊÏ0 ò.æ’•MfzYY\È9#Ïišj Ò8þÁÆ•»8íQSˆˆˆHåaSˆˆT¼|§“ì¬ó9|Ž~Gzú9"kFÑ´Y­ZßMµjÕ±¨±ü0²v3{؃¼|° ºßˈØ@5Šˆˆˆ(”‹ˆHéœ'§Ožf󖉌Šb`ò êÕ -õ8)»vpä½C$'&¦N £„¡`3ƒ?÷oÌèœé|ò$wÝ ÿË»ÓXùÈÃ,±ÿ'ë>ÿÝ£õÑ&""" å""R†a“}žÍ›?¦mûöôìÝ÷Šõ7¡Qã&|²m+oXÇãÆcš†¦³_ñIV—!oíãÁš1T×D©dtM¹ˆHræ98tø‘ÑQWr_½úÜGXXû?ßG€íúS³l<€öÍêNhX8ÑÍûó_kŽáð-çÉ`÷ÂqôN¨UP.¦ ÃWÇàIçï¯?A¸(BéÕzϬ<È…Â~#ƒ”i¿¤sBá6¢I|þ òŒsl{.™Žñu/m»~ûynÍÿ‘ëÛ§p½õ¸O³cö£ôî˜@ÝšáÔjÌÔõÇqê­%"""•„FÊED*P¾Ëͱ£ß30yP©e»tíΖMH옄Ûå*c(¿Èû”ï#ŸfùÂîD¸O³ç©Ì3Œ¨V)LŽ˜=~3NÐõ©™¬êÙ[FŽ6Ñâà›WÒÿ•Óôœ4Õj¶yS'ö娹—GÖÇfäppãV†=Ų?ô£¶™ÍÅZ±™|·3…o#žfÙünDäŸdßêW™9¦ß¹ö°zX=l7R?¹|1m¼ncä+ï1§¹Á—Ëÿ›)#†Pã³]LN°ë &""" å""RBfö¤§Ÿ»t yIêÕåÔ©“X­×>GÛÞ +ýúô$èq·Á' XŸrŠIñ±dídúk‡©õØ&VOK¢ºÏë̬Í̘„èÑYõB§‚u½:~ìnþ}Æ"><6Þ{ªÙïêAÿ^])|±;óÒ¶ûß׋ ÏÏzP7¹ §/åÐàßÑÚ±óºë7362cñ4i?¿¼@§–ìÙü«ÿò&'Äë &"""·g$FMc\§¤nšÃä¿B·¹ãi ”ÒGàüt.//»@ß&A¤n›Ïs[òiû?ch –àë¯ßÑ›)cîâ¾…#òcû6#Ôu†ï~ ï˜A4 ÒûKDDDÊED¤¤@l±P½zÉɃٰq©©ÇéÚ­Ç¥¿¥¥'e×.\8ψ£ñ¸]åÿå–ê$þf#k#¦ðâÂI<2ß[$í&¼Ç žµi3e=ëC&3uÁ“ ži`¯Û‘¡s·0mTËÔóà`ϼ±,JsBhüvsÆ7¥ 3_ý–êt|ik#§ðââ)Œ\äªQ¯óXÚV(‘Jò÷ ŸG+`Æ5żóæ2ø|­OͨèbËæde^õÜG¼O÷ž½‰¨YSgFDî(VkÖ+ŸïÛ˯¿âôéSÄÄÔ¦u›{蘄ÇíÂívWžƒrÿÈÂn÷ðÛpôO½/ß•]DDD¤‚W­Ê»ï¼Í ‡†P#,¼Ø²égÏp"-•eK—²`Ñ’ €È.9@¦wI÷ù9Ç»>Ï[Þ x.Ý:ÇÔH¹ˆÈ-À0<˜¦Aû‰tLê„Õj,˜¦‰Çã&ßé(Óyh‘”l? """"rëP(¹E˜¦‰ÛåÂír]w á"""" å"""`»‹ñÏd¼ZBDDD¤XúJ4…r…rQ(Q(…r…r)G†aw1—ì¬l2Ó³ÈÊÈâBÎyyLÓ¬D’ÃË_`ò’ÃäÝêûjžçë/ñ샷þ¾ŠˆˆˆB¹ˆˆÜùN'ég3Ø·w/~ðo¼±e˲æýÕ|¾o/9Ù9¸]žòÍ£¹ß²â©Þ4‹ '4,œÐ/òµÞ°Ž'ÆÇ42Lgw“ºæeÞÏ¡ bÚG“Ù0².—6œÁç[Øm5ÏëMÂçsw³yw.ÇNaìÀx‚.Õ7œ7?®v+ jÄè·¶3Z-!""R©¨/]D¤9ó:|€È訫¹¯^}î#,,ŒýŸï#ÀV†þÔ¼ƒ,ùý>êýêO¬ÂgsÞä°Ã·7ÀÉ'¸¶ ¥¾wšz̈\0œ\pÀшò>ßáµÈûi1÷†Õbȶó—ëðd°{á8z'Ô*˜þӆᫎ_šîÜ>¶1uD7ïÏ­9†Ã§Ó mõ£ÜS?¢àµ5›Ñ}Ü›¸èÓÙàÉdïâ'éUP&¬6MðÌ_þyyZ¼û4;fâÞ†Û©Õ:™©ëã,¶Áâ// ¢µw¿b;=ÆÛÇŠög”P§™Ë‘•OÓ'>º`ŸjÅÑû7ûý_^ZYO:ý zÄEy·3€gVä‚y¹ã$eÚ/éœPÇ{üÑ$>ÿťןZÚ›ï9ºûå#8Ý?²ðÞp¢ÿm;çËûXDDDä¦ÑH¹ˆHÊw¹9vô{&*µl—®ÝÙ²i‰“p»JºÚ$ëÓù¬<›Ä´Ç“è™=†F«—2ï³§YÖ³¾“ØîŦY¨ØÂR•}Ôû.‹ +Ucb±](º f¤ßŒt}j&«z6À–‘†£M4œ*(RÿçLþmWÉbßògyyÌ0¢Z¥09> âž_2uñhêF’õÕ;Lž<‰Q :ñÙ”ìÞúûÎø‰{'¼Êû4"8ãS¦›ÅöƒÙx’ë`#—/¦ à×mŒ|å=æ47ørù3eÄj|¶‹É ö"Í’Ãÿ>w?#—»é7y³;†‘ùõZæNûܧPÉuþʶ”G'®Â:vë†$œýŽÛëèïÜþPRYß¼:þ¯œ¦ç¤y¬îTƒ´Ís˜:±/Gͽ|8²>6#‡ƒ·r0ì)–ý¡µÍl.ÖjŒ‚^„ðÁKøpR ìXŽnD'‹ìAù‹ˆˆˆ(”‹ˆÜ– Azú¹K×—¤^ýXN:‰ÕPrAÏi6Í݈Ñoë`¯5œ‰íçðì¼-¼ÜýajùÌ‘²…6¤y‹„>á ßUk7¥E‹&—š»H(7³v2ýµÃÔzl«§%QÝw¥wÛÞì~~9°7!@÷Vn¶Å?Éú”SLŠÅ†…ªqýy(ÎûšÄ8ëÞçÑÈy6Èìf¾vˆˆa±zZB-@nkªÍâ\á>dìdÆâhþÒ~~ÿx#N-Ù³ù!Vÿåü*Áwú=˜;˜ýÎ?©;~+¦´+¸»[ ²?|_—±Îq½SÉ „.=î£k»šXiCbq§!«ø²fÖNfÌ?Bôè¬z¡SAûõê@ø±»ù÷‹8øðtÚxß~Wú÷êrùy‡²í‘MhÞ¢ÅåkÊ‹ÜU¯÷w¦îæ@žv÷·¸2÷azq5!óD¶7;:IÛ8áÝšS;<œÐè6<õ© Î\ò ÈOûŒ¯ó‚èð@Û‚@îoNìá°?ߎHï4îÐØ‡X{ÎK¿ênêÎûùÞe§MŸ¸ËAöë´µǯûXøó¿µæÞá/ðÖßRÉ+æòþàʶ_ûŸ·¼Ü~ÖH’~'wóM¦qãç¨EDDDn”‹ˆTä¶"#£HK=N£ÆMJ,›–zœÚ11%ÞäÍÁáw–rÈ8Ë¡þõXQdíâ?~ÏcÏ7Ç~£;n˜}eþ¸ ÓS6ó¿_Äa³Èyx&+æt¦Nж<ý ¿óšéqa€=°„¾cÓÄÄJ§9[x­sõ+:.Ãb©Z\HIÍWZU‚³æ0}SV³tÁ<ž¸€W‡¼Í' “©]ôµJÓbˆcúm?‹wË%—籈ˆˆÈM£‘r‘Š å4mGÊ®¥–ý[ÊNZßÓ§„oÿ¾ø%Ëÿ˜FQo±mçv]Z6±àþ~\ùߔüìuÛÓ,ÐÉþ‡¸p¯wMá[â;å1îëÐ’–ww MíË]Aµï¦¡5ýÛ¾+öÆcöºíhhðÝ—¹Ô‰‹'>¾p‰£qLðUýözI´¨âdÏÚ/È1o NK0wuÍô5{Ø÷r+þùþlÖŸ,æœS¶p_öo<ÄŲF:{6| 1‰´ /áãÙj§†r3s1JžÎÜ&ѹÚ9~2’Ö¯è9*¿c…r‘Û’Åb¡zõ’“³aã:RSÓµ[K7~KK=NÊ®\¸pž#Fãq»JüŽòK6q¡ÁlzõõvÃùYèÖ/ù_2:7¿Á¯Nâo6²6b /.œÄ#ó °EÒnÂ{ êQê˃â'²jþ?™8ãy†ü)€ÀZ´Lޡа„ÓkÎF–U{šßNÉGNˆˆo°X-—ö¡ãK›X9…Oaä"7PzÇÒnôÕ¡‚¹ûÙÙñ<ÏÏ‘QË ¶[­v}:×.û¥Ôsî+6¼6É' :Fª7êÉÄ7ç10êê ë.±l0m¦¬g}Èd¦.x’Á3 ìu;2tî¦jPòÐ-aôšñ:£GþšY?Ä,ÂhýøÛ º¯ÁU稼ŽEDDDnâ߃~­@€aŽk­ì7—1Àçk}jFE[6'+óªç>úà}º÷ìMDÍš:3"rG±Z°Xù|ß^|ý§O|­XLLmZ·¹‡‰IxÜ.Üî;wj±™¾ŽAñ£Èš}ˆí£ê ·ˆˆˆ\§àªUy÷·ôÐj„…[6ýìN¤¥²léR,Z²pRð( Ó»¤ûüœã]Ÿç-ï<€Áå»Ü˜)¹†Ó4hß!‘ŽI°Z­€Ó4ñxÜä;%Žß~òùqÝ[lw7&!6Û…£|²x*;ÌŽü¾GôuòÐ>l eûé0¹™ÊEDn¦iâv¹p»\j ÓAÚž?3gÅ^N\°S§í@~·v:6¸¾.nQ() K º¼¼…Ã/«)DDDäö¦»¹ˆˆˆˆˆˆˆÜi¡¼F®í¹³©FÊEDDDDDDÊEDDDDDDÊÿe4…]DDDDDDîäLjU#ˆˆˆˆˆˆˆÜ†¡<ýì™kÛ«•*ÁUtVDDDDDDä¦Àår1êñ±¥–]õÖ•;”—U°ð‚%4Œ¼¼<ƒ±X-z·ˆˆˆˆˆˆH¹r[`U«U¿eöÉv+5Pòƒ³æÝ•tHêD­˜ÚØl6½kDDDDDD¤\Ùo¹}ºé©7ýìjFE—¹üÃÃF\úyÅKô®‘ëV–iêþ¤ÿ¶o«ü¡üz‚ù6žˆˆˆˆˆˆHe ï)ñ‘“•yû…òÅ]ëDDDDDDD*K ÿ—†rÓ0t†EDDDDDD¼"ByáAVÄŠˆˆˆˆˆˆÜJ¼BByE°ˆˆˆˆˆˆˆo6­È|j«èƒ/T#,\ïù—fÑŠfS£ˆˆˆˆˆˆˆ”™égÁÏc™è+ÑDDDDDDD*ˆB¹ˆˆˆˆˆˆHÙ÷7jî[V¡\DDDDDD¤œÞ°mƯi:»B¹ˆˆˆˆˆˆHÙy|Ãç±p)5ˆû²øy´Þ%ª!@(„áÞßkU½å‚(¸y\€·ž¢õ‹ˆˆˆˆˆˆT¾£Ý…Ü äy@.d™@áýý\¡\DDDDDD*s(÷½®Üw »o0÷Ê^8ZnPüHy±¡¼¸kɼ,:eÝ7 å(”‹ˆˆˆˆˆH%å å¾—x;¹<•Ýßö2”›>Úß…ì¾SÒ"¡Ü÷Zrk‘0®P.""""""•=˜½ »¿›¡çû„òRyÑPîoƒ¾·owù¬+Üßï(÷ýnr«Î™ˆˆˆˆˆˆÜ†áÜàêóÂK¾ Cº¿‘ò¢õ”Ê‹ æf‘^ßÑq WަƒFÉEDDDDDäöãEsqÑ|ìöY<\çHyÑ)ì†7hû æ…SÚ¸rt\ÓÖEDDDDDäv æ¾ÓØM®¼Ëº§È£o€÷ð‹ ÎEG»­exT ‘;1˜—öè7—5”þ^ÚR–zEDDDDDD*{(÷ý½´…ë åÅ­+ÂýŒ+‹ˆˆˆˆˆÈÌM?Å]?n–5x—5œ+Œ‹ˆˆˆˆˆˆÂùÕá¼Ô0~­AÚrƒëEDDDDDDnç`~=ë¯;L+„‹ˆˆˆˆˆˆ\c/ʪ6‘;ÊÿNVNœ#“IEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/cact-execute-as-frame.png000066400000000000000000000206121433352025300246420ustar00rootroot00000000000000‰PNG  IHDR–‚=¤WnsRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÛ 1/ FìQ IDATxÚíÝyxSeÞÆñ;KÓ…Òº±É"«l‚‚ƒˆÀ ÌŒ²ª ˆâë2. #Žâ>.(#‹€ Ã0Ž:²ˆŽ€Š# €âˆ€ì;--vMròþÑÒ4iÒt¡…ïçºÎ•´Ižóä9§½rç÷œs$ÊÁTůTo®²¾À̘ÊÃTAÏ£‚ 5“«œM¥üÎD¸€ "TºJ ’®Pƒ¥¿@iò, ˜paJ—ÇTÀôM†a¾Xð·¹ø»A>_ôÁò÷5jôXÉÊôÛûwß^¢ž½z+!1‘M à‚–ŸŸ¯?îÐêÕ릡ÃÕìÒæ²Z­ ðËáph×O;µtÉbÝ0h°š·h¡‚ü|ŸÏŒŠÒ¢ó5hÈP¿íeeeê“Õ«ÿÀßJ’< ¹sæhú¬Ùµ¼Âb ¥Ôpò'œuŸ®U¿þ•““}ö>àœððpµïÐQѵc´rÅ2;zTN§“~Y,%§¤è†AƒÕºMådgWÚG€h¸ïºõËW° j*«g$T€o†a¨EË–º¬m;™Íœˆ÷ùÁn/¨ÌP)I^¡Òé¾oxÜ/zÜì.MÞAÓJ¨”¤œœlŸ÷ÅäçûÂpžÔRñФӽ8<.Cþú|ݧkU«Ä}@µWÛ½D»Cf”¤HN‘ —dSa!ÒâÎÞ'r-Æß1–+—L…€+NÅ«”vIî Yà'zŸÈçlÕÒê'L –L…€,‹Be¾{)ªPIÃc1ÉÇñ•’ï©°¦`‚e¨SaÍf³""#ØŒ"‹Å"»Ý^ž“&HŠwÌXI1:7-6B…SaÃätØ/7êTؘØ8åææ*6.N‡C.ÃÅ^e•Ö0›ا˜Ø¸P›‰Saµ²@Rž;¥T§JžÌ§Ô¤¿ËTÚTØ–­ZkÓÆ º¢k7%§¤r±p(»Ý®CöiÓW_ªC‡N¡6ëŒù*¬NZÜ¿7Tò˜K³JV,]‚ePÖ}ºVýúTNNöÙûÁHMK“$mýz‹²23e{Él6+&6V:tRJZj¨ÍĸÃc˜P™¯âÓ`-ò_€4Ir—³Â¦¦¥ ˜€*å–žÓ_ äÿØÊ Ž±4yÜš‚ég…€+RÅ+•vPYTÅôœë­ØtØ+–ÁL…‰‹gs@%É:êKmî[§ÎU(­^Ò³ðh*-+VøYaMf³bؾPé<‹ye ™VV*½eÑñ”¥…ËŠ –¾¦ÂÞeZŸŸñññ×½v§ú´I=[¡NjÒA¿ñ’¶æJ®“·‰-©…R%)µµ’mÁ½¦Ô~æ~£i“§ëÍiÔË_çøîw‰çèàOiÈÎŽ]“+GiöÎüÀãZÎ}*¨÷[–ýÀZs»¡6÷ÌÕÓ+»iò楺wÊp}Lõ-™Z÷ðuúíÜ’¬JH‰Óé£Ûµâù¡Úž»F_Lé¨H×/ÚôT]÷êîvÃdÕ*¨£XkÙJÊæ¸$%E˜d½¤®ÂM’\™Z7)Àú öè½y«T8³×¦¨H§rr£”ëUj ¦-Ça­[ù•våIR¸¢lùÊÉÜ©¦ŽÐÈ„MZ}OÓR+i%úo²Êš½_‡í1JJ WΑã:ñý2=3÷¦ˆR¤3G¹éû´õƒOtÐ>Qí‚Ù ×ê©y3u0©—ê„ðÕIÀ~Áyx‰Æšªõ†¤„Fj­{O)ºv˜d2J×ÍåÛ§"‚é`°ûÌgèŠlla%]xóèœÞJñ<ÆrÀreJRxsŸó¬ºZ¥ã FèÚ¡ótDñ<ëÝj‘ãÀR=6÷€¤ºçÃ=Ú³c·v½5Dq’öÌŸ­Í9’óð;š4íGI&µ{d•ö:®SéGôãë=S¦^&ë¶oÕ;vè‡U¨m„‚Z¿gPøîn9rRé;§«{­â­—½­]:rt§þ10Z’´õ­µ:ê,[ÿ¥Hu™úƒÒ~¯ÿ}ô¡þ÷ù,õ–”·^Ëwä–q}¾Ú/ù'ÏÙ'ɤö®ÖÁㇴgÅH•¹ oMR×A#4¤{Jßœîg0ì'Ô~C’škò²õÚüíO:~è?žj.ø–wŸ î šÒö;ÔçóXËóR±…¨Ùê.é:Tàðw ³;äºäòzJ0ëWW“­-“,6KQ~.á¯ÿ.¥ô n›¹QyjªaOܯމµhÒ_ôÉ/…—äk}þǧä¶t¾s¸"¬~æ µMT¡Û1$µºè™µÿUë©/éµ7?ÔÎ5s5qÍR­[°A/[k9÷©¼ƨ={õæ¿7@5®¼ü|mÚ¸^&™”’–zñËÛ·é²öU+*JQÑѲZ­2™B=U«SGÿó€Æþó˜×]’¿ÐЧé–ɽ´ajOÕjÚCÍô¡¶é´2’껪ŽUrdÐ#U£${÷sŒ šñÏïÔû®¶Š6;•s:_¶ð:ªW[Ò™SÚøÅ>å]Ù¤d” QœMRÁ }ûÃI9:×—ÅQ ÃjSDëW×Y¬È¶‚ë¿Ié?ý¬JÝ}³.5~Ð/ ò¶o“wñ4¼þåj ÿjs“~|X}§ÉY`—³X{·IÉ>”o;Z|„P«Y’òtpO†½¢Kþ!dè˜Úê–§ë–É»ô·ºêÁ §õá’­z°séãZî}ÊUö1*Mi_úàüˆKHÐ]»jë×ßT‹`Yåg…ÍÊ<­¨Zµ­°°° Be‰c,ã’ÔñÑ-Ê>¶\ÿ°\g§!³ÿ®7üYí$™?^}vZÖK†ëñau%9´éÙþjZ'IÉÉñJlØNÃì—]RX£aš<$Q’]'ÿJõS”œPG©WÿEÛÌ—iDߨÂ@<¥›ÒÒš¨Ç³»‹w.ª•\n–äÒ—÷µU½† T§ÑH}!…±þ`Ud[Áõ?LÉ—wTœ$í|R½º^«¾o×¼ýÕ~ɧښ ×ÿ]i‘tF+nk£ÔõÔàwK•U¬½ ¶I‰>”o;–üЍ¾.oTx÷› ]tã?ËûðÕÜoŸÕ5MR”ܬ­:v¨I Ÿ‘Ú²¾ê×òîS¡Œj‡Ã®ä”4eež®ý©ò`i†ärÉj-O±Ô®3ÙéúìɉZvF²]ý”¦ôNTd‹;ôÊ]õ$Ó‚{_Ôæ¼:úõkŸèß“©CJ¸$»òò¥ÈÔvº,Æ=¥ÐRWf¬Õ[ü­Ú%Û$W¾òŒ¥Õ“Sñê=õ½0¬£’Ã$gN¶ ®¸mtíu-TÛ,ÉR_#Þ˜¯»º×S¸¤¼¬_dMŠQv¶C2±þ ·T¶å©”þ×îñ¼–>;TSÂuf÷×ÚøÕv¥‡Å©AÛëtUª­ÜíûHϺmá;š< …b$œ±+1Õël2¦ ¶‰7S9·c‰~6Õ¸9/ix‡$…ɦøz1%ªšN#V-ÇÊ~ò ~Þ{LùÑõ«Ûgiñƒ­T'и–wŸ eŒP£¸ŒÂLeFµèÉÇ­Y’Å0Œ<Ÿ/0ûÿTºpÞ5z¬Îdeú}λo/QÏ^½™^‡ ä¬¿[­û/R†ºkÑþ娒¥E æ;jLœÿk*œ:q\‡ÐÜ9s4}Öì’ò%åJÊ–”%)ýœò¸Ÿå~<×ý|‡$§ ÏðRTßrQ»” ÁP.V†ÕYT·Ú{zTcT,KÁ@°,(#Î •Èår©  _v»]†a0 ³Ù¬°0›l¶p™LK¸èCeNn¶vÿ´[6|¡ãÇŽÉét20À/‹Å¢¤ä$uëÖ]í;t¬1_L, ’h÷O»µæãÿª_ÿþJM«/³™#€N§SöïÕêÕ«vL¬š·h¡‚ü|‚%\´ÁÒ^ ¾Ð¯û_¯+ºvc@@P6j¤:u“´rù2µ¹¬m–|u•Äe:vì˜RÒê1 Lš6k¦£GÔ˜ÙNK¨DN§“鯠ְ̬un>í–¨"y?kå?>Õ1Nj‰@œÇõñ“c4fê·Êe4–€$§7è…{hÄ£3õÑ!{Å4êÊÕ/?Ô[N©ÆdÕÊìsUGîFý¡i¼ß»!øðç¯yßjJ×5õnáÎÓúúý÷ôÑ÷™2|=~±í7KÔH®t½óëxÅÆ•\â~»JYeiËqPÿu“f‡ß¯÷7ýS·4 «˜>æíÐôÑÃuÿâ}*¨)ãZ™}®òñSD˜d‹´•¿æh5lÕF­›ÕU¸¯ÿ*¿Ð÷€ —¹ÐÕ«7fܨT‹ÇFOh­ZeÚKêi輯481EцôÂùëU½¸0Å7ˆ+ÿ?[™·ZcB}5Ë ]L3]ѽ»zô8·tm/‹ \5^Mâšh슅ÓGõÎÍÛyжd» _ï8¦µ/ý^½¯l¥z‰ñJn÷;=ºl¿Î^IÇ™® 3ïTïVÉ…Ñ”ºyá~Ùs¿Ö#­âÕâá-ç¦Yžù¯†ÔW÷ÙûåðèâÑ9½•⮦¶f{aÛŽcZûÒh]Õ¸ð÷ÅÖk¤ë³§‡©{«4w6I]&oñ=³ÔvNè£Gªsó´³ÕܤÖý5qéåÖ’}vèàâß«cƒ„¶›«çÓwEãX†uùoÎtmxý.õiân¯Ž¶í©á/ºi füÃ’Ô®]kµk[WaÁ¾Æ_{5óªx%X­3>·ƒ×ã®mÿÇ}º®eRaÿ“[¨÷ã›Ýë 0–¡î7Á¼¿ ÷-#ý#ÝÑ"^ ‡.Ö!ÿf¨X^è\N9P`’Åj‘IfÕéûœfX£!÷üICºÌPÇutߊM\û.¯e’”£-OÔ ¯Yuë_ÞÒË­ }ýæCštËPŬÿT´ré»—~£~ÏÒÕ÷<¯…½Éš~Py’¦SAw1þÆÙú÷„6 —I‘IMd ´ÞK³ôýÊô}Ü=š;£ŸR]™ÊNnªð-j'[»ÖýO?Õ¹OoÎì©Ç1m|ãQ=ûHÕmû™ii+CŸ-Jè8L¾>Fõê„éô7 ôÈ#4ºQ7­ŸÔJáFðë*Ù¶·\mýË@õ{aÚß:Yo^ßJñΟõÖ„‡´dÝaÙj§È F¾¶zÍùD½BØ­JöñH™^_°kŽ~ïB™ÇO×ûC[)2ógí¯_pe¨ûÍ%AtÌvß’\’\®Â[‚%.lÛS§”Ç<~ÑBOmY§?4 “Ì êýìlݲz°îgS›Í«TïᵚØ!ªðƒsú'zîõ]j=e³¦Žk¢0IÝ. ÓÆUC´ø??ëþÔ½zöÕmJû?ÝUÑųOÐÂë4Së6mΆ!WúÊR×ûÀĈÂ×]rú_ÛCµýeêý?ÛN£«Õïº^ª-éšö†Ö´º[Ë>;ª -úýñî³$Eµè¯!-Ü?ti¡¼÷—è÷k¿SÖ[©nÑë‚X—¯¶‹½¯ŒOõÜ_·«ÎÍïiÙ´žŠ5IrÐîçÒ’*Ú­Jô±ŒU;çéJWmõ¸¦¯®î”(³:¨‹Ç—AeY÷›ûÊðþì[愾šûcÿ_–‰†ãõ9C”V´¥ÍÑjXïÜf7Ç_£§fÓŠ!‹ôE½»´æþsÕ®üCµ-O:8¹“êL.ÞlÌžSúåÀ}—®N×·)*Ë)ÐzíªWií˜ãš¨e¢´æP¦eúÉ×Á•/ëÏ/ÔêïŽ(Ç­h»KjŸ£ÃO8 q]ù×뻼p]9¨Sa¨¬"ÛÞ©‡¯{GG´Óöc5~üÞ£"M¡epÛ;ŠÿK„$º‘Úuî¬Kümi×/Ú¾zƒÒe‘½¯m~X—÷ˆ•I’\.¹dV·—?Ô«Ý=££Iaq uüÃÂi€¾ÂÉ,«Ir„pZ õêX%¶c•Í"¹œF™º\ðÓ, ù¢²nz^¹»ÒlÇõá}ƒõ¤«ô?¿PÖ%—«pÐK •¡Œy¶YYE\ªÛ—nSŸÏkÎôizð7ÓõÂÐùZ3ówJü9”± b{›vVÝû XââáRæçS4nVƾó¹ºÏë§ÛÆ=®¦ªWœYáõ:©y˜¡o¿ÎQÚØÎŠñ 2®°Îjöš6¯üA¿ôöš kSÃxéä¶]:mtQ¤ÏKP„+&\ÊÉÈ‘g´ ´Þ`§]VT;Áô9o÷gÚ¡–š2i¬ú6 “tFÇRÃ¥ÃåoÛ×ûº4ì5}óñNå^{¹ï)³ÁŒ(¯ ²ÅC°¿ ©KzŽÑ³=GjìŒ>êôèKZöØ 4–!ï7!Œ –”¹Së?ýD?{^&Äš¨¶]Û*1wƒžÿ79FÿGOôj©èÖ¯êÎcuçƒõå+W+6¡·&Ý~‰úμEÃk?¦ñ}š+Ö~\;wYÔçöAjœp­&o¬>ÓGjd­?ëŽ^M•sDG£~¥›z¥ª×ÖÒ”GuçÓ.ðŒ/tÐ.íŠ-MÚD*kù³zåí ê^ë¤ö]5òúë 2˜*¦büôù¦&Wª±ž×Üç«ùèNJŽÈÖ¶ö i{ä€FÅNàcJ襉·¦iÀÌ‘÷¤n»"Vé[ßÕ¼’®*ÚÆAŒ‰ÿåØfý¼ÛŠQjœôËÆ¥Z¶µ·)þ°ýÐ*½¹2G-Ú]¢X㸾üê¨ÖZ‰fE4 0–¡î7¶ÆÄ#ý#ÝÙm˜VµŸ¥õ‹†«ÿIÁ´Cóuçàù^¿ìª¿ÿüžšÏ}@s³®×ßíQx¬^Êoôü“Wªãƒ4óöÏ4©M´®œòÞ«3I~}’nåTKõ»W§1ƒÔØ­.¯Ô{ “ôç™4ꯆd­£Nw¿¥A½RÕü®Ešìn=:ã˜*IªÛì*ÝØ4ªð:7¦8]ûÜksëÃzqܽ¨8µ7_ƒ®o`½A¾wStÅ´S¬M?}î¯þõ°î}n²†þ«@’V;Y—ý.E&wêÐRÆÃæY}3ŨÇ3+µ ò>Mž:^Cò¤˜K¯PÃbïÇxüK&ÛзYßFÅ›2'iÀô¯Û¦éÁg¨ÿ¢–ÅvœüF+^¦G^l%ºI/Ýû·iúM]³luŒeÈûM(câg…ðøˆêãÖ,Éb†ÏKù™Ìþ?~-œ÷†F«3Y™~ŸóîÛKÔ³Wo%$&2ú@EqМkÚéá„iÿû¿V #R-deeê•—_ÒV½úõP&øƒ^zå¯~óUdT”-˜¯AC†žý]L\¼ßöN8®Chîœ9š>kö Iù*¼žC¶¤,Iîå”Çý,÷ã¹îç;$9%:÷»‹Š%IRl)ÿ„Šdžæ(‰` €Ð‚%À_rÝñy†î`$ª‹Å"§“Kœ€²q8ì²X,5¦¿œp*‰ÉlVrr²îßÏ`€2Ù½k—RRReFè/Á*‰-̦®Ý®Òê5kÇömr8¨\€Ò9íØ¾MKÞú—®ëÛOv{Aè7Sa ’„‡‡«}‡ŽŠ®£•+–éØÑ£r: ðËb±(9%E7 ¬ÖmÚ(';›` ;Ã0Ô¢eK]Ö¶Ìf&‰€à>?Øí5&T,  äç« ?Ÿ,¾>,KÁ2Ț͊ˆŒ`ä D‹Ev»½Úœ°Ê{§ÜÜ\…ÙÂd2›Ø# Œ¡ÒfÓÑÇW-úTåg…mÙªµ6mÜ +ºvSrJª¬VNL Á²Ûí:t`Ÿ6}õ¥:tètqËÔ´4IÒÖ¯·(+3S†a°g@Ìf³bbcÕ¡C'¥¤¥^œÁ²(\L@ » €` ¸0‚åÍcÆ1¢pÄÄÅ_Ápñ!XªW°4™ÉªP•Îç4ØJ –ÕáMªq°üû³5¨&‚)ì:q¼z˲¼9*—p~CeU0_,o.¤@Y²–5”:q\‰u“B —Y§3Ø „0Š…óÞPÿê,C —å @õĵAàupÿÞê,+ûÌB€ÐTåaˆå®X.àâ •,‹Â%.¾PYaÁ²ÈÂyo°à<ÊóukE7è2 ÉÊ”Ä` ²Ãdu`½Þ$ òp¹¸ø¸|,òqK°T>‚%\|¼«”¾ª—žÏ%XŠ1ÜÑð(Ë45–` §ÇbxÜ-ä'“[³$‹{±IŠ”TKRmI±’$ÅIŠwÿ#)Êý<› Ï4kq·ãÝ> jyV‹B¤CR¤\I9’²$eJÊtZRºûç3’²%åIÊ÷ £gÛµX±çÊ‹‡Çbww¦(LÊý3Áªe°4<‚¥Ý½e<ïàÔ”X«Çƒ&ùžWëò‘l‹:QàN­E¡ÒénÓìñ;‚%Tpé™ëì*¬DU#=ƒ¦gÀ4Ji¯X°ôõ$¡Òî(óT¼Réð–&Q±€ê,=óg°Ìõ.*^¹ôw’ŸRƒ¥çŠ>BežG€”ûq»ÎM‰µxKB%TŸ`é™ñŠ †Ù*<Ö2ÏG¸tú ”E¿³‘d½îô* ĉ{ :KÉ÷ |Šª–9:W½,Pñªe¹+–žvZ<y<–/)Ì#pš=B%Áΰô<ÎÒs:¬g¸ôœ[Tµ4ä¿bé7Xú;¶Òâ^¡÷ôWÏPiñ –"X@µ–ò –ž‡<æëÜ´X_Óaƒ®Xº¨þá2”ÇC„I¸8ƒf fÆ ÀyóÿÅ«RƒÞ™´¼IEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/cact-execution-environment-frame.png000066400000000000000000000605431433352025300271530ustar00rootroot00000000000000‰PNG  IHDR“ÆODÔPsRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÛ -$}ãh„ IDATxÚìÝwxSÕÀño’6i¡»tÑÒ²»˜²)«ì2eeÊED” ²~l­L 2ÊeË’)”ÕAw›ä÷G ”Ò4£AÞÏóäA›soÎyÏÉMÞœsï!„B!„ÂBŠg¼B!„BˆçÞÒ ”3!„B!„–RäS9™©B!„Bˆ‡>Ï›•*rù›BJ!„B!„xaI}.É£ÞÚdÒX©È!™4šTê!EúJ!„B!,§»g”Dê³<ÌJ*%“ N§{ð?+–DÑ¢u› nùa¯õèÍýø¸‡srq•^B!„Bˆ|c^¹ø8vïÜAD‹V\¿v•¨ÈHæ-XT0[‚hê‘kB™ïà‘DR!„B!ò_>äZ@ù°Í|Ød>T™eæÃäiŒ69üMñ/5L!„B!„y—¹³”ÙÌJ>HuY r8_r¾š«ÂœdÒÒD2>6æáè´³L«ìгKN Þ?’?·¬L¿ñ ?ü™ ¿±a_42nM'àwÖÒܧ$åkubþÙ´<ïO¡´A R£Ì׌KÇí-ƒéðñbB;ðñêU¼¤y&qq%„B!ò¬œ)oI¨àš™T:N€†s)³ž;iÃãçNæ˜#Ú<« ä™­#öªü©ºDoæO㛫%y½[QleÜšA›¯É‘ÒÉ ÆÙWU~ÖS‰GÄ6oK"¨j1 (ž]d\ !„BˆüÌ¡žÂ3\xtŽdJf>¨|øE÷ñ%°˜˜h´zfÒ’ÌÚÞývr36†¸Û‡ù¤‚¤œaAïÆT ôÃõÁ¬e@5:Œßʵ4@Íšæ…pvqÅ£ý&bô:n­in(П=·þ`Θy,ž3‚G“ í«Gv¡~…b¸eîÓ=øuÖü£…ôhöÌéOý`oœ]\q-^“Îã6p19s–×T}Ì-q‹=³ûP·´Î.®¸«I×)?òOöý”.üpÆÖ§b[ÞŸ1Þõƒ(ä⊳KqÂÞXÈÑxåû5U?¢‰jàc(Sú}~KιÿtqGˆPŸRî®8»xP¦÷÷d jÏ@||BðR›SÏNΨkxÝbýØzWºv¾U gW¼Û}͵ŒÌ}|6š!ݪâãšC[´1ŽDãPïÌ8úSåU\¹¹†FÍ‚§ñ×Ôʆ25p)ÃD’³+ÈŸñ#„B!^Ú„2ŸOtæÑŒäƒYÉWv}03™uV2×™I«îéaí¹’ù"ã~Þ|˜óщèÐP@ ÄeûÌ.t¼@º²a]*vh&ú8~ûö: `½ŽTt̶ϴ‹¬_º•#—bÑ¢¦€½ŠŒäx9Ýgψ†´úh5Gn¤‚ t÷N³eVêö]Ç ­õÁÌ2ú8~ÙVÇ·ÀÍÛEÌi6MéHó‰GIκŸ[É€v Hú{QŸÌà»ß£IWÄp⻑´sˆDK÷›[ý²O¼½½ð+îF‘s}Ó«¬:Ê--Ø:¨¹{#ññ}¸Õç“¥óY<¾>…”æÔӎз£˜PI 1k4n7—þ„·¾ºŽÍùl^'üTf´UŸÀoŸDÐpØ—ºž ØbÃ}®§ÂÙÂyz“qÐÇæÏøB!„Â3g10\ÑõÁÒÖ‚™ÉdNK\UŸhTä–Læyf2¯ôÍÈxg=g²ùÄ=VÂŽëÎsãæY¾ha¸zËŸßìâ¦V…WxWªÜßÃÚIp”ÕûR‚4x½2ŽF_ÕŽë.pãÆîGµ{køpñ5@Cíé¿róÎ-N/o‹+ÿÃ8¢Î¤šQÌ*“qu c£®Ex{ÛE.ž¹ÀùoÚã\\¶ˆ#IÙ÷sŽ›W·Ð×Çð¯7¶q#ú [úxpgÇœK±f¿¦ÚàÅßýÉ_gÎprëpÊÚ=ÅôK«™õS à@óÏOrãÚu®}ß§¬…l<©Þ¦ íü±ÁÌzjJÓ?rÕmàÖŠ.Ô︔¸ÒnÁ,^õQ™µí?k9ç/@A¹á[¹|÷wïÝ௅u¯ŸI¦ãq5¿ÇB!„xåãìd,³‘ŒŸ+iÖ9“Š,ÿ>•DòÆ?ÿpæôIbc ϵißÑÄ^4(hó°2Nîv9WLéÆ+áÅá‡cs•˜t(âݘÞ5•Þ‡mkOs;c »§¦ô®ælVUj5Igwr@Y~íJa¯ûFoÐÔe-+c¯°÷Dú3êcF]ÏíäW™×ÄŸyYËÇçJ¼ÎðûAÖŒß!„*¢nhI¸›Œ^áHhý ”ŸG£‹¿IœR¬ØoNõó³ ÿSþ>Èߪ*¼Þ¨0¶@ºZMn§FšUÏJÔ%z³èßSyè[§…Lkæ H0cÎlå˜PÔä½~UqQ9Ç‚ OÎß7}r~Ÿ·îÛÕrTB!„x‰(—DÑ­wß¼îÆ>3YÕZÓ³$’¶<š‘|°Ä5»Ç®êúLî3yãŸ8vôe+¼‚} ×sïî]ÜÜÝnãÝo3L}{“{W RgÆC¯3´LåIÃ>uQïßÅÍ Kø*z1€{ëÞTu̬¸Âèý9sùsõ1£Œ^§Ï,[ˆFot"0kÃ5%)ë¤4tw¶ý¨ím-:­a{¥Ú M§E¯·~¿O¶A™9(ôèõ&»$sx¦’’¡7k8™UO]g¿øpùç½ß÷s1©î ³ö¡×ë ÍU(Qf¿Œ¬Ò&ó“AZ†±FZ‡§5~ nx9¢ !„B¼D4š|¹CÁƒ«•hy4i“-‰Ì:Á¨È-?|&Ws=súeÊW¤`ppÀÆÆ…âiÞO‰GÃA´rÞÅ·7¿æ£ïüéÞï Z’¶—j@[9ªû•ȵçhÜ»(÷~üœ­±E uÊ·¬Û®D-J²SÄãÕ‚!ïU§ dÄ_åªÎ‡b,H‚ŸÂ~'\Ô@Úm޼CFe?Tièlžœq´+Q‡Òlã„þ s—ÿIã!LžœkV=Ñróû!ôþ*\ÂhMۘ͡pάKA3ö‘^<³Œî Ÿ}uœËâ Ô’›ŠZS_Gàþ]í¿LJµâyŠÃÓ?¹ý#„B!„6¦’²'‘ÎÌ-¡Ì!ëÊg9-q‹¥@Á‚ppÀÖÖÖ¬Dò‰s&]<©8úwÌ]‰¨pªÁ;ݳ,ά0žÁv–EºH{ÆõöRùyhU¼<<  `ãQôµp¹±-Ú™:yü6)‚…<ñòrÅÝ¿W\±úB,ù¶ßÁ4E èùupY|ý‹P( +[rX¾mЉºz:ŽŽÇ×»%[~MLë©þ÷ßùû¸Ð~Ñr¯ørÀeý»73öaЉ1íÝt©ƒ¯»7^n…ð©ý?N)ËÐ¥±³áq5(\¸8µ&]°:Ïrü!„Bˆÿ¾ûñ±yÝEÖäQÉãKZ•¦’ǧžLæD§Ó^M^&BÓ¹ŸdÉÕHìíÿÕ•N´Õ‘K_^áBÝÿýÈÚÑ­(çac¸ÓJÁâÔÉîeðËÏy]e!š~º›ïÆ´¡‚·H'%ì}ÊQÆIþßÞ¯Ê.Ÿ/c`˜/ %>O's¸ë¢ÒƳbÍÈV”ó´…Ô3@ã@¹ˆºøÙZQO}?Ÿ÷A]ûÆ5pÇ>°³úѬ4#)f´UåAóÏvñ͈V”óRƒ>•…ýlÑâJƒ™k™Ú©"^¶ MJ$ .EB©ß0G¥…qx–ãG!„Büçéuú¼îÂÔ…uÌZÞš[a% Òét) ­XE‹Ömn”Û­Arš™\÷íjê†7¥yB!„B‘¹ÝäA.Çî;ˆhÑ €ë×®ɼ‹~Rd ˆb{Y±™OÌ,—ŠaZD‹a‰ìƒŒV¯”îB!„Ba)I&…B!„âå Èáf.k•dR!„B!DžI2)„B!„B’I!„B!„’L !„B!„dR!„B!„$“B!„B!^J6!„B!D^dh3Ðiuèõz †• *¥ ¥J…BñbÔY’I!„BäJ¯×“––Jzz::N"ÄK@©Tbk«F­Ö˜LlÒÓÓ¸zå*Çýɽ{÷$xV&’...„–)GÑbE±µµ•dR!„/~"™”œÈ…s8xp?·¢£Ñjµ!þÃT*ž^žÔ¨Fù sý)C›ÁÕ+W9üë!Â6"  (*•J‚h¡ŒŒt.]ºÄžŸ~B¯Ë x©’بžÿ„R’I!„B•––Æ…søiÇ4‰ˆÀ§°J¥\rAˆÿ2­VËÕ+—عsŽNΔ $-55Dz:­ŽãÇþ¤~Æ+^B‚gmRfcKÉ’¥Pû÷ý‚ol J2)„Bˆ9™LOãÐÁý4hF•ê5$ B¼$ü(äáÉæ6Z¦¬ÑdR¯×ƒ@1 Z>Å}ËæMd¤§¿I°t™B!ŒÑëtDGGã]ØW‚!ÄK¦DɒܼyÃäj½^J¥’‹ïä•-:Ý‹s!#Y§"„Bˆ\iµZYÚ*ÄKÈÆÆVΑ’L !„B!„dRñÔ¤s}ól"ã™]ü_{‹ã{Ñkæ1’ÿ­fëâù}ñX†/:õïÕA<Rþfó{ˆþ·ˆ×ÅstÙ8FG&åy~ï!D&½^/|zH2)„xi‰ÞòÍzNdx›NÌú#½>™«¿ncËïw±ú»uÊ1ÆU÷¦Økërþ‚®åè†õl?a}«O:ÅÒá”twÅÙÅÏÎ?½ž®Å½¨úÑŸ¦¿hëîqpñ<–î¾A†µíø×’Ÿ¡^ù1.ž‡×È> b2µm-ºŒžÏöëéÿn;t÷89›¨ŸþÁhMòá½#„ÂÒÏÝ?SÎïvk¸)+€%™"ß¿ÇïáÍâ®8—|‡_î¿@¿.%aö´+tÛtšã‘eÙ2~5WÏ0¯GgÞ]u™4«2ø‡RÒÍS9â¤rrf7ÞýVAÇO¿e˶-lžP;J†„\Ô|¹ÛÕSoÇ T¯”|ÏÃkd•q/^ëÀ"Í»løí+ºùÛ¾˜íBˆçF,[;û`kkûð¡v+Aõö#XñGì‹û#˜Ò€2e -íù|}ø—ÈÕ\…Èßo¤\]3‘Õ÷±c%Ö gSw_^ˆ[÷¨ÊäkA0Íä£y߯º8½–î¤×Óª·ö.‡¼ˆmUŒèÚ§‡O„1þ‡Ÿòïužv;þkõzá> }é¸ô0íܽq{m !„U[¢©Ï þÆ(Ò—eŸwÅ_•̽¿å»™ŸðF•m\úmcËÙ¿x´-AŸ¯öÓÇÐH^ö ØJ>-D~J>Á¢™‡ñ²’å90c §²žð¤»ÃŽQ­©䋳‹aIf‘Êíµæ/’ô”!ƒk«zR±ˆ›¡Œ{iêXÂñÄ̺{ìЉ°à™ûð¤ê˜ßI6µöókºâÙe'÷³Tûfd¼3ëR~âiž¸Ó”>‰Ó_ ¦a§a¿^4øèˆayiFÎûÌ='f×ôÔ,fxM¯r­½ñ 9ÞáJŸFr:¤ïèL‘Ì:zwÛMBÂzv¥Êìó– jïqpþ{êé]׿¼òðùÔoñŠwæRÙÞ_sñÑùj9µ#·zí b—|”áÁ®˲ÝýiïáJØ¢+†%¹Õ+Ýoøã\âfy¡„ŸûQÄ¥,K1cìÜfûðT.]øáø{"æŽ S1Ê­íùò:îlíOq—âôÞtÛð+¸ö&k_À¹ò8~ÐæŒhvMïIƒjÁøºç0ÞŒsúÇh;LôÃ1yx2­ÊzÊ £çì}ÜÑæÏ{Gwo;ý]ñ︊ërøB<%NÔ¨F­: iÕcK·D¦8AdÔq’ÉàÊ—].¤A­V£¶÷£zïHŽ%<øLºËîZS©¨‹áyuAÊ ûÍpÌÕÞeÿÜÞÔ*æ`xι4—_6|¦kïðˬÔð/€Z­Æ¹TCÞ^vŒ‡ Æ’ð^Q5ïþöèø¿•VÕTúì²áømìµ3þfnE5Žm·oªŽ/™™"ÿ~#vß\¾¸] }ª×—â«"™s`0QáN† ?]gwïåŒÛ`¢æÖÁ-í‡WMeJßúœM?Ī®~ؘSn;1za/| ÙûÇ †J€ŒFωÍÛ9áò6QŸ5ÁGG¢W 4¦¶3Ò2×¶‹ønh(Ø{Gíù´ó‘ôô%ÊþóØÐ1û¸¿¹¢ñú…‚Iü>¡¯~jC÷ÿ}ÃŒGÀÈnq:°‡áÁ9×RUs[¦Õ  `ãRŒÎV"…ãÓ[Òdòuj¿=…/ð¹w” žØrÓP¤Hs†A »X/Áľ]ñ(»—áAjËëYÊX<ÍØ¤|»šØ}·‡mR©^F¤ðׯ½Ä{DТ” 71v9ÿó>ÎÌâùuqˈæÐ磙’C,L S1bcºíy}á'³¨ËO´{í«~FÅŸ‡2x“7ïïú€W *Ìoú\ÆÍ]³{æÉv˜ù^L³£Ú°…Œ.©æÊsýq+.«²mP)Ëc‘Ã{Gèõ†…âYPØ9SÐÒ’ÒС½rW>ZÒ—"¶Äü¾„÷†¼Mç¢aý0.žc¶pÜeË¢šá«%Á»$’96¹õÆ_£î»³Xݰ(6w¯’RÉ[’ùsb#êO¸Ià YæÄµMSø _m.è±±W€y Ñ׎1³œ$“BKh£Ù2k3º&ËiYX…ÆëuUžÁˆ9Û˜X·^YÖhjѸ>Ž@æõðm]A“"9Ùv<åmÌ(c§ @`í3wX5” «é¹ë8ñ#‚ñxð:EëQ¿ŽYªiÎvÙi •$$4c‹Q´±W¹‡#µê5¦v%w”T ªµ)ù½ÝL^xžqG˜Ù§8¶@2¶ÚÚžUßÿÍà rJílœ‹ú¨­ Ùö»›I³OáÕ{ «&TÇ!ë“™³2šÒÍèÔ²Ž@ݲìz“{o24Èÿ‰ƒ¥Éz¾og´žVì@KÕ®„©{°aëeF–):å¶DãÖ¸¡ö†2f€Ú4iŽ#P¯¼ŽŸ‚ßz"¦Æ…© h`ºíy}!#‚h0iÝv¶c@5¡G¶â;lïW(`Ööïú\2>n,øÙ9§v˜ÕaCÝÏ0&©W÷‹eéþYÇûL¥’*oï¥[c¢þŠ‘c·âéÒkÉHO'55žè ¿²vò`¶§»Ð©CP jIç Ì²ÕƒIY÷5]wüIÜØP< ‹7 E£ºOeÑÇlbÜôx÷ÛÅÚ©a}Æêc61~æI¼úþÄ7ã3?UÇõB)ºÿ”c§óŠÕÏþÚdĘWî%!Ë\…È'é—Öðé'Ú¬…«°ñ¥Õà†(wÊÚ˹\ÒÆ›ð6Ápm?'ãtf–IåÚæI¼^'WWœ=+ðö>=¤&‘–ëíÖn—;û²ÖPÁÚ.å¨ùúX–þ|•d+§:R¯âT œS‰B™ËýÛ³>î\¼‹µ×ØL½zãÉ*5 }Ú6-  ÏH}Tÿ^ûÉ¿+gýãE"3“Bä‹N­ˆä¤î6'#üXžíÙ…_£÷˜£KŠ?§å’$d)“vn»N#¾Ã–Ï£°úÛ·c¼‰/âÖng’])ú®9E£½«ˆœ7‡÷ZÎcjÇeü4¿5>–îK¯G’3¶1;,ë×w¶.þ°¶Žz!¼ ójèµ:+ë÷Ø)”Ø( #Í‚NáF~Mqè°’õûÒlí.û´§wÅ‚y&bam_ÚÙç}ܘ3^ô œÞy{¨àúVÆ+µœ CÁÔö·¶7ÖôO~½Ïð½#„æ³]€Go8~úàËÅñÕØáâéO@aÇÌDOêÙÏèÐy*ñ§²|fM|mo³mpÆe½ïbæwŸ‡ÿ èu†Ït=OÞ—ñA¹ÇŸÓg>t™Ï+±QŽßº,¯ñ°Þ¹¼6Ùÿn¬ÜKB’I!òCâQuÂ=–²¢WÑ,ç|¥p|jGÞþb)džN£JN'Âéb8²ýxu#ÐÙÈbleRþØË‚7²7‹Û÷‰öÑÀ?&RÞ n§Ôत˜$Ó—ðVØS´n/&ÕíJïÏQiôt6ŽmN?s³‚̾Ʒ¥mu;šDáÞ•qRäOi|+SÚöSŽl>IBƒêyže2YOKò £±sÁßîœ:O¬®*öf­%QàRsí="øbÅzn®»BÉ^=)coåÈø0«/µÝ3¿^COÜ/ãè³ Þk!liÞèóÍÎ$ÜEir{½m.ãÆÆŒþ1+«úAÍžõ§Áw¡YOù½#„æ~Œç˜L:øSö•W(j“íï@òù=œ!˜q#{=<Þô6 $jYÕÿ§ö­L)Û¹Ù|œû j.ph ÿ ¥]¹Œì[”Æó»ÑÙq,ý•Æ9ýgÏ«hÔ· ÅÔÖõ’­>#û£Ñ¼®t-ø!ý‹S é7 Ô¡Cmkög¢žfžDkìl|oãF3`‚žþµ £‰Ùϵtr¿ÝLÁŠôëQŒeÓñ¹²23»”|Ø_vVŽkÆ…©ùÝÎ¥íùôESòIÿ%dôøžÃƒp™ÍÚʽðq;~UgSý˜Û¸ 7£Œ´£Cqóú!õò/lûIGÆ?^ù?>ùEMÃÏújèòöÞÑÝÛ΀ØZ~¾îŒ¯|#BäñûPödòÑæ| æ±pêRJe OÞN'sš/Kr–-Qs gDÿb4ž×•.²›ë1ò­@êÍèFÏBè_Ék[f0üG=µg ¤Œ=ÞÔk—yüþDO¿Z…ÑÄìãZ:(³ÏLæLfO:³—ÓÝÛΛYޝÞñ¹ÿáøø+BäùØy—Ý‹¶ðíJ=¹Õ±Òë4u^ÃÆE¿p/,$óè™Â¡9ýYp-œƒyõã ̘íꌹ• Ä—sÿaÐä1t\i¸º­£eZ{c§ÀèrYµ¥Û)\¨?ùSzuÆ´>홆 åú,£M³ÔYf=2îüÁ¦Ùs~ݰÎß¡x8ƒ–Ì¡¥‡Òô Ò“æeåsxobs"V7¥Ú¸-¬/4’ޤû‚   ~aý©ÔËúd…U?ÚÌz·‘|8(¯ÍÕM!*½õ mj»Yµ¿ü¨g®±CMé_³,ú-Fö6]fØáQ²&mKÈå¤w =QeÆ{œŒ«~6ÖÛnÞ¸0#ï\Ûž¯ÑŒäCˆŠoÆòѵpVÞ-™2¾ßÊü¾{jªs7á>¦ûÇX¬"Lôƒ¢ %kפÄw x£ílC|J„30r%c;ø>¼óá½#WsBäÛ×!}Ë\õdY6úä6¶oóÅÜxgÒ:e9†¶òFý 9ͺG¿šRåÃͬsɇ †òúÃcó*^­çMùØà0‚ÑŸ½I»):4¾Õè4s+Ÿt÷ÇF¯G-¥ÞüŠ¥7ßfÌgoÓ5ëñ»¸= }.¯ýï9”{ô'½a­Ñ!æR IDATÿÿ¢Räð¯Pétº‡g®XE‹Ömnäîáit‡ñ±O^áhÝ·«©Þ7wwy§‰—[Æ%æ×©ÈÇßraeƒœ¯ðiN!„xFâãã˜5c:C†Ã×ÏO"ÄKæý!ï0}Ö\îÇÇåø|jj*_ù}ú -5U–V,[J›¶ípquÍñy'W“¹X||»wî ¢E+®_»JTd$ó,Ú¤b¸&y"Äd>îfùïøÌç“3ËgZ0\§èAj-3“B!þ³œsùÀˆ‹•[c!D¾È~ÎäSä^ÈÃèswïÜ–¾x†$™BñŸ%É¢B<«\RÿÌ’É;·o¯‡^îK2)ÄöW”ûc˜×2Bñ ©T*´Ú „/™ŒŒtT*•yÉdæùB’I!„BJ%^^^\»rÿ€¢!^"ΟÇÛÛ.÷„) ’Q(•´<Òë´(_ 8J2)„B£Ô¶jª×¨ÉÎ;p+Tˆ’¥Jcc#_„ø/ËÈÈàü¹³¬Y½ŠWÛ´#==-×DÒÙÅ…èèh¼¼¼$xytûÖ-\]]Q(^Œ„R> „Ba”F£¡|…Š88:±yÓF¢oÞD«ÕJ`„øS©Txy{ój›v„„†’”˜h¼¬RE™2å8tàÕkÖ¤P¡B( ¢…ôz=wîÜáЃT¨X[­$“B!„xñét:ƒ‚(S¶Ü µüJ‘·÷}zzZ®‰$€ÊFEÑbètZŽþþq±q&—ÅŠ')•J\]]©P±>>…)`o/ɤB!þÒRSårBˆÙÚª)Qª~EŠ‘ž.WTµ’B¡ÄVc›™H¾³»’L !„B!ò–T¨l±)h+xÉÈZ!„B!„’L !„B!„xúd™«B!r¥×ëIKK%==].¬!ÄKB©Tbk«F­Ö g’L !„ªD2)9‘ ç.pðà~nEGË­A„øS©TxzyR£Få+T”‘„$“B!„°\ZZÎ]à§?Ò$"ŸÂ~r{!þã´Z-W¯\bçÎ8:9S:0P®æ,$™B!„…Édz‡î§iD3ªT¯!â%á@!O6ÿ°‘Ð2e%™9’Ÿ…Ba”^§#::ï¾ !^2%J–äæÍ²AH2)„BëhµZù2)ÄKÈÆÆVΑ’L !„B!„dRˆY:×7Ï&ò×8žÙµÍ´·Ø1¾½f#Y:@ƒ”¿ÙüÅ¢åGs!„B’I!žZ¢·|@³žÞ¦³þH@¯Oæê¯ÛØòû]¬þN›rŒqÕ½)öÚºœ¿kc9ºa=ÛO<Ãö¹M LÄêiÈ>~^ãyëŸ<´Y{©mkÑeô|¶_O—C“B!ɤxYèã÷ðfqWœK¾Ã/÷õ/NÅ“Ž0{Úºm:ÍñȲl¿š+‰g˜×£3﮺LšÕïDüƒC )éFÞ•Ï_¬Rò¡Ÿ‡×xÞúÇÚ6g\ã‹×:°Hó.~ûŠnþ¶ÿr£ãø±GIœ]\><ŠW¢Q·1,ÙwÓŒ¶Å³k@E¼³lïì]šÊÍ2wo4’* !„x^É­AÄ¿ ƒ«k&²úž#v¬dºálêî‹êE¨zªLÞ¹ÓØÑH>š÷ýª‹ÓkéNzÉàXIÿ˜ñÉåKÇ¥‡içîÃópàÐk¹}|{5¿-Þºn_:Æ®ÕQ iɲw×ñý‡a¸K®õÄ\ºD²–Ío’¸ó÷6ÌŸÊØVGI9°›aÁ[B!ž;2"ž½ä,šy¿!+YÞÙ‘3–p*%Ëóº;ìÕšjA¾¥/R¹£ÖüE’Þ‚2dpmUO*q3”q/MÝK8ž˜Y@w½:\8sžTó;ɦ¶Ó^b~MW<»ìä~–jߌlðpf¡üÄÓ•~MÊâå⊳K1j¾űD#3ιÅ!ù(Ã] öû£sCïÿH{WÂ]!ã‰X%°û œK¼ÃÁ,'“&üÜ".eùðXŠãÀÌØ˜ÓǦú%·¶ç×k˜Ó£cߌq¥á×…oR?È#s[JUmÁ{ßÿ“CÿXÙf“õëIƒjÁøº›÷yk¹Õ#'Î¥¨V‹:áMi×kó6fó þœÝƒQ{ã0¹é•«W§F­ú´ìöó¡(gØy:Á°­9u6#Þ†Ávúºâßq×3ä£I!„ådfRÍ”¾]ñ(»—áAj …cS[ñ¿h‡ÎaU '®mÁèA¸ ÿ•ïºÁF—ÈùŸ÷s¾Ð»,YT÷ä3¬3ŒÉïï¢Þàñ|>Ìýé¯>f=ЇqptÈñÊß8¤|»šØ}·‡mR©^F¤ðׯ½Ä{DТ” 71̉y}lª_†Ø˜n{^_cx)3Úctì›WzŽOoI£É—©ùÖT¾jXû{û˜4`;OÄ¡m]ø‰súû‰6ënXY?MþŽ5£q2÷çZjH«%X»à“ë5ÅŬ µ$þó'~Ë%Eyz—u4Í`i›õ€^zùpB!ɤxîi£Ù2k3º&ËiYX…ÆëuUžÁˆ9Û˜X·^YæÊ5µ‰h\G aÓzø¶®À I‘œl;žò6f”±SP 0‚ö™;¬HʆÕôÜuœøÁx6Õ/˜n{^_cÈûvæ·'ÛØ×ßÛœë¾ßõ¹Â”Ù'q뺎UêᬒԬ)8;y÷O´9úúe÷ù5Ör:F˜=BC¨[6\8NtZSµ÷IHÕ’7… öŽhdŠ'†Q¦Ð°,[«©<*’Þ%Õæb-h³Ò­1QÅÈç’B«É2WñL¥_Zçœh;°® ÀÆ—Vƒ¢Üý)k/çr™ oÂÛõýœŒÓ™Y&•k›'ñz|\]qö¬ÀÛûôšDZ®—Dµv»ÜÙ—À°† Öv)GÍ×Dzôç«$[9zý§RàÔ˜JzpÁÿö¬O„;ïšuÁ¥Kq‚Ü!æz@êÕƒOÖP¹yC"  ,DõVApã Çbrn¼]á’¸Ëõ¸Ìëq*ñõw„„hîkŸnîaô¬«áüêM\N‡Ô XwÕæ¯•§ •ý™=6ùÕ/6ùÐvkúÞÜö˜Úwâµü™¬¦Ê«¯Éç|Üç÷X³ÚÃ×Lâà²ø-F@Ñb4dÑ¥,µ.þ.ßîù…}¿ìfçÆ/˜1°2g'5¡Ù´“fßè¹i³Bˆ—‚ÌLŠg(…S+"9©»ÍÉ?–g{váWçè=&Äè2…"û³Üˤ[@Ǯӈï0…å3Â(¬¾Å¶Áíoâ‹•µÛ™dWоkNÑhï*"çÍá½–ó˜Úq?ÍoÅ_NõèQRcÆ6f‡9d¶.þ0óí¯V^«{4ÃlI¶˜f}.'*[”èÑém¡²U‚N^oaJl‘fA §p£N¿¦8tXÉú‹}i¶v —}ÚÓ»bÁ<ôgöØäS¿ØÙç} ˜ìûhëÛcbßöÑ[СBc«|1Æ}~5kòÈø캚ZeñRÛáóÞ*6tN1ÜâGåD)Ÿ,à J€òT®U —?ƒxcù*ξó åÍ©snm–O|!„ùLf&ų“x”Å_]£p¥ìؽ‹=[˜×Ì‘K_,嘱Ÿßu1Ù~¼^!ÐYiV™” {9CýGö¦q•2”)_… >¦Ïv²x;¥' $Å$™¾¤Âž¢u{1iÍ!O,Ë?«§³ñ†_f3³3o%JÛê8{4‰ÂA=xRÂÛÞìó«²ÒøU'Ô.•#›O’ø0¦w9´é xW¥¬k>.ŒÅÁÆW¸sê<±fçq \j ½Ç9¾X±ž%+¯P²WOÊØ[ÙŸyèc³úÅXÛóó5¬djߟòS&sdÇY³gÊȇ6ç©íù:Ö,¤‹á—écø!É•6oÖÀ%N¥«S·^=ÂëÕ#¼ö+øÙçÒcºTâ’t R£R`~ózœB!Ì$¿SŠgDOÜH¾»ãO¿¾T)óø—ùý›2ªõK•Z†¿¥î›ÅĨ•TsuÇ\FmKã•OúRÖž‡çTåZ& ŘBÔ´e”îQ /»DNÝ6½ÔÎÒíÔ…©jOü“˜õíP Þá²®:]›.ph ÿ ¥]¹Œì[”Æó»ÑÙq,ý•Æ9ýgÏ«hÔ· ÅÔ–÷µ£Þ ¤îŒîôô˜À€N\Ý2ƒá?BY‹{^äÂÛ‡À¸Ñ ˜ §­Âhbös-ÜoS°"ýzcÙôA|®¬ÌÌ.%ÆÞÎÊq`M+Ürï¿Û¹´=Ÿ^£Xr~“ûöhÈ{ Ñö³î¼é9™Þ• rëàröÆbô/¹ö·±67±²~êg0Örûöìæo]w/cçê(¾þõ>å¯eJ]gÓ‰~Ü9íÛÇ%E ñ7βÝBæUPá㎔Ҙ®³%ÇÝ½í ¨Ñ‰­åpàëÎøÊ7!„’LŠç3—¼ËîE[Hx‹v¥žœr¬ô:M×°qÑ/Ü 1üQ“¡9ýYp-œƒyõã ÌXêñ ËäV&h_Îý‡A“ÇÐq¥á¶á¶Ž^”ií£ËeÕ–n§p¡þäOéÕ}Óú´g.”볌6ÍPgùö˜qç6ÍžÃðë†48gÐ’9´ôPšNÒ”ž4ÿx(+ߘÃ{›±º)ÕÆma}¡‘|¸p$Ýdñ ëO¥^Ö%“`O…‘Ùè8œÑóÞ¤íßjtžµ =ȯÛÂçÔ”ø5Ë¢ßbôgoÓe&€%kÒ¶D\–Rhì1ˆ*3ÞãdÄ^õ³±¾?sÌbÌëc¹ö‹w®mϟװ®ïÍÝ·+õgl&ªà`>žÔu©àT  P*¬èo#mn`eýžÅXË©^*=Ýààr´3,à·u-F…Z]˜½y¯×ôÊýý£°ÁÅ¿šƒQ¼Ñ:*óÓÙÿrµôÙ >蘹üßtSsmsN?óÉÕ\…Bäá«Cÿ*•N§{xK²K¢hѺÍÃÜ=<î0>öÉ+íûv5uÃàæî.fd—˜_§"|Ë…• r¾‚¢9e„Ïàw¢ ´ êAìô“ììQØúY=ñÜŠcÖŒé : _?? ˆ/™÷‡¼ÃôYs¹'ÁxN8¹¸šÌÅâããØ½s-ZpýÚU¢"#™·`Ñ& Hx &óq7ËÇg>ŸœY>Ð:ý©—™I!„xÉ8ùŠ‹5u›ˆ4.mXÊÎŒû»a“pŸŽf—¾3ëyJ")„B¼d$™Bˆ—Œé¤Ñ} ×­eÆò_¹ž ¡ð+-¿~=äãD!„dRˆ}Teàþ浌")œ¨5q§&J(^6*• ­V®+ÄË&##•JÖãäÖ B!„0J¡Tâååŵ+W$B¼d.œ?··:N‚!$™B!„eÔ¶jª×¨ÉΟvpæô)22d†RˆÿºŒŒ Μ>ÅêoVÒ°qÒÓÓ$("G²ÌU!„Fi4ÊW¨ˆƒ£›7m$úæM´Z­Fˆÿ0•J…—·7¯¶iGHh(I‰‰!ɤB!,§Óé ¢LÙr(•²¨Iˆ—å}Ÿžž&‰¤dR!„y“–šJZjªB!ÄCòó¢B!„BI&…B!„B<}²ÌU!„¹Òëõ¤¥¥’žž.·â%¡T*±µU£VkP($B’I!„BX‘H&%'ráÜÜÏ­èh¹š«ÿq*• O/OjÔ£|…Šò#’dR!„–KKKã¹ ü´ãGšDDàSØO®è*ÄœV«åê•KìܹG'gJʸ„$“B!„°0™LOãÐÁý4hF•ê5$ B¼$ü(äáÉæ6Z¦¬$“"GòÓ¢B!ŒÒëtDGGã]ØW‚!ÄK¦DɒܼyCV#I&…Ba­V+_&…x ÙØØÊ9ÒB’I!„B!„’L ñœJçúæÙDþÇ3»æ™ö;Æ÷¢×Ìc$KXNŸ?—cÄü?!„BI&…ø7h‰ÞòÍzNdx›NÌú#½>™«¿ncËïw±zHÊ1ÆU÷¦ØkëˆÎi'ÚXŽnXÏöÏ0ýOu[,‡¢f³pë5Òÿ×7Õ¿O%·qù"xÖ±}Yâ*„BH2)žWúø=¼YÜç’ïðË}ý‹Sñ¤#Ìžv…n›Ns<²,[ƯæJâæõèÌ»«.“fõ;ÔÿàPBJz ‘wëðü/ôoJ>ŒK‰íËW!„" ¹5ˆxŽdpuÍDVßsÄŽ•LX7œMÝ}Q½U/P•É;ׂ`;šÉGó¾_uqz-ÝI/ÿMÒ¿[!„â&sâù‘|‚E3ã7d%Ë;;r`ÆN¥dy^w‡£ZS-ÈgWœ]\)R¹£ÖüE’Þ‚2dpmUO*q3”q/MÝK8ž˜Y@w½:\8sžTó;ɦ¶Ó^b~MW<»ìä~–jߌl€wf]ÊO<ÍwiÒ'qú‹Á4 ò4ì×+1œÃ—‘ó>sKÈs­cN´÷88 ‚½ ÛxWàõ/¯–}jï²ÿÓ~Ô ôÀÙůr-xï‹$<Œ÷m¶oN¥ÒâíW½'S>ŸJ¿&eñrqÅÙ¥5߈âØÃøZ±É>»Íöá-¨\ºðÃ}z†Dðþš‹dB¤^æû±m(çm(ã_£7Ë.fa4»¦÷ f1×Ì6·fôÆ+äxw­Üú.ù(Ã] öû£ó1ïÿH{WÂ]!ã‰þM`÷þ8—x‡ƒYNàLø¹E\Êòá±”ü‹ƒ±qiIÛ¾OLìÇd͉ƒc3§÷Ž%í34’Ø#ßðíá;dÉg¿ç«]WHÎåíôD\ÅÉœñaauñ'Xÿå^¢3@Ÿü7;¾ÚÄÅãuÕÝÛN¿@Wü;®âz†| !„°œÌLŠç„žØ}sùâvu&ô©Nx\_НŠdÎÁD…;&üt œÝ½—3nƒ‰š[·´^5•)}ës6ý«ºúacNT¸UìÄè…½ð-dKì+>|(=jp`d0]<'6oç„ËÛD}Ö}‰^%ИÚÎHË\Û.⻡¡hP`ïYu¶çÓÎGÒsЗ(ûÏcCÇ`ìãþæŠÆ[«âhiS8>½%M&_§öÛSø2<›{×H©à‰-)›Ú’ˆÿE>t«j8qmë FjÄý¯|×½6ºDÎÿ¼Ÿó…ÞeÉ¢ú¸'Ÿa͘aL~õçóa~èOÅð1ÃèQ<Œƒ£CÐX³É>KäüÏû8Wh0‹ç×Å-#šCŸfJß®x”ÝËð 5èãùeT3º/ΠÉðL¯æBÌŸë™5á·,ñHâ÷ -xõSºÿïf„è8ºøFvëˆÓ= Ö<ž+Hùv5±ûnÛ.¤R½ŒHá¯{‰÷ˆ E);@Ÿ÷8—–µ£ïû)eªŽæÄÁŒ±ùD|-l ½½÷;¾ÅÉ7¡yð%þ×µ7_ÕøŽæõü±7÷ý®»a$NÍ–ÕY{˜È÷ǰT{€Õ-ϱjlN\þ‰]£Ê­¯Ðë ÿ !„’LŠ“6š-³6£k²œ–…Uh¼^gP匘³‰u;à•e]P›ˆÆõq6­‡oë šÉɶã)ocF;#h˜¹Ãª¤lXMÏ]ljŒÇƒ×)ZˆúµpÌRMs¶ËNS¨$!¡¡F¿Ìic¯rGjÕkLíJî(©@U«i¢mŠl_$cw3iö)¼zoaÕ„ê8<öÜV&Ï=g¯Í|9¶†á¹úUp½Xž7&/àD‡IT°}ïZ4¯#µ©À¬éz‰Ú¯u¡ei5„‡’øý:lÿ•;#BðÅŠmTföY@mš4 ǨW^ÇOÁo±qïM†ù£º·‹é+þÁwà–¬dè:¡Ä}÷ ôùÞn&/g„Bä?™™ÏN­ˆä¤î6'#üXžíÙ…_£÷˜£ËH~nÏåK|Ö2içбë4â;LaùŒ0 «o±mp;Æ›H¬ÝÎ$»Rô]sŠF{W9oﵜÇÔŽËøi~k|,Ü•ÅuÔë aËq¦EŸãsЬÏåDe‹=:ý£-T¶JÐéÑë­ÛƺØÛ V^«{|ä¶^%5flcv˜Ãc­¶uñ§€%}§Pb£€Œ4 NFS¸Q§_S:¬dýž4[»†Ë>íé]±`Æ`¶8äWÛ­ÞO´}•{¬›µO‰k¥¶„;nâ擤}ÒŠæE±bË>nö)Š_~|rš3>¬è“äó?²;Ú–*ïեЭ=l;Å4£„F>i„BH2)þ‹²ø«kî±”½Šf9ß,…ãS;òöK96tUr:MÑíçÀ«ÎF&Ú³•Iùc/gbÜÈÞ4.n Ü'ÚGÿ˜Hy/X¸Rƒ“’b’LßRaOѺ½˜T·+½?kD¥ÑÓÙ8¶9ýÌÍ&3³4Kë¨ñ­LiÛO9²ù$ _æªñ«N¨Ý\Žl>Ibƒê†™1Ý]m:Þ=(ëúì6XûœÚšÙžCë'¾~œ9Å£¥mu;šDáÞ•s,c~ß¹àï wN'VW{³Â¥À¥æÚ{DðÅŠõÜ\w…’½zRÆ>ÿâ`l\ZÕv¬ˆaFÞã`ÍØ´´}*ŸÖÌ^¸…ª¯ avïŸùhé;ìl8†±Û›°¸Y¡'—õXò~°1=>,î“´s|>x.ÿÔκlíýK c÷Ȫ8(ä£F!„$“â?GOÜH¾»ãO¿¾T)óøÏç%ú7eTë5,<4–*µ KÝ7‹‰Q 4*©æê޹ŒÚ–Æ+Ÿô¥¬ý£/ª¹– ¨F1¦5m¥{TÂË.‘S·M/â³³t;ua*…ÚÿÃ$f};”°‚w¸¬«N׿ç”~}+‹7'X®(κ[üzø&؆àngFöaã„ $ZÃÆ?CieanõÙ¿æu¥kÁé^œI7¸Y Âë1ê­@êÎèNO ¨áÄÕ-3þ#Ô™5ð±x?mvVöÙcmu­ÇèAAÔ™Ö™WÕñN³`\Ò/ðûÀíA<0²oQÏïFgDZôoTçô[œ=¯¢Qß6ËvÒ`®}gãCxû7šôô¯UMÌ~®¥“ûín V¤_b,›>ˆÏp3Û¡ IDAT••™Ù¥äÃñ’q0:.›YÖvãcÊÄ~Ìý "—8(\-›–ö-¨ðˆøŸwoÊGkO3lü–Žø™kös§I+žXíj,®MŒ½wMKëœzq3?Ä4fÎׯáwo=£N…0öë!”72­¬»·5:±µü|Ý_ùF „B’Iñbå’wÙ½h oѮԓë°+½NSç5l\ô ÷ÂB Ô¤phN\Kç`^ýx3–zü⹕ Ä—sÿaÐä1t\i¸½¸­£eZ{c§Àè2Hµ¥Û)\¨?ùSzuÆ´>홆 åú,£M³ÔYf 2îüÁ¦Ùs~ÝpR“Cñp-™CK¥édMéIó‡²ò9¼7±9ߘ¨ãßü¨úÑfÖ»äÃùCym®l Qé­ohîC…‘Ùè8œÑóÞ¤íßjtžµ =¬¼b©uÔVöÙãì)?â¶¹aÌÜ鱨°Ÿ‚>Á4 ó1´Gá@µq[X_h$.I÷@AüÂúS©×“_Þsí;Ô”ø5Ë¢ßbôgoÓe&€%kÒ¶D\NXרcUf¼ÇɈ!¼šeMe¾Ä!—qiIÛïß!ö“KÀÞò±iM½”n4˜{ˆ™ hËØÉ(,‹kãc£Úôø°°Îš ÁlûƒÌõ¾íùêöfüœ'WsBa=Eÿ*•N§{xºþŠ%Q´hÝæáFîžFwûä•áÖ}»šºá psw—ˆ ëe\b~Š|ð-V6xì*«•Ba¶øø8f͘ΡÃðõó“€ñ’yÈ;LŸ5—ûñqŒç„“‹«É\ìÿíÝwxTeÂÆáßÌd&¡¥ÐZBOBB¥© EÁŠ "„¥-ŠŠìŠˆ]WAVÁ +úÁÒ\¤¨ÀR (U -$’É´ïL`’Ìd&“`xîë:WÊéï)sžyßsNFF:kW¯¢÷ 7päð!fÏšÅ3ß^ XÉ}®x&¤¹»“¿g¸ûg¹‡·ÀÉùï ]ª™)¡ìé§õê ¹x)LŠˆˆ”B£ˆˆ(LŠ”ë½µ!£6¤1ª¤ÃˆˆH±˜L&» Bäc·Û0™L*ñɨ"_ F#ÑÑÑ>xP…!r‰Ù·w/11up:* Q˜‘ⱘ-tèØ‰ÕkVñÃžÝØíª¡¹ØÙív~س›ÿšG^×b³å¨PÄ+5sŸBCCiÕº U«…³léRÅáp¨`D.b&“‰è˜néÛIIœÍÌT¡ˆÂ¤ˆˆˆŸÓé$>!ä–)jÔ$r©÷6[Ž‚¤(LŠˆˆHÉäX­äX­*9G_/ŠˆˆˆˆˆˆÂ¤ˆˆˆˆˆˆ\xjæ*"""""%bwØq:œ¸\.F &£ £É„Á 0)"""—ËENŽ›Í¦÷͉\"ŒF#f³‹%Ôo°±Ùr8tð;wlçÔ©S*¼ ƒddd$IÉ)4lÔ³Ù¬0)"""?HžÍÊdßÏûØ´iÇRSõj‘‹œÉd¢vtm:vìL«ÖmŠüÉî°sèà!¾ýf3Ýzô$.®!&“I…XLv»ýû÷³nÍ\N;›5%ÄTþ¥Â¤ˆˆˆø”““þŸ÷±fÕ\Û»7uêÖ×ëAD.r‡ƒC÷³zõ*ª…GÐ<>ÞçÓœ';wlçš=hÔ¸‰ /ØPb¦iÓf _¯§^ƒXBª(LŠˆˆHE“¶6oÚÀu½ûоCGˆÈ%"6.Žšµj³ì?KHJné3Lº\.ÒÒÒˆk¤B+¥r_¾l)v›­b„`m2ñÅåt’ššJLÝz* ‘KL“¦M9zôw¿­\.&“Iß)¦3NgÅy‘Ú©ˆˆˆH‘‡š¶Š\‚BB̺GZ&EDDDDDDaR$H6Ž,›Æ¬oÒùÓlï8ƪç3øÕd3¾3ƒmsŸeÂì=dkŠäçúƒíï=Ëc3vw|Wö¯,û`©ú’^D¤ð)ÙåRWJ¤H¹ã uùßésß Œë{Sÿw—+‹C߬dùÖ“}m˜½ƒg;ÄÐè®O½_`:N³mñg|¾+Èë<ÅÆYÓ˜½æ7lÁ.Ã…X¯²RËUûIy˜ÇEyXŸfóìi¼µâpîñ‘µ™›DÑhô¦R—ÎÓ›xùÖ.Ü9aŸ±]Øí^^?ìÿñDJUbú-ä¨ÎÑ “RÌkŸŒuüµqMdý蛓³[˜öÊAîYº‡³Z²ü¹Ìü7 àáùÈ úªJlb-šÖ"´¬Ž¦ ± åa½ÊËre—Â~RæqI0fK%KéNÖ~˜CfñwqO¬ùÂn÷òzü‰ˆËiV ¨ƒÙl>×Yª7¡CÿÇxÿ§ÿ¼VbàZ$.¹%IÍkëžæ*Å»¢âÐÂXpªaÌcâ§ãXzo=*Äki+_ΤՋÀð «®²¶•|º–Æ ž³šÁe¹nbÊÃzU¤å’rò‰A½H3Q "K÷Ã-¤·Ïù–~5b¨jÒ~."âK¾&š.;¿Ÿ€ØûÏÄš²8õë7|òêóü¥ýJö÷5O¦Tªx+inÂÐ604w%¹Ô`«<-ËÚÅÛ¯~Ký1óxo@56Ny—Ýž7ò9O°êñ›¹"¡‘QDDFÑ ]?_ø#g]Å;‡çßG›Õs‡©Ñœ«G¾ËÎL÷ÎS|5ñ:'ÖuO£6—?±•,ã9ö3£Sµï\Í‹}tVwbÜËÒê…=z‹’ë,{>xˆ µs§O÷§·ä6£³{ŸfÑ™<•/'¢S£ÜyF§ÜÌ„%±1ŠõÛIÜÔ2&wþ ;sß´¯9‘×´¢à28óù¸h×¼î¹2®Ý¢7[ø‹Ç}—~ʪÐ4}•y1×§¨²ÌÚÆ¸Ä(âÝz¾‰â_пVß>ˆ½Ðraí_b‰hò ›<Ú4žùïpD¶ä©ÙìK”U€û‰¿²(jÝKkÅXŸ|§Ø4c$Ý£sÇ‹iÍÝÌm:ê8ɆׇÓ5¾–{~7ðÈ»8“w¼²Ý|í?”Iþáÿ÷d_Rbr×-¶ãæþâù_›””¤´¬…Ùoy99±b#3déñÜoÈGYtwížeë¹c!•/'ßG÷+©WÃËþí«ì)_ÛÝÛyÅßvbÛ;O}Îðø(boŸÏ»>âDä §ã•érUnô8s–Ï¢³a³fï$ ;?¼“Äš¡X,,•êÓaÈ,väÜœ'YûôÍ´m™ÛßR…”G¿Ë=¯:N²aúº4ªšÛ/¢9·¿wÀýÙu‚õSÑ1¶2‹…ˆf=x`îÎ5ªËÚÂ# -Ä=üÝùstÆ nªb¡í›ÜŸ]>æmÿ•ém,T»õs2ü-ã%@5“èwMœþz:ïÀÄ¡è–>ŒÆógñÚÆ‡˜Ý-<·ÂÏy†ŸÖ~ÅÕböô«¨žó;ßΙ—†]ÃO¶ÍÌXŸ@†ÁDõ6w0á­ÁÔ«iæôÿÞgܸ± ŠëÈÆñ‰„:3صìsvE>Àì7¯¥Ž+Ìè&„úÏÇšEÝú6ŸŒM"•j7¦`¹œ½³¸oô‡G¼ÁâÛ©”þ+Cë\C·³lx·¼½ÿøSZ8ÙöÎßÏí„o\ǸDK™Æ¾Å„¦~1 ÏÜÄÓ&VŽnVhyqf²÷¿_ós͇xgÆÕT·§²ùŸxiØ@jµüŠq (nYù,óâ­Oé–eZõëDØ'ëX¹ÏJ‡äP ›—|EF­ÞÜÐ, pùÙ—)«ÀöÛvLˆÿu/é<Æ5 |}ÎËfçä¹vÒ®|à%>ìGÈ©Ãd·®™lv¼|#½ÿ‘J·±¯1¿c8‡WLaÂèžìs}Ã'÷6ìCÄÇþc(ÎþàÊ`ýã}¸÷;׎›Éä+"IÛþS'~ç1P5ºÍZK·@Ë«×$Þ¾s ýxœþ—¿I›ÿŽå¡¥1üíË¿sYCÇ««ˆ²;ðž\x»ÿ^hùÝÎ`¶=¸—+÷§ˆÈŸÁA•È9›ƒ5Ú äéw‡Ñ –™´­ïòȘа3ÛžJ"Ô™ÁŽÅËÙ9†¹³ûPÏuš31M %‹“zÒõ¹Ã\ýðTôhHÈÉCd·­™,¶¿Ð“k&¥Çco±¨s8‡—¾Ä߇_É>×– Ž ø³Ëû¼ÓNaRäÄ)ªÑ¥k/®l[#­¹<ØH~j-“ÞÚK‹g·ðêÐÆ˜ŽÉf6¯èÏüÿû•1‰ x»ä í<† ûç®k×Ë©ñKKî}s6;‡¾L[I,4îJ®íÑj@×VNÖ$ÞÏ’¯Ž26!– Á•U2wZV¬õ)Ͳ‘—¤³e‹W`|rs,Ù?³xy*Õ{ÝFR¥ÜaÚ—Š,«ÀöÛvdwÿë^ÒyŒù[XÀësnš§×òâ´ÝDYÎü‰¨š¯ß &MßCíÁËøðÉŽ¹ý®iOÔ/­øË¤™ìºíEZc‹Ü²¾ |pú’ÉïÿF½Q«xo|ÛÜ2º*‰ôOþÅ£Á–×c tñmîYÝ‘C-$mYA½G¿äo­+4þÃuöû,»â|%]h»Û o#¿ÛÁL±·½±z/fÿ˜¦Ï7¹Àõì6Vk©û¾aѤ‡øÜÉ·µ 2 72 Á=l‡D²?ý˜«¶“þdµóΓ»sCÏ« Ï›dÚRž¼‹˜á_²èåÎù®]iKyîÕ†=çþÌéÙ¨}͸ç¹×Ù1`2—糫À¼±§6Ü%BÍ\% ¶ý y}c8·ŽêB”©ÇMõÀ¸öu(âɆ!1t뛇7ð}º3Àa¬^ö"w_Õ‚:QQDÔnÍ_»Àz–œ"ïÖv¼¢Uj9’G{Xtg î~’9ÿ=DV_ã[lfw6ì~¢-5ÝMÑ"bûóY&œøå$=#ÒÅe=›ÁÑ­ü˜ØŠ#“PÒŽ¤»¯SK§¬Š»>¥Y–†¹ïêPö.XÊX÷-æÓC5¸þ®VT r= —Ué”EH)¬{0û¿õ±ÚÄάPÚöIʆ<úµ»>ù|?cM:Ü”¿obGZÉŸPœýÁzd ?ÛBiÝ#žJ¥X^ƨ®fCÄHÞ|8åÜôý¦ˆ²+MÁn‡`÷e‘ ®m6¬ÖlÎŠÝ ìGRDªEÕ¡i»›ytM4wO[ÂÔ«+“cMgï¢'è×¾!‘¡,U›3ü+d§s&Ë= àÌ!ÇcÚ{×±ýlm¯kŽ%ß<Ï÷k×;þ|?[5ÚÝGÖóÝѳX­V.p9¬çÇÍÉÁ ¸ìÖóËïeÞ…ÿïk¸à»ŠD5“€lv¿?‹ïÇù¾w}Þ+Ð÷­~fÈ-|Vç y_ <†Éùy&·|…ŒÛ^â½)©k9ÆÊ‡úñœŸ ï`Çó+¬Ãî¦çWó™õÆkE•¥ÁHˆì9Ÿì5Tçªá×Qõ¶y|öË0ú,ZÈ:ýÒ¦J Ö3Y•ZY„U*ù~ä·¼S‹¿>.gî¡éu_ryígÈ×/ˆíÈþâã$á*åýÓu†=«7q Y̼-rY—ˆÜuô7þ±•¾Ë®$åÌv(Í}YD$ØsU¾ð¸ÏO±#ùðÛ©FdíXâêVsÖŸÞä¶/“qû˼÷j'꙳ò¡¾<ëùÞE÷¹ÿÜï€Ë™ûÙå¢ð{ó†ËßÏåîœîþFBŒ¹çh§Ç<Î-wó¦àÿ} w‰Pͤø—¹w>:LÝAsXµöKÖë–óFŸjìÿ`;|5ér¦±åóŸ!ú2â#Œ “½ï+~ ã‡Ð«}2É­ÚÓºŽÿ–çÅÏJx(œM;ëÿñÔ†J4¼z0/.ÜÌ·/´ä·“Yò{1.Ý'³ÐzminvòÓ¶³ÔO !!¯‹§IL¥À²¡#•uŸízIŠî¶Œ j}|•eH$±Qpb÷^N|ík ²ÓHú×ú™ÞÿŒwç¤éàûH®TŠëà~PYøZ÷ÒœG±·a;š›­lYö=g ö«ß¤°Ü~™çŽ×“l^úÄ\NË(cÛ­øÇVÞ²lþl+®ÒÚ?]¤¯–¡3s²h=ïܘÁì¡O³Ö½"þÆ+¢ì*—@·{ ÛAD¤¬£¤g¸ò YUciyÙe\ÖªëTÅäÑ?kï:~ ‘ãÓ«]2I­ÚÑ*&4_Pó ªy¥^;š™³Ù²l'˜§¥þ´Ëf˲]œÉû¿ã›þó#Ä\Nr¤—)‚QpâûŸ8í(°¼óò6ooÿ÷5\°]E¢šIñû-SúÆY|r"–áÃzÓ>9ÿ…x“×ñøÍ ykó“´ï’û?ë×Syaöz6µphÕt_™ÃeÏ£e%ÎÝ Tä0qWЈ—˜ýÊ\šjKtX&»ûoVÜñ,ui›T‰Œÿ¼ÈÔ¥s•pv`àõqùîó³YÁ;ËΟÒç1¾ùö(˜[P#,€ ¸pêDÂ™Í Y²=‰~)Ý?¬!½fÜÀjO2¢gs"lÇøi¯‰žÃúÒÈÇëñ¬Ö³r…ZößøvÞ?x~½…oŽ ) ‚i¿dÊÕ‹·>E–eHºõoÏN`äD#ºÔ%4m‡mýú™*m>¨s'æŸÆv¼zgÓsÛ¯TÖ3ÀýÄ_YÔ?^ĺ—Ò<‘) Õ¯aüˆFô|c «<Åðn©|öwŽV¾ŠÛºuåñûã¹zʽÜWk"#;†shùÆ}WM•{¼äv+æ±eˆêÊ„Ñ \õÊn±<̓}‰´ícë  zpûgCë&žñ.öAÿÇ3ݨÚb‹Ú aä3ýøfê•Dø+ï"Ë.€rñµÝ¯-¼î~·Cçç©ÏÙñV´šÉÆPOW"RÂkÆ‚5“çõþ ÐX÷çôËshæþœþþ¸ wš,ðòFŒêÆc#ÑëÜY¹ðg×øûãé:åî«9‘Ã9¼| ã¾pqåÔQ$‡¹pC×~îsôó.†w©KhÚ×¶Ñå#\z¬WÁÐYp8ç©Ïù«Çù5&£è¿ëVàó¯>:ÄÏyá$kß^Ι¸ûé׬pNµ¶ws]ÄB–¼½žS[¸Ï Ùl~m3[!"‘[žYÌ”Qž:ZÔ0 £ùpúoŒžô·ÏË}•·¹Z4É7ÇfÀg37KqÇ3Drͤ×|2´?¯IÊйôí‡Å£ŠÇ~â,öãŽä¶a¯Ú¸£ß}ký_Àksý3c™÷—×xä…ëé½à:®xv9ŸÕÏSoçÞ™v  õ; í`/aÒX…¦Wv¢É'3ùË­Órçߤ£fÍãÉÛê}[‚,ãÂWëU‹µ>E–%šú˜¹©÷3á͸óU€0j5íÄ­M*ÑŒ"”øA£i?å¾ï=†[ꇔîz¸Ÿø+‹˜"×½tæáëËÛðò§—ñYõñ<5c,wMwBHMÚÞÿ/úv«CëñKXRmÞø+·¾ä$´Þ ˜º’‰ƒâÜO] v»ùÛ ªD«ÇþÃÊêOðÄô§ôNîö¬R'‘ëxl‘åÕ‡¬™c˜Ñ‡÷&t!ÂÄÜÈKÏ]A›GÆ2cØWŒOòWÞE—ßrñµoõŠ+´îþ·C°—~zš«ˆ”Ò%£ËK3WÍF cŽ€¦ÿƃ/>ÁŸÓI7Å`É §žÓ8ÿM2íŸZƧQãyjæXî>wþÏ-]chõØbW}Œ oþ•~îs毮àù{c q¹pa¦Ù_?bÎÑxâÍèyŽn\ ƒ«ˆyü¿—áÎÿ˕ی6€¿+*ƒ—ŸFÀät:ÏÝýùþ»³¹áæ¾çFªQ«¶Ï fœ.ü„£Oÿ½€«»u§z:Ò.föý̸ª ÏÄý›}óºç{²V±†‘r###©S&3fì£Ô«__"r‰ùÛ˜™Ç<5jÖò;ÊÉÇUnœÂ¤H9¦ ("""#Kæoæzâø1ÿã¸ÔÈ^aRäÜÞÔQÒUÒaDD¤\1™L8z[¥È¥Æn·a2™6ïþ?Q˜À`4Í჉k¨¹„ìÛ»—˜˜:8E¿ûÉ`0p63ƒQ¯**)—Ó±•£Â¤ˆˆˆød1[èб«W¯¢zÍš4mÖœ]>ˆ\Ììv;{þ‰… æsKß~Øl9EɈÈHRSS‰ŽŽVá•ÐñcÇˆŠŠÂ`¨RŸ"""âShh(­Z·¡jµp–-]BêÑ£8ŒÈEÌd2Ã-}ûÑ")‰³™™¾‡5šHNNaóÆtèÔ‰š5kb0TˆÅär¹8qâ›7n¢u›Ö˜CÍb¹&EDD¤HN§“ø„’[¦T¨æW"R²ãÞfË)2H˜BL4l‡Óé`ÛÖïH?î·Y¬f4‰ŠŠ¢u›ÖÔ©S—Ê•*)LŠˆˆÈÅ!ÇjÕ;äDÄ+³ÙB“fM¨ß v›MOi ’Á`ÄjvÉŠQ»«0)"""""% &3!UÌ*ˆKL©·U à%ë""""""R±³–n|…I© a²`õ«Ñh$¬R˜J[DDDDD¤2ÖE& ®lxD$YYY˜-f F½wFDDDDD¤¢ êi®'£F­ÚŸØ‚ï6o¢}‡ŽDÇÔ!$D‘ „Ùêw˜ŒÓi#Lê\í¤{ŶoÛJFº^d*"""""ˆACG”ÛeûSªÃ#£àtuêÖÕÞ """""H†*ç‚“ÅmêêYeQ+"""""r1ȲÊW%ª™,n ¬H)[DDDDDD|Ó{&EDDDDD*¨²lõYâ0ùáœj Šˆˆˆˆˆ”ƒ ér¹0þœ×1–8LF2Ïü¡-)"""""R†AÀépœËiå>L†‡Gppÿ¯;ú§ÓNi«ŠˆˆˆˆˆüÉAÒåra·Û9›•Eæ™3„‡G\ðå(ñ«AšÅdzkÇ““ çÌÁýÔm¨-,"""""RŠÜïN“é…úå5mÍ=wÚÿ.·›¯ÊÄ™Ææ93˜»î(¶²Îµ§¿aJÿ®ÜýÔ[|qĦÃSDDDD¤ürºC¢ÓGˆ,V³× &­?2sÈ]Œ]pÅŒ‹°Lì‡ùhÐf…=ȧ›Þç®X³¶¯ˆˆˆˆHùåðèœ?ó:¿Ò“ÁËO#`rw P¨DÕH Êýw8PÙ=œ…Üû0Mî霾ˆˆˆˆˆˆ\xžµ‹yÁÑäYÀY HÒ€ÓÀ)÷ß™@6`-@ÏM7ÄÏŒ=gž×Ù=:›{aò$îaŒ “""""""å&L:=¤ÍÝå庂a1 æ®!= xo3ëò’fó"ÇTó‚¤Ã=M£Çÿ&EDDDDDÊ.Pzf9¹5ŽyµŽžáÒ3T:‹˜^¾0ém _AÒæ"³É_#i÷“T3)"""""R–aÒ3Óy†É,/ÒNþJ_ê)2LzÎØá%Hf{„FÜýmœoîjò“ ’""""""e&=s]^Å`&¹÷Nf{ ”_!2ï!¤×‚7kz ’9èá;""""""å-L‚÷‡ðäÕNžå|-eùk'K\3éy£¦É£Ã£Ÿ0{„L£GT˜)›0éyߤgSWÏ@éÙä5¯vÒ‰ïšIŸaÒ×½’&÷ 6mõ ’¦a…I‘2 ““ž·0Z9ßäÕ[S×€k&]ÁÏÛšžMW¤罒Æ!RaRDDDDD¤ìeÁ§ºz{¸jŽG˜ô$ †Io3ô|¬Í£_Þx¾cÒóÝ’Fm3‘r*®¡Ì»¥1/\z«™,8"ä¯@é*f=k# 䯽ÕJŠˆˆˆˆˆ”uˆ,˜ç æ:»Gç ȚɂM]î€è-Pæàù¿IDAT5}5‘¿6RÍ[EDDDDDÊ_ ôlîê"ÿS[~zOoÁÔgà+X»h à§‚¤ˆˆˆˆˆHÅ ”þ~z ’†É¼¿ýuLWDDDDDDÊ.Lzþí¯#˜0é«_Áðè­&RARDDDDD¤|J——Ÿ¾ît • ‘""""""W¨ô"‹ %ì/""""""å3PÓ?è¨ð("""""ré„ËBŒ*3¹àþAd¼häåBvIEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/cact-execution-tab.png000066400000000000000000002410201433352025300242540ustar00rootroot00000000000000‰PNG  IHDR¤šƒ7sRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÛ "/ª>F IDATxÚìÝwxTUÞÀñï½Ó3™™ôNB$t) ˆØ±ëº¯«®ØWßÕÕUwu­«û®«+¶µ·uÕµ7TTÄŠA¤H/!”Bz™L¹÷ýc&a’L %Hù}žgžÀÌsï)·ýæœsA!„B!„Bˆ}HÙOÓB!„B!„û}o$¢ì'i!„B!„BˆÇ¦”>úž©„B!„B!ú~Þ‰²–Wzño!„B!„BqàÑ{ñïîÞ‹Jك唈WÇå”]L_!„B!„Bì_ô.þ¶þ[g7S½ µ-sì·jRB!„B!„¯¹/ý-–轡´ˆÿG{å;Q{Øà„ËïӬɃ¸øŒ#¥V„B!„B!böì±MÞʵ|òôŸâÃoE´.þv L)t”ê. ÕŒºêòKØ^ã–ZB!„B!Ä!¡ºÞM ¸{ƒÅŒ•DWÌ™î§L&Ô~òôŸÒi|Š| ÅZÿߪǠTW©vÁ¨²ªfi…B!„B!„8dT×»©ihfÕŸïÖ÷‹ÆNCÓôNÁ£!ÝŠ:>`û'Oÿ)¨ÈW âßJøo«nƒRÝÙ³& ¥ Gïaô6°í˧hZÿ%ZÀGÐß‚ðaMÊ%õ¨«‰$Cü„B!„Bq`©iðPU×ÄšŸ¾`Ú‰g2¨_ü.}íÖZ>ÿø9€§í€LÚbC±„Rˆ—0„ÿF£¢¥:éêéy{Á­Ú¹3®ÄÝâï´@°¥™íóž¥ê‡—8rd>“Ffcs&`2[0( eU ¼úþ×T»u .~kB€UQQ iÙBq°Ò½ìØÚ€5=—I´z`×¥ŸºŠjjšü˜Ó2ɲ«½û^ÐKmM#HÌJ¦·_ ƒ½®wwBqPØQÓÄó>bò±§‘–»[iü¼a;k~ú‚±“O"5œÆ–.ÀöªFÎ}¹/ým;Q¾/øÙ{ªuˆ_ÛÙ5r}=MjN´ÎQKî™ÂQŠ8åÆ ˆ·Ø\ZIuE5…YT4ê )*âo㦲øÇ…<òÀtü£/aÚÅŒ8’ ']*-[!ôû´@#ÅËÖPⵑ7¼<‡E÷Pº¾”äA.ÊýÌ–Ì¥ÚP÷Ǹ”æÇíñ%†£Ò}¾¶ÊëUÞ HðT´XÝß…gã66è=ß½TWlÇoŽ¡ Ÿ‰m¥•èûo B×¼ìØXBqy=î `ŽgȨ<,¥«Y¶Í+¯ˆQY6Ti³|]ï³}@Ú‰B4”ð2-!– ¦ïV) Ö„Ój­hévG(èÔñ2*í;±ùñXÂih›øvÉ|ØÈ?l¹{¡!õõ>°ç'”Z~þq 6‡#F¦aSÎc›BìïTeçQRÓô=N«5¶-ÝÙŸ׫t¦O;b—Ò¨©«gã¦2±våç°}Gµõõd§Å“—‘@ES×Û% å ¢¼€'" ˆŠ|E¤Ú§ºÔ@‹²æØ8Ê~^Gæ¯Ïæïù*”/åwÏl'wDïo0öË€”¯C2ã3@"ãsƒÌÞê''3—´’%ÜþN¿=.Ÿ3.GÝ?¿gE\!Ù¶ýã¶G÷W³te?ßu:C³ËG†! t¨]äËGŽÝò‹Ý´i-•¬XQEÁ„!üùœ 'šP R»½‚ù ×ðæÒjr†åoÜÛy‡·+:¥Ðãù;Úçš®£íw§}ú 0O=†ë'„& xý4?Õ-6ÆwaV`ĨDô¥ ´dZÛ‚$Òf÷b]ë6/ÝÌè«~ÍÌd¨Xø-þÔÃÀáéX›7³¨:“§ï=Šxxéþy,É)"gŽ%ûbسJ ËVz¸ì¶_3Á ”-áŠç·ÑDzçŒíØ&„%2À³‡ÇEQÚÒè*ÝÝpj·i\}ÿû¶£§tkêê™8(ãǤ3óåyÄÆ†®{ŠK6sýù“qÚ-|´`3uÍ’㣦ÛA|D0ÊF)mXŸÄ-(E¯RѶÁžËW­fÚ qàw£o˜ƒ¹~=6“‘ÛqÙÍ—5â˜(ÿùKF â¾W¿%³èTò†‰Ä£„–æ ÎÖðAÓÆ 'õã+ðŒHÃÔXFYÜ þœ¾“pºˆVã ñnZ˪Í´BÇgsl™¹¹äÄ™:ß hJ×m¤´ÞƒÇ‚­Zì$§e2 +.t£¬{ÙQ²•ÒšF½ÐQß’@Ñð¤˜Ô–m¦x[->Œ6’3úQÐ/ü]ÍCéºÊ<¸}¡ù Vé©vü5UT4úÐ#±I ÎOÅaI!ßẒßÈ+ãP`=€Áh xÑbnþiùYªHf°Y ÷÷d;}ºžÊPÐP¾• ¥ÕÔ·h ˆIHÄ Û0´¥é£té"JÍ)Œ“=_šŸš²-lÜ^KC‹†b²‘˜šE~v|è&±µüêÝxüZ(_F éý”·Û Ý_ÍÊ5^μê$¦'G~b >=“NKçè¡K¹éÕ-¨Ã²q«Y² ˜zÌdNCÁ½u9 6{!&›qCMhºÒ»¼¯°Ññ¾_×»èºh¦´d›+šñé ¶Ü¼ÎyÑü»V¿]Õ_R#&aÅOížÔ‰îf{C § ]”­yëþò£› F2r\|òñzRFYY7¯ŠØì•Â8µû}ã;¶íN^…âÀ°÷{Híyº—ï)Ý-¥Û9ñ° 6®?23_ú¸þü)$:mT7xX¹¡ «ÕFb|\Ôt;ˆ £ÌáxRdϨŽOßk J)tÑKÊ%¥ÐC©„qçñÖóç2qÒT¬ÕËðÇš²fæ—4±z»›œx3^“ƒ+U~æâJXEYéjÜM“°Ú]Òº…OW’uç4§ˆÓ?åýzq[šsN>‰­Úb‰S½lß¼×aãyü°’¬  Q·m³?ZÆ×•”dŽ8{(Û¸ƒ¡ÇOäú<鱡Cøêkøá‡¼´¨‰~EI¸KËI3„‹ “hÆëKyøé•¬òùH=‚;ÏÏ"ß¡¢»ëYðÝ2žýÉKÿANjJv0ä¸ñ\—ç"Ó:-x«Ëù|Q ŽScb?FÝGɲ•<öñVNJ«l\vÅ`Æ›‚įŸgêãˆÛ¶‘˜Q#¸û‚Žë)§ÿà8·îæ6¦¶¿1ÔƒÔo*†1Ý”aìX³ ‡ró9S(Œ3€î§ôçÅÜýAëyÍÆôߟÍt€Æ Üø`1š+ÛåË…kÛ&ì#‡qÛo²è2 5׳há þý}©…É4nÚY~é#* {øiþ2ž^ÔBî ¬»|_ jÝ6òN=1Œò0öB^^\MÑÁè#Çpͤ¬FrÃø9üyå6 õþrï¯L¨wĬ ¦!G3ë*”/ኧ«ÑˆíeÞgñ@ib§»ñN×þ:Ö®©fÌ ¹eTñªF}½†#â&[ zغª˜˜Q½¬_ÍGyÔú[½s·¯–¸=©“| >Ý„ËZÝà³Oᳪ˜y÷·h'pX.äW¯å£ù^ú¹”­ÜHܘáÜ~~NÐñ46R¼j Ï|·‰ê&·vWþÏ”bwȉ¶<¹˜Ú#ŽˆÞž[".Ë~Á6Ûu­ë~*UÈ;f2Wì˜ÃÓ•öÐo®é{J‹qŽëb¿ß‘€w›Ò·û@ š%+´î×ñÌvÒÒ›)7fòûÿÏèd õ;¶ó曫XœGf´@M°MÕ±œ}¡ RZ®“•fåèii¼öf5^gf¥»}ã—8¶%CåF6ïj^…âßÙ =¤ˆèÉÔuºWßÿ~Ôï·öžêÜCªûtí1vf¾<ëÏŸL¢ÓÆ¿‚$8BÁ¨™/Ï#5%…8—³]Ú‘évà £LÁ(-€jÔ¼õ |jø-(EÇ€TTÑÆ ZsqŒ½€¿Þ~'·\~2›«u^ø¡–I‡fÜ´þ,ZºœÅÅ+韮ÓàÈ¥_@aìØ±ø–oâÓÿÜÂ)WþKZ·â Äߢç2…Ž—ž ŠÍƱÓRxëÍ­l‰Éãš‚-  Š™$kÍþ^s ‰F?µõ—•¸Œ,λÐÀ¶û–QéÌ'¹õ ušº…… ¤›BÁoЀՕÀäã'3"å[®S ^•ÓÇe2Ð:'x} VSšf7ÉÇÇÝí€FCƒX§‹ñÇN&Û4—?/Sƒ¢¢D2Ãé·`Àš˜ÆôãÓBù F3ýGŽâ6ß\õKÇ{ÕíÅXšÖýzêvs—Ùžko?‡O°¥Û2ÜRãÃ<þ(þy”³í<TL$ª-4jæ'k·—º€N ¦L†Pä¾í%اÍÝìm§[Õîâð©G0$y>×¼_æk_~Þ «ÍÉaGO"Þýwlq02ÓºKCcô–ZJµ4þ2,Ô¶Ê¿˜ÇCË\%[k¢ø³ox8ådnd k|>Yß®e«šÐîæ½óÙ»ý;=å]r=Ðîš@÷±c]…¿:‰Ë†"¯†ÓÕþÒ¢yãb»këW×h,Y‡µþ¼Ô4Ö’wÂ1{V'›Û·a¯—Ÿ>7^=t•µ³‚Ô®ßDü±ÇrÇØÐãë«ðØœ¤9œ äDSƒŽ­ûò×ýÔÔ8'Ú>àà7uÕž±˜ä_¶ÍöY]·/'ÝíG‰±0é&²ö¡¯ùÌÝþ¢»Ûý¾}9õÕ>Ðq‰ÎõÜLq¥‹¿ü¹ˆ"ôæ&¶µIN´ànð£¦êQ~qÖñÕnÇ7`$GÅuxôÍ×\=„Œ‚"¦™¿b'\«Þ;ñ ÛJ‚¨M.nÚ¥¼ !Äc_Î!iÚ¤qíþÿù7 º\¾§tsúe`³Z˜ùÒ×ÜøÛ)Ä;B×+5f¾ü5¹ÙÙ¤$'vJ»›9¤ì´ï¥ý©{‘wyÜc@ÊçF}?þˆ+¨lqsÝ?þKœ%À GM&ÑjbùÒ¥Ä`¢ªÑǘ~^”5qLLy.†O<Šëþtg—i !ÄE÷ãšÈ ߇nýa•GŒ`Ì "¦Ú¾dÔdë?_ÿØ‘)&¬ ;rð|ò!g¼§ârZ±Z“¸äwã8ܚ̄dÏ7p9ÂÇø`0â9©A~xî=î)†Ü#¦0óä$\£†3í‹/™í۹̳ïqOqÕKlL6·O´ͼ÷ø^ØÀ1xO\”CƸ²¿ZÅìíÒÿÇ–8.»~Ó]P;ÿ3~7«¼ÓNäž 6\3IýxUXÛÝLy•LfìÊzvi×S“žCä\ñ–¬þÔvY†n®îÇÝSœ€ÎÆÏ¾à¶Ï«iÖUbS’"Έ>~þ#žÛ®`´&1° uMsäí*^%“ 'Ø Ëß›Ã] šq ÇÃçgã:œ>›ÃÛ¾ÄõcdÂy'qÓPF§b[\OS²)b¸Rúõ+X]ñ\{6cŠ1µÝL6ˆË%=¼‹W{pfä`4ÕNjºËê`P"ÄÆ‘aô³IëÐ<µÎMVëuÞ;ÞëèÁ >¿4«¢Ô˜ÃÕ €Ÿ^ý„.ó`0Žg/Ë ×¶Ê`?~¿ õ«ûªÙàMçÖhõ—¶~{¥N|mÝo‚üðòlî-Q0ì$tÚ Dó×±™~üm¬ ²äÍùÛbÎ1Óø÷Ù me¥+=•dð"rH¤¨pž9rƬhíÙÏ‚ò_¶ÍöU]£k#ÚYå¢ù¼âǵ#’¸ô¼Áwø‘Ø–Ûͱ3²œújÐÐ:\SwZ‡îG‹q’¬4ðßg>åírTyCûcܰ„y÷ýÂXª¶jqi:f`ë)© òaé.Ïr2ýˆ>ú®‘” o×ûÆ/qlû©‚æ¸þ]ä5ŸDEÃç—K!Ä+rN¦f¯oÓjƒô”nwëêøYoÒõú ´?­…G]ãõ¢®/2Ý(©È`Tk ªuŸ)gj HE>}¯W=¤z²×*qêµØ‡LgÓÓg‘?p[^@‹1†«×’b·±ÑŸDÊ€üf'Ë7üÌ—ÿ~ƒjIÍ…-€ñá®î[ymacŽtqúôáT 4ƒ·”××3õ(Àl"Þ a{C§NåîII´ÀlÀnÒ 5´Ö»[NCZâs3¨þi5KN˜ÄX£“‘©ï5tX&8ýõͬUÒÈ Ÿ;N¿êLN\Ìæ Å $Ðþ»vC=K*t¦»¬v#»‘ÍëÐ&ØP­6ìz€Žsý’w}=½ßF›±­½ÆtU%[Iï² Á’Až蕼õ}3ÉÃFPdÒøêXßÔþ4˜T0» ÁÆN½L)idhUÌþY£ßü”Œ!Ç0â”czLS!zŸf$Î:&{<>J¾_Kñ‘£08'P¹p5ËÝ c}€ÙˆËjæ(þ8) |ùñj–6Û™zòFZwwÛŽ“ÑŽ—ŠŠA žß¼ÝxñöwI:Š¢„oŸ¼ü43[#­4SéˆÁPÛ!yE%à׊ *z0H0|rêüؽõôz.lêÎóQ ~+Õi£øG7e¨¶¦©ëè¡™OB“rkzÄm©‚¢„‚,š¦E»³ìô^§ó—å̪+[»}( èá:í"pÑ.`Ѻœ)e{5äáÂÆ¨ÁV^\P‹»¿ ³æaûv(š¾%o®§,` ´TLªN°Sïh%"(ÒSÞ£ÜÈw²×î+г$íºeëW×tCõ§w®ƒÝ­“hûLW×'톕éZ”'É) ÷TþÑ×h(í±=÷¾Þú¢Íö]]GkwjL7_ZưëFPÐ?>â?ŒÃº=v*z_ïJ/Öa&£?¼ùøgl™\Äéã3ÈXÀsöòg|-i_ 9òB?¹ê¦s¸*òsk&§ä/áíF”øýéØf$-ÏÔE^çðLMòâò$?!ÄKébh]¯ž†^¾5F¤D Sz²×]ÐkWÓõ¸›Ûæ Íõ5èpýSÚ&:úý%ÔÕ©8ލévŒÓêeŠB™:£Ô(Á¨¨'å^5jçí«b¶£—W° r0ÛXÊ;_VÑ jµ“îˆÁ–âÄPëéòæ;òV¸ëe|U»³ž^ncZ:.Eoë%ð°gu_†mÛ£&sêhýög6g<– …¦`´—f vÑJª $tÊ©¿²œÍdR &1}˜Ê] Kp ÇØ˜PÙ¯,×£”}7&Tyù4¼÷§ý'rØN?F ŠÇغœÑA %¼·:À…F2Ž™Äÿ6/ä•eki0Æ2òè‰\[:…o_¸RGæÆª¼€ÕÂàþš¿jj$j¯ êþ^ç]G^ $%Zh^ç&èØ9ÿb±Cy¥dÐ_IâôíÜöU-zN»‹Vµ+õJ·­Mt¬?‡“aïÔI”Z ƒ;\¬è5Uì ƒ,5‰SF[ùûÍd™ÚíF½‡ò×£…8´^µg‚þ_°Íö]]wžÔS29lâÁÙY—]|>7ßþwŠ—~Fþè¤u !xº$¨šˆ5†Rž˜¬ûr5 b20o]ÁBR±+õxÂÃÕ¬võ[khÂIlÊpîÿc›› d¶Ÿ:â†-ò&ÀÀØgòº7ˆÕºÄn^ÇÜ{»I˜ÛîÌñ¤Kxiñ`nmeÐqÓxñ8–€ŠÅ[fÏææ Ö^t•í¹,Ì-[v}=½ÝÆbŽ”Ö'*b¬4öP†Fïþ»´¿Œ´Pxòñ¼6=ˆO7`®_õ®gA©ÎØ\…ÁgÂ+'ù1ªÕÜwßB¶udö—ñâ…Ü=>†agœÄ›§Òöä/Ïš|Üàè4Á{Ô"ìP޼¡Œ‰RzÄé9.3‘åï-äËô‰L³3ù´©L>­ýW‚¥+˜ùJfž‹ ¿˜¯Öø˜<ÒLö‰'òÚ´šÙy§S­ïuÞŠ›õ501 òÏ8‘[ßüˆ*rÈK4…êÂOšVÂK‹sûaV N8Ž×ŽñãQL쌸‚[v¡~S<©’nêoÍÞ©“hå¯G È*’[6óÚÊBnbbè)ÇñÊ)/§œ–†îËŸè=NzÓžM»Po}Òfûª®õh…¢`M˦fÑB^u"32w~ÒÓ±Ódlèó}à¾UZ÷ëÐÙêÄãwLÁÞÔLu‹Jbb(Ç5;<(‰ŒJ·¶Ú‚õ›ØhÆx@Ï?ò6¨¡Ïµ ÎÑSyîì$”œ&Ú¶ño?:¶iÍlóvW«3ʰs!„8p´ëqéêIx푞†§ìüñm¦k·Çðö7Ÿ›š±Ù8]®ðçðÄ»‹ÉN§_²ƒÊ†@‡§ì)]łԧŽ/µ‹`TdPJïжPø‚¤ûÓˆÁd¢¡¡‘w?_DÅŽ*Ôï—3¡¼‘3Î8•fÏá«yóA1ø1Í u¼ ÙB©`ÍlOïÄP1ĤA¿¸ ÍžJn¦™š µíRòåÜýÂ¥S²(HJ 0 ú¨ØQÅ*O ±Ö®½¾z/ªË øÙºb O½_޹_ê&o§»I]7àÊɤtögüµr8çMÈ$ßiÀbo}-›ülªÆÞ˜sÖ”’¾ëëÙ…mŒ,ÕžNjÙŠnË0>#‰Í~Æß*‡sîøL8 ˜• Õuf«…¯Ïû¿Å y1Xl&Zª}XmhêfHΤzîÜÙ0‚ßNÌ$/V…–F–.\ɳ_5—ã¢r£§ûHG‡áO½fŽ'/­ŠgžÃÒ)C8yDñF@£¡²Š­áõ^bó³p€Ìt¶ÌžÇ3ÚhΑ@¼Ùˆ Mµ¬_çFqÄŠ c IDAThdQ/ónN°òõ?‘}æ&ehª€IèÕbÀ™Éö?ç®Úáœ7>“ŽP€Â×ÜÄÖÍÔÇÄ—騥úqÙ™ÝÔŸò½P'Dmz”åârRYûΧÜS6„ǧ´P­%pXŽ 4 •ØŒÊ?Ö„ÒØyjl/Úsš½×õÖ7m¶ê:J°BÑutÅJz–‘9o­â˜?…æï€µ¶ûrŠKMèó}À˜œÑí:ˆ1c °¥ÚǰD;é±€·‰Ÿ¯äÙV²r,¡< ¡ÚÇг2B瑲bæ{R),JĬþZÖ­ÙÀJ-‰¡jÇ0óÅJ›ö—c ¶^çU!<‘O­k“ièТ^}·ãïš§†­¥Ô¹5\yƒÉuD™¢X÷Ó°£œòšÜá¡HªÑŒ5&ž~9ÉØÔÝ©_º­¿öBè]´G=H]ñj65ƒ11¢,ø=¸kwP^ÑLSC “Î;뇘Ð6ÎgÆË:ý¸0j=”—û@ÏíyWê­ÏÚl_ÔµÞÂŽµëÙÞÒz|ÜÙ{H÷ì`íºJ¼XHœOªEëy¿ßû@ëP›wP²¥†F_øéD3Žø2ÓÃåßáXVW²†M :Ø2(*Hh¿OûëØ°º”&,i Nµ ìGÇ6‹{Wò*„–G Ÿ|ø“=†fïn¥ámñ³æ§/8á䳩itéƒ: ç¾ÎÜ—þö¡§êyýÜQ~ÕD¼Zßk/焆úiìü‰Cï1 U²½f×îÍÜÌûî¶ÿO8ë6Ì1iÍB±;´&6·pU[@jóÉ•+}!ö ?5Å[8ãT®ÉÖñzüh31*€y/|Âsîlr\F)*!„â b·Y1UæÎ~›¬ÁˆsÅîÒ÷ëê›(]3Ÿc§Ÿ…? Ñìñéh­©B¦f ¨eg0ª¨ ¿ßDè |-têÅSöv­ÒL6“Ï¿oÒBÑz~\–ãªûjÔÁƒZUCEr<)63 Q¿c_~±”·+ÓÈN3Ê>)„BdšÜ^b¬f¦x&Ÿü¥»‘Æ´ϤÅÀíõ°éví©yÝ=I¯[=ö*.«––(„B!„BˆCN‚ËŽÅ´{=¡[üjꛂt•ÖR³ÙÙCª h¤}©vöj²·'=¤ä'?!„B!„Bzªëšùt#Ÿàùv”ïÒÌ©]¤;ªxoÎ7Òú„B!„B!aƒUÌÝËivÛCjÖ½¿¦¦º žRB!„B!„‡ŠÖžQe¥[yæé¯özúò˜&!„B!„B±OI@J!„B!„BìS½žz]†ì !„B!„Bº˜Ì|¯‘R{NÓêùdƒGŠB!„B!„¢Ú+ìøìv¦O›ÁÍOýD½t&B!„B!„èÒþ9dOk`É‹ñvàWÜzi!Öý¼Ý‹ï攋?¢èÎxðâÑ8Ñ鲸ôF–¿òo4ŸÎ-—Ùïó¶_;ÀÚÉ~%XÉ÷ÞÂkö«yäÃöÿ²“ýF!„B!*û®‡TËrþorƒg¼OE°‡eµZ¾ð8ÿ™WŽo¤×Çb†ýž—¿ŸÇó—&ÎÐS  žŸÿÏ|Z†/Z>t¥‹>cÎÒ‚ûi~w9–à^ËË×Ȱ¬4RRÓH}Ë[ Xù5÷RCïOxp=+ïã¨ì"f¼_AÙìM;9Ôô¶ýhõ,›ý>Ÿ¯jàoN½iÛ÷!„B!„´½×CJ¯eÖéE\¾ óGqç¼Ë’™©ô\Äà¬DLJ7=ˆB+k·Þ¨‹*öÞ§×'7þ]çWôÖ¾yÎ.òÚT=”·Žùð®å‰KÏ烓>fÁˆø=A~éüvW ßpíøsxM=wçÿ“‰ŽÈ‰Ï|¬yì"þø–“ßÍ|•ûÛÐ Ù 4VóÉ sÿÏS¹óùû8,Ɉ%7‹'‹AE…d%YPºªû]i'Ý»‰¹OÍä±×>eaIv²ÆLãœßÝÀïO.À¾+óÈõºýè„ Lß'e×méMÛî¸ßȱ[!„B!hƽžbÖ…<ñài¤µ¥¬`I‚Õäà‚§>₽µSÿ½›Þ^Ë/ã ±ïí|ì/ùí$@é;÷ñv­«þ÷~ðGÞùMmÅ´¶Ó‘/qý9Gí Ò¹2wa3.¹‘KOˆ©-½syòãs™PoXÄ}¿:“–%2iÆÕ̼©?vÏf¾÷\6…®z‹Y·N$N=÷—ÚÈ~Û¶…B!„Bô•½?dÏ1€1&0±í5ž1¨Í<=5ì ¿¢±uÙ`- Ÿ¾†“Fåš–Njÿñ\üÚÖ¶áW-_^ÇÄþ餦¥“=útn~§„–¶{Ü(é*˜÷ÐeL-Ì 5-ÜÃÏáÎÙ[CC|´Z¾»÷Ž5 ´®´l&ýuiäw‡ŽÛy³íÛ‡wý‡‡ó1è¨ßñRIä½z”|åÏHNZè;ãî[ƒ/jùÕðÃÿËñ#²Ãù=‹?¿º’¦Öî#ZŸÝzG@ZZ帧¼«xî_?‘yõ <{N,?<ü"k"×ZhjÿPÞ†þ—Σ)ü~ñ?§~ÿÈG7âÙò SÓr8ÿ‹ˆÒØ“vB€²7/gÂÀÌÐw³†sü5/²²9¢M°ŽEÏþGf‡ÛFÃ&ÅŸ?ÜN 7mk·¹Y:óJX–Æ%o~Éÿø=¿9m:§ýÏUüß+_òyü*þþcS¨Gw·ŽJgÄ-Kñ¶&ÑøçõKçèç¶îÜÖÞ¶ŸHº›µ¯ÞÀôÖ2ÈÁI[‚g_´‘hÛÖÓ~Ógu"„B!„b_Ø‹CöÂC€ôþ€Ûâ £!bøUë/+:‹Sÿ¹‰¿»›ç§dc¬)£eDF}GhÙ¬ãùã-Ç‘g­ç§ÿÜÆ½WÍ iÈ\þ8Ðe›¥÷žÉ¯ž0qÞÝ/rO¡Æ²ÿÜÂí—\€ã«9üq@=+>ùŒ•®+yìÁi¤ë 4'÷ßýÉÚ{Ê/€ÞÀüÛÏà’{ý#ü}¬‹ÚŸ?äÑû~j+S½c>ÂéÆŸþ(¯\]ˆ°¦ôǨoïT~+8›Ógî`ÊîãÅqN¶Í}„;®;…íkþû›,ŒÁ&Š¿ûžõIÿËM">°ƒE/ü•û#ËqèÔÿ¯TÎŽerÃEä½ñ<Í¿’G§8ÃeÊŸqüßy÷ÿÆaŒq9ØôÅè@Ö¥/ðü¹ý0¢`KËÂд3íPÝìa;A%nÄYÜøðd$©ÿùn»õÏ\Öo,_Þ0s8ý“ÿ¹•qWüOíµv>÷_ó _­¬#8= COmky÷Нy ϼZŠiÒ\;ÑÕ~ˆ¢â`üÕ7sô —óæS ¹åð©8£ ³‹ü»+í§C»ó?Ïe×½†zéLÞ:s0Ö†M”Z20îñð¸Þ·‘ÛÖ‹ý¦¯êD!„B!Äþêµ5wqDî]oÆã+fq¦«Ãmjý7üó±Õ¤\øÿ¹ãpb#? wõ°ÏY'…8rˆŸ/çþ¾-çšý:m¸^û ÷?SLá­ß󹘀q…&~œûÞú°„«ÿšMÇ’3‰ã¦LÄÑgùÄíßÊUýMèµóxø¿Ûȸ|6Oß0 À…4Îz“[zHÖ’˜GaQÄ“ãËïþ'V“üÛwyö¦q¡ò›2†¸’qüîþgYuæ ’¥ß3u2`ò0¯G]×e9î’`sƒ~ì3œ”nÀœò?ünÌ#ÜöÄçÜ1é R"úß\¹ .*ÜYîáÀ“-5ŸÂ¢¼¶!{¦½ÝNb ŽãŒ‚Öæ8–Þá²y«h¸~0‰ ß1ó±UÄÿúuþsÇ$\ à6ñ®ýAª{Ù¶þ8hÐî_í:Ö5@öC¢ÉSœC92¾Ø°šJÿÔès’ífûé(PWJ-±L˜t G% 2œÃöÆþ± mdç¾Üó~ÓWu"„B!„bߨû©ìKyîÑÓIo³fp’çê<+³¯t!+ÝVF_Ø>ÈÐÕ™KA|½-ôT°ŽîÛö#k¼PzçDúÝÙþ3WI >2ú¦;æWµÓ/ÓÞ¦¥lð[qtAè¦z/j-¿Ñ'í,?5‘炯²¢NcxR”rtå10±ërÜþÍïðä'§¾380f0ýª©ÜyéÌÚr2—åšöZ>w¿ø(›ó0·Ï|¯Vn§ÙàÀá×`¸¿þÒ,w›sÊ\]LÞSÛÚSÊ~p ° ½”?=‹›.ÇÚË%—\į&faÝÃÛ6Ò›ý¦¯ëD!„B!DßÚ«Cöt{CFŽ"§]Ê:z@ß¹œ®£kZ»a:Ój·,€nÀd-Ü94©]z::ÆÝ3‹û&ØÛÝî]YØôŠÎiî‰nóÛþ©oºÖa{#·£c>¢å=Z™tæÔZέCº´®ÒêXŽ»]-¬ùï¿Y¬dÕi¼ÜáÓç^ßÀoÿ4sOùéðÔ´ÎõºgíÄWü4ÌxÆ3ïæ©¿'Ý\Ég:{ÂßÑ‚~‚1•vën·m=´­Ýö©ÆPà„¾_IÝïÔ¡·Þ°’o7AÌуH2êèAƒ _ T¿Ñ¶uÚO[“Ñuts¾´ˆ£¾{›?õ87ýœõ4=8½Ý„ýû²t»ßôQ!„B!„Ø7Ô_jÅæŒQ䛼,ùt5M{-½ –¹I+ÈÀ­¯òRm¿H/sæX ­^}°Œ†ÞÞ«b­à®óìEÚK>]Csë›Z ?ÎY©c×ÇUÛ¼”Þ(%ýü§øð“™ÓözŽw°éÕ—XîùåÛ‰gãw¬c0ßð[¦)¢hØh†§îœ_È”6Œ\ƒ›%_nèrïžÚÖn³äâs2ðÏûüPù™ÞÈßÃ-ÉœqéØÐPGƒ‹¬8¨^]L½¶gígçz"¦b#çÈó¹ó¥¯˜wçP¶¿ý0—öyéÍ~Ógu"„B!„bŸ0þR+Vâ§pý%¹œòäÅ\sOîÍSÎÛœ1q7Ó»(‡SŸ¾”Ž›¸äè|œþJ6l40õ¢SÈí«ˆTÃ~û › ïrøã&q㕃9îÁœk¹™+„Ë_ÂÒ* ¾‹ôLéŒCÃ'÷óè{W3Þ^M©6–s¦uÈoÜ$n¸b Ç?|¿K¼KÆ9)ûôanû\çÈ{/cˆ•ç Ú£l/ü7ïWesÑŒãSÔ~éþ—Ëç¼Ëó‹nbÌ„_¶Ø²Ç’Ãý¼ðÐËäŸ7’‹›5Õ; FMšÊÕg'qîS—smòüv´Š…ÿåÛ:0÷¶míöÈÄFÝð8×Ì?‹GΞƺK/çì ý±»7±à½gyêóRò/{[Æ9BUc:SN/Dÿû_¹ö>‹&¤c©[@™ŸOuìeûÁà 5½ËÇË ™ž¸˜ÿÎqS0,—VÅ¢Å;À4˜«ºÏÛˆÒ‹ý¦ïêD!„B!ľ°÷‡ìµ길9jHGÇΘ›ßáõ¸;¸ûÙ¿pÑãA0&1úŠÿpò„øËeÈQçô»å]^K¸ƒÿ{þv.}&Ä’5á"Fœw29f:§¹'ZÓ({™k~Óq0Ò8ž^ù6'ÇYzÝÌŠ»›»ž¼›Ë^ð ±iƒ™:>SÔ|8™rç?¹àŠÛxèªó@‰cè…OròÑÙ–³2ìoð¦ývþúôµœ;3ˆ%ópξ÷=nûM¿ÐÓÑtz.ÇÝÌþ¼çæÒ˜s§ 0uj±#~ͱ®wøø¹ï¨W½Ü»¦Õ6ê°u¸ÖžµcÁå<{ÿ6n¸ÿ¯\ð†/³q¤R4=3::.&ÿßÛ<ó'îùçe¼ß¢0hh(¥(½k[{ÖU‡ñçY_3òÉûyì¸æÙFtl¤?Š«‘«OH¬Òº?pÙsòØÔTWÐÒÒ"¥% zÍGüfôåÔÿýG>øM:)!„B!„‡‹Å@YéVžyúiþõø“³À4 @møUñï†ðçžðò h°³?Ê^ëG‘™ÕíçÛÊJ¹Êë©LäréMÞŒüùÙ<ûe¾ögP¿xŒM%|ýÜ_ùZ?œ™Ü§Á¨Þ–᡼ÉñF!„B!N{mÈ^YéÖ=úþÁ¨§29Ë¥7y; ò§{([4‹½úe:`%}ä Üúêü¦Ÿ¡O·¿·ex(ïCr¼B!„Bˆƒ“Ì´"mŠƒ ·¿ËÂÛ¥(„B!„Bˆ}eïMj.„B!„B!D/¨RB!„B!„b_êu©M%ÅRZB!„B!„‡€Â¢¡}š~¯RGL:JjC!„B!„âPS]Õ§é÷: åv7Km!„B!„Bˆ=&sH !„B!„Bˆ}JRB!„B!„bŸêõ=t]JK!„B!„Bì±^¤$%„B!„B!ö²'„B!„B!ö) H !„B!„Bˆ}Ê(E „B!D¿›’ŸŸ¢ºl.Íõ%¸v ¨*ŽøþŒ½•Œ§I! !„û)™Ô¼-¾J6o¤¢r@ÐÑÃe¡ë:F£{Œ‡Ý‰Óå"-% UUÙ9ë–"­ì—®Ã–vT–£¨*ɉÉX-V)”^im»2ƒÜžª­«%ƃÅbéqÙ¦¦&šššHKK“‚Bˆnl^ý"«¾û ý aÈèñÅÅš„¦ùh¨YÍÒïoÁÛ°•¼‘ÿ+…%D[´x?.ZH0ܽ›R£‘±‡ΘQc¤0…8„Ȥæ=(.)&!>Q# šÚ ø|¾¶—ocÉâ7Øß@¬¥Œ€û' ¶qì§ ©ÙÒÚö¦¦fü_»÷ªk*INJ¡¡©ž²m¥¸\ñ¨ŠŠŽ:˜LfŽØC¢|Þ›õï0+êgŠ¢ ª*v»§Ó‰ÅlEÁï÷1qÂDŽ;öxi`»!ÐÐЈÛí!##£Ûe5M£¶®ƒÁˆÛãÁf³IMÍMøýþnONm? c6™q8RpBĶ®y5óoä˜3.'&nºDQTÞåÜóˆIçÈÿÀÜ·î!-ÿtl±™RhBô¡-äW_‡ÉdÞí륇ÿõ£% Õýµb Õ(×8âà!CözP¾£ŒÃFŽ·Å‹¦Ñ4-ôÒ54-:¨ªŠÅla@f%’ëñ5ÿˆ§ú3l)wÒ\þwbÕz Öc ÆJö¡ææf FNg" °TT–c³Ùð}¸›ÝĹâ0™L¡[WÜ‡Ä ìûÌâ´SΠ¸¸·Û×ëÅçóá÷û ƒ˜L&ÆŒÍùçŸß€õz½<úØ£Ü m7ý¢÷Ü7ñññ´´øhjj&6ÖÞå²õõõÄÅÅc4ªx<^ H…ùý~’“’{½üöíÛ% %ÄAh{E-é)ñ€Î²/þ—a#ý¬ÿù3?£jûF¬1ñ 2CÎÅSq3fWCFO`Ý»qôSR€Bô¡Ðu¤™Í¥QEUQEQQ¥Ý+$¢'¾ÉI©)Èî®)k~dã·g‘wäÛÄ$È}¥88H@ª>_EQü躎¦k躎®…þjš†?àGó-ÅïÿœXÓ*´–µØ’¯'&ù÷€–ÚLj1Æ¢‹f(”BíMM͘L&¬V š¦¡( ë‘'½ƒ¡-¸b³ZiQq:þ›X—Ë…Ýno륪j¸0›ÍÄÅÅc00 ÄÄÄœ’Œ¢(Ú -^ qÄÆÆ²uk)v{L—íÒív“••@ à§¾¾A ¯õRUÓÛÊB½¡B=CAe]×Û^111hš&…&ÄA¦¾ÑÍ)—ÞÃ_®:‹3O8£ÙƪFŽ=‚¢ñŒI,¢¥yË¿¹‹m1éYpÿ@bƉl\÷¾ ûˆ‚BII1->_¯–·Z¬‘‚ëùbˆÍ Î#}ðil^p…'¬EžO&|2‡TBã C§¶›ZÿZFÅ¡å#´¦W©Óš0˜óq%] v$Π¹â1ªJîE5¾„-ãI ¶ÑÒòö2¿¯«ÅLÀïoÿ L(2Õ¶çp}jºŽAUñµxA?ø‡îY­Öv=oZËÊçóa2™ˆ‰‰ ÿš¥†?'4|¯µ Å.ñµ´€UÅétPW[K|||§åjjkHNJB‚ >ŸOÊ;L A×Ñ‚A*++C§¤ð/ª­A'11)´œ”²â óðóò›3áçgc6(~5©¹Ç—<¢m™g.C&ÞÇÏ_\HVÿ ñù_ÇêÈÂݸMŽ Bì#Š¢7 UÙù£gë_…Öësˆì!Õn÷”}5ªúm³±Æ¦“œ{«¨ß6WÆÉR0â€'=¤z Ðiý^kûe^½ €J-¾ºW‰ëÿ_̱SÛ”UÉCV€Þ€§æ=jJ.Ã5è')ؽLGGUUÜ7JÄDòÑz¢¸Ýn@¸·Oè$h³Ù™Þ?Š¢´õ€2™Lm=Æ CD©ÖeCÕÕkø| +#~×°¡Òèz)ð‡Úq.[¶nÁét`0ì<üú|>tMÇjµ†þ­KŸHZ¸<4]#))±Óõjä¾  K)!*6—óÙüU<ùÐ_ظÃϽÏ|ÈmWÆ p0J×5Í™Á¶ ¡9-1‰ º@sc4Yñ6×2ëQù§qØñ/´ýè"„Øû×™‹×÷¾‡”ÕÊТáRp=¨\w?…§¢iM¤<“²•3% % 2©y‚Рë¡è‰¦éX­TUTUi ¶¾Ì f³ M õ¤ðz[Ðt-f<ص"P­ÿný©qíZ¬O<ÊÄùš=,¼ârŽúþ{it½=ÈšÌø~PÀl¶HeU ©©)mËTUW“ššJ DÓ5šÝbccåX¦iZÛ•UU­—¼mg§p)’’’Р¦KÙ q¹û_o1ã¢siñë¬ÜXÉÐQc¹ûñ÷1L0•ÑÇ>C‹»”Ìì >7|l ¨ξò¿lXö ›‹·2꘧AQå!D_QòóEüÈ©¢ªæ’"ÜK*|o÷#“”`'žº¥ø[vàHšˆ»öœIç±¹åÜuK±Å”ö½’A÷‚­¿´‡{HE.õÖ›"ÅŠÅ5 oíû4l½gö#‹yAk¤¦ä[6aï÷‚hû€®ë „þ†zE)­ÕÖI χ¤¡i:Á`0l<4ʪõ!25iÒ$Ìf3Ë—/o׫,èñðý¹ç2az†ú ~_“+QÜ.p8bijj">>@ @ll,uuux½¬VÍÍÍØl6ŒFƒA¥¹¹‰´´t)¼°Ö9¡ôpÐ v6S¥Ëå…¾/æ/'`°¢YœxüAªêšYU¬3dÄîü×{˜MFŽ8l0ªÁ¸“gñÝÛGaýˆ¬Ü(J A_1å[Ö²~å2&ýê[ F«ª}¨uX^ëkå×_Ræm¡ª:ôƒRRb9±vF}LøÚ]ES¹þAÒžŽ¬Æh´¡ëõ¤þ•ë"{ì R@âÀ¾7•"è^h)Ú÷ ÿ³u´FššŒÑdC×ý¬­ ‚åèÁrt­-PÅ9]M’Bí:: ¡ “Ï×Âæ­%”nÛB}C}§e›š)ݶ…òŠíx½ž¶€Ô¡2d/Z¨’’¬V+Ó¦M#&&¦mÙE×ü {%®T+µs«˜ÿær/š! n8|¾---ƒ¡I¹“’©®®AÓ´ð“õâðù|¨ªJSSV› £Q~/h¥…'5W¨ªª¦ººŠªªêЫºŠêð«µwŸ¦i”––R[[Kmm-555ÔÔÔý ã IDATP]SMcc£¨ È=¿ËI§œDM“¯íG¦šz7«Š+4t$·<ø –®Àhv0þ´Y¹ðsªÊw“ö uUå,þöc&œþ &Kœª},4…«BCe%Ÿœv:-³f3uò.¹ø2.šq “&Aã+o0kú)4VU£ª ÿÏÞyÇGQmü;Û7ÙôJB-z©Ò,úìiö^õÙýÙÀ®Ï†]Ÿúl(b¥HG% ]zO ½ìf“ÝݙߛÞ;I¸_>óa3s§{î¹gÎÜ9WSEŠ wdÔñ¤™fÿEH§ PÝ'Ñ;€'°ÎWRõ§w{î6!,A›E$5¯…â€TQÔÃ’(—§HÅÚ·lBg0¡ºSû;…Y¿àræ€H3²¬Åˆ¯HÖ×,O¬jQÒc…Œ¼4‚ƒ‚ÑëôdfeTJjî’tˆì@~¾•ÿë/_2âÚnd/Nã@V.n7[®»ž-×]€¥G½»ˆ€þb¸pM„‡…’––Fhh(nIÆd4¡-’{`@ª¢ xdY¦  €ÈˆHa'Ê6æx¿W˜:ºtTŸZ’ü<(4”€€€JÇ:uê~‹ª@Ðøø›UŒ7Š<'Øîr#™sl…ì=’N|¯~<ðâ7¼tÿå HìŠÑƈ鿰añ%³3içÿŒÙ7ZØU %(ê“ÿ¸á&ú];‹„#±íÜIz¯žH’„ÿž½Œ›7Ö­å÷kfpѲß(׸Ïôvª*äú…ŒýÏãqeÞíl:÷{E>Š$yÐ#¼¾‘û$ýÎû¬ã‹9±y6]aqóèp®˜}OЦ¯àkÁS4͸„„*}V˜*Þ"›A覑wüyò’ßÅèÙ‚5å?¤ïÏDÕø’°J´¹l7jÑgxÞ‘NNg!’‘‘äæå–” $0 ‡Ó§hæDǃ$iΘR@¥Oö|}}7Ý<m ©$wœA¯¥Sd "üI9q«ÕÅÿ^»?‹¹¤}û‡ôfÂŒ]è ~¢Í -LªêaÔÿ=‰m÷nR2ÓÙŸŸÏ´]ЄĆÿþÑH¤=ŸÏü[¶oc€$ñÏœŠÛÆ‘—Ò¡Ç$£G";Ó°e|‰Fzc$)ÛFñ¨Û†Û•lMÉKصtôYÇþÇ‘—Î.4:?¡Œ‚Ößß ÔŒ»( ¥-± y?Œ.™¢$$%D&¢(¹HJ6 bðíÌö}‹4ÂW³)ˆªªX,22ÓeoPJ§Õ »eìùvÜnÁ!ètzŒF£wúç3¨,ŒŠÅn·³sçNôz=¨¾qq ùÏëlš3—¾Z-Dqð°ÝÛË¥ÂL}øðCB눿¿?‡ôôtÜnUUÉËËÃn/ÀÏϯ\þ.AÙöíÕd4ëæÔ) !¡øûùš*ÁG#¤‚6È=xÿÙ¹ñßïpõŒË°˜Âˆ ó§cD¾Z™M¬cþÓ™>ihÉ>ŽÌL¶üßSœ\½[r2~;5nƒyS¨Èã)47’$‘™•%(ˆüýØpÁ¹L½èRƒ‚Ñh4Œþþ{–~÷5Óú÷ʼnôŒŒrꜩht~tù5'6Ï"ûäf‚£±„žƒF£Ãã:[övP<ö¢ÿ tðõ›„$™È9ù‡V ; è<òŒ´”CjÕÊåœsÞTœNg¹ßíÇã 6i´ÞôQUæ.);ã  EÅ;™¤ñõµTÄ7ÑÍùÀª¨¨ŠJÝNvvG!ª ’FÆ-ËøZ, ªØívd—[!Õž†¯¯!!¡ø˜Í¨ŠzÆÔQÙOö222°Z­%A*EñàvËt¹ürޝYËO?Å´9ÄË;r*ÍIÏ'_¡Ûe—Vkš›¶f<ÉÇ“‘–^"'^Otl,éiéhµZl¹yœâXJ/>p {w)WÆ‘™ÉÊ×2lÜ8üüp>‚œ™‰¹°ŽááôêÅŠ×réæ$1RJ ìO3Š-3ÿìz¥e³nö,Æ~ô)’«¯¹šÄ+¯@—™E¶ì$<,¢ÜdQg<’†€çÐá| s·‘qàeö®{Œø1O¡bÂíLAoŽGUuì^q=–ð‰t±s ˜`HÐ6iP@ªl4¾½¿ôx”’xI’ÐH$Mi„¿lPª8ß9e’è‚7¨%h^Šå-»dJ>G+¼”Mz¬%3WÇC^^^¹ú:S(;ËžN§CUUôz=V››ÍF~~>>aŒ}oßMœLpngôÇÜèN³#ß–ìONv6&³~~~¤¥¥yg‹"""ÈÈÌÄårbÍÉ¡cL ©©©ÈEÁA‹Ÿ>¾¾d¦§#8T;œßh2€Ãa$++oPÊíÕ ©tþ‰°°p@¤gŽýio˜ zÞxò:<Š‚N«­´}ËSOM Ïöí˜ ÐâÌÏÇvä~ÆÍ–§žæ¬W^ûÓŒDJ§®»‘¨ÙsØ+­ÑÀ’Å_!©*®¹†~#F"­YOú‡ûÀ} >Ù«s`: ù˜ãI3É<ú=AGâ°mÆx>é‡þ‹%|"†|$%hÓ4h*§U+——¼µ/û»=âQÜåˆÊήEKi€JS¤¢x¡41º 9) H¹eŃ,»ÈÉÉ!9ù™™™ØíùØíùdff’œ|‚œœdÙå-ë–QUåŒ H£ôzo­ÜÜ\vîòæ‘ Åâç‹ËåÂ'¶Æ[nfcžõ)0ìÑGNëu·%û“ž–†Á` 55•Þú3däˆ=S…¨èhTÀépàq»0t}Àfµb0ÈLOM»¶–¯¨Eg‰°°pÂýKDDáDDD‰FãµÇ" %8SìO{D’¤*ƒQ§V¯&<4÷ö˜ ìøÚ °Øí˜ìvŒ€|à!¡¡œ\½ZR ìO3Ówò$NØíœZ½CA!‰Ó¦sÕÌÙ̸î'OFZ¿äß'ÅåbÈùÓDåVCñËó .·“²6$3’d&;ùo‚ºÜ†Çã¾ MS÷YöÊ<¬ŸsîT(ÊÝQöw{Ä;ºI­$PPÐxRª§ÜŒ{jqÙ’Oö<¨œy#pZÔ`«*Šêê½x®<{A>QQѤ¤¤`µå•”íÐ!ŠÔÔS˜}LȲ\4‹×™UGZ­£ÑˆÕjeËß[ˆ‰éÈe—]B§ØN&\.'.—Ù-ã aÎêU%Þé”S›²?E µ%„ìtâ((@£Óâö¸ÑéuhµZL&#²[F£Õ››‹Ù ɫаµÚh¥È¾™™Þ÷E£V#""ÊŒŽÕ[^ÈTp&ØŸ3 [r2æÄDä¤$Œz=’ª¢±Û‘<4€’ŸÉbÁ–œ,êL ìO3#!1ô³OøëªÄ=BØðAX 쨨Ør2ÉüèCR\N&ü°¤ÒœB¢}–~Ñáv»‘e—ÔtQæí#(úfìÙÛA×Ñ»¾ ½^N§+÷Uˆ@ÐVhÐ'{§£Êßí6Ø¡¨Eÿ+òG©”&4/ÛøÕr3¶¹=ñet nUUq»KG´ùúZ0 têÔ E)¥æv{ÊåŒr»ÝgÜ)oòr…mÛ¶aö1råÕ—ŒÉhBQŽÂÒ~›>>øiµ¸Ýnò¬VCBe¹ÊäÜ‚bÇÍ`ªë§ bX{ûå¹ €ÊA§ç,à¹çðÀý÷ŸQöçL#jÜXÒ’6Ó).Žü¿þÂYÔ“¹' ‹#=3“¨qc…°m’Öl²³²Ðj5¸Ý2‘áQå¶¿âê:Ããñ ÕjÉÎÊ"**ê ÷m*Œr9)Ô BÊ…Ì#?PhËÄ>­ìB–õ TáßÚ( ›eïÜ©Uþno† ++ ?_ Ë–ýÆg_üÛ]¸PË̤WšÈ¼x›÷I’ K§.¤§§F£Z×ĸ\.$$ÒÓÓË2›Íx<ü+ì!• ºÝnRSSÑHšv’e«ÕƉ”£t‹-Þ«.Ù rÕsœ(ªŠÝno5#¤Ú’ý1ûøÓ¹3§’“ÉÍËC+i0˜MtŒE«Õ¢Óé$‰Äþý8zè6« ÙãF§Õ†Ñdo¹jÁh2±wïÞ2¶·¼®¸ÎÇÇG­Rlzî¹8œ~è!ž~ú^~å¸ÿþFŽ:SüŸ¶ÊÀ‡â›!CñïÕ Ë°a8€’Ÿd± ‹Ã¦Õr2%…K¾ÿNKÐ&iíö§[×¼òÚ‹%BÕ­VK·®qg|=OȤÓé0(E¹2uz=²ö)’ÿ™Ñ/à„ÙlÂdò.Å>¥ðm ñÉ^ Æ 88˜„øºwkœqÔé´„…‡‹`T3a0°X|ÈËÍcß¾ýõÚ_¯ÓXr¬öŠ^¯gÆÕ×°xñw¥³FÖQ'Ïrn«¹¶d4 aáᇄ »Ý ª%NFYÙëõzââãq»ÝÞ jQâ^­V+‹ZˆîU¯`©gû¥lPêã? ''§É‚QgŠÿÓV1…†2á“YyíL¢¢£ êÓ“ÅBa~>™™œLIaÂ'c:Í3Å íÑþ‡„ߣ']b;7ê8F£‘à3¾®ËúŠú¢çǃ'ljì4:¿’2Ú"Q|ª'h«Ô9 UväÉúµ«™rîTìöür¿Û£1èСC“«¬ M[OÅŸàõèÑø7+í¹ž¦ž?•©çOmÓri«ö§ìÌPŠ¢Tûé˜NWj–Å Aý˜wï½(ŠÂÂ…Ï0ÿ¾û˜7ïÞ&³_gŠÿÓV 1‚‹þüƒ­Ï<ËÁ5kÈOIÁM‡±c¹èÛo0†„_LÐfiÍöG§ÕÞdÇí´‚ÿX.í‹¥RUU…Ï(h6š;ÐÙ RSÊ Ò·¬‹QMAëâL²? þÌ¿ï¾"æÏ¿OØŸ3 cHÃ_|AB ü@ h4( U6/Þ ‚–DØ@P%A)að ÕÒ á?ë×®Æ××Ré·@ 47Âþa°?Âþ‚¶OÝGH•I[2LTUËý‚æFØ@ ì@ öGØ@д–ReÍ]~¾­Êß@ÐÜû#„ýÂþN?2þø‘ÝÎgd¸NˆCÐ.iî¹ôÉÞ†uk°Xü*ý‚æFØ@ ì@ öGØŸÓŽ|œ%ÏÜÆôñ×óñ¾Äx5 þ4( uÆÍòàÉà÷gnàúWwâ¨êo@ÐbˆYf°?íÕÆÎÿ>ÍÃïìþ•@ ìOëGß…¹_¯ãƒ Oòø´Y’æ2êIÝRªZ²äÛ¬äÛ¬•~·ÛÅ“Ëö—°rwžªþnÉE)àDÒr~ÛšUþÜŽ<=º=g.!Ý­¶ïúht}æqxãrÖmKÅ¥ÔVÞ#7ƒÌ<j{—KEªNת[ßBËgÄÒBm],biãö§>~@sÚñÆÛ˦^ãÝeɸT 6qOB=ïú‹Â¶âë4ôþ…'áÿ4½­kE2ÆrÁSKÙüÓ3L Õ]Kû[ZM@ªÉÞ~å°dZ$aîä§4wùmòa^IÔU+_FWƒs?o_w ó¾>Ž\®&-ÄÄ÷"¡[(Íé¼@™ôÍËø}EåeÕ߸[ƒ %&?B 4ÕÜ;Çwþ;47:½¦Õ©ƒê8ƲWïà‚á=‰ˆˆ$,¢Ï»‘?¤ ¾ö£¢U§kÕ­o¯(…dÝÅßW±jÅ2~_±‚u$±çx.²›ÝºåZŸ¶.´¤í¶®ãö„HÂïe£­‰¾>~@sÚñ¦<¶¤Ç¤ƒÁ›Ã¢Õø:Ípÿ­Þ¿´ñNۮϘÿ¯átˆ$,"’ˆÃ8ïÖ÷ÙSØÖ†S´®6áµç1ÄO{™ívá õ¥AIÍÝpN~Éœ«:òó’y ´HU–iMMZ­p]j+¸ÎrçÖwaÆ¢_˜Ñ õÕ Yùô`øðΘËt’!ŸB²r§·n%:ôA¿´ž|”:ÈK2øa1IäÉJ«ÑKÕ¶…ç/¹¶…0zöí¼ô`g| Žó×÷ïñÂÜÑüxË·,yd$Auí¬kСêô¼µµÓ&ÇmåØÖMÎÓG¿¾¡øheìÙ©diüñóÕã(E΀Ö*×´u '/àÛLêW<»ô^¾»* mcÛ@? 9íxcŽ­ªÖŸ¨=Ðj+òušóþ[«'h»(9+¸ë¢{ùÁw2w½ð0ƒ#%¬Çvò×ñ0üômL¯ZU›h&{.œAœ¾¸rØHú‘+ï^©š†Íx²ùó­[™Ò7†ðˆHb‡ü‹ùŸï&¿Øú8¶ópÿHú>´­4߀íw®êÉø÷Nà&Ÿu7õ ¼×½l*ó íÄE æÉÎ"{’ÎÚW®c\|‡¢ó\Êã?ÀUg{TŸýÝ$}=Ã㢈$<º“oÿ˜Ýe£êž6-ºƒstò–é<ŒÙ_œ(yk–úÞ9tŠˆ$<"’¡ öârãq‘Ä\»ªttYm²S2Yñð¿8«OW"ŠŽ3`:,>‚³Ñ…?!¡þ ôzï¢S ÈË—QUYû“økíJV­XƪËX³nûS PJ¼1™œC“´¾¸Ìr6°z·«NrŽn'iMѾ6s(½°´CRe¬Çw±eÝŠ¢}W²acûÒŠaj!'þø…ßÖí'3ß…Š{Ê?lY·Ü[þ÷5l9˜Wz-€ãÀÏ|÷ÝOü¾bÊGmèõU³_ý)dÛ‹7ò¶Hæ~³š¯Ÿ»«¦Oeú•·ðÌ«øþÆÎì}ófžÙ”ï=o­í¨J‡ªÒµšÖ×Ô”Ö?w ãûwõêtD £ßÖŠÍ£ëÑíÎ33j“F KTA¡tèÖ—~qAè%oæÛY¢ok6$±/ÅFIÅÊõËØ¸ÏZªSîLv¬\FÒ‰b½p‘½3›Ö•¶‰uüÍÁT;å²4@·”ö*׺ȬR[o/2´iÿðþk[ˆ¾ãc޻̟¯|ÌÞ²®ZÀ¾Ïçq^?oßÞ©/ç>µ•ÂÚ¶U´á5•­ÖŽ×âŸÔÃo¨®ï(‡ë8?>q9C:{Ëõw#Ÿ)ëK„Ñ»O}CÑWuJ&+¾ˆ‘}º•\O÷1×ó‡/q냉ˆ$<2žq7}È®’{Èâ÷G/et¿nE}Q$qg]Éc‹”Y\«UuŸæh¨lÛŠ'h“8­ä«ž ϿοgLeò¤ó¹äºxþÉiDëê£Wõmo ا¶¶RÉÔÐû|×X{^)2XûSÓýÔZGMdßêÐMÅ雟2êB^}z(×O»9ýøîÖž˜*·rv½t1Ó_Hcì]/ðé0?N.•GïžÊÖñÅUëp¾ô¾h¦ïÖ±ü°‹¡‰ÀÁþŸ76™óº¶.¸ˆKÞÔsÍSÿeA‚‡mý›Gæ\ƒßÚåÜÛµ¶sÔ²OC…òZ‚û_Âüׯ%:DOîöÏxø¡û¹®Ó0ÖÜ»_¹˜ ¦pÖÍOñÑØNhsRpö CO6A¾Áw&`BÂÞ=§ê/;ÅΡõ9zo¿:š`OI>Îó7Ï$¬÷Jîí¡oD«(Ùé,y8”$©ä´ ;‡Soüy+oŒõG\‡>ົ¿@sýË|{q<æ¼£œ0F£¯e[¥XOÊV¶ãµø'õð*»¢(¬l|ôBæ|èfò¼×yvH ¹;–òÚ‚-e ù1öeŒ­öáÎΡõp0ôvýg!Žý|ûøƒ,|`-co„·î‰FÝ÷?zìA®ë2œµ÷'`Pò9°vû‚oãÍG,§²åë—xþæs8 ¯å“Ë£ÑÕɇªºO3p´a²­Vn­Í¿´Eô‘½ˆÕÈ$}ü;‡]KMõª¾í­ûÔ±­PæÅ_Õm±¾ÏgMoÏ+Û¬:ØŸjï§.uÔ4öM©G_#´\@ª©ZG•ðpŸ<»…±÷Ïæ¹Á¿òص´Œª¢æ­eá›{›ù=<0 ÀØAÊ ±û¢'èGù}Ê_« *ºœ‘†ëøiÙ1îëÕƒó ?ý–Jð„‹H0©¨ÙkxaÑ!ÞÈ‚Y]ÐÃô$-¿’¯8Ìíwj‹Æƒ–MðUú·šSËþózV2ž>Ý'ó¯îE ŠÃùÓ·\·f7Ö{{b]Ë‚ÿüCø¬%|òØPï}—ôÞ{3†t¥WBBiÏ­–“qd§+:VÌYL??`Lo…Õýïâ§u§¸3.¦Ë©I IDAT¢ëÈÛÂ/ß–u*-t1ŒMIýhý¢‰ Ðf”ЋS'·’f7Ò-ÄA¡\\¦#1á~Úœ(bÏKãÈñ,‰0<Ñ‚ËfÃØ£7NþEJ¶–®aì8jÃ3žqã¡ÀFa/F-84z :·71jYädt„wêJ˜¯»Ã‚¿$ãpº½‰Ì­Ñ?“†|»ŒlÏÁåq£6äú:På}Éõl_žì½ìÍ…ØQ}”ÔJã•5þ½ÛVø‡L×xüÕÚÚI…¤ueþ®¤kÕè š½²ævp—·¤1v4SÆŽÀ¯©mKS?6ºlÈàŠA¶‘ã¬bæw&GŽåcè2‘1C"Pì6 Mƒè“»’mSQ£c‘UÈU-[gj¹6@a¾ sïh W²ã`:½¢bìim€nÙ Kõ¸]ÉÕY™9+Ü·+³]ÈPІñ¤²ìõ_Q&¿Çy‘ aWpó Wyøå<>ê_„kÀ“{‚,Œ=³ú£¡ƒ‹ìGa Û*ÚpOÊV²ïjÍþI¨Z¿¡Úc—oCjö^ùïI¢oü™wç À pV<Ö%_ñoªI¤Z]?3’ cFâÇHú¨+øvæ1κü2Î뮇1 Ø—.ᶛɼ7ž¨2÷0eÂXü€³'Ž&êÒáܽð}öL„ÞŽzøPû4G#eÛjý;A›~à‹¾’wÞÙÃì;`Bük ¿øfÏÁÔ~ÞчõÓ«†´·z죭[[©d*´E5û×ýÒ{çõlv{^ «ÉþôÑVs?¹ËëÕöcßzÔÔMÌiN§§ó5ÿáÍé9¼yìÉ)ÿa„ëÄ&v˜8¥WiPFÂÐóz©MìʩۇRðfŒ6qðÛ_8.ƒëðüp"„s¯ìƒ/àJÙÌìy|$Ñ‘ì@x+ù!²Žfך”²þû»Hþm!³' ¤KTÂ; çî 8 p)¥÷=`rBù`T=h¨ì4]é¹)V5q©o<#'Ë„)ÅËxzņãSá£jÕãÂår!{t˜ôà,𠯡°¤ŒËÞC¾ù»–òÍç_ðÃÒY¶ü/NÉà´¹ÑyòÈ÷h î¶0‡<[N—¥†D¿X:‡I$¯YÌÊ?wp,݆ÓåÀéª #ÅÇíÆívãQÔ]ŸÁ¨­r¿úÇu½¹¬$TÖƒH¤jÍmG­2( ‘ðÈr•Ÿm)…¹ä{4„Ć¢)ÌÅš_ˆKV0[  »ÎŒ®ž z\¸œN\.K¨ìiÌhœy Ò-—[i÷r­Nfe¯8Ú mùØw¼ù—?Ó¯A袘zËx´kßâûã^+iî}=÷ž-ñýµC7çI>Ù\ã¨q[EêS¶®þISú ®”­”Môç F5æÝ!”¼¢| Q1þ`OÇV]SÖE0vzOHþ“ò”&ó?+ÛVéß Ú(zb.x–å{·òë[sIÈøŠ[§ôå¬[¿âˆ³ázÕöVû>MÔVjñK[ž×-ZXÞþ4uÛoˆ}kXÿ!40`^¯ˆ¦|¡8ae8ç,x‹ã¯à¦‡ºq¹§Ì6Ô’O[Ô*Ž¢ª¤A+[vW™°Ö[&ˆ‘s'áwÕW,=:›)K¾ãX‡±¨Ÿ¯w»ª¢¢eøs?ðüHK¹‡z]@G̤”?^Åã׺ù}äC‹¸fæËØ.~ŠEÏ 'ÊÉòyWòŒZ|<¥†û®=¡zeWi-z-(ŠÒ¨dœè,ùà¶=pz(ÌÍÅ£TSGHH €¤ÑTsOÞEB"tÈ9 /?pTcðEŸwÐjUdgÕ»•ίñ!ªß8¢œ¹œ<ôûÿ>ʱ¨þ ŒÃ@ý’{×v}R«Ü¯¾hƒâèæ¿ü±ëíÝ©ðà­æïcÃQð˜@°T¥í¤šû©n{Åõµ·ƒôFßwËZG_Ì:ÈJÏA޵T­;%º«";Êê[Q+ÔÐI’êmS ©òÞ««ï¨44RËèVÛ‘kí2ÓVQ¦]ÈPÐFq²ç³øÇ“Á?Ó»ói…­ï}y™÷'`0vcÖg3~ý7|ðöÜñ[¼tÉ»üòÊT"kÚVQwk)[•¯Õ?©£ßP—‰_ÔâÏøÕÚûjèw+Ù *JÉq%4z Å;˜Bª¹{°6Ô‡ªþê"ÛÖîß ÚÆHL»…Ó®çöÅ72þ–{¸kì>ïÕ0½jH{«mWƒìPýýRµ%ìy=lX©ý©æ~i—êeßjê?ÄðJAÓ*&ÕŽá±·¯Ç²ôIÞ9TºÞÐq &[Û‹½x¥’MÒ¯û!r0‰AÐÐ1²ö¢ú ²Dà°ë¸0ì Ÿ¶”¿:A÷×X4Ú=€8½‡Û ˆŒëAÅK]#Ì¥#L*S,ú»ÎûQxx=û‰gî¼k™8(‘^}Ò7²Ôd¢§w°õ·=äW–?#æÔø†«N²knTnYF.YŠF*ÕF #J4&|4*¶l7:ÉÛ-—,®‚\r=¾˜%79'­xêÓÓ¨*‰é7ޱ}ƒpœ[ß~–åŽP¦Ïäê[§vRG]«f}}ÛAë×ûn@IÝÆ[Õj©1â§ñœCIͪ2yù` %Ð(¤ÃhW®µ~I4UkV˜‚ñ7Hh[J·ÚŠ\ë ³ÓÖ>‚ª°oã£/“‰š±ˆŸ—ýƲ’å^>ÇŸ£ŸÊÎ⌱’™ØÑ3xâ³µ¬{¢7'¿y…ŸSݵo«ÔŸVS¶;^›Ò¨¾£?%ié6¬§;:¢ä²uå!ˆèOMã|¨†Ê¶-ùw‚v€ž£Î¥;ŽïÉ@ÓŠôªIìPüÒ³çõ´?MÞöjßêÓ×y4¨×{“)Ô ù˜¼«ý†ÜÇ›7üÆÔEÇÑm“Fsß=˜üê\n }Œ¹CýHYþ¯Tµðz*ÉØé ¨Ï<Î TæŽè€!ç’eЖͩàÓ¹WwæÓWîáCí ^Ú}Ñ6)p,ófwfꢹ̴<ÀÜ Ý 39pXÃÙ³§ÑYk!"lI‹ùyG&Vø»w-ûWÈgŽBg^à×?¥û57ÚÙ›é.‘‰8†ys;sþÛ³˜åó sÇtÆ\˜Fšù,þ5¦ã}xé—çy}ñŒðÍâ„2„Ë'–ÏT'Ù¹+ä*[ϪÚÀ:/ªSÙJFZ:²ÕQ:ºAÒc ôC_1~_Cþ¢J×§ &¶£/[­á/)Ž‹­*SPÁ#0kƒ‰é`dÇÞµlÓö Ԯܓ下”½Šc+ŽtR2|ýÌèp’—jM0&_Œž|ü-ZŽ¥lgx' Î Õ@"CiØõ•³¥6¢]ù2ô×™»þrþ3m2n½‰KFtÁRxŒ?¿Íë?¡ëì/xd¸IUA[‡vR1§”®]›RÝúZÚ¤6Á}·$Zº&Ò1w+ûV¯%§sG‚ýLèQpä’ç§{· b;YØr`-[´ñD˜TYG9Á{(¹ÈS‡ûÁ¡-lÞ—@„Qrµ²Nz2vñÏ¡hÌ(8²Žr0S! O‚÷8Ú–Ò­6"W¥2S*Ø]{‘¡ -’÷×,ÉìÄœ™“”Xþáªëœ‰<~ÙbÞÛt?}»ÿÅG¿Ò£w'Ô ’¶¤>ž£„œ²¬Úmm¸|ryõe«±ïu©Ù?©ÔOTå7T×wœÓ©\B\)`4óoŽgÒË3¹Üðon™Òƒ@ùÛ2 jÉ!UÃõTÊ-ª–2QRÎùÇë,üÀÆÙ] ¤¬z‹Ç–»ðØlzU$c}(h¸lu-ëß)9+¹cü –÷yU^B¤­æ¿£Ä¨ˆ6óŸ7¹ãµ4úŽJϰeãgϳ…`.Û c@·ê|ÝÚ[}ö©í9©nv Ïw ÎЭÖÙžã_¥ «ÉþTg[êÓökßä”åuèk‚–H57’…Á÷¾Ìì.æ¿¥¡úÍû†Å–‡yì;¹âÆè¡\ºð»ºØ±Ñwㇼ›q¿}7×¾êÝ/¬Û.ìêSf˜¸«ofðk÷³gÒm\­+wî!ÇW!ñÔû1÷]°ÐqÄ\3Îú0Î}èN¾ºùMXx“?PáïIµì_áD›øàÅSÜóü\ó•wÌ„Þ?‚Äó#0IE²ø÷w|ôO¾û ³Þô€>”7~´±ý÷ä‹\{ýC¼|ËU¼,ÒgÖ".˜SA u‘]3R°ŸMk÷WXL¿ ÃQ ¥²]1È÷(‡ìa—Ct˜‚;gBë„à¸!ô1àÐÞ­${À`ñGHÕ½tpÙÈGÓM˜ª ÍS¿üJïÏðæ§qý¼ÓÁ‰S¸ù?ïq÷E øiJ߄խ”{Z¨ZצŒªf}§šÛ¡íHÉB·!£I=ʱãÙ{Ô«#ZS¡1ñ±ø`è2ˆA>G9|x;Û*s0Ñý'1¨§·-Y•ðéÔÞÊ~ïßFšÇ”1ZB‰ô¯`‚52l'Ûî½zcHï<ù¸Õ–Ó­¶!׺ÈìôµO "ëÞ_†-ö.Œ«l ý\Á¤€ÅüüÁdܳ‹_ßx“‡S¼úè×u,·¼ó<ç…jpïÜQí6*¼¸vgÕP–jìûäZü“:r¨¶Êû)}ïý†¥AOòÄ[OrÝG.@™ÀÙÃ#iö.Ãè éÍ;X”쀀¦=ôÏ]ß­È?j„%5P¶Õí׌þ]égÎuû[Ðvñh‚ ÍÿŽ÷z—“^¿04a,·¼õ(÷ñÎwZŸêóœTW•¬õù®¡ñ¨ì:ÛóœÑS¼ù¥êeª£m¿‘ö­°ÆþC hâç‚*þ×ÚÛo¹ÉñÚo‘•éuldYHKP×P Æàªô&]ä¥gáT´ø„†ãëÉ&3ÇYô-³¿°P …™dÛdTª(Sæß,¾&t¯ÛäqÙ±æØ¼ª’“_¾fZ×qÖ|·yÈÅŒ‹°““ï®tlô-Š’Î¨'…¶<ì7ïŒÖŒ%г^(¸ rɱº17èújº¯»¤}{%ƒn;ÈÅo/æ¹i1KB›N¥õ˜|ýð1ÐiŠuDÆåÈÇfs  ÁàëÅ׌NãMˆí°[É/KëWÒbô Äb.Îm¤¢¸eœ¶l;ÉI80i£Ã@Õ¡×J ¸qÚó°Ù]eÆî´´nµR¹ª…u”YU2iG2õÃ}ŒE“GðT§ÏÙýѸÒÙñ ­ÛaßÍ€Nï e¦$ŸàÝE‹xýÍ·œ@!`¬@NÑ’Uæ·µh{aQy7àr)ÕÓ’Ô\ÐÞQpdŸÂQKÅžyªôÛeðæI?Us™2çpÚspÚ+kª##™lÅß¼l$w9ÉûI#˜~áfTO~I’õrÇ–óÉÉȯ^ÿ=…X³ ±VX_ÿë«í¾Š–ði/óÖ–9Ü~ÓH¾z$³Æ]Îc n ·YhdãUZ¦Ð–M¡­zwÚsqÚsk0¢Ö,Öšm¬*ÛÈ­1ÒÒºÕzåZ7™U%“v$C@Poêš8] ÚšýöMÐÖhùRA³âÁ™›Ê‰Sy8ÜŒH8k8=üdléîökuQL}ú&ݱ“µ¿¯gkv7BuªèÚ„wRS5™@ hrÛ!ì†@ hoöGØ7A¤ÎŸìÉ.—–  ÁàŒ¿Oé§QÙA¡5»Kâ´R´ø„E`qg‘!>2@ N3zƒ7ÏiÿdO h;(¸¬™dZ…$m ')‚2@ ÎDª|@ @ A‹"’š @ @ Z‘Ô\ @ @ТˆOö@ @ -ŠH @ @ Z”:²wèÐ!-@ @ ‚3€„^½›õøºÖr!AkDUUd— Ù%£¨J“[£Ñ Óë1eOˆÇ£ x<¨M<•€$Ih´´ZÝé;Ÿ@ÐÌlÝŠoWïáxj®F=Ðj4D‡ûsñ¸ôè "@ hvÄ“¢@P ªªRXX@Jr2»vî 33³ÉŽ­Ñh¦OŸ~ôˆO@Q< ª¸Ý2ÉÉ)ìÞ½“œìœ&;Ÿ$IЋØÎ±èô†–?Ÿ@ÐÌü½ï$ïÿ¸‘CúröØ´­Jñ( ©éY¼·t+WŽ·1j`!@ A³"RA5È.™ä'Ø’´‰ÄÞ}é×wRe]“$‰{IIañ÷#6¶ v;ÉÉÉü½e3ãΞ@ç.ÝÐj›æZ–eŽ9ÄÚÕ«QU….]»R‹žO«æFм|»fûö&00„‡ ¸…Pê¿ûöáç¤ý" %@ hvÄ¢@P ²ìd÷îôîÛ__t:-MÓÍàèÏ€Áƒùó ÄÅõ ßæf÷®]Œ?‘®Ýãšô^ôz=q=â‘$ l\OTt4z½¾EÏ磳T[>=-•û÷aÍËkW:¤Ñh°øù×£'@»¼ÇÖ$çÔŒ\ûbsx„PˆÉHZ¦• ëÖ]öEÈXÈXÈFÈUÈJ ê¶É3<"²Õ]ŸH Õ (*ÙYÙ˜û˜Ñiµèµ:4Ú¦ý(ÀâOVf’FƒªBnn.±]»6Û=ÅÆvæ·_~Æãv£Óé[ô|Õ‘ž–Êî];4d(¡¡aM.ãÓªC™™ü´ ÇÃá#ÚÝ=¶&9kÖ­$õènEBiŒã"©ôé×_誰/BÆBÆB6B®BVQ·íFžI­.(%RAM XQIÒ i¼KS¢ÕPîáYUU´Z-ªª6Oƒ×ëQ¥èø-}¾ª8°o/ ½za2™ÈÏ·µ;2™LÄ÷êÅþ½ûÚí=¶9k5ð·œ/„ÑH.Ÿÿ®ÐUa_BÆB6B®BVQ·íJž Ø·W¤‚¶ˆªª%Kkaßþ½üôóRÎ?ïzöˆoöóýù×$mÞÄÁC>lD“×f³Ø®GµøRP`#wš»CÓ€ª(¨B–£ÐUa_BÆB6B®BVQ·íKž6[ë ìµÿ€”jcÇ_åKûEÌœ1‹?ýUU”ª«¡2x(¯¾þ2Cmrcv¦t4¢Cm^´%_Ô 97VŽBW…} Ù¹ Y DÝ š›†¤Ôl¾¿ 's­O±å÷é\ñH’…N ‰Äw ÅP[Úç>ÞšsK¦.cKsS$&=èÍz¤²ëÝÉ|6ó ™îàû?ï`tX-¢©oùæ¦%ex&AU- Jœ<•LÇŽ1dd¥áv×<µ¼N§£cÇNžJ¦wB¯F]KÙ`”^oÀjÍÅÇÇR”šm¤Ô°¡Ã6t¸èhÄ}¶ÞM#¢´œœ‡ùñÇv)ƒb¼Çé6ú>>Rf»>Œ>}è“JÉãƒ;5/ÍeòY}‰¨Ã9j*¯d²üßÓÖ«3¡E÷ÒeÔ\žÿàEn> Cà ëÁ˜Þg§]­pÌjîSÉdù¿/dx¯Ø’cFõ»€ùß©t•dX¹—<`e¯àæÄ0º]ù'Ý¢q”5‚ªZ9(×›ÞñýK–„¸>8wÆ®×úáÜý q}Hˆë]áXj­IÒ+–Ù·oo¥`Ô?ýH§Nùñ§9y*½ÞÀ̳XµæwöíÛ[å¹êr¾””d>ýìcþ÷åç9r¸d}q©¤Í›JÖ:|÷?XÄ_~FJJrÏWÛý¶ÇåL¹Ï/Š]ÿ[ÈïÿCa¡+êÑÔªþ©Y|}¶ £©òb>÷Gr«Þ«êîã|tùtÞ0Ý˯;¾bf¬®>{Wÿϱ‡W¯¼ˆ[??‚³ìz…ØÄÞôŠ C¯QiîÅ)¡gU,+Û?_ÈSïÃ!ì˵ Ù”[ܬ~þvn}cwƒû¬6+×VhEûö¥M-Žc,ûréîÚ¯NÎUîEhKÈuè=æÞù9š^áûK0åå„©#eß)_ô_ÞÕ #æˆn(`ë³Óù×zf<ó9 {yØöÁƒ<4ë*üׯd^|…Ѫ• OcÖ2Sæ¿ÁsCÉÙñ¯=»¹L!?ƽµ‚q%×rŽ®烙òÝíZ¿‘ƒawòÞ›ãqìã›Gà¹ùkwÇc¼soGÔ½Ÿóà£0§ëHÖ?€±NÇÜÀ°;Xôúh‚=ilúàQÞ8ƒðÞ¿3¯§¡ZrèíZå^ep@Ä¡* ¥Ê†œž‘Zn]pPÇ×¼@ï‹^b×w÷>â6rr³‰ jp„ÿȑì\µœ9³®ó£Nž`ÉÒ%L8{ñ=èÐ!Š%?|Ïô ¦Ã̳øà£÷ÐjµtëÖ½Þç[µæwÆGPp0Ÿ|úãÇM ¾gƒ áÕ×_fð !ìÝ·‡U«WrÍU×r"ù8ËW.cæŒÙ­ï͇ZHÊÖ?Ù«ëϸ¾A¥£Nœÿðü´Kù¢ËóüöÆy„i[BD˪O.›?y›r×ìxŒ 8„Vƒ÷“=E­² Ðéz>zë¢Êô~ºÞø*õ°{šh.ÿd+‡tÀOKÕçkÅÇQUÔ²×£ëÊœ×2§Ä5oU´ëRÕ3%‡¤ß擘aÜ1#C+º5a_ÎpŸ†>í´Ë¦ºþ½…lÉŽ_~buâ•xšÑon”\«“O}åVQ·h";ØÄõwZÛçinmËÖ¿ÞÛ\ÿVƒ>(y[xóÆÙ¼¸w F ᲎º:ɤÊýÚ š–:‘'7™lüè9v2g ìÇñÓù׈ðr1Ch7z%ö"11®¡È^ÃÂwÒëÑy~ÎD†ŸÂM/¼ÈtË^¾üá0®ŠÊ𽆗ÿ›BôÍŸòþü˘4~2—Ýz?³ãkPðœ£.å1g1qÜ(Æœ3—'Ÿœˆ‘pF]y9çŸ=ž©7=ÅÃCàðò$²<õ9æ(&OÇøÉ—sß+O0”}ü¸. w 2Tê ÷ežÈ[»38ü¿Ë‰Ö {Y>@§V”ÊÊÍ$»Ì"Ë2ŠGÆà‰â‘q¹\èõ$I*7SD}"Õë6¬å¢éÿB¯7’rœoËÙã&ß3€øž œ=n"ß,þ–””ãèt:Ιr.¿-ÿµA÷›——‡ÃéÀlòaάëX¶ü7öìù‡aC‡sëÍ·3lèpöìù‡eËcάëðõµ Ój‘$©q2®eQ¬¸oPwº ù7Ú”z¼M8Àû·^ÏC‹ã*»^ò!ºGOzvF/þ7<Š#™UoÏçŠñéÖµ;]ºÆ3pâUÌ{ÿor=gÎ[0høþegÙ«rðëÎQ£UfžˆFõñób|:2siº÷Ã}Šo®è€O¿GØ\¬sr*+\Ã˜Ý ÷ó!¤×y<ðýÑÒ·Äî,6¾~cã‚0ûø`MäŠOŽâ*ØÂ¼î>t½w3Åe­¿qa Cß<Š\æO½5š`Ì>>$>¹‡|˜×‡øtéròJΓÉúWg3ªkfBzMáŽw`UŠß`§óë¼)ôï†Oѱ‚zLâ®/Öú6¿ÚRJ?^Ö.gÍç×4wùmòޞܸ٫°µs=S»KÙ÷)>ŸÖ.]«[r÷ŸöÓvÍöwÒ§k/®ú2w¥í 9kç3¨kw.]šRVÿÎýcîF£ yt»f%ÖÙð­¡²éÖ¢áûØ IDATw,ÓozŽovçyíl£FTÓ¿·ÈRù…åéR£oT|ê+·ªt«)ì`Ö_µ²jD›o+í¯íª_½Ÿ6ûÒúàNá«›æò‘ñF>[þ—Fkë&“êö#¤ê‡¹Ï Ì›ø=ó¯ÈÞógqýõs¹ü¬L5<úN&±Ç'Jä£å·ÉF†rQy×É¿9è2ÑïìåfÏ«‰ÚÏVÏòÑ•ï½CwBØNJ^Ñ<} Ñ1þ°=›BpLM@Wz†Àê”<<ÄT[‘ ‘» BDZñàvƒª(Hšò1Ü„¸Þh5UıU€]¯÷EïÎþütbµå±µžÏí–Ë%J/((àä©“XmV~Xº„I§Ð­[76þ±­Ûþf@ÿ 4˜ñòÙ|ùõ—L=o*…… \.g½Ï7nÌ8¾_ò—]r9;vâ†ënâÍ·_Ç%»HˆO`ÏÞ=¬ü}9·Üt;z½ääãüðãL=ÿ‚:¯Ê€”¢ÔÒ&yÉ+|Ÿë‡I]ÌK?ÝÂg—v¨ÛÛ4¥Œã¤(¥o1µ1\ñÊ×\QT_-a£«»OÕ¾‹7g_ÉK[Í ¸x&OÜGˆÆÆñ²#t(Å*ÕŽZ±ƒ¯”¯§úth5βW<úÈãÕù’õZ ‰Ð) yïê•\xó|.ö6×ÜÅm?F2í|YòÙò䦾ªgÖóßðJ¢‡¿ß›Çü«.ÆózLPعð\&>•̘;ò¿ ÑeŸÀ1 =™e®C­pj¹õÁ—¾Ï÷ó1!aŠèŠ“Ê²ã¹s™üL*æ¿Î7#ýIþå¸ùl«›ùnf'tŠkÖ±/ì>zgÁîTþZô OϾŒð¾y0ÞP£«ÔUµ¨^N-æÖ9øæ‹Ûéç+•ÔUµ³ö¦gÅrQ[ß}Vª3)³ÿïS>±º)ß?ȃ߅r÷[óà`$¢§¾ö·Y®û©òqñÇ‚Y?i!cÊ8&ν¼ÿÄb²à”ÜJºbýCõŽ„”qŒè+yù™óˆ(;R2°'æZê´êvá&?=¢®ä¥gÏ#Bµ“ubë—ü—‡¯ü„ÿÝøß3”Àæ~|ú´zÉæ¹ ˆÒ:È;±Ÿßÿ÷]°Žä¥_qG¼©qíùtÙ¥XÆÍ{îšÛg-¾Quò©¯Ü*êVSÙÁ&®¿û­¶ù¶ÒþÚœ¿WÏz?-ö¥9ôAŠ`Ú+¿p~P8¾Ú2÷U›LªÛ¯Ðb#¤0vgîÛÙ²ø Æ;ä¾ 2ä–¥¤ºk6Š–ÏÿÊÆ ëË,Xñø|*U–Tý³HS£¾å´z´¨¥þ:½ÆÛ™5ô˜h1hAñ(M/wA¥Ñ;egÙ+]NÏHådj2V[‡W>Ƨc½vEöféê{Åf¢Ïå‹èP¸çòËpø_‘ê²çQU•I&±)iK—.eÊäóˆïªªlݶ…;o¿›­ÛþŸ½û¢Z8üÛ’ÝôH $¤@B/‚T¥‹A,ˆ"(X@½6ì½PÅ‚¢ˆˆ©*RT@Šô)Ò[zÙMvwæþ‘R¶%|ï}ö¹fvæÌ™oΜ¾=3³UUiߘÞ×öaÅÊ•¬Z½š«;wq+3^q}±± éÞµ³fÏâÐá1 Ü7j ‹—,bÑâE,^²ˆûFÁ`0pèð¿Ìš=‹î]{P?¦Á…{†”i'3?ØD{ÞcÊu¾¬›6›Ý抿d²~ÆcÜpU±qñÄ&wç¾oc)©Ã‰™7’Ol\<]&ï¡ÐzOúÄÓtÔïgGtX3Xûñ# lŸ@l\<‰]n㙹;É;3êä4Ë^¼ží›Ó°¤¬¦†òì¼]>GÁñvšØúîƒLÜÄMÓòÕ«£Ò·'={ßÀݽɔ’ñr»n·Ò£}Ê™º5ïý S¾x—‡oîBb\<±ZÓgììÈWª¿ŒjåÈ÷Ò-µIqœ·çºGgW(ÓbÑkwrurñ<©½â«‹ûï²Ïèøã½èÓªqÉ6ã•%‡)tcVNŸŽìx’f!ø”~ÚòöÞ¢’g5Ñíõ¹ÃãkFÜùwŒYHÝÇ?æ‘oTT”Œe¼ü^ /Îfò==iס£ß~›ë}w2ûû½˜³–óâ¤mÔñ5_¿:œ~Ý»ÒkÐ ŒóD-“|ªP£rSŒ¡±4ML !±)±a†2§µâ„”’µœ—ÞÞN­»¿dÖ³CéÕ£#Þúš÷»+,}ù=¶˜Ô3©+Ï諸¶GºõÂãï½L[vñãòcXœDI§Õ8nÇ*Úš¤Ãï2ü‰·V9TmV)`Ïܧ¹±CbqûKìÀ on>;ê¬âç´3U…ÂMS¸ýêfÅuhÙŸû§¯%ýL,\#®¶¡ÊõqÔ¿x–ЊöíÚѾ]R£|@D“ÖíJ¦¥ëgâ‡ZÛæi6œYtzþm4Š»ž/ŽXQmé¬xe×vH)®o\<)=ïâåyÿP ¨ÕŒ£…ÌÃY  %4w¯Ìú§Ì¯ÂVN,y“OöûSDzdAX2òÜËð‰¡yëV´nuö“ç¶š£UPßRZ·¢Mû«é}ó½¼òÅ"fßɶä•ÕÙÅ#´Ü9.œµgßÙ=§9Ù'¶LVOIߎÍKök"×¼ºSU1wcÓ*•–­ÚÓíú{ysÆË´ÒîæË¯varTwbåèüîæ²Î®Ü]7ª›ÇÀyŽ«»×FŽâcwº£}a¯m¹êM[y±c<í^ØrvTnî îjOß™‡ÏŒh´[ Ñó.¯[òøslKbÛŒg}ÁÙróV?BJ\^ßn®|üK»vç:ÊÝk-§}@u®Ý)Óu½·5©qçÜW•cÆzŠ?Þ{zu"¹qås¤ã¾ÌÉrÕó…‰ÁèÔ T °Ï|<²4x†F¡WO”¿˜ÄÌÎwïà–wNÑáÞø …Ç–}À«O怺€o¬ƒNÉgÿšµì ¾›I¯¶#ÐzŠ¿¿|©ßKhãïÝУêÛY°…ÏæF×ê5Æ^\|qTi&wë¶Ž}Á#˜üz‚ ÷òÓk/òöóÒaÄ£¼5:Ò¾ãÅ×^äþ¨–,x°†ê,ƒ†ÀÄ~<øúÍ„ëÉÙ6——^zŽ"S™\I™.b¤æ²ö•[ó¥•.c^癲w,fúäÍœ¹[&ÝÆë4þ}žmdcÛì—xyÌHüæËè¸Ê#|ôº’«â`€” DßÇ—ÝDDi÷§ñ!ºŽþÌ2š€.¼4íæ_ÿÔ»Ÿå6ÃK)^Ô|p ;Lpð‰f>Q¾ø€½éäXÅÖ|/ZöJÄG©Ð]”þ]R¿’A:gû¥Ìô²óØ™Ï\²žV½“ʬ'”¶ý›À¯«Ùœ®Ð¼V…²_,Cá·CYX”(‡# ‹ã¨:ø¨Ý›×žNåÁ[gô'øüî†x–™¿jÇSÕÚŸfÿ<ðä·ho‰™ýâðÌ9ÈcöŽ› ÑÎJ·Ób$å¾Wy ƃ£+?áÕ7‡q·ö'¾^Ljóm¨z»w·UËîÇ3xÑ´w*Æ«Yöo!)ñ €´å»°E ¥eˆUÉcI º› /µ%Ðr‚Í?NcÊÃ7±Ï2Ÿ÷F «r½­dËzƒx¶÷/<ðñ;ü>x"]5`ÞÅŒIàsãDFí}˜—ŽfcQUŒeöqiÒ©Úe¨6,+Ö2!Óêthªs®ªT¯Ò¾Å£皯F²à³ <ÑîjÜ8.'í£ÈYÛ©˜ qµOä°ó×åìô΄W:S›\ B£¡*ÇXuccðÅKEÅ~=¿»±¬Óë÷×ín_rþ<ÆÕÝk#‡ñÙcºrÂÁ¾Èª”|sÙVŠÏÙþ³â-Ðë¡îŸyþÛ ³cÞåu‹Mû´Àsþj–($µ±0óÏ/‘Ú…î1†ÊÇß¹´kw®£ÜºuÕTçÐ2]]:j—Ž÷ïÒ¿¸sîsX~VÕúãzŽbRÀæ Я\~ ©ìݬZö{µgGÿxÕkAÛ ·ù™‹ h”M€rŠuŽƒ¡)Á^Zðˆ µ©7Ù _çíïÆÒÞç4•6 ¾¶ ÿ»+†^ÓîäV¿'Ñ-Žë)ÒþÑÑõ®Ô¯p}£ êÌãcšÐå­[¹Ñð4c®'к¿OÁrdÁ.Ö¡÷#<r×~Ë‚- Lr15Æœ¹¬ƒ;e:ˆáÉ»øÂQÜ+Ž Ìø•ÑW áçäwùýóAåú{eç£Î¾e¯âÑ]ö–=ÕfÅ·NjÉ©|Âz¡˜3©ÝôZ,Ùð ‰Æ·N*ªª8ý‡ƒŠŠâF;¥y*)ÍKÖwoGëkÒ¤)6EáãŸ0|ØDEÕgìƒcµZ9xp?Ÿ|:ƒ¾}úѤIÓsZ?€Åbq2´÷¿|ðJç t QÐõgX³xõÃßx¤eoBµ æüÁ¤wzógL—‚OÙ² ­(*#©ß ¥ƒw­+6µô"ÅBQÎLþx!ƒ>eÒèÔâ2Z'à{ Lù”­×>J‚¾xcÝ–thÛ _ U# t}šÅå®è:No#´·¶S»Ùu[Åãc³`±ÙÙGUª[ Ú·NÅ—Tâ­Ëùéþôê߇.õ= Ur-â‰å89ª>µÕj,£}ÔU\UR¹„hÆ-™ÏØ?¶“92†`ÅuŒ´™¿óÞÜã„ßþ%F%ï“–õÉZð#¯”î¬ß™òÙ~›Ïø›¢ÐÍbŸaý²Q|¿pwÞ[éå nݲçERËÔ×;ø^ÍeçÒU¤£‡C?0ûïÿÑ¢c@™‹{í'ýÂ”Ž¾e{q<£ð>±¸¸Z¹-z-X‹¬T¾L°3¹¿ÕJóV^ŠPP+•§žYë¡EQœ%Ök“ª¥ä˜Qðl:‚©ã72à…ÑLLþŠG’J'k5Ž'÷Û_@ú!2ñ¡Uë¤6 DK#Åb¡bR½íÌVRçùïæöø´JÂïÀ5<4ãs¶z‚$£ócÄÛÉ6تÑîÝêG±`µöµZ-”Õ;¹?- °d鿌jƒGÑ~V®Ï!¤C{"4,–³ÇôUí[ã ´ëØŠ°ŒÞ<=e&Û{Œ£±©ªõ6‘u<|ÃI¸ùºÏË„¹{i;¬Ù¿¾ÍÇww+"Þ4PtâÙ…ŒK¹>Û¢œCioÐ3ù2õ‰åÑ…s¹3J_õs•Z±^eG©ÇÐ&–ìßÎñ‚x™\±NÚ‡ÙYû·U8§¹jK#Åû5²5WµI¡´G3ovÿs?6E˜M&ò•<ÒneÉôYiñ§OÏht–\»õ°¦¯p݇`ÿünIwç¦…Ž¯ŠÜY·¶xÝ(V·â=¤ÃyŒ«›×FX\ÿ¸¸.ª¸/l®—,îôƒ”ÀbC)¹^¶X,(êgÞÚ ³cÞæúºÅ+±?- ãX²ô÷ÆÖÇ£0E¿$èªki ?ÛOVŠQuÚµ;ךnÔYënP…sp­wËtRwGíÒÉ9ì?é_ô®Ï}Môî3.ûã»ôe§.L¿rù%¤Ž|ÎýC>/7)äÖlz«vùßÂÒ7³pêTž8\¡Z ./MfØðÇ™pÏ &h‚Hþ®¢õ3óù6ä)žŸ>žaï[_굿›”;*'¤À‹äG`aг<ûî³ÜùI Á7¢ ÝÚEØ „Æ×Å:jÑë™±tñ¾Ú›kf÷¬bÜÉHùž{™û1ìYÇYÜÜ>%y¨ò?ˆ«*ª¦rBªô-{ÁA¡hµzTÅJXÃŽÃ’©­‚λµ›tÇO`Ý„r¿¹º}Í•›þfÓæM4oÖüLbªº£“­/¡iŠÍÆô?dÄÝ#ˆŒŒäðáÃ|øÑ‡ôïן„¦ çeø§³2¬0cƒ/×Ìh?*ª¶6݆uàõqŸ²ðpn«§§ðÈFv›Œ$]‡wÅö{æW« m»Â¯w¥e$wit¶ M)ÝcáϿٙe£iHå_ü4~QÄÁªã9XÔ§÷AÛ¿e²øÖ]Æñ±WݺjÅÈŽåXQU=h¼ ¯ë ÛO“kU©¥­Æ2E[ö!¯Mû‘U»OP óÁ×¢@ÓŠ;;µ#Žme¿ÅHB‡˜2#(÷kRá±M¤ÂÑ7û’üfùxøÌ HmPéVœR'¤~_ò‹óïÏ2ü½"îþáO:ÎèɰáOÓwí$ºj1F¶ ‘ÁÆæ¿ó©sWåѬªGKÞfý­äuo‡o¹Ê§·ï![i…·ÖN´ø¡ 3ÅnB©x>c½6$xMfýÂmäwo[|!¥œæ¯»!âv’‚4¶×pæ¡æŽTQU=‘7¼ÂëkoàÁ‡ß¢ýœÛËݲwÁÚlüPFu\ÂKc®åŸn71ô–!ôka÷¹ˆ…¢ÙûÕ_ãOBÇX±½Ù6ìN‘ 'ÛPvn#¤€€V jcäÁùK9tÇp¢N®gåQ?ÚöŒ-Ž›½mÖ†Ñöš†ðòvçØ¨ºªq4“‘eAëˆwp{FßÍÀO>áïþ·³iÚxõ}Ÿ~u ì ò†½§È³ª„éÏÖ£xdï9”Qw(o¿Ú‹Z¥¿ h½©[[ëò|æê¸¨Û3Wá¸pÒ>ŒÎÚÅsšË¶^y¿âbÕMÚz·˜pvz`Ÿy†ÇÛûƒšc·nÅ*ÀþùÝec3_7¸µî ò£3\Å[;ü<ÆÕÍk#g×?î\9œîN?èogv^*a¯¤ :;æÝ¸n1´à¦6Fœÿ‡îNÝeñ‘ º^׸ø± îÄè®ç*]kºu­Uõ>ÀÕ98 eÚ«»ÝöWÓú—×ç¾ÆAî3®ûc/û}ÙêW.Ÿ„”&˜ëæŸâ:'³ŒZyŠQ¥$?Ê›u8¯!j ~È„J#jsõCqõCnÖKL›‘SY§9¨´å–kJê^ºm]ybLc:½y·‡¾Â¨vþ^ô&-Qé}HNLªþúüòa÷“¿¯~8Fíß`ÖW_òõ™Ï ^ìâË¡ï¾a‡IÅ#<‰ú…l]¶›¼J¯h×ãcSvA¥WÀ–)áÞœ8c![—í!ÿÌC#3ØøÛ^K&Þ_cÿ!¦n¾þØávz%0¨g0Ö5ïòɦܳ¾-ó©~Ýp0ÍÉCY],c>°–½4dȽ7rURq“hæá¢Ìò1*Ýž?o#W©<ªŠGx"õ=öm/ Výú4hPú‰!*Ôh÷UÛ¥·ì9}¨ùáO9pý”ùôù¿çšÙñÞC|˜Ý—7žêˆ¿FEÞ×^hÇéOÆñîªÆ‡Ö/,æÇg»’ûíãÜz]?úÝô“l-~«Æ‡VÏ-âÇg;“ùå8† èÇu·?ÉGËaÁƒ¸Ñ_òÙ½ ìyç>n¾n‡Oãt\G:Äz¡AEÕÐåµw¿‹7†dÀàÿñѲý¨ˆîIó'æ3ÿùŽÿh$ûâÑŸô šü3³†E¡/÷5{QWþ¯t„”È–Ù×ÿÖ<üæP¼žÄÌ•÷ñ…h³*Fê¶¾Gßý–m̉ùñëq«Ããæ|·³Jõ³dÍ/ÿ@D }5n#޶¡:õq÷õðg«^yºoêP®«}ˆo¿^Íïó¶al;€f¾8Ùæ,¶þ~¨里z½­d€Ñ×€VUÑwdäÀ vÌ[CQ§{¸.R‡ªj1ú¡ ƒ|«öw>Ê8¯•wT¦-‹uÓ'ðkA× MÁ· Ç…Ó6îä»òç4×ûÄn_]…cÌíØxGŸ˜@Bã†D…yWzx¼½z¸+çww–uvÝàÞ~*óFwû’óW7¯^ÿ¸y]älº«~PÕù™iûɶ9èßÔã¼·A7®Ñœ_Û_Êz…ìç»ofμ£ÄÜt= UˆÑy¾Öt}­U>Àù9¸ÚýJ¹QDNö{Mê_Ü8÷¹{̸Œ›Ã¾ìÂô+—Í©ôÓ2’F\1㣊ÿáU&7]·.ÿìÙÅŸ«þÀj=ûÔù¦…Ç1-|è–ƒð OMIŽ^µ‘{h=‡ÖÍFM}\<ƒ®;È\;ûÞÅõ¯Ïçú×g¾Q×óöŠëy»Â·£Wg1ºìzô¡tû ŒuP}tåe¼Z01-‹‰.~mÔk5öÛªj¯}hðiv/¯Ý¶œÛ>?‚ö'WíÏrl%s–›hÐ8?5Í›OGCvê|!ÚYI= ®gå*‚­'ÙòÓL]k ã ChdÅÅ1âlªÓî÷/Ž[)ÇÏÍ·Æ3kÒ³¼¦èðnñ³0JV 3xwv¢=8öçLÞZQDÒÃ7o<ªXoÅD– Œ¾Æ’ò=izÇ£ Ï_GÝ;:¨UÕbðõSù6;}˹”‘w€ kþâP¹‘’ħĤ«bŒKËÌÝφ5qP1‘yd«ÎáÇMù4þÿkíW<“Ç…³öáªý—?§¹Ø'Z;}5`=^…cÌÝØàø78Tûõp«Qœß»¸^'× íÜX·âC˜?ämZį;Ñ«±óxG¤Ÿ¯¸VåÚÈA|®vïºHu²]õƒ*µhwmêÛyê•!-kcÈÞÀQéCì IDAT èJËÑÛ¯GŸ&{ùî|·AgÇÀÕ9¸ZýJźë·u>#ñ?é_l®Ï}v÷•õºŒ›£˜\}aú•Ë&!%Ä•4Bªâ=Î:ž˜¨b¢b*ÌÛÓ±eìùýc”ü£ezG Zÿh”„GÑx†;Oè\ì vÖxAêfÿÞðLÖ|¹‚¼È[¹6Æ£Ò<> èì¿¥³×‘Ùúj’ø˜éo2qÖ+<ø©ú`’n{›žmh÷È3ÜôÈë|ðøhÐÐxÐëôìX·ü-Œ45¼ßà­ÏŸfÔ4cxsúŽÿ”‡–¼QG­0ª«ÒI§zoËÑudüW³Hžþ>³Må©Ï‹_ïéÞ˜6}ÚPh«^ÝÔ Ïk8ó™3¯N¯ú2úú·2éÙ<7m"£ç×ÓÃ7ŒøîaÜŽ‘‘Æ£¦óYÀ$&ΜÄÃsŠŸ÷çS«!Rk•¼iÅ›f~Âo2yö›Œû øP§Å`oèA¤Þ^"¥ôx­ÞÍóþN¿ÏÉξ"º<×ϪðF¼Iù7/Á·¨çt<¹j–Œü6ã3^;nÀ7ªÃ^O× :_ˆvæEt«D/žÅÿFÍ(®Ct;n}e2czÕF«ªh]#N·¡íÞUÿr6žööÝ™³õúßK·÷âÃuÜ’â[æíT%³Ìlüt<Ÿ+ÿ†ô|ðž]½8ZMd™Áàc@S²m­®<ô\×rÛbô1€-—,“ Õ»Bû;—2Ž}ÃS÷V¼Ñ)… +>¦G@Uc¬Á;46~ËS÷~[¼¿êÑ´U?žùäv®K )µ¨·IWÇ…ÙIû°ìtÒvl'ûÄ`§¯†*c®ÎãŽú ;™ÒJçP7úüìŸß;×qcYo'× a®—×sõƒwÑê±ÏxùÝ.tžz•Óx‡ž¯¸VñÚÈ~|Z»y]äh¹îUôÄ È[§ŸgÂçÏñÀGž„Ä´àÚzž%mÃþþëTë´AgǼ¯»×vÔx;Í>z™´ÎwÒ£ìsç*Æè\Úµ;×Qn]kU½pyÝX~¥R½·zM ê_Ü9÷9*_­b¬w“ ѯÔ4;ÿ¯t÷ß7Ê<åÝid¤Ÿ–„„¸"åæäðõœÙ´jÕ­4h8{ãðù¡ÕéXõ矌}äœ>y’¹_ÏaÐà!huæÆ_ÅfcèÓ·/^^Þu}AvçY4IÍš_öíiëæMWÄvþ—V¯ÝÈ·¥¨¨P‚qf}õ íZ§H ®´þÅú/3† â›NŸóÝý0–N·á‹!ý™Rç–MnWîmdc!±‘¸J¬Äe¹o/ÓsßÖÍ›èÕ·µ–=røNŸÎÔ÷Þ_& È2K>éeþ;§ä{SÉüVÀ”}ݳ*#¤„p@«ÕLaa!žžF¸ï´Úl„„†¢(  pòÄqj‡G\m:yòh5š‹¾>geñ›§¶tk=›þ^I´){ÛéÎ6^*Û÷_ÓkAÕhä-¡ç#ŽªD±º}Òu¼VkŸ©EœÜ½—l™Ýß½Á{§:ñÊØâÑŽg .ÿ –‹ÇšØV·¿úré3ªß测sisWÚµƒ\c]Yûö\Ž;·öù8÷ ×!’’š±fõjš6m‚§§'6›í¼”­Óë±YmlÛº….ݺSTT„V§£IÓ¦üµf mÚ¶#4¬Zíù‘¥(*§Odí_‘”œ„‡ÁpÑ×WÍÆ ë.« a{õtgåBßýDŠFÂp^â(mŽj÷IÿU쪵ޢƒ|ÿÌíLûG% ÑµŒ}÷qºWê_z+Çy¼(w·o¯iý`uûð+¡/—>£úm¾ª·¡]n×Fr%.Ô>r´ÿÝ*ïœû„ƒëN öFÅ7Á×Ï5«þ$==Åͷƹ¢Õj ¥K·îÄÆ6$??NOtt4ŠMaãÆ ädçœ×õ’”œHxx8FO/4ÍE]Ÿ‹^ÿJ9¥Êué´ƒóGi«WDÿbhÀ=sþâgåèê0tÎZ†J&Û/±‘¸J¬Ä•²oåÜwÑHBJ'ÅFtt}ââ¡ÑjÏsÙ EEEäççŸ= = 4ˆ¥nd]lV+ÊyüÕF«Ñàa0œIFýësxš¹B~’_á.,FÆG¯8J[•þEHŒ%6W‰•}+.4·Róü^¢%„¨¶¾^ñ'9¡ i«Bö™ÄXb#$®+!ûV«Ò©}ž$bBˆ*k`þÓé÷;·o¿"âp¥lç©°Ð,A¶*ûLHŒ%6W‰•}+ìX4žÓïµZ-~þ4Š'4¬Ö¯O•R’B\Cï.AçMnN¶AŽG!„BQEæ‚ØÇ¶-[HJN&ä'¥ª˜’$„¸0$‰ „‹B!„â¿F“ÄDöìÞM»š•º8)OŽÑA¹‘?µß`&BZ„B!„B!Äf4ñó÷'ç"üHYµ„ÔEzåa"¯P«^;¼Ì:¦J‹B!„B!„¸À´ Šß ¡Õ¸[öÙJ„ï1âÚ/&wA7ò·’E’´Šê6&o?R‚Ìl:bÁ&áB!„B!D PãnÙk¨ýˆèæw£ó"¦ù}[õ1k•I²§\ÑyѳoCZåbÊò,rU ‘¡ôiëEÒú}|¹ÃDaz˜–À0_ÂÕöœ¶¢8Ý!„B!„B\.jTBÊ‹ãÔÒþMpÄ4L™ßR÷:ByOõ&«T–!"š'¯ àðŸ»ø$­ˆŠƒÍ¼ëÔc\Ï`N­ØÎôýV.ùœ‡b#3Óĉ| ¥ôæJ•Ó»ö1!§6ƒ;5`pÁnfî³ Ô”:ëŒt¸:†¤ÓxëT™\v·E!„B!„—‹qËžŸf? µ3¨«ù•úÍDµG«f¢ÑÑ u,ü}=GéAšm¹j}·Êôð2`DClËpbÿ=ÈžÂ2_ê¼èÐ6 ßG‡FµÖœ$MuÙ ùkyUÞkä9ÎGߤã¥X°Õ¤ìŽZ¾m©.·E!„B!„—ƒÿt„”lu“¨güƒZõR «ÿžµ°˜Ö`ð¬ƒZ´°˜>ÔnNÝ}_¹ï.™;²MGNJÖàí«ÕBž!ˆ>ñ'øg³¹dŽ¿è®ò·‘eÓáå£E£ª¨hl͈¶„ÅÊá}ÇùfõiŽYì­BO|ëhúÔ÷¡¶·Sv.ë7áç½fŠJæ‰M‰¢_#_"¼µ€Ê‰miL][€EëA\R]ú$aKn.«×bÉ"¬=ÛÄз¾7¡^Z4€93‹ßw™ iLRmØ8¶ï_ÿyš£@k ã€¦ôÊÝË‹¿æbp±ŽjÕÍN¬]ÆM£'¦iú$å£kÛVÿ×ûŠG?ù7‰ãÅ&ų¦oÚÅÄM m+n‹FOý„ºôM $Ò[ƒ%7 ›°p‰Â’ï+ÆÌšŸÏºõ™¿·ÐN½…B!„Bñ_ùOR]õ×\›:¡Ñ0ç,ÅRàÁ+«Ö€¥pŠ¢\¯#>Á‘xí\@­Œ¬°Í¤@­ë d Fäœæû}ÜšNÜÎýì,t^tLõ£pÏ~ ˆ¡¿­ª¢¢’*ƒŸWž&ˬâBÿv‘ ÍÍeÒßæÊ –°:~Ô6Ÿ`ö¹h D5 §GçF„ivòiZŠFKD´?…'™½2›C‹ª!2¥!w'©¬]³—ï35ÔkI¿® 0·‹_³µ„Føf:Á¬9äë¼HiIv6Ò¶aö& 3 M$C³ó˜ø· «Z~?©h©çbÕª[fÅ6à*nZ"šÇ2*ÕÀ¾­‡™y´Åh@Ú‚UÕP°ïo.ޱÅdƪ*mK”XF¦x¶é ŸžP¨W›~ãQwòñžâX—ÆìË•¹h=ˆnR—ë“{z¿fÉÿ)„@!„B!ÄYUKHç•ÿnû€V™/P´uauàÞ EX O¡ØÌ Ñ£óˆD«3’}|ÇþYEz?ëlÓÉw˜Œ*þׯ§·ŠŠ8¸ó(ÛpM##»·âA{ŸnÊ!½‚ÞÛ ˜T(ÌÊfcVI'Ìèb‚¹­ŽÆ¿ÍXÄÚ—ÇŽCÅ£xvÊ%«WSnJ #|ßޔ܆fÍÍeÇ‘¼â‘>€Æ@÷D#ÇÖíà»…Ø€ý*ÑQ±¤Æùm³z¦ì]Gò0“ÇaüIéa`oZ[³T8bÂP?ˆÁõ|ðÞh"»ÌþQŒ~î­£ªuË4Wz[Ÿ³¸Y~ôLö"wg3ÖæQöÎIt%ñ1r,Ãt6ÆÚÊÛÒ#É‹¼]iÌÜPRÆ‘| ü›245Œˆ½G8¬žÝ;ï=§!nH4‰uÝF¦‘gÍ.×YÏ^ö®ŒdøðTü$y(„B!„¸ª”²XmçuåİÄò ‘E¿‘÷þû¦Q¯É5ø†Qd:€Á'…¬“[8´ã'²‹‚Ø^4†Ã¶®%K;«‹Oƒµ¨ˆ¼Üln6ó¿¤ZDîÔÒÙ8`¶7xxS[ÁmšòZ›òÅšü´¨Ö¢ÊËåšÈà ?‚Ū*é96+©?å×¥VgnÕÍV!9çZ~ÜŽ­°BÕ£Òrª¢ @ñó®TP±)¥ïÒ³¿®ª®Ã½º•ë.ÐEÜÊÄ«RûQÏ®µâ¼åë¦Ú-ÃáôÒ²T«ZM…òÅeL%ýû¾4ö'*áܽx=Û•ÉàØŽòåÀF­(„¦/±iåÔðd™F«G 3 =¯Y…S‹ä¦g£IÄóÏ>Á¨Æç/¥žþŽ> ‡ó§Î=¿mâ­g3v–c0S>°ŽyžàÑÔ—cÎR!„BáDHH•:akI–5šìc«ð !ýȯdZësÂÖ’ªÝ0¨ÅÇ,…6UE)ÈdñN 'ûSt 5Ù ªª¡¨P)NH¡âáïG8&æ­;ÁölÐ៯€RÅÓÊ$;4:¢¢<¡àÇ Ë&²Ê'D,¹yœP‰ Ó’µ-S¥êë+-w6ws6!U:Oé´²ËTgnÕ­Wq+-/:Ú ÃÁÜò·ì) &Œ¥–·[KNG­DG{b8˜wæ!æ11^ŠÃf±.¹OIH]1,œÚs¼d_ç“gæðТ»ˆ*éé þžÂ‹+JZáñœ°PãRZÿZøu Ò×’ ëõ6 . qëúxŸ÷!J¶r϶+Ë;œ÷&d3çPCn½-F’QB!„B\´U™YU/ügkápÒ§ãááIúñ ¶¯z9hñу¥P-¾%LU8¸é_~Ùu‚ïWg“«ÏWT¨€^(ÌÉã4^tlQ‹¦á>D†úî¥qºÝôJ¦qdíÚÅ14Zÿ›NpÈRn O¹åS6 ·âÛ8ŽíkÑ,ÒŸFQ!\•LˆÆñrœI®ØŸ§ìßÕ]‡;Ë•ý¸Š›bÊfÑ3þ‰qÜݶI‘þÄÇ„Ð:Ò€ÖZÄ¿é ^1uéÞ0€øèÚÅÑVÜs6 7›ðOŒcXË× ¤]û8†FÁžõÇ9lq3Ô‹ÓvåãüX¹X ©Ó{OŸùKYû&Sþ.(ÉgþË38RúeæN”fH-'XñöHº6 Ç?  íüü<ö™ÎV^ÉÞÀôQ]‰ Ä? ŒÄá?’QqõÖ“¬˜|7…áH`ýöÜòÚ/-r\cWåjÅÑ”ÚwÖcfû„Îâ_ÿ§+ d²ttþ„ßð%‡­%e¼ûcokMx ƒºÚ2Y7ý~z&ÇÅ?0ŠVw}ÅÁãséˆ@cÙ`ŠØýFËâyÚOã@¹·@gz×’å=Âz`ÚÄÛã§òÑäÇ™°±À½}`ÞÅ´á=iIP@ þD·á¦s¸HNæB!„B\jjÔ)€#Öödškã•¶ls8G¬í©úãÔµxëÁZdÃV22Æ–›ÁKËþ3O¥¨H­oŠ5ý(.óà–Öõ_œ§³qdo!G#¤lZ¤4 ‹Ÿ ظzs6•¼õîÌHŠ·ŒYÙ·j;Í]Í4€Œ£'8°=ÕVy9»#¤ÊìµÒºª¾÷êVáßß.ãfeßêL5G3°Y4#R4 X8°i7ÌgÇïûøãÚ®éÏ5X9¼5¿V¨›ƒkw2¥(šë›7à¾V,¹¹¬]¾ƒv˜ÇúÌvÉ-{WŽ"NÉ)î=Q²Ž3óõE<:÷÷|ÊëË Á#K:5“#YVÌcÅãÝé÷Ñ¡’^Qƒ-} 'ÞΟiŸ°ö³ë‰P2çξ<²´xÌ ÁÏ@úѼ }B6¿?Ñ~Ó„D‘uló_½‰¦e¬z>¯J ,×åjƒ»òâ§Ó8\« ¡Z÷Ö“0æC^ZØŽ§ÖÍýÏæ×æ3ú‹Sàß—wß¹™H]6¿ÿÏE]Õ<Ö¿Ø‹n“v•¦ÆðPs8RJ€>³J{ET›Zžô1aíÄR³\ïëQ~_¸–4 ñÄÇ`&?k7K& æ–à ,+#­„B!„„Ô¹ù3ÿQ®å.þ̽zë,ÊâÃÖ¸œ-w÷vFï.ýËÆÑíûxkû>wƒ XNfÊ‚¬3o©+Çfæ·ÙkøÍîwEì\ŸÆÎõö¾¬¼\Ñ©yúË@Ú/ëíd™ª®Ã½å*Íì:n¶"v­OãU{ååœfö×§™]a²½mÙ½!W78Z‡í±ä2ç“5Ì‘ãüÊaÍáxVqŸ?ü)ê½ÿ4?ÿú&³Ò:“úötÒÐÐâ±±^Ïj5‡c9V¬‡æòÌG‡O:Mø¹wÅ9oíoÿ–ŒŸžçÃ]}xÂø5“–š?ú~üŸÝXóŠ4í?—ìÒUšËÓÓQÜÿóŸ¼ÔƇŒ%#I4—½Ÿ~À†ÇÞ§£wùêZ¸.}-ÚrvÝZO#FN…ùmcõgCè:§Ssã´I\¡ÃzÐuí2¿ã‰·wZš=¾ˆŸþ׆@™\“_ÓUØ)áÜõmùgHQ!—çÎ>x&ºtn/ú}ŸÆ¬Î&æÝžÊ­?å²iÎ2ŽßK=B!„B\*ª˜º8•Ê´Åñ[þd2mq57ro“¶$ÄuìèQvíÜNVfñèœ7ª<“-—¹Åÿéßd›ÆÏïíbêÓϵ4üúóØÍ Ìžäçr"׆éÔRvèÚpÏ qxiÀ«Ç]\ô-_fþËÊmÙ<¼†ýúVÜÚ£€Å` lþܶ”djÏzL-[¯¬8˜£€wù»¤Íû]—[‘»ë1Äçƒ×¤å¸Uœ2CÈà÷y³w: Ï2šïZÌжgÜ=­ Ôxâçªéüî[Ó×û@®°6˜Ô. à§ÍyˆL vRßóµJ¯”þ÷*öô ÄWãVªZüfO4Z´_ï§Õ—<€ÐJ‘£'—£-ÙÕõ7öàé ºÒ 8ìƒ;wé&B!„¸âFÌ……¬ÿk54„׉øÏëT#oÙ»$ØL,µŠ¥ !.¸];wØ,oo¼}}Ñëõh4v’7¶ò‘·ìU”“…·Þ¾¾xxxØOFjQ6Y…Å )?£´¡tüaú´mM×1Ï0(JZ#¾%3Ê?‡¦Þ<W$`få¸VÔ «EãÛ¿#ð½æIF4ñÄ#úfžZ°ñ÷óWS'¼ ûÍ*÷6<˜Á<;¸`aÝË×Ò ¤µk\/‰Á3b±S_wÊ­´Œ뱘Ï#üDAÜôÁg|<óšGgŒäé•YèÝ(Ã#úfÆß ±æ©«¨Níà¯zÚD†ô `çsm©S§_þ§|E½›Ð'U(üõ@"u£ê} ‹ì<]ïÆ>B!„Bœ«ÕBíð:ädgÕˆúT1!¥ÊG>ò‘O•?çJQPUôzçƒ:•‚ 0àSò:7¯f3{ÉÏüðRg5€Ö€¯±$!•^€MHç×áûñhVË,*øÆÒeô‡,ÿôf"õ€6„ž“ã›'Ь¶̹äYÀ3$†f½;éhC¹vêr¾{úzR"<"Lfï:ÍHôwp[¯;åVZÆÅzÔl~áæå€±Ó‹<ß-¯ø{˜4:8Îg÷¿É³uÕ…ÑçÝe|ýÄš…A1c²yQ7ÒAt›øoN%ÜÖü< ñ$(*‘nÝãñÓºH†|ô)£;Fâ ˜²sÑ×ò'?ßZy›ÜÙB!„Bˆs¢*Åÿ¦R¥FÔGcçÿµ€îþûF™§¼;ŒôÓÌÿñ{n>Bö ¢Êf~ò!} ´ûÝ¢ùózÇprs².ÿý7_Ó¹K7¹ýJ!„B!Η·7_ÎüÔþK¢Jääd³|é¯ôêÛ€#‡ñáôéL}ïý@!`ò ³ä“^æ¿sJ¾7•Ìol€ÂÙ'ĪZÙB!„B!„âb’„”B!„B!„¸¨$!%„B!„B!.*IH !„B!„Bˆ‹JRB!„B!„⢒„”B!„B!„¸¨$!%„B!„B!.*IH !„B!„Bˆ‹J/!B!„¸<åä²tý^ާç¢(ê%¿=Z­†ˆ?ºµŠÅÏÛ(;X!„¸„IBJ!„â2õÛú½Ô  këx´ÚK`¼MQÙþÏQ–®ÛËu›ÊB!.arËžB!ÄeêXz.McÃÑhµ¨pÉ´Z MÖáXz®ì\!„â'#¤„B!.SŠ¢¢Õh‹³9— FsYÜ~(„B\é$!%„BQƒ)ŠB¡ÉL‘Å‚bSÑh@¯×¡÷ðÀèiD£Ñ8]^U/ñäíËßxŒ¯}bâÉxJ“B!. ’B!„¨¡Š ÉÎÊeçŽmü³wéé§ #®Q©-ZrÇwÓ ¶!ƒƒÁ@ƒØ† >‚æ)©Ì_0­NëðÖ=UUK>ÀÑ/uË›lÌUÊO/ž³Ì´ö©°-B!„¸ôIBJ!„¢†)4™Ù¾c+¡µÂèÒ­&“‰§žzŠääd’““yê©§0™LtíÞ“ÀÀ@6¬_‡NoÿI ªZòë@ò¡76î{ŽY*|Wv^k:MEÿæáDG„иMžš½<¥ä{[«^µ)õˆŽ!:"‚îÏoÄd;ÍoãûÓ¥Y1!DG„xõp&Ïx‹±ý›Ó8"„è: ¹æÞÙž§–¬ÏÊ‘¹Ã¹:>¬¸¬zé÷À vœù¾´r”ÿ[!„—4IH !„BÔ0E+ûö¦qU§«x饗0™LtïÞ˜< IDATôôt>ýôS^zé%:^Õ™-›6¢Óé\q=o~1ŽZ Fsïô]˜íÎdfÇäë¸ù…ßð<‰fÍäÉnùÌw-£¾:„@Éaç’ŸÙ8œÉ³çñÕ—óø 0(yì_õ'ûBF0õ«™õéô*ú‘IO¾Ç©Öã˜üå\Þæj²ø£ßÛI:› bìÛß2wÞO|ô\²æ>Â}ïï*ù^!„—#y¨¹B!D £ØÒÓOY/ €… Ò¹sçró,\¸—_~™ÈzQ?~Ìás¤Ê(Òà›ò(¼²ž^߯„V¿ñDóòó*Ù+˜4m¡·ÏgÚcíðèÜŠ€ýÍyà­Ø1ð%’ôÅó£:Ó­s|K °fO¯×Î:âKGø…‡ Í̓éÙÐÈŸÿ=/]Gú¸¦„ë4xÅ]K¿¸’2ZÄS¸ðF¯ØFθ&„TØ %„B\d„”B!D cïqPsçÎeîܹޖ@ãàEQ‹?gþö Þ÷™Ð?‹ïyš•Öâ$Z<¯ùàvxÒ¬g^g– &µWc8¶†í6¥ôÖ9õlùŠjwº¡VC‚Èâh–µ¤,ÂëùCÞ r¬*ŠRÈáů2êš$"C¨Ó‚ÇV)PT@¡µ¸Œâ$ÔÙ2…Bqé“„”B!D £×ë ãð¡ƒôîÝ»Ò<¥Ó:HDx8ŠÃ‡+©”yJTñGFW>`°æsÆ>½„t[ÙùJ@µÜ4MÉòj¹òÊ/gwºNµ¤~ÅßkõZPЬnÙ;Ãßb{Ãû™úÃrÌû˜QÉ;eÚ[‡B!.U’B!„¨aôÄÅųrÅ2Æϰaà !$$„aÆ1~üx~_¹œä”Tl6«Ý²Î<¼äSú·& 3¿7ŸùÏñÉÞ³ózÔiM¼§™-Kv’¯ž}ˆù†%»¡vKhÏ>½Lyå^a¦•­›iß¤Ñ„ÛÆÝAç”â[’PÛPy~E•‡š !„—IH !„BÔ0FO#‰IÉd¤§³ô—%xyyñòË/³e˶lÙÂË/¿Œ——Ký™ÜÜZµn‹Õb©âZ4ø¶|œ‰#¢ÎÜΠ ìÌ#â99sNú†ßÿø™9/ÜÎc¿©´{è^šzžßmõŒjM4;ùbÊL–­Ûȶ­›Ù“^&¹¦ó£Vämø–Ÿ·fHãB!.òPs!„BˆF£ÑàëëÇ€׳`á<:ÈU®>óóDzrÅ2òòr¹í¶;±Y-¨†©%ÖJŸÃ¤ªj™QF>4h CºŽ9¥ßáIÂØïùÜ÷I^>†;'Ú0ÖmÃu¯.à±!õЩj™u•.sfe•¦Ÿ™÷Ìrgׯª*ú†÷òÎGyjâ3Œ˜[ü^=¿p÷®UF÷ÇÇÒfÌ;<ûV/|ÚSˆBq„”B!DM¼HóÐ^§#FÞÇúukY²h'N <<‚äæ)´jݛՂÕju^˜&ˆÞßž¤·½¯üÚóÜÚ“•°e±qÞ÷üœ<Eö²BˆK˜$¤„B!j Bs!'Ž`ñ’ù„†…ÑoÀ@"ëEpøÐAV®XÆÎ9Û0àzÂëÔAQlNJËæ—;ZpçÏL1†ÄÒ¼C/†ŒíÂ1\n4ïâ;nþ?{÷EÕ°qø·»©²¤'4 -!Ò‹¡IGQDºRDyU,€X>|AAP±S¤é*R•þÒTJôžìî|$ôÀ¸ès_W.ÂÌ™3眙M&ÏΜåëNëù¥ž?žGÌ^TˆŒ¢F…@Üõ\‚ˆˆÈEH‰ˆˆˆ8‡ÃAJr*«V-£^ƒ´jÓî¢õá•«^¹ ë×®aÙò% 2Ãp\ù>ÃNjÜ(7€ÙÓï#đƟ¿ïbÃüYõî´Òô½cØŠºÏ+8ù^k‚ó·©ýê~²lql˜Ø—&•Êàãk%¸VgF/=–·Î‘Àæ±Ýi–×vß ½°“LÇŸ¬q7õ«•=׆rÑýxmöÝQ3oÖJ4yx»ÎŽ•íw¦7±ôà:R‹Ü«Œ¿ˆˆÈ?„)'““kãè‘C4¿½åUË6kÞ‚]¿üŒÅr ™­4yúU:{aá»? €¿ºÝ=c«×¬`Þ¸Ö$~1œ¾oÈlÒ9üíw Äû_-âëy3xªÆAf>Ò“)ròÚx&ýÿ”ôÎSXº~#k¿xGÛ—ÃõZ¤û¼¿®3Ù°å{¶lÙÂÂAḑÁαé<þ õGÏcõʹ¼Üð(S{ucòþlp¤°gÅjv[fö¢e,_ø!¯ô¨Œ»#Ãß~Ï¡€A|ðõR–|ñs¾fÜÓÓˆ‹~†Ù ¿âÓ±­HüòYúNξ®©W‘=²'"""âdvññgÎÍU˜rå+pêÔIÌæk›1Ûä]ƒ•añ‘ÝÄå܉ÕÍD©ê¸¿z~FÕÉZ2Ÿ¾v“22’ÀüÅ›sGÛVx-k;X1”¥›OñtDìI1$àM³–íi^ß3uhtÆ¥°}^é¢Ö=  5¢¢ÎÍ!e$¬`üŒCDÙÉ›„ã 4¾Õ•m«º2wño<õŒGÞ¾niI‡ÖÍð>[‘-1¿ Íhߪ9Þ4§ß°àÁßiþЃtªæ­¢H_¼Ák¶sfd Ê^S?Š6þ"""7;Ý!%"""âdL¦boézvxÑÓ`ÙÄ®G¯ÛkZÆŠOPÿÎÙä\ácÝÌÖp" ñx26À³æžkg⫵hÒëE>ü6†ÌüÄÙ¥û,ªìãÛØ— {G×Ã?ÿ±9Ÿò]Y”gŽÆ“[Œº<ªàOÇ“ó'”7{S¶‚¤Å‘j¿Ö~üEDDnF ¤DDDDœŒ‹‹…€€@bcŽ]µllÌ1BCBp×–ø){Øp<Âkì9‡Þ¥Ûƒø¥ú|´æ;¶¬ýˆáu¯w¹àfÞŸ˜xTeà‚}ìZ2–ÖÙKÞ±&õ/ædAɑɌ‹ l9¶âŽÒÅû,r‡ ,4ys-Û·m½àk_©G©âÔeqÅŒãÜЛ°¸šÁaPôÃqq?®müEDDnÂë ˆˆˆˆ“] ¹ºRµju6oÚ@xå*…–ývóFjÕ­‡Ýn+þމ|7ñ–¦ûñà£ñRl摌5€öá®@*q¡îp¢˜u›<¹¥EƵèÉ€ií¨÷üD–¾x7ƒÊ_rùéb¥B8³ï0IŽFxÞ¨·KÍîø¸CFbFVîeëSÍÍήŸ3ПK³Ûß{쳊:þ†&9‘›üzGC """â\Ü=ܹµf-öÏß˺oVӦݖ[·v ©©)4lMNvÖÕ+Nú?lÚÈoŽ âÿØÅºù³øl[*už\Èk-|1o£ã™õƪõ­O°G:ûþÌ-Vûs¯âýT¯u ¾ŽÓlßq ÜjàïQ@ÚäJ«û£0þo4CÆ n†{âbsÀr=ƒèFý¨R$/Ç[_>MÓÒgøÃMÏ»Ú0j`%ÚMëMïÜ®¾¹§9xØB»]¨ô7??pÕñwñ!Ô ©Û°ô×(zÔö× FDDnJ ¤DDDDœŒÉdÂËË›ÎïcùŠ%ÄÄ£ùí-ÏMrsŒÍ›6––JïÞý±Ûr1 »cÆdÁ;È~˜ÃàûæàæNf2eå0z5 >÷ xnÃøtê †>Ïû\77ŸjvÁÃÄ%óMÌvæ–OžÂs±™xWnÍ>˜B§À‚Ò7ª ýœâcô´Çè1 À“ ªM¹¯r©kŸ_Âd¥õø© èóî ¦2Ô~d]îªÈmcV²8`/ÍEïé¹€å› ¦~ÿ.Trû{ýUÇßÄÝÿ÷ ÍžÂðWï¦Çü;õ‚‘›óz§€Í€eØÐ!YoO{—„ø3,[¼ˆ>jÄD¤Ø>þ`;w)pÝÊeKx¨ïRS’¯¸ý¢/çÓ¢Uüüõ.°ˆü»˜ÍÌ3?îØÎî_!.î!!¡ÔªS—†¢±Ûr±Ùl,¹*ÏR¥øüã9t¹¿Ûˤ¤$³qÝZ:t¼€ã±1Ìš9“©Óg,²L Hó¿â/ø>%}f~y`œkËÐR""""NÊá°c4lÄmÑ1›Í€ Ã0°Ûmädg~gÔ¿˜¯µà‹ìä$ ŽˆˆˆP %"""âÄ ÃÀ–›‹-7WƒQ žDDDœ›YC """"""""%I”ˆˆˆˆˆˆˆˆ”(R""""""""R¢H‰ˆˆˆˆˆˆˆH‰R %""""""""%J”ˆˆˆˆˆˆˆˆ”(R""""""""R¢H‰ˆˆˆ81‡ÃAfzÉIÉ$Æ'‘”DZJ*Y™Y†¡ºš¬ßXñÉ&âì gâ¢!qN9ÙÙ$'¥²ß9H|üü©Z­:5kÕ¦ti/\\-¬8’¶2±gWÆîiÆ´Mè]ÁUƒ"""â$H‰ˆˆˆ8¡ì¬lâNƱjõ2éÔ¹ åÊW 6æ›7m`ÿ¼½tî|!aa8…Üd$°°C8ýRƳkó£Üòo¸´ÅòÉCðžû“,ýñ)Zé²WDDÄ™è7³ˆˆˆˆ“q8¤$§²jÕ2ê5h@«6í.Z^¹ á•«°~í–-_ !C1 ‡á»è*·,Ý>ÜAWÿ¼t™ˆˆˆÓÑR""""N&;3‹½ûvxYu¡ÖmÛcµZùéÇX\Šñ>£ãOÖŒèHƒjaøúZññµT£Ï,8JÖ…åì l>„6‘ÁøøZñ ©C¯O‘ `gËÔA´¬ˆ¯•àZþÉÒÎfbŽ6íNÓȰ¼m}ƒhôÂN2gXû|gn‹(›¿ÜJù]y~Áÿȸ0O»Öúlql˜Ø6·Eæg%¸VgF/=F¶N-§¡;¤DDDDœLN®£GÑ©s—«–mÖ¼«W.§ÑmÑØrs‹¶G:‡¿ýŽƒOòÁôøÙâØ6{4ãéI`ÍÍŒˆp²Ø=±wŒ;Nóa¯ñY«Š¸$Ä’U'W²Ø5¡^‹£Õ3S˜×؇ØU“ýx;ŽÛùªOy\)ìY±šÝÖaÌžv¡F2éÁ•qw$rpã&öû=Éì·oÇ/ç$;æN`ü#­9˜»¹=Ëár=õ“Áαé<Õ…¾¯ÏcR ?¿ÿ,#{uÃgë&FDºëq ¤DDDDœŒÃî >þ̹9£ S®|N:‰Ù\üçÒ<*6玶­ðZÖv°>b(K7Ÿâéˆ X’62nò^‚^ÅܱÑx]°‘´Šñoï#hÀJ>}±qÞºÖ )s´6ƿ˞ÆQ'þp[ZÒ¡u3¼ÏnlK<·ïí[ã ´½³%e;×áñq3Ù{ß+ÔÊÚxÍõ +?ãQcvòæ#á¸oueÛª®Ì]ü#"#t‚‰ˆˆ8=²'"""âdL¦boé:÷i¶†‰Ç“±Ù1[ÙáAý»¢. £¸`]ƒ»o=¿Î@ô=pb+»ÅÛ¹K­ºDBÌö&;®«þìãÛØ— {G×Ã?ÿ‘@Ÿò]Y”gŽÆëäqºCJDDDÄÙ.Ð\,sŒðÊU -sŒÐ×=¡¹ n0ìùaáÀ NºŒ×™.\WLçB8ã:ë7 ,4ys5“›z]´µ«µ‚N.'¡;¤DDDDœŒ‹«+U«Vgó¦ W-ûíæÔª[»ÝvCÛà^¶ÕܲøiÅ^Ò.]W.š(ϼuég:âÙ¶ü„6¢f™b^b:ùiÍ!©Gu_óuÕï^¶>ÕÜìü9ƒ°êDDœýªNåO\"""Îr½£!q.îîÜZ³ûçïeÝ7«iÓîŽË­[»†ÔÔ6Š&';놶ÁäךQƒÃi;µ'=K¿Ä Vá”Ê8É©R·ó@«–<ÿX·OìC¿À± iìCÌÊIŒX-&¥¦'p•|,ëû·xuVíª¸³ömž_•Cý±©é &Ïk¯ßä׆Q+ÑnZozx¿ÈàvÕðÍ=ÍÁÃÚ ìB%7_"""Î@”ˆˆˆˆ“1™LxyyÓ¹ó},_±„˜˜c4¿½å¹IÎccޱyÓÒÒRéÝ»?v[.Æu?²wi#¼hôò ûâ¥éOÓsŠ\iðØ<º´ ¥Î¨¥,óÁèw¥Ëx;å¢é1y5cûVĵ(õ»g±mÊ`¦Çdµ]Æ,aÒЪäåEž×^¿É‹ÛƬdqÀ(^š1ŠÞÓs/Ê7Lýþ ¤DDDœ…)g¼HsµÆÀÁCùqÇvV¯\N\Ü)BBB©U§. Ec·åb³]åv$“÷­Jâ¾s naè–$†^XƳ“&1éÂe®!´þ!ß/¨Üþä|ûä•:PÀ>.àÑ`K¾hsþÓ÷ndý…µ[DDDœãZGC """âœ;†á AÃFÜݳ٠˜0 »ÝFNvV‘îŒòñµ^ôÿ”ä$ ®ˆˆˆü­H‰ˆˆˆ81Ã0°åæbËͽæ:@‰ˆˆˆ³Q %""""%xõYø£|"""òï`ÖˆˆˆˆˆˆˆˆHIR %""""""""%J”ˆˆˆˆˆˆˆˆ”(R""""""""R¢H‰ˆˆˆˆˆˆˆH‰R %""""""""%J”ˆˆˆˆs8d¦gœ”Lb|I I¤¥¤’•™…a7QGRØùþ‹Œxo™ÎÞV#•_?ÃÈé{œ¿­"""7)R""""N*';›ø?ر};_}9Ù³§3kÖtÌŸË;¶“’œ‚-×~C÷idà£ÇÛP-Њ¯Ÿ¨—ø5 ì§70®[CÊúæ-¯÷ÆÿHÝ3Ž&Á•yèë8®Ú G[ߟʇObsö·'±mÖ[ÌXKîÍr²™Äl_ÍÊñ‹¬]Œ‰¡ÒC‹ˆ³ë5%""ÎÃEC """â|²³²‰;ǪÕË ¤Sç.”+_€Ø˜clÞ´ýóöÒ¹ó}„„…áp-m0R61´Ng>3÷aÅÏShæmºp¯ìŸÒ‹aó}x|ÊWt¬\ »¥"nñ¬x²¯ýÚ–W?}‹F.xTª„{f"¢jP>ÀCïrþݲðNßî|Ýi=¿ÔóÇóìr³"£¨Q!w$q" ¤DDDDœŒÃá %9•U«–Q¯AZµiwÑúðÊU¯\…õk×°lù Ša8ŠðŸ˜¯2?ÁOã Æ.Áò>e±œÛq?®9ŒÛíóÙ³ >g—gleÕÖtª ÅàN¸«¯¬ï¥æÌÜÂéÿá:úk$DDÄÉè}'“™ÅÞ}»  ¼,ŒºPë¶í±Z­üôã,.ExŸ1sï½¹ƒrO}ÁGz³eÒì˺`½#›´lÈù¦;åòÍ é½‘4G6iYpx\4ùËN>Læ3hâL·µ©çë°'°uúÚDç=òR‡^Ÿ;÷è[ֺǨ’WGP<³à(ç›`#vn?ê–÷ËÛÖ¿-†|Àîô ‚6{"Ûg¾V‚kufôÒcd_qÀÿ`ñ‹]¨•ß® 0çè%e «ÓÈ`ÿ'OÐ6"(¯MÁÕióòOÏ?uµ²öx¶LDËêùûéÈðOövv lÛ¦‘aùý¢Ñ ;Ïmò½Öç£Ú¯î'Ûö;Ó›X zp©7º/"""×AwH‰ˆˆˆ8™œ\G¢Sç.W-Û¬y V¯\N£Û¢±å6ã‘AÒ÷oóÉŸÑŒ}$šVÉ©üÅL¦üð³Zùpáƒ{.M'²òÆ”\¬•(ÅÊù‚ÏúTÀ3¥B*à’vé>²Ø=±wŒ;Nóa¯ñY«Š¸$Ä’U'WNå)7#þ¯•=’ØñþHÆ>Ò“Àš›áXð«ÛÑ3úS6À•¤_>fÄsÃé[±1?ŒŠÄ=¿þvãþ Éãø¼m8ž ß3nÈÖíIÆÞ9 2Ø9¶#§ºÐ÷õyLªáàç÷Ÿed¯nølÝĈH÷K†%…ïž¿‹Þ³mÜ9ro³’øë×¼5vÇ… ¯ó)—™ô{üSÌCÞai·H<“ã˜{9\ :¶‡ +›Å® èðZ­ž™Â¼Æ>Ä®šÄèÇÛqÄØÎW}ÊãâHaÏŠÕì¶cö´;5’I®Œ;y š_×™|õtî˜ð Ç“—´àÆõEDDäz(q2»ƒøø3çæŒ*L¹ò8uê$f³¥ð‚ö8V¾µÇÑ)Ì‚{p/†5œÄÈ)«yµÅ_pß¼‹o%jDEá}vA~ðT*´*QQUÎ…¶K)#i#ã&ï%øáUÌ×…+óo_ò¨vÝ;µÁhQÓÆÚUCXºùOGTÀ¥ªwàþêùÛ4ªNÖ’ùôݰ›”‘‘$oæµÉ{ð{èkæŽm‰¯ ÈpcAé œ9Û†„ŒŸqˆ¨1;yó‘p\Æ·º²mUWæ.þ§"/|䌄 Lüø8å[ÇG£êçͽt{É_Íå¹"Ö9¤M xÓ¬e{š×÷ÇL]é0$]¹¬‘´‘ñoï#hÀJ>}±qÞøµnH™£µ0þ]ö<0Ž:ùƒïqKK:´nvþåßÂäP…QQççºdùÙ‘ë¡GöDDDDœŒÉTì-¸Ú&¹¿/`ê>Ü7´eL€KYîy¢-æSYøÇù,¹ì˜­ìÎð þ]Q‡QWºõ½…êþx<9?7É&vÅ8zÝ^ƒÐ2V|‚êðøwÈÎ Ç9±?ðk†; ï­—FÔ†ãÛØ— {G×Ã?ÿÑ5Ÿò]Y”gŽÆ_ö©yÙÇâPŽuÚV?â³N—šCx®‰¯zÔ¢I¯ùðÛ2¯0—g!eÏŽ_ƒ»o=?~æ¢ï‰€[Ù•è¸þctû"""r=t‡”ˆˆˆˆ³] ¹X$6æá•«Z66æ¡!!8 Ð<‹}Ïdý4{î,ËœKÖÎøì^¨ûõ6Üp`9PsÁ͆=/hÉ9ô.Ýœ@J·×ùhRSÂÜN³ú‰®ŒÉïšaÏÅw×BÞS5 ,4ys5“›^‹™pµV Ô¥åϦ… ßÕêôðdà‚}´Û<—™ïLaxÇ©Lèþë§w&ôÒ«mªW,[£Àñ3å7ð†äB7²/"""×AwH‰ˆˆˆ8WWªV­ÎæM®ZöÛÍ©U·v»íÊ…ÒæýÏb(Ûoë6mdó¹¯UL»Û‡ß>ù]7`Öj÷² ¨æ–ÅO+ö’v ÛgÙÌ"ï3K–-^DŸ5b"Rl0‹ŽWøèò•Ë–ðPߤ¦$_qûE_ΧE«6øùûk0Eä_Ål¶`¶˜ùqÇvvÿú qq§ ¥Vº4lÝ–‹Íöï}œÊˆ_B—ˆ>$MÜǺ¾aXtÚˆˆˆ\‘g©R|þñºÜßíŠeRR’Ù¸n-:ÞÀñØfÍœÉÔé3–Ùä}¶k:$æÅ_ð}JþúÌüò6À88?k£¡;¤DDDDœ”ÃaÇ04h؈ۢc6›†a`·ÛÈÉÎ*ôΨž~_ò!ël•‰¬à‡KÚÖÏÍz#š·Z]Såãk½j™”ä$Œ"""7˜)'f¶Ü\l¹¹ #‹Øm ™ôÑvbS Àƒ²õ;ñ߯Çѯâµ]Ö*lù{(‘›ƒÉ‡f¯®fß« ‘›f'‘¥@JDDDDDDDDJ”))Q ¤DDDDDDDD¤D)‘¥@JDDDDDDDDJ”)qþTf3ž‘kd±XÈÍÍÅlvŽ(H”ˆ8=_+™™™¸º¹b2›4 """"""Å`±XpquãÔ‰ãøøZ¢M.:,"âì""kðã¶­4ŒnLpH(..úÑ%"""""RT¹¹¹ùƒwl§NúNÑ&ýU'"N/4, €_ÞIJr2‡Cƒ""""""RDf³__êÔ©OHX¨S´I”ˆÜBÃÂÎS""""""rsÓR""""""""R¢H‰ˆˆˆˆˆˆˆH‰R %""""""""%J”ˆˆˆˆˆˆˆˆ”(R""""""""R¢H‰ˆˆˆˆˆˆˆH‰R %""""""""%J”ˆˆˆˆˆˆˆˆ”(R""""""""R¢H‰ˆˆˆˆˆˆˆH‰R %""""""""%ÊEC "R|Ž´£ü°ávµÐfpªy8Q½¶?ÙþõB6î>Iàƒ#éá¡&"""""NEwH‰ˆ\ƒ¬Ý“x¨×cŒxéSå8Y½Y»™üøÆN~µ'm:Xù™ñü¾çWަ:4"""""3R"òb¿èn|}­øøF0ü‡´‹WÛOðù=ÁøøZñiüGs5bÿš3ãÌBî­L­¦Ý™~0G"""""ò7S %"ÿ ¹üyð§øà¥y»à¡ŒoóßMÙyÿ9µŸ8Rÿ"vl†FADDDDÄY(‘\Î9sîŽíoðöÎŒ¼ÿØO±ìÕ9~veâïÄeŸÝ,ŽMSÓ:2_+e›ÐcÌŽfžO0É?1sHkªú[ññ äÖ‹I¸t÷¶Ólšü-ªâãkÅZ© =_û†…ÜóWÕ{#•ïŸoOr~ywˆùQ¥Y&l< ëïhOýêå(ãkÅÇ׊oÅÛxà•UÄ^¸{";f£}TÞXùX+Ððá¹ÄØŠÐγû¨–ß+¡uïã™IcÐ:‚_+>Öpš><ƒŸSEïQÛÀ)f¶Îo{µgø1S¯‘¿ƒ)ùÉáÌñ”¼nV࿾’8dœÃë²ÁÕW#‘ãI60’Ø4²-^šÇ'²ÀÅ„=~+ÞìC‹‹8il'˜×¿#Ï|±“8¸y»â’Çd¾Õ–N/ÉÏqàZSÂ>–€»_ý™s¿ªÞ‚˜\pI?Ɖ\‚Âñ&‡Ó»—0¶Çc,>íÛ ¾]±C§Ò°›<(íFÒÿX=©=g!ÀHãÇÿv Í³Ÿ°56 pÃÕHáxN¾–"´óì>â2À䉧Ò®gæ+ùò§S些ÀH`÷—#¹ÿ…m¤µÿEiû,e‚ ¡|x î&½jDDDDDþ ¤DäŸÃ–©¤¼»šªMûRµö >;t†¦Ìä&êxŠ&€N¦Ø°Å,à¥Ù1€·OÚAܙӸ¸+~@òÒ1Ì:Mîïóyk]&àMÇ÷÷q2ö8±KÀ÷Â]Ç,àřǀ [s”£Žpxþ”ŽÌyŸ2.oî_UoÁ¨V €Þ¥!mkÚéuñ.L^5hSÝ…™'l¤Ågb˜¼‰jeÖ)ì)§H¶±ÿ^Wo{¹bžo‹¾œ¯ˆˆˆˆüc˜Íf||}‰ˆŒ"4,Ì)Ú¤@JDœÞÉ'ØõóOÔ¬SÏR¥À0HˆÇÏßÿâ‚ö4N§åýhóòµR{Ш3}$¿¬þ„x \¿§h˜ËÊR@z:¦ÙÁõì3[W˜ñÚÎqd“e»pÁÅF~ ´¤;Õ=/Xé^…š>„FU½t"aÍpž¶•LªÐcÌ“´ñåóQ¯±!õJ}7aq³œm`&3f³©øít\¾7OÀ†Ãž·½ÙÍÀî°c×^ï¥msþèE˜Ü¼E«6zቈˆˆÈ?†»»;YÙÙü¸íL˜ ýÛÛ¤@JDœÞýû¸µv]J—*E)//\\\0™ ˜üǞƟiøzXp­x?ÏÞõ ­ÈS}žXOÓ>|Ül¤$dâÞ¬ 5XÉNûvf.ͳöÓ|±z _mÕ˜ÝðrÏ+ŸŸÝd¥Åëß°è…ÎÔr…\¼*Óê±YlœÓr.€ÙŸö“×óåó©ìY©¤å‚‡ÿ-Ô¾«å\swNÝÈÂï£n¨Cf–A©°ÚÜêcü@à_U¯ke™9‰ëã†eÊú`mö Æw§^¨)‡w²uû>âÝÊP¡V[š„ºí@X¹{ÚæêLíwpd‘i÷¤l9Wì\C;‹ô[êÕk)ǃ³çðX³rx™É©¸ùžnÓ LDDDDþ GÞßT‡Ã)Úc*à_3`6tHÖÛÓÞ%!þ Ë/¢Ï€:‚"Rl0‹Ž»¸nå²%<Ôw©)ÉWÜ~Ñ—óiѪ£¹ž¥JñùÇs þ¨|))Él\·–ïàxl ³fÎdêôËl HR€Äü¯ø ¾OÉ_Ÿ™_ÞØÉ›ýõì{ʆî‘¥@JDDDDDDDDJ”))Q ¤DDDDDDDD¤D)‘¥@JDDDDDDDDJ”))Q ¤DDDDDDDD¤D)‘¥@JDDDDDDDDJ”))Q ¤DDDDDDDD¤D)q2ÙYY¤¤$ù+55L& œý4k_éOÿ7w‘y£ê4Rùõ£1Œœ¾§à:³~cÅ'›ˆ³køEDDŠÃEC """â\²s²ùiÇ~øáû«–µX,Üv[c:Ý{©)É%Ó@#“˜›ÙãÒ€öõü±œ]žµ‹1-Û3§ò»lý¸ Á02ö1ç™ÇxuÞÏœ¶G‡œ’ÎÐÆƒ9Ü{ ›ÆÔÆóFµËžÄÏK±¦Ö7°Îm³Þb†ßm‘=Ûàs®`S^Y¶þ&¿Š.K·wÐÕ?/‹ÎW‘âÒR""""ÿAͨ÷Çët}l!'l…”³Ç³eê ZVÄÇ×Jp­Ž ÿdiÆÅÅN¾×š`_+>¾Vj¿ºŸlÛïLob%èÁu¤9dæBÎ7Ý)—_.¤÷FÒÒ6Ñ7ÌJÃɇÉ=[™-Ž ûÒ¤R™ü}vfôÒcd8Ø<¶;M#ÃðñµâãD£vmž¨Âê-Hö,~± µBòÚ[¡ñæ-¨Î~´¹-’0¿KÛú'kFÜMýjeñÍïs¹è~¼6{ƒî¨™7^ÖJ4yx»ÒϨعý¨[Þ/¯þÕh1ävŸ]¥þ_q\®R€=‘í3¥uD`þ¶¡TmÔ‘á‹O`»Ö±)Ý!%"""òoÖ•é¢éwç£ôžŲ'" ˜¿)‹]:Ñáµ8Z=3…y}ˆ]5‰Ñ·ãˆ±¯ú”?wé×u&_=…;&<ƒÂqãdÁœM'²òÆ”\¬•(ÅŽKJd°slG:Ou¡ïëó˜TÃÁÏï?ËÈ^ÝðÙº‰USسb5»­Ã˜=íBdÒƒ+ã~Õ_¥ÞÈKj0Røîù»è=ÛÆ#g0ñ6+‰¿~Í[cw£­éþö{<Å‡ïµÆ?ó ^x–qOo Õ“¯0û¹rû?cÄègéÞ”­£kàŽ¿ºÝ=£?e\IúåcF<7œ¾óèHÜWè¿#ñ ãr•úÈb÷ÄN´÷MŸÀçmÃñLøžqC&°nO2öÎa¸wìDDDŠI”ˆˆˆÈ¿† ïÏñŤD?õcoÛÈØú—0’62þí} Xɧ/6Æ  uCÊ­Í€ñï²çqÔÉ/ëP…QQçC­+Üuåâ[‰QQçç§J»dŸ ?ãQcvòæ#á¸oueÛª®Ì]üO=ã€Ç--éкYÑæ¹*J½‘¸]T~?>N¹ÇÖñѨúyýº=Šä¯æò\qÛZ±í[5Ç›æÔá<ø;ÍzNÕÜ Ué‹2xÍvÎŒ¬AY‹‰RÕ;põü4ªNÖ’ùôݰ›”‘‘æ/¾¬ÿ¶Ä+ŽKaõ$oæµÉ{ð{èkæŽm‰¯ ÈpcAé œ)b?GDFèå$""×E”ˆˆˆÈ¿Š•úÎdÖ·éÕo4m6=~ÑÚ옭ìÎð ÁÝ·æ…Qæ¢ï‰€u[Ù•è N™Û¢ìãÛØ— 1£ëá?úâu¾GãÉ¥ì_T/RÙÇâPŽuÚV¿â'ÿ]K[=ªàÏ/OΟëËìMÙ >ðK©vÀ’MìŠIŒ|íSÖí>Aº‹7Þ9¨“AÎ5}\`áõåÄþÀ¯î4¼·^^u ý¹^ ¤DDDDþm,Át|ó}ú7éÂÃÏU¥çEs¢—¦ ×Ýh†…&o®frS¯‹öêj­@)âþ¢z/a2‚ÛV‹+f Æù²W38 r½K·'Òíu>šÔ”0·Ó¬~¢+c®q°¯VŸaÏÅwWó5÷SDDäz)ù2—iÉØeý/2 °Ü’·Ü½\4QžSøiÅ^ÒÛDSÀ϶å ´/5˘ÁìŽ;d$fà¸mq/[ŸjnvvýœAØ€ø\z׎­˜FÑê½´ù}ßöõNRZß^`ùÞV ëÈfɘQhî ¤ê'®m<¯VŸ[hm*Y2øiíA2[Õ+ðn°âŽˆˆHq)ùW2á=šÙ­ Ý´?°œ]Z¦%Ï?ÁíûÐ/p,Cû³r#Ö@‹ÉC©é aÔ*Eò²q¼õåÓ4-}†?Ñô¼ã[â׆Q+ÑnZozx¿ÈàvÕðÍ=ÍÁÃÚ ìB¥¢~.´‹¡VHݶ€¥¿FѵÖUêu»¤eZ2zX$Í'ôà^·—ùÏ]‘Xs°ó àwƒÛzŠ·Q‰ñÌzcÕúÖ'Ø#}æ^ó‘½Z}æÀ¶ ïH—wúðhÐx4(Íé­±9\‹zLÜô ‘ë£@JDDDÄ ™Íf233ñôô,´\FF‹åÚvbò¢ÑÈé \t7sÎ-ô¤Î¨¥,óÁèw¥Ëx;å¢é1y5cûVÌ ,LVZŸÊ€>Ï1áá®`*CíGæÐ¥}ÅknÇmcV²8`/ÍEïé¹€å› ¦~ÿb„æ îþ¿ghþð†¿z7æßYÌz=©=rkü^à…·_¢ÏìlÀ„WX Ú6 Íïû jëÜ"†ñéÔ ÿ|ž·Ì'„šCð0AqŸ“¼j}¦2´ž´‚Ù¥ŸàÿÆõfa– ÿÈZ¸&³éÆ‘+ýú/à_3`6tHÖÛÓÞ%!>ï³6–-^DŸ5b"Rl0‹Ž»¸nå²%<Ôw©)ÉWÜ~Ñ—óiѪ ~þþLùWHIIfç?²mÛØíöBËZ,7nÊÝ÷Ü[èÏR‘ÂñKèч¤‰ûX×7 ‹†DDäɳT)>ÿx]îïVèuÈÆukéÐñŽÇÆ0kæL¦NŸ±È2t HÌÿŠ¿àû”üõ™ùåm€ppþmCwH‰ˆˆˆ8_+î½N÷ÞWämr²³²E‘’œ¤ƒ^¢rø}ɇ¬³U&²‚.iGX?c4ëhÞj¤0JDDJ„)gcÿˆ»49ëù•Eì¶…Lúh;±©àAÙúøï×ãèWQˆˆHÉÐo‘“Í^];W5""ò÷1kDDDDDDDD¤$)‘¥@JDDDDDDDDJ”))Q ¤DDDDDDDD¤DéSöDDDDœˆaääd“››‹ÃáЀˆˆˆÈU™Íf\]ÝpssÇdº9Ú¬@JDDDÄI†AFf:GaëÖ-œŽ‹Ãn·k`DDDäŠ, AÁA4nÜ”ÚuêÞ4oh)q9999t„õk¿áŽ +‡Ù¬DDDäÊìv;1Ç~gݺµxûøR­zur²³¾Ý ¤DDDDœDNnÛ¶náÎwÑ0º±DDDDФBÅŠ±bÙR¢n­ySRzËMDDDÄIqqq„„•Õ`ˆˆˆH±T®R…S§NÞ4wW+q"v»]鉈ˆH±¹¸¸ÞTsOêjGDDDDDDDDJ”)ùw³Ÿfí+ýéÿæ.2½­F*¿~4†‘Ó÷\[[o¦¾þSú """"(‘;{?/YÄš=É8n‚¶n›õ3VÅ’ûOïë_ÉÈ$fûjVîŒÇ^ÒÇàzdíbLt•ZDœýoæÛÃYçÛOñeÿ&D÷™KìiMÖÑï8B jàâNÿ×±|L3¬¦›î•Hú‰RÉfÓËÿecâ%‘SÖ^¦=û9g€Ä˜Ä+ù§ÑŸb"ò–É/oôã¿Ûýè3;«§äáîážûzóÄØ™|ô|J_¶Ø¹ý¨[Þ_+>þÕh1äv§çÿmd°ÿ“'h”·>¸:m^þ)o.žÂÖØâØ0±/M*•ÁÇ×Jp­ÎŒ^zŒì+5?û¿Ø…Z!V||­Th<€9G/mn1ë,N_²fDGT Ã×7¯ A5:ðÌ‚£d]X=­Ó‡Ð&28¯ž:ôúôXÞã`…µÏñ'kFÜMýjeÏÕ_.º¯ÍžÀ ;jìkÅÇZ‰&ÏbWºQ´>µÍÀÉ÷ZçíÃ×JíW÷øz)K¾xƒÎ9_3îéiÄE?Ãì…_ñéØV$~ù,}'Ÿ ŒŠRçÕڜǯëL6lùž-[¶°pP8n×t ŠÏâW—fåàè¦}¤yLܺù¥Tu*{üÂÇkNæÍme¤±ÓQ¨ÜŠš>ÜU”¾©YìšÐ‰/¬ÃÚk ó¾ú”±íÓùôñv<ôI 6JQ£S#<·³ùXN~¸²“oCÂö-Äæäõ!þ§üáVŸ{j”. ×v’c“ Ro&>Á·_c}B~(”¹‡éÿ]‡wŸ·xº–‰¤Ø³Ô8?¯RGþùÛnÄ2Ü»Nàó¯³èƒaTøí;ÖíIΟcìjç\ {V¬f·õaf/ZÆò…òJʸ0 `è‘DÀEC "%åÛM¸£CG22ÒÏ}ÿW²'ìgTl^¿"Çï&JUïÀýÕóÿÛ¨:YKæÓwÃnRFFâ•CÞ4kÙžæõý1S‡FùE3 Yg$ldüŒCDÙÉ›„ã 4¾Õ•m«º2wño<qQ b$l`âÇÇ)÷Ø:>UO€Û£Hþj.Ï]cÅík`þbŠÍ¹£m+¼–µ¬ÊÒͧx:¢–¤Œ›¼—à‡W1wl4^õaEáí{Æ#¿þf´oÕošS‡oXðàï4èA:UsƒVQ¤Å˜œŸ IDAT/^Èà5Û93²aÉ‹Xç•Û|öŸ{@jDEåmAáAŽÁ5ñ¨D«º¥xû‡ κ·“¬þp'¾ÝæòzÎ@º°Œ˜ÞC¸%÷÷æâ×®åÝàJϱz|Šr%mdüÛû°’O_lœw [7¤ÌÑÚ ÿ.{G­º]¨oÌšmgx6"Œ´_³Çp‡#«ÙÿÕBRøeÙLµ'РÀç m¤œJŸŠ4øÞíÅ?=B›ÿ„“¸z3×gÌÓ-©4Úì§Hs€·ùúÏO—«œãÉ›ymòüúš¹c[âk2ÜXPzgŠú:;{ÎÝÒ’­›á}…ÃnökϬÿ%鈈ˆÈÙë# ˆ”” ¨¿:ŒÊÿS0ë']6±+ÆÑëö„–±âT‡Ç¿s@v9ð¬9„çÚ™øªG-šôz‘¿!3ÿv‡ÂÖe߯¾LØ;ºþùù”ïÊ¢48s4þ²O;Ë>þ‡r<¨Ó¶ú“âÖYܾøKÃND$OÆdÇlew†õ(ŒºÖöy„UÁŸ$Ž'ç?¶fö¦lH‹#Õ~mu^Úæ"Ÿ E8צ45:Ô„3ÛØr<—ÜcKyÿºônL³>ðßý!_ÍÁvj;[âܨsGÕ"ïÿ²ãS”ó(ÿ6¸ûÖóÇÐ@ô=pb+»˜šÑ­®™Ý‹$ÉHgÏâŸ(uïHØË“0Òw³p[65hApA·"™Ä'ä`öòÇ;¨ ϫž·§°5þŸ¼ö ¥º¿Äƒ=(íï©§HµÝ˜óójuäÄþÀ¯î4¼·^^õ—¼ÎDDDD¤ ºCJDJLFFzßÿU,eªQÕ–lÙG²#‚À"S9‡Þ¥ÛƒHéö:MjJ˜ÛiV?Ñ•1gŸ±ñ¨ÊÀûh·y.3ß™ÂðŽS™Ðý#ÖOïLh!ëÊš¼¹šÉM/ŒnL¸Z+PêÒ†˜òÿ:.ìÙžâÖYܾ^á׆› {~"`8òšhº–öÅpÐ\1cà0Ηµ¸šÁa`×Xç¥m.ª¢Óÿ³wçq6ÕÇß÷Þ™;‹Ù÷žû’½ì$üJ")„ŠˆJR"íD)‰J«J{$d+-¨HÊ%û>fÌ>wùý1CƒYîl§™¼žÇ<\sïýžïùœï=sïûžï9f¹™$[Fa¢.³BZõRœ&kåæcêú׫ú-z€æÕó’·c°nˆ|] ßÞ®þMVh·êkD³¹~ó‹ÖÕ•uÈn/^ˆ)ç}–puìß@“ß×OG£ôÕ:›ZÍê«[ÜfkÐâÍ:ºTkcuO—¨ÜßXØ’t"YòŠò–Eª3ä!u5\M<¨ý»c5öíÖò3Ùåè-%ŸT²½dÆgAm8í™rÈ"ü®nP¤1€‚߀AÖ½VÞÞ.¹]j*4ÑÐëC•¹î)½°)±€ÏäY÷¦íýF;«á†ªëõT¯ájyÑÙ`L^ªÚnˆ¦|°Q?Ni Cï?«%GlùÞçÝTµ­víÞ’¢¨˜:ªSçÜOŒjDx]8xTl©º^iÚøéf%æÑñ¶Y¤u-€Gt3Õ¶¦éçe¿+©¤ú—ïòJ M³‡ü<¤”øåQ¹² ä ÊÒÉí{t¦y—{t]SÅ¡Íï¾­^ÿK±ÃnRŒ‡$¯8 TC½ 7ßݬÌ:½Ô&ÔRä—€Kã(û1?/û]çcbÇ)müb§Ù\õÍ’Üuõ@5NÿZóß\¨eÉ-4 Y”šÜt¥Lë_Ñ›¯|©Óu©We÷ÜbOÑ©$É+ÀSIæ°nz`P°¶¾»VéÝÔÍÕÝ%Yäè%%R’£dÆgAmX#ªš%E?¯Ú}ÉIÈKs€#¤Èð){&_µ~øEݺöFÍêÖV;FPŸVÕdIÑ‘]›´1¡»¦<£ÈéìÆ´dk]ý¯J UÓT-xæuÕÜTážÉÚ~âŸI9™‡–ëÕe)ŠiPUþŽãÚôãQɧ`Os¾÷™‚:iÂíÕÔeÎ@õ÷}XûԖæqíÞcQ—Û{«ÚE'{2¶×Äѱºrz]g}Dc®‰U@æ^m>))(û1…lSn~…ZW—JÔQ†WWçÙ4 ÂdÝÑ¡º¼SŽè¨÷UêÛ¾€þá+‘×Ù•6­QjZ×[ K§èùïS› 'õ·£¥ô¨rÁ9·\Ùr‹T‡êÊùèDxÒ©ám£äŸu¢ï|c$ºöõìì§õ®[KÍé[-ûä÷ª}Ójôôzz¹Tã¡«•WÆãR½\GíõШ:ºêÙAº5ôIhå§_ÎÐ+¥v3Gª~ö\?·¨îº­Å9åUèñžZ˜åÅ@u°ß )˜ÕlfUÌë]…3Y§S$O¿sŽ—™¦{Ï~£Ê£»(Ä,IfyúyJ)§”l—¾~ZöÅ;zTv»Â€ÿî˜l¹<ß•Ç\.c —NjÀ0ÿê”=«¯¼,®>جÐî³´leŠê4¯&oSIwÆ.[¹žXÚý7¾>f¿0ùH:í­@Kñûi­1Tsg$èý5uËÀªr×>s9)\n8B €aŒœ²9|Ž%œQ⹟?ê‰FÒï3ÚÉß?@~ÕîÐòSɯգjÉÏ?@}é M’í¸¾ž3Q÷l®ˆ€Tk­O¥Ã9<±ÇëÇù£ÕµnDÖX•uŰ÷´ÿèêrÁYÚ5½YÖcZ¿¤}sTó;f?¿ö8ý”šýkÛq}=ó6µ«*?ÿ\–Ÿ±O‹'Ü¤Žª)(û°àØ[ôÁaû¥…(¨­´zihW5©¨Àì¶ü«´PßÇ—ë`ÚäÒçY}÷PWÅU Ê>2-L5ÛÒôudzŽ*Ôòò¨O.ë¸~öu©yþˆ¸°êtÕMÏjkªä¡®¨’5FýÃT½ÅÍzywzÁu-æ˜ri} 3î)eÅ¿•=OÕ½kžlf‘N/ÖèÇÖéïõOhÔÛ'$¿žšóâªhIÐú Õ둵å˜(ÓéíZ:µ¯z<µE©’äLÒOOtW§ûßÒ†ƒi’¬rw&êPFˆü yÜ©%0\‘‘ªT=T&IN–Ÿñ§>]ø¥~ú+^6y¨‚·›2S½îÑ¡=®´e;¬õË6é£I²›Ý«#GN*~÷‹jsQ¾Wè¶>Ù£#GÿÐÛ½|%I¿¼¿VGí…ë¿ä¥æÏý®ÓÓw+Wè»ïæé_I©?héÎÔB./·ö/]ÇI/ï“dV£Iktèø!ýùÅÍ *ì€q SËÞ7é†6E˜Ë^p?]‘yr—öÛ%)F“–ü ŸýCÇ}¦þ‘æBÔµ¸cÊù;À¥·à”€QrNÑ+ìt½#‡kçŽßu&>^’Ôû†~<ÃS|Ütî`¿`Ïó·­5†êåiŸ©ÙØïu"M î?OÏ\*‹¤¤?Vk»$i¿fw­¤Ù9›<³Gûj´s¹~uH2·ÖØ;š+À’µ<ß ’3µx5Jsaùò¹ôy«µdÚ2©I‡êÒ’­RüÅgJ• sLæa}ñÈPÝ=gƒN\ØIÍåêo¹,¯b!—znÍ­tÏÐÆò5I)åôõáY£—þWu¶æîÛ¥'ZWÓ¢Nƒ4ò¾±Ü&B–ÂÖµã Mß ä6î$铳Ã(CÌf³üüýU'¶®"£¢ÊDŸ¤fý×kÕ­{O¥¤$Ÿ¿íŠ#‡ë×-?«~£&òòö–œN>uJAÁÁy>'rø2ý2½‰¼r»Ó‘ Ý›ÿÔ¹SÚü½þLé¢`“œ§²Î ª®·Ý¨˜œ xÔT}?³œN‡’d2Ë|ñ%ÙÌnÙ‡žÚ”‘çY¦ÍÙá˜S΋âÊòåp­ÞEkË$‹Õr®9 Õ§N¯«as6(U5Õÿ±{Ô)ø MxZkÏfݩܖ—w}.Ý–ö¬U0{ÈÓ-¹r.m•èv,’ ÍõÔÚUŠ{îYÍ~u¹v­ž¯ûV õomÐ KAu-æ˜J+BòÑ®C'vxeˆ‡‡‡ÒÒÓõÓÆd’IQ‘ÿzŸ¤¦¨SövîØ®z «‚··¼}|äææ&“©¨—¾³ëèg÷jèÛG¥À¶êþ½–“:hÃsíT¡F[ÕÔrý®3Šï©{ǶTˆ›dK< ŽHUó–2«g?ƾAsÞÙ¦N#ëËÇlWÊ™tY=Bí')ñ¤6~ÿ·ÒZT¿¤&?xHJ?¡_?)[³Š²Ø2äp³ÊÓ…å+ɵ5-ɶ\ë¿I§ÿø+ëœD17ëþQ·¨–ãwízæ\pRÜö­ºø`-ŠMTI+µ×ö“Þ^uX]ûDÉž‘)ûí¼M.íCñ¶ã¥•™åf–¤Tü3^¶>—þΈ×1Õ×À'ßÓÀI{ôÚu-uïñZ±x«Æ6Ë¿®ÅSÎÂ×(?ù…Åøw銖-µuË/e"âR SÔ«ì%&œ‘w… òöñ‘»»»KaÔ%çòS㉛•|l©ÆY¢DªïËoèÕ7'«¡¤Ã ‡ëáoÎÈ­j=Ò?LR¦~|êjUSxx ‚*ÕWÿ7÷+S’{•5©oˆ¤ m˜x¥¢‚#¬ˆ+§i»¹žnê IÚñhKEEUWÛ§ö\Ø9ïXõhb‘äÐÆ1õ]¹’Bª Зñ’» ËwUI¶åZÿÝÞ¤±%i×cêв£ºö¼] ÿ.©ö/}¨µfÝÙÒMR¢–Sd¥hUúßâ¬ó…oÏ…mrIŠ·/áQQMªdÝÜ2¶¹®ç°.>=Wê¯SÔ¾Z¸ÂkÖWã–=5ᇬëçEÖ©¨ŠÕµ¸cª(5@¹b³e*<"J‰ gÊD¤¦¨WÙs8’Ó)7·âÔ™¡³É§õÍããôy¢äqÕz¬S°¼bîÐó£*J:ª7F?£ŸÓBtõìuúøáëÕ8ÒSR†RÓœòŽj¨z~ÙSŸ,¡ê1g­O¸V #<$GšRí^Š®è.»Õé¹õLÿ&аJ¶ä$¥ËS•ë©Sçùš%Y*ê¦W^ר¶å))5á¬ÜÂü”œl“Ì.,ßå=| ¶•S>ý÷mû´>˜z£šDz*qÏfmØ´]§¬ªÜ ³ZGZ‹Ýþ%Ü«jØÛëážuä/)=1SÁQËäÂ6¹˜©˜Ûñ’~ÖÐmógè¦Æá²ÊªÀh¿KŽ¢²;üU§z€2OПUšouµ»cžÞ«‚êZÜ1U” \q:²>S9Ž2ÑS.ÿš%YF‘öœ—túÔIIÒÒÏ>Ñ ¡·³Ú›¯-PÏk{Ÿ RR’Ïßþhñ»ºyðPMLÈóùŸ|¸Xí:tb\’òÃ(Å]ýŽN«­Þ=°T=ü¨ I^ÞÞZôæëù^$*11AëV¯R÷žÿ“$:x@ æÏ×ì¹ó¾”.)UR²¤DIñÙ?§rÜN̾?5ûñ6IveÁöÜ÷âNÎ!À¸  WÙüwp> ÅR€ÿïVs´/a…Ê0Ž€¡¤`()Š@ †"€¡¸Ê@ât:•‘‘®ÌÌL9  d6›åîn•Õê!“©|ô™@  Œp:JIMÖÞ?öjÆïuüØ1Ùív òd±X¦V­Ú¨a£Æåæ -)€2"##C{ÿØ«5«¾R·îÝUQf3gXy³Ûí:°ŸV¯^%_?ÕŽ‰QFzz™ï7@‘‘™¡¾×ÕݯÑ-[Qà’ÊUª($4LË–.QÝzõËE ÅWne„ÓáбcÇM1@¡Ô¨YSG)7GWH”!v»iz ÐÜÜÜËÕ¹'y·CHJOÚ_ZöÖ×:ÆEÂPûq­z|ˆ†<÷«R©À T8ÎlÐôëÛªÿĹZy(³du¦êÀ¦úró)•›Œ«4ûlt=R7jLU½ÁõÐ(¯>¦ýªÇZF¨ÚÍŸd–ö3Úòù'Zù[‚¹Ý¹€ÿ8)@ö‡öÓúøêùù_úð¿åJ,L[¶ƒzëæ¾zÙã-ùé ¬ì^2}LÛ©ߨ{Þû[奮¥ÙgÃëá.OwÉêe-~Í>ª[Wq5Cå‘Û»‘‚îÿ¯€ÿ87J¸@¥azuÎõŠ´äøc§ …úë­~ TŸàùX(éç]ƒ¿¢¬ ¬Pü7Öê²pµ†õ~”k!¸_M]Ѧڶýç§e\ ,rèäòáªî_]C¿8‘5­Ê~TßREþÍÓædgÖómÇ´öÙ[Õ©E¬¢‚ÞàZM\²_éçÚ·ŸÖ†¹#Ô)6<묈FºåíýÊLÝ¢b3~ó?ÓÁÎ~¥BÔæåý²åèâ‘—;*<ûè­†OíÈjÛvLkŸ¬ÖÕåçÑr§õÍ“7ªMlTöQ_aj>isîÓÎòmç„V>ÐSÍjGÉ?{ùaqÝ5îƒ?•V@Y/í³Mß»U+eõ)¸¶ÚxMÛÎÕ±Ëʵ³ŸÖ†y#Õ%."»!ª\¿ú?“}Î&Wêï¦ âÔ ~¨Ü]}N^}´íÓÜÖ »iµÎæº.ºß™¢oÝ­Îu²ú£Nüœ½ÜjYÔqãÊú¹8¶§WꎘUî÷žÙØÍp„àBN»l6[Ž0Á$‹›E&™Òuª^°F}îzH74Ÿ£ÆëïÓÝ_DhÜÚûÕ¤‚IRŠ6?ÙS×ÎvÓàiïkFœC[^½_ÞÒO~¾Ö±Nm{¶—ºM9¤+G?­w:T‘ÛéƒJk&wr¹‹A}æë£ûêÊC&y…U—µ åÖJÔoËVh[Àh½2§›" J¯!KZ.¨díYÿ­v‡Ü£×æ¶Sí˜6¾2QSo Ðúßè:ÖBôÙ¢ Æ7jâ¼!Šq×™_ÞÔãÇjp•VúaB¬<®/ëÒ¶/–ª­Ózªë´?Õhð$½vM¬íéýûÆiñúÃʼ¿¼\ª¼¯:Ì_§EV—öñH¡žŸ±g¾n½ëm™G¼¨%ýbå•ð—ö{TÌ Æ ªeQÇMU:æpulININgÖ¿—;)À…¶OR“ðI9~QGOnY¯1ÕÝ%s:MyYƒV_¯·YU÷ç势Vãyg}à>½NSçý¡ºmÖs·U—»¤Võܵqy½÷Ù_º'rŸ¦Ìü]áÖë½'[ÊçÂÌÄe!5W·îùÅyzY¾Ë½wœ§$ɳj{uïØV¾y´[PÿÏ·SåJuëÜA¾’Ú7thM‘ZòÍQÝW§ržX/î³$yÇt× 1Ùÿi£´ÏkðÚmJ|0V¡Ù¿veY¹µ}ÁzÅ­©/lWèÀÏ´dV;ù›$ÙhïÔqZlаº¤…ªýÏŸ s`{=1·¿¾è󎾫8JkïùçèšôCµ=U:0±‰‚'^جÿŸ§”t`ƒ¶¥xªé5u/ £Š© åf*ºÔÚ1TWi͡٠õ‡5]—ÍЃO¿­ÕÛ+ÙÍW¾©QŠ2¹?£¨ËJ?øƒ¶¥zªEï¦YaT9äU„ÆwùX÷õo ½†jøð;Ô¿m%y™ŠVK×¶·7û€RB ¸O5hÖLUóú áLÒŽÕtJnÒÁÏõîÏãÕ¤­¿L’ätÊ)‹Z?·B3Û䌜Lr¨,ïã+²¦+劘Ìr3I¶Œ"œ`§ åêX)¶ã&«ErÚ…êrÆ/©ßMÓ•ØošÞ˜ÑFQÖãZqw=æÌÿÏvQ–%§3«èù…QE©q¶YayÖÒílW—oÞÓügilÏÙš~ãZ3÷ZÿU”Zº°½M»[?€Ë  œJøö1ÝöR††}ò­Ú,즡·=¢žS‡³<¢›ª¶Õ®_·¤(jð S IDATh3ù]€8Ý›©¶õý¼ìw%uºhÊž[€*J'·ïÑGsyåvÙ ³‡ü<¤”øåŒd Z®«ÓÃJªWúœ¶÷íT¬›0T]«»K:«c‘Òáâ·ÛzÕ²¾ _VíVjÇ&¹Oís¥þEyŽ‹}ügä“"™¼TµÝMi7@CçtQ“‡žÕ’‡{¨Aµ,ò¸)BMà)À…v뇯×é/KοÁªß²¾‚S7è‰á¯Ê6øs=Ú¡Ž|âfêãfC4âÑ>Úôü•òê¤ ·WS—9Õß÷a ïR[þ™Çµ{E]nï­jA5axuuž=@*LÖªË;刎z_¥¾"Õᆺr>:Q#žtjxÛ(yįƒÒù®X£Ô´®·–NÑóÞ§6NêoGK ¸¦€åº$˜‚J¦ äÑç¾Õ[¨š¦jÁ3¯«öঠ÷LÖö™%Òö€U.8±¹)¨ƒÆ ŠÖ5shHÀãv…¿NoýD wJj}n»PÿKÞEc›u»¸-?EHg7~ %[ëªOÝ ïÎ<´\¯.KQLƒªòwצJÖ8{šåY¥€ZuÜX‹P“<8N¯ÔˆVý´¼á<ý°¨¿¢y.s¼\èàB ¿~áE¿l¥7÷}ªÚ îÕ‚ÄzcbÛ¬sEôÒÓ·Tã{ïÓÜÛ¿Ñ„º>jñØ—ú,d‚&Ï› s3%ù¨RÛáj:¤·ªY}Ôü‘eú,h‚&ϽOfÙ%÷P5õ¾zwˆTí‘‹ôƱQš8g”úÏ$/…Õj£ëkxË,I¦uœ:[C×ôa}$S Þöºz_S¥€åº¸î&Ÿ’iç‚6óès÷Ñz{öaž:I}¥gå&~ªm„µLoyÝ­IÏÝ¡>©’íæª|ÁúX ®ÿ%¬Eßf]«\Ø”9L=§+‡ÍÒØ§z¨û¢:Üm;ù‹¾˜9KãfýÞ·FGym–z…še ) –E7E©IÞ¸Ê@Ž·¨¹ük–d=rDÚ s^ÒéS'%IK?ûDƒ†ÞNÅÚ›¯-PÏk{çzß—K?×̓‡êlbBžÏÿäÃÅjס“‚‚ƒ)&PRl4¿}}zOû?¿Z~T¤LHLLÐó3žÕ½÷WtÅŠʸ{ÇèÙç_Èóó•—··½ùºzßÐ/ß÷#ëV¯R÷žÿ“$:x@ æÏ×ì¹ó¾”®¬ëc'KJ”Ÿýs*ÇíÄìûS³o“d—äÐ?ßÍ99B ‰Ÿ@IL8C¡p )P$„M(*).Ëw•tÇ·gt•(s,‹ìv……b³eÊb±”›þrc€2Âd6+<<\÷ï§ PöîÙ£ˆˆH9ŽrÑ_)€2ÂênUËV­µzÍ*íܱ]6GJ€üÙl6íܱ]‹ßW»vSffF¹è7SöÊ5lÔX>¾~ZöÅ;zTv»Â€q•=e^Ø8ý´qƒ®hÙJá‘rsc×®ÊÌÌÔ¡ë§7©Q£¦e¢O|ªPæEFEI’¶n٬Ą9Š.2›Íòó÷W£FMY&úD  \ˆŒŠ:LÊ7Î!CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPR0 E CHÀPRÓé”Éd2dYRþUf³Y))Éþe»ýüç´Rÿ,H¹ü›üüüµß_JKK•Ãé¤ `0§Ó)›Í¦”ÔT%'%ÉÏϿԗéFÙü›jÅÄè·_Ul½zòóó£ `°sÓô’“’´mëVÕoРԗY¨@êÍ×°•”¨Ð0ÕkÐ@»wíÒÙÄ9Š3›ÍòõóWý VêËs9ªQ«[@‘íØþ[¾÷*0(BøOˆ«Gòár Õ²õ•T À gâ)B>Ü($€1 š=RXåõH,Nj`’žV^ "03в˜)A^2ô×â§4kÍeæõgšþúüM_qLv F ]e?¡ÕOݦÛfnSõ*;Û!ÏíòäHÔ–…ê¡;ÊÆº¦ïÓòw¾Ñq5pÙ ÊCÆŸ 5üž—´z_zÞ29•´k‰žqŸ>=Z†?I9Suàǯ´|Ëé CŒômz¢mEÕôY©|üOÕÐÕR§ìУ»¨ND¨‚CBuój9þ¹ÆD«õã¿fg´uÉgZõ{ÂÛ£ÜÕ+¯qU^–qñvÈc»”›×sa8âµqá½þõѼÃOƒ8ÎlÒŒÚëæÉóôÕ¡L¸<”L e?¥oŸ¨UB¡Øî÷kñž49ËkU§µæÉéÚ\cœž¹¥ªÜó| —꜡a¾+ôÈÌÍJ)¢Ò÷}¨;†)vÜOJ-­õIߥ—†Ð}‹ÿ¾ðçÉG•cëªNYÍÔ°ø2´}Ö­û‘I}g.ÖÒe_hÉãÍå㢚±uU§ŠOÞ/8ëUê㪼-£¼ù/ÕÄvPï î¯ùžcôé†7usew¶/p™("S-¤¦lP¥Q/ë½·¦¨[›ºóº‰ú6¡|FR¶CKôüê4îÕ²ðà 5btC[4KëN¹¾¾Ž”}Z3g¸Úµ¼S‹9ÿðÎZMƒ¬Ðç´Q€‰›ý¤~Zõ§¬WݯûûwP«æÍÕ´†¯Üü[ë‘OWêµÁÕeýë”9nÑêûÊ÷úù½±º2”S—“âRiÛôòÌM²^ó‚^¾ÿzué>TÓŽWÍ£ïhúòcräš$œÔW]«qU’5µ©ZÛaz浺³GU Uphm]uǫږœã·í¸¾~n¨®ª¦àPUlÚG“—Púù6¯S˸*çÛŒjØKã?úKç'@¥ý¢‡ê‡ªî„-ÿœ7åìjõ U»dËJtlí"ýli¥mƒ³ äLÑÎwÆêêzÑ  Upt]u{|söÑ8nŠîÖ_õRÖéÍMg\ Eì:òÑÝñj¼ºÏœ§!Ñ®<Ǧƒ‹‡éŠêáY}ˆˆS§Q¯ë·œõ±ŸÖÆyw©[ƒì~Vj¦Á‹œ?Šâè‚®ŠÎ®M³§w(Ýö·æ]ª¨[ÖêlŽ6~˜{§:×Ê®ñuºÿß•äÌ¹í ¨sY­¡ã”V?ÜGmêUÍêCH¨ª·ì§‡?Ú­”óëwZßN võ«d?&Z­'g—‚jãÌTj¦”±j€ªe·_iÈ×JJúFC«„ªÕ {ó8¢¥ê•ïóKj;ç1®Œ».½– Øg¸ô²+hŸó/ìÇ\®{ÁuM_3FÍ+嵜¶[¾¯•xý8´ºÖ‹Ê¾¯²b[_§û??|Ѷ¦®m¨JøEu(hü(÷Šý•´íèF}{Tªwí Ê>ÊÆZ¥£:F<­E_íVêªpI0¬½ß~¯=¡w땹휶KN~POÿZíÇ<¢—ï«(çÎEš0ùA ­ÞZß>+¥hËÔkuýw œ²HÓãìúåµ šxëù}»Zãj&kï·ßéÐ1š?ûJÙiÓk“5}ø@…Õ[£q1V×(E»Ví³æCªëŸµB{_Ѱ»É|ÇL}zC¬<öé€gÅóӪܚªedº>[÷§Ò»7•g˰(ú–O´k Y¦ômzäiWúeQP£¾zpÎ`E»ëÌÖ·5qÂýZ¥…Ö•‡ÒôÛs½ÕcÚaµ9Eo¶¯,Kü!¥7 •»NI’‚z¿¤÷‡Lò ¯!«Ž\œ.jÛŒëÔkú1µûœÞiá«C+gêá»»ëOçwzÿ–Jrs¸Rç2ZCG’þøúí £y3Û*(ã¨~^ü¬¦ ïª?2¿ÕÛý+ÊÍqV¿}ù•~ ¥y/tQ”3AIáÕeu¥6çÖ¥Õ4-yº¥*Hr ¨*oýdø˜Ëÿù%µ•Ǹ2bìnw鵜ï>£z1Ÿ_óßÝ\÷üêz,ë!•ºëþ‡¯V Ï3úiáCšrÁr Ønù¼V~{®·ºOÛ¯V#§ê­ŽÕäÿ½¦š¡µÛdÿ_”Ü ¨Ã·üÇ?)ÙNïW¼|ê¥ó³¾ÜU9HJ:|B©N©BÓÁ<*µQçömå«¶j Uúð–¿Õö¦Õ£–Uj§ä%ŸjäW?êÔý±ŠLøZÓ_Þ£¸É›ôÌÐjr—Ô2ΪM+ûéýÏÿÔ˜±^Ùm¶U×Níå+©]§ÖÕ­¥ë鞘J®­¬ýŒþÚŸ*÷È v;÷«ƒ:-_µi×Umšɬ†º"çsÜÃ&ØuTi’ aŠ$“Y…›%g’wí«Õ§vö¯ˆQúÒ5tÝï:{¬¬ ßèéÙÛ6d©Þy¼…|.ü\š†ÔP\ݸúg»p Î3ßhÚ‹;zë½þPˬ6:\¡À¿šèöéóõû O¨¡› ®s™­á?}¿ºsùJêÔõ*E]…îžöª¶÷~D ,Ù©ÒNWwh#ßóµYérm,þÕ[7îüs•dü˜Ëïù%¶•Ǹ2bìºpi8çéö÷XŠ÷üóûœg?VPÝgò©kökߣVwõí™õZ¸²~¦V×»+ÇròßnÊëµ²JÓgÿ® ›>ÔÛµ“¿IRŠUU˜‘/\ÛÛ;0þ”{%r*kgWdMëŒ%d_7Êì£èJ~RÒqµK‡ÔŽ4iûäæŠÈž¦\½Ÿ>K’Nýu:שPfÿêŠ –Î*ÄU³ìé:›.yøzèÜÇU¯úwh\g“>¹¹‰®ü¨Þøö€Òr®šÙS¾’#õ¬2¥µ©2tpùÓܱ¡*‡…*8º™îþÎ!¥§(Ã!eܨßS<Õäê¸ ?xf Ùm4í^÷Ÿ6ÌÁjѳŽtx£¶Åç¾r—Ô¹ÌÖ0njw]éÀÚžà(ñÚü[c.¿ç—Øv.Cc7×¥aŸQÜç—™ý˜ _W³_5Õʹœü·[žË=´AÛR¬jvmcù›ŠV[·‚Æ?€R±jÅ—òññ5æãxq°VR’tôdªœªuÄŠ-^⥠µÂäéê!,wYä”ãü‡“ÌîfÉáÈŠµœN9eQ«g¾ÐŒÖ9?^™äPIÞ:ž[£²Z$‡=ûÓ“É,7³d˰å•™=äã!e$eüsþ+šöîVuZ¿X¯Î­û¯›£gû¾¦¯f÷R„›$Gº’Ò%“ÜÍ¥³¡2öÌÓ€[fèì SõêôVв×WcoÔçÏ_”]§bœÜ™k¦œ÷å¾ñ.¬s­a^L¦ó«_ µq% (…zåóüÀ’ÚÎÿæØuåµ\à>ã`/‡"ìsŒØ¹ür.l]/\NÛ-/öLÙå&«›¹èµõðÊü(×õégزŠýÑß=²…Z‡K¿}þ³âϱÖ1«~çÚò*¡ŽZ£š¨–Õ®?~IQdíÅÄœû©­êá^®}沨R€tjÇ^åy0Œ[€ªUôTÆ‘½:•sJ›ÉKU¯¬'Þû^?!…ÔŠpmªY¤ýù­v)V·=0X]šÕUÝÍÔ Âš£>MUËš¦ÍË·_:CÌì!_)5>%ß#,¬ÑÍ癦ÍËw(ùÜ/§µiÙ.)¢™êº8\Êh så8£-_í‘«¶¿¹ôksá§òÒ­WÏ/±uqq\•ÊØuáµìú>Ùëv)‘}NiìÇ\}=çWרçäý7¡ªZR´yÍyž„Ü¥:ä7þ”Ф¤³JJ:kȲŠÿ]³gÝLoL£‘Ï?£ ´ô±iú#ì&Më.K uÔÔAã‡UU÷—†è߇t{§Zò·Ð{,ê8ìZUså3´[„Ú_'ç“5jªS··Ž”õÌ:˜¡ýôVíN1Ò¤uÚqöU 4)óÐJ-\ž¢Úõ«ÈßqB?þ|T²Æ)È+k¡ö“¿è‡ÃVÕo_=+ÈÜ£™WµÒA/k×Òëb*þú{Vn®ªš¦×f¼©Z›(Ü3Y;NÚrÔ§½ÆßVMWϤÞu{ûjòJ=ªc^mÕ§]¤šÄy+aÙ4Íúø^µ®pRû-Ô¿ËE5l§Fƨãs·ê¶Çu{K?\ñ¼ZåÔ•3îT=O]rީܕ͞“þÃ,=ýj’:Õp×Á5sôðÊ 5y|X¾ëWrµ‘äæ«ˆéì¦ôůuÕ»ñëu‘üž_bëâžÇ¸ê^ù‚l—ÊØí^ðk¹À}ÆÅÛ¡ÞEÿ¯_ûœÒعX÷|ëÚ¶øûœ<󲎺§_ˆúΪ»ÂžÐ¦tlÃ[Z¯óý+¨Oä?þ”œU+¾Ôu}ú))éì·Ë~ %wU¿ý-->{·î{~˜ú¤šÒô½øêSº* S“šO^ª‚'ê±ù“të¼LI>ªÔú65|­ª¹t=«jÝù–^;>F“çŽÑÍÏK’—Bk¶VïêÞÙ‡‹YÙ±¿f>¡·ˆ×Õ×Évj«–Íž­ ³¾ï÷­ÞAw-˜¡!fI6^õž~ól«-²¾Ùwf()Cªìú”Å‚z3RoÌ<¬{¦MÖMïedýÎ/BõzEÈÔUŸ+^¢ƒ&êÑyã5ðE»ä¢¦w.Òµí«Ã“3uëÐ5ãŽ~ša Tƒ¡¯èÚÎU.ZŠ—ŽÿTŸùLÐÃsïRßévyTl¡g,Óc+â We³†ÿ3M›^©yÒ¤€X];ùcM^Sù¡’ª$s˜ºO¾WmnQ÷O½FÝÞíZüz]$ÿç—к˜rWWW–ÕTÊc÷êÊ¿– Üg\¼:_²]Š¿Ï)…ý˜‹uÏ·®mƒŠ¿ÏÉkêž)P¦/Ѽ cõäÔ!ú4ݤà:õ³^_f“KuˆÈwü(I9§é9eϔ˿fI–Ñ#G¤½0ç%>uòòÛŽ“Z:ø 90NVŽRü>$¦nÑ#­»êýKôÓsÙW,;³B7Õ¢¤[ôÙáº,?B•ÅÚþÖ¼ŽÍôxåÅÚõvùþ—ê”aÎSKÕ·þ™¶U+F•Ø‘³Jß¡ƒ´`þ|Íž;ï Ié’R%%KJ”Ÿýs*ÇíÄìûS³o“d—äÐ?_m;ùº97æujyÐ<«,h‘M6ÔN£Z÷.ÊÁI†ûÿ–ÙMÄÚM̳J»Zu»>ç´¼—¤NIˇj´Èªò©U?Õ€ªSwΗdÿ ©~RzñD]g»2ê&›@jR§¨Ï…j u•ÝPªUK~žäðPóö…–pÕ0ê:›à)ëã‹lZ÷fÙRÂ(€ÓRäš µ¥WYÍ’ºÎn(u›=AT{ïâÈ[™U^5FÍc 9À¹84ؼUI½Î¦Zjží*©WHÕÁU³²R޽IòQ6AU «THœž$ÕÁæµ{î*Ûí{­Jªp¾cL…TKÀfë ömz5ŒjÕQÓr>Ài©aRßA×ò Ö¾7Ô¶7ºBª=i/\UÛðÚM´¨³£juTÝ8}Ó˜ëIDAT•ÔМñ6ؼRGèäøSöêcúåX»yv+£&Ù®àtÕ9ãµRªxjÕP…Tž$ãgHõ7ЩZ5ÉvU¢: àT-»¿ï²› Ý”ÕÞ»w…Tß¶w—UÈ4Jµ6¾Y¶«¢´êœ‡e··°©>Mï¶ÛkxÕŸ'ÉþШ¯ršŽØë÷„Qça_(ulï¿ÿÖ˜@ª½>¶Æœ€Ó24 êØ:ôýƒÁÑdÏ{5€ªˆFœ—¡Š§ºï›58CjLx49ðž àÃq(˜Ú÷¹cC¤Ép–<þÎA’ €dDÕ›úÍ€³õ &™ó’]KIEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/cact-folders-tab.png000066400000000000000000002431321433352025300237150ustar00rootroot00000000000000‰PNG  IHDR¤šƒ7sRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÛ !íUÃY IDATxÚìÝwxTUÞÀñï½Ó3™™ôNB$t) ˆØ±ëº¯«®ØWßÕÕUwu­«û®«+¶µ·uÕµ7TTÄŠA¤H/!”Bz™L¹÷ýc&a’L %Hù}žgžÀÌsï)·ýæœsA!„B!„Bˆ}HÙOÓB!„B!„û}o$¢ì'i!„B!„BˆÇ¦”>úž©„B!„B!ú~Þ‰²–Wzño!„B!„BqàÑ{ñïîÞ‹Jك唈WÇå”]L_!„B!„Bì_ô.þ¶þ[g7S½ µ-sì·jRB!„B!„¯¹/ý-–轡´ˆÿG{å;Q{Øà„ËïӬɃ¸øŒ#¥V„B!„B!böì±MÞʵ|òôŸâÃoE´.þv L)t”ê. ÕŒºêòKØ^ã–ZB!„B!Ä!¡ºÞM ¸{ƒÅŒ•DWÌ™î§L&Ô~òôŸÒi|Š| ÅZÿߪǠTW©vÁ¨²ªfi…B!„B!„8dT×»©ihfÕŸïÖ÷‹ÆNCÓôNÁ£!ÝŠ:>`û'Oÿ)¨ÈW âßJøo«nƒRÝÙ³& ¥ Gïaô6°í˧hZÿ%ZÀGÐß‚ðaMÊ%õ¨«‰$Cü„B!„Bq`©iðPU×ÄšŸ¾`Ú‰g2¨_ü.}íÖZ>ÿø9€§í€LÚbC±„Rˆ—0„ÿF£¢¥:éêéy{Á­Ú¹3®ÄÝâï´@°¥™íóž¥ê‡—8rd>“Ffcs&`2[0( eU ¼úþ×T»u .~kB€UQQ iÙBq°Ò½ìØÚ€5=—I´z`×¥ŸºŠjjšü˜Ó2ɲ«½û^ÐKmM#HÌJ¦·_ ƒ½®wwBqPØQÓÄó>bò±§‘–»[iü¼a;k~ú‚±“O"5œÆ–.ÀöªFÎ}¹/ým;Q¾/øÙ{ªuˆ_ÛÙ5r}=MjN´ÎQKî™ÂQŠ8åÆ ˆ·Ø\ZIuE5…YT4ê )*âo㦲øÇ…<òÀtü£/aÚÅŒ8’ ']*-[!ôû´@#ÅËÖPⵑ7¼<‡E÷Pº¾”äA.ÊýÌ–Ì¥ÚP÷Ǹ”æÇíñ%†£Ò}¾¶ÊëUÞ HðT´XÝß…gã66è=ß½TWlÇoŽ¡ Ÿ‰m¥•èûo B×¼ìØXBqy=î `ŽgȨ<,¥«Y¶Í+¯ˆQY6Ti³|]ï³}@Ú‰B4”ð2-!– ¦ïV) Ö„Ój­hévG(èÔñ2*í;±ùñXÂih›øvÉ|ØÈ?l¹{¡!õõ>°ç'”Z~þq 6‡#F¦aSÎc›BìïTeçQRÓô=N«5¶-ÝÙŸ׫t¦O;b—Ò¨©«gã¦2±våç°}Gµõõd§Å“—‘@ES×Û% å ¢¼€'" ˆŠ|E¤Ú§ºÔ@‹²æØ8Ê~^Gæ¯Ïæïù*”/åwÏl'wDïo0öË€”¯C2ã3@"ãsƒÌÞê''3—´’%ÜþN¿=.Ÿ3.GÝ?¿gE\!Ù¶ýã¶G÷W³te?ßu:C³ËG†! t¨]äËGŽÝò‹Ý´i-•¬XQEÁ„!üùœ 'šP R»½‚ù ×ðæÒjr†åoÜÛy‡·+:¥Ðãù;Úçš®£íw§}ú 0O=†ë'„& xý4?Õ-6ÆwaV`ĨDô¥ ´dZÛ‚$Òf÷b]ë6/ÝÌè«~ÍÌd¨Xø-þÔÃÀáéX›7³¨:“§ï=Šxxéþy,É)"gŽ%ûbسJ ËVz¸ì¶_3Á ”-áŠç·ÑDzçŒíØ&„%2À³‡ÇEQÚÒè*ÝÝpj·i\}ÿû¶£§tkêê™8(ãǤ3óåyÄÆ†®{ŠK6sýù“qÚ-|´`3uÍ’㣦ÛA|D0ÊF)mXŸÄ-(E¯RѶÁžËW­fÚ qàw£o˜ƒ¹~=6“‘ÛqÙÍ—5â˜(ÿùKF â¾W¿%³èTò†‰Ä£„–æ ÎÖðAÓÆ 'õã+ðŒHÃÔXFYÜ þœ¾“pºˆVã ñnZ˪Í´BÇgsl™¹¹äÄ™:ß hJ×m¤´ÞƒÇ‚­Zì$§e2 +.t£¬{ÙQ²•ÒšF½ÐQß’@Ñð¤˜Ô–m¦x[->Œ6’3úQÐ/ü]ÍCéºÊ<¸}¡ù Vé©vü5UT4úÐ#±I ÎOÅaI!ßẒßÈ+ãP`=€Áh xÑbnþiùYªHf°Y ÷÷d;}ºžÊPÐP¾• ¥ÕÔ·h ˆIHÄ Û0´¥é£té"JÍ)Œ“=_šŸš²-lÜ^KC‹†b²‘˜šE~v|è&±µüêÝxüZ(_F éý”·Û Ý_ÍÊ5^μê$¦'G~b >=“NKçè¡K¹éÕ-¨Ã²q«Y² ˜zÌdNCÁ½u9 6{!&›qCMhºÒ»¼¯°Ññ¾_×»èºh¦´d›+šñé ¶Ü¼ÎyÑü»V¿]Õ_R#&aÅOížÔ‰îf{C § ]”­yëþò£› F2r\|òñzRFYY7¯ŠØì•Â8µû}ã;¶íN^…âÀ°÷{Híyº—ï)Ý-¥Û9ñ° 6®?23_ú¸þü)$:mT7xX¹¡ «ÕFb|\Ôt;ˆ £ÌáxRdϨŽOßk J)tÑKÊ%¥ÐC©„qçñÖóç2qÒT¬ÕËðÇš²fæ—4±z»›œx3^“ƒ+U~æâJXEYéjÜM“°Ú]Òº…OW’uç4§ˆÓ?åýzq[šsN>‰­Úb‰S½lß¼×aãyü°’¬  Q·m³?ZÆ×•”dŽ8{(Û¸ƒ¡ÇOäú<鱡Cøêkøá‡¼´¨‰~EI¸KËI3„‹ “hÆëKyøé•¬òùH=‚;ÏÏ"ß¡¢»ëYðÝ2žýÉKÿANjJv0ä¸ñ\—ç"Ó:-x«Ëù|Q ŽScb?FÝGɲ•<öñVNJ«l\vÅ`Æ›‚įŸgêãˆÛ¶‘˜Q#¸û‚Žë)§ÿà8·îæ6¦¶¿1ÔƒÔo*†1Ý”aìX³ ‡ró9S(Œ3€î§ôçÅÜýAëyÍÆôߟÍt€Æ Üø`1š+ÛåË…kÛ&ì#‡qÛo²è2 5׳há þý}©…É4nÚY~é#* {øiþ2ž^ÔBî ¬»|_ jÝ6òN=1Œò0öB^^\MÑÁè#Çpͤ¬FrÃø9üyå6 õþrï¯L¨wĬ ¦!G3ë*”/ኧ«ÑˆíeÞgñ@ib§»ñN×þ:Ö®©fÌ ¹eTñªF}½†#â&[ zغª˜˜Q½¬_ÍGyÔú[½s·¯–¸=©“| >Ý„ËZÝà³Oᳪ˜y÷·h'pX.äW¯å£ù^ú¹”­ÜHܘáÜ~~NÐñ46R¼j Ï|·‰ê&·vWþÏ”bwȉ¶<¹˜Ú#ŽˆÞž[".Ë~Á6Ûu­ë~*UÈ;f2Wì˜ÃÓ•öÐo®é{J‹qŽëb¿ß‘€w›Ò·û@ š%+´î×ñÌvÒÒ›)7fòûÿÏèd õ;¶ó曫XœGf´@M°MÕ±œ}¡ RZ®“•fåèii¼öf5^gf¥»}ã—8¶%CåF6ïj^…âßÙ =¤ˆèÉÔuºWßÿ~Ôï·öžêÜCªûtí1vf¾<ëÏŸL¢ÓÆ¿‚$8BÁ¨™/Ï#5%…8—³]Ú‘évà £LÁ(-€jÔ¼õ |jø-(EÇ€TTÑÆ ZsqŒ½€¿Þ~'·\~2›«u^ø¡–I‡fÜ´þ,ZºœÅÅ+韮ÓàÈ¥_@aìØ±ø–oâÓÿÜÂ)WþKZ·â Äߢç2…Ž—ž ŠÍƱÓRxëÍ­l‰Éãš‚-  Š™$kÍþ^s ‰F?µõ—•¸Œ,λÐÀ¶û–QéÌ'¹õ ušº…… ¤›BÁoЀՕÀäã'3"å[®S ^•ÓÇe2Ð:'x} VSšf7ÉÇÇÝí€FCƒX§‹ñÇN&Û4—?/Sƒ¢¢D2Ãé·`Àš˜ÆôãÓBù F3ýGŽâ6ß\õKÇ{ÕíÅXšÖýzêvs—Ùžko?‡O°¥Û2ÜRãÃ<þ(þy”³í<TL$ª-4jæ'k·—º€N ¦L†Pä¾í%اÍÝìm§[Õîâð©G0$y>×¼_æk_~Þ «ÍÉaGO"Þýwlq02ÓºKCcô–ZJµ4þ2,Ô¶Ê¿˜ÇCË\%[k¢ø³ox8ådnd k|>Yß®e«šÐîæ½óÙ»ý;=å]r=Ðîš@÷±c]…¿:‰Ë†"¯†ÓÕþÒ¢yãb»këW×h,Y‡µþ¼Ô4Ö’wÂ1{V'›Û·a¯—Ÿ>7^=t•µ³‚Ô®ßDü±ÇrÇØÐãë«ðØœ¤9œ äDSƒŽ­ûò×ýÔÔ8'Ú>àà7uÕž±˜ä_¶ÍöY]·/'ÝíG‰±0é&²ö¡¯ùÌÝþ¢»Ûý¾}9õÕ>Ðq‰ÎõÜLq¥‹¿ü¹ˆ"ôæ&¶µIN´ànð£¦êQ~qÖñÕnÇ7`$GÅuxôÍ×\=„Œ‚"¦™¿b'\«Þ;ñ ÛJ‚¨M.nÚ¥¼ !Äc_Î!iÚ¤qíþÿù7 º\¾§tsúe`³Z˜ùÒ×ÜøÛ)Ä;B×+5f¾ü5¹ÙÙ¤$'vJ»›9¤ì´ï¥ý©{‘wyÜc@ÊçF}?þˆ+¨lqsÝ?þKœ%À GM&ÑjbùÒ¥Ä`¢ªÑǘ~^”5qLLy.†O<Šëþtg—i !ÄE÷ãšÈ ߇nýa•GŒ`Ì "¦Ú¾dÔdë?_ÿØ‘)&¬ ;rð|ò!g¼§ârZ±Z“¸äwã8ܚ̄dÏ7p9ÂÇø`0â9©A~xî=î)†Ü#¦0óä$\£†3í‹/™í۹̳ïqOqÕKlL6·O´ͼ÷ø^ØÀ1xO\”CƸ²¿ZÅìíÒÿÇ–8.»~Ó]P;ÿ3~7«¼ÓNäž 6\3IýxUXÛÝLy•LfìÊzvi×S“žCä\ñ–¬þÔvY†n®îÇÝSœ€ÎÆÏ¾à¶Ï«iÖUbS’"Έ>~þ#žÛ®`´&1° uMsäí*^%“ 'Ø Ëß›Ã] šq ÇÃçgã:œ>›ÃÛ¾ÄõcdÂy'qÓPF§b[\OS²)b¸Rúõ+X]ñ\{6cŠ1µÝL6ˆË%=¼‹W{pfä`4ÕNjºËê`P"ÄÆ‘aô³IëÐ<µÎMVëuÞ;ÞëèÁ >¿4«¢Ô˜ÃÕ €Ÿ^ý„.ó`0Žg/Ë ×¶Ê`?~¿ õ«ûªÙàMçÖhõ—¶~{¥N|mÝo‚üðòlî-Q0ì$tÚ Dó×±™~üm¬ ²äÍùÛbÎ1Óø÷Ù me¥+=•dð"rH¤¨pž9rƬhíÙÏ‚ò_¶ÍöU]£k#ÚYå¢ù¼âǵ#’¸ô¼Áwø‘Ø–Ûͱ3²œújÐÐ:\SwZ‡îG‹q’¬4ðßg>åírTyCûcܰ„y÷ýÂXª¶jqi:f`ë)© òaé.Ïr2ýˆ>ú®‘” o×ûÆ/qlû©‚æ¸þ]ä5ŸDEÃç—K!Ä+rN¦f¯oÓjƒô”nwëêøYoÒõú ´?­…G]ãõ¢®/2Ý(©È`Tk ªuŸ)gj HE>}¯W=¤z²×*qêµØ‡LgÓÓg‘?p[^@‹1†«×’b·±ÑŸDÊ€üf'Ë7üÌ—ÿ~ƒjIÍ…-€ñá®î[ymacŽtqúôáT 4ƒ·”××3õ(Àl"Þ a{C§NåîII´ÀlÀnÒ 5´Ö»[NCZâs3¨þi5KN˜ÄX£“‘©ï5tX&8ýõͬUÒÈ Ÿ;N¿êLN\Ìæ Å $Ðþ»vC=K*t¦»¬v#»‘ÍëÐ&ØP­6ìz€Žsý’w}=½ßF›±­½ÆtU%[Iï² Á’Až蕼õ}3ÉÃFPdÒøêXßÔþ4˜T0» ÁÆN½L)idhUÌþY£ßü”Œ!Ç0â”czLS!zŸf$Î:&{<>J¾_Kñ‘£08'P¹p5ËÝ c}€ÙˆËjæ(þ8) |ùñj–6Û™zòFZwwÛŽ“ÑŽ—ŠŠA žß¼ÝxñöwI:Š¢„oŸ¼ü43[#­4SéˆÁPÛ!yE%à׊ *z0H0|rêüؽõôz.lêÎóQ ~+Õi£øG7e¨¶¦©ëè¡™OB“rkzÄm©‚¢„‚,š¦E»³ìô^§ó—å̪+[»}( èá:í"pÑ.`Ѻœ)e{5äáÂÆ¨ÁV^\P‹»¿ ³æaûv(š¾%o®§,` ´TLªN°Sïh%"(ÒSÞ£ÜÈw²×î+г$íºeëW×tCõ§w®ƒÝ­“hûLW×'톕éZ”'É) ÷TþÑ×h(í±=÷¾Þú¢Íö]]GkwjL7_ZưëFPÐ?>â?ŒÃº=v*z_ïJ/Öa&£?¼ùøgl™\Äéã3ÈXÀsöòg|-i_ 9òB?¹ê¦s¸*òsk&§ä/áíF”øýéØf$-ÏÔE^çðLMòâò$?!ÄKébh]¯ž†^¾5F¤D Sz²×]ÐkWÓõ¸›Ûæ Íõ5èpýSÚ&:úý%ÔÕ©8ލévŒÓêeŠB™:£Ô(Á¨¨'å^5jçí«b¶£—W° r0ÛXÊ;_VÑ jµ“îˆÁ–âÄPëéòæ;òV¸ëe|U»³ž^ncZ:.Eoë%ð°gu_†mÛ£&sêhýög6g<– …¦`´—f vÑJª $tÊ©¿²œÍdR &1}˜Ê] Kp ÇØ˜PÙ¯,×£”}7&Tyù4¼÷§ý'rØN?F ŠÇغœÑA %¼·:À…F2Ž™Äÿ6/ä•eki0Æ2òè‰\[:…o_¸RGæÆª¼€ÕÂàþš¿jj$j¯ êþ^ç]G^ $%Zh^ç&èØ9ÿb±Cy¥dÐ_IâôíÜöU-zN»‹Vµ+õJ·­Mt¬?‡“aïÔI”Z ƒ;\¬è5Uì ƒ,5‰SF[ùûÍd™ÚíF½‡ò×£…8´^µg‚þ_°Íö]]wžÔS29lâÁÙY—]|>7ßþwŠ—~Fþè¤u !xº$¨šˆ5†Rž˜¬ûr5 b20o]ÁBR±+õxÂÃÕ¬võ[khÂIlÊpîÿc›› d¶Ÿ:â†-ò&ÀÀØgòº7ˆÕºÄn^ÇÜ{»I˜ÛîÌñ¤Kxiñ`nmeÐqÓxñ8–€ŠÅ[fÏææ Ö^t•í¹,Ì-[v}=½ÝÆbŽ”Ö'*b¬4öP†Fïþ»´¿Œ´Pxòñ¼6=ˆO7`®_õ®gA©ÎØ\…ÁgÂ+'ù1ªÕÜwßB¶udö—ñâ…Ü=>†agœÄ›§Òöä/Ïš|Üàè4Á{Ô"ìP޼¡Œ‰RzÄé9.3‘åï-äËô‰L³3ù´©L>­ýW‚¥+˜ùJfž‹ ¿˜¯Öø˜<ÒLö‰'òÚ´šÙy§S­ïuÞŠ›õ501 òÏ8‘[ßüˆ*rÈK4…êÂOšVÂK‹sûaV N8Ž×ŽñãQL쌸‚[v¡~S<©’nêoÍÞ©“hå¯G È*’[6óÚÊBnbbè)ÇñÊ)/§œ–†îËŸè=NzÓžM»Po}Òfûª®õh…¢`M˦fÑB^u"32w~ÒÓ±Ódlèó}à¾UZ÷ëÐÙêÄãwLÁÞÔLu‹Jbb(Ç5;<(‰ŒJ·¶Ú‚õ›ØhÆx@Ï?ò6¨¡Ïµ ÎÑSyîì$”œ&Ú¶ño?:¶iÍlóvW«3ʰs!„8p´ëqéêIx푞†§ìüñm¦k·Çðö7Ÿ›š±Ù8]®ðçðÄ»‹ÉN§_²ƒÊ†@‡§ì)]łԧŽ/µ‹`TdPJïжPø‚¤ûÓˆÁd¢¡¡‘w?_DÅŽ*Ôï—3¡¼‘3Î8•fÏá«yóA1ø1Í u¼ ÙB©`ÍlOïÄP1ĤA¿¸ ÍžJn¦™š µíRòåÜýÂ¥S²(HJ 0 ú¨ØQÅ*O ±Ö®½¾z/ªË øÙºb O½_޹_ê&o§»I]7àÊɤtögüµr8çMÈ$ßiÀbo}-›ülªÆÞ˜sÖ”’¾ëëÙ…mŒ,ÕžNjÙŠnË0>#‰Í~Æß*‡sîøL8 ˜• Õuf«…¯Ïû¿Å y1Xl&Zª}XmhêfHΤzîÜÙ0‚ßNÌ$/V…–F–.\ɳ_5—ã¢r£§ûHG‡áO½fŽ'/­ŠgžÃÒ)C8yDñF@£¡²Š­áõ^bó³p€Ìt¶ÌžÇ3ÚhΑ@¼Ùˆ Mµ¬_çFqÄŠ c IDAThdQ/ónN°òõ?‘}æ&ehª€IèÕbÀ™Éö?ç®Úáœ7>“ŽP€Â×ÜÄÖÍÔÇÄ—騥úqÙ™ÝÔŸò½P'Dmz”åârRYûΧÜS6„ǧ´P­%pXŽ 4 •ØŒÊ?Ö„ÒØyjl/Úsš½×õÖ7m¶ê:J°BÑutÅJz–‘9o­â˜?…æï€µ¶ûrŠKMèó}À˜œÑí:ˆ1c °¥ÚǰD;é±€·‰Ÿ¯äÙV²r,¡< ¡ÚÇг2B瑲bæ{R),JĬþZÖ­ÙÀJ-‰¡jÇ0óÅJ›ö—c ¶^çU!<‘O­k“ièТ^}·ãïš§†­¥Ô¹5\yƒÉuD™¢X÷Ó°£œòšÜá¡HªÑŒ5&ž~9ÉØÔÝ©_º­¿öBè]´G=H]ñj65ƒ11¢,ø=¸kwP^ÑLSC “Î;뇘Ð6ÎgÆË:ý¸0j=”—û@ÏíyWê­ÏÚl_ÔµÞÂŽµëÙÞÒz|ÜÙ{H÷ì`íºJ¼XHœOªEëy¿ßû@ëP›wP²¥†F_øéD3Žø2ÓÃåßáXVW²†M :Ø2(*Hh¿OûëØ°º”&,i Nµ ìGÇ6‹{Wò*„–G Ÿ|ø“=†fïn¥ámñ³æ§/8á䳩itéƒ: ç¾ÎÜ—þö¡§êyýÜQ~ÕD¼Zßk/焆úiìü‰Cï1 U²½f×îÍÜÌûî¶ÿO8ë6Ì1iÍB±;´&6·pU[@jóÉ•+}!ö ?5Å[8ãT®ÉÖñzüh31*€y/|Âsîlr\F)*!„â b·Y1UæÎ~›¬ÁˆsÅîÒ÷ëê›(]3Ÿc§Ÿ…? Ñìñéh­©B¦f ¨eg0ª¨ ¿ßDè |-têÅSöv­ÒL6“Ï¿oÒBÑz~\–ãªûjÔÁƒZUCEr<)63 Q¿c_~±”·+ÓÈN3Ê>)„BdšÜ^b¬f¦x&Ÿü¥»‘Æ´ϤÅÀíõ°éví©yÝ=I¯[=ö*.«––(„B!„BˆCN‚ËŽÅ´{=¡[üjꛂt•ÖR³ÙÙCª h¤}©vöj²·'=¤ä'?!„B!„Bzªëšùt#Ÿàùv”ïÒÌ©]¤;ªxoÎ7Òú„B!„B!aƒUÌÝËivÛCjÖ½¿¦¦º žRB!„B!„‡ŠÖžQe¥[yæé¯özúò˜&!„B!„B±OI@J!„B!„BìS½žz]†ì !„B!„Bº˜Ì|¯‘R{NÓêùdƒGŠB!„B!„¢Ú+ìøìv¦O›ÁÍOýD½t&B!„B!„èÒþ9dOk`É‹ñvàWÜzi!Öý¼Ý‹ï攋?¢èÎxðâÑ8Ñ鲸ôF–¿òo4ŸÎ-—Ùïó¶_;ÀÚÉ~%XÉ÷ÞÂkö«yäÃöÿ²“ýF!„B!*û®‡TËrþorƒg¼OE°‡eµZ¾ð8ÿ™WŽo¤×Çb†ýž—¿ŸÇó—&ÎÐS  žŸÿÏ|Z†/Z>t¥‹>cÎÒ‚ûi~w9–à^ËË×Ȱ¬4RRÓH}Ë[ Xù5÷RCïOxp=+ïã¨ì"f¼_AÙìM;9Ôô¶ýhõ,›ý>Ÿ¯jàoN½iÛ÷!„B!„´½×CJ¯eÖéE\¾ óGqç¼Ë’™©ô\Äà¬DLJ7=ˆB+k·Þ¨‹*öÞ§×'7þ]çWôÖ¾yÎ.òÚT=”·Žùð®å‰KÏ烓>fÁˆø=A~éüvW ßpíøsxM=wçÿ“‰ŽÈ‰Ï|¬yì"þø–“ßÍ|•ûÛÐ Ù 4VóÉ sÿÏS¹óùû8,Ɉ%7‹'‹AE…d%YPºªû]i'Ý»‰¹OÍä±×>eaIv²ÆLãœßÝÀïO.À¾+óÈõºýè„ Lß'e×méMÛî¸ßȱ[!„B!hƽžbÖ…<ñài¤µ¥¬`I‚Õäà‚§>₽µSÿ½›Þ^Ë/ã ±ïí|ì/ùí$@é;÷ñv­«þ÷~ðGÞùMmÅ´¶Ó‘/qý9Gí Ò¹2wa3.¹‘KOˆ©-½syòãs™PoXÄ}¿:“–%2iÆÕ̼©?vÏf¾÷\6…®z‹Y·N$N=÷—ÚÈ~Û¶…B!„Bô•½?dÏ1€1&0±í5ž1¨Í<=5ì ¿¢±uÙ`- Ÿ¾†“Fåš–Njÿñ\üÚÖ¶áW-_^ÇÄþ餦¥“=útn~§„–¶{Ü(é*˜÷ÐeL-Ì 5-ÜÃÏáÎÙ[CC|´Z¾»÷Ž5 ´®´l&ýuiäw‡ŽÛy³íÛ‡wý‡‡ó1è¨ßñRIä½z”|åÏHNZè;ãî[ƒ/jùÕðÃÿËñ#²Ãù=‹?¿º’¦Öî#ZŸÝzG@ZZ帧¼«xî_?‘yõ <{N,?<ü"k"×ZhjÿPÞ†þ—Σ)ü~ñ?§~ÿÈG7âÙò SÓr8ÿ‹ˆÒØ“vB€²7/gÂÀÌÐw³†sü5/²²9¢M°ŽEÏþGf‡ÛFÃ&ÅŸ?ÜN 7mk·¹Y:óJX–Æ%o~Éÿø=¿9m:§ýÏUüß+_òyü*þþcS¨Gw·ŽJgÄ-Kñ¶&ÑøçõKçèç¶îÜÖÞ¶ŸHº›µ¯ÞÀôÖ2ÈÁI[‚g_´‘hÛÖÓ~Ógu"„B!„b_Ø‹CöÂC€ôþ€Ûâ £!bøUë/+:‹Sÿ¹‰¿»›ç§dc¬)£eDF}GhÙ¬ãùã-Ç‘g­ç§ÿÜÆ½WÍ iÈ\þ8Ðe›¥÷žÉ¯ž0qÞÝ/rO¡Æ²ÿÜÂí—\€ã«9üq@=+>ùŒ•®+yìÁi¤ë 4'÷ßýÉÚ{Ê/€ÞÀüÛÏà’{ý#ü}¬‹ÚŸ?äÑû~j+S½c>ÂéÆŸþ(¯\]ˆ°¦ôǨoïT~+8›Ógî`ÊîãÅqN¶Í}„;®;…íkþû›,ŒÁ&Š¿ûžõIÿËM">°ƒE/ü•û#ËqèÔÿ¯TÎŽerÃEä½ñ<Í¿’G§8ÃeÊŸqüßy÷ÿÆaŒq9ØôÅè@Ö¥/ðü¹ý0¢`KËÂд3íPÝìa;A%nÄYÜøðd$©ÿùn»õÏ\Öo,_Þ0s8ý“ÿ¹•qWüOíµv>÷_ó _­¬#8= COmky÷Нy ϼZŠiÒ\;ÑÕ~ˆ¢â`üÕ7sô —óæS ¹åð©8£ ³‹ü»+í§C»ó?Ïe×½†zéLÞ:s0Ö†M”Z20îñð¸Þ·‘ÛÖ‹ý¦¯êD!„B!Äþêµ5wqDî]oÆã+fq¦«Ãmjý7üó±Õ¤\øÿ¹ãpb#? wõ°ÏY'…8rˆŸ/çþ¾-çšý:m¸^û ÷?SLá­ß󹘀q…&~œûÞú°„«ÿšMÇ’3‰ã¦LÄÑgùÄíßÊUýMèµóxø¿Ûȸ|6Oß0 À…4Îz“[zHÖ’˜GaQÄ“ãËïþ'V“üÛwyö¦q¡ò›2†¸’qüîþgYuæ ’¥ß3u2`ò0¯G]×e9î’`sƒ~ì3œ”nÀœò?ünÌ#ÜöÄçÜ1é R"úß\¹ .*ÜYîáÀ“-5ŸÂ¢¼¶!{¦½ÝNb ŽãŒ‚Öæ8–Þá²y«h¸~0‰ ß1ó±UÄÿúuþsÇ$\ à6ñ®ýAª{Ù¶þ8hÐî_í:Ö5@öC¢ÉSœC92¾Ø°šJÿÔès’ífûé(PWJ-±L˜t G% 2œÃöÆþ± mdç¾Üó~ÓWu"„B!„bߨû©ìKyîÑÓIo³fp’çê<+³¯t!+ÝVF_Ø>ÈÐÕ™KA|½-ôT°ŽîÛö#k¼PzçDúÝÙþ3WI >2ú¦;æWµÓ/ÓÞ¦¥lð[qtAè¦z/j-¿Ñ'í,?5‘炯²¢NcxR”rtå10±ërÜþÍïðä'§¾380f0ýª©ÜyéÌÚr2—åšöZ>w¿ø(›ó0·Ï|¯Vn§ÙàÀá×`¸¿þÒ,w›sÊ\]LÞSÛÚSÊ~p ° ½”?=‹›.ÇÚË%—\į&faÝÃÛ6Ò›ý¦¯ëD!„B!DßÚ«Cöt{CFŽ"§]Ê:z@ß¹œ®£kZ»a:Ój·,€nÀd-Ü94©]z::ÆÝ3‹û&ØÛÝî]YØôŠÎiî‰nóÛþ©oºÖa{#·£c>¢å=Z™tæÔZέCº´®ÒêXŽ»]-¬ùï¿Y¬dÕi¼ÜáÓç^ßÀoÿ4sOùéðÔ´ÎõºgíÄWü4ÌxÆ3ïæ©¿'Ý\Ég:{ÂßÑ‚~‚1•vën·m=´­Ýö©ÆPà„¾_IÝïÔ¡·Þ°’o7AÌуH2êèAƒ _ T¿Ñ¶uÚO[“Ñuts¾´ˆ£¾{›?õ87ýœõ4=8½Ý„ýû²t»ßôQ!„B!„Ø7Ô_jÅæŒQ䛼,ùt5M{-½ –¹I+ÈÀ­¯òRm¿H/sæX ­^}°Œ†ÞÞ«b­à®óìEÚK>]Csë›Z ?ÎY©c×ÇUÛ¼”Þ(%ýü§øð“™ÓözŽw°éÕ—XîùåÛ‰gãw¬c0ßð[¦)¢hØh†§îœ_È”6Œ\ƒ›%_nèrïžÚÖn³äâs2ðÏûüPù™ÞÈßÃ-ÉœqéØÐPGƒ‹¬8¨^]L½¶gígçz"¦b#çÈó¹ó¥¯˜wçP¶¿ý0—öyéÍ~Ógu"„B!„bŸ0þR+Vâ§pý%¹œòäÅ\sOîÍSÎÛœ1q7Ó»(‡SŸ¾”Ž›¸äè|œþJ6l40õ¢SÈí«ˆTÃ~û › ïrøã&q㕃9îÁœk¹™+„Ë_ÂÒ* ¾‹ôLéŒCÃ'÷óè{W3Þ^M©6–s¦uÈoÜ$n¸b Ç?|¿K¼KÆ9)ûôanû\çÈ{/cˆ•ç Ú£l/ü7ïWesÑŒãSÔ~éþ—Ëç¼Ëó‹nbÌ„_¶Ø²Ç’Ãý¼ðÐËäŸ7’‹›5Õ; FMšÊÕg'qîS—smòüv´Š…ÿåÛ:0÷¶míöÈÄFÝð8×Ì?‹GΞƺK/çì ý±»7±à½gyêóRò/{[Æ9BUc:SN/Dÿû_¹ö>‹&¤c©[@™ŸOuìeûÁà 5½ËÇË ™ž¸˜ÿÎqS0,—VÅ¢Å;À4˜«ºÏÛˆÒ‹ý¦ïêD!„B!ľ°÷‡ìµ길9jHGÇΘ›ßáõ¸;¸ûÙ¿pÑãA0&1úŠÿpò„øËeÈQçô»å]^K¸ƒÿ{þv.}&Ä’5á"Fœw29f:§¹'ZÓ({™k~Óq0Ò8ž^ù6'ÇYzÝÌŠ»›»ž¼›Ë^ð ±iƒ™:>SÔ|8™rç?¹àŠÛxèªó@‰cè…OròÑÙ–³2ìoð¦ývþúôµœ;3ˆ%ópξ÷=nûM¿ÐÓÑtz.ÇÝÌþ¼çæÒ˜s§ 0uj±#~ͱ®wøø¹ï¨W½Ü»¦Õ6ê°u¸ÖžµcÁå<{ÿ6n¸ÿ¯\ð†/³q¤R4=3::.&ÿßÛ<ó'îùçe¼ß¢0hh(¥(½k[{ÖU‡ñçY_3òÉûyì¸æÙFtl¤?Š«‘«OH¬Òº?pÙsòØÔTWÐÒÒ"¥% zÍGüfôåÔÿýG>øM:)!„B!„‡‹Å@YéVžyúiþõø“³À4 @møUñï†ðçžðò h°³?Ê^ëG‘™ÕíçÛÊJ¹Êë©LäréMÞŒüùÙ<ûe¾ögP¿xŒM%|ýÜ_ùZ?œ™Ü§Á¨Þ–᡼ÉñF!„B!N{mÈ^YéÖ=úþÁ¨§29Ë¥7y; ò§{([4‹½úe:`%}ä Üúêü¦Ÿ¡O·¿·ex(ïCr¼B!„Bˆƒ“Ì´"mŠƒ ·¿ËÂÛ¥(„B!„Bˆ}eïMj.„B!„B!D/¨RB!„B!„b_êu©M%ÅRZB!„B!„‡€Â¢¡}š~¯RGL:JjC!„B!„âPS]Õ§é÷: åv7Km!„B!„Bˆ=&sH !„B!„Bˆ}JRB!„B!„bŸêõ=t]JK!„B!„Bì±^¤$%„B!„B!ö²'„B!„B!ö) H !„B!„Bˆ}Ê(E „B!D¿›’ŸŸ¢ºl.Íõ%¸v ¨*ŽøþŒ½•Œ§I! !„û)™Ô¼-¾J6o¤¢r@ÐÑÃe¡ë:F£{Œ‡Ý‰Óå"-% UUÙ9ë–"­ì—®Ã–vT–£¨*ɉÉX-V)”^im»2ƒÜžª­«%ƃÅbéqÙ¦¦&šššHKK“‚Bˆnl^ý"«¾û ý aÈèñÅÅš„¦ùh¨YÍÒïoÁÛ°•¼‘ÿ+…%D[´x?.ZH0ܽ›R£‘±‡ΘQc¤0…8„Ȥæ=(.)&!>Q# šÚ ø|¾¶—ocÉâ7Øß@¬¥Œ€û' ¶qì§ ©ÙÒÚö¦¦fü_»÷ªk*INJ¡¡©ž²m¥¸\ñ¨ŠŠŽ:˜LfŽØC¢|Þ›õï0+êgŠ¢ ª*v»§Ó‰ÅlEÁï÷1qÂDŽ;öxi`»!ÐÐЈÛí!##£Ûe5M£¶®ƒÁˆÛãÁf³IMÍMøýþnONm? c6™q8RpBĶ®y5óoä˜3.'&nºDQTÞåÜóˆIçÈÿÀÜ·î!-ÿtl±™RhBô¡-äW_‡ÉdÞí륇ÿõ£% Õýµb Õ(×8âà!CözP¾£ŒÃFŽ·Å‹¦Ñ4-ôÒ54-:¨ªŠÅla@f%’ëñ5ÿˆ§ú3l)wÒ\þwbÕz Öc ÆJö¡ææf FNg" °TT–c³Ùð}¸›ÝĹâ0™L¡[WÜ‡Ä ìûÌâ´SΠ¸¸·Û×ëÅçóá÷û ƒ˜L&ÆŒÍùçŸß€õz½<úØ£Ü m7ý¢÷Ü7ñññ´´øhjj&6ÖÞå²õõõÄÅÅc4ªx<^ H…ùý~’“’{½üöíÛ% %ÄAh{E-é)ñ€Î²/þ—a#ý¬ÿù3?£jûF¬1ñ 2CÎÅSq3fWCFO`Ý»qôSR€Bô¡Ðu¤™Í¥QEUQEQQ¥Ý+$¢'¾ÉI©)Èî®)k~dã·g‘wäÛÄ$È}¥88H@ª>_EQü躎¦k躎®…þjš†?àGó-ÅïÿœXÓ*´–µØ’¯'&ù÷€–ÚLj1Æ¢‹f(”BíMM͘L&¬V š¦¡( ë‘'½ƒ¡-¸b³ZiQq:þ›X—Ë…Ýno륪j¸0›ÍÄÅÅc00 ÄÄÄœ’Œ¢(Ú -^ qÄÆÆ²uk)v{L—íÒív“••@ à§¾¾A ¯õRUÓÛÊB½¡B=CAe]×Û^111hš&…&ÄA¦¾ÑÍ)—ÞÃ_®:‹3O8£ÙƪFŽ=‚¢ñŒI,¢¥yË¿¹‹m1éYpÿ@bƉl\÷¾ ûˆ‚BII1->_¯–·Z¬‘‚ëùbˆÍ Î#}ðil^p…'¬EžO&|2‡TBã C§¶›ZÿZFÅ¡å#´¦W©Óš0˜óq%] v$Π¹â1ªJîE5¾„-ãI ¶ÑÒòö2¿¯«ÅLÀïoÿ L(2Õ¶çp}jºŽAUñµxA?ø‡îY­Öv=oZËÊçóa2™ˆ‰‰ ÿš¥†?'4|¯µ Å.ñµ´€UÅétPW[K|||§åjjkHNJB‚ >ŸOÊ;L A×Ñ‚A*++C§¤ð/ª­A'11)´œ”²â óðóò›3áçgc6(~5©¹Ç—<¢m™g.C&ÞÇÏ_\HVÿ ñù_ÇêÈÂݸMŽ Bì#Š¢7 UÙù£gë_…Öësˆì!Õn÷”}5ªúm³±Æ¦“œ{«¨ß6WÆÉR0â€'=¤z Ðiý^kûe^½ €J-¾ºW‰ëÿ_̱SÛ”UÉCV€Þ€§æ=jJ.Ã5è')ؽLGGUUÜ7JÄDòÑz¢¸Ýn@¸·Oè$h³Ù™Þ?Š¢´õ€2™Lm=Æ CD©ÖeCÕÕkø| +#~×°¡Òèz)ð‡Úq.[¶nÁét`0ì<üú|>tMÇjµ†þ­KŸHZ¸<4]#))±Óõjä¾  K)!*6—óÙüU<ùÐ_ظÃϽÏ|ÈmWÆ p0J×5Í™Á¶ ¡9-1‰ º@sc4Yñ6×2ëQù§qØñ/´ýè"„Øû×™‹×÷¾‡”ÕÊТáRp=¨\w?…§¢iM¤<“²•3% % 2©y‚Рë¡è‰¦éX­TUTUi ¶¾Ì f³ M õ¤ðz[Ðt-f<ص"P­ÿný©qíZ¬O<ÊÄùš=,¼ârŽúþ{it½=ÈšÌø~PÀl¶HeU ©©)mËTUW“ššJ DÓ5šÝbccåX¦iZÛ•UU­—¼mg§p)’’’Р¦KÙ q¹û_o1ã¢siñë¬ÜXÉÐQc¹ûñ÷1L0•ÑÇ>C‹»”Ìì >7|l ¨ξò¿lXö ›‹·2꘧AQå!D_QòóEüÈ©¢ªæ’"ÜK*|o÷#“”`'žº¥ø[vàHšˆ»öœIç±¹åÜuK±Å”ö½’A÷‚­¿´‡{HE.õÖ›"ÅŠÅ5 oíû4l½gö#‹yAk¤¦ä[6aï÷‚hû€®ë „þ†zE)­ÕÖI χ¤¡i:Á`0l<4ʪõ!25iÒ$Ìf3Ë—/o׫,èñðý¹ç2az†ú ~_“+QÜ.p8bijj">>@ @ll,uuux½¬VÍÍÍØl6ŒFƒA¥¹¹‰´´t)¼°Ö9¡ôpÐ v6S¥Ëå…¾/æ/'`°¢YœxüAªêšYU¬3dÄîü×{˜MFŽ8l0ªÁ¸“gñÝÛGaýˆ¬Ü(J A_1å[Ö²~å2&ýê[ F«ª}¨uX^ëkå×_Ræm¡ª:ôƒRRb9±vF}LøÚ]ES¹þAÒžŽ¬Æh´¡ëõ¤þ•ë"{ì R@âÀ¾7•"è^h)Ú÷ ÿ³u´FššŒÑdC×ý¬­ ‚åèÁrt­-PÅ9]M’Bí:: ¡ “Ï×Âæ­%”nÛB}C}§e›š)ݶ…òŠíx½ž¶€Ô¡2d/Z¨’’¬V+Ó¦M#&&¦mÙE×ü {%®T+µs«˜ÿær/š! n8|¾---ƒ¡I¹“’©®®AÓ´ð“õâðù|¨ªJSSV› £Q~/h¥…'5W¨ªª¦ººŠªªêЫºŠêð«µwŸ¦i”––R[[Kmm-555ÔÔÔý ã IDATP]SMcc£¨ È=¿ËI§œDM“¯íG¦šz7«Š+4t$·<ø –®Àhv0þ´Y¹ðsªÊw“ö uUå,þöc&œþ &Kœª},4…«BCe%Ÿœv:-³f3uò.¹ø2.šq “&Aã+o0kú)4VU£ª ÿÏÞYÇGqmü;ë›l\I‚†@‚»µX± …:5*P×_½ïµïU^ÝåÕ¨ í«ÑRÚR¬xi w‡$Äe7»ÙÝÙùý±qOHBä~ó™OvwüÜsÏ=sæÞs5Õ¤ØøzFO¾–¢Ü¿ër>ª' ½±x3‰èvŽœ?}ëó· a Ú,"©y”¤Š£¾”D…µ4ùyHx8AAAUŽuòäI,!T  ðéw+9s™¸ÀîôTèÉœg+bï‘Lû äᗿ㕇f1¸oŒæFÏ\Ìú“è;4…É+5óWÌþ±Â® -Aq›¼á¦[xÍu$ƒmÇ2ûôF’$÷ìeÂý÷³{í~¿z6.]B…ÊÝÑ멪Ppr1Yû_ÄëÎ"2þ,º | E>Š$yÑ£|¾‘'çþDÎñœØt=] ÷Ôé1ûž M!^Á×·xšq U*V˜*Y#‡¡èƒfPpüE RÞÇè…Ù†5õ¿dîÏFÕø–´R´¹l7jñ0<_O'—«I‚è¨hò òK· &8(§Ë‰·xæD¯×‹$i:L) Ê=† ÆÖ­[éÖ­ù»÷|ÇL¼2ŽüÕÙHAF=”Xå8y{­ü}ϽL\ù»PÂZÐëõ„……‘““CDDZ­–€€òóóñóóC–ݨªJ^^ÑÑÑUòxutʆàIdggû|ÝâQQQ¥©’:¬(¾àžËå*›UUñóóÃù‚6‚ìñòî—K¹óÞ;(”Ujê?ápyHJJäæGç±üóÇ´˜ñ ìÆˆó²áÇó:ís‚ÂÄDAK!!±kÅ "ºt!qÐ`ÜO?͉ì,þ˜q`ÌÒ•ÄwïAÒå³H_»Ž­K3hÚ9Bp€#7™ãÉ×aêLD÷!XBû¡zsqZ—¢Ó™|½£JžQ]ûð:vчи/±ço%óÐ|Nîx€.Ã?Å/t¸¨ M ’š×AÙ=Ê’ðiŠûGIåúIIÁxµWÚ«7å’ê ‚øGvbŚà uè‚Dþ¨f¢$”Wñ¢×›È/°âïñàU¼UHh^XdÇápà°;0èM¾²ÕH&©9PeÈÞàÁƒ9qâééétëÞ¯âÅ­ªœü>½ÝWl;ó*: 9Á5¨³Ðëz`2›±“›CxxV+¡aaääc6û‘“CHh(ZNȳ².Ij„GDTè!UAVÅßU!'7‡³¨4ajXXqÂsUòÚ‚ƒªÓòÆãsyè…¹åÖ9hƒM¥¹ã z-]¢ƒéHê‰#X­nþ÷ƽXÌ¥õ;0¬“fïDgu^ haÒU/gþçIl»v‘šÉþÂBf\t)ë¿ø:£‘h{!½žù›·me°$uøgNÅcãȗҩׂcÇ »2°e}Fzc4)¯ÇFI¯¯Ç†Ç…lMÉKÄ5tú9ÇþÇ‘?.!ñìhtB­¿½"¨Oq@J[ÜcAò Œ.¢4$%D^&£(ùHJ. bðïÆ¶}ó:Ú_³)錪ªX,²²3e_PJ§Õ {dì…v</¡ÁaètzŒF£oúçÔ–FuíÚ»ÝÎŽ;Ðëõ Jø'$0ü¿o²qÎ\hµDÃÁÃ6vm«”Š0 `È£¬'x½^233ñxdTU¥  »ÝA@@@…ü]‚òõÛ׫Éh4ÖÏ©Sƒ ,î5U6ƒ*zH m†Ñƒ{ñá³7só?ßãªÙ—a1EH\TþZ™ÖòàÍ3™9eDé>Îìl6ÿç)ÒV­Â–’B@\1&0ô_b y<‚æF’$²sr±„„P8d ëÏ?‡é^JpH(†±?þÈ¢¾eÆ  ‘™•UaBŽŠF@·1ßrbÓuä¦m"4¶/–ð³ÑhtxÝ'ðȾΊ×^üߤë„À$ÉD^ÚdZŽìrÐmÌw"%h34*‡ÔÊË8ûÜé¸\® ŸÛ#^¯×lÒh}飪Í]R~Æ'@ŽŠo&2Iãï j©ˆ1ÑÍùÀª¨¨ŠŠÃn'77§³UI#ã‘eü-PUìv;²Û‹×£nÏÀßß°°püÌfTEí0eT~È^VVV«µ4H¥(^<™î³fq|õ|þ9¦MôÇÉ ½Ÿ|øË.­Ñ>47mÍþx½^RŽ'+#³TN:½žØ®]ÉÌÈD«ÕbË/ íè±Oްð0:wë&›c4šØ»g/§†V‹Ó¾©åÔP-ÕÜNWI)ßì|*(^UØbA‡±?í„®Ñ|óæ=Üüè<Œª‹¾ÝCÙ¼)™1ƒ{òëGÿ$(À¯´NŸ\»–•sæÒcÀ†NV…‚'ÈJNæÛ¡Ã˜üùgt;VU ìO  ¨*Iëó7Ëž¡4 IhµZ<²§ÜóTËû”­ ¿aôž¼‚ôÅdx™“V×—ˆn—E¸í›4¾—s¦ IH’…Œ“ut-¿„÷z‚ èâRÂ×´õ´sö¹Ó«ýÜñz¼HøfjZŠ{K•&–R‹‡~‚’™µÍ‹Z,÷à` ú™tLFÿê÷ë`6[’¤ÒTÉìn%KjjûéÞ½;£_|o7n$Ãj%ø ‰W%±ð…ª¤Z¶dd·›[·b2™  +íaYh³‘vìaQQ8 ‘N""#}¶CUq9Ù¾ùoúXï^Aí™Ø˜˜s¼>|„¨¨(\.'%/4-&“É×㯲ƒ,zH :ˆýiO„‡2ÿµ»¹÷?Ÿp,5‹—¾š!ýºWØÆ™ÍŠÙ×0r‚p>‚œ¹¨ˆ¸ÈH‚úôaùìk¸tS²è)%ö§™ Ç–E`n}2rY{ýuŒÿäs$ V]}}¯¸]v¹²‹Èˆ¨ “Eux$ AÎ#¨Óyåo%ëÀ«ì]û‰ãžBńǕŠÞœˆªêصüF,‘“é6z!æ`1Á mÒ¨€Tùh|{3èõ*¥ð’$¡‘4Hš²ù TI¾sÊ%Ñ_PKм”È[vË•G+ ¼”Oz¬'3W¯×KAAA…òê(”ŸeO§Ó¡ª*z½«ÍŠÍf£°°¿¨Æ0&O%4¿úct§Ù‘oKö'/7“Ù€€222|³ÅQQQdegãv»°æå×¹3éééÈÅÁAK@~þþdgfÛ¹³¨àPcw~£ÉHPPN§‘œœl|A)O7¤²ù'"""tûÓÞ0ô¼õä xV[eýæ§ž¦kl,Á~f¼Û¶a.r wá*,Ävä#GËæ§žæŒ×^ûÓŒDK'o¸™˜ëç0¤O_´F |ƒ¤ª ¾újŽƒ´z™Dׇ1d¯ZÌÁƒè2üSŽ'_KöÑ ‰ƒÓ¶ sðydúKädº ÿDJЦiÔTN+W,+}k_þs{Ä«x*>•Ÿ]Š—²•¦8HEÉBYbtAsRòÈ(ŠYv“——GJÊ ²³³±Û ±Û ÉÎÎ&%åyyyȲ۷­GFU•* Féõ¾~f3h$Ÿ>*ÂnÔi£•bû dggùÞ÷ZŠŠ*×;TTßöB¦‚Ž`:¶”Ì}û"''cÔë‘TÝŽäõ¢”ÂBL ¶”Qfaš ‰ó?ã¯+gÓùè"F Åâ°£¢bËË&û“Iu»˜ôÓÂ*s ‰úY6¢Ããñ Ë2n©;èb(*ØGHì­Øs·.Î÷»Ã^¯G§ÓU"´5dÏérVû¹Ý;µø¿R)”JYBóò•_­0c›Çë#£[Àp«ªŠÇSÖ£Íßß‚Á` K—.(JY/5Ç[!g”Çãép=¤|É˶nÝŠÙÏÈW]FHH(&£ EQp:‹Êø½ ¬­F>mÉþ‡†a+È'ÀbaïîÝèõzq:DDE¡ª*aäåæb  íøqܲL€Å‚ìv**wö¹ì­`DDD•‰'JãÒÀ”x‹ØyîùçA…‡~¨Që…ÿÓö±ÄÅQXXˆÉd‘›‹·Ø3sƒï³Å‚³°€¸8!,A›¤5Ûg¥!„**AQÑLý}9Û–,!yÛ²s|³éEFDÒå¾û¸xæÌâ šR!·ÓåÂÔ{Ÿ–£dYÆétâp8p8Šý¯ ãÐgwšLú¡5ÈþW“››‡¿¿f³“ÙŒ^¥mF¤Vý¾œ³Ï™ŽÓå¬ð¹½!Ë211qìØ¹ý6ªr8¸Ÿ¨ðH<Úº™ N ·Û]úÀ)Ër¹@Š—¬¬, +¤@Âl6W(gµx*.·ÛÁ`h·²òxeÅ5×KHÿþ˜,Š ÉÊÎ&-5•IŸ}Šé4Ï+´GûFb¯ÞtïÚ픎c4 ëðe]ÞWÔ?çx½^¼SP»®G£ (ÝF[ì/Š¡z‚¶J½Rå{ž¬[³ŠiçLÇn/¬ð¹=ƒN:5Ù±ÊËPдåT2¯W¯S³ÒžËiúyÓ™~Þô6-—¶jÊÏ ¥(JCÇtº2³,fèÆý÷݇¢(¼ð‹<øÀÜÿ}Mf¿:ŠÿÓV‰=š ÿÜÀ–gžåàêÕ¦¦b‰¥Óøñ\øýwÄ/&h³´fû£Ój‰ŒŒl²ã‰zZɬöÅReUU…Ï(h6š;ÐÙ¨RÓÊuÖ묋^MAë¢#Ù@Ðp|àb|ða:ư0F½ü’„@ø?@ÐhT@ª|4^¼-‰°? .JƒRÂþáÿA«¥QÝÖ­Y…¿¿¥Êg@ hn„ýÂþa„ýmŸú÷*—4¶´›¨ªVø,Ͱ?@Ø@ ì°? h-9¤Ê›»ÂB[µŸ ¹öG û#„ýœ~¼dmø™ñç1&R'Ä!h—4÷ܲ·~íj,–€*Ÿ ¹öG û#„ýöç´#gá3w0sâ|ºÏè¯&4œF¤:Ü,Þ,~æ&n|}Îê¾ ‚CÌ2#„ýi§¨6v|ñ4¾·KøW°?­}wæ~»–.Hãñ7³0Ã+d"4ú¤Tµt)´Y)´Y«|n·‹7Ÿm?/dÅ®¼Õ}oÉEqp"yK¶äT<·s;OíBïk’éQÛwyœrypøe¬ÝšŽ[©k{Îü,² ܨí].•u¨&]«é÷Z:œýK Õu±ˆ¥ÛŸ†øÍiÇOåØž|6~ôï/MÁ­ªàØÈ½IQôþ¿¿(j+¾Ncï_øwbþOÓÛºX$cWÎj›~y†)á¡«biK« H5ÙÛ¯<Έ&bðÝü’᩸N>Ì›c£‰¹rbdt ¸öóî Wsÿ·Ç‘+”¤…Ή}HŠÇ 9(“¹i)¿/¯º¬ü; Ok¡¤ÃHPX$¡Á¦Ú+bçøŽ¿Ù—áA§×´:uPÇXúú]œ?ª7QQÑDDÅ3äÜ›yþçƒ8j?*ëPMºVÓïí¥ˆœ£;ùû•¬\¾”ß—/gí†döÏG}³[·\Rׂ–´ÝֵܙMDßûøÃÖD ß? 9íxS[ÒcÒƒÁÏàËaÑj|f¸ÿVïß Úx£‹mç|¼h=¢¢‰ˆŠ&ª×HνýCöµµî­«Nøìygg¼Ê6»p ‚†Ò¨¤æ§\qÒ¾fΕqüºð~†X¤j·iMUZ­t]j+¸Î çÖwgö¼ÅÌn†òj”¬üz1jT7Ìå ÉL˜_9ù®Ó[¶’ú¦{@Zo!J=ä%°˜$ d¥Õè¥jÛÌ‹—\ÀK[Ã{ý¼ònø;Žó×ðÒܱü|Û÷,ü×BêÛX×¢C5éyk«§MŽÇʱ-9\ #¸s„ã§•±ç¦“£ $À_Ó!‹œ­U®¨ëA TN,xžïó1©ßðì¢ûøáÊ´§zØFúÍiÇOåØ* j‰ Ò„P[‘¯Óœ÷ßZý;AÛEÉ[Îÿ]x?ùOåÿ^z”aÑÖc;øëxú6¦W­ªN4“=:§/®1†AÇ_æŠ{r²¶n3Þ\þ|çv¦ èLdT4]‡_ă_Äú8·ñè h<²µ,߀íw®Œ‹fâ'ðPÈÚ[zÙç>6–{P¸þv¢†ñäW±=ÉdÍk70!±Sñy.åñ_Nà®·=jÈþR¾½‘Q 1DFEÛŸ©w~Ê®òQuoçÝÅ9ƒ»ø¶é6’ë¿:QúÖ,ýƒ³éMdT4#žß‹ÛsŒ÷&DÓùš•e½Ëê’’ÍòG/âŒþ=ˆ*>VçÁ3yxÁ\§ÜXˆÑ`@¯÷-:ÕAA¡ŒªºÉÙŸÌ_kV°rùRV._ÊêµÙŸî@)õÆdòýMòº’m–±ñ€Õ·^u‘wtÉ«‹÷]¿‰C™Ee ’*c=¾“Ík—ﻂõ$³/£8¦qbÃb–¬ÝOv¡/öÔÝl^»Ì·ýï«Ù|° ìZç_ùá‡_ø}ùRþwWΜÎÌ+n㙯VòãÍÝØûö­<³±ÐwÞ:ë PU§kµý^[=PòX÷ÜÕLÔçÓQûøÖVl½XnãpÎgÎ`ÊØÁt #8$œNñ˜‚^ò•iþ±¥ú¶z}2ûRm”fP¬X·”?öYËtÊ“ÍöKI>Q¢nr÷obãÚ²:±vÃßL·S!A#tKi¯r­ÌªÔõö"CA›Æ¹›ߨLì]ŸòÁeþ|íSö–otUû¾¼ŸsúÚîÈ.8ç©-Õµ®² ¯mÛíxþIü†šÚŽ ¸óó³ÞÍ·]¯ 7óÙ‘ò¾Dýú'Ñ¿o8úêîQÉfù£2¦|éõôw#/}ü ·Ÿ?Œ®QÑDF'2á–ÙYz9üþïK;0¾¸-Š&áŒ+xlÁŠ=‹ëô¡ªoÓœ•m[ñïmסl°ê™ôâ›üsöt¦N9Knx˜ŸœA¬®!zÕÐúÖˆ}êª+Uì@-uñTŸïNÕžW‰ ÖÃþÔv?u–QÙ·z´ASqúæ§Œ¹€×ŸÁ3îdΠ$~¸½7¦ªµœ¯\ÌÌ—2ÿ/ñùÈÒ–½Î¿ï™ÎÖòÕ•qõ¸ú]8ÓkYvØÍˆ¾ÀÉþ_×S1•s{[ž¿KÞÖsõS_ð|’—­Ÿü“͹š€5˸¯G]ç¨cÿÞ†JÛk t ¾y ±azò·ÍçÑGâ†.#Yý@"œìzíbÎ!•3n}ŠOÆwA›—Šk@zr¹à-¾º; ¦Èè9ÙpÙ)v­ûƒáwðîëc õfüñã¼xëµDô[Á}½ô§PÀ*ŠWFv¹J%I*} uäæá0%2bL,&ÕIÎMìÚ¹KØhbõ** ³²)4ôfب.X$)’0£•ã[“ÙzLCÜ€3¦§àÐF¶nߎyü(bõ^lG7±ùP!=1ªkw»6lÇê5ão”p{‹’!„° ùiûÙµ'©ûPÎìÑcÇ® 'ÄâÂZ+Òw9“ñý‚Ñ ¡3`öœ$µ1×§«þ¾ó&^ûV>ø*ý™osÏÁ#Ëš FÝõO&~|#ßÎÛÈ¿FEà)”dU]ÛSÃïuÔƒx+»~[ή ÛxûµÉtR °GvoÅñ(+)©EHá£ÜÙˆ+?›[©…Â#Él9ì"“P9Í߾‹·žÍy ŸÍŠEW/ªú6ÍÀÑÆÉ¶F¹µ6ÿNÐÑG÷¡«F&ùÓØ1òúj©W ­oاžu…r/þª¯‹ }>kz{^ÕfÕÃþÔx?õ)£¦±oJÚ åRM•Ъä8ªDÀà{ùìÙÍŒèzžö V˶QUÔ‚5¼ðö"®ý‘‰`üP‚Œàææ±ëÂ'HÅ}*^« *Åà ü²ôôé‰Áu_–¤:éB’L*jîj^šwˆ¤Gÿàù뺣F&éI^vßþt˜;ïÖ÷-Ÿà«ì»šWÇþ÷÷®b<ýzN增Å_†&àúå{nX½ ë}½ ³®áùÿî&òº…|öØß}—¶¾{3†õ ORRYÏ£Vq½d§+>Vç3˜2qÀ¸~ «ý¿¬=ÉÝ ±,¾Ž‚pZéÌ IDATÍ,þ¾¼Si¡çè‘töÓ”–6 –ØÈ Šl&LI}8™¶… »‘ø0'ErÉ6qtŽ  ÈæB¡{AGŽ;°ô=ŸQ}-¸m6Œ½úÑ)í/RsµôˆÈbûQ†Î™0*6ŠþµàÔè1è<¾Ä¨å‘ÈèˆìÒƒ'v§…@IÆéòø™Zc & …vÙž‡ÛëAmÌõu¢Úû’X¿¼¹{Ù›]ÏìO°¤V鯬 ìÃøî°òÀn²Ý Tëª'•’Ö•û^E×jÐA5wEíõàÿ|[»ŽeÚøÑ4µmiêÇF· ‡ ~Ñády®jfNñdsäX!†î“7< Ån£È4”þù+Øz05¶+’³¹ªåËL­P':GQTèÆÜo4Ú¢l?˜IŸ˜ÎHö Ž6B·ìEezÜ®äꪇÌ\•îÛÝ.d(hÃxÓYúæo(S?àÜh †ˆË¹uèë<úÖ2?ó""5àÍ?AƌăBÑПaÅö£¨–u•m¸·ÛV±ïjíþI¸Z¿¡ÆcW¬Cjîj^û"Ø›åýûc8#ëÂoø'5$R­©ê<†IãÆÀú«ËùþÚcœ1ë2Îí©‡qIØ-äŽå›È¾/‘˜r÷0mÒx€³&%æÒQÜó‡ì™ù/ú9àCUnÓœ§(ÛVëß Úô_ì¼÷Þ®¿ëa&%¾Á¨‹¯æú¹³™>Ð×û°azÕ˜úÖ€}´õ«+Uì@¥º¨æþV«_zßý½›Ýž×dÃj³?ýµ5ÜOþ²ÕýS±o½jk?‚&æ4§‚ÓÓíêÿòöÌ<Þ¾é VçUá>±‘]C¦õ) ÊhÂqno8¹‘yõH!…ŽföX¿_Ìq܇æ§aœsEüwê&ö8aÏãcˆîDdt'"{]ÁO…s4·Î¤” ßßMÊ’¸~ʺÇt"²Ë(îùC—·Rv߃§&U F5€ÆÊNÔƒÞaŸjå”&.õOdÌ”s˜4­d™HŸ®‘øUT­zݸÝnd¯“\/úJ K·q;qÚó(T pç"¾ûò+~Zô3K—ýÅI\6:o…^-¡=¢ÐåQ`sàr{PjIä  èJ·‰”Õ XñçvŽeÚp¹¸Ü•d¤xðz~ûWÜG>4«¯}ÛÅO1ï¹QIJYvÿ<£–O©å¾ëN¨^oÙUÙ@‹^ Š¢œR2NtBBüðX‹Š8½åçãUj(#$$ P@Òhj¸'ß"!>ül†EVì8ª1ø£/8Hhµ*²«ú‡Ý*ç×ø3p1®|ÒífÿßG93ˆ!‰hXrﺮÏ@zµû5mHñ°xìwÆVéÁ[-ÜÇú£à?9‰P=¨J=êI ÷SÓúÊ¿×]2Où¾[Ö:úcÖANfrWKõºSª»*²³¼¾×B­$!©¾:šjヲòðõÊQAc@#µŒnµ¹Ö-3m5Û´  Ú(.öÌÿˆÝÞ,vÏìÉç•Ö~ðõA®}( ƒ1žëæÿÍÄußñÑ»oñÐÅïðÊ%ï³øµéD×¶®²îÖ±muv¼Nÿ¤ž~C}&~QK†ñ«u·/ÔÒîV±=T”ÒãJhô(Н3…T{÷u`m¬Uó=ÔG¶­Ý¿´ŒÑ žqƒgÜÈ nfâm÷òãÇñeŸÆéUcê[]û¸e‡î—ª-aÏ`ÃÊìO ÷sŠv©Aö­¶öCt¯41­bYMð8{÷F,‹žä½Ce¿↓dr²eÉ^ì%?*¹$ÿ¶¢‡Ñ7DÚ âB gÏ!j*K¼ "òåüE|úÍ zξš¾Åý¡ ±ƒIÐ{9°ÍAtB/zõ*Yèe.ëaR¹›bñ÷zï_LÑáuì'‘¹÷_Ãä¡}éÓ¢ËL–!v z'[–ì¡°Š° ¡(ßQë®zÉ®¹Q½xd¹t)î©Tµô(јñÓ¨Ør=è$\º¸ùä{ý1KòÒ¬xÒÒ¨*‚éɽ/>ÁÕßøúLè£è{^&©XÿüoCãÉ÷ÿÁuo{AΛ?cÆøALxòe®¹ñ^½íJ^•‚éÝ<ΟԹ’@ë#»fıŸköWú1”“F¦’ÊõÊPÿ£>²‡NÐa íFD‚ ­ B†Óßt€C{·âƒ% ÕôÒÁm#ûÄ1ùÞIêü"è>b±F•B«ŽÐ„¾tÞ½ÝÉ€À®Cé£oÜõ9›nÂTMÈXžZüýž†·?„ÿë{˜í;[ÿû÷\˜D€¦ìMXýêI…§…êumÚ™5üÞ¥öz`h{R2„?üLÂÒrìøAöõéˆÖDxç8ü,~ºe¨ßQÞÆ6§ŠÆJì ) ímÁcËBV%üº ¤Ÿ²ŸÃû·’áõeŒ–p¢+™`—ìÛȵ{A@§>Þ/oaµåt«mȵ>2;}õS ¨ÌÚ—bëz$T5†ƒ/gJÐ~ýhY÷îä··ÞæÑTŸ>ôÏmï½È¹á<;¶×¸ŽJ/®=9µlK ö}jþI½z9ÕØFIý”÷}Ç¢'yâ'¹á7 a‰Nâ¬QÑ4{“at’üö]ÌKqBP3ù†çnŒ/öNÁ‡’)ÛšökFÿ®l˜sý¾ Ú.^M(á…?ðÁ#ï“æðù…áIã¹íóÀ8ߌp§õ¹¡!ÏIõUÉ:ŸïÊ­·=Ï;Í—_ªAö§&P÷OѾÕÚ~Mü\PÍ  ½ó¶[œo¼õ¹9Ù>ÇF–…´õ •` "¨ZoÒMAf.E‹_x$þÞ\²ó\Åc™õD„c(Ê&×&£RÍ6åÎaðÂâoB§ñ¹M^·kžÍ÷ *é0áo6 ugõ«‘‡_Ì„(;y…ž*ÇFo!(Ø‚¡8éŒêuQd+ÀîôúòÎhÍX‚1ë5€‚Ç‘OžÕƒ¹Q×WÛ}5ÚÕ ãû+zÇA.~wÏÍè†YšØt*­Ç䀟ـNS¢#2ng!6› ÿ@,þft_Bl§ÝJ¡C.+_I‹1 ‹¹$·‘Šâ‘qÙò°9í¤$¯çHÐ$fŒU‡^+âÁe/Àfw—ë»ÓÒºÕJåªÕSfÕɤÉP 4 Ï1æMÍS]¾d×'ÊfÇ‚¶n„}4:½/”™šr‚÷çÍãÍ·ßýpE€°yÅKN¹ÏÖâõEÅÛ{/THi¬ž–¤æ‚öŽ‚3÷$Î:(öì“ec—Á—ÿ%ódíÛ”;‡Ëž‡Ë^USY)ä*~øä"yä¥ì'ƒPFšQ½…¥IÖ+[.$/«°fý÷aÍ)ÂZé÷†__]÷ÕX´DÎx•w6ÏáÎ[ÆðÍ¿’8cÂ,{þ&ú™…FžºJËÙr)²Õ¬ó.{>.{~-FÔ‹ÓšƒÓZ»UeùµBZZ·Z¯\ë'³êdÒŽd(L}§ A[³?¾ Ú-ŸCJ hV¼¸òÓ9q²§@ƒ1¨IgŒ¢W€Œ-ÓÓ~­³.†éO/fÊ];Xóû:¶äÆ®SEkÔ&¼“Úr¨ „ÌA“Ûa7A{³?¾ Ú õ²'»ÝBZ‚6‚C`(~eC£¼²“"kv·"Ä#h¥hñ‹ˆÂâÉ!K 2@ N3zƒ/Ïi²'´ÜÖl²­B‚¶„GV!!3@   Rå @ @ Z‘Ô\ @ @Тˆ¤æ@ @ ‚E Ù@ @ ´(" %@ @ hQê=dïСBZ@ @ €¤>ýšõøºÖr!AkDUUd·Ù-£¨J“[£Ñ Óë1åOˆ×« x½¨M<•€$Ih´´ZÝé;Ÿ@ m-ûOòýª=OÏ´ ±‘\ ­FÛáeâUÒ3sø`Ñ®˜hãÌ!½„¢ Áˆ€”@P²[&åÄ 6'o¤o¿ 0©‰²®I’„Ãî 9ù/,tíÚ‡ÝNJJ oÞÄ„³&Ñ­{­N˜@ ´=¾_½!ú†Ã©! 00„!úókò~A£OˆA Ȳ‹]»vÐoÀ@üýýÐé´h4M7@`p ƒ‡ ãÏ ëIHèE¡Íî;™8q2=z&4é½èõzz%"I6ü±Ž˜ØXôz}‹žÏOg©qûÌŒtì߇µ  ]éF£Á@B¯Þíò…œ… ¢ÌÚ»ŒÓ³òé; ›Ó+„R “%˜Œl+ë×®ú'굕@”m+—gdTt«»>j@QTrsr1÷7£ÓjÑkuh´MÛM?ÈHNv’FƒªB~~>]{ôh¶{êÚµKÿŠ×ãA§Ó·èùj"3#];w0tøÂÃ#š\ƧU‡¼^²³³ø;y#^¯—á£F·»{r2ˆ2kï2Ö¬]AúÑ](Š"„RÝÃŽ¤Òà ¡¢^ Y DÙ¶jy&´º ”H µU`EA$Iƒ¤ñ-M‰VCWUU´Z-ªª6O…×ëQ¥øø-}¾ê8°o/I}ú`2™(,´µ;2™L$öéÃþ½ûÚí= 9  D™µgk5ðŸÛΨY¾/ôOÔk!+(ÛV/Ï$ìÛ+RA[DUÕÒ¥µ°oÿ^~ùuç{>½{%6ûùþükÉ›62|ØFÝdǵÙl·ë7ÏAÁ8vñv]ÈYÈP ʬ ¢Ó€ª(¨B5ÊG蟨×BVQ¶­_ž6[ë ìµÿ€”jcû¯óµýBþuK_Lumï:ÊoßgÈåãˆÔÞ,V<÷¾ò¿›ÿþ_ÿªûWÞ^ÐþTHUQ©r»Ýì?´Ÿ”ÔTdY®u½^OlL,½{öÂ`hšÙæöïßÇÊU¿sùeWðÓÏ?!!Ñ«xœus‘¼i#wßy¯¿ùj“¤TUIjUÁ¾¦F*¾¿ö|BÎB†QfíÔ’öJP½|„lD½²ˆ²mòlumH³ÙµƒÿL:‡Ï{¼ÅºgÖ¬Q‹8±i»tC™28”&ëxóIþðuæ…ç¡[úb*JæžAçòË9¿°íµ˜ËmªäoäÕÙ—ñÌî1¼1v4Wuу7Ÿm‹²¼ÿuTNeYíö§-jÒŒ2 ªT0ˆ{ìgôè1\Ö¥[½ö?vü(6üAÿ>}ëq®Ú ïþýûX¹úw®}f³×ξŽO?ÿUU”ª¯¡>l¯¿ù*ÇhrcÖQÑ  9  D™µ=´¥£õ…Œk’Ð?Q¯…¬¢l¡ñ)5—ÏïÍ\ëSlþýfºU>’d¡KR_ãÂ1Ô•vǵwæ\ÉÂéKÙÜÜÁI‡Iz³©üïžæ_{9óLwñãŸw16¢Ñ4tûæ¦%eØ ª–¥ÒN¦×™¬œ <žÚ§ÖétÄÅu&íd ý’úœÒµ”Féõ¬Ö|üü,¥A) ÙzJ1Š‘#F‰†Fܧ³¡@”YÇr–5(Šq-ò²õZÈJ ÊVШ6¤ÙŽlèεï/áÚÖvÇÚ b‚ „t®´ÑÅrépah4–úDsº½ mÂJCödÙƒFÒ‘îë>U¢^Z-¡Áa˜M~9äæçàUÂC#‘eÏ)ÔÊÁ¨´“)¬X±ŒI“¦Ó)®ÙƒRmü³4‡TS¦D@J ä,d(eÖje (­]ÆÎ­ükÌ>êùu QÚ–•Ð?Q¯…¬¢lAÓlGöãÝqÄ\½€ê`ïü{9»_,aá„ÅöeÚ“STn—ô÷§AXxÞۃ À“ÉêWæ0®W$aáÄ ½˜ÿ|·®:ÜÇYôØ¥ íì;NüØ›øôH¹õúú÷O¢ßpJØy2YýÊ\¦ž1€®Qõ8GmÛ+Ù,ûçLFöéFxñ½t?s./~ô2·ž7„¸ðÂ"z1î¦ÙaW+³†ûT²YöÏ Õ§ké1cžÏƒß©rUdX¹— ä.çÖ¾Ä_ñ iQ9ÊAU­”HJèG¿ÄA¥KRB\»æ³ó¸vÍ')¡?I ý*K­3IzåmöíÛ[%õó/?Ó¥K7~þågÒN¦ ×¸vöu¬\ý;ûöí­ö\õ9_jj ŸÏÿ”ÿ}ý%GŽ.ý½$‡Tò¦¥¿:|?šÇW_Ï'55¥Þç«ë~ÛãÒQî³Ñ‹bcçÿ^à‰wSÔVäì<ÆÒ¯×“éºÚaôÌkeÛ—/ðÔ§ûpŠ2ë0‹®Ø[V«ýËç·«â0šL¥K`l?Æ_ñï¯;‰«†½šüOc¡kß~ôIˆ@¯QiÉ¿’€T‡Z}b›>{—OV¤ánröæoâÍkÎãÆ§?â÷4YèjGÑ3%äOß峵駤§¢ÌÚÖ¢Õಧ¨U¯ÛÉlè|ÿò¿-úž¿‚ÄÌ/¹croÆ?º†\Zý¾M¹èz0çÓ5,ùÏX‚Õ8_¹E{ºR5Ù̲%Ûÿª½x[k½®I> •[å6¨©ì`–ßi·-ÜN·íC +÷6Ù¾Õ¢ÕúõISù: åÍO!—zŸÊC2|âL.YaÌ !<ž>}ûзo= »šÞ;HŸÊ‹s&3jÔ4nyéefZöòõO‡©.RsWóê©ÄÞú9>xS&Nå²ÛâúÄZ„qŽúloì|“'œÉ¸³çòä““1É™WÌâ¼³&2ý–§xt8^–LŽ·!Ç<“©“&0qê,xí F°Ÿ×fà©E†J=ä^ª ¡“ygW‡ÿ7‹XˆAU Щ‚R%ääg“[n‘eÅ+cŒFñʸÝnôz’$U˜)¢!†aíú5\8ó"ôz©©ÇùnÁ÷œ5a2‰½“HìÄY&óÝ‚ïIM=ŽN§ãìiç°dÙoºß‚‚œ.'f“s®»¥Ë–°gÏnFŽÅí·ÞÉȣسg7K—-aÎu7àïoA§Õ"IR³¤ëzÚ“îÃÿÉŸ6¥Â>¼ýFYp¼¢ã$ùÛ«7½»…¢—Nÿ£âLaå»rùÄ!Ä÷èI÷‰ ™|%÷ø7ùÞŽó šIÎJ?_Ö“î=ª.ñW¯ÀÚ 7ã©|sË\>1ÞÌüeïpi¬¶‰˜V®«%2<ãA~ËðT\'áÝ©=I¸~%¶ö®gM §-Rfž“|9£z÷-C¸çOûi»fûwÓ¿G®ü:µ\!o̓ íÑ“K墔׿s>æ˜çÑ@;P~–½u"0gŽeÜYgsñœ‡yû·­,½»+[^ºŠ‡Våûίª¨žlÖ½~=göÂìçGXŸiÜõév¬JI=+d÷§·3!>³ŸæÐîŒ4{]ëäü9ÜK—QPZ/ÓYñüU ó/>×¹<üãQ_¯o«ž¸ˆ=#|Çò fÈÛpÔvŽÚäSíºVÞ1¢¢œŒgæ-ÏñÝ®&äÔd3[d©þ…eK¤jõj’OCåV]Ôv° ˯EÚþ†ÊH,MRî5׃f¶/Í¡5ùuɤ ýÎÖH‹…ÌýoâþÉ?òàUCØ{ÞuÜxã\fÑS-ϰî´dö8áÄ¿GýïŠë‚Žä"† ÛÿÍA·‰gõª0{^­=·êfì¼ú̹D•3šºàÞ˜rN)Н-æ¼HüµõÑßÈ 5ëj‰ O.àö9øî«;è/•^;Õ]{{Ó³¹¨­ï>«”™ÌYÿùœÏ¬ÀKêÿà?„sÏ;2ØÀHTo}ÓéoîûÉT q³áù—Y7寕sL\{ùð‰ä¡©yx” t%ú‡êë­$Â1htµÎ²§VÿYÄ>Ç^Ìwo­çù‰çLÛŸ;‡©Ï¤3éÁ7ùnL )‹_âá[Ïâ°º‰®í‚rð]®¾õ34·½Í¯³ú`.8ÂqcTܵ¬+;wÉg;›ŸœÆô×õ\÷âw¼Ö×ËßÜσW^Là¦uü#!Ÿ?ÿÆŽà»ùèݳ‰Qó±GÅ#ÕzŽ&45Ù …™¹s¯1Z''¶ñë‡ÿåó×’²èîJ45½Ílç°Ø–4ï¹k¯ŸuøF5ɧ¡r«Ü5•lâòkö¶¿!2CMš´ÜO‹}i}¨É¬K&Íåw¶Z¬‡ÆžÌýj›<ÁD×Ï¿*…%Õì/4Õ9º=€VµÌ_GB£×ø³Æ--(^¥éå.¨Ò{§ü,{Õ Ù³Ú 8¼âÖ?ÝÕgWd_–®—DQÎ!úÏšG§¢u¸–]†çÀÿjT—?ªªL™4…ÉY´hÓ¦žKbïDTUeËÖÍÜ}ç=lÙºUUIìȹgŸÇê5køcÃ&ŒŸX¯ÈxåóÅÇ÷dòYS˜ÿÕ|N¤Ã`0pÛ-wðÛ’Å,þm1¿-YÌm·ÜÁ`àDÊ1æ5ŸÉgM¡{·Í—CªhŸ½·•˜›Þæ ,$¿óûœ•ßä±éㇸxlâz?`2·}—‚\| Ÿ]Bß„ÞÄ'ôfâkûqyŽóÑy½ésËÚ²ž\6~x?ŽéK|BoúMœÍ¿¿ÝCaÉ›ko6+ÿ3›©cѳøX}Æ]Åc?«3BÍ÷YÄŽ·îæ•-!\:ïWþ÷ìí\1}*SϽ˜z‘7Þ×v5SÆ .½¶AçÞÍ_¼Å}³&Ò/¡7ñ½FpÞ=_°Û®4~ÕCêw3iH’OΉc¸à¯*³2rý?{çEñðïÝ%—ÞI%¤QBIè½wAšXÞU»¨ Ø,tP~(ŠŠ"R,4¥÷Ž:!Ô+ûû# ¤\Ù Fx_?÷ÁìÎμyóæÍìÛ™Ý3¬~{mk禩÷S,ý'×|GÇsž [£êyuʤµ d—ð‰2 àEÝÆhÜèÆ¯~Uo´Š‰Ä_ž£QÕ&<õó•Ü'kÆKü8ºU:Oew~ýŒ—ùcΓÜ×µ5µ«[ÉšfîåÍ–±4{cÏ÷¤mdDÍXº/J¸¾º£|Ûjž+4&>á†ÿ‘ Æ"«D õÉ2°YsG–½Ìý-ârõׂûÞÛM†µú”‰Aö®Y n['W††=y|Þ6¯ëÂN±W‡R³{gk5¢y³f4oÖ„ú ó£FãfyÇêSÙ+“?žj@å&/³=ãÆÊ¢++Q­ê½üï¬Å”ÈÆICéÒ¢^®¼Uc©×yo­8F†Y)¡ $%$ƒ®ÒV0iɱO…\\ûŸœô&ÌRÎ&c(h¥‘‡U?`mËžl¾E ‹çñªAÛ*ylrÌɘ8s?A#?gÉ«èÚ©MùŠ;šYÿÖöd*’Ns/j´»‹V ëÒ¸Coîo„Ûçn„¤rÿÏ|õWÞšs”Zo~ÁŒ‡;Ó¬EWÆÌœÉ½žùbùq²óRºF·åî-iÕ±;]â½1Ù,Ãò:­Æ¶ÏðŒ¢^£ú4lÔœ÷>Ê{ ߢ‘ö0Ÿ/=D¦)‰ÍÓ¡{˺yöÇ]“óü¤=bÍgª¼ÖÖ¼AmÙ(*û€£¾KÍ )s#kú±xÜZ[XƒìùÁ›óJYWvû¼Ýñò>ÝÊM&ðwÆ|¯mK½ªíxgJQÝŒ]«¿ÕŽñ¶l²Ds@5yÚ—Ëj¿-IÛ–•Q3ö9ÒgìÌ­û2ו°¯”7níÆ,Q­‡ðfë~ Û…Æ/OãÇ»2"Ø/ÈLÊÀT ¹>¬>Uõ&öîÊ th¼í¬êÑWlLM×Ùl[±“Ôv­ì¦WUFNá§^vÓ— ÐS*yj-ëЦÞ+ɾ<•r¯¿Ð¼h°31ù ( žž^œýc&Õ»¾ÌÁ•¯ ˜rRNî~¹ÿºx€b&¶Óó^3 må>¶ƒ¤"ßÃ*2tÐÐbO êÖ©ÇŒYÓ¨W·Þõc1Ñ1ÄDǨ|²f¹<€ê±Õ1™L,Z´ˆÁƒQ©RO>þÍÿ' ½Þ…3gN±hñbîîš$»‰h½m©²m__©Ï ýêÑâZ¢¾[Âü¿F0¥…¹Ý%‹Cs‡ÐwÖyš ‘Z„ã”tžì8tÊUÀ·Û»|üH5ôhp­“r±ðd’,~0„þï_¦Å£oðQ/Îÿú“_ìË)åG>¾? 9“[¶qÜ$Ó'7Ã×x™Ÿ¿Ãìg¥Bõ匩âìx=3öðÙ— è½ÍÓ­üs'GÅ©•í/Nø?ÄŒwZà—}œÞ~“™¯ÿI‹‡žcʘP8ú-o¾ý&G4äÇ'«¡/É5hðëÁ“ï¼z÷Ï<ññûüÞwí|5uˆ…ÓÿÀãþiŒ:þ,Ï¥`P\ ´q~ЩÄyXõV&˺¼‡7f+ ¤”ë‹1 §1>—uj{ÓÝhtw<æüShÚ³¬ÛÌîD3uãF3®ó7<ý@-ôɨQÓ¯Unp³qs9‹²Noá@&œ_ßñ…Eö9žHŽ9¼Pú|UØ,æ~lø (¼ÍMr2 ˜Í©\·ƒÞÙ:© Á¤‘Q!g%“ö|ˆUŸ©âZ›óõe«õ%;9à»Tõks#«ú9bù¸ù¢•¶H.|³ë‹éGý˜§œ\TzºRÓç펗nÔìÖו›ùõT6õ«ë,Žý¼•Ô íè¥/ ¼»V3~«ãíøå˜’ÌÕäiohÍ.­·ï¿â_ÔŒ}Vó/Ògìé­’5d°» üÊíJ9̦_á¸öÆê·J hS8™áìO,\“AµøH|Ì—ùkûÐ×ÄßM ΡԯéNʪw˜ùíÓ4÷¸ÂisúviÇó#¢è:w½^ä¡Uñ1^æè1íGô"ºÈüFã׆qՠݔܯ™ÇºÄâk<ÁŽ+€¿•™¿2œ¼ñ…´mßðãžZôŽ·“¾kÎìÊ &O+:¼¿ö!þgMïEWP^]ǘVýø©öü¾¸a¯ºñÌ3/(U´wܲ§˜Œx†ÕÏ[!•NH­®˜³’®ÙCÊ)<"ñ «¢˜mÞ8((˜UD°ëÕ­O½ºyåÝDÄÛZy5jÔÄd6óñÂO>tÑ<ýä³FNŸ>É'Ÿ.¤{·Ô¨Qó¦Ê0 6–ö^æç~ÁÜf*íÌhüz2´ÎGLžÿ cÞM-(©0}þa*<ø³Ÿ©‡GÁ¼³˜Ðû†Cþâ]£ÁˆIÉŸ¤ÈIýƒ! Ï§LS?7Ƶð<Õ•±³>eo—ç¨å”{Kņ´hÚO Q5´™5žcDd˜Ím„–êiº|˜Ã©P±Q,&“…6rH¶4o\OêkÜÀ'Шg7ÚE;C£RW¯fü†í\M°R‚k´àÑŠ»"ò„«É3kWòôûIz$ ³}i“~gβ „ þœ©£ârÛ¤a4É?~ϤüöHþYŸ¤Ú3+™ð@N@ʯð÷¯£X¾êÃFW¶úq‹ö¤rÛûè»t®ýn•ynÕ2†E84û÷ý>ŠçŸu¢ÚÞ_ µ”‘Õœ0 (vd:0Á®b6b0ríÄ`ʽ_5å3Ë·­^סbƵæCÌž°“^oŒaZí¥ŒÏ—ÑXÕÛŸOâ’ð QãԯዖjÄfƒ¢±¥,ìÌ”'sƒáŒ~°9žâñ:uO-\ÌÞ>ã‰w±ÝGÜmÔÁTÚvã,FSîj_£Ñ@Á¤îµ{ÒP?–µëÿaTLÎ9'ùíïTZ4'TcÀ`¸aK­š7ÆhÖ²WïæåY‹Øßéªg:*w&ÉÒÀ3„Z>AÇEO3uÙqš­Dʺ™üï|ÏŒlDè{zr.ž'%Û€‹ÆP¨Ì7‘‡M?`a²\’-{€’º_ŽkË8‚õÊÀ ¦ð; `Î=ëZ…‡¾>DÇ_0ïý<Ým&ïô]ù÷jë\Q9òVß7Ÿþ3³Zzœuâì;-Ëm« +óB'­=Ÿ‘CVf&éæk$žÞËÚyoò›Á›n#ÑÒrí+¼1­šÔ#_RcâFû>Ë>ÓhßÿÔ̶>oÈQS¶¶°O·çKúµPï»Tõks#¬)væEEÛÂTd 2¨ñƒ”|ÌË:YŠºR3ö›ì—nq=i¨†µëOñhåhœ³²ú—KøµêBŒÓ ?YLG%±k5ã· ™µöÆ“G\ƒƒRÕæiCv«sC ç$eä_œì}5œÔõ»sV|Ùå²ñ+·_@êìbﷸС€?²kJpága‰»Y5{6ãrWŽxÅ´ã±ùSéVA øÒnâ †ÇÔ‡û0UãGíá èÕ%‚Ư¬ä›€—x}Þ†~h<©Ô|$õ†HµŸûŽU~¯òê¯2ì“@ƒgh :4 ÅâsE§2‚èúÊÓ´xè}ž›|7w}ÑÙA™ÔD¤Oev³¥wÛ§$Uø¸¢ hФ.]¾€¢(øûU@«uB1 ¬Ò—ÀÚ+ s"¸FGô±øV¬Uèé½íköعk»vï¢nº×S%]d­¼Z5ka6™˜7>|ˆððp˜¿`>={ô¤VÍZ¥²üÓVÆÓ?²p»'w-l€7 Š6˜C[ðÎ3Ÿ²*¡ƒ*9‘}v'‡3]ˆo[÷¢ö{ý©UÛ.òô.?ÚíªÝÈCãG½Ž•áÏL6Q3 ø?W•ý`Ó…T J¨Í}Ж·LænÝÕh¬÷½’ʦŠÂ—œO5¢(N q'¤¢'ì¿BšQ!H[‚kœs8ÿë|Þžû=›_$Cç§Á 53È1[xÙ©q~/' .ÔjU`Å…ž&eŸßÅÑl8÷^wj¿WX^§¯’£ÄXÀl>I«8€™“»”ѺS1X{ýwž}³¿<ú‡bé°Øë2ړ隣vháÛåÙV ËáDø}“xgÛ}<ùìš9¸Ð–½2³ÙØŒj¹–‰uáX‡п=…Z|/bvYØ™¥§þojµŒ‚û8žb".Ðh³øÙ¨C©Û½ÝR€O#ú4qáÉ•ë93d8—þæ·s^4í\9Wo–ê¬ ¤é]Uà­íN5}ÅQ=fq5Ù€ÖÃwÿæŒIïO>aGÏÁìšûnÝ?¤G˜žã~îpü2׌ N7äÈ]Ù{yØñ–RŠ€T‘óæ$þxïEV¤ûÓt3|P Rj¹ÍàïUûHïØ4÷&È|…­?†ÐÁÄûån DãJtÛaLnÛŸïw¤îø÷øáån<ádý\Xa9\ÂPMob÷ŽtÂFXZ}oEn°]¾ýØôG§rwƒ©7ŽûÖ¢÷+¯0®¹7(©ÅíKí¸çcÙgª¹¶òUëþZUÙ~…WgØë»Úáê}—š~­fndkþ£f¬±z\ô.ù˜ç[ŠºR3ö«˜·¸ø4à&.<¹òÎ NÅÖ±æ¬í艹ûZ5:º‰ù\±ñ[Õ\Ëž_qx ö)Až–d·h%mÛ²ò/öǾê~êúŒý±ÝͲ/+#¿rû¤4þܳò2÷ØH2ê·ËŒÊÿ£ös|·ë9«iõ½™º®7S‹­ü ¦íS hû”J¹tþ4yd6k™­¾.6ËÐâ×üEVìQeúÈÂõ\â^aו‚o+w§ùGIT-CñœK¯ž=ù~Å îéuqqñ¥¸ÙZ>Ùýö Ž˜92¤_9»äû<øXUPLž:[*C±qa¶òäúú:9+7Zœu`6™°ÿ»âçu>QD{ÂÏÛfŽÆßb” „²iuyﯻqL›ûöÙ¼¶süéÿ1ú‰y¤w{©âœÈÆ×G3C)ª:ÒŠöZnÅŒ‚–>ãÕ†…žî;y‡âf{á¾õSîaT¯G¸ÎÊ5J:Ç6í$ œ_ÇŠ}×0ûƒ™®üfÃ5è´¹O ­Ö¹œÛj±óÚÚOx›îÅó“#ée*xmÙ¬K$ý欥ն•|þÙ§¼9â3æv¥;ݸѸ¡ò2°3Kz-F£¢Ø¨ƒOYÙ=¶‚Þ4ЯQßòã?ýyðàOskÄ“5Ülôiåúk;ó÷²9$·)«àâ†g*?0šÖ _âÝ)ç9{¢ #gÔÇKcÂÕÛ 2’È0[h‡›ÉÞ(ê§µ¹uQ ³|%w})GØ´a'Ì$žÚÃú¯æ±dkõž^ÎÛm|s³ömÏøÇªÓú½A ®0‰QͼIXý/¬Uh3ã1â]5äœYÂUéÄÖ‰ÆÇ|‰m]}-ü]uäœYkõœ’/G¾œ~ÿP4?H¯WÕ¹>†Ë9¦¥ÓC÷­-œ>¿æ†„56˰®öWq3ßîJˆ‹ ^a„yä­ÐTÈ]F`É6ÕøJ~­ÍyC ü—½>àâªÞwÙµIus#½Uý¨k¬·ïojÌsÄÏ—ÊØ¯fÞâMãþ­ñ|t?îC»5«Hº›©µ¬ùÉ›±k5ã·Š4výòÇÇà’äiuî¡ þÅÏÿ†Q1ö©í3võvÂr>eæWn“€T@…@›ç¯H`C¸mâQ…Ÿ(ù{û66h„N—ÛB âÜŽ/‰jý8¦´s3.Ùˆ¢˜Ñ àì_¤ц´Äæç7,¼ÓÉuâë0cÖ4êÄ×¹¹¯-¨(¯v\<&£E‹?c`ÿÔŽ‹/Õ/ýYýí|²«9ÏÔó,ö“’ÊVô³Ô Üø*¥—²ª¸&ëÔ6ŽS…§½ŸVN@—á’õ<‹êHŸWŸ?í#­Yc<5…Ó (8‡Äílæàþ ‚ˆËMcéɘOÒ(TwË=mÛLžÿŸ>~E£¯‡òÜó3h·üEšykíʤ8Ù°C¡>tô$)¦x\´[­£”w[µ Cwcž}o›†Lg  ¿9íÛ,€ ßÇs{ðÀâ!toëkG¿0Å~SªvfI¯æKlùù„ö§Š§†¬}öúˆõ:ô-m»/ô`åFº¢I=ëàžà|óÕfÂNîÃ¥é{Ôñ¤ðØBuNfïï§ ð¢½48;9(·1ƒ¤ pñÔ£U4þ-y¤·ý—lÁ­íî Ïý¤µ‹· d\%ݨ 8±¿ÒÈCå½Pþ–=‹Ú×hñ €Í y¤÷ÂÜ„þ1ÔmÕŸ™kg`ó`œ¯_éJÝñ+Yéùe{åö<±pÝ5v[?§Xñ¤  hÇÀ9y«ï[>Býa½‰ÒIŸ²Q¾5ë³µB p%6®Ö`€ ÿ¦82îYñ™j®uv¶î¯Õù¯7Œª}‰:ße·_«œÕÑZSTŽ5V«ðƒÊÍŒy¨÷ó¥2ö«/½êõ£kÀp¾ýæ'.ýtލ^¹¾“®Žnb>gi•šý¹–›49>;— Ï⺴Õî%hÛ²ò/*Æ>EeŸ±«·k¾¬lüÊm’€“pçÄ£r‰¦ÀXY±"ÇŽâÏM`4Þxë|Íì d®zƒÈ†}𩚼½b"íÌßœùë ”úoÚ H]º½€Tí:Ô©]GňºúÙ£nzDFDáççWê_i°Øñ%k®V¤oŸ6ÔŽ-¼wµR¿Ö¼ûðj–ì|ŒÚMšòh¿J \ô4O¸=Nÿ¦•pͺÌe×FtkL\U7Ò~™ËÇ«FÐÀ=‰³æºôj]$Öè݄уcxpþXÆú?Cÿzžœß¸€w~Whòò@bõ ˜ _£ybá½÷*êéAýÇ_ãþ-O°pȃÔ.õ"ðÕeréÄnv¥µå¹'J&[¡¿ ã¸âø5úŠu©Ä\–Îû†èû⨠ÏàèU£Í<‹êï&ŒR…>óžâaç'Ò6ãiö%>ùišñhßp-ËcÑ¿eÞÆ«œ8¥¥eßÎTrvPÏù²\;Åö-[9Sp%š“/±õbñÍÚɬ Ë0Ý÷O5Á£êV÷|—fÜÅwáeO&ovØ,ˆf]ª¢ÌœÆKï+ôkŒ>e;ç  ËוS9·UÅ’}hð¨ó(oÚÀ ÅgÑÞ¤ŒöìÏpþ7¾ÜILõp¼”Dvï¾ ÎUðuÑ—¹,ì,OÎìsóÛ&gü—ØóÃGÌÞ¦§åý¨¦³>b«¥n÷Vž­Kë˃cY2ýUÞ6ëiñAî»0ò+@öö…|ðE-"9ÿç"¦lÌ!þÙ‰ÕÎÊmÎ$9\<]òòw¥æçžþ‡´ÄWŠ¢Eïé ™É¤›,ø–›ÉÆðÓY ¸h@‹½Æ›Î‹Ž“¦öɾSÚ<ý D±â3ÛÙ¿g[þZEÙf½áÚ®Õ¬;P®Õm÷ÐD|—Í~íÈÜÈŠ~ÚªkíhÏ*”|ÌëVã8ß–Š®Ôý~¨/ÝjÑï¾J,›÷:Kµñ¼Ü#§é;ó+Õv­füV5ײ㗵ŽÁ%ɳ˜ìÖæ:í*Z}Gâ¿â_LöÇ>‹me¡\»z³¦“¶eãWn›€” ÜA©b« t:'¢"¢ˆŠˆ*’¶ ™çåÈïcN?WÀ;jÐzGb®õ×Û[ýYNÊóõõ-Ù,?ùHbËç¹>.QÎÅÒxÔêEïU¬ÿâ/’·¥ö3Ïç=¦-™Ä“ŸšÁÉŸøA3éÜ´ÍÆ¾Âcßá£qc@ãCõ>ïйeÅBå+¸PcÔ<¸¿Ë”Å/3j®—ºtŸð)ÏöÎû¢ŽB‘kŠ:%ûZŽÆ¯%–.¡ö¼Y²z6/-Îý¼§{HuštkB¶©d²)EÞ×pýùþõO§;~Sô@¦¿z‘׿NcÌŠ\9=‰íˆ^µŽ\¨>jŸùLgÚ¢é<ûeîûþ<‚ªÐ¢~PÞ—VÜ©óä'|äû3¾xgþg<kЗ¸û:îäø“4àü×¼ôhÑ õ˜ºq.Ñ_¾ÅÒ´vLy´ž(О矪K÷·&±øÁ¥¼«ÐùÉxi@dÉôhÌ$9 ôz4yåhƒÚóÔkí ÕÅÅC¦4’3M(îEìïfò°ê>¦“¥€Kþ\ ø–5oÕc]jJÊm9M²û)«vW8ÎUØ/©ð!Ö|f›0×Úö×v¯×øÓöÉ4zá3Þú mf·²Ù*8ä»lôkçF–õÓXåXc­ìûA§y­ƒJIWªÆþéä©v¼t&º÷`ê,x‹£m†Ñ©à{çŠêèfìZÍø­jŒ·ã—õ%˜7– ÏârYï·NšÒ˜“”’Q3öYË¿Øq{c¤u”…_)oh,ü«t•5냹\M¼" áŽ$-5•¯¾ü‚F£Õ‚ 76—ZŽMþÉÓcŸçÊ¥K,ûêKúôí‡VW6Ë,Í&˾\J·îÝqss¿¥åùøúYL³zå âëÔ½ííiïî]wD=EÏ¢Cá?ÚfÆXد_·^Ì·WÃ%ÿ¸é,ÿëדYaïóëŒfE¶DßlÞ¶“aƒ““-Æf%K¿¦Yãz¢ñÅ¢+áöiÛÛtìÛ»{]»÷,ѵgÎ0ÞNŠ.‹Ã߾˜˭™Ô¯rîjÇ~Ë-ÒcyêNZP4ù±-ýˆÏ(±ÍÛ²í’ÎîĹƒÌ±dN¢¶ýUµyŒ}‚•1DT V:‡³žøø:lÙ¼™š5kàêêŠÉd*•¼uNN˜Œ&öíÝC»ÉÉÉA«ÓQ£fM¶nÙB“¦Í¨„V[:+²Ìf…+—/±mëVâkÇã¬×ßòòJ2ÐìÜþ×muólIN5u”‰þ­™¸Øk‹;©ÄæJf#ÿ¦îJTnÎi–¿2˜¹Ç|ªuáéÆÑοÈRÿü­¥8)WëÛË‹M:iA#æoS?â3JnóŽnC»ÝæF2Çnõ¼NU~e0ö VÆQ XÆÅÅ…j±5ðôòb˦?ILLÄ\J_–ÓjµT ]‡ŽT®\…ôôtt:'"##1›ÌìܹԔÔR-Ï××—øÚq„„„àâê†F£¹¥åÙñúwÊ*Kô,:ÊO›écxøË­Êž~Äþ¤_‹®i[¡$¨H­ü~¹hK„Ó½Wï;~ ‘Uô,:¤Í±?Aô*º¤m…\Z!uµ…hL‡‰ÉúÓæùƒû÷ßz¸Sê)z Òf·ÙÙY¢±?Ñ«èJ¶ýϳzå ›çµZ-^Þ>T‹¥B`P™ËãP@J¢“‚ ”† %‚ åš´ÔQ‚Œá‚ ·5Yœ:u‚}{ö_»6e”r0 % $‚LôAAñ[ávÄ¿B 5ââ8rø0ÍÊW@êÖD¤\9O óýü©ýš,BÅ"AAAAʼ¼½I½ HÝ¢OÆ1‰ J͈;û1[,BAAA¡ŒÑj4hÈý*|YSî¶ìù²—PÏóTm¾†´;à“¾—dâÅ*JjLî^ÔóËb×Y&Q‡ ‚ ‚ ‚ å€r·e¯Šv‘uG¢sö#ªîhÎoú˜mæéÒRöйѹ{¥žaÖ†dÒ ¾áèÖÔø¿OðùL²ËÕ{À´øz¢dp䊳ͺ‚ ‚ ‚ ‚p»P®Rn\ H»ÿйd&}K@Å{¨À«¸*çÉ$Ä¡¼ô¡‘¼x— â“£9]læV‰g:ûsyã~æ4òŸy˜M$%er1Ý€Áœ¿¹RáÊ¡LM ¦oëúffÑ æò"³Î…m£ˆÿç(S.XÁe±.‚ ‚ ‚ ‚ Ü.”‹-{^š“TÑ.¤¢fÑuŸD1^@«$¡ÑäSÿiØq/çèÄQÓPÒ”hUy:»éqACå†!Tþç4G² œÔ¹Ñ¢©?@º‡b,?Aš’bÊf놣l-Þj¤ž½À‚¯q30•§èŽRض»uAAAávà_]!¥'…8Ýt*¹üAP¥úFOÁÙ5Cæô®a(9û Œê†Op]*žøŠð#8“Õ’}ægÈÁÇFÎÜ=u ¸¦÷£[ìEŽíÎÊ[£Á+2”VÞ&’M:Ü<´h ¾U"y¨©/ô€ÙH‰ |½ù ç –Šp"¶q$Ý¢=v×™’Æß»ÎòÓñ,ròÒT®Ajž„ºk…‹ûŽ2{[­3Uã+Ò-ΗP0¤¥±ù¯3¬=•ƒQãDõ&Qtv§‚› •”Ìˆñ'>X3&Ο8ÏW^áœÐêiÙ«&]ÓŽóæº4²ì”Q"Ù,èÚ®Þ4NDÕ £[œ0æ°oó1>?‘»úÉ»FUÞ¬‘›4q×!¦í2Ó´h]4NDתH÷8_ÂÝ5Ò®±}÷YVÉ$;ï|QÓÓùëïÓ¬<žmAnAAAAþ-þÕ€T{§{ñó&¬z4Z=Y©ë1d8£w‹Ä¨Õ`ÈÞŽÙ¬à_©%þá¸ü‘ «½ÙhZD†RÑJÎ\=šƒY£%4Ò›ÐìK|ñ[ ©úŒ, ІðzU¯°mËq–'i¨T=œícÈúöëR´Tõ$0ó"K6¦’®s£^“p:53qtÏY¾Øe_z5 g@Ê5¦íÈĨn'-•ì”Q"Ù’ŠÚ€=½i ­[™QõõœØ›À¢sÙ˜]ô8]1`Ttdœ8ÅÇ»sulĘ̀è‹Õ%¬^e©çÌÑ]§ùô¢ŸJÁôhY•å ÉÕu¾Î>ÿ- ­3‘5*Ò©M4iW±.Y6þý«hD‚ ‚ ‚   H•rá¿›>¢QÒäì]M`żCš£!Cöe̦,Ð8¡sG«s!åÂFÎÛDb†7™æ‘n5•{÷ëꮃœN<Ǿ¸îªæÂá½Ù¸G„ÒÜ#ƒU»RIlbÆÉÝg d*œÂÎä¼,.f¡‹ògP˜.;²0XчñÚ5œÉ]ÅsèLÉ]kò@ý@BNœålÞ64cZÎ^Ë]éh\|èçÂù¿ðíÁlLÀÉ« ‘•©åÂ/»•ëy:{,®‘€7õ:é9~ô*{“8›‰>Ú¾•¾xûøâÙ„ÞXCBN"S¶3oT{ªøâíHÜðï¹ZP¦Ì]Ìœ0›3Æ1ugF˜×>·lïjcù;ÓJÚR‘3‡„Õor£H|||ñö "¦É>:’mA‰ÖÓ*W–ÑÉÇoŸêŒÝžäpøÝ†¹uh>—SF ç_ïGûºÑøçÉPc ËΩÜòm¼ÄÆ#iS-o_|£›ÓÿíŸ9W¢º¨h5:¶Y¦s–ÚÓ^ý¬ê/Ë¡z ‚ ‚ By§\­8klNRV0nG÷“’ÂYcsºw'0æ˜0å­Œ1¥]åûõoCrrÌ Õá®S0&žcþ¯Îôo\‰Q±¹q:SNggc°¶B À¤%¦^ í¼´ÁÎ͇ørWÞWﮯÔ)ºeÌȉMûy?3’^µ#QG˜¸zî"§ö'¢˜Š_gq…TvQŠ•åxêd+rïhWoFNl>Àì¬Hz׉ä¡z08µë0;N§sà÷üÑ%Š»:ÅrFöeÇ©ì"²™8½í ³r"¹·n £i0¤¥±mþ;e]××ë%[öîLÖ2ýû"Ÿ^Ƨckã@~­*w½ÿ&³q\Gz,8“ç 5˜°jÚ`þ<ú Û>»—Pã9~_µ£™€Æ}éɇY;µ/ýý·³þ±Ê8Ïñå°îŒ]Ÿ»–Pï¥'ñÜ5Õòêü‚ rÕàˆ‹¥— •’œÚs_1rÀT6™@EÏtΜJÄÓ«øš“i-’s‚ï®Î °á‚‡»‰ôLw‚}Tl“TRø}|GzÌ; 8êGòù¬œü3eÓëõÐ;"ŸšöQ¡ã ‹ÖË4û\½<*êçfE®}}sí"‚ ‚ ²ÏŸéÏÑ…ü™þNÉÊÌIfþG[ì&K;¼Ÿ1‡¯ß†qnÿ ¦ì?¡V(€áb³~L¾þ•ºÂwvYüòÅ~±x.‡ƒåàß–N¿.çò?¼üþ?3àèÏ3ÆÆ5Ž–¡îºb‰íë͔á¿2ÙR~©Wøâ«+|Qä°¥ºÞ~”ÉÛ­•a¡>†4¾üd _J?¿cÈIø‹ @ﮚŒ²§8³ŒWœ\i=õw–ˆ"iÅ(šþ†«?¼ÎüCÝx%2?µ=–eI›LV ®ÏÀÒØõå¯\x´2!§¾búúLÀ‹îoå³ûÃÈÚø5{.#Å®´!Œø¦ð;¤¸V6r^9Ìi@,~ØÀØZn`ÌÆìT|‘¬ÁVÚ+Ž´†=¾;Ê’vž˜rr@oÿ ã™e¼<ï4Áã?ýÉÄ&\]ûõû,ãø§±ý…ièH]T´?o²^¦a y®9^¿–Vô—}èMÕõAA„Û0 uk„J2Uå—ô$™ª–_ÍÝ"&¶$eÊùsç8tp?ÉIIô¾¿…TÚ¼¯˜Ù^—yd=tMxø¾ª¸iÀ­Óºø}ÃçIÿðÛ¾”È¢YûS¿] ü°’Îdß“[8 àÔˆÂp z=¥õÊôÒ’³RåôŒšÍœS‡y³y4ŸwÌègŸaH‹b²ºÚH[ÒЇN¯W•.ëèzpšÙ+1»àÉäcœN5ÓÒºd©h5:~¹»õ2]‘GEýð´¬?wÊXþõWâ4AA„· Z-Þ>>T¯Q‹Ð°°r!“c©[v¹`ªGy󸯤¡ 9î{vn'¾n}ÜÜÝAQ¸š˜ˆ@@¡túК„—¸ÌÆu'Éj\WKj4…z±•Î]ô"tú¼[Åœ÷!ƒ¼Sæl²ŒJ6‡‚A3{Ž£´äôhÌ[¿®£æ´)Ìþx ‡×ÏãÙõËø}ñVö *а‘ö“–NyA)#9ÆÒ÷zŠ9ß—ÒyäƒÄ\âæR…xo-¸;P5í£FÇ6õgã\ûÔÏlE9Ž´!Ц]q‚ ‚ Â馋 YÙÙü½u34„„…þë2•Ë-{ÿ L™¬_²‰õ¢ A(s<@\zx¸»ãî鉓“Mñà‚.´#hؽ]áø;}xÄkÏÝÛO) غËLóÛTµ5YÍÓ6æ}{”Îã¸úóÖ$DТ–·ªÐ’kåÖTc {Í[˜õÙn:?]×î*"‹7¾.@öeöì¿‚±a8:cf§â+«ÜJINr’¸H<ƒ&.eЄc|rOSžÞœÄÚ¯ö“Ù3¨ð¢i³:T ¢7z…­›þ!«IÌM´ª–ÜÝf™$œHÂØÎ×Ê-©Âö“LRpwž~¦)œÀ˜z†3æP¢Ý«‹šöQ¥c[evq&ÕÚ¹öEíEEý®•BB±`­ ‚ ‚ øúûÓ¨iSvïÜU.Råî+{ò“Ÿüä+{EIMIÆÝÃwOOœ-£pŠbðûiéÀò }h^3†ðˆªÔjދᣟcѱœ*ÝÏë#Â,~{¦AATü-WÏ»^ä¡®ªärŽ|W&v¼Þ–°JT鱤øWÜ â^ƒnõu€™­OÄQ1¢"û³:ÉBuJIÎÌ=“hLp•xê5íÎøÍFB«ãìHZ÷8úuöààkM ‹¡å[ÇJÖ¨.áÔÏÛn¸ó™ÆÜ»äÚ¨¾¼Ú70ð×[]ˆ "8ØÿJñô]tƒƒuQÓ>jtl«L“#ò¨¨_i´¡ ‚ ‚ XÂh4FjJr¹ÇÁ€”"?ùÉO~ÿn³Ù Š‚““ýEn5ǰüïo˜8¸ Õ]®w Š¥Åý÷RÃM/mÞù™åzQ'È xV¦Ý˜ùløôAÂÕ®ÕÐyÆ/|ýb/êë!+kp ˆ¢ÎÝm·)Ð…ÓoÁ§ŒiŽ+™’†S7ééÆâiKIN“Ù‡ê1¾.ŸáÄÉ dyÅÐæáYúL \I«ñ£Ã´oy¯o}Bô`L¿F6®øEÄÑ¡c,^ŽŒ(Ε9o*ýê£G_EotÚ t™½o_¾—z¡®@™Y îauˆóÎûbªuQÕ>*tl«LCòد_i´¡ ‚ ‚ XŒé˜sï©Ìfs¹Gcá_- {|ô¨¬YÌåjbîg•V~¿œÁÃ’Áa}2Ÿî½z[<·zå  NZªõïÒ-ÿú+Ú´ë ÛAAAn7ww>_ô©•Då’ššÂ†õëèÚ½'gÎ0ÞryŠþ^ gÛù;š¾¬É:ÄûCä©¥ÿs;·ëPÏŒíÌxï4ƒ~<ÈÞyñ¬~ã+N§—B½µžDÔ¨EÍ*¸¨šXé+‚ص ‚ ÂMâ$*áÎó|>TôÕãWÉ·°tªHŸ…q_@ž:5ù8˜^ÔâÞ˜Éë¿ À{¬ëdî¼ù|õ1 [¸ža7ÛWAAá&‘R‚ Üy8Q»vMjÇr}M“ñ"¿NJ‡&5ó÷%¸v/^úá4ÙÖò°•Þ|™Ÿ^èFƒjñññÅÛÇ—ð¦Cy{Á»<|W<Á>¾xûFÓ|Ä|ö¤+EòBóh?¼},åÙ†Õ®çT³+c— «ˆhç?jŸ[†/uÞ:h¹¦«l™3Š5‚ñöñÅ;¤.ÿw:w»)‘M³¦ml`žÝyfñ>®å‹š¹“jøûüŽÛ¸Ò~æþ@_Z|t:w[ù*¿M|5Âró÷ ¢ñ„db$aéPêUòÏ=P6£>ao¾Jµžöʺº{ѤzÅ<}©Ôð>^\v˜ŒüºªIc·œêÂtŠ9Í} ê·ž4Gê­dppñ“t¬”›op,^ÝžÛVFËy:ÞWlÙ©ƒ¶¯JǶ­=/í:Üêþ›ý߿ܛÚ!¹é"š çÓ–|”yõ @Öú1Ô±&»Êöøp4j†äµs"âÛÐ÷½¼÷‚©ñ+%©— ‚ åyà)ˆíæm Ýõ¿3Ø1±;½f;1ä/™ZÓÌΟcÜÀ>xoÙÈ •‹^o'}ÕtŽýþ'G+<ÍÂÚyˆežcÒ³¿Òî©7Xð|8ÊÁ%¼ðÒs ‰iÁ–—jâ¢*Ï?8Rá)>™ÓãE¶.x‰É#ûÿ/T¿±¥Êÿ¾y|ól-\ÐàCñÍVYìÒƒ»&¥Õão³¤]$NWȪ„3Yìy·]ß¾H»±3ù²™7 k¦òÒc8®lã›Á•Ô æTö­ZË^ßÇYðÁ]„*)¤WÆþõ䥇Q±‚3É»ñÂóÏ0$²›Ç×ÀÅ\šõ´WÖ5ŽlØÈAÿ§X0«5þ9çùké»LÙž#†­,펓š4vË)¡.¬¨Ö^½sŽÍcècÿC;ê}~èS·”“œv ÇùVô•’ؾ*;ض6mü?Þ•Tþxñn-0Òe܇LiâKÒîï˜>ñ/õ>ª†‹>áBn’JÝxáµ®TvMæ¯Ç1±ìöÚ#“Ýït§ó;'¨;dŸÜ]?ÓI¾|v,_ý~ÃsµqSeŽÖKA H ‚ ”c”«˜üáQj½¾ƒi#cpšÅ9³uÍ},ýþ$O?£u,ýXW\#[Ò¹]+¼hE]~fY¿S´ÐÕôЮéßË#?mãÊ¸š„¥¨Í³wul‡Ð¶Ž™_ªæ‡ß.ðlõˆëÝ¥BjÖªeõOIÞÀ¤û ±†¥›âYèÜ&Ï:@ÐðÕüו2_ IDATïåf¹çÚ7ÂïD†OžË¾&Q×ݺFµ¥kû–x8æÛ•ûcóþhKÖŠ¯òë^RÇÕ 0ÿºR¨'hT—Õµs{¼€Ž]ÚR±W]›4ý÷¾A'i\U–SB]Å^½MÉg¸Š-Ûv¦Uƒ´Ô¥ñ­ê+%°ýŠjÚAëXÛVH±aãWWý·ûïÕ_™²è,ácÖóÙø¹éZ×"囥<¯¶jT/è²åò—&¹V»›{tÀ hodÝšQd·ÓÉ™<냾燙mðÑÆ3Ÿ<–¯JÓþŠÔKA„òlÙáŽ'ûìVdÂþ—ê·UÆ»Ò},¿WN$ûj•£é\ê@2gSò¾Ÿ¥õ¢b„7\»Hš©dyj}c¨^’Φ8ôõ«ì3[Ø›áJƒ»k¾ñ,p®a·¸ç´hÚ³:œÛž¤›ýÆY6 «&1°uMBý|ñªËc˜!;ƒ+Y—´ž%) §Úõ®g6±?Ŭ2M Ê)©|*p‹Åó4|Ó·6;ÌÂßÏ©ü;}Eí—¬lëΦÿ×ûïÙíÍq¥nÇX«A+‡}š }Yì“>QÄ”ÝN{$lfo¦+Mz7È FÝBûA¡ü"+¤Aͧ­eF‹‚·cœ}#p猃é//C猳r#­ÎY fE)až8¡×br0z¡˜Qr³¶tÒâ9M¡sZœ4`Ìqü#ð9GçÒ§ß»¤öy‡Ï¦¶ L‰µOÞÇëŠí¡ª$õ,YY Ñ\W…ª4%-§¤×Ùŵ*-;@§ß–2ïý™<Ó}6ï>ø¿ÌéEh™÷•Ø~ ÚÁ®îlÙø½ÿæ+F¹™vrÄ'Øï“öÛCÉÍÜVþjüŠ£õA¡\#)Aîx\*6 šÞÄž„ oˆwÑ›¦œ‚7U*ÒË@5yj]ðvŒ¤ Ì6ËjH5ý,¶¯Úϵ…·ç¸„7¥–ÛL¶¯ÚOz‡¦x˜Ùúã!B¼Ÿœ|‰ðƒ+Ž‘lnŒ›km³ŽÿÆ!jðúøátŽqÒ¸êçP–Êz–¨,sÛ: !ƒˆõѪJ“µ«durX>•õν?w#ªÍ0&µéÏð:QÿÅ)üðr7V‘²)* Ûw¨òä²§;›6þ_ï¿y}tëw;HmߺxYjäqÀ'”F¿v©Ø€ªúYìZw„Ìöõ-¯ìRáW­— ‚ å H ‚pû“|ˆ?Ö¯ã˜îún•Ò,Ö- ñïÀø‡¢éôÁ úz½Ì#ªác¸Ä‘c::=Ô›h'oB}!më2~Ø]‹ûjÛI_‚ÍÐveP“§>ŒµÜIY9‰é_?K +ücnJÿn‘…Þ«¢ñoÏøGbè8»?ý=^ááv1¸gœç‚{kh×–ÇT§õ”Á œÈ¨fÞœY=•~‚63FïJ»ûk¡¼ö£&*<Ò2 —¤M$ä€ÎŽˆ®‘Mˆf2óßû”jCìšÎËn´QYOµeeý9·æ_£S=gÖÍâÅ594˜øPn]*Ò”°NëBe½ g×ðñª bkGác¾Ä¶¿.€¾&®*Œ¨¨­× (ô2ôR±SkA [:6–«§ÝÙ´ñ¶ÿñþë×–—¯A«wûrþUž¸»¾†ãì¸ø«”G_T~újÅM۲ƿcWäîú3Ì÷ F4òáêîå,<4Ï·=û~ÅÑz ‚ ‚ )A„—³Ÿ1ºÏg… ^ÃþÙMs·xhÏ 9À“J-¡Á°ÞDëƒèöÚXZ˜É3ou£ëW]ì¤/ŒveP“‡/í'ÏføàçywÄ} ñ£ÎÈOé}w$zMᲿºŠïýÇóÊœgé?ÓÎ4ó%½Û…Rwü¬ôz—Þ”Þ“M¸†7¥ïŒµL™œÐSmôç|vq /}0†¾Sܪڂ{+»Û|9¡¾úãüoö9Ÿ<>ÏýP»Þ;„ø^!¸j°½ ÉÁzª.Ë%‹­3aΙ,ð­Iï×W0utÕÂ/G¶•¦„urX*ëm¼²‹gÌäù„L¼*·ç‰OfÒ#Pk¥Ž¶¸­û”¶ZÃ–Ž‹Êõ¥ÝÙ±ñÿtÿÅ:ãVò“ÿ&Ìz…Á ² ža5éØ"4·:*-}µò·K³gËoZ¾µŠÅnO2aÚÃÜ— >ÕQH~¥,íOA„[ŽÆÂ¿Z@÷øèQY³>˜ËÕÄ+¬ü~9ƒ‡?$Áa}2Ÿî½z[<·zå  NZjŠÕë—ýmÚuÀ? @”)”ÆSÌi]—×"¿áø }ýΡ4BÙ·ƒp¶ûæµçyÿ¥œ^Ñoш ‚ ÜÜÜÝù|ѧô¾¿Õ4©©)lX¿Ž®Ý{p6á óçÍcöœ²L H’ò~‰þ?5ï|f^z#`ÌÜxìªÈWöAAAA„[ФAAAA„[мCJA¸CGÀ(FoJfôͦʾ„Û°Ý+ñðÉ<,šA„;Y!%‚ ‚ ‚ ‚ ÜR$ %ÂCÖIV-ÞÈESÞߦK¬{cæí!SMúÿ"J»?{qsöY®£=ìéèßl¡| íHX»˜ugsÊ·¾þ«>ífý˜ ‚ å H ‚pG`NÞ»÷¶¤ïKsøé¬!ïÆ0™+–óÓ¾ÌjÒÿk7c™œÙ¶–Õ;qø>Ò”ÌÖùÓùpM%ª… ý›íSj:ÌÚÃëMCˆ°¼üÞ¤ßLû;¬(¢ µåm§Ì­øàV.›Ú'ŸØõ·Ø¿pMCK÷AÏ/Þ¿Í'WuXXOƒÿ+»¹s¿Œ›ü2ïuûeî£#>;ÎÝ{U´¢Í,ŽÝ\ž,ise˜«W^¹°´ßeåìOõêaT¯æ‡3@êabC5>ô –;ßÒÅOCýO.¢+HN‹úg¾V«GË7òæò•3Ž‚#ò=¦Ýbßä—©Zʘ3/j?Dj^¹È¯ÿZÔÆ&öõHŽcB!„xÈRBˆ",…C“ÛÑažÑÓÖ13ÌÀáeo1¦GW<÷ÿ@lE+ׯœÌ™ætñá¬ø¤ ¾©²~ü[L¹‡¨aï²tt Ê«‰{‹è õÙ†‹EeþÄ©âÃX¾°>ºkÄ/cjßîøUÛGlȃ۞|:/fÃÈp\Páæ_\7D)Iü4® ¯-ÕÑjÌ"f¼ !áÈ×Ìš|Àò:†º˜É©#>ϾLÜ¢Þ”.îÌíß?%vô¢ƒêòëØPrn­=³˜^ƒ?ÇaÀ|6w Å-ñ<]'ÞönŸP…c3ÚÓrÊ"‡|Àê¨ œn]&-ÂgnšÈá?9ö‘ÆÑéíiýÁ5¢FÍa]]O.ï˜IÜàæœU~cCÏ28,o3Kcî”_ž,kÿüsmA½L´¸Ù~—‹Q‹÷eÍPµ)§Ký­VçËPc„¹ãOÇ·íä˜fK´¤¤’Hr‰Š¸`ÝØ+gI›Ú×£8Ž !„B&¤„â!Rníeê¢Ó„O:ÄG}+à Ô­êLüŽÎ¬Ýtžá#¬[”+®A h‰‘Dð-ë_¹@䫯оŠ¢ÂIÞôýwýÆ1a”J´´ÌHZ6‹Âh\ÃÀ÷!Ù¼ï*#CÊÞ?P»¯DXx8n&뻇Ÿ^!pÐnV­i\¯a8‰Ö2ÚÒ:††˜™pPQ,¸5]‚3¬LÚ7_½çIcBñSe_[û·ð AãDÖôÅj?¤öVòSfŸ DŸ¬\÷¬§šÈ¡.GoïeêÜ“øÇlçó ue4yïs5ˆ™ú1Ç_šBDæ,‘%mfi욚ζ¾¹¶¢^X¹_{²&§Oý­379cUnm³ìøS®1­›4Àãþ¸H°îØ8ÔŠzäÜ×#9Ž !„âq ·ì !Ьô+ñœL…qÏá›y‹g™Îl¼ 7ÎÝÌõmMÖ®àZª¾ÜæJbæWQ9xPº¬'ܽƽme:h*R®$æœ/1S߃œÖºÑ,Øäɳ-ñä(ËۦУa%½5xúG0ø'¤§ Íã9ÎnÕ0º¹Š ݪS¯ÇVüx‰Tåá´ÏÝKû9–âJÍ6áÙ'£¬ÉafµÚV}P†Cqê¼ïçhBÞ«6×fæbwÊ'O–Ê7×6Öë‘~@±r<ºú[7& 37ïö-çñ9Ž !„âq WH !Š.EAÁ‘zídvý¬S*œ5e)Æ%+׿–{ŽÎ8 `P¬ëèìE±±LœP;‚¢·òlV•y)†RœäO{úcº¾2¤®ÓX5³>¥Ô×Ù9´3“LíÓµ2ýÖŸ¤ù¾µ,ž?‡íæ1ýåU|¿°ÞönŸë;U/Ð)Jže¨².3ñë4ß63»«›É<•´4ôürms½ì@倓 tZ•Z9Qý­vúøfQnl:þØPŽê”mühŽcB!„x<È„”¢Èr)]“*j=G§P*¦ž9'*´Nn,Z_÷b°¤L<] %!…üN?]ëî6‡ø¯‘Ô¤aî}YO>'€ig÷ñ'¡LC‹ ÎÀ®•t¿ó;Át£\£ÞLiÔ˜ÍynÜ 6OhK?;·â\‹*ê¹Üv‚»Msܲgen;ArÓ:<`¸IüÖ?¡d4Õ¼N_Ì'O¯û[{¾¹¶¥^Vì7K;åþ¤¡¡¬7Ü8y†Û†Ú¸=Ìk³AýmùåË&bµ×1Í|9ökã‡zB!„LH !DaPù4el¿ò4_ðÝ<&пy¼2®sêŒ#Íûu¤¼“'%5p'~=›„Ó¹º™õB –”©.EÍðb$n™Â¬/GRÿ™üe¨C÷¶AÙž“¢ònLÜP"§wãÿÔoóf›P4g9tð±0žœ^É‘£ƒ^ ÛI „B!„B!Da’ )!DÑ¥¿Îwïö¦÷GGI}Ô±(w8²jc/ÜX IZ6ØON>úñØŒ™ .ïüŒï®hå8"„BñˆÈ„”¢èÒßæð7Ùu<@j/cJ!„(ò䡿Bˆ§èˆçEiï29ø=ôþ ô^±›ÞK<Šž;×n@` Kv"Àp—/eÏKÖf1+‡odÓÄúx;<¡õ6ôÑR4Ÿ¸™£}Pû9ÈqD!„¢ÉRBˆ§‡³?Õ«‡Q½šΩ‡‰ Õ<úЃ[oî|K? õ?¹h¼ÅÍð/»bÛQ«J)¼2¯¬ñkͨõçHËo_é±iBGª·)[7†•çr¬£»ÆžÑÔ+ï§—†Õ;·ù"éJ |6”f!þÆ+zJÓô탦oÒßbÿÂ4 -a\? ‚Ÿ_¼[OÚîA<OüùÅbø—]±m©Y¥ôýÖéÅK§ózËj”ðÒà©)O½>K8šœyó“î ëiðe7w,Í£µuÆÀíƒëøòÀ t@ê©M¬Þs‘Ôüî¿òªLíú hՊνG3ë¶¿Äï³¢·/ñÁ­[ú›ü2ïuûeæ£#>;ÎÝ{+ä¬_¦>iḃ—†ïÿaÌŸ5men¿†[ì›ü2õCKe^éåOíñ‡H5õ~Aú™áßëÀ !¥ï_UV¦VgÆ­ÿ)Ysl6f ǹ1cksÑqym/ž-ョ—/ÕêÑòåKVžêãˆ!é8_¾k:PRÏóÝê­œK3ŸŽ<û¼¹>aIάSB!„x"É÷„O¢ï%ÊšM Éœùñ'NÆò…ðÑ]#~iSûvǯÚ>bCò¸mGIâ§qmxm©ŽVc1ã G¾fÖäYVJáÐävt˜çDô´uÌ 3pxÙ[ŒéÑÏý?0Üi1½ŽÃ€ùlîŠ[ây.ºO€sIãØŒö´œr…È!°:*§[—I‹ðÇ™«ÆUÊ´%öÖTt½Íec˜œ-þüc‰­œÌ™ætñá¬ø¤ ¾©²~ü[L¹‡¨aï²tt Ê«‰{‹è õÙ†‹ yÔž±¦Î ÿw'£ºâÄ?Ñ6ôӺǰºîÚ6.‹›¥íë ¡ÞÈ÷é°¼+_}ü+S·BCG§·§õ׈5‡uu=¹¼c&qƒ›sVù =˘üåéÓy1F†ã‚ 7ÿ ¨­j+ ökHâø¶Ó aé‚–”TI.QCBÞ蘭îrjïüá3Œ¥sâ£ý‡k§3µoNeij¶{ NÅlÁ²d̘ª»¹þš³7:âóìËÄ-êMéâÎÜþýSbG :¨.¿Ž ÍÝwŸ’ãˆáöÏ ý¯|Ñþ4k'Dsü¯ïÙ3®z¾ã)wŸ·}üØ6¦„B!RBQ„¹EÒ²Y@ã¾Èæ}WR6×T¹µ‡Ÿ^!pÐnV­i<™kN↵Œ¾¿Î^¦.:Mø¤C|Ô·Î@ݪÎÄïèÌÚMçÐô·ð AãDÖôÅj›ˆM¹½—)³OP¢ÏÖN®ƒ{Ö…™—¸ViÃËí›â4ª¦ã»îÇïh&–á£\3sЀQ‘xIß²þ• D¾ú í«¨!*œäM_Ñ×oÜFiò¨¿myÑ_åëáø¢Øë|׿$‡Þ‹ä£kmølB$•um«ò£QEØtö×´­ðJÙËÔ¹'ñÙÎçêóÙäy¼ÏÕ fêÇi &fÉ\ŠW",<Üä |~m¥ÜÞañ~]Ë5¦u“xÜoç„<ßWnm+p?s Фu‹&xÍZ5¦t‡OỶNïR=Íò\å×öŽŒ™ûñXYÇá¡!9&1T nM—àÌk“öÍDï9FÒ˜PüTOçqÄ©lw>½Œ:o½ÎŠúy÷ƒ&Ôì×›)ÍàÝçÝ1•–œ}Þ¢~lEÎÌ)!„B<¹ä–=!„°öÀ©©@HqH¸’˜ç7×¥_9Èi­+Í‚MžD¥_‰çd*œˆ{ß{Ú.Ó™wáÆ¹›8UÀèæ*6t«N½Xñã%“·¢¥_ÚϱWj¶ Ï>e*~¯rû>ˆß\,y}›—k©Jør›+‰™ßåàA鲞p÷wô¶åÑÍâ:¸±}C6ëh7u᧦ÒoÑEjĽG[GÛUÉÏZm«>ȧCqê¼ïçh‚Á澓_[=ŒýÚ³Ÿg-ˆê —~áD¢Áæ˜s¶½%cÆÖ:æî¿é\Þ6… Ã(é­ÁÓ?‚Á? =­áé=Ž€ !ýg㽟qƒÿƒ®ýbÃÎ2§ß ަYßÇÆøB!DÑ"WH !ž^*œT Óê¬>tªAÑ›8±R©rMräžQPp¤ÞG;™]?ëÔ„ gMYйºÑoýIšï[ËâùsÑnÓ_^Å÷ ;P2×¥ã®T6Æo.®å.ÂÑ ʃuÀ  (6ÆáZÙÂ:;à]³Qž[ˆßyí{/Ò¶ì">Ýþ3Wû–#ÐÊßlJÒqöœ×Õ(¡66\^ùT‘e™­òm«‡°ß‚ô3òïÞÆ€l9GÛ[2fl­cŽÕµ§?¦ë+ÓIê:U3ëSJ}C;3IyÊ#@ê™oÙ{UÍó#Qüúì<´¡¢‹U b¾OØœ3!„B%r…”¢è35C⤡¬7Ü8y†Ûvü£½K`ÂÝÒˆÿúI&víRº&UÔzNN¡Tp!!÷^ÁT p3ž¼©Ü(ר7SÖÇs`Ju®¬›Áæty”U‹*ê4n;Á][âµ$–ÂbaKv`ö¢—Ð6œÙçkðöŠ¡”þa<vÝÀª¦4$ðÓŒñlNö¡ãuñÊÒ~· ùþz7‰ßú'”¬Mµ¼¾ŠÏÁOHIHÉwÿùµ•MûµGÛZ˜ó{ù:¸ë4“Ø]Ðhö@ª¹A®{¬Ô¥¨^ŒÄ-S˜õåHê?sƒ¿ uèÞ6(Ûó‹òm«(ö[À¶µ¤Ÿ¥ý<‹÷—Ü¥y%5—¾›Ë¸ZjNîG57P¹Ù'fKÆŒÍý7ÇS°]ƒ^ ˆhð s¶¡G½Y&܈»™-±Ä̓ŽSõ¸Ö¡ÛìLŽÊû[ÿTšLGLÏÑLïÓTÞÔè»’Žm‚P«,l«¨’Öï·€m›o?»7‘ä’Füœþ,¼”š0:Nú†™+gN ¸Ù)f ÆŒú¯:dŸÏû›!SÇóÒštã{žT뀫êé=ޏ„ eçïdÞ[×…Õ¿w1Ó·L÷yó}‚œY:¦„BñÄRåñ¯à8dà€´¹ >æÖÍlÙ´‘ž1ý$cB«}º| í:tÌsÙö-ßðjt w’Mn¿ñË/hÕ__I¦…Ew… #x'hgÿÓôÁ7ú !„Bˆ'–[±b¬ùt%»t5¹NRR"{wGëv/påò%–,^̼…‹¶é@* $ ™¯›YþŸ”¹<5s}  ô Œ;ßÒÅOCýO.š¸•)k=| ¬V–od©‡99ÛWw…õ4ø¿²›;öh—üúŠáû&¿LýÐRÆüyùS{ü!RsÆ`®ï[’7Sû²¥ïäfú’¥íª¿Åþ…hZÂXN@=>¿H†Eõ³aü[4NÌäÞê1`¢Ž™‹Óvâ¹€|â7{ lKÍ*¥ïç °N/>X:×[V3öMMyêõYÂÑ{mcK·¶ÎͱB!žò‡J!D–¡Éíè0ωèië˜fàð²·Ó£+žû ¶r2g~ü‰Sұ|a#|t׈_ÇÔ¾Ýñ«¶Øbª]ÌõÙ$ŽoÛÉ1Í–.hII%‘äq!Áº¾_΂4LíË–¾“3gmcÿ86£=-§\!rÈ¬Ž ÂéÖeÒ"üqæ¦õ³aü[T×üs?Üɺ1`ºŽW«”iKì;­©èz›ËÆ09[ü–ætñá¬ø¤ ¾©²~ü[L¹‡¨aï²tt Ê«‰{‹è õÙ–»mì=îíãØPùõ'„BÈ„”B<:Ê­½L]tšðI‡ø¨oœºU‰ßÑ™µ›Î3|”+®A‘´l…и†ïC²yßUF†”5y´f³q 5®çR¼aáá¸eÙ¶XpkºgþP;˜´o¾ zÏ1’Æ„âgE,y•=Æ=Ìøô ƒv³jlMãz ÃIܰ–Ñ÷×R8ýíK܃[YÓ"¨m*¦Û{™:÷$þ1Ûù|B]Üš<÷¹ÄLý˜ã/M!¦ža¦*ûô?[ÚE¹µÍ²>[®1­›4ÀãÞÎt 6õ9‹ê‘s_6õ+ÛÀ’ñ}{/SfŸ DŸ¬\ÇØ?îIµo;YSWs¹ÐÔº1`²Ž™—‰¹ViÃËí›â4ª¦ã»îÇïhñ1°-¢"ñ ’¾eý+ˆ|õÚWQCT8É›¾¢ÿ®ß¸1&ŒÒ6äѪqo‡ AžV&„B<þä–=!D‘•~%ž“©p"î9|3o%ñ,Ó™wáÆ¹›y~[“ƒ¦!Å!áJ¢Åß\en[âÈÜ’ËۦУa%½5xúG0ø'¤§ 5Ø‹é\ä´Ö•ˆfÁ&'­ì[µŒn®bC·êÔë1?^"ÕÄré—ös,Å•Zm«>8w(NCàïýM0ØÚ3¬®GÙZØ.¶÷•‡SŽýúŽýÛà^ÿ¨Ù&<ûDÍCl'Kêj.÷N6ŒKëèàUŽ`ßñÛÒ\KU—Û\IÌü =J—õ„»×¸£·-V{;äX¾‰O!„x2ÈRBˆ¢KQPp¤ÞG;™]?ëéœ gMYŠq-ÏâÚ½53f¶1ÇŸyn¦=ý1]_™NR×i¬šYŸRêëìÚ™IJb1E•yYP>eÛ%×Êô[’æûÖ²xþF´›Çô—Wñý”ÌõI1†“ãŠ%U¶e8©@§µ|úͶzü×­EíbSŸµ¡Õ)«óV¾cuXÒ®Š!Ïþý¢v²¤®ærïêfùÈ¯Ž–ÄoKrtƃò`]Gg0((ŠqX3îí‘cùí'„B<ä )!D‘åRº&UÔzNN¡Tp!!÷^ÁT pCõ¸Äáà‚§ ¤$¤õ48íì>þ$”þcchñ|UªÖxžˆ’V>ÅDÙ¹b ¬C¸[ñ_"Éĉ ]âP¹Q®Qo¦¬çÀ”ê\Y7ƒÍÿèLÆtpÛ ’ï½i¸IüÖ?¡dmªy;€“†²Þpãän[8gs=;ÎX™h{õY³åØ·‚ô«ÛÀ‚ø\J×¢ŠÚØ?îæš±_ý¬­«EmhéȯŽOÐ1Жq_à !„â±'WH !Š,•OSÆö+Oó¯ÑÍcý›WÁ+ã:§Î8Ò¼_GÊ;<&q¨KQ3¼‰[¦0ëË‘ÔæêðR…(ÏT–|¸’*Ñ5)ášÌÉ­¼ÅDÙÝÛe{ÆŠÊ»1qCB‰œÞÿS¿Í›mBÑdœåÐ ÀǸŽkPÁãɸ²ƒeÛR®^/Ãu~;pÔaøºæn •wcÆ ¡áŒžôò›Ì€ºž\Ú>“Ø]Ðhö@ª¹”$ªK8Ê;q ˜¬Ð¿A)\~á²MÄ`u=œ<)©;ñëÙ|$œÎ5|M<€ÚíÒÆ>}Ö|Ÿ³>o&÷eAß±º œÌǧòiÂØþh6¯;ÝŸ™ÈëQ(–òW‹5ä¥(ûÕÏÚºšË}à¿VŒüêùä­÷Íqyy€”B!RBñhg¤ÜyaÒv6ËÄEcymaàN™ý©Ù»OZÌÆ¡¡ÉÔyÄôÍô>AåM¾+éØzŸÏû›!SÇóÒã—™«=¨Ö!W–Ý"¥2Qv› ÔÙ.#p£Æ˜-ìòÏø¹é¹4Pá^*ŒfõKâ ¨C îÆïl=‡Ñ—Oö¨Ø„7—Ï¡½_^gÆnDŒÝÌXâæ¿AÇ©z\ëÐmöN&GeN ©©2p «® "nÁ ºÍ4nç_¹>*Ëó2`³õÈÉÁŸ¶ïŒ"²ÏF¼ß–Ö_´Â«À}Ât»Ø¥ÏšísÖçÍ4ó}Çú6° >•;µßÞÆ&Ÿ±L\8’îsôàìG­AëèUÒŽõ³²®fr`ÍÈ¯Ž‘>OÌ1ÐÚq_ÐË„”Bñ„œ®åñ¯à8dà€´¹ >æÖÍlÙ´‘ž1ý$cB«}º| í:tÌsÙö-ßðjt w’Mn¿ñË/hÕ__I¦B!„BØÈ­X1Ö|º’Ž]ºš\'))‘½»¿£u»¸rùK/fÞÂE[tŒßiœ $ ™¯›YþŸ”¹<5s}  <ø3¶"ÏB!„B!„…J&¤„B!„B!D¡’ )!„B!„BQ¨dBJ!„B!„B*™B]úë|÷nozt”Ô§qÿE‰r‡#«&1fáqÉåSÓ.\Þùß]ÑJN…B!Š ™B]úÛþf#»Ž'bx÷_ÄÚ2~É,í¸L†¥Û¤eRÊ¿º‘kz@IåÒo;Ù~è&zÉè£kKi/ðÍÜÑtªßGîÜÿ:É©B!DÑ RB!¬§Üâ«V<òùª.û²Œ³Ì~Aƒo—]Üy¤¿áÜ)NX%?\€´?™ý2ÃÖþ…VZðñ§®ÌÀÙ“‡ú±ñºLë !„B%N’!„6»²†×º”a÷Ž1ÔtW=^±©+Ð{ÅnzK+=¹Ô¥h>q3Gû& ö“¿¡ !„B%òéNñÑqym/ž-ョ—Oß*4°œcÉùÜ ¤¿Åþ…hZ¸M@=>¿h¼•F“_æ½Nã`?<½4”¨ÞŽŸçn~÷™ÛÆð/»bÛQ«J)¼¼4xziðkͨõçHÊutר3#šzå½3÷Õ¸ÍI7œÛ×ñåè€ÔS›X½ç"©ùÕÇ¿Ïý5΃¾âo]~©·2–ô¿Ø4¡#ÕŒõ+[7†•ç¬Ì¥î ëiðew¶+µþù¤ %2óVãý?òŽ¡ ín¸Å¾É/S?´”q[/j?Dª©÷ÍåGIáφÒ,Ä߸]‰`š¾}иáßëÀ !¥3ËÔP¦VgÆ­ÿ)Šû%íbkó«¾V«GË7ò«fÆvêabC5>ôà¹Lw¾¥‹Ÿ†úŸ\Dg®Ý-ÙÞÒÚÒ×míf’Žóõçû¸¦%õ<ß­Þʹ4ùM!„BˆÂ!WH !ž"Žø<û2q‹zSº¸3·ÿ”ØÑ#ˆªË¯cCqɵ~Çf´§å”+Dù€ÕQA8ݺLZ„?Τqtz{Zp¨QsXWדË;f7¸9g•ßØÐ³LX ¶1$sæÇŸ8U|Ë6ÂGwø¥qLíÛ¿jûˆ Qƒ%ë¡Éíè0ωèië˜fàð²·Ó£+žû 64wmõÿîdT×Aœxã'Ú†^`Z÷V×Ý@ÛÆeq3•ÒRY8½½Z½Ák ÂÙ24$u­ŒEIâ§qmxm©ŽVc1ã G¾fÖäÖåÒDÈ>³ad8.¨pó¯€ÚÞínHâø¶Ó aé‚–”TI.QCBÞï›ÉÏp§Åôü9æ³¹k(n‰ç¹èˆ3€á.§öþÀ>ÃX:·!>Ú8°v:Sû6áTF¡®qY“çñ>Wƒ˜©sü¥)D8æ.Ïì6™g‘®A‘´l…и†ïC²yßUF†”½àÎoÇ[{™ºè4á“ñQß 8u«:¿£3k7gxhHö‰ýU¾>€/нÎwýKrè½H>ºÖ†Ï&D¢QåŸSZ£ùÏÌÔþ*“_ØËäš9ême,Ê­=Ìøô ƒv³jlMã‰qÃp7¬e´ ¹ÌÉ¥x%ÂÂÃMžp¸Ýïµa¹Æ´nÒ{ëò|_¹µ-ßü hz‰[xРq "kúâ@µsÄìIëMðšµjLé ž²˜Þ¥zš}ú£ír?+똫?Z9VÍ®oÁÑ!¿v·æëî,»Võu3ãÇ’þaòC`Ùî|4zuÞzõ7òîM¨Ù¯7SšÿÀ»Ï»£’_B!„xˆä–=!ÄS$ËۦУa%½5xúG0ø'¤§ ÍãyÉé—ös,Å•šm³ŸœfYV«mÕËŠSçÅø{?G &˳fMBŠC•DLÝ—sô+ñœL…qÏá›yûg™Îl¼ 7ÎÝÌñí]nlÅÍ:ÚMAø©©ô[t‘qïÑÖßÑ‚¼ª)½˜%˜×+Ž=·²‡u±@ú•ƒœÖºÑ,Øä¤‘­¹´¨—عÝÍîÏL~œª `tsºU§^ ¬øñRþ·Q:Õ1.ý‰DƒÝú%íbk3 8V­_ߺv·ùC–™±kQ_·wÿÈÆ…þ3ˆñÞϸÁÿA×~ ±ag™ÓoGåÖ=!„Bþ$”þcchñ|UªÖxžˆ’¦Ïº\J×¢Š:ƒÛNp7ç²À:„»—%ß{Óp“ø­BÉÚTóvȵ«¶) —Ò5©¢Ösêp ¥‚C ¹÷ ¦b€[®snÇ’˜½è%ôŸ göù¼½b(¥Ï„]7°ôšïÆL^þî_O`ÁiÛc¹—§ø¯‘dâDݦ\:¸àé) )ùÖÉnín϶R¹Q®Qo¦¬çÀ”ê\Y7ƒÍÿ˜˜1$pp×ixŽ`/»ÅlI»Ø«?Z;Vͮ嵐¬7Ü8y†ÛëÛÝ’ím§–ôu{÷¬´§Y:t.7þÅÑîìû6û+ƲjlmÜå~=!„BMÛ¯<ͼF7 ôo^¯Œëœ:ãHó~)ŸëùÊŽøµžÆÒž­xû«?ýîVŒù‘èõ¿p£å‹Xtç*<êıtÐ6š/ø GcQy7&nH(‘Ó»ñê·y³M(šŒ³ºøsñ~[Z¯ÂçóþfÈÔñ¼´ÆøeójϪuÀ5ÏÛtÜ©ýö66ùŒeâ‘tŸ£g?j ZGǨ’DŒÝÌXâæ¿AÇ©z\ëÐmöN&G¿á*çþ¿he~{Q¹ó¤íl*>–‰‹ÆòÚ À2 úS³w^R€ƒMçÆÓ4óz•cvó»µ5V¹S{ÌBúmlËJ›cq£Æ˜-ìòÏø¹é¹4Pá^*ŒfõKfæÉÍú\ª44™:˜ž£™Þ§3¨¼©Ñw%Û¡VÙ±ÝíÜV7~gëì9Œ¾l|²¶GÅ&¼¹|íýL$¹¤?§? /¥&ŒŽ“¾aæÀÊ™mnvŠÙ’v±OT‡X7Vͯ¯¦ÊÀ5¬º6ˆ¸ƒè6ÓXÿÊõéT±˜ñrq3ínv{›XÓ‚ô3\B†²ów2oSìÂêß»äZGÁx‘§"¿Q„Bagª<þu‡ 6wÁÇܺy€-›6Ò3¦ŸdLaµO—/¡]‡Žy.Û¾å^ŽáNR¢Éí7~ù¢šâãë+É"+Ý6Œà  œýOÓßè'„B!DÜŠcͧ+騥«Éu’’Ù»û;Z·{€+—/±dñbæ-\´HÇøÄÉ@ùº™åÿI™ËS3××zÀÀƒ¿s)ò )!„B!„BQ¨dBJ!„B!„B*y†”BñÄþ/ÇÀ_n3P2!„B!ž0r…”B!„B!„(T2!%„B!„B! •LH !„B!„BˆB%RB!„B!„¢PÉ„”B!„B!„(T2!%„B!„B! •LH !„B!„BˆB%RB!„B!„¢PÉ„”B!„B!„(TN’!DQõÍÆ ’!„B!±;vÎw¹N¯Ã 7 (Š$ËF*• GGQ©žŒ˜eBJQ¤½#IB!„âY½jy¾Ë32´\ºx‰cGpëÖ-I˜ T*†ðªÕ)W¾ÎÎÎODÜ2!%„(ò´ÚtI‚B!„^Ç¥‹—8ð[ͺgF0{XuÉ _ÊޝžÉÉ]׿ª}bxe>Æ2û@^väPQìw8²j«ïvaÒàj¸Ùµð .íXßU_¡y Úì1ãÛ÷Fñ™ûH>UÃÎqYãY^Eò%„)r…”¢èOHeù‹Ÿ¢( Übó‹x#>÷º^]·qà£C ,ŽZe¼¢FÉü¨¦( JÚ,îÓ•-m¿ççŸÂ¹²è^ Yây Ë4é™9}<úC~ïA"»^‹ ÓÆ÷ßqñ­HDƒ¶t8„×ê`ÕßåUî” '¬lfRÿ`^.l|q/GŸó‘«:ìÔ§³¶©]»™s%m:Då©}èÛ.†R×ÒÉßÁÌØR2ÿ3¨Ýœ,+ 915v”[|Õ"ˆž—^eÍÞù¼åãfÆYfÕàݲ_rñ«–x<ª:Êx|zÆ£ä´`ãYˆ§Üòm'X¾õ8zÎŽÄ´­JL›pIŒÈ„”âéúg0€b0~ˆ ŒaÞ¬Ž<8WR¡öÇÅɃ¥»qƒÌI,PŠÁðà–?E1þ\u¸›¡Á~û|ešümS.GNÎnf͘†ŒkQÈÿ=w¯Þ€2}X¶°% Éü{á߯[ÌЖ‹X9âk¾y»Þ–ž9—'fåbŒ…çø³´œØg¬gùÏÃÈ©s)ZLÜÂñ¾ ¨‹çó,ºûïgÆáèEiï2œ »­vNòO—WÓ£S¾ß9–ZîªÜëÛ+[ê(ãñé’Ó‚g! íãºòXNŠ.Ûzœ¯ÔFíäÀ©Ë·Y²ù½[‡IƒÙ‰Ü²'„xª~Á Æ—¢‰x¡>µï¿êQÞ´Xž•ÙZ IDATåC¥žß“”¹¾!óó_Öí¯-kJåÊøÐ`Ú¤énñóÝhH™ÊÐääÀ ½Î¾Y½hêK™ªÔîÈ»[.’fxPf¶WÚ_lÔ‰úååWm܇Õç³ÇðPÊ̸Éþ…ýiW£Df™/2nÍqîè3—ëSøsÍ0:Ô0Ö1(„ß;D²¹eyå4¿øMäÒ`ªnøèÃi|4c³fLcæ‡Óò\'kÈyå\ž/ÏJԮ߀Ȩ–tê=šùÛþËŽ7ƒ8üQOÆì½áÞººü<·/*ûâîá‰Õ6 ûôw2Ÿ[¥dœg~OŠ¿üIYöÿÏ¢ÆøyxâîáIµÉ'HË+ÝM~]П¨?Ü=–wå«ajãVhHãè´v´úàQ£æ°®®'—wÌ$nP3Î~cCÏ2Y®ŒÉ~ÒîÓy1F†ã‚ 7ÿ 8çº #c¶£Å”+Dù€ÕQA8ݺLZ„NJ*GÌíWŸÈ±­;9¦ÂÒ-)©$’\¢j}BÞï+É|¯-/Îs"zÚ:f†8¼ì-Æôx ý?0Üé¢}ŽÃ€ùlîŠ[ây.º”6Æ­¿Ã©½?ð‡Ï0–Îmˆö¬ÎÔ>QüOÏÚî8Y’+ý]Îüø§ŠcùÂFøè®¿4Ž©}^Á¯ê>bCÔ $ñÓØÖôXª£Õ˜EÌxAC‘¯™5ùÀƒÛPMÕÝLcC]rýýÎ'âeâõ¦tqgnÿþ)±£‡Ó3¨¿Ž ÅÅTß¹ßÎîD-ÞKÔ½¾–ó6༶±$¹ökANHá­íkæøš«þ¥:³pzzµ@gÃØ24·\uÏ?ž\maQe<Êx´b}KÆc¾í~£hg!žr½žÔ4IwÓ1è (½$E&¤„ÂÆÉ©¬?ü9‘¨ò³¼Q›ÙǶÑÁ‹,Ó'¦ú©ö­D•ÐðÏÒßw)Ûˆ¦êã~oý„íÌYz†à¸ÿò^¯ò8µBÕü÷»—øjËy‡àœµü„½Ì_}…’¯˼‘ÏŸeR?Œ¤M똔¹oCÂö/3ñf}|’â=·ðql]žhô<^ç#xsÆ'œì8™J·/“€/4lÎ Ïúâ@ žÍÜGj>˲æÐ¢ø‡ºæË<ÚtNædÔ€AC;€™Ó§2{ætÈsRª Ta4ª›Îãš¶^){™:÷$þ1Ûù|B]c¼MžÇû\ b¦~Ìñ—¦áœwY.Å+nò™5Êí½L™}‚}v°vrû¹0.Ûañ~]Ë5¦u“žÙ£KÈó}åÖ6¦.:Mø¤C|Ô·Î@ݪÎÄïèÌÚMçÐô·ð AãDÖôÅjçˆÙ5(’Ö-šà4kÕ˜Ò"d ›÷]edHYoíaƧW´›Uckó×0œÄ k3+ë8<4$ÇóÁT nM—à{‡Š`Ò¾ù‚è=ÇHŠŸêá³òËAÎqŠ9Qní-pûZ1Rð¨5šÿÌ<@á¯2ù…½L®™3æ½Vµ…Eu¼-ãQÆ£ë[òÙ!Ÿv'õiÏBÂçôÇpRÔ`0–žAb²EQ0èõ2y+RBa9­V{ÿÿééZP2È0eú1ï£ÿÃÿÞ‘ÐÑ“rn¤k3ЃŽôt-ÎèÀAzºÇô ô€¢7þ|ÿ³¯>Çv÷öyáWþLƒ¿'Õ¢ò¤ì±yž½ÆÝô Ëò^ú…œÍp%¼A9Òµ¤ß+[cÙÊÃ(óÜ/œLq¥z“*8Ý[ªµ†½¿rôZU*ÇðFã¯x7úYþײ'¯EÇðb@\Uàϲœ¹1˜‹_[*Ï\æ4ÎLæÏžÁà¡#8fhµyôß¼Ú^«ËüöKã6ùä¼$Ý‚œÜ-Hûš9¾æ;ŠŽ -”~eÿI¯è±4ÜýFfntÅ“³-,ª£ŒGÖ¬oÁxÔçÓîE~< ñYºå8+¶'C§7>;VQðñp#9-ƒ¤»©¨…b.ÎÔè±øþÕµŽðúÿÕd`—ç%2!%„yœe{ˆ®ñ¡æ+MHDe²}x5€þÁþ³­’ãç¬ÿÇôû ŽÔzoïÔ~&˾T8{â–uÝl¡d)Gyð uÃÃ)óÞÃÞÉ^GUæWñ)ŠÔåé¾ì¿Dþº5K2©ûÇ,ü¿Å|ña[üó[FŽÜ˜ÿzÞ¹Ìݸ :‚ÁCGäZoð›Ã3¦d[fÍ-{Y—gëF‰'Ù{\ê…ãçœû›ô—ï)&nº_¾©*Þà|îç0Ø´ß\õË‹Áø­pu¦oaF]÷ìm£ ÄMíFï5‡iòÓz–}<Ÿ·:.dF—¥ìœÛžò*SáÞ¬­bPlYqÄÙ‘,™|ðìlÏ%ºW\>u7[Çí¡=³ˆî¯ÍäN—÷Y:­.¥œÿeרn¼¯äîyö\­ªÂÑt:ã3Ȳn£Xžƒ\»µ$'i_'l;Ž~´žö =w¥ÿØŠtÓg©—•m¡XØî2eøÝû9ûëþgñìë ÆŸQóŒRo§ 3³Á àAg=çŽ&ãW¡2*Þ{U¢LqW”ûw ¨E×4mýDýƒ÷•ÌÂ^™ÆuŽ~ûwïm«»É¡oOÿs{ªŒï)®”®ó*o-ÝÃæ¸ª\ýz»þÎ0³,{nÌÇŸw.s¾ÎÀ!#,^žµ?Xü`fr¼§OàçYo³5Ù›ýjã©(8—~žP×4í8É]åÁ|Ûñ?¨I˜F•ýÙ"Š‚¢Rãá© Éèòy¨s©g©äœÆ¡'¸“s™-ûÍY¿<÷§çôïÉT®L•*÷^•(ïïšyBäJÙ¯1iõüôn5þþr6[ÿÉÈ»L}‡¿=%"¨ì©*XÌYNÄî•óÛ¦Ã$ÌL2ØRÇ,¯Ôs?qŠúŒêIÓç­öÕK¨s÷,û¼wÌÈs¹ƒ¸yò ·õʃ“h%G¬fr ˜èùå¤ÀíkãØQi"yû“×qÿf‹Î<ØÖÚ¶°¨Ž2e}»©ÜLJe×ÿbë¯çÙ¾ÿ;âÿ⋉dȃÎm&WH !žŠ ©lÿÏú—bW7d;™rpÇÏîÚÈ·ÇCh@µàbÜÙ5ƒ¥›‡P³ØMþ6Á¼´ 7ýÔcèÝ´ žºó» xgþb(e6`àÿ·wßqr•u߀¿3[ÒII ¤ºTéUQ±€XQPTlàcAPÄŽ `ÃWyÄBS¤(RDQ@ IHß2óþ±»a³l’M;ÙM®ëó™ìdÊ9g~§ìœïÞ÷}ŽŸ”c¾õî|tèyË.òß›¿ž/ÜRÍîg¿;Ûöª¦ñéóÓ›gâ”±Ù¬23»ç™¤nrõ*¥ñéß­ð¹—ü~UË_^A-×ñö°²Ç–móþ•?ÿáÖvù.^ƒöË©ïšW~û9®Ï'sÂ~ãÓgñ³y¶ÏÞyÝ~k0ßvŸ¯ÓÇí—SŸ#¿s|ÞÞÿ9áÀ­3°ifþýHM<þÕÙbæïòýëe›iã2°23wÝݲž‡´®ç$Yúç¯çÜKäÀ‰uyê÷ßΙ¿kÈNgŸi½ªI¯5\æê²-¢uzyN;y»rÁÛsLý'sòaÛfPÓ£¹gÖ‹Ûtu ?ãøûOï1»e|¾”Ë.øQ¶~ëNÑ{aþ1«©Ý‰dÇ?÷õËæ“ùwý"×Þ79Gm?dùuZ32û5%ÕsÎ̾XÉ {ŽJýÜÛódcR“•,{‡¼d«íBMÖÅúíò¾Ó¡>ýw;-ß:ñ·9ò;O¤¦Úµå_·ŸÑþh\×wa\ùzßÈ÷g(HSScšš6l°S*Uó—=—Áû¦ÔÚH±”R–44gQCSúõªKßÞµ)µ>Y*•ÒÐÔ”r©š††¥V¢@   aDµºl”ív·iß]¡4,œúìöáoçs–ý/>({~ò¼ó3rчߚ”eò›¿C÷³üû–M°_v8íÊ\2ä3ùÊÏ̇¾ß”¤F¿ì™úÆ#³åKŽÄ½3ùý?Ë}._þÞçòáË’”Òoóí²Ï®#[¯Ž³>¦Ù;S>pE.í{F¾tÙ‡óž¯5§×èÝòª³~™SÞ25Õj–̾/7_rQ¾ðtË(®ýÇï›w\xnRJãßWü\µ¹CMWµüõÕÔ²Èo%5é?|HrÇó7ý8IR7xBvØû˜|ù×'åØÝG´;Qí“N½2¿èzμè”ûåæôÚâe9ú¼«sæ[Çv>Vi`ö?ëü¼ý]ŸÊWNzS¾R”íßqq^uØØ l?¾G©výä/ó¿ƒÏÈY<ïøVsR7,;Ÿø£¼z¿‘«?ßU~îþÙíô_务gäsß=#'\ܘ¤¶Üó„ìô¶WgóÙ÷å·ßøfNªe=˜¸_NþΗóŠaå¤í{dý’ÜõÍäâ'—$'çÕ§ÿo¾øž­Z—§Ï:Zæ>™þÑ+sõàÏæ³ß:+ïú~Ë6ÝÔä¸Ç¨Ô¯Ågìx\·Í{séOç#_úLÞzEË+u›ÌÔWnÞùX,å9âôæŠ÷~+?÷ðúãC2pù)fÒ‰—å’ç>œÏ\ôá¼ý«-ŸgøV{æ¨ }×¢ùzj²6ëw­÷©þÙõ£æW½.?^Ãuѵõn´?®Îë»°?®b½o’û3¬óïè>=îðɹìšûÓÔÔÚ•¶ZIß^½òêCwΟx:ƒôÉ?ÿþ¯Ì_¸¸e¨‹j55åRN|ýnÝ5ýjÐÉÏr’šœüÞ%_ûæ·óüìYI’k~ý˼ýøw«°Ú~xé%9ò5¯íô¹ß\sUÞrÜñ™ÿ¼¾ÿ—?¿"ûpP† ºZó½ê—Wæ-ÇŸgŸùo’äÒkîÍ«öj…l®þÃßsü‘;,ûÿÃÿ~({ìõòÌšùœâ¬ MçâC÷Ì9c’¾¿ÿ‹Wc£cß±?b†®ºñúßäÕ¯}}§Ï-]º4?ùñrâÉïKccã]ÎκîúŽKóÞ·”[î{&ƒÔç·Þ™¿]~âr¯)•JËZMu—^rq^ûº×gÐàÁ>ß§oßüä‡ßÏkßpÌ §ñ órËM7æˆ#_$yêɹäâ‹óõo]tm’¥i¹ÆèÂ$/$™Óz›Ýîþ ­Ï/n}}S’æ$•´»ø¶RÀF¯íK©TJcssjÊ%EÙ5Wª)•¢›ÂúÝÙ–ýÜ`-ÛØ ÇWìØŸamYr¬T*©T*ijjZ~üÙæJêêjÓ«w}zõªKµRÉâÅ‹—[”J¥ÔÖÖ¦\.§\Öúpu ¤€Mæ Öæƒûæ?OÎÎÄ-†¤,”Ú¤4WªùÏS³3rHÔzÝÙÚŸ;v‹ýû3tý µ¡©†††,^¼8MMM˪J¥9µuuéÝ».½ê{%IæÌ™³,€ª­­MŸ>}R__ß­ZIõ)`“ù‚µ÷ö[æ¶ûŸÌõ·ÏŒï\›–R)Ù|Hÿì=m‹å¾ìL˜¸õ².¬5cò®gä]-;žà˜}ÇþˆýÖõ÷õ Hµ¿*`ssKµhÑ¢”KÉÒ†æ Ô/K–4¤¦¦œ… ¦oß¾©V“ššžyEÁîB l2ú÷­Ëá»OPèF6t—½¶®wm­ÓØØ˜#w™o|ïª47WRSSΑ»L]]]úô铺ººÔÔÔ¤¶¶åÊ{©Õ'6_p~9@7þÆž Ù…¡”¤¦\N¹®.ÕÚÚÔÕÖ¦Z©äí‡OÍöŸJ¥’r¹œ¾}ûe@ÿþéÛ§Ojjj–#Uj9é°W“@ ب]ñ“)tgÕîñGäöWÌëÛ·ojkkÓÔ4(ÕjuY+ªúúúÔÔÔ,7ˆ¹?€¯°Q{0»(l “òçU¾¦šî5S[øTSS³Ür-k¥‹Þ:!6j~Q@·ÿÒÞ-¿··o1åcÝHûï6 ›gòlzRÀFþËÍ/6è®J¥R-\R»1™XÃsŸJórc[uw)`ã>(G ÝQ©TÊÀAƒòìsÏeóÍ7Wµ4sæÌ <8¥RÏ¥RÀFmU ¤êÎËÇ—òŸÏÕ ºƒ^µÉÄ!5Ö¯”Þu¥4U’ùK«™¹ ’§_¨¤±YÀ>l jÊ5™6mzî¸ýöì±×^6lX§c6±ªsžjfÍš•;nÿsvÜiÇÔõªëË-6úƒóJ~fìôQ9hÈÌÜw_ÕxSÐ l1°&ÓG%ýûïùÛ=gîœYI’‡eðè­2uÌ”<:'™»¨¢X`z¸šÚšŒŸ0.•JsîùëÝ™7w^*Ç—ÕU.—3xðàì¸ÓŽ5jtúöéÓ#–[ lÔVH•êûäe[ÖäÙ{çfv³Î}°¡m9¨œ©C—ä¿»6#Flž£~CÆŒ—$yâ‰ÇsóM7åúev?üÍyèÙæü÷ùÅŠöA »[Eƒ§ººúl5i«l9fLš»¦e.•S׫®5Œê­ÌRÀFme¿ÏúŒšmêç†ÇÒä÷lP½jK™>ª”?Üp]vßc÷|ÈaË=¿õÖ“²õÖ“rÃõ¿ÉÝ7ý,ûuBnøkC–ê;öA {ëB6R[S—Ú~ujµ‰Hµÿ…¥6¶ºÙOçï *ºëÁ6qhMý÷ƒ>bx>ä°444äšk®Ég>ó™$É«^õªœ~úé9ô°#òècç©Ý“íÆLÎß™£x°öÁ±°®¤€ÚŠ©RŸþÙ}T9Oþy^æè®ÜðþåÜwï#9úè7$I®¾úêüñÌìÙ³“$ßÿþ÷“$çœsN:ðÀüêWWeŸWíš{~^ñ`=ìƒ+c`]HµMýGËVå…ùåŒÆèl^ïºRæÎ™µl¼šÏ}îsyî¹ç–{Íu×]—sÎ9'cƎˬçþ›Í÷&ÃzÚWÆ>Àº 6jMÄM¥ºl½m¿”žy<÷¿Ð”Fߦaƒ[Ú´šWÔ)•RWSî|ìƒ@÷!uÀ¦lŠ:ë²Wî;0{L¹ynæUt׃îà…Å•l6hhžxâñl½õ¤¼â¯XÖM¯Í+^ñŠ$É?ž›ÌœùK]‰ÖÓ>¸2öAÖ°Q{éåRŽžqÕùùÁŒ†T|†ná™yM8bbn¾ñ¦l½õ¤œ~úéIZÆ’J^Ô$ãÆOMM¬n›óØcåÖ›oNµÒ”‰“¶NmM÷¥RÀFmù@ª”¡[ ÏèÆ¹ùõ“ºëA73{~Sxriö:òùïÃ˯~õëÌžùl’døÈQ™2uÇl¿óî¹úΧrÿ£s ìƒ@Wi®äþûîÍœ ·R5T[[—­·ž”r’ÿûÓmÙbÌØÔöHlPËåQ5½³óä>Yòøãyx‰îzÐ͘¹03ç-Éô “²û;gøÀÞ©¯-gþâÆ<òßù¹ðWÿÌÂ%M öA`£ø®^Íœ9s2vÜÅXÆŽ—ß\wmš{F V°qÿ’k;ÕšÝ5çþ[^È"qt[‹šrÇC3sÇC3ìƒÀÆþ}½ZMMMÍךںT*=gpx°Ñÿ‚kÓ8ë‰|úkO( À&6jþÐÐý¤€š¦¿Ðý¿³ûÞ¾éHµ‹?´·"ÀrùR„6Kþ–Ó_¶O¾;é²ü튣3²fÓ.GÙtsóÛcG¥¶¶vÙ­~ÈVÙã Ïÿ67•žú±Êý3nÚö™ºÍˆô’Æh!lXËuÙ«6å…ÿÎLƾ'?øî›3¶fqžôÎ\yÁÙ9~×ëóØ_þ”OOïÓó>dÝVy×åÿ—wµ|ÈM~¼[™Ðýl¶mö|ùÞÙg߃óêã>™Ë~sqö)ߟ‹/¹?‹Ó”'~ü¦LÖ+uuu©ë³eö8þâÜ· 5å©ÌÎ-g¾&»ŒÔò|]¿LÿØÝYœ$ͳó_;>ûLèßòÜÀmrÌOc’4ÏÊm_9.{Ží›ººº œtpÞÿýû2¿-’\òŠlQ›#·N¯,Î}_8$ûöÉì÷á¯äŸÚÙ3²d—©ËâÜ{Î!9ðìgrð'.Ê/÷Þ,O^ûÅœöî—ç‘ê}¹ú㺢¬pÞsºøºMƒ@ è~ªÍijlÌÒ¥/äÙGîÌ/¾ðÁ\ß08Ç=%}SJi»WåØíZ_»Çä,ùåOò¦ïͼOO͈և{O<(G²_6k›äœkóÙ/ߟ‘'Þ’_œ·w´ŸÝœksÖdó÷ü>?;kŸ–çÙ#ƒ™”·žõõÜwì—³ój,~Çy§iN×^·‰HLcccšš_| º4M•$ÿX¦lö±²KÞöÕ¯æ¼ýú¦aé¼Ì¸öKùŸ/ü87Ý÷TÖÈ€†J²Ó¼,X¼$«KÓTMRiHÃÒ%YÚ:‰%ßš{öÉ.‡o“úv·n×#¶m÷Ü€ìzäää†Ûr÷3‹2uðÒ4W“jóÒ,]º¤e¤††T’T›Zknê|ÞéøøŠ^·‰HPµÃ æÕT“dÜI¹ü{Çd‹^½3hÄØŒ= 5Ĩf鿾™£ßxn^xã—òƒ öÊu3sý_›ÏT[¦Um›F5/ÞOR­TRm™ãòóÌ‹¯[þ¹jë­Òú|9µå¤©¡)•vóX¶Ü+™w:>¾¢×m" jl0ÕöMû ¦ÿØl¿óÎÙy‡)™8ªjÚ=¿øá[óÏLɉŸxgÝuZ¦î°kvÙk¹°§uêËM·~‹]3©~qþrÝV% IDATý™ßažõ[îž)}ç/×=m7ÏÊŸ¯y(õ²LTJµf`Æ Nfýý_™ÛÜayÛÍ«³ywöøŠ^·¦·žD l@+VV¼ô»{&äÁ\rÞeùííÉ=÷Ü“¿ÏlLk"ÕiHT­V“Áäã'NÌ3—¼9oúôe¹úæ[sÓ5?Íå7?ÆAûçïÛ.Ï\ò¶¼ã ?Ë·ü&ßÿÄ›sÒ Õìû?'gZïjª5#³ÿ맦zǧòÞ³œkoº97^ÿ§<Ù—jMïðÿæÙ×ç=Û ÌØ£ÿ_žj\õÿ{r ¥Ë°Á¼$L©VS­¦]¸—¾§nÛ÷çG_:§|þôó“–Ñ—ê7™i¯™ú¶.wí§±ìý²Û×åWƒ?‘3¾ýѼå«ÍIÝðìú¾Ÿæ¨ýGf‡_•«û<ŸúæIyÝšÓ{Ë=òƯü6g¿}lj«ÕTS—I']žï?óþœþÍ÷åMç'IŸŒ˜´w^7±OJÕ•Ì»ãã¼îŇª-]»ðÿžJ l0Õj5ÕJ¥Ý#ƒrÔu³sT’¤’j¥³wõζo¹ ׿å‚Nž«¤Z›÷Þ6;ïM’Öq£–©žý>ôÝÜú¡Žo«¤Zš}N¹$·žrÉK§Ù¶ucòšÏÿ:¯ù|g³^ɼ;>ÞÉëJƒÊEÎ^6ϬâÿצgHNë¸Om† ¶Ê·}ûö{É}6-) 0‡qd§÷Ø´Ô(Ì¢E ;½À¦E ) 0ºì¤€é²@¢ËP ]öH´ ¤Ë‰@ (.{$ºìÒe€D è·þ>‡qd-Z¸ì>°ikjnJ¥¹’jµªk¨T*¥¦\“rMMJ¥ž±Ì) 0ºìí566dÆ3rÿ}÷æùçŸW5P*•2hРL6=ã'ŒO]]]XnP]ö€6MÍM™ñÄŒÜuç9ààC2nÜøÔÔÔ(ÌêÖ±©1=öXn½ùæT+M™8iëÔÖtÿPÊ æ@a\ehSi®äþûîÍœ‰·F­¡ÚÚºl½õ¤pàyðÁ³tICXnP]ö€6Õj5sæÌÉØqc;n\æÍ›—¦ÆÆ±¼ºì…Ñeh¯Z­jµŽÔÖÕ§Ré9ƒÃk!F—= 3ÕjÕmÜzP]öHtÙ ¤Ë‰R@tÙ ÑB (.{@G=qü#Öž@ (Œ.{$ºìÒe€D ) @ºìÑeoÓ# £ËÐ}÷šrÙu¤±©9Õj¥e\«JëØVmÿ¯VS­¼x¿¦œ¼ç¨]ròvSÀ5  óÇ[ŸÃŽ82‹-\v`CûÞµ÷å•{MJŸ^µ©V[ZlUªI5-ÁT%IµRMª-÷+•j,nÈ·~‡@j ¤€Âè²tG MYÒДï~<Ím­¡ªÕT«I©TJ©”$-?K¥R’RzÕÕ¤±¡IñÖ@ (Œ.{@GMMijÚ°ÁN©TÍ]=—¾}êS*•RMRJ)IR-µüÓF%-Ã]•ÒÔÜ”r©š††¥VâH…Ñe設‹Ü†tÜá“sÙ5÷§©©¹µeTeÙR+Sª¦\ʉ¯ßÍ€ìkH F—=४<Ô9á•Órü+¦®öûJ¥’@j ¤€Âè²t´¡[HU*•T*•455-[Ž•-OËR-?kkkS.—S.—­ÈÕ$ £ËðRÕ H544dñâÅË…R+ÓFõéÓ'õõõËB*ºN F—= £¶+ÚmèùW«ÕT*-cF­J©T^î}ºí­>P]ö€Ž6t—½ö­zõªt¹…T¹\Nmm­q¤Ö@ (Œ.{ÀKU[R© ¤”¤¦\N¹®nõß[*¥”lÐåï©R@atÙ^b·j³¦ã@iµfR@atÙ:ªÆL›"×% óÇ[Ÿ¾}û½ä>° ë08¸Ûšßz-¤€Âè²tT­êö¶)H…Ñeh¯T*eÑÂ)•uàZ[ÕJsÊ=¨ŽÖ8P]ö€6¥R) ʳÏ=§»Ý:¸Íœ93ƒN©Ô3¢-¤€Âè²´©)×dÚ´é¹ãöÛ³Ç^{eذak|¥»MYµZͬY³rÇíÎŽ;혺^u=b¹R@atÙÚÔÔÖdü„q©TšsÏ_ïμ¹óR©Tf5•Ëå <8;î´cF¾}úôˆåH…ùã­¿ÏaG™E‹.»lºêêê³Õ¤­²å˜1ijl4¸ù*•Ê©ëU×FõŒVf) 0ºìÕÖÔ¥¶_Bljë] €¢è²@â*{@\e€D H—=]ö€é²@¢…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP¨Z%6f—ÿàREèfRÀFëÕ¯}½"tCºìP(…HP(ÐýTårz÷é­k¨¦¦&)—»G$º½ÍÊâÅ‹SW_—R¹¤ «¡¦¦&µuõyæé§²ÙÀAÝb™\eèö¶›<%wßñçì¶ÇžÙ|ä¨ÔÖ:ttUcccžšñxî¾ëÎì¸ã.Ýb™œÕÝިѣ“$÷Þó×¼0o^*•Š¢tQ¹\ÎffÇwÉÈÑ£ºÅ2 ¤€aÔèÑË‚)z6cHP(…HP(©V«)•J…ÌK lPår9‹-T€ ¬Òܼì=ÿzè¡Ìa^*•Š¢¬\.gÀf³ýôé:|ÄzŸ_—©­&M²v€5öXéóƒ‡ Îà!ƒ Ø(Lž2MV¢ËÔ{½\µº`ÞÜ9аµ PŒUõY]=µ%–AÍ ²®{ õÔD)€‚èÖ¢¬+ÒG¯8'_½ù¿i\ÑKªKòèU_Êy×?›fSîjž™›ÎyWÞuáýY¢^Ýg=¬p½l„*/äžË>“O^òîñY—>–ß^þ‡Ùþäós€ësæ…Í¢5˜ÕÒÇ~ž“v‘ɧÞÅëëó,}(ß>þÍùè/òY꟱“§f»­†¥¾¬†k¯!~õùÈ•¥}á¹æºksõY/Kÿ^òõä©Ùn\ÿïpÖk½oW=m=ÍÆT“¦'sùqÇæâÞ§äWþaÞ2¶Îú€MÄ:ˆ!óèeoÏ>ÿçŒyßwòÓ}>‡ÍûaN:êS¹m^ÏŒ¤šžº:_¹¶!úÖLª_Å‹ûí”÷~`‡<û“¯æ–Ù]ÿ¼•Eåæož˜ýö8)Wùšì>e|† kéÚ4aŸò¥KÏÏI¯Ü9[ž¡Ã·É¾ïù^î_Øî„»é¹ÜzÁñÙw›:lx¶Üåõ9ãšYºlšGe)ã–Msô¯ÊÇ®|4Ë:@-ù[>¹ýðLýÄ=/Ž›2ÿ¦;zxö»dFšZR…<ûûŸä/5{æmû m)PuQþyùGrø´-2tØð Ýbj;믭­qj³ÅaÇfÚ¢[òÃ;çv1iίü`Þû½99â‹òÎ-ºòž¦ùóùáþcS3ç©,Ýaxê2;I2äµßÎÏ>4%½RJŸÍ·J}þÛ1]Ìýç•W÷löÿȹ|÷yê† óé‘ÿTÿ”Ÿ½uLj+]©s7­aeAþ}ëòÏ¡§ä¢ ÷Ɇgò—+¾œsO<4ÿn¼-?>vËÔVæçßü. z_.úÚ!]—›OL}WjÓöYö<7WqôKR;h|úæî·¹•¿]­ç¬`»*bÛ}°KûòJ×òý[oØãت뾲º>Ûò’1Gä´Ož­zÏÍÝ—}2Ÿ_n>«Xo+ÙW¸àµ9âÜ'²çÉ_ÈœÞsþ/ç¾ïüüþÁyi~õèÔ®¢§Ô®|ûRizþ‰ÌIÿl;¼O–õúªœ±C’OÏÌâjÒoÝÁzÙ;ï¿OdŸLÏùù[Ï>ozc^9©>ÙJ^ý«œü»»2û´É5ïÖœ÷‡3åŒ;ó¥ã'¤.ÉSêsç ÇägWý'§|¤Oë4÷É¡íŸIö›^Í-Ó>kþøl>´í˜®}Øæ¹yô‰Å©µU†Ö¶=ôdžÏ€ì½ß¡Ù{ç!)g‡ìÖþ=u#²íˆdæCÏdIÒ…0%I©œÕë%WJßmÏë·iýïnÛfé5?Ïñ·ü=óO›œúyÈ¿þ`F¼óš\~Öîé¿üyiKP8l«L™:åÅåkZ~Õ¹È¹ßøG†¿ãê|ÿ“{´Lã€Ý2øÑóîó.Îßßpvv¨ÍªëÜmkøâ²~ðä C÷Íè×í–žû½<øÚ33½¦õ5ãöËáìËjsC—kS3pB&O²ì½YPü6·²÷¯³õœlWEl»]¸4\õùU3>T³vï_vÌÙ0DZUÕ½:w%umÝ÷{M:"GÙ²/¼|ûÆÜ4íýíæ³òõÖ++ÚWnÌy_ÿ{†¼éçùñg÷ËÀR’Eõ¹²ßù­ñâªkûîW±ý=Þ:ʺºÏtÔgÔÖš¹yj^ëu£Êý³Å˜Í’Ïe~sÒðô]ùÇ’äÁ3^–‘­ÝT†N<&¿^Ì~ôùN»B•N̶C“¹O­ÆU³š—fþҤ׀^i;]í³ý{rêÁ¥üò-;gßã>“Ü6#KÚ´rï è•TÏOCe}­ª†<ùÛ/æ¸wÈØÃ3t‹]óÁ?U’¥‹ÒPIž¼#_Ô;;>eùÏÕ™Cë4v9bê‹Ó(ÍîGn—<}GîŸÓù‡{I»m ;Q;2ûµ]2ãö<8¯²Îk³¡¶¹•½­çn´ív:×58f¬íû»Íq,«_×òf²ÍöóYùz[á|Ÿúsî_TŸ]_³S–Ö¬¶µ«Úþ€õâÆë“þýs:¾¶¨<&C² ÏÌZœjúµ´Xiš“s’~“F¤wW›°ÔÔ¥&ÕT–t”R®+'•JK¬U­¦ššìù¥ksþ^íO¯J©4&}ó\gM}MRin={*•S[NššV••{¥¯¤aAËã_õÚ:'ü¿{sЯÈ÷¾õõœvÔ7óå£/Íï¾þªŒ¬MRYšK“Rÿþ©+¯ŸÕððEyó[ÏÏü7|!ß;oÏŒ®.¿ûÈsö²ñ‹Zë´Vƒ“W;F©ýs¯¼åëÜMk¸"¥Ò²¿jÓ•$`=Ôk%ï¼®Öó†Üv»²/¯ò˜ñä*v‡58æqëòu]~>«\o+ÒܘæÔ¦¾¶¼æµíÕgåÛ?°^õúc ›×ZŸú×Ú={mžøÒbå^Ð+YK·«õ²íva_îú1£ÚézY'Çœõqëêþ¼²º®ƒcΊ'LÏøšEùëÍÿ^á ä]ªÃʶ`½X°`~,˜_ȼÖþoͽ§ç½Ø5?8ý”œü•/å½ÓçåšÏž›xSÎ=bóÔ¬£- 9 ;a|Žøö;óÖŸÌ»š”M3óï‡krà ¯É„®œC׎Ìþ¯›’êÙgä}_¨æÝ{JýÜÛódCÚ-gßlsжÉé·äóß“ñƒKi|ê†\öÛEÙfûqX™™»þòLR?%Cú´Ì´yÖßrûÓõÙ~ÿ‰-á@ãùpß=söïä¡k^—a¥µÿü½Ç¾,ãsn.=ÿ‡™ô¶³yï…ùǬ¦võÙ?{ׄþ­·çm}?•wï?!}?“gûì“×ï7*;Oé›y×›¯þâÃ٫߬t̰ý­ãóþgç»ô˳þQþ8'Ë–oUuØræÊ·`ݹñúßä¨×“ æ/w¿ûR©ËÄwÿ(WÌÿ`>ú•òúÅ¥ Ûå­ùÆ÷ÎɾƒÖaŠPꟗqM®ú©|öâÓóŽ‹“ôϘ½Þ•Ž{M&té"zõ™tÒrés§äŒo’·|%IúdøÖ{åµû¶6«É¨ÍgçÇ·ÏÉᯒ¦Ù÷溯=Ÿx²åïý&÷_r~^9¬œ¤)OßøÓ<Ð{Ÿ\²Ç –¿ìW² !é·ùЮwY\Õ’o{r~páÓùйgäM?mhyl³‘™öª‘éUj©ÏnŸ¾:¿ò©|æ¢åmßhNê†e—“~’×ì¿SøÜ…yÇñÏùï9&ç—gúñßÍk×a.}²ÃÇ~•_÷ÿD>ý­÷çèóšÓkËÝóÆó¯Ëgß6v5®pÕ=køb1—äÎoœœ‹f,IMÎkÎøEÎ;që¬|ZWµIR‘#Îøpö~÷7rÚ^‘Ãþß¡k_¯VþþuôYJƒ:ß®›úÒzÞv»…¼"³bIDATê}y•ÇŒŽëáà—¬—µ?欇ãXë¾Òºî3dí9+êºWœλ:õûH>÷…wæWKKºÝö-ûW¹Ô¥:Œ\éö ¬Kí»éÙe¯ÔÉÏr’šœüÞ%_ûæ·óüìY›ÞÚ¨ÌÊ5Çí–wÎ85¾á}Ùje'‰‹ïÉ™{šŸpuî¾ õŠes¯Ï›¦½3 ο'¿~ãæÙ$O¡ºc ›ÏEîš³Æ^‘‡~|@lLõ‚n¬:ûš½ý;3÷Ü{sýÛF¯³–³Àú÷Ô“3rÉÅçëߺèÚ$K“,N²0É Iæ´Þf·»ÿBëó‹[_ß”¤9I%/þi»êÏÍ)Ë¡g|$Óþy^N»bÆJ®Æµ4ÿ¼øÔ\4û€|öÔ]—‹¾5ÿphN:xxÊj¨†Ô º†IŸ$ý’ H20É$ƒ’ nýÿfIú¶¾®>-!WMët:N€î­}+§¶ð©)IC’ÅI%y!ɼ$s’ÌMò|ëÿç'Y˜dI’¥Y>ÄZ6ÝÚU̸ýÌÛnMín­ ÓB¥õ5å¤z¢ŽT[Ô–,¨1/fC§.uÝ«m÷d)÷ÿ«æ¥‰XÛB4¤%íj £š[§Yn÷X"èIÚò¡öyPcZZ>µµ~jPµ¦*+™^’!Õq¤ôŽ3o ¢–dù–QMy1*E )€ž¨c.Ô>Zœ—†Rm­¥V5øy’•jÞö†¶„«}µ$/Oi}¾1/vݫɋ”0  gi&µÏ†Ú(-LËXRKòÒPª9+¢Ú«]Å ÛšYµ¼ª³0ª!4ØX¬l`ó¶VR‹òbk©†,ßJj­[Hµ¸ª¦Ý-íž[š¤./Uma•R=Oû ©ýÀæí{Ï-ÎòÝ÷ÚZIuàü%ºÒBª-«iaÇnzíè¶ÖQåvÓHô,íäŽ=èÚò ¶î{uÛër ©¶+í%\Õ¾^ÛB´-@û±£Ú·Žjÿ€ž£c+©ÎÆoؼ-Ze•¬ú*{í/Ó×Øî¹¶hÈK[F•²| )z®ö㌷o)Õ6ÄS[@ÕY ©ŽÓIÒõ1¤:.@[ Õ¾UT)Ë·¢J´Ž詪îWòÒl¨©Ý­í±Õn!Õ±Û^%-!Sg¡T[7¾š,ß*JW=€CµÃ϶°©ýÕôš;ül^uœN’‡F[9•»ð³ýû„Q‡…R«úÙñýËt%jûÿªn]™.=KgcA­ê¶²÷¯48*­à±öTg-¢„Q—ÎZ<µÿ¹¢ñ¢:Cª+áQi% ¢6+ ¦Vôº—èjˆTZËçØ8T×òù5’P$] :*«°Ñúÿæ—%òLÂÚ†IEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/cact-legend.png000066400000000000000000002753271433352025300227640ustar00rootroot00000000000000‰PNG  IHDRÛnawÎnsRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÛ (.™ú IDATxÚìÝwxSõÇñw’&éÞ-]ÐRhé`#{QDp‹ \E¹*Š( àA‚(*r²d/Y²wº÷JšäÜ?’Bé.´€ú}=OžB’žß<'Ÿürr B!„Bˆ:¡ºI·%„B!ĤÜ,YB¶B!„Ð]‹AYUGÛB!„âf Ö5ÞªZx¾ªÿB!„âï´•*vµC·êž§*q+ý<•n!„Bñ7 ÚJa[¹ÚÐ]0|é9·}Í"c!„B!þ Ö}û¦3å¯b[Ê Ú…îJ·]u‚öí£¦Yì}š0âž.2*B!„âÁ©AÛÜ”¬žû’G9áÚRÁÏÒ¡[UYà¶«NÐ=j$ÓóeT„B!Ä?ÂЀN«ç¾ä_*X—¼™mÙ¸øÿ”ç•nUu‚v|jžŒ†B!„øGJÉÌcÇÆå¬žûRh‰p]òf*ñïâÇË;­¤Là®ô4{Ÿ&ÖßRÊ_7f“°ésrOmÂb2b.2`1±÷¡^1x4‘ÓN„B!ÄÍÏ–{maÚTâVhl?U¶ M‰Ÿå†ìb^ÊïÖ¡¯Yþù†¢²!ÛÇÅ­_ºë[º´lL×– ppõD«Ó£Q©ˆOÍæ˶–¯6âì=ƒ0™ŠP«Ô¨5M!þ ”"2“ÓHÏ-BçH“ZúDÙ¯„¸i]LÍa÷ºÅ¬ûöÍŽ%B¶±Ô­Èv+¹ê]|ÚI¹ÁÛ®Êýºœœ¾ÿîôèÅ€qCñ°7q>.…´ä4"ÂHÎQˆŽŠâÍö=Ù·g7ÍìOQ둜>¾°]èxÇc2šBüYŠÈ/0‚ÞG»Ëï×Sgþ:NL¡¡ÍÃð,HŬ·§uC7 Î&pZ ¸ùƒAµÚI¨‹æ_q]SÅRHÒÙÎ$f‘otD· EwŒ¿Šp ¢Uj»ë´S’1ýÝö+!þ~ÜmÚPâ¦Ô\¹P]ò‹”ž³]:l«Ê†í²¿§ÆÌ½·wÇY]ŠŠú!!+äðÑ3¸űj]2wôëI“螌çÍ'ŸÌaô¨©|ÿãrbOí#¨q+F!jåÅ·€sät>Øû‡Ó¶±zÛ^lÉ9ǶýIq ñ-Íq¼öˆ¡’Ù»?/W|½}Q\œp´SYÍñº¸›½²X<ËRœój':hÍì:uŒ]•ºí¢ î9I² p¦sK?Եݶ=ì"œ†ÎêÚs!©ññ\HÊ$³À„hôNxxy\wmíÔJ±äsîл·âƒ[êá§%'æüIF§n|?Æžc+7óÑ…4¯c÷ ;¥ˆÄ¿öq8»’çh}hÛ>·ké(sçÏ1òzïWBü;öѲ ‚a»dÈ.y+¶¯Þ­l_:YÊ Û:gw Ìv8{‡‚É€ÆNO½˜Õì?ºƒ p.^L#íÔþ\½–Þ¿A×Þ·’‹J¥¢ ?·Üm !j´Ï8Oëу˜áÉ»·ñòÚ›ûcŸwž½iÌ}¯dóíû[ÙE°ÃÕG ¥(G̼<ån¢U¬üx«4Ñ„»¨QŒÙ¤k|èhxÑ!~J.³…ºÝ÷‹ÒùëHODG{ ~?O|™@ÃþUîšµÍÌÊX#ÁNúë¶-†ŽN%´C/Ü@” P™Á‘cçY¹?™ Ü®9p[È:}]Ï>¼ÐÑSa&Ki:4wC§‚­¼Pdc´¿ô&ïºï7zì”"’þ:†÷ÐAü\ÉóòÎòòûg±´jxõ[QÊY6Sä5UˆÚçQ"hkmA[uéYöŠ%ånª¶ËÛ‡÷àÐÑcônÒŠòQN¯A—u ­grpsÒq&>‡|“–ă›hÕ„iÿÛF`Ô@B›vAŽ BÔÆ‹ü•{´o»ÎLÌ^Ϥý™4,çé3gOr4)ƒÉzLÐ9»B°»ŠÒØÿDzÐÔ¢9a.*òcñÇùBpl@û¦Z,Š Í¥£ƒ‘¸{‰ÓùÒ¦MíÏðñR-ÝL§®=±Oû‹‚3Û9ŸÇΘ\Ž]Ì'ØCG¡Ö›?gS‹ˆˆ ÁÍó(ñqÇÈÏ튽“› £×¶K¯r©íÓ'’Ö07ÅÉú>¼D"(ˆ;ƒkû|z‹'ÞöÖK…f&$°rÕ_lIò¤0AÅ„÷uuð×$Úè^ü:Ú÷óÄÜ4,8Ç;ú?s?ýrN3îƒ3$[xê‰:hÍxœú•™q^¥ÂFû[*/cÞEüüóH´ ä™§;ÐÚG‹ YIùᇣó %°¼ÀmÎæ\š3÷sÌÄ%*ùÙÓ«·ßÿF¡«7:`1’xü$D6啻鮥ˆ¸ƒû˜º\©fÛ–1/Ë ·„s8µlÆÄG‚wÓ`ÉËbïîÃ|µ#›z‘>äœK"ºoþꆿ‹j@)ÈæÏ1w¯&>r–óÕj«‰´Sñ„ èg Ú…ìY³—ÿíK%©Èo?o¢= $z¤*àÂá³×V·ÆzŒŠ7½µôˆûðóý©Ì˜º ËaÜÓN°jg!õÝLÄ9‹{›æLD˜«Ú:çrr8sô8ó¶Ÿ#-××*û8œÜL·‰æÑHyYWíÍYqÌš³ŒÎËŸ»Ï/Y×kì|±W]^³ò‰Ž ùû¹+Kìˆ~po·ÑYÛ5ë$‰@çI€ƒïfL\N¹Q pUw´’±kâVvÉL‘•m!ꀫ-hkKíâËýA²øJ%jÛ­¼À]éÊv‰ý¸ìN¬÷ Á¥íPÞ˜ô:¯Žº“ói veе]kÚ÷nÈÞ‡Øwæ ý²]B¨oRѶm[Œ‡Î±öëWðÔlF!j9l+ùE¨õt}¨'>ÜÂzMƒ+£¸Ù@¡Î/»"2²,èÝìqbð0 Óö²Ÿ+ÂyyW—dÉ/$Ó¤`J7€VcýÀ­Âg—w,)§ %3)nLx9Š(5(y¹$ìðñÒ“Ÿ]„ºžRÎ*ž‚1ã"ÆF-éá džæãL<;&š€°(zë6óG'!ö 91'Q:ô`z×KÇN³J‹—Ú@ŽEWí¶/ÆàÔ³S;:]:«Üh׳3Ñ>;yvY£†¨(/µ€b¦Ð¬ÁÞÁ•[zuÅ#“c̨sÝ_¶*† bÍ~Lh¦ ióVÞßëLDX$õ4f y¹œÈô"°ž–¬3'¯½nç¼Ð—lpa!éFŒù*ÖW Ë½o&ãÔ9ÑmðÁBÖ飘JèXŸ¶M½(žWIÚVPÌ,¥ŽEeÊPа8ºâ£Èæ»ykù)Qµ¡Mbwz?[3Kü’SÚD:“k¡ócþè€Ø]g‰I1³".šQA®ôïìȪí9ørºÐŸ×º» g×odâ†4ò5ξÞ%jVUÛ,ªÖÑ 0shé¦ü‘‡Kt{f i€Kӿܾ~ ?‹WöÍìš¿”wÎØÑqðŒoª¥Qëz8ü™Lž{à ÚÚ/•cQq€ÌÅ䂿ʺª½ÿh>® °W«°(vhÝñvSA çL¼~­uÛ—…ñÒG#fv-\É{1*ì4NxkBKŽYQ&ç©Ï›m3ûø7÷àÚ¦7_Ýïyi.(ªªæWÉnf×KyçŒ µÖ‹¨ÈF¬YÁ=¿V5w¯ÓØíË"×G[ÎyêŠ,Ê•³\Q0æ§Vk\~, á­j×­x¿2c,’°-D„í’A»8d–Xñ¶+¶K^¥¤Z+ÛUžFRÌ«çXœ¢ûsnî}4oBìÁ?0Ø9røØ |8[äo£`Št®:}M_ýŒF­‘¼„¨ƒ•m,ìøùwôá^¿hÆÝšQb-Q!/>Žðž=™ÚÕ›+OäÒà¤-o%ºò•m°Ã;,œ`'5˜sPª¬®Ræ™2Tö8dű3=‚ž® {½NžeùÆcl9q’ðA÷òkT‰ócbw3üËX ]2  år(4ÀŽíÉŒä‹G«&D¬;LVž ‹o3BU€’Â;òðiÖ‚(­“1“S¹Õo›Ö×–TV´P?:”ŒÓ§Ù“߀^ŽN4óÓ°$ãÊꛊӧr¡©88ᤲÃ\A[·¥âîù E)s" E){|6çg£ø6¼öº‘Jáç!©p $ÌE!íø‰+ÇД‡Ê¯ A¶2׃ @²+;åϯҧEy4nNcç"ÒÎÅâ_í¹{ÆŽlŠ-å·¡Ô,Ç”ŸS­qù%¿¦u³îWòš*D­Ó—8xöåí’a[E§T¶Ëy¬¤6>Aç@jv>^Mn!4%£g§³pjLŸ>}1Ù9ñ늵D÷¡Å€>ò‘—µ¶KS;šùáÛ¿höß„5ô(¹üˆ)àžïêž6ývŒyNô¼3š–¶/ª‹måZV­`.󉘪D R¡RY_ä-K5¾¡e]Ú¬º  á‡O×s¡[ww (<Œ'ƒi¶p=ëËÛ´Ñ@pÇPü¬KŒÿ £K>nÈ€Æû™yÑ•‡ÊZ¢¢ XÏĵ~ÁÌ¢”ˆ„UµMUæ¾2Ç4U9G[E…¹ø£¨;üBµ´u óÒêag­¯dg’¸cO³p{¾ü#Ü`wìÕLEróuµU· ÞÜU0ÎWœÎ¤X°(å¬áT9öå—iÊŽ#ͯïV2w«?/k¯” ® R~U¯Üš×M©t\„WM‹uE[["`kKmu9A»ÜÎj\¤ê8í);O%Ó¿ÿ„™ Tà6OìÜýÀÁEQ iÀù“;hؼ'jJ†QˆZÛe¢„Ö‡`ÎñÁÊ >¾Ó«ÄµT8û:[ߪ'ÇðÃïçIT»Ô«D`±H-ìõD4Ô“·9§’·€Z)"רé õÓ±÷i…yRÞÙÖÐ¥ÁÛKOÞIΊ©ò23#8˜3ØðÛv6¬q¢ïãýx*DG›–N|¼è'î*ù‘¹£îZúµ°5¢øÜb[›õ®ö8¡¦egt Ò(0'“@Áj¶Öòƶƒœô®èÍúj·­(%‘ó¦ö¦35SvÇàÝž¶ŽyIT(}˜+{$µ`0š+h«+/ÏÇìîb]_Ö:áaŒgc,4ª}ºñ¬a/KžäœA³»vÄÅÙ¡6êVnŒ´\jÎiìQÒSI"€ µ7ZÛóö®<£´W¼¤Ø)U̯ò®´S § *殹è:RqØ.g?UéQ%TU®sA5êVf¿ÊÇìâ„üY!j=l›Ë ØÅ«ÙÅ7eÿÐM™kWê2©¼ª¬wb®A‰èÚ Ç?¨ÑÍš¡Ò9ÎCGŽc4y|Ä^™ô6g¬§qëÛe…¸æ°]^ Paï×€ô½»ù¦U?†—¸`Vl:¹¸âìÛœ÷Ÿâ|ž†@ÏG»l67Ò­¥Žýúñ}o]É$«:‹?âÚ†¨ˆ¸o‹î(ÂNÆ´i»I(õ¿*ŸSéÐÉßÓ×~XÅ´£–Ê˰ä[Ø„O'wÇ)74ƒ//ë!)=©•W­üí/ sÖ9Îê›ÑÁ “/?ZÏŠlµõq‹×Ö=™¿7ªà0:9$°ÝxïD2¡¥žÈ;oãûþfŒŠ]ÖqÆ~pªÚmÓÅóÍ®H¦vp¤Ù=wðÃ@.]ý¥àøa~Ëv¹ò †å±ä‘PYq[í]K\ÞQw[~<@ÇgZÒTëHçþÝèÜ¿äsX4s#ëÍù×^·ò¦–íseÞT©\ð1œçû#‘¼­¥é€¾,Pö¥ÆU_Åü¢üe£=9UÍÝÌËZ;Êï‹ Ù¹ãÇÙ*ÊõÆO[UÝ<ü)Î%fTÿNí¥ 7ƒF­n%æÀ: ɘ8~,Sßý½oK¶¼•ø;qt«‡‡_¨¼_¢ÖV· $8ÅEè|QbÕW)HâÄÉ Ñãјzz y© Ä'ç_d¹”töŽxÕo@=˜ H‰O )³“b=Þht:ÝýöwÆPвI8‘´¼",€ZçFýÆõñÐärîÈ92-Ö/Ó5tQc)H'6.™Ì| n¡„¸¨«,C—DÌ…trŒ¶«it¸xøèïŽ}™å3™1Ç9—­€CQažÖëi+Êäô±8rÐû…QOÊb$+%‰¤Ôlòm EëäMÃFõp0U¿m(&r’/’šMIµ/ýlõ´”þEég9[ZošDú¡Ï¯I[mãZ”KJb*éÙyZ;µG7¼ý|pשj¥nJ9mPÌdž9ƹ<°ó %*ÈŠ ÈÏH"19\3¨4Žt|;/Dk±œÝÉð… õ¹ag©b~Y*(s•s·&ó²Vú§Âed ¹±'8n{"ý._µ¤ªr«ùœr÷+!Ä53›v¯[̺oß\Žõê#@.e»¥—¸ß—g{žëå‹ÿÐrù3º*ÂvÌÅôUÔ˜ŸÃΟ¦^úÇû&¢st‘Bˆ¤"ÒÏÄ>| Ï6P(,(¢×á¨0²uÁjæç7 ØÍNºJqS³X(Û+°^¥¿À¦³ŒA;È´ÝŸ‹õJ%†ŠÂv5®FR³Šj\è6dÚ5mC!Äß„¢€ƒ#êÔt’}<ðuв’’Ø´ñ?¥øÑÀÏN^„'å]]¤²+ŽTêš/ý'„âßL‹»_=ÄóÑ‘øRì_O!n¶Œ]³ªC¶B!„¨­RU´UW¾+ Û.©,]ó»ô¼B!„øWˆpIe]-o³Ò•í_ßDzZªô¼B!„øG‹‹eÞÜ͵¾]¹^B!„uD¶B!„¶…B!„°-„B!„°-„B!„„m!„B!$l !„B!$l !„B!a[!„B ÛB!„B ÛB!„BÔ5»º.àÀ_ØwàOÌfóÕUÐÎŽÖ-ÛТy -!„B!a»¤}þä¹1ÿE«Õ]Õï›L&fÍž)a[!„BHØ.Íl6£Õê8wµJJ­F­R¡R©Q©TWܬŠ* €w=L&SÖÑ’}ˆeë¡÷=ÍpQý]†ÎBaêyŽ=ÊMúuöCû·.çßÅ”ü;?ýUŸ»ú„`¯’þB!$l_#*bbÎ`0«õ|{½=‘‘Ñu\+#‰›fñô“ÓØœÖçB73©¥ãßbàÌq_Ó¯åK\îù…#u‚¯W9ÿ*–TÖMÁè¥YL¿ï]¾˜6œ–nòõ !„BÂöµ„m•ŠÐFa¨UjÔjëªvñO¶•m•5–[)(JMJÈç±­¸ca:àÉ#+ö3»C%Á¹(že¯áÉ/cðô¥èb¦–Ž×¯SÄ¿“1d­?z2‰ùéezoZÅ„oæòßž—¿±lNcû¼™,Üv˜3æÛ˜ýõhšè¤ë„B Û•„í³gNUeÛÞž¦QÍë®B=véq›òàøÉLÙúzù<_\öá ûl3÷>»‚¦¾Á¬µÈÓÛ_yi s›æÍeÉy ¨EºM!„°]yÚ¦qã&¨ÕÅ+ÛjÔêRçnc[ÝV æ+Û5¤öæö·rL㇯ƒ„lq½©q‰È«‹î`ÌÅLô~ŽÒ%B!Ä?òÿzem®ü2ä‘-›XýÛo|ûí×|óÍV®XΡÍP«T—C¸ºîB°)í¾œø$wDúâåíC@T/þóö b K'|…Âók˜ñdÚ„úáå탗·?!ͺÐoð ÌÙ—Rj»_ü÷.n ñ©x»J6ûç¾Èà;»Ñ2<ȶM|wä¾Ws,·t̤ïù‚çîlMo¼¼ƒh1èSNTÒ¶*ëP®º)Ç’{”ÿ¿ŸvëÙÚZŸˆN÷ðòòÊýê«’ÍþÏ_dpÿ®4khû_‚[÷ã±÷Vp*O¹¢Î©^çî­õ÷±=7˜æ·=ɇ›.Rti›œY6“ç‡ÞA»&—û<0ª/¯îÊ­ÁvrØ?ï%†ÞÙ/m'¤ýƒL\´‘¥3ž¢_«Öû[pÛ˜/Ø—i©¤ßü‰èý ¿SÉøÄ}BÏÀâ:ÝÊ·ÍÕhO‘B!ªå:žFb=•$;%…]£žÀ·Q=ßšŠ«‡'‹…Ì´TŽŒŸÀ¯3fÑëë¸úx×Ùʶ9i%ÏöÎâ‹—ï3$båÌGÙ¼&[ %Äö-À‚#s_ß)üa¸".‘sñ»/ž ¿ÇXkíŠ]M¶kÎbߢ¯Y}¸T½2O³ùóg¸õ”…]‹&ÈÎöóö¿ËÀ~rìòV¹xâÜ5·­ô›Š:)Ç|‘ŸëÇ3ëóKüv!)'wrÂb¦Üg±ï¥ûG!÷Â^~™þ(ËVÿ—•Ë^¡­‹ Р)8È–#q\¾’{>ñþÄÔöºz+oÞâæT6Ï|‡¯Kõyar2Gm ¶“ɾï¾bU©íäœÙħÏnºòNC{ÿ÷ w&8±{±u<¯~|J÷QUí©ã1B!Dµ\¿K Ø.í·sÔ“4ÿÏpz¾8ý¡C$§&’–‘‚Ó±côxñE"ヒC†ÚN/©ƒê)élxí9[q¢ÃSÓ˜÷ÅŒíá@Þ¦7xû÷,ëjuÑyŽj ÚvD}‡?üÈ·Ú–½"GM¶{…&<:e3¦Oz>õ:ïMN+½-ànùŒeqEW?>î·1勯ùö›¯ùvÑ›ôòÔTÝžë:FB!„¨Èu½ôß‘ ðiЀˆ–­0¾õ±©)ìØ5Ðií&5 %ò¡A$þ¾k~£åmýj?kgì`îŠ,ë;ï2ÿ‡ðSÃÝ]œø³é(~7e±eåI {µE—²•Åûmѧéë|=ý1ÚAžÝBôì¹|jA ·{ExujÂÀÿü‡nÎfú8î¤Å‹sl?ž‹é »ùÛ  IDATñOÛi‘¯ñÝìgÕ‚¹«‰_ìå`mÔPêª{;À䥑çJÛöéÒ»šæ΀¡Céæ C6âž[žc{Ä|ÿ?޾ð­ìA×p'•øÛ›pqS_>¿9gÎiîŠóÛŒäîÿ ¦›ó•EÕ|;á :ŒnNýñÚͨ >ž|’a&Ú¥®§ç'qÀö^0¢¸^åø87¦k¿;h®/qŸ©òö(é×qŒ„BQ¡ëzqßDÅLÔÔ)ä$Æs&5™“¹9 ¼÷Üû Ç““8ŸOa^.áoO%Öh(ñ‡nj1ñ 1¶”lÙ5†h_빬>£øÝ`ÒcR1¦ôs¤Ù~Ï«e+êÙÕÎv˧Á=¤Ö¯É)ä¤çaŒÉ'¸hËÀ-nÁO[7u¨³r\Ûóô ëI¿òòÍiØþa&/9B¶¥fc§ñëÎ=‘¶ÿ\<Èù|P(8»‚·Gô¥y°í¼æ ~Ì->uÂdÀT­Ó‘®a;*'‚yØþS@FÐR/¢Þ¥û2 ̵0Gêfž×æ !„âJ×õÒ©ié8{xÛºÛôãÎ{ÀÝõZM×¥KYþË lÙT$§¤ÔIØæŠÅu89ëJ}L®ÂÍËz6µƒû¥ÆìØDòpT]ûv+Ü‚ÆîÒãŠÅvQ–[1ŠPj©m•ýn­–£r§û´õ,‹|‡wfÇ΋ †³ëùxôzÖ\Ëú×ZQíëp¨´8hK–¢Âœ¼œ§úŒ`y¶íN{7#=-õš ˜÷å\^7Ää4j 9)Éì~d(õ]\ðùl6Î^>((ä¤$“úä3Ä ôZº÷z~X,ô:=ïM›ÇGŒºÝ£µõUF/TѲUî: ãvòíßsÈМ·ÿ\ÃÁv2“j“)–ù}ZóÒaÀi ¿™_æ2}B!„µ)>.–ysç2ûÓ9+Ö*ó€l ÃvK+ñïlÛã¶ç›°ž‘jKëbJ¦DƒÁP*º*¸Õó£ïÆõüµf {þ:Djšõª#¾>¾4xáî»ë.P@Q,”ü’ƒ½^»ÝÀÙÕËYýs"«.ûhðc¯3¨¾m!„BQ¾:MŠiiih4jL¦"ü|®x¬çCƒ«µ ³ÙŒF£!--€€€ëÜ=*ÃûÒ«Ù&þ<K– À¿¦]øèóŒr îò»B!„¸a ´ac>ühfóÕ]Ò@£ÑÚ°Ñ ê=M†Ïà‡á2Q®ï¬¬ÏÈÍ)Œ”žB!„„íŠyyyN8Á B®-òêtxyyÉh !„B Û—B²^NýB!„âæ g !„B!a[!„B ÛB!„B ÛB!„BHØB!„âo§Î®Frìèaé]!„Bq]EF5ýw„íºÊh !„Bˆë*+3ãß¶o¶† !„Bq½É9ÛB!„BHØB!„B¶B!„B¶B!„¶…B!„°-„B!„°-„B!„„m!„B!$l !„B!$l !„B!a[!„B ÛuÈ’ÍÉmËY8gKÏki£Fb–¼Å¬)ú'ެRH̲éL[“„ùoÝŽ~û&¯Î9BáUÎ߼ɤùÇ0Èþ.„B ÛåÈÿ“©à¹×ÞæçZ ÛÆ³_ñÄØÏØpî&Œ`†CLíDø~%ùj“²J!÷ÄrÞò–&þã¶9“=óg1wmW5ò– v}1‹/6%b”ý]!„ÿè°mNcË{Ò*Ð/ï@ZÞÿ6›RlAPÉfû‹Íðòö¡ù„Ýä*uXK:ߜƾF/2}HÚ›mTTÎ4ˆŒ&¢‘7º«!šžÁH—5Lþpù2×…B!þÙa;wÇ$FLßDRäÃ<ýHÉ›?`Ä„­d†£sxqA"¸ßônÁYUwõ0Å/烕Fz¿8„0ÝM8*º† ›·†e“;ã~-ýàÔŠ'Ç´ iÑ,6§)2Û…B!þ¹a»ˆä‘‰ßx‡)ïNánwÈþëO.æŸgáKp]ߘD¯ŠªUÀ†gÛà탗w‡}ÀÖÔòO‘°¤¯ç©h=¼„SÉGÌ$mZÄŸšŽ íâeíK&ÞGç¦!xyûàåíCh‡™øÓIò•KdÛ;нY°í9tš´ßz±)™-3GÐ-Ü/o‚ÚÜǤ±Ös„-©¬›pí£Bð¶m»a—‘LÿrOõoM·^>át5ŸCy¶ÂLç™Ó͇€!›È¹ô¡²2*ª›·=DÓüÍ|³;“rã¶%•uî¦CTð¥ú´ÀK?Å\y޳9Ÿ>EŸè[ùw3î»#—?¸šv–Çxå“ M}ë6uÅ×1¥ß-UÒ0ì}{[×·öOXwFÎÞÁå©c"nÉHÚ†Ö³>îEï§p¸¸žJ>Ç¿{žÛ›ZŒæ¶)û(¸†ú!„BÂv-Óàè†,lÜÍÁ]9 xûcX3‰©˜ ú%¦=„]%[)LHFã¢29¾òmî<³•œŒ«(J©™Ï‰õÇP÷"ÚͶllÉåÔ–­÷ɜä›x2â Ÿ>Ñ—‹ã0Xr8üÛ:»?Êœ–²lÉ<& EG>ûß¹‹{§¦õøE¬\±×ÚÄðÉðG˜}Ü–<ÎlÛÁiŸÇ˜÷ã/ü²ð]—ñîKŸ‘Üþ¿|¾d _¿ÑŒŸÇ3böñ ZUeTT7°ómC7Ÿ-Û–<ÎlÛÎ)ŸÇø|ñü¸ècž‹<Éü'†2ûDqÇrhÆÝ ˜´÷Á3ùnñÞè“ÇwÏõcØw±¶þ©…v*Ùlm Ã?9J“1ŸðýßñÎC°jо׳§ÝèOXòÃ7Ìä̺7îåáÏOÛÎãÖàÙòÆò+W-㻩=É\<ŽŸXëi<ó#Ÿ[DÞÀ,]»žÕ ßæ‰[ƒl§]e}„Bñ¯`w=s½WŸWÓt Îzž³MÏ<çÎWϯ"‡ú<5ã1ÂÔy¤&æ¡õôÁMWú =·-:¢¾Î$ÿö ]†þHÚŸsùæÄ£¼ÞLeiž}øìHJÙj˜3‰¹P€Ö¿^¥Z¯¯ß…ÛûôÄèÝ·÷¶å¹÷æsôžÉ4רžÜÛ{vÆ¥8¦ÿÆ´ÏO5i7ÓG4D tˆÒ±{íƒ,^v–gŸw°m»3}ztÁ….4g=?9O—‡Ñ?L=¢È[¾”Ñëö6.’€Ò4}KõÊ(U7´¾4ñ…”‰öŒŽ¾~úöî н¹Âæ¦cXñ{c›ÔG“¹•÷>>†Ïðå,˜Ðg€žmñˆiÍãÓæräþ©´°£æíÔ”mç ã |j ó_j@×Hr~YÌøêöEDå¤ïøã³Ž-ÝÛáu¶Ã?ÏáïÐÚ^…cøíÜn{rÛ&VüȈÍGȉSfé¸Ð¹{_:·öDM Ú^c}„Bñïp]ÏÙV¹¶eâúãìYµ„ÿ-YÅî+¹ÿ[|“ž÷¿Å øÉt ¡IÓhBZ2xΑ˧qتk§Ó|»>D'G€Xþ<›WýJ˜ ä@ï¢GSéÛ?ºß±;9še©ðiÆ„=+„£“Úág;}Â+ôA~Í…´˜ôr/+èàß/2‰Ï²Ç v&°¾+ä&“c®2.w™=.z°ä`´TsR¸…ÒÄ 2ã³0Ƹ?8’oO›~ÑÖ   ö¢ýð‡2ÊßpÍÛ¹ÓF{Zô ·mj¹/.ÕÝ–}Câ~NfY#q«ßeX¯4ðõÁ+ðžÛnC>F 84Å‹}Tü2¸5݆½Î×Ûb)Tj±>B!„øÇ²»þ%ºÚ®'¡@Ñùù üðè{0å¿|ÚÿkŽÚubì”Þ\˜5•Ÿ_{%w®d¸{y¡ÙˆÑ  B¥®Á·Õzœõ`Ì5RUöTo¶²ï* :N_ÉŒNÎ%­{}I.û;-,Êå窵j°XÊ/êjÊ(f1k•³3Új¿µÒ Ó€Ål¹Ôе¸+û§äcån¦†í,îðkêïš¾ãé9<2d9÷¿Ãüi Ð%³îùAL-®‡¾1#ÿ÷½_ÂüOg3îîOxÿ/Y7{µ]!„BHØ®ædVM|“Ý&hþÚÛÜ㺛ù™ ë3†±#»q>a?ÏŠçxJ”ÛJÇÌf@cz4qªA‹Ýid1ö i¦>¸TÔ–Lö¯; õîVqJÕ´&LgæÐ|ü‡·Áµtî7]{W]SEÉœLïV~žBReù툲ŸÍ¾ÕÇÈëÕ'K:»W¿!4õ¨HŠËÙ½l?Ù=»–mguú¢Zs/‰ß—‡ QD¹©)<°D2éåaÜÚP 4 ÉOKfgBº cj·‡þÙí´›8“•ú1¢6ê#„B ÛµK!{ç{Œ_• Á£™1" {U&­|aÿ%ü´!Ÿ˜µ± íJ›€’g¼°rPSB´yäØþœ ÷}¯1´QÙ³b-éëyºëìmþ ¿û —ZêHxï&ðÚfŽåŒ"Äãr:2ìœÅ»óséÝHKÜÆO˜¸ÖHë)#ij_q Uyö䥑!ôûìQ†¸LàñÞa¸™R8uZC¯‘wѰrèµ”aN=ÀÎÍz„^uØVytçåÑMè5s8yOáñ®Ä­ù€ ëºÎxªÒþ©i9㟉¤çûC¸_7‘gno‚»é,ûRÏjöE'Hb·³n“óEö.žÎ[Ûtô™ýQz°4hGïñåŒoÚšzöyK½Ü ¢øµ|µ:ŸðfÁ¸YRØóg"è¢ðtPWYŸàÜŠæ¡B!$lוÂ#|üâ7$ãÉƒÓÆÒÒ  ¯ÌŸ@ü˜xaÐ/¨}Ú2òÓ¹«ž þtº­5Ƕ%&-3è|›sûð—xcìmøTròuÙ«‘hðïõ-Ц²pg·ßáyùì]!»?ÍœØBpä®I?3í‰Æ•ÁMåL»I+øÉëUÞ˜ûÃçÎÔïô­†Uþj–B¯¶  ë¿ç°}æupçê]hñÒR~u~…‰Ÿ>ÃÓÌèƒÚ3hÆ*ÞÚ ÿ(ÍÇ-e•Çd&2™G¿4*œý#éÝÑß:5í µºt¢ÑÏsxüY¸4êÉ“s2á>Û•ošŒæëûÞ$þÞz«Mø¡W)í/VÍžÍ+qÖ‹ý¹„öä™y3èï­*¯Op…óP!„ÿªr~ª͘ÑO~ôÉg¤§¥þóZmIe۶<û"»Ö>M#õyæôº…) –pbaÏ+¯æñwV°ŸÉú²¸çröÎ쀳Ìw!„BˆrÅÇÅ2oî\f:g%` €< ȰÝÒJü;Ûöxíù&À X¸ü 4Eý¯ìMµ7}'=OÓãÓ·$özÅÇç¾Èœ´ž¼ñâ-´…B!n€í¤º°QÌžÌÏÞªæÇûŠM@žþx$÷ɉÂB!„¶¯/=aC§ò²íOnMáÉRóT„=0‘I2Ç…B!nµtB!„¶…B!„°-„B!„°-„B!„„m!„B!$l !„B!$l !„B!a»6™SØðÖc<öá! o¦z)9üöM^säæª×ß½_,ÙøæM&Í?†áŸÚƺfÉfÿW¯3aÞ±ëX?#1KÞbÖÆ‹ÿ…W¥˜eÓ™¶& s%[*<¹˜éÓr(Wù‡íwµ×G5b8Çêï¶’l¾É©u¥tûo¶ñ¸)úâ_ðÚ"„„íÊÂv&-ÿ•õG²¬;Ã!¦v "ü?¿V}ÀP ˆÝ³ŽÕûÓ1×A½öÌŸÅܵqe^Ö^¿X2ØõÅ,¾Ø”xóök½’Œ¯ÇÜJ„Ÿ^Þ> Þ@fò2†6 ¤Ó”ƒU¿ÐX2øã«OX°%±âQ“ý¨:1òìW<1ö36œ«ä-’J!÷ÄrÞò–&VTh6»Þ•wIÅ^§º±ûÝMÛG5Ø2w3ãþ ž4‡uñEåS¯i²VpŒ­å¾«ÕößlãqôÅ¿âµEˆ›2l›ÓØòÞƒ´ ôÁË;–÷¿Í¦ÛÁFÉfû‹Íðòö¡ù„Ý\±eŠåûáí ª‡—·5,xù†Ý힟»“Ó5ÖKåLƒÈh"y£«ª7 'ølÄ#¼°äªÉ«E |±ƒ{<ýpÖü}ûîê_-+nÿ¿nѶòîfÜwG.Ò`IeÝ„»hri; »Œdú—3xªk‚¼}ðò §Û¨ùʳýRMêYýRÑ‚ÙÞ÷¸·u}kº3röR/}Šk"nÉHÚ†Ú>=ñ‹¢÷Ó 8\Ý6ÜÌc¯QPÆõÐÐ6fõÝBnîVFûÐñ£3—WÍéü1çnknÛný[¶(öÒã†ÏÒ®~ó§ô~TU,él{çº7 ¶}bH§Iû)ÄLÒ¦Eü©éÈÐ.^ÖT¥íµ#ð¶‡hš¿™ovgrÅYÙJÛ¿ÚDAó!ܤ­~ßWµTVŸÊ»ûj0ÇGÒ·ss‚ëUcŽWµOT1×ÊcËë»j¯ª8îU÷ØXiûo²ñ°¤±aâ}tnréÓàÐ2ñ§“ä+Õ<æU8÷ª(»F¯Ku\Ïyܽ–mÕF¿TµÕf;ÅÍ´²­Á5Ð '8°q7 ;8 „ûcX3‰©˜ ú5¦=T Y0d&’fÝ4ñªä—E)ÿ`VQ:ó#Ÿ[„zÔ‡,½?û¬sÄÚ]±*æyÏg,…õ¡#ŸýïÜŽŸhúö"¦E™9ðå+¼:ü\·màňRKJ6Û_Èð/‹¸í¥Ox·­;—ñÑ;{K<©òm>kWu=/wYg¶mç”ϳÌÝOs»¿œÄ´'†âÛt#/6Ñ…šq7¦%Ñãù™|×Þ…øµ2ñ¹~œU¶³xH}ì,yœÙ¶ƒÓ>Ïñŧ=ð*<Á“ÆóîK[èñìd>!åø"^™4ž¡Ø6>Õ™Ô³ú¥L__z¿gO»ÑŸ0¾‘–Ø 3é{¹ ÙÆÊÑÑ¡Á³åŒÿd^Z2ÿZÈ«¯ŒcDp{~©ª6Üäc_¼£w|åïvÀ °sÁ‘½¥žQÈá™÷Ðÿ½:~›oz4@“¡…Z’¬O©ßqo§‘}&{¿šÀÛWÌŸÒªè—Æ9þm‡ÝŸfÎG· d‘[/ùœX ¥ñ¢ÝTÕÚ'í|ÛÐÁßÀ¯›Ïbè×ûK¯å¿³`«‘VoßN]uû¾êýÀRI}Œ5™ï7AUï¸WE=CkØ®K%s-­‚cìÅ2óµzÇ«*Ž{Õ:6VÕÃÍ5s9µe+ǽže·]ð4&òç’÷yœ*ÚÆÂ‡‚°«â˜§·T<÷jïu©.ëÉ >î^öj£_*=ž×þ닸i¶¯>¯2¦é@>œõ =gš(žyίž_EõyjÆc„©óHMÌCëéƒ[9_f:óngüß-q‡¶-“fÜO`9c©=ûðÙ‘”šêžG:.tîޗέ=QÓ‚¶¥?ÑônDTtÔ¥¤’¾iŸŸ&jÒn¦hˆè¥c÷ÚY¼ì,ÏFD\±ó+é[ø`aBθHœ*iCMës£Æ^ãÖÈè(kûrKõ}æVÞ}ßGWðÝ”öÖñ¿¼ˆbíð~ªÞq¯ÊzŽÕÔ¨]cü.T<× Ë?Æb*;_«¼ªø¸gWccUísº¹Æ£xÞÔïÂí}¬ûkï¾Ý¸·-Ͻ7Ÿ£÷L¦¹¾òcž¾¸_JÍ=%ý·:y]ªízÖÅkKMÚVÛº–~ÑeU|<¯‹17Íi$ rmËÄõÇÙ³j ÿ[²ŠÝ'Vrÿþ·ø& <ï‹Añ“éB“¦Ñ„´dðœ#%>2±ñ §y‹æ4 󷜊ö0ùáרœa©µz:4Å‹}Tü2¸5݆½Î×Ûb)¬biܘ°‡c…ptR;üŠ¿Äú ¿æBZLz™/SöqÚhO‹^áÖþ*¶iwõ¼bàÝBiâ™ñÖ+ãþàH¾=múE_Þ1Õ^´¿3þàP}ìàß/2‰Ï²“¡v&°¾+ä&“c®YÖF¿Të‹«jwZöi ‰û9™eŒÄ­~—a½ZÐÀׯÀ[xn» ù-•·áï8öå–iÿÖ·G]~*êB׆„{^ž?µ6Nf9лèÑTwŸTÛã¢KAÆâijNfã‚](mÿíõ4ÕðòÂS IDATïûjì•Õ§fóý÷Q5{5Ÿã•??·†síjÇ©:ǽj«jÿM>Öe5?ºß±;9Zc7êØTKõäwk½ŸjØ/•ÏoÄ닸Ž_´–æFh»ž„Eçç3ðÃS ïÁ”ÿ:ðiÿ¯9j׉±SzsaÖT~~í–ܹ’á¾—½Ñã_±æÅpt€áø,zvy“òÑö t¿ÓUmÔQߘ‘ÿû‹Þ¿/aþ§³w÷'¼ÿÀ—¬›=¿ŠÏUAACÇé+™ñöÎ<>æsûãïÉ2IHˆ,–,¶HHBTì{‚*· ZtA© v®­ÄE[Dc©-×ZŠV~W¯Ú.±·Tj­­”’„ì‚ÈžùþþÈØ’Ìd’ =ï×k^–ï3ÏsÎç9ßó=ßçûÌL«'C[…¹­kþoª´–ê àÂú´°Òm§A³jŠÚ493–v»MUO+°sLQÐ(ßabnMî{ôéiö t)ò] d^ 僾!Üï9›ÕÁ-qRDZwÜ»ÌR ‰J/äÜ4¦¦Àù7<~Š:Oq:* ¬- 3%!ç¤ É %TÖÖ˜k—rb÷ñõq-–v ²i´7ä<ÐgOQòG)kdhÞ+<Æ£ŠäWù¸½EŒµbÎSqâ¶ 6…ùo’PÆæ£à¸yþ(ä¼RÌMF±³´ónIú2†.úòyi\_„Rúžíœ8vMûŒˆlðùô zTˆæJ2¨[ŽblÀPÆôr¢¹¯km'“;QÑÚʨ01U#oë9ëTVÔlןYßý̱Y ¸õóÙy;L,°±€´;©O­Š¨|qWçpåt*Õ<êR·î×µ«Xå³MíÜ /Ët"¶âž3 êS—Åà¡M'w_äÁÃÿÔ$±ë2TmBýJ%í4š.…Æ_,?m».-ðªhBúµ#\Æ“AŸôçÕ&Þxû4Á§ªÚ ^†¹Ï³1îêtNî¾w‡I1û+æ<™ÙRËÅ’ÌÛ’˜m` eÅñG<8¸WÕ>ŽÏæÖžõœ0mÅ€ö’œAÚzè³ÇÐx/U ?O ·S1È/ }±¦#Ç>×|UÔy*³óñšdNí½ UáahÎ+Üd$;)å¼ktЍ‹¾|^×áy¯lkò½cs™¼+j 'd ;–ªdU†S§Ãز?•ëá‘`Þ–ÆNOŸTÎéD½P5Y÷ï’ú0WéÅðæòÇfÒ>F´}ŸpŸ¥üôMoœzjfCU[¸±…g½éáõôû²¢ÃY»;5¨¨‰çøo1 öÂÎÊÌ«áëUŽ»»æ²èûÒª|75Íy¯‹?“jÒuùGôµ dpGw*fÇsåª)ºQ+oÝV©=“Gzâÿe_zª§1²K]l³¯q2°Ó¶±Óß§K¼;‹SWjÏ'ÃëÒaþ9Ìdp‹ DíY@à>…¶!èoI¾}“† WOŒ¯K-y8#ò({šã˜s››çñù5ÂË4Õ›Q“¹¬ Y{?_ªX>àbB¶A>Õž²8÷¹cú1iP-º,û~å¦0دVi1ÄZµá6Åé¯]tšZŽuaê!.ÞBÍJªBc('á4Çn©iàW;·pɾÅÿÖŸBÝv-mLЦ½ç>{Š數QÎÓBíÌ›SÒ^_¬µ×‘c_}>ùªX±¬.c󡛌c‹˜³:…ŽnæDXÊ´ðL|gäjSHÎ+®ÅÉMÏÂÎgqm)ŠoÆè«$ºèÍçí‹o›ÎºJ(ÊÃtTÚ•n3ÀbÔ𡊢(JbB¼q_Q•ñuPÀNé½ù%>!^ILˆU®lT^«i¥Š‰cS%`åoÊí„x%1椲¨SeÅ4wÙDû2Ulœë+¯œ­l»p«ÀqâÿøVé]¥b§%ÊÙ˜'Å*W·ýSi]Å\±~u£r-æ„ò¹ŠE—0寄x%êÀ$¥­‹Õ£±ljû+#×̵%!^¹}r…2à»ÜãªJŠOÀåZ|¼’xûweËÔnŠOesí{­×Vc•½7uè{YÙõù{JS'µ¶½J±®æ©¼úÉ~%úa=}fçS¯<>&&Ä+‰‘»•€Ê(ÎÃ÷+·µ»¨üÔ]ñq0UÅÂ¥¹òaÈ~åzœî~n¥¸â ôÿßMíx7”íïÚ*Ôš¨½UD; K¾þâ.*ß i¥¸9X<¶ÁÍ_zT‰Œ×¶‰¿¡]ØOiZMý¨ºBU¥~ŸÊqøð¢Í}B¼’ø×¥[y _”˜'Æü~j·Gó¹ƒÒxt¸eHüÔFŸ.ºìJˆWb›­44)§tYYI(ôœ¼­œþ²±bjÙAYs)VILˆWbŽÏP¼°R^Ó¾¿ÈÚrè³G¯­eH£¼¯’ÅxžœjÈ9¡+ÖtåØÛhQŒ|ePÜ” ñ§L͇Ö'+¾®–¹Çm=•nA?(—c ËyúbÏØ¹é™ÙYšy·$}C—BαâÚ¦»®zy^gOŸTF ª;€-ÀàßÀ< ô^š€³ö¶­<`¡­£Mž¨­=qzòOÀtÔð¡é_-]NRb‚ÜŠ‚ðüÐ$°£S>ŠœÀ/á#pÓ÷Ô8íÓ[uf³ÿvNÌo5Y\]äOóùuØtf-¯ÙªD£| /õ|dß ´CfVãòßÐQê¼(vŠ.+¢£"Y¹b‹—…î2€4àp¸£}%>ñ÷{ÚãiÚöÙ@ áñ~eÅD¤¡Laâ@ç qÔ¿ÌİH=ß0“Á¥MôgÆ„&¹EKæ5¶nºŒuÇiQQ%¤‘ ó!ÂsEvÜ‚PæP»aż8¾wPéþ(³¢ÁÔÉKxG»y0ãê÷|÷g^›Û„—¹Ö.‰F‚̇ ÏÙF"‚ ‚ üí‘m$‚ ‚ ‚ð‚!Ŷ ‚ ‚ H±-‚ ‚ Rl ‚ ‚ ‚ Ŷ ‚ ‚ H±-‚ ‚ Rl ‚ ‚ ‚ ÅöóGsÓë?#hõE2Jc|å>g¿ùŒ)¡çI7¤}Æ_ìÞø#q9ÚçijÿóA Zx®à÷çmÿw¡¨:½ìþ ‚ ‚ ÅvéÛwøeÕ"VŒ!³4ÆÏIæøêE¬Ê?í8ÿ¬ëˆÇØÒòššAHO?ú…²7:ëÑûÏlÿ}çï’cHûÒBI#òø^vŸJâY×EÕÉh¾dœcV<>ü¡T‹Ü25ï‚ ‚ Åöâ/‘Ãs{ÓÈÙ{g^éù㵃r£`ïàˆO`)ŠLÒ3Ce†¥9˜[™óÔ/[gG±±ÿ{¬°ÍÖ_ÖÓ§º¹þ~ŠÚþY“q™å?`|Ø žiù÷<üÖå‹ÊšêžÞÔss@]Z·ÌemÞA¡ bVƒ¦üÄÀyI{å}Fx]dÕ¦ lÉ™•þX\eÂ×1`ÛƒàñM°VÉ$=3L+âd«¦’«-¦OE…3½VýL»ªX›EElÿÒœ=¥è·ºýWî¡ÿßÕAAxA(…5±,âNŸ!™Š¼5c63ç̤»-Ü;ó·So°aÒþ@MÛAt²/À¼œ;œX5–¼âнƒ#öŽn´FdöÓÍ4IûæíˆÛûaÜzò˜&½ÝiáUGìqjø&“¶\zuNÇ– £“·öޏ4îÎÄ篴kØØæ^5õS«MóÖ„0ìu_\±wô ÝÕœ{ðôò|Ɖ¹¼í«µß½=‹&!ç‘á™ýíÔÈ=îàL« S¹{³ã8< í<*kmz‡ ‘º÷gÞdûô^4v͵ϭíÖ]⸹# xÒÀÛGk’Ùqž@çÖ>Ô¨bÀúÚW#}~:@ÌÊÎ8kÛ4™s‘ %•KÇÑ¥¾s®¶ÎÞ¼6ód¾-4Ö¶X:é™»œ$~ Ék>Úñ\›ÐSä£Õì|¾dß ´#N}r¿H1[ˆv†ê«Ïÿ¢è,‚ /9¥°²mJgL¹ÌéœÍø™ÓÉ€G52ö1ë×lðžJp/—üÆ))üöÅ›¼¶è²ö?Ô˜+÷¸•å@Ež(ŠÂS¥®æ9ÊÇѬXÜ»œX"Öüq?*×?À„ºj s!Ýy38¿qóÙØÜ†èð…LÓ•kÊQ6÷uÅLó€?üÌUÇ1¬Zæ‡}úeþ4™9“ã7z:ÿï‚riŸMf`íV™ì‰Å£û Kš _Êd7s"÷/!hÆÛÜ4=ÂÎáuPkîóûÿöò»íB¿z'å.)Uj£&•S³»ñöRsú}±‰`¯N¯ù”)> Â‘ýL¨§Îãø=ŽN}‹k²xmÒRæ4µåÎÙm|5ûÄlð[¾¿Gÿ.dŒÚyÕ-¤}âhdHŸ…Í_.v=–³y¬¨°ªâ†0f&C²µ§'–wÿ"ÒÒ…‚6?dþ¹JO[#ëTOÃïó{ðúÜ[´þëýªcz'šŒ†Ž˜“X /jnçÃИ-D;ƒÎýþŒ6[e°Î‚ ‚ ŶÑ1Á¾ÓFÕ‹…‹zã¿0õbä[ÖŽÛÅ}\2w“$Ä<ÀÜΑŠêܽ$9·¶2uñeÀŸI;øïø¦Øª2¸Ÿf‚MÞQì:±ü|¼N+,\Ûй£6@{…CõG±ã§XÆÖuÅ4ùGæ.¹ˆã€í|Økÿ¦TºîËààœï9‹†fûiM'¿6ØÐöñŸ¾7hóþ»¼î®?/lßÊð½ÇIœè‰Óñ[Žaò ÿ\›Û7ÃþZ#,[Íïgãû°ßíéâßú‘_JÒÿþ÷U¼‚"˜7°æ@ /5á½Ù¼í£ëÕãÉr[I:Ì‚ Ñ8ÛÃêI¾X´õäþ73Y‡&JÒaýcŒ5-ZûqVEÖ¨Ú]CûÔ=ƒZíà†—·–Ú§ýE6´nߙ־v˜Ð¦:´ÈIÖÝÖØ:ªz“9‹/Pù£lœÙ<7Þ×ÐúBž'9J‘b¶píôž…ø3¸ƒá: ‚ ÂËN©|´JU¡)Óö]âø®0¾ ÛEÄåô<õ9ëcÁ®çç¼=v5jR·¾7µ^¡OèyRH»ÎY `Ò’±M°5L,°)_²53“е©kÉѹß‘õ+çS-iÜÕûqácbOó7êÁ­_9wGS`?VÕê`O2Ñwµ{BL¬qv­)qÜ×õ&¶¼Ò©Äœâ»6fÞ:ÎÅt¸ÔŒªÚÇûöµ{óC $^OÊ÷AÀÌ['¹šiIù…¶}Œ¢µ7D£âô™wþtaÕ`:©øo_ÚõÿëŽD’®½­±uJÑÆ›o¯§ í"Pܘ5D»|çG!þ˜AgAAxÙ1+½‘+R»™?µ¬«yká°ðcæ?­Xöú:.˜µbìÌŽÜ\4‹ï§Ž'ì¼£ään Q™`bbÌONš¢6MÎÂD»õ$Ϫ'Ø9¦(h”Çï017ƒj }.) ¦´œ·“VÖO½ÉÜÖ•rùúR=tÅp #ªˆí㊮QqúÌ7:°¨CÀ·gèøS«—-fb÷¥|Ùk {¿IU3ÃÛV2²NåãöoE£˜1kvyÚæ¿…•á: ‚ ÂKNéÏvN»¦}FD6ø|ú=*Ds%Ô-G16`(cz¹Ñ\ŠÏ²vkÜr~eù·¿“¢È!595ïSõ¡vn†—e:'w_äÁÃÿÔ$±ë2TmBýJF”-'–Ÿ¶]—xUÔݯÚÉwuWN§RÍ£.uë>|yP»ŠU¾:í¡ÛNqÏÀ‚Ûð1”bÙd\ôEµ6v'5ÿj­ÊŠšíú3뻟96«·þo>;oëˆm­“…ScÜÕéœÜ}”¢øRJ1kÿEÑYA^bJyIáÞ±¹LÞ•5†2ÐKU2*éÓalÙŸÊõðH0oKc'5æ½ |ç+únIä× jüËKU:éΣ8t,ˆ{Ö$ícDÛ÷ ÷YÊOßôÆ©žª*µç“áué0ƒf2¸E¢ö, pŸBÛaÔ·„’T÷‘GÙ{ÐǜۜØ<Ϩé´x^ºûUÙù3) &]—D_›@wt§bv›šæôô¹Ä†Ý©x4¨AEM<Ç‹µvVù;ÍŠg­Ž¶F×ÉÎIƒjÑeÙ‡ô+7…Á~µ°J‹!Öª ï´/Ø—÷^}¾1[”9r‰×­]IÎKAAb»¨¤ŸgÉ„õÄaGïà±¼R 1Ÿ®$zÔÆ¿û_L›°l!ݪ˜t]¼—MnÓ™³ngcÓIÇ ''3t=Ï÷m$aEÃI[ùÁúS¦-I¯à,\šónÈ.fô«^üoU0)[›V¸}Êà^‹°qóghèßqÑ?*kší`‹ýf¬˜Ê€Ð,À×VƒhÔ?± VøLÜÊ®JÓ™¾t:­ÉTXWó¤cËj¨‹5Feºý“Öƒ—0qö?xíÛÎE´ÉJκä}ªlñÿl!N&dHoBT•ð¸ŠÎNgصx1ŸFå~ MmF® áu‡üÅvv¢¾¶ÆÖÉš¦Ó¶ó½Ýþ:‰~KrÀÜÆÃ6ÑͯQ¾tëTãùÄl1横>í’Jr^ ‚ ‹‡ª€?MÓQǦµt9I‰ ¢’ ‚ ‚ðRÉÊ+X¼,t'¤€{Àí+ñ‰¿ßÓOÓ¶Ïr ?5§˜ˆ´‚ ‚ ‚ðlb[AA¤ØAA)¶AAAb[AA¤ØAA)¶AAAb[AA¤ØAA)¶AAAxñ‹mMÊu~Þù-ÿ^²™+Åé!“ëaŸ³èÀm²^Æ™UÒ¹¾mÁ{bÉ1F±{ãÄåÈIóXãûœýæ3¦„ž'½XA|Óë?#hõE2DMAAb»,‘þûú÷M࿾åj1*•ÌkkùxìröÿUËœŒsÌjã‚LJ?¿¸U)¤\ÞΗCdz5¦d²&9‚ž~ô eoôs¸5QÒˆ<¾—ݧ’Š~£` í %'™ã«±"<ŠÌb {‡_V-bÕÁ˜â½_A)¶Ÿ.N9<·7œ±wp敞_p0^[)÷8:¡öŽøF¢ý2ÿ šÌœI‡ñ=wA¹´‰Oƒ&3°v+ŽLöÄ"Ÿ…¡Ë60©Ü˜Õ2øáÐ52º6Æ2_±]\¿ ЬØvçV°v=–³y¬¨°ªâ†štÎ…tçÍàXüÆÍgcs¢Ã2mLW®)GÙÜ×5ì׿zyy(÷8:õ-¬ÉâµIK™ÓÔ–;g·ñÕì†ÏS=Q²,i6|)“Ý̉ܿ„ osÓô;‡×A)v¯ôbòÒþ8Û›“|fS>ÈÀÍùi’'ª?W0f&C²µ§'–wÿ"ÒÒE»5ª˜ö‚ ‚ð"Û&ØwšÂ¨úo±pQoü¦^ŒcËÚq»¸+ÃBánò€„˜˜Û9RQ[ gÝø‹¤6ücÅÖ¼íDúCiøöîêÍ®ËÏÇç?“Ìõ›i˜WsÃ>÷®mèÒÉ cçv8½Ý”1sWs¡Çt|Lµmj´§‹klÖ`Iÿ#øßWñ Š`ÞÀZ˜-¼ÔD„÷fó¶kŒg¥í»5üÚ`C|ØÇúÞ Íûïòº»ü¼x°}+Ã÷'q¢'Nyo’6FÛ0¯LÝÊ9†tÈ_lSR¿tkÖàA1íÖ.m«Üðòözd³’ÎÜ%q°¯[` àß”J×}¼‚ó=gÑÐÌHþÕ«‡:Ï,Øó°=¬žä‹@[Oîÿw3“ §<}>²­å&ÊÕöͰ¿ÖˆËVóûÀÙøZª(çÑ…w<´›Ö%cÇxè<÷'zR>9Š$lhݾ3­}í0¡!MKh ‚ /d± ª M™¶ï}NžäjŠ5n¾ž¤†vÆ/ìz~λÑÓi×m2œèòÙ&V~ìMÎõ_ù À¬ }::ad©Õ˜Ljœ îg€……þ÷›U¥}÷z0éîjð±+¸Yæ­ã\L‡È fT zúXÅëIdáœï=VÕê`Ï¢ïj÷ ˜XãìZÎÄq?‡|›{Š3Æã»Kl,@“vŸL o*Ö˜y4«W» ²)êWΧZÒ¸«wn¡ `bOó7êÁ_9wGCCGcùÇS…hæ­“\Í´¤aÜBÛ}<_¶¼Ò©„Ÿâ»|-³‰Ú=Ÿ)Áßrð÷[<0³Á&S SÉÔ€Cƒ!Lè´•I}|¹ôúàÝÖ®XªŒd ‚ /N±;bEj7ó§6uc5o-¼~Ìü§Ë^_dzVŒÙ‘›‹fñýÔñ„½±“w~ÐM“Az¶”à“o&X[@fJ&šÂn£ï³…Š‚‚)-çí$¤•õ“ïÆÜÖ•rÄå©9¦(h”ÇmMÌM@£)x¨âŒÁcÍR2@emyQvèş4+‰Ý•«OžéW=yÌhþépL1bŸ…ÞBæÕP>èÂýž³YÜ'u{ǽˬ‡vXÔ!àÛ3tü)ŒÕË3±ûR¾ìµ†½‹ß¤’±íAá(¶’Ç®iŸ‘ >S¿ G…V'ƒºÓ(Æ´ãÆ­¯ù~Q4—â³°tk‹;áü®ù•%ßœ¥Ó˜†Åÿd§™-µ\,ÉŒü“ÄìNØèR@“Ì©½W¡J<*êMíä‹»:‡s§S©6 1òÞd—\ª‘ÇñàШªÎ-$F3fj³bÚmb¤ÝI}ê{¶ÕÎÍð²\ÌÉÝyСå4IDìº UûR¿’‰ñüËÛ^;vĶSÜóo[`û¢öYðyËOÛ.˼*š~ú—ñ$è“þ¼Z˨NlU5Ü~²v¶¢f»þÌj÷>–w¡Ù´ùì ìÊ@cØ#‚ ‹Xl+Ü;6—É»R ÆpBºc©J¦Qe8u:Œ-ûS¹ æmiì¤ÆÜ±7Sß_Ì{߯qê³NÔ˜gƒµæ>ú>"©IÚLj¶ïî³”Ÿ¾éÓ#OËáѱ.L=ÄÅûC¨Yéq’qlsV§ÐÑÍœ¨K™ž‰ïÌê[ê. UvþL ¨I×åÑ×&ÁÝ©˜Ï•«¦tèF-#|ßKIÆÈI8ͱ[jøÕ.R±mè˜ú4SYÓnójøz•ã,úþŸ´*ŸÀMMsÞëÚžO†×¥Ãü r˜ÉàˆÚ³€À} mC†é§"û—g…ªR{&ôÄÿ˾ôTOcd—ºØf_ãd`W¼>Å]äQö4Ç1ç6'6Ïãó#j:-„—hª7£&sY²÷~¾T±|ÀÅ„ÇNfE‡³vw* jPQÏñßb@í…•I¡öÔHÑuŽ‚ ‚ðbÛéçY2a=qØÑ;x,¯”ḩ«‰µ€ñïþǦ,[H·*&€¯†„ó]õi|±vgãr m ûÔmÚg=Oó‰)Õ:¼GìYl8v‡.ÿ°{¼+ANÄ’á„F¦ƒ­'Ý‚¾'øã:ú÷µª¬i´ƒ-öS˜±b*B³k\[ -@9 IDAT¢QÝVѪí⎑ͭ}ßñ»eV¶°-ÚæCÇÔ§YqíVÙâÿÙB œLÈÞ„¨*á3pݺT§á¤­ü`ý)Ó–¤Wp.Íy7d3úU/ÚÙ6+|&neW¥éL_:Öd*¬«yÒ±eµâùkR·6­pû>”Á½`ãæÏÐÐ ¾£ýVžºÃY·ðcçñþw¹¿3©®P•úoVÅBÙ‰gصx1ŸFå~SMmF® áu@¿=5tž#‚ ‚  U𦣆Mÿjér’^>¯5 ìèß”"'ðKøÜLnÚ¡ 3«‡qyƒÿÓßæñ"“vŠé­:³Ù;'æ·ÀÚ˜}g¿¤š ‚ ‚ð·$:*’•+V°xYèN H÷€;ÚWâ¿§=ž¦mŸ äÊKù{þ µ‰ƒÆQÿR0Ã"‹þ“à/\Z1ÐDfLhbÜB[AA0ˆ¿í.MµûVÌ‹ã{ÕËù]Ñ`êäLj%¼#›qAA¤Ø~¾XàÞoŸhÿ5ôÇx†¾Lpï5 g95^>ÍAAŒŒ‰H ‚ ‚ Rl ‚ ‚ ‚Û‚ ‚ ‚ H±-‚ ‚ Rl ‚ ‚ ‚Û‚ ‚ ‚ H±-‚ ‚ Rl“œxö>ˆA Ï‘^–ìRîsö›Ï˜z¾ôìÊø‹Ý$.GNŒç2gš{œ^ÿA«/’ñ²úø¬ÑÜãÔÚ¸òâs´/“ëaŸ³èÀmÝ¿>«¤s}Û<‚÷Ä¢ïtJÿc3ó‚7p.Eyñ´N•(‡•Õ|ÿÜsx™¹ž½yWb»ðb;™3Û`ßù»¹ %ã³Ú¸àñá…Ÿ”J‘Ç÷²ûT9ÏÀ®ã«±"<ŠÌÒ¨Y’#ééGŸ PöF?‡°/‰–E™³gK%š3Í~YµˆUcJeÎËB\*©Y7êUêUuÄÞÁ§>ûIŽÛF¿ºÎ´šy¶ð æ¿®]ÊׇctFŽ—Ìkkùxìröÿ¥çI¥ry;_ÏÖ]ƒÞã—/§0ç¿ XªU¥›ʬF%Ìayóý³ÈYe$éËáef>^ÖëÙKV/j±“Èá¹½iä숽ƒ3¯ôü‚ƒñÚ“Y¹ÇÑ °wpÄ'0‚§x²n°¦{쿪ºáÓ¾£C¶s)ESrÛTÖT÷ô¦ž›êÂÔȸÌò0>ìY/SdG±±ÿ{¬°ÍÖ_ÖÓ§ºùsXu(–E™3¡ “É…E·EE¯…aìØµ“í3›amá@OoêÕ°6N‚2f¼h’8ðY0'Ý&0¯oMtŸ)V4B€Í¦/ÊâØ‚ ƒçòsí)?1pÞAÒ^yŸ^Yµi[rf¥?B™ðu Øö x|¬Ÿ\àQ2I޹û蟦¦“}èó‡ØxþW¿ÁW;ÿMŸZ%¸R©kÑåúÿ­£À™^«~¦‡]U¬M_{eÎ^r8±ïêv›˜øž?hÅô­áe2^²£·³`g&Wôް´S¾CG5dÕ¬Ešø ÿ°*¹‘üË:ö¥xø†+æ/Ñ9e<^Vò‘ÿÿvóñ¢]Ï„¿Ïá><‹¸ÓgH¦"o͘ÍÌ93én ÷ÎüÆíÔl˜´€?PÓvFìu›Sup87cã‰:ÇÞÅýñ4âv0vØ7ü•UÐâÊ>†y;âö~·²õ]nÚΧ¾¹ ¤riã8ºÔwÎ]Iwöæµ™'I{â-1+;ã¬]io2G»ß6;ŽÃóÒΣ2öޏ4~‡ ‘º÷âfÞdûô^4vÍíÇ­íÖ]Ïk›ž> °óÉ•#³? }ƒÚ'δ :•ûˆ>;ŽÃóèÜÚ‡UòŒ¡Idÿ´wh]¿æ£' µ[ôfÚ–?HU ´Sߨº´ÌIâØ²atòvÒö׉Ï?~ê‘wÎ õÏcÎt-˜˜ËÛ¾®¹6¸·'`ñÏ$Ùñ¢ãˆ¯ùýVŒÂ|(Ëq©d‘–™û> –6\?:LJÊ ¬áH˯þ|¼‚˜“į¡#yÍGÛ¯kúoŠ|t<ãÀhšimvjø&“¶\ìcÞx)vÌæ{p¿™¶¤_ûÜä©×_3œ_{ú©‡X‘ÌS»²•;]{4Ÿ¾üÃÅÜpí ;7ôÙ£ïXYÔŠã:rX9¿s¢XË—³ Ò®°yÒ$°7°;-¼jàà #n iS¨ÿel> º¦’óŠ{=+Ò5óÛYšy·$}C—ÂÎ1cúù÷ZÙ6¥‚³¦\æôÎfüÌédÀ£{‚˜õk6xO%¸—‹AƘXVÅ÷ý9l¸wŠÆS΢9±ŽQ2¢VÁkCŠ¢œ0tÕ®"`Ì&L†,dkOO,ïþE¤¥ËS+Ov=–³y¬¨°ªâ†šTNÍîÆÛKÍé÷Å&‚½r8½æS¦ ø€ Gö3¡^žååG§¾Å€5Y¼6i)sšÚrçì6¾š}â‰FúûmV¸Ç}~ÿß^~·AèW¯â¤Ü%¥JíÂí®“Â•Ã?rÉ~4¡ Û`—Ãoa_2÷ãÎ\É:†÷\0+´]c_סe:çBºófp,~ãæ³±¹ Ñá ™6¦+×”£lîëš?NŠé_‘44œ勃G÷£–4¾”ÉnæDî_BÐŒ·¹iz„Ãë Æ»Wz1yiœíÍI>³)ŸNd`æü4É•Þx-ãqù0 µœËö9-(˜ÙÖ¤'ò´Hç÷ù=x}î-Zÿ‚õ~Õ1½MFCG̉ÍmâÚ•‰Óºàf™Ì‰µ|ñq?*×?À„ºi^ܘMåò¾‹(uñ®¨2(_˜UnL‹jüpè]cùèZþ_ÿ˜I£/ºàbf¨ö…Ÿ=ö’ÛÊ’F†åäBì¬]D¿êiôÄZ¢Žœu;_¼šÃ4øóÈQ®8ŽfÅâ¶Øåı&ˆà'ãÖ6…ú“Q¶æÃ kŠþœgñ<ò½æYÚI)çÝôe ]ôæsã__þFŶ ö¦0ªþ[,\ÔÿE€©#ÇØ²vÜ.îãʰA¸›< !æævŽTT« 5»Zªs–›DsöV&ä)¶Mì:±ü||ÑŸl'G‘„ ­Ûw¦µ¯&4¤iÞ§†nxy{=JBJÒ~‚ÿ}¯ æ ¬…9ÐÂKMDxo6o»Æèzõž:Á”¤Ã,Øó°=¬žä‹@[Oîÿw3“Ÿh£¯ÏÁ ·3/5ÚÓÅ¿56ÆøŸ~»ÇYå¾Ïµ ]:ùctìܧ·›2fîj.ô˜Nƒ‡ ë#ÏØoïói™ÎÜ%q°¯[` àß”J×}¼‚ó=gÑÐÌ8þECcÌYÞ8xdwË1L”«/í›a­–­æ÷³ñµTQΣ ïxh7­KÆŽÿ0ðÐyîOô¤¼žx-ª=¥—¦káéíõ86RòhŸü#s_ òG;Ø8³ynL<^DÉÕн+½ÞÈÕ°mƒ,ö×ÉŽŸb[7ÿÍY¡ºèŠÙœH®ßLüšöfæ óÊÔ­ ñ—cHmœkH8ô5Gr3¯s5L Õ>ùÇBÏ =ö¤%-ÞKW#Ãrr¡vŽ5-’_£ªÞÔk:rÙùãÕÐfáÚ†Îý°Úû(ª?*_ÜêkcZ˜ÿîåËÖ|pMñ±ÐŸó,žC¾ç ím糸¶õZVÒ¾J¢‹ú®î|þ,æðo´Tš2mß%Žï ãÛ°]D\ÞIÏSŸ³>ìz~λÑÓiW£&uë{SÛéú„žz›Bwž9ä~§*í»×ƒÈc\¸«)^úlŠú•ó©–4îêýø$4±§ùõàÖ¯œ»£1šEÑÐsf&¶¼Ò©Äœâ» “¨Ýsèß¡!Õ+;bïÜ„1G5‘J¦F¼¾¨q©+&|»x=]üè’°B-<ì 9ºào (ö<ådp?,l,054_˜Xbcš´ûd> Ýœ8|ý JÓyµŠ©áÚpnè³ÇªHñ^ʘ“‹ãúÛ§1ÖŒ™ÃL*Ö¦®½î¸-¨M¡þ—ñù(èšRXΣ´r“‘줔ó®Ñu*¢.úòyi\_^¢•í‡#U¤v3jY7VóÖÂ+`áÇÌZ±ìõu\0kÅØ™¹¹hßOOØ;PYgxrm÷¢rŸãëla<;-êðí:þÆêe‹™Ø})_öZÃÞÅoRU×{SZÎÛIH«'ÃG…¹­+åòÝ}hïôIa}ZXé¶ÓÐY-ÔožÞÜ(ÅïCQ¹²ä¹R=y #ùW 1gE¾K…Ì«¡|Ð7„û=g³:¸%Nê8öŽ{—YJáñZéEË|cj Œ }[×Ô¦ ÉÑ5î1±ÀÚ2S2Ñ’/ÌM) ²¶Æ\»´‘»¯«h±´•M‹ ½!ç†>{Š’ÛJY#Csrá1U$¿ÊÇí-b¬3‡·µ)Ì“„26…_S Íy¥˜›ŒbgiçÝ’ôe ]ôåóÒ¸¾¼L+ÛO¯|ıkÚgDdƒÏ§_УB4W’AÝrc†2¦—+Í¥ø‚×N²î\åಡ¼;÷Jîyï7”×]ÌŠ•u¿5ÛõgÖw?slVnýß|vÞÎ l, íNêS+j'_ÜÕ9\9J5ºÔ­ûðåAí*VùbJíÜ /Ët"¶âž3 êS—RT»sŸ($sjïU¨ÒŠ&ÅëC{Q.PK­6'w_äÁ£1“ˆØuª6¡~%ãúg †F›³BÏX~Úv \ZàUÑ„ôkG¸Œ'ƒ>éÏ«M¼ñöi‚OUµAñú¢Æeþ1ã®Nçäî yw˜³¿bΓ™-µ\,ɼý'‰Ùä €¬8þˆ÷ªÚÇñÙÜÚ³ž¦­ÐÞáQ6H{CÏ }ö索‘á9Ùp;ƒü²Ðk:rV±çéyÄr™Ý׃r^iä&#ÙI)ç]£ëTD]ôåóÒ¸¾¼|+ÛÚ„wïØ\&ïJà 莥*™F•áÔé0¶ìOåzx$˜·¥±ÓÓA³²3Î+ótW³+–¼ƒS_ï£IÚLj¶ïî³”Ÿ¾éÓCOÍl¨j ÷#¶°ó¬7=¼òóÑá¬ÝŠGƒTÔÄsü·P{ageæÕðõ*ÇÝ]sYôý?iU>›šæ¼×ÅŸI5éºü#úÚ2¸£;³ã¹rÕ”ÝÈûÍ„ªJí™<Òÿ/ûÒS=‘]êb›}“ €¶þ>]âõØiè u!cÔÒv•qlsV§ÐÑÍœ¨K™ž‰ïÌê[‚ʰ>ò¡KË®íùdx]:ÌÀ ‡™ nQ¨= ܧÐ6dõ-É·G²¸þECcÌ™®o¨Ìˆ<ÊÞƒæ8æÜæÄæy|~DM§Åƒð²MõfÔd.kBÖãÞÏ—*–¸˜mP¼Õž²—ùçÑIƒjÑeÙ‡ô+7…Á~µ°J‹!Öª ï´)NÅŒYÊáѱ.L=ÄÅûC¨YI¥?_9 §9vKM¿Ú¹…Kö-þ·þê¶kië`R4í+~nè³§0[ËŒFž“ µ3o¾oPH{}±Ö^GÎz5ÿyd¬VâXV—±ù0àšB!9ïyäûG¹ùØù,®-Eº–¡¯’è¢7Ÿ·/¾m:k¾2†Jû2ÑࣆUEQâ÷Š:¨Œ¯ƒvJïÍ(ñ ñJbB¬re{ òZM+PL›*+Sn'Ä+‰1¿)!í+)7, êJJ-ßÎÊÀ™›”‘q:ÇŠÿã[¥w”Š–(gcž<«\ÝöO¥usÅúÕʵ˜Êç^(]”¿╨“”¶.VƳ©í¯Œ\w2מ„xåöÉÊ€Wìr«*)>[”kññJâíß•-S»)>•͵ïµV\[UöÞÔ¡Eìee×çï)MÔÚö*źš§òê'û•è‡môôY˜O½òøøÔ1}vk߇ccÅ×Õ2÷¸­§Ò-èårlÑú(hlZÆ\T~ê®ø8˜*€báÒ\ù0d¿r=N‡?Åô¯HaÎòõwQùnH+ÅÍÁâ± nþʰУJd¼¶Mü åèÂ~JÓjêGmÔª*õûlTþˆ3À‡1.ÿÚ¢t+âô‹óĘßOíö(&0wPW¢ ê#r·PÅyø~å–®qг±¿ÍVš”Sº¬¿¬$š/n+§¿l¬˜ZvPÖ\ŠU╘ã3/¬”×´ï/²ö…œúìÑkkÒ(ï«d1ž'ßrNèŠ5]9ëvZ5‡·yÛàO™šC®)…ä¼ç’¥™wKÒ—1t)ä+®mºk¾¢½Îž>©Œ>Tv[€ À¿y@ 0 è ¼ 4<gí­QyÀB[G›È4<Þ¯¬È] ‚ ЉƒÆQÿR0Ã"õ|ÃL—VL 4ÑŸšä-™×غé2Ö?¤EE•hTF‚̇ ¼„˜‰‚ †£vŠyq|ï Òý1kEƒ©“#–ðŽvó`ÆÕïùîÏ ¼6· /s­]™Ax‘m$‚ ‚ ÂßÙF"‚ ‚ /Rl ‚ ‚ ‚Û‚ ‚ ‚ Ŷ ‚ ‚ Rl ‚ ‚ ‚Û‚ ‚ ‚ Ŷ ‚ ‚ ûb;“ëaŸ³èÀm=¿¨õ£¤s}Û<‚÷Ä’óBûqŸ³ß|Æ”Ðó¤—– š{œZû/W^,=AAbû¹Õ_iW›ÜßêŽØ;8âàæÇäc)E+µ¯­åã±ËÙÿWFÙs0ã³Ú¸àñáÄ·RV)¤\ÞΗCdz5æ.·s’9¾z+£È,n¼¤^dݨW©W57^œúì'9nýê:ÓjæÙ hÍ~]»”¯Çè¾13Æœ ‚ ‚ ŶñЍDÏíM#gGìœy¥çŒ×V)Ê=ŽNh€½ƒ#>¤<õû²)üô6ÃVåF*¨+Øb•Õ- [“ÄÏ‚9é6y}kb^ÖfEeMuOoê¹9 .ö YÑ`x6{˜¾ð$©ÛÏ䢌ۢ¢×Â0vìÚÉö™Í°¶p Ž§7õjXç$0Êœ ‚ ‚ð²aVZ§üÄÀyI{å}Fx]dÕ¦ lÉ™•þX\eÂ×1`ÛƒàñM°V=ñÆ´‹„m‹T4[tŠí}œ‹ìDvôvì̤㊾¸«ËନkÑåú—´Ÿò:ª!«f-âÐÄoø‡½êïá9 œØw u»ML|ÏŸ ´búÖð²7g‚ ‚ ¼T”Ò\q§ÏLEÞš1›™sfÒÝîùÛ©7Ø0i ¦íŒ :Ùç11'…„ c^¡Šƒ#öÿà?‰O-£IÚÇ0oGÜÞãVöS{p¿™¶¤_û\4‰ìŸö­ë×ÄÞ!w«Aí½™¶åR•Grdö´oPCÛÆ™VA§r· dÇqxþ@ÚyTÆÞÁ—Æï´#’ M{»ÑÜ«&Ú¾kµ `Þš†½î‹‹ƒ#öŽ´²šs´ƒeß ´#N}rÿÑ‚¾1tÙf†ókïQ?õë#’Q š M{»Ó«Æ#ûœ¾É¤-×yjƒMNÇ– £“·“vüîLÜxþñS‡âøY™7Ù>½]sûpk;„u×óÞ-éÑ"/JiY¹ïjiírýè0))?2°†#-¿úóñÖœ$~ Ék>ι:º6¡ÿ¦ÈGÇ3Œ¦™«Œ6g‚ ‚ ¼L”Òʶ)œ0å2§Dp6ãgN'ÕÈØĬ_³Á{*Á½\ôX¡2UË™@yltÜ6(Š’§ÈLåò¾‹(uñ®¨]éÕ¤påð\²MèÂ6ØeÆð[Ø—Ìý¸3W²Ž°á=Ì4÷ùý{ùÝv¡_½Š“r—”*µQ“Ê©ÙÝx{©9ý¾ØD°W§×|Ê”PáÈ~&ÔyÀŸG~æªãV-óÃ>ý2ÿ šÌœI‡ñ=wA¹´‰Oƒ&3°v+ŽLö$ÿ†˜ÂÆÐe˜TnL‹jüpè]c™¯Ø~ÀŸGŽrÅq4+·Å.'–ˆ5AÜÊõ0¡®Hç\HwÞ ŽÅoÜ|66·!:|!ÓÆtåšr”Í}]1ÓÁOåG§¾Å€5Y¼6i)sšÚrçì6¾š}Âp-êü¨Â¬å\¶ÏiAyÀ̶&å8‘§E:¿ÏïÁësoÑzø¬÷«Žéh2:bNln×®LœÖ7ËdN¬ ä‹§42Þœ ‚ ‚ Åv 1Á¾ÓFÕ‹…‹zã¿0õbä[ÖŽÛÅ}\2w“$Ä<ÀÜΑŠê¼[ ¬x}ͯ¬÷³.x»N,?Ÿÿ@N2×o¦a^Í û<Þ[¸¶¡K'l€ŽÛáôvSÆÌ]Í…Óñ1Õ¶©Ñž.þ­±yX&ýà_Å+(‚yka´ðRÞ›ÍÛ®1zœ•¶ïÖtòkƒ mðaÿé{ƒ6ï¿ËëîjðóâÁö­ ß{œÄ‰ž8å­A“6FÛ0¯LÝÊ9†tÈ_l?á{çŽ~Øí}ÕÅŽŸb[×Óä™»ä"޶óu` ¬ü›Réº/ƒƒWp¾ç,šQt?Móû¹`C4ÎÃö°z’/Vm=¹ÿßÍL6T‹zõ ,XM+ÖÂÓÛë±6y>O«$ÿȜŨüÑ6ÎlÎSQ¥}2báÞ•^oäÆGÛYì¯?ò‘FfÆœ3AA¤Ø.)ª M™¶ï}NžäjŠ5n¾ž¤†vÆ/ìz~λÑÓi×m2œèòÙ&V~ìM¹’œ“Áý °°±ÀT¯2Uiß½L:Æ…»|ì n–yë8Ó!2¨Uƒž>VñzY8ç{Uµ:Øs†è»Ú„šXãìZÎÄq?‡|›{Š3Æã»Kl,@“vŸL m2©X›ºöp(ú.9¸’õ+çS-iÜÕûqjbOó7êÁ_9wGCCGŠî§i^?Or5Ó’†úvñÂÚÛÅ µð°{¬‘Fœ3AA¤Ø6Îè©ÝÌŸÚ@ÖÕ¼µð Xø1óŸV,{}ÌZ1vfGn.šÅ÷SÇöÆNØ–pL ¬- 3%Ma7Óõl1FQP0¥å¼„´z²LSanëJ9âò¿ÇÔS4Êã¶&æ& ÑF´}ŸpŸ¥üôMoœyZŽuaê!.ÞBÍJ« Œc‹˜³:…ŽnæDXÊ´ðL|gPßRwq¤²ógR@Mº.ÿˆ¾6 îèNÅìx®\5¥C@7j¡-É9 §9vKM¿ÚÅ.¶U•ÚóÉðºt˜?€A3Ü¢Q{¸O¡mÈ0½úuœÉ#=ñÿ²/=ÕÓÙ¥.¶Ù×8™Ø¨…º¸û1iP-º,û~å¦0دVi1ÄZµá6ÏgÎtǬ ‚ Rl—ôó,™°ž8ìè<–WÊ4æÓÕDZÀøwÿ‹‰cS–-¤[“|l+´”Ï÷m$¦Tëð ³f±áغüÃîñÎu:K†™¶žt úžàëè߬²¦YжØOaÆŠ© ͬqm5ˆFý‹_ügŒlníûŽß-Û°²…-Å_¶¢á¤­ü`ý)Ó–¤Wp.Íy7d3úU7âYá3q+»*MgúÒé|´&Pa]Í“Ž-«åÎóÒ[eMÓiÛùÞn ÿ D¿%9`î@ãa›èÖÆî9ÎYA1+‚ Â‹Šª€?MÓQǦµt9I‰ /Ÿ×švôoÊG‘ø%|n&7íЄ™Õø¼Áÿåùfˆ´SLoÕ™ÍþÛ91¿E‰·F‚ ‚ ¼¬DGE²rÅ / Ý diÀàpGûJ|âï÷´ÇÓ´í³@ÃãO )Ï–6q sÐ8ê_ fbØã-y¹ÈàÒŠ „&ú3cB)´AAJ¿í®PµûVÌ‹ã{ÕËùÈ^Ñ`êäLj% ÷ð IDAT¼#›AA¤Ø~¾XàÞoŸhÿ5ôÇx†¾Lpï5 ‰qAA„RÃD$AA)¶AAAŠmAAA¤ØAA)¶AAAŠmAAA¤ØAA)¶IN<û?Ä …çH/Kv)÷9ûÍgL =_¶ì]ô£¹Ç©µÿ"påÅçh_&×Ã>gÑÛºýTIçú¶yï‰%GOOélf^ðÎ¥(/YLO£"‘ñ»7þH\NÏ7ÏŠ¼þ—µù(ZHÞ)¶_úb;™3Û`ßù»¹ =ã³Ú¸àñá…'E%Èã{Ù}*‰œg`×ñÕ‹XE¦ÄåsÓEI½ÈºQ¯R¯ª#öŽ8õÙOrÜ6úÕu¦Õ̳…_h4wøuíR¾>£»ˆ(JŒRF^[ËÇc—³ÿ¯ ÝT )—·óåÐñlÑ5è=~ùr sþ›€¥ZUº1Yf5*Â}Wr!=ýèÊÞ謂óM‰‚UGþ1²vFõ¿¬ÍGÐBò® H±ýŒOàDÏíM#gGìœy¥çŒ×&UåG'4ÀÞÁŸÀžZh˼Âü¹ÅPþWsæ].A:PYSÝÓ›zn¨ S#ã2Ë~Àø°dIì¼draÑÆmQÑka;vídûÌfX[8PÇÓ›z5¬s‚%Æ ½Š'qà³`NºM`^ßš˜ëlhEƒá!Øìaú“¤T»Ý=κð»xöy‹šêRžŠ2ª‘ÁdG±±ÿ{¬°ÍÖ_ÖÓ§ºù3¸!Ñ‘Œ©Ý³ðÿe²8¶ e’çúsí)?1pÞAÒ^yŸ^Yµi[rf¥?B™ðu Øö x|¬Uvji]² ŒºýWî¡¿ÄÂßœN컆ºÝ&&¾çO…GZ1}k¸ñÆ1bŒeGogÁÎL:®è‹{arùF ÕU³qhâ7üÃþÉ“J!ù—uìKñ&ð WJ½(“%“:ÓkÕÏô°«Šµé‹«]ñ¯$ºýÿÛÍGiŽ-B™ä9®ƒdwú ÉTä­³™9g&Ýmáޙ߸zƒ “ðjÚ΢“½n³ª':!žÄ‡¯¨ýŒ) ƒk’ö1ÌÛ·÷ø•­ïÊ|ƒÐvŽ8õ=È}%•KÇÑ¥¾sîʹ³7¯Í °ó± ì ìN ¯8hívjø&“¶\Ú¾œ$Ž-F'o'íxÝ™¸ñüã§ šöv£¹WÍGýÔjÀ¼5! {ÝGì=h7d5çhßT;Ÿ·.JiYùÿìwXTÇ×€ßÝ…]P¤X@,¨ EŒb¯ ÆMÔX¢‰Fj,±$–ÏX0jbÁØb#ÖhÔD±ýb/11bb‰±·( tQ:ìîýþ`¶PT4ó>Ï},wöÌ™sΜ{îÜÙ»ߥ†n<.#9ù8ÕiöÕÍœDM§B>¢£N®KCn r>ãðh»è±mÞ36m'æ¼K›ºÕtOoœit–t4DÙÂ_Šf hiŸ=y Ž× çŽ}ñN=ÊÆ°DžÚ•-=à·õGHóéÏUÌM·½±1¤¡s¥ÑF`Z «c8¶0-|¨VÑ„¹o,W‰µ|ù§ Û™4—äSó†Áñ—2hã94­'-¼«?y:êÚ´Ó¶]#õIgj"BiäZ1»M%OÚü†ç4½±g¤ïBåìg¬ç‹Ì»Å‘Uv16ÇJrœÁó_ÙVPÎÙW9w8Œ¿3~ç\"àV™Œ}AÌ:¥¯©÷®R¢JI’TpÂÖWëÝ\Cà˜-ȇ.fG/,þK¸E•§Vþìz¬dëXOTȰ¬X%©œÓ·—›3`ö‚=5œ[÷)S½K¹‡_'ÏÍ€ôˆß¦¾Å uYtœ¸œ¹lyð÷N¾šóg®F†eŽ63®gNâNáæ‰ß¸î8šUK[a§‰&l]Á ‚÷aÆ»+t.,èΛÁÑø}²ÍM¬‰Ü¿˜ic:sKú­ý]0Ó¦póÄïÜpÚ~ا_åÇ IÌx ¿ÑÓùz\¤+[ø4h®Í91ÉÙÍBèù¼íòx4›Ç®¹M) ˜ÙV§ æi‘Î? {ÐeÞ=ZŒ˜ÍF¿ª(D’QÏs¢³›¸tf´NÔ´HäÏõ“™ý”mób$^j%ñÏÿðíHB¾z'é!É]Q’ÊÕƒ—‘jMÆËFfR¼šUð¥iå ~>z‹ŒÎ¾X<¹–ÿÊ7Ç3©?»UÌLµ½ñÑÐ'³0±P ldZN0¢§k!ÇUGk ÖâõäŸûùâÕ´¹l$'˜”7Œ'£tù£V2×çŠýhB·Ä.3Š¿B¿dÞ‡¸žu‚M}«`†»×z3iù@œíÍI<¿‰)ŸN  Z~èJ«?öJ.g?K=_tÞ-†¬’°‹Á|^ò×à9ÛrìÛOa”÷[,^Òÿ%€Â“ÆØ²þ“½$áÂðƒ©-O!.*s;Gl øÒVÔê8¯Îù·yûï¸þ}{¬óöfמ•c ­¥&1‚¬iѦ-Ø!§ò>µu¨‰§—ç“‹€”pˆà¯oàÆü€˜M=•„íïÃÖ·]§ÎS NJ8Æ¢M‘8ßÇÚ‰ °håAÒO[™”«!™CÚ×3/*—–thç‡5ÐÆGâ¨÷(vÿÍXw‰Ç™·ì2ŽƒvñÍä¦Xø7¢üí ^ÅÅ^³¨göXN ÚûµÄš–øpûß¡e¿wèR[ ~ž¤ìÚÁˆ§‰ŸàAùDÓõ|QvQØÔÀÃË3'†’óè•xœ¹K/QáƒÝlžÙ$Û69‹(Ù6©Ý™Þ]ý±ZÕÍâ÷GOlkVÀ8 ÆË'–Ù2«µ¡“‹½4áܾ›†yåšØ›™¯æp¯±W£H]Ìj‰;ú '4¾ÌïP…©¶7!FÜ è“VÈXx±62-'Õs¬¢PãUé®þXK/8ÿ Î¯¦Ïeý9ÁÌ”¼alüµË–.<Ž—–tjŸ=_ÛuhÓÛ3o-—zLÇG%£Œ['zºé„6r'c÷½HÒTí’'ö¤„ÿ=“œ]Òz¾è¼[²ŠcåCýùüYøP xÎÛH@V®Ó^áôÞP¾ ÝKØÕ=ô:û£Á®×¼9ÖÕªãîí…«Ók¼r1×£¡‚)£*ÙMq–u‡2¾½ŒŸÞk@럱áD8éFtȼwšËép)¨1•qÓµ?'Cüí„|_¦Ì¼w†™Ôkë–ØŠ Ó¬z>åxWÜí!12û- ™§¸˜jog¯œä#·§I×:pïh ¶WåZØ“HäCÝ]åV8»”ƒä’4…³gi°K}êlÓ “çÓÅ>Û–«›]Žm‹/9UFI ²V¡05^åX«@›–Dæcjb8üÍHÞçõŠ ÓmoBŒÒ§p±ð‚mdbN(üÜ7Ü>¹±VT?™’LÊÆÆ_Êý‘½äT‰6Ýë@øI.=Ô™Dü2—mëQµ‚#öÎ ó›2R Ôç¹å¦ÒóEçÝ·S!íb(Ÿ¿ˆë‹@¬l?£mpmì+ug-o-¾*?f~lÉŠ.¸dÖœ±3ÛqwÉ,¶OGh×= ªóñJCöóלúùV;J U-¿;O»_CY»b)º/çËÞë8°ôM*éß«‚„‚fó÷° yîé+ÃÜÖ…2ùî:t+ö’Áý/†eª,õëi’W( Õ<Îʺí6y&ÈrŸ+PŒ9 $´RÎ'äærÐj³?cÈžf¥Ñ.õ©-Ð6¦Û¶°ñ£§ÒQa¥‚ÌäL´¦Ä« Í 9dVV˜ën­5Ñùæ´Œ¦ËÛRAQÛ›#†ô)ÌÜzÁ625'”7ªgD¡ÆU6æ@!c­ˆ~*JÜÔÆØøåq¥ÌÇÍãðG‚Ì!¼ÛI½æ°6¸NÊ|ò³ŒUÏ!7•ˆž/úzTY%aCùüE\_beû™¢‰aï´Ï SƒÏ§³éQ.’뉠l6бÃÓÛˆäJì³zÉžÌ"³¤zëÌúþwNΪ˽²ç¾ä*¬Uö õ©•¥Sj+5\?—Je7wÜÝn¸V´Ì7§•Îñ´H'lçYéQÃ$™úô,u:óËeRÿ§6°½W¡RC¼Ë#TLÔ³4Ú%»O_j+Ó9óË¥¼;LŠ(¯pñ’s£jK*dÞ¿I¼ÚDûfÅp-jWÒÝ ª¹·o#*š3¨Ã“`’íMCú˜ /ÔF¦Ç°ézJ&Ke(ÖôäŸç:— ë§Rë\h9{àT¬›œô['¸Šƒÿo ¯7ôÂ˧!>•”%3¯‹“›JHÏwKÜN…´‹¡|þ"®/±²ý ‘xtr“ö&Cµ,¨…,‘úàì¹P¶Jåöþp0o…¯SÑ^¬M8ÈÈVýØï³œ_¿íƒÓ㑚YSÉ’¶±ço/zx>ý¹¬Èý¬ÿ%·ºÕ°ÑÆrú¯(Pzbg)óÊ4ð,ÃýóX²ýcš—ã®¶ };ù31°:W~@ëÉ iWu,×o(hØy† +߆Iyàÿez)§ñQ'wlÕ·8ØéÚØ–Y%Ö€žE©‡Ë·áÿF¸Óvá ;ÌdHÓrDì[Ä䃭 ÇÛ‚|{CMÁ =)ývÉîÓ‰ƒkÐiÅû (3…!~5°L‹"Ú²%=[Ež‘xÑ«jÜÚ¹ÃÔ£\NJõò2£öÕÄãä=%uý\³ õ=þ·ñ,ÊVëiå /œíMˆCú*^¤ ÃFõÌ›oêio(ÖÚèÉ?¯?Ÿ¹\¤XV–2èâ&ãäæ®M¦]Ms"/gÚþLÌ Ì¶MÕÆTgël¤ö€T´HárœºØ¶(Jnzz¾è¼[²Šcƒù¼MÑuÓ[s/¬ØN¿È²ñ‰ÁŽ>Ácy­ €/Ÿ®Lä¨EŒ{ç'äŽ\±˜nåç'¬ò½D^ÎAÓbÈ2&ÌyƒŽßº?Õ^ž½K—òiDöË|¬]ýùhõº8È[ü?_Ì €I,Ú‡²òø¬¡[§ª4ÚÍ6û)ÌX5•A!Y€.ÍS`þb,ñ™°ƒ½å§3}ùt>X— ȰªìA»f•³¿L)³2(³’A=‹‚%õ&îàg«O™¶â#zkPUiÂ; ö2c@Õ"ÛZ](=K£]²ûl4mÛí¦ðYÈD,Ó€¹¾Ã·Ð­¥]‘ä.^£ rÛ¾Ô˚Ŧ“èô†ûª¹wð{þ±hÉꦶȀ¬ðÝ|{Á¿ÍyúÆ&ØÞ„I3 úoºªK ÃÆôÌ“o¾ë`¤½Xó«_pþi_í¹Ìå¢ÅrióÇã%Ìt– $<l=è´àkeǹû6,¾ÇØyAôû>ûâ£,W ï7+¡’x(ú,rÓ³ÐóEçÝâÈR—€] ås¿ÊE×-AOÍ!³k)÷Ÿr@1jİô¯–¯$!>NXI (-hãØ=°„çý#©ièÁOÚY¦7ïÀVÿ]ü¹°)Vdqc‰?MÖbËùõt´• 峑à•ö‡ú!m2³j(W7ùë}CÇ çeÑSØEðŠÎêU«Xº"d¤)À#àîˆÏõ÷Gºóiºöj@hsÝòJraZà%Bî@‡ Oð¾Ì„Ðpýoå ƒ+«ÆïÏŒñ ³‹–Ì[ìØr«vïÓÔF&lTÂ@Pˆ]EÁK†²öPVÍa»ƒLÿãJI‹ÂÉ‘Ëé©Û<˜qc;ßß,GÇy y•kíâØH ü!%ØF"@ øÏ#¶‘@ /¢Ø@ D±-@ ˆb[ @ ˆb[ @ Ŷ@ @ Šm@ @ð2ÛÚ$nžÜËÖ5kØu'óÕöˆ”Äßß~Δ‹¤h‹Gœ]ÿ“W_.ø|^4qüuø2´¥h …"“Û¡_°äð}¿<÷2û;Û;ç¼/Í˨Æ¿ü²ù81•×Ärè‹Á ^|¡|ÿŽ_ ‚—²ØNý“ÏzdĤ™üpû/¶5‰œ^»„Uû#ÈH;ÍÇ # @û€Së—óͱ(ãŧ6cӻѡÏëô[~”Ü?Ý&¥~ú¿œM(ù"/ïŠSjßZχcWrèߌRXh]`VË*¸½ÿsÑ‹-™DòÕ]|9l;¢^®ŠM›Æ‚^~¼ÂȬ'¾?¿ëg^|Xü¸Ò£%a÷g5~@ ^h±­‰çؼ>ÔwvÄÞÁ™×zÍæH¬îj)=â·ñu±wpÄgrÉ’pNv1f†…9˜[šS¸_ØÖµm|-ûRíÛ¦ü–”óSÉWYð.ãBï”Þcm‡?æLÍñÌï_óRç+ªzxQ§¦Ê"Ï$KêŽX@ õ>¦/>Cª¾fêpÖú9bßõgòÌÄ]oaïЊe·³€‡ ¬ƒ½ƒã“£b­†t<‡Ÿ¯¥dû_J`GWGì[Í¿ê"ª­Ž`óÀ¾¬²ÍŽ?6ò^Õgà}1Z"v/&Ïcü@ x%0{ž%ÿDÀü#¤½Ö‘ž—Y³e“›q~µ?ªK!Œÿ& l{<®!V2á68Ù*)ïb‹¢p¤b·Ž¿eCy•ŒöGÚ‘ª²æe2«:r‹ödÒnUj+K¡‚Ê \½Å•S¶>ÃFÕcͬ%ð-oØÃK’†äèx¨2ˆ¥=©"O#îæ)¶-]H€ß)æŸü€ª%‘9œé½æwzØUÂJñ’Úýe¿@ ^*žãºP1çΓˆ o͘Ã̹3én ÎÿÅýÔ;lš¸ˆk(i5#ˆööúÔJcÏ»µ²Wìª5âí ÝÜÕ³OA›pá^ŽÔìʽܫwÚ8LîNSÏj8èVþœê½ÉÄm·yj£‚&“+†ÓÞË {GªøvgÂæ‹9+îÚ8LîFÏêOäÔhÈüu Þ¥U±wt£õе\H1°LŸy—]Ó{ãë’-£f«¡l¸ë¼¹#uëzP×Ëᩕ݌ãiìbXÿ?Ö|JïÎØ;8R­u 3·^Ì÷Ä juœuú7œ{9[†:†c híVA7öží'£¨cH?Ç于x}z6goÒ!ú:9Òfu8/®jˆ>²…¿ÍÐÒ>;PµñšÖ“ÞÕŸ¬Úº6íôm×H}â—NÌy—6u«éÚ8ÓåñÛÔ·´.‹Ž—3·‘-þÞÉWsþÌÕÈ¿•ñËûY—ÎL˜Ö‰š‰ü¹~2³ «¿NŒ]•lë‰ –k¢$•³sºñörsÌÞB°§†së>eÊ w)wâãë(‹0†¢ÊÕƒ—‘jMÆËF·Ò«Mæú±ã\±MÈâ–ØeFñWè—Ìû°׳N°©oÌ´Iüó¿üc;’¯^ÇIzHrEWããªUþ4Ú‡>Ý@^Á—¦•3øùè-2:ûbQÒÝÊk êaºÑb>óæÇlA>t1;zy`ñð_Â-ªènöŒŒÑµ6©£åŸ…=è2ï-FÌf£_U"ɨçˆ9ñzbô~ž>L¯Fæ½I¹¡óC ¢Ø~~]ɱo?…QÞo±xIü— O>cËúOö’„ à ¦¶<…¸¨Ìí±Qæ}œnI—.±±M{3`×#þùéW¢GÖÆ%Ï£\¹]{V^ŒÕ«Ê¥%Úùa ´ñ‘8ê=ŠÝ¿F3ÖÝEâqæ-»Œã ]|3¹)Vþ(»C‚Wq±×,ê™=–Ó‚ö~-±¦%>äÇþwhÙïºÔV‚Ÿ')»v0âÀiâ'xà”GG)á‹6Eâ<|k'6À •I?me’kªjw¦wW¬Vu³8äýQáô×ÉQ:ÔÄÓËóIq'%"øëx…1? æ@SO%aûû°uç-FשóÔMqÆ`M"·ï¦a^¹&öfù}ש}öØÛuhÓÛ3o-—zLÇGgcUµ6tòoõ=ÿgx\ŸXÞŸä÷§I}äÑ ó ¸W€Ø«Q¤C‰ÛÚÌ$boŸe÷¢¹œÆ™!]j¢2òžMb XÓ¢MZ4°CN=™:ƱŠBÙdT¥»Ì]z‰ ìfóÌ&Ù±šSC£y…H…š¯úç½™)¹ÁØøóÌ@ žëžmY¹FL;x…÷ΜáF²5xÒ¿h°ëõïDN§u· \Êp¢Óç[Xý¡ežÈmñi]vý #IT“¯Ø.Ôm€+îöp4ò!\ÐDœâbª¾½r.þr{št­‡Oqá–zŽùåXV®…=ç‰|¨ûÒ§Ü g—rp>†$ äÝtyï 72-¨×Ö-»H-ªþåjàfWHýËëYÕ¼wšËéÔ˜JAOŸ³¹@å’¹´g9óeRoÚH|ËPવ²z–/ÜOÓc™Ø­ ëÞ4<²"÷³þ—TÜêVÃFËé¿¢@鉥ܸͬ©d IaÛØó·=êioçÇÄÁ5è´â}”™Â¿X¦EmÙ’žmôÄèë/f¾šâãjÉEÏ;@ ÅvÉ‘~‘eã7ƒ}‚ÇòZ_>];™ÈQ‹÷ÎOȸb1Ý*ÊÉ¿äUˆ²^’аKÃ’zwð³Õ§L[ñ½ƒ5¨ª4á{™1 j þ¸Š%>v°·üt¦/ŸÎë2V•=h׬r1ö~š ¿ÌÿÏ3(` †öa¬<>kèÖ©*ƒv³Í~ 3VMePH`…KóÁÔ˜¿Ø6m Jjÿ–u1£ Z1š÷eαVsz¸–ÑóxEAå¶}©—5‹M'Ðé »œUCe:aËFž¶t ÚNð‡µ ÛKfUÈq¥+jjî þ´Y IDATüž,Z²º©­ÞÕQe­aüðKYfN_ƪOv“XUkFÿù+˜>°NoGÉ™æNoÏã‹-Mû³9Ù&Èà0ÔñçÙ»t)ŸFd¿ìÏÚÕŸV/ ‹ƒ06Æ tú˜C–1aÎtü®ƒ‘öV4š¶‹ívSø,d"–iÀÜßá[èæW¿àm_íÍWã>®V¬¼#‚WYÊŨÃÒ¿Z¾’„ø8a%Á‹AÇîø |<ìIMùBÚ6dfÕP®nòúm/3ig™Þ¼[ýwñç¦Eþ¢ @ ‚¢ÎêU«Xº"d¤)À#àîˆÏõ÷Gºóiºöj@hÉyÖ,É…i¥¹‚>ÁûJ0BÃKïÏÊ‹ ®¬OH¼?3Æ7…¶@ ¯bG¡ T£¬=”UócØî {5ËKZN~Œ\HO±ÁW Ql ϵÌâÿtÿv<–a¯Òðd–Ôî= áh@ ^IÄ6@ @Û@ (¶@ (¶@ Ql @ ¢Ø@ ¢Ø@ D±ýlÈävè,9|ÿÕüeB)Û;ç¼/ˆs@ Ql?×RûÖz>»’Cÿf”>å2.0«eÜÞÿ™˜¢VÊ2‰ä«»ørØ8vD"¥~ú¿œME¹@ ÁKUlkâ96¯õ±wpæµ^³9«+é¤Gü6¾.öŽøL#ùyþ·6ßs¦æxæ÷¯ŽyióŠÌŠª^ԩ進Ȳ¤îˆZïcúâ3¤ê-쯲2à]Æ…Þ)+ü)¿¡ºƒ3Ý7E ÎgÀƒ#£pwp¤ËO Ù?ß.%°£«#ö­¿æ_u1e8ä?ßÞÇ#‘'@ ”Æb;ù÷ æ!Ú£#ßõ$æè"&çq)„ñßDm‚Ç5ÄJöü­ŽÜÅ¢=™´ߟÚÊRèe ®ÞÇÎé-°-Ž]ÊÖgبzDoYÂÑxé%G‰Ôû$‘ɯ3gsìA3.±rÒ÷Ä"PHS†Ë|½ýgvîÌ9vј²"O@ (}Åv1çΓˆ o͘Ã̹3én ÎÿÅýÔ;lš¸ˆk(i5#ˆööyÔȸÂ×CÞ ‰gµ'+ŒUõáÿÍfh‡ºTvpÄÞÑ6CWsî‘¶ÀÞµ îåHÍ~¡Ü{ª¢Ò}d )š1 ¥}¶´ñšÖ“ÞÕŸôçÚ´Ó¶]#Uz"sÞ¥MÝÇ:9Ó<è,éêŽ-  µ[ì©âÛ“ Ýádhã80¹M<«ã “]£e ó×-`x—TqpÄÞÑÖC×r!E×™ú!­qꄤ'w†úЧ›Îûâz”a‰*·£VwÀY§_ù§Ù?Ä{÷OKË)bã~êN‡ö¬‹Ð˜f3cz3 w€¢Ž hý52sûm÷ VÜ´¥Š<OÔ³í¥2¬kÒ°ysZä:šx”G!ò„@ ‚ÒWl+(ç쀂‡œ;Æßæ\"àP™Œ}AÌ:¥¯‰÷®‚Y¾zé>'þwš1© ³ÄR)·°æ‹El;E–RRÿlŸÌ;ÓÃH1 …$IyŠÌT®¼ŒT«-^6ºecm2×çŠ} !߇ºñ+†Õ¹ÉŠ;°U·A›Ä?ÿ;À?¶òÃv†®fú;®(Iåìœn¼|ƒ“¶°g÷&¦úÞfù wYz%´)Ü<ñ;7³úÇŸøiÓ\ÞÌÜÉ܉+‰iò1_‡†²aFlŸDÀÒ+zŠPc}èÓ Ì*øÒ´r½…¡Ýév=VràØ1Ž;Nè`|{4Aœý·2sìvà"šêíiVAašÍŒé #¡ú{ìÎÕåÁIÐy/ý"!³`ÕÿKÆúÈxñP϶—bÈ4h4jÔêLJIä@ ¥³Ø–cß~ £¼Í¸¾¤þ}sUáÉGclY?u/I¸0|Á`jËSˆ‹ŠáafAe%]~¸Dø­Ý ®œý?ör7ò&»+wx/7 ¨"åvíYy1–[ß¿ƒsîj^“Èí»i˜W®‰}ž*_åÒ’Níýi÷F?&®Ùɒ晘·–K¹ä«ªµ¡“ Z´}ƒŽ^6ÈŽüõ <ƒ60? =M›vdØ— èfu…­;o=YUU¹´ ½_KZw dæÌö¨¨@Ë~ïÐ¥­?]‡}ÎÔFpëÀiâ X®•Lí#nró ¸W€Ø«QÙ«ðzP:ÔÄÓË//\TØ5éGsåö¸›-?óGN%âØ¦Õ•¦ÙÌT½sPó(* ÊUÃ7p ]´»™ýÝ-²Ð»o.k"0îãÖTwP‘EJ5Š!ãòt;W¦b¥Ç‡Ëog‰,! È˜=Ká²r˜vð ï9Ãd+j6ð 5¤~Ñ`×ë Þ‰œNëntŬ>ßÂê½(“WŽ•þîf¬¹¯&%! If§¿;еQhEñH ¨LTJ“AR¨¬U†·˜U¢M÷:0ñ$—jñ±+¸Yæ½Ó\N‡ð ÆT zúœÍí²pÎ Q¹öœ'ò¡®²–[áìRÎǤÉ T”>rî:,°V6-‰L­é·W2»– jmÁÀöpwĪßÿƒwmhÓÍKmæcLoxj˼”NƒLäVvX9¶cÒˆš´Zº”°¾#8=ÿezÿÀ;U-¸b_®E“¤†Jy¿ÝZÕ†²aÅÛT~<+äe©êl&²„@ ‚ÒYlg÷`ƒkc\¬;kykñuPù1ócKVtÙÀ%³æŒÙŽ»Kf±}ê8B»îam¾Ò¥…P£Õdo ‘›«04Z RažõËUX© 39­±‚óñ— É—$$4›¿‡Í­žÒÙÜÖ…2ÄäÿŒÂZ)§­Ü\ZmÁ]¥Çh3HΙ•æ…yŽ!+O«¡o`Óg3?Þü.üÌ•2-™âSÖt›Õ;êdbSÀÒ© ”¸šÄëˆ35(’ðëu³¡ådZ,Ë—”¸‚W¶‹#£lU¼}}©.êk@ /M±ýM {§}N˜|¦Î¦G¹0Ö&‚²ý(ƶæÎ½oؾ$’+±Y`û,GlK*d†ß$^Ýk}Ð&röÀ ¨øn6ú«T¥Sj+5\8—JåA¾”ËûöuñU.VY1\‹‡ú•°Ðsóa­‚´©y¾p(æÙ0ú9u`Ó†cT½~U›u4²1ðz”<6SšÑ;ßçSIHKK€ÜñuÆ÷w Ã×G)Ói=ýj˜Y”±µ„”xR4ÏH†@ ÁËUlK<:9I{“¡ÚÔÆB–Hý pö\(Û¥r{8˜·ÂשdÞŧM8ÈÈVýØï³œ_¿íƒÓ“‘–Á­;L=Ê夡T/ŸSfœ\Âܵɴ«iNÄáåLÛŸIƒ™x[è/hevþL ¬Nç•Ðßz2CÚÕÆFËõ Úv£F ìŠ/Nš¸sœ¼§¤®ŸkÁŶyex–ááÞy,Ùþ1ÍËÆqWÛ„¾«¢´ô&p˜7«>ŧZm¿oBÞZÛÍd*#z+ .”UÖºÝ.–Ôùc’Nà2²=r9ªrš@²b»H2]çÔñcÜɽ¿È̯&ÞØ=ÒO@ /ºØN¿È²ñ‰ÁŽ>Ácy­ €/Ÿ®Lä¨EŒ{ç'äŽ\±˜nå\‚e~¾·‘(¨Ü¶/õ²f±éä:½aÇ“úQ™Nز„„§ƒ­Ý‚¶üa- –ÿ2+íf›ýf¬šÊ ,À —惩?°€‚²HÕvQûPsïà÷ücÑ’ÕMm)paYf‹ÿç‹0‰Cû°@VŸ€5tëT¥Ìœ}'Ñu~v*ßch3›ü2 Ù¬°zkRy–½Ÿþq?fN] úªk®Fr,¬U ~ăt-X— Œˆ Œè³!À¦¬¿¾‹®zãI À@WÀŸr@1jİô¯–¯$!>îÕµ6ŽÝñAøxþØ?’šò;„´mÈ̪¡\Ý䟯~{iI;ËôæØê¿‹?6Ū(2²nòUÛVlèx€ß§zå|UýŠÚL Á’ȈpV¯ZÅÒ!{€ HtG|®¿?ÒOÓµW@KÎ7þ$ùÒšr:}‚÷•`&„†ój¾Ü-ƒ+«ÆïÏŒñ WhKÜ¿pžKÿ tZs£:òÙ‡uL~á‹@  ›ÿìÎSeí¡¬šÃvÙ«¹-@Ò¢pòcä²@zvƒqÖ-6|¹—$Ê{õdÆóéâ(~GQ  °ü7·‘@ ¹ÛH@ ‚— Ql @ ¢Ø@ D±-@ D±-@ ˆb[ @ Ŷ@ @ ø¯ÛšX}1˜Á‹/^šô’’øûÛÏ™r±té%xu|¨}ÄÙõŸ1yõåç¨_&·C¿`Éáûú©UJçöÎùï‹Fc@Rúµ­ÌÞÄ…dé›?%g£B‘ñ/¿l>NŒ¦”çÆgEÞñ—6” [ˆ¼+ˆb»HÅv"çwýÌÁ‹³“dÆfµ¬‚Ûû?O4Rá§ðËÙ4Ï@¯Ók—°j™%žŒž¡Þ‚çãC@J½Ì†Q¯S§’#öŽ8½wˆÄ˜ pw¦ùÌ¿_h´8µ~9ß‹Ò_Df>˜RFÞZχcWrèß ýdÉWwñå°qìˆÒ×é#þør sŠÃB){î¶9lTˆû®Ä0ôòã½ DfœŸEÎ)aÛ•èøK›?J-DÞ^†b[ϱy}¨ï숽ƒ3¯õšÍ‘X]b’ñÛøºØ;8â39Œ§«$âwtÃÁÁ{o&ü‘œGî=¾Û{Gì[­àvqòƒÌŠª^Ô©é€Ò˜52®²2à]Æ…Þá¥JI/‘Þ)¿¡ºƒ3Ý7E ÎçÁ‘Q¸;8Òå§„ìŸf’ØÑÕûÖ_󯺘2òŽoïãQ©°L&—– â“m2z/e÷Þ=ìšÙ+•µ<¼¨Sͪd&saæƒÑ«x‡?æLÍñÌï_s½ -©;bÖû˜¾ø ©ÕnO³aÿC<Þ{‹êÊìŠRj#“QG°y`_VYŒfÇy¯ªùóË9%i»g1þWÕ¥±oà?„Ù³žü{óöZ?Fz^fÍ–ELnÆùÕþ¨.…0þ›(°íAð¸†X=µX•EÜõ(Ýï\FóÍŒµëªê´M=»Œ/Žëîa£¯5Šš#”5¸zE,”$RïGD&¿ÎœÍ±.ËiW>W`d\bå¤ï‰ì# Æ®€‹a1d¸|À×KºS9׬0+ïAÙR±zÇŸo¡l½… }ý)÷äDs¦ïØ_rý”à|PGîbÑžLÚ­êOmcrÙú U5³–pt·¼a/{ʧ‰là`²“»ºðÂËRi£Âd}gz¯ùv•°R¼¼¶+úUOÿøÿsþx‘} ÿ!žáÚB1çΓˆ o͘Ã̹3én ÎÿÅýÔ;lš¸ˆk(i5#ˆööò|Ÿ»Ÿ³Øpz!ËÏêÖ4Ñì™»{O>¸CLFA FîåHÍ~¡ÜSºÚÝ!¤µ#Ný ¥reó'tòÖ­œ;{ÑqæÒr}$juœu+Ÿ ç^&@ñ…´v«€½ƒ#U|{´;½"3ï²kzo|]²åÔl5” ·óêf@¦ zæåi½O³ˆ+ö–SÔÄýÔ íY¡m<‡¦õ¤…wõ'+½®Mû0mÛ5R¥g¡g w€¢Ž hýµ\5DïžÁŠ›¶T±€á‰zuC†uM6oN‹\Gò(Jƒ¥,Ò² óà»ÔÐùÂåƒc$'' š#;º™³‚¨IàTÈGtôÑÉuiÈÀ-áOÎgMcÎNõÞdâ¶Û9qšw>ƒ6sÞ¥MÝjºq¦yÐYÒÑ}d )š1 ¥}v¢18^3œ;öÅ;õ(ÃyúA×~[„4Ÿþ¼QÅÜtÛk8¹b8í½œtzwgÂæ‹9OÑ écè\i´&Œé‰žtháCµŠ&ä)cyÍH¬åË•ÙΘŸ´q˜Ü¦žÕtO; ˆ[SÚ)ó‡IùWMDh \+f·©äI»‘ßðOŠôd¥¾àØ3ÒwarÓ³ÖóE_;‹*«$ìblŽ•p x)W¶”sv@ÁUÎãïŒß9—¸U&c_³N©Ák*Á½« D&ñ‘Ùïå¶*´‰Q|ûå>Æ}×›ëùòh&˜Ûaž•@–ô€È‡j(_ðP$I*8 ꫟n®!pÌäC³£—ÿ%Ü¢ÊS«iv=V²u¬'*dXV¬‰’TÎÎéÆÛËÍ0{ Ážέû”)ƒÞ¥Ü‰CŒ¯“g‰DzÄoSßbк,:N\ÎÜF¶<ø{'_Íù3W#Ã2G›×3/OëíŠMXT?gÿ­L{)T®¸ˆ¦z Í*(@›Ìõcǹb?šÅ-±ËŒâ¯Ð/™÷a®g`Sß*˜•¨žF&Bõ÷ î±—€åÁ´†Žv2H¿HÈì#Xõ_ÃØkC˜ñ,À¢$eH4u®­'2f \¯zA>4k6]s›R0³­NþÌÓ"ö Ë¼{´1›~UQ<ˆ$£ž#æDëVð;3aZ'jZ$òçúÉÌþp¼3Þ½ ¥<#±]+‰þw€lGòÕë8II®èŠ’T®¼ŒTk2^62“æ–Y_šVÎà磷ÈèìûÄ/Úø_ùæx&õgw¢Š™©¶Oç‚î¼ß' ÙÜÄšÈý‹™6¦3·¤ßØÚß­}LÉ¥ÉF¦å/#zºr\u´b-^O®¼Ÿ/^ùÉL›ÂÍ¿qÝq4«–¶ÂNMغ ‚sÇ­)mŒŽ'£tù£–)ùWÝk½™´| Îöæ$žßÄ”O'P­ ¿Nô@¥Õ{%–›´ÏRÏw‹!«$ìb0Ÿ—üõEðRÛrìÛOa”÷[,^Òÿ%€Â“ÆØ²þ“½$áÂðƒ©-O!.*s;GlñIDÔÃìÙmЧ¸¬úŒ‡²åFk,]à d4?åÜéü!%õH“o(r»ö¬¼[ø§õ‰$`M‹6hÑÀ9õh”÷I¨CM<½<Ÿ$V)áÁ_ßÀ3(Œù50šz* Û߇­;o1ºN§’†”pŒE›"q¾µ` Ðʃ¤Ÿ¶2)WC2‡´5®'ÆônÒæÊ@ö¸ËD¯Z(3ïpäT"Ž~í²÷ÅêªN•KK:µ÷Çhס5No7b̼µ\ê1º)%©§šGQIP®¾Sèòõ fw‹¶#k¸o.k"ôqkªOS‘q?Š-XËJPÆåé4vžžKVfœ>ÌGìQzQ>TØÔÀÃËëÇÿ‘çë Râqæ.½D…v³yf¬ž6M¶?kw¦w×l¶ª›Å!ïØýk4cÝ]ò%ccý‰e¶Ìjmèäß"G/M8·ï¦a^¹&öf&Î-ó ¸W€Ø«Q¤?¹ ÒwôNh|™ß¡2 SmŸxœyË.ã8hßLnšmÿF”¿Ý€!Á«¸ØknôIK4Ý7/ÞF¦å/£zŽUj\£*ÝÕké眼_¢0ÅOõÌròP‡v~Xm|$ŽzÊ·†Ú(Œ¿vÙÒåÇqc ÿú¨d”qëDO7ÐFîdìþ‘€£Išàê±]òÄž”ð¿ÏMÏBÏwKBVqì¢|¨?Ÿ?  ^Êm$ +׈i¯pzo(ß…î%ìêzý‚Ñ`×ë Þ‰œNëjÕq÷öÂÕé5Þ ¹˜ýxE›D´®ˆ(Wç-&¼ï\aÅôYÌØ–Ö]ßÛ“Še’ˆIV—˜Î–u‡2¾½ŒŸÞk@럱áD8éF–Æ3ïær:\ jL¥Ç_®síÃÏÉ;!ß—3ïáF¦õÚºe'‹"È4+‚žùüc×’A­-¸öÃîf‚úþï¼kC›nzõ¬mº×ð“\z¨-Y=¥td"·²Ãʱ“FÔäâÒ¥„Åß`óüC”é=…wªZPÖ¾,$E“¤.aÕ†²aÏ/ìß§;¬æg3=þ)>Ì×gÄ).¦ZР“çÓžP®nvYð( Û9UFI ²V=Ù†ctnÉ-°V6-‰Líc91þæ¤FïózE…é¶×ÙÁ·³WŽäö4éZîâ­A} “^¸LÌ_…ÏS†Û'2ÖŠê§ãÖÆw{ýq[P£ã/åþ((ÿB&¿Ìe`ÛzT­àˆ½sCÆü¦…ŒÔõyn¹©„ô|Ñy·ÄíTH»Êç/âú"(•+Û{°Áµ±?®@Öµ¼µø:¨ü˜ù±%+ºlà’YsÆÎlÇÝ%³Ø>u¡]÷0È.™Øälõ¬llð<’z!S8`3ñ@•chã˜Å>K %…Øä|‡”ªߧݯ¡¬]±” Ý—óeïuXú&•ô}F’PÐlþ4Ï=%d˜ÛºP&_•«[J5øÆdª,õëiªWeåi5ô lúlæÇ›òÁ…Ÿ¹R¦%S| %ð±úH%¬§:™Ø°t*ƒ%îƒ&ñú²áL Š$üzÆlhF9™Ëòe %Ž”‚’tqd”­Š·¯/ÕM±_iña¾>µÙ*™ü]-Jh5Ú"ÆvŒžJG…• 2“3Ñš2·ÌmÉ ³²Â\·  ‰>È7§e4]Þ– ŠBØ©@;ÈrŸ3¤OaòÀ ¶‘©ù«¼Q=# 5®²1 kEôSQâ¶ 6ÆÆ/+eþˆ1š3o„ðnÿ$õšÃÚàf8)c8ðÉ;Ì2VT=‡ÜT"z¾è¼[Y%aCùüE\_¥seûéUœöNûœ05ø|:›å"¹žÊf£8Œ1½]€H®Äf&…¸$ Ê©˜WíɸNº’UÖ€ÑÞXÈ-(g¡Û6޶I^ÿ„¶¤zëÌúþwNΪ˽²ç¾ä*¬Uö õ©Õ¥Sj+5\?—Je7wÜÝn¸V´Ì7O”Îñ´H'lçYéQÃ$™úô,à¢^Þ Ã¦Ù0ú9ÝfÓ†cÚzU›widcàê©MäìP±>n6ò’ÕS›JB XÚX¢äޝ3¾¿o=JÆëèWÃSÆÖRâI)è«$d˜Às÷¡©z9ùR[™Î™_.åÝaRDy…‹íœ›l[jT± óþMâÕ&Ì-€¬®Å‚CíJºÇñjîíÛÈŸŠæ jãð$Y™d{]›3¿\&åIl$¶÷*Tjˆwy¹q}LôÍ‹µ‘éùËt=%“Æ¥2kzsNýô.Zº¾k²Ô±º¥HrÇFRà꿤ûq±RÌÙ¹R]ÀIv0¼`™Q§¥Ï=³72T}Dº—ç|ìµï¤>‘lÚ/“þŽÊ}.Zº±óc©EEsÉêõÍÒ­¨?¥/<‘TB¥ãb¥ˆÃ¥VU²u$kWé£ g¤ûºÏß?³Jôš]öyYyÉ'p›t+6VŠ¿ÿ´mj7ɧ‚¹î³V’Kó±Ò»zl}UÚûE_©‘“R×^&YUö^ÿ¿CRäã6dÓ3ï¡Wï¸X)îÚ&é-k$ìß“vßÉmãlÛàè+5p±Èþ¬­‡Ô-ègéjt®v%¥ç¿?Jo–Arý¿zÇ#]ýº‘¾ÒòKÑR|ìUimS$ê²ôsP÷'vPUi"½¿àt;&û¼!} êZŠl”÷0SóTžÜgB^ÓkúrÎýlaÄOñEÛ¼mLO©ò‡)ù7öŽôÛâR£ÊÊ'}(ËU’¼ßÛ,]‹1{%›ž™ž/øÚYdY%a#s¬¨ºé¯Äñ÷¹3Ò¨Ã$`7° Ø| Ì&Ã>Àë@CÀ pÖÝî•Tº:Zž«¶~ò¤*÷Ÿr@1jİô¯–¯$!>NÜŠ¼êdÝä«¶­ØÐñ¿OõzòÍpÔwiÛ™UC¹ºÉ_ï7Ä‚‚™Æ±{`#>ÏûGRÓÐSã´³LoÞ­þ»øsaS¬ÈâÆš,¬Å–óëéh+6Êg#Á+í—%ÿŠë„°Ë+DdD8«W­béŠ=@¤€º#>×ßéΧéÚ«  %g¿²$¦ý"epÿÂy.]üƒÐiÌêÈgÖÉ)´‚â"w CÐ'x_ fBh¸þ·rÁ•Uã ‰÷gÆø†ÙEKæ-vl¹ŠU»÷ij#6*ÈFá@ðR vêüWɺŦ‘¯3÷’Dy¯žÌøq>]Åïõ Jeí¡¬šÃv™þ¯$KZN~Œ\HOÝæÁŒÛùþf9:ÎkÈ«\kÇFá@ðr ¶‘@ þóˆm$@ ÁK†(¶@ Ql @ ¢Ø@ ¢Ø@ D±-@ ˆb[ @ ˆb»t"%ñ÷·Ÿ3%ä"éϺ/M,‡¾ÌàÅž}_¯¤}3¹úKß7ðKs/³­Ò¹½s>Áû¢Ñ¼ŒúgüË/›£ùÆ{Þñ @Û@“ÈéµKXµ?‚L€´Ó|ìîˆÛØ0ÒL.’Ò?}€_Î&<]$e\`VË*¸½ÿsöX“Èù]?sðâÃìvyÏ«PÓ£Ci³oqJí[ëùpìJý›Q ­ð¥L"ùê.¾6ŽQ/WŦM cA/?Þ á@dÖß?ïÏ"¾Kr•ôø@ð(¶5ñ›×‡úÎŽØ;8óZ¯Ù‰Õ]‘¤Gü6¾.öŽøL#YÎÉ.x̰0sKsLþÕꌫ¬ x—q¡wž^q•YQÕË:5Päycç UìéÑáUA›Àáσ9Ss<óûWǼÔÅMIøÒ’º#h½é‹Ïª¯™:œµ~ŽØwý™„<ó6q×[Ø;´bÙí,à!ë`ïàøä¨X«!Ïáçk)Ù?µ%%°£«#ö­¿æ_uÕVG°y`_VYŒfÇy¯ê3ðNQçØóàyŒ_ &cö<;Kþ=ˆ€ùGH{­#=/³fË"&7ãüjT—BÿMØö x\C¬dÂ9(lp²URÞÅEqe)k0põ>õ¼ §ž‰ÜÅ¢=™´[ÕŸÚÊR¨`Iù²l}†ªÇšYK8:á[Þ°/ÆÄ”4$GÇC•A„,íIyq7O±méBüN1ÿäT-‰¬æLï5¿ÓîVŠ—Ôî/ëø@ç¸ö’E̹ó$bÃ[3æ0sîLºÛ£óq?õ›&.âJZÍ¢½}µ2®ðõ7hâUƒ º1‡Z-è÷Å>"õìÐ&d¸—#5û…r/÷ ™6Ž“»ÓÔ³:YNõÞdâ¶Û<µ@“ÀÉÃiï儽ƒ#U|»3aóÅœwm&w£‰gõ'rj´ dþº ïÒ€*ŽØ;ºÑzèZ.¤X¦Ï¼Ë®é½ñuÉ–Q³ÕP6ÜÎuÞÜ‘ºu=¨ëå½zš~ŽÉuñúôlξӤCôur¤Íêpr5juœuº5œ{™ õBZ;âÔÿIVyÎK©\Ùü ¼³W"½è8óŒn;‹šˆÐ@¹VÌ>WÉ“v#¿áŸgÊø´ œ˜ó.mêVÓ­:Ó<èlÁûpÙ·öÌDÙÂ_Šf hiŸ=‰´ñšÖ“ÞÕŸ¬Úº6íôm×H}3ô6d“¢ÄZA¾6؇>ÝÌpîØïÔ£l K¤D8•«E£fMiÖŸ7ߟÄêÐéÔÉüUÛÿ5¾µÇ`L>c ZøP­bž1ól¢Ë§B>¢£®?—† Üþd5Û¤9fR.1’“LÍ[…¿@ žýÈóëJA9g\åÜá0þÎøs‰€[e2ö1딼¦Ü»J~¥²îsâ§¹‘È,(kžNJâ5ö/êÏ€ò§Ø7ÂUïc|éÿÙ;ï°¨Žï¿»ÀU¤ˆ¢€ôˆb/ F1Æ–Ø5*Ø{,ÄÄ ÅØ–$FÍWÆÅn,?1±%¶Øb£¨ˆÒÛîïPi[XÁ–yŸ‡Gpï™ó9gΜ{÷®RY´@P¤qýè1®Êǽ¤yw‰]JøÐ~Tõ8ÀDÉ]é~¿ñ YßÈ”„˜HBÆvà†òûÚ£¯HãúÑã\“eÕr?,3¯ðcèdæÆoL_M°CyySB'èØ”£“]1,1¸Ç›Þ™krh¼Œy¾æ<<ÿ3_Îý­ÐA¦ø­Ø‡ŸŠ[t[ÁÆqn"Á¸Zmdü[¦ó³¯¯"hì¤C"ÙÚÝ£GgdW µo÷`ò²þØZ|nÓ¦L"С¿?³µäÒ93· ï/3 ßœ „»åqvͦ øˆÊG÷3±¦S¤ðç/{ùÓ|$Q_¾ƒò©Õ‘餯.¤seß%”u¦ânV°Ó«Håêá#\¶CTds,²ïðû¦/˜?´Ws޲®·ú*Ç­A“:åkûP­©´j}WÏbÛ¡du¨Qy'!9¦ÀG™‹yõ1©ÁFÇ2jRWÁŸ »Ñqþmš˜ÃZ¿è=L Ë[Ž´œcÚæ 9I«¼¥É™XñàÍ.¶¥X¶ÆhÎD.î‰ÿb@ÏQcÍùzü.R°gxÄ œ¤iÜ¿“†…3YñKÖÆtüá"k[f²#°!ýw¤pî‡CÜêˆ}±Ë¥R‹¶¬¸pOåh í›Ó®¦@+/%‡`;ßLmŒ €¿/Unú08<š Ýgá­ÿ¤f´õkŽ)Íñb?ö½Eó{ÑÑI~n¤mßʈ½§x0É›bcT&fѺl‡ïau°Æ-\Iùi#“ËAq™UmÜÜÝžGe¼6/9ž$LiÖªÍ|,âïÓW%Tràç‚?}]ÈÚñ#‡.2éY±W| ʤý„u ·ÐXÖÂhì¦'¾Á˜1ÚÏСþÍ0UõF«¢ôÍKææ?T¯¥~ɸ hë)Ц]KlÞ÷eìüÕ\솗^éãV&ý¢^“ñÆeµR´ÐªÒ45¨ŠKU¸wå™PnŶ";…{7ϰcÑÏ&ˆ¦† ÈHÉ÷íóÞ|vq:õ­§?ûÛ²ƒ£óYƒJϪXbR³ò2i’Z|ÜŠÚe‰AsIñœ¤¯MÞÒh?¢Ø‚7½ØÎïÑ Ç†þ89·VÓ9ò*ú1óc–wü–‹úM7³ ÿ,žÅ–éØôÞN˜—(ÛÑ—”9JE9ÜGª‡LyOªÄ‚[O$Å{-ôZ©Í ‡…òÙR)(TŒQ"yÒ]Þ±HÑ—Bnv.þÀÃ:}Ž6¿nbõò%L꺌/z¬aï’NXüÅG}#Hé>—ÕáM°‘%²w|/fi”R‰=š,ØIDS“"ê˜ÛSIrµüìÓF_]ô”bbÙ©Ù(´‚ÚÆ5iBâóÇš.}Æú…Ntƺ•ݱQüÃÿFãÅ{­k忉Sê“U4Ú_&MÞJÜ[j(:æ’9I‹c4Ú/‚—ÁË{Îv^"»Bf› ^SæÐ­rW“AÖd4ゆ1¶‡=Àå{/þÁq2Û†¸erz÷%ÒžÖ IÄîºÖ ð¨"-×~b>Ãcm+==sìÍáÁ¥ë“w¥‚Ã"0’$S¯*œ9»‰ÍûÓ¹-¨o£Û…OEÒ>F¶ø¯eüú]OlÊ`©¤J+>áBë…d5“Á+¿gS÷)i1#Ê|ÿ³ª~&rÅÿ‹¾t—…0*ÀóÜœ¾X¨ò˜5~ﻡœÊȹJ7­Ž,ùñÙ…6 ªããV‰G»æ³xË'4}ë>ÿ(Ñûâm™bm)±›ÙyÞnnÅj¬„¾Þ޳§fŠ{œúýÈܰ0–bT£!5™Ïšˆµ8õó¡šQ—îEÕü ªI‡ék:•Ámœ0˽ÇÕkz´êB-™ö•§¾úºôW ç6.0ý—R†P³Ê³2&ëÄbæ­N¥Mmâ,#$&Ÿ™AjcFb¡A“r¨Çž§¼ûg9q[†§Ÿ£Šûµy{Ähêocø{ƒ¸6¦ ^•S¹¸s ögã2’ú•JO'«Ù—e chÿÁj¦ŽþŒZAG+)2Ë|y›qóCùðùl“U¶Æ£“5†5c¨AÃÐl¶œÆŒèé ˆÊL°o:ˆzý»PK¦…}媯.ýéQ½uo¼sf±îÄCÞµx¶k(Ë$vé¢â2ÁÜ•.¡[ZGý½² š”G%¦k¹ÜÞ÷?þ4jÎÊÆæ*wGeu†ñÃî·˜¶”èñ;HLšÐwÁrÂú×-åé(ÏRÍûóù|CcÆ}:‡­BÕš¡.&A“ÅâýûvŽ7Á7d;[,¦ñYT0ý–æõ‡o ‹_=íæØ Ë%š}ìð\9Q :§çRþ•z£G ËürÙ ’Ü* ÅQÜgG_ÆMäÿbFR[z‹¨Ö ˜YcWÖù«|BÊkGÆš¶c£ÿv~[ØXç @ðª“ÇÊèh–,Ú d@ðxXðó Ðï ^Ï(8>È<»ž«” iZÑ.t<—Ù´)îÍüJz²¸=‘¨þ̘Ø@Ú@ 耸kO ЙӢ$²ÅJòf^–W*гñcäÒ >7ø @ ŠmàÅbˆS¿Y|Zð×°#÷ö&™'1Æ©G¡ÂÑ@ 茸D @ Ŷ@ @ Šm@ @ Šm@ @Û@ (¶@ (¶@ Ql¿dýÍîõGHÌR¼1äÝcÿçƒù™"†Êe 翛ʹ¨ ºiú¢}òº¡xÌ™¯?cêÊKB¡•@ Åö”³“c‰èîGŸÐ(ö&<çw+3ˆ;µ—Ýg’xík®¬?˜ÕÜç·©, •é—øvô;Ôµ–ci%Ǿýb®d¿*Åv2ç¶ocß…Gù¾È8Å'.rœÇÅ’ñ*ǦXÒÂ/©é©Õ‹‰Ž‰'ûUóÉ+ Wñù`Óg?ɉ?ÓÏÅ–¦3Ïk. 9ùõ2¾9|‡œç˜—¯Åû6¡•@ Åvi åÏïI=[9–V¶¼Ý}ïd0åcŽMôÄÒJŽ×ÔXR_—ï¿Îg}ÿÞDaëÿ­¥O ƒç,P¯°"ð#&lºEÎë]j¸ºS·¶²R#-›‹‹0~³„‘›Ø±sßÍxƒWÕ}Œ ÀÀØÉ«CšbI£_^§+GŸ¼t½ŠÍ‡];Ù>³!&†VÔqu§®ƒIù$ì7ÂÿB+@ðúðB¿®=õx( ’ñö‡Œt»Äª ‹œÚ„s+ý1¼ÅÄoî€y7Â'4ÀDòº(hKUÇéfa‰ž¨"ÈjÑåú«|óuŸßöÝ@Ör“zûSùU·GÏ sUìÍÑ{cH“_^'*Ê'/C/•ó¡)a[c„ÿ…Và5å¾WÏ!ñì9’1£óŒ¹Ìœ7“®æðøÜïü›~‹uÁ‹ø -f„ÒÖ²”aå$òëÒ´ó²ÃÒJNU—–ô™½ƒ›™¥o+’ö1Ü]Ní7q;·x¢NâÄòá´u·ÁÒJŽ]ý®LZáÙnºâûC> ™GM,­ò/Q:6îIÈæ¿H/Ü]n"‡Ñ®™ÕäØÕÿ€Ðqd倣s?¢•§CA¶4 =C&¹Äo Â×±Zþÿ[»Ñfä7ü™VÔŽ;+Ûa[Ðwƒy—òÛÌMäðÂ@Z:W-w¡þ2Ï2ÕSŽû”3Ï.Ÿ¦ì§·œV+ãÈU;¦Ò³$NF¦ƒ·}Á±Õ©íÓ†>÷ÊjÓ_î-¢Zʱé{”ÒúPæ‘Ùû>¢V­ö“ª•ÔØ’—ÄɨQ´÷²Í;ý7ÄåïVªÓPr<=]ñt·Â H ”Öž‚û1#p±raÈ/÷QäÝekÿ:X5žÍ™'þVCêlÑFU±Tš_4ê}Ÿ½S»ÒØÍ«‚¶l¼;¼ù¦zí²ÿa{XêÛçŸS»Å¾½Yì˜rõ‰óK]|¼L½T͇Ô#:Èiòåõg;îlÈ:0††ö*ú-Íu>Ð6oh•75øGÛ¾^w­ÁЏ³­Ge[+ô¸ÂÙ±œÏ:ÎÙdÀ¹:Y{B™u2ܧÞî䠔Éü:-€®kâ F-!ïÁ%vGäĵ•_ÝkÛZJ¥’¢el&Dt¥Sø]üÆ/d}#Sb" ÛÊclìk¾"•«‡pÙr Q‘ͱȾÃ`þÐv\Í9ʺÞvè“Ι¹]x™ýæl Ü-³k¦0mÀGT>ºŸ‰uRøó—½üi>’¨/ßÁFùˆÔjŽÈÐÃâíL^Ö[K’Ï­cÚ”I:4â×`W FiÑmǹaˆãjµ‘iꯦ.P¨Sq28ÿEWÞ]pï~SˆîàJ•¼›ü0éS~†è%-°È»KìšP‡ö£ªÇ&º”¢ò1ǦwfÀšÚ/cž¯9ÏÿÌ—s+tPyûDÓüÊÔ¨éKÓKå|ø­Dÿªm¸›ˆ}&…PÛ(™ß¾žÊµýêšËŠçmò¦ÿh£^s­(¶+jݲí4F{t&rqOüznŒkÎ×ãw‘‚=Ã#á$Mãþ4 ,ä˜Éòï%ÉÛÌgkâCš‡bã@nIËÀŸHÚ1‹U—ßeº{Ñt&µhËŠ ÷J®ÿÉG˜¿ôòÛùfjcLü}©rÓ‡ÁáÑ\è> ïU í›ÐÖS M»–ؼïËØù«¹Ø- ϴÄu ·ÐXÖÂhì¦'¾Á˜ñÆùm8´"À¿¦…ÆPÉ9€œ þðu!kǺ@ʤgŶ̪6nînO‹ZeÒ~õýÑÞ¥©ˆFó5²ê³™Ÿ¶ÄLäÖá¦Õ§üXoÃÌjáêîöt<Êäí}TÌer ó–\¤êÀ¬ŸÙ(ÿܧþ¢^úuË´(*“4Ä@p]ZÏZNß=9T†Ûé=ØLÜËxïJZ?Úú•¶”e«¬x,‘û|s¢]?LV^JyŒfǯwçb_"™(“³h]¶Ã÷°:Øc€®¤ü´‘ÉÚjXFŸ€Díü’=:¢QÓ—¥—ªù©§hÿ*m(«¡Sz¼—Ÿ»Zxæ°ßc”Z?éšËJÍ/jò¦—¡D«ü§m_¯»V@Û厤²/!û.Óçôi®¥šPÛÇ•ô¨vøÝ‹îŸÓ+!Œ–]¾åb€ ³7°r¨;yWr @¯ƒ»ÕÁHÕÛ¤]•ŸøßÃ8zñJw¹VÊŽ?É…t#êwp–x¥–4z¯.8ÉxËKSÊšV]ëBð .>Rà’xŠK™ÚëТ‡šÝL"[U# ~÷B¦…ÏÁ?o“¦oŠi¶¼ÓÉV¨÷mMýU*7?e'œäB† »øäÚ/}Tè\Ÿ·¢ «VR¦ÂN«öª´â³%½ø¥×÷·ÎÞÑžùE§秪±åUÐ[j戋%JxD% “ìÛ§¹–m„wkç§6SÁ>Ñ4¿²ËAÓŠÒ«¬ýkkƒ´r-œ-ÔùI×\¦Í S4ozUÍÕ)ÿñ_ÐJ ˆb»üz4ñ¡?Ž@έÕt޼ †~ÌüĘå¿å¢~SÆÍlÃ?‹g±eú6½·“$O*>()Ó“K n+‘ß+ôšª7 …‡¡T¢D& vÑÔ¤HKæöT"±ôä-ŠúFÒ}.«Ã›`#Kdïø^ÌÒdƒ¦þ$WÑ—Bnv.Ïý ¥2_u…¶DZ~ý•£P*J=W+ uÐIc{ÊT.ü? ñ;ØxfõššåOÃùo%îUmK¹ê¯«ÞzÈô@‘§P?a”Ï©aYŠ+MóK]|¼l½´î¾¬6hèWÇ\¦õ&K¡¼©sþûh%ÞL^ÞÃŒòÙ2›Ø\ðš2‡n•¸š ²&£4Œ±=ì.ßËÁ¸Ž?ny±¬Üz,eÿî[CÌC{šºUÖ:—Êlâf”ÉéÝ—H{òŸŠ$bw]ëxTQ!‰"™3{¯Aµz8›I‘Ùøà$ËãêÙtª;»àâòäÇÇjÆ*Ç“yã(WpeЧýy§;î^ ð².´w'5ÄÔ2¦yÖ¯Æþô̱7‡—®óè9×r™udœ;pUõ³‹Ë±¿ró ³©“,“Ó»/¿¢¬³ÏTU‹šÛSòèØl†~•ÃÀ±²ÓcV ™É‘d…V窱E+ýUÄRyê­c>Ãc%:jX6Ÿhš_êâãeë¥ýüTcƒŽó]7hA±¼©1ÿý—µo,ú/§[%OÌgò®TpAD F’dêU…3g7±y:7câÀ õmdèW}Ÿ°Kèúu3ƒð0‰¡?ÁA5é°b }M§2¸f¹÷¸zMÖA]¨¥b½5ªÑšÌgMÄZœúùPÍ(K÷ ÝjP·J<Ú5ŸÅ[>¡é[÷ùGшÞú“Yã÷¾ÊY¡Œœ«dpÓêÈ’OŸM™‰&±hÅ'}mé¼âc™…1°Iç·ñÍ É“È)¿þJô_•»Áƒj°ücúUšÆ`¿ZgÜá®qs>h¥IÃâ³ÃksH‰ÝÌÎóîtó²À H_êÛ«™u’ÏG~Mn¿-„ø¹`âÁO1bV7ŽÑ3 ç×Rg‹Ÿú«Š¥wÊOoM~œ<Êÿ/úÒ]¨Ìsopú>`¡†eõ‰¦ù¥>>^®^ÚÏO564×¥=Ýr[®È} IDAT™*ÔåM4å¿7P+Uk‘@ ÅvÅ’y¥×’ˆ=ÃÇñv%€úLY=•„Ñ‹˜Ðë'¤r_‚–GÒ¥š0§Åœ]ü`=Y«vsþ^˜8â×/˜ySÞÇV%ŸFbŒwðV¶™L!dù(z„çah׈^»˜Ñ¯F‘…Y&±KG— æ®t ÝBøÐ:ù÷JLhºƒÍ–Ó˜=Q9€ öMQ¯)E“&]FðmämÆÍåÃÿ凞¬²5¬1”sügG2 p2Cz!©‚Wà*ºÔÐП §áß±&q ¡ËÇÐgQ¾­ò:MéæX©l—0$•i6ëg¾1OXäpze‚™“/öEl*ÇþJP•» ¾!ÛÙb1Ï¢‚é·4 ¬¨?|]üª—ÍgÒªtý„fƒ—2iî»´ÿ¾fÅúRÝ^2¿šÈšÇï²fJ³ü{ß«uäó°F4œLTÐA>uÓCêmѨ¿ªXjëP~zkð£×¤­ìªFز0®É$˜Tw¥M“êºÍ# >Ñ<¿ÔiZï%ë¥íüTcCs ÚÓ%—©ÞþU“75ùGùæjUr-ÿ$¥ü+ôF–ùå²$=¸ÿßS%÷Q­0³Æ&®¬óŸ(Ècu[&[¬ãú–ö¯þБ7  $ÄDZ2:š%Ë£vY@<ü<(ôûã‚×3 ŽÏòE¡í¥øZ@  ‚Ŷ@ @PAˆj”ªŠÃŽÜc˜P¢&öºGPB ˆ¼)Z#v¶@ Ql @ ¢Ø@ ¢Ø@ D±-@ ˆb[ @ ˆb[ @ ÅökAÖßì^„ĈA‘)b¨|P¦pþ»ÙL‹º ›¦/Ú'"æE~{³P<æÌן1uå%¡•@Û¯ÕÜMŽ%¢»}B£Ø›óœÅHq§ö²ûL¯ýš“õ³šÛáüñ6• ¨2ýߎ~‡ºÖr,­äØ·_Ì•ìWeKæÜömì»ð(ß§øÄEŽó¸X2^åÒKZø¥"5=µz1Ñ1ñd¿j>yõzÑc(®ï ÊGÿÿ¥\Üo¯K¼éâžbk†MŸý$'þL?[šÎ<¯¹€V<ää×Ëøæðr^Cû¢ØV‘px~OêÙʱ´²åíîs8x¯ z•96ÑK+9^ScIU–6±®±ã‹á¼ç[‡ªVr,­ìpkÕ›àUǸ›ó (˜Ïúþ½‰6ÃÖÿ[KŸϙ䮰"ð#&lºEÎë]j¸ºS·¶²R#-›‹‹0~³„‘›Ø±sßÍxƒWÕ}Œ ÀÀØÉ«CšbI£_^§+GŸ¼Êz½¬1¼ˆ|TQñ/rðëo)¶fìÚÉö™ 11´¢Ž«;uLʧ¨y“r¤à• Â¿®=õx( ’ñö‡Œt»Äª ‹œÚ„s+ý1¼ÅÄoî€y7Â'4ÀDR¼N?ÀÔ÷z±êj‘LÈÝ ûY=y?ÿÛ9“_6 ÃÝXò´¥Çªãt³°ÆDOTdµè¿rýU¾»Ïoûn k¹I½ý©üªÛ£g†¹Œ*öæè½Î1¤É/¯å“WM¯7Ég"‡¾þ¹ûe¡rÍhJØÖ1߯,üž-‡Ä³çHÆŒÎ3æ2sÞLºšÃãs¿óoú-Ö/â/d´˜J[ËbCQ< fÒà‚B»:ïÍØÄ‰K×¹v6†¯Fø`¤ýJЗ—È*¥gEÒ>†»Ë©ýá&n矰IœX>œ¶î6XZɱ«ß•Ië/<ÛYW<`È4󨉥Uþ¥*ÇÆ= Ùüé…wßs9¼0ˆvͼp¨&Ç®þ„îˆË"‰£s?¢•§CA¶4 =C&¹Äo Â×±Zþÿ[»Ñfä7ü™Vt[ÿÎÊvØôÝ`^¹‰^HKçªã.Ô_æY¦zÊqŸræÙe´”ýô¶‘Óje¹jÇTZRKâdôh:xÛ[Ú>mèQpO 6ýåÞ"ª¥›¾I)­e9½ï#jØj?ð0©ZùH-yIœŒE{/Ûü×ìÐC\þ.•: 5a ÇÓÓOw+ ŠÄ@ií)¸3+†ür@Þ]¶ö¯ƒUãÙœyâou1¤ÎmôWK¥ùE£Þ÷Ù;µ+ݰ*hËÆ»Á›oª×.û¶‡õ ¾}þ9µ[ áۛŎ)WŸh1¿ÔÅÇËÔK™Îåõã ð(—­;ígžÎ¿=¦ø÷Ù;µ Üj>m¿Vó ¬‰`xGì¬äXÊi9d5<±½ 1Sœ’ùHƒÎÚÚ¯6‡ê`£¦x*ƒ_JÍÁÚú«<ó±¶ëQa´é¿,ñV‘ëºqh»f¤!ÐAN“/¯?»¡ažgCC{1PVûËÃ6ØÙ~Žm'*ÛZ¡ÇΈå|ÖqÎ&ÎÕÉÚʬ“¹à>ðv%’ww‹~ @­ñøj¤FÔ£ûgß!ý«>ƒ÷erõ›¯9?f¾Æ*Ö/¥’¢ù(“?"ºÒ)ü.~ã²¾‘) 1‘„ŒíÀ å16öµG_‘ÊÕÃG¸l9†¨ÈæXdßá÷M_0h;®æe]o;ôIçÌÜ.¼¿Ì€~s6î–ÇÙ5S˜6à#*ÝÏÄ:)üùË^þ4IÔ—ï`£|Dj5Gdèañv&/ë­¥ÉçÖ1mÊ$ñk°+†£´è¶‚ãÜ0D‚qµÚÈ4õWS w(T©8œÿ¢+ï.¸‰w¿)Dwp¥JÞM~˜ô)?»MöÏ_”S6™Ïöyy Ð7¯I%­|¤Ê–Lþ\ØŽóoÓlÄÖúÕ@ïaYÞr 4iXW¦a¤¦ø­Ø‡ßÓ¿5´×v6Ëz¤×Øé¼ïû%oÿÌø_ªñÉÞñÔ{K¢ùüº 5¶<ÐZß’±ôoñ•Y ½Ó¸~ôWåcˆ^Ò‹¼»Ä® %|h?ªz`¢K)Ú)slzg¬É¡}ð2æùšóðüÏ|9÷·B•·O4ͯLš¾,½²¯¯"hì¤C"ÙÚÝ£GgdG©7U(Ò¸~ô8×äcYµÜËÌ+ü:™yÁ‡ñÆWìP^ÞÀ”ÐÉ:6åèäg¹EJj¢Ag­ì×”Cu±Q›6µóKI›ŸÃ_Ï“µZÊNÙÆ_qëDK®¿•˜£ªçùÝüCì;0)$€ÚFÉüöõTæ¨Ëe:®÷’ç(¶µÝ8·l;щ\ÜÿÅ€ž£Æšóõø]¤`ÏðˆA8IÓ¸'  9f²ü[B²ã'¬­Û×)ZÜI­hÞÍöý÷þàzŠ_ã¢;ãR‹¶¬¸p¯äúŸ|„ùK/!°o¦6ÆÀß—*7}Í…î³ð.PÅо9mý1Ú´k‰Íû¾Œ¿š‹ÝÂðL;LøW×p eA`- €Æn2bcz²ñ猟_ý:´"À¿¦…ÆPÉ9€œ þðu!kǺ@ʤg ¢Ìª6nînOíV&íWßßí½RÚ˜Šhô0_#«>›ùiaKÌ$@nnZ}Êñ–̬®înOÇ£LŽÑÞGÅlQ&Ç0oÉEªÜÁú™òÏ}ªá/ê5¬[YÆ­LÒÁui=k9}ôdäPn§÷`3q/ã½+iuþhëTÚR–Ñ¥â[˜eíÚøa ´òRrÈc4;~½Ë8ûÉD™t˜Eë°¾‡ÕÁ>´p%å§LÖVÃ2ú$jç—ìÑš¾,½ò’ãI”f­ÚÑÌÇ)ÞøjšËöÍhë×SšãÅ>~ì{‹æö¢£“ üÜHÛ¾•{Oñ`’+6ÏsU½¸&Zæ1uöë%i™CË`cõGÚ¶©Ù/¥Ùü¼þÒ%ƒæõÈK‡;)Ë2~óô9ÖŸŒßÊ®cñ5#ÿrhÑ9ªržÌgC§ôx/_Ïž9ì÷¥6—é²Þëb›@ÜF¢’ʾ„ì»Ì©]›ø~Ó.b¯ì¤û™ÏY{,ºN¯„0Z:ÔÄÅÃG›·éu!ÿÒ˜Rùtñ”HJ.¨…ÿO©,ûùø“\H7¢~÷gPjI£÷êÂí“üñP¡âm‰5­ºÖ…¸\|¤ ûö).eÂÅІX\βtìɶTxp3IÍk²‰ß=þ­½©QUŽ¥mÆS@V:Ù 5ãÖ¹?v<Nr!Ȇ]|ò íŒÎ>*t®O€[Ñ[jÓž´J+>[Ò ½ÃßsÜl_ŽöÄXËóSÕØò*è-5sÄÅ’JBöíÓ\Ë6»µ3Æ/,®Õϯìrд¢ô2öÂĶ~êãCËþŸñíÑ82ËÛŒ«×Á’d´.5ÁÖ¾2¤&’RîOT({+n¿.¾×d£.mjò‹J½ŸÓ_Ï·MVt=Ò…²Œ¿"ןŠÐ±¬ó\Z¹Îêr™nö¿Ôü—v¶Ÿôb†cCœ[«éy ý˜ù‰1Ë;~ËEý¦Œ›Ù†ÏbËô lzo'ýìêQƒï¸Ïì»I–O¡Ë ŠûœØz1ÿwK7jW.Ë{†‚ÛJ$ÅË÷B¯©zã yÚ(•(ѣɂD45)Ò’¹=•H,= \‹â£¾¤tŸËêð&ØÈÙ;¾³4M@MýI®¢/…Üì\ž{.+•ùЍ+´%Òòë¯}„RQê¹Zi¨ƒNÛS¦rùàÿñ}ˆßÁÆ3¨×Ô,xÎ+q¯j[ÊU]õÖC¦Š<…ú £|N ˲Èjš_êâãeëeX‡ ïÏÑæ×M¬^¾„I]—ñE5ì]Ò k­. ‡…òÙˆ¤RP<±¹übF·HáÑ¿çÙ6«?ÃcÒ¨Õo ^ÆÚAfÛ7£LNï¾DÚÓâ=‰Ø]WÀºUTH¢HæÌÞkP­ÎfRd6>8Éò¸z6êÎ.¸¸<ùqƱš±Ê9žyã(WpeЧýy§;î^ ð².t¡\jˆ©!dÃc%:jX6Ÿhš_êâãeë•¿vS³efýï8'fyrû‡…ìü7·|&V™æ¬R­&ó˜–yF7ßWp›ZÆZU`~,m=*á7mû×2Þ*|ý)ç¸W;Ï_t\U䜈íÒ’÷ãó™¼+Fè„‘$™zUáÌÙMlÞŸÎ͘80hA}èU¥SÄRz²1!ŽÍ“»²yrÑ ê=ΣÔ{êIûÙâCb¼–ñëw=±)°TR¥ŸŽp¡õ ²šÉàÆ•‰ß³ˆ©û”´ˆއOïéÊ:±˜y«SiSÛ€øË‰ÉÆgfF 1ô'8¨&V ¤¯éT·qÂ,÷W¯éÑ:¨ µT¬·F5R“ù¬‰X‹S?ª¥qé~¡‰gP·J<Ú5ŸÅ[>¡é[÷ùGшÞú“Yã÷¾ÊY¡Œœ«dpÓêÈ’OŸM™‰&±hÅ'}mé¼âc™…1°Iç·ñÍ É“È)¿þJô_•»Áƒj°ücúUšÆ`¿ZgÜá®qs>h¥IÃâ³ÃksH‰ÝÌÎóîtó²(òÁ‰…úöjfäó‘_“Ûo !~.˜¸EðSãAŒ˜Õã_4ÇLÃùµÔÙâ§…þªbéòÓ[“'rÅÿ‹¾t—…0*ÀóÜœ¾Xh§aY}¢i~©—«WNB _ïNÇÙÓ3Å=Ný~dnX—Óžˆ6s¶¸¾ž¥kòA- yL«<£[­ð6UÍ›5Š|~@­¿* ?ª[PŸšû/K¼iž§ºÛ[q¯vž7qq¥Î6U5Š@ÛÏGæ–N\K"ô ÇÛ•ê3eõTF/bB¯ŸÊ} ZI—jù‘«_½K=ˆßâVn9Äé¸T@†¥SCÚ8’‰CÛà`¨~¯¢äÓHŒñÞÊ6“)„,Eð< íÑ+b3úÕ(ú)aY&±KG— æ®t ÝBøÐ:ù WbBÃÐl¶œÆŒèé ˆÊL°o:ˆzýK)ž4é2‚o#o3n~(þ/ÿ;ôd•­ñèd¡˜ã?;’“‰Ò“I¼WÑ% ††þd8 ÿŽ5‰c]>†>‹òm•×iJ7ÇJe»„!©L³Y?óÑxÂ"‡Ó+Ìœ|±/bS9öW‚2ø¨ÄØMð Ù΋i|L¿¥y``EýáèâW½l>“V¥Cè'4¼”Isߥý÷í0+Ö—êö:ùÕDÖ<~—5Sšåßû^­#Ÿ‡5¢áÄ`¢‚ò©›¦Ro‹FýUÅR[‡òÓ[ƒ½&meW•0–…1pM6 Á¤º+mšT×mið‰æù¥NÓz/U¯ÜçØµd Sâó¯'™:ú3je­¤:ï¥dÍ1Sо¥jÒ^ƒÎÚÜK c­ð6Õä`™DKUD~T·•â7Mýg•%Þ4ꪻ½êuÔµÚV3Ï›[¼°¸Rk[’ªEð&")å_) 7zİÌ/—­ éÁýÿž*¹·ˆjÝ€™56qe¿ÆO‰ÿ74‰cu[&[¬ãú–ö¯þÐXAHˆcet4K–Gí²€ x <,øyPè÷ǯgŸ äŠBÛJñE¤@ A!Šm@  ‚·ä—ªŠÃŽÜc˜P¢&öºGPB Äz$´Fìl @ ¢Ø@ D±-@ D±-@ ˆb[ @ Ŷ@ @ Ŷ@ @ Ší7–¬¿Ù½þ‰y/¨?e 翛ʹ¨ d¾iZ–«mÙÜÜô9‹üKΛwÊLnþ¼€ð=wÉ{æMÞ=ö>ˆA‘¼yqý*ä @ ˆbûuD‘KDw?ú„F±7á•tyÉœZ½˜è˜x²_É"0ƒ¸S{Ù}&©ìE`9Ú–}ãk†Ž[Áþ¿³^ÁBëf5·Ãùãmº[%©W¶óŰ l½“÷úÏ›¼dÎm߯¾ žÿ̓ª,Ý_×¼!‚רØÎ{Àáù=©g+ÇÒÊ–·»Ïáག•Kù˜c=±´’ã55–Tå¬zn<ëû÷&Úh [ÿo-}jˆHȺŠÀ˜°éÖËÛQV$q`v8§kOdAßš¼rž‘˜PÃÕºµ­é<{ñAéÂ"O“®2NãXí'Çò½m$›ÉÛ;ciÕ‚¥7s€Gì ª‹¥•üéOµ: 4—m¥¡P&±õ=9–-¿âïÜWxÞ¨ŠÁrÑ]ä @ ø/òB¿®=õx( ’ñö‡Œt»Äª ‹œÚ„s+ý1¼ÅÄoî€y7Â'4ÀDò&«nKUÇéfa‰žÂWê}PÂví̦Mt_œd¯àeµè¿rýŸ··ê1l´7«f-æÐ¤ïx×ò9&œ2Ô»ÀnQK>ÀNšÁýë'Ù¼d!~'Ypâk¼æó¦¼tyC þs¼À=šÏž#3:ϘËÌy3éjÏýοé·X¼ˆ¿ÑbF(m-‹ +ë2+‚ÚÓ n§;g6ží²p? *îP$íc¸»œÚnâvá4Å}öNíJc7¬ž´å݉àÍ7yzÓ@æY¦zÊqŸræÙ= )ûém#§ÕÊ8rŸ¶Ó…Fn5Ÿ¶S«y ÖD0¼£vVr,åδ²š?Ò m æ&rxaíšyáPMŽ]ýÝ—ß·"‰£s?¢•§C¶4 -C^'–§­» –VrìêweÒú ê¯dÿÃö°Ô·Ï_íCøöfñê2‘à ié\µ ÝBã)!êö‡|@3šOýàØ¸'!›ÿ"½ð84UÀ•í°-h¿Á¼K¥E“mÚø°yÜ=¸ßõšÐ¯¹eþäÐÆfuö¨ÓW—ʽETK96}’¢UŽMÛö½ñH?ÄÚØdÊåBRå:ø6iL“fþtúx2+7…Q7ûÑ[þÖ|k2ËëÇàa›?N[wÚÏæØôÎ X“CûàeÌó5çáùŸùrîo…Ò0žºÅ´P¤rõð.[Ž!*²9Ùwø}ÓÌÚŽ«9GY×Û}mƪPeg~µlÑmǹaˆãjµ‘éd›.¤seß%”u¦ân&ÑÞf•öhò·.1Tr̺ÅH«Ö§qõ,¶ºAV‡ú•wr1‘c Üy”©±˜Ï¾¾Š ±‰dkwWŒýMœ‘]Ám<lt,£&uü¹°çߦو9¬õ«Þò¼åð@E þ[¬mâ\‹\£U>*ã<ÁµØ–bÙv£=:¹¸'þ‹=7F5çëñ»HÁžáƒp’¦qÿNrÌdÅ/mÓqÓEÖ¶’r!ª'mCNrÿ‡Y¬ý¤ ã‹.8R‹¶¬¸pOåh í›Ó®¦@+/%‡~ì{‹æö¢£“ üÜHÛ¾•{Oñ`’+Õ&ü«k¸…Ʋ °@c7±1=Ùøó ÆŒ7ÎoÓ¡þÍ0}R[&Ç0é%ä¶óÍÔÆ˜øûR妃ã¹Ð}ÞÅ*%eÒa­KÀvøVû` Е”Ÿ62¹Ð1jÇS·.2Ú´õÇhÓ®%6ïû2vþj.v Ã3ãˆæ±\ÜÎ'[Ð2«Ú¸¹»©,þ´±M'ò’¹ùOÕkc©¯½Í^z¥Û£LúE;—!†lJÑB—˜À *.UáÞ•;dB¹ÛŠìîÝ<ÃŽEó8…-ƒ;ÖÆPÃsBò’ãI”f­ÚÑÌÇ)Þøjkã8½2i2Úúæ-¹HÕ;X?³Q~ŒjŠÁb—B”Éeˆs-rºcôtœ§@ øÏÛ ©ìKȾËô9}šk©&Ôöq%=ª~wÁ¢ûçôJ£e—o¹˜`CÀì ¬êN¥ UÂý£±øÏþˆ=Y×8t%­D±]¦·fޏX¡„Gäa¯³(ÆÕë`É9|èSj‚­}e8—HJXÞ>Å¥Lˆ mˆuhÑsÍn&‘ƒmé»~ñ'¹nDýîÏ ©%Þ« NòÇCÞÕ‹Þz“}û4ײðníœ_Œ–Ö®Æñ y×·¦U׺|‚‹¸$j1VùóÅ‘6¶éVlg‘’†¦†è•Áf/ ]õµ-s ¿ñ+[ǘÊoÛSCPd¤­àùo*»8úÖÓŸýmÙˆÁÑ‹ù¬A¥gU¬ª¹ã9„‰m·ÜLJË0xp½šÙc$ÑÆFy™4I-˜O>nE í²Ä`¼nq®M®)~L^yÌS@ ü7ŠíüÍplè#sk5#¯‚¡3?1fyÇo¹¨ß”q3ÛðÏâYl™>Mïíd€y)íèÉé(Q*ž÷ŽS=dz ÈSóRô¥›[¶{Yõ ÐCɳáHHA¡(x"ƒ%z4Y°“ˆ¦…—y æöT"QE÷ÂÛè—~­ÄÉ“SU£qKª´âÓ.´^8€AV3ܸ2ñ{1uŸ’Ãñ0*ýœÉ£\ñÿ¢/Ýe!Œ pÁ<÷§ïZŽGŵ鬋™·:•6µ ˆ?°Œ˜l|fáa#-ƪª5¨Ž[%íšÏâ-ŸÐô­ûü£hDï5Š\&ׯ6Ý|X ç6.0ý—R†P³ŠD+›UÙ£«¿_DLäÝ?ˉÛ2<ýUܯmÌÛ#FSCÃßĵ1]ðªœÊÅËX°?ï‘Ô¯D©»Ö²š}Y¶0†Æ#ÆÜ¥k:©Ÿ€9 1|½;gOÌ÷8õû¹aa,Õl£¾)Öæ»™çÝéæ©áx ?‚Õ"`ùÇô«4Á~µ0θÃ]ãæ|ÐJE ¾£ÃœÌ-Ÿl©É~‡ÔçÈu@ xC‹íÌ ,¸–D,è>Ž·+ÔgÊê©$Œ^Ä„^?!•û´<’.Õ¤Þ~2²‘“{;¨ŒKÇÑ„/ ¤–šïv(ñ4íö’pþkǺ| }åò:MéæXI÷ˆî`³å4fDOg@T`‚}ÓAÔ믺¸c¼ƒ·²Íd !ËGÑ#<C»FôŠØÅŒ~5T|ñŠ1^“¶²«Ja˸&`RÝ•6Mªç¯ºŽG–IìÒDÅe‚¹+]B·>´NAA¬ËXŸècŽÿìHN&bHO"$Uð \E—€ý¬¬¶éäC=ª·îwÎ,ÖxHÀ»Ïv ÕÚ\Þþ~1•Ëí}ÿãO£æ¬ll®úªJaü°û-f†-%züR‡&ô]°œ°þuKy:ʳÔbóþ|>ßИqŸÎáD«Pµfä>8Ç®%K˜Ÿÿ°?SGF­Œ £•ÐdcU:„~B³ÁK™4÷]ÚßNÃñ&ø†lg‹Å4>‹ ¦ßÒ<0°¢þð tñ«Wz ¶u(‡9Y1>vx®\'‚ŠFRÊ¿R@oôˆa™_.[AÒƒû/”©éW·'»2éøãEÖú™Ͻ roÕº3klâÊ:ÿ¢O¶xSPÜgG_ÆMäÿbFR[ú†Úœq†°¦íØè¿ß6FÌ(@ ü×Iˆcet4K–Gí²€ x <,øyPè÷ǯgŸ ä ž]÷UJ…´A!¤V´ Çåp&mŠ{y__¡dq9z"Qü™1±(´@ ¨@ÄÝ}A1dNCˆ^È+É›yY^©@ÏÆ‘Kƒø@Üà+(¶1ñç»ø{Â[/=ZväÃÞxC qê7‹O þzãl–ãÔ#„PÑ@ T8â6@ @Û@ (¶@ (¶@ Ql @ ¢Ø@ ¢Ø@ D±-Ð’¼{ìÿ|ƒ"ÿ ³¼ÚT¦pþ»ÙL‹ºPmfssÓç,>ðï›ùÍŒÊLnþ¼€ð=wÉ{ÇŸõ7»×!1¯ãéu²_ Ql¿ŠWq§ö²ûLÒ‹/¸ò’9·}û.<*¿¾ó’9µz1Ñ1ñd?o©}ãk†Ž[Áþ¿³^ÁBëf5·Ãùãmº[%©W¶óŰ l½ózUlŠäX"ºûÑ'4н 9åOªæEyè^Qö @ðÚÛy8<¿'õlåXZÙòv÷9¼W°Ò*sl¢'–Vr¼¦Æ’úº}_vÖV~Ä„M·Kváj&‰³Ã9]{" úÖÄàUŸÄ„®îÔ­m…LçYaŒçˆ‚L÷yštU‡åƱÚOŽå{ÛH*ßÉÛ;ciÕ‚¥7s€Gì ª‹¥•üéOµ: 4—m¥å•¼2‰­ïɱlùçê8ìÜxÖ÷ïM´Ñ¶þßZúÔ0xqó¢\tN^„ý@ øÏòR¾®=õx( ’ñö‡Œt»Äª ‹œÚ„s+ý1¼ÅÄoî€y7Â'4ÀD"œô&›°E;³iÝ'Ù+8@Y-ú¯ÜCÿçmç­z íͪY‹94é;Þµ|ŽVæ‘z÷Ø jÉØI3¸ý$›—,$Ðï$ Nü@`òȶôXuœn֘车º¿®ö àç%ì%åxöɘÑyÆ\fΛIWsx|îwþM¿ÅºàEü…Œ3BikY|xÙ$ìùœÞMê`e•¿+îÒ¬?+¯–¼ÁA‘´áîrj¸‰Û…wüØòÍÝ-tlܓ͑®|z2Gç~D+O‡‚cliz&ÿ¾Õ¼$N,N[w,­äØÕïʤõJìÀßYÙÛ‚öÌ»D–¶çæ%q2jí½lóû¶o@ÿ qù»Zö]´ÊMäðÂ@Z:W-8çBwÄ¡òFŽìØÖƒúöùc¯ÝbßÞ,ôzæY¦zÊqŸræÙ}¼)ûém#§ÕÊ8Jß\ÍãîÁ ü®×„~Í-óƒîyý Î.Å}öNíB#·šq"§Vó ¬‰`xGì¬äXÊi9d5¤t–{‹¨–rlú$EíTŽMÛö½ñH?ÄÚØdÊåÂLå:ø6iL“fþtúx2+7…Q7ûÑ[þÖ|k2ËëÇàQO¶î´ŸyšŒ"6Ñ®™Õ´ˆMñ¤.~K›¥é®)Î÷Ù;µ+Ýžúׯ»Á›o>‡6Çèb¿@ eÝÓyñ]êQÙÖ =®pö@,糎s6p®NÖžPfÌ÷é„÷°+1¸¼Û?2ôãHNäÄÒÚ&iÄÿ}SÕf(•Ê¢"•«‡pÙr Q‘ͱȾÃ`þÐv\Í9ʺÞvè+Røó—½üi>’¨/ßÁFùˆÔjŽÈÈ䈮t ¿‹ßø…¬odJBL$!c;pCyŒ}íŸŽÙ¢Û 6Žsà ÆÕjkyn&.ìFÇù·i6bkýj ÷0,o9eèû霙ۅ÷—ÐoÎÂÝò8»f Ó|Då£û™X·Ø³ò1ǦwfÀšÚ/cž¯9ÏÿÌ—s{NŸ§seß%”u¦ân&)?h°«N×çš|,«–ûa™y…C'3/ø0~cÂøj‚Ê˘:™@ǦìŠaYµ«£jl ­ZŸÆÕ³ØvèYêcTÞ“ÖDŽ)pçQ¦Æb>ûú*‚Æn@:$’­Ý]1zô7qFv·ñh°Ñ±¬ñ¤P¿TÌ‹‹õ¡Eœ+Ò¸~ôWåcˆ^Ò‹¼»Ä® %|h?ªz`¢‹ ´9¦¬óC ‚ףؖbÙv£=:¹¸'þ‹=7F5çëñ»HÁžáƒp’¦qÿNrÌdùZˆËpfê–}|ân ¹Ù(ôKnÐK-Ú²âÂ=•£0´oN@[L6íZbó¾/cç¯æb·0¼ .%:´"À¿¦OjÑäæ/½„|Àv¾™Ú€ÿgïÌâªÚþ›0dQÜ@@qWTTP3ýÜskÑ4Ps×ÜrÅrIÅpÉ%Ò´2³¤4sË}Ë¥°DË]Ó1E@DÖ™ïpc™`²÷÷<ó¸Ì¹ç¼Ûyï{Ï=÷N`Ê]©Ë€Ðåœî>ƒZ9mUv®xy{=*´ô9Ö7õ sŸ¡üÛ[øzz£ì6…;—4 ýô^!‘Ì ª† àç¥"rgOÖmºÌˆ5Påj¿`M Nƒw°r|]Ìšy’ôÃ:&ÇåY‰\¹ö“Š®ØÀ ?i×k´yNßMià%þø²›ï{_Åÿõ^´wSA€÷7odÈ®cÄóÄ‘BÚîá¹dÀ¤<åáöù›¤‚ÁŠmuz·¯D±eÁŽáÄ€ö®˜êxOHVâu°¤i‹64­kƒ’Z4ÐWÇQF…²Ép‡kÆïC1sϋܷB4‰uǹñãØiÓ*K …¯†ý>ÃÙòó-Fy<¾ðÔÖÆ¨óCAŠVù–в ˜ºûǶEðMÄ6"Ïo¥{Ô,Vß›î³è3æUªâáã‹cmÞ ?MŠL]ÚÓ¡ Àfµp§aω¬:v§øoJ0v E—}”3wÕ¯^ÿ•Ó)fÔkçý¸PÚÒ¨C ¸ñ+Þ)Þ±ÛÔmëõt¡RıÓoãl*œ iˆÃÇì\zòc2Ä_IÈógúã\J7£VK÷ìBÛPd¥‘”¦–¦Â…Ô À¼bulI$ænN´(-pªT’cIÊ2Ìg•–¦ ~DºÚö;3…zöØ;ºàÕ´ã÷92`ùzÞ¯_Fç¡æ52¶µ‚Þ¬Kó¾ïóå¡hR5Eí퓵į¾uŽ)­\ð°…Ę‚ßœ’»M±|,‚ ú–™%7². q2®®¤Ó‹`ÀôwÍYÖþKÎ7aÔôV\[4ƒ SÆÑa+ýœ0}×v<Îgé;¹°÷3Æï]Ï¡ÏóYG{Šól“âáslZïËçlIÉõÌ›âÉïŠs¬Fo›"­Ñ ÁˆÆó¶ÖÄâ©£L¬+Q¦ #hSD¡ÄX ™é™úïGVšba éÉé¨ ázÅæ=ÆÈ#4¨5Û*M” VÑv±˧N#9 ˜äw9«4ÁÌxp—T5<\5©÷RcÌŸ¼[SekVtÇQ}o‡±<×-«a¦Ð¯€iu‚¿9I«Ÿ#X¹l1ãº,士ص¸#åtêx½P6y)v—–øÕ—¢Î1#TF ÎÒa¹Úv~‚ B(ù÷lgŲmêL"3Áwâ‡t-ÃÅDP5ΨàAŒìQ ˆáÜí H¿C,5ysú×¹ø ùwØõýéÇ|u"Q».A…:¸[l•SC¼ÌR9¾ý,÷›@ä¶óàPŸrJPšbi î¤<µÂ¦Ï±*Çz¸©R9¾ý ÉEû‰‚@åX7UO¤PÑ݇w\*˜ç©‰Ž¹)Š{U5FÖT²†ø³qWßU[ckª9›‘þÏ_ÄgÀ…Ô«(kŒŒX.Ü;7‡ü·(­p«iç6sèöQ’u›Ã›ÎB9­^YI¢]%-Ò¹‘óba‡ò¼·Y°›¡Í^g§ïR~þª'޹4M;ºˆ9+“iåjÂõ½K™º3ºÓƒñ1ƒ^©¢\ ÞâAËùýèo7~e¹¾c“vkh68ûXMEêz•áî¶¹,Úð.M^Šãšº¯µÓ}¬Â4€ñý«ÑvÙ[ô)3™Õ0p“[æþt Ðclµ%Ö¹ž­xÓµf ルÒî“·ém9‰­Ü°Ê¼ÍÅKF´ îL5U^ý& ó$ð£ÞtWMeX[¬3/s<°y1¼ê…fFCgkФ"ªÄ£\OGË…2¸·ò€)û9›4ªåÅóƒ½ PgŒ¬¸½¡¢f€KûµÍ©=d8õÖNcp‡þ\Ñ߲ɜٺ”y{Ò©5u(õÊ蝹ªjo–Î߉ßQŒï܈UµOጘ|¾=÷šU°RßæØï7Aå…¹R·ŽÆ…Œ'-ñÛ¢€yñræX¦a².ý«$kÏ!‚ ‚Pú‹íÔÓ,»šXlè:ŠÚeê1qå$b†/`L¯PÚ7 xÙB:WP’~­,Õ¬9|%š+q€e5šõÃÜ‘5òy›DN9¯)àÖ³*•È%CNkO:‡l ôê:ˆ2§Öøüh1‘©Ë†Ñ#4 SçFô ÛÆ}*gü kg.¤_ÐÂö$LQß Ïèܶ²ÇZÐ`êf6ØLæýðñôY’&vÔ¼–Îu¯,O»wi:` ãfÿW¾iCÃ-¬·Ì˧Ð/<° R“þÔé›·Øs|Çmd[¹iL[:·W¥ ,*zÒªqÅÛ¨pü«bG²lo.È>ξzºº”)àV‰[¾F­Œ¬9z‡¶ÿ³y¼jX?(, ©WQ*±¢Ž‘ÉÝßrÊÌŸ~Ö®Žªªâ»í/1}Ú–ÞB`Q¥1½ç-cZß‚ãŒq|u.³Öú1ê½9Ú"D«™ñ'Ù¶x1¯gßû±t dØŠ0ÚÛ)]:6ž´ÅoüçEë*…Ÿc†B‡«èÊ!‚ ‚ Ïé&Ÿ?•€Ñð!ƒR?^ú ñq/–Æ™W oYŸé•#8¿&ðé·HÏu[ú6àíè±ü²s(®ÊÔ¢˜Ö¤ ë7óÛ|¿"?((‚ Âó%æz4+–/gñ²ð­@ð¸Üîä|âŸøû½œïä´Ï²5ïOk”bZá¹ ´£MÈh|Î…2."ú}ÓCç–%<>ÆÖ—B[Ad¢ðÜP¹ dù¼X6Ø)^ÌÛò5FŽ ]L7Ùà+‚ ²Ø6®Â ƒ·$¾/Lqë3ƒ÷rþõÂùAaŽ[©„ˆ£AAÈA¶‘‚ ‚ ‚Û‚ ‚ ‚ Ŷ ‚ ‚ Rl ‚ ‚ ‚Û‚ ‚ ‚ Ŷ ‚ ‚ Rl ‚ ‚ ‚Ûφt®DÌbÑÞ^Ì_3Ô¤reÓ˜Íô9Óéb ÷NþÎ?)WY3~PÑìƒZÛ>-–&~=íìì±µóá½ã©@:>òË^a-`U°›ÁÞö¸¾Á§¾ÏâÖ¾µünÔ˜>þ¶ÙPdzgj7šúT}´jëâד©ë/¢yÔ!‡f¿A‹šUrÚ8Ñ$$ŠT€ÌXÌ¢¹{ylíìq®×-Ѥ¨ãØ5©3¼ªb—Ów5ÿ`æ­ cpûº8ÛÙckïNó+ùó~Î`™W oncï}$=ºBÐ6FA²ãôÊkø¤ìgud"¹YP¶: ûѸi ßšÀŠˆiÔH?Ìò “.óIAá)ŒŸßPF”u²ÃˆóœØÉiG8‘¸W$mG3~Íï)„öp6¨P&W‘™ÂùÝgÑTŸ„·Uβ±:™‹rÎvá ý±I¿Éï1÷6\Ì8Ěל1V'qê§]œ²JøÇ/㨹KrT¤5»3¯.5¡Ï‡k õÊâΉLî÷eíalõûüuè—ìGòÙ²lSÏó}ÈæŒ?@Àˆi|:Æ͹µL ™@KMðÄ4ºÆ(H6P–¯‡_Å4~Ü™´võ03tYØc ܼ›ŠFæ“ ‚ BIÛJl[Of¸O'.êIà"ÀÈ‹a#­ù|ô6’¨Äà°þ¸)ïwó>&6öX©Š¾‡BiÓšONßÎûEV"W®=À¤¢+¶¹´7­äOÛÖX­Ú4ÇñÕŒœ»’3]§ák”Ó¦J Ú6Åòa1Ÿð¡Ÿ^Â+$’yAÕ0ü¼TDîìɺM—1Ú<§ï¦´ðÇ|ÙÍ÷½¯âÿz/Ú»© À‹û›72d×1âÇyâ˜û‚!á€~cä’ “òx”‡Ûço’ +¶ÕéIܾÅ–s8†Ú»bš½Î/‚ ‚ <ÿbe0u÷9Þ<~œKɸÖõ$%¼ ·À¦û,zÅL£yç/9“àHÛ™kYñŽ7æ†"+¤40µ4ÅH«ehÑ¥Œ?Ê™»j|mòo–~ãgS!:¤!!Ogu% œòc^±:¶œ$ænÎáJ œ*•…“±$e‘gsOQÆx|Õa†¥)¨$‘®¦ø‡ÎL¡žÃ”Çÿ¶mÄ€å‹x¿~b[A¡äŠíì­piˆ qu%^Ó¦¿kβö_rƸ £¦·âÚ¢l˜2†ˆ[é[Æ8§FÌ$=³˜›”¦X˜Bzr:j]Öµ ©Ñ ÁˆÆó¶ÖÄâÉ£1±®Dbócd‚ÔšÇm•&JP«óª(cxÚ>qà%g<}kQ«~G>øfÍo® ß˜­Ü’Wy ‚ ‚ ”–b[ý£s™°-ª !,È 3kwꔇô¬ß³ïvFƒ‰õUPÆ›ž­­87ßÊU<˜ó—Ö ~IÜ[yÀ¥ýœMzz)6íè"æ¬ÜÌÞýÛYý~?†íL§îÐ`|´ltVØ2>¸*q_¿M恵ؼïgîÚÀÊO~äŠ^ÏQœ1²âNpô†Šš.ì×6§öáÔËÚÏàýùpõF¶l\Cè . Ú“N­aC©W¦€‹€ª½Y:ÿeÒÅø­±y~©²`‚ ‚ H±ýìH=Í’±«‰Å†ž¡£¨]0¯ÇÄ•“xÅb;cz³,®ÁËÒ¹‚åh9/‚9=ëPA™÷“IÔr•½iÙÒK-Zä}‰[¾F­Œ#¬9zçéïT©D.Bî}xwí]Z…là›wª£õUÜ †laý”’6L¡_WéúúÿtŠ;†*0‹ˆï¶D?§S,=€¾ýßeéq{zÏÛΆá5òy;ÊCŒq|u.³üSÙòÞ‡½§¯AAþ(òùS  2(õ㥟÷âi­ŽcKß¼=–_vÅUy•ð–õ™^9‚ókŸ~›Ç¿™QLkÒ†u›ùm¾ï‚ ‚ ùs=šË—³xYøV xÜîwr>ñOüý^Î÷rÚgY€šÇO²i”ÿIk*íh2Ÿs¡Œ‹ˆæÅüíÃ4Î-Kx| Œ­/…¶ ‚ B `ü_U\å6åóbÙ`§x1·8hÔ90tI0Ý%ÒAA¤Ø~ž˜âÖgïåükÐÁÛ z‘ÔS˜ãÖc*!ã‚ ‚ %†RL ‚ ‚ Rl ‚ ‚ ‚Û‚ ‚ ‚ H±-‚ ‚ Rl ‚ ‚ ‚Û‚ ‚ ‚ H±-‚ ‚ Rl’¬Ûì™ÕŸþ ÿ$µ4É¥Iâ¯f29üté’ë¿ ›úQŸ¿Ï¤gŸ£|é\‰˜Å¢½ÿü ¦šT®lšGèŽ[dié)õÂ:æ…®áÏdÍ W†³Q¡Hû›í_$6«”çŒgEnýK›?J…-$ï ‚ Ŷ–b;‘“›d÷é»Ù'ƒ´?™áïŒû[?êN¨šDÛÅö¨²ž\ÇV.bùÎ뤿€6–ºiRÎòåð—©á`­=Žoî!1v}<œh2ýÝ'õ~ý|)_¸YpQ˜8ѧŒ¼ü9ïŒú„=§ÜH¡!ùüf>4†7 ô¿|4™9?Äa¦R”l\•Zâº+1’°î¼ή˜ŒüsF±‚µ€b`ÛTÿÒæR` É»‚ ”¾b;+žs{RÇÉ[;'jwÿ}·s±æ‡ÇÖÄÖÎßI‘<µ8—¼>ÎÙTë¯o¢~”õ/2ß/ûÿ½'Fïª]aAeOoj¸Ú¡Òe´ó|ôc"®ò¯J½™Ñ¬ °Ç¶Ã$äZüLÜÜ [»f,¹’Üewp líì}*T¯OÛþ³ùñÂý쟵×$°±ƒ=¶Í?åïÌÒ \:gõcôz=F°eÛV6Ooˆ…©Õ=½©QÅÂ0A^˜8ÑyO`ïÌPŽ»Že^滛ØÐœšC¶ÜÁ´…ÇIɯv»{Œ/wÞÅóÍNTU•°+J©ôŸ'×ùºïk,7ÁÆ_Vófe“gpAR@1¤íž…þ/ª?JãØ‚ ¼p<—ŸkO>Bм}<¨ý:C½ÎòÙÚMjÌɘž gì7Áº+¡cêc¡xÎPU£ïŠô•XMÉ·âÁ¹á‹»á¬|@Ü_¿Z’‹ IDAT²~ñ|‚~eÞÑïª\ÚVoâøm÷eTÍ×2îµ@Ê>ú¢ Ó6î,•q’³™[Óiµ¼7nº ä—ê0hx->›±ˆýã¾â¶ON ‰¿|Éîdo&u¨D‰—¥ÒF…ɆNôøì]m°0úæ!-úÿçüQ’c ‚ðÂñÖP2ˆ=q’D¬èôÁl¦Ï™Nk¸wòwþI¹Êšñ ¸€Šf„ÐÚÖpâ¨v3ØÛ××#¸¡m6ó*áÍíqì½$M ç¾M[§ìÕ]'o^™~œOrsEœrV~ëÏ9K@f,æÑܽ<¶vö8×ëFÈ–h ¼áš~ÍÓzP¯Rv?®Íòå•ܲiéS9‹LÙê4hìGã¦t|k+"¦Q#ý0Ë7ü­ßíÈç©›&ƒ¾û ªåø¤ÒÛHN>HP{ü×ãĬ~ Æ+¾9ýVªOߵѾOÛ;‚†92;ÖêÈøõWû/wœèÒAÀ¡ÙoТf•œ»N4 ‰"•,ní[ËïFéão›=µêkŒÓ+¯á“²ŸÕ‘‰UÝsñëÉÔõHy4X&×#‚iàR!»ƒ­†~Á©ûš‡'ˆbOÇØ…ÉMÏZÎ’>§µ/CØE×+©s§ ”Üʶeì0â<'öFòGÚN$îIÛÂŒ_3Á{ ¡=œŸ‰0&ÿd_Pø×g\‹ràB6v÷ÄìîßD›9?µjhÓõÖòÂæ\Q‘BÔìμºÔ„>®%Ô+‹«&2¹ß”=´‡±5r-iîqxJ'ú­Êà•ñK™ÓÀš;lâãÙ¿=ÑH{Ÿ#ŒuËi° ±°Ç¸y7U·-KH7ãÆsÙ<Ç—c몔á·\-R95¿+íçÞ éYP£;1¤Õ²Ç„[ÙM*µcÜÔ¶¸š%òÛç“øð>”÷ÙËXü–òtø¼z§~ÚÅ)ë¡„ü2Žš»$WpAE çwŸES}ÞV ½bθ|=ü*¦ñãþˤµ«‡Ù£sùÏ|q0:¶ÅÙX_Û§ògX:†Þ"`ô|¾ndIÌÎ…Lَ˚ìë] µyô™¥ÉFúÍkrºR¯j-±_@ù'O¼êò“±ú>:ÌEû,_Ü ›¬[D® !ôɸէN}ÒJ—?ª'sñÀAÎÙŽ |¡?6é7ù=â#æ¾Ó†‹‡Xóš3ÆaS»–öÅÉÖ„Ä“k˜w-òÊ™»j ëÛçзe-*—·ÇÖ©>#«!-%_yž[n2œ%w n§BÚE[>/Ñs§ ”ÜÊöѬpiˆ qu%^Ó¦¿kβö_rƸ £¦·âÚ¢l˜2†ˆ[éWNEUöjPÒ­$2qÈ^!V'q+gåRUF…AŸ©4­Nð7'iõs+—-f\—¥|Ôc»wÄ¡Àå\ Œh[ÿÉ¥)–¦ðàNÊS«F*Ǻ¸©²¸x"…Šîxx<ü¸ãRÁP95ÄË,•ÈMQÜ+@ ½ú,HμKY¸Õ´ƒs›9tû ɳnsxÓY(烧í·Ê_rÆÓ·µêwäƒoæÑüæ úÙÊ-=^›ûÜuÓ•c=ÜT©ß~&÷“"öW8Ÿ?¾è´¦š³éÿüE|¦1Ë…Û`çæs;>“;Vó›Qúµ°{4‰õ²}N›ãÛÏrÿÑ5W‘Û΃C}|Ê)uË£§oJÖFúÏkýåÔ襗©¶X+ ‡ÙOÏ#–K­?ž@HÔ®KP¡îVJR/â<žô¯//×÷ÆÛ·>¾*ÃÌëâä&ÉYÒy×àv*¤]´åó’8¿BéYÙÎ9YÝ;:— Û’¡Ê‚Ü0S$R§gã2‹m‹¢ä¦g!gIç]CôU»hÍç-Š.[uƒ ü«ŠíÔÓ,»šXlè:ŠÚeê1qå$b†/`L¯PÚ7 xÙB:WÈž”åCÙý}UÞŸó%Û~‹æ>`bãFãN˜<ù-ê”ÑuW0×-WeyÚ…¼KÓK7û¼ò•ÇSí3ãO²mñb&^Ï~¥K ÃV„ÑÞN X8s!ý‚&6°'aŠrø}Fç¶•i²…õ¶“ù`ùú…gTjÒŸ:}óÛ`Žï¸l+7iK§ñöªt@EEOZ5ÎY©WXhíÓA«œùÍÕñÝö—˜>m ËGo! °¨Ò˜Þó–1­oGâä"ޝÎeÖZ?F½÷!G[„èpòó×M¿³‘ ¦nfƒÍdÞOŸ%Y`bG½ÁkéìoS¤þ çó‡Q±åkÔʘÁš£whû?1—ÉÝßrÊÌŸ~Ö(€Œè-|õ§9«›ðô+Œõ°=æÔ¿‘-&2uÙ0z„faê܈^aÛø OeL€ZäÉüC‹¬™¥ÇF¹Ñ~¼.9såŒoÚèh¯%ÖêäŸCZWÉ3tùÉ`èôSióÇä–Jä’!„G§‚µ'C6úNõì8÷— o0jn¯›ýÂRUY|::`ªm;ܳÈMÏBΒλÅé+ÓvÑ–Ï*]¶„êA(nšÍçO%`4|È Ô—~BB|œXI ‰:Ž-}ðvôX~Ù9WmwD1­IÖnæ·ù~XÁ¥E4š_µ'?çk…Ø(„Ú™W oYŸé•#8¿&°À7t”8ÿ9Å.‚ðˆ˜ëѬX¾œÅË·iÀà>p¸“ó‰âï÷r¾Ó>ÈÔO\.k”bZAxÎ(íh2Ÿs¡Œ‹ˆ.ø­¤qnùXÂãù`lýì¢%ý2מǢÕ[øY)ÄFùÙH‚ ”"dG’ ”*·,ŸË;EÁ·+5jŒº$˜n9›Ó.màÛ¿ÊòÊÜú¼Èµvql$ˆ?AJ²DAAøÏ#ÛHAAá_†Û‚ ‚ ‚ Ŷ ‚ ‚ H±-‚ ‚ ‚Û‚ ‚ ‚ Ŷ ‚ ‚ H±-‚ ‚ ¾ØNçJÄ,íýG˯¡ý‹Ñ¤reÓ¿™aãÍq¹•ȱ•‹X¾ó:éE*¶ïðËg‹ølßÍ¢/h¹z@ô±]lJx¾t†˜‚ ‚ðÂÛYñ˜Û“:NöØÚ9Q»û‡ì»s†ÔÜãðØšØÚÙã;)’dÍsÒZÀÞ™¡w˼ÞU1)m^QXPÙÓ›®v¨Šì!sj #ØrÓ'Eb]0xÑ{žO‚Þ`LÄÕç{wÈ óCA^b;ùHAóöqËóu†¾áEìþM:È= íL8c¿¸ Ö] S ÅóQ:3f3 ¶¦ÓjloÜT¥Ð+ªjô]±ƒMÓšb]›¼T‡AÃkqkí"öÇk$Ú…CÍAAø÷ÛÄž8I"Vtú`6ÓçL§‹5Ü;ù;ÿ¤\eÍø\@E³Bhmû„(ê[|Û¡<¶vöTÚG ¾½žŽåí±­?‡³é@ÚL«m­=Í–]ɳ²¦NØÍ`o{\_àFæ“ßdqkßZ~7jLÛl¨ãÙ3µM}ªbk—ݧ‹_O¦®¿@ŠæQ‡šý-jVÉiãD“¨ì}Ä™±˜Ds÷l™ëu#dKtöau»&u¦‘WUìrú®æ̼Ua n_g;{líÝi>p%ÞÏ,ó*áÍíqì­;:Ç(H6cœ^y Ÿ”ý¬ŽL$ßr[Ç®I]ðóªòH>ÇZ¿þÊÓ{œ³8ºl0­½sÆï¸¯O?¾Q=ó#ý›§õ ^¥ì>\› äË+¹¯–´Ø¢Ò~›Ë«u+eÛÇ­Á‹÷h B&×#‚iàR!û{/Z ý‚SåÔ¤pîëÑ´õqÊþÞÉ›W¦çAQäÑÚ—9ôñ•.YÑ×–jâvÁÃ΃?Å¡ÈºÅÆ¾Õ±ó›IÔ>¼¹¢ N9òÔŸ“³7^çœ(†ùͽâS8Acül»7¢¬“FœçÄÞHþH;‰DÀ½"i;B˜ñk&xO!´‡óÓ‚(miÜÙ~9Åý“G¸šHÕ³ÛùS ü}€¨„ñ¸gàÐu€j´t*p+ˆF£ÉUd¦p~÷Y4Õ'ám•³,¦Næâƒœ³AøBlÒoò{ÄGÌ}§ 3±æ5gŒÕIœúi§¬‡þñË8jî’\Á)DÍîÌ«KMèóáZB½²8±j"“û½AÙC{[ý>:Â%û‘|¶,ÛÔó|29ã0bŸŽqFsn-C&äÒ„C<1Í£…®1 ’ ”åëáW1÷_&­]=ÌòÛ÷ùëÐa.Ú`ùâfØdÝ"rU¡ïô¡¼Ï^Æz¨€Tþ ëBÇÐ[ŒžÏ×,‰Ù¹©#ÛqYs˜u½+a¬6€žš{žÒ‰~«2xeüRæ4°æÎ›øxöoúÛ¢F·*2Ìh8d)\MˆÞ³„^åšÑ!¶©Ž #lj÷`ÂÒ¾8Ùšxr “'Ž#¨J#~ï‰â¯Ï¹åÀ…lìî‰ÙÝ¿‰6sΉ¹ÂÉ“®µ/ír˜êá+íý2®ZÏdékûè5r ¯6ø˜Ú?gôOxw×h꼤àá«6]?aÝ(/LQ`^ÁUÏ9aH=ôO]q.‚ ÿºb[‰mëÉ ÷éÄÂE= \y1l¤5ŸÞF•Ö7å}ânÞÇÄÆ+•0Æ1°3îœâÂÕƒœˆ—¬]‘9«X§ùéTíÙÃy§¶´sÉ{¢TÚ´æ“ӷ󊔕ȕk0©èŠm.íM+ùÓ¶u –@«6Íq|µ#ç®äL×iøå´©Ò‚¶M±|X&üDè§—ð ‰d^P5L?/‘;{²nÓeFŒ6Ïé»)­ü±Ä_vó}ï«ø¿Þ‹ön*ðâþæ ÙuŒøqž8æ®Aè7F.Ù0)Gy¸}þ&©·Ø~B÷6­°ZøjØï3œ-?ßb”G%Œ2wÉYìûmæ‹I~X6 Ü•º ]Îéî3¨eLáõ4Ê«ç‚518 ÞÁÊñu1hæIÒ똠¯-jÔ ¿²É´ñH&ôÏö--b{¹ý–­äTÐlêš)(ãÞ–nî9x¶å{‚öŸ&iœ'/%^'Kš¶hCÓº6(©Eƒ"Ê“¥¥/Ð.‡©¾ÒÞ!ãj| ZÎXFï½=úŽ ¯ã;p»‹ÑµÊ<ÕÊÎ/o¯G±¥IØ£çœ0…ŠÏ‚Ç4–ó ‚ðLªágŒ¢l¦î>DZm|±Èó[é5‹Õ·À¦û,zÅL£y•ªxøxãâX›7ÃO“¢“ʯйÀYvœ<ÏÁ}7ÀÈ #ðû®SœÚ“}K¹ü+p7-„@Yi$¥©¥)FZ/ChÑ¥DåÌ]uÍÒoãl*œ iˆCÎíi[—žü˜ ñWò}p̼bulI$ænÎ>¥N•ÊBr,IY†㱇Ͱ4õƒ$ÒÕz…• ¶s—, ýú¯œN1£^;ïìB&çîC£5àÆ¯üy'ÿŽ ¯çq.¥›Q«¥{v¡mñHvkj·®7£¸pW ¤s}ûú¶¬EåòöØ:Õgäa5¤¥®óšÛZÁoÖ¥yß÷ùòP4©š¢É£­/]rèã+íýÞ–Êr-xq/Œ|ë|<¼f¾)ŽŠ¥Gã3÷˜‚ ‚ð,x>‹9ÆV¸4 Äȸº’N /‚iÓß5gYû/9cÜ„QÓ[qmÑ 6LCD‡­ôsv¥CçÊÌ[xÈ5_qí”cm÷Mdõî5¬á&`GÛn^:OþOŸaM±0…ôättÕžŠ‡_i{¶P£Aƒçm%¬‰Å“Gcb]‰2Äæ=ÆÈ#4¨5Û*M” Vç?TQÆxˆ:ä4PXX`¢÷¥•*#Pg©@“=ÜÓöyò»|»)¤ž ^,{öjÒ/…óFï0’ºÏfehcU±ìÝ‹å0­Nð7'iõs+—-f\—¥|Ôc»w¤\aåÑÒ—Íß:äÐÇWZúw0.‚-5ÉœÛ÷ ñÃõ-¬‹C&Vh}.±HñZ=òX´øÌç‚ ‚`xžï‹³²bÙ6u&‘™à;ñCº–áb"¨gTð Fö¨Äpîv Â­kW*qÛ¿âV´èÙ‰ž-màê÷D\lÛÒ«f!Ë+ckª9›‘þÏ_Ägji§N$j×%¨Pw«‚ͤr¬‹›*‹‹'R¨èî‡ÇÃ;.Ì1ÄËŠ5FF,nƒ›C[HtŽïÔ/³TŽo?ËýGöI rÛyp¨O9ÄÑÃq"7EqOó íu‹Ÿ7g?¼¬”¤^>Äy<éÿ^_^®ï·o}|rmFQ˜Sµy_f|{„£3jrã»ùlý'³hòЗ^rèu‘ÿ…·¥†»‡gòΧ¼ýÝ~Vt¼Çg§s0QýèÂÕÒÜIyjeØ`sB_=žS| ‚ BQxŽÛ5Ü;:— Û’¡Ê‚Ü0S$R§¸*í>y›Þ–“ÐÊ «ÌÛ\¼dDËàÎT3Ày¾8cdÅàè 5\Š\l+ʵà½!´œßþvÓàW–ë;0i·†faƒµÚ§°ãLæIàG½é®šÊ°¶Xg^æx`£§- ¨MÓ¢³kŸ öYÿðÛºyÌ:¤¢õâþx™‚ºrCª2—Ua«qëS— f÷9÷X¡Œ˜|¾=÷šU°RßæØï7Aå…¹²ÐòhëËL‡ú ­ÿÂÆUÕ´_™5ôs2ûl`j€^aüàן!3ºrä#¬L*R׫ w·ÍeцwiòR×Ôx­mñçD¡ô0P|œ3AáßPl§žfÉØÕÄbCÏÐQÔ.P‰+'3|czý€Ò¾ÁËÒ¹BÎ UUžoÕ lú9Ìšö¢^YµzÒÊjßß­Äë}uïÍû6#*¶|Z3Xsômÿgóx¥M•Jä’!„G§‚µ'C6úNu´®-*,h²…õ¶“ù`ùú…gTjÒŸ:} .þ W…uŒLnìþ–Sfþ¬ð³.Æ*»9µÆoäG‹‰L]6Œ¡Y˜:7¢WØ6>èSÙ€? dŽï¸l+7iK§ñöªt@EEOZ5®˜í‡ÂÚBù®þMpÝ΀‹°t dPø&uËy ŽÇ¾\xƒQsCxýÛìß™T•uÀ§£¦ ÈŒ?ɶŋ™x=ûz–. [F{;%P8y´õ¥²Õ.z¼*]»¬…‰«v¤~:–U÷þǪ‰M±RÚ3kZ#ŽOxð>Þó²&pæBúM l`OÂåð úŒÎm+{NhÕ#óÙÆgÞœ!‚ Å(ãòùS  2(õ㥟÷âi­ŽcKß¼=–_vÅUy•ð–õ™^9‚ókŸ~›Ç¿™QLkÒ†u›ùm¾ï‚ ‚ ùs=šË—³xYøV xÜîwr>ñOüý^Î÷rÚgY€šÇKdšÿæfF¥mBFãs.”qÑÏ÷§¦Ÿiœ[>–ðø@>[_ mAA„à?»+Qå6åóbÙ`§x1okÔ90tI0Ýdó© ‚ ‚ÛÏSÜúÌཛྷ :x›A/’z sÜzL%Db\A¡Äwb ‚ ‚ ‚Û‚ ‚ ‚ Ŷ ‚ ‚ Rl ‚ ‚ ‚Û‚ ‚ ‚ Ŷ ‚ ‚ Rl ‚ ‚ ‚Û%ë6{fõ§ÿÂ?I-Mri’øã«™L?]ºäú·ÛE}«g²ò,ibMáY‘ö7Û¿>HlÖllÉ{‚ Rlç-¶9¹ùGvŸ¾K@ÚŸÌðwÆý­uŸ¬4ˆ>¶‹íQ d=¹Ž­\Äò×I—¸4œ]Ôwøå³E|¶ï¦ØÕà…Ò3œZ‹ËBÌÙç€:1’°î¼ή˜ŒÿÌØ’÷AJºØÎŠçÀÜžÔq²ÇÖΉÚÝ?dßíœ3£æ‡ÇÖÄÖÎßI‘$?ú½ôûzÇ[;{l]sø¾¶’ØûVåì¶þK¹\ÔóŒÂ‚ÊžÞÔpµC¥Ëiçù$è ÆD\%CbGø¯SRó¡0söY“y¯û¾Ær³lüe5oV6ùoŒ-‚ ”|±|$„ yû¸åù:Cßð"vÿ‚&äv&œ±_Üë®„Ž©…âáQ渷öDp÷Q±9§ð{ûxÇÛÛ > Ü{7ûÿÒcøíÜì6¤bQÏ3ªjô]±ƒMÓšb­€„ROiš³ÆNôøì¿;šföÆÿ±A„’/¶cOœ$+:}0›H›o IDATés¦ÓÅîüR®²fü. ¢Ù!´¶U>%޵oո̡ )¤œù½·² ë{ןæ> I¾Ä/×TÔlåŠY®ñÕ »ìmëëÜÈÔ"hæU›ÛãØ{IšÎ}=š¶>NÙ«æNÞ¼2ý8ž8äæŠ68ÙÙckgOý99{3c90?ˆæîå±µ³Ç¹^7B¶D¼O8ý›§õ ^¥ì~\› äË+¹eÓÒ§r>6F»&uÁÏ« v9r;ÖêÈøõWž–/+£ËÓÚÛ1g¼.Œûúôã;ê8vMêL#¯ªú©æ̼Ua n_g;{líÝi>p%ÞÏ9¨0rÂ.öÛ\^­[)[·/>BÜ£-™\¦K…ìï¼h5ô Né«CaäÑÚ—9ôñcaí] ìjâvÁÃ΃?Å¡ÈºÅÆ¾Õ±ó›IÔ}MÑçCqõÈ=gõŽ]=æ€Þ¾z¨c0mšúR¥BnãÙ3µM}ªfkg‹_O¦®¿@ŠFϸS'phö´¨Y%§'š„DeïmÖ6v¡rÃ3–³$ó^qú2„]râò×ða¼â›3F¥úô]}'Èz ‚PªyfË!eì0â<'öFòGÚN$îIÛÂŒ_3Á{ ¡=œó ªÜœ¦¶s¹ŸÎ™Ã“öж !çû;û6röA|®áB&@ ÚùZQЗF£AS¹ÓÿúŒà‘kQ\ÈÆîž˜Ýý›h3gž\8·éú ëFyaŠó ®¨H!jvg^]jBŸ×ê•ʼnU™Üï ÊÚÃØª\BÝãð”Nô[•Á+ã—2§5wþØÄdz{¢‘ö>Gë–óñ õ>:ÌEû,_Ü ›¬[D® !ô>”÷ÙËXÊŸa]èz‹€Ñóùº‘%1;2ud;.k³®w%ŒÕ÷ùëÐ.Ùä³eئžçû Ì€€ÓøtŒ3šsk™2 —&šà‰â¯BÈi»ä±õC2Ìh8d)\MˆÞ³„^åšÑ!¶©Ž #lj÷`ÂÒ¾8Ùšxr “'Ž#¨J#~¯K‡ÂÉ£=¾´Ëaª‡Ó co]²·žÉÒ×öÑkä^mð1µÏèŸ*ðî®ÑÔyIÁÃjªÐ󡺡õÐ7vuÍÂä]:&sñÀAÎÙŽ |¡?6é7ù=â#æ¾Ó†‹‡Xóš3Æ:ýÄ©ŸvqÊz(ῌ£æ.É\tÚ·p¹áYÊIÉæ½âôe»Ê©ù]i?÷M‡|Èê€Ê݉!­–=&ÕS„ÿl±mÛz2Ã}:±pQOF^ iÍ磷‘D%‡õÇMyŸ¸›÷1±±ÇJ•S.›»Ó¶®)_íJ#æÈIâ¨Ø¶ý˜×¦¥í ö^ßΆóÓ¨øç1þ¨Ò¿ Fy—ìmZóÉéÛ…–;+ñ: XÒ´EšÖµAI-ä¾ °sÅËÛëÑjº&a¡Ÿ^Â+$’yAÕ0ü¼TDîìɺM—Q£ÆS'M¬‰ÁiðVޝ‹9@3O’~XÇ„'Úhës@KÝræÆ´’?mZ` ´ðÕ°ßg8[~¾Å(J%dî’³Ø÷ÛÌ“ü°l@¹+uºœÓÝgPËøa?Mià%þø²›ï{_Åÿõ^´wSA€÷7odÈ®cÄó¤\¢þrÂ.¹mýH÷Æ#™Ð?K€ ±½\‡~ËVr*h6uÍ”qoK7÷œÆ Cù··ðõôFÙqù }(Béå™m#Q”mÀÔÝç8¶-‚o"¶y~+Ý£f±úØtŸE¯˜i4¯Ro\kóføéœÛs–Ôêè›ÝÉ…½üqj+ÿ‹—Ç0¡¯;ð[7DqbÏìš½L5•áä6¯9±­üðf]š÷}Ÿ/E“ªci<ýÆ1Φ™†8äÜr´uéÉÉ%!ÏÃcé7Žs)ÝŒZ-ݳO8EèÓ¸r>åx+)(miÔ¡Üø•?ï¨ó·WÅêØ’HÌÝœ=J œ*•…äX’² gOCØE¯õ”ÖÔn]nFqá®Hçúö9ômY‹Êåí±uªÏÈÃjHK!]­]‡ÂÊ£ÝÚåÐÇ…³·nÙ•åZðþâ^ø†#VùxxÍ}SK"Ænî1 “ Š‡Æ´èR¢rF¸£„rƒ¡ä¤„óžÁíTH»<ŒËºm½ž*´Ÿ‹Aøo¬lg÷n…KÃ@\€Œ«+é´ð"˜0ý]s–µÿ’3ÆM5½×Í`Ô1DtØJ?g#ì›t›cœN9Â'ó~ç/Ìi÷š>Uºâ:k.­›Ç2u ð;Ö Œ!e6­Nð7'iõs+—-f\—¥|Ôc»wÄ¡ c44ÑxÞVš<™V˜XWÊ+Ÿ"g_[òÔÕ§©yÁrêåU#TF Îzx¶ÌÙn“k?ŽâÉïòíÆ#4¨5Pš(A­Î>F›=Ÿ] }Ué—Ây£wIÝg³2´1ŽªXvîÅ î˜(WXy´ôeó·9ôñcaì­ìšdÎíû…xŒáúÖE¡N“‚·mé×olñôÈ;`Ñb7ÏÐßW劤ããG£GÜ•Xn0œ%÷ŠÓ—!ì¢Qç—Ïˇ‚ üV¶Ÿ"+–mSg™ ¾?¤kÙ.&‚ªñpFbdJ@ çng¯;оÀï½ ¦þ¼Qß ÓjèV ˆ?Â/w“t­mYD¡´d|…9U›÷eÆ·G8:£&7¾›ÏÖ2AiŠ¥)<¸“òÔJ˜Ê±.nª,.žH¡¢»?î¸T0Ï“kUN ñ2K%rS÷ C¯> ’³<”éøö³>åŠ*zÊi0»èŒÇ[ü¼é8ûáe¥$õò!ÎãIÿ÷úòr}o¼}ëãë ÒK‡"ÉS@_zÉaH{ë”]ÃÝÃ3yçÓ Þþn?+:Þã³Ó9˜˜Sœh>*nžgìIGu"Q».A…:¸ëw%‘ $'%œ÷ n§BÚEåX7U*Ç·Ÿ!¹„ó» /òÊvNQ{ïè\&lK†*C rÃL‘Hòu"‚õ{R¸²3LšQÏ1'Q©\hß¹2¡ ¯e/05{ƒFå p¡K/WBçü•½.Õ 'ËåêV'ìfh³×Ùé»”Ÿ¿ê‰ãCM-q°†¤ÈõlýÛ®^O—³“Ï·§à^³ VêÛûý&¨¼°1W‚IEêz•áî¶¹,Úð.M^Šãšº¯µ d|pUÚ}ò6½-'1 •V™·¹xɈ–ÁólsQ”kÁ„až~ԛ këuæeŽÇ69ml´÷é|[‹œE©)ʵà½!´œßþvÓàW–ë;0i·†faƒñ1ŠçµÚÃÛ¥ -EiчٵÏû¬ømÝ‹ù]Ý ÑWq좰 `|ÿj´]ö}ÊLf@@5ÌÜä–¹?ÝZ]¶Ïm‚ ü‡‹íÔÓ,»šXlè:ŠÚeê1qå$b†/`L¯PÚ7 xÙB:Wx˜äT¸uî„óÂ%\§ -û5ÅF‘ýÿ.¯öÁkÎûœAAý×ü±ÕqâÎó6eyÚ…¼KÓK7û¼ò•ÇSí3ãO²mñb&^Ï~É’¥K ÃV„ÑÞN X8s!ý‚&6°'aŠrøþ¿½;‹ªj8þ›0dqq\r7wÔÌV5×L_MÜÍ%5*Ì% —ÜHSÓÔ’^ÍrÉ}K3±Ä·4} PYEEdûþÁ Î‚¢>ßÏg"™{Ï9÷9çžyæÌË€/èÔ±ƒ¶±Éu"S—O¢hà€W³Ôëg(´§Îû[ØQj S–LáUé€ ‡r5i÷B¹ì/Ô©L–YÖd; žº[øÞá#&/}—îÁYØ–oBÏLí[¡Àß‚ÏÌW;>.ÄZýU[4£êæPu_˜Ý†ªþ ]Ç„®º»áø gÍ‚«Œ™Ä[ßdÿ;MɲÔz½,¶*sÇ¿ö˜*Kãjº–ÜV'_ñ6Ë—Iý|<«n½Âªšã¤ʼÊ'SšÐx| ¡øÀ·°Î‡|Gfq»ö»&•ðÅà Lçšt ÚLðjÙcÙ§€ý]sCQ´“Ç<ï=LY™…•&oe³ËD> ¤ïâ,°q£Á° tjS®àmK4òÚ&„(¶T~ª«‘Ǧ~¶d‰ ñ%!„ÈW¦~…ж ™V!Œóëüq”vJÿ !нè¨HV,_΢¥¡Û4à.p¸ÜÐ=ôþÿ–îù»ºí3,@«·¡¨%´B!„B I¶…B!„("òÕ !„(ô™µ"CÇ1TÚ)ý'„xæÉʶB!„’l !„B!ɶB!„B’m!„B!$ÙB!„B’m!„B!„$ÛB!„BH²]4Ò¹ö ÷_#ã iqæµý¬ßEza¦¤rù‡¹ïŠ!KÎ!„BI¶ 5Õ¾´š!c–±ïiůqi2½Ey¼ÿó=±Y÷ßDþ¸” ½üé½ô·µY‡J!ùüV>:Ž-׋0ÝVîyb;#mRo0†B!„O{²•À¡9=¨ç鎫›'Ïw›É8]6¤ÜâèøÚ¸º¹SgB8ÉJµA›ÈþÁœ¬:ž¹}*aSÜzEå@…š~Ô¨ê†æ^i¨<àk¿HÆÂî Úò°+ÒöÔB€ã.¦,8IJ‘%½çY6 7ã®<ÚO ÆP!„â)O¶“bÀÜÄÔ|‹½}‰=8Ÿs H;Êø/¯ƒs‚Ç5ÄAU4mÈŒÞÊüíé´߇êšbØ+šÊô[±‹¦4Ç9W l(ãÿ›=ÌâWKcõ°õ‹{ÿ­|9¡)þ(u¹>ƒ‚—sºÛtêZc¶Nk™3„B‘¯ì÷S•lÄä½ç8±#Œ¯Ãv~~;Ý">am ¸tû„žÑShU±>µü¨âñ^Ô«C_ó³Ó`>Y{3ÝPcR;UÁÇ’¢o’Ø×Ìøö*¾{»>­ú}Ìš#‘¤¹&=ê8§Sìhð²_v¢  v¥Ék5àêqþ¼a¸óÖ)„B‘g¡ÎÚ‰*ý©d\YÉ .€m¦½gÏÒW×pƺc¦µãß…ÓÙ~ãó[;çJд‰{Ñò-v×YÂO_õÀãÞ‘–À»L:ÈÙÛƒ©Têþ^iÇ2{e2íªÚµ “w§SZµì#‰¹ÊÅŸÀ€J¼¼ìú8N`P»ê8eÆqá¢m:Q¹r¸‚Öav? dÅŸâØU µÛT1˜l›+£RÚq>±šÌ¾›™ÜÆß¾k:áÓ»ðó§-p²)G}ßÜÜ1‡…›ß£Ùsñü«mB¯Ž·Œèݬޙ‚wíŠ8iã8ñÛuÐøâbÿàΪR­ù`¸mçõg Û45-IÔ®ùLØ«Ð2d˜É>Æ¢q%„Bñ Ç·œ—zšÅã׋ =‚Çð| À¾­œÀK;×3€¥ñXº€N¥ostF ÛnmË™ìï‚÷@>Vˆá«÷æqÒÈ_eyðn$V”kÛ‹º?³îØÜÏiR _<œîÝúòÞ†›´ ÚÌ×CªaòVÜ*mcÓ¤6ÜÞ<‰þÝߤË[ãXôã_ÜÈ,¤X´³ûeruï7üeׂ>M ¯&›,#sŸgÕ­W˜ýQsœT`UæU>™Ò„„5„žM•3þ3Ðßû×»‚6LS™~+vÑOÆBñó,öMV<¿î½„¦ÕÞïåOÉ{O4cÊ–ÝÅ2¶™Ñ[™¿=vËûPÝ\‚ü\=†Ž¬ËÓrðý¯xÅUõZ!é—5ìMöcÂk^ØÌ€Šî¼ðÙ?÷W³9ú./ÕÑ•ëÕ~"ï=Ÿ¶½ŒÄÀPlMöe"Gfõ¦uíŠÙu¹yÒ,(‚T²ˆ9°ß¬^ o ×ì ÅäñZãùR/j¥dmx¹®ÊVnptõîÖéÃ+åm,½¹1aª=ù;F–ŽáÌXÍ  Có:T,cÁ|dnþ23Ö˜Šêܵd³Ç_ÌúC›À¾É]i^«’nܸS¥i&oú›½Oy£ÂhT¥Lö6e}i7âKþÊ™ŸŽ=3uçgn*êvÛ×H3eF\Ìc…yœâi^Ù¶¢¤§VœçÔþpþHû™SI€w9Òv1ýx&øM"¸{yƒ ²*ý ÁKºsôío‰˜Å€ˆì¦7œº”AÞ¦—%E1<9Ë«þù‚€ÑP^À–n5±»ù?"íÊçZes鲌c|±E…}™ªhH!bV'Þ\bCß™öÍâÔª˜Ø¿7%ìc|⾺÷Ó©25ý|qÌùEòƒ±˜½è ¥ßÙÆúiM²cq%;Õ_¦ûkþ8-kg°¯Ö»÷b`ß1’Ó—[ÓÑ¿ùýveErù߻ؔ«Š«µ…çMi|JCÜù뤂nÖR Ï d͹›3nMmceîø«?W¼úCožìØ>û|mסo6bôœ•œé2…:¶*Jxw¤«·®ÐF>¤mû/žæöû5ï½æ{Jâ…>7E;÷¼[e=L\47ÏçEч⩽ŒT%1yï9Nìãë°„ŸßN·ˆOX.Ý>¡gôZU¬„O-?ªx<ÏÛ¡§õ>‚%ùo„'Þ“}á¿Åez;íkf|{ß½]ŸVý>fÍ‘HRÍ,§_=ÁÙT8Ô˜²º‘\«ôàûdH¸œøÀ— Ó¯žäbºuÛzgO"(Ó:í´¤}êR­ùxQO¬}ÍÏNƒùldm£m+èq¨ªàã IÑÙwBÈO¼Ó£Žs:ÅŽ/ûÝŸŒÔ®4y­\=Ο7´†ùÃÔùˆûÊâO`t±¨ßÑ7wòcìD/Yo—û1(Œ¾ÌÎ2Ò¸¶Ž¶XYz©íp´íÝÛ¤çtYV,û¿ü¥Ñx±Œ•å±·`L˜j}!ŸGE# ç©üÏG¦·OÎçX+Ês×’mÌ1ïìe°²´î\"qæ¦H'jçlúµ­K…Òî¸z6dôQ-¤¥lÏ#›› ©ó×È|Ç)Ÿq15Ÿ?Ž×ñÄ®lçÔæD•ÆþT2®¬äÀ¶ ÓÞ³gé«k8cÝŒ1ÓÚñïÂélž4Ž°×¶Ó¿¼Uö7Ç'ú?@åNiu±·w1jð*|7˜ª…y×Ûj|ý;í~ cåÒE¼ßy Ÿv_ÅžE¯SÖøµ*(XñÂÜí„4Ó?UTØ8{QâwºU{Åäõ/¦Ë´µ7ÞNë´OIæÜ_HÀ¢¶±1bõš9¡â!ÚH¬ÁKŠ4V ÍÒ ÞºK‚ò4J¥ÿœ‘˘,®Óú1÷•¥­ÁX`i ¥/µ-¶žœŽÖ’sÈЦ‘œ*lto÷³böòå M—´¥´U>boɘ0ÕžüŒ¿Ç#Kç©RfÛ•¯ãz.vO>ÇZû© ãÖÐ6æŽ__ÌúÃð¸Éþ(~1”Þ}B¸Ým+ƒ_ÀCËž±=™n.©zsS¡´³¸¿Fš*«0âbj>¯/âÉ]ÙνÒËŽÉ3Ï„:ͤKÉh.$æ…‘Œ Êèî^@4çâ2²?^Þ3‘aëc:.ÝÅÞÏ_¥$q<ˆ¡_\,à=7MœÅ*{*µêÇôo~æØôÚ\ývÛ¯e‚ÚG[¸{#%×*‹Æ£>Õ5Y\8•B9o||rÞT)cÿÀù£ñlŒ¯]*á?DpËH3,*ÓX;ó]–ÂÍ£3òyï|{¯ßâ‹ÁÓ8œ¤½—,Æqç;ÞFâvrçYîÜûˆ#‘ðç¡lCj•ÊÇpÎgª¯,¥ñh@uM*'wžÉ{…IË+`_Z;S¹¼é×þ!!ÓÂøfÄòw¸U/«û8>“«»Öò«U3ú·v»7)Y{KÇ„©öÚyT”1²| [ÞNÅ¢ã²55ÖŒÌ Ezî>ìX.¶ý¡G›DÄž‹P¦ÞNjR/á<5øA?^lè‡_†Ô)«)œóúaæ¦Bj'Åþ52ŸqÊg\LÍçãõE<é+Ûº þÖ±9|¸#*'d@uìTIÔ+ §ÂØ´/…Ë»#Á¦% <4hö3yÔIìÚÎbn/ÎD;ó¾˜)«RÚq>±šÌ¾›™ÜÆß¾k:áÓ»ðó§-p*èq[ðúi2Þ<·†ûÐv^ºMcPÓ’DíšÏ„½ -C†QËŽ®-Œ:e_Yü^Á¥ +Óqéè[b"ƒÚTÆþîubì[еEAÊ+h_–À»L:ÈÙÛƒ©TJe6¾Yñ§8vUCí6U²—Ì«ü¸6MËÕ´tSç/öŒ SíÉ×Xxœ1ÊÇ6Ûμs`m3Û›k­Ì /͹[(cYSÌúC7nÒŽ-döÊdÚUµ!jÿ&ïN§þ´€ìØThL%æ°*d-ÕûÖ§ŒÝÎÆg>t, 27E;÷¼[e=L\LÎç­ Þ6£yxlTº‡Z—€ÛŽ>TQEIˆ+ÜGÔe\5pQzlü[‰‹Sâc” ['(/U²WEíÞH Xñ›r-î’²-ÀCTÏ+ÓGß+çÚÏ“¿ì¥¥Ä‹Ÿ+§cr×÷÷×J2(Ní+\×.F¹øÃ{Jó26ŠÃ‹ë•K×U>ñE±í¦ü/>N‰Ú¨´,ŸÝ@q¬â¯¼»æ¤r-§Þ“Ë•þÏ»èÚTJ©°I¹§$\ûKÙ4©“R§´n_Å«ÙeÏ¿Fâs^ÙñI/¥‘‡F·½Jq(WSyñƒ}JtÎ6&Ê4×ÎFËŠVŽ|裨_QVŸÑmM‰ø´‰bCu%ðpTÁ;Olâ㔄ÈJ@iÏáû”«æâmhÿëg•ïƒ:+uܬ@±-ßDùOÈ>årlÎóYçãî+CíSþ·IéôŠwÐ/Êu½:7Oêt/ظ) FíV¢,ˆÁzòÛ—ºGÌo³”ºêJǵç•x³ñ½¦œú´be×VYu.{¼]?1UñÅ^yI·¾cofL˜jO¾ÇßcŠQÞ‡Ù1er>Ê3Æ[0kÆæ†kEsîZ´ÇS¬úCwL¸7Pê{Ùe?ï\Séô½r>çu-îŠrtA_¥Q9ͽ:4%Ë*µÞ^¯ükzìöÜTdí,¶¯‘–Í3çXAÛf<’‡±Ç§N*#‡U€mÀ&`ð90˜ z/ oÀS÷6ð9ÀV—G«õrë{Ÿ`éÿTV#‡MýlÉ2âå­ˆÂÄGÉñlë׈w"ÇóËCq7‚)Í:°Ñ+¿ÎkŠ\\èO“yÕØðûj^rVIŒˆ‘xªû#ó ¡m2­Bç×ù½CÇc÷¤´Sâ"BtT$+–/gÑÒÐí@p¸Ünè zÿK÷ü]Ýö™@ åþõÊŠZB+„x(j7:¥Ö¹`Þ‹4~WÒ8·|<¡ þLß0;iI¿Ä– çqh÷š:©$F†b$¤?„O4¹‚GñÐ4Õ³|n,›ÝTÆ¿z¬h±òhÈÅtÕ]<˜vq3ßüS’—æ4äiε&FBúCñd“ËH„B!Ä3O.#B!„â #ɶB!„’l !„B!ɶB!„B’m!„B!$ÙB!„B’m!„B!„$ÛÏ´ÌkûY¿7Št …B!„$Û"Ÿ”»DžØÃΈD²x2È—2¡—?½—žâ¶VÂUô1B!„$Û…)+CszPÏÓW7Ožï6“qºD¹ÅÑñµqus§Î„p’•BØOä–vžez3.ì <©¡ò€¯ ÿv  »3hKŒ$‡Es!„BH²]ˆ’bÀÜÄÔ|‹½}‰=8Ÿs H;Êø/¯ƒs‚Ç5ÄAõðû‰ü²¡Œÿlþõ0‹_-•D!„âÉI¶cOýNN¼1uÓfO£³3Üúý7®¥\a]à|þFCË©A´wÕoBF÷{6q/ÃüÜ©úVW3õžH=Å„Úîø}AjÎïn‡;­WD’  gÏ„Î4õ­ˆ››;®nîxÔ}ÀM—I3UiV"ÇCßå¥:ž¸º¹ãêÕ~"É “¨°U)“ýû²¾´ñ%ÝQrË‘Y½i]»böónž4 Š ÕÜ~&ëÌv}E2s|ùc.„Bˆg’uQ\ÒÓ +Îsj8¤ýÌ©$À»i»‚˜~<ü&ܽ|žXp?ãE!ßW›hïðÏ‘£\pÅòE-qÉŠ!|UÁCúRºÖ~Æûh ì”Ê_óºðꜫ4>“µm*`u#š´ºîØ`…ËóÝùpI?<]mHú}?zŸ›ðS`Mlµ·ùëÇ=üå<‚ÐÏ^ÄC¹Ir™*hÌíg²Î\º,cã_lQa_¦*Rˆ˜Õ‰7—ØÐwæ‚}³8µê#&öïMÉ#û_ÍX[ÌìW#OL´É\8t˜s®£]Зôëüö)s†tàBÆÖõ*5©üҙ׃ch3vë›8½{“G¿Ì%å(ûxYÖÏFã—Ÿ>2ËÇă1B!„$ۅ̵ýDFÖzƒ {à¿°òåÝÑά»ƒÛx1,d ÕÕwˆ¿~wœ4*@]Àý¤viϲÓqu ¶^-èЮ Ž@ë: kdÛO1Œñy0 T’3{ÑJ¿³õÓšàçùÞéê­ûG#Ò¶ý—OsûýšØæÔW±5ý›ãhá~š›&êÔ-ëjܪâëç‹]N;÷üùE|ƒÂ™; 26@S_ á»{°ñ‡KŒko°-Jâ¦÷«QÃ`RiëÕ‚ŽíýqÚuh…Ç›=g%gºL¡öÝÃÌY|÷þ[ùrBÓìöû7¢Ôåú ^ÎénÓ©›Ÿþ2?KûÈìñåÄÅ‚1‘7æB!„d»Ð©J6bòÞs¼}ò$“¨Z¿&)¡h.Ý>¡gôZuZÙ4:ÎØÀŠ!~”(è~E|ý¶Ú© >®p0ú&Y<˜l§GçtŠõ;ú>hC:Q;ç11øküu•;ÖŽ8¦k¡n é&ïbz?Óu)ñê ΦBdPcÊå~Îér"xp?̯àZ—¥uçxŒ37µøÄf·¿ÁË~÷Û¯v¥Ék5`ÿqþ¼¡¥n©ÂëCSñ*H\Ì !„Bˆ¢Í¬¨ÒØŸ*@Æ••¼±àضaÚ{ö,}u g¬›1fZ;þ]8Í“ÆöÚvú—·*ø~½ Pc­†ÌôÌ|^^b…Æ ´YF²cE›]ž¤?ýb(½û„p»Û,V¿€‡&–=c{2ÝLÌîg¢N£+^˜»fú)§ g/J[Àý, N[•ìÿj¿ ýç Ú_ù룂ÅÅ̘B!Ä3ïÑÜg;+–“gž u>šI—’Ñ\HÍ #0”Ñݽ€hÎÅeÎ~&sfg¼œ!áì?Ü,ÄIãÑ€êšTNî€=î՚ѥJ‰‚/õ«h4y+›]&òqh }g †m Óäá¬Yp•1s‚xë›ì?®)Y–Z¯—ÅVÆ®Ðø˜ÙÏTmêá?cý|HÈà„¨JQgÀtêXÆAÛØä:‘©Ë'Ñ?4pÀ«Ù@êõ3ž4£r(Ø~šTÂ'42œkÒ)h3ÁCªé®ï¶§nà¾wøˆÉKߥ{p¶å›Ð3dSûVÀ¦°ûËd¼Êìør•ïl0æ¯766…Bñ´Sø©¬FšúÙ’e$&ÄK”Dþe^!´mC¦Uãü:£wB!„(¢£"Y±|9‹–†nÒ€»ÀàpC÷HÐûÿ[ºçïê¶Ï²-÷—Rµ„V!„Bˆ¢!ɶB!„ED¾ª%ŠhdUdèá8†J$„Bñ “•m!„B!$ÙB!„B’m!„B!„$ÛB!„BH²-„B!„$ÛB!„BI¶…B!„d[!„BI¶…B!„’l !„B!ɶB!„’l !„B!$ÙB!„B’m!„B!$ÙB!„âi x`à§$ÛB!„BX^éÃßB!„B!„BˆýOëÃß==Ö%e/–SÂn—Sv³|!„B!„B!ľ¥usßò·Æ&û’ôk]æÈónWe[!„B!„Bqàú쥿EÐu¯D5ìÿ®ntñš.zù À1—߯Zâ†sñ©‡ÉVB!„B!„âfO›Øà-ßÀ'sÿÕüPxâPíæ¾crQ¡‡ÄbOIÅÖ„âU—_@I•[¶ŠB!„B!„*kÝ‚{6ðÖ ×ã² ÈrÏ;q*0 ú“¹L¢}1ü$”lù¿E¯‰Åî’ŠíŠER …B!„B!Ä€QY릪®‘uK?ߣ×çNœªj€¡Ü²SgPòÉÜ?fÒ–D ¿ÂþVšï[ô˜Xìqø³%nx¨­ëžŽAoÅ_>Mæ/Q>‚þ&Ô€Kl ‡_CÔp.-„B!„B!ö¯ª:5 ä/ÿ‚ÙÇžÆðAQ»õú ;«ùüãwÈ? €h§u@– ­ù½BIÅ@ØÍè›ïÊ]%;énVgŽ<ïvõ¬ ¯ÄÝäï´@°©‘’EÏRñÃK6f(ÓÆ¤auFc4™Ñ+ Eu¼úþ×Tº5².~Kt*€¢C§×KÍB!öÍOMY%U ~L‰)¤Úu}{]ÐKuU=õˆI£¯/ÐÁ¾­÷tB!Ä€WZÕÀÒE1ýÈ“IŒŽØ£2~Ú\Bþò/˜8ý8šËhå”TÔ³ä³×ù쥿M¡-™èëpó7ßÂ{1¶ —nm]…¿_oµÐU'Å•÷Îàð)¹œxóyDYl/,§²¬’œ¬TÊê5òrsùÛ¤™¬Xº„G<ÿ¸KØœ¿‚¬Ñ‡1å¸K¥f !„{CõãöøÀlÃfhû}P Ô³eu>^+™£²ˆöT4[7Ø…gk1›µäÞ“*A/•e%øM6²).,GK>p“Mšê¥tk[vÕâ¦(òÆfb.\Ïêb?®Ì\ƦZÑ ˜í–C¦Cß対ûÜÛÖûmz"„B”æebtAUÛ£2â£ä7—Õ’håvI(qØvÓ:Úw< ŸÐ¥Ï×TìÔ6éj賎 §3ƒ4…A¬+ôòóº-Dú ùè³2Ž;v&ÃófrÝͱ<þøS\uù=¼öÖìÜ´‚Ô¡c¥v !„8h¨ ÛùnÅ.šœC˜6&sÇsiÐKyQ;vUSë ¢¡ÃdwŸ”Df¢Ónä8´¦2–­,Æã$>6ÍaÇfPB ‡ür¦_| ÇÔòús?ð~y×Ü6•ÉÆ ?lZÏMI¤Øzn ŠØàÌÓ— ÆAÿ¸k9 ±ØÀì…¦ºÙ¶f)3ÆòЄÍ ÕóèSË©ž:×®±°~þW<º#Qƒ~ÙÄbß·ÛR~`ƒ#týž0ÚgÛZó°mùOlvƒ%i‡Fan.C­ßÆ·+Kñaeè„‘d샊ÔßûÀ^óWóÓÒ”€ˆt“ˆU7pë‰B1Pé”¶³¤ªj{]VK~¬«rçþ]ŸÊ9~ö¡»U.@UM-[·ሰ3|h:%¥T×Ö’–Efr4e ÝÞ" õJl¼€‡¶¤"tžZ£}R±]‚±Ç‰ZÔ.>„)"OÐ@Dl&šÐÌ$|ÂÊuß“:,Ž’’J*7-eù'Ÿ2û²¿0mö‘Ô•íDQ<î†.ËB!µÍ?PîÈæ©ûf½ãG.|ög iC‘hM¡ÖTÎÏ?W5%[ÎL&;ÆˆŽ Õ%e,^’Ï›«*I™A”¡÷·Óü•¬Zä–¿žBžâaþcŸñ‘>aš¯Ž*}“S @ “3àí²N%ôzîêyUÓP¸S·JíæÍ˜fÁSB¸xýT?•MV&raR`ôØ´Uu4¥XZ]ûÛîm· ówúH·›û=Y´O¶µæaûªíŒ»ê·Ì‰ƒ²%ßr˧†JÂÒ¸e•)̽ïp¢¨ã¥±2=—t«²Ÿb¹gûÀ^ñW±z­‡Ëîø-S,@ÑJ®x¾˜Á£“zM,¨õD!„¨”ð$Ý^žÿEi-£»rÿ}ÓI=–qÍïwú½•[USËÔáÑ=>‰9//"""ÔîÝR°ÏŽÓn棷SÓ .&ªËr;ˆ¢-¡h$”PTZØgˆî*±Øª×¤bWŸÁ>ôpÖ¬[Ïìá“ÀïFÛ¼Sí&¬F[‹ëqÙMl)ªÇ0²ë§/›;œû_ý–”Ü“Èq’SB1à© lÚPÍìSFѰªŠ¢ Š4&9†‘ø_I Ù1 ¬Ë÷rÚUÇq|\ø‹õD%%qÜÉI̱Š[_ÝndŽ`%+ÜB-&RG"Ë¡àÞ¹†·{Á–ƤFTMAßz–öQ¸j…¦xÆOe¨e ½gdzT=_ül¥cîFÓºh¤°`ÛËñi ÖŒÌÎ ÕOuÑv¶WSïÓÀ`%.yYƒ"»OÖiêvídsa%µM*(zl±éŒ‹?ÕE;ØZRM]“Šb´“Êд¨PòEõP¸±€¢Z7¿jɬD' bxZ$fÍMISF†Vùo}ÀŸ—º b 9ÝÅ'o"~¬…‹*ˆHËÄhªªÂ”TQç µôF Ž˜dr†Ä`ôÿÉc±â¥´`'…UõÔ{¡ÏeŽ&wT¦â¬+m¤)*ÛIJFivú¾ÝÖF2$˪Ÿª½‰OwÛd_ok­}ë2þC¹£n!w®¬aTJUB R½µë8¥GÁßÿû€êëÃvV4šªŠÈ/(¥ÚDCÁd‹$=g(©Ý&E5ÜÅEXÆÏ%Rr8-îÞ©M 'R×ó¾ƒ^³þõdOÖU!„8ðíûžŠ{_nÇå{+wGa ÇNH&ÆiåÆs§3祯AÏAŒÓJe‡µ›‹°X¬ÄDEvYn‘Í ESsN0¼‡bÇY¡[‹ ÝôV4t‘HT襧bô¤sxëù³˜:m&–ÊÕx¶|G~Q#‹ X_â&=Ê„×èDïJbk…Ÿìœ \Ñë(*\»a»Kj·Bˆ-XWJmäPŽÊÍ "7#ôà”É\ PRÁ+ÏUPRYEæIÇ6'=,ž¿„—WTRcp0î°ñ\;-Ë1Ü4y·¬-F_«çÏ÷ý–lB½”æ•*óf1ï*ìZÉs+Qi¹à²•ã¯>ƒãê7sóC[(S­\yE6“A¢6ÍãÁ˜N•Nçu ò+ÌTnM”N¥¶VÅ–(Qƒv®Û‚mìhî>7•¡š»–¿[ͳ˽ ÎI蔼Aõ±+#äŒàOgÎ 'RšŸÂŸVrßgÅà«&rÌHî8;•a.=jc-Ë–ü̾¯#!'Žúm¥ä5™ë3]$9 èÍSÇòÅ«™»¬‰Œ¡f|šWóXóì3Nä3*˜sÏ·¨Çe1!†Vnà£Å^¹­ÝJäøQÜyn*YN á©¯g˺|žùn• Vnï)þÏbwHŸÇE9q ‰1¡‚µ…<òÔ ª=”'&DkQ•šâbæ´š¯›¢ÃšV½m·÷y¦Ö…«xö½‰Ïðx,·IlkMëð“µBæÓ¹¢tsËí¡ß¾ÃÊ÷nÁ9ir×q*Æ[¬ôï>¨dåÏjÏïñL ‰Iì2¤põï'3.Έ‚Jmi o¾¹Žõq™¤t•l Ö±­2‚3.pA wi¤&Z˜5;‘×Þ¬ÄëŒÅ¤ô´o¬àž´ý\Oâ |+Ûww]…Bˆ ,G·z*Ö£°ûr¯yàý._ßÒ‹±sOŞ˵ÛìÌyy7ž;§•›ÏŸD;B Å9//"!>žH—³]ÙáåvàlN(Êjs±e¢––™¡uÍ·®‹tL*v©«1Øæ˜ Ïã/wÞÍm—ŸÀöJ~¨fÚ!ã˜4{0ËV­aÅ–µ NÒ¨sd0( 0qâD|k¶ñéoãÄ+ÿ-µ[!Ä€¦s b˜g3|l'“gMàü\+ªùèÝU|º]G\º™;¹d¤€]_,âáÕ.rsF¦6°eá7<7 ד:y(©ßn`§.º]¦ó¸ý#ªÛKM@#PÕF}h C·K‡ÎéíÎëšÒEäüæ8.Êþ¼*NWûæAãÖÍD>›{¦Ú•º:N“œNšñ3nYmgT†½íš…šJ}ÁF´É‡ó¯Ã­m• b$F祪¾šÌcŽàž)öÖfŒÎî♇’·˜k߯DõéÉÍ!ÅhA¼A=«“ ³¦åþˆ»¶Å´¿v¥×K•OŸ¯j)µÅ!Hõ¦mDy$wM´P[Y‡Çê$ÑádÄp'ºUhX{Ž¿æ§ªJÏ™“Rf }p¯OÁb Råà7Úˆ1ø©®U1»,D&§rÎzŠï_Æ âú¼Ý|%ØgÎÚ»øìp0&Å6ô¤¿¶uû8in?ŠÍÌ´ÿ›Ê†‡¿f¡>­}Ã9Ø„×Ô·8õ×>Ðq‰ÎÛ¹‘-å.þ|K.¹:Ð(n2cÆ]çG— uñË¿†¯ºß1Ôlæ±7\{MÉY¹Ì6}Åžh2,ZûFõªiÿÖ“‚ º·îÖº !„¤½¾¯©nö´Iíþÿü›»]¾·rÓ%cµ˜™óÒ×Ü|þ ¢¡öjU½‡9/MFZñq1ÊîᚊvÚ÷PTéz6èðÉ[ºý…±×¤¢Ïìòñ¨C¯ ¼ÉÍõÿü‘æÇ>‹‘5«VaÃHE½ñƒ¼üXÔÀ¶X2³\Œšz8×ÿñînËB! MÃÛèÅ1~ççZ©^½ÒÃ9îä¶>¼’Í^?ÈÁ$àaÅzÎätL€ª³“¤ççÕ50<""I6øÙ¦vx µóÛ¶=äáãç?⹃%–aY‘èò{ȨhhÁ >ÛƒZS…†t®¦üüðê'ükµÓI<{Y:¡T…òà ®žjy°=€#{O^”Nò¤,Ò¾ÚDUR:N]Kþª’ÍÞ$nŸá4¶.ü‚;>¯¤QÓÖA\0ÅYóÞþúc#޼I ¢vhwzÍjs§¨ãÏ|ÊÛ»4ÐYÉ1Ãæ•,ª {‘=ñ9TìT9ôÒ$LÀζRPäÃÂ<.Ourü¡6>ú®žødo÷ûF|lØ'ÛOõdy‘ƒ»YסÄ(*>¿î…B Lá×(lôúöº¬–\Voåöô^ŸëK¹^”öÍšæ+˜àõº|¿ðr»H*†'[’‰-C¢Í¹Â–¤bø¬Ð}ê©Øëðç13¯Ãžw<ÛæžÎÐaÃÙùÓ4lü¼~ñv+[ý±ÄIÇor²fóO|ùŸwÐëô2Q‹Bˆƒ¡™‚56–Âå?ón|*¥ 7RXë䨺|~²$l¨¢Ì¯„ç Ÿ$BCm×HéªOV½¡Ú3›5Œt»‚õôvvÕ: zPb† VòùéC£ØåWÃ7AˆK$½¹ rÊU§qJx¡VñÛ*F¥¹ÜZÔø‘d*€VÎ[ß77r4¹F_Í66ëIP+˜ÿ“Ê ¼Lª7of©;Y6;#õ¼QÝ>Ö®8…Í›`DXíØ©ÀÛnl­‚+3‡,‡Feþ†öëhDINjó{.X©)VêzŒm×ñï8Ô7jè(†Fø©Ü¶“¤™3¹gZ,í/ò¢ÇnìXzÏÛÍ¿/âS‡_Ó0öó¶î4üYõðý;ß–|§%æqó‘Õaý?5‹ Öç8õÏ>ÐñÇöNï¡X°Ö²¸*›“¢œ{Ý©ÌÚ¸•¾XÏ×62ì·§1/7¬îí\Â…ÏïÄë̉)•|°ªo|ÿ]—ü6ž¨±ÃÉþìgj•n÷€¯†M û¹ž(‚ݬë·^"“~ÙYÓ…Bˆ½aÔ·Å‚j¨Å³tùê>½vâøÑ¡Š.T†N§àªÝ–®«Ç:>××r«ªj(+ÝÅçÎ Úa¥ªÞƒD9¬ÜxÞ æ¼¼UÕˆŽŽì¶ÜÌa*?`¡sB1<©¨ÐÍÐgØÃáÏí>MÜP0Y©¨s3|™å5ø¢3Ø´«{Z:Gqƒy~JrÞŒ>ñˆ^ËB!ÅIJl-Ÿ¼³Kê`,ËWñc 6t~/JI%edâÂÊØl /þX{° “ꡤrg4§Uk) Ñ+- FF°ÓH%,±¥ (¡$¡ªªô>F14KKø9¸ÝK=&]@WmEiþ$^–/ÞÎÎðžKFÊ.¬º¶6ƒ¦j(úæ×hZèJn­Åtltj(]´X4…`K—8­ËFK·mŒvCt5µ‹ŽÐz‹×ï¨+¤2q,ÿœ‹™z¾üx=«íÌ B ô²ƒ4ùÀ¬æó¿ãóvŽºìX®Ì01~ŒÇ^y›“Ã.#€-ŽHcÇŽn^‰–ë{6¯³ÙiÁŽŽ1‡&az¡O°›}Ã…9hÞÏõD¥Éìf]<ö›`¤£ý|;B!Ä¡Sè1ùדÎ×>$ìÚ‡Ý/×[Âr·ËÕ¨ªõ0çåEÄÆ%´þ}ã¹ÓqÚͤ%FSP\MDDD—åv‘T v‘HléØrSh?ô™.‹­=»œù¹¹­Ø£Â Kq¦%{Úd>_žORjy#G¢˜ì`²²fm>>ŸË.>—?Ýù¶¬ZÈÐqÇHíBq3™Ú÷–ðeÒTfFÚ™~òL¦ŸÜ~©`áÏÌùFGJ¦‹  _åû˜>ÆDÚ±ÇòÚìªÉž­Á©«åÇB‰ Ù§ŸÈ+Çù1è*¹ÿþ%wPjPÜlª‚©‰0ôÔc¹ýÍx°,ÌcèdoŠ"Q-à¥eÙÜ9ÁBÖ1GñÚ~<Š1lȪWp/­Èæöq†5›Ri è0`Çüùüi‹G¼©­aŒ"!PÀÿVåðç1frN8š×ŽâÓô˜jó¹î¡|^ü!‡{&Ûyêq¼y­³{òæã:GûIXºÑÕÈXMëb­â ®i;¯­Íá¦<##N<ŠWNì¼½œæºžãO×=¿ô6 õ;«hÀIDü(¸!•ízRÂæÝ1îÆv3ù‹öM|ÂcÑ_ÛZë*( –Ä4ª–-áűÇraJÛ3µ½ÅÉP×ïûÀýëÔžßC­g§w8OÜ5{C#•M:bbBk\UêA‰Ébl’¥5Y¬ÝÆVóH&[jxþÑ…|X§ =¯qŽ›ÉsgÄ¢¤g1ÕZÌw¾=ì›öo=Q)öæt¿®gh¿’ºBˆ¨]Ï¿°äVw34·;Evš¥Yiû}?–k·Ûxû›-¸±Ú8]®æçáÉwW–Å 8åu³?+Ýåót’‡oºnŠá‰E­cR±«…š¤=7#ôF#uuõ¼ûù2ÊJ+Ð}¿†)»ê9õÔ“ø`þ¾Z´=€ƒÁıGËðg!„¿¦(2+xö‘¬š‘Ç £ÉŠ2*uå,]–Ïë?z‰šŠC¤$±cþ"žQÇqÆèh¢Lôi¨®gÓF7ŠÃFtŒe¯Ïû¿Ë1™6ÌV#M•>,V=4txûh _¿±œ´Óò˜–ª§¡6F]Xï2=δJ>þœ¿VâœÉ) q„’L¾Ævn/£ÖAdŠƒÂù ùKù(Ι’ÂP§³¼µÕló›±êÔçv=‘i)lÿp!+ÅY“SâÐcR‚TÖ¨˜,vv}öw׿ü©)dFè ©žUKÖòìWõD¦»(ßêé9ƒØÓðçNƒ3ôD¦'°áO¹·(c²#‰Tš¨T£™nUEEGDr/ñ0¢Ôw~O]D E?sÏ —ÎH%+6šœX 裬´‚uQ‰ö>o7C\ •û >Z»^„ý´­»H8)š†¦XHJ5°à­uñ‡ÜÐõ,Ñc©î9N‘ Ñý¾â’{|lFlÆ;*}ŒŒ±“xøiÅZžýÑBjº9´Ž¨«ô1âôd,E[XìI '7“ø«Ù˜¿™µj,#t‘=ÚÄk]lëvßгdÖ¬}^W!„b` ŸM¹å…#Fäö鵯‹ØÝ,Íý]®Ùb!¨j‚Al6[ëã§½ÁÀŽÒ:*êØí¶ve÷0û³®ÃMßáÿŽÃ;Þw™< ¿×ú#Ï»Ý{Ö…W²mWu¯A)Þ´ OC5CÆIÁªÏh*[Å·^Ç=ÿ|sü9’¢ ‹±¹ˆJÌ”š-„â×%襺¬ŒòšÜ>P0˜m8£cIŒs„’­Ëz(/*¦´ÆC@ ÷õ&¶ÈDÒ“"0š¿Žâí%T6úQÉÅ ¡ƒˆÒ7°mí6jÔФ%ƒ:TO; ˨q«¸2³Épt1í‚æ§®t»ªêp7ëÔLXlQ Jêk^¦l»*ëqû›¯Hg´âLH%=ÆÜu+CõQ[^JiEî@h‚ £=–ÁC° ¾¬„âŠ:< tf1q¤$FbÑjÇuQðWmeíNcž“ˆUë¼¾¡õ R³e=ÛÁ“InªüÜÕ¥ì*k¤!ŠÞÆ´sŽáÆ<#êÖÅ\ø²Æ !. j/ñW»yO‚4VSTÖ=&‹˜Ai$X•ÝÚnhû >]m”þØÖZ¥6QÒ¦ø¡d‡õâÓ<¥lØXŽ3IÙCI0«½Æi¿ì½¼‡®±”‚UÔûšgMÔ›pDÅ“’Ôÿö;85ùl«ÓÀšLnVtû}Ú_Ãæõ…4h`NÌ";ÁŒÒþa ìßzbvïκ !„G´ÃÆ'¾Åô#O¦®Ñ»Gex›üä/ÿ‚cN8ƒªz÷€, ÔXòÙë|öÒß> 4Û³‡ÐO–µÍ·ª°[ËcÍËù€¡aÓ*m?Sj½& Jªvk|îz¿}OëÿSN¿“Í!µY!„¿?U[v2쓸6MÃëñ£šMØt>½ð ϹÓHw$TB!„ »Õ‚Ñ ã³ùo“š=…HWÄn½¾¦¶ÂüÅyüéø*ï€,@UiI*~4J6u@5m Åj ¦ùñB3C7ÑMR±³?ïÞF3ZL?÷þ½*C!„bŸÑ4°ÚÐUTQE¼Õ¨Ô––òå«x»<‘´Dƒ´W„B!" n/6‹‰ÙÇžÆç¿Cá”1ûØÓhòp{}¶ÜºšÍ¹§ž{Ô‡¤¢´°…B1‰LL`×Ú"][Ôá¹TÒ!4[²DJ!„â`Òèi"Úeç„S~»G¯oòhô4 ør{È*{_I* !„B!„BˆƒReMï¾Üð™¥ÃîâïÝJ2v›TÌvTðÞ‚o¤ö !„B!„B1€e;*øl—ÙcOiÈ { IDATÅy÷ý–ªÊ @z, !„B!„B1P´ôP,*ÜÉ3s¿Úçåë$ÄB!„B!„BˆÝ!IE!„B!„B!Än1ôuAþ,„B!„B!ÄÀÐÍ-ûŒôTÜg4ÖÌ'›= !„B!„BqP“¤â> tá?ûBþôôrj¥S§B!„B!„8ˆ˜ÃŸÕ:V¾ø0o~Ãí—æ`9Àƒè^q'^ü¹wÄCÉF·áÒêYóÊ£¼Ñx ·]žwÀ¯Ûm€Õ“J°œ/î»×ì×ðèFø±“ýF!„B!„8 ì¿žŠMkøûôt²/|Ÿ²`/˪Õ,yá þ»hþ}Q^?³¼š—¿_Äó—#RßËÂÁZ–>ÿožù´_Wë¡y(\¶«ª ë»»4÷^¾þXF¦&ŸHü¸¿²¦ ‚å_sÿ¹‡2$!ôø”‡6Q¿ö~OËåÂ÷Ëèu5ûRO~múZÔZVÏŸÏ×Õñ‹W§¾ÔíŽûB!„B!~Qû®§¢VͼSr¹üÇÎOEžù.+ç$0(;—ìÔŒJ=ùBoÖî}»\T±÷½¼þÐÃúê¦ý— o…³›u }T-´n×û'/=—Žû˜GGµõÈú¥×·§PÔ}Ãu“Ïä5Ý9¼»ø_Lu„_ÔGþãqÃ[N~7çUŽlEÕ§1ÌPÉ'7]Ì?ÍäîçïgB¬sF:fO*ÃssH5£t·íw§ž šwŸ==‡Ç_û”%u¨ØI?›3wWŸ…}w®«Úçú£ ˜¶_b×céKÝî¸ßȱ[!„B!„øEöy‰©ðäC'“ØZ²‚9>‹ÑÁyOÄyûê}Œƒ÷myûl}Á•ƒ}_¯Ç²¾(|ç~Þ®vbÑÞà¾n೓ií°©V±báVŒ‡½ÄgÞ–hu/á³% ¹äf.=nÆÖòÎâ©ÏúÕì€ZÝ2îÿÍi<¸:†i^Ü[c÷lgÉ{Ïñàe3øèª·˜wûT"uy饎°u[!„B!„ÝÙ÷ßC?e S[o“?Ä.°¹3“H»à+ê[– V³dîµ76„Ä$Oæâ×v¶emúòz¦N"!1‰´q§ð§w hjymWåÊXôðeÌÌI&!1‰ŒCÎäîù;CÃ%Õj¾»ï[oûM¿m!„B!„BôÅ>þÜ<œR àøñ·.® 7èÆ²¶ _ô²öáÓ9é_ÅLýÝ=›9äµ?½Â·ßÂeƒ&òåMÙ˜šË?á_;™tÅßøÏÌÁXªóÀµñÕÚ‚Ç'¢ï­n 7íYøWòÌ«…§=ÉuS]í‡{+&_ó'f½p9o>½„Û™‰³«!Ëá÷»S:Ô;ß–ç¹ìú×Ð]:‡·NËÆR·Bs2†½jÜ÷:ÒöÙú°ßô×6B!„B!DŸìûáÏùåÐŒ¿†=0'~žÇi®©†Úoø×ã뉿à=þ{×!D„?ÙÜåÊœu4§w8à°úv×ÔéƒkÕßðÀ3[ȹý{þyaF`RŽ‘¥ŸÍ[pÍBW—3§Oã¨SqôÛúçÎï?åªÁF´êE<ò¿b’/ŸÏÜ›Æb84‡úyor[/Åšc2ÉÉ ›Ñ8Ð9~<¹ž¸óßåÙ['…â7c<‘“øÝϲÕ$ó C9bætÀô‘*_½¾Û8î–` [€vä3—¤Çÿünü£ÜñäçÜ5íTâÃúÁê]dçæ´Å½9yhMJNnfëðç@þ®' ¶¬£85«¥:£é£w¸lÑ:ênÌ&¦î;æ<¾Ž¨ß¾ÎKÜFÞµ?DeëÖ Ã‡ïYøª7²±ÒÍërx³âÁaðÅæõ”ûgv}Î=¬?j ©&‚)ÓŽ`êØhtŒb¾Ø?v£Ž´í˽ï7ýµM„B!„BÑ7û>©˜v)Ï=v I-ãõN2]gšð.a­ÛÂØ£sÚ'Šº¡sf _‡f«íøÁ}ÅKÉ÷BáÝStwûç\UøHîŸv\_A)†æÏ´ŠÍ~ £ge…#ûPKüÆ“Û?] ‡?¾ZÂÏ5*£b»ˆ£+“a1ÝÇqwø·¿ÃS?:9é)D*€!™ã¯šÉÝ—>ɼ'pY†qŸ­çž×E áÎ9¯ñÕÚõ~F¹ñ«à/ü‘5nãO«› Qz«[{K9Ö—rìyÜzÁ$6{>—\r¿™šŠe/?ÜžÔ‘¾ì7ý½M„B!„Bѳ}:üY°§’7f,éíJÖÐZÛrš†¦ªí†[/ukO‡Ðë"³ÈrÂ߯¥æê!Ävèµ§Õ­åÛm`›5œXƒ†TÐë à „¶oWŸu7êOk•Ñ44S&¼´ŒÃ¿{›ÿ<ý·žñ$ž>—:¾Ý$Dû³Žô¸ßôÓ6B!„B!Dó¿Ô›’Ç2Ôèeå§ëiØgåÙ¼ÚMbÖ0† k¹e‘™`ýEzƒ™R&’cñ²ìƒÕÔõ5Ç¡3aw‡`Ê^ùi>-ªU,]°Æ“ÙÏ›¶q/¼QHÒ¹Oóá'³ õöí`Û«/±ÆóË×ÏÖïØH6ßt>³Çç’;r£Ú®·gLI†ÞÍÊ/7w;)IoukÙÇpñ™Éøý“G¨E N«gé÷òES§^:14l\ï"5*×o¡VÝ»úÓö>aS±’~عÜýÒW,º{%o?ÂÇ»û½Žôe¿é·m"„B!„Bˆ>1üRo¬DÍàÆK28ñ©‹¹Øv+OŒÕ³‹R로:uË»(“æ^Ê…Ž[¹dÖPœþr6oÕ3ó¢É诬bÝf–|û Ûõaé£É;$˜ÈiÜ|e6G=t!g™ÿÄ•G Çå/`UÕMyÆ$ÆfÛ¨ûä{ï&Û+)T'ræìë9›®ÆÑ\Æïbîä’INŠ>}„;>×8ì¾ËȳÐëuôöjµ—ü‡÷+Ҹ裟Û~RŒÁ—ÉÝg¾ËóËneü”_¶žXÓ&’μððË =g ñf7ù•mÑÅÎäš3b9ëé˹.înÎg§lÉÿø¶L}­[{<ÊÛÆØ›žàÚŧóè³Ùxéåœ1e0v÷6~|ïYžþ¼¡—½Îm“¡¤¸!‰§ä ýã/\w¿ÆES’0×üH‘Ÿ¶ÙÆûXÐ;Hˆ„úeïòñšŽYÁÿ¸É™†K­`ÙŠR0fmÑí÷:¢ôa¿é¿m"„B!„Bˆ¾Ø÷ß[†Sv\\ ©¡agüŸÞáõÈ»¸çÙ?sÑA0Ä2îŠÿr”¨ËÒÅðÍÎåM¸í]^‹¾‹¿?'—>"Hr£Ï9tËÜ-e½ÌµgwØ9‰¹kßæ„H #®ƒy‘÷ð×§îá²|€BDb63''`ìr=œÌ¸û_œwÅ<|Õ9 D2â‚§8aVZ‡å,Œ¼á Þ´ßÉ_æ^ÇYs‚˜SáŒûÞ㎳…fíÕè=Ž{¸ú‹žûŒúôË8yˆ±S݈ý[Žt½ÃÇÏ}GÕ¤œ®ãÞÝ×ÖÜ-C_÷®ž².çÙйé¿pÞ>ŒŽrOÀ„††‹é›ÇläÞ]ÆûM ÑÃG„ŠŠÒ·ºµ©yÅ1[æ}͘§àñ7äÚgëѰ’4êp®yâE®9iJËþd`ÈeÏñtÙüõé¸ðQ+qC&sR†µyöè>Ö%–£ÿt-S¯z‚?Ý4‡Ýü žx’;ŠB]ƒgpå“÷qlŒ²ÇC‰û\G&çtªÛ½î7ý¸M„B!„BчœF÷:@ÍU¿ó>úø“TUVÐÔÔ$Ñ¿ ZÕGœ=îrjÿ±”ÎNB/!B!„B!Äc6›(*ÜÉ3sçòï'žš4 ¨ª›o•a×5?ïi^>Úú…í³þ<É)©=>_\Tø«Ûx½Åd Ç¥/ë60ÖÏÏöù/óup0ÃEah(àëçþÂ×Ú!üó°¸~M(ö5†¿æ}HŽ7B!„B!ÄiŸ .*ܹW¯?õ“—¾¬Û€X?ÍCѲyüûÕåÕk€…¤1Çpû«wqö }¿~þ¾Æð×¼ÉñF!„B!„80É•Çį›â`Êï²äN …B!„B!D_í»‰Z„B!„B!„¿ : B!„B!„bwô¹§â¶‚--!„B!„B!€œÜýZ~Ÿ“ЇN;\¶†B!„B!„@UeE¿–ß礢ÛÝ([C!„B!„B!×TB!„B!„BìI* !„B!„B!vKŸ‡?£i-!„B!„B!DߓВRB!„B!„B€ B!„B!„Bì&I* !„B!„B!v‹AB „B!Ä'àwSðÓÓT}FcmîºRGÔ`²&ÞNò“%HB!„øÅÈD-½hò5Q°}+eå¥A@CkŽ…¦i ì6;»§ËEb|":޶«P*RË~aÛ«×ðÂò?a5FpúÈ?2$zœ¥OZê®\Qu ©®©Æfµa6›{]¶¡¡††%pb¿jhh ®¾¾õœ  ( N§“»]$¤ý²þEÖ}÷gÏ#oÜ!X#ŽÆl‰EU}ÔU­gÕ÷·á­ÛIæ˜ßK°„8È,[±Œ¥Ë– ÷ìK¾ÁÀÄ ‡0~ìx ¦¢_ÉD-½ØR°…è¨hÆŽžÐœ,l/ àðùš(ÙUÌÊo2l°žs÷rôÖIèí'¢êÒ¤¶õ3MÓØ¸9ŸªêÊv¿¼ã*Nœvß½Èc_\ËI Á`0 i¡q\L<ÙÃsQ”ƒ?üÞ¼÷xÿƒy]>§( :»ÝŽÓéÄl2ƒ¢à÷û˜:e*Gy´T² PWWÛí!99¹ÇeUU¥º¦½Þ€ÛãÁjµJ†Æü~'ÃÖ—Ð0M8 Ünªª®"!!½^vN ²kW)vI*Š_¹ù¯‘¿øfŽ8õrl‘“д Š¢#à]CÀ½ˆ[‡û>{ë^‡ž‚5"E‚&ÄAdé²%üášë1M{Ü|äß2N’Š=·…õè Ò†boÈðç^ì*-b¸Cð6yQÕ ªª†nšŠªAN‡ÙdfHJ9Câjñ5.ÅS¹küÝ4îúºZô–# ê'J@ûI(¡¸ž‡ƒ¼ÜQèu:EAQ{¾˜¡ñcØjú˜ï6üÄø±“ˆŽŽBÓ4‚A•Ââí¬]¿†¼œ‘}bñýæqò‰§²eËÜn7^¯ŸÏ‡ßï' b4?~çž{nkÝëõòØãqôQÇ´ëQ$Ln›¨¨(šš|444Ñ}r¦¶¶–ÈÈ( W’ŠÍü~?q±q}^¾¤¤D’нðz=ÔTW Ââ$ðc2 õŒÖhjòø)ܱ-tlGC¯7ƒÅj“@ŠƒZIY5IñQ€Æê/~ÏÈ1~6ý´úú…T”lÅb‹bHކ䅧ìO˜\±ä›ÂÆ%eô¬§%€BDBírÛ ·¢St(::EAQÚ¾ã´ÜBÂFi›@ @öÔf®ZÊÖoO'ó°·±EË÷t!ö”${áóP…@À¦i¨šêᦆîUUÅð£úVá÷N„qjÓ¬q7b‹»ÐÓTý86C¨ú j?ظ9Ÿ˜èX’øýu¡^wá½K[Nµ ØíV‚ÍÛ0%i5kbÔˆÑ}¬\.v»½µg¢®90™LDFF¡×ë[{Ùl6ââãPE’Š@“×Gtt$ìÜYˆÝnë2Yp»Ý¤¦Fø©­­“àµ4ÇU­5FúÑBCMCÓhíå¬i6› UU%h½¨©ªÄbµb2™Uê›Ð4ÆFwèKPsb1  3Ûq8ìètz|¾&*++HI•ÿâàU[ïæÄKïåÏWÎiÇ‚ÁdeÝφM<‡¬ÜɌɥ©±”5ß\‡Ùº‚¤Ôó¸ &ùX¶n|_(ÄAJA¡ ` M>_Ÿ–·˜-äääIàzoì±ýÇsHÊ>™í?žCÎ1ù È¶Bì ¹¦b/B×±%[¿HÒòwh~ôM¡6¼JÚ€Þ4WìµXc.¤±ìq* îCgx kòSè­rM¿}­¢²œ¤¤$êêCC9 zzƒCU\¯×£èt(ªJP Òè®Çj³±«´„Qy£úXY,–v=ÒZ~åôù|Fl6[ó¯ ºæç …eS¤²à|MM ^§ÃétPS]MTTT§åªª«ˆ‹E‚ >ŸO¶o35MC )//›ùo¹˜˜ØÐrjPb׋€ßÉéÄ×䥸¤ŒäädâbãÐé:'¼3Ò3hhh`çÎ"’“â1MÔùýcqP{äù9û´#xðùù˜Œz²F]CBÆÑDƵýØisf7õ~~úâR_€Ïÿ:G*îúbÙ?„8H)ŠBæ,tJ[G€–{…枊 „÷Tlw8cC—j‹çc‰H".ãLêËÖQ[<Wò !ö€ôTìE0@£¥gŠÚÚcE = €Žj|5¯9ø˜"f¶?è¬Äåý Zžª÷¨*¸ ×ðåØ}PUÌ& [·miÐ<< ‹/¬Û¶RW_C0Ø2œ=HFz毦·‘¢(­=F#@ õÿ¶ž‹-ˆîuëóù|Êôf £y×ÈRéP€¿ùG•H—‹;wàt:ÐëÛ÷>ŸMÕ°X,¡¿5éi×îxÒUS‰éÔ&õØmk´kÒS±W὜ =Û·oïõ5V«E¾‰_…ÍÛw±pñ:žzøÏl-õsß3rÇU'3¼9¡¨i*Ë\HñæÐ5‘Ͷй@uc0Zð6V3ï1ÉCOfÂÑ/´þ0(„øíö­[6õ½§¢ÅˆÜQ¸^”o|€äœ“PÕ†FÑÚ9’TbÉD-½B×MlöLKR±9§¨¡¡£ƒ9OÅó˜ìÓAÑw,‚¸+ßÃ`#séöG@UÑétüRRR0­=;JˆK :& ¿ß×른¤˜@ ”`ü5l›–Äax±åï–ûpõ6`yò1¦^8”@£‡%W\Îáß/•î@=¨Mø~PÀd2CyE ñ­ËTTV’@ DÕTÝ"""äØvƒ™SF€¢cÜ‘ÏÐä.$%-™áãÎj>Ptfθòl^ý Û·ìdìsAÑÉþ"ÄÁBQ:txØÿ:tº×VDi¹‚{*ʱ 3OÍ*üM¥8b§â®~gì9lozwÍ*¬‘c$@Bìî÷O AÏ‚-=Pš{*†¢µ–/šŠ³kÞê÷©Ûy=δGÃó‚ZOUÁ6mÃ>è9¸÷S@Ñéš{ÝB'W.{ÖÕס7èðüøý~Ü7Á`àWÓS±¥QžPœ6m&“‰5kÖ´»þ^Ðãáû³ÎbÊñ©èkƒø}AŒ®©p0‡#‚††¢¢¢ DDDPSSƒ×ëÁb±ÒØØˆÕjÅ`ÐãñxÑëu466˜˜$Á ;ž4ö‰Úv ¥ÛåE÷Â/b0èýn¼¹ž«8h}±x ½ÕìÄãRQÓȺ-y£Çs÷¿ßÃd4pè„ltz3“N˜ÇwoŽ%â#R3†¡(6‚¾-ìÚ±MkW3í7ߢ7X$¨BDZ†8·ÜÖ~ý%EÞ&**C?zÆÆÄ’agô¬#@MS@‘sfOÊ7=DÒ°SЂ• V4­–¤œÿ£|ÓäM|A$Än’¤b/B×TlK!¶|Áæ¡¡¨D£êâ0­¨š‚Í¿Ð4/h¨ZÌΉhºX j?%tJ(©XX¿–ç–_ÍèdÆà³:-»¬ü]–lx ‡1ŽÃ.CçŽ!ð+K*vì™XPPÀèÑ£™={6µµµm±ºö$ÛËq%$PùF)«Ê*ÉyêF©p0‡ÃA]]=MMM˜LFôz=±±1TTT’””Dmm-ÉÉÉø|>t: X¬V 9´O´Öc|EEesB±åšmiŸ¸øÖãOaa!v{h¦í–˜††Éh’™¡[Ï›Ý|ÉQôÝÿئ/ÄCUU•ÄTTü ÷>ñ.]q)Eµ¾ÖÄ{U­›u[Ê>b ·=ô÷Ý|&“Æ Ã`r0ùäùö­éX,.âS¢j×rV|û1ÓÎü£9R‚*ÄAFQBC ëÊËùáò+ˆ’Å̿߃3*UU©©¬`í­fÞœG˜õßpÆÅÊCºá©YEù¦‡ðTýHæ¸çQ›Öb4'A°Œ¸Œ³(^w2;–^@\ÖõÒcQˆÝ µô¢%©Øú¥HiùR©„=ì ¨ &à·`0YÐ;p×|§òcl1Ç`uCÑYñûõ˜±Ëµ¡ú% þì÷xõ§»˜9ébl©Ì_ú\§e7+ŸrÁ±7°x×ë|¾r.“•ߣSt¡¤â¯`Ût5ü¹¼¼œ5kÖ0aÂ|>ªª²ý•W©ûøu¦œ?„ªwJÙTYƒ;`ù¥—±üÒˈ6ŒñÏÌÅ5FN¼’ø¸XJKK‰% ø±˜-è›·s¤Ë…¦ª¨A5ÔS×í&1!QŽKáÇ“æ‰ZMfÖC ÔÀo Ý2¡KTl,.—«SY%%%8""~õ1ÕZޝ]Ô3 ¸Ø¸>—%1‹ÿ¾õ%‡~µMÐè ´Ë»W×{È/(#;w4·Îy‹où-có21[ã˜ròÇ|÷ÎlòƲfé—L>ù#¬ö9Ž q0jns,¾üwŒ>ÿBr¦L¥~ÍÊr‡£( Îõù~ÓM¬ûf_œ{§~º€v“_ûqAS©-ù˜òÿ"è+'~È,2F?Žê߆¢1šBm¿@1£{ŸÊï°sÙEè .â²n•t¬Ì -D/¤kJ/‚@èxŽ‚¦h¡/“-ÉÅ–g0£ë$jwü‹ÚÂg0Û°FÄPWôe+Ðtvbr¾”€öW ¥§¢?@@õ³¹ñ;¶lΞþG¾É·u¹ÃFÃôì3È÷,À¨ESÍxš<Æ_ÕƎßív;&L`ÕªUdddP³n=K¯¾š™g§RóuŠKÇä[²;•S_ÇŠëo`æ—_H%<€Fbbb¨¬¬$..½^Ãá ¦¦›Í†ßïCÓ4ª««ILLìtM9ž¨­Ç÷ŠŠŠP{¾ùšE ­IÅ–‰ªJÐ6555ó Ýl6› nýN£õÐÞ=h>ß¶LˆFói‰©8ùAžzåS®¹ájüZVq7ÈÉÉæŠÛç²ð¥»pFX±938äÄy,~ïxÆý®™ŽâüÃÏîuéNåN§.Yr—{o`lšÐBè-C$BM @¡„z 𠽄fÓŒ©.¸÷"Û’l úç IDATÕ“tEººûûãN½š-æñg­+[n¾3óÎ;ïÎÎ §àœ³)]þ k?ý˜)Ç „ê+Ù·òbL‰9Øó§a¶N@ 9ð:— Õãúü¾m„ê6’`‡5ûU<5k)ßõ 6\Oî̉³Î‚  j邦ǟišWŽŒS”šW”’iÎÃ:z ²Rˆ¤ÖŸšÁç_ïfÆœk@›(æSìÇ €,Ëx½^ ÔSùrÅCÔTáÌ+cö˜Ó÷³æêXå~™Ý{w²o‹ƒ‰ž‹Qu Óé‡ÌB-@›ÇŸ§NJQQ¥¥¥äå#¤„ð«*Þ*Fç ×ׯê–NŽ,‡š˜#ÊõÄh2a¶X¨rT‘’b§ÖéÄj³QS[ƒÉGeUÉV+­Vä_k»ß°P b··©ØB«È{EU¨r8¨óÖ7>æk³EqQ¡/‘…VÔö}‰½CŠBEEE¤ÍUCš bÒ×jxäöÅÜxß³üúÊKÑ$çnÕë4ä¦'‘›–@IQ!N§Ÿÿ{äX̦ƲŸ`›ÀÑnD«·ˆú Ä8¥jˆÃÿv®M›(©,g»ÛÍ)¿8 ‰oÿóh Ò=nFßõ7V¯[ËTIò}x%è¢ð»3É},IYóøÊpUüY!YJ'tÑ0R(tôWp®)³ý—äM¿ª½ÿGáwg0öøÈZ1õŠ@ЮO#$èœ`$¨¨‰Œä‘Â[4®²%µ˜g+™Ç (5HŠPÑÇç±nÛSLŸ/ÄìφCQƒÌœ1ƒ@p2ãÓxyãuÔV¯£nB )†|*½…ìØ\L¨"‰32Ä7Œ´ÔÔ!9R±! 8lØ0<6l@§Ó*?j3ÿõ(+.]Ì$†´“3Ù¹ÛŦu-‹vã$¦Ýr³(€”„„B¡åååƒTU¥¶¶§‹ÅB\\œ©å2 QÛ[J –„Ȉ¼¦EIT1ª.¢iÇÝ%¢·¢*¤¤Ø"û·>Vh*ˆ=æNͳw_Áþ7ç_xf£L{Ùi‰Äk¬ø~97\q*§;«ñoe%«ÿv'û¿ú Wq1–ìl2.dú_nÁ˜"æíb I’¨¬r`NNÆ=m2ßž|'v&IÉVdYfþ»ïòÁ;opÊ”IX(¯¨h±èâPEÖZÈ›÷E«.ƱÖ¬ñ˜SŽG–µ„üEá@JÈù[‡¤Í Þr,’d¤zÿ;TìúŒ€¯Ž¼yoŠ€¢@Ð =šSñËÏ—rüÏNÂçóµx‹„B¡pÀPÖ„§Slwn­æ+ƒr *᎑$LJ“*bN‹~D )CAvîÚÉ·ß~KqI 2s©ÍúÕµ[1Î *ìÚRBhWÆÂ)|Ì2FŒÁQ $/oø™SZ>þ\QQÓél 4*Jˆ`0@þÙg³oÙ×ìxùeŒ«jv6Ê|Œ¹ãaFœuf‡ö!Ölö. Q¼oeåù¢ÕéÈ6Œò²r4 ®šZöïÙÛà­bK±‘“—'k‰`0Ùºe+ÍY ¯›Ç^˲Lmu-~¯¯q=’”””ðB^!UØ~šanoÈ„Rˆ ù¤¢²²¡Õ¤»ÐTØ»fÔ°t^ô\qËSTãó­¬^µ’ySGòÑs&Ñ×XÞ,_Η—.fø¤IL_¸ µEET¬\ÉÓgpÌË/‘1¾U ˆA{§¨*²¬AÒ„ý÷¦>© ’„F£!6ëŸÆ¾ÞqÉ3sÌzjK?¦rǃر [öxìygõø=«äð dcâÑH’™²ÏS±g9ú¸á¤Œþ+‰é‘9…ß!tHzÇÿì¤v_Ç"¡` ¹Y0±ÍÖ¸¨Ôh¼ÕfF< Š’Öß ­¢ Q%…Ùsg1»ñ›³Ãá? Ótà°¦cŠ?ÜQB£_$Ij "6¬ܰ•”ìÇbÙN~~>sï¿7V¬ Ìé$i§ž#Ï/à½ûîkTŒa“½ øýl\»£ÑDŠÍÖ8²Úír±ï^liiԹݼ^ì©©‘9ëT¼õ^Ö¯þ‰ñS&G=:/–ÉÊÌìpdÝîÝ…¤¥¥áóyi¸¡$ËŒFcx¤o;¶IÐÅHňFjCà°Å:Ih*ì]Ì“bMà•‡Çÿö{K*x𦠘6!¿Å>ÞÊJ>¿ð—Ì^¸D‹ÿîB••˜êëÉNM%qÜ8>»ð—œ¹j¥±(ƽ³YSpUVà¨f\™ƒå—\Ì‚^F’à« Îgü¹ç ­¬Âð‘jOk± èG’IÌ8‘ÄŒWÞºü6Æq'*F‚¾t¦±¨ª–MŸ]Ž9õòæ¾'VºA‚ŠÍïâÄúìPHi ÂH’„,ÉHrÓ¡æÅ†5\h6©<„“‚þEQ‚¡‡ƒiS¦c¶XÐiuètúÈßpg?ü‚Ü.?­]M rÕæ«?kµZTUE§Óát9q¹\¸ÝnâÒì,xæ)Þ9fÖšµˆÐTØ»ØÇ¨×ñØ—R´M›ïWßùw†ee‘g"´n¦ú:tuõøÜn\……XfÏ&3+‹ÕwþÃ~H*ĽK—$\v™—\Ê´qãÑô¼÷öëHªÊÔ .`òÜyH˾¡üùçvÓõ nSÒrg¾È¾•Q¹ç]’³çáu­Â”t"å»þƒ9õrg¾ „ºI–üüòó¥£Yš¿ŽEBJ°e'³ùªÏ‘nO8 2Ê‘@# M‹½úEQ…‚ÔÖ:ñù|TUVòý÷ßòü ÏðÅ—Ÿ±mû¶mßÂç_,áùžá‡¾£ª²ŸÏGm­“@0€ZÕ†€¢N§Ã`0PSSÆáyí©)˜-ñøý~â†åb¸êJ¾«õðM ̾õ/CJ§ÁdïÊËÊÐëõ”––2aêfΛÛÌQ…̬,TÀçõ ™:k&“¦MÅåt¢×ë©,/Ƥ TEŒô•°ÛSIM oiii¤¥¦‘––NZZ:²,5Ú&4®|Óýnhcív{£®BSa$µP8ðÕW¤¦¤\·c‡xOf£ÇƒìØ-%…ý_}%„bÌÞMZt,E¾ú }]=ãO9•ó.º„ /ûã-Búæ[Š¿ø‚¿Ÿ™'ž"2·Óþbˆäü«q”¬GÖ$ƒdB’L8Š"9ÿ·„B!ágÝ$úÕŸ›28þ„“«2ªj‹×±Hx”¡ÚFPPÃAE5Ôb%hµaßÆÇŸC¨¨1«Ñ@i$‚Á µµµŸíÚ½›sϹ€W^}™õÖ7~~Ö™góö;o‘—~´¨¶¶–@À^ýyå‘F£Á`0àt:YýÓjrr²9ë¬3È–‹Á`Äï÷á÷ûxí6.ýêËf)•½‹,h!ÉŸo]²VC0D«Ó¢Ñh0 ‚dLMM q&ÈRØF)ÂNuÙ&({TVV„ïEF«§¥¥5ŽpT#+‡”Дð", J³Õœ…¦ÂÞ ºƒ«¸ÓøñV®Ä Ó!©*²Çƒ !ŠÛÑlÆU\,òL ˆ1{'!1ë•—øñ¼ ÉÙSˆ}ÎtÌuTT\Õ•T¾ð<%~G¿ÿ^›ûw„5hè+üR>h3©¯ÝFrÖ•xë@›þ¼®N‡V«mœ»R tNöú¼í¾ŽÙÎPäÑ,EQZͧ¨Ò4÷SsƒÓ²Ó …ÄÌýžGá;OÎZgãgcÇb³sùâ+"óŸ…q»]-î@9kCîñçð‚, k×®ÅgàÜóÏ"9ÙŠÑ`DQ¼Þú¦(H­³vÈ:%ƒÉÞ%Ym¸jk°˜ÍlݼNGBB^¯{Zªªb³Û©v80[,ìß· €Ål&à÷“l³ c…­iÀn··Y¼«±Ðw»C¡–úúzL&“дÜsï½ ÂM7ÝØ£ï…7ø1ggãv»1Ô9„"ž§¯Íf¼n7–ìl!–@0Èí·ÕãØ**‰ié,úâ3Ö}ú)+×m ²*¼Êsª=•Ük¯åôSOF[.<éõù0áQç Å@ €×륮®ŽººzñçR¶ë%’2Ž¡t××â/Àá¨&>>“É„ÑdB'‹ATô(¨øÕŸqü 'áõy[¼Ž5™™ÙlظžI'÷È ìØ¹´”T‚Á šiôŽòò EA£Ñ´©èö¸Y²ô¶lÝŒ×ÛT>5 Æ k|_[[Û8Ô½¼¼‚ÔT{Ìj ‘$‰ýûKð½yô|L&z½Pñù½‘xÓ¸Û¢àt:‡lùLö.)9‰²û±X,جVEÁçóQW_Ofn.6»²ýˆ‹‹Ã¢Ñ„Gù:$Ùlv48§á€V´I õGhEÁï÷o6S[]CUeeÃzÎMñBÓ(¸çÞ{¶Ã{î½—{î¹—›n¼±××*þÝ`$sáÊV®"wÔ(Ü?þˆ/ÒR 5ŠòÊJ2.b ƒÜÞ9ªªÐhd‚Áé©™-¾;òœó£:Gø†žGU™™™CÜwk5RÑï£^žŽä~˜ÊÂ÷©wUâM&à'С×ëQÅ#ÐAÔôlõçNj÷u¬Ÿªª*,ñf–,ù”W^ûOxuáðJ,á…XÂ;6[œ¥á»ð_I’HMM#?7Ÿòòr²²²eY”º>¦ªª­FËGHm³‘ŠÃrsñxš‡y°qÑÐî¢Ñh1|ÔÏçð<ØáE) Jdnl­NG@s'Å›¯ƒ¬H´$c21Ã[ƒÏ,üb kÄãÏ «ÕJÁØFŽèAÖj5ØSSE@±Ÿ°ÙR5b ªª²jÕjn»ýönŸÀŒ©3‘$ ›-vW6Öét\xþ¼ýö;M«™GY&O8î„![¾“½“e{j*V›@0ªÚèH5ÏkNǨ±c ƒƒAˆ, Ñh„óÔY™Ý ° =ÃåR¯×wø}vv¶Ð4 š_|ñ%ª««û, 8Tü»ÁŠ1%…£_z‘Ïy™YY$OœˆÑl¦Þí¦¢²’ý%%ýÒ‹SR„XÁ ·wV›±£Ç?,¯Wç1 Xm6á‡4ó…uz=fs<¡PˆýXÔaß"k-ûh"þ°xìY ˆž¨ƒŠÁ`Ó*Èß|ýÇp»ÅëX4@}v®æ ú°áµ&cµ&pï]÷öú|±œO'x'x’Ð¥ V{×|QEQ:|dT«mjÄJõÁÀæºk¯EQî»ï~n¸þz®»îÚ>³ÏCÅ¿¬ØçÎå´¾gÍ]w³sÙ2Ü%%˜³²ÈX°€ÓÞzƒÍ&|M ìV£!55µÏÎ'ìB+ÿ¸Å”dæ6û¨ª*|bALÑßòT<®Ùñãbüñ1ºP Ú %{'>7\}¤×7Üp½°wC ƒÍÆœBÂÞ Á€ GAÅæwqÄl@Ë{'Eaï@Ø;@ 8„ôhÞ7_E|¼¹Ík@ ˆ5„½ÂÞ °w@ hKô#›M¢Þ8D\U[¼‚XCØ;@ ì@ {'ƒ’2§bsëv»Ú}-±†°w@Ø;@ öNÐß„¨øþìq"óRµB èïuÌ{ôøó·Ë—a6[Ú¼‚XCØ;@ ì@ {'ègûxï®ßrê‘—óâ¶:ĸQ`pУ â[-+TÁwýŠËÿ¹o{ïAÌ"VúÕcç:6:QÚ{/ö.fʺ‹ ÿù;·ü{“ðaï­Ñå³øå<÷óýÜ~ʼWšƒ€èƒŠªÚ¸¹]NÜ.g›×1»…jX÷¿÷ø|S-¡öÞÌM©£håR>]SÕòÚÞõü}~.c.zò ÛùÑÛ­;Zu¤÷PÐ¥£´%M†¢½[/ÚŠZv·”åkKñ+Bè7?®òRõzâM¤6ï…FÂÞ  ¶»7çÖ°â¹GxzI1~U…ºü± 1¿ÿ‘úÁâËõ4ý›°wƒ¿_t6É0Œ“ïü€UÞű)²(«b[_l&¨Øgwi«yï”tìSLJeÁ–ßvóèüt2Ïû1³Eø¶óäepÝû´ÈI39cÇQ0"½|_Cþ¦µÝÒÎX‚s@„Ò»¡UGz”AÞ½,ùç5œÀ5ô(õTíÙÈOß}É—Ÿ-á‹Ï>cù÷+Ù²¯†€xd`ë*i1ZH´¥bM2" m»§­F^+wü^0hP˹º ûøkùÎÕGl ´Ý}ynI‡Qú8}x¾£âËõGúºÿ*t¯áõñnøÅ†7ôsFÏæg¿y–-õƒmˆÑÀªƒáö#‡±§<Ä:p|‚Á@jéµ±Øÿ_.=/›Þ»Žif©Ý}’Q[ý.uüÎ×ÖåsáSsa?äW´Ê¾˜'>• M³Âf- n äkµpeÒµšûÏø9¬µ1ÿ’«ùÇŸòˆ¯ÛÇï>Ëçó¿«Þ⽿Ì#Yî½.¥} i2è :Ù»f»kµ$åŒbò¤â4<ŽRªä,ñ:¼u¡ù@ÕUŠ#câ\ò-‰hBn”¡P?úHÛÎì°3ƒ®PPôö½¼U€Q}»?¸–wÎËDƒmwoέª&ÌDIىȀ:€|¹þLÿ@õ_‚hQª?ã÷§]Ëûñ‹øý·0#]¹w?î³cÑ ²r< ê`?µ _9t÷#ìó˜²ïAÎýÃ{v²_ÈÁOü†ã&嚖ΰ™¿à†W7án°xÞuÜ2%I7¯mšŸÆõçe§sä3Eq³ü×£Iw-+šÝ9rûF¥ÍàŽ ¾ˆ +çë‡/cáØŒÈuÎäö‹ðGm»s|â7.gΨLRÓÒI͚Ȣ«_dSó»1¡jVx¬Mgñ›_ñÆ=¿å¼SOâÔs¯â®×¾äÝ+òØúø•ܵÂvº¬'íèÒQÚ;ûü ¤=V áܳŽÝµzr?…cçO%?ÓFRr #&1yT2: PÔìÝÀêåŸñågKXöíJ¶•¸hœuFq²ã›%|·­Ù|tÁJÖ¾„•Eõáò úql_ÅŠåŸóågKøò³%,ÿþ'v–zh1{ê£zÏ:V.[¹Ö*v•7œ#@õ®ŸXùMÃ9–²bÇ@œ¯tF3µž¢ï?æÓåÛ©tû#:Å‚†ý¬mTQˆXÖ1ÆðnæÙGV“uÍ‹ÖP+Ÿ¿û¯¼û„Ϲv´®çù«††‚4Å‹%4ZMøñžh®«8ÙôÉglJ¼ŠÇ>† µOj>ú.µVØôðéœxß>æüúï¼xT>Æêï¹ï·ÿà«Íµ('g´õùw=Çex ùò‡xëô±˜j÷PdÈ¢yêÛè­èÙïÑ~ººg-ϼVŒîðÇùÃaI-ïȉ̹æÏùüå¼ñÔ þ2ç(zQUÛ–µ-|~Ò³1E'Å%õH)s™šcÀWS…˯´$ƒ‚»p%kvûH5¹YqøöodÝ–•tó™ÚTj%£«E¢Ö%&ÆœB²ÉKM]ÃÇ0–s2‰S½T®gÓÆñiæ3Þ® Œv­dí^™ìI‡3ݦ£v× Ö®_iÁ²´AÜ•¸õc˜1'³ hLÅfðPã@£)ûL×h4‹h¯OÆ–¨ÇY[Om,hxÊl§ÁËXÖ1¦P©ùî1^­˜ÅmÏb¡óR†¿þ,ýð[€ÔE›M{Ü«¶»+ÿ«~QÛs·–ÂÉw·þœKŸ²èºG¹{f5ë?à‘{W7ÛÉ‚ǖ° Ã³‡]ß|ÏΔ«yê_ ±y·óÖíâ¾›¾fÁÕá‰?f¡nû?n¾íO\–?‡¯o,@¯¸Ùñõr¶YËãŽ5PÊê7þÁýWÏŽÀ×¼tvÚ¨|ÄŽü°==Ó¶Cݘÿ*D.}Ãä+_|‡ ³ÉĹ‡å¸»õ»ÇDY7›ìNOû`ú~o?ÚÚÈ(ì]‡é‰&úÆž*ÝhÛ‚Ø*öÕ çQ%,SÿÈKw¯fÁ—pÏŒO¸mªÚ´ª¢Ö~Í}oÁ~Ñ»Ç-˜‹¥áôŽO:×úòbîÿ×&’Ïþ//Ýv‰P§ãíøPE;“•ª*¡š"ª13oþÑ6ÅŠÌDf´*SéÝíß÷{c»Çu·~…[ÙZßH’¤¶yVANÇ‚|ørÇf*ýG’ vUOÚêÒaÚ;(ƒªãóƒ’ö˜íŠû]Ô .=}ÀEµ¯q\ÁJ ÷ºÑçÃ3ÓP<.êÓ™Xó9kw–¢f Cò¶“jó2Ò”·K9i‰Ô»ý˜&ÌESÿ9ëw–3.3ÉSÆž}u˜ÇŸÌœñfü.†ÑÈØÿ#% Ã#ñy%›œT õ. õxꃨ(OûLW_šùZ¥Û_,m[—ÏÆ÷1®clÝ)eÉ£Ÿ ,z†Ÿ¥ËèíçpåôrËcK¹ýð_*Ói›[E{Ü«¶[íÜÿJéŽÒæÜ-ËšêXÆÃÿÙOÖñôuS16ç{¯óg:˜8½£v8gG1 ó˜¨~Æ[íå°³Ïâg#upDžÞã·Ÿ­¢òÚ±d6KÃqG/ÀuÌ|2ÏœÃî{–-§þ… Þnøˆ­Ûlo/µ¨þ«@ÐtÖ¹üûß[¸äš›8zì#Ì9ý.Y|!'M:î^9îIýîÆ1šèêf»ÓÍ>ε×é÷ö£#›Ù™½›¨é =5K»ekzcOGwÖ^ 1À!žŽUGÞÿâñS«yüWeYuˇ•üE+ØTgdÚqãšk²Y?V°±:º‡›$ë\.œodç[³/þÝÿãý"'œ;‘xÀ_²Š-^Ørû<²Ò3HMÏ uô¹¼ï†ª=Ž.'¢îþñ~Š?½KŽF~f©¹søÃw øêð+M鞺¨ e@±ôT;9q8clPSâìÞ£i­É½œçßÿO>ŠlŸü›3³:vñ¢½nWZ{ŠdCž§L £À4ár®=JâÝ_Îbá¥wðÒ·Åx{hã{[–¢Ý*¨€$w”H $@’‘Rm>^ Œ< IDATXiéÀ"€, Ú}tS©¯Á’± KA®¯Áé®ÇP0YÍPWŽGkBÛÍ WC~ü>~¿Š9Å ž2êô&d_-nÜ?àÍW_ãýþÇ’¥?r >W½AÓò~?¿P‰y];Ò¬µöŠ7v4<”ev(è+ö¾Ãã?&pêåsI–m&']u$š¯ŸàÝ}.ÛÜî´Ç=k»;÷¿úÒ/ò—¬agÀȤ#G…Š}„)c6j)©< "›ÉÌIO9®ŽŠ¼6§ŽâØ\«ô™Ý[m¤ÿ*DÙ‡Í9ùn–n]Ã'O,¦ âu~sÜ$ûÍëúz^Ž{R¿»>¦êf~þÁh?¢‹ø¶´w}mkzbOû²¯) DÝB-4LRÊñ÷>Á…GžÃ¯oÁÙ¡fß¡6>¶§¶sP%Á@°ÝIñÃû$3oñ±XÎ{ö\Âqï½ÃÞŒ_ðÔäøð÷ªŠŠ†9÷¼ÏýóÌ-3ÚÄlL”´<_ëówy|Ëc»žâ‚‹Âuú~ø$Ò£Ö;ºßg¢¼ÃßÒ4É£a¿ß‚óêØZuÊU÷6¾ÝñÇ`ÕªDQOÚy¯vòý¡J{ìZãxLZ¨*¯&0ÌÜI}‘$•€·y'Rë5z´’„¤†ëÈíjÝQþ‡Gu© ë‘%H™y<3Z=¢*ëãÑSÚiŠ=]»ÖLÓÎ>1¡akEùŒic[^yŽÍ¡ 6Ÿ:’—[}ûÌwrÑè;ks»h{ÛvwéEéŸD³XŸ*I;uÕ~­¿¨²¥ñ¼²NE 2’:¯ áë=õ;NC4ÚtÿU è6†t¦žrSO¹œ«ß¾‚#¯ú#¿_p¯ŽëY9îIýîêì^÷ý|õ`´ݰ™Mö®ƒôôÒvËžvÖ^‰aÕ‚@?"én{òrÌÜÁ¿w5}®ÏžIÑËšO·âiøPq°ò“í>ƒñÉ2hÉN†ª-»èøf„DÒìËø¹}'¯¾ò/¾^ÄÈ /`|äÙ }ÖTFéBìXWGú¨ÑŒݰbxš©i¤Wë!Ê‘÷Q¡~÷7lg,‹¯û%ÇLϸ‰Ó˜”Þd&õYÓ¥ó²æÓ-¸Ûˆ¥Çb€úšºNïÄF¥Ý ¤+­õéÉÓÔñÓ—;»7ù­dbØü ùë+_³ü¯ØÿæÃ|TŒZïh_Ÿ4OåÒÓRñy7¯r¶lÄT7kž¼›¥ÞN½dzx˜Tõ$ʲÖÁç-í1TL +URº–.ÚÕK6%a‘C8Š«›æ+UÔV¸Á˜B’AI‹Aþg÷&ÎV8«êÀh%A/¡1&'«¸A´R`0иùëjp¸‚CK×(4ksÞXÑðPh;”tŒœS±Åü„á-3¯çñ_}ÊIOíCùNJœÏõWŒfÑ?sEÊm,že¡dé#Üò¹Êá÷]Îxƒ ¤³àÔÔ»nçš{UÏÍ@_ý=ÅÐ4Ÿƒ'n2‹ÏÏãå‡ÿÈóšéÜwf>ºÈwRÒ®»$“žZÌEæ›X|ôH•ìØ-sÔ%§§1“–®•oóÑú~>¾Õû ]ßjVSÎLòx€çz™‘L%Õàake°Q)é®[œÇ‰O^ÌÅqbñy˜êË(3Æ/ŽÈ`ÚØ8þññý<úö5̯¢H™ÉÙÇ´œ/*í‚­æÔkžÏªÚ³ÆÊ°ìxÖìZÆÒ(ÒÌ4j€º:°f§ajñ°ë@ÎÓ>ÒU‰B3¥Õ=mm¬hØßeV‹N ÁÊBJjò0µ~ó:Ƶ?>Ç{•¹\zÑ"¦oÙa~é1Ü~ÖÛ<³âF&ü±Ã67P²¤ãö¸ÚîÓò;÷¿Úõ=Zû'µÇ綘t_JœÏ WŽå؇.âlýŸ¹ê¸Ñ$ Y[ $ÓÅœŠùB­ý4µùP¢Æý|ß?Ê}Ϲ8j¸ž’/Ÿà¶¥~¦Þv  *’¡‡>"ô\[íÁõ_•êϹæÈ Y:ñ¾|þ Ò]¿Ï£…ÝÀ·ùq®y¤ŒI g1&à Î=|÷Êý¬ÆÊY r1$Žèa‹®~w瘮úÑÙ(ú8=^uDºý˜~DB»6³3{ב-뎭é­= ”,¢m†BP±¿‘Ì̸ö!.yÿtþÓ~còuoò¶ùnû÷ï8熬YœyßûÜv~ƒó¦cÔÏótŹýÉ?ðˆ³˜ËχÇ5Š©gÔùW2ã‘Ùrìo9¹ùü~’™™·¼Ãë¶Û¸óÙÛXüt0“=÷R¦^p y:;'Üü;^¿òqnºïx½|t«÷Çvq|«{Y£Ísà÷ÿ• ^%Ò%¤1þÄ4ŒRD‹?¿ÃÉ·qÇÓââÇC KaÚ/qÊ‚),¼ãA~yùÍW5.¯‡â•ßR˜x4§Ì·ƒªE§‘@ âóÔâòø›ý’ÑÇ'bŽ7¢•Ãç ù=8«]T q)©Ä‡TVûþV½ÑU­R³ö4‰! û±ÌÊz Ift°R«÷êPÐQ è-Á½<µh.wæ¾Ê¦6­Ú,ÂÞ {*’huáxIqO?õ>þ䇀¨<€¨ŽlUÍ^;#ß×Gö!h±LƒzHjú{?|™¯‚ùŒÍIFã.dÙ³·ó³¸w¾9f˲†ÔSâ‰Õ—rõ¯çñú_ 8láÙÜvﯘ`¥bС¨w9¨wu¸>O >OM'F;„×Y…×Ù¹MW.j: Â(ø<Õø<í}ÂSyÏÑ5:ÍÚÓ$†4ìÇ2ò»¨.ov‚ÖŽAíb0@ ì°§Ao9øs* ýÚ²Ô³å»<òêjJ\*`$cê ÜúÚí\£‰ír¬Í䤿̱×làë/¾ac)ZU´€‚Îí¹*æ š ‚˜³UÂN aï„=Q?þðû…Z@3hˆ³§aVQ!š @ ‚˜C§ÏWzÈA,¢®b?uB¡™@ @ ô±ä@ @ @ èb¡@ @ @Ð-ÄB-@ @  [ˆÇŸ@ @ A·AE@ @ @Ð-¢~üy×®B-@ @ `P0nB¿ž_;P~ˆ@0QU•€ßOÀ@Q•>=·,Ëhu: ù^G¬Ù~€·¾Ú¾Қ˜*?Y&+5Ó0ut†¨P@ @ ˆ´B }TU¥¾¾ŽÚš(Áír÷Ù¹eY&.>ŽÌŒl2³sP”PÌ_¯#~Ú¶Ÿgÿ·Žy3'qÔY3e(¤(”–WñÌk8÷H‡O-*–@ @ bT: àPS]MѾ½Œ9ŠÄÄD$¹ï¦!u:kÙ±};æ 6›—Ó¹Þ>&MžŒ5%¦o®çóùpTV°yó¦Cv=ŸÏÛî¾o-ÛÆ´IHJ²QçU`L•£„„d¦MšÈG+·‹ ¢@ @ bT: ðQZz€‘£F“˜˜ŒV«éÓ ¢ÍfG#³cû62d6^oÒäÉØÓÒ …Bƒ}`Óh4ØÓÒ‡ìzK+j?) —7³eÉhN¢¬Òɷ˗ᬭ•«‘e³Å¨Ñc Ræ„ÎBC‘g¡±ÐFè*´ˆ¼z6陚–.ô9"¨(t€¢¨ÔyOS’Նǽæ\¯Ã†NR(ݳ EQbº<É’ÊÄÉSHI±÷y9òu5¢²²‚ŸV®  1sÎ\¡³ÐPä™@h,´º ­"o…žz®EAŸ#‚ŠAgFXQ$ I’‘åðÖ—èõr‹`š¢(h42Á@ *¼FsH¯×þvÕ‰1_–ξáiŒF#n·KT¬~Àh42vÜ8¶oÝ&tŠ<…6BW¡•@ä­ …žìضU}ßç]£6ÛÖõºÂãñPQQ‰ÝžB|||¿_¯¶¶–ÚZ'‰‰ $&&ö’AU”ƒ¦í!3¶21?óP“˜D]Gè,4y& m„®B+È[A+=].œôC?7æS¨ºXÿŸò_Ïiüå×ã1vµ¿oŸ¼¹içAªUðù=âµøßñ¯ßOl{|ëý1X†"ÿ©‘pp¨ºº·Ç j $cŽ7“œœÝHG•Æët„Ç㡺ºš¬Ì ÊÊÊ@U{XŒâz*ÏÏgwa!‰ }g„䆟ÛaE­ûi<ÔH’„ªªBg¡¡È3ÐXh#tZ DÞ ÚÑS èó~n¿Ù·¿}/Œož?µó€›ZOѪoؤαS­ôil.TÃÊgÿÉSܸ֙ëñëWò‡)?ãÃ>dÝó05ÛU©YÁCžÅ]›çñÈü¹œŸ«ƒP ë>xÏ&^Lëe$ÚÝÿPÑŸqÔf^;ªkHH°š–Õ9êëëqT×`³Y£º^gæ¾! ˜F£!+;›ââbTèQ`1Ú˜ ì.,$!!¡OG6-8ÛœF^: Ež „ÆB¡«ÐJ òV ô;=*ªÞ=y ‹w²ú‹+Èk}&ÉLnÁxÆf§ ïjp–oO\zï´„Õý“´u 3éš,æ•‹Îá)ã5¼ûÃ5Ì·w!Mw÷ïo¦†C¯)k¥iÔo— $I ¸÷c³&G½vhP”%‰` €F£!;+‹âââŽXT£©˜˜Ð4B±w­,¢ ‘Šâî p>…†‘gBc¡@è*´ˆ¼b¨ŸÛogÖçsÑÓŸrÑ@K±&‘Ì$=É9I-oÚ,Î|æ;N³¦cŽ&"×Ýýƒ»1£åˆ>E Ïèõù[ì'I:FC(" ª*Z¾ñ˜h¯×šæEI–©÷z©¬¬$%%£ÑØ«‹ÑΩèt:IHèû9•~u‚Ô;*¨ÅFšUßt3!TÍæ/¾`¯yGÍÉÁ õ³±#…ó)4ˆ< mBW¡•@ä­@CÈývæà^ž<ÂNæ_âPëØúÊ9~B¶;¶¬ñwÇOÔ7;¤ôéEd¥Ø±¥Ø™qÏ|Ár–ýãRŽŠ-ÅNöôÓ¹õEáïÚÿn;“é9áóŒ˜ÿ+^,lö½ÎÎĉLŸBãÃÊÁr–ýc1‹›Ä°´(®ÑÙþJ%Kÿ|*³Çå‘IKþዹÿ¹¹òÄid§Ø±ÙGsįžeƒGmuÎÒ©T²ôÏ?gθaçÌœ|27¼UØæ7¶Ñ0 ÝPŸqåx;#Î}ýAQ9šZ²æ[ÈÅð{s¼‹ÙÒ¸™ãÍÔ¹]íÙMÛ…9ÞŒ9ÞÜÎñ-G>¶j9Ûl·‡jG5ÙYÙÈ’Œ·ÞKyYF£‘ò²2¼õ^dI&;+›jG5·§ýkEq=Ÿ×Ë(=PJ}]]ãçÎZ'ùyù8kŸÕ×Õ±¿¤˜Ò¥ø¼Þè®× ­Ü sÿe¬þàuÞýßJ**Qÿ 9ÙñÃrÖyP¥fב´Ä%&‘dA¯—£ù½ú×T[G[wÙö”¸ õâ< ÎçAÙBõ8Jkð+±•UÃÁVΔ ®Ò=ìÝïéU9y&ê…ÐfoŠŸš½[Ù^äî7[0`u€vPÔOa_ÕÖSÿ±üN ?8hÏìúw=Ãâß½Šü«‡y÷ŒŒµ{(2fÓ|BëiOðßßÀ„)mzêXs÷©üâ1Þõ*÷ ±ö¹?qóÅç‘ðÍç\7Vß*8âäÛ[NáâçwÃcÜ33‰êõïóÈÝ«šída៱°ñ}×Þ:%]ì?Òîo¾c§ýw<óøBlÞm¼yëMÜsÃ2^sÿ¾6uë«üéÖ›¸tø<¾¹©CTçü–ökxêÑùXCe¬xîVî»âBR'|ÁucôjÈ®'»Ô½½»AÂä4)6û×иEþùý¾q3½^‡ÃQIjZåeHHJ" ×Zßùݸ–wäêëë©rT‘““ƒ$KÔ{ë)++Åjµ‡^¯§´ìiié‘‹Y*qqqݾ^•ÃÍfC¯×QTTŒÕj%>.‹ÅÂîÂÝ$XPUO]‡ƒìììðo¬ª"##£ÛújdÂ?+j§¹P·o#%~ö²­t"ó²ôÑ•ÓÈy%Y‡V†` á¨xrgE¾^F Pú·Ü‹9»"€ë@1eÆL&Xt¸œþçÇÁÐY :9°m3ÅuIŒÉJÅð¶™w·û„ð»œÔIÍÚ¦QµŠ‡âõ(7bâh:é Ø½˜-«½-g‘ãÍYŒïe9y6ý¬ñ!°‡^›læAI°wU%Τ±ØuT×øúÅôN׎ôé¦nmÊV_ÙÁ¾Í¿CZ?qý\t?ß]ûÖIyhßìZ“þñ;‚¾á C5Å8°pØ‚E6ÍŠÌdf¶ÚGŸ2‚qãÇ5®°¬:>ç¾ïdÜ­+¸ÿÒ|tÀœqzV,9‹ÿ¾¿›kÆŽ¥yXQu,ã¡ÿ”uå§<{ôð",ó p½ó_nêÈH9–u~ßkº·ÿÃK¿r㘅‡cáp&ño^°—ÃÏ=›Géaá8<¼ËUKWRu}µÑžóp½ °`’ÊW®æËËøý˜œÆŒl­aýž®uo@¶Ã›*D­è~ e…ÒjÃ;Gþ*ŠŠ$ÉH’=t—ªkjHOOG–e¼‘Q„6[8 ‡ªª8p€ŒŒ ŒF#©©©”—•ETlM0@QdYCNNûöíCUUHL Ï©èöxp8äææ"Ëáôõ´¹jõçP5…Û«0=†©¾å|³y7ž¬±˜š£úqìZÇæ]%Tׇ@OƤùLË  ë·ÄÛÛûÆ9–…c5ìùò¶Æα³ÓÂvÕOÕ®µlÞYBWAŸBöè)Œ–®cªò?°©¸·/<œWcJ!gütÆe›;Ë´ËÇŸ5¥E”–WãöQ‘К,$¥æ’“nAójDM<–8 ®Z_ƒ86­d—«í7RâX¦$wc.ZÛ¶P*ç1ý¸9Œ°x©,.Åì¥Ó«Ôq`ûªí³˜m•ñúÜE}¼™[.ÙiPQæîwG²S }vFNIr‹ØËõk(1ŒeêØä<¯ooËYäæƒÖŒÙ®ZuàU?W³ÇÓ± h7á ò!ù½Šsk7;ˆ>…±©†¶¥­f'¶V`5“›¶©ü…ò˜4)CoÎÑC;ÐQ½¨Ù±–UMþ€¤5Ÿ`Å–ž‰=Aw‚]ßNôH¸D©ÙYØâzHêÐf&øÜJ ·R¸¹GÎ8F¦Ç£éw¿ëàÛ‰ni3w8qR¿»’â-ë(\ïFZ@Š®?læAIp³kõŸ-èÐoh5TQÔ ¡’*&cÉOéBŸnëÖ¶lõ‰ìãüëÿ¶àÖ¿ÁTì~¾ûÒ/å¡ÿ±KMúÉï[PÃH¿¶Ž£—¿Î³?Êõ?ŒÎ|Ž¥žLz‡DEEÃÜû?äÁyæf_Hè’rhÓoît§Žuyânî_ÞöTšžî”urø‘Ïžž z (!¥çºkEè- ?kµZœµÕÔÖTGŠI8_Ò3²Ø_RDfVû÷QR´KB" ‰IQ_ÃjMÁá¨" ‘’bk}èr¹ÉžOáîBˆG–eª*«PU›-¥GiŠ‹‹ÃjU().!+; £Ñݼ< wâõzq»=äÏŒœ¬§¤¸›Í†ÉdêÑõ4²DÃåí×Q/¥Û fNv¼BHÊa¸u ›·”2~^²¢B œm;j1Œ8–#f¤!ü•dBá¼ÐH°˜"ï}xƒ-;ÊÙ¶Ó‰aı>5rk²ó#Vm)¤>·Sd:M9ƒÌtJ D’y¥ûW²ßb´Y&¨tœÎöï´*xöï Ä­#sÞÉ–§Çç¬ÆUçG›1’CZµU à,ÛKI©O@E6X°e #ÛžW P[´“b‡oCšMVÒRMx«*¨qûQÐgÍ"/?-ìX÷äÀ_¹“íûªñ…T@K¼-›Ü¼Tâ:8§¬·`ËN¶ÍÐ4‘¯ê£º¸â 'þhñèý€™È‚ä**~i©ž IDATœÂi® ‚lHÀž“OV²¡Ó»ÏíëÉ•±ã³‰—æ¿é§•m“Ä]¶â2¿ɹcÉ·)Þ°‰ê¤ñLÖ!TÃÎ5Û äN¦ ÕИóíüˆwwFLxæDÆgÉ”oø‘ŸŒc˜421<ªB âêfyh7z¢¡! «gK¦2)K‡ªÐr”N³ù ]}]fQ¨¯ØÇÞ’ <dñi£mn?M}^ÎÂéTªÖñõRŽ:4q$g #·ÙˆâNëH—iè«r/¡‹C£ …TBª’ž¤4+ºŠr¼jwÅ>W°¹ÖƘIy Ï[X¿K!gÒ8ìú Îâ]W¹©oÈ'c"¶Ì\²l¦fºwOÇ /’£7[ªò˜ >þ.àØG™W‹QÄïñ#¥Ê-æ3—1¥ççèÐøu22¬sÛ’HŠÍ€»ÜÆd#wÒ|ìûV°bÇN*3f®úË®êE§å£³ï|”µ¶å‰ĵ7Å•Nêü aLGAŽ _wêX´ÚXõ¸Ë O&wâD\ß®§Ômaxj5Å…»ÚùñÈ]ÚŽl¦)œ¾NuîÄ^§º>¾¡,5·yÖnÚ®Nump<”paÈ_Àt~àÛ-73¯;ØâfO}2:øüó ,N3`1@}u]‹¡âúÌiŒÒ‡Ø°¶ŽŒ‹§“ÐÅ]^}Ö,ÆeÅûkp9¿Ëý£º†¿™áŠfÿ,pÒ'ç”Û×°SÝsDT1ºÀ3Mó!6•£ªø#«?k5jU¤ØS©(/ ßQSUd9܉‘$ [j åX;¿^³ÆÓ`з˜«°á;³ÙÌîÝ»±˜-ŸÆv÷í2}­ö‹GUUöí+"';“ÉD~~ûöí%??Y’¨¯«£¨¸{JJãþ=2BšˆœJG>s»«´d•‰> ^1‘>"-+·pÀ—N–F%è®ÄÔ`˱¡ x©÷…"56¡f+w+ ¡†¨ŸÚRƒöÏ¡!!-JËq*“ˆkþ•¡@U5¯‡Êº ’düöîYd±xïfóê‹Ó£ž™Ö¬F³d«µvµk¯°Xë?d¯×¶ /,ÀÞ±VÂHZ’-É£ÙÍÙ«Ùé9»{º›ìn’Í«Xw±X÷•wFÆå?ªHÖ‘gUñhöïš]Ç‹ßû½‘¯^DœU°zœybä$™›3PjÏò\—NâÞs©õ­xeõKæÔ-îL™Ôì9NGsæWïÜÆ œ`Ol²ñY§ÏwtãL|ô>£ã:µÝ}?V‡/3ΕǯoãHµIÎÝÆ:«·…:H[Sgeˆ.p·®…þjkÝ6÷óܹ‚Jvu6çÈUõG¨rL\l’ã·™‡ºÞçØßÁYçöÕ2ÊÚÀk“œ¼ÅàŒJóÁsœjñ“~Ÿ+C£DN¢Êµ þý¨ÐÅçý'¢:¦A&bõ®—û&ТìiN0xw™=MäfF_ÑéxñŽ6&¹;1ËÒD±2™¤§o3p/GUw?ÏwÖãµ2Ø5íÔ¤˜Ôh &ç²Êé©ï¡­j–{K«eÔ;_àåþ‡³j}É;«Z ´ÓÝb39• Uv>«‡Ê¿œ¹nN?WÃ;o^e$zšžƒ³iy×µI?‚œ5Ò³ŒŽÍ£tã|_ ;EJ­¥A_dj!»é˜EžÝØÒ¨?ð<ûC>Ìù[\½}›±àiz£«³§‹µ‘âÇÞõ¼·²),ܵ/x.`a¤S¤×º*½&‚º˜Fm¬Ç·8OÖuH¯¤qû9x¨›Üس±8ÿ~Nm'¤dY½Æ‘›8Þt‡R•ÛÁÌÙèådÏ$ï c뤙½Ck9Ã!ó=®¤s(uËóž]w'Û(ܰÝv`çȦS‰›L8×\º‘§.ÜQæ7äV¶t?¸¶ïíœóô¹wøÁ®ç`±6_ê|鬢.ePêñ-­ö“™å8¶ÞÆÁÃûðLÞbvCŒ–¶Ÿ×”wUz™ýòv®r·Y¤\Ûíã‹ÆÓÓ¿`“)yîËßnm3%úã‚1åÖÕk»Þ¯±Ûv>ˆàÿˆ7ß¼ÿócÞ¹ß2ܼ÷¾úgËOÞÿˆÞý o~0Þ:j*è-œ<$öýÿÿó?æ'÷7üù˜µùoÿI7 ÿï?æ7þ§Ïw~üs~öŸ¾ÁŸýÑ·Ís—¥Ró2ÿê_dáÿù ~í¿ûS¾ý£Ÿó³ýˆŠŒs–Ú‡'Bs5$Þÿ|ïÚV…e*k¬u7¶Y †ébqß<¶!o.0ææ®›y³ñ' ‡Ñ4 ÇqV_Èâº8ŽM(ƱmB¡0f.‡G×ѽ¾-ÛÊ·¿rÞÞ‰„imi! ïè­_…ö …¨«­ebb‚t:¢(twïAQÒé4ԭݽ“·Œm¼ýyóEb|˜¸k0þæ_ñ7_û¾ûí¿å?]šÆb‰Áñ,ªê>X[QÀ±ìµË —üÓ– –oÊÚ]EEUÜ|k¬N’vAQÜDZúögÓ4·üä2I26Zðff˜]Én].»Ä½™ zû‹\žb||oçNµÃÂä ÉTñ2EœeîM§ÑÛ_äÕóý4ÀQ4H,KæþÁǹ_vûÁ¹Òµ-LËÂTo”°’deqž¹{#L,f®ëÚæC‘z(§’1DA·ÐÕ]MìæM–µý¹gÿ<²œÍ¦1Ѩéé¥^˒ʘ8Ùe–b™­å}$y¶Væú~÷¶ö€·v/û4bwcÂjé6RìAÞßÿ±ì‡³¬‡¿wüÕ„•$÷¦Á«Z˜¹$+ ½¡ƒ°'‘}˜K ^[%Úy„u. wÓø`U\z„Ú={©s&¸½ìEwrdï2o„Ùs¼‹€¦â¤Ó8ª»Ww];ØÉ6ŠõÛn÷˵î3GÅï;ÃÑqÊiÅò£hþ[û‰’ub¯Õk'] ¬œ‰Ÿan1Y~+;6.Žm’32¤ã‹LŽw=4tTáÁYí÷6—cn–ÉR±*ÔgÎΔ^7»T¸¿^™/½¾i=ü®ãX%ãr2»WÓ̰4µ‚[{žHš%#L]8Çä$>ÝY;§ˆÏÂê9¥Ð¹fK],g7æV9ý µ)>•œóAmó¥Ï—Ž¿š’drÆÅ§Z˜F‚ÅOc5$ˆeÌü1ÚN^—uþ.ïZ«¼> ‚spÙÛ,R®‚õžzºú³Œs_¡zÞÜfʈ[Þ˜ÌÌrïô+B<}3ïý¿ó_üņ_ÕýÆ÷¸ò¿7mükÚâU¾ÿ•¯ðßOfˆô\ä_üÉðËõ*PÍÅÿåÿàýÖ¿âþë_甎þÖŸò¥Ïwòüï}—ÿP÷?ð?õäý± „é8ÿO9ñ›_bwsaýÝ¿åû5¿Ïïÿáïóÿ}P·äÕs-xóŽè…K죑/üÞÃ…ÿêÿâwÿ××ùÜ_½Va™ÊU ï|›Jþ¾ÖZ,î…ÿÒ'Ù(ÏýÛŸ½^ïêËJ\—`0„îõTU#£{½ø}~ØÅ·—Å ’‰áH„h$òHŽ/²¶Ý‰‰ :;;ðûd³&&îÒÐÐðàóuB*…íe&îfð÷¼È…ý‘u±Y¹þ#. ‘Øwˆ` †°j³8¹ŒUظ-EAWÀÎYë·NUÔ‚µDµÁÛp –gàßGµOŒ[pprm¬…BÏ_(ô¢–ûíMUrÉ4Vžöç)²ŽJí¾&Xçîìêó\¿æ1¢ÝxãɇiÍ$‰DËRÑÈ’ÎåH-/7llEƒ\Bµhó±m¬“"½2ÇôÜ ’YÍu¡ÚB úP]wÓ68މæLBMæ—Ód]•Úî:œÅ1&gÓ8˜d,VYçºØ¹YÌïóõM±ŒC¤ÉËâ\¶ò¿h‡pþüžu·ñxÕø‰ ²˜sA P×ÙÈÊÐ]âÁ^8ÝŽ;7ÄBÚ.Y¦@sf]=11½î9M®½evðÆrnü×2Èd2k¹à¬ë:\ìmåÃÖzXÌæ¶?ëðD[èjdøæÇ6Üþl?¢œõhªNpï§ß$^WG´ªŽª°ž÷/¤Nnwòli.»iFÒÚ¿ÒsÌ-&pÛë…Ì"F¤ßÊ$ñåÂmDó>g×ó>ݱ®¢†©Ž¨LŒM£Ò!–$‘óPÛ]‹›'çllÓñÄê1»?,ÎaVŸÂ3;^a,ÛEñùÑ=~ܘ@=`éfµé<« ÆÌ4¶V‹²ifî¶QªØv»p7Æö~¾¸ xý(¹Òí·’(œãþbù¿q¿%s»Qpºrs â‰äj¥ÔÑT+«•›ø¼ñ­õÓ|ägZ=$dz´¾N&^ºYYÉÛg:™dÉu=³ãûk'“(½ïX|Ã%]©xWím£i*¾Kq×Xb!©Rb¾Ä=â9H}3c·YéïGKư SÖÝRè\³!'°6åtýàÒÒöÏyžzšªã»›ƒ%Ú|éóeˆšˆÊÄè Ú)w9ÆJN§a_Jbœ¬íŽQ¥y]Öù;[ƵV}@™ç`Ŭt›yÊž)t­ó”õ/›ê!ß¹oÃ2EÚLÉþx¯^¸/{ýŠOÏ ¢R˯~wž_-²Èoÿlžß¾ÿ?G—¿½ò»—õv~™?øá—ùƒ-3ðšxå_þ)¯üË2Ë¥ÕræŸ}…ÿøÏ¾Rþ±݇JÍùÍ·oüë2—ïÚxÜ€¯ÿ÷¸²°þ ,AÎÿá ‹e—aë6 œâßÜœçß”ŒáKEã¾áHåíÏ…¾‹­Ýí¼îögT\,ËÁvlTUÃãñbšÁP„l&ƒ‚B6›2é4^ŸgíËYÑ/eÎðKÄãìÙÓÃèè‘pxÇW|ápׅѱqš›š™™¡©±ií÷;$ÕÔÕÑ8×Ýz뙵8Ê”bïþj#9²æÃ/ou]Íè“£ Çú9i¤·'Ì;ƒ?á]õ0íµT+‹á©§µ>HUÔƒ9y•æ^"N†´[G[Óú7V+¸žFöõDy{𧼯¥#ª’™àæ,Ô?wˆjÕ&ëlZÇUp×ß2çæ?Ž‡Ç¹5^ŠæÃ§Abn«¡ðìJP‡L>‹Óp€ÏwS0™}ÿM>PÔµÙš[·¹61 MWüNU²‰ûÇ“o=…úÓŸç¹ÆOÚV½!|F’ÂÐ-’—Z˜š(,ß[~p‹b|ÅÁ4|$[!‡éYf¦1VÒk‰ÅËäWóÖÓýU—µÜç›-›olþðäC¾z¨8†ƒI ±‹¦ø ·æRû8rVõRÓu„Ö*±‰[ ŽÌ2_¿—žÖPž šÝÉ3eó QÁ:r@àÍ•h#ZácPUÞ,÷êù,\W…6:Ä´zOzC­¡»Q%5µ)ׯ뮳'´V—Äѵ±P}:Šcà­n jv”[wkHºŽwãY&ƒ VSñl}ÑÉN¶Q²ØI»X?Ò”!i€ZUƒ_-³]èEr¼hþW˜ÛÙÅug¯uõZQ+36¡œ¿°‡ êÁë ê(vš•éaf’VÁ6UºaûëªnáþzÛýWñ6P·kquÈ.Ï“Å"ûó¿æë›>šñsÂcÙ H»/ï\SºÿÈßúÔœóEmóåœ/UBuUh£#Ìê'°W–1½-ìo†ÄDºp?¹­¼®ôü]l™mô%¯+ßæÆr•“—OCÿRÜ6S$n™™‚uñhú!ž’Aźú†¢Ÿ/.Èà”xvCAb±ªÖ½p%ZUE"£º¦Û¶°mkÃ9ÅãÑÉdÒ„B¡])C$YP|D³7îkuqrr’ÖÖV"‘ð®mûþíÏ[ççÌÌ`…úè¬V03憗 (ÑNõ»L .p乪ú^à¬ÿ&CñÁ€ ªš}/ÐÑ ®ÿ8]|ÌÍwß¼Tõœ¥£5°é „J´ïçü7¹=x‰÷³.Z°žö“¯q¢7Œk$±·|éØü‚™Â/œ)4S5@M•Nlæ ÃûŽàwÝ-QUô~užåÉeì†ûÏ÷´HÅ2àm¥Ú§]¿mwã_ÉóþNÙTž2×±³I²„9|öö4S‹1²®º–ënmn”¹FßSDZ/ü}ü¡š&m{©Ýs‚úÎãóê¨k·"Û¹™@+‡_êâ¤?€®­>Ñ1Óô¼ü«ìEÐ9\PtjºóÂþs·áX˜F’¬i£(öl^G«æðç¾ÌÉPÍLæ9Ž‡Ç™?l*ÁÆ2# ¼u•ºæj|^Ì\š´UEssˆ†ú #ƒ?çšÓŽß61sÌ$¢GSí¤µ6ý]ÔÍóÿnžº¯pÅÄÇ,c7n¢x’¤m‹”á€î–· \5DCC‘áŸðÙNDUÀ5Ȭ{Ô‹«†©¯06ü3.Ûm# áº*¼JñœÎß–+ÎüœE<‘|x±¥høC4'Åìänãó< ŠŒÒAíô0·–Îp(’&ã–*Sú?£ƒ?ãŠÙ†K SÖ W`æ>í&ËáØ«_n|ʧã÷«XSW¬«%O`¸!ª£›bªn36׃[dÎ[±nڦꫦ¥y™‘™ ŠºÃ2–È?'g1æà øPS+d Ô¬iD‹ÅXZÿmñå™ 8©Y¦ç]’ñ©•9æ’ 5'Sí$Yôo#Åai×ó¾XÝ=lØ~ªëB,^bÈU¨9ÓŽžœ"m=œ3áÌ_çæX5¹¤‘˜g6î>xˆj'ͲRa]ÛÍëÁ±\W%PÛJ³®ÓvbþäYPTlKñ lÉl£X?À6û3¶ºÍxœl.Cre‘XÚ!Øý §›Ub£)¬2ÚÅH&ÎâJþüPî2¼`Èyf¨$·¼íÏ5ã,ÇËlc•ôNŽL:w7o?PNbê3ËX— ûërú/ Mka”©X N‰xëÖîÅÕI-·|tê&Ê]î.>|”…ªB›eÌ~™F5U >ežkÜó®ÜÒýà’µýs^U ËÊnç`‰6_ÖùR PSëgøöeRJ„ê0—ÈØyæ&º;Èëmœ¿ó_km¯(zݨmc››ËUðZÇ[äíÏO ±Ê8÷Ùe¶™’u¡ˆÉ£éW„xj…ø4S…êêjª««·|–N%YYYÆÚô0\¯î¥¾¾ ç“ÛìEÙ=êý ¤­—o|÷[emã _ü÷çHYFËÈlZBÛ"›J°ùid¹äÚ_Ñ×]ÊÜÆÚe–u\‡l"¾i¹­ÇYp0V Ò°÷( ÆS“ÓLeVŸ¿§zÃÔ´TÓÔäcÉí¦7š`ar˜™¬‹ê‹Òxèg‡Iß»KÆÞ|–ÿùEîú«,·òuom]–g®q=m¯]—넨ä¸tó\¨*øê÷°¿*Åâä]Æ×¶£úBÔ5QÉ­4ì¡·*ÁÂä8YÐðF[iî­Æ]^.8èè³wÒwxÿí-Cæì;µgòKN GÎìÇ»8ÌX6@]s”á‘Û¤Ï÷¡ÅÒ%ËäÖ÷¬ÕÓ(sÙÕêpkaˆ;t{–˜`ÖÐÐ5ÔG=ุ®J¨¹ƒÆÙn}4 脚ÒqXÚ¿†íäÃæzpwôLŇ3T|5­4¬ ¯=ÖÃÝA‹çŸkfH,.2“[]Yó×Ðvâ m>›IÛÙ” Ï\o(B y‹÷Þ{X†öãgxþ`äÝq²z‰6Rô”]Îûõ±ÌWwéUõDçlji{éïÒIL$7<“ Õfatˆ¥” ž õ½/rîxÙé[dì ãèØX.(^ ìÕ·‡»ž0µÕDí%¦ç㘮»: èæÈ¹Ú¦ÛÐY©¸Ýmìà52Ï„Rt bƒ¶©xü„«Û9tò‡:ÃsCL%,\ÊhFáü˜È¦‹äÎæ7°—ª“¹­íJÛØvûŒb·îƒK÷!ų́‡¸[z]±þºÔúŽJ¸©™ªé>9ÉÉ6/n‘x;S³»W‹äBÛ·—½µ6+C+¤Ö?ïY‰ö,05b°·]'Y >”u®ÉŽpÒý`ƽv{ç¼öê8wçv7‹¶ù\™çKoU-¡¹)Œ¶SôEÓ,Leqò>/{'y]Îù»œe¶Ñ”¼nÜÎ6·–«P»ÅrOQÿRι¯Ðö©°?^.ÅÙý~ETâqª*Žã **®â–õØ@0D *zB[ÿoUU7ì/™L (Ê#9ž'½¿¼ãiêê0\¾~¯ñWG«ÊÚW2{ªsIS)1CÕFñ·pð…“4TGð¯=wÆ1Ó$—¦YFAóÕ²÷ì1Z« xÜ\’åÉ;L/8x¨Ù{’Þ¾Vtchõv _ûN¤¯ÞCryu 'ÐzˆSG¨Rç˜u·³Ž‚7TKWçQ.4×Ô×nxµMŒØ޳u›®â§éÀó´¬E[ž{ør½ŠîÓ‡8×Xû`;Ž™!µ8·:@€‚æ«cï¹c´ÔWÐÀ&—œgbÙ­ð‹…J¤ûg{Ò™·y&Ï?|ýÁããq,´h'ý/õÒ×îaîömf³%Ê´¾Ì «õ„k‘ž"÷à¯jçÈÁ ´ÖEX­bËH³rÏ^ýbâ S·ç4Gº;¨ z‹ÌÂ(‰Í1ÝF>ª‡ÊcØK€‰M·Eù©ë=ÃÑmè™ám—±dþùè:r”î=M„½«mÄ6â,Ž3óÏîæ™F¨©‡æ“=´Öñy–ayü63ËÅÛˆë+u »™÷ëþ°Uß˱þC´êcù¾|):^B ç õ¬0–¼ÿ ùµöZwŒ—_¨Ât½*ØbӃܛ¿ÿ ü Ê­†h;t–®þ*˜»÷p@+·ÌôÄòÃÅ¢{è¿ÐGwî*÷óï !ewGÛ(Ò||‡˜SY»µæô…Ãì©~xYíZ™ä Sƒc,§Ì Ïã-Ö.Ü"9žÐ‹åNž6_´Nò-l£•î3Öê,ï—þå(#Vî3WŒÒëí¯s%×Wu´=BWWÁÌ·FÌ"ñÞ­¸j„;r¦§ŸZkŽ;™Mj–gé8ÜEUr˜¹¸U >åžkòÔQYýàêzÛ=çe½‡éèÞÍ,ÞæË>_zjè<ÖËÞCè±ab†“?FîNòºœów¹çøÊú€Ò×€ÑÖŒª IDATÛèWò”«P½¯¬OQÿRι¯Ðö+íÝ}Ùîö+Bì6%ÏU@ûþÛÙû‡ÄÒâ‚DI|*¥’ nÓÚÒF$]ÛåÁ·T2ÉÝ»¼øò+ÌNO10p›ÎÎnBáð#:¦'·¿d"‘w™o~ó[üÆ?ü rFö™Î§¯}íë¥îMÞåO¾úU¾òïþø{€d€–×~×ý;¾öyfmy °õo¹re¦¢xt/­­mŒ°gÏ>"Ñ(»9¤˜J&äpÿr¹Üƒý ²woï®ô=éýŒ³ ʧ!Ÿ ÌTÜà ÇO>Wrý+^–FYî0É6ï÷(§.>-õàÊ=3ÛΑ'•'Ûª3× 65Ê‚Z Ž®ç^àp(ÆÄDfÝ-}g¸%^ð³Ûq|ÚÚßNúðg½‘>cg9_(/všsŸ¦k¹Æ’k’Jê¿tïþ¹Oˆgö{®„@ˆü|>­m„#ïÜ&u'…ã8»²mUU …Ãî?BSS3©Tjëþ’ÏÖþ ÑÔOG>­§[àÂæ’4¸Ý½üÜöšR;á³îéÍ‘mԙ⥶ç‡ôÓ;³ÈôÐ8+¦³áR±¦çû´¢çîìZn|2ÛšôáÒg<œ“X‰'s]÷hÎ}B<‹dPQˆ"Ǧ®®–—[QTu—·íËå6 ¸=ëûËûVQ>¹¤(ŠÌäx\—žg‰¡ÔY+¦™¾ù>ÓE—É2wó}æ$Æ’h‰«ÄJ|ZêVÎ}B”¥ìAÅï~ë›-!Ķ}ñK_–‹"¹à•8K …Ô™ÄXb#$®+!u+Ä3¢¢™ŠÿùùO%bBˆŠýõŸÿiÑÏgü%-÷ݺqC’Aâ,1Rgc‰¸J¬„ÔíñÆw¿-AxÆ©ªJ$ZÅþ¾>êùþäög!ĉV‘ˆÇžécü¿ù[RÑB!„B!™l:ÍØØׯ]ãÈÑ£Ô=âETBˆÇàY4B!„BñäÕÖ7p°¿Ÿ;œ{ÄƒŠª„[!„B!„BˆO>ŸÏG$%þ&¶È ¢B!„B!„ÏUQPÇqý¾$ÜB!„B!„BˆJÈ ¢B!„B!„¢"2¨(„B!„B!„¨ˆ * !„B!„B!*"ƒŠBˆg–¼Ç­Ë1•u%B!„B!Ä.òH„ÏÇ`aä ßž%‹Buc?íÝ:áåWB!„B!ħ‚ * !ž=v‚™ñ9Üú^N8Æž†®‘ m8à¬Lßc!žÅ×ÖGGDÛºzrš‰Å]ÕÒIî¦2b/„B!„â“A¾/ !ž=z=‡^ù{œª®Bwr©8¦½v ´cäêufm-­GèQmÌû3,‹£×øøÖ "Ðt‘?< 7O»vŽl*ƒŒô(OU¸ –ÍZdàï2’вïìyzÃEb/„B!„âE…Ï'ÁðÏ~Ìd¾ýt¾ðY‡þFõxñ¨YLÇ\rsWùàÖ,JuGŽŸ`c+™ ÷¤¾r÷xÿ°„Ÿ®—^£¿ ·t g8w¤ ßÚ8Ÿ½ò1?}kƒû_y™½aõ‘–ÍÉ.2³eæ“*‡ª”±B!„BñI#ƒŠBˆOÕK Á§-X@ÁÛxŒ3/{ij«Ác›äÒ©§d&»6[RA„ÐÕ4†]z0.3ñ>E.òüžð¦·r©øÂ¼jjL —M usä¨ÃœUKϾ*¼Æ¢ä¡B!„B<#*T”%BˆO†Àþ×yý¹:6>µÏ!+Ô½,ŽÞ``dšw Å¡±û‡ö5áW;ÁøÕ«Œ/ÆH6Z¨‘¶ŽjÌ™qfW ¼D[÷ÓtU÷ov G®302M¬Øv—⤳Öj/«Ghè:ÄáýM6Œfú»¿bÀ·‡sŸ9BµV¼Ï^¾ñ67ß¡¿AÏó¹ÅÒÍw¹6±LÆr_´‰ÎCGÙ[ïCÉMòî>dùþ,ÏjHþ„Ÿ$!ÚÏ+/ö(V6w…Ñw˜µ=dê›8Ê3‚YÎ>‡Ìì7n1Ÿ4o¤‘}§NÑ–ç2 !„B!Ä“ J„Ï*7—$­ûI˜ág²xãç¼ë1|äÌÞy÷‡8n†ÅÙ¥µEšvjމÛw˜^1pT€ñ©ë|p'«T¸Ý¬…‹†GÌóCïqeÒØò§Å ŒF‰DhůèÓƒ»—>`*ë²uQÅJ“uuüÁ:F|šÁK³`o\Ίà[¿3ÕO(ìÛp)V6ÕãÇ[´°…÷¡d'¹vypu@Ñ&öb¥BUa¼rB!„Bˆ'BnB<“2w¾Ï7î¬ûEÝi~é\KÞNÏÍL20–Âô½öEŽÕ{ÈÞ{›ÿøÓQR£ãd#d=ì6Û>ók\¨[âÃïý€¡4ø{?Ïë§«Y¾ü-~|'ƒ13‡u¬=>Zùv›,î¾õ-~q×dåî2ÊÞVÈÝ_&ÀÞ‹_æd­Š‹‹ëäÈ™@êy‘þô;¼7>ÇÕË£Dm^B£æÈk¼þœÍÎas\yó¦Ìyfs>Z*:CTV¶J8¹i Š#¯¾ÎÁ*ÇqP4#!¹.„B!„O‚ * !>¦§¦¸}ë+ËË|ù×~½Äýá46=%Ò1òÜþì$çX}·K’ü5ë?ÌÅÉ(^"&Ù¹X¦NUP´‹eظ9=F!ƒk¦±4úv¶›Éá¯ÂÝäRØš‡7.»äÒ‰²ž©ˆ¤õøö-ý”¡•ë\ªeÃD'Ëì­Ë\Yz8n €…i«è¾Jß2]AÙ* …Zh 3–Šññ÷¿ÆHc']{{é¨óçnÿͯMŒB!„♢ª*Ѫ*XÖq *;¬Ý2ö¡Õrà…W¨bxh’øÜ(7ç¦X~þ"ǽ[JðòÅW¥Ñ!„B!ž)>Ÿ¬apù½_  ÐÜÚòÄË$ƒŠBˆ§Þí[7é?v‚P0H0Æãñ (¥³Ü\’dÖÞô[emÊ"“ÈáFA Õb†9rvöõV£+àšiÒn€ ÃÜF¹wm»ª]œ,++Yh\WQËÒÓÂ]94ÅÏo,­{F£‹‘L¯>×1ºCzðs,]gmPP½ø=€•eq.…ÓµÓ²m=ZûprnˆæÞÓt<Îä[ßãÃyƒ¹io›ÓÜ8Yl°Y!„B!>©ªkk9}ö,W?º"ƒŠBQŽxl…`(D0F×õ²ÖÙòLET‚=/ðÂU!˜‰ÃÒ¥ïð¶ó*'›ÛÙß1Äw ¯ý€ï]SÑ4ۆȡ_â…½ØÆ½jp—¶«Ei¬V˜[rYxï›|G÷ີõ,Me…C#ÔuŒ÷~Ì­•‡ñðUW£“ÀŒÄ¿7FØc‘J­?CDikÔ™ž2‰]ùß¹îA±¬ò˶yTQÍû–Òû°ã¼óÖ(–/€Os1V°H *ˆ®kX¦…+ÍD!„BñŒ³,“¦æVⱟ<å‘÷f !žzŽã€ëâñìäï Ž"¬¢ëø1:j¨¨øªª y4y…³ýÝÔ4`uàϬ¥&" o³«T|»³]%@Û‰Óô4†ÐÛ´PAt_O¹w«:Žö^÷+½®ŸÓke3Ë,/'È©>B5m4TÀKý‘óôwÕáWÁµ,4¼¡š[ªVÿ*UIÙÔðÖØëþÒûpu"!/Ž‘!Îbë÷_à…CÕ(¶+ŠB!„BˆO×Yý^ì8ÎSQ™©(„ødtž®[ú–g5ÂÞW~•ƒá¾ãun.‰'ÚÅ‘{yÎïG×ÀJgAõQÓ}œ }gñzu4åþ~m,# žFN¾þ÷ DBxp±ÒêŸû"/%à×LáixžÏÿjˆpЮIÚ`ÛÍâï|‰×÷† 4p R€h¦ïlGý~¼uí„bb¤Ù8ÛqS #ùà#-ÚÇ‹_:F(äCÅÁHêTuãüþ³ø|Ë.ŽmafAÑ«è8ú{ŸàÕµ·4»Žme1‹–më±iyb_jjÍžÿìq/šz?€¶™!“³¥q!„B!Ä ƒŠBˆgŒC.Ûô6ã<ìÙTŽì¦u-#eXǵÈÄ7¾>ÚJÇHløEŠD|k™*Ý®k&Il~à¢cb¤MŒÄÀÎ’Š¯?j;—&],`®M.“$—)¶ËBeËslùb_jv–t2+é-„B!„O ¹ýY!„B!„BQTB!„B!„BTD…B!„B!„‘AE!„B!„B!DEdPQ!„B!„BQ‘ŠÞþìJ¼„B!„B!„øÔ“™ŠB!„B!„BˆŠÈ ¢B!„B!„¢"2¨(„B!„B!„¨ˆ * !„B!„B!*"ƒŠB!„B!„BˆŠÈ ¢B!+#›%•ý“HÄAQžîƒr-bã7¸9–À~äû2X¸}™+C±òöe§˜›XÀpË\óòŸH±‰[܉?úúØ:ÏžmåÀóöqæ]¥ýŠBˆg’GB „BˆÇÉÈÜ›œddh°ä²ªª²gï>NŸé íÂáwo\aprÃû8ÿÊ!¢Ö¬™cy|˜Épýû5œÜ#üZíæˆÍL±PӇߧa¦ç¹þæ[Ì6_àâѺ 1vÍE†/¿Ë`¼žc-´éîæõ »øòO,Sl²Ë Ä•ª½T4¬ìš¬Œ 2îoâðG\åÔ‘!Ã,O,žÈv·™;ÍÛÇ”w•ö+»V/vŒ;o½ÅÝÐ ^8ÕŠO‘–!„Oš * !„â±âµ/ü2º®]Î4M~øwopú̹ò6l-píGïpOéäÌÅãÔz6~QM _âú¤NÏ©‹tÖxA Sµýéû Å›é?ކŠ'RO$½B8ZM¤¦š n1Ë^St¼#Ç£ŒS\{Ut¼#g?™ÁÑÍ1O.çvwš;ÍÛG™w•ö+»Y/Ї@$J´ª–HHÇL›Ò®„â “AE!„BËÉÜÏyëæ(Fó>t÷þ ¤ƒå€3óc¾ù—«¿ÑšÏñêqÛ†äõïðõë«¿ü ZæùÅnâ?ó9N5¬]2¹9–G¯s{d𕬠Zæþók_+Âô;¼ñ Y 4-íOÐ×B»_F7ËÂðuF¦ˆç@ ÖÓuè8û›ƒ¨nŽÅ;q{rxÆTÂ{_àüÁê‡ëç£úˆF£$kü(÷G?7íG ÖÓy?ù¶Qly×`þæenM­Z»¥ÑieOw„Ô½ f–28x‰¶öq䨢Z9Ǻu›yãdï|ŸoÜYýw°÷"/öE¶ƒ“ffà*·ÇæÉØ ‡kd€Àƒ$;ùï]Ÿ&m¹ ø¨jë£ÿH÷jyË*Mbâ:×ïÜe%ë€æ§ºû4gÖ”÷òbñزìй½ÂÍŸüŒÙ¦—x©-ï¬Y.ÿà=ŒCŸå|w0ÿ-Â…ÚEÇj^/\çö豬ƒ¬£}ßtFW·¿Ó\(x̬Ù+üüÒ,uÏ]äX³ÅÍ2ýá¹’èæü‹©*´Ý}6·Ë‰C%ušOɼÝé>JäýÖN´xŽï°_ÙRöByÓZ ^ökLüü‡Ü žå3Ï5®~‘ÝÅüB!ƒŠB!„ø”2—†™4êèïk¦1ÝChtÁD/ý!X?×Qi|ž‹k_HUo„0“«_Zû.raoO Š?µ°ú4%àɱlâCïðî@†ºÞãœk«FË¥±kê éK«upøx;!Õdiè×?ºD°öº«_Øc·ßáÒˆJçñ—8Y«±2ô>W._ÂÿÙ—èöY$fg‰{ðü™‚Љåo"âÏ‘ÎÚE/çêN¼LS@Å6ÝÒûñnH(^.›Ôâ")ÿ!ΞoÅgÇ™øè}?öÒ°ÿÏ©BIŒpåùZÝ‹{ýà–»Íƒœ9׊ÏͲ8x™âµÊÛõ/®FEÁãT2VY,Ýx›Æ]šåTcseœÛW—y8¦ WwÐ÷\Ukyˆ._ãZU3/ô¬–·Tyœä(W¯MÀÞÓ¼´·ÝL’Òù²F©ÛTKÄïlYþIÆo˜°_#³.ï„×%Ûã§÷³§h¯rHÇ l×™*#f…íl³rò¶Ò¼Ù¬TÞoªÉ¢9žce7û¿[8o´™üõÂâꦵá ##6¸{ù%„¢ròög!„B|ò¹sC3¸Í‡é ÛXvºkrLÞšÃÑ6~ñVõU?^]Gs³dÖI4”HЇW÷ Xi²›Ÿ¡hÎ14Ç×ó /Ÿ>Hk} 5-Ô{-̵ûÿ´hm T×6ÐuäµÄ™Ž)è*›gp,IäÈ+<°šªÚûOЦǸ;ëàY»*ÓÂm´5×­ª¥Úg‘+롆.V&IÖrËÞÏe—«…–ÆZ¢µíì?ÔŒF€æý}´Ö×Rßqˆ¾ZHÎÄQu­‚m¶ÒÚTGuM{Ž¡n}¼î×—/J4´V/v†Ìæ—Wäæ¾›!Ðû2/ßGc]-]ûé¬Ú¸˜nZ-(LuÛ!4($fÓx¼ÚºeŠ”ÇL“ÃCU{7 Ñ hõa0­2^fSiðdc^‘bí";ÇÐp_Ï˼xª—æºÚžåx“ËÜÀ†ª–ûB¹œ)~Ìš—úƒ'èTFùà£ë\»6KàÀyŽ4hä2oÛÝšce´¹mÖiEy»Ó}”™÷ë²HŽïv¿b—îOK¶}swóK!Dåd¦¢B!>ñœô$cKÚ.¶á5 R®Ÿæ½M \¾ÅŒõ2-ʦ™d®ƒc¯ýÎY÷‰kcÛ« ";³DÜÖ¨ë¬CË¥Ie­‡Û\¿°cb™®â%ä…Å´…æÑÉf—Hؽöm¾~mã¶õ„‰¦¯û’ïXX–µ­—Ø•ì§Òå] Û²p½AtVHçll5‡å(xýHd°5 ·ÂmZ–…«ø®‹—in¬/»Àóîìì IG£¶½5—"eظ®í°n&–Mvfˆ[ƒãÌdz؊ãBšºñ–ÞåQ£=ìkšæÆO¿A¼µ›Î®=´Öʺ}²tŒ½X…Þ–û¤b^n¾ivjqãg†…‹J¤)³s$è'XFì å‚)#®N=ûw2ûî(‹¡>>Ó߈j$Én~àúsw¿m'ow”7eåýÆ~±XŽïv¿Bn¹pº¡O.\/[ro»ù•sä$*„Û$ƒŠB!„ø„³IÜ!îÄôWŒoútp^+gYõ§…é<ý-‰Y&orãC µŸæÜ±üÊNëÄ G‰±¬ÇsÕ¥‚—#•nù>SÖ>qUªÃs¡T\ms (šdbñ ÁP©Ù¥åÆ¡ÒvVYÞî4o*Îû"9®ïv¿’[[¤Üþ´üÜÛÝüBQüjW!„â“ÌŽq÷nÏ‹¼úù×ù¥?Ÿãt»Nrxˆ¤²óÇñkþªÍÒä2V…ë*€æ¯&¬ºÄ—,¼> MSü(v†tvwfË”ÞÏÆ/ð;)—[àhwz¬ €¢¡+`çŠÏØÔuD5›Å‰Å‚oƒuR $¨b߉C´Öñû‚|åŽd(ëþ¥GZè}þ—xõx-ÙÉaVð”<ª´NJ¢<ª˜«:/äVâä\Ê+Ö.î×͆ÏÜË3qð7PíSÊ‹}\('®æâM®8t½øËœí0úÅu–ïÿ¡PŽ•‡Öi9y»Ó}l/ïóç¸g—ûC­&T¨?­°íï8¿„Bl›ÌTB!Ä'šµ4´bïþjÙuÏ ¬ëlÆ39Êpü0GC;Ü‘·Þ=a~1øSÞSÑ^@µ2žZêÊY¿‘}ÝaÞþ)¿ÐÑQDs RI…†îV‚J¹#\^|:˜ £Ü[>@­Óí»%÷£oZ—ʵÛǪú©Šj˜“WhÞGØN“vëhÛü¦Y½žÞ½QÞ¾óÞá0]õ!4'I,ǃ·èªÁ‚ 0|c€`kM±ˆW8ˆëdg¸;c® áq³¬Ì¦@­Áïóá±,6<úrK•ˆÇnü™7b®ø©o«‚[péÖ:":йDÖ)2¡X»¨¯§·'ÂÛƒ?ã’ÞO{T%3;ÈÍ9…úçR­ÚdËI¯‚¹Pâ˜%î|4†Ó}‘U:Fó›—øðN/Œ Ünq¨¸mj§eämÉ}¨Åû†š ó¾hŽk»Ü¯èõEò¦@½4m*°¾Kù%„bÛdPQ!„¢(˜¦‰®ëE—3ͪZ|Äeat+t€Îj3c²þÑ{J´ƒ&ý.Sƒ‹9éÝa©=T÷]àlàCWøàŽ ªš½èhò”µ~Í œ Þb`èÞqú½ÔïÓQ˽=[ñÒt é+ƒ|x£…מ¯ÅÝð|¸ûqÜ-ëïJ¹výXu꟠ëùùîÛ€—ªž³t¶‡q­õ#ÑÞ œ 00x‡W7®¢45®@ª‘}œ8nrëÎG¼;²ú¹êñSÕ@Ê*Žcvd˜›éÕ9QžPûΞ£ÍF¢t¯“ÏSݘ«„öœæ¤yÛ—¹l¯n×i #â¼sꊴ‹æ Ñý8ç»Åí¡¸”uÑ‚utœ|½\#Q^ì‹äBácVI \eÜjåÌñ6ô\š”§™êùÙÇrwÏ+tù o·t*ogÛié¼-½My³%ïz9yÜäf¹y_4Çw¹_q(š7yë¥Õ¿©ÀÚ.å—Bˆm_Óçù¯ h¿óÏ;ûoÿðXZ\à»ßú&ÿÙ?ü'1!DÅþ¿¿ø3¾ø¥/çýìï~›ð›¿E"+¸þ7¿þ5^¾ø*µuuL!žñxŒ©{÷*ùÌ2UUéÙ·çž?W¤ŸPð#Ô©dvëàŒâÁá±Ó¤Ò6z8‚ÏI‘L¯»µNñ‡Ps Rƺ-¨>Ba?N:NÆzøÄ.ÍÀïÕ×Çåb)2†»uÛŠ†?Æc&Ifí‡åõðzu´µõ;G6ÅvU¼ùÊ—ï¨5? ÕN‘Ê»l±ýä[¿Âri~B!/v*±öÒ -!¨­¯‡ ·™/^ªŽ?@×”ÕõsiÒÙüÇ«yýø¼^´µqh×µ±s2† (¨º¿ß˃‚»Ž•!Y}ÁC©ò(š@À‡¶ö6×±0³ Ë)³ŽŠ×Éæ¾'sT<þ>¯gmpËÅulÌlÃr ¶ÃüíÂÆÝü™caæ²¹û·Ìî4 ³ëòÚd’iî]õ†ùUrɆSl»åÄ¡ÒvViÞ–ÞGñ¼³QŠæýæuKåønö+%ò&o½8yúð]Ê/!„ø„ƒüåŸÿß|ù×~½èõöOÞü!_øâ¯poò.òÕ¯ò•÷Çß ¤€8°¼ö³¸îßñµÏ3kË[¬þ=jý«ð\™©(„BˆÇ*ZUM[{'§Ïœ+{œaùÔÅJÇIüØ"›x8 ™KÆÈåY&“È3hé¤âÆ–ýÙFšTž"mÙ¶koØ÷ƒòi¬¼‡ää/_¾Ã²³¤Ùâq)¸Ÿ|ëWX.;K*¾q};³¹*Üf¾x9&Ù”I¶tD°sÒ¹LÁÏ3CÚ,ôyéò¸¶A:i”·•Åø)Š9V6…•­¤enÅ?Û\(rÌF‚Ħß;¹„‘ IDAT‰\9Û-'•¶³Jó¶Ò¼ÙºO·hÞ?ôÆw¿]ð³û_Jw·_)‘êek¹Kù%„¢b2¨(„BˆÇËu‹ÎNBñø}á‹¿B$ZUðsé·…Bl&ƒŠB!„B!dàP!DET B!„B!„¢2¨(„B!„B!„¨ˆ * !„B!„B!*"ƒŠB!„B!„BˆŠÈ ¢B!„B!„¢"2¨(„B!„B!„¨ˆ * !„â±2²YâñXÙ?‰Dåé>(×"6~ƒ›c ìG¾/ƒ…Û—¹2+o_vй‰ ·Ìõ7/ÿ‰d›¸Å­‘ø£¯Ý¨#ñìÙVì0oŸÖ¼“ö „Ï,„@!„“‘3¸79ÉÈÐ`ÉeUUeÏÞ}œ>ÓA"ÛùÎíwo\aprÃû8ÿÊ!¢Ö¬™cy|˜Épýû5œÜ#üêìæˆÍL±PӇߧa¦ç¹þæ[Ì6_àâѺ 1vÍE†/¿Ë`¼žc-´éîæõ »øòO,Sl²Ë Ä•ª½T4¬ìš¬Œ 2îoâðG\åÔ‘!C)O,žÈv·™;ÍÛ úiŸ”Bˆ§› * !„â±âµ/ü2º®]Î4M~øwopú̹ò6l-píGïpOéäÌÅãÔz6~éK _âú¤NÏ©‹tÖxA Sµýéû Å›é?ކŠ'RO$½B8ZM¤¦š n1Ë^St¼#Ç£ŒSÇ«Çl’׿Ãׯ¯þ>|ð3\h™ç?º‰ÿÌç8Õ°vÉäæX½Îí‘iV²6hAšûÏs¬}­ÓïðÆ72d-Ðüµ´a-ÙCoW õ-lÚ½›FR<šWÐUÀzÂØÝ ‰ÝïrpG7 u tïÚK—>σ)À§2-ÞEW{ɺFêCVU5ôqò ǯºžçªnW­$»Ù6ÔŽF„ömƒt67ÒÜ3Ä`#d&S¨ºVC™t¶5QßÐÆæ7vÓ´8^ÏÆ+”$[7O~ùË+¬ÇÜz'2p‚·÷ôÓÚÔHë¦môÖ-ÝL‹·Ú‹Sß5Äö…ôTŽ@P[´M™öØ9,Ôu÷Ñ’ŒI6ÑÛ©âe6µŽ ßnÌkËæ—9.ŒÇŒßJÚr‚wöÐÞÔB׎Ãìióy48 ©Koé-Ñ5¹…þ¶G\ÿô¤:ûèÝ´™Î¦Hù[Ó«Žq§Ôq¿­˜W;ßÊnvfé:ÓÁG%Ñ–€©Ç¤ÙE´ŠØ—š n¾Š¸zÍlÛÓËÔé;ÌÄyoW+ª™ÁXþÀÐÅsÌ_ÿãl5óvMóf­m®rÞ©ÅÆúö$\"£-¹›»šãÑ+7§r¯öùJ!^7’TB!Ä+Î%ýà6)ß$õŸÿ“{Ë֎ݳèÞ¢á¬Ãw<@ñqjÞ¢ª¢* ùFõYÚJ¡åÀÙߺô%5j0†®Î®cLÊÕ3]ä¹x5¶KQUQ:ë+ÊBùµöµX¼j·ÄUƒ^æçÏàtïåÐb“ɯËÕ…vV5~ZœÞÒ‘žâþØ ®5Îx÷޼ÙAXY똘XTÈemHÌTŸ^ŽTù¸(¶NYXã«T5Î…JquI?žÆDì÷gvUºº´Ú8ÔzœÕ6o×eÞlȱ^jVø…7>+µåϵ¯ÃùJ!^rû³B!^mî<ä oy‡÷ø»üàùÏïp ['skœŒ¢­¹-Ü@\u™xŠSã¾  …뉫>©Y‡`HCÓÔç?Š›'gxëŽÊõ,ý’¾–vù%z»Ö¾*І®€k•¿bS‹4‘Ô\fîÏPêB;/;Mš:ú÷ÑÙ%Š iUgc”EÿÒ üïïiʸÅŠÉ£ZǤœ—sU'k.…åSUR¬Üqñll–¬ó-žN¦ ÜB}H©.ö%æB5qµgnpå¶Ç¦w~Äá›ñ¯®ñôÙJͱ*â°Ö1­fÞ®ç¼yYÇzñ-æg ÜD2¨Ô|<–S¯øùJ!^7r¥¢B!^iÎìm™1¶në¡1n’_ô ¦Þvw¸•Úɱ5Vla`sœ¯Æ>åŒ2DwcÕÉcZèhªfÿVúû✾õ)_iCô4DÑ|“lF¡¥¯“¨Rm†+HH{úß<ÝNcxÙí»ëÑ—í¿NíZᆰaê’öÄeFÚû‰»9r~]Ëßz«73°5É©ÑOø’ljŽ¡yæ-ž¿EW6e„[×GˆvFчTI\ϘäÁ¤K¼.FÀ7˜›Ê‚Ú@8"à8,yôåŠ1ªõø3ÿzÄ\ ÓÜUÃç9;¼›ž„ŽbÏbxe®D(w\473°%Á©±Ï8«ï¢;©’ŸãÆc…æ·vP¯ºÕL¯’s¡BŸ½YF/ÞÅë;ÉÞž:ˆ½IûoÏra´‡;(%Ë­"5gËŽÓ*æmÅ:Ôõ>7¬>æ>¹Æõñ>ê‚<Æð”Gý›Û cÌÒvÕW:ËΩWë|ÕÓ•_ÒBˆ×š$…B±áEÁ¶mt]/»m[¨jùŒËôIœØvzëì¼ÍâGY)ÉÚô<›a÷¾à[ ~ð‡#ÃŒŒ_âü¨jˆ†­Çèi TµÃöcŽ32~… £ Ò¼•æ~µÚÛ³• mÛytiŒ ×;øð`#þ’çÃU¨ÇóWì¿.íZ÷¾ê4ïÜ˦ W¹qú¤nËaz»ãøÎâ žFràG##ŒŒ]ã­BáZ$I[k!©&úÙ»Çfxô"§oÖ«0u½T ªæ˜óLݾÅ\áÚ©@¬þÃGè ƒ™®¾çb9LÇ/y?.\üåë<Û20­g·ï®u.”î³L ºä39ž5] ƈ…U¬LÓ+Wn5q¨õ8«uÞV®c}Ï 5λô,·?ÿ £‰÷ùÉñ6T_-¾‹cæ‹ú—¶ËE){.ʯ[¹P¦Ïfšô²åž•%mUSn5q¨õ8«uÞÖ:oÖznXí¼+l—/’ÄüõÇ¿ZòÿϾàúeÇÊsêÕ>_ !ÄëA’ŠB!„ØX¾_öêd!„¯~üɺ%Ëäw€B¼$©(„B!„¢vJ”¾ã¿Ï¶xÝËRêbJI" !ÄëI’ŠB!„B!V©úÇ6!„x½¨!„B!„B!D-äJE!„Blß÷±,Û¶+¾ùY!„Bˆï UUÑõ Á`Ey5Ú,IE!„Blß÷Éå³Ì>™åþý»dÒ)I, !„Bˆï=UU‰'lÚ´™Þ¾¾Wæ3²$…B±!,ËbæÉ ·ÆFØ>H]²E‘'±!„Bˆï7ß÷˜Ÿ›cll„x2Ik[–i~çÛ-IE!„Bl˶˜¸—ÁAÚÚ:$ B!„B,G¢èºÎðµ«tu÷¼IE¹<@!„Â÷<Òé4uuu !„B!–©ol"•šGU_t$…â{ÂMMò8ãJ Ä·Êó<¹åY!„Bˆ"TU}¥ž9.Ÿê…âµçc>¾ÆéÏ¿æÆ4¨Š„D!„B!ÄšHRQ!^sîÜ NŸDt×üàè&bA I+>ã0˜áÛ)äN!„B!„¨ž$…â5§%û9ðÞG¼½»€™!g8ø¸O§xÔGdÑuéJ°žú¨K6½°@ÖUòî ÀjŒž}'؉ð ìnóòöTZþ}ò²b ±B!„BÔH’ŠBñZŸå“4µ4 ™6Þó‹ÐòÆ‹+òŒÑ磅GNòÎ6ûŸÿ†ÑèaÞ{«µð‹Â·xz÷:#·¾á©á z$ICïö Ô¡¹sÜøä3¦ÚŽs|W=€3Źÿ8ƒ9ôGû¢…ç8úÓ·®1rû!) Ôh3›†ö°­=úüy+ÚÓ_bù`µŠò–ðrLŽ\ææÝ'ä]Ðã Dò@da}µýXηxzç7o?bÎpA‹Ò¾ë(oöDQ}‹ÙÛ׸yç!ó†‡m¢»7Û{“…ò}“'7Î1üpެYHêiáFºwìe°+Æâ›²k‹Ag꟟¢é­“¼ÙBñ ]ø/.¥û8úÎêXŸØúÖW>;Óä^Þ>ÐCXÚ)„B!ÄëÿuSB „¯3Ïsñmoa‰¢,Íø7½Íñõ¨( ¢ÌVh1âÑfÎdnô§ÇrÔõ½ÁÁÞFÂd¸wökîÏA(¤áäž'ÖÈ/®xS bAŸœe3óKÎÞVéÝsœ}sã_séÜY§O/ÑïañåJ†‡—Ê”·"³å0{ýïù´ fk{î7/?eE¦°l?¼e{¤Æ¿äôHž¦=éªG³r¸ ÍÄô,S×OqfÔ¤eðG;¯qùÊÚûìï .Ù™²á:ÒIÈ7˜;Çõ‹g‰6¾K_¤ÌXUŠAëNÞè}¹«£ôµì"ØOwG.Å:ÅöÙ§Š(Ñ¨Ž—·åÐB!„â5'IE!„xÍŸç×ÿÏùE l?y‚ͱך©¡$ÉXËòðÝüÊ[`íiÆo§ ö½Ï{G;PmÛ ò4(*M­îÍÉÖÆîfHìþ wÄq ƒø®½¶Ë*c¤yÇ^zÅù‹˜ž"²ýCv·hXÙ<Ï¡¸ÖØ*Á6ÞüÁ#pódäÈB!„âµ'IE!„xÅ·sôÈæEÏT kH ä2X‹3¾‡û,™¸ì]n~†”«ÑÜ×BÀΑÍ;ø¾[HHÕð^ט%í‚qåWüüÊÒuzÚFÓÕÊíY´ÜÍW*/ˆcº‹êŸ#ãi4v7 ZY²¦[è‡W[?Vô+?KÊÕhêmB³rdŸ¿]ÜìÌÒu¦ƒJ¢-SI³‹èâÂ|Çqð•Ñ Ìä´€Žm¯!^3Ûöô2uú3±AÞÛÕŠjf0–¿”e ±}Öv#=/ÇœB!„ß’TBˆ×™§¡1j¼xƒ³—Ïãyµ¤€âãÚ¥ÞŽ¬ úàU,X¡åÀÙߪ/YªcèÊ$µ?НLyª‰E±|¡ëxkìÇò)ÄÇYŸbë”…5¾@-Z•Šª€ïª²Æ¸¤Oc¢@v‚û3;ˆÆ¼*ò¨«‰­B!„âûB•!ÄëÎÇs]ÜE?…D—†®€k9e“CZ¸ž¸ê0÷(Uú6gU'k.…åS49X(Ç'5ë ihšúüGqóäLkO‰vV,ÏXšàÓ"M$5—™û3¥ßh]E?Vö«¸ê2;ñgùº…:—¬ó-žN¦ ÜB}¨r Êc`ÏÜàÊmMïüˆÃ=6ã_]ã©»¾±B!„B|ÿÈ•ŠBñ:sR<™šB1^¼¨%H²±Ž ¦.©aO\f¤½Ÿ¸›#ç7ÑÕ¶¬Œ`+[{£œ¹ù gµt&4ìùoxáÅ[“•0Í]u0|ž³Ã»éIè(ö,†·è¯WÁVúû✾õ)_iCô4DÑ|“lF¡¥¯“h©ö´—Z^©¼eýЛØšäÔè'|ÉN65Çм óVýX.ØÂÀæ8_}Êeˆîƪ“Ç ´ÐÑÜÌÀ–§Æ>㬾‹î¤J~jŒšßÚA½êbT“SWo–Ñ‹wñúN²·§boÒþÛ³\íáÄŽŠº>±•·? !„Bñý#IE!„xeGùú“Ñe ›Øÿ£ã´Í;÷²éÂUnœ>©Ûr˜ÞÎðŠ_;ޱ?x•›7ÏñÐ…@¼‰˜Ê¢KùTb›°Ï¾ÂÍ‘sœs û…-ô$€ hØ~ŒÃÑaFƯpaÔDš·Òܯ£z%ÚÓ/¹¼|y‹©h$Žq42ÂÈØ5.Ü*\®§E’´µF’†Õôcå¯ÒúÁcŽ 32~‰ó£>¨!¶£§=JrÛ1Ž„†¹9~ž³†m¢g߇ìHà›éê^rƒ¾Š¨dG.sÏéäО.t+G6ÐÎöíÍ|võ6¿Ë¦¾N±} yû³B!„ß’TBˆ×RŽ£¿GO,ID+¶Þ!ŸÎâG:zgû"tM|<+Çæã¿Ï¶xÝËbhZ·¦ó¡`ÕÏ2ö¿~Á¥ÅEªQÚ¶¥kÏÂ6øøž‹mX Û„hèÛËÛƒG u4¥°çZ9µD{r¥–;åË[q®¢S׳›#[ Ñ®¸ó}×Ê6¯¦Ë-ôëØàQÂA}á1ˆ>®™%ï©ïÛñÁ#/Öy¶™!oy Dé[ï†>ü)ûâq4»ð.eu51Øv’íJ :ä3> ‘MGùh F,¬beÒ˜ë[yû³B!„ß?’TBˆ×–“']i3ÏÆÈÚË[™y–¦Ð<#‹c~ӥț:mS®]fǬ­=%—W*¯Èö®•'gåË¥Š~üúã_•\÷Ñò¢N3GÖ,]ߊxûîÊ·)¯&fšô²åž•%m­slåíÏB!„B|¯HRQ!„Xƒ~üɺ’ëÓ)I´ !„B!^?’TBQ;%¦ã¿O,îç0¿çáÄaõTUÅó< „B!„Ëxž‡ªª¯Îg{2!„«ü•‡'³ñ%¢ Šª’H$HÍÍI0„B!„Xfnv†d²î•ù#¼$…B±!‚zÞM›evzÏ—+…B!„ð|ÙéinܸΎ]»±më•h·Üþ,„Bˆ  …èíë#žHrãúUÒçåVh!„Bñ½§ª*‰d{÷ ³«‹\6ûJ´[’ŠB!„Ø0žçÑÚÞFWOÏ+õ¼!„B!^öçdÛ¶^™„"HRQ!„Ì2M,Ó”@!„Bñ “K„B!„B!„5‘¤¢B!„B!„¢&5ÝþìK¼„B!„B!„øÞ“+…B!„B!„5‘¤¢B!„B!„¢&’TB!„B!„BÔD’ŠB!„B!„BˆšHRQ!„B!„BQI* !„B!„B!j"IE!„B!„B!DM$©(„B¹=†ø IDAT!„B!„¨‰$…B!„B!„5‘¤¢B!„B!„¢&’TB!Ć2 ƒTj¾êŸt:ŠòÝî”ï0ï:7î¦q_z]&Ó7Ïqi|¾ººÜ,ïOcúUî¿|ûW’Ãüýa†o§^þx¬Ç›O÷‡¹¹óéuŠûzƒB!Ê H„B±‘LË䛉 nUÜVUU6oíçÀ¡Ò©ùµWî¦ypýcO1= ÒÏÑw‡H:O¿|•»38@lð$GÛræÔ"{ÞeoG˜òiM‹§÷n1ïb×6 Ïz‰) ßb~ò!Ó ƒ„Cvî ×~ûSíÇ8ùFÓ’¿ûö ·Îf,ÕÌ›­téþòýM·üößÚLq1žN“Rh©RSZÙ·™»;ƽp;·¿äñ¨fŒÌZë·xzwŒûñ†¶} í_u¿—Å=_zn¾”¹áÎ3úÅ<ˆíåíý„Ö<B!„(G’ŠB!„ØpwnóáG?B×õ²ÛÙ¶Íoþ÷¯9pèHu;Ó\ùÏ/ùFéåÐÉ=4.ù¤ã’¾u–k:[öŸ¤·!Jœæ¤ËO¿f<Õή£Gh‰©Í$rsÄ“õ$ê‰ê&y»Šôš¢ (˜/?§ÐTU5\G,¢aäÝBÝ~ž‰sg¸§rìw÷Òõ0²YloùþT·ýFsÓܾp†©ö“¼×ÂwWQE'P1-÷ÛIŽ.ñªÚ¿Aói]û½÷RsóeÍ %@$‘$Y×H"¦cgÖi„BQ”$…B±á|߯˜PÐuÏ«6«å“ÿæ&¬Üž}“æ6ïùm¿6ó3¨­'ys ?oàx>Ff†©Y—ø¶}lßÃÎ[¸nKïáÍw¶ŽhxÆw8˜ŠNDW Fƒ(þ¢¤‰¡sßôÖ7SLr“²y¹Z·ß(z„°®’wå*³WN©¹ù²æ†£gß ¶D¢<[F@!„x©$©(„Bˆ×ƒ;ϽñYƒ°Ïúœ/nÜÁlïG÷Ÿ%%=¼Éÿâ—ÿ\X¢µáý= ® ™kÿ/?¿VXßñÇ:žðÕÞ |èwØß²ð‘É·xzç7o?bÎpA‹Ò¾ë(ov/4áÑ—üúy ´p#Ý;ö2ØC{ÖFß`úÖ5Fn?$emfÓжµGQ}‹™Ñ‹Üœ˜&•w•øÖ·9º£þÅþŨ!’É$™†0ʳìç²z´h3½Ïê)VF¹í}“'7Î1üpŽìÂí£D'›ûd¿¹Ïäl ÉÎAv¿¹™¤VM_W–Y4^€1úïüb´ðïèÀIÞL¬ìƒ—crä27ï>!ï‚o ’"Ï;ˆ1qž3בs|PBÔu ²kw_¡½UµÇ%}ÿ×F0gx …©ï;À¡ UÜÖ[¡þRSzæ2Ÿ~ü”Ùœ z’Ž­»ÚÚDP©¦O%æÓö(s¥æY¹1+ÖÀJq/:7-fo_ãæ‡Ìj´‰îþÝlïMâìÎqã“Ϙj;Îñ] sß™âÜœÁú€£}Ñç·;¯˜Û4îþF£‡yï­Ö"_tÖ2†B!„XN’ŠB!„x-س·˜0›Ø5ØNkn ±;cŒ¥ØƒÅ×:*­9¹pPƒ âL<ɱ­1‘$áì4Z4I$'︤ƿäôHž¦=éªG³r¸ ÍÄôÙBá±vîé&¦ÚÌŽŸåÚųDߥ/à2óKÎÞVéÝsœ}sã_séÜY§/äžš"ÜÎÁC=D'ÜF"l‘3ܲçšöž -¢âÚ~åz‚Ë÷¯Ô.—ìÌ Ùð‡vrSÜ¿ø5cWƒ´lÛÍÁÝu(éÛ\ºp•Ëõ¼³5 ~µeîàБNB¾ÁÌØ9®/‰WApÓÛßYŠB œ ªäŸ'þ f¯Ÿââ=Ÿ¶¡Ãìo`ÏÝãæå§¼xØž‚^ßÃà[ƒÔ%tœ§ã\l=Àñ­Íèv†¬ÖB,äa˜•në­T‰Ý<æGJhä'‡¹|óK.è?àЦ0JÅ2Kͧ9]žçÑÅ2c^þTËjâ¾|nz¤ÆNqfÔ¤eðG;¯qùÊÚûìï -ø8ñ°F~ÑÜW bAŸ\¾ÄÜ`¦°B‹03ËÂYf óò¼E!„¢fòG9!„B¼ú|“Çã“øí;é»8‘nú,&†ãiK“!ªž .&¨ëh¾AÞ*¤µp’D4DP 89ŒåÏP´3>ž"´å]NØAgs ­4ì…û„µd½]-Ô7¶°i÷nIñh^AWë cw3$v¿ËÁÝ4Ô5нk/]ú<¦< ŸÊ´x]í $ë©9XU=ÔÐÇÉg0¿êzž«º]t´6’lìfÛP;Ú· ÒÙÜHsσ™L¡êZ evÒÙÖD}C›ßØMÓâx=¯P’dla\Ü<ùå/-±sëAžÈÀ ÞÞÓOkS#­›¶Ñ[·t3-ÞVh,N}×Û[ÒS9AmÑ6eÚcç°P×ÝGK2J$ÙDsl§º—ÙTSÿŠ}Zv±s[ÍÍtdo‡ÆÓñ{XšZCŸŠÏ§˳“5Λêâ¾dnÚ¿•&´åïì ½©…®‡ÙÓæóxä>¦ZÛW“ŠscyKÊŒ¡B!j'W* !„â•çå&¸; ëdAÛ$ë‡ißÚÆÈ¹a&t(Ë®$ó=B´3Ц8¤jLâzÆ$&]âu1¾ÁÜTÔ¡ÇaÉ£/—QÃ*ëw³S<š´ð O'FQh;¸ƒzÅ!Y{Ÿj³å—"T÷ôf¶$85ögõ]t'UòScÜx¬ÐüÖêUƒ0Í]u0|ž³Ã»éIè(ö,†·èjˆRs£­ü±ÒÀã’cˆåÈÉT!„¨‘$…B±áEÁ¶mt]/»m[¨^Þ0}g'¶Þz;o³øÑ{J²‡6ýÇfؽ/¸æMõƒÇ8fdüçG}PC4l=FO[ ªý¶ãpt˜‘ñ+\õ€‘æ­4÷ë¨ÕÞž­iÛ>È£Kc\¸ÞÁ‡ñ]¿úz<ÅþëÒ®uï«Nóνlºp•§OA궦·;Ž¿äÅÉcŒ02v · …k‘$m­…¤šègï›áÑ‹œ¾]X¯ÂÔõFPªšcÎ3uû7r…äS ÖFÿá#t…ÁLW£öí±¹Quý±¦fâ†9ýYam ÞÆÖC'ysk7ŸÁ_>Õ2fž·¬•âN‘~%·ãHh˜›ãç9køhÑ&zö}ÈÞ¾™ÆE%¶ùûì+Ü9Ç9·Ð¶P¢…žD°KÏ®pÙqxo[Š©ÛãEÇ0kÉyY!„¨ù3}‘ÿª€öþgÆ_þõß2;3 ÀÇÿúKþð¿ÿ©DLQ³ùÿÀï§E×ýúã_ñGü'¤Só%÷ÿåÏÿ…'ß§±©I‚)Äk •šçá7ßpçÖxÅ禩ªÊ–þ~Þ:x¤ÌyB!MQ-²ƒ%*Âñ7G6ç¢Ç„¼,™Ü¢['•‘x ÕJ“5• †ˆÅÃx¹yçÅà´P„pP_xôŸkfÉ›þʲp;‹Î oÅq¸dL­¦1B!¾k"Ñ(ÿüOÿÈOÿàË~Þþä·¿á£ÿ€o&ð÷?ûõ7÷o€ ä,ž.üÌ,úwja}~a{‡Âß,¿’Í—+…B±¡’uõtu÷ràБª÷±L³ÌZ'—"]rµƒ‘~‘´2óXE¶É§‹$-=“lÊ\QŸkæÈiÒŠ²}wIÝÏÛkæpŠvÉ+Þ¾bÝr ri£|\JÖSlÿÛådSK÷wóËÇ¡Æ2‹Å˳1²6FåˆàZyrV¾äzÏΓ³K­¯Üß5Ée̪çíòûeë/2~FÇ(¿MÍ}ª8ÏÊÏ›Úã^bŸÇÐâ6–êÿ¯?þUÑ=ž}qZÞ·¥ãàÔ4†B!„(M’ŠB!„ØX¾_öêd!„(ç£ÿ„D²®è:9·!„G’ŠB!„BˆWŠ$…BˆoŸ*!B!„B!„BÔB’ŠB!„B!„BˆšHRQ!„B!„BQI* !„B!„B!j"IE!„B!„B!DM$©(„B!„B!„¨‰$…B±¡Là •š¯ú'N¢l\}“é›ç¸4>ûméÛnƒ›ef&'Óµºñp³<¾?é¿F}ZC¹sOÒ8ßZ,æï3|;õí;k«_hÿÍ»éoïüó*Æý»xBˆï€„@!„É´L¾™˜àöøXÅmUUeóÖ~ê!š_cÍ.ÆÓiRJ-õAž§)ÝyF¿ø‚±½¼½¿“o1?ùé†AÂ! ;7»týFä7—·ÁÜÀ¯Å^Žo.}ΕG*]ogW{xãþ ½|,”uW¥ÄvkßžáÖ¹ÓŒ¥šy³£•.Ýã•È-®˜çO¸öÛ/˜j?ÆÉ7šPW3¾Åô𗜽£qçqlNlü ¾ÍÜÝ1î…ÛØ¹]óÜo7®5»OïŽq?ÞÁжo¡ýë÷ü²ù´~'‰ÕÇMI- !ÄË IE!„Bl¸;·Æùð£¡ëzÙílÛæ7ÿû×8t¤Ì—Ù<÷>ÿÿ¸x‹Žv²¸D{ò¿9g±ýä 6‡Óܾp†©ö“¼×ÂwR?J€H"I²®‘DLÇÎð|¹¦*8Ë×çìK=klP.©±³ŒzÛyû]±¯/ðMýQzÂ×ßšcíV9®é¹âÛ­e<ü<çÎpOäØïî¥+êad³Ø¯Ò%žÏû¤¢ª †ëˆE4Œl­các<¼ÈÕ™6¼×Ê“³çm|—uÊ·“dUt‚Ór¿¥ú×xì*:Á€‚iÁ«tìó¸/ŸOùuw•çq^±8 !Ä+B’ŠB!„Øp¾ïWL(躎çU™¡Q£Äc:VvyòC%ôR …Fë*ywáÊ5FϾl‰D xöŠr+¬­h$ús"ÒD"`‘|¯—`,†ŸÏ`mD¢l-±®v\—o·J„Î}Ð[ßLL1ÉeLÜW5s¡èDt•`4ˆâƒ_óX(„;öñNO=õ—¶K¢› GÒ9ß;ËçÓz—_ëy\!ÄK!IE!„B|¯£ÿÎ/F ÿŽœäm÷?ÿ £Ñü÷VëÊG~Ž»KÖ»¤ï_ãÚèæ ´0õ}8´£¡p‹Ÿo0}ë#·’²@6³ihÛÚ£¨¾ÅÌèEnNL“Ê»€J|ëÛÝQV©áåÊ]±­É“ç~8Gvá¶¿@¢“Í} ²ßÜgr6Gdç »ßÜLR{QÇÌåuìe°=‚²†2«o÷²X©S 7Ò½c/ƒ]±%1«v\Wl×ïró“Ϙj;Îñ] ãàLqî?Î`}ÀѾhñ[¥—õK‹6Ó[f<¦‡ÏsóáSÒÆBìâ­tìd[WâE?|‹ÙÛ׸yç!ó†‡m¢»7Û{“…mÜ9nTjëjç˜"™L’i£xF‘y_hßÓ;׸yûs† Z”ö]Gy³§0·gï,kûÀìèY¸ºÚ±¬e¾x9&G.sóîò.èñ"y ò¼@Œ‰óœ¹öˆœãƒ¢®k]»û s´ªvU8æË¸åë/Á¹Ì§?e6炞¤cën†¶6TªéS‰9°=Ê\©¹±Þq_>ŸÖk~¯ö<¾¦1B!IE!„B ¸émŽï¬GE!Ne¦°B‹03%v\XŸ<Îå+÷aëŽomF·3dµb!ô˜»ù%go«ôî9ξF¹ñ¯¹tî,áŽÓrHOM‘ nçà¡¢Šn#¶È宜s™/WnXY±}vf†lxˆÃG; ¹)î_üš±«AZ¶íæàî:”ôm.]¸ÊåúÞÙ¿T_/´}=Ë,Õ6³¹…:wpèH'!ß`fì×/ž%Úø.}‘Æ5]b;ïáŠ8ñ°F~Ñ8(á± OÎXûxd¦§I‡vpðPaß`æÎ®_üœ¼ò>û:C€GjìgFMZp´#Œñð—¯|¡½Ïþ®Ð¢Î–i«¹Ú9 iï Ú"*®í¯‹œÅüø—œÉÓ4°‡#]õhV·¡™˜žeêz‘¶_þC}Öv·Š±¬5®³×OqñžOÛÐaö·F°çîqóòS^d‚ôúߤ.¡ã<çâ¹+\©kçí-…9Z©]^æN™c¾Òm½•ê/±›§Ñ¼óC üä0—o~ÉýÚF©Xf©90ǃ¢Ëó<º¸Þq_>ŸÖi~çWw_Û !„(Eþ0#„BˆïׇŸP’d,DP ¸yò5¾Á·sX¨ëî£%%’l¢9¶ãá[O»›!±û]î覡®î]{éÒçy0åXøä¥Å»èjo Y×H}ÈÁªô¾*Ë]‘›‹wÐÑÚH²±›mCíhDhß6Hgs#Í=C 6Bf2…ªkU×ñ2ʬD‹wÒÙÖD}C›ßØM)Í+èjíãºr»UÜ×½êñ褫½™úÆv¶ì;ÎÞ©‘ LUû1ã·Ò„¶œàý´7µÐµã0{Ú|Ü/lSƒšçXavãäKÜ®l?f|­óü®õ<î¯q …B'W* !„âûÇ÷pŸ=‹«Æo”Zr ým¸þé/HuöÑ»i3M4À5fI»`\ù?¿²t?=m£é‹’žƒã8UU_¹Ü N©·›ú®ãà£èÌ‘³\\ÕÂñ‚á¤ó¸š†_KÛ×­Ì2í.ÒÇqð•Ñ Ìä´€Žm¯b\×0þë1…qרoOÂÕ)2êÁü,)W£©· ÍÊ‘5|Tm ˜zLš]Dkmh s¬bŸ—·ÏxQ®›©­í%ÆÒ¨1®®1GÆÓhìn@µ²dMßwq½ÅãêbLŽ3\a ®®þ2# j]Ï2y)q¯vþlØü^à !„(÷©L!„âU¦ˆ%CºÇãÅϾóMž>JÞ@]HÁW4t\k=®ÜRÐ üïïiʸÅázâªOjÖ!ÒÐ4õùâæÉ«û²¬U,×­í‹}‘þhkhûêË\۳̀jǵÔvªN$Ö\ ˯.%³.ýò-æg ÜD2¨ E›Hj.³Oqmót2áêCʪںn9™pquYûž­‹TÑö*Ʋָ>«wæþLÉ·ýzÙiÒÔÑ¿wˆÎ†(áP”HH«:“­T8æ+õl­õ?;—M?LC´•:]Á]2×0Ÿ«‰;«™#ÕÌï5ÇW7†B!J«íJEyà„B!¾s4ê¶ôÓðà:gþók¶mi%¦»¤së‰OÝC4i.†¦.©aO\f¤½Ÿ¸›#ç7ÑÕ¶ü{göô¾yºÆÐ²$1ÉýI—x]Œ€o07•µp(D@k¥¿/Îé[Ÿò•6DOCÍ7ÉfZú:‰*Õf2–µ!\¡Üõø3qpÚ^K™ëÑnµÊq-µ]{˜æ®:>ÏÙáÝô$t{Ã[ô×÷u÷É5®÷Q„üã1†§<êßÜN½êbšØ’àÔØgœÕwÑTÉOqã±Bó[; ÛPE[«Î¯,ï“Z>¹la`sœ¯Æ>åŒ2DwcÕÉcZèh®¢íþK˜/z3[“œý„/Ùɦæš—aÞâù[ˆÕhQF¸u}„hgMqHÕ˜Ü÷ŒI”:æ‡%«\׆UÖïf§x4iážNŒ2:£ÐvpõŠC6²ö>½ì¸¯ ¯ÓüVWwoàqõc(„¢jrû³B!6œ¢(ض®ëe·³m µŠø«ñ-¼õNˆ[#cܹòÄZèÝ÷6{ð­ ®¯Ó¼s/›.\åÆéS@º-‡éí ¯ø2Ú¶}G—Ƹp½ƒ,]ï›óLݾÅ\áz›@¬þÃGè ƒ™аý‡£ÃŒŒ_ᨈ4o¥¹_G­ö0ËÛp°±|¹ž½ww¯SÛk)s]Ú]帖ڮ;NlóöÙW¸9rŽsn¡Ý¡D =‰`¯ßx¨.Ó#çͺ 'éÜýo Õá›i\4’ÛŽq$4ÌÍñóœ5|´h=û>dï@baµr[Yýó]¿ìXÖãpd˜‘ñKœõA Ѱõ=íÑ*Úþ2æ‹FràG##ŒŒ]ã­B-Z$I[kPýìÝc3}Ç20ÌÅó@A oÐ IDATEõÂc={ù®ØÖµÌ± shyûðqÍ,yÓůØö*Dz¦ù²Ð¦`˜P0ÈÂË‘ /±òäMPPõ0ápp¡<À÷ðœ<¹|usL©xÌ—‹«‹R¶þ•ý „£„ôÀóGMúžƒmæ±lïù8Ôܧ’cÊKŠ{‰}Ö<¿Wy7µšÆP!¾«"Ñ(ÿüOÿÈOÿàË~Þþä·¿á£ÿ€o&ð÷?ûõ7÷o€ ä,ž.üÌ,úwja}~a{‡Âß­¿–Ë—+…B±¡’uõtu÷ràБª÷±L³ªí|×ÂÈYå7òlŒ¬±¼ŽÌ<Ö’² ricÅú_ü«’E?ûà>Ž™Ã)ÚloE]¥û³´ åË­¢× ›ZZž›O±ôBÛ¾æ2+ÕQ¤NßÅHϯj\KmŽ‘Å1^Öx¼ˆW¾l¢ÏÇ5sdÍò1*ßֵ̱Jå”k_¥¶W9–5ÇÕǵòä¬|Éõž'gçWÝ.ß5ÉeªèåqõËÖ¿²½•æâªúTqn¬wÜ_Öü^íyÜ©i …BT&IE!„Bl,߯êªÃïª~üɺ’ë_å¾ !„BQ-I* !„BÔH‡¢&J”¾ã¿Ï¶xÝË"×J !„âu IE!„B!þöî«YŽ+Áû¿ªn]ïà½# ‚ 6AôͶ왞íí1«Í7ÐîP(ô¬PìJzÚ‘bõ¤ ÅnŒ4­ÙžÝíén²›´ ¡IÞ\_6õpAan²‰Ë à÷‹¨ˆªÌ¬ÌS'óþuNžnáC’nUU”¡§"°hŠ¢H³ÙH«ÕºîÌÏp»¨V«©×{ÓÛÛ—Jåæ(³PXEQdfv:gNžÉ‘#fjrB°Àm¯Z­fxd$[¶lËæ­[oš6²PXÍf3§OžÎ{‡fû=;26:–JÅX¸½E7çÏË¡C2<:šÕkÖ¤ÙXúS» €EÑl5óÉ‘³}ÇŽ¬Y³N…Àýƒ©×ëygÿ›Ù°qÓM*ê,Š¢ÛÍäädÆÆÆT\f|ùŠLLœOµzsÄuBEà¶Ò™8–Sß’n·kÈ3\AµZ½©î9®UÜ&Š4NìÏó¿}1o0™T+ª¾&¡"p[èœ{;Ïïû,ƒ÷ÿ8Ï<±%C½µˆ?×Îù#ïä÷'ò­ôá,9õîËyíðù¯wüb¾üï~8™ŽzÿöÎp[*·…Úè]Ùûßæ©]kÒÓ˜ÊÌ\;E’¤“¹³Çsâ\óÂë :çsð×ÿ!¿zùhÅb–ô*å¹êòo@Ñʹå£SíÔ{k‹rŠfÎ;šSÓÕô÷}ã7söÃC9r¦óí”ÿ›ª÷ΙìÿO¿È¯Þ8îb\S—_ãðyn'fnaÍ|ö»_æµ3_]SYùh~üØšôt&óþ+/äøÚä‡+úRt.Ä.•ž ŒŒftlyF†êiÍ´²(ÙâÕÊsµåߤJ=½=Õ4š߯éªô¤V­¤|½ãWêéí©¤ÑÌ·Sþ?´ÞSMµšTûÇ24PËÜì7tzO}Cç¸-[ßÐÝyìÑ­¸¨ov¥w<ãƒLO^XPH½šÙÎ…ŸÕ¡lzè{¹c`0=ݹ´»Ì——çz˹ùUê¨WÓ;Ø›Jq½¥v75¡"p|ÓfŪe©5Zé~‘Ô´3;÷eO°¹ƒÿ1}pþùàöä»w×rä·ÿ%Ë^=ÿeY4sö÷rà½Osv®›¤’úÀh–m~0nK­s.oÿãor|ÍÓyúþñÔ’¤}ßÙp†ûk™û²7a¥$C½Efš­œ÷wyéýj6?øtZ^˹Ã/æµ—_JÿŸÎÖúUÊÓ=zåå•©}íûûJºÓΙ·žË«YsïcÙ³z ­såÝ×ÏæË™k*©oÊŽ‡wdl¤žöÙÃyõå7òÆØÚ{õ›®÷ž¬Øý½¬¨¦Ó*’t3qè¹¼p°‘U;öæ‰uý™;º?¯¿ñlæj?Êž }]À׸æfxO]V_çö fp°žî¬~p«*·¾óûòwÿnßE FrϾ—mC_ö·ªöft¨/Íf7Egö«Ã‹[§røýÉônýQ~øÄºT[´š½9Û›¤RMO­º°s›'sèéŒìúyÙ9œÎÜ\†ïß“GŸÍÇÇ»¹kóUÊÓê^yùܱkïo[-í‹gýhžÈ{Ïf`ûå©W¥h̦5Ö—™ßÏþ‹6« ¯ÉºÑzzªEºƒ÷æž>Ⱦã3é¹g(í¹Ï·YŸõkV¤Óhgô]9vôå|v¾’íCE­™4Ó“U·fÕh7V_*I«Ý]аÞk¿qåš®­º?÷ݽ:E£™ÎØ#©žÿe^:üQšwìL_§»ÀÏ´!Ö.Kg®nÚi^¨÷¯,Ÿ¾1õžiÏN¥$­9üÞdúîx&ßݳ&iÌ¥5öX*ç™}ޤ±iGúJŒ‚¿î5~™¢Ä9¬ô®Éwžù‹ô¥§3›)ß:pË*·¾á{òÄãÛ.º§bO†–¤23•æÅ¹JÑMçó å²Ô¤3{:ZVn]•žÖL¦gÛ)ŠN:EJÝü®3w&“dî_äß¿qéºúd+µzõúå¹hygözûë½$„ëÌËT·–å—¥ÚœÎt£3ÿ9º£“¹c‡óΡrrb.JOzºE²¬Ôª¹¤^ÑN»ÝNQéË`orz¦ZO=ÕÑ;rךÏòÖ¯ÿ:ë·fó–mY¿b ›SøzÇ¿FOÇN#Íf;E*^9”|v:S•Þ f:Ó ýLÝ Ÿ)IŠâŠË;Ó7¢Þ/¿æÎd¢SËŠÍ+RkÎdºÑN‘jFÖŒ$ÇOd2÷g°ìßÂ5®ñËÕʞâ¹Éó¾oà6!Tn}µá,[>’êÜ—38wggÓí–ÝQ%©é´®jUR-’îuw\ɪ½œ=«ë—,­ö¥^9–ò·£»Æþª4s¥ü¨Hç*½»SdßËÒÞ¸;î]—¡žF޽ø«¼ùy\Q5ÕÊ… ®ZIjÃÙ¼÷'Y7y̹ZÏ@oÒ<7‘fqå¨j~?E&δÓÛWK­VýâQéÌf¦‘ô\©í‰œ<~<•¹/'jI¥7£ËÇÒ[íÏØh-­O^ϵwe¸3“™bE6¬¹l½«sçæÁ¼ðî?æ¥Ú}Y?RKëü§ùx*_ÎÞ[éÏÊ cÉ;ûòÒ;»²i¤žJëLæºý‚Ó»:wmÎóïý:¿¯Ý›MËS+™žªdÕÖõ¼ZyÖ^mùõöwÙ稯Ìö;GóÜÁÌïr_¶¬J­;•óÍ/?GupYs ï½u ƒëS«´31W®'\wîX>>ÖÉðØPzйœ;>T—¥¿¯/=ívZï®Ò›¾zÒ:õA>={O–}Íãw¦ç³cÍsS9ûÉÁ<]ÉšGvf¼ÒÎôÀþ™.¿¾ézÿŠúÊl¿c$ÏúM^ªßŸ£ÕÌ?”·OT²òá¯v2—\s ½Æ/?9±àshög¸ýþ Üú¦æÅ×èÝOæñ¾wòîá}yi®HmpE6=ô“ìÞ>’¢1™Î‚®¹ú®ñËÎÃïžÈñ÷/ì~Q-f€Û…P¸…õfÝšMC£¸âìíÌNN§XŸ{¿»% ¤^«$)ÒmÎdÛÓ–»‡GRïN§‘$µ¬¾û±¬` }½=©Ó9ôË¿Îkï²:˜5÷<‘ ^Ø&IR¤èvÒšk^ئ/˶îÎS;žHoo=µÊü6ÝN3s3­T¯Rž™«-o_{_ª·ž±M»òø{Ó×Û›Ú…D«(:é4gS¤–‘»òض½éïï½°¿$E7ÝölZ•ÁlýJÝ,˽?ùó<4<œZk*Õ±yô™20ЗZõÂ]»í´ffÓþJ§÷Jê+v䑟|'ƒ}©v¦“kÿ+oï˪ûžÌº=ƒé«÷äÂáæ7;uaç¯ñ™’äjËpË×ûTz3¾õÁ<¹ãñô÷Öç?[·Vc*³Í¹ê‚®ñËÏê<úÌ®C³?ÀíG¨Ü⊴§Ïgòz›u[™›neî²ÅÍ©ói^ºaÚsÓiÏ%)fÓèä w†¸h›k•«1“vãÒ¥÷·¿¸âÖ?ýÙϯYΫíïZÇï4g3Óœ½êúnk63­«­ï~µnŠÎ%³ÿFf¦ ?S¹ÌL~ùÉŠkÿ Ÿu^ú3]sù¨÷«¼§1“ékc×ܯñKÏC{áçÐìÏp[*,!?ýÙÏ32:vÅu“–¡"À×UÈ–§ÿ,w ¤^̤ñ íVxÈ­¬Z­¦Ûíª¸L·ÛMµZ½yÚöNÀôµŸÖôùLδ®|O<à •j5###™8wNeÀeÎ9Ñѱ›æGøR=ý‡øºzë½Ù¼e[:zooÆW,Oµâ÷MnoÝ¢›s§Ïäí·ßÊî={Ój5oŠrþ ,о¾¾lÞº5Ã#£yû­73ùêyC¡¸íU«ÕŒŒŽe÷ž½Y¿aCf¦§oŠr €EÓív³zíšlش馺_ Üèvr«Õ¼iÅD¨,²f£‘f£¡"à&¦‹PŠP(E¨”"TJ*¥€R„Š@)BE ¡"PJ*KQi6iµZév»*’T«ÕÔë½éííK¥rs”Y¨,Š¢(23;3'ÏäÈ‘359!Xà¶W­V3<2’-[¶eóÖ­7MY¨,Šf³™Ó'Oç½C³ýžK¥âN,ÜÞŠ¢›óçÎåСÍê5kÒl4–|¹…ŠÀ¢h¶šùäȇپcGÖ¬Y§Bà‚þÁÔëõ¼³ÿÍlظé¦uÍoýúÊsàöPt»™œœÌØØ˜Ê€ËŒ/_‘‰‰ó©VoޏN¨,š?úéÏ®ø¸}t»]Cžà ªÕêMuÏqßE333}ÅçÀÍEW`Ñþ ·=Ecø3KVg2ï5‡>9—F‘ÔÆwæ‰'¶gxIýôÖÉÜÙS™¨,˪ñÞT¾X|>Ÿ}6íÎS{Ö§¯ât7žPX4†?sã5óÙï~™×Ú÷çûß½# Ø:™8üböÚ›;þA6×SCY1Ò“Æt#KæŽ&ɼÿÊ 9¾öùኾb~y¥'#£[ž‘¡zZ3­.à3üX4†?³h*ýî[Ø?rE+çOL§ºúÁ|gûºŒgd¨’Ö\+KòÉõô×/údÕ¡lzè{yâþ•é銀š§"°h fÑœ|ûå¼sô\¦$I­y6î܆RK’tÓ)’î±ÈÿóÍ¿­¶öñüèáU©ÍœyÞýàhÎÏuS\‘wíÊ=›Gçß[4súà«y÷“S™˜í$©føÎ§òÄ=9sÙq{FÖgÛÖ‘Lz$ÇÎ̦›ÞŒ®ß‘]ßÙ–Ñùeî“}yaÿg™iI¥/cväþ][/¬Ÿ7wð?æ¯Î?Üþƒ|÷îZŽüö¿äààcùáëçÿa¿n¹R/LÙŸý?ι¹nRëÏøÖ½yt粯„µEóxÞøÍ 99º;OíÝ”~C°à–'TáÏ,¾N¦OŸÎtÿÎ<úøúôs9}èå¼õêK\þýlørËÊêGòƒ ¡\µw$Ãõ™{ý¹¼p°‘U;öæ‰uý™;º?¯¿ñlæj?Êž }IÚ™<~<½÷ä‘G7e°ÒJ»MFúÏåãÓ§3Ýo{b}ú:9òê‹9ôfoVݽ+ìKeòý¼öÊ›y}|]¾{gRTRß”ïÈØH=í³‡óêËoä±µyêŽþ/ÊÙ»å©<}ßxª©¤§$ƒ9=¿¢6”áÁž4fš9èzå¾~½t§>ÈëoIîÜ›§ï\™zk*ÓµUêëf®Ñ¹òëžÁ ÖÓm¹ôàgø3°h æÛR^ŸõkVd|Ùšl{`WVd"Ÿ¯ä’QÄõ‘Œô§·^O­˜ËìÔ±zo2}w|/ßݳ=kW¬Ê†åÁ5EN8’FµzÑþ7dÃÚe[žñ¾vš­î…åë²nõòŒ.ߘ»ï]›Z²öîY¿ryVnº7;–'SÇ&R­×.l¿f~û¡áŒo¸7÷¬ªdòøLzz¿ìªXíÍèP_zë=©tf3Ûì\úa['rxÁå¾F½´fÒLOÆ6nͪÑÁ Œ®ÈÊá¤Õî~%P¬ô®Éwžù‹üì{wd°¢›"ÜôTáÏ|«ŠvÚívŠJ_{“Ó3íÔzêi]œÉÝt;ó½ð:Ó§3Ñ©eÅæ©5g2Ýh§H5#kF’ã'2™û3xñþ»öŸ$EqÉq;ívŠÞÁÔs.3ÍN:ÕfÚÝJzû{’ÉÙtjµTÓÌì±ÃyçÐG991—N¥gþ‰ËÚI­šK¢º¢›NçBÁ/Kø:³gÊ•û*õR½#w­ù,oýú¯3±~k6oÙ–õ+R»FýÎMžwÀmB¨,ßYª©V.ä~Õk÷ª+’¤R¤Óþr¸o嚢ړj™™\*Õù÷¥’ê…Þ|• )*•SdßËÒÞ¸;î]—¡žF޽ø«¼yÑQêë•û²z© góÞŸdÝäñ9ôvÞúýáÞ¸7g{&†?‹Çðg–škecµ­ur擳i¾°hæì±‰¤UÆû¾^²V\¥$ÝéS™ÌXîÚ}oÖ/Lß`új_¾¡RK½’tší7¸Ü•‹žÕGÖeû#ÏäG.ÏÜ'ïå\z"SôTáÏÜTê+³ýŽ‘QÉʇwf¼ÚÉ\ñÍ®:¸,ƒ9÷Þ:Áõƒ©UÚ™˜»¨Kaµ?c£µ´>y=ÖÞ•áÎLfŠÙ°æÆ”»;w,ëdxl(=Å\ΟNªËÒß×—žv;­‹Šfög¸ýEcø37—ZFï~2÷½“wïËKsEjƒ+²é¡Ÿd÷ö‘Ét¾Á£UGîÊî[yçà«yþýù=W{ú3¶y Õ$Ô³ò¾ÝÙòÊ›yûùç’ôfìŽÇ²y}ÿ)wã|Ž¿ÿ^Þž™ïïØ3´&w=öx6ô'É«µ*Ìþ · ¡"°h~ûëÈýôg™™™þâ9|³z³î‰?ͦ¡Ñ Tæ2]ÌÖ§ÿ,w¤ÞN#IjËrïOþ< §ÖšJ®´Íç*½ßú`žÜñxú{ëó·`ì¶ÓjLe¶Ù½ú{¯°¼6zo~ð§eh¨'é$©eùƒ’Ÿ Œd°ÚÌtjÙ¸+mÛ›þþÞÔ>ïíWtÓmϦ•¤:°>÷~wKH½VIR¤ÛœÉ¶ËËðuÊ}Y½TÇväÑgÈÀ@_jî=YtÛiÍ̦}YOÇÏgîJOg6S.D¸å Ecø37Úßýí/.yýÓŸýúàý<°{w–¯X™jU›êFÖùRR.T,œhàë3üX ív+}}ý×n¸µšùäȇپcGV®X•j­–ÊÍ2Î I»Ý¾!û­VkY¹zuîË®x÷¬[¿áê¡b«™£G?ÉîÎÊU«ÓétnX¹neeê|))*Ê?„áÏÀb(ºÅu¢ÛÍäädÆÆÆRë1p¸ÉÚ;ÅüÐãi|ù²LMN\³çaÑífzj*ËV¬H»Ý¾áeºÕ-¤Î—}REcø3°”t»]Cž®¢VëYнýºÝnªÕš@që|©ðÓ<°h ø&K,Ä+„Š·!?ϋ淿þ‡ }å9%ù| ô},µòÜ›ˆžŠÀ¢1ü³¡ÙȹSÍ ¯IùGn­¦^–Ö¼K­<,¡"°h †ÅjÕ5sêßå¥÷g²ü¾§³wÛˆ¡ ·Vƒo‰õj»ùzÙ}-ó9øì³ùxhwžÚ³>}·ù÷BE`јý¾Žf>ûÝ/óZûþ|ÿ»wdຠ—"sG_Í›§×dïWçäK/çàòïgçXůǷbI—§•“ûþkö}ÖøbI¥g £«6dóöíY?ZÏM™ÇUz202šÑ±åª§9Óº­ÛØBE`Ñþ H¦?CÃ}Ét#מ®’þuå»›Æ3>ÐÉšï-O†FSoLe®-V¸%\çþ{§NžL¥’¬X¹êÚæë—§›Î\#¼;>¾-ƒ•NšS§òÉ;¯çÍßœJã{OåŽá›0V¬ fãî§sÇàPjÙÛ£wæ5Ecø3|SÈfÎ~°?ï¾ÿYÎÍu’Ú`ÖÞÿD¾³i0Õ¢™3ìÏ»Íù¹nªƒ+²qûÙ¹éÂ袑“o¿œwŽžËt£“$©õ/ÏÆ»³cÃPj_c.§ÞÛŸïÍD3©®Ì–{ÌÝk¿2”ºhÏ¿y!'Gw穽›Ò%Ô¦ IDATïŽ7¶9˜k÷TüøÈG9uòDö<òX–-_þ•õ§NžÌkû^ÊÚuë³jͺt:ío¼É¹N’j†ïx2ïOµhæì‡oåàEíá5÷?ž6η‡Ï~°?>øì‹öð†»îÏŽM£ómÝî¹¼ó¿ÍñµßÍÓ÷Ï·mÛ'òÊ~!s;”Ç·¦rµcßÓ›û«|4ßxuz®UÆÛà:*‹Æðgø&t3qøwyþÀlVl0oO­9“╪Oçø[Ïå…ƒ¬Ú±7O¬ëÏÜÑýyýõßf®ú£ìÙЗ¤“éÓ§3Ý¿3>¾>}Å\Nz9o½úR—?[’¤“óïþ./½_ÍæŸÎCËk9wøÅ¼öòKéÿñÓÙzµÔ°g0ƒƒõtg[NÀôùlËW±ëÁ‡òæk¯dß‹ÏgÏ#fÙ²/ƒÅS§Næµ}/gÕê5yø‘Ç2טûÃ{Ü}¥<=/:é´Zó£mÚݤ’t;Io½–Þñ ¹{ÏŽŒÖÓ>{8¯¾üFÞ[“'·õ¥(Z™ë׬H§ÑÎè»rìèËùì|%Û‡Š´æNæÐ‡SÙõó<²s8¹¹ ß¿;'>›ws×¶ZÚÁ®ô®Éwžù‹ô¥§3›)g à[U«V. _ÈÎûweù²å9uêd¼óvV­^“Gò› ¯©H·ÛM·ÓÌÜô¹oNuëÙ´y,=•fjCk²v´žžj‘bàžìXõA^91›ú=ƒiÎ~ÞnÝkÆÓšm¥H3sÓÇsè½/ÛÃi̦ÙMª­´fOäðûµ‡çfÒ}$9ÿŸòÊÓÚ¸=õn‰z¼üØÍ΂·»F Ecø3üá:³g2Ñ©eÅæ©5g2=÷å/ éÓ—®k´S¤š‘5#Éñ™Ìý¼¤×N»ÝNQéË`orz¦ZO=ssg2ÙIæÞøEþý—¿>ÙJ­Þ›vã²UÑÎÜäy'`´;í4›Íën·ó¾ûóöþ7³ÿõ×¾X¶vÝúì}ì‰LNN|ÑCï›/O+í"Éù}ù»¿ïËŽãÙøÐãyx]=ÍóçrþÓ÷røƒOrf²‘NzÒSɲvR-Òn^ØG’¢=›™™fŠ$ÝÉ™èT³|óŠTgÏæÌä—“¥\ºî\ÎL6S¤HßòáùöpegÆ[í/ïQÞm¥Ùl¥h_XV$E{~Ù•Ž¢ùåòî5¶»MEcø3|3Š$©é´;W¾wÍeë*ÖÕžT¯øËl5ÕÊ…©«•/ÞµjïgÏêú¥[ö¥^m¤™˜Mà[l.4ÜyßýI’Ç]ÏÔ7(^¹<Å|[qèž<ñä¶ V{ÒÛ?”¡Áz*ÝVæ&ÏæüÙòæë拾þì}xcFz9öâ¯òæ…¶èåå+Šâ‹QÖE*©TŠ´æZé^´Ý¥ëšÖ}>‰L‘¢ZOÏ|s9Ýn7)ªóûã—e¿Ê±s…åWÜî6Qõ—,ßáWë_–áj'g>9›Ëo§]X‘ÑÚeëŠfΛHúWe¼ïú3¨T’ÔúÇ3\-2q¦Þ¾ZjµêJg63s"ÀM¢R©dç}÷çž{ï»(N~³âµô gÙø`jé¤5w>gNω“§31ÛJgæL¦3š»öìʆñz*©¦§§zÝ_®«ýcºJ{¸:0ž‘Ë×­œ?9•ô¯œoWzÒ×›4ÏM¤éòøÃN¯*‹áÏð è]•íÛ†óûC¿Î •{³qù@ªíÙ4zVeÝÊ•Ù~ÇHž;ô›¼T¿?G«™=~(oŸ¨dåÃ;3^ídn!íÇÞÕ¹këpžï×ù}íÞlZ6˜ZÑÈôT%«¶®Ïàe?Išý`qWèMw=k×­ÏäÄÄ ¿Zž‹zþí´šÍ\~7ÂjÿXò~Þë@úVTS¤ó"©~Ù»°¸øŸ¿îY–-›†òê¡_ç¥â§Òi¤U[žUË—eËæáì;ô›ì«Ý“ÕýEæN˜Ã§“åÝ›ñJ3犾,_=’¼·//Ø™Õ}Õ¤u6sÅ…¬(.ëqX\ÒSñŠË/zÝmÊ_Ëéáû²÷u©·¯ýº÷&n; Ecø3|3ÿtïx2 ¼“‡_˾ƒERí˲;ŸÌ¦µƒ½ûÉ<Þ÷NÞ=¼//Í© ®È¦‡~’ÝÛGR4&ÓYà1–Ýód|'¿‘Wv“ôd`åYyW=Õn+WEmög€%kÑz'.PehK›÷>x5/¿?ßJ­öôetÓàu†ÕödtÛž<4øa>ø`öÏIµ7c[Íæµ½©nÛ“=ƒæý÷_ÏsEª˳þÁgòðŽá´'O¦UT2°ù;¹¿{0ï|-Ç;IRKïðʬýc²Þñ,[6Ù“×~=}nö&þŸ À"1ü¾Vk$ëžøÓlÍ@e.ÓÉ|ˆ¸uwžÜñDú{ënƒX¤Ó˜Îl»7ã[Ì“;ÿr]·Vc*³ÍnRÌÖ§ÿ,w¤ÞN#IjËrïOþ< §Öº0wó…c<µã‰ôöÖS»pŒn§™¹™Ö%ÃRÌþ °ÈŠbi…„_)OOV>ôL~²bm†*ç3sÅ{ V3°ú®<¸uOƆR¯]¸xÑIgö|ºéφ½?Éݫ֤Þ>}i¯ÀJ=ÃkïÉž»ÉÈÐ@êÕ$é¦5u:FO†ÖÜ=wîýb]ÑifvâT&g>Ÿä°/Ë·=˜õŒgd°ï˶n»•¹‰nŠ«û²åWØ.=+²ã©’±UËÓ×:—Ù뼞*nÞ Ecø3”÷wû‹K^ÿôg?ÿ¼å–Nc&Ó+¶ê®±n¾ÁÕœ:é=dŠÎfo.Òn̤ÝXHCÒìÏÌûÍ?üêºÛ<ýƒÍ·7gÎåô̹«lÕÉôÉ£™¾ÊºæÔÙœž:{•öîÕÖ]Ôþ8¹‰”<öå˯°]w.ç]øë›”P–°Ÿþìç»dÙä„ðàvVKk8óååùî÷˜uë7\÷}ŸýÔɼ‰ `‰"p±¯3QËb—çè§Ÿ8Q·¸ª*nËFPµšn·«"®¨HµzýبZ­ffÚí­³Î— =€ÛN¥ZÍÈÈH&ÎËÀà  n.‹0üyfz:Ã#£×ü¶R­fhx8ÓSSr^¡Î—=€E3¾l<õÞz*óSVkzë½Ù¼e[>˜3§N¥[è±$•J2;=ÇfÇ=;Ój5¯Ù¦Ú¸qS>˜ÙééT*êïF×ùR¢§"°h&ÎOdõÀ@úúúSù[}}}Ù¼uk†GFóö[ofòÕó†B7…Þ¾¾üãýÏ7lÿÕj5Ã##yà;»³vݺkmîëëËÆM›3<2šᄅÉImª\çK‰PX4¿î·K¦,Ýn7«×®É†M›nª{×,F;©Õj.(Üêv»Y¹jUÖ­F›j‘ê|©*‹â§?ûù’+S³ÑH³Ñpr´©(I„ ”"TJ*¥¥ÿEU­¦ _EpÛªÕjiµZKfB¡"°äŽgvv6õÞz*ÕŠ à¶R«ÕÒSïͱ£Ÿftl|I”ÉìÏÀ’wÏÎ{óò ÏgïcgÍÚuééñÕÀí£ÕjåÓ?ÊË/½˜ܳ$ÊäæÀ’·nýú$É믾’‰óçÓívU ·jµšÑ±±<øàž¬]¿nI”I¨ÜÖ­_ÿE¸|»ÜS(E¨”"TJ*¥€R„Š@)BE ¡"PŠP(E¨”"TJ*¥€R„Š@)BE ¡"PŠP(E¨”"TJ*¥€R„Š@)BE ¡"PŠP(E¨”"TJé)·y¡Æà6§§"PŠP(E¨”"TJ*¥€R„Š@)BE ¡"PŠP(E¨”"TJ*¥€R„Š@)BE ¡"PJO™ õ·==€R„Š@)BE ¡"PŠP(¥ÔìϦôTJ*¥€R„Š@)BE ¡"PŠP(E¨”"TJ*¥€R„Š@)BE ¡"PŠP(E¨”"TJ*¥€R„Š@)BE ¡"PŠP(E¨”"TJ*¥€R„Š@)BE ¡"PŠP(E¨”"TJ*¥€R„Š@)BE ¡"PŠP(E¨”"TJ*¥€R„Š@)BE ¡"PŠP(E¨”"TJ*¥€R„Š@)BE ¡"PŠP(E¨”"TJ*¥€R„Š@)BE ¡"PŠP(E¨”"TJ*¥€R„Š@)BE ¡"PŠP(E¨”"TJ*¥€R„Š@)BE ¡"PŠP(E¨”ÒSfãB}ÀmOOE ¡"PŠP(E¨”"TJ*¥€R„Š@)BE ¡"PŠP(E¨”"TJ*¥€R„Š@)BE ¡"PŠP(¥§ÔÖ… €ÛžŠ@)BE ¡"PŠP(E¨”"TJ*¥€RzÊm^¨1¸Íé©”"TJ*¥€R„Š@)BE ¡"PŠP(E¨”"TJ*¥€R„Š@)BE ¡"PŠP(E¨”"TJ*¥€R„Š@)BE ¡"PŠP(E¨”"TJ*¥€RzÊlü×ÿöÿTcp›[p¨ø³?ýsµþ ”#TJ)uOÅ>ü0¿úÕI«Õ*uw›wªiø~´ezI•çÓÏŽ•Ú¾^¯çG?úq¶lÝêdÀ-dÁ¡âG~gŸ}6{y4>öXz{ûô¾ù?ÿOù‹úGjJúëÿïï³ëï,©2}úÙ±ü÷ÿÃÿ¸ mgggòüï~—gŸ}6E%Ùºe«“ ·ˆ‡ŠûöíË3?ùãl¿ûîE‘N§³àƒÝ"“smµ 4Ò?ÿ§Yïí]re+Š"Ýn÷ºÛõööåéïÿ ë×oÈsÏýV¨·‡Š§OŸÎÖmÛÒétRE©ƒtŠ"n¡¶¡ÄßL’Ôjµ%W¶…†ŠŸÛ´eKNÿâÿuRà²àP±Ûí¦V«¥Óþjâ(òÆ«û²fÝú¬]·þ«ë»ÝR!ÜîŠ%ü÷RÅ%åû›¿ù›üýßÿ}þê¯þ*ÕêWç~ê©ÕüýÀ-¦ÔìÏŸ‡ƒ?:N^{u_ÎOœÏÚõ뿲>I:EÒéKàñïþï{ÝçKౄ;ö^þ=ðÔSOåÕ×^Ë÷ÏÿyÚíöW¾Špë)5ûóåˢțo¼–³gNçGÏüQ:í+.ºEº†?/Ÿ‹«=çÛU,ásqù÷ÀØØX~ñ7“ïÿàùçÿâ_ä¯þõ¿¾bEàÖQ.TL‘¢ø2LøôãóÉ‘²cç½ét:Wí‘Ôhu2×4QËRqñ¹¸Ús¾]ýõ¥Ê]þ=$ããcù“?ùiþê¯þ÷<ùÄùË¿üoD¸…• Û­vƯW¬Z•Í[·åÓO>κõëS­^yR‰ùžMzÁ-z*.}e'CZL—$ÉÙ³çò·ûò—ù—ùó?ÿ³¯¬n-Ððç$ÙvÇI’×^Ù—]ßÙ}ÅÙj?¿OKÃÅçâjÏY:çh©¹ü{àܹsùgÿì¿É?žÿíý_’Ä}àW2T¼ò¤ [¶nËG¼Ÿf³™¾¾¾¯¾Ïd KÆþèO¿8W{ηoiÏþ|éßó³Ï>›]»vå_ý«™D ßÞÿÙ‹T*•E9Ö‚CÅjµš‰‰‰Ô®2Ö­ÛÒÛ×—æ†=~>û3°0Kzö碸$ôüéÿq~úÇ<¿î b·Û½æÄ-Õj533ÓN:üºÎÿ×¾Ñ*®X±"'OœÈêÕ«¯ºÍÜìì—›ýʹ™f¾ž'NdÅŠW]?::–#~+W¦·¯?ÕEúEnEQ¤Óédvv6ÓSS»áÇ\p¨¸gÏÃyöÙg³uëæìÚõ@jµ…œ.’,és†¡ÄßÌ’-[wa¡b§ÓΛo¾‘?<’'¿ûÔU·Û¾cGö¿ñFvÞFGG|(éó!ÏÓSSyóõ׳ënø1œ nÙº5Iò«_ý—ìßÿV©ƒ<ÿüïœ]ø^záù%W¦óoþo[¯×óÃÿøÿoï¾££ªó>Ž¿g’LH€4¡w !<Ò›Šëú€"VQEU\¢‚+ ¢("(¬VyÄUAWª¢¬(tAÁJHbBÊ$™yþÈLr3L )$øy3g’™[¿¿ß½çÌ÷|÷GófÍ=.SŸ„ÄD¾;p€Ìß3ôLF‘ó`6› ¯S—މ‰DÅÔ¯ôýùTÜ¿o/½zõ,óNú©]E. ­Ú´)ó:9g³ŠïÞDDF¡ ‹ˆˆˆˆˆHµÐ>>AAðÂï¤bÏÞ—)Z""""""""ò‡‘ž¦ x¨@ŠˆˆˆˆˆˆˆˆøÇŸÑxeQS+"ÕDDDDDDDDDüSÑ£ykj!Ÿ’Š"""""""""~ÒhÞ"f…À+?®ý;Onû•|O‹Øsùñí…¤l\ÛÁC»Ô˜ë¹,li|ºêþ±ý¸çv±¥ï"õÚ$nN^Ææ£ùˆˆˆˆˆˆHÍP1IÅÂÓìX4†ÍbˆŠŽ¥ý°¬=”‹½¦FÅv†m¦ðe«é,Ýœ †Òqr*Â7òÐâ/É®®1Ë;À³ãoâ¾µ?—N ˜ÂhÚ¾—´ŠÆbV ËÏʾ'oeÚ:£¯eûï°~Nw‚£iݾ—4 ó|ÁUE¼ªª_Õ´}Ô4SL ްzì ,™Ê›Ÿ¼ÄÍMƒÔ¾""""""5D¤’òùqÕ-\ûØ'4™ò¯¾üWd¼Ä¤²#£f¦ Ž®ç‰w¬ š>š6 ×¾”;ïîĉ5OòÁi{ÍŠ™¥cWläí‡úPϤ–[á)>ßò–~3˜qÃzuïN—VáÖíÍConb娖X.X¼Dª¡ÀFŒzþc¾xu—Åè¿""""""5Iù“й{xnñ.,zŠçf\ÃåÃÆ“²j&­¯&彨ܭc;ÅæYÃéßœèè¢a¢-úN`áÊT&]Ù™ÆÑ1DÅ´¥ßí/°ç¬!iRp’í‹ÆÓ¯m}¢¢chÜe$É“W¼ÍôŒoV¼Í¸NW1sÝ&ÍýŠYcèðÀî’çˆen冸ú¯8L…œx _ôbLߨ¢Ù³ùvõ4†&4"*:†¨F¸bΗäý*¦Ñ7ý/íJ÷¯Jî|bFGÖN [ËEÇÏ )ÿ`¯1>…gøtÙ]\‘è8Î&]»æpq5ÓñChäˆM×ùûÉ+ø™eýbˆý>™†mì\:‰Áâ1ÁŒÕße7¶8W×ÚN³uöHú$4/:†èZö¼ŽÙë¾#»øüΰcÞMôïØÌ±L#z';ú‹¯ØØóÉÉë–›háØ~“qÛÉÊúñÍbèõÔ÷*Ë*!^^ׯ¨vöЯª¢ïúu-û¸gøÃç=çÜÇüŽ»ï¸æm›J÷&žöã£Ý¼^+i|¶ün†$Ä9¾kJûÞ#˜ñö1—¶™À>‰4kà_ýWDDDDDD.¸r—†ÿ”Ç!ax7"Õn–f;Ÿ5›¿#çúXjŸ“Ü9Ë÷;>æPÌ=<¿4‰¨Ü¼ž|?ógn'iêCË÷;þÃÁ˜©,_r‘…'ص2™”;ÆP?aÓÛYü<£llÙ½õ,:Ô-:!ë÷Ï3áž5˜o_Ì›×¶'$ã'‡4.¢X¿ =æñÖ?7¬ !•3ˆüŸQÜÿÌXE‘þõ+<øÀ Æ7ëÁG3ÛL.{]Í• ŽÑgòc¼”Ô”€´£äuŠ!ˆÓD^ý,¯ÝO0&B´Â¯®™:ö¤Žàª”$M[ÄêáÝ´˜Ù÷ ãûxmtmþĹšÆÐ–ÅÁíòmÔT–-îK¤õ8_¬}œw á`þ^¹¡1¶Löþ{3{ëMaÙS—gÏ «AK,þÄÆy.½°~~OjõšS‹Ï«¼Ïy_¿¢Úýª*úî>¿®e¯÷Œ–å\¿õ…½ùŽ»·¸ž(Z¤É0fÌJ«t>_5‹ÇJíÇG»y¹Vö.ºša ~¡×äy¼<°!i³`J*ïïË ðãô‡©Þû¿ˆˆˆˆˆˆ\ IÅ3¿FíbB)AAÓHÈ:ö9v¨íahmp“> NêK8}Id ¯þ™¾7^Ï•m,ÏÙõo2yógœžÑž†ÛIyîñÉ»X8¾A@Ïx »6]ÇkoÿÀÔi¡ŽmöeÈ $Âþ‰v>H¸› àÞvMü;ÙÂt~ü%‡ †­ˆ t~t„3„Ó§ÿútŽÄL'º× ªO»úðÛãä‚ï„ØyÅÌD­¶CÙÖño·vämxñ|CæŒöX2>dþ’}Ô·ÕszV:·P”t‹nE|‡ø’ã+(½{ú‡,xz?1·®ç³zmc@7"~ìÌÄ”å|sí\:â;ÎÕ6†%Ç>tðÂACúwM7îYðû®~ˆÄÇ2Íú3t@‹c³ÉïØÔmAûñÅë’Uõ}ÎÛúÖÎxèWTAßõcÊbû÷Œ{Ê·~ñ=çÂÜÇ|ÅÝžî%®Žk?¸Í0Fý¹èZ¸¬c>[î2ìÇ{»ãéZÙBÊ’oˆ¼ñu^y¤?uM@¶…uµS)bß±8ÐGÿ‘ ®B¦ç°ŸÇ7®B¶&ŠtŽf8æ35‡Ñ¨IÈ:If!X}Æþ\Ø—ÜXÇ¿¨–×ñVœþñŒÛa¥æº-iéGË0›ka™yŒ3åÚñv¦6ñ¯›;Óoìü¸ã0¹ÆS3‡ ¶œL¬¶ÊŠ™•#ïÍgìÀN4­CT£®Üóäecµõȧ|“Bç¡ñ¥“eàÜF—aJ¶aŽ¢ÇŸ/cŸ²'ÍýÉçjC)±¸­ :IDAT7cé?â8¼“}¶ Í…êsÞÖ¯°vö¿gUzßu»×ó¸g”wýjs£ìq5×iAÛHã~¼·›Çýý„=Ùº¿”º¦ó‹m ¯þ/""""""nmÙøo«d_å®T ˆhB$Y?•ƒÚEUciNƒÚmêâï A`ÇVüÃÑ„9È 6[QŠÈnÇN½¾CjoãOdAõšP‹“î6Š%l…Ž_À&3f(°xN;™ƒ k–µä¹|Á­™ðϯôÑZ^Xº„#žáñQ+Ù¼ä*b[Yy` #È\91³ZÆM£Sɼv/¤ô"Îr’ÍÓ®gnñóüq*ׄ+v·Û0¿sF¥ã\Mcè‰ÉT|ú•²9•//ëGTT;û©Rú®?ײÏ{Æ—ÃyÜsªâ>æ÷å\Ö¸–ÞÏvó¤0ŸB±šÏ?¶Á¡Þû¿ˆˆˆˆˆˆ¸5bäuU¶¯rW*5ìAï°÷í/HsVBýòÛ~5Óqp[B+è@-qic)äàWÙ4lÛŽv휯¶´lêßïæ€z4©§÷Ç¢´Àz´h‚õ×ï9ml ¥y¿±Ì}õcvÎíȱÿ[Ä;¿:È?Éw¿At›XŸÃvÏ7f¹?ìàí¹í¯c¹¼k:$v%1ÖbˆOÚXrùò½}玶5 9iÙ^+,º’Ë—ïíç¬óCÛv½{b»’ágw©¦1tË–Îî͇ Á¥´­k®üؔάTn¼<¬_açâg¿ª”¾ëǵìÿ=Ãî¶]*äžS÷1¯goqõƒ¯vó|m&Ò< ›/·ô8±Š_qðÖÿEDDDDDÄ­¬¬L²²2«d_å¯ùIäλ»òâߦ2ù‰…Ü™˜Á†Gp°þ,Ö€€ :PSäfNhΰgÇ1:|µ¡nÁo<ÀÀ ÃiáO$0–¤kâ±ÏMfÊ<;{7Ä’¾“#V ÇY‹¶ƒÚÁß>`æí40‘t«Þ˦mÇfÔµýÆg_K<‘¡E;-<õ;Yè˜Ô²(Á“ˆÅýz17ò9l¸†hSùcÒ´;ÍYÀÊÔ—h3¦3 BβÿT!>I̼­C—Þ˜Z21©¡9Ç9Ú—‘ýÒ9¾ï.àÉ7þBïÚ§øÅÖƒ.w‰qDþ:¹ÝÊmÑs˜Ø³G6>Á¬-v.KDBç<‡Ñ½êC§¼O2ÿ…,µ âȶg˜½ÉJç9¼ž_ÅÅ '¶dîZÇ;ÿíÀÕ‰uË/ÞÖ¯°s òЯ†5-5iH¥ôÝa¾¯eŸ÷ ×vHpù¿cÜs*ã>ægܽƵ¯·víæ‰9z ÷^ͨ¥ã¹«þ\Æu©Í‰O^æ£4ŠÏWÿæ½ÿ‹ˆˆˆˆˆH‰-ÿ͈‘ב••YêïêŸT$ˆ–_fmæ=Ü÷ÄF昈î2š§_ø;ýê™*îHMatOÞÀº¨ydù߸uY>F“Þ·qéØá´ðkrg m&½ÌÊ“SI^:•›Ÿ%¦uo®nYËQ¶@Ã7Ð).¯ìLcèŸ")8ý5ï.YÂGŠênÂ[ன\m 8¶åUö†ôeEÏzE6v+YV¨Ý ÊÃ0ܲÇÌÒn2/.>ƽ ’¹ñUkÑgubI¸*–`SQ|ºÍ^Ï‘ò𲙌yº‚¢é2i Ó.eÀ£‹¹uüý¤Þ~©¦Ç?ÏðÁÍ\öJ§™oòVØÌ^z£R n܃ëSßå‘1MË0ójõŒaI0sÙõôd–Î…zížü)w´Æ{ª¨Øæú Kþ }&>ÍŒyâŠ)¼\x_¿‚ÎÅTÏ}¿Ú‹©’ûîЦ¾¯eŸ÷ ×v|N»”ÿžS ÷1?ãî5®}#}ß-}µ›§aЦ¤¬gYíi<:oo晈º¤cÑõe6ù‡X¯ýWDDDDDDŒŒCž«rø³ÉÍ»¸{ò¹O=ó,gNŸú㵆íÆvcÜáé|²i ­¼ýÐÏÙÍC½‡ðÚ€õ|¾È1“núFnLGVênÞº¾ÈŸÁÕ1†?³l`Wæ4]ËW~1ÅK¤³ŸÞÀ¨ŽãH_ð5ÇÄUX»ˆˆˆˆˆˆøvôÈaV,_Î’¥ËÞò€à,ð;æx6üý»ãûÇò@!`£¤ÄÄ®²wÌÑ IžF·)ÌX{ØË,±y|»|:ËNà‘é]‹“;Ù‡¶s0|“Ç`V Ã*ˆ—Hõaå§õϳê_ÛØùÅn>Û¾ŽÇ§Îä}{nîW_ E‘ `œåÙÓß•Móhz`is;Ëžäh“—ÙemÄ%1åé ŒŒ+ e­®±kO!¦@³b¨VI¼Dª {.G?{ƒÅ/ΑL;B\ç+yøõG¹¥™ú¬ˆˆˆˆˆHEð4äYßEDDDDDDDD¤Ü4üYDDDDDDDDäÊŸ!ÏU9üYIE‘jΟ!ÏU9üY¸©æ²²2Ëô·v7/ܼûE•Š"""""""""R&J*Šˆˆˆˆˆˆˆˆ\ü\«ÝU-—õÊçðç£G+ä"""""""""5›söfç»k2±Lá½&§N™¤p‹ˆˆˆˆˆˆˆˆÔ|…†—Íðî|Až«hrón/  Ôº@$Pˆpü_¨åXÎBQ¢2À±×틈ˆˆˆˆˆˆˆHå2V:ˆ€È²ß HÎ8þÏι@¥‘ÅÛ ô±cãίÃ+ßq0ÎD"ŽeÌ(©(""""""""r!¸&9=+Eù¼|Jò{®IC¿†A¾4á~,µs³šÎƒ°R”±t& Û4>%EDDDDDDDDª’3ÇgÌéåSTè¬B4&ÉE›—힟©è:û‹ëÎÉÄ\JW(P’T4¡JE‘ Á5·gL*æpnbÑYµèkBÀûD-ΜYJcB1—’ä!Žïó)@IRQ E‘ªeLó{ÎBÁ³=[1—s‹…xH&:? ô±Cg¹£ñaŽîŠV4I‹ˆˆˆˆˆˆˆˆHuám²gµb6%U‹VJW+–»RÑø Çà Ãwy@%ÉFgÂQ•Š"""""""""UϘ 4NÖb‰œCé¡ÐÎjE×I[ÎáO¥¢3‹àØ¡ëgcBÑY¥h6lOIE‘ªeLºŽFvæôœC¡Ý ö»RÑ94¸£qH³ó œ`|–¢±JÑø."""""""""UǵZÑÝÜ)ÎÉZœIEŸ Eð=û³qúè|Ãwΰrn…¢‰Ò•Š"""""""""ráçN1V,:yèL2º«TtÝàÿ3]À™T4V'š(]ͪR¹Pì.Û87¿W`x9?+s¥¢ëhE‰Bw‰EçèJW'jسˆˆˆˆˆˆˆˆHõ`wyw& ³<º¼®Û<'þ\« Í~¼×SBQDDDDDDDD¤zð”Xôõîº~1’ŠÎÿ}½üÙ®ˆˆˆˆˆˆˆˆˆT-wÏFôõò¶¾×äŸÉÃgÆ$¢»ÊD%EDDDDDDDDªw•‡ÆwOÏOtûLE€&/Ÿ)™(""""""""RsxK.zZîþ&Måü^DDDDDDDDDª{9¿?ïd ’ˆ"""""""""{YW0+f"""""""""""""""""""Riþ—ÎÜg”OIEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/cact-mimetypes-tab.png000066400000000000000000002360111433352025300242710ustar00rootroot00000000000000‰PNG  IHDR¤šƒ7sRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÛ !àùÈz IDATxÚìÝwxTUÞÀñï½Ó3™™ôNB$t) ˆØ±ëº¯«®ØWßÕÕUwu­«û®«+¶µ·uÕµ7TTÄŠA¤H/!”Bz™L¹÷ýc&a’L %Hù}žgžÀÌsï)·ýæœsA!„B!„Bˆ}HÙOÓB!„B!„û}o$¢ì'i!„B!„BˆÇ¦”>úž©„B!„B!ú~Þ‰²–Wzño!„B!„BqàÑ{ñïîÞ‹Jك唈WÇå”]L_!„B!„Bì_ô.þ¶þ[g7S½ µ-sì·jRB!„B!„¯¹/ý-–轡´ˆÿG{å;Q{Øà„ËïӬɃ¸øŒ#¥V„B!„B!böì±MÞʵ|òôŸâÃoE´.þv L)t”ê. ÕŒºêòKØ^ã–ZB!„B!Ä!¡ºÞM ¸{ƒÅŒ•DWÌ™î§L&Ô~òôŸÒi|Š| ÅZÿߪǠTW©vÁ¨²ªfi…B!„B!„8dT×»©ihfÕŸïÖ÷‹ÆNCÓôNÁ£!ÝŠ:>`û'Oÿ)¨ÈW âßJøo«nƒRÝÙ³& ¥ Gïaô6°í˧hZÿ%ZÀGÐß‚ðaMÊ%õ¨«‰$Cü„B!„Bq`©iðPU×ÄšŸ¾`Ú‰g2¨_ü.}íÖZ>ÿø9€§í€LÚbC±„Rˆ—0„ÿF£¢¥:éêéy{Á­Ú¹3®ÄÝâï´@°¥™íóž¥ê‡—8rd>“Ffcs&`2[0( eU ¼úþ×T»u .~kB€UQQ iÙBq°Ò½ìØÚ€5=—I´z`×¥ŸºŠjjšü˜Ó2ɲ«½û^ÐKmM#HÌJ¦·_ ƒ½®wwBqPØQÓÄó>bò±§‘–»[iü¼a;k~ú‚±“O"5œÆ–.ÀöªFÎ}¹/ým;Q¾/øÙ{ªuˆ_ÛÙ5r}=MjN´ÎQKî™ÂQŠ8åÆ ˆ·Ø\ZIuE5…YT4ê )*âo㦲øÇ…<òÀtü£/aÚÅŒ8’ ']*-[!ôû´@#ÅËÖPⵑ7¼<‡E÷Pº¾”äA.ÊýÌ–Ì¥ÚP÷Ǹ”æÇíñ%†£Ò}¾¶ÊëUÞ HðT´XÝß…gã66è=ß½TWlÇoŽ¡ Ÿ‰m¥•èûo B×¼ìØXBqy=î `ŽgȨ<,¥«Y¶Í+¯ˆQY6Ti³|]ï³}@Ú‰B4”ð2-!– ¦ïV) Ö„Ój­hévG(èÔñ2*í;±ùñXÂih›øvÉ|ØÈ?l¹{¡!õõ>°ç'”Z~þq 6‡#F¦aSÎc›BìïTeçQRÓô=N«5¶-ÝÙŸ׫t¦O;b—Ò¨©«gã¦2±våç°}Gµõõd§Å“—‘@ES×Û% å ¢¼€'" ˆŠ|E¤Ú§ºÔ@‹²æØ8Ê~^Gæ¯Ïæïù*”/åwÏl'wDïo0öË€”¯C2ã3@"ãsƒÌÞê''3—´’%ÜþN¿=.Ÿ3.GÝ?¿gE\!Ù¶ýã¶G÷W³te?ßu:C³ËG†! t¨]äËGŽÝò‹Ý´i-•¬XQEÁ„!üùœ 'šP R»½‚ù ×ðæÒjr†åoÜÛy‡·+:¥Ðãù;Úçš®£íw§}ú 0O=†ë'„& xý4?Õ-6ÆwaV`ĨDô¥ ´dZÛ‚$Òf÷b]ë6/ÝÌè«~ÍÌd¨Xø-þÔÃÀáéX›7³¨:“§ï=Šxxéþy,É)"gŽ%ûbسJ ËVz¸ì¶_3Á ”-áŠç·ÑDzçŒíØ&„%2À³‡ÇEQÚÒè*ÝÝpj·i\}ÿû¶£§tkêê™8(ãǤ3óåyÄÆ†®{ŠK6sýù“qÚ-|´`3uÍ’㣦ÛA|D0ÊF)mXŸÄ-(E¯RѶÁžËW­fÚ qàw£o˜ƒ¹~=6“‘ÛqÙÍ—5â˜(ÿùKF â¾W¿%³èTò†‰Ä£„–æ ÎÖðAÓÆ 'õã+ðŒHÃÔXFYÜ þœ¾“pºˆVã ñnZ˪Í´BÇgsl™¹¹äÄ™:ß hJ×m¤´ÞƒÇ‚­Zì$§e2 +.t£¬{ÙQ²•ÒšF½ÐQß’@Ñð¤˜Ô–m¦x[->Œ6’3úQÐ/ü]ÍCéºÊ<¸}¡ù Vé©vü5UT4úÐ#±I ÎOÅaI!ßẒßÈ+ãP`=€Áh xÑbnþiùYªHf°Y ÷÷d;}ºžÊPÐP¾• ¥ÕÔ·h ˆIHÄ Û0´¥é£té"JÍ)Œ“=_šŸš²-lÜ^KC‹†b²‘˜šE~v|è&±µüêÝxüZ(_F éý”·Û Ý_ÍÊ5^μê$¦'G~b >=“NKçè¡K¹éÕ-¨Ã²q«Y² ˜zÌdNCÁ½u9 6{!&›qCMhºÒ»¼¯°Ññ¾_×»èºh¦´d›+šñé ¶Ü¼ÎyÑü»V¿]Õ_R#&aÅOížÔ‰îf{C § ]”­yëþò£› F2r\|òñzRFYY7¯ŠØì•Â8µû}ã;¶íN^…âÀ°÷{Híyº—ï)Ý-¥Û9ñ° 6®?23_ú¸þü)$:mT7xX¹¡ «ÕFb|\Ôt;ˆ £ÌáxRdϨŽOßk J)tÑKÊ%¥ÐC©„qçñÖóç2qÒT¬ÕËðÇš²fæ—4±z»›œx3^“ƒ+U~æâJXEYéjÜM“°Ú]Òº…OW’uç4§ˆÓ?åýzq[šsN>‰­Úb‰S½lß¼×aãyü°’¬  Q·m³?ZÆ×•”dŽ8{(Û¸ƒ¡ÇOäú<鱡Cøêkøá‡¼´¨‰~EI¸KËI3„‹ “hÆëKyøé•¬òùH=‚;ÏÏ"ß¡¢»ëYðÝ2žýÉKÿANjJv0ä¸ñ\—ç"Ó:-x«Ëù|Q ŽScb?FÝGɲ•<öñVNJ«l\vÅ`Æ›‚įŸgêãˆÛ¶‘˜Q#¸û‚Žë)§ÿà8·îæ6¦¶¿1ÔƒÔo*†1Ý”aìX³ ‡ró9S(Œ3€î§ôçÅÜýAëyÍÆôߟÍt€Æ Üø`1š+ÛåË…kÛ&ì#‡qÛo²è2 5׳há þý}©…É4nÚY~é#* {øiþ2ž^ÔBî ¬»|_ jÝ6òN=1Œò0öB^^\MÑÁè#Çpͤ¬FrÃø9üyå6 õþrï¯L¨wĬ ¦!G3ë*”/ኧ«ÑˆíeÞgñ@ib§»ñN×þ:Ö®©fÌ ¹eTñªF}½†#â&[ zغª˜˜Q½¬_ÍGyÔú[½s·¯–¸=©“| >Ý„ËZÝà³Oᳪ˜y÷·h'pX.äW¯å£ù^ú¹”­ÜHܘáÜ~~NÐñ46R¼j Ï|·‰ê&·vWþÏ”bwȉ¶<¹˜Ú#ŽˆÞž[".Ë~Á6Ûu­ë~*UÈ;f2Wì˜ÃÓ•öÐo®é{J‹qŽëb¿ß‘€w›Ò·û@ š%+´î×ñÌvÒÒ›)7fòûÿÏèd õ;¶ó曫XœGf´@M°MÕ±œ}¡ RZ®“•fåèii¼öf5^gf¥»}ã—8¶%CåF6ïj^…âßÙ =¤ˆèÉÔuºWßÿ~Ôï·öžêÜCªûtí1vf¾<ëÏŸL¢ÓÆ¿‚$8BÁ¨™/Ï#5%…8—³]Ú‘évà £LÁ(-€jÔ¼õ |jø-(EÇ€TTÑÆ ZsqŒ½€¿Þ~'·\~2›«u^ø¡–I‡fÜ´þ,ZºœÅÅ+韮ÓàÈ¥_@aìØ±ø–oâÓÿÜÂ)WþKZ·â Äߢç2…Ž—ž ŠÍƱÓRxëÍ­l‰Éãš‚-  Š™$kÍþ^s ‰F?µõ—•¸Œ,λÐÀ¶û–QéÌ'¹õ ušº…… ¤›BÁoЀՕÀäã'3"å[®S ^•ÓÇe2Ð:'x} VSšf7ÉÇÇÝí€FCƒX§‹ñÇN&Û4—?/Sƒ¢¢D2Ãé·`Àš˜ÆôãÓBù F3ýGŽâ6ß\õKÇ{ÕíÅXšÖýzêvs—Ùžko?‡O°¥Û2ÜRãÃ<þ(þy”³í<TL$ª-4jæ'k·—º€N ¦L†Pä¾í%اÍÝìm§[Õîâð©G0$y>×¼_æk_~Þ «ÍÉaGO"Þýwlq02ÓºKCcô–ZJµ4þ2,Ô¶Ê¿˜ÇCË\%[k¢ø³ox8ådnd k|>Yß®e«šÐîæ½óÙ»ý;=å]r=Ðîš@÷±c]…¿:‰Ë†"¯†ÓÕþÒ¢yãb»këW×h,Y‡µþ¼Ô4Ö’wÂ1{V'›Û·a¯—Ÿ>7^=t•µ³‚Ô®ßDü±ÇrÇØÐãë«ðØœ¤9œ äDSƒŽ­ûò×ýÔÔ8'Ú>àà7uÕž±˜ä_¶ÍöY]·/'ÝíG‰±0é&²ö¡¯ùÌÝþ¢»Ûý¾}9õÕ>Ðq‰ÎõÜLq¥‹¿ü¹ˆ"ôæ&¶µIN´ànð£¦êQ~qÖñÕnÇ7`$GÅuxôÍ×\=„Œ‚"¦™¿b'\«Þ;ñ ÛJ‚¨M.nÚ¥¼ !Äc_Î!iÚ¤qíþÿù7 º\¾§tsúe`³Z˜ùÒ×ÜøÛ)Ä;B×+5f¾ü5¹ÙÙ¤$'vJ»›9¤ì´ï¥ý©{‘wyÜc@ÊçF}?þˆ+¨lqsÝ?þKœ%À GM&ÑjbùÒ¥Ä`¢ªÑǘ~^”5qLLy.†O<Šëþtg—i !ÄE÷ãšÈ ߇nýa•GŒ`Ì "¦Ú¾dÔdë?_ÿØ‘)&¬ ;rð|ò!g¼§ârZ±Z“¸äwã8ܚ̄dÏ7p9ÂÇø`0â9©A~xî=î)†Ü#¦0óä$\£†3í‹/™í۹̳ïqOqÕKlL6·O´ͼ÷ø^ØÀ1xO\”CƸ²¿ZÅìíÒÿÇ–8.»~Ó]P;ÿ3~7«¼ÓNäž 6\3IýxUXÛÝLy•LfìÊzvi×S“žCä\ñ–¬þÔvY†n®îÇÝSœ€ÎÆÏ¾à¶Ï«iÖUbS’"Έ>~þ#žÛ®`´&1° uMsäí*^%“ 'Ø Ëß›Ã] šq ÇÃçgã:œ>›ÃÛ¾ÄõcdÂy'qÓPF§b[\OS²)b¸Rúõ+X]ñ\{6cŠ1µÝL6ˆË%=¼‹W{pfä`4ÕNjºËê`P"ÄÆ‘aô³IëÐ<µÎMVëuÞ;ÞëèÁ >¿4«¢Ô˜ÃÕ €Ÿ^ý„.ó`0Žg/Ë ×¶Ê`?~¿ õ«ûªÙàMçÖhõ—¶~{¥N|mÝo‚üðòlî-Q0ì$tÚ Dó×±™~üm¬ ²äÍùÛbÎ1Óø÷Ù me¥+=•dð"rH¤¨pž9rƬhíÙÏ‚ò_¶ÍöU]£k#ÚYå¢ù¼âǵ#’¸ô¼Áwø‘Ø–Ûͱ3²œújÐÐ:\SwZ‡îG‹q’¬4ðßg>åírTyCûcܰ„y÷ýÂXª¶jqi:f`ë)© òaé.Ïr2ýˆ>ú®‘” o×ûÆ/qlû©‚æ¸þ]ä5ŸDEÃç—K!Ä+rN¦f¯oÓjƒô”nwëêøYoÒõú ´?­…G]ãõ¢®/2Ý(©È`Tk ªuŸ)gj HE>}¯W=¤z²×*qêµØ‡LgÓÓg‘?p[^@‹1†«×’b·±ÑŸDÊ€üf'Ë7üÌ—ÿ~ƒjIÍ…-€ñá®î[ymacŽtqúôáT 4ƒ·”××3õ(Àl"Þ a{C§NåîII´ÀlÀnÒ 5´Ö»[NCZâs3¨þi5KN˜ÄX£“‘©ï5tX&8ýõͬUÒÈ Ÿ;N¿êLN\Ìæ Å $Ðþ»vC=K*t¦»¬v#»‘ÍëÐ&ØP­6ìz€Žsý’w}=½ßF›±­½ÆtU%[Iï² Á’Až蕼õ}3ÉÃFPdÒøêXßÔþ4˜T0» ÁÆN½L)idhUÌþY£ßü”Œ!Ç0â”czLS!zŸf$Î:&{<>J¾_Kñ‘£08'P¹p5ËÝ c}€ÙˆËjæ(þ8) |ùñj–6Û™zòFZwwÛŽ“ÑŽ—ŠŠA žß¼ÝxñöwI:Š¢„oŸ¼ü43[#­4SéˆÁPÛ!yE%à׊ *z0H0|rêüؽõôz.lêÎóQ ~+Õi£øG7e¨¶¦©ëè¡™OB“rkzÄm©‚¢„‚,š¦E»³ìô^§ó—å̪+[»}( èá:í"pÑ.`Ѻœ)e{5äáÂÆ¨ÁV^\P‹»¿ ³æaûv(š¾%o®§,` ´TLªN°Sïh%"(ÒSÞ£ÜÈw²×î+г$íºeëW×tCõ§w®ƒÝ­“hûLW×'톕éZ”'É) ÷TþÑ×h(í±=÷¾Þú¢Íö]]GkwjL7_ZưëFPÐ?>â?ŒÃº=v*z_ïJ/Öa&£?¼ùøgl™\Äéã3ÈXÀsöòg|-i_ 9òB?¹ê¦s¸*òsk&§ä/áíF”øýéØf$-ÏÔE^çðLMòâò$?!ÄKébh]¯ž†^¾5F¤D Sz²×]ÐkWÓõ¸›Ûæ Íõ5èpýSÚ&:úý%ÔÕ©8ލévŒÓêeŠB™:£Ô(Á¨¨'å^5jçí«b¶£—W° r0ÛXÊ;_VÑ jµ“îˆÁ–âÄPëéòæ;òV¸ëe|U»³ž^ncZ:.Eoë%ð°gu_†mÛ£&sêhýög6g<– …¦`´—f vÑJª $tÊ©¿²œÍdR &1}˜Ê] Kp ÇØ˜PÙ¯,×£”}7&Tyù4¼÷§ý'rØN?F ŠÇغœÑA %¼·:À…F2Ž™Äÿ6/ä•eki0Æ2òè‰\[:…o_¸RGæÆª¼€ÕÂàþš¿jj$j¯ êþ^ç]G^ $%Zh^ç&èØ9ÿb±Cy¥dÐ_IâôíÜöU-zN»‹Vµ+õJ·­Mt¬?‡“aïÔI”Z ƒ;\¬è5Uì ƒ,5‰SF[ùûÍd™ÚíF½‡ò×£…8´^µg‚þ_°Íö]]wžÔS29lâÁÙY—]|>7ßþwŠ—~Fþè¤u !xº$¨šˆ5†Rž˜¬ûr5 b20o]ÁBR±+õxÂÃÕ¬võ[khÂIlÊpîÿc›› d¶Ÿ:â†-ò&ÀÀØgòº7ˆÕºÄn^ÇÜ{»I˜ÛîÌñ¤Kxiñ`nmeÐqÓxñ8–€ŠÅ[fÏææ Ö^t•í¹,Ì-[v}=½ÝÆbŽ”Ö'*b¬4öP†Fïþ»´¿Œ´Pxòñ¼6=ˆO7`®_õ®gA©ÎØ\…ÁgÂ+'ù1ªÕÜwßB¶udö—ñâ…Ü=>†agœÄ›§Òöä/Ïš|Üàè4Á{Ô"ìP޼¡Œ‰RzÄé9.3‘åï-äËô‰L³3ù´©L>­ýW‚¥+˜ùJfž‹ ¿˜¯Öø˜<ÒLö‰'òÚ´šÙy§S­ïuÞŠ›õ501 òÏ8‘[ßüˆ*rÈK4…êÂOšVÂK‹sûaV N8Ž×ŽñãQL쌸‚[v¡~S<©’nêoÍÞ©“hå¯G È*’[6óÚÊBnbbè)ÇñÊ)/§œ–†îËŸè=NzÓžM»Po}Òfûª®õh…¢`M˦fÑB^u"32w~ÒÓ±Ódlèó}à¾UZ÷ëÐÙêÄãwLÁÞÔLu‹Jbb(Ç5;<(‰ŒJ·¶Ú‚õ›ØhÆx@Ï?ò6¨¡Ïµ ÎÑSyîì$”œ&Ú¶ño?:¶iÍlóvW«3ʰs!„8p´ëqéêIx푞†§ìüñm¦k·Çðö7Ÿ›š±Ù8]®ðçðÄ»‹ÉN§_²ƒÊ†@‡§ì)]łԧŽ/µ‹`TdPJïжPø‚¤ûÓˆÁd¢¡¡‘w?_DÅŽ*Ôï—3¡¼‘3Î8•fÏá«yóA1ø1Í u¼ ÙB©`ÍlOïÄP1ĤA¿¸ ÍžJn¦™š µíRòåÜýÂ¥S²(HJ 0 ú¨ØQÅ*O ±Ö®½¾z/ªË øÙºb O½_޹_ê&o§»I]7àÊɤtögüµr8çMÈ$ßiÀbo}-›ülªÆÞ˜sÖ”’¾ëëÙ…mŒ,ÕžNjÙŠnË0>#‰Í~Æß*‡sîøL8 ˜• Õuf«…¯Ïû¿Å y1Xl&Zª}XmhêfHΤzîÜÙ0‚ßNÌ$/V…–F–.\ɳ_5—ã¢r£§ûHG‡áO½fŽ'/­ŠgžÃÒ)C8yDñF@£¡²Š­áõ^bó³p€Ìt¶ÌžÇ3ÚhΑ@¼Ùˆ Mµ¬_çFqÄŠ c IDAThdQ/ónN°òõ?‘}æ&ehª€IèÕbÀ™Éö?ç®Úáœ7>“ŽP€Â×ÜÄÖÍÔÇÄ—騥úqÙ™ÝÔŸò½P'Dmz”åârRYûΧÜS6„ǧ´P­%pXŽ 4 •ØŒÊ?Ö„ÒØyjl/Úsš½×õÖ7m¶ê:J°BÑutÅJz–‘9o­â˜?…æï€µ¶ûrŠKMèó}À˜œÑí:ˆ1c °¥ÚǰD;é±€·‰Ÿ¯äÙV²r,¡< ¡ÚÇг2B瑲bæ{R),JĬþZÖ­ÙÀJ-‰¡jÇ0óÅJ›ö—c ¶^çU!<‘O­k“ièТ^}·ãïš§†­¥Ô¹5\yƒÉuD™¢X÷Ó°£œòšÜá¡HªÑŒ5&ž~9ÉØÔÝ©_º­¿öBè]´G=H]ñj65ƒ11¢,ø=¸kwP^ÑLSC “Î;뇘Ð6ÎgÆË:ý¸0j=”—û@ÏíyWê­ÏÚl_ÔµÞÂŽµëÙÞÒz|ÜÙ{H÷ì`íºJ¼XHœOªEëy¿ßû@ëP›wP²¥†F_øéD3Žø2ÓÃåßáXVW²†M :Ø2(*Hh¿OûëØ°º”&,i Nµ ìGÇ6‹{Wò*„–G Ÿ|ø“=†fïn¥ámñ³æ§/8á䳩itéƒ: ç¾ÎÜ—þö¡§êyýÜQ~ÕD¼Zßk/焆úiìü‰Cï1 U²½f×îÍÜÌûî¶ÿO8ë6Ì1iÍB±;´&6·pU[@jóÉ•+}!ö ?5Å[8ãT®ÉÖñzüh31*€y/|Âsîlr\F)*!„â b·Y1UæÎ~›¬ÁˆsÅîÒ÷ëê›(]3Ÿc§Ÿ…? Ñìñéh­©B¦f ¨eg0ª¨ ¿ßDè |-têÅSöv­ÒL6“Ï¿oÒBÑz~\–ãªûjÔÁƒZUCEr<)63 Q¿c_~±”·+ÓÈN3Ê>)„BdšÜ^b¬f¦x&Ÿü¥»‘Æ´ϤÅÀíõ°éví©yÝ=I¯[=ö*.«––(„B!„BˆCN‚ËŽÅ´{=¡[üjꛂt•ÖR³ÙÙCª h¤}©vöj²·'=¤ä'?!„B!„Bzªëšùt#Ÿàùv”ïÒÌ©]¤;ªxoÎ7Òú„B!„B!aƒUÌÝËivÛCjÖ½¿¦¦º žRB!„B!„‡ŠÖžQe¥[yæé¯özúò˜&!„B!„B±OI@J!„B!„BìS½žz]†ì !„B!„Bº˜Ì|¯‘R{NÓêùdƒGŠB!„B!„¢Ú+ìøìv¦O›ÁÍOýD½t&B!„B!„èÒþ9dOk`É‹ñvàWÜzi!Öý¼Ý‹ï攋?¢èÎxðâÑ8Ñ鲸ôF–¿òo4ŸÎ-—Ùïó¶_;ÀÚÉ~%XÉ÷ÞÂkö«yäÃöÿ²“ýF!„B!*û®‡TËrþorƒg¼OE°‡eµZ¾ð8ÿ™WŽo¤×Çb†ýž—¿ŸÇó—&ÎÐS  žŸÿÏ|Z†/Z>t¥‹>cÎÒ‚ûi~w9–à^ËË×Ȱ¬4RRÓH}Ë[ Xù5÷RCïOxp=+ïã¨ì"f¼_AÙìM;9Ôô¶ýhõ,›ý>Ÿ¯jàoN½iÛ÷!„B!„´½×CJ¯eÖéE\¾ óGqç¼Ë’™©ô\Äà¬DLJ7=ˆB+k·Þ¨‹*öÞ§×'7þ]çWôÖ¾yÎ.òÚT=”·Žùð®å‰KÏ烓>fÁˆø=A~éüvW ßpíøsxM=wçÿ“‰ŽÈ‰Ï|¬yì"þø–“ßÍ|•ûÛÐ Ù 4VóÉ sÿÏS¹óùû8,Ɉ%7‹'‹AE…d%YPºªû]i'Ý»‰¹OÍä±×>eaIv²ÆLãœßÝÀïO.À¾+óÈõºýè„ Lß'e×méMÛî¸ßȱ[!„B!hƽžbÖ…<ñài¤µ¥¬`I‚Õäà‚§>₽µSÿ½›Þ^Ë/ã ±ïí|ì/ùí$@é;÷ñv­«þ÷~ðGÞùMmÅ´¶Ó‘/qý9Gí Ò¹2wa3.¹‘KOˆ©-½syòãs™PoXÄ}¿:“–%2iÆÕ̼©?vÏf¾÷\6…®z‹Y·N$N=÷—ÚÈ~Û¶…B!„Bô•½?dÏ1€1&0±í5ž1¨Í<=5ì ¿¢±uÙ`- Ÿ¾†“Fåš–Njÿñ\üÚÖ¶áW-_^ÇÄþ餦¥“=útn~§„–¶{Ü(é*˜÷ÐeL-Ì 5-ÜÃÏáÎÙ[CC|´Z¾»÷Ž5 ´®´l&ýuiäw‡ŽÛy³íÛ‡wý‡‡ó1è¨ßñRIä½z”|åÏHNZè;ãî[ƒ/jùÕðÃÿËñ#²Ãù=‹?¿º’¦Öî#ZŸÝzG@ZZ帧¼«xî_?‘yõ <{N,?<ü"k"×ZhjÿPÞ†þ—Σ)ü~ñ?§~ÿÈG7âÙò SÓr8ÿ‹ˆÒØ“vB€²7/gÂÀÌÐw³†sü5/²²9¢M°ŽEÏþGf‡ÛFÃ&ÅŸ?ÜN 7mk·¹Y:óJX–Æ%o~Éÿø=¿9m:§ýÏUüß+_òyü*þþcS¨Gw·ŽJgÄ-Kñ¶&ÑøçõKçèç¶îÜÖÞ¶ŸHº›µ¯ÞÀôÖ2ÈÁI[‚g_´‘hÛÖÓ~Ógu"„B!„b_Ø‹CöÂC€ôþ€Ûâ £!bøUë/+:‹Sÿ¹‰¿»›ç§dc¬)£eDF}GhÙ¬ãùã-Ç‘g­ç§ÿÜÆ½WÍ iÈ\þ8Ðe›¥÷žÉ¯ž0qÞÝ/rO¡Æ²ÿÜÂí—\€ã«9üq@=+>ùŒ•®+yìÁi¤ë 4'÷ßýÉÚ{Ê/€ÞÀüÛÏà’{ý#ü}¬‹ÚŸ?äÑû~j+S½c>ÂéÆŸþ(¯\]ˆ°¦ôǨoïT~+8›Ógî`ÊîãÅqN¶Í}„;®;…íkþû›,ŒÁ&Š¿ûžõIÿËM">°ƒE/ü•û#ËqèÔÿ¯TÎŽerÃEä½ñ<Í¿’G§8ÃeÊŸqüßy÷ÿÆaŒq9ØôÅè@Ö¥/ðü¹ý0¢`KËÂд3íPÝìa;A%nÄYÜøðd$©ÿùn»õÏ\Öo,_Þ0s8ý“ÿ¹•qWüOíµv>÷_ó _­¬#8= COmky÷Нy ϼZŠiÒ\;ÑÕ~ˆ¢â`üÕ7sô —óæS ¹åð©8£ ³‹ü»+í§C»ó?Ïe×½†zéLÞ:s0Ö†M”Z20îñð¸Þ·‘ÛÖ‹ý¦¯êD!„B!Äþêµ5wqDî]oÆã+fq¦«Ãmjý7üó±Õ¤\øÿ¹ãpb#? wõ°ÏY'…8rˆŸ/çþ¾-çšý:m¸^û ÷?SLá­ß󹘀q…&~œûÞú°„«ÿšMÇ’3‰ã¦LÄÑgùÄíßÊUýMèµóxø¿Ûȸ|6Oß0 À…4Îz“[zHÖ’˜GaQÄ“ãËïþ'V“üÛwyö¦q¡ò›2†¸’qüîþgYuæ ’¥ß3u2`ò0¯G]×e9î’`sƒ~ì3œ”nÀœò?ünÌ#ÜöÄçÜ1é R"úß\¹ .*ÜYîáÀ“-5ŸÂ¢¼¶!{¦½ÝNb ŽãŒ‚Öæ8–Þá²y«h¸~0‰ ß1ó±UÄÿúuþsÇ$\ à6ñ®ýAª{Ù¶þ8hÐî_í:Ö5@öC¢ÉSœC92¾Ø°šJÿÔès’ífûé(PWJ-±L˜t G% 2œÃöÆþ± mdç¾Üó~ÓWu"„B!„bߨû©ìKyîÑÓIo³fp’çê<+³¯t!+ÝVF_Ø>ÈÐÕ™KA|½-ôT°ŽîÛö#k¼PzçDúÝÙþ3WI >2ú¦;æWµÓ/ÓÞ¦¥lð[qtAè¦z/j-¿Ñ'í,?5‘炯²¢NcxR”rtå10±ërÜþÍïðä'§¾380f0ýª©ÜyéÌÚr2—åšöZ>w¿ø(›ó0·Ï|¯Vn§ÙàÀá×`¸¿þÒ,w›sÊ\]LÞSÛÚSÊ~p ° ½”?=‹›.ÇÚË%—\į&faÝÃÛ6Ò›ý¦¯ëD!„B!DßÚ«Cöt{CFŽ"§]Ê:z@ß¹œ®£kZ»a:Ój·,€nÀd-Ü94©]z::ÆÝ3‹û&ØÛÝî]YØôŠÎiî‰nóÛþ©oºÖa{#·£c>¢å=Z™tæÔZέCº´®ÒêXŽ»]-¬ùï¿Y¬dÕi¼ÜáÓç^ßÀoÿ4sOùéðÔ´ÎõºgíÄWü4ÌxÆ3ïæ©¿'Ý\Ég:{ÂßÑ‚~‚1•vën·m=´­Ýö©ÆPà„¾_IÝïÔ¡·Þ°’o7AÌуH2êèAƒ _ T¿Ñ¶uÚO[“Ñuts¾´ˆ£¾{›?õ87ýœõ4=8½Ý„ýû²t»ßôQ!„B!„Ø7Ô_jÅæŒQ䛼,ùt5M{-½ –¹I+ÈÀ­¯òRm¿H/sæX ­^}°Œ†ÞÞ«b­à®óìEÚK>]Csë›Z ?ÎY©c×ÇUÛ¼”Þ(%ýü§øð“™ÓözŽw°éÕ—XîùåÛ‰gãw¬c0ßð[¦)¢hØh†§îœ_È”6Œ\ƒ›%_nèrïžÚÖn³äâs2ðÏûüPù™ÞÈßÃ-ÉœqéØÐPGƒ‹¬8¨^]L½¶gígçz"¦b#çÈó¹ó¥¯˜wçP¶¿ý0—öyéÍ~Ógu"„B!„bŸ0þR+Vâ§pý%¹œòäÅ\sOîÍSÎÛœ1q7Ó»(‡SŸ¾”Ž›¸äè|œþJ6l40õ¢SÈí«ˆTÃ~û › ïrøã&q㕃9îÁœk¹™+„Ë_ÂÒ* ¾‹ôLéŒCÃ'÷óè{W3Þ^M©6–s¦uÈoÜ$n¸b Ç?|¿K¼KÆ9)ûôanû\çÈ{/cˆ•ç Ú£l/ü7ïWesÑŒãSÔ~éþ—Ëç¼Ëó‹nbÌ„_¶Ø²Ç’Ãý¼ðÐËäŸ7’‹›5Õ; FMšÊÕg'qîS—smòüv´Š…ÿåÛ:0÷¶míöÈÄFÝð8×Ì?‹GΞƺK/çì ý±»7±à½gyêóRò/{[Æ9BUc:SN/Dÿû_¹ö>‹&¤c©[@™ŸOuìeûÁà 5½ËÇË ™ž¸˜ÿÎqS0,—VÅ¢Å;À4˜«ºÏÛˆÒ‹ý¦ïêD!„B!ľ°÷‡ìµ길9jHGÇΘ›ßáõ¸;¸ûÙ¿pÑãA0&1úŠÿpò„øËeÈQçô»å]^K¸ƒÿ{þv.}&Ä’5á"Fœw29f:§¹'ZÓ({™k~Óq0Ò8ž^ù6'ÇYzÝÌŠ»›»ž¼›Ë^ð ±iƒ™:>SÔ|8™rç?¹àŠÛxèªó@‰cè…OròÑÙ–³2ìoð¦ývþúôµœ;3ˆ%ópξ÷=nûM¿ÐÓÑtz.ÇÝÌþ¼çæÒ˜s§ 0uj±#~ͱ®wøø¹ï¨W½Ü»¦Õ6ê°u¸ÖžµcÁå<{ÿ6n¸ÿ¯\ð†/³q¤R4=3::.&ÿßÛ<ó'îùçe¼ß¢0hh(¥(½k[{ÖU‡ñçY_3òÉûyì¸æÙFtl¤?Š«‘«OH¬Òº?pÙsòØÔTWÐÒÒ"¥% zÍGüfôåÔÿýG>øM:)!„B!„‡‹Å@YéVžyúiþõø“³À4 @møUñï†ðçžðò h°³?Ê^ëG‘™ÕíçÛÊJ¹Êë©LäréMÞŒüùÙ<ûe¾ögP¿xŒM%|ýÜ_ùZ?œ™Ü§Á¨Þ–᡼ÉñF!„B!N{mÈ^YéÖ=úþÁ¨§29Ë¥7y; ò§{([4‹½úe:`%}ä Üúêü¦Ÿ¡O·¿·ex(ïCr¼B!„Bˆƒ“Ì´"mŠƒ ·¿ËÂÛ¥(„B!„Bˆ}eïMj.„B!„B!D/¨RB!„B!„b_êu©M%ÅRZB!„B!„‡€Â¢¡}š~¯RGL:JjC!„B!„âPS]Õ§é÷: åv7Km!„B!„Bˆ=&sH !„B!„Bˆ}JRB!„B!„bŸêõ=t]JK!„B!„Bì±^¤$%„B!„B!ö²'„B!„B!ö) H !„B!„Bˆ}Ê(E „B!D¿›’ŸŸ¢ºl.Íõ%¸v ¨*ŽøþŒ½•Œ§I! !„û)™Ô¼-¾J6o¤¢r@ÐÑÃe¡ë:F£{Œ‡Ý‰Óå"-% UUÙ9ë–"­ì—®Ã–vT–£¨*ɉÉX-V)”^im»2ƒÜžª­«%ƃÅbéqÙ¦¦&šššHKK“‚Bˆnl^ý"«¾û ý aÈèñÅÅš„¦ùh¨YÍÒïoÁÛ°•¼‘ÿ+…%D[´x?.ZH0ܽ›R£‘±‡ΘQc¤0…8„Ȥæ=(.)&!>Q# šÚ ø|¾¶—ocÉâ7Øß@¬¥Œ€û' ¶qì§ ©ÙÒÚö¦¦fü_»÷ªk*INJ¡¡©ž²m¥¸\ñ¨ŠŠŽ:˜LfŽØC¢|Þ›õï0+êgŠ¢ ª*v»§Ó‰ÅlEÁï÷1qÂDŽ;öxi`»!ÐÐЈÛí!##£Ûe5M£¶®ƒÁˆÛãÁf³IMÍMøýþnONm? c6™q8RpBĶ®y5óoä˜3.'&nºDQTÞåÜóˆIçÈÿÀÜ·î!-ÿtl±™RhBô¡-äW_‡ÉdÞí륇ÿõ£% Õýµb Õ(×8âà!CözP¾£ŒÃFŽ·Å‹¦Ñ4-ôÒ54-:¨ªŠÅla@f%’ëñ5ÿˆ§ú3l)wÒ\þwbÕz Öc ÆJö¡ææf FNg" °TT–c³Ùð}¸›ÝĹâ0™L¡[WÜ‡Ä ìûÌâ´SΠ¸¸·Û×ëÅçóá÷û ƒ˜L&ÆŒÍùçŸß€õz½<úØ£Ü m7ý¢÷Ü7ñññ´´øhjj&6ÖÞå²õõõÄÅÅc4ªx<^ H…ùý~’“’{½üöíÛ% %ÄAh{E-é)ñ€Î²/þ—a#ý¬ÿù3?£jûF¬1ñ 2CÎÅSq3fWCFO`Ý»qôSR€Bô¡Ðu¤™Í¥QEUQEQQ¥Ý+$¢'¾ÉI©)Èî®)k~dã·g‘wäÛÄ$È}¥88H@ª>_EQü躎¦k躎®…þjš†?àGó-ÅïÿœXÓ*´–µØ’¯'&ù÷€–ÚLj1Æ¢‹f(”BíMM͘L&¬V š¦¡( ë‘'½ƒ¡-¸b³ZiQq:þ›X—Ë…Ýno륪j¸0›ÍÄÅÅc00 ÄÄÄœ’Œ¢(Ú -^ qÄÆÆ²uk)v{L—íÒív“••@ à§¾¾A ¯õRUÓÛÊB½¡B=CAe]×Û^111hš&…&ÄA¦¾ÑÍ)—ÞÃ_®:‹3O8£ÙƪFŽ=‚¢ñŒI,¢¥yË¿¹‹m1éYpÿ@bƉl\÷¾ ûˆ‚BII1->_¯–·Z¬‘‚ëùbˆÍ Î#}ðil^p…'¬EžO&|2‡TBã C§¶›ZÿZFÅ¡å#´¦W©Óš0˜óq%] v$Π¹â1ªJîE5¾„-ãI ¶ÑÒòö2¿¯«ÅLÀïoÿ L(2Õ¶çp}jºŽAUñµxA?ø‡îY­Öv=oZËÊçóa2™ˆ‰‰ ÿš¥†?'4|¯µ Å.ñµ´€UÅétPW[K|||§åjjkHNJB‚ >ŸOÊ;L A×Ñ‚A*++C§¤ð/ª­A'11)´œ”²â óðóò›3áçgc6(~5©¹Ç—<¢m™g.C&ÞÇÏ_\HVÿ ñù_ÇêÈÂݸMŽ Bì#Š¢7 UÙù£gë_…Öësˆì!Õn÷”}5ªúm³±Æ¦“œ{«¨ß6WÆÉR0â€'=¤z Ðiý^kûe^½ €J-¾ºW‰ëÿ_̱SÛ”UÉCV€Þ€§æ=jJ.Ã5è')ؽLGGUUÜ7JÄDòÑz¢¸Ýn@¸·Oè$h³Ù™Þ?Š¢´õ€2™Lm=Æ CD©ÖeCÕÕkø| +#~×°¡Òèz)ð‡Úq.[¶nÁét`0ì<üú|>tMÇjµ†þ­KŸHZ¸<4]#))±Óõjä¾  K)!*6—óÙüU<ùÐ_ظÃϽÏ|ÈmWÆ p0J×5Í™Á¶ ¡9-1‰ º@sc4Yñ6×2ëQù§qØñ/´ýè"„Øû×™‹×÷¾‡”ÕÊТáRp=¨\w?…§¢iM¤<“²•3% % 2©y‚Рë¡è‰¦éX­TUTUi ¶¾Ì f³ M õ¤ðz[Ðt-f<ص"P­ÿný©qíZ¬O<ÊÄùš=,¼ârŽúþ{it½=ÈšÌø~PÀl¶HeU ©©)mËTUW“ššJ DÓ5šÝbccåX¦iZÛ•UU­—¼mg§p)’’’Р¦KÙ q¹û_o1ã¢siñë¬ÜXÉÐQc¹ûñ÷1L0•ÑÇ>C‹»”Ìì >7|l ¨ξò¿lXö ›‹·2꘧AQå!D_QòóEüÈ©¢ªæ’"ÜK*|o÷#“”`'žº¥ø[vàHšˆ»öœIç±¹åÜuK±Å”ö½’A÷‚­¿´‡{HE.õÖ›"ÅŠÅ5 oíû4l½gö#‹yAk¤¦ä[6aï÷‚hû€®ë „þ†zE)­ÕÖI χ¤¡i:Á`0l<4ʪõ!25iÒ$Ìf3Ë—/o׫,èñðý¹ç2az†ú ~_“+QÜ.p8bijj">>@ @ll,uuux½¬VÍÍÍØl6ŒFƒA¥¹¹‰´´t)¼°Ö9¡ôpÐ v6S¥Ëå…¾/æ/'`°¢YœxüAªêšYU¬3dÄîü×{˜MFŽ8l0ªÁ¸“gñÝÛGaýˆ¬Ü(J A_1å[Ö²~å2&ýê[ F«ª}¨uX^ëkå×_Ræm¡ª:ôƒRRb9±vF}LøÚ]ES¹þAÒžŽ¬Æh´¡ëõ¤þ•ë"{ì R@âÀ¾7•"è^h)Ú÷ ÿ³u´FššŒÑdC×ý¬­ ‚åèÁrt­-PÅ9]M’Bí:: ¡ “Ï×Âæ­%”nÛB}C}§e›š)ݶ…òŠíx½ž¶€Ô¡2d/Z¨’’¬V+Ó¦M#&&¦mÙE×ü {%®T+µs«˜ÿær/š! n8|¾---ƒ¡I¹“’©®®AÓ´ð“õâðù|¨ªJSSV› £Q~/h¥…'5W¨ªª¦ººŠªªêЫºŠêð«µwŸ¦i”––R[[Kmm-555ÔÔÔý ã IDATP]SMcc£¨ È=¿ËI§œDM“¯íG¦šz7«Š+4t$·<ø –®Àhv0þ´Y¹ðsªÊw“ö uUå,þöc&œþ &Kœª},4…«BCe%Ÿœv:-³f3uò.¹ø2.šq “&Aã+o0kú)4VU£ª ÿÏÞyÇGQ­ø™í›ì¦7BzoŠ€XìA±{U,?õ^˵wÅŠ½ ×†¢"Ò›XH—Þ“^v³›Ýݙߛޒ„óð™›Ý©ßsÎ{ÞyçÌ{4U¤ØøGFKšNaÎ_„w¸Õ›ŠÞØ|DvºgöŸþßó¶ ±­‘Ô¼ŠREQJ¢\ž"+>µ3^Ù„Î`BõÙ·ŠÂì%„Ÿ‹9x’ÆŒ,k1(’õ5É«Z”ôX!3?°Ð0ô:=YÙ™•’š{d7íbÚQP`#ß–‹Ùˆ„zÚ$í®ê•½ÌÌLvìØÁ!Cðx<(ŠÂÑ/¾Ä¶ä+F^ß•œ…éìÏÎÃéõ²ùÆÙl¾q6–îÝüÞ|‚ˆáÂ5Azz:x%“Ñ„¶H÷à`TEAñ)ȲŒÓé$&:F؉²Í»(©¹þÄ年.Õ§–$?ˆ 88¸Ò¾Nœ8Õb¢ ­€O¾]Í™cÏ$ß —·ÜHæ\{!{gгW|é[^~àJöî‚ÑÉÈ©Kذp<½'³#i5#¦þ‚90NØU 9(ê“ÿ¸éfú_?ƒÄ‘£°ïØAF¯H’DÐî=Œ;—Ö¯cÕuÓ¸xÙRÊ5îÓ½ª ù'–¹ï|žL¢ºžM§þo¢ÈG$zc´ß7ò¦ÒÿüÉ>¶ã›n@£ &2a.Áíγï Zâ|-øŠ¦—P¥¢×ÁŠSÅ¿Hàe0úà)ä{üä÷0Dc¶„cKyƒŒ}Y¨š@ÂW A›Êv£½†çéäv"IC^~^Éz!!!„‡àr»ðÍœèóù$Íi3B ¨ôÊ^`` C† aëÖ­têÔ‰¼v“tû팻¦=yk³‚5Œx g¥ýäî±ñ÷Ý÷0nõ*Q k@¯×Nvv6‘‘‘hµZ¬V+yyy ËTU%77—˜˜˜Jy¼NwJ_Á“ÈÊÊòûºE9(¢££KRÅmXQüÁ=·Û]:;ªª ^çZ ²×Ç;_,ãŽ{n§@V©nü„Óí%1±'s™ÏŠÏ%Èb& ¨Ã.\Ä?\ÀàIŸ.&âš ‰]+WÙ¡= ÄóÔSÏÊä÷)ç¡F-[M×Î]H¼êJÒÖÿÆÖ¥K0éMÑø(©Ì8))Ÿöº÷@£FRýAÀ¨v¬\wˆ!#î]°ÈÕD§€ò)>ôzyù6½^|ŠkPp¹„æ…œN'N‡ƒÞä/[tÚ$5*½²7pà@Ž?NZZ:wħøð¨*'¾KFïð·ûÎÜò‡FBN@ Žõº˜Ìf,V+Ù9ÙDDD’o³N^~fsYÙÙ„†…¡Õ鄞ípqRs "2²Ü©rZý­¨ Ù998]…% SÃËž«ŠÐW h ªNËëÍâç?àæ[f¢ 1•äŽ3èµtˆ ¡Ct)Çc³yøßë÷`µ˜KÚwPxÆOÛ‰Î`m^ hfÒTgþ÷ ì»v‘’•Á¾‚¦\r9>ÿ:£‘GÝŸþ/›·me $ö÷œŠ×Îáß/§]÷ „ÄBv§cÏü ôÆ4R >¯âQ>¯¯'Ù–R –Èëé4øQ²þÿ_FÏsw¢ÑYEe´üþ^HP3Þ¢€”¶hÄ‚ä1ºdvˆ’”¡ø8EÉCRrC`'¶íÏà‘BÌ&¤xDppªªb±XÈÌJG–ýA)V€ì•q8ðz}„…„£Óé1þéŸO£°l0ªcÇŽ8vìØ^¯U"0!¡oÌcãÌYôÓj‰¾0–‡ììÚV>(iêÇ G°ŽáóùÈÈÈÀë•QU•üü|'V«µ\þ.AÙöíÕd4ëæÔ) á!YƒŠFM•Î࣊RA«aäÀî|ðÌæ<ô.×N»‹)’ØÈ ÚG¨•ÙøÇzîŸ3•©†•lãÊÊbóŸ$uÍìÉÉXÛ·'vìXÿûL"§@ÐÔH’DVv–ÐP õgÃ…ç1ùâË C£Ñ0ú‡øéûo˜2 V$223ËM¨sº¢ÑYé4êŽošANê&Ââzc‰8F‡Ïs¯ìì øEÿ;‘tí´N@’Lä¦~OæÁÈn'F}+‚Q‚VCƒrH­^¹œsÏŸŒÛí.÷¹-âóùüÁ&ÖŸ>ªÊÜ%eg|4¨øg"“4þ –Šx'º)oXUQq:äääâr¢ª id¼²L ÅªŠÃá@öøðyÒéA€ÙŒª¨§M•}e/33›ÍV¤R^¯Lç+¯äØÚuìÿì3L›òé}e{N¤»éñÄ«t½âòjíCSÓÚìÏç#ùØ12Ó3JtÒéõÄuìHFzZ­{^>©GŽ{r„G„ß©“Hl^„ÑhbÏî=”ŸZ-Jû¦–©†jIýÎÏÍÇãròÏΧ‚âS…-œ6ö§-Ð1†¯çÝÍœGæcTÝôîÆæMIŒØ_>|ˆ`k@I›>±~=«g΢K¿~ ;­ ùÇ“™”Ä7ƒ‡pÎgŸÒnôh!ª@ØŸf@QU4-’Öïo–ÞCi@’Ðjµxeo™û©æ÷)[¡CèqÎvòÓ–µÿ%Nì_KxûÞDvº(ÄãØ„¤ñ?œ3G’,¤ïÿˆÌ#ë1t!¢ûãÇ徎 •Р»sÏŸ\å綈ÏëCÂ?ûƒTÝR4Zª$±”ZôêW‘!(žYKд¨Eº‡„†UϤc2V½Ýif³%I* @ÏîV¼¤¤¤bµî£sçÎŒ|áy¾Ù¸‘t›Æ]›È¢çŸ¯jFZ“ý‘=vnÝŠÉd&"<¼d„eÝNêÑ£„GGã,(@v¹ˆŒŠòÛUÅUèbûæ¿é= Gµeâbc«ÍñvèÐa¢££q»]?Ðh´˜L&ÿˆ¿Š²!%8MìO["",ˆ¯ÞÅ=ÿý˜£)™¼ôàu êÓ¹Ü:®¬,VN»žácÇlµâ9t9+ sa!í£¢îÕ‹Ó®çòMIb¤”@ØŸ&&<,{V&A9¹ôJÏaý 3óñgH¬¹îZz_}º¬lrd7Q‘Ñå&‹:í‘4·»€àvP˜·•Ìý¯°gý£ô<ëITLxÝ)èÍ=QU»VÌÆuF.Â"&´N*oëO}>¥ä^’$4’ISá/”*ÎwN™$ºàj š–b½eLpppÉëhÅ—²I•¢d抢àóùÈÏÏ/W^§ egÙÓét¨ªŠ^¯Çf·a·Û)(( :’1ïÏçûs&–× ýQ/ºSìÈ·&û“›“ƒÉ€Õj%==Ý?[MfV.íããIKKC. Z¬VÉÊÈ .>^4p¨v8¿Ñd$88—ËHvvþ ”×_7¤Òù'"#£œ>ö§­a2èyó‰ñ) :­¶Ò|ŠŽqq„˜ñmÛ†¹Ð‰ÞYˆ» ûáÃX‡'6.ŽÍO>ů¾"ûÓ„ÄH'nœCì 3Ô«7Z£E ¿FRU^wýGŽBZû}HÇïñÊ^•˜CÐaè'KšNÖ‘m? —}æ È8ø9–¨sè0ôc!” UÓ ©œV¯\^òÔ¾ì綈Oñ–¿!*;»-¥*MQŠâ…ÒÄ肦¤( å•Q²ì!77—ääãdeeápàp••Eròqrss‘e]¯Œª*§]@ª8¥×ûóhååå±c§?TdTk ‡€Ž0Þz ¿ç;ø-†ÿçß§ô¼[“ýÉHOÇ`0––FŸ:jdI=S…ظ8TÀíráóz8l(ý Än³a0ÈÊÈM»¶–¯¨Eg‰ÈÈ(¢¢üKtt4ÑQÑDGǃFã·Ç" %8]ìO[D’¤*ƒQ'Ö¬!*"ï¶í˜œN,&‡# ïßOxD©kÖ!Âþ41ý&Nà¸ÃÁ‰5k08 é=e*×L¿i7ÞD~Û@òªU¤x< ½`Š(Üj(~xÚùrR¶£Ñ†‚dF’Ìä$ÿMhçÛñù|·´jê>Ë^™›õsÏ› E¹;Ê~n‹øG7©•4? ¥úÊ͸§¯[òÊž•ÓoN³lUEQýS½Ï•çpGJJ 6{~ɺíÚÅ’–vs€ Y–‹fñ:½ÊH«Õb4±Ùllþ{3ññí¹âŠËèбF£ ÇÇãFöʸ"Ù¹fuI‡w*ujUö§(¡¶¤‘Ýn\N'¯Ï‹N¯C«Õb2‘½2­†¼¼<ÌfÐHþú¨»Q«VŠì+••éP4j5::ºÌèHPQýë M§ƒý9Ͱ''cîÝ9) £^¤ªh$Ÿ  `²X°''‹2ûÓÄHH [ð)]3ø#‡‰1‹ÓŠŠ=7‹¬?"Åãfü‹*Í)$Úgé^¯Y–ñHAKaþ^BãnÁ‘³ tíýß;èõzt:]¹·B‚ÖBƒ^Ùs¹]U~n³ÁE-ú_©?J¥4¡yÙÆ¯–›±Íëó‰7£›Áp«ªŠ×[:¢-0ЂÁ` C‡(Jé(5¯×W.g”×ë=íFHù“—+lݺs€‘«¯½‚ÐÐ0LFŠ¢àr–Þðû¼äÛò[Œ>­Éþ„„…cÏÏÃj±°çŸÐëõár¹ˆŒŽFUUÂ##ÉÍÉÁbµ’zìYÆj± {<„†‡‰Æ]«}.}*Yiâ‰ç¸$0%ž"¶Ež}î9PáÁhÐïÂÿiýXÚ·§  “É„3'_‘gæÿg‹WAÖöí…X‚VIK¶?® ¯ª¨GÇ0qÕ ¶-]JÒ¶deûgÓ‹ŠŒ¢Ã½÷réÔ©EA5¥\n—Ûé4}ZŒ’e—Ë…ÓéÄé,D¼šôƒŸÒîÒ®C¼Žœœ\0›Í˜Ìfô"(%h…4( µfÕ Î=o2.·«Ü綆,ËÄÆ¶gÇÎíôëÛ¿A{ÿ}DGDáõzÑV3Ì\prx<ž’NY–ËR|dffRPPP. f³¹\9«ESqy< C›ÕÊëõ"I©©)x¼.ÆÙlÆ`0*n«(xZ:Þϧ(Øl¶s ­Éþ„„†~"«ÕJxXŠ¢àv»qÛ¡á‘‘¤§ž «V‹×ë%ßf#$<Y–«LÎ-(vÜü¦º¾º †µ·]ž}î9 rÐéÙçžãÙgŸãÁ8­ìÏéFìØ1¤'m¢CBý…»¨'ón@Ÿ@FV±cDZ­’–lr²³Ñj5x½21Q±å~wÕµuÚ‡ÏçC«Õ’“MllìiîÛT!åqS¨ŒTð*Y‡¤Ðž…+jZÙƒ,ë1 ¨Â¿´R6ËÞy“«üÜÖ Avv6Ö@ Ë–-eÁ—ŸãózKj™™ôJ™ÿæÿ_’$¢¢¢éÜ¡3ÄÅÅ¡ÑhD­kd<åFH™Íf|>ÁÁA¶Ê½^/iiih$M›HɲŒÍfçxʺ$t,Þ«Ù rÕsœ(ªŠÃáh1#¤Z“ý1ß©'’“ÉËÏG+i0˜M´ïØ­V‹N§C’$zèÏ‘ƒ±ÛìÈ>/:­Ž°ÈHŒ&“xÊU F“‰={ö”±½åípÅï„hmâ`Ó³Ï>‡Ëí⑇à©§žæ•W_åÁ8éÑQ§‹ÿÓZôðÃ|;tA½za>çþý(H ú„ìZ-©))\öÃ÷B,A«¤¥ÛŸ®]ºóêë/•LU_´Z-]»$œöå\{÷î«×özžÐ’}µUôz=Ó®½Ž… ¿/5²Žuò¼I絘ëhMöG£ÑEXx8²× ªZâd”Õ^¯×“г'^¯×T-JÜ«Õj…cQ qíbë,z¶]Ê¥>ùäSrss-uºø?­SDã?ý„•×O'6.ŽÐ¾}1Y,™•EjJ ã?ýÓ)ž)V h‹ö',<œžÝ{йc§“ÚÑh$,<ü´/ë²¾¢¾è>Ççóዜ€Úqµdm‘¿(^Õ´Vê*;òä·uk˜tÞdŽ‚rŸÛ¢1h×®]£í«¬†‚Æ-§âWðºw?ù'+m¹œ&_0™ÉLnÕº´VûSvf(EQª}uL§+5Ëb†N ~̽÷^Eáùç_àþûîcîÜ{Í~.þOk%räH.þó¶<ý Ö®¥ %K\íÆŒáâï¾Å.|1A«¥%ÛVKTTT£íO´Ó þc¹´/–J먪*|FA“ÑÔΚTf˜è¤6>d]ŒjZ§“ýõçþûî+òÐáþûïöç4ÃΈ—^B„ÿ#­€¤ÊFãÅ“A@Мû#j£$(%ì@ þ@ ´X4üç·uk ´Tú,M°?@Ø@ ì°? õS÷Re’Æ– UÕrŸ ©öG û#„ýöG 4-%‡TYsWP`¯ò³@ 45Âþa°?‚SÌ?~f× ¥rÚ$M=wcƒ^ÙÛ°~-‹µÒg@ hj„ýÂþa„ý9åÈÇXôôíL7›Oö:ãÕ‚úÓ €Ôi7˃/“UOßÄì×vàªêo@ÐlˆYf°?mÕÎŽÏŸâ‘ww ÿJ ö§å£ï̬oÖóáE©<6e‹Ò}B žÔ= ¥ª%KÝFÝVés›]|ylûy+wåã«êïæ\'Ç“–³tKvùc»¶óÔèô˜¾ˆ ¯Ú¶Ëã¤Ë3ŸC¿/gýÖ4Þ¹ñ:æ~s ¹\IZˆïÙ‹Ä®4§òe26-cÕŠÊËê¿3ñ¶ %&kÁáQ„…˜jnŠƒc;þfoº^Ó⪃ê:ʲ×îäÂ=ˆŽŽ!2º+ƒÎŸÃs?ÀY_ûQ±UWתû¾­¢’}d'ÿ¾šÕ+–±jÅ Öÿ‘ÄîcyÈblvËÖµ>m] hNÛm[ω1Dö¾—ßíTáëã4¥oÌ}KzLz0ü9,ZŒ¯Ó×ßâý;A+ït±ï\Àý—Œ Kt ‘Ñ1DwÎù·}ÀîÂÖ6œ¢eµ ¿=§ç”WØæŽ¡@P_”Ôü¤.@êW̼¦=¿,šË ‹Tå:-©I«ÎKmçYîØúÎL›¿„iMP^ Ò* ;#FtÂ\¦£ !„’ç>µe+ЮïH:[ƒÑú Pê —d°b1IäËJ‹©—ª}3/\v/n gô wðòÿu"ÐyŒ¿~xŸgæç[¿cÑ¿GZ×κ†:T]=oií´ÑñÚ8ºe#‡òu„Ä'п_ZGNÙš ¬z\NYä h©º6 ­ ÍÐ8¾ð9¾Ë ¤~Í3?ÝË÷×Ä¢=ÙÝ6ÐhJ;~2ûVUDl°žöÁhµù:Myý-Õ¿´^”Üüëâ{ù1p"ÿzñ†ÄHØŽîà¯c‘Xõ­¬^µ¨6ÑDö\ 88uqåÈQ 8öWß½ˆ5 ›ñåðçÛ·1©_†qïÇKëoîNT¯{ÙXæ @Á†ÛHˆÂ;ÜEö$ƒu¯ÞÈØžíŠŽs9->ާÎö¨>Û{Iþf6#b‰ŠŽ!*®/ïø„]e£ê¾\6ο“óvð¯Ói87|y¼ä©YÚûçÒ!:†¨è†=·÷(ïŽ!þúÕ¥£ËjÓNÉbÅ#—pFß.Dí+~àT\x÷IwA„Ga4Ðëý‹Nu’_ £ª²÷%ñ׺•¬^±ŒÕ+–±výFö¥9QJ¼1™Üƒ“ô[ñ:ËÙ¸ßæÿ]u“{dIk‹¶Ý°‰ƒ…¥’*c;¶“ÍëWm»’ ¿'±7½(¦rü%,]¿¬*>)ÿ°yýrÿú«Ö²ù@~é¹®ý¿ðý÷‹Yµb,@mèùU³]ý)dëKsxqk ³¾]Ã7ÏÞÎ5S'3õê[yúËÕü0§{Þº…§7ø[k;ªªCUյ𾝩(¹üöìuŒÐÅ_§£ãýØÖl}ØŽlãP¾ø3§0aô@:džA»®ý蟊^ò—iÞÑ%õmí†$ö¦Ø)É" ØØÿÛ2~ßk+­SÞ,¶¯\FÒñâzá!gß&6®/mëÿø›iÊe#h@ÝRÚª®uѬR[o+ Z5®øàõÍÄÝù ï_aáÏW?aOÙNWu²÷‹¹œßßßwGuèÇyOn¡°¶ß*ÚðšÖ­ÖŽ×âŸÔÃo¨®ï(‡ç??~%C;ù×ë>vŸ.ëKDÒ§o"}{G ¯ê•,V¸’?lzÆ¿0‡¦Mfâ„ ¸ìÆyá‰)ÄéêS¯êÛÞ°Mmm¥’¨¡-žìýÝÉÚóJ‘Á:ØŸš®§Ö2j$ûV‡þC h,NÝü”±ñÚSØ=åfHäûÛz`ªÜÊÙùò¥L}11ÿz‘φ[I]þÿ¹{2‡YÏ—×´¯ÃÒçâᘾ_ÏòC†õ6.öý²üȉœßÍ8ÙòÜÅ\ö–žëžüœç}lýø!þ=ó:¬ë–so—ÚŽQËö= Ö×6à2îŸw=qázò¶-à‘‡àÆÃY{_O ¸Øõê¥\ø| gÜò$é€67w¿HôäzÑ›|yW"&$LQ]Ðs¢þÚ)þö;û#nç×FæK'é£Çxá–éDöYɽÝõ'QÀ*ŠOFv»Kn%I*¹!uæäâ4õdب8Lª‹ìý›Øµs;–ð‘ÄéUT¼dfQ`èÁ°H2^SáFǶ&±õ¨†öýÎdp¸žüƒÙº};æ1#ˆÓû°ÙÄæƒ…„vÀˆŽá<éìúc;6Ÿ™@£„³È[” ¡„ÈKÝÇ®Ý)Hsf·HŒ^M¡7¶¢X‘¾Ã™Œé‚ ÉŠÙ{‚”†œŸ®êëBΫŸ¼Ž­¼ÿe2ú3ßâî3BÊG–5ÁŒ¸ó!Æ}4›oæoäß#Î&è$J²r]Û]Í÷µ´ƒ®6výº‚]Á·òÖ«çÐNÍÇչǣl$§"EŒd`¼w^6vR.( ‡“ØrÈMDÂ`FÆàNÝɶÝIÈúÑô‰*mC’)Œ0«D¾½häZK¡fyNŽœÆž K€ê"ûðvvíü ·v4½#õþ@ÎÁú×­p£ƒ¼‚4Š«Ñt­‹fåÛº-¿ü¶ ¡ £’÷û›|‘9ŒGg c¬m&]¾þ€7ÿ¼7Ç!žƒrãÝ_¢™ý ß]ÚsþŽãÐ×ò[¥XOÖ­lÇkñOêá7TÞwE)lüþŸ‹˜ù‘—‰sçñÌÐò¶ÿÄëÏm.³’•1o.cLµ7wþö"î`þc wíã»Çþç\ǘ;þÍÛ÷Ä¡îý?úÜØyëHÄ °Ýzö†ÝÎ[/I˜œÆæo^æ…[Îe¿¼ŽO¯ŒCW'ªê>ÍÀ‘†i[­n-Í¿´Fô1½è¨‘Iúä{v ¿ž¾AšÖ«ú¶·lSǶB™U·ÅúÞŸ5¾=¯l³ê`ª½žº”QãØ7¥}@Ð|©ÆJhU¼UÂ:ð>}f3c¸g‡üÊ£ÕÒuT5Ï¿µ›Èé?ðáƒÃ±ŒLÈáaÌy~>».~œþ”ߦü¹ª BÈà+e¸‘ÅËŽr_¯nÜX¼4°ñ“hRQsÖòâüƒ$>ò;ÏÍ茞¨'iùÕ|óã!î¸K[4´l‚¯Ò¿ÕÜZ¶ŸÛ£’ñ è6‘Kºý18÷âï¸qí.l÷ö ܶŽçÞø‡¨‹øôÑaþë.é/ü×f ïB¯ÄÄÒ žW-§q´Óí+þ &Œ; +pV…5þÅâõ'¸+!¾Ë¢c=²Q IDATóÈßÌ’ïÊ:•ºN|€¦¤|´Ö8⢂)´›0%öâDêÒFº†»(”‹×iO|”•B»…Bùé>æÄÒûBFô¶à±Û1vïC»Ô¿HÉÑÒ%2“íGìâÇ1vD8í:1jÁ¥ÑcÐyý‰QË";‘ÑÕ¡ ‘.. A’ŒËíõ'2´Æ ¬& Ù‘‹ÇçEmÈùµ£Êë’ëÙ¾|9{Ø“ÏìKˆ¤V¯¬ êŘΰzÿ?dyƤÖÖN*$­+ów¥ºVMTsVÖÜþå_ÓØq4“ÆŒÄÚØ¶¥±o=vœ2ÄD`í享˜9Å›Åá£:ŸÃYC£Qv Mƒé›·’­ÒPã:"¹ªÐU-[fj¹6LasŸ‘h W²ý@½bã‘éi@Ýr–Öã6¥«»š¹+\·'«Mh(hÅøÒX6ïW”‰ïs~ŒCäUÜ2ø5ys9y Qðå' £FçŒahèË"ûQXÃom¸¯ëV²ïjÍþI„Z¿¡Ú}—oCjÎZ^ý<•¸9¿ðÞܘÎè‰mÑ׳¹÷l‰®ÆØ™Oðé†äâG¿U¤>ëÖÕ?iL¿Á“²…²‰~ãüÁ¨FÂÜ®+áä“’_”Bc!6>Ø«kʺhÆLíÉòO¾ÒhþçÉjÛ"ý;A+EOü…ϰ|Ï~}{‰™_sÛ¤~œqÛ×v7¼^5¤½Õ¾M#µ•ZüÒæ°çu‹–·?ÝöbßÖ ˜×ë¢1oF(NXŹϽʹqWqóÃ]¹ÒWæ7Ô’W[Ô*ö¢ª¤A+WöV™°Ö¿N(£fMÀzÍ×ütä&-úž£í.a~ÿ@ÿïªŠŠ–ÏþÈ £,ånêuÁí1“R~÷_ëöå·‘Îçºé¯`¿ôIæ?;‚XCËç^ÍÓjñþ”®»ö„êuÖ®Ò6ZôZP夒q¢³€×VXtÃé£0/ŸRM!!I€’FSÍ5ù ‰ˆ¡ç2$ªüÀQ!}þ@B«U‘ÝUßìV:¾&€Øþc‰uç‘zðöý}„£±Ô3õKî]ÛùH«r»ú¢ M «–ü±Û] ¯pã­ìeÃ<'‘0=¨JÚI5×SÝ￯½dœôu7¯u ĬƒìŒ\䎖ªëNIÝU‘]eë[Q+ÔÐI’êoS ©òÚ«+ÿ¨44RóÔ­Ö£kíši«X§Mh(h¥¸Ù½àCþñeòÏÔn|Vá×÷¿:Àô1»2cÁߌûí[>|çM¸ôm^¾ì=–¼:™˜š~«XwkY·*;^«RG¿¡.¿¨Å¯ñ«µ÷/ÔÐïV²=T”’ýJhô(Š0…Ts÷`m¨Uý5ÔEÛ–îß ÚÆN¹•SfsÇÂ9Œ»õþ5æ,¾èÕ°zÕöVÛ6žÙ¡úû¥jsØózذRûSÍõœ¤]ª—}«©ÿÃ+L‹˜@Vr¾3ËOOðîÁÒï 퇒hr±eéÅ_*9$ýºb†Ð;TÚ`Ú‡BöîƒTT–~#Eà‹?ñÉ×Çé6í:z‡6Ä $Aïcÿ6'1 ÝéÞ½xI K´¹t„IÅaŠE×yû" ýÆ>z2kîõœ3¸7½ú¢_L©É2Ä "AïbËÒÝTË€Õ…yΟpÕI»¦Fõá•eä’¥h¤RmÔ0¢Dc "@£bÏñ¢“¼x½rÉâqæ‘ç Ä,yÉMµá«OO£ª`!¾ÿXÆô Å•zŒBƒ¤A'×ã­SÇUÛù娽£­e 3/ŽÂ³úÞÚd+nj[Þy†å®¦Þ0Ø?Ô·Ní¤Žu­šïëÛZ~¸>ˆ¸(JÚVöÛ«®–sVœä\JJV•ÉÏ,S!F $FxòlõK¢©Êز` #È ¡m®ºÕZt­ƒf§¬} UáØÊÇ_%;m>¿,[ʲ’åG^97ˆ#_|Ǝ⌱’™Ž£§ñø‚u¬¼©ß¾Ê/iÞÚ«ÔŸV³n5v¼6ÿä¤úŽjü”¤Ÿ¶b;ÕÑ%-+BôºkN·j¨¶­É¿´ô´;ó<ºáãØîL4-¨^5Šªƒ_Úlö¼žö§ÑÛ~Cí[}úàdn êuÃÞ(A µB>&ÿ×Ö¡÷ñÖMK™<ÿڢߤàÑÜ7§;_›ÅœˆG™5ÌJÊò×yd¥Ê™ÏϦ·Qb35õéǸó9•Y#ÛaÈýƒd´es*ôgÖµøìÕ{øH;˜ç/è7)d soèÄäù³˜nyYã»,g±ÿ†³o˜B'­…è°'-ä—í‰\Ô»Âß}jÙ¾B8süP:ñ"½òÝ®H”ÑÁž,o‰&RÈYÌÕ‰ Þ™ÁŒ€ÿcÖY0¦“n>ƒKÎjÇ ž¼¼äæ-¼“‘ÙW†rå9åóÕI;o…BeËYUXæEe*ÛÈLÏ@¶¹JG7Hz,!Vôã÷5ä/ªt~º0:¶dËÁµü%%m1¢UeœNkYF|;#Û÷¬c«¶;Fð䥒ë-ªìUì[qe’©h5£ÃM~š4a˜1ú ²h9š²}Q0¸ª!ÄDаó+7fK=‰vȰç1ë·+ycÊDößv3—쌥ð(.|‡y¿¦Ë _òï$UmÚIÅœRºjêڤ꾯¥Hj#\ws¢%¸KoÚçmaïšuävjO˜Õ„3|oݺ†Ò±ƒ…Íû×±YÛ“h“Š+ûû³!lP/B$ùª‘°(+Ü̦½‰D5 çâR+×I_æNþ9‡Wöd)÷MôïGÛ\u«•èªÔA3¥‚ѵ ­‘ü¿>dQVfNŸÈàÞåo®ºÌ<‡Ç®XÈû _·¿øxi!Ýût XÍ$is:è{n”S–Uû[E.§.¯~ÝjìûÅköO*õUù Õõçv(—W Íý·ôdÂ+Ó¹Òð·NêNˆ|˜­Y@(µäªá|*åUË™(YÏýÇ<žÿÐÎÙ] ¤¬~›G—{øè ô1ªHÆúPÐpmuÍëß)¹+¹sÜ4–÷}Õ]FŒ½æ¿cŨˆVûŸ·¸óõtúFv°á÷/°™0®Ócp×Öùºµ·úlSÛ}RÝì@î[­³=|VP•6¬&ûSm©OÛ?Yû&§,¯C_#4w@ª©‘, ¹÷nøñR>/ ÝÐî·,´<£ïÞÅU/ú0Æ ãòçäÑk‹= s>â½Ì{x컹þ5ÿv‘]GrQ—€2CÀ $\{ C^€ÝnçÂ8]¹c}ä{¾”'?x”YïÉ€…ö#g2ðº)tÒGrÞÃwñõ-oñàóç2ñ³ñþžPËöžIt¿™_:Á=/<Îu_ûÇL胢é}A4&©H‹‡¾ç›ÐGyâ½ÿcÆ[>ÐG0hΧL3€±O¼Äõ³æ•[¯á)„¾3æsáøø ‚ÖE»&ĹëöUø2Œþ㇮žT• î2˜ÁG8tx7;]  ÃÖ‰ÈZ7„% ¥¯i?÷l!ÙK@ªî¡ƒÇNÖñ£(ô?“ÔDÒyØâŒ*6a ½‰ÿg/ÿ$¥‚:¦C¬¾aççj¼ S5¡£yrɯôyîiÞúìaf¿á¿™ë=‰[ÞxŸ»/NĪ)}V·vRîn¡êº6éÌj¾ïPs;0´>)Âé:ôLÂÓŽpôØöñ×­)˜ˆøöX0tÌà€#:´m.9Œ¸ÜÂמ‰¬JtèOe‡öm%ÝçÊ-ÄU0ÁYû·‘ãðÞJ»^cÚ'_A&^µùêVëе.šºö)Tdý˰w¼‰‹*CëÀ«˜¼_>üƒÌ{vòë›oñHŠ¿>Z»ŒáÖw_àü ÞÛ«ý ®½Ù5¬K5ö}b-þIF9WÛGKåý”~÷~ËO¡OðøÛOpãÇ@“ÈÙ#bhò.Ãè"é­;™Ÿì‚àD¦<ü5ÏÎîZä„%5PÛê¶kBÿ®ô5çºý-h½ø4aD|Ïû¿GªÓïF$ŽáÖ·ÿÃ}gùg„;¥÷ õ¹Oªk•¬õþ®¡ñ¨œ:ÛóÜÑ“üù¥êeª£mÿ$í[aý‡@ÐÈ÷Uü¯´wÜz³ëõ7ß&';ËïØÈ²PKP×P ưh‚«ô&=ägdãV´DDèË!+×]ô.³kd†Â,rì2*U¬Sæ†À`,&t¿Ûäó8°åÚý7ª’“5˜@³­çk¿_‹<ôRÆF;È-ðVÚ7z Á! EIgTŸ›B{>—ÏŸwFkÆ„Y¯¼Îøy£†öãì1áh5Z!J#áSÒ2²yÿ§-\=ÎΙƒº Q@ hDD@J ¨Ù#“|ü8›“6Ò»O?ú÷ˆÔHY×$IÂép’”ô– +;vÆépœœÌß›71öìñtêÜ­¶qn,dYæÈწ[³UUèÜ¥+ 5ëñ´:an ±ùní^õëCHH8N— x…(HPP(ƒúõå—¤}" %A##î‚je7»ví O¿þ ÓiÑho€  Ÿl !¡;v/»vîdܸsèÒ-¡Q¯E¯×“н'’¤áß#6.½^᪀ ÐYª]?#=ýûöbËÏoSuH£Ñ`±ZIèÞ M^£ÐYh(8µe––™Gï~!Ø]>!Ja²„žecÃúµ¢]›!tZ DÙ¶Z=£¢cZÜù‰€”@P Š¢’“ƒ¹¯V‹^«C£mÜW!‚-Adge#i4¨*äååѱK—&»¦Ž;±tÉ/ø¼^t:}³¯:2ÒÓØµsƒ‡#""²Ñ5>¥uÈç#++“¿“6âóù:bd›»F¡³ÐPpjËL³~%iGv¡(Š¥)zI¥oÿ¢]›!tZ DÙ¶R=“Z\PJ¤‚š°¢ ’¤AÒø—ÆD«¡ÜM„ªªhµZTUmš¯×£( JÑþ›ûxU±ï{õÂd2QP`osuÈd2ѳW/öíÙÛf¯Qè,4œº2Ójà¿·^ Ähb®¼ÿ=Ñ.„ͺ ­¢l[±ž‰ìß»G¤‚Öˆªª%KKaï¾=,þå'.8ÿBztïÙäÇûó¯?HÚ´‘¡C†1bøÈFÛ¯Ýn'88¤M?Ý Áétˆ Bg¡¡ ñ9 ¨Š‚*¤hrE»6Cè*´ˆ²mÍzÚí-/°×öRªíŸ¿ÆWŽ‹ù÷ͽ1Õ¶¾û¿~{ŒAWE”ðe²òÙÿãËÀ»xã_}+o_q}AÛ«BªŠJù€”ÇãaßÁ}$§¤ ËrÛëõzâbãèÑ­;CãÌ6·oß^V¯YÅUW\Í?ÿˆ„D÷¢÷¬›Š¤M¹ëŽ»ymÞ+RU$©Eû©èúÚò5 …†‚SäÈi@-¶¥‚¦ÕYh,l†ÐUh%eÛÊõlqýk“íÙ½ƒÿŽ?Ϻ¼ÉoM­9X£r|ÓoìÒ fÂÀ05®ãË#éƒ×˜6”nî©0‰»œÏâó³íÕa˜Ë¬ªämä•iWðô?£x}ôH®í _Û~ZÄŠ¾3¨˜.´ÊõOYÔ¤ 5 ª”3ˆ{öïcäÈQ\Ñ¡S¶?zìüñ;}{õ®Ã±j6¼ûöíeõÚULŸ6³9€éÓfðÉg£ªjƒ‚Ru5ôC‡ ãµy¯0tȰF7f§KG#:T¡³ÐPÐØhKÞ$eÖÔ:‹v!l†ÐUh%e+h\RsøáÂ̲=ÉæUsèTqO’…‰½éÙ>CmiwÜ{y{æ5,š¼ŒÍML‘t˜ô 7ë‘Ê~ïMfÁô«˜oº“þ¼“Ñ‘µHSßõ›šæÔðt4‚ªZ”H=‘Lûöñdf§ãõÖ<ŶN§£}ûxRO$Ó'±×IKÙ`”^oÀfË# ÀR”šl¤Ôða#>l„èhÄu …†‚–äÈi$PQfÍ ³ÐXØ ¡«ÐJ ÊVÐÈýk“íÙЙéï-ezK»bm0±!BãCÊmtq\þþï\ƒ¥.Ñœú®/h݆°Â+{²ìE#iHÏJóŸ*®^Z-a!á˜MºœääeãS"¢eïIÔŠÁ¨Ôɬ\¹œñã'Û®}“¥þÚøgI©ÆL‰€”@è,44БӀ"ʬYt ›!tZ DÙ M“íÙ{”wΊ$öºÕØT'{Üù}âˆ$<®7“žø›Â2›¤½7‘¸ˆHÂ#"òìnÜÞ Ö¾<“³ºGIûÁ—òŸŸû« Ï1~zôrÇû÷ÓuôM|r¸ÌïúHúöM¤oïJ^°óf°öåYL<££ëpŒšÖW²XþÐT†÷êDDѵt>s/|ø·\0ˆö‘„Gv笛>`‡C­°Ïj®SÉbùC1¢WÇ’}Æö¿û¿;\é+iXÝ‹QrVpKïHº^ý5©^Ñ8ÊAU­”HLèCŸžJ–Ä„¾¸w-`çëýqïZ@bB_úTØ—Zk’ôŠëìÝ»§R0êçÅ?Ó¡C'~^ü3©'’Ñë LŸ6ƒÕkW±wïž*U—㥤$óÙ‚OøßW_pøð¡’ï‹sH%mÚXòÝÁCøàÃù|ùÕRR’ë|¼Ú®·-.§Ëu6xQììüßó<þÁ?¶]GYöÕ2¼¢®ž6õÌgcÛÏóä'{qµkÒyrjždÞeÂhªn‰fÆz{åíšéŸ}ÍuDš‚™ôñ1äJ¿*d¯˜MœÉĸ¯³PPQÕl¾9Û„qÈ<yOrUèa>ïgòj8ß—XDÿ¦ª*ª7“5/ÜÁmoî:©>«UêÚí ð±„}iUKCýÇFð;O¯€TÅ8ÑÁ÷™u×8¦¼ÄËVðëçO3gB{Êf] »øm–¯]˺µëøúÆ®p²å™©\òü=ø‹þœGæÍ×0o§Š»Z™ÂŒ7ÿ¡Çoò¿oðÌU]QÊEm¬Œ}{o±ý]ÏcÔ¶¾âàào¿s òFÞûö{¾ÿüY.ôüȳ÷¿MÆð»y÷ë¯ùäñ1ä.|™óö”ê²Ï 켑w¿ú†o¿xƒ»÷ñÁœiÌÛ[þ+jHt¯28 âPE©²1gd¦‘š–\²¸Ü…[û"½.|šck_Äå.$#3­Þ©²>|ˆ•«——£R³èÇ;fãÆŽgì˜q,úñRS—¥V®^ÎÁƒt©«×®bìYc™<ùB–,]Ìž½»2x(¯Í{…!ƒ‡°gïn–.[Âå—]I¿¾ýX¾rÙIýšêÔIòæU¬Ø–ƒ·œQßÅó{1pÎâf (g©67MŸ¾ÃÇ+Sñ´}y›˜wýÌ~êCV¥Ê¢®ž.õLÉ%é“wøt}ÚIÕÓÆ\´ü¯ì)jùE çüy¿²øçŸYüó"Þ¾6èǾþÙÿÝâ︿©òvͲ(8’aÃÍš‡eev…ówîàõ»?# È=–\ô}I|²ûè0›/eÙÒÒeÅ # ¬áœµ-= ÕÌv¢EØŒêlf3Ù’íK³fO>¾–ªkuúÔW·Šu«±ì`#–ß)ï·Naûk}†êWî­Ò'©¡>Té?ÖA“Æò;[ääæ://™¬œ1f"g CC†VXÇÑ•^½{•Ìd§æ¬äùwÐë?yafgôÀˆ^6.»‚¯~<Ä={RvÎ25g-¯|žBÜ-KùàþAþ„壱ÿVw#œ³¶æcüK[¿õïñ§I7ÆŸÁ9cÏÄÊ™ôcß^w”3¯¾’  0¶ŽŸ~àÖåIdß—H»üºîóL&Ž‹ÓOeMŸ;øy}:ÿê_R5,U SK‚ReÉÎË*÷ÊžÕ„â“1Å ød<z½I’<³Áú ë¸xê%èõRRŽñÝ÷ ™4á\zöH gDTEåÛ…ßqéÅ—Ûžs'Ç’_—pk×Ûë}¼üü|\nfS3gÜȻcª¨årHíÞýËW.cÎì›Ñë è´Z$IjÒ¡¸ªýw7o5Wðåª'n©ãñ\ûùà¶Ùü2é;V÷ ))S ®{zÄ…¡—TšÃF×tª;…µ¿Î»_­ é¨ ¡]qöÕsydÆ@‚5m¾¡Q2Îã$ƒâUê¬æ±øª¡Ü±© Û7ê]¶|v6Ö:wh©|}ó,>6ÎaÁò9ŒŒÐ6N'ßÒëj±†)—ðö§™Tv¶ïÞ½`/ŽÇߎÅÒVëYÉ6j‹yxSý,{¢Œ&ÚÿX=YAAÿÑãT¼N+§wcòêËXµû Fø¯-ó›óè2£€—÷¬ev\.˚΃ßnb÷‰‚ÎaúCÏóïË{Xlнé¬zù^œ÷;sT:eöÓoñØÔŽ+?¦$ëh.h£‰Êÿ’çÏeÌýÅ>´EóúþâÍyäËEVUtµWObÖn =óL:ëª+ßjt®²ñÙXsÇfþ’Sª|h'ú Ï%Ógqù°HšeÊ›S`'jïß*k£±ÄÑgÔyL»ã.îtrOÆ«³™ÍrÁXž¿¡Vߨ:}ê«[ź¥4’läòkò¾¿·¿VEÊý”Ø—¦¨ÕùµiÒT~çé2÷½‰¹çüÀý×bÏ3˜={¥4 IDATWž©†{JOj»]pü?ÈùOùß‚ç C¹€”'õoxLô?»{¹Ùój¢öcDÖsý¸Ê×Þ®ál#%ßWÜZˆ‹‚mØ}Þ€}j‚»Ð#Ö¤äã#¾Ú‚lˆî‚ò(НTEAÒ”7m‰ }ÐjªH"¦*ìœ×}`û 2計,©õx^¯\.QºÓé$õD*6»ZÄ„s&ѵkW~ÿc[¶þÍÀƒ2xãä³ùꛯ˜|þdœ…… <w½7ö¬±ü°è{®¸ìJÚ·ïÀM7ÞÌ[ïÌÃ#{Hì™Èî=»Y¹j9·Þ|z½ääcüøóL¾àÂ:¯ÊŽFQj‹¼èU~ȳbRòòâ[Ypy»º%ï/ë8)J©ã¤çªW¿áª¢òj–›üj®Suìä­®æå-f^:ÇïJ \cçØŽ?Ùž:”â*Õ†Zq‡­”/§ÆÒY-ÚgÜÕ¼òôùD—1šº˜ësL)š)¯.á‚Ð(µu©¿õР%×Õb O,ä¶™íøöË;è_PÊzN²üZt=+ÖEm9ש«Ó,{jÙ;è2ß0àÒQ˜¾Yï‡\Œècì^º_—›9#Jн«Ö°;ü>|s ážT6~ùOÝ0š½ò&¾¹66?1‰É¯é™ñ·¼ÚÛÇßïÏåþk.%hÓoü_bÅ”L~r.t™É+—þÈu¯>ÉÊ?å¼0 ·óÆã+°Lÿ”ûöNç¾ã¹È¨˜Ë·zrûP}þ¾¯´Q£Õi‘j üUÙ.¼dä@ìÕ¼üÌùD«²ïæ·EŸóÈÕŸò¿9òÉ=Ãiê;£S`'j·e´yöBbµ.òoã—ÞྠדüÓ×ÜÙÓÔø6³yœÃ"›öØ5÷/µøFÕéS_Ý*֭Ʋƒ\~MÞ÷·àö×êü½z–û)±/MQªókÓ¤©üÎBóݘõå66/|œqï¢A ½õ'Ò¼5†CQÑ2ò…_ù}Ãoe– ¬xl • KªÝ';ÙcÔw}­-j©¿Ž„F¯ñwf Ý'Z ZP|Jãë.¨PäågÙ«ê•=›=ŸC+ŸfÃSývEögéêwÕ‡f¤ï•óiWøîåWàÝÿ¿‡N–=ŽªªL?Iùé§Ÿ˜4ñ|zö艪ªlÙº™»î¸›-[7£ª*={ôäüs/`íºuüþÇŒ3®NC5+¯k×nœsö|¹€ãÉG1 Üzóíüºt K~]¯K—pëÍ·c08ž|”_.àœ³'йS—¦Ë!U¸›OßÝJìMoñúE’Þþ’½®ŠùrÙôÑ\:º/]zеß9Üúm2rÑ9¤z½zÐ5¡ã^݇Û{Œ/èA¯›×c/ÙG?˜ËÅ£zÓ5¡}ÆMã?ßì¦@)¢ŸÅêÿNcâ¨t+ÚW¯³®åÑÖšG¡úë,dÇ›wñò–P.Ÿÿ ÿ{æ6®ž<‘‰ç_ʼÀëwöÃ\çs»Ž £–œÛ€ÿgï<ã*ºünOï=! IH¡W!Téb¡HSAÄ ("ö^„ODQ+R”®H“Þ „Ð éÙ$[î÷cHÙD˜×gÌîÜ™3gΜ™{îÌÜîO1ýëO×?…„˜zÔ®ÛŒÏ|Í¡|cÕ¯‘ôœýá):6Š3é9¶÷LXT!O;tTt†•ï§}’)M£îO³ø“ÿ.{FÇŸ3Ÿ¤GÓØ’:ãíÕéUqi7àIÃfMiÖôú§QŒrÉ@ƺ 4iÎÓ¿_1mÁÐ_â×1M©Óe {Kë§¿ÌŸ3Ÿâ¾nw‘kF&Kv¨ÝÏmêÑòõ}×ÏÉÝÈÈøzôœŸ~m‰ö­m«%:ôkFbú'ŒxáW.”]Š^:ž9$£ƒög,àØÒ—¸¿u‚I¿ ­¹ïƒ½XªOØí™ÎCí˜dhÒ›'æl'ãš.lô[upP…\vœÙt=”Sþ[¯–ƒh­9ÉO«þ¡ ©(µ[²HéL„FºÊrŠhK÷®èÔk0“æ¯dfÛbV¿ù) %ŒW×óÖÌT꿱ˆiv¡eën<þñÇÜëv˜E?œ0å[î?=ÙçsÀ#‚&£^¥·ñ'^]pœb \\ù³ÓóÜ„öDú;Qté¼Éf(3a¿Ñ<M¢¯ž¥Ÿ||¢Øªþ%oÙ³Ø/Ü"InÖ”æ­ÚÓ½ÿc¼ýõJ ãÀì§x{K6F{û…5û°ö›Y?aÅ– ™l™:ŠžmšòŠI ë;ûÐ:ÚÇìñn‘$7mD“¦­èxïc|0ï-šÊòÍâ#h-Éa®,ùL;¯µ6o°·l*œ+eQßÕ¬W{çF–ôcö{KmaζlùÁójÂ-ŽýöŒ—yl~¦ µ›Oæï‚ëùæmOrL ï,¬ÜÿnÄ®í¿íã­ú€ªÌíÉÓ¶\ûí­ä_ l|{w·N.¹¶É]FòÖÏÇ)¸–Æ>ccþhÙ—Y¹®Š}åVCySK“9y×PÞ¸k ÃfÝM³—>â×IݨÁ]ÚÌ e’«C£6°OÁÃãacU:´ñN3ØþónrRÚÚLoWÅåŸ<ÚL_…@Oµä)7¯C«z¯¥Ñ&»¢%×4¯ì,Ý²çææÎÙ??&¶ÛK^þ2’ÁRºx›þÕ¸‚d¤^çç8ºêmäµûY’–‰|‡†„2lȰJO 6HfÚôHn˜|í»è¨h¢£¢í|²f¾<€Øz± æÏŸÏCC†P«V$O=ñ4³?û”§žxµZÙ3§˜¿`Ý»•Én ZoÝAJdoŸËwWñüÀdZç=Hä ùlÇH>lí^òD»#³†2`úyš˜Ä'­ÃPfž§(Á…tÕtÓÕã}>U52œüÂQJËO&)äð'Cyð—iýØëÌnìÎùõ³ygÒNI¿òùý!(ŒùœÜº>3õ–xé/³ë›÷˜1î1übàñ:*ÇëY°¯–¤£hú.Ï´õ1MŽ*%²W¶¤ù<´÷Zã]t‚_Þ}ƒ_ÛLëG&ðáãÁú=o¼ûO„7áקꢮÊ5ÈðJèÅSïõ'ÈGIÎ¥¼ùæ«<ÖˆåOÄ”äiCGR.ÛßÌØoô¤Œ}—“=È>´Š9Óör} €–}S‡0ôs%ý&Ê+u Xô&o…ûòe<£vLÏ×&t:=ú2Iä 2dxßõï÷ÝÌÓޡG÷IÜö*“×úóØw£ItI*°!“Ѧ–Ûâ`n¢u+Ûj©ÜÝy÷¥F<õàDÿ¢. ®ƒS™ôŽÉè˜ýÉN~Í““–!èMæ÷ŠÁ)ç4g5Á¨Ìõ›š°³Òzê4$y‡'#UœÛôï|0Œ‡å¿°xD*}Äz·{¥¢äÁ‚Ѧ«/]0P>­÷]Œlï̃‹~áÔØg‰:ÿ'«ÿñ¤ý=ñ8—M[R† ¦}ßxxv3û3Ô½¸•CZ8ýB¼^(_®ç‰ Д߶&i¹’QŒÜÍ7¿N¼ødšOÊ–ŸdÛÛ¿ãÜÿ' ×pØ×Ž\ §‚T×8JF 7Gľ™ûÁ¥Ó ™+!J«:4éÙJ¿àúKPLyºÓxôDº.ů_íä…–íñ´£_­ØG±5Û© ±eKÑ9^³Ã#˜òv;É¥À/écöúŒŠºQ»á¬€âF£y9T’–C¶|ˆEŸiǵVç ö—m¯/yTYzµwndQ?ÇÌo¼h¡-²*ßlúAsÛ›íó¤“ó«ß-Žý€ÍñÒ™øqZ¾…õ§Šh« 9þû6rüRè©®ÜÿnÄ®í¿íãmù€ªÌíÉÓÖÐ’]ZnßÅ¿ó8±y ©Þ3åÍxé.²÷§YL÷iºå|Ú7…Åü³óǵ,餀½5àWn¿€TöQþZ¿Žò뫜k5¦Et…ÅÙgcÞªê&Fài¼ÌŽ@³TÁ4Šw!{Å{|üý3´r½ÂicsÜÂs##é6k8ƒÝ'ñHÇ<õ—I=® ÃÈ>DU˜—ɼÛ1ql)æ~õKŒ½»^ú4v]|,ÄÈ|l”¡t'È r·/ã×}õé›h#}֜ٔÁž<-èðþ¤#|mIïWP^]Ããmò[Ò'ü± !"^uýYlIPªbï.»eO2èq iT²B*Ÿ úÝ0f7ºìS¸úFàÒI2Z?K £ìä†HnXRÞ D¼-•Áhäóy_0bØpÂãxæ©qèõzNŸ>É_Σg^ÄÅÅßPù:ÎÊÒÞËü>{ÆvSHñ5"óîͰ³yç³uŒoÒ?9H92õ³£øõÿŠÏ&ãZ6ï"=F Ô^aDEG_Û—­×é1H¥“Å92íócøöû’©72åѬ>n§º1~ú—ì¿{õ•¦k4¡MhÝ¢)n@Óº:þìð«6ŸcdDˆÕm„æêi¸|”£9Ú´®:ƒ™6rH¶Æ´jÖ7QO¿_žH§iï¤D© i49+Wò†\E T…kä  oK×ðáêGðìêå<óçA2GEâc´­#yæÌ\z ‡¾aÊèS›4‰"ëןx»´=²þ`úW'©ûìr&?ŽhPûeþ^?šV¤1|Lm‹ç²˜µ'IgjïÔ÷é’ô~™j3aÅR†‡+WZŒ‹ûþÍsã”ÔÝ¿žÀÑ‹y¸®N‡dC¦aƒÓmÚ!F=:Îd':Æß¡Óé0êom[½¦CɈSü#̘¼›>¯?ÎGI‹ŸX*£¾ 2ÚožgÈÄ•¦ÍZÓ(Î 9uIŒ:c RMØ™¡DæÆ#Ó¿•鬬¦‰¸ŸêÊÓó°¿ß $j¬÷+u0TÁîíß²Wú¯TqòD»Ñ=ðìûßÍȽ?pØå.^ièb&ýõ|®XºŠ­¦þÎô6eO“¡ò Ç¥b™ú\.çƒs¨3 ÔÄŽx‘®Óå…IgøçX<ã¾i…‡Ì€³· ä_&Ï ª‚7’‡[8‰MW>CÊŠ•r[ýÂdSº²†¨‰¤y¬>y ­qÖÚîµ­ØG¡5û7Tð¶li”ÆdËaÍhÛ<ùÚ¹o…{íïcöûŒb µZòydœÞÏê9o°IçA.(t¹fåÐgl´íC0ï3u¶õ_dyÞPlOÙòò>Ý–¾¶®F½Ú97ÂÒ˜bc^T±- Æ =~ªy…'kÀ­ýÛã¥sBoš¨ŸeõÚSûŒG~„°°0ÒÓÓùlîgôîÕ›úñõ«eù§µ<ô§eÞN7ºÎkŒ’<ŽÃZóÞ³_²"½3Cj)):»›£Z ‰ícp©h¿×žZU°í OïJóHJ©{=™7ÉjÃæ]Î2ï[ù‰ŸÌ=œÚÞð×…tR°Õ}Ðæ·Lš¶îÊd–û^UeSDâÅ!Îçè‘$%È\ uƒƒWÈÕKÈ«pª˜óë?ãÝY?ñ×Ñ‹(\qÓ!¾€bcÙN-ëˆóû9©ÓP¿u$škO/)÷4©èüR‹àÜ=Iú ¼>ÜO_¥Xж8€Y}’:ˆß鯵ó¸å.„ʯ]#óhθ7z±î±ù;x‹‡×»&£-™òµÃŠlßâ¶Z^%a÷½Í{Ûïã©qÒjÉCå¶ìÕ˜ÍÖÄè6«ysìÝïøƒH¯¦ÁfÏE,ª ;3÷Ô_æAý6‘°ñ'² $øë­öo+u¨ŠÝ›R’)óAÏV384…¯¾XOø±]hR¾¢¹gÅ|Ëü¿ñ*»Vƒ !Ôó”¡Q5¦®ÚÀÞ]ù„Œ4·¢½B™†|2òÀÙÓ 9ò€®}_~™‰­<@Ê1+‡]ºò4ï3í¹¶öUËþÚ®²½Ë¯Î°¥oùˆjÔ«s#kó{Æ‹ßÛã=ª>æÕˆ Zû혷h<ó@s O-_Ç™á#ýg «ÎzÓážXÓ± öèèæs•Æo»æZŽû[c°gò4'»Yû»Õü‹™v@îO‹®uà­Í1ëm_Ÿ±íÍû²ò+·O@JæÃ=Ë/s•$£7]ftéIøqÏ‹iÕá}™²¦/S*­ü ¤ýÓsiÿ´r)|h>j«FͰ¿.VËãÝj?œdgúˆòõ4 /³çJÙÓÊ]hõI*vËP9Oœóþ¡Ë¼oS‡wYÕ{¹šŠ·ìY^CT2`]ë8J%ƒ|mEEE8;»àäW›¢ìt㺠=½ ™BƒöÌŸH’‚6áRƒ¾dr)ûÞ:·gïž~òY¦Mÿˆ† ’o(àf­¼„„D F#3?EŸÞ½ùé矹§Ï=$$$Vã^dKù‘úý"Ž386´%ßUøuáOiô’¡d0±v“aùI¿éc4“‡T²%°ôäs73rT 0 vÜàTþ]áI”ü¾ó¹Æ(|ÌF ª(›\Qr~Ýõï䦓yKÚÎñkt§¾fÌ“sÈïñf¯ÏÄÇïv#H£ÁÝ7„°×’š¦eæüž=>„ª_kuÞPÿeKß§jÔ«}s#µEýØ;ÖXúÞ¶¼¡1¯&lÐêØoϼŃfÞ…Ûc?óÛé~¤¬ZAz@w¦Ôw¶Çص=ã·iªâlÁUò+–æŽ<ø7ü‹y;—Yœ[Xé36õ–f>Ÿó+·U>ÔÜ×ÏßêG ¸âQe#7 Iøûùó÷ÎíD†E_7/o‚áÜ®%hübQ8ûaÔk1ec,ÊC!*ï:d¦mDÔ¦\^f#þF£ÍOƒÄL›þ Ø•¾ôS•ò’éÕ£ó|E¯=HJH¬zyž|˜ýä`ñç ¼ÿ}.þ†o¯}æñFŠg¾ÿŽCZ UP"Qª"ö¯?J^Å»;@®±r$ UPQ*#i ˆŠ":ºôI¸Ÿ¦rþö~iµŒälÿ˜ç¾ÖÑïÓoù Sß<7-Ù†¹­Ë¤¶f‡ w‚=!3õ$Ù º¾ÕmÕŒeÍ÷Á \~›ÊüS•Û¸&lVBCh³û˜ðÉ2~šËÅåsYsAo±ßT·U’Ïp‰­¿‡àdê¸Éìê#–êPyJ·ìÙ{¬¹ùß”D šDo×Lòüîat+r)M7‰Z¶~<о}ðÄ×Ùt~íg–Ž©ƒ IæJ³×WñÓ+È]6‘Á÷ô¢×O2í×ý¦CŽ+þg( ³4îjd¥‡†‡öâµ™0"Ö©äNN Ï!Ck¨|¨ùä‘þ£úö¡wŸ2ŸÏñG®eí•®²Û·²Ø1g k <é:(7ú…U·ò[y?aÛ–Ìúú˜Ý>Ã%˜z õ©[‡pÓêÉú˜a—®,øL{®µ6o°¯ÊÜ0ÚëKªK¯vÎ,Ž)vŽ5Ö¾·åotÌ«v´cܳ>^‚{ò@ºùžäûe¿±äçsD>p/uÕ訚ÇoÛs­ªøëcp•ýJ¹UDVÚýVò/fí<‹ýœÿúD¹Ëìî36õfÑ—ÕŒ_¹mVHe\+iwÌú(ÓW™ØTDh(Çaó_¢×_?u>¾èÚ¯Ѥ®A@V£— äžù›3;!5zlœ!eÃhÔ€I ®9ê­Ÿ-6H&"<ooïjwh泓Èݵ„UWCЯIõÊ?b¯5ð.Þt% w%©y X‹ÁóŸáIç'x°E-œ /sÙ©)=Z’ãLîºY|¾b$]29klHŸ»ÊÇñhΘ‡¢éÿÙxÆû<˃Énœß8—÷þhþÒ`ê©A2TˆOVxbæÜ{;êéJ£'^åþ­O2ohŽÈÝÉáx)´\JÛËžÜöLx²j²UŒ¥V^çø5êІÔb‹ç,#ê¾üÔ¤^Õ[ͳ¢ŽðhÎãCëÐoÎÓ<ªz’¡í£ñÔŸæ@àYš¦% cÈ‚ñŒu˃m"ñÐ_%픜6ºPKå žKeÉ;ÅέÛ8Sne„õ’ëáU¸›é“—b¸o6O·ˆÆ5f2+{?ϋӺòã䦸ےÉʶ  åÝ1HÄ‹ÿ“Ø$uöNÎé@Qª+å-n«’9ûáÚà1Þ²! Î"¿AmÙŸîü&–lІ»”ÁÞ½—AU/™U?5ag%rû›M©ðÑ_bß/³™±]M›×RW F}ÄZªb÷J¹ d ³Ú¢*bŸÿ›Üç-?i–¹×¡q-{º=JcW Y…§2NM^à—Åq·ôÔZH‡qóè0ÎŽ'ÛníøúB–Í'ßþ¬&÷Ò¿¼¹ou÷•^sÃy8ö^)—Yï¹'Ù¹u§Z2Ïá¯KøiO>ñ#fò\3wS";ú…5û°eÿåý„ [’›ñ€þ‚}¬J>ÃFš2ýצ‘,øÌÛ×¢²æ¯í(Û芿äíYÉšCuék]ßÁÕ¥WGæFôÓÞ¾±F²Ò޶ü DÕǼq'ø¾ºmÐÊØïã¥s}ÞW‹¥s^c±<‘—zE ,“^²1¿²Û®í¿íšk9îlÁUò+e·4×I µx6è¿â_JÚ¡hç<>YT@ëç7ÏçÃÅ$Žëo¹­Ì”kSo–tÒ¾füÊmî¤R÷8+J"Ã#‰ ¬¶9Úóë9öÇçóÏ•ñŽ2äëO@æd= s³#Ø”çååU#²™ßžÉÖo6’6˜»#U•Ò¸ÖïC;¬]´ƒÌfíIzòsæx~ÀG ßæ©/ ô!qÈÇtiQŸ–ã_æñï1{âã ó$¶ß{tiZ~…âFÏa®Ëû|¸à%FÏ2¢ jHÏÉ_2®oÉu¤ «º* :U{[ŽÌ» “/$iΧ,\9ƒ˜^ïéKóÍ)2TM6©Ây Pæ*^£ŒÌÔW.òê¬xüg“œ*7êuòGm·Ž4ÄŽžÃWžSùhþTÆ-1÷çP‡ÖJÞ´âBƒ§¾`¶×L[ôÏ~­\ i<€„û:¦tÔžJd9ÿ/>VqƒC2S6Î"jÉ[,ÎMáÃÇㆾxîé†ô|ëmô_Ìc1¶dr±b‡þDúˆ¯¼Æ”¯òä\'|#sw-§ùÜom[µôF\Hõ*ýW?Â2¤’Ñ–ýé®bݼ¯x÷B¡)®Þ’aïM¦ƒ·ÌŒÌ5agÎD4mLĪ…<7zžI†ˆ– ~{c»"—$ä6úˆÕ:TÁî•òÒqª ‡FH…œÛ„LEû¿Ï›ç»1wt<©LxëZ¾e·ÍÝžž_““ýïN˜-!… ?/ؽŒ[fjoÏZÄ7íÅË_<Ä=|QRjï¶ûE¡ûжb;†ŠýɆ-©Íøp°UÕg˜–÷KvøK>³]ˆ×Z÷×6¯—ùÐþ©‘4}þ+Þú$…v3ÚZÕ·_uéÕÁ¹‘yý4³s¬±ÔF¶ý „²ÊcÞ]5`ƒÇþÏéìfïx©"ªïC4˜û©í†Ó¹Ìù“•tt#vmÏøm×︰9o¬Š_©$—å~«”ÝBþåÚ[û Ùýådœ/:tœæÅ IDATyj6/Š0Í!,å/9è•–uR~åVCfæ_9 xbÌèÂéŸÌâjÆÜ‘äæäðí’E4mÚ ¹dȸ¾q¸z+üµy3ÏŒŽ+—.±ôÛ%ô0¹¢f6þ –.YLž=qvv¹©åyzy›M³rùÏ$6hxÛÛÓþ½{îˆz =  n.[¶ïføCƒ(..rüâ¢Ã¼›ÒŠ·Jx'<À¤O>âцîåÏsП⓻òjÄ2ÒU\!uç°pñw´l–, Nø ¡W¡+Áж†³|=°7ÓCþÇúi-˽‰ó¿®Ïn={WéÚ³égølÎfÌüôW Ðù@YòÉ(óÿ9%¿kKÒë˜^¸Y’­$VH ËeøøúPTT„““jà݃zƒ_??ŒF#2xzzré⃂k¤N—.]ÄËË ¹LvÓ˳†¥(~ÃFMì*gÏ®¿ÿ6e®žöÔñ¿R¿[YÏö`«-î¤vø/=Y»™ÜŠýU)IVÅ•Kš8žÿ+“ç+¶¹"óWcÌývai…”½ãÔíîC„Ϩºï°f7bswÚÜA̱ĜÄÞö·«Í+ž?&𡿯W¡ÀBçP©ILlÀÖ-[ˆÃÉÉ ƒÁP-y+”J zöï#¥c'Š‹‹‘+ÄÅdzmëVš·h‰Ÿryõ¬È2%®\¾ÄömÛHLJD¥Vßôòª2Ðì޹㶚›“Óž:ЉþÍ™¸Øj‹;©„ÍUÍFþ Ý)å MsSô\U~'ô+á3ªî;݆v»ÍÄKp³çuvåWºQ¤j~|*Ì£Ñh¨[/7ww¶þµ™ŒŒ Œv¾5Îr¹__?R:v¢ví:äçç£P(‰ˆˆÀh0²{÷Nr²sªµCèUèJpG´­"„AK¶3HØV#RŒFQÄÄÔE&—WsÞFŠ‹‹ÉÏÏ¿Þ!Uj¢k×&4,ƒ^±ŸÚÈe2Tjõµ`Ô¿QžÅaæy:%žÂ =  ª™L¬ºYzýBø ¡W¡+h[Aõbw@jùO?m ‚*Ó³Oß;~ ªÐ³Ð¡@ ú…Ð@èUèJ ÚV`¡RiN­…ÆÃDn¶úûáƒï=Ü)õz:Ü\ŠŠ …D¿ºzºˆ¶ØdåòŸ­þ.—Ëq÷ð¤n½zøùÔ¸<¤DtR Ôƒ†ŽJ‚ 7'[(AŒS@ Ü…œ:•Æ}ûHLJ·†ƒR¤D q3%1F @p;âãçO\BÇŽ¥å­º9)'ÎÓÚx?›åßQH°°@ @ ‚F£ÑàîáAÎMxãX@ê&½ò0· ¨Õ’„³o±ƒÂ"@ @ j¹L† Ó[ákš[nËžû v;OL«UäþÚÏüýd‘(¬¢ªÆäâN²w!{Îê0u@ @ ¸¸å¶ìÕ‘Ï%¢áÃ(TÞD6Ãù¿>g»qªh)[(œéÒ³MsÎ0}C¹€ ¯0?z´p&ñï4¾9¤¥è–:LŽ—¿ARÇ®è1Z­‹@ @ ‚Û…[* åÌä»ð ž…6ó{|CïÁWp’Σ%È¡¼ÔÁLêêIúæ#|‘ZLÅÅf.!µx¶‹—7dÎI=ÿù˜‡Ñ@f¦–‹ù:tÆÒÍ•Wޤ1%'wE3 à(óÓto™Z·$ñŸT>¼\f—Ùº@ @ ¸]¸%¶ì¹ËNRG>PÙ¢>…¤¿€\ÊD&+&ºÑ3°ë^ÎÑ™TÃ0r¥(»òT9«Ñ £v“ jÿsšcEe~T8Óº…®@¾«™¤¿u‚4UÅPĶ ©l«Üj䜽ÀÜï2p6ê0ÜJÑ©¼mI6ë"@ àvà_]!¥&›ÅTjiþ$ V#ü£>Då€N»µSRñAü#{àØÐ´o KÉ™Â60>K1žVr–áâ¦IGžÚ›õ.r|oaÉ îÁ´õ0ePàì*G&IHÈðªÁ#-¼ðSF=éiønËÎëÌ¡¤^³zD¹è"@›Ëß{ÎòÛ‰BŠKÒÔN§W]7‚]ä€ÄÅ©ÌØ^€N®"&1” ^k@—›Ë–gX}ª½LIlóHzF¹àç,GffñÇ‘B|£}H T£ÂÀù´ó|»ù çt€\M›>ñtË=Ákr)°QF•d3£k›z“)‰Œ¡G‚7á®2Ðs`Ëq¾I3­~òˆ‹á8SÒŒ=Gøh‘ë"SU?”ž ^„¹ÈÐåæ±sïYVÓRTò{EéóóÙñ÷i–Ÿ(2#·@ @ ‚‹5 ÕAy/Þ>„ÄöC&WS˜³] µsz¹]ÑNŒF ŸZmpõ Ãùð¯\íËFÃ| ¤P 9Ëи* ç ?¤y181ˆ˜Ã'9\(œiÓÈ¢c§XçIoWrIBB"ÿòU~Ût…¬B __z· cPn.SwVhÈäø‡¸Xx‘EæR W^'ˆÎíêâ/;Ì—©Åer‚#<.ºÄ¢MÙäȨ ÑI2Â’ëðp¢Äö­'ø!SF­Ø0zuˆ¦ðû#¬É–ã솿ö" 7æ¯p&¹y[HÝw–E{tàåCŸæa ÊÎã£]ZôRùv’SËFU’-³¢ ØÒ›œà†µÝHMÚþtæŸ+¨Q£¼¢C/)(H;Åç{M:Öi ÑKêJu I®Í¨d©{NóåE#žµéÕ&_é0Ÿ3éºTgßlÊ¥@®"".”Îí¢È½r„5Ybãß¿ŠL¨@ @ ×q, UÍ…ÿa˜MÓÌ×)Þ¿ÿÐh<‚Z!£]ÑeŒ†B)Q¨Â+4d_ØÈùã‘QàÁÃò-£Lw¿N. (.æôásHˆ¦k] G÷áL+×VìÉ!£¹¥‹ • ´ee³;«$‹‹…("}âŒfW!: úÐçåqèŒiÏ‘3¹du‹çFþ¥ålÉ64}n.‡Îæ™Vú2'4œßqˆïaN^•ˆ¯M£H ëöJ×ò>r6BòHǃäÎjN¤^e–gµ¨£¼PË—ÝZ²Ë´ q·¯ GeË,¬ô¶>kzÓkÜé’äLîáTæmÏ£ìÎI%ú),âüUíuË+×¥s¢3yGR™¿³$³ùxÄ3¨‘?Á'Î’.]oÃé¦ö8vbF¢bmVñ[¦à?1/-ë·°/MAÇQ¨ë$tbýe¶ÿø=öŸÇàD†Ç E @ w¤tzCµ~•HVë¾ ¬xõóæâ‘6‹Zq]qõò§X{ µk2Y—öqæÐ/d{s°x,é†%W[“EŽ“Z†T\L^n6+öò\ba‡/™ìAqê1¶fê .0‚§¥Á€Î(Ã;2„¾}©ç«F#(”—eHºŠÑ8¹ƒ’Ñ€No( ¦rø¸Ú¸ 0pªÐ\Pyº¨Ÿæñ¼Û¼|¶Zw9’¾¸òu¹ZòpÆ]aD§79ð/‘ŸòeIU)Ã.Ù ‚sÖõ&9¹¬4òÏÉ<ò*Ù£’ÑXN†Šº•€ÝV^íySOÄ3ñçy¡‘+’6ƒÓ'Ò1F$í.¿v­”[9­ìöUÓÆ>Ïr­3½ÚgxlÍc´ k@ @ðïrK¼eïŒ>…3úä;hw`"1Íú¡/ºŠLq‰Óû¾eCÁû\26-•Âv†r®*(Î7`Œœ?x–C ¢¹§¥¯Ö¬ÊA+É(*4€J‰Z&!÷ â‘®Á8¥žæË?rÉ2¨¨ß®.=‘LÛÆ*íT“Êé¥ô/£Tæ; i$@†Ä‰?óí¹òëv EEIªJ×IF#F0w%I€„ÁXú.=óe9Z†}²•ëˆÞÊè«’ýH×K­˜¶¼l’Ù<,~_š—dDo¹¬Bþ‚Û©à8+fMaÖâÕl9vàÖ€ÖwfÂä4óVÜ4Ytçÿdùž|`?o¾Èøð=ô©3‚ÍR®ÛÇ,¦Ð(úNŠåU¿\ùžt}‹JLÆ=‰¶‰ ^õ7µt+ã„ÏñMßdFo,‚ø7Ù³i,ÑÒ1>hÕŒ7R!xÔ:ö¼ßç̧2ÿý @ þKÜ©R.š¥ ûü_8{ù’qv ™ú(.šà؆A9®*Ð0JÆ‚LVÖ1.ɃâS©lÍ6"I2Š‹Œ¦€*w‚ÐòóŽ‹Ì–ùFpÅb@Êô]™`‡LAx¸\æBQÙ@Vù€ˆ.7‹Æ ÂüådÈC[I|e¥ë®Çn®¤JÓ”~Wöšª”a—l°¥·Òü""œQŸÎ-¿eÏhDkµ¦ô`yóºÕåäqNLD„êÓy×1Œt†üˤZÐuÉ6> D@êÂpe-»ÝÇìcå¿ÏKßËê…A<4éá›*ºöfNÉfÉ™: ‰J¿³Ü™oVÓŠæ¼Qk°¨ë[—](ñUøâå%<½r$á%#uÁ®é¼±±Ä‹^8ÌED+k2ŸRÃtÇY!¬I @P½8´A’jþ³¿h2P©œÈ¸p•ýE#Ï9®JÐI¦-a’‘Ó{þá÷#ùaK6¹FSºâ"#(•¨¢œ<®àL›ÆÄ¹æçJ³Ìj½TÁÁt«ïCl˜7-[Æ0(BÆ?{.rFWn¡O¹ëŒÚlVì/Â-6†GZР̃ºá¾´MòÁWfù:®W̧)ûwU˰纲[z3j³Y¹¯„n@b˜õ"}i¦F®/æŸ #Α¡tªãI½_ZFjW¬Ka6+öjñHˆaX_bC½hÙ*†Aápìï ¤ë¬ë 鿨®øXï+7ãVQŒ ¤ÛK ùãà þ9±Ÿ¿–ƇS&ÓÁ§dœî"?E‡¸ <<½ðŽnÅ€×~&M["páfèBãzax{zááé…gDsx}éÅeŠÌÞɜшñõÂÃÓŸ„?qµ¬LÚ=|%òøÆ fé9;·|ë/±qÚô«ë‡§^Q­xðÝß9W¥ºXÐuþE–ôðÅÃÓ‹€V`zWƒô¯:”¤ÇŽÌ#|2´# 뛾óô" ®##>ü½\ûW¯¼:®œ¸rݶ¶Àô]%v`¸Àò·æq¶ôÇÌS\,²غ‘|‚G­ãbv9¥ŸË;x£¡X%@ ¨^n©Rgõ­È, Ä9õ Ù…AœÕ·ÂñãÔå¸(A_lÀP²2Æ{•ŸÖ–½M”(.6‚\‹BBŸqŽÏÖ«x°Y-F×3Åé ÅÅœ=Q„ÎÒ )ƒœèähRÜåPTÀî-GX²§ä­w×VêTÜ2¦'í¯ƒüOAŸ¤F6®ž»È©ƒH†Ê×™]!U¦]¤Je9^†}²U¸w´©7=i[1£0‚¾ "x$YF§öe×é|ý‘ÆŸwGÒµs=º¢'}*»NUÍÀé퇙^Á½ £ÓT†.7—íñã¡B˺¾V/±eïNÁpa5SÊ ♥|9> g|ñn[‹„ký7‹;Ñkî™O(Ãqˆ=ÄæÔ/ØþÕ½ëÏñÇŠí¤j™®êBò³Ž²zÊôÙÉÚ±µQéϱdxOƯ5­%T»«É8—g·¼ ï@œd(#ýј;,ªšä”Ÿû–‡Má/È|#©ã–Ï™S¸¹W^ƒep ­YŠÓøqÞJS€ ®.òµ.zÚ±ÄFÊæ:ÑkÎi@…o°7Yç±ü8¬]Ï_¯%£®¢|åt­ð£u¿døóo ·ÿÌ‚î´uÉf×Oðîx/ñªsL]½“4- wÆU¥%ÿÜN¾{ã6û†­³ºã/¯ny‹¹r6Ç4Šy9a̺Àü÷V2aé}xû’÷ÖÊ•.”ÉÙ,=¸Rƒù@ wP@ `sþîf$›óß«Z™ÅY|6{«Íd¹GòøÑk·aœ;˜Æ‡ÓìU »˜Îô_³®½¥®ü]!ëmeÙߊ9üw*‡ÿ6÷cåëŠ/ÿÃKÿû§l¤þþ7[¹ÆÑ2ì»®RbÛz3säïTÞ1—_Î}{…E¾6W—£;Syg§¥2ÌÔG—Ë’/¶²Dôó;†âô¤ItêSŒªŒþÌR^ž{pâ®)°td$™?¦ÕC˸úËk|v¤/G”¦v¦×©,l§åç‡1ø—\ö,YÏ…Çjtê[¦®Õîôü|_ÝBáÆGˆï½”l›Ò1rY…syòjFNÿ+G9m¨Çä_60¾¾3è‹0*+/’ÕYK{Å‘Öp¦×©,LqÃP\ jÛWèÏ,å¥9§pžøm3o6wåêêQ4ê·”_ÎfçóŸÒĺXÓµ>¥? ù›=Yëùá–¶qøiG1àAÇþI¸²ãz=¾Oea{9fÞKûI[¹¼äU¾׉gœ«Y^}²Lc^½/RëÓ—ømÍ,LmG£çŠŒÆÏ?ƒú­Él‘r8Ÿ£s/œ½Á|ÎÏî@àì2ùµùš3¿öÄS¸@ Á¿º9BebX—?LCÌ­«¹Š[Ä„- 5Êùsç8rø Y™™ô½¿Ÿ™Tò’·ÒY_§=¶–Ê澾åÒ©ƒã .q™kNRØ,³'ßÈdåz±…Î]ñ"ê’‚d,y‘AÉOÆ" õR™/¬׃f¶GuÉéÚŒ·Ö¯!þ£™ñù*Ž®Ã¸µKùcÁ6æõ(±’ö‹6Ê’ ”žâ8-\2–úRº<ÜŸze—¸iêè!êbM׊º=rãwlâÜO_ñ£a-ïnChêN¥Õj¦k4hä¦üŒF©úå5äq)Ï44»yzÑàÑ'i8s"{V/ ö íüu¬tòó¹œg) ucùZQò¶>Û´Ké(”@ ÁFCaQoÛ‚ A!ÁÿºL·ä–½ÿ-kþÅZ¡  Æ9rø ’quqÁÅÍ ¥R‰LV9ø£îÄàÆ2öî”8ñ^?F¹Ä„{›îf ;ýÛöiÕ?…€˜ŽÄ³’]†íÌù>•.#"¹úû\Ve„Óº¾‡]¡%§ÚwQ—Uì7neúW{éòLC›«ˆd¼4@Ñeö¼‚¾I }1Feå•UÎÕ$'Å™\$‘!o.fÈäã|qO žÙ’Éêo¢í€›i ;úêä\aÛ_ÿPØ<úZUŽiך–ô´Lô)n8ÕnCVq,2{ò̳-ðS‚>ç gŒÁD¹8V뺖Øõ zylâûs_2~@÷?Ü´¼>З6-âÏ€Z4vÁÉ­zåÅÇå<'<¨"îgB÷×´¢dyú‘Dœe‡ðÐèɹªÅh! U-ùØAÅ °@ àÖÅËLJ¦-Z°w÷ž[" u˽eO|ÄG|Ä[ö*’“…‹«+.nn¨T*³Á(”‘<ô¿7iã ΓûÑ*>š°ðê·êÈ1˜¼e­ûymdPȦg›à@ìCßspë:‰Gâì{£˜*¢?¯  ìz­=!Aµ¨Ókaù·ìUÄ%Ž€‘mO&^ ¿ˆY™i¦:Õ$§vßÛ´ $°N"É-zòÂ=Á±¨Ië’ÀÀ.^~µ!!Ñ´yëxÕUF£’톻Ÿmƽ Ï!À+;Þº›hß½ñ©•È€ù§Ñ9X[º–yµå©¡a˜Â2@ä †'U\TȪþ‘× ¥ÎÀ%dÊf3,Î U5Ë+g“Ud $¹kä ÷£ÓÄqôhÑŒc_¦_¸äÜJš=ÿJæÖHÝh>çgw °äÍ‚%oL~qZ1‡@ øO£×ë !';ë–ÇÁ€”$>â#>âãðçF1 I(•¶u:Ç?Î/ã͇Ú믹ö½S@=Zß/qÎȼh÷Þïü0¹ T “À­6)Ɔ/ûfïÚQ¹/]¦­ã»I}h¨†Â\òtàäIƒîí3÷"5Eç~ÉãmÂp´Ù¹(<ÈÏ×WN[MrŒžÄF{¡»|†´“(t¦Ý£Ÿ²øÙ84ޤ•yÓñ£ïù`@#‚Ô ÏÏ£'¼ÃèØ©(ªÚ<£gŸ¾f[¹üg AnŽå÷ÒýðÝ·´Ké(¶ ª £Áˆ\kž¦Å}ó¹èÚ…û¾¦—_IT-oÖ¹—åÚëo @ þë8»¸ðÍü/-¼$ÊDNN6Ö®¡[ÏÞœM?Ãgsæ0cæ§¿E€Èr€Ì’OF™ÿÏ)ù][’^#×O•”¢9@pG!]å×~ ¾¹bm1Iã_¦‹Ÿ\èF @ ¸IˆÙ·@ î,tœ)”›‚QNá¤<½˜oŸˆE#4#@ Ü4Ä )@ ÜY¨cóë)ÆXKãÖo.d ] @ 5„X!%@ @ ¸©ˆ€”@ @ à¦"R@ @ ‚›ŠH @ @ n*" %@ @ ¸©ˆ€”@ @ à¦"R@ @ ‚›ŠH AE O²bÁF.Jþ6\bÍëÃþÑ>´ö¤ªgWLcÎölŒ7«H[¶.¸yH¹ìýê5&Î8Í_³N"+_ÿ–ÓùÕPo¹áqõ‰¯ãF~û·Mþ¦„zÒk~º™À‹Dæº1D{zÑuY’ŸQå<<+¼z¯"GxæêAøk@ þó(… Áçù< õRã]Ë«¼T†ÒoÞîó ÂMaO>¦ìÅ¥ï¬ýd°¦ Ý}ãùª£>o-Ãï%JäŸ;C.El|å 6ôú”NÞ²2ƒ|2á®~g2Ñ㋪:ó¨5’Ï?¹—à2¾Aé«°îjòãÂ_ @ð_G¬wª’’âIJô¿~ó¨¿Èú‡Ñ±y!>^&õáÅ_NSd)ké—ùíù4®ŠgÉʈ°Ãxwîû<Ú5‘@O/<¼¢h5ò3öåKòJ«(o<<ÍåÙ“&uC®åßñKÓ(¬ ÚùÙLexzÑà­Ãæë`¸ÊÖ™£éhZ½ÔÁ_Ÿ6m 2dð׌Gi_Ï¿DŽž<»ày¥¢jwó|œõžÛu}ËcîïÜïïEëÙ§M«HŒWÙôfZÇ…”¬  Ùä]hÑ“¾xɵ|LßûÖ¥Ýè/Ø_ª‡j­§­²®°fRšÇ†^[ÁR«É}LZz”‚ÒºÚ“ÆŠz–³ IDATf9UÔ…á3[y0p-¹ŽÔ[*àð‚§è`Ê7°_Ùij+½ù<­bÍ.-P^Æí¬Q ÚO±M{=ÐsyYO¼=Û37Ý`§ž•EÇÕÓ™ $ { /~~´ÌJ~y…ǽs†Ì3Y¶®Ý@uhÚº5mÚ\ÿ´ˆ÷Æb,¤è~z©/IA¦ú‡·Á—i7ØÖú9P¸öqYêg6ì³4ÿOÇÐ9>¨¤ÝüOlÇ€JÎo²ÇWT¥^wš¿à6E¬w î¤ÌÙ@ʵ¿ ØõfOúÌP2ô½%L‰7²ûó LÜ­y¾vÅëm¤Éçø›Iõ{†y³;à«=ÂÒÉx{ÜzRž~¹Ï…!^Èó/N`htk¶¾Æ®<ÿä˜ßÓ|1³>ú‹l›û"ï<ü þ‰›x>öúöCŸûæ°l\}4ÈpˆF]©þ…ìÿ°]ß>KÛ'ÞeaJÊ«é6 @E!ûÞïE·w/’2þc–´ô }Õ^Û™Òv–=T˾ØÃ«Ùïõs?éJ°”M~`m4(ðIîÏ‹Ÿ'ÔOEÖžù<ÿܳ hÉ–âЫ³ž¶ÊÊãØ†öyš¹Óï§ø<;¿Ï;wà˜n‹ CiO›åTQTk«ÞÅÇç0lì×ÈGÿ_úÅáœ}’Óš0ª¶AɆ]Æiì’Ñk[Kœ–mduZÍëk€ŽüvCÔ£´òW€]zvTÙéY5Œï]ÎÐéï²nÄ<îö‘ö3ßX‹ûCówtÓ-¤n É€^¯/ó …RÌ\1RNêιzîžø)6÷"sïL}sÇ ´…µ~~Á”¤Vžµµ²ØñùDÞ,×ÏlÙ§–½ïõ¤Ë{i4:™/ºÇám8É’qãùösè&$á\#6v§ùk@ D@J n[¤«xçÓTê¿¶‹ŽF´LP±mÕ},þé$Ï<+w,ýx'œ"ÚÐ%¥-î´¥!¿³tà)ÚH¯ºjH©OþOß3ê·í\™OH¶½y¶¥k§Üö Œ¬‹Ã/›.0.6üšC×øÕ!¾~}‹7ƒRÖÞžvÀ‘«Xüf ÜÊý¶Šw¦"`ÄJ¾~©¥é·MñNkÀˆwfqà·iè€n"ÛÓ­CÜË|çR¯÷×+ù£Y= þ–¡ë÷“31ÿÒ몡ž ³»¬n]:àtº»=¡}2öí9¼÷u(íHãdg9UÔEElÕÛu†«¸Ó¦}Ú6öENCšÕT߈‹5{]QF©Åƒ´Ò ã—Õ§™X?uÑ)ÖoÉ" C'¢4Pµ±¦ç¤GeÑ“s!<"hòÈËôš5˜7¾>AÇ'£É\ý6sÎ6æµqí‰zQCѹ äÁ½R´èò84™F“ËäË›»ÿàÉh3¯®çÃùg {|-_½Ðؤ·»ê“½l1ÏU±-¬õókú®Ûþ½:â´KÔ³fÕè2ý̺]ûemäé‡ðò¿|ÜO ?ÉwÆóm ÚØæ¯@ )@ ¸):»CZ8ób#|_,ÿ›gZº ¡ÛéC+fBêàËÎf—¼OIîNh¸ì¹H®¡jyʽ¢‰õƒug³Ñ;àЋÎle»×/“Zæ·&=®ÿ&÷£EïXX»•}™Fzß¶I_1…‰ï~ÍÚýçÈWºã^l„†[x­[UëY•²P‘Ò7ÆýÅÁl# |íHã¤s¼œªÊgΉ£y®ó÷ŒÄá^#5êQ´©…³¬&úv­èù¶eD;'/YÎ?cŸ!êŸüvÚ“v}ã-߈WÐs½KÊ"iɸZŒÜÍ÷€ŽLz¢-§ÌÖAcÙþîï¸ôÿNöuƒ£ÈÕCpÅXÑä1š¯çÜOH©ÁÊÝUZÐóNR‹hØ©žE}8ÚÖú¹Ù~æI=ß²ý̺}¥oa¿Ö‰æ}›‚Q5æ+Ôëó×@ ˆ€”@ ÜÎH Z}´ši­ËÞºÉPy…ãÂÓ_¬\†B… £t=­B%£„$U1O”¨ Œ^HFÓÛÀÌï2û›¬Üor”2Ð;þÂøâÔYôø>9ýÞã«)­ Q_bõS÷ñšd}¨ªJ=«VÈd×TaWšª–SÕëlâÃ#KÑyÓbæüïcží9ƒ÷ûź™}®ö¾a'2Úî‰ç½ Xzü1Fìû‘Ã.my¹«ýmá¨,ú<.çƒsˆ 4ÄŸD—G1éÅtN‹ãÙ¯[á!3àìíùWÈ7@¥}7’‡[IMšiÏL«´¢R5¶…Õ~n»ŸÙ´OI2en-{|…ÃõºÃüµ@ " %·/šÐÆÔUØ·»€Mð¨xƒU\öÌŽôúÁž<å<4PY€ÑjYM¨«žÎÎÉëX~+&¬õ?f犃äwlaz#˜1ƒm¿à¡$zËAéE¸7\9tœ,c3œx=Fá‰M!Ž×^A—hËÅ` œs@YvÖ³Je3Ùù[* ¡ž§Ü®4…{ªV'‡å³³Þ¦ûbg"Û çív2â“Î4šô!¿¼ÔƒGíHÙkëvË(óÕ…t`þ¼ „Û&åKšY[ZSAÏ•ƒ² ÈÈg/'€< +Ï?äK‡Yëqé¾€A%[ç\¼!/ƒÅD?oJóSå„~e鸺74sTÏûgv±éw ñ£ú潯°¼^Ï×þZ!„)!„x–ÝÜÂðž[2½U¢_V64^¢r¦Áìì.9…™k§Ð7<p¦|“¡ÔJ%µÞž@ÓAË÷n':ìhŸÇüù(cže0gZÎ_ÉÀ~Y8¨;¨Ü©=x3¡}P«2o«þ¬ýìö˜ÂÌðñô^®{OêŽØNhHi‚¦ìa¯Ë$¦­zƒÐùzË5¤×²ƒÌ óI»IMõ៲åΦ­A¯ÅÆu¯jÁt«R SÇbj¿Q|¼òoFÍŸÎËŸp®võ¦fWoU˜¾dÉÂzš½-‡d"—%<*4„ÎþšÅëe>(45O>ëdq,̬·.úWö-[ÎÄI¸TiÉ›—ó’§MÞgnØ0×M–ўʯM£Ë‚^|åЗaݲ_íe*Ζö}1‰ààâž“ve^böê—2VGGÐÅs?É@¦;Ît761´Û¦,+lÄÖkøO¶û°9Q{ò^yLgúŠ™ôÛ¨p.@ëàÒÆ~giýMõó¦y—䕟*Wš¼»ŸœF3}ÉëtO·êõ©©fì+òQ¯çj-„BaªþoØŽ>,yÅê5Ü¿ ÀÞÝ»è7pˆDLa±­×Ó¹khŽÓìýš×Âò >.×åw}±ƒæ!­ð(QB‚)¬GwðfA¼í³“+ŸµÊ6aö<Â|©—YÖ¬ÛáçY5p”8±>ź5™è±ë_·ÇU""„B÷;1¶IœÛUž×¿åu‰„B!Ì`#!B!„B!„O’ H !ž/ÊÎl™Íäðó$ågyý]ÏÀ€%gó·¼%’¯²ÿ£cÜÑÿ ÛÏXΦrãàG¾©-ZýÍžö~ó,í“žÅø !„â©%RBˆç‹>–ÈõKYqƒÔ|.ÿË×»8t>C!Óû »5¡×´pÝLµþ¶•$¢~>ÈÓ÷Ðg|?ù,³zSéµ]ÂÄÓŸ³Úk|½b"Ý‚{³ú̃ôG—<óý-¯4N¼È¦á!T-¡ÁÕMƒW¯oˆ½ó½+—¢þ¬3Æ’¬ý&·Ü—}R¾Ëÿ¯nÿY’uÿú´å¢Bñ„É€”Bª¢áMêLÝêepK[—W@&|þ'É&L”-ÏmÞçøÜWö/“væ‚õ§Ÿ&)·÷óŠ•©v1DsxjWø•M?K¢|ÝîLýüÿHT2X%Næäl®9X‚r5Óî 9˜ô “ü5øN<ý8ï|CO Á\GW6-hË«dêKZ’RAûÍ+”K+£wߣ<|xŒ°2ê-»lò¸l¹_¹ó,ì“ Ús\Ÿú‚¹9hq¬ ÄžÚÎ'£ÑI—vóÉ‘ë$™ª[5ê7¡YH{º˜Èª}'9ð¦¿. cêñ¸Ç—ÈæUïœö¯9å¢|r !„xNÈRBˆ¢K‰çû©é»AGûÉkYÔ@CÌ™¯X:÷d†™9=·3]WÚ¶`;‹ üòá[LîÓןŽ1Éß!ØâñÂ+L[;€²%í‰ýu+“&Ž#̧?Nñ'ëÒÚËëè?òcl†­bOOœâ®rÝ¡ö攥JÖmçUv…s‹^¢Ý¼›4õŸ„ø`wÿÉA^ØsîëØ9>T8yUFÍ­,ÛHæì—èðÞB&,g{#WnD,fÚÈ6\Q~fg¿òظüßï¹Tr Û㡻Cä†iÌÜϚǙä§Î!nÉ&ÊfÎ6ã9¿ÿ ç4£Ø°º¥•8JUÁÁ“óûyÄj¬‰v1<äÒÑcüæ1† +šá¡½ÅÉm ™?¸%—R#ÙÖ»vÖŠ“Y9[°4K~ÚÔ ýÍd;äöE&xÞoDqÀNS‰bœ4«ŠÙrßpËú¹ó ì“ ÜsXŸUú‚Y9hy¬ôÿdBÏ\xã{:ù_cAï|Òh'ZTÀÉÜþa£¡ñøw麱'_®ù‘ù-Ú£ÉW¬rÉEùôB!RBñŒGÝ?¢­7)7â[¶L©c<ØhHÜÎmLLŸç(ó×þAàìÓ,\{ Q {"#º³m÷UÆúûåqp ¢˜ozø¦ýYß—ä¯wväñ“ýñTe9Šâ>.4iÑ–¦uJ`CõÍ-Ë8›,õ3=ÿ˜Òט·ì¥E°mnCœ3.œvú†Cɪ>>Óe‰aìQ毸ˆ×À|<£‘q-ëáþgmÎ_Ãù—ç”väíèÓ”v­CpZÔ6ðßpö¿Íx¿ Ù>l”Ø£¹–M‰0›[Сe\ÒË“ãûÊýý&c5¬Uîíòˆ£OS:´m‰ к} Êv bä¼u\è6‡ZÉÖ‰“­9[д„Emj…þfN;dû"ãV‰€ÀÀÇ9ðмºå–û…‘;Oó>©À}Ѷp÷¦û‹…±Òßæ«±ÃØQìu-Íéwš²äNG>šÑ…ýDå@ó*°ûÊ9îhÛã–h~½óÌE!„â9!—ì !Ь”›§øCëHPkß\¿è§ÜŒäb\˜ö"%ݸ¶|wv=„è?ï™ñÔ«nìŸGŸf”v×àêÄÈï ’ˆ6‡ûJ;ÕÆÄ6*vöªEã>3ØôߨôKE,-K^ó?Œú‰s‰ŽÔé˜y0Ê’¦­£n§×aS’†]üàïŸ8“óͳm4•ñ+ 17㲎qeZoNeËï6Mç‚éXÙ™h—œGA¼ õ‡¨\ˆ3X-NæälAs0ß_òjS+ô7‹Ûá‰ìG¬Wæ§qŸdí¾XXûŒœû‹%±2}`£öèè<—æ3díujO{‡N^ù¼YŸR¸û-!„¢¨“3¤„E—J•í !û…‚‚-—dYpÆÃ1öš ËcÚ?ÖÐóÕ…Ä÷\À–ÅÁ”QßåàèîÌÎm›ŽÕòùEÚ߯ºUË×y% _ÙÂwá]qϳ,Q–•ýîAcÕU ¢’ã:T§åòñ¢¶EŸËA˜b0Q¶ün³íìè”k»”Î#½Œ²RœÌÉÙ‚æ Ê;è´:‹¿2˜lSkô7Síðo}c±f™ŸÆ}’Õûb!í3ršÇ¢XÙà^§!®{‰ ã3»€x &íu/ÿãÓ¦'¥Í¯ô€ÇwÓTäRB!„B!„≒)!„B!„BñDÉ=¤„B“Ÿ”~"–á !„B!¬FÎB!„B!„O” H !„åg¶Ìfrøy’¬¾òTnüˆÃ7µyϪ¿Ëá9°äl!”ãiЉÏCß·òþA!„EŠ H !„},‘ë—²6â©Ö^·ö_¯˜H·àÞ¬>ó ý±¹•ã—¯wqè|€¤HÞ¬¢¡Ò¨ŸžüÁraÆÄâAƒ$¢~>ÈÓ÷Ð?‹ëÏWß·$Ÿ,Ù?!„¢H‘)!„…K]á»N±s`"ïw®» ¶ÇÑÔNêç;†É¿³*ìÆlû í³¸~!ùZ(û!„B<Ë䦿B! Ÿº mfîáìàÔžübçFY÷òùÀBöB!„(BäS_Q´éïóSø0Zù—ÂÕMƒ«w}>¾n¼4E+_§…¯'®nJÕê̸ÎóðÑ5#†ûŸû ÁþeŒËºyQúi’r{@w‡#‹Âh\É=m]™¶ç:)J"¿}4šÖ~^ÆåJùÒjÖ)ãr†hOíJ¿²iëÔP¾nw¦~þ$f¼†%Ï2ÿáI©[½ niëñ èÀ„Ïÿ$9c\Rþb÷ŒPjyç©Ðh ›ÿÌ0=¿uÌFÇmýy¡¼®n%(W³1íÞØÈ¹3/̱÷¢V­jÕôÄ é&ùkðxúñ%|¾¡‡§†à®£³$Yå“‚´o†øó|õñqîè@IºÊáOöñgrÞá¸õAKJ¥Õ©ö»¿·›WN˜3SëÇ‚ä'öæ.cQÞIßÏwßÏÔg5¸–¨Nóaú¬mœw>YºÈ£lææzn¹Q˜û!„Bd#?8 !аdÎ-z‰vónÒtÔ{|âƒÝý$yaO2g¾D‡÷î2a9Û¹r#b1ÓF¶áŠò3;û•ÇÎÏùý9§ņÕí(­Ä‘Pª †˜œß'‘Ós;Óu¥a ¶³8ÀÀ/¾Åä>=qýécíÖÑäÇØ [Åžžþ8Å]åºC9ã@‹á!—Žã71lXÑ í-Nn[ÈüÁ-¹”ɶÞå°3«Ì \þï÷\*9†áÍñÐÝ!rÃ4æîgÍãLòSƒÏ÷S;ÒwƒŽö“ײ¨†˜3_±tîÉŒ#&ùªã$‡,m`‹Ç ¯0míÊ–´'ö×­Lš8Ž0ŸFü8Ň<ÛÐ…uG ±¤Ù͉AVæÄ¤ 훵ˆ±'Y7a:›ô?²ã¥?Ø6#Œó}Ç‘©µp2Q5îëØ9>T8yUFmNNXºìëÏ*ö¯–Ø›Õ^–æôý|÷ý¼ú¬ý+ï|²tÿPÐýI^¹q¯pö/B!„)!ÄóE‰=ʼe(5(‚msâœiZóW\Äkà>žÑÈ8­e=Üÿ¬ÍÀùk8ÿò<‚ÒF+¶ CË&¸”ð¨dÐ:ûk¯–vçd¥2;Q{ò^yLgúŠ™ôÛ¨p.@ëàҦדG³ ¨ýFññÊ¿5:/j|è»ÚÕ›š]½qÌñL /:½=¦ƒ–3îÝNtØÑ·Ìk¤úðOÙrgÓV ×bc}¼ªÓ­J±œökFL Ò¾Y8øæà¯¤]6ÔƒO~í‘Gnih9%ûMdá î r§öàÍ„vô1#'̈™‰õ«Uùoköe‹¶+}?ßyžgŸ5ç¬J3óÉÒýCÞó›“ë¦s£pö/B!„Èñ+Cÿ·lG –¼bõîß‹`ïî]ô8D"&„°ØÖëéÜ54Çiö~Íkay—ëò»¾ØAóVx”(Qtƒ¤»Fx³ ÞöÙÉ•ÏZ=~ª—¢h“¾/„Bˆ'È©X1>ݺ™Ð=s'>>ޣߦCç.ܼÅúuëX¾v‚ñÙ´ @<“öº—áßñiÓ“Òæ×zÀÀ㟷ù±G!„B!„Bó ý18S!„BX› H !„Õ¤paI_F¡¢çÊDŠ`ÿ܆8;zR5 ÿŠÎØæxÿ;«Â^a̶¿ÐJ…)Ê}¾l¯Á5`8{në2OK½Â²Jô8ăõ›…3ü ¨ê‰ƒä÷3G]á»N±s`"ïw®»2¬+„BˆÂ!75BkÑßãä7WP7ÛÎäÞ­pMŸÌœ½ßI|„õÜü”¾=ÊómÄdê8«ž®²©+3`Ó· Vzv©ËÐfæÎŽAí)¿] !„¢pÈ· !DÑ–ò»g„RËÛx ]…FÙüg–ytw8²(ŒÆ•ÜquÓPªVW¦í¹N €’Èo¦µŸ®n\KùÒjÖ©œï1¢hIJí7¯PÎ͸=ï¾Gyøðae4Ô[vÙä¥ ·>hI©´åj¿û)†ûŸû ÁþeŒÛvó¢þôÓÆm[«ÌÖˆQžtÜØÖŸÊ{ËS¢:͇mä\‚‰‹ô÷ù)|­üK—ñ¢ÏÇ×ñÓßãÄÊ×iáë™V–ÎŒûè<M][”×2†84©3u«—Á-­ ¼:0áó?IÆ‚yò+±§¶óÅÉht@Ò¥Ý|rä:I¦êãÕ„ÿZ@÷_ò·ÎTè-,‹9¹W,u×o¬ÁëÕo3©•-¿­Ýî¹õ—ÂèG†hOíJ¿²iëÔP¾nw¦~þ$*VÎ;sÚ%¿u4ÙWKP®fcÚ½aª¯æÑ·“~a’¿߉§ï|CO Á\G—W»›³¼¹1ü7?²öøøó|õñqîè@IºÊáOöñg²|\ !„xþÈRBˆ¢K‰çû©é»AGûÉkYÔ@CÌ™¯X:÷d†™9=·3]WÚ¶`;‹ üòá[LîÓןŽ1ÖnýG~ŒÍ°UìééSÜU®;”ÃÞÔŽ5xÞoDqÀNS‰bœ4«¸Ý×±s| ¨pòªŒÚp‹óûrN3Š «ÛQZ‰#¡T¬Yf+Äh’¿C5³Åã…W˜¶veKÚûëV&MG˜O#~œâOö¥“9·è%ÚÍ»IÓQïñIˆv÷oä…=Éœ]øÞ»CÈ„åloäʈÅLÙ†+ÊÏììW>‡63–1$pù¿ßs©ä6†7ÇCw‡È Ó˜?¸7ž53ÉO æÌ“Xéÿ9È„ž#¸ðÆ÷tò¿Æ‚Þù¤ÑN:µ¨€Sn!-Óð… éßþ ú®dïh¿æµ°,fåB~âŸK~[»Ý ñ9÷CŒõû‘á!—Žã71lXÑ í-Nn[ÈüÁ-¹”ɶÞå°³VÞ™Ó.¹ÕÝâ|´´¯Z:NLµû=3FwÌé—OÇgCz‘cO²nÂt6édÇK°mFçÿúŽ#SkåÞç…BBˆgh<êþm½I¹ß²eJãýfÄíÜÆÄôyŽ2íÎ>Í’Á•±Õ°'2¢;Ûv_eX«(îãB“miZ§6Q?¯«[%qyôÆCóÊëP²*HÒNp¬Ø‚-›¤¯O¹¿ßje¶FŒÆúûå0¸‘Šb¾èá›ög}_’¿ÞAØ‘sÄOöÇ3ËgJìQæ-»@©Al›ÛçLÓ"˜¿â"^ðñŒFÆi-ëáþgmÎ_Ãù—çd›}}y.“véèÓ”v­CpZÔ6ðßpö¿Íx¿ 阦汵4VúÛ|5v;нÎá¡¥9ýNS–ÜéÈG3š¢Q™Ž©K݉|¶ø$ ǾÆÜG™['kÛZV³rÁ‚Xæ™ßX¹Ýísî/èb ­9ú4¥CÛ–¸­Û· l× FÎ[Ç…ns¨•l¼³5£]ÒËca³÷]Ëújžó›³Ÿ6Ñî–<îΜ¾ûo6¤FTèÍ’‰Òð­×Ù¼‹9ﵤÎÌksŒ9õœQÉÇ·Bˆç„\²'„(²Rnžâ­#A­}s=N¹ÉÅ$¸0íEJ¤]îáZ¾;»BôŸ÷°«9Œ‰mTììU‹Æ}f°é¿Q¦/¥z"õ²^™­£¼ŸH•ÂýóèÓ,€Òî\½‚ù½RÑæp¿ä”¨Ÿ8—èHŽ™N3L«Û©Æãi6%iØÅþþ‰³1†\×gÉ26šÊø•„˜›qävU\Öy,‹•èµGGçùã¼4Ÿ!k¯S{Ú;tò²5#ÔT [Çún1¬ì?#÷õj7³r!Ÿ±4+¯­ÜîO²G¼ õ‡¨\ˆ3X-ïÌi¬Öw-ë«–ÏoY»çûËm}÷ßÿlpÀoè"ºÿÄÔ‘Ÿ¡{i“®°|È"ÎÊ¥{B!ž#r†”¢èR¥ýÎlê AQP°¥ñ’ƒ, Îx8¤Â^SbŽN ùü"mŽocݪåŒë¼’…¯lá»ð®”þ·ö Ö,³5b”Gqµ¬¡ç« ‰ï¹€-‹ƒ)£¾ËÁÑÝ™Û6ƒ±89ž& ä8M•qšU–1~DªmAÑL~ŒfšÇ¢XÙà^§!®{‰—‡²u¨®Ösé—DÊøúáç÷èåKo'ã1’ʉŠÍ0ïóHNΫÅÍí‹ØsKWð*i…²qÀÕc1ç¤k–Ùj12Q¿ä+Çù†NHÛz5¨Q»A¥LÔ¯.ÕÕÉœÚ!ÛÕŽÊ{jÿ½i¸Gä¾ß¡t}jºÛdÛ¾EË4ç,Œ•mé®,[û2úƲìjmfmMÙcÓ™q(sÏù±qoÁÜoàüÕ Vÿ‘ÿ²˜• ù‰¥™ùmµv·f[YÒ÷ 1œ:ôx¿ˆ¯›ÕÊlN»X+-í«yÎo§¡‚;D_¼L¬Áòv7gùgò³AûF¯àïï³.Ì™ˆ)³ø©Ê$¶L©³\¯'„â9"gH !Š,•{ ¦ò§éÂ^üG=‹7;ú£I½ÂéhÀ#mVLR‰6«ûÒËeCÛTÇ-õ.—.ÛÒfH(åþ‰àÃý‰øÖªˆ›á.?Ÿ¼ êJ8`ÃΕÒxù9{ÎÒ½Vê#nï<–~1žàâÑüehHïv¹ÔËŠe¶FŒ*©Mׯ‹O*1Ÿõïo¦zXJ9&pñŸÜ/ôSy´dÊÐÊ´^Ù›ÞÅgòzHeŠ%Þâv±f¼Ò‚©#üh¶¨ý=ç2¬‘+Q3é4_6œšN€!K|k›±ŒÎJ9gi¬°Å³Ã6ôkϬ/câœÉlšü_Â>?At».˜uå*\NcÈý´Yý¶ù,‹Y¹àžXªsÉïN>™î_Tàv×Y·­ÌéGÉ?,åÝõiSUMÔáLÐRgîj:ÊÉ:e6§]¬•ŽöÕ<ç·+MH@”·§1l®ÂÐ&epˆ9Á -òÔT»ç½ü³øÙòç~öÆ´eù§¯QîþWL½ÀŒOÇR;í”5ÃýC kÔ“ˆÚkùñÓ^”•oëB!d@J!ž5NÔž¼—CÓ™¾b&ý6¤*œËÐ:¸´ñiH*gÌ>Àî’S˜¹v }ÃSgÊ7J¡xGÿʾeË™xÃxw]—*-ysãr^ò,À€”Þž@ÓAË÷n':ìhOËù+Øo" u•;µo&´­O.GSÖ,sÁc”m%ký¶âã•3jþt^þÔø°yµ«75»zã¨Ê¹~õgíg·Çf†§÷r=Ø{RwÄvBCJ4e{]&1mÕ„Î×ãX®!½–dn˜±¼9Ä7Ïe¬6 ja¬lݺ™Ð=s'>>ޣߦCç.ܼÅúuëX¾v‚ñY¸ @<“öº—áßñiÓ“Òæ×zÀÀãß[¹‡”B!„B!„x¢d@J!„B!„Bø;:žÖ±±Q¥¿'„5تTÔ¬^–¾¾žsnI¾ Q ý·Bú³ÏfÚKÞ›"RBˆçæƒÀ`PP©@1,[þ.GÞ›ÈöâãX6¦ÿÊYÊβ˜ =˜:´rQØÓÇ&-Çrúâ!_FŠÊÎäg¶,Ⓡ=˜=²&NV]y*QŸò{WiSNç>é›w&ð‘óx>˜PÛÊåxšbò”ôB®£xÆû£ÄTÌ…úþ,„EûûUÚ À`Î+å,óš–"0l·õ`ÐÇrfï.¾»G*`P’¸~ò ¹güûI¼ô±üüáR><EJ~–ÿ7Êü¾2æ›’Cê+ù 3ë–¤|¯/¹­EIä¯Èöº‡îI•¡¨¿ô1üøÁbÂD¡µöºµ×øjÙ[tmø +~}€Ád9b9ýÕ—<glÛÄHFø8S~øO$‘˜<ѾSu”þøüôG‰é³ÕŸå%/+çµ)!„0= ¥<>kEQÃ=¾îìFYÏ쯀?@qÊùâ[¹$j•qÙ´¥ÿNþuƒz2iÇ5´ië~"¯´osùZöß*s.¯‡ÇàçéEÏ£HÍ6Ý@Ì‘7¨åéFè—Ñ2¶Y³pþJ-à:rh÷òÝo…zeÌ·Œ¿ç<,ûT¤xqçô—G…Ú´ì=• ßß"ÅÒí«œ©H@Õ´¼Mú•}zðæ§W-_—¼L¶qîmZ€—}UFì>Í—ƒYØy _ÞÑ›±?P@QP°ÅÑÔNvÆ¿‹@LL®Óp­)î;”Ý·R3OÓ^fIg4¡VéÓù®£ôÇç«?JLÿv’—¼ž‚¾bM÷_ Éˆí4öMFlgãþ Eþ8M.ÙB<#Rÿi0€b0Ì•ÈÊ¥¡x§ï U¨½q°s¡÷Úoèm\Àø¡£€¢P †Ç—ü)Šñï'Q‡ôË ùÛæ¿QæÜ„Ä¿¯ó€~˜3‡ÿvXC êñä”ó¬›ò)÷÷Ñܱ{Ôfêo(À:²µ;غàdF\–.Z€Œ›0ɬ|3ýžŽ‡·£¡ü > ïFiCÿ\;ÃwÛ×1ºÝZ6ûНg5ÁÝÜŸŽì+1pó>úZÉcû"?©ûø…Sû2´¹—óƒcP—4q¯»ô÷ÓÊaëFY÷òìžt[vLLõ§ŸÐ§[y¾;8…ºÎªìó[«<ù©£ôÇç§?JL ÖŸ…(Ò‡ – ^}¸ï<ã^­ÚΆK7bY¿ç :éÉRBˆçêÃÀ`0¾p©BPƒ`ê§¿TÉ´×XâAÕ~ߟ6¿!íûYÆåï|ØŠjÞ”÷ö É‚ßHÖÝç‡÷zÑ6¨å½=(ïíMË·!Ñí]Ž/íO[ÿ”÷ö zýPæì½N²áñ:3½’ÿbßìnW2®¿F‹A|r5s,]gö2ŸäðPÊŽád£ùþÙÕ…ŠÞ-٥Ǡ‹æ»™¡´ª]>­N÷`ÎÎK<Ôç·,©Ü»¶^”ŒßÁ;›.‘’>MÏí½o³þІ2Ž‹6c›a…udk÷`êTwG•[[¤½–¼¿€%‹°tÑ¿¿ Çy2æ›Y¿ ¸V¥~pš†´£Û€‰¬Úÿ?"Þôá—%ý˜|4Öxv—¢ è¢ùaÅ`šW+³‹+^5:2fë9¤Ý·JI½Êª†®”|åpú™!·Ö¶ÀÓÅgWjν@rNåÐÝãÇÕC ñóÄÙÅg¯Zôþè/ãÙtymWcï¼L#_oã².%©;õ‰¹½¯((©·ùna_ú¸¥­ó%¦îþËX6C·Ž¢eõ’Æå<«2ó$( ŠþM~‰zÕK§­Ó•²/†2eÇï$2Ö'¯2ß%â­Ž¼XÕ—´õ”ôoϸWHÊtfá5¾šÖ•^ÆyÊ5èÏÆ+ÆÉºçUÇl¯T®ÖÚe58»¸S&°!m‡~ÈÙ‡óÎ8°ó¤f­j×(‰¢ $žf¢¯+Õ&¤•EQPâѽ„+Öþe<£ÐÜd;Û2˜¤}-í;^MxñÚ{t¾“›©Y–UÌ,O~ë(ýQúcŽó»âì^•f¯g˜ßœþhªÝŸ‡þ,/yÉRèôT*8ùwÐé hµº"œ&gH !ž‹©Ç¿ù)éÿEÑ£Ó§’š>U…­-*” s+æÎðŽ‘{×µl~3T8xVÂÎp‹‹ñ›f$Ë–¶Å[‰#Á«ö$ðëÂμ¶Öž^s>cŽ¿žs[&3gp/\Ž|Ç›¾Y OäÛ¶9•Vã×0»®±çv³váÿ2”)‘3–¬3Ç2WÁí qØ}œo¯%ó¢¿À¥oÏ£¯8˜zž6(†\ùï1.yŒfÙ¢¦¸§Þâ—/±lD+.§ž`}ÏrØY\qÇO?ætÝLj5ïq¬ß‡´rWAòy>\ðÅ_ý föÍRQpÈwcý °Ž\Û=wË/dÙâh4îi/ÆŒŸd2ßL½‡’¡NŠòø‡c•Æ¿K×=ùrÍ æ·h†dÎ.èLû÷î2a9Û¹r#b1ÓF´æŠágvö+Ÿá̘ÌíÝ×±s| ¨pòªŒ½¢d9,™sïw¦í¼›4õŸ„ø`wÿÉAžØ)IœÉk»ú8Îí;È9Í(6¬nGi%Ž„R•Qëcr~_IàÔ;è²ÒްÛY`à—ßbrŸ—qùécí> lÄÇØ [Åžžþ8Å]åºCYc¹õ¸tô¿yŒaÊfxhoqrÛBæ áÿ´‘lë];sb¥Èåÿ~Ï¥’cØÞÝ"7Lcþ Wñ¬qœI~jPâù~JúlÐÑ~òZ5Ðsæ+–Î=ùøÒÙÜêžG'ù;dû}Ð#覭@Ù’öÄþº•IÇÒϧ!?NñÇ!·ÜIoggBÖ%äQ®e½Ì8§ẻA¶íš9ßöÍcÿ­þeº¾°!ýÛ£Ï ìí‡S¶º›.O¶¶0«ŽÒ¥?Z0¿9ýÑd»Gíþ,„HgÐëIJÖÿ0ƒÞ€bÐË€”B©Á©Œü>“J33¼QŸeçöÓÕ ƒ¹ß”S]¢*Õý?ñNg|ß¡BsZ5ÆùÑü1X¾á2¾ÓþÇ;ý+aÔõWó¿Ã/óåÞ« óõÃ>ãúcŽ²ê“›”~ýVŽÑø”›àâwogvÚ¶ 1Ç,Z'¹”Y©÷*õ\”¥ IDATÕ9x8ŠÑþU±×^ã¿?ÇR²ykÊ«AyT§òMhÕ*g Yëæx¿R‡É‹6ð{×· H´´,:âïă«AýgÐnC?mû“foT"ö›ùlýûE&¾Ùœò³ÐÞ¾ÍCWeÖ‘­Ýý˜zâ(C*Úç˜3ËÓ£†Í„ISX¼p>Ë/D¥ Jå@ó*°ûÊ9îhÛã–x”ù+.â5ðÏhdÌ­–õpÿ³6ç¯áüËóʹø8”¬J@``®OKRb2oÙJ Š`Û܆éykœaöv+¶ CË&¸¤7sLŽï+÷÷3íÎ>Í’Á•±Õ°'2¢;Ûv_eX«(îãB“miZ§6Q?K™}šÒ¡mK\€Öí[P¶k#ç­ãB·9ÔJ6?VŽ>Mi×: Emßù gÏñÛŒ÷«€íý#,Úz“r#¾eË”:Æø5 $nç6&f-…uëïGæÃCÅ|;ÐÃ÷Ѯȗä¯wväñ“ýñTÞ>ÑT ²~IT̈‰rÿhÛׂž‚K݉|¶ø$ ǾÆÜG™['k™ZÔfÕ1Vú£ôG æ7绉‰v'éyéÏBÑc b É)©Ä%hQƒ^_äre@JQäiµÚô§¤hAI%Õ”ÂÊ%ÿÁëÑžÐÖ•ŠN©¤hSÑƒŽ”-ö©©èÀJJŠÛ”Tô€¢7þþÝTŸe¹GÛ¼ö#¿'Ãß³ëRmvæ²¹^¹ÃÔÊËð^ʵ“\Iu$°IElR´¤û“—ùñ{J.—¥¯?·þ‘~3÷ì÷DÈ×v³Õ/KY ƧÂ5\¸—Eœ3狦Nj'|ú -¿ÿœ׬â­ÐpõØÀÁ/áMNëTx4ª”ü—Y±ÅÞ– ¿F>¾Iv¦û¥§KîuϳŽYÚC{y-½û.æAwÙ° eìÿáЄ^¼«dÏs'[«ª°µ]ªÎx²ŒË(æÇ Ûf͉IAÚ׎üõ[O:,ø€~-z2tJzé3Ô˶PÌlwéÒÍžßœþh¢Ý‹|â9õá¾³tiê‹£Ú6½è pñj4qSHÑêiÛØµ­ñê$&³æ‹HBˆgu@Ê`P2Ý»Ç`P0dý%Ïþ]Ù8Ý6¿Á`ü5ÅÕ›ˆÎ `Èm¹G;Zï *Ûëùílž½‚pQe=ÉüEÑλ.ÕÃ9½ïW₃ó} 6–ÇÒu’[™ç:Cøw'¾øä8eþü‡à¨íœ«œêdˆáÌ‘+àÕ‹JÎ*ìl-,Kj÷ÁÑÅ•A– ëY‚^›ãÔj=]ËÛb0(8¸8BB4u û,m¦³Â:̸ jø¨±óÆÌé–ßCJÉ|cˆå‡¥³Ø—àNÏ!õqU([ÇUœŽ¸ÈÃõ)`¸ÇÏÿÞ¯ Qe¾·ˆ¢ ¨Ô¸8@RL:Àöe^ ª}2§#.ð EƒL—ŠØçg»Yë—å}ãöôœû5ï~/àªÊ).ŽThÒ—ÙM^¡ßh4sû¦´g wë4ÄðË7—¡Ô«TsUa¯Îg™³ˆ©Óêþóî_ˆkÞÄXÎÜòUÇÇ’þüžKø1}B?ZU²p»”n+9HAú>)ÇÁ 7ÊiàÞÅËÄêëàhC†ëM”=ëÁhÖ\1#&jßrvùî;*MSf}ð:G»Ìf-`ëƒå±°ŽÒ¥?Z2¿ýÑT»ùþ,Äs*U«#Y«ã`äUãYŠ‚A1`0€J¥"!9•Cÿû • •J¨ðps$µˆÝè\¤„ÏÕ€TÖþ’ËÙ™vlœñt…‡§wñÍy?:xSÓ·-bÞQÔ)v¿ õè’ÃKÜš1¼¯mÂÈâ“x­y\tÑ\½jC“>/Q>ëõ6nM1È——W`ˆz2ZUÇUw•s÷÷´_2-]§].en]{Çzõäã…c™gP¼¡ΤÅ%­)'W±ê£4©¤æÖñµ,üNKÍÉaø:( ¶°,úbAíâþe6`Ðl=ø²ƒ[à®2n[íâ‰÷IÔeùõ]QP ²Ž—9õÃq¢2ž!eëoÝ@ Òàß{ m›—ϼ\ú ‹Sû­¬÷x›¥[g1f³p¦Lýþ¾Ò™ì?":â?r;iæ²èùŒýD ¨(^Ê&u½Óž^cé:]s.sËrØ©l)ßm<­W 亯ÕuÉôkºñnèÉü²a [o&ƒ›í&|Æô°ÊÆGÌ[Z}qIàPÜUÚvlJµgìüö¾°ªp(®ýb’ô(ų´YAÖñ÷ÇLøq–BÕgÉÉ/hëö“Qe‹³§D~̨Wå±w¯Díàž,Úý½xe8Pu¢ö„|éë?ò¾ï¶¼ž1[î–æ Nùo´=¨Éڬߵާ†d§ÿ<#¸ämùÕ+\=[ïöGûãšÜ¾ûc7ë}ƒÜŸ¡_œwtÄ}ðôœwÙ½ijjm«­V2xÀ€¼õÀòçûžÎð¡ƒò÷ûÿ‘EK–%­sLÕ”K9þˆûU¸[êಜ¤æc'|xù÷~ø£¼0ïù$Ée¿ûmÞwÌq¶*`ýâÜsòæCïðº+.»$ï9ú˜,zqa§÷ÿí¯/ÌÞû£F­Ñr/ùíEyÏÑÇä¹gŸI’œ{ÙÝyË^ÛZ!iúWÎ=ì€ü¿ý.ËÅŸœñÒä§ÍOä—‡í™ïnúË\ÿ£½Wm#àe.ýÓý9æÍ¯Yùó#?”]w}žŸ;Gqze;}𯯯o³úèÆ$ÙéýçæÃïÙ?×ßólF ­Ï7Ü–¿ü*·)­láëܹçœÃßvD†ÑáõƒÎ¿øYû;:}Œ_\˜ë¯½&‡¼ù­I’§žœsÎ>;ß?ó¬ß'Y‘–Ï]’äÅ$ó[¿æµûþÅÖë—µÞ¾)Is’JÚ} ¹R@¿×v°/•JilnNM¹¤(IR]‘9þ# k–å¡ OÎç¼!ß|ß´ÔU+/Í1Um?Ñj%UëTs¥šR)ÚÖíμò²«‰¡éÇoìØŸa}?øé%in®¤¦¦œ7ï2>uuu4hPêêêRSS“ÚÚ–OÞH¬7 ¼o z’ŽÚ2JIjÊå”ëêR­­M]mmª•JÞwð¶yû^›§R©¤\.gðà2tÈ 4(555+ç‘*µœàô‹ ¤€~í ~©@±ª]¿1ÞþóœÚÚÚ45 OµZ]9Šª¾¾>555«LbÞŸÞlHýÚÙQ€^3-·t{›jz6×S[øTSS³ÊíWŽˆêG-z«Hýšv=àU8Y£s‘ö#¦6”óÐßÿ~âÍñ® ¤€~þ‡À 8¥R)K—,N©ÝÜO…œûTšW™oª¯HýZ5) ¥R)ÆÏssædܸq….{îܹ1bDJ¥õ#”HýÚÚ ª6"¯ß¼”x!Ï4ª%ôj“-FÖdôF¥ ¬+¥©’,ZQÍÜÅ•<ýb%ÍjöA€W¦¦\“™3gåÖ›oή»ïžÑ£Gw87TïžóTóüóÏçÖ›oÉö¯Ý>uêÖ‹Z ¤€~í•·ìÕd³Y²ÿȹ¹çžª¹¨ ŸØdXMfMH{øþüí®G²`þóI’aÃFgÄÄ-³í¤yt~²`iE±À>°ægµ5Ù|ÊäT*͹ëÎ;²pÁÂT*ëö˜V.—3bĈlÿÚí3aÂÄ 4h½¨•@ è×: ¤J‡çøwNÊ¢«ïÏùO¿üD©~P^·iMž»{Aæ5·4þuw oÛtx9ÛŽZž?]ýûŒ;.GùöLÚlr’ä‰'Ïu×^›ÿüÛìrð»óÐsÍyæ…eŠöA€N&º¾º®®>[NÛ2›N𔦯ÆBæµ-•Ê©P×F•Ö‹2 ¤€~mõciÀFÙir9<ј¹K³pY9c&Ȧ‹æçÎù/…LƒÆŽÊVuËrÕc i®ïÙ}€¾k@m)³&”ò§«.Ï.»î’ÞpÐ*×O:-S§NËUW^‘;®ýßì}ر¹êΆ¬Ð;öA€Õõ ï©­©KíFujÕU”èÏV7¢~ØðìµÛè±óŠ<ŸÚTö›žý‡&Oüuqî~ayšZS¶šºyOçþÅ•ÔéÉ}€¾l‹Q5yôá2fì˜ð†ƒÒÐÐË.»,_þò—“$oyË[ò…/|!tH}ìñ<õ»²Í¤éùÛ?ç+¬ƒ}°3öA€ ‡@ è×V¤–?;;ßþÙS™¸í”¼of9Õ9OçÔ‹^ȼvoÀ– É.Êyò–…™ß\M¥÷ú¶1CʹçîæÈ#ßž$¹ôÒKsã7fÞ¼yI’ŸýìgI’SN9%ûï·_.¾ø’ìù–r×#/(¬ƒ}°+öA€ ƒ@ è×^Þ­]ʰ-&ç¸ësãeeèþSsÜ®ùî_eië‡L-ËKòÛÙiîá}€¾m`]) æ?¿r¾š¯ýë™3gÎ*·¹üòËsÊ)§dÒf“óüœg2nÄÀØÅaÝìƒ]±lR@¿ÖØôòaL/>÷B®¿yEn|fij¯*sKK³¸±¹%|*ÕeêÖ¥ôìã¹÷Ŧ4V{p Ï[Ñ´†ó½•J©«)wx ìƒÀN’¢ŒÝéè-VÌŸ—«Ú¦¤˜ýLþØîºòàaÙ}|òÏëda¥ºòÙ®îô}/.«dãá£òÄgêÔiyã߸²M¯ÍßøÆ$É?ž±ãÆgþ¢…|*lˆû`WìƒЯ­ÙdK6yL&Wåç³Rñ`è7ž]Ø”ac·Èu×\›©S§å _øB’–¹¤’—&5O’ë®»63¶{mþùìb'ðŽöÁ®Øþ ©¹)•æJaDZR©”šrMÊ55)•Ö ¤€~mŽÿåúÌœ±Qšž|$-y+ yü…¦ì0i›—$3~Bfl»}¶Ûa—\zÛS¹÷Ñù öA€5Vi®äÞ{îÎ~)[lYÈ2kkë2uê´”“üåÏ7e“I›¥v#À«ªÇyTÍÀì0}P–?þxY®]ú«Ùs—dîÂå™5eZv9d‡Œ60õµå,ZÖ˜>³(g\ü÷,YÞ¤P`x…çÕÌŸ??›MžRø²7›<9W\þû45®#LR@ÿþƒÐÃh©vø¨ì2¼9÷^ÿb–Š£ _[ÖД[š›[š«`èýsju·éuxNSWŸJ¥²Þ| „@ è÷ z¢ñù'òÅï=¡`@¡ç"*ÐÏÿ¨@_#ú5ïJô=) _;û{(ÐkÎÿùCŠÐ R½¨Z­êÖèFY (’@ €BiÙèeZöº&(ÈO.»/ç]~_›šS­VZ曪´Î9Õösµšjå¥ïkÊɇÛ1'¼}ç~S@A~úû{ò¦Ý§eЀÚT«-#©*Õ¤š–`ª’¤Z©&Õ–ï+•j/kÈ~}«@ €5×ØÐ”å M¹æŽÇÓÜ6ªZMµš”J¥”JIÒrY*•’”2 ®& Mýª)€^ÔÔÔ˜¦¦Ž¤R©šÛš“ÁƒêS*•RMRJ)IR-µüÓF%-ÓP•ÒÔÜ”r©š††ý¦F)€^Ô֊ב£žžó.»7MMÍ­#£*+çêlN©šr)DZs¿š(] Ыª†GǾifŽyã¶küˆ¥RI @Ç:!U©TR©TÒÔÔ´òú®B¦–9¤Z.kkkS.—S.—ûER½ªÚi ÕÐÐeË–­Ju¥-Œ4hPêëëW†Të;@/jûä¼Î~_­VS©´ÌÕR©¼ÊýúKÛž@  uÖ²×~´Ó€•*—Ë©­­íWóH ¤zUµ%•ZM)IM¹œr]Ý?b©TJ)éðq×G)€ÞTíÙdåkü°>e€ŽTSíWáѺ èMUTwR½¨Z@ª)€^R*•²tÉâ”ÊåB—[­4§\ð2׆@  ”J¥ ><ÏÍ™“qãÆºì¹sçfĈ)•ÖPªlsX{5åšÌœ9+·Þ|sæÌ™“J¥’jë|Rëê«R©dΜ9¹åæ[²Íôé©P·^ÔÊ)€^PS[“ͧLN¥Òœ»î¼# ,L¥RY§Ë,—Ë1bD¶íö™0ab´^ÔJ ÐKêêê³å´-³é¤Iijl,dróR©œºu­aTi½¨“@  ÕÖÔ¥v£:…è‚9¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤€ÂÜxÃ3xðF/û€ ‹@ (ÌA‡¼¹ÃïذÔ*P”¥K—tø=#¤€ÂhÙ HÒ²@¢e(–=#¤€iÙ HÒ²@¢e(–=#¤€iÙ HÒ²@¢e(–=#¤€iÙ HÒ²@¢e(–=#¤€iÙ HÒ²@¢e(–=#¤€iÙ HÒ²@¢e(–=#¤€iÙ HÒ²@¢e(–=#¤€iÙ HÒ²@¢e(–=#¤€iÙ HÒ²@¢e(–=#¤€iÙ HÒ²@¢e(–=#¤€iÙ HÒ²@¢e(–=#¤€iÙ HÒ²@¢e(–=#¤€iÙ HÒ²@¢e(–=#¤€iÙ HÒ²@¢e(–=#¤€iÙ HÒ²@¢e(–=#¤(˜@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(ü^’IDAT(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €B ¤(”@ €BÕ*Пÿós HýÖ[?Bú -{J @¡RJ ôýU¹œƒ*À+TSS“ÆÆÆ”Ë}# H}ÞÆÃ†gÙ²e©«¯K©\R€5PSS“Úºú<ûôSÙxØð>ñœ|ÊÐçm3}Fî¸õ–ì¼ën7~Bjkºzª±±1OÍ~ñœœÕ}Þ„‰“$wßug^\¸0•JEQz¨\.gãaòýö;füÄ }â9 ¤€õ„‰WS¬ßÌ!@¡RJ @¡R¤Z­¦T*²,ðª*—ËYºt‰B¼Ê*ÍÍ+ÏÓÖù¹ r¯¦7–'{4Ë—/K¥ZU€‚U«Õ455eé²eY²xq6ÞxØ:_f­²¯¦i[oûî¹'ÓgÎÌÆo¬ kkÓ[²xqî½ûîl7kÖ:_æR¿8÷k èU£ÇŒÍÌY³ò‡Ê¢¦R©( @ÁÊår†n<,ÛÍš•QcÆ®óåõ8ÚrÚ4kxÅ|à¾.¯1rDFŒ¡P@¿0}ÆLEèB©]w½jôÀÂó¡ µ PŒîºGÖÔú:ˤæéí´õu‘@   :ÐZ”• 3 yôÂSòÝëžIcg7©.Ï£—|;§]ù\šL {ªyn®=åƒùà÷f¹zõõÐézé‡*/æ®ó¾œÏó`ßx­+ËÎÿSæØ¨`ƒ!êDÿÎËñŸøQ®}lEç7*U³ø¡Kó_þÏ\ül>“ª.ËìÛ¯ÎîzaÕcŽùÚž›f«÷ýnœö«ö´ÔKÌÏ?ö†l3~LF“‰ï¹6 æ\’£¶Þ$»õžÖàcAî¾ôw¹æþ…«¬õ®^mWëË2V_¬—õf^•ù¹õ¼æg7<ÛyøYÊ‚ÛrúÛ÷É{N>+W?Õ`ÃÐ;Tó¼Üô£²Ëä15z|¦rR.|dyªëkU*/亯Ÿ–;·üT¾ýÞÍS×é e»NϱC¯Ì—θ3K_Á¢V<öë|ä5c3ýSwdÙºz=+ÊŽywþóÂÇW=ù, ÉfÓ·Í6[ŽN}Y ×^CøîûóÉ‹J9òŒ sÙå¿Ï¥_}]† ©Ó·Í6“‡t¾ÃX¯u¾]­oËXßô§š4=™ó~WÎxb.¾åyÏfuÖ/l z!†hÌ£ç½/oÿÆ-™ôÑç~ù´ðùÈaŸÏM ×ÏHªé©Kóß¿oÈþŸzo¦Õwsã^›ì5yî‚ïæúy=½•¥åºŸ½wýH.|ªúê„wõSrô9Wæ’/í‘á%5\kÍÏçŽkþ•ú½NÊIïÚ7»½îuÙqË¡©¶{¾tñU9÷è-Rÿ*Ö úœÚMräOþ’¿þÏ'óú1¦4€ ÉÚRËïÍϸ-õoü^~|ÒÛò†CŽÉiç}:SŸ=?§ýá¹T:LžÏÕŸ;4»ÌØ<£G·´6MÙóØ|ûÜÓó‘7íMGɨ1[e¯ý4÷.iwÂÝ4'7|ç˜ìµÕØŒ=&›îxDN¾lvV¬|ÌòëŒÉ+sâkÞ’O_ôhV6@-ÿ[>·Ý˜lûÙ»^š7eѵy×Ä1ÙûœÙijIòÜ/È_kvËQ{Žj)Puiþ~þ'sðÌM2jô˜ŒÚdÛôÕ;[GãÔf“ƒÞ•™K¯Ï/n[ÐÃP¤9Ï\ôñ|ø§ósÈgå›ôä>MyòÂc³óãZžÃøÙÿ£?Ë}íëÓüBn=ëßsЬÖç9i§}Áì•£(ž=çÀlÒZ›¾õ`V4=ž³ö“‰ïýcµ{Œ›ÏüHØvbkËIçߟÅÕöë®›:÷ÕVæåÚ/‘=fnÞòFÉ»¾#_¼èYºòõ½›¾ùîì½ÝäÖÛl’ÝOnÝ^º«Mµ1Ë“†kÞ)­?é7dñâ?å˜Éc²Û÷þÙɈ–uP¯.ïß[ë¹“íªˆm·Gûr7ÇŒívÝs^…ãXëÞ}]W\wb^7©³åt³ÞºÜWæçö³?–gNl½n³Lßý°œtÉÓ«­›csà³2yÜjuènûÖ{ký–tÓ³·æ¦g“™‡îœ‘­£lê'ï—ýÆ+\ý,{çølô²``IþyÓ_òȘç'gî“QËʯOþL¾õé²Ï‰_ÊÿsÓTÿ~A>{ògrÌ»ç¦ÏLÏ€,Í]ß<4oûa]ŽúÆ9mFsþvîgóù÷¿;ßtm>5uIþyÓŸóð˜sö÷_Ÿ‘ÍÏå¶sOÎiÇ•±3¯Ë§¶®ïá+Zš‡®y0Õ©ŸË¶ÃZ^PÃ?’c?~AÊ:#¿}z.|,³nº²­ªvìŽÙuŠüîúeÅ!;f`·Ë¨É&ïým:ªœÒŠ{ó¥oõäyÕdäöGæ3?<:›ŒªË‚»•Ïö¤3y—Üøééå¹ï;‡çM§>=NøF~±Ïf©™ÿTV¼fLê2/I2òðå?1#RÊ q[¦>Ϭž.æÞÓË[N{.û|ò;9—¡yêª3òÅ’Uÿœÿ}ï¤ÔVzRç>ZÃÊâ<|ßò÷Q'æ¬3öÌȆgó× ÿ+§`n¼)¿zצ©­,Ê}W\û†4g}ï ™X]˜Åã¶H}OjÓöZv;5—~k×l”¤vøæœ; ßæº¾o­çt²]±í>У}¹ËcÆkyÿ©¯îq¬ûºwU×çZn2éœôѳåÀ¹ã¼Ïå«,§›õÖžrßwÏ!§>‘ÝNøf~¹ß” œÿ—œúÑÓóǦù­SÛMN¬ízûRizá‰ÌÏl=fPVv}ÕŽÈf#“ÅOÏͲj²Q'í`&í‘öÙ3C³gfåšüú½gÏ{gÞ4­>ÙgF–\zqN¸úöÌ;iz&,¼!§ýø‘Ì8ù¶|û˜)©K²ëŒúÜvÕ;ò¿—ü+'~rPëcî™÷ß'C“ì=«šëg~,—Ýø\>±õ¤ž½Øæyô‰e©›°eFÕ¶ýêɼ¡Ùcï³Ç#SÎk²sûûÔÍÖc“¹=›åI”$¥rÖ¬K®”Á[œ#¶jýqç­³â²_ç˜ëïÏ¢“¦§~áŸò­ï?±¸,çu— Yõ¼´%(½efl;ã¥ç×´êª þ”Sð`ƼÿÒüìs»¶<ƾ;gÄ£;ä¸ÓÎÎýoÿZ^S›îëÜgkøÒs?ø€}34ÉþoÛ9?õ§yàð/eVMëm&ïƒ÷Ý#CWÖæªצfØ”LßvÆÊûfqñÛ\W÷ïµõœN¶«"¶Ý|4\õ…nŽŸ¨Y»û¯<æ¼:DZîê^]ÐE][÷ýÓÉ‘onÙ^¿]c®ùïí–ÓõzÎö•krÚ÷ïÏÈûu~õ•½3¬”di}.ÚèôÖx±ûÚ·_7Û?°Þë•©¬«¯àšÕ š05£² O-lýܨòl2iãdñœ,jNž¾=.O8ùußÚ¦2j‹wäw‹“y¾Ða+TyØÙzT²à©5øÔ¬æY´"0t@ÚNWm÷¡|ê€R~ûž²×Ñ_ÎÏošåí_Zy`†H*Ë¥¡²®VUCžü÷rô~¯ÉfcÇdÔ&;åã®$+–¦¡’4uKî]ZŸ}m†•^Ymk»Ûþ€uâš+¯È!C‹9_Û¨1)#³8Ï>¿,ÕlÔ2b¥i~fÏO6š66{:„¥¦.5©¦²ò¤£”r]9©TZb­j5ÕÔd·oÿ>§ïÞþôª”ºá“28s:zÐÔ×$•æÖ³§R9µå¤©¡©ó¨¬< C$ ‹^šÿjÀÔûïÎþ7^˜ŸžùýœtØó_Gž›«¿ÿ–Œ¯MRY‘Å+’Ò!©+¯›ÕðÈYy÷{OÏ¢·3?=m·L¬Ÿ“«?ùÎ|måüE­uZ«ÉÉ«>F©ýu¯¼UëÜGkØ™RiåË_µéI°êÕÅýGôÖz~5·ÝžìËÝ3žìfwxÇœ"Žc=Þ×´®«.§ÛõÖ™æÆ4§6õµåW^ÛƒºÞþ€uâ°#ÞQزÖúÔ¿nÂ.Ù}\rß%Íü¶O\Ÿëž)g»¶Ê ^z¢õwÈ´úæ<ü·¥™°ÕÖÙz붯­²Å¸A=;窞IÓyþ3†©ž)›LÃ3ÿ̼ö-m¥AÙ|¯£óµÿùKnþÚvyúÿ}'¿¦õsò¹Éèiã{Öjö ,ÿ×My(ÓóÁÿstÞ°Ó¶ÙvÖN™5¾¾]}vÌ´úå¹ó¼¼C¬< C$Ëæ/ír„Eý&¯ËŒËsçÌ’¶_V^Èm—?”Œß)3Gôpsé£5ìPeAîºú‘dÜk³Õ°òº¯Íªgåë¶^Ü¿×^K·«u²íö`_îù1£Úázé•cκ8Žõt½pÌéüo¬l^³4w^÷p§“÷¨]mÿÀ:±xñ¢,^¼¨e­ý{ÍgåÃÛ)?ÿ‰9á¿¿ÏZ˜Ë¾rjûo9õq©é¥'Z¹o>}ìæ9äGÈ{‡~.Çí?-ÚææáGj²ß±‡fJOΡkÇgŸ·ÍHõk'ç£ß¬æ¸Ý'¤~ÁÍy²!ížçàlµÿÖɮσ‹>”ÍG”ÒøÔU9ïK³Õv“3¬27·ÿõÙ¤~FFjYhóóËÍO×g»}¶h É{í–¯üqºìm]Zû×?p³×eóœšsOÿE¦µCÆ \’ŸojWŸ}òéNÉÁg¾/G þ|ŽÛgJ-{6Ï Ú3Gì=!;Ìœ…—Ÿšïþæ?²ûFÏç‰Ê.y×V«ñˆ½óNØ:û}çýùàè¯æ¸]7ΓWþw>wM5¯?ý#™90/›wªc}³†mVÜüÝ|ë§‹³ÿ–uyòºæ‹W5d‡¯Ûåëë½Ú$©šñÓE·]”ßß³mŸ5lí뵚®îßk¯¥®“íêÍV™`{l»‡t¿/w{ÌX}=Ì\íçízᘳ.Žc=¬{—uÝsí9æe£÷Ë'Þ1:GžyLþ}ì×ò7Ês·ü27ÎÏÊç×]6Ûõöôžk®¼"‡ñŽ,^¼h•ïû~ •ºlqÜ/sá¢ç?ÿûر¬”Ñ;¾7?øé)Ùkx/¦¥!yÝÉ—å¢QŸÏWÎþBÞVc’!™´ûóڣ͔}ˆ^}¦}ä—9wΉ9ùÌóžÿN’A3u÷¾ÅàÖáb5™°ß»òšÆ¯åW7ÏÏÁo™¦ywçòï?Ÿ}²åýþ¡[ì›?çô¼it9ISž¾ærßÀ=sήÃ[ÞÙ¯6dqC²Ñ¸Q=oYìî™o}B~~ÆÓùÄ©'çßþ§¡åwÏÌ·ŒÏ€RK}vþâ¥ùÍÈÏçËg}:Gý 9©?rAÝçµÙ÷ëgäýÇ|&§è9½4"³ŽùI=`òjK”×|úâünÈgóÅ3ÿ=GžÖœ›î’wž~y¾rÔfkð W}³†/synûÁ 9köòdøôzòorÚñSÓõ&Ô[µIR›CNþìqÜrÒ7ߘƒþïk_¯Õt}ÿ^z-¥áoWo–úÒ:ÞvÞ¬û}¹ÛcÆêëဗ­—µ?欃ãXëÞe]÷¹öÇœÎZ÷J#²ïi—æ¬>™¯ó¹xE)£¶Ù®eÿ*—zT‡ñ]n¿@ojߦWdË^©ƒËr’šðáåßûáò¼ç7¼µQy>—½s>0ûS¹åªfË®N—Ý•/í~`þwßKsÇwZ?±lÁ•ù·™ÈâÓïÊïÞ9.ä)T_¬aÓã9k¿òÕÍ.ÌC¿Ú7CûS½ «Î»,Gn÷,8õî\yÔÄ^9 ¬{O=9;çœ}v¾æY¿O²"ɲ$K’¼˜d~ë×¼vß¿Øzý²ÖÛ7%iNRÉKomW½ÝÜ‘òèxò'3óï§å¤ gwñi\+ò÷³?•³æí›¯|j§•ÁÀÒGnÈÃCÌG“²ªaõ‚¾£!]ú“œ÷Ûëró_ïÊí7\”ÿ:ñÓùcu—¼g¯±Â(èÚš^g߯k>¯¨õÓ>”³¿='¿]êâS¼*©™¸O>úƒcsÄÄ—J9x§oä¶{›Sª-«¡R/è3ªËóÔí¿É¿¼#O.ª&˜‰;¼)_þõ×ó¾É¶Yè :kÓÓ²À«N˯HOÚôŠlÙHôs=iÓ+²eÏ„ýÜâÅ‹ÖèûT;øJ—=b„…HÐÕGEu4Zªým»ÔmËÞSOÎVr€ [Û§äµ]®D­Q _—Ô‰ýˆrÐÜî«Òî²í+Yƒy¤J\–“Ô´~Õ'”d£$C“ K22Éð$#ZÞ8ÉàÖÛÕ§%äªi}œÕ€¾­ý(§¶ð©)IC’eI–&y1ÉÂ$ó“,HòBëÏ‹’,I²<ÉŠ¬b­|ÜÚnÜ~ám_Mí¾[ŸL[•ÖÛ”#X­HµåA iÉ‚óR6´zàÔ£Ö½ÚvW–Òqÿ_5/OÄÚžDCZÒ®¶0ª¹õ1Ëí~—¤Ö'mùPû<¨1-#ŸÚF?µ¨ÚS•./IçsH­>Súê o ¢–gÕ‘QMy)*Å)€õÑê¹Pû@jY^Jµ–ênòó$]OjÞv‡¶„«}µ‡ÔêO -j?*ª”UGQ%FG¬¯ª«}_É˳¡¦v_m¿[ãR«·íUÒ2uJµµñÕdÕQQZõú‡êj—maSûOÓk^í²}xµúã$é<4Z}”S¹—íï'Œè: ¥º»\ýþ+õ$jû¹»¯ž<.ë—Žæ‚êî««ûw•:ù]ûª£QÂ(€þ¥£Oí/;›/ªÃ9¤z•ºø `ÃÑU0ÕÙí^¦§!Ri-¯ ¨®åõ¯8H@ô €Z]YÍ€~ëÿ6„¼{]8òIEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/cact-new-capability.png000066400000000000000000000702301433352025300244200ustar00rootroot00000000000000‰PNG  IHDR0I…4ûsRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÛ (™%pÞ IDATxÚìw|eþÇß[³)›ÞȦ Uª4é¢b?;zè)žåôôÎóg;Ëçå,gÏÞ± X•&½Z*éÉ&Ûwæ÷Çn Ùì¦<ïûõšW6;Ï<Ï÷ù>ß™ùÌwæ™AA„ã Í1Z— ‚ ¿NÔcEtˆpAá2š£´ˆAA:*V:-f4ÝP^ÓÏ‚ ‚ ˆxQÛ-2š#(§i¶–ÓˆˆA/!þ6}V»*d:"0•™:ënEÆBA„¶XüúߢžmQ‚ˆ—PB¦M£ïˆx9ãÚ)¦¤<®:÷AAÚ$2sDƒ£b_̽=.ˆ`QBü 2š¶DŒ¾#âåúk¯ ´Ú&£"‚ ¿Rªêlx¼]»Ù¢×iIˆ‰`ÖÌ1À€š/æÞÞ#@¬4_¼~½Ñô?ÍO›"FßñR\Ù(£*‚ ¿rñR]ßÈÖÕKº´}¿SP•„˜Êk팙< ô‹¹·ç4,ÍO³Ïÿ߉˜6o!™’ò|5¨Á38^G=%ß¼@îoP<.¼n'ŠÇ…)1›”‰7—'·œAáX§ºÞNemÛ×.eÊ´óÈˈëÔö; kXòù‡ä› @|tx –ˆò O³Å èü›‹—`"¦!§EOu·rÉoÍén-\œ”.‘ÊŸ^ç”Á½78“ðèx Æ0t Å•õ¼ýé2ªl*}®z S|:­F‹V§“H„àWÔT[±Ú!!=‰H­¸$(ª›Úò*ªÜS-¤“ŽòÒX[Kmƒ ]B*©á2!S8¶9XÝÀêå‹?õlR㣺TÇÆÝ¥l_»”ã§“Ò¬ŽÒJ+«¿Ëâ×ÿ6º™pq,nÿÒ<;ÓtË)¨˜Ñ·{¬¢}ÖýcG÷cæŸggò°¿¨‚ªò*úöI§ÜªÒ¿_?þ6r?¯^ÅSÏÀ=ôjvoÿ™>'Âèé¿“Hþ·ç?•‚ ÛÙë'gP_r̺î›ï¯¸±Ù]A„¾µzT•—â6FÐ'Ã@IQÞÈ:Öl¬Ä£cè˜<DûûÄKE9ž0C{Æ`ßSÂn5­k"¦­±êä8¶Œ© ѽF“Û¿?ë?…󯽅Õ?}GxL Ññ©-ÂÑÃ]ÃÆŸ6°io{ªtôH‰¢é¸¯z¬l¯`ü•§óÀIÔ­ØÄ&}<±Æ#?1¨ÎrV¯)ÀêqcÐÐè :x^õZ°±1›‡¯Àè>:V|º‰Íaxùޱ\1ÁÄ·ïnÖ’À !ïµ²s› ¯Íôœ8\kæ{M )&M·UgDZuLmà»BWþaçõMB]³†åtÞÆ#)Aè —‡¢}»è?`^¯ŠªúDHUM›·Poµ‘ƒªBIY%ŠK1éU,ñá48}eíN7û÷ì £g.áa†Cu7Ú]ïÙžËò$P¸´5­Z Ô(me`R‚È(cT,v¯ž¨Äð8ÑéÃHÙûë¶þ@zn¥¥UTíZÍÚ/¾bÊ5÷3nÊTêË Ñh4Øm Aë„î/ÕlØbçš{.b´ (^Çœ—JèyRµ ºê©Ö%1Ê¢•íea¡‹¬È°#ʨî*Öoñò—Ρ¿ÆÎÂÿ,f‘®?¹æŽm‚íªªør§Š‚‚ *ʉ¾ë¨jK1µSÇ”¶Æª+ãØ:¦àƒò#³±;bJ:—Ñ´:U×Ö1&/žÓ‡õà±7–å›aT°w?·]>žèÈ0­ÜOm£‡¤„¸u…ˆ÷8ÖÅá2ºfz£i’ðY¥“ñjš/ZÙ{"›¶ncJÞHpÛPw‰±ná={J¬ÄD)(¶bó(Ûø Cúåñ¯·¿ÇÒï,rœ‚èá(ݰ•c6Á'^,}9/é >¬K¡o¬Â’ém*à?geé–Xzõ1‚⦺ø{Jk¨w*h á$¤¤Ó;3Î'|ÜU¬[Y@FÒOD³[á&Vîw@D&#PT ºC{Ž‹¢õk(2&3lx6ÑÁÎ9žFŠöîcy#.UCxvN³•Zp8°f»­‘XwkW…¶aÔTÂU;E;÷R\gÃîV|{¾>œøäeÆL¥)ÜFuSs>5$ëæul©m\Æö‹C¯QqUlç‡VT}ƒGô"N릦x?%5X]*èÃIJË OF,ajPMÓú˜¢z©Ý·ƒ­qz|Ç?cT,–ìl2# 9VCO2·=Ž÷RTmÅêðø|eŒ%;Éz8¦6‡dÊ*7­a)z"SéÝ«ñÍщ)Aè"򾮴t ¨”iÃÓHˆç¶ËÇóØëË@·]>„èpªêílÙ]ŒÉNB\l‹ºÚ¸…äŒ~ý¡m–a œÔ$b4æÐg}Ñ¢i/?ò2ÞéÆŒ›„©jö‚l/näǽ l+µ‘gÄaˆFÓƒ=•nòûf¿•â¢mØÆaŠŒ‘hºo=ûª¢¸àÊÀKQ™Jzª‰ÉSRyg~ŽèDŒJ*ùfN>£ ^âv}ʼºbJö9x ÷\šNnŒ¥±Ž5«6óòõ$çF²w›—;ÿyùø®„?9¨ÁÐ2Ÿ\o†²uÌ™[…BÓCká̸ñfXwóçïC”E‹ gw-;¶W1ìŒ1Ü5$ž8­B]‚¹ùîh­§H®¯£Zë¥b‹‡»Ú²a^!a‘Ÿ6Š?æÄÐìG ¨özÖþ¸¹kœdç%ÓâN†b§xÏAú··ê hëž#óѶ‘{Õ…|’£Á½ã{f¨Ò7é »"Gðá?“ÐÚ÷sÏ#ÛÙ©w‘0ä$î»<Þf-ª­Ž•+6ðâZ=sM­/ÃÔ€ì†ê¥n_ ųÃãI4ù^1Q[RÂÂEXæŒovˆ «]x‰ ±®€ªX9Ãú3»o½Œèo]OÎÛØM1õ %øëÐ1ô73x/Æ„6ïàÅÏvQÒ3޲J÷Æ” Q¦uF82"’ÇÞXÎm—'!:œ?_1ˆ7ûÄËco,'%9™Ø˜èû FC¨ L´_¼š‰—¦©ÕMñ6ÍPÒú—`"¦é2¯½Œ­Új KÈÆÒ©lY[… ²2ÉqVr°ÂEŸÁñhû®}ìñ:ˆ›8™§eÒÛ õõ.ÔˆFMÏ£Ø~ÀÑÚó±àuâ0F wSSçÀ†–Ø´t.»r(}Vâ5V]èq4@mµ–‘#-ä&Ñ¡àp©è ^ªjÈh0ƘP `$sÀ@î»,ëîÚî)Yd9Â%0£(*YidgfðØë˨±Ú‰3‡o§Újç±7–‘™AVF1ÑQ‡²6‡30‡ën~ßtꦿþÅä_š23ÍŸ yw¿ÝYHÁâˆ;‡ §?>ü&±aΘ8ž“Më×J«‹aV7pjD"9}b4f"¼ý¾u B×ï9)-Tû»Ÿö°·ÂË‚¢þ\›ÍŒ±,Za%%ÃpâPph,\9:ð²éã/y`e#æþ#yòòLÌqÆ×_2¿>¼esA^Tyø+;Ÿ¿´ˆÿ–jЛÉÍOÅèõâò6™ZI‘>‹›r}¯?øéí/xdƒc¯‘¼xM‘þZ Ñq¸ë­”âˆ3Y) ì²BQs(ÅOÿý˜è}Ùtî` ×Ю£!Épø¶·¹?BmSÊ>£…ûÔGÚœ»÷²CM$ß”Ì))ëøïÁ8.ì©<¬[S;<“ߎ‰ùøÙ/ye¿sþHž›EÚÈ>d~»•‡<äï³×‹ËÝòd–Þ“š/pîÇZb¢M˜L‰\}ÝHN6%1:ÉÍʲcÕ;Í®ëúÄ¢ÝÞxØW/~Ì? 2 óÒ4ÚÑ,3Ó\Àhîµ;ºÝ[HM$Lº…Èþ3Ø7÷|zçæQ¸q%N}›·í 92œ=îD’{eá6F³i÷F¾yùCtZ<Ä+t;н’ŠèžÌ´TñÙz+'ü°¢œ«/J&nHù‹7SïIjukHN%@©dáF…Œþ9ÔìÞÍj[&“#"˜ªãíúVw-Ú¼Z=‰}rÉŠÔBÀ÷^{š„^¤(U,Ù¡%«wen%à…z"ãâˆô%W‚dGÛ0¾]9&IÃî] 0 Â#‰¤·ªbhfv»Û(°u‡4aÄyJùrŸJ~OÃEðÆæ,N2ö¾,Tѧ§’å?ÎsýyœÓ|ûp3Éz{=­30-o!¹¨Ü[HI“xp\"-oXëˆ4öùðX©žšÐãèµ¶òU\ïAôŽh`÷ŽÐ?³âõ@lN6êž½lve1ÆIn¢ŠR×}1%GŠAwø†ŒWñ‰ª«k)?XÆm—O8”yÑqæpn›5ÇÞXŽ¢¨ÄÇûžÑi}uhµÜÁŽ ¬Yp»ýY—@ñ,Óù7ñ6Ú",©7鬷‘7œœŠZ\ñÙì*«#23‹SO= >’O|EZÿS9iæ©íÖ)”/4–Õ‘9~´OÀõw\ÈõÍ‹˜,Ì콎Çk<ïhý‚Vñ©MÓŒ ´´*ÞVYMM3¡A£ñTÅ÷ªM¨•F‡QëÅ£ß÷šÊªjGl¶kðzÕfýàðm–àgÍ Ût—´˜õ¬ûñ îž©ÄìÍsf nónvéŒÍ|å`íû)l~¯ÇÓH…9]MÀI> Mí©+¤*uK$ +ß|¾õ‘L:³?ƒMb¯åXùª 1ŽªÚBÅxñju‡§j«¾”KwÅ” tg¦évÝÖxèùß3/Ë@…ÛfM8ô`ïÜO×Q[«%:ÚL“Òøo!ÓIþÌ‹¡™h1ˆmñtçèÀ,¤öwК˜ü¸«œ3¦“îÅ¢Âéæxô±©‹ªªdgg²çô4 ­Nv=¡ñ6rÐË•'ùÏNծì‡E›ˆDËà±=0¾R‡ûpþwEû±ÐG›ÈŒZXµsÿ‘ŒˆhdK™ŠAqRéLaä÷ £ñÛ†72P@«ºiðú0rRuÔ¬ÙB•ÎL¯üL¢ ‡O8š°H(+§ˆ4zj9çd÷|[ƒšÕúäxh÷ÓèЫö¶mv~ òM{¦Õ7t‡TÐE'À®ühOe|tO®äÛþëê‰JŽ£¡²œÒÈÂH”µˆ¿©¤^­)’æ“cÐÕ4ú³:ÂhÜiÃkŽôç¥UÈS*jÐcdà1µû‹É=Áz€zÖÔ`ìÆ˜„#EÛü!Þ¦ôžVOuï7{c9‰I)‡>7M£ÎLgoI QQQ-êjCÀxƒˆ–¦¬KÓ¢¡õËí4¡20Ag uä£hÇj¢Ó{“?nKÖn§Gz&ýDcŒc8›¶lÇårqÍU—ó÷>DÁú¯é=ô ‰¡ûô‹µOö@F…ÔòÒS_³ ^ë;¡)^¢‡Nâ¿$¢ÉêØðoYlkùFw1¯ýÔ—GE0ðÜéÌ?‹C¯x´oßÌçõ ¤˜ªùv»‹ñƒdN›Æ;S<(F}‹“|´¶Ž•E*#²5äŸ?“·¦»Ñk«ø×¿~¦¢gOb›ŠãHUöòúš|în¢Ï§ñΩnìáûÞáý/œxSIÛ6ÐÆ†ÖÛ<Ñî¥YqtƒUEJd)¯ndüøÈ¦ƒ_ÕÆ“”GTÕ^^ÿ9Ÿ»‡šÈ;m ¯¦àôh ÓÃ… ù¿Ýfb´6vUØTè}î4îž¿ˆÇ˳ÈI0 Aƒ.„µ°š¢‰JÄ£·¦³¿Q‡%¾ÙQ4äX­¥N«„X·Š’€RþP>Ô1ꪳyË«'¯›ëÖod©#™SE÷Å” tg¦iRd|W€­¡‘ðH3Ñ11þõðÜG?“Ù#ŽŒ$3õž€YH!§Qk„Jࢠ!^Z¦%›UÖn¦­Eg0P_oå£%kørõ^^{o!/þŒá|¶ðK^yíÞz÷î¸ç!t:#½†œ.O|ËÒ‹›ú*F§a(.àG{ }ûå3°>óÓpnßÍ –ÓO kñì€ è“,T-^Ê}_²§AñíFN+ë¿û‰?ϯ'¶gñé=8°p9ó~®¦Æ :£^jjY·Ó†ÆA|VkÞýO÷Øpaá< .Lázÿ›-›Ñ™J?_‹ )°* 7®Wc[Ë©‹ˆÄ@ó™5Z¢-íØeh½Ç™ØÒjÆN»Ûh‰LÏè…¡ECxRå?le«àæûۧÄa@GL–…¢…_sÿ—Ø]ï|âÅQWÃ>wá:=‰–p–½·–oŠxPh¨ó€A{èV’6²)õ›yð³ýìª÷‘O߬¢½.ÊKJÙj .56ÄXO 5Žº j0˜õ&Û¶USÚè­O¼x¬5üðõwüù37IY±ÄukLÉ"K÷ÍBò* ^E!Ìd"ÌdÂn"2*êÐ÷æh3‘æh¬gÝžÂ#L‡ž›ñe`BÎBÒ,º€ÿoiBe_QH è¦ÎºÛqÉoϾ²šv•[É®5Øjè5d*{×/ÆY¾ž{~‚°äÁô<•â?“B\jŽH]¡»s0ÔîÝξzÂÓè×'ž¿ à®e÷¶"TÐé5¨æ^æìŒ<†M¸”çw¹:¼.î²,ÜÐÖ5,ø±Ow‰‡.ØÒÝ­¾ ‚ Âÿšcì’‹=oþƒVÿ¿žà?k/å±QQÍÊxñ„L%´µ.8Æœ+yú_uÌ/ìÅ¥—fa`_7õ¥ó¶t7­û&‚ ¿Ž­ LÃZžyv`"·oPÁÛ|ÁAo°Âyñ´ _¦¦ß_Xkogk?óïžÅiÃsIIôexRý–÷÷¬ãé{Ÿá¥§ïâßëmÍê°³ä#IKL"!±c¯ü7Ë+}†¨U0-1‰„Äüågàb磣|í}žöìtQüåß¹xto“HH´7öJæËÔ8·óÜÕ§3xèb&ßü9•ÞŽ÷­Síªu¬¸ûtÎyàCÖ—CBjšêm,ú×Åœõðzì~Û¾ÿ|5»6àÕ˜ˆ4‚Z»“¯þ}9³^܃;˜3ÔÖ>4“Óïx“•EÀˆA­§ÄHLs3\Z"€Æ},{v6³žß… @£GßXH©+šäɘqQ±y]vŸU(¡}UÇ’?ŸÆoþþëÊÜ$öÌ¥gœBÃÁ¬X²joû,‚ ˆ€iyµ_ÈÇO/Áä͞ŗ0g0ÀæÍÛ€­Õ)Ì~w-[6obý‚?1 ¬£ë™ñþ(¥|Ë“ŒŽ eP§¿µ›Â½Øöú$Þµsym‡³“km‹§j'…^€\îüð;V®ÝFñþ¸0µ­ágÆ{[9P¼ŸåŽÄTÎ× \î[gÚõ~À__,2¸aÑvlÞζ·Ï'ØóÚ<~¶Ø6жñê™f6Ìÿ–² ™3oÉÇÜýô@Ë ÛQp°˜²ò"6ÿgÑ-êÛIaáv^ŸéûvóGßù3qáŒxd=÷­cù¢E|»ì?œa+Y¸ÝÒ#ªæóÀ›e@8“Ÿ^ËæÕß±à¾!GÐgAáÉQæ`Y);wl§®¶€3Ï>7h9çηxaÀ0®=¿'F½–™×Žå®ëWppþó¬¸s8Sc5Ýj›ÎhWhm§7êÉã.fLÄû|f+dížFH;²vÃrfpfÖ3<¿'ŸËÛ“/çº?Þ¬Ñ)èÚÛXAÿKofÒß.åKçn¾ÝÑÈ­ië[gÚuìþ†­òÌôži¾²¶€B«âOÇà =aÁF¨-¢ÖÛw|ÅFÐŽæ–«‡«ó‰Es$ÐмŸ€6–Aã³á³PWì«O)áó®åÏ­¤²¥ÅÔ9”ãl+XÎ.Ý®<#­Ëv¨Ï­ÅÞ‚O>’#‰ ¿®ì†V‹9:šÜ¼|RR{œxæ`Y)›7n`ÀÀ“ˆˆŠBXëë1GG”´±ñå7Ø ÀZnÒƒÛš¯¶~Á ßT2åÜ$4hñÉUm-:B¯;¼.\^ßYU£Õ€FïO]yp…|R· ["GðÀâ/èûÄã<óÊWì\ú"·/ý€ï_^Á‹3“Ú1:#F¿n¥íD»ªÒt‚OdêU’kj¶ÒÔ‹f-­5€Æ/úU :m[U½¾ï5Z´Úöi³ú/**Õ_ßεϭÄN/.¼÷LJ(âÝ»á[«Ï!i6šÍv¨ÏA˜0iŠíAøUa0pº¬Yµ Ð’šzb ˜;vÐà ¢ÌfÂLáèô:‚ž;¬kxé£rßgs2©‘M' {Y9u¸øvÞ—”žu9c4±FÀUɦ­•x†¥£ó¸PôFtm­ëj'T;ÛÞýß:z31/MX–h ¾ŠU?ÀyrÏÖ§Þ¶lqÕPÎ@.{àM.»«€WÎ?…?ýTÃâ÷·`Ÿ9‘¨ †(x\^ÀKÅ÷_1ן IDATïòƒ ƒá9‘ïK'Ú5õK/¾b+uÔ$Oç·Œ$QžúB •ôŒȘtSŽ¿^ïJž{{3“®@”Ö‹­Ö‰±ÝhôP³k¯ïY”ÜK¸í÷—Ò[ÝÊÎÇ›LY¯ì“Éb1;½+yáMœ2;ƒâÂú–¶u¤ÏAh-ÈAŽbãã~òH6®_L ˜£ú Œµ¾ŽÈ(3a&úP╚_ba-@?\ºž-›7ù—|ÿÄÉhuÕù¬Ð yLªVýqÙ½rèÑ{_ÖÐöºNcgáEÈÎÈä”;À $ž7³z!¢?ž ÀöO!3+‰´Ü¼ [›þÉ”\ –ü¡Œ{6wý䛓šŸÒÆTg'_^ڇ̜,ò/ŸO ñ{®Èëp:Ó®!ë"î¾0 p³æá3ÉKµnI&%g(—¿YüÝŽ¨úÌ ¹óüÀÅÊ{'‘•š%%•ŒÉ²­ÝÇ‹ $LÀο1õ”Ó˜~öu¼¶¿ýv=/æÏÓ£'+îžLŽ¥§=Zð‹ôYáxÄåtÚ# k}Ý1ißQ0Š¢ tú6.­•j¾ûïbNº’33šŸJu¤ž6›Ñz€Í¼úÑ>\ºt.zþE~?60À^gEŸMC£ÚZ×á3lÆœ>”ž &ð6bu€1ygÝþ‹ŸžN’ÐÄ1ù‘÷xøÂ!¤ÁÓØ€“0â2û3yr.f-mÚâQ¢Éë‹§²½ûâ4÷dÜïþÛ7çÓ–1¥%á©wÑä͸‹Þ¸Šžx¹K§ÚÕ&pú_óÞç085 pawªDôijÚõ·úê™öôbÞº}&ƒRŒ 8pxÃIKÓãíÀ ‹ÍcÿÎÛû CRè/XÇÊÕÛ¨2Æ‘9p £SÛøé]*çÎ]Âëw\Ìäá8t<§ã_g@§9Š}A8QƒÁ€¢(Ǥ}š µ€î¦ë¯s<õÌsTWUv¹òŸ|Ä„IS$Å~$4|ìü YägÆû[ymb”ø¤k»" EŸS2ˆ3îb>¸z×.²¢û[?>DxI¡9Ñ11¼õÚ+!'àt„â¢BæÍËÓÏ>¿pv ¨jüKU³ÏõþõvyàÅ÷äeÓµ¤*?æ(œ ú¥œÏ~7”×舌AÛPÕϹ7L$^Ä‹ Âq…V\ œx¨½†’µÕX=óO冹 ø÷ÔxÙAŽ3$s¬5‰×‹*ÄGŠ1›KŸù’KÅ‚ ¿ äÂSA0‚ ‚ "`AADÀ‚ ‚ FAá昜…$¿î+‚ ÝÏ‘¼NLùº0^"MAº‰S3ªUý9f̘Q'K´ ‚ BwQü…˜_E•ŸÎAá80ªAAŽ?#ƒ#‚ Âq'`N £Ñ’œC®¦‘÷»ð-£#+7ž¾Þ:¾ÞíÂó¿²U«§§EÏÁ"6µv–Žþ˜HwS~A['¿±rè;vÌñ¸hˆŠ ';FÚNKì%éІ*ƒ–¤ÔH²ÌÚNÖÝÉEƤ©Ùün`º€uèÃ>23ûÆeÒ´kWÐòÇÝØkmü>þÄqw,¶¶±otÚ—#£Çgñ»a‘„¤­ÀõÇY\Êrl.’ù…hý¯–ܱYL2»Z­<Èó?Úpþ¯Ö<,…ÜÒ^®ñ¿ .×ü¦¢¨*JE§úÿ†,ÓIíš;6‹éú*^^^Oz¸Š7 žÃS8É[ÇßÔQèTÛ¶+Tùãnlޱ6Z\µ%Wq|t¯¢ZØjßèŠ/U…:«‹*›·¢¢hÛ X<Å¥ œè&Ø-$À^Ïçëhh¶Zq¹p6lþ×i#ßaµKö´±]3¨ÝÔWµy}Mÿ(^¬n‡Í‹·y;ª›mk ÙáòâR;`W¨òÇíØ#m´hï(ùø8‹ã£3‡l µotÅ—^׳1T[맸0!¾s»)©tÎ4#<5™ßŽ gÿÊ">/ó¢jtäŽÈàLs=o-«¦ÌhtdöIdB¯H’Œà±ÙÙ°¹‚ïKýW&i9ñLèEp xÝìÚXÊÂbãOµ[RÌK›œ¾{ÔúΖJÔ–¼¹Çƒ¢úDATO 7õôÙT»£ˆW·»‰ÈHæ‚‘ÄÕËÁ¢¾ÚXO…ç°˜ÐÇÅsþ©FR#4àr±sw%Kv;°«¾Í’$¾Ïíõ¥ƒ>n‘^ôz)¯u‘PçÅÛô][ítÖ.ŽžR˜h1滃é´6²v¯‹Øt3¹ñzô(TUóņÃþi¿Îd&XLćiðØlÞZÁò"·o¬BŽMg5Úô«†„ÌDNëE“/¥eÌßêÄÓMm%ŽCDZFGvÿd&XÂH0ùã§ÁÎæ•üPäÆí+„¹-;5:2ò“˜˜N’I¨Tí.áÍ-ΖϞÚ¸oè˜ØU_îP9ib§ØJy~¥W`[C›¯o+îÚëo[qÙ–ï;Ò¿ŽúRNì Ìáÿ5оÔGñ¶•Uòù Î’Àö%åLLdjª‡•Ëj(u«€–Ô¾i\ÐGeÓÆR–ÔkHí™ÈÄ“Sq,)â'+$åõàâ|=…»+ù´ÜƒbÔ£«õàUµ­¯.›)Õ¿Ø‹òáNßIËãtãQUì5V~ø¹«L±f& JäÌF»ÿ保G«P¼£œ *Ñ)±Lì—Æ¹ÊÞÙí>|Å×ÔV»}iï:Kmٟ׆ì[[ľCåÚi§±“v5hˆK4ç¬eÁZv­‘¾3(œý»ªX´ÝÑf& ðûg› o‡ê 'ÞYËŸm84zÒz&0zX µ~_´16-i»­Õj4g1£”3¿È…Ç` ÚëŸnjã'‰ã6âXC|R8 ®Z­³c×êè‘ǘaâ5…||ÀƒB{vjHJ ÉUË¢Ÿm4 Åàtá ÌN´²5`ßPÕ#ð¥¾eÆ¥U[-32Ú¨˜Ðq×^CÚ iÛ÷¶ô¯£¾„JÀ„ú.:«f&4ûÖŲÅE¬nTAõ²ws9›’{pÆp•ʸH¬;Šø©Vñmk gt/•[°x¯(ªWé‘Úƒ~« ôŒéc¤qo1mvàjÞ¸®¥j+pø³×妢¾åL—µ‘mVÿ?Õ.tiff&1nwaóo멪eÅ›¯Ý öÈ,ÎêCÒÞJJÕ€öÛëËvW»Y˜`¶·¢½vvª³k‡ïÀæ±ÙÙSnÇ…ƒD?ÊÀVvZU¨pbH‹bZЉðí.¬†Ž×YpÐŽ ØW Yg$Ó'IÇJ«çÐ3ÁƦ3ýý¹Ü€ … j¼¨8)¨âHÛXµÝ%qÜF7õ6ö–Ù±ŽÍäôüŠ«(÷vÐN›Ýåö–þic_Q;¸¾C¾Ô„ÞÿÔ õiŒmÇ]{ý jƒ1¢mßïêXÿ:ëKAøÕ §ÛÓêáVÆ>XUU9ü}m½gÓÿîz¯Ž¤×¸hÒm5¼¼µ‘ÿPi$A12¹u@ËÚá€1Œ$Jq‘ «;à±9Eï»E xqº=þƒ€P¼¾ï” e|G«è´¦ö‹!'VQUpjðz<8ÑàQÅ‹Ëíñ?Œìá@‰ RÈÆÃ>·ÖW·ê+£´ÓÛÓÎÁÄïOUñµâè¬o·o§í ì«·Á‰ #‘/N·(T5(§oDçëDqPa*n·Oȱé\•U|WÉ£2I(®eõîZ6•ûoSuS·—Äqð8Öoc×§5‡‡BwWì ‚¶¥­­ö§#ñe`?Û \ßVܵ7.!lèð¾ÝVÿ4ô¥ È-$À㦬ÒNMÈË!-‰)áD BDâ*)®ð¶¸r8°v?‹*”u+.ÎðÈéуPTÐjZ¦–[Þ† L¯ú/zÍñ\46ãþƒ|ø³zEOŸaLÒN«©ZßíÖ²/jGo!5ÕÙv©Ðíè;i—®U_UEAEÓÌï*Š¢Bs_w²NTÏ¡*Bû¯Óýõ(¬Y^@AJ4Ãs˜6!žSöóò*+ÖîjCU%ŽCÆqˆ6ÔÃmh£ºfgƒPÛãy¾lÕVåÖ{œ!ãÎÖ^CØÐ¾ïí÷¯£¾„]À´ÜáƒogJNâœ\X»l/û{eqÞ¨$v|QÊ^¸íT)¯¡~·£õÕ‚b£R‰'-- C©­å—×C­ "c „aóÍúPiy`Pœ^05hšø£"HÄÉ’Í5ìjðœ¢ì*DÜïn~€ÑÈN[5å®ÖëvûÒ¤xGüÙn;Z]çìÒh[õÕ×¶ÚBÀi­´!ƦÓýõ_…V—ÕðUY-kó²¹~p¹›¬¬±w_ÇíïmèèÑÃö:*\*º¸.ØBÀ´˜©×* ºîËVýhÕV0ƒÇݦöÆ%„ íïWè_G})'–€ ñÁHzJ$±-.¼”U8°é#˜82mÁ–”:qÖ–Ñoº…³ÖñÜGËv¹˜gá"W«J]8´:Ͱ{W=5ŽF–ítqU~:zÊY]æÆ­ÓåmdS™‡=ûpR g аºÜÇA´–C'aÕ롸Vaœ%‰1™•ì÷è‰ÅÆæ5$1¼_,•ï‰}õðL U}d$½RTlZ–ìD&'«ì^YC™T‚Õa‰ÑäÅ:Ø\ÓN_”úØFfjñÍŠv7Ú9PïÞ¢=Ÿ)´K ˜ýDÀýÿÖ TGçël~™ÙÖØl(v·|Æ¢¶êLQ ·h©¬qãÐèH׃âÄæQ»­Äq[q¬ª OJdBo»­*1=â9-MKñzÿ ­ÚÙ"^‚Ñ*¶½-ßÇ¢vÝ—Jll«¶åzMDè¸s·×_%T\¶çûô¯£¾¹…DÄq΄¸€u6æ°ŸÊÜTF¬ÌßØà›²i«çËõqÜ4"•‘»öðm­—ë÷ñº#•SóRøMžP¨+¯¦x·Jµê¥pÃ>^w¦25¯æЇâí…l)uS±ýóMiœ–׃‹ú(4ÖÛØ\ïEQUT<ìþ¹„µ§ô`ÜèLÆá¥lW[ÖVñî*=g Lá’ž¾i¾^·‡ƒ…ÜªŠŠBU¹ªÌxΟè{@Ùimà§ YºÏÿ£êfûúJI`ú@+;–YÛéK¯d#b9k|lKoìã‰U6ÿ”Ôv|æí¤]JË1nyl–Q›_z;]çá«ç¦+ÃcSø°mÛmY&òú&pF„öÐ8ý°¢”möîjôÇíDZ¢!=?‘‘p9Ùºa ·û¦²SÛžAâ%è.ÒÚVGÀ>Ôe_–¸[ÚØÖrg‹õÚ6âÎko§¿jè¸lÛ÷é_})GM¿Z@wÓõ×9žzæ9ª«*»\ù‚O>b¤)˜££;½ÝÓAŽXFFMëé ûydyƒ<4* Çñgž}n§¶‰Ž‰á­×^éôvÍ).*dÞܹ<ýìó '`z Æ¿T5û\ï_o÷—÷^@iž_—_£á¸DnY‰Íqô[H‚ ‡o ó¿¥$‰)`T0‚ ´:08YñÙ&Vˆ'A̱+`dpAA8ÎLáÞ2:‚ ‚ÐMäeˆ€ùExí¯çK´ ‚ BwW_š÷«êV†TA0‚ ‚ "`AADÀ‚ ‚ æÁ[Á7ÿ¼Žß?½9à÷PN0œûùêï)÷vÐ/å…_>–$vAs£Ô±iág|³­ž_õ¹Ø¾†ÛYø§ÕØ[¹`5O^:•Ù÷Ïei‰§]¿-ÿ¿BµS´v ‹×W½ñëh¿t,(±+‚˜cµ†Ïε`™2ý¸£æO“ á†C¿ð €§˜w®žÅKa7ðÞò—¸8£ø-´qîdÞµWð—à>žÛA€cø=0Âÿ*"bèk .=¶epèÓ8ï¹eœŸB”®#õt²¼ ‚ t‚_×-$o5+_¸‰C²°X,ô}ÿ÷ÎVšÿ,·†ÕónfæðžX,,½ÇpÍ»…xðPüþNÉÏð}Ÿ5˜é7¿ÎÖÆì7 ô‰ôЗý O9ß=5‡3' #/ÓBïÑñÀ¢B\¡êh«¼RÉÒ{/`ü\Ò-, ù“çðïWŸàæsFÒÛbÁ’ÞŸSox…-Í}ï)ç»§®åÔéþ±m]ç„!}Õ™3â<îúhÎÓ¾4ƒ^þ2cÙ¼mµ¥ÚØñÎíœ54Û'9C˜ùÐú·Û:ԆĮ ‚d`|8ØòÄo8ÿñrÆÿá^9ÙLÉ×Osÿmg±Oý–×/IGƒ­Oý†s-aôœyq|úšbœƒ’У#î¤óùÓ“³HKÐS·ñmþzÏÌÉÁ’Ûò1ž0!afüSŸ3þÐÿ6Ö?r?oàÒ^ã¡|/^»›û®¹’è¥_pKNàöí”ïÕHÁŠ)H¸‘çžœ@¼c'=pÞ¹œñ7ÜÍÓ·XPw¾Ë½÷ßÅœìQ,ýs>ÆÖ¹;ážyüâ¼å¬yõ~¿q6Iý¿â–\Ã!ëâÎ~š7nêKLI9èœý7è_æ÷·½ƒæêÇxIõ­s S&Ç Œ¨°|èY´¢Œs3º1!‡ü¾}1u±¿WM,¢†(F›ÂèÁñhİ€:ÚkCbWAÌ!\E«Øj31äô~‡îÚFL˃oW³¥V!¯Ê_æ´¾­Nà¢ø«'¹ïñwY¶¥”F³[A6Üʉ ®’5ìp@Ñýcɺ¿åºè}Õ¸Hêdù´Vm˜R{Ï&Jê=€´‘¤e˜acVâ»P§6º'¹ °¼Ä7óFßMýÕõÿ·Lþ”;;ŠÓf1ûªÙ\0:“FbWAL×r¨'Móuª´ €»`WÎ~‚†óäù‡FÑÃPÁ×¹Œ‡OôÇT#ÿñ ŠláYCl:w²|yë6tt¨¨êá²Z½Å÷]WêDAŠWéÞþ†…såkk˜¸â^yáYîüÍó>ƒ‰]A0ÅhA¾éYÖ}µÆ‰#ˆPªYóåNH¹”~±ZŒÆ!ô6<Ǻ¯¶Ñ0±eÞ±w»ÈçÎÛ®`r¶°r0Åe­Op'Æ´!ô6xÙ¼ÁFYC0ž@Ý-ýÒnyÏQ°¡#ujÈ {­½Íw¡´Û€&œ¬S.篧\Ȭy3wß“|~ûéü6¹cmÆ’Ä® ‰ `êwñÓ²oØshþ”–ðô¡œÜg·]›Ë´§®á÷‰÷rÕÉÑ/~’¿.UûÏk`MØn½*›³^¸Š«#î`öøž„ÛË(ËŒŒdñ(¯>ñ½/LR˜•ÍÎŒ:3)1`]óŸoêË9ãê/¤?ÍhMÜnýmgÏû³Íw0{Rob<ìÞ£cÒog’è—í”ï­–vmèH† éAýòÌÇ71*²ŠBežžÙâ!ÛöÚ²T|Í«_Ùè3 “h¥’µk‚!Ÿx“¶Ãm´Ž%‰]A„_¿€)y“[¯x³ÅWñ—|ÌÊGG0è¶ù̺‡ûçÞÂey ³œÌÿü„{.ÍôuTŰ;?â¸{ùÛ‹wrõs^Ð'2dΫœùs˜÷h)~ô~®˜ï›øj0§ÐoF*a@›ÄéwþÑ×?Ë]œÁi¯Jô¯!Úðg„ßgÃïþ˜·îå¡—îåÚy ŠôÑW1ø²™dZû¥Íò]™Óž ©SÄûåò9wóä —ñ¤&–W¾ÀÌÓ21h:ÞVrÕF¾|öYî-öMœ6÷œÀuÏý‹i‰Z ƒm‰%‰]A„Nž‚üÕº›®¿ÎñÔ3ÏQ]UÙåÊ|ò&MÁÝéí®¸êAAè&^{igž}n§¶‰Ž‰á­×^éôvÍ).*dÞܹ<ýìó '`z Æ¿T5û\ï_o÷—÷^@šî…«ò[H‚ ‚ wˆ€AAŒ ‚ ‚AA0‚ ‚ ˆ€AA#‚ ‚ FA0‚ ‚ "`AADÀÇ(Þ ¾ùçuüþéÍ8Ä'Îý|õÎ÷”{#›U+›ßú÷ÍÛÚµ˜ílÌú¨½íGŸ ‚á¨`_Ãíƒ, üÓjì>ÈÛ)Z»„Åë«iqunæáÉ9 ¼ú3ßV©cÓÂÏøf[½¯\àú#:Ñ„°á¸9Qçö·3žJÝjž¼t*³ïŸËÒÏ‘õ¹;ã¦]RÇšWþÿ.ÆÝ•íc¾ý+¨·o¯¼Ä¯ æ>Î;ö³ø©›9ol_2,,–\FμŽGì¢Q•í¸#køì\ –)óØßüاÑcÒƒ!Ü€¦Ã'”Ì»ö þòÁ–yméy}ÉËI$,X¤µ·¾S'µ67'ÿãÜþ¶ÆÓSÌ;WÏ⥰xoùK\œ¡?²>wgÜüÒ„Ú¿Bù(-/ñ+ü ÑOƪֵy‰'æLâ‹ëæóÁ]£‰•¼ÒDD =b Ä¥Çyp²¹ü¹…\ÞÕõÂñE¨ñÔ§qÞsË8+>…(ÝQlçxÞ¿:ë£îö© HæhbcÃc×óĆÌ~w)o?tŸ5ƒ™ýžßXÂû×d±ýùëyxu*6VÞ:Kÿ[XióoîÞÍSã- ¸u%M_¹¶ý“1–¾ÜøC(•,½÷& éCºÅ‚Åb!gÄyÜõÑ>œ-®|Êùî©k9u@:‹…Þ£/âE…¸”~ø×LÖ‹Å‚ŒͤÖ_Ï{èé? /ú%ø°Ž üu˜…¡÷4ë‡u)³²-L}©æÉ›ƒ/Í —ßwcَ˳ŸyS,äÌþkЫȀõªïÜÎYC³}þËÂ̇ÖûSíŠßŸÃ)ù¾uYƒ™~óël H»µ²¡½1ëHÿ:3®mµÕfÿÚ°¿9JßÜw“‡æúm±ÐwüeÜÿÑ.lM®hË^o5+_¸‰C²üö]Àÿ½³•µê6Þžr¾{jgNF^f€?Bö¹±l§­þ¶5Áp`თ0¦·Ïž~S~Ïû:1ÆÝ¿:è£Öí‡(ï?Ž’{è8–?yÿ~õ n>g$½-,éý9õ†WØÒ|ßió¸ÖÁccGâWNÈ LãþûnúSžåæ1±-•—6šQ7Ýɤ׮åƒWs×ÈIäOŽéÝ5üPäfd®¥f=K÷@f%%î‘ô6x©^ÿ C¸+?”* VüÈî„xæñSˆó–³æÕûyüÆÙ$õÿŠ[r €õ\ÀÅϸô×x(߈×îæ¾k®$zéÜÒ«ž-_.akìu<ýø©ôPëhLÎÁx\…„™ñO}Îø.lwöÓ¼qS_ÂÐ`JÊÁ@i§¶wïy™ßßöš«ã½óò0Õí§(, :âN:Ÿ?=9‹´=ußæ¯÷ÜÁœÌ,¹-ÿ[ÛÐΘeuÀ0¥£ãÚv[7èÛê_(ûmi`÷wß³#þž~t,q®2Ö}ðÝ8ƒÝžoxù7ô!íu°å‰ßpþãåŒÿÃ#¼r²™’¯ŸæþÛÎbŸú-¯_’Žþˆê¯é”?š|ߺÏëöǧöóŒ)^~¼ï|®}Õé·>É߆ÇR³é3ž}äçŽ÷)ÏØÉý«úr:c·ôj¤`Å$ÜÈsON Þ±“¸‹Gï\Îøîæé[,¨;ßåÞûïbNö(–þ9¿}?ùëlûØØÁø„QÀxkv²³²Æöz‹HÓŸS²á›ÝÛ¨ðL"{ÐL†èþÀ’5•ü!·›²M5ÂÞ¯Y[}#½“­lü|š24Fþ‹‘°Œ1L™430n Âò¡dÑŠ2nÌÍ@Wó¿X@þ]+øÇ•Ùè“ûXóõe¼¿p/7üÁä«#sS'ŒÆ|‚“1!‡ü¾}1ºªëÜöžº"jˆbÔ¸)Œ–A ;<ÂDô9súøÿ–‹sчÌY¾•ú[óI aƒZóMÛcv}Çíko\Õvâ㪉mõ/„CÙ’1†©“'`&:ŽæO¾Ìö³îf€.¸½jÝ×<öüv’f}ÈÜ¿Œ$ `Â0b÷âúÇ^dë¹÷1HßõúñÔtÊM¾Ö玌u{ã£Ö|Ùvûyy-N°jÍrž~«„´kòümƒ ›õÓ÷¹§£} ¨³=Ú­ï&]çÊ7ƒ2F3iüÌŒa KøhöF_x!Óz`|?l >忥k¨º5ŸÔúŽÖúبïdü ‰•9tëཱ„Ñœ;HËÝ ¦î’‰ì\°Žð3ocꪧøìç:.·•ÏÖ8é÷§SHÒ?Ùj£{’›ËK|3¼%kj Ц IDATØá€¢ûÇ’u˲Ñûªq‘&u„÷ÿ·Lþ”;;ŠÓf1ûªÙ\0:“ÀEñWOrßãï²lK):3f·ƒl¸•ÐuºÚ³ˆn³¿½¶tmöïHöâÆÍ̇;b[€øö­b«ÍÄÓûùÄ‹oGaÄ´<øv5[j%v½þîó}ׯºóíÓBl¸JÖQà61hRoŸxé†:ÜÆ¤N–o} 2¥ö"žM”Ô{|Öi#IË0ÃÆ ¬ Äw¡ÎÀc£^_‚˜ÐèâúÐ'ü¸•º{“…Që·²bDLÎ'IÌø àþû‡¬ûÿöî;¾©zÿãø+IÓt°¤B¡¬–%ÃBÙKD@dYdå‚ë‚ à½¢2dȬ?–{]@ÁuŠ¢rʆV #ã÷G¤!m’R …÷óñȣМœó=Ÿó=ç¼ó=9é±2¬ÿÚJý»ð`À|.ßÊÑŸ²!¥*C[–É¡˜M`·9šL4˜¼’ g‰Uæˆ( qìæë!#&#ØÒm\󛼂*ÒwÙfšoü€% æ2æþùÌèºÕÓ;Pì@}gð÷}Ï1ÿùJ›³æ©ž¼à­QÞ¶™aoÞ­Ÿ·e…d»~¥®v3ù‚™ëhðô¦À‘ãú × ìñø²Œ}¹ÜÖ~/?›•täá<¯º‡ýœÞÃ1ÈdÆ„‡ãò´Æ#Øí™¿ËÕqÍíØ(¢“ƒÂµé÷@–¿ú¯ljÆø†á—?ãHáû¹“Y—V’žÄ;ß]Pºunÿo–¼Îîsñü»nin74Â0|)onãtÜ0îŠò½eêPÉlcǶó”î]‡P÷ƒºõ&ì!¦p¢"àä®}$Ûëâñvè ŠÁ…3|ûGgCÑwöâÙ; wRGšL˜É'O¶£ëþüJ,cF÷¡eù …£¥ᯜÛà}›ù°~yÕ?rX¿‡o󳆮ìgغvÜÖÊaÙ¯@ %žØà¹üøù.Î5§0€ý›?Û¥¢Zv·ïù8¿ë‘îyS½më¼Üê³yÕ6Rš5ö8½¿óôÖç½Î/#ëë¯Å1(Oæi¼Šþ+rÓ Q{ô\F|Û•ÙÝZ±§ÿ@îK¨@áó¿ó¿¯²pÝ!* x‡6½ô3 túÜ1ŽQSß¡p»%ć «×ƒ&¶^L]n¤Î‹wañ£†¢Íõp4“ú“ú4‰-*n=ÎÞßL´x¸#цØ’å»/×óۥ󒑨ºÔ¯šJÓ´sŽÉ9ÅAbBiÏlâH†Ë-læÒÔ‰+Dò§S™³b …OrÐÏ­ÜÃP(¥Â!eór>ÙǽqnÇÉ#kXúùy*×(G˜ý[¶s,Å‚—'š©,ñ:•zÖ¦dÐyvŸp9²f׆¶^¶™Ù‡õË£þa9žýúeÛþvå<^’Hûî¦-9Gó3‡×ÏgÒštjO¤zpö'CDF¬BûYRb<ýê‡qø¿3yvƒÆ/ †Ëks3¿÷—lÖùÞò^¶u^í¯æ+ëóøàXîšñ0=ÿɶU ·îgë  hîæyEŸ¯Y,ËA×ëüÜ__#ïAyr\ó³ÿŠÜbŒañ<µrµçOaî»Óùj B(]«#æ.cx§ªqÝÙL‘´ЂMßѲO @ØôiÁªê0è®2þÀP„;žYÁ[ÅÇóü¢ñ L²EˆjØÚ=;X{À‘7Õç,¿*Öc›¦Æ;‡ÃÍT¸ˆÇG1iÁ(g„P²bC:U(”y’7„ÓlÂTz z†™Ãz2ÓA¾ èØª¬Û,I»1Òpè\ÆN¹‹¶‹*g}³yò'>›;—ñ‡3o,­ÐŒÁó^¢} #æâƒHšú'OLHŸ÷2oÎ4‡–¢Z‡H‚ 9´¡m¹œ·™Ù‡õË£þq[ëÙ·ßìé”Ê÷ó%éP*„ÇrϘwx¾E/'‹j~÷ŠŒcâ‘ôœf#ÈRŸn/®dÜCå²î ¹š¿Ÿû‹9›unãe[;òjùWÖ§æ¨÷XQtÏÍŽKÓE"ciž™¹îþÎÓ½Ï/kM˜_m¼òõy~ Ê‹ãšÁÏþ+’ ~Óˆ¡ƒSg͙ǩ“'r=óU+—Ó¬E+BÃÂü~]Ÿ~´uDÜYÔ®“˽Á¶ÅÍóþN·k=¹a–-JâžÎ]üzMXx8o.[â÷ë\>t¤… ™=wþj ¸œ’ÓÎÇI—';Ÿ¿àœÞ Ø»Ë[‡¾³VDDD )ptû¾HÚc£°ö0 êüEDòˆF`DDDDFDDDDFDDDDFDDD`DDDD`DDDD`DDDDæãHaÇ›“™ô3©¾LoOaÛë“™´diÙMc;Îú3dößæy³¸U×ûf¯·¿ËI;ÀçoÍ1›¯wŸ^DDÆ—ƒóY6/y…ÿ[søÒ_¶Ï9Àœâ‹_aÉ—‘ží4gÙ¾ú#Öÿ’œÿþôü…Íd?û=3jCâÄ…¬;bõº?xœ>¿×]D`²JfÝ ZX,–Kèjè4ø%VýzÎç?P+Ƨù¨‹K«$¸ž €9ÄŒÏD6mIûðÔd yÆ"DU£jL ‚<õ4oÏû#»6ÜŒr»®yYïœdׇ¬‡yû‘Þ, Æ»ѽ¬—/÷wúüZw¹& ΟpØ8wì$Xz3ûå.XŒ8±ï{VΛɠ¶ÿcòoÓ'Záê{D8¥#ÌЏúÎa.O¯y«é•Ûç%o]¯zgׇÊpß¼/éT¬EL¾ÌÇÏéEä–Rð.!…V¤^ƒ4hØœ½ž`îÏP5ý[þoåï™ïŠ¬ÇøjÖ@Z׈Âb±P©áƒLúø órŽ•ÃïâÎØ²™£8ѵ¹û±×øùœËøMú¬~®*eŽòTk5„×Ïò¶Ðû<€´¦Ò=¡bæ4Õ[3xî·œÌiÜ9Çv_ÏS‚ê5â¨Q­xæÉ'uÏÖ³PwÜÖËŸOHYGïòÚ,:ˆëàÍÑE¨èk4eéÖ$µ²“ø)×ÙíyÇyv¿ý$ê–Ϭ[L:>¿Õy·º_Ñoµõeýì§ùæ¥>´©WÙ9úWž“¶^ùy ûIÖOx–u«\%ŒkÚ“‰Ëå¼ÃÇm}5õö¶mÝëÓz]MtïC—æ7ˆ{ZÔ£j9æ—Óôö¬ߦuªå\ÿØ–ƒxyé »·•,,QÕi=l ;]ûGNëäœg³:•/Í3&þ>Æ.ÿýŠÏ²ù]w¹ÅG`²a*\‚"ÀÑäTìœgë”ntŸoæ¡IËx>ÖÆ¶eÏ0a@_ÂÖ}ÊȪfŠÞÞ•Çgö¦LñÎþôÏŽ{šAåâY;:–@G ßNèÊÀ¥VZšÉ¿îˆàôö˜;å×%æ"Ž —ŒÁÌŸ~½>ã·Å ý6†G¦ñî}U >{€CAeœõò­îW¶ÁKm£}h˜=™Ÿ­åçˆÁÌžÞšÒŽ³œ»-†+¶Šýoö~õ5»‹ cöÔÆMÿ‹?˜Á´áØk]Ïâû-äE{²]W?e»^WÛÝû—ùÅø¹?T<Ǿ߲¯øpæÍlF±Ô=,Ÿ4–©c6ÐtØ3ÌiÁ±çÆOË ò ¬{"Öû:9ç¹·ø0æL¿“¢¶cl^:‘éÃ)YýsFV1ç]ÝEäÖ0öôNü¾gOa eè×>†ÀÓ_1ýÕ}ÄŽÝÈä¾å êW3³yMOÞ_½ŸaU«R¨r[î­ìœI½*¤}ümø™äQ±?½Ùo¡Ì€ÕÌ]›€Æ±¤|ø>ã.-ÙãÞø딽t°Ì«º‹È­`vM Qô„Ëÿ/^Ÿ~s¦1¶n!ÒÞÌîT84±1ѳ¾,ì÷S¤“αÏg2aú;|¹óOΙB ͰC­ódØ!ýÈì˦V‹J™áÅ£tç0ŒÜÞ²"¬ÙʯÉvju›ãoíæ–x—R½?#[~Ș‡ØÓ¾7‰ýéÖ0Š`C.ëîSm ]ã=¬M:ÆÂ˜ïøå¬ÊÇop{|×ýÑûüJú9}™+–Y‘blçH²5³uÆÂ”) ?'ÅÅr1OcXª‡ G2ïŽÒ'ìD`®NôͽÒöƒ¼ÿü_FMÚ·(O°Ò˜h0y%/$vy‘sDæ}IôMœÁß÷=Çüç(m>Κ§zòÂÅËäç=9ÜÒ”ám¹á¥Ý7ô”f0b2‚-Ývíïô ªHße›i¾ñ–,˜Ë˜ûç3£ëBVOï@±¹¬»·Úö^óõ3òW{®{ô:¿Ã~NìÊe˜Ì˜pàp\žÖ`»=ów¹™'˜M`·Ùu¦Q€É‹·ébkÔ": qË^`w˧ðdÖÏí@É2u¨d¶±cÛyJ÷®C¨Û}À)?mäWb3º-Ë)-e>h‰'6x.›Wm#¥Yã+^º?çyxd;ÆÆU»ÀÒŸØpc–5@ —vßP¦p¢"àä®}$Ûëâñvè ŠÁ…3|û~ G§fCÑwöâÙ; wRGšL˜É'O¶£«·ºgÓ¯µµú°~WÃ~†­k÷ÁmÝ©f$0 Ú“—õö ×ý1›åx_†ŸûC.¾&OæéoÝED&;æèÌxñ¿4{l4c;Å3ÿîfŒz8šÎIýI }šÄ•·gïo&Z<Ü‘2eã‰f*Kg¼N¥žµ)tžÝ'.¹ Mx|p,wÍx˜ÿdHÛª„[÷³õà¼ììe¥ü–u_RÂö'[Þ›ÎKßÑòå~ÄöPJ…CÊæå|²=Ž{käÜîèkyý(ùW¾ûr=¿]:Q ‰ªKýÊ¡™·¨”¦iç8“'2rŠƒÄ„ÒžÙÄ‘ —[ØÌ¥©WˆäO§2gÅ Ÿä =žZ¹‡!·õŽs;‡YÃÒÏÏS¹F9Âì'زå(˜c)lô^÷ìÚÐÖ[m}X??¥}÷ Ó–œ£yŒ™Ãëç3iM:µÇ'R= AyОìÖµ]¹¬—v¼Ô;Û YÔÏþ辜šÅ²X¼ÎÏäçþ‹€ïµ ¾Ì3›ºw«¿—'[öæ¿5g²vQ7JëZ“ˆŒ/Í/}ïóLx§ OŒ}‰MM§Ð虼U|<Ï/ÏÀ$+P„¨†ý¨Ý³#ÑU‘4õOž˜:‘>ïeÞüh-Eµ‘B¨9ê=VÄsóŸcàÒtÀ@‘ÈXš'DbÌÞæa(LÅÆ ‰Y™ÄЇ^ 4¦ýg/áÉ.–Ì‚KÒnÌ£4:—±Sî¢í²ÖÜ‘S»¯e€9ò£ú¼‘åWÅz¬`ÓÔxç¥3•.bÁñQLZ0ŠÄY™u*Y±!*Ê<©Âi6a*½=ÃÌa=™iˆ FßtlUÖí¬Ûz/ªœõøÉŸølî\Æμq:´B3Ï{‰ö%Œ˜‹{«{6mh[ÎKm}X?¥òý¼GI:” á±Ü3æžïï¼ûÌPäêۓúš ¾×;û³}ÿú£‡þæ×üüÜrsSž·6ø2ÏlêÞ!>óª³Ã¾PSä:2xøiL#†N5g§NžÈõÌW­\N³­ óûu}ú ÐÖ‘‚Åz€¤v˜\î ¶-nîõn%‘ëiÙ¢$îéÜůׄ…‡óæ²%~¿ÎÕáCIZ¸Ùsç¯Ò€ À9 8í|œtùw²óù Îé­€ °sù}‚C IDDD )pôq3‘<Û›¢°ö0ºø)"ríiFDDD`DDDD`DDDD`DDDDFDDDDFDDDDFDDD`$ { Û^ŸÌ¤%»HËnÛqÖ¿8˜!³wZÐ×7퟿ý5Çl>®›ûôr}9RØñæd&$ý|mûÞͶ\϶ÞLǘëq"ÞÁ -c¨ùÈG™'WÇmYË·žÂ¯s­ýÿ[ü K¾ü‹ôl§9ËöÕ±þ—dòýyüÂfž¬e¡æãßsáŠÕøž™µ!qâBÖ±z]7Óß°y.·o~[†ß'dzl^ò ÿ·æ0žú=à8¿‹×ÿq7µ£-X,b^ÇÙc«x¤fZ<¿Ý·“êͶ¸·5‡ýÂïþྠܗåaÝT}RäÖ 0V~›Ó‹ån^ÿÓûnhûóM:X,´]rˆlO›Æ"DU£jL ‚Œ@Ú’öá©þÈ<ÐßôïÌOóQ –VIp-’!€à0‡˜1dÙ‡yû‘Þ, Æ»ѽ¬—/qöwúkX¯Ãö-}ȽߓήWúóÔ ]¦¾ÁV®àƒññ.NLl5ª”+‚IÇÉì÷‹Üô‡+¶·mt“÷I‘\ ((Í,U·:¡¬á›ßRéUº°3©eåð‡˜eÂks»Qƹ6©¿Ëo” SÍâÙ¯ ¹<½æ­¦—ú€[©Ã)a¦hTDÖÚ”á¾y_Ò©X)ŠørFówz¹>Üû½í$[ÖïÇ|ç2FÝïú´2ö½Õª—·ý"/¶ŽM"7ó —oHERرåÏKï$l'¾dñG»Øµz ë/µZ9úÃv’•iT>ì§ùæ¥>´©W‹Å‚ÅRž“¶’j=@R+ 1‰_Ⲝ£‹:PÑ’9”ÞhÊ.Ò±røýAÜ[6óõѵ¹û±×øùœ#ë¦Ò=¡bæ4Õ[3xî·œÌi°ÈzŒ¯f ¤u(, •>Ȥf?ü~ÝÔ%¨^#ŽÕ\Ÿõ_ÍÄ=-êQµœmÍizû ÖïFÓ:UˆrÖ9¶å ^^:ƒÇîm@%‹KTuZ[ÂN×çT/ç<›Õ©|iž1ñ÷1vùïW|ãÊíëç¶qœg÷ÛOÒ©nùÌmS‡ŽÏoÍrYÁë2r[Û)6-A‡:ÑÎvuãŸoÿÌß®]1ýV?׃F•2ç[­Õ^ÿÝuÝÜú½# é±®±Î¶Tøÿý5ƒªXh>ç7ç(f>Øì'Y?áAZÖ­âÜ—-Ä5íÉÄå¿rþR3¼´3»ã¿ûEê6ž­g¡î8—צ¬£wy mÌ2ò{EÈæØ“ý6Ê©Ïù¶]<öÉœjïËúå¶–"·Ö ˜ŠÝN‚’¾ÞEʈJ3Ø8þÅ[üT¨2¬ÛykÝ_tïeÁäø›Ý÷C…û¨f{2;?[Ëσ™=½5¥g9w[ œö¸œ¢góúˆ8‚0\23&ŠÞÞ•Çgö¦LñÎþôÏŽ{šAåâY;:–ÀK'Ž`âGÎäñ3‡×ÏcÒ¿¤i=+UÄ|ÅRγuJ7ºÏ7óФe<kcÛ²g˜0 /aë>edÕÀXéPšÎú„¦¾¶5ÆÏu«xŽ}¿e_ñáٌ̛b©{X>i,SÇl é°g˜=Ò‚cÏ;ŒŸ8–AåX÷D,>ÎsoñaÌ™~'EmÇØ¼t"Ó‡'R²ú猬bÎaûú×þa‹2úm LãÝûª|ö‡‚Êd™×eØsSƒTvθŸ®ÓÑôÑ),©Ê‘5³™8º¿;¾àµQ8RøvBW.µÒzÔLþuG§·ÄÜ)?x?$<ÏÿªOaÀM!Ü_“öûßìýêkvÆì©)šþ?~0ƒiÃ;°×ºžÅ÷[ðÖÎlþî¾»²?üé×ë3~Ë©Ïù¶]®lƒ—ÚGûа\×Rä 0EÓäöBÌß´ßRï¡Xà_¬yíG»,eRúp~íSu„hë~¾úÅJÑ XÌpñ­PP¹&´iÖðò¹Õs€ ,Cl\Á.¿+T¹-÷Vvþ§^Ò>þƒ6üLò¨XJ\l^ÂpF':‡à›ÜAÑý ¸`1;ûþ‹Ún—P§¿bú«ûˆ»‘É}ËÔ¯ffóšž¼¿z?êVõp°¿1¼¶u„É¿éͬlPÙ†´hÚˆPQ“µ,Oüƒ†<@ûJfhZó«>ä±u›99*–Èd_çÙˆV-š 4©igCÝðñÆ¿^¥ì¥ŽîiûúÓþ~Íqš"$4iEÃÚÅ0R‹z>ô!]ÚŸüý5Óæï¢dïÿ°ð©hVˆß:íU~î2šç70ûÍ#”°šù£kÐ8–”ßgœ·7aÑT‹»¼üí>…!ßìAeѦe3B­›Pº{CŸº˜]ž¡Fít?\CWô??Ïn=›SŸóm}ÝÛà8½>çÚõãÐ|k)R0 …‰kS >þžMZ©mú˜eÛ‹Óñ_õIȸ›b]^cåï}jÞ̦cfjµª”y¿jéþ|&¦¿Ã—;ÿäœ)”Ð ;Ô:O†=›—#¸½eEX³•_“íÔ.ê6Ç#›Ù ‡&6&zbÖçÂ~?E:ä›ã½­%ýœ¾ÌËެH1¶s$Ùš¹æÆÂ”) ?'ÅÅr1OcXª‡ G2ïìÈ£õ5UïÏÈ–2æáö´ïMb¿Dº5Œ"ØpuuöZƒCÿãçóÁÔiW-3¼‹ß¾*|ñ=;ÏØ©zâGöeS«E^õý°”¢IÇX󿜵Sã6«ÿíÌçBrìsé¹Z_ïµ/¤³£(Àä#ÅëßM,ÿbÝÖ£´:°Œ_Ê<ÀÌj!²?Ľ‘¯óÆÛ¿Ð­ööRGê†cȃ¥fìK¢oâ þ¾ï9æ?Ÿ@ióqÖ<Õ“W3¬áÀ‰“WòBBá,ïrÍQùëÐáµ­‡ýœþ˜‡·ÿfL8p8.Ok 0‚Ýžù»ÜÌ“Ì&°Ûìy»¾A!ô]¶™æ?`É‚¹Œ¹>3º.dõô”ºš:{«™¿vq}Îù¤#ï»A~Þ †kÜN 5b2‚-Ýv-Êí6ÄQ1Û>Wì@.××[í {¯ßú‰ÜüÊ4¥m9;Iï¿Í¼Ý¨Òÿ~*ÄѽG’–ÍãÍ_·a­2‚„’~Þúb ¢H\8s!Ë÷%¤îßȯÄ2ftZ–R8Z*þÊa^¶cl\µ ,ý‰ 7f9h–©C%³ÛÎSºwB ù·æ^ÛšáçºY¯A¬¹ß¾~/ ÀBô½xöÎèÔ‘&fòÉ“íxø6ß–‘«í`‰'6x.?~¾‹sÍã) `?ÅæÏö@©‡¨a$08sšÍ«¶‘Ò¬qžö«|»ØÏ°uí>¸­;•ÃŒ¤þ”‹vz9Ñ{œáDEÀÉ]ûH¶×#Ęû>çuY9ô¹®Þ¶K6mð¾Où°~" 0þÅc¸»½…Y ¦ó~@}¦Ýí\@*uëG­éãxy Tx¼ ~툹4uâ ‘üéTæ¬ABá“´Çsoùx¢™ÊÒ¯S©gmJg÷‰+Ϙi¿eÝ—”°ýÉ–÷¦óÒ7A´|¹qA€=”Rá²y9ŸlãÞÍõp4“ú“ú4‰-*n=ÎÞßL´x¸#Ñ×óúQò¯|÷åz~3^é ‰ªKýÊ¡CQ/m5ù¹n¹8Iymƒ!÷Û÷vå²\¦ð¶,Ëñ5,ýü<•k”#Ì~‚-[Ž‚9–bÁFŸ—‘«7üM=° íg `H‰ñô«ÆáÿÎäÙu¿8€Á`nÂãƒc¹kÆÃôü'CÚV%ܺŸ­'€¢W·üà²ùg?Hûî¦-9Gó3‡×ÏgÒštjO¤z0àc;½ˆ¹µµf1·¯(MÓÎq8&Odä‰ ¥ <³‰#.·vf×ZyYVœ[–8’}Ÿóº]²kC[oµ÷aýD`üK¥J—{(³`gZ¢mäåQ–€²÷0¨és ÛP†{Û—÷ÿ„a§Ù„©ôô 3‡õd¦!‚}Ð±Í ’¦þÉS'Òç½Ì›;Í¡¥¨Ö!’ `(LÅÆ ‰Y™ÄЇ^ 4¦ýg/áÉ.–ÌKÒnÌ£4:—±Sî¢í²ÖÜñÌ Þ*>žçg`’(BTÃ~ÔîyÌ‘7Õç,¿*Öc›¦ÆgáŠxi«Ÿë–›[¼µ!ð*¶oÛr˜ ¾/ë¶“?ñÙܹŒ?œykh…f ž÷íK—‘+!ÔýïÇÄ…#é9ÍF¥>Ý^\ɸ‡Ê9wäjŽzE'ñÜüç¸40P$2–æ ‘W¢ÌUòÑ~”Ê÷ó%éP*„ÇrϘwx¾¿ó.'oíôõzˆ‡¶†e­•.bÁñQLZ0ŠÄY™õ/Y±!*Ê<Ég×çZ•ÍyY‹*gä̡ϙ‹{Û.Ù÷ÉœkïÃú‰Ü`?€iÄÐÁ©³æÌãÔɹžùª•ËiÖ¢¡aa~¿®O¿Ú:"â2q€¤v˜\î ¶-n®»^Dü´lQ÷tîâ×kÂ[Ç©œôIDATÂÃysÙ¿_çêð¡ƒ$-\Èì¹óWiÀà œv>Nºü;ÙùüçôVÀØ]Þ†8¤EDD¤ÀQ€‘'@%‘‚q´ŠfÀÚÃèⲈ€F`DDDDFDDDDFDDDDFDDD`DDDD`DDDD`DDDDFDDDDFDDDDFDDD`DDDD`DDDD`DDDDFDDDDFDDDDFDDD`DDDD`DDDD`DDDD`DDDDFDDDDFDDDDFDDD`DDDD`DDDD`DDDDFDDDDFDDDDFDDD`DDDD`DDDD`DDDDFDDDDFDDDDFDDDDFDDD`DDDD`DDDD`DDDDFDDDDFDDDDFDDD`DDDD`DDDD`DDDDFDDDDFDDDDFDDD`DDDD`DDDD`DDDDF%Q€Q€Q€Q€ÉOòkÖ-JÒÖ‘‚`îéÜE[FDDD²¥KH"""¢#"""¢#"""×Á`¸uŒÑhÄhV/)`L&éééùs¬ãš¶*4,œ´´T‚C‚1 ê """ùÁ@@€™àB9|аð|ÙÌkzR•ªUÙü¿ÿß ¥"Ë`6k4FDD$¿KOOç¿ñã–-Ô¨yû­`JE–`Û?’’ü%v»]½BDD$Ÿ3„†…Q£æí”ŠŒ¼õÌÅs1ȈˆˆˆäIÈR DDDDFDDDDFDDDDFDDD`DDDD`DDDD`DDDDFDDDDFDDDDFDDD`DDDD`DDDD®B€J "r9Ølvì6ª‡Ÿ F““)@µÎOµV€¹¹Ã‹ÕšÁ¡C‡Ù¹s;§OVMü<¡†‡‡WèòјUëüPk‘››ÍfçСCü°e3Í[¶¢|…Š˜L&ÆGü¾¾ø‡ÃN…˜Š˜Të\k‘›œÝne玴hÑš˜J•U?™Íf*W‰Å`0òí7_SÆb¡P@Õú×úFчxED®‡Μ9CtLŒŠq¢£Ë“|6›ÕªZçƒZß(¹®!ÆÉdÂáЇJs}â2›±ÛíØ½ÔPµ¾~µ¾4#"""ŽŒˆˆˆ(ÀˆˆHÎÇÍñ°þŧÏt§Çä9—]àj›ZÙÏòã«c5cÛu¯onj­#""ƒí4[þóŸn?ƒMÕð¯V©[y¦V"»¾Ç_¶ì_óÍÜ™½úÒUA‘?‚svDPf’õÕkiEçP"º±úÔ•u¶YFó *<ñü>û!ºFMªW¹ ‰sEw!‰ˆÜˆ’ë¡y+ÞÏ›'à q,cüûcY“X–òmçç军®ÖÐlpÂV¯bþ'hߥ†Ëñ…C«°ÑV‘±}«ìmýÝke®Hÿ7¾¡?ç±á—^œŸë{£(÷‰ˆ$~bÎK›(ûäx«w_O^ÈÎT—çíÇøä­©Q6‚@³³ÙLhL }k©þLsa £Ê›‰¹ùòèBò§t*l¦Þœdû­ Ö¿X;¹;u#1›Í„WnÇ“Ë`?ÉÏv¦^ùÌf3fsaj=¹9_—;¢ñº”HeÍü5³»®çAV%mÂQc =«Vþx½q%‚2×-$Š„~ ùéïlb‡u?³ê˜ ½ïs’/þ.íwþóT{ª„gn“Ûj÷$ißÍ]_‘[c܆Ó¦±ähcžÔ˜Ö£‡PiÿB¦}}öò»sû9~ýâKv—ʲUŸðñŠEø'½»t¢Ó#™¹z;'3²_nÁøSD?ø÷,}y¼uñÌ8æªÃymv_n[ÿ ´kI³f™´»$5jDˆ‡Z]Q‹`j=õŸ¾ÐãÇãés_':=8Š©FëF‘˜×±¾áO <ü4¦C§Îš3S'Oèh#"’ÒÓÒx÷·é?h0éii*ÈUX¶d1;u"<¢¨j}ƒkíÍáCIZ¸Ùsç¯Ò€ À9 8í|œtùw²óù Îé­€ 2?C~1›ê’ˆÈu‚áš½³-V¼„×in©7¦WYk_êyËÕ4ŸP€¹îçÔk74òÄqïËw8Të<¬ç­VS‘[5À8ØuÂS­EFD¤ 0 œûûoŒ&“Š‘Kv› £Ñ¨Zç£Z+ÀˆˆÜÔáÂÃÃ9vô/JE–VAr騱£DDD`4Të|Pk‘›œÑd"®Z56}÷ R¢ämÆ×Ñ»ƒÇñ¿M›¨Y«&æÀ@Õ:ÔZFDä&g2ÝfçÇ·|6»Ý®ÂøF"""¨Y«‘‘‘‡¨Öù Ö 0""·€s 1+b‰²`³ZõSO¬æÀ@‚‚C0x¹¬¡Z_¿Z+ÀˆˆÜL (¢B¨Ör5K%Q€Q€Q€Q€¹J<üT€‘›“Œˆˆˆ\î£.žFc\§Í‘׿F}øÐA•\DDD®–ÝLìÙ¿.)å`6D呼`syØ]~^|x -® ~“ó„…P (DEÿ 9§ t†"“s>î󑛟ë(ÊŰbÒ Ày 8 œΧœÿOΩ@š[è¹4ß/ v]øÅ‡Õå‘álÌÅЂs£ŒˆˆˆŒ[~Hwf‡ —,áP|º”àò¤Ï×£ÔÅF¤;ÓÑÅðbsÎÓèò;‘[7Ä¸æ‡ 2GV.Ž®¸× cÏa~YŒ§‰² /.Á%•¬#/V—c@#0"""·r€qÍ®悇c%ëHLvöÍ1À¸.Øæ!¼¤ºœÏgpùR’É%À(¼ˆˆˆÜÚÆ5K\9GægaR=„[vÁåâï|HLî¾ñ^ÒÑxEDDÄ-hàùƒ¼GaÎsy4&¬£0W=ãúÁ“Ë—çÒ³K°1º„‘[3À¸~Æõ2’kˆq½œtqÆNö#0Ù˜ì>ûbr.Ðý²‘kx1¹`DDDnÙƒ[€qýHJ—/'yºŒäóŒÃ%lxúàëe!»[€qýì‹Ñ-¸(ÀˆˆˆÜº!Æýn$O7¥»¯áÅ=ÀxZ ëmL.Ï]l€ëwÀ¸~÷‹þÆ’ˆˆˆ¸æ ×ï”sÿZ–‹ÆÓŒû|r 0Ù…‡[‚ru1u”4ú"""r«÷ áž%\¿ ×Ó—Úù4ã~éâ·êz 1/+™È:ê¢KG"""âb\/%9Èz·‘ûßGr ;žÂP¶!Ã}ÅèÃO…ñ'Äxûé1¼ø`.þßÛ×ùŠˆˆÈ­`\ÿïíAnLvϹO#. /"""’Sˆñôsüæ]Œ· £à""""yd¼C‡á*Ÿñ)œøð|®ƒ‡‹ˆˆˆ\¯@s}ᜈˆˆˆˆˆˆÈµöÿ¾Qš_oÒæJIEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/cact-new-scheme.png000066400000000000000000000560661433352025300235560ustar00rootroot00000000000000‰PNG  IHDRÈ•WÇÎsRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÛ 5ú# IDATxÚìwxÕõ¿ßÙ.­vÕ{—%Krà ۲qÇt¦&¡šB' ½ç¾´ÐL(†ÍlŠ1LwÅU¶åªju­¤í;óûcWòZ–,ÙÅÉyŸgžÝ™{çÞ3wçsϹwf@A„}P~¥y ‚ ÂÁ¢ýZDM„QAø¯Jå'J'¢)‚ üšÄð€ÅRé‡ý•>|A„ŸCµ^D±ÏB©Â~JØÒu?EDRAøÅQëA µƒʾXç>3λ]•s!‚ üÒ,zå/Q=x‹j7âØ“PîW$ }Çã.{Hµ$rѬ£ä¬‚ ¿8Ö¬#ÛÜu›øè¹?Çv#ˆjŸ]…RÙŸHú"ŽW^v1ÕN9+‚ ÂAÓÐâÄ8¸`¤A¯#>:€ófŽÆ4}ôÜŸS»ˆaøé™æ]Ò‘4ôE+ëÛå¬ ‚ ‡,ŽŽv6,[|Pé9UÕˆŽ¤¶ÙÀøi3ª?zîÏya‚¾øÃ¾+¡Ï>‰ä~C¬–ÄÂ`Z÷hÀí jɳ´mY‚ê÷ðyPý^, 9$O¹šØB É ‚ ÐèpQßÜFéŠÏ˜~üifÆPúMåM,þðŠFM ÎÑU«¢Bé[|€>ô.ŽÝ‰d÷žbwëfœw»úÛ ÓãÛW=íTù<õß½ÂQÃó™8<‹{F“½¢PYïàµÿ|AƒS£à¢yXâ2ðû}è:½^ZŠ@=.š[iuA|F"V˜Dè'4͵ 4¶ù0¥¤“!ëggwc˾\Ȥ§uPy¬)«¦tÅg9é’Ãò¨®oå‡Eo°è•¿”„ £·Ëâ -áÞeGH¶[±4ôÚ®ºÑÖULfJÉ fþéS$™Fª*êX[X¾¦¿.–‘ã ‰—¾ÕáÍÁ¶þǺZüf #s£qm«¢LK‘ü™QB§<%.Š€zp¸IгQÊ«‡ÀfLH=a‹ÐuqÃ'óôy RÙW ÷M§#ÀiÇM&JçM!3'‡ nÖmØJŒ¯‚…‹j9áø©žÊuJàï†+/»×ßzŸò-+ÉÈ!­å§Ä×Äše›©õQÙLžB„.LKë˜tÑ©<ßÂÿXÆw $7JwÈ"©yjY¾ªŠˆx;I Ih6kŸ/„¶J6ysyöâ\lÔrÿ]_±6móœŽÕWÉÝÿo=õ#ŠH®²Ch‡™hgçß6žqÆßmÙÈwžTÒ#591?#:eÏùVò±¹…m;*±EY)ÌÏz„»ëiji!+%–¼´8jÛöÍ«‡¡¿˜·èÜ€+L Ã…1| ȽÄr¿“tÔn aŠŠÁ0•~zƒ™äí±jÃ7d L¤ºº†-ËXñÑ'L¿ô&NŸ£¶EQp9ÛºÍSè/qläÇõ..½ãlJ,@å*.¡ŠÜ#R‰ÐæuШOd\ºˆg\N€å^²­æCHÍ×Àêõnº÷T+.<¹ˆ…úÁ ´õ­—Þ]›Ð45ûPUT4Ti:‡Ÿ8bÛ8ôhݸš\‡~vRÙçÿÞØÜÂøÂ8Ž•Êï~ITTp†êÖí;¹ñÜIØ­f~¿“æv?‰ñ±{åÕÃù‹ GcH;Ü1‹Uëò]ã'é(amk¬ùSX»a#Ó Ç‚Ï‰Vö1¦–-D l«j%Újbke+N¿‘š5K1¨‡^ûŠôA'“7ä(¤]þdWœU•XFMŠ#@z1§%~Ä;-ÉÇèÀœD¾e+OÎ72)¶•ÏÖÇ0 ÀªÆÊ]l«nÂáQQŒÄ'gŸV_«¾ßJ &2ŽFMÁY¾–ïwº!2‹±CŒ¨š‚¾³åx©X½œ S£Fç`ïîZèo§bûvÖ¶ãÕ"ròöŠSàvãl.'m:1¾VüÐsÆH!BsQ±y;•-N\>5Øò Ä¥fR˜ƒ¹»^€ÚÇ4š¦C°Ñ¸ñ´®[ÅúÐÅ0aP,EÃ[WÊ7›ZÑ ñ ?r±:M•;ÙZÕD«WC‰i™d†Ê¢hÞ±‰ »ÛñøƒÿmST é99dÇ¡×r¤¡tgƒmT´¸pù‚C2:³•Ä”tdt×ÍîíåT4¶ÒêöídŽcа$™ü=ÚÆ¢Ñ{ÛèŶ¡ðŽšrÊ*hñ¨ è‰LÈæˆ XØOz­[Í ^‡´^l-ü¤䮊jŽF¼=‚ÏÄï| Üxîdâí48\¬/«Äb‰ >6¦‹ÙcˆÕ ˜Búî9vݪ†…X»õ" ݈¢Ò›7öÞzá·ŒŸ8Kø¶~Mie;ßnoccµ“ìXn£}t*Ûê}ç·ÊŠ8Û&b±FKkùIBIv4DqÆÑ@€ŠŒ Ó¦§ðú› ¸í ˜Ô6vÕGpéåEŒ3ˆÝòæ¶D]µëð¡Üñ» FëQÛ[XþÃ:^üÆAÒ@+Û7¸õÁ³)"è¼·[Á8xï]iƒšU\þ\*ƒæœxÕœÐZÆŸþoÚ°lör|Íl*m`Ôqã¹mD±:•–[xsluÐ$9ZhÔ¨[ïç¶ý•an9f«ŸáÇŒãú¼hRmt€ær°âÛyn¹‡œÂ$,ÊÞÂP¹m7ƒ{K£¹©Ø°íÐlôäF^tïå)ø6}Åìw4Šw³Åz$ï<˜ˆÎµ“;þVÊfƒ—øGp÷¹äÛthξÿúGž_á&·(ïέ0jOŽ#Á¼½«¹ªŠ ä‹Ýq¸«”ý—cn YÃ’÷ˆdÈCŽÏyѤFãØÞ–F¾ûn¯,o#sPΊRG fvq"âMè@K=·žõ^)#z¶ÍºiC’i)íٶɃ²°+^jJ7Cñn9k2Å1zÐ|T¬YŃ‹ªÀÛDLOé £÷u 4 5à¢rÃV"{²uqò¾ á<È}#FÖH+¿ú%7ž;‰x{:2g Šãï~IrR1Ñö½´HQèɃ´‡ÄÑ&Ž·~tLÒé˜áª -݉dG7½·è„¶ÏbŽÏÁväyÜsçÝ´¹|lkÐxé»&2 Grá¹çaKÄÊ­µÔWW±¡É@»_áÈ#$ѦðÉË·u›§,‡º¨xšªñ(fJÐ\Æ“on¢ 0 bº©†J—Úm¯Ë[½ëÔ©ÜwB6£õ ‚Î͘©˜sŠ™Š-m¨]#C‹%´tx–áwzìõ:‹Õë t»>vÂåÔyœ\ÿ×cösÜ”IÄ[Œ¬]½šHŒÔ·z•éæûÊ6ŽŽL ¯ šaã§pýŸïî1OáP¢«ªËU&\’Š (ÿnÛë|P1˜Ë2ìœ8!’…_·’œèr±Pq+é\Pb¬ÿ1÷~ߎmðX;7 Ûa÷éǼéˆèré&RÙùÍŇ/,äÕ K‹R0xE­§ÂÍÕƒ·'}÷ÚGüíG¦cyþÒl:ü £=Ÿ£•c,±–Vªö¹ÈÑhvºÓ|÷ù<°Õ@É9'pó#F&±²…¶DãžðY Ü=¥©f‡){ÕFºHú€YóuDÛ-X, \|ÅXÆX)Iôñ}M/vÒ4|¾Àžg·6€œ “yø¤¢G cúgKXàŽÙ³Ïóóy`«ÑJddÖØfï¶Qg`gy:w÷–ޕɽ“í€Æ¶O?ãŽÅ ´k:¢c!"³×öû¶7~ïñGO;|éÜÙ‹­S³»i ²ÝííüîöùAÙ»‹­„úÜnŸ¯}ÃóêAG¬]<ÇŽÛ=Üaže¸@êºDO{½Í£×kñS¯Ã:øDv˜"¨w8‰/M^]3Þ¸¶Ô´`ÍÊæè£Áo°òÞŸ6øhŽ˜yt¯y ,´×´5©$(:ÄsåÍgqeø.–tfæ¯â‘&?ú®ý¡.çcŸó£€Ò1£FF`Ÿ¨„&P Šº«*(ÊÞ7 íÕUÔcÒð«=…÷÷¤é½ Ý5`…@@ «G(ßžÕ£›4ýe#¶«¾Ý/7…¸¡ùL·¥aZÖ•±Eo ³•›ßî¤<<^êo§Ö¢âMÅ 0ÓÊ’7²ºÝÊÔ“3<…î“z³¢C¯Í×Ùküh¯©ôÑ6=´ µí¯Ó.š†%îœh£õ!½Öµ3§i(½ØºÎœ|%׫~÷ ;Â¥.g{çøcpÌñ ÐàÆó&wNÜyî?«hnÖa·ÛèÐX¥çÛ<Œ!ÏÑ&ŠÆ.â¨ëF»½ õÐa]"'4R³f ËW®eS‚®çFßÅГoÆÙnBÛ¯­›qÇÅ¡Èõ¥ÿÆ Ùg ÆW焜„Äd’’yøÕ/ip¸°[Íd¥Äáhmë2IOí·C»Šb‡×ر(ìûð¥'²Û¬=u.éش {F>EDZxE)©Y :ÅdSk×—âõz¹ô¢s¹åÎûÙºúSòG'Ý©~$ÐZ?g(ã"šyáñOùÀ¡ âÕö‘SùÇ (ÙŒøœEνŸhòU2ï»bîÉÐY'ðæÉ¡&¸J×ñ¡#ždK#Ÿ—z™4ÜDÖñÇóút?ªÉ°—ˆØu-|_¡qdŽBÑé3ù× > ºzh%u¹¹ÄtìnŠ%EÝÎ+Ë‹¸s´…‚ãŽáõ£}¸#]ÚÞžöAœ¥jÿe o¯ ×ÂCŠZ_Þšj&–~° é¢H¶V3Y;“&Y;þD|ÒGbR,Q Ûyee·´PxÌtæ£âñë0`ׂܼÁˆ®¼‘6ìD% cÎ ìlדv…08z/G6Ðsä…§ñ†;€Å¬``çf9¬˜ºëIbHa[¯¶IÐ÷Ô6VÐnhêݶú]üsu1·7S|Ò±¼~b¯¦ÇÔRÊuÿWÚKúXbôíli„ñ)?ëxns!mܵ_[ß²Õ‹-É$o}ÿ)<ÈŽY¬ÖHÞ^ºg[;VöèèÐvxúÝ•d¥Æ’™h£Îáï2‹µÇÛãîOÊÙÖ¦›‘§•ÕK¿ãOo:ˆÉ'.#•] ¾dîÊFš 70 ­©™U›(¶Hâ²cYþÆ7üg›/`Ž0âoób‰0„—Y=+êsï¢r¶¶ª`0¡o{[7ÔÒiÅîí¡ÃžÞK¢ŒÝ< jßß{Ù¯[íú[‡5#³ldF‡BDb<µßl`ƒ àã«E»p%ÇbDOtv: >åžwQæÁ ¶»¥‰>3‘‰$9Öqßû;Ùâ™Gqv4ö€—Úªj6¸"‰IîK9z¶·ÅΜ@U¾n-wý³S¦}ß‹Eè¼Ø2{³M‰=¶ #æÔÞÓ'd¥³óƒOùKG{ …æšUL+5ûMŸHrz_ü{K*ÜøQikñcHNݯ­#tª\_~¢Y¬U% ª˜-Ì ¦ Ö¨¨Îõ6» «ÍήÝVmk""ÒÒ9nô {œÅªë²è»üîRUzòéa' ŸqÞíîß^ø{vÔ4õÚ3¨Ú²W[FÌ`ûêExjWsÇÍ×qß_Åœ4œÜá3¨Üô-‘ÑÉĦäIWªÿ}Hš·—²Ã¡ADƒ â0…Ÿn_3e+hÓ@oPÐl˜só(àeñÓ yÕ0€¬H•ÖÚjªê¸üèÌØâIO‰Á¢ëœ]C]e»›]øµ`[Ô›LDƤ…Ð|ªvVÓÐîCt¦h2ó3‰5v'D>»k¨itàô¹Î`ÂKfvâžÄ÷ªj/ePÛØ±~ͪBt^1¹6_ã6Ö—»À˜@aqw7É÷1æï«ÞÄÖ•´i:br ɱë÷¶Km 5 ­8;nÚ7F`OÎ ;ÞŒB€öú**k÷lGÑc²DŸ™Er„ÒçrtÖ¿ÌÍïo›|Ûóóy`Kð61Kt"‰Dº³SØ êƒmöÛ6úb[ÕKKÝnv×;p†`´&; ™HzO¯º)¯¨¥Ù©WDŽM×[ ýEœ-’>x‹I3NÁÑî>¨<Ü¥+>㸓Π±uϸB  u<¬ü}‚³V]@ÐZÖŽuí¡ý¼ìy%–ÖEÖzÈíÕT¯³•oß¾¯ówÉéw`Š´IëøÅçñ¸¨Úéà¤K'qB²1.óVòÀC?R“™E´ALô¿Û6ÚØ±ÕÕùOòɉ’û„þÃaÁhбhÁÛd•}`oôhni£¢ô[fœx:>¿J»Ë6¦I‡@~@ðQs®:€¦0qlšCëÛÎpõô$õ6ýaŒ°1é܇)᧸ðb$)*(Žž†jæÏ_Åæ˜ ÒõrŽþ§ÙߣØ¡Ÿhsº‰´˜˜~üi,þðà$½dúñ§áñúqvsod˜“×u.Íþfªî—C¾ÍC8LÐYÉʶ²ðµ,ìXgÊ&ÝDsþgP¬d °òÁëkùÀ\@¶YþûBÿÓîòmå¤SÏ>¨ôŸŸv—§]ìQ0HAág£¡¹­ÿûxŠÒ›8*#˜= d‘­žù/•³)‚ üê)²Õ³¨ŸóܯùÞƒgÓØP/–A~µTV”3÷¹Ïû=_™¦&‚ "‚ ‚ )‚ "‚ ‚ )‚ "‚ ‚ )‚ "‚ ‚ )‚ "‚ ‚ )‚ "‚ ‚ )‚ "‚ ‚ t`üLøëYöŸù|¹¶š„ßü™ ÍbAñ ¨îFv¬_ÃöVõç?¸{-_s ÷?1—ÅÕ>iy‚ "}À·‹g埸gI-`Ô±rç«+i ú!´†ùœ’YȨɿã™-^9ó‚ Âa š‡¦ê–Οz=àkfÇŠüýºc9æŽoqh‡z~MN¸ ‚p8 d)—~®ÝuÔnû’ÇNŒ`ûKóM³Þ¼yûy3z É!O3eØ…¼U_-KŸ¼’c†eŸHRá$ÎùËlwwUÅÝ<LfÐKt+\^lÒšXþüuœ0<”>q%—ý›r?pü.øëXúøåL”F|B"‰'qÞC‹©'WáåW;IGo/fæoà†_ðÖPÑã6þóÒG¬p˜°Fª´»"H±µ²ô¶ã8õ…òP­ ùèÑÙ|[6—oþq*ÉáyÇ&‘hÖaÌIĬ´æ^Ó§èÚXqÿLŽ}lS(FÍA•/h}3Koê%}·žs _ß~,§>_‰O‰¥¹f# ú ¥îE|yçp"¤ ‚ ˆR 4ÕCã¶%üã©Dd’®åœøÖ&víª¦výcÙø6w¿P˜9ê¡o©¬®dÝ ³ˆZ>¸çKÃݱdf¿±‚õëÖ²úƒ?2Ä þòÞÓªæsû›Ãþ¼­»+©©­`Ý“‰,?ã‡9åos×óå@&X¸‰MëJÙøÚéÄÛæÍe¥S¨ ­¹»¦šÍ›Jiinà¤Sfíwÿš¹Ç’1wïuE—_Çx;ÐÞ§i2áܲ„ú±\:+‹©GÏæ˜Øwy½i_mhAKéù˜®>¤wÆÂЕpÝÅ£‰Ñ˜±Y¡õ»>?{ßãºË–°€rþ~Bߨ¼•òV"÷íÃ|ðÞ»ÒrA8¼½3›ÝÎÀÂ"’SRÿ÷rwM5ëÖüÈ¡G…´:Øìö^Óm© 6“.¼š?œ2«²Ÿ¥ÓûìÁ)t(ªvàé5-ܪèÐ锃8~7«ÕŽÛM˜qÑY ´„m´ `ˆ­{òÔéòïá°Æh4âñºYþÀBrJÊÿ–@nÞ´‰ÁC‡e³a¶D 7èQzI“ré'¬x`–8NDþTñ«?0w~3.̦ñÓø¤ “ñƒìèLvbL€·žµêñÊ@ï÷¢L}JaÀ>aCà{ž~mS¯B”.€³Ùƒ©étô.*·7ៅe@(OZhJ:k®K‚üŽrÊÕTr#»¯o_:‚ ¿vbââ=f,kV¯þU äO:ÙêhÁeÃl±`èƒ8´ÊgžÆ]³3_ý©„´´t†\4ŸF jÆÍ\\d†ÈBŽ©T~¸~9òHÍ?›ú–Þ˜u·žxùþΩd§d’žœBæ´9lNêÃñÍŒÈ –wõŸ&pækUè²Ïæö³Ëÿz…)éd¤'‘œ7’sÿYަOàø'ñ¯?ÏdX² T7î@iiZÒó¸èé‡8{x&LĦÙÑëâ9öÑOù÷­§2<Å xqy4"S‡1Ħ!·m ‚ðߌªjFTUýU–OéæS课ò ÷ãšÆ†úƒÎüƒ÷ÞeòÔéAºÅÍ¿æ½ÔëÎýQYQÎÜçžã‰§žYxÁi )´4„}w„¶»Bûû ²gÖˆ&oóA„nAHAAAHAAAHAAA„_¿Ê÷AÊÛ*AOå†È>òiyœ´4A„È£3Ńü9?nŒ´6A„ÉÊD TMÕ-‚ ˆ@îƒ&)‚ ˆ@v'rrAȃô u$fFSdhçÛí^ü‡ó™Pt$gES¨´ó͎ü.}¬oRf4•v¾Ýé% ÿEAD ûуTt¤äDs„×ÃwÛ¼¿¾ ëLŒŸ˜Êàözþ¹¢§¶±OÉŽfˆÓÍ·Ûé¾.”߯©9ý B IDATÑ sºù~ÿýAD û‹¾MÒÑBB¢¡i?ÿ;©u œÍ Ýܑ⩨æù´´zipúñ©½•OCÓ‚ž³ÚS]4õòë7Øüt.(VY¼¨Šµî^ö¶ØøÍŒtkËym‡ÿÐ닎œQœš¦ï\ðú¨mp²a{ Ý{žÆŽ™– ­•·>«§Â 'L&'Å»xïÓÝl÷u-{gˆ}{/¯÷ˆ` ‚p¸‡Xµ§È_¡Ò\>\ÕF[X/¾€Êšå•¬9À{¬KÀ{ùZíZ›/gi‹vpåôù¨ªw³OrÅÈÈ)™嬿™ï]xCâ’–ÇäQ¤F(ð±eM5 ʃbkHJâÂõXõàw¹Y·¡Ž/+|A¦‡ü² ˜<ÀJ¢ üN?®«ã«j?EOfQ"S²"H´(€FCYÿ\ï%:+cŠ£Hµ( ¨ÞZÛöõœ|m.šˆ")V®N%(æH†§›ˆ'šìum¬u…ÉcƬù(ou\öW¶PçÂÇéG›H‰TÀëesY=‹Ëܸ´®öu…ìë¤tG ¥sVA2“êÊù¸.ÌÿÔ›^`Á±¥ŠÏ-ÉœZ`'¾¼‘:Ü -lñZ)Ή ¢ºmOˆZ1—mGÛ4™ &ÂáæAêÈ’ÆÌ\…m¥µ,n `‰‰bL±¹s WS+߬l¡Õ–S‡%pR»‹—K½ì®pãϰk…Ê PˆMµ`ö8)kUâ¸'¢€¢íY¯j{o–O!±0•ß(/«ç?µ~T“}³Ÿ€:Îv¾ÝÐNs@GjnF%ÓÞ\Áw­Z7ùéH)N㌵kªYìPHÉM`ʘÜ‹+ø®M!1%’Do3 W:iC‡ÑãE³Ú9i„ mk-oVxñØ>ÝxršÇC… F%˜0n N²&ÚHò{iRL IÒ³v‡ …ø´·RëÕдÞÊ:’N¥rS-_·iØ“c˜2(Yê.^/óè,MÈËìü |S=[rR)Ì3óy­“Žè¯%>šÁf7_ns±Ãè iZ4£ã›XX«‚Ïͪr?ƒóìäšZYJ¤³ZU«Ûh hˆ> ‚ðëÈ®+L‘ŒÍ6굂÷K=øê¼˜ÓmL í¯ÞÖv6¶†Ò4zѧ٘™dÂTêÅÙä \M¡ ÅÀ7->z)\»Û¨ pPF ÀÏE3ãÃÖºYða%½„]âA3F0¾ÀDûöJÞ]çz€{"ƒh€¿­ UN¼ÀÎ…œã’(HÔó}kpLo¯üL” 0R¿~‹¶ûP ‡FjJ*ƒÒü°)x±÷;]”Õº:gŒ3bA¥¼ÎÉ®¦*{ª`ÀÇŽ&•ÑñÄèÛpªrsÍx*jX¢KbV®ÛÎZt&²ì ®ZõÊÖÐÌ×Û‚õ¥ÎËšÍÉùÑ$n¯§:Ð¥¾áåò{ÙÙQf"uN\jÈ,°¢ÔÔ°Ù~·ƒå1LÍ$²®vM£n‡ƒ†q‘f`ý6?* ±vNÞ¯öÿãØ‚ ˆ@ ßÞÁ>ƒÕH¬N£ªÒE›OítÛüZУðøüxP°§Å3cP4y1LšŠG Áü~<¾6VîÖ8==‚ˆ .š#c`ÓÖö=y <ú4 ½‰·pÐÚ‘…¦ÒØ,_Ô^ŸŸ€ÕL¢^£²ÂIk×ã){ïëPÝÔy ׬áóùñ+]ó3¯‡è!YÜ0dïìÜà÷ù÷ÍðÔ7°´ÆÊq㲈¯lfYY3kk}=NL©ªô@š…c€š#blXÙF™.çT;æF¾ÕŒ¤Y4ª+]´ùªl~vUy!ÅŒ?;|!ûjjp­‹½Û¦‚.ÊΨø>o£Å§~Ö•¶3e| ù¦~hÓ ©‰ïêã81ÇJä– ƒ²¸+w³©mA›ëžßÚÞ߃Ñ4 -޳'ÄcÚ¹›wV:q¨ Fe2UéÑùÙ^Ö†gb4EÖ&6gÚ‰q9XÙ8Èq§P"¿šzMûŒAî=ËvOVë&„Ü;š†_…=!äîòÛµb' ÃÇáÐP½~<š¾ûãû=,ÿr+[“íŒÏñ“ã8jg%/þÐÚ9á&œ¶ºVêH"?VO™5†$g ï5ð*ͬwÅ0"×ÄšF+ xXVï\Ù´¯¨uµ‘ÖelÐh"7 üunZ¡ðun IФ©ŒèR‡ÑÙF–¯óÐ|”–¶2ã¨h†ÛYjŒah„7·ã–ÁGAGôµ»¨ (ddX0U·‡zú{ †>*’<,^×Ä–6 ÐåÒ rÏ–«¶‘õîlŽÈµ•i¤ak5þƒwê"XZºØûÚÔ«q¤¥™1V;÷±vÙ·C ÙKDºæç¢A…”8G™{_ïGÑí›g'k𸤦™…9\9<žk[YÞ¾¯%ímljOblv4ã¢MÔmn¦. ¡áfÕ6/cÄ1ÜÎQÏNwÐU6ÅHN†œ¡qÌì«èÉ.N¢Ð`Íf'.MC#sŒ8¶VòÖVoX¨T!yp3scHÞPCeœ5 üèÊaxQF;Mµ,oRerŽ ‡‹@vYáiçóR—Îàœ@ßVyp)&ÒÌ€'¸¿¿ÍI‰ŒCýV7mªœ½©…f¹j€ÏÅ[½ŒœÊhÍÅ‚íÞ`¨ïPÊžõÐ4ÐÜí|±ÙËEEœå¯eYŸÞ@T µ»»ì¦™ùï“__lñ2»0³½uüPíÅ­Ó“`ƒ²-š´nòt‘QŒN×QßäíèɈ3€êÁéïagÀËÆrG%0LsòŸ^¡Ömo¢zp2“Ò qmMã†},›Áje@²†Sg$='iIeß7Q㫯ÑLF²•tDFYË :ª7îâãš ÷oIˆe°ÅDz-­T4ï]‰†Í­Ì˜jgL|-ïìVÁïæûR7GŽHãT6ÝBãAŽA ‚ ù‹{ jí^ð$sLQg(x]Êj}ø5 soü`àä¡Éü67¸=àó³»ÜOÛsÏdÝÖ*¥’TYφ6õ.Œ=̲ì¡>ÊÜÁ+žf¦rV ú©,-g}M Ë¾!瀞0dx~»Vïàw G&sf¡¨´Ô6RY¦Ñ¨²ož€Îd¡°8žã"ƒ^œ§µo¾®f£«'OZ£v‡GQ<U ljß³_ ­…oj’8=ÅÇÚrþN#ôV6•†Z' Yqœ>%¾³ß}[Îg;:=§áq 1†S'Çsõx©®mæƒOXU×1©FON s[ëZöõÝ ÍlöFS<0KM+.4·×Q:$“"_3_VúC³ŽAÂ]Ý|êýÕW^á~üïOÓØPЙðÞ»Lž:›Ý~Àé¶YÆËÙA8ŒÈsÃI§Ì: 4öèhþ5ï¥NNeE9sŸ{Ž'žzfà\@;àšBKCØwGh»+´¿ÀÞ7 ÈÛ<A¡ä…É‚ ‚p8 ¤¼0YAìV åä‚ "ûP¾}³œA„ÈÂLÈŸ…yw.­Má0bÞ sÿ«ê£“S*‚ "‚ ‚ )‚ "‚ ‚ ¹u,yð ~ÿĺη̨­¬žww½Púë*÷ájOA„ÿ%Ôœ¥¼zý ÏN'==¼ ?£¥ö.šËÔû×/àj k¼Ï’¿t=ëøë´<†^ü>µ½FmdÙËÏðÊÒ|ý‘_¿ ÷¯Èž‚ ?#†Ã§¨^JŸ¼„›æGsÙœr\®S\VË:òŠaÈŠBÿ³+vïŸ6„+~ØwSôo³|N …Åf$`.ªóAþ 2ÐÀŠ%Û15Μ‚­sC ·½¹à—-[Æù<ùðɤt*´‚9y0£sŸ^À¹ýucNÿæ'‚ ôì“6%Õ¼¸¼àûì|ŠÒƒ!Ö‚Ë–ÒÖö—LgÊß·áï)­¿–¥_ÆÑC2HOO'¿älî]XŽ·¿Ê•ÇÈq%””t,ã™gCçßÉÜééäÍþœÖN¡obÙÜk™9:—ôôtÒóÇséåe÷|~“òC!ä#Oã¶wwàé¬G7ùí¯njß3F•žÃÔ{WãÖœlzýÏœ<2'¸>o3ï_«Ï•F¾öjN‘:æÜòúÚÂØc=ýT¾u9Ge×gç„k_aC{(±ûGî•ÎÈ;VïólýŒórÒ™ñB9~T>½†aéCøÃÇõÁ÷Ajyÿ’b2&=ÀêvyF¡ ÿkdGÇÝÏÛƒÐGgÉÊ^R8Yý·3øÍ3F~wï<î/ ðã¼Û¹ûÒ °öךú¡T*€?L ô}çK6÷àfÃãg2kN%—ßÇó“214Uâ–ˆÝ!oôX®¿år--¬œw']5›ÄÁŸpÝ@ã×m€ƒõ/fCÌ<ñÈѤj-´'å¡l{‘ßßø:ÊÅóïÓ ±´ì¤Âœ†±Ouu³þÑ39ý‘Z&]ó7^c£êÓ'¸çƓ١}Î+¿ÍÀ°ßzê‰=âtþøØy¤ÅhYówÝq3—gÉâ‹èýl舟vžùçÝx7§Œú?Žøæþüq2W/¸–áVEþÕ‚ üo ¤ÞžMaqñžk[/ŽgÓRy~+E·}Íä`Æ 2²üÓsxkÁvþPXØGaØ¥÷21ïÞ°£yrÍ|fEw)KËWÌyj#‰ç¿Ë‹wŽ!j//7øaÎ?–Y'CȆøY2òZ~]ÃU3÷9Y½ÖíK0Ϭ‰Ì˜\Òi3×Ê šˆbÜÄé” CÇ0FõÕ‘oùЇŸ)%ñ¼wxÁ:LEÌŽq\ùðól˜u7C=û©'Yp §„~Œˆgá;\þå7‘Ч¸G,Sî~œß~ñ;®»ÊDñêE¤]·k†EÊ?Z„ÿ]ž¹©Æ:>½éþÚ1t¨èÐë à °ßÑD­M_,£T.ä­Õ×sD‰ ° ‚Ð_ü÷Þ,z¡¤)mùÆe?:I-ÈÀK¹I?ë5X7«>ÙØ[døò;Ⱥ)du.w½ò9Ÿß=„ê·ãÃïöL?’"‹›UŸ”ÒÞ±MmdùÇ›!yƒbtû­§{û×l¡ˆÙ7žÏ´‘ƒ(:’¡Éa#úh2b ¡t+µg‘v|{?W=ïå¼-⩼ø‡ÿÇW-ªü£A²Gô6’£¡uù»|¸¶˜S‡Læ† ³9eî%̶ÝÌì©ùDûë(Û¦gê…3É6þ|ESb'sÃE9œüìE\y3³'å᪡6b³Æd~û«[ é¯ú”—?qR0$ »ZÏŠ»ÁXDœE×»=‡NäÆËrüã—òû„;¹hŒÊEq×g¼”!PÌ=×óÄÌ#Éf/?ú*ùç 'ÑìdS}˜0R™tJ1Ú÷pÝß4fKÅÔü=U¾=½9­õ¼vþsþÍ­“b-~ˆÿLº‚kï?…Ïÿ:»¸‘‚ ˆ@vç'rì­×PråSÜö·ã8fÞÑŒ¾}>¯ÅßÉý/ÜÉesý@%1üœŸW Q¢u뻼{'yþV.~:†F\þ2'=¨üö[·¦„úÖðñSOqgeðÆ[îd®xú!ŽOÐõÉžÃn|“7£îàžç®ãœ‡˜ÓÇpƃïqÇﲂ jõ¼åræÎ©æOsîáü7ƒ7ÚmÉ :1³`$ÿ²x¶îî}öf?Aâ€NÎD‡—Mÿ¸™—[ãÙ?–Å0éxî¾m GÝ| sgÂEfùg ‚pè—ìn>u€þê+¯p?þ÷§il¨?èÌ?xï]&OŽÍn?àtç_t©œA„Èy/Ìå¤SfP{t4ÿš÷Ò§ §²¢œ¹Ï=ÇO=³ð. pM¡¥!ì»#´ÝÚß:§?hòÀ2AAèHAAAHAAAHAAAHAAAHAAµ•Õóîã®Jq‹5AD ÍYʫןÀðìtÒÓÓ)8éI6{\T¬XÌ¢Õ~mö¬ã¯ÓòzñûÔöV8µ‘e/?Ã+KkðõG~‚ Â!q½ÍÃKé“—pÓüh.›óOŽË1ãQ3ÈR7óÀeçóþ øfxúŸU±›xÿ´!\ñþ›¢Ïx›åsRÈ(,¦0#stEtQý›ß¡Öñ´'¹¾ì*î^ÓSb;§¿µœÇK|vùQœ÷AÞªØ2vÔL.¼îNb—P† "M K¶c½€sûë8ÆœþÍïëX@ZÛ[µø?oÝÀßJäO/ÜÁ¨H@1“2ØšƒöÚH?'þï4Òunšw­âƒgáºc?§|ÑÜ0È"ÿFA~U>wÍ‹Ë ¾ÏΧ(=b½liçëw¿p"BëÇÿ­¯ÚÀ’»ÏfÚȤ‡ÖO:‡{ÞÝ‚Sëç²Eå1r\ %%Ë8FæÙÐùw2wz:y³?§µSè›X6÷ZfŽÎ –+<—¾QNÇ+ƒ=ŸßÀ¤ü`yóŽ<ÛÞݧ#mwùùkYúøe=$ƒôôtòKÎæÞ…åxÔ&¾yè|fŒ*Ù ‡©÷®Æ­9ÙôúŸ9ydNp}ÞfÞ¿××1ž”a%Lœ8‘‰btnèã2~bpÝQc(°‡ùô¶Œ;†±%“8öìky쵇«ÛÈ+¯n”qWAă<仟·ÿ2+ Î&’-Äžò¯^]ŒKbFµš²¥_±)î<1g±ÞV½ý(_u"eþ%¼xfz?V^%ðwŠ(è zö}±½› ŸÉ¬9U”\~ÏOÊÄÐT‰gX"v‡<µc¹þ–cȵ´°rÞ™¯a ?õwVoì°åN抧âøHA„ÎKl7Ÿ:@õ•W¸ÿûÓ46Ôtæ¼÷.“§NÇf·pºó/ºôÐjæßÉÜcÇó@Ö?ùñŰ ‚ ? ó^˜ËI§Ì: 4öèhþ5ï¥NNeE9sŸ{Ž'žzfà\@;àšBKCØwGh»+´¿*Ðq§¼&.ƒ ‚ tƒ¤ ‚ tÃïDBC6—.®äR9Ç‚ ‚x‚ ‚ )‚ "‚ ‚ )‚ "‚ ‚ )‚ "‚ ‚ )j+«çÝÇ]/”v¼ZA—]^7é-}ñé¹\°¤Uþ‰‚ üêøïxÔ\ K¶c›i#vz|Å“Îážw·àÔ¢lQyŒWBIIÇ2Ž‘y6tþÌžNÞìÏéô‘M,›{-3Gç?žKß(§Ã¹ò|~“òƒeÊ;ò4n{wžŽ´Ýåç¯eéã—qô ÒÓÓÉ/9›{–ã ªß3F„ê™ÃÔ{WãÞŸ-»àÙ¶˜ï[L{ðqn:÷DŽ>úN¿è&þz÷LÒ ½oAò'Æ·íE~ãë(?Ì¿O+ÄÒ²“ sÚ^/>6Œ»Ÿ·ÿ2+ Î&’-Äžò¯^]ŒKbFµš²¥_±)î<1g±ÞV½ý(_u"eþ%¼xfúF%ð³'‚¨ 7è;_²¹7?“Ysª(¹ü>žŸ”‰¡©ϰD ìy£Çrý-Çkiaå¼;yèªÙ$þ„ëvçŽ9Yý·3øÍ3F~wï<î/ ðã¼Û¹ûÒ °ö× p°þãÅlˆ¹‚'9šT­…ö¤<”>زÓiML–ÎDzWÞeÝØóbÓÐö=?·OØA¼žšüA<4ü-4Ÿ‰Ó)‡ŽaŒê²ÞžMaqqXˆ5øaŠÏ£¨¸KgfÁsæxfL›Œ ˜zôDRSÂç¼HéÉ·3Ä|…+½—‰y÷†­Í“kæ3+º‹F´|Åœ§6’xþ»¼xç¢öª`¨LùÇ2ë„`˜xÂ?KF^˯k¸j`æ>'KkZÊ#Ïo¥è¶¯yà‚ À˜AF–zÎÿoïÎãl¬û?Ž¿Î6 f±ƒ1ƒ12– Ê®EèžRˆ›ˆ¬•›º+•D¿Ü Y§Ÿµ¨T¤u÷R)e/QÙÊØ—1Ã0ËY~Ì93Ç8cV ÞÏÇãzœ™s]ç:×õ¹Îœ÷|¾ç:çðqüF<™¹ÇÞ5î¤sÛ–Yu¹¸5ïZf=@ªõbæìÝ 5–»¼C‹úÐ@_î»­æ|ÌÏòû«´¯ûª‡{ð"\‡"RÝ0C¬¾ 1ªƒUFÓyÐDÞÛ˜@jq¶æÊÜÙ-~dw’½`·­1ˆØ•qÄÅ9§ÕShpyÿ˜žð¿]ð!ê®z—†cnÇ/„:å éH²Ç³pÓlæ÷TØóJkB\'Eô!î<œ=DñÌžIDAT>x&s˜µÈµ´P½ëk|±k q3qò#žìÒ˜6O,ç`Z~æ;UÀœW²reö´üíTÔß ˆ¨ƒ,"ïZô_¼™vß¹³ûÐÞ~pñSï£r1Ý…ÁPÈ–ªFƒ¨(BrVÓš³å³g)òx,&°Ûr l‡&ZLúŒÿD—vß,Õ(ʼn‚×2—G„Á;ˆ¨nÈê6˜+†Òi䯴iÃGUÆt¥ù=¼2WP:„FÍ›_R£t¿µ”Òß ˆ¨ƒ,Žó%䎾¼¼d=ëÇGrô“i|qÌz…½ó¦Œ7\<{1ï÷AÚϲýë}P©1uü¯NY¼ªFQےʶ¯vg@TôõÙØ»ãUê„îšêZÉ÷Ê9\ÐZº…v•Ö÷P‡vŸÀZàù""ê ‹•õÈ}u:‘5ð·ŸbË–ã`‰ œÏÂÌR…¨z¥Hþr23W>AtéÓ²7ç᎙³Ó~|‡) Shfáðº9LX“Nãqhàs•ò½l[F¬I÷¹y¬Ôs hŠïÅcœðmML«B®ïÑîÄ¿çо6Ö“ìÝo¢ý£Ý1½–i»gñ¯é'hØ®9uƒÊÀ¹¿Øøþ›l¥=Ú…àØ=‹áW˜ï…>Ñ@DWUÆéüwÖ,ÆÎ|3‚_h[†Î~ƒ{+ɵM1Ðvüdúy‘i#ú0ÍHdÿ¹tëX=s¾w*?Ï~’Ø„Tˆ ëØymP-®ÚÛ÷ eh:v”Ç«ïŽå±Ù60W jÈ"º¶*[¨õ5{q%ËÊãµùãx<Ö ”¡ZË4îÓ¯BÔòl†r”?¿’ÿ}1–£,TˆhÃÐYãs§ö߯4߉ú+‘’ÁÃ¥0=1|hêô™³9súT¡W÷٠ڶ¿o×oàà«ØŽþEìÝ­˜Tã}v,pû`)´ÅócézLnãÀÒÅ |;w‡;o3f͉Ò€‹@ $:§Ón?';ç_t.ol€²Þ}æÐ‡•‹ˆˆx €ñàÖü00sƒ¿>Ì`Q)""¢€Q@Šˆˆ( EDD""" H¤ˆˆˆ²$²ŸcÇ{“˜°pi%d{¶/žÈËó÷¸¾çYçøué$ÆÇþ¦ºˆˆòÚÒ~Zð ¿9–ë YÚ¯ü§C ûœ¶¼·ççEsXòí12Šc}×[qm«-‰Í ßá×ν."" È’ÖÝ$òyL0ÁÁ—OõŸú‘ Æ2T«[ºað.ŽJ÷úòdeÿÌöwá½£y§œíèRî æ®… X¯ù¶Šˆ/³JP ªõã)Ý 2¹®0à]¹>?úÎŽ§oqÝ¥fñ®/ÊMàÇ6îO¥o•ÒÎ$<Îg#aºmKfõ ªóQ”zðöSî Ëc¶ø^ãm¹U;HÇ~ÿàßtoR3³K ‹¢ÛkÛ¹`?ÅÚq=hN5gÑao-z›§þÑ‚ÚÁÁWk@§ Ù•â¸dµi['Ó+ºVæ:tbè¬8]Ð!Á2a4‰nIË–®)š&a~­Û1˜°ë9—Õf%òsìStkšyŸµ[1øÃCY_i™¶~4mjgîCXóxaÅÁì×H=­Ïz‚o§?N§ÈjS»eO&¬>”9llOdãýèܴ޳³­Iû ÛI½R-sð©Ù’Zœã×-G³†8m§¾aÁç{Ø¿uYã§VŽoý…dcZÕô¹|[ǨmT¬ctÙþ¤ÿMüÄÞ´rÖ ~Ça¼w0g«z†MsŸà¾¨ç>÷àù~ã¼à›FGÜ`›.8—ÏØËô6ÁDŽÞ„ëªôݯÓ*¸#7ž¿òcKDÔA–tû0lÌ›ÂGÔÅ'é/¼«f~¹±=…}ßÿÀ¾ò#™=­-åRÿ`Å„˜"^øžIýkbn¯oaóš>|€Ofî€w;éܶeÖC_Üšw-³‹·•bΦ ìOíJ9¯c¬Y²€˜ELHÉ£K¾$¡×c„Xðín+eÛGlÉÞŸËVW½Û·Á¸³¡ Mþ•µ¦Ä ÌXz„ªƒã™3¦1¾­#8·êc^r«á”9{¨øÏO™÷l‹Ì¶mJàÁh†Oy—ßbÆÙ¨Q¦'ùzó)ž ¯BÊ/ñìvxÁ5l93’ڕαó‹ÝN¤I€ëÁÔCD4ÄZÒø6ĨV=MçAyoc©ŽÜ—÷ ªE9’8’ì|¦6–¦ju?8’söܪÈmjÁñíü™lÏÿÆÕDìÊ8ââœÓê)´¸¼‹JOø‰ß.øuW½KÃ1·Íñ ¡N9H:’Œ§Qßô#›ù=ö¼Òš× B}ˆ;§žÉõì܂ղ4õ:ׇÓ?³é¨kÂjÿRžn½o'ú‘.”Ûµ„Ïf`=¾™M',4êX;3Øò³þ¡„—ÏÞ¿ô#ÛØ—áC£ö¹¯#«†w×Ï®¡±<Íï­ Gf×Y;Æò-‰iddWüV’)ü· ß®cˆ)¿‡Ï·&áHÙÅç›Ó¨sMl‰ˆ²dñ®EÿÅ›Ùøá8Ú¤}Á؇ZpÇSñÏ¥SÁdÁ„GÖ£Ùv»ÛuŤT5DEåšn«M §ÞÜaÇ‘¹)ùnð-&°Ûr k‡&ZLŠcݺunÓzV¿Ø˜RÅRK#åoïB{Y»ý8{?]ÌîªÓ»¾/¥>Â?‚þäývsâ—5ì¥]›ä÷rîŸÁyË+‡ÇÜç™*ѦG$?}ʶ÷•Û{ÆÐ³•[VlçøîUl8W—:TÍìÊ úØd‰cð%䎾¼¼d=ëÇGrô“i|q¬ŸÅl'ø>n· " øKãU5ŠÚ–T¶}µ›óŶ>{w\ JpÂÃ]SB+ù^9¨ PKsÕ6ÜUÃÎŽ?`ö{Þï!êx>õèÕ;”„å³Yº|Öð.DW4~‚›á“Êæ¸œs\y™m_í!Åu¥ý ›ÿûTnJý@#`¦J§ÞÜ–ö —.á«”æ<Ô¤ ·õh…áûE,[ô‰õzsO5óµ{l‰È çÆy òÈ}u:‘5ð·ŸbË–ã`‰ œOÑ‚,íЬýÆ‹ ¶£lY>•76zÓá­Ôó¾ ù^¶-£Ö¤ûÜüã㘳þ÷ÆTÀ$ÄÏå{[-^è_Ÿ¼ö?g­,µôþFáºÎã†gݸ$×W¤ˆ” w2óMTÿ÷§,û§?ßMšÇ®T·ùö|ñ¯NDVÄËbÁb±àÖž'—í#µ Ë\ÜÂèšBFmÎ¿¤{i MgþE®ïгãëI½hä…Åb! ÎÝü{Å_¤ØO³þåûiZ3‹Å‚ÅRšFÿÞ\¢ËØz1RY3g 'ìîûyˆ¸ØM8"§O¸7`åï÷zS¯‚wæ¾ùV#zàäþj&¼m2ºÅ=e5¯wèMÛ¿Ô>5ÛÑåîNø£¬ yŒëŽòl½¬'–ü,S ø>ý5güAä¤=¼3´ uC/~ˆ¿÷>ÙÇ3ÏûfÞoXGºvn‹ÿ Qt_BÄ´—˜½*>ÃB0“ΟËÞe—Ï],í^Í9¼m tD7zE8o]ÔKé½fI/5 Ržµ[Ãæ¢úSY:®9¥ÚG’üÑFÝÔõU@Šˆ›ŒŒ ¬ÖŒ‚ßnߦ~çÏ_¶ tz*iT¤ËSx¦Ï–ýѕᡰ¦auötÒÓR3»ßÔ­k'%­2>ùY&- ›¶4ÒÒR3‡³ÒÓ±kæu¶ôÌõ8l™ë±íÿ–_/ÂßÏDPê™K·=à#œO«vùý–ÐZ_¢zFF¿ÌÈ™KØÝ÷iÂm[™7/÷O¡:iiiŠ“g'½Ç×;“böÃ/ÝQIœ¿˜J€íÒZ¥å8Éûà÷t_wÅäªMÖ2ÎeJ^}"RÌ óþ²Tv-˜Ë¯¶üÚ9ˆ9æÎ^ò;_j€·ëdÙ'v8LXL`·Ù³ßß–×21ÁšnÅî¶|ææç|œë}{˜hõÖÿ1í÷¶6` ¬¯ãøå÷["kƒ±*ÝþuÏöü_þ:œçÎÍcÙájüsx4~ÎlÒÿœÉC=_'¹ç›,šÚŠ`ËIþûT ãs«ÕeÇ óô‡ÝmY‡«ä%¹¾ H)ΧlG!άLÙ»ï"xÀ"¨‰Å-8yý!F,žÏŽ1“inñtæ£ãÊÁæiSÕË©]pÖÖ_£sžÇ'ùÌŸ½‚›RÇËÆÎ­)TØCŽ}°^û³2 UkʶEߪYôÖ'Ô<û ‰·ã±HŸ¬u_Üû {¨Ï+Ïà®0 pŽcAÞpµÊy ¼ªµ ¾ïÛlZ±…¤m2k—£Þ%±¾ H¹î]MÒÆy|r2„Áƒî¡Y¤÷%ó†ÜÃØîË™óãK4»#Gˆ‘ýDëÈlWZÆD»àÿC':xüŽªx'~OB:³BÔ @8÷ãG¬Ú^Ÿuà¹Á¡Ü5³/½ü^bHçp2NðÇ^Çjôp¿7B àÓˆ¡#1wìpFSŠ{—¶žÊ:C¾lI¬ïõ£³XEnʲà÷µ~ù Ööºl^™&}¸'ð,ñs¾å´Ý9.çéãÂÜÏs u†½Ï¡ øsæzÇÄðÀÀ9œªÓš;Â|188 é2~ wØ>`ÌÿüL ¥¹}ü¬×sŸ<Ï?cºÓýáQL‹ÿ…Ó¹ßïñQsfBz>K×2@pžîT>³ÎÉRw$Kfô§Òºyøî´mÛ ¿W$22/<Ôê²ZøÐèÙÏùò?÷c\=Ž~t§{ÏѬ¢>Zaq8p\ÃúÞ5gðpiLO š:}ælΜ>¥g‘DzZ}øƒ† %=-M)‚Å Э{w˪Ö×¹Öy9œpˆØyó˜1kN<\R€d Ñ9vû9Ù9ÿ¢sy+`ƒÌsÄ\ÿûhˆUä¦l!¹jÿ™—+_!Ïen©¬‹XëüÔó–«i ¡€¹)Ÿ³¯ÞÐÕéS'ó¾ÿ[è „‹ZëüÔóV«©RD®Þ“¶ÃQ"¿¡]µ¤ˆ\7ƒ”óç1šL*F!Ùm6ŒF£j]‚j­€‘"†#pâø1*UQA éĉãb4TëPk¤ˆ™Ñd¢^ýúlúñGZD·¤BÅJ&¿ÝŒÝÁ©“'øiÓ&6jˆÅËKµ.µV@ŠH‘™LfBBB°ÛìlÛ¶…ä¤dìv» “ß0ŒFiØ(’   ¼}|UëPk¤ˆÏµÅ‹°Zµ®ŒÍjÕ $}â6°xyáíã‹!a?ÕúÚÕZ)"ÅÓIšÍ”2—Q!Tk)J€«""" H¤ˆˆˆRDDD)""¢€Q@Šˆˆ( EDD""" H¤ˆˆH àð0ááR)""¢RDDÔA^Ú-zê&Éo7™ç·yN8¤’‹ˆÈÀî >{.ÁX !×+ä“#†©Ü""r£°¹Mv·K×”¯ÎÑÅàáÒ˜œ“à ”ü€ ”uþî”r.çå ]“s=9×/""RÜ»@WZtà"pH’€Dà,pÆùû9 HÒr„jÖzÍyܱû»&«Û”áÜW(ºZ\£RDD®a@ÚÝ2Ã9¹²*gæk¨Õì6Ó€çñZ‡‡„vmDº3}Mní­Ù­ E)""W9$Ýó)ÃÙººC÷ÀtJ{Í!Wê s Ç ·`LÍÑ9ZÝÒ RDD®r@ºç”{@^ô’Ödn'ó\1 ÝïØæ!SÝ‚ÐÕ9f=Ôjr H…£ˆˆ\í€tÏ*W—Bæk‘©BÒ–[0º®3ç#‘s¾øé)ÓÑ :""rí<Ÿ¨ãê"/¸u“é9ºÈ"wî/|šÜ&Üæ¥·à4º…£RDD®f —ž¨“‘#$݇[]]¤ý $ùí ]‰lrÞaÎaU÷p4åHu""rµ;H÷€tI0ìáVOìùî naæé…O÷aS{Ž€tíј#""r­ºHOç͸NÔqdžá˜[IŽptÉp›çÚ€t£}Æ«ˆˆ\û ´{è$]/ºÓSé±+Íïk97Àî]£!G—©îQDD®E0æÌ(‡‡nòJ¯2ç0«ëSq<…¤kØÕ”£kÔЪˆˆ\tjupéÙª9?ŸÕᡃ¼$(s ±œ] 1— G)i!™×¥ÇpÌo@º~ÏkÊÏzEDD®f@ºÿž×Da2·y9ÑKÇ)""r=CÒÓ’_ñ“s y¥‚QDDn´ Ì3 j†"ι^!Y˜ù…6¢ˆˆÜLy½¡_DDDDDDòçÿL-Wè%æ¿IEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/cact-preferences-export.png000066400000000000000000001234051433352025300253330ustar00rootroot00000000000000‰PNG  IHDR#Þˆ@Ô+sRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÛ  ôNò IDATxÚìw|TÅ€¿»=mÓ{HHH#ô&E@ņ 6,Ø{¯OQŸ {Åò,رƒ€ ‚Š Ò½…$@z϶ûþØ$l’Ýd õ|þî/¸÷ÎÌ3gÎÌ™vAAAá( £q ‚ ‚ ‚pì¢+„8!‚ ‚ ‚ NÉs$”6ŠWAA„ãÓñ8dÇDi…ç/þ-‚ ‚ ‰ረÍ8 ^;%Êa<§¸\ ŸSÄ!AA„ÊQ=8#jKoœ…ºgF^úCÊBAAN|~ùø ÜÏ‚8Ü8"žœ’&7ŽÈ×>ë0…§1yü )AAA8 ð‹ïSVu`s§ßìÆùpxøÛÐ)QšrHtÞ8"7\{9R*‚ ‚ ‚p “_\ÍÞ²M:­†Ð@_.7P8wú=Ñ ×Ë^ã;Ôþ?.ÎK“‰ÎGdo^¹”ª ‚ ‚ ŽHAI9þ™ß¢ð}Fàp¨„ú²¿¨€ÃÇäÌ~O’‹óázÙ\þ­ÔüõÊ!ir™–)<̓ê~fÅ^UBöooS¶å76 vk5›SX{"O½™à4YÖ%‚ ‚ G‚‚’JòŠÊÈ\±€£Ï%­]ð!…ß´§ùs¾!½×pBÌ> ýÿgÄærYmÍ_WGÄCÒGõ޼ô!ÇÅW\OEµµ±R]NÎïï’·ôcuOfp÷x|Ì!è F´ŠÂÞ¼>ûaù*)“?‡ÍfE£hÐhµ¢)‚ öŠöˆ‹öG§¹°Ç¯Àª(,(¥´BãÂñÓœ`ùS­íϧ ÌŠ!*–¸.ƒ‚ -c_AÿüþCFžMTˆ‹âX»5‡Ì è3äL"]âÈÉ+eÙ/_ðËÇOôwqB, .kÍå:kR»¬Ë­cÒÜvÜMЬúïPNíŸÁ¸»/%ØdcWÖò÷çÓ1%Žý¥*22x¢ï0Vþ³ŒW^ƒµçUlÍ\IJ·Aô?ójÑA¼Ãa%Ç&6U1ªC1ÿìTII¨s*TG%¹Ûw°-·„J;(:_ÚuîLZ ¦Ù°'²#’¿?«Á—”vz²³ Æ'‰ÃJE¥Œ¾øº”j+eÛšLvTùÔ5…Ê<ìF=©ÜžÍV5æØwH¼Ê[G’´r&¾ -F©1 Q!þØ-û0zDH™5qyXTãpT»\Z@Cý‰×î^ïQ;#Ãi°sîCñ×TªÐ®}{6dUñï†mY³øé—ýœ9zi†qÛÝa¼þú[ÜpíT>Ÿù#{¶¬$.¹‡h‹ œÐND5Yÿ®#³Èe†V£ÃÇßLDT í#ýÐ7×ãrX8°u+Žôî¼2:–0J0¼ð;ÿTt"ÉWAu”³cÝâOíÅ-½#ˆ4€ZYÄìK˜ëH$dÿvaOh_¤l/›,‰¼}U"ìç©GWPÆ!g[­d犵l­St*}’ƒ1ÖÄá(ÝÉŸ«öaÁ‡äÞ]hß 2U«÷³|U6>¡f"Â"PüðÕ)ÎÎzæ†L>‡—B‹ùâ½¥üpÀŸ›@?½¥[6²´:šX_µmk-dí?›ÙoüØ= Mkçí–’J¢¿FAZ„F9h=.ÎHAQ1Ûwî%Àß´äröåQX\L|T0I1!ì/k—‡­A8gAª* ÒÅquB\/Wg¤žcÒäv‡›—0øQi×á–¶j´:#‘;æ²jÃ_Ä¥†“““Oþ–X1÷gF\óƒGŒ¤dÿE¡²¢Ìmœ‚ œ8ŽÈÞ ÛI¼ðlžé wé%[ÈÝ»Ÿ¥Ë6òÝ¿tÌÇä±3§bÍßÉžðî¼9:rvñÑÜüÐt8T;Å[·b>ŠÛû9׳ڪ,Ø´PXê@«în"ì‰mÜåÏ¡ªÒ™Zɮջèyæ…ÃþerïÏ•¤vÆT¾‹åù±LæT‚)áãçgUB >-ï>«Ö|V¯·sïãçÐI©dök¿ð“¶©TK ÚpúÅê€Púµ‡¯÷7Ö—6-WkkÖWrÍÃèoö®bÊûÙ$v‹nÖ!9´¼Ù™½ÇB‚ŸQœAZ„âêŒÔØÅ‚¢b¤…pz¯h¦ÍøçIYÛvìâÎIC0ûùéï]•Û ®—Ûìâˆèk‘Ú„kOÓRü»¡C‚×Έ»wðK>•u62"­/X+P·ÎÃP¼½ŽíÙ¥úض·” ›žÜµ¿Ñ##g?û“ØŒ³Hê<ñEá„îcµ*˜õ.£3 ÑˆŠãœø8ú-^À½ËLtMÒ“·sY¥”VÙœ–ÊBF×DÇœ¹š‡ßXÅîÝeTiL„ÅVaUMh䔸3¾‹ÓÉœù#üS ÝzÑɯ’ݞ¨UìÛá!]ƒÂ½»Ø–]H©Eá1íHiäœpT’µy{‹+¨´:œau>„D·#->¨nöÕFIî¶fåS\íE‹oXÝRÃ0am: Tª ö’¹c…•vT ¾A$tL&Î]§ßVNÖŽìÚ_ŽEUðiŸÔ¸Sìh.Íz}ûz­EÄ)y¸äWYUD×X7n‡Âí›Ù°¯œj›³½1øÛ¾= Az°æ³êïmc ®[WR*ö¬ãï]UàOßÎzª‚¶î=,d­^N–!‚^½âH6mãµïô .eÁ¿>4ª‚ÃÒtýzDᣢ\k„Q‘½S¯¡NG ¶#ç†Ïå›âH:¹x#îÊ<$­êã]ÞÖÑ!Å+{w³=§’jŠÞ‡ÐÈ8’ãƒÎW:Ø’¼ ‚p¼ãnfdwV£{ÇjöáÎIC˜öñ"PàÎIC 5û_RÉú­{1™| ªWË´ªC/á:#Òð”­Z‡DÁÃìˆÎ¢ÐÌÌHH߉Ì|ÿb †) •Û“¹·œ%;ÊØ˜SAB°*½m`4Ûó¬¤wlO`Èöfm¤¢l0&¿@ÑA8QQÕzÙ‚Å¿0åÇlÆ@F\0œ›:ˆêۑԫؾӇÔ^¸²c8B h{q/O_Ï‹…Ȟݸ|PÉÔŠbþ^¼†wWT‘˜j¢ê0œi¤Ÿ?ŽoÎÈcÚãKØ ÅsØô J÷äÝLºÿ™ä&lš™‚ûè4ª·' C¨•%¬X²†éË«iŸIµ›¹:væþ ‡Ò1H ª•¬µ«xæ×”ê|{xH£cÊíìÒÅrÓýè®GÁAñ¾¾újÓˆuíLZ‹Ø”™O¯3ð`‚5Š‹¸t¦öJöl؆¯Ç4#ëwð”!($6„)ûæ1ý€Ÿs Ì%þʬm˜ûöãÞ!„™œÇÌeg3û§5,ÚBU¶ÂÏL çÌÀ÷ûô†óý »Š)ÓóqP»IÒ‡17Ï€Ò­Üýâ6ö;|¸~J:ýôv‚·|Ï Y¡ œ±|Výëh:wrˆŠ.'×[¹Öb/ag¾?ç_ØÉÊU‰‹21|DŸ•O•9 ƒ8<•ùJ¦þ¨z™·x§8ÀìøuïÂ×đ¨ÅQ^Ìòeÿò¿¿JˆìNéÎæt0E‡A8apñEêúð~¾~L›ñ;wNB¨Ù‡»/Š „8‘i3~'2"‚ @s½~¿¢x\M`®qDô.ŽHíq¿µØkOÚÒÔ\î:#ú_ÂÚž€>—òØ#ÿáÁkDz+_僥… >¥'}G$²|õ:Vn[Ob´JI@{ÚÙúôéƒeÝN~þðAÆ]ÿªh‹ œ$΀!*.Æ]üµ¢:G¢Ñù®·°¡Ð¾}cIÕ;íX•EÁ¤·SP^Aø¨QLà8()±ào¤ßÈ!ÄëáÞÕN XGU,Tkì„ÙtØ" ç´4Ý-¡ÄêÕN•]‹ÉÇLïრ®ø‰GwùÑÁ²µß©F­3âzÊ–W3#Í.Óª%tØmøuÃÎéç‘œšÆžµS­óåß›ˆðóa»5Œˆ X fÖm]Ëoÿû­F+Øá„vFêJ‡ É—ë?²ûÏ lõBWj¯gz‚“»’¨îb“EB½;ç†s9Ç5°O:;lõÍV`RG’ØE&‡ö°Ò Wغ¥ :ƒ~êÊ"2HRõ3ÿ*'¼K72ô,E»Ø¢i. …=ÅY,)Hç¬3“nÏðÍÛùqÁFþÌ«"(Ú§®°W–¡„v À‘ÏüM’ƒÉµ:\:÷vo.M ;mük8k8»å¨ä¯oþ >æ4ÎêÄÝ# ñqqÊ÷f‘:lS‡Q®?½»™ŒFJÓhœ,,%•? ØKQ›U9µÑ [£4>äºhÓfR'œË÷.ëÏö,ãŠ÷÷PeNd\,@>?®.¥ªþZ¼Ÿ«&DÜ#ô_þ¥¸\ÁÑÅm™Û,El)ó>oúˆ(âyÌ^ë ]§$ ·n埊x†ûúÑ%JË—…Íè ¢Ãî¥ ‚pb¡×¬Ýv‡³%(((bÿ¾\îœ4” J+Q€àî¼t(ÓfüŽÃ¡âÜ/¢Õ8ãÐh¬v‡»dŒ.ÆÛ ˜Ü8"®Îˆ‚‡%Zžœ7FÞ3Æðd0øWRAhZo’a iÏ–Übüâ8í´QØt~|?ëgb:F·q§5§ Ç·3â{U%{³÷³di&³w›IŒ×±«´ÂMXEQjº–U¬X²‹=®£¸¶rø¢-tç©(š–…myº öÚi•ƒñ¨*ªsE?ª ªêh> s0qAðÕ¿²{Hçô‹!.5…)© t™1w I vÎ*Õµ¢Å ±cs¸*k&Í@|4.öÞÝ‘î¾v¾úx ]nïFJ¢ë}­ØbzsÇà0Œ”òÛœ¬.÷cØØNt¯Ù𭨵Α½FÅÞh¶ÞÙ>©5ÿVçéX‡ƒæ×© *^¤a &Ñ“\åWwQ[ªIèŸätöå†û.ä×û¦XÆ%¯â…J°‡2¯Yòà]Þêߨ½TÜ´ätPGT’Þ+áÄBq³L«²¢¼n¿ˆsÈ"PáÎK‡ÖmjŸþÃ*ŠŠ4˜ÍÔú3ŠçeZzœ3"zDßÀѸqDÜ/NÓjÞq( ìÌ’-û3æLÚÇÙ‰Uáô€tAQà„ªª´oϮ͑Øu­˜@A8‘‘FØ(ÀªÕcòñ#8<œ¤D´öR7ÝJÅà‡š»ŸlbHÀ€ißü–G‰4&?¢|ñ‰0£-¬ýš³­.)ù†¤ft·šLÔîKªÉ³Ñl ÝFcø ŸJ»‡27c´½Î›õ@.»ˆ%EƘ._¶ƒ€N}éã PÎú\•†M¨›Ãœ©¶Ø½Ò!AN,4®Øk÷ht;Û®i3~',<²îßµGûÆG…°#»ÿzq5áŒØÝ8 µ³!µ—Bã!6rt n4òZšóE²6ýƒ9.™ôÁý˜¿"“è¸x:ué‚bðƒëÖgb±X¸fò$îä)¶­þ•äžgˆ¶ ëŒ4îéÃSèç²4DuÚ·«u ÁDÙwðñÊtêi"mÔ>å Ú¦Á¨ƒÝ³gsÿVSãiÝ£¶‘3b$ض›OVwäîF:Ž=ÏÇØ±¨Z Å™Üöâ¦¦ÓØ˜ê“Èëů¬œüj ¡¡N³\°¯Åd>xô®!˜(Ç>^žÎ#½M¤œ1ŠÏO³R©è]–Qé´ïn:Ím" .£Pn½,LQñ,_ÆG=Fs…Ë¿Å{ (ÃŒDWž¿#Ž]åZbC\Ê_WÂÂL Cºˆ=šÏGØptõ8³¦˜¿³Tú´WH?oŸžiE§ÉçÙg—‘Ý`ñ—N©`K ˆ‚äñ£y諟xvƒ£é4¥ì©Jã Or M¡G´éà¸âl7vÁù›"ÞåWf•hœ÷vÌ=‡ñÞùa( ) ðÉf±¥©2ßâuÞ Ö½|´´#SûùÒeü™|uu§—UfþËœ’€ºõq”“]ÕÑs^]uH„ wßñóóåë?¶QQVŽ_æÀÀšûðæ·+‰¦]xJl NÓòx´¯¦ÓÑðÒxpD\ï?zØÜ̈V¯§¤¤”oç/gÿ¾<4­£n)ãǟųç±ð÷% h±Ù¬èt:ô8]–i  ;-IUÕæ;?ªŠªj Lˆ%kö¯zªó-˜|´Ðà«À†‹¾\Aü¹§¥¬Ø†.<¦É4ðÕãëµ\m”ä[è|^ &€½ÛXRIÇŒPç1¾ÖB6gne½#ŒÎš Nïf`Áú@vz*s“–e^æMKþ/ øOI7.K’¿ªKY½l=ï.,%(!Û+›ÖA|¼Î« '®§iÕî1šLØ*6»__ߺßÌhu:vï+!¯Ô†ŸßÁ{µqyè³k\ÚÿßpYVÿn׿@;òÒ‡ª.¾âzvæ6›ñì-Ë©,+¤C‘ìXý ÕûWóð}·1õé—0Ft'±ûHönZ‚o`$ÁQI¢)‚pÂ;$ÕìÛ´…œjЇw #ÆÇ½r”±sýNŠÎ 艮³R²?—ÜüR*¬5»ô>˜#ãH5¢3a¬ÛY¿§ôa¤uŒr~³Ãa¡øÀ>öå•PQó!@½_‰"ñ¥é4Ôò}ìØ]@©¥fƒ¿Ö@@p±ÑAî¿Z¯Z)Ù—KnA 5K4:&ß`Ú%„;?”×\¾š(CCD2é.³jå>6m>@F¢Ó“‰4:(ÏËfïþƒq£h1˜| mO¤öJìÍf_Q%6ÕÙ–i |ƒ¢HˆöG¨Ö²wå_nÅh ´KnG°¶qy9* Ø“µŸ¢ Ié´Ð4›†æäj§hG&;KTð‰!#%ÄéˆÔb-bëÆ,ÊT0F¥iDi¢Ì}lÞç ÕFéþ²óJ¨´© 1NlTÍ{z¡ƒÆŠCÔ!ANB|™;k&CFžMIyU‹â¨ª¶’¹bgŒ=Ÿ—½v»Ê²_¾à—ŸøçéY•8‡TŠk®—«ö·òšç,8ÿ­ýbÝÂàf‘9‡”KE)K¾žZ÷ÿýÏ{ƒo€h‡ ‚ ‚ ´!~>&ô: ¿Ìþš¸ôþúRø¢â2²2—0rÌyXmÊ+:4µÎÈ,œ_Iª¬q6J€BG¤(ªù½ çI[Õžœ/NÓ:4!è}2éÙÊCAA„C£¬¢ _“£ÏeþœoÈjA#FŸKµÅF…›oÔàît¬¦NÌj’Ã>ÚWAA„cƒòÊjBý{΄…¯¶Ú(¯¬öàƒxtNZŒ8#‚ ‚ ‚p‘_TÖêqºžÔåÁQZâœxtFÒòønÞRš‚ ‚ ‚ Ç/­g“3#ß?3‚ü<‘¼ ‚ ‚ œÄìÍÚÃ;Ó¶z¼rÀŸ ‚ ‚ GqFAAAgDAAqFAAAÄAAAœAAA„VA'"ANVVmÎáë…Ù[$Â8h5b#ÌœwjGz¤F‹@AgDA89Y¹)›÷f­a@Ÿ® ŠV£¡´1v‡ƒÜýù¼ûã*.VÊ ž©"AgDAN>¾^´‰ž];JE• ØD(G³9˜ž]»ðÓ?›Å¡õœ‘ýûrÙ²y%ÅÅ"Uá¸C£Ñà@Jj€è² :wÈ>÷@ºQZe¡aLþAìË+añ‹DïÅžGYg""£Žgdÿ¾\Öÿ»Ž^}N!,,V¦º…ã ‡ÝN^ÞVþ³ »ÝNŸ~ýE—ѹ\öš?æ“»s=‡C„r4:CŠJ—nÝEïÅžGUgþ8ªI«8#[6eÒ1#“ÉDYY©”°p\b2™HÏÈ`sæ&ÑeAtî$½VSo#Â8JL¸çÑ{±'ÂQ×™ŽlÙ”yü;#¥¥¥Éè’pÜc ¢¢¢\tY; Ði@u8PEGMþ¢÷bO„£¯3¥¥G×qmgDUUPç_A8ŽQjôXtY;Iœ‘Ú6L8:òÙ‹=Ž 9îĘ '¢Ï‚è܉¶î³¿"û£%Ñ{±'‚ Έ ˆ> ¢s'g¨QÀáÙEù‹ìÅž‚8#‚ ú,ˆÎ¤apϲW+ؽlë´§pFïP´‡®j58•÷“ßeågç©m{ù‹Þ‹=„ãË©ÞÍ/ßgÑý¼„k@¸ãÎú”±þË7ùº|,÷LîˆéX-1ä¢ËÇ:ö<½ø8_ù^Çó7d´}]’ÎÃQsFTwË´ÔfŽˆeÒ_oi†Í$gÎvª6òòÅãùúœ?ÙÐ;ŸÃ §ñ'¡Sg2âÃÑkÔ6_¼vR:#Gȶˆ=9¹újU[¿åíYF^s!~Êq'Mk*~[^ö¢å¼zÙ®yò}d[ë~w”gòéÝçÐ;¹í;1þM6W7ìE,ÿè->˜ŸEUQ+Vp_¯ô¸w9G¨<ërTµb¿®)Àæú{Õzž•A)³Ùok{9¶µ>‹.uiíœÙ,Ì,ÆÞÆuéHè\›^žêíqPßµœË´ªÛ €økø`ö<~žwðúõ¹þøys¤¯åipº$&ø;ó¦&Hmûw¯Ý3rÜèl[ر'õ¯#ÜÞŸ}µþyåq^œ•AO‹uæwFŠùí¦SHLJ®»:tÊÙ×=ÍÌõ^VFÛ^¾¼î*>0Ná“_Þä‚Xmͽj2ß¼‘~P8ûé÷ùâËOxë¾±Äéš wâ^uã|ªŠŠ“ &³Ñi­«­äZµ…÷n¼†¿Ùí¬ µ—âKljiíCÐ+GÓ]>y.vÖÜÕ%[M&ñÂÙ8ê‡-šs1‰I£™¾ÓŠê(dÖ…É$Žþ»l-Ð9/ÃÝκrÍ IDATƒ‡z{Ôw×Ó´Ü^Éô4ˆA.W¿ŽAhT;~šL;ß8.ÿq¿³þÛr˜yQ4¾Ýfy©Õ~€Ÿï=“ž"ðñõÅÇ×—¨ngqï™”¹ê-?_¾’AIøøúšq:·|¸–’Úgìù,|ì\NI¯‰'ˆž÷Õt\€œ7R§Ç×S¥ZÙýé$ºDù;Ÿ7·gàÕï°¶ÔQ/oÂY·ój_‚/ø…b¯ßm?sï:î‰áøÖÄœ:’Û¾ØJ¥7òo+[Û:Û¶åH¶aµö$©ñÕýÎe” öä·÷Çd_­‰rê0i>% âr¯àÓ%¤^pñ:;¥ë¿à¡K†Ó¥6L÷aœwLJdV»ÎHë-Óòt¦µj£lÄ\Ì O#F[Eñž5üôÞkÜ=î²~ü’[Ò›™¤R"9ë¥9Œ ŽÀOë’–=U‹v¢ïÿ67Ÿ3€ƒ/ã¬ðžÂ¨8j Ãyv¾&€(³žÀ˜´­y–~[ÉÕQ»,@­ö¿¶½ô¹–m[Ï¢ºË“èòɃ£VÏT÷u©®®©Îg×™ƒ:tP?çÎyþ¨Úwõö8¨ïº&OÓª-H;6›ÛÁJŒV§EA!ìôgywâ|ιþ.èû=ÝÆM³¢¸ç÷{èåØJØ´`!CïàýׇjÉfÙgÏð䕃Ùd]ÎWÛ¡£’µOfÔS¹Œ¸çUf0“5çyî»~8ÛÕå|{y<:GëfÍe]Э¼ÿÖĨE”GvÀÈ6B.xïîê„ Sd4„ôœÀCïL&.LOѪ¸û®[™Ô¾?ËÌÀX“·Æá²]ò®‚WïVÊ–E°)ü>xûTBl¹ü=ý~ž¼òB"ºþÅý醦—iµ•­m m ÛrDÛ°šôb/æÅ§Î$RwP§ ái…oî…öþ˜ë«y,'Ð¥áS¯œTŠ–}Æ¢òtnƒR°€û.yŸ|‡sÃÔ»è©P²g+²B Ð9PÑ®ÃY¦… ø·§GŸžôî3€ç^Ïsÿ{’>šM|úy&•öB–¼8…±ƒºÓ!%)9ý¿k£*¶üùÆ­œ7z]ÓÓè<ì žš—Eµª¢ª*,`]4…î)itHI£óM‹)k.\³éݘ>éÎøê…Ëã·©—2j@w’kÒË2‘GØEU½ÑïB–ÿï^ÎÜÅ×Ó¸afÖæâwT°ù«‡9`gg¸Î9ï¹5ž§íª÷0çé+9µ«ó]zžyŸïr¶!ªª¢jCHÏH%#=mÝ»yJßNþ‚»é“Ò—Û~É«åÛÏìújä;ì¥ÍTÛvóþ˜42®ûƒÒºt XöÞ]ŒЩ&—òÈWŽ6z[V‡8Å-ºÜºlÏgÑSWpÆÀ5yH£Ç¨«xò‡­TÔ=n¦Ì½Ñ±¦äån¤¨öÿÝÔ%Ï£›ÔVƒ:s¸:§ºêõ$FèQWnÝϼ•Wf¼Î†Ñ9%©§0æöl¨­³­%ß&dç¶Þª6ö~{+#zvt>Ÿ>€sîþìà{õ]«QjvŒxúØðÝBƒ0Ö^ýxy›Åy_̈gÞárý—\så-\~ÓOÄÞ÷wõð­ ¯¦„ÁœyúpN7‰>šÃƒ-Ì{â-þ­Rq-䉗×qõ§|òèDFÇ5ÏÉ[§9˜ÿ䬭t‰'ñTÎ1ˆÁ§åŒ.f”š.‰1¬;Ñ©sÂß´3¹`ìPú÷ÀèëþËãƒ5lY°Ö9ãÑD8ÕÅ9¤wKÌ#‡1bôÅÜ÷Æ“ô#“ïæ`mBºZÒF¶¶}ñ¨³Þ…mÚ.z—v=›Ðšýoì‰_{ºŸÒ‡SúÔ^½éÞÞ¥­í¬7õ´aýo*ÿÍɦ)¹N>Ž@_Í}9õ¡gŠMƒÙ®¥Ÿ.¦²ÓŒŒÑRµ}ËJõ }üiî˜0Ša§ŽäìKoåñûÏ Js2ÌŒxÊŒzp\½)Jƒ?>Z°TXq8JØøëB6š'3í©¡DRJEXzµ‚5/^Êåïé¸ð¡·x4ÕοŸ=Á“7M!`Ö×ܘäŒLÛç>}¸'¾€Î©Ùp-M¯œK—±-äj^üo‚lXùé3¼zçõ„¥ËÉz ŠÌ7/ç¢Wrè;ù^‡®0‡êÎ!h›‰ÿZÝ nyàk4—=ÁGãR0•ìf¯1½êf#¡Zʲ§&qÓ§6†Ýô ô0S¼a.Ó_Zã2õçÇÀgg2°®|*YÛTþ†ÜϳãsõÿeL÷§èò÷xh~8×ϼŽ.> ªM‡Oq4‘÷‚ƒ#Qµùqg4 1ÏòÞ”T (˜ÂâÑ©û,™©bãë—sÉkxýã¼Ý+€œßÞæ¿\ÄNu6ïƒÖáMY¢>‹.·.;ÊØ¶x [‚¯fÚý²îcÍ÷oòʰÝ:‹·ÆG£õ¦ÌUµyóX> Þ«Q\ ê’»´èN½¥> u¦Å:WÎŽ¥ÿ°=ä^zf ÁÕÛøñ驼üØb^s7Ïß [¾aêÓS¹9¾7³oMÅÐZòõ(»]ê­BPçqÜúÌ¢Bt”üûO<ñn‰ëɬ›S0õ]§uªˆÛÑÂÚ^v |úîD×¶–Š 1ºº0Jà0žxóf;ƒ?ÛÝÌÂ[»áã¨éÔ;Æ¥Öþ¦‰æÔñpÇbÖ:HÝ÷ëÊ}èsfüjŸ!Œ~gu„_—°&ßA÷7ñÔįºûjöüô÷þwó×î¥\@€Å=*¨¶¹<ë&>×tªv¶ìÝ”€¤‡Á‚=EXñOùrÊ¿µmm%¼´uÏ‹°MÚEïÓ>h;šn—É–zkOT;V« ›Ë#­¥­í¬£¨ùzÚÀY³ìðœÿ¦î5'×Ûµ<ìhã¾Z³åäÒ|æ/á³%º<0Œ( i´ÓXYùù,Ö÷š@F€†ãVsF¬V«‡aÅ®ª…ªÊJÊeäï^ǼéSùÝjf̨´ÖRì*ãNapßø×µøW>ÜAê³xè‚xt@·°ü·ëøö§í\9ň] ‰II‡®¥éc{3°_ü>©Vþþ0sgsUB š’?yñM„MøWï蟋(,ÍÄñÀ=âGŸSÒ³cRé 8¬V¶•já¼ñU.Q—}Ê´ë:;OcèHÑìïyJµcµZiX"jÑMçï†ô»ëIÎûã:î¹SGêºßˆ¼îs®NÕaµZ› Ť,y·VÛp¨€Ã†Õju6NV»óXM»ó7‡ÍùŒ!(ŽÄ¤¤º&lV[9óe)ù“—ÞÛLè…ðâ=éœÒ ÿ£¹ë•XwÆÝtÒÙš-+í¡ê³èr›è2öƒe5xÀ)øýõ!¼àL~å#Ö¼ƒôj/Ê/t¬6­ò²[­Øë)@ý¸iƒÝZO'­.­ƒÍ^3ªl³bµ6xÎÑR«­Óµ²êÅ€SzâOOÒl ùñæ,úœ5†a‰zè“DÉœ9Ü¿pû¯K$Rm%ùê<È®Ús½ÕÅæôøš:%pǼYÜþçz §´'ä¨ï^-Óò§Kï^$ê<-ã*eãü¿ÈG{¾ã³•÷ÐkP`M‡Amü<*Šâº¦¯¦ã¡¨õŸAu.ã@õ‡÷,[^ç‚ ÏP:á9>za±ú̽u<ÿQU7áÕ&þÝÒwӢׂÃá ©Jê4m`kóym+êž5¿y]˨nÂ.z“¶¦¾m±4Ó®’-õÖžly–Q]Ÿu¹Ñgÿø1Ú¶¶³^ÔS{ýú¯æ{ÎU÷ìÍõw®jy>ªÖ´m_Ís9uàâÊx]ÝèAÞÔÖ…G‡à°Z!ü,ž}.“[|œ³O™N¯qçqñ%0ªSHëuøë™‘-Ó8³×´ƒ¿ubü#pß3¨%nG«sV³¥²ŸK×çêG°»‹uÔÃ)ñt†¿rK°ªÑ°w›*t95ß^rsñk&OäºAóxâ¦3Ø:â&^r1ãúDcr³N¼:g;¬F: l±Î‹¦ÁˆbÃ0Íå/ _s_îœ:Ž×ÇòèKùüÊ´ºø› _ÖDÞŽvÐh¢Nžîžq3J]]“N×a©ÓQ‚éqZX¼’Ev2BÕfËJÓÒQ%ÑåVÕe·³ špúž O®`S‰Ä/±ü§)?­Ÿ³èÈãïÙ› ú2º+žßE£Çl„ŠÂr\W‘Wm[D&<þÀ•œž¤JÉ2BNMÂ5LÇØ®¥ïæìš8Ú÷plíÞÚ /Ãv(hÂ.z“vp}ÛÒª¶Ô[{;‘—ÿ;šˆZ]ëOBToic;«zQOäÑÞ®ã :s4>äá4Î »½F«ínF’¼Œßhââ7æ1xÙ,>ýð¦^õ!oŽ}ŽÏŸyP©7²æUÐlþTPËÙú×* ÑBίüðïµtîàL®¹ðy¿{Î; ZsÔ³ù÷U=Ž(R7"çn´ŽºõßîãnPV-ÕgÑåÖÕe™ú£ÇÞ”¹7:æ]'©Ùç-FPUBµª¬8¨*«t˜tÊ¡ÙH¯î»y/-*[ qî ®iœZK¾ÍÉ®þïÖ3¸á–锹—iõ"JŸÏ¢Çnà%•c¦¾k5NUÝ  ÖìÈ(ÞÂ_ ²Ã՛хҥWB+—ðØ”÷°]ñ#ÿÖÿŒ—Ûë ®}ô|þyq5qT-~‘'Þ.ã´Y¿¼Âýs-ôzr ]L ˜†sÿMé yîR. {Šëú›Éšó÷ÎSúÒMt1)¨¶ÚÝ!Îw­Ë>Ž^|)þñ)¦}uýòØíèÇIýHä)¦?ó©Wô&ÂTÆúÖšŽ—‚ê!Ü%§×O‡ –¾›rP†®ïëVþ­lk½ÒZ¶)»Ø]mU[ê¥=ñ!½kgâ´õŸ¯ns;ëM=mðŒ1Ásþ›¸Øl¸£åùhêZ£¯Öd9 o?ð;_®VèõÔÂ4õãQŒát=ýrºž>‘«~º‡ñ÷>ÊÃýûñþÙዟ(;rØ}£Ië܉NéÉćûÖ߀ãa3¨>ª3‰zÛ×W‘˜HRRíÕžø0c£µ…G+œ«ç¬êB¢¾šu¿mrn>>ÄøUŒÄžrw¿þ5ßßξYïòk®­‘LõQÝI1V³êç)u¨Fa5}%Ë^æžV.|ëKž;­ŒOïy‰%Åv¯ÂšÈ»ª : ·ì ØîéøT~F¨,®htt£ësµy_÷ÛæƒGÚ Xµ`„w%ͬxÞ`ÜpÔ£%›ÿD—[U—ÝÊÌ^ĺ?vBx'ïÊÜkrã¹»ã7ŽŸô'1=¶ý²<{½ÍøÿÌÛ ©$)uæpuަÞ¿µ²|=êŒûz[µsÛHæâëÏgp—RÒ»Ð1\ï2Êxôë»ëG=n`ÏzŸ)ãÏæ¬³]®1÷ðGiÞ¸wŠÇò샃0+*š¨q<ýxòÞ¿ƒ×7Tìø+YúòÆŸ}7Ï(fäc?ðÕ ÉèQQ1ÑýþYÌzl¹ïNaüYr÷:.|ég>¹"]½tƒ÷SöôkLNËäÙÉã9û¢{x÷·XÓnfÆk—±ðAÎu*C†Œå±Mté…Qñ®Bm˜NËß­9ɪ4u´ïáØZ/ôŃîy¶i»è®Ö·-­mKÕžòû¦õ¦ž6z¦©ü{¸×¬\·½hþšwí†Ü…_³FÛ‹ û;p{i‰è3Œ$ìÝrÀyȉ½Ý³sîR¾îŸkøLíïæþ\Q—~|7ùÝÄ%ƒÚc¶°}§†A¢æçâàª*`îÇõ·cÒG·s‹ÏÍ\Ò¯¦ª0õaL¿¦ãÎÿ/V’”G€šÏš5@ŸLQi,7s_n¼<™ §ßƵú[¸üÔ$m»ù7l//ógYÅ+}…ý¼·¹­_~)1ç¬{yð¥Óùî¡>4'Ÿ¦òÞ?‚þg¤ ¾ü¾¦rqïH Å+ȶ‚¶VžºH:§øPºàMÞûé*zù²×ѳ‡Ô—;æ¾ÜpYÞ¹‹»Bîà’þä,z—gþPéûð$Ò  Ú›/+õPõYt¹mt¹&ýêÿãõÏ*˜ 'gñG<¿ÈB—;'f ^”9^蘧òi4LãG¸ÊVÏá× ©ŒîÔÀXšÈ¸ô º~û÷]q;®Iº¹‚-¿~Ä[‹­dÜz9]LnÒSSçhæÿÕÆqª­%_»Ùy¨·gÆw§oòùô¯I<¯3a† ¶Ø†?ê»N£€nÇî•`ΛWÄyM5|÷.¥ä^×ÑJ- WÍ¡àªÚ ÎxM½ïçÇÏG<²»áȵ.Œ¡·¿ÏŸ·{ÝÖ%pã’"nt3âmŒ?——ËË B]ö2ó/{Ù㈹§pÒiÉ»ùôâ…-E¼Ð̽N£´­õB_Tº7¬ù°è›jç¼HÛÑÀ¶¤·¢-=Ü6ÌÜÆvVõ¢ž6xÆšë9ÿÖÏ÷šmõ-χ-·ûjµ¿•ídÅÒ¿ÙSoV6ˆ´i“Ë‚™ë1œò<§kêÒ­Þü¿›GÇ=HŽô…Ò,þùæ ÖÄYýãЫp,ž–|ôNÓòjýµ/Ýn}Ÿ·ƒžã¥ÏžãŽ6À˜^Ñù¼‘ÄŽpõ”UEÅ—®·¼ÇôÀçxá“§¸õèBèréËŒê×©ÉøÃ 6°àòtnþñý¹â™‡¬¸‘¯‘ôë¦óaà‹¼ðÑ‹Üù…Pð‹Hf`Ïtn×Ã7•¿¡TÍx’ÏK‡ñüõ½ðG…ÐáÜs[wÆ>ùOøœëSš‘®©¼‡Ó~â <Ÿ÷Ó>þ·¼ëìÐ…¶ïÅíL5z@ÿ»á‚»žáíûn%ô ŸaÔ Ør7Òñºé¼ëû,Ïü0×½éÀÕ±}ÀãkNûP½)«–®ß]nU]®;)§ŠU<ÄÇ9Õ`NfÔ­oóàÄ„]ö¢ÌÑ5¯cMìõ¨ß áÔ[¯¢Ï½òäëÃúêàIÐ%\›ûðÒ òÉÔù”~q=ÿÀTn??Éy²JkŸ¦Eã÷oø­ºMÇuG·’|=ÊÎC½2‰ÝÇÞ|°8Wù‡“vZ¸ó$-åè×w†º¥KÆn›m÷JŠ‹›i•ºµM-W:YivÏH‹l­7¶Âƒî ñ"lÓí\³áÝØ–ÖënÖÆvÖ›zÚàkù·nlB6͵º–çÃÚÖ}µÚßrfòàõ3ÜìÁ´Eï1¬d>_gšè÷b/98nW‚.ŸË'O¾J=!)ý¸âéÛ¹¾¯=8–PÜüÕÚ›o¸®ê•×ߤ ?¯ÙHæÌú.ݺ‹eNÖ­Y-ú|$±ïeÆÅgñJÌküöRÿz§ÓˆÎ‰|Û’%ËVqåe±XªÛ&ÛN^Òÿ$|ÍöÏF4rhOv>ù|&ýOé!‚6L84ÃÂÎÿ]ÌÙï&ðêœçbVZEgF=«ÙçöfíáéÓyõ·fÕ@%P”…5W¾Ë¿KjîWÖŽ²í,ùm k·k1å"RM"AAáÄGfFZË¡¨Ìgç¿kØ^zèg5W­›ÆÄI7rï#3Øbò?§Ð.0sÔD”2ðV-]Ê£Cc1Ç䩕娢j‚ ‚ ⌴–Í<×;s »«OgZ޹WVó¾aLtºœÀ›ÿý-€Ö€F9>épdÐTXkΟÌZ]¥ÿðÃâ}ؤΠ‚ ‚ œ0_Ë´|ü1“s9vl­8d¯1GàÆ¬=^ çpdà9¬¡ÃdÞ˜VÌ{’™ti{ôRgAANŽéeZÑS°¯¸ˆ’Ú+w·§œ7­ûXôò†wŒÂDpÒ.zì¶WÖôj-;ùòþ‹Þ=‘š™•ÐŽ“øjÇzÞœ<Š^©1u3.Ñ=Îå®iO0yx:aA˜ƒ’xÕ[¬*©Y2¤–²øQdÄ…Ô„‰ yÐe<»pƒ‘ú\¦w¾9õ.–WºÏ—£xÓ¯NJhæÀp:Oþž×xDÑÑDÖdÛ~½t5CSÃ1”8€Kžþ…l @ë§ %00sâµÌÍw€£ù7¦` "ê¼OÉ*ÏäõËGÐ=9º.ßG0ùù_ÈrŒh©\sìžep8ò«\Í˽ʻ/ÝÇ´UÞ½cU¦³ŒÓâ®yÇÀ„¾\ðøÜúyAAÄ9dÔ"Ýwãù‚åÙU S°çoà§.cè5ß’c,ÛùîsX¾£Fü|uX+}‰ôÙÇ?-c˾ P|ðÑ@ùöLüyf®ÈÅjT@-`ÝÌû8ÿ¡¿)PtèÊw“m5Iö¯û'.º‘ï÷×ßã  Ž$::ŠvIáÝ-±²eóÅ•c¹ë³•ì³!À@~vý!šáLýàMÞ|8a@-æûOcÜ£3YµB£ƒQ 60ë¿0æÉUTb¢ÓMïðDo-|ÉÍ-d×S¹qÆ0åõ×&§f³xÞ ¶¨~F¨Ê^ÁÌ©0ô¦Ÿ8`?L¹šµžeКòóæmÙÎ2Î-î˜ð3‚Z´‰yÓ.â’éÛ°J½AAg¤9rÞN¤Ëž‘Ðó¦°íùŠGÞݘ2íöåí'ó£óŠ|Œw2«]bñaÜwÛÈÉÉ£pók ôwùýÛ-äî™Ëµ1Î_¢®þ™œ}»™{M~Å–*ç³§¼°ž‚¬Yüó</~‹3€Ê%ÌÊtþˆâª¯×°)3“õs屢›S±¬;¿äÅù•@cßÛ@NÖ^²~¸€@ׇtô1çŒBW“߇§ïâ¹ùçílÏÜÆÖ// ØöÁÛ¬¨Œ©L™þýõ°ïË~áûdÂùo¾È9ÑÚúòøf 9û²ùë©~€_ü‡¶ZO®~MÉ õäwÈïøíVrr·0c\«¿ø\»T|AA„c#ºg$';›Ìë)*,`üùRx_“³S]¹y>´}¹ö¼|ðygͧ…»øýßbÔ„Æáµ4X¦£øg0"MÇôleù•¨J†§£}'{I.ÅvÀšÍìG'sëëK9P/tE•‡vrTÕŽ¥ìÐõaÒÈô€Õ` ©­!U[泀ݼ:ª¯ºÞ,ÚÊîøj0t˜ÌÛÏ|Oï;þâ@„^ôÏî>nŗΓngøã˜[µ……›Ê¹Î·årmr»H+ʯEe¯ ¡ç°$øq î¡Ð íÜåÛ™_ŠEAá¸F£Ñ` $½c'¢cbÄquDÖ®ZA—î=ññõU¥ ?ŸÐPa¢§,`õ³=ñið{©R»~ÇCø6R+|t€ ‡]E4:Àî°£ª*?ßÁU¯/¥’d.zì6F„fñéýOó[imb”š„UµÙäœ8ª©²©.?xFu¨5Y gÔÕHsˆ1™.æš .G1›Wn¯ó·òWþÅöŠ‘„ú{HCk¬9@ÅáPá°äêI­-¿–¼£‚Ö ­¦Çl 6B,˜ ‚ Ç5F£‘ªêj–ÿ½…¨˜hqF27n s·øùúâëïN§CQZvn­OÊ2˜ÃJû2¦³…Q“ÛSðË»Ì-ˆg`'3­w"®‚4Rü0 IDAT-;¨H›ÈÝ7N"űžMÏÕv¦A1š 2ÕX»>[ï8´6 ]ãS‡!¤2—uŽ¥¼òáFÝÞ½Ùµr¦ƒHf.ë)¢0r,·ßÑ0ØJö°ÇM¢/€ÜïogòŒ\ÄØÈ¿˜•ù—>4Œ¥/ %È¥·n­¶vöÿþV´£O’/>A-—«g(­*¿¶,û¦cAA„ã… úôëÇšU«ygäˆí)).Â×Ï_ôz}‹]»óyìª8 ŠßïèCDxé—}Càú\Ó±5?a®'²g‚6=ư~Ã5öþ·ËåߎŒé©ü}KgbãÛ–p s ÝÄ–0G'FvV>v*1QíH÷I½Ó´…i^XùçÉ3H 22˜v]¸è£ÝXû¾YÜuË”ÌoÈ{=B7 ûSxø÷"—Ù€*æNhOt»X’/þ‚|@wÊ\ÑÑtxrõ(ƒÖ•ß‘-{AA„ã›ÍJdT %ÅEÇü»1gÄáp€ª¢ÓµÂdŒÄÐg~áۇΦ[„¬*øw`Øï°ðƒ ĵò|OÀ §ùê¿èm¢dëJ–.Û@¾!˜ø®§1 ÚÚ8.~÷n‡ ¨,.Ea¦¼ÜÍ'ú4¡Œzi38›n‘¨*¥Ì ¦Ðöt;s(qî>¤¡ ãŒWòÍÃçÒ#ÚX¨¬RñéFg³ŠªóÇãwñC ‡L屡ø¤]Ë‹7ƹ|xós¬(?OLö’*ÀLú¸‡ùî³kHÒ¦\›A«Êï—½ ‚ Âñ†êpö¹Ç1ÿ®Š›¿@{ó ×U½òú›äç5ÉœY?0ñòÉ”–{|æÛ™_2tØY s´([À%Éç2«Ò‡qßmá“aþ"AA„__>ýèƒ&Œ*))fáü_=ö¬fãÛ›µ‡w¦OçÕ7Þš TóöÎ<>¦óûãï™L6²oB‚¬B"ˆ­µ‰¢¶ØJJ•–Ú¥¢Jm;ÕÕRU{,!èBmÕòÕÒV¢–J$Y'3¿?&È>“ˆþßó~½Æ’ûä<çžçóÜ9çÞçÞ éÀC ¸ŸûIÈóï”Üíé¹íÕ@ áÉ]¾Z¥ • ‚ ‚ ÿH1"‚ ‚ Âÿ ²Âþ‹¶|~;Iâ ‚ ‚ ük+#‚ ‚ ‚ H1"‚ ‚ ‚#‚ ‚ ‚ RŒ‚ ‚ ‚ ň ‚ ‚ ‚#‚ ‚ ‚ H1"‚ ‚ ‚ ň ‚ ‚ RŒ‚ ‚ ‚ <ÿňF£!ýaÉIÉÜOH")1‰Ô”d¤g Õje´… ,îÎm˜Éä5—Hÿ7ú§}ÀO›ç0%ò—§÷OsÃÓBé1ã4i2ò‚ ‚ ÅHE +3“„¿9ËŽ/·²~}$ëÖE²}Û~8KJr êìœçcgµéÄÅäÀ¹rÄç mÚ%6¡®½ VÖ68õ;LÒ¯éïV…€Y?éOà5‰œÚ°‚M1·P×&ãgæ:S{ÀNîüÓÈIâôº%¬ŽŠ'û©‹‘T~‰æûk©EgEÔ¿ ‚ E¢zv"3#“;·îup/ŽŽtëÑ“ê5jwƒÇqyëEzôè…sµjh4%¤0ÚD¾êäÆï‹¨ÜZoáÆî±úÿÞáŒ+|Ö—¯»åÇÆö˜W„Az–>ÿëã‘ÉÅ1îKk^[±ƒ®u*cbÙÏÔõöÁ¸–FårjÁ‚š^>x×tÄôy^€Yõ/‚ ÂóYŒh4R’µ—Æþþ„´ëo»[º¸Õ©ËÑ#‡Ø»o7#ÃG£Õjô/Ûª1œ +{Q5O–¨²ó¦²hF(-9 œ9| “V[™Ò¿]žb6ˆwö-¿~Lܺ)š¡qAA*þüifz/]ÀÁɱP!’—¶í;bccÃÙÎ`¤2 ³ªKÓ  Z¶|ò ô¶Å ÷¢FáfíÆ°}£ȹÍW]±öŸÃ¹‡ZÐÜãÈ´4ótÁÊZ·,§†(Ó¶ÿ—4mþ$õ»#iãሕµ UtåÍO~!õQM"'æõ%È«Z®'fœ{¼¤çÖš¶TɵßðÝËd¨ïplQ-jÛæÚìÁô=7tÛôØËG‰vþæÐ䮸»WÃ:·'ïNLÜ~ =a-쳚ø-ChTÃN瓽;­Ã7ráanJÑW‘ñ(T$rjõh:x;çÆÀš¾­é÷þϺ8¤Ÿg²— “òÄåÁaz;Ú´æÆ“%R%ŧ Ú,Ò³!ëp_ªçúç<(†ÔÔã„U³¡éÒßž,mÊIäTd8í¼ªèüsöcà§7oψCcçbâ þƒÈ68½ÍƒÆ±z(4ñþd×Ìž4Èõ¥fóa|t½Ò¦qù“q´÷tÒõ]Ńv³ÎÝwÆUÖv¯†µß[MД<Þzç”sSA„„ e$+[Íõk¿Ò­GO½m[·æà}4 D­ge»6µZg}¾#• ”8tŒ`Mÿ£„¾6Þ+itrãö93ñØ[4®¬u*WcŽsÙn<ë—·Â.ëg¶,$bD[®fŸfKÿê¨Èàç…Ýè´à!—±µ¹ñQ‹™þZ®icÙ1¸*M ¿ì?È›±¬_ùUµÉ<¬RStYŸ]èZvLðÁæNn˜Æ¹y]é±BEØ{[Yì­áü†·˜2°V§Ž3¹^qö ¢ÏÎC~;ù WƳ1²5vê;œ^?ˆýqô=ÁdO“bÃZØg#ìõeú꡸8“ôãÇLžô&a®Íù~ª¦Ãû*l» éüô^W:¾w¿°lìì…mÎïl0‘m'ÿ"û­.ùÑ/Ó¢'[Ð"¼ßœÊ€Ê¦6•8S0ëæÂ¢n¼0ÿ&ÁcðYˆ+ªÄx2üœ0æ¶®I.LžÝ‰:fIœÙ0…y%Ƽ¼ôPpn¤ðÍ´Î Z¯æÅ)«YÔ̆û?}Í’yg îû ÕZ†¼ö)ÊðÙÓÇ óäß¹aZãBEñmvïÎÄŸÛ°êø»´µWò¨b)<Þ†Ì)Cæ¦ ‚ RŒˆ&GCB½Ç÷ˆ”Dõ5¹}ûJ¥+ô/Í q•y~àɼó'yÝÍ”v´›¿†Áѽa‚ÏÙ(\&c¢_¥|&Ì\ƒéÔ±-–@ûÛàÒÃ׿¯åb¯whCÄòK8 ;À§3›cж)¶×2,b¿¼4¿ÜÌ̬V:µm‰å“œS‡ºxûøsÎñÁ7Œæõ9Ê–]¿óÆD³¢íÌ5c ³ãÌ íC°Ú4ÔpÔs4{NÜf‚gÍb…UÐg€Jèí‘ûŸ2vo#ìØR¦xá˜'–úú*Êv¾ýºœˆå—p´‹=ËZc­Ôq\‹˜È¶RhNo|¼<)ª4PYׯÛÇçIÜS ØMŠaþÒ‹TÅ–y:M奇Âû–_³ÌðkïQ¬æõõ­Τ_1¡_.wƨQ#éײæyÆ%ãàÂ0§Û§ûíSIï¼}¿RÏ©s³¡™¼~IA¤1tTF888w·:uKlwƒªÎÎh y爅+ üý©U\„´©\Ž>E*ˆßÍg'Ѹ¥u‰ ÓãÂI«ûC«« ”Jy¶•­-F´øà Kƒ,òY5¶©I%î}éžö9_“/|70 –¾¯ìs*ÿÜA២ŸTS¯ž'ŽÓÛöä‰4jLNŽú){Õ’üÍF¬ÊbøÎoØØ=…µ#f“TBr¬¹ÏÙC¿‚sc<¬•˜VÄÇ<ƒ³û/òðq›Nï»Uðµ-ah”¦X™BÚý4òöhêÒw“®žO£š‡'žž>Ôq678Ç-/;†øœqíWðbÔÔatlZŸú ›âWÕ´\lµ_õLÒùñÈÕâoÒVÙPÓî]úâ†ó™Ä0uñÇÝD§‰Ôr˜ÏÌÏ\ížþú)Ú§è[aN­ÖC™¿ý4gæ7àæÖEì¹õdnš¸†²üÈv^±Üëݧq쾦dý—uN˜›‚ ‚ üƒ¹|EßS3Sêû6àò¶‹D>H»/Ù.úÈ!K¾œ@På{ü© ¤çvL}¥6V¢ŸåLFupÇ:û.W3¢Ã+=©m`ž¥°+;†øü’[3jÁº÷?Â=¬ UÌréïìr±Ý¿‹k¾åR »&v¡óÊþ µy‡áM­Iüi'›®-qUBzû =ðyZFµ¬†éýïˆÏâñ»@ôÆÇ¤lZVصeê(7Ú¯èOÿÊo32ÄJi·¸]©/—Å^ùŒ£&ñáÍûÕp5ßÞÛ6LëEðÂ~üÇd¯wöÂ&ûçîv†õ]ýï(6ìOãA-¬5w‰=sL¼±/°DÊÈ¡;—r­ÅxmAìæ^T-v¼ ŸS%ÍMAA¤1<áR(°°°¤G^ìÛ¿›¸¸·jS襇©©4h(9êlýïˆßĨ^› ü°9ÿñ5îëÞ`]J6Oo©»÷À¹ Þ ¤Ñˆ|åSÝŒmšÁée£ˆŒËozÎÙÍâÑõrdsü¦îa¯åd¦ø*=#r0«H¿¥™æZø©BùvÚ†¶+6x ‡‡‚–†#>¢ggWšÍ9À.‡©¼½z*ƒ"³ j´E“¡¥H’åcÇŸ;åÓ16b/}®{0®‰•3¾=œ1S`ز™âa’÷ô¿ÂŠ–ïîçóqÌø`$¡é`í@Í|ûc‚ûèÏÙ|g ÓWŽ¡ßbÝX9Õ ¢WJºK‰Ï">¹vfíg—ÝTÞŽœ@ÿe9`ìˆÿ˜­ô ¶+“½òòS‹n•›6W» §ìåÝ f,›Áë3Õ¼iTU§]=};ßû‘}K—1)^wʲN[^߸ŒnŽÊBE¸IíA¬^y˜&CÇ2þ«|þ’s±ãmðœ*qn ‚ ‚ðåòEü­ŒÆŽÏX¾r‰ ÷ô9°w7†ñ %¹Ø6;¿ÜFëvØÙÛ?“Q*P)ùáL,~ú‘;wtBuv®J¿F4 $GZ­~öQUÿAd+?f»îàÚí ~J‘ðÿ€:޵m|™d·…»_ÌóBBáùo™›‚ Âÿæ•*ñùÇѳwŸbÛ¤¤$}„N]»ëµw3>Žukײ"rõ> Ýó])ÀýÜOBž§änOÏm¯r ON7kŸ›Gêk49hµü›Ð,°9J¥P ÕjÉÉQ“•™aØAAAþž«÷{iµZÔÙÙú_h(‚ ‚ ‚#ÏgTk1ú»$FK$*ÀXÕ`ä7IŒ”HÈÜAáGžc)‚ ‚ ‚#‚ ‚ ‚ H1"‚ ‚ ‚ ň ‚ ‚ RŒ‚ ‚ ‚ H1"‚ ‚ ‚#ÿ 4 éÓHNJæ~BI‰I¤¦< #]^x(Ttq§pnÃL&¯¹Dú¿Áí~Ú<‡)‘¿ü;ü©èH<A)F*6Y™™$üÈ™ØXv|¹•õë#Y·.’íÛ¶ðÙXR’SPgç<'‰K:q±9p.ñ¹BÄC›v‰M£C¨koƒ•µ Ný“tçkú»U!`ÖOúPM"§6¬`SÌ-Ôŵɸ™9ÎÔ°“;Ï:9Iœ^·„ÕQñÈ+F%ž†êÞ¹ÝkAáù+F232¹ý×vîÜÆ½Ä¿éÖ£'3fÍeƬ¹tíñîܽͶ­Ÿ“˜p¥ÒHÏ·g"_½¨ûâ,ø±éEÊ¿a‡3®ðaX_Æoù“¬Š2HÏÒç}<2¹øÁ Æ}© ÏŠDŠbÿ¼@,Ì©ëíƒW- ŒÊe6[PÓËﺎ˜ÊÌÿI´78¼t ]×ÂÖÚ+k[\ê‡ÐoÆ—ü‘U°Ýh:7rÅÆÚ+kGjûw!|e,Išg¤ûƒûøbn¨ ’ ‚ ÿvFCJò¢¢öÒØßŸvòmw«S·:u9zä{÷ífdøh´Zþe[5†³ae/ªæÉUvÞTÍ¥%'3‡¯aÒj+Sú·Ãêñ† ÞÙ{´üú1qcè¦h†JÄÿ7 ‘Ôó,êù"scÍi: œES½q4z@üÅï8qKƒJY°]%¾ÊâiÞ8%óû¹“œKVb¬|ÖºA„'Tøó§™é\¼t'ÇB…H^Ú¶ïˆ g8ƒ‘Ê€̪.Mƒ‚hÙòÉ'ÐÛ#4Ü‹…›µÃöý ç6_ tÅÚçjAs#ÓzÐÌÓåñU•þ¡LÛþ_Ò´ù¿¬¿[1’6ŽXYÛP¥AWÞüäRµÑ$rb^_‚¼ªåÚq"`ƹÇKzn­iK•\û ß½L&€úÇ…Ñ¢¶m®ÍLßsC·M½|”hçoM{5¬sûwòîÄÄí×ÉÐÖÂ>«‰ß2„F5ìt>Ù»Ó:|#æ¡}B R"§V¦ƒ·sn ¨éÛš~ïÿ¬‹Cúy&{Ùà1)O\¦·£ Akn±«_¥­§cn|ªR/ +oîú+Wú´[B|Ë;ž¤óãûC˜kËÀ­±ŠœÂð—ºÓ½×FÏ\É–È>TWåmgÇàm±\ù¨Ý ÆÍ[Ëæiþº.zMÌËbt/‚ y©ðWF²²Õ\¿ö+ÝzôÔÛ¶epkØG@³@ÔÙzVfksP«ÕyÖç+0R¡@‰CÇÖô?JèkÓè°’F''0nŸ3½EãÊ P§r5æ8—íÆ³~y+ì²nqfËB"F´åjöi¶ô¯ŽŠ ~^ØN î2q[›[µ˜é¯uàš6–ƒk Ò¤ðËþƒ\°Ëú•/PU›ÌÃ*u0E—µØ…®eÇLQ`îä† iœ›×•+T„½·•ÅÞÎox‹)û`uê8“ëg¯ úì<ä·“ßpÕa<#[c§¾ÃéõÓ‰ÑGßLö4)6¬…}6®Q_¦¯Š‹ƒ1I?~ÌäIoæÚœï§zaª1¼¯Â¶ 'l?½×•Žï]Ç/l;{a›ó;['LdÛÉ¿È~«æ©NO|¼L‹žlA‹8ð~s**›ÚTâL\XÔæß$xì> qE•O†ŸÆÜÖ5©Ñ…ɳ;QÇ,‰3¦0¯Ä˜—“´)|3­3ƒÖ«yqÊj5³áþO_³dÞ™2Ç$ë·µ yíS”á²§æÉ¿sô:Æú4¡w|*Ó0´æ_çàµLë›üwÏ ’:ѵž™þj¹°¨æÿI‹×òy{7Ì¿e~øB¢I&§G5Tzµ[L|ŸAsÎñÁ7Œæõ9Ê–]¿óÆD³¢íÌ=c ³ãÌ íC°Ú4ÔpÔs4{NÜf‚gÍb…UÐg€Jèí‘ûŸ2vo#ìØR¦xá˜'–úú*Êv¾ýºœˆå—p´‹=ËZc­Ôq\‹˜È¶RhNo|¼<)ª4PYׯÛÇçIÜS ØMŠaþÒ‹TÅ–y:M<"·*6sïLßní°Zûª9^lÌ G½z8Æ¢oR}L4›§6ÑÅ·•É;¶0©Œ1ÉIŠ#KZ¶éHp{”ø§ð7DÅ£À& ?A¦ƒÙõ'Së»c’ñ+»ÜƾãKø˜ë÷w|Õ,Xú v¾f˼6:­¤™°½òBî•ÒÏ‚ñÕ&ì*ÿx&^ærÔjÕ»oÚ¹ûaWÌuqmR)ŽMÌËBºA„ç©Q(Jýô+®á|º¶7ÕEHiAM—'áRÚ¶and?ö…~Æ·ÕÇpl¼ž³ê*gBzzÁ„︘¬Áãî).¤™áߥþ“¤Sé@`wOˆ>ÅÏ÷5ø9•nÏ2ožæR:ÄMoŒýôüÛ¬¯'Ë3³£´qÃÓŽÞLF]*ae¿1S|Jô…¿x¨²Ä2K~ids#mYûÊŒÿž éf4ëÙD—\–ýñ“²ØÓi¢IgŸü…H1(­káa_|ÊOgù5Ë ¿öÅj¼´11÷ gR‡¯˜Ð¯—» cÔ¨‘ôkYsEÙ4Qh–Û1¤µ·íãÏqîÔ¼¶›7è2 !• =þ>ŒÿžŸÒLiúŸÆ%h¥l~>‹xjÑ¢J ß’ Ix 3Oîd`žvútXÚcSÙ‚ ‚#yTF888w·:uKlwƒªÎÎh y爅+ üý©U\„´©\Ž>E*ˆßÍg'Ѹ¥u‰…ÎãÂIû(} Pæ  Ï¶Ò¢Õ¢ÅˆdiE>«Æ65©ÄghG…‰hsJ÷(ž¬_WÑçå…¤ôyÍ‹ƒ¨fr—ƒãB™£-Y¶eé ­VáI‰Jê,õSħŒh5Ej¢Ìq(/=<®–ò‹‰Y=^Ù~‰'¶°öÃe¼Ùu ûnæhdì×£ CÆHaG«‘/bÙû ¾¾þ ¿ÚÎÕzóQ£Êùk~çŒ0-ánî²i÷ÙÄSeëN=KØóýe’5ž8æq[›yŸ»‰É¤å€‘½®Ýîï.j—¿´)˱©ŒóRAøŸ¦ÂßÀ®26¦^=N?¦·íÉ14hÔ˜œõSöª%ù›9ŒX•Åðß°±{ kGÌ"¦¤gbjîsöЯàÜk%¦Õñ1Ïàìþ‹<|Ü&Óû®@Õ|mK¥)V¦v?¼=šº4ÁÝ$‡«çÓ¨æá‰§ç£uœÍ ÎqËËŽ!>g\;Á¼5u›Ö§~æøU5-ÛEíW=“t~|v^(²]ô‘CK¾œ@På{ü© ¤çvL}¥6V¢ŸåLFupÇ:û.W3¢Ã+=©m`¡°+;†øü’[3jÁº÷?Â=¬ UÌréïìr±Ý¿‹k¾¥, »&v¡óÊþ µy‡áM­Iüi'›®-qUBzû =ðyZFµ¬†éýïˆÏâñ;zãcR6-+ìÚ2u”íWô§å·âF¥´[ܮԊ—‚Ëb¯œô`Û†éc½^Øÿ˜ÌâõÎ^Ød_ãÜ=À®l1ɾņýix4¨…µæ.±gnƒ‰7öfJÌ\õh€1Ò%ÞæÆ¦÷_cQS–¼\÷±ôúëØž7û9ÒóÃÁ¼êÁ0ÿÊÜ=µ™uà2 IDAT÷ɽÉý~þƒñDaI‹·W1üxo–v æÊë¯òRóºØ©2¸qì&¹vfíg—ÝTÞŽœ@ÿe9`ìˆÿ˜­ô ¶+“½òñÓœ†SörÈn3–¿Íàõ™€‹jÞ´ªªÓj)ûRßû‘}K—1)^wÝÁ²N[^߸ŒnŽJLôhÂ1ÒM@<ÂÆ°ø .vzƒÿTW•"6¶´]¼Ÿõ•Ç1{þ ¾ÊP`ïÕS@¡Ô‰Êij¬Ú-ÿx(Ú³øD MÞ[Àªm³¾\wÒÅÔ®~/¾ˆ·¥.2FŽ/°äd  °jÇ;ŒZ©kWÙ¥!mú¶!#ç)ŽM‚ ‚PÚt¥ˆ¿•€ÑØÑáËW®"1áž^#öîf@Ø0¤$Ûfç—ÛhÒ;{ûg²#J¥J#%?œ‰åÂO?rçŽîQ¨ÎÎUià׈¦䨳Q«ÿSzê?ˆlåÇl×\û¢B§®ÝõÚ»ǺµkY¹z‰îù®à~î'!Ï¿Sr·§ç¶W9€†'§ì´ÏÍO4š´Z þMhØ¥R (Ðjµää¨ÉÊÌ0슈 Yü±{Ñê:xÕ´C•z£«§sTÈ’6NOUˆXYÛèm“’œ$C ‚ üOð\=}Q«Õ¢ÎÎÖÿBCA„&ÄŸþŠÅ›c‰ ÌpiÒ¹_ÏgˆëÓ6¥ÐA„ç´ù÷Dµ£¿Kb´D¢ŒU F~“ÄH‰„…-ß=È¥w%‚ ‚ð,‘g4 ‚ ‚ ‚ ň ‚ ‚ RŒ‚ ‚ ‚ H1"‚ ‚ ‚#‚ ‚ ‚ RŒ‚ ‚ ‚ ÅÈ¿FCúÃ4’“’¹ŸDRb©)ÈH— ]Ü)œÛ0“Ék.‘þ<ûœñ;û?9ÎòÒ‘Éõ-sY}‹§~Ë’6ƒë»qà6%CÎ]޼3”¡ü\ôøÊX ‚ ÿKÅHVf& 'r&6–_neýúHÖ­‹dû¶-üp&–”äÔÙÏÉ·¢6¸Øƒ8—@Žø\!â¡M»Ä¦Ñ!Ôµ·ÁÊÚ§~‡Iºó5ýݪ0ë'ýɺ&‘SV°)æêbùŸ™èLí;ÿ  !>çmžtŠ…½ZÒoz$‡nÊ‹K jƹÝ®dsü»¶‘cWrø÷Œ§ïX¡%õÊn¾2ž·JRNçwïäÐ/Éhd,A„ÿåb$3#“ÛÝaçÎmÜKü›n=z2cÖ\fÌšK×ÿáÎÝÛlÛú9‰ ÷P*ôd‰|õ¢îË¿àǦ{)ÿ†θ‡a}¿åO²*Ê =KŸÿõñÈäâƒ÷¥‚>+vu(Šýó±0s¤®·^µ,0*—ÙlAM/¼ë:bZÑf¶:žO¼ÄÓñìùá3Õ4þç“ÿŒ^:†.kakmƒ•µ-.õCè7ãKþÈ*Øn4¹bcmƒ•µ#µý»¾2–$Í3ÒÌÁ}|17W“¢‹¾è9œ­û ª±¶ã|À°Öî¹ûY“Fÿ™Á×>ªtÌiðÚR^±ŒbÆgI«€c)‚ T*üØ5 )ɈŠÚKcBÚuÈ·Ý­N]ÜêÔåè‘CìÝ·›‘á£Ñj5ú—mÕΆ•½¨š'KTÙySY4#”–œÎ¾†I«­Lé߫ǂxgïÑòëÇÄ¡›¢Z!D.ôÙt†P{g,ŒþùçYÔóEæÆšÓt@8‹¦zãhô€ø‹ßqâ–•²`»J |•ÅÓ¼q4Jæ÷s'9—¬ÄXù¬5SDîs‹öfÑ~ã`ÜM °zž¥×ßú5ÖLñÄ4.ŠEÓ?dðÀªœ?:†:Æ@åÆŒïÇÚÙptÊtµWT˜±A*þÊHfz/]ÀÁɱP!’—¶í;bccÃÙÎ`¤2 ³ªKÓ  Z¶|ò ô¶Å ÷¢FáfíÆ°}ë–'äÜæ«®XûÏáÜC-hîqdZšyº<¾ªRÃ?”iÛÿKš6ÂñÝŠ‘´ñpÄÊÚ†* ºòæ'¿ú¨&‘óúäU-׎3Î=^ÒskM[ªäÚoøîe2Ôw8¶(Œµmsmö`úžºmzìåÏpJ²ó7‡&wÅß½Ö¹ý;ywbâöëè[$RØg5ñ[†Ð¨†Î'{wZ‡oäÂÃÜ ”¢¯"ãQ(ÉKäÔêÑtðvÎ5}[ÓïýÜuïéç™ìeƒÇ¤j7ˆqóÖ²yš¿îd…Þym€¦‹ÓLaAs;úS~P쀒Tb†×ĪÎëœÊ3©'GRÃÚ—·΋f,8ý —½NŸNé1r>ˆW…_q%íÉy*—NýñM‹á£SI|Ç]Ic sŸØÕ¯ÒÖÓ1WsU©Е7wýeØÜ*F³‚ BÅ¥Â_ÉÊVsýÚ¯tëÑSoÛ–Á­9x`ÍQgëYǬÍA­VçYë®ÀHe„%#XÓÿ(¡¯M£wÀJœÀ¸}ÎL<ö++@ÊÕ˜ã\¶Ïú孰˺ř- ‰Ñ–«Ù§ÙÒ¿:*2øya7:-¸CÈÄelmnE|Ôb¦¿ÖkÚXv ®J“Â/ûrÁf,ëW¾@Um2«ÔÁ”ëØ…®eÇLQ`îä† iœ›×•+T„½·•ÅÞÎox‹)û`uê8“ëg¯ úì<ä·“ßpÕa<#[c§¾ÃéõÓ‰ÑGßLö4)6¬…}6®Q_¦¯Š‹ƒ1I?~ÌäIoæÚœï§zaª1¼¯Â¶ '?½×•Žï]Ç/l;{a›ó;['LdÛÉ¿È~«æ©NO|¼Š>=­ ZÄ÷›SPÙÔ¦g ´Èà¢n¼0ÿ&ÁcðYˆ+ªÄx2üœ0æ¶®I.LžÝ‰:fIœÙ0…y%Ƽ|ôõÛZ†¼ö)ÊðÙÓÇ óäß¹aZ=w9ÐÓúlˆÖ¾åW‡7Ø´¦-öéWØ>ã-æO8FÈøwX?©:ÚËŸ1yú[„¹qjº7¦ú4U0Lϱê£?Q¶XÅÌNÅ/™Ëmg´š‹igȼ6\Ó…5SxŒÿ{øÚº3ñµV•iÚó/sðZ&õM þ»çÉNèZÏLg×4Ï¡_›Îß7€³.yd¤rô§yµ ¾>vŒ.þÌ }óBË…EÝè0ÿOZ¼¶ÏÛ»ažø-óÃýK29=ª¡*£fA)FþßÐähHH¸Gõ5õ¶­^£&·oßÒßÀ¥4®2#Ï<™wþ$¯»ƒÒŽvó×08ºá#Lð9…ˤcLôËŸ*˜¹Ó©c[,ö/¶Á¥‡¯Í_ËÅ^ïÐ #†ˆå—pv€Og6Ç mSl¯7dXÄ*~yi>~¹K­Íjµ¡SÛ–X>É©0u¨‹·Ïã$A›¸ŸˆÕ¿â3çŒpÃh^ߘÓQ¡lÙõ;oL4+Ú^Á:,1Æ0;®Á¼Ð>K MC G=G³çÄm&xÖ,VX}¨äщÞ¹ÿ ð c÷6ÂŽ] eŠŽyb©¯¯¢lçÛ¯ûljX~ ÇA»Ø³¬5Ö @ǵˆ‰l+…æôÆÇË“¢J•um¼}|žÄ½ÀinmR ó—^¤Êð(¶Ì ÔiâñÙâÜ8¸w¦o·vX­}Õ‰ /6æ£=ä$Å‘ˆ%-Ût$¸‰=Jü('Ÿ ÖZK:†cI0~fûË<àeº¹›@ˆw}ŨC±Ü›â‹‘¢dMXq”“x™ËIP«U#ìJ84½¯zƒKÁnÀ×l™×F7ÿÒLØ^y!÷ÊY³‚ ‚#ÿ E©ƒ~Å5œO×ö¦Ú£)-¨éò$\JÛ6ÌìǾÐÏø¶úŽ×sV]åLHO/˜ð“5xÜ=Å…43ü»Ô’À)ìî ѧøù¾?§ÒíYæÍÓ\J‡¸é±Ÿž›õõ²qyfv”6nx:ÀћɨK%¬Lâ÷/fÊ‚O‰¾ðU–XfiÀ/¬bn.k_™ñßs!ÝŒf=›è¡2¢?>`R»q:M4éì“?©/¥u-<ì‹CyéÁÜ7œI¾bB¿\î6ŒQ£FÒ¯e ÌOﳺ >šU«‹=?r39÷IOJK\jZÁwxéÑT‚C‹- PRèØ|pMÂS˜yr'ó´Ó7†¥×ež?9<ÈSK³Ç»¥°bHk3nÛÇŸãÜ©ym7;o8Ðe@Ã÷¼e¿ûM:Ù‹gÄVvwÎ¥)V¦ I@¦½‹zõéíaü÷ü”fJÓÿ4.vþ•—fA)Fþ¹PáààH|Ü ÜêÔ-±m|Ü ª:;£1ä#®4ð÷§VqÒ¦r9ú ¨ ~7_œDã–Ö%: 'í£ˆBÙ‚<ÛJ‹V‹#Z|p¥Aù¬ÛÔ¤wž¡&F Í)Ýㄲ~]EŸ—’Òç=6/¢šÉ]Ž e޶dÙ–¥/´Z]„K$%*¨³ÔOŸ2¢Õ©‰2Ç¡¼ô`VW¶_¢Ã‰-¬ýpov]Á¾›9ÙÛ§õ¹,>£D‹Fû¤­‘±4Z´ÚÒkJeëN=KØóýe’5ž8æIºµ™÷¹›˜LZÙëÚíþîR¡vùK›²Ìë2jZiŠ¥)d=Ì|òx]…­F¾ˆeï/øúú+tþj;TëÍGò–"YÄ}9†ö#¢ñ[r˜†x`^p 5Y<È……&ʧ?n˜ß9€#LKºË¿¼4+‚ T*ü ì*ccêÕóàÄñczÛž<CƒFÉÉQ?e¯Z’¿™ÃˆUY ßù »§°vÄ,bJz®§æ>gý Îñ°VbZ=ó Îî¿ÈÃÇm8½ï T À×VYbbe i÷Óò=ßßÔ¥ î&9\=ŸF5O<=}<¨ãlnp¾X^v ñ9ãÚ ®àŨ©ÃèØ´>õ6ůªi¹Ø.j¿ê™¤óã‘«Å¿×CeCM[¸wé·bÓúL☺øãn¢ÓDj9ÌrõSaN­ÖC™¿ý4gæ7àæÖEì¹¥~jŸŸE,K­©ÊÞË‘¬cï²âLJñCåÆ ëåHvÌ»,-ºÝSÍë2mq«aFÖÍk$¨Ÿ$î6-Âéít•O>þš_Ü ÞÐ!ÔÏsé6íüBB_ÙÇûQlZD!u‡ÿÞGwgÌôùúÇÒ´jCj¥q¶„ù÷¬æ– ‚ð/Îå+ú˜š™Rß·—·]$úðAÚux¡ÈvÑGñàA MÉÊ4àÅ`ÉWùþx ¿ç]· ²Ç7ÐûôS̵uØnf‡xbá½”¯ü‡>;”Ø%ÁX?Jо]»ëRéPׄ¸#Ë™•E“y¯àk ó6LãI«Eƒâ8ðæVÄXÌäCÐzéhÝÚíâj&“j4ñ©DòÞù,ùrA•ïñ§&þÛ1õ•ÚtX9ˆ~–3ÕÁëì»\ý͈¯ô¤¶y®|ìâóKnͨMëÞÿ÷°&T1{È¥¿³ËÅvÿ.®ù–K)ìB˜8Ø…Î+û3Ôæ†7µ&ñ§lº´x4ÆU éíƒvötÂçiÕ²¦÷¿#>ëÉê½ñ1)›–vm™:Êö+úÓ¿òÛŒ q£RÚ-nWjÅKÁe±W>ã˜}3Š ûÓðhP kÍ]bÏÜoìÍ”Oíó³Ðš™k)5¥°¤ÅÛ«~¼7K;såõWy©y]ìTÜ8v-¸RXÒbæ‡ 9Ö—e/´äò˜pB›»ag”Æ­ÿÆr:¹óg=ż.•ðhï ÓŽqñA8µlsÓõÊæÆ¦÷_cQS–¼\÷É\ȹÅ×3–q¥îhæ4NãÊ?æn0ª¶7nÖ:¥ç$œç»¿Lñm[§èbDeEUxpz;{~ò!´ž±tlÏ›ýéùá`^uŠ`˜eîžÚ̉û<~7Ê39ö‚ RŒ¹vfíg—ÝTÞŽœ@ÿe9`ìˆÿ˜­ô ¶+“½òðS}ïGö-]ƤxÝùlË:my}ã2º9*§ôùÄÒÄS¦Š@éОÅ'bhòÞVm›Íð度vµð{ñE¼-uY°‘ã ,9CÀ¬Úñ£VêÚUviH›¾mÈÈyŠy]&Œ¨Úþeü&ÎáãoéÜÕ>÷ê)ac Xü;½Áªç9Ôg\ãè…lH^Fß¶ËòY Üxƒ¡ö(PóסϹ`ÌÆ@›¢¯H(è2{"Á×ñæ»]è´íE=ciKÛÅûY_y³çâ« ö^ 0Jų;ö‚ ÿî\¾ˆ¿•€ÑØÑáËW®"1áž^#öîf@Ø0¤$Ûfç—ÛhÒ;{ûg²#J¥J#%?œ‰åÂO?rçŽî±¢ÎÎUià׈¦䨳Q«ÕÏ>ªê?ˆlåÇl×\û¢<ñåߌ:޵m|™d·…»_,ñår‚ð¯Dó7»6bðÉüpt,uË#aO?ÇŒ¦mÙÒî?.knÐà ʂ6a7==“´èÑaÕw$ ‚ ”æ•*ñùÇѳwŸbÛ¤¤$}„N]»ëµw3>Žukײ"rõ> Ýó])ÀýÜOBž§änOÏm¯r ON7kUÏKÀ5š´Z þMhØ¥R (Ðjµää¨ÉÊÌ0슈 BEBéÈ‹³ß·y¶ôàËÁ5Ÿò L—W¿AdB;VNnZl!bem“ÿ -9IÝ,þؽ‰hu¼jÚ¡J½ÆÑÕÓ9ª dI')DAþGQ=O;£ÕjQggë¡¡ Âs„‰û(6|p‡Jžú”‹V‹QµÆ®ÉKÕŠÿŠÐ_|´›Aüé¯X¼9–øZÀ —&ݘûõ|†¸ªdA¤Ê/ªµý]£%`¬j0ò›$FJ$„ îaó™Z¦æ¸÷ÍœòvQaEËwré]-Aá òlAAA¤AAAŠAAA)FAAAbDAAAŠAAA¤ùW ÑhH˜FrR2÷’HJL"5åéòÂC¡¢‹;…sf2yÍ%ÒŸgŸ3~gÿ'ǹ“#C^¡É¹Ë‘w†2ôƒŸ+Ž^A)Fž†¬ÌLþNäLl,;¾ÜÊúõ‘¬[Éöm[øáL,)É)¨³Ÿ“ G›N\ìAœK G|®ñЦ]bÓèêÚÛ`emƒS¿Ã$ÝùšþnU˜õ“þ„M“È© +Øs u±‰üÏÌ t¦ö€ÿŽdÞŸó6O:ÅÂ^-é7=’C7åÅ¥5ãÜn W2+J1’ÄùÝ;9ôK2šçõ˜&‚ H1òˆÌŒLnÿu‡;·q/ñoºõèÉŒYs™1k.]{ü‡;wo³mëç$&ÜC©4Òó¥˜ÈW/ê¾ü ~lºG‘òoØáŒ+|Ö—ñ[þ$«¢ Ò³ôù_L.~0ˆq_*è³bQ‡¢Ø?/ 3GêzûàUË£r™ÍÔôòÁ»®#¦mf«ãùdÀK¬1Ïž>cPMã>ùϸÁá¥cèÒ¸¶Ö6XYÛâR?„~3¾ä¬‚íFÓ¹‘+6Ö6XY;RÛ¿ á+cIÒ<#ÍÜÇsCq5yN¿‰*â1MA(*üØ5 )ɈŠÚKcBÚuÈ·Ý­N]ÜêÔåè‘CìÝ·›‘á£Ñj5ú—mÕΆ•½¨š'KTÙySY4#”–œÎ¾†I«­Lé߫ǂxgïÑòëÇÄ¡›¢Z!D.ôÙt†P{g,ŒþùçYÔóEæÆšÓt@8‹¦zãhô€ø‹ßqâ–•²`»J |•ÅÓ¼q4Jæ÷s'9—¬ÄXù¬5#‚ ÏþÊHfz/]ÀÁɱP!’—¶í;bccÃÙÎ`¤2 ³ªKÓ  Z¶|ò ô¶Å ÷¢FáfíÆ°}ë– äÜæ«®XûÏáÜC-hîqdZšyº<¾ªRÃ?”iÛÿKš6ÂñÝŠ‘´ñpÄÊÚ†* ºòæ'¿ú¨&‘óúäU-׎3Î=^ÒskM[ªäÚoøîe2Ôw8¶(Œµmsmö`úžºmzìå£D;shrWüÝ«aÛ¿“w'&n¿N†ž°öYMü–!4ªa§óÉÞÖá¹ð07¥è«ÈxJò9µz4¼scà@MßÖô{?wm{úy&{Ùà1)O\¦·£ AknÍ–þÕQ‘ÁÏ »ÑiÁB&.cks+â£3ýµ\ÓÆ²cp Tš~Ù 6cY¿òªj“yX¥¦\À.t-;&ø`Šs'7LHãܼ®ôX¡"ì½­,öÖp~Ã[LØ«SÇ™\¯8{Ñgç!¿ü†«ãÙÙ;õN¯ŸNĈþ8úž`²gñkI ûl„]£¾L_=c’~ü˜É“Þ$̵9ßOõÂTcx_…mN:z¯+ß»Ž_Ø 6vöÂ6çw¶N˜È¶“‘ýVÌ Ržøx™=Ù‚qàýæTT6µ©Ä™-2¸°¨/Ì¿IðØ|âŠ*1ž ?'Œ¹­kR£ “gw¢ŽYg6La^‰1/=dý¶–!¯}Š2üCöôñÂ<ùwn˜VǸ\|6Dkßò«ÃlZÓûô+lŸñó'#dü;¬ŸTíåϘ<ý-ÂÜ‚85ÝS}š*¦‡çXõÑŸ([¬bf§â—Ìå¶3 ZÍŒŽÅ´3d^®éš¡š1Ô—RÆWcÈñ­”Z¬UôA¤ù×£ÉÑpê5jêm[½FMnß¾¥ÿ¾€K3h\eFžx2ïüI^w3¥íæ¯apt/ÂG˜às6 —Iǘè—?U0s ¦SǶXí_lƒK?^›¿–‹½Þ¡AF Ë/á4ìŸÎlŽ@Û¦Ø^oȰˆUüòÒ|ür—Í›ÕjC§¶-±|’S`êPoŸÇ ´6q?«ÅgÎ9>á†1м¾1§£BÙ²ëwÞ˜hV´½‚uXbŒav\ƒy¡}–@›†ŽzŽfωÛLð¬Y¬° ú PÉ£½=rÿàAÆîm„»@Ê/óÄR__EÙη_÷±üޏìùø IDATƒv±gYk¬€:ŽkÙV Íé—'E•*ëÚxûø<‰{ÓÜÚ¤æ/½H•áQl™¨ÓÄã³Ê¹qpïLßní°Zûª9^lÌ G=zÈIŠ#KZ¶éHp{”øPN>¬µ–t Æ’`ü8Ìö—ÿ xÀËts7îúŠQ‡b¹7Å#EÉšRØ¿ÄË\N‚Z­aW¡áQ;×`?승¦¬M*ż6@Ó…4ƒášÑ&E•—RÄ×€ã[Ce)µ8ΰ9,‚ <TøeZ E©ƒ~Å5œOáhtîçØGôsy’î)mÛ07²F1Ÿñ­u8+Çë9«®r&¤§Ä}ÇÅd ™q§¸f†—úO¥Ý=á¯Sü|¿ôwÂfÞ<Í¥t¸8½1ön¼¯ÊÎT¸w=ìghGiㆧÜ¿™lГ“òôFüþù låMU[¬œüxí d¦‘ULÊÚWfü÷\H7£YÏ&ºB¤Œ”Wœ ÙÍÕD“Î>ù“úâ&¯u-<ì‹CyùiîΤ vôk@‹3Ùt2Žtmùø\ͪÕÅž$n&ç>wIi‰KM+H½ÃƒœÒkJ‹- PRèØ|pukwcs¼:·¥®¾1,í¼.³¦KˆY}Ñ_ýÇ·j΂ Ÿ eD¥2ÂÁÁ‘ø¸¸Õ©[bÛø¸TuvFcÈ;G,\iàïO­â"¤Mårô)PAün¾8;‰Æ-­K,tNZ'6AAžm¥E«E‹->8ÈÒ ‹|VmjR‰;ÏÐŽ #Ðæ”®ˆÊúu}^^HJŸ÷ؼ8ˆj&w98.”9Ú’e[–¾Ðju.q”¨ ÎR?E|ʈVS¤&ʇòÒƒY=^Ù~‰'¶°öÃe¼Ùu ûnæhdlŸÖç²øhdŒ-í“¶FÆJÐhÑjK¯)•­;õ,aÏ÷—IÖx☧ØÐfÞçnb2i9`d¯k·û»K…Úå/mÊ2¯Ëªé’â_F_ôÄ×°ã[iµxE¾AþG©ðWFTÆÆÔ«çÁ‰ãÇô¶=y"†““£~Ê^µ$3‡«²¾ó6vOaíˆYÄ”ô\OÍ}Îúœãa­Ä´z >æœÝ‘‡Û$pzߨ€¯m C£4ÅÊÒî§å{†¿©KÜMr¸z>jžxz>úxPÇÙÜà|±¼ìâsƵ\Á‹QS‡Ñ±i}ê7lŠ_UÓr±]Ô~Õ3IçÇ#W‹¯‡Ê†š¶pïÒoÅ>¦õ™Ä0uñÇÝD§‰Ôr˜åê§ÂœZ­‡2ûiÎÌoÀÍ­‹ØsKýÔ>?‹X–ZS•3¼—#YÇÞeÅ™”â“ôÊÖË‘ì˜wY[t»§š×嬙Ô—Ç·ü' gç° ‚ðüQᯌ˜š™Rß·—·]$úðAÚux¡ÈvÑGñàA MÉÊÌÐo8ù*ßá÷¼kÈUöøúbŸ~й£6 ÛÍìO,¼—ò•ÿPÂg‡»$ëGIÑ·Kxw]*êš÷íÝyœ]ƒÝÇñïÜ™ÉB6‰ B"–ˆÔ.Ö$–ÚŠ'(ZÔ¾EWªªÖ¶<ª­¢j)m)-­¥Z$´¥–ª§Jµ¶*j©Äž “D2Û=Ï37c² ’x¿_¯ûš¸÷̹÷þî$îgÎ9÷ÜñÃ|ãö†ltæY¯kRÕuT¾qìÚÙæûŸËÁ}ÏÌÑ›÷È„ÛÎ͉HFž?6ëuM渿F§•²ÑºËdÊ­ÿ›ón8>[.;)ÿ-ÈgwÙ.'±zv¸èÀì×ýԵÚéÙøzžþOuv8bLVŸÏ÷U½Ízæç1zÐfY=gçòï]™5Ú(+v™ž½Ñ¸HÖýÙ]ÎvìFUïÑùêçVÎ.}6‡ôúVÛ¤gÞ|ä¦\ñï$[´½Æý3zïuSœqrŽ>³ÈQ[­”ÎoÝŸ‰ ™uÀò<ç³ç‚¨ê½mN:jP¶¿ð³ùì²§åÈу²Ì;¯äÕe¶É§·^˜õ-š×±ñ¥ÛóÓñïd­á«¥gùõüíÁW“NCÓ§Ké}?æâg­ËÀü™ªêž-N»$‡Ý³wÎÿäÖù÷ɧ7_#½kfæÅ»^JÚvrªêž-NýQ¾kß\°ãVyòØ£³×æƒÒ»ú¼òÔßòÀ”ó¿§¿¿×‹úgfôûXæöï[Ê=Ò¿W2õësË#ëf¯áóú;ÓñßáƒwèÿÒbdñVUU•nݺg=ö̸ñ7g„³õ6£fÐ>q‹¹÷ž»2mÚÔxà!injœ÷9F’dâ9jÏ+Ú]¹y®zá·Yóò¯äòº]óó“·j9ö ßnùηFdƒ¯Ÿ‹¸7'µ8Ûyf¸à¨\çÞ{w6:ç;¹äº3rØ[~aѹ÷jY§2´{KU÷Ý1çýùîlúÝïä’¿•£.jYnÙ•?‘QûŽÊÌæ÷ñ÷zQÿÌŒîÿÁ>–¹ýûVZ!»žñÕl}Ø9î¬]³óu;Íãuîøï°XúUu𵔤ú cžùË.É›“'Ís%·Ýzsö?èÐL­›2ÇenºáºŒ½]z÷éó<‘R©:¥êRzðoyì‘æµ×Z>V´_¿þ¾þÙdÓinjLSSÓ?Õ¦rñ6ëçŒ7æÙk·›ã'á°hšËF­—¯õþU^¼y''—ÿ¾,º.³L®¹êÊŒÙ{Ÿ9.SW7%wßyGvþÔîó\ßK'äòË.Ë…_:.I}Z>ßuz’º$oµ^&Wü¹®õö­Ë7%iNRλ¿n.j––—ËÍ)Šr6ÞdÓl6bó”J¥$U)Š"ÍÍMi¨Ÿ9[D`ëѳ×|-W7åmÃ>Vj–¦'SEšç}BCø‰ €AŒ,>S]-cï;cMb x­äÈûÞΑ&þ}àCW2@ŒvÓjU7½>w>ôl^<5å²Ý;,×RUú÷éží6œîËt6ÄȢ𧇞͊}zfÛM×jý$.Úk.yâ?/çΟÍÿŒj ¼/Þu·zeòÔ Ü/U¥RŠÄ¥ƒK©T•¡k¬”W&OõÀûfËH«r¹H©ª4güþ«®ª²bä½AQNýŒ™ihlL¹¹HUURSSšÚÚtîÒ9UUUsýþ¥ú¤ˆÅÔ<~Íy¹qúž9ñÈaéâg1²h4Ô×gÊÛSóä¿Ïž}:“'OJ’,ß§o†¬¹VÖþ‰,»l·ÔÔVÏùýúÒüJ7¿‡®8??[nÓ|åÈaqø9bd¨ŸYŸ×^y-·ÿþÖ,ß·ovÛcLV°j’dâ„sï=wåÉ_?‘=öØ3ýVZ)åró\Ö6%w±IºeÒ¬k:õœõ¶Ø){þùì3bÅÔú¹1R.—S7ejn¿ýÖl¸ñƽݳÝ>hð4xüéŽ?äÖq7çȣǦ(Êî’UER4eÚk“’•ÉçÉŠåi™ôâcùó—ç¤ÿ¹<×|á†üâë[¦×’vèQ´nú)R…CcøÈ-ñŸ¦U?cfžø×cY~…¾½Ý™1cFN>ùä ><ÇÏÉ'Ÿœ3fdÛí?™^½zåï=˜êšš9¿_o{ÏÞcl0bËŒØfÇ|ꀯæœÈuǬšÇ.<4ß¾oJÊmË6¾ž?ŸHvº|ö7“3ǽ˜ú")š'åO§ìžÑŸX5«õï“ýûdبCsþßÏWv_?k÷ï“+­‘ùiž˜V´ÞS^ºþÐŒZ«oöï“ÖÎn_¼"ÿj»½uÛ~bÀ¬u®¹Ñ§rêožÏÌ¢â9Ôÿ7㿵W¶Ô²Ìðчç—/$©\f®ýÍÜÎg²ÓZGÿþÙþ›ÿH¡b#-›òܳÏdëmF%IÎ<óÌ̘1#Ûo¿}&Ožœ+¯¼2gžyf’d«­GæÑþ#ÕÕÕ 1©^Ùä‹gfçn“rëOþšº$É;yä»»å€sŸÉú'\›ëoúeNØðù\~øgréSõIyZž¿ÿ/y®Ï¹ðW¿Ë/¯ünvnø]ÎûÆÅycÓãrþ5×çÒÓFeÊo¿–c/~2 I’êôúÄ>ùÊ7æú›oÉOη¯ÿjÆ^úï–Û[×ùlŸ#rÁ/oÌÕ?¿8Ǭýt®:vÿüøé†ÖªªËgì–c.ùW†Œ½$W\{MÎØgpŠúÊ'4¯Ç^—'ÿ‡<ÙëМíÍùÕ5?Í×÷äo ‹Ì’¿›Vs9“'OšuŒÈøñã3räÈÙ–?~|Î:묬2`Õ¼úê+)•:Ž‘¢ƒÿžíºnëd‹Õ“Ûž{<¯7î˜îÓîÉ?ùOÖ:ù¡|ûàÕS“dãu:å¡;>ßÜú|ŽþR—I:Ø2#·Ù*ݲUÖÍó»ƒ_Èfûî—O®Ñ)ÙfÝL¿õ¦烙|ÜÐô«®J×!;e·!­÷¹ÑZ©C޽çñÔ·Nú´>¦Î¶ÊèÑ£Ò-ÉÃËùóŸÏíy5c×\5¥·îÎ~ùRúùÇ\xü†éš$[MÝï~o¶~ù­ù|쫎Ìv#·L·9Ì>¶1Òѧõ^ýõsûŽÌé~Ë­û^•“¤(R”‹”Ë• ­»))—‹Ìœø@žš™¼ôÍ3䛳¯«Çó“S_^y¶åËI:­°F–Ë?óòÛM)—k“,›~z$¾–º¦"+T5äå?ü gžwMþüÄËy§º{º5–“á菉©˜µ{Xå:Ómõ¬Ñ'¹ï¥)i(ÉÄ¿ç¹Æ.6rH:·-S~÷8‘…}ì F*Ÿ@Mu–_¾o&Nx1ƒ¯‘]vÙ%W^yålËì²Ë.IZ>Y«¿~)ÏñÀ‡öÛBf_®˜úDî{>éV1RUU•nݺg=ö̸ñ7g„³õ6£ÞsÒÃiÓ¦æÀIsSc‡çIZÏ3’R–éÛ;yðªœpÀUI’ÚåVϰÍ÷Ë·o›½7]!5i;vdÙlpÒ-¹²÷)ùÞÏNÉçÒ˜¤[VqxÖûìîÐéÝÍ mçö˜ußEÑúç"ï^U¤fcò£ï¾œ“pZޏ¾åÓ±j»÷ËÚ»¬˜N)*{ÅùBf=¶ëºdè—oʯ–;=çüøô|þª†$UY¶ß:ÙfÓ~©)Š ñØ`‘¾—ïàk)IõÆ=ó‡]’7'OšçJn»õæìС™Z7eŽËÜtÃu9z»ôîÓçy"¥RuJÕ¥<ôàßòØ#ÿÌk¯½š$éׯ†¯¿A6ÙtDš›ÓÔÔñV†‹nøköÞaC?óá†?>œc÷a‹©®Ë,“k®º2cöÞgŽËÔÕMÉÝwÞ‘?µû<×÷ÒÄ ¹ü²ËráÅ—ŽKRŸdF’éIê’¼Õz™\ñçºÖÛg´.ß”¤9I93×,-/—›Sål¼É¦ÙlÄæ)•JIªREš››ÒP?sŽ[DÚ‹ÁýÖ¸â\oú¿¯ùÛÀR¡fiz2EQ¤©±1M ü½¥RUšÊEªKíÁOÍ#6>ê\j.©*9 €÷¯d-úõîžg^x-åæ"³}Š®Ë¬Kss‘g^x-+/ßà ï[´Ø~ÓÁ¹ãoÏææ{i9ù!ï-×RUú÷éží6lˆ‘E¥û23fÔPƒ€‰Ý´1ˆ1ˆ‘…¿£R)]ºv1qøUWW§±±±õ$àb$IÒ£g¯Ì˜1#µj4> ©©í”W_~)=zöZìï‡öѾk¯34=ð×l2b󬨝jj|ª0,JyiÂóЃËúëo$FÚô_i¥$É#ÿx8uS¦¤\.ûi€E¨T*¥GÏžYýÒo¥þb¤}´E ð1'#Ä FÄ FÄ FÄ FÄ F1 F1 F1 F1 F1 F1ˆ1ˆ1ˆ1ˆ1ˆ1ˆ@Œˆ@Œˆ@Œˆ@Œˆ@Œˆ@Œb@Œb@Œb@Œb@Œb@Œb#b#b#b#b#b#€#€#€#€#€#€Ä€Ä€Ä€Ä€Ä FŒ#€#€#€#€#€Ä€Ä€Ä€Ä€Ä€Ä FÄ FÄ FÄ FÄ FÄ F1 F1 F1 F1 F1 F1ˆ1ˆ1ˆ1ˆ1ˆ1ˆ@Œˆ@Œˆ@Œˆ@Œˆ@Œˆ@Œb@Œb@Œb@Œb@Œb@Œb#b#b#b#b#€1@Œb@Œb@Œb@Œb@Œb#bø`E‘ªªª¥#FJ¥RÞygºW–åææYïã—øéÑ£g^|áùÌœ9#å¢ðêÀb¨(Š455å32}Ú´ôèÑó#}<5‹b%CÖZ+?úhÖ6,=zôð*Àb¨m׬éÓ¦å±GÉzÇ/ù1²|ß2løð<ýÔS™Z7%årÙ+ ‹¡R©”î=zf½áÃÓ§ï K~Œ´Éòñ“– 02@Œb@Œb@ŒK¬#X@E‘æærÊÍÍ)R˜ÇªªªJ©º”êê³^œf-FÿijjÌĉ/å‰'Ë[o¾e& øæ¸gÏžYg¡¸ÚÀÔÔv2ëÅaÖb`ñ×Ü\Îĉóðßʨm·Ëj«NuuµÁÌ§ÆÆÆ¼ðü³¹÷î»Så¬>hpªkjÌú#žµX”ËMyâñÇ3zôö´ÆY@µµµ²æÚ©ª*åÿî¿/+­¼r–©éfÖñ¬?*`XE‘¼ýöÛ8ha¼®–º)uinj2ëÅ`Ö[F8HŠTWW§(P½ÐoBkkS.—SžÇ ÍúÛõGÁ–@Œb€¹(Šbé¸4½šÛOÙ/Ÿ9ûyçC¾ï%nÖ 3«ò”üã'ßÈqç?ò¡Ïwaf-Føð4¿•¿ÿæúÜþØÛi6›ÕÌæ”áÝÒo¯ëójóœ¿çþ‹ÏÉ…ã^Lƒ Š€ÅA1åO9¬_MjV:*÷Ö98ûƒôÛ=º§¦×Þ÷æ{çÜüòUÕ¹&«Ÿðpf,ð;én8l½¬»æ éì]õBñiZ  ½ûKSþ{íi¹frÏt-®Êi7œœ;ät~Eë%­»ô,u³NF½kzŒ»5—Þ=);Y>Uï¦H&ŽûqþÒ<8'44]æõüÛϪvpÿåý9ÃôJ§ÚÚÔÖÖ¦û ÑùâµÏfæ‚,3ãï9nµÚ üòCïþÖ¿îöì¾lm6ºè¿™ãY'š^Ígï— ûuJmmmzÙ1_»é¿©O’òäÜ}úÙhµ^©­­Mmí²þµ‡ëq÷Úò˜ŒY~fî¸ô޼^®|žrëå¤vdö_³s’¦¼ø‹Ïdå;·<·®«dÄ¡—åÑisHˆ¦çóà jÓ}Ï?¤®íºúò›wΚ=[^“Öß?—?»tÏWŒ,1мuï¹¹òµ-óõ£¶ÌöÇ“5ž¿,çÞ7åÝßš—§ç™»ïÉS}Çæª[oËøßþ,'¬ûï\ò¹19÷Ɇù_f¡LÏC§o—¾õïlrÆïr÷]7åÛ#žÍyûìžïÿ«>)×åÑ›ÇçÑ^GåçãïÈã®ÉÙ¬±x¼û&9fÿUÒx÷¥¹ý•wîh|þÆ\öpUF»wV¯M’êôÙø³9ýg·åî{ÿ”›¾¿CÞ¼úØì÷ƒµ„Â<_Ú)¹÷«Ûfß<ž¡Ç_‘›Çÿ6ç}nÍ”g.åó}ì¦ðaj~%·~ïæ”wýuöX¥:›Îq›}'Ç;>çlû™ô«øUq—ÕFe—·O$ÛmP䎇妻^É‰ë œõ&n~–Y Tš|g¾}áÓvö¿ó££§6É–ëuÊÿÛ5¿¸ñÙœpR×–û´]>µÃÈôX"†Þ5ëqTÖ¾àÔ\róÄìÌÀÔ¤!Ï\û“<Ñ哹f÷UZw‘«Ê²kï–ýÖný¶ëdæM×ä3w<’)§®›æ9»;òŸMÈ€/ÝŸkNÛ$Ë$Éèa©»îê|y©ž¯øP566¦©©qÁ¿ïÙ«óƒûzdÏÛ7˲ 3SŸ¾ÙåKÛç„ýÏ͵O*cW¯MšêÓT$)7¤¡~fËoå»®šµ–OþôÂk™^¿bºÌÏ2õõi.’¢¹>õõ3[v‰ihH9IÑÔr]sCËzŠæ–õ4?÷ç<>#yñ„µ³Ì ³?öžO¿œiõ«¼÷~ÓYÏfÀÞùüˆÓóù‹®Î“|5k6?œË~öŸôÚãÜŒêÑúú$©Ï„qßˉgÿ"w>úR¦×tO÷†r²Á”L›13=›gŸU}»× î¹ÿËS ]³þ¶«§ºm6³–il]fñ›¯Xâ,Ìùfæ‰+~œÇ›_Ïã;ôËín½äê§rè©ë¦sÛÎEÞ=蹨NmuRn.¿{þˆy-“RjJISCSÊË·<üöç h;/F‘"ÕÙâ¼?æ‚­ºU<ºªÔöZ5]‹×Þ{¿‹å¬Û)­”ݾ²kNÜ÷§¹òñ±ùúÔËríK«äÀ±#Ò½õàó†g.ʧ÷='uû~/?ÿÁY¹öüþKcrÆœfõž× åÐø¢\±lÑ6òÅy¾b`ÉJ‘b!>áiúßó“_NÈʇüc¯úY9þûÙ¤¶£O`*æ-SÝ3–K&=ñtÞnÞ$]K­·uø†ºåÏVÞ(C:5çч§§ÿ¡¥GU»çÐôá:ÔBͺËúrXi»üü¼³ÚÛ7æ­Oœ–Æu™µîÿ¹'ÿÎÐ|ó¤CòÉAµI¦æÕ~“—Óá¬Ú¿VÙ,C»žŸnú{¦l»MËìÚÍ{qœ¯Xòrdß O¹ÿ²ÜøÆÀqøNÙxXçÙntÔNùÆî×çÒ¿žš·j y÷MmÑ>"æ¶Lu¿ŒÚkÝgœœ£¿]äÈ­VJç·þ’‰ IiV°tO¿^ÉÔ¿^—›ÿ94{ ß6_?bõ|ò¢²_÷SsÔk¦g6.+IIDATãëyú?ÕÙþˆ1Y½ÔÁý.†³îP—á9úóÃóãoŒÍqY&;_½OÖ¼û‘¼WÝ,«çì\þÝ+2ä ²b—éyâÆ´n¦xï¬Ö}é5*ßøÂ:Ùæ»ûæ:ž/î²Nz5>›‡ßH²\kP-·8Î÷£ãÓ´æíqÅoÇç÷r÷oËÔÕöÊ^ktzÏmÝ6Ü?;õz;ã.ýs&—[÷íi·L2ûuó^¦6CŽùe®·çîÙ}ßãrs†fû-ú¥¶(R|ˆó]˜Yت:øZJRý…±GÏüáE—äÍÉ“ükЪ¡¾>×ýúW9ü¨£ÓP_o ïÃUW^‘Ývß=={-gÖñ¬ç奉rùe—å‹/—¤>ÉŒ$Ó“Ô%y«õ2¹âÏu­·Ïh]¾)IsÒòù mi7-€…±ˆŽcèHï>ËÏs™Õ/Œßç¬çgž»™.&ÄÀB½?þàv™<éyßQ˜õ"œçÇm¦b`I~ƒ\){ójÖˆ€SUUU¦O›–Ruµa,¤rssJ¥’Y/F³#‹}ˆ$={öÌ믽šûõ7…ôú믥W¯^)UU™õb0k1°(UWg¡CóÀ_ÿšÍFlžåû®R©Ê`æS¹\dÒ¯ço<õ†¯—ÚNÌz1˜µXTW×dàÀ)7—óü=uSêR.— f~c®TJ¯^½²Þðaéׯ_:wéjÖ‹Á¬ÅÀ¢¦¶S œ•WY9ÍMM®^Ð7ÉUU©íÔ)»tMÕê§ýÁ*…HC¼KcŒ$ÄÞ¶uä¼»•¤!³oyß[F*T©®¸¤â¶ú$µ‘Rª1KnŒT7R¹«VeTî²Õ¶u¤œ9o™cŒÌéX‘êÖ;l¿kVeˆT·‹‘ˆX¢c$íb¤òŽú¼»ËVG»jÍ÷–‘¢"::P¥r׫r»©~A2¯¯†ÈüÆHÛÏë2?ë–ì©üïy]²012§ÛÚÇGG[B„,ýARtðu®g\_™W”ˆ%Å\‚£XÐÐX˜å„||ƒdan_èˆÀÅG{NN||ü?OÇâô ‹TˆIEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/cact-preferences-import.png000066400000000000000000001240311433352025300253200ustar00rootroot00000000000000‰PNG  IHDR#Þˆ@Ô+sRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÛ  ú•z* IDATxÚìw|Õ€¿Ùž¶é=$$$$„"Mº ˆØìúì½÷ÞöŠåÙ{)**¢HG :$¤÷²»3ïÝÀ&ÙÍ.‘ÎÇo~dwç¶sÏœ{Ïm‚ ‚ ‚ åKAA„CíPq Ä AAqJ˜#¡ì§xAAA8<½vL”}p¿âÇß‚ ‚ ‚ t GDóá€øí”(ÿâ>ÅíjyŸ"‰ ‚ ‚ t(GDóâŒhíuJüqvß3ö¼{T© AAAèøüôþ#ÁxžQ=8"Þœ’6ƒ?ŽÈñÿyJµDgrñ©ÇH­‚ ‚ Â@Pò€êú¢uÌšv[¸çCõòK§DiË!1øãˆ\õŸKÈ/­•ZAA„C˜’ŠZìŽö-h2èuD†pÞÄ!À€²YÓn‹oáx¸_—ïÐô7ç¥M‡Äà#²£¸FjUAAG¤´²†5ÏiWøìcPUÈÐ@v•×0dôD€üYÓnKss>Ü/»Ûߊë¿’6—iY¢31hžgVõ•ìüåuªsAµ7â°5 Ú±Du&v䵄gʲ.AAA8”VÖQ\^MÎ’¹Œ™Â÷*üºíeÌ™ùYýGa h黜»Ûeô®ÿÝOI+¼Õ;ö¼{Ôs.¼’Ú[k'¤¡†ü_ߤøÏ÷9¦O:Ãú$`Àh2£WvWòñwó)©Õȸø=,IØí6tŠ^/š"Â^á¨-e{¹‰¤ø` Ê {ø ¬ž²Ò*ªê 2)š ]+Ÿf£|W ¥Õ6Lq‰$u¸ ‚ ´ÂÒjþþuÃÇžL\Dp»âX¹!Ÿœ%s0übÝâÈ/®bÑOŸòÓû vsB[\6×å>kÒ´¬Ë£câk;ž&E–=>‚‘ƒ³™xëy„[ìlÍ+¢dW Ý2’ØU¥Ñ=;›GŽbéß‹xá™ Øú]†œ¥dô>†Á'\*š"‚¨6J6¯c]CãºTð÷Œ”ÝN…¦ÖQ°i3 *©s€b¤Sd†ê|†íÈŽHÉ®|l¦@2:Ù™W„–p˜8$ªÚºF0èVQš½Š+rØ\@Z¯ "êŠq˜-ôK ¥nÓN6h ‡¾CâWÙº‘¢—3ñAh7ŠË€ÄEãPÛ÷bô˜ˆr\qyYær8Ü.= £ùD‡ûFw¿÷Œ(­‘Öát88íøëêASèÔ¹3kòêùgÍFÂlyÌøi'ŒEf÷QÜpk/¿üWýça>ùâ{¶ç.%)½¯h‹ th'¢¼V‘Sî6C«3l%&.αA}õ¸ÔFŠ6l@Íêà ㉢Ó3¿òwmwÒ4µ†Í«¶“<²?×C¬ ´ºr~ø`!³ÔT"vmò¶Cû"Õ;XטÊë—¤Â.» 5±Qìu±µ:¶,YɆZ°Äwe@z8fWjÕ~_VH#¤Õ“Îû@¦ZÃ./ÛI@¤•˜¨´  г³žSÄð‹Oá¹È >}ëO¾+ æÚ»‡0ÈèàÏܵüÙOb ¶k+cåßëÙe‚SÚ'ŽÝ¾.ÛßüIWRƒuâ‚Ð.tÊ롺9#¥ålÚ²ƒà 2ÓSÈ/,¦¬¢‚ä¸pÒ"ØUÝ:./[5Âp΂4õ@›3â_îÎH3Ç¤Í ìª‡L˜‚èsŽJ{zƒ™ØÍ³X¶æ’ºF“Ÿ_BIîß,™õ#c.{acÆR¹k;Š¢PW[í1NA:Ž#²cÍ&RÏ:™'»ÝzÉìØÅŸ‹ÖòÍ?¡tËŽÆâµ3§a+ÙÂöè>¼:>ò·òÞ¬µüÒ…, ¨šƒŠ °ŒǃœëYíõØõPV¥¢×¶µ¶cÛOåS5½ ÓêØº|+ý®šÄÔhصèwnÿ±Ž®½â±ÔleqI"ÓžI8•¼ÿß_Y–’MJ@û»Ïš­„å«ÜþÐ)tWêøá¥Ÿ˜¡ïN×Zc%¥úh%€Hu†/wµÖ—ýZ¯¶RV¬®ã²{'1ØìXÆåoï$µw¼O‡dïÊæà‡í¤™Å¡](îΈË.––W0$3‚ãúÇ3õƒ_ vž”µqóVnž2k™m¥¼ÆNtdx³¸¼ØÖp7GÄèrDšn:MKkñwK‡¿OyJɪ5k“9lµhfcªÈ%Àh`ÓÎ*BƒLlÜQE­ÝHÁÊ_è›ÉSÿNböI¤õ8ñE¡Cw‡±ÙB¬F·ÑÐéMÄ%'qJrƒÌåöEz¥)Þ²¼Ò*ªêíNKeŽ »Wb ÏYν¯,cÛ¶jêu¢ë±itj-ù•ÁœÚÓéˆä|ñ=wý]‹1½ûÓ=¨ŽmÞÂhõnö’®ÉNÙŽ­lÜYFU£†¢:‘Ñ)Ì93 Ö‘·~3;*j©³©Î°†"â;‘™¶{öÍNeÁv6ä•PÑ ‚¢'0*…Þ]£°`k; 4Jw³¹²: ¦À0Rº¥“ä©Óo¯!oó¶îª¡QSèœÖºS¬úJ³Yß¾YksôPî­ü™û–•Ó+ÑC‡[uP¶i=k kh°;ÛSp‰;“f[ ËþÚH&’z÷"#D¡vû*þÚZÉ ìaDÕô»óÑHÞòÅä™bèß?‰tËF^úÆÈðð*æþ@Kh¨m§1¨oÊ^ÊÕ%ŒÚ;°ôátD»qZô,¾ªˆ¥[˜›7â©Î#"Ñkþ•mu]2L Ú(ݱMùeT6¨(Æ"c“HOw:?~é`{Ê*ÂᎧ™‘myùŒ?*Hk7OÎÔ÷çƒ7OA¤5€’Ê:VoØÅ@dxX³¸ÚX¦U˜\¾„ûŒHËS¶š/³#ˆ‚™‘ˆ“ùâís2l–’Ôm\@ÎŽn®fm~-)á&êVô¡ñl*¶‘Õ­3¡kØ‘·–ÚêaX‚BE[¡£¢iÍ:²¥ ~âòïK±›Csæh®éa"n`7ºÎ]Ʀ-tíß‹ºEÓ%Ò„pTäñü´Õ¬il$¶_o.8&‰ôZm-XÁ›KêIíj¡Q3`59ÓÈ:c"_PÌÔ‡²F÷°YaTm/ ÞGºLñ6ÓJéæBºÄi¡Ä‡ÐZ]%K®`Úâ:gÆ`Ñ)ÈYÝzpçY#è¦ÍFÞÊe<ùs>JC ¡}½¤Ñ-¥h[ ‰\sõ úEQP©(ÌçóÏ×°6:D÷Τ­œu9%ô?~w÷ \§RQ¡âÖ™Vul_³‘@¯iÆ6ïà·¨CPH;v8—ÎfZQs Ì-þº¼Xâ•£"ˆ²8™/ß¹“f¬`~aõ;îzrY8g¾-T0vÍ·W…@Á2.ŸV‚JÓ&É&\sª6pë³Ù¥pååY 2:Ïý–gò"[8c%,ûGm;7ò‰‹¯¡À_¹6á¨dKI0g\ 8È+ÐHг0zLŸ|^B½5 “¨Þê|)¯ùY¶ïx£"”Ð[êÓ“{ÏM¢k¨µ¦‚Å‹þáTÛ-šª-¾t0öF‡Aè0¸ù"»ûðAALýàWnž2œHk·ž? ˆq:"S?ø•ؘÂB­ÍúýŠâu5ÕåˆÝ‘¦ã~›6°7´¥s]žZ:#^ú­3aŽìLÈ€óxð¾¸û?'²µDã?Ëvt?ŽIeñòU,ݸšÔxÊÎt²+ 0€ÆU[øñÝ»™xå‹¢-‚p„8#¦¸Lzš·òÇ’2®ê‹Î@´±‘5eA ˜HW£ÓŽÕ7*XŒJkj‰7އ‡*••[C4v8ÉÆŸ¸}¹ÓžÒF kiÐ9ˆ5¶í°å:Nioº•z²³#I4šƒz‡K€•£F#¼v÷o ¢Kãf´A#yz¤u·v(F"uõ”U–‘rܱÞÓXjGiåŽÛ³ÉÖVSÍÎÑ‘fj+mèbµ=#UZ#…ëwÐíÌøOW§‡`¯W±†67í5›6¹yãçh ÞH¤ÁFY…Š9ÔBXB“/гó©Å,%º™óÒºUiþZ[O¹]Ã^ÚF½s1€×»=µSÒÐjØXÊ]þÈÕ-žÆ²|»ôad0P¾—>·sݵÝIÈÈfŒiÕEÐÙ¢Qµy½—:o J5ù]¶ÆüÍÍÃv7ﺠPŽ5”îÑ ¹î»ÔF:¸Ù®ÚO¡Cáif$¥S3Sߟϭç <Ĺª ´ªŽ©̧sr21Ñ‘ÍÂ4ÅåeÏHÍgDšŽúmyº–û¦v¯# >‘F›Ãã÷áC/§¨¡–Ÿø0³ãG'ÒbdÕòåb¤¸ª‘þêùkG5ÇF‘–J¯!#¹ñ¶¼Æ)BGpFT-l—­`ë#£9á¸(§å²ÕPÐ`p³Lþ|óßhGg &80™û†5|óÊlÞÙj'$k ¯^”BÂÀ ’ç­aA{Â~ðOnV0范:ñàÞ„ý7é¾õ o40xò ÜÑÃH—~±,)`ƒ)ž{GXM?ÏåÞ9%Ôh:‚£# ‰ ÛLc%›Â»­¨äÃ7~äË t¤õH'RQit¸®5“gHáÚ®ÎãÝÿüxO¯¨ÃÔe o^–âÊi#EŽN\Óf𹔯§`Õy®Ã¢Å ù(t 7ôŽâÒÉYlü®yýêã:S7k:§~£#ÔjÁb‰â’+r´%šÁÑ6þ*h¥"­ØóU3ßžÁ[ù K]3ÂÐåÔ´áhhµE;×* ͆hõ"×T –ñk¹[  dúw ¦x»ÊÐKã1ÛÿÜÄæ"ÓóºóŸ$+†2cA1 õl¨çOuå–3_eS©W¹`pà`Õ7³yè¯Bºäù)É„ôèÅñ?ÏæËÆH:¸‹š°T¿tH„Ž…ûž‘šúÆ=cv6;(ÍͧkE'õ6{³{ÝãòÒgjáˆ49!MK·Œ.£Éq?e˯™ŸË´šˆuAÝ'°eÚé¤wÍdûÊ¿h0òÏÚuİÉEL—l&+«6¬ä—ÿ}…^§— ì‚С‘æ£ÒCÇòÙÐæ·lû} ‚Ã0T9š™žðô^¤j[Y§Ä‘â²w§\u§¸!Æ`g³½¹Ù MëF[ÉaïÃþ«t£6äVCp"HÛNuL6i  ñÅ5D÷ìM¶Q¥±|+¹:_i(l¯Ècai'EX™réŒ^¿‰ïç®å÷âzÂâv·Žºj”È.Ĩ%ÌY§#%=œ›êÖ¹w@´¯4ÙbW n:â¬åì–ZÇ_ýFr±œ×[Ç–àæ ÔìÈ£ë¨Q<<,Šæ‹põ=Íd´RšVãdQ]I Ò£ ͧÊi­ÝZ¥¡Xð"×ùëÖÓuÒi|›í¶þlû".|{;õÖT&&”ðýò*ê໸dR á}3Éúé*jÔ˜žëÜÞXNnµÿe3ÆÄ‘  óÃJ•NÝÓ(Û°¿k“DÏ8=Ÿ•ùÐAÅ€ÃO¡caÔïyºª³%(--gWa7OADH¥Uu(@xH7Ÿ7‚©üŠªjDD8÷‹èuÎ8t:›Cõ”ŒÙÍxÛ‹GÄÝQð²DË›3âÁÈ{ǦŠ+k‰Ì<Š´¢r#:“[PAPr Ç;»!ˆo§ÿHB÷cé=ñXŸq ‚px;#žpÔ×±cç.þ™ÃÛ¬¤&ØZUë!¬†¢(®®e=Kne»û(®½†¢@ôežœ E×¾°íOWÁÑ4 €¢±'MCs®èGÓ@ÓTßiXÃI ƒÏ_ù™mó9ePI]3¸¼k =?˜Í¥©¤…;g•š‰ZÑcÒ9°«‡Ê|¤J€ÎÍÞ{:Ò=ÐÁçﯠç½ÉHu£¯ {ÂQÜ4, 3Uü2s-Ëk‚ubwú¸6|+Z“s¤Ã¨Óp´š­w¶OšëoEqžŽ¥ª*¾×i )~¤a"!Õ›\ægOQ7628ÍéìÉUwœÅUî¿[™˜¾Œgò (á^êܵäÁ¿²µ>Ô¿U{©xhÉ[é ¸4£_:$BÇBñ°L«®¶f÷~ç‘ù ÁÍçØ½©}ÚwË(/×aµ†ÐäÏ(Þ—iqΈÝc GDçÁñhüý8MË·ãPÚƒ…¹»˜0á:'9HÔภaq†¦itîœÌÖõÚk:½˜@AèÈÎH« ìß•bÓ±MZjzG•‡n¥†b B+ØÅNHÁDpU_ýRL¥ :Kñ!ÄXÑ—Õ"a[ZO#Z±+]4'õ3òàï+Ù˜CB0}¤ƒ¥±„Gsf.`Îì Æ]6ž+;›èßÇÊKß×â qž£h‚‚]ä‘@ªÅ)G[¸w^ZŠ{†ô¨Å>ÒŒ‹'Tqß‹ÒzÏ…bŒ&…-<ûC/é6²®ì&Ûµ™ÏÛJÎJÒè=ÎjÅõ€ÅLVª™šyÕ»»9f£Ṳ́Åé)[¼š}]2"ð´#ÄÙÆê‰Š4S³ÞN°fo; ÍAC#^äÄK}ÉÉ6·”£ 3†3¾·«Mû’\e6[-¡£ÏÐxLï”PçðRçÖp̳ße³°•D2tQLè©ã¡E› é>5¬.ÐhÙ„z8Ì™†F‡_:$BÇBç¾½iÿ‡Î@i…³íšúÁ¯DEÇîþ»éhßä¸6ï,#88¸Y\m8#HÓlHÓ¥ÐúEˆ­œC‹Zy-¾|‘¼ucMJ'kØ æ,É!>)™î={¢˜‚ÀÀªÕ9466rÙÅS¸ó¾ÇظügÒû/Ú"ÖiÝ;2FgÐ=Émiˆæ´-Wë˜Â‰slæý¥YÜÓÏBæ¸1¼7N¥Á®Ãl€m?üÀ,­§uVØVΈ™pû6>\Þ»ú˜évâq|2ÁA£¦ÇT‘à Ϯk;µ;ÑRyùþU×PÒ #2Òi–K ëP,Ö=GïšÂ‰S7óþâ,î;ÊBÆñãøäXuŠÑm•PǶ¶ÓÜØHHŒÉmÊ£—…%.™ÒÅ‹x¯ïx.t;â·b{)ÕX ŽéÅoJbkžÄ·ú7T2/§‘á}L$Ï'cì¨&C3Ϊ«à¯<²NŸÈG'Ø0èJxê©Eìl±øË Ô’[ Câ ýÔñÜóù žZ£¶†ZÅöúL^ñ&×È úÆ[ö,«ØÂ&sOœ¯±)çí~fz¥Îù»êÀÚoo…’’Á€,hl«Îsý.›É¶ƒ÷þìÆÃƒéyê |~»O/«Ëù‡™•!»×GxE­ag}7ïeu×!A:žÞ3È—¿m¤¶º†€ ¬¡¡®ßáÕ¯—’N§èŠ*í-NÓòz´¯®…ÓÑòÒyqDÜÿ_zèkfDo4RYYÅ×s³«°Ý«\PÅ©§žÄ÷?ÌfÞ¯ AÑc·Û0Lté{œ,Ó„îŒx:-IÓ4ßMCÓô„¦$’÷ÃÏÉÀì/ÖpìõÙ$¹ò`)û‡‡¿W¸tDQt‹ì*,fM] a±lûáWÞPûqFïÂMô8¨.«"w}-JH ‘úßÙ—ãÓ1i(iÄ ‡o6EX˜ÿÙ’Oëΰ$=Õv Ñ m¦A ‘@¿åj§²¤‘§'`ر‘…u±tËŽtãk+c}ÎV«QôÐ…q\osW‡²Å[[ô,ò³l†èDJ~šË•½9H"iÁ:h¨bù¢Õ¼9¯Š°”PŠ6Õµ­ƒ(ø]VA:î§i5í1[,8T »ÃA``àîïC¬!è ¶VR\e'(hÏoMqyé³ëZ\úŸ[.Ëjù¿G§Ãý {Þ=õç\x%[ Ê||gîbêªËèÒw,›—ÿDîåÜ{Ç <üÄs˜cúÚg,;Ö-$04–ð¸4ÑAèðI…ërÉoct²<[ µš-«·P®:7 §†¸¿@ÎFå® Jª¨µ¹v°Æ&‘iF9dÂ*ØJ7±z{£Èìç|g‡ÚHEQ!…ŕԺ^h Š"µK,´†VSÈæm¥T5º6øëM„„Çæù­õšÊ J+©u-5ÒLXÃé”í|Qž¯rµQ‡¦˜t²Üf ´ºBÖ­/¢3ñYéÄšUjŠw²cמ¸Qô˜,DvJ&6@GE;vRX^‡]s¶ez“‰À°8Râƒ1š­’[ó)©±¡:S(Ò;®o]_j])ÛóvQ^«š–EçÏ4t{%Wå›sØR©A@ÙNG¤ [9ÖæQ­9.ƒ¬X3Ju`÷¿lhvªvå³³¸’:»:3!‘Ñ$ƹò釚k÷R‡AèD„2kú {2•5õ튣¾ÁFÎ’¹â”ºíít84ýô)?½ÿÈ÷8OϪÃ9¤RáºJÝ®¦ïj\÷5â<þ·éEˆ»ûtF6ç—îUk«Xøåû?>ý^L!¢‚ ‚ ‚° °`4èøé‡/IÊLXhð^…/¯¨&/g!c'œŽÍ®RS·Ç¡QUšœ‘é8ß’Tçr6*27G¤ (w}_ó¤­oΈ§iíŒ! ŸòÔ¿ŠCAA„½£º¶ž@‹‰1ãOcÎ̯ÈkGcÆŸFC£Zïqáét¬¶NÌj“}´¯ ‚ ‚ ‡5u D„qâ)“Ú¾Áf§¦®Á‹âÕ9i7⌂ ‚ B¢¤¼zŸÇé~R—GDisâÕÉ )æ›Ù¿Im ‚ ‚ ‚@VH1?íã8ÛœùöÉI”–‹äAAáfGÞvÞ˜6oŸÇ+ü ‚ ‚ ‚pPgDAAqFAAAgDAAAœAAAÄAAAØ'D‚ —eëóùrÞZ¶”‹0zŽÄ+§ìFß®ñ"AqFAŽL–®ÛÉ[ÓW0d@/FˆD¯Ó‹Pö3U¥`W o~¿ŒsFUqL¿®"AqFAŽ<¾œ¿Ž~½zIm½ØE(«5œ~½z2ãïõ⌂ tgdWa¹ë×QYQ!R;t:Á!!dtÍ]˜Î•Ó½WUõÊÆFaq% ~›/Ï»ØZ‘«pÄêLLlÜáïŒì*,`õ?«è?àh¢¢¢Ñée™px¡:±ôïE8 ,º,Óý6‡‚-«QUU„r0dE£gï>ò¼‹­¹ G¨Îü pP’}âŒä®Ë¡[v6‹…êê*©aá°Äb±•Íúœu¢ËÂÓ9½¾j‚ã 1é¶7äy[+rŽ`éFÃß©ªª"44LFö„Ãkhµµ5¢ËÂ3Â:ÐTMDqÐä/Ï»ØZ‘«p$ëLUÕÁu\÷‰3¢i(ŠóA8ŒQ\z,º,Pg¤ÉŽ Gþ"{±µ"Wá×™ÃÞAR¡ƒ!ú,(ô»_=+:w°ä/Ï»ØZ‘« ˆ3"bÈ…#ÓëPUѹƒ(‘½ØZ‘« ˆ3"bÈ…#´3 êá¬sZ-ÛÍg•þhŽ?*ý¿ W¿œ{‡Œäíô7YúñÄê÷¿üåy[+r„ƒ‡n_*þ~¿ê·òã§ Øe?@á·K­âŸOžâÁ·ÖPw(×Ç!~}]>´/{óž¾–«_^½ßŸ%ƒË kžþi%|>Ú‚ù¨Ùd×8$ÿÕ¯åùsNåê6Ó°/Âé‚IéÞƒìŒhŒºýŸÿ&gD®jk@ÛrDÊõï«Õå~ÅsÏ~ÂêjµÝ:#Έ—£|1/ž?Ë}›¹;m»¿WkrøèÖS8*½ S»}ꫬoð®C^Žr¿÷ïÌÙI£¦¡Õ.áŽþ]è{ûbjP}ü»´–¼%sùyE)öfðÕ<5.›¾—ÿp@:áû[ŸE—giå̘—Sc??KzÎeZªæñr)¤×ß…«½yôÎÆÅïþÊ쇇vÊ­?œo6Slíþ‘Ûþ°-⌴p;°:Ø1új•üýÂC<;½“qF<_ürÍѤ¦¥ï¾ºôÁÉW<Á«ý|í;øìŠKxÇ|9þô*g&ê]¿5óêÕÜõÂÉO¼Í§Ÿ}ÈkwœH’ÁW¸Ž=Ò®Ïè±Ád18ü}6²³ŸäZŸË[W_ÆÝ_ms> M—Hb×L2;G`Tf)º|ä\ìé({z–ìy¼wb:©gý@©Ú£8ý¦wÉ©=t‘}·gÄÛ™Öšê]¥pÏ<1‘}=ÛW0ã­—¸uâoä}ÿ×eYÚŽ\‰å¤çf2!<† ½[ZŽb–Íß‚qðë\{ÊPBödÆùÀ{ ×QQ› ê|o.„8«‘Єôûò=ûK®ª[ÇË=¿úNœýÜçœí^·û{½­§2‰.9¨Mz¦y~–v?kšó^Å}`fíÑãÖ÷¹ïYhj˜<(]ó¿Õ*rçÿÆúè›yïÍ1DÖåðÙ]7ñÈssÓ#¼}G'´5ïsË71%m(ßÛ³Zɺ¹óXyo¿<‚ÈÆ,úøI½hël‹ù|r' Ô±ò‰ñŒ{¬€1·½ÈC¬äÍü/w\9šMÚb¾¾ ƒZΪé³Xv=o¿v< Z95±]0³€ˆ3ßâ›[ºcAÁ›† ý&qÏ“e¤|Ù;ÜzËõLé<˜Ewgcv•­u¸ne×À¯¼9å².ú&Þy}$öþšv'^t1½þàÎ,SÛ{F<>﮺K<‡g;X·ÖÒ–IÀ¡ðno6Slíþ‘Ûþ°-T®ÞtZÁ‰ùPÐ郠ƒ‡\_m¯lFù¢™_“ÅcPJçrǹw3#p4W=| }c*·¯aI^$!íí:eZh@pgúèÇQ†0æ´+yú2@·Ž>É¡ÎQÆÂg/çÄcúÐ%#“.=8îñ•Î-{¿¿r=§N¯¬LzŒºÇfçÑ ihZ#µ`›9}22é’‘IkPí+œÏô®c€,g|ÍÂóËÃç1nHÒ]éeŸÌýßm¥¾Ùèw‹ÿw;§ë錿ױ\õE6_ñ«µ¬ÿü^ÎÚîÇPNz…÷i»†íÌ|â"Föræ¥ß 7ðÉVgû­iš>‚¬ì®dgE w[¯ê9}%soe@Æ@nø©Ø9òdßÅW }ÜTVÔ¨ná½ÕGe¯[ÅÃÇd2ø¡•{F*«æsIv&'¾—·{ª ð½3èî’ï¨çÖÓ`߯Û2ɾâ7ªv§SÊ¢·náÔ!Ý]å8û>_»g¤×ߺÚË)nÑåý ËŽæ?v!Çíë*C&}Ç]£ßm ¶ÙȽ:÷GÇÚ’—§‘¢¦Ïž%4=„{t¦ÍeZŠ·#®î;JœÑYRŽaÜèaŒœp=vbvÞ¹LGàè{®~VtþØÌ}¥Ûmè­G›©ÙÙñõõŒé×ÍyÖN¹õcÖÔ¨Íô»ãÚZyö*7ÿ¶mýK›ûHöY¿À¹¶Òé£èÓ9eÛYt¥¥¶U~_²iK®ÿ¦ ¯Ö¶íi>ÛõçG ¨ë~&côÔošÏ¢*##z‚›&cÔȱœ|Þõõ7½6ÿ¹ˆ—òìム³±ô£'yñæ+‰Êúš«Ó@=9¯^ÀÙ/ä3ðâ»xyh†²|zD ÷ÿ pÝ]_¢;ÿÞ›˜¥r;ÌñÝd¸G®U,zl ×|dgÔ5Or__+kf1í¹nSA }ê †î®Ÿ:V¶U¾áwòÔ© ¸ô®Ç™Ðç1zþõ÷̉æÊ/® ghZmÛá3Ô6Ê^Ú|¹‰ÛrË%)ažâ­Ë»bBÁ•ŒA+l±d¦žµ/_À¹/1ôʇx½ù¿¼ÎãwÍíÞ:#½êO]í¥>‹.ï]V«Ù¸`!¹á—2õ‘A„Ù Yñí«¼pó™l²MçµSãÑûSç-—4yÒ1¯õÓ"_­âjñ,yJ«…î4_fÕBgܰޙM#VÚžÉMu›'Ñö|6ÇeÉ2òÊìhª !1Ù Ë ©´A‚®utñŒ<5nZÀª2•®…°ª&€'ô$hw:Q :©ü¼%*}b<ÄãÜCóô= lŸñ4·?þsVî ÆBH£ }ki°»Ýë!>÷tê·´/oJH²¢`îörlj²×S¾œòoãyרlvìn·èôzÂ}ÙLÇ>Òm¯z»Õ‹ÍTë1‘럜D\„Ê>ç‘G຤~L¿6S‡¶µu¬ñÓV´.¿aÛ´‹þ§½Çv´Ý.ï•-õW®^uz?ÛYµÜ·®´pÖ7{/[¿ù’ëÕÚ_6ï羚Ïzrk>KòñÂFzÞ5Š81™tÒÙXúÉtV÷ŸDvˆŽÃ}æŒØl6/O„ ‡hÔ×ÕQ£VS²m³§=̯6+Æ¥ ·UáÐÀœt4Ãö%ØÔ^ô /¼»™®7Mçž3“1½»ÜÇâ_®à뛸èr3 Á ¤¦¥íu¸ö¦gN<Š¡ƒ èjã÷Ñ÷2kÁN.II@Wù;Ͼ±Ž¨IïòâM} rE£øÏº2‚pôPúu CGWzªÍFË~ŠVö¯|^@Üù1õŠXŽJ¥ü‡oyLs`³ÙhY#Zùom—ïª. ºåQNÿí n»Ù@×U¿{Å'\ÚÕ€ÍfóþÂ)y^Ënk°£j€jÇf³9;6‡óHS‡ó;Õî¼Ç–DjZM“ðv›Ý¥CÎr5VþÎso­'ò¬wxöê~ÎtŽîNð–ñÜòÂ;¬:þVºì>ëJ¿·ú,º¼_tÇžº6äh‚ÁÇ ºôî}á=V½‰¬?ê?t¬)­òrØl8š)@ó¸ZiƒÃÖL'mn­ƒÝáÑ·Û°ÙZܧþËeZ­>zz4g~]ßé:·w—xƒ†¢¸¯+s5~ŠÖü4çRoi·‘߯ܗ9sÒ“TMzš÷žB¢±ˆYןÊ­òDqÿ›¼é1êAUUÚz¡¤AçãyÏ}Šq½žrû¡ ·Îøœ‹’ @P›6sŸé¶Á‹Þ6x·™†äa—ìú¢{ 7͞ο¯¦ìòÎDtd[[2ßo[Ѳü¶ßåÍnhÃ.ú“¶®¹miôÑ®î•-õW®­tºOýö.ôûÛÎú¡+Žæ:¨•x/}¿9|õw.i9êWìß¾š¶Ç9rSüë'üiïÉ}Ã"Pm6ˆ>‰§žÎáú»â䣧Ñâéœsë±ï:ü‡õÌHîTNè?uÏ÷aÝ9õ¾û¸cˆ´J£Œ ùËÉm€OŸH¯§›G²­”F-î ‡SB’éTbÓâaÇ2ÖÕ™é92ƒÀ^²¯øuOæŠcfóÈ5dzaÌ™L>÷&ˆÇâayCþ*6ÛÌtÚón/š£Z-Ãø*_ÖÜüðDæ^ù ‹ãÏã“‹2wÇï+|ueß3ÚA«QˆÝòôt‡QêW:½FuÝ“ŽNßc»À‚¥¬-w©ù¬+]{G•D—÷©.{œeÐE3è¸txt ë*¤ûQç¡þ阷6GfÛðZÏŒàaf¤iÙ–7gDóáŒh-îñÖ¡×ü £–²tözˆ;ÌP³y ÝžcñŒ¨9v³¢ó×ë þ|z†+ÞÓֱ𡶬÷•Ìõç“C6ÝuÇ¥* âÌïŠÃK¸–é˜;µ7omɪŞ‘¶ž÷ÄÉ<ÿøxbšzÔº@cu»Ã(mØÌ}¦Û‘^ô֛ͤ‘ü_Þà‰W¿åu…Ôꃶ©]K£ÚÁmíŽvÚ ?Ãv)mÃ.ú“vxsÛ²Om©¿rm©Óú`RB !w?ÛYÍ]iq9Ó{ùÛúÍwÐîr´•î¾è«ùk{P‹ùý³%h}îgXTÓË[ $Œ»‹ÏF\ʪy3øîë/¸}Ò+[_þ’ooÍ¢pú›ü\`o%Sc\2Ì ,ûñªTÍË(ìÞ¦¯R¹èynûÀÆY¯}ÆÓÇVóÑmϱ°ÂáWxSe×ô!ćBYîf*ÞŽO5d†ºŠÚVG7ºß×TöU¿¬ßs¡£”es7Bt/2­Š÷ Æ-G=Ú³ùOtyŸê²G™9ÊYõÛˆîNjˆâ_û£cmn<÷tü¦—H)Á¤fEÀÆŸXTìh¶ÿïÙ ´+éaÊ¡/=lµÝmä®Å¦v|…1×ñçó—sêÉgsíŒ}ð;>¿*#úÜ9éCÁ›—sêIgqë÷ÎzîG>¼0ƒ×´54%”QO¼ÄÅ™9WGZV!Z +V10³ÒZnÖ\}A:gM»ÿ¯ã‚‘i„Ú·ñO Ú¢\~–/©q/Üó9ŽÓ_ç†AieÜÃÌ“nçîçŽã›{âK>m•}p ƒÏ@{þî~I㜣b1U,a§ ôMò4ÄÒ##€ª¹¯òÖŒKèXƵ'o.w¬¹êü4&½q ·DÜĹ}ƒÉŸÿ&Oþ¦1ðÞ)dš@sø®+moõYtyÿè²+ý†%ÿãåkšb$Á{üw~#=ožD¦ 0ùQçø¡cÞê§Õ0MÑV¨^>“Ÿ×te|·°ÆÒBöyÒëëg¸ãÂÛØ|áX²¬µäþü¯-°‘}ýô´xHÏã2-ð8v¯„súìrNß=–ÂÕ Ë¹Úmt, ×¬©|ÀmÄ,€c^ßBUÓg×îGËQwòý'cöÝrôÔňßæ÷½Œ°Z§½{ 0ù4žŸÏ·vþóÌ9ÿy¯£¶ÞµJ§=y èÏ3¹å<ãc”Ø SÚ~–«·°äÏ¿Øî>tg#³o&aõ>læ¾Òm‡½õb3OHîC'^å“i_’zz¢Lµä–Ú÷„ïж֜øèc¼?é®Ìð!C[e¦óägøoñƒL}ÿ®{ÓÙ¡‹ìÜŸã;Y\zÂà[îãÌ[žäõ;®%”¬³ždÜ1‰-än¦ÛÓx3ð)þûþ½\ñªŠ9®'Þó7Ÿê:íCó§®Ú¹ÞVtyßêòî“rêYöÎ=¼ŸßÖtÆ]ÿ:wONqé²uŽÁ·Žµ±×£¹ÁÈë/aÀíïòèË£ñâ°x0¤œË«ïðÜ3ïòáÃs¨‚’úqê]sãiΓUü9MKÇî¥K­ÆBC›}®¬¨h‡qVv¯hk¹Ò‘ŠÏ=#ù_p÷•_´ø±/Sç¿Jê§>lfÚ>Òm¯zëÅfŸÂ³÷òÀ«ÏpõwÎÕtÁÑdí|âC ëŒDd âÂ'näÊÁÍtàPBñð¿Ð_{Õõ/¼ü*¥%Å>#™9ý;zöî#­šÐ!Xµb¹èóıƒÎ9‰^â—ç7;æH`á¢e\tþdöOö-¼<¼¤|ɦǴrªŽt>üä ÝWt[l­ÈU8L°³åçpò›)¼8ói†[•}¢3ãO<Éç};ò¶óÆ´i¼øÊk? @PTe®«ÄíïJ×ïu®ûí€ç!î»ýÐý?3â}úåñûåK‹Î M“ñã(ìæëcƒ,{³Yí±ahÊ~œ±0tæª?ʹªIÜ¢q­åïáy÷§Ž}Öïa¨Ûbk[Ó–þŠrÝ'Ï”¶­ÌþvACn OpÇx† gdÙ’¿ÅH Ò@ÁÎHÓÛ$—›7›Õ=2è@-8äœêØgý†º-¶öð±5{½Lë0°›¢¾iÜ2›ï¶3ìöž£ÑDvàŽö„ë‰(ô Lþt“P¹ëu¢_þšè¶ØZ‘«pX`J¿œï—\Þ¡êù˜„CÎŒ‹> E‘y‘ƒ-yÞÅÖŠ\AœAC.‚<ï"{Aä*ˆ3Ò>Ö®^-Ò: ¢Ï¤¡¡^„ Ï»È^¹  NGˆ5”®™™~¤uX8#“/¸XjV¡TUVˆÒv ‚p$R_[Ë–-›øgåJzöêEdtÌáïŒHc*‚ ˆ(‚pxM·=X¿nƒ¢3"縂 ‚ †Ùl&Äj¥ò ʈ3"‚ ‚ G:EATUgDAA„#Ð)‚ ‚ ‚ Έ ‚ ‚ ⌂ ‚ ‚ ˆ3"‚ ‚ ‚8#‚ ‚ ‚ ûÑ\xµz YÈÊMzÆ\~6]-‡v¼‚ ‚ ‚Б8¢gFêWMeò”«¹ý¾ÈmÜñÖü~9BðÆMfn5hUrÿˆD¬Icyli Ú¡ê¬Õ•°åŸlªR÷YØÃ¥ì‚ ‚ ÂéŒh”|=ÐÐ0¬¡YÜ´°ºùÏŽ|tR,ÖÐ0¬ƒ_b“íв¢3 ЛÐ)`ËÿéËk êo¾[Pˆý̳Vüâ»Ðkè$^Y߸ÏÂeAA ‡à2-Eë \#æ¼}ß§Ü0ó’]9­]úÏop~(XK¡ ÒŒ‡¸Çg!( M$\¦.óÊÔ >ݞΔó:shfß]Û÷a² ‚ ‚ ¤Ÿ|(:#Å‹wR=Í Kk]}ܦ?ú?v4ýX¶…†¦`…ÌþrFw‹ÃFxÚÎ~ð;6Õíé«K˜vÅh2"ð†FÓãâo)m™¼}óŸ»”]£±††–:„sŸø‰mLøŠ×“I<@|6±& n9Ïßó"o>wS—ÕB}¯^<Žþ]œ3>¡aÄ÷=[¦>ÂÅ£³ˆ ÖÆÐK^cY¥kÙS}/_0†>éñ»ÃÄtÃÅÿý‰<÷¼ú’Kã>»óF÷I%ÂOd·)|žïpEPÀ´Ñΰ֮·°¸ЪXp×8²“"\iÇ~Ìù<5oW‹™a[–ÝŸ<6É'3‰pWCSræC³š—UAAgäßÑHñŽJgæÂ,@ï=9“BֿÓ¿4€1Ò9¢®•±£ÜZ9óï8–‰÷}Êâõ`Pp”¬aÆ3ç3ⲯÉwö|zщÜòñR í` 1Q²³Å0­‚ßî<–‰÷Á²BˆŒG)]ÃôÇÏd£˨ó”]?âÕEŒæáw^åí‡F¥óÇo3‘[X J:¨Ù4—iý—/–`3+ •²ê‹;8ãž¿¨q…Y0{ ›Šê@@êw.዇ÏdÄ53(ràŸ\7ñÍÿf²xsv̰ÕkÕïΞ><–øø8:¥EcVÅ€¡f;mVbb ¡‘]«¾ã‘³¯æÛ]Í÷ˆ´ Û?ëî·‹È-¨Æ¡X2ƒV¾ŽÙSÏæÜi±És,‚ ‚ ÎÈ>Á^IA¹sD<óâ»õ??͇¹Å,|~¹(ô¿ýFŽR*ɯ´cßþ9÷½¹°0|êßï"ç½Ó‰*¾7r°mùŒgçÔ!œøÖòóv÷Ý™„º'½ýsî¶ HæÚ7±)g#>;“p`ã;¯³¤¶uvý‰C ƒN=‡3†ÆùXÀįs)Ø>‹ÿ$8¿‰»ôGò ·1ë²8Š~žNn}‹0_å’_¸“?„ (úôÞÙÐè—\šÅóÍFòó‹)[ÿCƒš¾ã’/W°.'‡Õ³n§§ÅyïÑϬ¦4ïü8› ^ã„ n!ÓsÜ]6Oa[T÷Þæñë ääòÁÄ–ú yAAGèž‘ü;ÉY»šò²2N=ã¬Ö79ª(¬rþiív2w\ø*?¾’Ë÷>HòœR9‰Û'uçãgš* «ÔÍa-€~ ÿ9=ƒÆ^Âñá_òQÙV~ý§‚"þd3€aSÆ&`l&z·¤ësç°€m¼8®/ºç«|Û*Ulî¿ÕoöïÞ¢g3&ÓÀ´vªKêДºÎBÿFŽÊ*û}J€¤ odD´™@M EÕ06­ÿñÒ…Ö€¦[Ôêíî_¸Ý¦j®¢wé$2Ü~4§ÓÓêa"ÉxÛáŽ` 0vT‡3O:“àPhÞ<½³ÎY`UÕ@ñC.ÞUÙU­Ez¥?ÞÄ%/ÿIéœýà Œ‰Ìã£;Ÿà—ª¦H½…õTÔöäQAoÒ7Uš×bŒ5F,’ ‚ Gf³™ú†ÿµ…¸„xqFrÖ®¡GフÁ`@Q­Ö¨YºC:³XM9e±'rãMƒˆ2€½r;ÛÕxR[g×ÒÅw¼û [ƒp°ë×ù½ Ò ó-o®“b¶fŠX¹ºûQIèí¨…ÒÜÍÎý3™“¹õê)d¨«Y÷t“3ÒVØÖ3FíÏ£/Z9º‚ ‚ Ga 4ˆË–òÎÈë7WV”D`p0F£Ñ³#h”78‘³tQ{ÇÍLt4£¯¹³’  3ìÚPS\Òé ¼$ ¨ç×›CÖù_Q w—u³`L™Äý“cKIB\'Ò'~sˆ×Q IDATØìÔ+cç³¹ÿìÀÆßOZd ±±áDtêÉÙïmó¸QÚŸx÷/õÌšÔ™øN‰¤Ÿó)%€á諹°›ƒrñJ`7&ôÓ*]׃ÄäND¥œËÌ2#±ýú°îAF ͸/ã[ý ëÁþ7yAAZa·ÛˆK ²¢üÏësFTUMÃ`h{2F­-ŹOÜDëø¥€Þ7óñìùæ‘„)€ÎD°Ù匔ÔâPÂñäO|}ÏÉôŽ1‚Mƒà.Œºú æ½3‰$ ‹dÜssù⮓ék‚ú*ªm`‰ìLïFdtQÿâ<¾º÷4úÆ[€Fêê5zÓêy^äO¼û™€„•õ€•¬‰÷òÍÇ—9ß½â\¼¡Oâœ7ßáêc’°uUb¬ÔÔØ 9æ >|ýâ-TnXÊŸ‹ÖPb '¹×± ‰7µ¶ÿ&‚ ‚ B+4ÕÙçVUõÏ«âá ¿öª+ê_xùUJKŠ}F2súwL¾àbª*+¼ÞóõŸ1bÔY:³¯¨žË¹é§1½.€‰ßäòá¨`‘‰ ‚ ‚@@` ½÷Žç£\TVV0oÎÏŒ?ñ$ŸñíÈÛÎÓ¦ñâ+¯ý4u@ P ”¹®·¿+]¿×¹î·@eÏ®`M'U%‚ ‚ ÂÁ@œAAA ²"ÿp%x4”‹AA„ÙAAAœAAAÄAAAgDAAqFAAAÄAAAœAAAqFAAAgDAAAœAAAÄAAAœAØÇhU¬x÷Aîxåêf>ê73ãýù:\Ÿ»øù¡‹¸è™•žóÕò~AA„ÿ³wçñ1ûÇ?3Ù5Ëd‰¥‚¬)JH‚„PEs‰ZKì\ªUT½-WEµTjkµ¥½–âÚI©¥­k)ZûÏÖV¢•’È"ûdæ÷G‚ˆ$³$QÑïûõR’yÎs¾Ï÷yÎô|gΙRŒ<ç×YçY5:”†Ž*líT¸¶ÿ‹¹ºN†O3=Еúý7ÿ½Np R9ºâC–îN$ÿ/ A“z„9=‚éGüüûqÚº™ø³ihôiÿ—-¶lŽía×ÉdžúeSÖXÿ®ÇŽB!ÅÈ“zÎò+»çâÅç롲SakçŽ_‡!ÌÚz‰,mUï=—sóðÆ× z-ÞÈî=;øÏ¿#©g®+»ÖÔõñ÷¡3Rö=>êDV÷…eãØöã— ¨kV¹í«ZÎE>Šê͸µ¿‘÷´ÏUYc•cG!„ø[0­…HÆqb»½ÄìSŽ´ö&‹ßöà™¬_ù߯eÌÐ’­¯oc×ô`ì«ê¤¥ ™ãß\żÍ:&÷k­¾Û™{0xÕ>Ë:{Ì«Ú^«Žé芵I´UOŽ!„âo¡¼æ˜Í©÷‡0ûT-Flýÿ7Ž=^¦Ç«¯óÁÆÃìSŸó‹†1ãÈ]´Ù§ˆöQá5éäƒû2¾¡§³Š e×Qßû:‰ýs£h]ß[;5ý#ˆÙvR¯¼Òæ‘yßô¦¶]ÑeZp5‰kñ|líTØ:zÒvÔ§œÉ,z«Fý+q­U¸ôÝG€&…C3{äãVØÞÎ…ÓŠâ4$€‚Ž,M¸¯kQ_NÔmÜ–>Ý¡Wtį¹E|tWš{ºaW4nßÎLÜpœâ±äþÆ–·»ãïZئn«!|v­¼)Õ#6}÷]’:‰ýsѾ¥nzä±¼öš[ÄGw¡™§ûýjböÊ9ŒèÔ˜šv*lUõi=t§3µ%ú,c. ×Ë ÷a§¢É{ÈÕy¨Tb^ Z:Öѽõ7Šö>5 Û¸ðêšë÷/ã{d¬%¢/A;/碘º2~õYîÞÛ±kFW¿ú>§<®5.„BH1òeždéêÌÚ¼Í[!ö¬´£õ›ÿ¢½ÅMþwäÁI‹NYœœÙ•ˆØK4‹YÇž]kyç…k,~µ .”}Êg4—oÿÀáÃ?p`v j`‚Ãó½‰Yº™=ñ;Y7+Œ;ÿOÔ¢‹¥Ÿ´iÒ9»sgTCY¹y;;6­bFŸXO6?¿ß•ŽÑ›Èí0O×mdóW³y1ÿgv÷»÷ièˆ_“É•ï¾ç’Ó>Ù¸™ÿ®[Ê›¾—X>¬ /]T£Mçû©/1`Ñy¼ßXÊ×›×òA¿hr+8ïúì»Â󪣽&“+ßýÀe§|úßmlýÏDäý—Y–8‘•›6²ff(w¾~‹¨÷Š}úÔo\‘ËÙø>̦˜WÆñ¤×þ Í£®ã ‡3s»ÑiÊn¬"góå¦M¬[<žÈ–.˜é=ÖNÏéFçiûP½ºu×0³c&k^ §ÿê„¢“{cÖŒýV£âB!ž.OüeZ)¸ ϶mRêeXJUcB=`ßåsÜÊï ×%TÚ”Ä.½Œßô“ÌæÐê93ŽîŽdí–_xÓÇ»Ô?S»úøúùaSìw5¼:ÓÓ«è‡^äl]OÔþ3¤OöÁ¹Œý[>ÛŽÎaÁ÷ûѦì4(íƒÄ.:ó€-l[Ø; NàjìDÖ”]…^ñ[Ö ¡S‡Pl€vM4|ë=šm‡n2Á».&)û™ûÅ jÙÇçSšaÐÆ´k™T ó_Þ¾M ×ñJÃÚO´,Š!˜Ž¡!ØBß°¡ï¯„ôïK7Osõ#sË&FÆãöd_ÜÒôíS÷¸,œâëçW˜ÓJVþœz|”¿ŽœÒ0kÁ9jÝÍÚ™X?\W—>ÖU€6õ±‹Îã2dkÞnUØGØ Ø_kÂØ9ûÊ,ÌŒX3úô[ÅÏq†Ä+„BH1ò˜iµ´€B©(ó„Z¡P¢Ð³ÏÜG9Ÿ 1MqŒyø1»kÉ䃞¯Bç’¸s“g¯aß™ßÉ4µÁ&OYäiô£¡ñä&þ3Ù–´ìÞ¬°1šáñ+Ux;Á·7ÒPê'¸œgI@¯*9i.oߦçÑÙÀöîž8º5Ä‘Ÿ¸‘VôOJÜëÚÂOId×§®qñ˜óª6øø(å&áL–%Í^ò{¸1d¥õѼËsúP:ø²7ì;Âé;\ŒX3úôkÿ×Í…#B!¤ù«t𢑠lÿþ<éo6©ÄÉ·6ã"ßýÏ„ûâd(1U€:O]^…ƒZÏßÂ ë‡ 3U]jè[ÞåéÕwé½ÞçóyA¸™ÿÉž7"™nè§{V ((·úRè΃qñ›bnÚ‚¢jEQ„!cÖ#6½ömp lŸôè>LÌP¢E£}ÐÖÄL má´Ó§®q=u®£¢¨Pá¬-µEñÇŒY3úôkL^«j !„RŒšÁîlgŒhQxÙ“©ŠºöpûüR5-°*åÒ. ÷fxšpúTnCšckäIRÎÕC\ćéS†ÐÑÃ È ©–ünX?†ÆcáÞŒFæ‹øiï%²Ãš–þŽ„y¨Œø-jâgµ£ÿ=IzXýr©GlÆÐ™Ç¼âÅœíÕUƒ>}*-°µ€¬;YtJZIy5t=êZGîÍñ4_ĉç¸Û¾ÄeZzŽõÞ:;±ó™íy@“ÌÑ¡Vü(=½ú5&¯U´Æ…B)F5Bà¿–1âÐ?XЩ —ÞKï`l²åðú˜¿í* †obFMa‘bZ‹Ðž~hßaÔL-#ƒÝ°¸s˜Ä<¸÷©­ ‡öL^Ÿð%ècó6#Ã=±Ëÿ“KWLÞúzÞ)lY¯%õ‰eÅŸáÕŒš–™œ¿eøæÂ!”‰ÝyiI?«f0ô;R~Þ̪‹@ë{3«;•¿Â¾1c}™Ó‡˜¿Ãë/ù Ê¿ÊÉÛ€CY«NwlÆÐ™GS[j© ãè¶ýìG¤¿ŽöÊ*ˆAŸ>ÍÝhæWƒ´í³øðë =s›ß4ôë˜ÇâÖ/0Ýa%×v÷|ä]ÂÊÊ«¡ëQ×:R8„1e¤÷£ß3ÿbD¨5²þàf6¼Ò®Œ±vztMãM›¹ä<“Q­lIØ5èxh»`4­Œ+õê#òZEk\!„bä/ thÇœýðŸ9EŸ½EÔ‚Â×PŸ{‰±Ë¿`Ò+~ØÜ?É3ÇsôW|ž4†˜%cè3À —FAôhP£ðÓ¸Ö´œ¾‹-NSø×Ò) ˆË¬©<’fƒõ/F̽DzfñïŒÆ+_~n¹­+#\±T ÿ¥K†Æ£°%ø½¬¶zƒióG™ vž-¨ûP;Ýy0­”ø­h2y;ñÓ˜¶è_ \™ (°vó¥CP-Jÿú@=æÈ¨jDW]èòîDB†.dü{]è¼þÅJYšËRûP»˜!'1gh$(ìi2ì3º·w"3ž©éT8?U•WÇ ó8PXÓâlq˜Â¿â&Ðoa˜9Ó|Ì:º‡6-}¬ë=²Î¦lc»M41ý“î±X֤ς=ÌŒª‡ñ_S©O¿ÆäµŠÖ¸Bñ”Q”ò·0;zT΢%“’|[g'»¶o¥Ô2ÒÓÊl³ùëõ´ mƒ£cC.àæº<7⯬ÚÁüîX)d"Q'°¼]c&9¬åúÖõÿbFQ}¤îæïÜýð ;úºÊ ­B!ÊdU£_}ñÝ{ö*³Mzzöí¥s×—uöw#1Ë—³8né —ÂÏÄÌÒ;E’‹ý;½èñì¢öj Ððà%om5<Ÿ1ÁµÇ>î¦ÁM©åÄË£â8-‹N<ݲ.à’M'Ætt‘BD!„O…êùÉ‘fµ‰˜{€N~æÀ79‘Òg3™Lñt«ñÂlN](@a*¥ˆB!¤ù‹)°¬À‹xQæLë0âûTFH&žjJS¹ýY!„Oѹ¤@!„B!ňxräüÂÎÕI*x²ÃTÿ¾—Õß$Þÿ ‘ri3øùóéLŽ;‹Q·üÉÞƒ<ÿ4É-JÙ¿pðûDrŸÄ‰¨hn…B!ň¨è üi¦ºR¿ÿæ'÷$^›M±=ì:™LY!jR0§G0}b∿‘ÿ'<ë;?"ºg0½Ÿ"C×7¤rtŇ,݈Q£*HåÔÖÍÄŸMã±?vÞ¯|9¼ݺt`̦ä?i뺢¹5d­–6ë<«F‡ÒÐQ…­ —>ßšô_úyÔ¤Å;?W^¤Çñ#„B)Fþ¢lZS×Ç߆ÎX<©™Í¹ÈGQ½·ö·ÒßMP'²ºÿ+,³Ƕ¿d@Ý'ù“Ìñ¶“›G¢þ°;ƒ7Ý|JOs8;w³òßbÏŽQÜšEÜå¼§]—µV‰'—sóðÆ× z-ÞÈîøÝ윈µ¥3 }ýðyÖºò¾hP×ñ#„Bƒ˜J *óÜØƒÁ«ö1¸Z¯wz­:N¤£+ÖÕâ^i3\æ°åçAÜ1«ù”~»µ%¾ã6sÄÜ SøúÈÔÖæßu]2ž‚dŽsó6ë˜Ü¯}±ïØ bÆöoåyI!„x‚=ùïŒhnÝ…fžîØÙ^‚Q;p³WÎaD§ÆÔ´Sa«ªOë¡+8Yì+ÃÕIìŸEëúöØÚ©¨éA̶ë…×ÛknÝ•æžn÷ûtñíÌÄ ×ȹ·}ö)¢}TxM:ùàŒoèé¬"hÙuԥŪþ•¸Ö*\úî#ÃØØ5·Ù;5‚–ÞîØmS§y$S7üYÅ¿½ ™Ã‹GÐÎ˹h|]¿ú,wïµÑ¤phfo‚|ÜŠúq¡Å´cùcYXáþíT4yïBa^ÔIìŸ;ˆö-}ps(‘³G楒âÔfqaõtðv)짦íß9Qgy•˜cûÚ>øµøÇÃñæþÆ–·»ãïZ_ÝVCøìZÉ9+gèÃí+°–ÆM S£Â}ÔÂÌÅ×r%ºÖueäVŸc°¬µZ2mÙù÷Mojµsp€»wå¦â…WŠ.S“¸vÏ×q(\OŽž´õ)gî{ˆIþ_"„BåÉgD“É•ï~à²Ó›¬Z†cöE6L{‹Yö:n+'ÕF{áK¢cÞ"Ê#ˆ#1¾XÅÉ™]‰XlJÔûë˜ç«áÔ'o1ùÕ^Ø9Ht£L®|÷=—œÆñi\[ÔI]Cì°~87>D´·ù_»æ.—ä‚Ã8V.jƒCÞ_;‡Øaa\Ê?ÊÚ~µ1%‡ÓsºÑyv¡²®•-‰»çóZ8WµÇØ8°¦štÎîÜÃÕXV.éD-m™5`Aá£Cär6NðÃV.˜ëÊ™E‰±UNœš+ËôÚ”£>b[/¬Ò~áºEmÌ€¼rCW¼Þ¹|?õ%¬Tóâä¥Ìm©âÎÏÿåÙNj ÂÀ1?ÂМUÕZ®ä>u[›^ñÜp >ºVÿ(ýÉ,h.»>hÅ3€©ª>58^¢… Ï÷&fé`ÜÌHýé ¢''ª^+þ7Å MEbB!ÄÓYŒ±¬LÇÐl!€oØÐ÷WBú÷¥›§9„ú‘¹e#ãq{²/niˆ]z¿é'™?Ì3 ÕsfÝÉÚ-¿ðæDË¢>CèÔ! ] ßzfÛ¡›Lð®[©‰1$v÷ûۄйc6@‡ÛáÀk³–s®Ç üs»è<.Cv±æíVX„½€ýµ& ‰ý˜³¯Ì" èVËgÛÑ9,›{Á½­`áÔ_??¬î_¦ì,?g>Þ¥žpU4N¯ÔR°!¸]GBš9¢$€÷B-ç1mJùs<Îåÿ˜ûÅ jÙÇçSš޳i×2IÏ>Ê3ܾjÖr%ö©sÜû+ž[ŽÁ’kµô·%ÁÔ®>¾~~ÖúÝ’-ÔðêLO¯¢[x‘³u=QûÏ>ÙçbkÚà˜„Ba”jy»¥[CIåFZÑíÊJÜëÚÂÝ$2 ÷ÆQÎgù˜¦8]Ja['’ÍwáöµäR?íG©òÀÛ îÜH+ë\ç±Ä^úY–+¡Ý} á0çÒ4ä&áL–%Í»wÕä¶êÁ\wÎâÕ6¾Ô²WaëÀkßk 7‹¼2™Çõ¼ „Bü]UÏØMÌP¢Esÿx&fJÐhÑj­-&´ž¿‡AÖÅ6T`¦ªK ’JM…¹ h ŠÎJJL ÎS?ÞØË PýC[ømᦷ¡Øc†Ò™3ý§e#†o8Oø¡µ,ÿh!ã».fNïÏù6.‚Zåúß“¤‡µ)uq—±V•sõñaú”!tô02Hªe¿ÐI%Ç$„BH1òR8´gÊðú„/@›·î‰]þŸ\ºbBøðîÔ×§°0­EhO?´ïÆ0j¦–‘ÁnXÜ9Lbåãcs~ø÷VÜ%¼¡9 {1uwÍf§±(¬Ú1uŒ7mædóLFµ²%a×<¢ã¡í‚Ñ4¶*çdÏÜf~5HÛ>‹¿ž@Ð3·ùMH¿—tä̼jâÌ¿±›Ovfáåÿ,vš?9vü&˜ûâh©,÷1slߎ˜±>„ÌéÃ?Ìßáõ—|På_åämÀAÏuRr̦¶ÔRAÆÑ lûÙHãröØ×²¡}êˆ[Q¹Õ'î²Öj'ãriY¯%õ‰eÅŸáÕŒš–™œ¿eàW4–S—zr»B!ÅȽ³%kZNßŧ)ükéÄåÖÔ I³Áúž$šã9ú+>OCÌ’1ô™`…K£ z4¨Qõ7ÛXäptáHâr@åK÷é[™7ºQÑ S¶±Ý&š˜þI÷Ø,kÒgÁfFգܯ)T¨‹]Ì“˜34ö4öÝ_ªg\Î*göíŸØ±`!“ ﬷iÆëŸ.¤›³õÏe?ºæØŠ&“·ï0i‹þÅÀ•¹€k7_:Õ*Ì‘¡ëDéB—w'2t!ãßëBçõ/VÂ:{k¹²û¬‚ܲV;Ö3*•æÞcY³øwÆÆN㕯 ?Œ×ÜÖ•Æ®X*@¯ëË9~Ìò?!„ÂàÓ’RþV&cGÊY´äcR’oëìd×ö­ôBFzZ™m6½ž¶¡íqpt”¬—Gý+qmx·ÞF®þ§ýƒO’8…B!„ž¬jÔà«/>£{Ï^e¶IOOãÀ¾½tîú²Îþn$&°bùrÇ-ÝäRø­™@:p§èOr±§=ž]Ô^ ¼¨UÊT !„B!þ RŒ!„B!þ¦’‚'mFžeôáTFKœB!„â)'ïŒ!„B!¤BT‚‚?Ù;c0ƒçŸ&»´Ÿ…B!¤y̲òzõÇ©¾'dÚlŽía×Éd Šÿ>ç4Ó]©ß3IOpü†ÄYÖX«2OÂ\VJ1’Ê©­›‰?›VøÅ|%®në[!„RŒTfXš¹U5þj²œ‹|Õ›qk#ï¡Y´¦®¾ ±x’gÔ8ËkUæñI˜Ë¿3½r’ǵկÞ¸6¶v*líêÓjÐGK•ïCB!ª£¿Ï ì¦v¸«Ì±¯£zúmîÁàUû,qŠ¿ÁS–ª?Ý¢»ò®·#¹?-çµ ÓèÄ©ÙÏc% B!ª•êñÎHA G–Ž&Ü×µèÕP'ê6nKŸŠ®Ï>E´ ¯I'\‚•ñ =U-»ŽÀÌ_ü;~C´>ÛhnÝ•æžnØÙ©°µSáâÛ™‰®‘S<>uûçFѺ¾=¶v*júG³í:¹¥FMâÚA<_Ç¡p,Žž´õ)g2µ7ní}j¶q àÕ5×É/zøeaÔ,ЧÉ{ÈUÿJ\k.}÷‘q¿d/A;/碘º2~õYîÞÛ¾c{$ü²Æªáöî‘xØy0dÇ­¢Ëƒn²éÕzØ5ŸÎÉLmá%S›Å…ÕoÐÁÛ¥pœ5½hÿΉ‡.£{d¬ºògÀ¸íû ˜K}Ö¥Áq2÷rØ…fžî÷sX;p³WÎaD§Æ…ñªêÓzè N«Î>+0/Åž²ZàõW_$¨ù „ OÿúüKòƒÜ!„¢Ú¨odóóû]éøþ5¢¦ñéK>Øüº YÿÝïä¿å¯ç«¡6„.?@¨!»Ödrå»ï¹ä4ŽOãÚâ NâèÊb‡õùñ!¢½Í,NÎìJÄbS¢Þ_Ç<_ §>y‹É¯öÂöÈA¢},Jtj‚Ãó½‰Y:w'3Rú‚èI㉪׊ÿMñÁ‚ÎÌíF§Y7;›/Cëaš’HN€ f$๜ü°@•‹æüQb9œžÓγ“¸u­lIÜ=˜×¹ª=ÆÆu0Õkl%ékÇX–õû–ÈצҳÅžÿnoìpeâþ·húŒ‚’g‹yW–3èµ5(G}Ķ^>X¥ýÂu‹Ú…Åb‘GǪ#ŒëѾŸ„¹<¯ÇÂÔgƒ nß(“+ßýÀe§7Yµ, Çì‹l˜ö³&ì'tÜ VNªö—DǼE”GGb|±Ð«Ocç¥ÌŠŠ›ñ ù"±#—b-ÏçB!„#•M{ç ±‹Îã<` Û¶ÅN¨¸;‘õ)Ëz!têŠ Ð®‰†o½G³íÐM&x×Å$å±K/ã7ý$ó‡y`´zÎŒ£»#Y»åÞôñ.q2¥ †WgzzýØÂ‹œ­ë‰Ú†ôÉ>8¥`Ö‚sÔº›µ3Kœ`½TnáÔ_?¿EX‰“|mêbÇeÈ.ּݪ°°°¿Ö„!±sö•Y˜é[ÉÅ¡Õ5ÖÉÞ´ŸµŒûz0j˜9~'vã>i?j”š×‚ÔR°!¸]GBš9¢$€%Ú<2V(7Îè?®’}kSvþõs©Ç§+蜇ñÊŠm?Ѳ(‡Át Á†ø† }%¤_ºyšC¨™[612þ·'ûâ–¦oŸ†ÏKY…Èïÿ}ðÑ?ÑmÍ6ÞmaBžÏ…B)F*[nâÿ8“mIËîÍ ‘¿˜Rå·|{# 5 ¾q”óÙÓǘ‡ÛÚ]K&JœÀæ’¸s“g¯aß™ßÉ4µÁ&OYäi 7ág²,iö’ŸÑ¯ôÞë£y—çô¡t"ðeoØw„Ów4¸è[ÉÅ‘«ÏXíÛñï¸>ìˆü’jaÿ¸²ß¹²j<ŠIᛘÐÇŸ ݆0räú×ÁªÜy.?úÌYY‹>÷ œKãât®àöîän qä'n¤}ΕÒ÷º¶ðSÆõ©ï¼”Fs{kÂÝè IDATãÆl¥áÜ™ý¢«|{«B!ÅHÑjå¾ì©PbªužW³MQÊÌM@[ ¹ŸZÏß ⧜ ÌTu)ùž@ÞåéÕwé½ÞçóyA¸™ÿÉž7"™~ïÒ{­máæIZ©}(Š?¦ÏØJ™ cÕÞå¾#$c ‰[ùωI4 ¶+}8–¾á<á‡Ö²ü£…Œïº˜9½?çÛ¸j•¡Îü3.CÆWÕs©ÏºÔgBÇ™ôè6&f(Ñ¢Ñ>hkb¦¶ð5¦O}祴b$/§À>t —BD!„b¤ Y¸7£‘ù"~Ú{‰ì°¦¥¿Ênª¢®=Ü>…TM ¬ô¹-ߘmʈÏÓ¼€Ó§²pÒ['ž9Wq¦OBG3 ƒ¤Zðû½þšãi¾ˆ;Ïq·}‰K{”ØZ@Ö¬r¿/¢v ~V 9±ó™íy@“ÌÑ¡Ví•U4V-ißOgØÇy Ýü=A«:1dØ;t92ŸPUûTXñlÛÁÌjÛ!KÂi:u.ÛÞî—ÒǪ+z)#OÄ\ê±.uÆ™W¼/YØë±½º Ö†Úøy)õðu‹$nc¤<ƒ !„RŒT-…C(ºóÒ’~ VÍ`è v¤ü¼™UÖ÷FQ‹Ðž~hßaÔL-#ƒÝ°¸s˜Ä<0)säFlSj|í™2¼>áKÐÇæmF†{b—ÿ'—®˜>¼;õKÜ}kY¯%õ‰eÅŸáÕŒš–™œ¿•_¬¿0¦Œô Ãâ~ô{æ_Œõ FÖܬцWÚ¹Ñ̯iÛgñá×zæ6¿iéשDLöí˜:Æ›6s2Èy&£ZÙ’°kÑñÐvÁh[w©k¬Ïæáß#?Aµ•wC½±ö]À¦æƒõn$Ç> Á®Dù7vóÉÎ,¼üŸÅNó'ÇŽßs_-•`^úX_ñ(?z)£ï~/=sÙE÷ºÔ¹æLm©¥‚Œ£Øö³‘Küì¯c{eå¯ ½ú,k^ºÔ+qyœ–ôïÞ¤U·¯iðál\ï¡=B!„#•XØüÞNV[½Á´ù#ˆÌ;ÏÔ}èìÄÏÑ_ñyÒb–Œ¡Ï<+\Ñ£A2>¿Ø˜mJ‹Ïš–Ów±Åi ÿZ:…qù€5u‚GÒlð£'°æÞcY³øwÆÆN㕯 ?´ÔÜÖ•Æ®X* ûkñÎN¶8Lá_qè·°Ìœi>fÝC›»˜!'1gh$(ìi2ì3ºw¬W"(+¦lc»M41ý“î±X֤ς=ÌŒªÀ‰[¹c}‰ìßdEz> .¼¿Çµ³gòü›ˆ~ˆ)^w§¾ý;,dRbá]Û6 ÂxýÓ…tsVªÒÇÚYGþ´úŒ£Œ¾_ª÷×ÏåKõt¯KkÎ….ïN$dèBƿׅÎë;–øùEƒÆYÇ¡ób^Ê»pZmá!„BT_ŠRþV&cGÊY´äcR’oëìd×ö­ôBFzZ™m6½ž¶¡íqpt¬xÔê–·kÌ$‡µ\ßú"¶2B!„BÜgU£_}ñÝ{ö*³Mzzöí¥s×—uöw#1Ë—³8né —ÂÏÍÒ;E’‹ý;½èñì¢öj Ððàåc­R¦J!„BñWbD!„Bñ—¨žŸŠiZ‡ß§2BæO!„BˆjKÞB!„BH1"„B!„bD!„B!¤B!„BH1"„B!„RŒ!„B!¤B!„B)F„B!„RŒ!„B!„#B!„B)F„B!„RŒ!„B!„#B!„B)F„B!„BŠ!„B!„#B!„B!ňB!„BŠ!„B!„bD!„B!ÅÈã£ÑhÈÎÌ"-5;É©¤¦¤r7=ƒœì´Z­ÌößQÁŸì1˜ÁóO“­Oûœ_عú Izn_²½B!„øû#y¹¹$ßJáø±clüz+WƱbEÖ¯åÇãÇHOKGÿ7;cÌ9Íô@Wê÷ßüäž,k³I8¶‡]'“©’ R9µu3ñgÓÐdåõ*ê=òHq¡I=œÁô‰‰#þF~éÛëjÿ´æQ!„BŠ‘Òåæäró÷$6o^Ïí”[t‹èδwþÍ´wþM׈ôçMÖ¯ûŠ”äÛ(•&:NêRØô¢ [ßÑl»©~ø±ü«,h©Â±g<Õbv­©ëã‡oCg,žÔ™Î¹ÈGQ½·ö7òËͰ4s+ó‡­NduÿWXf1Žm?~É€ºfåwchû§.B!„gZÝ ÑhHOË`÷îí4mÞœÐöá=îÑ ! òíÞx¶ïØÊˆQ£Ñj5º/ÛºñzÖaßîÉ4³VTÏä˜{0xÕ>Ë:/¶âípW™c_Gõðâ7u§×ªãD:ºbm¢O?¶B!„¨öïŒäfçpîüœ\œ)DŠ ëЕJʼncbªG æLÓßÞ'rÌ&~W—ÓNÄþ¹Q´®o­ŠšþÄl»Nn©•ÓmöN ¥·;¶v*líTÔiÉÔ ÿGÖýÚHMâÚA<_Ç¡°£'mG}ʙ̢Ú,.¬~ƒÞ.…×ô¢ý;'J¿ŸAý+q­U¸ôÝWøNŽæñÑ]hæéŽ]ÑþkböÊ9ŒèÔ˜šv*lUõi=t§ïíO¯˜‚d/A;/碸9è˜C]íɱαÞ">º+Í=Ýî÷éâÛ™‰®‘S"´’yB!„x’UûwFòòÕ\»z™nÝu¶ iËž];hÑ2u¾ŽküÝ"‰›È ÿÉ€%~lëGeqrfW"›õþ:æùj8õÉ[L~µ¶GícQ¢¹Ë¥¹à0Ž•‹Úà÷Ç×Î!vX—ò²¶_mL1ÁáùÞÄ,Œ»“©?}Aô¤ñDÕkÅÿ¦ø ¸²œA¯­A9ê#¶õòÁ*í®[ÔF¯‹„4™\ùî.;½Éªea8f_dô·˜5a?¡ãf°rRm´¾$:æ-¢<‚8ã‹…^1çpzN7:ÏN"tâBÖµ²%q÷Þ˜—Ò³e½:w Ãèðb;Ü#xmÖrÎõ˜AK5¼:ÓÓ«¨q /r¶®'jÿÒ'û`š@ 6·ëHH3G”ÐÂÀœYÖ ¦ch6„À7lèû+!ýûÒÍÓBýÈܲ‰‘ñǸ=Ùw=böÏ9@ì¢ó¸ ÙÅš·[a ööך0$öcξ2‹€¢jÉòÙvt Ææ^0EoeX85Ä×Ïï~Á§MÙY~n'Z–ÞŸtÎáx¥aíïÅe@ŽÝÒôí3„NB±Ú5Ñð­÷h¶ºÉïº÷ä’yB!„x’UûË´ßΡ@ÿMÌ©µœ=î°xP ûSþœ¢ÜG9Ÿ çbšâXtiŒmH6ß…Û×’Ñëó•L] íî ‡9—¦rIÜ9‹WÛøRË^…­K¯}¯Ü,ò4`Õx“ÂlìãOëWßfÕw dWàS‹-ÝâH*7ҊƦ´Á½®-ÜM"£@¿˜sŽp&Ë’æ]ž+,D”N¾ì ¿áôÁqUJn«`?ÆÄ¥+ÇÆô©Tyàíwn¤¡–ç1!„BTSÕþSSœœœIL¸ŽGƒ†å¶ML¸N-WW4†|çˆIMºÎÿ„Á­»3tR#ú?A×jÑbBëù{XdýPÁc¦ªK C *-ä]þ˜^}çÞë}>Ÿ„›ùŸìy#’é÷B¶lÄð ç ?´–å-d|×ÅÌéý9߯EP˘Ù41C‰öAì&fJÐh)/MÅcmá_Š’e_±Ç ¥3·I•³€tî'¡âqéʱQc5ÅÜ´yB!„#ÙÌÌhÔÈ‹C÷ë,F¾;tÿç›RP`ØkÉJûvÌüôŸ|ûâÛ,Lž-ü½…{3<Í 8}* ·!ͱ5æC·4w8\àe§$ç§C\ćéS†ÐÑÃ È ©–ü^üÕŠgÛfVÛ~ YNÓ©sÙövFÔyLÓY"f ‹@ü¬rbç92Ûò €&™£;.B­(Û—óœÒ[ Ⱥ“õÐ÷xèÌ­¡o”QYéÜOÞÃÛWz\•ÕgyB!„b¤ YXZð\c.¬?ǾoöÐ>¼S©íöí'##Z’—›cà^ØưrÌN—üƽ;Ní™2¼>áKÐÇæmF†{b—ÿ'—®˜>¼;õÍKï-ç‡yoÅ]š“°wSwçÑlæp[õZRŸXV|ðžQͨi™Éù[.ÔÉ¿±›Ovfáåÿ,vš?9vü&˜ûâhYµWÜ•³ÂªSÇxÓfî@9ÏdT+[vÍ#:Ú.]8®²N¨ÍÝhæWƒ´í³øðë =s›ß4ô{IGnõ®©-µTqtÛ~ö#²‰ãC7ûëœÃ’ÛûWR\†Ä OŸeäqP—zò,'„B)FªŠB¡ÀÚÚ†ˆˆìع•„„ë„´iwÿ†öÄ„ë:¸Ÿ»w30`0ê|Ýß1Rꎬi19Žá›»ðY±ßµœ¾‹-NSø×Ò) ˆË¬©<’fƒË.F°Èáè‘Ä%ä€Ê—îÓ·2ot£Â›Ý½Ç²fñïŒÆ+_~¸¬¹­+#\±T€úöOìX°I‰…w~Û4ãõOÒ͹Šoÿ)/f¬˜²í6ÑÄ|ôOºÇ`Y;> ö03ª^ùŸô¥P»˜!'1gh$(ìi2ì3º¿Tϸܖ¤t¡Ë» ºñïu¡óú±+1¯åïçÑí+%.ƒbЧÒó(ňB!žèsùRþV&cGÊY´äcR’oëìd×ö­ôBFzZ™m6½ž¶¡íqpt¬’(•&(M”üxüg~þ‰¤¤›¸ºÖÂ?ày^hH:µú/¼ÝWý+qmx·ÞF®þ§½ÑŸ%1 !„BˆòXÕ¨ÁW_|F÷ž½Êl“žžÆ}{éÜõeýÝHL`Åòå,Ž[ºÈ¥ð3Q3tàNÑŸäbÿN/z<»¨½(4pÿ–b­éÓ’p¦­VCóZÐ2°J¥P Õj)(P“—›£×;"¶v*½÷™ž–*+]!„B#™>MƒÑjµ¨óóu¡¡B!„BH1ò÷Êö³Œ>œÊh‰Y!„Bˆêÿ¥‡B!„B)F„B!„BŠ!„B!„#B!„B!ňB!„BŠ!„B!„#OFCvfi©iÜIN%5%•»éädë÷…‡O¥œ_عú IÕ Ö‚?Ù;c0ƒçŸ&Û˜±éÚ¾:åBÖ¡B!¤©>òrsI¾•ÂñcÇØøõ:V®ŒcÅŠ86¬_ËÇ‘ž–Ž:ÿïu&¤I=œÁô‰‰#þF~Å;Ôf“pl»N&S%™,HåÔÖÍÄŸMC}”ר¨?öÈ#ÅE©c+¹}Uæâqä1ç4Ó]©ßó“{¯ÇXž¨Ü !„â‰òT|éanN.I$±{ÏvœœéÑÚuê˜pC÷saÝ9""zàêæ†FSÞ™]ßD5#ò¿·$Iõ,MC_aÌ”qüÃëÕ!)êDV÷…eãØöã›´u©„©Î¹ÈGQ½ùo·où©©#VU>3,ÍÀÜʼbc«Š\<Ž<*­©ëã‡o]g,žÔ— tåI˽B!¤©L†ô´ vïÞNÓæÍ mþÐã âÑ !ßîgûŽ­Œ5­VSöe[Ú2’nCí!¬üøj+³¸uå(_/ü€¨ÿ1ÿØf†=kV fÖ^«Žé芵Iu]v¸«Ì±¯£zx¡:¶êš s¯ÚÇàjý ó¬C!„BT™j™VnvçΟÁÉÅù‘B¤¸°Q©Tœøñ8&¦zÔ`vhѺ­ƒÛ1h*ŸnœOî÷,Ýø yê$öÏ¢u}{líTÔô fÛur4·ˆîJsO7ììTØÚ©pñíÌÄ ×ȹ×ö)¢}TxM:ùऌoèé¬"hÙuÔ÷ûéB3O÷ûýÔÄì•sÑ©15íTتêÓzè Ng+®ÔIìŸ;ˆö-}ps([ ‡fö&ÈÇ [;¶v.´˜VCA2‡ —sјº2~õYî–¨ÛþXV¸o;MÞ»PØo¹ù(gŸå1sÁßßÿÆÎ˜é3¶Ò”›‹Šä·s_^ŠýWâZ«pé» cãÕÜfïÔZz»å^Eæ‘LÝðdŸW]s¯cË^Ì•B!þvªý;#yùj®]½L·ˆî:Û‡´eÏ®´hˆ:ß°k×M­±þHËAC'gv%b±)Qï¯cž¯†SŸ¼ÅäW{a{ä Ñ2¹òÝ÷\rǧqmqP'qte ±ÃúáÜøÑÞæúíT“É•ï~à²Ó›¬Z†cöE6L{‹Yö:n+'ÕF{áK¢cÞ"Ê#ˆ#1¾XèŒ-³;÷pF5–•K:QK›FfÍXÃé9Ýè<;‰Ð‰ Y×Ê–ÄÝóˆy-œ«ÚclXçþbqˆ\ÎÆ ~X ÀÊÅs£÷©‹ ¡ËzÿgûiPr{}橲ó«ÿÜ?šÇ*Xš»\:p ãX¹¨ yp|íb‡…q)ÿ(kûÕÆTŸ¹×”5‡×Œ[>òì+„Bˆ§à2­ ÉÉ·ïß#RžÚuêróæ(•ú_/¢ÉÍàÏ_N²uÞ{Ñ]b‘r€Ø¥—ñ›~’ùÃ<0Z=gÆÑÝ‘¬Ýò oN´À²^:„b´k¢á[ïÑl;t“ Þu J¼e½`:††`C|ƾ¿Ò¿/Ý<Í!ÔÌ-›ŒÛ“}qKÓ3¶gÛÑ9,›¢}hSw»è<.Cv±æíVX„½€ýµ& ‰ý˜³¯Ì" ¨­…SC|ýüîß MÙiÔ> ¥Õ•÷ñJÃÚߟ§*ȯs_2U±ÜïoBçŽaØ^l‡{D¯ÍZι3ðÏ9 {î‹Þšzd³[Ñ>Þòì+„Bˆê_Œ( ¾›\¡ß èç¦àï8åÁÏNŒüä#f¼PƒÜ³G9Ÿ 1MqŒyx3»kÉäß?|@©òÀÛ ¾½‘†º‰·tkˆ#?q#­è&|¥ îumá§$2 ÷†á±ä&áL–%ͻ텻æ7¾ÅÒüºuðÀJ9Z-ZLh= ‚¬*tÌTu©AR©©67mAчÎ*”˜*@§6lÀ&f(Ñ¢Ñ>ا‰™4Z´ZÀ¨Ø´h ›•(ÝŠ=V£÷i ûI¨x\U’ßs_™tÅ««ˆ×Vpîœ+!„Bˆ§£13£Q#/ܯ³ùîÐüŸoJAÀ3uðkÀ³¦ø®ŸÏÅVãðF+Ž~AM÷fxšpúTnCšc[ò­}ê Suíáöù+¤jZ`UI%`adlµñ³ZȉçÈlÈ3šdŽî¸µ¢hl¯¥¶u'ë¡ïñ°¨Œ|”8‘5jlyo_éqUVŸeäñ±ÑÜáDüep€— =æÞÀ±èÌ“B!ÄÓPŒXXZð\c.¬?ǾoöÐ>¼S©íöí'##Z’—›cÐ>Ìëäã{h>r,{òùËí™2¼>áKÐÇæmF†{b—ÿ'—®˜>¼;õõ),LkÚÓí»1Œš©ed°w“˜ùT…ƒq±)ìÛ1uŒ7mædóLFµ²%a×<¢ã¡í‚Ñ4¶´n4ó«AÚöY|øõ‚ž¹Íoš@ú½T ù0µ¥– 2Žn`ÛÏ~D6qÄ̱•ÜÞ¿’⪄ü>¼ ÊÈc—z˜WÑq’óǼ·â.á ÍIØ»ˆ©»óh6s8­@a¥ÇÜ« ‹®5a.O¾B!„x >ÚW¡P`mmCDDÎ;ÃgŸ®àê•Ëäææ’››ËÕ+—YõÉrΟ;Àƒ)Pç—ý#åÔlî=ç2;$—­gòCÆ3´œ¾‹-ï„‘±q º¿Ì˽ƱpçYRô~µÝÏÑ_ñù?ý¸¼d }ºw§û¥ÜnDPƒÆOŒÂÚÈØ¬˜²íÓƒ¹¹òŸt¹“¶™Ð{Á¾ŒªWX(T„Å.fˆ×ÿ1gh$}'óÉþ_ÉÆºò(]èòîDB Ö2þ½ãd:¶’Û+*)®JÉoñ>ÊÈ£¶ ‹Ž.I÷ôåõ5i„OßʆъŠ=æÞбP¹B!ÄSGQÊßJÀdìèQ9‹–|LJòmìÚ¾•þQCÈHO+³Íæ¯×Ó6´=ŽŽUSU)MPš(ùñø1ÎüüII7pu­…Àó¼Ð"u>jµœ ‰¿õ¯Äµ àÝz¹úŸöF’™B!ª«5øê‹ÏèÞ³W™mÒÓÓ8°o/»¾¬³¿‰ ¬X¾œÅqKw¹~¦f&Ü)ú“\ìßéEgµW€îß’ª5}Z®Ñ ÕjhþB Z¶B©T ´Z-jòrsôzGÄÖN¥³MzZª¬p!„B!*ÈôiŒV«EŸoðJ¡!„B!„#BˆJ=ŸeôáTFK&„BñRJ „B!„RŒ!„B!¤B!„B)F„B!„RŒüýh¹{n;/gK*„B!„bäqQs3~*Ûôgâ’ã¤i%#B!„BH1R FCvfi©iÜIN%5%•»éädë÷…‡%eýø/ÜŽÇ̽ž×;E5OPÁŸì1˜ÁóO£×û<9¿°sõA’ ôܾd{!ŒY—†®Sñ×J®«rÖÙåq­³¿êù¡²Çu¬UÕ<>®±VñXž¨çj!„xZŠ‘Üœ\nþžÄæÍë¹r‹nÝ™öο™öοéñ’þ¼Éúu_‘’|¥RGU¡MaÓ‹*líTØ:7¢¹Ÿvv…?«^ÞMúS5ýfXš¹•ùÿV'²ºÿ+,³Ƕ¿d@]³ò»1´}U˹ÈGQ½·ö7òªô豦®¾ ±Pþ…1=Žñ>®œV'’ÃŽ'u?úÎããkUŽåI{®Bž‚o`×h4¤§e°{÷vš6oNhûð‡÷hÐ ùvo<ÛwleĨÑhµÝ—mÕÊ'KzP«XíbêàË3OÕìÛá®2ǾŽêá…`êN¯UljttÅZŸw„ mÿ´0÷`ðª} –çñwõ¸Ž'áX{Ž÷¿ësµâ‰VíßÉÍÎáÜù38¹8?RˆÖ¡#*•Š?ÇÄT̶!/üàO ¯=÷Ÿ¿ R87Šö>5 ßEq àÕ5×Éפphfo‚|Ü oçB‹i'ÉFMâÚA<_Ç¡ð÷Žž´õ)g2‹Š"mV¿Ao—ÂÇkzÑþ.ŸR'±n­ëÛck§¢¦1Û®“ Pæ>u0sÁßßÿÆÎ˜=´ŸA´o郛C‰ý”¦¼öš[ÄGw¡™§ûýw—jböÊ9ŒèÔ˜šv*lUõi=t§3µ%ú,k¬·ˆîJsÏïX¹øvfâ†kä”íea…û°SÑä½ ¥¡Ì}i¸½{$v Ùq«èò¡›lzµvͧs2S ê_‰k­Â¥ï>2ô™ÃRcÒ±.*u¼:öUÞº.kÙ§ˆöQá5©ØzËø†žÎ*‚–]G­ÏœêCçšx‚×™æ6{§FÐÒÛ½èøTQ§y$S7üYZ=çÆc¼¼94dô™Û’Ç@Yñ,M¸¯kQìNÔmÜ–>Ý›RYû)olF›%û/ƒ1ëN¯µ$sxñÚy9¥+ãWŸåî½6:ÖC©c1ô¹]!×ë$Õ}yùj®]½L·ˆî:Û‡´eÏ®´hˆ:_ǵ²ÚÔjõƒ“)˜˜šPx{gæv£Ó¬„ŒÍ—¡õ0MI$'À3ÍMÎîÜÃÕXV.éD-m™5` Ï÷&fé`ÜÌHýé ¢''ª^+þ7ÅÅ•å zm ÊQ±­—Vi¿pÝ¢vQ‘Ñ{m IDATÅÉ™]‰XlJÔûë˜ç«áÔ'o1ùÕ^Ø9Ht£ô2ö©‹ ¡ËzÿgûiPr{]qer廸ìô&«–…á˜}‘ ÓÞbÖ„ý„Ž›ÁÊIµÑ^ø’蘷ˆòâHŒ/zõù=—œÆñi\[ÔI]Cì°~87>D´÷ƒKÎ"—³q‚(°rñÀãï˲~ßùÚTz¶XÂóßMà®LÜÿMŸQPlq®Årç°¬˜Ê_šÊ¯Ž}•·®I.cçõ8J ]WOÙ:ÓÜåÒƒ\pÇÊEmpÈûƒãkç;,ŒKùGYÛ¯6¦:×¾ÇxysXÑy0F6?¿ß•Žï_# jŸ¾äƒ}Á/¬›0‘õßýNþ[þXUÊ~ÊÛ›¦Æ›:hŒXwz­…NÏéFçÙI„N\ȺV¶$îžGÌká\ÕcãÀ:˜–¹®•1sïc!gCB)FŒ¥)М|›Úuêêl[»N]nÞüC÷}#ç§Ñ´æ´b¿ðfæ©ïxÝà mêf-8GÍ¡»Y;3ë‡_|ÀòÙvt ƦØC5¼:ÓÓ«è‡^äl]OÔþ3¤OöÁ:5lnבfŽ(  Å½º(å±K/ã7ý$ó‡y`´zÎŒ£»#Y»åÞœhYæ> ¡s?㕆µ¿W½`:††`C|ƾ¿Ò¿/Ý<Í!ÔÌ-›ŒÛ“}qKÓ·Ï:uÅh×D÷ޣÙvè&¼ëÞ_ÔN ñõó+ódGgü“½i?k÷õ`Ô0süNìÆ}Ò~&Ô(ýàrærb*o]8ýº2Æ Šr÷å”VκÎ.cÙ•¿® Þþ _g›ÃÎð:¼Ø÷ˆ^›µœs=fÐÄR¡ß:ÐqŒ—÷ܤMÙY¡y0ê9åÎAbÇyÀ¶-l[ø‰„ê®ÆNd}eîGÇÕÞ¸cS†¬;w=Ö‚ÎbÇeÈ.ּݪpÃ^ÀþZ†Ä~ÌÙWf`VÆz(ã8Õ5÷Ñ>Þr6$„bÄX ƒ?nW^›ÔÅšå=q»—!¥5uÝ ÈM8™,Kš½ä÷ð [¹rIÜ9ɳװïÌïdšÚ`“§€,ò4`Õx“Â71¡?º aäÈô ®ƒ•roå|6$Ä4Å1æá^í®%“ÿq£{?ζ4.K·†8ò7ÒŠ>ëEiƒ{][ø)‰ŒãúTª<ðv‚oo¤¡6`QëÞ˜Û·ãßq}Øù%?ÔÃþqe¿’[Þ».Jcìxuí˸u]ùëÊðíŸìuVú3¯+¡Ý}`ÂaÎ¥ihb™oð:(5WåÌaEçÁ¨¹Oüg²-iÙ½Y•~4º®±™Ž3æØ4œ®uWê…Ñ%ւן…sؼËsæPéDàËÞ°ï§ïhp©Üü!„#€© NNÎ$&\Ç£AÃrÛ&&\§–«+}¾sĺþÍ›óliÒjÐÖ5zË»ü1½úÎ!½×û|>/7ó?ÙóF$Óï…bÙˆáÎ~h-Ë?ZÈø®‹™Óûs¾‹À^«E‹ ­çïaAõC…•™ª.5Hª¤—uí'ÁÀö¥Äeb†-탶&fJÐhÑjìSÌM@[ ©äñÚ»\Øw„dL!q+ÿ91‰¦Áv¥O}9sXËØuQÆakÌxuîˈuB‰©ÔyêÊ[Woÿ„¯3]/¤h]>7:úÌ­Ç(Ê_S•´ŸrÇfieð±i]ëNµÚRçPA±Ç*9?B!ÅHE`fF£F^:¸_g1òÝ¡ø?ß”‚u…öiáÞOóÿoï¾ã£¨ó?Ž¿·¥@„’ÐBïD:QŽÅ^¤c9±‚ˆ ?NOä(‚ ¢¢'"']EDOTšE”& ÒH6»;óû#›°Y6•Ix=ylØùî”ÏLȼwæ;ó¢¶­Ù­Ô^ …ú9cï&ý¨fzrüP]Qß!)EGcƒ¥Ã¾BU·Ûý_·[5tvµ}ì9­|ü ¯ÙNƒ<Úñí)ÕÚ^þØ‹º:yüU .h>™¹?\ÒËURÓ´+"X:uâT¾ÏK(p^2•´ùI ››©»—oVç…Wjè°'tÍ—/¨GT—´ä± GT ¼L…Ú/Jh} šW¾ûu^ó°G©N%éø÷¿è¤ÑQ¡Ö³ß¯ü÷Ó²¾ŸdœÐ¶–bîP“H«2¾+ý €mXäíPˆm[˜:7 zQ߭ߣôžmŸU,¡ùäÿ»\ôßÍóÆo_NP‹Ð™Ú¶f·Òz%dÝÁÑHÔ–Õ?J±ƒÕª’µÈûd¡ê„‘bƒ`µl¯ÞÙ­ } ^}® ØnÃú•’’¬”éÌ(xÂI{ô¿O7jŸo÷{´Z%´R•Ê=5~d}õžu«n­8I#zÔW…SèH…®ºáòÀ“ ‰ë¤zš¦ÿZ¤ÆƒÛ©zHš¾ÿót'zסuzeÍ)5‰¯«H㘾úúˆÔ\Ñ!VY*÷ÒøáõÔgöº9üqìÓX‘®cÚó‹M}†T½Âþñ¶G(6JJÙ²T+··Ðõ—DçêÀYà|ü?_BËU”e(Ì4ƒj¨]‹ JZõšþîƒê\ñ¸~7të5q¹:¥4¯ºÎ/õôÈWä¼B“{4UXóz¯ýš|½¾š~¹"ýf›ß6Ìk™n¨Ÿÿ~Q(…\ß‚öAK~ûu÷¼æ«ƒZÈœùoϘâünæµKä[´|ö…ªõø•Zþ¨&ü{´Nó(¤V‚nžñ¦ Ž“£˜ûd‰ÿ@IËxµJ²Ý;fTÆ‹³çê¯ÄãNdíªºmðP¥$'åÙfù»ï¨[^ª}NVÄjµÉj³jë×_içöïtôèIRLL¬â[·Q‡Ž ò¸]r»Ýluçû7ÍéÚZ“ã–iï[½Š}·»òSšß½•©ü¶ö¯¸Jì pN„V¨ %‹ià ól“œœ¤Öëêkû8½ChÁüùš5gÞjINeÝÃ/MR²¤Þ!Ñççdïøto{·$$C§¿f3íå¥à†á‘ijß¡£:%\*«Õ*É"Ó4åñ¸•éÌ(Ü‘s$"2*ßñÉI'ù­ÀEÅ^žVÆ4M¹]®‚hx6€rF ôý/[Wc¾8©1TÂ[Ú±ù¤F°/$Y)€‹—iy%§9µaë^IL‘a˜$PrµZ®^(¼B0a¤$|¼u¯ªGGªgÇ&Þ;qÁŸÇ0µû—ÃÚðõ^ý­[s €³ÂQ·×‰)jÞ F«U¦Ä`°Z-jÞ°†þHLa‡ÀYã̈—a˜²Z¬…ÒñEÊf±p#g CÎô eº\2<¦,Én·Éîp(8$X‹%ßÏ_ȇ"žsfŠv-™®ei×éÑ-¾ÂHÉÈt:•t2E?|¿K¿ìÝ£ÄÄã’¤*ÑUÕ¨qµŠ¿D+†Éî°å}¼^ž·´ç¤¶.œ¡W+uÔ#ZŠîç Œ”g†SGÿ8ªu¬R•ªUÕoÀ@Õª]G’tðÀ~múôýðŸÝ0à:ÅÔ¨!Ãðä3µ$}2¼ƒ¯<žóNPåjuÙU4ìݘP]ö€0b†’“R´nÝ*µmß^=zõÉ5¾~ƒ†ªß ¡>^ÿ¡V­^¡£ÆÈ4€—d™¦)™n¥=.Õ¢™Óªº‘ªãûwê³e 4þo ´äÞwõÆ?:+ª¬uý7Mï©S¦iÒ5\™¿›–3=C»¿ß©*ÕªªG¯>JOOׄ ¯øøxM˜0AéééêÙû EEEiÛÖ¯e³Ûó>^Ï>fh¨6 •ÐõJ]{ûCzfÙ½3ºŽvΪ§7'ÉÈnë:¦Ïf ѕͫ(.6ZM; Ô”Õûå4%Ós\O쯗ÔQÝØhÅÅF«e÷¡š±ð9=пµšÆF+®FC]9úíN5½ówëÐÒ¡êÞ¤ªâb£W»©úÝ·Pßg÷N³ç%µs¦Ù¸Ýµzü½}Ê0}ÖÁù»Ö¢±s~P¦$ɦ¨KnÔ3—i銕zyr\úÆÌû1k¼wš{£‡kæ›Ëôúks4ºé-{›^Ú“éMUÉÚ2¹ŸFÏý^ÆÌÕ·–hò d:}W¨ eOÖ|¨¢†jÆ[+ôö’WôAõù@‰)û—iy %&Ïé#²fÍuëÖ-W›5kÖhêÔ©ªU»ŽŽùCVkà0bøw®÷šé²zÒÚ_wé˜ëJ…§~ª™/ÿ¢&¶êé»êÉ.©}³ m]ƒÞ[µO£î‘))¸vguëÚEaê¢úHïßõ›:Ýt³®h$um¡´UËõà†¯•8®¹bl…6ºJýyçÙ®‰œkÞÕØOw)y\3E{—)¸võèÑ]a’.‹7ôY›{´îó#ӏެ'6êßoRìˆ4ëÁ¶ •¤ÎÍ•üþô¤÷óƉB.{nêÕ­³Âò¨pц‘@wë]ºti~ŸP^7ø5¼×^’dš2 S†áÛÀô^¦dÊ0LeÜ¢Ÿ2¤CO¶W£'sO+b_¢œFÍ\í IAÕª’¾Óá“n†CREÅÔŽvU²ÛT5K¦ø‚¦L_¢ÏvÖ)[¸Â\†JN·™sy˜ï4VO £¥Í‡’”i˜ÒÁmúÕ¢–Ý)8»qºŸHq— Œø®€Ý¦*Uªêàýªß ¡úöí«E‹åjÓ·o_IYwÖŠ‰‘‘gÇÿs!¹Û™)»µyŸœÐBUY©À”Mþoµ¦$„å <ö¨Ú Õ±3§e³Ë&Ó» YïYíVÉÈêTïÚ;WÇ>§ÔÓ4kꥊqÓ'Þ¤çr= ÝùlrX%ÃãÉz/'¡ù¶7s¿Wœe#>+àp¨Q£&Úôé'ªß ¡&Nœ(IZ¹r¥$©_¿~9ï}¶i£âÛ´•ÇãEüŽ÷Íœ³’ŒÚ2s’>L«¬w'(Ü”ÛVõ}¿ý”ªÝÞNáþ§\Ü97°ÊéoúdÿLdšRú¯›õ³šé‘qƒÕ­®CR«$ñë`ïÿ³Ï{A5:ªIÈ,}³ò[%_~yÖr™¹çã(Ʋ„Á!ÁjÙ*^?¼³[>ú@½ú\©©S§jêÔ©¹ÚmXÿ¡RR’Õ¡c‚2O8y¶~þ©~7NéÄÚ¼ü-Ûšª–cÞфΑY—zUê¡û ÑÈðÇtgFŠpý©_µ©ë]TÇRôõ ©ÓQqzFo¼¸Xõoi«ª!iÚ“è.Ò4,QÝtÿÈf0óvÝô¸†_ÑD®_µã¸¤JÞ6ç`Ù€‹*ŒX,………kÀ€ë´zÍ 8°_—wí~ÆCSSStÇCäq»>cDò>gDVU¨ZYúz±¾}±$ÉQ©žZ^z³ž~wŒu¬&»²ûŽTT›ñ+µ¨òDýëÕ‰ºçe—¤0ÕL¦V·öWí Ó§A²Ÿí‘3oÓôþlêô[¦ì GëßÏÖ„&iøÒ¬»c9ÂcÔ´ouÉôYvŸç…ä¬Nö{!jþ÷åz»Òzæ¥'tÏâLIUŒi¦®cd7M™ÅXv Då¼Z%Ùî3*ãÅÙsõWâñ'²vÕ Ý6x¨R’“òl³üÝwÔ­G/UŽŽ>'+bµÚdµYµõ믴sûw:zôˆ$)&&Vñ­Û¨CÇyÜ.¹ÝÏ2Ì~÷K êÓ–=¢Þýè”@!J©Ð ´dñ" tcžm’““´qÃz]}mÿ§wèà-˜?_³æÌ[-É))]Rš¤dI'¼C¢ÏÏÉÞñéÞönII†|:3ÛËKÁ Ã#Ó4Ô¾CGuJ¸TV«U’E¦iÊãq+Ó™‘ç‘lf)x¢_ã¸êùŽßóûQ~»P.ØËÓʘ¦)·Ë%·ËUäÏZ­¹ S6ë…í,ñSaãBÇ%aÊb¥C Ξ•d‰©®Ÿ;*Ãc*×]trÇÔÏ¿UÍ*ì08kvJ¥wÇZÿÕ^­øt{ÖÃqfrµZ®^P FJJx…` ìÞœBç —i Œ Œaa¤ø3²ZBÅ€sÈf³ÉåryN‘$EDF)==]Ž ÍÎQ±;‚täð!EDF•úå=o·ömÚ¬¹¶nùR.Uõ˜XÙíÜU(I.—K‡ü®­_¥Ö­ÛF²ÅÖ¨!IÚþí7JNJ’aì-@ ²Z­ŠˆŒTëÖíS#–0âH²C €‹<Å8 qqu•œ”,ÛM­KA­/ÎŒ9˜²Ùl2M:Tû Ôáa2 ¨!µ>µ¾83€0€0€|˜¦Y>÷­›x³n™ö­Nçy—¹Z§VF’¾}ù1›±ý¼×·8µ&ŒàüñœÐ¶÷–jÝΓòP¢Õ*ã;MŒSÌõKuÄ“÷g¾˜óŒf­Þ¯L*H( ̤uwŒ]ö#µ)™ÎÙçÒ„Ë5H«ÿ:³ÎžÃ‹Õ=Ø®z£ô"I‡)®e+µh\MÁU wÓ(n (öå/nýþÖ$-IŒT¨¹X“Þ õCjë‚<ÎÏôò^ÒSîj-uu"V¯Ò¼ÇuõÀ*²œŽ":¸ú%}îi  ƒ›+¤ õ÷¯•£†½ù…†)û½€ žóáÒ\ß … p¾¥ïÐìg·¨ö#ïé­;"´yÚ|íÎðoÓÚz«eí(9r8 ¯ßC÷½µWEi“¾Mãê:÷÷­§¿õO^§þj7ûwåùÔ ÷m˜v³ÚÆÉáp(²Ñ•zdùïrJ’‘¨O P»ºQr8r8**þ‘­¥ºÜQGk`• ­Ÿ·^Ç ßõ< U ¶Èl9B·5–äÖþ7nQ³*ÁYëZK CçkGj½O/¶q(üº•œýžó7½÷èÕj™µMªµ¾M ö–ïúFÊ S'6=¯EG;ë#;«÷ƒ£Õpß|=¿9éô·æFš~Þø©~ª:F‹W­Õšÿ¾ª‡[ü¨¹wÔó?d¾M±¤ië½tÕS?ªÃä÷µñ“åz:a¯¦ßØ_Ï}díX±F;¢Fêµ5ëµ~õM»½aé.yx¾­–\çiݧ;w¸ö-Óüo,J;Hõ’dStû[õÄ«kµqÓÇZþ\ýõúXÝüÂ÷YA¡ÀM›¤MõÔM/ìRójÅšÿjúed”óúž.Ó8Ÿ<hÕ¿Vȸæ?P˦`Ï]×éŸ÷ü=ÓóÅø|UR·»ú^Ù[’zµ1µ>în-ÿä=Ú,.ç ®0mŠ•7èéY{ÔrÚú÷¨rHêÜ*Hÿ[}ÞX¶WÍšoý^º¶O7E”‰¢‡ªÕð‘j:óqÍ]qP·Ž“]™úù­—µ;ä -é_Ë{‰œE›öÓÍM½Kh¦ŒåKtËúíJz¼…ªX»õúç«Tûþ/´dRU¤-•üÎëú{¹®/aà¼r¹\r»]EÿÜÞ×õÂæ]·®“*ffÈ©ªê{o=|ÛózkϵSÏ!¹r›’ŒLe:3²¾•­£&U¤;ª4gu…¦Ó))™§œÎŒ¬Kb23eH2ÝYïy2³¦cz²¦ãùõ3íJ—ö?ÜTνì‘{+ÕYëÌù–ÒZçR{îIxB÷Ì~]?Üþ{¾ÑüWQÔ€çÕ="SN§$9u`õ¿ôè´7´aÇ!¥ÙÞiHm’”šž¡HOîZ9ý¶Aò¯ÿÓO™¡jݳžlÙµÉiãò¶)}õ%Œ”9Åy~C†v/|I»<Ç´«OŒúûúOúx gwt6uºÓ³i“Ã&ãôó# j#«ìVÉé–áÓ>kñýŸA‘ý\ S¦lºlúGšÙ%Ìgé,rDÕQ¨yôÌù–ÊZû±ÖP¿®Ñ£7½¢E»Æè)óõÖ¡ZºcL‚½Ï3ž­nzFÉ7ýK¯½p™j:þÔ÷Ôä¼juÆ6Èêo>mÍì’—æúFÊV1‹q‡§´mzè(¦]IDATùͪ9ä5-RWŸ²ó™4vñ«Úþàsêàt&3ÿ¨-Rµ+IÇwïÑIO…Z½ãPgýT³y´ã›4Åm§‹ß:¸ÏÿÝ¡ŠUë*uÿ»n¯ÑK¯M_¦º'—éÄ%“twËœi§ÿò©~Ts=9~ˆ®¨ï”¢#1ÁÒa¬•ÿ6ªÕIÍCghËòmJêÙ5«v~õ.õ%Œ”½8Rää¤/ækÙŸq>ì*µoœk\ý‘Wé±þK5ïËÇÕ¾‹_`ÐéƒZÓ?Däׯ£î×·9y‚F=mjD— >ñ¹fJÖœÀ®˜()åËw´â»æº>¾§þ1¼ž®˜}»n\#û4V¤ë˜öübSïáUÏ`¾¥°Ö…ÄkÔ=ñzé±1§ ºúõg?}KÞà:TOÓ´àÙ…j4¸ª‡¤i÷Ÿ.yOSœY«¹k¡¨îzìÞfêúìMú[к¯o3E¹öê›?%UòªJ¥±¾wÓ(Îá±Ï·ã…6¾´V)u¯×õ ƒÎÖö6]uR«ç}¦DÃ{m_)÷{·q¨Ñè7µhT ý<{¬n8P× §ã:«KýPYLS¦¥ªúN~P]?'{ǧ{Û»%y¤¬û'dçL.Ó(ŽêÇHåè*¶¹¨¾0>ËZ¦ž]MK Â@±ŽÏÝå/‰Çÿ,xþ¦I­K°ž[M #eùÙ4epðJ­A8Ÿ,‹ÒRSeµÙ(F1¬V+µ.Eµ&Œ”ú "EFFêØÑ#ªKAŠéر£ŠŠŠ’Õb¡Ö¥ Ö„€2Àj³©YóæÚòå—ê”p©ªT­&«ÕBa É0Lÿó˜¾Ú²E­â[ÉD­KA­ #e€ÍfW\\œ ¡o¿Ý¦ä¤d†Aa æ¬VEEE©U|KÅÄÄ(8$”Z—‚ZFÊ»#Hõ4PÍZ5åq»é\]Ôƒd‹EŽ  ‡„ÊRÀ¥CÔúüÕš0PFØìvU°‡Qj³ K”aa##@@ÂÂFF”9f€A^ #J/€Âò?è,‰oÛ|Ù jpèàJ@’ oÈ0ò!Eºl+ß0rßØÑ”@6Ï`ø¼f_–¯VI6ï$)TREIá’"%U–%©’÷ß’*xÛyŽÍ;ÿé(|Ïnd·¤LIé’NIJ–”$鄤“’þòþ;ERš¤ IN¿“3]{3öyöàö\Þ…É ò¶±F€rF Ÿ0âòÙ¹À?lêr-»ÏH‹_óeHCÙ ‘éM:ÙAÄã¦Õç=ÂP¶‰op)ëŒGöYßpâJŒ|¦—+Œj”Wqù„ å>#âö #qf(ëaÄ7ø†‘ôÄ­ÜgHòêèžoñ±'@Éð òŽwéôåZ6Ÿ0BÊ~ñÍÙ'&Ò”Õw$#@ ñäB²ß³"ýøwV D2Eçu <†)p'öì³#§tú,I¦rŸ9ë3#¾Ul>ƒ|Æ9%9|BŠÕ'ˆF€²F|ûø^ªåH|/ÙÊ>;b(ï3#y†‘¼úŠØ¼3ô¿4Ë7ˆØüˆ#@™#ò #¾]8œ:}ÉV Kµ }fÄô :ªø^zeø…ß¾"V¿BÊv ñ¿«V ›[eú„‘ƒˆ 4CßÛq¹|Æe/€ï3F|Ÿ-be›å.”ø>Ðÿ±Ùá$ЙÿéäFò $¦_ò=bQî³'gE€òBüó€.ð}0z  ê̈ÿ¥ZÙOSH²/ݲ)÷Ù.ÏÊg ñ½\ËTî»fyü^}ƒK `“g`ð?»a-Ä+A¸øIA¯ƒHaÃHö¿  3]e;Œøþ» AÅ #yó΄D€òH̯ù>q½(a¤ PB%f>Ã,jÐ(N;‚pñ’âŒ/vˆ |(RøðÇà ÀÅãÿŸȲ4ÐoAIEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/cact-preferences-io-providers.png000066400000000000000000001152761433352025300264430ustar00rootroot00000000000000‰PNG  IHDR#Þˆ@Ô+sRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÛ  öß IDATxÚìgxU€ßÙ–MÛô„Þ;HG°+ì °÷†»¢ØP±÷‚]ê‡T‘*-ôHé=[f¾›À&ÙÍnbPˆçÍ3O’™¹íÜ3gî¹m@AAá_@9NãAAáøE;^qBAAAœ’Ì‘PŽQ¼‚ ‚ ‚ œ˜ŽG£¥îW|ø[AA„–áˆh^Ÿåoܧ¸uïSÄ!AA„åˆhœ­©N‰/Α{F_T¿ë:%JC‰ÁGdê5W•_.µ"‚ ‚ Ç1yEåØM›ÐdÐëˆ àâ  gßWÇñp=Õ¾CÍÿ¸8/ :$_‘¹eR«‚ ‚ ‚p8"ùÅelþóÇ&…ïØg$ªª@NaGLÈZ8ûÎTçÃõ°»ü­TÿöÉ!ipš–9ª½3ÍýÈŠ£²˜ƒ?¿NéöŸQíV¶*T»sdkb†Ý@X{™Ö%‚ ‚ ÿùÅä–’±ú'FŽ=‹ö­Â~ëþ~\ðé½Fnñ¯ëU;#v—Ãè«»:"î’zxܪwôÅÓÔ .›By•­¾RUFÖ/o’»âwOcH÷$ü-áM~è…¹Å|òÝRòÊ5Ú^ñ>æðDìv:E‡N¯M¡Q8ÊóÙ_h"1.ƒòÏ…=qVIA~ %‘E ®…•O³Q˜“G~© Sl‰-®€‚ MãP~)þ2Ÿ“FŸNlxP“âøkG«¢ÏI§ãGVn +Æâàâ„Xë¶êÃuÔ¤fZ—[ÇÄÛvÜ Š¬}b(ÃtdÂf¶³7ó0y9yth›HN‰F§Žy´ßpÖü¹’Ÿ‡­ç•ìÈXCÛnƒpêU¢)‚ ø†j#o÷V¶V…2¦MîÑh›|Ä©ÐÔ ²wífgv1P ´êÜ™ö!:¯a[²#’—“…Í@ÛVFfF‹?AÕFy…üp©(Í^ÂÎõì®ô'µk[Â+rqø™é™BÅ®ƒìÐâ‡Ä§²u 5X/{â ‚Ðd”j„CmڇѣÃɨŽËÃä¨Ðj‡£ÊåÐ:jt¸.t÷y͈Rß©N‡ƒ³NJ®4…V­[³9³’›wjËdþâN;œö†só‘¼òÊkL½f:Ÿ~ñ=û·¯!1­‡h‹ ´h'¢ŠÌÈ(t¡Õð²Oë˜@ŒÞZ\ª•Ã;v ¦wçű DRŒé¹_ø³¼© šZÆî ûIÖ‹{Gc­¢y.g¡šBxÎ.a[´/Rz€­Ö^¿2…`rxüÁÕ”ÅDÒèbkìYý;ÊÁ׎>iaøUÇ¡–ìá·µ‡°âOZï.´n™jU9¬Z{ÿ Ñ‘ÑhÁgc=ã0']q3#Šøì­|w8ˆîH£ƒÛ·°¢*Ž„íØ ÖVÀ_n#Ç%3¨{,þºæ.ÛŸ¬ )A:qHAh:å¨õP]œ‘üÂ"ví9@pP íÓ’È:”KAQI±a¤Æ‡“SZ?.K5BqŽ‚T•@…‹3âꄸ®ÎH-ǤÁ쪛L˜‚B©pŠL{zƒ1»²vóï$¶‹"++¼í²záÿyõà 9šâœý(ŠBEy©Û8Ah9ŽÈÍ»H9ïtžjcti%[É>Ê•[øfc:FaöؘӰåíaTw^Y{yá~ nCºTÍAÑŽ˜GŒá–þÎù¬öJ+v=”¨èµ} „mÙöÇ]ùTM£QdZ{×í¥çԉ̈‚œ•¿q×ÿ*h×5sÙ^Vå%0û©a„QÌÏþÂÚäŽ$û7½ù¬ÙòX·ÉÁ]œA'¥‚y//f¾¾í‚uhÖbòõQôO0ôo _æÔ×—cZ¯¶|Öoªàêû'2À X˵o$¥[œW‡¤qes0o¿•ä@?qFAhŠ«3Rmó ‹Ø>œ“{Å1ãÃ_ rs÷^n›t–@?æÿ±—Â2;Qaµâò`[Ã\cµ#R“pÍnZZ¿ë:$øìŒ¸ËC`Ú06lÞÂÈöýÀV޶c¦¢íø ì:XBH ‰J(·ÉþëgztlÏÓŸüFBÇÓHí<ñE¡E7‡±Ù‚-F—ÞÐéMÄ&%rFR"ý—ýÄ]+ÍtM5’»g?™ù%”TÚ–Ê/œŽ]Û–@XÆ:–}ûJ©Ô™‰L¨Ä¦™Ñ©ådqf§#’ñÅ÷Üûg9tDwëE§À öy  Urh·‡tMv ìeçÁJ¬ü‰ŠoEÛV¡Î‘µ‚Ìm»9PTN…Mu†5ø׊öI¡GFÐìgïgGfEU*(z"“éÖ.3¶†Ó@£*ÿ»QPá@CÁJr‡4Ý5úíedîÞÃÞœ2¬š‚ëÔúbÕ[šµÚöµÞÑ}qñ<°¶® nܪƒ‚]ÛØ|¨Œ*»ó}c %¡uk’C`Ëcí;)ÂDb·®´ V(ß¿?öVB@ý:Q5ý‘|XÉ\·ŠLS4½z%’fÞÉËß9)¬„Ÿ6úSWšªµá4ú÷ˆÅ_i¤\«…Q~ðæ^CŽ@BΊZÈWE1tuñFÜÕyxzÍß·²m ¥M[¨6òìcWVÅU*ŠÑŸˆ˜DҒœÎO:Ø”² ‚p¢ãndd_fc{Çañç¶I'1ュ Àm“†añ'¯¸‚M;`6ûZ+®¦iU¦j_ÂuD¤î.[5‰‚‡ÑƒDÁËÈHx¿‹øâí 8d8æ¼õTì\FÆ2–ï.eKV9Éa&*ô!qìʵ‘Þ¡5!á›9¹…òÒ!˜CD[¡¥¢iµ²ùËsí÷ùØýByî®ïl"¶_Úý´–]{üi׫—wˆ¢M„ =à(Êä…Ù›ØlµÓ³—N$-X‡V^ÄËÖóæêJRÚ™±j,&géçLà«sr™ñÈr6ëñ6=”’ýÙÄyI÷¡In¶·¿ûÆôç–Ôâ‚ è­¢˜ÕË×3{U­ÛGcÖ¬dglƒ¹ç¼¡tÕƒf#ó¯µ<õCJU!=<¤Ñ!åð.ö¸þºþôŒ2¢ Rt(‹9s6³%*•ׯ¤­­yô:e ÷õ'L§RT¤ìÒ˜Vìß¼“iÆÔnàשCPHu×ZÄìÃÎ>0—ø+2wbéןY½Ã‰4;·™/‰$ãbîZç´€G¨¬$ߪµœ*ƒ¨á£[¨ãŒ¦¦[¬§cÇŒ€æ Ò¡Çìo¡÷ˆ!„•ÏçÁ½´±îFë?Œg†YŽØh‡b$BWIAqÉ'òœÆ;JUwßÕ‘Ž:ÐÊJ9Xe *ÂòbºíhO•fåжt8÷T®içôì•*–Ú¦½lׂ†ôœæú@º¶<òF©[‡Z¹ %À!çdëÌ¥ü OªýòsTQi Â`£ HÅ/ÄLh|"]ªçàÓ«XCT-ç¥þ[¥öµ¼’B»†=¿ Œzçdw»{O¹IC+cçáîõE®.ñX ²°¶éΰ  p/ϱsã ˆoÛ‘‘¦%üQNk³FÉîm꼊ÕäsÙ¬Y» >‚é¼Þu!ô>ˆNQ˹ñ»XÊ— %,Ø9« ¿¤‚.¥uRÑQµÂÔÄåaÍH µGDj¶ú­»»–ë¢v= ^«Íáö|Ø k9\UÎ-O~D¨ŸS†D„ÙȆuëÀHn‰•^­*ùã@)£"ImB×øå·<Æ)BKpFTul—-{Û"¢8õäH§å²•‘]ep±LV¼ù Oì´£3Ä2¾™µˆw÷Ú NïÇ«—'߯-IK6³À£a?œÇS» :#ÆÀV<ܘ°'Ý·¾á‰\t*ww6Ò¦g þ«³ÙaŠãþ¡@c×?qÿy”i:‚¢ÂÁ?‘ËLã/v…µ#JPÌGoü/³5Ðù“Ú9EÅZ½ãºV•K¦!™Ú9·w_ñÉBžY_©M?Þ¼:¹:§V;Zq}ƒin'?.‹Î}^µœCúqs·H®º(ßÕ®_}lk*ÎåÌot„X̘͑\9¹}ÍQ ˆ²ñGv=©ÇÑS,x{>oe)Ì‘´kŠ.£¬oDCs¨¨uÞsõÒÐl¨rMÁ°c-¿º L¢W‡ r÷« º*°Å.vv07³×$Z7(€ùËJˆŽ¯dGeÓÜÕyt¤Kμ•M¥RIàÒ€ƒ ß,â‘?ÊîÔ&%ܹ+§ü°ˆ/­^t0‡²ÐŸtH„–…ëš‘²JëÑ>;›”Úæ³zF'•6{­{]ãòÐf¬ãˆÔ8!5S·ŒÕ>F3âºË–O##^§iÕ1üf;cÏì³IkמýýA•!€[¶èÏ.[$Ñm’±™,lØñ?¿óz^° B‹vFj÷J‡Íçƒjß²ï·Íì ÅPâ¨ezÂÒº’¢íe«Krµ½;cêYœáØ?˜hƒÝöÚf+$µ©ì%ƒÆ‡ý[éF)ìØ^ ÃÀ?@m?¥ÑIUí0_ü^FT—nt4ªX ÷²]ç- …ýE™,ÏOç´p “n>“ÛvñýO[ø-·’Ð8ÿ#oGE)JDbÔ<~ܪ#9-Œl›êÒ¸w@”·4­ì±«ÕlqVwtK­à÷¯~%)~gÅvâŽÑø»8e2i7|8Ó‡DR{®ž@£»‘ŒzJS¯Ÿ,²m;’uà(AóªrZ½N·zi(fü=ÈuéÖm´›xßvt™¶%—½½ŸJK òø~] •Uðû²®œMXö¤/ÞHQ™‚ÝÅmÛ­…l/õ½lÆèX’Ô\æý¥ÒªS*;vðgy#é«çó/:¨pø¨C‚ ´,Œú£O·Cu¾ òó É9”Ím“†ìO~I ìÏmeƇ¿ ªááÎõ"z3NÁæPÝ%ãçb¼m€Ù#âêŒ(x˜¢åÉqcä=ã•&r‹Ë‰hß›ÔÃ…XÃ[³=»ˆÀ¤dFƒÝÈ·sÿG|§Qt›0Êkœ‚ œØÎˆ;•8˜ÃòÌÛg!%ÉÀÞ’r7a5E©nZV²zù^ö»öâÚË8€¾À¤¡èš¶éé*8j†P4ŽÆ£ihÎýhhšê= K‰¡0gÖì;©#gô'±][®m—L—ñF~ ©aÎQ¥Z¢Vô˜tìªÛ®2/i†à¯s±÷î¶tp0çƒõt¹¥mS\¿èkÃß›[‡DâG ?/ØÂº²@†ïD÷êߊVãé0ê4õFëï'­úoEqª*Þçi )>¤a">Å“\àwQ[«Hêtöˆ`êÝç1Õõº9 iky.Ë€æ¡Î«§<øV¶ú›ú×{_*nÞäõtÐ@lªÑ'¡e¡¸™¦UQ^vd½ˆsÈRÐà¶‹‡YÔ>û»µê°X‚©ñgÏÓ´Œ8GDŒ.ˆ±Ž#¢s㈸5þ>ì¦åÝq(éÌòí9Œw*­$hprp8†ÐXðEÓ4Z·Nbï¶ßIé:^L  ´dg¤Þöïò±é˜ý ‹Š"5Ž£ÄM³RC1¢eçpx’1T’ÉW?çR¬‚ÎH\pþÑôÇIغÖÓˆ–[.ŠÓzyø·¿Øøc4zI#&³5G?.XÆ‹sõX¦´6Ñ«»…—¿/ÇìÜGÑ/²sÈ$ž%’3úš¹IZ²k†ô¨¹^ÒŒ#Dq]‹RÍ…bŒ"™=¤??®Î .1‰N]º ˜ÁäφMX­V®¾b÷<ð8;×ý@ZÏSD[¡Å:#õ[Gƨ¶tJt™¢9m‹ÛÙ:¦0b»ù`M:Ózši?f$ïQ©²ëð3À¾yó¸g‡¹þ°î¿¶ž3âG˜}­ëÀ½Ýýè0þd>çÀªé1epóó[NcËA4ÿ^yp(¥eäU鈈pšåüC(fËÑ­wMaĪ»ù`U:ô6Óö”1|:ÊF…bt™Fe ı¯á4wZ Ž6¹ôB¹õ²0Ç&‘¿j%ï÷Ëe.[üíϧ AÑ]yöÖDö–éIw©C1K2¬œÔÝDÒØ±|:ÒŽj2Ôrà,º"þÈÔèÓZ!ýì ||ª ƒ.§Ÿ^ÉÁ:“¿ J9Ûóa`,¤9–isæóôfµá4ÔöW¶g–'¹F´¥Gœù踢=ìòë‚ó36…¼ýâÌ-Ö9¯«,=‡óÖ9‘(ÉmèeÖ†ê|»Ïe3ÙðþŠLï@—3OeÎiÙ½¬"c# ŠƒÌðˆZÆÁÊžËêªC‚ ´(Ü}g$00€/ÝIyiþÁXBBª¯Ã«_¯!).ŒVQÁ.¶×ÙMËãÖ¾º:NGÝCçÁquH|ÿè¡·‘½ÑHqq _ÿ¸ŠœC¹è~ßÀ€ìÎ<ó4¾Ÿ·ˆ%¿,EÝnÃ`0ѦÇÉ2MKZ¸3ân·$MÓ¼7~4 MÓ’œ@æ¼xøpW.@šEŸ*‹ ØcóÃ_§b;nÂÖý_Gp«öÎýGwå‚þ ´ ÖcR䪘üýÙÝ@fEC1ÚÙ—g¥KD qA@e)­ÙÄ›˜ILöC9"K=–¤²üÈ#]¹¨m‚Žˆµ¬”ý{s( "4!Øk¹jÙe7u¨hšb&.ÑÀ¢/63ꦎ$VçÁ\°‘éß+\54‘¶‘átˆVrå²¹"€Ð˜pöÍû…7ÔžœÓ-œ0“=J Jؾ­%8€ð«>ûïÎíÁ)©øù©Ê³bö×C¯›ÂÍ,ý|5IgubH¢žÒ";†¨øÓ ÀH€ÏrµSœg¥óÙñ˜ìdyE :F8·ñµ°-c›ÔH:ëB9¹›‰Ÿ6…°ÇS›õ¬ô±l†¨òÿÄCÅݸd`©A:¨*aÝÊM¼¹¤„ÐäïªhXQð÷¹¬‚ ´$\wÓªY3âg6ãP5ìGÎ[‚Ñ ì;TLn‰ÀÀ£×jâòÐf×Õ9ôuþ¯;-«îo·N‡ëo }ñ´Ê .›Âžì¯?¸}¥´é1šÝëS•³Žûï¾™éOÎÄ/º;)ÝGs`ërBb‹MM„ïTqhëv²ªÀÕ†Žñþî-ZÊžM{(T ÐS‚]? g£8'›ì¼ÊmÕ«ŒþXbIŽðC9nÂ*Øòw±i#iß!ÖùÍÕJÑáCÊ-¦¼úC€ÆÀHRÚÄ@Ãihe‡Ø½/Ÿkõ½‰à°hâBݵ^³Q|(›ìübÊ«§é &Ìa´JŽr~(Ï[¹¨CSté.£ZÅ!¶n;L%~Ä¥§ã§R–{9GãFÑc2Ñ*‰>pC…Ø5ç»Lo2Kr\@³spoye6T@g ¡UZ+ÂôõëK­Ègf…å*!©é´ÖyMC×(¹:(ÜÁžb üãéØ6ÜéˆÔ`+dÇ–LJ5ð‹mKzŒJuîo÷½lhvJr²8˜[L…]ÁQ$ÄVçÓô+o¤ ‚Ð"`áÜ/8iôé—U6)ŽÊ*«â”ñçï²¶ÓáÐX¹ø3ðè÷8wϪÀÙ¥RT}ä»5çʪï³âÜþ·æCˆG&{uFvgå7ªÖò–9ýÈÿξS@°h‡ ‚ ‚ CýÍ :Ïû’Äô„†5*|aQ)™Ë=îllv•²Š£ªRãŒÌÅù•¤Šjg£(pqD €Âêó¥8wÚªòäŒø°›Vã„`ôæ¤IOÿ­8AAAh¥å•˜MŒ{?.øŠÌ&Ä1rìYTYí”»ùöH5îvÇjhǬùÛ[û ‚ ‚ ‚p|PVQExH ãϘؤðU6;eU|ÎI“gDAAZy…¥Í§ëN]¥)ΉGg$=8—oý*µ)‚ ‚ éÁ¹,næ8ùö©‰äçåŠäAAá?ÌÌý¼1{I³Ç+ü ‚ ‚ ‚ð¯ Έ ‚ ‚ ⌂ ‚ ‚ Έ ‚ ‚ ‚8#‚ ‚ ‚ ˆ3"‚ ‚ ‚Ð,D‚ ‚ -ƒµÛ²ørÉöeŠ0èu:¢-œ=¬=Úʼn3"‚ ‚ ü=Öl=È[s×3°OWF @¯Ó‹P·8T•ìœ<Þü~- /apÏv⌂ ‚ MçË¥[éÙµ3¡¡”Wj€]„"xÄb £g×.Ìÿs[ËpFre³}ÛVЋФv…NGPp0mÛµ]DçDö‚Èþ„“köáB:u ¥¤Ò!B|Âʡܒ5ÍâŒäÊfÓÆ ôêÓ—ÈÈ(tzN,T‡ƒÜÜìùs%‡ƒ>ýˆ. ¢s"{AdBÉU÷ëdïÙ„ªª"ÁwgVùwõ¥Yœ‘í[3èб#f³™ÒÒ©UáÄì0›IïØ‘m[E—Ñ9‘½ ²?áäª×Áô©ãDB£˜xç'¾3RRRBHH¨xâ %$”òò2ÑeAtNd/ˆìO8 :ÐTMD!4RoNxgDÓ4PçoA8QªõXtYÙ "ûÒ©i— ÂÉA_haˆ> ¢s"{Ad¢¡?Ò¨¹ MÑqFA^‚èœ ²Ù MmÔéPU‘ëq­ôŬ{çi>,;é7tÅ¿¢¬Èøs¬L¸ùrº+MÓqFA^‚èœ ²Ù ÏõD–kå:î8Œ·ÓÞdÍ'çÓ7Y³°üµgx9¼?Ӯ|SÛ ãÛñ?³ýµ4:Â"–=~¬»…sîlZÝÿÛÓ´tÍiPŽùQ¹—ÿ}¶Œû?îD;Ô6~ú4¿µ™Šã¹>ŽóãÑgÑåãû°fÉ37pÝ+›þ‘g鳡rˆìEö-Ú¶Ô4*5w?ZsF˜ñ3×?b¯ü•R÷¡þÙ]É:Ó±mFFËýq©%Å€ÙÆ£ó\õä?v.…ubR —óæüB:]z)&Eëßæ†“;U&¶C/… åžs#kF|D-Zͬk/gFF?žЇóY×Ê·òéCwóÜ×Èu@@÷ÛùæÓÉ´55®Eâ(dÕû¯ñnhOn¾<¿Š5Ü3ä<úŒeOöj–¡@oõñ÷”¨‚kWaèΰ®aé©ÚÌ3§Ë')ϰè•S‰úzJŽ¥>‹.ŸÏÒ_ 汤Ó84 í>K'|±§çVžw‘ýñ*û¦ÊíXØ–fŽ^¯Ã9MKÕÜ Ûù;éjÞ}õâ¼Büb»`Vµ¥‰!•+Þû…+ªóÛ"ÎÔ£åÒT Mg!!ÔDx«ôªË¦õê  ¬UO¿½É¢’.Œ^{ðùä+y×ïZ>Zü*ç&諯U‘ñêuÜûÂéO¾ÍgŸÄkw'Ñà-\ËîirzÖýÞ5¸ IDATzÌF0™ Õusõì#¹Vnç­ë®æ¾¯öau=¯Ю=í[‡cTþÍÞ:ÑåÿÎqôåíöY²gòþø4RΛG¾Z;lá‚ HIËì=64µ€¹ç¥‘2ööÚ› s>†ÿWOÏí‰þ¼×È>µþÑfÒ‹ìo[{,äv,lË1Ñj“§Ñgð`9Ñ'-EÓÐì¹üöÂå N Á? €ˆŽ'sã{Q\cçÊWs{Z©·­¢¼&ÎâEœ@ßY{°iš#%ŸEß´(üð¥çÝ«(wä°ðö“éžE@@þ„µÍÍŸí8:JdÛÅK};w1Eš†¦–²ù½ëÖ&ÔWx C§ýI™·kš†fËæÇ§.¢Ob`uYNåîoöPùwËá-Ýzú¶›¯ïOÇHg™ãz_Â[»ªCMC3DÓ¥['ºu‰ÂÐ`= ¦‡PtµìTKßø‘òî—1¾•Šm ù­ØÄ˜ßä¡ËÏ`ì)§qþäxáɳHÐ{Q;ñGF<í®Ù)Íɇø xîÉ Äë+)Ú¿žùo½Ì~%óûϹ1ÝÜpäJ §Í\À¸°hõ.i9rY»tƯsÃ>šçï)\K刷­:÷×k1Œ¾9÷?VrU]†.]ó«oÅù3çp¾kÝëŽ3we]þï Öè™æþY:ò¬iÎ{•úšªºèqýû|Ó9ßÃÿ«vÇÝs{Â?ïÕyJ¸€ç?•×ÞÉÐöøßrh±²o[{,äv,lKs7êÜM«Æ89°Ûmؾ˜Ðô(Tðדcóx6#ï|‰/ZÈ\ð,wOÁ.m__š„Í%.­NZÕçÔB6Ì]ȆЛxûµSˆ× )‹iƒŸšÏö¥¿²5êVÞ}}áölþ˜}]~Ñ]çžtS½¸¬;^cÒ”÷ÑMÅü‰ñ/ÚÍ>¿DL^®A«9™ñ/¹ì™/˜ÙÉÁš7oçÎ ÏÆ²ê7îiÝôr( ¦[WäÅüz÷É\8ÛÆØ{ßà¹þ¡ä¯ûš¬tI;ˆ‘oýÊȺùñXO.ê”»„·–TÑëéSieÐÐâ:“¢³²â­ÏX?èJºYtÔ›;2¢U˺5=úô¤wŸŒÒû]Àªwîâì!]œñwÅÔ/2žvCñ«ål›s?ç êì ×yg?³þ¨×^÷¨ÚÏ‚'/gXWg^zžz3Ÿîu걦ihúpÒ;¶£cz8z—ùªîÓw÷ÓôiÛ›ç:{žì9̛ڇ´13X_¦º„÷T ”½bÓ·gÀ#í)YÊ•Û3þýLì.=e‡Þ?‡NÕò>sUö}¼=®='ÿJÉ‘tòYùÖíœ9°Su9.æ9[(­é½ñµ®9Ytùè²#¥_Æ)ƒzT—¡==Æ\Écßí ÜuÔÁ[û¢c ÉËÝ(cÍÿnž%Ͻ›Ô<„Guæïêœæª×“=°Ç‘zë~êM¼øá+Ü6q8Û¶§M»¾Œ»åC6×<³Í%ßdçö¹Õìøú&Föìà¼?} gÜñÉÑ|(Ï{`kº÷íCß>Gžm-è|±™"ûÉÖzɳG¹ù¶a»è[ÚÔYGÒ\í½Nok6ßK·ˆP,!5Ç>ÏUQ —ðè ›ˆ¾êc>zð"ÆŽžÀÕÏ~Îk£T~|lU]퀛GÏ:«Ïœ2ŒSGfȨñœÒÅ‚Rs>y§ŒÎȱp÷¬ÇèOß.ÉÂæ¶¦Qn+ØG>Át~2Czw§ïÈ39gp4z/×ÔüŸylÖv:Mÿ„™×ŒaÀ ±\÷ œ´…O¾ÞIÕß(‡£tëþ¨ù?òô»™$Þðïßw>cFžÂù7ÝÇUݥúóÂN«Ë=r~z“¥öÞ\>6ú¤‹y罫I]z ;2úš'ù|MV/+Xô-~7-—9‘µ†(MAøëÁZnCU‹ÙòöX®`ÆãC‰¡„òÈdŒZ9럿˜Kß2pÞ´×x°ƒŸ<Êc×_KðÜ/¹.Õ™¾Ï||Oƒ% ³×pMM¯ŒÝ+V²3ü*žb¡öìùø)^ºm ‘é_s]š¨$ãÕK9ÿÅ,ú]q/¯ JÄPEUçpô^â¿Æð!7Þû%ºKåý m1ïã€_FwóJµV>>‰ë?¶3üú§x ‡…¢Í ™=s½Ë4­@=ýƒŽÔO5T¾“îáé3—qÕ½O0®ûãtùã!¦ýÅ”/&ÓÅ4­¼áðmÕÊž´'ª¦<î^F@踧yëÚv˜P0G&aÐÕ™2SÉ–W.å—3hÊ#¼Þ+˜¬Ÿ_ç‰{Ïg6·Î‰G¯úRWÔgÑåc£Ëj);—-g{ØUÌx´?¡¶C¬ÿöU^¼í\vÙæòÚ™qè}©sMó®cë§N¾êÅUçYr—VÝ©5-¢®Î4YçÊØ½âOv…_Í̧Vµ“Π/cÐÕwðìuq°ý+¦?9’z3ï¦v˜šK¾e·×Ãs«Úy7=5‘ØpÅçðè£qcbOæÞÐÓ‰ò¼kl6;v—[tz= aÞl¦CdÿÏÛÚ 6ûh+ê—߇° ÚEßÓ>j;~/7Ê–}õìÕÃÀˆ$Oåã7Ï%®¦¨³fQ¨Üü;ÊüésjÕ§ ’þ§u€–³>O¥{Xõùê4ª'c‰_S]Òv½ÇÝ}€܆ôHøi!65 }{ü;Oåî1_r˹Ø<á*&O¾† †$á¯4|­rß 6WÀ¾{ºzOm1„ìÌê4¹ ¥[—Ê}«Ønõ§ÇÈöø×M‡:òñVOJ Éñ†£ùrbñ›¿£õ{™1Ñúêó&’ÎxŽ_O¹UóçðñoqÕÇxxâ«|ûòE¤zP4üË»–5›3b³ÙfÆäΘz§P8ï[רl6êÖˆVøkÃå›Ú†þ·?ÆÙ¿NæÎÛ ´Ûð31“?åªvl6›×ð—MÊôXv[•UT;6›Í¹`ÐæpnAèpžSíÎ{L¡‰¤¤¦RóÌØmöjr–ËZü3ßÚFÄyïòüu=éôíDО±Üþâ»l8å:ì^ëJßX}]>&ºŒãh] Ø— `Àà>DåŸÊý/¾Ï¦Ñ·’^åCノդUG^› G-¨W=mpØjé¤Íå%dw^@µÛ°Ùêܧ6UçjžéYõb`ߞѓöö%|C&}NÇð#ôI¥xÁîY²šœÉ)ÄhÍ$_ƒÙUy~n IC89©úD§dn]4—[~ÛDÁµ­ ?Qž÷íO3¦ëÓ.ÚpÇü9\žd´™Í¦ÛÿUÙ7ÅÖæ-õÙVÔ-¿-Ï{y;V5`}I[WÛ¶X½¼WeK}¦”D—Þ½H1Ô¾VYÓ#¯Ôžº¤ 9§£¢Ã »ÕN}wH«3í þÖcÔƒªªîÚӸú‹ F-ý„Ù/Ïä–q/ðÔùï³äÕ3ˆkàZXõZ¿Ï/æÅÁA®s¥1†& lkz9ÊSÝVµ¢¸Ìßõ”NcêéèuGö"ÞþCaàë#‰Ñ׎G1ÇÑç¬ésÖnýü2ú_yS†gþEqnŸÇ–¿›V÷¾}§öšqô|h'Î|àîh­Øm/cUÖ:¶WÁÁgÆÓõ™ÚÑïËǪÅþëá”à$Ú„ÁïÙÅØ´88°–­~tÖ–€:=Þâ×]q“/âÑëOaÇÈs¹è ˜Ð'³o»*k»m~tÔ¿#=xÔéÕªÆ[ùR °ôã¶éøiÊ7¬Š»˜O/o$~oáK(ûщôÔëµ>"Ow÷¸é¥®ªN§ëðvGÓQÂè1ª ,[ÖB#4¯u¥kjoèr³ê²ÛQ]ýONƒÇV³µØAJ®u⛎yÑh°gÖûÂÝõ£³0j§Çß©©ŸStkBÙLV±M3€@lBlʥĮ­k&ùFx§ç+Y?¿Á“¯~Ëï[Q®$ȦBÇr¬ê ô¼'\Ä OŒ%ºæ ® !Fw$ŒÒ€Íl6Ýþ¯Ê¾)¶ö@m…aÛä7`}I;¬¶miV[z¤Q饑ëáº_«~tòŸÉªù)ÕßéL©¹ü1o+Ä]B—0 !$…Aî¦m©}й‹×S:>¬Ópwb&eØå<1ìB®|yÝïy†ïïÇ5I×®NìE;“ƒõkʈ¿²–ºò²ÿrxÉ“™®øz5Å#OªÎ‡æ›3âñ:€ Þa¥~ïDçñ> CÇÑžïÙ·ù6b[¶3‚·eX ñ“c‰õó#8"žÄèÀjh8»@Ü^SÑÐÑkÚ{<Ø;°–gk°ÄáOîqNçôêŽjËæpÓ³àcü~f.˜µˆ!+çòñ{ï2ýÊ÷xuü3|úèè£/£AÜxÛ^Økù4ÐÊØñûZ ÐCÖ|·ñ:÷v&ç-|î/žËŽ‚^çìyóž_oLõÐ{Sw¦§—ºjª>‹.7¯.{xA)µtÜ—:÷EÇ|1ò>Îä2<Ã]‹4†Î¼ž.fx†ŸÝí¡û¸v:\;8Sþïì·‚¾:]Í%£×Nßõž#×Ü„µf.äÍùe´ï–BˆšÃÊ?³ÁÔ‰p³ëþE¯6Š{®NaÔ+“8/ø&iGˆí0Ûvè}õY¤˜š^[yª'÷ÐÜ{cG†<5‘Óüæ¦SÓ µídõa ¼Ž|êÊ©h;¿/YÂnWGÁA—]‰ä sß]ƒßIpR¤þH]VnœÉ”Ùt9€ôø`(Úůï>ÆJ"¸pd &wéñïoíûŒŒ q´ïÜé¨AwÛ»S»‡ÃÛ™£Ê–MåDŸÛ™ ºÏ–ã8W§'ÉÛ…ã{løy+¥káz_ÓÐð#¡ïÙÜÑwç~p)ãŸy“®Îñµ­Ž1¶;mýÞeíÿ6R2 ¯3®z½¨Ô ã-}•â•/pç‡6Î{ísú|qwÜ9“á_ßË‹ÎkxÍà¹ì胉 ‚í»)rtÁOçn$Ç@ T•×Þ½Ž~Ô”}ÃÏÛ(ØÝùµR5Ÿµ?턨3ioQê/ôÔKÙÈÞ:Ñåæ×e·2S Ùðëˆ:ƒ”`£Ñ‡:÷EÇ<Ôg_DuŸDJz8|¿˜•¹g0>ªÚ’«yü¹h„Œ!-T9º­ÉkFj…§~þënê¼×݈ãß”¯GÙ¹n+÷¬d'iÜ2å†$€xr¢Œs‚=ï ÖFI6‘ý¿`k}ȳ‡òûÖhlÈ.ú"¯Ú¶¥Ym©K·æÁi­õ±½z×Ít¿g.sƒîä¾—¯åÌ'˜pþÌÿñèeδ4Œ´½îcÞ;4•û^žÊÄgü‰n;˜³Úø£àn‘{}g×u”·ö¹ÚÿÛòÖ2oæLî̬p޵Áï¼Èø(ÛzÏ×4éûÈB¾¼›^»›I³l@­_KÏËϤµ©éåh(Oõ¥j¦ÛÝsù_ø4¦½8‹ß¨‚â;1j`\µL=ÔSæÛ\{æÛu® äý½ Wð-ï­÷gØÇƒ WŽÊÒ¡ '¢d¯Þ>‹å&¢: çÆ·åÞašÑ‚¦iy~©k®öEóážšó–L9?‘‹?¸ë¯çÂÁ­±ØóÙµGÇàóÇÐJw„séäÐ4ÀÒŸ)´bÒû·p£ÿ \Ø¿æÊÃ6÷a\ÿ†ãËû…Ï–TšžH°–Çúõ‡Á˜F¨Ÿ› K?®»4ófßÌ5ƹtX*!ö}lÌBê”ËÇò%Z×òâ´98Î~›û§Øv N»‹ûfžÌ7ÓúìM> •}@4Ni‹öÂsÜ÷²Æ½c0­æ  ô5ò4Äй­?%?½Ê[ó¯¤W@Ôîœ~Rm¹céÇÔKR™øÆíÜ~+ö"ké›<õ«F¿û'ÑÞšÃ{]iÕgÑåc£ËÕéW­~‡W>)gP²‘¬eïóìR+]n›H{`ò¡ÎñAÇ<ÕO]tDY tÝ~ØÜޱBëK3/¾Œ®_?ÇÝ—ÝÉîËF“n)gûïóÚ2oº”.f7éiSçðò¿æ¦M×\òux‡çöÔ¤î´âU>ý%)gw&ÒTÎö|ûÑð'Êó^º‡Õ+þ`­ÞÉPÚ÷hOh¥›)²ÿl­yÖ<”¸÷°zÏù¶ZǶ¤7£- :pÛÿ­„qö¢BÎnhDÊÉÐ[Þæ·[ÁòK⬧ærÖS}†d®[^Èuuù;ïß‹ç¶òœ§°Ýîbîæ»Ü§ÓÐ5c #n{‡·y¸ÞÄrxK·Þ°C8¦ÌâÇ)³| S«žÜaeû;²)p$ ­5E+°ã$žýbÏ6rÒðŸÝM˃|j÷¢Ðí¦·y=ôf~ò ·~h‰ïu>ÏM¢é8WË jhÐõÆ·˜ò Ï}ô87½«‚!œ.¿À˜þŒ?23?½óOfW”4€ËžšÆˆ0Å|ýHŸ<›÷Bžç¹÷Ÿç¶Ï¬€B`tƒzF;?œS¾Aé¥òÃÇø´d8ÏNéEDŒàΛ»3þ±Çù`â§LiëE>††ÊE닞ãÙ܇™ñÁCÜø¦³AѺ§´2WëI0n€soŠ×ï¾”ÒÏ{Š1ƒêÈÝ“gófÀÓ<ûÁýL~UÅ/¶;ã§½ËmgVïV¢ùRWï­]>º|d§œJÖ¾;²ªÀ’Ƙ›^羋’«uÙ‡:Çà]ÇXëQûeΰ›®¤Ï]ïñØ+ÃúÒ£ß~9ò^½W?ðgæsïñÑô){ræ½Ó¹åœTçn7ͽ›õó_÷c§Gz¾Žl ÜLòõ(;ÏíI“xþÁC<ôês\÷ÕÙ6Š¢ý¨(çnNÊ ò¼g}Á}S¾¨s±3–¾JÊg^lfªÈþŸ·µ¾Ø åïC؆ßs^û±-Í×.¨îáÖp?Më_Æâõžâ¢"/Xwñå‡zŒþ]³|èßQÜüÖú¦N®|ñ•WÉÏËõÉ‚¹ßÑ¥[wQ¡E°aý:ÑçÇ>¼à4^Œ™Ÿg¨=½OtNä+²Ù >³|åZ.¿ä"¬Ö*F ¥jÓcôø:½¿ÙÈÛÃ-ÍçGŸ~Á¹gŸîõ¾™ûycöl^šõÚ<  ¨Ê€b  úÈsù»¸úzEõývÀsƒã#}Ç~dĺ÷ìíöüº5«Dë„MÓDÿœ°ë¬‹8þñd³þŽ s§suÓi’M<å{<<ï¾Ô±×úÙ‹­=†¶Æþt )ŠèZ ÆÔé>ÖÝç|~š)Ζ¿µ¯¬]ý§)A^ÿag¤frщÒ`ód³þ޹»·n:MÒËP¾ÇÃóîK{­‘½ØÚchk ¢s"{Ad‚¡(2."œxz#Έ ˆ> ¢s"{Ad/‰íŒlÙ´I¤)´DŸÑ9‘½ ²?©ªª!>v€¦©ŒZËpF.ºô ©UAA„™’bù^‡àEEÑ‘“EDTô‰ïŒˆò ‚ ‚ ‰AEe%y¹‡Ùµ};þEgDö]AA„ÿ~~~[,ÿ˃ ⌂ ‚  ¢ ªªŠ3"‚ ‚ ÂÐ)‚ ‚ ‚ Έ ‚ ‚ ⌂ ‚ ‚ ˆ3"‚ ‚ ‚8#‚ ‚ ‚ ⌂G4Ê·Ç o­¡Di‚ ‚ ˆ3ò£Vä±gãzv•ÔÞ?Y+YÁƒC°$Žæñ5eh'XZÇ"ŸÍê4c™ÝÅåµ ¶Cü:ó"z÷¾„ûo¬Œ*yÒAAÄidÃ9o>“C±„„bú»mhÄæ~Ÿ¸6t4‘YÛ¬µÛªY¿1w]”üÉwËaÿ»ï0­c•Ïæ¤9Ë\7.›×2¨^pç>8Ÿ‚ÎçñðœO¹1ÝOžtAA„ãÃñ›5+;?x”ïJªÿ]÷/ü9‰™ƒ| ïÀî¡KÞÔæ fÍ(â³ýiLº¸5Æ¿×2­c“Ïæ¤9Ë\/.ûj/eÐ5öæÿ¯œô¾)(ò ‚ ‚ ¯¿##¥«xéåÍ€™öƒ€>zj>ÙŽºíëþœ}c:Å:GPB“èså§ì?ÒŸÍìÕ×ÚÝΪ  b/L{‰7gÞ͌ջ™3.KH(QçÌ£@PÉ™3ްP,Éײ´¤„e÷Ž¡cb¸3žhÒ_ÂÓKrêôú{Ikm¹ó6Û!–¾p-#:8ï KÈùÇ®ŠêVve¯^1†^íy %$¹ç>²Ì†4ì9,yCÛEa %4e >¹˜ƒõ¸Ég]*3xåÒ‘tO‹«.s(ÑFrų‹æÁº‡Ïï¹€ÝS¯¾'¢Ã$æì\Ýø27&®†Ê`Ïaé+÷qËÅ}‰ mH‚ ‚ ‚8#nQÉYü<Ÿ®ä¥W®£ Pµä9>ÜéÒªÔJY5},#ïø€™•€ £VÌk$!.c>ú°ââbi•…_Ýžr]$ƒ.èTýñ5ëË­ˆU_¬Æ ;Á eû8h³C0Vr6|Ç£ç_Ç·9µ×-4˜€VÈÒ»G1áÏXu° ޼ÍÌî†^ý5YÀ~_ç¯d{v)ÅL h…[Y4ã|.œ½·³Õ´"~½gü‚µ‡ ". %3sŸ8—q­¥®¿á5Ÿöƒ,[´š]‡+@çO T\ÍÓÏeèõó9쬻øæ¬Ú]€? Ø*ˆ±è_f_ãj¨ ” ‚ ‚ Έ›†ð>¾ž¹˜ ýªKéÙõB¦ôÈ`öëë¨éwüŠ{^Ètt»{ûòsÈ+ÈfëkC±‰,–+¿\ÏÖŒ 6-¼‹.æzMZb†_H(^ÊWË¡t-Ÿ/«‚9©7ÁøÓ÷¹MägndÙÿ±lÙkœ T,gn†k×[Z`ß?‡Þܘ9iÆŸÊÍ!ãý³ о˜7j-¶ögÂ×;ÈÊÞ·‚X÷ÙÏõG‡ªã½ö> ‰þ·‹];Ùñù¹„;ß}Õ®ƒ >ä³V¾ÚNÖ¡ƒüþxLÀáÏâÝÖÚ÷|³“¬¬\ ¶½Ì  ¿Yæâj¨ “ ‚ ‚ðoó®É:xŒ-›(,(àÌsÎs{_ÕÖ˜µ 7“ÏMÅdÐqÚäÁÜ}íod6‹ßîïØP…ŠŒ…ü¥ºÜzM_Bõf‚AkD7¸>v W Ô³rÙa}µ…Ãö9,)BNáŠ~!(¶ƒÌ}ð nze‡k…¬¤°¢q»RUlû‘-ú~\sv[üð}%§„}ÉÇ{ùecZr]—1œžÃSáûõP°Ÿ´ª3`P¹ýG6°—Æ´â%׋…;ØW¬2èïÔ¶@çI·0⑉,¬ÜÎ’­eÜ‘àF–&X›¡Ìâj_d@@}ÿûë/>K ‚ B‹@§Óa !½C'ââãÅquDþZ»š.Ý{âšF~^áuî,gý[ï³€UÜÜ9’›]/—,`ÖO‡uV4š¦¢(:tºzó¯pžÑм-ÚÖG3ꪡø-û‰¬ïÞæ£C‹È"O¿‚¾üy·rå++¨ 󾙑™||Ï“ü\⌿Qi)5ùôp£ÛÓ zSµ÷¡©noÑT­ú|c®šH{—‹~it±è ¼ùt+'?ütÎðªÚˆšTf˜Ç2ø$7 >R,— ‚ -???*«ªXõÇrbããÄÈØ²™ÎÝz@@PƒEq³X¡äOÞøòóïà₎6d˳QD?¿¶ƒ§_BLê`ÒXÈ&Ç ^ùh#§v!Hç ¼° “Ÿ…P? ê0mÊÅÞ;½ÝŠj0¡wÓÀu§…þÄœ¬xà€d.¹¦'ØÉÚ¾Û¹Þ ýEÜqÝ$Úª›ØúL3J#Òòo;’Ž,`c%³¿ÚΘ+Z“¿øM$1¨“…¦lenS- )ˆÏ-·ö'ÒöâýìWãH ‘ÉQOÁVåäüò ¿•´¢Oj€ÏykÎ27$kŸdà†ú± ‚ ‰KhJß„ IDATx8}ú÷gýÚuǽ3ò­).*$ 0€  ŒF£{G‚eo0· ÿ²‘­ÕÇfV¼Ô ýñßí³aLžÈ´s#++îB|D,1áÄyŠÍúŒë©Tþ¸±3 I­ˆL¾¹–ÜxI«£'zLå²fÀHLÏ„l}˜áýG0füÕ¼³×%p€ïiZÃÃW&•ürk¢£¢I¿ä+ò “ïåêæ&Éרú|¯Š›ß:@ÃÔÉ•/¾ò*ùy¹^#Y0÷;.ºô JŠ‹<ÞóõŸ3tøH™s¢Pú¦ÅÜ &|³†‰LAANüøøýw=nP\\Ä’`ìøÓ¼Æw s?oÌžÍK³^›Tÿgï¼Ã£*Öþ;ÛÒ{Bz!„^CoJSQAEõ‡ŠÂðz-¨`l€"»W¬¨(½IÐ ÒÛîfwÏžóý±›lÚB‚’0¿ç9agΜyßygμӎ0E@¾óÊ­ðw‘3ÜìŒ/v@áÜŽaU#ŠJ @ ügD @ ü#è„ Õâ;ˆ3 „@  13"@ „3"@ „3"@ Â@ Â@ áŒ@ áŒ@ ÁyqÉ~gä«Ï?¥#@Ð5zLaªªbµZ°Ùl(Š"”užh4ôzƒ’$œ‘‹Ê-·M'@Јø`ÙÒZ“ÙHA^§N¤¸¨H(ì<_bb∉kÎÜ%ÿv«Õ",O   `µZÉÏÍçøÑ#´ïÔ‰àP4±kà|úÅy9¹üùç|ýü ÃjiÜ}e(V@ ÁßÒ™¶Y9}:ƒö;Ö »ÝŽ,ËB1n¢Ñh mÖŒ¶´ãÀþ¿ˆŒŠÎÈÅFUUay@ MUQ0–”‚,Ë¢ŸwQR\Ô$f•¡3b'kÝHº†¾á—Vö·oÝLÏ^}±Ù¬¢–} @ ¨EQÐh´È²M(ãÑjuMfóÿ¥¿LËÕ±å“ÇîäÁC«xõÛÅÜÑÆéRϳ@èS AÅ—»˜4g¤Š¡êšsÏWÛˆ˜{÷ ¹€mq}„¶æìYüøÄ –û>È›3:àõOäùoSV1»–-àƒ’ëyüÿÚ]#ÓNí÷žçU[žÿ–ËžÏÆ7ŸgÑ·'±Ö «bü“%w÷#!Ào_‚oøü³Ÿ36.„Îsvbrç9J.ëßxž7לv<ǽ7F}^èumìµ'Óf¦Æû;eÆ J³ˆ ÏÌäÉO²ñ0HW/â—¸Ä%.·ÞßçÛ¿WÃë¹1Ð(7°«E¿ò¯vWó¾æ6¾Ûý*}ü¤Úp˜ª:þ–|‰KiKJ\(I½(N¹kžko§åÈÿÑyá|y[¬‹ÒUò×ü‹N×|@Ò»Çøáú _vVá¹jµ²ZØûüÍL[È´…ŸsuK_ô!mññØE˶©èâ}є髮Äù‡ZS|W½7”>Õ<>»2ž «Æ ¼ù;¼ÕŸÚhÿû›*_e{B‹§ ^:G™ÖRš+Éøßpü+&W¸‘%« I™5š½¢]Ë™3ëy>þí(Å€& nçòÊ+÷ÐÖ[Œ A“Ÿi”/H;¥ù9IA„sü—3RÕPeN|üçùã¥~È?{ˆo'Ä ­ó~§Ñë™ôî/L*ÿíbçYÅxêÅXX;çq~¹ú-®ª`º¥{xíÁÈBOæ!«ÁèëQ¯k•UÎfˇ1ô_ÅÃ7®ÐQìÍßüRƒ¾k‘¯¶)VW½7”>ËþŽ»“¥ ¯#ªÜ‚% íðº¶¿ÃÆþ¦÷D¥2Ôh (6ªÖR  n‹K=(X¿”KÚ1gT,ÚÜï˜2ìÿøÜw83_yœî‘ íbÓñ0ôjÓòAí¯™ q r·óËÆLüÛ¢[œW§À–ý¿o>‰Oçaôˆ24 /RÌ‘›91!¨vñª/—þ2-U­|™öðæó[‰yà#Þ»É ó—ð§Y­¯ÂU)-ÛQ^ëéOèØŸ(RUT{.kŸ¸´ÖøúùãëJ×G¶cRUT[&??w+=ãðõó§YêÕ<òåqJÝyNùe%÷x>hÃiVø1¼½Ky˜Ì™¯æòê¡@b½ ÿD>¶²09‡õ¯ÜIÿ¤ç³Gpÿ{{(V*¤]zŒ/½†ÔfþøúùÓãv–vTïjeU¬˜¬`ýá¢ü÷4ÿ ÅÅ¿rk„?]^HǪª¨ªM Ct C'A-éw×v—(çž ”n}Š«Ú†;âÄ¥1áÅßÉ–kÑGƒèÓ9Ëâׂn½{Ó»üêE·¾Hîèδƒ·ö'i†³œUµèÆ„ø“öÆqGÔdö,¾›9‚Î-#ðsê0´Í0Xy³Z“Þì{oƒZ…:Ò KbàÜmë «Kgõ‘£:×eOº0ÚµO¡Cj(ºZË¢7=Ú:fÙÊ.%—ßÿŒ©Ã®ŠÑaNÿžõE®|éMæÞ~ Æ^ÍØ»góâÓ£‰ÖÖ^ŸÅ%.q‰K\—öåö@c=.ÙdDÆNÞÔ U— 9¶×±ÄØ®x५ÿóʯ2Jç…—^j¸t/(/bfäosF*®®{™÷²{òä=P8™½ÅKîãíþÕO•UX.T¹’8ÿo/dÏ7ß³'p‹%R-ÄÞƒjdû#õªŽÛžý˜çSþX2“YãoÀoÓZjãáfže 2 ñv\÷?n{ek&½Ã°` Ì{Xøß5øNx‡LbÖI‡3âI)»Ÿ½ŠaÏœeàŒ—ù8ÍŸŒïžçÑ©C8¬láÓ ±èÔ"Ö=<œñ‹e†Ízƒ=Éßõ/>¹Õ9]¬Îÿëz/àÛùiøºÀD¼Ô­•ã¡!¸ãX}c"Ñ¡z v¾ÇCÿžÎ„øžl|¸ eéZ=éñï×y´¥?¾Â£sGq\³‰ï§%apÕ;&v4„>ËÓµc³Ù°©çfF´:-’[º+[6V¡Cíšßšìžϡß×q0ô~–.êO°|–Í‹eÞ7–ú%*Í ©ªŠ%ýMn›ú>š{^ãëÛàUx”Ñèë«Sg õÃuéœ;ö„/ßú•eeRgYœCÉ^Ë’µ:?3ÜálD¤’ ±²iéJv¦M¢ƒ¿øú®@ \n³"ÞV°še¼ð´aï‰ÖôŠÓ¡8^JX2ÿâ¨Q—Ö†ÕhT+ùG÷ràè K4Þ!D·L¥u¬¿c…j!û¯í8]€Ñb@ëLtrGZEû”¯ÂQÒôÕ|–îø¿wÒz·òC£ZÈ=¼—GOSlw(qm:áFµ’—þûOæR\j4ø6ïMï6—½-4®/°ÛÏòí‹«Q†.ãê(-áã™Öíyf½ü=Oõ¿ðzôg<0|PüÊ -o5óÞH§íã;xáÎæè´T=›¿Ê/òP›d7S–)Ê,ÿxºNžËÕ¯ç‰÷3øÞæäÿ4oêÂã ñQ,§3)QÀ·èWæ½²f“¾åý9iø êFБLš÷:{oxš¦_XðÞ)b¦®aÙÃ]'õkKá§+øw]…HJÛ¶å²RâC»õp®oíüo÷Ö”~µ’Û~ÙCѬ6„•é¬÷t½k°#Ý 9ÒŽ[¾Íž;Ÿ£‹Ëº95ï×Ò§“}³é>»Â=Xrø;®×Õ­»Žõ° ä|Çïñ}:d ~À€ ?'Oáëß2y09®J¥²œ$?ú ¸’¾]BÐБîÎ0s-auélú}õÃõ¥wáöTµ,’yòß¹·¹¾ü¥‘ýËR~—»ò°HGc;ž¥ïìã–{fÐ7áEz½;ïšÈ5Â.|™¢@ ™7r¡îˆ‚­Ô>ItN8Ɇýû(ŒëˆŸj¥ã³ÐÇ÷¦q=;MVTÉIµS”¾-éÂZw¥W¤¥§÷²k÷zJµƒèiUÆ”“‹Ñ³ =Ò¢ðPKÉM߯Ÿ;·áÒ8gžUÐÇõ¡j $tž~xSDÆÎõl;ª!®C?º„h)8´…Û·á9¨ñ6Š3³(öH¦[ÏX|$²g8¨FáŒ\ê´ZÏ}ðÎvd¯lôãš/»ãc³b%ŒáSñȤWXyhw'TÓ±Ú°«€bÃjµ¢—mÈ ¨ŠŒÕjÅêúçm–cØg†“v&äÑÊIÊÄjmîVžQ‹8›kEã€G`?fNiA¿—_dÝÿbë¼ñº~c"5ìòý§È3Yñ=²ž=&O:m…¡+ß½ÈìùñËÞÓu~øYèP„±ÔJ€Z]:>¤l ßmãÏœRÚUÖ»Ò`út<›¸»x÷õëˆ,sz´~4÷¶Q²¿nÝ¥ÙPTPí6lV«£sìÔbwæ·&]U÷»w­Bà×9˜­x¸ÄñH¾ƒƿǵgßÈÛ˜|çÜØ;O ´µ„ÕeƒF›÷…Ëá‚å˜öTåERCYh|ˆk¦œ+7{&ß/ÙˆÚíÙ±Z£M#žæ§ôiìøî3>þ`w ˜Ç¯…U/%ÑC¼§@P³'#›m`ð%¸e["ld_F[Ò¢%ÌgpÂDJ»h|vhQÌ&ì’?ز9t¤æWзK8”š°úw‡ÂØqà$¶˜$ô²³KáETx0¶Rßv©œ9½3…ZF*XßÔzøãïm Ôb›ci&‡ñkw5ÝSüÍf|Úv ëô2²¡e|YÚÑÄ„b3ÛP±"Ë¢4Ñ2- -_ÌŸölþ¼*‘å.ñÞþ(ÛgµÁP5JiÕ´tÉõd(UqœÔó¹ÿ± Í·B‚úÀ˜Z×DV ³“]^‘^hT=­&ü›!¯MeΜ N¦'sï;=ðCÁ+ÐŒ9”Ø+æ£rþœkbœáR¹|åqÊ—ÍœŸ¬¸<Ïrè n¾õyНŠÅϦ¥Ïæ‡ãxª¦tËþ>÷kÕ= ¥Ï²¿}bIíÔ‰x]åÆÉâ¦î´m2JÅS¿*è³6]Uù]բׂb·W¯¡?üƒAëV±äõט9z ®_Ì÷¯\MD-aAuèÌ‹ô —£J³î†=ÕT·ª-‹såfÏü‰e[%z¾:0Ëéb†:šBçQ“™öé] ø×ýÜÛ¿_­³@ 4ad»\y°ñ¼°RjU èõ~ÄÅû°yÿAJ""9u0MtZø+œÕhÁfBV,EÙÙ5Ç… 1WlEEÅ#ØÎfQ,µ!ÐfC.{ÊfLF+ª]ƒ§òMv4(Xƒ~ªÝB©ÙæøtBqE XvÍ'»+çV_lC«Q+§m²Š³Z3büƒwVduëÛ,¹5¾BÆKùó…ñÜÿÁ2vß;.^Õu´¥òæk\7D«•;kú¨N´ÔÛÙ³ÓHÄ„NøKµtkë<ÛäÁÓߪ"…áÁ›CööZ¼‡.a\‚Uµáà Æ\Jd}t7Úx¾ÆŽïöQ2 »ã¨Z%—-߀ˆ[H ”Ð{:âlùò û÷qä¯çÃY];°æ#ë8H2³gL`p¢(&3Ü™µ¤c?Ëï_í‡èÉ´ñ?÷ ‰2½7˜>]÷{¸ÜæŽîTM1»ïö.xj¨ppwݺªò{5N`Õ{=‰ës+÷Ë„7G’6÷%¾yx“bt5†M¬CgÈõƒêõV«=UãŒÔVÎLrúû÷ئIãÍ~!ŽjhŠ"û £%«9¹/ U ­³@ 4eÔz|ÔX±a±ƒÆC¤‚Wd BîeïþbJL¾´ìΜ‡¬Õ‚\ŠÍy^“Š„$©ØJ­(e›Ñÿª=:—7”ãÝ&!I€’Fªü¹‚ ïVU ‰ÐnÃèÚ¬òJÁ™UÓVиœ‘ÂMKø"'ŽI·_Iç¶•ç?ïÂc7|ÆÛ[fѹŸå4>„@ñÖÏøfw®mSÓL‰‹aögƤ®zs|æŽA- ³I?¬eФQ$èÝp œÎHž <ü=1OÚMy’iÅëˆ2ˆ`Éaè~ž`ÊÅ(«З÷´âÊ—îà®ÿpG?Nýð2³RéóÜ]´õPÁ£/3§$sÅ ¸ÑðS†¶&P>Ê9@PÍ'RU+«ª–;mªªâÛæóÎ Ëi9¾Í<ü•#W™q±œÜÀO¿è µg²}åóÌ[o`ðË“hcPQ½§6>+Î^U×vCw*ô»6õ©Ç˜öŒÂi‘ 6’a-ª[ºªô»znn¨º{­§äÝïM´J'@Éfë¶Lз!ØCÂzê‡Ãê¶ÁzÈAU½ÕiO59#Eélúm-Ç*î҅ж{[B8Åê÷wb軘>!Ò9ÛÙ·{_>Kû=há ÅÇØðþsl'˜Ä]ø J —vl2hõZPT$CqÑzv;‹.ª7-L¹V$½ldIƒÎ+?Í1ò2ò‘[–½Çlf—€gK=¤jöк ’²UF­ÐÖxúã­Q)ΓхK”Ú*¼Çä,v±«Ñ:#eü¾äŠãïæÚ¤ªgEûuº‰+>cõ’ ä÷FÅÏx iÆðÙ÷±òžEÌzvW¾ÛʽJ¾t›ý+Cæòäâ¹Üñ– ð%&í:ÝZ{ç¹r}1S`O_òs”u‘#˜ýÒˆŠ™ÄÓÏäbòJð÷¢ÃŒOùÌw6½q/ãØñˆîÎ Ï}Ícããœ|½hÿà§|ô8/ú/w¾k$|#Û0¨g$õ9Q[ßê–¾pšæÿ‡ñ+S¨zÿÚŽ ÇS$š÷N£Åoq÷¸WeТ?w-\Ƭë¢Fåª÷÷¯h}Ö‰;ºÓ“t÷;¼5ÿ¼1 /;î k‘Ƶ‰Þ ~Þµœ»›ï^[ÈìSf‡®š÷gÊ› ªAÞSsÔeƒ )G=ìéÔr¦Ýäºp²‹÷Á°üÕ|°Ç‹~ïô"X:7f×Zò9‹y›Ó&G™„¶éÏ”7c¦ë€‚@ š®KºÏ ÅŽÍZsàMƒolk0Ò.Ok92h´°[‘Ðkƒˆóe{úol×&ÓÌS¥4÷‡r!¸s ’•¥âÀ›Ë ƒòA8ü|µÈ§vq°Yz‹ ³HDX0q1>ì<¼–ÍRÍ|=Ъ6Ì&Š Ç ¥jÚ Ê}<×5€vÚ”{J_Yø:y¹9u&òíÿ¾â–Û&Q\TXcœÏ?YIÿƒ  q+c_}þ)·Ü6‰³™g2¥ g¯¾ädg Ëú`ãð«WÐûå,ß¾˜+Äwjàrà§ï¿eÔè1Õ†²uó&]1³ÉtaóØ·~¦”Q\ÙÜF~±cßZO|}=°‹0Ë*¶Ì­lا£ûuƒ,ÌÇ¢Ø(9{Œ#GN_ª¢ñ &ªu7º¶ ƒâlò%dl]ϱ€Á\ÝÓ“‚| ª½ô[Éo>’¡­ Šm(¥YÝw€“À€|º§ø#›Í=ÆÑ£ä—*€Ïà:÷LƳ4Ÿã[\Ò®§ž7®ÿkÇÜXcÿÛËÛ›ß{—Ñ×ßXcEE…üºæ'†_5ªÎçÊ8ÉÛo½Å«‹Þø°fÀùÎ+·ÂßEÎp³3¾ ØÁqnR™gÖȾ3ÒH¼}±ÄDèS¶#|¹â ¾çÒÝO”£@ *½Ü/ü½  ¢Mÿ† )É:7Ë ›).0—GÓ…we@B(Í<¡°PEE‡Ox+º´è†Ÿz ¨v+梊M2*žDw»’Vaáèå\GºZö޳`´ælGž=ÂhÞ5ŽAxë5€‚Í”O~©߈dº´ìŽŸ'z¨Ø­F J«I[X£œDGTäYèSp1°ú‚•GüòTüPÅ(‚†à·_Öœ÷=ývþ¥`-É'·$¿†˜vŒÙ§©ôõÕJÑÙÓ•û&v3E9fŠª¹ß‘¾›i „3Ò$6oÙ¨–• } .&úÖ3XŸ1C8”@ ¨¦wá}Þ÷9}J(^8#@ ‚ËÞ©Ïvàô© ¡DáŒü]ž³Q@ h*h4LF±X©¾îœF£i’\ÒÎÈÊ— [@ h"H >¾¾KJðöñ ¹@LF#¾~þ(Š"œ‘‹I~èam@ ß3?ÖfЈ‰‰åСƒ$µl…·¯8àä|œ9 L%F:Hû°Ù¬Â¹˜ã@ h:xxx‡¯Ÿ?ö¸¸IŒîÿ]h4|ýühß¡‘‘Mb¹Û%íŒ(nz#¥ GŽ¥¸¸¤A÷˜H’„ŸŸ/-š7ÇÃà j€@ A}ûwŠBhX‘QW4™}·þl6k“Ùws‰ÏŒ¸çX9|”€’[·B’¤-ì3™™>r„6É­…õ @ 4V‹«Å"!hË´ŠKJhݺ 5èÒ.IÒÁ©SgÄ’1@ àòrFÔóŠç¿øè:òoq+ FK`bWü{»8$ªª6Ú#†B‚Ë a±$ëŒl}d½úFÒÖ˜ÃÛ˜ëÌš¤!"!€V ›ŽXQµ I‹Ì3¼³Ûr7 ‘-ƒéPÈÁô¨W®ù»@‡&2!€ö¦R6CtF›Ž—_'¡ª•cös¶áZ7ÑáC|Q1¨ 6vyÄ,¾@ ÎHáœGO¥º¸ªªÔÚ /((`æÌ™Ìš5‹-Z (öŸ©4Ro¤!up õôiÕ;žÁUC,gXüG)¶\ñ …ÅVrM26E¥ñž¢:;=ŽÙAEU‘P쎿•ZÊBÍ9ËMTZ¬7Ð6\CîA#ùv¿}ڪǨ6™Ì³…¬Ù]DŽýòw¡2ª”Ë'Ît¹ÈõÖ«„ÿ­ËáPi…vF£§k¿z™ÏòÆf rP¥Ö@Ç.á´:sšwòås3^®uSã´¡¿«üõ^\9(‚µ˜O~Î!Cn`y„¡ áŒ4dGZ½(qrss3f ééé$''óàƒÖšNSüüùêàÒê"æ"¾ý£„’ Ùµ[¬ØTõŸÝ´[Ù½í»½•¨ÎÙ Gg_UìÛTJMvìN=×TŠÕŠÅ¥,<ƒýHÐYÙpƆ¢÷bH¯PZÙMlÙ•Ç™Rððö Ê[¦Ô®º9kâ’¿z˪"–/r½õòedw+Öç“)—7°•œÊ)µ<ÅÊiºÖÍ †vñË_Â?*dƒ‚Œ/i‘ù¬:!»÷LwåáŒ4¤3rqâÚív&NœHzz:³fÍbÚ´iu¦ÓÔ|‘ ÑÁ%g6§sJ)¬.¿’–è!ôoáC„§„l2óç\~?auŒºj=0$šV§O±ts¹‘ΛÑÃ#ðýó‘Q$-±Éa ˆó"ÌSTræƒ}2±©ÍèíI°‡ãô6Ù\ÊÞ}Ùü–as¤%éé< –>¦3¼±ÙŒ‰¸P®lãK¤§Š3‡3YµÏ‚\k˜C–¸¤Pú·ð!̲ÉÌ®½Ù¬;#c¯V³ÌJ£#©Mý½ÐBi‰…bO ß¡sÕn'«ÀJH¡»êfY”£%&Þ}a.‡Œ*š obô*Gwd±.³l<×Ⱦڒ¨+î裆N².(˜1C DxK`µrðPk•bVëi/Zk+C$üb›q};‚ô€jçlF>?ì.r쩹™$- m›Ñ?ÚƒODZ™–3{ä°!ÃvnæðbÖ“jìKU‹™Lï Fw´ñÞ6§«ž+Uµ!tâ\rå›Í´DGòE`" IDAT2Xv@¥CźYai–û6TG­± è˜äIQúi~õ çÚ$BNæ‘­T.»¨æÁôoáK¤—vé»ÏðÍ)7åq§\%-‰uµa*£@à&²]F±+Mr°÷b#IZVK"+œ‘ê;œ 33²oß>Nž<ÉСCX²d Û·ogüøñ•:áµ¥ÓØ+KCèà_uVHÔs¿+ªã%Ú¬u$c“µ;Íy ~áAôïM 'øì¸\a)Z…QFõ\ïÚñ›DX„7aÖVï0Q‚½ÅЬj õ"ØRÀ7;L”J:¢CHëޱ ƒMÅj¥<ªªŠÆ7€«:ù¡ÎbU†Y¯ÇßnÃ^G˜Š†ˆ6Q\Ÿ¤²g÷ÖID$†2 {¥k2Ødª®£ÀbR£¸:QâÈþ,ÖäÙñ ô¥{ £ÆvŽmÏà˜ÛeQ¡ñôð¤]˜Dæ#…ŠŠd¶P úïKXN!Yu®­s#n•k ö¤Q8u ‹õ%*þá H‰b´r‚‡eqáz–¯­ ‹ÌùÅlØQH±<ýØ>”«Œf–í·ºùìª#ðÁa^„X Xý‡³FKdl½ºD,䋎õÅ­'®ùrþÏ\Â÷»K¹ªoW·°°2½bܲ4ÕúëÄùsÆY>;è8˜@¶ØU]¥ºYñ~wm¨ö:[3ž!´õ(å·#fŽé‹È@×|Vg)ååÖ:’qÉ:NÊá«,Å C[ cW5îÉãN¹"ÕÙ†i/PFÀl6+'OœdÏî]äåå …œ§#HÛÔö$$& ×ë…3ò÷t9/<®,ËL:•#GްhÑ"ºuëÆüù󉊊bîܹn§Ó˜߆ÒÁ%gþ!Lº:¤Â¯¥|óí)þR¼HK2`ëøýXÄkFR˜–ÍÅŽ‘êŠiI=ž(œÌ6q"ßŽŠ…SÎp}-a¼Hk¡'çÏüxÔ†d©DFD’­gKz=äpÅàMxŇ3øz¿Å1zžmÅ#ÚA.é×]VÖþ˜ÁVã¹;¼›ù'•òc¦s$ßTÌ7Û ŒêÊ­#É8YÄÎ#E,°W¿îý<óW›>ª“AÎ-`ýç~…ìRÌ>ñŒj@ØÑÎÔÇ^ >µ—á~+Öb#;ãçYÑFùqu3†ýVLõ‘ÉdæÐY‡LG3Í÷Žchr!§rÉÒ\äzRK;jÉÏç‹ÝžÜÖ!‚Þyüš_õ9 ¥»ÕFvQ…S²¤šuç® ij©³’VƒAeƒ•6YqÌ"J:š'ù efrÐ riÛòØÒïìŒ* ÷¢—³L>ß[ZY—Z7åÑ»Q® u¶aµµYA½ú$v™“'N²uËf¹‚øø´Z­PŒÛ}:ÇŽcíÏ?£*2Í“Z¢Ó6n‡ä’vF,6¹Þqu: .dܸqL:•=z`2™X°`>>>n§s>y¹ä ¹tp)¹"60æóé–"ŠËz®ªBžQÆàA˜VåT†‰b[Y ÌÑ“èâI°$sªCVAUìXl²óÅîè+vÇoŠ$!«€bÇj“ÏmÄ®îw¥”, $z¨Øl2²kœœ\~ÏôaXÏ8BN°õP{²Ë!j ÓùÑB@j¤VÖB©È6û…Ëáj'>z‚4*§O™))Ó[Ù½ª#-‹»eJA‘ Kù€¯ŽÖñž{–Å2gï)ëX&‹OæåO»„@F ¦÷‰L>ÚVH¾ýò§¸Q®U‡™ªÑ̉ÓVˆðÀ™c¶ ·wÊÐ3*„+Rh¨Ã *X4@>Øå†•)ý„•¡= BæŒá"דšlEU°Úl¥Ÿæ«àÆt &ý§¼òrt¤!á__T§Ýh4ŽxÎg[ÝI»Æ:«!®S·Æ—u¬,¬ùö8›JT4¾þt ±³ï× m ³w¿‘½ii(dK‰ŠÎ§º2qâ¦Ûa¢HÑ‘Ô%–ÒEI­,ÓÅ­'5Í‹”=߯þí§Ù14–k:ZØíØnâXå\Ô¸”Í%¿Õ,ïª3íZêlæ¾ Þ?¦qÌŒ¨vrM ª*–H3IG³ItrÑL×x=ÛöZÎ屺o[] <5•kmXmm–X§%¨gß.??Ÿ¸øD¡ŒzÏ·«¿A¶Ù½,—ÍiZeñ±cÇ2aÂt:ÝeåŒ4„.%g¤òË·r¨Íh&Ë.e@¦lC§Žèh0ç“iQQ™+øèñÀ„µÒzŒs¬š^þU~¯¦ƒVõ^;y™ùüYÀöÖ LéB«=Ål3ªµ„™ÉU "X¢èPiÕQg©>rT¯·˜O gŒÎgÕÕѬ½,œ™Ä?*€ÕÄg™¶*{I*¦Ux¶˜\üТQ+º•?»;ú¨¡“\1\Ò“ã¦<²¬õ³[eèäM(ÖìÍ'½D4øšUðnh™´DFÀ\H¶UÅf¿Øõ¤n[Q-%ü´!惛ÑPKaZßЉ¢`±ƒÞ !ÕV]œ5÷õ]C-2q´ÈõMëEç=E‡OñÉak…™,‰ð¶q\Hø¾LNMä(ÁDEy ?ãrı›ò¸Õþ©î´auµYAýúwZ­Vl^¯ZEi\V§i¥¤¤ðñÇãïïÞé4•úR\r¶QvòŽk~-F~=`arJ וf±%ÛN@t(C#áè¶<ÎÈ "sä¸:„3*Ubk– Ùà¿Æ¹îZ=÷/þ_Í ¥óE~®_Pݽ’·/]£5ääÛ(•´Äë@±`’U$¯šÃÔÒÖ¦[™Ø:š±Öl¶œ±RªÑê‡Ò‹ÈWê'G½í·0¹m ·Ø³ÙxÚ‚Y2åXj¾WU½˜p+ üÛÉÌ.Å„ŽVͽÏfpÄ|. ]`פè8sÆD¶Y½øaDcg÷›cIÏùæOuOÕÉ óñ¡E¸ŠI£':!”AÍTmv?[/{©£ ‹JLäF×”@r—R¢HŽS©Ô),”þ-µ*V ˆ æÊ( §væ9d’/~=q§Þ–fgóù?&¶Ö—§%7„Nì2§ úF‡Ñ+.‡ã²Ž@Lì:í’_E¡Ø ¡þ´,eo~Ýi×VŸ«k?=Cƒhëickz1•#ä,æŠþtÉâ³³FÖ´2)9†å,¶fÚ°iuøÚìÉtSwÚ?©î6ì|e13RM\IÒ`6™ðòö®Ô¯“É„¤Ñ4¹™‘†ÔÁ¥43B­£ñvNï>Î2[C[GqK*È&»·å‡ÃVç‘´*ÙûO°Ê3Š+[G26@ÁXdbo‘ãîK„Ôì¢|™P 3ªª¢1xÒºMüǬ—°aýþ2«h‚jS±sbç1–—F0¤u87´–…¬fu~\®>z®£ rùx‹ŽQí¹)Ñ!“Ý&sö¤ìøfŽz!2•‰&“E ¬öí:Æ7û-Žýc=©\oq©·vNì9ÅÖ¸º8ëÜ :‘9´ã4ÛûDÒ7-޾ØÉLÏàÏÓ6—|ØØ¿3‡ö½BÑ®˜k‹ëL[g¨­ÎV¿$!É’\ö*UÚ«ÒÜZhÓÊÏÌbNî:ÆrKW´ŽäÆdG=9µÿ$ž1»'[åZw¦9/ }ÕjþÕÚiSî)}eáëäåæÔ™È·ÿûŠ[n›DqQaq>ÿd%ý&8$Ä­Œ}õù§¤ë{¸÷Hú~š'%W}gn¥ôÔ.¥îO9k4Z<£:¢‰ìêvú†Ò@p¡MLhJ þ/Õ‡_œä UhäïQ»žÃ“Rrœù¿•Ô²©\ ž$ÛfFSm˜ÅbáÃ÷—ó÷M¿|–i©Eì\ú,ËKÆòä}íñj d¾ò£¯C`PPµá^ÞÞ|øÞ»Œ¾þÆÓ(**ä×5?1üªQu>ïTÆIÞ~ë-^]ôÆ7€0F Èw^¹þ.r†›ñeÀ•mË´$ EA’4•ï†Wx·z=SU@j´ÓÒ ¡à‚ÑHiîåt&Ç-ˆÕ¨z‚{>=Ë«!iÌm@g¤©pI;#Š›½bOo òó æÜ$OC¼ÄŠòóñòòr;/ Bã@G;¶š0‰:ôwº åKnU­þ»-@pIQÀwãÚpÕ'Ùçúw¡Itîw5·N›Îí}#1% gäoºÙy ‹ 7û y¹4ì „§—!aâÄà°ågòÂòL¡ˆ¿½ñ´°þë=¬š¥Ÿ§ÊɆ¸»XööD)%dÝÉO.bÊÀ×Xüïoùö‰~k¥ eÔ±·îòDs©—;—F«#,"–ØÄ$b[5à•DXD ­Îí¼ˆK\â—¸Ä%.q]ÎW½ðoMZ¿þ 2’'?Ê[köòó ìxn3)8ב—3Y3o# èõz’†òïÏ;öÈ©Fö½{}ã}ÐëõèýbéóÈVLe÷ÚsÙðÊ$ú$ú:ÂZqã²ãØêJWÉâÛéCH Ä ×£×ëñk>{?:LiE,Çøì¡á´ pÄiÖñÞ>\!\Éå×Ç®¡KB ãùzÚÿ{›ãÛbµ=_ÌŒ\º3#@ ‚¦8lDŸY ¸îíQ¬zu= $#Ṵ̂ôLzñK^Mµ³ýÍûyðÆQìÚÂLÝ"nšü.šÿ{‹nNÅ«à0Ç=c˼ÌìžwÏ ÿôY5$]îIJ»4C_Gº¶2’þëZ„ÍdùâA„ÈgØøÆ¿ybÂhÂ;nãÑ6P ùmÆ Æ¾acäœwx9-ˆ¼?>eþc›+8#Eìþj5»`ÙÛ#ˆV (‰h‰G]ÏOñÎÈßÍÌQ±¢ @ 4"Vµ­AÓ“üÛ2¨%|–¾‹³Ö‘¯á‰W’:o?¯ÝÓ=лߌäýO3õÊãäáO¿Á#èß- ééLKÍÿ™Çì!âî_ùì¹ÞøUxŽšûU­éÎ|رõÜ3a#†ÁÜIå§ø;øü—3<Ô&mîO<³ô$±÷màùÝð˜JÑÊåÜï"—góÁ\uEüÝ|þ£5|šA8#@ Áy`³Ùe[OÀ‚¬ª ‹¥KÅ/ØËÂd¬–RŠŽüÎ^3œ˜™Œ÷ÌÊétÿÏ·|ò0ÿyóan]d|‰í}n¿–ðì|óÒË<”aÀ¯Å ¦-}‰‘¡*>t›»š/‚fîërËËvЇÑuê ®йÖt ÎõVjeg¤Ì™R32íúšï‚ç0÷•¹LXl$|#SÒ+}™Ü®éP·\ záŒ4:6mXÏO?‹——WqÍf3ÿ™óH“ëˆ üCXÿâåoá“øy|þÂPBµµcXÄÎó~`G¦LhGéNþsåxÖ XÎÿí„çy'XÂŽ7æ±ð¯‰ ›Ü4ÕœÎ'OÍáµÿí%W¯v÷³bÙ´Ÿ vQT)§woá ¶}SƒÐÖTW”"öýð=ëÚŒÅÞäÑŠ¢jtF¥Â/~ yç ù5ÝàÜëQŽ6Œ÷/æ×û«D„v3ùr÷ÌšÓІÑÿþŬ½¿šðZÒU‰ãžu¹ÜS1-ÎÌÿ+—ù“‚èq×k|×kÕçASM:nÈ¥*MÓ4MÙÐE©µ^PPÀäÉ“9|ø0^^^Øív¡ƒÆ µ€ï'¤’šZõêõˆó£Aÿ4’Q-[Ñ2>CSªe’O-è¼ôŽ-zµ”Eû;¥ÄµèŠÿ`åÚb’®J¬^¡dÿ§<1i8=ËîIÎø‡? ½´–â·žâ÷¥s˜8²RSIMmGÏ+Ç1mþjNÚ\â-™ÍÄi´OM%5µ#}¯šÈ£ËwQÔ` º•ôÅ÷óøjùø›,[þ¯ÌNLc½*+»!³ù)G®&gé5©tü×ïUÊðÂUuˆåÓ§ðø×§/¡º¢–lbvßTRû?ÆÖµÑË#4o¤Â’%U%(8Äí«â}—óÕT¸l÷Œäææ2fÌÒÓÓINNæÁ:hl:ˆ˳ÿF³ò‘G fɗƲ}7,XÁ MÍh´~„è ŒòG[kY€.°^.ož¢í«XglͽC¢ÑüÆÜÛãïÜõØthEñGF(~5´Lªq/oß5WvyÒþÚñ<:%‰ m gî`k–‚^rçE‡Ñ·2{jAÚb2ölaO‘]CuíùìZw}EL¹¦w¥†Ì/xàžH>\6…ÔbÙÜ?ZWdNó*ÿ+ðÅCý’×~øK¯‹@+ê¾@ð7ø"•;Ô¹9Ùîß+>ŠÝ¤¸,Çmìv;'N$==Y³f]–ŽH“ÐO<í»v£[·²«+íã}FmÏgû²YŒБÔÔTº›ÈŸÀXÖ~Yöòì TÎÛ{îŒñ’ßùW§TÆ|àéT ØòêÆ êæíïÄ5ó÷bQrùý™‰\= íœ#ú‡ÜÆSßœÀZÞÇ9É{£Sé»Ómú&Œ®YWòX÷ì\;°{ùÌQÚUwóÜ7G0«•›‹f·5Õ£n´Íx{æ|G–\s§ýÌW0²g{Gšû3î‘•0©îçËIöãèâÔÁð×Ò±ºÖWÜI»®:T–|¸x7‘w¾Ê £|ÙþöJY]ËþxïnÜÙ‘v×áLÿüœLnÉÓ ¶v2 —ª3¢ª(âª×ÕT¸,fFöíÛÇÉ“':t(K–,aûöíŒ?žiÓ¦!tÐXu ¢(2ryOGB«Ó"aaÿ›“¸}Qiwý‡×:û’¹v1Ï͹…êW¼~]”{†¯³ÿçß8p;Ï<ÙŸpµSh%‰óÙ8üÞ˜Ü !ñè9[ï– ö:TsûQ´õ>ÏíÌŒ±I+¾‰ø¯>ä퓘—æë´] ޚĄ…™t»ía^ê®à Ö¶¡èœ+Ûë–§alíÂd.M$IÂd4"iÄZÆ î)v4MDM¾“e™©S§räÈ-ZD·nݘ?>QQQÌ;÷²0Ø&«ƒôùŒì<¿Âyö·åŒÐmbÑ;é„ܸŒïí‚@¯Žœ¸’™ —s`äC´=ÇbÒЫ۹%8rã÷èîôëã8£¼gŠÂ†³ùisw¶ˆ®R±ìE§)À‡®=ûÑ-5 méà +­%L-ØÈ¢åÇHz`5sÆÅ¡:·Ö³síÝ|ýà r¸6lyûÓL"n]ÁóSR›Ó»'QòÝWÌ;ï²hɌ՟p{\™&ò6~Ì{;æôoæp¢FóÜ‚ƒLäIn轘.W]ϸ›nàŠÔj&{ÁaÒ‹ ¦G[jYGS/º{ 5´Ój‘6â|†;å¬ñ‹¥e«Vu.Ó2Dwg@ß^ø}ú§1ys~HúðI.½Èv[ ¾íþÅ+³w3ú¿÷ñJǙѮJׯæQöñß-°þô?Øp€â%rùÒ'ÔªÕ9‡G®SP[ý²[J0YÊ6•jñôñqìå°çðë’ŸQú¿Äàp-†ÐÑÜÞþmæ-]ËŒ# Õ8ìdáÒƒ„Œ}Wgvv”É9Ã-yÊÖj“Q hlŽH@` gÏž%<<\(äÉÎÊ"((IjüI“wIu: .$ €©S§2mÚ4L&³gÏÆÇÇç²0Ø&«ƒ˜[yqùG|ô‘óZñ}ü%l§wpÀìAûA­Ïu4At’gÿà@aÃG¡ñ‹§E0eS]êžÉ·rO_‰ïþo(cî_Àª-§±¨u‡Ù2wrÈéÏ cÙæðžwóƒòNæck@l™»9fó mßÄó?%«JY,àêˆ ƒ=—õ«v@ÇèW~¼žè+góñ†Ÿùè¹[HÊù’‡Ç àêY_rÂZãøCI’pÝÙPüÛ}ôï3‰OÏÈΘŽx5Êz6RW9Ÿ_Å £çÐ$8½ƒEÊ?b·\bÇ<üa…,{`> \ŸeåÌ/¯1ýÆÁtoŸJjçáÌݪ€ÍŒ| œîRs2óÇãW’Ö«½zõ¢WÚ-|˜áðäŒoxw‡ÃníJ€è"<±7ÚMïòí)¹² lÅ…¶” ekµµAcB«Ñ’šÚžÍ7’••…¢(b3úy\Š¢••Ŧ›HnÓ½Gã?ï÷²˜áMIIaÅŠŒ7ŽuëÖÍÈ‘#/«Êß$uàIr»vÄê\»MÎ3»]ú¢Ry§4h4 Xí¨ T•ôPì5ôÌ Œ[´†Þ›¿æ£eKyrÒ»¼qõ‹¬xâ Âj PUT´t™ó>s»zW’F…—t¤áä(뼫 Wå¾HÎo¬Ü ŸêCˆË¬†dhF»¡i7ôVîøf×=4—¹i½XrMX¥%Vº€D|aÍŽC)-©0”¢Z É-(Âdm#ÞOÛÓ«Ä«ìÚÔa#RΨr·óÔàv[±‡Êà9ó¹aôdz:‘QÖ³[ÎÔio`¼êažŸÝ•p].kÿ{7/—eâbæË´k¬CƒIž¼%£,Ž{5¾$„k+éŸ~ÈA{.'tç—ä>üâ(c§%ªT[&çGÙZmmˆX«%hLΈNKBb<ŠbçÛ(,(DQ¡w?5‚‚‚èØ©#‘‘Qx»ñéáŒ\bñ±cÇÍY¯BIDAT2aÂtºË¯õ¾\t ìD’ÇRvÿ’Ž©w'Çfe¥€?‚°ëi ?Q—~”b¥žÇ¡äIlÏøwÏk»üF>û&?MÈMQºÃÆE´'Qogÿ^á7¶Ã×µS$7œezÛùý^Jzõ¨ú¬ Fæì¯«Ø­éÊü´àZ¦cu„÷D"?qê`6v*;#x§2vhß}ú Ëv÷fzGßêûˆåñ^åÝ]}x SÕxnÙÈÅF)dïoG!ô:ZøiÐëÿy»ÕôäÁØ8aËsO’åøfŽÄô)cé§JÈÓCVÙnäKòÀÇJ Íî}?¤ls¦»2×T¿;Ñ#Ñ%®iyšð^àÅë£+Ø™•ƒoþ‹9Ÿ®dÿäGiÑžDý;ìþå ÆÞ.Ë´Ü”§Am­¶6D hLïi½I-ˆ‰E¶ÙÄéXç=¥Aï¡w:"ÿ›]—U –’’ÂÇŒ¿¿ÿekÀ—ƒ¤€4¦ÜÖ‚±oÝÏŒà™ÜÒÙ3kßä™ßUzPr’-«^c7AŒê[uõäK—ûžâÆ-÷°tüõ¾}<#º$¨+åôÆLÀ»<^ç{ŸàúMSxçÖ1ºu<Ã;Ǩ3“ux';K0ó>7lDnx;°n[Ì¢LôNÐqæ÷w™¿ÖFêÌ›ií’Ç¥`·¾¦òÌ­?3~yFyšшa!+Þ\Eâõí1˜8”[¡ ®s#_úpÚµò¢xÍB–¬žLW︜·ƒçñâÏ0ý=ð!ªÛ-´»~(±ú†”Ó”-eyÀ¼û<ÓWX ŸfIôîÒŒZ_gVñÈÝ«\~ì‹ë—1°p ŸþåIÚËÝ’ÎuíRÁÆÕ¼ÿô{œ5;Ê$$)ÛçÏdjO¿jÇz4Á}˜½òcÚ-ZÄûÿ{‡Þul.1ÆÒ¶ÿZ9OäÒ†ôcΪéðú"ÞÿöEYîˆç‘BÏ«{bµ»c#C);Þ™Å{§-àŸÄ•Ó3{|‚S·—ˆÝJ>t˜ú㾟X¾|IÿÿíÝyœœçñoWuuHº9 —!AŽ„$ƒ" / !ˆ †(Ç¢0âÁ% àűº³x!*F °œ3:Í`w£fÁá ÌÊ”+„4 髪öî&•¦“î4t'ï÷ëõ¼*Ýõt¿jxÕ§Ÿç©gç¿Í÷¿þlÎÿÑwrê/»fY½uv;x›4Ô ðqÕ5æ=g=9óæò³OÊåuM™xÌE9ä½Û÷z‘·Ìô/|:óκ*÷£ƒràè÷¶Û_\ÛC½[diîºaa–ïxBÿÚÏ=eV¦5Þ’7ü>/í3=ó…ëreó…¹è'ÿ#Ÿ»ºœÔo™)'ÌÎ!ïž<°ç“7æw­s]ž#Àpú#r—…$ÅÓO=¹õ‡³/Í‹K^è÷Fn»e^Ž;áļܲlëÌýÇŸæ€Ê[¶Øç®Ì›{s›9ëu=¹ßüzAîþÝ:«x±X̾ïÞ/Ó¦´Q½ÀfÀ†Õ™'®<2‡ÏŸÙ .Îu›èžÊu94ßßáòÜqÉ0=9"ÀÝ:onfÎ:Ò 6°Q›m–¯»&³>|Ô×iiY–…¿ZCŸÙïí=½ø©\1gN.ùñeóÓõ™‚+“¬HÒ’di÷²¤æß-Ýׯì^¿3I9I%«™«nÔ[Fœ>#NŸ±Iÿ"šTÇ“¹}îcÙ|¿³òÎ1uæ¬Æö]àMÓþÄ­ùå“£sÀQ{F‹½ùàMÓ°Ëé¹mÑéQ¿cŽŸ»(Ç›¬Æ–@Œ›Ž!½›Ö[lန-#€Ä€Ä€Ä€Ä€Ä FÄ FÄ FÄ FÄ FÄ F1 F1 F1 F1 F1 F1ˆ1ˆ1ˆ1ˆ1ˆ1ˆ@Œˆ@Œˆ@Œˆ@Œˆ@Œˆ@Œb@Œb@Œb@Œb@Œb@Œb#b#b#b#b#b#€#€#€#€#€#€Ä€Ä€Ä€Ä€Ä FÄ FÄ FÄ FÄ FÄ F1 F1 F1 F1 F1 F1ˆ1ˆ1ˆ1ˆ1ˆ1ˆ@Œˆ@Œˆ@Œˆ@Œˆ@Œˆ@Œb@Œb@Œb@Œb@Œb@Œb#b#b#b#b#b#€#€#€#€#€#€Ä€Ä€Ä€Ä€Ä FÄ FÄ FÄ FÄ FÄ F1 F1 F1 F1 F1 F1ˆ1ˆ1ˆ1ˆ1 YõCùÁÝpíU^!#ë×ÌYGzu`#f7-@Œb@Œb`xÅH¡PÈÈQ#MÞDÅb1)†þv‡õö›š³råÊ”J©+Ôù-€7!DêK yæ/O§±©yÈ?Þõvž‘Ý'NÊ=wß•½÷}wÞ:vÛÔ××ûm€7PGGGž~êÉÜó¯¿Ïž{î%Fzl»ÝvI’î¿/-Ë–¥R©øm€7P¡PHcSSöÜs¯ŒÝn[1Ò;Hz¢ØÄãÉ1ˆ1¼aªÕjêê6üé6Þ) yå•^U*åò«ïã‡}Œ466åÏO<žÖÖ•©T«^]‚ªÕj:;;óÊÊ•Y±|y›6èãyC>Úw—ÝvË¢ÌÄɓӨØèU€!¨g׬Ë—ç¡È”©S‡Œlµõ6™~×TZ7òù¾vÓXŸÊÍ-ß™—Êþ!GìP̈òßæŒ}¾™3.º5ßš~lÆÖü©xäNÓrØ!3Ò˜ä wT³`Ü'2÷7Í9ǽú&n ë¬S*-ùU¾qÉ£™|áò£“wN)É~Sò»ùÈOn~,g}yT×ýN8(‡|@‡ÅÐGeʧNÊî?87—Î[œãN—ú´ç7]™‡G¾/7ÎÜ¡{¹ºl¾ûsÌîÝ?¶ïĴν1Ç.x ËÎÝ#Ûô;»ùæUOeÇÏÝ™ÏÛ;›%É“ÓòÓëóùz¾b`½êèèHggǺÿÜc×ç{¿ṁnß'›··¦-[ç°ÏÍÈYÇ]”›=<§Ž/%mé¬&©´§½­µë¯ò£Þ–ݶJ~ýijYÑöÖŒÈ:mm)W“j¹-mm­]»Ä´·§’¤ÚÙõ½r{×íTË]·SþÏ΢•ÉŸÏÚ=›µúcozô/YÞ¶ÃkïwˆÎz5;~8ŸÙ÷ü|föõù~1»–ïËœ«þ”æ#.Ê´Æö´µ%I[žšÿœsáOò«ŸÎŠú1Ó^IÞ±,ËW¶¦©¼ú¬Úz½-ÿù»<Ò>*{NŸbÏl^]§£{¡7_10ì æü ­yøê˳¨ü\<6W÷ºöÒëɉçî‘=:W³ê çj1¥bR)WV?¢¿uRH}!élïL¥fý®‡ßû=çŨ¦šbÞsñÿËö]óèêRj~[FUŸ}íýÉY÷RØ.üÂrÎÑÿ+×,:5_zyNnzz‡|ìÔ}3¦ûàóö?ÎÎGŽþVZŽþN®ýÞ{²}éùüŸÏÍÊkšÕk^ƒ®Cã«•šu«=#Êó#Ã+Eªƒø„§÷æÊžÊö¿6×}|§”j"å¡o}$§]wU8ó»Ù»Ô×'0U×}­SlÊŽ[$/<üh^*ïQ…îëú|CÝõï†í÷Ê. 圚“?35—åÔœ‘ÍrèõGe\ýªäñ¶}2>æŠo_]NØ+o¹"?ß‘îͯիÏ"ÍÓò•Ó'æ½ß>:ÿµáü|ö°‰iîx,÷=Ÿd‹î Úb(ÎwÃñiZƒy{\ó×ñ. /¿-/ïtdŽ|{Ãk®ýÎãòþæ—2ÿ²Î’J÷¾=½ÖIVÿ^ÿ딲Ë)7äš“÷ÈgŸ–cgÍʇN¼,/ì²_öŸ0*uÕjªu[ç° ÎÌþå¿Ï™÷¯Y‘Íó_.¸-sÏ›ž—oþr>6kffõùü`þCYÒ±æûÌòfκï¥>ãŽ>'‡N²ý ùâŒ-»fн”vûL®¿ä„ló›¯å¨C¦ç€>˜¯?²u&O›†ô1«×Ìbd¦žó¿sû7HáÖórü‡ffæÑgd^&eÆ{ƦT­¦ºç;˜Y¯ou}\’O?õäÖξ4/.yÁÿmºµ·µå§ÿð÷ùäI'§½­Í@^‡ë®¹:œ93MÍ[˜õžuž^üT®˜3'—üø²ùIÚ’¬L²"IK’¥ÝË’š·t_¿²{ýÎ$å¤ëóz:ÓnZƒñÇЗ·l¹U¿ëlR0~³È<7¹™b`Pïß¼Ý_–¼ð|ÿ÷_­šõ8ÏMm¦b`8¿A®VSñæÕ¬#ëS]]]V,_žB±hƒT)—S(ÌzÍZŒ ùIšššòܳÏä­c·5Azî¹gÓÜÜœB]YY‹€a P,fâ¤I¹û®»²Ï¾ïÎV[o“B¡Î`¨R©æ…çŸËïï¾;S¦NI©¡Á¬‡À¬ÅÀ0P,Ögܸq©”+¹ÿþ{Ó²¬%•JÅ`s…Bš››3eêäŒ;6#FŽ2ë!0k10LÔ—2aç³ýÛ§ÜÙéàêu}“\W—RCCFŒ•º~v2ëõ7k10Lëë³Yýhƒ0k^O, F1 F1 F1 F1 F1 ;Õ>–ôq)F€¡KŒÕ{kH_[Ij×]«úþVxzñSF$I¥;2*kˆuÚmk­1òÙÓN1n G¹f©Ô\ö,ýH­º>. IŠÝKC’QI6O2&IS’·$iN²E÷×I6ë^¯¡;pŠÝ·Óûö€á¡vëFOxt&iO²2É+IZ’,K²4ÉKI^ìþúå$+’´&ië0¯Þn}?w\{ç=KgÍÒÑý`z$ÝëÄlT1R©‰‘Žî¥§ zÇÆ€vת¯¹².}ïóUí£†zD{wéô„H¹û6 5ß#0¼ƒ¤¶:ҵţg«GmœÔFIe-··ZŒôµÒšB¤£&BZ³ú‘Κ©‹-#0Üc¤¶ jcdeAÒ™Õ·¬é@÷µÆHí—û‘ÖšèH÷õYµ»V±&F„ ÿ©í‚ž +ÒuìHkAR^S„ô|¯~õÓû`•¾B¤=^€1F’¾bïÙ:òJVm%iÏê[G^÷–‘ÚUŠ5Kj®kKRª‰”BMˆˆ¾1R{ÜHí®ZµAR»ËVÏÖ‘JÖ¼ed1²¦cEŠÝwØ{׬Ú)öŠ‘ˆÖ1’^1R{G[Ví²Õ×®ZÞ2R­ ‡¾T©ÝõªÒ+Fj)ôŠ1Ã;HzªV_nÕ^#ý†Hïéëk?Ž«£æºžP{Ž‘Ús‹¼f°ÑEIíù{Ÿö£'NúÚ2ÒûvÖ#k ’j¯ªÝR—Õ·ž$¶ŠÀÆ!½{ wÔž½¯ hËHï]µzΦÞWôìºUÌê[CìžgÔî®UÍꟚUîuY.}…̓¡÷ÖÂ.…lzAÒßeŸ!2Ðéùº¿e · ï©ýº¿%ƒ‰‘5]×;>úÚ"D`ã’j—k=ãúºÄHQ"B@”T×Õu Á¬'D`Ó ’Á\?èˆÀ:ÅGoNNl:þ?—ñ ,ákpIEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/cact-preferences-runtime.png000066400000000000000000001261121433352025300254730ustar00rootroot00000000000000‰PNG  IHDR#Þˆ@Ô+sRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÛ  -±‘®m IDATxÚìw|EÇ¿{=—äÒCBBB)$„Þ{lˆˆ])v±‹õU (нb—"ˆ Ø@Š4é ^/Wvß?. —ä¡q¾|öCr·3³óÌ“gç73; @ @ð/ §y @ ‚óå|B„@ B”œ3!!¥|@ Á…)Ë>|&׳ ² !âN”x$_„Èà[§É†ˆn¼¼‡h@ à?€\Çó‰,™û@ˆ ñ!»ù¿¶(‘< /BdÒ­7•W&ZE @ 8É-,Ãf¯ß‚&ZEX€qûÝò—Ì} º–ðp>ì•Ú¡êwœÄ‹GA¢ñEˆÉ)­*@ \B$¯¨”mk—×+}ZÇþȲBX‘ãåtë7 kÉÜćóasúYªüß'Aâq™–!"Å‘ƒâzfÅn.âèÏoR²ûgd›»µÙfÁÞ”F}î $E,ë@ ÎyEåä”°cý ú¹‚”&!§”~çá|–ÿð5©íûjò«­ *ňÍé°êÊÿ…ˆ+AR·[õ7EsýDÊ*¬uEHE)Y¿¾MÎêéѦ9=ÛÄág E«Ó£–$Žäñé÷+É-SHºñ ¡±ØlVT’ •Z-ZÅ9ÐãûܦmÐZ¤ä;- ¼ySç¹'ÖSÚ(œS®¶RÎõ›ÙS†èd:6A_™‡\|€ß7ÂÍ;dÐô ØT©8κ Gñ 3‰èQ#9:ë;NÐëÆË˜VÈçóVóý‰îx´]´vVïÞÎêŠhbŒÊÙ5¬5ŸÍkwqÜÄÓ½M~ª3]·µ¬&™„•$ ^¨¤“ÑCv#y…ì;p„ÀRšÇu,‡üÂBâ¢BHlÊñ’ºy¹yT#Ç,H`ÊĈ³q>œÅH aâñvÙÅEè‚)·kO[jžFû—°aÛŸÄ&G••Kî_ò#ýoyŠžýRtü0’$Q^Vâ2O@Ðp„È‘mûHu)/4Ó:õ’-d9Îê5ÛùöŸ Z¤E`pÛ™S°æàpDæ i Yù`Év~lFªdÅNáž=ú âž.Žõ¬6³›ò‹eÔÊ!ivüqU?YQ8¥2¥œƒÒnÒh¦GÀñ5¿óàå$·ŠÆPzu¹1Ì}¡!ñáK¿²!>x¿úwŸk.·ÚyðéËH—ÊYôÚ2«ÓIT¡XŠÈSGÐ%F„Ñ¥)|u¼®¿œÕvµæ±ik9·<6š®àÈÆ¿s”„ÖÑ^É©ÕÍ΢ÃâýõBŒ‚z!9‹‘ʸ˜WPH·”P.jÍô~% À±SÖÞý™|M/Lþzÿu‚Ra!5òr[Cœ„ˆ¶RˆT\µ›–RëçÚ‚ŸÅˆ«kðoÞ‡-Û¶Ó?¥3XËPö,EW¸?­†}G‹ ò×±÷H1e6-Ù›¦mZ Ó>ý˜´KHlÙ¡E‚ÝÆj•4iFg@¥ÖËeq±tùc®1Ð*QKÎÃdæSl¶9"•>”´V͈ ‰!dÇF›½C‡J0« „ǘ±*TrYE\žá";¾\À#k˰£"²u{ÒýË9ä.-€bæØ~7åêlä9ÈÞ£ù[ÐøѸ IM‚3r9™»ös¤°Œr«ìH«ñ#4º )qÁÕ³(6в³'3— $5ÆðxZ'‡cÀê¹ *òްcÿ1òËí(HèŒÁÄ·hN¬«N¿­”Ìý8x¼‹"á×4±n§XöVf¾}»Ed§î–憽¼ö­–^!ŬøÇÚ&P-žËèÒ6 ?éíZiŒ²£G0´ïí"1-¸"b _6¢E°“qÕæ¡a¨?ßê¶5˜fI:­ä9ľ¬|Š*d$­abiâ?>ù`}ê*.t\ÍŒÊÌbH‡Æ„™ü˜|M/¦¸$˜|MoÂL~䕳uÏ ?ÂB‚käåa™–ÐUj ç‘Ú»lU  7³#DÂËÌHhç±|ùκõì‹!wå{ÿ`Ç‘RVí/a{Vñ!:ÌZê höåXImÑ” ÐmÉÜNYIO þAÂ[‚†Š¢ÔèÈæý±Œñ ò°éƒè?²··ÔÕ¹É+6°ï€ÉíÓ¹¡EÍÂt¨{a&³æne›ÅB£v­¹®G,ÍU(e…üõÇ&Þ^o&!Ù€EÑ`Ò9ÊH½r8__ Ãô§W±Mû´©ÁÎ&ÚK¹O^ã"mЉ¼ýÇHÔ…{ƒˆÔ ”ò"Ö¯ÚÄÜu4M‰Ä XÈÞ± Z´äáQ½i¬ÅJææ ¼ðSRE.AmÝ”Ñ"éÄ>jb¸ý¶.´‹Ð"!Sx,‹/¾ØÆöˆDbœ;“ÖvîÈ¥ýàn<Ú6”•La¡L SgZ¶—sxÛ^ŒnËlT³ƒ_« A"q@/Æ[ÊÜþŽ10§üË3÷bêÜ…ÙB 78¶™/8z”E‹7±òX(棼0šT3ß“Ц÷ã»I½ñss‘©zHÒ¡·_ÉP€â=Ü?c/Çe?&ŽO¥‹ÖNÈîïx93¬–ËeÃ?²ç2ÞÊ"*º”l_íZ…½ˆ¹\y]`'3[!6Ê@¿þQ|öE.fS8: ݵùßL] øX·ïy«0ˆ £ðo“ÁcWÇ’¤F.-dÝšx÷Ï"µˆ ø€7Œ€Sñ!@Ð`pÒ"Õ}x£?Ó?ú•É×ô"ÌäÇý×öFBBdúG¿Ò(2’à S~¿$¹]M`ª"Z'!RµÝoÕìU;m©*W‚„ÚbÄM¿¢îEèÚØqO=þ$Þ:Œƒ¹ ï­Î§g§vtîŸÀº[ø{ïV¢Š›ÒÄ&ѱcG,[ðãû2|â«Â[‚ÿˆÐE¥¡?ÈŸëó™Ô²*Z ÛòýéÜ9†d­#Ž™-­¼Ò2" bj7@¦¨ÈB€)ˆ.{§]ƃ°³™<‹–2*Tv"úôœ¶@Åeõ-·HMZZ1Z@±c¶«1ø™èЯ'!e‹yâ ?Í,ûQºôáÅ>¦êm—´„©ÌäåÑ÷eümCªâ¡ÓHSRZÂÑ azÊŠ¬¨)'Gª Çv¡ÅÈ‹¹5Ù¡lfSPÍÐ^ºo}ú»/s“?­šúWßQj·¡RfE2êéyU7vÎ\ÉO긚7?{f‘0•üB}àÆ±Œ½NÍÑiëø›ˆâ¥î]¥æ'r™™›‚-¯´jÇb·g»ºO¹(C)eï‰ ñÅ®NùXò³°4kCŸ `¯}aãÎ;Òiœ”FÝ/üUJSƒBñþ]nÚ¼‚bYçsÝ,YûñïÛ©]ý«oï*ÿ :õíNzÄ*îü>ÙâÅ÷ÛQ•øèC Aájf$¾Icü z¦¸’û¯íMH cUA^q9Ó?ZIÓ¸8"#Âj¤©ÊËÍ3#þÔœ©Úê·öîZε»ñ*F,V»ËÏCºçDE÷<ÿ1Ázƒûô"Ì eËÆÑ’Sl¡}3)a€1œÄ¤ ZuëÃ=<é6O@ÐĈŒ½Vì²fïaWX_îˆ\ÖR²+4N‘ÉÎê·¿å{m¨´ãx¼›?PÊ·³—òÞA©™sC<;'÷Ë6á2íG‹xa¿„F¥Eëß„§N%íé”;ï[þ·WC×±óPK-ÍÚ5Âo}6{tÑ<ÖÛ(ìûi-Ï¥TQ ~±\ﱌÍì I&BPÄÇoýÈWÙ ¨üHlÙœ0IÆR¹ãºR‘C¦&ž;’Û»¯þt /n*G׬3oß_y¥NØ›p»Ç2w“Iåº O¬[Å'A¹»u87Meï÷5ÛWÕ”ò% ¹ü[A&C87MèL'C]#¬ü•]ÇEêpò£r~xg1ó²$4†p’“‚Qí(õ F»Œ\ë>W§ ÅŠl4¹±kš=øµÀ)‘í[sX¦ûÍÑè€Ã«÷±ÿ„…™éÜkbhw#‹ÿ(&²±™=æh¦¸jóÈp§+óV7³Ãu]ý;[¾]ÊÓ•˜Þ™Y×ÄزƒZÊW–0/>xœÒàŸ|H 4,œŸ)5[NŽÙYm Õ Ÿ•+:1[m5ÎuÎËMŸÝ¿–©!UK·´•£JŒ8ï²åÓ̈×eZU„õ½ÿô¡˜;‚æÉ)Þü#ÿlßI¤¿û¬áD6‹Çª3±eÏf~~÷kÔ*µx€] hÐb¤æ¨th÷Ìï^ó”C¿ocO@0šb{ÐÒ¼ ÊAvJQÄWÆ»Ë&]ÁeΉý‰ÔØØo«¶‚[ÈAvpêiO«Ü‰=»K eøù㯦$2D PNð埥Dd´&M+c)8Èn•·2$f²*/•KBM\s÷åôÛµ+¶ó{Ž™àh¿ê;€½¼)¬Qr.ËwªˆoB¶UvêÜÛ!Â[™Ødª¶8«=»%—óç׿×xWD¥sÿÀ|üœÄ@é‘L’ûöejÏpj.ÂUã¯u5“QÇiꌓ…'%ï¯{1ŠW—Sê ºÕ)C2àçÆ®+wî"yô|—æ´þìð®ç0fSÃcrY°±süùÇqnIHÛR—ýCa©„™á²Ím–v—ø^7mdqr‹6Ë4IO$ÏÖ–ÅÑÏèOF”šùù^|PÒ`÷чAÃB«>ù×m—w‚¼¼ŽËfò5½ ô#¯¸  ôcò¸ÞLÿèWdY!4Ôñ¼ˆZåÈC¥’°ÚeWÅè‚·0¸"ÎbDÂÍ-wbÄEw>¢9èüÈ)*#,¥‰' °„6ewv!þqñ 0›ÆŸïþHãô´>ÀkžàÂ#®°›Ë9rô8«Vï`Ñ! q—¹H« IRe×ÒÌúU9ì<Šk+åD u¾+¤ ©ê—¶þåJØ«¦$Næ£((Žý( (Šì½ S±ÁðÅìŸ8Ô+˺4&69‰ñÉñd|´”·òH qÌ*Õ0µ¤F§²c“]•y)3?•S¼wµ¥»ÑÎn"ãžÖ$%8¿Ñ׊­qî펞b~þa;Kýé;,6•|KJ•8R¡U)ØëÌÖ;îOJåÏ’äØK–e¼¯'R@‘|(CGãwvý‰Ÿ\em© ¾k¢CìƤ‡F1Éù{C Ûoàå, Rˆ›6¯\òà[Ýênê_ç~)¹¸“×ñA Q‰ZŸ|H 4,$Ë´ÊËJ«Ÿq<#²˜<®wõCís¿ß@A “)*=#¹_¦¥Å1#¢u ÚZBDåBˆ¸ þ>ì¦å]8äµdÕîã z1McíÄ(pQ`(šà(ð FQš6ãà®?IhÕ•Z„@ !‹‘:°Ÿ‡U­ÅàçOHD‰ ~¨íÅ.º• ’Î%û8GiL<:Š3ùúçŠdPü‰4âiB_~ž¤­=µ(9•ù¨"¸¤–§~ßÌ@ˆV륌F‘,¹øÙóYþÃ,_êÏ [†0±©ŽömL¼¶  {p cE½?d'“Æ$Há\ÖÉÀc¿ä£Ä;_9ÇK™QÑIÎÏ¢Ô}æBÒFÏf,ŠåµaaN#둎a²ãûùâ·ƒd«LÄö;)F+È1=© zJ)©^ìæøTŠ• Ñ“¥&ÝVrÕ4K ÅÕ!Ž{¬šð0=¥»l(6Ïe(v*,¸±«?¯}ò—ZJ2F¬ aHëÊJT=—TYg½É€?*ÚtF÷^.åv7mn Ao×û\7ë‰lC’*œ¡*ž^³ŸÀôÎt4”²5[¡ö-ÔÅfÎTXì>ù@ hX¨œ`¯zþC¥!¯Ðqïšþѯ„G4ªþ¹jk߸¨PöÍ'  F^Ĉ݅©š ©:$ê¾±ŽÐÔú¢Žjñ¦E2w®ÅۜԞ]X¾~ѱq¤gd éüAçÇ–­;°X,Ürã5<üøsìÝøÍÛ Þ"4X1R·w¤H"=Öiiˆâˆ-.WëèBˆ²ïçÿS™ÒÎ@Ê þ|0H¦Â¦B¯C‹ñðCÝiÝ+m1¢'Ävˆ7¶à‘6zZ »ˆÏ†Ú±(jt…;¸{ÆNÏel?Šâ—ÀëOôÆ¿¤”Ü aaްœw¬É`:¹õ®.„(y?®Kåñ’â³VÊ%­Ó2* AöCžËÜk!0Rç4 åReaˆŠ#oÝ>h;„ë¶ø-<œG &"[ñÒ½±,UêÔþš"~Ùa¡WqC†ðY²NSCÀ™T…ü•©Ð±©Dêˆá|r±*—iÓÖp´Öâ/TÆî<èÍ/”/3m›ì¹ ¹˜Ãæf»³kXm£ '—À`Ÿ>Çkl x畟XX¤r|/Û1µë˼+Ñâ“èæw”?,žÚ|·ÏuÓYðÁêLíb$ãò‹ùâªw/+ßñ?V¯p‹\ÊQs ÷uuö!@Рpõž#_ý¶—²’Rüü1U~s¾ù›¸èšDr¢ÈVk7-·[ûªj‰ŽÚ‡Êq$¾¿ôÐÛ̈Z«¥¨¨˜o–¯ãø±Tn¡kv1—_~ -å—_W¤Æf³¢ÑèhÖö"±LK hàbÄÕnIŠ¢xïü( Š¢&(>†ÌE?ñÔ‰VŒíCs“½Ì…ù°êñSÉXÏ›´µWØ$†ƒ â™­Ó%†fjt’ÜŸû=”a$­C¹2Âü‰Ì%lþ{+oÿe 6^TmK5¦¸²~XÎÓù­Û%†f!b)-áðÁ㎠ôZ¯qÙEJŠ‚"ˆŽÕ°ôËm ¸+ØÊk0äÿÃÔ7÷Ž%)<”á€ÝÂñc9l+7Ü(”C‹~å-¹W¶%D§A’übvï*C 4¦aÝçòýȶ N4¢÷ÓR‘kÁ৆ZoÖ…X9=qW¤Ó3VMI¡ MDce`ÔbôÙ®6Šr-´ÑÀ‘½¬*oD‹´0Ç6¾Ö|víØÃV9œ–ª`.j­cÅÖ ¸ksƒš5>ÖMCî²gÙ‡Ï,À±{V9Ž!•ÂÊ#Ïé¨ú¬´ò< Ží«^„X½0ثٟ•wJ°”³ê«©Õ¿wñ:c ð@ à,âïg@«Q±lÑWĦv%8(à”Ò–¹c‡ŽÀj“)-?)hd™*1²Ç[’Ê+ÅFï$Dò‚ÊÏKpì´UáNŒø°›Ö©AëH¯k¦V@ àÔ()3c4èè?ä –ÿð5™õÈ£ÿ+¨°Ø(sñî‘J\íŽåiÇ,œöÖ¾@ àü ´¼‚Ð †]6º^é+¬6JË+Üh·â¤Þ1"@ 4 r JÎxžÎ;u¹"R}ĉ[1’˜Ã·K­)@ H ÌaÙÎÓãÌÈw/Œ&/7GX^ @ øs$ó0oÍýåŒç+6ø@ ÿ BŒ@ !F@ #@ @ Ĉ@ @ bD @ Κ3•ц]Y|õËve« .8Ô*1‘&FôiAÛäha@ ‚ EŒü½ó(ón¢[ÇVôë†Z¥–\PØe™ìã¹¼½`cúÓ£]²0Š@ Á… F¾Z¹“v­ZF™Yl²‚ “)„v­2X¼v—#@ ŠÉ>QHz«`ŠÍvaQÁ! ˜c9EüñÛJŠ …Ag •JE@` IÉ)ìÞµSøœ°½°½@ØUpÎ}&²QÔ…/FT’Lö­È²,ZWpáÿJ ­ÛJ-– βÝNNÎ þ^»»ÝNÇ.]…Ï Û Û „]çØgÖü«‚䌈µ ¦N*ZVÐ ýÀ[ JJŠ…1gƒÁ@jZ»vì>'l/l/vü >Ó‚Ý;w\øbD£E–QD» b–OpÎ0SVV*|NØ^Ø^ ì*øW|¦¸øß®gNŒŠ"䈠aˆáË‚s…$I(Š"|NØ^Ø^ ì*ø×|æ‚#êêW' ç\ø¨…ü Ÿ¶¶» þ‹œ¡™ dùì;¿y ?;H‡q}‰RŸƒt\ô)bã»Óø¨tSïh…ßÙ.¯ÚU£’D ˆÎƒ°½@Ø^ØU ¸pÄÈgÙùåüU¼0r8OþÓ“7ûtçúx­ã®ôæÝ=ž§>]ÏqøwœÊ?ÝO ½çt [>«Þx‘×B»0åö e«™”܇ï†ýÌî7ºb<íqzѳŒCkV²E݉Á¨Ö7æ<Ö­ï4›¿?½’FgYøˆeZÑy¶Û » ˜P\.Ó*d騖\úUNõ'*SíúŽ`ÂÃru› T^;Ù‡yoô¥¼n˜Ì’Í÷Ñ'RSYV[^ºŠÛæq×ßsI3f9Žx]啸M×`ÃOeíÇ?IƒA Z£ÖmëÔOôœ%»š·3kÌå|uÙïlëzrfG@|zKÒâ"ЪÎ~ ž1RqˆeßeÒfD7"Ôç àÔ°ç°rÆÓ|aœÀK“Ò0ˆÎƒè¸ „í/ Ø"|ú|vú¶ÎŸÃW¥ÃxàÆgÄÌ{¾áÍ…Þ2Š4é¿)FÔ*Ë´dίØ(ÎÊ&7óî›WÑD]NÞþµ|=ë9n­äÑ / ŠT1Œþ`#¢ Ts²û þZ²]ï¯yøêü+DQ<¤k¨È•õÆQWEe"&XGh“ ÔòìÄŸ-»Vå£(Žë¯öÒDn|ÿWntnÛ³ÈÙ~fD.\Ïìñ70}Gg^èÚ‘Q±Ž?C¥l'Ÿ=ù/³…;ÛÜÇ·ŸM Iç9àlt ØüÃ"~Iƒ]QPÊÿæáž£X:àsþx¾ýYYyÁv”rŽlXÍMú´ A}ºé*¶ñâ%#ù4áE–¾~ñ9ÝÂö#Õ†² IDATÿ1Û××ng#¶Ÿ®É¿àƒÿÆýeÝoð^p;î¾!ýiß_ŠYûÊÓÌØv C']˜m¯:™8ï¦åò0%Ñ©{Wºõèǰqòö‚9tWýÃ[ó¶PfÏå—§® SóüŒFüŒÁ´{heŠ‚bÍfù ×Ы]s"„¥]ÌCßÀ¬((re°üxQF#~F#áW¯ È[:¯å¥c¬?~ÆÚ鎳例h“±²¼äÜýùÊëkËåÏWo¦wRˆ#ÿðt®úàoùË%l{ÿ6ú4 v¤ M ÷”µ”º³«y?ß<<Œ´pǵDw¸–yûvEIFëtZgD ©Jã¶|;'ßHc,×-8î’¶,¾¼*cëÇXW,;¥wcWOu/[Ï}Í$N®´³¢ -å²`#fÀêä+YszZißô§·b¶îãÕŽFBF.£°ºœ~Ÿu=ƒ*ëqw¾¿™"¹ò{_ÛÊÅQ53R÷(äçÛ;‘ؼúhÖª7—Nxž/·:læí°aþ„›xO?ž—ÍadŒºò» v̹G¾—¸ôùwø|þǼñÐ0b5ÞÒ‰ãìÎ j ZÐ4ŽÏl™|0¬9 £‘'×L[ðÇ0÷€EÎgá¨æ$ y—ƒ6÷åá.~ú˜þ_=Ì»™wÛ-<úõ!GŒ;Ýt’‘˜äRš†¢•Îþõ{µ}bÝ£Ù5Ë÷aû³cû3kφÝÎFl9O|ºÍä5îûçò8Ç>øo•NàúþrбG.\Ï'+ŠH9˜8â­Ÿ3åê~dT¥iÓ—÷¾ÏŽ2o×sÏŒh<¸üY2bÔ€¥Ô‚,°eá¶ßÅ;o ¦±R@i£fè)aýÓ1l––ë_ü’™évþ~û>¸z¦u¿óp’#?Mü8½+€:8¯éê[^1»WþÆÎˆ{yïÍ>„Ú²ùkîÃ<{Ã("[ýÉé: œ-Ó†0à™LzÝ9Ïú7E“wsÛ´^òŸ¬yƒk&~€jÒlNïp?‡ô±è\ÙU)â·‡.âê¹V†<ò/w &oã7LzM¥ €þó~£µíK=×ï¢i¼=v9—M|€‘ß ÝÊ»¹}aüúíoöi!{¨{Ž“(µüA©ñyèÈy|{_:$ Ñq´Öyål~~ƒžË¦ÿ¯òe7™?¼ÄCû±OYÇ7×Å¡‘}i+âÚÕ튒ãyÐx /??œÆj3…‡7±xÞkÜ?ü72ÌçÎT/®R#.™ùCC"ñW;•cÏaÃÊh»¾É—u'°ºLÙqór—Np–¦¯*íŽâx‡’*(“– Æ¨+g«¾G–Q$çɪ¦“Þ¿T÷¼:îåÒç|Oÿ¯ÎÈâd«ÓM§nÂU3¿à*gÿ?Ûåžl3†Ï]L#§»¥&8¿óáÝZ Öög Öž »Ør^ø´„."ýùàÓÿ‚þ+· €ìúþrJ±G¡`ͧ¬,Måž‘òVðÐÕ²ØØISï£m#‰¢ÃÛXŸF FF9O»gdfD­’¨~NÁå?Gp±Z-˜Ks9´e ¯Ü9™e–`^™Š_eÓЇ‹û÷ ç€a Î0AÞÏ<;{7éS?eæ­ƒèÚ}·ÍšÅÛùô›½TT¦Ó5%­e:é-ÓI5úœ®¾åâ{2x`_úÃC³Ÿ¥ ;øî—,¬(È¿0uÆ?4ºe>óÿw#ÃôcȨë¸<É€ì%ÿ²üCäH‹¾ѳC:õ¿œ+{D¢vaQ9o9ÓÞË$öŽÏùàÑ«Ô0WÝõ(7§Uëmi¼ÔOBÿÞâ:í|n¹áN®»}11Íã¾¶FŸÒ›=Ô]qµ<£Æ§úðf•í™F³“lqˆ¹àž™µ•È›?áã'Æ2dàpnyi>o Yþìl6—+Õ²ÅS[¹û§VIîG  )m;¶£CÇnô¿b"/¾û,U;ùä³”ÛóY5c<Ãz´¡YR Í’ZrÑÿ6;fcl'ø}ö]ŒÒ‹V©)´ì{=Ï-ͤBQP e°®O›¤š%¥Ðòö?(ñ–Îkyw2´cª#¿érøyê8ukCóÊòÒzå‰ïžœåR[>ëÞ}=3ù·À¤/33Yžò—ËØõÅc\Ù½¥#]ËîŒxqÓÉY1çÞËÊç®gp÷¶•uH¡í ›xöû=”9Ï:ØòX3ï>.ï–^YÞ8ÿb;%Uç”oajº>½ùäìWñJnJKaؙؼÙËÕHQÕïêPRÓ’IK Eíêû:#ŸJõw•ÓÆõ!®•ÞžÃÏS¯a`·¶ÕíÖæâ»xå£×™<º/-“Rh–܉¡÷|ĶRùÌÚ׃íŽ}p%é•ù÷¹‹ ÅÆ‘oŽóS»qÙýŸž¼.wél‡xgh i~£ØçkóÑŸëc{ÿ¦´éÔ‘NOí’L¨;¹+î§cRgî^–S9›|œE“:Ò|Ðt6•ÊÂö§kûzÇZ/×ìÖn¾¥õ}+»FL8S±´Þ>Ý6Mý‘ÎvœõÅWjû §ú{³'»žN=NµM*óÃó7Ч•£Îí.¾›ÏVÝ&ÜÜ_<Æžš³]«?ùƒòô‘ l¬Æ¼o%kеô~úyî=ˆ¾}r鸻xúáÁD©ú̈ºreìfbD¶=J›ðGO~Úžq³f1­_È…Õç*òÉñró¡Õl+‡C·&øášÙíÍÅ"Çþëé¤Àf¤†ÃŠÃXå8¬þdK©†´Ä_®9/ä-õÝ“xhÐWÜ32mÃof„[Ó3?£¡æCëØmñ£mÿüªÊ‘k €Ôáð^?Ðõå™9W³ðŠø½ÉürWëêü½¥/öPwª~w¶¹LM{º:ÇÅyæÊr:^œáTN8].i?­bS®L›H¼¶•Ú£?»šr’TÎÓíºüÔ`)³"ËElÿé¶›ndús½iD1eáñh•26ÍÇuó4ŒšòO$ÛùçÓgxööñ.üŠÛ™©;>Î'µÃhLq¼¦«oy¥ì_½†½¡73ã] ¶àïO^àÕÉ Oý†Ûšk3;æ\ÇU¯dÑùÆGx½{,šü,*Z†¢ö’ÿ­š¸ó‘¯P]û  OÂPtˆ#úh´®ÖHË%ìýc»Cnfú3]¶cÓwsxeòHöYòÆåѨ1³ýõë¸úµtŸø4o¶$ëç7ùß#Wq@Yļ+;‚x©ï“Ó'·;{Õº®:yùÓ}Ú—t¯Z‹íª¬Zkµk,S­í3¾®ñ®“¾”ý«×²/ôf¾Ðн,x~*³žúƒî·ÜÏK·EÃúüTîˆëÀ¢»’Ñ)ûºµÝA xè4æOF‡„!<"Ür8w½0š¨P Eÿ|Á3Ï<ɱíXxGºÊºÕMw¬Ö9_®Í®§í;V« ›Ó)*µ ‰^3íò?¸ù‘ÿ1´Ísdüõ$S–G0ñË døb¶?-Û×+Ö–³ÍÇXQ·þ>¤õ}/ûdì(g󙊥§íÓg9ÎÊÞ}¥–X³ìw_Oßy³ëmMê_öŸB›(ŬyînÿÄFßÛ_àñ¶& ·-aîÌMÞï/nÛÉéö™»ŠOWYÈx¤/Q*"Sh¢²ò÷g ÙÚ~4i*.ÎÝ2­ø‰|2o1zÁ‘qÄ7¬,\9ùàrí<*×Òu›±ŒWz8¯uA‡‘cçA:5Z5Ȳ\ÝóU$¥®=¼åoðã–/w0`å§Ì}m&÷ Å W}À/s.#ºvKI’ÓšÅäÔÊG¥˜íËÿ$ þ–Oÿ~€ö=‚Îï-ý±%îë.©Ð¨Àf±¹ØyË]Üý¬¸(GABqL{ÖÉÏM[yðg«ÕêÂ~Vì  X0——S*—{h KçNåW«‰¡ƒâQ[‹±+ íDÏÎm©²’íÄϼòþ~’ï]È”‘qh€ÖÍgÝÏøfñ>n¯Ç®€& 1 ‰‰§œ®¾åéc:нKG€ŽÉV~ï÷Kþ8ÊMñQýÎŒ·v>ú}^½·-þN¦°xÉL÷ÃäãOÇNÝi×"É´d«•:cv[õµôìÖ‰ kŽDä]Ìc¯|ÀÖ÷’Zñ;3çí"lÔ{̸­ãZ:¥p`÷½ò[ßO:6G(‘mX­V‡Ø´ÚÛŽÛŸÉUeÕ²—ÝjÅî|MÖšyÕñ{•/Øß;ÝlöÊ<›«µÖy¦È=û\ezªlÕžnÚ@;Rl¿°àŽL:^2”¾ Zè˜HÑ?ðð/ë9>!Fʲ¯Æí*¶ÒÇ’˜X½3ŒÍjCד‹â*?HçÞ¥ ¹ç÷­äoJ¨Í}:ç:[ŠNáÚ<ø³§ç`=Ú~÷4µšæôE3î_ü7ÄiºÜ÷,#~›À“5$où™F>ãæd#O»°ýiÙ¾>±6w¥Ï±¢vý­¹Þë›Vá!.úR¶ªfl±üvæbi½}º Ó~{Ÿ¡ê³g}ð{MTrÝ×ßìá;»»ÞpSýëaÞä{›(ù¿1û‹l¢®ý„éZ:|­C‹¾ã¹ê¸^ŸØã©Íùõ3VÛ2x¼g(²Õ —0íÅÜõèÓ\Úi.í‡`ÌÕ#”Šæ¿!FÏb$ ŽŒöíHÐxêlÖÌCÛždM—Òø¦ö˜jÏØÎ‡t5?ÓÇv Y7‹u‹·P2 +Î]v¯ù£€d ¡Ï ü¯ÏÕÜôÚÚ<ü" Ê­q5›Jߤ3é~3YýÍzŠú÷ªÌKñ(F¼—/SøÛÜ8ÛÂÍßþAwqý1lÍ ú«¼¦W´îëŽ&ˆ¸ÈÙº‹B¹#F•‹ëUi1é¡,¿ÙƒTÕ}Ýâ(ÐÅ0åþZ´¢¯%#Drc Ïöqög£J»§sqûé'?NçòÇç¡n&PŠ\Ž˜Wdmdw}q­^¬™mà¡<,JÔ¿žN Œ£Yü™]„U‰†#ØY®'£OÆZ#>ÞòWÝ8– =–òÌíƒÙÓ$c¯ÃðŽÑ$<Œ‚:ÕAA—‹šÃ³ëÙYd'!Çq-­ú&Ÿ¼)„¶šÁ³½ÀNZrr6¬ÖHWuÞf4<ŽÌâ^+×ÁÅ̈âu'8Ï#ÄU£eu¯_Ù”`¶‘UdCQ4 ‰Š €­9Û"UgȾanl§¸°»£kFÖÏoñüœïøsç1ÊÔþXeH+Ã";/W¡N~ÎåT©ßµÕögU}G‘cÆ2ëCˆ¬êQ«ŒÄ4RU§‘L™¤“NÖA‘ ¤?O¤ÿ«Ws•ñ Æ÷Kį,›lcOFõñœìñ%¼½¸””Ö ÉÇY³6té„ÔumÜGîL£ç £¹Dÿw]œJ°u/ëO¡µêåcýšV¬â©ñó°]¿€'û¶ mÃÚ_Ï­O\ÉÚ½òfOuïÛ˜¾#Z¢<ù(ã§Âø1èòþä°ÔUöÔÆÒ>ÝHá‚ç˜þÅ}t÷ÏáÜ…«/ªiw‚ûñðí©ôzq׆?Ç„®&2x‘—*ôžy; Åæ½­þì¡×3–YÏ!J¯'0¬1±‘þ•# Žá ‚G‘QPÑ~Êû<ÑÁ¿Æ¬’ÆŸËüÏu:•cæÈn¯ŒÐv³|^ò×3{)=×,ä“÷ßcêMï3gØ‹|öÌÀ“Õã`„R=ùç²›Ù°“O„ZåÝõ¶I‚7Aêõ¥=QÚ\V>5‰™ŠëÙN÷¶¯ïµÕòçúÚÞØ˜ÔV-‰uç·J){þÜ@>jÈú‰ïÿ¹•–«¯OØþ4l_ŸXëÓ5Sÿ´žâb}ìuFcééø´BÅY³¾øJ­sôñîëïá» ¯÷Àýõ¯‡§kªÝ&5þÖOm`Ô[챟ø•ù%Ú?×pUÍ|$}­.ºŽVå¦ÅpùƒOðX×.¼siçãnÉglkß“®êæv¸»~¸Y‘üéôô¾{¢Å_=Ä5— gøÈ;™¹h ¹¶ó']Ï$:>ùß=Ñ›üOîe̥ùìÚGxû—,¬^ò·æn`ÑÌI\:°}.ÅÔM-¹óÝW!¹°˜Ö-äÇ.Cµx ã.ÎðQ÷ð”΀nÑh\YÙcùf¶Í¾›· ‡1íј$UÔpžº+9ïÜËëÛʽÛÇSÝÑ’tÛ'¼?1]¯Mbôe—rùsÈIêA÷f~H((R}ŸSv0íÆË¹ôªxûçý”)µín Íà YøT²ßÏå—ŒâþFÍü‘¯«®»×¶róÏýÖ¾••£Ii™Nzjsâ"Œ5&só`³6ª% Z™}[ˈLH 1±êhJ\¸¾Î:Ù+ó(6*ƒm[~ÞéxþóWÐÓi÷¿þßݟʱ…oóS¶ÍýÃs5j/`Ëo "„@ mT’ôlùy×Éí'íylX±"Z‘b’PÔDAþîýÚÝo£é²Þn·ß”Ýl?@Bj(ì]Æš{‡ñ×.ÝAÉ4–Nú §ù /ž®7Ÿaûºõ þz(/,«±åªùÀöÒœ1¯¤gFI©´ˆÐ:2ºNW»œÓ»¶3kûº‡LÑšY<ð‘•QoÌçÅ%|òÀLVÚ…íÏ„íëk}¸f7õ÷%­ç¸è‹½jÆ–3KOǧÏEœõÅWêœã©þn¾ój×Ó½_øØ&U6Ýðã?ËŠ›óúÄÙ¿|Å&u{Fuql>àòPÙ±/‰ÈÙ}âäkæÖ¾Hàr¬Y aÄÒFxRêšxn[UÀm®ÎÑ6¢ßäwé7Ù•2<Òùµçåݼìü™§<<}×úAn{Ð÷u(]'ÎfùÄÙ¾§q[>ðàjŠtN¯&þ¦È»ÉÇë÷Vw}W¼°+^p?Š£»‚Y+¯`V­oëØ]Nï{Þá÷{Ü\‡ÆÇ¶rãÏŠ›ÁG§XåÛ9UŸ›º2ñªXÆ}x·ûßÎÕ=šb²å±ï€ŠW ¢‰ê\³â¦þ}½§Eë!.võ¡l¹VlI=ƒ±ôtíj:ËqVñÁWjcÍv_k–ûï¼Þµõ¯‡-ûÚÄÔ™Û®kΨ¹ws«öN®ë“HíÿäAnþ>|ˆ=!d³âË­è:½D§Uu¹»Þã±·shÑ­-Í¡8“µ_ÏfÁ\Ò5­çãnÉgî™×Ë´|Àäòó¢ÂB‚sþG¡:Å^ÜhÀškA´¾ëÞ ~‘™Ÿ¾È½Ù·¿Š–#«;ÒÕ¼ FZÝ9¹A/òòÇÏq×{2hBÉ7‹A]Ò=æž·ï¾ÏóÙfâºrý Sè"ÕµmõN9f6¼7…³*ÀÔœAw½É£cã/ìDO‹ syÛ8—>|Œ sdôQm6å=&_^µÃ‹†¦c_楜§˜þá“Üù¶C4„5mÏà&†:Ïlx|fD ¥Ï]7ÑñÁ÷yöõ¾ô~µçÉw¿T¡\Íœý˜ùòû|Cöuk»@ºÞ÷8#ï{7º ¤ RG½À ^×0ã‰c<9çenûÞ⫈ e@„c7'ÉMº1µÊ©çµÕñçzÚ>ëKøe­/Û2}å>–ÏŠûòÒÄö @X?¸» Þ}ŽGÆÄDaûÓ²}½b­/±ÂMý{7ö!­§¸á=½‹ØrÆbéiÛõ,ÇY_|¥Ö9Võ·n÷`o÷@Mýëa=¥6Ñ“:a.ïÍàåf0ùs áÙœîí"+cÀ©Æžyô-ZÎW; t™Ñž NΆۥ`BJ—ðñós¬@KhR®þ&v¨áç’‹ÿU€úŽI̯¼>‡¼Ü¯™|ñÕwÜpíX,– Ñ“\ð|üÙ—tíÔVâ\a?ÂGc.á•Æ¯ñóÌ®5v§ù¯°eÓF2Z·ö¶¶» ¼`ãÀ»c¸ôíx^ýáEz™¤3â3C†]âõ¼#™‡ykî\^ýÆ" (J" ¿òÈuú¹¨òûòÊóm€ÇKªuè›Q$ Exˆ àvfDpv¨½>ö¸ä6í:øtÞÆ¿×‚¯åœJ~²}Ͻ *õjc¯í!l_/Û |óCOþw>ÚõŒüM Àz¥ßíÿÛÝ´ hCgLŒHÂ=BŒê)Fª](¶ ëמñŽ–«sk—S/¿¼í{>tˆ}ic¯í!l/ÄÈYŒ5§¼L눛¼c9°”ïÐóÁ ð¼ü÷?%FÔ*ႆƒ×­}gØàûùÆò_·»"ì+l/l/vxD×|< ÖoPí|FĈ$‰yAÃA’$1:#8÷]ásÂöÂöaWÁ0@ ¹@øœ°½@Ø^ØU ¸ ÅHE…YXSÐ`ؾu«0‚@øœ°½@Ø^ØUÐ Q©Tš‚HNIñi'­ BŒš‚(.ï\øŒ½îFa@  sYìãŸÍ›ÉhÕŠ°ˆÈ _Œ !ª@ 4tBÃ#hѲ%»vî¤ë¿(FÄ>X@ Á ½^O ÉDÑ¿<+Ĉ@ @ðC%IH€,ËBŒ@ ‚ÿ (&@ BŒ@ !F@ @ˆ@ @ Ĉ@ @ 1rŠÈ%ûøcÁÇÌ™õ»Ì ­<…²Ýß3kÞß+NÛN°æË7™öÄ“¼»Ãì{:@ @ˆ‘3‡yËtÆ^s>þ»- ¨<ë1~›9–®å±{'2{G…óE0óöyfæ›ü”eó=Ý¿-Ës9ðÏ&öËâ¯T @ˆ‘s‹R¶›ï§ÝÊà¶ñ„c Š"¹ÛHî›û;ÙVÑpNÝvNüp#ŸXL~ËQ<õÅgÜ™ª?‹éÎAÛç|ÍÐèf´ê>šÙ»,¢‰@ (šóñ¢ì9?ñà+™»ËùS3Ù[—1÷þe|¼àY–ÍŸDK?I´ *"†Ìbñe¤vJÀ(ítç݉%c@ ÿžìù†œÃ’{o¬"Ñ\2õ+Öî>ÄÁ­+˜w{{ô@é¯rýŒm˜,˜ÿðúµI 4(SP0a-®á‹£väÂõÌФ°`LA´¼ñ;òœËòÛqVμ™Þɘ‚‚ NèÆÕÏ/㨇z¯åùZÈüa*WvŒ'((SP$‰Çòæ.7K¨lÇYùú£Ü3®QÁ¾]§OéÌ;˜sã Ú'7ÆTi›è¶Wpßôg¸±_*áAÁ˜‚é~Ól(’}¯_U¾)±•3^ÁÅwfäÓKȬsÍÙÌíå(?ù>Ö•×Ã>@ ‚ó–ónfÄž½„ßpß|Þº3?Ú1rê'H;[sã23»ÞÇæ{^¦“}ß¾ûCeGU¿ÑNi¹‘FþÇøü†aÜ·¼] ŽÜ£%5 ³¸Ik*á·‡0|î!@KXtYÛXø¿‘l/ÿ™?Ÿj[yMÎû£ÞËS ½æ«;:Ÿ›ÇNçO;HaMiPÊá¹jëˇüü\Ù—t¶£ü¶x »ËÉ?©œÒ}+˜ûô $½ylùò!®ôoÍæWºâÊùð×™)-ØÉÒéWquèz–ßÞ¬†SªCiÐ4@/ýTì#@ 8¯9ïfF,™ëØ@‡$ÕìL«"è9"ÃñóñÍìq‘Çáßî%++‡ü]¯ÑéÄ|f,/6oY™GÈü~$A.K­™¶sÞ<6÷Ç?îcߎ½ì™?’`ï{o²¾¬nÖÞ˳öž¯5g'‡ì)LY°Šõ›wsüÈw\]·©|Éϧ–Îáßì&ûðnmìø$êæÉ:vˆ%·Dpâ§…ì6×'ß=deïæ£álü`Ê IDATüg²íÎçDqÓW›Ø¹c[—ÕµNGÙþÕQ£éÈ5£¬:j/רÖé(ß½œmâÕAMxÕù„‚=*’ÁX³ókö¡<³ùöh6œKš¾Êì;™Ú-Oú_ˤÉ÷r]÷¨:×îK~Ô­c}ÒIiôOÑ0÷¨’Ür)ô~©¨ßÊÆ^”M¡½ž×£ ¥]ßDX° ò“o…Xíc8û|óå|ñW.à?ƒJ¥ÂDj‹t¢7bÄYˆlÞ°žŒ6íð3AQÈËÍ%4,¬Æyº&íˆã}NÍò÷anŸ†¡êKù~³Õñsx:̓T`wS`•h‘+0ÛWÊÆ-ЬàÐ9 ºy4)ÎÓ3úæd˜Tõ*ϧ|xöçŸH{ù%^·„Ëç2yùüöá_¼{Id·OùÉõ¬Ÿ\·‚:? `C¶;Ò«t4€]¶£(õÏW­SW]XezU¥õ”º‚ÓßwûôîÛ_D%@ ÿôz=æŠ Öýµ ‰¨ÆÑBŒìؾ–­Ûâo4b @£Ñ Iu;ìêFƒ¹}°‘–”±÷ù«˜6›)#ZV±o>À„%޵>‰×ÞD+? Äuy†f½Hf [äÕ¼òþ&ÝÓÆç5i†f=hζR@~£aÜsoÂ5`+:Ìa9šcýÊó)_K>ÇÈ`Ü3Ÿ1nÊÞ¹¬ ÷¬Êgéü­”_YcbÁ§üJThTådîËÇÖ7ÀÇt§ÞÆg*_Io"XTœ`óÖlbQÛ,ÈêS°PGì @ 4t‚CC騥 ›6l<ïÅÈ9[h_TX€Ñßc@Z­Ö¥©T#\:ccbñåýÃh“Ø„&-zsÝÌ¿(´íbÞä ×gW¢ÿ?{÷WUý?püuïe˸졢¢2D\8HTp–“¯«Ì2÷H³rü¡™æ.Í‘HhiËÜæÈ•Ûrî½Jp ‚pQ.ãŽß ¢2.D¥ù~><@Îø|ޟϹøyŸs>ç¼Æ¸7Ü=±ãÃñò(K¥¶ß?ýt«¼¶-ß…q]Ü€,Ozg7ÜÝq*D—o®’UÌòLÙ¯öødÂ+¸ã^)ˆš!m½?ûE…žþž–e¨U.{ý#CëÒáûë(‹S»åÉ&€ÖµT€ƒïV¥´wY\ÊueÓÝ¢µB!Ä‹H§ËÂÝà MJò3_×,1 `4bfVøÅ3¯æØË‚!í.ûà\·ξ ysürb7$ضۮ”δ˜µƒ•DPÝÝÒS¹—VÎå©Þ*Œ2\•.¼2w«Çv ¦§‰6݈WuªÚ?¸©å™°_½Á5Y·ã¸|å&év>„õ‹féÐ,‹SOóŠô‰™Áë5ݱÀÇÒö¨ŠŸIGS íWU†×.fPƒ2XÚ”TÌÜì¹_W´öB!„x ÙcnƒÁðÌ×U‘Çw% L8p#€!‰=_#4À {5önÔ›=Ï"ãOÖŽmO55öj¼_êÅâ˹3©¶Õ%°óÓîÔ¯àˆ½ƒ÷jD®¿JFžuÖ¿´5Ë:eïÇÙ—°_qâ~> —áÛ>ˆ žéœrÕ”­Ý‘Vœ#í‰MÒ·¢VNýݪ´døŠË¹æ˜Vnúá)´ òÈ^§|(=fýÊܧt ìü´Mëàå”w¬7¾h‚{N]«O:C†î¢ê«q{};©VÒ'q z Í«ä”åà‚wP]>É™+£=ÂÈ5~#b̓Iý™N®jB¿¸úèv´"µ½B!„xa“‘Ì,—/] a£ðB×mÐ0ŒãG Rpêý~,ó¿‹ÃÞ@JB‡Ž£™ÕM~ˆ:=6h8¹q 'Ô½Y¸f?­^Ä„.±4jøåƒVt›sÿ÷¢Y¹f)Ÿt­ˆ!÷ˆ6¿mI#vb"¦œ'8r[6-e\ËÌ}óUfÉkH¬Â©ækDF¯aËÖ,›Ü„»? ¥ûœ³y  ÷8¿k7gœú²pÅjV?þù¼OÞú!þñ9"e[3rÁJÖ®\ÈðjˆéÓ•Ùg3‹Vn¦õG³zÍf½nÇ–qíèuÌÉŸ ±:uŒaç¾_Ù·o«ûù`ñTPZŽMkC‹‘«Éh6†¯–­bÍ’©¼’uŒÍ{¯aŽNQÛ^!„B×ó›–Þ@bâ‡sD R¦¬77oÞ@©Ì?Ñ'å\ ”o„:TMáDxØvá·²šaŸ3wĪ|8-›4À.g=câZ>ýæemçëÑÁÙs’²j)#žØçSÛ&mdJôÇÇ2³æÀKUÍ9¸¹#K×^aH€ÿƒq6~-éä—óϺ~¤¯[N÷'ÐŒ À5ŸX­Ê5¤e‹&ØÍ^ §tD ޙ騞sdXù¶âµ¶M±‚tlÛ<€õ{n2Ìß3˵ Bd¿ì}^çËAt›·€}¦SK»«àXßËÞ‡¥K%ª>š3òĬzãÝÝL™s×nkY?;  ‹ãÒ”á,/ÂñdL*¸>#ü密B!„$#9Ãð"O$W ø[öû¸Œk¿s!ÓŠÍü  MÞö §µY çÈÇ—9\N$ žHF2ˆß8ƒQS¿cû‰ëÜ7³Ã.Ó5ÒÈ4õñYf4nÃöq*Å@uç§WQ:”ÇÏv\KA˜§\¥#µšW†Í±œK1x»°XmLk³øýœÐZQ¯}pv"Rì~+¸>B!„B’‘G˜©pqq%>î*>+¸n|ÜU<=<00y]å䇯¬Ý{’”!¾¸>quĨ9Åî+`Ó¼ næïsod3Åy½‰ÑˆõgnaV¨íc‰”¹Úû©áyæ…ù¼úút4¯Nãë¡xYÜbË{_IJ&`Æü õ†’)WaJ¬gMn3PP`¦©Pb¦]¦®Øm/„B!$y€¹9•+û±g÷ÎB“‘½{vQ­f-ôú£¥‚е4+æO`ƾ&Ln ~4oĨáÀìñüœîF!o«Ê‹e™­gsðÇX4M=¼Ë–¥ƒñµÐsüH^½jºmú¥=œ%€ñ£{ÑÂÇH%ÁÓ®ç5`χá.¿o½Ýðs0m*‘É忦O`÷g Ì”Xšk†%ö–v7­Àw¤X–¦²ÅŽn;¶I­¼¯F™©ñv„;§/’l¨‹µò¯·½B!„x“K+KªUãÌòSlÿy M›¿œçzÛ·m%5UCº!dfô>p‚Gɰ_Z3£u}ξ=ˆ.¡)•v…ý+£ø|k¾×òQ}»‚OÂ;†98€†Ó»ð?‹q¼Û*uÖ%bïNǤpjÊè¾h>¯]ìÆÒ¿¹/Y·8QEó¾í©ðÄìm«rõ¨À|²ßîÁ¸[Ýçôí\S¶ÍìñTCêÁ¬?HÇÀœdâ×Ϙ´àÍ+Y·mlÎ$xb_‚¬Á”7ZåÏ_زÃWÝuÿ0÷ZÐ<ª?V °,,V/‚mHÙ0™ÏV#´Ôþ4„Ðõå'Û¬1Ãß*M«y]驞@ï:$[â³@ýíàIãN?ŠdÀD#ýxaywñ™ *fÛ !„Bˆ8Q(ØÚÚÑŸ6®#.î* …?õÒÃ{÷RéÖ­'z]VïP:„ðáχ ž3™YßO¥ÿüTŒXSºF3†}µ‚aü±-ôŒ¹5ÕGm`«ÓÆÌù·f l½ªÐ,Ôóƒ²¥ÞøM¬u͇ѣ镨R¶A‚{>= ¶ðÌws¯3xÊ:/É~â“…½AX)¥­?NÃÞ³:©5-—äL¶LçàìþDÅ¥ƒº íǯcÆÀʘ:Þ.´\E)*5 ¥Òªùôjÿv•š0pÁŒí\&ûà+4V5M¦Ì¥×[#˜Þ»#(©Þg1í[”{¢Íìi0i#ßZ¿Ç˜™ýè¨ߺx?Œ¾—ðu "ç ¢ËŒì~r«J‡Š6ÙWÀŠØöB!„â/Œåóø®TƒHŸ3o>I‰w Ýɦ ëx£{/R5)ù®³fårÂ7ÅÉÙùo D©T¡T)ùíð!N;JBÂM<<<©V£&uꆠ×e¡Óé¤×uÕ¨•[Å¥šx»Ùóg1áAŒpZÊÕu¯`/=/„Bˆ„µ K¾YLûN¯æ»ŽF“®íÛhÙ¦]¡û»Ç‚˜æFEÿdZà> îæ|%æúY“³\›³¾ÐÍP6šýWÜ`Ðc4¨]§.õB^B©T ŒF#z½ŽÌŒôB¯ˆ<¯ìÔ.פ$Ë'R!„B„&Eƒ.ë_áê“9¸à3¢7Ç“õ—{dݶžLÁ`r"‘Ä/ç²h× tÅNF’Øó v\7)^Cò¦wh@—È(¶^ËÙ¨%îÐ6Å&òXï¥g|ˆÞXóï&.ÏJ=„B!žCÿ‰—f¤gp#Í[6àâêJÛˆö”)ë @|ÜUöìÞÉ™e§ˆˆè€‡—Cá£F£ö ›£¦1û»M¸œ‚R”­Ó‚®ïŒâý?J)äà)Qºx¾}£3_X¾Ïú߆æ–sh¦Ÿåóî¯ñcÛ­åŒõÃ4Úï€@ªx»bùo¦ÔÏJ=„B!$ùç 4)©lÞ¼ZµkÓ¸ióÇ–ûT¬„OÅJìØ¶• ?­£ß€†oÛ2j1¹]k¦q&¼ÏæŽõ¡TÚì_õÓº‡°þÝõlßG|–à‘XšW¦£³¶*Ö·ð¡ç¢íôü·ëý¬ÔC!„â9ôܧ3´éœ:}7×§‘Üš4kZ­æ÷ߣ2+(K#vjo¦ñ¤ßºýü8ã}ºuhG‡7ßå“UûØ8¨§çôaÂ{ Iì™ø¡^Ø;¨±wp£î˜Øìy²vl{ªy¨±wPãýR/_ÎI°­.Ÿv§~GìÔ¸W‹ rýU2ò¬³Žø¥=¨YÖ){?ξ„ øŠ÷óI¸ wØöAõüK甫¦líŽ|°âiOl’¾}µrêïV¥%ÃW\Î5ÿôrÓO¡]Gö:åCé1ëWîä¾8¥K`ç§=hZ//§¼c½ñEÜsêZ}Ò2tU_ÛëÛI}°’>‰Ñi^%§,¼ƒÂèòIÎ\íF¨ñûhLêÏtrUúÅÕG·£¥íŸ¬‡á6[G¶¡¶¯yµÛ=võöƾâ»È5çÞÞ~”uâÃãé…×!¿ãƘƙoߣ™¿[öïÝýh:î÷G±é˜B!„d¤P™Y:._º@ÃFá…®Û aÇA¥*àÔûýXæ‡yØ8F4t|¼”„G3«›üu gð©áäÆ-œP÷fáš ü´zºTÄÒ¨á—ZÑmÎiüß‹f嚥|Òµ"†Ü#¿ü¶%؉mˆ˜ržàÈelÙ´”qu.3÷ÍW™u&¯¡£ §š¯½†-[7²lrîþ0”îsÎæ=Ð4Üãü®ÝœqêË«Yýý<ú_äó>Mxë‡øÇ爔mÍÈ+Y»r!ë] ¦OWfŸÍ,Z¹™VÔÍê5K˜õº[Ƶ£sÔ2$&ÄêÔ1†û~eß¾}¬îçƒÅSAi96­ -F®&£Ù¾Z¶Š5K¦òJÖ16ï½^„9:Emû'Ûö>÷þÂy—~|¹j ?.‹fH•ó¹Ú­Õ;ÖÇúÎn¶\z°¿tέßCŠ[3ÚT¶*¼ù7Š‹1ôxç;îGÌfýŽ]lûa*o·(ƒyIÄ%„Bñ7xþoÓÒHL¼ópŽHAÊ”õææÍ(•ù'#ú¤³œKò‚P瑪)‚¯Û.œâVV3ìsæŽX•§e“Øå¬gL\˧ß\£Ì í|=:8{®C£@RV-eÄû|jÛ¤L‰¾@àøXföñÁx©ª97wdéÚ+ ðb0®ÀƯ%ürþY×ôuËé¾óšQ¸æ«U¹†´lÑ; Ù+ᔎ¨Á;“c8ÕaÕsŽ +ßV¼Ö¶)v@XŽm›°~ÏM†ù{cfb¹V¡Cˆì—½Âëâ|9ˆnóp¢Ïtjiwë{Ùû°t©D•ÀÀGsFž˜Uo¼»›)sNãÚm-ëg‡á tq\š2œåE8žŒI»ŠØöù·íËÍc„W7°ÃàÃvS×íJ¨å[¬Ûü'£«úb‘~u›nâÜ¢3Ö&Ôa¸UžÇöpIØÑ ¼ ƒQRƒº&Æ52À_þ !„â÷Ü_Qy"¹Åß²ßÇe\û ™VÔhæ÷hmò¶9­…S‘µpιÕǾlGÖ܃;—ó8ËŸAüÆÉ¼Ù¨ žŽjìÝjðÎ/ÈH#ÓÔÇg™yи}ÄíãTJÞ)Êãç w¯¥ääÅ(WéH­æ•áF,çR ň5Ÿ6‹ßÏ ­õÚg'"Åî·’©Ïc!«}ðwyÔn çPz„YqaùOü™—Ö±æª ­ß¨N©¿Pë Œh®`U—jÔs,‹öÆ¡5š—B!Ŀṿ2bf¦ÂÅÅ•ø¸«øT¬TàºñqWñôðÀPÀäu•“¾°vïIR†øâúDºfÔœb÷°i^7sÈ÷¹·²™â¼ÞÄhĈŠú3·0+Ôö±DÊ\íÍ«g^˜Ï«¯OGóê4¾žŠ—Å-¶¼×‘ñE,ûafÌÿp±PQo(™r¦ÄzÖä6fš %f ÐeêJ¬íMý˜ån7N4ê÷ v~àÇË}iµzxubqÍR&Ö!!ïb¬*ÓwÅišïYJÌç³Úf.Ó_ûšQ8²O!„BIFŠ€¹9•+û±g÷ÎB“‘½{vQ­f-ôú£¥‚е4+æO`ƾ&Ln ~tùȨáÀìñüœîF!oÉ‹e™­gsðÇX4M=¼Ë–¥ƒñµÐsüH^½jºmú¥=œ%€ñ£{ÑÂÇH%ÁÓ®ç5`χá.¿o½Ýðs0í‚™É忦O`÷g Ì”Xšk†%ö–v7­Àw¤X–¦²ÅŽn;¶I­¼¯F™©ñv„;§/’l¨‹µò¯·}ñ(P×@'·Wøö›¹¹æ*•{ö ªµ‰u(èÅ/ kʇõdrXWzÍkN­>eýØÖôýGâB!„xÁ’K+KªUãÌòSlÿy M›¿œçzÛ·m%5UCº!dfô>p‚Gɰ_Z3£u}ξ=ˆ.¡)•v…ý+£ø|k¾×òQ}»‚OÂ;†98€†Ó»ð?‹q¼Û*uÖ%bïN… Uš2ºošÏëF»±ôoî‹CÖ-Î_TѼo{*<1iÁª\=*0…Ÿ,Æ·{0îV÷9};×ÍïJ@5xà€ô9óæ“”x§ÐlÚ°Ž7º÷"U“’ï:kV.'¬qSœœÿ–@”JJ•’ßâı£$$ÜÀÃÓj5jR§nz]:Nz]÷QjðQ¹U\ú¡i·›=ßqÆÄ§¥\]÷ öÒóB!„xAXÛØ°ä›Å´ïôj¾ëh4)ìÚ¾–mÚº¿kñq,ˆ‰anTôO@ îànÎWb®Ÿ59˵9ëë=`àÑ e£Ù¥Á =F£ÚuêR/ä%”J% Àh4¢×ëÈÌH/ôŠHI²wPºŽ&%Y>)B!„â…eö_ Æh4¢ËÊB—•õ¯×E !„B!^ dD˜Úëå¸/™ÿù8ËÒï—dúI !„B<“”ÒB!„BIF„B!„’Œ!„B!„$#B!„BIF„B!„B’!„B!„$#σÁ€ö~)É)ÜML&9)™{šTÒµÿì óeLåØ×ãu­{Ùô·Ø6¡'=g—6B!„xÁügÞ3’™‘AJr*gNŸäâ¥ó$&ÞÀÅٕʾ~U«N©R¶˜™«þÅw2|F´S=>Xk9þ@ŸÌ‘ukØZ­i !„BIFž7é$ÜH`ó– ¸¸ºÒ6¢=eÊzw•=»wrfÙ)"":àáå…Á /tŸFí6GMcöw›8p9¥([§]ßÅû~”RÈÁ#„B!Ä_ñÜߦe0Ф¤²yójצ{Ï>øT¬„……øT¬D^}©Q³~Z‡R¥D¡(8“0j1¹e]^›° ‹&C˜»èÏI+»CLëBÓᮜÆB!„âÅNF2´éœ:}7W7mŽV«%22’jÕªQ­Z5"##Ñjµ4iÖµZÍï¿FeVС4b§öfÚOú­ÛÏ3Þ§[‡vtxó]>Yµƒ*pzN&¸‡ÀÄž‰¯à…½ƒ{7ꎉ͞ÿñ'kǶ§š‡{5Þ/õbñåÜ™TÛêØùiwêWpÄÞA{µ"×_%#ÏŒì6[G¶&Ø·4Ùe• éÁÔ…Óé÷rîjìÕ¨ß{Çï?˜ûà IDAT;£#~ij–uÊ.ÛÙ—°_qâÁrÃm¶ŽlCm_¯‡ût«Ò’á+.“þ \íF¨ñûh¾GêÏtrUúÅUt~W”X„B!„$#Ï‹Ì,—/] a£p&NœˆV«¥Y³f$&&²xñb&Nœ@ƒ†a?z•ª€y#÷c™ÿ]æaãÑÐññR::tͬnòCÔR NnÜ uo®ÙÀO«1¡KE,~ù ÝæœÆÿ½hV®YÊ']+bÈ=Ïo[҈؆ˆ)ç Ž\Æ–MKWç2sß|•YgòÂîsqï¯\péÇW?®gÝŸ‘ù#“‡Í#!d8 W¯â»‰¹»òÿè>ëLN Â©ækDF¯aËÖ,›Ü„»? ¥ûœ³ÙË ÷¹¸÷λôãËUkøqY4Cªœ'¦OWfŸÍ,B1!„BñÂxîçŒôï<œ#²qãFÂÂÂ[gãÆLš4‰2e½¹yóJeþɈ>é,çR |£ Ôy¤j ‡ Â+À¶ §¸•Õ ûœ;¾¬Ê‡Ó²IìrÖ3&®åÓo®QfÐv¾œ=Y½Q )«–2â‰}>µmÒF¦D_ p|,3ûø`¼TÕœƒ›;²tí†øc‘GÝ­Ê5 Eã†ØÑüÌŠ×ÿ á¯ÓÖ×ríjúo=ÄQU(­R`ã×’N~9×õ#}Ýrºïø»ÀŽk)èL…B!„’Œ<§˜©pqq%>î*>+ѪU+/^üØ:­Zµ²Ÿ¬åéá¡€wލœüðu€µ{O’2Ä×'NÜ5§Ø}lšWÁÍMŒÈ'›)ÎëMŒFŒ¨¨?s ³BmK¤ÌÕÞØ˜²•9JŒŒ¶U™+Á`Äh„Ì óyõõéh^Æ×3Bñ²¸Å–÷:2ÞXðáb¡£>'[Q(1S€.S÷b‰“O¡B!„$#ÏiææT®ìÇžÝ;ñ©X‰1cư~ýzÚ¶mûðw{÷ì¢ZÍZèõ žK3 kiVÌŸÀŒ}M˜Ü@ýhÞˆQÃÙãù9ÝBÞV•Ë2!ZÏæà±hš4zx;—),Kãk¡çø‘4¼zÕ.Ò¶¦J¿´‡³0~t/Zø˜©$xZÂõ¢4¾oG¸sú"ɆºX+‹K棤E!„BH2ò\±´²¤jP5Î,?ÅöŸ·Ð´ùËLš4‰I“&=¶Þöm[IMÕP§n™éìцàÑ_2ì—ÖÌh]Ÿ³o¢KhEJ¥]aÿÊ(>߇ïÀµ|Tß®ÀÛ½ŽáD áô.üÏbï¶ @u‰Ø;€SÁ1)œš2ºošÏëF»±ôoî‹CÖ-Î_TѼo{*Xüõv³*W LaÁ'‹ñ팻Õ}NßÎ*âÑãIãN?ŠdÀD#ýxaywñ™ 253{<ÕzpëÒ¥º³|*…B!$y>( lm툈èÀO×w•†ÂŸzéá½{©tëÖ½. c!gá•!|øóa‚çLfÖ÷Sé??#Ö”®ÑŒa_­`Xl ½ZaMõQØê4†1s>ä­…€[¯*4 õļÀ l©7~k]FóaôhºEe¶”mПàž%“ŒXø滹×gÞ|’ﺓMÖñF÷^¤jRò]gÍÊå„5nŠ“óßsæ[©T¡T)ùíð!N;JBÂM<<<©V£&uꆠ×e¡Óé¤×…B!Äšµ K¾YLûN¯æ»ŽF“®íÛhÙ¦]¡û»Ç‚˜æFEÿdZà> îæ|%æúY“³\›³¾Ðö6šýWÜ`Ðc4¨]§.õB^B©T ŒF#z½ŽÌŒôB¯ˆ<¯ìÔEÞF“’,ŸR!„Bñ¯2û/c4Ñee¡ËÊz¡:Q !„Bñ<’7Î !„B!$B!„BH2"„B!„’Œ!„B!$B!„BIF„B!„’Œ!„B!ij™Œ(•J¬¬­¤Å…B!„ø©T*²²²r^.Éý–p­V‹¹…9 ¥BŽ!„B!þ†DÄÌÜ‚›×¯aï ~æëû½Ý?  ¿<@—p÷ðÄÌÌLŽ!„B!JPVV×âþä·Ã‡¨Q#X’‘<½¼8v$MJ ƒAŽ!„B!JR©ÄÞÁ5‚ñðò”däÉ„äAR"„B!„xÁ“'i!„B!„$#B!„BIF„B!„B’!„B!„$#B!„B!ɈB!„B’!„B!„dD!„B!ɈB!„BH2"„B!„dD!„B!ɈB!„BH2"„B!„x1˜IˆÂî]fÿÎý¿¬¢iÿ.øZI›ü«t·9ôãjv¸ëë£èé/"„Bˆç“\yQ m"œ<ÆåTC‘·M?1ƒ7ÞÄÈ¿ãB¦´å?ÝGÆÔŒ +}™æL޽1ý³ÞÉÄY_°í†NN!„’Œü-ƒ³Ä¼YF½ƒû°h®dI‡‡ñÎjZ{V¤ZèkD—lÂ$™çù¤vö±WõÝM$è-Òþ>_5öu™QBÙYA}”uã6½©‡Y÷k’~!„B’‘¿4È¥o'².5çŸGg2ûð=é±bÑ£3J+×կߠÓôXîÿ>²¨Ø‹¨ƒéóþl¢º•Ç\ºD!„’ŒüÍîýÆÜÏOVøU±nñý´ÜÔ?™³Ü`ûŒÞ„û»g_AqpÂ˯­Þ_EüƒSȺ[ìžÕ‡0_WìÔ¨+Ô§ëÔŸ¹þàtúYæ÷jA°_²Ï†;”«Gç ›‰Ï}’Z—Ã1ƒiè‘]–Ú›:½—§+B¾^9õTãY³ÃgL¤W\ÔØ«}íÍM®ÛtJªîÜ$¦INÝ}‡ó›6ï¦7¤üNÌ€&TvVcïàJÕ^kIʵÜxgÍÔØ;ø3ü÷t “sÓkgï·þ|þÈëÔý¿±êûx‹pljgÞ]{}^‹©üúA ª”qʉÍJ Þbú®[èŠ\~}¤=Êì1sY8k3ޤåYCÓÊÈ$~ÓÇtªS‡œzúÔ{ƒ/ÎgÈ_B!„BH2’{ðwëçÏXv(Ý›¹óQÈØ5“ï.åa’Ø6´1í'¬"öF&.>~Tp4pïæ9~ùù(‰:À˜ÂÞÑÍh;n%GÀÙÓEÒi6LéLëIGÐ讳wã!.ܼ‡^aE)K0&ŸcËŒ.t¹D€ñ¿}Ü’¦ÿ÷-âÓ Ì®eºà *B i °ÆZ ÷/ï f§¬üý&Y– 0&qbå(:9È}J°î¹¨Ýñôô ¬+–Š<š^we=Û0ü‡Xt`agAâõ¸"õŒÄ_ '{ ‘•}{s!»Â ³ûW¹že»—;vdrëÄ:&vÄÚ[EŸ£Sh“þúrú¼1ƒ­çSÀ¹<•Ê9úG"¶vr­E!„’Œä¸^eͬŸÑþ}ºS«ZWÞ® p–˜/ŽòàÜpÖŸË÷íMÀš¦QÇ9wd?›?®õø®âV06æ*àÍà­—¹|ö—wƸ´ø ~ìD³5m×\äÆÍ |×Ö€£ËvrSúë«=û, ¤ú¨-\MºEâÝ›œ‹æÈe\àfÜfúyeÿÆ£ÏVn$\es_noÛÀ…ô’«û#ô^uŒsgÏrjóH‚òxSÖËùl»°£Í—§¹øuq(±Îý7ã/ž²o.$¦£ d`ä[39zßøTLugž")þ$¿nݯ¿FÓÊÐîgÃYmK+¼Š+ëÎ9®êü³~?¿¿À­kkéâ)ϱB!Ä¿ã}´ïë×9{æÉwïоӫy®—qî{¢ŽÔf@g,Ì”´ЀQýáæ²(~[‡jé—vs@U—ž­ÊbÎÓg¡Ó/lç4W™Û¢,ss/L¾ÈUlŸLÑœ¨ÕØÖƒ»qÜÍdz›9n”õÚ¯.j€v¥àÞ¢—¡°­BS?3b®ë¸—¨Å¨°#°‰?ª7Ñkn’¢/¹º—)B¥_9À³:¼ÙÜ s ËÂU  ÏjüyRy1g §·`Öéiô˜RƒÔÇFù×ùi\/Þ›w€Û·&ÉZÃ3óa·ªØ–våçõÇ9>®_%Mßbà°¡tõȳ׬\.!…BˆçŒR©ÄÞÁÿ€@<½¼$Ɉ?ò;A5jamcF#I‰‰89;?±fǾü&{@Ìo¼_Õ…÷s/NÝDÔŽÛ4ëàÆGg¨ùÜÎb4É^Ë•}^ÃÏ:×BËJÙ+y:‡Q ²P=ØFÀh4d¯¦P¢T*J¤ k3@‡AŸ½½Ò 3@oÐc4–\ÝAIv¹›,Ÿ,!ç»!ƒt1×/råf9—Ôtd{fü? ÔWa[—¾ÏžúãˆÝw4wï“´u(½ç@K%ºŒŸ¦Îñ,=•©ÙËM+¿}”çæ&”Qª.“vn£ÊÌO™ûåfÎmaØöìýö ‹Ú¹=•„5n*Ñ…BˆçŒ¥¥%éüvp? xxyJ2pöÌiªV¯I)llm133C‘W‘z˜«²¶sÇÓVñpЗv#2ؽ™ëoáV¾åÙÂ9ýA¢—§Q/o®]Õ<¶;«Š ¨ÄfN‘Ì]÷6 ‚‹è4qÄ<©`˜0%ÂÊ'g?úÌûþMa«Ô“–œY •ñT™%´_…¥=jK ã6ÇOÝAW» *]&³§¯xXUl„/›9a8Àœ¯ÑbH§îåSXºPÚÐÜáà¾?I¯çó·3%ÉÔ×*` >^OÝÈßrMdדtáJöü¿7ø¿AoRÙpŠsŸÎn¸»;âT6ˆ.ß\5y‚³y¹×ÓÙÈä@dC¼œ=pwrÆ£á4.x–LO•YBuÇ&€ÖµT€ƒïV¥´wY\ÊueÓݼã÷†; 'v|8^e©ÔöûÇž¦…MU^o¡àÌG!xyùÐ`ÒÅ?fJ.þ’ª¯%•ûF1¾†â±|Þ½VMΧqHZ´éË¢?‹X~úË2Ô*—ýã‘¡uéðýuô&”¡=>™ð î¸W ¢fHFïÏ~Œ—§¿»<.X!„øÑé²p÷ðB“’üÌ×õKF ˜™p1ÆÈî?g?I©FOÚyç"©ð|¹¡f'X´ú ™*:.ÜÍ’È×iZ'ˆjÁa¼\/gªµ™* tᕹ»X=¶5=­€L´éFl¼ªSÕþÁm@&P¹ÒzÞN–Ž º‡%ÒÑê­)]Æ=%TÆS½SRu/Ãë 3¨A¬mJ*fnöÜ¿ŸÇ3m•δ˜µƒ•DPÝÝÒS¹—VÎå©Þ*Œ2æ€Â‘¦3WóI—ZxX€îþ=2°ÂÑ»*M›ùaWRGUIÅ_’õµô¥ïÜáøæú•]ƒ©¬˜òµ<­Ð\ŒåÀ¡Ó$Z8â]­õ=-L+¿(}d^‘>13x½¦;XàXÚ• eè øû¨ÉºÇå+7I·ó!¬_4K‡`)·…Bˆÿ £!{Ìm0žùº*òø®TƒHŸ3o>I‰w Ýɦ ëx£{/R5)ù®³fårÂ7-á[? Ü‹¿F–{Yͬk¬ìB¯ ©¨,äü†N¸*ä€B!„/k–|³8ßFh4)ìÚ¾–mÚº¿kñq,ˆ‰anTôO@ îànÎWb®Ÿ59˵9ëë=Ù3~œS6š=×­l¸ÅÚA¼}XE)µÊ{I¤êœè0¸1Î’ˆ!„BñÌz¾_0 Ób¬Œ·ÜON"UgŽK@ ¹™¹/;#oOB!„âÙõ|_±¨À›ÑÛySúQ!„BˆçŽ\<B!„BH2"„B!„dD!„B!$B!„BH2"„B!„’Œ!„B!$B!„BIF„B!„’Œ!„B!DžÌž÷2ÒÓÉÈÌ0y}…B½åÒ¯°qÅU‚»†á®’ƒMü‡èo±mÒH¾·BÔÐjXK‹!„â…LF23øýðaöïÿµÐuU*õê½DÛÿu U“ò·ÖË|€O»vdâÉÌ «O7os9ÚžuéÇÞ‚Åçsà›ö/fiÔwx'ÍjÓ¢–3ªüÚFŸÌ‘ukØZ­†ÿBûú'ö]NÁ€9ΕëòrÏqL}».ê‚npÓÅóíùÂò}Öÿ6„0739ÒžJ[¼©âíŠå³r£1‰Õ-}èqµ+ßï˜C[\ÇRÖ%f5æã²Ëùce ìJ$!;ËçÝ_ãǶ;8ZËùÑ'ÛFÿ7ƒf7kDð½ò-6™M;EÉÆ#„BIFŠË`0šˆXY[£×>Š2Þ;§í_áãC6Ô}ómf|PWU Wb÷›¢Ä¼°Á‹Yi^]t˜ŽÎØÊ×燅=m§ç³X·kKèÖ©,Û7"ØVñ‚µŽ¸“Xždµñ&®ÉOo•Fõ_ík!„â"矢åè'=øøo-?Ä–y£èݹí:t㽉1|ýAmJ’Ø3ñ5B¼°wPcïàFÝ1±ht ìü´Mëà夯½Z‘ë¯òpV‹.Ÿv§~GìžX^Ð~«âF¨ñ‘kYêÏtrUúÅUt†ÛlÙ†Ú¾^88¨±wPãV¥%ÃW\&=߬î6[G¶&Ø·ôÃmÊ„ô`êÂéô{9w5öê Ôï½€ã÷s͹)0&êaJÛüÊ—!,ú¢ ÎÚ³¬óL¶“ÆïO`áˆ2Ï|ÏÈÈÿ£»O("«såbÔäøòk+N5_#2º'¥]ÌI>ú #G ¥{¹—Ø?:KÒ9ñi[^ž|†ƒ§ò}ãr˜%Å“^à sn£ ëó§{O{ Ã_Ä©·¡uÀLëÚ‹ï_ZEëpïü'‚{u$jz=^y›nóÙðžë»éœ:ưjX –(°vóÁ‚ù£•y1†ï|‡rÀç¬5ë”+\µ,CÁ³©Œ$ÿ:‡oo‡0±OSúRñ‡fïíɾFTPŸ&šO:ǧ·¥åԟͲ—ì‰ß<ƒÈwšsÉxˆUo•ÅÌ„ã¡(1’3| ‹ôûYÞöKÇvçäŸ;Øù<@!„$#/,}ÒÎ$C¹†5p*云UùpZ6iðð^}cÒF¦D_ p|,3ûø`¼TÕœƒ›;²tíÞw¿\àò!íòÜï_aU®!/7kŒ^ÝÀÿ¬ßs“aþÞùv¾U¹´hÜ;RƒŸYñú4|ãuÚúZ@ã@î¯]Mÿ­‡¸3ª ^)»L‹©õ0)¾<ÚÊÆ¯%ürþQ×ôuËé¾óšQ¸¤ìbò¬S¸÷ÞÌÒ‰!ØæÞ™®èm¨J*$þK·ô7ùqÈ–Ûôc[Ob?nÈÌ„V|;¶!êï¾R`W{?Ì8LÈ7˜XoƒŸ^§ Ø]‹Ð®–.•¨øhP¬+ÏVrIØÑ ¼ ƒQRƒº–iS¹—¡Ç 0ÃÚÎ6gnJ›>Ûˆáå¯ië¥ÂÒýM×™Á¨Ù[˜Öw%“ èS­iñ“w1eÎiÜzmâ»±/eï£I/W§×”ùœì<™æ…ÅøÔ_ï®Ìñ%!ÿ×E¡k˜0µ Á}{2¹ùn&Ô±E!Ž…B¼ä6­§1Šb´LƵƒœÖ©ÈZ8çÜÆa_¶#kîÁˉÜ+dyÖßÝÙjü]àǖV^•p&™k)9sm”v”ö¶‡{ ¤ê 9«„êQ„^ ~ãdÞlTOG5ön5xçd¤‘i€Œ¸œH³"¸UàãƒÖb¶aÑâ7pgÓp¯×ÑfÊPÏO¡oôUªG~Lk7Sf@XP¡{ :ÜenHv&é‹û¿Í:h#š+XÕ¥õßË¢½q9·¦¥q`He˕ǻ\y¼½›ñÅÙ-—õÇ æî·§ÃÀ8*³Ò´{¯Ê]sYýgö:µOsï£vëªö¡t!¤?\?Àñ»“އücÌ3åÿÿ§ôr<Àïü€®ídFV¹Ä쾟r\n×Bñ‚+#OP9úRÙÖí;MŠÁ×¢$%F#FTÔŸ¹…Y¡¹‡E ÌÕÞØÜÚRðrL+G¡ÄLºL]‘»ÛBF}F¦*s”1ÕUe®ƒ1ûU-…ÅœgLOÔ£Øñ<-óÂ|^}}:šW§ñõŒP¼,n±å½ŽŒP£!çì{ñ?2Õ½ÐøÏýƒ;ÐØ~·œ"óãv´öŽæ›M¿r³OyʘòiT¹Ófæ—ô¬ßžÞ#*ÓU_„ØK°‹uLZU¦ïŠÓ4ß³”˜Ïg3´Í\¦¿ö5;¢Ú4t)뻤g?&XeOeO3 ÓßÄpR‹“¯”fñ»‹þþ½ÆT)>}tâÉ}(r/3åxÈ7Æ<óè_íÅŸÙuÓ‚:CÃp¹µ›-Ág@+*ZÊßb!„/¹2ò¤RµèÕÁ•¬]“˜sHCQ^hY:_ =ç¤áåç¿ÿƒ/?*zXcUÈr“ÇRfj¼áÎé‹$ÿËg¼-K"¦Œ'ýÒÎ@ÿѽhQ§*U«×¡†§e®úÖÆ×"ß7žâÞ¿¿Ê3‚YÑÑ;„YWª3nÑ{”Þ=†±[ï˜ü¾¥c8¿zÛÇ2ï‚é±›ÔÎJKì-!ínšiõyðòPSûPaMù°žL^qÓ«qmÙ§¬¿aÀÞ7„°ðp‡‡Ó¸a-ÊX+àþ¾ü>ŽÒ=³}÷.ö<üÚ̼Öö\ùvǵ…ô©‰ñX– !Ð:{÷üÒÈÁŸÎ‚g]‚‹ð§2ÏuyeÎ,|o×Ã?!¦»-›Gã@Å‘|=º.¶r–Bˆ„\yj aGý±ŸÓcçkÌ~¹g  ãK>8©Ò¸qîSZ29²\Þ›:5etß 4Ÿ×.vcéß܇¬[œ¿¨¢yßöT(l¹©ã3Ow ÄøQ$&éßÀ Ë»ûˆÏ„úIŠ’ˆ©ã±*W LaÁ'‹ñ팻Õ}NßÎÊUß&ŒîïC³¹]éZêCú5öÁ&í7mѹáßÿSóóU¸¶œÆÂ·^aÜê3Œ˜0ŠE£öÒ}Å>î¼Ü“îÖB]H$ m¤ù¼?¶Qa±›ÔÎ^Ú²a2Ÿ­Fh©;üi¡ëËOö™=žjH=¸‚õÇéX½ð}g]ÛÌ—Óð«VÃ-¾ Up¶Êë 1’²?†U·ËѯoKêT}üRAÅþ¯ðA»DË—aôi¸iñ(Ãù`?>}‹®ð’=q›f0r+„ÍH5&Í›)JŒ—7²án f/yƒ2I?òÁé*Œ]2„ê6ògX!„$#Ï¥R‰V«Åºw¤¥¥¡R>ÚS¹¾Ìg{wQwúT毚@ÿyÙ7p—*]ð×ÂIÏïU% [êßÄZ—Ñ|=šnQY€-eô'¸g{*X¶ÜÔˆ-𸄯9o]fXãV9”mþÙË]Š’ˆ©äâ±ðÌws¯3xÊ:/É~¸®…½AX)²ë[ÓpÅ IDATwÜFÖ:æÃ¨at­sWjZFû†NÿLüJ'šÎ9HÓœë&ÕGmçhQï1RØRwT}×´~xûR¡±›ÒÎ 5M¦Ì¥×[#˜Þ»#(©Þg1í[<‘€+ÝhýÑpöžÍÐI­i¹ü•B÷qç(?͚͈øìYåv›ðîW³i›×½ÆDv}±‰ÔòƒèXùé{–ì‚ßäõrÖñ Ia­òïÓÆµL‹kjŒ^Ï»‘D~þ6í§è±*B—Y[˜Ø½\!OüzDW„-ýßcËQrîëÄ÷G;ÉÿHB!^8Š<¾+ÕàÒçÌ›ORâBw²iÃ:ÞèÞ‹TMJ¾ë¬Y¹œ°ÆMqrv.Ñ4šbûƒ÷úBC•JÅK/…ÒºÝÿ ¬«B!„Ï3k–|³˜ö^-p½kû6Z¶iWèþ®ÅDZ &†¹QÑ?d?³ò> îæ|%æúY“³\›³¾Ðx8ÂøÜ_±wPÓöhû¿&o“™‘Qàþ M€R’åB!„â/zþoÓ2Kô*‡$B!„ÿßÞ}‡GQ5l~v7›¤Ñ %) UŠD ˆ((`QAÔ+U^Ć bá‘"")* " ¢"ˆÀ'M¥Wé! „ÔùþÈ—e7ÙMB þîëš+egÏÌœ9svž\ÜM aa##@ЇŽþ<_?É¢*a„*.¢Ì½šÿÂujyŸÞûãÌÙ'þFŠ ô´4%''ù<œ:•,Y,¬ù -m·ÏúAGοGµìùûuÿøJõeü+•½ºš¿Zt;¨goê«y‡´I2Oé÷™£5tÒfÏí£¨Ê«Ýø÷mÇôwÀF2ÒµníZýïí7óÞ™8AëÖ®UhhX!ìloÔè¸òªv÷üÂÝ6Sµÿ×oôõú*ª»©FâjëÖR=FLÒÒƒ™ÎN*Q¾œ¯¥›“dø2þ%Û)¾ðõo ©¦ÛÆ~£Ë^UDz6z!gûX3õ M^r@™Ea~½µ÷~!—v_$—¸\ûØ ÙwövL\YaD’Ö¬ùE£F¿¤1ãÆ{©Ú± ôìŸ×š5¿ø¾ý%ÿ ‡«G(ìªÿè§Sn'ÔXK¨JL]Å^UFA…Y‹iê}îÒã³÷*£(®Œ¬šu÷z7èq}õÛGê]Å^¸ã_h¡þ³ÛUYUïøª6¤p¢VáTj‚æuŒPXì@}uØízœÌz³y„JݾT§.t;¹PýBaôYEpypºP}lQÿ줿ÿXÀ•°†a(8$ÄãkûöíS¯^½´{÷nÕªUK‡¯ß™diÿœ—ôYB˜BÌOôâü!ZtoEý;°ºîŸñî§ ¹µ¨ŠºsÆZu/U^%l`ü"/v…‚9ø±zß^Yß-ª&%.Á阗´_¸m‹~ ¿£ÀvEgÙäädõìÙS{öìш#Ô¢E ßßœºYïŽ_«JO|¢™=Cµêõ÷´5Íõs&µˆPÙžßýóíƒã„VMxHñµË(,jQ-ÒYþ­ñÕ¾ì׌­|ñ.]¥°ð……—Õ5Ï®?ÿ¼M_æÁ8¦¥CnQÓZQ wÎCÙØ›ôôœ]JËu_舖¿vŸnh£¨’nóçïøÆ1-r³šÔªxv*ÅݧW¦ÓC7ÖÏ®›ˆjjñÀTmt=ºkù¾\ëÿü¬ÄuŸêóµÇ•%)uÛúhù>¥šhWçM⸖ ¿UÍëTt®×UnÚ]Ãçü¥39ÓÉmÝçÕ&})ß—rÌ3úcÖ µ«S6»œrµuèuÞÏNß«/FvUƒòÙÓ¬rm_½¿ËSûð².½)ÛR÷ŽU÷Gæéï,ï;ífß§«+—Ìž×RµÔzÀ{Ú”ÓŽ ²zêüÝþü­KÚ–#A«' Ð 1å²Ë.ßH÷|¸ïì©">-OžmʇíÌe4’7kÁ‡+u$K2SwkÙG‹´+÷ލ€ë×Ðñ%ýU=¼ºú.:–}º‰ã°æÝ­ð¦£µÞÓÑÌKÕ_]ˆö”[)ŒuŸ¯Ï8ß×Éyåúº=ûÓßÐß]úþWÖ÷ØWÒ¤¤¤¨xñâgÿ9r¤öìÙ£aÆiàÀ~”d*ñç·5ëXœ^|0Nm’ú©Æ'SôÖ/ƒ4µM˜<ÿ¦ã:ë¦WލÍÓoéÓkÃt`Éëñh{í4ÕÜ{+ûUÙ%»OÑܧê*H…”­®@ÑúoÑ­Ôgì§z=ÖІéÏhè=w*lõR3Y›£MiÚÄUÁLRJ¹ ÊOE)ÚñãOÚVúq½7©µJfÑši#4æÁ^*S¥†Ô ôð¦<毆Ÿã×LÑŽÖöÒOhÆ»mU*õOÍyö½üÔrµyüyM\IæiȈgÔ§úuZ="VA>•éÛr_ÿ>³}£§ï|D[þI7ÇìÑØ^}õѵsus|…V»2NkÛŠôGÉÇ5ííëU2ãÖΧ1¶Õ¶Ì5šÝ«’ oëÞ‡6éKù>”c옢ûýPÖÿÓWwÆ($i·öU’Ç“îÌdý4¼“zOËRÇ¡“õZóü}Þxq­ïí#ÆKËŽê®Iãât_LJÕ{b]-TÇú°©äÕwiÄäûU±´]‰ÿ÷† ~R}¢¯Õ/ÃbüÚfÎo'‡ ÜeøS—~µ­4mz­³n|ù Z=öŠ>j­€„JkTVvðqy|iSyogþ,£‘¸VSž~V3¿è³ÎÛ5{dmÞû½–oàe;+èúµªt‡1z·×÷êþèpÝ~ÍD]ýãS´¨¼ž^þŒ·xé3/]Uxí)·6R8ë>ߟqy­“Toånõ¡–üûüÊ ¿»Äý#—©Y³fiâĉš3gŽ*W®¬üQsçÎU‹-ôÈ#øW˜ãˆ¾~c±Œgªs”MAåîÑcÍ^×з¾ÑK­ïP9Ç“ÌÄóöV•íûµ>y­JHRÛfŠÜÕP}Ǽ£Íw¼¬F~ÌBPé«[·îÙŽÅLX¬1“·«îèõÿ`uÙ%][Ï®5Kºkö»õÄÓÁ’¤àªñº©mK…BG·ÒíÚ(TR|CCßר¯VÖSuªœ×pÌ„¹Ïß“VÿÆÏYžè–êЦ•BÕJô­æôÜ£Vw÷TçZR›ºJùbžú/ýULJÆ**É×2ó^.÷ú?¿Ö‚'è³biYÿ ZÿB+?ÒI³F¶R„¥ðڕ뺸©C[…Jj×1^om¤G_ž¢-ÝžWCçL»¯{3qIÞmÒžwù ÒònÛµ÷+A¡jßA­š”’Ut·Ýæ„åz탃ªôÈwš9¬Iv__WIsgk°¯í#¦Ž<ïŠYÚt°>y}­âž¸[/6_¡›œ?N±Ú7éöÚÎ?¯©­´/?SŸå›”<4Fe °ªãÈ¥.©§t:Ý‘}KhK€BBKdŸ«íCÛ2Wèå7·¨ÜK4ûŸìõxöLߖǧ~Ξwÿáð£½Té¥ñƒ§+4ãºùzþ•¶jÒï~½Üþ=߬„‡_ë×ZR7¼ü®îý®›<¨ºë–¨âàåzºQ±<úÌKÓ_å·=yúóÖFüíOüícóüŒZǧur^öá+v?¿ôw¥¿Ã¿ÇušÖtûí·kß¾}=z´5vìXYü¼•oæž9šðK˜º l©H‹¤€Šê2¨¬+&hÞ^Ï÷¾Hß¿Z›Î«éÍõþéÀ­¥×¥Žô÷jmÞÀû——qå×¶™K)¬u_ϸ‚®“Âú|¥¿»ý82RõîÝ[’4lØ0uìØQIIIº÷Þ{U½zu?KJÓÖ¦h³ã¨6w¬¨÷Ý^üÑvõ}6ÖáMÓùm¥ûw®¯Y`‘²2òñu‚iÊ”M-Æ£7¯+qÎìUTLG|+'ßó @›d:Œ|Îßþ‚/Í.«Læ?ãÚìVÉ0ešù­£<–ËK†lÒMmÂjÍ7[”ñBÝ\e²>øúg~°ª*f»ò²-g›]n&ï6éSù>”\SýælUû•³5åoéÉ[&hÜ]3õý¤[U!ÀKáfAÚ{låtËøéº¿EW=0¸¦z¹|>glGwö§ä;Çjæë×)*ð¨¾Ô]£Í‚n#…´ýy­ËΪÿäl}Õ#-ûœy[˜jVð¹mÉ4<®G?;¢|¶)·íÌŸö")uÇ·Zq8PÍžl­ÒGÐ7;¤ê:©†‡ ¦ÐÖ¯yZ|·Z' øRŸ¬¬Æ-Ã}¯¾‹Ñ_¨=y¨ë\ÛH!­û‚lóùY'¾Ô‘¿Ÿ_ôw¡¿óÜ€##E"Œ3FÉÉɲX,êß¿¿ÿ…¤lÐôö«â}ïë»VhåÙa‰&ަݳfh£‡Ã¾A•âT7$MëoQÊÙ/ÐOhÍ¢?¥ ר~¤U ˆP•HéøÖJôÖ/[ƒ$9yæœûtUl¢ZmÛpFQµë¨Nœ¡¶j”ñýÒ—yÈŸçÏ4 wy »Ž¼Ôÿy}…[õæä;ä˜õ„ÞÜÝP£f RÅžÕÈ¥Ç=¿/ŸíÊ#ã¤Ö-Ý.•o¬ÚáÞ7aŸÚ¤åû\Ž%DU[߯—ç¬ÑÚ—è৯é«CY^çkÍ‚õJ6/ܺ´FÆëÅ÷V‰#5q»K,ܹR*Fý‡õU‡fõT¯a35ªäß6âc;‘[»÷yûóX—†ÂjÅ©u|¼ÚÄÇ«M«Æªbñ¹mUlªZÙëñt>—'ßmÊçeÌò”.4mÐÛú;þUMéSBK†ÒêC4sØ5òt¡BY¿2•ôÓh=øN†˜ÿ“Þë’¬)ŽÒŠBì4 ¥¿*P{ò°mæÒF mÝçû3.uâ­ ûPGþ~~Ñß]Œþî„#pdäb!Y°`ªV­ê÷û“~™¢¹Ç¢õP¿›Ô¬Þ¹_»ÕèßQûÌÑä5#Õ¬¥Û¶¯áÔÑõ¯Ý«ûʼ¨׆iÿׯkÈR©õ›U?D’*¨Ííue>7B^4Õ¿e”‚N®Ò ¹Ü28JMêSÒ—õÆçOéºâǵ׈S¯N7hX¿jj?±·z„ŽTÿöµžyTÛvØÔ¾_WUóu À‡yÈÏ %󘿀0UˆN­™£¯~¯«î iyü™_ÊôVÿ7G»³kS™›ÆjÚ½5jÞüüPÍú£úÌY¥ã7vѹgk™¾·«xÏäLûù ½4õ´Ú_¨ýËÞÖð%jòb¿ìvå¥Ïö©Mfå]¾%$ïr2.ÑôÅgT»AU…GõëÚÃR`¬J[=Î׈ÇbÔj\Ý8Jÿ飈ÌZ\RI×¥O×îZ7BÓY¬ö÷žmßÁÑÍUMc4õÕ÷U«O• NÑÖc™þm#ÞÚÉîÛ›[»o˜wÙþÔ¥?mkzë¶Ö¿ºÚMè¥^Åÿ«‡ÚTW±3‡t¸Øõº#Þ·åñ§MåÆŸeLßµX OvÐ[ß­J 4|k¬F~ü„zùº¸0Ö¯yjµ^è?]Y}¾Ôsmê¨D웚×ô~ x®»~}£• á.ª…Ò_n{²”Ì¥´)œuŸßϸªéy¬¯}wÞuäïç×­¥×j&ýÝ%èïp¥³8«3 =6p€iš¦yâø±<‡ߟnš¦i&'%zfNŸbîÙµ3×qò3Ø¿×>ä)óÌ™3¦«#GŽ˜îRRRÌCŸÎu^gu6Uõ)sÕQ¯üÒ¼+Bf±N›{ŽÿŸùJ]™Áæšç¼~b»¹pt7³a›)É ®gÞ÷ææ“.eýÝœùpK³R°Ìì·!fÙš×™æî0ãß4Ýì{u©ì×-‘fÃ~_˜ûÍäãš_Œêj6,gw¾·„Y¹åSæòC‰fò‰æç`^õ–×Üd÷ÖVvšK_éi^ä|Å,kvþƒyħöä^Ç»Ì÷¯•©Foš$œûZÒþEf¿(™ööŸe×Oâßæš }\¦-30¬¼Y¿÷ls÷Én§ÇÝ×…‡vŸGÙ~Õ¥¿m+§NëQö2fÓÇ¿7ø¼<¾·©Ü¶3¿ÛK¢Ÿ ^¿GÌÕ#ꘖЛͶ'8Ë=nn~#δ«–9lÕáó§y û«BmOI¹·‘ÂX÷ùûŒómx-ׇíٟϯ¿èï.MÇà÷™™aΜ>%ÏýèߟîÓþþÆÿ[o>6p€)i¡¤¹’>”ô®¤W% —ô°¤;%µ—ÔTR-IÑ»¸¤ gΰºd³Gÿ\Z%Ù8 íí‰ï(áÄñ<“Ì× ¿ÔÝ}úêTr’×qæþ™Z·¹A%K•*Ô•œœ¤õ¿ý¦5k~Éó†6›M×^{nîr[®óê“ô?5&.N›,Ô_ÓZª8BÖMº¾‘ž‹ž«ŸÜP(wI»¨å€K"¤X1}üÁûêzû¹îG¯øn™nº¥Kžå<°_S§LÑ„I“IJWöýêR$%K:éN¸üžì|=Õ9~–$‡$Cÿ\IeùÓ´ÂÂ#Ôù¶nê|[7Ÿß“‘žžÿ )Ú»i«vm˜®™»ìj8ø*ÓÞ¿ýkFL³àG9ü‘¶I¯ÝÑQ3–Vãû'ib·òºÖ ŒÀ7Åâ4a[¢&P¸([hU \•¨Eµ|€\p»„„ Œ Œaa$ï Y­ áñ€À…d³Ù”™™)«õò?îpÑæ0,­°°ðK:?…QHÍÚµµyãFÅÔ«§°°0Ö2pÊ95+åôimúýwÕoР臑Òeʪ^ƒÚö×_:•œ$Ã0XÓÀeÈjµ*4,\õ4P©2e‹~É $¥/ñÂ(BÁˆ*@@ÂÂFYT€LÃÐ߉YJ8c(3Ë”I•øÌb‘ì6©d1«¢"ƒä|_.•mÊá0d8¢¦óSßYmVÙl—çn?aÀÏ ò×á %&§h寛õwÂ;ɾ²Z-Š*¢VMbt*-\µ+{$¦©¬¬L8pP[¶lÒÉ„“T ŸA$<<\11±Š®­{ a (;”˜¥ÄS§5o鯺->V-šÔUpP ã£Ô´t­Z·Eó–ý¦î®Ñ¡‹¢"ƒ<Žëp:pà€Ö¯ûMñmoPÕj5d³Ù¨DeffjÏîZ¹b…LÓPµê5d ¸¼vÿ #~8qÆÐÊ_7«[ëXÅ·¸š ñSHpn¸®±¬²håÚ-êß\Q‘žÇ5Œ,mÙ¼YmÚ´Sõ«jRy~²ÛíªY«Ž,«~Yõ“¢*VT±€—Õ‘ª¸¦u©Œˆk£C'R•exÇ4¥ÄÄDEW¯N…@ttU%'%Ë‘•uÙÍGFü`š’a˜ äZ‘ ’Ã0ešyÕ·)›Í&Ó¤®ó½Ão·Ë0 —aFòKœÂQ(R¸f ?aÄ0¯Œ!óˆ¾ÕK÷Û 3yÚ>×µi^CÖa-y¶‡zŽÙ 3¾¾ÇHÒ†iÃõ䛿ûþž 0F®¤0r¥ Ž“Ú°às}»9IŽ‹<í"ÇqRëæÍÑ’M‰rHRÚÿéÙ%T¾ûvxϪIc5aÑ>e°ÙF.‹0“¼\£ƒQíaý|о.¤·†* âv-J8¿ž ø U{f½RýÞ“.¡èzõU·VY±W/\3¿8!Ó4òùÞ,íût”æ$„+Øœ¥ç ÓW÷VÒ%yœßÙe0dšÆe{Ä¢ §µp³Â-ÔäÇuS×ÒúçïXô®~vÔЈ>± 6ÍÜ—ÿì!çéOözð£Uzðl{ð8ã.íÅä:#÷¦žùl§ÒüçÌz «¢˜§×)5çÉßèÎR!j5y¯2sþç¾L™G´b\/µŒ.¦ÈÐEÕë¤g¿Ø›]®#A+_è¦VµK+24D‘¡áо._õp±D\÷°º–NÓ²ÉËtÔ5?fíשkdÖ{Hw× Ê‰öTLé ÙívÙC*)®ïm<íef³vëí«í í¶TÉ9ÿKߣyCnR­p»ìv»Ê6º[Swº¿ï°¾ÓCËÊn·+¼æ<¯Ò%É8¡£nU“ªÙó`/®ƒ#Œ PbŒ¯ŽµÐ´Pü ª±gª&ü’ôÏ·æÆiíøq¥¶— )ójîgÓôxÌŸšöÀzûÏ ßÇÉ—mx±ƒºŽÙ¦Æ#æiñ’Ïõl³šxO7½ýGºd$i󢯵9¢ŸÞ]ð¾œÿ¡žëqÕå]å¡ÍôðÝ•”¹b²–úçâŽÌÝs5e½EqÜ®jvI²©TÓ^õÞ×Z±ò{Í­½f=¢ã·f…ÝVw߬اfèËÅ ôƽµd¤[¿¿ºAŸÿSÍžûB+–Ï× q;õÆ]ôÚÖtÉHÖÆ/kcDÍ\¼LË}¬1÷\uÅn œ¦¯H‘ÏÛˆd ŽIDAT‹°‡µä…2:~¬Nm ,ßG›Óð7—èùÖw©¬ËWÅAUZ«}»*éú††–×~H WÒãu¢ÏîÄå5Ž™ËüºÿÏ”d$|¯±ïlSìó›õj¿²Kj^/P¿.é¢OìÔž ÉžnÕ¶º±íõ uyïå+DõûõW·Fê/è  mÿdš¶wÐÇ]rN‘³¨xÎêQÇù¶¸¥ÍÿX=—ý®¤‘uU6¯6qb™^yo¿*Z¥ÿÛLÅ$©M=%6KŸç;½0a›êùSÿ]¿×ÕÔ/‹nÖ‡swê™aÙõ\ýÝÒ¾µÂ®ðíˆ0™™™ÊÊÊôÿ}»>Ô„UaêüÅ5*–‘¦t•V‡7hdßñ𳽓¬j—²Ò•eH22”žž¦@I ©¢«JI+÷Õ™ôr òeœŒt9LÉt¤+==-ûZ‰ôL’Œ¬ìÿ922”eJrd—ãØý³¶¦J†×SùáçÎ{ØŽC:^ñüé^¦u}ŽÊ·ëѸQztâ,ýqÏÓªåX¯)ïíPÄ­¯+>,Céé’”®ý‹^Õ1껕ªÐ Cº:I§SÓîHW–)™Ž e¤§)=+ûoÙ'ïúEe„¨QÛj²¥§eM9;N¦sœµ9UÚ÷L{æÜY ßö·N§W:§Ìô+|;"Œä‡iÊÿë×Óõ笩úÃqTÜRI¹½:ýãíê=4VÆÙë¤eæünØd·IF–‘ý?_Æ1­²Y$G†CÆÙqœ×kä”árèÄ4$ÓaÊ”MÍÇ.Ñ+-B]æÎ"{xe…GΟì‚?+Ã¥ÎOܬ!wM×û›jè©)úä`%õ§PçÅçÛ'ꎻÆ*ù®W5s| U´Ó7ƒºê¹óž×áò œº0M™ÎKãMÃeܳ×ääMT.8E[ŽeÊy˜B¦-Tå#¤S«?Ó—ÿ«îuÏ Šˆ×ðÇbtý¸»t[à(ý§SŒ"2wjý1I‘Î@ÙVCûUS‡‰÷¨GèHõo_Ká™Gµm‡MíúuU5ë¹e^éa„»iäg÷Ø0ý~œ¾D§£»ªs ûy¯oØKíµtÚOJp¸œâã2NöÿÜÿÎm»jôû@ï<«]“ÿ£¾=n×=¦èDj^µ˜,†)SeÔ~øºÖñ©žû›RÌâj2|¡>¯Ó F¨®êyÏ“zgÉf%¤{Ÿn~ŸëÚåHDÁ†Eß5D·”T±žnWJ—×íµÕ¬ }Tvù³ºóƶjݺ³žÿ«ŒêÕ+¯@™2-eÔé¹§ÔÒ1[O½´V)9÷E>[F° ùJK^¹UÖÅÿսݺ¨Ë]OêKŪ]‹ò²›¦L×5Ï}­ùÿm«Ss‡©w×.êrçãzkÑ&Èt†šsÊ,œáreñðÓ*ÉöØÀioO|G 'ŽÓÛ8­Û“ª™ó–kÜã]”™‘A…ÀˆIKÔ§[5©âñõŒôt}öél=Ø€2ÒÓ©°øàýêÜ¥‹Â#"óõþƒökê”)š0iò"Ié’R%¥HJ–tÒ9œpù=Ùùzªsü,IIÙç:s&§iäG!]ÇàIµÊåóg÷þÃÔµJ–*íÓx| ñFòµ|áNÙµïPÞÓ7MêÚG'Žóm:ÿ¢:%Œa†aÊaTÄÅ#¦)ƒ @ø·³X$«Õ¢S§NÉn·S!ù”™™)›Õ"‹%¯ú¶(åôiYm6*-¿ÁÙáÕzyÞ·Š0à»Í¢ %C´é¯½j\·:’O›þÚ« ¥ŠÉn1s ~ááá:zä°Ê•¯@¥åÓÑ£G!k^É0py+YÌ¢ë›ÆhÞ²ßdÊ¢z5++Ðηö¾ÊÈthóöýúvínuïÐ\‘żkµÙ«5«W«yܵ*]¦¬¬V •è#Ã0uüØQýºfê7¨/{` a («¤SiáêÖþýøÛ-^³G†Áõ ¾²Y-ªPª¸ºuh®ðÅU2Äû¸¶EGGËpÚ°a’“’epŽÏ¬V«"""T¿A=•/_^AÁ!„€"½ƒg‘jWÖ¡‹ŠÇ7W–!qmµï,Én1YLŠ*’瑎{ ª×¨¡Š•*Ê‘•Å…ì~·W‹ì ‘…Ó´®Œê¨È EERƒ- @ÅJPWbX¢ FF€0€0„„ Œ Œaa@‘czäá'aÀå‹0ÀWîGC<%q7WypðÀ~ª€$Îax !~¶•kùÏ#SÝr8\ÃågÎgqeñðÓ*Éæ%…H*.)TR¸¤’’"$E:ÿ“TÌ9^ 3àØœå¸— hp=º‘<²$eHJ•tFR²¤$I'%%JJpþ}JRФ4Iénæl¹yLØuâ9C–Ë霙œ"ç8VÂpE…Ã%Œd:‡œ\à6|:]+ÀåE‹<ŸóezHC93‘áL:9AÄá,Óêò?ÂP´‰kÈTöœ£®áÄ5”¹”wNñ4’· ’éBÒtî‘,—0bGF€¢F\3kIõH²tîoºçF\'ìðDÒ\B‡œ¯gêŸÓµl.a„ ý0âš rL¤(ûÚ‘4Äá-„äü/À‡ôã~±Š§ ’!.^®Ä0"y¾ˆ=çèÈýs”$Cç)ð‘× Ul.ƒ\^K—dw )V— BŠnq½nÄõT-×@âzÊVÎÑCÞŒx #Þ®±9'è~j–k±¹…F€"FäF\/áH×?§ly:UËç##¦Kpðt¡Šë©W†[q½VÄêB#@Ñ$îwÕòts« —0’gq#ž&èz;®L—×rfÀõ#®Ï±²Î€+.”¸>Ðý±9áÄÓ‘÷rr #މ閆\†Xtîщ£"À•BÜó€{.p}0º§ útdÄýT­œ§©{ $9§nÙtîÑNÏ®Ì@âzº–©sïšåpûé\<¯Áýè†Õ‡ŸàßHòúé1ˆøFrþÎkð¥\E;Œ¸þ× ü„o¯¹‡OGB"À•HL?s}âº?a$¯PB%f.Ãô7häg<‚ðï $ùy=ß!‚ðÀ¯ðᎇ€ÿêÍûmEå|IEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/cact-preferences-schemes.png000066400000000000000000001073701433352025300254440ustar00rootroot00000000000000‰PNG  IHDR#Þˆ@Ô+sRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÛ "(óÍ8` IDATxÚìw|Õú‡ŸÙž¶é=$$$$z¯"U±aCl?{ï]Ô«¨×rU슽{Å.E®Š`C)ÒB$Ò{¶ÌüþØ$l’Ýd„ú>ùÌ'ÉΜsæ¼ç3ç{Ú‚ ‚ ‚ Âa@9BãAAáÈE;R„ˆAAAQrÈ„„ÒAñ ‚ ‚ ‚pt v å \¯øð· ‚ ‚ džÑÚ >‹å®SÜŽæ×)"HAAá˜"š1¢í¯(ñE,4^3þ¢éª”… ‚ ‚ ûüðÁ£xQ=o¢¤UAbðEˆœ|ÕSª%2ËÎ!¥"‚ ‚ lj+k÷näûYw…zª—ßÍE‰Òš 1ø"D®»êròŠ«¥TAAᦨ¬‡sÿ&4ô:ƒý¸hò0`@É÷³îŠm&<Üg½vhø7ñÒª 1ø"DvVI© ‚ ‚ ÂQ DŠË«X¿ì§ý ß}àXTU#<ØŸ‚Ò†™ ÷ý¬»RÜćûápû[©ÿí“ iuš–%2݃æydÅY[ÎîŸ_§róϨN{ªÃ†%¢3Ñ'ÞHhºLëAA„CAqy …¥•d­XÈØ‰g‘Þ)´]á7æ”ðÓü/Éè?€0«_s]X/Fn‡Ð×ÿv"žI ¼nÕ;þ¢éêÔK¯¥ºÎÞR„ÔU‘÷Ë›þù#ú¤2²O"~Ö0Œ&3zEaWa9Ÿ|»˜¢j´ËÞÇ–€ÃaG§èÐéõâ)‚ ´ gu19¥&b1(‡.ìÑk°ZJŠ+¨¨ð„HtÇXþ4;¥EWÚ1ÅÄ“pÌePaÿØS\ɲ_æqÂøÓ‰ ܯ8ÖlÉ#kÅBžp ÑnqäV°ô‡ÿòÃu!¶f‡½þp5i˜ÖåQ˜´µ€Oƒ"+ÿ=Їvgòjq°#w/EEtKK  B#³{w<š¿—-å…g'aïw9[²þ&­÷†žr…xŠ ¾¡Ú)Ú¾‘u!LèRƲl´¤ FQ¡©5äoÛÎÖürjœ üéÔ£éÁº6ÃËB¤¨ »ÉŸ´NFvçîE‹;J‰j§ºÆfüÝ JsT°uuÛkýHé•FXM!N³…~ÉÁÔlÛÍ-îÈ$>å­)AzÙ_„ýF©¯@bÂqªû÷ÅèQaAdÕÇåerTH½à¨s;ô€Ž¦î Ý}^3¢´#-ÃéprÖÉ£ÔÕ‚¦Ð©sgÖçÖòÏú­„Øs™÷C§LMzæhn¹3‚—_~뮚Á§ŸGÎæ¿IHí+Þ"Ç´ˆ¨#÷Ÿµd•ºÐê øZ‰Š‰£stƶZ\ª½[¶ fôá…‰ñDPŽéÙ_XVIŠ¿‚¦V±}m‰'öç¦QD›@«)eî‡Kø^M&¬`›×°Ç´©ÜÅF[2¯_žL<þÐ ª¢#hw¶µ²W¬aK5Xb»205s}jE6¿­Üƒ ?Rô¤óA°©VWÀò•»ñ ·…€¿Aq5Ö³örÂeg03¼Œÿ¾õ'ßî äÆû‡1ÄèäÏÍø³.–x­c k/aͲM8€À$†÷‰ÁOw°ó¶Œ?éJr N‰ û…NÙW{¨nb¤¸´ŒmÙ» =5 €¼=…””•‘JJ\•-ãò²T#×(HP Ô¸‰wâ~¸‹‘&¤Õ쪇›0†Pã4‘Ž:ô3ÑÛ¿gåú?HèI^^E›—±âûÿ1öʇ9v<å9(ŠBMu¥Ç8A8v„È®õÛH>÷tžìbtk%ÛÈßUÀŸK7ðõ?Átë‰ÅkcNÃ^”MNd^y;xÿû üÔ… ¨š“²-[°Œ™À­C\óYµ6z(©PÑk;[ {l×?žò§jíê Ójرjý®;g"¡`éoÜý¿ºöŠÅRµƒåEñÌzòDB)çƒÿüÂʤî$ùíóY³±j“»9ƒL¥†¹/ýÀ<}&]ƒth¶rŠõ‘ ‰7á é _´ô—-W{1«×Õpåç1ÔìZÉÕoï&¹wl›‚¤}ys27ÇFR€YĈ û…â.FêëÅâÒ2†¥‡qRÿXžùð];emݾƒÛ/<k€™yí ´ÊAdxh“¸¼Ô­¡nBÄX/DnØMKköwsA‚ÏbÄÓ=¤žÈÚõ›>ìÕh[`*ÛŒŸÑÀ¶Ý˜Øº«‚j‡‘ü5?Ó·{:O}òñÝO#¥ÇD‹Â1ÝÆnW²Ýzg@§7“˜À‰ ù}!w/µÐ+ÅHav¹ÅTÔ:\5•9Œî½ºOhÖ*xe%;wVR«³_‹]³ S«É+äÌž.!’õùwÜ·¬':¢z÷'3 †ÞÂhµìÙî%]“ƒ’];غ»„ ›?"ã:‘Ö)Ä52 Ö»i;»Êª©±«®°?Âb;‘žÒ8z€æ {*ÃFŽÆR´šš­¿“µ«Š%Û+ÙWMR¨‰Z£}p,Û ídtëLpØzvån ºr$–€`ñA8VÑ´& ÙâßàêïŠq˜ƒ{Înèa"fp7º.\ɶl?ºöÏäÿºEÒ%Ü„p–åòü¬u¬·Ùˆî×›KF$¤C«.ã¯ßWóæŠZ’»Z°i¬&WgOæË³ yæ‘%¬×ã=lF9ùĶ‘î¿.ô6ÝJñö=dN­)ÁÄÐZM9+–¬fÖò::§GaÑlägm‚n=¸÷ÜQt уf'wÍJžü1¥®ˆà¾^Òè…²w; ñÜpýúEQP)Û“ÇìÙëÙ™B¼{cÒ^ÊÆ¬"úŸ<Œûû†ªS)+S rkL«ÎrÖoÅßkšÑMøÍÊRÆÀÕ{0ko€«Ì-þšÜ­Xá•aDX\ÛÌ—îÞÍÜy«Y¼'ŒÚÝ ÷=y¸F¾Ù£`ÌÃ7×AþJ®žU„JÃ"I?&Ýp6“*¶pçs[)Pý¸öê †„nþ†gsÛ‰±"Vþ£¶žÆyÄÄV‘ï«]p–“]ÈÙ—Nró5b,Œ糋¨µF`RÕ[™ÿÍŒï4óö-o”¼;›€>=yà‚ºëQ«ÊX¾ôÞù£œèn‘Td·åƒ‘Ðá˜ÁM‹4¶áüxæÃ_¸ý·úqçţЀ° —yæÃ_ˆŽŠ"$ØÚ¤Ý¯(^gXë…ˆÑMˆ4l÷Û°€½a§-]ýáIÐ\ŒxiW´¼ sxg‚^ÄÃþ‹û¯:•EïþYÂÈAý<6™å«Öò÷Öu$Çj”u¦“CaàÀØÖfó¿÷îgòµ/Š·Âq"FL1éô4ïà%\×#ÁH£õ% OW£««µ)XŒNŠ«ª‰œ0ÕòrÖ`†Œ?DãܽÊU6R[K±M[5u:'‘£Ç·¶TÇû›n¹žîÝÉ7š“Z§‹Ÿ•cFZ=‡vÐŶmȉ<}¢µ±Žv*FÂuµ””—tÒ8ïiüí@© æž»»Ó]ZU%»ë D†›©.·£‹ÖöõTi6ölÚE·sN᪮.…à¨U±7­Ú«¶m!ðıÞÓ\@¯Îo”æe¨UÛQüÍŒ<g.æG}bÓ—Ÿ³ŽZ“?á;%e*æ` !q L»DÏî§–ó7‘MÄKË·JÓOÔêZJŽâ:0ê]“¼^íé=å! ­Š­{ƒ¹Ï»ºÅc+ÉÃÖ¥'¥[xi¶ƒ›nÌ$.­;cM‹ø«&ŒÎŠí›¼”yªÉç¼Ùò¶0z 3†4¾ÞuÁ =œÌÈ%Üômª­ ÜîDWé£ ‚pLáid$©S~3Ï|°˜;/EhkVAqE Ï|¸˜Î‰‰DE†7 Ó——5#4iØê·ùîZî‹Ú½ö€´)Flv§ÇÏC‡_ÍÞºjn}â#BÌN>ñÂ-FÖ®Z…?F +lôïTË_»*çAJZ0½†È­wýËkœ‚  bDÅÙ¬î²çoaSx$§œ᪹ìUä×Üj&'¾ù5ÿÞê@g $Ð?‘‡U|ýÊÞÝá (c0¯þ_qƒÓH\´žì ûá\žÜ®`Ð1tâáö„=tßúšo50tÚ)ÜÓÃH—~Ñø­Èg‹)–FYm?.䟊¨ÒtF†_—¶šÆ¶…v%RPÎGoü/ò5Ðù‘Ò#•pEÅV¿ãºVWH®!‰»º¶wÿó“ïyzu ¦.ƒyóʤú;µ±×Ù‰ZMs3űIXužËpïò%|<˜[zGpÅ´ ¶~Û´|õ1©ù~g~­#ØjÁb‰àòk3ÈÉÐH;å·p‘ìû¨†ùoÏã­<ƒ%‚®i!貪ZQ#šSEmöžk‘†fGõ·z±k2†-+ù¥Ô-P@"ý»R˜£2üŠXL@ÎŸÛØ¾×ÉœÜL®J°2i¸?ó~¯ *®–-µ±L÷TæQnwÖVÞTj•x.8Yûõù«Š ÌÁ<a"A=zqò øÂÞ†P’ì“ ‚plá¾f¤ªÖ¶¯ÏÎî¥iõY?£“Z»£Éµîqyi³4" "¤aê–±^c4ˆ÷]¶|isšVá£o! sÙ³¦Ú5œ5QgðçŸ ‰ ðc›=‚¨.IØMVÖnYÃÏï|‰^§—ì‚pL‹‘¦½ÒaÃÇóÙð¦—ìüm=[C0T8›T=¡©½HÖv°Q‰!©¾¾;㺳8Ã=°_QÛM«­à”n¤°ƒ,Úö€ÒTز¹z„‚_Z•QÝIQm/ŸÿQEdÏÞt7ªØJw°Y×V 9e¹,)Îà´0+Þr&c6mã»…ø­°–X¿Æ7€³¦%¼ 1j?mÔ‘”J¾]ukÜ;!²­4md;T¶8k>º¥ÖðÇ—¿’7޳b2¹s| ~nb jW.]GfÆÈšNÂÕ`ô4’ÑÂiZô“E¤u%)@Î ´6]NkÑéÖ" Å‚Ÿ».Þ¸‰®çÅ7ÝÝæŸå,åÒ·s¨µ&39 ˆïVUP[ü^ÀåçEÚ7Œþ¡¬JAêé±Ì¶R6Wúž7cT ‰j!sרtÊL¡dË–U'2Æ?€ž1z>+iÃN}H„c £~ßÓíT]o‚ââR öäsû…£ ò£¸¢ òãö‹Fñ̇¿ ªaa®õ"z+NÁîT=%cv«¼í€Åƒq# ^¦hy#*yï˜#SÁäGay5áéHÙ[Š-¬3›óËHLbܸ 8 |3çÄeŽ£÷äqmÆ)ÂÑ-F<ᬭa×î–ü™ÅÜV’ 쨨öVCQ”ú¦e-+–ì ǽ×QÅÞ ô%žD†¢Û¿°ûŸ®‚³aAEc_<š†æšÑ¦¦©m§a %!f¿ò#;OèÎCâHèšÆÕ]“èùáÞ(N&%Ô5ªÔÄÔŠ“ΉCõØUÖFšÁøéÜê{O[ºû;™ýÁjzÞÚ›´d÷oôµãˆÀm##0SÁÏó7°ª*€Ñ§fÒ§~Á·¢5ˆ#F†³Åh½ëý¤Õÿ­(®Ý±TU¥íùDhŠi˜ˆKöf×ùÑSÔ¶:’†¦¸Äá\wϹ\ç~ÞÏäÔ•<›g@ õRæõS|Ë[ËMý[¼/oò>h &Åè“ ‚pl¡x˜¦US]Õ¸^ĵFd1hpûE£µÏúv%¥¥:¬Ö ôŒâ}š–׈ˆÑM€› !â±ò÷a7­¶…CIp–l.`Ò¤Sèœà$^ƒ“‚Â0„Ä€_š¦Ñ¹s";6ýAr¯ÑèôR ±,FZ,`ÿ¶»ÞˆÅ/€ÐÈHR’ýÐ;+<4+5SZ~»‰# ¹|ùs!å*è,ÄùãeE_Rs„„m^{Ñ ëãÑErZ?#ÿ¶†lÀ„ÑØFÑQXlEø9Køiþïü´ € WNäÚÎ&ú÷±òÒwÕ8C‚\û(š ¿€\âHV"8c…• %¹ßµ°4cb VÜ×¢´\s¡#I"›çæ&ðÒ©án=ë Q®n²‚íÌþuù:+ cö‰Ô: k‹™Œd3U‹*'»¹ÎƒN³Sé fRbô”,_G‘>ˆ.iaxZâzÇê‰7SµÉA æh= ÍI /v ॿàt»[Jþ‘„C™Ø»> ë’êól¶Z@GŸá±˜Þ-¢Æé¥Ì­¡˜fŸófß›ÏâIÓE0©§ŽG–n'(s0ýªX—¯Ñüêa3gêlNŸ|H„c ûö†õ:Åe®w×3þBDdtãß [û&Æ„±}w MâjEŒ8=†Ñ†C¡å!¶†f'Z¨–¶´HîÆeXRÉ9„ŸVd›HfÏž(¦0ù±v]6›+/»{|œ­«~$µßÉâ-‚pÌŠ‘–­#cd™ nSC4WÝâq¶Ž)”çv>ø;ƒéý,¤OËûTê:ÌØ9w.÷n±´Ö=\a[ˆ3¡Ž|´ª÷õ1ÓíÔ“øt’›¦ÇT–Å-Ïml= »Ñü’yù¡QTVQT§#<ÜU-ï©A±X÷m½k %FÝÎË3xp€…´“'ðé8;5ŠÑm•`çÎÖÓÜj#(ÊäÖ åQea‰I¤xùRÞï;‘Kݶø-Ë)¦+Q½øÏm ì¨ÒæVþ†reÙ8¡‰Ä‰ùt¬Õdh"଺2þÊÕØY!cÊd>>ÅŽAWÄSO-ew³É_¥šÍÅ0,RÏœÈôÙóxj½Úzj9µé¼âÍ®áiôµì›W–Í6sO\_cSÊÛ/üÈœrë¼êÄÚo4o’”Æ0¿Ýünk­Ì7ûœ7“}ïÿÙCüéyæ)Ì>ÆÝËj²þa~yPãü¯¨Uì®íæ=¯î>$Â1…§ï ðç‹_·R]Y…_@ÖààúóðêW“J§È ö–;ší¦åuk_]3ÑÑüÐy"î‚Ä÷/=lkdDo4R^^ÁW?-§`O!º?Ö24¿‚3Ï<ïæ.`Ñ/K@ÑãpØ1Lté{’LÓ„c\ŒxÚ-IÓ´¶?š†¦é NŠ'wî<¼·ӆƓjÕc6@mY Ùv3~:û¶ùÿ:‚:ųcÎ<º·S‡ÄÓ%HIqRTªbòóc{+iX Åè`g‘žáĵ•¬ù{oþe!!ÉŒÒhK=ÖÄxòæÿÄ#%½˜6$ž.A.!b«ª$gGeþ„ĵ™¯&õ²‡2T4 M±›``ÁçëwswêïÁRò3¾S¸bTiat‹œ6 ö²¾ÆŸè0vÎý…7Ô~œÝ;ŒP“=N*K*ؼ©%ÈŸ°pËÿûßžÓ—“Sü1û©+²añÓC³o6…YXüÙ ÏÊdd‚žÊ2†È¸VÓÀ߈¿ÏvuP^d£Ç”8,»¶²¤&šnÝÃ]ÛøÚKØ”µ…uj=t!œÔÛÄÂuÁd{+s‹ž¥>æÍOÑ ùWyo.OJ ê*Xµto.ª $)˜½ÛjZ÷Aü|Ϋ Çî»i5¬1[,8U ‡Ó‰¿¿ãçAÖ ô;÷”SXá `ß¹†¸¼´ÙuÍ}³ÿ›OËjþÛ£èpÿ­ôã/š^;õÒkÉÎ/i3ã»7/§¦²„.}dz}ÕÔ¬â{naÆ31Gõ!¹Ïxvm\‚p4¡1)â)‚pÌ ’:ölÜL^#»Ð=ÎÏs ¤V’½.›RÕµ=9Èý äì”ä“_TAµ½~5€ÑktIáf”#&¬‚½xërjÀAz·×wv¨6ÊöîaOa9Õõ_h ˆ ¹K4þ´ž†Vµ‡í;‹©°Õ/ð×› ">6Äó·ÖkvÊ÷ä“_\NuýT#Á„Å?”NI‘®/Êk+_­”¡)*• ·Q­f7í¥3±©D›Uª w³«`_Ü(zLÂ;%í§€³†½»v³§´‡æz—éM&üCbHŠ ÄhörvïÈ£¨ÊŽ èLÁtJíD¨¾ey©5ÅääPZ­œ’Aç ]›ièÚeW'¥Û³È.×À/Žîia.!Ò€½”-r©ÔÀ“FF´¥•2÷søž74yì.,§Æ¡ÎLPx$ñ1õ÷郚«ÛéC‚ „ùóýœÏ9aüé”WÕîWµuv²V,ääSϦØmm§Ó©±ô‡ÿòÃ~‡k÷¬\]*eõG±ÛÑðYUýu6\Ûÿ6|bãÄà6ÅÈö¼âveÀV]Á’/f4þ?tʘüƒÄ;AA¡ ð³`4èøaî$d %$8°]áKË*ÉÍZÂøIS°;Tªjö U¥AŒÌÁõ-I5õb£(q"%@iý畸vÚªó&F|ØM«}F0úqÂ…OP‚ ‚ ‚ ´ÊêZü-&ÆN<‹ŸæIî~Ä1vâYÔÙT{øî‘z<íŽÕÚŽY­rÀ[û ‚ ‚ ‚pdPUSGXp§žqÞ~…¯³;¨ª©ó¢A¼Š“ýFĈ ‚ ‚ C•Vô8Ýwêò"D”ý'^ÅHFP!_/øUJSAA2‚ ùá ÇÙêÈÈ7OžGqQ¡X^AAŽcvåæðƬE=^ÙàOAA„ˆAAADŒ‚ ‚ ‚ bDAAAĈ ‚ ‚ "FAAA 1 ‚ ‡š•›òøbÑvæ—Š1½NG|”•)'v£o×X1ˆ bDAÁoÜÍ[sV3l`/ÆŒ G¯Ó‹Q§ª’_Pě߭dêè Fôë*FDŒ‚ ‚ xâ‹Åé׫!!áT×j€CŒr€X­¡ôëÕ“yË6‰ŽO1R°'ŸÍ›6R^V&VŽ:t:AA¤uM_ÄçÄöBÚ>o)™½B¨¨uŠQ"–Àö–óû¯‹Å§ŸëÁ¨è˜£_ŒìÉgÝ?ké?p‘èô2Ü*]¨N'……{ù{ÙRœN'‡ _ÄçÄöBÙ^÷ëOäg¯CUU1ÊÁnd*={÷Ÿ|¬—VArPÄÈæYtëÞ‹ÅBee…”°pTb±XÈèÞMYÅ—ñ9±½Ð¶×ë`Æu“ÄÀyw½!>-´£ìÆæYG¿©¨¨ 88Dz8„£kpÕÕUâË‚øœØ^èÈÆ‡4UEStˆmŧ…öÔƒ‡W¸1¢i(Šë· Å(õ~,¾,ˆÏ‰í…# íáàÛVì*´³<êÅR¡ÇâÏ‚øœØ^è8ô_¹,¶ïÛŠO G•€–Ê\ÄŸñ9±½pH:Tõø³½³€ßÊûwòæ]}ðë ÛŠO "FA'‚ >'¶¼6˜A=\¶×ªÙ¹t1kõƒ8y@8‡t¿)G1õ9 ú\‰CÓ:d\H¦i "F:’ºüðM.}¦ #RÂuoÔJÖ}ö*_TÊ]—uÃr¤–‡4NÄ—tœ…,~îfû_îëÞñÏ’4ˆEŒ‡bÀss¼ŒÓzpú…Ÿè¬‰ô=…kî½› ú£;Äk7ðüÔ3ùâŒßX? ¬CF'Zñ¶úkõ?"FŽ¿ çà·Õj·|ÅëslŒ¿ò\º(GItͶõ‹;êp–.çÅ‹'qåco³p·½ñsµ*‹ï<ƒ©]èœÜ…îg¾Ê¦º¶Ã“‡³”åï¿Æ»?íÆ¦ihÕ+¸§úÞ½œêCTt¨Õä®XÈ«‹]=F Gí:žšÐ¾WÏ¥ÀÑñvìh_>:ž¥5óç²(« g?K‡Âç:ôðöÜÊó.¶oåÐëpMÓRµ–‡ÓAE^!tº‚wæýÈ ¾ãÓ§.%uÓ‹\1d¯®ö®G}Áp£™rÛ{dU¹bäàMÓò¶§µæ ² â¦ò쓉Ó×R–³šyo½Ä“%÷»Ï¸)£A*%šÓfÎgRhz·´œ…¬\œqèëÜxÆp‚öÝŒëa÷îXEmhD©®ýÛuAÄXÇ¡?˜û¹w”]U·ák÷ûÕwâü™³9ß½l;zÕSžÄ—Ô?Óºë^aÞyÝñ+ÛÎNs¦VJ»á;\|÷iSd:æ#Á§ÃóĵÕÚU÷h”.ý„ÅUÜ:>¥x!÷\p?óüÇpÝŒ;è­Pž³ž¹áT´#´épH¦i¡é;°cìY×òô;1P·‘?Í¢ÆYÂ’ç®æÔ}è’–N—´œôï5Ôhšc/¿½r3S&ž@¯ŒtzŒ¾”ÇäR§ihšjØ_MŸ´tº¤¥Óã†ß©l+\›éÝĤ®øš„+äç1aXRëÓë~Â4úv‡«£±×¤„åïÜÍ”‘=]ñ÷ÇuŸçbo+~µšM³àìá=\áz gÊÓ«½ÛÕå0ÿ‰ÿãÄ^®{éwÊ-|ºÃU¿iš†¦#£{Wºg„¡o¼7oé;)Zx'ÓsË…®^~Gs¯Hê„gX]¥º…÷V­ä½f-3F¤3ô‘z;kZÅb.ïžÎ©ïç6NØóþÙdÖÛwôÌMÔ9vòö¤tº_ó+é³ô­;8sXf}>.âÁÙ¨lè}òµ¬Ú9mC|¹|ÙYÄâÇ/åäá}ëóNß —óØ·[¨nÒÙF™ûâc­ÙËSOQÃÿž¥&ç[Œªhçê»Ìç4w¿¾ñÃú6–[ŸSnæ…_æöóFÓ#-.]1éÖYßðÌ,û¶b;Ï­æ`×W73¶_7×õÃ8ãÎOöÝ×Ñò¼t¦Ï  ¸ïè—fEçK)¶oeš–â¶nÂÓ«Èn·Q[UÄεßóÂM·óƒ-„ñggàWß”·$ŸÈ)cG0rÜ©œÜÓ ¥‹xôùuD]ñ1=4‰ã'så>ãµq*?=ö kjö­Ô0Gt¡{L2{t§K¤ ͇°jé"f<÷ÑW~Ægÿ¾ŒÉãÆ0ñÜK83͂ڎ´r©ÿÌc¯l&sÆ'̼jC‡OäúçŸç¬À |òÕVªKvRLÝFŸÄÈ}4öLÎ…¾ËéuJ;}z}: tt=닯4÷ÁÖÞ%m½gZ{GH>A[­õº§éhןÿNMæ9ŒÓS»m1K+ŒŒzä n;o£OÏéÝÌ#÷žLŒîxñ–·Ý"šL0â§[µU-gËØ`½ŒgE4TG$aÔªYýÜE\ò–s§¿ÆC]üóÉ£ÈÇôÃ0X±´nÓ«bûŸKÙvÏý{(!޽üýñ“¼xûµDd|Åõ©F –¬W/áüò|Ù}¼<<CIu=ÂзÿU†¹é¾/Ð]ü(ïONÃR¾“]æXŒžvÜÐ*Xúø…Üð±ƒÑ7<Ƀ}­”­ÿžY3W» ý0ü©ÏÞX>5¬i-'ÜËSgþÎ÷ý›I}§ç_ÿbúO‘\ûù5ôôM«n=|šÚJÞ‹÷UÁ ùñÔB&=Å[WwÅ„‚%"ƒ¶§Ù”™Z6¼| ¼´—á×>ÂëýƒÈûùuþ}ßùdksyëì8ôª/eÕN_î_V+Ùúû6‡^Á3!ľ‡Õß¼Ê ·ŸÃ6û^;3½/e®imû˜×òiv_-âjö,yJ«™ï4™nÒÜgöÛçªØþç2¶…]ÉÌ'‡Z·•ÁóÿÎð+ïä?×ÇÂæ/™ñÄ nLÀÜ›»b:Xöõj»^ž[…“¹ùÉóˆ 3PþÏl}ô_Ü”Ð97¦a:Zžw͉ÝîÀáv‰N¯GA!´­:Ó)¶÷f{ƒÞõxzì©m4X?}"îß÷yX.zþyž jY㵚ºoü¤6ûÖVù1ð”ž4~ÁÓºÁKX]¤Ò'´þóý›QèºfÀÄn×´#íˆ}i£BíÎ?Y_;ïíMȽMͼµý-×qÏ„/¸õœLÖO¾‚k®¹Š©#ñke”ÔeÛýñé®gÕÒ¶}¥YGm»÷wIkç´¶Ú;ö?lïà¶Z›åäöú,ZÂ'Klô¼o41: ¢Ò餳ó÷§sX×ÿ<ºé88hbÄn·{©åí85@³Q[SC•ZIÑε,˜5ƒ_ìV&MHBo¯À©9a#÷%°>¨cïϼðÞvºÞ6‡éç$bzwyå?_ÃWó¶ñW›qj`Œ#9%¥Ýáö7=sü†H 0°«ßÆ<À÷¿ïæò¤8tå¿ñ܉8ï=^¼­/n¦°µÿÔá9”ÀÀAÃé×-]é¨v;Íëk­äW^™OÌÅóÌ5=\»1 H¦tî7<®9±Ûí4/­ô×Öów]†ÜñS~½†»n7ÐuíÏD_ó)Wt5`·ÛÛ é…¹^ón¯s j€êÀn·»¶R´;][;:]Ÿ©×5¦’SRw˜pØõ>äÊ—­ü7f¾µ‰ðsßå¹ëû¹Ò”I`öDîxá]Öž|'™G›e¥o¯?‹/wˆ/ãÜWV#‡ ":b ‘ŧðÀ ï³nümdÔùPæøàc i5³—ÓnÇÙÄšÆÕœö&>iw{;8\'Pvìöfשûës Ïtƒ­ú3lP?éGºcßݘËÀÓ&1:ÙS(Ÿ?Ÿ{­ àšd¢µƒd_ƒÛÕyn ‰#9)±þƒÌ$n[0‡[[GÉÕ ;Zž÷ÍO1¡×Sn'ºpç¼Ùü_¢hµÎ¨y—Ô¶rÎÙV{çòýÏGíêŽm«ùV÷¸¦yþò):zòàÈ0T»"Oã©§³¸ùþG8}Ð,úOžÂÔ ÎaBfØÁkðÕ##›Ÿá”þÏìû<$“3|{†YA+÷ØËX—·ŠÍu°ûéSéõtÓhƒvcÓb{8%(‘.¡ðG~9v-v­dc™ž'¦áßL%·¿î²i\3bÞp2[ƞô ¦2y`,= uykÙn7“9¼3æFM³^­æaÚÊ_ þÖÁÜ>c2 ¯ýšå±ñéÿ¥7ÆßVøÊVò¾¯·ƒ½öôt‡^êºútzîº/%”¾ãºÀﳡÔI÷p­Í²ÒíoO©øòAõe£ ºH†œ” ­`c¹“äBÊ<Ø7ó6¢ÑêˆD+SÚ[ŽŒàad¤aÚÖþŽŒ44ZZÞ¿)ª3!¬'¯Ü¦@ñ'&>ÖRáЈÒ$û†{±·çy?¿Á¯~Ã÷P­ ЮB÷jlêQô¼ÇOãùO$ª¡E­ó'>Z×Fi¥Îñÿø÷‰pùKãèsïÓ|÷À$®J4x_3ÒŸÖ’u›;¸žÕ|ð•fטӽ¿KZ;×ö;Ðo¿óÑZº£­æk݃ZÈoŸ­@ëó##¾èÒ@Ü„ûølÔ¬]4o¿úœ»Ï{…ç'=¬‡O#Ñ|Œ‹ÚZö?矘HŒÙLPx Qõ½%. è¡bÒT4tôŸþ hÒc`°ÆâGáN‡QªÓYïÕNï½&mÅo¶0õ•Œ\:‡ß{——¿Ç«§>ͧŽßçŒû‚4©ÐZ«œ}ÏŸZ[þXI zÈû‘oÿ¹Š‚\ɵ¾ð—VzŒô:WÏ[Û÷«µñÒQ½ô>훉ë9îfeµ¿þ,¾|p}ÙcYi(M|Ü—2÷ÅÇÚxFÚhèì˦³¨-§NÓö=¨ÔVÖ,¥}u¤Oç=Ü—N Õ­.йV°Ö¿œ–}Û²]ÓÏíÙrÝM³¨št7ÏLïOŒ±ˆÅ_ÇL£ëy÷#£W¼ùmku¦ØÞ«mõ:W}¡yÚ•ASêC)®¿=fyß5Zãß@Èî½!ƒž¾ˆ‹#çš¡Vrç?ÍÝ 4FͼžMK ¦?eß=Î3³ï`x@!;Õ!\0©í°˜ÇrïÕ)Œ}ñÎ÷ˆ«Ç¤àWO¾ÿHÎíCÚª•بøk6߬êÁÙ½Æqï•ÉŒ{ùBÎ zk&t%ؾ—M[tŒ¿ò, ¾çÍyU¤÷N&X-`é²|0efÑ{¶]£mÛëÓu^Ïúâ+Í®1'y—´r.¸ÍwàöýÏGk÷t0Új>Ö=ν¿ðÙ*…þ#B×4ÅI¯“.¡×IÓ¸|Þ]œy÷C<0toŸÉ‘øe‡n»,é=2ÉÌH%1Ò¿é/‹A1=H6ªl[WMTr2)) Gg#Ì-æ®pîÊÙÓ“dckÞèZ|ÜÎø5ÌÄšÂ/Á7wf°gΛü˜ïhaScLÒÌu¬üß?T¨š—^Øö¦¯R¾ôyîúÐι¯}ÆÓã*ùø®™,)súÞÔJÞ5}±ÁP²y;eNoÛ§0CMYu‹mrݯkÈûÚŸ7íÛŠÐYÌÊ…[!²éVÅûãæ½û³ U|ù ú²G›9KYûk6Df’¤øVæ¾øX« Ï=mí«zÙ~2äŒ0ØúK Mã/[°‚»’¢ìó™õ9Z»¼|víëÕg÷ÎaÎÃ#ÈójÎ<í\îüÎÀ¹3ÿÇG—ºv³Ò”`F?ñ—¥gñÔegrúùwñæÏÛ©Ö| ÀÀÍ盇FQòñmL=}2g\|o.ÊÃîKÚº(NyøF:>á¶G—R¥0è‘ïùæ¡1T|qž1™ÉçÜÄ̹k)rhØ‹V2wæuœ>þDN<é\f¬îÁMï¼È©‘ŠW»tûçÓ‡¢žõÅWZ\ÓÚ»Ä˹6ßQú¾èÀ¶šouƒüE_°Zߟs‡º6ðxè‰8šTvmÞëÚ|æØ^Àî½ÃÉ­|½ôp4»¦ásëP®=?‹>¸ƒnà‚±:ŠÙ–­cÄùè¤;¹ \M¬C¸vj'.|ÿVnò»‘ †tÂR»—½–LÒzü±E¿ðßE5¤d$¤±zõ^0¦böÐ3dÌõ—¤rî¬[¸Êx—œ˜B°c'ÿÁÍòåcþl+yaúlœS^ç–!)¤MgþiwsÿÌ“øzú@‚Ú²OkyÅГÓО–û_Ò˜: SÙ vÛAß`OC4=Òü¨Xø*oÍ»œþþ%ìRûpú MíŽu0×]œÂyoÜÁa·qAß@ò¿É“¿j ~àBÒM 9Û.+­½þ,¾Ü1¾\Ÿ~ÝŠwxù“j†'Éûý}þ³ØFÏÛÏ#ݘ|(s|ð1oåÓ¢›&€H+T®šÏë»2±[H³ÊÒB÷‹.¥×WÏrÏ¥w±ýÒñdX«Ùüãû¼ö»î7_BO‹‡ô´ô9Úø_k§v°ìëôb;/Ïí)‰}èÄ«|:ë ’§ô ÂTÍæbǾðGËó^™ÍŠ?ÿ"ǽëÎBzßtBjÛ¨3Åö^moÐ) €âqä1”) J™ÒÚ¨•!‰ë—”r½§k Œºõm~»Õû˜9ñ,ž_|Ï7?ïCXŒÑŒ¹ýÆÜîáš6Ã+„˜Î¼MÓ÷}ÞZ|½ïfÎú»Û5šgÐ)û÷³vp=«ùà+Í®±ç{—Øó¼ŸkóhÜÿ|8ò;¸­æCÝJ> ?_‡iЪkL·nÓ»<ðf!݆õ%5Ú*rYöå+¬&„Ó†&`ÔàHÜ-ùðí¦åÓükzßü6¯‡<ÍÌOžæ¶@qýϧǔñ$˜Ž€pMœUCß^7½Å¬à§yö£Ç¹ù] aô¼èy& Él5þˆâõ,|ç=žÈ¯­Ÿ.;”KŸœÎ˜PŃ}Íd\3‹÷‚ŸãÙ÷ŸãöÿÚ…€¨T†÷‹Âàq>|kùEí‡ñiÅhþsmÑ | wÝÒ‡S{œÎû”kÓÚ°¡µ¼GÒyÚ³ü§ðažùà_Üô¦«AÞ¹?'w²ÔûICïxsîx’×ï¹”`2Î}’ #â›ÙÝL·kfñ¦ÿSü烸æUsLNþ.·ŸY¿Û‡æKYíïü}ñåƒêË»’Õ²òÝé|WÖT&Üü:÷OKª÷eÊCÛ>ÖÊZ¦¡0N¼ùrÞý½<šQ/ŽÜ÷Ý/m¡ xõ?f>ûÍø‰J ¡gÞ7ƒ[ÏNqí¬r°wÓ¢åý7ÿ­ÆE´[$ûzµ—çö„ yî¡=üëÕg¹þ[›« Iú¸H×nNÊQò¼ç}Îý×~Þìd_žYü*Éÿm£ÎLÛ{³½A×Ð=¿<çÈÁìõ\yY™1²¿ï°®g}ñ•fר[y—Ø7´òžiëhØÿ|Ø;º­ÖfÝó£Ëâ‹, CžëO0ûFÃJ¡Ußóѱ§ÀHXÚ.}âV®ØÄŽ$¿u€þÆë®©}áåW).*l3’ùs¾¥gï>RkÇkW¯>”8wñáÔÓx!î%~ž9´É®]âsb_±ý±É’¥+ù¿‹§a³Õ‰12}ú9CõC³8È~g*§¿™Ä‹óŸæë úµ«W1ñÔÓÚ¼nWno̚ŋ¯¼6¨j€* (©?ŠÜþ.¯?_S½p‚kã²ùÕñ##>Чߟ¯ú{¹øœpXЎɯ}=bÝt~ìQpËÞꬩÃ<ù\ótö«N< í{$<ï¾”q›å!¶÷ŠAš¢ˆM:ʶGà;ì ÇF{åˆ#+W,“¡ bä8# “‹Ž–›·:ë@üÈÓµÍÓÙ/¿< í{$<ï¾”q›å!¶oµÁ,´Ž/1rPž)[ö¾ÝÈÈ»{HëÓ;1‚T³Â±Õ<*ôqLûïR¦÷v׾bûãç±×‰ :Ö¶âoÇ*¦Ô«ùnÅÕÇT[刄#®i"þ,ˆÏ‰í…CQd\¤#m+>-ˆiœ‚øœØ^ħáP‰‘ ëÖ‰5…cñgA|Nl/t,uuµbñiá0¡Óé²Ó5=ݧ´Ž 12í’ˤdAAð™Šò21ÂAFÚc‚/ÔVW“½Ö¬¡g¯^„GFýbD*AAxÂÑAXD$Ýzô`ÓÆ =ŒbDö³AA„ã ³ÙLÕJùa°"FAAá8C§((€ªª"FAAA8E‘˜@AA#‚ ‚ ‚ ˆAAA1"‚ ‚ ‚ˆAAA„ƒALppìeé×_²hm‘Sïáÿ2,bAAá¸ã¸QkŠÈþg5Û*ÃÞʵk™yÃÝ<:óu~Ìsˆ‰e$‚ ‚ ‡bľƒ·&'a ÙwDt¦×Ø ¹ÿý;< ­ðK&Åv¡×ðóxe“M¼àDÊHAAÄÈah…ÖQœ·ïkéõzÀ^Jöò9¼xãXFß÷åÚ&âÄ¡IáÙH ‚ ‚ ˆ9ŒÄ^½ÝÅ¥”ä,á¥É!lg&¿•j`Ëæ³{§2¦O2aõ#(áÝ.dön'Ø÷°øù«Ó-kp¡)Ã8ÿáoÙVÓ¼u›Ï¬1®k¬]ï`yMýǾ„w–°lÖLȬ’ÈÀË?%ÇA;Òo†£€Å3¯`T×H¬Á!„$ã‚'~`wãÀ€Üù38{`ÁÁ!Xƒ£H<×7ÕyiÏïÿ=j…³‚58ƒ;VÔ66>5ÀϰWÉvÐJ”òû}èžV?ºEꈋyjQ€Ú,^½lýÓ­œ4˜sùžÜƒ žÊ¨vAAŽHŽŠìzk7N¿ 7·g]¹N0nãëwæ×7NÍø;©ªñ'ÚZÁâ{Æ1ùÍœú*8‹Ö3ïÙ‹ù}óÛ,}ï,bÜã&Ê¢`è‰Y´Ò6ÃÇê*Y>c"cŸËªÅ„Q+g—-‚`})‹ïh#¼§Ljeüzï8&ÏÚ  ¥4o=sþ}j~æ‡ûbÚýWL{†?œ „w&5°Šœì"ƒŒâ;°{Œñ¥`l^Ê ØŒ¡j'»íV¢ãÌTïÞCÁÚoyôüº¬ù/Süwóë¼¥l® ¦ZªJ7²à™ó¹ l?ÝÐ¥‰c6/#g{ì ‚ ‚ ±á Ø5Pk)ÞºY/ÿ…À¯ƒÝ›ª~Lþz+yy…”lz‰ÁųyðÍÀ Ï,cOaYïO! (ûîaÞÈrï=áò/V³1+‹ußßMO 8rÚïÜý%÷>Ÿèè}ÏvPT’ÏÆ×FáŸÓžô÷áșͳv‰Üø¿mlËÚÊ–ÏÎ!Øúî묨{áFv:Ò™þÝV¬ÙLÁ®o8?¶e1vÄ=z§i ðcгë(Îý‡ßÿ·€ßS‚€š%Ìɪiî«-äåoæÃÉA¬úïÏä7YÔ²ŒÚcAAáÈ厌äíÞMÖ†u”–”pæÙç¶~ýëc‰~½égÝ®½áV ªåõz“‰êM?±@?˜«¦¤á§€ßøË99ô >.ÙÁ/ÿ”¡E{O³Æ‡ð·F|ÏÐ ã¶«¢°K|H?©eºµ›b=;yqB'^t?Yº…å*#ºLæ´Î/òJöFf Kæã±sÝí·qÉðôÍó‘u€÷½e¬7™À¾›9]ÆÍ/ÿÉÞ¦¹¤´ÆÃÎXº0úNïVCI%vHh% K;ìðÕçŸÉ“.‚ ÂqN§ÃLF·LbãâDŒ¸ ‘5+WгO?üüýAÓ(.*",<¼Í°Æ XR{ä´ËnæÆ33 PZ¹Xi8ée}† C©ÿGÓÚ^ÓTTE‡N§ìGú>VµúS‘L¸â<ÒýÜNšSéiÕÿ ûùGº?û^|ë{6þ4‹ÛšÍ¯üÅ;§E5iˆð=ê õÃflíZI®Qü¿Û¸üå?©!•ó¾…±á¹||ïü\á-M½Iß`ˆú+Z)£ßí0jôX©™AA8.0›ÍÔÖÕ±ü¯%((ÄÄÅŠÈÚ°ž½ûàï` ƒEQZ {õBV=Õ¿v¤ã—6–îÌçoçRf}¹™ —u¦ø‡7ù¾ ‘á™Vtf+!f n/kÖâ€ÞaC5˜| ï0‚T¾góO^þh-c¯ëI ÎIuiFÂ+è0èjÈÝV‚ct –.õqRJIô©ÜzÛ" à(Ï!G%Ù°•°‡ž\ôè§\4} oŸ1„[—”°à³uÔœE ›,)v:sñV ¼¿þØAíàKÀAñæíÔ¤OãÎë/$M]ÇÆ§Ĉo(­”‘¾v|¼‚ ‚ Ç !aa 2„Õ+WñbäM²//+Å? ÿÀ@ŒFc›Bd¿ÕU§³yøò –_nHTdI1xÒ}\ÙÍþݘÔO¨üuSâ;‘tóK| oL:éçD6þ¼$qá1D‡…3òI6Eú¾9~õSµVÞ6ˆ³>Ú®óù†dÒË?óÙ½§Ó;Æ j-5N?âŒ8ñ!¼± WÌz†¤¤“ IDAT©}£1a"4ÞŠ^ÁÉ/.âË΢o¬°QS«á×›V×.§LFJö½9lÛžOmP £®zOo놹¹ô•PÆ>û%OŸß8ª*©ÃBhbÆŽK'¨Ï ñ³ÿ}ýb-”où›?—®§ÈJb¯q ‹5ùVŽ­”Q»ì ‚ ‚pœ¡©®6·ªªGü½*~ëý×]SûÂ˯R\TØf$óç|Ë´K.£¢¼Ìë5_}þ£F•)3‚ ‚ ‚ÐÁøùûóñûﶺaTyy‹~ú‘‰§žÖf|»rsxcÖ,^|åµ¹@PƒkK©r ¤þ(rû»¼þ|MýõÀ ¨ì[D¬É^¨‚ ‚ ‚ DŒ‚ ‚ ‚ bDAA#‚ ‚ ‚ "FAAA1"‚ ‚ ‚ bDAA#‚ ‚ ‚ "FAAA1"‚ ‚ ‚àÑzcß~õ…”Ž ‚ ‚pX9íÌ)­žw8¨NMÓÉý(Š‚^§G§×£("F:”ÿí9dë­°­AA¤¥¦`6›äiAA8ŽÌû¡Õóv»œ9¬]³šâââCÒ6 !³G/:'wÆh4ŠéH† €r%ŸªªìÎËcóÖ­dvë&O¤ ‚ ‚¸FDrvæ°lé_Œ7ž¤¤ÎèõúŽMÓa';;›Å ¢©RÒR1ènArD‹ ëÈŠBLL 9¹»Qç}‚ ‚ GªSeíšÕŒ7Žä”.‡¦án0’šš†øã÷߈!@ÄHlj‘#@(Š‚¦iGĽ‚ ‚ GN;µ¤¤äÿÙ»ïð*ªÄãß¹-½JH!@H¯‚¢R•+ŠÅbÛµ ¢?ö‚¢,Õ‚mQV]¬ˆ"½é !¤'·Ìüþ¸!$@ÀÐßÏó\ƒwæž9çÌ$ϼ÷Ì™¡Nb½¾í:‰‰üwö,¼Ïiß§xQ]DDDDäÔ $ÇûÒ¬rOà.LÓ<#¾,?FFlÔHˆ Å‘ÇüMn¼'µ.“a£Vyü²ùøµå”aب™AC#ù[Üøô7MDDDNÓP"gd©Ü mLÝÎqñëŸn¬“Y—r³’‹N]jÓ4oïÿ‘G¾uø`“Aj~!ó7Q~[Žª¼SÚu#hž_Ȃ͜ùáKDDDDNŸ0R¹IãVñI»^‡yÂëb£açDzW;tIѶŒ_ê#+ÇMF¾y¤úYX–?]›µÅ2¢¼ª`Õ ŽÁM¾ýß–aíÀ0õ¬ŽmùV>ÜìýûíÅFÝÖñ\{`Ôçö–‘ϪMY¬Êð•?¢â âÂ14±røô»=lóØiÐ.¾Ñ|1g7›<×=”Ô |Ó&¯,R89›ÃˆUÙ0b#ÖI¨‹PÍç’[j5_‘ÏdÙÂí,;º­UÜŸûÊû[-''³ˆ"‚‰1XVP ;ZÕ¦½±éä’S\YGH ‘øX»Ï‹¯ÒÃI‡ßwÎ@{qÿæ‘g‡P'.œó;…“º~'ÿYSH¡U6@…ÇF’â2ñJÇÚ™|ò— /mÊÇ]+˜æÑ6þÜY6Æ„Ö 'Îððë–"<n‘ã`Âì•L˜µÏÄi·1¤O*Cz7U95ÃH9oÚ$7®A×zADØ¡0·ˆœ@ Ó¿¾…AXBM6 !Ê X>voËä›eÙ¤{mÔi]‡5ò˜ö¿tvŸ‹ºª×ä–Î,›·•³¬Ê×¥ô2‡{ 9ä㆓Vç%pnþNÞ^P€»øD>¶~5º%…R;ÈŸ‡õËv2k«?Ø8jÖä†>vBìà-(dŪt~ØæñS_Ayu’«Ó-)„.ðæ°tE:?íôâ3ì$¤Ôà¼:AÔ4‹Œ ;x¥›ˆ:Õ¹°q(µ 0}ìܸ‹OV:"àÉ- “PjFÙ±¥›ø# ˜q.¢‰ qE.Ë ü! $2€ËÃÖ¼âx¸º9GT5.»ÀEL°n7ë6ìáÛ …X÷oAqÿæ³fs«šÄqEr-º¦oåëôRã*v-’É^¿ƒyµ¸49œè­{I7¡0#‹õî× "hgîËÜ õ ;ƒÕ¹–nX """•<_=º»®þ{Ö F^Õ—ÃÆºmûx÷Ë¥ÜØ«‰ÂÈ©ºsJ"ħÆÒ¯žÁŸkÒøv¯ÀÈPÚ58p0`Q™Ã/‹²È)‚ÀÈ0º7¯Nß¼&¯q³{[!Þø@ê…Àö, 0ˆªH@Q>rÌ OB+>ȼo`XÞ7­²Ëýõ3¨Ñ¨6ƒRlݰ‡i^L—û>/>«xwäç1Uû|6j׫NçÖµÈÛ·_s¬rʳÓ8–ÉË—íäÛlƒ˜zÕ9¯] …ßnã×\ƒ1ÁÔpïcö¢|r±á,rc…„Ó·eÖÆ4>ÙæÆëtîóà+g„Â**b[´®î¹Ö?±>¤F5½n2 ©5í,ßìÅ ººòrHs[XÖ‘êV¼%›Éöµiüœk^+’óšÄ2Àü‹i<øJjS¶®ÝÃúºµiT?€yiùì¿‚,0:‚¦…üðg›Ùdöˆ Mt&³ÓLð²x«—¦õéçÊaEñ‡l!!4„KrÉô¿69»y}&†¿¯ÝMH ·ûì¾0ü”èa®`Ú':ÈÙ¸/×áHwFâõ-À“ÇêœâÏìuc £_M®5nò3³ÙjÆãà—,>»‹ä»sIóUÙº¼,<š!ý¢K½[Ȭÿngµ›R§Ó`9ƒè”ì"oÓv¦¯(ôl”¤ÿ:ÞÜ›3MÚDiÏ%ßtP¯^EÛv1×V“õBÛ’E–ÍEpƒ‚´²Í£¨[Æ>~þÓß^Ò )I¤ƒjlÚÃNßAí-óÛìfK.$‡l˧ÀÄ?‘‚±kë À[˜Í½‘toLpz.y–Eúæl2’ªqN¬ƒ•z11ˆŠ§º/Ÿ/wzOÀ<9[™>…^²s‹0}&–yvßOô”#Ež²IÑâ$Êf±c{¹žýs ¼`ù(òx) <6šžM"¨éÀe™Ù€Lðy½yrY´ÛⲸ ‚V°/8’†Á>ÖnÌ;Pf%êR:Šx, /“Ï~Ë&g–ÉÞ<}¼`úp{¼øB¨a·Ø¾-Ÿœƒ·g”]·À,$½êXx<^¼ÆÁ幈¶CDjF¦–-®0¼ï¡eE{2øqWw¨Côö}ü¾aËÓ<NÚÞ±½b‰qúØb…qN¤U‹rÙ` "¿{8É{™o9‰ ´Ø¹½€\Ç1ÕÍË_;Ü@8^6{Šû×2ýëXõ¥–™` §u´UórÉò˜€—kò8¯S$ \Yü–kAf&¿î©FŸº!¯Ï äI¢“Âí»Y›{ DDDD*ãh.Ó2M“Â"YynÿM||¾³úÖÀ§ÕeZþß*ûoÿB,ËÂV+;GãÚ²›ÿ,Ê'ÛtÜ:îÆþË|¼lÚKQ—RB2Y—NdA6‹öúŽ0/äc&^»öyÈœ‘²wû:pWy×–³®eáµÀàÀehå•÷×[˜]zÞ¦ÛK‘e/ûÞ"þ°‘µÂiÓ0š^ݪqî–íLü-§d2zi¹é9¤S“Qv6„DR3?‹/2}¸}¬,ˆ¤e=Ëö†P"~ßã-ž¿slu³ŠÇ@¹Ó:h.‡ÓE½Pð¦’ã+¾®^$5 5»'Óò 6´It²pE>ËÚ59ô<7‚á{ùÑI³ K×åQ¨É""""REÆÏ\ÁÄÙ+ðx}X–ÿ!…Õ‚È+ô[€aY89çÚwJÎ{ì6¸õÒÖ ØVaäT #ž¼Ò|ññ¸væƒ]öäÜLuŠøvE&ës-ÀFhÁæ¤íeea"çÔ #4ÁIÆÆLvy?Oàpa¤Ì µUAX)>ÀþhT—a-¢i¸<‡…y‡¶Õ——ËÚ¼š´OŒ C„‹ôuûH÷YX²øO7í’ªÑ",[ö¶úûá˜êf8©ù{‹çTп†ÄÆ5iäð±l]>–Ž ZÕu’½q;Ÿnt—ºÜÊ VÓ:ô«I­U»Øîƒü],-¨K‹”Pö:à ÊLca¦©‰ë"""Reþ=ký»4"Ðe/9Ÿô™°jÓ²r‹(rû¸°S#\þ/h- rò yëÓ #§F9è¢<æ­)â–¦ñ\ãKgþŽ" ±@‘}on>™Ô M“Höl,$×4üw‘²Šï¶ež~Ûè¦UÓÚ´± ˜µÉí¿\èhêrð²ÒåWðYË«0ï×¹’ÏÞ4~ßåÁcwêËcùîƒÖ-•OJÊ?¤¼\¾_ïæÆFq\éNç·n mvª‡Á†õÙdZå” Ø‚CigcO¦‡BÃN|5˜Eä{+¸“”ÏÍê­ÎM©Ns+Ÿ[ÜøŠ+˜¾)“MkÑ5ö.Ï%sÿ¶.ÝÌÔ¢z6ªÍ)€éeûš­¬Üå;h]ÿ™x¹—Y•*ï¯%›™ZÃjqy#0ÉJÛËö {M-°¹iÔ8š‹ƒý£E9¹üòóNVT4Bd‘¶9›ì”h‚vd°6ïÀz¾Ü,~ÙU“Ëb<,ßZ„·¤ŽT7“Œ´|2êTã²ó¢Kêñëü­|·Ù]ü0C‹¢BÔˆäÒn‘þR‹ÜìLÛÇÌ9,Nß?áÜNÝä0r3X‘uèGaÆ>Ö¹#hÜ0˜À]9`±wS:kRHñìã‡íÞ⻟‰ˆˆˆTž×ëÁë-?<†ÅëÒˆŠÆ0ŠßàÐí#ßí%$ÀIp £8ˆøŠÛëÅfX¸ÝgÇ,ÖÓ–—¿ÖlgüšŠîýä#mÃÆoØqز}¹{ÿáÞ¿Wÿ!ÈŠÿ­dE…,bþì•Ì/³qWneãÊCW?d]o>³þ³’YÇX”³>àÞ›ÆäÏÓŽ.ÝïÝÅKì*§–·ŠååvôáêæaÝÂM¬[xØ_qÖÿ¸†Çü§€UóVU¼ž;—ÿ|Z¶Va6Ó>Y©¿¢"""ò7ÎW+>O|qc&Î\Ž×ë+þÒÚ$8 €þ¶âç;ˆ bÍÊuää@ñœ»Í`èemÏšIí§ßCU9uÎ+ 7•ótõ67L ,ØE`` N²sóXòþÐ2놡0r*0O¡`*ˆˆˆˆÈÁQ¤‚‘Ó41M¯×[桦ÏÄétè" À‰eš”„Ã0p8Øl6l6›ÂÈÉݹÖ)P0Îêû?‹ˆˆˆH…g‹†·ÛMAA^¯·$œ˜¦‡ÓI` “W™™™%áÃáp„Ëå*™K¢0rRÈq·o’³/“ÀÀ ]¦%""""垯–Fö¿oY>Ÿ?„äççc3 Èí£Fd……nìvyyycY`·[e>«0rmÝ´“{³Uƒ€  ªU¯¥‘)'t”5ÏþË­örx<<}ÛÇðÆ¿gàó™Øí6ú¶Áét„ÓéÄn·ãp8Κy#§tyõîî:ÂEDDD䤘=caeâH¹w:2»Í†ÍéÄr8p:X¦Éõ7e`׺˜¦‰Íf#88„°ÐP‚ƒ‚°Ûí%óFŒýIGaDDDDDD*Î"‡£ä†ŒÃáÀëIJ¬’Ñ—Ë…Ýn/3a]wÓ‘#d‘ÊÍíØ<ìv{™õKFBŒ³ó†I #"""""ÇœFŽn¢yé‘’²Åœó“FDDDDDŽ=‹èFGÙù$_?½v/÷½»š¢Ó©Þf.+>zçÞ_jÕûtíO‘ãÈ0 òórËÜŠ÷D¼LŸ÷Œy âi× «`=Ÿ<2ˆn-RIMM¥Õ?’½ç†wiÅ%/¯òŸ,›Ù¬úæk~Z—ƒïdWؽšW/mE—á_³çH•13Y4mýš†§*Ê«²t õ§ˆˆˆÈ)D""#Ù–vÂÃHzz:QQQÆéHN³Ë´Ü¬?‚'f‡qýã8?1WT2Á«ILnˆ=>äħ+k_>—{º(¼ÿ$¾}¢&± Ò ¶®ª¨œRµå‰ˆˆˆÈQ³Û줦6gÁüùtèÔ‰êÕ«÷'¦[–Åž={X0ÿWZ´l3À©0rBù2YúÓœíÇ2ì’΄–,hËÈ ÓNnÝb¯ä¹ÑSÓ^’¨™B€3”Ë_˜ÆåUµgª-ODDDDŽ>Œ8ìÔ­—ˆiúX¼h!Yû²0Mó¸nÓf³E‹–-¨];–à  …‘ÊrSàÏÃèê+¨çxæ=v¿™ CgñŸ›Ëo”w¿Nø?žŸ2‡uû,ã;på½O0¼g®ª¨[H"ÍÛ´%áà{·2åò^¼?Ž^/P¾},~ÿyÆLþŠe»Ý˜@χÇ3¦Ÿÿ#o›tö‚+¦5—Ýó$÷÷©ã¯gyå®mæ>~{ó!ž›þ;kÓ 'Iƒ§òñ}Ilýü9{í –¦{ÀUæ×½Á„{R ¬d0üã½ç3ñ+Vìñß–K†þ“‘—6"dÿ—µs@-Òg<ÀÍOÏaK® ŽhR{ßÁ\N£`ŠVð\¯A|Õs_ý+•€Ü¹½Ëí¤Ý÷5]S›ìïæÒ;~¤Ãk_ðlhl¾=|}o?îÛp%~<œÔ`C%EDDä¸r:]$%'Ÿ€×ã9!٠Æ3ÀYDNÿóÓònZŽ60é¡Vöð‚Xz„O°â¸y’“Ëþ9–G’}¬øèiž¿çÂ>ÿ˜ÛTE±0M/^oÉ¡‚Ýa/ç)bí;C¸þÍ]´ü/^é‡cßNÜM«ã Í¿JíÜ>¢;‰Ù,ýèY^ð.¢S>å¶$çÑ·­nk¾ûµ7ðìSݨee“_=cËÜ÷ètŒkGóï¾ ÌÞÆWL%ˆ"ÖŒ c÷ÐñÖÇy£U(»¾Ïó^Ã_Ö ÞúG,ŽÃ¶ÓNdj?îxú bª9È^ùž{f4#ã[2}Xr%¡j]äÿ.ù…ÛG=O¯sž"õ÷'yü»ÜòáP9qç¥v'ާ:âl #¶°4lxà2­¼#Ä„}ó;u3É#góè :8€Vœ,ù~(_~ó75hÀß>„Ö¡O«1¥ÞhÁs?L¥OøAuÉþ•7'¬#úÊ)¼~+BJ/,2®ú=èÓÓ?êÑ®±—Ÿº?ÄœiÜœwÈ;bÛn ð—ß‘ó:µ-é³Âe;ØGm:t¥mj6šrNecWö¯Œ¸žè+&óòÝ­ýmèÔ‚ˆ¿.äþ7§²¶Ïƒ4):L; úÝé]¿øÎIÂ=g&#YKÎíÉDWê ˆ¤óÏðŸoåá]4\1˜Û¦qkÓ ýV‹ˆˆˆ(Œœ:<»–°¡v<ߛϗ]¶5üý0/?Ó›˜ý=j„R'üÐoè=;±¶ €æÝr‚^î9whõ£`þ®Ìcj[L¹å¦\Çm]¾â©;/bãWpõÕWÓ¿m,•T(iCFÚ`‹¢åÉðóbÖf™$ï=\;ÝìœûÏ¿5Ÿ×ì&ßJ¨Ç„¦xâRK[Dî}ª?so›ÎÂÚ×3mHãÊ]b&"""" #'Œeaa§õ£ï1ªMp©ŽˆXªä»ô Ú¤4kVΜ‘ƒëbbù7]é]ä´é3±méåÎU—Ac¿¥ó‚/ùpòž2‰·û½Ì´'{RãˆG…UnŒ’¥‡o§góTî¸ëmòúþ‹iC-GßÊ«û/³4lØl`º}öÊK+Ÿ ¿,&ìœÃŒå·Ó´mºHKDDDäôpfß¶x‘3¦9õœ>6­È§Vý$’’ö¿ê“X=ð„ž¼úëRIJ¹ëŽtuÙQ”wŒm3Ièp9¼õ3lÌî/Ç1'Í{äþ¬Ý’ä€"–Í]Oþþeæ>–|·jœC£ÛaÛY´e’ÌÕî¤KóF4lÒœ&5JMÙ‰€½ë7‘cVˆr~™§º¹âÏÓ3‡x‰Ù¦~«EDDDNgæÈˆ=”á»dsV5¤wãN ”ÀµSGpWØp®>·aÞ 6m±sî ‹H8sŽŒÈN »º×L¾›áAùªS‚ ÒHjOŸ¶ÇXÞáÚVAñîúžis HjO˜™Á’%iàL&*ÀväþlÒ‘aƒ“¸òÜWí~®iÆÎïÇñìí»Ž”0\·ó¸–Äó&ÓÆ}B½Íˆvå³!£ÔãµèÔ«!Ö+cxè ‹«ÛÄàÊúƒ]žéÙÊ]Äk}„w࿹§cÁ 竾÷ò¯—{1cT;Â4<""""¢0rRØ¢éqϭ̸ÿ÷ÆùtÛ÷NåÝjÏðòûÏrÏ/BlÛkh6ðĆŒιg ã#ŸáÅ÷žbøD8¢i6øM.jqLåKÛ¼{W2wžÝY@hb'nó8çGÛ*ÕŸM‡M`BÈ3Œ™ò0CÇúpÕnEÿÇÞã¾ËâýÕáÚ9â^½›ÇÞð/Ü8CkШgM\€“z׿ÆK2fÒ£Üõ@ ÑuÛÒ+1n6¼7ši¹çóÒmýÁ£úù<0²}F?ÉÔ«?cX²K¿Ý"""rÜy}^LŸyBnë þ'¿Ûmvlv;Æðå«QÎO`¿kØm…¯½ù{3ö±ÿΜÁ5ƒ‡“Uá:Ó?ý˜nÝϧZt¥î•ÄŒéŸÑ»ÿá""""rRÌž1þ.«p¹Çãfë_[Y¾l){÷î=!A$22’¦©Í©[¯.NgÅߨóÁ”I xE…ëdgg1ïÛ9ôêÛÿˆÛÞ¾m+ï¾ó¯}{Pà¿§m6YüÊ(õïìâåÅë{`BÉ´`Ë¡ÃLDDDDäèx}^¶þµ•ß[@÷ z’˜X»Ý~|·éõ°yóf¾ÿî;,ÓKýä8ì§÷3NFDDDDDŽ’é3Y¾l)=.¸€zõ“N̉»ÃIƒÉØ€_~þ‰¸„:§ým:”DDDDDŽŽeYdffR'±Þ ßvÄD²²²ðz<§}?*Œˆˆˆˆˆc 9Þ—f•Çátaš'nÒüqm‹#‘¿Jä #QQQÚC"""""g(]¦%""""" #"""""röМ‘cdY–æŒü …‘³ž™Ã’)OòØ„5ª7DDDDDaäÔbå¯á½{zÓ"1ޏ¸8’û¾Áº¢¶ýñ-ÿ[²ß©Vá¢<Û£>Ínú’´#UÎÜËï“ßfê»ðTEy""""rüÏO‹/Õ:‘¯3Åi6gÄÍš7næÁÏ#¸õ…÷¹¸nEfÓXüZ8»'ô!i‚ÿýÄß2ïÞüzœûŸÿ˜?v{  &­nžÈǵ èhÛHGbð°þP°G“Ú© ]ÂJï»âŸaI´nßÎ_FÇ®ô{ª!€="‘`ÖuÉë¼wWc0¬Q§¹“ ?þÄÚjwðú ‰rïbñg¯ðâ}ØàËÄË㪰L|>/»ÃΡy§U¯]΀vÐq蓌#s;EÍkà`·•ø‹¸ç_R/0‹ESFñü7R£é7Œhè,g»ù,3Ao;¹zôžNñ±tÊ#<~Ë`¿ûŠIÙ¬üú[VEÞÆë/]@m+‹¼šõ1þœÈí÷NøéE>þG#³¶°- g•´±òŒ€0‚íàÎwcêo–ˆˆˆœf¼^^oùáÁ0,~_›Fp Ã0°üÑËðÿÇDÀ? ÄÀëób3,Üî"…‘S•=<‘F—ºLËÿÃ]Ÿ”Æ|»^|\$t¢gn„Ý/èBíA¹ï…‰¬éÿ©UT©5£éRt©7ÚðƲÏQv5+ë'^»š×Ogâ¨v„–9š‹ëÛà"ôöztNõ2·Õpfÿ¼‹;&²Ã¬ÌyiüFRþ™g×Å´kâdáœkøtÖ&î¸ÛßuºÐ³[Ç’>+X´LBéÐå|:¶¨†æ´>Ö6FM1ñy½¸Ý9¤o^̬Wf®'‚Kû7ªxDFDDDäµÿò«ò ¾¸1g.Çëõˆ˜%sF*šCb· ½¬íYó쒳ŽZté—ýÊê,“ÔšU4mºÎͼûÚ¥ÔÞߣ¶0êEz’îÞö«òiyaã²A¤¶°D’«Á;²ñ•³ÃÜ;²¶¶=Ñ™Ä'Ê. ß¼7±å–ÔôfFô˜ÁC7t`]¯ë¸qÈ ìO ñ÷ÛxÄ@“T*ÐDµàÊçžã‰ó"1ô÷LDDDN¿8Rap¸©O*Cz7=ê ÃP9“Çã¬78ž¦-[–3gäàãÕ¤x®Ò»ÈiÓgVÇ-ì´æ žíRº•8#ã &­üÏ$1xÊBÎûù3&ËC—¿Í+—½Ã¬—úPËq”m<ÚÐöúb‰¨GBLØÙyŠˆˆÈ™E*1MÓ4ñz½%Ë0ŒâTÃ0p8Øl6l¶3ÿ^£gÆy -€Ð(ØWpä猘ûXòíF¨9ˆäð¿ƒ]±-ià|‹Å߬&÷¼v•9ry>V,ͧöu- 3ކÊõA$ž{-{×½Û.¿Ê¸ˆâãaOÓ-þ^ 9uâH…aÄívSPPP&Îþ „Ëå* ( #§:gmZ6&û«xóó»è’ÁV³-Wœï_\ôë¼8)óê;Ù>÷mFÏqÓbÔ4= ·n2¢º1rH]úÂMÁÿ䯮õ*ØEZPgt:ÆònHä’woæÆ°rc÷DxÓÙð§î7ô#±‚cØ»c“¿É'9µáæþøc78S¨¨§}ˆˆˆˆT:ŠTðÂÒ(4Mÿ‘#‡ÛûpÃ3;Œt{ü®ú¯Þq ¯‘¤G¿óüË ùý­»yw[!D¤Ð÷¡xúæ¤#Ü9êxÕ5”ÖMgZÔ(žÿ7½åGuZLßNQÇT^›G>çÃèQ<=a·¾ëB‰ï8„×ô#ÑUþÇ<ËøzìXFm/ ¬^7n{ëyzUW©|)ÿò«Ò£f¥GFl6‡ã¬™7rz…G"·|»[ÊYäL¸„çf_Âs¥ßônñg‘–÷1mb©‡$Vi¸ˆ¢ßôíô;š:;jÒå®·ùú®CW?dÝ –<½x;O¡¼®w½M׻ʫ@ù}Ôl$ÿ6²jÚx`/<âG¶ø;eˆˆˆˆœVqdÿ}yËžúv› ›óè¿þ6Œâ+ŒˆˆˆˆˆÈá³È‘'¦u±º›–ˆˆˆˆˆ>‹XgMpP9êÖU|Y—ˆˆˆˆÈßO# # #"""""''‹(Œ(ŒˆˆˆˆˆœX†aŸ—‹q‚Nh™¾3戧tÉÌÌÔQ.""""§d‰ˆŒdwZµjÕ:¡ÛNOO'** Ã8ý‰*!""""r”ì6;©©ÍY0>iii˜¦yÈ «úeš&iiiü:ÿWR7Æà<íûQ—i‰ˆˆˆˆmqØ©[/Óô±xÑB²öeašæqݦÍf#**Š-[P»v,ÁAA #"""""g#§ÓERrñ x=ž2‘Ý0l8œÅAÄ8íûPaDDDDDäXO¦íN!NuÄ1Òœ‘S‰™ËŠ^à¹÷×S¤Þ…‘Ó‡U°žOD·©¤¦¦Òöªñlt²céÌ[‘‰ïdTʽšW/mE—á_³çH03Y4mýš†§*ÊQ9!gý¬?‚'fCŸ'Æ1yêD^»¯ñæ¦Þ3Œ'¾ÜŽ÷¸$ }|}½?üüêôÐB Œb4¤Ab5\UÑÛU]^¥˜ä®ùŒ'‡ô¢CqÛšwìŵÿzŸõ…•X¾¿LaëA;Á½þ5z¥¶âŽŸrõÛ("""r–9sæŒø2YúÓœíÇ2ì’΄î¿è=«$öJž}15í%©€š)8C¹ü…i\^UÛqÖ©Úò*EöýÀ¨ã›àó¸õ±‘œS²·­fñ¶ê„9޼\DDDDäô#V>ŽÇ^û‚¥épU§ùuo0ážT-7nðü8Œ©þÕƒzŽgÞ³þX’þþ Z¿ï?á¶é|1,šßÆ<À _-cCz>au;3àö¹«w}‚Žöæ!‰4oÓ–„ƒ{Ô»•)—÷â•øqüðzqHòícñûÏ3fòW,Ûí†Àz><ž1ýüqÿü}Û¤³§\1­¹ìž'¹¿O\•çÝïþç§ÌaÝ>‹Àø\yï ï‡ËÜÇoo>ÄsÓgmZà$iðT>¾/‰­õåAMpoù?rtyîîîVünOŠ«Ká–céMDDDDNó0âÙò÷=:ãÚÑü»o³·±ÃS¦Ž60é¡Vöð‚Ø@d¯gyû–†¸0ˆNÄiîæÏ_eCÔM<;º=‘îÝ,›9ޱb“÷ ^¿¤öQvŽ…izñ–\†d`wØË¹áZkßÂõoî¢íàñJ§8ûvânZiþUj÷àöÝI ÌféGÏòúƒwò)·%•w§†V¼q7OrrÙ?ÇòH²=Íó÷ÜAØçs[ÝÖ|÷k#nàÙ§ºQËÊ&¿z"F%ú²¤Ok¤oó°øãY¬n}CmGµü@ùp¹q—º·»È§¬""""¢0rêóeï`!´éЕ¶©QØhÊ9­c K AÆ¥.ÓòÿpV«KrÆì¿84¸âÚq^—N„çvëHÌ-3êÍXßë^»Ž¢rëÇЧ՘Ro´à¹¦Ò'ü óñì_ysÂ:¢¯œÂë÷·"¤ôÂýuªßƒ>=ý£í{ù©ûCÌYÆÍIq‡ì0kß|ÆNÝLòÈÙ<:¨ U#'K¾Ê—ßüÅM·ú[ìŠïÈyÚ–ôKá²#÷eÉA;€ç_XÇ==ÅåÇÓºï@]u9=S£qTby‰ /rIûËÙ‚‹$ý.Šˆˆˆ(ŒœÊS®ã¶._ñÔ±ñ‚+¸úê«éß6–€ªzÞ‹£.J†§².Û¤qõ£˜!/?Ó›˜ý=j„R'üЊyv,bmAÍ»7,D*` M ~Ìß•CyÏôôìZ†"Øñ|oZ<_vYØÖL<ÄTA_:‰»ð>:ïVVÌÅÿù˜ z“×ú>ŸїPÇu„åûtâ®æÅ§zQ³ÔQçùëîø+ý&Šˆˆˆ(Œœâ\u4ö[:/ø’'Oà©!“x»ßËL{²'5ªhƱ› Ú¤4kVΜ‘ƒþß2ý—%•ßEN˜>³üÅ–……־Ǩ6Á¥[‚#"– Ò¾/+8* WMš]t#Í.ºŽ›fÝÇ?ō޸÷%5°nyÿâ4O“–-Ëô‘;ôG‚õ{("""rV:ýník’Ðárxë f<ؘÝ_ŽcNÚanÚk…YG~Έ™ÅŠ6Aõf$…Ÿ®qÆ4§ž³ˆesבWeåùØ´"ŸZõ“HJÚÿªObõÀÃgž£íËR©VûÔÃÇöuéåôë‘–‹ˆˆˆˆœf##Þ]ß3mnIã 33X²$ œÉD&88kѬa9߾ɿgßB›à½l7[rIWÿb÷ÂñŒý0ŸÎuìüqc¾÷zÿÕ4 8NY*²î®Ã5“ïfxÐp®êT‡ ‚4ÒƒÚÓ§í1–7(k§Žà®°á\}n=¼lÚbçÜA‘`üý¾t¯›ÀÃïì¡Iç–4¨¹[ùí“7XFýÏMÀZ7û³Ü©8"""""§}Ù»’¹&ðìÎBB;qØÇ9?ÚF…O44ÂéôÀh.¿÷iÆ=0”qF½ÈE]ãüË]…,šøO¦ì(‚ðd.¼g<\[çñj„Â9÷La|ä3¼øÞS ŸèG4Í¿ÉEm#Ž©¼÷NåÝjÏðòûÏrÏ/BlÛkh6ð"œÇЗeXøŒ(ªåÍæ½§§°»ÀItrGns?wtÅÜp¸åaìÓošˆˆˆˆz*[ÎO`¿kØm…¯½ù{3ö±ÿΜÁ5ƒ‡“Uá:Ó?ý˜nÝϧZtt¥*6cúgôî?à8&›rž×!""""RlöŒéôpÙiY÷ à`>˜2‰¯¨pìì,æ};‡^}û±¼íÛ¶òî;ïðúØ·gá¿_md™Å¯ŒRÿÎ.^^P¼¾ð&žBgÙt˜‰ˆˆˆˆÈÉ 0""""""'…ãìmy×O_Áõ:DDDDDN ŒˆˆˆˆˆˆÂˆˆˆˆˆˆœ=NéË´¢¢¢´‡DDDDDÎP…QQ…‘3‹™ÃÒ÷žaô¤5"õY2åI›°†B›X9¬øàw•úEDDDDaäL #{ùmâLú~îãµ¢<Û£>Ínú’4ß‘ëóûä·™úã.RþÍ¢q8ƒNp]EDDDätrz}_må³vÚôoU×?úP¿%ýž^B€¹‡ïF ¤kˆÄL¤ôÊË“_aø¥íiG\|S.¸c+ó¬2Å-zA’üe6½€ÛÆÎ'ãh/+ ­O«éØqÿ«­ê‡aónáÝóã¨ãhrþí¼·ù Jùö²`Ü]ôi™XÜæükÚ*r-€|ŒL%®éä¯ïÙÀk]ãH¹€ýo¹W?G§¸ÆÜùKîá-9.N«‘ÏŸ¹ýÞi7½ÈÇÿhD`Ö¶Äâ0óØøó|6FßÉ[¯v£Zá:¦~˜ú®w<Âë#â°Ö}Ĩ'fhÝ|w ®’“ß@ÚŽx•ûê;Ù>÷-Fÿß•\oŸËçC“üeWЉÏç- ``wØ1Y¯U¯]΀vÐq蓌#s;EÍkà`·•ø‹¸ç_R/0‹ESFñü7R£é7ŒhX^mòY2f ƒÞvrõè)<âcé”Gxü–Á„÷#’²Yùõ·¬Š¼×_º€ÚVy5ëc®/b¯vâàÝŸÖsWª>Òç}Ȳàdêy—óáw»tmv+—µ?o‚zÿ I¸QNù÷цè;xó¥s‰ò¥±pò¼Tº}Vó¿Œ['{¹`ä«<Õ&’Ìå_2vÌ¢2}¸ò•˹ì¥4ºÞ=†IíÂØ1çuž¸·?›­yL½*ž”Þmüh!¿lóо¡3s ßý ™ÆvxÚÓÀécï’ùËÙ’‡SBðü9¶Òý!""""gañfm#“P:t9ŸŽ-ªa£9­Z' ¡#Ý»v"ŒN4ã[¦ßø¯¸‚^ œÐµ ù3g0ü»…dŒL¡öþÏt¸“{o<0€.mˆÚÔž[ÇMdåà§hXÉÊ­M—ú£K½Ñ†7–}΀ˆ²«YY?ñÂØÕÔ¸~:Gµ#´L‹ëÓà"ôö×§sª—¹­†3ûç]ÜÙ0áfeþÈKã7’òðÏ<3¸. ]' ç\ç³6qÇÝþÔéBÏným ¹/tj"]Î æí?ðga_ª¹v1gêb"Lf´ûNn˜úÛÝD¢w?®öÕ½qÎí9¤¸„Nœß½+a@—f&?´º§¤}öÌxýƒÄÞ2‹·ïmA@çrf|Ê£¥úðÅ·×Pãºÿð΃íý}Ø­5‘›;0ìÅñ¬ð8©ÍûÑÒ~7ß.ÜÃÝ k“·|«-lšÃ{ï¤AÍ–ýw5F³'iaàÝ|ý!""""Uâ´ºL+¨éÍŒèa0ã†ô¼ùIÞûe…VÅëÆ$Q,vdŸÛBˆMƒÜtrÌŠz$’sz$Áî%¬Ï6+_¹:7óîç3™9³ø5ûEºG::àÞö«òiyaã²A¤¢ê„%’\ ²vdSÞ•cî Y[kžèLâþÉó)×0326ï­ð.aG×—!4îÙ2~gÁN/Þm³™²<š~Wµ£ÃÕ½©¶r*_löàݽiNšŸßÀ"*Ó¾ðz4Œ>Ð>÷ŽÅlôÒ¼{Åe”ôáEMô¡-š¶½ÁÎßY¹ÏÄÝ‘Ím¬œµˆ,+U3Ô÷^D¯áËEYXy+ùraMœK ûÑ[""""r–…’4J/³×¤ëÀT<¿ý‡Åië˜ù“—vWàÊN.þ˜¾„Ý«gðCN#þÑ#Ö?Út´Ç–ˆˆˆˆœeaÀ"ñÜkylê<æ=žÊÎÏ^å¿»ªðŒÑ—ÆÏ3×@\{R"ª¾{\±-ià,dñ7«É­²ò|lXšOíä†4l¸ÿ•L½šA‡GÑ—ŽØ®\XÇdé§Óxë½-4¼þr’]@`c]UmŸ¼ÅŸ,ÅÛ°7jؽ=qmI ,dáÌ¥äX‡_gñ7kÈÛÿ¦¹—…_¯ƒZ­iiÔ¾à*Î)ú‰IL囼¶\Þª6ç ì„ñód>œü ™¯ââxlj;¶DDDD¤ì9æéTYïŽ9Lþ&ŸäÔ:„›{øãÝàL¡Zàß E[çóÝ÷.ªûvòÇ'/ñü/ôxyŽC–ŠêÆÈ!ué?n7ÿ“»Ö#¨`iAÐéË»!‘KÞ½™ÃþÉÝáMgßvºßÐD£ŠúÒUŸÞ½âxmÜK|êhÇ‹—&<. Bó—åå9P゙$ü£ÊˆìÂ}·¥pñ+7p•ë_Ü~a#"¼›X²ˆ:°Î½·6¤×k·p{õQ iÎöÿ½ÊcßYt~îR‹çù8j÷äú62ò…¹hm#l„·¾Š.¾kyaº–Ï]Lœãø[""""r†„OÆ2¾;–QÛý7\ «×ÛÞzž^ÕmN–>,[I;Rÿ‹wvõþ2ëwãæ×'ñÀ€¸ãÓ9F(­šÎ´¨Q<5þ!nzËŽê´:™¾¢Ž©¼6|·ѣxzÂ(n}× „ßq-®éG¢ëú²\4ЗØqãØ×c(x  Ž„¾ íú$wüË¥½êþÍ;PÑlä'|5š'ß~’['»ƒÐ˜ÎëS\vÍïý„OBå‰wFpÍ‹>âÚ1ð¹/xôê:ö›=†ž·t'hÁ¯ô¸¾=Þ†ë/Šdæ—-zqlɺGß""""ò·OËùiìw »­ðµ7ßboÆž#òß™3¸fðr²³*\gú§Ó­ûùT‹Ž®TÅfLÿŒkÑ‘“âýÉè?à²Ó²îAÁÁ|0e^Qá:ÙÙYÌûv½úö?byÛ·måÝwÞáõ±oÏŠ€ È2‹_¥þ]¼¼ x}/àL̶ôµ¯ˆˆˆˆˆœ #"""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0"""""" #"""""" #"""""¢0""""""¢0"""""" #"""""" #"""""¢0""""òÿíÝyxu‚Æñ·«»rI7#`¸ ‡ GÈâ #<#Þqõ.GñÙñÙ/t—Ñ…ÄeåØ]T†qf8†kFPPnH $}Uíé&•¦C’’îðýЂ;³õÙÔ™ÚVêXoв_ T^kŸÒLS¦i*«ÝÕzhÁN•Öd›’õׯTî#ëÊ?õ/Z®‚†¦zLÿF•Þu"´OO¦æ¤É4My;\§Ç}#¿$Y‡µò™AêÑÆ'Ó4eš •ÿغ¤ŽÛ×g´7)ÕŠ+tÀrþž»õÑ›keçýL#:¦K éÛw†«s“ô²ß-³•zß;S›OTR!B»ôëËMeÝú¿*Š~Ïÿµ>˜xƒ:zËÞ“fÝGèÍõ;_Ê@ʰutÕ4½½¿ÙGÇÖ¥»fjÚg…埚[Åúrå´½éÍýh™–~8Kº~¡×ï¬iT›„kÝ3tý/¿PÏ)ÿ¥•Ÿ.Ò³½wê•Û ôÒßü’U¤Í‹—j³o¤æ,]¡Kækê—&wäY=5zD+WÎÐòïËOîîZ¨™\ê=ö6µ5%É­‹®ø=3k™V®úD‹^ºFGæÕ°—ÿVVª|k µêÑþúòVu?[‹—~¨Wîê(«´žç{˜¦P›Âßë£˺éwÔÊ­ôð¿j\¯ç4nÚR=߸rg´é§¯¨lI.·µ"÷>-úô{Mìœ{ê ®:ÛÔ¨*þXϾ¶CyS¿ÐŒj/SRŸniú|ÉMzgáNMx"³l¿íèæk®RvJ„ž©nŒT§W'éõÅ{4bt®< èËoi[Ƶš_Ð*2EÎ¥†nѰN‘ëÝY¥‹ækøŠM*œÔUͪÌn…ž›µ[­^­ù“{ª$]§¢÷æé‘z/e VƒA…BÁšÿÜÎyzù³lݺ¼—JåWSÝøð@M1M vܬ1mM)äWÈ–dð—–}*Ÿy‰.k"}òõ~û/VFu¶ñû¶%;ì—ß_Z6%&%É•}/({;\ö<áüQ[K¤o'tRƒ _»wÇw:áouú~“4ë Zߦ{?£§ÏÓßïxTÃ4sÖWò š¦~Ùùý’ä×î%/jâÔwôñæ½*öd)+`I—êDI©¼áŠYùcÞƒ¢|®íLuïßVîh6§¶ F¶I¾|)#)'‘û7”jÛì7´5|@[¯ÉÑ옵¯ÏÛ®{'uUzôDg[å'=Ûn™nÉ [å÷¨jòR(’娾ìåÇÞƒ"z_ [¶Üºò•ÿÓ«}9^K¦ïeÚûOßoRfÃh¡[~q“&ýO½½uŒ?>S ö¶Òcz++ròyàËéúéÐçU4ôEÍyùJµ4ê¬)•euÚ{Pvj¼m9¶µ£‘'s¾”€Ôª"vWx*^¯·ÞÝ­–÷ÌÑÜ{ÚÈt””-ÏÿTcçÎÒ¦ñ/©§ï Lö™KD¼mÜ^µn,Ú¶CÇÂ=•iDÖÅ= .ûwZËêÖæ Åj~oe»b~‡Pí_*¡¬ãhÜïÝÑb€æ¼²PmŽ-ÔÑš¬ûò2N=wÉWÐê¢{â]ÛΔt\ûrÒ¥ï7«Ø÷ ­U/uÉü•Ö.Z¯Âþ?.Ë.&ïdÌ—2zu¤ÆÈ…«gjáÁ\=pÿõº"/½Âºv#¯×“ïkÆšIº¢oLaPùA­["δ;Gý†t•=å)zÖÖÏú¶PúÑ?iO@2N–,åø¤ãkÞÓâ¿vÑüþzü¶ºvú–5I#¯é(oð€v|åÖÀ«­g¿I˜u\ùõ`¾ÞxrŒÆ©n˜w»r=å—äM¿¤—ÚjªÞ|a¶:ÜÝCgkÛÁ "çgÕµbòõÓ“?﬿0T?I{FÝØY¾àNm8(©q¤P5NÆ|ëWÓHäðØñéxu—•o,Óñ6C4äÒ´ÓÖ5úá]ï;¦%3þ¨ÃVdnOÌ6RÅïU½©£ßÕÛ£ºêËéc5|ð`Ýzï êÐG}ÛeÊeÛ²]Muã”ñêþ­Æÿû_T¬†úç)Ë´hr_ø„î\ ‚ÛÑ«K¶èp°òý&²œÏ¬ã/娛Ijy·xQY‘żìAÍ{ín5ûôiÝ~]]uÕ-úåö¦ÊËËQšâduZÊŸøßZþÜ K'ë®[ T0tœ«‹^™#Ó¶e×b¾‰d]Û\q IîŸUúëé¯ëÈáCüoðûõÞï~«ûGŽRÀï'³0÷íÙº¥ @^_c²®ã¬«²wÏn½9s¦^ûÍŒ%’ü’J$K*’t4²vü»(²¾$²}HRX*»~B´g2M çè<†x~pQ“*·¹ >0>ˬ«“ç—i’ Œ$t||þ¦¿>t°êýÛ6YŸÃ?€Ôà݈¤€¤I'%I*”tTÒ1IG"_—T,©T’?¦Àœz^O;vî<º„K0òb¢D‘m ÊP¯Êˆå(#ÁÈí±e£ZÓµ<Ž•.ÅŸóeÇiCш4h GžÓp|2¤v!qv ÊF<¢£Îrâ,%Öž¯B‰·QeE$è(!¥ª8"r”—R½Œ8;³Œ”Ä)$!U!©ìD÷3–çŽÃqŠH©£t(²>¨òéZnG¡ˆ©_Fœ½ :0Q¬²sGJã’pe%$ú=O5ÚOìÉ*ñŠH@œ¼ÔÇ2"Å?‰=::rRå£$U9ë‘ç‰*nÇ"Ç:¿$ÓQR G¡Œ©[Fœç8§j9 ‰sÊVttÄRå##•–‘ÊÎqGv;5ËYDÜ1eD” ¥Ëˆbʈó¿Ê§lÅ›ªUí‘ÛQâ¨âœzeÅ”ç¹"FL ¡Œ©]Hb¯ªïâVG©²ˆÄ–‘x;t^Ž+èX}Î{Œ8ï-bðžõ®”8ï?{Ûh9‰72ûâ„PD€ú_Hì8g¼ãzMÊHU¥„PJì3»¦E#‘í("À…[HYŸp‰ |¨QùˆÅÍ À…ãÿ”.ªcøç©IEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/cact-preferences-ui.png000066400000000000000000001534231433352025300244320ustar00rootroot00000000000000‰PNG  IHDR#Þˆ@Ô+sRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÛ !#O2²+ IDATxÚìu|UåÀ¿çöºÇŠŒÝJ©ˆŠ ØŠb‹Š‰­(X(vú3ABPDº›ƒ±®»Ý8ç÷ÇÝÆÝvk£¼ß}ÎgÛ¹ç­ç}Îû>Ï[@ à, 5Ѹ@ AÓEi*„pB@ ᔜ1GB:Mñ @ ‚sÓñh°c"‚ç%þ@ ç‡#¢¸q@' ‡D @ 8¯ʼn3¢4Ö)ñÄY¨yfÈ„©²¨ @ àügñÏùâxDvàˆ8sJ\:$O‘‹o{E6„¥pÓèÞ¢V@ ‚ ŸØ.¥Çw±pöÃAœÙÉïºN‰äÊ!ÑxâˆLºíf²òËE­@ M˜¼¢r,ÖÆ-hÒ¨U„x0aTO '@ÁÂÙGÖq<ì/k•ïPý?v΋K‡Dã‰#r$·LÔª@ @p8"ùÅelÿoi£Â·î2YV ð&§Ð@Ï£²Î~8ÁÎù°¿,vKU¿=rH\.Ó2„¥ØbPϬX+Š9úÇû”îùÙbÂj®D¶˜0„¶ Yÿ» J˺@ ‚3A~±‘ÜÂRv®[Æ a—“Ò<¨Aáw.`éoÿ#µÓ@‚ý½êú¾UΈÅî2êªßöŽˆ#‡¤Nê2aª|Í wP^i®ï„T–‘õç‡ä®þ‚Þé‰ôIÅË?­NZ’8’[Ì7¿® ¯\!é¦Ï1Ç`±˜QI*TjµÐ@Ð ¬åù.Ôé‹F:saÏ]UP_B‰BbÂðQgåSÌæä‘_jFMÌyW@@ hÇòKùïÏôr)Á¾ŠcóÞ,v®[F—¾ÃifGVn kÇâ/žëa焘ê\æªË~Ö¤zY—CÇÄÝvMŠlx±ý{´fÔC2X8˜yœ¼œ¤$Æu,—‚¢"b#‚Hˆ &§´~\N¶jb›©*£3bï„Ø_öÎH-ÇÄåvÙA&t¾­|CÀR‰Z£§Ù…lØþ1Éadeå‘·ç?Ö-üA·>CŸAC(Î9Œ$IËKÆ)ÎGäÈöýÄ_u)/·ÔÚYÉ&²ä°zÍ~Þ@«Öaœs æ¼ ‡¥3kXdäó…;øÛ¯%©+E{÷b8”û»ÛÖ³Z*LXÔPP"£V¹{~·?ŽÊ'+  SŒÜxŽ“Æ2= rÖüÍ”ß$·‹ÄPvµyÑÌ~¹?AóÅk²!®5q^7Ÿs·Y™òìe¤IF濽˜ê4’ýT(¦bòÕatÖ!to?æÔ×—ÓZ¯æ|6m3rëcéaŽl`âÇG‰oéÖ!iXÙ¬Ì?l"ÎG/œ@Ð(${g¤ª]Ì/,¢gJ0uŠdú—âëk;)k߃Lß= þ=Ha™…° Zq9i[ƒìm•#RpõiZJ¿ë:$xìŒ8ʃOb¶lßÁ ”n`.GÙ»]Ѽ´ö-!ÀGǾ#%”[´doþƒ­Sx囿‰n} mz#|à¼6‡1›%üüµv£3 Rëˆˆá²Øº¯\Æ”5Ú%hÉÍ8Lf~ %[K¥¦u»–„E´s#O¼»C‡J©P®À¬PÉådû2º­ÍÙùÃ\û¯+*ÂÛw"ÍÇÈ!ga” Žp’®ÎBÁ‘ƒì;Z@‰IaQÍIjh›dî>À‘¢rŒfÙVãEpdsRbkfP,gfofE•2Hj¼CãhŸŠ³ë4P¨Ì?ÂÎÇ(0ZQÐy×*‘GF¿¥ŒÌÌ)äHxµH¨oËîÒ¬eÛ×ê-»öâ‰â%<¹¡vÑ nÙJÁþÝl?VF¥ÅÖßè|‰nÑ‚¸@-˜óØðï>ŠÐÓ¾I~凷ðïÁ ðŽ¥[-²"¡®É‡‰ÌkÉÔ…Ó©S ‰†}¼ý³–¾A%,ÛêE]( È&×itï—Ô@¹V £üè úÙ€èV\¶ÿ5£U 7â¨ÎƒCP+^ž•m[ -“t ›É?rˆýYWÊHZ/BšÅds~<ÒÁÆ”U œë8š9”™Å°ÎQ„ø{1y|_¦±$˜<¾!þ^äÙ¶÷ƒ!Aµâr±L«ÐUùö3"uOÙªvH$œÌŽh8 nfF‚»ã‡¯¡gŸò6aÜ·’GÊXu ”YåÄé¨Ðú£ˆd®™ÔV-ÞΑÌ”—öÁà ´E 8_Q”Z†lþÊÅLœ›EÀ +rWÝZ‘¼lû3¼Hî”Æ­Âh¢C X‹2™9{ÛM&šulÏõ½cHôS¡”ñïÊM|¸®‚ød&Eƒ¿Î–Fê£øß¹LvÛÕ8›HÉál"ݤûôxaSüÉ?pŒ´¡Ý¹?!€H? *@1³nÕ&f¯­¤EJ8ÅDöÎÝЪ ^ÕVjPÌdnÞÀËK²*óèà$VáHÇ÷sPÍ]wv§c˜ ™¢cYÌ™³a DÛ“æBvíÌ£ÓÅ=y¼C0A*™¢"?;cZ¶9¼}ÞNÓlVÛÀ¯S‡ ‘0¸/-böqÛ˜]üÆÌ}øwëλƒ 5ØŽ™/rd/Jw­• =¿ðzfHg, [e×i|EDdٞʵk1y¾\q}`%3[!&ÂÀÀA|;' ÿPt ;«óõL›«xX¶_ù (€€£ø¤·å‰kcHP#—±vÍV>ù§˜f­Â(Ép§ƒaÐç v¾H ïãíÃô/ÿdòø¾„ø{ñÐuýP€`?›#2ýË?iN`€-»_’œ®&ð¯rD´vŽHõq¿ÕØ«OÚRU]Žê:#NìŠú™Ð‡´À¯Ëžyòi¿m$ó>]]@Ÿ®é6(žµ·°~ß6â#ŠýZÐÜ"Ñ¥KL[2øý³ÇuÇ[B[‚ ÄÐE¤ÐVÖ0©M3T/´&¶øÐ­[4ÉZ[;Va’0h­ä—•6t(Ózú2ÅÅ&|ýè>¤/±ÚÅLÙhkk¨¨ ߤ€©œJ••°C\‡-TqYcÓ-VÓºuÑZ@±RaUcðò§óÀ>•/੃>´4@éÞŸWûû×´ÑVIKˆª‚‚ââ.ì<õ¤Ê™ÒšÖ*PÊJ9Z©!,DOy±U3åÄH•bâØî#´ºr8·%Û<K…Œ@í¦½lÿ^|ûržæ&Úµð©éQêÖ¡RnFòÖÓçêžìš±‚%êØÚŸµ’ 7!3E2úQ1Œ»^ÍÑWÖ²ž°ZÎKý^¥ö¹¼‚B‹‚%¿´jÛb§O;ꧤ¡”±ïxy"W»xLY˜Z¦Óß(ÜËÛs,ÜswQI­¤[οÆ`ZJìvRç•”È:ËfÊ:€Ï€LëáSÓ½«|è: ia«¸ç×Ôž©>ê·îéZö›ÚŽ€¸uFLf«ÃûA½&r¼²œû_úŠ@½…‹û÷%Ä eËÆx£%·ÄD§æü{¤”ÁÞ¡$$Юgîøi§q ‚óÁ‘±Öi»ÌÙ{ÙÆð‹Bm-—¹ŒìJ]Ëdeõ‡?óâ> *­/¾Þ±<ÙÓ(ãçwñéA ~©Ý˜ucQÝ’ˆ]¾Cøœûå|^> ¡QiÑú4癆„=™t?ú™÷iè1n8´ÑÒ²c3¼Öe³WÉýü…ýK–ñÄÒ<ʾaÁàà .ÓØÌþ dÂTÅ|õÁïü˜­€Ê‹„6‰„H2¦ªוÊ\25qÜl;Þ}õ7 yu“]Ën|xk\UNM·6ç.—iî!?2•ã:<¾v_tã¾ö¡Ü2.•}¿Ö®_uD Œ ç1úgþ †Pn¾½] aô3óov=©Ç‰[F~ûxeIh ¡$'¢ÚYæÂQP¬2r~®^ŠÙÛ߉\ãÑìÝÀŸ…v|béÔÊ—ÜÃ2½n‰D^½ŸÇ­ÌËLã¶FôòfÁÊ£*Ø[ÉTGuj—3we“©¢¹¾‡`eËÏ‹xöß2üÒº1s|,~mÚqñ’Eüh q£ƒ9”Æ{¤CàüÂ~ÏHY…éĘÙRíæ³jE'fK­gíãrb³ûÔqDªê¥[Ú*£Ú±?eË£™·Ë´ª p>i#Ș=†Ääoþ—J7[wì"ÜÇ‹ýæPÂ[ÆaÖù³eïfþøä¨Uj±] 8¯‘Ú£ÒÁ½†ð}¯Úú{;{}Ñ”Xk5=A‰íˆW²KŠ ®ª½»lÒå\fØËp…–ÚÍV@B+8ÈNö¤Ò “Ø»§Ú—>ÊaJÃ[“ Êq~ø§Œ°¶íi­•1dÊ]‡‹2Y•ŸÊ%ÁþŒ¿o4wïgî²ü[A`¤WM`5–"…´$@Îcé.q‰Ad›e;ãÞ aîÒ4‘a‘ñ­>â¬îì–läŸÿýElÔ`.Hã¡!xÙ9eG2I0€i}B©½WÖÑLF=¥©7Nš”Lœ ¬%(nUN©7èV/ É€—¹®Øµ›ä±—óKk»õg‡×pÃLJ©ðgT4@s7–PQ ÿ¬Ìáæ±áuH!uñVŠÊ$äð¶ëÜb*dO©çeÓ†G ç2³Ló´ öîå¿òXzûÐ6BÍ÷ntPÒ`õP‡Áù…V}âí¶Ê¶ž ?¿œcÙLß`?/òKŒH@Ÿ“'ôcú—"Ë ÁÁ¶ý"j•-•JÂl•%£·k¼Í€Á#bïŒH8Y¢åÌqÐÈ;G–:/r‹Ë IéLÂñBLÁ-Ø“]„OlƒÅ¢ñá—y¿•6˜ö£»S œÛΈ#¬FŽÍaÕêÌ?äO|¬†ƒ%åÂ*H’TeZV°nÕAÛâZÊ8îçºÀ‘¤ ©¶ñéJX«§$NÄ£((¶ý( (Šì> ÿ baλK8Ô·5—u"&9‰‰Éq´ýräÇ“d›Uª%jINeÅ";*s“f^*»öÞÑ‘îÞVæ|±‰¶÷·')Þþ}ÍX¢:ó@ŸPô”ðÇo;ØXæÃ€‘i¤Wmø–”jçH…V¥`­7[o럔ª¿%Év:–,˸_O¤€"y†Ž¨xgr]ÂGQ›*‰ë‘`söaÒ#W1ÉþsC4£7ðz–)ÈIW-yð¬lõõ¯×_Jzòz:¨!"Aë‘ ‚ó ÉÁ2-cyYÍ~Û‘ Àä ýj6µÏþu……*üýý¨ög$çË´´ØfD´vˆ¶Ž#¢ràˆ8lü=8M˽ãPІU{r1b8-b¬D+p‘_0šÀð DQZ´ˆåàîˆo7•Z4ÁùìŒÔÛÀþk>fµƒ—Aaa$Ä{¡¶–80+$JvG‰"¾%™üï\ŠeP|ˆôóÆ+Üu±‰„­ÛzjQr«âQ…qIG-Ïü½™ @ïç‡Vë&fáLyxY XúÛJ–.òaè­Ã¸£…ŽNéþ¼=·k ŸíE½dçIñR(—u5ðÄò”8û ©‘sݤI€d¿¥þž IF¼1?†·G†Ø¬Kø†ûÚ†Ér0篃d«ü‰xÂA®$·0èI×S¶¼´f±›ísP)fJ-€FOB„š‚µÛÈSûÑ2)G;Bl}¬šÐ=e»-ø*×i(V*M8‘«oý#—šíRò#PİöU…¨Þ—TUf½¿T¤÷ŠD÷iF«“:÷BoÕ{\6óñlM’*”mU<»æ~iÝèâ Pƶl…º]¨ƒÃœ©4Y=Ò!@p~¡²ßÀ^½ÿC¥!¿ÈÖwMÿòOBÚÕü]}´olD0Žàëë[+.ΈÕR=R}IÔÿ"ÄzN€¦Îõ¼w¾Hæ®ÿðI$µOw–®ÛIdL,imÛ"é|@çÅ–m;1™LÜzÓx}òöm\BbÇ‹…¶ç­3Rß:Ò†%‘c·4D±µ-Wë肈°à‹õ©Líh eè >*SiQ¡×À¡ùóyt¯¡þ´îÙ [ÏÑd9ÄW[ñXºžV#/âÛVLŠ]ÑNî{c—ë4vEñŠç§úáSZF^¥Š[³œ̈dð?qô®.ˆù_¬MåÉÎ’.Ê·ƒÍ%­Ý2* ÖC®ÓÜgÂ/\g7 åÐËÂKþÚ5|Þa7Øñ[t8ŸRüñ oÇkÄp°LMt°]ýkŠY¾ÓDßt±Ã†ñí ²NSËóWño¦B—©cFñõp3U¯¼²†£ui¤röäCÏH=Œ©sðÊvÙur ‡+Rx×™\C’èi8±®(ƒýú¶Ø¾Æ¦ß\¼b•ísÙŠÇ|tE(R\=½Ž²ÒäªÎ÷x\6ùŸ¯nÅ´îÞ´=œ9—Psz™qçV~+ö«YṌ£­œ—Õ^‡Áy…£ïñññæÇ¿öQ^Z†—þUŸÃ¬ŸÖDó0?Ž[Ꜧåôh_U§£î¥râˆØ;$žé¡»™µVKqq ?-]Kα\Tÿl¡Gv £G_ÂÜù‹Xþç*ÔX,f4-;\$–i ç¹3âè´$EQÜ?Š‚¢¨ ˆ‹&sþž9ÞŽq=¢IôW£×@EQf=^*s“ [÷~Í£98o ÏoÇ5Ý£ié§F'YÉ+”ÑyyqÀEIAÒZ8”g¢mˆ‘¾@E)›×oãà ÄÄé‘jd©Æ?6š¬ß–òlA;Æu¦¥ŸÍ1••rø`EÞ¾Fû¹-W­vÙAJŠ‚"ˆŒÑ°è‡í ¾·51Uy0leÚ\‰[úÅL«PÀj"çX.ÛÞ6 æÐü?ù@îÈíƒ ÒiPc¥´ „=»Ë‘ü¼ Ѱö»øõÊ\œàÞKKež ƒ—ê|+°.ØÀŠï×{y}bÔ”YЄE¹Lo-ÞËÕBqž‰6c¢0ÙÇ*c3Zµ±ãk.`÷νl“Ci£ ä¢ö:–m ÃYÔ¬ñ°lš°hò/ãéâö\×3š_T–°qÍ6>\^B`\Ç÷]ë ^—U œOØŸ¦U½gDo0`•,V+ÞÞÞ5÷ýüýPk4:VLn‰ŸŸUÇåÄfWÕ¹Ôuþ¯»,«îo‡N‡ýo 2ajÅ57ÜAFvÛ‚ݳci-; áÀÆÅTælä‰GîcÚK3Ї§Ÿ>„#»VáÐŒ ˆ¡)ÁyïTrlײ*AÖ’ÖQ^Ž[ ¹”Œmʶ èñ~ö_ g¦8'›ì¼ÊÍU»´^ø7‹!.DÔdÂJ˜ó÷³í°´¡¤´Š°}g‡l¢èø1ŽåS^õE€ZŸPâ[6Ã×i(eÇ8p(ŸSÕµ¿ p¢#k½b¦øX6ÙùÅ”W-5Rit¼ƒhfû¢Nz"Si¦—)Ë=Ê‘œq#©Ñ¼ iK3/ ¬FŽ9ʱB#ÅÖ—©u:¼#ˆ‹ôE(æbŽÌ"¯ÌŒ ¨t4OlNº~}ÉÆ|gæPX.J ?•Û4T ’«•Â;É(VÀ+ŠÖIÁ6G¤s!{wdRª€>"‰Ôfz$uîeñ¼l(Jr²8š[ŒÑ¢€J_HÑUùô@õå Ô!@p^ìçÍÂy?ÐwÈ¥—U4*ŽŠJ3;×-ãâ‘Wo··ÓjUX³ø;ñÜ\l§g± ©U]ùvWõ½²ªçLØŽÿ­þ"Äš…Án‘Yù *€©¼„U?N«ù¿Ç˜'Ðyû í@ N#>^´‹çÿHLj|¾°¨”Ì«2b f‹L™ñ„C#ËT;#ó°}K’±ÊÙ( ì‘ °ê~)¶“¶*9#œ¦Õ0!h½üè;þ•“ŠC @ 4ŒÒò ¼ : »œ¥¿ýÌFÄ1hØåTš,”;øî‘*ŽåêÄ,—œôѾ@  iPf¬$8À‡‘—mTøJ³…2c¥Ä©sÒh„3"@ œGä–žò8íOêrâˆHqNœ:#©~¹ü¼è/Q›@ €T¿\Ÿâ8]ÎŒüòòXòór…ä@ ‚ ˜#™‡ù`öòS¯8àO @ œ„3"@ „3"@ „3"@ Â@ Â@ ‚S‚Fˆ@ ¨Í†ÝYü¸|‡² …0§ µJEt¸?cú·¢Cr¤ˆ@ „3"\è¬ßu”æm¢g—v ì‚Z¥Bœ¬²LvNÎÝÀ5JèÝ1YE Â.d~\±‹ŽíÚBy…X„P§ ÿ :¶kË‚ÿv gD Â9rŽe³g÷.ЋЄTç*• _??²’Ö.’ «ŠàŒ`ð äXn1+ÿZ!ÚÏ3ü¾'%§ˆ¾KÈ^ÈUpAëLx³ˆsßÉ9–Ͷ­[èÔ¥+¡¡a¨Ôbi‹àÜB¶ZÉÍ=Žê¯¥dglC–e!Á™ë$…¶íÓEûy†ß÷õÿ­ÁjµÒ¥{!{!{!WÁª3ÿœU‡ä”8#{ví¤UëÖ JKKD ÎI jL›4BCpFûð¢ý< ï{jëÖìÞ¹KÈ^È^ÈUpëL+öìÚyî;#%%%ŠÑdÁ9FŠ,£QΰމöóÌãHyy™½½«à‚Ö™’’³ë¸žgDQ$Ûoà\wFªuZ 8“z'tîŒ#Uõ[BöBöB®‚ ]gÎyga¼ ÎÔ5_*ôYpfõN´¡g!{!{!W@8#AÓx!TÈòé×çŠýÌûö ' B} †5‡EÏÜÏç¾ñáÃéx½m¨0Ü„ìB®áŒÅ\ðÎȧYŸå‚U¼|å(žÞÚ‡÷û÷â†8­í*ÛÊG÷Mä™oÖ‘cŸ.ÓX¹ä!Zé]‡œ,ù¬ÿé¥ßŠEQPÊW3)¹?¿Œüƒ=ïõÀû4èhC…á&d/rg¤©+~å!ÿ’Iú˜ž„©Ï@¸s®õ)eÛ÷³ø±l$ßÔ CS­&îŒ(—i±h\.ý1·æŽÊ?–ŽÆpû£S¸6=•[#÷0ŸŽ½”w “Y¸ùAú‡kªÒªdËkWsç÷ÜûÞ¯\ÒÒ@…Kœ®*'Nà NÓËT%]Åö#i0hA뭵ݳâ½^)Üçó%G—Ž!X:²à§!D^“Ï‹ÛVsB ? Šf|ñ«ìX}ñáŒÃMpAËޚˊ7žeŽ÷í¼6©õië§…N_X¶ZÅÞŸxž‰!·^Ek霉êT*þ鼬…kyëºÜúüÇ,;j®¹/—íäë‡.£sbKZÄ·¤õèYì®tî¼¼¬…¬ýü=>]z“¢ ”¯ã‘N-é0e-åg¨>Nê’ËÉ\·Œ%›òm£ÑÕWÅ6^Úšç“c9½2T«°-Ó’•ú—ÕBIV.4¿…O,aÉ¢¹|ûÊ $î~‹[ºæ…MåŽÃÙ_ªhÆ~¾m?M¡_¨úÄ}óqþ]¸]¿ÇyôÚÁôìÖ›=b1(n‰ë´]U [•üý‰ÔÜ<uõ3J•³R7\Õ}ÅãäªÞ3r¾}ë0 IDATN^ÎÞÛsà}¯6Ø„ì/0Ù7Vn§¨ŸÞüÛ|–ï,Â*tºþu†uðü°ÕŠùïÍgyc^:-Ö™óÜ)⻺ŸXsµl×Ko‰¶yø2ZŽðýí7ó©~"_-žÅ•ÑêªÏ*Ù9ëNûUâÒ—>æ»ï¿â½GF£qîü½jFu5-è ›1tª®Ó%׊=|tç­<þ¿C¶´ú’¼‰NN!¥E0ZéôÊÏþ4-‡€]{õ g0…ç΢—j+|´…rkËŸ¹œ®‰axy{ãåHÇGªs6K_Oߎ‰„ûyÒz8üœA…¢ È•”›ÀôûåDx{ãåíMèµË(vÎmzãèプwÝp9,|ð"ÒãÃð®J/(y÷}·c­ºÎ㟷n¡_R-þÐ4®þ<ÃV?®â—KÙþÙôoh O¿©ÿQæ°a>ÎïS†Ó±exU¼‰h S¾ÛI©lŸ—\þžy#½ªÒ»ˆ{>ÛLqõ3åëx0Ñ›„Év zñ". ô¦ë»˜Ýɫ֊b×¶iÂiÛ>ömÃÐ8z×ê„­Õ&:}®ŽÞ94š ˜wU"ñÃ>á`S혽·çÀûîÒp«–}Bý«åø¥¶wSÈþ4ͧÀn8r;%'(šN§O^ã¸}>Ó×ÖÁ&i«5°í‘‹Öñõ²b’¯¼˜X•’mß1õÚ´­“>€1|ÆÎò¦ëŒœºeZÎδV,”æäCÔ5¼þÒ(¢ÔÞÄ‚Þæ¡Q‘9÷{îIu3I%5ã’¿1"(µ]ZÖ\6¬È@Ûã}~'2c{á…;_©­•mß•¡ò#Â_K@”êSùݧK®²áfŸ_us®ž1‡«íëö4/Ór|š–âðoÉà‡·Le&d¹-ó²%ð^>~ïb¢”BÊšµDO)ëž½ˆ‘3µÜðêÌH³²þÃyøÚ1ø¯ý›G“lñiz¿ÁïÓ{à ¨ãñq®±é•°gÅ_ì {€OßïO°%›g?Êó7^Ex»x4UÙòÊ0?—Iß{^áÛA-Ð䦢CZ7ñOÖ¼Çø;>G5é]ŒmWÑécÐ9’«\Ì®eËÙò¿ÓÓQÖ|ó2Ïߨ‡]æµÌ× F6¿4Œ¡/d3èá·ø¡§?™¿½Æ#w d¿²–Ÿ®EƒbW7Jzªºç´~'u]—/ƒ>ú‹Aõâw¤+ŽòáL§ì–i9z¹æ@–Q¤&Úî8zoÏ÷ÝeÿU-ûèkxã…á4³ë-5)x5…ï#:oe ì†Ó!·SRg²Ý¬êéK»a:-¡ KAßtú,è`“³ÕÔö(®ù†e©Ü?$ )\û8 ¼2iÚƒth&Q|x;ë2CðÓÈ(MÔ >#Ë´l}y :téHç.=tù¼úÉótQíâëowb´°ê‰ŒìNˤZ&µá¢7ÛFh-ÇùûÝ{3¬/íRSh3à^X”I¥¢ (&ÊM`^1‘ô¤Z&¥Ð殕”º ç6½{Ñ%Õ_­p¹ü1mC{¦“X•^ë¾ãxê׃¶ÑàšÜÖ~2…1}ÚÚâo7˜I?dÚFf]Å/—³{Î\Ñ«-\›^Œyu“ói»ÊÃüöÒôogËKÇá÷ñíA›Ý¢( Š:˜ÔÖÉ´N F]“7gé[É[ö]’ºqßâ\ÛÈ“%‡ù“º8t:›Êd»ðÎêÃEÙ[˜Ö;…Ïn>1ò^²‚›[§0òóÌš©r€cŸ_AZ•|ÌØM¥åH¡õíQR“N>k>zÑ=ÓªÊ1'çì81’îi]Õ[¦%Q³OÀá­£4›MT”åqhËBÞ¼g2‹M ¹"¯*“ÓߟáƒzÓgðH.nëùðü»{H›ö 3nJ^øsæL.÷ÝÁ7?í£²*œ& ­Û¤‘Ö&ÔoÃ56=C\.2€Aîá‘wŸ§;;ùeyfäÂåL{c+Ínýžï_¼‰Qƒ2ìªëd@vyÁ!òñ£Õ€‹èÓ9®ƒFsEïpÔNdZ—á dð¨ñ<öùo¼ÛÇÄ¢çÞck…-/ÏÍÜFø-_óÕSã6d·¾ö=ï –Yúü»l6*v{hêÕ˜Ý]Çò’×´KMpþuòá>&µJrÝ~*öz=ž!=;Ôèuúð{yóËw˜* Cñ!Žè#Ñ*¶*+%¬yaôzåzÕÔ‘Í®Ê×÷Q^½’[{‘é/Ðöß§™º4Œ;~¸¶^ (å®Ã'É.Êž_{¹J•nÔk4À¯ðÑÄdtHBcÑ(Çj7ÞT°ãë¹öíãôºãYÞïäGÖïóâcW“¡Ìç£+¢PËžÔ•ƒBmË–ÃуjKvû㤇>~â~p'&ÌœÉ+ƒ@.ªyV‘OŒ…WZÍv#z´=ÖŽ6`_&9欇“üZ’ Ëb–c1güÖ2/:kƒ\{\ß]üêû&ñÈйÿÊ4¶º…Ûo¿kúÄâåhd_¦~T‘ôÝXÉ–™äc¶¼tÞÖ./¡t¿¤,YŦ<™ô Û5jâ©·£´pœ§ê¸pô\Ýx¤ZM^ÍoE>1!R+}‡z§xÐ~–q`õ쾕/÷"¨rs_šÆÌgVÒëÖ‡xíÎHØó?¦½4»c;3ÿÞdtr)ûV®bOÐ-L®;æclúeoN¾’ýæy¼7:µGvó “÷V"°Í(î}y,ÁŠ·Îá¹çžæž˜ŽÌ»; ]xß]ö_5픳قÅî•Z„D»6Ó*dR²o”Ý`d»»<;-¿a]öñž§}¢/tÝ/7È.8iö ¾ëåßA_î¬näB÷ºRÇY3p^~WŸ¹“ëÍ_œf[Ím=ÙuEy«øf•‰¶ B¥@x ÍUfÖ;mÆÒÚOŹÀ)sFÌf³“7ÂŒUF#er)y‡¶°hö4þ4û3bhjs Vô1]éÓ­¾UA-ÇÿàÍÏüÀ<¦^‹hßòIÖþq;?-ØÏõXÐøFŸÐàpMOÝ™^Ý»à tI6ó÷À'X¸ò(7ÇE¡*þ›7>ØEèØÏxëøØ‰Âä&þkz¦ºtíEÇV¨H¦ ›ÍÔµa”‚¿xwN6×}ÍôÛÛØNcèOáü_xA±b6›©[#Já_®Ë7©%Ý|ž1ÝÎÓ5$oùƒf·Ë-ÉÌf³Ûð7ŒÏtZvs¥Yd f³5€Ùj;F×j»'[lÏècˆOH¨9aÂb¶Té­\¦â¿™ñÑnB®ú”7îìhK§k¾ÃxðÍOÙrñC¤i,nëJÝØeZqwðõGW­7K\”_Õ‹dÛ´ìpYNպОo,æÍÞ¾ökÞÐÆâͱ&NV ²,×XÙ €¤Ô—‡»ø ^ÜúÃN¯ø†ÙoÏàþ3yùêÏY>ë2"5ž,S${ë^q©Ê[PP@R¡QÅdqpÒ˜Ò eSΗZU÷¶Óµ¨(Ä(+œP&c±Ð⥑´LËaZÓ~V¿ÓÕz݉ž];âKGR,Ë™{w&].Á€x-tI ø·ßxtù:rn§™râ]èÓ³+¾@Þ]ËÎo~ζ!ZÙ€wªN»i­tþÞjbûpQlÕ´8X4ûÿÞFÁÄ7÷ÝeÿU-û=¯0´Ý+v´ä¡s¸1Vø¸l3± ÙŸ”ìc7ä­pŸg—ߜ羼­+]ôñž¤­ªÝšÜô« ± ¯Óé¼ò×gŒPÿí±ì\öåV'újö@W¬µuPÉs^þ ŸYÝÙ;77¾›N¯­æYÛcëorÿü–Õ–¶<Ù'Ùl†°KxåÕÜûø³\Úu6Fášk¯dhZð©3øÏ陑=ÓÞiú‰ûiŒ~òIééJq}¨ÌÚÈžJ8úêHÚ½Z;Z¿Cù˜”ˆ³Nò‹¥eü“]ŒY‰„#ØeÔÓ¶Þu¼dwñ«nÇí½ñÜ]³wЕŒ»öFu‰Äà`4¹2k ÌzÒzµ@_ãESgT«nwåKÀÛ¿“§bÙ?³6rßÞ˜R¿»ð¥.Ê~b´ƒz£ö›{ë=Sk”ÌöLeU:í$ŸHG ¢Ãà–°r=; ­´QÜÖ•Ê©3¢¸vF|ciÛ©£Ý1­Š[#VÓ‰d•Mëˈº¹þuëÔÒÂÕ¾§éL²n&kl¡tpì]·ñ£€d ¾ÿ¼ØÿZn~{0é¾ÊÜ'Fp[¬Æ½á/ç³~Ñnˆ˜@J€„^ß4¯¬]°•²ÁÝm¤œË¿ówAäu´ ’@@länÛM‘Üo•£¸Ý8uó¤8sFHißüÌ_9¸:²ÊܲãïŸv@ÐhÒBU§çôh_;Ý·ý]_¯uá-d;YÅE’7Ѿ°-—‹B¸ÊÁ *Œî%ÂóëØUl%>·qï”ÓwÛfš‘õǼ4ëþÙuŒrµ¾fZ—c’›ÆûîÑ(rô8f¾8Œðj‹ZåMt3UMÉE›‰"dR²oŒÝàIž—ß“°-ó]ôñž¤T{ÖçTÚÖiµ/q~P¹§‘²st ‡}u«+užÑ§8/¿«ÏÜÛ;^.‡«tO…­æiÛƒœËß߯CIŠ>¡Õ_œ«!jèc|ßï¶,_À¯?ýÀ”±ï2sijÌ~æbõç¹3‚»mOÑã˜ùÒ0"ôzüB¢ˆ ÷©-Q°¹€:lEFAE§©ŸñTgŸZ£¯ÿH¼ÈmáT¶Ñd«µJ«­.F“Ýį7pÍ»‹è³f_ö)ÓnþŒY#_åÛ熜PÆAKn ·åS@)cï?(@ YKøuëm´éìgKÎ]øÜ?— µÊ6òæ>¿Š_v2J^wg€›ºr´wNeË«âh§°"U…’l;ôWN<£Ôü  æÑ[ãüÎx®ò{’Û‡&`>Îî½*†Üz9ñª¦N:QE‚ A<:1Ao]ËÕÞO1q`^åÙd{÷áªþ®ãÉYȇ ÊHiO€œÃšÿ²A—F°A]_¶UéW¬|ƒçÞ/ep’ŽÌÅoòèBžŸH[ƒ† ”msßä¥Å•txú^:yÕ‘­3©Ñ;Ń6Ö^«Ô¨QíÚ•mG|UçäØñ¬=óÔØw §ï­9ãK&Ý3›²S˜>µÚ}™â53yøK3W½÷=¯.åë‡g°ªÈêQx‹²+j?" `ÏЬNŽ8DƒŒEåõŽn´®ºì[þØ}â(Bk>–탰v¤øKNuÊÝ1«ö_zذMËu·/×¹+ùÐõÙ…üòÔ@J~|„ñ—bÔ•÷0cþò,M'\­{’]žþ_žêGÁ×pÍ¥£¸ìºÇøpyf7ñ›ó60Æ$.ÒŸþ]Å´Mm¸ç“·&9—™ÞÈê™}éÕÜýeCžù•9“Ñ¢ ` ýÑyÌ{¦7ÙNdô%WñÐ\ WÍø¯n°¤¥ %éίùìŽ4v¿=‰±—]Êè›f‘›Ô›^-½j6©ãA*ªp†?ó },ßðÀsk(sðŒ6i?-ÁM1[˜uánÞ\Îu¯/å—ûRÑ5@g4*7NqÕVâäž‹0ÖB¶ü•aiÄûI'ùN9~o+2Ö°D®¹ã ú´M")µ-­Â´v£Œgÿ}÷h³¯Ëð®ÛL!û“”}£ìòì¤üž„uÝÇ{"/»ÁÁSlœ¬N{”Oúrg:á¡®Ô{ÆUù|æV®'YŽÓi«yÖöXÈ^þ#›Ô¸ª[íð‡—šð.H@æÈžã¶CÎï ìÎs»úu2š\ç™êûþ=¸ãê&|ñ wùÜŵ½[àoÉg†ŠÞW¥¹ª „³spðïÎ×4güç÷s×Ý\Û½9†Šã7taDw×ñGæýÉwË$¤Æà§ä±iÓqÐ&¨w0¢êß;¯OäªÙ÷q›ö®ïŸ@€å[ó€€:åò°|1¦ ¼9uÖ1ïs_÷|’¦òÛ%Sx|ÆEü<µ ~îäãªì=ÂéqqÊÌ×yüm…k:7CW´Ž£fÛr{EEÓŒ6I^”,›ÅG n¦“wGät.í[[îøwcÒu ŒýàA ~€k;ø’µâC^þK¡ÛãIÑbu_WŠÃå2HàpÌ\ bÌ¢BƸuÒÄqçªBîtôŒ¶'ÂÀÉŽF9š@8¯N¼¾§×í﹊ÃÕgí§0oûGël÷ eî·ƒNÑ]÷yM(ýîÿ˜¿ïw§>–Ë_žÇå/;iŒ\ÕOá¬àÞSY°{ª‹|Kv¸™óo`¦³rz¢3UzçiÛèòÿú[{jž«\÷ ï|SN¯8-Y+?çµ&ÚNKŠÐ5òpòÞM§9³øvöÄiC¨®œ=ù–á›Àûî²ÿªSšÁºÕÿrØ~èNHJ‡+Ü´™Bö''ûFÙ äYqRþîâuÕÏy¶ìC˜?”nü%Û“–z í‚“•«'²Ãƒ¾ÜYÝ(èJgÌÙÎËoÎrþ™[{NÛørX²O³­æAÛD6Ë~؆®ëkt RÕ¤[¹ûSžø0—V=;ØÌJ2ùïﲉ@.éƒV¦xZòÙ;Mˉ-Q{ýœ7íïý˜÷_eÆ7¯òÀ—À‡¨NWÓfÌbtM \-eUPð¦Ý=1;àU^ÿêîýTM0m'Ìdh÷4—ñ‡æogÙ'ŸñRvEÕÖ„ÜðòTIä«'õöÙ|ð¯þ“¿3>á‰ôênûb¶ús~.ÒïGÅ—ÏómÉ^»£¾(2‡ïKgäó/ðÅØo¹#É|4®ÊF‹q¯óZî3LÿâiîùÀ@H‹N\ÜÜP¥'~ôxðI®|ðeÞäNH½êe†öŽ®#w=­nŸÍ‡Þ¯ðÚOpû,}D:#§~ÊäÑU§}(žÔ•“=# Ž—i N5²v³tª áàÑsÅEEž5Ä*O¢¾^×ý­šÍþ5GW}¬«`çSù"«üzïû<>.®ª­hä;e[íø½í;ž7ž:ÆÓ³^çÎ_M6ßÖ7Œ”Áa¶Óœ¤³ÿ¾»ì¿ªÃdýÀãwüPçÃL_1‹øïÜ´™ Bö'%ûFÙ äÙ™ÜúEyÖu?ç6¼Lÿ{o¦Ë”Ïxþô{«Ï)´ NV®žÈNã¾/wV7žèJgÌ.ÊoÞáB6îì9MãËa>ݶšÛ¶ç#/åǺ¿Ñ‰N̆[¥@‚ÊòÕK_qÌ %8©;7¼t?wtó­¥M ÉÁo ¾{Òío¾3‹ü¼\·‘ü6ïWÚ¶OF•àœgÕš ÜxÝ8L¦J!Œ3…%ƒwú¦ótÜìÿ¦îÌÈ…ÁWßþ@®NOäÖ#|yÍ%¼õ6ÌèQëôlÙ´ñôõ_BögOöB®Bço§IÆ'×pé‡q¼õÛ«ôõ—N‰Î y‰ÛçŽdæƒÙ³yëÝ÷æ•€(Š‚ª+ÏîïâªÏUÏ[+¶òküÐÓ?3âé;;¼¿qýZ¡s‚3ŠFŠtnŒÎŸ?BoÁ¤ ™TÝ–\¨zç  ­Û66ªM¬»þXhœGý—³~©Aõ!dZm‡ WzèJÿš¢\OÉ;%óAý²Ÿž÷‘î{~¼CMÂÙ°î?ÑH šŒQ(h šŠ3R·mlT›X½œKÄ ê¿œõK ª!{ጜ$®ô°ÁË´špY„>xŽ)c¿ô¥Ï”¶ø¢p>ˆìÌí+œ¨UB‚³¥w§© UG1î»5Œíô™ï¿„ì…í ä*8Åè'2wÝÄ󪞛Ä̈@ÐT$1/"8;z'Úгh¶ Ù Ù ¹ Âa<„ì…ìB®áŒ4ŠÛ¶ i Î *++„gц Ù Ù „\g •J…ŸÉ))¤uN8#㮿IԬ༡¤¸HApÆí§@ Î$ååddìgëæÍ´m׎°ðsßœ@ ˆ¶S çÁ¡a´jӆݻvÑã,:#âì @ àC¯×ãçïOñYΈ@ @p¡’$$@–eáŒ@ ‚ Ð)"@ Â@ Â@ áŒ@ áŒ@ pFjP(ßó+3?ZO‰r& \!—îgåܯ˜5ó[vWœ¥º·gÍïóÊSOóÉÎ Q÷@ Â9 ˜ñ׌qtî|O@ 皦ŸE }`Íà ¶+Y¥˜¿̨ه-!‘AfmgÞ‹W²Ãøÿ<Ó/GÑ)EnÃìW5#Ü ¡i†^rßß eÄû¶ÿu>x[Ë(ÏË`ã‚ådš¤'Å<Ù|I4e‡8jö§Y”žò£ÇÈÙò+Ï]m¤åæïZÈ’pùÙ€DhB ~»8½‹¿o$Ï2†uQÃej9Êw7ŽäÁ¥¶©,ŸŽ¼£¥ .›îè÷Ü2n:ÿXA iA¢o‡3òðõÓ6JV­{/ËQþZ°†=F@òÂK2R¶³Ÿ]fÓF½•ùlùá®ðiÏæ7{àÓàx øè*(+ÜÅ¢éWsmð:–ÞÕ²ÖËX·~­ ‘@ Á9B“žÉúh í’ˆN`äûGˆ{}%,‡çðÄìC@,wÿ¾Ÿý;÷±÷û+ ö}ú>ëÊÇÙ°pÜüã&víÜɶ…ShkpßÔ÷3éS—q$çûç#¸e=ù|yÑõõmägneåï‹X¹ò=†ûÆUÌÛiÄ|ð;žú"ðbл›Ùµa §u<‰<Ø0g|ÏK€#?ÚNVæ2½’€ÆkÎÝÅ!+@ Sç®bÝæ=äù…«#U')«Æ†óbÔO{È>¼Û¢ª¤~Ëïd;ÄÂ[#8¾d{*ï^²²÷ðå(?6~÷ŒŒ IDATÙV×õÛù@ œ+œÑ™‘¬£GÙ¹c…Œ¾â*7zÇŽUÿ£¦ý”¹üüpOBTPºg)Û8Ä[C›ó–}¸Â½*.béÍ)Œ^`w¬k§wXÿ¨»p2½ cu>T=¸ï¦øIPÞÙTì9É|™2ÿ©›¸÷Õ¯3…F™Š}+Ø  îÊÛ£EnTð®müVXÍMƉB ˜u:Ô Œ·wËQ\Òâ-ÞÍØÅ´žñ|=è:&M~€ë{EÔŠËã|ú6NÆuÃI¾­”¢aöQ ¥yFÉ´©¨?ÈÆZœM‘µ‘ùQÓq@Ì݇)0CŒ‹ê54@>?ýð½hÝ@ ¸Q©TøÚ*Ȩ(áŒØ;"›7¬£mzG¼¼½AQÈÏË#8$Äi˜È‰ËXÿàîì2ÿZÙ¼è?r'÷$DЬT«ÆÐ[Æ’b¿.GŸH[9âô$å*l+²wŠe«Í¬Wé1hœì†Viª¦ ,˜œìP>¹|)äÿþ7¿³#‰\ýÌ} ÉäëG_âÛçö$'Ùô(u©ŽK®¤Â¢ØÝh`¼Þ]yþ%´~ý5Þúh!»–ÎfòÒ9üõÅ¿|rIx-ƒÛ£øäF–O®_@—° [máU:À*[Q”ÆÇ«Ö©«3VÞ…Þùx.€~‰ÖX ‚ ½^OEe%kÿ]…„DDT¤pFvîØN›öðñöÆÛ×Fƒ$¹?ÊH>œ—gŽ`ñõó)Ùø÷~uónŠÃв7‰,d…4Éýt'T–âÖ#‰÷ÖÀ7Ù׉ϼ¿ÀM8ÀêO ¨<Îæm¹X:Ç ¶˜5ºzFŸ>¦#Íù}–µ|¹ä(CÇDa5™±_u#éC‰öŠsù÷ŸƒTtK¨WN÷åq•/‰ü=0¤Œã¡;Ç“$oc׫ÕÎè[t£‹Øeý—÷¾ÞLß›b9r¨¸áy¨—ï¾$³-òjÞülCïO¯·öÏ£xM£-žû– S÷òñeݹU‹¾ß†ñ’ðZ ÅWªB£0’¹¿Ë_Ã5\·OU¼’Þ…Þ5@>€K'_ ‚ÿ³wßñ5žÿÇ_çœl’ Ù¶’a¤ö&¶Ú´VTñ5:T©F?E5jmuU5j•V‡’ji©Q³µj“DvrÎïÄŠŒ“5ÞÏÇã<’œûº¯ûº>÷uò¸>ç^ò`3{xP­fMþØùû=ŸŒÜµΣ£.ãR . boooS"’Æ„wëñ¼^Ã$óóëcÙtÑ‚}‰®¼ÖÕ Hfû-(åé…·w!<ŠV ëGÇH΢6›Ös ¢Ue`!ò™òø+JáâÝY{éÖúÊtå5í€hV÷ Æ·¨?EÛ.!êÆB.åéÖÌ À¾×kâçWŠºoÊÇvÙã]ùQ ü5†°šhÖúi>øç†v–êÎÈÖn@?ŽªOQï4š”‡6dŒgñ.¼ö¤7ÊŽ1 ñó)J™6ŸÞt7-[êß5ž†%½ñ.SGk¶fÔÖ´Û{ùzßrûd›Úé@åâiåw«NÇOOaÌã˜É‰}~՛͸ËM|DDDäá–’’Œ·ÑQ—ïù¶ÞµdÄb±€ÕŠ]ÆØ§û¸§ñˆZÆk ‘d,L‹™›ùò•Ž<êë$Ÿ`ÅůåݬY?Ý–õLt[°Áupâ£b°ór#66%³™(O}ò%¯´ÄHŒNÆÓ/ã……h<õKÞêZH‰½B"N*VžÆMÊáj¼ýv¹ÖÈÒ ]¨ìëDô¡lûe/ Q¬bjû:€É‡N ¾ç³ˆn4®VŠUмFúeæv˜ 6¶á–xzÒlÚ·|ñr;*y;@B W’Áɳ•k@€½mõ¦ZÜ ,e&ùÜqŽ=M‚k)ôŸË¢aA8æeÚ—¦ß¼)t{Ô(äï†)¯c&ÇOQ>Õ›ÍþÍU|DDDä¡fµ¤Í¹-Ë=ßVC&?€iè  3fÍáâ…ó9V²võJž ïKLtT–e–±„aŠÓGâ¶&¸Å§\¤.Ÿ_M+·{¡U®œ8I²wQ ÙÉ'ù¢wMú®ŽÁTwV?Nƒ>¼""""g>ûha¶7ŒŠŽŽbó¦´lÝ6ÇúNž8Îüyó˜9{î×@"ÄÑÀ¥ô×…~N_Ÿ^>H%íJÚ«ßÕZí´«–³¬è]ÿm7QÀìŽñÊEbR<è84 O%"""""r—é!‹”x¬eªPÌb/_$&ÅžÂAÍúÞ:f6÷Ô@‘»NGFî—Z³ø;jÖ½Õ(‡’ô˜»‰Ú=""""rÐâ"""""¢dDDDDDD”Œˆˆˆˆˆˆ(%#""""""JFDDDDDDɈˆˆˆˆˆˆ’ùYcøãÃ1¼4ûOâï§v§žeãØ>ô™º+­Ýÿ~c~?Å@DDD”Œ<°ó븽|0(Œ2žfÜÜÍø4~›ý‰9¬”°‹15}(ùärΤ>DÁJ½Läü·™»îÉ÷Y»w®\Ά?£°dö÷ÃóŒ1xXÇ´ˆˆˆ<ÜɈ5þoÖMH‹G‹cv7ãæîOH“¾Œ_y€8ëÞz"{¦öäÙ/ tž¹Œuë¿æóÿëDq‡œ¢[bA!—)‚£Ò>y þchL‹ˆˆHþ±»/‘˜íLhówzÒ°ßóÌ|¥âþfë²w™Ø³+ŸYÅÚ1u)t§&G©ØþÍaê/æ¥îq³u=‡Rôù`}4ÎäA¡1-"""ùè>øn3žoöeâN_ú¯ÜÊWSž£gǶtìñ o-û™5ƒK²wF?Æn»‚ ~'#ƒÌ”±ãú9î1ßðx3uÞ=FÊÕ÷RÎðÝäpj—,„›»ïŠíˆXuŒLϼ²&Ÿ Ißt!À=ý4­ž›¹B 'õæÑ¢¸¹›qó,Kƒï³;6ýPMÊßÌ®mÆ«Û&b,ùa\êù¥•w÷¢úèôvæ¦=©Ù6wMƒ}Òë*L± èúVú¹ý6Å!‡ö[αadkª–õÃ=½ß^Á-¾ô 7¶%ñV¼ÒŠ>ieŠÕêËÂ#9'x?ÏìOÃrEÒûÛšaÿÉ•«G¹lÝvfq™=ÆAÞi}ò ¥Ç'ÇÒN]Êi›¶Èõ~Êa›¶Ž×Œrй-õZγñåvÔôOCfŠVíÄËKÿÊúhcÆ1oc1±%#w\ìæ~|ûú¯ðb½B77ØèNíç_¥±ãi>Ÿ½íúä(GqìךvP%b1ë×.âµjG˜Ù£3Óöe=õ±«3™o~ÞÂÏ?oaóÄê¸`ÂãÑ.DÌ]Îú kX<¾—>FøŒý™O ,Ñü¹f=»ÍO±`ùj¾þòÆv-c®ÛÏo¶¦ÙÈ/Il2š÷/cùgi‘üë~<•‹krh¿%–C?þÄÂýyoÙr¾Z<—çƒ0¯_w¦ïOJOÔ¢ùéåÇè9c/ÏÎå‹å‹x«{i,ÙÎ Ø5© -GoÂÜc:‹—}¸f±|2¤)O~|<}¢lö3©w÷ä64µçNùôË/Y‰œX3…—&~¦ݧˆµsÅ5É¡q$åâöK¹mO≭ìŽw¢F‡*i“¿<Ë}ûæR†oOF‘¤œüƒIN„6)—6)¶e«Ç·±;Ήª­Ê_OŒ…©Ù66mc×% ¡^9oÛ.‹z«<rS"bó6 çó~²e›…ò°×òsÛÿ#øÖ!^ø™=Q*åоü‹ù÷™%#ùÙ@r<â «ÚKôóP8ÄdzŸB¦Á¶RØ %)%» +&jO]Ï´:oJlìÍÅp±±mIçйÛ$¢;¿É‡Sêàçp–õÏvbLnïî•ÛöX­€l³/CÎqÈ[ûíp055=[1¤7"W}¶¦7dL+oXf˶o©Ö’i½··ÍÛ76lÓ†ýtë¾µ!æy©7Cõ6%ŸÆb~}&EDDäþrï_3R° O?îMâ¦ÿcÆ/Ñ7ϬWøí±¬‹/BÇþÕÓN{²3S¬œß{ˆËYÌYý«PÖ!•;ãð+H`àÕW9Jû8Û|„%áðì'ˆ£úÒ¬ZyÊWªF¨¯c®»˜Ûö8úWá‡x~ßx ëÑÙ‡üh¿c@MBœˆüjÑÖÜ­óÛš=Ä^}Órȯ÷ƒou*äñ¶hŽþU)ëVï•Û٦՚Ʉ;ûÉ–mÚ°Ÿòó<Ô›Ö¾Kü¶á øT¦œ{61É籘_ŸI¹¿Ü·ö-HÍWߥÿí™Ö¼>žJ—º¥pÿ›Ÿ—¼ÃÔU‡)ýô—Œ­ãš6a±ó%ìñ¬¯G0pœ•uýp¼ô3'’àê%ÆŒzº$Mgõ¤«ë+ hZ÷ä³8d¢éÓ(iãù NÅkP’ Ìk!eëàíËÞs¹ä\nÛcðcx/›Õ>æ±O„Ù°M‹¾fˆ‰\ʪ?BèT!Ãßs¹Ÿlé'9ï§<ÅÜÎöz¶¼Íó¯Ð´ŒÇ7ÎàåuIT÷tæ1 ¹3c1¿>“"""¢d$ß=2é»ÍT7† _$|ZÚ׫žåcè¼ñD®×¾Äu ì ÏøðÌ`"f ¦ëg¼©CÇÒ.i‡‚ ©1f-+ âÕ¹£è9;(HѺ¨ÒÇö‰CàP>™yŠ¡FóÄgiwüqpó¡B;œ Ø~êRnÛcp£îkøØùYFOíO§xp/[b7•Ë9vùÒ~g*½´š £=ãUz-H ô ¦I_ì³X'tÔ*V»Ž$âÿÑaB*N5é:m=ã‹g±Žmq¬þÚVxŒâÕÙ/Ð}z*Ø¡êàÅtóÍy›F/Z½>œzOMgØ­h¹¤Y†¿[ärÜØÒOÆkžbž‹zˆœ>€ÙÇÀL‡1+™2è‘´k42Æä³À;2óë3)"""÷C&?€iè  3fÍáâ…ó9V²võJž ïKLtT–e–±„añðô¼Í&§rzqGÊ÷?À|ÍÔ¥pÖ9rœy +0ÂcÇV¶°ýÁŒò™¿™]?”׋/ãðçoºKœÆ¢ˆˆÈýÍÙÅ…Ï>ZH‡Ç;gY&::ŠÍ›6Ò²uÛë;yâ8óçÍcæì¹_‰@< D—Ò_nø=:}y|zù °pý+o«ñþ ­ ŸŽ³xïi/¾ìSß²uh;p6»â5èDDDDDî'v÷e«íh7y3Í_øƒÍß|ÏoËPÄ^;SDDDDDÉÈ]aÀÉ7”½Bi¡ývEéÿÓeú+bó˜)Á Ÿ/3HcQDDDþ#F…@DDDDD”Œü—޲æãï9“šþwêY6ŽíCŸ©»2~BÆò÷#k |8†—fÿÉrÉMN1Î+K4;Ž!bþ>4²EDDD”ŒÜË,—·1©c]ºFÌfÃÉôçl¤^fçÊålø3 ‹-åÿ³„"žã¿¬gíŽ ä:/J½Läü·™»îÿI/2Æ8>’gJ›)9tÛí%'–‹l÷6ó¿=E²†·ˆˆˆˆ’‘{VÊ >~ò Þu|ŽU¿~JÏböù[þNKØÏ;á]xnÑ?$Ý÷;Ã'{ppÖC%þ{IùxM+àænÆÍ½$µz¿Ã/¹zœ»ˆˆˆHöì:°Nž>4Ýò’‹}ᎿÙBE͘÷À¿s銴Ùš×=Iü}C^M/Ÿ:ìœø(Î ˆˆˆäƒ{ÿÈHüNF™)7bÇõSwb¾áñ"fê¼{ŒË96ŒlMÕ²~¸»›qs7ãÜ’áKdÍ@ʾ›Ü›Æ5‚ðó0ã]±«Ž‘˜—ò–slÙŠ*eý¯µ! fo&.˜Dÿæðv7ãf.Ií§æ³+Öš¡Îpj—,„›{fuÚÖ¯ßm”¶ w3•ÞØ—yÿaÅ+¨è“V®X­¾,y`/`7šKX.ŒÊô´’Ä“‘ì‡=•ñL?åÅ­h'–_óG.Ür¦Ü–pò+ƒ'—9•~nÑÿbnpå 1©y«3§~e%ñäoLr"´I¹lÎ÷OäÄšñô¨Œo!3n^¡ ùɉq$Yl‹³s…Œhj`Y׊Ôîñ üxœxk^÷bîÛ“õ€(Då¦À¿;ø+ÊBâñmìŽs¢j«ò×'ìÆÂÔl§¶±ë’%›Xf¿ß첉ÁÕíVy,ä–# ù1ò»~Ëùµ<7x%e&ÉÄ>º–GDDDòÕ½?·0±3@JRJ®»æ`kj“J«+&jO]Ï´:7NÛ Ø›‹áÂñ\–?së6Lö±b±^/k²7‚ÅŠÕšÇ:sêW–qLÿ>;›Ä éà:w›Dtç7ùpJüβþÙNŒ±æ"ÎNðôÒ½4ýaóޙΰÖ3™ÔåC¾Ýß\޶¼µÇ–X¤Âzí÷ ‹®.ËJNûÍÉ9˲Z2ÝnžÇXÆøßVý™$#II®Ù•6M•ˆˆˆˆÈ،ؙ)VÎï=ÄeKuœóéXŽ£Ê:¤²kg~}«â–qò–t}gSù”;Ð[ê4:âæq—âÈ.=q ¨Iˆót"¿ÚAt£ú·n H8üû b̨¾4+eÄpÆ×Nåv²ïL‰}ß ;}g5¥òË“YõJ+úµËrrŸ™|k@ê¾ÿj $Ä݈£CZ<~[³‡ØÆ5)`¹@ä×ûÁ7œ …ŒyßoÙÄàiÿª”u˜Áoköp¥ñͧQåÇxp¼ú3ûøùubö²NúO)"""k2âKØã!X_`à8+êúáxégN$ÁíÜY×àјQO—¤é¬žtu}…MËâž|–‡L4}º%íÜð5CLäRVýB§Š9”7Þ6ØR§ƒUB\ˆZ=ž·¿x:Îó¥&Ý[¿éüC¡†D ¢Þ¤®´wxg œ|˜ç´2NÅkP’ Ìk!eëàíËÞs¹{l`òÉu¼·&ŽrKàn9Ë/ÛOƒC0žN™t&cŒ+yÞt¡ûí¶'៟Xÿ­ERN±ýó7ù¿h:{!N`pjÈ˃©?¹½‹Œc`-7ޝÂÈ Ð`Ú *8g=ùÏi¿œË:FŒPŠ&3»Ó½À«ô+…KÜ¿œv©Ï o<ÜVý·Þõ€èŸ§V›/(ýö–õ)޽þgŠˆˆÈC•Œà@ÙAŸñá™ÁDÌL×)Îx=R‡Ž¥]ò~Ñ‹¡ 5ƬeEáQ¼:w=g')ZwUút ¤ƒ­^N½§¦3ìV´\Ò"‡òw¢ ¶Ôa¦Ñ„™ôí5‚IOuC!*õ[H‡ÇŠãpÓ7ßÎTzi5ûh!ïœe™èè(6oÚHËÖms¬ïä‰ãÌŸ7™³ç~ $ñ@, \J]¸á÷èôåñéåS€TÀÂõ¯”­Fí*ù/(%#"""""¢dDDDDDDDɈˆˆˆˆˆ(Q2""""""JFDDDDDD”Œˆˆˆˆˆˆ’%#"""""¢dDDDDDD”Œˆˆˆˆˆˆ(‘‡„B&:6‘M¿æô…,«"·Ÿé øzºÒ¸Zi\]%#™ûö×Ãx{ºÓ¨z9ŒF0’Û—j±²çÐ)6m?LûÁ ˆˆˆˆHšu§û÷B Á¥}0XA/½nûe4.ãÇ¿bôÉ„ŽŒ¤³X¬ Æ´Y¤H>1 :íODDDäAMFHLJ´¹¼Á`ÀÕͬ·N­VMoKê96OÉ’Ï1õ™Š8)"""""ò@'#I‰ü¶};[·nɱ¬Éd¢FZ´iß‘˜è¨[“‡Ûc¹Ì®Õ_ñ]…>¤(ž""""ò '#‘‘[ymÌ89;g[.!>žqc_¥MûŽÙ”Šâ»§«¾êüõ ¹— RƒÇé÷â³<öH 7"""""JF,Kމ€“³3©©©Y.·Z­`MáÊ™óà߇éÓ:ágŒç‘HVÌžÂÿoeÜËèYÜ^#'ó^;b½áw‘ÌènZ7Ï¥Ó^nex´F-ªÕjD‹'G1óÓ×)›´…¾ú›$+X“Ïòã´>4.Lq_Okt`Ü×ÇH´‚5õ<ߎnK£JE)áëIq_OÊViÍ+_%ÁzÃvR.9g mC}ÒëhKÄçrÅ’¾<½ž°JÅ®ÕS¾a_¦}0™çÛ†èëIq¿24ÿß{ì¹bÍû:9öç"?¿Ù¥¸¯'Å}}i2f'ñ7öÅzÃe87¾—]½–8þúüy:„ú¦Õ["ˆöãv—I½w¦_6ì§øßó¨'Õ#nèoôFzó¤Å{ÇH¶¡""""’9ÝMËF¦^ÎDÇc!Ž?&µ¡Ç\{ºŽýœÿ Je÷‡/1¶_7\¿û–gJ_áèÏ[8ìù,3Þ®O¡”3üöá+Lü$…C6óLY ½ÓÚÓeÊê>û6 ª»ñïÆ©ŒÖ‚¬[ù [Qì,iõñ|Žwf„Q(á/VŒÁÛ/o¦Þà×™ö|Ö¿>c̘Gš¨ IDAT .Y‹õ/ã—urìO4ûÖo`ŸyÓÞn†5ŠX¯R8äµìëýŸÝ|† ûãS3ø¬cNÑG9é@¦ÇîH¿lÙO9K>’‹~ˆˆˆˆˆ’‘ÌX3ù;5)†óïdÝŒñìÀŸð–e°¿ô=Ó¢\įü_ï’ØUƒøuã|¹ú(Ÿu 8­KXXC µ+ZøñÑ!¬ÛršAe‹aŒúž·çì¥p¯ÕÌY‹ ªá~4”g&¿ËÞã¨`Gz=uhP¿.©Kß°¢÷ßÔèÒ•fe ~±«—ó¦í\Œ¹_Ç;ÚÆþk@ãu(˜CÌ®å9Ä)¼á .áJúM©ñ¨'F*ñhõr'û•Í~2ÝÐkíJ¾œ»~ˆˆˆˆˆ’‘[X,içÕXöEРXÄõ…ž5éõÎtF„:“°7’¿à䘪<2ææ:ÜŽ^ ÑâŸ~zŽ‹%½¾‚%)ã ?Œ"Éb…cÛØçD¥f!8_-ƒ•[Âæm치JHan©ÇÁ« …øS—S°Xìøuƒ]gˆN±âeÈý:î'òПLxõ:‘´r 9ÔkÔŸ!aËy-üQ´èMxß~´¯U§Ìî`¹KýʰŸ¯öÉzC™ ï9ç¢""""¢d$s7|÷]l ïÎ~Ë1¾Ö—“+Ð<¬N+‰V+VLTÿ5ãjÞxœÀ€¹(ΜÍP'€ {#XRS¯mÇ `¸ñûvkúº¬éK­·Öc²Ã„‹õúr£,–´ ð yX'OýÉ*~7Ä1§zéñÑ4ز„çÍäÕγ˜Ùñ}¾œÚo»¬ê¾ÓýʰŸ 쌒œŒ5«ã5Ž¥sÑQ2’Ù´ÒzC>â@ÙJµ«DÙ…oq°É‹ Y‹5ï´¡ˆoeJÙ§²÷8¼zTÁ5ã7à)éSÛ/ˆ·Þüžƒ_uÊ9Íd×ú}ÄÖ¯Ž €å"¿­ÿ ¼{èn¼yÝôß3^$ž±ýyYÇ>/ýÉ.±Xm«× Vœ ¨Ψ:Ýè:¿MÇNeË-é`—IٻЯŒÛ1šñ3ÃÅý‡‰N­†“1C›®ÅÃÆ~ˆˆˆˆˆ’‘ܰ/ÞƒI7Ðì¹çÓº3 ã™Þ%è<¿\_¦WØ#¸%ŸãÈõ{·£˜ §çÌ xæér´ŸÙ›g ¥W57Nm|›qßZ©5á;¥M–ïC¡Ûï&W¼ÜáÊoËØ°;„Ö峯×ïÜ>ý&ŽÒ!Åq³žcçÎÓ`L!'ã½Ó/;ê´ Æ:ñUFL¶Ò³¦/—·r*LWsšSw¶""""JFîaF£‘øøxœsxÖH\\&“)ËåÖô¯¹¯^÷`µZÓ¿q7áÝöM"–Ô$bôx~©7•š£V±Ðc4o½?š! ’‚ø×ìG…îm)êpý+ûkÏÛ¸öÍýÕ÷œy~9|™ ó†Ðgj*Žþ5h?ákFv+ŠÉšV.c=×Þ»¶ÜÊõ·ò¸x4·ýÉtö_„&/=O!ïðÚä–„-l–m½…/üÎÆ9ïð'ã(X²!ýfM¥©§á†~\Û9w§_·ì'{JõûˆgŸeâ¼g0À™Â¥kóX g°ZIÊM?DDDDäúô1“ŸFÀ4tÐÀ„³æpñÂù+Y»z%O†÷%&:*Ë2Ë¿XBƒ°Æxxzæk¢££Øñë¯DFnÍö†&“‰ZµêЪmû[Ú:ë‹m<Þ´²F„ä»/¾ÙÁàÇk*"""r×8»¸ðÙG éðxçlçÑ›7m¤eë¶9ÖwòÄqæÏ›ÇÌÙs¿x ˆ.¥¿.Üð{túòøôò)@*`ᆠïû##nîfÚ´ïH›öm^')11Ó÷õ-ö½«lqï\¯sàŸ3 œˆˆˆÈ=ìþ?MËjÍöˆŒ­ŒF)+&£îÇz/ú+‰Å½Z¦Z¬4¦DDDDÐd$Ÿøx¸rðï3”-îQ“GɧDäà?gð/ì¦`ˆˆˆˆ(ÉZ“ê¥ÙøËaV~ÿGÚÃEn“ÑhÀ×Ó•ÆÕJ+""""JF²æêâH‡†Á „ˆˆˆˆÈ]¢!ˆˆˆˆˆˆ’Q2""""""¢dDDDDDD<÷ýì‰ $&%Ú\Þ`0àêæzÀaþK=ËÆ7FòiÁç™=¬"Ίˆˆˆˆˆ<ÐÉHR"¿mßÎÖ­[r,k2™¨Q£mÚwÌ—%JÆdä2;W.gCžXî¥vYã9¾ýþ´«J³Êž˜®¾Ÿ°‹1 ›±°ô¶}Ôo“v¡ˆˆˆˆ’‘\ŠŒÜÊkcÞÀÉ9ûïââã7öUÚ´ï˜M©(¾ ¯B§¯Î_’¹•Þ`ð¨çh_®z$â}&a?ï„wá«6ßò{eÏëGlŒ)Bp±"8ê„E%#ya±XrLDœœIMM;5•˜3ç! / æØDEBDDDä?¡ïƒ³âþÕk×¢vÝÆ´ëý2ï/KPâOÌ]v”$€”3|79œÚ% áænÆ»b;"V#ÀrŽ #[Sµ¬îîfÜÜÍx·døÒ#$Ü¸Ô ü<³? ËI¯£5Ã>þ“+W/g±œcÃÈVT)ë­ž€š½™¸`ý›WÀÛÝŒ›¹$µŸšÏ®XkÞ×ɱ?ùa\êùáænÆÍÝ‹ê£woK³«×ǾŸ¥I WZ½ÞåhüÚoYԛ‰E½y´¨GZYϲ4ø>»oìCêE¶ÍHã ï´2>¡ôøäÉé‹ÿ}·QZÿÝÍTzc‰)3»¶¯n›ˆÉÕ>Éaßæª_""""/=ÝÖ@,‚+ðoTâØ1®5ífÚþæb¦[ØùÞ‹¼Ô£3nÛ¾gä#±úñ'~Ž÷g7À#å ‘ "˜Ð¯;E*üÀÈ@ ]“ÚÐrâ†Ogq-7N¬›BĦ¶þ²^E±³ÄrèÇ-,ü<¼ÛÏøý,ý"ã_øŽ°çƲ`DÖ}Ÿ22âEÂKÕa[D0ŽyY'ÇþDóçšõì6eÁ¬æøZ£ˆõ.cŽQ˾ÞçíæÑ{È'¾ÃªÎA8Gå˜c™w2áñh"æöÁ¿°=—ÿˆ‘#†^¼[GáH»'·¡ùø“Ô:‘OÊcwñ ¡^ØsNóXöBŽpö*…ÿf؆­û$û}›t(7ýQ2"Y°$ÆpöèVNyƒ_ðg@ë28^ÜÌ„¹ ³ƒ©ýJaÔ*oOäºN,Zq”ç‡;àT¼Í›„á 4¬dáÛÀA¬úá4/Ãty3fìÅ«ïZ>y¥U£Ð‘Jô0‡?ŸOhúìÕ©x]š…ÕÕz„ò K»ýM½'»Ñ¦¬„…»âKlø…ó/ãOî×ñ‹²±?%Ò²Q]\mŒ5‡8 l|œ‹¸R·a3êUñÄH(Õ³¬Í€K¹–<^.ýÏêåHX¹„ðïvýR…£63~Ú¼ŸZÇ¢q5ÓâyUú! ÇÂe ¹~ÍHJ†öæjŸd½oS/ç¦_""""/¦••=£¨èiÆìU”²5Ú1ü[¼·‚±Õ\H<ÉÞxØQÏôSuÜŠvbù8äµӂn ´¹…áÒÉ(R€ÄãÛØçDÕVå¯Oœ…©Ù6Nmc×¥ÌïGåäWO.s2*ýÚ£+þÅÜàÊb²¸&§uòÒ[äT¯]…Œhj`Y׊Ôîñ üxœø,︜ȉ5ãéQ?ßBfܼBò“ãH²\g•ÇBnNDrÓÞ<ûÖ9WýyxéÈHVJ âó÷;ãoù‡Ï…379”6MJál€«+&jO]Ï´:7N} Ø›‹á™LCí`kêÕ ­kÚ*71ܸ,3&{ŒX±X¯¯a²7‚Åšõ£SrZ'Oý±ANõ:9óôÒ½4ýaóޙΰÖ3™ÔåC¾Ýß #3éà:w›Dtç7ùpJüβþÙNŒ¹Ú'«%Óxæ²ÁyÛ'÷­Ó#6÷KDDDäa¦##Y)P”J¡„VkǸ%Sixz.=Ÿ]ÅéTpô¯BY‡TìŒÃ¯\ W_å(íãlÓ|Ø1 &!Î ü¶f±Wß´\ òëýà[ …îÞ®ÉþdLBl®×àL‰}¿4’íã+rrñdVý›rK• ‡`?A Õ—fÕÊS¾R5B}oèCUÊ:¤ÅóÊ-£Ü7Gˆ»—íóOòuŸØØ/‘‡™¾§µCÉ^Ì™¶žª†2¼cM>lÛ˜QO—¤é¬žtu}…MËâž|–‡L4}º%m˜³ 5äåÁÔŸÜ‹ÞEÆ1°–Ç×Naäh0mœ¹åš†;ÅàqûýIMnøš!&r)«þ¡SÅìë 8·Ž÷ÖÄQ®b Ü-gùeûipÆÓéÖ :¯AI&0ÿ­…” ¯‚·S,{Ï%ßЇFŒPŠ&3»Ó½À«ô+…KÜ¿œv©Ï ý¨âBÔêñ¼ýÅ Ô)pž,5éÞüÎì“ä“¶÷KDDDDÉÈ}Îh4sω‹‹Ãd2å)LþOfâ'U:|[ÂfPÌZVÅ«sGÑsv2P¢uP¥OJ:ØR§3¡£V±Úu$ïüRq ¨I×ië^üîÞyÉP·ÝÀèE«×‡Sï©é {£-—´È¶^Ÿó¿óõ´éŒ8‘v…¹kéF<óþtÚ¹uÒî8”Ofžbè„Ñ<ñYbÚ{n>Th烓!­Õ_[à Q¼:ûºOOû"T¼˜a•i4a&}{`ÒSÀPˆJýÒ¡Yñ;²ORrÑ/‘‡™!“ŸFÀ4tÐÀ„³æpñÂù+Y»z%O†÷%&:*Ë2Ë¿XBƒ°Æxxzæk¢££Øñë¯DFnÍñ†&“‰ZµêЪmûlÛ*""""r?svqá³ÒáñÎÙΣ7oÚHËÖms¬ïä‰ãÌŸ7™³ç~ $’v¿ÒX ¸”þºpÃïÑéËãÓ˧©€®]Šk½ïŒ¸¹›iÓ¾#mÚw´y¤ÄDÐûp?g›”F]VDDDDî3÷ÿiZV«Žr<”lˆˆˆˆ‹ŒÜÊkcÞÀÉÙ9Ûr ññŒû*mÚw̦Tß„W¡ÓWç¯É\‚ÊaO0xÔs´/WWy%²gjOžýÂ!3—Ѻtx·žñûY:úEÆ¿ðaÏeÁˆ¬û>edÄ‹„—ªÃ¶ˆ`ó²NŽý‰æÏ5ëÙmÊ‚YÍñµFë]Ç£–}½ÏÛÍ£÷O0|‡UƒpŽ:Ê1Ç2=îd¹ÂÍß³Ïã9̨GÒ¿l_4‰ ýq 9’Eݰ³dÕNb}u?×™ÌÚ·jQ°3—Ä…íÙö0éP.ú """"JFrÃ’ÃÙ£;X9å ~ÁŸ­Ëàxq3æ$d̦ö+…=P«¼=‘ë:±hÅQžî€Sñz4o†+а’…o±ê‡Ó¼X ÓåÍL˜±¯¾kùä•ZhTBG*ÑwÂþ|b<¡é3Z§âuiVWêÊ7,íö7õžìF›²BìŠ/°áοŒ?¹_Ç/ÊÆþ”hHËFuqµ1vÖâ4°ñq.âJ݆ͨWÅ#¡TÏ¡N§âõhÙ¬®@“ ñoÊñóØÓq,•ÒGsÆvZ/¯³9Övî%  ¹ÞÇ+Ù·'õrîû """"itšVVöŒ¢¢§³WQÊÖhÇðoýðÞ ÆVs!ñd${ãaODe<ÓOéq+Ú‰åWàü‘ ™žÎc4—"°0\:E x|»ãœ¨Úª|ÚäÀX˜šmáÔ6v]Êü^MN~eðä2'£Ò¯}1ºâ_Ì ®œ!&‹ËarZ'/ý±ENõÚUȈ¦–u­Hí¯ðÁlj·æ&•ö!¬Cÿ™=QYßÛ*¯±¶…óíöADDDä!¦##Y)1ˆÏßå>ÎÜäPÚ4)…³¬V¬˜¨=u=Óê¼a%öæb¸p&ÓP;˜ÀšzuâkÅš¶ÊM 7.ËŒÉ#V,Öëk˜ì`±bµæq<õÇ9ÕëäÌÓK÷Òô‡EÌ{g:ÃZÏdR—ùvv;|m™×“mÇXÛÂé‘ÛˆˆÈÃJGF²R (!•B ­ÖŽqK¦Òðô\z>»ŠÓ©àè_…²©Ø‡_¹@¯¾ÊQÚÇÙ¦[ÿ:Ô$Ä9ßÖì!öê›– D~½|«S¡ÐÝÛ5ùÑŸŒIˆÍõœ)Ñ ã—F²}|EN.žÌªSlÛŽå¿m8>•)çn¼»±¾1ó»>ˆˆˆˆ<ÄôÝ­ JöbδõT0”ákòaÛÆŒzº$Mgõ¤«ë+ hZ÷ä³8d¢éÓ(iÃÜÖP¨!/¤þä^ô.2޵Ü8¾v #7@ƒiƒ¨à Ü¥ù¬Áãöû“6šÜð5CLäRVýB§ŠÙ×pnï­‰£\Ÿ[ÎòËöÓàŒ§SÖLØò6oÌ¿BÓ2ß8ƒ—×%QeÜÓÙÆ+_c¡í oçÃ\öADDDD dÄh4sω‹‹Ãd2å)LþOfâ'U:|[ÂfPÌZVÅ«sGÑsv2P¢uP¥OJ:ØR§3¡£V±Úu$ïüRq ¨I×ië^üîÞÉP·ÝÀèE«×‡Sï©é {£-—´È¶^Ÿó¿óõ´éŒ8‘v#\×Òxæýé´)’ÍDÞ1Èé˜}<ÌÁt³’)ƒÁánÅ:CDä¡""""’6 Íä§0 40aƬ9\¼p>ÇJÖ®^É“á}‰‰ŽÊ²Ìò/–Ð ¬1žžùÚèè(vüú+‘‘[s| ¡Éd¢V­:´jÛ>Û¶Ê=(åof×åõâË8üyc›ïè%"""ò0rvqá³ÒáñÎÙΣ7oÚHËÖms¬ïä‰ãÌŸ7™³ç~ $ñ@, \J]¸á÷èôåñéåS€TÀÂõ«}­÷ý‘7w3mÚw¤MûŽ6¯“”˜¨úrs7gþA‹º¬àˆˆˆˆÜƒîÿÓ´¬Vå%""""JFDîÔH-Á Ÿ/3H‘y`è*[Q2""""""JFDDDDDD”Œˆˆˆˆˆˆ’%#"""""¢d$ç 89;)â"""""wÉd"99£ñÞ?îp×Zèæn&>>{{ FƒF‰ˆˆˆˆÈHDìì8}ê$nîæ{¾½wí¡‡AÁü¹j5káí㋞·(""""’Ÿ’““9yü~Ýþ ¡¡U”Œ\åëçÀ;w…ÅbÑhÉGF£7wwBC«àãç«d$cBr5)‘‡ø?ÅÌYƒ) $nžÊ'‡¯ÏâSO-¡ß“SØp -UG`°Ã.ö§’ÝðöóÆ•$Îî^ɸ®ƒYqÖ)§øqÍ/<}…TƒÁzù/ÖOéJ÷y‡ÉxÖYÆúsÓ%#ù!å˧}C<Ø/œÊ»ó¿Gö3ïÝ߉K/–|þ/Ž¥”côª­ü¶ë gO® «¯1ÛeÙVÖ‡§–ýÁ_û÷³gÝH*88S}ê.žø“-Ö³eË\sâ·²zü ë:Ófù!þ=}OÚ¸ðûâï2å¹µþÜôADDDDä~sW¯ù÷Ô)öïÛÃåK—èðxçLË%þõ)³¨ÊÀ'Já`g¤íÀº¼4à'N/žÍO¯T£™Ù€Sé6´-1“ÙÿÅÿÕ.Ég{1è…a„×ñÉv™)Ãö²+›í´?ù_¿Ö—ggmãÜM ¸ŸÉ±ŒT+«þ€Kǹ” ÙTŸ›>,ÿb‰F´ˆˆˆÈCÌh4âæîN`P¾~~JFnLDvíü ¡•qvq«•‹.àá陡d¼÷Gø•çÊæ¹Ǭeö·çhÒÑ cê¼ñÝF‚§Nfæ{ëøkÓ<^Ø´”?Žäƒ¶Ù,k”a“ÙÔó~m#¬XoºÐÜÊÅ ÃxjÖ6â)C×1ÏÑØóŸšÈw1iËoeÀäžFX-é%²ª?ûv}ÐÖë–„¤AXc}EDDDbŽŽŽ$$&òkäV ðñóU2°ß^ÊWz”..¸,ˆƒáÖ‚1Û™¿ìLÚï®Þø4\›üÇý{†(ùnî:NµëE@ê%ÎPžãÑsô!Þo_“ç·^bý’=Ä·°':«e“‘¤¬ëIsÃì$žcמó¤T À”’„ÅÎÀŃG‰(÷$/îÁ#–=üõÖÕdÄ6ǬêwÀ”M»âÛz‘ñ¾b·&v""""ò°1{xP­fMþØù»’‘«¢£.ãR . boŸÕØV.m™ÏêË!Œÿa3CJ]-›ÊÉZ2t–Èù¬<Ö>ÆÓ°ñ|.)Š_ÁdNM{bˆo 7©»²^fÏé›¶Ÿ]Y7ZU6±nk*‘Ï”ÇÿWRRkðáŸ_Рò£â/.ý5†°š«öHàà?¹ ŒKP–õ7>œ]DDDDDn•’’Œ·ÑQ›ïù¶Þµ+¡- X­ØÙe“ÿX.ðýüoˆíCÛb7N¹Mø6ïK;€Ý|ðåQâ-î–2“|î8GŽž&Áµ úÏeѰ LÙ,s̰ÙÔìÊšè¶`!ƒëàÄGÅ`çåFll ®u'²tB*û:}hÛ~ÙˇB«Ø„Ú¾¶&›úSsÑ«%mÎm±Xîù¶2ùiLC L˜1k/œÏ±’µ«Wòdx_b¢£²,³ü‹%4k¬S‰DDDDDî0g>ûha–7ŒˆŽŽbó¦´lÝ6ÇúNž8Îüyó˜9{î×@"ÄÑÀ¥ô×…~N_Ÿ^>H,\¿¸Úª{ÄŠˆˆˆˆÈBɈˆˆˆˆˆ(%#""""""JFDDDDDDɈˆˆˆˆˆˆ’Q2""""""¢dDDDDDD”Œˆˆˆˆˆˆ(‘;ÁÊ•=_³æ`¼B!""""JFänIáô†—iVÿI†ÏÚN”U‘‡(ILH ::ÊæWLL4 ÇÞµD³ã½Wùî^îÄq‹¸__£E¯Õ”·‘Ÿ§ÔÇÝðß·é’z–cûÐgê.ÅJDDDHv÷}2’”ÈoÛ·³uë–ËšL&jÔ¨E›ö‰‰Žº; ´Æs|ûüiW•f•=1ÝÕdä"ÛÞ›ÉÅ2z@p¾WïRñ9–üÁ#.î‘6e»+âö²pø`ÞX¼“³)@]ñ] IDATàRõ56¯yž@Ç{5¹ÌΕËÙP±/€øHž)ßœU­cïÌš8ß©í&ìbLÃf,,=‡muÀÛôïÿò³#"""JFl¹•ׯ¼“sæÓ³K—.±bÅ ºv鸱¯Ò¦}Çl&@ù²e)zGO`×ÿ£ÄíF(a?ï„wá«6ßò{eÏ;7¼k3úôøl½u‘±Á"Ž­lÛ½™¶²gjOžýÂ!3—Ѻ”‰–¢w¸Ÿ‚o“=88ßáF R,(„àbEp4þ‡ãûAû숈ˆÈƒ™ŒX,–,‘cǎѽ{wŽ=JÙ²eIMMÕ^ÏEŸâ½Yñ½áëj;` Ü«íM½ÀöoãP1/uo|&L9}ZÝñ7;P¨¨ùÎ~pJÑçƒMôÑ(‘;ì¾€=::šnݺñ÷ßAíÚµó¡ÖN,êÍ£E=ps7ãæY–ßgwlöWoÿûn#¼Ý͸¹›©ôÆ>Ó'È?ÏìOÃrEps7ã]±5Ã>þ“+W«ŠßÉÈ 3åFì¸~Í@Ì7<^ÄLw‘rm¢}‘m³Ò8È;­M>¡ôøäÉé‹6 ¦²OÚ¶½‚[2|énêÒ¾›Ní’…ÒÛÑŽˆUÇÒÚ˜·2T«S‡ºu¯¿jº~*Ímµ)‡[γñåvÔôO[în¦hÕN¼¼ô/â²Ú Ö$â“!é›.¤¯ãÓs3Wrê¿å"?ŒëB ¿ômyQ}ôâ-çØ0²UÊúãž^_@ÍÞL\0‰þÍ+¤íksIj?5Ÿ]7޼Äú*{/*V ¦b…"ØÛ'kû>~–&^i˽ÿŸ½û¢j8üÛšMÛl: „©B‡„JSÄׂ"‚?EPADT,¯¯‚¨”¢B@z¯BªJ²›dË÷G„d7 Ÿûºr‰;³gÎyΙÙy¦†Óé•íc©¬iæ“Ì3à7hYöæ-u|ÛëÿY3¾Í¯ƯıYBÙB!„¸s¨ï¤ÆdggãêzíØüK/½ÄÉ“'™0a£G®¢¥¨ðj|?ç=LM é»>güóÏ0¬vk6Oˆ¤´Û¼úÏgɳÑ8¡ÀÙ/-&öLïM÷7Γ0nß´Ö“²z&ŸèÌqÛV– v°sLìÑ›®SOÓvìü7¡6êÔL±~h8W0KpOƿںºt¶}üSŒoÌFÆGhvLéÅ=³Õ {ófFYÙùñs¼ðà}è·l`|d)-²Y0›Í×"¨ÔªÂ{G*[';1¶^æÈú ôzŠïµÃ+ï,Û¾žÎ´G;r$?‘¯•;uü V½ÕW@m¨ƒ‹½ö×ÏdßÊŸØkË‚9] °eí_'kÇ6ýÎQŸ§ùôÃŽx±xÒsL}öWžzÏa;ø_ÆO|Ža¡ñl™…SEc}•; óדààXT›ÏCO|‰rÔû,¿/猿Hr Bä•1­8Gæ½q|ÛëÃlŽmú#>OñÉÜöx™Ï“¸`"Ó®%—-„BIFn9_|ñsæÌañâųiÓ&–,YB\\cÆŒ©Â%)p ï΀ðÂÿmŽiÙ"†ýº—Ì"ñ-åNn'ŸzDEG_½îÝ–¾šiïÀoø*¾|©5n›ãy¢ç}À¾{§ë@mléë™úî~üYÍ×SZ”sEa¦  ëÁý½;á´1³võ(–o<dzµP¥®gÚ¼£DOÞÁÛ†¢Z7иº?_/ý‹§##(ñ…“hâ?©ÈLÙ¹‰'C5•®“Ú^Œ ?ÖÕnK÷.qîêÖš÷ÄòÄÔùìï÷t¥ x:DEGã~%~©+Ënÿ¸‚‚t!èÞ±ÍÕïaN+¬Cº$´Å¶Äò3‹¤íƒè¦…„h²—~ÇÈ5[¹øBŒuÇ¢[z2©¸Ó¦CÚ6õFI,- g5–1­8‹ó߀Ã}Øõ®Ü¬ü1ºÈ8(½l!„BÜî¨Ë´RRR0`IIILž<­VË›o¾‰¢Jå›KÊÊ©<Ø.ŠOz¿XžøÍ ¹9äYËQJòöæèhÖ³Áµu¥­îŽ€3[Ø“f-W9M{D_¿Ó_Z‡{„î i§30¹§9`„ý›à]x)Œ>¸?ß_†‹'.]½¬êµGñåOkùe]á߯ XS]%uªPŒÕ5Hè ɰ?ÃñލpûK  ¬‡7éœÎ(¼/IéNÍZz¸|ž,KÕ.Ë‘±è3Šç;+X2°!q¾Ä§›’1^%UÖ´âÊ3oeÖ¥!”Ÿ¢ã@!„wº;æÌÈ!C˜0aݺu###ƒ¡C‡Zµ—uäý€ûM'ó¾7ùlf<Ú üôŸþL.÷ ÿlØ€âÏÄU\7M‰Zæ¼2vÍlÖË)«Ëµ*°Y ÷m6l¨ˆ{û'Þw»®&C-\J+Æ­6 ›5+ùic•¬SEc|5ç,O_ØmÿyÇËRiPbÃj»V†J£« ›­±®èXÔÕç±Åè¼ñkæ¿?‹gzÍfúýŸñËÜ{(kÚ YV9æ­ÔzRll !„âŽwG2dÓ¦M#33…BÁÈ‘#«|¦ã9D$#' §Kó4hԜ؀2®õW:¡w‚œ´Šîb9µ"ÚÙÄö•ûɾò¡õ‰?‚€Äx*Am –'\ÃØi“¸÷«‚²jõ5ˆ¹§º’m+ tœ6›áCŸgú#ýAáI£GÒ·Gmb',g…ûx&¾ÿ8}§Yеbà»?1eXíÂN-a£¿â³óc˜8g g8ãW?ž~u] Nk)ÜhñÊJ–zMàå¹Ï2x–4¾4ó }Ûz9°‡ìFËÉ«Xê3—çM`ÈÜ|Àà6#iúpÉHʧŒì÷i±[óùÉUôñ¬\´vb|åD“‰ÄY#™›lC}'/cæèúå» ¼¢í¯P6RÎe)ýèùê8Ú>2‹g^ïI÷EÝð(GœÌwñ㻳x>¥à!¼îu;òä'³èí«Ä¼»ôiÅoØ(«(e|ww°ËŒWÉeK2"„BÜ9%üW ¨ÆŽezoΤ^ºh·U+–ñÀ°ádef”:Ï÷ß.¢}B'¼¼½«´™™ìøóO7Û}¡¡J¥¢uëxzÞݧ̺Š[œù$sÛÅòjí%ÿ_§kO¸B!„8»¸ðÕç é;à¾2÷£×¯[K÷^wÛ-ïtJ2ÍŸÏì¹ó~r# di…—Šü;³pº±p~3`¬\;,i»íÏŒè= ôîÓÞ}ú9ü¼Ü\¡ÿ2zCÉ+aFºG!„ârû_¦e³ÉYa—$B!„’ŒQ£6„Ѥ3Z"!„Bq[SJ„B!„’Œ!„B!$B!„BIF„B!„’Œ!„BÜúl\Þÿ#+%BH2"„Bq³˜9·æEº´{€qs¶‘a“ˆ!ÉH5É5™ÈÌÌpø/++Š_OÛ²ØýÙd^˜»9F$dÜýC,XûÚÃ<üö‰‡]ù¤üôkOçÝq­Ž±\Ù2oçñdÍdÇÇ/1þÃÕR÷œ?_¡ÛЄNYË3Ûá¡øçë$„¸S“‘¼\¶oÛÆûï½k÷ïƒ9³Ù¾mîîúáNP:‰½Ã¼Õ)äßÊû®9øttõ¼ è= ø ü™ôó?08ÔŸ¯ì¾ù?6#É[bÕŽKXŠ~nÚÃäV5¨óÀ÷œ·Üé E)1¸Æ]ñþ*­M•i«ƒñعì{ÖìËÀ `LäɺêŒÝR½c»<ãµ:cPž²óN²ì½çé?˜9»³°Ug\‰OuŒåÊ–Y¼Ý7sÝ®t2’Ê–góéú³˜«¡x—†O±èÏD¾x¼Õ­Q'!DÉ&&næ•ɯ£sv.qzZZK—.eàý÷3åµ—éݧ_¥eðó°¦ôÿáâÕOœ¼ëßA£žàÁøheÜTWjÉþ·‡ðŸo=xbözÕuEë›nõ¢¢Ñ„¸¡ºÙU2âýa÷óCï_ØÕÄ›«#LéF­Èh¢jùât§_ìXZ n«Ã.Åú«´6Ýô¶jÐi@묽¹íÿ§ú»ßiëöuÉU*ßuå¡Í%tqû¯IZÖá¡H!$¹)X¬ÖR‘¤¤$Ì_ýEXX‹ã?6 Yç/BÐpÌíG ëeþ>¹‡_}ÄS=æ³ðéïYúr<žr·MÕ³\bÛÏÇѶû†w*ò£Ïk+~¹µêª åáO×ñ°ôÚíáVí/µ5 Z<ƒ Õ»1¾]Ç«6Î//gÏ£ih}•ÕWYŸï,Áðñœ~9z¥öŠÂU"#Ä-éŽÞ¥ÎÌÌdРAœÏ¯3†Wǽ‡ÿ†÷0qy¹Ö¿Y3¾'MÃjâáQpÙQP«‡xcÁtFtÁßÀÞP‡¸G>bOö•ͤ|ýƒ½Ð{Ð{‡Ñ~Ô'ì½2Ýú7kÆ÷¢YXàÕ2ý¢º3nñ LEëŸ{Š¥/õ¥a‚yjµÎÂÅÚXVÝKLRÙ2w"ý êV#–¿L*¸¼Àr‰?f C¸oaY½xæ‹}\¾Ò,GêmËØy?ßOPá<5†¬çòå 4ÐüÝc˲¦²qÊýÄGÔÃÓv`¬Žx:ûaÇ‚ï{hôúArÍ'™gÀoÐ:²Š$S•ŽÁ ʪßeÖ?R }Ý'ÙRäZ”Ë›FìÃË{LU7žJŠAIÕ­®q7o4£jö·µbÚ3ð­Âëä;i üù×.ÉÉú™¾â?L*¸Ü¢¤þ*£M%~^æº^ʘ´·ÑøÑ°a c|Ñ82m9üâ?ÜáW0Ý?œN¯l/XNYÓŠ·¿¬yKÁÍKE—åMPL]¿q½¬²¸–4>ªc,WG™o/JWbØÛž9²ÞÙûÝLëÆÐ¤Fã¥"ñÐ×£y|~t'5&;;W×kÇ>^zé%Nž<É„ =zt%Ó6qϾÎ=ŸÜÇwlfZ‡nÈaÇ”^Ü3[Ͱ7¿af”•?Ç Þ‡~ËÆ×ÏæØ¦ß9êó4Ÿ~Øoã!OzŽ©ÏþJÂS¯±àù lÿËø‰Ï1,4ž-£pB…Wãû™8ïajúhHßõ9㟆aµ[³yB$NÖlŽmú#>OñÉÜöx™Ï“¸`"ÓŒoÌFÆGhÁ–Éo/ö`È3Ý^˜ÇŒ–ÒvÿÀ;S¶iºG: €‰½3zÓuêiÚŽ}ƒÿ&ÔFš‚)Ö &öLïM÷7Γ0nß´Ö“²z&ŸèÌqÛV– FíH½¯ Êø¬z«5®€ÚP¶]_k&ûVþÄ^ÃXÌéJ€-ƒlÿº8YÓª>Þ…‹ôê?Ÿ%ÏFã„g¿P´œ½!>Uƒkʪ_úÇáüí~:žK«N€‰ÃË7’á×^õu€­òã©ÔS-ãÎÈî7{ÑåÍÄ›Ä'="ñ´üÅ7ÏŽcѦ3ä?×°R—–ÜØ¦¥|no]/eLÚ­; óדàPG¢86Ÿ‡žøå¨÷Y~_$Αä„È+cZqŽÌ{c T7o,9¸^VU\nÆX®–õ£jâvc8°=sh +ëwã\áYŒžŒµ;uuélûø¦\7^*›³Ù\ä¾*µ E•ÔÉÞzp™#ë7pÐë)¼×¯¼³lûz:ÓíÈ‘üD¾tgíx !ÉÈ5_|ñsæÌañâųiÓ&–,YB\\cÆŒ©’e(Ü£h_–ßËù¼nx\^Ï´yG‰ž¼ƒ· E´n !qu¾^úOÓ «Ý†. mq§-±üÌâA'iûÀ z‡i!!šì¥ß1rÍV.¾EM•—ðî /\h‹pLË1ì×½d¾‰oáǺÚmézWî@‡FV~‰Íòçx6¢ªÔ_™ñùi‚Ƭ㳠M vÖÚE“±äkž¿²­NµS÷Ȉëvléë™úî~üYÍ×SZávÝ´ÕL{ï~ÃWñåK­ ¦ulŽç‰F ŸöûîJ¬Æ~½¯ FµG¢¢£q¿z¨¿äþÐ…t {Ç6׿3§U[¼|ê}mÇ·ØÝ¶ôõUƒ"£®Ìúù´L¼ÓP–­>Å„ahMGY¶êÞ]î%ÚÙþ÷OêÒbPü÷¿:Æ]Ú¦½wß!KY>«}ÁqÌÉŸ6ŽEU°NßÐ&cÉŸÛRW:¶®“åßÊ”Ù_néɤâN›]hÛÔ%±´¸Rõ2¦Ýp²ÉyKêï›5–ìŽ[EÕÆÕ÷fŒåj(³ªâvÃxwd›î@ÔËúݸ² Õ…õàþÞpÚǘY»zT‘ß² ÆãÀ$šøO*òASvnâÉPM¥ë¤.Ç6µ{—ޏwuë@Í{bybê|ö÷{F:ÙùâºãýwRcRRR0`IIILž<­VË›o¾‰¢*å[ä4kîéDaÿÄ&xžŽÕ÷çûËpñÄ¥ŸŽ¢ ¬‡7éœÎ(¼wEéNÍZz¸|ž, @.)+§ò`»(< èýbyâ7+äæg-í¤M(>v:3{z;GótÄÞ^ê}yëž›¼…½9:šöˆ¾~ã]dZ³ž ®MSúÐêî8³…=iV‡ê]ª#Þ%ƳÚbPvýÞñ<Ô^ÇÑE?r*r/ãû$z>ШðúèÊ'‡cPã.e3{:ZömêØ£9«IEÖõ .©ÌþrŽÅó,ظ_âÓMÉ ·IeM+®<ó:Z·ª]Ç«f½¬hyÕ2–«¡ÌêŠ[E·g”ãw£ÄñâB¸wÑß² Æ£ö(¾üi-¿¬+üûu!kª«¤Nбº }#!ùögXBÜ¡gF† À„ èÖ­ :”ÐÐЪËC2÷ñëqе‰Á_ ØlØP÷öO¼ïvÝÑ)¡.œ¿±•%6¬¶kóª4J°Ú°Ù ïèÜ7h:™÷½Ég3ã Ô^à§ÿôg²­ìnÔªÀf)ÜÈ]I¾ÊúŽÝºŸßZPœ¢ä ­¤iŠ¢Ó©wu¨–x߼حŸÂ‹v#ºá>àüpâ1z|·˜“XØØÕ±ïWe¿T˸³D±¬DD¡D­s^5>Œ³"ëzØí/]}[|€Î¿fþû³x¦×l¦ßÿ¿Ì½‡€²¦Ý¥—c^GëV…c©êÖË –Wc¹:ʬ¶¸9°=sd½+ówÃñRÑx¸Õ¦a³f„¨«¾NñÕc¢r߈7&ýwRc† ´iÓÈÌÌD¡P0räȪ+ÜšÆo3&±<Û‹¾·ÆpªÙ”0­…#;s "âÊ_8uk8S‘¹¦ã9D$#' §Kó4hԜاr•áÔŠhg‰?ì ³” _yëîT³aZÛWî¿áª©+ËÛ¾r?ÙWãu‰ÄA@ bnáGÙ·Ò ½ä¤å”ùÿêŠýñ À7Š~GøâóøäIÔø!8WÝx*o ªvÜ5¥¾ÖÈ®µGJ¿\m –'\=\y8ž:€„ÑØ^Ȩ)6F¶ Ä)íRò(ý½4¥µ©GiŸWѺ®Ö`€¬ÄÅ,ßMÿFÞ×Ý4n¯¿òO¯æã•9„7 ÁÃz­ÛÎ6 o²ÌiÅ•9o)±¹7ôæ¥rÛJÆõ¦lC«¡Ìâí¾»¼q+µ?Øža½+ów£­¿eåÇG ~¿‹nÔÞÄ´ŠÁ§’urt,™~‡×?ºLçzZ’׾Nj«óh:å±ÂØ !î¸dD©Tb4q.|×È!CèÚµë óåää RÙymžB…»Ÿ7l^ÈÈ~ ¶×^¡Ä¶ĬUcy0Îÿڜ–“W±Ôg/Ï›À¹ù€ÁmFÒôá26”eýVGŒåËÙg;m÷~UððB­¾1÷Ô@§ÀÁS¼Î4zak¼&1é½—º PàÅ]ñõ/oÝn´xe%K½&ðòÜg<Ë_šù†¾ ÄNXÎ ÷ñL|ÿqúN³  jÅÀwbʰÚ%>ÍçVa7Þ §ÍføÐç™þHPxÒèÑ…ôíRû†˜WG ìÖ¯àXáÃÆÒbæÓìïþ4}‚ÔU;žJ‹AÚhÕ=îô´y}%_8ÿ‡Io ¿<ÂZPëºù´„þŠÏÎaâœ1 œYP¿úñô«ëRòéßRÛÔ¾Ô¶Vɺ®ô£ç«ãhûÈ,žy½'Ýuãým¾¸‹ßÅó)ç‰ÜëväÉOfÑÛW‰ywéÓŠ'Âe•¥Ä¦ûÍKŽûª‹ëu¯†±\eo÷7åŒ[ýa{æÀzWÖïF[/ÆKcS>ed¿O‹}ØšÏO®¢gåêäðXr2‘8k$s“M`ˆ¢ïäeÌ]_^š,DI«z ÿUª±£G™Þ›ó©—.Ú-dÕŠe<0l8Y™¥Îóý·‹hŸÐ /oï*m@ff;þü“ÄÄÍv_h¨R©hÝ:žžw÷)³®Bˆ[˜9™ùbxÞKÞ¨,„¸Õ¶O'™Û.–Wk/áøÿ:UâÉzBTž³‹ _}¾¾î+s?zýºµtïu·ÝòN§$óÑüùÌž;ïG —‚gPf™@Záߥ"ÿÎ,œn,œß Xk‘ÔÝvÛŸÑ{èݧ½ûôsø;y¹¹2B+çRrFºH!„B”Ûí™–Í&g9nI8„B!„$#BˆùV+˜¿¥3B"!„¸å¶O!Œþ#Ñ !&ϘB!„BH2"„B!„dD!„B!$B!„BH2"„B!„’Œ!„B!$±¿ ¥³N".„B!D5R©Täçç£TÞúçnZ õŒF#­…R!£D!„BˆjHDÔ-çΜFïa¸åë{Ó^zÅŸ‰[hÞª5þ5P«å}‹B!„BT¥üü|N'ŸâÏm[‰m*ÉÈìÞ¹ƒÌŒ ¬V«Œ!„B!ªR©DïáAllSjH2RÞ…¦áAxž5ñ¨Ý’{_[MÊ•Ôy'Y4acëàU8wäƒ,>có6¼û(íÃ|Ñ{0Ô‰cð?s¦èÁí¼³¬›ù"ü ÏÊxÞ’O-!Å w1kÒl¼û3wæy¤¬ú?4¯‡‡½‡¡-àÃ#¹E =ÇüŽ5 Ê ÇŸÆJÖóJ¯ž= hÜq3§0¼c>ô†Pâ™ÇÎÌ"—9ZnYñ-«MÅÙ²øýÅ.DyÖÓzm†2}ýÌ€íâb:_wæ+ÃÓ›Ì÷'Í,/ÿ<f¤cdÁ4ÏÐ8N^Æ £­â±²Sï2ëtÃø(ˆû¦Ù£èpµ~¡±´4ƒÝÆrÄÁ‘ñ+„BqPß–µ6ŸaÓÊ­5 ®ZÙé‡ùiæ@{mgÝuÑäà‡OWî¬:áêb!Ûè‚¿þ2›&ÜEïùI€ïOÒÏ`Å´{9hü•?&7ÆÙšÊÚgè÷Å9@Oh8îi‡ùëÜa~ûy—Ìý *V%Ë™E<úÀLþ°€Â;„znÙ$Ÿ¼„›ûõÇÄUžþøé¨C|qR•©çuqpÆYa$ûÄ/ÌíN ÈMeï·/0Àµ{Þk«-£œå–_uYm*N¡FÄ™|=þNäœ9Ï…½Ë˜2ÐHÝ=ßЯœ)ñ ˳¥³á…»è½ ¹pT+°\:ÀÊ·‡òûÑOØúY?*«rÔÛn lüöbz~x²àÿµ®¸X²É¹t’]+ד’?ކŽ4Þ‘þ“íšB!n·ô™‘³vÄ¿è=#=WqÝÎôþþgÏåËÞîìúæWÎYŠÍóÃqΞ½HÚ‘÷i™º˜—æ'µ»æ'çØ¢{ñŽ/üí9ê^ùâàL§¹{8¼s3«ÿ¯I™uÍ¿x˜$ @8“–ofûž£\8½”EC\ƒG–ìæð¡Cì_=ž]åêy}Žr.y5# —ôèΞObõc5ø{í ŽšÀœ\ÞríÅ·¬6]+§ÅÛûIMÙÇïk~â÷ßçÑÃ0nfÅ!c9GÅË3'/æåÉ€Žv3·qþâ}Þ/ cùd>:”[¡X9^oû10'/fÒ‡'%±“~áô…Óœøñ¼Ê›‡—«ÿ„B!nm7õÌÈÙ3g8tp?éiiôpŸoèpuSså@³Þ[‡¢Ä”Ê‹& ¡°|7¤%“–Á%̦Òj1]Ç’˜Ý%˜ÙEgH?FR¦•FÇ7p@Õ‚‡{£ÁþÓ›tu{swÈlæž<ÌÿÅÕá«NCýì3 ‹¯QîŒÏÑzâvý÷nQt W3ÿŒ™Ë—ŒØîDwŒ@õÑ9,™çȰ€©å–ß ò4(ÿ ?¾2œÿÌÙÂß×M0‘n¬ü“±ŒGÖq@Õ’ýëã¬çÎÐÍs _¥bã¾ lµË«ª¬÷ÕþT¶æ©áqW@Eò‡úÏåÆ÷ý·‹dk'„Bü (•JôDDF(ÉHÑDdÏÎíÄÄ6ÁÙÅl6R/]ÂËÛ»ÔïŒ\É®éM¸ìDJ[xg»ÍZæcTmV[át_º¹i÷Œdf¤ãâꊋ›Æ¡Dä†{F<üh·Õj½åëª(á¿J@5vô(Ó{s> õÒE»…¬Z±Œ† '+3£Ôy¾ÿví:Ý&—‹X¹œrš|ÿ`<5@þi¾}¨ÃWd¡j³€#+à«.*'gó¢ºý—TÚð¿äôÔKL„BQ5œ]\øêó…e>0*33ƒõëÖÒ½×ÝvË;’ÌGóç3{î¼\Àd™@Záߥ"ÿÎ,œn,œß X(¸;ùÊñS›Zºª¤\äKŠáñm*\ (/§’eð¢ßؼ%B!„¢Ò”‚˜Øê5¥–d§§’eÖàÙ…±¯fvWo šB!„U@ÎŒ”D[‡ç­ãA‰„¨F.­çp2cŽB!„ÿZr_!„B!ɈB!„B’!„B!„dD!„B!ɈB!„BH2"„B!„dD!„B!$B!„BH2"„B!„wf2’k2‘™™áð_VV&(ÒóåaËb÷g“yaî>Œ éGi‡B!ªˆú¶OFòrÙ¾m›7ÿnw^•JEË–­éݧY™Òû޲¤“øÑ;ÌójÉ‹£àüì€IÞ¶‘}êftiâêß!.¥>¦=LîÐ……u?`Ëç}ñWI?V{;Jˆ¹-ç ÇáõovrÁ ºî‹92+›Ñ­GrlÈ6LnT¹öߎýÿO¬Õ¹ÞÞjÛ!„ÿÎd 1q3¯L~sÙ»&£‘)¯½Lï>ýʘËJÖÞ/yeÂ;|³é/²¥GÍ»=λ³Fí,ƒæa:ÄûÃîç‡Þ¿°«‰÷?¿#]Z}”nÔŠŒ&ª–/NräÍqCÌsÙÿöþó­OÌ^B¯º®h½£qÓí¡^T4š·Êï¸Jÿ;ê\ooµm‚Bˆo2bµZí&":gg,KÙe¥®á‰Oò½[7ÆÍz•5”dœÚÍ–S~xhdÀ;´¡<üé:–Hüs1·\bÛÏÇѶû†wBuÆx^[ñ‹ô¿Bq ‘c·Åä[Ãï™Z:¿ó!/?tݺõæþ‘“xgj_‚ÔfR¾~ˆÆÁ^è= è½Ãh?êöfÛ 0îd|¤ðçw\»ž=ëgøˆÿ0 3—YÿH-ôuŸdK‘ Þ/oA°G /ï1|`>ϯ3†Wǽ‡ÿ†÷0qy¹Ww¸ÒØ:ïq:FøÔÃ#€ú-zñÌÒ3˜q žÖT6N¹ŸøÈÀÂïûÑbRasO±ô¥¾4¬a@ïa Vëá,KžÆ Î~¡h1±gzoº¿qž„q³ø¦µž”Õ3™øDgŽÛ¶²dh0jk6Ç6ýÎQŸ§ùôÃŽx±xÒsL}öWžzÏa;ø_ÆO|Ža¡ñl™…“ƒu¾±>g‹ÕØÈî7{ÑåÍÄ›Ä'="ñ´üÅ7ÏŽcѦ3ä?×ÐÁËKÊó*èǧÕóyè‰/QŽzŸå÷EâœñINA”x‚°B1v ïjG)·ø¬z«5®€ÚPŠÇÄÞ½é:õ4mǾÁj£NMÁ뇦ÊúßÑñùG|žâ“¹íñ2Ÿ'qÁD¦=:ߘŒÐ’w¬}ao¬Ô·¿¼U4Jù¼êêXî²#ä‡N!$¹…ü Ÿ|z€F£mÈ;ÄÝ?ŒGG<Ì=} ø¸„wg@xáZ„cZ¶ˆa¿î%ó…H|í.A¡Å`↲lõ)&4Ck:ʲUçðîr/ÑÎ`K]Ï´yG‰ž¼ƒ· E´n !qu¾^úO$ñÆ»ûðzྞңe±ët.YŽ#õÔ…t {Ç6¸_Ù‡½´”ŸŸ&hÌ:>›Ð´`G¹]4K¾æù+óØ©ßÓ‘h‹µ¹r1»ÆÉ§QÑÑWwàmé«™öÞü†¯âË—Zãб9ž'1|Úì»w*±…{lºÚmè’ÐwÚËÏ,t’¶ ¢w˜¢É^ú#×låâ QÔT9Vçâõ¹î4`KÛÀ´÷à;d)Ëgµ/è+s2ǧcQ9Ú]Þ˜ÛR­t?Žê”L*î´éÐ…¶M½QK ;õ,OŒ³ÖÛí»F9öÛQêºìQ‡¨èè«c›ËÅbš¾ž©ïîÇÿ‘Õ|=¥UÁò‹¨’þO__ŽñÙ–®w%àthdå—ˆÑ,ßxŽg#jaIw¼/쎕q:»ËS—°ÝªP<Œ¥¬·©+«¬Žå-{|d„üÐ !Ä-D.Óº–Z}f°ñäA~ùx$ÑçÿLja4{ìœ0ä’²r*¶‹"ÀÓ€Þ/–'~³BnyVÇ– ðŽç¡ö:Ž.ú‘Sù{|ß'ùÐóF¸¹§9`„ý›à]xù>¸?ß_†‹'.‘²™Ý9N4ïÓ¤`ç¶D«gîéíÍÓ{Wx©GìíÕ/¿ŠêâˆÜä-ìÍÑѬgƒk;“JZÝg¶°'­äèëáM:§3 ï!RºS³–.Ÿ'ËRuuÎMÙÌ^£Ž–}›–ÑW”SΘWE?ªcFñ|gK6$îÁ—øtS2F›ãu¶cGúΑvTvì4í}C"Reý_Áñ©4„ái§30Îåè‹ò¯Ÿ7.j^‡«§ŽŽ•-„âÖ"gFJKt4ëû$Íú>ÎÓ‹¦õ£O0&!ïšÍ}ƒ¦“yß›|63ž@í~úO&_Ù1P(Q+ÀœWÆÏ¥Â‹v#ºá>àüpâ1z|·˜“XØØµ`ºÍ† qoÿÄ»ñEw“h µp>¿ +*œ4¥ç’yG?(»ž¥Ö­p¹¬ùìÔÏ¥¼uq$f¥W¦ ªÅvôE§•D¥A‰ «íÚ7T%XmØl•ˆ_ ±Å õ»¾²´¿œ1¯’~Ô9óØâtÞø5óߟÅ3½f3ýþÏøeî=8²å°c‡úΑvT”ÍZâò+µþTÕøDV6Káž¾®¾ã}aw¬œ·¿¼j‹GõÕÑѲ…BH2r›ÑØ®a¬àÔódymä‘Lž0œ.¡ ‹óNpæJD Ôò„‹Ž‘nms‰ù‚CÜ(øuã‹ÏàÜ÷IÔø!úuªÙ”0­…=;sÞ }±«²uT9l_{cB“›ŽÛ©g)œ‚Zí<‹ÄvÙ±Ý Ëv¤~宋#1S:¡w‚œ´¬%ÔwûÊýdwj…+€õ‰?‚€aÄxVìäŸÝ:—RŸ’bU_û»ÖÁرä¾r¤ýåy•õ£Â™ö3µý`†ÏéL“g°ü¥žŒ®ü¦Ã‘¾sr¶ßŽ /¿f3´ï±}å~.wºþ2­*ëÿªŸö…Ý~5ßÄõ¡´õ¶*êXѲ…BH2r+3íŸÅèçhÔ©5‘nù›NeÞ ê‚G–Ôa½µ°aMñ×esàï"¨HíÕ‰Œšbcd›@œÒþ %ëßmàÚ˜ÃBùô­'øHÕœwÕ»zͿ««Cç9Cèþ#;‡á‘#ÇTt~¬/u|ï♾ô}(ûMcx3W.lùŒi\½¡UWÛN=KÛßñìÀı‘´>>ÚWx²G$†üãì¸x9X¿b÷¿Ú­‹#1ÓÒ4Ú…ŒSyçÛg‰w½È)k+÷ìÀ‹c"h7c(ùNaTk=É«f2~ ´w41ÎÛù²[çÒêÓµX<½7´&=æ æaÃk<Ò܃ÔÝßóé! Îñö—7æUÑA¯æã•9„7 ÁÃz­ÛÎ6 o]Õ\Ý©ð´ßw gûí¨ðò½:2ad(wÍÌ`×—‘ŠKÎYι´£OUõ¿gÕŒÏüÓŽ÷…ݱ¢¼‰ëCÒ>¯‚:j+X¶V~ç„B’‘*¦T*18Ûy×HNN*UÙ¯;³*¼ñ¾ü-óžû€Ó9Z|£xò“ÿãÅ81–/gŸaì´IÜûUÁƒ"µúÄÜS¢`þ°Ñ_ñÙù1Lœ3†3œñ«O¿º.EnÒq"|ØXZÌ|šýÝŸ¦OP‘®P¸Ñrò*–úLàåy27p#¸ÍHš>Ü—:ZO:Î\É×ÿðêÔ!|gRàÙ'@¡,8 ¨°SÏR/¯p¦Ñ +Xã5‰Iï½Ìй€·À(îŠ(HvìÖ¯Ø>CDÄLa ã´Ù ú<Óé O=º¾=j;a9+ÜÇ3ñýÇé;Í‚.¨ßý‰)ÃjSÑWÃØ­siõéR»Øž¡ž6¯¯ä çÿ0éíô7‚GX j]#GÚ_¾˜WE?Ö¸¸‹ßÅó)w!»×íÈ“ŸÌ¢·oUÝjæì@ß9ÐŽ g#n´xe%K½&ðòÜg<Ë_šù†¾¯VQÿ;ÔFûÌåé‹r•j\z´/u½­tËØ&Tuû…BTE ÿUª±£G™Þ›ó©—.Ú-dÕŠe<0l8Y™¥Îóý·‹hŸÐ /oï*m@ff;þü“ÄÄÍv_h¨R©hÝ:žžw÷)³®·#Û¥eôJúŒ¬Xù7L‹êcNf~‡ž÷úš¤eÝŠ¼”O!„¢j8»¸ðÕç é;à¾2÷£×¯[K÷^wÛ-ïtJ2ÍŸÏì¹ó~r)xfb6 ¤þ]*òïÌÂéÆÂùÍ€°rí°¸í¶?3¢÷0лO?z÷éçðwòrsË,¯Ìä'#ýhu'—}Ê:s]"ky¡¾|œ_æMä[+Þéà'‰ˆB!„¸-Üþ—iÙlUz–ãÖH6ìµÙDJâwÌül+)Y6@Gͦ½ù¿¦òPm¹ H!„BH2"ª‹BO›×âÀëŠÛs­ fÄoéŒH!„â_N^z(„B!„dD!„Bñï!—i »l6yy¹äççcµZÿ½™»BR­F£.x «F£‘Á!„B!Ɉ¨ÎD$ǘMêß©$%ärVæ¿2!Q*•¸º¹S«vmjÕ!??_‡B!„$#¢:åååqéïK?z„úáxè=P(û6mø•>e<{»¨Ü\/\`ïžÝè=<ðññÃl–„D!„B’Q}ÉH~)I'©Ž¿ÀÙF³Ùlw•J@ öî¥s·’Œ!„BT’ÜÀ.Êd³ZÉÊÊÂÃÃãÎlŸ­àR´âV«µÄϽ||ÉÊÊD©’WK !„BH2"ªÕj½c.Í*!¹’‘\ýËHKgÃ/kÉÊȼašZ¥úWßÄ/„B!ɈU›Ž\ýKOÏ qóïd_¾Ì–?~#33ëºé6 —B!„$#UÂ’Í…¤‹äÞ´=L3I9x"ËÛÆÛ1)<#’žÎ¶-¿ݰ!÷ô@dt4[7ÿFVf±3$B!„B’‘Jíƒæ_âØÖõl?xœKf%Š2wè38²áGÖýy¦r;õ¶|ÒOåÔE3­ª|åÞ0¯SÚy.¤ç•z´¾\mü7ç"…G¤aljÕ!ÏœO`P0‘Ñ 8zø ¥ªzÎŒTÕØº±`»ãC!„âŸv=M+Ÿ¿·ÿŸgs¯~¢P;£÷­Iíúõ Ôk®íŒÛŒ¤ü™È)e8ñ=SÓÅŠ);›üÒnP¨qv×£÷ðÂÝUC~N~åvð´j%¹å)·ø¼YéœØ‘Èù tôvÂf)öÍò¶±Üá>Çö_v’v݇ž4ìØ ¿Ûê]€×Îv4kѵFC~^ÞÕ©5 ªU«ÅR=gEªzl]ÍE²ÊB!„’ŒTíN¥97\ÂhÙº. y—/’rp7{6^$·CBÝ O)œ lrµ >¸*rɹœK™ûjJW‚›´'ÔÙµÕD•=е<å–6¯ÆF‰ÑRì¯ò¶±¼Ñ¶š±(´øG7%Ä]q5Ér¾ÝFTáS²®æXE‘+ÌÕù‚Ãê[öƇB!„$#Õ@£ÇÇÇ€*7««OO-Ù«·rêt>õ£tXÌF.ßÇágÈÌ•‹µ¢b «á‚Ò–Ç¥#;9”r‘L£PâV· qZ’7­åˆK+:6ó+š-Ôû8ô×2LV”.ÞÕ‹!¢–ž«}µæpîðnü£4nž8ç+;Â9œ,¡Ü´¿öqèÄYÒMP¹P£A‚ ©ø¼€éÈJ¾;Rðo—ú ´ wGi3•ÞÆâûâyçÙ³1‘¿õiÓ<ƒ×rÙ̹XZÜ zÜ]å9AÉåïrðL:Ù¹;ÿj÷@ꄸ“}:‰s©F¬hцӨzU c „2T:/‚"^Óµ`lYÒ9°~#çýÛÑ®¡à3óyþ\“HnÔ]Ä…¸\= èÈøPºøPûêø°•´}G’I7YA¥ÃÒœ–‘žò´ !„BH2â+³kÁ?AV h46R÷ýÁ¶JjŶ£‰—Šôc[Ùõç6twµ#ÄÉLÖùódj#hÑ2E>f?îºô‚bU®¸¹¨ÉÍÉ#ãèï$ÉÅ7¼9q:Lgö±{Ïo˜ThZÓ 0“ºÿwvž²áÕŠ¦~Îä§ŸâÐî4n¸y£h¹Çþ`Ëa#Þõci]Ó€*/‹§®šÔëçÍ*ø_mí6´‹6 DZ王â2gv•ÑÆÒ² µ ..lF/Ê7‘oS@ž‰<'g´êÛóŽ”+全/]"[E«¸@œ,™$íÜÊѽZ|Ãbhã"ë»vìe·!€¶uu×nB¹Ò¯Ù9…eDÒ²u N6—ŽþÉþÛpñê@ˆs‘ÅiÝpÓ©0š®õPèÜqÕÚÈ1Vl|Ô2ÿÅî=IP·9íêú É¿L¶ÊW'+¦\‹Ü"„BIFìì^¼Â’‡);sG÷pѪ!¸–ª¼$Žž¼Œ{ÌÝ´ˆtÃb2áÖ 1ŸùäóVê…îºÕ¤f O,&3VÌä¿Ñ"ÿÇŽgáÚ™¶Mý!×D¾G+«Ù~8‰ÜàpœL8žlĹ~WÚÄúbË5’ïáDÎÉì+uÿÇŽeâÚ™öÍýQä™È3{€ÂL¾¹äÝ@¥“½«yyVl#FÓ¹²ÛXG…¹HsZuî‡Î͵ÅH¶£Q¶ZÑhr8¾uǾ&u££¨©Wßv7ÊïÛ»ÛáyÄ4²;Ê-€?/̹z¢’HJ4R#,œ@§<ò :ÂOžd×¹L”®XsK+#@o,¹fô c8wæOÎf(¨ïj#¿W\•w|Ô1ä‡ß |õVrópV@¾Ù*‰ˆB!$±+c;«o¿öÿZOj5mEÓ-yç.‘eÓže|»çú¯i²òQi¶~—=KIDATмUÛjÆl6ì€;rn1¦’iQá]ËU^Ù¹fl(q÷w‡óÈ¢N¦t.[Uxy¢ÌË&;ׂÍfÁb¥ÔG2ÝP®É|mÖ²ŽÞÛ¬X ï °Sí´Q‹9·ØÞ¬ÍŒ)+£\aVyÅÐ:!lLg9y`?‡¶æ£i×í퓎˜-fÆ6qx~“Ñè`¶fÆb6cÓº !œ< ef«­N YF,*UÙ—>Ù Ç Â -\Ê1£Rk(÷-,åÚºõ©ç–ý¾#30„Zµëè팼o^!„’Œ8Â-‚¸¸:¸(Õhu®¸ºhPØ,äçf“k± |›w£i±G>)µ®h”©Žïß(lXÌ×.]QN±)ÕEv2mXÊqT¹¤r˯¬6æ’G>¢V¡Bg",&‡KœàtºÿÛéqZ60sª¯|…²`L @©P~¤(¸q^¡pð,’’¯€R(PڨěàËê\j7ïB@Öy’Ž`ÿæc jNëFßO$„Bá¨;ïžT•žžî8;©QÚrÉÉÊ$+ë2¦< J7¥ÌT3Z'*•òêŸÂb$ÇäØÎÊÙ½ÊBjJæ«;µy¤Ë/'*—‚y.%]rø I*'nÊbå–‘h`É3_—X¨ì¶±º®û·IÈnO¥Ý;R÷”ØJI ÊŸFJ ÎZÈKÏ$ÏVJ)• 4îÔoÑ™N±^˜RŽ“ŽZÞS#„Bˆ*w‡ÞÀnÃj±pCj¡õ£^ˆ[Žo`³*Š`OT¶\²/+ð ÄEáàN§Æ‡ú¡îü~t#Û4 Ò+1ž?Ê |šEbPZ0©}¨_WÏïGÖóÑÔöqEe½LFמ¦uCý|©_ÇÍG7¨ˆ"ÈË¥ÙH®Ú—ïâi¤½Šü”Ý®Q7K96ojÖ°ÓÆbég…ž¦e3ò÷‰r] ¸hXéœ9~£ÚŸúõm6R®=Úwïî]ÖÄÇ×÷êôsgÎpéÒßÄ4j\‰3UL¡Ã§¦Üζƒ1»kPä§b²9ºPÁñ¡Ë;Gò9 n®¨m&ÒÏgƒÒ“j³¹êÞS#„Bqç&#¥7×3"žV.9|l;ŽX5Î>uñ©§AéðÁ*ôañ´v:È¡cÛÙf²¡rñ&¸I×wÇ–›…úúñÄ9æðÑ}ì8^ø˜Vg=þ~.¥œ’Rc§•óAÛÅö#6P:áY7ž`ÿâ]¥Á'º1µwìåÀ–ß-¡­¨äVv­ù”¸?Y®§iY0e_äÔ_Ç0Y…Wï¢ÃÃðÓÞfÇÏ‹¼g¤ný0öìÜŽÅbÁÛLJsgÏ|ê$m;t*HZn™wu(q­Óœ&ù{8tøOþ´Œ'w_‚ÝÕ@~…LJ"+ƒó'Žs §àÜœÚÕŸz­ZSSÇÕ'¸ !„BH2r-q÷ìªÇYa*ý©PJ'YåUAö¸~ç鮚a•'¾&ÙwÂÛRÅgÑ€-äì‹}›©m¯SÕ¡Ÿ_ÙYñ9JŽÛR$XuãÆ”¾NO >³T~¶¼Fl”U¤¢RQ.§#µq-/ÓÞú´ U(šô²ª¶ÂûÊ®×óެP…ÊCµïË Wª"\ÓU˜¶ÝƒÚÚË# 6è3&6møÕ´šÌ7&á>#Ù99:©ÿ}öéz >åt9Ž­Hƒ._•äxZA•‚ÕoeÀõ=M|M’m8V’cd+,W4XÛÛIáûa…T±/$€#›* rü~ |J A ᣨ3±FúLÞ>ÌÜØÝj !ŽãÈ0Èð„qÃPnn®{öÈ߬YSL# ºtïÞ@@¹¹yûo"€Ôñ/j•efé„¢.úâËMúiçNÙαzmWG{mÚø™ŠûöU(äËpˆèA­²³³uBçÎj‘›§O7¬ÓÞÕeMjÈÖŸ¿]¿Ônj‘›§þOV»v”É4M¾ „I¶m«Ma[uèÔ阞/aY–B¡ 2¾„4–p(¤pˆË½J¢Gà0aÎÂÂ40b†rü9T8‚¼^¯"‘HF\x¨ÑÞa^~*++ef™ò¾%À">3KÛ¿Û¦¼ü‚´¿v5­^½‹µbùÇ4äµ-l'Ÿ y‡S$Ѷ-ßhÅßÿ¦~ýFâÚµo/IZ³z•eMëÆy@:0 Cyùùê×o  Û·#Œ$’x(pŒ‡'J€0€0„‡ã8òxŽþí6K1 CåU Ø–µÿ<>ãÃH^^¾¾ýú+ƒ•²‡£ ¤!ÇqFUQY©ò}û”——TßÏa¹´o÷ž=µ~íZõ.)Q^^GHCñ¡YåûöiÝš5ê[Zšùa¤Uë6*)-Õ¦µ7À €te†róòÕ·´TÇ·n“ùa$HZå ƒ‚%@@ÂÂFd,%h Ç‘eÙ²-KŽêÑ@G†××ë£ÖéTkÂ@ú‘h4¢­[·iÆuÚýÓnjÒÀ“ãüü|õî]¬¢ÎEò™YÔ:jMH–ekëÖ­Zµr…†¡Î]ºÉëõR˜zŠD"úú«ÍzÙ29Ž­.]»ÉëóQë£\kÂ@°í¨6¬_¯aÃFªë‰Ý)H™¦©î=zÉã1ôч¨}‡jækA­r­&°4€ãH{öìQQ×®ãuV , +¥ÖiP룅ž€G^¯WŽÃ„ê”OBMS¶mË®£†Ôºñj}4Ð3€0€0€Z8ŽÓ4–èv-¹÷2]>mµ*yßWëTje—iõówkòo×4z}S©5aÇÚ­•o¾¡%ëöÈ¢ «UðÝ[ÚB…¿¡íVͯùð÷èé…ß*L #éÀ){W×úäk?^}$½5:W¾‚K´ð§ƒël}7[C³}ê2e•*|&ÝBE%}Õ§GesV®¦j HyøKTß̽_¯íÊ—ß™­ûÿë-½¦“ŽÊíüœØ¢Øž&WkéŒ ç+oáÛš¹l§ÎÓJžQD[>«¿ZÝtÏÕÅÊ©ëó'ÖÊì¦ë_ýP×+þ\Ò7¾ÿÅé\ߣ… ÐØ*×jÆ£ËÕéŽ75÷Ê<}0m–6]ëíZü«‘*éT ,Ó”išÊí:L7Ïݬ`CÚT®ÔäΦŠn]qàWÿÀjnjàŒoTã]'¢ÛõδË4 0K¦i*¿ûÙºcþ7 I’½KË­ dš¦L³¹JïX‘Öå.8m¢Æ´ jéÌ¥Úa»?ç½ýÜr9%¿Ð¸Ù’¢úö•ËÕ»UvÕgówÔkgií¾"Dô+ý®¿©Ü‹þ¤@ü¹Ð×zsê¹ê‘_uLÚô§ç67íúF2†£ÝïO×K?œ¦;ÇŸ¦‘·MÔ‰_ÍÒôÊüjn—ë‹eÖÆÖ“4ûíÅZôÖ šÒçs=sÕMÿ,\ÿ6))׊Fèœß|®Aþ·–½7_ Ù¬'/¥Ç? Iv@k,ÒÚ‚ñzyÑR-]øš¦]qbz—¯ 9géµQcCäé~]W’³Û•_þYŸ«X¿¾ëÕÕ”´WÛ ³¥ï”´V‰Ç «ã`û«åóWªløÏªj—Pït¬/a óâHƒOË>œ¥y?é†ëÏÑÉ%ÙÕÖuŽîõ†f~|ŸN>=!0èÀI­“"jkã-ÔЋûÈyðMxÈÑ/No¯ìÝÕÖ°dì,¹*,ö~üº|R¬‹K‡ëκè¬Wè²Üû4þÌÊìЦ/½yÃu1’ì7 kTN©&ÜTªgÉj¦sç\ª"ßKòfŸ0X]4MÏ=ú¢º_=PmsʵáLjbÝתOõZ¨`¨îþeoýìѱú—¬tóy½UÙ¬U?Jj T-Ó±¾GWÓHåôØõëx}—eÏ.ÖÞÎëâ³Z×bÀ8S°G gþE»ìØØž„6RõçêncªûÄWõÒ„>úbƺ|Ì]tíLíì~šNïê—ÇqäxZë¼oÓéÖtÛ¿ÿ]åj®zp±æß?\{çÝ¥+njҨKoÕS ×iW¤æý¦²ÉZ'_|*;U´ÔájÝ>òøªÄ³çMšóôÕjóÞ½ºôìá:㌠õ›­URR¨,%©ÕAµÈQéÔÿÑ’‡GËXt¿®ºh”F¬*ÖÈS e:ŽœF¬o*µnlž$†$ï/'MþnÆ3úi×Nþo…ôúÿ ëÇOP8¢ ‡`öK/êÂQ£”_Ð’ZåZ×eÛÖ-znÖ,=ýû™ %…$UJ*—´;¶ìrý;[_k•dIU×OˆçL†i¤â0ÍcHæ¸ã[ÕÙæ˜úÁøk]Ÿzs5M„€”ÎÜð—];¬{ÿŽC­c=µšF2ùÙqdsòJ­AhLGåûöÉðz)FŠlË’aÔ:jMHû "åççkÇÛÕ¶°IÑŽ?¨  @†ÇC­Ó Ö„€ `x½ê]\¬å¬ÁCNQ«Ömd SO¶íhç;ô·åËÕ·´¯Ì¬,jµ&Œd¯×§¢¢"Ù–­Õ«W*PmÛ¦¾aÎ0TPP ¾¥%*,,TvŽŸZ§A­ #Âgf©k·nêбƒ¬h”ÉÕ =Iöxdfe);Ç/OC‡¨uãÕš0!¼>ŸšùZPjC K”aa##@@ÂÂFFd'É¢$„é‹0 ¾{C’õ’¸ÛÖÊWWƒm[·Pr’dÇB†]Ciа­ZÃÈÍ7N¤Üâ,×b»ãKÄÍ“äÑä-Y’ü’šKÊ•”/é8I’ZÆþΓÔ,Ö.+p¼±í$n@fp÷năGTRXR¥¤ IIe’vKÚ#é§Øß{%•K J %˜ýÛõÕ±c÷ÎãKÔµDbo&@kcF€&FlW‰Ä–x.H õ®ås­ô(ù˜/'IŠ¿‰p,éăˆÛ¦ázŽ0dv qgˆªz<â½îpâ%v-Û«F’5ª)ˆD\!$¨ê="QWñˆž ÓÈ;¸ÃHe’@Uõ’š&º×FÜ;¶’‘ +t(¶>¢õ¼®0B2?Œ¸sA¼c¢\UsG‚I‰US‰?ç«GúIœ¬’,ˆ„Åäu )†)ù$öxïH…ô’„U½wä{FÜU¼®E®u!I¦+¤® B27Œ¸ç¸‡j¹‰{ÈV¼wÄVÍ=#5†‘šæŠxc;Lšå"Þ„0"ÂÑaD aÄ=…#¤C¶’ Õªwψã É&ª¸‡^Ù aÄ=WÄH!„ ³IâUµ’]Ü*ì #u‘Ä0’l‡îËqE\ëâoÀ}÷½E ŽÐäB‰ûþƒ‰·ýˆ‡“d=#‰Û©5ŒÔHœ„4äî ñ¨zï‰D¯ÐBHbHÌî£'»b½zF‡jÅ咽,ćnyU½7„áY@Ó $îáZŽª_5ËJxt—dÁ¦ÆÀØ»aÔã‘ {¤®Ç¤A¤¾a$þw]K}¶ ³ÃˆûﺥFjZ—>’õ„D€¦Hœ$µÞq½!a¤®PB%N-ÃihÐH¥A8vI*ëS„ ‰¸9!8vü?ÙŒäH Íj­IEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/cact-schemes-tab.png000066400000000000000000002343711433352025300237130ustar00rootroot00000000000000‰PNG  IHDR¤šƒ7sRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÛ !+Aé: IDATxÚìÝwxTUÞÀñï½Ó3™™ôNB$t) ˆØ±ëº¯«®ØWßÕÕUwu­«û®«+¶µ·uÕµ7TTÄŠA¤H/!”Bz™L¹÷ýc&a’L %Hù}žgžÀÌsï)·ýæœsA!„B!„Bˆ}HÙOÓB!„B!„û}o$¢ì'i!„B!„BˆÇ¦”>úž©„B!„B!ú~Þ‰²–Wzño!„B!„BqàÑ{ñïîÞ‹Jك唈WÇå”]L_!„B!„Bì_ô.þ¶þ[g7S½ µ-sì·jRB!„B!„¯¹/ý-–轡´ˆÿG{å;Q{Øà„ËïӬɃ¸øŒ#¥V„B!„B!böì±MÞʵ|òôŸâÃoE´.þv L)t”ê. ÕŒºêòKØ^ã–ZB!„B!Ä!¡ºÞM ¸{ƒÅŒ•DWÌ™î§L&Ô~òôŸÒi|Š| ÅZÿߪǠTW©vÁ¨²ªfi…B!„B!„8dT×»©ihfÕŸïÖ÷‹ÆNCÓôNÁ£!ÝŠ:>`û'Oÿ)¨ÈW âßJøo«nƒRÝÙ³& ¥ Gïaô6°í˧hZÿ%ZÀGÐß‚ðaMÊ%õ¨«‰$Cü„B!„Bq`©iðPU×ÄšŸ¾`Ú‰g2¨_ü.}íÖZ>ÿø9€§í€LÚbC±„Rˆ—0„ÿF£¢¥:éêéy{Á­Ú¹3®ÄÝâï´@°¥™íóž¥ê‡—8rd>“Ffcs&`2[0( eU ¼úþ×T»u .~kB€UQQ iÙBq°Ò½ìØÚ€5=—I´z`×¥ŸºŠjjšü˜Ó2ɲ«½û^ÐKmM#HÌJ¦·_ ƒ½®wwBqPØQÓÄó>bò±§‘–»[iü¼a;k~ú‚±“O"5œÆ–.ÀöªFÎ}¹/ým;Q¾/øÙ{ªuˆ_ÛÙ5r}=MjN´ÎQKî™ÂQŠ8åÆ ˆ·Ø\ZIuE5…YT4ê )*âo㦲øÇ…<òÀtü£/aÚÅŒ8’ ']*-[!ôû´@#ÅËÖPⵑ7¼<‡E÷Pº¾”äA.ÊýÌ–Ì¥ÚP÷Ǹ”æÇíñ%†£Ò}¾¶ÊëUÞ HðT´XÝß…gã66è=ß½TWlÇoŽ¡ Ÿ‰m¥•èûo B×¼ìØXBqy=î `ŽgȨ<,¥«Y¶Í+¯ˆQY6Ti³|]ï³}@Ú‰B4”ð2-!– ¦ïV) Ö„Ój­hévG(èÔñ2*í;±ùñXÂih›øvÉ|ØÈ?l¹{¡!õõ>°ç'”Z~þq 6‡#F¦aSÎc›BìïTeçQRÓô=N«5¶-ÝÙŸ׫t¦O;b—Ò¨©«gã¦2±våç°}Gµõõd§Å“—‘@ES×Û% å ¢¼€'" ˆŠ|E¤Ú§ºÔ@‹²æØ8Ê~^Gæ¯Ïæïù*”/åwÏl'wDïo0öË€”¯C2ã3@"ãsƒÌÞê''3—´’%ÜþN¿=.Ÿ3.GÝ?¿gE\!Ù¶ýã¶G÷W³te?ßu:C³ËG†! t¨]äËGŽÝò‹Ý´i-•¬XQEÁ„!üùœ 'šP R»½‚ù ×ðæÒjr†åoÜÛy‡·+:¥Ðãù;Úçš®£íw§}ú 0O=†ë'„& xý4?Õ-6ÆwaV`ĨDô¥ ´dZÛ‚$Òf÷b]ë6/ÝÌè«~ÍÌd¨Xø-þÔÃÀáéX›7³¨:“§ï=Šxxéþy,É)"gŽ%ûbسJ ËVz¸ì¶_3Á ”-áŠç·ÑDzçŒíØ&„%2À³‡ÇEQÚÒè*ÝÝpj·i\}ÿû¶£§tkêê™8(ãǤ3óåyÄÆ†®{ŠK6sýù“qÚ-|´`3uÍ’㣦ÛA|D0ÊF)mXŸÄ-(E¯RѶÁžËW­fÚ qàw£o˜ƒ¹~=6“‘ÛqÙÍ—5â˜(ÿùKF â¾W¿%³èTò†‰Ä£„–æ ÎÖðAÓÆ 'õã+ðŒHÃÔXFYÜ þœ¾“pºˆVã ñnZ˪Í´BÇgsl™¹¹äÄ™:ß hJ×m¤´ÞƒÇ‚­Zì$§e2 +.t£¬{ÙQ²•ÒšF½ÐQß’@Ñð¤˜Ô–m¦x[->Œ6’3úQÐ/ü]ÍCéºÊ<¸}¡ù Vé©vü5UT4úÐ#±I ÎOÅaI!ßẒßÈ+ãP`=€Áh xÑbnþiùYªHf°Y ÷÷d;}ºžÊPÐP¾• ¥ÕÔ·h ˆIHÄ Û0´¥é£té"JÍ)Œ“=_šŸš²-lÜ^KC‹†b²‘˜šE~v|è&±µüêÝxüZ(_F éý”·Û Ý_ÍÊ5^μê$¦'G~b >=“NKçè¡K¹éÕ-¨Ã²q«Y² ˜zÌdNCÁ½u9 6{!&›qCMhºÒ»¼¯°Ññ¾_×»èºh¦´d›+šñé ¶Ü¼ÎyÑü»V¿]Õ_R#&aÅOížÔ‰îf{C § ]”­yëþò£› F2r\|òñzRFYY7¯ŠØì•Â8µû}ã;¶íN^…âÀ°÷{Híyº—ï)Ý-¥Û9ñ° 6®?23_ú¸þü)$:mT7xX¹¡ «ÕFb|\Ôt;ˆ £ÌáxRdϨŽOßk J)tÑKÊ%¥ÐC©„qçñÖóç2qÒT¬ÕËðÇš²fæ—4±z»›œx3^“ƒ+U~æâJXEYéjÜM“°Ú]Òº…OW’uç4§ˆÓ?åýzq[šsN>‰­Úb‰S½lß¼×aãyü°’¬  Q·m³?ZÆ×•”dŽ8{(Û¸ƒ¡ÇOäú<鱡Cøêkøá‡¼´¨‰~EI¸KËI3„‹ “hÆëKyøé•¬òùH=‚;ÏÏ"ß¡¢»ëYðÝ2žýÉKÿANjJv0ä¸ñ\—ç"Ó:-x«Ëù|Q ŽScb?FÝGɲ•<öñVNJ«l\vÅ`Æ›‚įŸgêãˆÛ¶‘˜Q#¸û‚Žë)§ÿà8·îæ6¦¶¿1ÔƒÔo*†1Ý”aìX³ ‡ró9S(Œ3€î§ôçÅÜýAëyÍÆôߟÍt€Æ Üø`1š+ÛåË…kÛ&ì#‡qÛo²è2 5׳há þý}©…É4nÚY~é#* {øiþ2ž^ÔBî ¬»|_ jÝ6òN=1Œò0öB^^\MÑÁè#Çpͤ¬FrÃø9üyå6 õþrï¯L¨wĬ ¦!G3ë*”/ኧ«ÑˆíeÞgñ@ib§»ñN×þ:Ö®©fÌ ¹eTñªF}½†#â&[ zغª˜˜Q½¬_ÍGyÔú[½s·¯–¸=©“| >Ý„ËZÝà³Oᳪ˜y÷·h'pX.äW¯å£ù^ú¹”­ÜHܘáÜ~~NÐñ46R¼j Ï|·‰ê&·vWþÏ”bwȉ¶<¹˜Ú#ŽˆÞž[".Ë~Á6Ûu­ë~*UÈ;f2Wì˜ÃÓ•öÐo®é{J‹qŽëb¿ß‘€w›Ò·û@ š%+´î×ñÌvÒÒ›)7fòûÿÏèd õ;¶ó曫XœGf´@M°MÕ±œ}¡ RZ®“•fåèii¼öf5^gf¥»}ã—8¶%CåF6ïj^…âßÙ =¤ˆèÉÔuºWßÿ~Ôï·öžêÜCªûtí1vf¾<ëÏŸL¢ÓÆ¿‚$8BÁ¨™/Ï#5%…8—³]Ú‘évà £LÁ(-€jÔ¼õ |jø-(EÇ€TTÑÆ ZsqŒ½€¿Þ~'·\~2›«u^ø¡–I‡fÜ´þ,ZºœÅÅ+韮ÓàÈ¥_@aìØ±ø–oâÓÿÜÂ)WþKZ·â Äߢç2…Ž—ž ŠÍƱÓRxëÍ­l‰Éãš‚-  Š™$kÍþ^s ‰F?µõ—•¸Œ,λÐÀ¶û–QéÌ'¹õ ušº…… ¤›BÁoЀՕÀäã'3"å[®S ^•ÓÇe2Ð:'x} VSšf7ÉÇÇÝí€FCƒX§‹ñÇN&Û4—?/Sƒ¢¢D2Ãé·`Àš˜ÆôãÓBù F3ýGŽâ6ß\õKÇ{ÕíÅXšÖýzêvs—Ùžko?‡O°¥Û2ÜRãÃ<þ(þy”³í<TL$ª-4jæ'k·—º€N ¦L†Pä¾í%اÍÝìm§[Õîâð©G0$y>×¼_æk_~Þ «ÍÉaGO"Þýwlq02ÓºKCcô–ZJµ4þ2,Ô¶Ê¿˜ÇCË\%[k¢ø³ox8ådnd k|>Yß®e«šÐîæ½óÙ»ý;=å]r=Ðîš@÷±c]…¿:‰Ë†"¯†ÓÕþÒ¢yãb»këW×h,Y‡µþ¼Ô4Ö’wÂ1{V'›Û·a¯—Ÿ>7^=t•µ³‚Ô®ßDü±ÇrÇØÐãë«ðØœ¤9œ äDSƒŽ­ûò×ýÔÔ8'Ú>àà7uÕž±˜ä_¶ÍöY]·/'ÝíG‰±0é&²ö¡¯ùÌÝþ¢»Ûý¾}9õÕ>Ðq‰ÎõÜLq¥‹¿ü¹ˆ"ôæ&¶µIN´ànð£¦êQ~qÖñÕnÇ7`$GÅuxôÍ×\=„Œ‚"¦™¿b'\«Þ;ñ ÛJ‚¨M.nÚ¥¼ !Äc_Î!iÚ¤qíþÿù7 º\¾§tsúe`³Z˜ùÒ×ÜøÛ)Ä;B×+5f¾ü5¹ÙÙ¤$'vJ»›9¤ì´ï¥ý©{‘wyÜc@ÊçF}?þˆ+¨lqsÝ?þKœ%À GM&ÑjbùÒ¥Ä`¢ªÑǘ~^”5qLLy.†O<Šëþtg—i !ÄE÷ãšÈ ߇nýa•GŒ`Ì "¦Ú¾dÔdë?_ÿØ‘)&¬ ;rð|ò!g¼§ârZ±Z“¸äwã8ܚ̄dÏ7p9ÂÇø`0â9©A~xî=î)†Ü#¦0óä$\£†3í‹/™í۹̳ïqOqÕKlL6·O´ͼ÷ø^ØÀ1xO\”CƸ²¿ZÅìíÒÿÇ–8.»~Ó]P;ÿ3~7«¼ÓNäž 6\3IýxUXÛÝLy•LfìÊzvi×S“žCä\ñ–¬þÔvY†n®îÇÝSœ€ÎÆÏ¾à¶Ï«iÖUbS’"Έ>~þ#žÛ®`´&1° uMsäí*^%“ 'Ø Ëß›Ã] šq ÇÃçgã:œ>›ÃÛ¾ÄõcdÂy'qÓPF§b[\OS²)b¸Rúõ+X]ñ\{6cŠ1µÝL6ˆË%=¼‹W{pfä`4ÕNjºËê`P"ÄÆ‘aô³IëÐ<µÎMVëuÞ;ÞëèÁ >¿4«¢Ô˜ÃÕ €Ÿ^ý„.ó`0Žg/Ë ×¶Ê`?~¿ õ«ûªÙàMçÖhõ—¶~{¥N|mÝo‚üðòlî-Q0ì$tÚ Dó×±™~üm¬ ²äÍùÛbÎ1Óø÷Ù me¥+=•dð"rH¤¨pž9rƬhíÙÏ‚ò_¶ÍöU]£k#ÚYå¢ù¼âǵ#’¸ô¼Áwø‘Ø–Ûͱ3²œújÐÐ:\SwZ‡îG‹q’¬4ðßg>åírTyCûcܰ„y÷ýÂXª¶jqi:f`ë)© òaé.Ïr2ýˆ>ú®‘” o×ûÆ/qlû©‚æ¸þ]ä5ŸDEÃç—K!Ä+rN¦f¯oÓjƒô”nwëêøYoÒõú ´?­…G]ãõ¢®/2Ý(©È`Tk ªuŸ)gj HE>}¯W=¤z²×*qêµØ‡LgÓÓg‘?p[^@‹1†«×’b·±ÑŸDÊ€üf'Ë7üÌ—ÿ~ƒjIÍ…-€ñá®î[ymacŽtqúôáT 4ƒ·”××3õ(Àl"Þ a{C§NåîII´ÀlÀnÒ 5´Ö»[NCZâs3¨þi5KN˜ÄX£“‘©ï5tX&8ýõͬUÒÈ Ÿ;N¿êLN\Ìæ Å $Ðþ»vC=K*t¦»¬v#»‘ÍëÐ&ØP­6ìz€Žsý’w}=½ßF›±­½ÆtU%[Iï² Á’Až蕼õ}3ÉÃFPdÒøêXßÔþ4˜T0» ÁÆN½L)idhUÌþY£ßü”Œ!Ç0â”czLS!zŸf$Î:&{<>J¾_Kñ‘£08'P¹p5ËÝ c}€ÙˆËjæ(þ8) |ùñj–6Û™zòFZwwÛŽ“ÑŽ—ŠŠA žß¼ÝxñöwI:Š¢„oŸ¼ü43[#­4SéˆÁPÛ!yE%à׊ *z0H0|rêüؽõôz.lêÎóQ ~+Õi£øG7e¨¶¦©ëè¡™OB“rkzÄm©‚¢„‚,š¦E»³ìô^§ó—å̪+[»}( èá:í"pÑ.`Ѻœ)e{5äáÂÆ¨ÁV^\P‹»¿ ³æaûv(š¾%o®§,` ´TLªN°Sïh%"(ÒSÞ£ÜÈw²×î+г$íºeëW×tCõ§w®ƒÝ­“hûLW×'톕éZ”'É) ÷TþÑ×h(í±=÷¾Þú¢Íö]]GkwjL7_ZưëFPÐ?>â?ŒÃº=v*z_ïJ/Öa&£?¼ùøgl™\Äéã3ÈXÀsöòg|-i_ 9òB?¹ê¦s¸*òsk&§ä/áíF”øýéØf$-ÏÔE^çðLMòâò$?!ÄKébh]¯ž†^¾5F¤D Sz²×]ÐkWÓõ¸›Ûæ Íõ5èpýSÚ&:úý%ÔÕ©8ލévŒÓêeŠB™:£Ô(Á¨¨'å^5jçí«b¶£—W° r0ÛXÊ;_VÑ jµ“îˆÁ–âÄPëéòæ;òV¸ëe|U»³ž^ncZ:.Eoë%ð°gu_†mÛ£&sêhýög6g<– …¦`´—f vÑJª $tÊ©¿²œÍdR &1}˜Ê] Kp ÇØ˜PÙ¯,×£”}7&Tyù4¼÷§ý'rØN?F ŠÇغœÑA %¼·:À…F2Ž™Äÿ6/ä•eki0Æ2òè‰\[:…o_¸RGæÆª¼€ÕÂàþš¿jj$j¯ êþ^ç]G^ $%Zh^ç&èØ9ÿb±Cy¥dÐ_IâôíÜöU-zN»‹Vµ+õJ·­Mt¬?‡“aïÔI”Z ƒ;\¬è5Uì ƒ,5‰SF[ùûÍd™ÚíF½‡ò×£…8´^µg‚þ_°Íö]]wžÔS29lâÁÙY—]|>7ßþwŠ—~Fþè¤u !xº$¨šˆ5†Rž˜¬ûr5 b20o]ÁBR±+õxÂÃÕ¬võ[khÂIlÊpîÿc›› d¶Ÿ:â†-ò&ÀÀØgòº7ˆÕºÄn^ÇÜ{»I˜ÛîÌñ¤Kxiñ`nmeÐqÓxñ8–€ŠÅ[fÏææ Ö^t•í¹,Ì-[v}=½ÝÆbŽ”Ö'*b¬4öP†Fïþ»´¿Œ´Pxòñ¼6=ˆO7`®_õ®gA©ÎØ\…ÁgÂ+'ù1ªÕÜwßB¶udö—ñâ…Ü=>†agœÄ›§Òöä/Ïš|Üàè4Á{Ô"ìP޼¡Œ‰RzÄé9.3‘åï-äËô‰L³3ù´©L>­ýW‚¥+˜ùJfž‹ ¿˜¯Öø˜<ÒLö‰'òÚ´šÙy§S­ïuÞŠ›õ501 òÏ8‘[ßüˆ*rÈK4…êÂOšVÂK‹sûaV N8Ž×ŽñãQL쌸‚[v¡~S<©’nêoÍÞ©“hå¯G È*’[6óÚÊBnbbè)ÇñÊ)/§œ–†îËŸè=NzÓžM»Po}Òfûª®õh…¢`M˦fÑB^u"32w~ÒÓ±Ódlèó}à¾UZ÷ëÐÙêÄãwLÁÞÔLu‹Jbb(Ç5;<(‰ŒJ·¶Ú‚õ›ØhÆx@Ï?ò6¨¡Ïµ ÎÑSyîì$”œ&Ú¶ño?:¶iÍlóvW«3ʰs!„8p´ëqéêIx푞†§ìüñm¦k·Çðö7Ÿ›š±Ù8]®ðçðÄ»‹ÉN§_²ƒÊ†@‡§ì)]łԧŽ/µ‹`TdPJïжPø‚¤ûÓˆÁd¢¡¡‘w?_DÅŽ*Ôï—3¡¼‘3Î8•fÏá«yóA1ø1Í u¼ ÙB©`ÍlOïÄP1ĤA¿¸ ÍžJn¦™š µíRòåÜýÂ¥S²(HJ 0 ú¨ØQÅ*O ±Ö®½¾z/ªË øÙºb O½_޹_ê&o§»I]7àÊɤtögüµr8çMÈ$ßiÀbo}-›ülªÆÞ˜sÖ”’¾ëëÙ…mŒ,ÕžNjÙŠnË0>#‰Í~Æß*‡sîøL8 ˜• Õuf«…¯Ïû¿Å y1Xl&Zª}XmhêfHΤzîÜÙ0‚ßNÌ$/V…–F–.\ɳ_5—ã¢r£§ûHG‡áO½fŽ'/­ŠgžÃÒ)C8yDñF@£¡²Š­áõ^bó³p€Ìt¶ÌžÇ3ÚhΑ@¼Ùˆ Mµ¬_çFqÄŠ c IDAThdQ/ónN°òõ?‘}æ&ehª€IèÕbÀ™Éö?ç®Úáœ7>“ŽP€Â×ÜÄÖÍÔÇÄ—騥úqÙ™ÝÔŸò½P'Dmz”åârRYûΧÜS6„ǧ´P­%pXŽ 4 •ØŒÊ?Ö„ÒØyjl/Úsš½×õÖ7m¶ê:J°BÑutÅJz–‘9o­â˜?…æï€µ¶ûrŠKMèó}À˜œÑí:ˆ1c °¥ÚǰD;é±€·‰Ÿ¯äÙV²r,¡< ¡ÚÇг2B瑲bæ{R),JĬþZÖ­ÙÀJ-‰¡jÇ0óÅJ›ö—c ¶^çU!<‘O­k“ièТ^}·ãïš§†­¥Ô¹5\yƒÉuD™¢X÷Ó°£œòšÜá¡HªÑŒ5&ž~9ÉØÔÝ©_º­¿öBè]´G=H]ñj65ƒ11¢,ø=¸kwP^ÑLSC “Î;뇘Ð6ÎgÆË:ý¸0j=”—û@ÏíyWê­ÏÚl_ÔµÞÂŽµëÙÞÒz|ÜÙ{H÷ì`íºJ¼XHœOªEëy¿ßû@ëP›wP²¥†F_øéD3Žø2ÓÃåßáXVW²†M :Ø2(*Hh¿OûëØ°º”&,i Nµ ìGÇ6‹{Wò*„–G Ÿ|ø“=†fïn¥ámñ³æ§/8á䳩itéƒ: ç¾ÎÜ—þö¡§êyýÜQ~ÕD¼Zßk/焆úiìü‰Cï1 U²½f×îÍÜÌûî¶ÿO8ë6Ì1iÍB±;´&6·pU[@jóÉ•+}!ö ?5Å[8ãT®ÉÖñzüh31*€y/|Âsîlr\F)*!„â b·Y1UæÎ~›¬ÁˆsÅîÒ÷ëê›(]3Ÿc§Ÿ…? Ñìñéh­©B¦f ¨eg0ª¨ ¿ßDè |-têÅSöv­ÒL6“Ï¿oÒBÑz~\–ãªûjÔÁƒZUCEr<)63 Q¿c_~±”·+ÓÈN3Ê>)„BdšÜ^b¬f¦x&Ÿü¥»‘Æ´ϤÅÀíõ°éví©yÝ=I¯[=ö*.«––(„B!„BˆCN‚ËŽÅ´{=¡[üjꛂt•ÖR³ÙÙCª h¤}©vöj²·'=¤ä'?!„B!„Bzªëšùt#Ÿàùv”ïÒÌ©]¤;ªxoÎ7Òú„B!„B!aƒUÌÝËivÛCjÖ½¿¦¦º žRB!„B!„‡ŠÖžQe¥[yæé¯özúò˜&!„B!„B±OI@J!„B!„BìS½žz]†ì !„B!„Bº˜Ì|¯‘R{NÓêùdƒGŠB!„B!„¢Ú+ìøìv¦O›ÁÍOýD½t&B!„B!„èÒþ9dOk`É‹ñvàWÜzi!Öý¼Ý‹ï攋?¢èÎxðâÑ8Ñ鲸ôF–¿òo4ŸÎ-—Ùïó¶_;ÀÚÉ~%XÉ÷ÞÂkö«yäÃöÿ²“ýF!„B!*û®‡TËrþorƒg¼OE°‡eµZ¾ð8ÿ™WŽo¤×Çb†ýž—¿ŸÇó—&ÎÐS  žŸÿÏ|Z†/Z>t¥‹>cÎÒ‚ûi~w9–à^ËË×Ȱ¬4RRÓH}Ë[ Xù5÷RCïOxp=+ïã¨ì"f¼_AÙìM;9Ôô¶ýhõ,›ý>Ÿ¯jàoN½iÛ÷!„B!„´½×CJ¯eÖéE\¾ óGqç¼Ë’™©ô\Äà¬DLJ7=ˆB+k·Þ¨‹*öÞ§×'7þ]çWôÖ¾yÎ.òÚT=”·Žùð®å‰KÏ烓>fÁˆø=A~éüvW ßpíøsxM=wçÿ“‰ŽÈ‰Ï|¬yì"þø–“ßÍ|•ûÛÐ Ù 4VóÉ sÿÏS¹óùû8,Ɉ%7‹'‹AE…d%YPºªû]i'Ý»‰¹OÍä±×>eaIv²ÆLãœßÝÀïO.À¾+óÈõºýè„ Lß'e×méMÛî¸ßȱ[!„B!hƽžbÖ…<ñài¤µ¥¬`I‚Õäà‚§>₽µSÿ½›Þ^Ë/ã ±ïí|ì/ùí$@é;÷ñv­«þ÷~ðGÞùMmÅ´¶Ó‘/qý9Gí Ò¹2wa3.¹‘KOˆ©-½syòãs™PoXÄ}¿:“–%2iÆÕ̼©?vÏf¾÷\6…®z‹Y·N$N=÷—ÚÈ~Û¶…B!„Bô•½?dÏ1€1&0±í5ž1¨Í<=5ì ¿¢±uÙ`- Ÿ¾†“Fåš–Njÿñ\üÚÖ¶áW-_^ÇÄþ餦¥“=útn~§„–¶{Ü(é*˜÷ÐeL-Ì 5-ÜÃÏáÎÙ[CC|´Z¾»÷Ž5 ´®´l&ýuiäw‡ŽÛy³íÛ‡wý‡‡ó1è¨ßñRIä½z”|åÏHNZè;ãî[ƒ/jùÕðÃÿËñ#²Ãù=‹?¿º’¦Öî#ZŸÝzG@ZZ帧¼«xî_?‘yõ <{N,?<ü"k"×ZhjÿPÞ†þ—Σ)ü~ñ?§~ÿÈG7âÙò SÓr8ÿ‹ˆÒØ“vB€²7/gÂÀÌÐw³†sü5/²²9¢M°ŽEÏþGf‡ÛFÃ&ÅŸ?ÜN 7mk·¹Y:óJX–Æ%o~Éÿø=¿9m:§ýÏUüß+_òyü*þþcS¨Gw·ŽJgÄ-Kñ¶&ÑøçõKçèç¶îÜÖÞ¶ŸHº›µ¯ÞÀôÖ2ÈÁI[‚g_´‘hÛÖÓ~Ógu"„B!„b_Ø‹CöÂC€ôþ€Ûâ £!bøUë/+:‹Sÿ¹‰¿»›ç§dc¬)£eDF}GhÙ¬ãùã-Ç‘g­ç§ÿÜÆ½WÍ iÈ\þ8Ðe›¥÷žÉ¯ž0qÞÝ/rO¡Æ²ÿÜÂí—\€ã«9üq@=+>ùŒ•®+yìÁi¤ë 4'÷ßýÉÚ{Ê/€ÞÀüÛÏà’{ý#ü}¬‹ÚŸ?äÑû~j+S½c>ÂéÆŸþ(¯\]ˆ°¦ôǨoïT~+8›Ógî`ÊîãÅqN¶Í}„;®;…íkþû›,ŒÁ&Š¿ûžõIÿËM">°ƒE/ü•û#ËqèÔÿ¯TÎŽerÃEä½ñ<Í¿’G§8ÃeÊŸqüßy÷ÿÆaŒq9ØôÅè@Ö¥/ðü¹ý0¢`KËÂд3íPÝìa;A%nÄYÜøðd$©ÿùn»õÏ\Öo,_Þ0s8ý“ÿ¹•qWüOíµv>÷_ó _­¬#8= COmky÷Нy ϼZŠiÒ\;ÑÕ~ˆ¢â`üÕ7sô —óæS ¹åð©8£ ³‹ü»+í§C»ó?Ïe×½†zéLÞ:s0Ö†M”Z20îñð¸Þ·‘ÛÖ‹ý¦¯êD!„B!Äþêµ5wqDî]oÆã+fq¦«Ãmjý7üó±Õ¤\øÿ¹ãpb#? wõ°ÏY'…8rˆŸ/çþ¾-çšý:m¸^û ÷?SLá­ß󹘀q…&~œûÞú°„«ÿšMÇ’3‰ã¦LÄÑgùÄíßÊUýMèµóxø¿Ûȸ|6Oß0 À…4Îz“[zHÖ’˜GaQÄ“ãËïþ'V“üÛwyö¦q¡ò›2†¸’qüîþgYuæ ’¥ß3u2`ò0¯G]×e9î’`sƒ~ì3œ”nÀœò?ünÌ#ÜöÄçÜ1é R"úß\¹ .*ÜYîáÀ“-5ŸÂ¢¼¶!{¦½ÝNb ŽãŒ‚Öæ8–Þá²y«h¸~0‰ ß1ó±UÄÿúuþsÇ$\ à6ñ®ýAª{Ù¶þ8hÐî_í:Ö5@öC¢ÉSœC92¾Ø°šJÿÔès’ífûé(PWJ-±L˜t G% 2œÃöÆþ± mdç¾Üó~ÓWu"„B!„bߨû©ìKyîÑÓIo³fp’çê<+³¯t!+ÝVF_Ø>ÈÐÕ™KA|½-ôT°ŽîÛö#k¼PzçDúÝÙþ3WI >2ú¦;æWµÓ/ÓÞ¦¥lð[qtAè¦z/j-¿Ñ'í,?5‘炯²¢NcxR”rtå10±ërÜþÍïðä'§¾380f0ýª©ÜyéÌÚr2—åšöZ>w¿ø(›ó0·Ï|¯Vn§ÙàÀá×`¸¿þÒ,w›sÊ\]LÞSÛÚSÊ~p ° ½”?=‹›.ÇÚË%—\į&faÝÃÛ6Ò›ý¦¯ëD!„B!DßÚ«Cöt{CFŽ"§]Ê:z@ß¹œ®£kZ»a:Ój·,€nÀd-Ü94©]z::ÆÝ3‹û&ØÛÝî]YØôŠÎiî‰nóÛþ©oºÖa{#·£c>¢å=Z™tæÔZέCº´®ÒêXŽ»]-¬ùï¿Y¬dÕi¼ÜáÓç^ßÀoÿ4sOùéðÔ´ÎõºgíÄWü4ÌxÆ3ïæ©¿'Ý\Ég:{ÂßÑ‚~‚1•vën·m=´­Ýö©ÆPà„¾_IÝïÔ¡·Þ°’o7AÌуH2êèAƒ _ T¿Ñ¶uÚO[“Ñuts¾´ˆ£¾{›?õ87ýœõ4=8½Ý„ýû²t»ßôQ!„B!„Ø7Ô_jÅæŒQ䛼,ùt5M{-½ –¹I+ÈÀ­¯òRm¿H/sæX ­^}°Œ†ÞÞ«b­à®óìEÚK>]Csë›Z ?ÎY©c×ÇUÛ¼”Þ(%ýü§øð“™ÓözŽw°éÕ—XîùåÛ‰gãw¬c0ßð[¦)¢hØh†§îœ_È”6Œ\ƒ›%_nèrïžÚÖn³äâs2ðÏûüPù™ÞÈßÃ-ÉœqéØÐPGƒ‹¬8¨^]L½¶gígçz"¦b#çÈó¹ó¥¯˜wçP¶¿ý0—öyéÍ~Ógu"„B!„bŸ0þR+Vâ§pý%¹œòäÅ\sOîÍSÎÛœ1q7Ó»(‡SŸ¾”Ž›¸äè|œþJ6l40õ¢SÈí«ˆTÃ~û › ïrøã&q㕃9îÁœk¹™+„Ë_ÂÒ* ¾‹ôLéŒCÃ'÷óè{W3Þ^M©6–s¦uÈoÜ$n¸b Ç?|¿K¼KÆ9)ûôanû\çÈ{/cˆ•ç Ú£l/ü7ïWesÑŒãSÔ~éþ—Ëç¼Ëó‹nbÌ„_¶Ø²Ç’Ãý¼ðÐËäŸ7’‹›5Õ; FMšÊÕg'qîS—smòüv´Š…ÿåÛ:0÷¶míöÈÄFÝð8×Ì?‹GΞƺK/çì ý±»7±à½gyêóRò/{[Æ9BUc:SN/Dÿû_¹ö>‹&¤c©[@™ŸOuìeûÁà 5½ËÇË ™ž¸˜ÿÎqS0,—VÅ¢Å;À4˜«ºÏÛˆÒ‹ý¦ïêD!„B!ľ°÷‡ìµ길9jHGÇΘ›ßáõ¸;¸ûÙ¿pÑãA0&1úŠÿpò„øËeÈQçô»å]^K¸ƒÿ{þv.}&Ä’5á"Fœw29f:§¹'ZÓ({™k~Óq0Ò8ž^ù6'ÇYzÝÌŠ»›»ž¼›Ë^ð ±iƒ™:>SÔ|8™rç?¹àŠÛxèªó@‰cè…OròÑÙ–³2ìoð¦ývþúôµœ;3ˆ%ópξ÷=nûM¿ÐÓÑtz.ÇÝÌþ¼çæÒ˜s§ 0uj±#~ͱ®wøø¹ï¨W½Ü»¦Õ6ê°u¸ÖžµcÁå<{ÿ6n¸ÿ¯\ð†/³q¤R4=3::.&ÿßÛ<ó'îùçe¼ß¢0hh(¥(½k[{ÖU‡ñçY_3òÉûyì¸æÙFtl¤?Š«‘«OH¬Òº?pÙsòØÔTWÐÒÒ"¥% zÍGüfôåÔÿýG>øM:)!„B!„‡‹Å@YéVžyúiþõø“³À4 @møUñï†ðçžðò h°³?Ê^ëG‘™ÕíçÛÊJ¹Êë©LäréMÞŒüùÙ<ûe¾ögP¿xŒM%|ýÜ_ùZ?œ™Ü§Á¨Þ–᡼ÉñF!„B!N{mÈ^YéÖ=úþÁ¨§29Ë¥7y; ò§{([4‹½úe:`%}ä Üúêü¦Ÿ¡O·¿·ex(ïCr¼B!„Bˆƒ“Ì´"mŠƒ ·¿ËÂÛ¥(„B!„Bˆ}eïMj.„B!„B!D/¨RB!„B!„b_êu©M%ÅRZB!„B!„‡€Â¢¡}š~¯RGL:JjC!„B!„âPS]Õ§é÷: åv7Km!„B!„Bˆ=&sH !„B!„Bˆ}JRB!„B!„bŸêõ=t]JK!„B!„Bì±^¤$%„B!„B!ö²'„B!„B!ö) H !„B!„Bˆ}Ê(E „B!D¿›’ŸŸ¢ºl.Íõ%¸v ¨*ŽøþŒ½•Œ§I! !„û)™Ô¼-¾J6o¤¢r@ÐÑÃe¡ë:F£{Œ‡Ý‰Óå"-% UUÙ9ë–"­ì—®Ã–vT–£¨*ɉÉX-V)”^im»2ƒÜžª­«%ƃÅbéqÙ¦¦&šššHKK“‚Bˆnl^ý"«¾û ý aÈèñÅÅš„¦ùh¨YÍÒïoÁÛ°•¼‘ÿ+…%D[´x?.ZH0ܽ›R£‘±‡ΘQc¤0…8„Ȥæ=(.)&!>Q# šÚ ø|¾¶—ocÉâ7Øß@¬¥Œ€û' ¶qì§ ©ÙÒÚö¦¦fü_»÷ªk*INJ¡¡©ž²m¥¸\ñ¨ŠŠŽ:˜LfŽØC¢|Þ›õï0+êgŠ¢ ª*v»§Ó‰ÅlEÁï÷1qÂDŽ;öxi`»!ÐÐЈÛí!##£Ûe5M£¶®ƒÁˆÛãÁf³IMÍMøýþnONm? c6™q8RpBĶ®y5óoä˜3.'&nºDQTÞåÜóˆIçÈÿÀÜ·î!-ÿtl±™RhBô¡-äW_‡ÉdÞí륇ÿõ£% Õýµb Õ(×8âà!CözP¾£ŒÃFŽ·Å‹¦Ñ4-ôÒ54-:¨ªŠÅla@f%’ëñ5ÿˆ§ú3l)wÒ\þwbÕz Öc ÆJö¡ææf FNg" °TT–c³Ùð}¸›ÝĹâ0™L¡[WÜ‡Ä ìûÌâ´SΠ¸¸·Û×ëÅçóá÷û ƒ˜L&ÆŒÍùçŸß€õz½<úØ£Ü m7ý¢÷Ü7ñññ´´øhjj&6ÖÞå²õõõÄÅÅc4ªx<^ H…ùý~’“’{½üöíÛ% %ÄAh{E-é)ñ€Î²/þ—a#ý¬ÿù3?£jûF¬1ñ 2CÎÅSq3fWCFO`Ý»qôSR€Bô¡Ðu¤™Í¥QEUQEQQ¥Ý+$¢'¾ÉI©)Èî®)k~dã·g‘wäÛÄ$È}¥88H@ª>_EQü躎¦k躎®…þjš†?àGó-ÅïÿœXÓ*´–µØ’¯'&ù÷€–ÚLj1Æ¢‹f(”BíMM͘L&¬V š¦¡( ë‘'½ƒ¡-¸b³ZiQq:þ›X—Ë…Ýno륪j¸0›ÍÄÅÅc00 ÄÄÄœ’Œ¢(Ú -^ qÄÆÆ²uk)v{L—íÒív“••@ à§¾¾A ¯õRUÓÛÊB½¡B=CAe]×Û^111hš&…&ÄA¦¾ÑÍ)—ÞÃ_®:‹3O8£ÙƪFŽ=‚¢ñŒI,¢¥yË¿¹‹m1éYpÿ@bƉl\÷¾ ûˆ‚BII1->_¯–·Z¬‘‚ëùbˆÍ Î#}ðil^p…'¬EžO&|2‡TBã C§¶›ZÿZFÅ¡å#´¦W©Óš0˜óq%] v$Π¹â1ªJîE5¾„-ãI ¶ÑÒòö2¿¯«ÅLÀïoÿ L(2Õ¶çp}jºŽAUñµxA?ø‡îY­Öv=oZËÊçóa2™ˆ‰‰ ÿš¥†?'4|¯µ Å.ñµ´€UÅétPW[K|||§åjjkHNJB‚ >ŸOÊ;L A×Ñ‚A*++C§¤ð/ª­A'11)´œ”²â óðóò›3áçgc6(~5©¹Ç—<¢m™g.C&ÞÇÏ_\HVÿ ñù_ÇêÈÂݸMŽ Bì#Š¢7 UÙù£gë_…Öësˆì!Õn÷”}5ªúm³±Æ¦“œ{«¨ß6WÆÉR0â€'=¤z Ðiý^kûe^½ €J-¾ºW‰ëÿ_̱SÛ”UÉCV€Þ€§æ=jJ.Ã5è')ؽLGGUUÜ7JÄDòÑz¢¸Ýn@¸·Oè$h³Ù™Þ?Š¢´õ€2™Lm=Æ CD©ÖeCÕÕkø| +#~×°¡Òèz)ð‡Úq.[¶nÁét`0ì<üú|>tMÇjµ†þ­KŸHZ¸<4]#))±Óõjä¾  K)!*6—óÙüU<ùÐ_ظÃϽÏ|ÈmWÆ p0J×5Í™Á¶ ¡9-1‰ º@sc4Yñ6×2ëQù§qØñ/´ýè"„Øû×™‹×÷¾‡”ÕÊТáRp=¨\w?…§¢iM¤<“²•3% % 2©y‚Рë¡è‰¦éX­TUTUi ¶¾Ì f³ M õ¤ðz[Ðt-f<ص"P­ÿný©qíZ¬O<ÊÄùš=,¼ârŽúþ{it½=ÈšÌø~PÀl¶HeU ©©)mËTUW“ššJ DÓ5šÝbccåX¦iZÛ•UU­—¼mg§p)’’’Р¦KÙ q¹û_o1ã¢siñë¬ÜXÉÐQc¹ûñ÷1L0•ÑÇ>C‹»”Ìì >7|l ¨ξò¿lXö ›‹·2꘧AQå!D_QòóEüÈ©¢ªæ’"ÜK*|o÷#“”`'žº¥ø[vàHšˆ»öœIç±¹åÜuK±Å”ö½’A÷‚­¿´‡{HE.õÖ›"ÅŠÅ5 oíû4l½gö#‹yAk¤¦ä[6aï÷‚hû€®ë „þ†zE)­ÕÖI χ¤¡i:Á`0l<4ʪõ!25iÒ$Ìf3Ë—/o׫,èñðý¹ç2az†ú ~_“+QÜ.p8bijj">>@ @ll,uuux½¬VÍÍÍØl6ŒFƒA¥¹¹‰´´t)¼°Ö9¡ôpÐ v6S¥Ëå…¾/æ/'`°¢YœxüAªêšYU¬3dÄîü×{˜MFŽ8l0ªÁ¸“gñÝÛGaýˆ¬Ü(J A_1å[Ö²~å2&ýê[ F«ª}¨uX^ëkå×_Ræm¡ª:ôƒRRb9±vF}LøÚ]ES¹þAÒžŽ¬Æh´¡ëõ¤þ•ë"{ì R@âÀ¾7•"è^h)Ú÷ ÿ³u´FššŒÑdC×ý¬­ ‚åèÁrt­-PÅ9]M’Bí:: ¡ “Ï×Âæ­%”nÛB}C}§e›š)ݶ…òŠíx½ž¶€Ô¡2d/Z¨’’¬V+Ó¦M#&&¦mÙE×ü {%®T+µs«˜ÿær/š! n8|¾---ƒ¡I¹“’©®®AÓ´ð“õâðù|¨ªJSSV› £Q~/h¥…'5W¨ªª¦ººŠªªêЫºŠêð«µwŸ¦i”––R[[Kmm-555ÔÔÔý ã IDATP]SMcc£¨ È=¿ËI§œDM“¯íG¦šz7«Š+4t$·<ø –®Àhv0þ´Y¹ðsªÊw“ö uUå,þöc&œþ &Kœª},4…«BCe%Ÿœv:-³f3uò.¹ø2.šq “&Aã+o0kú)4VU£ª ÿÏÞyÇGUlü{·o²)¤“Ð!@½ƒÒ¤YìØ°b÷§byOß³<+v±b/ØEi"] H—ÞH/»ÙÍîÞÝ{ì¦÷„”ùò¹6»·ž9sæÌ¹3g4¤ØøFFOºž‚ì¿ïp!ªç$zc[ð¦Ùé*Yú~ÏÝ&„%h¶ˆ¤æÕPòG=|(‰RyŠT‚ðªñÈ&tªç8ŽÜß)ÈZB@ø¹˜C"iÌȲ#"Y_ƒôXUÒc…Œ¼4ÂÚ„¡×éÉÌÊ(—ÔÜ-»hÓ–ü|+yÖÌÆ@$ÔV“´»¢){ìܹ“Áƒãv»Q…c_|‰uÉ׌¸®+Ù Ó8•‹Ããaˬ›Ù2ëf,Ý»3è½ù„ôÃ…«"*2‚´´4"""ðH2&£ ­_î¡!!¨Š‚âUe‡ÃALtŒ°%«·?©¹¾Äïe–Ž.Õ§%?oAHHH¹s:uŠ ‹EU h|òÝ*Î{6y.°;=¥F2çØ Ø{$ž½úñðKßñòCÓØ£9’Ó–°~áx%³3içýŠ90NØU 1ð·Éo¹•~×Ý@ˆ‘Øvî$½W$I"xÏ^ÆÎ™Ã?k×ðûµ3¸xÙRJUîÖ^OU…¼SKÈØÿ^wQ]Ï¡S¿7Qä£H’½1ÚçyNÒïüŸÈ:¾›oD£ !2~!mÏ«ï šâ|5xýËŒKH¨’:Xa`ªð < B2•¼ã/—üÆ€hÌ–p¬)o¾?UHxÂ*!І²Ý¨þix¾‘N.W’1Ñ1äæåíJhH(N—¯åD¯×‹$iZÍ) Ü”½ÀÀ@̶mÛèÔ©¹ÿì!éÎ;wu;rWg"…hþPÏrçÉÙkåï{ïcܪ߅V^¯'<<œ¬¬,"##Ñjµ‘››K@@²ìFUUrrrˆ‰‰)—Ç«µS<O"33ÓçëúsPDGG¤ ë°¢ø‚{.—«xuTU% @Lçš ²ÇË;_,ã®ûî$_V©lü„Ãå!!¡'³ÏŠÏ#Øb& ¸C/\ÄÆ/`ÐäÏ  q…„Äî•+‰ìОýà~úiNdf°aêyh€‘ËVѵs®œNêÚul[º„þ“Ï‚ÙIOºsH{";ÄÖÕ›Óº ÎäUØGuíÃëØEpd/ÂÚ}=wé‡pjçtò aC„@͑ԼЧìQœ„Oã%•'%…âÕ^MX÷h”#Hª/Õ–•k3xøÝ  ù£ˆÂP^Å‹^o"7ÏJ ÇƒWñR*¡y~‡ÃÃîÀ 7ùÊV#µš¤æ@¹){ àĉ¤¦¦Ò©sG¼Š·ªrêûdôv_°íÊ)íph$äøÔöB¯k€ÉlÆDVv‘äY­„…‡“›—‹Ù@fVmÂÂÐêtBžeípaRs "2²Ô©R²òÿ­¨ YÙÙ8œE SÃÃý ÏUEÈW hªNËëÏ䡹pëm7¡ 5åŽ3èµtˆ ¥Ct0)'Ž`µºùêõû²˜‹êwpxoÆÏØ…Î$ê¼@ÐȤª^Îþß“Øvï&%3ýùùL½är$$Öþ:£‘{>ÝŸù[¶oc€$µú>§â±qdÃå´í>‘и‘È®4l_£Ñ€ÞƒFŠÁë±Q8*Âë±áqg [“@ Äy=FÖ±¯8²á2zž» .H(£ é·÷BUãñ¤´þ ’obtÑêE!) $ÚàeŠ’‹¤d*†ÀNlß7ŸA#…0Â!!¡¨ªŠÅb!#3 Yö¥tZ=²GÆžoÇãñŽN§Çh4ú–nE-`É`TÇŽ±Ûíìܹ½^ªD`|ª!%4F èÎÏÎfö¿ßåšW`1EL»èµ2›6®åÁÙÓ˜6qhÑ1ÎÌL¶üï)Nþñ¶äd‚Úµ#vìXýçQL"§@ÐÐH’DfV6–6mÈØõžÇ”‹/'´M†Q?þÈâ¾ejÿ¾!‘ž‘QjAÖŠFD§‘ßrbó dŸÜLX\"–ˆsÑhtxÝ'ðȾÁŠ×îÿߤkK`ÐD$ÉDÎÉÈ8´Ùå ÓÈïD0JÐl¨S©U+—sîùSp¹\¥>·D¼^¯/ؤÑúÒGU˜»¤äŠO€&ßJd’&ÐÔRs¢²Ãª¨¨ŠŠÃn';;§³UI#ã‘e-PUìv;²Û‹×£jO#00€ððÌfTEm5eTrÊ^FFV«µ(H¥(^<™ÎÓ§s|õ|ö¦Íy$NoÇ©4=ž|•®W\^©}hhš›ýñz½$?NFZz‘œtz=q;’ž–ŽV«Å–›ÇÉ£Ç =9Â#Âiß©“HlîÇh4±wÏ^J/ ­úÓ¾©%ÔP-Ò<<ÜNWá)ßê|*(^UØbA«±?-øŽ1|3ï^f?:£ê"±s[6'1r@7~ýðß„ÕéSkײꦙtéÛ—AcÇ U!ïÄ 2’’øvÐ`&|ö)mGBûÓ(ªŠF£EÒúüÍâ>”$ ­V‹Gö”èO5¾OÙÔh3˜v—º„Ì/qêÀjÂÛ%Ùér ·}3’Æ÷rÎ2I²và#2Ž®ÅÐ…ˆîOãÏ!%|A3¡N½sÏŸRáç–ˆ×ãE·úƒTÙæ-U”XJõOýò‚•µ ‹ê—{h›P â•tLÆÀŠke6[’¤¢Táên…[JÊI‚‚öÓ¹sgF¼0—o7m"Íj%ô q×$°hîÜò©F¤9ÙÙíf×¶m˜Lf"ÂËFXæÛlœÛ¡ª8 œìØò7‰ýûÕxTPK&.6¶Òo‡!::—ËIáËF‹Édòø+ë ‹R‚VbZaÁ,xõîûßÇKÉे¯e`ïÎ¥öqff²rÆu ;–  ܇ gfb.( ]T!½z±bÆu\¾9IŒ”ûÓÀ„‡E`ËÌ 8;‡^iÙ¬½ñÆ|ü’\{ ‰W]‰.3‹lÙETdt©Å¢Z=’†¶Òö r·‘qàö®}Œž£ŸBńǕ‚ÞÜUÕ±{ÅÍX¢&ÐiÄ"Ì¡b!Aó¤N©’Ñø–þfÐëUŠ:ð’$¡‘4HšâÉ Ta¾sJ$Ñ_PKаÊ[vË„„„MG+ ¼”Lz¬ø“™+Š‚×ë%//¯TyµJ®²§ÓéPU½^ÕfÅf³‘ŸŸO@t$cÞŸÏ&–Û ý1º3ìÈ7'û““É@PPiii¾Õâ€èèh223q»]Xsrh×¾=©©©Èþà %(ˆ€À@2ÓÓ‰kß^Tp¨t8¿Ñd$$$§ÓHVV&¾ ”ǧRñú‘‘Q€H Zýii˜ zÞ|r^EA§Õ–û}ËSOÓ1.ŽÐ3ÞíÛ18Ð; påçc;r„ aÈ‹cËSOsÖ«¯ „ýi@b$‰S³f{ãM 안Öh`ÑÂoT•×^K¿#‘V¯#ý£éøð ¦ìUˆ9´?†|Âñ¤ëÉ<ú#mÚÄiÛŒ9ôÒ}Ž%j†|,%hÖÔi)§U+—½µ/ù¹%âU<¥;D%W×ÿV ÒøƒTn'F4$þ€”GFQ¼È²›œœ’“O™™‰ÝžÝžOff&ÉÉ'ÈÉÉA–ݾ}=2ªª´º€Ta0J¯÷åÑÊÍÍeç._©È¨,A¸Ýn:vÀxûmlȳ³.†ý÷?gô¾›“ýIOKÃ`0ššJïý2rD‘ž©ŠBl\*àr:ñz< :„¾`³Z1 d¦§‹ª]]ÍWTàY"22Ѝ(ßMtT4ÑÑ1DGÇ Ñøì±H Z‹ýi‰H’Ta0 àÔgûL;v»“ÝŽ <"‚“ü!)ö§é;i"'ìvNýñG‰S§qõõ72cÖ-$Nš„´n=É¿ÿNŠÛÍ ¦ŠÂ­„—çm:ßEvÊ4Ú6 ™‘$3ÙÉÓ¦óx½^áÛš55_e¯DgýÜó¦€?wGÉÏ-ßè&µœ @AAã H©ÞR+î©…ûMÙó¢ÒúFà4ªÁVUÕ·Ô{áZyvG>±±q¤¤¤`µåíÛ¶m,©©§0˜eÙ¿ŠWë*#­V‹ÑhÄjµ²åï-´oߎ+®¸Œ;`4šp»]¸Ý.dŒ32œ›þXUÔàI95+ûãO¨-i$d— §ÃF§Åãõ ÓëÐjµ˜LFdŒF«!77—³4’Oa7ªµÑŠß¾™™¾÷þQ«ÑÑÑ%FG‚ŠêÛ_ÈTÐìO+ÖœŒ919) £^¤ªhìv$¯  äçc²X°%'‹2ûÓÀHH ]ð)]=ƒöG9|‡[N&™DŠÛÅøŸ•[SHÔÏâY–qKAKAÞ>ÚÄ݆={;èÚù¾w8ÐëõètºR³B‚æB¦ì9]Î ?·Ø`‡¢úÿWÊäR)Nh^²ò«¥Vlóx½bft#nUUñxŠG´Z0 tèÐE)¥æñxKåŒòx<­n„”/y¹Â¶mÛ0¹êš+hÓ& “Ñ„¢(8Å~¯‡[,8óó j×NKÐ,iÊöÇYf ¡ŠJHt “~_Áö¥KIÚ¾“Ì,ßjzQ‘Qt¸ÿ~.6ÍTSJ%àvº\˜ZñèÓÂ`”,Ë8NGràU¤ú”жH=´9ðZ²³s Àl6c2›Ñ‹ ” R§€Ô¿¯àÜó¦àt9K}niȲLll;vîÚAß>ýêT¹ÜOtDm%Ã̧‡Ûí.êpʲ\"â%##ƒüüüR)0›Í¥ÊYõ/Ååv»1 -VVI’8y2·Çɸñ£0›Í F@Ååvúƒ§Åãý¼Š‚Õjm2ÏМìOh›PÒN$((ˆð°0EÁårá(( ¶CÂ##I;y €€€‚´Z<yV+¡ááȲ\arnA¡ãæ 0Õtê‚ÖÞryîùçòA§çžžçž{ž‡z¨UÙŸÖFìØ1¤%m¦C|<ùý…Ëß’y '=3“رc„°Í’¦l²³²Ðj5x<21Q±¥~wå55:‡×ëE«Õ’•Elll+÷mÊŒr»(Ð BÊ•Ì#?Q`ËÄ5­ìF–õ Táßš)u[eï¼)~ni† ++‹ @ Ë–-eÁ—ŸãõxŠj‰•ôŠ™þæû_’$¢¢¢éÜ¡3éééÄÅÅ¡Ñh„ÖÕ3n· ‰ôôôR#¤Ìf3^¯—à2GH¥‚ƒ‡ÔÔT4’¦E¤dYÆjµq"å(]â; ïU·ì¹â5NUÅn·7™RÍÉþ˜hß©§’“ÉÍËC+i0˜M´ëØ­V‹N§C’$û÷ãè¡Cج6d¯VGXd$F“I¼åª£ÉÄÞ½{KØÞÒv¸ìwBh-Â`ÓsÏ=ÓåäÑGàé§Ÿá•W_åá‡:íÑQ­Åÿi® |ä¾2”à^½° †ãÀ”ü|$‹}|<6­–“))\öãBX‚fIS·?]»tçÕ×_*Zª¶hµZºv‰oõå\¸ “N§Ãh4¢øseêôzdíS$ÿ3â^$$¨ f³ “É·ú”Âo47Ä”½*ŒAXX =èÖõôŒ£N§%2*J£ƒÁ€Å@^nûöí¯Õñzž6¡¡Eçj©èõzf\s- þP¼jd uò¼Éç5™çhNöG£ÑEXx8²ÇªZäd””½^¯'¾gO</¨êOÜ«Õj…cQ qmck,òl¹” J}òɧäääÔ[0ªµø?ÍSDã?ý„•×]Ol\múôÁd±PŸOFf&'SRÿé'˜ÎðJ±AK´?aááôìÞƒÎ;ÖyŒF#aáá­¾¬KúŠz?Çëõ✈Úq=]PÑ>Z¿¿(¦ê š+5H•y²nÍL>o v{~©Ï-Ñ´mÛ¶ÞÎUR†‚ú-§Â)xÝ»Ÿþ›•–\NS.˜Â” ¦4k¹4WûSre(EQ*:¦Ó›e±B§@P;æÜ?Š¢0wî <øÀÌ™s½Ù¯Öâÿ4W"GŒàâ?7²õ™g9¸z5ù))Xââh;f ÿÆðpá‹ š-MÙþè´Z¢¢¢êí|¢ž–ñK¥}±”ÛGUUá3 Œ†tÖi„ÔäÃD'·ð!ëbT“@дhMöG ÔžxÀï¡Ãƒ> ìO+ÃÎð—^‚ÿG šu H•ŒÆ‹7ƒ 1öG TGQPJØ@ ü@ h²ÔiøÏº5h)÷Y a°?@ØaAó§æ#¤J$-&ªª¥> AC#ì@ öG û#ì@ hšJ©’æ.?ßVág@ hh„ýÂþag/æ@× ¥â´HzíÆ:MÙ[¿v5KP¹Ï@ÐÐû#„ýÂþûsÆ‘³è™;™6îf>Ùç@ŒWjOR­n•o¿?s 7¿¶gE ‚FC¬2#„ýi¡¨6v~þ4¾»[øW°?M}gf~»–/:ÉãSg³(Í+d"Ô’š¤TµhË·YÉ·YË}n±›7—í?/båî<¼ýݘ›âàDÒr–nÍ*}mçžÕ×/"Ý£¶ìò8íòÌãð†å¬Ý–Š[©nÎÜ 2óܨ-].eu¨2]«ìûFÚZý[#Õu±‰­™ÛŸÚø iÇOçÜž\6}ø:ï-KÆ­ªàØÄ} Ñôø¿¿(h.¾N]Ÿ_øwbþOýÛºFØ$cG.|j1›y†‰¡«bky[“ HÕÛÛ¯M!rÀ=ü’æ)ý›|˜y£bˆ½z%bft%¸öóάk™óíqäR%i¡}Ï^$tÀ 9“7(“¾y¿¯(¿­ú;OS¡¤ÃLHxa¡¦ª+bçøÎ¿Ù—æA§×49uPÇXöÚÝ\8¼ÑÑ1DFweàù³yþçƒ8jk?ÊêPeºVÙ÷-¥€¬£»ø{Ã*V­XÆï+V°vc{Žç"‹±ÙM[®µ©ëAcÚnëZîJˆ!2ñ~6ØêIákã4¤¯ÏsKzLz0|9,šŒ¯ÓÏßäý;A3ot±íZÀƒ— §Kt ‘Ñ1DwÆùw|Àž‚æ6œ¢iÕ Ÿ=oOÏ©¯°Ý.C ¶Ô)©ùiW\€“_sÓÕíøuÑZ¤ ÷iJUZ-s_j¸ÏR×ÖwfÆü%Ìh€òª“¬º3|x'Ì% ÉJx@Y¹®3[¶RmûŒ sPZo>J ä%‚°˜$òd¥Éè¥jÛ —]Ä‹ÛÂuã]¼ü¯N:Žó×ïóâÌQü|û÷,úÏHÚÔ´±®B‡*Óó¦VOë•c[7q8OGhûxúõ @+cÏN%KLP §C9šª\ëPׂF¨œXø<ßçcR¿áÙÅ÷óÃÕ±hO÷´uôÒŽŸÎ¹U@Õ¢'´]@mB¾NC>SõïÍ%gÿwñýü8‰ÿ{ñQÇHXíä¯ã‘é›™^5©:Ñ@ö\ hEœ¹¸räHú‰«î]Ä©ª†Íx³ùóí;˜Ü·=QÑ1tr ~±›üBëãÜΣýcèûȶâ|¶ß¹º] ãÞ?‡|ÖÞÚ¨^÷³©Ä€üõw=˜'wºüö$5¯Îbl϶þë\Î㿜À]c{T›ã=${3Ããc‰ŠŽ!*®“îú„Ý%£êÞ6Í¿›ótðíÓi7~y¢è­YêûçÒ!:†¨è†>¿·çýu«ŠG—U';%“^ÂY}ºí?WûÓxxá\§ÝXŒÑ`@¯÷m:ÕA^¾ŒªºÉÚŸÄ_kV²jÅ2V­XÆêµ›ØŸê@)òÆdrýMÒºÂ}–³é€Õ÷»ê"çèv’Vû]¿™CéÅ ’*c=¾‹-kWø]Éú IìKóÂÔNl\ÂÒµûÉÌw£âÅžò[Ö.÷íÿûj¶Ì+¾ÀyàW~øá~_±Œ?å£Öõþ*9®ö°í¥Ù¼¸-†™ßýÁ·ÏÝÉÕÓ¦0íªÛyæËUü8»{ߺg6åû®[m=*Ò¡Št­ªï«ªJëž»–qý»øt:º=£ßÖ„Í£ëÑíÎ3Ðþì©L5€Î±á„¶‰ m×¾ô‹oƒ^ò•iî±Eú¶z}ûRleP¬X·Œ û¬Å:åÉdÇÊe$(Ô 7Ùû7³imqX»ño¦Ú)• º¥´T¹ÖDfåêzK‘¡ Yãü‡^ßBÜÝŸðþþ|õö–ltUû¾˜Ãùý|mwT‡¾œ÷ÔV ªû­¬ ¯jßJíx5þI-ü†ÊÚŽR¸óóÓÒÉ·_÷±³ùôHI_"’Þ}蓾¢gT2YñèÅŒìÓµè~º¾™?z™;.LÇè¢bz2öÖØUô YüþßËÕ¯«¿-Š!þ¬«xláÒ#‹«õ¡*nÓœu•msñïÍס•l´êÿÂ<þ=c “&^Àe³æ…'§§«^Õ¶¾Õá˜êêJ9;PE]<ÝþÝéÚór‘ÁØŸªž§Ú2ª'ûVƒöC ¨/ÎÜú”±ñÚÓC¹yê]ÜÔ?îè©|-g×Ë—2íÅ4Æüß‹|6,ˆ“Ë_ã¿÷Nákùòêv5x€@z_< ÓkY~ØÍÐDàdÿ¯ëÉ‹œÄùÝŒ€ƒ­Ï_Ìeoé¹ö©Ïy>Á˶ÿÍnº– 5˹¿Kuרæø†2ûk ëÎ»Ž¸p=¹Ûðè#1«Ã0V?ÐNv¿z)ÎMá¬Ûžâã1Ðæ¤àꉞlÚ\ô&_Þ“€ STôœª½ì;‡Ömà@ļóÚ(¼i$}ô8/Üv=‘½Wrwýi°Šâ•‘]®¢Î¡$IERGvSO†ŽŒÃ¤:É:°™Ý»v` Aœ^EÅC~F&ù† Þ‹$ã1En´r|[ÛŽih×÷l…ëÉ;´‰m;v`3œ8½ÛÑÍl9T@›.ýÞ1ƒ;Ýw`õš 4J8üÞ¢dhCxˆÜ“ûÙ½'©ó Îî‰ÑcÇ®‰ Å…Õ+Òw8›1½CÑ ¡3aöœ"¥.÷§«ø¹sk'^û6Þÿ2ýÙoqïY¡¥#Ëš†ßýoÆ}t3ßÎßĆŸCði”dy]ÛSÉ÷ÕÔƒ®Vvÿ¶‚Ý!·óÖ«h«æaêÜ„ãQV’S "F0 ½Wn6·R*( ùG’ØzØEDü FÄà:¹‹í{’õ£èU\‡$SaAy6ÿÈ ´–Ú˜ä:¼Ø³³±{2xx,ª“¬#;ؽë/\ÚQ$Fê}œCµ×­p£Üü&4Š«ÞäZ™•®ëÖ¼òZ‚ ꥆ oòEÆP»a(c­7Ñå›xóÏ;xsL0à>ô!³îýÍͯðý¥=1çå„1}5¿•‹õÔ`ßòv¼ÿ¤~Cùs—…• ÿ½ˆ›>ò0iÎ<žJîŽÅ¼þü–;1æÍeŒ©´sgçкŒ¸‹ùoŒ%ܹŸïÿs^Ø»þÃÛ÷Å¡îûŠGû³:gÍC ”|¬Y˾°;y륳 “SÙòí˼pÛ¹×ðéô8t5ò¡*nÓ ­›l+•[SóïÍ}L/:jd’>ùî£O°¦ŽzUÛúV‡cjXW(ñâ¯âºXÛþYýÛóò6«ö§Òç©IÕ}SjÑÖª¯„V…çQ%‚ÜǧÏnaÌC7òÜàßxl€Z¼ª¢æ­aî[{ˆ¼þG>|x€1ƒ=2”Ùsç³ûâ'èGécJß« *„šÎHÃ,~YvŒzuÃà:È/KS 1 &5{5/Î?D£xþ†Îèa z’–_Å·?æ®{´þñ %|ÿ­æTsüœåŒg@·I\ÒÍÿÇ x\¿|Ϭջ±Þ߃pëžã¢nXħ õ=wQ{á{6cxz%$ñü3?缫ú¸S6³Ç {I\L[¢bÚÕý*~ʇ¬£ÙÕ&¥¬ýñn’—Î寉éÛ–¨ùwƒ.n¥ø¹LJ(Œªu•&¤ =Â!7ÅÊi-\Ø“‘ÏcüäÂm½:FPfRµêuãv»‘½:Lzp9¼èËd(,ÚÇíÄiÏ!_ü]‹ùî‹/ùiñÏ,[þ§dpÙ<è¼yä{µ„u‰F[CžÍËíA©"‘ƒ&¨#"%’W/dåŸ;8–nÃåvâr—‘‘âÁëñàñxð*jîÏ`ÔVx\í㺾\V’FªLëA$ R#ÕæÓ­GM2( ‘ðÊr…Ó¶”‚\ò½Â;F )ÈÅš_€[V0‡YÀ‘Ž]gFWËP½nÜ.n·Š%Âö43W^tËíQZ¼\+“YYÙ+Ζ#CAóD>öoýÌ´›GÐFt±L¹}Ú5oóãqŸ•4÷¾™ûÏ‘øñº¡Œ½éI>]Ÿ\ã¨ò·²Ôfßšú'õé7¸S¶rP6Ñw\¼/UO˜Ûv%œÒ•éÞ¿¡MmQ+8‹ ¨’­ÙSaÂZß>m9s"AWÃâ£72yÑk{ óûú~WUT´ î'^i)Õ©×…´ÃLJéó•=µÇ—>F>4Ÿk¯Û¥O1ÿ¹áÄ2Y>ç*žQ ϧTñÜÕ'T¯±ìÊ E¯EQN+': mÚà±ø;œ^ rsñ*•”’( i4•<“o“ˆr.ƒ£JÕÑç$´ZÙUqg·Üõ5ÄöK¬+—“‡þaÿßG9ÛŸ=#1P»äÞÕÝŸÔ «-Ú6ñt ‚%÷`½«+áe:Þjþ>Ö…À „éAUjPO*yžÊ~/û}õõ ý´Ÿ»q­c fd¥ç w´T¬;Eº«";K꛿j è$ IõÕ)ÐTøì••‡oTŽ ©qt«ùȵz™i+اEÈPÐLq±gÁ‡üãÍàŸiÝø¬Ì¯ï}ëJÀ`ìÊ þfܺïøð7yèÒ·yù²÷Xòêbªú­¬îV³oEv¼Zÿ¤†~CM~Q §ñ«Õ·/TÑî–³=T”¢óJhô(Šo0…Tu÷ `­«Uù3ÔD¶MÝ¿´Œ1 ˜z;¦ÞÌ] g3îöûø¿1£ù¢WÝôª.õ­ºcÜu²Cµ÷KÕÆ°çµ°aÅö§’ç9M»T+ûVUû!†W ê™&±€¬&t4½s3–ÅOòî¡âï í†`r²ué^ì…_*Ù$ý¶b“ØFÚÚµ¬=‡¨<¨,:lEä‹‹ùä›t›q-‰þñІ¸Äë½Øî &¾;Ý»nñt‰60);LÑÿw÷SpxûéÉÌ9×1aP"½ú ¤oL±É2Ä $^ïdëÒ=ä—– #ä:ª|ÃU#Ù54ª,#mþ‘JÕQň)˜Š-ÛƒNòàñÈE›Û‘K®7³ä!ç¤omZUC(íûeLß68O§À`D#iÐIàq{jÔpUwÙ6OýÈÖ2€›.ŽÂ½êYÞÚl-}oj>[ßy–åΦÝ8È7Ô·Fõ¤†ºVÉ÷µ­M?\L\”%ul«¥ÆJÆKvrE%«Êäeäƒ)‚P£’£ܹÖÚ%ÑTe¬Y0…lÐ6–n5¹Ö@fg¬~ a߯Ç_';c>¿.[ʲ¢í'^97˜£_|ÆÎÂŒ±’™Ž£fðÄ‚5¬}¢7'¿{•_S=ÕÿV®=­dßJìxuþÉiµ•ø)I‹·a=ÓÑ%—­+Atº‡hNχª«l›“'hèi{öytÃËñ=hš^Õ‹ª_Úhö¼–ö§Þë~]í[mÚàtºµê°×KB-“É÷uÐxë–¥L™­ÿ7)dÌîΤ×f2;â1f "eùë<ºRåì¹7“hTÆLK@}æqî~^e戶r6’,ƒ¶dN…€~̼¦Ÿ½zi1÷òÎèý¿I¡c˜sc'¦ÌŸÉõ–‡™9¾!r&k8çÆ©tÒZˆ[ÒB~Ý‘ÀE‰eþî]Íñe2À™Û¡/òÑ+ŸÑíÚDíìÍôÉD Íœ™¸à¸!à_ÌÝ sAi泸dt[ö àå%/0oáÝŒÌâ„2„éJ窑ì<™ë¦óÆÔI¸ãV.ÑKÁ1þ\øó~=B—¿ä?Ã-Hª ÚÔ“²9¥t•èÚäʾ¯¦Hj=xŒ™ïÉ€…v#nbÀµSé¤ä¼Gîá›ÛÞâá¹ç2é³ñeþžXÍñeÞIt¿•_:Å}/<ÁµßøÆL胣I¼ “ä—Å¿àÛ6ñä{ÿ↷¼ `àìO™:¦?cŸ|‰ën~„Wn¿šW¤PúÜ0Ÿ Ç·/#КȮqìgÓšýe¾ £ßøa„+§¥²!]1(ð(‡ìa—St˜Â:oBë‚°ø!ô1àÐÞ­${Á` FH•½tpÛÈ‘öÿì㟤4À@pÇAtˆÕ×íþœõ·`ª¦Í(žZò½Ÿ†·>{„›ßðu¦Ã'sÛïsïÅ iŠß„Õ¬ž”ê-T¬k“Ï®äûU×Có3’!œ®CÎ&<õ(ÇŽdïQŸŽhM!D´oG€%CçA 8ÊáÃÛÙîTјÈë?‘A=,xlȪD@‡~ôVösxÿ6Ò¼¾ ŒÑALp¬ñ’y`;Ùv/èƒhÛk,Cz‡àÍÏÀ£6žn5¹ÖDfg®~ eYûÁ2loá¢øòÆ0hÀ•L Yȯn$ã¾]üöæ[<šâÓÇ .c¸ýÝ8?BƒgçŽJ£Ì‹kOVûR‰}ŸTR£QÎ!•¶!Ri?¥ïýß±¸Í“<ñö“ÌúØ HXb8gx Þd$½u7ó“’ÀÔG¾á¹›»úý£Óð¡¤:ʶ²ãп+žæ\³¿Í¯&Œˆüxÿ‘÷8éðù… c¸ýíÿòÀhߊpg´ßP›~RMU²Úþ]]ãQÙ5¶ç9£&ûòKÕÊþTF-êþiÚ·‚*Û žûü¯´wÝ~«óõ7ß&;+ÓçØÈ²– ¦¡ŒaÑ„TèMºÉKÏÂ¥h ˆˆ"ЛMfŽË?—YOPd†‚L²m2*ìSâ†À,&tŸÛäuÛ±æØ|UI‡)(„@³­û8«X<äRÆFÛÉÉ÷”;7z !¡ þ¤3ª×E-»ÓëË;£5c Æ¬× G.9Væ:Ý_UÏUgWƒ´ï¯bйô…<7µfIhbý©´S`f:M¡ŽÈ¸ùØlN4ƒ±šÑi| ±v+ù¹¸|%-Æ P,æÂÜF*ŠGÆeËÁæ´“œ´ž#!ã™:*Tz­Š—=›Ý]bìNcëV•«ZPC™U$“$C@P;<ǘ?iOuø‚Ý-^O š»ýöMÐèô¾PfJò Þ›?Ÿyo½ó à ;`rü[V‰ÏVÿïþý=€J¥4VÏHRsAKGÁ™} g5{æ©â¹ËàËÿ’~ªê}J\ÃeÏÁe/¯©ÎŒd²•ó²‘<r’÷“Fý¢Ì¨Þü¢$ë¥Î-ç““‘_¹þ{ °f`-ó}íﯺçª+Z¢¦¾ÂÛ[nâ®[GòÍ8kìt{þz›…Fž¾JËز)°U®ó.{..{nFÔ‹Óš…ÓZµUe¹UB[·š®\k&³ŠdÒ‚d(jMM§ As³?¾ šŸCJ hP¼¸rS9q*§@ƒ1¤- g §{Œ-ÝÓr­³.–)O/aâÝ;Yóû:¶fw%B§ŠÖ¨Yx'UåP™ ‚z·Ân‚–f„}4CjeO h>(¸­™dZ…$Í /ŽŒ“8„ „Ì@ ‚V€H•/@ @ hTDRs@ @ A£"’š @ @ 1eO @ @Шˆ€”@ @  Q©ñ”½C‡i @ @ ´zõnÐóëšÊMUU‘Ýnd·Œ¢*õznFƒN¯Çh4–¼ ^¯‚âõ¢ÖóR’$¡ÑjÐjugîz@ Z[÷Ÿâû?öp<5Wã4Ñj4ÄEséØto+"Z<¢§(T‚ªª8HINf×ÎdffÖÛ¹5 aaaôéÓî=P/¨*Lrr »wï$';§Þ®'I!!!$$ô¢c§Žèô†Æ¿ž@ ‚ÅßûNòÁÏÛ9¤/çŒ G«Ñ ¡œ^E!5=‹÷oåªq6ÎØ]E ´hD@J ¨Ù-“|â[’6‘Ø»/ýú@ª§¬k’$á°;HJú Kp;vÆa·“œœÌß[63öœñtêÜ­¶~;Y–9zäkþøUUèÜ¥+ 5êõ´:an@ hI|¿zûö&44‡S£³¡@”™që•MjF.‰}C±9½B(õˆÉJZ¦•õkW õS”­(Ûz“gTtL“»?*AQT²³²1÷1£ÓjÑkuh´õ;=ÄLVf’FƒªBnn.»ti°gêØ±K—üŠ×ãA§Ó7êõ*#=-•Ý»v2hÈP"""ë]ÆgT‡¼^233ø;i^¯—!ÃG´¸gr2ˆ22n½²Ñ¬]IêÑÝ(Š"¦¾;‘’JŸ~ý…Ήú)ÊV”m=É3  É¥D@J ¨ª+  I$o«O´J9qªª¢ÕjQUµa*¼^¢((þó7öõ*âÀ¾½$ôê…Éd"?ßÖâtÈd2ѳW/öïÝ×bŸQÈYÈP ÊLȸuÊF«ÿÝ~F0ýÁ÷„Ήú)ÊV”m=Ê3ûöŠ€”@ÐQUµhk*ìÛ¿—_~]Ìç_Hî=üzþµ‘¤Í›2x(Ǩ·óÚl6BBB[ôÛÕàP»xƒ,ä,d(e&dÜ¢Ði@UT!Š‘­Ð9Q?EÙŠ²­OyÚlM/°×òRªŸ¿Æ×ö‹ùÏ­‰˜ªÛßu”ß¾;ÎÀ+G¥¼¬|î_|xoü_ŸòÇ—Ý_ÐòTHUQ)r»Ýì?´Ÿä”dY®òx½^O\l=ºuÇ`¨ŸÕæöïßǪ?~çÊ+®â§ŸBB¢»žuC‘´y÷Üu/¯Í{¥^Rªª‚$5©`_}#ùŸ¯%?£³¡@”™qëC§µ°-Ô¿l…\Eýe+ʶžåÙäl]ƒÙµ“ÿ?Ϻ¼Éº¦U¬Q 8±y»uƒ˜8 ŒzëxsIúà5æ‡ á¡[1$qoÿóùå¼_ØþêPÌ%vUr7ñÊŒ+x柑¼>j×tЃ7—틱¢Ï ”M×Xáþg,jÒ€2 ª”2ˆ{ìgĈ‘\Ñ¡SŽ?vü(7n O¯Ä\«jûÿ>V­þëgÜ€ÙÀõ3nà“Ï>FUÕ:¥jjè‡ Êkó^aÈà¡õnÌZKC#T!g!C(3!ã–„¶(“MCÈV蜨ŸQ¶-º¤Ôl~¼°3­O±å÷Ùt*{&ÉB‡„Dz¶‹ÀP]Ú×>Þ¾éjMYÆ–†¦H:LzЛõH%¿÷$³àú+™oº›ÿ¼›Q‘Õˆ¦¶û74)ÃÖhUµ((pòT2íÚµ'#+ §ê%Žu:íÚµçä©dz'ô:­{)ŒÒë X­¹XŠ‚R@ƒ”6t8Æ xN!g!C(3!cÏÇÑH (­O6Þt–>q/ŸZàýû—zÁ]Ÿ²:'ê§@”m‹oGì̆Î\ÿÞR®ojO¬ !6Ô@›ö¡¥ƒ6º8.‡Å`©I4§¶û š·!,3eO–=h$ i™©¾áS…ê¥ÕŽÙ@ÓAvn^E!", Yöœ–A-Œ:y*™•+—3~üDbÛ¶kð Ô_›þ,Ê!Uß)9  D™ 7ÃŽ„”3%ÕÁñM«Ù©ʹƒÃ÷e¬'›¿øŽ¥ýoÆ£ª 2>LLÙõS ʶ5 i°3{ŽñÎèHb¯]…Íßhì]pçöŽ#<"’ð¸D&?ù7%I}oq‘„GD2ø¹=¸<é¬~ù&Fw"<"’vƒ.å¿?ŸðýVîã,~ìrµ÷§ë¨[øäH‰ßõ‘ôé“@ŸÄŠ&ØyÒYýòL&Õ—ŽÑ5¸FUû+™,ÿ÷4†õêD„ÿY:Ÿ=“>|‰Û.H»ˆHÂ#»3ú–ØiWËœ³’çT2Yþï‹Þ«cÑ9cû]ȃß)wådX¹¢d¯à¶ÄHº^õ '=¢r”4‚ªZ>(ß›Þ=ûm ñ}pí^À®×ûáÚ½€„ø>$Ä÷.s.µÚ$ée÷Ù·oo¹`ÔÏ¿üL‡øù—Ÿ9y*½ÞÀõ3n`ÕêßÙ·oo…תÉõRR’ùlÁ'|õõ9r¸èûÂRI›7}wèðA>øp>_~½€””ä_¯ºçm‰[kyÎ:oŠ]_Íå‰þ¡ ¹ÈÙyŒe_¯'Ý#tµÕè™×Êö/æòÔ'ûpŠ2kU›qÅ›Îß“P+ü—Ëo×´Ãh2mæ¨îœ5ý_|¶-o%GÕøŸs¯]u1w|q×éž«Nÿ*òúøWjr[´ƒ¢~ ÛÛ¬¶ºúõàw¶®€TÙ8Ñ¡÷™yÏا¾ÄËVðÛçÏ0{b;Jf] »øm–¯^ÍšÕkøfVW 8Øúì4.™{Á/?ΣƒŽðæ W3o¯»‚^­•õNå†7ÿ¡Ç]oòÕ· xöÊ®(¥¢6AŒ}{o òÿ]ËkT·¿bçк ŒœÅ{ßýÀŸ?Ç…îŸxîÁ·Iv/ï~ó Ÿ<1†œ…sÓ¼½þ€RMιž‘³x÷ëoùî‹7¸'a?ÌžÁ¼}¥ï±¬ ©Ü+ ˆ8TY¡TX™Ó3R9™š\´9]_ý"½.|†ã«_Äé* =#µÖ©’9r˜•«–£Nž`ÑO?2vÌ8ÆÏØ1ãXôÓœšrýxð &Ž›Äw<Ä=«è×á5Ùߨþ,&Œ=›ÑçÎäÉ''`$г¯šÎçŒcÊ­Oñè8¼<‰,omÎy6“Æeܤé<ðê e?¯MÃS… •ȽHÂ&ðöî 58ˆA•Щ¥‚R…dåf’]b“eÅ+cŽAñʸÝnôz’$•Z)¢6†aíú5\<íôz))Çùná÷œ3v={$гGçŒÀw ¿'%å8:Žs'ŸÇÒå¿Õéyóòòpºœ˜MÜtÃ,–-_Êž=ÿ0lèpî¸í.† Ξ=ÿ°lùRnºatZ-’$5h@J±®çAÝè<äßüiSjÑ(àƒ;næ‘…ÇK;NRqÝ{УSzéÌwfg2«Þy+Ç ¤k—ntîÒ“®fΓëm=>h 9+9ü|E7:w)¿u½v%ÖÚ\Ç“Â7·Îäcãl,›Ëã´õäÀ4q]-”áYò[š§ôoòÞ™ÔøWakézVzÚ(eæ9ÅS+Öyß6{ÿ´Ÿ±{¶o¸‡>]zqõ×)8à 9kdP—n\¾8¥¤þ÷Ç<§yŽ:ØÊmx«îZê\=MàÒÛŸeÁ_é¸ld;Qr„”ZUûÏгF0òìs˜2ã!Þ_ü6givñÞ;qx³øã‰KÚ-s@æ€P>¼‡ª¢z2Y÷ÚœÝ%s@á½&s÷';°*¥ÏêíQ„` ñÉݾQ;59֓ņy³߯wíˆD®üô¨¯Ìª=¾8cC±Leåó×0¤] ÿ˜óyøÇ£¾ûQòùç“;Û5Ôw­°ÎŒy4 {u²=ߨ²6¥²ïk£[õak{gºío‚õ¯yŽª]¹×Æöví;†i·>Çw»óðžÉg¬L*ó«“I=úMrêwc]ÈÜçæLø‘¯ÈÞ nàæ›g2ý¬ö˜ªèúO&±Ç 'þ;”˜ÿ–þ-äH62`(µÿßt›èwN÷®gxn IDAT'¬þ‘µÜ?®ü³·íF8ÛIÉó¯Ó§±×>¶§cóBxΩ éBpø#%/í+-ȺÈ]Pf*£âÅãUQ4¥c¸ ñ½Ñj*ÈZ *ìš×}`ûóÓ騀,©~¶«G.•(ÝáppòÔI¬6+?-^ÄÄ “éÚµ+6®gë¶¿Ð ƒ fœ|_û5SΟ‚£ £Á€ÛíªõõÆŽË‹~àŠË¦Ó®]n™u+o½3·ì&¡g{öîaåï˹ýÖ»Ðë $'ç§ŸbÊÖèz¤¥º6É‹^åÇÜ LêB^þåv\Þ¶fù"”Ž“¢þÓ¶çÊW¿åJy5†®ì9Uû.Þºñ*^ÞjfÀ¥×óÄ=ñ„klßù';ò@‡R¨R-¸¢©þ2PJ—S}ÉYõŸ3î*^yæ|¢KM]h̵¹¦ÍÔW—pA›(µ5ÑßZÈ )ëj¡ O-䎛ÚòÝ—wÑ/P*ºw*º÷–¦g…rQ›Þs–+3)”sþ÷ŸZ=€—”ÿÅ¿~ˆàÞ·d@€‘èúúÓßÚÝ-öS)äãfãó/±nâ\F‡”pL\{ùà‰…da)9x”t…ú‡ê‘#Æ9êh*®òÓ³!ö*^~ö|¢U;Y'ö°nÑç¹o(¡ ý ø Ø  hÊ^Å«ì©~–LAèÀmw£(¹ìüù7v†ÞÇïœK¬š‹=º+Fìxî<&=“ÊøçñÝÈ`’—¼È÷Ãau3?\ßÿœa—Às1!aŠî‚¡FǰsîyLx*™ÑwÏå«ñÐeŸÀ9 }-®íÇv¶<9™)¯é¹á…ïx5ÑËßïÏáÁ«/%xó:î׽õ·}Šæö·øuz/ÌyG8nl‡¡ Óiªk_ªñ*kS*û¾¦ºU_v°¶÷q¦Ûþ&Xÿš­¿WËr¯Öö>w!±Z'y'¶óëoðÀ…kI^ü w÷4™g¬L*ó«“ICù­m„ÆnÌür;[>Á8×Ï„y}ö‘Ü;åÌ™3åž;3w—Î_É’icèß­#»ôfä³ï0çÉ:¸Û-Û :4K½![½.O1çË÷ß· É5ã©^«]Ç~ÉÁ<£óq$=羊vi &=×nÆ}¿.—¦:*8ê7¢uS˜´.O³ä_Sÿ]R§Wøûƒ'éÚ°vQ™‡1uÍY œ\‰†xÆP¯QC5,ù¥ÕôA.Èø}" k6æéß®šÞ¬é/óËc ©Ñq{ŠË§¿Âßé.êË­„(Ó&o‚Íó9º| 4O6é7¹9½ßÙcZMaîwSì vÏaHëº&ôà‰ù[ɸ¡ mÄVªÌî] JjH³¦MiÖ´1iQž ð#¡QÓ¢kiT÷Öð÷Óõ©Þx ;òKV]]1˜Z5ïçËsz$C¦£SóT“¼5ãIí8‚7~:F~™Õ&ŽÈ­#ól( Ìý‰©‹•z+¬çÒšwøô¤án}. ]iû«Š4,ö•h^1¤6jHãf­éÒ÷Q¦~¹Š¯GD²ÿ£§˜º)Û´BËžvaÍ>¬Ý3ÛOX©C&›f>B·õŠê5™{§íEã`SÈe`ëœ%INWˆ6/ƒÓûV3çÉñüV¨¦Ãµq/š¶»Å¶¦K»´lßN)>µž×g xäW,~i ;tgÔôe|ØÞȺ7>`¯¦ä'U`u““HJN¤zÉŽ¸Æ¬õ¼6s?!£–±lÚpº·oKç>CéUÓ £y—ÒxíÞø ¤×¾fÖÃiÚ¼3cfÏæ~¯C|ýýqò3Os oÚÜKËõhÔ®´FaEs ¹¬Òs#³cŠ¥ë–lœmÙê+3æ9ÚÏWjì·g¼¼ÎƱ ¨Þx2ÛóKÒ½¾i©5ÛðÖmÅögI—U5~Û;Æ[휙ړ¦m¹,Ù¥Ó}oÃ44lF»ûå…oÐP~„¯–FS©z°cìs¤Íؘ?ZÔ‰µxN¶•Û[»1KæNÌ=Cyížþ ›×‰FSÞå—ç;3"D…· 4™ùJW†§QSi`ßî|†ÕÇÇÆªeD#Ýæ²õ§]ä´ii3¼]y–}³c3¼Žž*ISn^‡Võ^Mì˳óEîÍË;;3²®‚$áåå͹¿gS»ó­xÉ`rH¹xø™þ¯òÉH|‡g8²z*òê}¬;IKy¾#Â#6xX…·õê¦2kλ¤ÖK½q-.6ޏØ8VUÌ v|m ‹-bÈàÁT«ÃSO<ÍGÈSO_zEÃ7ÛÒß49ªÈ^Ù¶q³ÞjŽ_Áq~~ó5f¿²‘æ£&2}L¤Çko¾ÆQ øå©Z(‰ƒ urwžz«/¡þ.äì_Î믿̓‘i¬x¢fQš6t$å²uê ÿJO›ÇßâÅT²®fþ¬=ÜØ€†½33ôúLþ—jØÿõë¼ñø#x¯ø–15•Žéù†ÃÄ€N§G_*ˆ\¡@† ¿{&ñv¯Œ|~]ëM%eËËL^ģߌ&Å$)߆LF›vXR>nì÷(¿½å¶µÕb¹Cºðæ”4žðc>­Å#kàV*¼c2:f²“_òäóß"ò:‹º×Ä-ç4çTa¸šk77ÃΊ˩S‘úØ4žŒqåüŸŸ2íaŒ”ÿ̒ᱸÚh#ÖËPÅv_ª•J×ã?ÜIì’†ê—Müño©ñJ Ÿôõ‡1D ¤A€Éxã7‘î7’¯7A­»Äžç1güƒœÐ­àÃ^a(–[Oö…¨Ö‡—ºüÆ“Ÿ¼Ç_ýÞ¥ZÚÃ,œù7ž¼Ëèããyý|6:IBUªŽ‹NN§a±ÀùvAÉGPLs/oê~Ž{—<Â/Ÿï`RÓÖøÚÑ.ŒVì£ÐšíHR¹~ÂFÄåphízù gÆÔV„K~`48ÒÆEÑ‹-£…Rpðê¾PrÝ¿>ƒgÏæí¶~`Ì.™kK¦YÚSÿ°/φ]Rð¼q=&=`í&öd©çWt݉¸µ¯šÂ4èœ\*Œy–ä´§7sP§'ÕE=©¬|g xú1žëø-cLâ`÷‘Œý0ý[FánÅèLº•œŸYSŽš¿n¼dÖ&\¥¬²¶eO?X~[Ÿcžtr‘C6X¹±°9^º“ص>n+6ñÇ©Òj+-Ç~ÛBN`ÚÇ(+¶?cŽ]j8Xã·]c¼­>À™9 =iÚšZ²KËõëPß«ôÂ]…ù:Œ•ª;Æ>‹ég9ÖW³¤“|öX‰÷°Ë—Nµ•;Ï!•}„þøãò’Õ?îÕêÓ$®l0ݹ_Y¸:ŸZ)Ñø¯°mÇEP&âï.×0Ò=È^ù³¿K3Ï«œ66¦_§6<3"†Îób÷óŒjW_ýÒ)h;¢'±åæ72¿V<÷xm¦âåïZ‚W >2y¸xª†Ü­ßòËÞ$z¥ØïÄš3›2Ø“¦>Pç0_ZÒ{ù”×Ö2¦e~­ó>}чpá¯*yûUä”*ߺKoÙ“ z¼ÂÓŠVHåšÔ£6“ÄNè²OáWx’d´úà !a´ÃƒZ/ÔzEùUÂãm)¿„„D F#Ÿ,ü”áÃ"**–±OG¯×súôI>ýl!ݺv'!!±Rùèt:+K{¯ðÛG¿cl5ƒ6Fd~=V÷#¦}ü;t!PRÎßÌüø}?gî¸TŸ1sLš)FIxêÌ„9Ÿ±¯ÓD’\LqT hÞ¤!^@ÃZ:þn;…ÕÏ3":Üê6Bså4\9‘ˆh§A‡Î`¦Ž’­>Í¥áEñúõüüÄYöèJ›XWhGΪULZ¿ƒË£c ‘œˆ#—¨–ÜU$\R4ãÖ¬`ìßÈ|$£mÉ3ÿâƒå ò3F'›ê¤A,Y¿üÈÔâúÈú‹9ŸŸ¤Ö¸L~0  nõÙþÇh¾_y‚‡«nñã fíIÒ™ê;ým:Öy»ÔêL\¹œ‡¢\OšLxƒÞæ™ñ.ÔÚ÷!£—0²– :ɆLõi‡õèt:“è ¦Ï¥L׌úÛÛVoèP2â–8й“wÑóÕ1¼[g RŠeÔ;!£ýöç›q†LD¨ÜPGî]ô"•Úî[>¢*™T꺄¬ÈTñqËÁ¸Å[¹Ê„q$ïr[öŠv;4›ùsZx•žå㪎ÂÃÍQߦý†¯™ÿÞ,ÆvÍ[ý±~Þ}„Y0;¹•vmÇÜKcŠyQy›0”ƒtöôƒ8?æiO:fƒ•û ¶ÇK÷ä4PŽcͺSÌùQgøzvŠ¢Ñ‹+ø6à^™?™aê/ª5IêЊ)p§ÎÄXé÷/½ÿ}ZÈð K ]Ó0̾W”yÙÈ#˜Î/Ž¥ù¨÷˜8­ ÷~ÝÑA™ìñHyU>M™yv ·¦w+Û§„ªì qIB’UtH]¾rI’ð÷ D.wA2ê ªÑUPB$Px’Ðe@<ꈤ2o‡lm_³Å®Ý;Ù½g7õêÖ»á˜rvu’¥ü’“0 ÌÿøcFEdd$gÏžåãÓ£{’“ªdù§µ4ô§aá/î]X$$yí†5ç­qŸ±òlWs¡àÜ.ŽhT¤´®‰Gyû½ñÖªœm—{{WœF6µJÒù‘Ú¾:lÜÉ¡,‰߸ɼ£¨îÿ\ÌA'…YÝm~ˤiR,“Yn{Îʦ ŽAÍA.äè‘$yá®’«—–;ǵ |Ì›ó~äŸ#—ÈWxâ¥3Bb>…F3‡šÑöqR§"©yL© ”y›Tpa7épþnÔy§¬>¼O_£Pг8€Y}“1ÙÓ:\ì‘{"¿GæÓ˜ñ¯uç÷G`{Ø`–<CF[2]wÔͰ};ÛjY9\ˆì=•·¶öæ©ñÓi¶tH™-{7Ífã2ºÅ^¼ÇÚ=ÈÀýéÞ0Ì칈7ÃÎ̽õ—ùÔ"6ìçx¶ä ½Õ6âg¥ Un÷6WH¾ éÓXÅS+Öqfèp¢.oçÏóÞ4éXݤ7se–ÑäÞðƎ䈽ꨵ\ËÒ!÷Tãáߌ1C£éõé§ìì1„ÝóþƽۇtWrÜÏŽ_áº^"È¥DÓÊÞJ¤a£p¶]TÐí¿hVìCeÍþË÷6m)´b½b#‹)ɺCÊ+Š”úiĺ˜w•]NU$GµÆ$¹ÏbûÊýäµobz`4^eË/G l)~2»â£‚üÌ<ŒÆU©PK9›í+÷q½}SJ»ìÊ©ô$Ud}j) ìÙ™Gøs»:$¹Ûú!¦µÀˆ÷ÚSoÒ;ü<¥+[p„jîìÜÈÚüÇž±Æâu{úAçÇx…·mêð«z/SÒ¢¯ì ÌLäKNpqqÁ`0§¹NAAîî¸V§ û,! Ñœþ™B…æÌßH’üÿÄ/< ƒ^ 2¹ ‡v9yvïÙÍÓOŽcÖœw©W7µR7kù%'§`0ùàÃyôìуú‰ûzÞGrrJîE¶”Néß}ÍQcG‡6å›rwÿx‚¾×É`åM'f'»'ÁF oDo¬“³0q–㪣Á€íì*ÞWøÆë¿í8J®1³^'e“+ŠÎ¯+¹&7’ZTwŽÇÑú’ÇžœO^×g™1¹>¡®lxå1fIåõbEG²2Þ^óõ!‘Sòç¼ÔÀ³ÌÛfŸ0Ü­/Ü·|Ë#œÚu’‰TXˆ#åqìŸ]d¢€ kùiÿÃ$7(Þþ`C¦«Z±C ¹é ´Å2ßæ¶Zá¾<€¶“ßäÁûGóÌ´hzJǽI6«Š¦ÿkh¹u_}þ¯øœyÝÞaÉëJ4JT~ìÌœ^K…‘ÙÑF¬”Á÷fÙ½E[3=H6ØïÑßñË¿è{èW޹7ä©w+mZºqlgñ~-‡ä6äq-ÜBÝ‘ãJõãž…/ðöô œ;Qƒ‘³Òð–póq‡üLòfê¡2iØê*Ó.Jÿ•{”Mÿ‚ªA-]ílÖlÜÚ=‡mûªy›p¤ ¹)MI2ó$ÉŠR–™þmÖgUFºño@Ý–I׿žw3$p*£›úpvÕ;<»F¢Õ¬ÇIq“!I‘ÔOò ûç©ÌX>æžW9ml€®¶ã¢jǤGâh7wý<^â‘¶q¸ç_ä¢GKú´±#o£ajÈݲœw'ó@öLKû÷ÑÇûEFw¬…¯î GÉé0ê~"/¯fÁÊ<âëÆâk¼ÌÖmA™„¿›Â¼înèVrzn¤´8¦Ø;ÖXºn»¬Ô˜ç  V~ì·gÞâC£÷àõèOüzºmV¯älpf$Yê'-•µªÆo;Â8ÓØƒêW,Í=$ì?øÙJ¸ˆÌ~³3¡*ÞáD{­—0-SªÊz(7öÙÛflêí„ùtlÅS¹9ÙVn/œ>Ô< 0ÈêO ¸ƒüQ¥=7 I±}ÇVb"ãH¬•‚Úǰúƒ9¿s)ªÀÚ(Ü1ê5 ²1ä€A‹«_ 2Ol@Ú¢LZf=þF£Í_Ý”ºÌšó.uSêÚ¾øçL~u’SèÞµ+‹¾øœî]»R'9Åùü,¼ù0ûËÛÏ’.òÀÛ,^òËnüòZ/Î|÷ 5®¡)ĺ°ï#\¯ðÉiýÑo~ŸOwç–|[êç¼lX¸f^öÄÑžÚÊqjÐÿÑh™R“šµSHrµ‘fY—gׯûÉ5V ƒ$ášL¬«‘ò Ž%.®øCT ªbúö~iµžŒälÍ3_êèóá2Þi¯ž™Å¦lC‘ÜÖeRZ³C…7a¾™~’lƒ]ßî¶jF‡2ŸFŒg ¿ÎdÑ©Šu|3lVBED£ÞL|ÿ[~œX›K+°ö¢Þb»©j;« Ÿá2›;a©Ôð’ÙÕF,•áfØ}yÝš»î•6ûBÎðí²MüõÓ~TMzR× +eÎbß_§ (‰Xo™ãrëóÉÌ•—¹$!óoÁ#½ü8øÓf ïy˜û"H’• ò¯‘§7cU‘FU|VÞRš†,¶ÍŸÁÚ|_—íª[¹W¶Ÿ°]'fûÚ˜$I7¶ìY=ÔÜê¡ç¥VÍ”ùÏz“V°â•\\ð½zôaâÏ.ô™õ+‹‡™¾r'É|ióæ{ ?ÌÛÃ{ѳß3,øã$ù’=q=iøò*~|©™_£ÏîÜ7äy¬¿€Îž¼åÁtye-õ_3îõ­äÉÇ ûºÓýÁ'™õË>2ôºŒ]ü2ë1zvhMë{ûðÚždž\8—nA2‹z)^!åìÜÈâ˜bçXcíº­~°²cž#6Xù±ßžñ¼SûÓ9à$ß}û+K:Õ÷SK逎ªxü¶=×r¦°>;ݯ”YEd¥Þ©[0â““Hª]ƒ¨ §¨Òz(7öÙÛflêÍ‚Nì[h+wÌ ©Œ«b%à®Yezð*å›ŠŽˆàØÑÃlüçoôú’Sç .¢Yù*Ñ úàš²"½d ÷ÌvÎlû)í5°q†”=FÝ:u©[§îŽº²å³E½º©DGÅàççWåšùä$rw.eõµúõiEø²{W«õ¿‡·^Åâ]S§qí_A‹Æò¤û hR 7í®¸5¤k“’kº“ûû<>Y9‚ú™œ3Ö£ç=e}ø4æ±!qôýxüÇ1 Õ‹ ðÖ_§ "^ ’¡œ²ÜK3çÞÛQNOÒžx™6?É¡}96¸?R£P+4\>±‡Ý¹­™ø¤s²•÷¥V\çxeD=ª1%ó¿%¶w2Ê|ү魦Y^Gø4fÌÐô™ÿ4»>ÉÐÖqøêO³?ð-Ó”GûE2ø‹ <îù8ZÄࣿƉSrZôëH5Wõ\,ËõSìØ¼…3¥_Ǹ¨‰OG­ÝÅœÉË1ôþˆ§›ÄáYs2«z<Ë ³îå‡É ñ¶%“;lLÓN5‘f¿Ë ïIôo‚2{çu (Ö•Ëmn«’9ûáY÷QÞ¼žÁ_œC^ImÙŸîŸ,]¯!®v$ÞR{ö\רUfV_Ü ;+’³àüvþüÇýeöþüs·*iñjj)Áh£X+C•Û½•w+ePÅÓwP<‹g¾Ä›F%Íß7…QüX v,äý¯óiíÊ…‹˜¾¡”ñ}‰W®ÊmÔ¥•—ª(}7‡NdxÞ6"†¶@-I’£ôrMy3}KeÒ°Òø)œl¹'Ù±y §2Ï柕Kùqw‰Ã?à™FÞ¦@v´ köaËþËö6êDn¦ôhc€‹\2™ëQd~ô^“Eok+\¢³)‹1æÂ¸Òjì§ü=Öòj UÔýÌÞp?³Ëß·#.®!´¿¶ãÍ„±_†‹É¬<:¹äºµôê>ËŠƒÏ:´òÃEnNçŽÌ,Œ)­ík$+}¿­~PÂù1¯kÂq¾sÀ+;öûaçxéžDÿÞÕX>ÿ–ÈS˜Ò=—Rá%ó«âq©JÆo»æZŽ÷¶Æ`§ú•ò²[šë´‰°xF¢ýsaœ¨kcŸÙº2“¯M½YÒIkëñÂ2ë¯oWıÕ+¤ÊïqV(\ˆ‰Š!&*¦\ØÆh.üÁÑ¿>Á˜w¾Tï(Cî1i"2·Pë[íÁv ?µZ}Sd3¿7<“Í_màzä :ŸVã™Ô“V>+Y÷õ62µ¦Î“Ÿ0ß÷Þ]<•§>3‚‹?)ƒgÓ±IM'¼ÈƒÞâ£çƀ̗Ú}Þ¢c‹ˆ²+´P‘0z> <ÞfúS=ψ*´Ý&Æø^á(Ê "•:“F*Í‘r2¿L^²˜:Ê¿², IDATó?dñª¹¼ð…é󞡵iܵ1çd“Ê×p㙟Nw<ŽKì f¾t‰—ç½Ë˜ŸLrºzß>¥Ý:RQ{ô|>÷É»‹f2~©é¼?Ïà4O .úÒŠuŸú”Ôï0ëëw÷¥ð$¼~?’{w ÒÅQ{*’åÂ7¼ðhù ©ÌØ0Ø¥o°$· Ó­´å™§ëÑí©|Ñw Ö´%“‡; "fà»L¿ú 3¾x™'¸SŸNÕÜŠäó¾½mÕÒmð Î#/ÓwÍ(¾Eª”Œ¶ìOwí ¿/üœ7/jðŠjʰ·&ÓÖOfFæ›agîD7¬OôêÅ<3z¡I†è¦ š:‹Ç;‡ —$ä6ÚˆÕ2TµÝ—~õ ™«»£Õz›Ì À§ŸúˆF;§G½†,-(=•ÈŠò‘·åé—Û–)‹ÊS †\²4$röW™4,öŸÐÁ×QËðTîoyáÑoMõí[ĆÝyñÓ!Ü—`ZQ#™lÒV»ÐZ±Ý!+¶c(ßžlÔ‰ÒL¶±¢3¤$,n;=ÿúZ6¬œìl )36çàÜÈì˜Òª‘cMEŸ™éºí~PÂÅé1ïž`Çl°rcÿ'tð²w¼t%¶×ê.xƒôVÑ¡ô¹såu$™o_TÕøm×ïx`sÞèL¿RA. sVá¸ÈªbNbÞßët=Xû,¥/9Ø»XÖ‰µxלk+·23ÿ—Š'­óþ<®e\£ˆà®$7'‡eK¿¦aÃFÈå CFÉÆáªA®PðÏÆŒð W/_fù²¥ôé×¹âælü5 ,_º„®ÝºáîîqKóóUû™ ³jÅO¤Ô­wÇÛÓ¾=»ïŠr =  þ£u¦ÿ—…ýûðÍ=_ðݵP_7œãËþ=˜þÌjZæë‘BÇ‚M[wñÐeT1‹—|CÓF©B¢}ŠºýÔí:öíÛ³›ÎÝz8÷ÜÙ3|<>s?øð Ðy@YôË(õûš¢ðzÀ¦n%+‰Rärþþàæ¦‚›ðíA½Á@@` F£™ |}}¹|é"!¡a7¥L—/_B­V#—Ény~Ö°äů—ÖÀ®|vïÜþŸ°)så´§Œÿ•òÝÎz¶[uq7ÕÃéÍÚ­ävn¯NÕ™TÈå#ÇÉVh9òÝÛ|på¦ö¯nZíX’pÙ3Xn‘oÇöçl~'÷!.rd2ñu曥ÛJØÜÝ6ws,1'±·þíªó›0ö ,ôuB…Æáª$%¥.›7m"11777 C•¤­pqÁ 7°ß^Ú´kOaa!r…‚„ÄD¶lÞLã&M F.¯šYF£ÄÕ+—Ùºe )uRpU*oy~Î 4»vl»£žÍÉiO…sàÖL\lÕÅÝTÂæœ³‘ÿ§îœÊ·ð4ß¿8„yÇ$|kubìûÏÑÆ¿ÜRÿâ­U8)··o¿ÝlÒÙ>üNnW.ò’m‚ª×melînëÇÅKÌIì­»Ò» cŸÀB_'T ˜G¥RQ+>/oo6ÿ³‘ŒŒ Œv~5Îr¹œ€€@Ú´kOõê5ÈËËC¡p!::£ÁÈ®];ÈÉΩÒüÔj5)u’ EåæŽL&»¥ùÙèõï–!U4,¡g¡CÁíSgÊ8^º…‡­¥£gàÒ­ v!Êo…\èàæêVØœhŸ‚ÿKÝŠ±ï–!RŒFÑѱԬY ™\^Åi),,$//¯¤Aº*‰«^ˆÈ z=Æ*|k#—ÉpU*o8£þùYfî’·Sâ-œÐ³Ð¡@Ô™Ðñ„L&ÖGÝLÝ ›íS êöNÇn‡ÔŠ¿ÚNÓ­g¯»~ ªÐ³Ð¡@ԙб@ lNèJ êV`¡R'Üš ‡‰Ón´zÿÐw…î–r =  D ß=h…„Í ] DÝþGXµâ'«÷år9Þ>¾ÔŠ'0(ø¦ËãCJx'ÁÍ`àÐáB @ üGÉÍÉJs#@p ÍÏçÔ©ìß»—”:u¸ÉN)R¢‚˜Ì @ ˆy‘@ ¸ñ "!9™£GŽÐôörHÝ”hn|€òoÐ&,B @ à&£R©ðöñ!ç8ÆsHÝ¢O&3•àjMI>÷Û˜+,B @ à&#—Éaú*üÍæ¶Û²§fa^¨Ùl5¹¿´Ã7oY¤«pÖ˜<¼IõÓ²ûœƒP‡@ @ ‚Û€ÛnË^ ù¢ëDáêGL½Ç¸ðÏ'l5Î5e …;»Õ aÎæ¬Ï"W¡Ž ¤kwR¶Ÿà«ƒ n«sÀ䨃¼•ò9zUÑjY@ @ Ü)ÜV)w.,߉Ø<4™ßq¼„›t ¡¥¥ ‹æù{}9»ñ0Ÿ¦R~±™Gx5ÆuôçʆÌ?©ç?ïó0ÈÌÔp)O‡ÎX¼¹RâêáÌÈ ¡ß=qôË?¢:Œ·‹Ì Í[Çòo:Ó¯”ZÁe¶,@ @ în‹-{Þ²“Ô/$B¶–ØzO!é/"—2‘É ‰K ;ïç<H7 #Wе+MWw%*dToJõOs´ ÔM…;Í›øã äy*IúÛÇIã,†¶¬OgKÅZ#çÜE|“»Q‡ávòîHemK²Y@ @ wÿ×RJ²IV̤šêo‚«¥;W·`tšÍ(Ý‘ ÓßzDœXF䉜Ѷ`¿q…øZIY†‡—$ו~t¿Ä±=Ú¢82¼£Ãhéc Ë ÀÝSŽL’¡®ͨ&j•€QÏÙùfÓU.èÌeáB|£hºÆzâ!@“ËöÝçøõ¸–¢0ÕS£è^Ë‹09 qi:s·æ£“»R3%‚®ÉjÂT ËÍeÓ¶3¬9Uˆ^æBíÆ1t‹õ Ð]Ž Ðffñ×a-qþ¤„(qÅÀ…X¶ñ*çu€\I‹ž‰tÎ=ÎkksÑØÈÃ)ÙÌèÚ¦Þd.Ä$†Ó5Ù(Oè Ù¿é_0­~òI¨Ék ¦ »óîn#MÊ—EæBlRÝ’ÕDzÈÐå^gÇžs¬<ª¡ è~yéóòضý4+Ž˜‘[ @ Áÿ‹ÿ«Cª­Ëýøù‡^»2¹mÎ:tù®(Ý£ÑË•è v`4JøWk§$î‡~!øZ/6‘/EXHY†ÊS9Wùþ„šA)¡ÔK/Ä(“íCXÁe¾þ3›™e¾$#2µ#S$¶n>Î÷™2ªÕޤ{Û8´ßfm¶œÀ0/‚4—X¼!‡<…;©#éÐÔ@úÞs|½[jz6Žd`öuÞÝ©A/•­' 9Õläá”l™åmÀ–Þä„Õ«Îè4%'öeÑùŒ*%.Wuè%ù'NñÉ“Žu-zIY¡,á©Õy$Õ•ôݧùì’ßj!toQ“éŸ5éºXg_ý™K¾Ü•è„:´Š%÷êaÖf‰ÿWdB@ @ (Á1‡Tgþ—á#f¾Já¾UEÄáÚ …è ®`4hAæ‚Â5¹BEöÅ \8öù>l3Ì'Ï¢3Êôôëæ¡€ÂBN:Ïþä8î­¥âȾ<¢Âhæ™ÏÊÝ9d46ââካ 4de³+«(‰KZ1þ wGµS‹Î‚>ôׯsðŒiÏá3¹duNäÁ´ BOœã\Ñ64}n.Ï]7­ôd*_Ú'«¸°í ß*Àœ¼&U´¿ï‘n¤}øÜu´\ç,>¤vPr<ýû²$8§AëG¿jžxìÒ]ª~$•·}y8*[¦¶Â×ú¬éM¯ò¦cwr¥³pëuJïœDQ¤m®iJt,¯X–)î\?œÎ¢EiœË#ß'‘iA„?ÇY©¤>5ÕÇÑ«P³4ÉᮬË*üïoËü'0^?Á¦?6±÷„‚vô£–›Ð‰YôWØúÃw¬ßw þÏñPm¡(¡C@ ÁÝ„C)ÞP¥™_#†5ºO‰,ü¤ë ð91j ÷â©¢Ps ¥g*Y—÷ræàÏdúq ðqÎÚŶ&‹7¥ ©°ë¹Ù¬Ü£å™”`"]$&Õ‡Âô£lÎÔ–o_.:£ ¿˜pzÕ >@‰J2 •WdHºòÞ8¹ƒ’Ñ€No(r¦h9tL-< V8¥5\}=Q€ãDÞl\6Y·I_X1^®†ë¸ã­0¢Ó‰ŒÉOÙ¼$gò°K6C9çœu½In„¹ù÷äu®W°#F $£±Œ åu+ùšÒ8u¢tFÒOháOB\ œÔ˜Ñu¾†‹Z¨å.ÃXAnÁ-Åõî)ªvß ZÌ5ZðõCý¨©ÛÌËÝz3óx"Ïýô“Ò<‘4œ>~ct qÞòq¥ÜŠaew®¢˜õø³¬Ð¸Ó½õªýß,†ÑB]  @ Ö¹-¾²wF߆3ú6Ë·ÑjÿsÔlÔ}Á5dŠËœÞ»ŒõùosÙØ°X Û ÊexºBažƒdäÂs¬Ç}M•ø«óY»:$£@kW”2 ¹o(£î Ã-ý4Ÿý•K–Á•¤Vµè†dÚ6Va§šTF/Å¥R×,„‘Çÿ:IJóe×í (\+Ä“ŒFŒ`:ïJ’ ƒ±ø[zæór4ûd+ûÕ;…Ú†ÞJé«‚ýH%¹–[V6Él¯§%ÑA.+—¾àŽGÊ?ÆÊy3˜·d ›Ž^CxEÖ¥y§ALœ<œF~Š[&‹îÂ߬Ølã§—˜µ›ž5†³Q åáßw3½¾›Å°Óâî&_ÞÏή~GW u)@ ¬s[8¤Š¹dh@–>šì ÿà® ãÜZ2õ±\24À± ƒr<]AW`À(Ió3Y}HÇø:>žJgs¶I’QX`49¤põñ& ?m»Äl Pà“gO,:¤L×J9;d ¢¢Ü ÿ  J;²Ê:Dt¹×¹d %2HNÖþëh*ˆïR!^‰ï¦Ä!U¦øZé8Îäa—lå°¥·âô¢£ÝQžÎ-»eÏhDc¥ªø`yóºÕå\ç¼>Œèh7”§¯ß8Ä<&Æò®pVkA×EÛø$©»ÃÕu<×¹7-{ýúÙ=¬YÊçGÞRy”Õ‡óÁŒl–ž©Á Á1¸êw”9óÍjXQ·»µY¬K@ @`Ësã’tóû †“q1WW72.^c_ÁpÇÓAާ è $Ó–0ÉÈéÝÿòÛáK|¿)›\£)\a\\P9×¹Š;-ê“êId '¡î2«åp £s’?µ#ýhÚ´&£eü»ûgteú”‰gÔd³r_^µk2ªY0u#}¨@Ë:þÈ,Çã†sÅ|˜Ò;›‡=ñJÿléͨÉfÕ^->É5Ù$˜”Hâch©D®/äß #î1´¯áK|tMcTÈË—E›ÍÊ=|’k2¬Aµ#Ô4mV“QptûEÎê¬ë éÖØ®øYo+·ãUÖŒ^äŒ ¡ó”Åüuà8ÿßÇ?+>fúŒÉ´õ/Ú§»Ä†ÙÐ6!_5~qÍè÷ÊOœÐ ¬=̼ᩉŸ¯_5¾ÑyðÕÕœ-,•eöænKÍ5>¾A$ÿ‘k¥eÒìföä¹,˜õ3vå—ºq‘ùmMyûÔšÀv…°U"g!gW½Æ £ñõUããL\ã|t´ÀŒ-‡•®.§ƒ¯ßÚLØ¡ 9òvSšÍã”(<ŲIýi[/ÿ"y±ü¼[¾õ—Ù0k$­jáã«FÛŒoþÆygÊ¢=ÌûCÛQ¯F˜IF_5Á í>ý·ÝX“×–î­Õ¥=u`ÈdÛü'è˜T_EÃK8£Çüo¢@ ‚›ÄmµB àœ¾™ÚÜÓ­ 圾ާ.ÇÃô… E+c ¹×øq]éÇD‰ÂB#Èx($ôçùøW4ªÆèx“ŸÎPXȹãè,­0ȉK£· òÙµé0Kw}õîÆJò[Æôœøçïi¢éY'šue€kç/qê@’¡b<³+¤JÕ‹T!/Çó°O¶rÏ=6õ¦çĦƒÌÕFÓ«n4£Re`Ôqj÷vžÎãà_'ø»S ÷vˆç^ôœÝ—ÎÎSåd3pzë!æFs½8k(C—›ËÖõùá Ö²®o”KlÙ»[0\\Ã̳ˆ»œÏ&ÔÁ€üZV#ùFûÍbÃsíé¾àLQO(Ãq•ïacú§lýü~ÂôçùkåVÒ5€Ì O¥–¼¬#¬™Ñþ;X÷xu\õçYúP7&¬3y ”ÞJ2Î_·[^…_Án2\b‚P™;,ªŠä”Ÿ_ÆÈ3øÇ²€jxåqæT^Þ×`k–Âü°pU‘SF…§‡<!¾vl“”²ùkR{ºÏ? ¸æGÖ…ƒ¬˜ö ‡4ðÏ+©(‘OžkvpBÈÝñtÕw~ß¼ö Ž~Åæy]²$¯O®M݇Z«K{êN~í¯u¦ÝÌÃE©(q•r8Wˆ¯"‹ lÄ¿:@ î‡ÀƼ‰tbóÞr.ÏÂ,>þh³Í`¹G0æÈÇ0Î8Áô'ìU »t–9¿dÝøJ]Ù';-¿½™ßÍÞ+äÐötm7w³b¼Â+ÿ2å½K'@úoÛc%Ž£yدB`Ûz3rx{:ÓÌ¥—s•¯—]åër—Í•åÈŽt¦í°”‡™òèrYúéf–Šv~×Pxv'$€`Úw©YäŒ2ã§8³œœܸgÆ_,CæO£i6ä[®ýü îÊ‹ÑÅ¡Ýéþ}:‹[iøiHƒ~Îe÷Ò?¸øhuBO-cæ: àM·O¶ðùáh7Œ"±Çr²mJʈoË;týæÈtõ§ ñLþy=’ÜA_€Ñ¥â"Yµ°W© wºÿÎâ6^ Ai;†þÌr¦Ì? Dñįy½±'×ÖfBÉ‹¾Jg}Eœæè:(ópËÀ½Ã:ù}ËW™ÿòçþl¤òûrÒÚÄÁÏ{ ó ™:PŸÜÌI—† êŽ+ S*©ª#Ó«JÎjÕ»Ó#f.œ:ÂkÍbùªÝ?Ž¡ÍC+Èêf%¬³î …RiW8mú:pš¹«1·ôͬcœÎ1Ò²T@æAò ±´}µ/«µé¬?’WÊ!UVÞ|{tR¹º¸š½F@ÞŒq7B­pÃÛr79Q÷7I‡ß³Lt@@ ÿqär9>¾¾ÔNH",<ü¶É1‡Ô-t»\4¤r»»yJ}ãN8¤‚›È…óçÙ»k)õÒp÷ðIâZFþeÂ)à .s… kO¢m”ˆÙïžÉdeZ±…Æ]> eÑãºd,úAÑ-cZ½Tê‚Õ¡ Äif«ã¨*9=ñÆkI|w:s?YÍ‘uó¿n9}±……=‚Ë:!¬„ý´…K‘SJOáM8Í[2÷¥AtÙ—øÒKÜT5Hñ‘ƒ‡e1‡B…JnRžÑ(UR÷VêÒŽø’dúz*29r¹¬ êþæè°U›v¢@ ø£R©Ð°}Ë&dÈ û¿Ët[nÙûO`аnñ?¬šn:‡$¹n*žxxyáââ‚LVÑù£kÏ ú2öì8þVñ~—‰÷7 ÊË@öÙƒlÙm¤Yß6×lG"«ØiØÊüïÒé8<†k¿-`u&@Í“|ìr-¹U¿‡Z¬fŸq3s>ßCDZõl®"’©|P«€‚+ì=p}ƒHúBŒ.WV¹W‘œfr‰¿¾„Á“ñé}M»)“5ˠ錗aµí‰ðr®²åŸÑ6Ž«D­Ê1íÓpöD&ú6^¸UoA Vs€,2Cº1v\]@Ÿs†3Æ0b=,K)ï®À¸üç×üP†q¥³G÷r+uiO|wÏ¢ò6óþâ}´{,/¹ü¬\íªû[£ÃòŽ_@ Áµ¿? ›4aϮݷ…Cê¶ûÊžø‰Ÿø‰¯ì•''; OO<¼¼puu5ëŒÀ%†!ï½N w€³|?¹Í㈌ªIR³ž l"‹ŽâRí^ hùs\C‚ƒ‚©=ä;®^÷>Ϩ7»ärîËKC;_iMxh5jt_\ö+{åñH kš0²åÉd"¢ª=€U™fŠSErjöN¥ul!5RHmÒI›ô„ÕÁÕ‘°Éôï¨àÐËM£ÅÇœ«TU$iE[ÎvkÄý‹Ï#éÇKý‚ÛÞèD\@0!!~øWK¡ß¢Óè,K ZV÷!¬Z5ú/%pi4†aVôg—î­Ô¥=ñ]£û2ùÁ@ Í/´$< ”ÿB[¾ÅÑ ;ò¿¥:@ ü×Ñëu„„†““u[Èã CJ?ñ?ñsøWYŒF#H..¶uº'ŽáûíßòúVÔRݸîOóî'Á]™šVoýÆ÷“{R7ØtxU§Í˜YÿY_"í];* ã¬ßùæùžÔ Q‚6—ë:p ˆ¡n—VDš{ºWDÒÁgŒi‰ ÉÎÅ%؇¼<}ŰU$§ÁèKí85º+g8qò"Zï8Z=ü!KÆ% r$¬Ìvï~Ç;ýÒU‚>ï:¸á•L»öñx;2¢¸VgäüôO A‰¿ò@:Í]ÏwSî'5Ì (D£•ð¯K²OÑS(K»Æ£|¨Ý} ?|=Š8kÞ{to­.íŠD×÷ÿ`Ù¤žÔ UQ‹ÆàND¤+숋u(@ øo#MÏTF£ñ¶Gfæÿr@ñÄc£µsޟǵ Óg•Vüø=C†5(fѧÓ­g/³÷V­ø‰C‡“›cù»tß³ŒVmÚ‰­CǸþ;jÜÏ MÉô@ ‚»w¾Zô™…D™ÈÉÉfýºµtîÖ€sgÏðñüùÌýàÃ_€@ä9@fÑ/£Ô¿sŠîkŠÂë`¤ä4TI|ãY @ @pK)@ @ Á-ÅE¨@ w$^mùêb–Ѓ@ @p"VH @ @ n)Â!%@ @ ¸¥‡”@ @ à–"R@ @ ‚[ŠpH @ @ n)Â!%@ @ ¸¥‡”@ @ à–"R@PíIV~±K†¢¿ —YûêC<ôî^4ö„ªçVÎbþÖlŒ·*K[¶~7s3t#å²çóWxîƒýU¯oc;?™Â³üï×¥è“@ ¸#)@p÷¡Ù“ÕÕÄ>±¹ÂÃŒ1k3oßß‚~/|À¯çtE?Yìúé{~Ý_Ñ1`6üÿ IÙ­kXµ3ƒ;ú9ì®(§K«&ÒeØ<Û«/3w_GªŠrk÷òJ“Pb~oþaÝŠ­ßõu3tcÈbËÇ3ùpõYª¼÷0^có'sY¸þúÿpK}²@ w.Â!%î`ÇÅ5¾ë¤Æ§ÙY ‚;¡@p÷õ|¾D¨•øUS—í]"è³p½BñRØ“Žƒá{ñhÄ´uß àÖv4»*Ÿ®2އ®ã!¡aÁ¢¯}²@ w2b…”@ ¸ûp ¦NDê¤qãý¹þLF»Æ „û« ©Ó“~>M¥4¬…7^á×g»R¿V¾¾j||ÕD6Æ› Þæá{SñU㣎¥ÙˆÙ›'•Ks(Íbýðñ5—f7Ô ¿‘fpbg&,?¶œh>jkÊÃWMÝ7™/ƒá›?M»„||Õø„ÖcЗ§MÛ† ü3÷aZÇÉÑq_ìçz±¨š]<› &þ™%[sã 5Í?:mÚd¼ÆŸ¯÷¥yB¸)}ß`MÞ‰=g— #µš¿éz@-Zþ”}Åz¨ÒrÚÊë*kŸïIãÚE2ª©Ö 7Ï/?B~qYí c3'ua8ÅÍÔ÷_G®#å–ò9ôÅS´¯lJ7$žv/íy½:‚ IDAT0Õ•Þ|šV±f—å±K§–ôa‡íYÓ=q+c÷•Õ @Á¿ü8¥uBM²G5Îg'*™¦µ2ÚucH µÔ–lØ`qú>F‡ÄТú $*¥ýÞ):¿ÉžþÀ™rÝm}²@ w!b…”@ ¸ ñ¦Íüõ´¹ñw>;_ïFϹ. }k)3ìúd"Ï êƒÏæ <[½||ákæq쯤ŽeáGm Ðfùä‰Lÿmž~•ÏD"Z̳/Ldh\s6¿ˆÊ®4ÿæhàÓ|úA+üõ—زà¦@PÊŸ<[»dû¡ïù|;> 2܃ãPV(¿–}Ó»sïÔs´|âM·‰ÆåÚY´õ‚qEËÞ·»ÓùÍK´™0›¥M}8»z/<ÞãÒV¾R;ØÃþ•kا~‚ïßK˜”M^HuT(ðOíË >DD +Y»ñì3ãÝ”M“P«²œ¶òºÎÑõ8äÿ4 æÜƒá¶-y›i#ÛrT·…%"q±'ŒÍ|œÔ…ÕÚ*wá±ù {üKä£ßãç> ¸gŸä´*ç6/Ù°Ë„rRÚ¥SKú°ßö*êÀž¸Um÷êFÊáïç»0xžNÏ}ÈôÆj2÷üÀÌ×·9Ÿ¦Õ2]4©Ö•g_îLu·,¶}ò¯—iK¶lPÞ·ºÑñ­Ô:™O»$àg8ÉÒñXö×ytëà~3ìè®ë“@ )@ ¸+‘®­gÚ‡é$½²“wGÆá 4MveËêÞ,ùñ$cÇÉ ?Á ·ètlÓoZRßXÞÿ-ö§{-%´I"ïÇïxä×­\}.‘ðl{ÓlɽíÛà ´®kä÷ÚñóŸ_;êF‡® ¬AbR’ÅE)k=Sg dÄj–¼Þ¯2÷V3mÎA‚‡¯âË)MM÷Ú6ÄïD]†O›Çþ§RÏݺŴ¦sÛx—ºæß™â‹þhö§e ýc9Ï%T¯ Ê 2»óêܱ-Þ@ûN­‰èYǧÎçÀý¯R×ÅŽ0nvæã¤.Êc«Ü†¬3\Û­;Ò²~rêÑèfµ„Úf®íÒi9}8b{åu`Oܺ•´{Eåt#]ûƒé‹Î9fŸOªo’ýž$²¿]Â3Φi¥-/Mr«Õ…¾ÝÛá ´JѳvõèRmɺífm`Úœƒ þ‘Ÿg·ÂWèÏp|Ú–ÝD;ºÛúd@ îVÄ–=@p×Spn 5pà…4жUøTëÍ÷×áꉌ _¿r4<€[x Èâ\vÑ·–äÞDDùÀõKäœKS®Ž£v džËvè+Zg6³/ßú]’Ê>À–º× krÉ=y MzÔ†ó›Ù›YÙï‹pvåTÝ“H˜ŸŸàz<þ· ò)´´³åt&/\BiÓ+ÎüÃl£aœÈÇYùìÀ=e4Ïtñm¿:44……A#Ýš¶á´N+i{öÄ­j»w¼ßØAz¡õÚÇ[tL8œ¦•2™mK¾1Ä”nKÖm°àì&öiÜhÜ«¾Éu›ö±ÿõ>Y ‚»±BJ $ ÍÞ]ìæ¥ëd¸ª£ðàŒƒá/UÌCአ£TVá*£„$9™&.( ô^HF$SÒænš½'+sOŽ‹ ô…Ž?r¦Ï£Oÿ·ÉéóŸÏhN¸ò2kžêÍ+’õ¡Ê™r:—Èd7TaWgóq6žMÜj2jùA:ü¹„ùïÍf\·¹¼Ý÷s~ÿ 'aUÞ6ìÃÚe{•‰[Y»¯¬nŠ• U¡¾­–Év[²iƒ’dJÜZúöô—ë.ë“@ )@ ¸;QEÔ§–ÒÀÞ]ù„o€Où‡¯ÂÒgv„×ßìIS®ÂGù™ù­æÕ€ZÊ9ìXy€ëíÊnóQE6!É}6;V ¯]<Œlùå0„ %ÅO.j¢üàêÁcdáîÀZ[íñ?9L¯LNÇ8W —Ka*8ì,§Sy3Ùñk:„&ÞWnWínçÊä°|v–ÛôÌìNL«‡˜ÚjÃßï@ÚóÓùyJW¶×#e¯­Ûƒ=:µ×ö,èÀž¸*U%í¾’º)ÎcË;Éi{Ùð§i¥-WE{TEÔ§¦r»×EÓ6ÍüÊ.;úÇËuwõÉ@ ‡”@ Ü©dæïuk9vã 9îÕÐ4Þ9 óoǤQ±tx0ý¼§ðH‡Zøê.sô˜‚£zëâC˜r·,çç=Iô®c#¼›¡mÊ`OšÊpê'y½b*3¿OsÏ«ükl€®ÑeÎg‘ù·eÒ#q´Ÿ;€ž/òp›8<ò/pÑãlÓšçÇÔæžéCô:£›úpfÕ žýZÍzŒw€0Ú<„ôò Œ~]â‘á¨2ÿál!ØúÒº[tcb™ÆÇï|F­¡õ qËãàcʲ³œöæ¥Ý8“7>¾N‡JάÃó« ©ÿú(SYõv„q²LëÂÎrëέ擕ùÄ׉Á×x™­Û.‚2‘7;ŒÈQ[·p:³=:­Ðüì°=É’lÇ•¹UÒî•Ó̯5/<‘@Ë·ûqŸò%žì’€ZwœW;ûòiZkË-©´ ÊüÛ0aH]ÞÀCêWÑЗk{¾gáa Y±ÍØî/×ÝÕ' @ R@p§rîsëóy™KCVs`nÓV™_YÅ“xñÃI þ@xQ­Å#Ô¨±Ê`º¾<–#f3î®t^ÖÉFx'd´)ƒ=i¨i;m.Ç<ÃÛ#zƒÌÿ±wßáQU[Ç¿“2)¦CB'tRhJï½#\ŠÈEA¹6¤ â¢JD@Äz/"½\°yA¥©(JUzH€”É”÷H†$3“‚$ü>Ï“GÉœ²ÏÚk홳sΙÚC–Ó³K8FCæ}5˜²‘5!㙼ð9úϵ€g(õF~LÏÖ¥¨3~ëýÇ2ñ'ècÁ»l#úÍÙ´áéßÔf¤Úˆx÷ìH&.I¿Ù>„UmJ¯Ê¾9>œÐ1Šæÿɨ˜I<ðQÚ—ŸJR³GI¼ 8¸¥Ëµãtz_^ÉÄÎÆÂ“ÉEÏ©k™=¢jæÆœ–Éå1¹ 'Û|á6̙˘SIøWnÿ–ÍåþP7ÇWu¸åS®;Ó[ø8νbàxÝ<æ}žcãCíqëÙ2‰Ió&3`i `À¯tíš–ºÑF—¶™Ó15q<_â( 4›¾‘÷}žbÒkÓ; «5 |¦v81äâ¸îª1YDDä.eÈâ¿n€û¨Óç-x“K/°~Íj ªˆ‰ˆËÞ[¶„n=zfùÚ¦õkyhà`®$Äg»þêÿ®¤eë¶„+¦`Jþ1ca‹:¼¾Š£ÿi›éÛï\ZF¯»ªO²¸UMÆ„¬àÄÚN(""""…Н/½·œž}úf»LBB<;·o£s·îœ>u’%‹3ᢠ@ \€¸ôŸ‹þ?!ýõ¤ôåÍ€°róÏ®6}ËžˆˆˆˆˆˆˆˆÜVš‘ÛJÏ‘»ô°#¾¹Ìˆ¼.#Š×]ÕÇåxü«Ë<®HˆˆˆHé )¹­4!%"wÛ~|w*ã$)7ë[αí¥A zmîÖwEòl|g-þ¥ål*§¶¼Ï¶Ó¦;+‡ º5æ<;"""R@4!%"wËeb—¼Î¢Í§HÍåú߯]ÍÖƒñX °™ÖË»™Ù«ý&.dëéÔüß·-‰“ßmaÓ¾‹X2þ>y?S•¤âC«oN„ÉŸ³¦c¬7†^Mû³àÇ+7¾ºÄ©NŠå_•ƒ¨8j÷íŸpÈk=j̹-íÿ[÷_˜ØŸÙ³"""hBJDäÎc>Åû=À[^O³îÿ>ä‘òžpâô3o |§W'Ó55n~”Œ&ªJ(^z‡(<ŒU±z/«'òj¡¬>çÊÔ'Þž`ô1*Žr—‰ç«tã'´R]Ú?2‰e_ŸÁäêæìÇÏìÆYôPs‘;pd.CßwöлXIüÜoó¾•ôÎv© ciÚO^Çþ!qC]˜Mô¤L‘àrAúP w›…+g/@ÙÁ,]Ø‹’Ö«œ?¶Ÿ+—ðt—Å,f5k&7%ØÙrÒø)""âýý[Dж”ã¬y¡'µJ¦ýõ»|ãÁ,ÿÝnóYvÌH“ŠÁQ¢V&®;AŠS;0sjÅ£Ü[.$í/ìŪÑrø2\Ëæ¦)["?½ÿí"ÂÒ–/Q¶SöÞ¼UÊ|–³¥mÃHJ‡8ÑGm·\b÷Âá´,‘¶¿’uxøƒ7núë­6”H¿2 öôŸH1ca“ Âþ¹+7¶q‘oæ?N«ê¡éûèÆ³ïäêõC´žgëØnÔ«VšÀôm…Eufô'¿“œSèrj›Ã}^â‹iÒ4²tú• a4˜´¤ì~ï(V9õ‹õÛ&ô aD™WQ”«×› ŸüBbÆnί89“³Ùæ`1ÊÖlBÇ'rÈA{žaÔªE­š¡x$}ÏØÈ ªÙw3/¯ü>¡A4}ëæ¼ôyAÔcNy”Ó¶§• ›‡Q)°ƒ7œO»]Ír†O'°ÞTöeß;mÌÉk­e¹½|ÈugsÈåXY¹¼÷cþ»çf éÈ>Üq‚¤œŽ'°* š6£EëNô4†76ìaÓ¿ÂùáõLø"þæ-°ŽŽ;«ñ3«qVïÌ"""€®‘¢Ì–ÀWºðÈR3Æ-bVà â~üŒ×§íɰP"û¦u£Ç|¾ò1³£¬|ÿöóŒ{¸/»w16ÒËÁNÜ ¹÷A&.D™âž\þá=ÆŽy–áùv|$ök›~[Ì£O~€Ûð7X×7Ÿø?8áU6m"ÀQ[*ÛïÛQÛm˜u?gœ¦ù¨—ù°u8—N‘\' O.Ò{1«ž‹Æ >a•0ò—Ý>’Ù?ó~:¿|–Ö£çòqãNmžÍÄ'ÛsÔö«”ÃÃzß¾üŠ#ÅŸfÙ–„˜Ï»t"1CúZó ÆFdu+XrmsfŸ ܸ…A£Xº #¥lñ\+Q/k\Ö¿w«g}ó[bZu"(W±"›qVDDD4!%"E{>êÒf½wš²#·óîøºi'#-¢‰_µ‚17–ÙIÌ¢_‰žº×†TÂh\ÓØÍ½Y±æž‰Œppò`À·zgúTOÿgƒê$¯]ÉÀHI¨Ý9«åòI.áO³Vh^·nÔ¡³myÖÍîør^þéRǘ1ç%ÛÌŠið˸rú%!^Å«}óDÍlÃË;‰™w˜°Á›øà…ÆiÛhSŸàßk38æM>0ƒ:é¸òoNÇv­ñZÕ¶òyÄÖ}q†ç"Êßòfc»¼3Û¶Ù.ov~ŸZѹM3üo´?.ËßÛ.mÌ1VÃÛfß/×y‡7§s‡6øí:µ¢L:<9c1‡z½D­äü‰“»9›×ÌO.õyÔcŽyä ÏŸyÊ™‰‰ÚÎx‹Û{1|ˆ‘è½›)3f£ëøš1'ϵæ^°cBÎõàb¬,gøì™á¬ô}œmÃJ±ïßÍyílÞ¡9A.ÖÁ?Š–•aÍÑœ5u"0Ñùã¶wË8+"""iµ)ªRNïåW“7uÚUÏöD åt,‡“àÐÄû(výÁ¶åz³ú*\øý¢ߊ•©3x¸E¥‚ƒ«Ã“_Y!%SÏ•ö©9œ1í ¬êW‹&¿À;_ž¼q+‰«mq´üÕ“»9èMÝ.Ñ™'£\‰aú6êu­qsnÅiÔ=þÜÍþ¸¬žíT‰ˆâw:Þ~Ž+Óv³j[n÷™s.ä+ú%K%iÝ3N~áxk¾ÅÉ™œÍkØ G}^õ˜cå¹¶Ó+¸ÿ^Ø÷òuàp<]+‡ößycN~×ZA Y׃+±²raÓhF­3Ó-æY¢Ä0tÑ jOü7]Ãrù0>[ÁŽK"""w;]!%"E—ÁpËIÅ­'6l¸Óäµ-ÌišñtÍ€gPy|ìÂôë›ôýçLú¾Â»³›RÚxŽ-Oõfjvûô®ÊÐOÓþ‹,~c.Ïv›ÏÌßåó…=vØ–“®µýÜ–´CÏÓ2¶,·aÈøZ6o/Fw°Y²9I³Ysh[n÷™‡~ööɶ_J9H¯´åSœœÉÙ¼æ ÃºqÃÃf“Ùå9öyAÔcNyäh[†#Χí*?mßÍE<àÔZþ³w ÷5 Ì:uïÄ1'ßk­€Æ„¬–q)Vn×íEë€õÄn9„éßÝéZ~ïmúš3C*PÖÅO¼¶„ƒì8 ÞÍjRÂX@ã’ˆˆÈ]NWH‰H‘åU¶Ñ>ÉÄ~¶„lμÊÔ¥šÑ‘ï)]=‚ˆˆë?Õ©\Ò'û¹[Ú“~ÁÏD2lü`:Ô¯AÚõ©SÊÁ3` >Th9ˆŸÄ²gF-N<‹u™oKú¾-ï]¦ÕŒÉìÝxˆ«·Œþ^xAb\"V'b¸wã!®]ÿ¥õ"±~†R ¨œ»·¯ÚVût*¶ÙôK–¬qìÝú+”¼ênùÖfgrÖ^®r0CÝ:'Dù`¸pø7.[ïìzÌ1mË©ã´ÿÕT†¼iâ±Õ_±¬{‹‡Lag6+܉cN¾ÕÚõq§€Æ„üˆ•{©ÌYô–÷Ÿaε™òÎS”Ù5‰¶^À¥T¶ÆñÕ¬I¬»BÏ'˜Ûãvrœ¹[é ))² Á­˜8*’æ3ûñãþÕ%’ Ô£ì»„¤/Ò–ñC+Ò~Á#ôóaí«˜zŽ#¿¹Ó~hO*Ú?ÌÅ#€RAp%öÖýM÷ð†T$†%¯.§ÚÀº”ð¾ÆáóÙßt“zz3ooL¤z­ ZÏñÝž3`Œ¢˜·›ã¶Øí»w-ˇ´aü°J´›ßŸþ÷LæñÖ•ðMü‹3¾-x UiêFû¿~¯ÿ÷9šÞsãÖFôïxk 'ŒŒ Å¬<:á8¹i6c·BË9#¨é˜sÑ79µ­uþïÓQl˞Ͼ_nLü|ý:Ó—\¥}#'·ÍcÂfu§ ¥¦|ò§ÍÎä¬=osÐ>‡{×.F¦Gßx”¢uŸhl/Ndø4Ú•Æ+îN™Àý«Ç󨕣m9>NÛ•Ýü{ØÛ˜®åÅÖøEÍáÓzƒþbo¾{½9†;ÌÉs­Yíó¥`Æ„ÜÔí-±ÂÐί°t@'¦|úc^Ç;ã¾dà'ßp¡cw²½sïò/|»k'X¹x|?ÛW.áÃØ+ÔyúS^n™~5\nÆBc6ãl×p=Ø\DDDR"R´ùP{Üz¶†LbÒ¼É Xšð+E»¦¥ÒN ~4œº‰5ÅÇ3yÑxY˜ øQ®Ù0êÊâ„Ç-Œ®/ަùcsyvzW:<Šæÿɨ˜I<ðQÚ—yJR³GI¼³¸ÔÁ|á6̙˘SiO÷¯Ü†-›Ëý¡n€£¶Øí{e'ËûÑ`ÊFÖ„ŒgòÂçè?מ¡Ôù1=[ßG›˜ù 0†™õC0µ‡,§g‡ð[bXgü:ÖûeâOÐ3Æ‚wÙFô›³…iÃñÌõ™fNm+•ÿûtÐÏ%sê—ë'™^ÉÄÎÆÂ“ÉEÏ©k™=¢jú‰e~Åɉœµ?çp-oÉá•̼EªøˆwÏŽdâ‚‘ô›Ö®°ªMéUÙ7—V@=:È£œ·åè8SøéÍgX’Еw'6K›|*y?/¿Ôˆ{ŸyŽ…C¿`|´÷?æä¹Ö²È—rQ·³šÕq ¡í¼XÚ¦_?U{Üv~Èîº3ƒ;þaÅàÛå ëµ<-–!•¨ÓìŸÌÝ4Ї›”Èp<¹¨qCPÖãl—pŒ½C‹ˆˆ²ø¯à>jÄðäy ÞäÒÅ ¬_³šƒ‡*b"â²÷–-¡[žY¾¶iýZ8˜+ ñÙ®¿ú¿+iÙº-!ÅŠ)˜rû™±°E^ _ÅÑÿ´½ù~"""""…Œ¯/½·œž}úf»LBB<;·o£s·îœ>u’%‹3ᢠ@ ißÙ} HâÒ.føÿ„ôדҗ7ÀÊͧmÚô )¹­4!%""""""""·•ž!%""’ã;eF|s™Š„ˆˆˆˆH¾ÑR""""""""r[iBJDDÀv…ßʸ…IÊ÷§rjËûl;mr¼¨åÛ^Ä ×ö@;ˆÜ µŸÏãƒâ.""R¤hBJDDÀr™Ø%¯³hó)Ró{Û¦c¬7†^Mû³àÇ+7¾V#»v|¿v5[ÆcHŠå_•ƒ¨8j÷í?i+Ș¸|òšÄÉï¶°ißE,…qûrwÕ¾+ùäÊø ¸‹ˆˆ)š‘‚e¬ÊˆÕ{Y58‘W{ eõ9« +{âí FãÝÃäŸycàƒ<½â8¦Â¸}Q¾Èø """…™j.""ÏXšö“×±HÆPþâH™ #Áå‚ô†%¢ñADDDнë‹HÑf¹Äî…ÃiY‚€À JÖááN¤Ý"a¹È7ó§UõPƒ(Q«Ͼ«×ï±^â‹iÒ4²tÚºa4˜´¤ì~`>ËŽYiR18}›=˜¸î)¶D~zÿ)ÚE„¥­W¢:m§ìM[ÏzmzÐ0¢Lú6ƒ(W¯7>ù…ÄŒ÷°8lóy¶ŽíF½j¥ LßNXTgFò;Éã’rœ5/ô¤VÉ´eÊ7Ìòß3¼žÛc¼…™S+åÞr!£lÍ&t|b®9ycŽgµjEQ«f(žIß362ˆêcöݼ…ïÊÿèDÓ·N`v%öÅ$/ýkÇšpÏ>ø‚³f°%ýÁ¶7ð{²ãpüõVJ¤Síé?¥í×QN8³œ¶ 1ÈMì]Ç¥¼Síçºö3ÕlŪÑrx†šu¡瓫ッ¶9›ëÙåÆ<¾ˆˆˆAúƒ³ˆaɘu?gœ¦ù¨—ù°u8—N‘\' O’Ù?ó~:¿|–Ö£çòqãNmžÍÄ'ÛsÔö«”ÃÚÀÁ[84Š¥ :RÊϵ•ñ²Æeý{Ù7­=æ{0ð•™eåû·ŸgÜÃ} ؽ‹g<óè“à6ü ÖõÄ'þNx•M›h±^åÈÎ]üò4Kçµ Äô{VÌ$fHŽ¤Æ²¢Y<œjó5~ûò+Žše [b>KìÒ‰Ä éOhÍ/a[_MèÂ#KÍt·ˆY ƒˆûñ3^Ÿ¶'ãŒI®Žql¤—]¸rïƒL\4ˆ2Å=¹üÃ{Œó,ÃóíøH¼ö¡?­蘆+ÝîL ì9“¼ô¯}/ïañèI¼cù–•÷ÿÊŠrðøçì˜P Ÿ-¤÷bV=|Â*at&'\Ý­Û·ç ÿ«æ"öNõ—«y§ÚÏuí;ªYêËq>¹:>äuÁº/Îð\DyÜ/í`Ö{§);r;›6Ò"šøU+cßñ™È»“N¾Õ;Ó§zú?T'yíJî8@¸HB ×ÿ9ÅÀþÍÏæDLl—væ¹o¼ù–ïÏkcÞ¦ÑóóNÓÕ¼ôrêÄŒö»x©¾Ù…Å«x¢¢£oLZ9•Ç.ÄÌ~û·Ô”ƒ<3ÚÛåØ;Ó_îŽök—wªý¼Ô¾ƒšu¡¾å“ëãƒsmËíû‚+ßœp»Ç—[ÇV‘ÂO·ì‰H‘•rr7½©Û%:óIG†×êu­qó5·â4êîfœëÖM9Ëá$84ñ>Š¥ßÊP®7«¯Â…ß/âQs8cÚXÕ¯M~w¾‘ÒÕ#ˆˆ¸þSÊ%}ÒÎ >Th9ˆŸÄ²gF-N<‹uesòccïÖ_¡ä}TtË·6_ßNìgûH°À1f|ô ~&’aãÓ¡~ jÔ®ORN̸زi˜GåƒáÂá߸œÿ8“|í_Ó¯,}j¶z•ÅýØ<~ »+åÝñ ðËêDÙÍ‹/HŒKÄêj;³l¶Ÿ×þÏ¿Zvm¿ªýÜçy®k6ùäê¾.ïD®ç”wüø"""RÄè ))² !m?¬íæ÷§ÿ=“y¼u%|ÿâŒo hÝŠ ##h1k†NcxãNnšÍØ­ÐrÎjú€‹÷ž`iËø¡i¿àúù¿À°öÕL=Ç‘ßÜi?´'eÏoæí‰T¯U@ë9¾ÛsŒQó¾y2™üõëL_r•öUŒœÜ6 ›MÔ6”š>`ðÉŸ6‚[1qT$ÍgöãÆ)ü«K$A©GÙwÉÛ1V´{ȉwxC*Ã’W—Sm`]Jx_ãðùn>ñ T\‰ý„u?FÓ»v±Ì÷(Eë>ÑØ^œÈði6†5+WÜ7œ2{^rʼn˜äGÿ^—òûFÖÇu`îGQöÒgL8Å =Cíì.ƒ0–¦n´/ñëgðúŸ£é=8nmDÿ®NäNÄ,Ûí‡gznÃþw+¨Zv-ïTû¹Ïs—kÖ¥|ÍœO®îËáòNŒ9çÆ;¾TÔ¤DDDR""…iFÊS6²&d<“>Gÿ¹ð ¥ÞÈéÙºuƯc½ÿX&¾ñ=c,x—mD¿9[˜60<ËoFsf §nbMññL^4žG¦~”k6ŒºƒzRòÂl˜3—1§Òžœë_¹ ÿZ6—ûCÝnžLz%;w O&CP=§®eöˆªé'q>ùÔfj[ÏÖILš7™KS~¥£h×´TÎÛqpŒö'MƈQ|0ÿOFÅLâÒ¾¼ÜP’š=Jâå•@at}q4͛˳ӻÒye'3o‘j#>âݳ#™¸`$ýf§OXÕ¦ôªì›‡Ë~ˆI^ú׎WÄSlùôÛ†úðá}äVmbæ3xÀf>Ö ÁÔ²œž]ÂÈ 'b–Ãö†Ü÷~Ö²KûUíç:ÏÖ¬3WU:™O®ŽŽ—w&×sÎ;u|Ñ„”ˆˆÉÓµ,þë¸1Üq‚¤œŽ'¬÷…Þ#?åOsN¡w±-)ÇYóBOj•L;¾ò³üwci>ÆÂ&A„ýs{¦+µþz« %ÒãV{úOY·!/ýn½ÄÓ¤idé´uÃh0iIÙýÞQ|l‰üôþS´‹K[¯DuÚNÙ›¶žõÛ&ô aD™ômQ®^o&|ò ‰¶|Î;gú%·Ç˜c­£lÍ&t|"§ZuPÛIß362ˆêcöÝ|.Ó•ÿÑ'4ˆ¦oÀì¨ßYßÙæ&×s›öžpÏ>ø‚³f°%ýÁ¶7ð{²ÞDDDäï¡+¤Dä.âNȽ2qÑ Ê÷äòï1v̳ oÌ·ã#ñºeùd̺ŸŽ3NÓ|ÔË|Ø:K§H®†'ÉìŸy?_>KëÑsù¸q§6Ïfâ“í9jûŽUÊe1À:±Žõ¿}ùGŠ?Ͳ…- 1Ÿ%véDb†ô'´æŒ0‚3ËȾiÝè1߃¯|Ìì(+ß¿ý<ãîKÀî]Œ¼õh-ç·0ºïH=ñ]#ñJÿÁ|Øx][•Ç'»–îÍ™x´Ó<² šõOEd±¬‹m±%ðÕ„.<²ÔL§q‹˜Õ0ˆ¸?ãõi{\‹e6M齘UÏEã…Ÿ°Jó»ß­ ܸ…A£Xº #¥lñ\+Q/k\Ö¿wŸg<óè“à6ü ÖõÄ'þNx•ÅÀz•#;wñSÈÓ,ׂÓ_ìY1“˜!m8’ËŠþeñȯ¼s¦_²;v—óÑÕZuuù¬äÔï¯îT]’‹\ÏC~Ø7ñòžÄ;–oYyÿ¯¬xa ÎŽ µ²¯qMH‰ˆä•ßêéS=ýŸ ª“¼v%w a\$¡vwœÙ.ïdÆœC”xl3+¦5Â/Ók›‰™w˜°Á›øà…Æi¯µ©Oðïµó&˜A÷[·çpô³Hïðætl× Um+ŸGŒ`Ýgx.¢ü;§eÜ/í$fѯDOÝÇkC*á 4®áIìæÞ¬XóÏDFdžˆ±œá³g†³Ò÷q¶ +ž7çµ³]xÿ…ærŽ©½1ügö=óÓîdZ]»ãv±-¶K;˜õÞiÊŽÜλãë¦(·ˆ&~Õ Æä"–ö¼ŠW!*::Ûð<÷ûõ>¬ÐŠÎmšá}es\–¿·]Ú˜c|†·=É%üiÖªÍëÃ:4°k³wxs:whƒ?ЮS+Êô¨Ã“3s¨×KÔJΟ¼sw¢_n´ÇÅc¼%]¬U‡Ë;1:äÔï®|Ý3µëR®;¨gòãÆ‡¾òýymÌÛ4zþqÞiºš—^nCÝ¡ƒ˜Ñ~/Õ÷à7 ¹tËžˆÜER8µq·ˆ¢Tpauxò++¤$bÊâyÉ)'ws Ñ›º]¢3Ÿœfx­^×7_s+N£îðçnöÇY³Ýž+ë¸U"¢8ÄŽ'»»âì—I9Ëá$84ñ>Š¥ß>P®7«¯Â…ß/Ú}{—• ›F3j™n1Ï}$†¡‹NP{â¿éæîD\T¸˜%½â˜ÿèDv\Êüv®µRNïåW“7uÚUÏvÒ(·±t*Kò¹ßîÏA|3|—Ïö T6›¼´åSÞ9Õ/¹<Æ<ÖªÃå nxÀl2ç®ßY?7µëLLó’YÔnÒoÿcç#õŸmIñs»ØòTÞ…Ê^z‘ÛKWH‰HÑgK;ÛK>ú?ɰñƒéP¿5j×§N©ìϼÊÔ£š1™½qÕþµ²ˆöI{íÚõ_Z/»ág(Õ€šÁn·ìߥuòÈ«L]ª-ù>‘ÒÕ#ˆˆ¸þSÊ%}n9çv/Õƒ9‹Àòþ3Ìù£6SÞyŠ2»&ñÂÖ 8{Í[p+¦-{¿Ï^`Á¯¹oËõ8Å~¶„lNÔsK7/¼ 1.1ÇcÊ·~ÏϾ2øP¡å f|Ëžµ8ýñ,Öý•Íäˆ5޽[…’÷Q=Ð-ßÚìL¿äW>ºZ«—÷¢|0\8ü—­®÷»3ëçªNÉõüÌÓ¯,}j¶z•ÅýØ<~ »+åÝñ ðÓýz"""r›é ))Â#\¥‚àJì'¬û1šîá ©H K^]Nµu)á}ÃçS³]ÝÒ†ñÃ*Ñn~úß3™Ç[WÂ7ñ/Îø¶àÖ­˜02‚³ðhè4†7àä¦ÙŒÝ -猠¦`ͼÿÞµXÇœ?‡niËø¡i¿àúù¿À°öÕL=Ç‘ßÜi?´'oy¾²;¡_aé€NLùô'Ƽ4ŽwÆ}ÉÀO¾áBÇî8uçüMdéÈ´_p÷\¶ÅÜŠ‰£"i>³ÿ0Ná_]" J=ʾ @ÈÍe\Ž¥±4u£}‰_?ƒ×ÿûMï¹Àqk#úw Ïôü¢<÷»9ûªìùͼ½1‘êµ*h=Çw{΀1ŠbÞ7'’’¿~éK®Ò¾Š‘“Ûæ1a³‰ºÓ†RÓ >ùÓfgú%¿òÑÛÅZu¸¼G)Z÷‰ÆöâD†O³1¬Yi¼â¾á”‰ yšS¿;^?WuêL®çC~\—òûFÖÇu`îGQöÒgL8Å =CíôKÔ¬—¶2¼q_6×^Ä·õ£Œ>%Šˆˆˆ&¤DDrÁ-Œ®/ަùcsyvzW:<Šæÿɨ˜I<ðQÚ—ÍJR³GI¼³¼MÇS6²&d<“>Gÿ¹ð ¥ÞÈéÙºuƯc½ÿX&¾ñ=c,x—mD¿9[˜60<í®ì÷¿²“ãuò‹Á†S7±¦øx&/Ï# S?Ê5FÝAYMHn!´KÛôëUjÛή>æØàGƒq ºº+ËsÝj[ÏÖILš7™KS~¥£h×´Tzœ|\¥!ˆ61ó<` 3ë †`jYNÏ.á ùØïùÜW%/üÀ†9ss*íÉÚþ•Ûð¯es¹?ÔíæD’W2±s‡±ðd2EÑsêZf¨š>Ñæ“Omv¦_ò'®ÕªãåTñïžÉÄ#é7;íxª6¥Weß´ËÅô»Ãõsʼn˜æ%?ìxE<Å–H¿-±þÐç–el¤]ÔiÓ;ˆˆˆˆ0CÿuÜGžÛõWÿw%-[·%¤X1S$#ó1¶¨Ã‹á«8úŸ¶7¿ÑODDDD$ >¾¾|ôÞrzöé›í2 ñìܾÎݺpúÔI–,^Ìü…‹6)¤}ñ5 ˆKÿ¹˜áÿÒ_OJ_Þ X+7ÿîeÓ3¤DDDDDDDDä¶Ò„”ˆˆˆˆˆˆˆˆÜVz†”ˆˆH¡}¯Àˆo.3B‘‘BFWH‰ˆˆˆˆˆˆˆÈm¥ )¹­4!%""""""""·•&¤DDDDDDDDä¶Ò„”ˆˆˆˆˆˆˆˆÜVš‘ÛJR""""""""r[iBJDDDDDDDDn+MH‰ˆˆˆˆˆˆˆÈm塈HQµvõ*ADDDDä×½gï_7[ÌX-Vl6›‚• ƒÁ€»›;nîî …£Íš‘"í¡ƒ‘;Ô‡ï.ËñõÔT'OœäÀþ¹té’–ƒÁ@PPÑ5jQ¡b<== E»5!%"EžÉ”¢ ˆˆˆˆˆ2f‹™“'N²ç»XZ·kOxxÜÝÝû8™S9vì»>ÿ›ÕL¥ªUðp¿ó'¥4!%"""""""w«ÅÊý?Ò¦];*Vª¬€dÃÃÓ*Uªâ|óõW”)W{4!%"ò·Ó½æ"""""…ós|\\åÃ+*N(Φ0§¦ŠöjBJDîŠ72‘‚²wO,š4'5Õ¤`ˆ¨vDTÏ"ðY^·é9ÇÃÓˆÕZxþ® )¹ÞÅQž‰¨vDDõ,…:½”_E›B "wÛWž~ÌgÙ:åyõóº­ÜþXøáÉû”-ã16["Çc7³aïÅ´ߎKß¾5›…›Nbº]ûtåçïˆÉØØõÏmþÉužåGnþq/ª?Yk¦c|6çyz4zy?\ÁêJ^'Æ22Ür#vs­ˆÄä¶ÖNA£êñî©GÅ´pÕ³~ ÝܽtËžˆý )û¿¼Ø.ñi‡p|{ë²Aý7óË¥(MTùâ é½IÛØlØ’~bþÃ}XÝ}'ûï ÁçöD¦ã¹ãÞ¼ÿŽ˜dˆM¦þ¹Sò €x¶>R‡^«/ÜøW±ÊÔiÖ•þ#FñHÓ’]Ù‰Á/snþq/ºFÁÕšgF®ÙGÕ˜ÇÒm0¥÷® W˜›“y펷'}ÄG;ß {É YSòzã:¼Tþ¿œø´#þ×1ªïžzTLóø^(Rt,Ûxˆe’j±âéîÆà®5Ü%ZÉ%MH‰È]õá+Ó¿ËaÙ‚^”¾10–¬‰§?ƒ—ï`pÚÂÖOÿ[Û.°c sî¸ÿ 1¹eù›11`ƒ Æç-Ïlf®ž¹åãí…½(e½Æùc?òùÇ‹yªã"–?ûk§4#ØÙs ÏŠv¹ù7ƽȎ\kž¥é0y=‡Äa,nÈ~öyíH™ #Áå‚ð¸í5VÀ1ɲvÒwêCîUŽÏ·Œ§žŸáÖåó«=¹9FÕãÝSŠiÞêY$_Rëθ½ïí yöŸ 0z¸qäÔe–¬û‘A£ÔA¹¤[öDä®yËôà_™úM›ÒôÆOêWöÃúo4  øƒÛHÈæÙ-jE¨~þÔœvˆdËEvýûW/‰Ÿ~þÅ©7aoÚ3RÏðùÌGhˆŸa5îgšã$gw?}ò1>›ØƒaiÛ/ÛðQ–MûycW¶i9ÏÖq÷S¿Z©ô¶P澞Œ_ù3׬חɡýæ |=o-«KßWž~ïW¬¶œcâäº6óE¾]0ŒÖ¡iû«Eÿ÷craß™úÚÕx§ÿ̘“öÃô3òç¹UhдÍ[w¤× 1¼±ñÿØü¯p¾mãv^Æz#Ž5›ÜÌ2î·<“(1Î.7r›óÖk~omªO[/´*­'ÿלÍU§Ú|ŽÍÏwá¾*%ñOßNñÈN<»ò(I®ÔZ¾Õu*'þ3€Úe‚ðó¦tt#: {›ýW­Îå–G(5kEQ»FqW¶i¹Â‘»ø)äi–ÎkAˆé/ö¬˜IÌc­ùÅËŠþeñ°ÄgÓþ$~|¥^>KëÑsù¸q§6ÏfâÈvµ~ǪåÒN³Š‰3ë’ÌW»ÑaÆišz™[‡ãqéÉuBñpaß7úÇÕØ¤‹yùebb^&888íß1/ƒ Æ—»<˘k7>¤_Oµ@?7Ëúòé›ßÓªA$³ß‰cÍ*7o»ýmyŒqv¹a‰ËUÎ?ãñG~€Ûð7X×7Ÿø?8áU&­ÝÎäª3±²\å·/¿âHñ§Y¶°%!æ³Ä.HÌcÿ$´ÆŒ0:WkÙÖ…‹u!udâ¢A”)îÉåÞcì˜gÞˆoÇGâ•]îÜèg?Z/ÞIëë¹v£íƨŒë8ƒ[ö›÷ñ'ÇþuµvJ÷fáÌF<Úi8ßÅú§"ð¹åØ]¬y§ŽQõ¨ztaygê1Ç~¿P´ëY¤±Z,$%›I¸š‚ÕbÅfµ((šɅÓ¸¯Ä¤ ¿hÈÛG7ó@s«{¯BTtôÍ焤ÿÄ»B+:·ivã¹&¶K‰Yô+ÑS÷ñÚJxkx»¹7+ÖüÁ3‘™ž#d»´ƒYï¦ìÈí¼;¾nÚö[D¿jcn,³Ó¥m^çÞœÎÚà´ëÔŠ2=êðäŒÅêõµ=²iÿåÍÄÌ;LØàM|ðBcüÚÔ'ø÷Ú Žy“ƒÌ N61qfÝÚ);™1ç%ÛÌŠiÒ–qeßîv†ÄfldD¶“QÏ<ý4/¼–Ó¦M'æå—ç'¥\að¢eeXsôgMLÜéøX=ÌEû„ËyŒ±gÖ¹9.W9?¼íI.áO³Vh^·nÔ¡ ¹Z+ÙùXy‡7§c»Öø­j[ùF~.ÇÑŽ^wtRe®Y/óõëSØp-˜¾C`³3ÇjßGÙ墴˜ä!ÆÙäFÞrÞ›òÍaj³ðVWOžÃ†ñ\Òq®zsÙf»1£µf˧ºNúý+ŽÁ¤Ñh[Ѹ™F8“Í8d?îØ¿èHÙ ¸xø7.[êâí–¾‚[žw—S ì·›ãO6ý[Ö#×µcjΔ·gg÷©,ÜÃÉÕxèÔ1ªU®,ïD=æÔïE¾žE ©T“™d“™-±¤]Åh³aµY±ZÁ`0p-9•­ÿw7ƒƒÁ xâÊH IDATô&U:ׄ”ˆˆã )'¯Lp»‡peϧlØÉ?j”âÞH_â7ÍdÞ§OÑøž‹œ´ÖçÁvÙ\ÑԒу+Ðí­Á ðÏcmªh>ϯGÝi3¸;ìïÅ lÎó#"hÿÚú'0¢cu‚Ìðý 8ý¯œ®n3ý˜RvÏç•eWiSÉ“Ó;ÞdÊÿLÜ;e05¼2^f×þÀæŒ^sãñb/òXCNoˤm6šÍ|œh/6[61éäx]Œ-=¤"]ß|”>x¬e|’ÎrÖ§)½Z:±o«}ÿ¸›‚ʳŒ¹„Ý_ìâ["—NdçªwX±ç µŸ\Á¿›¤õ3q¶ï#ìâ^>ó-^AyŒqv¹aË]Η9ÿ?–oI¤Zp­çÙógÀ3’/Ã8攫xå²Í¶Siûq¢Öl¶ü©kïrõ©À«¼óÚûTyø^¼¯ñÓs†+?ì'œìòºfHæ>u/I‹Da›>…Q/[y¬q)Œ—¿åT*¸“CÛíbpKÖæÃøãLÿ:];vññ«ÿ< ‡m¦Û['p·åré^~¼29ÏÑøP{ô*>õ›Ä”Eÿ¢ß, ^eðÀÌuLy8ýD˘uL:–wb]?êMXÍ'Á“yiñ8]hÏâÜ7ì}º·,éxý,ú'W±)O2îø…†@ìŒúçxW¤vÓ¾ÌZóý†eˆ½q¾eûÙÇ=Ð9óc—;çü,qq?›ßXÀ¤ÓiOòõ¯Ô’oÍ¢Kq·_s®úäS›¨µ\£}žyVβ×þäÙW_äá•iÏXñ (It×Y?‹%‹¼̼Eª{‡%çžáÅEÏ0`nÚñ„VnÌ?*úâ–ë¤Íûø“cÿ湦ü¨÷Ü­íÅ9ƪU.-ïD=:è÷»²žE\`³Ýþ Ï"ygýÌæôÛbmV|½¼èÞá>¾>ø'Aþ>ü|èW®%Aú3¦ÜÝ ë]_“³Î¾Eeñ_7À}ÔˆáÉó¼É¥‹X¿f5UÄDÄeï-[B·=³|mÓúµ<4p0Wâ³]õWÒ²u[BŠsi¿kW¯â¡ƒ9{æ/u‚ù8‹;4fzù8¸¼ÕÍoe’<ûí×_hÔ¤9ΟS0”«¢ÚQ=ŠêYÄEÛ¶l¢{ÏÞY¾–’’ÂG¼Ï°#IMM½­í²¿: Þ£ËþP[vî?C°¿‘/w}ÇË´ŒáÆ-|eKÓ³Wo‚‚ƒ³|ÝÇ×—Þ[NÏ>}³ÝFBB<;·o£s·îœ>u’%‹3ᢠ@ ißz HâÒ.føÿ„ôדҗ7À 7oVÑR"Räé/ÜúpTEDy¦\ÕŽ¨Eõ,…h8ºùeµZ±Z­˜ÍæLSV‹OO¼¼xyyb³ZIJJ»‚ðúD”‡‡nnn¸¹éJBG4!%"úptW!ãy…N*”gÊUQíˆêQTÏR¸¤Û=!e2™HJJÂl6ߘ ²Z-xxzâíí‰—Ñ €¸¸¸Pøøø`4ÿÖ«¤ MH‰ˆ>Ý ÜË1dÛI†¤D'ù¨b¥*º-T¹*ªÕ£¨žUÏRÀŸçoçgz[†o¸´XÒ&¢q3@ŠÉBhÐ=$'›pwwãÚµkøúúb³»»-Óº’3MH‰ˆˆˆˆˆˆÈëvß²wýÖ»ëW;¥¦¦’ššJ·†%yãíµX,VÜÝÝèÖ°$žžžøøøàé鉻»;iß¼§ )Ç4!%"wÁ˜Þ DDDDD ñ'ú›÷ßÀÝÍ 7OOlxzx`³ZÐ)š>-*`µZqssÃ×÷üýüðõñÁÝÝýÆs¤ i'!ê64!%"EÚÊÞWDDDDD 3ÛßóGæŒß˜çë닇‡fs6›íÆUTF£ww÷L1×Ä£ ))ÒSWA¹CUe·Ãelü½Ïdº>ùäîîž©7®ˆÒ-z¹¢ ))ÒôÆ """"Rè?Ôߟë3^1¥s޼ӄ”ˆõ÷.)äŸé5éSôhBJDŠø›—Þ¸DDDDD +ƒÁ@⵫2<£I²9÷±Z2=ËêN§ ))Úƒ2š)Œ AAœ=wŽ%J( œ?žàà` †Â1)¥ ))Òt”ÈÝÉË*…¸SüÞžÌV¸’bãüU+&XIµ(F"ªA¹Ó¹»¹S£F-b¿ý–FMšP¼xñ,Ÿá¤s.\ öÛÝÔ¹·ž^ž…¢Ýš‘"?8‹ÈÝ¥L ;µJÁ±_ñÃ÷¿q9îÅ .]™èrQü—­ –ˆjPDî`îîT¨ŽÕjáû}ÿGüåx¬VöÜÜܦνu(Uª4¾>>…¢Ýš‘"-» )ƒwÃ,Ç•ÿâÃ?õ¦&RT” r#ºX2_üoaa%xà>”+À‰Çù|ûv~úz5 ;õç—³þº”¤ ‰¨Eäïäà‚'OO#•«V¦l¹r˜SSõçìÂhpÃÓË3}2ªp\E¦ ))Òì߯ ^÷P/ÜßN¤r>1•ø$7BËSöJûâ41%R˜yy¨UÊÀ[7Ò°QCÚµï˜éõ*UªR¥JU¶nÙÄÿmÿ˜–ÿxŒ­ûL¤èÞ!Õ ˆü}œ˜;ñp÷ÄãOŪˆÑ„”ˆiöA1Ñ¢qqz×OáXÛDÒÖNì½Ê—’1+d"…V¥bîüñëaBÃBi×¾#&“‰õë×óâ‹/pÿý÷3iÒ$:tìÌÇŽsúÈ÷D”‹ä‡£q žHÔ`vTƒ""š‘"Î~B*ùÌI^]~šÒÑPà ۹?yeÕ%.ê³"…^¨Ÿû<Êô`ݺu|ùå—\¼x€åË—0}útÚ¶iÃgŸ­¥Ùýõøþ·K žHÔ`NTƒ""¢ ))Òn½ÃÜ@`¥p†Ö7òåúcø·­ÂÐF©Ìýæ ‰º]¤Póö4p9îÂçÕL›6sçÎeZfãÆLŸ>råùpî/J{£Ò)˜̉jPDD4!%"EZªùÖKŸÎ^bç·)|ùW";OsÞÈÕT ºHJ¤pK1»ø8ƒOw·,Ç Q ŠÈm¢Y u½ˆHQ”Õ·p¤Ä]dëõÇUœü‹ “H‘d% ¨'N§J•ªtéÒåÆmz×uéÒ€ÇV¢$qWRôm="Tƒ9Q Šˆˆ&¤D¤HÓ‡\‘»Ç™x3a•ø|ÛvªT©Ê¤I“€´gIÁ͇š|þùv¢jÞËÑ3W5NˆP æD5("®|ž?u)…‹W-¤šÑm¾Y0ÀÓÝ@±{Ü)â…»[áh·&¤D¤ˆ¿)"w‹ã—ÌÜW.‚ßö¬eË–MtìØ™éÓ§3}úôLËmݼ‰+ Ôº¯!ó×Ñ8!R€5˜Õ ˆ8ÿYÞÆO&qùòUvÅäô¥kX­4ì¹¹(âK‹Ñ\I ²Œ/ÃßnMH‰H‘‘»ƒÉlãÈy3õÛöcï®Uüñû1Úµk{ãË'ŽçóíÛ¸rå <4˜µ±§¹’”ªÀ‰¨EäuúR q—¯²jËnz¶Š¢ñ}Qxy;)))|³÷0«¶~GŸŽ 9íëNÙ¯;¾Ýš‘"MR"w—‹WÌ<•B“nò×o?ðÙgk¸xþ,¡%K]‡š÷5dÝw§9ðGœ&¢‘;zL±°+ö½ZGѲQ$^^^´nr/ìúî]Ú4Ô„”ˆÈßMóQ"wŸ“ç¯q>>™Z«Ò°ó}„zcôpãJR*GÿºÂœÏ~æZ²YQ ŠÈÎd…?/%ÒèÞ(à îdåç?“ZH¾¼TR"R¤ÙôØC‘»R’ÉLì/ç‰ý异!¢‘ÂúYÞV« £Ñ¨gG9ÁhôÂbµš?ÊkBJDŠø›˜Þ¸DDDDD ù§zôýzE&¤D¤h¿ué}KDDDD¤p¦GÓQE‘&¤D¤h¿yiFJDDDD¤p¦·Úô¹¾Ò„”ˆi‹Ÿnª ˆˆˆˆˆÜ¡>|÷‡Ëü-WH%ÿÀKÍ[òn•·ùæƒ>”pW_å77…@DDDDDDD xv<Ii?/‚®ÿ„•£Aç¡Ìßu–ÔüØ…›?å£jY% /Íœ]!%"""""""w°ÿoï¾Ãäªëý¿g¶¤‘žF¦¤Wi"Ñ XAš¨€"ÁŸ‚‚]Š(ˆb^ÅrUÐ+‚(Š"E‘¢HBž„ô-3¿?v7l¶ä°^¯çffgæœ3ŸsæðÌ;ßÏwª©V+íî6fÞÃeɤsùìC26‹óÌ÷媯|.?ð¯YvËŸrêÔ~k¶ÊºÉ9ò[È‘I’йi×9ÐkU«/¾$I†nžmwÚ%;í¶o<ü#¹ð²S39ÿÈoÿ±(•jR­6eÎÿ¼3ÛO”áƒdøðIÙç=—æ®EÕ–åTçžïœ˜ý¶ÚòøèMòº3oË’jRm|8ï< cßzmžo[oÓsùË×Þ“ý§ŽhyþàÁ™<}—¼ãœ;²´šT—ü-Ýr@¦žú×–ûÕ¤úü5yËÈyÍìGÒØö·Æ'óûsß‘Ý' ÌðÁ2~Æëó±Ÿ?’eÕŽßëê\ú#¤€>¬9‹çþ=W;2—·ÉQ3§”$©ÉˆmÞž|ýÝ™0ª.óÿ~yN?í¤½É®¹ñ£ÓSz`vŽ9ñÛ)¿ov~öÖé°à¡Ìé71u®cIîç|í¾LûÔÝ9ï¸ÍR—d§õ¹å×ÿ•þìÁœ4uZê_!ûU ôZijj7UyuY+I6=9ß»ôÐŒ«iÊÒysr×5³óùÏî76ߟhzúgyæþúüœuÞ¹áîdz¸vp7T’­çgÑÒe¼å»sòk”Óߺeî9ð˜óîãrènÓ¿”¤iyš*I* Y¾|Yªý1w/íŸí߸Uú7,Ëò´<§±’¤Ò˜åË—eyÃò4W“jóò,_¾¬e”ÖòÆT’TšZþÖüðŸòÏ¥Éc§ÏÈØÓW~ŸCøO-ß4ƒ^!ûU ô^ÕjÚÏi¾bèÑÀ ™òªéÙ¨6I¶Î6»ì”¡wNÍ ßýaî;áSyÕœ¯å]Gœ—E‡œ“ÙgïšquOåºÓÍÙÕ¤ZIªuSräÿÈ^7þ ßšýå|ôMåK‡~+¿¼ð Œi[MÛs›«IJ+î'I*í¶§’T«åÔ”’æ†æT*­¯¯´ÎíTya9ÕÔd§s~³wÜîM•R7tbT^<²j}eRs ×ª¶%C6Ƶ^*Ëòü’椦.µ¥j–=ü‡ÜŸ©9ú´£²ÏvÓ3uæöÙjLýʯ-õϤו³®¸)¿ÿÔÌüçÇççÿžh̪M{õ¶ÍfuKsçõ÷eigÛQ34 Ož½ç¾<_éø9õ¶ÍæuÍyàŽÅ7e‹l±EÛeJ&éŸÒ‹Þçê^ú#¤€^«šJ*í‡HU+-ƒ“Ü—Ûþ|c)-ËÂ'îËÍ¿¸4—ü½œ™;4“ë*)MÜ1“rN¾õÅoeÓ÷͆ýç_Ï4%Õj*ÕJæþ&ß¹fq¦ÌØ$C*O篷ý'©›–áý’JµÚïTR­VR¶GÞÿÎ 9ìëïÌñC?‘#¶šywý,ß½7ÉÎ-˫ԌÉîOOõ³ÏÏ®äè]Ƨ~þŸ2·1©i}åa{åäc6É›¾~dŽÚàŒ½Ï” iz:>XÎ^Çœ‰‹®Ë){½-×muq®ýÖ[2fa×÷ÇõáTG ôZÕJ5ÕJûÑ?5²ÑÄô»ù9ñ°o´ü©nX&ÎØ-ïýÒeùÀaSRW©&›Ÿ¯ŸÿxþßyÏQW6´™£Ûî'IÝF9àcW怵>¯é±|çÀíò‰´l_%Ij7ʬOü4³>‘Ž—›$5£³Û‰—äê;ئþûä‹}ò…ûC»¾_H¬Õ¤Z]ûó#Mž8¶ÓÇžóD¶«­­¯šêŠÛô”@ 赪­ÏÚöУÿé|=Y_Ûsª©—B ôZ•J5ͽ±7­<>ïøåܼ£e#ÓlW­Ðë”JI¹\Ê¢E‹R[+¾èNSScjÊ¥”J}c{íQ ×©/'ãF È÷>’m§MVnÜuߣ7r`jË}c{R@¯3bƒÚì¹ãŒüä77§”dÆ”‰©­­Q˜U455çîûçä7·>œC÷ß9#õ!R) ×™0²_.’C÷ß97ÜòüòæGR©˜:|U5åRƘC÷ß9CÊÄQúÄv ¤€^§\J¦Ž˜¹jòú}vJcó ?lÇ J¥¤¶œŒTÊÄQR*!ð’•JÉF#úe£ýc=SVŠ$ P) % P) % P) % P) % P) U«@oÕÔÜ”Js%ÕjU1:Q*•RS®I¹¦&¥RߨfÐ+566dΣsr×wä¹çžS”J¥ 6,ÓgÌÌ&“7I]]]ŸØnÐë457eΣsrë-7gï}_—I“6IMM¬Z§¦ÆüûßÿÎ ×_Ÿj¥)›NÙ<µ5½?”H½N¥¹’»î¼#ûì»o&oº™‚t¢¶¶.›o>%å$þÓ™0qãÔêý”IÍ€^§Z­fÞ¼yÙxÒdÅè'MÊ‚ ÒÔØØ'¶W ôJÕjU›^ÕÖÕ§Ré;“¿kÙz5¿°·þ1B €B ¤€Âüñ†ßeàÀA/º À+‹@ (Ìþ³ÞÐám^YÌ!fÉ’ÅÞèLµZ5‡ÔzÈ) 0ZöHR@´ìhÙ ¤ex)´ì­R@aþxÃï²ÿ¬7dÉ’Å+nô6߸úî\þ«»ÓØÔœjµÒ2U¥u.«¶ûÕjª•n×”“÷¼]N8tìP-{@_ðÍ_Þ™w’ýjS­¶ŒÐªT“jZ‚©J’j¥šT[nW*Õ,ZÚ¯ýøfT ¤€ÂhÙú‚Ɔ¦,khÊu·=’æ¶ÑPÕjªÕ¤T*¥TJ’–ëR©”¤”~u5ilhR¼H…Ѳ¬®¦¦Æ45ô”JÕÜzïS8 >¥R)Õ$¥”’$ÕRËZ¨¤ez«Ršš›R.UÓаÜNëP-{Àêjk™+Ò‘LÍåWß•¦¦æÖ‘Q•sHu6§TM¹”÷²ƒ Ø{H F˰úª…‡<Ç8#Ǽ~új¿®T* ¤zH F˰ºŠ!U©TR©TÒÔÔ´b½]­¿e©–ëÚÚÚ”Ëå”Ëe;®) 0Zö€ÕW-<¯ÞæÕ7n|Ð'¶[ F˰:êêê³Ù”ͲÑĉijl4¹y'J¥rêúÕµ†Q}c™@ (Œ–=`uÕÖÔ¥vPB¬güÊP¿²@" ¤e€DËP -{$FHÒ²@" ¤e€DËP -{$FHÒ²@" ¤e€DËP -{$FHÒ²@" ¤e€DËP -{$FHÒ²@" ¤e€DËP -{$FHÒ²@" ¤e€DËP -{$FHÒ²@" ¤e€DËP -{$FHP0…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(ëÈ^ IDAT…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…HP(…ªU`}vÅ·/S€^F ¬·þëM‡(@/¤e€B ¤(”@ €B ¤€Þ¢*—Ó@…x‰jjjÒØØ˜r¹wDA) ×2tX–.]šºúº”Ê%X 555©­«ÏÏÍ¡ÃzÅ6ù•= ×{ÕÔi¹íæ¿d‡wɘ±ãR[ëÔÐS™;ç‘Üvë-yõ«·ëÛä[Ðë?>IrÇíËó ¤R©( @•Ëå :4¯~õv;~\¯Ø&Ð'Œ?~E0@ßf) % P) % Õj5¥R©u ¤€—U¹\Î’%‹àeVin^ñ=mTnàå4dÈÐ<úlÙÒTªU(XµZMSSS–,]šÅ‹eÈ¡ë|µÊ¼œ¦l¹eî¾óÎL1#C† Q€‚µµé-^´(wÝqG¶š9s¯sµ©ï\v©½¬U£Fo˜3gæ¾{ïÍÂç¤R©( @ÁÊårš­fÎÌÈÑ®óõõ8ÚlÊ{xÉîùçÝ]>>|Äð 1\¡€õÂÔi3¡ =¤vÞõ5ªÐ æÏS„.Ô*$@1ºëY]}u$–IÍ ²¶;Ðúê"@At µ(+Agòð•ŸÍ…×ÿ'=¥º,ÿ⼜{Í“iV05ì©æ§óÛϾ;ï¾à®,S¯Þ³:Ý/ë¡Êó¹ýòOäôKïéïuù¿óë+þ§ÔðŠ!êDÃC—ç½'-¿ý÷òΟTªfѽWå ïûP~öD/þ&U]š9·^›_ßþÜÊ!Æò»òéÝ7Êïúù:ù"¸^Õ°§¥^rO¾ý×åUcGgä¨ÑÿÎßfþS¿È[NÈ®Ÿº³5ø˜Ÿ;®úy®ûÇ‚•öGŸ«WgÇU_YǪû¡“ýÒg>Ï«£2/7_þÕ|ë†':? R™KÎ?t¯¼óÌÙ¹vnc€W†µH5?›¿xDvš4:#GÍÔY§åÊ–¥ÚW«Ry.׿Üüm³SsÞᛤ®Ó'ÈV'œŸc_“³.ø[–¼„U-ÿ÷süÖfê©·eéºz?ËïÍ׎yG>tå#+ù,m§NÏ«6•ú²®¹†üó£rÊOJ9ì‚+sõ¯~™«>µc6è7*›OžWMÚ ó\õZçÇU_[G_³>Õ¤é±\qäÛrIÿ“ò³¿|'ïܸÎþ€WˆµC4æáËß•C?÷—L<ñëùÁw?—ý|'Ç|Fn\Ð7#©¦¹WåK¿lÈkO=>Wέ¾<á]ýäyé5ùÅY»eXI ×Xó3¹íº‡R¿Çi9ím{g—wÌv› NíÐ]sÖÏ~“ËŽÜ4õ/c½ ×©Ã¾ñçüõ§ä5£Mi¯$kH-»+_¿à–Ô¿þËùúioÎëf“s/ÿp6⊜ûë'Sé0Ix&מ~Pvš¶IFjimš¼û±9ï²ósüÛf£Q£3rôÙã=ßÌ]‹Û}ánz*7|ñ˜ì±Å†9jt6Úîœyõœ,_±Ìƒ³ó´I+–9~ë7æÃ?y8+ –ý=§o5:Ó?zû ó¦,ümÞ6~tö¼tNšZR…<ù»ïç¯5»äˆÝG¶¨º$ÿºâ”0cBFŽ‘¦gÿOý­u4Nm&ìÿ¶ÌXòû|ç–ù= EšóŸŸ|0ïûæ¼Ìº`vŽžÐ“×4å±+Í›ŽiÙ†±ÓòÚ¿•»Û×§ù¹Ü<ûýÙfëvNÜ>G~ΊQO\º_&´Öfû³ïÉò¦G2{Ñøï²°Ý2nºøøì;}|kÎiWü#‹ªí÷]7uî­5¬<›ß~üì6c“–m5:›îü–|ü'÷eÉŠ÷÷\nüü;²çV“ZŸ3!»žÙz¼tW›jc–6& ×½#“[—?ñè²hÑr̤ÑÙåËv2¢eÔ«Ëׯ­ýÜÉqUıۣÏr7çŒ}ìº;ç¼ ç±×½ûº.¿þ¤ì8±³õt³ßºü¬ÌË­—| ûÍßúØÆ™ºëÁ9í¯²oŽÍ~»Í̤1«Ô¡»ãèóÖøŸ¤›ž¸97>‘Ì8h‡ŒheS?iŸì3öì|ÿÚû²ô­c3èEÁÀâ÷ýœ;­9¿ì£9ã¨wdȿͩ›/΃7þ)÷>)—\ôšŒh~2·\vfÎ}ïÙpÆõ9uËú¾£%¹÷º{RÝüôLÚò†üFŽýà÷S~ÏùÙ¡SÓÁ¿3§ÿF+Úªj7Ü.;[žŸÿþ¡,Ÿµ]úw»ŽšL8üsïå”–ß•³ÎîÉvÕdÄ«ËG¾zd&Œ¬Ëü;¾—3>zZŽ™´Sþøá©é—e¹û‹oÊç<žÝNø\¾³×Æ©™77Ë·º<›$ñ¦¯å‡'OK¿”2`Ìf©ÏVMs×ùçç>™½Nùb®Øipæþæ‚|üƒ³òPõOùááS[éI{i +‹rÿ È¿Fž”Ùìž Oä¯W~!ç¼w¿Üßxc¾÷¶R[Y˜»ÿïÚÜ=ìÄÌþòë2¾º ‹ÆlšúžÔ¦í½ìrN®:{ç JR;l“ Ìm…s]¿~míçtr\qìþ³GŸå.Ï›®áë7yÏcÝ×½«º>Ùò”‰³rÚÇÈfýçç¶ËOÏçVZO7û­‹ÏÊÝ_|Sfóhv9áóùî>“ÓÞŸsΉççwÿ\æÿŸÚnêpRm×Ç? JÓsf^6È–£dE×Wíðl<"YôøÓYZMuÒÖoânÙw¯Ý38»gf®Ë$»¿ý­9pJ}²×´,¾êg9áÚ[óìiS3nÁ 9÷ëdÚ™·ä¼c&§.ÉÎÓêsËoÞ’þ⡜tÊ€Öeîžý^»W'Ùsf5¿Ÿñ\ýÇ'sò–{öf›ççáG—¦nÜfYÛö§Çò\g·=÷ËnÛŽH9[g‡ö¯©Û0[n˜<}ïY–ô LIR*gõºäJ¸Å9d‹Ö»;l™åWÿ8ÇüþYxÚÔÔ/øCξèŸÙðè«sŧvÊ+/m Gm–iÓ§½°}M+¯¡:ÿ9ç+÷dôQWå[§ïܲŒ½wÈð‡·Íqç^’úél]›îëÜkkøÂ¶°ïÞœäµûí‘ñoÞ!<ç›ùç›ÎÊÌšÖçLÚ3ì½[¯¨Íoz\›š¡“3uú´¯Í¢â¹®^¿Öös:9®Š8v{ðÓpÕçº9gœ\³f¯_qÎyyÎcÝÕ½:¿‹º¶~öûM™•ÃÞÐòYxÍVùíŒ÷·[O×û­_:û¬\—s/úGF¼ýÇùÞ'÷ÌÐR’%õùÉ ó[ãÅîk{Ü>Ýÿ@Ÿ·V¦²®¾„GV5`Üæ™ù™» õw£ÊdÂÄ!É¢§²°9ixüÖܳ,ùç™;flk›ÊÈMß’Ÿ/Jž}ø¹[¡ÊC7Í–#“ùsWãW³š—gáò¤ßà~iûº:`«÷äÔ}Kùßwn›=ŽüD¾}ãœ,kÿÖÊý3¸_RYº0 •uµ«òدÏΑûl7‘¶ÏÿTI–/IC%ixìæücIÿl{À´•¿x®ÎZ—±Ý¬é/,£<2;½áUÉã7ç®y¿¹Õ¹×Ö°µc³çÁ¯JæÜ”.¨¬õÚ¼\Ç\W¯_kû¹»®õ%œ3Öôõ½æ<–Õ¯kyÈäl1¢ýzºÞo®wî_r×’úlÐ6Zziµ­íîøÖ‰ë®ù¿l°Áàb¾Ž¯éj†Ö,ÊÏ,M5ƒZF¬4ÍËœyÉ )¦O‡°ÔÔ¥&ÕTV|é(¥\WN*•–X«ZM55Ùå¼_æü]Û½*¥nØÄ ÌS-4õ5I¥¹õÛS©œÚrÒÔÐÔyTVî— ú% ‹^˜ÿªßæ9öîÈkÿxe¾yñE9íà¯æ ‡]–k/zcÆÖ&©,Ï¢åIiƒ RW^7;ªáÙyÇáçgᡟÏ7ÏÝ%ãëŸÊµ§¼5Ÿ^1QkÖhròj‡Ë(µ¬ã·r{i ;S*­xûë 6=IÖA½ºxý𵵟_Îc·'ŸånÏuóqx çœ"Îc=þ8¯n]W^O·û­3ÍiNmêkË/½¶ýt}üëÄÁ‡¼¥°u­ñWÿºq;e×1ÉÝ¿økæµÀxô÷¹þ?ålµï°–6´~ü¶™Rßœûÿ¾$ã¶Ø2[nÙvÙ"›Žгï\5Ã2qXòì=¦ÓÁ0µÃ2y£þiøÏƒy¶}K[i@6ÙãÈ|úÎMŸÞ*ÿè‹ùåZŸÐøTî{:5elÏZÍ^‚eݘ{35ïþGæuÛOÏô™ÛgæØúvõÙ.Sê—åo¿þç‹;ÄÊý2¸_²tÞ’.GXÔOØ1Óú/Ëß~}O·ý±ò\nùսɨí3cx—^ZÃUæçökHÆl“-†–×}mVþV¾nëÕÉë×Ú{éáqµNŽÝ|–{~Ψv¸_ÖÊ9g]œÇzúykáœÓùÿff“š%ùÛõ÷w: yêÐÕñ¬‹-Ì¢E Yךÿ[sÿ™yß¶Ï·?vRNøÒyyß̹ú“çäþ ßžsfIÍZÚÐÒˆ½óác7ɬ¯ÃŸžã^;%C›žÎýÔdŸcÊäž|‡®›½Þ<-ÕOŸ™?_Íq»ŽKýü›òXCÚmçÀlñÚ-“ý>÷,|O6^JãÜßäò_/É[MÊÐÊÓ¹õ¯O$õÓ2b@ËJ›Ÿù{nz¼>[íµiK8Ðø@.Øc—|zÄ×sïÕoΨҚ¿ÿþï˜MrN.;ÿ;™rĶÓqîy¦©]}öʇß=9\ü®1ðŒ·×ä XúDž°{Ùs\¶60 ~uN.üég×AÏäÑÊNyÛëV©ñð=óÿNØ2û|ñ¨¼{Ô§rÜÎCòØ5_Êé×UóšóÏŒþyѼSë5l³ü¦ sö7åµ›Õå±ë¿šÿ¦!Û~êØ.ßßÚ«M’ÚÁ;,YxËOòË;§çM3‡®y½VÑÕë×Ú{©ë业µñJl¯“cwV÷ŸånϫÜßj-œsÖÅy¬‡uï²®»¯ù9§Ó¼lÔ>9ù-£rØÅÇäý~:Go7(Oþå»ù㼬ؾîê°ÑÓ]ÿÀÚsÝ5ÿ—ƒyK-Z¸ÒíÞH¥.›÷Ý\¹ðƒùЗŽÍ!KKµÝáùÊ7?›=†­Å¡´Av<óêüdäùä%ËQ³“l‰»¾;ÛyP&÷èGôê3åøïæ²§NÊ™Ÿ”w~)Idôæ»æM›l.V“qû¼-[7~:ß»i^xýˆ4={G~uÑEùèc-ÿÞ?xÓ½óþKÏÏ£ÊIšòøu?ÈÝýwÏ¥;kù—ýjC5$ƒÆŒìyËbw[¾å ùöçäsÎÌÛÐÐò·!c3ãcÓ¯ÔRŸ>~U~:âŒ|bö‡sÄWš“ºQÙîøïç ½¶ÉÞŸ¹ Gó‘œÿž·äüÒðÌ<æ9hßI«¬e@¶þðÏòó >š_üþvnsúm´SÞzþ¯òÉ#6^_¸ê5|¡˜ËrËWNÈì9Ë’aSsЙ?͹ïÝ<]Bk«6IÊfÖ™ÿÝŽûJNûüë³ÿÿì·æõZEׯ_Kï¥4¬ããê€S_ZÇÇîwÿYîöœ±ê~Ø÷EûeÍÏ9ëà<ÖúwY×ÝG¬ù9§³Ö½Òðì}îU™=è”|æóGçgËKùª­Z>_åRê0¶ËãX›Ú·éÙ²Wêຜ¤æ'¼oÙ—¿úµ<÷ì3¯¼½Qy&W¹CŽžsjþò›³YW_—Þž³vÝ/?ÜûªÜöÅÖ_,›MÞ>ãè,:ÿöüü­còŠü ÕkØôHfï³}>µñ•¹÷{{gðúT/èŪÏ^ö::óϹ#×1~­œÖ½¹ÍÉ¥—\’‹.žýË$Ë“,M²8ÉóIæµ^žmwûùÖÇ—¶>¿)Is’J^ø§íªnîHyTö;ó”Ìø×¹9íÊ9]ü×òüë’S3ûÙ½óÉS·_ ,yà†Ü?x¿¿ïè”ÕP ¨ô ù÷UßÈåÿ{}núëí¹õ†Ÿä '}8¿«î”w0 zö¿¦×ÙíuÍïu¢~Ê{rÉyOå§£J]üŠW%5ã÷ʉ_96‡Œ¡”·ÿ\n¹«9¥Ú²ªa!õ‚^£º,soýi.øîmyla5IÿŒßöÀ|âÇŸÉ»&9f 7è¬MOË/;-{¼$=iÓ+²eO °žëI›^‘-{&ôXÏ-Z´pµnw ÚÁ%\÷ˆRJ @wVÕÑh©öÏíR·-{s›£ä¯lm¿’×v½jµZ-|]R'x¼rÐÜîRiwÝvIVc©R×å$5­—ú$’ J28ÉÐ$#’ K2¼õþ$[ŸWŸ–«¦u9«.€Þ­ý(§¶ð©)IC’¥I–$y>É‚$ó’ÌOò\ëý…I'Y–dyV±V,·¶›·_yÛ¥©Ý¥±ucÚB¨´>§@_´j Õ–5¤% jÌ ÙЪSZ÷jÛ=XJÇýÕ¼8kÛˆ†´¤]maTsë2Ëíþ–¤ú’¶|¨}Ô˜–‘Om£ŸÚT탩JËKÒùR«Î”¾êÊÛ‚¨eYydTS^¤J1B  /Z5jH-Í‹C©¶ÑRÝM~ž¤ëIÍÛ^Жpµ£–å…à)­7æ…Ö½š¼H £ú–öaRûl¨m€Òâ´Ì%µ,/¥šÓIÕö·ÚnVØ6̪ýäU…Q 1¡9Àú¢«‰ÍÛFI-É £¥²ò(©5!Õ~⪚v—´{ly’º¼Tµ…UFHô=탤ö›·ïž[š•Û÷ÚFI­:Áù‹ôd„T[VÓºÂUÛôÚ‡Qm££Êí–'è[Ú‡I«vеåAmí{µíõx„TÛ/í%O\Õ¾ ¯m#Ú6 ýÜQíGGµ¿ ïXu”TGóŒ·MlÞHuF%ÝÿÊ^ûŸékl÷XÛ4äÅ#£JYy„}WûyÆÛ”j›â©- êh„ÔªËIÒó9¤VÝ€¶@ªý¨¨RVE•ÐWUW¹]É‹³¡¦v—¶¿­ö©UÛö*i ™: ¥ÚÚøj²ò¨(­zë‡ê*×maSû_Ók^åº}xµêr’t­:ʩ܃ëö¯F¬: ¥º»^õõ+ô$j»ßÝ¥'Ë oéh.¨î.]½¾Ëà¨ÔÉßÚPˆF¬_:ñÔþº³ù¢:œCª'áQ©‹¿ ¢^9º ¦:{Þ‹ô4D*­á㬪køøK’P$= VUV3`½õÿy¡òH•†3ÿIEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/cact-selection-count-frame.png000066400000000000000000000541041433352025300257150ustar00rootroot00000000000000‰PNG  IHDR‘˜}5mêsRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÛ + ,Ô  IDATxÚìu|VÕÀ¿olï:0`tŒ15RB–RDT ¥"¡4"- ©´HƒÒÝ-5zÅòûûãÝ`ñæØ`àóås?À½'žóœç<÷<÷œ{_AAAQ=æ|‚ ‚ ‚ BîAq6ƒZt&‚ ‚ ‚ 8Š*›ÒÉʤ ‚ ‚ BîGyÄë*çTH ‚ ‚ ‚ E¡  <´^V%¹uógÏœ&&:ú™Ò°Z­ÆËÛ›2ÁežÉ6ŠžE‡‚ô™èXt#º½>)]ݸEÅÊ~Ä&E)Ïn^~ܼÃÎí[ed“_ÉX ;ŠôH "ÓnaMƼ*™6€L]̸™mšˆ’´‰b¢c0 6ÈãÇŽR=¬&yóæC­yv¶!˜ŒFîܹͽ{0„Õ®ó̵Qô,:¤ÏDÇ¢ÑèõIéJ½}#7.Çd2‰RžÅH¥R¥ªŒƒlñ+{²#t'ý ¤>M™º:™v+kFÒmiµºi2™0)ŠU)Ξ>Eù pssãþýØgï)Š›å*TàÌ©ÓÏlEÏ¢CAúLt,º݈^Ÿ„®4jø¦oKQÆ3Jû!Óed›_)ÏÙÓ§²#ˆLýØ‘‡+Ú ÁcÚUÇŒ§#Ë/<ÆÆÆâëë÷L?Aòñõ#>>Nž’‰žE‡‚ô™èXt#ˆ^³­“ ETñÌö¯Œƒìó+±±ÙŒk1¯@f Sß´Hf_©( ¨T濟QT)í{–Û(z Òg¢cÑ z}"Adê|Rx6ûWú6[ýJ66hT“~ëªÚ^ИmA$ÿ¡/ƒ@ô,:¤ÏDÇ¢Aôš}h¼q%ºzVûWÆA®ÃÞsÚÆ*A¤´Sô,:¤ÏDÇ¢Q‚èõ‰ U«Àd]=Ãý+}›ëȸMU…õ¯¯Ú]‘” RÚ)z Òg¢cÑ z}ÌA†ùå¬'ª«ÄC|^·!¿”þ™ Ú(µaÔñ\Þ³•£šš4¯€Æþ•qðŒaq’ÒÎGSÎ}Žÿ6™¥q­Ò³ñ8ß5­@µ·WsË ä¬ )ÆŸÓu<Õ‡1Š}s¦2kãu’Ÿ=£öñÓ-é=ü6]׋­þWìÌÉÞÙS™³ýÆ#Ù©ôÙÓwäz?f?‘+tcÍg>&_rdí¶œŠÆ˜[õjM?Îê-£me—̦þÓ¨1og5)мÉÌUëX¿îáñ×÷uð´’ÇéC[’ž³·±þ›úø)ÙTæ3|¤·CiS߉|ªþØâüѱ]óÎÜHŽ‘¦˜|X½ %Ã>eW¬É‰Ž<ËŒw{óÙ²Ëéʃ à²”-žÕ“¿Éš¯²yÊ:4 ¥T©2”,UŽÐç;1xÆ¢ŒÿIäžM‘¬z½ %Ke>JuÙHŒ3õ®ñ[Ÿ^Ìҽͼ “i¤É&§“Ëm5U‡áCXwÓþšþ"Sš–¡LÍÄ>ëv– vúXúÌÁ¯­-Û¼ùeÀ®¸'&sÜßý )UN‹®Y¸išˆÜ6„ê¥ÊÐnå=Lií¯ÅLþ5UûuNZâ"®‡ž]ßþÀ޾ã9ß4»_’N1ã«åDQ×"1˜|ѦÚŠyÕAõedÑXîߊ„‚øaä‹*qܽr’¿ÏãóNsXØûf¬‰Ÿ:‡Uúü„Sºõ…4‰D_9ÌšÒz;Wÿø~åܲßg>_’ªãœ­Ûöø´37²¦gõ–Ѷ²ËfSÿim~5uÕˈÁ Çf7žF«1ï¹3ÅrvëÎäÀÌ© Éc¸ÁîiŸ0¢çëä¯ü7Ÿ”ó jÛpÜoaÝùDê„è€Nÿ±˜|/òR]šº•ÅÑUë9æ×SšSH‰".°:â92ªMGޠɇ?±¸®W׎æã¾¹ ìcy·¢híÊãê€Ì®@û¿nÆKã]èöýÆU4ràçÁ|Ô¹ >{wðIsgó döÏMH8ÅoŸbøÀ40Œ_>.‚rb.ƒ?D—’áìý¼":Ë´-—YWþmfÅàŠ¸¡Â-°$®V, õw@»É lmþho,äÔ¼ó?±™p’9SQ¨÷$~|Ù‹}“p:1c”ɾ™Ѧ~¥ƒËQºòóô]r}JÏÝšÛŽJÁå(\ŽFãÎd¸Ì/-ËQ¡Ïö‡+'†{ì™1˜WëV¤tp9*5êÊÿŸäþƒ§CwØüMWšÖ­j®#¸žëÌükõ Šý'Š ØŸ±‡üi;u G¾KÇVMiúbÞüè{~ìWw‡eë u«=­ê‹ýùqÞDµo”Òöš´0q¦¬çQ \[ÞŸ&¡åÍyÊÕå•d(Ó%]aí¨4¬lNúâ,ü×ì[öémvLêG˰r)mîΈõWIÊâ“[À³8Uk†Q3ìáZƵbäî¦ ®Å`n±ºo¥›þÀáÔön³cRÚ´xŽ*å-ÈdÍŽòM½rÔùúÈçq±[éU¡­æ\}°Š’»m5E‡a„\DÏOVsÃáioº1™6kŠçÌâÏi^Éœ§R8m¾?l~ºkéÈ;ƒäC?òFÃ*fj´æýi{¸û@vƈ½6d›Ý»¯buëÔ¡nZ„õµ?åkÖI9J)ïv|PÒµ>güü;«ºüó®PŒwÙ:¢;ÍÃöSµ¦½þÇ9âMJõ¨'òj¨ˆ]ɈùçÒ<}5psý÷ürÉ›‚:ˆ¾…>­ýeGVýÀ#Œ ¯âT«F­º y±ý;Œ˜·–_{æø´þŒø'Ú¼êȸ°e¶®Yô6úÄÉ?cߦU½TQ‰f#àìsT7a¡Ô«K“×Þáû™Ã©¡:ï O‘`MGteÍg:˜×Ö¼ÁѺÓû<úÎf½::7²¦‹ç­õ…%Û²çåžç¤®4jUÊ‘Öþ'?£j^|ýRÚŒ?ŸüàºèŠÕ§ù hÒ¢#ON-Nóû–ô€o­ÎÔsý—k/‘„‚’x†kn§Y;*x<,#5ˆ|Pf‰†¼Ø¤õŸoEóˆÚ°ñ'ÈßëWæÑ™/¼Ä[£cJ›†OâH‚#ò8–Æto3Ã'£Â7 ×»)uÂ[ðîøñ¼êyŠËÏ“ô Œz4m\Ÿ†-ßbĈ¦è¤~×N¼ô|Z¿7Š/kÂùõ»¹mt¦L[²›5¥Ë[Š •*R±RJåsµÚ‡µêÉøGî}ÎŒ;óGë¾ÌF¾,ú•gk%Òf£¢÷üÌ’;¡|Ô±á÷;Qì÷ùLßÛ‹ÑáÞ)on&rjr7:üA­Ÿ2!¼0ÚÈ’*åA£ÜC|_ü–o㊠·¼EÑ*7ÓßHääÄntšx›ð>_3¥º7›§2ò³\RV3£m!4¦8.îÚË…<½3²~†Ûøõ[& ~‡¼å–óniçÛ„Ù‹®¡®1’õó˜'1™ßBvP¶}\Ìó&c¿ Ç?é<+G ãǯwR÷ÍýnA8»Œo¾ÆûEk°º0®YɃ ¿J/ÑÿÛöÈ£%æØb† ÿŠ~…CYõ~™”2íèH‰eψ.¼¿À@ÃwGñ¿j>DŸXÇ´qGn!#c»Ò}†–vC§ðE°‘c †1âý·ñ^¹”w˸:§çAŽ½Þ€!MµFƒ þÏ}Âw¯ìä­OGÒ²êBvÉÐùxgIBÜAQâíÈd²k‡Ûg–)Ó$!7ÛjªÜ/2êóPúwú˜w fqK“Þ9³?ÕÅyôûl)ê®Ã˜ýRÜb.sMWKã&'ì,µzÕúޤ_q®oû…‘£»ó¦z% {–ÀÅα݆l¶û4~TIÛþãN…Cq]ó›ÿM¢ZYW ž³[Na*Ò™jÓ}ÎïÜÅ9ÿ^ŒV?ýMÿ>™Ÿ·ã‚~S^-ˆÆi¹ DGÄ@‘×ùâÅ ô›1íÆÐÈO‰§˜9v'žm~ ÏùA »^QÐ¥éãÔ@1ËeXõd}\<+õɱ7Õû|LÓ…}X={?ŸÔiˆ¯ãÂdÃ>’mÙNÆ Æ^Ÿ”Œáä_[9åÓƒÑ#H,ñy‹3c,«ºqõÂ]ÉñzL&Ër¸( œ°çC¬úLòÚœ78^·£¾¤·6õêèÜȪ~ÎX>oºi¥/¢2Ìvý`&ý8~ÏS.ÎqJWZ¹h‹;¶R£­¢ï0ÿçvL­ª<)VHkÎcz˜V1™“«¼KQ.6]‰Bo*ŠÆ¿=ºÑyá*.õHѳ¿³ür­ºTÅÓ”¦îÔ2,” xéoŽÆ»öbˆ9y©Ýºçï’l*œ© ]2p«‘“+àMPQo8x“=äÉB™–dW,èÆj€¡yBþÅ‘{ŸÕò£œóÇE¬Õxç€_y¦‚H½^oc»Ãm6LÝ„©Á4 0¡òoM÷ÊS9}ƒk¼H^5(1;;ý y_ŸÅO«á™¶ì$&\ý S¢dÉ_P3è •ÔÉ„žä˜Œ›q–€v3ûn¨¹ŒšñºÔ‚œÅÑæRQkÎãTƒðÚaxaÁzv4ùëv^§W±B6·ØZj§ñöiNÇBPXYÍŠ¦W±ׯbàŽãD¾]œ<&û:RGngÒâ›vÏ}*™û¤F ¢VÿÁˆÔþˆÚγ/QfàJ†¶+ЍRêìÛüË×\ GßR¸8cOŠÞÜßç¾§Y•ïÓ\(ÉàÕ‹éQT xR{ðp^ÛþCi >º™À> y3X‹^¯G±#S÷.WíÚ!&z½Þl'z£ù³äFó9“!wÛê*&Ü*¼ÅOCòò7ï2¦òB‡¤ÊhÈ‚ŒŽÛŸïÝ+DâIXÍpBËû¡&˜J€I¯'ãüAÉ ;3¦È\½'}Û×Å ,ïKÍ0s.G_ÿ„í1âa£ Æì¶û‡W1P =i“zTnM —Y¿ñ_ú”,ŽKòE¶í‹%Ox] ªôèõm©~Ýšxuê…‘¯×‹üïÇ9a 圕;¨±àU€Šíûñüœü°ø<µ»!ú¯ñÌ‹¨ÈÀ7Ã(ø½+ú›D'éÑ©ôéÆÞôeØôY©r¥¹¦+N­bðçÅã܈Ç=Áþ¸(eÃ>mÙ¿1ƒŸ°gKoëÌýZ¸&õkU3Û2xØñ1æ¸n’ILH ÎtŸ»—²~Ú7l7xóbÓbhô±å0ÜÝj߇`ÙgêïÚ×s…$ëó†dGêV§÷éöôÝ1<õêàÜk÷;ó¢Œ}aÌpÒ;âÉú=/ñ¢sºrh;«WQBjT§„ÖZ”™± .0™Læs*žëݯ¶óY~á-Z.ýKÛ1«š‡•2,•™æžJI·V…b~ÍÂQyI£((¨©3f?ÖóJ»7¿¢xp3s-””7TÌç4.ꇿÙ•23ÉŽÝXß®üDü‹Öþ½¯¼Ö±1c×÷²âËnçŒ_ùϬD.¯fæ~/šÍ¬Ž Š:&ÝÃùvà,Ö\}®E´$];ÈéDWB–Á#côýàé,i^OûÃü” µŒÊ‚–¡ò§Úó¥à2R! ó“5•wQJùÁß7bÐ+mîëµÔN%å•*ƒ|iȪl®ù‹ãÇ "b (ŠTò„ãwˆ5(äWg!K2›§3jòïü}ú < ”'Ùdá…{ :"â( ®T /žfe€tOm’"q6"F¿D•ÑéõáuùÉJI«Fgó‰U¡NŒÙ‚ü©”Úƒ @õƒ<*ŸZ ú¦›úþÎþ]XУìíÉtßY;´ð‘—Ül«éåÐR¸Í¾ÝÓ†¦î¢7ÒmgÍ1›-Û™>áëþ~sÎ5nGçNy)¬ n–’rÂÎ,=]WùP±^qØvŒóÑF*å3Ø#þ6Úívow%ð ãõZ®|°j#Wºõ¤è­}l»îEí¦¥Ìz³Ôfu>j7+ #ös:ÆH‰;Îê1‘{QTž~xä©Ë»ÝŠñê/¿p õš¼÷VSx©+çý=àümîòiÊa~ëʰã²:.2éöÁÿ6ìCgËþ3ú »¶T s¿b§Ž¬êæÜZÖ“Ææ*ðÊçÿããº> ÄX”Ã!]ùZö™Žä-uϺ¿v¨nÿô« öô­î™zupndkþãȽÆêyGü OÖïyÎÚ 9ˆTl‘V¯[K“ùœ_øÛ´Ëׂ¹³—±ü2¥{v'ÄÝZzËõêŠÔ¢¢Ûxö­9FÜóµÍÁ‹é»WŸ†oâ¯rPûit…«ìbâð8 õªŽOFýléÆr=Y+3Ã9µ >:ˆŒÃä`ùDüK€ý{_9ÇÆŒ}ìnÙ—å_y¦‚Hë;‰³ËpV¹ÇÙîuYšáêüß/Ðþ½2 -<ÙqôiSêy“•§C<اmyЪÍOXŒFž¨d¾®ñ-N Oذÿ ±¦ä±8³Ï¢ljMÊ¥‡çÔæ7”S¤óyô—æÑ·ÿtâ^ÂC«SÀå.[¿êËxŽ-ƒŽTiodVœŒbBAEèg³ù¢†gº§]ZŸ‚¸ÛÞdý’G!ÊU®Da•Hj¸ñëM¥©[ƒìÈtg› ;T¡Q›ŸôÚºIåf[Ít]@ã¡£hûÚ; YŒ—ióæÍêŠÑqÒzêïYů³gñÍ›s˜Üò;{áa@ðPå9`g¶næöÚ#6Úà›Svok"¥ò¡VçÆx½³ŒÕÿv¢ýÉ?9çFÿòî6'+ª´úuVnc÷âÁ­€;j\(Õ®/ÏÍüŒïFGpíBiÞŠ·Êˆ›;ÄGo²ÐR†=?ð(ã"ÝŽê3üó/¸Ö&¯‹ƒã–ۺæ´mß±lÎŒ1GuS¨ãFµ €N‡w@! ç÷LÙ ¡`~\oÉ6ñ!d=¯ÍyCü—=}ëܲQ¯ŽÍ\­êÇÑ{ Y`Rõö÷<'mP£6ëYQ,ÌœóÑgù{Ë.¦ci©S™¼)뀩e(io JšsÕéݽ3¿ŸŸÕ5Û± .©×” e(–ÊüóÉ{ei0º+oäAŸ:>\]û=ý©ðÜØ÷qS¡G±Ÿÿçùä­â¼0© ¯{ÿ>MƒñÕßæÌ95/¼õ%Ô™Ëx¸+>UŸª”sY/3“ì.…©^ј•#øañ`Â=ïpÙT›N-‹aé… úIùî}ŽŽ»þø‚årr̯ä.ræÃ:qÇX¸âùÛ|˼óYôàø…¯zruÙN$(¸¡„6™£›Os?Ó§µxê !:>Óç~Ó®H¸¨J×dŽn>C܃O(ßãà¦ó·2e}T–_¤wðS×VÛé^‘×›úcÜ=‘_Å>üøBš#ë²aåœØÉ“xiç)EÇwÚR?¤ eÊ…P>Ÿ‹2Óë(µ=ÿ:ˆ¿GœÁ‚ýeGÙôs Ë4F±wÚlLð¡Yçjx91.lÚ¸kéý„ý>±è#œcëÆ£ e+U¤b¹ÒÍç‘éF–äpHWV|¦#ymÍë§4“J™åò¥Ñ¨ ô({Šï{½Æ+†ð󿋿ÁXø£U?!ÿâÀ½ÏÑ1c×?Xõe9ãWž±í¬–Ÿ¾ÅXĺÈBtx½•˦>Q¤ãs|÷öZæ|ʵjóNÇÂt;€~îïÓ©vÜosÛ-Œ–µ©TÆû›&3cM/ª{DrÍT•—ŸK·³ |jÑ÷tøy0ƒó ¤S5/"¶þÌ·;jíBYWPŒéó(6<8çT;= }ÿKÚìêϬîí9×¥#Í«ÅO“À­ ‡9ÛûeM¶tÿW2Ë’V^Gó¸U¥SX8m)%ÚT"¯k› Ð±F ®Ñû¹nMª®´¹ÜVKö¡Â³Ê;Œê²…7æ]díÙŸ>b‹¶$P²\a¼•»>|´¥ñÓ©2Ëœv–"gòõ}lûÛ…<†[Y9•ŸöºþUG‚]ÁdgŒØjC¶Û½¥ç¢t‹®,í»3ìŒR\ Ÿ`~·#õA«$ïŸÉÄñ„s!bçFoK¦ÒÀö”u\œ”Û”@Tè¼t)å»Q¡Û‡ôˆÛKP·zø©@QÔ¸z¹ABqF ¾åQʰáü5Y±Ù¿k7—M D^;ÅßkñÇá8Ê÷˜ÄšÞæDŒ [öaÏþÓû ;}¢¶à#à 'ÆX–|†4iƯ]¢Xñ™ìçÅÅ–¿v n“'ù| îÐZþ:L‹r¶õ]ðnvéÕ™¹‘ý4tì^£Øèðf‘± IDATG{~P!ë÷¼–åÏ³Ì ]iÕ*PÊÒ]MåO›õ‘´±é‹ñî?‘¼›ÖSºWgÌÙHÆdXeu)ÒQÝ3¯¾j3”¡µP惴yi0àv °â¥µÈ£uPf—@šIãAŽµÛ½ò—œˆþ2MwêM½DÌ#”iI.]Ñ׿õ5Æ;°›A«V=ÿb´ï³8ײP¯]lmþ×0güÊ3DZÚëÉ®_·Ô…æÅ]2¥ñ¬ø2 ¼×²qÁ^"k6¤r¿Lõýž1óGðÁl4þTê:ž¦µ+Rgðÿh;ø[¦}òàCÙ׿¥i½ ô+¡è(ßgÓ=¾côÜÏygŠ‚k`Z}6‹A¯¦|‰MɰzšÉP²ö•5•=†.œGåiS˜¿ö'†Î3¿@ìX–Z-k‘dÌšlXýÁ{Q>“ï|m‰.ŒýßM¾œ<†÷VšåÔzæ%øù|¸:¬#åúLc–ïXÆÌËàßÌåxä+Exh~´Š‚‚Uúÿ¿ï·à{Í7 í@¥6/PXë¬=¥Èrc)CûfÜüS•Ñ[&SbÑpÆ6dô;ÕñB€Æ ù  ­FŒ`nû…¼SÆžL6ì0Å;áû;_ñÃܯè?@Gžb¡4/â–"Ÿwî¶Uk_BÃÊoÉëë{³å‘d´gú{'Ø4s6ßÞL2û"µéöíPû«,ÈœvæN±°PŠ®›ÏGïÌ2ËP´6]†ã½¨µ1b³ Ùm÷iî¤éW"3m¢Hëwh2e¹¾L§j^i¾hœ’Ä5‘ƒ³†2ïF2x—â…~Sù¬s±¬éÑ@T"¸zº¢J©G¿1|Ù8][tžæßC‹J0¢xd°¿G)ê˜Á ¾ÎêX…G^_8´Œ¡}—™ûÛ§0Â^âóoðJh€yuA1Û¤½q‘hÃ>ô'mØŽ1ãx²Ó'®|89Ʋê3,ÏÓû%|ˆ5ŸÙ ymûk»ùUyhØ¿'5>šÍð‰hðS}›úΛ]zurndY?5¼×Xë#û~PA›å{ÞsùÓ•Vúp4óvV_??»sÐè¨(„\`¨ŸqäÞg­|ÅI¬µîËr¯ä6TþVšÇþزU+|ýü-f\»êBªT}æÁÑÇþí=‹…§´Ï ÿ2³ãë,yn.ËÞF—zÞxy_æÇB?±y\t_± ¢Ñë“æŸ=éñFg’““DÏ ó.¡NÍj¿âgôÞwôð!Z´j¥¼×®^aú´iL˜føø©ü‘ƒÑ«þ&ÛÇu¦FX7þ7è&JÊq¬éÏ®Nž2žD;³Ã6AA "Í×'ôN¤éîºöÇ×ÏßS¸¨ŠbÈØýLµ·ö£YøcWüþÅ„u³y±`iªÔkϤ3ÉYÝ"v°êp<ÜßÇ;obx2½Ãíµýi÷åZ"+¶ãËßÒ¯œ.guzg-­è/wèäém§­:AAÁÚÜD&s~î0VÞOùïá1ŒßÛ…qu½ž eª|Âùn÷YŒÞèT M^‹‡„5´Ì†²]KõdÒèh])M—®ÅqyBÏòµÏšõñ”«YÕã¨Óh5hÊ:yšÛi|ªoAAáÉ»~âãþ>~špÐ\Þ¸Íüo×p#íÎÚÄSLìÖ„ª¥ šW+ýüÉ_¾ =Goàj²i”Xv~Ú” …ó¤¤ÉOézoðÝ–[æ‰uò%~û¤#«– OJå»°øz”Í|Ze/= úãëWˆ{\Z7™Þ$EžàÁìK°D_]û mÊ=(»d­ÎL=“ ‡?t3ÆÌãÓ§½6:S?€á['~Æ€®5)èï_‰ºtµëö± ·Ø:îMçÃ×ÏJ>c${§½OÓŠRê.JX¯…\1ØÐŸ%èo²uüÛ4.o.Ç¿d]:|õ”¶1¹gSª—-ŒJ¿ú«E»¯×=´ ‹ñ– ù²µNÛiO§Z§ ‚ ‚ 8D>î(ÒÄ­ cYt(Ô‹Ÿ&¾KI yëæO3ë5\gçú\¼“*7<\!)âK‡½Nƒ÷ÖpÛè`•mÜe®ë}È_0?^è¹}l%Ã;¼Ëï·L|3×±ÿRF\ñp×`Hð ÐWg;Ÿ-eûå§@@ —̇ÎÂ*žñúo¼Ùy ÎÆ@žb”*êK쥻xygqíÉ^©_‰fû'ÏÓúË¥ºy ø¡Š<ÉêQ¯ÓrøA¬ÆŽäSî³ï›NèÏpe1ÿ›qÐQônܹÅÉÙ¯áĬúŠéi?„­–Ÿ#âÆæ¶2o—>¼hsúUïÁµuù<²½NÇÚéx_dO‚ ‚ ‚Šw"³§‚ˆë×9uò8Q‘æß4yµíëÓ%žÏ¤ÃÕéÓ®$®Z5­û„óqŸÜ\4‰Ÿ‡ÑÔωʃJ]Ðøë¬O:Ë–Óq|ä@š’wXýEOúOÚÍt‰‰J°¼¢¨quýuV9™ÏQÜJ½Dëb˜ü—àׯoÐwÐ@º…@“•õ×j£­ú“ÏnäW˜Ð¬(ÒfŒ>ÇåXxu5Ñ|UO­ãˆ¨ê2°wMü4æàÇÛ'¶V&œÙÈIu-z·)ƒ» Ü_èEs¿e,ˆºÌ¶cÑ(Å2>FÉCh£’°êD^!RE2(;Á†|±ÿdO…èÖĬôÅ#Ö °|Éoâ1AA3jµ__Ê•¯HÁB…ry™ ?$qý:Gî'¤j(î (Ü»{—<RÆsxÆ.°Ÿ!ùöòýµLÚt›ç_ËoyéT£C—rÁd²"wº4&îý9^“v“H)ÚùM®òë'߲徹õÖ´â|>5ªTÚS©gM†oÞ@…1£ùiÆzÎlšÎàM‹Ù>g73;«ý,Èj£þÝS-"//ôjOY÷4ùt¥ ñQƒ…Z1Ùϧ(&sV•µZ•uý©TÚnE%–2¡qÕ¤ k1‰Mù²­NÇÛéˆN3÷Å£Õ Ð Qñâ‚ ‚ NGbRûvÿƒ Ušz¹1ˆÌ†¥ÈS'OP©J5<=<ððòB«Õ¢RYXMŒÝËô¥·ÌÿöÊO¯‡óø·ˆ!™ÍSÖqýå7Ò¬ž(蓌€‘[Û°# 0a%=ÒÍà-§ÑqoÓE‚;óá»](c:ÎéïS,k¸wÖ¹|*~®@òmŽ¿ƒ¡Fa4†dLZ×Ì«‹É‘Ü$„®ÃÒuè9~y¥6wE±þ·ã$Ø "ÕhÕ‰\½‰¡‘ÎiYmÕ¯|]Ò¬çQD¶bÀÀÚäÕ‚!æ WL)áÜÏ(ƒn¥ìçÓ—LIcÚÅÄùGiÒ7/µ‘ø¨$\П{™&T`M{˜¶ì,M{çÞ†ŸYP„ðŠ>dåu?7ò¹dSÎØ‰#:å~öÖ Xxø#‚ ‚ <üòä!¬vmò´ U {ú‡T´y‹ubmdæ¤ GFаdK‡P­v+>Ùe~q­`¹@û?ë +LhʶÉCƒjòÚüÛäuRV[õ{ïÀíóöhA©¼ù ô' he:̹lþPK&®£v ŸK±ö mèÙ=ô9‚ ˜'/ëË ãúÓiËW=ƒ€$¶ªI`¾ü”ï¶œHÀ³é§¼U>k/ûÙ’ïL¾lªÓ ;qq¤/²¹NAAáÉa0è ,Pˆ˜è¨\!OŽ~XÇd2¢ Õjm$ºËÖéÌΩ҃ÖEÓ†K 6ëI¸à3—]$Ýgs æÇ›xS¶ÕPV,x‹’¢-ki¼ëbñˆ×©V@GìùƒìÞ{’{.~ yžº]­Šët>Ma:þ<‹¾áAè€Ä˜ûhóû—ùG6Œ&_Ê•ðEç*/Ý$É«Ͻ5™…Ë£³é”âÍi£éP5?.¸â䃟“²Ú¬_—æ?maéÐW©Z@èIL÷‚•©ä“²½Ò‚ GòiòÑrâf}ܚʮ $‘hr£PaŒ*Çõ‡Êßn`Ùg­©œO À³$ ûNcˬöÖfÑmÉG6Õé„àˆN³»NAAቡ˜Ì1•ÉdÊò¨,ü­4&“)qÎ/ÓéöæÛ6c"6&ÚêõåK~£A£&Ù» îþ&:•nÃêD7Z-?ËüF^YK#‚ ‚ ‚ð”àîáÁ¯sfٌϮ^¾Ä–Ñ¢Uk®]½ÂôiÓ˜0yêj H†2帛æß1)×RÒ#æ/n¤®U(jéAAAÁQ$ˆAAAFûÔIìÕ˜_oD>zAAAÁid%RAAA RAAA RAAA RAAA RAAAx¦ÐŠ „ÿŠ¢põ^wïÑþbª • \4*<5Ê£C#4AA‚HAÈäÉë DEÝgëîc\»‡É$a¤ < Ôj…òxð\ÍŠÄ&úP>È•Jô"‚ D B.âÚ½$"£î³tý.^mX:¡Ðé\E1‚ðHJJâïý'XúçÚ6«Å5 …ó謦W…ää$ôz=&“é)žÕ¸¸¸âꪓ YA Rr;wclÝ}”×U Aíª¢Ax‚èt:Õ­†J[÷çÅÆµ¬‘Š¢ŸÇù³çÙµëonݼ‰Ñh|êÚ¬ÑhȘŸ:u©RµÚS ‚ D ‚d\¿OíjD‚K¨]­<¿m:…ÞFL˜œœÌù³çÙôךµhAÁB…Q«Ÿ¾—(F#W._bãÆ¿ðöñ%¸lY’“’ÄA "!·¢(`2)¸ê\1)ò.¤ 8Ëá½;¨]·> úì?®:F“‚­!™¬Of÷®¿iÞâEÂj×yªuX´X1òæËÏšU+©X)D‚HAA‚HAxj¢I "áÑÆÐã¬ÎdâæÍ›(ôL¨¯TéÒܸñT®¦ ‚ ÈïD ‚ OF£ñ™ º´Z—§òNAAxp/ÿ5ä÷!áQÇ ‚ ÿ]d%Ò¦ÎúŠÏ¦Ÿ$ñ‰ÌÒb9<û+>žtŒGÒ'^dÍÜ­ÜL}¸m¼Å__÷ Ç˜#–ógLÿ_š›”;ŒQ»™ôÑl½iÈÑzä0ñÇ&ñ~§~¬¸ú¬ê;޳>aÐw;ˆ2>Þºõ·ÿfÖØeü›ôðœ£cèü¹sNÕ%‚ ‚‘ÏHy¦cú¦ëèŸDýÆ(vOÇ”uWÍõ'ì¦_)J¼¿+SPhŠÚÅw¯Õ£ãg“øóšþAþƒ¬àÏcјIÿÄ"º®ìYÏÚwy\ñ¬’SGÂI¦¼ÞœÏ7ÝÃÅUe%BÜ¿»X·vwŒŽ”›ÌéT°9s.ì¤u¶ì'ud—œIœ[4–9ÛÉï«ÉÅí}›:Î/_a]´'®ªÇ[·áú~:˜)Ç3­ÞÛÊ7wÎ,ÂB+3wÎ,‡ëAA‚Èl˜åßcYs|+ôeå CúkúóŒ«åO@Û?‰ýOu• n.àêîšþ´á*s;·cªîþØ7Ÿ®E]lãlúœ&ñºuàƒ…ÿ’üø ,û%Š¿¿x•O6fÂÒ/¨í«²œÎt‹Õ½ÓqÌi *ÇÊV¹æ%¸v8Á~jÛi³Pö9²KNãMölºŒKÕæ{<“!$úˆíl»éMÍ&%q{ÌuëJ¿DÓÀk¬[wdÃÈysf1x`B*WaðÀþÌ›3+gÃHã]þþ±ÏT”j­?fÉùD LA!‡ÉÝïD^_@×¶Eظîcª{©þã=åKŸ þEüÒwš6ˆ×gî¥M@¼4Ž”ãdúg…lÞB§p×W¼59š6 'ѶÆzù÷±öˆ‰R„⇂b÷·Æ](Ý{{§ÔdKn§Ë~Bd—œÑ‡Yw‚¿©‚·¢<ƒÜUˆÜ·–sê* .çñø·}º¥z˜ùÏ9âMåHû¸É’,óæÎæËÿ}Æšõ©V-”ƒÐîµÖ(ŠB—®Ýr@@ÿÎéEÇoÏ>h"_VŒfíÈ¡ôo§PpË(Â}þã÷ AAÈAr÷vÖ|á„þûmÞ]ÆuƒtÆ»üýSo–͇¯Ÿ?•[1pî1î§ÎsL·ùó£–TÂ×Ï_? ×îΨŸ¿£w³ýüñõ+AÝ^Ó9—~r”´w$­C ˜ó§û¸ÜIÝwiºÇ¶aí /_(¥ÜüÔzÀ¼ÝÔp“Í£»Q·„ŠL/óÙÊËXýE°¤ùýóW©\Àœ¾hžÌº6–ÈOåʨ’ïádÎp“Í£»Ó¤Vy‚¨ÃVú¬êÈV;M·ùó£VÔ.ô ÌüZ0xñ…Lï™Þ˜Ö„)iª ?I’Ïɹýy¾\~sÞÀ²4ùb¿Å÷;M÷þ¤wYо¾k‡bÈÌGâq¦:Œ{o¨8¹f£?Ïì§p·áw|Ù4/*âÏ.àÖå òõ ¯%êbk´Bâ…ì»ç†U£€¯yÊæ@#·2¼}m*2§ÏS¦ ëî)è/Oæ9__Ú®ŠÄ(˜ˆ>2—O^­B‰”²‹7Ï™d¬–­`"æØ<>~¹E|=Èã[€zïÌã|’Y~cä6Ft §Z1osÝ…jÒgìD¾êV ù<Èã@®“8¯¤´Ù‘òêQ­˜¹<¿â4ÿdóuër¦?L1{ß³!¡äªB§ï¶r;e lüÙõL ¢Aíh€Ø­Ý(æ[…ѧS×Íî³íÍä Åédë}b©OM÷O²ì›N4.Ò† êõ]A„Ñz_)€1æ‹¿êHã yÍ×|óS§ÿ&¢ûzQCä~æ í@ã ùÈãëIÙ^Û1· Š¿Ú¢œ™ë+@í·sÍ`OöûQQ¹W‡ñÞMb¶×!™3{&KV¬¢jµP jµP–¬XÅœÙ3ILLÌþuÈÄcüüÓ^tÍÇ2aÀ+4nÖÓQêæÆüy “ÜßAá?Djä%ƒ(ðÇ;txÊÊf9òÝK´ø|#~]ƳpÉ\†5cÞû/Ðyî ¦8Îmÿ›sy{óËò?øý×ïx9ùwFžÈÍÚƒùyéækDäÒ!tw2}–ìF­÷§°tÙ|Ævôfý—­i7é¬yë¥)†ckþä˜_/¦/[ɪ¥3ùºC)tÄs`X+^y†êŸ-bÝš|v ]_gÜI !žÃŽO_äŸNP®ÿd/[À÷JaJ—Ô›FÓ¶0­¡wÊÿ¬Ã^ú,éÈ‘2wr6oof,YÆò…“Pá ÓßêÄøSé7¯ú¿6•M;w°sçN–õ. ç¦ÑýýyĽ<ž?6nfÂQ¼Ó´0.¶C%ëRSB$wÏüÊÏ—¤tö|=ï"+-áÐD~:Hס¯PH$cL»^ÌKnË„õÿ°ùÏ%Œêß…*Þ&nïÙÄm8£ÖïbÛÎÝìXÿ9!îwp*“×Ý¥ñ÷«X³nó' ¡–Ä]ÇÊÑ´²7*LDnû˜ê¿ÍoÉMùtÎJ~_±ˆ±µ¡¸«ÑJÙ ÷÷£UýÞ,Ô·bä² ,ý<7ý€¯vÄwp “ÖÜ¢Þ°å¬Z³ˆÏj\ä·/?g[@'¾]²Ž¹_7&òÁ ZGË»I½aËXµn%“Þ-ÌÁI½ùf×}ÀhU™,öÐdÆ.½JÝoV°vÃ*&tófãðö|´9=×wlçŽGKº‰\Ú¼›ØxiíèÃÕ~?‚ •Z*µÝ…ÎÍõm¡J•ªéÎW©R•õmAçæ–í·ÃÍ=ü}*´ªŽJ7ºmHÃ@#Çþ:ëØÉAAȹü'>TxׂöR{`g†Õڰꂇ¨-Œüñ$ù{¬aÞçuðh†ÿ…*ô9™cíFP5e¦+V¦êãM}ª²Å.Q¿sG^ v…F‰û}9}þÜÃ+ú“Öºð|Ö» Þ kp!„7&Nçè›ßQ=µÜâ iѸ©áro #§œ£ÂWûófI\€:•\ؽ®- ¿È€òåHûf£ro3£ç\'¨ï_Ìþ¤:îÏU$zé"†X šîm±]Ç@µsé»9­£BÑŽ–YŸfÏ7ÂhXÅĦòï²rÛ •+úÀuyKS¡bERc‰„KW¸‡7õ6¥~õÔT¥¦µ'!yš2ýt¤ÃVeiõCå_!KŽÓïÊvO›ÀÔ!M?¨,Íz÷çÝ·ÛS§°;–7ÇÅsdÞRnëA×Êžærãϳë"÷{›Vµ £¡ !µ%’kO@…oiV™"š‡B.lÜK|`+º¾Ö˜êîËÞ»áÉA˯E‰ßÍÈÞ¸Öd /zƒ"éöFrÄRÙ‰Gùñ­Qù†íËQÎ LÎSlð bâM(iê~£íóTw‡ŠïÕã»­×hÛ¯7-‹k¡¦;¯N\Íê#×IN¼ëtyµ+ijpR{N]ˆÁ®·,g¦>IâÒÖÝͦ{»&„ºCX%W¶ÿÚ”Ûþ%©qüy* ¦¼'(ÆÛæ÷#«´ ´[Ê*ÝíÝlºìB•fåÐÅoµÜ'ë5\eÑÛݘ«¼Ã’]ßÓ0@¹’ ÷ |³JxÈqK}•|–‰oôæ¼³níçÔðQ‘|j$&úP³II\Iä”-½ÔŒ`z·¾¬Îÿ!kÖAM5†Ë“ù<ÒÐfeÐe”3ù,Ó2Ô§ÜYʸ[P¾y%<ìé#ñ£lö# $pûv"Ú€@<4™W"Ÿ4†ÈËDâE™|iƦ֟"þp?â6 xÊŽVAAø/‘®”è6éÛëеûg4Ùú^ú©æ•]MÐQ£e%s  ÎKíÖå`Ó.ŽDš¨š?s©n…JÀ!®E§ìMU{TÔ™·nY|ô®ö'ô…2°þ§£MTÏkYâ¤k»9‘W‡V'ïÐô×|.ÜEé‚Ȥkû9«×Qõù²¸;¨ûuäs2}Ó:ÊJ™j¿’” €M×¢1Ø0@÷> y~ƒ;Væd«ž¼ývo:Ô+‚{6L z=ƒå¯ÒªóפýÐ9´ÁÖ1=é9¦/ë÷zqê÷VøXÊ|–MÛî¯Ñ &‘ä$À5„Ž-|y@=ÚœúŸ hO•<H8ƺƒÉu ÅÏHrêÖ[ÿìÜt ]Õﵡ ¬IDATFS§” ¿ÀŽ·q¯ú…U‰DîšÄo…é1ÿeMiÒÕ²LeÎy_^YÜ•âú›œ;°‘_‡Èï™VՅ丌u›ˆ¾y=^ø¹èIN2@Üm"bÀ· ;q&;YoÿË“+AZ ÑVtãuvo¼„[µFMÕIbIFpõPaˆ<ĺ£&Jô ÁKŸHrÔ>Öž„2_–Å-9‘d úÀ*NRŽ/ʹ ·Ö'»óÔÏŒÙâNÛÅQÇ+™ä$H8¾–£úât®ì‰1Îr_%îÿ‘‰‡òÑmõ{TÖ%‘œdäÆ?k¸ ©Ì‡¥µvõ»ojâ¦`ù«„ÙŠ×*ŽkjM¯þ¼ŸÒ+ÆñÍçïÑbùNæmû‰zww²û®Õ–À%MyJÌ6œ…r=+ážö|ô6ƒr}+⮸rô±ºêÕe’ßpÕRÙFnÙËm¢YÞ®8˼ŠQ£i_~ÞÐfù4#3ÖÀÙ-g¡Ø[”õVaR éâ6Ž$Ð ,(§Ëƒ˜cr–`:{|Õ²2qÿNª(ß-”t §Ö°+Ö‡Ú5 b¼ô+ûbó^ñç7s,¹¯„@ÚŽ Iê@õ|ZLVú¤¡Ú§E&îìû‹‹®a|UÕ'e{´žˆ=»¸ãSƒzEt-ö•žˆÝ;¹åQ‹¦åGÖƒ2ŸSÙWe1ßC½¸±òon»Õ¤Y9Ï”ü œ\wCÉ>TõWgèoKõ%qþ¯ÝÄz×¢^Qñ§méCÅí¿l÷£Iä ëÙz'uC›¡¯2Ú_RRí^}‰á£¾'¤r•ç9ÌgÈâå+ÑétÙ{óò+BîsóN žf—lˆäjx–Λ¬B ‚ Â<ˆÔþ öK6µøMqóy]áÚTtû‘ýkŽפ6ž¦»ì^} t#Ä?_û4Þd늓Ô‡Š¾ÖËÕU'ØÅÄ‘ƒñêY{ LmÃîˆiüŽ|TÐnɃG‡ÒœWG¶”©ÖᣃøÈøÌ…Êâ z0¢A'zN|êŸfåç-é]äÑÌV1=Ô˃sq§ùãÇ‘Lœ¹’ñÅx®Û æOèLýâæEi+OLq·¸§w'(UÚ4BÚ|ÅœRê7_ºs‰TÞÅ¿” g ·tå%œ^ÏQ}1ºTσ&ÍùøSrÜT‚žUýP§¾ðiL$ÉùåÏ„K–Ê6’|? B }hÒ§Ap}B¬³+eðýg±µ|ŠÆ!&Y{üµ•‡ì 9`µb%ÿ÷r²}oUûu!Þfúicïz±s1lvì¿ï:ÉîÝç oÓšA¾í¿?‹%ïš3÷I6o:†¥åTW Tθ. ‹ïÿ¾„#qw3¿UÈåmåó>Øá`Ôý1jøP¿·”¶íÚ³k×N9œ)S§ìpp¥§ÏµWïB·xøpõNÎÿòv¢-à:úo6¥XiÙ¿q‰GuˆˆˆÈ "ÁBD·)¼9a w¼~äçŸF÷á¹Ç›Ò{ÎCŒ©ú¿êÉѵsxö_pëÜ yv¸Ë¾×œÃ_²þSUÝ'ØúÞ™ñ¥ƒÛþ4ž–UŠ.×ÓŸÄGëqÇë2"b*ãooB”+•ýlÜþèêû<êÑ݇)O4ãÖ¤ vüŽ'ѧë ;Î1e܇=’'\ܼŒ•»[2´M€í˵CIÊtÔ cË2Výž¹>Mϰ36º1¼ÝywM&MÛÔ#ÊHeËÖjAl•Ë 5ÎmàWÝïc]Û…|½d5\Õy=‘>_h=§Ùº5›®‰ËY4¼uB­?}Y.®ÏÔc¸ð`â1óÊ4Ó·ðÖ[ßQ»GGjŸaÛ[k8ioJûA˜V¬æ_m ~‹’Sjr×ð6¤~ù i‘]¸¥¶Ãë¸r8úÕ2";Ó£–ÄøwPÇ=ŸéSßÀ2ª5!çö²ç|WÆŒj†iñWv'â»ö">s1o¾»ž°;›‘“¾}9ts/ ¹õÙ·çÌV6¶Óúù&›&|·a/4›A‹° bKY®ã|ýõÂ:ô¥®Ã,ò8 ÿMÆMÊ–/8\‡˜ÓÛØ¸ëÿX¾ ‰wä™'Ó:Ä$3"ŽPvðÏßpëÃ݈®Ö‚x±øíÕ4èÄÞÌbÆ·P¥y(œßÌE´IáëÀNtãÚØ/¬gÁÛêî yã›$ýÛE½)m‰$‡ý¶Uñí[zqs®ÅÑ'ˆï?˜ÁÂ#P;. «™Cr±õbÇèЊ°KkIZ° ÇmaZ™Ä+û ¢wÖË®Á ªuhIØ¥µÌþÓ*·;IùòM~ Ûe1ñSÓàºÈ›\hÖâš=ýkÚ„\Þsoø „ÃGŽÂÄdÈ _Фi3öïÛËÌ—“>r”ßíË­JkÆMèÀâiyòµ—y´U:kfÎæ@ü}¼? ›þ}QˆÌK-át™ü:ãVÜÅ;?ý0„v‰+Yñ,Süš{^6®Ù•s×óÒèºEÎæ5ŒF½zÐpùB¹gá û2aÑ{L½·Vñg §ëôµ|—È Nä¡…n ŒZ=ÇÓñáËC$„Ðvò*ÖÇ<Ïó¯¾Àè¿æu#†%4ç¶ž þÏ!à>â8íiÞ{d>OÍÈKÿ§”ÇT²ö(w™'ýþð?ô[’Æ # 'mƽÀš»X=o>ÏÏ»÷*¼A_žxk>wWµ K>;«i˜¾' ïÎô»Ú¦D—IHN[6çÒ²1ÌPrŽoåëó˜1+  Î&øßwf1¸º[Ä$&ö}ˆ¤ðQ4½o.ýï©É®Ïak5™Æ!ÆÏ5ÆYvmJÆÖê9åÿÜÑâ)ÞšÊÄß'2v™ áuè9îÏÜo„uöSö0ƒÈöSxgf:“’þ—1‹{,MûO ýƒ¦çìeû¾øí:öÑ„ÄÖ`˜Yûøô?¹Ô¸·q6ƒàR–g¤íàÓCš?ÙŒÓÀRÔqz÷b›çÙóÉ~Èùž)C7a¬Gç;ŸãoKãÖ0 B;?Ë Cö0mv[†.ãîæøý¸ÍL|íaî}-‚ÆwŽã©VVr‘ôc?Ù&¾í; ‰Y#aúK#L$õZ„sœ8îïV›Ÿó+ÙëEfÝ”çf?ÀÙÑ´:ž'xø"÷"®€õbbí5ƒWÆž qÞhî™ç¤ù/åñAYï¾H®iàûQЏe³Ç'qîhî™AíúnRˆad·l¦­˜úÈ6 ¢‹mÇs|>s ÿŽÍûÖÇn—}®Šú| 1Ó4IüíÓüaÖœü÷ÆUûç«þØ·Y|ñi&¿:ž‘YâÚbîÒéÜ¥±¬"""W5–ùyµ6Ã0²ß}ë F_ô—qÃàBFz‘ëW|¸”Þ}û«š–ënËÁK¼³|#³~3—+÷Êš»—9}zóဠlú][‚UÍå—¹™gºbÏo¶°j\Ýëø—®l¾ûcoþ­ ïóÝÂ+j…årðÕ>ô¥6Ùõ>œå PN­Ï€_ïàî>ezOg¡9ÆŽüŽn=zqüÔ¹bKINþ‘zõê—x¯S^_ǘ¡ýéÒ0ÌïúŒŒtæÎ™ÍħKÍZµnˆË|ÒÄ'™=÷Õbÿ ñÊ’wß)6Ÿ;’̦Ÿpç]ƒ8~ì(o,ZÄ‚…Y äYÀ% HË_ÎzýwFþú¬üíÝ€òYžíjÿ¢œÑ·I?Ÿ¦Šª„üg-« ºôëW×6¬ãÇÉmhâPý–—ëØWlK‹¥k»ª~†r^=9–ð§õVÚujB gÙ»a!\tŒŽÓ–Ð>¬˜É˜®û}½_%Cã14 £×¶É…íI<üÄ>·–É=¢ŠÎhuêÖ»:CXEDD¤BPˆT@¼ùB¤ æû‚LóG^à7õªá´˜è{sy¤íþŒd[S&Ö ¾‚툇ôäýlûûßXðò%À†³a/~™´†§î­Ý4+îC#²ñÕ^Õw&ÎVžkÐMfº•vÏ,eÒcÍ©RÌ9›ºÐEDD"En®i`W®Ë^{0OŒÉ @¦¡ê-¯¸!+øa€‰yͺÿ,ÄõÊâ/¦ú ¶º]ƒÛóâöã¼`å»Vªö~Š{>ç+ùù))›Í†Çã¾!®q·Û…ͦ©DDD!R¤Ò0L0 õ¤ˆ”ù3t??«•jÕªqìÈêÔ­WéëïàT¯ž€aè¯N""¢)R¡Y,`µZ¸xáö ]ú"¥_»1‡Ž¦\Ñ2Ý.6«K1ó9‚tëÞƒ?!&.ŽF›`·W¾Ï°ÛíæÀûY¶ô}zå&øQˆ¹:VHˆ á?ûСE}UˆH°ç‡£$Ćb/æ¹²ÁÁÁ´mמðˆHÖ¬^É©”<O¥;W›ÍFµêÕßò«7Ö½‘"׉Íj!!&”aºFí¸€¿“›“CnNŽ*ODDD!RäÚ°Z yPŽ‡ØøE¿®¸<è‘"׉Åv+ĆY¨‚ÅbQ¥ˆˆˆ(DŠTÌ/®µb‚©¬Ê)«ª@DDDDDD"EDDDDDD!RDDDDDDnÐiµZ©REµ,"""""RF6› —ËUasuU"2ÊIVVAŽ ,Vͼ'"""""RÚirrâ8‘QÎ qLåšÕbµÂù´"×7kÞ‚m›¿¡s·îT«ž€Ý®É`EDDDDDJÊårqüèa¶mÝÂðQVþHBìÞ¹ƒŒôt ÃÐU """""RBV«•Ȩ(ÚµëXaŽéªw &Ô¨ñS˜‘JlË[@¤3Zµ("""""rU¤Üe½ÑNHDDDDDDò:†È³§S$EDDDDD*p€Ì(fÂÓk"+sB¹Ñäµf¿š'z-Ó°ˆˆˆˆˆˆ‚c ‘gO§[5þ†¬‘ÊìZwÞ•x8kIï‘3@–*D*HŠˆˆˆˆˆÜܲÔ!RARDDDDDäæ e ‘ ’""""""7g€,sˆXüö›j=‘›(@B9ña2ÒÍÄ*"""""r£Ç+"+ò‰ù ½¾aÚ]C™w°Ï~ü‰Â°èš ÈÈ:Ë‘ƒÇ0궦ADé:¯3¿~œw.!ž,9²Š‘e8€‹Ÿ2ªÑPVgWá®?ð÷¾áj‘RD!? ~^KÄZ!N)w?I¢‰rú[š1i{öÙëä—¬Ú ·ññW§pëb |µùÑö–ûx}®*DDDDDä&g¯ðGAˆíÊåh8–×g§óÁÑF<ð`=‚Ôþ%àQØ©Ü|{ýõJzo[,kE;»êm$å|éËé­ÌhW²÷²pìtlZ‹è‚^ʺ]¹÷ÅuËŒS,G”3šªÃV“f¤.˜·}Ýñ|žº‹ùÏ/à¯ó'3gg&ä&³4q$ýÚÕ'&¿ÌØæ°ì„\§ø|þxú5¯N”3šè=1ýceå×i ã)é6îT>Ÿ7ŽÞMªåŒÆY¿£^þ'|ËiRã§Ú„ö÷0iÎKŒí׌8g4QÎô|äÏìÌ0J_n ãàoôOÈÛ¦É$¶eùo?#};‹~ÕÆ±ÑD9«Òjì?¹l s ã*R6ŸLèH¼3š(g=º>0›M§=yWú™eÜ^¨ç:—}³:åo…$»)¾½“y¯ž»ƒµbòÛ žF·<ĬM©¸Kº‘ëÃȇFá±TÃ[­•æ´Ý'øbÍVœº„A0¡ }?^ɨEqYãè9²¹›W°û`¦³íÃí@XŸá´ð)3÷½½ŽíÉçñà 4Ć;+”j‘ø|òm úÝR¶ŸÌçþËÚ¹£éýè NzJp<”p3/ocдåìJ…˜êN,iÿeõËÃ8s'YÞå¤fU¨bÌ?ãsX¾ã.@ß.OdØó›¹TÚr‹;>ï‹ÅOõêÕ¨Õ *ÁÿmôÁÃwñÌû;Iõ@P¸ƒ³'/ùü]£ÇU\Œ<™Š5ܤ³wÕL†Œø K:ʶÈö¾ø˜,vì—ŽpÂI|B<á¸8ýíJfŽxœ¦úß’ˆˆˆˆTd¯Åðz-XGo?¯VÀ–¿8€ ˆ¢€À Dç¿Bó·s7DÖ–_Žoù""""""rõx÷&F7 d™@¤çsùï/—€l Ç'xþT®=À޽w^°¸½WþÁGò·±*DŠˆˆˆˆˆ\÷ix…HWþRç|Cb‰†µÚ½VZð?6Öô“b "7?¡HO~™V¯Ÿ)DŠˆˆˆˆˆ\û éá\äõ0ô2z‡Jï0iS^¡éo£¢¤Ë+!…H‘k"ñ ‘Þ·(æðóÐVCZKÜiz>7bzQ5|B¤÷½VŸð¨)"""""r탤ï,­þ&KÍõ ‘¤oˆô·Cïé]]^ë Àû‘Þφ´ªÍDDDDDD*D˜4¸¼G²à–Å‚Pé¯'Ò·œbCdQAÒôI±Þ½ ÷V‚z!EDDDDD®WxôÍq¾yÎíµx(cO¤ïV#?ú ’C\mî}Ô0V‘Š$½‡µšž…Õãóê8ýÒ"ƒžoo¢µ¯ """"""•#Hzõ K" ÞZJR®ˆˆˆˆˆˆ\ûéý>ÐBYBdQë|C£¿žGH‘Š$M?¯EÝÿh–4(–4L*<ŠˆˆˆˆˆÜa2`x,mð³”s½ˆˆˆˆˆˆT¬ Y–õe """"""7~¨¼ŒUu&"""""""""""""WÜÿ e¤ç@>pIEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/cact-startup-mode-frame.png000066400000000000000000000373271433352025300252360ustar00rootroot00000000000000‰PNG  IHDR€‘’VÖôsRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÛ 6ŸÑwY IDATxÚíÝwxSeãÆño’¶énºC†´Pö^Ê‘%Š€(  ‚"¯¯àO@p ,A•!C@– ˆ¯²Y²Töî »Mòû£-³#-AîÏuq]¥9yÎ3NšÜyžsŽÁf³ÙɇYŸM§u»öÙ>¶bÙžìÞ“Kq±9>Ñ7óhШ ~þþˆˆÜKRSRˆ¹Ä¾½»9tø.œ À?ûËDP¡b%<<í‰û™õj_FÌÝΙ4 ¼¶½Mù¸u¼ûâ«|´úñ@©!›ø±åZ4ù”ÿ¬G‚ɵé1ùÁ*¼Uüݯ;¹ãÓ1­aE^õûš£KÂûn8XìIÛºÝNÕi^ÕÿÊX$ïbXÃæÌ,5…M³ÚlÒëJDä^ææîÎW³fÒ¾CÇ·‰‹‹eýÚ5´lÝ'u›ˆÈ­—’œÂ™SgX¹j´iמ"E‹püØQ6ü¸Ž}s÷Юݣ„„…a³YË q?òBåGøÊØ•ïvL ¾—áê½²oÂSügž7}'|CëRîXMʼnt¹Àòÿ>Å»;›2ü‹¨è„k‰˜“ŠUŽ¢®5dÿ¬äýLêÞ™ÅmÖò[Uܲ~oô¤XÙ(Ê ĬA‘P¹Ål6q±—X¹rU«W§Q“f×<^²TiJ–*ÍkV³ì»%<×çìvv{^ 4Ò96ó.záÊ× _4ﺅ_™-²]ä×Õ‡q~pƒº4¹2󕸉•›)Õ{0½ÛDâr¹¼§øì‡§4`w2—’ô˜±–ê ) }("r‹¥$%³gïïÞþ®Ö¸is, Û~ÝŠÉÉïç’vóñû[)òò×|ÞÙ‹ã>coòÕÉ3…øH[Ó™¢_|,¾„t]O¼-…ød8<ª™¿¯1þIO¥®%˜Žk.])Ãz‘M“ûФl0>_|B*óÔ죤eµmm_ª†d”T®%¯Ì?BòUõøœ§©RÔ/ã¹þehÐç3~O¸*ØZ£Ù2õyGflc åþš­éÿíIÒ/s†uc»S·DÆ~‚+¶cÈÒ£¤äØáóíëí©˜Y¯buz2óÈõÙ9—2í‰ìûâ%šFeÔ)8‚&on#)»}åµ­õ¿|ø #3÷Óšþ_ì&Þ~%¤oÞ‰zeÃ2ÛDÍ¡Û/?ÿô´&„dŽQ¥ûHIÿ‹Éu} zb-— »-""rOÐ  ˆÈ-–š–ΑÃi“ÃùÓW«ÿ@V­øŽšµj“ž––Ë–vb~žÈçj3ü™Ú4Š}–’s¦1aãKLoäÍÕ AMuǰbL<'K ÜÙ @‘Þ_ñe·b8aÄ=¤Nñ×ï#™ßǶ¡Å¨<ðâhf7*ŽÓÅã$W™Ó›mÅÀ·ZRÊ5†­Ÿbij]¬°‘.€ ¿*2µáÎÄü6‹нx6.‹9³üf£þ¦nß÷ø²iIÜ.þÌÈ>cX»;k»0œHdûðÖ<ò¡ÝÞ˸r6v|ú îÚï?2°¬ùºn‰ã¯=L·OÓi1p ckYˆÞ¹˜†ÿzÕF¹—ù²Ó4žî7cïI,éX·Ø?9j.‚svc{(·m“Ùõ^Z¾{†F&0§Ž7ÇWŽcH¿f¶oaA·¢8ÙâØ½|5»-/2ý£„ÚcI.…™ŒÄêûèÇ,…nA%qáÔu5(¼¶ˆˆˆ ˆˆ›ÕÆ… ç/Ÿó—›"E‹qúô)ŒÆ<®îa=Ê–ckñ9mÂL˜ƒŸ¢_õq š°Š 'øªõN>%(uåB-™AÏ=ô~¢¢J_é×@{ÌzFŽßKpÏÌ^ϫ̜ž3—y˜Nm2.Ó B:k"Ÿgé†Ó ˆ,†Ü#ZÒ!"ó95#H^2§×ýNÜ ²Än`ôø=øuYÄœá ñ1‰.Ì÷Ãù¬:\\Ϩ©‡(7lï?Sg Nyg6¯ìÀœoÿäå²W/aûÅuŒu’ðÖðùàjçÎ=E삹¼ê`™}šã"^ÔoØœªùc¤25s†˜œ·µÇ¬gÔÄ}õXÎì×ëdô_ãø©D¯QSØýøH*gv¾ù¾†´l\ÿÊeNÑ™JS.*êÊ9€é×Q!¶EDDî Z*"r‹ ù~y=%í¯ù|¸Ñ›G_¨¯p §íKM1®ÿ…§J½SŽmâ÷$3ÕŽº6üåô†âsþ}"63§¤p|ùHžz°¡¾¾øUæÅŸí’Hª Rodg’ 5©šþ²«Ã‰ÍìM†½C«¹Ò§X'Àù#H»aûmL3S¹iĕДÏ2*ôáÕ¦>Q‘ºO½ÎŒŸŽ‘”Ãé˜n¹l›ÕÕ[•¿ÒÆj·„S›Øm»ù1*ĶˆˆÈ½A3€""·ú­“‰€€@Ž;JÉR¥sÝöø±£„†„`Ëõ0Éì5=¶sìiY„ϯ{tê—é9´æ›­¸Ý†=#:ü–âb»5#ؤœBÇ.cˆ{|4Ÿ«G˜ËYV½ôog6ÍnMÆ ³s.ßEÚíØ1RgÜ*Æ×ó¼&$;[ŠážSÚέûò*ÓÕgçï¥Ù†9L›4þm&ñ^Ç™ü0¹¡×¿kºÞŸã¶¾Ø³í?Cf %‡f[DDäž @‘[¹ÿþ6ü¸.ÏmÚ°žŠUªbµ¦ç¼QÂ>ýò8aÝg°fý:~¼üo“öâ¯/f°«®òa¯Nç¶-ßC|žŸ|xû‰¤÷àž4¯Qžò•jP9ôJ,u ­D cÛÖÈñ¢$æðj”q¶q`G"a‘DFfý‹ TˆÛ ÙÔ\¤6Q®)l^¼8ûM”ipã¾=93[GTàä¼±,=•Øä°mV]¶-ßCBÖ¶¶ lþn?„Ô¤‚o.oÁF3ÞfHŒNÄ–ër[DDäßÿ¹D] "rk™]Í”¯P‘}óö°öûU4iÖ"ÛíÖ®YÍ¥KqÔ¨Y›Ô”äË‹Ý8ç‹ñܳ-©QþÚy¾R½âµvó™ºùujÔ¿¹zü3¸w šMêB7x®QIÜOqÚýA ï绯E F3}ÌLÊt¯F°k{Ï]Y´i lJÿÎ<úQ7žEÏêœÝô9b¸|^¢Á¯ ƒŸ½æ“»ÒÙëuz7+ƒOÚY2ÑìÙö”p¹®Î¾ Ò/’Çtæ—7ùÏÃe±¤fûyÀϱ2‹œ[ɧˉ¨x>¶³lÙzœËáïzc`K;‘ó¶߆¼Ö7‚ãºñtàpúÔñæØŠq üüà*¸qÃ9}WÒqբ܈[6’¾@=óüm«M—×QáµEDDED¤ <=½h×îQ¾[¾„cÇŽòÀƒ o¸||ü%ºví5=-×{®ÿxñÅûòØý7.òôªöùÌgéÇÿãb½r7YqOj¾¹œÅ~ƒycòžœh§ªõKûüò|ºKd?fO›@›ÀCSz®ÛºQyðR–z dȤçyt´ sx-:°ŠáÝ‹ç~%Nƒ…Æ£>¤G·WóLÆ`¡â33iß¼ø cTXm‘{äs‰ÍfË×i³>›Në.e¾bÙžìÞ“Kq±9>Ñ7óhШ ~þþê}¹§&Œ&#¿nÝÂï;ãÌ™Œ[)„„„R±rjÔ¬5=ôô{wyžýÂÚGv'fìÖväÃFDD$Gnîî|5k&í;tÌq›¸¸XÖ¯]CËÖmÍŠˆÜ66›»ÝFõ5©U»F£0`·Û±ZÓIMIÎuæïß'•¿–Ì`mz)ÊóÃ)þ0?LÂ:{-ÞoT ðçcñÍs›Ø˜hŒ""rÏR¹ìv;éiiyÜäý^éŒdŽo^ȸϷp"ÀLXÕ6¼½x$O/ØÛ“ˆˆˆ ˆˆÜ‰ ÞÔ±Š½#Ô"""·‹ÎQ@Q@Q‘]4¸º¹ªçEDDDDD Èd2‘––†Ñ˜¿HwÛ ·…¤¤$œ]œ1 9‘|†?'gNŸ<·%_Ͻí7‚,[Ž_7o¢Fí:‡„âä¤{Ñ‹ˆˆˆˆˆ8*--Çþæ×­[¨\¹ÚCÃÂØ¹c;q±±Øl6 ˆˆˆˆˆˆƒŒF#Þ>>T®\°Ð;;f…À¬ (""""""·)<ª DDDDDDEDDDDDä_ä¶.õ¶øªÇEDDDDD}w@…>‘›ÏS…·«²""""""òÏæ+§;µb""""""’}Ö*èl`¡ÏŒº®ŒˆˆˆˆˆÈí‚ÿh|ªÇ3 ‘;4jºNDDDDDäQhçúèy…}YS‘»QAfô¼-¾ùÊT…óþúDDDDDDrÎIù ƒù Nÿd£î¶ø#l\·‘]GL4éÝ™2®wP¹éçØ²x!ë?EàƒèéªW†ˆˆˆˆÈ=oÅÝŒ·³wêÌ_òïãx²ë‹ zs6Sï°r“gü‹ƒ1ácÖœJ×+!+\']à¯Ý;9rɦΑm,ì uÓ° çþåÍÎ…E­ð±øâc‰¤ÿÆøk¶žä«¶Áיđ4 ÷ ûù…´ -M¥ú˜| U"""""÷_|KÖ¥ó°%I²_.Ë»i}s¿¿/>–@Ê÷ü–j™~–Ç?Cƒ2øX|±”¨K—Ñßs2— §[Uî ì—øùµæ”+â—9CDéúÝxoýÙŒ`”¼Ÿ)=›S-¢¾ߌmŠ×âñ·WrüêýX£Ù:­Í£B2Ë)F^s8–î@=³öQ&,󹾄Vy”WÆ §gãH,¾øXJR¯×TvÄÙo¿£uÏüb`z“ÐŒmʼ¯Iúã """" ÿh,¸TΟˆÀàcÎ0ëÝœ±AÊ™¼»>œü2¯b͉˜t°Çðã ¦´}sÛN¥€ l÷±âƒî4xv§¬@úIæöhÍÿÍÙÁY+8{ºpáTÂu+–Ÿ7¥í[ øí,ø…X0Dïã»Ñi5bÙæŒ[Unv N8%ådš7A¡Ax’ƹÝKѹ/ßžµAúI~Z¾•Cg°aÆÝˆ=Àê÷Ÿ Ë´Ã¤Øãùõ–4}u6›O¤Î8q‰©ø˜¨gÖ>Î&®¸ ñÏuLg ¶Ÿ!Í%c\v/L‡¡›Ip´ýŽÔýêØDHH0EJb6胈ˆˆˆÈÝÓã8“ñcDÏ!4sƒ”µcøòày6N˜Æ! êÀ—©ž‘‡9—Nú±ù¼ñéqÀÌc·púüYö}þ(¾@ܲaLߟBÚ_óøà‡dÀ“VŸìáÔñÿ¶ÞWïúØ|^Ÿ~ (Ê‹«ŽpdÿaÍí€82óc¶%ÞXÝ[Unöܨùþ.ßÍÏ«Wñóÿ¦ÐÒHÞȲýWÇHWZ/:ĩӸ¢µ';ç®ã´¬'2x€ŠWò÷…³\¸xŠ?¦6À=_õt¥õ¢ƒœ>¶‚gC3~Ük§ÎeÅ3Áœ_³ŒƒÉùmÎu¿"˜^ vòÇþýìY9 º@ªˆˆˆˆH®ném rš¦[7Ã^¼ÍVâ.&a®ß„r¬d‡m Ó¤yÏû¸øý'¬Œ(J½(oÜ<¤ «ØmßÄÄÏwÒüåÊ7¬ƒu-UŸÒ¬b/1D·æåþµ p‚ô¸c³…RÂýÆêº–º5å‚'#@2ÇD“ÞÈÌŃ’ PæIþ¯ïSÜoÛÃc² c\KfÖŶ‰¾ü&/TÀÓh%1&'GêŸÿ±w-¤r fo,.@ê9ví9Ozõ"˜ÒS±9];ãšå†/DDDDDîQ·ýÀ¸ØÜ=.:[(Z¡)uC]S ­>ZÇÜAm©ìö’m®„qÆJêéÐÑVH嚊ðÄ'3y¡^8f 9.§ otw@‘Ül6[¾>ÏÏúl:­Ûµ¿üÿÀ ·Íî"0‹¾™GƒFM´,ODDDDD$Ÿ¼-¾ùÊ_qq±¬_»†–­Ûwô}EDDDDD¤0)Šˆˆˆˆˆ(Šˆˆˆˆˆˆ ˆˆˆˆˆˆ(Šˆˆˆˆˆˆ ˆˆˆˆˆˆ(Šˆˆˆˆˆˆ ˆˆˆˆˆˆ(Šˆˆˆˆˆˆ ˆˆˆˆˆˆ(Šˆˆˆˆˆ(Šˆˆˆˆˆˆ ˆˆTJr2qq±ÿ»t) uœõ,kÞîA÷w‘TXeÚ/±óóa š¼;û2“ÿdù?rƪî‘''uˆÈ-€©)lÛº•Îs[“ÉD­ZuhóÈ£\Š‹½=´'qlëv;U§yUL—ÃÐ.†5lÎÌRSØ4«=Á&°'îeæ+}1÷7ÎYÁüÐ<LHà…:½9Ôu5?«„[¡Àv,YÌêŠ=±b™›§gª_-^{¡ü5uµÅlbl—DZ»>“Ô¥k1g¼""¢(""ù·yóFÞ6W·ÜãQrRÃß~ƒ6<šK`»È–¥èqô fÿ0‘6!Wý)O;ÌøúÕy§è\þú¦9^ŽT.y?“ºwfq›µüVÕÿJ(2zR¬låŠb6¤°çý®ü÷ú~ø ­Kyàâ…§ë.J—‹Âù>Ï+áñn“~œ/ž|œÍÿeɯ/Ó Ho""¢(""d³Ùò ®nnX­®?<ù5];eíÊATó¼KF]JÒcÆZzdýßz­ßÁùÁ9 êÒïËÖãíe?Üåï†átœ±•ÇüCð4éx‘/("r· ¬GÕ¿ßã±¾ 9™žËvÖ üòás4ŒÄÇâKpÅÖôÿb7ñök7;=­ !_|,¾T±”ô¿˜\×— 'Ör ÀžJR¤­éLÑÌíBº®'>þGº‡ùRcü!Ò² K?ú±Ý©[Â7sŸí²ô()¶‹lÞ‰zeÃð±øâc ¢æÐíŽç—[¹ÙIù›o_oOÅŒí‹ÕéÉÌ#Ù•ù4Mj•%ÜÿúºžcõÀVT+žYW_ŠÔ~šÑŸ¼Çs-*lñÅÇR‚º½¦³+!«CÓ9>çiªõËxŽôùŒß³Ï©ý9öKåX£Ù2õyGf>7”ûk¶¦ÿ·'I/h߉ˆÈ¿’fEDîVa1ù½Ú<ýÐótý(Še/Efsþ]2»ÞkCËwÏÐhÀæÔñæøÊq é׌Ãö-,èVôò`@f ¸•Ä…SÙîÖTw +ÆÔÁp²”À­×m‘Èöá­yäC'º½;—qålìøôÿܵ#Þdàýqì^¾šÝ–™þQ Bí±$—œgƒó(·ìu%ØãøßkÓíÓtZ œÂØZ¢w.æƒá¿æ£® úéü—Ï>nŒÒ~æ}•Q¯¬£áKoóÉ«E°ïû’C_¥{ÉzlR3&üªtbÈÔ„8óÛ,@÷âuØ8¸,f[í·EçÐ/y”G2¿mC³QS·ï{|Ù´$nfdŸ1¬Ý‹µ]Nùí;Q‘;¯ê¯òõ¸­Ôîÿ$Ãk­gxµë2PÌzFMÜGPåÌ~½žkà{¤½FMa÷ã#©œ¹­9 4墢®„Èf|JP.*êÊù…ñ×íóâzFM=D¹aÛxÿ™’8uÊ;³yeæ|û'/¿âš±¿ûÒ²q}ÇÎSt¤Ü²‘¸\³ý:ÆÎ:Iø kø|pµŒv=E삹¼šßº¯OóFàÅTæ{æwù‹ž|‚6e\ Q ß.¢Ïê-œTŽp“÷ˆ–tˆÈÜIÍ’—Ìãéu¿7¨,Yý}}ûÓ£sì—ÜÊ ˆÝÀèñ{ð번9Ãâc]˜ï1†ó¶s`ÙH½œDDEDäÎçB‰îÓ˜þSº>=„&?¾xÍ£)Ç6ñ{’™ê­Êg„?cµÛF›Øm£²oáÖ(åÄfö&Ãñ¡ÕzícÞG.Fø-*—k`ʉmL3S¹iDŽW&-H]]ÃJãÏoœˆÍya9Í'½ò[߆¼Ö7‚ãºñtàpúÔñæØŠq üüà*¸ö0ªE¹·l$|3€zçùÛV›.- X¿& ~ö>šOîJg¯×éݬ >ig9pÈD³gÛSÂÑëO;yjøÍóYº3ŠÇ*æQ®ËuõðmÈ~‘<8¦3¸¼É.‹%í0ÛÏ~…\׫¸¯E F3}ÌLÊt¯F°k{Ï¥xdó*ÏØ”þxô£n<4ŠžÕ=8»és6Ä€³£câ¢Wˆˆ ˆˆ£ÑHRRnyÜ 011“©€7¢3xRsÐdžYÔš™—éFåÁKYê5!“žçÑÑ6ÌáµèüÁ*†w/ž úÝ^eÌ3ƒ…ŠÏ̤}óâ®G­a+X0˜7¦¦Û”tÀƒ"õzS­G>†1ˆVo àë^è?¢-ç=”Ïrݨ4h«ü†2tâtÿ4в4­šÙöBªëU\"û1{âIúJǯ3öéìLùv!¸ ¿ënó,ÏàKãqË™îñoìÆ¢ð‹¬ˆ0 …;&""r×3Øl¶|½Íúl:­Ûµ¿üÿÀ ·‹‰¾áw‹¾™GƒFMðó÷Wï‹È=!..–í¿þÊæÍó¼É»Éd¢Nz´jû—âbÕyR ö KhÙ˜±{XÛ= ÝÛ^DäßÃÛ⛯ü¹#Ú‡KIDATËúµkhÙº- @‘[ÿ‡ÚÇB›G¥Í#:üœÔ”;ïöÜ>Ç.›Í›ÜJ©üµdkÓKQ¶˜Nñ‡ùaêÖÙkñ~à …?¹† ˆÈ­f·ÿ+fóìîÔã+™ã›2îó-œˆ0Vµ o/ÉÓÅõ6/"" €"""ÿoêXÅÞê É›Q] """""¢("""""" €""""""¢("""""" €""""""òÏÑU@EDn!»ÝNjj iiiØl6uˆˆˆˆäÉh4âìì‚‹‹ƒAPDä® ‰I >x˜M›~áì™3X­VuŒˆˆˆäÈd2D:õ¨T¹J¡¬("r‹¤¦¦røàa~Xó=-Z¶$4¬F£VÞ‹ˆˆHάV+ÇŽþÅÚµkðòö¡LD©)) €""w|LKeó¦_x¨åÃÔ¨]G"""")V¼8A,_¶”¨ò 5ê«h‘[Än³qæÌBÂÂÕ"""’/¥J—æôéS…¾zHPDä²Z­Zö)"""ùæää|K® O%""""""÷ˆW´žeÍÛ=èñþ.’îôºÚ/±óóa š¼»`u½›ÚúoµADDDDÿÉÃŽ%‹Y½;Û]P×ÍÓÇ3uåqÒþím½¥(‰c[V±bû¬·{ nFò.†Õ¡Ä“‹8cý#Q¼£?ï'åûñ/ðp•âX,¾øX)Q½}>ÚBŒî±|ïIÞϤîùI½í;OãÐøÚøX1ãdÞ)Îzr -¾ÔŸ~Œt£'ÅÊFQ®t æ»ðk˜„ = ·ÓfÖqÒo|•ýà ”´øÒbÁì:JEDDD þâw0¶M :¼µ‚ÔºÏ3núç|ñÙûü÷¡p’b8ëŒF¹­œ ­^/ñÓ¡ä«’Þi¾éQ—ÚÝæpüªt”|ä&€ê•pr)IkùnX},†»­ÝvN#žT6¼ù룯‹xÉ{øèÿ¾æ},:›€("""" €yJâ·1O3|«]çnaÕGƒèõx[Ú>Ú•—†OãóתãqÃsÒ9>çiªõÃÇâ‹ôùŒß2?°ÚÙ÷ÅK4 Êx<8‚&onË8—*·ÇÒϰnlwê–ðÅÇâKpÅv Yz”ïБò7ß¾ÞžŠ!Û«Ó“™G®¯n>ËÌO[mçX=°5ÕË„e4)œ±]Hežš}4cyanõ³cõÀVT+~¹ü"µŸfô'ïñ\‹ [|ñ±” n¯éìJ°;ÖfGë œžÖ„Ìm*Ø—}Ÿå5I;XÖ—ˆW·_çKßÓ!ЗzÍ6ȸ–¬OiâÙ¹åÄåHëÙ˜¶hû–|šËë;Ó8õëNâ e¨_ÒÒÿbr]_‚žXË¥ü´Õ‘ãÈz_>|ކ™}Úšþ_ì&ÞÈ/}Kâsßóü’˜¹}êÆT÷å¾¾ÉúUÊžáT´§×OñÙ´:‹G£ÁD`ì<†|úÇU³¯VN/}“ûî ÑÇb2û­0ŽÏ<ʰF³eêó4Ž Ì,'”ûk¶¦ÿ·'¯Œ_®ÇÜE6 ïD½²Yõ¢æÐí7œ_i»¸šç"|)Öq'”pEDDDðHØÎ”™G1Ö}“¡Í19ô$~U:1dê"V®úŽ9#=gÝ'î'H=4§ûÍ&¡Ý–¬]Ç÷_æùæEpÎã1HdûðÖ<2êÕ†Ìeåò¯y³Æ&uíÈø}ÙD{ÿ{íaº}¸—È—¦0á׌éR Û5›æ³Ì|¶[‡~ú™ƒÏñé7 Y4g /—;Àôg»0aÖÇ÷d~Û†¯­Äí±ÑÌ^°€9öç±ZA8çU?[‡~ú…CÏñÙ¢%|ûÕ{´Ký–Q¯|ęگðÉ‚oøbx#¢¼J÷ñYÍ‘2óªsßG?懟ÿÇÏ?ÿÌÂçJâR 1È?“_ê‡Ã‘÷rÉž€Î¬Åoîe(iþY«Oeœ›hgßG T#*xg3åçH[jC2»ÞkCË××byjs¾ù‚á͘ݯO~qŒtÜ)צ&®1[Øp453ÌlçûC½åާf´á¶õüí\¶å<²iµ•Øã1P¢+cD°âh~¸˜Â’v3ùðêú*BÌñ¬XÇged¿Í-ÃüØ{|¹h1 ?íG±?fíîØÌsDó:æâؽ|5»-½˜¾p)ËÌàíÎ¥0gÓ vÀnGK\EDDä®âTÐ'þôã:Z´l}Û*j½¸}±PüÊø9[ ¸G´¤CDækF¼dO¯û¸AeñŒ9ÆE¼¨ß°9TóÇHejfnš”Ëcö‹ë5õå†mãýgJâ Ô)ïÌæ•˜ó퟼\6òšb¿¸Ž±³NþÂ>\ 7€£ˆ]0—W Xf~Û˜ùksñhÑ´^@ÃJ6~(Û—¥N3 ²¦˜õŒ¿—àž+˜3¼6ž×´ayîõ{Å5³üú4oô^<@e¾g~—¿xàÉ'hSÆE‘ðí"ú¬ÞÂùAå‹]ï`™9×9ë6”¦\TTFßf÷aÝ1(×4ªâƇ×q(ùü]N±jÆv|:ÎáÝÔgéôÙ2ŽuíÃ}i‡Y¿'ßfõ)ê9­‹Ìu|9ŽbÖ3jâ>‚z,göëu2ưq |T¢×¨)ì~|$«´§š±«7Ÿçÿ"Èßù-»qëØráeÊ„ÄñÛ²Ý*½Gõl×§¦w:¼‹SýÙ7h3å)Þ™}˜&ÿ)Iôª‘L;Q•aRbˆ™Ô“§‰·—ñæO§<Žñ€Ø Œ¿¿.‹˜3¼!> Ñ…ùc8ïèë,똻¯!-×Ç+§oÎüš3ýh½ƒˆˆˆÈ]§À3€·3üe~tÃòUãŽ/ÉS–#Ôן Ê¼ø³RIµ[…>¼ÚÔÀÂ'*R÷©×™ñÓ1’2¿ÎÏí±”›Ù› {‡V# s¹šO±,N€óG.Üp5Æ”Û8˜f¦rÓˆJ~ËÌo[³|KI"ý!úD,é@ʱMüžd¦ÚÃQׄ¿‚ÖÏ5¬4þÄp"6s¤Ñ‹ðb^†KÖ‚•y}>ƒ‚ñ \Ë pa3¿œH#íèR>ýÍŸö]ëP¿[üŸÁ7GRI?½…_Î:S¹Åýïÿ†ñqä8ÊÃê­Ê_CcµÛF©M슶a ¨OÇ*~ÿöWbì ìþvîíÑ!` Ážð; 7§Páñg7ÕnOâÂÅ4 žþx5áµ~¥Ù=q›.ä‹ÑßãÞé ž(¿'\:Í¥ôÂ9>ó*#õøFv&¹P㑪áï–¼ÎDDDDînžLLLÈJ·©¢&ß2Üï K~ÙK¬-’@‚`êÁ)tì2†¸ÇGóù¸z„¹œeÕKñvÖš-×ûyvþ^šm˜Ã´IèßfïuœÉ“ÛšËc¾v;vŒÔ·Šñõ®ŽJœ-Åp¿¾"CV†Í%ßæ³Ìü¶5‡áw1Ýšù Ün˨¢¡ õ;“Í 9cÄŽÍ~e[“³lvìö–y}åÈŒ8 =5?ÑÒH@6”å Vo?Có??ewx¦–wÃÝÖ¡Ÿ3cö^:W]Å*ЧºC>^ž×´Õ‘6d~QrýN W?f ¦q犤¾1—_O‡ñýútêLxœ§œ>¤Û¼íœ \ƺ¸²ü·YXö Òã9—naî˜0Ùã5šOèÍkCŽsô@YúÏ®‹·ÁŠ›¯;$œ'ÁZ8Çg^eØ­iØ0aÎíjP:æDDDDþ= <øÓëpw÷¸}5õ¨JÏGHÿq·Äåñ8ãÑäÃØO$½÷¤yò”¯TƒÊ¡×Ícpã¾=93[GTàä¼±,=•žëcæðj”q¶q`G"a‘DFfý‹ TˆÛ ðÍEjåšÂæÅۉˡâù-³@m̓9¼:eœSض|ñ…U¿\÷WeÍx›!1:1×û!:28Y(æ ç÷Ê×-EœÃñp1;Û¿žÍÄ™R¶×D˜·rtëV’ã_MdÖ×ÛIhC½@S_G™Ûl[¾‡„¬_Ú.°ù»ýR“ ¾FÀ‰°‡ºR%åG¦ÍšÁò„Zt©FÕ'ÀðÓ'Ìúd£ºÑ¦˜sö;±&r!Ü,®˜cP vógלõ¤´Ä“%î¾nx[áŸy•áZ‰Æ$¶­9pÃE[nåq,"""r7)ð àm_jð¢îë“è¾®3ªÏ¾úðX’ø™9õÇ6Ƕdäë„Z ~ó|–mñZ”`4ÓÇ̤L÷j»&°÷Ü•E^i'VòéòD"*Þ‡í,[¶žçrø»s}ÌàׄÁÏÞGóÉ]éìõ:½›•Á'í,™höl{J\w²žÁ·!CúEòà˜Î<âò&ÿy¸,–´Ãl?øen“Ï2qòÎW[êb¿Æ î]‚f“ºÐÅã žkT÷ÄSœvÇæQ¿|•g›)Ó%ŒjQnÄ-Éß  žÇyþ¶Õ¦K«âל3éÈàJ£å`Øú ·Ó»~æè_8žFî2—¢]ÛpÆMz—9¦ZLz¼DæÅ‚Ì”yâ9*½;ˆwWAÉÁ‘S¦r¨¿9Ž|òZߌëÆÓÃéSÇ›c+Æ1ð{xðƒ¨9eïÖ’gj ¤ï¨¯pøkj[ŒøÔèJ#ëãŒúÆ@µZQ$§¿ö.&‚«wV`r£òÞå¿—6P¬_3Œß-¹z»Bâ¬àZÇg^e›Ò¿s~ÔçƒFѳºg7}Άp.ÌcŽŒ«€ö©Ó‰••¦°ñ«Î„;éÍDDDDþåðv/0¶àƒŸÖQó½ÑLYð6}&g\ûÏ=¬" ;5$ÙD«·ðu¯ ôÑŠ–sû1{âIúJǯ3®$èìLùv!¸ ýüo|7~Od\hÞ³d#ú}66FÒwæüxRkØ  橃é6%ð H½ÞTë‘MXÃJƒ–±Êo(C'¾A÷O3êâZ–¦õB3>œòY¦1muèR…Oj¾¹œÅ~ƒycòžœh§ªõKûF¡ùl³cû»é2 úÝ^eÌ3ƒ…ŠÏ̤ýÃÅq1äs p¡Ì _1óL_†|ô"O¼àJ`麹44KlŒ.Ë.rïJå¯%3X›^вÅüpŠ?ÌS‡°Î^‹÷Ýöð'"""r'ºk–€*܉H®ìÉß¼qŸoáD<€™°ªmx{ñHž.®“ôDDDDn*ÞîÁ‹ˆäÊàMý«Ø;âΪ–ÉdÂjM×øˆˆˆH¾¤§§a2þ¦»èFð""wY&5 æøÑ£ê ɗÇŠÍf+Ôr ./‘¹8»P»N]Öþ°†ýûö’ž®™@É]zz:û÷íeÞܯiÚ¼ii©…Z¾–€ŠˆÜ"f³™J•«àéåÍòï–ræôi¬V«:FDDDrd2™ á‘öQ.*ŠÄ„Ât»{n/"r²ÙlDDFR¾BEŒF£:DDDDúü––Zèáï¦à?q#x‘»QjJ ©))êùÇøëèŸ~\‡»»‡zPDDDDDäßYêíÀÍÛEDDDDD$o…‘¯´TDDDDDäqÛ—€F\Ý\Õó""""""wKtô* ×OSzûXHJJÂÙŃѠÉg®*¨Û²ÔÛâK\L4‘eËñëæMÔ¨]‡àPœœœ4š""""""·ÁMßþ¹³ø9ü¼Ð°0vîØN\l,6›M£ """""’ƒîÏôÎs›¬ ·[ó{#ø¬)˸˜hBÃÂ.AÉ=G–›^Z8šNEDDDDDü O¡\tñ7sóݘ¬""""""R𜔟 ¶BYÚ¢ek’póð(P#EDDDDDäÖ+”% º)¼ˆˆˆˆˆÈí—ßÓë e hÖϳg|¢¹ÃßMÀë—€f±ë¶""""""w\øƒB^z}et~ŸˆˆˆˆˆÈþ —€fÅDDDDDDäÚ|u³«Ð®êH:ÕŒ ˆˆˆˆˆHþB_aº%K@oWåEDDDDDÄq·t ¨ˆˆˆˆˆˆü  £K@ïv.a§۹d×ÀËMH?Ç–o>æ½7ßbÆþdõ‡ˆˆˆˆüû`bbÂ奟Wÿ|GJ;ÃO㟤zî¼1ày&ïO)ÔâmIøk÷NŽ\º;oq«ë»û'á½)jñÅ'äI~ˆ¿ùzÚ/mâÍáøiÆÈí Ø“gü‹ƒ1ácÖœJÏ~›{ü˜‘Y¼åK@S0¦º/>–ìþEòÊ6Gg^lœ[ñ¿µ‚è¨ÇykÞþi.´jÚÏ/¤Uhi*ÕïÄä©wÝp«ëÿOôÁè„ Àä‚ÑpóõL;õ?–íL„ø_YòóÒ³ûŽÁmî•cJDDDDî\·ü* ·„³n&Ç3n`Ë ,_•Hd͸ »2Ö›ú°ÿÏ»Õõ¿ýýcôˆö Ç×tóõt)Õ“Écc™{¬4Ou½gþr`›{ù˜‘;Õ]±4ä¹µœŽ‰&6ëß¹­¼SöŒk1#Xâ9V^°-šµ}ïÇÇâKÈc_q<H?Ë áå®5 õõÅR¢.]FÏÉ«'V¬ÑlÖæQ!™3ŒÅ¨ÑkGOϧÙ53Ž©üñ^õŒmêNá¯k>¥Ÿaz“ÐŒÇʼ¯I™¿N?Ë㟡A™@|,Ùì?õ/æ ~‚Æ•Kà—9Ãé_ö)æŸ´ÞØy••¼Ÿ)=›S-¢¾Y³¥ÅkñøÛ+9žçDR6õ·_âçךS®ˆ_f¿Qº~7Þ[6# äk9ôO6müéÃ>4‹ ½<ãT²2>1–I`?Ÿ÷˜¸E ZŽ`Çž“k=“~cÂÐI|:aãv$f_ï¶IåøŠwèP£øå¾+YëI>>’w¿Þä1åP{ós܉ˆˆˆˆà?PW¢^œÎðjFˆžO¿aëùû§wèûåyðjÅG“:QÄËOƒ›Òö­üvüB,¢÷ñÝ莴±ƒ${<¿¾Ó’¦¯Îfó‰À'.q"5Ÿ|Î-A„„S¤d f`w`ÿ©GXߌ¿â”*æÃ¥¿.àéåœw¿Þì1åG;Q„Û»ôô´&„\}`«eĘËÐ{ÚHj;ÁÙYOиã NáËcS>à‘PéÇæóúôc@Q^\u„#ûshn,À‘™³-¬'2x€ŠWò÷…³\¸xŠ?¦6À;_µ ¦×‚ü±?{V¤‚+íÿê@ÛzÑaN:ÏÅ“¨w]žÎY‡8uú_´ö`çÜuœ¶æ¯þàFÍ÷÷pñøn~^½ŠŸÿ7…–ž@òF–íOÊçþ²+ÿÆ6ö7` Òµ?{‚#ßuÁ7¿ŒSµÛ?A‡z!Xãœw=‘vþŽÚÊ0téF¶í:ÈÙßÒ9Ô˜~½Ùcʱ/Rr;îDDDDäßå¶Þ>Ë©“'Ù¿o1Ñ7†oß¡cÏ0ãîáDÖdŒ·¿ëåŸ]Jõäãw¿¥ú€œO¿NSóp & þàZöpŒI-Š1éê"cq4ÎFåý+Ùe uéÿ\M,¦ŒÅ^`Oº¹ÎMv`ÿxÞø<“‹Ká”eô£j£’°lD#: Šæg‚'í$ß½Ù“—&oæüµµ!&)›«Sf³¿"ùØ]RV uøoÏ*x ñ.}a¹–jCÛⓘò÷†×+ÁW»ñ€þt¯‚)¿ýšÏã ^_ÕÙw‹¾™§¿”""""w£Ñˆ·‘e£ »=ð§×Ñ¢ek.ÿìhøÛµc*WÅÍÝìv.^¸€Ÿ¿ŽÏ yn9¿½W·ì´År`û‘ËË /nÿ…#‰Íð÷4`·Ù3/Ç@³^ˆ¸ºsi*x±ÛmØ FŒ×_2Òè”9EšNjzNö7f†Q;öë6qdÿ8x•ÿ‚•eÀäbÊ* ‡[äT;W÷§×äÍ$SŠNoý—&þÇùjð»¬ÏxüFÙí/çþ¹q,­M0šquÊaí¥CcB¡ŽcxÔdĺï)÷þX>üt~˜Î+?Ìç§Y›gÊ«_oò˜J.@å¢A£&ú++"""r1›Í$§¤ðëæ0zë`A—€îß·—ò•ªàá§'NNN ½4§•Óß¾LÏ/Ï€¥­‚á»?&Ðuh#6½ßRõ)Í*öCtpk^î_›'H;Æ1[(%Ü!­dæ6¶M|ôåï4y¡žF+‰1)¸˜÷.]`ó/“\«ä‘ÇìÅH=Ç®=çI¯^Sz*6'\Ø?Þ§®0Ër¬þ.ü“d€2Oò}Ÿâ~Ûþ“Tn¶|®ŸŒ4©JQ¾çˆõWf¯9Ióǰ¦¦a½¦¼¼ÇäÆ:ÜÜ8š² ‹NF€dމ&½‘ç/¤ÔhÎP®ÃçÐuè!>{¤6ý7ŰjÞNúWϽ_oú˜²ç¿r“Û—3""""òϰøùQ£vmvîø-_ð¶_4.6wÜ==qvvv(üÝp %ˆ*C¶“pf¯üg—°ÐáãÏùtÖTNÍìÍëbpº¯3ov ÒùudKJ싱Štžu”4À¹x'†vðÒØ<ôAÂýCö ôwÙk,ÏÍ}2‚ë°:„…•¤þÈÃ×Vν,­ª;[^ª@x±¢ïŠhpv`ÿŽ*̲«¿3ÁU«`8ð6j7¦yëg™q´°Ê¿qS—Òy¾– ¸Äw½¢-NÑv󉻦<Æä†:ÜÜ8Þø•KªÏøñ·5yôË“\zeÒ®‘4,Bpé T©ÝšÁ›2¶,B‘¼úõf©‚ô‘ˆˆˆˆÜUÒÓÓ #.6&_Ï»íWµÙl`·ãäätÍMãRÂE6¼ý K/Ëï0¬‰?nÏñÁ áÀfõöäúp= †¶§rˆH#9ÜB+RÞ;s))V­cî ¶T v{ É6WŠ8cÅ—&ï/ä½NUvkb©˜±¢qÓ¼Œ€©O|2“ê…c’ãâq ò&!!Œìßá‘*IJ®–Ký½êfþÈŽT 1séð6oÝÇEg E+4¥n¨ËM—ŸMÊ¥×ì… m7z) ÿÐëŽ+ƒcr=ÃMŽã õ,Å3ÓÆÒ¹rθàî}Ã,¡ÕæCd ÒÎçÏ¿ÎâY‚ŸÂœþe È«_oö˜*H‰ˆˆˆÈ]ÅnËÈT6›-_Ï3Øl¶|e‡YŸM§u»ö—_bbÂåŸÌûš'»÷äR\lŽÏ_ôÍ<4j¢eeâÄ})×ò+¢©ÇWG—ÑÊ[}"""""àæîÎW³fæzQ͸¸XÖ¯]CËÖmè* """"""rûi1˜ˆˆˆˆˆÈ=âÿøCbBå±IEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/cact-target-location.png000066400000000000000000001434001433352025300246040ustar00rootroot00000000000000‰PNG  IHDR¢MuÒùsRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÛ ; ʪà IDATxÚìw|ÅÀ¿w¹\z#@è-B $TéÒA,ô" JSÄ‚`GEºô^¤«ˆˆ)? M¤IB/! ¤ÞÝþþ¸$\’k¹\ ÀûúÙawfvæ½7oöÍÌî ‚ ‚ ‚ <@T8Ÿ ‚ ‚ ‚ðx¡ä4ƒZd&‚ ‚ ‚ íЙØŒZÜš{æÌiµ ‚ ‚ ÂHÅJ•³žò!ó hz𙸤ž©Y‚Ñô…N»ßUWp¸Ò*• µ‹Í´O]aÝÎã\¸zç±Rœ‹ZMñ¾<߸"5BŠŠ% ‚ ‚ ‚ð(ãOæUÐT“ 4ó»k³~¸(cUT“ådÆß«W­t8õóó£bÅJ”.S«ÖbÚ¿N^fþ‡©Y•¦qQ»<6ZÒ \½~‹yÒ­I< "BÄtAAAxÔÑô 49íH_ M< &‡ 3ï‡f DMRÕk¯p¨v©©©œ?w†ÿí܉¢([.ù•Ñu»NQµ2þþ$$)dÞVüèãë@DÕ*ü´ï”¢‚ ‚ ‚ <Ê óJh˜ˆBöY F5ή««+BÂP©Ôìþã7Š/ާÆÛlÚ«7b ¯êO|’þ±Õ–»·?×nÆñû¯»ˆ‹óu2jµo*„„púÔI‘³ÈPt&ˆŒE6"W‘• ºyšÈ³pPgéÏýwB“ÒbÉô•P=Ù?^”€šÅâŠhnkYºt6oú ½Îò*§Zeàêùc †ÇÛT UªU§`ÁB¨]\¤W8ƒ^ÏÍ›7økߟèõz"ëÔ9‹ Eg‚ÈXd#rY ¢[‘g†<÷8#õK 0“-™WB³¾3ªN;TätETQ”\ÕRãêŠÁ`À`¥5|2¸íco]Þš‹»»;wïÆKÈÜÝÝ «T‰S'NŠœE†¢3Ad,²¹Š¬Ñ­Iž9}ò„3Qß´`ÓÕLšœv^“vÍË œ*@±øÕ\ÓìÙ»›}ûÿ$²Vuj×uš`4jP ”ÇÜ4jûU߇¯Ÿ? ÷DÎ"CÑ™ 2Ùˆ\EV‚èVÈ"Ïøx§ôži¨évÜŒ«£¦AhúJhÖÑÌ1R–ÀÓl¢}ûÿdØkÙ2m’óQr¿úú(¢{6*• EQDÎ"CÑ™ 2Ùˆ\EV‚èV0#O'àAæ•ÐT“ 4}•Ôt[n¶ª`²=×⊨ie#kE1eÚ$"kE9Õ \2ª÷x™‹¢ ‘³ÈPt&ˆŒE6"W‘• ºò„ôßåÔsT“%5]ØÌúÿLØõÕÜÚQu¨UÇé-ѨU`0<+¢*éHâ°D†‚èLd,²D®"+AtûH‡5WB³ éïƒZ F D÷þ¹'ãQg¤µ±%yfdJþÜÅQ—(ZÕ ÌXG&éïÕkÌ‚òóøkÅ åñ‡¸dk®8,‘¡ :‹l‘«ÈJÝ>☞j2oÃUÛ <íDÏ;K™2eÌïˆFEÖàì¹3ìܹO//6hD±bŠЕؼR©-ËÔ}Ørìkžòµ³}IÇ™Òí9Öuü•jÀ#ý¼Ú›Òá•©Tª®j%Ï7K jËËÜåØê™¬»×Ž·úUÄýQpXÉغ>šêÏ×£ÐcöEñÇÖVskg†xެšÅ†ÔgÙ;7Ñ™< O¦lô7Ù5écÖxdÂàJ¹³9¹æS?(ýSüË#ƒ£Ïùç¹ÓÖGˆìÚ’kZ˜Y6mÞȉ“ǨU3’)Ó&Q«f$'Ngó–Mtz¡ U«Teë/[ ©Õ·æ+G*ÿ­üˆ•·}p¿¹Œ×F£³š>ó‘fÅ™ÏkÊÑoñÿØüÉSø+ö—åè‘þލýö/™Í¢_.“’‹rÒV^ú;û™Ö»-¯|º€í—SS®!èÛÙvø6:ÓóIÇø¢E%j ØÈu]Þ·íAÉð‘´3C ûÏfɯWse§¢³GïÈ÷2~À~"_ÈÆ’Ï|@¾äȦŸØy"}~•«%ùäTnYmËY~Љú{èýó!ö¿GîÈ¡ÞÉñÍŠ=˜}~´C&ÎzîtY·Üª°üU\•=Q­YúõéÏ–­›9~üjGÕaȠרU‡ãÇÿaËÖÍôëÓ//o4..¨T*‡ZbúÕ\‹GÂfNø“’o¬fY7þør.dz¤ÑÝâiýiT!O//< †ÓuÉy£“®ÎjH —ž^^„|Œ¤Ô³L‹ô" ÓVb3ʸÉoSúÒ œž^^VjÉÐÅGˆ3¤<×ùydKª—-d¼‡—!OóúªI´¡x@ÔÍŽYoѵIÁÁ(FDóÿwôO΃äÑ`dˆáÇÎ(œýîù q9¹î«¾Ä"·,Û:“NÅ]œä¸N3È+ŒþöBæÁ]åIñPBËÀUõ*ÓeXÿ-~¾¦Ë|-õ³ZT BßÄ?îvæ;} :Ó]á›æmÞxD0|Ͻ‡Vç{ £Jp%º¯ºdfà5ó¿·¨\Nnc0µ¿Ö ùO—Ë2ð–†bÙñjT¦²Bk6çùÁŸ±|ïõ7añ€ý„£² ®Úˆg~ÎÚcNà,ùÌrp’û!¢†¸ßy³fÊE¾Ëžxƒ}òÉ©ÜÌÙ–3ü õ÷@Æþ|Úÿ½ -gzhþ%/ìÁÒó£-™8ñ¹3?bqk®««–WúdƬi¤¤¦P1¬"ÇOç—í[<ð5\]µDG_à‡ ]Ûö¤¤$;¼5×òWsîü6‰Å×ë2îåº4@ðŠYLúc8ó›ú¦…Ù‰ý¢5Í?¦ák_°¢Y4·/’T£®Ü à…y|?2wT¸•CËe“û*@"G>oM‹Ï®ÒìÍi¬©çKô¦ ¼3¸)g•ý|÷b)4†xNïúS…†³pvc 讲wÎ(ÆõëLáª0*Lk=à¶ð;Hʽ¿™Ñ·“yPý¹ùhXÕñ\8º‡#± Á€ò¸ÿ„’!}`7äúweÍÊYI+³XW&ŽkC‰ÕküCñÈÉ=UAt˜¼‰¶…ñr±¬W‡d>¸›ÖÇ¥$]'¯¡kz;€±*ëß1¤_QÖ®xj^ªŒºc®î›¥ËEÉí̦3•?M?YÂâ8 çÒ÷£x÷û‚¼>ã-jx¸êê<ûÍYm¹wå÷HeÏø¯øíé/hèg2™™|‚ù}G pçR :ƒštûC1î¢Qå¢ ý€ù~¡ãîõ(Ú•¯>kCr[óÛúe¼×} +_YÀâQø«óX¤ÁOäH6Ÿ·§˜K±óÓüé¼ÕáW¢XÍÐ0wçûÌâKÒeœ·÷¶Þ?õD¯ŸÌ÷w¼qã[&nÌòNEï Ã’|r*·¬¶å,?èdýåùØŸûß#÷¼—C½?ÿ’ö`éùÑ–Lòê¹3÷+¢*rðuܯˆ^Œþ­VËà¯òóæMlúy?oÞÄ௢Õj¹ýËW,§yÓ§)[¦œC‘·‹ÚøS2ÿÓ_aãW1´A‡âj´!=Ï÷“6qÍ`Lc¸³“O&#¨ÿjVÖö͛Һó‹<[Á=ãÝS·‚ÁTªNxåJÒš„¾Æ@Ôpg'c§üCá—¾aù=hýt{^ž°šYÍ lÿtG•ŒÕ­ôS´zº ÍZwãŸR›“¬ßy…T+ípQ«,ÌN$rôëaL:À ³bågCèÖ®-Ú$Œêm†1uÙ׼ѥ •CÂ(EÛáËøçžÁñ<ŠŽKß £YDEcž°zt|sE–2{Ñ¢^õŒ2+5ìÁ?üG’i»“/²éó¾4®jLÑæuVþgðý ü6c(m#ÃÒÚ܇q›£Ivpð*Cõ¨H¢"ï|Q+znm“ÈÚ¼¾õ¦q&Mwƒ#)ßâ+§·Owƒßf ãùÖ ©VÑLt1ì_ø6Ï?UÅØþªÍ¼6šÔÄ£|Ò Œº¹¿z¿‹—*…ÑnItÆjÀõ¥ÒdF“ɧHÖ]`AÛ0* üõþj£]ö`‡‘a`$U¢gÐoÔF®ê²¬fšÁË›5$pjÍ{¼P¿²1Oåú<ÿåa,µ'Oì RM¥wãjÆ:ÔêÀksþäV†,lô[mpšÝ»R(<’zuëR¯nm"Jy:€ŠQuÓÎEì“Èo¯×¤|í÷8p%ñæ½ yŽe—t(ú[ìׇVõïë©F‹—øô‡I0(Ê1•˜è; $0~ã–ÿk2 ¬ãÚæ/YpÞ‡¢n{驦öçŒ2,ú\ô ï2ÔˆŠ¤v½Æ´é2ˆqË6ñM¿›3Œq»c+²öô köaíšY?aE'úvO@»é>¢2-?;BbNû˜½²‰Œ Vd=š=7ˆ/~J-Õ)¾Yy‚DKõ°GV–|¦y-úëÜ;³Ï³"o'ËUQ”Äã,™}ˆb¯Ì`ê3Þ쟹‚“IÙË0'³ç-éœmÙòƒ¹óò­õy›ãå]~^‹òµÇ°?á~¹ww¤FHÆKÊÞÿrc×öŒßöŽñV}€#Ï€ö”i»^ûm~ò/öŒ}9é36ž-û2+ùì+ÌŠè’%KèÝ«%K–aØk¯3{î,†½ö:Z­/žgÉÒ¥´i݆°Ð0‡£s ( WüRÏ®fʾ<¿©þ (êtÖœQ=§²öܳ .ëJÒù?8šàN­Ö•ñ2dY[MÿwÚ=“ó˜œO/#²M“2 R§CEøe7‡o¨^8sPùÛ/Þ!ÕP «í4c GX¼êêZŸ1ü©F§˜-QÇ¿~‘î_ß þÀ™UÓ‡+;fóÙ讜W62ÿ…b¸îqnÏ~ÎèϤñõ H>ÆÏÇ2õãß©×ÿM& ) §¿å“ñcy­T-6 AëHTøWnϰñ](R@CÜßkûéG -Á¯UH+sg ¼ÄÄÏê⯻Á_ߌgúÈA ûŽ!å]A‰çÏq=ym…ŽÆC>çý¾Äþó3s&¹¿Õ‡DŽLêEŸù:™Å!zþ^1–q¯ ÀgÃ:†TÐæì¥öŒ@IOjªIµ‹ *T4Åçåw?£mõqTÙû!c~)Ä µ©âŠ’`£NNÌ|‘®Ó®P»ï»L¯_MÌ’+ÀE¹y+SZ²9XÀ¯Íxæ0ÊÚ½`)4ʵÌb½ N¶{“HÅTÿð R›´?ífÇÉÔÕ œÞyCÉÔ T£îræ÷=üðÆÖÁ?õ‡×ÏdÚÈNœMý‘YÏÅ%ÇõÖ{%Jvæƒ6[::¿vH$`á¤ßñzþ+žyƒ±—cIUÜLtœl:\†E?€ãý"£^éóÁ>Ôø-Vdã〉Û?;ú…ÁŠ}¤X³¬‘-”‹ãø¶]œðíË„q"ž„‚¥!'}ÌQÙh½ñp”„T óõpUùÇ–±è3íÈK’mÿ½íõ%¯hœ(×´ûÆþ9µ7#x»[ êßíNéõË™»ï%&Ô÷1Ú²Eùœ2ÞpÍ‚.îd ºmúÁlò±ÌSÎ-q¾ Zëó6ÇK*µ­‰ÛÆÝì8ŸLD˜Hâß­{‰lBó2Úìý/7vmÏøm×oË8ò hO™¶ž-Ù¥eý>ÿbÏØg±ü;9óÇ%-É$ÃyàW™@´eËVÌ_¸€~}úRªTY†{NÇ… çX°h!íÚ¶§bÅJra[ßš›Ä?‹fsÌpƒc-‹²(ËÕ™ËNòÒ{á÷·^¨+[|³Þ#ëߊ™2T(Æm|(ò»àêƒÁê½5jHMM;±æÆINÆCñÈP¼ô©¤êÍÔ:î7&Ï?M`§…L@T8Þç[óæÔEmõ&áz´ÅkR/*o"ÕídÃÐh";´¥IYWˆ,GܦŸywç®,Kâ@5hJ=EËRi• /͈Í?2â·cÄ (CCz™µ¨_'o 2$•ßš½ÏÏ¿_æ¥ÒÅPÇüÊŒ5×굜¯V6~m°VYîlüqŠžÔÔTRîüÊÔÅç©0bc:•BT ~Ÿý;ñÝOgé;8K¡”99£¤¢W€¿¤eµ/M.”cäÆ5ô-¥¼¨3òSžûuo½¡!äè‚®¤ˆ†ÔÔTuêÓ3šIsOQ°ó"¦¨aÔSz’uÆÝ«©©©Æ ‹T½ñ§‹ôÆs1Ö¿eË•Ëø £.Õ(SÒe“#{°¬k\³*CÅ€{¥—™6æ Ï|2„‰UW2²JzuÔÑ~ûó»u‘¼ˆŒªODEÔ„P0¤¦’u.KÉ ;Ó§Õ¹f?w©‡7@d|ηdøÂ¥í<Š*nÖûˆ§•6èm÷÷¯¢Ó+ (èt©˜&õ¬ÚZ®o²ù—ÿX® ®)çøßþx Ô¯GQU*©©÷mé©zQxuDRè¥6¼?u ÇžAXbNëÈ«ñà]„ð.Ci¾d8_­9C>%‰Ý6…eWÂÑ?’¢_jI½v…ØäTÜT©™úAª!eXõŽö‹ôz™\s+CíÒ°åÜ1®&ÔÇ#Ñv¿¶bIÖì_ŸÅOز¥nF½–ˆâ©Ú5Œ¶ $¶¿Ù/›’¹g¸Ë­ GÙ<ç~ÕùЦEi\RãÍÖCwk—m‚yŸ™z˶œ+%ÿfÑ_§ØsoufŸnKÞÝê;Q®†l½C£¯hh@Ð>UgóÙÜ팬Ն‚jÀÒ˜’l}¬Éª }–1(Õ?ˆãc^Ò¹<°Ak}^o{¼ô¨ÜZ®o°ù—ó .‹kòi6m¿ÿS­(§¹ï'³ÉÈ»¶gü¶£Îj{}@ÆàÂqö–i¥îŸuRó—ÑØû*jìë36ýñK|Ù¼ñ+L ^)ƒ^Ïœ¹sy¹ÿË”(Q‚èèhæÎ›K‡ö¯žëe^c j!€¼w€yË£)ÖgKû–1yIâèøN Y²€ÃoL ²D-B\§²ÿ§£Üm^7ÃŒS^®øºABÌ= fIã½ÝJÖ&Ü} ûú›{ÍëÒp“½OB‘ÞT PeËc®kí4'+%-ˆV©0ù@f’/äd’–ªMBðLO£  Fó`øã/ŽßÑS)0û죶püù‡+q:E*OŠ÷‚c7‰×)V;Ç5…+;æòùÌõüqò:‰.žx騘@ŠÁÌG •O)‚ýá«q¤*EáÊQÎé´„×/c²BA¦Ù£ä+‡8W&´§Ú„Ìòð¾p›¥œEõ:sV¬;“?kMáô(LíIñ uF•omÞø¤Û¯ç@‘ž¬èšQG[uº›¦§*+Ü×SÖ•4…l³Ã¦|È–&Ó¬_šl´‡¬zP;¼º¡ (JÏëoL ÞªÞ™¶ææ™Í†ö``ýÍ|úZ+þmډݻÑ>²(îf–²’óÂÎÌÍò«| oPþ÷7gbõT.¤³ÚG¬´ÁévosEð‹¤sm-¯ÿø _ìG©ëûùßeoê´6ÊÍ\›Õ…¨Ó²<Œ;ÀÉ8=eoæTŽIܾ£Cåågz y±4Ï.XÀ_zshæox´›EûbZÎx™ÜÕ)Òܯ‡ñÝ´\”aÃ8Ú/²É6ãß9èVìÃÍšýgõ6m©Hv½bãŽÊæß‰´­5ÑÄæ*Ññ½÷y§ž/(qfëa—¬üÌûL{òß¶ì¯íºw@æÕ[òV÷s¢\Ý…,<àMË…5ñEAQѬO}ÆXÄOÑOÓ«¤Æü¸ci<²äßÌ·Çú:>æå‰ Zëóv<·¸ùÕ¤Sm-¯ÿ¸‹}ûQü¿mü|ÙŸ¦ÃŒ¯OÙ#£\<Ïe¿ízÖʹ°5û9P¦¹º›µ¿üæ_m}aöõÛþØÃ¼/Ë#¿òÈ¢Š¢P¹rô3fÍä™XÿÃt|¦#•+WqÊ^cµñVEQeßvòÇ\ÖÞ,Å+ýÛY%ó/UhŨgÖ0kÏD6nƨei>½;]=?`@Órx$\åªçStn\‚šáÄmÇWkFRßë& uèÞR•¦è´{û7eÔ«¡4šÐ‹ÞÇ1°®/Ñ›¾äí- '½JwŠ.sÅô}\Åôœ¥vf¿êâW†²^°õÀ)â e)`6:0XX­%ãýZ³±Ú”´kã9µñ«IiºËyžÔóËÌÅ\€®d¼†ìê½ÞxNe:Zè *"F/æƒZ^™ÞÖøÅÃî•ï,x#¬jeJ¸XÈ£Üãß?r5\ÝÆ¿BåZéÛœlÔéæÿ¬¬Ì«pQgœmObXZ}O?ï =dÕƒu·oûº:¦c>ç…çñÖg¥yFoš7lÖ­4Ýflæ©?ä›Å‹ø¤ÿf¶ý‚•cŸ¾ÿ€A–WåjgÖ&£ŒíµÙG¬´Á/¯ìÞÚ„™Ê—Ú=šâ=è[6þ×.Ç·ð¯G$Ã*zXéÓ *Sùæ´Þú{ÜN÷"¨q%¸Ó`.Í®pélyúOŽÀG¥ÇÝ×bH0˜ÑCnʰårÓ/2í?Åîÿ@[+„‚®vö k6níZŽmû¦y›ÈI³W6ź3ùóÖqsÃ'°% {¥íÈP0.˜³M{|ŽçUôVüµþË–¼ÝÜ(×dN»‚ÓÊmN÷©Çº,W—¯?K—W+ µ({ÇKçmûÁ\yyaƒVû¼=Ï-¾Duoˆ×àØr¡3M~þ‰K…ÚÐ9Ü’ŸÌ]Û3~Û‘Æ`k vȯXzöPìð©Ó¿Ø1öÙÛglÊí¬ùrò̯ä/,.Œ(ã×ѪV®Bû¶mY²t1íÛ¶¥jå*×lönÍÍöyå&;fmânéx>D›íºw­^´ò‹åÇÙÿã^D~¸‰ïßoDÌ7#èÞ±Ïö~—y;¯ªò£ÉçÓéz‚/_zŽŽ]ßbÞŽs$˜ÎÌ¡ àNõQ?²áÃ\7€çžé›4tž´…å}J¡É4ðe®‹…dúÏâÏ·x„Ó¹Eú½_³àPüýZ˜®EªSA›Âѧ¸—ñ¢úmn?«ê«2ÿ᳟—77iž¤ór†`º z§ªT BX*rµQf晡ôöÜò7ñ†ìiP\‹T¦¬Fáì± —-K¹réGJt³øÉüô ‹/µ[ýܼ¸?§ðÖ²T:Í\ÍÍî²â­ÉìŽÕ§ÕÛz´EªPV“ÂÑ'¹›µlŠúAÌésÄê-È ^n›í³ã¦é·û>¹Ÿª|£xãËîxnÌ’ÿ²ë8/lVÁâQÏóæ×ëX?2”ëç±íªÎb¿q¶e«Ÿþ:{¶þ EjPÞ[eW±Ô†¼°û¬²5wÞ;¢ G³nõn~ýáoÜêÓž¼®Vüµ}z2yP´×—8K®÷þfå÷W)üüx–­XΪŒc7ö"úÛµü“heL±s¬±vÞ–Ìí˜çt´cܳ>^‚On´.pžo×maÕ—)Ýé9B´9‘“ÇoÛÏZŽøëc°Ã~%Óª¡½ç'ÿbÇØgoŸ±)7‹¾,oüÊ#µ"šNõj5(]ª NmˆF­d[KTÒqíâ,Í„x?ż 1÷g\ƒhúÆBš¾af¥ÔsLÙõS²\²;†!¦åk Òhø~na&FS:{šL<ÃD36µÊÂç¼½ˆxíCžß3ŒE}ºðoÏn´ªQ —D®Ÿ=Ì¡øÆ¼9´6ƒ{—¥ë¼‘Œ,0‚î5¼¹²kãSˆÓ“P-(úL»3Ïß(d»wú¹œæÑ¯NIf±rÎ:Ê>_™‚ÚNßÖY-ÓtbHQßÚ y1˜.s_çס¼Ø¸~º ü} ðKOS—A]‹Ó{ÙH^õz•î Êà«»ÍÙójtmAIWk[8ÌO¦)wÏs`Ï^.šN¿hü ­ŠÒA¦ŽY‹þùY¼^§^ư©Ã;ŒžÜ’ïÇDâc«N¾uÔ­½–g¨Çkt¯S÷¤Üp¤mÝÂÔmUí’Tz IDAT¦Ndôt…nµ‚ÐÆà²\Òe¥ ¢rwînŸÉüŸ^¢¦g — Õy¦af™âë˜=dÕƒõ>X‘a&ûPáUmŸ÷ÜIïe—s]G[ö—zå¬Ú™H¹°ø(·8|øhÊãïf¦å…¥Õ3åò~þ÷‡+t×9²a6Óöi©ÿQ7B´`°ÑG¬µÁévon~ÖŒlq ¥KÏ–Oú€Ï-õ§ßuIŸðU€” ùzEõK»rå÷%Lø_ •Gt!T ¸æ°Þ†Dî$‚›·[ZùîTzñMúÞÛGñà¯EQ£õv‡Ä;ÜÓ›ñ-¹)Êpq°_ÄŸãÀž½\0$séü´Šߣbß¼åcLdG¿°f¶ì?³Ÿ°¡µè®æ 9ä3l¤1é¿6}ˆbÁg6±WkþÚŽ{¼(ä ÷mbÛ?!´³.œ%W…ø¿VñsL1ºvnDÕÐÌ+Ù­!_ ØÄòƒ¯Rµ¶ù4¶o¬Q¬èÑ–Tp|Ìk[ñ ß:Û­õyì/=Âéö| ÖÎý˜UªÊŒi_IzÅÆó•ÝvmÏøm׳VÎ}€­1Ø!¿’µî–žuš·ø „‡â_ô¶Ç>³º2s_›r³$“ÆyãWÉ@ÀßßßéÑ´FnœÙ74ûùûÛUFì;ù_ÈjËïz¨0få2ªÎ™ÅòMÓ³ÌøR¶GP(µÛÖ&YïFÅs˜ëù–¾Ç Y Ú j´½ˆ7žMûzŸ’YoJ&ý)[qïï u,¦lO&½gNäÕ Æzj¼ Ò¼Z efîÆÙ›°sXä7‰‰K&1rµ±ÏBÁÔ(œöå4Oª [À,ÿ/™¼âKÞX®<)Ñ•ÊÏ?M ƒï\]ǘÁY72UgÂΙ”]õ)+ã3aPM¼Q °)o½^vãÆ±´ËJU°U'OªÏl¿/™¸|¯/VÀ%€Ê½¦Ð¢N!Êô˜È—7?â«¥1l>€JGЪ¤{Zý|¨;ò}^9ž9£^| í<ž Šg‘©cö]Ê,_¨Ã“ª>¤óæWX‡’«:Ú²¿ÔÛÿ°}ábÆ_3þf±WÉ:¼8~ MTfêœvæAéÈJý¼œ·-2Ö¡Tz~:™W[¡VÔ6úˆÕ68ÛîMFãÌ+¢Ù^ d‡A4›5œmÚgè^ÃÛäk“iI´I\4†eWSÀ'˜§‡ÎftÒŽÉQ—È$ÐziQ¥ÝG]¸)¯Ø4S[ܼ´`ˆçN¢Å3‹ýå¦ ‹~`>OûåTÆ*< úÁ¡o3ø[£¾}KP)²=ïÍïMLj@ãŽÅh“¶úE’ûH=nÅvôYû“ hÍøÈasÔg˜ßq—Ù/ÙáC,ùÌFÅìÈkÝ_Û̯*@ãaý¨õöb>ýº ¦=eUÞ%W%†=ßìâ^ñž´*ãšíºWø34òÙÄ/+öÕØ‚|¢ìk,éȶTÐ8<æ5,œ6h­Ï{Û;^ºRöÙÞT7ŽÓúò´é{åYe”»¶gü¶kŒÏ¹°ùÜèˆ_ÉV/ËýV£ÊGþÅž±ÏRùJý±Æ²Lò¯ä7Ìý©p¹víjRn 6èõ¬Yµ’¶íÚáç`6ÍšuëéÛ»))É<Î,_¹–ºQ5ò–£‡Q¥Zu„ÈPt–Stÿ±°[gÖ6\Ê·¯…ñV¾þ˺=ÃÔbÓØ1¹n¦¯‹ŠŒ‘ÈUd%<–º}LǾ£‡Ѻ]‡ò^оÈÜ9s˜>söF Hîq@LÚqËä︴ë‰iéu€ãhfÌ#X^5äîã¿×¯_ÃßßµÊòç›4jPTªGê÷nÁÒŠhš‘6ó<°OD|†ã6oÍ.rcsOÚ³ƒqX¶tñ$éAlÎ1y˜²sè¾)øîýÞÌ:¾Z2üëwhR Ë–žô-[NŒí‘c~´IG}ø“ЯÄg8nó9Ýnj¯Í=i:‘g,y&±Wÿv•—cŸÃ@tÕŠo*P­VãïïO•ª•)R¤nîÓº¨Ÿ ![úù!O\–ˆ@d(:³m9^Yµ—W¬•ãRŒ«öÒCìBÚ/²¹Š¬„'E·2ö=ü@´}‡ªV©pÕjqs÷@eek®µk*•JfÝ”»9‹ Eg‚ÈXd#rY ¢[áÑ DݵÓi7i÷̳ґ¤#‰œE†‚èLd,²D®"+At+XDϺ×wÊ Ê%ýnõzrrÒ!èãÇŽ‰µ‰œE†‚èLd,²D®"+AtûPØôãV¯«Õj||ý ¥`¡Â/}P3>¾~ÄÇÅ>ÖJïñb?±|AAAò-I œ?–¿¡JÕªæq0j%e8‹Ç=ÐAAáѧ@ÁBT¬\™S'OR÷ᢉ ‚ ‚ ‚ <)¸¹¹áãëKÜXH³ˆÊçŠAAAžÔ**À`0<Ä@TâPAAAáÁ¢‰ ‚ ‚ ‚ ˆ ‚ ‚ ‚ o *ÂAAAœÚr ª8åx8($œZË;݆°ö²N´,‚ ‚ ‚ h’r•_u%"êefnZÁÔÕgH= ‚ ‚ ‚ <¨“Ž’p’ïæý‚¾~&ÿ|œm¯‡â–~Qwƒ?×Îæ‹>dá‰$³­N8ýSæÿE¼lMv.6e/‚ ‚ ˆ¦êôN94*ÿ†|¹ïÇ7~Iß:AhM/&eò«ïðé”Ùl»’eËnê5~܃Z‘/òþƒ˜q"ÿ¬£oqþïÜ7ä;²T7%~4*Ž_‰§÷×=k²AAAQx·æ¦œâËZøù P‰âúà—q„1ò€µU876 £Ó‡›ˆ ïć«W24Ì-_(H¹ù-m‹–§Zƒ.Ì8•b§ ¨þ™èl‹–ט۬¨1MÈHö'Ú’‚‘ñºþ*f7H+ñüþn *•(֦”oЛ/v^G(7×ðt¦ÕäN~Q˘¶ÞLÎëlÔ-ñSÆLgþ”wøê`‚ùÚu¢7} ‘¥3êY®vfŸ’OP ‚ ‚ £ʓ±"j5^‹å×QÍé0÷" ¡@î\=ÎÆÏ;síšHð‘U<§ÎáŒFNê–ô—WÓ¿ÇDv€¥ ö¾ÇÅó·ðöq•Þ+‚ ‚ (åïˆ^ÓŒ"¦ïˆ¶ý‘X iu×ðÞÜ‹@I^Ý|–³'ÎðïªðÎ.šÍL‹yî´ûî4W/nâ墯3A/mæÊµ lêÀÍm?r:É‘rÿåÊÕS,mç ÀáU;¸ši)3ˆ—Öæä‰ûùmª¸[—AÉžó˜ý\ ¤îåÞ9t/«.<ˆšxŒÛÑóû–ÍüþÛLZ{I»ùñDb%ž³ºå„Ô›'¹`ăÝ8ršë—ÖÓµ¨Zz¯ ‚ ‚ <¢XYÍ?•¼rù2'ŽãNL ϾÐÙF7<½4¤/Ìùºci‘.éô/üÀE¦·,ÅtÓ‹±ÿr!ÎÞ™ó¨¼+Ñ,Ô…¹Wôܽ•ˆ¢ò!¼iêy×0Ä]%VïX¹¨ Ѥüxb.“ %šK1ž™ú ÿiÉ”ã_Ðç³jÄgŠð.³ñƒ~ ›±—›™%ÂÄüóu^÷àöt(=™ÿblý²|Ó´7ƒßÁ‹õ‹`îµßïÖ®–^-‚ ‚ ¦a†Z¯ŸaÃ)Z¬X>DÉ‘è•Ë—9rðUªGàáé ŠÂí[·(h1O‘W~âÐxØQ¾bHoiAž~© ¡¦™ÜÊSÅW Ùâ2Z  Ç 7æWkÝÑ)½ñýXËuѺ¤W,-¿:-ˆVr<9 òŽâÝ¥ò¿zrp÷áLÚ½½e/ÍØKÁtùðušFóͨñì¼k¼ŽZ“¶\®#EgéÆŽ×͘ݎ{xEñ鎭Tš8ió7sjû\Fn_ïKö²°CálÁh£&ÍÄÓ‚ ‚ ‚iøáæFRr2û÷îF…Š"ÅŠæã@4Ÿ,‰ž8þ•«ÕÀËÓOoo4 *•£/!ªÑ¨’ˆ>ƒ®‰7îÁ (Ïfþá1Aí>¢5 ‹»ÈECQÊzws~'g•«róÅ_ ¤Üàȱ›èj•ÀE—‚A£ÅÅžzTÈÜO65æ€IÜ«çöés$„ôàÍ!=©`8ÆÉ/ÓQP¹¤¸‹½üGRír¹¬[vÙkì¸)1\£ ½Æ®¤×˜Yб#öÜaóêc$v(œmQÙÚ… ‚ ‚ <©ø(@d:>x(_¢ùþ«¹q±wðôòÂÓÛWWW»‚Ðlïˆú¦Æè¿Ht+ADicšCoDñÜò˨Ëtåƒ.…ûǵ&¸`a‚‚,U•®K.ê`½]U®gEÚF¨…?‡U¡x©’,ÝM1vÏPáå|T-óüCPD üN}L“:MiÑîe^0½oeºµð3N|T—bÅÊÑ`ÜÇëfFöz;î‘xdË!¨|jÔiǨ=Æg‹†!Ÿ+AAûÐéR *RŒ¸Ø;ù¢>ùþcEƒF“‹RR‰OЃk0ýçL kõ¸¢% ¸/.ê‚´š¶“ucž¥z7 •¤dð(Z•ʾ¹Ø ì¬r]JÐmÞ"×/ŽwMa_îÝËÁ¯‹º…ðò´‘T09åÓàsÖŒëL"nÄŸ9ÈÞ}ǹíêOÉ*Í©WT ªšMü–/ºÔ Èô ÷HÁ ÿ’á4mŠ:‡u3'{;î¡7øVÖԛќ;dï²4|y&+GTÄMü‰ ‚ ‚ Ø…b0ÆTCþøŒÊÌÿÕ€‹Á`HrÆ –,˜K»gž5{mÓ?ÐãÅ~ÄÇÅZÌÿÝÚÕ4jÒL¶\ B>Ä×?@„ ‚ w'F„ AÁ1LÇÊœŒ³Œ ˆ ‚ ä£ 4î^2¿ì?ÃÕ[ñ Š(BAÈjµŠ¢>4‹ ÆÇÓíò¨ ¨ Â#€¦³}ÿ‚ýhŠZ-¯» ‚ 9CoP8öïe~Ùw†Ž*=´qTRAQA„Gh@¼r+žÆQ¡¨Ôjd=TAÈ)jµŠJ勱rÓ¥Gbl–í¹‚¢‚ <ñä‡ÁÐ`PP«ÔH*‚ 8Š‹JõÐ_ïmºÂ“Šìgá¡ÉIIÄÅÅÚ}ÄÇÇJe¶,EQòÇ¡åÐÂ÷ø`Þ1óú^ºëì×—ASÛw¯¤³lùf'×uvæÏšþQ< q]öÎ>š÷úp†ŽäxüGl ·vû í.§~%Ÿ2Á+ˆ ‚ðœ’Ì}û˜>u²Ícæ×Ó8°o>>¾æÑ†„|3¼95KRªh ¥j~ÀßÉ »±“¯zFQ±¨ñ|£I§ˆ?ö-JWàå ×ÑÙ*Ûp›}‹¿fÙÿ®’ê@½rtîpäÇõìø'ÖX¯Ä?y;v/Sº4ä¥gòËåTóùm¥X‡’Hôþ-l=t˶ü³ú;ì_8…[£Iyu·"c9°-<ŒrµÜÚí²»œú§é%ùŸ7*Jµ¾ßs]ïÜ6 ‚ðp­¹‚ cq‚¹/wcc›müZ=é6OðìUÙ‚ØXÎy~Â’^ÔÞ” '´DA´²Œ"ˆ ‚ðdᬭCƒÁbzáºwïιsç A¯×[<3m©Òýí8¾‹ñÁ•LøáMVv/~ÿ!Æp‹ƒÛ΢ið Ã:5Á'ý|¶ý™@Ù—Þ¡OëP\3ÊëÎÔŸº§ßÈú¬yÆõ´­^y©“òEAQûRÔÏÿ~¸˜ÞÛ¥gí¡}"x¹˜È*k~[éKÈTQÏ›:×ñðláa”ë¨ äÖn„ÝåÔ¯8S/š²t›µ•n¾öñcå]QáIBæ”AÈ?ƒp\ݺuãüùóŒ=šzõêÙ~nK?±hÚ~Š¿ºŒ¯_ðaßÔ…œL2¹®Oæn2èvt§J±‚”)VŠýwqWŸÂ½d87¡>ÒÎ7›~†„ÿfÓ²X1úm¿_†î6ûæ ¦cD1Ê+H™r5°ò©iD);^£q9c!5ÛñÞ·çH2­cêu~Ü—–•ŒiÂj?ËØHV@ÑßæñÝhU£¤±ìbEiþÑA•,íTî?¬) (šBT¬\‘ðJqÉtŸ~<Ó¨2á%³Ü'k~[éõ7Ù>¦Mª•J«WA*7îÇä…Þ¡:aÅ R¦XyZšÏ±»Šm5–Ù´ZÉŒ2ÍÉ àú‚§ÓîQ†_ÏhC¦#ù?~úøyžJ“}Õ&ýY~Þ´:.­éGãÐBÆû• £ýÐ…ü“^_{êcHàäŠá<[½¨1M™Štû æêcQÆä‘õxX2O<ÄG5 5ÚÄîâ¶Ñ§TAZÍ7Ú¹¹¶ZëŠî{g¤Cõ"iuêÀès×€ý²·f ÛlàÖ–AÔ(V×~¾‰^Ew ýÊQ¦Á'º«X.×^9ØÐi6È±ÝæÐn²ÝÓ†Ýg=lÙ¸C~ÅJÝmøÓlzI=Ïü¦ yq;ñe8ϾAxðÈŠ¨ {÷îáåå•ñï÷Þ{óçÏ3jÔ(œƒ’bwOcõ:¼ûbžŠ{‰2kç1{ïP&5ôÍ´eÕ¥öxV}Z/Àů,ì X¿eÌê^WÔ¸•ÄõnÖ{$q|JG:}u‰:Æ1«ai\b¢I®Z WIJ´aØ»­(ã~‡ƒ‹ßeâ«=(¾“¡!Z Ã_´§×,Wº|¼‚O*ê9ºø>y¹>Û·348Žã›·r“&µ ˆ˽ÂåÐÚl»OMÛÎSÿ¶qŸrYóÛª×]Îýñç‡1mj’N²þ£·™Kjë6îd¿ªX±›Ûôr%›í9Ó¾A@T„'„¥K—òõ×_³fÍJ–,ɯ¿þʺuë¨W¯C† ±3üLCm_ÿ„áéE´(ê‚káô˜ÄÇ3¶ðnƒ(¤¾ŸÞÅ·,!ÃñNÏ{×xÞ£HÂ*g8EýÝûy@‰ÝÅÄÿP¨÷Ì}ßÈfÔCgL£-ßšgÚ4Ũ®cWÄ~þý*ƒCJ¡ŽÙÅ”yg½Oú”EÔª¨eÿ¶Î|ûã9s7–QªÍÕ¿_?²LC±vÍÖ}†ºdÊc°·^%ëÓ¨a¼i@8[Yß÷<µ»t¥Ey-4 çÞß3ò—}ÜQ‰ 8{Ël@“&ñêU5ðkÄkòrIk›6°Mí¨©F :ÈzΦŒCò´Sæ¦vo­]Øè†ØÍLšyœ‚½60óíºÆk"ñ;Wafóϳc©¢Áa[Pb6Yoóa<õá,:ïìÄÈ!ZBm¦Èðm ®ê™©Ùl,ɶ 9ìgÙû©m»uÔnîÿmÃî³|ŒÜšœìWùϲ?M² ]f½bw9;A@T„'Œèèh^xáÖ¬YÃG}„V«eüøñ¨,ü\K¶‡Á´ß~Ó_Ëܽ¾´]S_EÁ .F‹Mùô•élø¯}J»‚!} –‚Á `È(äþ;N¦çe+ç“/ìáx¢UŸ®„‡i~0_¶wi‚ Ào—bI1(½—“ÉpùãHB>ÎÜŸs·H67_¿l¾ÿ>ª¹tÉ6ïS(Sþ$ê¥-\žqùŽƒÁð¢HI8r8‚Ÿ#mõ.Kyy¹¥·S±.äèœÕ¹Q¹QÜÒÓî¿WfÌ›Âå-;é~=v…Do¼t TI Y§`P°]ŸJ¯ðjãïø°O NµìËýúÓ±nIÜU¶ud[ÆJæ‡a3öôÐdžå\ÖæZëéתµ7¹V€ˆÖa°kÇnë /ˆÃ¶l‡\=}òÖÄÎl鵂}űn`•ìv¢d÷ ¶ä’Ã~fpÀnsn7Y}ƒ »ÏY³qgû•x«þÔ’^2ÛJ’³ìK†bA@T„'‹^½z0jÔ(ZµjEll,½{÷¦\¹r9(E’9µb' 79ù|VeI±xõiº¿Y­Åõ {Ö€P Æ«*sé̕炫 z}F@« ¦Ö§[Çt½S…Æ¿$\·Pîe¡¾6ï¥]ÔËEƒ å~Ô5 Æ—8ÔÖ,ò²©—ô"UfÒeΛzf&/¿ôw;ŽcÚ§u)âzowá+³?à`¡>nÁô\r˜F¿¯féœi¼ßeӞϷÛ¤±¡#›ò°Ãž„ÌU*4jÐ¥¦¢ØµŠÍ~‘ýZz0«¤]U·{äªÄszçîà—7ðýáT­ã—Q³åÚ#‡œö3ìÖq»±×î³`ÅÆýíW®o±ÃŸZ²ûלc_‚ H *ÂŒªT* £üŠÜ;ȲÕÑuŸÇô¥MœZ2Ç'wãÝ‹96äsª»f|ˆñþÇ)ÓÿÉ6²>ò¤w-Z“rš¯9²ùî6¬i+Š™²³œÓ œÆÀ?‡(ܳ&>Y—–têg)0(fÓ¹ÚºOjæü®Ô+ë‡I²êÄ‘2³ÉP冷$ÞI0~hÆ‚8\‹Eê6¿6$î©§Œ÷Ê«xö7NÆ[#^¤QW ׃´p5‹Þ­ÕJÔ‘Qõ»Ñun+Z|2‘-o¶¦g UÙ”GÖö)IæjŠùÃígˆÓGâ®Î{™±7Ëý"]7G6ç^Ã(< ·9°ù$îI˜ŸÚ>Ù[°ÛrUˆýc,Ãç§ÒmÙN¢–·eøiöË—Ô÷Sƒ%³C9ígŠvëˆÝ˜Þӻώyïád¿¢¸Xñ§–ô’Å.œf_2 ‚¢‚ <ÙÁè÷ßO™2erœ?nß<6Þ*IÏÞ­¨^)ó‡'ÊômÁgÝ×±dÿ»T¯›»zª3´o:ÏíÍ ÏÑôjXÄ«\÷h@‡ºöäoÂÐ>¥é2¯/|Þ¥w“ ø¦ÞàìYöy†R*;+ââCa?¸w`[ކӮJLŽÜæ}²æ¯ì¤z9»­®E©æAüæñÌ^?œHÏ›\Rjó\‹R™Þ‹Sù7bØ€0:NíIí{¼Ü"ßÔ³¹ ¤ý ‚{©(Jó˦.¡\· ¹ßãÔ-]ŽÚ¤»¼…å[/¯rƒƒ¯‚¦îjÛ:²%c×Ü÷#§È\S„ú*Âø÷yk‚B¯:EÑÞÙÍeߣ³Ú/žjÄЗCxvz†ü˜Þ‘¾\Þ6‰±;êŒD%wc€ì°-^îz IDATžÙóç´^™~;0m«èýS¶5›¼ühðÁ$º Ō׺þTì=VÍKâ›)¨r§Òëß±"àÆÏþ€×–—f<ƒÂhU¢ )?ˆéã/3zâû¼²Öx]ãDh› ´(&vc¹>)·±mætÆ^6~jÕ«L#^úz"Oª²ÿæª*‡2Öd3ì‡$sWÊõ_”ëÃø|Î0N7Ê7°\]Ú”ñ°ð{ºVúEƒ"„ÿŽ%ÞïòÙœWé7É€¶XÇmäín%¿{«äÎ,·¹‰óF²<®Sߨ‡ jÃèw£h>ú-öÞÎÐ0ËåÚ–CÎûYæ~jÛnmÞCcÃ7,´e÷™³[µqgû5»©a^/MJe± w'Ù—  •™ÿ«ƒÁäŒ,Y0—vÏGûŽÏÙ'%9ÙìyE~‰\Á)„–)bñÚÉóWE@‚ 8 DAx°(ŠÕ]ö¢V«Ð\Ô*‘© B.9a%Ø|œ§üô•Œ#‚ ¨ ‚½)àÃéó×)„Z"A‚ÐÓÿ]£xA_† H *‚`Í£‚Ùöç~ØuƒA¶è ‚ 9C­VQ4Їf‘Á" A@TÁ>|<Ýx¶q%„ ‚ Â#ˆZD ‚ ‚ ‚ H *‚ ‚ ‚ H *‚ ‚ ‚ ˆ ‚ ‚ ‚ ˆ ‚ X#9)‰¸¸X»øø8PåóŸg1Äñ×ü÷x{ö?$æõ½ô×Ùöq_úNœ¡#áñÃÈ­ÝæW»“þ ‚¢‚ ä‹@4%™ûö1}êd›Ç̯§q`ß>||œóoJ ¿ÚŒBøùàþ>‡“@}ã:GRÜßx>âË“Äÿ=ŽzAÁôøþ6c2ÃmöÌŸÎÂWÐåùCÝþð=[þŽÅ¸—¡Á”}mO¶‡<Ã=|ñ\ºžÁ–K©æóÛJÿЂÉD.þ¹™MÝBöÎ̬Ÿ£y(­°"cáÛÂÃ(×QÈ­ÝæÀ7HxDlTsäç[AxàìÝ»›>úw«é’ûñû´ïøœ}Ïq»\½#ߨ{±ñàø˜®¤&s|JO†®öeÈ”µ´ öDïRš0í-~z½'ã7gìÒIDÒà^¶,n‰¥ ¯DÉ‚îù|ÆÎwWÐzh3ŸÖE³´G'f»½Îû‡Ó¨° wŸÓôyMÒ ¦¿Ø•ïÛÿ¡ˆ@<¤Û<¹ä•-<ö6fÁ7â¯AQAžT ƒÍ ÀÝýÞÞùe×|ÊêÛ>¸³‚±ß½ÍÆÞÅqɸémöo9ƒkÕ¼Ó½k¬ {øyOÁF1 }÷Ùz²`{ÏGÀ‹ûQÜß•€’þ™º¦8îãùÀ"x»ØSNÓ ‚ðhúA„|‚lÍáñ ñofOÜG‰á+XÜÕ‡Ý_-àŸ$Óè7™»Éº­+%Ó¶à鵓»†dî&Á™ÏêR(í|ääIüoõüƒè¼-þ~úÛì™1fƒŒ[{‹T§ç² Ûè’BDc…+µfäš³$eŠ•¯±c‹Ô+kLTõFo¸@rZ ü¿±]¨_±˜±lÿÂDùËö–:×ÂT­Z‰ªU ášé>}hV»"ųÜÇl o%½á[ÞnKÍâiõ  D>|>ï ^iY… ÿüüËR凉¹§ØÙÖly»µBŠe”iV^ÀÕ9Í(’–¦Ú§ÇÍ·!ù?Ö¿÷,UÓd_ªn?Í/“!n| ™_çã I̺?‰ä¬±D/]ÌüMY’ìKñt5æ°bN{¼­}<Ù @ÝqŸòï‘hQãY;mné:Lìž;€>³OÓùáù$9mú)LÍk¡ã\á,õú3噾40f²õÝ'x~ìBšl`JœÈgǬ[ü†–‘/}μ;ßýSïŽï¦Ÿ˜Ò(›=ËdÿÃ,y«aJy¡ 0¸\w’¯'ùÊÿ]ÔÓ ôò®Ú•Ç¡ŸåPð#¼·¨;Aûùrúdf?¾ŽnŸåÉuQöý›)Ó'3*º#›§%`p«Ì¤OäÝ] ´¥±åi¼X"^…†.â«I‰PáQ+š27*Ùüòd?F¾k£Ï”…ÌmçOÆßòê¬mÅ{Àw0ííÑ„ëÈüý#¦L™Ä¨ÈölšÁáº=–C‹¹oÂ'¨Ç½ÉwÃãñÈ:Ê CÝ«'øN¹ˆG|©^vü¹1¯gÛ…‰]/ ïKi$OšÏÒö¾œZ9izqXù¯FÖCë¨ÎXp±Î½g³è®µ {øI†µ}‹?Obâ²Ú<¾î_´ôRq9Ë,[nJõû´«]–;㶒㦺û†ªlëŽ\®ßÀþÀ‰,y½ –³l]ú2/ŽíÎAë–ލ[Ή¦‹íÑ阺±öWBID…7;{+^]Ž£Ï‡ ¨£ÁzZÏã‰ù«x¾ëí„»÷CëWŸ„ÄD|.¿Q”pz†5"1±á•ÄÂV*U2×óÂk)„ŽYÁÒYIxŸXt‰ÄÓ;ôÀèÚÄÆê¸ÿãû ç˜&}=³ß>DÂÌí¼r4: }c[VcéòèãÆÂ2¢ºÑ·{§«í«lJÇÔ•›ÿr»";Ñ;¹3>t¦9ÿãËÇè|÷] ˆÑCr"yÿý†ñ?þÆÅ'¨“ån™éÓ3 [3k㺯Ë'CpC+üΕ’¾Ž¹!üÁÕ|8µUá|]Éúês&_™K…gl_†Åý·m,¦ï¾à¾u»É~"žËu9i=ó$éøÐ©[o:· BMsÚÖTŸÄÇQ^øgżRãÍÉv¡d®döëû¨5z9Ÿ<Õ¾pZ÷6iÆ?f/dÏí/Ð\G•Ç‚’¾Üù:?GqïšÛ¿žÄí+ Ÿ¼ŽÇ›{–Œsé1VPóÛYUÆmUÇM•Û\…m=¼Ø¶Ó·ww|€ž·t#|Ps&¼°˜½CŸ¥Y™P8߃³œŒ)W}þß_ !$BÜd¬Ç¾äM¾ ]Ö‰  gàÄžœ×‘:úó¬šxÏ*•è?c#Æ~™B¯ KYüæ|ð&/ÿ€µ ¦­nŸ¸ázÄ\¥F«›ÅVCÛ…Rî4Uñiîľ:qUrÙ·f3éhàôw|¶}2-;ù9ߌ݉Ce·³*ŒÛ7×z[w±zå­ŸËíÑÙ˜ºÑ÷WBID…7‘¼¼ûïSÔõ>Ž*ö=»_ÎÿϮIshSÍ‹¢†ðÖÄèÞ`ûò½äöHrëªhÉå[£s°kg>uÆ´Æ·ôIVe€´‚³@—õXJ._ãíª©2Õ| Ÿ‘ïô· u“H4¾Î–owݽKÙºÓá ì'Ž™SÇÐ;Zäf€3•\1•Q]GóB׌y«­¦Íåû§úó@=­Ó>rP#1×úS‘éh‹‡ºzÛÅå¾Ù¾|/y=’ðp\b˲ýP{MÜ|^bcÁu\²~™Éý -Œùú:¾ß‡Üÿ4ý7¿B²¿ºâ1æF*»UeÜVyÜTußPS?‚ìÈ`û©z/±~ê2írµ=:S7øþJ!‰¨â&’µi1_]Œà±}iÓ¸äuÏãnáÉA_òö–§hÓ©zõ¨»3u\}z½9‚^3x 9Ïü³œóìÂíÝY¾SÇFÑ{Á½ÜéóãzÅàg=ÏÁCzB}wŸa®õ%Ìr·|É÷$r[³ ÌqYOéå›ÖP»jz]õuh•èAö/ðê&ÑÑë"ÇIŒèYâvDU@7¦Mˆ£Ëœ;¬šö‹Çßz˜ÀÂyŒ‘í¨Ï‹,™ó1£ZjÌ#債Rëd=½’w—çÛ4 ?Çy~Ûzt Õ®ûÈUŒkàgk$æÚ0’‡%ÀÌiŒŸ¥0®S ¿rÊ šªlÉÝxò¡XºÎÉ}!³ßÞ—“+æ1åÐåÕiâáæI~Ec¡ŸóuŽ2oæ¹qïaõ_žIŽÃ;á5¾n=†ñÏÜÆo¯vƯÂ1æ:•ÞÎJo§nŒ[—uèkxßPßQ0o|•ç—äÒ«¡ž“«_çÉUZ>7¶°%Û5ÀÅöètLu»±öW÷õ”ƒ´Î>Ñ!ÜåëP3;µš‚×OÉÏÏG£qþ£–ë­ 7r·5*{ó­O«{¸Å/‹e‹~!]©î™¾7mŸ^η3º’ñé$î2ˆ!£¦óÎú³î}¯ò¦ÝÌ|;£;9_MeäÐA ºãæ/ßCze>ÅW×¢ÿ3“èd_ÊcÏo%¿²õ”^¾¦ÚUÓëªò§ûì7{€9÷cð]Oðîºc”éGš=ñ«fB½|£nÄ ;ã;U<=;†¡ôqøäõ‘ÔZ?á·ô k·Ì<Bã&µ1ºy•Évñw–½öƒûô ¹ï]<·«1Þ{ƒ!j×}t-b|MÆ—ž˜?åƒñ‰¤¾õ0w ÊмÍņèØÀ³ü§Û…ͧ~Ï÷ÏtâÜ;ÿÇÐAw1ù{ w¼ºŠŠÄí›* 8[g3û>Ê’ì~¼<­~*ÐÔÀ‹Ï¶ãâ“Xbr2ÆÜˆCe·3*?n+ݧÕÝ7T‡ÁÄ–ùã:d?É¢×3ßñåƒ ?4*Õ.›«íÑÙ˜ºÁöWÖ1Vˆ…ªœÕ€Æáp˜j¢‚Þ[­ƒ†”;mÅßq÷¨1ädgU¸ü7ÿù‚®É= ’Þâ/lfgfT«üìì,vlÛÆ–-›°ÛíNçÕh4´oß‘þ;ÝO!„øØŽ± K ž‰ü‡?ëQå§}‹ësüÀÃÓ“O?ú€!Æ;=W[¿f5}oÀéS'Y²x1o.\´ 0Sø|ñ< È(z]*öwvÑô‚¢ùm€ppõÛãŠÜš+„¸¾Z? Ê€ÁCÝ^Æb6Kà„âäW*¹Ê’dJQDQ!DåIÿ€ê}*«(ruS!þ&$ñtÿØ*„$¢Bq­“Q!„7ÁYdþšÁƒ !DÈÊ„%H‚)„B\?î\ •c³DT!Š8åV"!„âÚ&¡BܬäÖ\!Dµ¢î~R«( ‹«ÕŠÃ!?û-„âï©nDT¥æÏ–g+Ôj5:½Þ€Juc´YQ!DÙ^fF¥>¥->oEI©¢(ääq8õ0›7ÿÊù´4—?ß"„BÜ,æÍ³JËMšø0Ì›+Òh4Ô ­EûöiּŠóa¿$¢BˆIFËKJKó€N^!„Â-Nš,ANÙívNž8Æš5«ññõ#&6ö†øé;ID…B!„ø RÂ%  ‘‘‡Ôbùß“Ø¸É ‘ˆÊÊ„’§ô !„^*De4hØsç΢Vß)ž$¢]¹{—±<µ@B!$B!$ 7!­VwC=CÑ›žs?>Iï.÷ðø[[ÉR$"¢jɨ$¤B!„$¡BH"*Ü’¿íinùѳþǯóºà§’˜\ÝÓçðLJ3ybÁäZ±û ©B!®M*I¨DTÜ4<›>ÂÛ¶ðñÿµÆ_S|oWÀÉßV±bÇ%J\À7íbfRmêßý i×óÊ~Eí©èýš`ÏdË’×x{å)¬é#Ó5ŠA˽|uT’R!„¢f’OI@…$¢â&Ù«¥óõ-øùàW+†6Ãñ÷/ü¿ÿÀ•d˜öóæ¨;ydéq,%F„7ñ‰$4 Áp=GGEí©èý¿“kƒ(·xRêêuêÄ1&M|˜S'N”8ðæþ<ŽØ°Hnÿ÷I¬ÅÞ/|ÙÉX7‘&aa þæ"Ž2ÓoÀ—ùëËmÏm$Ó^|š…´u/3,1Ž{¾>‡í¯ÔæüÌhF‹i;(pk]ä%/yÉK^ø;“Ÿo¹™ÕÃ;o %¬Ø•Pm`^ΖÑG3úý5Œ–è‰ëó© ùgO‘ƒ…Ï¿ÄÏ}ç“ì_ìþqó>Oÿ‚K@ÐéLìÞø;-]÷,\Æ=åìŽku}œ¥¿ÞC¦>Í ½.B!„ÎÉÑ›™oCÚtìH§NW_I %NpÏ-îAí¢«¥Ížß‡ÙvŒ¨u×r.ÏdOgóÛÒ+¡váUVÿ`"štåÎ9» ¿[Y°“)ñÄNÞqõ»–9ÿcXHÀvù=[ëæŽ¢CýÂúB›bÚ÷'0;k³÷Ý(¯óqþûÔšÖ.œ?¢ý>8Rlº»ëQš=Í ÆÓ#>´0>µ›sÏ'' o÷µ_â×7 [lHQoå±÷{ù¡QŽ ü8åVZÇÔ)Šmµúòø—G0•ª¦r1ppqå8¢ý£³ìû9¾¾'¿Ö3Ù‘§T±Ü²é?ò@l×rÚVÙAj#ãT&hj’ýÏ}”Zì6i;ç—?Ïâ#~„!óTVQØ8ýŸqtŠ«Gxx8á‘Íé7ñcRò*x—ãëž¹ƒî-c ç'¾ËÝÌü&•ü+ýÁ¯/¤W«FEóD‘üìï…}`;Ïϯ?@ÏÆu §aû;xvùÉ«Ȏ‹¬1Œ.-b¨[Tv\÷q¼úákLÜŽ†áá„×M¤çC°÷rûlÇYÒ#œèÑë¯ncÅꈈkE»nw«£Šm+'Ö.ãfÏ`ë’‰ h]¿pž†ûùÉ+c?í½þ4(ZÏsöc)o]ìélY4þ-"‹Ú4Œ©KSŠù˜umÑèJÌ¢Û eÚ7Ç0Ë^[!„øÛ+¢73ÅŽÍf+–@©Ðh5^QÀÐE|5)*;fÝÊà7´Œ|ésæ%8Øùzïp|7ýÄ”¨ŠÚ“RÁû.Ê‹7”ŠE6¿<Ù‘ïÚè3e!sÛù“ñÇ·¼:k[5ƒlb÷Üô™}šÎ¿È'É‘hÓOaj^ &v½<€¾/¥‘KÛûrjå<¦MèÅaå7¾Y­#C?o$5x"ï.èJ --ïLãű#i²)qz'}å"½g³è®µ {øI†µ}‹?Obâ²Ú<¾î_´ôRq9Û®vlP”Â+›ˆfŸÉ‚È»y~àJÆ-œÇO÷¾MϘRXòòz¼ïz› ©ÿnjәX#šÝÆãóï¥N–¬]ŸñôSO0.¢ k&Å¡/“ˆærèç_8øoÌíH€å;¿zy÷çmïߎ֑ÍÞUkHñϯô$LÉ"¯(¿ÏÆoëñìG¼gç¦óÌØQø®]É# ò8¼q‡ƒfáü®šòͳӘûäº<47 G9ø93fNc\TkÿUNû\ÖQŶŖ®ÉUÜL¤¼~;Cæž¡ý¸çx§K=´§17 AKzáXôŸLˆÇ€ cH4º2û {_»Û^9O—Îჶ>œYý3' 䘲žïª‹ÖQ³CAñÖ+°ŸgÛ‡3yåáÑ„$þÈ#1:Ùw !„’ˆŠÚ¾§hUû©boÄòÜŽŸùgôÕ=CpC¯&“¥®h)?1ûõ}ßó-ßÏïZøÔ]ÛIÏþ_T&'N_Ïì·‘0s;¯ÜhßXÇ–•ÃXúߣ<:±‚ö”ÿ¾’¾Üyyñ%Oø•ôuÌýè á®æÃ©­ Ëé’HÖWŸ3¹:¹~æz^x-…Ð1+X:+ ïÓV2ûõ}Ô½œOžj_8­{Ž4ã³²çöh^Ô†ÈÎô陌Э™ƒµññý†sLŠ‹¸²‘V:OÄÑã…EÜ»æ6Æß¯'qûJÂ'¯ãñæž%Ö¡º±Uöfɪ>¸ÈFö¹lð Å}OÐ÷Ýûyéó£tEÆê9|p¦9S't&âY–siä;ÀG­Â³Qo7**¢U æå_3nC ÙÅ\Á“¡ õ:Ы{W|€äž »³=Ï}Ÿý§Ó¸è6CDgzumÏ•ñ¿ŠWÞ9LÜ´Ì…h› cÛê»ùϲ£<ôOcQÙíIîÒ:Є5|3ú퇧oCtI ÿ‡ï˜¸v—‹#¬ôÊøÙ½:*Û¶ØXJ¦tÎã”ý sì#dä7¼?£m‰±|ùò¼>(š¸øxŒí/²~aÞÛû ¹÷kOiWXF×VøKâÁyï2äšj¯öGä.ø›8ØÐòQ–o<ÇÃ1õäÀ$„BH"*nhãøxñ0ê\îeµ7á•ëró©Mì6h7¤Uµ~úÅ|z )&85½ÁÓKNó=r +ž5\%’%óéí¤Z 4ïëæ\7Ûqr3» ´ê—XòĽشÖý_¦&i`¬ÝÌ® Ík•-SíM\¬=]x+ª¶:1èÆs î`Ù°Où5üAÖ>âú vec[-Љô +j¯@¼C’™4.šž °uø8¶½²¡Ÿq{„A^zž;„ª-œþq>ϼò9?í=KžÆ«šæcu€[_®Ô†Òy@<¹™}Y–?›åÌ6˜àÔÌŽDÎ,‹céX¨Sfcí²›3Ù6@j/êÔó]Èq@˜ªúu¸·¥Qçq³œú”|#-zÇ—ËîºRFŸ„bc>ˆ6}caýVöf:h\Θ÷­OLl8“]LB!„$¢âçIÓÖ­‰ªN/+  gI¨JV6‹Íi9 jÚÏ[Åk‹ŸæªÐùGàÉþJ·Ëyy¥ÛX´J5×£L;…E–¥ÜiªâÓ*Ø,õPìŽêÇ@Éeߚͤ£ÓßñÙöÉ´ìäç´;+Ûê°çq)<Â*;þžw‰<;XO,aÔè×Èúo¿D˜î«§ÜÍ‹•¼/X¥rwœih7û¿¼˜äU*uñä|Ùe4:4(…›NѼj­Ž+›Sµëpk¹’¬‡]ÄÍéXv{ƒ¨ò˜×iÀa—'H !„’ˆŠ››Ú€¯ò3òqvêgoE#Ýü¾ú Ý[–5MëOD\L9D¦£-êòˉÑ9ص3Ÿ:cZã[úd×\A{*h§ËòJ×_7‰DãëlùvÙÝ»”?¿ëQv½Z£{ƒíË÷’ۣ䭹—ëܾ|/y=’ ŸVì¸Ä–eû¡ö(š¨«ÕW®c õËLî_haÌ׿Ðñý>üãþ§é¿ù’ýÕ5Ûê%¢ù¤çÑψP‡ôàÑ»‚¸õ xö^Âð¢OQ<üŒw‰|;˜Žn$•8ž¿KÕƒ IDATœ4’îQZ ‡´P=œ«D½ŽL~_sjÝI#ߊûA_§ uvöü‘Oؽ-ð) [õCPÕ:\.WŠ«¸–·?î#·[©[sÕ¼ PYàô7gõámˆ3.`çûÉëÖ¦ḩ³mÕAA‚¿<O!„’ˆÞü²²é§õ-~«¢6ˆ&IMÖסU¢Ù?¼À«ÿ™DG¯‹w$1¢OÉ"TÉ<>²ýŒ`´ÿ³ü£é|Ãûû—Ë #yXÌœÆøY ã:ÕÁñ+§¬Wï’Tö`êØ(z/¸—;}žb\¯ü¬ç9xHC¯±C¨_Q{úUô¾«òJ­G@7¦Mˆ£Ëœ;¬šö‹Çßz˜@÷×£4U`w¦Ž«O¯7G0Âk$Gã™–sž]¸=¹O>K×y#¹/dãÛûrrÅ<¦üº¼ú M<ÜLdôU‹A”y3Ï{Û¨ÿòLrÞ ¯ñuë1Œæ6~{µ3~úš‰­#ýGÆ·¿ƒ•ͲéÓ;©ÔÝߎ|2òÁàc,z„·MÆ?ËC9©7¾;Aj_#¤“çc½6D2—_û„†w7'ÄÏ‹®iÞü&ó>È£[´ŽÓëÞæÙÕšÏM¢±â~Ptå±û"´ä~Fû<Áè䆸Ù.p舆äûYIzUëp¹\©gþ¸Š›* +‰bà¢1üÃó Fw©GÁ9Î{tdHç0ZÄ{’½r.o};$¯Kœt´axRmòï̤bèûúXþ/xcÚúrúóyz­BÇ—ÆÒØX3É»B!$e§?`üm”z3‰®`p€?Ýg¿Áè‘“™sÿ0æàOÓû?`HïÈRg–¾tz~9yLdú+ãfßFmˆ(‘Œè‰yðS>H{ˆio=Ì]¯ iØ¡ <  •7íf®àÛà©Ìx{*#Ú/êvG«ÑC¨¯¯ =ýºVð~¤‹òJÃfOüÀªÀéL}£Þ-ü ¯°xzv +ú.ëQ&ð¦íÓËù6p*3Lâî×  ¦ÕCŸ3$9ŒæS¿ç{Ÿ)L{óÿú¢Cx;î|u³FEâö³AUþUˆA? >Ê’ì~|8­Sá÷{kàÅgÛÑâ±I,»©‰þ5Ûj<5×^@f| Wâ« ëÇ“¯ô+6“£·lÙd8ÐÅŒcÉܳükîLF~YØ:ŸPúׯà,14˜ØºðŸ,9e¿8n}òs^¸¿ó~PyÓzú·|4ƒÞ›ÁKl€7uÛ¡ù݈¬‰/ËVµWË•Z1—qSyÓêÉoX0ƒYï<É?ÚAL‹qrk—æt}f.÷Œ›Îü‡îf¾ÊŸÆ£1 G½2ÛYÓI_ò¥÷SÌ\üwϳco˰—þËS#"ä€#„Bˆ«§2åü«4‡ÃT|ôÞn4¤Üi+~øŽ»G!';«Âå¿ùÏtMîA`PôÖ_…í$‹»5eràgœøî|%" ÙÙY¼:o.NšLxݺ×q¼gIŸÌŽø7¼ßíÊSg…B!n6?úOæ¾úz…ù•‡§'Ÿ~ôC† wzζ~ÍjúÞ:€Ó§N²dñbÞ\¸h`¦ðw-ò€l £èu©ØßÙEÓ Šæ·vÀÁÕëŠ|@-D5øùT8-+3C$„B!D9$¢$ÙB!„BQq]FM=ø%ƒ$¢’4 vûu~Z6’±kN3VÂ/„Bˆ›˜ÍfE£ÑÜ0í•gé !® •ZMhh(§Nœ`!„B԰ÇQ»vÇñ»Ü’ˆ !® ½NORû¬Y»šýûR°Ùäw<„B!ªËf³±_ _|þ={÷ÁjµÜí–[s…Õæëä¡MÅ…fÎ’  !„À¤‰KDµh4Bk×fðÛHHL$?/OQ!„$ŸB!„¨Ø¼ùo^ù[¹An©=‡«ÕrÃ$¡’ˆ !$ B!þ"Tj5ÙòD~ñ7!‰¨BP!„â/v¬•„TÜìäaEBIB…B9î !‰¨B†B!„åø+$B!„B!j„|GTáTU?•ï¶!„Õ?¦úúÈ1UH"*„¦$ŸB!DÕ?NVæ+ɨ¸É­¹Bˆ?¸ !„BŽ›B8#WD…r B!þÄc¨<”HüÉQ!D¹ä („BÈqYID…9r5T!„ã©’ˆ !ä )„BÈqUID…B!„BID…B!„BH"*„¸qTçö!³ÉDvv–Û¯œœlP©þÚqd³ãݧ˜²(…‚k]—ý<«ŸÍèWv¹W—é(Ë?þ‰4»›Ë—žÿF¤äðLJ3ybÁžkß5ÑG匧ÌdÚ’}˜$î^?qƒ_…DT!œ%¢3Û·nåÍ×_sùZøÖlߺßš9OÎßχ÷ &$?ÿügð‡ ìç×ñÂð6„û¾ßrÎrö¼@‡ÐÜým.s2G:›ß}“÷ןÅvÍO®3ÙùÝ·ü¸' @ÁþÙ €ú6—9Ùvdnæå¡¸kÚ~šÑï¯a´D^!nrk®âæP°‡E¯l¥î£Ÿñá>lš÷)Å¿`ç0“këê;©Wt ní{דë0“k‚óÛRô~›×Qpüm:ø‡2|uÎÕ2ìél^0žñ¡…·öÖnÎ=Ÿœ¸rû¤yÍC´¬]XF­„¾<þå‘’ßñ³¥±nî(:Ô/œ'´é ¦}sQ¢¼aÖtŒ¯SX¶-ÚNßáú–F]-š6M i“t%ê¹íâ *UO¹9¼“ùøqJZÅ„µ+€ºI÷ñâ;/ó@Ÿ&„úàç_ŸÿX®<ÅÍu½ÀSn¥uL+e–/àÜâÔ.š§ÙóûÊ_óqþûÔšÅ>¢ý>8RòCŠSKï£E½ÀÂú‚bè:þ=v_n¯;íQòÙ÷ñDzÆÕ*œ'4–Oowó–SõWÀ¼u6›Ô.\&ª#÷½¶‘‹vwש‚ñälœ9볪Ľ¼±i¿Ä¯o<@·Ø¢:nå±÷{9;™@ìäbc?ç  ã¢%n}/36lÇXÐ!€Zw­!§¼öV«…BÔ4¹"*„¸ (dn|/$1ëþ$’³Æ½t1ó7MdI²/ÅoÐÕt˜ÃŠ9íñ´þõñd+uÇ}Ê¿GF Egí´¹¥ë0±{îúÌ>Mç‡_ä“äH´é§05¯…Žs…³ÔëÏ”gúÒÀ˜ÉÖwŸàù±#i²)qz Ÿ³neðZF¾ô9óì|÷_L½w8¾›~bJ£lö,ÿ‘=þ³ä­>„)Yä…6ÀàrÝ}H^¼žä+ÿwQOƒÒË»jW‡~þ•CÁðÞ¢îìçËé“™ýø:ºM|–w&×EÙ÷o¦LŸÌ¨èŽlž–€Á­27’<‘wt%ЖƖw¦ñb‰x ºˆ¯&%b@…G­hÊÜä©dóË“ýù®>S2·?|Ë«³¶ïu[ÜÁ´·G¬#ó÷˜2e£"Û³ij<‡ëöX-æ¾ Ÿ ÷&ß Ç#ë(' u¯&XN¹¨¿¢Å,FÚM~›i õœøßëL{f Ç5›Y5¡z—ëTÁxrdT0Î\ôY¼¡ q/=6Mìzy}_J#yÒ|–¶÷åÔÊyL›Ð‹ÃÊo|5²^¥NJÊŽ³Nç¯^ !„DT!J³§±âÕå8ú|È€: ¡÷0¡õ<ž˜¿Šç»ÞNh±{?´~õIHLÄçòE §gX#^9)µ•JD•Ìõ¼ðZ ¡cV°tVÞÅ']¦1ÄôãŽ=ðº6±±:îÿø~Ã9&ÅE I_Ïì·‘0s;¯ÜhßXÇ–•ÃXúߣ<ú¸±°Œ¨nôíÞéjû*›’»ªç1uåæ¿Ü®ÈNôNîŒiÎÿørÄ1:ß}bôœHÞ¿aü¿qñ‰êd¹[fgúôLÆèÖÌÁÚø‡®ÄëòÁÉÜ„ÄÄ ¿#ª¤¯cîGgp5NmU8_—D²¾úœÉWæRáÛ—a±Eÿm‹é»/¸oÝn²Ÿˆ'är]NÚcÏtê֛έ‚PÓœ¶n÷Š‹ú+x(´¡ã£L{ p<Ñ­-AGš0ò­%ì¾ÿeZy¸¹N¥Ç“-£Ü÷•ôåÎû,>®Ä‡îŽì64ûõ}Ô½œOžj_¸ uoCÀ‘fücöBöÜþÍ+1ÖËŒ O «^ !„¨irk®â†g=ö%olòeèƒPÚpNì‰zý|}¼fž;j>¹™ÝZõK,™„V´sõ‹"62Nga̧·b‚”é­.ºÐ/bßæÁÅ#—jì騕­§*í2ÖiH™œÎ*ºOTíCx„䦑c¯Z™jÿhâŠÅËýõÝNªÕ@óž±NhdæÔò¸§KaøÕjÎÃ0çc©àqª¥ÛãÑd<“{ªøú®¦t¸ç)Þÿù$ŠÛ­¬týe@Ë^àÜd9j¦Ìjwâ^þ6Ôºã«Û:˜¤qpv3»2®í³m«×‡B!jš\BÜàL¤|´˜½Ž ìí[—KM}ûß©Œ™žàÆ-®.(·ÒT‹^нèäZQPPÓ~Þ*^ëX<•U¡óÀ“´š ‡ËzNVrþrڥѡFÁ¡\W£SƒCAQªº®¥âå®Ë¿1ë$¡°¤.døˆ9dßþ"ÎëHýyVM¼g•JôŸ±c¿L¡×†¥,~s> x“—‡ÀÚƒsq$­ZýÎÖù”é²Ï*÷r*)wR•˜¦F«›åüR5úP!„$¢BQRÞNÞý÷)êŒzŸFGû¾—‰Ý/çáßgפ9´©æÁ ᭉѽÁöå{Éí‘äÖUÑ’Ë·"Fç`×Î|êŒioé„¶²çÝŠRµz,%—¯ñvÕT™j¾ÈÏÈwú†ºI$_gË·;ÈîÞ¥l]€éðöÇÌ©cè­rH 3À™Ê&€DuÍ ]G0æ­^´š6—ïŸêÏõ´Nû¨Fê·§ñÓ·û |<‰~jL;khÜí³*Ľ¢e¶/ßK^$¼—زl?ÔE“5hý‰€‹)‡Èt´ÅC]õ±Qî¶RÙ>B!‰¨B”'kÓb¾ºÁcûÒ¦qÉëž ÆÝ“ƒ¾äí-OѦSõêQvgê¸úôzs#¼fð@r4žùg9çÙ…Û;»³|¦Ž¢÷‚{¹Óç)ÆõŠÁÏzžƒ‡4ô;„úî~QBëK˜?änù’ïÿHä¶fA%¶â²žÒË7­¡vÕôºêëÐ*уì^àÕÿL¢£×EŽ;’Ñ?²ÄwUݘ6!Ž.sîd°þiþÙ/ëav\ ç1F¶£>/²dÎÄŒjE¨1” •»Úzz%ï.Ï'¶i~Žóü¶õè2ª]öÑÀ*Öo>þ «Öê ±aëg/ñÜ/zz¾5ŽD#8j`*Õg¥žåNÜËÔÐ'Š¥ë¼‘Ü2‹ñí}9¹bSþ]^}&a$K€™Ó?Ka\§:2~唕«?ÅTÑØèã¼oåCwûP!„$¢Bˆ›Z­¦  ¿%šŸŸFãüG-×/ZAnäCÜÖ¨ìÍ·>­îá¿/ù~Ñ/¤wL¨f&êMÛ§—ómàTf,˜Äݯ;@L«‡>gHç@·–o7sßOeÆÛS¹ÐxQ·ã8Z.{¢_qðjÑÿ™I|öù<ö|ú~q ~•ª§ìò5Ò®š^W•?Ýg¿Áè‘“™sÿ0æàOÓû?`H¿Hô%®¾yÐì‰X8é¯Ï`Ô»…—|½ÂâéÙ1  ›À'¯ŸaÂìé ÿ¬pºÎ'”ƃjcTáÖí¥¶‹¿³ìµùL9]øƒ.ÞÑÉLxo>BÔ®ûèsõ—YÞ‹†;Ðà«…ücèk…õ5HæÁÅŸñÔíu Ü5°NÕë3×q/˃æS¿ç{Ÿ)L{óÿú¢Cx;î|u³FE-£'æÁOù í!¦½õ0w½`$¤a†6ð,|°EEc£w¤Ó~è:­}(„âšS•ó¯Ð8SMTðÑ{K¸uÐr§­øá;î5†œì¬ —ÿæ?_Ð5¹AAÒ[B\G¾þNËĮ̂r¹ÙÙYìØ¶-[6a·ÛΫÑhhß¾#ývºŸB!äø+„kžž|úÑ 6Üé¹Úú5«é{ë@NŸ:É’Å‹ysá¢e€(ò€l £èu©ØßÙEÓ Šæ·vÀÁÕJ¹"*„¨ÒA²ªC_? Ê€ÁCÝ^Æb6KÐ…øUp’ž%'èâ&OB…¸ÙH"*„¸¾E®n !ªLN!„¸9È#„B!„BH"*„øë“Û‡„B9® !‰¨BšB!„BQ!ÄKžÌ'„B\î|°+Çe!‰¨B”:xÊ•Q!„âÚ%¡BH"*„r B!jä¸)ÇNñw&?ß"„¨PvfF¥’Åç•[ˆ„BˆŠ“•= !‰¨B’Ñkx°B!„7?¹5W!„Bˆ¿(¹*$BÈAP!„rüBQ!„ …B9î !‰¨â¦>(ÊQ!„$TID…r€B!n’ã«cÅß…<5WQídTž+„BTÿx*„$¢Bq¢ÙÙYü¼~auë²jÅr||}¹÷Þûøò‹¥¤§_âþ±ã º2ÿ²ï¾åÎ{F‘“U~JÇþ)ú. î‚%ÏŠR4Ézn#«·Ùh6 /QŽ3ü¾viõúѯ©“½hù|Žý¼šƒ>=ØÑsn‡6¬ãh`/nmçƒ9?›£Å§çdr|ÇFö¦Ùñ­EDd}êy ìÙ)lØpS9ÍÔEõ¦KV¯ºZV¾íJ[Kpäp¸XòÓvñ“³r[ya6ۋŤÔ:åÛ°eíaÃÏgï=ˆÆÆ,;—v¬â·œDn¹¥JÚïÎë(§íÕ.ÓU»óJÅ>߆b¿Äž5¹Ô°?}ât˜ ÒIYïF¿æ\doyóÙ3Ë.oKcÛ[°´BÏ…|SV÷‡‚‚éøÏ¬Û­¥íàdÓwòÓ†£t»ŽÁòL…óœø™õ»4´ØPk»]µÕœ[N]®Ç˜¹ Ô|¥ÚœnÊ´¯(„Ù)üìªíö »è˼‹{œo?¥âZ¸½%0ùv:™É3ÙQŠöû<’Ü5s¾‰‚s‡Ø—zœ Ù&ì*-Z‡ [@z…cÏËrcŒes¢‚mÞu\ÍÎëÏ·:ûÕ±²u»u´ÜZ¶<ò*»N–íÆ~«Jq/¹^nwÆ·»Û{éýxnÅûm!„$¢Bˆ¿™–-[°jÅrÞ}g&“‰V­Z—HBÝ£F£ìì%Ïè°[ìEÓUਡ†k¼‰hÓ›°œ4N¤¦°wÓ!ÕmCûfaèPÒæZÕÒ•l¥Þ :½;+׌ÊO8®,®T¨Uª¢·T ((*ªª´½ÚeºÑîrú»¨ P«j CU¨p8×·?ŠÆ(( Ò¢¹<¿JÁn³_YVU4Ÿ¢Ö¢VUµ­5£¼ö9›V¢íwû²*qU°ÛåÆÛ‘{”íÛ`«Û‚vmÂðÒš9÷Ûvk¡Ëv9Ùæ.†`ÕêwÒj äÕd™\“¸»;~®Ûø®F !®ùލâOMFûôí‡ÙlF¥RÑ6©}Ο´xù û8狤¯˜É8› ºü *• ì[%ŸòOÚt>a4jÛ‹Í1:L&Z´F¼Õ Ùé6ô úÊKe/ ßTµ,Ërí•;,g}4Õh{ÕË´W«/TîökEó©uxèÁ’™Eqï4¾FÖK±y>ŒAøêUh<ƒðÕØI?•­Ø<ç²Á‚¿AU¥¶ÖØy¼1ou©ö]žæáFÛÝèËÊÆõr½—N\ÂZQ"˜w‘ühØ":ž žx4nú¡r±Í»Z³êÖy_vñLxÖÂO§Â^eVc<»wª2FÜßÕÚW­…׎\BüéÉ(@ÊÞ=Vå4 ¿è†œÜË–µ¿] /œ³‡8|AÁ¯iA;&•?_ ÖSp vC¼íùä+A„‡–>WÑcÐõâQNgÄh(ubi:ljsv¼ý¼Ð*&2Óò@€Ñ`@«©EÃ(o6þ‰Mšêx¢QÌä媉ªƒ§ÊݳßRm0º(·&>RÔ×PÛ+SfM´[íf¿V4_m#Áá~°o;[÷5¡ž•5“£Ø'µ5Ôö {Ø{( ?=œOe_šÿfqø«í˜´Á4Šöacê¶êS×WMAZ*)çU·Ž/œ7Úêö9yéuR;?!ׇШ¾7›Rb‹*º¨m˜µ!„»ÑvåŒ]0ø²ñàz~%‘È`/4Ž\²,€GQ·{àÉï=€gO4*Ù•ü@Èa:ÇÉŠ¶y› «£â¸T±~{^gÏYPL¹dœ:ÈÁK*BÛÆã¯²‘çQýuºÖq/CWCã[]µýxçÝïC!„$¢Bˆ›—J¥Âjµ¢Óé®$£11qeæ³Z-¨Õ®O±ÕÞÑ´îlàðTŽî:‰Ðz…Ѳ-bP,¹ØÁ‰-ˆÜ±›”Í=~ÑIDÔ1–9 ‹åìï©ìØFï6%§+æ,ÒŽ&%¿ðs}­W( “ÚnsŽ–€¸Ž$yîãÀ¡]ì8è´x7 ¸¡µÝý$¡DÚ:/×a­;k¨í•)³FÚíf¿V4_]o¼ê·¡¥uûlc›½°ÝŸêùhkÍõ‡ÚÎÅÛ8˜g/ušt§u‚Š9;|c:ÒÞ°ý‡¶³Õ¤ ñ ¢^ËÞ´häS4Úu[©úSìŠÓ¾ôíH’Ç>úíPhБzµ=Ýhûµ/|u¤ƒÇ¤îaÇáÂZ4¾„ÖòD ¨}Ò¢¹•}w²ùHátµÖˆ_„jp¯]N·yWqmDËæVRÜ®_ƒWP0Þg÷±yCáT­w( Ú%Ó¬'ö‚\”šX§k÷ò>0¬™ñ]µýx÷˜lÒŽr¯…×ï|°œÕ€Æáp˜j¢‚Þ[­ƒ†”;mÅßq÷¨1?„øæ?_Ð5¹G¾7&„ø+ÊÎÎâÌéÓ=|ÈåwÔj5Ñ Òºm{§û‰+;4ƒÁ€V[xuGqذYL˜-Ån-Së0zx Ó¨‡%Ÿ|“·G¹EðPiŒxxPÛóÈË/9CáwO‹ê±š 0ÛWv¥Zƒz½ŠÂzìLù&ìŠ}©º*^Ÿâm°¡8-·LôÊÖ£1âå¥Çž—ƒÉ®*4>xj,ä嚊N6+Ùöj—éªÝåÔ©Ò`ôöFkÍ%÷òÃJÜì×òç+¬GkôÀ ×H+(;VS>f›R½þ(þ •.¡¨•¢ï-+vl&sñq BcðÀ¨×~mÒaÃZz »lkuƘ‹1Tº}(ØÍy˜í(.Ûîf_Vj¼µIoÄ ×~_P;vKf; B­3b4ê‹Ê[ùî1•ËmÞY\í¨œÖ_v}´FO :핯Î*Vs«ãJ?Tz*ìS®QÜ+X¦Ú㻊ûq³¦R}(ÄÍÊÃÓ“O?ú€!Æ;=W[¿f5}oÀéS'Y²x1o.\´ 0@ d½.û;»hzAÑü¶¢ÏÉ\ý""WD…ו¯Ÿ?áu#hÓÎýïƒZÌf·æSìLùç39¬˜ò¬ežiÉÍÂR¢,ù9¦2ÓWüð]…E_Þaƒ‚Íœ­Üf;ÊÔUñú”lƒórݨÇn"/»dyö‚lJ^¨dÛ«]¦«:Ê©S±cÊɪR¿V48°™ò°™®U\WÓäPÁnÎ'ÏìB\{’ˆ !®/Eqëêæ_Uß[âãëWáôyÝ„B!$Bˆ¿(I6E¥¨<‰ê2˜otŽ<䚌B!‰¨Bq¸»¬Bñw ¿#*„B!„⺒+¢BˆëFQ,3V«Õås…B!„{ÔjŒtQ IDAT5:½Þ€J%‰¨B”HBó òH¿Î‰ÇÈÍÉ–dT!„¢’Po"#ëuÜ_I"*„¸., —.\âpêAÅÅâçë‡J%ßB!„¨Eq•™Ijê¼}}©êöOßI"*„¸ùQ«…S'ŽÑ(6–ÐÐ0 ˆB!D 1zx¢Ó騷g7áuë݉¨\ŽB\ŠÃANN~~~ !„BˆæDvvjõ‘âý­Q{ö9ÎçÚe” ñ'q8r;®B!ĵHìÔêêù“3Bóù=lþù7RŽæ€Z%#U!„B!$½vì™)lÞ~ÏÆ=éÕ!/½IE/³‘ubûŽdó§\+VÌ\Ü¿ßeU­~¥°ýûå`—¸ÿyý ªß¦‹œ¹P€‰]hY×£ÌÝ Ö‹»Ø´ý4žÍzÒº¶î¦ØízøøâeÔûÁi5õZÑÑã0»woe±3Íjþ:wn8r9þÇ6Î×ê@G?¿bí*o]„B!þÖ‰h¯’ÚEáQìÚ¯Jï¿§¼œ¢7tuj ìE7%ª½¨×²+Ñžh&¬×»Í¥Ûãê}qãSéðЩÑ{êQ)× ü«ñ≨©2RSImJPñ\ӑÉ}§±º t7þmjO›¶'¼ìôÁhÙ¹VµáÆøú@…ë"„BñwODµ¾… 1[q\9»·Q`ºzÅÉtp9_,üÛ³Q2c4œøy5=“èÞºVa Çöràði2L@…Î×€ˆæ4o䇯žIÊú ¤…v¡Kc4¶4¶ý¸sBO:DyžX*&.ÞÃ#gȶ€Ú3˜È„æÄÔö¼r‚]¦= +x?Öµå•àÈçÜ?ØìvÐyàQx\žAÁtj;[öœ%ߦ€Ê€_x,›Dá«3R¶±ïL&yæÂ¤Fc ¤n| bý ×;9'ö°çàI2MÐñjC»ø7’õW”Ì\úƒŸ~È =ß:_Â4!¡Az•;ëdáÒÁì?u‘ì; Æ»A':Äy’YÞûñþhj:îj¾¾¾äQ9LE¡°~dûž!Ëä@íD݆Mˆ‹ð-Œ³»cÎÝ1^2¢n÷¡bIc׆-\ðmA§6õ0V*ƒr`-°‚Ê€ÞzšÔ“ÑD{Õ¡`IÛÏñ|Fµµp¾ËcäÌïlß—FM•ß°FÄ'DàSÞQ,\:ø;©g3É-³Z¯`ê4ˆ§A˜waÜ ‡wqðt:9¦Â¾öŠJ¢]¬jÅLúÑRŸ#ÇjÏ êÅ4¡A¨jÅÂÅ;9x6‹|KQÙÞµ‰Œð!ïì)Îgà@Oí†$4Ž,lŸRÀ‰Më9äц.-‚‹ö/Îë¨RÛÊÛ¶\ÅM±y|?©ÇÏ’er€ÆƒZñíh\ô³¯æ¿²öDÑ8jЉ¤ZN•Y+ÇSH=vŽl³µg uê'Ш®Ï•X—Ž™Ú@˜¦Ä„yÊoŠ !„’ˆÞ,;ŠÕzå»wªR÷é#;Ñ%Ñ5*´F<¹T8Aã…·§s¾™ÌƒÙœš_TSÚFb$—ã[ãD& lù— óÆÛ¨¡Àtõª¥Ê胗^!ßb%kÿ¯l=¢&¢yZjÈ<ô¿oÛŠ±g¢t´Çq¦ü÷U¹œùÝIye2é{7²ó¸BhB­jy`Í<Îþ?2¸zùE…ο±­cñóÑaË8ÄÎm»ØåW›NÑFPìä]ºDž1žvíë`PL\JÝÆÞ[ñ ìF”8ròÇ®Р ]£³æ’§ ÁËàÀdvuË©«ú+Êg4'¶'ÁGCÁ¹}ü±ÿWvèzÑ.ÒˆÊe™6rÒÒÈÖÇѶ]=‰‰µ0bÅfðD…ìÔ-ì8¦&<¾5±Þ Ù'R8øûv´;PßËN~z:ù†4i„Ξ˹)N¹D`ýXšD{ äžâÀvyѾ¡w¹ísUG•Úæ­.»m9›ƒœ#¿±í‰€¨xšy€ÕŒÃ×€ ºÚÍhíƒ Zƒ'jÌe>XÈ9²™í‡ÌE7¦Y€Ó…#¤îÝD>iQ·0Ö…1‹¦q“ tŠ™¬“û8²k;ŸŽå´[!„’ˆÞˆ²¶³âËíÅÞð!.¹+õ½®žì¨ ¾øz°X(ö‚²·¾Z/rèHú¨tï†ÚjÆjÑ“¡Tj´µ{Oµ\ õX.>MÒ6޻Ʉwã\8ó 'Ó4Œ¨ =VGùï›Î9/¯¾[ñ'ßXÎsødúЩyй«ŸücGØSl6w(a¾:´j‡gqDz=-mœ6ÓåyêP'4»Ù†oÓ&œ;³³Y*y)˜­ùXÐR7Š_f«Xm·n9uZ¿¹üHkB“S ÅlÁî×uÖJ¶:Ž%:ƒÝáæ:…^;»É†–¢¸—y?ïÚÄl¹Ø¬ç9t8Ct/:· ³ «_ª¬•l?ps½X •¸CÛå/V¢UúPšõŠÑÛ ­½€ÜJ~Pd3Ù@ç‰oD µŽïäÈ™<‚¢<±?ÈÉÿÿoï¾ã£(?޶§÷@ ¡HèEº4=Nìˆ §ˆ§`= þÄ®xwê) ¨gÂ**–SAAº P*H%„”m3¿?6MHH!p¾ï×k_ÙìÌÎ<óÌÌî|wžy†ô¦q„®±b¸‹ð›`·€-¼ÉáÅ“ˆ‰ÄÈÚÁ/{óð—D‹ë 4žÄ„ÀY»øÄ8B–.bõÆ-äÕoI”¥dœâ0z²øý|"Zô¥e£ÀÙº˜H+9{—²cW>iÍìÅï‹#>>;ñD²‡]?—’Bb¸â#ñgídÕžýx›Eà:âsaoçQͲ¥YG­7ï^~ß”‡³Qw:´ŒÅV:_Êà '"2hºe7ï^~ßtg£î´k^<øX øuãf6È$Òrx}$¯¸(È^°’ÝÙnG„ªWsÑS@D={4 ºFÔNxl$–‚ƒx‚ÅMÉÁy™ƒ+á>rý6'b÷_èÃ4ýøMªu1Ÿ¿(›Zœ„‘O~U—É(^&Ó,÷uþñ¨÷²Û\6¹~ñ©ñØ<ä»}˜X‰LŠ„¬Ýäц°êî GÙÆöÕ]‡¦¢¼œì >ŸÅæÀîL¤iãpoúœMÈÙ¸[ƒ.ÔµqÐi‡|w`Ÿ³íÞÈºÛØ—´>£üæ÷UI1–âêGÀêlò}&Qôd¸pЀ¢µ ™·¶Ì‡g³œP[H8r(òî*$Ĺn|&¸,Ç>ª½ïȺ>Z½Eû9è·]/’šö›\î4,Nb’"aï~ò<&‘®rV‡=Œpì+òb¢ *""¢ z*°E‰µèð™QXˆQí{dXÀbâ÷V„,XM0*°…Ä.¢s½ÒG¾Vg8Ë®€ezV7žr3‡‰¿‚³“ÆÁMü¸l-¾†éÖ¥>áv7»~˜Ë/%uP.+VKqn³ZÀAj—s¨Ÿ—Å–õ«Yõý64ìBöõ+½~°fó¯0Õùµ9ÍãSï”>°Íùos–â!¦ÕŽÕRÕm®fûMM×aõ’‹·¬!6,X oÔœ„M+X·¶ˆ¢üwŒÅØ6ð»ñFþfVü¼_ýV´ÍŒÃe-bߪel¨iÌÊ×ul«îdÄ–þ¸´:B±7Y-=zàÇR“µ^1-µ4*½¯LUW¡Þj£“,³üOÏJ¦o)©"9Mœ&ã˜~?þ Gà ߆Ã~ï¨Ç?¶"¬>ìÌ­¸ ®ÕA¨<rñ˜åÇ›ÀtLr³}8]6l6롇Å_H;ÐìðˆòTPÎJ§WT:4ÛB㉲ùÙ·e_…½¤ù{É#šôŽ­hFˆ+ŒP—­Êˆ– gŽÈú4ï:³;ÄQ´m#°WûŽuþÕífïŽ<«G´Ã‚¿6¦yœëýˆy¿'{Ûþ@S]t¨³+B‰qYª´ÍUu¯hmÖdV¯lvÀâL¤IC'y;öb$¦S¿¸)ƒÍaŸ¿ FA6‰¤az#b"‰ŒŠ%2¤še¦—Ü=ùàŠ&ÜQñY]Ñ„[Mòsý¸""z„ÖÒýVk:꾯²z³ºb·äìÎ;òsÎb |6y~·5$–ȲÓ0½ÈÊW ‘Në‘€SÿŒ¨/—=YYXŠwV„ÅIT\4NkÑQ6¼ÛV°69f<)Ie¦á¬G³Ô0–¬YÀR[kDÚðælgëA÷zj !!%~û‘¥¿µ¥Q¤‹7›"#(í;ë‘Þ8‚Åò½­bð™nòZHlÜ€°ŠÊ“\Ñë•M¯Ìr8hÞ,Šo×-à;Z“–ŽÍ8HŽçðrXÃb c-W­%¬A6‹Ü¢êq3Šv±u—Ÿˆèpìf²òÁKˆË…ÝçÃ<9‹—¼{7±}±5œ¿??‹»<˜EÙ¿mëöYHêšIŒÅG~è±/SÙí¡¶ëýŽš7äÛõ‹XêhCÃ(+…YëY½ÛB™ÄXýQ…m®ªÛxÙõÀî*¯Ãcê5× Q«½$8ÙˆjœIc_6!ë÷zlÁj·‚ß‹Ïkh ¡¬gÛï[ O‰ÁeóqÐSyÌ6öoä÷->âííýu{ ¢Z¦a¥â%œ 4I cÙæŸYaoN£øìx(8h!.5™°ÚÈU5Geï+³VZoÎx𦆱tóO¬°µ QBV[½ ð]rß¼=Cײvý¯ü´±øö+¡Q$Õ tvbL§c/¿­û™Å¿ßZÁBtjàvUêÇCÖïY]8—gO"½{RBÀwdJÊhÉÎåëùiU}ÎéÚœN¼¬®òüm„Ç'±ó7/*¹}Fͺõ§}³0ü…1kc™Êlµ]\Q-zÑÃõk6üÈÒ"[X<:CÇæ‘˜î<üUÚæUÛÆË¬‡³Zä’õû†ª­ÃCÕRƒ^sÍ@¨µØׂ%$™ô6ÉÁ… QÓ‹Ï0±F4¡]ë"~Û¸†åÛ‹;ò²»ˆL®äÞ›ƒ›W°¥ÐGI-ºÒ2-¼’f!vbšw§“c5ëÿXÃÊÍu›JT£djçôpMçQÉûʨ¼ÞìDOoëX±Ù«“è´3HŠ&>£- —¯bÓŠ¥lÂITj’ÂŽØn#Ó»ÑÙ¾šõ›WòóFkh,õ[÷ yJ¨nÍ""""AGxGþµ6Ã(¹™á±yëõÉ ¾ðâr‡}ñù§ q-y¹wròñô÷éÛÿlââãk´xöð(BËmÝæ£0/Ÿ X„„†â°.R2<8""qù,(iÖhÅŠËiÇjæ³þËXîêÏE}âpê$hœÀ‘6¦áÇ[T€ÛwøJ?»+§Ó­ø>—†ßCQA WÐòËãìèõʦWN½Øœ!¸œNlÅG†¦éÇï)¤Ðíø;B qO0 _!…NsœeëÆb#$"»÷ ‹üXl.BC]جÅW5>¼E…¸}埉´ØB saõç“_àÇrÔù—³žCÂp9ìÏ.0?w!oÉ5™5X¦âõYþëUXÕ®÷ Þã %Äé,›áÃë)Âíñ—*c¥Û\·ñRëÁm«ú:´Ø÷š[Pþ5¹¹9|»h!½ûöÇrâ>åÊ»o§ˆˆˆÈ)hά/:ìª óUhXï¼5…‹‡ ­p¹¹9,˜;‡Aƒ/`û¶­L~åžñå€(ò\`ñc_ÐóÜâá…Åãûœû îªÓ<ÅÉL|ù9äU6šá¥(ßKÙäí9˜S¦›_Q~àvf!n?å43 çhåràsÌËS²TTΊ¦w´ùû=…x +nx )ðV4Ü8²nL©^SM¿›‚ƒîª¯)y‡—Ì<êüËYþ*Ôyµ—騯z¯à=îò:*lsUÜÆK¯_Õ×a{͑ӑNœD ¾€È¨èr‡í¬±ˆˆˆˆˆˆ‚èéÀJZŸ‹HÄa஥É*pÊ©ÌjµŸÛÍT²¯¦öDªª_DDDNa†a`µÖÔwı­n¼ù9ä•{óx)•­V"##É=p@•!"""RËdï#**úÄÿè¯ *"'3§ÃIjZÖoXGöÞ½¦¡J9F†i½w/«W¯"³M[¼^O(·šæŠÈ ár¹HmܘˆÈ(V¯ú…¼ŸsêÌ/v""""'+«ÕJdT4;w¡AJ ùù ¢""Á à^r)Õ©kDDDDNöc,¯×SgB¨‚¨ˆœp·Û­Š9锄ˆˆˆˆˆˆ(ˆŠˆˆˆˆˆˆ‚¨ˆˆˆˆˆˆˆ‚¨ˆˆˆˆˆˆ(ˆŠˆˆˆˆˆˆ(ˆŠˆˆˆˆˆˆ‚¨ˆˆˆˆˆˆ(ˆŠˆˆˆˆˆˆ(ˆŠˆˆˆˆˆÈ)Æ®*‘Å4M<7^¯Ã0T!""""µÀjµâp8q:]X, ¢""¥BhAa>×odñâïØ•…ßïWňˆˆˆ›ÍF½¤zôèÑ‹ö:Ö™ûDEä„ðx‘ÓË ¢ùäñ\Dä”áþƒÙÓ¾a·:–ãÍÌã×wç‘É«)RmàÛ5Ÿió¶ãUUˆˆ(ˆSÓ\9iç VóÆMýI%:&–䳟fÍÉv}·YÈÖfñÅOû(•qŠV2®{2M†L–ÂO9ÁðWž8«)mÿúÙq‡FÎR& ÈÈq¯0o‡¯ÖÖû¶çòÕòlN»Õ[ѲŸÀuzRóç°lÊó¼6GÁ+À˶Y/óðUñò ò íG"" ¢ÅÔ4WŽÿk6ý)–èž/²¹Ê9Àͪ‰Wqût CŸ›Î_~λ¿”4çI¶lEkx~ÄÜ>í<¥öàR3[Ó*=W¾ôÒtoeÞ¿ï`H¯L¥¤’’FÛ>C¸}òäË­°¬4l™I˦ Ç·~|Û™ö׫xÝu3ï/z+ÕR‡äîuLu5c?Ürú…Š–ýD­S©c41•¯ß¹ïóWrÓ§»‡ÎÓy?9‰°Û·7ÅU³\9iø÷±ô«ßqô™Æ=ÃÎ&ª®•ßÙ”‘oÌed]þýàà žvÿú1ŒÎ—_Ïcwµ$Þ–ËË¿cyŽû±„ Gcþòâ þrÜ?IpÉ‹ ¹ .‰›v«ã›7NÐ:•:yHS¯ï]Lûî/p&¢]QDä䦦¹rê2ö0{ì`ÎhÑ€è˜@³Ûz­q׿¾¦ÊôPèïœ+hT³¼dÝøvóõ³£Ü¿3-S«Q¶¢<Ü9…N.?\ïyó¸ªq _ßJpUf½~ÍRRHII¡çSkÓ®¬N‚Ue^Æ^æ=4„¾›Ó°x^M»\ÂýoÆ]¥ú*·rÙ>}4gf4 ,{Zþ|ÛX¼]WT?-{yëÔŸÍ’—o弎iÅe½ÓVmóU\¶*—ý ßÜœAJ»ÿciÐNqð»[ÉLéÆ?uW­®*YöR<[˜ñ÷+é™(«³odêæªnË}zí´»¹ SãÀ¼šväüÇ–—»Ocìcþ#—sV§qSRÈì3œq¯§À¬âº5öóÝ“W3°sóâi4¦ÿ£Ë)ªô}uÕ§c‹Cë*ã¬Ñ<ýæ3ÜvQ7ÒSRHiØš7OaUðv´ì©éÖïŠ#¶Ë#¶¥ ËX‹u)""GùùðQÓ\9ñA4Ÿ _Ëú„Ûxí…¾Äù²Xòêý—úfùIÍpûÙðõwlH¸×_>‹øÂ5|ðÀÝ<~×|úÝö(¯ÞÝó··ûÀÝŒhÚ‹Å÷·Â…¸Ž—sÿK#IIpp`ù[Œ;†i=øþÞL\Å匽äe>ÓBë5ÅÉ≣ 宼^<^áš[§bý<ŸÍ$4g[\ qTPÕ&`š¿Õ’¿œ×ßÞ‚­û$îîŸPÁŒ–?5„+^r0ìÑ·x,ÃÏŠ·à‘ëG5ïKnoi°úÙ˸xüzŒþ;¯öi„}ÿvÜí±“UI*™öYãxæ²…\5æ.ìü4í¿»—»g%qëŒÛèn9ƲeW¹šb/|Ž©·fâÂBHbS•Î×Y£ýeã·ß³!þfþ=ñLbý»Yöæ8&Þ2’ÄÖ³¹½…£ Ë[v¾6bÛ_Ê]“®¢A¼œ•ïòðƒ÷0:µ sÇdनÒú9rÙÜæW=s—NÜMŸ¿=Å”®‘ì˜óãÆ\Àfsÿ¹²!ö*-Õ({KÚ\ØO¾aî&]Z9"6|ñ-¹‰ùS3×1new°<¾äRF½écÀ“øÇ1ìÿå3^xê§*oË7ÛßàÆ1Ó°üuï_Ò’œ?ØæjPþ>mdÃ×ß°6îfžß‹XÏ.~þð&Ür|óyã²ì•­[#—U³æ²:æž›8 ðùX¯)ÎJßXWãoáÅI}‰+ZÇÇÞÏøûÑçæxîöÌuïñиûݸ;óþ/geuVÁ~d쬠ŒµX—""ò¿¢jš+ÿ+®´Þœ; ?‘@¿öó2oæ³E»“‘zh°G7¡UëÖD–÷ø’ÇŸýz#g2õÁDœÕ…ØßÛó×Ç_ä×Ë£CñQ‡«q?uæ¡÷âÛ_<ß39§o"éM¾âƒa›é=üJÎoá„þ­ÉÿïÇÜ0ûöÞÓŠ›…°–ƒÒ²x][Rôéû\3ÿrïÉ$±dYÒiÕº5¡‡æUæxõÀ‚ª—û(õâ?°•l"9³ß9ôî•t­ ~­qç0yíþ­ÿþu¬ÉF=Û[Aû sÿ×L|u#÷Ëã#cº¶r°lÎp¦ÏØÄMÉ[ÿÂo$^ý1o<Ô5°ÌÔOu§}ó-é÷ȳ\¹p·ßâ$sùW4¸}&kvìe«FW§Îø¦dd—‹ˆ IDATfr¨Üó^î–-k|PìjÔ“³û÷!èÝÖ`Q§;˜ùí.niÑ[eõuÄ|-„5?‡‹šÿÛ¹î™1zÑjrïÌ >÷›Jë§ì²±Íç|Ä—ÖxÕG¼2¶[`};³¹;7Mx•Õ?B;{åËvä—a%eï<”ÎQÌœ³…1­Òq¸72ó«,âκ˜ŒÐcÜ6ŽØNñÜ;;hpý ^Ó!°ÿ÷Ê ïÓéßéijœí9ÅÝgX#II„åYäù››m3'pÏS™ûËN ìDxMh_€§õÔ´Üeë%´í Ü=à#¿ ¾–Ñ£GqÅ™µÔö11‹µâ {v,cml׋´q¥‡EmÎæà¶X]BÇs2z0_“i{€ð˜Þ<0q³þò‹SF1ã¦6‡~8že;ÖrׯÙkTZÄâ¹øµçëaûìI<2ñ=®ÚI¾-’H¯í ðà©…ú94s[móñtÔ,eÕƒv •/Û‘ŸG/»%®ÃÎ áú¾dËM·ÐhÓ >ßϹ—·%p×â¶áÙñ3½!´ëŸ~øG¨jn¶Ö×qûYŸrß5ÝY7è*F^;’!=RÕ}ÚžDïó3à¾Åü–cЦžï¨õs”¥©öûB’›Ç/ìÈõ¶0k8 EÂÊ=äWévV«û×1×¥ˆˆœØ ª¦¹r²lòN˜þÊÒ] QæÀÂ<¬:l¬˜æá)ÙV0LL<ë_d谧Ƚì ޜЋÎÝ̺íR­öŒjZî2õÒœë?XÍÀEÓxåùIÜyþó<9t ó^¸úµø©a‹I§Y$Ì\²†£ å5MLlt{ü¿<Ñ=¼ÔR9b¶{n¹Ë\µêªdÚf>k.%;lŸÉôåwоGT`vÇR6‹›üõ·§ª”»VæeÇa£d»¨æ|½'3bä3¼äï¼ôXwê;ö0gìpž()„iÔ|ÝÕÂ6_jÙª[vK,½F òª˜±éÎùï'ü‘|1/´¯ýíÖb)YÔšo®PF¼µŒ~ß~È”—_à¾Ë^â™K_aÆÄóHªâ>m±T£~*P£÷ÙØ|V–,“ÕnüVév¹®v÷¯Z¨K9äj’ü\ädäjØÖ!n~œ¹ŠC[ª±%3Ö@rWÚÆÖî®S´qkÈ`ô½×rN—6´iß…õ]A{ª‹(ì/À8Qå¶„Ò¸ïHû` KÿÙ–ïç³¾Ú­èðö\}~¾¯Ÿä¥óÊ=Îv6èHºÃφÔoÞ‚-JÍiR/WƒŽ¤;ŠøyöoN¦ª¡²i[0Éýþ1nyÕÃUï|Å çåòÆÍÿä›â{ÊSÙlÑ4Œ}k6’[ÑJµºˆpAáÂR÷?¬¼Ü5˜W­ÔW™ízÓ·¬'ƒ‘c®æ¬N­ÈlÛ‰¶IÎ2Ó« ~*Xö#ʔ҅Œ"~ž½&h›ÏfÙ¬uÔ™V15ÛW++;XˆîöW.LÜÀ´w>ç­é[ivÕpZ‡Ôþv[²ŒË>_Ažy ëÆJÚ™ááÿ,`Á#mØùá$¾ØUÅ}Ú8Àò¹¡^šGY«P?5­×ã°]Vq[:au)""€šæŠ”ŸÁbûqßÍ-é;áj®Iü7ôˆbëûôyú&Ú†Réõ‡Õ’Ö&<Á䧦ÐbDg’BòY½Ç|dDçÖ¡ä~þOOC¯ð½üatgعǧÜÞí_òÚÌZ¶kL´±›–îG+âCŽ<¨7²gsCËù²ý‹|ÿΤTçSÅI×±þõÕ¼xÑ@Ö^ÿW.ìÚ„X{»Ö-cYÞ9<<¶/w^“Æ…“¯cdä=ŒìŸN´o~·ÑÿšóI‹íË×6æ‚—¯å¯a÷0²OB w±;´÷¬l=}Ú©E?ð¯ÛÞÂ7ü}îëÓ‚ðÌ'ù´Ï ÜöØ…,x¢'Q±ÇP¶>õésa&æãã¸ý)“‘Ýëã<°„Þ _õé˜Fî—ãù÷'·Ò=|[. =§’ù–m—k¯Â¼ª´_To¾!ºÆxÞ|f*éÃ;è*`í^_ééUT?½+Xö³Ë”)¦7cFµ`г×scÂC\Û5Ší_Mâáy&½þu=mBj¶¯VVöÀ)9¬1S'áM['žÒôPÓdË1mÉ¥¾œ-1½¹ë† þôÌ5\é¼—ÏiI´oË÷±U›_Êž9¼9»€æmR‰2öòãYàÈ .¤â-À½øy&Lɧ_SÛç¿Ä£sÊß_ú;£Þô"’3è×=9°_W2¿zûV2ë…xh{à&#‘MúrËO2(á(kßUÄÒÿÆämEÁàûÞã±ëšæWYý˜5¬×š|ˆTZ×ÑUÜ–ª6½Õ¥ˆˆùq[Î_+`3 £¨6fðÖë“|áÅåûâóO>âZòrs*|ÿÇÓß§oÿ³‰‹×Ú©ÃrssxzÂxîs7) ªBDNV¾?˜|nOO}›oô+Õã­ˆˆœÜîºãoŒúÙ óUhXï¼5…‹‡ =ê1Û‚¹s4ø¶oÛÊäW^áù_ž¸B Èö?ö=Ï-^X<¾ð‡r4OØÏw_/œOXXøÏEjKtLl©‡ˆˆˆˆˆœœÔ4WN9ö«DDDDDD î%W=抜žl6~¿z–9¹ Ò¸~îv®WMˆˆÔ)>Ÿ›ÍVgÊ«¦¹"rBX¬V’’’ضe‹*CDDD¤–mܰääú†Q'Ê{‚¨šæŠœÞœ'Ý{ôdî¼9¬ùm5>ŸÎŒŠˆˆˆ+ŸÏÇšßVóþ{ï2àœsñz=u¢Üjš+"'„Ëå¢}‡ŽDDF1sÆgdíÚ…ßïWňˆˆˆ›ÍFRr2]|)­Z·¦ ¿nd­D¿^8Ÿs ¦  ÿÐs9½†AËŒ Ú´m‡Õª{ˆˆÔÖ1–×ë©3!ô„Q5ÍÛÇíVEˆˆˆˆœÆÔ4WDDDDDDN(õš+""""""'”šæŠÈ ñÅ矞ðy|A…ÃLÓÄãqãõzëL7ç"""uÕjÅápâtº°X*ßç÷aø LÓTåÕÅbÁfµaµÙªTç§UUÓ\éÖ£×qŸGLl ¹9¹|ÿí×G ¡…ùl\¿‘Å‹¿cwV–zð‘ÓBjjÚq¡±q±´jÕ†-[Vúc¯×ëaë–­ü²rÙÙÙZA5 ¡111´nÓŽÆMãp8Dƒ©×\ˆ‹?®Ów8Ô =ê8‡ë72oÎWœ;hõ4T/¾""rZøðƒ÷¸õö;Ûô}>/lÞÌÂù󉌊¢Qjj…úü>¶nÙÊÒ–ÐÀ@ÒÒc³Ù´’jPç›7ofá¼y˜†¦ÍÓ±ÛNþ0ª¦¹"rÊ}»\!G¢^KÇŸý™ŒÖmˆŒˆ Î´c9™Ã…ÝA³ôæX€%KÓ´Yz…AÔðü²rg @“¦ÍTyÇPçééͱß}û )R±‡ŸüAô„((È?Ô$7ø¹ˆÈѾ¼jo&–JB¥idee‘Ü …ÈÈH…P‘Z–š–Fö¾}Gmqdš&û÷ï'5­‰*¬–ê<''Ÿ×['Ê«^sEä¤U½”ß¾lKAöÒZŸ¶ßïWs\9m™¦y\6»£Jš¦‰Íf;îå9%u^W:}:aGajš+"Õû†4زô*êg\È–¥W©žmEDDDNjš+"'¥œ_QŸÄÆC lDÎÎ/T)"""" ¢Õ£¦¹"'Ëæ®&·ŸDܳ~¶OÍ™óJëÀŸoû«Ë´¥vÿ4ž+º7 ŒÓz7¼ð=ûü¥·‡%/ßÊyeNï1„{§­>¼Î‹Vðpç:=¸üð:ΛÇUSøúÖê-—ˆˆœ&OžÌ!C…ÍòBè!C˜¶L½’ÌN§ghCº_û +K¾},xøB:7Ž w†Óîîe/}÷최Ù$"0,ºCßü£øXj/ß<=‚©a8N¢›à–)+É+ù^-ü‘;;I»½xZ¹_rA¸“Îÿþ#ð½ZѼ}›x¶£“ÈKf“[YO'ìŒhpS\5Ë©©"~>ç>¾Þ·<ÁÔþiس·QÔ¡ŠXùäù úWýÇLbZ(¶}9ûoÈFó>¼ºv#Ÿ _Ëú„Ûxí…¾Äù²XòêýêŶOð£z³Ñ\Ég#Óªö½Zá¼÷Wq<ÑZ¥¦¹"ÇÎ<°€ÇžYMÒµ_0í݉(5ìKö7êœÉÔ{†Õ…ØßÛó×Ç_ä×Ë£Cq²p¥õæÜý‰úµ7˜—y3Ÿ-ÚŘŒTlÙ xü¥ ´÷#¯ „‘m,ùrÓþ»‰;2ƒB`;‡Ék÷W{Y _›¾»Œú-“Ò¯;‹¼=ïaµ‚ՌՒŒß—Å ‹ý¾<|ž=xs—‚%œˆÄ«iÜùaöý1Mß !óO¿bµGÖ¼ns¾câ «‰:7êM”(pðIø3ì+3®3¾)™™„ Ÿ%iy/ Ç]ÆM3›òð§ÏsYj ÂýEyä»@P·ØˆÀiµÖü.j^üÞÎ-pÏüˆÑ‹V“{g Å/»ºß˜‘ýˆè}±›º1êå7X5â´wÄ—ÖxÕG¼2¶[`÷íLÌæîÜ4áUV_üíªQG,—ˆˆœ–BBB˜>}ú¡0:qâDÈìÙ³3f }ûöeúôé„„ço ÓÏëÅíÎ%kã|ôømÌöÆpùe­Â%ã|®È(·{&E¿Ã°9+Èy°5õJ¾G›žÍà}‰*™äþŒÿ+É£æóÑ“½>r0÷Ïàщ«Hº~ï=zf`ØÀîÄnlÎU>ÇÊ+ÆÓ©Å/;o|û«6ž‚híRÓ\‘cçÞº˜_ ]tþsëR!4xØçµ9<Ìš@÷ 2`ÞbVî7èPïÈiZcš’ó¶çà|Û—°º¶=Й„Jõû>¼P*ˆÖ”ÕI“ž°eÙ5dïXF\Jk"þ„ÕjÇïÙŠÏ{ XýùÅ °Øë9‹%„ý;>fÏÆ9xÝ4é9ý˜B(€wû~-pÒéüZ“õ3÷NFÊ W?âºÌ°â]ÀұݸtzNñX-yðÛÙÜÐØ`ûìI<2ñ=®ÚI¾-’H¯í ðVÔš×Cû³šÁœå¬Ï5ÈÜó« Bèxn« uO—A-aÁRV0h£ýFDDÊ|çy½ø|GïžÎb·ßžÊ•Wãæ›o>ôú€xûí©X,àvŸò˜n|°z,­£Ç~=¶yfOö ÃãÎa댧ûøTæ®ÜA=‚¯ r8XXD´éÆg†»èÐåEE²¢ „Îj3èõàag j4,’3gÂWß°lW­cÝøM0ýnÜî¢ÀuŽ`ú¯ù}åÏ›²¯W4ž‚híRÓ\‘Z`–œU+w`¹Ã,ÁÃ*øpÚÀô§ÓÄÄJ ³x¦WD©)9bR «ÅÅ ‹ëBÆÀ_ÈÙù{Ögçú…Ä7lMbãË€B<ù˰X TB¢ÏÆb‰ kýìÙü5ΰ¦$¶x”èúƒÀrì—»›~/~ì¸ì5ïÚÉšy)ƒ ÞgÆØ{™Þꆦ9€Zßú&ï) ôòg‹¤Y² ïÆ—1ò^òw^z¬;õ{˜3v8OT«}sÖ¹ÅŠÍ ~S{ˆˆ”|GT¡§—ËÅ;ï¼Í°aØ3g.œÍ;ï¼Ëåªå{V–)Yü–zS_JŠ+„˜z©¤5ˆ,/&îuÿæ²+ž$w蓼9±')Ž=̺íbÆßW30êáç€iŽ¥Ìrê d¼ÒÃÌâ‡Q<ÜŠÝ >#h‡Ê}”ySöõŠÆ;Mœ°Îо^8Ÿ°°ð#ž‹HÕ¹RΠ…ÃÍ3Wq°ì°†Ýivè§cKf¬ä®´µVqiá0X÷s Zf‘QòhI³äÐÚï×b%ºÁy¤÷OÓžŸá)ªÇš¯K&!xÝ;À…iÚùõ«ë)fb.ÇíO½Çì…‹X0o ;¼Õ[.9¥¢hµÂËåâž{ÆV+„V/UüÞ Ë”Ú&üÆä'ßàËïäçŸfÕ/ÅI´Üphš&ÄöçžÑMÈzuW>øŸÍ[ÈÜϧñö¼xcúqïÍ-Ézõ*®yü=æ,ø‚)÷ãÆ¯Lz½‰6!&¦-™~—¶‚î熿OeÆÜyÌ™õ-Û¼¤Ë«ç²¯—ùß¿o£ZÄzÙ»l÷Vþ]¢jš+R§’h]žÉ'q÷òÐ cþ¬ö:ßü÷¯O‡{?ã³È±Üÿü\ò„+¥W<=‹ŒH«z¨–ºû‚Oîå¡—îåê}@8 {¦óÈ‹iâ,ïë£f½æj@³—ئcÛ²¡Ä§–P,–P²·ýDÃ3¦ã÷û±X,X­µü;š%†¾}ÄsáwóÄS×ó™ÛB\Ë68‹µø<°%š¾Œç/£`ÒÍÙd‰¡Íˆ—9ÿìF¥&åH»’g&̧Ïw1öÓn¼vq¶2³s´Íäñ;ù¿ñã¸úƒ@ÂwD&Ñê¼d\ÀN³^=húßÉÜ4ìy"›öåºç¦p÷Å)ÅÞ¡´óD<ȸWngø?®”® ù×ypXjñ8ÒG½ÎË{îäÑ—ïdä³÷%6ëÁM¿FV´\ç¤â°h·9åbèIZŽ(Y|ÍCëÈ÷8ZÞžÝÁß{€Ëß=ü=Úú‚dœ%Mkƒ§qèátyh&ÇÞËC/Žá/‡Ž¥¦qQ¿dÚßó)ŸFÜÃýÿ¾‘K‹¥.Ÿø%¿:»ibâ ùoóÆ®[xàß·0l"@‰é=¹¤i(ó(ó.ûz9ã~É 4ý­Âÿuö°¶œ¿VÀfF­\}üÖë“|áÅåöšûáûï2|ĵäåæTøþ§¿Oßþg¯O ‘:ì‹Ï?¥[^åî˦ib>Ÿ¯×‹Çãa÷ÏÒ¢;ñÈÏ^Á¶µßR¯ã§8Nv»«ÕŠÅrdR ã£÷§1hðå–%77‡§'ŒçŽ1w“Ò°aÅ_ŒÙ3Þi9-ãÓaõ“"""uͳOOàºÑ7àqÿ®qÞšò»cL…Çún·›w¦þç„•çtðÖ”7¸ø’K‰‰-wxhXï¼5…‹‡ ­p¹¹9,˜;çÐqÔöm[™üÊ+<ÿâË37Pä¹ÀþâǾ ç¹Åà ‹Ç÷~ôéTr˜¥^sENbÑ1¥?Drì?å–±$„z<^Üî"ò (,(À>œÝ¿O!¦þ²~_„7üj²³³ ',,”G…a´ú¼ü1ã?,ò7¡E£Xì7±èµq,4»òÄ™‰ ¡""r }ùrr5ã,Sžø„ÄJß²oï­Ç:NMsENb§bð¬(ŒšfàŒhà~aЬ o"{7}JAî^ÜI±y¼8^ü~gíšEìXö_ž{÷G¶ç™@õ; âi0,Õ®QDDN¡z’5Í-Sž½{vWéØADEDj¬äzO»ÝŽËåÂ0 , ‡¯íŸl[=kà DGÅ8ƒét8IDAT‚ÝnÇb±ÔÒÙPÀI‡ÿËkˆˆÈ)D‹¯/TyDATDNk%AÔjµâp8ˆˆˆÀï÷ã¯W³ñ÷X푇ƱÙlØl¶cn’k³Ùðû}ª|9 ƒèñ?£hþ*u,h±X(ÈÏÇbµjÅœ :W)FKÂfi1µ>/‹ÕJRRÛ¶l!5­±*_DDN»$jÆqŞݻ‰‹Ç8Ê|, Ñ11dee‘””¤õR u‹ÅR7¨‚¨ˆœ01±18œ|>¦ñ¿k‚ãt8éÞ£'sçÎ!.!ôæ-Ê À"""§h=Ž×ˆš¦ÉÞ½{Yòýbúöï×ë©p\›ÕF›6íXòý÷tïÙ“„„„Ú»äæ´ú]ápwèØ‡ËQ'Ê­#/9arsr©ŠËò?ý¢q¹\´ïБˆÈ(fÎøŒ¬]»ðûýZA""rÊKMMcÊk¯·é[­VââãéÛ¿?Mš6¥ ¿âNJmv›¤a~~þi9rŽzU*®óØØX:tì@ýú  U öý·_Ÿ4e1 ƒ–´iÛ®N]O!""r²3 ¯×sÔZÂápÒ¬y36j„ÏëUo¸5d±Xq¸Å!´nœUV‘¢ä¦È'Û­h‹ˆˆü¯‰Í=Ü¡Š8Íè4€ˆˆˆˆˆˆ(ˆŠˆˆˆˆˆˆ‚¨ˆˆˆˆˆˆÈéD­V+!¡!ZS""""""5d³Ùðz½'M''}ŠŽ¡°°‡ÓŪû ‰ˆˆˆˆˆT7„ÚNvíØNTtÌIQ¦“¾×ÜŒÌV,[²˜.Ý{”\_7©¯×Ëö­°létèÐYA´*ê7hÀŠŸ"7G7¹©«ÕJTt4:t&¹A}Ñê„Ñ’@*""""""u<« DDDDDDDATDDDDDDDEDDDDDDDEDDDDDDATDDDDDDDATDDDDDDDEDDDDD¤Î0ËyPÎ_Q9ù(ˆŠˆˆˆˆˆHeÊž-ïìh𸠢""""""rLŒâ€iT@«ÕTWATDDDDDD*ãzAK•†Ï`–rþZ[ñà „á@$ Ä1@lñÿQ@XñxNÀ^ü^k9Ó‘“[ðYÍ’Ðé<@!Pä9À~à]üî2áõÐtí•Ì8xæ%_ÐÃ[\˜’ðIñ8VQ‘S"ˆAAÔ[ü(É„eƒf•šèÚƒZ(¿¯YN.)„§8å–„Pñ4­A¯)ˆŠˆˆˆˆˆÔÍ0œ½Ît–œí ¦ÁÔ8ÊôJÑòFª(„zƒh¥Ï„ú‚‚¨©«A48ÑÂr¨ÒgF+êÔè¨A4xÆþrBhQPà¤x¸—ÃMtmAAT!TDDDDD¤îÑàLXrB2ŸÀµ¢Eå„QE´ä5{’oÙ‹SË ¡ÔQ‘ˆˆˆˆˆÈ©D¡ü‹JΊpøì¨‡ÒgEùŒhð…©¶ AÃÜ€#( ZƒB¨‚¨ˆˆˆˆˆHÝ ¢Á׉7Ï £ÁÍtKΊT|F´Â Zѵ¡¶â–mŽBme‚( ¢""""""u2ˆR&ˆ_²éæp3ÝòšçVùŒ¨Ë»05¸¹­Q&ˆ_j-@DEDDDDDêf-Û{nyØz‚‚h¥!´l-o†ÁÝîzƒ†• ø¢Á÷µj‰ˆˆˆˆˆœ2ÔàÈ3£%—p–ÓòΈ–ÎQƒhEaÔ,“„ƒÏ‚Z(}Öt6TDDDDD¤.вY°l&ô=üÔðŒhÙæ¹Fq¸,/Œ–4×µQú,¨šäŠˆˆˆˆˆœZa4¸‰®IéÞqýeþ‡ÖòBm…a±ìYMkþ*„Šˆˆˆˆˆœ>a´²¿å†ÐªÑ’ÿ+{Teº""""""R7ƒhðÿ•=¨I­hXÙàYÞP…P‘S7Œšåü­èzP³ªa³ªTTDDDDDD´Ê´ºáÑrŒÃEDDDDDäÔ £5^ã©à)""""""U žeYUg"""""""""""""rÊúŽù ¥>Q'8IEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/cact-working-directory-frame.png000066400000000000000000000177631433352025300262760ustar00rootroot00000000000000‰PNG  IHDR“kêÆÖ`sRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÛ /'ÖÜ[¼sIDATxÚíÝwxTUâÆñï´TH£!TA©RT bo€bWPQЬˆ(*ºb•UÔ…aA@WŠ"Hq×*‚H ¤N¹¿?2&ÃL2IÈûyžûLfn?÷&¹ïœsÏ‘™Îð|""""""Rñ¡Î`V™‰ˆˆˆˆˆH¨L§i:ÕTŠˆˆˆˆˆTÆ)Ž*šŠṳ̀@)"""""Riƒ¤QLx4J&…H“Ÿ0©P)"""""RyC¤á5*?“Ëåry0çíY ¸r ß‰—~¶›ßα̌€[=ÿ“yôì݇„5tEÊAÞ/Яû$¶8âisý^|n8bËö¶iû®9\ÓéV׸ƒÏÖMå‚}×$UøwðSèÒe*ÑãÿÊGR ÷ïøó}¶¿o:Má«ï¤yD Ìùž§ºöfú˜¶iÃ’m*d‘*"2*йsÞeà5ל&33ƒÕ+WÐÀü¹g7mÛwˆö ˆ% ÅJ«…HÕÞb_uF×i­{%¯®jCfÍ–´T”ªþ;˜rŸ¬B½–‰'IkÒÍ|ôm[ÔlE£ˆ ÙŽ§6§ó”ŠVDDBøwä ]îŸKz |­çç3]ñ‰Èia ‹¥~j;„€¹:MZV/î7†¨äÖ4RI‰ˆHÙ‰ð ’N÷Ï.¯Ÿ=ãÍ>Òä.Í ’"¡sæd‘g¨T®Å0ìÏÌC§‰ˆˆˆT Ñ@$å~tÌ0ÀX܃٠ÍÓ?Žž3)ŠãkyðÜÚ$´z”M9e³Šüo0°q""""§9Xžæ'f”Ô±NPÍ[ÏX˜,LÇŸÌÓÙ r–±Õ>—þ7ž«‚)ã–K˜©¬ à ??»ÝŽËåRˆˆˆH•d6›±Ù ÷l¼Ùíùìþc7Û¶náÈ‘#*¼Rɸ¸8ÒZµ¡QãFØl¶ ¿Í!‡É¯Ö¬ââþt´å¬ ’Ù9Yìüe'ëׯåÀþý8NŒˆˆˆT)‹…ÚujÓ¥K7Ú¶k_ì짃ÝìæÛo6лo?’“a±¨—÷P9v~ÿýwÖ|ñ†ËA“fM±Z*v  9L$ÕÄU*«üü|vþ²“/Vü›‹û÷§n½ú˜ÍfŒˆˆˆT)N§“ÝüÎÊ•+¨Kó”òóòüNërºØ¶u öíKã&ç¨ðJ̬6š6m†XûõHjÐk´ÍoÖª(M]C“ÙÙYDêxËÙ&íùlX¿–Kú_Êy»¨@DDD¤Êj˜œLÍZµYòÙ"ÒZµ& à ==†ÉUh§©Ü—.YŒÃn¯ø8ÔÔÌUÎf†ËÅþýûI¬—¤Â‘*MÙ·ï¯[j†ÅbQç;§ÅjÃ媅Ü~OARÎvN§SM[EDDD(hz©þ#$àùê jæ*""""""!W¿|µfQQÑ{¯rcÉ{kد/QN0ޱeöÆÎÜNÎٸά˜8”¡/l­¸ûgcûÜgyjÖÉÕ)"""gÛå¦ah8MÃY&+z3W×ÑõX˰‚¤*w`[yš¹Æ6ãü®]èÚ½WyŒ·?H‹ü¯yýÓß jÊûYõüútJ%©F˜. £ #¶Y_î}w+Ç<×á9ß1ªQÉn<ÑßFæç\F‡Wwá(nݎߘÑ>ŒêW/'³¤m<ËUÚÞ\­ÕjQø+#ÙlzzW½lå¶¿}Ä´–.6¿õãn½Ž˜ukÓì8?¯þ’`ÖŒ$äÿÅ·>Ç”áò³}ÞTk‰ËÈdû’ål»—Y¯^L]#ƒ¬:çNAB‹¿úï|::pLDÖnB¹l}îrúÿm?½G¿Ä‡]bØóù4Æßׯ7|z[ƒ“ ßh%l[j¸ÏWB™üç±K¹í-yç;Å‘¾eÓŸÞè}$C[¦ÛIûéú+À6[Hh=ã_JRMG¿ŸÃ˜1£œÜ…uãZÐvPW">]òytnäòÓ¢/ɬ՟Í"£˜ùS /Í7e€a@¨_Ùj¥P×õ9«·gÒ«åVVí0¨wu<ÿõ(Ó~íÆä·{çûµŒqŒuO bÄl}G½ÄÓãHß¶ˆ™S7銈ˆˆTi¦ˆX¢­Ÿ 5:ÞÄÿ½=œµl¤oz›QÝË º±ùÉ4Â]™l]¸”mqñî¬KI2Žr<±)áä°õÙ~ôš¸‡žNg^ßFXï&·Cmlä°å™~\øô>úŽ}v‹aÏâ)<2âv[Y449¸pÝéAN§0y’3ÞÌÕ÷˜æãÀo›X8í¾¥#4%üÈjž}}-'|Ç Ãš`º´²±áókøð_¿ñÐÄ'_@ÿ‹.¤:Ð÷’^$]ÙŽû&¿ÁWO¤MvËhÔ‹þv§ºgƒÜ_9„×lJË´´ÂmýœggüÚC—ðþ]¨páyÄÿÚ–;ž}í×N¦]€f‘¾ë0Ž,)~ÛR[æcެâù9{Iº{³Çu(ئid|úN³:¤en›Ï~âð¿ÍQ)ý¹&ÅýæürÎcȪmdŽM¥æù7Ñ-l0 ?ߟVÍ Ëý……K÷“pѵ¤E˜Š¿Vˆç9á"fý”^ªsÎRï*žµ›®Iå ¡ÇÌíöSûÍ9÷Í%ê›éúÁ÷ä4¼˜Q/Læ–ÔhHÿ’—çî¥Þðż>º]AyukÁ±…Ÿð„þ‡ˆˆˆHUb8qØíäåe²ç7üóÙXnãúk[… S‹Ë¹¡…{ÚΩäΟËM+¶ñDµ=× Mú0 _Ob<‹L_̄緓8bÿ|®[‘kP#}1_ø:ÿࣉîëÓ~‰ßÙŒ['¾ÌÖžçÜ6ßwÝ8Òƒ›Naòdå$ÿûmk>vâ}NŒxó&žEÞö ü7ö<Þš-æ×ÃØIò³ç‰ô˜ ¯å‡ )J±Œbäí^϶œp:^Öª H˜kÒùŠðÅz¶¦»hW;ÈeýYÒ¶Q$øåýù¿ØÃi×7%` r¨Ë ]{–Lcì”÷Y¹í/²­Õ¨f7 m6ù.0ÕèÆžáÜ:o1»hNà ™¿»—ÝÜ–è æ?³_ŸU£í½óØ:ì(é¹$ĺØ2© ªÝÎ[µfrÏLcÞþº‹ïá®39oå#4Þ»™öÚônªg²ŠˆˆH•`·Ûq8¼z$4òp¸€ÿŽ!-v̉ÏãÏå–_⹞Qäçe°{ñTÆ<û>+·î=qÍ×.ƒã9¹Äy8 À•O~^náíX¹;Ö°%;‚—4'Ìësïqû§x«NÇ©ðïÿ°q_6iñy8 0œyäååÜû—Ÿ 0Ÿ9þ×ïç¦S˜ºkïY\ß¹ቷÒäƒ|spƒ9""""gŸg$îkÞ†#yÿ­ëH ®vC’ëUw‡ƒ¼Ÿ_åÚž#óºç˜ýBW’lYöÀ@&x?wÑ}MUø3`¸\—ðœü\FÏtEÇîÁåoÆjG¾—×: ·»˜uãûy é&OVnÍ\£Ö¶¬íh9o?vÍ­taÃÛWR'©Ím.¶nΦÞí‰ñ pøëpÅ•ÎwË:·’k&ÜVŠe˜Ã‰ ‡ìôì"݇×ïLZÄ ¾[òY}:Ô¶¹³añ8˜ÖñÁ÷}^ÒþùNï^÷†›È¼°‡ßéC]f ý $wç—üH &Œ»‹šØ€cì¯{O„Ö¸®#¹¦VÞ›³€}óÿ éÐ!´Š vþÀ!¹L9ö2ÿ‰ÙÕãoÌéË/s]˜#Ì_˜­˜qâp„%G‹ˆ™lül Çzv£º ‘³;Jø“ÕÒúÜsidõùÈÙ±†Ie¸¡…×|û ®ù]𮠫߉–/ñÝ’í/¼?ÄúÏ~‚ÄÛhg°ÄÒ ýð3GçiöÞ.£Øuãûy é&OVž÷Kž oãµ—Ñqä}<üYgf_чqÃqÑÌ[¹¡úÜÙ¯9±öü¼ÃB¿áiìÎmy_Oç™YÇé×4ŒÝ+fðز|Î4œÖ‘`Šn'oL=:¤E’ùÙd¦2šnчØåêÌM—õâ±{Rè9í6†Ôzš‘]bؽtcþ =¦ßMëÈbªSB ÛæÓÕß‹ñ÷µ ÇÔ¸*ìÿ¸ÿÒTâì;ÙtH(Ý2îçÅþ·9"¹™Â¬©ïÒ|pêDdñ߃>bŒnψÁy÷ùûxÓÜ‘nlZØ´6¨ù‹œÉ1Ôƒã>fÑ–4µ­÷-©®#ËÙåz>oûëæÞ@’µ4gž‹#k&3i}3Fq9u,&Œ>iäLþ€•;ø¯øµVw:Ö¶b ¿€‡G¶à’‡pcØ8îº(…XÇo|ˆ×?9+ãäIaòÄþ¡ÞÐ}Í÷Ü;4s_óýpÐŽ»šÏ+œùµøÞŒ½³1½r7F=ɈÞMˆÊþ‹}Q=¸¶w/ÆÝ“B¯i·2¤æÓÜÙ%†=K§1æßL¿›V‰ôÔ&Œgä$ƒÝëžþ5{ì`ö­™ô&}C§ït®#˹ËëÚ31³ø÷õ¬•óˆWÒÞ\­$]óû2Co{”©Ã®a*q´ö./M¦Ý¸E,ª>†ñ¯ÜÅÕS\„'uâ†éËxzp2!=’0äm‹¤íØÏX–ð8Ïx’Áoåd·º©ôíV·`Ý¡.3Ð~^”ì?c·¸÷gìå¾g纬ßV½­®L$¢°–.œ”Á÷qÞ´QüÐÿ!®ªo ~~ß?FæÚ\öÔhþqÇKŒzæ2úÏ»„Ø“þ¼•®7×BY›™1~±#qKã‚mM¼jSÖÝÎèç““Ø“‡_VáÇ õ¨Y?‘I¯ObÄì|ÀDµÄô꜈I)"""g]”4ü4sõÜN LÚRîå½{¹òã\ïuÍ—vE"ažp꽌Â9£9ïÉ%ÌÇ“¯æ–.°Ö¤Ã=rU¯DÚŽ]ÈÂjcÿê] r_‡_ÿÂçLº­!VÃÀÀF³»>à}÷òø«÷rÓ ÔjÚ•«›Db2ŠY·ïç~¦;ñ‘QÐŒ6ˆ÷•‘ÉÏ«°¸\®\ï ç¼=‹W,læp¡™GOîáhþ'óèÙ» 5jœù½tüÎÌíy*ùvþ£O‘ÞžDŠœ»™LŸö<~”¤úõU """Rå=üÐý˜QÉ¿æïžÀn>½üÛ½ÿ¥r¸ã»bí¥S¦8>( åâ[ªMoáÑt£‡qéõ™áÎ5ÓŸì‰N”§T‘ðÔ®ÿ Œ4öÓDwÙèQǧ·–¶°tv¤Õ]ܸèçCò#ÍW“øú“R(Ï5Nþ8sUå @étÞ° Æ#ƒÝÓž¢ú›£ÝZ!•}HÇ‚=¾KîöŠLØl¯½ "$Í2¶p^kçGÃÑoŸ DÐm €j:VýðWß’Ú±»³„·¹!‡ å/ÛCi©é­H¦þˆvF1Á:õId6<;ÿ‹m`}ùp©yþ¹gv”¾ù=7TFYPÒ¦¶èm´èÖëäv„˜L›ìÊ€n:ð¬ß úÑ®öÎ[ÞÜRi>ýûsÅò§¼¸«ªëª ‚—ÍðÒ/çxøÞc<þós›! Š}Ù]E´0Ò jÝ7“ÌïìÅÏElj¯!h° M ƒ—ñâ;+ŒOå@-q¶ˆŠ 6E# ±‘ Ø±Æ¥ß±{/ôíå+ÆíIZ€ ¤(–8foŸâ²‚Ï»sM¬u¨ÉôÛ® …i'Óßa?º >S¤IÚ3¶£òùeAŒÁZÅ“5²N8x¨Âêj‚\Ú2L>D;"Š1zµ*⦫˜ÍÕS]5‘à#Ðÿ’ŒsÌ¿]å¾öñ»gËe1I‚hŠ"ˆKÐ8›W±ôìØ­îã'jÝk,Æju"$¨X¢nÈ?™EÒ6½^Õ¦QA `'1ž¸Ìfá&X=èî_…¤vCp¢¶ ÉÙ¾Äõz(‚ÁÇk5!̱^ù…™ñC›£Œ†ÉŒT'qý4šLc®@µ‚Ät1i“¨Vaci‰ÞZ…O*ž—çë{wàÒõ•ØcºÈæ60l/¼•Í þPæžÀj=Ï™Ómæ:ë>A6@Ó!üœ£ˆ÷@ð „¼ˆ vmWm­þ%M%üƒ<—…í`»‹ Ø Ž4²gdsæ_™ßÍ4Š#®/¯HmJ8Æa0Ø ãup“$a<±½»Ëz°2©·7׌Ç#^½~ƒüü1ÑŽçñøÉSTµ‘cáôä˜ûû9&MSz½~cRU¥×ë“Ä .’ZkiªŠˆàÖ¯ÒÜ,x]¨5vœ?M±kƒ´Lí–UÚ)°è"ôA,"òŽklú›µn´Lü°¸Ÿ>ðrk rÁ(Š˜Íî(6™Lx÷ö}MKþ§iJ‡Gb çgçÙ‘æÂÅ;’ÝF Ž£ qœÄ%ǪX«7G‡G°$òí½{·Ø«ÀpcøOeÕKÕVÿ km+¢v‰ãF# ¨¢m9®D¡úÿGasãÃtz‹ˆTVY"B†ÇÁú>_FŸyöükž×Èí¯0äû·¯ìí óÙTÃ(".ø$‹‘\Æqð}ŸGÝ.¢¨ Ã|pIEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/sort-asc.png000066400000000000000000000016331433352025300223340ustar00rootroot00000000000000‰PNG  IHDRÄ´l;sRGB®ÎébKGDÿÿÿ ½§“ pHYsÄÄ•+tIMEÚ )bÎòtEXtCommentCreated with GIMPWöIDAT8Ë¥•OhUÅ÷Ï<_Ó6¬äIÓ–4jq«—Š n…î\¹³àFÄàÆZW-tSÚMn´tUpaƒšv¡P«ˆJjäcûú’”äÍÌ›?ßçbæ%ïeF±æÂÌ…™Ë¹çžs¾ïšîƒŽJžÅYš‚òèÀ*ø  ÙlâœÃ‹í»mþXþוּüŸ¡¢$IŸƒg˜9|E!wÛm^<ñ“­»÷þZáæâ"ž:€O“k“­ªº+àÉÖÓ8ï‰Âo Sü‘z Á”:þÛæÎ9Œ1ˆvج`ô±å®ç.ÃF¯s0µk‡€°P0)f­<ÆÀ'—¾âóë¿òæŸÅ)ÖԯВéHvSU¹ºð3W¿½ÃóÇgiŒíãí¿ Œ† ÕJ¶»;ç¸ùc›?½ÎÜì ·—»¨k°Ü‰9si,ËKÝG¤ÝÖ!Pï= ß-ñÞ¹k;Äj˜*wþ|ÈÞñq¾ü¾Íûç¯áœ«HXalJóœ³ü´´ÂG˜?v”½cceZ¶Í|v~†[Kkœ:sïý¶yCú¢…$铦)½(áìå¯Y¹·ÎýÎ6hrd~–^Œ³†~rã—ßhžÅõu.^¹Á//Nš{Dò˜í|ª*cÍ€óニw–$Í9vò‡¶‡‡›1§O½Â«'æ@¡ŸfäeþU¤HÒxPƒ‰úÅœfyù¯ …\„(NÙ û•$äÆl%ŬÛ)~X|U(O•ç ("2Z[qÕQ)D´RÒªBœ¤Äa„ÑŒ†:½ˆ\ê‰ØZÆ"è`¼õúsxk€&Æ@–?É‘©'*kdÐP†5VêÀ;'_¨jYšT[\(ðªeI’Ôv·ü:^m³/_åmRÜ«Ý.Cþ3¨*k«]œw4á›{ö0==Íína0»jôÆž™šbÿø8æA羊½Í â(BT Ör›ƒªÒhìÛÿ8Að7)äÉ'v9™IEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/sort-buttons-frame.png000066400000000000000000000153761433352025300243650ustar00rootroot00000000000000‰PNG  IHDR¯lîâosRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÛ 2èÑ* ~IDATxÚíw|çÿß³M5ª !ªtÛ 61ÅNbc;6.!Žq¹Krw¹Äçßýâüι ± . >â8qƒ1ÖÞ»0`š#VÔÛ¶™¹?vW-»«•´’˜^ÏkW;3Ï3;óžï|žï33 ªT P }¼œ*Už$wuºÍT öÈ+ø©Uª|´²?à¼|&¨«ê!¸²XåîÂë ZÁ ¼*Īz ­¬(>Aì 4¡ª²BR·µ*jxLlˆ ¯«6UmÚ³k¡¡C®{ïGGÑ;ŠÎQ´Ž¢q”NÏàý¬yo>9amjjìðÞ‘7ÞñVrDRÑñ^R¼Ó%VÃmäm‡Y–»^Äz.î-bWq©³ùm˜ê®r­Þ‚ܶR1}Åó·$}Ñ:ªl2H-\9TÄæcÕˆÊù<}ÞG¥©±¦Æ†ëÞû­@;^ƒ€@E$VF_ÁMzÏ6:‡„>t8QÞ+—š)9q”³•6túþç^dÓe¾|éIæMI'&6Žá±©Œ»ç'¼°áZºšNׄ2"#‹ÌÔh À|Ž×—.äç/ÁªœÏÓçƒGC%Ô²Ⅵй,x²:OÊÝ‚7˜¸œ[5$­Øt]Ìw»ˆa¡õV ¹¿€Ûx„ÿºÿ>þp|(·-^Ί[’ i)áÀ§oñ‡¥·³á§±î7·éë1§ÅÂ77±ÐC—ÛS÷Z|ðF8lØ+`qÀjñ©ë¦œÿ{ Éš¿þÏŸmš (ÇŒ%ex}¢l¥áÊYÎ_® Á,Z ÁaD§æ’€ ·råÀ..cj^4:DšKÏræb) f4„̧`t8©ó{÷c4µ74êV&§Pwñß”×Òd¤ÉL†F6S{ù ß\®¤É ÖO¶Rëf¹Icº¸}[9öÜíÌ~]`Éß‹xþöˆö3ˆTÏÞçfóÝ7[øá§{øý”PÓq~=e6ëçlâàóù4nå™PþÜAŠ–Ž@g»Ì3§ðÛ‘áë5… q,³º¢½Õ¤g¶±û)3ÿáîóÎÀ`«bç+¿âÙ×7rºGÜÆcÏ­àWsF`jÙýûåüæ¯{ùº¢Б¶ì3v=—߯ȉûž ¸fG1)Šó3«c>¥/îà}ÝÁ+šò²ký…ƒ_Ö‘>m z‘ÆK8t¡•È”\Ò“†b°TrjßW˜3f3m”@‹©‰+vq)|ó¦QWvŽ˜Ô[ÔžP?WUEy_Á»Ô%⚀VGiZ[K.7Ù›m <$„€´lâÊPZ£%eØU¾ú¶ÈB¦OI€–FZ[BЂI£Ç ³Ñj7åÜ_˜h_Y•‹‘k¹¼¬·mƒM®NÑï],…Í›ßõ¯ë?ÛÐnÙmè¢êiµD¥Ä m­¥¦Ñ‚,Ú\Éøû©4 dãâ{àp”fGçL«H¹z`›N›ìK‡Ùsæ·`Cúúo­VÆj¶âš6 Î0u߀*ýq˜P½pÍ´Z8Sfž"¯ÈžúË‚ÍfÅY,-uÔ‰! 6jË]ºÁs ¢Ô=>ïï*ƒÅ™ãu¦ÈônÒd^Óe:75 ¢²­l¥¥¢cÒF1".€¯Îì¤X›FtXêʘöj;À•e¥þª.È%âZé8Tì:Dì6âvf„“ÅGQÉ ˆÖ Qc&’xž gŽaÁFŽºUù.ƒ¢sæéº†Î®Zì@²ë«ÐZl’I§±g%DK3 µXe£há„Ði»72Ö\SA³IDm¡aé5€„­¥ŽÚAÑà k¸VkvIÖk0„„Èõë§%ØãrÝ•HåG3~ù7|ÿµùÏùÉ à‹>c⺵œ?¢ol|ÂÇŽY«#-Vï(µ@ Pç( ŽÔY«c~e¾·-]æÞò²RSǦeLWÔHÁ„éIÏÈìÒŠWøïÔÓ÷²–²áß—°üO'1Gg0uúƒüû ?&;h`‡ÁØ.‚ÜÓ}Ÿ°No³Ò:¼5  ;…×c¶Áq!E‡d®«àJy=&¤wåK—ÝÔ7€¤‹gîó›˜õä vnÝͱšT¢uò€¿­(5›èû=߇uÄ|² Ú†òR£É]Û†°(‚}³ ¥FÕå ”(ìÄ=ÝŸq ‰)1×È[£(®¶Áì)òvÑ´JX®uÛëªü€÷¥zB5ê< ÑÜŸmÂunΣ½éÁ–«àH•—‰ë$ºö'›ß…[$Ë* ƒUýhߪæUÕ€•ßá-7^Q·ê@¶hÿy´ .œ÷¸Pœ— ½-§j`h ì_ðffew«B_—“e«Å‚ÕbE’ý{—½F£A§×ÐÁ«‰¢„$ŠÈ~îv‚€F«A«ÕݸöúHÝå¢o;l½êùeZ[[(59yâ+®]»æWp£¢¢ÈÉÉ#-#IA–±Ù¬¥œ:u‚ÚšZ¿‚NffIÉIèô†¾oï&Õ ×j±b¼r…#‡26;—¼ÜÿvnKs ‡ 4lII£hinÆh4rôÈa¦ß9ƒäQ©hµZÿ|«•o/]`çöíȲĨ”T@èÓö´: oŸÁk5sêÔ ²só F§Ó¢Ñø¯ïFÁ„ ìß·‡1cÒhj´qêäI g’2zŒ_¿‹^¯gLZ‚ aßÞÝÄ'$ ×ëû´½`]¨Çù«*+8î, õõ>·ñ¨—i›6¬¿¹á•$™šê‚r‚Ðiµèµ:4~ŠLN…‡†Q}­A£A–¡®®Ž¤””^ûNIIÉlÞô9¢Í†N§ïÓö¼{êä ÆOœDtô0ß·ñcK=Núîv¥½Ô;`àµ,ÙÇ ‚Æ^ü)­ÆÞ†ÒgkµZû£¥z# èõH’„䨿¯Ûs§ógÏ™•E```—ž9âeZC}ÝÍy];oÎÒ_töÜ6~þsî™GzZF¯··ÿÀ>>ÈÄ “˜2ÙϹhll$<<¢ÃAì £Âë—ŽðZ,Î]8‡±´«ÕÚ©ÿKˆO }tƒzÝçÎeÛö­<´àaÖoX€@ZZz¯n‡C‡òÔògxiåý ¯,Ë ~ ý)ÈôƒÈKxÏœ?Ç-·ÜÊ‚‘É>-¹ä[öíÛKNÖXŸ£¼WpwleÑÂųhábþüÞŸe¹[ûzF™8a/­ü#'Lò;ý½¾y‘å6€ÊÊ$&Žàju%6/NGbâÊÊdgfõ<â:ÀÕë 44ÔÚ0Ðkxò¤)Lž4¥÷¶± o/ìb¬VAC嵊W0iµZ¢"†L«©…šºjDI":j8V«­GÕܲr#[¶1cÆ,âã{à÷·y^C¬ÂÛ«µv€•Ê“VÓ1µS²ý¿¸°ç§>Aæô_ Jb—7ªë|çÎeûÎmÀݰqéiélظ¹sæv¸«BÙ^YY)[·oA¯Ó3yÒ’“G]çy'Mœ ÀÅKؾ}+Á!!ÜqÛ4â»y×ï`†÷Æ_©È6(7LÕÕ Ê*ŒmÅdn¥dÇ“5ïw”ìøoLæVª®V¸ÍZøê5/]ºÈ–mEíà–]aÝúO™>­Âé3˜>­uë?¥¬ì z½E ³e[.|Ó­¯ºmÇV¦ß1¹sç±ióFΜ= À„ñyiå™0~¢Ý÷Ÿ=Íæ/7ñÀý’›“KÑ–/ý’Íñµø\ŸÔ‚ñÈVþÿñlÊÏM§øý]Yüd#U¶ÞË&inxäEî°SÕuרQ«ÕŠ$Z1„Å"‰V, z½A=ê®Â»kÏN¾{ï÷Ðë ”––ðáÇqçô™d¤ÛoëÏHÏäÎé3ùðã(--A§Ó1ûîï°¹è‹n}ßúúzLfAÁ,Y¼”/‹6súô×Lž4…Ÿýt9“'Máôé¯ù²h3K/%$$V‹ ½ ¯Ô°‡_ŒCÊÄ_±¿Qò½>ÓyÞþÙù·K°(?‚IHK'=9 ½Ð{ðÞPÛ I"6È’tÝ …;Û`ßzö{re.úáœkª"I[€Õ:­ÓöìÏ^kï¶´´PV^FCcë?[Ǭ™w“ššÊÞ}{8V|”‚üqL?Bë|ð÷˜{Ï\ZZ[ 0°XÌ]noúÓùtÝ',¸ÿAGòã¥ËXõúJ,V ™™œ>sš-[‹x|ÙrôzFc ë7¬gîœy>µç¶Nó²"Æu/òi](|ÌŠó°¯õIÎëåddIñd{ízñï<äØ_½å4nxäUfÜÙ††Æz.nù{žO²o/k+¹½Ckõr|“¸Öݘ‹`;ÿW¯‘WÙŽ,ËÌš1‹ƒ‡òÙgŸq÷]÷‘ž,Ë+>ÂSËŸáXñdY&#=ƒ{fÏaÇÎìÝ·éÓ }Šô®í¥¦Žfæ³XûþZ®/c0x|Ù|±y›¾ØÄ›7ñø²'0 \1^fíûk™yç,F%§tëÌâSäm=Íš7Љÿñ*^¾7”ï½ïµ¾ÑiŒÎÉã±:Ö¡ê½ÈNË`tZ…/žÃl+á9d-ÛE£³[Í Ë6(;k.û¢ºîÈ2¡¡C(Ýýßù §7<‹,ÚáÕGÚ_B@–HŸõKÎ~ñ;4© ¼ûkEäHˆO`ñÂÅ×E•ü¼^|yùmŸ¥ŒJ!eTJ"ÚõíÙ­H¢(²fÍ~¸p!#F$óÔò§ycõë<µüi †®\ù–5ï½Ç=ßqP=Õò¹LýÁ·øðÚ8þùá¦6ý€¤uk½Ö÷Ê[«ÑÕ–cÎŽB+× á÷¼ÀÛ?IÀ@`ôHtreÇþ &N¿ºhpÁk‡ïÅ£mE¡ñã‘·™Ø±ßA2Õ“5ký·„ M"4~²,yÝY2²×kœ*ÈGA¾£½œó<µ—™™…(I¼ýî;,Yü#GŽâ™§þ ›ÍFIÉ%ÞùÓ»Ì3Ì̬µoO=z¥”®RôÆV¤i p¨„9ŸÅ¹oÀWž)œ<©½n³ýáↈDF¥¤Ø°YmöÇàÊ"V«KÃn^|ûü ƒWvÂõðV]­@–e¢"£ÑhtÈ’a£o#`X.12hƒ‡“9ÃÐt"ƶ儽ÂëãéöXñQŠ“Ÿ—ßqO:Kî46k,’(òæêÕüÃÒ 11£ÑÈê·V3Þ|ÆfõK'Ç[¶’¼{$”»ßO2²&†‹§Â?îò­>ç{§=Ržqœ‡¯,c.=ÆY“ûcÇÍ …Üþ‚ÎÒéE‘æÖ&Ìf3AAÁF§b®7“y­%;´´^Ù,‹´\ÞIdüXD› M'ðú–§,>^ÌÓOþ#/¾¼‚ü¼‚œÞÚËÎÎA”$V½þ÷ΟϺõë¹ïÞûÈÎÎñcïÜS=fÎü>çåÎ/¾•|XÂóT×_›rý-ìÞù™²îy;ÁÀ°èa>r ã'¶Ý£7~!eG? ùŽåˆeØZª@²!Ë2ú¨4j/î@{›÷ç ¸ñ î”—“Ç‹/¯ /'¯G~Ó—ör³smVÖ¼÷gýÁ£äfçô¬M_#oËIþúiÿÿ+îOD¯€š‡—øXŸŽh­oAt‰¼JÏ«ÍgŒáÏ”[¼ÎΚòq×I |sî {öîîfÊ2WÐúù4a!±ã@pøaY¤ñÊa®zyÜÿõ ¯»‘<·ðææ‘—›çC‡Ç·ï×™òó H™Lddd/Œˆ¹_³Æ£ðEm<-˜FnºïWämÙ{@ÓU®NdΔ²ÇÒ´õ5ÞþüGŒ®¥TÊçÞ;\âRØdÿá(v¾uieäŽ÷Öjµ:’G&“ìzU™<™ÖòmœÛõ6Rs™b¯hÂ’Æþ!0ÖûÎïë놻Ð^DDD¯¬›Û:åZöÿeÍ 2;YߥvŸþé2ÐF’½ð%îš2–[~þ,÷ÿüÞü×'€0Ò¼À]·%tôý¹ìMxkÖà€W£ÑØŸŒîÈ8ø¤¸B¤¸Âë;Ínv”FÛñ¾8AhjjòûíFmë Š7´½®Ù†f¬ÜKq[¿Ã÷v‹îÖãîâ×kïâ×.ó=ò·Ã<¢ì¼i"‡çÕh¢†Fa6›  7ßfE†FGÛo7 <<œªÊ bbãzå;UUUFú¼½îxÞÇu]éâõÔF xuz99yìß·¬¬LEÑ/uku:D›ÈÉ_Q8c&‹VKfVöïgò”[ˆ6Æ??,!I2×®VqðÀrrsÐ }Þ^wà=zø ç…&LRáõ¤€€ÒÒ3 2„ý{÷P]]í·{£4 C‡FS8c&©©£innF«Õ‘””„$J;v„†ú¿¶ANn6±±±!BŸ¶×½T™¿So7 ¼ö"’”4Š1cÒü~ç°$IX,š››;Dû”ÔTm¶\uJÐ màÞˆöú*RˆÈ»aÝ'ò6Jím9U½£¹÷~W…W©‹S»Uaw—SÕ=¥˜öx~úÔ©.×9ÞÏõõ9¼Ý=ÂþÏ£Ù<ûÞ •ª~¢G-éÒüY¸®Ö§Ô¾zbŽúTÿÁ£ÆߟSæÇº\äío¾HÕà•Çs„ìå¯3ývQ®×åÕ?ÿýùSa‘ƒ^ÙsñEÏ/ÊóZ‡ZüSnfuË6üë»Åü¿ÇòUû0ˆäKÔm¨«øðú*'àÿòÎ1•Žî ± ]åú?—¨§ø~hÂ"",¸^#¯A–1:2&'3wT0ÑAÀÖÜÌÞ”SÜZ8Öç†^øQûí4¿|ë¨îX”ío–Üÿp±ОÝqÂôö9 ’&€ÛïËbž\É_5Ңѓ”™À¬D_~t†»§qÈð†GDnÌ@+Ð 4µŽR­xßà˜Þê˜ßˆØ/Ýn»Iãm3nqÚö[èlMMœ66r¶¤†¢]¥|K Ùñzu¯ªàö?ÏKH1:«MD”A–ìï­6KK+& øùkÕ½«‚ÛÏàuôÚ”Y‡öÇIØ$Ð8¢öäªê^¾‰À•ª?çÑÄHÂ#" Ÿö:—¬ý Þæ&Œ&¹íº |ÆU»p~¶üÕý,u¿ºÇ}ĵpá½ßòY“ãßã+xéPSÿ‚÷Üá ŒÖŽé˜ëR4nR7O¼¢<Сõjš³ò•Ó@i™!ÀUÖ¾ð9Ê»¸LgxuÑ òGÇÙ£sD$Ã3gô¼«O™Ú¬°²ò3Ü?yðg+÷µUØÎý­DUÑùàÿ#V¾ú3RËŽüÏÅEleìÙ|”K×L ls¹ÿÓ£Se?}y¯IÝ­ý_“ƒOx¼“bÓ†õ<²h‰ÿ.c´}Ë3 øåqHö»Ÿ àO3óùE1Äüh3ŘD0@ÓV~0úûl42÷“ó¬®áäªï1õßôMªL½ºy.Ì)/+cÛ–">ùðo|òáß<Îg>»–UÇƳì ºÌ_6-PùÁ*v×yX!!˜ìGŸñûëùÚÔ‹jn•—•ñÕ±#ää#(8d™šêj¢†u™³…ão¯á[ŽðLÎ0:àØ´‰U[¯2ó{ÃÝ{Qm@«^vSèÌé¯ÉÎ+ $8˜àÐPt:û;’±ú£*ûûÐáĆ ma®¥¢Š,l{ý Êîý!‰Šh5‹€HÕÎ÷û^uÇÞµú:‚CB E¯×{<×îY͆z€,žß¹'RœóŠ”®™ÃØ' \Íú’‡y|X›Ñ`óCÉÄ  ¥Ñì÷u×x‹¼jéÿ¥§’$ dÎË#<¤jv¬.¢ ï1æTB®%îî%LÕœäÝ/ux„t`ÜpÄF30¤ï"ï›O«·°­yçë×!˲÷‡—h¢¹ï£J<å,41 ØX­ø-&£]f®:ÂÚÂPÂ#"ÛÆ¶èøDj×מE^Uªú»TxUõ¥\£­»(Œ¯QX§nOU~Wèü¥ÂíhsAòm—l„yUõ¥DE‘¯ÎÒ%ßëqxØQ @âè.†Q@éø? vÌgpDs­£×úUÝ\E¤±óZ°û¶`®Ç>$\Ô8þoÄ><¬¾­^]' +w›¢X+ãÖyjШðªðºáÇ ¯ÕQœ¹Âé“}Ð)& <ˆìæèq®„Åqdh§"z£Â«ìÂŽÕQQU ³èb%¼Utô ÝkU@kr‰¸6¼‚yUx]RÂÛê`׫Ç$/Ù¯Ùç¢pM Hת°Z¼*¸*¼®9_³ÃûšÜ,z‚Öù™Î‡£ÅÕl»×¢vÖTu±ÓfRtÜZÛ\¬C"¯ÒhkEiÌ€^µF® ¯yqé´Y]VZgô•¼D^|¼Î£EëhÐÕ*(ÁÕºÀ«F^^\àUZP³ÂB˜¼xßN#¯¬ÍÑVZÉ^¥×Õ¸@«Â«ìšup×ù·(àí\_² Êt…U1MTx]׈+ ŽÜ©rÏ”ä&Û^×ê!òºæ¾z^ÜoÑ%Ú .ÑYºª\­ƒ2ýå…½ Xøy]­ƒs´ÌÀN+¡u‰¶ª]På-ë€LÑ%K¸Ïóº;<æ=5>¼ªàªêÀ½º×WxÿwV|©W• /n’ž Ý×Ó4WX‘Z•*_ü¯ë«×µ®ÀÛÄ*´ªzâN¡í*pB§«RÕ%0}˜ÞmèTXUõ5Ì×ILP¥J•ª¾Öÿ.|´Ûç IEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/sort-desc.png000066400000000000000000000016541433352025300225070ustar00rootroot00000000000000‰PNG  IHDRÄ´l;sRGB®ÎébKGDÿÿÿ ½§“ pHYsÄÄ•+tIMEÚ *#S°ƒtEXtCommentCreated with GIMPWIDAT8Ë¥•Oh\UÆçÞûf&a’HÍ$e&T µ¥ÅLQDJ)âÂEJ»q!T¤. .ܸ±ËvåÊ¥[Å›¬K V¡ÒbÒÉR›NI3oæý9×Å›7™ÉL 1îƒwï¹ç~çÜï;WšOÖ½¦)a;$‰cðìß¼”J%¬µ8U¥ñ°AýÁ Îcø?æÕEjµyæÅ…a‹‡ çÞb¦Rá öÏ£5nߺÅôái\Åc™©TðÞ(ðLeëa«…‘lAUK'`ŒNÛ+ªÃ ¬µˆªŠë¿,ÉOèZš*ß~¿„1‚ x Ueñü ŽÕ¦‘=/S0‚‰Iª|÷ão,o(Ë͘ÕfÄÒ¯«Ü«?†]¾y}©LÑïBí/¡±¶E»Óa¦<†ˆŒð47\?¿ë¿›‘AHRÝÓ·‹e0°ïCì\6íœ#UöÒ„8QÆ‹®çž8N†r}âADxÖêðÅŸ¸ýg¼çP¹¸Ø{ ËgצXøk W?Xàò»§2 }¥q™•(êÇ1¥@¸²x†þe¶Zgin¶„T=Œsöì ê«k¼r¤Ì¥‹ÇiwÚY°Ô¡šBV¹¼Ž;L8yìE®]^àîÝûl>Ýêæ“­·:1wþªs¼6ÉÍkïщ’f¨fåÌçâÈÇvñæ©*_ò6Ë×1>^(ÙÜØäÂé9¾ºòa;"íÛ—ªö¨kò ØÍÉv”ðú«³|ùÑ9VV”‹–p»ÅÉù >¿ôÖ:’Ë}<öTý¤..¼Ä½ú:?,ÝçåJ™o®ž§T°#}H±ë!VÅpN=|ºx†À>¼ð¥À’&éHQ¨HOÆ}<ö# ŸO}üþi’=‚öZœ÷$ QLo_;ûé¾&Ù«±Ñl255õ\ý?7¨÷<Ýhb¥P(âJccT«Uþ¸ó;‚±áÈÜ““È“õÇ^UÙ~¶E; Ѽkíç5év»B! ƒµ–ÿsT”( YX(QZZÂ7› ¶·¶xçÚu¦‹E^æìï=áçÛ·™œšÄ·£6Ö:¦‹ETõ¥O/á¼§ÙhàcÒ ÁC†T«’$y§†\.ÇøØøçÆDß_¬®ÓûÝ¥^¯ÇÏwl­Ág2ÌÍ̱¸¸„ˆ<ØCZÑô©T*'œžžrum( {ÿŠ*¨bŒÁ9G.7ÂÍï¿ãóÅ¥ÔÚAê*«J"‚ª²¸G£QëeR¿Àp£R«rR­ðúåUêõú ùöÏû("”æ–PéD÷ž?Þ`ïá-fßý‚+o~ÆÓ€ú §tõ¿«*ªŠµ–­ÝÇl<¼Ïúƒ{ž6Øýí&ËïÉþúOT[)§Ò1ïÚõð}âÁƒé žŸ)*ŠÁ;džˀu”ïþ@»²ÉßµJ?êPeShÝöl*G!ŠB°EÔŽ0ÆR.±»·ÍÉî=~ùúQí kL­|€IB®|ò ùõ¯øõÛ÷¨•7SÛ°…HrFEZðÁtÔ€uޏòˆ‰¥5|GãÙ‘Ùü+h\ctú2£…"Qu/µíÞôS!"ˆ*(ÃÁ0±ÏYºÀXq…¡É¦üI»… Æ),¼6‡ª""$ÆôZ×öº¯‹°ÖqR-³³·EDuæV?¥µs¬4iîÜa¢ôIÜB²ÕA*DҨùaZa“$¦ E$˜åp“ÄØà" ÖZÔ’ÁLõ²í"ö=Ä‹`hˆ•åרØX' CÔ8 —>dwý9ÛÄø€.˜8j0¼ü1.˜@Ecz2öýRì.ŸãíÕ«iv‹[×iŸ>A’èlècdó³¨ÊY?£`À«BÇDQ40Lž,>‡/¼úŒJ“Î é‰N{Û$Ýåãc …¦¯ÉϵATù·|ŒóŽlvärÌÏÏóç¿c0/5è5ÌÎÌèˆP¯Òj6‘Îhä<ÛÄT•l6Ãh~œL&ÃÝ ê†HÏÓŽIEND®B`‚caja-actions-1.27.0/docs/help/fr/figures/start-context-menu-caja.png000066400000000000000000003210631433352025300252600ustar00rootroot00000000000000‰PNG  IHDR¼ûÞi‰WsRGB®ÎébKGDÿÿÿ ½§“ pHYs  šœtIMEÛ "Ü¢Dç IDATxÚìw˜UÚ·ïÎ==¡'çDrVœ“¢®a7|¯9`³bsXÌyWÌ«D•Œdœ‡40 ÃäîIª¾?º§™œDŸûºÎÕÝU§ž:õœÓUçwR ‚ ‚ ‚ ‚ ‚ ‚ ‚pa ùÛAAAþX¨šà¡+‚ ‚ ‚ ü®„¯¦,‚ ‚ ‚ ÔGܶˆøÕ4Ó1šz|AAAþÜbW­‡Èm6ñ«iDÜòŸ@[î;ÞßÕÅAAAþ\"W©áS­ZDôjOhFL~Ô%y'‚ ‚ ‚ ÔÄÏŸ>UNÌ*ÞO·÷{å@-â·IÂW__±;ú–Üæˆþ9i€äž ‚ ‚ ‚P#þ‰.9³ŸÅïLoíµ.¯àu—ûîªFøV¹š¦ˆÞº¯OìÞqËÿàTN‘äž ‚ ‚ B=ÈÎ/ÂåV'ÖtZ¬– Òîä ý€~‡¿3½»Wܺ‡÷Óéý^^—õWîím´èÕ×WìžÌ*”Ò*‚ ‚ ‚б›SPÈžMKu|§‹†¡(jqz!ØÍÌ+ ßÐ Û¿3}€Wà:ïw÷³l mù!Ïe4IôÖÙÃkŽHñœEU¥Ä ‚ ‚ ‚ Ôƒœ‚b²òììÛ²Œac®$%!¤AÇïOËeé¢oéÐ{(¡A~¤]¯¦ J½·Ø @Q9áëôŠÞ2ñ[è¥!ÂWSËv͈ɺ¯ÿûí•:«D(8¹üÃËQqS^ kôFÂÚÇ?¢£”rAAAþ”œÎ±³iÕBޏœèЀFÙØqèû¶,ã¢c‰òÚ¸ÐìœÊ²±ñçyüüé37”»…^±[J½¡Lô*ÞÏ곪·à­Ï¢UT×¹›wt%/ŒV«AUÅJJJømÇ|ôæPŒQRÒAAAøÓ¡ñv-F‡àV7Z624}^[ešìB³[‰0¯ØµãéÝ5Pñµ¶Õ [¥‘[ïáÍÕ Þ*ïÏ­n8³ât (.¥îóms8äæàt”’¾åíOj mMD—ä_ ‚ œEA«ÕŠ#A„C«Ñ”{î¨M¶U¦Éª³»`é¯õ²3nXÿÙ-³mÐéèÚ± 1Qœ:}†{SIŠ aô€É,®Ñn5‚·0zƒ®q[]O®RÈ­—è­kÑ*õjër¹(*.¬ð;/7ŸÑ#Æ_£ÑÒÒ>üä½jm ‚ BC)(°sàðqì……(*ø„„Ñ¡]+–­Þ@rB,ö¢b²sóhKB| Z­–üGާ“_`Gq»1›M´IN$2"Dœ+‚ 4MyÙDí£Ñh|6j²ûúÔ‰µÚ¸{ÎUÒQ—ÝEËÖ2uòÌ:æ|¾Š2|èÈQùç‚üͼõÍzÚµk_£ÝJ„&<=»ºrš³lørYP* ` žž`….\U›àõ5}W—VEUÙºy3§???† Npp0'NªÑhLL+\.7¢wA„æ»ö¼Ó<|ã%´Ž F§Õ’•WÄo2øaýÒ3Îð¿Ù×ðÅ/»HŠN¦WJ ß­ÜÇÚ}阌4.;wMêN‡Ä0ÌF=§s ù|ÉNNŸÉ%2\D¯ ‚Ð8š¿‡·év+ǯˮɠ'À¬#Ôjaê ™óÙJ@ÃÔjµ“_DZFmÚÔl·ÖÄnÙkŠœœ}7oùáÌpv1«õòV¼å‡3×Ú˪2qâ$BC¼?ìö<²²NÖº¢³ÃQŠËå’^A¡ÉìÞŸÊË÷ #6<§ËͱSy„Y-\Ú%ž÷ço¯÷ªÁ)q¸H?cCUÁáp wðô­CÑë´”8\ÍÈ#2ÄŸ„(+Ç÷f,NAE9ýØ =¼”뉭ÙîÝs~¨öø²Þߪ=¼µÛMi›ÌœÏW1õÀ6yh $Ð#vç|¾Š”¶ÉµÚ­D@ b×á å­r{ã*•ôiƒ^OT¯!ÍÕ ØÒÒR¬V+é§מ»•p+.\N—¼æHAh2%‘!þü°z?Ÿ,Þ‰hJ×ÎíÙº}/nfn!¼þ3­Ž¨ˆpŠŠ‹¹ëò‹Ñë´¤gÙ˜þÆÏ¸U-N·‹.퉊 —g• ‚ÐhÎåÞò »ì’ ¿—®ÞPcüºìF„‡¡¨0糕L›<ˆ ?@C®­ˆ9Ÿ­"9)ѧ»•ð+'XÝåDn žÅ¬ÌÞ߯.¾j¹cÔË[¯UšNw•m.—T½ÞаÜRU\Nwµ6A¡!XØ™zšžíc¸rpGúuM õd.˶%+;¿BÜÕÛÓ%)1UU9––N»„PVl=F 5”Ä„XTE¡ÔáD§Ó˳JAh4åçÄ–8šl«ì™T—ÝÚÎUy_}ì–:\M©)§-U•R‡«Úó•·[ s9áêô Þïv“7©8¼¹¬—·,uŠÜúÞ²IÁ…_:w:]¨ zƒ±¡¹…S†4 ‚ Í@۶ɼøÅ&÷ˆ§CR8)‰a èžÈ€î‰L}ãç qíÅ FC ÏUUQTÅûÜ“ç” ‚Ð º³op+½¶iËöz{Qïîè¼oÐj58ÝJvËSݶÊûêk7''—ÓL½q !rmE BH…©7bÎg«PT…ÐÐíVv g‡1— \?¯àõ£â‚Vzï§¶\PiÆE«ÎVª[¥ÙéBØÃ«Ñ CšA„f¡°°„Ø0 ó×bÁºTÌ>}â Žå`ZNeYë{þøûûqðD]ZG2¸W2 ÖbÇ®|Ün7ZÇQ¢ª˜Ì&q² ‚Ð(45 =®×jÊÞøeTSnˆ°¦Ž!͵‰ê†Ú=q"ì[ jÎg«@U™:yg!«òüG+®Ñn5‚×ÍÙwðË}êËm7àéý-¼ªÎ㥜ø­±Ç·¶ÞZçðº\.4Ú†÷ðj´Z\.¼‚ BÓÙ·ÿ ÿ›}-yö²òгZ|ûNdT=@=ûL‹á??ídæÍCˆ ä½ã9yÆFdˆ? ×bÅÎLâb£ÅÉ‚ B£Ðj¨U˜ÖFÕ9±”›k[s¼ºÄtCí–:]ä9Ø ˆ`Îg«˜zã@ýM$D×j·²[8Û{«¯ô½ìwùP¾w·É‹VUVËgëÕ˜s9Ý8NOO¯æìaš²ñÝjYÝB­ š·§S^K$‚ 4°°~ÚJÇäp’¢­h4Nd°pÝ!2ò«ÎRճϴ2Ï”0cî2®Þ™”Ä0ZÅs:§ã§ ð3ûɳJAh45½/·¦•”+ÓjÞ—[¶é\ÚíÞ­ /¾ƒNGl\ Ö`«Oã=ûÁr’bC¸´gvÍ«Ñn5‚W[NøÖ&x+÷ìVMšÃ[AøV§Îrs² D¯7 ×Ðé èõzôzŠ¢àr9q»¸\NïwGDU^A¡É$%ÄóÅŠTì…;q8JQÑ`6 #!>–„øX.pñq1DFT\y9"<”ÂÂB^új+……E¨Š‚Ñh$66šà yV ‚ ¦üªÇesb»téT¯c+Ïíi5å–¶[ÙvÙöÀ  R‚‚øípNµ×^KoùÛ²Wik»5 i®7õšÃ[Ý–°ÖÌŸÿ?ºwo× nß~KX+Y DAhâj}võèÞ¥Ö癟ÅB›ÖÉõzö ‚ B})ë1Íȱ7úµD™96Ÿ-¥Ò\Û Ånu®)'rë Puînƒ†67zѪø>×qlíì›÷SƒœžDR¿ë¥Õ\AA„?,%N7#Æ]ÅÏ ¾!¾Ã¥[t|^¾ûÖ1bÜU”8Ý>ýt¡Ù­CôBÕ^_M%Q\ãÔÛúPOÁ[u›Ñ?œv#¦7ºˆÞAAኽ¨‹ÙȰ1W²tÑ·œh„ac®¤Ôᢨܻn/4»5ˆÝÊ¢ªïõ­,€[JðŠ:AAAh…Å¥„Zýŵ:¾Ô颰¸ô‚·[N«jê!z5µ(÷[¥ÚEð ‚ ‚ ‚ ´Ùyö?½Ýò+@× f55ˆÚúˆáÊ"¸þ‚·C`ß/Y-¥TAAAh4³ø¹¹B·VêìáýßìkÉÉΤ§WAAA¨§jõöìž<‘ƻﬨÀÕ4w´’ ‚ ‚ ‚ ¹ÖÃMŒS/q,‚WAAA8_b·¦¹»ÍÒÛ«oHdÒ,‚ ‚ ‚ ÔKÕj4ç= ÒÃÛD^zéeî¹gŠ8BAAáw†Þ&àv»1šŒÌšõ¼8CøÝ‘ŸŸÏœ9/’““#ÎAADðÖ…ªª›6o&"2 »ÝÞä¸ ±Õ’A«ÕrçwàççWïk*..®wú/×Yß0ó™gHJN&)9UUyûíwèÒµ‘QÜvÛí|МååB 寯¥®5((­NË”)÷ž·kû#æ]sø !ÿ $H A‚„ 5ü!{x7oÙBdTt•pøðavíÜÅbiò9ºwëÖl¶šó;wîÒ¨ô—Ù+))ù]]ge¾úúk"£¢yþùYUö:uŠ×^{¹sç²iã&2Ïœá±Çç±ÇeçŽíÌž=Ëw=f³ùOÓ¢T›ÏÎ÷Ý{/AV+|ða³ÙLKKã–[o¥CÇNDÇÄÒ>¥—_1‰+Vœ·r[Óè|åïïí¿+‚ ‚ðg¥ù­òÆÙ¸a=~~~¾ÍAAA>¡S§ïþšZôz=õOS%\.z½¾ñ^«áµZ]Íé)wMUÒ_Ãõ6õ:››/¾˜G÷îÝøú›¯yðÁé&¡§Ÿ:À€þýñ÷÷gëo¿¡ª*ãǫࣈˆˆ•£ßSëP³ú¬Üõ5õZ].NWíþ×_{µÙÊËåbÒ•WѹsgþûŸÿIVVëÖ­#7/¯úò}.8O奦ü­Óò-‚ ‚ð{§Åæð†‡‡é »wï&*:†ÂÂB_EoîÜ·¹¤ï¥ÄÅ'Ð¥k7ž{®â\Ø-[¶0xÈPâ3f,GŽñm/o àƒ?¤_ÿÄ'$Ò³Wo^yåUE©ÿç_~aÐà!$$&µÈ5†‡‡ùöåæærà 7’˜Äð#Ùà@…ë*Ÿþ±ãƔ܊¨è¢¢cªg³Ù¸í¶ÛiÕª5:vâ™gž­r«V­ªÖgM%==µk×2÷ßÿÆf³³vÝ:ß¾¯¿þš1cÆкM[¢¢c|¿“[µö]SY(ë…kJøê«¯}ûÚµOáλîÂf³ùögggsý_ÿê˃ÿü÷¿Î_W¹iIŸÕECËóÉôô*6êòOcØ¿?Çç…Ù³èÑ£;111tíÚ•[n¹…+.¿¼Úr[[>Ô·ÜÖ•O5ý‡>ûì3zöêMLlݺ÷àí·ßiñü­ìƒÚîç¢, ‚ ‚ üYÑŸ¯¿ð¯ñÑG3kÖóôéÝ›¬¬,vïÙS!οæ¼È‹/ÎÁĽ÷ÝσÍàËy_T±õÊ«¯òõ×_óì33III!55•¦NàÞ{Ï® üÒ‹/ñÒK/Òâ×7}úƒœÊÈ`ÉâEäæå1eJÍ+9þÙgÜpãlÞ´ “ÉXc¼iÓdßþýÌŸÿ#ùùÜ|óÍ„‡‡sÛm·6Øg 嫯¿¦_¿~´nÝšIW\Á¼yóè߯ãÇ'88„n¼Ñ×ë½cÇÎ*×T¶­¹Ê€FO?õ$mÚ´!--‡y”Ç{œW^yÙ“>È™3Yü´d1yyùÜ{ß}*7-á³ÚhLyޝb§.ÿ4¶‘G«Õòý÷ßóÏþ³^#%êʇºò¹>þ¨é?”‘‘ÁÔiÓyü±Ç˜0aÙÙÙœÎ<Ý,ÿñ†äo]÷ƒ–.‹‚ ‚ "xëA}†Þ•ÅéÜ¥«o[Xh(o¿=×·¿¸¸˜ÿûß¼üÒKLœ0€ØØXºuëVaˆßc>B¯ž=¸ëÎ;¸åÖÛ*ìWU•ÒÒR^{íu¾ûö[ºuóœ3&&†'œ?Ì”)÷øâ?ü𠟽¦ #¬î† Ê{kÍfcÁÂ…ü÷?ŸÓ±cGþþ÷¿3sæ3UÒ¯ª*ÁÁV¯˜«0ì»|<›ÍÆ?üÀçŸ}F§N¸ó®;ùäÓO¹õÖ[êôYS™7ïK¸ÿ~TUåºë®cÒ•WòüsÏa±X0™L¾k Ãßß¿Úk*ÛÖeફ®ò¥/66–Gy˜Ûo¿ƒ—_~ ›ÍÆÂ…‹˜÷ÅéСÿøÇßyâ‰'ë]nZÒgj5CZ›Rž«+Óµù§±DFF2kÖó<õÔÓÌšý]ºt¦w¯Þ\}õU¾rYþz j͇ºòÙápÔ+Ÿjúåææ¢ª*£G">>Žøø¸&ÿÿš¿µÞÎEYAAÁÛÌ,˜ÿ£oî¦N§ãÌ™3¾}‡¦¸¸„Ôj£¬‚ì©È†SZZJiii…8©©©rùWT¥%%%8Nß¶.]º´Ø5¾jŽ;†Ûí®p¾Ý»7é\GÅívÓµëY‘ݽ[7ž><³Â°Çš|f2™}î-[¶™™É˜1£=çíÞÄÄD,\È_®¾ºQ6›ZL&¿mÛÆ¬Y³Øµk7ÅÅÅ(ŠâËócÇŽ¡( ;wößµ\~Ô§Ü †sî³æ,ϵù§)×vÓäÉ\}Õլ߰ž;v²vÝZæŽx›Ù³f1yòâÖ•uåóáÇ›”OíÚµ£wïÞŒ;ŽQ#G2jÔ(F…VÛ´Ù Éߺî-]AADð¶IIIøûûû~—¼>Ê-zTÕUJ+÷Ì”‰½o¿ý†`«µê–rÙÜ•ÆÊ×Xš:®µ¾Ôe¦>>k(óæ}‰Íf£MÛvüþå—_5Zð6µ qÝu×3nÜX¦O›FHH;wîäÖÛnÇív×y®†”›s鳿*Ïeþ1|8ô!¡¡¡ìÚµ‹[n½ ·ÛÝäÿ‚ÅâÇÐ!C:dS¦ÜÛo½Å³Ï=WEðÖ7ÏkÊç¦æ“N§ãßÇÊU«X±bLÊÿ~ø·çþû¼þ'4ç°, ‚ ‚ ˆà­' Ò\yõÑòÛ[µj…ŸÙ̯k~eâÄ õ²QÓ¶Ö­[c±X8‘–Vc/ªÚÌ+¢Öe/)) NÇ®]»¹ì2Oæ¶mÛ«MÙû|ÜŠR£ÏÊlîØ¹“A°sçNÚ´nF£©·ÏJii)ÿûá^|qN…á³¹¹¹\uõ_8yò$±±±UÎUWzšZ:D~~>ϘAX˜g±°åËWøö'&&¢ÕjÙ³gýû÷÷ù«1å¦%|ÖÒå¹Ì?O>ù„Ï?ë×ohÖÿAy:vìˆÍfÃívWH_]ùPW>××5ý‡ÊDo™8ÐÿÇ?xëÍ7ÝËÛÐü­ë~Ð’eQAAïyÀl6só-·ðð# ÕjèÙ³YÙYìÙ½‡ë¯¿®Á¶î»ï^|ð!JJJèÛ·/‡ƒ;vrôèÑ]ð%++«ÂJÑà™ãÀ¸qc™9s&¯¾ú yyy|øÑG5Ú‰‹óÌ+\²d /» 4ÂBC+Ä `â„ Ìœ9“ˆW_¥Àfãõ7Þä®;ïlѼúé§Ÿp»Ý\}ÕUÔêÒ¹3_ó ÷Ü}÷9/qqqèõzÞy÷=n¼á¯ìÙ³—ÏëÛÈèÑ£yú陼òÊËØl|ôÑÇ€§wÍd2µX¹©ÏjZܨ¹Ês™V®ZÅ•“&qòd:o¾õf“ËÃöíÛyý7¹âò‰têÔ ³ÙÌþýûyò©§9rdYW>4×ÿ»¦ÿÐöíÛÙ¸iƒƠ׳xñbâãã›4¤¹¡ù[×ýà|ÞÃAADð¶=8 À@žžù ééé„……ñ׿^ß([wÝy'a¡aü{îÛÜÿÀTôz=)))Ü4yr‹^CßK«Š–´ãÇÐëõÌzþyîºûFKÛ¶m¹÷Þ)<ðÀÔjíDDDðØ£òÔSO“™™‰ªªœJ?Y%ÞìÙ³˜>ýAÆO˜ˆÙl↿ÞÀÍ7ÿ_‹^ã¼/¿bèÐ!U*öcÇŽåË/¿l”àmj åÅ9sxîùç™;w.½{÷fÆŒ‡¸óλ|q^xa6w{ó ¥}{n¿ý6¦OÐw--Unêã³ÚVknŽt•ùçé§gòì³ÏÇÍÿw3͘Ѥk‹‹‹#,,”þ5Ç7?7..ŽÑ£G1mjõå»®|hŽÿwMÿ!ÿ–,ù‰Ù³_ ´´”nݺñî»ïœóü­ë~p¾îa‚ ‚ t4Õ|×ày?¯ùî;n³½öæ¿ÉÉΨ²`” \H|úég¼þÆlܰ^œ!ù ‚ ‚ ´0e çž<‘Æ»ï¼ÃëoÍý p¥@!Pà Ù@–7äx·Ù¼qмñ€p  –û,£Ê<0Y EøÃ²{÷N¦Ÿ¤sçΤ:ÄK/¿Ì_þrµ8FòAAAø“ ‚WøÃ¢(nž{îy>Œ¿¿?&ŒçûïÇH>‚ ‚ "x«"+… ]ºtaù²¥RŽ%AA„?)Zq ‚ ‚ ‚ðGDzxAAA„?$ÒÃ+‚ ‚ ‚ ü!iPïÑ#©â1AAA¡N:vêra Þþ— –\AAAê$';ë¼EE…’k‚ ‚ ‚ ÂÌáAAAþ4¨‡Y¥YAAAø# ^‘»‚ ‚ ‚ Â…‚ iAAAþÈfAA„¦ ª”:8NTUüi‹ŠV§Ã ×c4™Ðh4âA¸Ð¯È]AA„Šb·¨°“'O°k×NrsrÅ'R4 AÖ :vìLrr–€@qŠ \h‚WAA8‹ÃáàäÉlÚ´‰¡Ã‡“œÜN'Žùâr¹8zô0+–.CUÚµoÑdÇÂ%xeH³ ‚íÛ¶Ò·ßeËûÕÅŸB“p:ìÚ¹“aÆѺM;qÈŸ¹R­×Ó¶m{´ kV¯&..£Ñ$Ž„ Jð ‚ 4…E…lß¾•nÝ{`ñ‡MâTF:;vnÇVhGQ·EQp+Š÷·‚¢¸+ýVp+î ¿Íf?† F§ŽÄ©B½Q…¼¼<’Zµg$&&S?—ËÕd[›æ±q»ŽÚ8xªhc¡KR·æâ”`q¸ 4§àmŽþÝ¢"ÚGVv‘á´oß³ ÷j©HRRR‚ÉdÂb± ×K;Í-v í¬ß¸–îÝz²fí*úõ@ày˜çd/´ãt:kc4ñ÷?w‚<7/‡¬ì,JJ‹q”–ât91M‡N``6[{÷ïF«ÓÓ®M;‚­!M:çaÜÎÖm[èÔ©+ñ±ñ _P§Ë‰ÓéÀé<ûéðý®¸ïtf& ͧC‡Ž^lFÆAýùÐh4¨ªŠN§C•‘pë~]Eß~—5ëS:½UUQ¥Ñ÷„‚B'³¿ÜÏ®TBÃèÁ€îñèuàÒ@V~o|—Jd˜‡¯ï@H€Q2SšCð6uHsa¡õ›Ö3dÐ0 #ûìaÿ¾=tïÖSrB¨^”Øløù™ ¶Zq¹\dž9CXh¨ˆÞ 5? í¬Û°–ÃFDxXóþÀÀƒ :‡¢»½N‹54¬ÆJŽªªØìv í…øû[Z4=¶|Ž?BpP0)í:`2™}eÜét’ŸŸÇ±ãGص{—ƒ¡ƒF“Í®=»Ðw@ÓNÞÈûú†M«X¶|!.·»ŠÜ3›ÍŒ} :v;'ùi³Ùˆ Ý¨i¸µÆü¬^ ª ‚N«áÛ—oÀn/ÄårbÐΩ?Aøc6†4æž°íP½÷mƒÂ͆m+X}x ùèôF¢BcèsÉ`n:‚Ý'ÎpÝ3¿2óo]¹¸C˜8]š,x›ZÑÝ¸Ž‘ÃFáçg¡¨ÈNëVm˜¿h¾^¡FJJK AQôz=Q‘‘œ:ADXúÆVH…ó&v×®ÿ•‘ÃGc±ø“ŸŸK@@ãÆLàû¾eØàaYωØÕé4øûàv»kB†À€l…v ‹ZLô=~„ÂâBúôê‹ÑhÄá(¥¤¤—ËÓûl0±Z­ôìÑ—ËÅÊÕËð÷Àá(%+ëÌyËÏ¥ËЯß@t:­gX°â6¬( %%¥Ì_4°Ðp¢¢b[<-N— UU()-%&¥Š¢¢ª*ª ½–έ"(,urød.E%N‚ýèÓ!Æ;¬\n7‹æ‡F£ñøýŸz¾{zƒN'¿,[ÀE½›^9s:¨Šâ¼*h5ZЂN£%ÐߌKüB#CüÐêt–¸QT—[Áår{¯Æ³ÈŒª6Þ¯MÈãiGèѵ‹?Š÷zê¾GÒ£k/vîÞF§”.ê{Íùö_ÙýãÈúõë0`yyyÔ¯aàØ±c¼ð ¨ªÊÊ•+ñóóû} Ó:òîСC´mÛ¶Eï ÷žfË®SôJä§‹¸bX'†÷ëJXX8þBC F¯7MHH0|øÕÛÜÿÿž`cêÖl?É€n±‚pmKWt]¿†Q#Æ`±T»«]ÉÐAÚ¼XͦM›°‡øBRR2ÿüÿGvvv½Žß¿?3~˜ï¿ûŽ„„„F¥¡9l4‡JJJþx-2z=aa¡dggSZZê«êt:bcâÈÌ<]çÂCe³më–þ´˜Å ~ä—%‹Ù°îW²ÎdÖëø «•á£F~Îöâ?â®0GòÂÂf·±zݪ*b7#ã_|ù_NJG¯7xD¯×_{=?.ü‘ÜÜÜ–»þ¸ÝnNgœâıcø™Íhª©h4 z=''#=·ÛE@@ <óE›£bµkÏ.ú^܇ÃÓé@¯×±i˶nÛLXh(;v¡m›v9v„Ÿ~Y̺ ëPUO%¾  Ï#ôšaÐÆâv¹ÉÉɦ¨¨¸B°Ûíääæq(5•}û÷ràà:HêáTŽ=ÊÑcÇ9žv‚S§q:ü²l~“Óârz{xUð3›1[ÌøYü°ø™ñ3›q*Z´z#Ö "Bq«Z\Ї[‹Ó­Ááö­FSïûIKPXT„ÅâÓéÄårÕ+8N, ‹ŠuÎ{î™Âð#‰‹O¨ñ9âp8˜rï}ÄÅ'Цm;^}íµFÅ™;÷mâéбK—.­°/##ƒ¿ýíïœÿêb„ \sÍ5Õî{üñÇéÔéÂX¼wïÞœ8q¢A‹ø=üðüõÖ[Üwß}Ì™3ç‚®‹|øá‡tîÜ™?ü°evž Òhf߉}$ÄÞ¯±±1DD„ŠN¯Ãåô”[T•ˆˆp†÷ïFBL +6® }h¿îHu#•õDKVt׬[͘Qã«TtW®YÁˆ!#°6ã|½mÛ~ÃâçGZZ÷L™Â]wßÍÿóŸª#— Fã{)|JJ Û~ÛÚ¤s7‡ ¡6Ñk <<œ3gΆÉdÆétb0ˆçĉ4¢££kíéUU•ë%ÐL¿ƒ ð ÔQʙӧÑjuèõú:_ ÕjÑjµØ òÏéõYƒ)´Û.¸|³Ùm¬úu%ãÇL¬p8•qŠ«–Ó¿ß–._ÊÁC‰‰%??—  `n¸~2}ò!WL¼‚ÐÐfI‹Ãá <,·ÛMfF'ŽÃl2¡ál«~YïLYÐ:ŽÇŽ¡ª*ѱ1‘‘‘A``Óêòòs C¯×SP‡ÑhbÛŽ­hÐ0°ßà³Y›71jÄX‚½Ã¼Ýn·Oì*ŠÒ,¯¼h´Èt¹8“™‰ÃQZþŸ†F«eÈàá$Ä'Öi£´´„Ï¿ø”áCÇ7)-N—ËÓCø™Mh´Z´-:½´þþ~ZŒ¨-nEÁ ¸U§¢Á©j} çÓ§Z­gµß†Šn½^V«it>Nšt“&]ÁÃ?RmœY³g³bÅ .\@NN“'ßD›6m?n\½ãdee1ãá‡yó7سgSî½—];wúŽìñÇyzæÓ-â¿;Âï·Þ˜Ûlþ«‹¿ýíoÜtÓMäåå\á™ôÙgŸqË-·\÷sƒÁ@tttƒŽùüóÏ}bùB»wÝu=zôà®»îàÿøG‹œë·}éü9’ŸÎÈAí Ãj Æb±x˨†RG ”‚ª*˜&ÂÂBpI7~^s€~1Ù¾ï°T¡òó¡!‘+Wk ¶V¯]ɘQãð¯$vW¬^ÎðÁÃÑéô¬Ýð+ó¾þ‚Õ¿®Âf³ùŽ]¶b)ï}ô?/û‰ü‚ü:ÏFdd$½{÷æÑGå—_–zDÎÆXƒCX¼x —öëGDd'Nœ@UUÞy÷]z÷¹ˆ°ð:tìÄ3Ï<‹Ëåª0¬ñ7Þ¤GÏ^„…GЮ} O=õt…s×e#''‡¿\s ‘Q\6pûöí«âË2á‘têܙ͙ã[L§,ýË—/§_¿þ„GD2tØpRSS}Ç1€¨è_Ow}óªºðü¬Y<÷ÜóÞßàr¹((( 3ó ùùù>ß¹\.rór9u*Ã×Ûç½™J¥huZbãâHO?IiiiÍe² €ââb.º¤/!!¡¨ª‚^§#.>žè˜@CnN‹üèé=®l›Ëåò}w8=œÊêË+œCQ–ý¼„ô“'QU•“'ÒX³rKÎç—%‹ØþÛVG»Yg2}qÖ­YM¡Ýî³·~í¾™÷/ø‘Å ~l’¯ØÏ¡ƒ½¿!Á^hg嚌sy±»|å2F Ab|"£GŒâç_––vNGvöüý¸iòßùꛯÈÍÍi–ô¨¨ EU8’zƒÑ€êý­¨ nï§ZPQPAUÐj5?z—ÛíÙ®*MNOFF­ZµÆív¡ÕêÈÊÎâÌ™,ºvîV!^Ii …v;¹¹Ùääd‘——ƒËíòö`9q•+« ½¯—;wmÅHaq!N·Ëܨ }/éGtT‡í%=ý(YY'k EEùÍsq:Q¼½ßF£³Ù„ŸŸ ?³ŠFÙl"((ƒÑ„¢Õ£hô¸ÑáRu¸-N—G(i¼=¼çÚŸÕÝEÁápÔÊ=šr®7ß|ƒ;n¿‹úô©6ýŠ¢ðñÇŸðàƒÓéÖµ+ƒ âo»‰÷ßÿ AqŽ?Ž¢(Œ3šÑcF“–v—öo¿ýŽ>}ú˜Ð"þ àã?åã?%  YýWWÞ?‹Å—_~YaûÊ•+IKK£mÛ¶èõz_HUUÖ¯_^¯§¸¸Ø·í­·Þ¢S§Nøùù‘œœÌsÏ=ç«'Ôj;¦ì¿üò ={öÄÏÏK/½”ƒVk«,~Y:Eáå—_&%%³ÙL\\<òˆ/~~~>7ÜpAAADFF2cÆŒŸ»®k~÷ÝwINNÆh4’À+¯¼Òìù÷ÁðÐC±råJÖ¯_ÏÊ•+y衇øàƒZäž°ïÈ)‚ ~8…6 Qøøc2½³žFEUQ½£}4ŒF, RÈÊÏĨ1p(íŒçuHÍñì” ¡Â²‡×^hgõ¯«7f‚wÞ[ÅŠîÈa#±Zƒùuý¯´mÓŽ‘ÃÇpðÐ6ÿ¶™Á— fÓæ¤¤tdâ„IìÝ·‡uë×2jÄè¥Ád4úxe¼ð¯ñÚ«¯JDD/¾ô_}õÿza6íÛ·çСCL¹÷>Ün7?þÏ??‹÷ÞŸçÌᢋ."+ë »víòÙ¬ûSé§X¶l)y¹¹ÜqÇÒúâK/1oÞ—Ìžõ<:tðÙ˜úÀZÏ_}õ¬V+wÝ}7LÆwß~À—óæq͵ײcÇvLÆæyÛì^`ÆŒ‡ª´ôÏš5›§Oo–óa6ûBI±g8¤ÕjÅf³a±X §¨°›ÍFHH‘‘Qœ>AXx8&“‡££ÑD|B"iǃ±”ùådZQåZ©Ýnw•!ÃÖà*=ªÖàl¾ï.—‹}{÷àv+ètžv£œì,\n7­Û¶Ãåt‚:wëNhh(ÅÅ%ü¶e#‡ì§cç³óÄŽ>L·ž½ð`Ëæìß·—Þ]Œ¢(ôês1[7odüåW¢õžÃlö#?¯qÃ}µZ-÷ïC«ÕÒªu› û<@êÁtêÒµ^½Ýu±ÿÀ>F‹ÅbÁf+@¯×“ž~’å+—1jÄh_eppãFç?~ÏСÈãtf:‘‘1L¾á&~þe Ç_Þ,e­üMWãé"E-[ÔFU= ‹x?Ï åªÇ×wn`mdœ>E¯^}p8èt:ÒN'91 ­¶bäE½/â§¥KÈÏÏó¤G)'D¼Âû|°hÉwŒ=Žððȳ>Õ*8%lÚ´;ö`2›¸øâž„‡WßSo4ùùæÏ6µ·Yõ.<¥7èÑëtèõt:z½V‹F£EEEãr£ªnOƒ.ï"Wï5hÏ빸¨Ø+&\ètf½ðlë¸\.{äqÅ#ØŠ‹Š[$M'Nœ$++‹‹/ºÈ·í’‹/æóÏÿÓ 8ÉÉÉèõzvîÜɮݻiÕª:Žœœ¾ùö[>ýäãó_pðÙÑdÁÁVæ¼4ûœùÏd2ñ—¿ü…O>ù„›o¾Ù·ýÓO?eÈ!ÄÇÇ×icÖ¬Y|þùç¼üòËtêÔ‰pûí·{ŸÑ3štÌÓO?Íܹs±Z­Ü|óÍÜ}÷Ý,Z´¨Î4=õÔSÌ;—×_¾}û’™™ÉŽ;|ûï¼óNöìÙêU«ÈÏÏçºë®#22’{ï½·^ç®+ýéééÜqÇÌš5‹«®ºŠ¬¬,N:Õ¬yWRRÂûï¿ÏÂ… éÕ«—¯·záÂ…ÜsÏ=\ýõ;‹ÛåÀåraÔùa0š0 è´:4ÞÞÝò÷Ú²Q)zƒƒÁˆÞ §¤Äâ,EõÅ¡Eï†ÍhÓ¦-‹?yèõ´ZK~^ÄÀ~}ÝãÇ1zäXŠ‹‹ˆŠŒbáâù ¾l0©‡S¹|â•ËwßÓ Á›““Ã+¯¾Æ¥}ûV¨<>ñøcôñ¶`;^~ù-\@×®]ˆ‹‹ãÙgfrÏ”{yüñÇ())áõ7Þà×_gÒ¤+ˆ£Gõ¶QPPÀ?Î盯¿¢KçÎüßÿý?ñD æÿH÷îÝ}6ž™ù4S§M¯ xŸzò)_ú§L™Â?þñOß¾O##"šåæûЃz8³))-á±Gà™gŸå•W^åÁéÓ«áÆ?PJ  Áívc0)ÎÎÁjµR\\BX¸gªÑd$+ë !!! BCÃ8•‘AëV­=½`%%˜ÍfÈÈ8MbbÕyÔ&³™Î]»²sÇ6vÀ@‚‚CˆoÔû_Íf3!¡¡œH;N«ÖmP7§ÒO…Á` ¸¨ØØx F#ª¢`6›iß¡#Û¶l¦gŸ‹ÁÛkݽWo‚ƒƒ)).&9¹¿mÝŒÙÏBQ¡Ý7DÛd6SXhUÅQZÚh_·nÓ­VËþ½{p»Ý´iÛ€û÷qôp*ºt¥m»JK›><ídƒ #??­VËÉô“¬X¹œÑ#F¡×ëY³v5ÇŽ#>.ž^={3qüå|ýÝWŒ6’ظX23OÁÑcG›õþTaø2 )û}6BÁKµ­ôM¼ù6z½¢¢BŒFÇÓŽ3pÀ *ñÂBùrâ•¿»GNN6Z­BffŹbN§‹-[w™‘ŨÑÈ8•ÎÊ•ëHIiM‡íª¬š«Ó< o5§ÓéëÑØ²ôËFÛÑh4hÎc5±¨¸Eq{BôðØÃOVwæsO¢(ª·§ÒíùÒdggyGØDø¶…‡G››‹¢(hµÚzÅ áå—^äÎ;ïÂÏbá7^÷<›Ÿ|’'ŸxœŸ~ú™‡y‹ÅÂÛsçÒ©SÇñß³3gSÿgXó€HMM¥M›6óÍ7ßðúë¯×y¬Ãá`öìÙ,]ºÔ'ºâãã™={6÷ÜsOµ‚·!ÇÌš5‹‹/¾€iÓ¦qýõ××K¾ôÒK¼û·R$$$ø†.Ûl6¾úê+~üñlÝfÚ´i¼ûî»oMç®Oúsr<£&NœHRRIIIÍžof³™5kÖTÙÞ«W¯j·7íâ‚ɶçäMZz!ýúh@£AU=BW£ñŒFAªªAƒŠ-GNœ!4 ‚ÌÜ’bÐjDî B‹ Þ‹{]Ì/+~ÁLLt4ÅÅE„††qÃu7ñżÏ "$8„ØØX¶lÝL\l,7m Ñ;ß+)1‰õÖ‘˜Èšµ«iÕªu½ÎÛ>¥ƒçWTDÏž=yÿ½w+ìïÖ­›ïûÁƒ‡°Ûí >¢jëšÛó°<”šJqq1VÿÊŒúØ8vìn·»Â¹{öìQÅÆ˜±ã*ïyeI…yH;vð}§´´”ÒÒRL¦–yßZyÑûñÇŸ——׬bÀh4`·Ù1š Ø l˜Í&ïƒÆ„­ £ÉD~^>f?³ïA˜•u†ä¤d´Z-¥¥¥èõ: ò)È/ ..®ÆsÅ'$‘”Ô›ÝFnN6™§O³nõ*ºtëN\|ˉ‰ãر#´Oé@q±“Ó§éÕ§N§gÕÚü¼<ØOAA>ŠûìJµeóǬÖ`JŠKp»Ýè oå°êƒJm†^E€dïÿiÿÞ=?zÔ+Í*vb£bÙ»w7QQÑœ8qœÕk×0v䂃CXõëJÚµMaÌèñì?°›70lðp®št5ó¾ü‚þœ”Ì’% i]Ïÿ$oEáëm¯NðVø^Nð*JÓ{UµÞ¹¢UU1èõ(Ðâd.— “É·û¬XÍÍÍcãÆmèõFn½í „ŽÚ“Ò¡ß|ó_ΜɡOŸøûû•ûÿ›š¥‡×l6sôØQvÿø4ƒ½Þ€^¯G¯Ó£ÕiÑà©$ºÝn\n.—§Ó‰Ó;,Üéý}äÈü,~çmöbï½Àátb±hÀ宾A FƒÃéÄívS\üû_´pòäÉLž<Ù÷{É’Ÿh×¶‰‰‰Œ9Šÿû-vîÜÉ<À¢E ›Õz'OË~ŸKÿ]rÉ%´oßžO?ý”'Ÿ|’ï¿ÿUU™4iR…QcÕ±ÿ~ìv;C† ©±žPyýŠúSFgoc<@ddd½ê ¸¸¸Šý2RSSq»ÝôìÙ³‚HE„¥{÷eàëFQÜžzƒzöYåÀ*Šªâv»Ø¶÷8&}§óOѽK4‚ 4AðÖg˜£ŸŸƒ â—å?ӿߢ#£9}ú‘‘Ñ\{Í_ùô?3nÔ8ºuéΖ­›Y¹zI ‰ôé}.—‹>½ú°ný:~þe ­“[Ó¿_ÿZÏ[6uÑÂX,þ[ ñ¥÷ìpÕ³‹‘”Ýì·ý¶•ÈÈÈêízãºÝîjÏ_e¹²Õ ËnØeÛÊlüïûïj|÷hYúEõÙ(Ûæt:Ñét¾ßåÏÓL}àEá…þåi:•iÓ¦6ë9L&öÂB²³K0ù™ôÀåráççGÍFñ™,Ì~f¬AA‘‘‘ABb"›ÍæSdçLf&qqqhµÚZÓçÂ…Ñh$>!‰äÖm8zøû÷î%1¹nÅ])ïÔ •ÍòCŸ].7aìÙ½»ÝFvvªª—DIq%%%lÞ¸ž¨èh:w½ ‹Åâ{­‘F£ñÙÒh48¥¾Êxù²Zñ|Íçóø„DTUåÀ¾½têÒ•ÖmÚyz‘›‰)Ù¾s;+׬ 2"ŠÑÃGˆËåâèÑ£Œ3‘ââ"b¢c˜¿à Œ5ÈÊ5W_ÆMùå—_Hißžþ—^Ö,×^~UV·Ûír^©a¡üæJb·ì> Ói="©‰i2 ”:JÑé<‚7À?€ìì,,~µ¿ç·ÔQʆMë9vìáaôí{)!M|oqc®Ååtãç€ÃQâ­àaÛo»hŸÒ‘IW\Cú©Cy¦„„D1åžiü翳|ù¯ôîÝ„OÔN§o–ûÖð¡#XòÓb¾ûî[ÜŠ‚âV|¯Arû¾{Bm«ž[­Á\{ÍuMZ½)×RTT„ÛíÆép Õê°Z­|üé5¤ÕŠV«Ãépàv»)**jÒ¹kzŽ”-´túôiß{¨33Oâói}âTÆf³ññ'Ÿðáï³oß>rss¹¨OüÌffÍšÓé¬ó=ºõõŸ¢(ÜüOÏÂU~üZ­¶ÙýWVop¹ª_p솿þ•?úˆ=ÈÇÌW\A¯Ãåm u”–à0xªd¥%Åg·y!/ZXaÑ+Ÿt»p(Ëk}Žqz›s9¾øeÛJKŠÑTz{lÙ>Gi‰¯Q×é8{lÅûƒÃwŒÏv¹ë¬ëÜõI¿ªhøiÉb–-[Æ/¿,åÖ[oeÞ_ðñÇ5:ÿ¥-ÓèÑruI—$¾ÿyÉ!)8 Y¸ì“Fwò4@h4Þÿ„ê}sšGì®Þ²—}GN“>˜­é[ùg÷açuñ=A¨Œæw0â Eš±ƒƒ6x8K~^Ì€þ—ÍÉô4bcâ¹áú›øø“÷™8îrÂàÊÇY5r4£hؼݤ¤dê·\~Û¶mð÷·°bÅŠ_ЦMüüüXóë¯\qùå²ÑªU2:Ž]»vù^º¾mÛ¶*6ÒÒNTh m(e=†J3õ–gú´ižú¿¢òàƒÓ›¿êõ[­`µVÙÞÆ ‡Ãá»:ŽÂÂBï¢E^±_íÜÝšp:Ë^cÄétàçgñõê”ïå,´Ûk-FBÃÂ9y"üü|"£cÐét8_å©×E— ACii yyyÕÚ©i¦¦ÜüÒæ&!1ÉççÖmÚQÜÌÃùüüüè{q_ú^ܷʾ¸Ø86mÞH|\<ë7¬õîðT®C5b£FŒjÖô”ý7|óp½«0×%x¡|‹º§wWm†^?³gnsP`.—“λ±téOµ®lìv»Y°h>ú]ƯâxÚ1~þù'&]>éœ?8œÞ^½Þà:9Œw]ºv%-m/‹ÿL‘÷5/‹…qãÆðÏÞª•+Ù³w­Z%{}ª4ËæŽ:Ò±CÇJÙ©RTTĺMk=bŒ¯¨×ëYüó".½¨‹åwñ .£¸¨Ø#U4pí_þZwÙö¾×¸¥æ ÆÅÅΖ-›iݺ›6o¦Gî ŠS™™Ï<ÃŒ‡ô6Ú*–|+¥70ojòßó¿Ãá\L?©EüçYÔ®úûõ×]Ë“O=Å7ß~ËòåË™?ÿGU%À»âû™¬,,ÞWþìÙ»×wŸjÓ¶-þþþ;~œžÞá½ÏYõý±õ9¦ì6¦¨gÓ\ݶ³~:»¯¬~´rÕJ®¼²ê”‹¤dOÝç·mÛ:t¨·î³Ýó[¦Îs×÷šµ:ÃGŒ`øˆ 4ˆë®»Ž÷?x¿Ñ½¼•¯¹¤¤„qãÆñâ‹/ú¦³•Õãxà,XÐìsx/íÑšnb9|dÉÖ¾lÛlÃlJeܰvè ÊRr»Ý¬Ýz€w¾XA”¹#©™GpŸä²Þmá^k•‘ÃG±`ñ|.0討?BbB27MþïðW^~5¡¡¡çü¢Íf3ÜÿÍx§ËÅeàt¹ØöÛo8p3Âl6sÛ­·òÐC3Ðj´ôîÝ‹3YYìÞ½›þú×zÙ`Âøñ<ùäS¼ñÆëäæåñþVIÇÔiÓ())æÒK/Åát²}ûvŽ9Â÷ß_ï À¢Å‹4p †°°°f½ç Ø=E|‚GìúV°<“™I||Ýb·  Ÿ£GC@P :­»ÝÎýûˆŠŠF«Õb±øc4™Ø½c; ‰IØl6Ž=R«ÝèèŽIÅépÐûâ¾8_Þj4îßOXxöG§6èºMf³gµç“'0ô€¦A¢¾>¢Wo04»Ø­‹^=z±qóF–¯\Jrb2—\tI‹ŸSUT¯èÕœÌÉãÇÑúZË«¼•v·@Ë IDAT*Vq‰‰*ÇMö}|¿®û•ñc&`·Adt4«V¯¤¿†½—¥dŪ头ï@ûö8r,K§33ªÒØÒ¸œn´Z:¯à;n ~\€5ÄÓ QTTÄ=÷Làµ×æàVÜ;¾ÔÔ½\uõ•zzÝŠÒ,Cš«kH=œÊᣇ ‹àà¡Ô Ü̪_WÒ¶u[Ú´nû»YTäY^¯×sæÌéz7¢Áw} eçNÏÚÇ=¯2Ù³gƒ‘®]»øÞ&ßx#ÿú×R:t ?/?þ„7^­Bã\]qʳzõj"""èØ±c¹Æ_þ÷¿سwÝ»woTžTç¿ÈÈh¬V+K—ÿä©›X­h4233šÅ•YjZH.66–AƒqÏ=Sˆ‹‹£ÿþ¨^ñÅóÏÏbÆŒ‡8xð¯¾úšÏžÙlfúôiL™r/ÅÅÅôë×§ÓÉo¿mãðáÃLŸ^õùl2™êqŒZMšÕZ®ãì>“ÉÄwÞÁLE£ÑЧOΜñ,ê9yòd¸òÊI<úèc¼ýv¼ôÒKÜwß½^»µŸ»>×¼uëolذžaơט?>‰ÞÑ_]̯òq&“‰¿ýío\~ù|ûí·ôêÕ“-[¶rÕUW1sæÓ˜L¦Y8ð黯1þιXõû°úµaõêRvìYGîátlŠV«áбL6üvˆmûެoÃ¥ãtñqZŽñìÓOòØ“O#B#oCÿØÖ +cGŽå‡ùÿ㲃ˆ‰Ž!õðAÚ´jË?ÿ~3o¿ó×^s=!Á!MxÀœmY­.}5í¿ûî» å·ßaêÔi RRRøûßnòÅ›1ã!ƒyò©§8yò$aaaÜxã ¾ýõ±ñ ³¹ýŽ;>b$íÚ¶åþûîåÞûî÷ÝèËl¼ùæ[L¹÷¾*6ªK¿o›×FDDO<ñ8?þ™™™¨ªÊ™ÌÓˆêt:IO?EbbzŽB»Ý#v‹Š9}:“ø„8 CeÓd4a2š8r$•B{! b6ûM÷ž½}‹AuîÒ•û÷qìè¬ÁÁ´KéÀï;–ËŸBÅ3Ç3<2’½{v£×눋O ¨ÐóZ!ƒÁ@ÇN]8œzý{÷b%¥CG¶o«ÙV…mªŠÑh¤}J¶mÙDI‰§×yØÈÑÍú€uzú¹$ ¡ƒ‡1”a¾·4£Á@^^Ö  Â"ÂQ…ô´4ï"E5Ü[¼éŠŽ‹#ôÿ³wßñQ”[Ç3»›Nz!„„¡…ÞQŠtAQQ{»‚ ø"‚ˆåŠ ¨ "*ŠT®ñ^ñŠH³éH %jzÝ:óþ‘dM ¤'8ß+›)ÏÌÞÞØívRÏžåÔ‰e&½ÅÉnHXA FÒÒÓ1 ÖÊüœ>}ŠÍ[7qóè1äæç¡CÂÈÊÊâÏòû¶ßðõõ%,4”N:ãííMÊ©òŠ~Ÿ,û˜ÃGÕ$ºZÓßÿç^º÷ìCFzZ•Ç8é~þïñÿ+ºó p§±zõWdgg…¦\_Ôºý—_|Yªûu×tÖo^^.o.\Äë¯.®ÑAjñ;U‹[m?v,™%è|f·¬NcQ‚{ÇØ;‰ˆŒÀÅ䂦idfg`±™‰k]¥tMê³ØKÞgØÐá4iå|gwEÛ4’“ñíÚ5Ü{÷}Wôþâïª?»ÍÆgËÿÍsÞå#.»wn§{Ï>äž÷:Â’>ùä&NœÄ믿Æí·ß^©r—~ð>#Fޤ‘·Oµæ+=+g~îý§ñV}iäÚOcámïyö]ooo233ÉÈÌÀ×Ç—€ ÂÄ5%9¹Ìáð0üQU•Ô´4Œµ˜ìBáíðCBY¾b9׿MÓH:r?ß:¶ï@nÝq84ìv;99Yìܽ÷“+V|F×.ݪìÖ„ÝnÇÃˤƒûiÚ4“ÉU5pß½ã1Ζ§³²Ò<8¡¨›†ÝnãìÙhš‹¥€cGãéQØP]MZFVŠnOW777ÂÃÃxlÂcØŽÂg®‹›â.Ý$7gSÏoÉãXòaô¢W~¨ªJ€àßr8pÀ@>þäcÆŽ½¦Ñ1Ö‰ÝnçÈÑÃüë_ŸpËè[®øýÅß]]á [yënìØ±ôèу˜˜˜z[Çþ>ž¼1ýf~N<ÄÆmIìØ‚í)‡Ðu&ýHˆ$¡y,–´C,|c!A‘M9˜ëŽñ?{ë<ÿì3øùúÓ.!ƒÁ ‰¯¸¢«¸5¨ÖÁQff&9¹¹´oבo¾]Cß«¯"&&–;·Bê¹søúúþm¯‚ sÇc³Ùpuu!=-777òóò8{î8ìv¬^•ø¥åÀÁÜvëíäÓ$2’Oÿý »¶^¦íëãCFFiiiøùúုŸßy›6½è•… Ô¹s©EÉn-èôìÞ“?vl磖0üÚø’“ÅÙ³§±Ú¬ÎÌh0âï@rr2ÿûñš7‹£k§.µ3?U(C×u,f ‘ÑüøãØlYe¾F«2‰Œl†ÅlÁà¡Vë·¬&£‘oÖ~MòñãdfeÄ©Sg ¹àßÓ§ÏââbÄÝÝ‹ÅŒÝæ 44³ÙBtT \x6ººu[ƒuÉÍ7Žæ³åÿæäéS•'¬q(£oMdDd4pw)ùûëO—„÷2Mxš6mZ½õ[ƒgŠu]§GÛ(:µÃf³b6›)°X°½ÂÉbµbõiÆCçwáæîÎö\ ·ŒÅcáý—ÝTޱ…$¼•ß”W]n^yùäää`³Ù‰‰jʦ›Y»ö;‚ƒiß¾=yùM&|||dˆÂ%v‡wwwÒÒÓ°Z­¨ƒóùI»ÃQØD¿ªÊFüa±XHOO'00ˆ ?¯'&&†uë~ 8¨1'OÂßß¿ÎÞ+]òÂÓË‹ÌÌLÒÒÓðõõÃ`T ¯Ì”xÉaá†Fjê9EÅÏÏ¿°eçZ>¹b6›‰j…®é|þù*|ýüˆk֌Ȉ&øùúc1›ÉËÏ#55­¿¬&?7í;Ñ„”“'qwwÇÝݽF-…Ve»®é:ÍA||{öîâ_ÿZS£åoÔȇ~}ÛâÐhºŽZÍú=pègΞeèСìܹƒôô ÂBC šóþmÛ&žæ-Z’…§§'GŽ!õ\*=ztã×_åðÑ#ÄÆÄÖK}–¥IT'Lª÷é^.þÎú+¯Ñ*qé'¼õ½MЋ¶¹ö¢÷‡[l6,V6«³ÅBÙŒÅl¡  7w®yß­ù†ÔÓ)lÎÏ¢w®4nÂwÿù÷ßÿ9V’ðÖ¼½½ r¾T¼øö5WWWçG®Ò‰Ri4:cÄËËËùž¢( TU½ä_0¥ÉËË#//°P6nÜÈ꯾Ä×ןV-âÉËËsn êŠÃáp~ÜÝÝÉÉÉáäÉ“¥ +yÀ£ë:®n.øùx;_•b0ÊhA¹úóc³Ù°Z­øùùÑïªþœ:}Š?÷íçç ?“o.@U ¯îº¹¹Ñ8¸1­š·ÆÍͳÙù[0˜L¦Z›¯ò?óزeKns/çÝú_õýƒ/qqÍpqq©Ñ>àë5k{Ûm4kGÛ6 U·{מÎï!,ÿìß<6á1ùÁŠj$LrK³$¼u³Ý5 T“Ɉ¦™°Û¸˜ΫǪ€‹‹+!ÁÁ¬]û-)ÇñãO›0˜y`ü„zÙ?qù$¼ÕÜ(€›«+nåÌÊNB”AUTƒcYk‰™KŠ¿ŸÞÑ8$„øøxì6F“ ¢+”F£±NשAU ã©èãëユëèE€¡¯ªÎDWQ”Z›GƒªÒÈË 7WW,xzâãíMlÓl6í¯W ©ªZt°cÂd2áâꊻ›®®®½’¨nÁ-¾}ØßÏFíÐkøŠ&EU1ÜRj° V‹…Ù/ή•õÚ8´fëX¶KWtÆ«×ÂkËÄß´úêjÝÕàØYULE ìT7WW¬®®x¸»c³ÙŠÚ)øk¦( ƒb÷îüüó† N·.]kö˜†WZÂ+?!D’<£O//<½¼þží‹¢`0«}kW]Ì£ÑdÂh2•Y'õ1OU_QUç<×ÞjQj´Óž˜V»Ç§Ó¸âRÍs ï>ÊÍÉ–ÛF/AÍ[Ä_ð†…šrØíÎw×h›PÔ–„ª(¸ …¯,,zÿoÉOɆûE!,<ŒÁC†:·¯²m’ð !„ULP…E¿ [?sæ ¡aaR!‚³gÏàãë[k^os‹2BÔeÂ+·C!Äe!.®i—ø;¥>EÃÈxZÆ·â×_~¡k·nË3“W(‡ÃÁ¹³gùí×_hÓ®]á#'rì,Ä%–ð !„Bˆù®J“¨&èšÆöí‰dgeKãUWl,(øúúÒ¦][‡4Æh4I¥q©%¼²ùB!„(™å€ªˆnÚ”ðˆ;š¦É­ÿW ]×Q‹4MPÃö „CÂ+·e!„B”‘÷½¶ \¤2„7 рȓïB!„B!.KrK³B!„BIxåÖ !„B!„— ¹¥Y!„B!Äe©JWx“’J !„B!„¨P|«6—VÂÛfX!„B!„¨ ¹¥Y!„B!„$¼B!„B!„$¼B!„B!ÄßÈ(U . ºŽÃ¡áp8¨É¡u]GQUTUÁ`0¢(JMëÊ[ER·R¢>ãG×ulVV«]×êm¾Tƒ£Ñˆ««kÙq-„BHÂ+DÕ’]›ÍƉ'سg7™Õ.JQ¼}¼‰oÙŠ&QQ¸¸ºÖÙ´®4R·R¢þâG×uòóóII9Îî»HKK­·ùò÷ m»v´hVO‰¶B! ¯¸l9'R޳mÛ6ú@tÓX CµÊ²Ùl=’ÄO?®GG'&&ƒÑX'ÓºÒHÝJ}ˆú‹›ÕƉÉlûí7Ú´iGû„ö(jÝ_mU…¼¼<~ûõWy{Ó$*«Å"+L!„$¼BT?áµ³g÷nú÷ïOl³æ5*Ëd2×¼%Š¢²yÓFÂÂÃñ4zÕÉ´®4R·R¢þâÇjµ°g÷nÚ´m‡——'F£U­Ÿf9||}èØ©3[6o¢Y\sIx…B4hÒh•hðt]'+3‹è˜fµVfTT4ÙYY8ìö:ŸÖ•FêVêCÔ}ühšFzZîî L#&£©Þ>>ÞÞ¤¥¦Ê3¼B!<¹Â+F“ ]×Ñ4­Î§uÅmT¤n¥>D½Å¢((ŠŠ¢~ê‹AÅ9}!„B^!p2-¤n¥>Ä¥?º®;?B!„„Wˆ*Û´ùÖ~÷9ÍQê ÒÍÍ®¿ƒvm;I% !ê®ëèHÂ+„BHÂ[O~ÿýwʱ£Gðòò’ ©í»z: ;Zÿù~5½zõEUt]CÓ ?f³™U_|D`@0¡¡—mÝoݺ•Þ½{“››‹››Û%³%®ë>&233Ù½{·óû¥¶Ý+¹—ê6[×åw%„BÔ{Â[œøóòò¢k׮̚õÍãâ.Û MHH`ïžÝxzz^˳æÛ5üþÇ6úôêMÿ¾ýKõûßÿãçÍéÒ©3Æ »¬(V‹M³s(éÏ¿ºÙld¤gcµZxíç/:n\³xî¿÷±rË?räÏ?ÿ<ßÿ=çÎ# €Þ½{óØcÑ£G+j£$uqiœìèÔ©'Nœ¸d¶u—Ër”uÂ]w&½B!„¨§„·Ø¶ßÃÝÝôôtþùüóÜ{ï}lüyÃ%YYv»EQÊ}W¦Éd"$$ä² »w2`ÀÕìÚ¹«ÕÊACø~ÝÙèýû_Å–Í¿4¨„7==1cưhÑ"bbbjmÝçä•ú;3#‹!‡vñ+»‹™?z¯Ü²8@ïÞ½>žGy”}ûö•jmrùgŸÑ窫iFÓ˜XÆONNÎ_;r]ç­·Þ¦s—®„4%¾Ukf¾ðB¥ûçääðÀƒÙ$ŠfqÍyþù™Îéÿþûï‘››ë¾¸›Ùlv~ÿï¿§wŸ« '%%¥Üiž_æG}LÛv ‡ÐºuÞ~{Qêó¥—^fÎܹÕî_Uݺvc×Î=tíÖ™äãÇøî¿ß9“ÝöíÛ²kçzvïU?u%f¹Ø'--ÁƒÓ¤I¢¢¢Ê¶*ÓÒ4Äßçè‘ã=rœ´ÔLú^u ¾¾¾ìÙ“ÈáÃû8qâУфÝî(w>&NœÈÀùè£èÞ½;´k׎‰'²|ùòRþõÖ[´jÕ www¢££™={6Gaù[·nÅh4²fÍÚ·o‡‡ÉÉÉ|üñÇtèÐwww¸ë®»ÈÊÊ*wœ´´4FŒ‡‡]ºtaïÞ½•^U­ÛªÖEñ<¯[·Î¹\=zôààÁƒÎr²²²;v,ÞÞÞóä“O^POßÿ=;wÆÓÓ“=zpèÐ!¶lÙB—.]ððð {÷î>|¸Òõ_õQѧ2uQ™õŸ““sA™èºNï޽»tŒF#F£ñ‚qK.KeÊ\¼x1ÑÑѸ¸¸Ék¯½Vá²–·Å­¿úê«´hÑ777ÂÃÃyê©§œý+³•òê»:ËVóø)ôV÷c±Xjm¾„Bˆ†¢ÞžáÍÏÏgÅÊ´nݵīEá…™ÏÓ¬Y3’“3íÉ'™þÔS¼±`sæÎåƒ>äå—^¢K—Μ;—Êž={œãWÔòäÇùóÏý¬ýv YYÙÜ{ß}2~ü¸JÏû˯¼Âë¯½ŠŸŸAAAN³Ø©Ó§ù¿É“yî¹g¹näHRÓÒ8sæLëòå—_`ÚÔ©$»s_z‰)S¯µõÖ¿ov;$î G¯îüþÛ6lVíÛ·eçŽÝ´hÑ’Þ½z7ˆ`NOOgÈ!$$$ðÎ;³ÚH¶GŽ…¿_@Ñß¹¹™lݺ‰Ý»ÿÄÕ͕Πô+5žÕjÁ~Þû3KÊÎÎfݺu¬_¿¾Ìþ%[f3gË–-ãÕW_¥U«V8p€qã ãøÉ'Ÿt÷ /ðÎ;ïàïïOHHŠ¢ðòË/Ó¼ysŽ;ƤI“˜ñÄæ¾ô³…§Š^fÏ~‘×,`Ê”Ç/H„kjà5ƒø~Ý÷lÿc']ºtÂl6“˜¸Í[2 oÃ8ø)Nv322xûí·k5Ù°X,øøøpòÔal6;Û¶íàÌéTÁéS'ùyã/´hK|Ë8græÐìØmOx9‚®ë´hÑÂÙíóÏ?çž{îqþ}öìYEaîܹüðÃtìØ€ˆˆæÎË„ J%\³fÍ¢k׮οǎëüɬY³¸ýöÛK%<%ÇÉÎÎæ‹/¾`Íš5´k×€qãÆ1mÚ´:]‡•­‹’'ŠçyÊ”)Üzë­…¿ûœV¬XÁ×_MBB‚³ÿâÅ‹K%-%ÇüñÇ5j›7o¦K—.E'Ë&;Ë´Z­•®ÿ¿ÃÅꢲë¿<þþþ„„„Ô¸Á²âßjá ¤‘DEEU©ñÊ[³ÙÌüùóY¼x1£‹ö)‘‘‘Îíve—£:±S²¾«»l5=§£;“ÞbÓŸšÁñ'0™L4kÖŒ³gÏñ¿×óÔôÒ±úá’¥xxxÕ¤‰óª÷¶ÄD7»Ý››qqÍ8yòd@ÿþrä$„BÞ’¾[û-&~Z¿žéOÍ`ïÞ½4mÚÔÙ?ñ?˜5k6»w裂 ‡ÃÙlÆf³‘””DAA}ú”}±¢þGÁáp8ÚÚ'ôÜáR·UW¤]Û¶•žfIÍ›7§sçÎ 4˜!C†0lè†Zãd¬dÒûÑÇ&×™™u’ìSPUEUÑ5+éµ¢v»t£ÑDzz[¶lÃh4ñÐCQT­[ÅÓ¢ekV­ú©çÒéÖ­žž ëØmŽ*MkРAlÛ¶;v0fÌt]çÀäææÒ¯_¿R÷m³ÙœÝÚ·o_j˜ßÿ§Ÿ~š;vŸŸ_ê7VÖ8‡Æáp”êV2q¨OeÕE±Ö­[;¿c±X°X,$%%áp8èСƒ³ÇŽ9xð`©ß}Éñƒ‚‚Ê-³2õo2™þ¶ø¼Ø|»ººVjý×§øøxºuëFÏž=1b#FŒ`äÈ‘Îí¢O©á³²²*ŒãPPPpÁú©ªêÄNÉú®hÙêÓ©Ó…W–ÇÞv+'< Àƒ/.,,Œe/ÅËË˹Œo½½»ÝAdDK—|ˆŸŸ/6›ÝY¦B! o QQQxyyÑ<.Žƒñìsÿt&}yyyÜtÓhFŒ¸–'§MÅÏÏŸ;wrÿàp8J%[%cÕé_V÷²a£ÑXåi Ö|ó5ëׯç?þÈÄIñÅ—_ò^%¯¬T6éê4Ù]÷Ã÷$ŸH¦÷U½øeë¯X-VZ·‰gû…· ö¯§«¼v»»½ìƒtOOV¯þ’#Fòàƒòæ› ktyþ´l6;º¢päÈq·m§yËVÜ0êfΜ9J~Aá3Œ~þALš8•eÿZÂ÷ßÿD×®ññ Äfߢ IDAT·c±˜ËœNhhcEa׮ΈM&#‘‘œ:u(løªxüµk¿Å××÷‚r;V«¥(†Îáóòò:t(×]7’éÓŸÄßߟ;vp×]w“ŸŸWæ86›õ‚é×…Åb®ñ‰Ž‹­ÇÊÖEñ<ÛlVçüw3› œóoµZÊ\¦òÆ/ì¦^Pfeê_ӵש¨.òòrË]ÿ%ëÅd2:Ç+¹®‹Ë;Ý—ì^ò{eÊüϾãÿûëÖýÀ?þñþýï³té¶lÙ\j-s…qü×:·^ô·V™å¨Iì˜Í¸¹¹•»luAÓØí kJ‰m^§Žùå×ßX²ô#¾_·Ž–-[ríða4.}Õùšýquuq.§Ã{ö>³?tè¼¼<œýB‡8¿ !„—Šz=í<~ü8Ž=Ê?ü€C‡’ÈÊÊâé3èܹ3±±1¤¥¥:‡ÅÝÝ7•Y^Eý£›6Å`0”zŽk×Î]4‹EUU5jÞ†VìÏ?÷—» M³¬dùšk®aö¬Y,\ø_~¹ºJW—+Jz§>ñD&»?®ÿ‡¡[®lܰ‰àÀ`šDD±cû.ÚwhÇÞ}{ùyãÆzŠ òPñóó㫯V³sçN~øá ªÊ´ì6; púÔ9†Å7ŒæÔ©C¬þj5«¿ü†Õ_~ÊËÉÈ8Áý÷ýƒž=®âÀÃ( Ømö‹Îƒ··7ýúõãwÞ-£Ñœè:Íš5ÃÓÓ“äädbbb.ø÷×ðÅŸ™™ÉsÏ=G—.]ˆåܹs%†»pœèèhç隸۶m‰ W[u[Õº(kžKv+žÿíÛ·;ûoß¾ƒfÍš¡(J…ãW¿þk·>*÷)¾+ZÿÅÛÀÔÔTçøûöí+Ufñ‰£ Oe¯“Ê”i08p sçÎáí·ßæóÏ?w–~ÝVf9Š·Ë6ütѺªÌrÔFì”·luÕhUÉ׿¼8‹Ç&Md@ÿ~Øív~øá<ö³k÷îReúx{—3=i´J!„$¼UÍ€ýyÿƒ÷ˆˆÇh4²èwHNNfíwß±ðÍ·œÃ»¹¹ñÐCÿ`ê´i|õÕW¤¤¤°}û–-ûW¥ú7òòâúë®ãÙçþÉž={زe+¯/XÀwÞéL^CB‚yéåW8~ü8?þø#o¾ùf¹ËPÑ4KúcûvÞyç]<È‘#GøöÛo‰ŒŒ¬ÕÛÛžxbJ%»[¶n¡c§¶nþ…°°pÂÀkÒ¼YsvíÜCûíØ°q}ý¤»•80ôóócõêÕ?~‚£GÖZ˹v»EUyýH·pêôU%?/ŸÇ›ÆcM#?/ ”SIJÚÇ-·Ü‚¢ªØíörç㥗æ²nÝ:î»ï~~ùåRRRعs'Ë–}âœWWWžxb 'NâÓO?娱c:tˆ+V2wîKEË£_0ïFÞ|óMŽ=Êš5kX°à¿”ËÇËË‹ë®ÉŒO³{÷n~þùgçóžuÝJseꢬy.ÙÍËË‹nÅŒO³k×.6mÚÄüùó¹çž»/ºÌu«Lýÿ­4W4ß­ÿÂm`/¾8‡cÇŽ±nݼþú‚ReFD¾vë›oÖpîÜ9g"[r:%¿WTæ¶m‰¼õÖ[ìß¿Ÿ¤¤Ã|óÍ74iÒ¤(¡,{9+ZWWW~x<“'?Î_|ÁñãÇILLä£>ªÒrÔ4vª³l5>t‘šJâ–›obÖ Ï³¤hŸ[|R·d™eÛ*¾%ß~ûEmQØl6Ž?! ¯BIx+rÿ}÷³nÝ$''À믽ʧÿú”nÝ{ðöÛo3cÆS¥†jút~x<Ï>÷O:tìÄmcoãXò±J÷Ÿ7ïš7cÈÐaÜqçÜvë­üàƒK*@ââšóŸÿü@t“¦ 8ÄÙ}à5ƒhׂ?o!¾eëzJx+›ôú²zõ—DGG× á¼+¼Ìdg¥“‘™ÕbÁj)¼•ñر?9vìO¬ ³™ŒŒt23S1äc³•u'..Žõë×£( ·Ý6–Ö­Û0jÔ ¤§gðÃëpqqA×u&MšÄóÏ?Ï‚oСCGzõêÍÂ… iܸq©e*Y¶¿¿?o¼±€O>YF§NY¸ðMžyæéRÕ•tÍŸ?Ÿàà`®¾º/O<1•Ǽ^j\eÍKÉnóçϧyóæ\sÍ@n½õ6ÆŽ˸qãÊ]抺U¦þk»>*[×ëVÑúWU•÷Þ{-[¶Ð¡CG^~ùež|rZ©2ƒ‚‚xþùçyê©§ˆmFÓ¦1eN»²ezyy²fÍúöíGçÎÙ·oK—.-w+Ç3fÌàÑGåé§Ÿ¦mÛvÜ|ó-=z¬ÊËQ“Ø©Î²Õø÷„^f =ðq 6‚»î¹Ûn¿Ó9|T“&¥Þ²Æ}à~ 'RRuãÍÜuÏ} q=ß®ýN^!„—¥ŒïJQ"ìöèø‡r¼ù6é%n3¢¾Y->[þoxhVkí=?¶ôƒ÷1r$>¾~Nëî{næ–›¯ÅÝÝ…;:ß³ìååEB»8€2»çææ³råw,YòٵΪR·RW^}ˆšÇONv6ÿþt=zôÄ`(lL°dÛ/Îy‰»vqòä)4M#<<œo¸žÑ7Ý@ÏÞW0qÂ#Üróè ¦¹k×nÞÿp {öìÅl6Ú˜qýƒ~}¯v³á§Ÿ˜üÄ4²‹B!.&åÄq¿û.o¼µèÀ X€< »è“¤}Ò‹ºå “_4¼°v@£ð6«â‹]pFÖ(Õ/.º®£×ÒóÏUVó¸–üö[" q 2—Â÷xZ­öíû Ìî;v$.®E½Í·¬G©qÅEó9Þ’¦MrÑxØôóú º•Ô¦Mk^÷òEÇB!.’ðŠK)3¨¿ƒ­ó¦uß½ñÆÂy,_þ_à¿éÂî11Íxô‘qrøw­G©qù‡: è:EB!„$¼âR?°«§ÄàüióÏçæÖ <9ý;Ö£Ô‡¸"¨ð.©!„B^qÉÖ¡ÕWÂ[Ó’õ(õ!õ!j@ÜÎ,„BIxÅ¥t<§ë(ŠBnNc턬Ãnw¾*¤®§u¥‘º•úõ?`@¯÷œ·¸‘,¹;A!„$¼BÔôÀJQðöñæÜÙÓ„4«•2Ï;‹¯¯ïïD®‹i]i¤n¥>DÝǪªø`1[pww…z¾©YshJÂ+„¢Á3”<þ*ñ¯»ué<}èðk)(È—š“ÁĶ߷áë燛›{©×oT…áqöìY~ݺ•V­[áïïÑdª“i]i¤n¥>DýŦ븹¹±cûv0šLõ’|ªº¦³k×.®ºº/^áp8d… !„(WNv6‰Û¶ñëo¿ŸE…¯²¾~(¿è{É×ÙJŒ£QúUDîüä ¯hð #M¢£Ñ4?·‘•Uí;EQðõó¥m»64iŒ«›{MëJ#u+õ!ê/~\]]iÑ"žFÞÞlÙ´‰´´Ôz‰EQ¤ÿ5×K~žœBѰIÂ+.‰?b›5#<2‡ÝަiÕº¦ë:ªªâââ‚kWÔjsZW©[©Q¿ñ£éM¢¢i×EQê%vô¢×hY­VIv…BHÂ+Dm2x½.»iÉz”úúÕeµX°Z,RB!ÄE¨RB!„B!$áB!„B!$áB!„B!þ>Uz†wí7_I‰Z3ôÚ‘gB!„B\aÇû 6á{×½²æD-[úÄ™B!„Wèñ~}‘[š…B!„B\–$áB!„B! ¯B!„Bq©0VwÄ›ÖñíÚU84º®;»»¹¹sÓ wÑ®m'©]!„B!„—^ÂûÝ¿¤W¯¾¨ª‚®khZáÇl6³bÕ‚C ¸ì*,11‘#Fpøða\]]%‚„B!„ârKx­ šfçPÒŸu³ÙÈHÏÆjµ0ïµg/:nó¸V̈#èׯï¿ÿ>¡¡¡dff²iÓ&-ZÄâÅ‹«=¯Š¢`0êt!„B!„ Gµ­Ò4Äßçè‘ã=rœ´ÔLú^u ¾¾¾ìÙ“ÈáÃû8qâУфÝî(³Ì3fpõÕW³páB:uêDXX­ZµâàÝwß-5ì’%KèÓ§QQQtîÜ™  iPxÛqxx8?üðýû÷§iÓ¦œËüùó/:Îĉ9}ú4k×®%33“I“&IÔ!„B!ÄåœðZ,|||8yê06›mÛvpæt*ƒ‡Œàô©“ü¼ñZ´Œ%¾eœ3auhvì¶ ÞãÇ£ë:Íš5sv[³f 'Ntþ½wï^EaáÂ…¬ZµŠ¶mÛÊ3Ï<ÃôéÓK%¼Ó§O§C‡οo¼ñFç÷°°0¦OŸÎøñãK%¼%ÇÉÉÉaíÚµ,[¶Œøøxî¾ûn^xá‰!„B!„¸\^»ÝºŽÑh"==ƒ-[¶a4šx衉(ªÖ­âiѲ5«Vý‹ÔsétëÖ OOÐuì6G¥¦Ñ·o_Ö­[Çž={xðÁÑuÇ“——ǨQ£J «i‹›ÍæìÖ¦M›RÃlß¾¹sç²gÏ p8厓œœŒÃá(Õ-!!A¢F!„B!.ç„×f³£+ GŽ'qÛvš·lÅ £næÌ™£ä>ëçĤ‰SYö¯%|ÿýOtíÚŸ@leÜÒ‰¢(:tˆ.]ºàé鉧§'ééé¥[€•+Wâëë{áe~ÏÏÏçÖ[oeøðáL™2???víÚŸqãœež?NYJÞZ-DmZ¾â~ýmc©÷ZWE@@Œ¤k—ÞR™BbMH¬ ‰5‰5!DM^»ÍŽœ>uŽáÃGÑ.¡'OâëoÖŸ—€‡§×Éý÷ýƒŸ~ZÏÞ};iÕªu™·47jÔˆ>}úðá‡:Þ²ÄÆÆâááAJJ íÛ·¯ôü&%%‘Í“O>I@@ásÇëׯ/wœ¨¨( {öì¡wï àŽ;$jDزå'z÷¾ £±¸eð‹\ÑKüÿ¯/ÙÙÙ¬ýnV«…Þ½H… ‰5!±&$Ö$Ö„„·Ú ¯ÝŽ¢*Œ¼~$«¿ø‚ F(ªJ~^>=6 €W_ƒ†NÊ©$%íã–[nÁj3—ÙhÀÌ™31b>ú(wß}7ááᤧ§³|ùòÂM—¢àââ¤I“˜:u*tïÞ›ÍÆÎ;9zôh©g~K Ç`0°xñbÆŽ˾}ûX´hQ¹ËèååŰaØ9s&¯¿þ:,Y²D¢FÔ ‡¦‘““INnÕ9Am2™hÒ¤ k¿û77w:wê)•*$Ö„ÄšX“XBÞj%¼6æ‚l6 ™X-g¿cÇþt~/îž‘‘Nff*ªªb»È3¼Íš5ã»ï¾cÞ¼yÜwß}¤§§ãïïO·nÝøæ›opqqàá‡& €E‹1yòdL&Í›7çÎ;ï¼èüúûû3oÞwÔ`vÖªâ¼]LH¬I¬ ‰5!±&±&Äe›ðnÜ´Žo×®ÂQÔ{177wnºá.Úµí$µ+D%wÖš¦]g~EE—ç$Ö$Ö„ÄšX“XârOx¿ûï—ôêÕUUœïÓ4 ³ÙÌŠUK !44BjXˆJì¬Õ@C?﫨ªœ–X“XkBbMbMˆË?áµZ,hšCIþÕÍf##=«Õ¼מ½è¸ÍãZñàý“/螘˜Èˆ#œ»ººÒ±cGfÏžMóæÍem‰Ëuw €A5 *jÃÞ`¨FyþHbMbMH¬ ‰5‰5!.ÿ„×n·“_WêïÌŒ,† FXØÅ¯ìZ,f>üè½rËÞ¼y3îî§3kÖ,|ðAÖ¯__íùTƒÁ k[4Hªªb³90(ªÒ°çÕh³ÓkkBbMH¬I¬ qél'ª;¢¦é$þþ;Gçè‘㤥fÒ÷ªkðõõåĉCý&ìöò_ðHpp0-[¶äÁäàÁƒhZá3‰‰‰„‡‡“—÷W²]ÜÍb±8¿ÿðÃôïߟ¦M›ròäI–,YBŸ>}ˆŠŠ¢sçÎ,X°ÀY.ÀÊ•+0`QQQ´lÙ’ &““S©é Q]…Ïô80ªFTEmÐEQQd•I¬I¬ ‰5!±&±&Ä%¢ÚWxu]gäÈQøûý­‘››IjjJ¹·kX­ìv{¥¦a6›ùúë¯iß¾=ªZµÜ|þüùÌ›7???‚‚‚X°`«V­bæÌ™´hÑ‚¤¤$¦L™À„ Š6š Ï=÷±±±?~œ3fðì³Ï2þ|‰Q‡;k]ÓQ UmÐóYx»˜ì®%Ö$Ö„ÄšX“Xâ2Ox- >>>œ}::tÀf³±páBV­ZEÛ¶m å™gžaúôé΄÷ÆotŽÆôéÓ?~¼$¼¢Îé:¨¨ úù#Å9o²³–X“XkBbMbMˆË<áµÛ ë&|}ýéÖµfs*[ý‚ü\\\èÔ1777ú^5„-¿lÄh4®c·•Kó×_»»;š¦qôèQ¦Nʸqã¸é¦›*=mÚ´q~OJJ"//Q£F•FÓ4, 6› “ÉÄöíÛ™;w.{öì¡  ‡Ãáì/D]R]Õ`h° Z¨ŠŠ¦+(²¯–X“XkBbMbMˆË=áµÙì节ÑäÂèïàÌÙdìì6;ÞÿìÝ·ml¡WÏ(ªƒ®Ñc»AQ°UpKs“&Mðôô &&MÓ˜8q"7ÝtJ[Š’Ïá:Ìh¼ ÿÊ•+ñõõ-sØüü|n½õV†Δ)Sðóóc×®]Œ7Îù~·ÊLWˆêÐu]+Ü!ê ôÅ ªj@Ñuäì´ÄšÄšXkkB\ö ¯ÝfGLFÇO샢¼‡ÈÈ6o±`4±ÛÍœHÙÉhBQ¨ð–æ 7*ÙÙÙhš†——éééΤxÿþý压‡‡)))´oß¾Ìa’’’ÈÎÎæÉ'Ÿ$  ð¹ä’-CWgºBT𢂮£¨h /¥WTM×ô3RBbMH¬I¬I¬I¬ !j'áµÛQÔÂ+¼f¨rrÓÐu£É¥Ô󼊪VØhUjjª³5ä£G2gÎ €ªªÄÄÄÄüùó™áµ90`³Yø}Û6bcbðóóÃ×ןÿüç[t¼½}±Ymddf°gÏúôîÝfÃVÁ3¼={öt~ bРA̘1ƒÁÀ[o½Å”)SèÕ«:ubòäÉ<üðÃå–ùðÃÀ¢E‹˜¡6› “É$;l‰5‰5!±&$Ö$Ö„„WQ6MÓÈÎÎÆ`pãĉӤ§ŸÅÅÅ…¢ŒªÐèFéKŽWö;î+÷¢Â¿ÆÕ1›-$'ŸD×dggãçç‡Á`•(±&±&$քĚĚ’ð !ÊÚê8ŒFMš4ãÓO¿mÐó‹‹‹+‡£ÄÙm!±&±&$քĚĚ—a›žžÆ¾{0› œž’l6V‹‹Õ‚ÕbEG¡ßUý‰ˆˆl•±råJÜÝÝ>|¸D†¨ªªâååEË–-ñòò"++ ‡ÃÑ07F#ÞÞÞDDDàåå…ªª²%Ö$Ö„ÄšX“XâòMx÷ØCûvpwsÇf³¡ª*º®c·Û °¦idee‘••ãåÛ IDATÅéÓ§øîûµÜσ ²2ºtéÂ7Þˆ‡‡ýúõk0󕘘Ȉ#8|ø0®®®Õ.gΜ9,^¼EQøì³Ïj¥LQ3Š¢àîîNDDÁÁÁ vG]Ì`0àââ"ÏI¬I¬ ‰5!±&±&ÄåŸðæççááîA^^ÙÙÙ¸¸¸ ë:V«EQÈÉÉÁl6SPP€ÝnÇß?€ ×_´¼'N0kÖ,~þùg²²²hÔ¨ñññL˜0«¯¾ºÎǨ¨(>ýôSîºë.>þøcbcc/›}æÌÞxã Þ{ï=ºté‚üñ‡$» `g­( ...EÏÑ`os*ë}†BbMbMH¬ ‰5‰5!.Û„·XAA‡ƒŒŒ RNžÀÃÿ4­°™vw²³sPU•üüü2˰ÛíŒ=šV­Z±lÙ2BBBHMMeË–-deeÕ[…ÄÅűyóæËnEŸ}úàåå@pp°üdG($Ö„XkBˆËV­<@PPPÀž½»ÉÈH'6¦!Á¿niÞ¿ÿO ðVŽÜܼ2Ë8pàÉÉɼøâ‹$$$иqcÚ´iÃ<ÀÈ‘#xýõ×6lX©ñòó󉋋ãçŸ`Ù²etîÜ™ÈÈH:tèÀâŋÎ1€˜˜ÂÃà /UÖ’%KèÓ§Mš4¡cÇŽ¼ôÒKÎÛc gÆ 4ˆ¦M›2|øpŽ;ƶmÛ>>Lž<™qãÆáááÁœ9sœÝ¦OŸÎ'Ÿ|â,wÕªUÌœ9“-Z8˘0aB™u1uêTNŸ>ÍÚµkÉÌÌdÒ¤IÌkUʼöÚkñóóãŽ;î`óæÍ¸»»³{÷nî¸ãç0¯¼ò K—.åÅ_¤S§N¤¦¦²wï^ù…!„B!.Y5ºÂ›——‡®ëäçåáåé…ÍfãÌ™3?~œ#GŽpìØ14MÃËÓ““'O`0°Z­e–ÌìÙ³yùå—iÕª£FbæÌ™ìÛ·Ï9LXX½{÷fÅŠÎnŸ}ö7Ýtªª’‘‘®ë 2„ˆˆ8p sX___‚‚‚vÞÒk³ÙX¸p! .䪫®"44”Þ½{óì³Ï²lÙ²Ró9cÆ :tè@LL ãÇgÇŽ<õÔSÎnãÆcÓ¦M”Û·o_g¹Ï<ó ~øa™õ““ÃÚµkyæ™gˆ§GÜ}÷ÝÎþÕ)ÓÕÕÕ¹ì;ÿ°X,,Z´ˆY³f1bÄÂÂÂh×®cÆŒ‘_ˆB!„â’U³+¼¹¹DDF”JfOž<‰¢(x{{ãp8ðöö!44 ƒÁPî³wÜq7Ýt[·ne×®]lÙ²…Aƒñâ‹/rûí·pË-·ðâ‹/:¯‚nÞ¼™Ù³g…ÏßvìØ‘aÆ1hÐ ÌàÁƒ+lú=))‰¼¼¼2_G¤i6›Íùw‹-œßhÙ²¥³[`` V««ÕÊáÇÉËËcÔ¨Q”i±X°Ùl˜L¦Rý’““q8´iÓÆÙ-!!á‚y­J™9|ø0f³™^½zÉ/B!„B! /@nÑ^“aaadff’íLl]]]ñ÷÷Ç`0pöìYŒFc… ¸»»Ó¯_?úõëÇ„ xûí·™={¶3á:t(Ó¦McëÖ­lÛ¶víÚѬY3 ðá/¾ø‚ 6ðÓO?ñøãóÕW_ñöÛo—;Íâg_ûí7‚‚‚ʶ¬ä¹¬nÅÏ/Cáû}K^QuV¾±rÕ_²Îj«ÌЦ#„B!„—ºšÝÒ\Ô•Åbaß¾}¨ªJdd$­Zµ¢E‹‘™™ÉüÁ`Àh4VùEÛñññäææ:=777®»î:V¬XÁÊ•+¹å–[.Høú÷ïÏ?ÿùO^{í5¾þúkç¸ÅÓ>¿q§ØØX<<<øé§Ÿjµr‹ËMII!::ú‚OY fTTƒ={ö8»íر£FeV$&&77·Ë²ujqqÅ ±åååIe!þ–íEq¹Å (Ê6M\iëúwÞ¡]»v„‡‡óÊ+¯ÈÊ¢Ôè ¯ÙlF×uöïßO\\Üÿ³wÞQTk~fvÓC ’„„^¥5  ¥ˆ•rAQ)¹Ê'B¤HSˆˆ4Å«(*M,(¢¨%@¨ÒHÏîÎÌ÷Ç&K–$$T¾™=mΞùí™óÎiœ8qEQ0 “É„››f³~øáš7o^âJ¿ÿþ;óçÏ硇¢Q£F¸»»sàÀ¦L™BçÎ å¾}ûòÐC¡( =zôpJc×®]´oß6mÚDHHˆ#nÁªÌ›7o¦]»v(Š‚ŸŸnnnŒ9’ØØXl6mÚ´Áf³ñÛo¿qèÐ!ÆŒsEåSntt4999´jÕ «ÕÊž={8vìÏ=÷\‘8ÞÞÞÜÿýL:•×^{ÔÔT–/_~Ui–%Ÿƒfüøñ¨ªJ‹-‹VÌãýã?:t([¶lÁÃÃÃÉí«¯¾r £.ÎM(Ÿ4iÒ„_ýOOO) Anùúb÷îÝDFFräÈÙƒ^ôX.8{ö,S§Nåõ×_§M›6xyyÉÍ„òfðæåZÈÌÌä±ÇCÓ4ÇàûQ³fMÌf³Ó|ØÂãïïÏ+¯¼Â±cÇÐuàà`ºvíÊ /¼à6<<œ°°0êׯï4¬×Ûۛ͛7óòË/“››KÓ¦MY²d‰Ã?00ØØX&OžÌ¹sç0 ƒÄÄDFŒ¿¿?Ë–-#::êÕ«Ç€®ª€ Ò]¼x1£F*Sº3gÎ$**Š®]»R§Nž{î9§2¸’4K#::¦NÊ©S§ðóóãÑGuz¹qäȧeuÊ'...²³pݱÙl(Š‚Éd’ÂúBD…HLLÄ0 ºu놻»»ÜXA¸(ù‡šo{ÿwø3†aFrÒ9#9éœñÞò7ÂŒý¼ñò+3µëÖó^ŸgÌœ9Óˆ8Áx~ôhcÔ˜1Ƥ)SŒ¹¯Ï7&M}ÉèûØ#vâ‹Æð¨gŒ«Åb±766oÞl7'ï-Ó¡«‹‹u&”̪U«ŒŽ;¡¡¡Fýúõÿþ÷¿Fzzºa†ñË/¿AAAÆúõ눈£víÚÆ˜1c ›ÍæäŸ™™))8¡ëºñÆo­[·6ªW¯n4kÖ̘1c†Ã?==Ý6l˜Q»vm£Q£FÆ´iÓ MÓœtµuëV£C‡FHHˆqâÄ Ã0 ãí·ß6Ú¶mk„††-[¶4^{í5G<¡|sq}q) \ŠÔÔTã±Ç3ÂÂÂŒÎ;|ðdäææ:”¦“÷Þ{ÏhÙ²¥b4oÞÜX²dI±yLII1:wîlDEE6›Í *r\ަKªK…›WÉÉÉFÿþýKÔ㵨 ¿ùæÇsúþûï7Ž=êˆ_’áVlïïùm·ñßáÏÀnàG`;°X ,f£€'€Hà ¨T*•/À pÉ·YÕBv¬rÍ{x{ô1/YÄ®Ÿw•)ü¹s§1,ꪬòóçϳbÅ \]]騱£¼¦þÝo©…I“&Q»vmNžÜ~ûíÌš5 UUY±b?þ8;wîÄÕÕõ²¿Ô¥·¦Ï;ǦM›HKKãù矿æuáœ9s˜={6>>><ÿüóŒ;–>øà’š¡œôðþÍš53¶nÝ*¯M¤‡W¸ˆ¯¾úÊhРÓÛåmÛ¶9ü/^l´iÓFzx…ÉÍÍ5jÕªe¬Y³¦XÿŒŒ £zõêEtÕ¶m[']}÷Ýw‹ÅbÔ­[ר³gSZ7n4š7o.…~“õ¨•¦’HOO7ªW¯n|óÍ7·… :zÔÊ¢“?ÿüÓ rê%»8‡2Ú´icŒ?ÞÐu½ˆáÞäËÑtIu©póê1$$ÄøöÛonK–,qhäZÕ…»vírøoÞ¼Ù¨Q£F©šéá-G=¼ÿsnA€ß~ûY³f±ÿ~rrrÐ4ͱsMš4qœ7mÚÔ1G^Š£´}¹?ަiEtuôèQ']ÞKüzì.üs”¦UUÛpøðák²Ï|ݺu çþûï§sçÎtéÒ….]º8-lÙ§Oî½÷^^zé¥kò}J«K/w÷ ¡üèQ×u7n\l½u­êÂúõë;ΰX,X,éÑ„ˆYŠ@nN²³³éׯÝ»wgôèÑøúú²wï^† æô°•ý•…+¡4Ý”æ_xOð빸P>5²uëÖËN£,:Q…Õ«WóÍ7ß°}ûv^xáÖ­[Ç¢E‹á:tèÀ¶mÛ8uêAAA7LóÂͯÇë¡‹â^ˆ†!7Ln òZRnRHOOgìØ±„‡‡S³fM’““‹„Û»w¯ã|ß¾}Ô¬YSz$„)m_Â/ÖU­ZµJÔÕõØ?\øç(‹.¾Ç…ã]í>óf³™Ž;2yòdæÎËúõë^òMž<™¶mÛÒ»woÎ;WÄð¸x„KY5-ué­¥ÇÐÐPTUåÏ?ÿtŠw=ëBAÄàá2Æd2±téRNž<É–-[X¼xq‘psæÌáÏ?ÿdçÎÌŸ?Ÿÿüç?RxB‰Þ—{Æ œ:uŠ={ö°råJÀ¾ý[dd$S§NuÒÕc=vÉ4 öÿøãù믿8zô(k×®åµ×^“B¿É¸ Ä+ØgþÀüðÃ%î3_’N~ÿýw–-[ÆáÇ9~ü8›6m"$$ÄÉÀP…Ù³gÓ´iSþóŸÿ––æ¨36oÞLrr2)))—õ}¤.½µôX¡BºvíÊ”)S8pà?ýô“CŠ¢\—ºP„G&7)~~~Ì™3‡éÓ§³xñbZ¶lILLL‘UC ÄO‡÷‰ö>¼ûî»xWðæÿF=[¦ù¼;vìÀÃÔ”¦M›Æ!Cøê«¯œÂÔ­[·ÄÍÀAAAáêzx5†õ|Î1pÀµ›Ï€——•+WføðáôêÕ ]×Ë/_¾œ7ß|“ãÇ@ß¾}5j&“ €ÿýï¼úꫜ9s†€€†ÎàÁƒéÄ?qâ 0€¨¨(Gúü1‹-âðáÃxxxйsg¦M›F… ŠÝž ÀíÈ‘#¸¹¹‰ªAAAnfƒ· ‡W7tlÖë3Ÿ7''‡O?ý”† :ŒÑyóæ±zõj¦M›FݺuIHH`ôèÑèºNLL gΜ!::šØØXxà’““9{ö¬#ÍyóæñÉ'Ÿ0uêTêׯïˆðì³Ï ( “&M¢víڜЃŋß@Ó4*V¬è˜ÏkÓ Ì&3§S³ññvGUMœ<“Åfæi¨ªŠM³]2íõë×ãââÂ7ß|Ë/¾ÈüAXX deeѽ{÷"qt]ÇjµR·n]ÂÃùÿþûéܹ3]ºt¡K—.¨ªêˆñFº®“——‡ÕjÅÅÅ…ß~ûY³f±ÿ~rrrÐ4Íá/‚ ‚ ‚ Üâï·ßÁÑcG°Z-$$$8æóúûVÂËà 7ÜÝÌØ¬ydæiØ4­L=¼¡¡¡xyyQ§N>ÌÔ©SéÒ¥ º®°k×.KŒ¿zõj¾ùæ¶oßÎ /¼ÀºuëX´h‘#þÇL¥J•ІÙLvv6ýúõ£{÷îŒ=___öîÝ˰aÃÐuEQŠ5¶AAA„[Äà÷ ÝèFµ jÄÍžë˜Ï{bï—FA(Ãqn ë  •ÒÃ[˜¡C‡òî»ï²mÛ6Ú´iƒ§§'Û·o§W¯^%)³™Ž;Ò±cGÚ¶mË“O>É‚ ¨]»6žžž$&&Ò¼yóbã&$$žžÎرcñ÷÷`Û¶moooRRR‹VÅÇÇ‹’AAAnƒ777—¥KÞÀÓÓÃ1Ÿ×ÕÕWW\Ì.(ªšoèjX­, ÙÙY… âÒ £}ûö¼ýöÛtìØ‘‘#G‹Íf£M›6Øl6~ûí7:Ę1cøý÷ßÙµkíÛ·ÇÅÅ…M›6‚ªª¸¹¹1räH¢££ÉÉÉ¡U«VX­VöìÙñcÇxî¹çÆd2±téRú÷ïÏŸþÉâÅ‹ù©U«ÄÅÅ1jÔ(œüAAA„›Üà]¼p‰ã|õšOóy|kÖ0 §óL&½zö¾¬k=õÔS 0€“'O2bÄüýýY¶lÑÑѸ¸¸P¯^= Ø{`7oÞÌË/¿Lnn.M›6eÉ’ y-ˆ¿xñbFU$¾ŸŸsæÌaúôé,^¼˜–-[CTT”#ÿ .dôèÑ´iÓ†–-[2jÔ(FŒ!jAAA¸ ÞžÏ[..®DÜQ¬_xx8‰‰‰EÜ;vìÈ_ýåøÜ·o_úöí[lµk×fÕªU—ÌÃ¥âôîݛ޽ò ]Ýu×]|ÿý÷Nþ=ô¨IAAáV3x Ïç-Ó§N3;îæÆÍ“ÒAAAÊ·Á[x>oYðóó“’AAAÊ¿Á[x>¯ ‚ ‚ ‚ Ü2¯ Wχ«Þâ§]ß9-òv9øûr_§¹ó޶R˜‚hM(L‰›ÇÚÍ[¯Xk!Õª0èѾ<Øå^)LAê5AÄà„›™~ØNÛ¶wc6›ò]”B…þ½p’žžÎç›>ÁbÉ£m›NR ‚hMøÇY³q3Õê„£ªj™´v1Ö¼l,_An^}ì.*H½&‚¼‚p³¢é:iddžçJ^P»¸¸Êç›VãîîÁí-ï’BDkÂ?ŠnXs3°äe–dÓ^ÕdÆìæÏïüo/OîïÔA UzM1xá¦lj:@þƒúòŸÖV«EÉ¢nº|´ê22Òiq7f³Ë5ÉŸªª˜L&¹Q¢5ÑšPf ]Ï?¹2­éš›’ƒ{¥ fÎ[DjÚyìr®®×Fk&ÕT¨GPzMê5AƒW„ë†VÐ0¼ ,–<š·hÁž½»ùtÍè× ÝÚµíHß>OÊÍ­‰Ö„²¼W8ŸÒɱYÈC¡Jh¾üîæ.yÓaÜ\ zEvcìsQr³¤^“zMÄàáz¢k:†aä?\ËÖH4 MB*8·Ù²°XmÒ¾À»ä4‹æ3aün躎nèh6mÛ¶ÈÃZ´&ZÊnðê:F¾á[F­]¤ݒù¤3dzU¢rÍ—#X§Tíò´ëß0tT >\ó™¼R¯I½&bð ‚p#Öš¦ç÷\”þ°6 ÷‚ÃînCéçÓ®aî*TðÁfµÉ­‰Ö„Ë3xu#hs´–/¸ƒÔÑCl@–œŒkª5Ww/lV«Ü(©×¤^1xA¸ÞhºŽ¦ÙÐ4­Ô‡µýA­c³ideecµièºv]ó—’–JE_oÖoøÈîÿ‘&Z­ e0* ݆n”Á1ÃnxXórÑu ÃЯkþr³ÓqõôdîÒ·9ø)¹aR¯I½&bð^àà¡lûæk,Kþ›ØB‡nuË?\\\è|_WnkÜDJÿ&nÀìÝÿ;`ФqsE‘B¹蚆¦éùóŒRÔV«ÌÌlLªJ—ûºZ=ÌÑjtÍg8â9 ºÊ³mz~ÃÒ@Ót@wzãm5òòrÙ¸i“<¬Ek¢5¡lÏ ]C/c¯aèš k^.Š¢Ö° üª^ЖQ¼F= õ  ]ο¶Ýý"?CC³Yxïã5bðJ½&õš ˆÁëÌ_~Aû{îÁ××ã¤üJ ðp¤ÂGjZ*ŸmXW¬Á»{÷n"##9xð ^^^EÜ9‚›››ãs>>>tèЗ^z ??¿+ú>£GæÀÄÇÇ“••å¸ÖÅlܸ‘W^y…„„ªT©Â¬Y³èرc‘¼^ÌÂ… éÑ£Ç-!šýîÅÅÅÃÐÙ÷çš4j&¿¤kñ°Öu4MC³ÿvúÂÈ>M³¿•ÖtGz<‚®çqæÌñëžGwwlš&7K´&ZÊfðæœ%¼Ns(ó{v C§N‹Ž†…ìô¿¯CÈÅ ›M´&õšÔk‚ ïEdeeRµjŸ:ÉlƤšPM*ª¢‚¢Pð†L×ío¼4͆fÓ¨R¹ ×fÎŽ;ððð 11‘^xQ£FñöÛo_QZ6›|€I“&fûöíŒ7Ž3fЬY3Μ9ƒ‡‡Ç%óV@ÅŠo Á<|MÓ¨Y£º®søÈ!>@½: ä×tÕ(¤ŸO';;Ûþ©ÄÆ£ÅbÅî¹ûn@ËÂur¨(º!·J´&Zʬ5KN&VK.%÷ºÙ_ˆë6R7Ð.lit½Q0DkR¯I½&·*ê•F´Z¬¸ºº¢¨*ªª¢šìû‹™Ìö=íÌfsþá‚‹ãÜŒ›«;‹åšd> €Ê•+Ó¢E bbbøú믋 ·téRî¹ç'7MÓhÖ¬k×®àÕW_eðàÁ´lÙ²ÄëÍœ9“ &Э[7‚‚‚hÑ¢ 4¸dÞ Ž‚ÞâÏ?ÿœÛo¿ÝîÓO?%88˜/¿ü°¿¡¬_¿>;vì(wb9zì0IIç¨[§'ñ÷¹SÔ¯Û¤¤s=– ¿¦«àíwàP‰Ì¬,lš¦®=  TüüéÖõ~B«‡b±ä–8…àZŠ¢äÏÅDk¢5áÒŒ™2woo¬ÝPâ*îީѸ |«¢iûêÎ7à?ÑšÔkR¯ ­Ê÷ðZ,̪U±÷êšTS~/¯ 5N§‘oÀéŠùÓ<ÝÜܱX®ýŠˆ®®®hš†®ë¨ª³ÿàƒ2yòd8à0PwìØAff&÷Ýw_™ÒOMMeÏž=X,Ú·oOjj*]ºtaêÔ©Å}nß¾=™™™Ô¬Y“§žzŠ^½zpçwrúôiþúë/BBBøñÇ©T©?üð:uâÀäääТE‹r%”ã'Ž(ž»Û´çdâqTl¢r8 IDATUÅÅìBFæyZ†ßɶí_¢ª*a¡5åWuìÚõ=ÏŒ¶ïè4%ºèühEM³rþ|2éé)7ü™¼­‰Ö„²°é«¯ ïôºVú3_Q@×mXrÎcÉ=ƒs*½nR¯I½&bð–`ðjº†¢((ªýPU“ª¢šLùoLísrtUÅÕÕ•ìœl\]\±X/ÝÃÛ¬™óœÐÒ6ýNMMeÁ‚ÜyçEŒ]€*UªÁš5kˆ‰‰`íÚµÜ{ï½xzz–éû&&&ðÑGñꫯ’‘‘ÁÈ‘#ñðð`òäÉŽpþþþÌš5‹-Z`2™øæ›o3f ™™™ 8j×®Í?þH¯^½Ø¹s'ƒfëÖ­ìܹ“¦M›–8TúŸàä_'عëzDöDÓlU ±÷ê«&LªŠÉdæÞŽ]X½vªj¢zH¨ü².ƒ‚7¿çÎýEÎ5Ýrã:4 åÂ6!‚hM´&\Bk9™g±Y²)çb“&õšÔk‚ oq¯«Õ ((öžÞ|c×T¨—W×uEÁÕÕ<‹UQ±–2¤yýúõNßþýû2dH‰†qNNÍš5cáÂ…%¦ùÐC±hÑ"bbb°Z­lܸ‘9sæ\öÃûÅ_¤yóæŒ3†iÓ¦9¼aaa„……9>7hÐÃ0˜?> ""‚;wÒ±cGN:Å“O>ɼyóÈÉÉáÇ$""¢\‰ä—_wqæÌ–½õÆ%ÃéºÆî_ƒ÷ŠÖ ¨J‰óŽÊÍÃZUÐåí´hM´&”‚n(ù«ø—s­‰"õšÔk‚ oñ¯… U«V 2„zõê•Ú[}£IMM¡g¯^ö{ìꆫ«nn] mªnßwùõsåWuùkûȈrÞ84«fiŠÖDkB”f ( ** å[kªb’]‰¤^“zMÄà-&¢Ù…¬ì,6}¾ OwTÕäX8Àñ¸Óí=à ƒ\ùa™ÂV¨PA~U—ÛØRU¬V “ÙŒ¢–ïÅST³IÞN‹ÖDkB©˜T]ÓQT3åÜÞEQM²¯ÔkR¯ ‚¼Eyü±LŸ1¬¬¬ËŠçååÅSO>]¬_xx¸“Y’{IáÊbŒ;v¬X¿²¤g6›™2e S¦L)1ÌÈ‘#9rd©i]ÜÃìççwEßéF0bØå—r=[ŠŠahŽm¾Ê{^e=SÑšhM(‹¢ëªj*÷=¼Š¢ˆÖ¤^“zMÄà-J»¶wÓ®íÝR‚‚p [†n ˜L(ªZ®óioLÈãZ´&ZJ¿‡ùK碔g#DÁžGU•›&õšÔk‚ ¯ × Ãµ\¿¾Ðh•‡µhM´&”͘TPËõ>·ZsWê5©×A ^A®#ª¢`¨ šLåvA UQÑ ¥<·]ÑšP®ì]ÔvŽlï;ʶ/|Û†²jÕ*¹i7)‘ôgß¾ãå>Ÿ§O¢[×>¢5áÒõÖE â bð Â-aØySµÜîY©ª&û>#rÃDk¢5¡ ¯}{[ÅÞÕ+GA„R—!bð Â-Ü2TÁ0ò{BôršEÝÐe®›hM´&”ñ>*€]kF9Õš ‚ ¯ 7¦iˆ¦éåzqEQÑ dGÑšhM(“ÒT ]”ò½p• ‚ ¯ ×»¯`` ªj¹ÝÒ¾¯¦†*½n¢5ÑšP­©†}ÛÊW¯®ëèºæä¦ª&Ñœ ‚¼‚ \ Ð4›}±žrk(©èšN¹µ’ÑšP¾î# º®åoQT~ Émßlbó–µ8 !0ÀÅÕ•‘Ò2¼ÕMWÖ?þø#­[·&##oooŸ ‚¼‚PΆ&]×QUµœ¶ñUE×,2¯R´&ZÊ„ª*†½‡WQÊÏë•/¶®£]Ûö€½§×0ì½½‹…µëÿG•*Õ »¢´Ož<ÉĉùüóÏINN&$$„Þ½{3aÂ*T¨pݾSË–-9}ú4^^^"6› UU©Zµj‰þŠ¢`2™D”‚ ü;ŸGWñ­wÞåÑ'¢i6|+yóÔÀ§éûŸ~¸¸¸Ò§g/† ÎýÝïgèà!$'ýÍÑ#GèÕïQ>øè#)uA¸“É„f³`2)¨jù<ÿüóìÝ»—&Mšðõ×_“‘‘Add${÷î`Ê”),[¶ ÿb ÚÂþUªTA ‚ ïå7L ü|}éØþ^¾úz+›6oÄb±—·’¼¼×l6óÅWŸþ¾ŽÝÐu”äTÇK¢‹9r亮ӬY³bý›5kÆáÇ/hþÑ®];V®\é0xW®\É<àôb}ÆŒDDD””T$Âþ‚ bð^îndeeQ¹JUF>7 €”ÔTRÓRÉÍÉa÷î_xmÞ\ÒÒRñññÁÛË›C‡ãåéQbšýõ‘‘‘4mÚ”yóæJJJ 7näå—_æÃ?¼ì|Úl¶‹æâ\...T®\Y#\Ÿ†¡WRR’“jÎ_äEAQÕBÃóTûœFEA-Æßî¦:Â*ùFˆaè†aØg1tûù·‹þêq ûéØlVΞ9‹ŸŸŸÜ0ÑšhM(oRη±Š)/Þü¡Æù‡âØ£·°»êx‘¢(jþ‹µÐË#_s`×…?F‰«|k6äb ÄÛ[ÜyÉï“‘ž‰fÓnHÙõë×Ù³g3mÚ4¬V+Ÿ~ú)o¾ù¦S˜-Z\2ÒüAÄà-…aÁ:|˜u>#4¤:˜L*é™ddf––FHX 6¾ ³É…¸y¯¡kõêÔ,1ÍØØXš4iÂ;ï¼ãp ¦I“&¤§§_xèddÍ–-[pss£ÿþÄÄÄ ªªcèñ»ï¾Ë´iÓ8tèóçÏìC‚^zé%’’’èÙ³'Ó§OwZÄaùòå¼ù曜8q‚ÀÀ@ @TT”Sº,µl.•Ž \ŒaxWðâÌß'ÈÍÍÄ0@uêCU Uµ‡+Ö/¿iCÂaTèçöF¢ãÜáçl°è#Ť³ÕÌ_yUœŠÖDkBÉZ«àãMÞñ¿°Y³ü¾[Uò_– €ªæ½vwÔBF°rÁ½À.¬5»«Ûÿê†}¯_C·Û¹†žß×[t”€Õf£¸éá?ÿúS‘½y:µï‚¢€fÓ±•0J­V­Z¨ªÊž={èØ±cÿ={öP§Nçëºó*Ö½zõ"**ŠÝ»wó÷ßc³ÙèÖ­›S—KÞƒÒüAÄà-…ª•+ãîîÆí-[âæâBJj çÎãï3“™™‰j²?Ä\ÌfêÔ &âÎ;ÈÉÎæ‹­[ŠM/33“/¿ü’JXÔÊÇÇÇqC||<ëÖ­ãüùó :”€€† âÇœ9sðõõåÔ©S,Y²„·ß~›´´4†JõêÕ‰ŠŠ`Þ¼y|òÉ'L:•úõë“ÀèÑ£ûBeåZ¥#ü{…V«•ÊÁìݳ›Ô”³ØlÖü‘’?šïBÉùoaçpÎ/ !½0”ÎîæüÙ(–BŸ/ 1U•ä¤dš7kƒÕjÅÅÅE ÑšhM(QkêÔä›?’—‚®Ùò{g Yvh ‡– kÌáVÈÿb­×\HOŸ À·Hþ4›.š?&“ʧkVðó/?äÐ8¥õõ×ë «á{!n1T¨PîÝ»óÊ+¯Ð¡C'½fgg3þ|úõëçÔžIJJrì™»ÿ~§ôèÔ©+W®äôéÓôèÑwww—  5x«V%95™úuêѰAvíú™;o¿ƒq±ãèþ`$Ë—½ÍÈÿû?^š6é/M!##ÔÔTªU­Vlz'Nœ@×uêׯÉëfff²~ýzV¬XA£F1b+V¬p2xÇçΓ’’À¨Q£+Ä‰ŠŠÂjµ2þ|>ùäÇ|™jÕª1qâDÆWfCõZ¥#ü{ÐuôôtL&wþúëoRRÎâêêêh약ï°p¼âGõ•m£Pc277'NafÒÓÓñõõ•m.Dk¢5¡D­V¬@VZ2¹Y©¨f—Tv­9}¼ ­yx¹ãâz!?U½Íd¤§Ò¹Óý¸¸ºæT0Cî †ÝÛ¬VÖ®ÿ¤ÄtçÍ›GDD<òÑÑÑÏøñãñöö&&&€zõêQµjU&OžÌ¤I“ˆgöìÙEÒëׯ'N$-->ø@„%‚p£ Þê!Õ9—’„ÍjåøñãÜu×]¼úê«ÜsO{Þ_ñ?^3†·–-£yx ¶oÿ†îÝïçà¡x‚‚‚®*ÃÇGÓ4‡A дiSŽ=ê4$è¶Ûn+÷â8ÇŽC×uÈÊÊâá‡.òÐÎËËÃjµ–)oeIG† Î|MÓ0›] ­Ãl,×ù­Q£6®®nhšV¦ÅWÑšhíß«5w7ÂokÌ®]ßÿs™¹¯u'«ÅJ¿¾ábvA×u ]';7›¤”3جŒüç¶½Ù@×íóýü«“{ ÍÖàçŸf„ ôèу””‚‚‚èÓ§'Nt,zi2™xÿý÷2duëÖ¥U«VLš4‰G}Ô)½‡~˜¡C‡âééIçÎEX‚ 7Úà­ZµÇOœ ÏjáûÙýë/ÜÓþ¾Øò‹.bâĉÜÓá>>„„„àíí-sÒEk¢5¡T­ü$iiiÿ˜ÖŠ»nvV.f³ ™Y((`xyU@1@+<Ï\·/Ž¥i:šÍJö% Þ‚¶ÌòåËKÍW‡8tè“[Áç*V¬H^^^‘¸­Zµ*ò¨°[qþ‚ bð^‰Á[¥ Y™™äææ°oÿŸÜÑ2œü;[ÝÉK/½DåjUX»f-ÿyô?ìÝ»:µk’––J•*U‹M¯B… tìØ‘7Þx£Xƒ7==ÂÂÂ0™LìÝ»—»ï¾€}ûö9Œ¸Ç©Y³&ªªR»vm<==ILL¤yóæW\˜×*á߃¢(xxxBåʕ˭R€ÉdÂÕÕUæTŠÖDkÂM¡µ/¾ø¢ˆ›ÕbåÀ¿áëëç´2yÁ_]×Ñu MÓÐ4]·ïöpöìY,Å ß¹¬ˆ1*‚p³¼U«’“MnNíÚ¶Áb±Þ’y¯Ï£CÇŽlýb+ó__ÀÆŸáêæÂ‚… ðôôdúŒ—xyÖl*úT,’æÔ©SyðÁyê©§2dˆc[¢M›6±k×.>üðC¼½½‰ŒŒdêÔ©Ì›7ôôtæÏŸÏˆ#JÍóœ9s tÄeùm ·O« Z­ 7›ÖÊ»ï.#;;û²âyzz2pà3bÄ ‚ ü[ ^OO/ròr©PÁ‡¬ì ªV bã†Ïiب!;¾ÿŽ{Ú·#jÄ0¼*xáééÉ«sæâééÁ÷;v°ví<þD‘4CCCÙ´iqqqDEEqöìY|||hÕª•c±€™3gMdd¤c[¢Aƒ•šçAƒñÄOœœLÏž=yæ™ ®#FàïïÏâÅ‹5j...Ô«W\V¹\«t„_Qø‚hM­]"#{ÙSn ‚¼—Æd2±s×ïôï÷uêÔå|Z*mÛÞÅÑcǨVµ &“‰f-šS·N]žzòiΟ?«« UªTeӦϋ5xÁÞsüòË/_òÚ*T`áÂ…Åú…‡‡“˜˜X¢[ddd‰éöíÛ—¾}û–šnIçeIGAAA(ç¯Ùl湨DŸÀ#=¢v­šøúV¤víºdçæpöìYªVcûömhš†›»+È‚…¯3fœ”¼ ‚ ‚ ‚P> ^€ýåþ.ùöû?q‚ïHäø‰$%'ãçëKhhušµ¸ÄS§9tèŸ}öþ4hÐ@J^AÊ {¥±}ïNœÍªÝ:óQïò•{+‚ ïUÀÃ=”’A„›õ;ÿâ«ßÏHA‚ ·$²¹¡ ‚ üKÙw,MŒ]AA ^An »wï&88˜¬¬,É— ×m{/ߨ «ìÅ«CZâj¾ú&ĵLKAÄà„rN“&Møõ×_ñôô”ÂnI ^žäååIa”Nœýg_bLÊfâŠß±Øt¹‚ ÂuÁ,E å*W®,! áŸ^ J× 2rlr#A„ë†ôð B9ââ¡Ã >œ:uêиqc¦OŸŽ®_º'äÌ™34lØ>øÀá¶|ùrš4iBRR’ãß|ó ;w¦fÍštïÞãÇóË/¿Ð¥KjÔ¨Áý÷ßω'ä¦ü õ÷í·ßÒ©S'ÂÂÂèÞ½;ÇŽs„ùøã~ 4àÙgŸ%##ÃáoK–,á®»î"44”æÍ›3sæL‡Á^èµjÕ"88˜àà`)ørFÁ0ãfµ|‰í{3ŸlN¯¶ÕQ”’Ã’\àf6Ù#x¹›ܵ¯<Ý‚çn@D}‡áøçõ‚+0ºgC^yº#{Ô'ÀÇ­Lù­ìèGòòSöxþ¥Ä»•øñÇQ…ÌÌÌ«N#77W~7Áýº¯-ÿWÔÃûý·Û¤ä„+¦M»öRe$&&†øøxÖ­[Çùóç:t( 2¤Ä8UªTaÚ´iŒ;–víÚa³Ù˜:u*óæÍ# ÀaÄÆÅÅ1kÖ,*V¬È¨Q£6lžžžÌœ9Óá6nÜ8Þ{ï=¹ÿ2æÌ™ÃìÙ³ñññáùçŸgìØ±Ž(Š¢0iÒ$j×®ÍÉ“'‰åÅ_$..€Ù³góÎ;ï0cÆ Z¶lIRRüñ‡#í+Vðøã³sçN\]]¥°Ë1÷ÜV™7·$àéfâ‰{k‘šiåËßþ¾ìtzµ­N3q«àáj¢ï=a— ß%¼~{‚œ<}ï©AÏ6ÕyãóÃ¥^§KxUV}g÷Ÿ»Ãб&;·ÿyCËìäÉ“Lœ8‘Ï?ÿœäädBBBèÝ»7&L B… ×íº-[¶äôéÓxyy‰p…ëb$·nÝšœœÜÝÝ¥@„‡ÁÛê®vRr‚pÉÌÌdýúõ¬X±‚F0bÄV¬XqIƒà‘GáóÏ?gäÈ‘X,ºvíJ÷îÝÂÄÆÆÒ¢E †ÎÀùì³ÏnÆ cèСr#þ…ÖÆˆ#œtгgOÇyPPãÆcøðáÄÅÅ‘——ÇâÅ‹‰‹‹sôäÑ´iSGœJ•*ˆ›››v9fóîÓœNÉà«ßÏкAÀe¼n.*Mkø²xã!GZßÿqއZW/1ÎúŸs‹¿úýožèT«L×*ïëßÏ0¨kvÞÀò:vì´jÕŠÕ«WÌ?~<[·nå»ï¾».ë3Øl6TU¥jÕª%ú+Š‚ÉdQ ‚ð¯äІ4›L&9ä¸âC(ÇGÓ4š4iâpkÚ´)Gu k®S§ŽÓQ˜™3g²oß>Ž?ÎôéÓ‹¤_¿~}ǹ¿¿? 4p¸`±X°X,r3þeÖÆÅ:øí·ßèׯM›6¥nݺ<ýôÓ¤§§cµZ9rä¹¹¹´iÓF ñ௤ì çç² ¨è†r™iø¸¡ª ‰ÉÒJLʹdœÃ 3dž‹YŤگ<óÉæNG‰ñroü¼àgŸ}–æÍ›³fÍZ·nMhh(;wfÛ¶m¤§§3kÖ, ø!¥…‡Ï;—† :¥­iUªTaåÊ•Ž°6l I“&¸¹¹±jÕ*GšÅùŸ¯ˆ©šgÑðv7“’iPÕ×Ã។ž‡®ù{røTF~ºW>¬7)½|nguäÈt]§Y³fÅú7k֌Ç—é%BPPíÚµcåÊ•Ž>+W®äpš£´ùmc IDAT;cÆ """ìå’”T$Âþ“žžÎ§Ÿ~ʦM›SFŒÁ˜1ca{ì1ÇyõêÕ™9s&ýúõã­·Þr¸¿üòËŽkDGGÓ§OÀÞ{l=ôaaa„……]u—t­Ë Ÿ‘‘ÁG}ÄÆ÷+::š7ÞxƒçŸþªïÅbaÆŒlß¾ððp»æCB˜={6#FŒ`üøñ¥¾<)KþJú~ééé¬^½š-[¶8ò7bĈb¿[YóêççØ×‘9¼Â͈ôð B9ÅÛÛ›ÈÈH¦NÊŸþÉÎ;™?¾S#¤$&OžŒ¯¯/Ï>û,/½ô§NbñâÅR¨ÂUŒÉdbéÒ¥œ>>ÄÅÅ1pà@:uê$…*\1~~~Ì™3‡éÓ§³xñbZ¶lILL QQQŽ0ÑÑÑøøø0uêTN:…ŸŸ>ú¨Ã?00ØØX&OžÌ¹sç0 ƒÄÄD)ÜrÈ·ûÎ2¨Km¼ÝÍü|(…¯/º`•aÀ{_£O»PÆý§1ÇÏf±ù—Ó<Þ©¦#̪ïNðhû<ÿpN§äðõž3ônЦß:oÁÈ›={öбcÇ"þ{öì¡N:%μØÐêÕ«QQQìÞ½›¿ÿþ›ÍF·nݜ¸¸¸\2O¥ù_Lá|eeeѹsgzöìÉ”)Sð÷÷g÷îÝôíÛMÓáJšþ`2™øöÛoùâ‹/ؼy3ƒ âÃ?,vXwYÊãR×*‰Ò—4õâjïOAØmÛ¶áëë[´ám6_öý¸’ïW–´®U^á–5x7mYC›6íQUÃÐÑuû‘››ËªO–P…jÕB¤„á2wjüW¨P… ^V÷ÜsGurkß¾½Ó^ª_÷b·âü…[_Źõîݛ޽{;…yøá‡VÇ¿äüºaÆ1lØ0)ðrÎ'ÎóÛ‘Ô"îÇÏfñK~q|>|*ƒéîw ³;áBÏ}V®¥›.,¨Óºa©ùß §uqº%¹•–ŸÂnwùÞ˜²ªP¡Ý»wç•W^¡C‡NFvv6óçÏwôúøøöaÈÞÞÞìßï\~têÔ‰•+WrúôizôèqM‡’Ö®]“ÉÄo¿ýæxúóÏ?;üãããIKKcÆŒÚ{ä7oÞ|y L³™nݺѭ[7:uêD=xÿý÷‹je)kIÁwß½{7÷Ýw¿þú+õêÕCUÕ«¾?õë×ÇËË‹ãÇsÇw\óü]ÎË—:8âGYóZ0J¦¢ÿ:ƒ×’—‡®Û8œpà‚›ÕJjJ:Ksæ¾XbÜzu1dШ"î»wïvš÷åííMíÚµéÒ¥ O?ý´£â¹•)(ƒ#GŽÈ–‚ ÂuÅŤ`Õ®oOkŸ¾Þ®$&gS¹’]«;<úfgÞ¼yDDDðÈ#Mpp0ñññŒ?ooobbbìm zõ¨Zµ*“'OfÒ¤IÄÇÇ3{öì"éõë׉'’––æØûZè={ödôèѼóÎ;¤¤¤°`Á‡hh(f³™¹sç2xð`öìÙSlKâçŸæûï¿§K—.¸¸¸°fÍŠ5ØÊZ×ò»÷éӇѣGóî»ïrþüyÇhªkqÜÝÝ™0aÏ<ó 999Ü}÷ÝX,~ùå>LllìUå¯4|||x衇xá…X¾|9çÏŸwÜÛ‹{zËš×ÐÐPÖ®]˽÷Þ‹¢(H*Üú¯Íf#;'ËésZêyºÞw?AA%÷ìæååòö»Ë.™öŽ;ððð 33“}ûö±páBV­ZÅúõë‹r!‚ ÂåZÙ‹„Ó™×õªªÐýÎ`*Wt#Ϧó[B*›¹õVy­Q£?ÿü3&L G¤¤¤DŸ>}˜8q¢c^“ÉÄûï¿Ï!C¨[·.­ZµbÒ¤INCÿÁ>rbèСxzzÒ¹sçkžßE‹ñØcqûí·Ó AbccSfX¶lcÇŽeöìÙ´nÝšéÓ§Ó¿ÿ2•k×®%66–ÜÜ\Z¶lÉÇ\lز–ǵdñâÅ :”Ö­[ãîîÎàÁƒ+P_‹ûM`` ³gÏæé§ŸÆÅÅ…ÆóÌ3Ï\uþÊÂo¼Áã?Îí·ßNãÆ=z4C‡ÅÕÕµHزäµJ•*¼üòËŒ5Š¿ÿþÃ0dá¦B)æ\Á¾˜•û‡?“1oÁ"R’í«ÿ}þÙ:ú?ñ#Ÿˆ›«+«}X’‡‡ÚßK•Ê•IN>Í?ýLNN.®®®4ozÞÞö•«U«É¢%ó™;gy‘ÌônâpÛñã.¬ûæ®®;iÚ¤U¸óÎ6üôÓ÷´Š¸M·a³Ú.ûzõêÕ#11Ã0ÈÊÊbýúõ¬X±‚Fö=ÆV¬XÁ!CÈËËcñâÅÄÅÅ9æ9öš++±±±Ž¥Ü‡ÎÀùì³ÏnÆ cèС€}YúùóçóÉ'Ÿ8ö=«V­'NdܸqNoátGŒáH R¥J€}%ÓÂsxSSS1 ƒ®]»BHˆ,&‚ \=Ýï ¦FUïÿgïÌ¢¬Ö?þygD@EIA\ÍÜЮ[–iŠ••„•þ²›¹¦ÞŒ‹%¥e.yÑÌk©i]ËL —6SË›Úbu5Ì­BEÄ]D@aÖ÷÷ÌëŒ 0 æó©‘÷=ç¼ç=sÎ33çûžçœÃö}§È<{“E¦„«ÕÊÔ©S9|ø0¾¾¾DGG3cÆ ©AoE±X¬ ªxx\YöÞl2óÄÈ"Ÿÿwß[Îþ¿Ò±ƒ·`4šŠÒª*³õš ‘‘ÕjÕ„%@»ví8rä6›ôôt éÑ£Ç5Ý'<<\;ö÷/ÉnÕª•€ÉdÂd2‘žžÎ¥K—œV+…¢íŒF£Ó^fŽù:æájn…°°0"""8p ýúõ#22’ÈÈH·VìA„²hZ‡6¡uþrï+11]W¸éˆˆˆ¸®+] ÂM#xÍf ª¢àapiY'Ò€¢ýÁÌf3ûöà®»Ššò0x‚¢`¶T|„7%%…àà`§æÊÛ£ìZöX³¿wÂTUÕ®_·n6JëTÑ{™Ut/9(ZDaãÆ|óÍ7ìܹ“gŸ}–O?ý”%K–ˆ ‚ ‚ åöe±)áf¤Òó0x´ç#†âïOŒ¥°Ðè§(TØ¥Ùh4òŸÿü‡ÈÈH7nŒ^¯çÀZšƒj{5kÖ ///víÚå2?ûöFÙÙWö LNN¾¦ŠlÞ¼9ÞÞÞdeeѤI“¯ò¾€®î¸‡‡½{÷楗^báÂ…|öÙg²'š ‚ ‚  Ú²^‚p3rMÛ)º’#¼öóóÙ'œÂ5j‚‡ÁE§+wѪsçÎqéÒ%.]ºÄxóÍ71›ÍÚ’ì¾¾¾DEE1sæL-ZDnn.‹/füøñ@Ñ"W£FbÚ´ièt::vì¨-ZC³fÍ dÁ‚L™2…´´4–.]zMY£F &OžL\\tíÚ³ÙÌþýû9zô(“&Mr+û*Í[·n¥gÏž(ŠB½zõØ·o»wï¦W¯^ ¶lÙBHHˆ¸4 ‚ ‚ ‚ T¹à5[),(Àl6:…›ŒÆiMF#}zGræÌ1,f3æræðvïÞ]¶Íš5£ÿþ<ùä“ÚÈ, mÂ¥mKdß?Šö«]»63gÎäĉÔ«WOÛCM¯×óæ›oK=èÔ©S¦LÑse?~<þþþ,]º”)S¦`0hÙ²%#FŒp;ÀÀ@âããy饗8{ö,ªª’••…¯¯/[·neÞ¼yÒ®];Þzë-±`AAA„ª¼6R¤fÍ+#¼>>>|±y³S:NŸÊàô© òó/£–â…¡í9[µjÕâÍ7ß,5^QÆǸqãJÕßÿ½SØý÷ß_j9Ü ‹‰‰!&&Æí÷ç*lìØ±Œ;Ö)¬yóæ$&&ŠÅ ‚ ‚ ‚ \oÁ{këÛØ½;‰öíô°Þ½zãéYÃ)Édä·ßþ§ïÛ—BëÖm¤æAAA„ê)x'NŒeΜé|øá—¡_–{]XX8“&ýSj^AAA¨ž‚7(¨ ÊRAAA¸™9qâË–-cÔ¨Q„„„H…Õ YâWAáæÇDQòóó¯9ÂÂB©ÐjÖ¦UѾóçϧ~ýú(ŠÂôéÓ«¬¬ªª2bÄöíÛÇðáÃeËLA¯ ‚ Â_‘ÌÌLFŽÉ-·Ü‚Á` iÓ¦üóŸÿ$//ïºÞ·S§NœR¡‚ØšP­°»+Úl6MàÂ×dç¿Åb×… *ç `µZ¸t9½Î_ŸZ´hÖ’ãYÇØñÍÿ°÷–žžŽÍf£}ûö.ãÛ·oOjjª[™6lHÏž=Y»v­&–Ö®]ËàÁƒæèΙ3Gµ;wî\‰|ã¯&77— 6°eËÚµkÀøñãùç?¯lùØciÇ5bîܹ 6ÌIðΛ7O»G\\ÑÑÑ@Ñ豪ªÜÿý4nܘÆ_s—v/“ÉÄœ9sعs'„„„ÀøñãËH¥å™——ÇG}Ä_|¡µi\\Ë–-sKð–׆×RæÊ^[¯^=‚‚‚ðòòªP>×Z÷Wß»,[½–º¼‚PͱÚläåå—‘Ê ¼ BCCÙ¼e#^^5éÜ©»Tª ¶&TTõʼ]ç¹¹ªý@²Ú|]§¿EÇW‹‹°ÑT@^^.AA n‚N§#çü¡²®† FBB³fÍÂl6³aÃÞ~ûm§4;v,3²âÓÓÓ±Z­Ni:wîì”f÷îÝL›6_~ù…Ë—/cµZ),,Äl6kin»í6í¸~ýúFŒF#­[·¦k×®üíoãÞ{ïå¾ûîã¾ûîC§«üLºÒîuøðaòóóéÙ³§Sz›Í¦•×`0T(Ï´´4¬V«&¸ ha°””·ÝjËjÃääärË\î\[Úû­h>׳îK³Õªz‚P%‚÷»ï·ñÅæõXmV§./¯š<ôÀÿÑ®m'©]A¨6«Í¹£WAÌfŠr‰°a|”ø.yy¹tír'UóàÓéd! ±5±5¡òvg+²5›js6;G¡ë rÕ«ÿ:^â t5»Ñ{`2_âÂ…lêÖ­GýÀ à¼Íš5C§Ó±ÿ~z÷î]"~ÿþý´hÑÂiþâÕyGzè!&L˜@RR§NÂb±0`À€žÊ{0UËuéÒ%úõëǃ>ÈË/¿Œ¿¿?IIIÄÄÄ`µZ>«%l¨èõz¾ýö[¾úê+¶nÝÊ“O>ɇ~è4ÕÕ}K«²îeO»cÇêÖ­[²£ëáQæw«<Ë*›»e.« ¯¥Ì×rmeó¹u_š­VUž‚P%‚wË—Ó£G/t:Uµa³Ù´§/‰ëWDƒÕsã餤$¢¢¢8|ø°,á/T¬U°ƒÉdDA¡CÇŽì?Ć×Té"=ïèMLôHi,±5±5¡Âh#¼6+1kâUÕ¼œÄ¯£0¾’ÅAë(ZÝõܹ3RóÆöÞjժŠAƒø×¿þÅÝwßí$ˆ._¾ÌâÅ‹6lµk׊Ü}}}8tÈY˜ЧOÖ®]ËÉ“'¹ï¾û\º‚V–æÍ›£×ëùå—_èÓ§hZž={´øäädrrr˜3glݺµbL À€èÓ§÷Ýw|ðA ñäN}”Exx8>>>dddpûí·Wiý$%%Ñ·o_öîÝKË–-Ñét×܆×Ræªz¿U‘»yØ`ºóq=ÚS*-xMF#6›…Դ߯„™Í\ÈÎÅd22aéZ· »•§žœRª­U«ûöísšØž‘‘A÷îEnsééé.'½»KÛ¶mÙ»wïuÙ@*‹ÍjsxbêÞ¨›êèæW|l±\Âd¶HpH/­cXjžêUsäP5B›jCµÙ°©6¬+;v|)"DlMlM¨œàµ©W Ù«D¯f#Š–F“³¥øÞ«(NqEbJ)r{ü/À¢E‹èÒ¥ <ðqqq“œœÌ´iÓðõõeêÔ©E} –-¹å–[x饗˜1cÉÉÉ$$$”Èoذa¼øâ‹äää°fÍš*è>ø ±±±¼ûî»dggóÆohñ¡¡¡xxx°páBFÅþýû]–±4öìÙÃ÷ßOdd$ƒ?þ˜Æ»)t·>JÃËË‹^x1cÆPPPÀwÞ‰ÉdâçŸ&55•øøøJÕOtt4±±±¼÷Þ{\¼x‘¹sçW%mx-e®ª÷[ù¸›Ghh(Ÿ|ò ÷ÜsŠ¢ð‡µ§ TZðZ,.\r:Ϲp‘þ}Ò°aé#»Fc!ÿyoE¹_4›6mâÐÂ>øà6lȉ'®ùM êׯ/­/T;bµÚŠÝMË!öÕKíÞŽûZP@îÅœ*,B­Zµ±˜-ÒPbkbkBåìÎa¯ÓªSI®ŒàªNXbÞ®ê°Êó•Ç'E.Ã:«ÕŠ—WÍ?ôý5iÒ„={öð /pß}÷‘MÆ ‰ŽŽæÅ_Ô²ëõz>øàžzê)ÂÂÂèÚµ+3fÌà‘GqÊoÈ!Œ=oooúõëWåå]²d =ö;w¦U«VÄÇÇóä“OE£“+V¬à¹çž#!!nݺ1{öl}ôQ·ã'Ÿ|B||<………têÔ‰uëÖ¹Lën}”E\\$$$ð÷¿ÿƒÁ@›6m3fL¥ëgéÒ¥Œ=šnݺáååŨQ£˜Þ« ×{àí]½‡oooNŸ:+/‚ ‚·r˜ÍTEÁÃà @jJGŽÕ~< ž¤¤¤päHŠ¢CE-J«(˜-å/FÒ«W/ž~úiºwïNpp°“à-o4½^ÏÆùæ›oعs'Ï>û,Ÿ~ú)K–,q«£åî}ìÇëÖ­ÃÏϯdË~a‚üçÝ7¨àGþ¥KZ§°”íÿPÑáàÏí»à_¼¼ œLRmáAlMlM¨ªjsXhÊîFP,V»pu^uY½JÔÚ½˜µ8¯f¥Øn<==ñôôÙvPA¸Ák1[Pƒ‡UUI?r„Ž:“)ÇG§è9z4ƒNÿFNîÒÓR0xPÜZ}S§ÓñðÃóú믳lÙ²ñö}ϲ³³µÅ¤’““KˆÍÞ½{Ó»woî¸ãFŽé´ì>@ãÆÑëõ:tˆ;}ûö¹}ŸæÍ›ãííMVV:t‹*ÅîÝßóÌ丢½MćâB€ÕjæâÅóäæfÿÁ%Õɨ›ØšØšP)GxíšVáÊžºEc´¸»¥9Nàuu¬H¥ ‚ ×¶-‘¢+áUUP£±³ÅŒÁàíWh¼ŒÅbÆÃÃ'ŠNWî¢Uvþñðä“Oº9mÖ¬,X°€)S¦––ÆÒ¥Kµø}ûö±{÷nzõê…Á``Ë–-„„„”piöõõeàÀÌœ9“×_ .°råJ·ïS£F &OžL\\tíÚ³ÙÌþýû9zô(“&M+Êľ<ÿÙ³Ç)(È«ÖeUE扭‰­ •´?› ¹zE˜*.¤­SG7gWšVU@Q‹£ÜÝcZAøkSé,f+…˜ŒFÌ&Úuæ·ßãXÆQ:uê‚Õb¦]ÛýzˆÌÌL":uÅd4RXp³Ù½9`ƒzõê¹\¬J¯×óæ›oò¿ÿý=zðúë¯3eÊ'!»uëVHÏž=INNæ­·ÞryŸ¹sçHÿþýyá…œDjy÷?~<ñññ,]º”=zзo_–-[FPPX˜à¦E§;úUßÿ¢ÒbkbkBEp^\-!vÕbWuÆÅb·Øë¹øŠö¯‚¢8ž—îª/‚ Ü\Tz„צBÊáƒÔ¬Y4‡·V-?ò 6›3g29uò(~uêòÐC±Ù¬œ>}ŒÓ§Î“Ÿ™Ò¦eEDD••Uê=¯ŽïÞ½;ßÿ½Sšûï¿(r5NLLt+???Þÿ}í<))É)}Y÷±CLLŒX”P)b³Ùnˆ-EÑ9ŒÒbkbkBE о-‘]Ù*šˆU¯r?vó-»Š¢8Ù**%v&RìÁ¢vA„k¼·¶¾Ý»“hß> €‹Ï“••æ”æâÅó?žê¶o_ ­[·‘š èôÕÞOÑédÔMlMlM¸&ûs±.RÏ:ÏÈEQp±í..=—Eô ‚ U!x'NŒeΜé|øá—º.,,œI“þ)5/Wuúô:}µß7ÒCç!ó*ÅÖÄÖ„JaSÕ’BW[¹øTQ¦é‡+Îóv•bgç+ñŽ×!m1¥y{ ‚ "xË$(¨ ¾õ—¬”ò\«¡*Ñét˜ÍVô(ºê="¡óÐ˨›ØšØšP)T›+u¥ä‘BñvE\µÐ²re^®zÅZ½Åªê¼}ÑСC¥òA¸!tÕLð ‚P5ÍU´â¡ó¨ö£nŠ¢'A±5±5¡R\á-oeÅiÁ)NÊJñHpñÊÍêUy)Š]ýÊAA¯ TƒŽ½‚jSQôz®Z—³H$‰ [[*Ž}„÷Ê®Rä­¬”²=ý_õÊÀï[qp}v¼×• A¼‚ üéAtèªõ¨›¢•M:‘bkbkBűð–XtJQŠ÷H´o6ä´\Õ•uWR\¥ŠKÚŒî ‚ "x¡ú STèôúj»PNÑaSÙÛRlMlM¨NsxÕR´ªÃ^ºŽór¯Ä•.rqC ‚ "xAø3:‚ªŠj+êè«ÕtdB§Ó£¨ªt$ÅÖÄÖ„JaáUìO2EÛrHqP´ÎÇnˆ]åJ¨ªý#‚ "x¡ú è@UQtzPmÕ´ˆ:lª­ZÏýÄÖ„ê‹j³Ï¬U4Wf»ˆU”’"WqزH)1ÜïÚ@»ÄÅbV‚ ‚^Aþ¼.>V«Íaîb5,¡¢ÃZ¼Ý‡ ¶&¶&T›jÓFcUEÑ„¯RBè–¹NÇŽCº¥›¹ËŬA¼nóÝ÷Ûøbóz¬6«Ó<0/¯š<ôÀÿÑ®m'©]Ap»ƒ¯ ¢¢Ó騦Ó*ÑëtجVt2ê&¶&¶&T­¯P<²kÁ½ò·4Áë8š«à0ðKéÊ÷æzZòã?Ò­[7òòòðõõc*e;üCìHìU¸aï–/?¦G^èt ªjÃf+z’¸~%A4h"5,nõÁjµ-ÖSm…’›ÕFµUI‚ØšP­±Ùl.Ìj±ð-9Ê{eW))Š5«”#wËÛë÷ú™™É‹/¾ÈæÍ›9þ¾¢Óa³šd^¥ØšØšP)TmÑ*»xu¹.Gw¯ºÎ‚×ÑÉùêU«íß?Ž£GÒ¥KºvíÊÆ æ÷ßgÚ´ilÛ¶ï¾ûooï*¿¯ÅbA§ÓqË-·”¯( z½^ŒðOäFhƒÁPª݈÷;ºkùà^.¸ätžsá"ýû`̨ ¥¾FŽx’Ã)¿JÍ ‚c«UEQtÕúe±Úªõþ­‚ØšP¯Ã¶DÚBÍ”œ§ë(vû_Eqxéœuq:çø?’‰'Ò¡C>þøcºuëFhh(ýúõcÇŽäææòꫯE£^Š¢ŸŸ¯]k+,,dáÂ…´nÝÚ)o«ÕJPPk×®ÕÒnÚ´‰¶mÛR£F µ<]Ågff–(ïªU«h×®žžžøùù1|øprssÊ-ƒ7Þxƒððp<==iÔ¨³fÍÂæÐΪª²`ÁZ´h¡‰œçŸÞeý•W/öãmÛ¶iåîÒ¥ ©©©Nù”W¦ŠÔCyeèÖ­5kÖt²»²Úáz”111‘¦M›âããØ1c°Z­nÅ—Õåµ_Yår§nì÷ÉÍÍeذaøøøàïïÏÔ©Sµúp·Ýáº^›M%iÏŽÉäè‘LΟˡ×÷àççÇñã©¥¾<< X,ÖróOJJ"88˜o¾ù†~ýúÑ´iS DFF?ÿü3‘‘‘4iÒ„rìØ1íºuëÖѧO7nL«V­˜8q"yyyZ|vv6=öMš4!22’µk׌ÑhÔÒ¬\¹’ž={Ò¸qc:wîÌ¢E‹œ¾ˆV¯^MçÎiÔ¨;vdùòåbIÂ5¡×ë±ZLèõ :]õ|éõ:T«E' Áˆ­‰­ •è7hsxÁq^n‰© äªÍN[9 _ÃK¹êõG‘——ǦM›øç?ÿYâ¾>>>L˜0ÁI(–Ett4ÉÉÉ8p@ Û¾};yyyDEEia/¿ü2+V¬ 99™   ù”¯( , --Ï>ûŒ0yòd·Ë0{öl/^Ì¢E‹HOOgåÊ•¼óÎ;Ì™3G»fúôéÌž=›Ù³g“žžÎ¦M›hÑ¢Å5ÕõŒ3X¾|9ÀÃÃqãÆiq"õà›6mŠFøOž<ÉÉ“'Ël‡ëUÆ×^{O>ù„/¾ø‚ 6ð¯ý«Bñ®(¯ýÊ+Wyucg̘1:tˆ]»v±aÃÞyç.\èv» ByTÚ¥YUUî½wõêúŸÛÈË»Àî=?p,3ËÁuI¡QH0M›4Àd2b±Xܾς xõÕW©S§S¦LaìØ±x{{3wî\-ìùçŸçý÷ß×î7cÆ š7oNff&ñññLŸ> ÇÙ³gÙ²e 999<óÌ3N÷[´hëׯgæÌ™„‡‡“––Fll¬öôöôéÓÄÅÅÏàÁƒ9þâ‹/¾Ð>?öò9öÑKkwA¸®‚×h4R§NNœLçÈÑc?~UUñðð ú¡Gñòª @AÁ%Öo\Kæñ,5 Æ? !³û‚7>>žŽ;0nÜ8üq>ÿüs-lìØ±Œ=ZKÿàƒ:ýh<ÿüóŒ7Ž ——Ç–-[X³f ­Zµ`äȑ̘1³ÙÌâÅ‹Y¿~½öß A^|ñEžþy&NœÈ… PU•þýûBHˆ,Ì%\;¾µksþü94BU­EÝ6Õõ¶N º8¨§MµpÕþñ±ÃΔڱZ,4TíaÖÕñöðœœsÔô–ùõbkbkBűUhßgŽc‡Qâ"{º2{÷F^òlذa$$$0kÖ,Ìf36làí·ßvJcï•Fyñ»wïfÚ´iüòË/\¾|«ÕJaa!f³ƒÁPf’““ÉÏϧgÏžÎm\¼x©ÙlæðáÃлwï*­›Ûn»M;®_¿>F££ÑÈáÇË-“Á`¨P=TŽíàN½U¶Œv E‹B¥¦¦:y'–5î´_y6äiiiX­ÖåKIIq*_ií^£F ùr®ŸàµX¬ ªxx8~ü}ŒšÞÞ˜LF¾ßµ¬¬,‚ƒƒydØãXÌ>L|ŸÎ*³Õíû„‡‡kÇþþE£Év± €ÉdÂd2áééÉ/¿ü«¯¾Ê¡C‡(((Àjµb41›Í;v ›ÍF›6m\~€ÒÒÒ¸téC† )ñEdÏ#,,ŒˆˆH¿~ýˆŒŒ$22R¶Ï®‰Z>µÈÎ>(èuWæ éœçªé( :ñ:mþãW¿"¡bSUTÕVô²_ »ê¯Í~cœ ‹ÅÌ™Óg´'¶‚ؚؚPŠFxK‘¡ƒ¿E‡Žjñ¾½ÅMŠ´¨¨(jј®Šã¾ÍÎVþš5k†N§cÿþý.ÂþýûiÑ¢E©®ÖW ‡zˆ &””Ä©S§°X, 0À)My‚¢¬øK—.ѯ_?|ðA^~ùeüýýIJJ"&&«ÕŠÁ`(³ öòîØ±ƒºuë–ì\zx”x€Vî#7êpÙßRUµBer·Ü-“»íp=Êèn=WÖÅ¿´ëܱ¡ª¸Oyí.×UðšÍTEÁÃà‰Ífãbî²s¬¤¤¤qöì9ºu½€Ÿ“~âû];h޲胮(˜+àÒìÊÀK3úË—/3lØ0 Dll,uëÖåÀŒ;Ö­/({šuëÖáçççò‹HQ6nÜÈ7ß|ÃÎ;yöÙgùôÓOY²d‰X“P¹N ªâ[ˇӧŽQX˜ªR4M§s˜£¦Ó‡&6tºâ9k®âŠÂQUMHh¢Âf?.Ú±ç,Xlš1qöÜ‚6EUÕ?|AAlM¸±mOá-Ö²W¤ë•ã"oTU±»(+EX¥Hø:z\ÉÌI=«ÅBù{T«ƒ â_ÿúwß}·“Í^¾|™Å‹3lØ0j×® ¹!Û÷ =tèS~ôéÓ‡µk×ròäIî»ï¾*Ýò&99™œœæÌ™C`` [·nu» áááøøø‘‘Áí·ßîò-[¶¤fÍšlß¾Ý-÷Swê¥,Ü)SEëÁ2ÙW]v§Ÿy=Êh'))‰¾}û°wï^œúËåÅW´ýÜ)—;uÓ¼ysôz}‰òµlÙR“„?_ðZÌÀàaÐD¨¢(œ8‘E×.=9~ü(;uåÇŸ¾¥u«ðâ'8TÈ¥¹"¤¥¥‘››ËsÏ=§ïرC‹ E§ÓñÛo¿Ñ½{w<èô¡óöö&++‹:”^iôîݛ޽{sÇw0räHÞxã ù` •êšÍfês`²Ï`±˜KnÉQÞ–%æ²)£nÅ@­óWæ|®:¤ÅáüŠ‹©¢è8î<Ú÷ÐÜ•Dˆˆ­‰­ åÙ½ÃëèÑlEA{¨Qô—b±«¢¨hb·l'eÕõÙ<ú³hÑ"ºtéÂ<@\\ÁÁÁ$''3mÚ4|}}µù’-[¶ä–[nᥗ^bÆŒ$''“P"¿aÆñâ‹/’““Ú5kª´¬¡¡¡xxx°páBFÅþýû+T///^xáÆŒCAAwÞy'&“‰Ÿþ™ÔÔTâããñòòâÿø&L@§ÓÑ¥KΜ9þ}ûxâ‰'\ ,wê¥4Ü)SEëÁ2…††ðÉ'ŸpÏ=÷ ( Xí̘1ƒ   .^¼ÈܹsùÇ?þQ¡xWe-«ýÜ)—;uS«V-¢££‰å½÷ÞÓÊçvÛïÛ·èèhöîÝ‹··w¹ç‚^÷¯Å‚¢+áð0x?™Õa2 /Â&SŠ¢ÃÃPäc¯ètZ´ª"£×ëY¾|9>ú(¿ýöK—.uúPõïߟ—_~™… ’››ËÊ•+µN§§'“'O&..Ž‚‚ºvíŠÙlfÿþý=z”I“&±oß>vïÞM¯^½0 lÙ²…»B¥°Ùläææ¢×{qüø)²³Ïàéé N+•ºƒsBÇë\÷ùÜëª.‚……FŽ;ªz››Kݺue_G±5±5¡L±kw5µX,Ú¯¶ ”¢jóÇE/Å¢·XñâZë^q|.UÿÁÞŽMš4aÏž=¼ð Üwß}dggÓ°aC¢££yñŵ޶^¯çƒ>à©§ž",,Œ®]»2cÆ yä§ü† ÂèÑ£ñöö¦_¿~UZÖ€€V¬XÁsÏ=GBBݺucöìÙ<úè£n—!..ŽÀÀ@øûßÿŽÁ` M›6Œ3FKóÊ+¯P§NbccÉÌÌ$00'Ÿ|Òe™Ü­—²p§L©wÊļyó˜2e §NÒìþ*£I“&ÅÙ³g>|8Ï>ûl…â]QVû¹S.wëféÒ¥Œ=šnݺáååŨQ£*´RvAA‡ÖF’Ë;n>\­¡P´]‘×ÓãÆä-zc Ùç‹VÿÛüù§<úEOå|°ÏO›ŠÙldËÖ­ÜÝënjÔ¨Á‰§IMK¦}Û¢Iúûì¥Eópüýýؾc; `îÜùlXÿe‰Â$%%ÅáÇINNÖŽí«ÚãÓÓÓµIêW‡%&&2{öl.\¸@§Nxì±Ç˜0a‚ŸÍĉùî»ïgøðáÄÅÅqüøqmaíÚµ¬X±‚”” -[¶dĈÄÄÄ––ÆÔ©SÙ·o………´k׎ٳgk+ß î±úÝw0ø^—qŽvöWÇb±pþüyöìÙÖ-Ÿ’žþ{µ.o“&Í8ðA:w¿¿ËùF‚ؚؚ`¼V«³ÙLAA+ÞYƳÏÄqér6UÕöØ-ÓàÄÂiÇN½˜«Tqñá§Ÿ~ÆÐ¡C¥1„¿,?þø#ݺu#//Os»®H¼P½HLLüK}g9ö÷³Žg²ü­·ø÷›K÷&À\r‹_çsůìâ°¼â4—‹Ó›3`lÅßö6瀒;+݃°©rø 5kzÒºU¾Þþ5^^žôèÖ£1”Ý?ÿ@ófaø×ápÊo´nÕ†”Ç(m¡Æˆˆm±+ÇcWñ¥… :´„¡8.BU¯^=m #(Ú4;$$ÄÉ].&&†˜˜—elÞ¼9‰‰‰ò‰ªN‡¯¯/­ZµÂ××—‹/ºÜ ¾:àááAíÚµ Á××W¼ÄÖÄÖ„r¯ÍfÃd2‘ŸŸO``ûì£}»â¢.nRÞgå‡~J„òú•½ðÖÖ·±{wíÛ‡qË-rß^&5uõë7"¬EÑJ~ÙÙ§9vìw‚Þ‚^ïÁÖ­ßÓºu›?í ÿúë¯deeѦMRSSY°`ìå%ü©?d5kÖ$$$„úõëW[bG¯×ãéé)s*ÅÖÄÖ·E¯ý܈ÿ~½?݈êàZè¸Âò•m­ÎUç%ªJ;wשÃíÒ ÿ*‹üQ*I®—à81–9s¦óá‡_–Ò¹ÒP‡sÙ4éŸÚ¶Z­Ìž=›´´4|||ˆŠŠbÊ”)b Ÿ&BìóÇ‹æSVßeö]íÓ*ˆ­‰­ e¡Óé0 x{{Ó´ISüêø‘ŸŸOaa!‹«ÕŠÅbqZ´ìzØ‘ üUéÚµk™Ÿ›òâAo5`á·n¸7ܶm[¶oß.-/H_[[®³­Ù¯ƒ??¿¢¬l6¬V«Óþ©×£S¾gÏiA¼‚ ‚ ×GðÚÿzxx8¹8;¾AA¯ ‚ 7œè…¢9ÙŽ‹9Š\¼‚ ‚^AAnhÑ+.ô‚ Ÿìõ ‚ ‚ ‚ ˆàAAA„qiAªŒ¤¤$¢¢¢8|ø0ÉÉÉÚ±TŽPeÌ;—åË—£( }ôQQQ¤§§S£Fi¥ÂADð ‚p£‰Ò:uÕ5oáæ²Ç¶mÛ²wï^¼½½¥’„ëÂéÓ§ù÷¿ÿÍŠ+¸ýöÛ©S§{÷î-õ»kèСRi‚ ÜȺj&x¿û~_l^ÕfuZaÑË«&=ð´kÛ©Ú½ÙO>ù›ÍÆ!C¤åA®ƒúõëKE×'NгgO|}}ÄæA„R©ôÞ-_~L½èu×=ôº«wö¼›;zÜÅmmÚ‘¸~%'O¯òÂ&%%Ì¥K—ÊŒ7%â¾úê+fÍšÅßþö7iuá†$** €fÍšLpp°SüÊ•+éÙ³'7¦sçÎ,Z´›Í¦Å¯^½šÎ;Ó¨Q#:vìÈòåËÝÎ[¸¹põ]{õ÷ki6SÖ÷tY6(üuPU•·Þz‹îÝ»J‡˜;w®Ÿ——ǸqãhÑ¢mÚ´aöìÙÚw•Ý~¾ýö[úôéCãÆ4hG`ýúõ <€ððpÍöm3;;›Ç{Œ&MšHc‚ •á5ØlRÓ~¿f6s!;“ÉÈü…ÓK½¶eØ­<õä§°áÇãååå²ôꫯòùçŸóõ×_WÊU.%%…éÓ§³víZéÈ 7,«V­bøðáüôÓOxzz:Å-Z´ˆõë×3sæLÂÃÃIKK#66€‰'rúôiâââˆgðàÁœ?ž3gθ•· TÔ]Qž x÷Ýw™3g:uâܹsüúë¯ZüÔ©SINNæÓO?åâÅ‹Œ=š€€žzê)-ÍüùóIHH víÚ<óÌ3<÷Üs¬Y³†ÁƒS·n]†ή]»¨Y³&døðáÚµqqqœ={–-[¶pàÀiA¼•Ãb±p¹à’ÓyÎ…‹ôï;† CJ½Îh,ä?ï­(þðÃ3aÂrss©]»¶®ª*ëׯgøðá•v• c×®]ÒÚ ŸŸNsÕÌf3‹/fýúõ´mÛ€ ðâ‹/òüóÏ3qâD.\¸€ªªôïߟBBBÜÊ[*j¥Qž  ŒF#K—.eÁ‚š@Æ i×®ùùù|öÙg¬ZµŠ[o½€ñãdzjÕ*'ÁOÇŽµøÑ£GP£F ÍöðññÑΡhôxË–-¬Y³†V­Z‰àA*ïÒl³©$íÙÃÑ#™=’Éùs9ôºóΜ=Cff ǧrüx*ß}ÿ5™™)løø#ŽOÅÃÀÅb-‘_¿~ý¨Y³&Ÿ|ò‰Sø?þȉ'x衇J¸Êåää0|øpš4iBdd$‡.‘¯ÝÍ344”ˆˆæÍ›‡Õjuúq,͵ ÄO¨þ¤¥¥qéÒ%† B‹-´×øñã9sæ f³™°°0"""8p “'OfóæÍNv.×±Á›ƒôôt éÑ£‡ËøŒŒ ¬V«öp ]»v9rÄÉÂÃõ L&&“©Üû;v ›ÍF›6m¤1AàFxUUåÞ{‡P¯®?k>|Ÿ:µ}Øõ÷8¬a…•c8f IDATÍf#$øòó/aµZ0™ŒX,–ùyzzrï½÷’˜˜èäšôÑGÑ£G4hÀÉ“'®‰‹‹ãÔ©SlÞ¼™œœ&Ožì¿hÑ"6nÜȬY³ ÓÜ"66–Í›7£ª*,‘öرcX­Vn»í6-¬}ûöÚ±ÝÍsРA%®µÙl˜Íær]«]ðúõëGdd$‘‘‘Ò9þì ®mݺ•ž={¢( õêÕ£FLž<™¸¸8 èÚµ+f³™ýû÷sôèQ&MšÄ¾}ûؽ{7½zõÂ`0°eËBBB4[.-oáæ-,X°€)S¦––ÆÒ¥KݲÇÒ(Ï…¿5jÔ`Ô¨QL›6 NGÇŽµE«bbbðõõ%**Š™3g²hÑ"rssY¼x1ãǯ’ûתU‹þýûóòË/³páÂRÓé}ûôcËW[0xhÞÚµÝîßËùìóô¾»/éGÞ’A¸©tOÃl¶ * O< E+tÚÿ>ù÷ñÚË1ÜÃà Š‚Ùb)5ßèèh6lØ€ªª$&&2hÐ ·Wevt‘²:ìÞ½›£G:½Ž;†Á`py#v¼Å‹S§Nž}öÙ*ûQ„ŠH||Ye÷õÕW  ÿþ¥¦±Úl\̽@dßHRR’IKK-‘æÐ¡ƒœ8y’Þw÷!'ç<:¥ü{ŸýÈ>†ÌãÇ©S§n™ï;##ƒnݺѩS'V­ZEÓ¦M9wî6là…^`Û¶mÕ²½, Š¢ ×ëÅxAøKRiÕf±XPt®Gx?ßô…ör ÷0x¢èt.­²Ó AzôèAll, 4 k×®.Óùúú2pà@fΜÉï¿ÿÎ?üÀÊ•+µx»›g||ûŒ»îºKÛâ•W^aݺuZºÜÜ\† †þþþL:UóJûñÇQ…üü|-½=¬°°P;NLL¤iÓ¦øøø0f̧Ý'Þxã ÂÃÃñôô¤Q£FÌš5«Ä=6mÚDÛ¶m©Q£™™™b8‚ üe¹†^+…˜ÍF-Ìd4òÔ“O—H{<+U‹·˜Í˜K™Ãk'::šï¾ûŽ‘#G–¹’ãܹs™0aýû÷§E‹Lš4‰gŸ}V‹?~<þþþ¬X±‚¸¸8 -[¶dĈNyÄÅÅE5xôÑG5×*» Þ¼yó(,,¤]»vâ‚'‚ Õ«ÕÊìÙ³IKKcþüù.ÓøùÕ¥G÷žìúáºvéJö¹ÓôíÓ—Ö®ÆÇ×—ûßϹ³')(,äû~ ×]wS·nésÔóòòØ´i_ýu)÷»²‚þ˜1c8tè»ví"''‡¡C‡R¿~}žyæ·ßãk¯½Æ'Ÿ|Â… :t(Mš4ÑvŸ˜={6«V­bÑ¢E´iÓ†äädmãiÓ¦iy¼üòˬX±mú‹ ‚^l*¤>HÍšžZØéSlÙº›Íy뀎í[iñùù—QËYÔóÁäÁ,~µÛ’ŸŸŸæ¶dgذaNçe¹yBÙ®Uâ‚'‚ 7mÛ¶eûöíeþ†ßzëm<=ÙöõérûߨþÍ7ÜÝ«?üð=_lùœÍš³ûç=ÜÓ'’æÍš—yÏôôt·öÿÍËËã£>â‹/¾ÐÚŒ‹‹cÙ²e¼3fÌ ]»vN×O:“ÉÄœ9sعs'„„„Àøñãïœ9sèÒ¥‹Œ "xKý¡h}»w'Ѿ}XQF:.^« ‚ 7™6ðóèÑ´»õVüÛ´EáØ‘#Œ{ÃÌ…Z/¾Lטü/\›ììlöŒIû×_§ñ×ȳvíÚ 8ùó综999øùùѼysôz=IIIôíÛ€½{÷Ò²eKt:µk×àܹsøúúpèСù]}}XX:Žððp|||ÈÈÈàöÛo—ÆAàViAA¸ÑH[¶ŒÎ11d_¼ÈW_ͶmÛhÒ¼9(<ô@4>ÎfÅ?;›/>ÿœ/¾ø‚ÓÙÙ´ #}ùòRó]´hÿûßÿ¸ÿþûùæ›oÈÌÌdïÞ½LŸ>]Û±V­ZDGGËþýûùöÛo™;w®¶¨TË–-¹å–[x饗ÈÈÈàË/¿$!!¡Ä½f̘átýÈ‘#ðòòâ…^`̘1¬ZµŠŒŒ RRRX»v-¯¼òŠ4¾ "xAAþÊœþö[jfd–’ÂÝÛ¶QXP€ÉdÂf³áÓ¸1>¡¡€‚ÑhÄb±pÏ7ßp45•zuërf×®RómÚ´)?ÿü3AAA<úè£4mÚ”¾}ûràÀfÏž­¥[ºt)­[·¦[·nÜÿýŒ9’É“' ×ëùàƒøî»ï ã•W^aÆŒ%î5iÒ$¢¢¢ˆŒŒäþûïwÚ¡"..Žyóæ‘@XX:t`Á‚4lØP_„›©AAnüÛµãâÅ‹4hÒ„/3ƭZqòüy;ìÑø¡‡8™’BóÛnãëÞ½iؼ9999ø—³ÐSpp0Ë–-+3MíÚµY³fM©ñwß}7)))NaWï@1pà@¢££KÍã‰'žà‰'žp×µkWTUCá¦AFxAA¸i‰Ž&-=–ÁÁôŒ$ØÏ”ädÂ&NÔÒ„MœHÊï¿P³&½ï¾›õë“–žN£2DfU (J™/AA¯ ‚ B©„OœH½ûïç»={øòË/9œ—G÷uëðwXä©^Dw|ü1Gl6¶ïÜÉRÿ‘Gh9aÂu-›ªªe¾A„Š#.Í‚ ‚ Ü4(tú÷¿éôï—™®~ÏžôýñÇjUvqGA¨82Â+‚ ‚ ‚ ü%©ôïwßoã‹Íë±Ú¬NO½¼jòÐÿG»¶®[¡?ùäl6C† ¹.éAAA„›Xðnùòczôè…N§ ª6l¶¢Waa!‰ëWDƒ!U^௾úŠY³f±qãF-,))‰¨¨(>ŒO¹éË£¬üAAA„¿¸à5ØlRÓ~¿f6s!;“ÉÈü…ÓK½¶eØ­<õä§°ààà2ï—••EJJ Ó§OgíÚµå¦*œ^(ÿ!@zz:5jÔ AAá¯+x- — .9ç\¸Hÿ¾iذô‘]£±ÿ¼·¢DøÞ½{µãƒ2|øp~úé'<==µð°°0v•±éûÕT4ýõÂb± ( z½^,Np “ÉHjz 'Oea³ÙJ,TRÖyÑ¡Z"ÎÛÛŸZøÒXlR[ÄÖA¼®°ÙT’öìÁd6P³fMîîu~~~?žZêu 4Åb±–¯_¿¾vìçç@`` 6š¸råJÞ~ûm222 &&†)S¦”úÃV^zUUY¾|9+W®äøñãÔ«W˜˜¦Nªå‘””ÄŒ3HMMå¶Ûnã7Þ I“&¬[·Ž%K–ššJÍš5éׯ³fÍ¢V­ZÚhè{ï½Ç¬Y³HIIa×®]øøø0qâD¾ûî;ÂÃÃ9r$S¦Lq5µ—ûرc2bÄ&L˜€N§Óò]³f ¯¼ò )))Üzë­¼ù曜;wŽçŸžäädn½õV–.]Jhhh‰ú(+ßµk×–ú~£¢¢hÖ¬™–gVV«W¯æµ×^ãôéÓ0nÜ8F%Ÿ®k íH þõ¸µÕmU÷àÅjÁd2’Ÿ—ˉӧøïö¯hÚ´)-šµ”ýÅÖÄÖ±5AA¯#ªªrï½C¨W׿øÜF~~çÎeaµZÙ¼u;ƒô)qÉdÄb±Tè^‹-bãÆÌš5‹°°0ÒÒÒˆÅf³9 ÔŠ¤OHHàÝwßeΜ9têÔ‰sçÎñ믿:å3þ|¨]»6Ï<ó Ï=÷kÖ¬Š6‡Ÿ1cÍ›7'33“øøx¦OŸÎ‚ ´ë,XÀüùó©[·.<ýôÓœ={–-[¶““Ã3ÏÈp–Ïùœ3oäóžÏç|ŽÔÛQÒËQòsÙë’}J¶/{-—Éáà脎ήðñn‰ÌËq4á0ztR¡ä…g¬1Ö衊5kNžJÄéäS0 eϸ5ymE‚»£G÷^|㈈kÂ[\\Œ¦M›âjV†Å:¹BÙ¯,DZÚ ‹uzƒ:mõ^­V‹¸¸8|ñÅ ´hÑo¾ù&æÏŸo‘ðVgûââb¬_¿«W¯–z.===Ñ¥K³²–,Y‚nݺfΜ‰iÓ¦Iëžyæéµ§§'-Z„3f˜%¼‹-’öÏËËÃ÷ßmÛ¶¡}ûö€_|Ë–-3«÷矎Î;Kõ~ã7°hÑ"³ÄÔ´^3fÌÀ /¼€o¾ùFZ6}út©®µ-·üùZëu€ììlˆ¢ˆ!C†ÀÛÛÞÞÞü­ªÆaðƒAj?h²ü^Ú(”šÆO¥Áäg€^¯ÃÝ‚<Èe Ø«жµ?þ¼r þõ …'ic¬1Öèá‰5k’NžÀK/N«²¾ÿZ·† /QcNxu:= ŠPXù¤Þ`0 fÕr<ûÌ“–;Š"tZ}µ“žžŽ»wïbøðáV£Õjk¼}FFŠŠŠðØcUz쀀éu³fÍ Ñh Ñh`ccƒS§NáÝwßEJJ ¡×ëQ\\lVŸNʆm]ºt ƒAJÂ˯7Ö»ü£“ ƒE¹¦õru-éa7&Ñåëš‘‘Q«rËŸoEÚµk‡   6 ƒFXX “ñÏu!Še÷·™ßÃ&J¿GbÙ¯J[&ßK^‹&¿w¢±u(ÅšBäååÂã¼<½!“ÉðÓÏÒ£\\\ù0ÖkôPÄZέ‹zhJÿîe]¿AJ¿Œ•ÔÇíŠ5šî&$$ $$yyy°··gPÝË„W«ÕA(”eÉÐÿþ—ˆæîðmå‹7–Dã\Z"2/^Â…‹™èß?´d#A€¶Cš[?~nnnõº}U÷÷XKÚDQDAAƇáÇcþüùpvvFrr2¦OŸ. EÏsçÎRoªÙeR–µzUT׺–[~‘òär9¾øâ üüóÏ8tè^{í5|õÕWø÷¿ÿÍß®:0J®»A4˜ÎÑbÞ 4i Šå¿›îbÒ ”Þk¹í]dg߆³³ ÜÝ< —+ð˱ŸÑ'¤/ÆcŠX,^ã(3…Bû‚˜´Â2Û®&²²²‰={ö ++ M›6Ehh(,X€:_Ãàà`deeñ‘‰DDG«Óê f÷bµkÛ‡ÿ¥ ¹Wÿ¼ŠÓ§“1|ØÓP* Æ|·FDÚ´i;;;:tÏ>ûl½lߺukØÚÚâèÑ£ÒæšHOOGnn.^ýu©‡õàÁƒ•îããã™L†³gÏ¢wïÞJf£._ï+W® k×®õö×W¹ÆdØ4¡7Mš € OŸ>xñűnÝ:öòÖÔb°2c©ÔÈ36Ë5Me@0i0ÊP2køÍ›Á­™T6*86uDûöp4á0CÛ&|#kŒ5jбfV§-ýۥİáà 2³Àô–AV•ÌÌL„„„ 88[¶lŸŸnÞ¼‰]»vaéÒ¥8pà@¯¡R©DóæÍk½?ŸADLxkúŸ¦Ì¼‡·}ûØØ4Á?|‹œì;8> aƒŸDóÍ7§$á•Éj4i•J¥Âœ9s°dÉèt:<öØcÐét8uêΟ? Ôx{•J…)S¦`ñâÅÉdèÖ­›4iÕóÏ?_e¼¼¼ —˱qãFL˜0gÏžÅúõë+ÝÇÁÁC† Add$Ö®]‹ÜÜ\lÞ¼¹ôC666˜3g"""PXXˆ^½zA«ÕâÌ™3¸xñ"fÏž]«÷Éx=êZ®ñ9Æ{÷îEhh(A€‹‹ NŸ>ãÇ£ÿþP*•øþûïáííÍd·® CƒX®Á‹ÆJ'V1n#5û*è•!˜­+yhµZ(mTPé´ptp„/ÿò>ÆFc±F :Ö¬¶_J?t—Ë娷w_ÉfȤ¤{ÈÐ!¥‰±Ä¿_퉬fÍš…   |ýõ×Ò2!''GZ–››‹iӦ᫯¾‚­­-¦L™‚¨¨(Èd2iÈòŽ;°`Áüõ×_˜8q"Ö­[¹\nuHóºuë‹ .ÀÃÃáááxýõ×ÍÊûæ›o°páBüþûïHOO—žÀ@DÄ„·²„W«GQa!´ÚbiÙÍâ,øøx¢wïþ8rä' 0Í[¸âöíë&ûi¡­Á=¼@ÉJ®®®ˆGDD”J%üýýñü£ÖÛGDDÀÑÑË—/ÇÕ«Wáââ‚ñãÇW«>...Xµj¢¢¢°~ýzcáÂ…xùå—+ÝïÝwßÅ+¯¼‚!C† Ó§O—êgZïõë×ãÕW_­òøàþfÕ‘Áä^7³ÙYLžCYÖÓ!š¶-ïoMfC•‰%´2z½¶¶M TÚ X£»» ð¿ éùß Æcl¬Ycìá•Ëä>|8ä29d2AVz+^j¯L<Ãlߊ&²ÊËËÞ={ðã?Z=¦é-EáááHIIÁÑ£G‘““ƒ1cÆÀÝÝÝìÉ kÖ¬ÁîÝ»‘1cÆ U«VVŸJ…-[¶ 66HMMÅÔ©S‹/–¶‹ŒŒD||<\]]áááÁ`$"&¼ÕûÜ?÷š41ŸÐèúµL4oÞ ãǽ„»w¯ãü¹“fëóó */;((HzÆ«ÑóÏ?_aïkM·GéÅ3f`ÆŒÕ*¯ü²1cÆ`̘1fÛ'†²¶¿1Q6>*(yÔ···ÙPªšžgu—ÕG¹Ó§OÇôéÓÍ–µiÓŸ}ö“ê™h2d¯¬‡Ã¤UW~æÒŠ…f¼”ÜR –~—ËåËäHËHƒA¯‡(vövpjÚ>>>ø=%3/ •¯ßÆcd¬Ycz[Õwß~™L™LÀˆ# „ÒÄX‡¿n^“ê^ÙDVSZ“——‡;vàÛo¿Å#< äø 6˜%¼Ë–-“ža\_>áÕh4ˆŽŽÆ¡C‡ðööFLL fΜi–ðFGG£gÏž B"bÂ[;tÂñãIxä‘vëîܹ4EëNŸ>åÅþý÷ßqåÊ"-- «W¯ÆØ±c…dù’Á¤'Ĥù'ZoE¬©Xn#ÁØ<,7Á‹ ÉdÐj5ÈÏÏG^nòóóѤItêÒ>­ZátòI&!Œ5Æ5ØX³Æxo®Á`@Ø0)áÕé´%Ï6ˆ€²¤‡÷‡~P·‰¬L¥§§C¯×K *P2ÕùóçÍæÈ(¿>--ÍbÔÔTäçç#44Ôâ:™Ýƒl|ä Þxå•ùˆŽ~Ÿ~º¯Fûµk€Ù³4Ê‹­×ë…ôôt¨ÕjŒ9¯¾ú*£¬´õJ„fݰX®'¤üKËmLÿ• ý“•4öär9™ ·nÝÂÁbàÀÇa«RáÒåLø´ôå›ÂXc¬Qƒ‹5«‰wé1ì+¯/€¥8¬j"+???Èd2¤¤¤ _¿~U^‹ªžQÕzÓ<gggËžÉSŒ·N1á­X»–÷jÖDçÎñÓO?ñBP52æM;ÓùZÊf%-™DÅt(`YãÏøë‘kŒ5jx±FDD]­{x9rß~÷9ô½Ù3ñlmmñìÓÿD—ÎÁ¼ºT%i¶N´Úð,_ (}¬ÊMH*”Ý¿&–õ¨·36E±lH`ÉpÁrÓÆìuc¬1Ö¨áÆQ­Þï÷}‰Çë™L€(`0”|á³Ï7í™Z´ðæ¦JqH³ue=!UÍ4*˜MÌ"B³|ÊzÔD”=ûÒ¸Úx3¥Åó-M&’1œMˆ±ÆX£kDDÄ„·¶;jŠ‹a0è–þGÙ2­Ù·s¡ÑcÕÚ7+Ü׿]GLüªÕu—.]ªU«pèÐ!ܾ}ÎÎÎèÑ£ÂÃÃÌ^ã‡ÍáC?"lèH¯©¬'¤¬£C€ =™ÃJcѸñ_±¬ƒ¤¬X6ÐìXR Òc?“åìuc¬1Ö¨ÁÆ1á­íŽ:…wÍ~Îɾƒ!ƒ†ÁÓ³âžÝââ"|øq¼Õu9r$üqüç?ÿA‹-““ƒ#GŽ`ýúõظq#ß±‡ ‡4[gì ±˜œEJo¼7Þiþ4Sé_YÙåZŒóžŠf-Q“§¢ý$Œ5Æ5ÈX#""ªõ¤Uƒˆ¤'pñÂe\¼p·næ ß'àää„?ÿL«ðK¡PB§Ó[-sÉ’%èׯâââ OOOtìØS¦LÁ|HJJ‚——>ŒÂ××ÇÇÅ‹¥ròòò0cÆ ´mÛˆŠŠ’&C1îÿóÏ?cðàÁðóóÃðáÑ™™‰ÄÄD„……¡U«V6l.]ºdV¿Í›7#44¾¾¾xôÑGËIVꨠ @Êlúº±3»×­¢v›`|ö£¬dÒ“׿?ËÌ–[~•¬— ²’}deËJ’6kŒ5j˜±FDDTë^Qñä“£áâìZú³ùù9¸yóJ¥¦:Îby^^~þùg|ñÅÖÿ–›mqÕªUˆ‰‰££#æÍ›‡×_Û¶m,\¸©©©øê«¯pçÎL›6 Íš5ÃÔ©S¥ýW¯^wß}M›6Å«¯¾ŠéÓ§ÃÎÎ+V¬–-Z´Ÿ|ò 66Ÿþ9–/_Ž€€¤§§cþüù€W^y…‘TKÒ\ÁJ¥¿CRÜ ‚ôh©·Ãd’ÓG¼˜-·Ö˜4moŠ–åîˆ3NCŒ5Æ5ÌX«ZNN²³³!Š%ÏûuqqAÓ¦Mù¦5æ„·¸¸M›6ÅÕ¬ kÙi…ûé :è´– ïåË—!Š"Ú¶m+-Û³gfÏž-ýüûï¿K¯—,Y‚nݺfΜ‰iÓ¦òóóñõ×_cË–-èØ±£´~Ë–-f ¯éþ3fÌÀ /¼€o¾ùFZ6}út©L­V‹¸¸8|þùçèܹ3 E‹xã7°hÑ"&¼uÀ!Í| d¥”À8äOz‡`ÙLíaù(Áꯤ´‹Å¤/æ÷ÒDŽb`¬1Ö¨¡ÇZ™;9ÙÈɹ]ú„‰’Y4:üüZAdE.\¸ˆ[7¯WCàäì×f|#‰ˆK«ÓéQ„B¡¬á_<:­¾Z›öïß@JJ ¦NjÖs ½nÖ¬4 4 233¡×ë¥Äºté‚ .˜ ?6ÝßÕµ¤—º}ûöVËÌÈÈÀÝ»w1zôh³ú C«ÕB©T2šj³4[g esûeÏ¢,„–Áòϱ¬rÞ–ÒòD“®Ó¾7c#•kŒ5jh±fMöí[pqm&=ÿ¹¸¸ݸ‰‚‚B©‡W¯×ÃÕ¥T*•ô÷þ¯ë×îyÂ{ëæMü°ï;<=vîääH¯ Å=?æ3χ\.ÿÛâÁô\ëëüþŽs¹õ&¢4áÕju ¥MÍvh­ inÙ²%A@ZZºwïP«ÕP«Õ¸}û¶ÅöÆ?Tæ¹´hõ£5Öö¯¨Lc¢¼sçN899Y^Dþ‡WkÒ\ÑçB¢ôûRÚÓ^ò ²x7íõ`ÒA‚Š[ˆeó™J3¥št¼±×±ÆX£†k%Þ2™ EE%²f]»V­ZÁƦìƒkooo\¼x-š»lmíª5gGQa!~K>¬«WPTX¥R‰fîèÐ1®ÍÜg<ùô³lû5†„W§ÕA ¬a¯ Àêf„††âÃ?”ÞÚðõõ…\.Grr2úöí øí·ßкuk« mu´iÓvvv¸rå ºvíʨ©GÒ\AƒÌ`0ê'–6-{CÊz:ËÆ£ÔªhZyˆX¶{ÝkŒ5z(b ÖãL.—áܹsÛ5ibk‘(W¦àî]Øû-œ]\Ñ3ä1¨Õö(..Æ•?/!ùô)ô8è¾|ÀPUÕŒL&ƒ­m¾/D"áÕé ÈjÞÃ+ÈdV'­€åË—cäÈ‘˜5k^xáxyyáöíÛøôÓO«ýŸƒ½½=FމåË—#66¹¹¹ˆ‹‹ÃÌ™3k}‘T*æÌ™ƒˆˆ¢W¯^Ðjµ8sæ .^¼hvŸ1Õ ‡4WõÑØÈ3i Zí)ß 4oš,?»‹`ño¹F*gÎe¬1Ö¨ÁÆš•Ä[4˜Ýßëâì}S±$þŒ÷þ–®.(,†(w ŠÑÄÎ999VGz@â‰_áìâŠ>ý—ÎAmoWWhŠ‹¥áÒZ­'~=†«Wþ„L.Gë6íÐ¥k·jµqÒÎ¥â\êYÜÍχ­m´õ÷GûŽ ‚4Ô6´ÿœ>™ˆÜ;w0|Ôh¨Õöfeh4ÅH8ò ®_»†¦NMÑο½ÙúÌ 8û{ òrï@®PÀÓËÁÝ{B©TJÇè7à œL<¼Ü;pvvA¯ÇBaïàÈH;”ä3(,,€­­-Úwìÿöª#•Ÿ5UKU׺²ºV´ÎÚæúx_ˆèALxµzh5Ú’ž^³O[³!jÒ½Y¥è z=´ÜÃÛ¶m[|ÿý÷Xµj^zé%ܾ}...èÙ³'¾ùæØØT/¹^±b"""0räH¨T*L˜0“'O®Ó…š9s&\]]±~ýz¼úê«P*•ð÷÷Ç?þñFQpHs C“¡sÒ„¦°¼ŸÍ´QhÞSRÖ@4ýí4kÿ™<&mEA,Y,X© 1ÖkÔÐbͲ"`2#¸B.‡F«O•çpñâ« ¯N«EÖ•+R/nùͦô^`8ñ¿ܹs V«ÁÑ_~†­­ +=öÙ”d\ÌÈ@У=àèØ¹¹¹Hü_ C`Ù¼%)gN£{¯Þ°QÚ@¥²µ(çį (,,ÀC†BS¬Áñ„£æ@·àGaïà€»ùwq2ñ8™x=zõ–6ùíÌitï¥B‰ã¿Câñ_ÑoÀ(,,ĉÿ%à‘nÁðn郢â"V+>ª{~59—Ê®ueu­ÉyÔ×ûBD`ÂkK&~ppp€B¡„B¡„\®„B¡€B¡„Á`€N§…^¯…N§-}­ÃÅ çQÙ¨ ___ÄÆÆV¸>((W®\©t™ƒƒÞÿýZï_ѲçŸÏ?ÿ<£¦qHsE¿_bYãÍäþ5‹‰[ËÙMÍõamÖÓ²„£’¦)DQ0û°ŠkŒ5jرf¬‡埀eŒ½ââ"T4PZ¥RA_Á‡2ùùùǦN•öÔê´Z\μˆÐþàäì AСc'¤§«4á5 ø=å7 x"LÚÏN­F× `$ÿÕ,±êÒ-..®Vë¡ÕjñçåKèûø@89•”Ó. §O&•µÃZµ–^«Õöx¤[0Žýò3Äž!ÒòG‚‚¥ctèØ G9Q¡).xzyCmoµ}õz1kr~Õ=—ª®ueu­îyÔ×ûBDhÂÛ±C'|óÍn<òH»íwúôyt¨âSLj<8¤¹‚À ²ۢ\ãдÁÓÆ!ªœ¦ä§’ñf=m¢( J›ƒöº1ÖkÔ@c­âz0ù€Å{‚ àÆ›å«w77ó}+PU2“ŸŸp6I|œ]\‘Ÿ—WiüçåæB¯ÓáÇýß›ŸKéÄšz}ÙÈ9'g— ëq×x|“mœ]\Ͷ¹}ë’OŸDvömèu:é¦õkj’Ø«lmK×ëáØ´)\\›áÀÞïàéí oï–ðônYåu©Îù•Ÿu¹ªs©êZWV×êžG}½/Dô€&¼¯¼2ÑÑoâÓO÷Õh¿ví0{ö^yÀ!Í©ÙlµBõ^›ô¦”ôfTp/e¹ìuc¬1Ö¨ÁÇZ¹z”µ²û‹eððpGE½¼bç`ì̽“7w*ÏNVÃÄÇX¿ÇŸ³úDÓd°:tš'^e¯u:ý¸Þ-}Øù¨T6Ⱦ} G©Fb_òáÃÀÁCuõ ®_ËÂÿ~=†æ™Ò§o½_uÏ¥ªk]Y]«{õý¾Ñ–ðzx´ÀÚµð RpHsü bÅÍ5ÓYmaì3.KŸoY²V,í+!BKú>L'd)NZZ’qq¹† ÃXc¬QƒµJê!ZMxܸqÃ,)Eîîî¥1j½L¥R‰ž^øãlŠÕ„W«Ñ@ic{û’‰²³oãy @NömØ;8VÚûçàè¹\Ž‚»ùðöñ­õ{Pvülx4o^òúö-i}^n.´Z-:wí•Ê‚ àúµk5:† ðôò†§—7Ü=šãÈÏÑÓ`¨4á«ÍùUu.Õ¹Ö•Õµ¢u÷â}!¢4á%ªÒl¥1&Še ÿÒ6_Y¯ìµ(¢äÑ¢P:ñ´¦$¡„Òa£åZ”¢y+Ó˜xXýŽ’‰fØóÆXc¬QCŒµŠê"ŠæëuÀÝÝÝ,!2Éʆ4=Úö~‡_ý„€¡¶/},ÑåK¸yãú…R‰–¾­p*ézöî­F‹³)ÉèØ©Òë'—ËØùœø_ôz=ÜÜ=`0èqûömäçå¡c§ÎÕkô)•ðöñÅé“'Ð3¤4šbœ?÷‡´ÞN­† 8÷ÇhÓ®îdçàßSªý>ß¾} ·nÜ€G‹Éd¸òçe©Ìú>¿ªÎ¥ªk]Y]«{õõ¾^zˆqH³y# (¹—Ì´£ËØ‹Òc-J¾£´Q(–ÜYÚ(¬|0Ÿhý'©iùX½Éý[‚ ð$ÆcL¬YS’Ü–ëá5Idÿúë/)ö<<<Ì’ÞÊ>QÛÛcðÐáHI>ƒ„#¿ °°666ps÷@çGºJçùh^8ñë1ü°÷;éQ9mýÛWïí;B¥Rá³)ø_ÂQÈd286uBÛvþ5zOíÑ G~Á¾ïöÀ±©#;uÁñ_(™˜«{Ïœ9•„Ô³¿£™[3téÚÍbHsE” %þ¼| gNŸ„A¯‡³‹ zW1œ¹.çWÙ¹”¬¯øZWVךœG}½/DÄ„—RÒ\Ö(4Nr¡Óé¤ÞiâA,íù̇Ò#8±lH h­1(Tö޲!¦V’Q/¢¨¨‚ @.—KC½ˆ±ÆX£=Ö*®›y¢l¼7W! _¶–èV5±Z;;<Ú³—ÕÄØËJ¥!}úZÝÆµY3Œ?Ñⵑ_›¶ðkÓ¶Ê}+cc£BßÇš•áצ­ôºUë6hÕºÙzŸV~Ãt™ƒ£#b°Eý¬ý×ôüjs.•]ëÊêZÙº{õ¾^zHqHsƒÁ­V‹ÂÂB(är "dBé=c¢Aj¢\#±ôgXösH”üÉ6ßR4ýV–„BÙ½qyyy*• …‚‰c±F "Ö¬z½66*“„·dF_…¢~šEÕ‰ÙºÄu}üNTUÆý¬_M÷¯Ë¹Ôvݽz_ˆˆ /=d8¤ÙØØ*éÑh4ÈÏχ››Î$ŸÆ#]ºÞ×? ©çþ€ƒÚ·o߆RYòœíÊfË$ÆcôXóðh«Wÿ4ëS(lðûï¿—õèZ™K©÷—ˆˆ˜ðU ‡4›7_Þ^-ñÃðåW_@4Bg6üÓø¯éÏ¢ùT.ý\å:”ô—Ø5QïU›’ûïJëFŒ5Æ5”X îÚÝ2ámÞBšµ—ˆˆ˜ðÝSÒ\F&“A©TÂÎÎ~­üàÔÔ ùùù(**‚N§ƒ^¯‡N§«Öä)5eìm‘ÉdËåP*•P*•°µµ…££#\]]¡R© —Ë9d‹±ÆX£kDDÄ„—è¾á沆™±a¨V«¡T*áääT2Ñ‹Á½^/ ¬ïF¡iŒ_Æ ƒd2 …””( 6"kŒ5j0±vâÄ ¾DDLx‰îi6o¿+ ³¡€¦_÷ºåcŒõããbkŒ5jH±FDDLx‰îi¶LŒ=^F¦Á¿+ ±–”X[OŒ5Æ=è±FDDLx‰îiF¥~"Æ1ÖˆˆˆjOÆK@÷‡4ѽÂ^º¯8¤™ˆˆî¥Ï>ûŒˆˆ /ÑýÁ!Íu—””„‘#GâܹsP«Õµ.gÅŠظq#AÀŽ;0räHddd %%¥^Ê'Æ Ñßk׮Ř1cxÁ‰¨Aàt÷‡4Ó}ÕX‡4'%%ÁËË íÛ·Gqq±ÙºÌÌLxyyÁËËËbݽrýúuüë_ÿB\\йsgœú(bcca0Ÿþ9FŒ(é]zi*ë©©¬}ðÆoàÃ?¨T*899Iõqww—~.¯:å㦾â¦:õ_²d ºuë†Ö­[cÆŒ8}ú4/^,-›>}:Ž9 iÄñGDDgi¦ûг4ãÇÇüùóñüDTT®_¿n¶Í©S§ðî»ï"%%………Ðëõ(..†V«•¶;v,žxâ ¼ýöÛÒ²ôôtܽ{£G6+Ï`0Hû+•Êj×µ¾Ë#ÆMeåU§þÒkWWW@ûöíÍ’3FFN#Œ?""bÂKtß4ö!ͤa€³fÍBïÞ½áååeÖp,((À¸qã0|øpÌŸ?ÎÎÎHNNÆôéÓÍî|üñÇqðàA\½zUš<Ƹ~çÎV{?ŠšýPßå㦢òª[ÿò½Š-E‘AÓHã¯!Ú¾}; ÆÏ`#"ª#i¦ûª±i66Ο{î9;v &L°XŸžžŽÜÜ\¼þúë ‚ŸŸnݺe±Ý[o½…>}ú`̘1¸qã M›6°³³Ã•+WЪU+‹/AjT×ú.7•WÝúãïaóõ×_#""}úôyàëšAŸŸoöšˆˆ /Q©Æ>K³Ñܹs‘œœŒaÆY¬óòò‚\.ÇÆqùòeìÛ·ëׯ·ØNÄÄÄ K—.xî¹ç““•J…9sæ "";wîÄŸþ‰ .`÷îÝxï½÷j\Ïú.7¦åýþûï EaaaµëOŒ¿IVV¦OŸ(•J4kÖ £GƱcǪµÿÙ³g1wî\ìß¿>>> *‚ƒƒ‘••µZÍ_"bÂKdÄ!Í%”J%\\\¬ÅtqqÁªU«ðé§Ÿ"446lÀÂ… ­ÿBËdø×¿þŒ7yyy˜9s&–,Y‚õë×ã±ÇàAƒ°aÃxxxÔª®õ]1nŒŠŠŠ‘‘ƒÁP£úãïA™™‰àà`üùçŸØ²e ÒÓÓ±oß>béÒ¥V÷ÑétÒc˜ C‡HKKƒ¿¿ëS¾ì¿#š7oΑ>Dô@J¿d(¹·×~ÖŒpQEñÖÍâ­›7ÄO6ÿG$ªŸlþWå¿gDDTvìØñ·käÈ‘âðáí®ËÎÎEQ;&¿ùæ±S§N¢L&/\¸ Š¢(ÆÅʼnþþþ¢B¡===Å%K–ˆ:άã6J¥Rôööß~ûmQ¯×WY¶‘q›¼¼<‹e………Òëýû÷‹;w•J¥Ø£GñüùóVÏË´ àUÿ0@?A´àÀ €€ €²4g•™ä±{x‰ˆˆˆêY^^öìÙƒùóç[]_~ò­ÈÈHÄÇÇ#55ˆŠŠÂû￸¸8\¸pü1¶nÝjÖ3…¸¸8ÄÆÆ"##›7oƦM›]iÙµ±lÙ2lܸÉÉÉP(˜1cF˨n}ëãXDD•ᔪDDDDu`ŠX­í£££Ñ³gO€F£Att4>Œ®]»¼½½±jÕ*L™2QQQÒ6‡BPP´MLL fΜ‰Å‹[-»¶V®\)•±cÇÖhÿšÔ·®Ç""bÂKDDDôéÖ­›ô:55ùùùV“T½^F#mj¶Þ`0 ¨¨ÈìÙÆ¦e×V§N¤×îîî(..Fqq1T*Uµö¯I}ëz,""&¼DDDD÷ŸŸd2RRRЯ_¿*·W*•fI \ºt©Â!ÈÆm<gggËÆœÉ³‰MË.ÏÚ„R¦ÏE6ªë³¬kR_>7›ˆ˜ð=À1lØ0¬ZµÊj›““cq¯Q@@Ôj5öíÛ‡‰'VºMff&ºwï^§zÀÍ›7aooHII©÷ëQ_õ%"bÂKDDDôˆEHHžzê)Ì›7~~~¸yó&¾üòK9r°ºŸ­­-–.]ŠY³fA«ÕbÀ€Ðjµ8~ü8Ξ=‹åË—KÛ„‡‡£°°}ûö…F£Abb"ÒÒÒ°dÉ’jÕÑßßÍ›7Ç[o½…eË–!55111õ~-꫾DDLx‰ˆˆˆ~~~HLLDdd$&L˜€¬¬,899¡oß¾ˆŠŠªt߈ˆ¸¹¹á½÷ÞCxx8”J%n±MLL ^zé%«ÛTE.—cëÖ­˜:u*Úµk‡^½zaÙ²e?~|½_ú¨/^"""¢„——6lØPáú^½zUxê¤I“0iÒ¤J˯l›ÊÊ6õøããüùófËÆWa••kºÎÚv5­ouψˆ /ÝS¦“`1Q%"&¼DDDDôÐ`’KD Œ—€ˆˆˆˆˆˆ˜ð1á%""""""bÂKDDDDDDÄ„—ˆˆˆˆˆˆˆ /1á%""""""bÂKDDDDDDÄ„—ˆˆˆˆˆˆˆ /^"""¢û-!!‚ H_ŽŽŽ2dþøã^""&¼DDDD _zz:²²²pôèQÈårŒ3†€N§ƒ^¯ç… "&¼DDDD •»»;š7oŽN:aÁ‚øí·ß`0¤õëÖ­C@@lllвeK¼óÎ;Òzc/ñÐ¥KØØØ gÏžHKK“öÏÍÍŸqã V«áêꊅ Zì¿ÿ~tëÖ ¶¶¶èÙ³'ÒÓÓqìØ1A¥R¡G¸páB­÷©É¹ìÙ³;w†J¥ÂåË— DÄ„—ˆˆˆ¨¡+((À'Ÿ|‚.]º@&+inEEE!..±±±ÈÈÈÀæÍ›±iÓ&DGG›í»lÙ2lܸÉÉÉP(˜1c†´.<<)))8zô(víÚ…M›6aíÚµfû¿õÖ[X¿~=Μ9<ÿüóX´hþýï#99*• 3gάÓ>Õ=—ÈÈHÄÇÇ#55 "úÛ)x ˆˆˆˆê‡1©+,,D›6mðý÷ßl.Úë IDAT4 ¢££qèÐ!¼½½ƒ™3gbñâÅR+W®DÏž=;v, //;vìÀ·ß~‹GyDZ¿aÃÌ›7Ïêþ ,À“O>‰_ý=zôÌŸ?_*³6ûÔä\¢££¥r‰ˆ˜ð5`ÇŽƒ öïß9sæàÌ™3hÓ¦ RSS‘ŸŸÐÐP³í ŠŠŠ Õj¥e:u’^»»»£¸¸ÅÅÅHOO‡^¯—’LÆùóç͆M›îïææVi™µÙçܹsÕ>—nݺ1(ˆˆ /ÑàuëÖ°··GûöíñÇ`þüù5j””|+V¬ÀÔ©SÿÖóªí¹œ>}(((¨ÖÏDDõ=¼DDDD÷ÈË/¿Œ#FàâÅ‹ˆˆˆ€››bbbðÒK/A©T"00áááÕ.oýúõ˜6mBBB`kk‹)S¦`Μ9ûyÕæ\ qîÜ9iHtU?1á%"""zôêÕËìžX£aÆ™%p“&M¤I“ª]FùeŽŽŽØ¶m[­÷/¿¬6ûÔ×¹Tõ3^"""¢û¬ªI¤0‘#"bÂKDDDÔð0™%"zpqÒ*""""""bÂKDDDDDDÄ„—ˆˆˆˆˆˆˆ /^"""""""&¼DDDDDDÄ„—ˆˆˆˆˆˆˆ /^"""""""&¼DDDDT^BBA@~~>/ÑÎ`0`òäÉØ´i/^"""¢†/++ Ó§O‡”J%š5k†Ñ£GãØ±cõR~pp0²²² V«y±‰p/^Ä®]»˜ô2á%"""jø233Œ?ÿü[¶lAzz:öíÛ‡ÀÀ@,]º´^Ž¡T*Ѽys‚P«ýu:ôzý=¿×qˆd­[·ÆàääĤ— /QÃ6kÖ,á믿F¿~ýàãム  ¼ýöÛØ¹s§´]nn.ƵZ WWW,\¸ƒ@ÙåÏ>û ~~~P«Õ—’GkCš×­[‡€€ØØØ eË–xçw,ÊÛ³g:wî •J…Ë—/›Õ{íÚµèСƒÙ2½^lß¾½NÇÙ¸q#Z¶l ¹\OOO¬Y³†BJPP“Þ€‚—€ˆˆˆ¨öòòò°gÏüøãV×;99I¯ÃÃÑ’’‚£G"''cÆŒ»»;æÍ›'m³fÍìÞ½ÙÙÙ3f Zµj…… Z”…-[¶ 66HMMÅÔ©S‹/–¶‹ŒŒD||<\]]áááaVÆØ±c1oÞ<$''£sç΀Ÿ~ú yyy9rd­£×ë1mÚ4¬\¹cÆŒÁ7••Å`¡F›ôöïß“'OLš4‰æoÄ^"""¢:ÈÈÈ€Á`@```•‰ñŽ;ƒGyýúõCDD6lØ`¶Ý²eËÐ¥Ki½µ^!Fƒèèhü÷¿ÿEXX¼½½1pà@ÄÄÄ`ݺufÛFGG£gÏžhÛ¶-š4ib¶ÎÓÓ¡¡¡f½¹Û·oLj# V«k}œÂÂBˆ¢ˆ§žz ¾¾¾xôÑG¥š¨1&½Ë—/‡(ŠìéeÂKDDDôpJOO‡^¯GPP´,88çÏŸ—†ǦëÓÒÒÌÖ@jj*òóó µZ-}?YYYÐjµÒ¶Ýºu«´^ãÆÃ§Ÿ~ ÐjµØµkÆW§ãtèнzõB=ð /à‹/¾°8¢Æ¤wïÞQ1uêT¤¥¥ñ¢üM8¤™ˆˆˆ¨üüü “É’’‚~ýúU¹}U“NUgR*còxðàA8;;[6ðeM<¥RYiYÏ>û,^~ùe$%%áÚµkÐét:thŽ#—Ëqøðaìß¿{÷îÅäÉ“ñé§Ÿšõ$5&G•~¿?øà´mÛ–… /уÏÑÑÆ êU«¬&¼999prrB›6m —Ë‘””„AƒNž< Èdeƒîʯo×®Ùz€Z­Fff&ºwï^§ú7kÖ ÄöíÛ‘••…Q£FÁÖÖ¶ÎÇQ(:t(†ŠbÔ¨Qغu«Å¹=ì’’’°téR‚€øøxÞÃË„—ˆˆˆ¨a‰EHHžzê)Ì›7~~~¸yó&¾üòK9r€ƒƒÆŽ‹ùóçãã?Æ;w°bÅ DDD˜•µlÙ2xxxHëçÎkq<[[[,]ºááá(,,Dß¾}¡Ñh˜˜ˆ´´4,Y²¤Fõ7nÞxã äää`Û¶mu>Ή'päÈ„……A©TâË/¿„¯¯/“]j”ÉîO<üü|&»÷ ÿ×!"""ª#???$&&ÂÃÃ&L€ŸŸ „äädDEEIÛ­_¿:t’ã_|sæÌ1+köìÙ9r$ÂÂÂðÔSOáµ×^³z̈ˆ¬\¹111h×®ºvíŠÕ«WÃÓÓ³Æõ=z4®_¿¹\ŽÁƒ×ù8ؽ{7ºwïŽöíÛ#%%ÅìñLD)ÙÍÉÉa²{±‡—ˆˆˆ¨xyyY̸\ž£££Yª5Æ ÃØ±c-–÷êÕ ¢(š-›4iR…hkÛW¤iÓ¦(..®p}MPácšˆƒŒŒ &»Lx‰ˆˆˆè~ªj‚¬ê&ÌDd®U«Vxúé§Ñ»wo&»Lx‰ˆˆˆè~`BKtoÈd2ÄÇÇóB0á%"""" fC‰ˆ¨z8i1á%""""""bÂKDDDDDDÄ„—ˆˆˆˆˆˆˆ /^""""""bÂKDDDDDDÄ„—ˆˆˆˆênûöíØºu+/^"""¢‡Ç×_ˆˆôéÓ§Úû$$$@äççó=  &OžŒM›6ñb0á%"""jØŒI¨ñ«iÓ¦èÞ½;Þ~ûmäååYÝçìÙ³˜;w.öïß^D¢‡ÈÅ‹±k×.&½Lx‰ˆˆˆéééÈÊÊÂñãÇñÚk¯á‹/¾@pp0nݺe±m‡––ÿuŽ:z½þ¡9ѽкuk8pNNNLz™ð=ÜÝÝѼysøûûã¹çžÃ‘#G T*i¶Ýºuë¥R ///,]ºTJş}öüüü V«^aò·eËtéÒ666prrÂĉ‘››+­E«W¯FÛ¶m¡T*Ѽys,Z´Èj}lllвeK¼óÎ;0 fõÙ³g:wî •J…Ë—/›í¿víZtèÐÁl™^¯‡‡‡¶oß^§ãlܸ-[¶„\.‡§§'Ö¬YÃ@£!((ˆI/^"""¢‡—­­-fΜ‰¯¾úJZ…÷ßqqq¸pá>þøclݺK—.5ÛwÍš5ؽ{7¾ýö[ìÚµ ÿ÷ÿgõ‚ `õêÕHOOÇ×_äädÌ™3GZÿæ›o"** QQQÈÈÈÀž={жm[³úÄÅÅ!66ؼy36mÚ„èèh³ãDFF">>©©©ððð0[7vìX¤¦¦"99YZöÓO?!//#Gެõqôz=¦M›†Ù³g###_}õ•Y݉JÒkooϤ÷>QðÝ;;vÄ¥K— Š"´Z-¢££qøðatíÚàííU«VaÊ”)ˆŠŠ’ö[¶lºt鈈ˆÀ† °páB‹òÿßÿûÒë–-[bÅŠ7n6mÚ„¢¢"ÄÄÄ`Ó¦M;v¬´Mpp0@£Ñ ::‡BPPTŸ˜˜Ìœ9‹/–ÊŽŽŽFÏž=­ž£§§'BCC±}ûvtîÜ@ÉìÓ#FŒ€Z­®õq~ûí7ˆ¢ˆ§žz ¾¾¾ðõõe@QƒLz—/_Ž9sæ`òäÉ€I“&ñÂ0á%"""z¸¤¦¦"??ßjâ¨×ë¡ÑhÌÉFÁÁÁHKK“†ÿš:~ü8/^ŒS§N¡  z½EEEÐjµ8wî 1`À€Jëj¶Ü`0HeuëÖ­Òs7nbbbðÎ;ï@«Õb×®]øÏþS§ãtèнzõB=ðä“ObÔ¨Q5jd2R¤†¥wïÞJn1˜:u*úöíËÑ Lx‰ˆˆˆ¾³gÏÂÇÇ‚ H ë¥K—,†—'B•eß½{ƒÆ3Ï<ƒÈÈH¸ºº")) Ï?ÿ¼Ù=¿•e¬ÏÁƒáììlÙPT”5•Je¥uyöÙgñòË/#)) ×®]ƒN§ÃСCët¹\ŽÃ‡cÿþýØ»w/&OžŒO?ýÔì¾`¢†àèÑ£Òïâ|Àd— /QÃWTT„uëÖaÔ¨Q€€€¨ÕjìÛ·'N¬tߤ¤$ 4pòäI´k×΢g355999ˆŽŽ†››`ïÞ½Òz4iÒ?ýô“4¤Ù”±>™™™èÞ½{εY³f8p ¶oߎ¬¬,Œ5 ¶¶¶u>ŽB¡ÀСC1tèP 8£FÂÖ­[ÙËK FRR–.] AÏáÌLx‰ˆˆˆ¦¿þú ùùùÈËËCRRV®\ F#MHekk‹¥K—bÖ¬YÐjµ0`´Z-Ž?޳gÏbùòåRYË–-ƒ‡‡îܹƒ+V`îܹÇóññB¡ÀÚµk1eÊœ9s111Òz[[[Ì;/¿ü2d2zö쉿þú §OŸÆ¤I“¤ú„‡‡£°°}ûö…F£Abb"ÒÒÒ°dÉ’ÿ¸qãðÆo ''Û¶m3«GmŽsâÄ 9raaaP*•øòË/áëëËd—T²ûÄO ??ŸÉ.^"""¢†­M›6øûûã©§žÂœ9sààà m777¼÷Þ{‡R©D`` ÂÃÃÍÊš={6Fމ7n`âĉxíµ×,Ž×¬Y3ÄÇÇãõ×_GLL BBB… &HÛ¼ýöÛhÚ´)æÏŸË—/ÃÍÍMš8Ç´>111x饗*¬OuŒ=Ó¦Mƒl¶®6ÇqppÀîÝ»±dÉ!88;wîd QƒJvsrr˜ì2á%"""j¸zõêQ«½ý¤I“ªlü6Ìê0äòÇúç?ÿ‰þóŸfÛŒ?^z-,X€ Ôª>59·¦M›¢¸¸¸ÞŽ€ü‘F NFF“]&¼DDDD _u&—2ªIRLD W«V­ðôÓO£wïÞLv™ð5\Lb‰¨<™L†øøx^&¼DDDDdª¦Ã£‰ˆ¨bœâŽˆˆˆˆˆˆ˜ð1á%""""""bÂKDDDDDDÄ„—ˆˆˆˆˆˆˆ /5N|,=´>ûì3^""&¼DDDDŸ1cÆð"QƒÀèî i&""""""&¼DDDDDDDLx‰ˆˆˆˆˆˆ˜ð1á%""""""ªgi&""¢FåÚõëøfÏ·¸rõ lUrÈårâú[°³UA§Ó¢ °juStìØ#† ƒ»›/QÄ^"""j46}ô1Æÿóèõ:8;ÙcÒ /áùçÆA©´ÁØgžÅôé30lø0L›2·n^Ã…Œ <;n<¶íØÑè®UNN"##qëÖ-1á%"""zÐÅý{=Þ}çmæ¢g^pvvÁõ¿²0sú,„ôê ß–­àáÞ]:wE·®A¸víO¬{o-ÖÆÆ5ºkåää¹\ŽI“&U¹mBBA@~~þQ÷ú¨i½&"&¼DDDD QáâìŒýŸÀ±cGðNt$víÚ…e‘o`ñÁÆõ°QÚ";'II‰Xöf$ZzyA«ÓU+9rrrBQQ‘Ùºôôt‚A,ÖU§LkûT¶®>-^¼NNNX·n]£‹•àà`deeA­Vó‡¨ã=¼DDDÔh4±UáîÝ»p÷hŽ9³_ÜÎÎFvN6Š ‘””ˆ÷b×"''ŽŽŽ°WÛã|ZÔvMªU¾££#>ÿüsL˜0AZ–-[âòåËûùêt:‚¹\^ë2>úè£õët:èõú:—£T*ѼysþÒ5pìá%""¢F£•¯Χ¥!þÃMøø“Oðí÷ßãø‰ãH:u¿&ÇìÛðöm…ÇBñH×G±:ö=ìþú+ø·õ«Vù/¼ðâã㥟õz=>úè#¼øâ‹Û®[·°±±AË–-ñÎ;ïÀ`0HëCBBJ’ô&M¤âªÖ{~÷ìÙƒÎ;C¥RI‰vUÇ+oË–-èÒ¥ lllàä䄉'"77·Zס¦ûŠ¢ˆÕ«W£mÛ¶R¢¹hÑ"i}nn.ƵZ WWW,\¸Pª{eçüÝwßÁÏÏjµááá‰peפ&C—kzm‰èïÃ^"""j4š»»ÃÖV…Gƒƒ¡R*q;û6nܸkׯ!??2¹ ( ´më…ž=º£° ûì«v»bÅ \¸p~~~سg ÂÂÂ)m…-[¶ 66HMMÅÔ©S” #€={ö`øðá¸xñ"T*•Ùq*[‘‘‘ˆ‡««+<<<ªu¼òAÀêÕ«€‹/bÖ¬Y˜3g6mÚTåu¨é¾o¾ù&Þÿ}¼ÿþû Á_ý…Ó§OKëÃÃÑ’’‚£G"''cÆŒ»»;æÍ›gõœ ïš5k°{÷ndggc̘1hÕª.\Xí÷ :ê«"º÷„Ò/Yi"l?kF¸(Š¢xëæ ñÖÍâ'›ÿ#Õ‡O6ÿGŠ«ò_Œ3""ª;vì°Xöîÿ­?úïÇb¯ â;9âÄK—2Åÿ÷ â¶ÛŰ!aâw{¿ë*úù'ñÐáCâ—_})nø`}¥Ç:vì˜@ÌËËG-.^¼XEQ1b„øÆoHë ÅââbÑÞÞ^LLL4+c×®]b‹-,Ê,,,¬ðxå×—ÿðÃÒ²ê¯*ß}÷èääTåù×tßÂÂB±I“&â¶mÛ¬®ÏÍÍår¹¸wï^iYLLŒèïï_á9—•ß§]»vÕ¾&¦çTÑëúº¶DýŸõ°´÷ÏœJgÍ$HpÀ·¶ø@4€WüÀHýЀ;'j*ÊÒœUf’Ç ìá%""¢F­¥wKܸ}:­™™™èÝ»7Ö¬Yƒ~ýúcë–ÿâµ °)>]ƒºáСŸ1|ø0œ;Ÿ OOÏjcÊ”)˜2e ÂÃñwï^¬[·W¯^•Ö§¦¦"??¡¡¡fû A«ÕB©TÖé<»uëVçã?~‹/Æ©S§PPP½^_íúÕdßsçΡ°° °ZVzz:ôz=‚‚‚¤eÁÁÁ8þ¼Ù°aÓs6*¿OZZ †ÿÏÞ½Ç÷\ÿÿ¿½÷ÞÉÞ›˜f9å8>Ÿð)E*¤Pú||•uúÐASÑO>Ni¤D‘OøT‹RSŠè)¶2‹Ù&k1ì`¶Ùé}úýa{··ÞCr¸_/—÷Å{¯çóõ<<^/»¼{=_¯·Í¥˜¸âbK9?JxEDDäªÔ„Ô_¥Ø\ÂψÛC¿¿õcÓ—›XüÆb^|ñEúÝØ¤ƒxë­=r”ÌŒ,:uèär`ôèÑüío#88Ø)á-KÒ¶lÙ‚ŸŸ_Ågîçÿñ¬|’u.ý>}špÇwƒ¿¿?qqqÜsÏ=X­Öj“¸²}ï¾ûn¦OŸN£FˆåÞ{ï­vßò÷(ŸKyeíVµÏ…:ãXŠˆ^×ÞÀ@NççSTTȾ„ýôèÖ•;wгWOf̘Aã&Ä|Ã=÷ÝC|ü>Z‡´$'ç$®?­×ÍÍx€3f°zõê å¡¡¡˜L&RSSéÑ£G•í”=Y¹²‡UWv®ý•—˜˜HNNóæÍ# €mÛ¶ÕjßÙ³g;öݸqc•õÛ¶mK:uøúë¯9rd…òŒF#±±±ÜrË-ÄÅÅѶm[ÜܪþêÙû´iÓ77·sŠÉ…Š­ˆ\\zJ³ˆˆˆ\= oP…Ò熿âft§k×n,]º”°öבŸÀë¯-"ïd.Vk ‹ÞXıcéÌš=ƒS¹§\îçÅ_$##ƒ»ï¾»B™··7S§N%""‚U«V‘ššJRRÑÑÑ̘1ÃQ/88€˜˜222ÈÌÌt©ì\û+/88www6mÚ@ZZ/¿ü²Ks/ÛwÁ‚>|˜uëÖUíøž|òIüq>üðCÒÒÒØ³gãWõêÕcäÈ‘Lš4‰½{÷²mÛ6æÌ™ãx0Tu¦M›æ´OÙÓ²Ï%&*¶"rqé ¯ˆˆˆ\5||LQ¯^}NäÔ”Ï×AØualÿî[úý­?ö¦z&|||˜ÿïøøÔá»íÛ‰‰ù„ÿ}¿Kýxxxàïï_eydd$DEE1nÜ8<<ûì3üùÓ®];%°""JxEDDD.mþþþ :D¹Âé)Í""""""¢„WDDDDDDD ¯ˆˆˆˆˆˆˆ^%¼"""""""JxEDDDDDä꤯%‘+Öš5k%¼""""Wž#F("rYÐèþZÒ,""""""JxEDDDDDD”ðŠˆˆˆˆˆˆ(áQÂ+""""""¢„WDDDDDD”ðŠˆˆˆˆT+''‡éÓ§“••¥`ˆˆ^¹røúúb4;v¬‚!"JxEDDD.e‡SáåWfqâÄñsncçÎ † ¯ÀÀÀ+2f/¼ð¾¾¾,Z´H'ˆ\ÒܹZ8qœV¿Oä¤çYüæ"î6œÆÏ=IMIIÁÇÇÇñ³Ñh¼lcc±X0 UÎaÅŠ:Dä’§+¼"""rÕ&»ÿYñ6‘“žçÔ©“tîÔ‰5}À?Åñég1¬\õ^}m>/¿2‹—_™ÅºÏbjl³qãÆ9^ÀïW€7oÞL§Nðôô$<<œääd,X@XX˜S[V«•ÀÀ@¢££ÈÍÍeÔ¨Q˜L&5jÄäÉ“±Ùl̘1ƒ=z8íúôiêÖ­ËæÍ›Û-ZDhh(žžž4oÞœ™3g:Ú(ãúõë騱#^^^¤¥¥U˜ãªU«sðõõeôèÑäææê„%¼""""—Z²›“s’ýû&11‘Á-ðp7Ò¯o?î:Œ1ÿ÷5šáwàĉcçÝï´iÓXºt)ñññ¸»»óè£0räH‰wÔýúë¯ÉËËcðàÁDDDÀöíÛY»v-Ë—/gÁ‚ÜÿýìÙ³‡ÄÄDÇþ}ô¾¾¾ÜtÓMÌš5‹×_… rèÐ!Þyç–/_ÎìÙ³Æ8}út–-[Fbbb¥K² óæÍ#%%…O?ý”øøx&Nœ¨“JD”ðŠˆˆˆ\ZÉn6;¾ÿwwî¾k8}ûô£‘ù§O“}2›ŒÌ ~ŽgË–¯)**ª±íÀÀ@L&“ã5|øp§ò¹sçNhh(‘‘‘|óÍ74mÚ”>}ú8®æDGGsÇw`2™ÈËËcõêÕDEEѹsgúõëGdd$o¾ù&Í›7§ÿþNËŒW¬XÁèÑ£qss£¤¤„Ù³góî»ï2pà@š5kFÿþý‰ŠŠªpîìÙ³ §uëÖÔ©S§ÂÿñpóÍ7Ó¼ysúôéÜ9søøãub‰È%I÷ðŠˆˆÈU™ìæå"++‹Î¯Çl6“™™ 8šþÃÝ¿ IDAT™dŸÌ¦¸¸ˆ¼¼<:uìLXØu5¶¿cǧ{xM&“Sy‡ï7nLqq1ÅÅÅxyy1jÔ(¢¢¢˜9s&f³™µk×òöÛogî ¶Z­tíÚÕ±·nÝHJJÂf³áææÆ<ÀsÏ=ÇÌ™39rä_ýµ#™MLL$??Ÿ>}ú8Çf³QTT„ÙlvlëÒ¥Kµsܵk/¼ð?þø#X­VG:ÉDD ¯ˆˆˆÈŸáÝ÷W1rø=$%Äf·r2;‡#G’—ŸCaa!ƒ 6¤Më¶ìØù‘“žw¹ýV­ZQ·nÝ*ËÝÜ*.®³Ûí >œÇœØØXŽ;†ÅbaРANu C•m6ŒGy„­[·²sçNºwïN»ví‰-À–-[ðóó«øÐý÷„Õ%­§OŸfÀ€ÜqÇÄÄÄàïïO\\÷ÜsV«U ¯ˆ(áù³xxxð¿-_•&nxyyâíåÉÇ„£ŒF#&S]—Ì ÍßߟþýûMzz:C‡ÅÛÛ€ŒF#±±±ÜrË-ÄÅÅѶm[G]§Nî½÷^V®\ÉÎ;yüñÇm‡††b2™HMM­ðp«ÚHLL$''‡yóæ9ȵmÛ6X"¢„WDDDäRPXXèx_PpºÚºeW_áÌS“kúš¡'NŸŸï´-((Èå±5Š_|‘œœÞÿ}Çözõê1räH&MšÄÊ•+9uêsæÌ!22Òiÿx€>}ú`0¸÷Þ{Û½½½™:u*Ò·o_JJJسgÉÉÉL™2Å¥ñãîîΦM›¸ï¾ûHKKãå—_vªóÓO?1räHâââðññ©ñg%¼""""ÀãN8ç}]ùNÝ ÛÊß[“aÆ1~üx|||0`€SÙ’%K?~<½{÷ÆÛÛ›‡z¨ÂÓ‘{õêE«V­hß¾= 6t*‹ŒŒ$ €¨¨(Ƈ‡‡íÛ·'""Âåñùûû³lÙ2žyæ"## fâĉާM—ýAáàÁƒŽeÔ5ý,"¢„WDDDäÖ«W/§«Á®”W¶­AƒWÚFýúõ®úVÆl6“••Ř1c*-;v,cÇŽ=§9”¹ÿþû¹ÿþû¶=òÈ#U¶SÓÏ""JxEDDD¤Z'OžäÍ7ßÄËË‹Ûn»MQÂ+"""rehذ!AAA,[¶Ìé©Ë""JxEDDD䲦eÂ""¹)""""""¢„WDDDDDDD ¯ˆˆˆˆˆˆˆ^%¼"""""""JxEDDDDD䪤¯%‘«Æ‰ŒãÄïû‘Ó€»ÝΙoó±ãææF€ !­ZÓ8 PÁQÂ+"""rùˆýq7=»÷ÂÏ·a…2‹ÅLfV&»c e‹V„µk¯€‰ˆ\æ´¤YDDD®¹¹§ðómHþé|Nåž$ëd'2Ó9z,ãéäž:Å­·Üαãéü¼Ÿv™Ú¹s'ƒüü|ÍUD ¯ˆˆˆÈÕÁl¶`µš±X-X­Ö3/› ³Å̉Ì㸹¹Ñ¯Ïì?ð3Ç«UÒQöª_¿>·Þz+¸¤’¢¢¢¢ Z·¶qñóócÔ¨Qdffþ¡óíÖ­ééé˜L¦‹çÛo¿áÇWZ6eÊBCC¯˜¹Š(á¹ä^3@…d×f³b³Ù°Ú¬¬þ(šÏ>ûŒëÂ:°ï‡Eü?‹¢¼d—ÚOII!==íÛ·c41bÄŸ:_‹åÌ<ÿleqÙ°a Œ7‡AAA †‹:Ï1cÆðé§Ÿ’““ã´Ýn·³jÕ*ÆŒsÁáŸ5W%¼""""—‹Ù ØK“]Ki¢{&ÙµÙm5 "4´ ×´hŠÑh$9½!Çç³÷ó¿Pœ¸Æö7nLPP:tàÙgŸeß¾}Øl6Gù¢E‹ ÅÓÓ“æÍ›3sæLGù‚  sjÏjµHtt´Km”]Q]¿~=;vÄËË‹´´4z÷î @:uW[«R]ÝÜÜ\F…Éd¢Q£FLž<Ùi~5Å%<<œ™3g²aÆjÇ{¾±:{™ouã®lIðÙW¹—.]JóæÍ14mÚ”ùóçW:Ï!C†àããÃ|à´}ëÖ­¤¥¥1zôès>†Uá\æºyóf:uê„§§'ááá$''ë—ƒ(á¹Ü™ÍfìPútf;vÀ€7Ãï¯:uêP¿^]Ú´nKa‘z~Ð(°˜¤]î§  €ÿþ÷¿têÔ 7·3·fÍšÅ믿ÎÂ… 9tèï¼óË—/göìÙŒ9’ÄÄDâããí|ýõ×äåå1xð`—Ú(3}út–-[Fbb"¬_¿€Ã‡“žžNzzz•c¯®nDD lß¾µkײ|ùr,XP«càåå…ÅbqJ”Ïï…ˆUyç3î£G2~üx&L˜À¡C‡X·n­[·®rn÷Üs+V¬pÚ¾bÅ nºé&š5kvNÇÐjµº<Wæ:mÚ4–.]J||<îîî<úè£úå WCéË3Oo®ûÄ£v»ÝnÏḚ̂gefØÿûÎÛv‘ á¿ï¼í8¯Î~é<‘ aõêÕ¶½úÚ<»Õfµ§?bÿíhª=íÈaûá´dûî·oYÙÌûÍÿ³§>h?”šd·Ùlö¹Q³í߬0ØOĹۿ~§a•}íØ±ÃØ}||ì>>>vƒÁ`oݺµ=99Ùn·ÛíÅÅÅöºuëÚ÷ìÙã´ßÚµkíMš4qüÜ·o_ûóÏ?ïøyܸqö#F¸ÜFÙ8¾úê«JÇWXXXcܪª›››k7ö7:¶EEEÙÛ¶m[c[yyyv»ÝnÏÌÌ´ßtÓMö¾}ûV9Þ «òýÖ4î³Çxv âããí€=))É¥ó®lß²c_PP`¯[·®}åÊ•ç| «ùÌõ»ï¾s”ÇÄÄØ½¼¼ô ãýu¥|Þßûc¬ý‰G#ì@,°Ø |Do³§ûÁ@? + 4¾€ ð‡§Ûo´éþYÉKñp÷ÀÃ݃’¢,¶Sbvk1›knÇŽìÙ³‡W_}•C‡±wï^ÉÏϧOŸ>˜L&Çë¾ûî#==Ýqoñ¨Q£ËaÍf3k×®eÔ¨Qµj K—.s‰ßò,§O%vMKŒF#í¯ "¸m2ŽgS¿qÍßËÛªU+êÖ­K»ví8pà“&MbèСŽdcË–-øùùUü@æ~æ#ÙðáÃyüñÇ‰åØ±cX, àrpæAF”sy8ÒŽ;0™LøùùѰaÅï@.?Þ «ÚŒ»²íå“C£ÑȶmÛØ´i7näÁäƒ>pº¯úlcÆŒaéÒ¥¼ôÒK¬X±‚áÇc2™ÎùÖv 5£²eöåÙívý‚%¼""""—{Âk(ýÀ<ù2S×sÇ˜åØŠci×}íº(—ôXÈLOáXÚ~Ò=Jÿ¿\«¾ž~úi/^̆ ¸é¦›0™L¤¦¦Ò£G*÷ñ÷÷§ÿþDGG“žžÎСCñöö 44Ô¥6*c4+$rµ­‚Ñh$66–[n¹€¸¸8Ú¶m[iUÙ\áê<«‹UmÆ]¿~}233cLHH¨ˆ4ˆAƒÑ¿†Ê{ï½Wå¼GÍ /¼Àš5kؼy3_}õÕyêÆp¡Ž‘ˆ^‘Ë>áµÜÝ4m{'îd÷×oÐ­Ï öîØHRüÿu 7ò-Aôºñnü뽘\[«¾ZµjÅ­·ÞÊ¢E‹¸í¶Û˜:u*Ò·o_JJJسgÉÉÉL™2űߨQ£xñÅÉÉÉáý÷ßwl÷ööv¹³ÃÍ7ߌÁ`Àßß¿VuëÕ«ÇÈ‘#™4i+W®äÔ©SÌ™3‡ÈÈÈ zŒj3ϪbU^MãnÛ¶-AAA¼ôÒKL›6ÄÄD¢¢¢ûïÞ½›ï¾ûŽâááÁ'Ÿ|B‹-ªM ›5kÆM7ÝÄÃ?L³fÍèׯßyCWÇp!ŽÑO?ýÄÈ‘#‰‹‹ÃÇÇÇi[||<žžžUn¹éO="""rÕ°”.i6Ýq÷ð¤ó-¯sº¤)ßo]O`ó[Çß﫨Éy{wÅrÝ1¤Ò2g""r!¬Y³†#F8m›ùsçü›Óùå¾cÖÎÞmÓùeßû´ïý4¡Ý"À^^ÞL|ê ^yyÞzO¬ˆHU¿³®”ÏûG~Kcé[oñÚK†8 ä–¾²€ÌÒWvé¶¼Ò:¥õK3`lœyú`Ù¿e*ÜŒ®%Í"""rÕ¨_¯>'OfÓ°a#§í½Ì¥×€¹NÛrsOáãcrzˆˆ\^ô\DDD®wÞy¯¾¶€ìì,ìv°c»½Â{°ãçב#î=§§‹ˆˆ^‘‹ªc‡NtìÐI¹Jè¡U""""""¢„WDDDDDDD ¯ˆˆˆˆˆˆˆ^%¼"""""""JxEDDDDDD ¯ˆˆˆˆˆˆˆ^%¼"""""""JxEDDD.?ééé<òÈ#ãáá¿¿?Æ cÇŽ Žˆˆ^‘ËSjj*ݺuã·ß~cÕªU¤¤¤ðå—_Ò¾}{¦NzÉŒÓb±`µZ/©Ø]Šc%¼""""Rê‰'ž k×®|úé§ôë×àà`ºvíÊŒ3øðÃõrss5j&“‰F1yòdl6;wîÄ`0°iÓ&ºté‚··7ááᤤ¤°cǺv튗—={öä—_~qÚgÍš5´lÙ“ÉDDD„#,+_¿~=;vÄËË‹´´4-ZDhh(žžž4oÞœ™3g:ưtéRš7oŽÑh¤iӦ̟?ߥ²šÚ®nL""š»B """rîòòòX¿~=ÿûßÿ*-÷õõu¼ˆˆ !!íÛ·“““È#hܸ1O=õ”£ÎK/½Ä’%KðóócܸqÜ{ï½Ô­[—Å‹;¶=öØc|þùçŽ}æÏŸOLL 'OždĈ\{íµLž<ÙQ>}út–-[F£F dÖ¬Y¬ZµŠ… Ò¾}{yøá‡xá…8zô(ãÇgîܹŒ1‚ŒŒ ÒÓÓª-jl»ª1‰ˆ(á¹Ä:t›ÍFûöíkLŒW¯^ÍçŸNçΈŒŒäÍ7ßtJxçÎKxx8Ï>û,C† áûï¿§gÏžLš4‰‘#G:µ=mÚ4:uêäÔfù„wöìÙŽ6KJJ˜={6[·n¥k×®4kÖŒ¨¨({ì1^xá²³³±ÛíÜyç´hÑ‚-Z8Úª®Ì•¶+“ˆˆ^‘ËXJJ V«Õ‘tëÖ¤¤$§¥Ä:tp¼¨°­qãÆS\\ìØvv›ÉÉÉNmvéÒÅñ>11‘üü|úôéã4>›ÍFQQf³™°°0zõêEÏž=2dC‡eèС¸¹¹U[æJÛ•IDD ¯ˆˆˆÈ%¨eË–¸¹¹‘@¿~ýj¬o0ª-wsssi›Ýnw¹M§ä`Ë–-øùùUüpèîŽÁ``Û¶mlÚ´‰7òàƒòÁÑh¬²Ì•¶+“ˆˆ^‘KPýúõ¹í¶Ûø÷¿ÿ]i›““ƒ¯¯/!!!Fbcc¹å–[ˆ‹‹£mÛ¶•&´µqv›mÚ´©²ÍÐÐPL&©©©ôèÑ£ê‰îî 4ˆAƒÑ¿†Ê{g››[•e®¶-"r±è)Í""""çiáÂ…üðÃÜyç|óÍ7¤¥¥ÇÿûÿáÇP¯^=FŽɤI“Ø»w/Û¶mcΜ9Ž:iÓ¦9µùÀTY×ÛÛ›©S§ÁªU«HMM%))‰èèhf̘ÀîÝ»yõÕW9pà)))|òÉ'´hÑ77·jË\i»2?ýô¡¡¡¸ô³ˆˆ«t…WDDDä<µlÙ’={ö0}útþþ÷¿“žžŽ¯¯/}ûöeÖ¬YŽzK–,aüøñôîÝooozè!&NœxÞýO˜0Áƒ“‘‘ÁèÑ£yæ™gª­I@@QQQŒ7Ú·oODD„#9‰‰aÊ”)Ñ­[7Ç×+UWæJÛ•),,äàÁƒŽ%Ñ5ý,"¢„WDDDä"ºæškxóÍ7«­S¿~}ÞÿýJËzõêåt_nm¶ÝvÛmžÜ\UÝ2cÇŽeìØ±•–…††Vù5KÕ•¹Ò¶+sªégWiI³ˆˆˆˆˆˆ(á¹\hI³ˆˆˆÈeJK}EDª§+¼""""""¢„WDDDDDDD ¯ˆˆˆˆˆˆÈŸH÷ðŠˆˆÈiÅ·'Yñí[ „ˆ\6FŒP ”ðŠˆˆˆ¸hÔð¡ ‚ˆ\Þÿ0FAPÂ+"""â:›ž`,"¢„WDDDäJäêWö¸[ŽÐìèÍüÖt3÷k8%¼""""—zÂëZ½€ìçñoNqös X©ÀÕBH`,6;©E †ˆ(á¹X\YÒì]‹¯16ý‚üõ7“Y¼‡"Ï® ^e¨ïÁÝXõM:ë™ØË)æÖ.(±Ø8’]|EÌID”ðŠˆˆˆ\ò\¹ÂÛ0÷5‚»ŽÅèáG‹ÎäĽÎo–×:iÜ=€b³èïŽaµý^V¯Ž‘á½c0X±å¨SÙå&#×ÌûßÃlù=°¹…V6þ˜Í-²io6§ ,—lb;¸{@…cPÙœDD ¯ˆˆˆÈeðVŸÄ¸[ŽP·ä{6]Háɵ4j6 ŸÓ0š«Õ½¼eݘ­6Zx“r¬ÐQÖ&¨§‹­ÔõvÇn·óG?GË`ì`ÿCâ ÅÖ ÛsN›Y³ãøŸ:6WÑÙÇ ª9‰ˆ^‘KZUKš½,Iøç/¦AázZv€Ýr 7ûI †Zu}CìäúÜA†)‚b÷65'S¥)\âÑÓ´mâCRzÁ™hÓÄÄ#ùt i€ÍnÇf‡6M|è\_“«ÔŒB¶'æ`®dImãž íјÍ{³èÙ¦u<ÝH:ZÀöÄìåÊ7ü˜IÏúøÖõàƒïŽ‘_dåºfuißÜD½:î–X9pä4q¿ä9µûyl=[7À×äAv~ ÿÛ—MO# õů®Yy%ü/>›¼"«cŸÿ|}ıü·¬ú¥}$=M졼ó[e\‰YÇຄ53QÏÛ"³Ä£§Ù’ ÀŒ¹ñ÷?d,Ýü[…9y ÜæK‹€:X­v9Í®Ò6ÊÇ,¼Í™˜eå•ðõ¾“äZôND ¯ˆˆˆÈÅsv¾k´æ”ÿ/Z¾" yZFááÝsáN<½›b/I àÚÛix='}€ï¡ádûs¬Þ‹X¾5ösðh×_[ŸºÞFò ­xc³Ûù-«˜n!gꕽvýJãóE\¦þÉ(Ṙ ¯sÆÛ:ão4ðmLÓÎ#1¸yR”ûæ<ë´Àâæ €¹x6›†Íû`jØïýë©›Ñÿu˜ÁÕöSPl%5£¶M|Ø’KhSœv\i.[N{ðèiǾùE~H:EÿNØšp²Ê¶÷¤ä’•WÀ‡ókf"î—\Gùɧ8žsæ¡Qnè|m=>Ýu‚Ì<³£Ÿs¸¡/±‡~ßïû¤3 "ÀO‡ó¸µ‹?kw'#÷÷m7wjT:ößçaÀNçkë±n× ²Îê£ïu~ìJ>uÎc«Lu13ºA§kë±5á$)Ç Jëà˜@Q‰µôYœîá-?'w7 ôá‹¸Ì ±Þ{8¯Ò˜ýX.>"¢„WDDDä"&¼Î?jø-r'Q²ï š¶¢~Ð_0P‚¹8›µ î=šáfôâÔ±­¤§l'¿¤!© WSâ\åͧå¯îÿí4ýÚûñsÚišû×áÛý9øxåv;Ô÷¤g›ú4ªç‰‡Ñ€ÁîF7 €Í^yÛ§J~Ÿ[B/ŸNW(Ë—70yàéîÆÚ*ßOYݬ\³ã}Ù½¬ÙyÎÛܧ}ìvhàs¦aáâa(}ëØl•Ĺº˜Õ¯ã‡Ñ#YEUÞ#}ö•Üʶ×÷qÇÍÍPc¬ÏŽYY|lÊyE”ðŠˆˆˆ\,Åfçû*‹iE|½ð+Þ@nÊB|-¦YØL¾))<Œ§© 9'~â·Ÿ?ã´ÍŸ£^Ïq²Þ­g]sÕ÷hš-gÚ³…ät3}¯óãoüø-³¬¼b<Œ^¥ã±b0ÀíÝüIN?Íö')2[iÜÀ‹A]Sb±:–ÛžÝv±ÙB±ÙVºÍݱ­¬¼¨Ä⸟Õluà£Ç(2W| Sa‰Å©]Ç~em™-Žq8æf±b¶Xó4{X¾9‚kµq©íØ*|`5ª™ÙâV!FU¥ØìãòÇÎl1¸ëÊbVÙ±%¼""""˜ª–™f{$Ûs õÌÛ±'—÷ûÌœc\~Œ'óK°Ùìc_u¬+Û&"JxEDDD.BÂ[}y®û_8máTúvêø6"ëÈfò mÈuÿK­¾;çìå²ßÌ!î—\ŠJ“³òå§ Î\=½¾eö¥æáßÀ“®! œö¯¬íð6¾œ.²âåîF÷¥÷ïV¾T×bµóýÁnêèÑÍÀoYEÝ úzákrçûƒ9•îW›me}ôëЃÁ@ZF!nn‚|½ð«ëÎŽÄœsÛÙjŠ™Õf'öÐ)nìл ÒOáãe$  ¿žyVn»ÝN«@¿f`ŠJlNc4[í$Í熰†l,ÊpÄzwÊ©*c]ÕRiQÂ+"""ò‡²¹¤y>FýãS¸6ಟ$Ís’Kû9'¥vGe_=d)÷Ý®åË Šmlú1ƒÂÒ-Ä—ô“E|»?›Û»:ö¯¬íØC¹ 鈧‘ŸÓòø!édi’åÜw™’NRPl¡kHn¹>›ÍNf^ {çb+w5²ü~5m;»¼¬.­п“¿K}¸2¶³[kŒÙ·û³)6Ûès]CêÕq§ ÄJ|¹öò‹,lû9›¾×5Ää€Á`àß1)Ƹù§ nîÀ½74Åb³³÷p.»“s\ŠM¯ˆ^‘‹Å•%¦'ÝÿF~AŽ%í£ÀÒ”“>«õ¥º£ÙED}’ìrù¾_sÙ÷«óÓˆ÷§Uýu<‡Žå“x$¯V}ǧ柚ëò˜kÚVYymûpe¿Ê¸³’NòCÒÉ*Û¨¬üì1›í¬ß}ü¼b&"JxEDDD.BÂëZ½DÏéxåÜM¢é­KnYª–ÌŠˆ(á©ÀÕ%¦ùníH¨³œ|·v—\VYöP$-™QÂ+"""ò{²X‹ü0Ç^«U],G²Š˜óQ’¦ˆˆ^‘ò ¯®ˆŠˆ(á¹i °ˆˆ^‘+ÒŽo·*""JxEDDD®,÷ßàLj#¹,¬Y³FAø¸)""""""¢„WDDDDDDD ¯ˆˆˆˆˆˆˆ^%¼""""rÆÎ;1 äççŸwEEE è%rLþˆ¶D”ðŠˆˆˆÈ9IKKã ((Z¶lɳÏ>K^^ÞÚo·nÝHOOÇd2é \"ɻމˆ^‘+ÆáÇéÞ½;ÙÙÙ|üñǤ¤¤ðæ g¬ IDAT›oòõ×_Ó¯_? þ~- nnna0*-·Z­:@çßs‰Ÿ‡‡G•ÇDD”ðŠˆˆˆ\VþùÏrýõ×óÉ'ŸÐ»wo‚ƒƒ0`[¶l!77——_~¨|yjù+’ , ,,Ì©m«ÕJ`` ÑÑÑŽºëׯ§cÇŽxyy±fÍG›••§¥¥Uovv6·ß~;^^^tíÚ•ŸþÙ©|ÕªUtêÔ OOO|}}=z4¹¹¹Nãݼy³£Nxx8ÉÉÉŽý—.]JóæÍ14mÚ”ùóçW·šâáJ_gëÝ»7uêÔÁ`0TH:-ZDhh(žžž4oÞœ™3gb³Ùœú®,¾›6m¢K—.x{{NJJ ;vì k×®xyyѳgO~ùå— óreÕÅ[D”ðŠˆˆˆüiòòòX¿~=Ï>ûl…äÊd2ñøãíR[#GŽ$11‘øøxǶ¯¿þš¼¼<ìØ6}út–-[Fbb"Ú©©<""‚#Gްk×.æÍ›ÇôéÓÊ óæÍ#%%…O?ý”øøx&NœèTgÚ´i,]º”øøxÜÝÝyôÑG8zô(ãÇg„ :tˆuëÖѺuëóŠqU}UfýúõÀ™«îéé餧§;ÊfÍšÅ믿ÎÂ… 9tèï¼óË—/göìÙ5Æï¥—^bÉ’%ìÝ»OOOî½÷^žþy/^L||<^^^<öØcç4Wâ-"çÆ]!9w‡Âf³Ñ¹sçJË;wîLrr2v»½Æ¶š6mJŸ>}ˆŽŽ¦cÇŽDGGsÇw8Ý:{ölÂÃÃÈÌ̬ÐNùò³åææ²víZ6lØ@§Nxì±ÇxöÙguþñ8Þ7oÞœ9sæ0jÔ(–/_îØ>wî\G‘‘‘Œ98sõØn·sçwÒ¢E Z´hqÞ1®ª¯Ê4lØ€ÀÀ@¼½½ÛKJJ˜={6[·n¥k×®4kÖŒ¨¨({ì1^xá…jã[~ Ï>û,C† áûï¿§gÏžLš4©ÚqU7Wâ-"çFWxEDDD.!£Fâƒ>Àl6³víZFåT§K—.Õ¶Q]ù¡C‡°Z­NuºwïîTg×®] 0€ÆS·n]† FNNf³ÙQ§C‡Ž÷7¦¸¸˜ââbÂÂÂèÕ«={öd̘1|üñÇŽ%Ã窪¾j#11‘üü|úôéƒÉdr¼î»ï>ÒÓÓæVYüÊ!  Ö㪮®+ñ%¼""""]«V­psscïÞ½•–ïÝ»—Ö­[Wz?)P!>|8‡&66–M›6a±X4hSjÇTSùÙÊëôéÓ 0€àà`Ö­[G\\ï¼ó€ÓœÜÜ*~Œ´ÛíF¶mÛÆ»ï¾‹¯¯/>ø ÷Ýw_ýVêúª²v·lÙÂO?ýäxÅÇÇ“””„»»{µñ«l µWUu]·ˆœ-i9õêÕãöÛoç•W^áÆotJâ xýõ×WhëׯœY&[·n]œÚó÷÷§ÿþDGG“žžÎСC–枯ŒF#?þø#ýû÷`÷îÝŽòÄÄDrrr˜={¶ãJæÆk÷ÓÝAƒ1hÐ ú÷ïÏСCyï½÷*$}®Ä£¶ŒFc¥‰shh(&“‰ÔÔTzôèqÉœ?"Þ"R5]á9O .$66–»îº‹;w’––ÆæÍ›¹ñÆ©[·.“'O mÛ¶ñÒK/‘ššÊ—_~ITTT…öFEtt4111Ü{ï½|˜uëÖU:ƪìÞ½›W_}•’’Â'Ÿ|B‹-*½ÂéjßýEDþ,ºÂ+"""W‹Ù ØK“]Ki¢{&ÙµÙm5 "4´ ×´hŠÑh$99û™§ZÕ¨qãÆÎÌ™3Ù°aðûUÔõë×Ó±cG¼¼¼HKK#77—Q£Fa2™hÔ¨“'OÆf³9í³fÍZ¶l‰Éd"""«ÕZe›kÖ¬©°¤yÑ¢E„††âááÁ5×\ÃÔ©SmôîÝ€:uê8®P—WÓþK—.¥yóæFš6mÊüùóu’‰È%CWxEDDäªb6›±CéÓ™íØÔéüôÓO4lØV4lÔƒÁ@ë–mùü‹Ï°Ú¬¸k÷±ÉËË ‹ÅâH`¦OŸÎ²eËhÔ¨Œ7Ž„„¶oßNNN#FŒ qãÆ<õÔSŽ}æÏŸOLL 'OždĈ\{íµLž<¹Ò6ÓÒÒœÆ0kÖ,Þ}÷]^ýuÂÂÂHLLäá‡Æjµ2kÖ,Ö¯_Ïí·ßÎáÇñòòªÕþGeüøñÌ;—#F‘‘AzzºN2QÂ+"""òç$¼§Ÿ À‰´iChh›¿ú’.]¯Çßßß‘ c¯]YYY¼üòËÜpà ¸¹ý¾ nöìÙ„‡‡——ÇêÕ«ùüóÏéܹ3‘‘‘¼ùæ›N ï´iÓèÔ©“Syù„·|›åï.))aöìÙl۶믿€fÍšñïÿ›‡zÈ‘ð6lxæiÕx{{×jÿììlìv;wÞy'-Z´ E‹:ÁDD ¯ˆˆˆÈŸ–ðZÌ¥ïì9z”Ô_Ó­Gw¾ß¹“¼¼<† ½‹/7m ÉßšœU¿fg¾»·  €îÝ»óþûï;•wéÒÅñ>%%«ÕJ×®]ÛºuëFRR’ÓUá³Ë“““ÊË·Y^bb"ùùùŽd¸<«ÕJII žžžUÎÅ•ýÃÂÂèÕ«={ödÈ! :”¡C‡:%ù""&ý6‘«+á5›ƒ~úñ'¾ýf;vboüOԯ߀ÂÂ"ÜÝ=°X¬.·½cÇöîÝKVV»ví¢uëÖNåö9ûžÙÚ–WÖ&àHŠýõWŠ‹‹^‹¥Úd×ÕýF#Û¶mãÝwßÅ××—|PßÑ+"JxEDDDþ̄׸¹¹aÂÚ]G»víˆßÏí·ÝAnî)¬6 n†3“,g-®N«V­ q,®NHHF£‘ØØXǶ¸¸8Ú¶mët…ôìò6mÚ¸t544“ÉÄ—_~Ym½²'E—¿j\›ýÝÝÝ4h ,àwÞaõêÕÚù³hI³ˆˆˆ\e ¯0àîn¤OŸ¾|±ásn¿m0·ßÞžÜS9øù5¤U«>ýt÷ÿßX,µXÒ\õêÕcäÈ‘Lš4‰•+WrêÔ)æÌ™Cdd¤S½iÓ¦è(òÉ']jßÛÛ›©S§òÄO`6›¹é¦›0›ÍìÚµ‹ýû÷ó¯ý Àñ½º111Ü|óÍ üýý]Ú÷îÝ|÷Ýw 8>ùäZ´h¡%Í"¢„WDDDäÏ`)]Òl4ºÔ¤ wÜ1„ï¾ÝFQQf‹•ÁÁÜtcì6;ï¬üOéSíÈX–,YÂøñãéÝ»7ÞÞÞ<ôÐCLœ8ѩ΄ üðCd"¢„WDDDäÏPv¯Ñ͈Á` i“¦Œy/ƒ«Åʪ÷V²ù«MÜÜÿlß~CJJ2V‹w*ÛìÕ«WµßÕ[Uyýúõ+<Øêl·Ýv#GŽt©Íʶ;–±cÇVÛǤI“˜4iR¥eÕíÊÿþ÷?T"rÉÒz¹ªÔ¯WŸ“'³©kª‡É§.>uLÔñöÁÛ«&S]Æ=ðGÓòå¦ô¹¡/×]w{bwWy_ªÁ`¨ñ%""]á‘«ÊwÞÅ«¯- ;; »3Ë•íö ïxàÈÑ# 8ˆÆ«¼/µº+»""¢„WDDDä¢éØ¡;tºäÇYÓ2i©™–4‹ˆˆˆˆˆˆ^‘Ë…–4‹ˆˆÈkÍš5 ‚ˆˆ^‘+ˈ#‘«œ–4‹ˆˆˆˆˆˆ^%¼""""""""ÝÃ+—¤wW,WDDDDDD ¯\YÝ1DA‘ó¦%Í""""""¢„WDDDDDDD ¯ˆTkíÚù𣑫Lô°nÝ:BDDD ¯Èű{÷nùŸŸQúÛ°q#/MŸN¯ðpÿ =Æ¢cP•^áá¼0e*_}õ•N %¼rµ;vì8Ï<3‰N¯'0¨ mÚ†2úÿîg×®]¬Î;ósÂ>L&Ó>Ÿƒ2eÊT>úðCš5kö‡$EEEW}Ruv .æ1¾Zc|)ý?»”]{íµ|ôá"'?GRr²þ‹ˆˆüô”f¹¤¥¥¥që­ƒèܹ3‹ßxƒ-‚ÉÊÊæ³õŸ1kö>^{a–{xxxQæÔ¶m[vïúA÷"»˜ÇøJe±X0 Wü1(›§Ñh¼¤\ŒqŠˆˆ\ît…W.i“'?G§Îxï½wùë_ÿB³fÍèܹ/<ÿ<ïüÇù»z—½ý6áá½jÒ”Ž:3oÞ|l6›£Ün·óÆ‹éÞ£'AM»®=ÿš1pm©euí§;F«Öü÷¿ï:ÕoÚŽŒŒŒ m5¡}‡ŽÌš=«ÕzÎc<ûJÐÀ[pM³æ4ò ‘@­bT^Mý•½ßºu+}úö#¨ISn0C‡sŸ¬^íh¯e«yäQòòò\ŠQu18{>yyy<ôðÃ4nAë6m™>ý_Žq¹:7WǽdÉ›ôêý§úV«•va×±víÇ䮌+õ«ë³,_~¹‰úô¥IÓk8räHµçYuq( \‰ñÊ•«èØ©3iß¾‹/©ö\‰‰¡K×n4nÁÓO?ãôË•q=OWöÙ²e »ñFš^ÓŒ[ ä—_~a×®]ÜxÓM4iz 7ß2€ÔÔÔJc^ÕïšÎá³Çéʹãj,EDD®4ºÂ+—¬¼ü|¾Ü´‰O>þ¸Òò 8ÞÏŸ¿€V¯föìY´k׎¤ädžzêižzêIæ¼ü2Ë—ÿ‡WæÎ¥Gîddd’àÒXjj¿IP/¿<‡gž™D¿~}1›ÍL›ö‹ßXD@@€£5~ÈË/Ï¡mÛ¶Ž6¬V+S§L9ï1D¿ÿ>÷ŽÅq±xzzÖjçê幯°`þ<ê7hÀ?ÿ9IÏFòчkιOƒÁÀŒM§uëÖüúk“Ÿ{Žç_x×.t)FÕÅ ¼§Ÿ~†ùâóõœ:•ËØqãð÷÷çÑGqinµ÷Ð;‡2eêT~þùg®»î:¾ýö[òóó8pÀv×TßÕãóJT¯.˜ŸŸÕƸ¦ãçêù“~ìO=ý4Ó¦ý?†BfVǯö\\¼äMþ»j%99§;n̓›3q—Çuö<]Ùgî+Qü;*Š |™0q=ô0&“‰¨W^ql{62’¢£]þ=PÓ9|ö8k:ŽçK‘+…¡’÷Î\ùõ~âш¼…‹“• ÀŸ­ãï÷UÔä¼½»b9ƒîRm}ûöÑïo7r0ñ5ª²^II mÚ´eݺutîÜɱ}ýúõ<ûl$ û(**¢u›¶,|õUîºkX…6vïÞÍÀ[‘zøêÖ­[ëöËÜ?ærNž¤¸¤„àæÍyë­7Úøì³O騱ãïm|þ9O>ùœÓ˶ù- ooï ?ŸË\íoß¾} ¼u_|¾žž={žù±aãÆ=ÈÑ#¿SŸ•ùꫯxèáñJI®1F•Ť²ùØÖ|ý>7Þx#‹½ÁÊ•+ùþûŽºUÍ­¶ã C% ÈK} ´ƒ°°E,ŠB;SI( š Ç Up*Èf vìô¡v¦ü™*ig”ð`ôˆSZЉÈ?vûÀ½áìåî½çnì÷3sgÿäî=gϹYøåœ{¶¤$R½S©”/^¬tºE›6nT__ŸÞÿíÚùÖ°ÃaûÛ”éú±ÎµC”ógÊ”)ª­­Õ¼~¡ùóçkAÝ|ÕÕÕ)Ï%Ž·?ÿ»åŒ2™Œâñ¸U½¼ïÓæ5fýÇ;˜»óÎ;'‚>‚f%øÕÓ¦ iK õÈ£¨úx1bMœ8Qñx\'NœÔ=÷Üw?7 Õþ}Sii©š››Ô¼æ]éîÖÝ3gª··OÇ×™3gÔÜܤÒÒR566hÝúõŠÇcš>}úÀ>K—>X›ãKÒK›7kܸ±jjz^]]]ºûž{µ;ÖêU«ޱ~ýõ÷õë¾ûîU__¿Ž;ªS§NéÅ BëXSS£[o­ÖÛwhÝÚtúôi¥Ó霺Þ6a‚$©µõºÿþYŠÅbªªª²~ÞÀVÞP´[Nýo› d2©?ìÙ£'ëëõïÏ?×îtKÎ1Ãú1_ä„ùòr=²h‘^ÞòŠZҷ諯¾ÖÎ]»´êÙg :OÃêíztñ/µíw¯«³³SïìÝ©­¢žÃaûÒ?aç™m;Ø8zì˜>ýäSÍþùl¥’I:tH·ß~{à$^c»n¹åz666DêŸBú4 ›ÏÛs8ʹSH[…9™)Í@'NÔá>Ôöí;ÔÐØ¨óçÏ«²²R3gÎÔK›6ì·zÕ*¯¯tºE«W?§T*¥©S§êWO=5°ÏÆ_ÔèÑ£õò–WtîÜ9_¥eË–YÕ#ìømmmzソªíðGJ&“ª¬¬ÔÛ»vjé²z=0ož¦M›6pŒ={÷ªyÍšÈuL$Ú³gššš4ã'?Umít­]»VË^_]]­-[^ÖæÍ›uþÂe³Yu\üÒºL6å ¶Ý¼ªªª´ó­ßëÕW«tºE3fÔjÓ¦jhh´îÇ 60½ùæ557k~Ý•””èÉúú€•M½%éÁTSó•••iöìŸEn«¨çpØþQû'¬mÛÁFyy¹Z[[µuëVu÷ôè®»îÒŸÞ}7ð5 ˗뉥ËÔÑѡǗ,Ñ3+WFêŸBú4*›ÏÛsض iK¢0§1´)ͬҌï„Í*Í`#h•u0<ÌÕ˜óÝw}—«43Ÿ I¾iÌLi|¯å›ÆÌ*Í ¡ÚÚZu\ü’éÌ ³|«1äUš ¼€P6Ó˜¿÷SšÿògVv€bc3y¤MiŽxYUP ¬q›õ<—oßAaJ3àÛ ½ÙÅj„÷ÜgéÀP„]wË(x´wÐÁ74ð®Z¹‚n ÖUÏf†ÞŒÂ§9Gó¹Óµ©Î%’~(i´¤JIãœ­ÊØ*Ÿ—J*“”r¶¸±ù•¸¹™ÁµßÙz%uKº,éI’þ'é’¤çökçgßHºâ¼¦WRŸsŒŒnö ÊÉÊeäqÞçÔãT²Ô¹;6ãìŸ4ž‹v ¨CïU#Oö›„¯*w´7dm%*dΫî5*×mÞËÆ1ܰ›’”Ðõ^3ð| x®9ÚïäJ7Sö(wäÖ ¾æëäó¸ À›5©·RýFÈíq‚îœ×'<ûšSšž Kà€â ¼î­9k¸Gצ*w¡·×¼îhï ¯ë ›Òœ1R¸›Ä/;¡Ö¶,gŸ'»#¼ ãçLk€âä×~#ðºÙÒ ¾îH¯x½‹Y)jøM„ݬQ˜vÝ ë†YwŸ]»ž×õuðßu¼_¸ùe}¯»p•;Ê{ÙÙ‚Bo¾éÌÙ°l³h•™ÂÍ ›5Âðåáõ]/Oàõ»Ž×½†× ¼W”» •ßÔæÈ×ñ†Þ«Nhíõ„Wsª³»Zs‰s¼”‚GxÅ|ÍKf¯êúu»ÝNØ5§6»#ÁAa×*ø&-+$'°šÉܼ®×Ýu§3{WiŽ{ŽOø€â»Rîõ¸n íó_sZ³ùUEC6Âë·R³zÝÇæPt‰®êº[Bþ_K#ð@Q^Áõªr׋2ƒ¯ßjÍ~_QTPàõVÌ ¸1Oð•nü*"wd×ΜPþ«¼P<¡7zûÛ°¯(’1¥Ù;Ê+§ï>Þ‘Þ„òî2¥Š7ðz³dÆÈ”n®ì÷¹Ÿñ ËÖ_S”´¬˜;Âk¦soèËÿÚ]¿Q]/Wàõ»ž× ½æ}ïèn¦‚ƒ­Šy*÷b&ò¸r§1»#û*“IDATºqŸpK؀⠽î}ï@ªwÔ×|œõÙ¬Ä"üÌ/Èš·ñ IDATxœíÝw|Üôýøñ—¤ÛwÞ{e‡lB ; @¥_({–=J «e„ýÂ&@ ¥¥e·ÐBÙ!„VX !d:‰émß>I¿?ξØÎù|çx%¼Ÿ‡gë¤>I§·>úHú€B!„B!„B!Ä®Gé´} !„Ø5˜I~¶‘ÌÁ^”ig߬w=oB!ú›y½+hp0£Ýgû!ÆÒIºÊÑßo8òFpþÿÔí™BÑwÜ&5¶ýÄûÏ\ŸC4`èí>[h<åè‹ï7.¿ø6Õøz"ßB!RT]ï#¢O‡ESÉÉppöñT¿ÿÌõED†DZ}BÛšH‡#4*«¼]ÊœBˆîW]Á˲/çwiþÑ“Ç0Lr2\l­ópÀaÇlzÿ™ë ¦¹©¢y\KÓ†ÙaàpäˆNaÆm‰N„ŽC ãðâ¶„±jaa õa'ºk— '„¢­š?UuM,_ü1‡O?‘eY)ÍÿÓ†Zæ¿÷#÷9 €ìtgì»æc¾“hÀh4`ûe*0ã5Ž+ÓξÙ8ý¼ËðÃçÀ4ɱÕ38ÎU÷øpÁgŒ6ˆ¥…}œ±+ÙRÓÄ—‹ÞeÊ´(Ìöt)ïWmbùâ™4å Z¥±©ª‘/æ½Ê¼¿Þ5¡VŸ-ÁDŒ„ã *8”Cs Œf{Ðèò³ÓXÞœVÇxmk-í- æqÛ8bGøD—©²¬µd¥çS¾i¹¤¹„ V›AY¾Ÿeå!C6²>jÂa©uüÌ|´èóíÈ}ÃO›P’ÜrÉò•Üwé¡ (È аbC5¦i’žæN¸OvÆ0 TUíòüÉJTöô47?­¯LšìVËN•Iü¼¨Êöp£Uàxgþ°jãF ¥¨ €M[¶±äÇÕ ,ÎâèƒöbíVÿiu°ï9š?[ŒÖƒ’°Æa$Ø¡-JÝ4qZ*)ÍK#¬¯¤©ì–0%Ùøs×°fÛh24Ó4¦%v-ûÀÇŸ~À ²büUÕu¨šÊ¥”åàó(ËOà•ù?ðÆ‚åvðd Ó¤º¦Žò ilô‚i7ƒ”“•[^ëå4ùüT×Ö1¤¬˜²Ò"üç+–ÑÔä§¶®ÇÅè‘C©®Ž¦m&¥Ey < –fC£—•kÖáõù‰è:šª‘žæbè ¤§¹;,ûŠÕëX±z‡<™‰{áú9P˜ŸËèCb¿TËÕÑú»/¥uàhÞoÞûø¿Ì<{*‡ÆìÑOV­-ç÷çO%ÝíàÉ×?cøð=vH«ƒã²ƒíA#ÒjP›½“GÇ!# oÓdg#ÃmEQ5þJ¶4zPU…@XÁ0”øŠŸ “èA¯åLüåyK)Êñ°ßØR¡/}¸”ŸÖUR¾¾26 À¹ÓÇsîôñ@ôRÕ %d;tnX¼’±#‡ÓÐè%è­æÆ3&SšŸŽÛi%Œ°²¢†>XB8’GvfF›e\xü.<~B,ÿ@›ÚÈ•›)+.díúÊ”ÊÕÑú< ¤·¢èkñjv«C#;ÃÅÌ3§0û……€Â̳¦á¢¦ÞdžÍu jîVÇx;ÛoŵmÛК…©qÔ†=465ah…|òƒ ·þ1ƒ•áóÖ³¶& ¯2†bOˆú•°©`JèøYk¿+|Øhjü„Â:™—þr.{à]Ün'?­¯fÄ€¶Öz©m àtÚÉvèÜzþEa[L=(YçOáöçRUS×f9':Š@(ÂÆm;äáÄCF±­Î‡ª*Œ˜Ë=—L%Íe£Þ$3ÍÁɇæ»Õ[¨®­'‰ë²1¼,›UMl­õRšŸÎ^à VšÍ¥¼ƒ{ìÒš/EÅËZš;Z›h·^¶ÕÔ¦\®ŽÖŸ×ŸÓá@ìžZÅØñyİAÌ~q3ÏŒŠëÎ>ÈJ‹Ù/.bİA;Ï¥Ãc¼%Π±½ÆÑõ6_ÄÁ–†Fò3"X4'µ£ ¬Ž°¥Î‚™6”Â,¿ßK}È…a*tðÊñ3ÑþÄaÝæ:f>1¢ì4ž¼îTUaôà<*êM®ŸóQìÌú­¯àÃ/˱Y­X4 §>EQX¾®Šß=ý1÷\z#ærêác¸÷ÅÏÛ,gk­—ÏCQ5 òrÛ|÷cy·<»€óÛ‹An¦‹ÛŸ[ÄÒÕ[yqÖÿa³jŒ”Ç¿—×P\˜O½·³nÿ'ÁPÄ‚l7ÏÞx§qC ¨­­g¸Q枣Xô߯vX/ëÖoä÷gï›R¹:^8ìöÜZ¢¿ŠWãÈËÍÁ0aö ¹îìCÈJw µ>f¿°ˆAD§1âÕ8â—U¶×0Z •dj¡pâ×SU6¥a³4f³ eYØkÄ–¯^Ï–`%ì§. R²­õˆŸ3]o»ƒ~¾l#…lÚ¼56Îå°ܺã§…ùäñùâoR½oý‹7RTT&|ùãFFÌehiÞ¶o8øô» dff3p@ ¦i²v}eì»oWm!3#ªúí†KWoE¡¾)@^–§ÃJ8& ³uk¿=y2c‡ä‘æ²£ªÛÄYi*ëýq3-ù÷®›4ù|)—+Ñúëìw+v]­Û8¼Pìï`¨ùù<…è'fó¹ºI0i3më´:ØWb¢yPÛK\ãè¬A»)b¥Î¯Rè bsºÊJ4‚d[k0M¨ 47ÔHmãç®ý™/Æb±´ÙÇ%þž»¹¢Õ—š¢4ŸA™mÎÂÚ'ÐäaµYãîË¡°íκB›ÍK¦%O+V—sÛy0b@ºa°ns¡ˆÎˆÑZŒª*Ü’øæ³‹åJ´þäF”Ý—UÛ~W nDŸoª©©eËæÍÌ·Ò>Pì “;ÿ¡Õ76Q^¤Œ4O:µµ5ÔT×PU€œäÒ?q«É3M“¢¢|^ûønýõöÃ3× &äe¹1 “Wæ/£¨¨€•«Öƿ˙5Mœv;¶Ô3¸8‹ÁÞ{‘™æØa6Ó4±;ìlØÚÀ ¢LN9l4ûŽ.A7Lfýù?qµ3åêh]‰ÝS««£±  G¨÷…h›Fn^³_XÄ̳¦æ¶SV˜§£ëûJ—ŸeÞTÐ,`{•_Ó4ô$ç?ñö…TÆ™&d¤¥³q“ÛŸ[Ä)‡ŽÕ~,߯+-c[¦u8²ùÚa`Р2ýÛ\ù«É ,Ì@Uî{á?Üwù;,g@Y)ϼõ5ÿboÊòÓVš €Ïëß1í,W*e»¾xÏqŒßs,¿¸«¦Q\RDFfô¹“»Ÿû„ÅYì?a$ß—×íVW÷•xÕë´³o~Þe¬ßRçëv7üÈÁcó4`Ûª·²u뛩Ü\G}Ö”®åJì¾þv ¥%Eä7ßÑ´3ãZ444²iËV|¾èØåtRT˜Ozúöƒk¢ùÛ·u[•›Ø{¯q,]¶œP(L^ne¥ÑKF>¿Ÿuë*ðƒ8ì6–•ðÓÊ5q—ÓÔäe}E%Á@0V1hI»£¼uµ\‰Ê*v/n¼ó:§œz&«*«»”†ÇigѼ79êØ“¨÷bããå]U'~À×a!„) „u¦{óÞyÒ‘û“™‘ÚrëꛨXþ?¦{°Þ7mŠjÁîJÇîJ'«``—ÓBѹ&_—ÃÆáÓOdþ{oPÑ…4Ÿ~"ÁP_œg;’µÓ5!„½Çë’áæ¸_žÚùÄqüþ`œo’oRÀ!„»˜êº¦nO3•¶è¸cdZÿüàÓnËBˆþodZ󒘮ÃÇ›÷JMuU7fI!DUY±gŸYÔ´=ßšBˆÝŠ!„)‘À!„"%8„B¤D‡Bˆ”HàB‘ B!R"C!DJ$p!„H‰!„)‘À!„"% ߎÛ‚|>/MÞ&|¾&üÁ6«»Í‰ÃáÀépâq{°Û}U!„øYè·Ãçó²vÃZ¬VYdff“—WˆE³‰D‡CD"aBá+ÖüDFZ&Å…%X,ý¶Hzã`˜¿:餙^!ºC¿»Teë+׳®rCïÁÐAð¨v›Ø¼ykË×°yóFêêêðùèºIiÑ@,+ËV,e˶͆Ñ×ÅHÙû|ÀíwÜÁ~ûî÷ÕW_‘“›GSÓŽïÞ7}vë­·qÇw&5í©§Æ+¯¾Úåe%ZoÝ9¼éz³œ­Ýu÷Ý”–  lÀÀX¾ÀN¯‹Õ×ËßµÞ¾}¥_ŸßDzŸ–âv{7z/X½fu u`8NÒÓ3pºÜh ¦i …¨­«S¡ ¯ÀÇO«–¡ëz¯æýêk®á¨£§3pà ”7êŠ+¸ùæ[xýï§´´´Û§ï ‰væ­[·òü_þÂ¥—^’TZ¿ùÍoxàÙ}v0~üx–ý°·ÛÒt}UÎM›7óðÃ0÷é§øzñW±|9ÝùöØãŽãﯿޥqýUû¼®[·ŽË¯ø £ÇŒ!¿ ‘£FsÞ¯ÏçË/¿ìÃ\v®7×y¿ ºa°¦|{ Iº'ƒŸV,Çïó‘žžAzz:On·ÇÝ«ÕJAAA§=¢µŸ®¯Ê¹iãF¦ryyy±|u·ºº:¾þú?ì°”ÇõWíóºjÕj?bz$Âóþ3ß|½˜¿ÿí5ö<™'æ<ÙååD"‘”OfS™§·×y¿ *Ê)È/FÕ,¬Y»»ÝŽËãÂátàpØ›?mØív.— —Ë…ÓéŒ6§¥as8üØ­v ]§bÓ†^Ëÿ?Æe—]ʤISšïü#ûî»…EŒ;Ž{î½7áÎ’hú–³þ pèÔ©—”2íÈ£X»v-_~ù%S;Œ¢âŽ˜v$ëÖ­‹›naQ1ãöÏC=;nIwáÂ…<å ‹Š™väQ¬Y³=8uôtJJËÈÉÍ#'7/öÝÛo¿Í´iÓÚ,ï/ù+ãöO^~cƌ婧žŽ}§( Gq8o¿óv‡ëÁ4Mž|ò)&NšLAa£Fáλîj3ÍâÅ‹;Ìocc#]|1e2løÜqÇ;”·åòJGym?]O”³3¯ýíoL;ò( [÷‰j½‰¶u"óçÌ„ ÈÊÊJyÜÎn‹îÞ§;Êë7ÝÄÔ©‡2wîÓLš4‰’’ÆŽËe—]ÊŸÿô\Òé·äûÃçqÐÁS(*.¡²²’W_{-¶Êe—]NcccÂyjkk9íôÓ)*.aêa‡ñÓO+’Ú6=©_ŽšÚ"†Aa~!ëÖ­ÅårbwرYmX-4Í‚(¨¨ (ªŠES±Ù¬ØmvlvV«—Ë…Íb# àrx¨«¯£¦¶¦¯‹×¡‡~„çžû÷Ý÷ÿøæëÅ<ùä^ý î¹÷ÞšþþfóàìÙ,Z¸›ÍÊE]Ì]wÝÍìàÓE‹°Ûm\à mÒýÃþȽ÷ÞÃ׋¿â‰'çÅ—^â‘Gm“î}÷?À#?ħŸ.Âb±pÝõÛÓxåå—øö›¯YöÃR–ý°¿ßÏ’¥KÙküøØ´›6oæÚ3¸ä’‹ùzñW¼ðâ 2¸Í²&L˜ÀçŸÑáºû÷ÝÇÃ<ÂÍ¿ÿ=_/þŠ—_z‰!ƒ‡$ß3f²|ùO¼÷î;<ÿç?óâK/ñôÓswXN2yíÉrvÖFð‹ã­ûÅ_}ɲ–Æþ'™mÝÑ2?üðCŽ:êÈ.ÛÙmÑSûtë¼666²`Á.¼à‚¸ë®u 4Ùô˜=›Gy˜Ï?ûyyy(ŠÂ]wÞÁ⯾ä¥_dÙ?ò»ßÿ>á<3fÎdÓ¦Í|4ïCî¼óN˜={‡¼Å[ç=©ÏoAÒuŠMë=bë+Ö£i*6« ‹fASUPLÓÄTÀ0tTUEÁÀTT@A³h (`‚ª€Ýé@÷hšFš+ƒ ËÉÊÌJ©#öÞ …xä‘Gxûí1nÜ8Š‹‹¹ãŽÛ¹æšk¹åæ›»<ý¬ÛneŸ}öàÊ+¯äÌ3ÏbÞ‡°÷Þ{Ñkë\pa›tßzë-Æßs{º·ÏâúëoàÚk¯‰›îo{e, €¬¬LòòòÚ\[¯¬Üˆ®ëÇÆÕÕÖbš&ÇLŸNYYeee;¬ŸÒ’’Î [æÌy’Ç}”_þòJJJØk¯ñm¦ë(¿MMüóÍ7yõ•—;vlôû+¯äùçŸçòË/k“F2yí©r8† ŠªÆ?Çs8±uŸ››‹Çã!++~M;Ùmo™º®3ÿã¹úê«R;¿-zbŸnŸ×uëÖaš&Ç-÷_ÿú—_ñ›Øÿ«V®@Q”¤3·Ürs,ß§œ|rìï’’n½åf.ºø챸ó466òöÛïð·×^e̘1\pÁùÌšu{§ë¼'õyà¨o¨Çiw¢:áP«Õ‚fÑÐTtC51MUU0u³9x´œ(¨ ¨šŠa¨¸œ.‚Á †i“ÏßH}C™½S…KÖªU«hòz9ò¨£wøN×uB¡P—§5jTìïÜœFŽ——›K0$ ²zõjš¼^Ž;þø6i†A  ÇM·uv»½Ãr¶œµ¶nhÞc=˜8q"ÓŽ<Š£>šc¦ÍôéÓÛ¨<¡P(nú«W¯Æï÷sðÁu¸ÜDù-_»]×ÙsÏ=cßßk<«g­ÙáRF2yí©rŒ;–Ï?ÿ,a9“Õ²%ÚÖV«5î2¿úê+Ünw›ušì8ØùmÑÝû´Õjí0¯­M:•… >aéÒ¥üúü 0M3¥ßÌžÍ'y-¾þæî¾û–.]ŠßïG×õ„ó”——£ëzìd`¯½öj“f2åèn}8jëk°Xì„‚!4MCQ5%º4EÁTTSÁ0u05ÕÄ4TtECÁD0Íh œ'Á@«Í†Ãᢦ®ºßŽ–Åwß~“Tcj*ÓÇ«]Å;c5M3–î›oþ“ÌŒŒ¦iý\L¼tMÓL˜—´´4¼^/ÍékšÆ;oÿ‹ ðñ'ŸpÕÕ×ðþ“?<ûll¾¦¦&ìv{ ÔY-²³ü&S M&¯=]Îî’ʶnïƒ>äÈví7ÉŽƒß=±O·Ïë€P…•+W²oómîÇCMÍöKÞ©¬ÇÖ{½^~õ«“9þøã¸éÆÈÊÊæûï¿ç‹.jÓ®ÙÙ³hí×EGë¼'õy‡ßï'Íã!Ž ( ŠÑã¿nº]©¦ ¦ ¦®˜†aè膎iD¿‹èÜ7( Š¢’––ßïïãRîhذa¸Ýn>Y° G¦O560dȆd/ñ©š°Ã{II1‹…ÊÊÊ6ã- Gq÷Ü}7O<ñ8ÿüç›mæ­¨¬dàÀq—5tèPœN'ÿþ÷R)jÌ ÁƒÑ4ï¿ÿ>6nÉ÷K:¼$ÔY^{ªœÝmg¶õ‡óæíØ–‘ä¸DRÝÉH¶œíóšžžÎ!‡ÂþøÇnI¿½U«VS__Ï-7ßÌĉ:tÕÕU —Õ²~–,]÷í·ß¶™&ÕuÞú¼ÆŽ„p»Óhh¬CÕTUÅtÃDQ¢í``*¨:Š¡b¨ -µ%ZÓ0MÀDUTTUC×uÒ<6T†g¢,Y²€ÕÍw‹,[¶ «ÕÚ¦ŠÙšÃá`ÆŒk¹ñÆ›ˆ„#|ðA„þùöV¬XÁïnºi§¦OVKº3f^‡?à€ý÷' óÝwß±víZf̸6©tJKJxï½÷9ä)(ŠBNN‡ƒñãÇóÝwß1iÒ$¾ùö[¾øü ¦6«Å»ï¾KYYY›Å×_ÍäÉ“:Ìó¥—^ 7Þˆª*ì³Ï>lÛVÅ?üÀ™gžÑi^Ó<~y Ü6ëvžœ“GCC#>ö¿½òʦM&¯-yêîr,]º” .¸O>ù—ËÕiÙIv[·_fEEåååtÐöKƒÉŽëL*Û¢;ËÙQ^ï½÷Ž>z:—^z\p>¥¥¥TWWóò˯ѳ}»ÝÞ¥ßLiiôÍOÏË9gŸÍË–uz‹ošÇÃñÇǬY³˜óÄÔÖÖñÇ?n¿»«+ë¼;ôyà0Íh›…a˜fô²ÓöO0Õæè­˜&(¦Žjª˜Š‚j*ÑÆsL0h¾¤¥¢ :(ÑË\Mé‡Nm{ÿtË-’ÕUÛ:œçªßþ–Üœ\æ>ó 3fÎÄjµ2bÄ~}ÞyÝ2}²ZÒ3çI®ºêê.¥›ŸŸÏ¬Y·që­·²eëVLÓŒ•ý¸ãŽåý>ä £—‡÷Þ{{@0ÈøñãùÓsÛ ¦i2ÿ£ù<òÈ#.ï÷¿ûéééÜ6ëv*++ÉÍÍᬳÎJ:¿>8›kgÌàèéÇ`·Û9çì³ã>¸×Y^[ë‰rV­^ÝmC&³­Û/óÃyó˜rðÁmnzHv\2’ÝÝYÎŽòºÇðá|<ÿ#î»ï~Î9÷<ª««ÉÉÉaÿý÷ãÃÞ]RìÊo&''‡Gy˜;+9sždÒ¤‰Ü|óï¹ä’K–eöpée—qøÓ>|83®½–«®¾:a9zZ¼:•õÊË/ =6ç)j:©Fu‡%˾§¬d¡p˜`(€¦jÍ·àQP0' ÑËNÑKYJ´q¼ùoP ¢(ÝF8¢ãv¹Ù¸q#¥¥¥èºÎŠÕË7jÏNó"zFUUûLœÄçŸ}Faaç¦-úôS®¹æZ¾üâó._®è »k9O=í4¦OŸÎyçž›ò¸þjWÊk"ÝYŽÊŠ <ûÌ3<þäÓ'~À×v›¿ÏK  +³=Ã!„»²>ªªRTP̶m[)).!ôƒib˜ i™ƒ¨ÜÜDIQMþ: Eu *a Œ¦X0@uí&ŠŠÒ C¸ÜVêêjHÏHgÝúr23²°Z¬}]L!„Ømôù¥*€Üì<|þ&Á v›3z•©àv» ‡Â„u.Pœ˜¨˜¦SIÃÀEĈöË¡n›†ºzl6¡`_ÀKA~a_O¤¨õKöv厀vå¼w‡î,ÿÏ}]ö7ý"phšFqa UÕ[qº\lðR!/?šêšè'ÑÇ6P´èí¸¨ ¤¥¥¡ª*Í‚nèØ¬v¶nÝ„ÃáÀíJÜOwÚU;€i­7;ƒé¨ó§d;Rê/úS9zcûõE'M»Ú>±»ë_ëĽIDAT ?¯€H$LSS#§ESP5ö8Ó0QU M‹¾ÑªY±X,456‘•™…Ëå& j #‚?`@IïÝIÕSÀô¦þÒO²)õw½]Ž®n¿þÜaP‹ÝeŸØ]ô›À¡( ËS[W½# EUÕ(,,¤¶®›Í†ÍjÇjµcµÙÐ4 ‹«ÝŠÍfÅ0 4ÍBMm5Y™8;÷ІT$ÓL2"õ—Nm’Ék2Ò´¾´Ðþ̼£ÎŸ:º,‘Lš‰:NêH¢r@çF%[Žd¶m¢õÝYÙÚwæÓYTí; J¦s¬xûÈ›o¾É„½÷¡lÀ@f̘7%³íª««9åÔÓb½øâKqûNOf]ÅÓW%Sö]M¿ iž4\N7Þ¦F¬V ( ª¢Äj `µXšˆ€?HVv6«HDGSTLÃ@7"äõZ¾SévNm’Ék2Ò$ÒQçO]•l§KíuVŽÎ:J¶ÉlÛŽÖw2ek½ý’™¾}‡AÉtŽoyêé¹¼ð׿ðÊË/óö;ïðøOtºÎ㮟™×±mÛVæ4»ïº›‡¼Š%ѺêL_tt¶»éó»ªÚËÏͧróF222‰D"@ô‡]_À¶ªjÊJJÐ4 UQ©«¯£¤¨Ÿß‡n±þ=öÞ{wK²À´Ø:µé,¯\§4‰tÔùSW%ÛéR{‰Ê‘L§QÉ”£+Û¶õúî¬lí·_2ë¢u‡AÉ”³£}ä†ë¯‹u2ôÛ+¯äù¿<ÏÕW¥Ö©Pcc#ï¼óÿûß=z4œ>7ßrK‡ó$Ú7鋎Îv7ý.p¸Ý¬V@ €ÍfGQ£àn›šêšèå(ÀÀˆ¶{h*zs•1Ž`FRý[ô´xÀ´Ø•:µIÔyS2Òô¦Î:N*жÍkÃúèåˆDåH¶Ó¨ÎteÛ¶^ß•­ýöK¦©Ö%SÎŽö‘öeZ3kmÊ/e,//Ç0 Æ5U€q{Ƴt‹DûfGÛºý|½ÑÑÙî¨ß€ìÌ\|>/.— £ùM¹ *9y¹TW×PPXˆ·ÑíwÀS7G¨¤§¥÷j~“í¦Å®Ð©Mgyí¬Sšxóíì^;K³³Ž“.ød‡ù“í\§»e»ÚùTgek¿ý’éD*^‡A‰ò—Ê>’Ì4íJÜ7"%N³åwo['š¯';:ë‰ßB_ëWm-<ž4B‘pô ¸(„Â!4U£¦¶Ÿ×G]]V‹]7GBèf¯· —ËEëÝx˜l0éOÚt¦³NiZzÄk8—/ÿ©MuþÔ‘dÒLÔqRû²'SŽd:J¦ݱm•-ÞöK¦ªTÊÙÑ>Ò¾LC‡ Ù¡Lm»Aƒ¡ª*?,[¶=­æ>nº"Þ¶îŠîèè,™ývWÓ/‡¦ªX,z$Ú§†ß磦¦š††êëë ƒD"¬6+†aàõú‡#„õngßÜç}ï½÷0þÇ\zée|ùå—lÚ´‰¥K—¶é¦3­;µùá‡øßÿ>ãÑÇãœsÎér¾Zwjóêk¯±aÃV¯^Ãoüƒ|èZg0­;¥Y¿~=ï½ÿ~›ÛއJAA>÷?0› 6ðÉ'Ÿ0gΜ¶i´êü©ªªŠêêê„Ëì,Ío¾ý–¹sŸaÅÊ•¬]»¶ÃN—R)GëN£Þzë-*++ùöÛïxñÅ—R*ÇÎnÛDe‹·ýR]•3Ñ>rßý´)Óégœ¾Ã4m»´´4Ž9æn»í6–-[ÆgŸ}ÆŸ‹žˆõå-¸Éü~:“ÌoaWÓ/€ËáB7"˜&„‚!²³rÈÌÈ$?/Ÿœœl ÈÊÌÂãñ ÐuUQ°õÑ+Ô[:€Q…sÎ=ñ{MàäSN¥¶®¶M0yðÁÙì±ÇpŽž~ gŸsgœ~z·tj3ë¶Û¢ÇLÞ—C§Nåɧž¢°0úT}W:ƒi锿å—^fßýöç©§žâ曷߉¤isçÎåóÏ?cÒä}y𡇸þúëۤѺ󧑣F³Çˆ‘íÓFgi¶tœ4íˆiì·ÿ,_þS‡.%[ˆvuÅ—sÛ¬Û™°÷>œqæ¬kuÍ<Ùrì̶MT¶xÛ¯+ë"Q9í#—\|1gœy'Ÿr ÇLŸÎo®¸b‡i’Ùzp6¹¹y~Ä4núÝïøMóÍ%6›-©uÔS:ûýt&™²ïjúüµêñú½è‘.§‹P$Ú¹ÕbcÓæM <„úú:œ.šª±mÛ"á ”• þ7R´»tjósÕÛ/Þ2¾úê+Ž:z:ëÊ×âñxº}™~þyyäQ¾ýæënO[ì(•ת÷ËÆq«ÕF8Æ4£×jUÂáz$B0$  qy<ØíÂá&lvÖ8 ~"±Ý¥S›Ÿ«ÞØ~½±Œ¥K—RQYɸ±cY¹r%Üÿ§vZ.StM¿=ÊZ5 ŠíóТ÷VY,BÁ¡`]×q¸\hšŠiš8Î~ß›ZôÛ+¯ìë,ˆÐÛ¯7–¡ëwÜq'«W¯ÆívóËNàúë¯ëñåŠÔõÛÀ¡( V«ŸÏKÅÆ tÝÀn³ƒ §EmÛ¶ÐÐÐ@8bøðáò.!zÉĉ©®ÚÖmé¿'ÿýÏ¿»-=Ñsúmàhòzùì‹Ï(+ÀØÑc `d¤gáóy¨k¨'¬‡Y¹zuuµzHß¾ O!vwýúºÎ÷K¾Ããq“›—ÛænŽˆ}›§Ïï%bµZÈÉɦ|C9Þæ€"„¢gôëGzZ:?­XNn^.z$ŒÛéÆétÅnÓu=¢c:áPMµbi~K!DÏè×5ŽÚšZœNYÙŒ·7.—UUPU5Úpnš˜¦A(¢¢²‚1£Æ`ïÅ— !ÄÏQ¿ õØlVA?µ5Մá¸ÓÙl6rsóXSžø}üB!v^¿EEÅTUÕ…1L³ùÞÜø‚ÁV«µ÷2'„?Sý:p¬Û°Ž²²ÒÒÓÉÍÉÃfëø‰ðŒÌLjkk{1wBñóÔ¯ÇKJJÙP±‹ÕJ]m=9ÙY¸Ýn|> 466Òàm¢ªj›7oaϱ{vž¨BˆÒ¯ÇÁÌòË©¨¨àóÏ?Ã0¢ý#˜¦‰®ë„"al;Cf¿Éû1|èðNRB±³úmà0M“@ @~n>iî4ÊJÊøÝ¬;±ZœN`˜†·Üx¥%%¸\.|>.—K^;"„=¨ßau]'‰‡ †B„Ã.<÷† N“7DqQ)¿>ûLÜ.wó÷áès­zmBÑýúmCÓ4l6º®G»_DaÐÀ2Š‹ 1tUÓ°Y­Øœv»«Õ·;L!„ݧßeEÁáp`³Ùp¹\„B!B¡èq ÓDU”Xp±Z­X­V4M“— !Dë·¢ÁCÓ4TUõÖÒ}Ë÷-Ÿ0„¢wôëÀÑBƒBôý¶q\!Dÿ$C!DJ$p!„H‰!„)‘À!„"%8„B¤D‡Bˆ”HàB‘ B!R"C!DJ$p!„H‰!„)‘À!„"%8„B¤D‡Bˆ”HàB‘ B!R"C!DJ$p!„H‰!„)‘À!„"%8„B¤D‡Bˆ”Xú:BˆŸÓ0ØX¡Ú«Ž˜ (}¥]”‰USÈr)gÚдީ HàBô*Ó0X¾)H]ƒ—E_.¥²Ê××YÚ¥•ä89xâ(šŒ,vöJ –À!„èU›ê"Ô56ñƇ_ðSÇpÀ>cpØm}­]’?ä¿‹—òù‹9qÚd6¹Tгì=¾\ Bˆ^UåÕYøùRNÎÉîÂát`šÐ²n{š!Dß0ML³ûBÇß?YÂS¯FÄ0šÓ³941i8·]pD·-ëçN‡b—Ñ ÿÛ¹ë’#p;ìè¦BÄÄ_„{þø®Žn$CÑ'Ìæ¡«VWÖ0¸( UU0šk.n ¿]OÈPF ¨+¾W Èe±n$ãBˆ>af—‡‹×pÙ}¯£4§B&† aB“°nŽ˜BaTEÙ©åžøì3Ò]6ÛühZ¿Ïßíùhz“!DŸ0»0&<ûæ<ýÿé±ñŠ¢`6ŽˆºCA7 ®¾1îòN>éÎ>봸˹óŽÛØgÂØNóÓ’îø {óÓêu¸ÜîN§í©¡7IàBì|07Ìyï×låÚ³ÛµW(-%,B:4z˜¡FÆ Ê›ÞgžÃûï¾C}]]›ñ¦iòêË/qÆ™ç$7«ÕJAA!J=¶‰Dz$Ý®’À!„è#ÉŸOoÜVÏE÷¾NZš‡3ŽÙ»5Ú<{èås9ôò¹vÅ3€Â5¿Å»‹¾cÑß“ç2¸÷âÃÈÍtÆ]ÞôcÅérñÆëk3þ?ÿ^DEÅN=ýt^yùÜwò²< ,Éç’ MCC=mÏóM¾üâ32=všš“ÚšjN9éò³Ó˜rà¾ü´üÇòðì3O1qÂXò²<Œ1”Ù÷ß‹aèmÒûàýw9`òÞäg§%±žz4Ž !ú„a$w;îâå•Üù§9ê ½=´ˆ•›š?(ƒ97ž‚E‹¦`ÓÀnÕ°[Tœv+—Eêzºn (ÑåµfµÚø¿ÅK/þ•s}AlüK/ü•)‡JQQ  pç=÷1|ø¬_¿Ž®»–›®ŸÉãOÎ5ȆÙöoÃäê«~ÃÆ™¿àßÔÖÖrÅeµùþ¡Ù÷óÚ+/qï}2rÔ(V­\É5W]iÂŒënˆ¥wÿ½÷ðÈO’•³Cþû’!D¿õÚü%¼6 §s—“U›°Y`Ùúzl« V Ø- VMÁ®EÿPESX¹a%y™(<wú™gqÔᇲvÍ‚ßïç­7ÿÁ= À)§ž›¶¤´”ÛfÝÉ…œËãOÎí0Ï ¼ýÖ›üí·3v^t)·Ýò;B¡<ôÿz÷CÆï}åJII)wÜu/×ϸ†×ÝKë–Yw0qâä[‰=@‡¢OtvåŽç>fíæFNÿÅ¡4 Ê·ùqÙUEQ•X†i¢ *&T=úàŸi*X4•`8‚Óa‰»¬‰“öeذá¼üò Üôû[yû_oaš&Ç&ðõ⯸ûÎY,ýþ{ü~º®…ÃmÊÑúïòòµèºÎ¸ñãcߟ°wìû•+WÐÔÔıG·m§1 c‡´Çí9¾—/B%G‡¢Oz$a£o0 ¢ï· é]Å éÔ{#(˜XT§UÁaUpXըߦa‚ »•ÍÕ (È  Æ]Î)§Î }ž3¯çåÿÂqÇŸ€Íj¡¾¶†_ýò8Ž=þ\wýdee³äûï¸ä¢ó ø}Dšð‘P0îßáP(¶LC4  xýÍ·ÉÌÈÜ!?¦¡ÇÒÀ4:Ìw_’Æq!DŸ0Ìhm¡£áÖ_Â!{•ðò[ °a@Ž‹&¿NEu€zo„@È ¢Ój0‰è&ºn¢V‹J†ÛÉ‹~Ç” ƒ;\Ή'ŸÂ†õëyóͰháN>ít Ód媕Ô××sÓïoeÂ>4dÛªªšóÞª]£Ýß DÓ4–,ù>öÝ7ß|û~ðÐa¸Ün6¬_ÏÀÁƒwZjQ­ÓNfèMRãBô ÓÄìäm®§6–!E™<øò§vàF–æóíÚZ_€E‹ª`mþ´h 4|k7ÕòòGKpÚ¬»ßˆ—UTXÂMáúk¯¦¨¸˜ýö;Ó€â¢R, Ï>ýgœu.?þøO?ùx4ëÑ×aµ£ÍßnwÇ÷ îœu+<þ$uµuüù¹?Äæs8\}ÍLn¸îZüþûíw¡pˆ%ß}KyùZ®ºffÛ´{é·©À!„èÑ;ª:?Sž<ª„s$7?û µõ9pÂp ®{èï¥Lvº“¢œtþoÊ(ö[ÖérN9ítþýéBÎ;ÿ¢æôL²s²™ýУÜ{÷<ýÔì3q7þî~sÙÅĬoûß÷Þ7›ß^q ÇyÆ 窫g0óÚ«bß_qåUäää0÷ÉÇ™yÍ•X¬VFŒÉÙ眗 íþ#Þ­Ö+/¿4ôØœ§¨©®êõ !vo‹Ëý<ÿÆ'̾ö—D"áÎghæ „¹ûùOÑ '¾wÍ}“ÝFæt×rãcïpî‰SÙg³ó‰ã¨¬ØÀ³Ï<ÃãO>}à|̓·Õß~ 5!Dß0S{Ç’ËfáÎ åOï|Ã^_@(Â4ME‰ ªªöØÜ"J‡¢ODÛ:†a‡Ñõ‘ˆÎ‰ ¢0ÃÊsï7PS]›NQ£ACS5TMÃbÑÐ4 V«U•û€º“!DŸ0MÃHÜò‰D‡C„Ã"‘0‘p„p$̨bW7‚šš Ó@UÔX °X-X-V,V ‹•H$ŒÍfGÓ´^*ÙîO‡¢O$SãP¥Í¥¨–ËQeù ]Ç4£—¦TM‹]¦j;mt|wö6øs'CÑ'LÓÄì¤Æ¡6› «ÕŠaØ1 ÃЉDt ]G7tL4MEU5´æàÑòÙr‰ª³åˆÔHàBô‰èƒnÉN­ ¨šª¡aÅjKn®~ô^ÀÝŠ!D/‹Íêë±Ù“Œ"¡P0{þ¤7HàBô*«¦Pœã`éÊõì=fh_gg·°tåŠs\XU BˆÝP–KaÊÄѼñÑb Æ+Ån³öu¶vIÁP˜¥«*˜÷ÅZN:r2Ù®Þy~E‡¢WeÚh dpâ´I|úå2Þù_y_gi—¥(PœãâÄ#'“áqQœÝµ§ÆS%CÑ«,šÊÈb'›\*î©“‰ÿíG¢s&VÕ$Û¥PœíDU¥Æ!„ØM) gÙ)Îê뜈®çð…B¤D‡Bˆ”HàB‘ B!R"C!DJ$p!„H‰!„)‘À!„"%8„B¤D‡Bˆ”HàB‘ B!R"C!DJ¾·²bCoåC!Ä.¢ÃÀñÛ+.ëÍ|!„èÂ@¤yУy0›‡¸½§X;àœ­>[þv4/}= !Äî% @óào­>ƒÕ8L¢F'u€Æö@c6B±ûˆ A ÄöÚGKÍÄø—ªZª#Fó ZóÌ­ƒ†ÞÁ¼B!v]-…ÑàÑú²UìrUGÿ–Ú†Nü ÑP„Bì>ZŽù-CK­£%\#^Ð#·ò !Äî¦å¸ß2t©ÆÑ:h´nóP‘À!„»›–;¨ZŽõ­?Sªq´ü­Ñ6hÄ»#K!Ä®«åxß:€´þLXã0i{ß®ÂöHëA!ÄîÃl7ì:<ø+I~ !„ؽ˜}þÿ&:ºÁrÑIEND®B`‚caja-actions-1.27.0/docs/help/fr/fr.po000066400000000000000000004522311433352025300174020ustar00rootroot00000000000000# # Translators: # Colomban Wendling , 2021 # Yoshida Shouyou, 2021 # Étienne Deparis , 2021 # Guillaume Fayard , 2021 # Charles Monzat , 2021 # df3de0cb43d289cd23a753345b3743cd_a20684f, 2021 # clefebvre , 2021 # Laurent Napias , 2021 # Stefano Karapetsas , 2021 # Tubuntu, 2021 # Wolfgang Ulbrich , 2021 # Heldwin , 2021 # David D, 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: David D, 2021\n" "Language-Team: French (https://www.transifex.com/mate/teams/13566/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "Projet de documentation GNOME" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "Projet de documentation MATE" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Insertion" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Windows" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "Suppr" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Dossiers" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Parcourir" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Commun" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Édition" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Préférences" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "Valider" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "oui" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Commande" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normal" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Intégré" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Description" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Fichier" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Enregistrer" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Système" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Apparence" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "En ligne de commande" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "Entrée" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Supprimer" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "F5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Affichage" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Barres d’outils" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Propriétés" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Icône" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Chemin" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "CHEMIN" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Action" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Notes" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Introduction" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "Premiers pas" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "lien" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Ce manuel fait partie de la collection de manuels MATE distribués selon les " "termes de la Licence GNU de documentation libre. Si vous souhaitez " "distribuer ce manuel indépendamment de la collection, veuillez joindre un " "exemplaire de la licence au document, comme indiqué dans la section 6 de " "celle-ci." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "La plupart des noms utilisés par les entreprises pour distinguer leurs " "produits et services sont des marques déposées. Lorsque ces noms " "apparaissent dans la documentation MATE et que les membres du projet de " "Documentation MATE sont informés de l'existence de ces marques déposées, " "soit ces noms entiers, soit leur première lettre est en majuscule." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "LE PRÉSENT DOCUMENT EST FOURNI « TEL QUEL », SANS AUCUNE GARANTIE, EXPRESSE " "OU IMPLICITE, Y COMPRIS, ET SANS LIMITATION, LES GARANTIES DE BONNE QUALITÉ " "MARCHANDE OU D'APTITUDE À UN EMPLOI PARTICULIER OU AUTORISÉ DU DOCUMENT OU " "DE SA VERSION MODIFIÉE. L'UTILISATEUR ASSUME TOUT RISQUE RELATIF À LA " "QUALITÉ, À LA PERTINENCE ET À LA PERFORMANCE DU DOCUMENT OU DE SA VERSION DE" " MISE À JOUR. SI LE DOCUMENT OU SA VERSION MODIFIÉE S'AVÉRAIT DÉFECTUEUSE, " "L'UTILISATEUR (ET NON LE RÉDACTEUR INITIAL, L'AUTEUR, NI TOUT AUTRE " "PARTICIPANT) ENDOSSERA LES COÛTS DE TOUTE INTERVENTION, RÉPARATION OU " "CORRECTION NÉCESSAIRE. CETTE DÉNÉGATION DE RESPONSABILITÉ CONSTITUE UNE " "PARTIE ESSENTIELLE DE CETTE LICENCE. AUCUNE UTILISATION DE CE DOCUMENT OU DE" " SA VERSION MODIFIÉE N'EST AUTORISÉE AUX TERMES DU PRÉSENT ACCORD, EXCEPTÉ " "SOUS CETTE DÉNÉGATION DE RESPONSABILITÉ ; " #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "EN AUCUNE CIRCONSTANCE ET SOUS AUCUNE INTERPRÉTATION DE LA LOI, QU'IL " "S'AGISSE DE RESPONSABILITÉ CIVILE (Y COMPRIS LA NÉGLIGENCE), CONTRACTUELLE " "OU AUTRE, L'AUTEUR, LE RÉDACTEUR INITIAL, TOUT PARTICIPANT ET TOUT " "DISTRIBUTEUR DE CE DOCUMENT OU DE SA VERSION DE MISE À JOUR AINSI QUE TOUT " "FOURNISSEUR DE QUELQUE PARTIE QUE CE SOIT NE POURRONT ÊTRE TENUS " "RESPONSABLES À L'ÉGARD DE QUICONQUE POUR TOUT DOMMAGE DIRECT, INDIRECT, " "PARTICULIER OU ACCIDENTEL DE TOUT TYPE Y COMPRIS, SANS LIMITATION, LES " "DOMMAGES LIÉS À LA PERTE DE CLIENTÈLE, AUX ARRÊTS DE TRAVAIL, AUX " "DÉFAILLANCES ET AUX DYSFONCTIONNEMENTS INFORMATIQUES OU TOUT AUTRE DOMMAGE " "OU PERTE LIÉE À L'UTILISATION DU PRÉSENT DOCUMENT ET DE SES VERSIONS DE MISE" " À JOUR, ET CE MÊME SI CES PARTIES ONT ÉTÉ INFORMÉES DE LA POSSIBILITÉ DE " "TELS DOMMAGES." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "CE DOCUMENT ET SES VERSIONS MODIFIEES SONT FOURNIS SELON LES TERMES DE LA " "LICENCE GNU FREE DOCUMENTATION EN COMPRENANT QUE : <_:orderedlist-1/>" caja-actions-1.27.0/docs/help/fur/000077500000000000000000000000001433352025300166115ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/fur/fur.po000066400000000000000000004436131433352025300177600ustar00rootroot00000000000000# # Translators: # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Friulian (https://www.transifex.com/mate/teams/13566/fur/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fur\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Cartelis" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Svuluzze" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Modifiche" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Preferencis" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Comant" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normâl" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminâl" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Descrizion" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "File" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sisteme" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Aspiet e stîl" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Elimine" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Visualize" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Propietâts" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Icone" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Percors" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Notis" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "leam" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/fy/000077500000000000000000000000001433352025300164335ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/fy/fy.po000066400000000000000000004435531433352025300174270ustar00rootroot00000000000000# # Translators: # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Western Frisian (https://www.transifex.com/mate/teams/13566/fy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fy\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Mappen" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Bewurkje" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Ynstellingen" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Kommando" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Beskriuwing" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Bewarje" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Systeem" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Uterlik" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Wiskje" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Eigenskippen" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Byldkaike" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Noaten" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "link" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/ga/000077500000000000000000000000001433352025300164045ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/ga/ga.po000066400000000000000000004441361433352025300173470ustar00rootroot00000000000000# # Translators: # David Ó Laıġeanáın, 2021 # Martin Wimpress , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Irish (https://www.transifex.com/mate/teams/13566/ga/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ga\n" "Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Fuinneoga" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Fillteáin" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Brabhsáil" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Coitianta" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Eagar" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Sainroghanna" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "fíor" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Ordú" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Gnáthrothlú" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Teirminéal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Cur Síos" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Comhad" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Sábháil" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Córas" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Cuma agus Mothú" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Líne na n-orduithe" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Scrios" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Amharc" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Barra Uirlisí" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Airíonna" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Deilbhín" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Conair" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "CONAIR" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Gníomh" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Nótaí" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "nasc" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/gl/000077500000000000000000000000001433352025300164175ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/gl/gl.po000066400000000000000000004512621433352025300173730ustar00rootroot00000000000000# # Translators: # Robert Antoni Buj i Gelonch , 2021 # Martin Wimpress , 2021 # Miguel Anxo Bouzada , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Galician (https://www.transifex.com/mate/teams/13566/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "Proxecto de documentación do GNOME" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "Proxecto de documentación do MATE" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Inserir" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "x" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Xanelas" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "Supr" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Cartafoles" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Navegar" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "÷" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Común" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Editar" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Preferencias" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "Aceptar" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "<" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr ">" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "verdadeiro" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Maiús" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Orde" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normal" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Incorporado" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Descrición" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Ficheiro" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Gardar" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistema" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Aparencia" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Liña de ordes" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "Intro" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Eliminar" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "F5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Ver" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Barras de ferramentas" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Propiedades" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Icona" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Ruta" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "RUTA" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Acción" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Notas" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Introdución" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "Comezando" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "ligazón" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Este manual forma parte da colección de manuais MATE distribuídos baixo a " "licenza GFDL. Se quere distribuír este manual separadamente da colección, " "pode facelo engadindo unha copia da licenza ao manual, tal e como está " "descrito na sección 6 da licenza." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "Moitos dos nomes utilizados polas empresas para distinguir os seus produtos " "e servizos son reivindicados como marcas comerciais. Cando estes nomes " "aparecen en calquera documentación de MATE e os membros do Proxecto de " "documentación de MATE son conscientes das marcas rexistradas, os nomes están" " en letras maiúsculas ou maiúsculas iniciais." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "O DOCUMENTO FORNÉCESE «TAL E COMO É», SEN GARANTÃA DE NINGÚN TIPO, NIN " "EXPLÃCITA NIN IMPLÃCITA INCLUÃNDO, SEN LIMITACIÓN, GARANTÃA DE QUE O " "DOCUMENTO OU VERSIÓN MODIFICADA DESTE CAREZA DE DEFECTOS COMERCIAIS, SEXA " "AXEITADO A UN FIN CONCRETO OU INCUMPRA ALGUNHA NORMATIVA. TODO O RISCO " "RELATIVO à CALIDADE, PRECISIÓN E UTILIDADE DO DOCUMENTO OU A SÚA VERSIÓN " "MODIFICADA RECAE EN VOSTEDE. SE CALQUERA DOCUMENTO OU VERSIÓN MODIFICADA " "DAQUEL RESULTARA DEFECTUOSO EN CALQUERA ASPECTO, VOSTEDE (E NON O REDACTOR " "INICIAL, AUTOR OU COLABORADOR) ASUMIRà OS CUSTOS DE TODA REPARACIÓN, " "MANTEMENTO OU CORRECCIÓN NECESARIOS. ESTA RENUNCIA DE GARANTÃA É UNHA PARTE " "ESENCIAL DESTA LICENZA. NON SE AUTORIZA O USO DE NINGÚN DOCUMENTO NIN " "VERSIÓN MODIFICADA DESTE POLO PRESENTE, SALVO DENTRO DO CUMPRIMENTO DA " "RENUNCIA; E" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "BAIXO NINGUNHA CIRCUNSTANCIA NIN BAIXO NINGUNHA TEORÃA LEGAL, SEXA POR ERRO " "(INCLUÃNDO NEGLIXENCIA), CONTRATO OU DE ALGÚN OUTRO MODO, O AUTOR, O " "ESCRITOR INICIAL, CALQUERA COLABORADOR, OU CALQUERA DISTRIBUIDOR DO " "DOCUMENTO OU VERSIÓN MODIFICADA DO DOCUMENTO, OU CALQUERA PROVEDOR DE " "CALQUERA DESAS PARTES, SERà RESPONSÃBEL ANTE NINGUNHA PERSOA POR NINGÚN DANO" " DIRECTO, INDIRECTO, ESPECIAL, INCIDENTAL OU DERIVADO DE NINGÚN TIPO, " "INCLUÃNDO, SEN LIMITACIÓN DANOS POR PERDA DE MERCANCÃAS, PARO TÉCNICO, FALLO" " INFORMÃTICO OU MAL FUNCIONAMENTO OU CALQUERA OUTRO POSÃBEL DANO OU PERDAS " "DERIVADAS OU RELACIONADAS CO USO DO DOCUMENTO OU AS SÚAS VERSIÓNS " "MODIFICADAS, AÃNDA QUE DITA PARTE TEÑA SIDO INFORMADA DA POSIBILIDADE DE QUE" " SE PRODUCISEN DITOS DANOS." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "O DOCUMENTO E AS VERSIÓNS MODIFICADAS DO DOCUMENTO FORNÉCENSE BAIXO OS " "TERMOS DA LICENZA LIBRE DE DOCUMENTACIÓN DE GNU CO ACORDO ADICIONAL " "DE:<_:orderedlist-1/>" caja-actions-1.27.0/docs/help/gu/000077500000000000000000000000001433352025300164305ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/gu/gu.po000066400000000000000000004444641433352025300174230ustar00rootroot00000000000000# # Translators: # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Gujarati (https://www.transifex.com/mate/teams/13566/gu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: gu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "નોટિલસ" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "ઉમેરો" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "વિનà«àª¡à«‹" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "ફોલà«àª¡àª°à«‹" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "શોધો" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "સામાનà«àª¯" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "ફેરફાર" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "પસંદગીઓ" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "ખરà«àª‚" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "આદેશ" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "સામાનà«àª¯" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "ટરà«àª®àª¿àª¨àª²" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "જડિત" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "વરà«àª£àª¨" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "ફાઇલ" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "સંગà«àª°àª¹à«‹" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "સિસà«àªŸàª®" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "દેખાવ અને વરà«àª¤àª£à«‚ક" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "આદેશ વાકà«àª¯" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "કાઢી નાખો" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "દૃશà«àª¯" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "સાધન દરà«àª¶àª• પટà«àªŸà«€àª“" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "ગà«àª£àª§àª°à«àª®à«‹" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "ચિહà«àª¨" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "પથ" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "PATH" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "કà«àª°àª¿àª¯àª¾" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "નોંધો" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "પરિચય" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "કડી" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/he/000077500000000000000000000000001433352025300164115ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/he/he.po000066400000000000000000004447451433352025300173670ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # בר בוכובזה , 2021 # shy tzedaka , 2021 # Omer I.S. , 2021 # Yaron Shahrabani , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Hebrew (https://www.transifex.com/mate/teams/13566/he/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: he\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "×ž×™×–× ×”×ª×™×¢×•×“ של GNOME" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "×ž×™×–× ×”×ª×™×¢×•×“ של MATE" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "הוספה" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "חלונות" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "תיקיות" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "עיין" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "נפוצי×" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "עריכה" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "העדפות" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "<" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr ">" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "true" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Command" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "רגילה" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "מסוף" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "מוטמע" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "תי×ור" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "קובץ" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "שמירה" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "מערכת" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "מר××” והרגשה" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "שורת הפקודה" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "מחיקה" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "תצוגה" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "סרגלי כלי×" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "מ×פייני×" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "סמל" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "נתיב" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "PATH" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "פעולה" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "הערות" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "מבו×" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "מדריך התחלה" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "קישור" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/hi/000077500000000000000000000000001433352025300164155ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/hi/hi.po000066400000000000000000004447041433352025300173720ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # Sadgamaya , 2021 # Stefano Karapetsas , 2021 # Panwar108 , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Panwar108 , 2021\n" "Language-Team: Hindi (https://www.transifex.com/mate/teams/13566/hi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: hi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "नॉटिलस" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "MATE पà¥à¤°à¤²à¥‡à¤–न योजना" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "विंडोज" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "फ़ोलà¥à¤¡à¤°" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "बà¥à¤°à¤¾à¤‰à¤œà¤¼" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "सामानà¥à¤¯" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "संपादन" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "सेटिंगà¥à¤¸" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "सही" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "कंटà¥à¤°à¥‹à¤²" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "शिफ़à¥à¤Ÿ" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "कमांड" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "सामानà¥à¤¯" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "टरà¥à¤®à¤¿à¤¨à¤²" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "à¤à¤‚बेडेड" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "विवरण" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "फ़ाइल" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "सहेजें" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "सिसà¥à¤Ÿà¤®" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "रंगरूप" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "कमांड लाइन" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "सी" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "मिटाà¤à¤" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "दृशà¥à¤¯" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "उपकरण पटà¥à¤Ÿà¤¿à¤¯à¤¾à¤" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "गà¥à¤£" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "चिहà¥à¤¨" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "पथ" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "PATH" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "कारà¥à¤¯" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "नोटà¥à¤¸" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "परिचय" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "लिंक " #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/hr/000077500000000000000000000000001433352025300164265ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/hr/hr.po000066400000000000000000004461111433352025300174060ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # Elvis M. LukÅ¡ić , 2021 # Ivica Kolić , 2021 # Tomislav Krznar , 2021 # Stefano Karapetsas , 2021 # Radovan Gundulić , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Radovan Gundulić , 2021\n" "Language-Team: Croatian (https://www.transifex.com/mate/teams/13566/hr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: hr\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "GNOME dokumentacijski projekt" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "MATE dokumentacijski projekt" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Umetni" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Prozori" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Mape" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Pretraži" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "UobiÄajeno" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Uredi" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Prilagodbe" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Naredba" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normalno" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "UgraÄ‘eni" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Opis" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Datoteka" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Spremi" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sustav" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Izgled i osjećaj" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Naredbeni redak" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "ObriÅ¡i" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Pogled" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Priborne trake" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Svojstva" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "SliÄica" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Putanja" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "PUTANJA" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Radnja" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "BiljeÅ¡ke" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Uvod" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "ZapoÄnimo" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "poveznica" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "DOKUMENT SE NAVODI NA OSNOVU \"KAKO JE\", BEZ JAMSTVA BILO KOJE VRSTE, " "IZRAŽENE ILI IMPLICIRANE, UKLJUÄŒUJUĆE, BEZ OGRANIÄŒENJA, GARANCIJE DA JE " "DOKUMENT ILI MODIFICIRANA VERZIJA DOKUMENTA BESPLATNA ODBRANJA, . CIJELI " "RIZIK KAKOVOSTI, TOÄŒNOSTI I IZVRÅ ENJA DOKUMENTA ILI MIJENJENE VERZIJE " "DOKUMENTA JE S Vama. TREBA BITI DOKUMENT ILI MODIFICIRANU VERZIJU DOZVOLITI " "U BILO KOJOM POZNATI, VAM (NE POÄŒETNI PISAC, Autor ili bilo koji dobavljaÄ) " "NARUÄŒITE TROÅ KOVE BILO KOJEG POTREBNOG SERVISIRANJA, POPRAVKA ILI POPRAVKE. " "OVO IZricanje odgovornosti jamstva je osnovni dio ove licence. NIKADA " "DOSTAVA DOKUMENTA ILI MIJENJENE VERZIJE DOKUMENTA NIJE OVDJE OVLAÅ TENO " "IZVORNO IZ OVOG ODBORA; I" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/hu/000077500000000000000000000000001433352025300164315ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/hu/hu.po000066400000000000000000004521431433352025300174160ustar00rootroot00000000000000# # Translators: # clefebvre , 2021 # Takler Tamás , 2021 # KAMI KAMI , 2021 # RezsÅ‘ Páder , 2021 # Martin Wimpress , 2021 # Falu , 2021 # Balázs Meskó , 2021 # Stefano Karapetsas , 2021 # Wolfgang Ulbrich , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Wolfgang Ulbrich , 2021\n" "Language-Team: Hungarian (https://www.transifex.com/mate/teams/13566/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "GNOME dokumentációs projekt" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "MATE dokumentációs projekt" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Beszúrás" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Ablakok" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Mappák" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Tallózás" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Közös" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Szerkesztés" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Beállítások" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "OK" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "igaz" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Parancs" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Ãtlagos" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminál" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Beágyazott" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Leírás" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Fájl" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Mentés" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Rendszer" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Megjelenés" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Parancssor" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Eltávolítás" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Nézet" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Eszköztárak" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Tulajdonságok" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Ikon" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Útvonal" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "ÚTVONAL" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Művelet" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Feljegyzések" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Bevezetés" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "KezdÅ‘ lépések" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "link" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Ez a kézikönyv része a GFDL alatt megjelenÅ‘ MATE dokumentációk " "gyűjteményének. A kézikönyv a gyűjteménytÅ‘l függetlenül szabadon " "terjeszthetÅ‘, a licenc másolatát mellékelve a 6. szakaszban leírtaknak " "megfelelÅ‘en." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "A cégek különbözÅ‘, védjegy alá tartozó elnevezéseket használnak termékeik és" " szolgáltatásuk megkülönböztetéséhez. Ahol ezek a nevek megjelennek " "bármelyik MATE dokumentációban és a MATE dokumentációs projekt tagjainak " "tudomásuk van a védjegyrÅ‘l, abban az esetben ezek az elnevezések teljes " "egészében vagy kezdÅ‘betűik nagybetűsek." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "A DOKUMENTUM „JELEN ÃLLAPOTÃBAN†KERÜL KIADÃSRA MINDENFÉLE GARANCIAVÃLLALÃS " "NÉLKÜL, LEGYEN AZ KIFEJEZETT VAGY BELEÉRTETT, BELEÉRTVE, DE NEM " "KIZÃRÓLAGOSAN A FORGALOMBA HOZHATÓSÃGRA VAGY ALKALMAZHATÓSÃGRA, A JELEN " "DOKUMENTUMNAK VAGY ANNAK MÓDOSÃTOTT VERZIÓJÃNAK HIBAMENTESSÉGÉRE VONATKOZÓ " "GARANCIÃKAT. A DOKUMENTUM VAGY ANNAK MÓDOSÃTOTT VÃLTOZATÃNAK MINÅSÉGÉBÅL ÉS " "FELHASZNÃLHATÓSÃGÃBÓL FAKADÓ ÖSSZES KOCKÃZAT A FELHASZNÃLÓT TERHELI. HA A " "DOKUMENTUM BIZONYÃTOTTAN HIBÃS, A FELHASZNÃLÓNAK MAGÃNAK (NEM A DOKUMENTUM " "ÃRÓJÃNAK, KIADÓJÃNAK VAGY BÃRMELY KÖZREMŰKÖDÅNEK) KELL VÃLLALNIA A " "JAVÃTÃSHOZ SZÜKSÉGES MINDEN KÖLTSÉGET. A JELEN GARANCIAELUTASÃTÃS A JELEN " "LICENC LÉNYEGI RÉSZE. A LEFEDETT DOKUMENTUM VAGY ANNAK MÓDOSÃTOTT " "VERZIÓJÃNAK HASZNÃLATA CSAK A JELEN ELUTASÃTÃSSAL EGYÜTT ENGEDÉLYEZETT, ÉS" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "SEMMILYEN KÖRÜLMÉNYEK KÖZÖTT ÉS SEMMILYEN JOGI MEGFONTOLÃSBÓL, LEGYEN AZ " "MAGÃNJOGI VÉTKES CSELEKMÉNY (BELEÉRTVE A HANYAGSÃGOT), SZERZÅDÉS VAGY " "BÃRMELY MÃS DOLOG, NEM FELELÅS ÖN, A LEFEDETT KÓD ELSÅ FEJLESZTÅJE ÉS TÖBBI " "KÖZREMŰKÖDÅJE VAGY EZEK BÃRMELY SZÃLLÃTÓJA SEMMILYEN MÃS SZEMÉLY FELÉ " "SEMMILYEN FAJTA KÖZVETLEN, SPECIÃLIS, VÉLETLEN VAGY KÖVETKEZMÉNYES KÃRÉRT, " "BELEÉRTVE DE NEM KIZÃRÓLAG A HÃRNÉV ELVESZTÉSÉBÅL, MUNKA LEÃLLÃSÃBÓL, " "SZÃMÃTÓGÉP MEGHIBÃSODÃSÃBÓL VAGY HELYTELEN MŰKÖDÉSÉBÅL SZÃRMAZÓ, VAGY " "BÃRMELY EGYÉB KERESKEDELMI KÃROKAT ÉS VESZTESÉGEKET, MÉG AKKOR IS, HA AZ " "ILYEN FÉL INFORMÃLVA LETT AZ ILYEN KÃROK ELÅFORDULÃSÃNAK LEHETÅSÉGÉRÅL. A " "FELELÅSSÉG EZEN KORLÃTOZÃSA NEM ALKALMAZHATÓ ABBAN AZ ESETBEN, HA HALÃL VAGY" " SZEMÉLYI SÉRÜLÉS TÖRTÉNT A FÉL HANYAGSÃGÃBÓL KIFOLYÓLAG, OLYAN MÉRTÉKBEN, " "AMENNYIRE AZ ALKALMAZHATÓ TÖRVÉNYEK MEGTILTJÃK AZ ILYEN KORLÃTOZÃSOKAT." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "A DOKUMENTUM ÉS A DOKUMENTUM MÓDOSÃTOTT VERZIÓI A GNU FREE DOCUMENTATION " "LICENSE FELTÉTELEI SZERINT KERÜLNEK KÖZREADÃSRA, A TOVÃBBIAK ISMERETÉBEN: " "<_:orderedlist-1/>" caja-actions-1.27.0/docs/help/hy/000077500000000000000000000000001433352025300164355ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/hy/hy.po000066400000000000000000004447301433352025300174310ustar00rootroot00000000000000# # Translators: # Davit Mayilyan , 2021 # Stefano Karapetsas , 2021 # Siranush , 2021 # Avag Sayan , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Avag Sayan , 2021\n" "Language-Team: Armenian (https://www.transifex.com/mate/teams/13566/hy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: hy\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "GNOME ÖƒÕ¡Õ½Õ¿Õ¡Õ©Õ²Õ©Õ¡Õ¾Õ¸Ö€Õ´Õ¡Õ¶ Õ¶Õ¡Õ­Õ¡Õ£Õ«Õ®" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "MATE ÖƒÕ¡Õ½Õ¿Õ¡Õ©Õ²Õ©Õ¡Õ¾Õ¸Ö€Õ´Õ¡Õ¶ Õ¶Õ¡Õ­Õ¡Õ£Õ«Õ®" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "ÕÕ¥Õ²Õ¡Õ¤Ö€Õ¥Õ¬" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Windows" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Ô¹Õ²Õ©Õ¡ÕºÕ¡Õ¶Õ¡Õ¯Õ¶Õ¥Ö€" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Ô¹Õ¥Ö€Õ©Õ¥Õ¬" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Ô½Õ´Õ¢Õ¡Õ£Ö€Õ¥Õ¬" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Õ€Õ¡Õ¿Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl Õ¯Õ¡Ö€Õ£Õ¡Õ¾Õ¸Ö€Õ¸Ö‚Õ´" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "shift Ռեգիստրի ÖƒÕ¸ÖƒÕ¸Õ­Õ¸Ö‚Õ´" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Õ€Ö€Õ¡Õ°Õ¡Õ¶Õ£" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Õ†Õ¸Ö€Õ´Õ¡Õ¬" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "ÕÕ¥Ö€Õ´Õ«Õ¶Õ¡Õ¬" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Õ†Õ¥Ö€Õ¤Ö€Õ¾Õ¡Õ®" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Õ†Õ¯Õ¡Ö€Õ¡Õ£Ö€Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Õ–Õ¡ÕµÕ¬" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "ÕŠÕ¡Õ°ÕºÕ¡Õ¶Õ¥Õ¬" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Õ€Õ¡Õ´Õ¡Õ¯Õ¡Ö€Õ£" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "ÕÕ¥Õ½Ö„" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Õ€Ö€Õ¡Õ´Õ¡Õ¶Õ« Õ¿Õ¸Õ²" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Õ‹Õ¶Õ»Õ¥Õ¬" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "ÕÕ¥Õ½Ö„" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Ô³Õ¸Ö€Õ®Õ«Ö„Õ¶Õ¥Ö€Õ« Õ¾Õ¡Õ°Õ¡Õ¶Õ¡Õ¯" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Õ€Õ¡Õ¿Õ¯Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶Õ¶Õ¥Ö€" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "ÕŠÕ¡Õ¿Õ¯Õ¥Ö€Õ¡Õ¯" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "ÕƒÕ¡Õ¶Õ¡ÕºÕ¡Ö€Õ°" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "ÕˆÕ’Õ‚Ô»" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Ô³Õ¸Ö€Õ®Õ¸Õ²Õ¸Ö‚Õ©ÕµÕ¸Ö‚Õ¶" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Õ†Õ·Õ¸Ö‚Õ´Õ¶Õ¥Ö€" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "Õ°Õ²Õ¸Ö‚Õ´" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/id/000077500000000000000000000000001433352025300164115ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/id/id.po000066400000000000000000004514071433352025300173600ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # La Ode Muh. Fadlun Akbar , 2021 # Kukuh Syafaat , 2021 # zk, 2021 # Willy Sudiarto Raharjo , 2021 # Stefano Karapetsas , 2021 # Wolfgang Ulbrich , 2021 # Andika Triwidada , 2021 # Reza Almanda , 2022 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Reza Almanda , 2022\n" "Language-Team: Indonesian (https://www.transifex.com/mate/teams/13566/id/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "2011" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "Caja-Actions" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "Projek Dokumentasi GNOME" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "Projek Dokumentasi MATE" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Insert" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Jendela" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "Del" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Folders" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Rambah" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Umum" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Edit" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Preferensi" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "OK" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "Kapabilitas" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "<" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr ">" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "true" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Perintah" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normal" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Ditempelkan" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "Parameter" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Deskripsi" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Berkas" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Simpan" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistem" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Tampilan dan Rasa" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Baris perintah" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "Return" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Delete" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "F5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Tampilan" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Batang Alat" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Properti" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Ikon" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Lokasi" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "LOKASI" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Aksi" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Catatan" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Pengantar" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "Memulai" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "tautan" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Manual ini adalah bagian dari suatu koleksi manual MATE yang disebarkan di " "bawah GDFL. Bila Anda ingin menyebarkan manual ini secara terpisah dari " "koleksi, Anda dapat melakukannya dengan menambahkan salinan lisensi ke " "manual, sebagaimana dijelaskan di bagian 6 dari lisensi." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "Banyak nama yang dipakai oleh perusahaan-perusahaan untuk membedakan produk " "dan layanan mereka diklaim sebagai merek dagang. Ketika nama-nama tersebut " "muncul di dalam sebarang dokumentasi MATE, and anggota Projek Dokumentasi " "MATE disadarkan atas merek dagang tersebut, maka nama-nama akan ditulis " "dalam huruf besar atau huruf awal huruf besar." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" caja-actions-1.27.0/docs/help/ie/000077500000000000000000000000001433352025300164125ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/ie/ie.po000066400000000000000000004436041433352025300173620ustar00rootroot00000000000000# # Translators: # Caarmi, 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Caarmi, 2021\n" "Language-Team: Interlingue (https://www.transifex.com/mate/teams/13566/ie/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ie\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Insert" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Windows" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Fólderes" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Trovar" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Modificar" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Preferenties" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "OK" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Comande" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normal" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Inbedat" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Descrition" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "File" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Salvar" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistema" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Aspecte" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Deleter" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Vise" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Instrumentarium" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Proprietás" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Icone" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Rute" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "RUTE" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Action" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Notas" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Introduction" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "ligament" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/is/000077500000000000000000000000001433352025300164305ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/is/is.po000066400000000000000000004440711433352025300174150ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # Sveinn í Felli , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Icelandic (https://www.transifex.com/mate/teams/13566/is/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: is\n" "Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Windows" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Flakka" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Algengt" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Breyta" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Kjörstillingar" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Skipun" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Venjulegur" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Skjáhermir" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Lýsing" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Vista" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Kerfið" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Útlit og viðmót" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Skipanalína" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Eyða" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Skoða" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Tækjaslár" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Stillingar" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Táknmynd" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Slóð" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "SLÓÃ" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Aðgerð" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Athugasemd" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "tengill" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/it/000077500000000000000000000000001433352025300164315ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/it/it.po000066400000000000000000007205101433352025300174120ustar00rootroot00000000000000# # Translators: # Dario Di Nucci , 2021 # Marco Z. , 2021 # andrea pittaro , 2021 # 6d1bb5d393520b00f70a137a58397ea1_b5ba1e2 <22cc5e560e0d5b6554809bfb51b90403_882095>, 2021 # Martin Wimpress , 2021 # Giuseppe Pignataro , 2021 # Enrico B. , 2021 # Stefano Karapetsas , 2021 # Alessandro Volturno , 2022 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Alessandro Volturno , 2022\n" "Language-Team: Italian (https://www.transifex.com/mate/teams/13566/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "GNU Free Documentation License" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "Versione 1.3, 3 Novembre 2008" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "Free Software Foundation, Inc." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" "Viene concesso a chiunque il diritto di distribuire riproduzioni fedeli di " "questo documento di licenza, ma la sua modifica non è permessa." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "0. PREAMBOLO" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" "Lo scopo di questa Licenza è quello di rendere un manuale, un libro di " "testo, o un qualsiasi altro documento utile e funzionale \"libero\" nel " "senso di libertà: per assicurare a chiunque il diritto di copiarlo e " "ridistribuirlo, con o senza modifiche, sia per scopi commerciali che non. In" " secondo luogo, questa Licenza garantisce all'autore e all'editore un modo " "per avere credito del proprio lavoro, non essendo questi responsabili delle " "modifiche fatte da terze parti." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" "Questa Licenza è una specie di \"copyleft\", che significa che i lavori " "derivati da questo documento devono essere essi stessi liberi nel medesimo " "senso. Essa completa la GNU General Public License, che è una licenza di " "copyleft redatta per il software libero." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" "Abbiamo redatto questa Licenza per poterla utilizzare per manuali di " "software libero, perché il software libero necessita di documentazione " "libera: il software libero dovrebbe essere accompagnato da manuali che " "forniscono la medesima libertà garantita dal software. Ma questa Licenza non" " è limitata ai manuali software; può essere impiegata per una qualsiasi " "opera di testo, indipendentemente dal contenuto e dal fatto che essa sia " "pubblicata come libro stampato. Suggeriamo questa Licenza principalmente " "per lavori il cui scopo sia l'istruzione o il riferimento." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "1. APPLICABILITÀ E DEFINIZIONI" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" "Questa Licenza si applica ad ogni manuale o altro lavoro, su qualsiasi " "mezzo, che contenga un avviso posto del detentore del copyright in cui si " "affermi che esso può essere distribuito sotto i termini di questa Licenza. " "Questo avviso garantisce una licenza senza royalty e di validità globale, di" " durata illimitata, per utilizzare quel lavoro sotto le condizioni qui " "affermate. Il \"Documento\", qui sotto, si riferisce ad ogni tale manuale o " "lavoro. Ciascun membro del pubblico è un licenziatario, e ci si riferisce ad" " esso come \"voi\". Si accetta la licenza se si copia, modifica o " "ridistribuisce il lavoro in un modo che richieda un permesso sotto la legge " "del copyright." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" "Una \"Versione Modificata\" del Documento significa un qualsiasi lavoro che " "contenga il Documento o una sua porzione, riprodotto fedelmente, o con " "modifiche e/o tradotto in un'altra lingua." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" "Una \"Sezione Secondaria\" è un'appendice con nome o una sezione preliminare" " del Documento che si occupi esclusivamente delle relazioni tra gli editori " "o gli autori del Documento e l'argomento generale del Documento stesso (o " "argomenti correlati) e non contiene nulla che possa rientrare direttamente " "nell'argomento complessivo. (quindi, se il Documento è in parte un libro di " "matematica, Una Sezione Secondaria non deve spiegare nulla di matematica). " "La relazione può essere un fatto di connessione storica con l'argomento o " "con argomenti correlati, o di posizione legale, commerciale, filosofica, " "etica o politica riguardo ad esse." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" "Le \"Sezioni Non Modificabili\" sono certe Sezioni Secondarie i cui titoli " "sono designati, come quelli di Sezioni Non Modificabili, nell'avviso che " "dice che il Documento è rilasciato sotto questa Licenza. Se una sezione non " "si adatta alla definizione precedente, allora non è permesso definirla come " "Non Modificabile. Il Documento può contenere zero Sezioni Non Modificabili. " "Se il Documento non identifica alcuna Sezione Non Modificabile, allora non " "ce n'è alcuna." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" "I \"Testi di Copertina\" sono certi brevi passaggi di testo che sono " "elencati, come Testi di Copertina e di Retro-Copertina, in un avviso che " "dica che il Documento viene rilasciato sotto questa Licenza. Un testo di " "Copertina può essere al massimo di 5 parole, e un testo di Retro-Copertina " "può essere al massimo di 25 parole." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" "Una copia \"Trasparente\" del Documento significa una copia leggibile " "meccanicamente, rappresentata in un formato la cui specifica è disponibile " "al pubblico generale, che è adatto per la revisione diretta del documento " "con editor di testo o (per immagini composte da pixel) con programmi di " "disegno generici o (per disegni) qualche editor di disegno largamente " "reperibile, e che è capace di fornire input a programmi di formattazione di " "testo o a traduttori automatici in una varietà di formati che possono essere" " usati come input per programmi di formattazione del testo. Una copia fatta " "in un formato file Trasparente la cui formattazione, o l'assenza di " "formattazione, è stata predisposta per impedire o scoraggiare la successiva " "modifica dai lettori non è Trasparente. Un formato di immagine non è " "Trasparente se utilizzato per ogni sostanziale quantitativo di testo. Una " "copia che non è \"Trasparente\" viene definita \"Opaca\"." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" "Esempi di formati adatti per copie Trasparenti includono il formato ASCII " "semplice senza formattatori, il formato di input Texinfo, il formato di " "input LaTeX, l'SGML o lo XML che utilizzano un DTD disponibile " "pubblicamente, e testo semplice HTML conforme allo standard, il PostScript o" " il PDF creati per la modifica umana. Esempi di file di immagine trasparenti" " includono PNG, XCF, e JPG. I formati opachi includono formati proprietari " "che possono essere modificati solo con elaboratori di testo proprietari, " "l'SGML o lo XML per i quali il DTD e/o gli strumenti di elaborazione non " "sono disponibili pubblicamente, e il codice HTML generato automaticamente, " "il PostScript o il PDF prodotti da qualche elaboratore di testi per la sola " "visualizzazione." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" "Il \"Frontespizio\" indica, per un libro stampato, la pagina del titolo " "stessa più quelle successive atte a contenere, in modo leggibile, il " "materiale che questa Licenza richiede che compaia nella pagina del titolo. " "Per lavori in formati che non hanno alcun frontespizio come tale, " "\"Frontespizio\" significa il testo vicino al più evidente titolo " "dell'opera, che precede l'inizio del testo." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" "L'\"Editore\" indica ogni persona o entità che distribuisce al pubblico " "copie del Documento." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" "Una sezione \"Intitolata XYZ\" indica una sottounità del Documento il cui " "titolo o è precisamente XYZ o contine XYZ tra le parentesi che seguono il " "testo che traduce XYZ in un altro linguaggio. (Qui XYZ sta per un nome di " "una specifica sezione menzionata più avanti, come ad esempio " "\"Ringraziamenti\", \"Dediche\", \"Approvazioni\", \"Storia\"). Per " "\"Mantenere il Titolo\" di una tale sezione quando si modifica il Documento " "significa che rimane una sezione \"Intitolata XYZ\" secondo questa " "definizione." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" "Il Documento può includere Dichiarazioni di Esclusione di Responsabilità e " "di Garanzia accanto all'avviso che indichi che questa licenza si applica al " "Documento. Queste Dichiarazioni si considerano incluse per riferimento " "all'interno di questa Licenza, ma solo per quello che riguarda le " "dichiarazioni di esclusione di responsabilità o di garanzia: ogni altra " "implicazione che queste dichiarazioni possono avere è vana e non ha effetto " "sul significato di questa Licenza. " #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "2. COPIE FEDELI" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" "Potete copiare e distribuire il Documento su qualsiasi mezzo, sia per copi " "commerciali che non, a patto che questa Licenza, gli avvisi di copyright, e " "l'avviso di licenza che affermano che questa Licenza si applica al Documento" " vengano riprodotti su ogni copia e che voi non aggiungiate alcuna ulteriore" " condizione oltre quelle previste da questa Licenza. Non è possibile " "impiegare mezzi tecnici che impediscano o controllino la lettura o la " "creazione di nuove copie delle copie create e distribuite. È tuttavia " "possibile ricevere un compenso in cambio delle copie. Se distribuite un " "numero cospicuo di copie si applicano anche le condizioni della sezione 3." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" "È inoltre possibile dare copie in prestito, sotto le medesime condizioni " "stabile in precedenza, ed è possibile mostrare le copie al pubblico." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "3. COPIE IN GRANDE QUANTITÀ" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" "Se si pubblicano copie del Documento stampate (o copie su un qualsiasi mezzo" " che richieda copertine stampate), in numero superiore a 100, e l'avviso di " "licenza del Documento richiede Testi di Copertina, si dovrà accludere le " "copie in copertine che riportino, chiaramente e in modo leggibile, tutti " "questi Testi di Copertina: Testi di Copertina sulla prima di copertina e " "testi di Retro-Copertina sulla quarta di copertina. Entrambe le copertine " "dovranno indicarvi in modo chiaro e leggibile come editori di queste copie. " "La prima di copertina dovrà riportare il titolo completo con tutte le parole" " ugualmente evidenti e visibili. Sulle copertine è possibile riportare altro" " materiale in aggiunta. Copie le cui modifiche sono limitate alle copertine," " purché preservino il titolo del Documento e soddisfino queste condizioni, " "possono essere considerate copie fedeli negli altri rispetti." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" "Se i testi richiesti per una copertina sono troppo voluminosi, dovreste " "mettere quelli elencati per prima (tanti quanti ne sono possibili in modo " "ragionevole) sulla copertina effettiva, e continuare il resto su pagine " "adiacenti." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" "Se pubblicate o distribuite copie Opache del Documento in numero superiore a" " 100, si dovrà includere una copia Trasparente leggibile da una macchina con" " ciascuna copia Opaca, o indicare in ogni copia Opaca un indirizzo di rete " "di computer da cui il pubblico che usa la rete abbia accesso per scaricare, " "usando protocolli di rete standard, una copia Trasparente completa del " "Documento, senza materiale aggiunto.. Se si utilizza questa seconda opzione," " occorre prendere ragionevoli precauzioni, quando si inizia la distribuzione" " delle copie Opache in grande quantità, per garantire che questa copia " "Trasparente rimanga e sia accessibile alla posizione indicata fino ad almeno" " un anno dopo l'ultima volta che avrete distribuito al pubblico una copia " "Opaca di quella edizione (direttamente o attraverso vostri agenti o " "rivenditori). " #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" "È richiesto, ma non un requisito, che contattiate gli autori del Documento " "ben prima di ridistribuirne un grosso numero di copie, per dar loro la " "possibilità di fornirvi di una versione aggiornata del Documento." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "4. MODIFICHE" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" "Potete copiare e distribuire una Versione Modificata del Documento secondo " "le condizioni delle sezioni 2 e 3 precedenti, a patto che rilasciate la " "Versione Modificata precisamente sotto questa Licenza, con la Versione " "Modificata che prenda il posto del Documento, quindi dando in licenza la " "distribuzione e la modifica della Versione Modificata a chiunque ne possieda" " una copia. Inoltre, nella Versione Modificata occorre adempiere alle " "seguenti azioni:" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" "Nel Frontespizio (e sulle copertine, qualora presenti) utilizzare un titolo " "diverso da quello del Documento e da quelli delle precedenti versioni (che " "dovrebbero, se ce ne fossero, essere elencate nella sezione Storia del " "Documento). Si può utilizzare uno dei titoli delle versioni precedenti se " "l'editore originale di quella versione ne dà il consenso." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" "Elencare nel Frontespizio, come autori, uno o più persone responsabili delle" " creazione delle modifiche della versione Modificata, insieme ad almeno " "cinque dei principali autori del Documento (tutti gli autori, qualora " "fossero meno di cinque), almeno che essi non vi sollevino da questa " "richiesta." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" "Indicare sul Frontespizio il nome dell'editore della Versione Modificata, " "espressamente come editore." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "Mantenere inalterati tutti gli avvisi di copyright del Documento." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" "Aggiungere un avviso di copyright per le vostre modifiche accanto agli altri" " avvisi di copyright." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" "Includere, immediatamente sotto gli avvisi di copyright, un avviso di " "licenza che dia al pubblico la possibilità di utilizzare la Versione " "Modificata sotto i termini di questa Licenza, nella forma mostrata " "nell'Addendum più sotto." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" "Preservare in quell'avviso di licenza l'elenco completo delle Sezioni Non " "Modificabili e i Testi di Copertina richiesti, dati negli avvisi di licenza " "del Documento." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "Includere una copia inalterata di questa Licenza." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" "Preservare la sezione Intitolata \"Storia\", mantenendone il Titolo e " "aggiungere ad essa una nota che indichi al meno il titolo, l'anno, i nuovi " "autori e l'editore della Versione Modificata come indicato sul Frontespizio." " Se non esiste alcun sezione Intitolata \"Storia\" nel Documento, crearne " "una indicando titolo, anno, autori ed editore del Documento così come " "riportato nel suo Frontespizio, quindi aggiungere una nota che descriva la " "Versione Modificata così come riportato nella frase precedente." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" "Preservare la posizione sulla rete, se esiste, riportata nel Documento per " "l'accesso pubblico alla copia Trasparente del Documento e, parimenti, le " "posizioni sulla rete riportate nel Documento per le versioni precedenti su " "cui era basato. Queste posizioni possono essere poste nella sezione " "\"Storia\". Si possono omettere le posizioni di rete a lavori che sono stati" " pubblicati almeno quattro anni prima del Documento stesso, o se l'editore " "originale della versione a cui si riferisce ne dà il permesso." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" "Per ciascuna sezione intitolata \"Ringraziamenti\" o \"Dediche\", preservare" " il Titolo della sezione, e preservare nella sezione tutta la sostanza ed il" " tono di ciascuno dei ringraziamenti dei contributori o le dediche in essa " "riportati." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" "Preservare tutte le Sezioni Non Modificabili del Documento, inalterate nel " "testo e nei loro titoli. I numeri della sezione o equivalenti, non sono " "considerati parte dei titoli delle sezioni." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" "Cancellare ogni sezione Intitolata \"Approvazioni\". Tale sezione non può " "essere inclusa nella Versione Modificata." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" "Non ri-titolare alcuna sezione esistente che sia intitolata \"Approvazioni\"" " o andare in conflitto nel titolo con qualsiasi Sezione Non Modificabile." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "Preservare ogni Dichiarazione di Esclusione di Garanzia." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" "Se la Versione Modificata include nuove sezioni di materiale di copertina o " "appendici che si qualificano come Sezioni Secondarie e non contengono " "materiale copiato dal Documento, potete a vostra discrezione definire alcune" " o tutte queste sezioni come non modificabili. Per fare ciò, aggiungere i " "loro titoli all'elenco delle Sezioni Non Modificabili nella nota di licenza " "della Versione Modificata. Questi titoli devono essere differenti da ogni " "altro titolo di sezione." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" "Potete aggiungere una sezione intitolata \"Approvazioni\", a patto che " "contenga null'altro che approvazioni della vostra Versione Modificata da " "varie parti — ad esempio, valutazioni da colleghi o che affermino che il " "testo è stato approvato da un'organizzazione come definizione autorevole di " "uno standard. " #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" "Nella Versione Modificata potete aggiungere un messaggio lungo fino a 5 " "parole come Testo di Copertina ed uno fino a 25 parole come testo di Retro-" "copertina, alla fine dell'elenco dei Testi di Copertina. Può essere aggiunto" " solo un passaggio di Testo di Copertina ed uno di Retro-copertina a (o per " "accorsi presi da) ciascuna entità. Se il Documento include già un testo di " "copertina per la stessa copertina, aggiunto in precedenza da voi o tramite " "accordi presi dalla stessa entità per conto della quale state agendo, non è " "possibile aggiungerne un altro; ma si può sostituire il vecchio testo, su " "esplicito permesso dell'editore precedente che ha aggiunto quello vecchio." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" "Autore(i) ed editore(i) del Documento non danno diritto mediante questa " "Licenza ad utilizzare il proprio nome per pubblicizzare od affermare o " "implicare approvazioni di alcuna Versione Modificata." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "5. COMBINARE DOCUMENTI" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" "Si può combinare il Documento con altri documenti rilasciati sotto questa " "Licenza, sotto le condizioni definite alla sezione 4 precedente relativa " "alle versioni modificate, a patto che si inseriscano nella combinazione " "tutte le Sezioni Non Modificabili di tutti i documenti originari, senza " "modifiche, e le si elenchi tutte come Sezioni Non Modificabili del vostro " "lavoro combinato nel suo avviso di licenza, e che si preservino inoltre " "tutte le loro Dichiarazioni di Esclusione di Garanzia." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" "Il lavoro combinato deve contenere solo una copia di questa Licenza, e le " "diverse Sezioni Non Modificabili aventi il medesimo testo possono essere " "sostituite da una singola copia di esse. Se ci sono più Sezioni Non " "Modificabili con lo stesso nome ma contenuto differente, rendere ciascuno " "dei nomi unico aggiungendo alla fine del titolo, tra parentesi, il nome " "dell'autore o dell'editore originale di quella sezione, se noti, o, in " "alternativa, aggiungendo un numero univoco. Apportare i medesimi cambiamenti" " ai titoli dell'elenco delle Sezioni Non Modificabili nell'avviso di licenza" " del lavoro combinato." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" "Nel lavoro combinato, si dovrà raccogliere ogni sezione intitolata " "\"Storia\" dei vari documenti formandone una sola Intitolata \"Storia\"; si " "dovrà fare lo stesso per le sezioni Intitolate \"Ringraziamenti\" e per " "quelle Intitolate \"Dediche\". Si dovranno cancellare tutte le sezioni " "Intitolate \"Approvazioni\"." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "6. COLLEZIONI DI DOCUMENTI" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" "Potete creare una collezione composta dal Documento e da altri documenti " "rilasciati sotto questa Licenza, e sostituire le copie individuali di questa" " Licenza dei vari documenti con una singola inclusa nella raccolta, a patto " "che si seguano i termini di questa Licenza per le riproduzioni fedeli di " "ciascun documento in tutti gli altri aspetti." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" "È possibile estrarre un singolo documento dalla raccolta e distribuirlo " "individualmente sotto i termini di questa Licenza, a patto che si inserisca " "una copia della Licenza nel documento estratto, e si segua questa Licenza in" " tutti gli altri aspetti riguardanti le riproduzioni fedeli di quel " "documento." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "7. AGGREGAZIONI CON LAVORI INDIPENDENTI" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" "Una collezione del Documento o suoi derivati assieme ad altri documenti o " "lavori separati ed indipendenti, in o su un mezzo per la memorizzazione o la" " distribuzione, è chiamato \"aggregato\" se le norme sul copyright che " "risultano dalla collezione non sono impiegate per limitare i diritti legali " "degli usufruitori della collezione oltre a quanto permesso dai singoli " "lavori. Quando il Documento è incluso in un aggregato, questa Licenza non si" " applica agli altri documenti dell'aggregato che non sono essi stessi lavori" " derivati dal Documento." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" "Se il requisito dei Testi di Copertina della sezione 3 è applicabile a " "queste copie del Documento, qualora il Documento sia meno della metà " "dell'intero aggregato, i Testi di Copertina del Documento possono essere " "posti sulle copertine che racchiudono il Documento all'interno " "dell'aggregato, o l'equivalente delle copertine qualora il Documento fosse " "in formato elettronico. In caso contrario, questi testi devono comparire " "sulle copertine che racchiudono l'intero aggregato." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "8. TRADUZIONE" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" "La traduzione è considerata una specie di modifica, per cui è possibile " "distribuire traduzioni del Documento sotto i termini della sezione 4. " "Sostituire le Sezioni Non Modificabili con le loro traduzioni richiede " "permessi speciali da parte dei loro detentori del copyright, ma è possibile " "includere la traduzione di alcune o tutte le Sezioni Non Modificabili " "assieme alle versioni originali di queste Sezioni Non Modificabili. È " "possibile includere una traduzione di questa Licenza e di tutti gli avvisi " "di licenza del Documento, e delle Dichiarazioni di Esclusioni di Garanzia, " "purché si accludano le versioni originali di quegli avvisi di licenza e le " "dichiarazioni di esclusione di garanzia. In caso di discrepanza tra la " "traduzione e la versione originale di questa Licenza, di un avviso o di una " "dichiarazione di esonero di responsabilità, prevarrà la versione originale." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" "Se una sezione del Documento è Intitolata \"Ringraziamenti\", \"Dediche\", o" " \"Storia\", il requisito (sezione 4) di preservarne il Titolo (sezione 1) " "richiederà tipicamente di cambiare il titolo attuale." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "9. TERMINE" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" "Non è possibile copiare, modificare, sub-licenziare o distribuire il " "Documento se non come espressamente stabilito da questa Licenza. Ogni " "diverso tentativo di copia, modifica, sub-licenziamento o distribuzione è " "vano e farà cessare automaticamente i vostri diritti previsti da questa " "Licenza." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" "Tuttavia, se si cessa ogni violazione di questa Licenza, allora la licenza " "di un particolare titolare del copyright viene ripristinata (a) " "provvisoriamente, a meno che e finché il titolare del copyright non ponga " "esplicitamente e definitivamente fine alla vostra licenza, e (b) " "permanentemente, se il titolare del copyright non riesce a notificare la " "violazione con un qualche mezzo ragionevole entro 60 giorni dalla " "cessazione." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" "Inoltre, la vostra licenza da un particolare detentore del copyright viene " "ripristinata permanentemente se il detentore del copyright vi notifica la " "violazione con qualche mezzo ragionevole, se questa è la prima volta che si " "riceve un avviso di violazione di questa Licenza (per qualsiasi opera) da " "quel detentore del copyright, e voi ponete rimedio alla violazione entro 30 " "giorni dal ricevimento dell'avviso." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" "La cessazione dei vostri diritti in base a questa sezione non pone fine alle" " licenze delle parti che hanno ricevuto copie o diritti da voi nei termini " "di questa Licenza. Se i vostri diritti sono cessati e non sono stati " "ripristinati in modo permanente, la ricezione di una copia di una parte o di" " tutto lo stesso materiale non ti dà alcun diritto di usarlo." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "10. REVISIONI FUTURE DI QUESTA LICENZA" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "Copyleft" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" "La Free Software Foundation può di tanto in tanto pubblicare versioni nuove," " rivisitate della GNU Free Documentation License. Queste nuove versioni " "saranno simili alla presente nella sostanza ma possono differire nel gestire" " problemi o circostanze nuovi. Si veda <_:ulink-1/>." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" "Ogni versione della Licenza riceve un numero di versione distintivo. Se il " "Documento specifica che si applica ad esso un particolare numero di versione" " di questa Licenza \"o ogni versione successiva\", avete la scelta di " "seguire i termini e le condizioni o di quella versione specifica o quelli di" " una qualsiasi versione successiva che sia stata pubblicata (non come bozza)" " dalla Free Software Foundation. Se il Documento non specifica un numero di " "versione di questa Licenza, potete scegliere una qualsiasi versione " "pubblicata (non come bozza) dalla Free Software Foundation. Se il Documento " "stabilisce che un delegato possa decidere quale versione futura di questa " "Licenza possa essere utilizzata, la dichiarazione pubblica di accettazione " "di una versione da parte di quel delegato vi autorizza permanentemente a " "scegliere quella versione per il documento." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "11. RI-LICENZIAMENTO" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" "\"Massive Multiauthor Collaboration Site\" (o \"Sito MMC ) significa " "qualsiasi server World Wide Web che pubblica opere soggette a diritto " "d'autore e fornisce anche ingenti strutture per chiunque voglia modificare " "tali opere. Un wiki pubblico che chiunque può modificare è un esempio di " "tale server. Una \"Massive Multiauthor Collaboration\" (o \"MMC\") contenuta" " nel sito significa qualsiasi insieme di opere soggette a diritto d'autore " "così pubblicate sul sito MMC." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" "\"CC-BY-SA\" indica la licenza Creative Commons Attribution-Share Alike 3.0 " "pubblicata dalla Creative Commons Corporation, una società senza scopi di " "lucro con sede principale a San Francisco, California, così come le future " "versioni copyleft di tale licenza pubblicate dalla stessa organizzazione." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" "\"Incorporare\" significa pubblicare o ripubblicare un documento, in tutto o" " in parte, come parte di un altro documento." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" "Una MMC è \"eleggibile per il ri-licenzamento\" se è concessa in licenza " "sotto questa licenza, e se tutte le opere che sono state pubblicate per la " "prima volta sotto questa licenza in un luogo diverso da questo MMC, e " "successivamente incorporate in tutto o in parte nella MMC, (1) non hanno " "testi di copertina o sezioni invarianti, e (2) sono state così incorporate " "prima del 1 novembre 2008." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" "L'operatore di un sito MMC può ripubblicare un MMC contenuto nel sito sotto " "CC-BY-SA sullo stesso sito in qualsiasi momento prima del 1 agosto 2009, a " "condizione che l'MMC sia eleggibile per il ri-licenziamento." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "ADDENDUM: Come utilizzare questa Licenza per i vostri documenti." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" "Per utilizzare questa Licenza in un documento che avete scritto, includere " "una copia della licenza nel documento e mettere i seguenti avvisi di " "copyright e di licenza subito dopo la pagina del titolo:" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" "Copyright © ANNO IL VOSTRO NOME Si concede il permesso di copiare, " "distribuire e/o modificare questo documento secondo i termini della GNU Free" " Documentation License, versione 1.3 o qualsiasi versione successiva " "pubblicata dalla Free Software Foundation; senza Sezioni Non Modificabili, " "senza Testi di Copertina e senza Testi di Retro-copertina. Una copia della " "licenza è inclusa nella sezione intitolata \"GNU Free Documentation " "License\"." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" "Se ci sono Sezioni Non Modificabili, Testi di Copertina e Testi di Retro-" "copertina, sostituire la frase \"senza...Retro-copertina\" con questa:" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" "Con le Sezioni Non Modificabili costituite da ELENCARE I LORO TITOLI, con i " "Testi di Coprertina costituiti da ELENCO, e con i Testi di Retro-copertina " "costituiti da ELENCO." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" "Se si dispone di Sezioni Non Modificabili ma non di Testi di Copertina, o di" " una qualche altra combinazione delle tre, combinare quelle due alternative " "per meglio adattarle alla situazione." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" "Se il vostro documento contiene esempi significativi di codice di " "programmazione, raccomandiamo di rilasciare questi esempi in parallelo sotto" " una licenza di software libero di vostra scelta, come ad esempio la GNU " "General Public License, per consentire il loro impiego in software libero." #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "Strumento di configurazione Caja-Actions" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "<_:application-1/> Manuale dell'utente" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "2010" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "2011" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "2012" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "2013" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "2014" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "Pierre Wieser" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "Caja-Actions" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" "<_:productname-1/> è una estensione di <_:productname-2/> la cui funzione " "principale è consentire all'utente di aggiungere funzioni arbitrarie ai menù" " contestuali del gestore dei file. Queste azioni possono essere organizzate " "in menù e sottomenù, esportate o condivise con altri ambienti desktop." #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" "Questo manuale descrive l'interfaccia utente di <_:application-1/>, e spiega" " come poter configurare i vostri menù e le azioni, rendendole visualizzabili" " ed applicabili a seconda che si verifichino specifiche condizioni." #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" "Questo manuale descrive la versione 3.2 dello Strumento di Configurazione di" " Caja-Actions." #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "Progetto Documentazione di GNOME" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "Progetto Documentazione di MATE" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "Pierre" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "Wieser" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "pwieser@trychlos.org" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "Wolfgang" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "Ulbrich" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "chat-to-me@raveit.de" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" "Manuale dell'Utente dello Strumento di Configurazione di Caja-Actions " "versione 3.1" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "May 2011" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "Pierre Wieser <_:email-1/>" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" "Manuale dell'Utente dello Strumento di Configurazione di Caja-Actions " "versione 3.2" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "Gennaio 2012" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "Malfunzionamenti conosciuti" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "Pagina riepilogativa di Bugzilla" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "I bug noti sono disponibili su <_:ulink-1/>." #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "sito web di Bugzilla" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" "Se trovate qualche nuovo malfunzionamento in <_:productname-1/>, siete i " "benvenuti per aprire un nuovo bug puntando il vostro browser web preferito " "sul <_:ulink-2/>." #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "Limitazioni conosciute" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "Modalità di esecuzione" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" "Dalla versione 3.0, la modalità di esecuzione può essere configurata in " "<_:application-1/> ma non è al momento onorata da un plugin di " "<_:productname-2/>." #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" "Questo riguarda la cartella di lavoro, la modalità di esecuzione, la " "notifica di avvio e i parametri del proprietario dell'esecuzione." #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "Scorciatoia suggerita" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" "Dalla versione 3.0, la scorciatoia suggerita, come descritto nella specifica" " DES-EMA, non può essere configurata in <_:application-1/>, e non è onorata " "da un plugin di <_:productname-2/>." #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "Separatore dei menù" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" "Dalla versione 3.0, i separatori dei menù non possono essere configurati in " "<_:application-1/> e non sono onorati da un plugin di <_:productname-2/>." #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" "Occorre notare che, per adesso, il file manager <_:productname-1/> non " "permette ai suoi plugin di definire separatori nel menù contestuale." #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "Definire le condizioni" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" "Se la vostra azione verrà visualizzata nei menù contestuali del file manager" " <_:productname-1/>o nella sua barra degli strumenti in base alle condizioni" " che avete definito per essa." #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" "Le condizioni possono essere poste contro la posizione a cui il file manager" " attualmente punta, o contro gli elementi correntemente selezionati in " "questa posizione." #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" "Ogni volta che nel file manager la selezione o la posizione cambiano, " "<_:productname-1/> verifica tutte le vostre azioni, confrontando le " "condizioni definite con la nuova posizione o la selezione: perché la vostra " "azione sia visualizzata, devono essere soddisfatte tutte le condizioni." #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "Condizioni basate sul nome-base" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" "Si può decidere che la propria azione comparirà in base ai nome-base degli " "elementi attualmente selezionati nel file manager; si può definire che " "ciascun elemento della selezione debba soddisfare un certo nome-base, e si " "può decidere simultaneamente che nessuno degli elementi selezionati possa " "avere qualche altro nome-base." #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "Nomi-base" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" "Fare clic sulla scheda <_:guilabel-1/> per mostrare la pagina che consentirà" " di configurare le condizioni basate sul nome-base." #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" "Mostra la scheda che consente di definire le condizioni basate sul nome-" "base." #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" "Essenzialmente, le condizioni basate sui nomi-base sono costruite come un " "elenco di schemi « deve corrispondere ad uno di » e « non deve corrispondere" " a nessuno di ». Perché una azione possa essere candidata rispetto a queste " "condizioni basate sui nomi-base, ciascun elemento della selezione deve " "essere valido per tutte le condizioni elencate: il nome-base di ciascun " "elemento dovrà corrispondere ad almeno uno degli schemi « deve corrispondere" " ad uno di », e non dovrà corrispondere a nessuno degli schemi « non deve " "corrispondere a nessuno di »." #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" "Se almeno un elemento della selezione non corrisponde a tutte le condizioni " "definite, la vostra azione non sarà visualizzata." #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" "Quando mirano al menù contestuale di selezione, le vostre condizioni basate " "sui nomi-base saranno verificate per gli elementi attualmente selezionati. " "Quando mirano al menù contestuale di posizione o alla barra degli strumenti," " le vostre condizioni basate sui nomi-base verranno verificate per il nome-" "base della posizione corrente." #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "Definire una nuova condizione basata sui nome-base richiede due fasi." #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "Definire il filtro per la nuova condizione." #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Inserisci" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" "Premere <_:keycap-1/> o fare clic sul pulsante <_:guibutton-2/> per inserire" " un nuovo filtro per la condizione." #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" "Modificare il filtro per la condizione appena inserito per il nome-base che " "si vuole identificare." #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" "Un filtro per i nomi-base può utilizzare i caratteri jolly « <_:literal-1/> " "» e « <_:literal-2/> »." #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" "Indica se è una condizione « deve corrispondere ad uno di » o « non deve " "corrispondere a nessuno di »." #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "Deve corrispondere ad uno di" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "Non deve corrispondere a nessuno di" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" "Fare clic sui pulsanti radio <_:guilabel-1/> o <_:guilabel-2/> sulla stessa " "fila per impostare la corrispondente condizione." #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "Rispetta le maiuscole" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" "A seconda del vostro sistema operativo bersaglio, assicurarsi che la casella" " <_:guilabel-1/> sia attivata (o meno)." #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "/mio/file" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "/Mio/File" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" "Quando è attivata, tutti i filtri saranno considerati sensibili alle " "maiuscole, che significa che il nome del file <_:filename-1/> sarà diverso " "da quello <_:filename-2/>." #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "Questa è il comportamento predefinito sui sistemi tipo-Unix." #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" "Quando è disattivata, i filtri saranno considerati non sensibili alle " "maiuscole, che significa che i nomi del file <_:filename-1/> e " "<_:filename-2/> saranno considerati lo stesso nome." #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Windows" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" "Questo è probabilmente ciò che si vuole quando ci si riferisce a sistemi " "<_:productname-1/>." #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "Canc" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" "Rimuovere una condizione basata sul nome-base è tanto semplice quanto " "selezionarla e premere <_:keycap-1/> (o fare clic sul pulsante " "<_:guibutton-2/>)." #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "deve corrispondere ad uno di *" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" "Come valore predefinito, la condizione basata sul nome-base è solo una " "condizione « <_:literal-1/> ». Siccome tutti i nomi-base soddisfano sempre " "la condizione « <_:literal-2/> », questo significa che le condizioni basate " "sui nomi-base non sono considerate così rilevanti per l'azione." #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "Condizioni basate sul tipo mime" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" "Si può decidere che la propria azione comparirà in base al tipo mime degli " "elementi attualmente selezionati nel file manager; si può definire che " "ciascun elemento della selezione debba soddisfare un certo tipo mime, e si " "può decidere simultaneamente che nessuno degli elementi selezionati possa " "avere qualche altro tipo mime." #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "Tipi mime" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" "Fare clic sulla scheda <_:guilabel-1/> per mostrare la pagina che consentirà" " di configurare le condizioni basate sul tipo mime." #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" "Mostra la scheda che consente di definire le condizioni basate sul tipo " "mime." #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" "Essenzialmente, le condizioni basate sui tipi mime sono costruite come un " "elenco di schemi « deve corrispondere ad uno di » e « non deve corrispondere" " a nessuno di ». Perché una azione possa essere candidata rispetto a queste " "condizioni basate sui tipi mime, ciascun elemento della selezione deve " "essere valido per tutte le condizioni elencate: il tipo mime di ciascun " "elemento dovrà corrispondere ad almeno uno degli schemi « deve corrispondere" " ad uno di », e non dovrà corrispondere a nessuno degli schemi « non deve " "corrispondere a nessuno di »." #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" "Quando mirano al menù contestuale di selezione, le vostre condizioni basate " "sui tipi mime saranno verificate per gli elementi attualmente selezionati. " "Quando mirano al menù contestuale di posizione o alla barra degli strumenti," " le vostre condizioni basate sui tipi mime verranno verificate per il nome-" "base della posizione corrente, che risulta essere il ben noto tipo mime « " "inode/directory »." #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "Definire una nuova condizione basata sui tipo mime richiede due fasi." #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" "Modificare il filtro per la condizione appena inserito per il tipo mime che " "si vuole identificare." #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "gruppo/sottogruppo" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" "Un tipo mime deve essere definito come una espressione <_:literal-1/>." #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "Il jolly « <_:literal-1/> » è supportato solo in alcune circostanze:" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "*/*" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" "L'espressione « <_:literal-1/> » corrisponde a tutti i tipi mime. Come " "scorciatoia pratica, il letterale « <_:literal-2/> » è anch'esso accettato " "per il medesimo scopo." #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "gruppo/*" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "gruppo" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" "Una stringa come <_:literal-1/> corrisponde a tutti i sottogruppi di tipi " "mime <_:literal-2/>." #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "*/sottogruppo" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "La stringa <_:literal-1/> non è accettata come jolly valido." #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" "Rimuovere una condizione basata sul tipo mime è tanto semplice quanto " "selezionarla e premere <_:keycap-1/> (o fare clic sul pulsante " "<_:guibutton-2/>)." #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "Deve corrispondere ad uno di \"/\"" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" "Come valore predefinito, la condizione basata sul tipo mime è solo una " "condizione « <_:literal-1/> ». Siccome tutti i tipi mime soddisfano sempre " "la condizione « <_:literal-2/> », questo significa che le condizioni basate " "sui tipi mime non sono considerate così rilevanti per l'azione." #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "Esempio di tipi mime comuni" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "all/all" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "Corrisponde a tutti gli elementi." #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "all/allfiles" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "Corrisponde a tutti i file regolari." #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "inode/directory" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "Corrisponde solo alle directory." #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "Condizioni basate sulle cartelle" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" "Si può decidere che la propria azione comparirà in base alla directory nella" " quale sono contenuti i file attualmente selezionati nel file manager: è " "possibile stabilire che ciascun elemento della selezione debba essere " "posizionato in una gerarchia o in un'altra; ed è inoltre possibile decidere " "simultaneamente che nessuno degli elemento selezionati possa essere " "posizionato in qualche altra gerarchia." #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" "Una condizione basata sulle cartelle deve essere intesa come la " "specificazione della gerarchia in cui l'oggetto attualmente esaminato " "dovrebbe (o non dovrebbe) risiedere: è uno schema sul nome di percorso " "dell'elemento." #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Cartelle" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" "Fare clic sulla scheda <_:guilabel-1/> per mostrare la pagina che consentirà" " di configurare le condizioni basate sulle cartelle." #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" "Mostra la scheda che consente di definire le condizioni basate sulle " "cartelle." #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" "Essenzialmente, le condizioni basate sulle cartelle sono costruite come un " "elenco di schemi « deve corrispondere ad uno di » e « non deve corrispondere" " a nessuno di ». Perché una azione possa essere candidata rispetto a queste " "condizioni basate sulle cartelle, ciascun elemento della selezione deve " "essere valido per tutte le condizioni elencate: ciascun elemento dovrà " "essere posizionato in una una delle cartelle « deve corrispondere ad uno di " "», e non dovrà corrispondere a nessuna delle cartelle « non deve " "corrispondere a nessuno di »." #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" "Quando mirano al menù contestuale di selezione, le vostre condizioni basate " "sulle cartelle saranno verificate per il nome del percorso dell'elemento " "attualmente selezionato. Quando mirano al menù contestuale di posizione o " "alla barra degli strumenti, le vostre condizioni basate sulle cartelle " "verranno verificate per la posizione corrente." #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" "Definire una nuova condizione basata sulle cartelle richiede due fasi." #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" "Modificare il filtro per la condizione appena inserito per la cartella che " "si vuole identificare." #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" "I caratteri « <_:literal-1/> » e « <_:literal-2/> » sono accettati come " "jolly ad ogni livello del filtro della cartella definito." #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Esplora" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" "O fare clic su <_:guibutton-1/> per selezionare una cartella sul file " "system." #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" "Rimuovere una condizione basata sulle cartelle è tanto semplice quanto " "selezionarla e premere <_:keycap-1/> (o fare clic sul pulsante " "<_:guibutton-2/>)." #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "Deve corrispondere ad uno di /" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" "Come valore predefinito, la condizione basata sulle cartelle è solo una " "condizione « <_:literal-1/> ». Siccome <_:literal-2/> è sempre il livello " "più elevato di tutti i file system tipo Unix, questo significa che tutti gli" " elementi selezionati corrisponderanno sempre a questa condizione." #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" "Se ci si riferisce ad un file system <_:productname-1/>, questo valore " "predefinito potrebbe non essere ciò che si vuole." #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "Condizioni basate sugli schemi" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" "Si può decidere che la propria azione comparirà in base agli schemi degli " "elementi attualmente selezionati nel file manager; si può definire che " "ciascun elemento della selezione debba possedere un certo schema, e si può " "decidere simultaneamente che nessuno degli elementi selezionati possa avere " "qualche altro schema." #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "Schemi" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" "Fare clic sulla scheda <_:guilabel-1/> per mostrare la pagina che consentirà" " di configurare le condizioni basate sullo schema." #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "Condizioni basate sugli schemi" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" "Mostra la scheda che consente di definire le condizioni basate sullo schema." #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" "Essenzialmente, le condizioni basate sugli schemi sono costruite come un " "elenco di modelli « deve corrispondere ad uno di » e « non deve " "corrispondere a nessuno di ». Perché una azione possa essere candidata " "rispetto a queste condizioni basate sugli schemi, ciascun elemento della " "selezione deve essere valido per tutte le condizioni elencate: lo schema di " "ciascun elemento dovrà corrispondere ad almeno uno dei modelli « deve " "corrispondere ad uno di », e non dovrà corrispondere a nessuno dei modelli «" " non deve corrispondere a nessuno di »." #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" "Quando mirano al menù contestuale di selezione, le vostre condizioni basate " "sugli schemi saranno verificate per gli elementi attualmente selezionati. " "Quando mirano al menù contestuale di posizione o alla barra degli strumenti," " le vostre condizioni basate sugli schemi verranno verificate per lo schema " "della posizione corrente." #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "Definire una nuova condizione basata sullo schema richiede due fasi." #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" "Modificare il filtro per la condizione appena inserito per lo schema che si " "vuole identificare." #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" "Le condizioni basate sugli schemi accettano solo il jolly « <_:literal-1/> " "», che significa « ogni schema »." #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Generale" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Modifica" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Preferenze" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" "O fare clic su <_:guibutton-1/> per selezionare uno schema tra quelli " "predefiniti in <_:menuchoice-2/>." #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "Selezionare uno schema tra quelli predefiniti." #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "Mostra la lista degli schemi predefiniti." #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" "Un nuovo schema può essere qui selezionato solo se non è già definito come " "filtro di schema." #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "OK" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" "Per selezionare un nuovo schema, fare clic su <_:guibutton-1/>, o fare " "doppio clic sulla riga desiderata." #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" "Rimuovere una condizione basata sul uno schema è tanto semplice quanto " "selezionarla e premere <_:keycap-1/> (o fare clic sul pulsante " "<_:guibutton-2/>)." #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" "Come valore predefinito, la condizione basata sullo schema è solo una " "condizione « <_:literal-1/> », che significa che gli schemi non sono " "considerati rilevanti per questa azione." #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "Condizioni basate sulle capacità" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "Le capacità sono certe proprietà che un file può mostrare all'utente." #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "Locale" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" "Ma fatta eccezione per la capacità <_:literal-1/>, tutte le altre dipendono " "sull'utente che esegue il comando." #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "rispetto all'" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" "Si può dunque stabilire che la vostra azione compaia, o meno, a seconda " "delle capacità degli oggetti selezionati <_:abbrev-1/>utente corrente." #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "Capacità" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" "Fare clic sulla scheda <_:guilabel-1/> per mostrare la pagina che consentirà" " di configurare le condizioni basate sulle capacità." #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" "Mostra la scheda che consente di definire le condizioni basate sulle " "capacità." #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" "Essenzialmente, le condizioni basate sulle capacità sono costruite come un " "elenco di schemi « deve corrispondere ad uno di » e « non deve corrispondere" " a nessuno di ». Perché una azione possa essere candidata rispetto a queste " "condizioni basate sulle capacità, ciascun elemento della selezione deve " "essere valido per tutte le condizioni elencate: la capacità di ciascun " "elemento dovrà corrispondere ad almeno uno dei modelli « deve corrispondere " "ad uno di », e non dovrà corrispondere a nessuno dei modelli « non deve " "corrispondere a nessuno di »." #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" "Quando mirano al menù contestuale di selezione, le vostre condizioni basate " "sulle capacità saranno verificate per gli elementi attualmente selezionati. " "Quando mirano al menù contestuale di posizione o alla barra degli strumenti," " le vostre condizioni basate sulle capacità verranno verificate per lo " "schema della posizione corrente." #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" "Definire una nuova condizione basata sulle capacità richiede due fasi." #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "Premere <_:keycap-1/> per inserire un nuovo filtro per la condizione." #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" "Modificare il filtro per la condizione appena inserito per la capacità che " "si vuole identificare." #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "Aggiungere una nuova capacità" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" "O fare clic su <_:guibutton-1/> per aprire la finestra di dialogo " "<_:guilabel-2/>." #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "Capacità gestite" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "Mostra la lista delle capacità gestite." #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" "Una nuova capacità può essere qui selezionato solo se non è già definito " "come filtro di capacità." #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" "Per selezionare una nuova capacità, fare clic su <_:guibutton-1/>, o fare " "doppio clic sulla riga desiderata." #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" "Indica se è una condizione « deve corrispondere ad uno di » o « non deve " "corrispondere a nessuno di »." #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "Deve corrispondere a tutti" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" "Rimuovere una condizione basata sulle capacità è tanto semplice quanto " "selezionarla e premere <_:keycap-1/> (o fare clic sul pulsante " "<_:guibutton-2/>)." #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" "Come valore predefinito, la condizione basata sulla capacità è un elenco " "vuoto. Questo significa che le capacità non sono rilevanti per questa " "azione." #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "Condizione di conteggio della selezione " #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" "È possibile stabilire che la vostra azione sarà visualizzata se la selezione" " corrente nel file manager ha un preciso conteggio, o una particolare " "relazione con un dato conteggio." #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "Un caso d'uso del conteggio della selezione" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "Conteggio = (uguale a) 2" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" "Se la vostra azione consiste nel mostrare le differenze tra due file, è " "possibile definire qui « <_:literal-1/> »." #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "Ambiente" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" "Fare clic sulla scheda <_:guilabel-1/> per mostrare la pagina che consentirà" " di configurare le condizioni basate sull'ambiente." #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "Condizioni basate sull'ambiente" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" "Mostra la scheda che consente di definire le condizioni basate " "sull'ambiente. Ciò include la configurazione del conteggio della selezione, " "la scelta dell'ambiente desktop, e i filtri di esecuzione." #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "'Compare se la selezione contiene'" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" "La condizione del conteggio della selezione è definita nella cornice " "<_:guilabel-1/>." #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "Cornice per la selezione del conteggio della selezione" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "Compare se la selezione contiene" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "Focus sulla cornice <_:guilabel-1/>." #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" "Quando mirano al menù contestuale di selezione, le condizioni basate sul " "conteggio saranno verificate per il conteggio degli elementi attualmente " "selezionati. Quando mirano al menù contestuale di posizione o alla barra " "degli strumenti, le vostre condizioni basate sui nomi-base verranno " "verificate contro lo zero perché in questo caso non c'è una selezione." #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "Per selezionare una condizione per il conteggio della selezione:" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "Conteggio" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" "Selezionare dal menù a tendina <_:guilabel-1/> l'operatore che si vuole " "applicare al conteggio della selezione." #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "<" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "(strettamente minore di)" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "(uguale a)" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr ">" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "(strettamente maggiore di)" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "Inserire il conteggio di riferimento che si desidera." #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "Conteggio > (strettamente maggiore di) 0" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" "Il conteggio della selezione ha come valore predefinito « <_:literal-1/> », " "che significa che l'azione sarà candidata per essere visualizzata non appena" " almeno un elemento viene selezionato nel file manager." #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "Selezione del Desktop" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "Si può definire che la vostra azione:" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "comparirà sempre," #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "o comparirà solo in un dato ambiente desktop," #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "o non comparirà in un particolare ambiente desktop." #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "È possibile solo una condizione fra questi tre elementi." #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "Ambiente Desktop" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "La selezione del desktop è definita nella cornice <_:guilabel-1/>." #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "Cornice di selezione del desktop" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "Per definire la condizione sull'ambiente desktop:" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "Selezionare per prima cosa il tipo di filtro:" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" "la vostra azione dovrà apparire indipendentemente dall'ambiente desktop ?" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "la vostra azione dovrà apparire solo in alcuni ambienti desktop ?" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "La vostra azione non deve mai comparire in alcuni ambienti desktop ?" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" "Se la vostra azione non compare sempre, selezionate l'ambiente o gli " "ambienti desktop nella casella ad elenco sul lato destro." #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "Compare sempre" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" "La condizione dell'ambiente desktop a cui si mira per impostazione " "predefinita risulta « <_:literal-1/> », che significa che l'azione sarà " "candidata per essere visualizzata indipendentemente dall'ambiente desktop " "corrente." #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "Condizione di eseguibile trovato" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" "È possibile definire che la vostra azione compaia se un qualche pacchetto " "prerequisito è installato sul vostro sistema. Questo viene controllato qui " "indicando che un file specifico, conosciuto o almeno ipotizzato come fornito" " dal pacchetto, debba essere presente sul file system, ed eseguibile." #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "Ambiente di esecuzione" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" "La condizione dell'eseguibile trovato è definita nella cornice " "<_:guilabel-1/>." #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "Cornice dell'ambiente di esecuzione " #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "Compare se il file è eseguibile" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" "Per definire il file rilevante, inserire il suo nome-file completo nella " "casella <_:guilabel-1/>, o fare clic su <_:guibutton-2/> per selezionare un " "file sul file system." #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" "Lasciare il campo bianco se questa condizione non è rilevante per la vostra " "azione." #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" "È possibile inserire alcuni parametri nel nome-file cercato. Questi " "parametri saranno sostituiti dinamicamente al runtime con valori che " "dipenderanno dagli elementi correntemente selezionati." #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "Condizione di registrazione D-Bus" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" "È possibile definire che la vostra azione compaia se un qualche dato nome è " "registrato sul sistema D-Bus al runtime." #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" "Fare clic sulla scheda <_:guilabel-1/> per mostrare la pagina che consentirà" " di configurare le vostre condizioni basate sull'ambiente, e concentrarsi " "sulla cornice <_:guilabel-2/>." #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "Compare se il nome è registrato sul D-Bus" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "Per definire il nome rilevante, inserirlo nell'area <_:guilabel-1/>." #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" "È possibile inserire alcuni parametri nel nome cercato. Questi parametri " "saranno sostituiti dinamicamente al runtime con valori che dipenderanno " "dagli elementi correntemente selezionati." #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "Condizioni personalizzate" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "true" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" "È possibile definire che la vostra azione compaia solo se un qualche dato " "comando mostra la stringa <_:literal-1/> sul suo output standard." #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" "Ciò consentirà di definire le condizioni di filtraggio personalizzate, " "scrivendo un piccolo script che mostri, o meno, la stringa <_:literal-1/> " "sullo standard output quando viene eseguito." #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "Compare se il comando produce \"true\"" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "Per definire il comando, inserirlo nell'area <_:guilabel-1/>." #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" "È possibile inserire alcuni parametri nel nome-file eseguito o nelle sue " "opzioni. Questi parametri saranno sostituiti dinamicamente al runtime con " "valori che dipenderanno dagli elementi correntemente selezionati." #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "Condizione sul processo in esecuzione" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" "È possibile definire che la vostra azione compaia se un qualche file binario" " è attualmente in esecuzione." #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "Compare se il file binario è in esecuzione" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" "Per definire il file rilevante, inserire il suo nome nella casella " "<_:guilabel-1/>, o fare clic su <_:guibutton-2/> per selezionare un file sul" " file system." #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" "Anche se si inserisce il nome-file completo del file binario, nella lista " "dei processi in esecuzione sarà cercato solo il suo nome-base." #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "Modifica" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" "Con <_:application-1/>, potete tagliare, copiare, incollare in sicurezza " "negli e dagli appunti." #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "Taglia/Cancella" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "La cancellazione si applica alla selezione corrente." #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" "Siate avvertiti che selezionando e cancellando tutti i profili di un'azione " "la si lascia senza alcun profilo, quindi in uno stato non valido. Il nome " "dell'azione sarà scritto in rosso (perché non è valida) ed in caratteri " "corsivi (perché è stata modificata)." #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "Selezione multipla" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Maiusc" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" "In <_:application-1/> è possibile la selezione multipla. Potete estendere la" " selezione corrente premendo <_:keycap-2/> o <_:keycap-3/> mentre si " "seleziona un elemento per aggiungerlo alla selezione." #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" "<_:application-1/> accetta solo selezioni multiple omogenee. Ciò significa " "che si possono scegliere uno o più profili, una o più azioni o menù. Una " "selezione contenente sia profili che azioni e menù non è permessa. Questo " "perché lo <_:application-2/> non saprebbe dove incollare una tale selezione." #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" "Si noti che selezionando una qualsiasi riga significa selezionare anche i " "figli di quella riga. Questi figli sono detti « implicitamente selezionati " "»: essi saranno parte delle successive operazioni di modifica, ma non sono " "considerati quando si verifica se la selezione è omogenea. Inoltre essi non " "potranno essere selezionati (né deselezionati) esplicitamente." #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "Quale azione dovrebbe essere eseguita ?" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" "Con molta probabilità si desidera che la propria azione esegua qualcosa. E, " "come dato di fatto, avere qualcosa da eseguire è una delle poche condizioni " "richieste perché una azione sia considerata valida." #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Comando" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" "Come abbiamo già visto, il comando da eseguire viene configurato nella " "pagina<_:guilabel-1/>." #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" "Questo comando può prendere argomenti, i quali a loro volta possono essere " "parametri integrati. Questi parametri saranno espansi al runtime, con " "valori che dipenderanno dagli elementi correntemente selezionati." #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "Parametri disponibili" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "Legenda" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" "Nella pagina <_:guilabel-1/>, fare clic sul pulsante <_:guilabel-2/> per " "vedere l'elenco dei parametri disponibili." #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "Elenco dei parametri disponibili" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "Mostra l'elenco dei parametri disponibili." #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "Legenda dei parametri" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" "Il pulsante <_:guibutton-1/> ha una duplice azione: fare clic una volta per " "mostrare la finestra di dialogo <_:guilabel-2/>; fare clic una seconda volta" " per nasconderla." #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "primo" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" "La parola « <_:guilabel-1/> » potrebbe essere fuorviante in quanto si " "riferisce solo all'elenco degli elementi selezionati forniti internamente " "dal file manager al plugin <_:productname-2/>." #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "niente a che fare" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" "In particolare, esso non ha <_:emphasis-1/> con la selezione visiva che " "potete aver fatto nella finestra del file manager. E, infatti, quale possa " "essere l'elemento \" <_:guilabel-2/> \" selezionato in una selezione " "multipla è assolutamente indefinito e piuttosto imprevedibile." #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "Dove dovrebbe essere eseguita l'azione ?" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" "La vostra azione può essere eseguita in una particolare cartella di lavoro." #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "Cartella di lavoro" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" "Si può specificarla nella scheda <_:guilabel-1/>, nell'area <_:guilabel-2/>," " o facendo clic su <_:guibutton-3/> per selezionare una cartella sul file " "system." #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "Cornice della cartella di lavoro" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "Focus sulla cornice di selezione della cartella di lavoro." #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "%d" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" "La cartella di lavoro ha come valore predefinito <_:literal-1/>, che esegue " "il comando nella cartella base del (primo) elemento selezionato." #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" "Nel caso particolare del parametro <_:literal-1/>, L'elemento « " "<_:guilabel-2/> » non è molto importante perché è molto probabile che tutti " "gli elementi selezionati siano collocati nella stessa cartella base." #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "Come dovrebbe essere eseguita l'azione ?" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" "Oltre a configurare le condizioni, la selezione deve essere soddisfatta " "affinché la vostra azione sia mostrata nei menù del file manager, " "<_:productname-1/> consente di configurare esattamente come verrà eseguito " "il vostro comando." #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "Esecuzione" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" "Fare clic sulla scheda <_:guilabel-1/> per mostrare la pagina che consentirà" " di configurare l'esecuzione del vostro comando." #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "Configurazione delle modalità di esecuzione" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "Mostra come configurare le modalità di esecuzione di un comando." #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "Configurazione della modalità di esecuzione" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "Focus sulla cornice della modalità di esecuzione." #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" "La modalità di esecuzione del vostro comando può essere scelta tra questi " "valori:" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normale" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "Avvia il comando come interfaccia utente grafica standard." #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminale" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" "Avvia il terminale preferito dell'ambiente desktop, e vi esegue all'interno " "il comando." #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Incorporato" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" "Fa uso di una speciale caratteristica del file manager che può consentire ad" " un terminale di essere eseguito al suo interno." #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" "Poiché <_:productname-1/> non possiede questa caratteristica, questa opzione" " equivale all'opzione <_:literal-2/>." #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "Mostra l'output" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" "Avvia il terminale preferito dell'ambiente desktop e vi esegue il comando. " "Alla fine, saranno visualizzati i flussi standard (stdout, stderr)." #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" "La modalità di esecuzione di un comando ha come valore predefinito " "<_:literal-1/>. Cioè il comando viene eseguito senza alcun pre- o post- " "trattamento particolare." #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "Notifica di avvio" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "Configurazione delle modalità di avvio" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "Focus sulla cornice della modalità di Avvio" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "rimuovi" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "DESKTOP_STARTUP_ID" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "Notifica di avvio" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" "Se la modalità di esecuzione del comando è <_:literal-1/> e se si sa che " "l'applicazione invierà un messaggio <_:literal-2/> con la variabile di " "ambiente <_:envar-3/> impostata, spuntare la casella <_:guilabel-4/>." #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "Specifica del protocollo della notifica di avvio" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "Consultare <_:ulink-1/> per maggiori dettagli." #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "Classe di finestra" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "Avvio della classe Window Manager" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" "Se la modalità di esecuzione del comando è <_:literal-1/> e se si sa che " "l'applicazione mapperà almeno una finestra con un dato nome di classe, " "inserire quel nome nel campo <_:guilabel-2/>." #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "Proprietario dell'esecuzione" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "Configurazione del proprietario dell'esecuzione" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "Esegui come" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "Esegui come utente" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "UID" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" "Inserire nel campo <_:guilabel-1/> il nome utente o l'<_:acronym-2/> " "dell'utente per il quale verrà eseguito il vostro comando." #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" "Se non si inserisce nulla in questo campo, il comando verrà eseguito come " "utente corrente." #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "Esecuzioni multiple" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" "Si può desiderare che il vostro comando sia eseguito una sola volta, " "fornendogli l'elenco degli elementi selezionati come argomento." #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" "Oppure preferire che il vostro comando sia ripetuto per ciascun elemento " "selezionato, fornendo per ciascuna esecuzione un diverso elemento come " "argomento." #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" "Al momento, <_:productname-1/> gestisce automaticamente questi due " "comportamenti, a seconda della forma e del numero dei parametri negli " "argomenti del comando." #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "per esempio" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "%c" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" "Sebbene alcuni parametri non dipendono dal conteggio della selezione " "(<_:abbrev-1/> « <_:literal-2/> », il contatore della selezione stesso), " "molti hanno due declinazioni:" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "%b" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" "una « singolare », <_:abbrev-1/> « <_:literal-2/> », il nome-base " "dell'elemento selezionato;" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "%B" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" "una « plurale », <_:abbrev-1/> « <_:literal-2/> », l'elenco separato da " "spazi dei nomi-base degli elementi selezionati." #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" "Quando la selezione è vuota o contiene solo un elemento, da questo punto di " "vista, queste due forme sono esattamente equivalenti." #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "Quando la selezione contiene più di un elemento:" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" "Se il primo parametro rilevante è di forma singolare, <_:productname-1/> " "considererà che il comando è capace solo di gestire un solo oggetto alla " "volta, e quindi che deve essere eseguito una volta per ciascun elemento " "selezionato;" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" "al contrario, se il primo parametro rilevante è di forma plurale, " "<_:productname-1/> considererà che il comando è capace di gestire un elenco " "di elementi, e quindi il comando sarà eseguito una volta soltanto;" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" "Se tutti i parametri trovati sono irrilevanti, <_:productname-1/> considera " "che il comando debba essere eseguito una volta soltanto." #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "Caratterizzazione dei parametri <_:abbrev-1/> esecuzione multipla" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "Parametro" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Descrizione" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "Ripetizione" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "(primo) nome-base" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "singolare" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "elenco separato da spazi di nomi-base" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "plurale" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "conteggio degli elementi selezionati" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "irrilevante" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "(prima) cartella base" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "%D" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" "elenco separato da spazi delle cartelle base di ciascun elemento selezionato" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "%f" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "(primo) nome file" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "%F" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "elenco separato da spazi dei nomi file selezionati" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "%h" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "nome host del (primo) URI" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "%m" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "Tipo mime del (primo) elemento selezionato." #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "%M" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "elenco separato da spazi dei tipi mime degli elementi selezionati" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "%n" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "nome utente del (primo) URI" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "%o" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "operatore no-op che forza l'esecuzione singolare" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "%O" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "operatore no-op che forza una forma di esecuzione plurale." #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "%p" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "Numero di porta del (primo) URI" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "Schema del (primo) URI" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "%u" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "(primo) URI" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "%U" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "elenco separato da spazi degli URI selezionati" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "%w" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "(primo) nome-base senza estensione" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "%W" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "elenco separato da spazi dei nomi-base senza le loro estensioni" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "%x" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "(prima) estensione" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "elenco separato da spazi delle estensioni" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "%%" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "il carattere « <_:literal-1/> »" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "Utilizzo delle forme singolari <_:abbrev-1/> quelle plurali" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "/data" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "pierre" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "paul" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "jacques" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" "Supponiamo che la cartella corrente sia <_:filename-1/> e che la selezione " "corrente contenga tre file <_:filename-2/>, <_:filename-3/>, e " "<_:filename-4/>. " #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "echo %b" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "Se abbiamo richiesto <_:command-1/>," #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "allora saranno eseguiti i seguenti comando: " #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "echo pierre" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "echo paul" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "echo jacques" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" "Questo perché <_:literal-1/> indica un parametro <_:emphasis-2/>. Il comando" " è quindi eseguito una volta per ciascuno degli elementi selezionati." #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "echo %B" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "Mentre se avessimo richiesto <_:command-1/>," #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "allora sarà eseguito il seguente comando:" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "echo pierre paul jacques" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" "Questo perché <_:literal-1/> indica un parametro <_:emphasis-2/>. Il comando" " è dunque eseguito solo una volta con l'elenco degli elementi come " "argomenti." #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "echo %b %B" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "echo pierre pierre paul jacques" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "echo paul pierre paul jacques" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "echo jacques pierre paul jacques" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "rilevante" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" "Questo perché il primo parametro <_:emphasis-1/> è <_:literal-2/>, e quindi " "il comando viene eseguito una volta per ciascun elemento selezionato, " "rimpiazzando ad ogni occorrenza il parametro <_:literal-3/> con il " "corrispondente elemento. Il secondo parametro viene elaborato ed aggiunto " "come argomento al comando eseguito." #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "echo %B %b" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "E se avessimo richiesto <_:literal-1/>," #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "sarebbero eseguiti i seguenti comandi:" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "echo pierre paul jacques pierre" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" "Questo perché il primo parametro <_:emphasis-1/> qui è <_:literal-2/>. Il " "comando è quindi eseguito una volta soltanto, sostituendo<_:literal-3/> con " "l'elenco separato da spazi dei nomi-base. Poiché il comando viene eseguito " "solo una volta, <_:literal-4/> viene sostituito una volta sola con il " "(primo) nome-base." #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "Esportare le vostre azioni" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "Importare le azioni" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "Organizzare gli elementi in menù" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" "Al crescere del numero delle vostre azioni, vorrete organizzarle in menù, " "sottomenù, etc." #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "File" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "Nuovo menù" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "Per creare un nuovo menù, selezionare <_:menuchoice-1/>." #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "cioé" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" "Un menù può essere creato in un punto qualsiasi dell'elenco delle vostre " "azioni (<_:abbrev-1/> non tra due profili di un'azione)." #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" "Come azione, l'esatto posizionamento del nuovo menù dipenderà dal modo di " "ordinamento corrente:" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "Ordinamento manuale:" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" "Il nuovo menù è inserito proprio prima dell'azione o del menù corrente." #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" "Questa posizione non cambierà se successivamente si modifica l'etichetta del" " menù." #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "Ordine alfabetico crescente (decrescente):" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "Nuovo menù di Caja" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" "Il nuovo menù è inserito al posto corretto, indipendentemente dall'etichetta" " « <_:literal-1/> » predefinita." #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" "Questo posto verrà cambiato automaticamente, ogni volta che si modifica " "l'etichetta del menù." #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" "Come una azione, anche il menù richiede un'etichetta, e può avere un'icona " "ed una stringa di suggerimento. Inoltre, è possibile definire alcune " "condizioni affinché il vostro menù sia candidato per essere mostrato nel " "menù contestuale di <_:productname-1/>. Se al runtime le condizioni definite" " non verranno soddisfatte, tutto il vostro menù, inclusi i sottomenù, le sue" " azioni, etc, non verrà visualizzato." #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" "La nuova azione verrà inoltre visualizzata in rosso all'interno del l'elenco" " degli elementi. Il colore rosso è impiegato come indicatore di un elemento " "non valido, cioè che quell'elemento non può essere candidato alla " "visualizzazione in un menù contestuale di <_:productname-1/> perché alcune " "delle sue informazioni sono mancanti o errate. Qui, sebbene la nuova azione " "inserita possieda valori predefiniti validi, essa manca di un comando da " "eseguire perché lo <_:application-2/> la consideri valida." #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "Impostare le proprie preferenze" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" "Selezionare <_:menuchoice-1/> per accedere alla configurazione delle vostre " "preferenze." #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "Preferenze di esecuzione" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" "Mostra la scheda che consente di definire le preferenze di esecuzione." #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "Preferenze di esecuzione al runtime" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" "Mostra la scheda che consente di definire le preferenze di esecuzione al " "runtime." #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "Consente all'utente di configurare il desktop corrente." #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "Preferenze dell'interfaccia utente" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "preferenze UI" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "Mostra la scheda che consente di definire le preferenze dell'UI." #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "Preferenze di importazione" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" "Mostra la scheda che consente di definire le preferenze di importazione." #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "Preferenze di esportazione" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" "Mostra la scheda che consente di definire le preferenze di esportazione." #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "Preferenze degli schemi" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "Mostra la scheda che consente di definire le preferenze degli schemi." #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "Preferenze del provider di I/O" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" "Mostra la scheda che consente di definire le preferenze del fornitore " "dell'I/O." #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "Utilizzare i profili per estendere una vostra azione" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" "Ci sono situazioni in cui si desidera che una data azione si comporti in " "modo leggermente diverso a seconda degli elementi correntemente selezionati " "o dell'ambiente di runtime." #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "Apri un terminale qui" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" "Supponiamo che si abbia un'azione che apre un terminale nella posizione " "corrente." #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" "La avete configurate configurata per aprire il vostro terminale preferito " "nella posizione in cui il file manager attualmente punta." #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" "Ma come fare se si seleziona una cartella nel file manager e si vuole aprire" " un terminale in quella posizione ? se vi basate sulla posizione corrente " "del file manager, il terminale si aprirà nella cartella genitrice della " "cartella specificata." #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" "Una soluzione è quella di definire un nuovo profilo per la vostra azione, " "configurando questo profilo per aprire il terminale nella cartella " "specificata." #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" "Al runtime, <_:productname-1/> esaminerà ogni profilo legato alla vostra " "azione. Se il primo profilo mira ad un file mentre avete selezionato una " "cartella, <_:productname-2/> tenterà con il secondo profilo." #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "Nuovo profilo" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" "Per creare un nuovo profilo, selezionare prima l'azione nell'elenco degli " "elementi, quindi selezionare <_:menuchoice-1/>." #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "Verrà creato un nuovo profilo nella vostra azione." #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" "Si può quindi definire le condizioni che devono essere soddisfatte perché " "questo profilo sia selezionato, ed il comando che verrà eseguito." #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "Ordinare i profili dentro una azione" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" "Al runtime, <_:productname-1/> inizierà con l'esaminare le condizioni " "impostate per la vostra azione." #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" "Se queste condizioni (le condizioni d'azione) saranno soddisfatte, " "<_:productname-1/> esaminerà in ordine ciascun profilo." #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" "Se non viene trovato valido alcun profilo al runtime, l'azione sarà essa " "stessa considerata non valida, e non visualizzata nel menù contestuale del " "file manager." #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" "I profili di una azione sono in ordine, e saranno esaminati in quell'ordine." " Verrà eseguito il primo profilo le cui condizioni saranno soddisfatte, ed " "esso sarà reso selezionabile nel menù contestuale di <_:productname-1/>." #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" "Quindi l'ordine dei vostri profili è fondamentale in una azione: il primo " "profilo trovato valido sarà il solo ad essere selezionato." #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "È possibile ordinar i profili in una azione in due modi differenti." #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" "Tagliare il profilo che si vuole spostare, selezionare quello prima del " "quale lo si vuole inserire, ed incollare il profilo. " #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" "Fare clic sul profilo da spostare, e trascinarlo nella posizione voluta." #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "Accedere e modificare le proprietà di un elemento." #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" "Un elemento ha sia proprietà modificabili che proprietà in sola lettura." #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "Proprietà dell'elemento" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" "Mostra la scheda che consente di accedere alle proprietà modificabili e di " "sola lettura dell'oggetto." #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "Salvare le modifiche" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "S" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Salva" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "Per salvare le modifiche apportate, selezionare <_:menuchoice-1/>." #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" "Verranno salvate tutte le modifiche effettuate. Verranno creati nuovi " "elementi dal primo provider di I/O disponibile." #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" "<_:productname-1/> dispone inoltre del salvataggio automatico che è " "configurabile nella finestra di dialogo <_:guimenuitem-2/>." #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "Ordinare l'elenco degli elementi" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "Elenco degli elementi" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" "le vostre azioni e menù saranno mostrati nel menù contestuale del file " "manager nello stesso ordine in cui sono elencate nel <_:guilabel-1/>, sul " "pannello di sinistra della finestra principale di <_:application-2/>." #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "È possibile decidere di:" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" "Ordinare le vostre azioni e i vostri menù in ordine alfabetico o alfabetico " "inverso in base alla loro etichetta," #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" "Non ordinare, ed organizzare manualmente nell'ordine desiderato le proprie " "azioni o menù." #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "Ordinamento delle azioni e dei menù in ordine alfabetico" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" "In queste modalità, le azioni ed i menù saranno ordinati nel loro genitore, " "a seconda della loro etichetta." #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "I pulsanti di ordinamento nella finestra principale" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "Mostra i tre pulsanti di ordinamento nella finestra principale." #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "È possibile ordinare le azioni per:" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "risp.)" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "risp." #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" "Fare clic su <_:guibutton-1/>(pulsante <_:abbrev-2/><_:guibutton-3/> per " "ordinare le azioni in ordine crescente (<_:abbrev-4/> decrescente)." #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "O modificare la preferenza corrispondente." #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "Organizzare le azioni e i menù in modo manuale" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" "Quando gli elementi nella lista sono ordinati manualmente, i nuovi elementi " "saranno solitamente inseriti nella posizione corrente." #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" "C'è però il caso in cui una azione sia selezionata, e non espansa (o che " "possiede solo un profilo). Inserire un nuovo profilo non lo posizionerà " "prima dell'azione, ma al suo interno." #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "Per selezionare questa modalità:" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "Fare clic sul pulsante <_:guibutton-1/>." #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "Avviare <_:application-1/>" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "È possibile avviare <_:application-1/> nei modi seguenti:" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistema" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "<_:guimenu-1/> menù" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Aspetto" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "Selezionare <_:menuchoice-1/>." #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Riga di comando" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" "Per eseguire <_:application-1/> dalla riga di comando, digitare il seguente " "comando:" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "caja-actions-config-tool" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "Invio" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "quindi premere <_:keycap-1/>." #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "Per visualizzare le opzioni dalla riga di comando, digitare:" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "--help-all" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "La prima esecuzione" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" "Quando si avvia <_:application-1/>, viene visualizzata la seguente finestra." #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "Finestra di avvio di <_:application-1/>" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" "Mostra la finestra principale di <_:application-1/>. Contiene la barra dei " "menù, la barra degli strumenti, l'area di visualizzazione, un elenco degli " "elementi vuoto sulla sinistra, diverse schede per le proprietà disabilitate " "e una barra di stato." #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" "La finestra principale di <_:application-1/> contiene i seguenti elementi:" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "Barra dei menù." #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" "La barra dei menù contiene tutti i comandi necessari per l'utilizzo di " "<_:application-1/>." #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "Le scorciatoie disponibili per alcuni comandi:" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "N" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "Crea una nuova azione." #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "Salva le azioni ed i menù modificati." #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "Q" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "Esce dall'applicazione." #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "Taglia la selezione corrente, mantenendola negli appunti." #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "Copia la selezione corrente negli appunti." #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "Inserisce il contenuto degli appunti prima dell'elemento corrente." #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" "Inserisce il contenuto degli appunti come sotto-elementi dell'elemento " "corrente." #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Elimina" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "Elimina la selezione corrente." #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "F5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "Carica nuovamente i menù e le azioni." #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "Mostra l'aiuto." #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "Barra degli strumenti." #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Vista" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Barre degli strumenti" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" "Possono essere visualizzate diverse barre degli strumenti sotto la barra dei" " menù, in base alle vostre scelte nel sottomenù <_:menuchoice-1/>." #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "Elenco degli elementi." #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" "L'elenco sulla sinistra della finestra principale contiene tutti gli " "elementi, che siano azioni o menù, attualmente disponibili per la modifica " "in <_:application-1/>." #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" "Gli elementi possono essere ordinati in ordine alfabetico crescente o " "decrescente, oppure non essere ordinati affatto, essendo organizzati e " "gestiti direttamente dall'utente." #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "i elementi non validi saranno mostrati in colore rosso." #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "Gli elementi modificati saranno mostrati con il carattere corsivo." #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "ulsanti di ordinamento." #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" "Tre pulsanti che consentono di alternare tra le modalità di ordinamento " "disponibili." #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "Le schede delle proprietà." #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" "La parte destra della finestra principale mostra tutto ciò che serve per " "definire come, quando e dove dovrebbero essere visualizzate le azioni e i " "menù." #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "Azione/Menù" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" "Definisce in quale menù di <_:productname-1/> dovrebbe comparire l'elemento," " e come sarà visualizzato." #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "Specifica quale comando eseguire, e quali parametri passargli." #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "Specifica come dovrebbe essere eseguito il comando." #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" "Definisce i filtri di nomi-base che la selezione di <_:productname-1/> deve " "soddisfare perché l'azione o il menù sia candidato per la visualizzazione." #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" "Definisce i filtri di tipo mime che la selezione di <_:productname-1/> deve " "soddisfare perché l'azione o il menù sia candidato per la visualizzazione." #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" "Definisce i filtri per le cartelle che la selezione di <_:productname-1/> " "deve soddisfare perché l'azione o il menù sia candidato per la " "visualizzazione." #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" "Definisce i filtri degli schemi che la selezione di <_:productname-1/> deve " "soddisfare perché l'azione o il menù sia candidato per la visualizzazione." #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" "Definisce i filtri delle capacità che la selezione di <_:productname-1/> " "deve soddisfare perché l'azione o il menù sia candidato per la " "visualizzazione." #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" "Definisce alcune condizioni di ambiente che la selezione di " "<_:productname-1/> deve soddisfare perché l'azione o il menù sia candidato " "per la visualizzazione." #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Proprietà" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "Mostra le proprietà dell'elemento." #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "Barra di stato." #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" "La barra di stato mostra alcune informazioni sullo stato della riga " "attualmente selezionata nell'elenco degli elementi." #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" "Quando non ci sono informazioni rilevanti da mostrare, la barra di stato " "visualizza il conteggio dei menù, delle azioni e dei profili caricati." #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" "L'icona di « sola-lettura » <_:inlinegraphic-1/> viene visualizzata sulla " "destra della barra di stato quando è opportuno." #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "Creare la vostra prima azione" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" "In questo esempio, mostreremo come creare una azione che mostra alcune " "interessanti informazioni sulla selezione corrente." #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "Verifica dei prerequisiti" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "MateDialog" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "Questa azione richiede <_:productname-1/>." #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" "<_:productname-1/> è un programma che consente di creare un'interfaccia " "utente grafica dalla linea dei comandi." #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" "Si dovrebbe verificare che questo programma sia installato sul sistema, " "digitando ad esempio in un terminale il comando seguente:" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "matedialog" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "Creare l'azione" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "Nuova azione" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "Per creare una nuova azione, selezionare <_:menuchoice-1/>." #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" "Verrà inserita una nuova azione nell'elenco degli elementi, e le sue " "proprietà saranno mostrate nelle schede sul pannello di destra." #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" "L'etichetta dell'azione attualmente modificata (quella creata) viene " "aggiunta al nome dell'applicazione nella barra del titolo." #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "Azioni predefinite della nuova azione" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "Mostra le proprietà predefinite di una azione appena creata." #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "in <_:guilabel-1/>, la nuova azione comparirà in caratteri corsivi." #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" "Il carattere corsivo è impiegato come promemoria per indicare che l'elemento" " non è stato salvato." #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" "Come altro avviso che ci sono modifiche in attesa, un asterisco (« " "<_:literal-1/> ») viene anteposto al nome dell'applicazione sulla barra del " "titolo." #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "Qualificare la vostra nuova azione" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" "Consiste semplicemente nello scegliere come verrà visualizzata la vostra " "azione nel menù contestuale del file manager." #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "La mia prima azione" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "Etichetta del contesto" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "Inserire <_:userinput-1/> nella campo <_:guilabel-2/>." #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" "Il campo <_:guilabel-1/> contiene l'etichetta dell'azione come la si vuole " "mostrata nel menù contestuale del file manager." #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" "L'etichetta è una proprietà obbligatoria della vostra azione. Se dovesse " "essere vuota, la vostra azione sarebbe considerata non valida da " "<_:productname-1/>: Sarebbe mostrata in rosso in <_:guilabel-2/> e non " "sarebbe mai candidata per la visualizzazione nei menù contestuali del file " "manager." #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "Questo eseguirà una azione con alcuni parametri." #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "Suggerimento" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" "Il campo <_:guilabel-1/> contiene il testo che si vuole mostrare come aiuto " "sintetico per la vostra azione." #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Icona" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "Selezionare <_:inlinegraphic-1/> nel menù a tendina <_:guilabel-2/>." #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" "La selezione <_:guilabel-1/> definisce l'icona che si vuole associare alla " "vostra azione nei menù contestuali del file manager e sulla barra degli " "strumenti." #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" "Ci sono due possibilità per poter scegliere l'icona associata alla vostra " "azione:" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" "Fare clic sul menù a tendina <_:guilabel-1/> per selezionare un'icona." #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" "Fare clic su <_:guibutton-1/> per cercare un'immagine nel file system." #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "Specificare il comando da eseguire" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" "Quando selezionerete la vostra azione dal menù contestuale del file manager," " questa verrà eseguita con argomenti a vostra scelta." #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" "Fare clic sulla scheda <_:guilabel-1/> per mostrare la pagina che consentirà" " di inserire il comando." #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "Pagina del comando" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" "Mostra la scheda del comando. Questa scheda contiene il nome del profilo, il" " comando da eseguire assieme ai suoi parametri, e la configurazione della " "cartella di lavoro di partenza." #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Percorso" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" "Il campo <_:guilabel-1/> definisce il comando che verrà eseguito quando si " "seleziona la vostra azione dal menù contestuale del file manager." #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "Ci sono due modi per definire il comando da eseguire:" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "Inserirlo nel campo <_:guilabel-1/>." #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" "Fare clic su <_:guibutton-1/> per selezionare il file l'eseguibile sul file " "system." #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "PATH" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" "Se il comando inserito non ha un percorso assoluto, esso sarà cercato " "secondo la variabile <_:envar-1/> al momento della sua esecuzione." #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "--info --text='%c elementi selezionati: %U'" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "Parametri" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" "<_:guilabel-1/> contiene gli argomenti che saranno passati al vostro comando" " quando verrà eseguito. Questi possono essere parametri incorporati che " "saranno espansi al runtime." #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" "Se <_:guilabel-1/> e <_:guilabel-2/> sono entrambi vuoti, la vostra azione " "non sarà considerata valida: verrà mostrata in rosso in <_:guilabel-3/> e " "non sarà mai candidata per la visualizzazione nei menù contestuali del file " "manager." #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "Salvataggio" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" "Per salvare tutte le modifiche apportate, selezionare <_:menuchoice-1/>." #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" "<_:productname-1/> prende automaticamente in considerazione la vostra nuova " "azione, e la visualizza nel suo menù contestuale." #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "La vostra prima azione nel menù contestuale di <_:productname-1/>" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "Mostra la prima azione nel menù contestuale di <_:productname-1/>." #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" "Fare clic sull'elemento nel menù contestuale di <_:productname-1/> lo " "attiva, d esegue il corrispondente comando." #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "Il risultato dell'esecuzione del vostro primo comando" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" "Mostra il risultato dell'esecuzione del la vostra prima azione. Questa è la " "finestra di dialogo di <_:productname-1/>, che mostra l'URI dell'elemento " "selezionato." #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "Trovare l'azione" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "Configurazione del luogo di visualizzazione" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" "Mostra i tre campi che consentono di configurare il luogo in cui verrà " "visualizzata la vostra azione." #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" "Il file manager <_:productname-1/> può mostrare la vostra azione in diversi " "posti, a seconda di ciò che si richiede qui, e se è correntemente " "selezionato (o meno) qualche elemento." #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Azione" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" "Fare clic sulla scheda <_:guilabel-1/> per mostrare la pagina che consentirà" " di configurare le posizioni a cui mira la vostra azione." #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "Fare riferimento al menù contestuale della selezione" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "Mostrare l'azione nel menù contestuale della selezione" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" "Quando <_:guilabel-1/> è spuntato, la vostra azione sarà candidata per " "essere visualizzata nel menù contestuale di <_:productname-2/> non appena si" " seleziona almeno un elemento nel file manager. La vostra azione gestirà " "allora gli elementi selezionati. Affinché essa sia effettivamente mostrata " "occorre che ciascun elemento selezionato nel file manager <_:productname-3/>" " soddisfi tutte le condizioni definite nella vostra azione." #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" "Quando una azione mira al menù contestuale della selezione, ed è attualmente" " visualizzata nel menù contestuale di <_:productname-1/>, essa lo sarà anche" " nel menù <_:guimenu-3/> di <_:productname-2/>." #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "Questa posizione è spuntata per valore predefinito." #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "Fare riferimento al menù contestuale della posizione" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "Mostrare l'oggetto nel menù contestuale di posizione" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" "Quando <_:guilabel-1/> è attivato, la vostra azione sarà candidata per " "essere visualizzata nel menù contestuale di <_:productname-2/> quando la " "selezione del file manager è vuota. La vostra azione gestirà allora la " "posizione attualmente visualizzata. Affinché essa sia effettivamente " "mostrata occorre che la posizione attualmente visualizzata nel file manager " "<_:productname-3/> soddisfi tutte le condizioni definite nella vostra " "azione." #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" "Quando una azione mira al menù contestuale della posizione, ed è attualmente" " visualizzata nel menù contestuale di <_:productname-1/>, essa lo sarà anche" " nel menù <_:guimenu-3/> di <_:productname-2/>." #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "Mirare alla barra degli strumenti" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "Mostrare l'elemento nella barra degli strumenti" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" "Quando la casella <_:guilabel-1/> è attivata, la vostra azione sarà " "candidata per essere visualizzata nella barra degli strumenti di " "<_:productname-2/>." #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" "Le azioni visualizzate nella barra degli strumenti gestiscono la posizione " "attualmente visualizzata nel file manager, non gli elementi che possono " "essere attualmente selezionati. Affinché siano visualizzate, tutte le " "condizioni definite nella vostra azione dovranno essere soddisfatte dalla " "posizione corrente." #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Annotazioni" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "Se una azione deve essere visualizzata in un menù contestuale" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" "Che sia il menù contestuale della selezione o quello della posizione, e su " "entrambi i menù contestuali di <_:productname-1/> e nei menù <_:guimenu-2/> " "o <_:guimenu-3/>, essa sarà mostrata come" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "<_:guilabel-1/> come etichetta" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "<_:guilabel-1/>," #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "queste due proprietà essendo associate con <_:guilabel-1/>." #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" "A seconda dell'esatta configurazione del vostro ambiente desktop, l'icona " "può essere o non essere visualizzata davanti all'etichetta nel menù." #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" "E' possibile inglobare alcuni paramenti nell'etichetta, nel nome dell'icona " "o nel suggerimento. Questi parametri saranno sostituiti dinamicamente al " "runtime con valori che dipenderanno dagli elementi correntemente " "selezionati." #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "Se l'azione deve essere visualizzata nella barra degli strumenti" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "essa sarà visualizzata come" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "etichetta della barra degli strumenti" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" "A seconda dell'esatta configurazione del vostro ambiente desktop, " "l'etichetta può essere o non essere visualizzata davanti all'icona nella " "barra degli strumenti." #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" "Utilizzare la stessa etichetta per l'icona nella barra degli strumenti" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" "L'etichetta della barra degli strumenti risulta per valore predefinito " "uguale a quelle utilizzate nei menù. Deselezionando la casella " "<_:guilabel-1/> è possibile definire un'etichetta specifica per la barra " "degli strumenti, che è solitamente più breve di quelle definite per i menù." #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" "È possibile incorporare dei parametri nell'etichetta della barra degli " "strumenti, nel nome dell'icona o nel suggerimento. Questi parametri verranno" " automaticamente sostituiti al runtime con i valori che dipenderanno dagli " "elementi correntemente selezionati." #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "Definire diversi bersagli" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" "Un'azione può mirare al menù contestuale di selezione, al menù contestuale " "della posizione e alla barra degli strumenti, o ad una o più di essi." #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "Non definire alcun bersaglio" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" "Se non viene definito alcun bersaglio, <_:abbrev-1/> se tutte e tre le " "caselle sono spuntate, la vostra azione non sarà mai mostrata. " #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "Caja" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "Caja-Actions" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Introduzione" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" "Caja-Actions è una estensione di " "Caja la cui funzione principale è consentire " "all'utente di aggiungere azioni arbitrarie ai menù contestuali del file " "manager. Queste azioni possono essere organizzate in menù e sottomenù, " "esportate o condivise con altri ambienti desktop." #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" "Lo Strumento di configurazione di Caja-Actions è " "l'interfaccia utente che permette di configurare con precisione come, dove e" " quando far comparire le vostre azioni nei menù contestuali di " "Caja, ed il modo in cui esse saranno eseguite." #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" "Lo Strumento di configurazione di Caja-Actions " "fornisce le seguenti funzionalità:" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "Definire e configurare le azioni partendo da zero." #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "Organizzare le azioni in menù, sottomenù eccetera." #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" "Importare ed esportare le azioni e i menù da e verso il mondo esterno." #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" "Caja-Actions inoltre viene fornito con le " "seguenti caratteristiche aggiuntive:" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" "Un plugin Caja che esporta in tempo reale sul " "D-Bus i file correntemente selezionati." #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "Un programma a linea di comando in grado di eseguire ogni azione." #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" "Associato all'interfaccia D-Bus, questo programma consente all'utente di " "eseguire ogni azione da una combinazione di tasti scorciatoia, applicando " "questa azione agli elementi correntemente selezionati nel file manager." #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "Un programma a linea di comando in grado di creare una nuova azione." #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" "Tutte queste caratteristiche sono spiegate con maggiori dettagli nella " "documentazione generale di Caja-Actions." #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "Per Iniziare" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" "Utilizzare lo Strumento di configurazione di Caja-" "Actions" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "Informazioni varie" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "Malfunzionamenti noti e Limitazioni" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" "Informazioni su Strumento di configurazione di Caja-" "Actions" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" "La prima versione di Caja-Actions è stata " "inizialmente scritta da Frederic Ruaudel (grumz@grumz.net) e " "Rodrigo Moya (rodrigo@gnome-db.org). È stata estesamente " "migliorata da Pierre Wieser (pwieser@trychlos.org) e Wolfgang" " Ulbrich (mate@raveit.de). Viene attualmente mantenuta dagli " "sviluppatori di MATE." #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" "L'artwork è merito di una cortesia di of Ulisse Perusin " "(uli.peru@gmail.com) e DragonArtz (http://www.dragonartz.net)." #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" "Per segnalare un malfunzionamento o un suggerimento su Caja-" "Actions, sulloStrumento di configurazione di " "Caja-Actions, o su questo manuale, seguire le indicazioni " "nella Pagina di " "feedback di MATE, oppure potreste preferire, in base alle vostre " "preferenze, aprire direttamente un bug o una richiesta di miglioramento sul " "sito web Bugzilla." #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "collegamento" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" "È concesso il permesso di copiare, distribuire e/o modificare questo " "documento in base ai termini della GNU Free Documentation License (GFDL), " "Versione 1.3 o qualsiasi versione successiva pubblicata dalla Free Software " "Foundation senza sezioni invarianti, senza testi di copertina e nessun testo" " di retro copertina. Puoi trovare una copia della GFDL qui <_:ulink-1/> o " "nel file COPYING-DOCS distribuito con questo manuale." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Questo manuale fa parte di una raccolta di manuali di MATE distribuita in " "conformità con la GFDL. Per poter distribuire questo manuale separatamente, " "è necessario inserirvi una copia della licenza, come descritto nella sezione" " 6 della licenza." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "Molti dei nomi usati dalle aziende per distinguere i propri prodotti e " "servizi sono rivendicati come marchi. Quando questi nomi compaiono nella " "documentazione di MATE, e i partecipanti al progetto di documentazione MATE " "sono consapevoli del loro utilizzo, essi vengono scritti in lettere " "maiuscole o con l'iniziale maiuscola." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "IL DOCUMENTO VIENE FORNITO SULLA BASE DEL \"COME È\", SENZA GARANZIE DI " "ALCUN TIPO, ESPLICITE O IMPLICITE, INCLUSE, MA SENZA LIMITAZIONE, LE " "GARANZIE ATTESTANTI CHE IL DOCUMENTO O LE SUE VERSIONI MODIFICATE SIANO " "PRIVI DI DIFETTI, COMMERCIALIZZABILI, IDONEI A UN DETERMINATO SCOPO O CHE " "NON VIOLINO DIRITTI DI TERZI. SI DECLINA QUALUNQUE RESPONSABILITÀ RIGUARDO " "AI RISCHI INERENTI LA QUALITÀ, L'ACCURATEZZA E LE PRESTAZIONI DEL DOCUMENTO " "O DI UNA SUA VERSIONE MODIFICATA. QUALORA UN DOCUMENTO O UNA SUA VERSIONE " "MODIFICATA DOVESSERO PRESENTARE QUALUNQUE TIPO DI DIFETTO, IL COSTO DI " "EVENTUALI INTERVENTI DI ASSISTENZA, RIPARAZIONE O CORREZIONE SARÀ A CARICO " "DELL'UTENTE (NON DEL REDATTORE INIZIALE, DELL'AUTORE O DI ALTRI " "COLLABORATORI). QUESTA LIMITAZIONE DELLA GARANZIA COSTITUISCE PARTE " "ESSENZIALE DELLA LICENZA. L'USO DEL DOCUMENTO O DELLE SUE VERSIONI " "MODIFICATE È CONSENTITO SOLO ENTRO I TERMINI DI QUESTA LIMITAZIONE DELLA " "GARANZIA;" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "IN NESSUNA CIRCOSTANZA E PER NESSUNA RAGIONE LEGALE, INCLUSI I PRINCIPI DI " "COLPA (INCLUSA LA NEGLIGENZA), ACCORDO CONTRATTUALE O ALTRO, SARÀ POSSIBILE " "CONSIDERARE L'AUTORE, IL REDATTORE INIZIALE, GLI ALTRI COLLABORATORI, " "QUALUNQUE DISTRIBUTORE DEL DOCUMENTO O DI UNA SUA VERSIONE MODIFICATA O " "QUALUNQUE FORNITORE DELLE PERSONE CITATE, RESPONSABILE NEI CONFRONTI DI " "QUALUNQUE PERSONA PER DANNI DIRETTI, INDIRETTI, SPECIALI, INCIDENTALI O " "CONSEGUENTI DI QUALUNQUE NATURA, INCLUSI, MA SENZA LIMITAZIONE, I DANNI PER " "PERDITA DI AVVIAMENTO, INTERRUZIONE DEL LAVORO, GUASTO O MALFUNZIONAMENTO " "DEL COMPUTER O QUALUNQUE ALTRO DANNO O PERDITA DERIVANTE O CORRELATA ALL'USO" " DEL DOCUMENTO O DI UNA SUA VERSIONE MODIFICATA, ANCHE QUALORA LE PERSONE " "CITATE FOSSERO STATE INFORMATE DELLA POSSIBILITÀ DI TALI DANNI." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "IL DOCUMENTO E LE VERSIONI MODIFICATE DEL DOCUMENTO VENGONO RILASCIATE " "SECONDO I TERMINI DELLA GNU FREE DOCUMENTATION LICENSE TENENDO PRESENTE CHE:" " <_:orderedlist-1/>" caja-actions-1.27.0/docs/help/ja/000077500000000000000000000000001433352025300164075ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/ja/ja.po000066400000000000000000004731511433352025300173540ustar00rootroot00000000000000# # Translators: # fbc955180bc2b956cb4ef52d00eb80a0_91487f8, 2021 # c7a0a66e0476db158663636124cfb54f_370a183, 2021 # ã‚ã‚ã—ã‚ã„ãã‚„ , 2021 # Martin Wimpress , 2021 # shinmili , 2021 # Rockers , 2021 # ABE Tsunehiko, 2021 # Stefano Karapetsas , 2021 # Wolfgang Ulbrich , 2021 # Green, 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Green, 2021\n" "Language-Team: Japanese (https://www.transifex.com/mate/teams/13566/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "GNU 自由文書ライセンス" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "1.3, 3 版ã€2008å¹´11月" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "フリーソフトウェア財団" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "誰ã§ã‚‚ã€ã“ã®ãƒ©ã‚¤ã‚»ãƒ³ã‚¹æ–‡æ›¸ã‚’一言一å¥é•ã‚ãšã«ãã®ã¾ã¾ã‚³ãƒ”ーã—ã¦é…布ã™ã‚‹ã“ã¨ã¯è¨±å¯ã•れã¦ã„ã¾ã™ãŒã€å¤‰æ›´ã™ã‚‹ã“ã¨ã¯è¨±ã•れã¾ã›ã‚“。" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "0. 剿–‡" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" "ã“ã®ãƒ©ã‚¤ã‚»ãƒ³ã‚¹ã®ç›®çš„ã¯ã€ãƒžãƒ‹ãƒ¥ã‚¢ãƒ«ã‚„テキストã€ãã®ä»–ã®æ©Ÿèƒ½çš„ã§æœ‰ç”¨ãªæ–‡æ›¸ã‚’ã€\"freedom\" " "ã®æ„味ã§ã€Œè‡ªç”±ã€ã«ã™ã‚‹ã“ã¨ã§ã™ã€‚ã¤ã¾ã‚Šã€æ”¹å¤‰ã—ã¦ã‚‚ã—ãªãã¦ã‚‚ã€èª°ã‚‚ãŒåŠ¹æžœçš„ã«ã‚³ãƒ”ーã—ãŸã‚Šå†é…布ã—ãŸã‚Šã™ã‚‹è‡ªç”±ã‚’ã€å•†æ¥­çš„ã«ã‚‚éžå•†æ¥­çš„ã«ã‚‚ä¿è¨¼ã™ã‚‹ã“ã¨ã§ã™ã€‚第二ã«ã€ã“ã®ãƒ©ã‚¤ã‚»ãƒ³ã‚¹ã§ã¯ã€ä½œè€…や出版社ãŒè‡ªåˆ†ã®ä½œå“ã®ã‚¯ãƒ¬ã‚¸ãƒƒãƒˆã‚’得る方法を維æŒã™ã‚‹ä¸€æ–¹ã§ã€ä»–ã®äººãŒè¡Œã£ãŸå¤‰æ›´ã®è²¬ä»»ã‚’è² ã‚ãªã„よã†ã«ã—ã¦ã„ã¾ã™ã€‚" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" "ã“ã®ãƒ©ã‚¤ã‚»ãƒ³ã‚¹ã¯ã€ä¸€ç¨®ã®ã€Œã‚³ãƒ”ーレフトã€ã§ã‚りã€ã“ã®æ–‡æ›¸ã®æ´¾ç”Ÿçš„ãªä½œå“ã¯ã€ãれ自体ãŒåŒã˜æ„味ã§è‡ªç”±ã§ãªã‘れã°ãªã‚‰ãªã„ã“ã¨ã‚’æ„味ã—ã¦ã„ã¾ã™ã€‚ã“ã®ãƒ©ã‚¤ã‚»ãƒ³ã‚¹ã¯ã€è‡ªç”±ã‚½ãƒ•トウェアã®ãŸã‚ã«è¨­è¨ˆã•れãŸã€ã‚³ãƒ”ーレフトã®ãƒ©ã‚¤ã‚»ãƒ³ã‚¹ã§ã‚ã‚‹" " GNU 一般公衆ライセンスを補完ã™ã‚‹ã‚‚ã®ã§ã™ã€‚" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" "ã“ã®ãƒ©ã‚¤ã‚»ãƒ³ã‚¹ã¯ã€è‡ªç”±ã‚½ãƒ•トウェアã®ãƒžãƒ‹ãƒ¥ã‚¢ãƒ«ã«ä½¿ç”¨ã™ã‚‹ã“ã¨ã‚’目的ã¨ã—ã¦ä½œæˆã•れã¾ã—ãŸã€‚ãªãœãªã‚‰ã€è‡ªç”±ãªã‚½ãƒ•トウェアã«ã¯è‡ªç”±ãªæ–‡æ›¸ãŒå¿…è¦ã ã‹ã‚‰ã§ã™ã€‚自由ãªãƒ—ログラムã«ã¯ã€ãã®ã‚½ãƒ•トウェアã¨åŒã˜è‡ªç”±ã‚’æä¾›ã™ã‚‹ãƒžãƒ‹ãƒ¥ã‚¢ãƒ«ãŒä»˜å±žã—ã¦ã„ã‚‹ã¹ãã§ã™ã€‚ã—ã‹ã—ã€ã“ã®ãƒ©ã‚¤ã‚»ãƒ³ã‚¹ã¯ã‚½ãƒ•トウェアã®ãƒžãƒ‹ãƒ¥ã‚¢ãƒ«ã«é™å®šã•れるもã®ã§ã¯ã‚りã¾ã›ã‚“。主題やå°åˆ·ã•ã‚ŒãŸæ›¸ç±ã¨ã—ã¦å‡ºç‰ˆã•れã¦ã„ã‚‹ã‹ã©ã†ã‹ã«é–¢ã‚らãšã€ã‚らゆる典型的ãªè‘—作ã«ä½¿ç”¨ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚ç§ãŸã¡ã¯ã“ã®ãƒ©ã‚¤ã‚»ãƒ³ã‚¹ã‚’ã€ä¸»ã«æŒ‡å°Žã‚„å‚照を目的ã¨ã—ãŸè‘—ä½œç‰©ã«æŽ¨å¥¨ã—ã¾ã™ã€‚" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "1. é©ç”¨ç¯„囲ã¨å®šç¾©" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" "ã“ã®ãƒ©ã‚¤ã‚»ãƒ³ã‚¹ã¯ã€ãã®æ¡é …ã®ä¸‹ã§é…布ã§ãã‚‹ã¨ã„ã†è‘—作権者ã«ã‚ˆã‚‹å‘ŠçŸ¥ã‚’å«ã‚€ã€ã‚らゆる媒体ã®ãƒžãƒ‹ãƒ¥ã‚¢ãƒ«ã‚„ãã®ä»–ã®ä½œå“ã«é©ç”¨ã•れã¾ã™ã€‚ã“ã®ã‚ˆã†ãªé€šçŸ¥ã¯ã€æœ¬å¥‘ç´„ã«è¨˜è¼‰ã•ã‚ŒãŸæ¡ä»¶ã®ä¸‹ã§ã€ãã®ä½œå“を使用ã™ã‚‹ãŸã‚ã®ä¸–界的ã§ã€æœŸé–“無制é™ã®è‘—作権使用料ä¸è¦ãªãƒ©ã‚¤ã‚»ãƒ³ã‚¹ã‚’付与ã™ã‚‹ã‚‚ã®ã§ã™ã€‚以下ã€ã€Œæ–‡æ›¸ã€ã¨ã¯ã€ãã®ã‚ˆã†ãªãƒžãƒ‹ãƒ¥ã‚¢ãƒ«ã‚„著作物を指ã—ã¾ã™ã€‚ä¸€èˆ¬ã®æ–¹ã€…ã¯åˆ©ç”¨è€…ã§ã‚りã€ã€Œã‚ãªãŸã€ã¨å‘¼ã°ã‚Œã¾ã™ã€‚ã‚ãªãŸã¯ã€è‘—作権法上ã®è¨±å¯ã‚’å¿…è¦ã¨ã™ã‚‹æ–¹æ³•ã§ä½œå“ã‚’ã‚³ãƒ”ãƒ¼ã€æ”¹å¤‰ã€ã¾ãŸã¯é…布ã™ã‚‹å ´åˆã€ã“ã®ãƒ©ã‚¤ã‚»ãƒ³ã‚¹ã‚’å—ã‘入れるã“ã¨ã«ãªã‚Šã¾ã™ã€‚" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" "本書ã®ã€Œä¿®æ­£ç‰ˆã€ã¨ã¯ã€æœ¬æ›¸ã¾ãŸã¯ãã®ä¸€éƒ¨ã‚’å«ã‚€è‘—作物ã§ã‚ã£ã¦ã€é€èªžçš„ã«è¤‡è£½ã•れãŸã‚‚ã®ã€ã¾ãŸã¯æ”¹å¤‰ã‚’加ãˆãŸã‚‚ã®ã€ã‚ã‚‹ã„ã¯ä»–ã®è¨€èªžã«ç¿»è¨³ã•れãŸã‚‚ã®ã‚’æ„味ã—ã¾ã™ã€‚" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" "「二次的事項ã€ã¨ã¯ã€æœ¬æ›¸ã®ç™ºè¡Œè€…ã¾ãŸã¯è‘—è€…ã¨æœ¬æ›¸å…¨ä½“ã®ä¸»é¡Œ(ã¾ãŸã¯é–¢é€£äº‹é …)ã¨ã®é–¢ä¿‚ã®ã¿ã‚’扱ã£ãŸã€æœ¬æ›¸ã®åå‰ä»˜ãã®ä»˜å±žæ›¸ã¾ãŸã¯å‰é¢çš„ãªäº‹é …ã§ã‚ã‚Šã€æœ¬æ›¸å…¨ä½“ã®ä¸»é¡Œã«ç›´æŽ¥è©²å½“ã™ã‚‹ã‚‚ã®ã¯ä½•ã‚‚å«ã¿ã¾ã›ã‚“(ã—ãŸãŒã£ã¦ã€æœ¬æ›¸ãŒéƒ¨åˆ†çš„ã«æ•°å­¦ã®æ•™ç§‘書ã§ã‚ã‚‹å ´åˆã«ã¯ã€äºŒæ¬¡çš„セクションã§ã¯æ•°å­¦ã‚’説明ã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“)。関係ã¯ã€æœ¬æ›¸ã®ä¸»é¡Œã¾ãŸã¯é–¢é€£äº‹é …ã¨ã®æ­´å²çš„関係ã®å•題ã§ã‚ã£ãŸã‚Šã€ãれらã«é–¢ã™ã‚‹æ³•çš„ã€å•†æ¥­çš„ã€å“²å­¦çš„ã€å€«ç†çš„ã¾ãŸã¯æ”¿æ²»çš„地ä½ã®å•題ã§ã‚ã£ãŸã‚Šã—ã¾ã™ã€‚" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" "「ä¸å¤‰éƒ¨åˆ†ã€ã¨ã¯ã€æ–‡æ›¸ãŒæœ¬ãƒ©ã‚¤ã‚»ãƒ³ã‚¹ã«åŸºã¥ã„ã¦å…¬é–‹ã•れる旨ã®é€šçŸ¥ã«ãŠã„ã¦ã€ä¸å¤‰éƒ¨åˆ†ã®ã‚¿ã‚¤ãƒˆãƒ«ã¨ã—ã¦æŒ‡å®šã•れã¦ã„る特定ã®äºŒæ¬¡é …ç›®ã§ã™ã€‚ã‚る部分ãŒä¸Šè¨˜ã®äºŒæ¬¡é …ç›®ã®å®šç¾©ã«é©åˆã—ãªã„å ´åˆã€ãã®éƒ¨åˆ†ã¯ä¸å¤‰éƒ¨åˆ†ã¨ã—ã¦æŒ‡å®šã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“。文書ã¯ã¾ã£ãŸãä¸å¤‰éƒ¨åˆ†ã‚’å«ã¾ãªãã¦ã‚‚æ§‹ã„ã¾ã›ã‚“。文書ãŒä¸å¤‰éƒ¨åˆ†ã‚’ã¾ã£ãŸã指定ã—ãªã„å ´åˆã¯ã€ä¸å¤‰éƒ¨åˆ†ãŒä½•ã‚‚ã‚りã¾ã›ã‚“。" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" "「表紙テキストã€ã¨ã¯ã€æ–‡æ›¸ãŒæœ¬ãƒ©ã‚¤ã‚»ãƒ³ã‚¹ã«åŸºã¥ã„ã¦å…¬è¡¨ã•れるã“ã¨ã‚’示ã™é€šçŸ¥ã§ã‚ã£ã¦ã€è¡¨ç´™ãƒ†ã‚­ã‚¹ãƒˆã¾ãŸã¯è£è¡¨ç´™ãƒ†ã‚­ã‚¹ãƒˆã¨ã—ã¦è¨˜è¼‰ã•れã¦ã„る特定ã®çŸ­ã„一節ã§ã™ã€‚è¡¨ç´™ãƒ†ã‚­ã‚¹ãƒˆã¯æœ€å¤§5語ã€è£è¡¨ç´™ãƒ†ã‚­ã‚¹ãƒˆã¯æœ€å¤§25語ã¨ã—ã¾ã™ã€‚" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" "文書ã®ã€Œé€éŽçš„ãªã€ã‚³ãƒ”ーã¨ã¯ã€ä¸€èˆ¬ã«åˆ©ç”¨å¯èƒ½ãªä»•様ã®ãƒ•ォーマットã§è¡¨ç¾ã•ã‚ŒãŸæ©Ÿæ¢°å¯èª­ãªã‚³ãƒ”ーをæ„味ã—ã¾ã™ã€‚ã“ã®ã‚³ãƒ”ーã¯ã€ä¸€èˆ¬çš„ãªãƒ†ã‚­ã‚¹ãƒˆã‚¨ãƒ‡ã‚£ã‚¿ã€ï¼ˆãƒ”ã‚¯ã‚»ãƒ«ã§æ§‹æˆã•れるイメージã®å ´åˆï¼‰ä¸€èˆ¬çš„ãªæç”»ãƒ—ãƒ­ã‚°ãƒ©ãƒ ã€ã¾ãŸã¯ï¼ˆå›³é¢ã®å ´åˆï¼‰åºƒã利用å¯èƒ½ãªå›³é¢ã‚¨ãƒ‡ã‚£ã‚¿ã‚’使用ã—ã¦æ–‡æ›¸ã‚’直接改訂ã™ã‚‹ã®ã«é©ã—ã¦ãŠã‚Šã€ãƒ†ã‚­ã‚¹ãƒˆãƒ•ォーマッタã¸ã®å…¥åŠ›ã¾ãŸã¯ãƒ†ã‚­ã‚¹ãƒˆãƒ•ォーマッタã¸ã®å…¥åŠ›ã«é©ã—ãŸã•ã¾ã–ã¾ãªãƒ•ォーマットã¸ã®è‡ªå‹•翻訳ã«é©ã—ã¦ã„ã¾ã™ã€‚ãã®ä»–ã«ã¯ã€ãŸã¨ãˆé€éŽçš„ãªãƒ•ァイルフォーマットã§ä½œæˆã•れãŸã‚³ãƒ”ーã§ã‚ã£ã¦ã‚‚ã€ãã®ãƒžãƒ¼ã‚¯ã‚¢ãƒƒãƒ—ãŒã‚ã‚‹å ´åˆã€ã¾ãŸã¯ãƒžãƒ¼ã‚¯ã‚¢ãƒƒãƒ—ãŒãªã„å ´åˆã«ã€ãã®å¾Œã®èª­è€…ã«ã‚ˆã‚‹å¤‰æ›´ã‚’阻止ã¾ãŸã¯é˜»æ­¢ã™ã‚‹ã‚ˆã†ã«é…ç½®ã•れã¦ã„ã‚‹ã‚‚ã®ã¯ã€é€éŽçš„ã§ã¯ã‚りã¾ã›ã‚“。イメージフォーマットãŒå¤§é‡ã®ãƒ†ã‚­ã‚¹ãƒˆã§ä½¿ç”¨ã•れる場åˆã€é€éŽçš„ã§ã¯ã‚りã¾ã›ã‚“。「é€éŽçš„ã€ã§ãªã„コピーã¯ã€ã€Œéžé€æ˜Žçš„ã€ã¨å‘¼ã°ã‚Œã¾ã™ã€‚" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" "é€éŽçš„コピーã«é©ã—ãŸå½¢å¼ã®ä¾‹ã¨ã—ã¦ã¯ã€ãƒžãƒ¼ã‚¯ã‚¢ãƒƒãƒ—ã®ãªã„平文 ASCIIã€Texinfo 入力形å¼ã€LaTeX 入力形å¼ã€å…¬é–‹ã•れã¦ã„ã‚‹ DTD " "を使用ã—㟠SGML ã¾ãŸã¯ XMLã€ãŠã‚ˆã³æ¨™æº–準拠ã®å˜ç´”㪠HTMLã€PostScript ã¾ãŸã¯äººã®æ”¹å¤‰ãŒå¯èƒ½ãª PDF " "ãªã©ãŒã‚りã¾ã™ã€‚é€éŽã‚¤ãƒ¡ãƒ¼ã‚¸å½¢å¼ã®ä¾‹ã¨ã—ã¦ã¯ã€PNGã€XCF ãŠã‚ˆã³ JPG " "ãªã©ãŒã‚りã¾ã™ã€‚éžé€æ˜Žãªå½¢å¼ã«ã¯ã€ç‹¬è‡ªã®ãƒ¯ãƒ¼ãƒ‰ãƒ—ロセッサã§ã®ã¿èª­ã¿å–りã¨ç·¨é›†ãŒå¯èƒ½ãªç‹¬è‡ªã®å½¢å¼ã‚„ã€DTD ã¾ãŸã¯å‡¦ç†ãƒ„ールãŒä¸€èˆ¬ã«åˆ©ç”¨ã§ããªã„ SGML" " ã¾ãŸã¯ XMLã€ãŠã‚ˆã³ä¸€éƒ¨ã®ãƒ¯ãƒ¼ãƒ‰ãƒ—ロセッサã§å‡ºåŠ›ã®ã¿ã‚’目的ã¨ã—ã¦ç”Ÿæˆã•ã‚ŒãŸæ©Ÿæ¢°ç”Ÿæˆã® HTMLã€PostScript ã¾ãŸã¯ PDF " "ãªã©ãŒå«ã¾ã‚Œã¾ã™ã€‚" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" "「タイトルページã€ã¨ã¯ã€å°åˆ·ã•ã‚ŒãŸæœ¬ã«ã¤ã„ã¦ã¯ã€ã‚¿ã‚¤ãƒˆãƒ«ãƒšãƒ¼ã‚¸è‡ªä½“ã¨ã€æœ¬ãƒ©ã‚¤ã‚»ãƒ³ã‚¹ä¸Šã€ã‚¿ã‚¤ãƒˆãƒ«ãƒšãƒ¼ã‚¸ã«è¡¨ç¤ºã™ã‚‹ã“ã¨ãŒå¿…è¦ã¨ã•れる資料を明瞭ã«ä¿æŒã™ã‚‹ãŸã‚ã®ä»¥ä¸‹ã®ãƒšãƒ¼ã‚¸ã‚’æ„味ã—ã¾ã™ã€‚タイトルページをæŒãŸãªã„å½¢å¼ã®è‘—作物ã«ã¤ã„ã¦ã¯ã€ã€Œã‚¿ã‚¤ãƒˆãƒ«ãƒšãƒ¼ã‚¸ã€ã¨ã¯ã€æœ¬æ–‡ã®å†’頭よりもå‰ã«ã‚ã‚‹ã€ä½œå“ã‚¿ã‚¤ãƒˆãƒ«ã®æœ€ã‚‚é¡•è‘—ãªå¤–観ã«è¿‘ã„テキストをæ„味ã—ã¾ã™ã€‚" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "「発行者ã€ã¨ã¯ã€æœ¬æ›¸ã®ã‚³ãƒ”ーを公衆ã«é…布ã™ã‚‹å€‹äººã€ã¾ãŸã¯å›£ä½“ã‚’æ„味ã—ã¾ã™ã€‚" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "Caja アクション設定ツール" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "<_:application-1/> ユーザー・マニュアル" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "2010å¹´" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "2011å¹´" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "2012å¹´" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "2013å¹´" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "2014å¹´" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "Pierre Wieser" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "Caja アクション" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" "<_:productname-1/>ã¯<_:productname-2/>ã®æ‹¡å¼µæ©Ÿèƒ½ã§ã‚りã€ä¸»ãªæ©Ÿèƒ½ã¯ã€ãƒ¦ãƒ¼ã‚¶ãƒ¼ãŒãƒ•ァイル・マãƒãƒ¼ã‚¸ãƒ£ã®ã‚³ãƒ³ãƒ†ã‚­ã‚¹ãƒˆãƒ»ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã«ä»»æ„ã®ã‚¢ã‚¯ã‚·ãƒ§ãƒ³ã‚’追加ã§ãるよã†ã«ã™ã‚‹ã“ã¨ã§ã™ã€‚ã“れらã®ã‚¢ã‚¯ã‚·ãƒ§ãƒ³ã¯ã€ãƒ¡ãƒ‹ãƒ¥ãƒ¼ãŠã‚ˆã³ã‚µãƒ–メニューã«è¿½åŠ ã—ãŸã‚Šã€ã‚¨ã‚¯ã‚¹ãƒãƒ¼ãƒˆã—ãŸã‚Šã€ä»–ã®ãƒ‡ã‚¹ã‚¯ãƒˆãƒƒãƒ—環境ã¨å…±æœ‰ã—ãŸã‚Šã§ãã¾ã™ã€‚" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" "ã“ã®ãƒžãƒ‹ãƒ¥ã‚¢ãƒ«ã§ã¯ã€<_:application-1/>ユーザインターフェイスã«ã¤ã„ã¦èª¬æ˜Žã—ã€ç‰¹å®šã®æ¡ä»¶ã®ã‚‚ã¨ã§ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã‚„アクションを表示ã—ãŸã‚Šé©ç”¨ã™ã‚‹ã‚ˆã†ã«è¨­å®šã™ã‚‹æ–¹æ³•ã«ã¤ã„ã¦èª¬æ˜Žã—ã¾ã™ã€‚" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "本マニュアルã¯ã€Caja アクション設定ツール 3.2 版ã«ã¤ã„ã¦èª¬æ˜Žã—ã¦ã„ã¾ã™ã€‚" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "GNOME 文書化プロジェクト" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "MATE 文書化プロジェクト" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "Pierre" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "Wieser" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "pwieser@trychlos.org" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "Wolfgang" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "Ulbrich" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "chat-to-me@raveit.de" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "Caja アクション設定ツール・ユーザー・マニュアル 3.1 版" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "2011å¹´5月" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "Pierre Wieser <_:email-1/>" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "Caja アクション設定ツール・ユーザー・マニュアル 3.2 版" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "2012å¹´1月" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> 法的通告.xml" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "既知ã®ä¸å…·åˆ" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "Bugzilla ã®æ¦‚è¦ãƒšãƒ¼ã‚¸" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "既知ã®ãƒã‚°ã¯<_:ulink-1/>ã«ã‚りã¾ã™ã€‚" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "Bugzilla ã®ã‚¦ã‚§ãƒ–サイト" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" "<_:productname-1/>ã«æ–°ã—ã„ãƒã‚°ãŒè¦‹ã¤ã‹ã£ãŸå ´åˆã¯ã€ãŠæ°—ã«å…¥ã‚Šã®ãƒ–ラウザã§<_:ulink-2/>を指定ã—ãƒã‚°ã‚’é–‹ã„ã¦ãã ã•ã„。" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "既知ã®åˆ¶é™" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "実行モード" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "挿入" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "ウィンドウ" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "Del" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "フォルダ" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "検索" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Common" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "編集" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "設定" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "OK" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "<" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr ">" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "ã¯ã„" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "コマンド" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "標準" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "端末" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "埋ã‚è¾¼ã¿" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "パラメータ" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "説明" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "ファイル" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "ä¿å­˜" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "システム" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "ルック&フィール" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "コマンドライン" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "Return" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "削除" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "F5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "表示" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "ツールãƒãƒ¼" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "プロパティ" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "アイコン" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "パス" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "PATH" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "動作" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "メモ" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "ã¯ã˜ã‚ã«" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "ã¯ã˜ã‚ã¾ã—ょã†" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "リンク" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "本文書㯠GFDL ã®ä¸‹ã§é…布ã•れã¦ã„ã‚‹ãã®ä»–ã® MATE マニュアル集ã®ä¸€éƒ¨ã§ã§ã™ã€‚ã“れらã®ãƒžãƒ‹ãƒ¥ã‚¢ãƒ«ã¨ã¯åˆ¥ã«æœ¬æ–‡æ›¸ã‚’別個ã«é…布ã™ã‚‹å ´åˆã¯ã€GFDL " "ã®ç¬¬6節ã§èª¬æ˜Žã—ã¦ã„るよã†ã«ã€ãã®ãƒžãƒ‹ãƒ¥ã‚¢ãƒ«é›†ã«å¯¾ã—ã¦ãƒ©ã‚¤ã‚»ãƒ³ã‚¹ã®è¤‡è£½ã‚’添付ã—ã¦ãã ã•ã„。" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "伿¥­ãŒè‡ªã‚‰ã®è£½å“ã¨ã‚µãƒ¼ãƒ“スを区別ã™ã‚‹ç›®çš„ã§ä½¿ç”¨ã™ã‚‹åç§°ã®å¤šãã¯ã€ç™»éŒ²å•†æ¨™ã§ã‚ã‚‹ã¨ä¸»å¼µã—ã¦ã„ã¾ã™ã€‚ã“ã†ã—ãŸå称㌠MATE " "ã®æ–‡æ›¸ã®ä¸­ã«è¨˜è¼‰ã•れã¦ã„ã¦ã€ã“ã®ç™»éŒ²å•†æ¨™ãŒ MATE " "文書化プロジェクトã®ãƒ¡ãƒ³ãƒãƒ¼ã«ã‚ˆã£ã¦äº†è§£ã•れã¦ã„る箇所ã«ã¤ã„ã¦ã¯ã€åç§°ãŒå¤§æ–‡å­—ã¾ãŸã¯é ­æ–‡å­—を大文字ã§è¡¨ç¤ºã—ã¦ã„ã¾ã™ã€‚" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "ã“ã®æ–‡æ›¸ãŠã‚ˆã³ãã®ä¿®æ­£ç‰ˆã¯ã€ä»¥ä¸‹ã®ç‚¹ã‚’ã•らã«äº†è§£ã—ã¦ã„ã‚‹ã¨ã„ã†å‰æã§ã€GNU 自由文書ライセンス " "ã®æ¡ä»¶ã®ä¸‹ã§é…布ã•れã¦ã„ã¾ã™ï¼š<_:orderedlist-1/>" caja-actions-1.27.0/docs/help/ka/000077500000000000000000000000001433352025300164105ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/ka/ka.po000066400000000000000000004447341433352025300173630ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Georgian (https://www.transifex.com/mate/teams/13566/ka/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ka\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "ნáƒáƒ£áƒ¢áƒ˜áƒšáƒ£áƒ¡áƒ˜" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "ფáƒáƒœáƒ¯áƒ áƒ”ბი" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "ნუსხáƒáƒ“áƒáƒ¡áƒ¢áƒ”ბიდáƒáƒ—ვáƒáƒšáƒ˜áƒ”რებáƒáƒ’ეზი" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "სáƒáƒ”რთáƒ" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "რედáƒáƒ¥áƒ¢áƒ˜áƒ áƒ”ბáƒ" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "პáƒáƒ áƒáƒ›áƒ”ტრები" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "true" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "ბრძáƒáƒœáƒ”ბáƒ" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "ჩვეულებრივი" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "ტერმინáƒáƒšáƒ˜" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "ჩáƒáƒ™áƒ”რებული" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "áƒáƒ¦áƒ¬áƒ”რáƒ" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "ფáƒáƒ˜áƒšáƒ˜" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "დáƒáƒ˜áƒ›áƒáƒ®áƒ¡áƒáƒ•რე" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "სისტემáƒ" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "ბრძáƒáƒœáƒ”ბის ველი:" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "წáƒáƒ¨áƒšáƒ" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "ხედი" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "პულტები" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "პáƒáƒ áƒáƒ›áƒ”ტრები" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "ხáƒáƒ¢áƒ£áƒšáƒ" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "გეზი" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "გეზი" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "მáƒáƒ¥áƒ›áƒ”დებáƒ" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "ჩáƒáƒœáƒáƒ¬áƒ”რები" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "შესáƒáƒ•áƒáƒšáƒ˜" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "ბმული" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/kab/000077500000000000000000000000001433352025300165525ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/kab/kab.po000066400000000000000000004436701433352025300176650ustar00rootroot00000000000000# # Translators: # ButterflyOfFire, 2021 # Slimane Selyan AMIRI , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Slimane Selyan AMIRI , 2021\n" "Language-Team: Kabyle (https://www.transifex.com/mate/teams/13566/kab/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: kab\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "Asenfaá¹› n tsemlit n GNOME" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "Asenfaá¹› n tsemlit n MATE" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Isfayluyen" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Édition" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Ismenyifen" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Taladna" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Asnummel" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Kkes" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Afeggag n ifecka" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Tulmisin" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Tignit" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Tizmilin" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Tazwart" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "aseÉ£wen" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/kk/000077500000000000000000000000001433352025300164225ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/kk/kk.po000066400000000000000000004444151433352025300174030ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # Baurzhan Muftakhidinov , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Kazakh (https://www.transifex.com/mate/teams/13566/kk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: kk\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "КіріÑтіру" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Терезелер" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Бумалар" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Шолу" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Түзету" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Баптаулар" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "true" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Команда" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Қалыпты" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Терминал" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Кеңейтілген" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "ÐнықтамаÑÑ‹" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Файл" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Сақтау" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Жүйе" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Сыртқы түрі" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Командалық жол" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "М" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Өшіру" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "КөрініÑ" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Құралдар панельдері" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "ҚаÑиеттері" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Таңбаша" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Жолы" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "PATH" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Әрекет" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "ЕÑтеліктер" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "БаÑÑ‹" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "Ñілтеме" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/kn/000077500000000000000000000000001433352025300164255ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/kn/kn.po000066400000000000000000004447631433352025300174170ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # karthik holla , 2021 # Sai Vinoba , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Kannada (https://www.transifex.com/mate/teams/13566/kn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: kn\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Cajaâ€" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "ಸೇರಿಸà³" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "ಕಿಟಕಿಗಳà³" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "ಕಡತಕೋಶಗಳà³" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "ವೀಕà³à²·à²¿à²¸à³" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "ಸಾಮಾನà³à²¯" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "ತಿದà³à²¦à³à²ªà²¡à²¿" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "ಒಲವà³à²—ಳà³" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "ಸತà³à²¯" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "ಆಜà³à²žà³†" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "ಸಾಮಾನà³à²¯" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "ಟರà³à²®à²¿à²¨à²²à³" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "ಅಡಕಗೊಳಿಸಲಾದ" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "ವಿವರಣೆ" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "ಕಡತ" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "ಉಳಿಸà³" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "à²à²°à³à²ªà²¾à²¡à³" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "ನೋಟ ಹಾಗೠಮಾಟ" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "ಆಜà³à²žà²¾ ಸಾಲà³" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "ಅಳಿಸà³" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "ನೋಟ" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "ಮà³à²Ÿà³à²Ÿà³à²ªà²Ÿà³à²Ÿà²¿à²—ಳà³" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "ಗà³à²£à²²à²•à³à²·à²£à²—ಳà³" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "ಚಿಹà³à²¨à³†" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "ಮಾರà³à²—" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "PATH" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "ಕಾರà³à²¯" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "ಟಿಪà³à²ªà²£à²¿à²—ಳà³" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "ಪರಿಚಯ" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "ಕೊಂಡಿ (link)" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/ko/000077500000000000000000000000001433352025300164265ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/ko/ko.po000066400000000000000000004646131433352025300174150ustar00rootroot00000000000000# # Translators: # 1763f4a4329a2376c933c5e919a36cbc_341ca53 <1f851310383599d03339229d772e1290_119292>, 2021 # Martin Wimpress , 2021 # HanSol Park , 2021 # Seong-ho Cho , 2021 # Stefano Karapetsas , 2021 # JungHee Lee , 2021 # Wolfgang Ulbrich , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Wolfgang Ulbrich , 2021\n" "Language-Team: Korean (https://www.transifex.com/mate/teams/13566/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "버전 1.3, 2008ë…„ 11ì›” 3ì¼" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" "ì´ ë¼ì´ì„¼ìŠ¤ëŠ” 저작권 보유ìžê°€ì´ ë¼ì´ì„¼ìФ ì¡°ê±´ì— ë”°ë¼ ë°°í¬í•  수 있다는 고지를 í¬í•¨í•˜ëŠ” 모든 ë§¤ì²´ì˜ ëª¨ë“  설명서 ë˜ëŠ” 기타 ìž‘ì—…ì— " "ì ìš©ë©ë‹ˆë‹¤. ì´ëŸ¬í•œ 통지는 ì—¬ê¸°ì— ëª…ì‹œëœ ì¡°ê±´í•˜ì—서 해당 ì €ìž‘ë¬¼ì„ ì‚¬ìš©í•  수 있ë„ë¡ ê¸°ê°„ ì œí•œì—†ì´ ì „ 세계ì ìœ¼ë¡œ 로열티가 없는 ë¼ì´ì„ ìŠ¤ë¥¼" " 부여합니다. ì•„ëž˜ì˜ \"문서\"는 그러한 설명서 ë˜ëŠ” ìž‘ì—…ì„ ì˜ë¯¸í•©ë‹ˆë‹¤. ì¼ë°˜ì¸ì€ ë¼ì´ì„¼ìФ 사용ìžì´ë©° \"귀하\"ë¼ê³ í•©ë‹ˆë‹¤. 저작권법ì—" " ë”°ë¼ í—ˆê°€ê°€ 필요한 ë°©ì‹ìœ¼ë¡œ ì €ìž‘ë¬¼ì„ ë³µì‚¬, 수정 ë˜ëŠ” ë°°í¬í•˜ëŠ” 경우 ë¼ì´ì„¼ìŠ¤ì— ë™ì˜í•©ë‹ˆë‹¤." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" "귀하는 본 ë¼ì´ì„ ìФ, 저작권 ê³ ì§€ ë° ì´ ë¼ì´ì„ ìŠ¤ê°€ ë¬¸ì„œì— ì ìš©ë˜ëŠ” ë¼ì´ì„ ìФ 통지가 모든 사본ì—서 재현ë˜ê³  ì´ ë¼ì´ì„ ìŠ¤ì˜ ë‹¤ë¥¸ ì¡°ê±´ì„ " "추가하는 경우 ìƒì—…ì ë˜ëŠ” 비ìƒì—…ì ìœ¼ë¡œ 문서를 복사하여 ë°°í¬í•  수 있습니다. 기술ì ì¸ 조치를 사용하여 복사하거나 복사하거나 복사할 수 " "없습니다. 그러나 ì‚¬ë³¸ì— ëŒ€í•œ 대가로 ë³´ìƒì„ ë°›ì„ ìˆ˜ 있습니다. 충분한 ìˆ˜ì˜ ë³µì‚¬ë³¸ì„ ë°°í¬í•˜ëŠ” 경우 섹션 3ì˜ ì¡°ê±´ì„ ë”°ë¼ì•¼ 합니다." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "ë¬¸ì„œì˜ ëª¨ë“  저작권 고지를 보존하십시오." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "다른 저작권 공지사항과 ì¸ì ‘한 ìˆ˜ì •ì‚¬í•­ì— ëŒ€í•œ ì ì ˆí•œ 저작권 통지를 추가합니다." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" "저작권 ê³ ì§€ ì§í›„, 아래 ë¶€ë¡ì— í‘œì‹œëœ ì–‘ì‹ì— ì´ ë¼ì´ì„ ìФ ì•½ê´€ì— ë”°ë¼ ìˆ˜ì •ëœ ë²„ì „ì„ ì‚¬ìš©í•  수 있는 공개 ê¶Œí•œì„ ë¶€ì—¬í•˜ëŠ” ë¼ì´ì„ ìФ " "통지를 í¬í•¨í•©ë‹ˆë‹¤." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" "컴파ì¼ì—서 ìƒì„±ëœ ì €ìž‘ê¶Œì´ ê°œë³„ ì €ìž‘ë¬¼ì´ í—ˆìš©í•˜ëŠ” 것 ì´ìƒìœ¼ë¡œ ì»´íŒŒì¼ ì‚¬ìš©ìžì˜ ë²•ì  ê¶Œë¦¬ë¥¼ 제한하는 ë° ì‚¬ìš©ë˜ì§€ 않는 경우, 다른 별ë„ì˜" " ë…립ì ì¸ 문서 ë˜ëŠ” 저작물과 문서 ë˜ëŠ” ê·¸ 파ìƒìƒí’ˆì˜ íŽ¸ì§‘ì„ \"집계\"ë¼ê³  합니다. 문서가 ì§‘ê³„ì— í¬í•¨ë˜ë©´ ì´ ë¼ì´ì„ ìŠ¤ëŠ” ë¬¸ì„œì˜ íŒŒìƒ" " ìž‘í’ˆì´ ì•„ë‹Œ ì§‘ê³„ì˜ ë‹¤ë¥¸ ì €ìž‘ë¬¼ì— ì ìš©ë˜ì§€ 않습니다." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" "ë²ˆì—­ì€ ì¼ì¢…ì˜ ìˆ˜ì •ìœ¼ë¡œ 간주ë˜ë¯€ë¡œ, 섹션 4ì˜ ì¡°ê±´ì— ë”°ë¼ ë¬¸ì„œì˜ ë²ˆì—­ì„ ë°°í¬í•  수 있습니다. ê³ ì • ì„¹ì…˜ì„ ë²ˆì—­ìœ¼ë¡œ 대체하려면 해당 " "저작권 소유ìžì˜ 특별한 허가가 필요하지만 ì¼ë¶€ ë˜ëŠ” 모든 ê³ ì • ì„¹ì…˜ì˜ ë²ˆì—­ì„ í¬í•¨í•  수 있습니다. ì´ëŸ¬í•œ ê³ ì • ì„¹ì…˜ì˜ ì›ë³¸ 버전. ì´ " "ë¼ì´ì„¼ìŠ¤ì˜ ë²ˆì—­ë³¸ê³¼ ë¬¸ì„œì˜ ëª¨ë“  ë¼ì´ì„¼ìФ ê³ ì§€, ë³´ì¦ ë¶€ì¸ì„ í¬í•¨ í•  수 있습니다. 단,ì´ ë¼ì´ì„ ìŠ¤ì˜ ì›ë³¸ ì˜ì–´ 버전과 해당 ê³ ì§€ ë° " "ë©´ì±… ì¡°í•­ì˜ ì›ë³¸ ë²„ì „ë„ í¬í•¨í•´ì•¼í•©ë‹ˆë‹¤. 번역본과 본 ë¼ì´ì„ ìŠ¤ì˜ ì›ë³¸ 버전 ë˜ëŠ” ê³ ì§€ ë˜ëŠ” ë©´ì±… ì¡°í•­ì´ ì¼ì¹˜í•˜ì§€ 않는 경우 ì›ë³¸ ë²„ì „ì´ " "우선합니다." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" "그러나 귀하가 본 ë¼ì´ì„ ìŠ¤ì˜ ëª¨ë“  ìœ„ë°˜ì„ ì¤‘ë‹¨í•˜ë©´ 특정 저작권 보유ìžì˜ ë¼ì´ì„ ìŠ¤ê°€ (a) 저작권 보유ìžê°€ 명시ì ìœ¼ë¡œ, 그리고 최종ì ìœ¼ë¡œ " "ë¼ì´ì„ ìŠ¤ë¥¼ 종료하지 않는 한 임시로 ë³µì›ë˜ë©°, (b) 저작권 보유ìžê°€ 실패할 경우 ì˜êµ¬ì ìœ¼ë¡œ ë³µì›ë©ë‹ˆë‹¤. 중단 후 60ì¼ ì´ì „ì— í•©ë¦¬ì ì¸" " 방법으로 위반 ì‚¬ì‹¤ì„ í†µì§€í•©ë‹ˆë‹¤." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" "ë˜í•œ 저작권 소유ìžê°€ ì¼ë¶€ 합리ì ì¸ 방법으로 위반 ì‚¬ì‹¤ì„ í†µì§€í•˜ëŠ” 경우 특정 저작권 소유ìžì˜ ë¼ì´ì„ ìŠ¤ê°€ ì˜êµ¬ì ìœ¼ë¡œ ë³µì›ë˜ë©°, 저작권 " "소유ìžë¡œë¶€í„° 본 ë¼ì´ì„ ìФ 위반 통지(모든 저작물)를 ë°›ì€ ê²ƒì€ ì´ë²ˆì´ 처ìŒì´ë©°, 통지를 ë°›ì€ í›„ 30ì¼ ì „ì— ìœ„ë°˜ ì‚¬í•­ì„ ì‹œì •í•©ë‹ˆë‹¤." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" "\"Massive Multiautor Collaboration Site\" (ë˜ëŠ” \"MMC 사ì´íЏ\")는 ì €ìž‘ê¶Œì´ ìžˆëŠ” ì €ìž‘ë¬¼ì„ " "게시하는 모든 월드 와ì´ë“œ 웹 서버를 ì˜ë¯¸í•˜ë©°, 누구나 해당 ì €ìž‘ë¬¼ì„ íŽ¸ì§‘í•  수 있는 중요한 ê¸°ëŠ¥ì„ ì œê³µí•©ë‹ˆë‹¤. 누구나 편집할 수 있는 " "공용 위키는 ì´ëŸ¬í•œ ì„œë²„ì˜ ì˜ˆìž…ë‹ˆë‹¤. 사ì´íŠ¸ì— í¬í•¨ëœ \"Massive Multiautor Collaboration\" (ë˜ëŠ” " "\"MMC\")는 MMC 사ì´íŠ¸ì— ê²Œì‹œë˜ëŠ” ì €ìž‘ë¬¼ì„ ì˜ë¯¸í•©ë‹ˆë‹¤." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" "MMCê°€ 본 ë¼ì´ì„¼ìŠ¤ì— ë”°ë¼ ë¼ì´ì„¼ìŠ¤ê°€ ë¶€ì—¬ëœ ê²½ìš°, 그리고 본 ë¼ì´ì„¼ìŠ¤ì— ë”°ë¼ ì²˜ìŒ ì¶œíŒëœ 모든 ì €ìž‘ë¬¼ì´ ë³¸ MMCê°€ 아닌 다른 ê³³ì—서" " MMCì— í†µí•©ë˜ê³ , ê·¸ ì´í›„ì— MMCì— í†µí•©ëœ ê²½ìš°, (1) 표지 í…스트나 불변 ì„¹ì…˜ì´ ì—†ì—ˆìœ¼ë©°, (2) 2008ë…„ 11ì›” 1ì¼ ì´ì „ì—" " 통합ë˜ì—ˆìŠµë‹ˆë‹¤." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" "작성한 문서ì—ì„œì´ ë¼ì´ì„¼ìŠ¤ë¥¼ 사용하려면 ë¬¸ì„œì— ë¼ì´ì„¼ìФ ì‚¬ë³¸ì„ í¬í•¨í•˜ê³  제목 페ì´ì§€ 바로 ë’¤ì— ë‹¤ìŒ ì €ìž‘ê¶Œ ë° ë¼ì´ì„¼ìФ 고지를 ë‘십시오:" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" "Copyright © 2021 Junghee Lee GNU ìžìœ  문서화 ë¼ì´ì„¼ìФ, 버전 1.3 ë˜ëŠ” ìžìœ  소프트웨어 재단ì—서 게시한 ì´í›„" " ë²„ì „ì˜ ì¡°ê±´ì— ë”°ë¼ ì´ ë¬¸ì„œë¥¼ 복사, ë°°í¬ ë°/ë˜ëŠ” 수정할 수 있는 ê¶Œí•œì´ ë¶€ì—¬ë©ë‹ˆë‹¤. 불변 ì„¹ì…˜ì´ ì—†ê³  앞 표지 í…스트 ë° ë’¤ 표지 " "í…스트가 없습니다. ë¼ì´ì„¼ìФ ì‚¬ë³¸ì€ \"GNU ìžìœ  문서화서 ë¼ì´ì„¼ìФ\"ë¼ëŠ” ì„¹ì…˜ì— í¬í•¨ë˜ì–´ 있습니다." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "GNOME 문서화 프로ì íЏ" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "MATE 문서화 프로ì íЏ" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "ìž…ë ¥" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "ì°½" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "í´ë”" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "찾아보기" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "ì¼ë°˜" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "편집" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "기본 설정" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "확ì¸" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "<_:guilabel-1/> 드롭 다운 목ë¡ì—서 ì„ íƒ íšŸìˆ˜ì— ì ìš©í•  ì—°ì‚°ìžë¥¼ ì„ íƒí•©ë‹ˆë‹¤:" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" "ì‹œìŠ¤í…œì— ì¼ë¶€ 필수 구성 요소 패키지가 ì„¤ì¹˜ëœ ê²½ìš°ì—ë§Œ ìž‘ì—…ì´ í‘œì‹œë˜ë„ë¡ ì •ì˜í•  수 있습니다. ì´ê²ƒì€ 알려진 íŒŒì¼ ë˜ëŠ” ì ì–´ë„ íŒ¨í‚¤ì§€ì— " "ì˜í•´ 제공ë˜ì–´ì•¼ 하는 특정 파ì¼ì´ íŒŒì¼ ì‹œìŠ¤í…œ ë° ì‹¤í–‰ 파ì¼ì— 존재해야 í•¨ì„ ì§€ì •í•˜ì—¬ 여기ì—서 확ì¸í•©ë‹ˆë‹¤." #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "ì°¸" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "명령어" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "어디서 ìž‘ì—…ì„ ì‹¤í–‰í•´ì•¼ 합니까?" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "ìž‘ì—…ì„ ì–´ë–»ê²Œ 실행해야 합니까?" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "보통" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "터미ë„" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "í¬í•¨ë¨" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "설명" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "파ì¼" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "저장" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "시스템" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "룩앤필" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "명령 í–‰" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "--help-all" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "가로" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "ì‚­ì œ" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "보기" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "ë„구 모ìŒ" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "ì†ì„±" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "ì•„ì´ì½˜" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "경로" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "경로" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "ë™ìž‘" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "메모" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "Caja" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "Caja-Actions" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "소개" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "시작하기" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" "아트워í¬ëŠ” (uli.peru@gmail.com)ê³¼ DragonArtz (http://www.dragonartz.net)ì˜ í˜¸ì˜ë¡œ 제작ë˜ì—ˆìŠµë‹ˆë‹¤." #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "ë§í¬" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "본 설명서는 GFDLì— ë”°ë¼ ë°°í¬ëœ MATE 설명서 ì»¬ë ‰ì…˜ì˜ ì¼ë¶€ìž…니다. 본 설명서를 컬렉션과 별ë„로 ë°°í¬í•˜ë ¤ëŠ” 경우ì—는 ë¼ì´ì„¼ìФ ì¡°í•­ " "6ì— ë”°ë¼ ë¼ì´ì„¼ìФ ì‚¬ë³¸ì„ ì„¤ëª…ì„œì— ì¶”ê°€í•˜ë©´ ë©ë‹ˆë‹¤." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "ê¸°ì—…ì˜ ì œí’ˆê³¼ 서비스를 ì‹ë³„하기 위해 ì‚¬ìš©ëœ ë§Žì€ ì´ë¦„ì€ ìƒí‘œë¡œ 간주ë©ë‹ˆë‹¤. MATE ë¬¸ì„œì— ì‚¬ìš©ëœ ì´ë¦„ê³¼ MATE 문서화 프로ì íŠ¸ì˜ " "구성ì›ì€ 해당 ìƒí‘œë¡œ, ëª¨ë‘ ëŒ€ë¬¸ìžë¡œ 표시ë˜ê±°ë‚˜ 첫 글ìžê°€ 대문ìžë¡œ 표시ë˜ì–´ 있습니다." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "문서는 \"있는 그대로\"로 제공ë˜ë©° ìƒí’ˆì„±, 특정 목ì ì—ì˜ ì í•©ì„± ë˜ëŠ” ì¤€ìˆ˜ì— ëŒ€í•œ ë³´ì¦ì„ 비롯한 ì¼ì²´ì˜ ëª…ì‹œì  ë˜ëŠ” 암시ì ì¸ ë³´ì¦ì„ " "제한 ì—†ì´ ë¶€ì¸í•©ë‹ˆë‹¤. 문서 ë° ìˆ˜ì •íŒì˜ 품질, 정확성 ë° ì„±ëŠ¥ì— ëŒ€í•œ ì±…ìž„ì€ ì „ì ìœ¼ë¡œ 사용ìžì—게 있습니다. 문서 ë˜ëŠ” 수정íŒì— 대한 " "오류를 ìž…ì¦í•˜ë ¤ë©´ 사용ìž(ì›ì €ìž‘ìž, ì €ìž‘ìž ë˜ëŠ” ë°°í¬ìž 아님)는 필요한 서비스, 수리 ë° ìˆ˜ì • ë¹„ìš©ì„ ë¶€ë‹´í•´ì•¼ 합니다. 본 ë³´ì¦ ë¶€ì¸ì€ " "ë¼ì´ì„¼ìŠ¤ì˜ í•„ìˆ˜ ë¶€ë¶„ì— í•´ë‹¹í•©ë‹ˆë‹¤. 본 ë³´ì¦ ë¶€ì¸ì„ 따르지 않는 모든 문서나 수정íŒì€ 사용할 수 없습니다." #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "ë˜í•œ 불법 행위(ë¶€ì£¼ì˜ í¬í•¨), 계약 ë˜ëŠ” ì§ì ‘, ê°„ì ‘, 특별, ë¶€ìˆ˜ì  ë° íŒŒìƒì ì¸ 모든 ì†í•´(ì˜ì—…ê¶Œ ì†ì‹¤, 작업 중지, 컴퓨터 오류 ë°" " 고장 ë˜ëŠ” 본 문서나 수정íŒì˜ 사용으로 ì¸í•´ ë°œìƒí•˜ê±°ë‚˜ ê´€ë ¨ëœ ê¸°íƒ€ 모든 ì†ì‹¤ ë° ì´ëŸ¬í•œ ì†ì‹¤ ê°€ëŠ¥ì„±ì— ëŒ€í•´ 미리 공지한 경우ì—ë„ " "제한ë˜ì§€ 않ìŒ)ì— ëŒ€í•´ì„œëŠ” 어떠한 ìƒí™©ì´ë‚˜ 법률ì ì¸ ì´ë¡  하ì—ì„œë„ ë³¸ 문서 ë˜ëŠ” 수정íŒì˜ 저작ìž, ì›ì €ìž, 모든 ë°°í¬ìž ë˜ëŠ” 공급ìžëŠ” " "ì±…ìž„ì„ ì§€ì§€ 않습니다." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "ë¬¸ì„œì˜ ë¬¸ì„œ ë° ìˆ˜ì •ëœ ë²„ì „ì€ gnu ìžìœ  문서 ë¼ì´ì„¼ìŠ¤ì˜ ì¡°ê±´ì— ë”°ë¼ ì œê³µë˜ë©°, ë‹¤ìŒ ì‚¬í•­ì„ ë” ìž˜ ì´í•´í•˜ê³  있습니다: " "<_:orderedlist-1/>" caja-actions-1.27.0/docs/help/ku/000077500000000000000000000000001433352025300164345ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/ku/ku.po000066400000000000000000004440071433352025300174240ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Kurdish (https://www.transifex.com/mate/teams/13566/ku/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ku\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Windows" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Bigere" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Biguherîne" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Vebijêrk" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Bikşîne" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Ferman" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Asayî" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Termînal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "VeÅŸartî" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Daxuyanî" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Pel" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Tomar bike" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Pergal" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Dîtin û Hestkirin" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Rêzika Fermanan" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Jê bibe" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Dîtin" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Darikên Amûran" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Taybetmendî" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Sembol" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Rêç" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "RÊ" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Çalakî" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Têbinî" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "girêdan" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/ku_IQ/000077500000000000000000000000001433352025300170255ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/ku_IQ/ku_IQ.po000066400000000000000000004441151433352025300204060ustar00rootroot00000000000000# # Translators: # Rasti K5 , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Rasti K5 , 2021\n" "Language-Team: Kurdish (Iraq) (https://www.transifex.com/mate/teams/13566/ku_IQ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ku_IQ\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "کاخا" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "تێخستن" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "ØŸ" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "پەنجەرە" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "دەستکاریکردن" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "هەڵبژاردنەکان" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Ùەرمان" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "ئاسایی" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "تێرمینال" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "پێناسە" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "پەرگە" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "پاشەکەوتکردن" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "سیستەم" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "س" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "سیلیزی" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "سڕینەوە" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "بینین" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "توولامرازەکان" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "تایبەتمەندییەکان" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "ÙˆÛŽÙ†Û†Ú†Ú©Û•" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Ú•ÛŽÚ•Û•Ùˆ" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "Ú•ÛŽÚ•Û•Ùˆ" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "تێبینییەکان" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "بەستەر" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/ky/000077500000000000000000000000001433352025300164405ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/ky/ky.po000066400000000000000000004442321433352025300174340ustar00rootroot00000000000000# # Translators: # ballpen, 2021 # Martin Wimpress , 2021 # 41e38594a6ab66d45dbd71e8e44a0b16_36d21e8, 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: 41e38594a6ab66d45dbd71e8e44a0b16_36d21e8, 2021\n" "Language-Team: Kyrgyz (https://www.transifex.com/mate/teams/13566/ky/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ky\n" "Plural-Forms: nplurals=1; plural=0;\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Коюу" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Терезелер" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Бак" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Көрүү" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Жалпы" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Оңдоо" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "ЫраÑтоолор" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Команда" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Кадимкидей" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Терминал" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "БаÑндамаÑÑ‹" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Файл" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Сактоо" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "СиÑтема" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "ЖаÑалгалоо" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Командалык Ñап" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Өчүрүү" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Көрүнүш" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "ÐÑпап панели" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "КаÑиеттери" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Значок" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Жол" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "ЖОЛ" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Белгилер" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "шилтеме" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/lt/000077500000000000000000000000001433352025300164345ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/lt/lt.po000066400000000000000000004510041433352025300174170ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # brennus , 2021 # Stefano Karapetsas , 2021 # Džiugas GrÄ—bliÅ«nas , 2021 # Moo, 2022 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Moo, 2022\n" "Language-Team: Lithuanian (https://www.transifex.com/mate/teams/13566/lt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: lt\n" "Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "GNOME dokumentacijos projektas" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "MATE dokumentacijos projektas" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Ä®terpti" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Langai" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "Å al" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Aplankai" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "NarÅ¡yti" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Bendrinis" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Taisa" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Nustatymai" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "Gerai" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "teigiama" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Komanda" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "Darbinis katalogas" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normalus" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminalas" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Ä®montuotas" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "ApraÅ¡ymas" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Failas" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "Naujas profilis" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Ä®raÅ¡yti" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistema" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "IÅ¡vaizda ir elgsena" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "KomandinÄ— eilutÄ—" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "Ä®vesti" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "IÅ¡trinti" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "F5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Rodymas" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Ä®rankių juostos" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "SavybÄ—s" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Piktograma" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Kelias" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "KELIAS" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Veiksmas" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Pastabos" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Įžanga" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "Darbo pradžia" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "nuoroda" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Å is žinynas yra MATE žinynų rinkinio, platinamo GFDL sÄ…lygomis, dalis. Jeigu" " norite dalintis Å¡iuo žinynu atskirai nuo Å¡io rinkinio, galite tÄ… daryti " "pridÄ—dami Å¡ios licencijos kopijÄ…, kaip nurodyta 6 Å¡ios licencijos dalyje." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "Nemažai įmonių, jų produktų ir paslaugų pavadinimai laikomi prekÄ—s ženklais." " Kuomet Å¡ie pavadinimai pasirodo bet kur MATE dokumentacijoje, ir MATE " "dokumentacijos projekto nariai atkreipia į juos dÄ—mesį, Å¡ie pavadinimai " "radomi didžiosiomis raidÄ—mis arba pradedami didžiÄ…ja raide." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "DOKUMENTAS PATEIKIAMAS TOKS, KOKS YRA, BE BET KOKIOS RŪŠIES GARANTIJŲ, " "IÅ REIKÅ TŲ AR PAREIKÅ TŲ, NERIBOTAI LAIKANT, KAD DOKUMENTAS AR JO MODIFIKUOTA " "VERSIJA YRA BE KLAIDŲ, TINKAMA KONKREÄŒIAI PASKIRÄŒIAI ARBA NEPAŽEIDŽIANTI TAM" " TIKRŲ TEISIŲ. VISA Å IO DOKUMENTO AR JO MODIFIKUOTOS VERSIJOS KOKYBÄ–S, " "TIKSLUMO IR VEIKIMO PRIKLAUSO JUMS. ESANT BET KOKIAM Å IO DOKUMENTO AR JO " "MODIFIKUOTOS VERSIJOS TRŪKUMUI, JŪS (NE PIRMINIS RAÅ YTOJAS, AUTORIUS AR " "KITAS PAGALBININKAS) PRISIIMATE REIKIAMO APTARNAVIMO, REMONTO AR TAISYMO " "IÅ LAIDAS. Å IS ATSAKOMYBÄ–S ATSISAKYMAS YRA ESMINÄ– Å IOS LICENCIJOS DALIS. " "TOLIAU NELEIDŽIAMAS JOKS Å IO DOKUMENTO AR MODIFIKUOTOS VERSIJOS NAUDOJIMAS, " "IÅ SKYRUS PAGAL Å Ä® ATSAKOMYBÄ–S ATSISAKYMÄ„; IR" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "ESANT JOKIOMS APLINKYMBÄ–MS IR JOKIAI TEISINEI TEORIJAI AR DELIKTUI " "(Ä®SKAITANT APLAIDUMÄ„), SUTARÄŒIAI AR KITAIS ATŽVILGIAIS, Å IO DOKUMETNO AR JO " "MODIFIKUOTOS VERSIJOS AUTORIUS, PRADINIS RAÅ YTOJAS, BET KURIS PAGALBININKAS " "ARBA BET KURIS PLATINTOJAS NÄ–RA ATSAKINGAS BET KURIAM ASMENIUI UŽ BET KOKIUS" " TIESIOGINIUS, NETIESIOGINIUS, YPATINGUS, ATSITIKTINIUS AR PASEKMINIUS " "NUOSTOLIUS, Ä®SKAITANT DARBO SUSTOJIMÄ„, KOMPIUTERIO GEDIMUS AR BET KURIUOS " "KITUS NUOSTOLIUS ARBA PRARADIMUS, KYLANÄŒIUS IÅ  ARBA SUSIJUSIUS SU Å IO " "DOKUMENTO AR JO MODIFIKUOTŲ VERSIJŲ NAUDOJIMU, NET JEI IR VIENA IÅ  PUSIŲ YRA" " INFORMUOTA APIE TOKIŲ NUOSTOLIŲ GALIMYBĘ." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "DOKUMENTAS IR MODIFIKUOTOS JO VERSIJOS PATEIKIAMOS GNU LAISVOSIOS " "DOKUMENTACIJOS LICENCIJOS SÄ„LYGOMIS SU TOLESNIU SUPRATIMU, KAD: " "<_:orderedlist-1/>" caja-actions-1.27.0/docs/help/lv/000077500000000000000000000000001433352025300164365ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/lv/lv.po000066400000000000000000004443101433352025300174250ustar00rootroot00000000000000# # Translators: # Rihards PriedÄ«tis , 2021 # duck , 2021 # Martin Wimpress , 2021 # Imants Liepiņš , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Latvian (https://www.transifex.com/mate/teams/13566/lv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Ievietot" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Logi" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Mapes" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "PÄrlÅ«kot" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "KopÄ«gs" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Rediģēt" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "IestatÄ«jumi" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "patiess" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Komanda" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Parasts" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "TerminÄlis" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "IegultÄ" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Apraksts" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Fails" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "SaglabÄt" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "SistÄ“ma" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Izskats un uzvedÄ«ba" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Komandrinda" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "DzÄ“st" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Skats" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "RÄ«kjoslas" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Parametri" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Ikona" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Ceļš" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "CEĻŠ" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "DarbÄ«ba" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "PiezÄ«mes" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Ievads" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "saite" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/mai/000077500000000000000000000000001433352025300165635ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/mai/mai.po000066400000000000000000004444201433352025300177010ustar00rootroot00000000000000# # Translators: # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Maithili (https://www.transifex.com/mate/teams/13566/mai/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: mai\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "नाटिलस" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "विंडोज़" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "फ़ोलà¥à¤¡à¤°à¤¸à¤­" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "बà¥à¤°à¥‰à¤‰à¤œ करू" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "सामानà¥à¤¯" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "संपादन" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "वरीयतासभ" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "सही" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "कमांड" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "सामानà¥à¤¯" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "टरà¥à¤®à¤¿à¤¨à¤²" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "अंतःसà¥à¤¥à¤¾à¤ªà¤¿à¤¤" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "विवरण" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "फ़ाइल" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "सहेजू" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "सिसà¥à¤Ÿà¤®" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "रूप-रंग" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "कमांड लाइन" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "मेटाबू" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "दृशà¥à¤¯" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "टूलबार" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "गà¥à¤£" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "चिहà¥à¤¨" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "पथ" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "PATH" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "कà¥à¤°à¤¿à¤¯à¤¾" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "टिपà¥à¤ªà¤£à¥€" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "परिचय" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "लिंक " #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/mg/000077500000000000000000000000001433352025300164205ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/mg/mg.po000066400000000000000000004437071433352025300174020ustar00rootroot00000000000000# # Translators: # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Malagasy (https://www.transifex.com/mate/teams/13566/mg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: mg\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Windows" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Zahavo" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Fanovana" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Safidy" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Baiko" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Tokony ho izy" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Voarakitra" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Fanoritsoritana" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Rakitra" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Raiketo" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Rafitra" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Lazam-baiko" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Fafao" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Seho" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Anjam-pitaovana" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Toetoetra" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Kisary" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Sori-dàlana" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "LALANA" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Asa" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Sora-pitadidiana" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "rohy" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/mk/000077500000000000000000000000001433352025300164245ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/mk/mk.po000066400000000000000000004444551433352025300174130ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # exoos , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Macedonian (https://www.transifex.com/mate/teams/13566/mk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: mk\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Прозорци" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Папки" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Разгледај" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Вообичаено" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Уреди" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Параметри" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "true" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Команда" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Ðормално" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Терминал" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Вградено" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "ОпиÑ" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Датотека" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Зачувај" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "СиÑтем" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Изглед" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Командна линија" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V-волти" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Избриши" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Преглед" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Ленти Ñо алатки" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "СвојÑтва" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Икона" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Патека" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "PATH" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "ДејÑтвие" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Забелешки" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "ПретÑтавување" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "врÑка" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/ml/000077500000000000000000000000001433352025300164255ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/ml/ml.po000066400000000000000000004450161433352025300174070ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Malayalam (https://www.transifex.com/mate/teams/13566/ml/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ml\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "നോടàµà´Ÿà´¿à´²à´¸àµ" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "ജാലകങàµà´™à´³àµâ€" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "അറകളàµâ€" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "പരതàµà´•" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "സാധാരണ" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "à´šà´¿à´Ÿàµà´Ÿà´ªàµà´ªàµ†à´Ÿàµà´¤àµà´¤àµà´•" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "à´®àµà´¨àµâ€à´—ണനകളàµâ€" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "true" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "നിയനàµà´¤àµà´°à´£à´‚" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "മാറàµà´±àµà´•" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "ആജàµà´ž" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "സാധാരണ" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "ടെരàµâ€à´®à´¿à´¨à´²àµâ€" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "എംബഡàµà´¡à´Ÿàµ" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "വിവരണം " #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "ഫയലàµâ€" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "സംരംകàµà´·à´¿à´•àµà´•àµà´•" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "സിസàµà´±àµà´±à´‚" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "ചമയം" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "ആജàµà´žà´¾ à´¸àµà´¥à´¾à´¨à´‚" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "സെ" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "നീകàµà´•à´‚ ചെയàµà´¯àµà´•" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "കാഴàµà´š" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "ഉപകരണപടàµà´Ÿà´•ൾ" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "à´—àµà´£à´—ണങàµà´™à´³àµâ€" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "à´šà´¿à´¹àµà´¨à´‚" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "വഴി" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "PATH" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "à´ªàµà´°à´µà´°àµâ€à´¤àµà´¤à´¨à´‚" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "à´•àµà´±à´¿à´ªàµà´ªàµà´•à´³àµâ€" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "അവതരണം" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "ബനàµà´§à´‚" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/mn/000077500000000000000000000000001433352025300164275ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/mn/mn.po000066400000000000000000004442441433352025300174150ustar00rootroot00000000000000# # Translators: # baynaa devr , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Mongolian (https://www.transifex.com/mate/teams/13566/mn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: mn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "ÐаутилуÑ" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Цонх" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Сонгох" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "ҮндÑÑн" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "ЗаÑварлах" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Тохиргоо" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Strg" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Тушаал" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Терминал" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "ОруулÑан " #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Тодорхойлолт" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Файл" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Хадгалах" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "СиÑтем" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Харагдах байдал" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Тушаалын мөр" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "Ð¥" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "УÑтгах" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Харах" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Багаж Ñамбар" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Шинж чанар" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Эмблем" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Зам" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "ЗÐМ" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "ҮйлдÑл" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "ТÑмдÑглÑл" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "ХолбооÑ" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/mr/000077500000000000000000000000001433352025300164335ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/mr/mr.po000066400000000000000000004446751433352025300174350ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # Vaibhav S Dalvi , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Marathi (https://www.transifex.com/mate/teams/13566/mr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: mr\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "नॉटीलस" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "दाखल करा" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "विंडोज" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "संचयीका" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "संचार" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "साधारण" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "संपादन करा" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "पà¥à¤°à¤¾à¤§à¤¾à¤¨à¥à¤¯à¤•à¥à¤°à¤®" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "खरे आहे" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "आदेश" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "साधारण" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "टरà¥à¤®à¤¿à¤¨à¤²" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "à¤à¤‚बेडेड" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "वरà¥à¤£à¤¨" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "फाइल" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "संचयन" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "पà¥à¤°à¤£à¤¾à¤²à¥€" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "दृशà¥à¤¯ व पà¥à¤°à¤­à¤¾à¤µ" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "आदेश पंकà¥à¤¤à¥€" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "काढून टाका" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "दृशà¥à¤¯" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "साधनपटà¥à¤Ÿà¥€" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "वैशिषà¥à¤Ÿà¥à¤¯à¥‡" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "चिनà¥à¤¹" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "मारà¥à¤—" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "मारà¥à¤—" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "कà¥à¤°à¤¿à¤¯à¤¾" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "टीप" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "परिचय" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "लिंक" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/ms/000077500000000000000000000000001433352025300164345ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/ms/ms.po000066400000000000000000004511041433352025300174200ustar00rootroot00000000000000# # Translators: # Puretech , 2021 # Martin Wimpress , 2021 # abuyop , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Malay (https://www.transifex.com/mate/teams/13566/ms/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ms\n" "Plural-Forms: nplurals=1; plural=0;\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "Projek Dokumentasi GNOME" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "Projek Dokumentasi MATE" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Sisip" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Windows" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "Del" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Folder" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Layar" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Umum" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Sunting" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Keutamaan" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "OK" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "<" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr ">" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "benar" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Perintah" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Biasa" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Terbenam" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "Parameter" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Keterangan" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Fail" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Simpan" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistem" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Penampilan" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Baris perintah" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "Return" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Padam" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "F5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Lihat" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Palang Alat" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Sifat" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Ikon" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Laluan" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "LALUAN" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Tindakan" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Nota" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Pengenalan" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "Membiasakan Diri" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "pautan" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Panduan ini adalah sebahagian dari koleksi panduan MATE yang diedar bawah " "GFDL. Jika anda mahu edar panduan ini secara berasingan dari koleksi " "asalnya, anda boleh membuat sedemikian dengan menambah satu salinan lesen ke" " dalam panduan sepertimana yang dijelaskan dalam seksyen 6 lesen tersebut." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "Kebanyakan nama digunakan oleh syarikat untuk membezakan produk dan " "perkhidmatan mereka dituntut sebagai tanda dagangan. Jika nama tersebut ada " "di dalam dokumentasi MATE, dan ahli-ahli Projek Dokumentasi MATE sedar akan " "tanda dagangan tersebut, kerana nama-nama tersebut telah di huruf besarkan " "atau huruf awalnya telah dihuruf besarkan." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "DOKUMEN DISEDIAKAN SEBAGAI DASAR \"SEBAGAIMANA ADANYA\", TANPA JAMINAN ATAS " "APA JUA, SAMA ADA DIUNGKAP ATAU DILAKSANA, TERMASUKLAH, TANPA HAD, JAMINAN " "TERHADAP DOKUMEN ATAU VERSI UBAHSUAI DOKUMEN ADALAH BEBAS MASALAH " "KEBOLEHNIAGAAN. SESUAI ATAS TUJUAN TERTENTU ATAU BUKAN-PELANGGARAN. " "KESELURUHAN RISIKO ATAS KUALITI, KETEPATAN, DAN PRESTASI DOKUMEN ATAU VERSI " "UBAHSUAI DOKUMEN TERLETAK PADA DIRI ANDA. SEKIRANYA TERDAPAT MANA-MANA " "DOKUMEN ATAU VERSI UBAHSUAI DOKUMEN YANG BERMASALAH DALAM APA JUA BENTUK, " "ANDA (BUKAN PENULIS, PENGARANG ATAU MANA-MANA PENYUMBANG ASAL) MENANGGUNG " "KOS APA JUA PERKHIDMATAN, PEMBAIKAN ATAU PEMBETULAN YANG DIPERLUKAN. " "PENAFIAN JAMINAN INI TERBENTUK SEBAGAI BAHAGIAN PENTING LESEN INI. MAKA " "TIDAK PENGGUNAAN MANA-MANA DOKUMEN ATAU VERSI UBAHSUAI DOKUMEN DIIZINKAN " "KECUALI TERTAKLUK DI BAWAH PENAFIAN INI; DAN" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "TANPA DI BAWAH APA-APA KEADAAN DAN TEORI PERUNDANGAN, SAMA ADA DALAM TORT " "(TERMASUKLAH KECUAIAN), KONTRAK, ATAU SEUMPAMA DENGANNYA, SI PENGARANG, " "PENULIS ASAL, MANA-MANA PENYUMBANG, ATAU MANA-MANA PENGEDAR DOKUMEN ATAU " "VERSI UBAHSUAI DOKUMEN, ATAU MANA-MANA PEMBEKAL ATAS APA JUA KUMPULAN, JUGA " "PADA MANA-MANA INDIVIDU ATAS KEROSAKAN SECARA LANGSUNG ATAU TIDAK LANGSUNG, " "SECARA KHUSUS, TIDAK SENGAJA ATAU, KEROSAKAN LANJUTAN TERHADAP SESIAPA " "SAHAJA, TERMASUKLAH TANPA HAD BAGI KEROSAKAN NAMA BAIK, GANGGUAN KERJA, " "KEGAGALAN ATAU KEROSAKAN KOMPUTER, ATAU MANA-MANA MAHUPUN SEMUA KEROSAKAN " "LAIN BERKAITAN PENGGUNAAN DOKUMEN DAN VERSI UBAHSUAI DOKUMEN, WALAUPUN PIHAK" " TERSEBUT TELAH DIMAKLUMKAN ADANYA KEBARANGKALIAN KEROSAKAN SEBEGITU BOLEH " "BERLAKU." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "DOKUMEN DAN VERSI UBAHSUAI DOKUMEN DISEDIAKAN BAWAH TERMA LESEN DOKUMENTASI " "BEBAS GNU DENGAN PERKARA BERIKUT: <_:orderedlist-1/>" caja-actions-1.27.0/docs/help/nb/000077500000000000000000000000001433352025300164145ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/nb/nb.po000066400000000000000000004453161433352025300173700ustar00rootroot00000000000000# # Translators: # Kenneth Jenssen , 2021 # Martin Wimpress , 2021 # Imre Kristoffer Eilertsen , 2021 # b84df44fb72862b85bae7a669218c6c2, 2021 # Alexander Jansen , 2021 # Allan Nordhøy , 2021 # Stefano Karapetsas , 2021 # Jan Sherdahl, 2021 # heskjestad , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: heskjestad , 2021\n" "Language-Team: Norwegian BokmÃ¥l (https://www.transifex.com/mate/teams/13566/nb/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: nb\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "Oppsettsverktøy for Caja-Actions" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "Caja-Actions" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "GNOME dokumentasjonsprosjekt" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "MATE dokumentasjonsprosjekt" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "Kjøremodus" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "ForeslÃ¥tt snarvei" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Sett inn" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "MÃ¥ samsvare med én av" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "MÃ¥ ikke samsvare med noen av" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Vinduer" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "Del" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Mapper" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Bla" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Vanlig" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Rediger" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Innstillinger" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "OK" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "Egenskaper" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "Legger til en ny egenskap" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "MÃ¥ samsvare med alle av" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "<" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "(lik)" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr ">" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "(større enn)" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "sann" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Kommando" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "Arbeidsmappe" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normal" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Innebygd" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "Varsling av oppstart" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "Kjør som bruker" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Beskrivelse" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "Importerer handlinger" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Fil" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "Ny Caja-meny" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "Ny profil" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Lagre" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "System" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Utseende og oppførsel" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Kommandolinje" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "Enter" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Slett" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "F5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Vis" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Verktøylinjer" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Egenskaper" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Ikon" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Sti" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "STI" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Handling" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Notater" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Introduksjon" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "Kom i gang" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "lenke" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/nds/000077500000000000000000000000001433352025300166015ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/nds/nds.po000066400000000000000000004440731433352025300177410ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # Stefano Karapetsas , 2021 # Benedikt Straub , 2022 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Benedikt Straub , 2022\n" "Language-Team: Low German (https://www.transifex.com/mate/teams/13566/nds/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: nds\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "Caja-Aktionen" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Fenster" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Verteeknisse" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "nahkieken" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Bewarken" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Instellens" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "Vermögens" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Strg" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Order" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normal" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Inbett" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Beschrieven" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Datei" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Spiekern" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "System" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Utsehn" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Löschen" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Ansicht" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Werkzeugleisten" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Eegenschapten" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Icon" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Pad" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "PADD" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Aktschoon" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Notizen" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "Verknüppen" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/ne/000077500000000000000000000000001433352025300164175ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/ne/ne.po000066400000000000000000004451121433352025300173700ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # Sven Keeter , 2021 # chautari , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Nepali (https://www.transifex.com/mate/teams/13566/ne/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ne\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "नटलस" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "घà¥à¤¸à¤¾à¤‰à¤¨à¥à¤¹à¥‹à¤¸à¥" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "विनà¥à¤¡à¥‹à¤œ" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "फोलà¥à¤¡à¤°à¤¹à¤°à¥‚" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "बà¥à¤°à¤¾à¤‰à¤œ गरà¥à¤¨à¥à¤¹à¥‹à¤¸à¥" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "साà¤à¤¾" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "समà¥à¤ªà¤¾à¤¦à¤¨" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "पà¥à¤°à¤¾à¤¥à¤®à¤¿à¤•ताहरू" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "ठीक" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "आदेश" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "सामानà¥à¤¯" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "टरà¥à¤®à¤¿à¤¨à¤²" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "समà¥à¤®à¤¿à¤²à¤¿à¤¤" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "वरà¥à¤£à¤¨" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "फाइल" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "बचत गरà¥à¤¨à¥à¤¹à¥‹à¤¸à¥" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "पà¥à¤°à¤£à¤¾à¤²à¥€" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "हेरà¥à¤¨à¥à¤¹à¥‹à¤¸à¥ अनà¥à¤­à¤µ गरà¥à¤¨à¥à¤¹à¥‹à¤¸à¥" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "आदेश रेखा" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "मेटà¥à¤¨à¥à¤¹à¥‹à¤¸à¥" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "दृशà¥à¤¯" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "औजारपटà¥à¤Ÿà¥€à¤¹à¤°à¥‚" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "गà¥à¤£à¤¹à¤°à¥‚" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "पà¥à¤°à¤¤à¤¿à¤®à¤¾" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "मारà¥à¤—" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "मारà¥à¤—" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "कारà¥à¤¯" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "दà¥à¤°à¤·à¥à¤Ÿà¤µà¥à¤¯à¤¹à¤°à¥‚" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "परिचय" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "लिङà¥à¤•" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/nl/000077500000000000000000000000001433352025300164265ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/nl/nl.po000066400000000000000000004524721433352025300174150ustar00rootroot00000000000000# # Translators: # Stef Pletinck , 2021 # Ronald van Zuijlen, 2021 # 8c3c560621f92e66455793da7b85eff0_8989672 <0e181aafae430e5c919398b6a7bba462_109266>, 2021 # dragnadh, 2021 # Nathan Follens, 2021 # Michael Steenbeek , 2021 # Erik Bent , 2021 # Stefano Karapetsas , 2021 # b9b0d258fa591da5350b6e67cf68cd68_9fecbb4 <28506b9ff23f99a34b566250ce31bbad_250479>, 2021 # Pjotr , 2021 # kaasknak, 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: kaasknak, 2021\n" "Language-Team: Dutch (https://www.transifex.com/mate/teams/13566/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "Caja-Acties instellingengereedschap" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "Caja-acties" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "GNOME Documentatie Project" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "MATE Documentatie Project" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "Uitvoeringsmodus" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "Voorgestelde sneltoets" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Insert" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "Moet overeen komen met één van" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "Mag niet overeenkomen met één van" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Vensters" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "Del" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Mappen" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Bladeren" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Algemeen" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Bewerken" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Voorkeuren" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "Oké" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "Eigenschappen" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "Een nieuwe eigenschap toevoegen" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "Moet overeen komen met alle van" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "<" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "(gelijk aan)" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr ">" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "(alleen groter dan)" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "waar" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Opdracht" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "Werkmap" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normaal" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminalvenster" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Ingebed" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "Opstartmelding" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "Uitvoeren als gebruiker" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Beschrijving" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "Acties invoeren" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Bestand" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "Nieuw Cajamenu" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "Nieuw profiel" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Opslaan" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Systeem" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Uiterlijk en gedrag" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Opdrachtregel" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "Return" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Delete" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "F5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Beeld" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Werkbalken" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Eigenschappen" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Pictogram" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Pad" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "PAD" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Actie" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Opmerkingen" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Introductie" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "koppeling" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Deze handleiding maakt deel uit van een verzameling MATE handleidingen onder" " de GFDL. Als u deze handleiding afzonderlijk wilt verspreiden, dan kan u " "dit doen door een kopie van de licentie aan de handleiding toe te voegen, " "zoals beschreven in hoofdstuk 6 van de licentie." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "Vele van de namen die worden gebruikt door bedrijven om hun producten en " "diensten te onderscheiden zijn vastgelegd als handelsmerken. Wanneer deze " "namen voorkomen in enige MATE documentatie, en wanneer de leden van het MATE" " Documentatie Project hierop attent zijn gemaakt, zullen deze namen in " "hoofdletters zijn of beginnen met hoofdletters." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "HET DOCUMENT WORDT AANGEBODEN OP EEN \"ZOALS HET IS\" BASIS, ZONDER ENIGE " "VORM VAN GARANTIE, ZOWEL UITGESPROKEN ALS GEÃMPLICEERD, INCLUSIEF, ZONDER " "BEPERKINGEN, GARANTIES DAT HET DOCUMENT OF DE AANGEPASTE VERSIE VAN HET " "DOCUMENT VRIJ IS VAN VERHANDELBARE GEBREKEN OF GESCHIKT IS VOOR EEN BEPAALD " "DOEL IS, OF GEEN INBREUK MAAKT. HET VOLLEDIGE RISICO BETREFFENDE DE " "KWALITEIT, ACCURAATHEID, EN PRESTATIES VAN HET DOCUMENT OF DE AANGEPASTE " "VERSIE VAN HET DOCUMENT LIGT BIJ U. INDIEN HET DOCUMENT DEFECT BLIJKT TE " "ZIJN IN ENIGE VORM, ZAL U (NIET DE INITIËLE SCHRIJVER, AUTEUR OF ENIGE " "BIJDRAGER) DE KOSTEN VOOR BENODIGD ONDERHOUD, REPARATIE OF CORRECTIE OP ZICH" " NEMEN. DEZE AANSPRAKELIJKHEIDSUITSLUITING IS EEN WEZENLIJK ONDERDEEL VAN " "DEZE LICENTIE. GEEN ENKEL GEBRUIK VAN DIT DOCUMENT OF AANGEPASTE VERSIE VAN " "HET DOCUMENT IS TOEGESTAAN ZONDER DEZE UITSLUITING VAN AANSPRAKELIJKHEID; EN" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "ONDER GEEN ENKELE OMSTANDIGHEDEN EN ONDER GEEN JURIDISCHE THEORIE, ZIJ HET " "WETTELIJK (INCLUSIEF NALATIGHEID), CONTRACT, OF ANDERZIJDS ZAL DE AUTEUR, " "INITIËLE AUTEUR, ENIGE BIJDRAGER VAN HET DOCUMENT OF DE AANPASTE VERSIE VAN " "HET DOCUMENT, NOCH ENIGE LEVERANCIER VAN EEN VAN DEZE PARTIJEN, " "AANSPRAKELIJK GEHOUDEN WORDEN DOOR ENIG PERSOON VOOR ENIGE DIRECTE, " "INDIRECTE, SPECIALE, INCIDENTELE, OF GEVOLG SCHADE IN ELKE VORM INCLUSIEF, " "ZONDER BEPERKING, SCHADE DOOR VERLIES VAN GOEDE WIL, WERK ONDERBREKING, " "COMPUTER FALEN OF STORING, OF ENIGE ANDERE VORM VAN SCHADE OF VERLIES ALS " "GEVOLGEN VAN HET GEBRUIKT VAN HET DOCUMENT EN DE AANGEPASTE VERSIES VAN HET " "DOCUMENT, ZELFS ALS ZO EEN PARTIJ GEÃNFORMEERD ZOU ZIJN OVER DE MOGELIJKHEID" " VAN ZULKE SCHADES." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "HET DOCUMENT EN AANGEPASTE VERSIES VAN HET DOCUMENT WORDEN BESCHIKBAAR " "GESTELD ONDER DE VOORWAARDEN VAN DE GNU FREE DOCUMENTATION LICENTIE WAARBIJ " "BUITENDIEN GELDT DAT: <_:orderedlist-1/>" caja-actions-1.27.0/docs/help/nn/000077500000000000000000000000001433352025300164305ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/nn/nn.po000066400000000000000000004442311433352025300174130ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # Øystein Steffensen-Alværvik, 2021 # Stefano Karapetsas , 2021 # Andrew Rabbitt , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Andrew Rabbitt , 2021\n" "Language-Team: Norwegian Nynorsk (https://www.transifex.com/mate/teams/13566/nn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: nn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "GNOME Dokumentasjonsprosjekt" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "MATE Dokumentasjonsprosjekt" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Set inn" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Vindauge" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Mapper" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Bla gjennom" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Felles" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Endra" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Innstillingar" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "sann" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Kommando" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normal" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Innebygd" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Skildring" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Fil" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Lagra" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "System" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "UtsjÃ¥ande" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Kommandolinje" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Slett" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Vis" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Verktøylinjer" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Eigenskapar" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Ikon" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Sti" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "STIGE" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Handling" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Notat" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Innføring" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "lenkje" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/nso/000077500000000000000000000000001433352025300166145ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/nso/nso.po000066400000000000000000004436251433352025300177710ustar00rootroot00000000000000# # Translators: # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Northern Sotho (https://www.transifex.com/mate/teams/13566/nso/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: nso\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Mafesetere" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Fetleka" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "LokiÅ¡a" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Taelo" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Kgokagano ya dithapo" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Tlhaloso" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Tshepedio" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Phumola" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Bara ya didiriÅ¡wa" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "DipharologantÅ¡ho" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Leswao" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Tsejana" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Mogato" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Ela hloko" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "kgokaganyo" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/oc/000077500000000000000000000000001433352025300164165ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/oc/oc.po000066400000000000000000004520221433352025300173640ustar00rootroot00000000000000# # Translators: # Tot en òc , 2021 # 48c2de07903ce5a77a8e90265f95c4c2_8909374 <837c8d0ab97b27e737893c19f79bd4de_348476>, 2021 # Martin Wimpress , 2021 # Cédric Valmary , 2021 # Stefano Karapetsas , 2021 # Wolfgang Ulbrich , 2021 # Quentin PAGÈS, 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Quentin PAGÈS, 2021\n" "Language-Team: Occitan (post 1500) (https://www.transifex.com/mate/teams/13566/oc/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: oc\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "2011" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "Caja-Actions" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "GNOME Documentation Project" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "Projècte de documentacion de MATE" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "Pierre" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Inserir" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Windows" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "Sup." #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Repertòris" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Percórrer" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Edicion" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Preferéncias" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "D’acòrdi" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "true" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Comanda" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "Repertòri de trabalh" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normala" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Integrat" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Descripcion" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "%u" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "%U" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Fichièr" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "Menú Caja novèl" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "Perfil novèl" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Enregistrar" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistèma" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Aparéncia" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Linha de comanda" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "Retorn" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Suprimir" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "F5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "Afichar l’ajuda." #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Afichatge" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Barras d'aisinas" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Proprietats" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Icòna" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Camin" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "EMPLAÇAMENT" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Accion" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Nòtas" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Introduccion" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "Començar" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "ligam" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Aqueste manual fa part de la colleccion de manuals de MATE distribuits jols " "tèrmes de la licéncia de documentacion liura GNU. Se volètz distribuir " "aqueste document a despart de la colleccion, o podètz far en ajustant un " "exemplar de la licéncia al manual, coma indicat a la seccion 6 de la " "licéncia." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "La màger part dels noms utilizats per las entrepresas per distinguir lors " "produches e servicis son de marcas depausadas. Quand aqueles noms apareisson" " dins la documentacion MATE e que los membres del projècte de Documentacion " "MATE son informats de l’existéncia d’aquelas marcas depausadas, siá aqueles " "noms entièrs, siá lor primièra letra es en majuscula." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "LO DOCUMENT ES PROVESIT « TAL COMA ES » SENS CAP DE GARANTIDA DE QUIN TIPE " "QUE SIÃ, EXPLICITA O IMPLICADA, AQUÃ’ INCLUTZ, SENS CAP DE LIMIT, LAS " "GARANTIDAS QUE LO DOCUMENT O UNA VERSION MODIFICADA NON AJA PAS CAP DE " "DEFAUT, QUE SIà COMERCIABLE, QUE SIà ADAPTAT PER UN USATGE PARTICULAR O QUE " "ENFRANGA PAS LA LEI. TOT LO RISC RESPÈCTE A LA QUALITAT, L’EXACTITUD O LAS " "QUALITATS TECNICAS DEL DOCUMENT O DE SAS VERSIONS MODIFICADAS ES VÃ’STRE. SE " "PER CAS LO DOCUMENT O UNA VERSION MODIFICADA S’AVERÈSSE DEFECTUÓS AL " "RESPÈCTE DE QUIN ASPÈCTE QUE SIÃ, VOSAUTRES (NON PAS LO REDACTOR INICIAL, " "L’AUTOR O QUIN CONTRIBUIDOR QUE SIÃ) ASSUMISSÈTZ LO CÃ’ST DE TOTA MANTENENÇA," " REPARACION O CORRECCION NECESSÀRIA. AQUESTA DESCARGA DE GARANTIDA " "CONSTITUÃS UNA PART ESSENCIALA D’AQUESTA LICÉNCIA. CAP D’UTILIZACION " "D’AQUESTE DOCUMENT O VERSION MODIFICADA ES AUTORIZADA LEVAT JOS AQUESTA " "DESCARGA DE GARANTIDA E" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "EN CAP DE CIRCONSTÀNCIA E JOS CAP D’INTERPRETACION LEGALA, QUE SIà DE " "RESPONSABILITAT CIVILA (NEGLIGÉNCIA INCLUSA), CONTRACTUALA O AUTRA, L’AUTOR," " LO REDACTOR INICIAL, TOT CONTRIBUIDOR E TOT DISTRIBUIDOR D’AQUESTE DOCUMENT" " O DE SA VERSION MODIFICADA NI CAP DE PROVESIDOR D’AQUESTES PARTS SERÀN PAS " "RESPONSABLES AL RESPÈCTE DE QUIN DAMATGE DIRÈCTE, INDIRÈCTE, ESPECIAL O " "ACCIDENTAL QUE SIà DE TOT TIPE E TANBEN, SENS LIMITACION, LOS DAMATGES " "LIGATS A LA PÈRDA DE CLIENTÈLA, LAS INTERRUPCIONS DE TRABALH, ALS " "DEFALHIMENTS E DISFONCIONAMENTS INFORMATICS O TOTA AUTRA PÈRDA LIGADA A " "L’UTILIZACION DEL DOCUMENT E DE SAS VERSIONS MODIFICADAS, ATAL METEIS " "S’AQUESTES PART ÈRAN AVISATS DE LA POSSIBILITAT D’AQUESTES DAMATGES." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "LOS DOCUMENTS E LAS VERSIONS MODIFICADAS D’AQUESTE DOCUMENT SON FORNITS JOLS" " TÈRMES DE LA LICÉNCIA DE DOCUMENTACION LIURA GNU ESTANT QUE : " "<_:orderedlist-1/>" caja-actions-1.27.0/docs/help/or/000077500000000000000000000000001433352025300164355ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/or/or.po000066400000000000000000004446441433352025300174350ustar00rootroot00000000000000# # Translators: # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Odia (https://www.transifex.com/mate/teams/13566/or/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: or\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "ନଟିଲସ" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "ୱିଣà­à¬¡à­‹" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "ଫୋଲଡରଗà­à¬¡à¬¿à¬•" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "ଖୋଜନà­à¬¤à­" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "ସାଧାରଣ" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "ସମà­à¬ªà¬¾à¬¦à¬¨ କରନà­à¬¤à­" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "ପସନà­à¬¦" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "true" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "ନିରà­à¬¦à­à¬¦à­‡à¬¶" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "ସାଧାରଣ" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "ଟରà­à¬®à¬¿à¬¨à¬¾à¬²" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "ସନà­à¬¨à¬¿à¬¹à¬¿à¬¤" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "ବରà­à¬£à­à¬£à¬¨à¬¾" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "ଫାଇଲ" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "ସଂରକà­à¬·à¬£ କରନà­à¬¤à­" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "ତନà­à¬¤à­à¬°" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "ଦେଖନà­à¬¤à­ à¬à¬¬à¬‚ ଅନà­à¬­à¬¬ କରନà­à¬¤à­" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "ଆଦେଶ ରେଖା" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "ଅପସାରଣ କରନà­à¬¤à­" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "ଦà­à¬°à­à¬¶à­à¬¯" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "ସାଧନପଟିଗà­à¬¡à¬¿à¬•" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "ଗà­à¬£à¬§à¬°à­à¬®" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "ଚିତà­à¬° ସଙà­à¬•େତ" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "ପଥ" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "ପଥ" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "କାରà­à¬¯à­à¬¯" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "ଟିପà­à¬ªà¬£à­€" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "ପରିଚୟ" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "ସଂଯୋଗ" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/pa/000077500000000000000000000000001433352025300164155ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/pa/pa.po000066400000000000000000004522761433352025300173750ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # Stefano Karapetsas , 2021 # Wolfgang Ulbrich , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Wolfgang Ulbrich , 2021\n" "Language-Team: Panjabi (Punjabi) (https://www.transifex.com/mate/teams/13566/pa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pa\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "ਨਟੀਲਸ" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "ਗਨੋਮ ਦਸਤਾਵੇਜ਼ ਪà©à¨°à©‹à¨œà©ˆà¨•ਟ" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "ਸ਼ਾਮਲ" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "à¨à¨°à©‹à¨–ੇ" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "ਫੋਲਡਰ" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "à¨à¨²à¨•" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "ਆਮ" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "ਸੋਧ" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "ਮੇਰੀ ਪਸੰਦ" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "ਸਹੀ" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "ਕਮਾਂਡ" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "ਆਮ" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "ਟਰਮੀਨਲ" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "ਇੰਬੈੱਡ" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "ਵੇਰਵਾ" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "ਫਾਇਲ" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "ਸੰਭਾਲੋ" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "ਸਿਸਟਮ" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "ਵੇਖੋ ਅਤੇ ਮਹਿਸੂਸ ਕਰੋ" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "ਕਮਾਂਡ ਲਾਈਨ" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "ਹਟਾਓ" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "ਵੇਖੋ" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "ਟੂਲਬਾਰ" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "ਵਿਸ਼ੇਸ਼ਤਾ" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "ਆਈਕਾਨ" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "ਮਾਰਗ" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "ਮਾਰਗ" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "ਕਾਰਵਾਈ" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "ਨੋਟਿਸ" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "ਜਾਣ ਪਛਾਣ" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "ਲਿੰਕ" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "ਇਹ ਦਸਤਾਵੇਜ਼ ਗਨੋਮ ਦਸਤਾਵੇਜ਼ ਭੰਡਾਰ ਦਾ ਭਾਗ ਹੈ, ਜੋ ਕਿ GFDL ਦੇ ਅਧੀਨ ਜਾਰੀ ਕੀਤਾ ਗਿਆ " "ਹੈ। ਜੇ ਤà©à¨¸à©€à¨‚ ਇਹ ਦਸਤਾਵੇਜ਼ ਨੂੰ ਭੰਡਾਰ ਤੋਂ ਬਿਨਾਂ ਵੰਡਣਾ ਚਾਹà©à©°à¨¦à©‡ ਹੋ ਤਾਂ ਤà©à¨¸à©€à¨‚ ਇਹ " "ਲਾਈਸੈਂਸ ਦੇ ਭਾਗ 6 ਵਿੱਚ ਦੱਸੇ ਮà©à¨¤à¨¾à¨¬à¨• ਦਸਤਾਵੇਜ਼ ਨਾਲ ਲਾਈਸੈਂਸ ਦੀ ਇੱਕ ਨਕਲ ਜੋੜ ਕੇ ਕਰ " "ਸਕਦੇ ਹੋ।" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "ਕੰਪਨੀਆਂ ਵਲੋਂ ਆਪਣੇ ਉਤਪਾਦਾਂ ਅਤੇ ਸੇਵਾਵਾਂ ਲਈ ਵਰਤੇ ਗਠਕਈ ਨਾਂ ਮਾਰਕੇ ਹਨ। ਜਦੋਂ ਵੀ ਉਹ" " ਨਾਂ ਕਿਸੇ ਗਨੋਮ ਦਸਤਾਵੇਜ਼ ਪà©à¨°à©‹à¨œà©ˆà¨•ਟ ਵਿੱਚ ਆਉਦੇ ਹਨ ਅਤੇ ਗਨੋਮ ਦਸਤਾਵੇਜ਼ ਪà©à¨°à©‹à¨œà©ˆà¨•ਟ ਦੇ " "ਮੈਂਬਰ ਹਨ ਤਾਂ ਉਨà©à¨¹à¨¾à¨‚ ਮਾਰਕਿਆਂ ਬਾਰੇ ਜਾਣਕਾਰੀ ਦੇਣ ਲਈ, ਉਹਨਾਂ ਨੇ ਦੇ ਨਾਂ ਵੱਡੇ ਅੱਖਰਾਂ" " ਵਿੱਚ ਜਾਂ ਪਹਿਲੇਂ ਅੱਖਰ ਵੱਡੇ ਰੱਖੇ ਗਠਹਨ।" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/pl/000077500000000000000000000000001433352025300164305ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/pl/pl.po000066400000000000000000004523061433352025300174150ustar00rootroot00000000000000# # Translators: # Marcin Kralka , 2021 # clefebvre , 2021 # Piotr DrÄ…g , 2021 # Dominik Adrian Grzywak, 2021 # PaweÅ‚ Bandura , 2021 # Jan BoÅ„kowski , 2021 # Piotr StrÄ™bski , 2021 # Martin Wimpress , 2021 # elzear , 2021 # emariusek , 2021 # Kajetan Rosiak , 2021 # Stefano Karapetsas , 2021 # Marcin GTriderXC , 2021 # Daniel Tokarzewski , 2021 # pietrasagh , 2022 # Marek Adamski, 2022 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Marek Adamski, 2022\n" "Language-Team: Polish (https://www.transifex.com/mate/teams/13566/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pl\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "Dokumentacja projektu GNOME" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "Projekt dokumentacji MATE" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Wstawka" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Okna" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "Del" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Katalogi" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "PrzeglÄ…daj" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Wspólne" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Edycja" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Preferencje" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "OK" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "MożliwoÅ›ci" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "<" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr ">" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "prawda" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Polecenie" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "ZwykÅ‚y" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Osadzone" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Opis" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Plik" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "Nowy profil" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Zapisz" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "System" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "WyglÄ…d" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Wiersz poleceÅ„" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "Return" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Skasuj" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "F5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Widok" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Paski narzÄ™dzi" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "WÅ‚aÅ›ciwoÅ›ci" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Ikona" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Åšcieżka" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "ÅšCIEÅ»KA" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "DziaÅ‚anie" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Notatki" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Wprowadzenie" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "Pierwsze kroki" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "dowiÄ…zanie" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Ten podrÄ™cznik jest częściÄ… zestawu podrÄ™czników MATE rozpowszechnianych na " "licencji GFDL. Jeżeli chcesz rozpowszechnić tÄ… instrukcjÄ™ osobno od zestawu," " możesz to zrobić dodajÄ…c kopiÄ™ licencji do podrÄ™cznika, jak opisano w " "dziale 6 tej licencji." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "Wiele nazw używanych przez firmy do rozróżnienia ich produktów i usÅ‚ug jest " "zgÅ‚oszonych jako znaki towarowe. W przypadku pojawienia siÄ™ tych nazw w " "dowolnej dokumentacji MATE, a czÅ‚onkowie Projektu Dokumentacji MATE sÄ… " "Å›wiadomi tych znaków towarowych, wówczas nazwy sÄ… pisane wielkimi literami " "lub pierwszymi wielkimi literami." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "DOKUMENT JEST DOSTARCZANY W STANIE „TAK JAK JESTâ€, BEZ JAKIEGOKOLWIEK " "WYRAÅ»ENIA, DOMNIEMANIA GWARANCJI, W TYM MIĘDZY INNYMI GWARANCJI, Å»E " "DOKUMENT LUB ZMODYFIKOWANA WERSJA DOKUMENTU JEST WOLNA OD WAD HANDLOWYCH LUB" " DO OKREÅšLONEGO CELU -NARUSZENIE. CAÅKOWITE RYZYKO DOTYCZÄ„CE JAKOÅšCI, " "DOKÅADNOÅšCI I WYDAJNOÅšCI DOKUMENTU LUB ZMODYFIKOWANEJ WERSJI DOKUMENTU " "SPOCZYWA NA UÅ»YTKOWNIKU. JEÅ»ELI JAKIKOLWIEK DOKUMENT LUB ZMODYFIKOWANA " "WERSJA OKAÅ»E SIĘ WADLIWA POD JAKIMKOLWIEK WZGLĘGEM, UÅ»YTKOWNIK (NIE WSTĘPNY " "PISARZ, AUTOR CZY Å»ADEN WSPÓÅPRACOWNIK) PONOSI KOSZTY WSZELKICH NIEZBĘDNYCH " "SERWISÓW, NAPRAW LUB POPRAWEK. NINIEJSZE WYÅÄ„CZENIE GWARANCJI STANOWI " "ISTOTNÄ„ CZĘŚĆ LICENCJI. ZGODNIE Z NINIEJSZYM WYÅÄ„CZENIEM ODPOWIEDZIALNOÅšCI " "NIE JEST ZEZWOLONE NA KORZYSTANIE Z JAKICHKOLWIEK DOKUMENTÓW LUB " "ZMODYFIKOWANYCH WERSJI DOKUMENTU; ORAZ " #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "W Å»ADNYM PRZYPADKU I W Å»ADNEJ TEORII PRAWNEJ, CZY W DZIAÅANIU CZYNNYM (W TYM" " ZANIEDBANIA), UMOWY LUB W INNY SPOSÓB, AUTOR, PISARZ WSTĘPNY, " "WSPÓÅPRACOWNIK ANI DYSTRYBUTOR DOKUMENTU LUB ZMODYFIKOWANA WERSJA DOKUMENTU " "TAKICH STRON NIE PONOSI ODPOWIEDZIALNOÅšCI WOBEC JAKICHKOLWIEK OSÓB ZA " "JAKIEKOLWIEK BEZPOÅšREDNIE, POÅšREDNIE, SZCZEGÓLNE, PRZYPADKOWE LUB WTÓRNE " "SZKODY JAKIEGOKOLWIEK CHARAKTERU, W TYM MIĘDZY INNYMI USZKODZENIA ZA UTRATĘ " "WÅAÅšCIWOÅšCI, PRZERWY W PRACY, AWARIE LUB INNE USZKODZENIA KOMPUTERA LUB " "STRATY WYNIKAJÄ„CE Z KORZYSTANIA Z DOKUMENTU I ZMODYFIKOWANYCH WERSJI " "DOKUMENTU, NAWET JEÅšLI STRONA ZOSTAÅA POINFORMOWANA O MOÅ»LIWOÅšCI WYSTÄ„PIENIA" " TAKICH SZKÓD." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "DOKUMENT I ZMODYFIKOWANE WERSJE DOKUMENTU SÄ„ DOSTARCZANE NA WARUNKACH " "LICENCJI WOLNEJ DOKUMENTACJI GNU Z DALSZYM ZROZUMIENIEM, " "Å»E:<_:orderedlist-1/>" caja-actions-1.27.0/docs/help/ps/000077500000000000000000000000001433352025300164375ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/ps/ps.po000066400000000000000000004440101433352025300174240ustar00rootroot00000000000000# # Translators: # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Pashto (https://www.transifex.com/mate/teams/13566/ps/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ps\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "ناوټÛلس" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "ØŸ" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "پوښÛ" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "لټول" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "سمون" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "غوراوي" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "بولÛ" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Ù„ÛÙˆÛŒ" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "پايالی" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "راتاو" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "سپړاوی" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "دوتنه" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "ساتل_" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "غونډال" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "ÚšÚ©Ø§Ø±ÛØ¯Ù†Ù‡" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Ø¨ÙˆÙ„Û Ù„ÙŠÚ©Ù‡" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "ړنګول" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "ليد" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "توکپټÛ" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "ÚØ§Ù†ØªÙŠØ§ÙˆÛ" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "انÚورن" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "يونلور" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "يونلور" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "يادښتونه" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "تړنه" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/pt/000077500000000000000000000000001433352025300164405ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/pt/pt.po000066400000000000000000004526071433352025300174410ustar00rootroot00000000000000# # Translators: # clefebvre , 2021 # Wolfgang Ulbrich , 2021 # Hugo Carvalho , 2021 # Diogo Oliveira , 2021 # Carlos Nova Duarte , 2021 # Martin Wimpress , 2021 # ogalho Carlos Dias Martins , 2021 # Manuela Silva , 2021 # Carlos Moreira, 2021 # Sérgio Marques , 2021 # Stefano Karapetsas , 2021 # Rui , 2021 # José Vieira , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: José Vieira , 2021\n" "Language-Team: Portuguese (https://www.transifex.com/mate/teams/13566/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "Ações do Caja" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "Projecto de Documentação do GNOME" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "Projeto de Documentação do MATE" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Inserir" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Janelas" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "Del" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Pastas" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Explorar" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Comum" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Editar" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Preferências" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "Aceitar" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "A adicionar uma nova capacidade" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "verdadeiro" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Comando" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normal" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Embutido" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Descrição" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "Importar ações" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Ficheiro" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "Novo perfil" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Guardar" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistema" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Aparência e Comportamento" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Linha de comando" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "Return" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Eliminar" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "F5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Ver" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Barras de ferramentas" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Propriedades" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Ãcone" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Caminho" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "CAMINHO" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Ação" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Notas" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Introdução" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "Iniciação" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "atalho" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Este manual é parte de uma coleção de manuais MATE distribuídos sob a GFDL. " "Se desejar distribuir este manual separadamente da coleção, poderá fazê-lo " "desde que lhe adicione uma cópia da licença, tal como descrito na secção 6 " "desta licença." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "Muitos dos nomes utilizados pelas empresas para distinguir os seus produtos " "e serviços são reclamados como marcas registadas. Onde esses nomes surgirem " "em qualquer documentação MATE, e aos membros do Projeto de Documentação do " "MATE for dado conhecimento dessas marcas registadas, estes nomes estarão " "todos em maiúsculas ou com a primeira letra de cada palavra em maiúscula." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "ESTE DOCUMENTO É DISPONIBILIZADO NUMA BASE \"TAL COMO ESTÃ\", SEM QUALQUER " "GARANTIA DE QUALQUER TIPO, NEM EXPRESSA NEM IMPLÃCITA, INCLUINDO, MAS SEM " "LIMITAR, GARANTIAS DE QUE O DOCUMENTO OU VERSÃO ALTERADA DO DOCUMENTO SE " "ENCONTRA LIVRE DE DEFEITOS PARA COMERCIALIZAÇÃO, ADEQUADO A UM PROPÓSITO " "ESPECÃFICO OU QUE NÃO INFRINJA. A TOTALIDADE DO RISCO DE QUALIDADE, " "PORMENORIZAÇÃO, E DESEMPENHO DO DOCUMENTO OU VERSÃO ALTERADA DO DOCUMENTO É " "SUA. CASO ALGUM DOCUMENTO OU VERSÃO ALTERADA SE DEMONSTRE DEFICIENTE EM " "QUALQUER ASPETO, O LEITOR (E NÃO O AUTOR INICIAR, OU QUALQUER CONTRIBUINTE " "POSTERIOR) ASSUME O CUSTO DE TODO O SERVIÇO DE REPARAÇÃO, ASSISTÊNCIA OU " "CORREÇÃO QUE POSSE SER NECESSÃRIO. ESTA DESRESPONSABILIZAÇÃO DE GARANTIA " "CONSTITUI UMA PARTE ESSENCIAL DESTA LICENÇA. NENHUMA UTILIZAÇÃO DE QUALQUER " "DOCUMENTO OU VERSÃO ALTERADO DO DOCUMENTO SE ENCONTRA AUTORIZADA EXCETO SE " "SUJEITA A ESTA DESRESPONSABILIZAÇÃO; E" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "SOB QUAISQUER CIRCUNSTÂNCIAS E TEORIA LEGAL, QUER SEJA POR ERRO (INCLUINDO " "NEGLIGÊNCIA), CONTRATO, OU QUALQUER OUTRO MOTIVO, PODERà O AUTOR, ESCRITOR " "INICIAL, QUALQUER CONTRIBUINTE, OU QUALQUER DISTRIBUIDOR DO DOCUMENTO OU " "VERSÃO ALTERADA DO DOCUMENTO, OU QUALQUER FORNECEDOR DE UMA DESSAS PARTES, " "SER RESPONSÃVEL PERANTE QUALQUER PESSOA POR QUAISQUER DANOS DIRETOS, " "INDIRETOS, ESPECIAIS, ACIDENTAIS OU CONSEQUENCIAIS DE QUALQUER TIPO " "INCLUINDO, SEM LIMITAR, DANOS POR PERCA DE BOM NOME (GOODWILL), PARAGENS DE " "TRABALHO, FALHA OU MAU FUNCIONAMENTO INFORMÃTICO, OU QUALQUER E TODOS OS " "OUTROS DANOS OU PERCAS DECORRENTES OU RELACIONADAS COM A UTILIZAÇÃO DO " "DOCUMENTO E VERSÕES ALTERADAS DO DOCUMENTO, MESMO QUE TAL PARTE TENHA SIDO " "INFORMADA DA POSSIBILIDADE DE OCORREREM TAIS DANOS." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "O DOCUMENTO E VERSÕES MODIFICADAS DO DOCUMENTO SÃO DISPONIBILIZADAS NOS " "TERMOS DA LICENÇA DE DOCUMENTAÇÃO LIVRE GNU (GNU FREE DOCUMENTATION LICENSE)" " COM O SUBSEQUENTE ENTENDIMENTO DE QUE: <_:orderedlist-1/>" caja-actions-1.27.0/docs/help/pt_BR/000077500000000000000000000000001433352025300170235ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/pt_BR/pt_BR.po000066400000000000000000004525321433352025300204040ustar00rootroot00000000000000# # Translators: # Aldo Oliveira , 2021 # kretcheu , 2021 # George Silva , 2021 # 3f37d448649cd548fa5a733e33387c2a_dee4ccf, 2021 # Victor Gonçalves , 2021 # Gilberto José Souza Coutinho , 2021 # 710a500dd1d5560bb05c8b24814b8c26, 2021 # Italo Penaforte , 2021 # Marcelo Ghelman , 2021 # 65f2af3cfa184c075942a0418b98d2de_d688669, 2021 # 18ab4449a00621534598e84a949423ea, 2021 # Roger Araújo , 2021 # b36c7cf4cf669a51ae00d04c19629819, 2021 # Enrico Nicoletto , 2021 # Rangel , 2021 # Stefano Karapetsas , 2021 # Wolfgang Ulbrich , 2021 # Laíres Sales , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Laíres Sales , 2021\n" "Language-Team: Portuguese (Brazil) (https://www.transifex.com/mate/teams/13566/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt_BR\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "Projeto de Documentação do GNOME" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "Projeto de Documentação do MATE" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Inserir" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Windows" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Pastas" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Navegar" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Comum" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Editar" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Preferências" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "OK" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "verdadeiro" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Comando" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normal" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Embarcado" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "Parâmetro" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Descrição" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Arquivo" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Salvar" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistema" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Aparência" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Linha de comando" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Elimina" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Ver" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Barras de Ferramentas" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Propriedades" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Ãcone" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Caminho" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "CAMINHO" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Ação" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Notas" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Introdução" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "Começando" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "link" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Esse manual é parte de uma coleção de manuais do MATE distribuída sob a " "GFDL. Se você quiser distribuir essa manual separado da coleção, pode fazê-" "lo adicionando uma cópia da licença ao manual, como descrito na seção 6 da " "licença." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "Muitos dos nomes usados por companhias para distinguir seus produtos e " "serviços são marcas registradas. Quando esses nomes ocorrem em alguma parte " "da documentação do MATE, e os membros do Projeto de documentação do MATE " "estiverem cientes de serem marcas registradas, esses nomes estarão " "maiúsculas ou com as iniciais em maiúsculas." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "O DOCUMENTO É FORNECIDO COMO UMA BASE \"COMO ESTÃ\", SEM GARANTIAS DE " "QUALQUER TIPO, TANTO EXPRESSA OU IMPLÃCITA, INCLUINDO, SEM LIMITAÇÃO, " "GARANTIAS DE QUE O DOCUMENTO OU VERSÃO MODIFICADA DO DOCUMENTO É " "COMERCIALIZÃVEL, LIVRE DE DEFEITOS, PRÓPRIO PARA UM PROPÓSITO ESPECÃFICO OU " "SEM INFRAÇÕES. TODO O RISCO A RESPEITO DA QUALIDADE, EXATIDÃO, E DESEMPENHO " "DO DOCUMENTO OU VERSÕES MODIFICADAS DO DOCUMENTO É SEU. SE ALGUM DOCUMENTO " "OU VERSÃO MODIFICADA SE PROVAR DEFEITUOSO EM QUALQUER ASPECTO, VOCÊ (NÃO O " "ESCRITOR INICIAL, AUTOR OU QUALQUER CONTRIBUIDOR) ASSUME O CUSTO DE QUALQUER" " SERVIÇO NECESSÃRIO, REPARO OU CORREÇÃO. ESTA RENÚNCIA DE GARANTIAS " "CONSTITUI UMA PARTE ESSENCIAL DESTA LICENÇA. NENHUM USO DESTE DOCUMENTO OU " "VERSÃO MODIFICADA DESTE DOCUMENTO É AUTORIZADO SE NÃO FOR SOB ESTA RENÚNCIA;" " E" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "SOB NENHUM CIRCUNSTÂNCIA E SOB NENHUMA TEORIA LEGAL, TANTO EM DADO " "(INCLUINDO NEGLIGÊNCIA), CONTRATO, OU OUTROS, DEVEM O AUTOR, ESCRITOR " "INICIAL, QUALQUER CONTRIBUIDOR, OU QUALQUER DISTRIBUIDOR DO DOCUMENTO OU " "VERSÃO MODIFICADA DO DOCUMENTO, OU QUALQUER FORNECEDOR DE ALGUMA DESSAS " "PARTES, SER CONSIDERADOS RESPONSÃVEIS A QUALQUER PESSOA POR QUALQUER DANO, " "SEJA DIRETO, INDIRETO, ESPECIAL, ACIDENTAL OU CONSEQÜENCIAL DE QUALQUER " "INDIVÃDUO, INCLUINDO, SEM LIMITAÇÃO, DANOS POR PERDA DE BOA VONTADE, " "TRABALHO PARADO, FALHA NO COMPUTADOR OU MAL FUNCIONAMENTO, OU QUALQUER E " "TODOS OS OUTROS DANOS OU PERDAS RESULTANTES OU RELACIONADAS AO USO DO " "DOCUMENTO E VERSÕES MODIFICADAS, MESMO QUE TAL PARTE TENHA SIDO INFORMADA DA" " POSSIBILIDADE DE TAIS DANOS." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "O DOCUMENTO E AS VERSÕES MODIFICADAS DO DOCUMENTO SÃO FORNECIDOS DE ACORDO " "COM OS TERMOS DA LICENÇA DE DOCUMENTAÇÃO GRATUITA DA GNU COM O ENTENDIMENTO " "COMPREENDIDO DE QUE:<_:orderedlist-1/>" caja-actions-1.27.0/docs/help/ro/000077500000000000000000000000001433352025300164355ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/ro/ro.po000066400000000000000000004444001433352025300174230ustar00rootroot00000000000000# # Translators: # Polihron Alexandru (APoliTech) , 2021 # 3d5ab56b1b83fefceeab671c39a98a6d_999ae54, 2021 # Martin Wimpress , 2021 # Daniel , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Romanian (https://www.transifex.com/mate/teams/13566/ro/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "InserÈ›ie" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Ferestre" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Dosare" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Răsfoire" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Comun" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Editare" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "PreferinÈ›e" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "adevărat" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Comandă" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normală" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "ÃŽncapsulat" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Descriere" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "FiÈ™ier" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Salvează" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistem" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Aspect È™i comportament" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Linie de comandă" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Șterge" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Vizualizare" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Bare de unelte" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Proprietăți" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Pictogramă" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Cale" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "CALE" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "AcÈ›iune" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Note" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Introducere" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "legătură" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/ru/000077500000000000000000000000001433352025300164435ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/ru/ru.po000066400000000000000000004627321433352025300174470ustar00rootroot00000000000000# # Translators: # Дмитрий Михирев, 2021 # Cyber Tailor , 2021 # Dmitry Mandryk , 2021 # Михаил ИльинÑкий , 2021 # Dmitriy Kulikov , 2021 # Дмитрий ÐÑтанков , 2021 # XRevan86, 2021 # Aleksey Kabanov , 2021 # AlexL , 2021 # Martin Wimpress , 2021 # Stefano Karapetsas , 2021 # Wolfgang Ulbrich , 2021 # Olesya Gerasimenko , 2021 # Иван Л. , 2021 # Igor Vornovskii, 2022 # Ser82, 2022 # Леонид ДÑгилев, 2022 # Alex Puts, 2022 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Alex Puts, 2022\n" "Language-Team: Russian (https://www.transifex.com/mate/teams/13566/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "Ð›Ð¸Ñ†ÐµÐ½Ð·Ð¸Ñ Ð¡Ð²Ð¾Ð±Ð¾Ð´Ð½Ð¾Ð¹ Документации GNU " #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "ВерÑÐ¸Ñ 1.3, 3 ÐоÑÐ±Ñ€Ñ 2008" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "Фонд Ñвободного программного обеÑпечениÑ, Inc. " #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "ÐвторÑкое право © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" "Ð’Ñем разрешено копировать и раÑпроÑтранÑть доÑловные копии Ñтого " "лицензионного документа, но изменÑть его не разрешаетÑÑ." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "0. ПРЕÐМБУЛÐ" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" "Цель Ñтой Лицензии ÑоÑтоит в том, чтобы Ñделать руководÑтво, учебник или " "другой функциональный и полезный документ «беÑплатным» в ÑмыÑле Ñвободы: " "гарантировать каждому фактичеÑкую Ñвободу копировать и раÑпроÑтранÑть его Ñ " "изменениÑми или без них, как в коммерчеÑких, так и в некоммерчеÑких целÑÑ…. " "Во-вторых, Ñта Ð›Ð¸Ñ†ÐµÐ½Ð·Ð¸Ñ ÑохранÑет за автором и издателем возможноÑть " "получить кредит на Ñвою работу, не Ð¿Ñ€Ð¸Ð½Ð¸Ð¼Ð°Ñ Ð¿Ñ€Ð¸ Ñтом ответÑтвенноÑти за " "изменениÑ, Ñделанные другими." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" "Эта Ð›Ð¸Ñ†ÐµÐ½Ð·Ð¸Ñ Ñ‚Ð¸Ð¿Ð° \"copyleft\", что означает, что производные документы Ñами" " по Ñебе должны быть Ñвободными в том же ÑмыÑле. Она дополнÑет Стандартную " "ОбщеÑтвенную Лицензию GNU, ÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ð¿Ñ€ÐµÐ´ÑтавлÑет Ñобой copyleft лицензию, " "предназначенную Ð´Ð»Ñ Ñвободного программного обеÑпечениÑ." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "1. ПРИМЕÐИМОСТЬ И ОПРЕДЕЛЕÐИЯ" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "ИнÑтрумент наÑтройки дейÑтвий меню Ð´Ð»Ñ Ñ„Ð°Ð¹Ð»Ð¾Ð²Ð¾Ð³Ð¾ менеджера Caja" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "2011" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "Caja-Actions" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "Проект Ð´Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ GNOME" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "Проект Ð´Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ MATE" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "Режим выполнениÑ" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "ÐŸÑ€ÐµÐ´Ð»Ð°Ð³Ð°ÐµÐ¼Ð°Ñ ÐºÐ¾Ð¼Ð±Ð¸Ð½Ð°Ñ†Ð¸Ñ ÐºÐ»Ð°Ð²Ð¸Ñˆ" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Ð’Ñтавить" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "Должно ÑоответÑтвовать одному из Ñледующих" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "Ðе должно ÑоответÑтвовать ни одному из Ñледующих" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Окна" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "Del" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "папки" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Обзор" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Общий" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Изменить" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Параметры" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "OK" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "ХарактериÑтики" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "Добавление новой характериÑтики" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "Должно ÑоответÑтвовать вÑем Ñледующим" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "<" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "(равное значению)" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr ">" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "(Ñтрого больше, чем)" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "да" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Команда" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "Рабочий каталог" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Ðормальный" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Терминал" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Ð’Ñтроенный" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "Уведомление при запуÑке" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "ВыполнÑть от имени пользователÑ" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "ОпиÑание" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "Импорт дейÑтвий" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Файл" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "Ðовое меню Caja" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "Ðовый профиль" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Сохранить" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "СиÑтема" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Внешний вид" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "ÐšÐ¾Ð¼Ð°Ð½Ð´Ð½Ð°Ñ Ñтрока" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "Return" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "°C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "Ð’" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Удалить" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "F5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Вид" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Панели инÑтрументов" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "СвойÑтва" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Значок" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Размещение" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "ПУТЬ" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "ДейÑтвие" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Заметки" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Введение" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "Ðачало работы" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "ÑÑылка" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Этот документ ÑвлÑетÑÑ Ñ‡Ð°Ñтью документации MATE, раÑпроÑтранÑемой на " "уÑловиÑÑ… лицензии GFDL. ЕÑли вы хотите раÑпроÑтранÑть Ñтот документ отдельно" " от общей документации, вы должны приложить копию лицензии к документу, как " "напиÑано в чаÑти 6 лицензии." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "Ðекоторые имена и марки иÑпользуютÑÑ ÐºÐ¾Ð¼Ð¿Ð°Ð½Ð¸Ñми Ð´Ð»Ñ Ð¾Ð±Ð¾Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð¸Ñ… продуктов" " и уÑлуг и ÑвлÑÑŽÑ‚ÑÑ Ñ‚Ð¾Ñ€Ð³Ð¾Ð²Ñ‹Ð¼Ð¸ марками. Там, где Ñти имена приÑутÑтвуют в " "документации и где учаÑтники проекта Ð´Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ MATE знают об Ñтом, " "имена выделÑÑŽÑ‚ÑÑ Ð·Ð°Ð³Ð»Ð°Ð²Ð½Ñ‹Ð¼Ð¸ буквами или начальной заглавной буквой." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "ДОКУМЕÐТ РÐСПРОСТРÐÐЯЕТСЯ «КÐК ЕСТЬ», БЕЗ ВСЯКИХ ГÐРÐÐТИЙ, ЯВÐЫХ ИЛИ " "ÐЕЯВÐЫХ, ВКЛЮЧÐЯ, БЕЗ ОГРÐÐИЧЕÐИЙ, ГÐРÐÐТИИ ТОГО, ЧТО ДОКУМЕÐТ ИЛИ " "ИЗМЕÐÐÐÐÐЯ ВЕРСИЯ ДОКУМЕÐТРСВОБОДÐРОТ ДЕФЕКТОВ, ПРИГОДÐРК ПРОДÐЖЕ, " "ПРИГОДÐРК ИСПОЛЬЗОВÐÐИЮ Ð’ ОПРЕДЕЛÐÐÐЫХ ЦЕЛЯХ ИЛИ ÐЕ ÐÐРУШÐЕТ ЗÐКОÐЫ. ВЕСЬ " "РИСК, КÐСÐЮЩИЙСЯ КÐЧЕСТВÐ, ТОЧÐОСТИ ИЛИ ПРÐВИЛЬÐОСТИ ДОКУМЕÐТРИЛИ " "ИЗМЕÐÐÐÐЫХ ВЕРСИЙ ДОКУМЕÐТÐ, ЛЕЖИТ ÐÐ Ð’ÐС. ЕСЛИ ДОКУМЕÐТ ИЛИ ИЗМЕÐÐÐÐÐЯ " "ВЕРСИЯ ДОКУМЕÐТРИМЕЕТ ÐЕДОСТÐТКИ, ВЫ (Ð ÐЕ ÐВТОР ДОКУМЕÐТРИЛИ ЕГО " "ПОМОЩÐИК) БЕРÐТЕ ÐРСЕБЯ СТОИМОСТЬ ЛЮБОЙ ÐЕОБХОДИМОЙ ДОРÐБОТКИ, КОРРЕКЦИИ " "ИЛИ ВОССТÐÐОВЛЕÐИЯ. ЭТОТ ОТКÐЗ ОТ ГÐРÐÐТИЙ СОСТÐВЛЯЕТ Ð’ÐЖÐУЮ ЧÐСТЬ " "ЛИЦЕÐЗИИ.ÐИКÐКОЕ ИСПОЛЬЗОВÐÐИЕ ДОКУМЕÐТРИЛИ ИЗМЕÐÐÐÐОЙ ВЕРСИИ ДОКУМЕÐТРÐЕ " "ДОПУСКÐЕТСЯ БЕЗ ДÐÐÐОГО ПРЕДУПРЕЖДЕÐИЯ И" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "ÐИ ПРИ КÐКИХ ОБСТОЯТЕЛЬСТВÐÐ¥ И ÐИ ПРИ КÐКОМ ЗÐКОÐÐОМ СПОСОБЕ, ÐИ ПО КÐКОМУ " "СОГЛÐШЕÐИЮ ИЛИ ДРУГОЙ ПРИЧИÐЕ, ÐВТОР, СОЗДÐТЕЛЬ, ПОМОЩÐИКИ ИЛИ " "РÐСПРОСТРÐÐИТЕЛИ ДОКУМЕÐТРÐЕ ÐЕСУТ ОТВЕТСТВЕÐÐОСТЬ ЗРПРЯМОЙ, КОСВЕÐÐЫЙ, " "СПЕЦИÐЛЬÐЫЙ, СЛУЧÐЙÐЫЙ ИЛИ ПРЕДÐÐМЕРЕÐÐЫЙ УЩЕРБ ЛЮБОГО СВОЙСТВÐ, ВКЛЮЧÐЯ, " "БЕЗ ОГРÐÐИЧЕÐИЯ, ПОТЕРЮ РЕПУТÐЦИИ, РÐБОТОСПОСОБÐОСТИ, КОМПЬЮТЕРÐЫЕ СБОИ ИЛИ " "ПОЛОМКИ, ИЛИ ЛЮБОЙ ДРУГОЙ УЩЕРБ ИЛИ ПОТЕРИ, ВОЗÐИКÐЮЩИЕ ВСЛЕДСТВИЕ ИЛИ " "СВЯЗÐÐÐЫЕ С ИСПОЛЬЗОВÐÐИЕМ ДОКУМЕÐТРИЛИ ИЗМЕÐÐÐÐЫХ ВЕРСИЙ ДОКУМЕÐТÐ, ДÐЖЕ " "ЕСЛИ СТОРОÐРБЫЛРУВЕДОМЛЕÐРО ВОЗМОЖÐОСТИ ТÐКОГО УЩЕРБÐ." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "ДОКУМЕÐТ И ИЗМЕÐÐÐÐЫЕ ВЕРСИИ ДОКУМЕÐТРПРЕДОСТÐВЛЯЮТСЯ ПО УСЛОВИЯМ ЛИЦЕÐЗИИ " "БЕСПЛÐТÐОЙ ДОКУМЕÐТÐЦИИ GNU С ПОÐИМÐÐИЕМ, ЧТО: <_:orderedlist-1/>" caja-actions-1.27.0/docs/help/rw/000077500000000000000000000000001433352025300164455ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/rw/rw.po000066400000000000000000004436611433352025300174530ustar00rootroot00000000000000# # Translators: # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Kinyarwanda (https://www.transifex.com/mate/teams/13566/rw/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: rw\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Gushakisha" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Kwandika" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Ibyahisemo" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Gusunika" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Icyo wifuza" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Bisanzwe" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Isobanuramiterere" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Idosiye" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Kubika" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sisitemu" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Gusiba" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Igaragaza" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Imyanyabikoresho" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "indangakintu" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Agashushondanga" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Inzira" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Igikorwa" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Ibisobanuro" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/si/000077500000000000000000000000001433352025300164305ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/si/si.po000066400000000000000000004444441433352025300174210ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Sinhala (https://www.transifex.com/mate/teams/13566/si/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: si\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "කවුළු" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "ගවේෂණය" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "පොදු" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "à·ƒà·à¶šà·ƒà·”ම්" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "à¶…à¶·à·’à¶´à·Šâ€à¶»à·šà¶­" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "විධà·à¶±à¶º" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "à·ƒà·à¶¸à·à¶±à·Šâ€à¶º" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "අග්â€à¶»à¶º" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "à¶šà·à·€à·à¶¯à·Šà¶¯à·”" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "විස්තරය" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "ගොනු" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "සුරකින්න" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "පද්දතිය" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "පෙනුම සහ දà·à¶±à·’ම" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "රේඛීය විධà·à¶±" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "මකන්න" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "දසුන" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "මෙවලම් තීරුව" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "වත්කම්" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "අයිකනය" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "මà·à¶»à·Šâ€à¶œà¶º" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "à¶šà·Šâ€à¶»à·’යà·à·€" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "සටහන්" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "පුරුක" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/sk/000077500000000000000000000000001433352025300164325ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/sk/sk.po000066400000000000000000004510671433352025300174240ustar00rootroot00000000000000# # Translators: # Pavol Å imo , 2021 # DuÅ¡an Kazik , 2021 # Martin Wimpress , 2021 # Ján ÄŽanovský , 2021 # 32442f8bc5cc500b59f161d95078a28a_525ed04, 2021 # Tibor Kaputa , 2021 # Stefano Karapetsas , 2021 # Vendelín Slezák , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Vendelín Slezák , 2021\n" "Language-Team: Slovak (https://www.transifex.com/mate/teams/13566/sk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: sk\n" "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "GNOME DokumentaÄný projekt" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "MATE DokumentaÄný projekt" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "VložiÅ¥" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Okná" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "PrieÄinky" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "PrehliadaÅ¥" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "VÅ¡eobecné" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "UpraviÅ¥" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Nastavenia" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "OK" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "áno" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Príkaz" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normálna" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminál" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Zabudovaná" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Popis" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Súbor" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "UložiÅ¥" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Systém" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Vzhľad a dojem" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Príkazový riadok" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "VymazaÅ¥" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "ZobraziÅ¥" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Panely nástrojov" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Vlastnosti" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Ikona" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Cesta" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "CESTA" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Operácia" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Poznámky" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Úvod" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "ZaÄíname" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "odkaz" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Tento manuál je ÄasÅ¥ s kolekcie MATE manuálov ktoré sú distribuované pod " "GFDL. Ak chcete distribuovaÅ¥ tento manuál bez celej kolekcie, môžete to " "spraviÅ¥ ak ku nemu pridáte kópiu licencie, ako je to vysvetlené v sekcií 6 v" " licencí." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "Veľa z mien používaných spoloÄnosÅ¥ami sú ich ochranné známky. V MATE " "dokumentácií sa používajú mnohé ochranné známky a Älenovia MATE " "DokumentaÄného projektu ich preto odliÅ¡ujú zaÄiatoÄnými písmenami." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "DOKUMNET SA POSKYTUJE \"TAK AKO JE\", BEZ ZÃRUKY AKÉHOKOĽVEK DRUHU, ÄŒI UŽ " "VÃSLOVNÉHO, VYPLÃVAJÚCEHO, A BEZ ZÃRUKY ŽE TENTO DOKUMENT JE BEZ AKÃCHKOĽVEK" " CHÃB, ALEBO VHODNà PRE KONKRÉTNY ÚČEL ALEBO OPRÃVNENIE. VÅ ETKA ZODPOVEDNOSŤ" " ZA KVALITU, PRESNOSŤ A ÚČINNOSŤ DOKUMENTU JE NA VÃS. AK SA DOKUMENT ALEBO " "JEHO MODIFIKÃCIA UKÃŽE PREUKÃZATEĽNE VADNÃ, MÔŽETE(ALE NIE AK STE POÄŒIATOÄŒNÃ" " AUTOR, AUTOR ALEBO AKÃKOĽVEK PRISPIEVATEĽ) PREVZIAŤ NÃKLADY NA UDRŽIAVANIE," " OPRAVOVANIE A OPRAVU. TOTO VYHLÃSENIE SA POKLADà ZA NEODDELITELNÚ SÚČASŤ " "LICENCIE. NA POUŽÃVANIE DOKUMENTOV ALEBO ICH ZMENENÃCH VERZà SA VZŤAHUJE " "TÃTO LICENCIA OKREM TOHTO VYLÚČENIA ZODPOVEDNOSTI; A" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "V ŽIADNOM PRÃPADE A ZA ŽIADNYCH PRÃVNYCH TEÓRIÃ, ÄŒI ÚMYSELNÉ UBLÃŽENIE (AJ Z" " NEDBANLIVOSTI), ZMLUVOU, ALEBO INAK SA AUTOR, POÄŒIATOÄŒNà SPISOVATEĽ, VÅ ETCI" " PRISPIEVATELIA, DISTRIBÚTOR DOKUMENTU ALEBO JEHO MODIFIKOVANEJ VERZIE, " "ALEBO DODÃVATEĽ AKEJKOĽVEK STRANY, NEZODPOVEDà ŽIADNEJ OSOBE ZA AKÉKOĽVEK " "PRIAME, NEPRIAME, ZVLÃÅ TNE, NÃHODNÉ, ALEBO VYPLÃVAJÚCE Å KODY AKÉHOKOĽVEK " "CHARAKTERU, AKO OBMEDZENIA, STRATA DOBRÉHO MENA, PRERUÅ ENIE PRÃCE, ZLYHANIE" " POÄŒÃTAÄŒA ÄŒI PORUCHY, ALEBO AKÉKOĽVEK INÉ Å KODY A STRATY KTORÉ VZNIKNÚ, " "ALEBO SA BUDÚ VZŤAHOVAŤ NA POUŽÃVANIE TOHOTO DOKUMENTU ÄŒI ZMENENÃCH VERZIà " "TOHTO DOKUMENTU AJ KEÄŽ STRANA BOLA INFORMOVANà O MOŽNOSTI TAKÃCHTO Å KÔD." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "DOKUMENT A ZMENENÉ VERZIE TOHTO DOKUMENTU SA POSKYTUJÚ ZA ÄŽAĽŠÃCH PODMIENOK " "GNU FREE DOCUMENTATION LICENSE S POCHOPENÃM TOHTO: <_:orderedlist-1/>" caja-actions-1.27.0/docs/help/sl/000077500000000000000000000000001433352025300164335ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/sl/admon/000077500000000000000000000000001433352025300175315ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/sl/admon/admon-bug.png000066400000000000000000000056101433352025300221120ustar00rootroot00000000000000‰PNG  IHDR00Wù‡sBIT|dˆ pHYs × ×B(›xtEXtSoftwarewww.inkscape.org›î< IDAThÕ™kl×uÇsgfwvI.—¤ø)QdI¶ž–dQŠ”:vìÆª;i $v¦@^EZ8MA€&(ÚIÑ¢lA‚ˆŽ•4͇ȩ£T~¤²¬H´%ËŽ­*¶BI¤DQ|î.¹³3w·vùX‘Ú¥H©@°ÀâÎ=÷žÿüïýŸsïhJ)þ?›±§m»vÇ€/ ¡} Õwgß~ãdþvúÎg‹‡mÛö5 ¡íÞµ=Ú¾²¡Ñq94:~΂ðìbhK•Ñ{ölqâ£÷í­¸ÆÙÿyÿážÓ'Nœ]Òä·Àö{v?‰E=ôàGÄé·ÞÅ÷Õ¾²M³¢Q×¥¯ÿŠ2 ]Û±}3¿~é¿C™—½õæÉÿ\òÄ,^FK,@ï󤯎;É]w®G:¶fç²dÒ¦iÒ¶|™±b=vOú*@ï»óÂ-``ïÞ½±¼¯ÞÙ´qýjº'ö5#šÐƒ÷ξ!fh[?¾¨ä5Û–Ì€-ý'[Z[ÛkãUúØ¥ –“Dóuð5T ÐtÀP„F€o9Ô·WéÍ-ÍíƒO²ÈäuKÔèµÖb·Dì·auÛZ–¯k!³ˆZ̈ëzäm‡¼ípmpˆ¡ßÒmŽØºýç·À¢—PgGªÑÐõÕ#úãÛwlÔš—7âK7ç"¥Ä÷<ßG4] AÄŠ`DMF†Æ8wöÊsüÿÃð«Ý=]ƒÿ§:;R2týðúkbî\mº9;›Ç÷}B¥P*¤*Y]ø†dF³„a¡]i`ÅcÄ}—®Ê‹ç/;aþIwO×ñŸéDÖÙ‘Úošæ‘<°;±aýj3;œÁÎØ„a03¨.°ª,ú.^ƪŽ!ô™iT¨Èe'¥©©!²½ccÂŒG:;R¿í:;RE­ÈÏ|hoU"';’& B®çPèוœÿ éÈS!é¡4„°mצxÔŠü{gGêÑÛ ³#µÂ0ŒŸ>ðàÞxÔ0™ŸdNäSƒ ëê3éJt]T¡ûu>ãxyÉ–wÆt]ÿqgGªý–èìH†¡ÚqÏÆªªX;“›y8¡ ¤[àÜ€Ù–ËæýµwµÇ…Ð^èìH-XÔQÓ´/55/[¿öŽUFzplº½iÅï¸{ßANý—6úëÇqp]IÌŠLû¬\sŽì€â7¿z”‹ç×Íа¼A¯o®_7ruô/YHlèìHE„ßÚ¹kSU.=‰ g^ùÝûRß²Šú–Uì¸÷§Óíº®#](œ¼ƒÐõégô±_ÐØºšÆÖ5Ü·ÿ…év¥éá4í«[cBˆovv¤¢·ð…Ö¶&«º*Ž—÷Ð]!„@º6mÉ i—ªPOÏõ@)šë¢À0Ye¦a|më¶ ÕNvnÙræõ'¼ÄØàENýôt»¦kxnžUõY\'3Ó¼ö_Ÿ`xàý¼zx®èdÇ&hmoŽOú+YÙ=ÐÙ‘jŽD#mõõµŒ]-¬ýÙJríòÜL¨BÂPM?Å=°ª5ÃïÇÜú{7ðã§¿N*BÂìã%LÓÀŒD–wv¤Z»{ºÊÅX‰?^±¢Ù÷¤?÷7X ª°l[²ª>CÎö*ªÐõæÚ.Ée 5–DºmžeÔ¾ö}î/JéK¿|˜Þî eF$b¢”ZV @YÂ0¬‹ZÑ‚ößÐÖ=7­ýwøàõ§³pmÌɘ‹ëHôÙŠJpÿþhl[CcÛøø‹Ó¦*d]µK ¦® ”Reô»”~¡ œ¼$/Èn}ÌÆudI2+kªä¯Y©{YBhYéÊç·Ÿ-jÿ%Î{bަ \Ç¥!ž UHwJJK_ë‡eøJ/CWzyù—ÏŒ¡i  ÕD%e÷€ÐĸãÊ&¡ (näáË[yégÿ„Rª¨ý¥å´ÐžkS—(0Œ9ø#ö)U@ßùõüðßž"Ta±D)æ!<PéJ* tÿä„]TœÜÔT%šŸµ¤ë ëb#z˜Q'/­âõKYÒó~=xuØ5­¹KñFÁ]à:N@ÇqÊì¹#EâQ&2“^†/–žÊ ¼ÒßUQ³°&ËÎ;SFäm—dÌA)HZylÛ+U¡y\ggÅ£¤G3ðj%•Îgìœd3“DãùÉ™‚®px€SG?ÍÕ¾Ó&óµVjËÅqC@CÓ4”R´¯9ǽû‚W^|„ ¬›¼EàØ“ÀéJÊ2ÐÝÓ†aøSo¼kÇñ‚:íî}ÏOçƒ÷þE¡\‚M…DŒPh@, ½âÉLÁ½ûÑØZÐÿ>\zEZ»,A_Tø÷Ý=]þ’(¥ž½6821:2ŽUm•L¸®GµU:oÂ’xÅdVn#Ç«ã¸yÉøHÚQŠïUŠmAº{º¼ þöÍ7Þ´jb ,œyý3ÓùàÔÑÇ ƒ ÌK1É̪V$-Wzˆb=tôðc _éeøJ/¯¼øš‰ú.ž¿œSJý]wO×/YgÙ‚ÎÄ žK§³ßº60RLÖ01šeèòÿäP¡"T…| tíºÔÅœiGÔÇsdI‰†ÂÐy»ç=Ûóü¿:pò™¾™xnÀ“Ï9®Ÿ<ÿóÓ›7å}<ûÚ1|ݶÏ«R³ÙTí*œn §…jÕc ­f vÉë‡{“¸–@ X­žV¥V« 0 ZµÑj·P̹(æ]´ÛMT+U€­v vÙ”k{‘xc¾V©Dðí jUÑn7aûxpGÃ; m€v§Ihµ›°Ë†\¯Ù×–x#Þ¶¬óãº-µ;m€Ëª å4ah<¸£!•dH%ÜÑ`ê´6ªV,Ñ‚]6äÃêõ$^[àôæM¹àû«åòùIÝ–:í6ˆ–e¡ÓiÁÔ†øøH%>û¨H%m@ín•J ­v UK“kë¼àùßDâµ6ð¥ÒùI½&µ;m"øV§ S¿ D‚R AŸ~”%­O§˲ÀÀÐiwPµ Ù¶Ê7‘¸ò:°7Íó“ãšä8 \*£Óí lŒ.Á AN A«€ÓÿÅOvû+—-8Ž„²e¡í¸‹v·÷h¬*ß»ê:q¥ˆá-ÓŠà‰%³„¶Ó~¼ €D!88¥œ>ýErU6úÂé:(—ÊœNÕ²!WJæk¥Ó߈áˆq~Z·¥n _*¡ÓíÀ2Çà‰ˆˆ8ý×/è?°ï¿;<ø/—DàD"ÜH|ò![Z†+œ^g#Ñq:¨” É2+K|£@ _ÒõÆiÝ–œ®Á4Jè8ÎKà·Qÿ·Ÿ³?ÿ•³'ÏûÍ ¡q¢õO*Ò¯?}Kïón×AÉ,ƒÁévP)éRÙЯ$ñJ ¼¦5Në¶Üs{†aÀéuP)½Ï)…ôä9ßäÓÓçÄHDbÑ5a$‘àôÉ ¯löx×íišk VI—Jºö7%^*pzó¦\ðü‡¦VlœÙ²ëºB@7tt»]TJ“ <‘ ¢PÐ<“Qd›î @' $¢íL0 )‘ 铟ÏfÃå½¾CÆZÂíõ`•4ÉÔ¾Yâ’@ oh…ÆÉa-‚'C7ÐíuQ)ïÂïF BÁÉÔ¶íÍ,bõ¸˜…$Ö'œîßN+F/t]‡ ÃÁí¹(›EÉ(^)qð2x½oœÔm¹?XG^ÓÑuTËS<¸£!™À QçD Šuª^ÄvŠ´+JD¡/¤\"Éé×·Ý©eöB·ß#ÝÐA ô]–©IF!ÿÒub#pvv&màly0@pm?[ÃS”&›¨¯á'"I $£¸£@"Š:'·Ôõ½›±À)‘ÅýÛqÅìý~tÍàº.J†&ëk‰³³3é’@F7ßUdéÆÉ‘-CpΡi\· ۚ㳊”Lpçø6êÁ&ê»b%Mˆ€ïÀG׊í,ÆkE"Šo5dz =Ò5и(é9£È7²Fñ‡—Sˆè§vÙTæs!¡5¸ÃìÊŸ}T TbÓ£‡^ˆú:ÿwÚäIMðxèãšàk¹KQ'â;÷œÒ©¿÷þWC«äƒqŠÅ"HfóôBNüàýxìÍ[ "H Bu¢hK Ö@Dçˆ ˆH úÍéÛGàñðÿp´äQÔ7×®¯ë™ÑðŒ[…Q„@"溸õÙ̱ƒO;ÎÀ“%ì€a4¡˜Óñ¬­âGw&lÄ&Ü>x§§oS($Fœ -ÙŒ D8¶WaÜÿ·Û‹í½'P ˜ˆ:Ój%ðÞ½S½Ù-§óY ‡C$ (ªw0ö(!î^˜ÜßzËÅ—ÏZŽŸËåŒÆ#èEÏÚöã;^bµÚÉ ÅÅT ÄET¨QÏ?=¼^áüàà[dÃÑD@!Ÿ‡ãý™ç=«Ê;?^nRÿÅíôz-ø¼Ë6첡L&Sòù<†Ã«qÿC±H'£fëœ$(Îÿu­€óèÜ‹Ïñh·Ç81]Këíö*nÝý¶Ñì–Óù\Çc0ÆÏçÑŒü¹¿x4VÕK¯c^úy`#‘QËTf“)r¹Fãê• ¿ÿÁÒO'9‰u!ƒ8hSÔñ¦Nl ëB bfQ-­°[wÏŒç]3ÏÙd2c Ù\î`ìÏ/‡¥À®D>£6*%]™N§€L6ƒñd„zuÂ?ùù|žL^Œ:¶ðôOÿ|dÀç¿ÿKO’BE=ž‰¨£áÖÝï˜Ï»f:—)°ét 0 ›É¡?ûóåò•ðjàÅãÉ_,ƪòÎdî=êô~&›0›ÎÏð¬•;øé¿ªjì.NQ^Ç…EˆÚ£ØÝr€Spܺûó™c¤³jžM¦@6“…{øoœg"«* Ë(*³ù “É`<Ó‘= ïßîOwfb“J`œ ĺFøÎ:"(‰Ýºûæ3ÇHgÔ<›Ïf`ŒAͨŒf¾wø+ \PäFI/(soPÓù„êÕQxÿ¶3N&v% )Êu±îóñb„ØÂË96÷æ 2jÃÉüÊðWØ‘x˜‘¥%­ x¾"‚¢¨˜Ï'T·‡ÁÇ·Zã´ŠmÔwWÚè\2vëîwͯÛF:£æ˜çE㨪Á¯V&W„-] U–n˜ÅœâûþZBÁÌ›ÒQuÜ{ÿé0™ä"ê0á&ê]€W•,ó< ( †SÏ÷_þµ^hè…Œ¼ð "ÈŠ Ï›QÝ÷ÞûK?™ Euø§-#­(*[ø£¬ÈN<¯ ¼Á›¹uwúž·X>êf‹´”øžEΰ¯›ÅÔ{÷Nõ xþ«–ž–%•ùžA’¤kÁ×ø‚#ž %jhùŒì/|€Y’á-gt\¬>~ÿO.ÄðФ2áƒA’$Œç‹kÁ_K`WBN%Åœ*/– €I’°XztlV𤩥eIaËE´…‰á—Aøh’ysøk ìJH©d£‘åÕj!Jczé„ÂV« •Na:_ùËðúð{¸(‘häI‚B*™lÿNcæï~oÀV"8häÔµDô ©T Soå¯8ß<ð¾f%2JJ<êB˜ù+ÅÅ^á·ôEwÁó&»¡¤ a/âË}ÃoAˆÞ1)Å⢷q×~·ûIj_Ç[ø¿<þîÿ[å×ÄÎ"Œ}øIEND®B`‚caja-actions-1.27.0/docs/help/sl/admon/admon-important.png000066400000000000000000000046261433352025300233600ustar00rootroot00000000000000‰PNG  IHDR00Wù‡sBIT|dˆ pHYs × ×B(›xtEXtSoftwarewww.inkscape.org›î< IDAThíškl×Çÿ÷Þ™ÙÙ]ï.ö:°À@Àæalc(â$Dy´U ˆƒ”G?4ý”†J´ŠRÔ’¤j*5‘5iI#%&&HMÓÒªMâ”Ú€I16À@°ÛØûž¹súÁ°½Þ5kE‘r¥ÑèjvïùýïyÜ3«eD„oòà_7ÀŽo${{iƒMT®fs׎€´ã¥åëéÄDØ™0(\yÚ¼‡´üùh ×_ž(;"àP5[Å„º<§`‹È.Ø"˜P—ªf«&ÂÖ`LeŽW§—©‘Õ P€=p‘ ì(È:É…?ÔØØ°›eÂvFpU%a¥&´<À:™€N€_aæ)Ňü[\Õ_Ɉí] ¾ŠÝÃ…º4{z¥ ³ 8†@!Añ£Èžñ0çB]Z_Åî¹Qû)'qu5³¹d£\YÂ…º‚¤91®ÌZ¶Íáɽ ùWc4pi®¯Fèr-N}ò|¶ILhÍd›uÒ²3ÆþšW¯&kÜT3§ ,„REh·@(Ëìxt¶Põ¸‘]H¾›–¸to×=3¡h“h ø@vŽ„"€ûÀœ«HÈxbÁ³ˆôµPߥς}—šHÆûuÎÕ6€YVüãhŒ:ptåýÔ?ª€†Ýì^.œ‚ÓbËŒOu8³ÂYbáÎ)s¹¼s¡¹ ”d÷öÀî¨A $í;?L1' ü`ÜpÀýs€äeÄCmˆöŸB°»9Ò©1íï2ÀE7çì¨)­×Ê×[{@ùJ‰p¸°¥¼ÎòíÂé[.&y™€íì/@Ñc…vñ+«cÍ.Âv?m×¼ÃT€ûápøápÞoÞZ'x–²‘žý“OüU@j'€=CCh;ãG8^q8s*ç¬zÝÂÄêX× &d4LÄHžH¾®̨€»€ûŸ ›ñÐ¥ÇÍáY²‡ HŒÆ=êÓ\qm/\ý{—¦OÅju=ôÐùPè1<3Zž€î3îB¬ïZj!²ž)]'_Ì;b®fë×Þ˜»ò×.—)(º æ“B'•z„9€]܇S‡^ KÛz¤üAzw8ë¨eôP[¡u߬%?vgå}ŸS´n Ê NÂ1¡“Ì“‰PóÁœ·¡·ý »õZÒº{ÉFª‰3é9ðén6GU´ši…r³žT)V²Z‡ˆ9~“A'Á´"@/CWËKæù3û.›ÒZµtq̃ì³7Y®íÔ>š”ëÌüâí:ÌS ø± ‹HÌõr@‰ŽÆg¢ÝŽœó;cu­)Äõï3:Þsûg/Ÿµì%³{@у¨ýÉDŒ]±¹n1/Î|òt8ØÛZg;­ï.¾—Âc±¥Ô -¾—ŸSì®`ïɪ–·„¤-Àœ·èu$Fmà®›Û ²A°A$0c-l›£ù?O„‚WÎV}km*ðÀ8^hv«?ºc[Ñ­¿5T=ú@&’–C *­CBŠ{@<ÒŽµ[ÃV<ú\Ù™Öaiw£eÌv4únwû[n¶ymw‡y‚ ;ð {G `*z¿ØK2Ý“.ü¸S”Eß"«€un 4äÀ}”vúºöÚ<÷¤bÆ¥x<,i ¨©a I³P÷Öù¡ñ<¢'ÆÈ ³º§$­¢š¦ŒaþÆx:Q¬8ŒצÀ6Ï‚&WEŒÜdv€kÓ 4gÔÓ‰´½0žZæñç+à>Àê=\ÄõyqÝ\öàðåÌQ,›pŠ¢­ñÊ\d]LTŸA±=XÓÁŒ 0£àúОìf²²K\\(k&\€Mö —o`ž¥²L/÷n‚ë†ë÷ns–$*jâ,”ìd¶ÃéŸV¤Ë“VÒÔ¿Ír¸*üª1ˆNÀ:]•)àÆjBgó/­/[ÿk@Þô•jàæÇæŸ ~Š·áZP¼jVò©fÒõt1U¦´<À8–î@”‰ÈüWwžé`î;ÁÝw Øù>Ž}øxèB[í‡0eLYôeGÝMý ¼ð0÷àY÷Üs-œÌ.€ëp{§ÅˆÒ˃´<À¿5ë¦Rd7`Ç00g ˜¾fðÚm÷õ~Ùg“|¬üAúû ¯®mx›­=}ôÍ?zZÿåÍŸÿ¨KõW‚Âõ ð&o‡/w±»¯·c%€¿¦Ê”^(J…Ç¿“yP¦‚û6"]-¿°šjŸ {/ìì É‚að€²‡è·,è¿Òù›ãµÏEºŽÿ܂ȟô8˜v3(Þ—¾P¸¨H)õ^h;ã óxhÑš×t®æ€ÈFèÂ^œ=^²¥ù©³/ßDgRYêÈ[l:Ó”?E¬˜>÷~÷Ù1ýweô4#÷úõ$SY+媟‡ùšê0™z“nöDGó®pÏù %ååé½T×€ÒMÔàÎûÙݧ›ö¾žÕþ±wZQ¥KõÝMŸdÎŽ\^àh*k¥BÌÆr#k²réäó²éÀsá¾Þs¿‹@ÎH~ð(ß@û<†,èë¿ôbÓ';#ǶIÃí2-åjÜ£½cÛÖœ‹:Ä­GK6Ñ©ñ‚¸~›Áåu)åí\ðê’uÖ†T¾—zbö.U•¬3÷Ž›2É(ÙH­ÖÔW±{8X4e¬oÿìñ5o¼€ÿ+^FJ¬TIEND®B`‚caja-actions-1.27.0/docs/help/sl/admon/admon-note.png000066400000000000000000000033051433352025300223010ustar00rootroot00000000000000‰PNG  IHDR00Wù‡sBIT|dˆ pHYs × ×B(›xtEXtSoftwarewww.inkscape.org›î<BIDAThí™]lWÇçÞÙýpœÔ®MâBH')­H“TA¢©-}¬šU!HˆŠ@¤R¥RH­*ò/TaúÄG‰­©!¡  MIU§ÍVà:ÙØk{¿fæð0›µãÝuwm¯méêÎÞsfæÿŸsÎ3ZQUþ›aÖšÀrñ¿#`HÄv’ÈR!‹ÕÀK"‘§}jŸÕ7|øñ—UO­Íæh(`H$îÃó݃ƒ_ÛóÄ^zËœL†b6Ëõ·ßæCC³³W¯þ,ß{Tµ¼¼kh(à—"?¹ãÈ‘oì8t(N.GËÎÌ Ö"©¡µ¼ùâ‹Å±K—ŽVýÎð®¡NÀ/DôÞu×kŸ}öYO?øòyÔ÷ +•h”˨ëB?'-”J_8¢zfø×±cÌS;|Ðcl &&Bá¦Áì,Áè(áûïsûÝw'xj-ˆ×ø.\0ªR½½##ÈÌ HB©„Îål–®¾>b=Oe|œr.‡¤Ó§¦Ho±„Wt–½ý&ùm¤ߺ…Põôõ‘‘­}é´”.^¤b ˆ ª„A@hà 01>Ʀ½éÎ’@@ZêŠXàØ»çÎÃÍ›Ñîn*¾_©àW*UlÚ\ùçyv}«uhК€ÇUß ‹Åc^}uVöîÅ¢™ µh&Cl÷nbûöqáÔinûj]wx« ‚†–º¸ǶÿÛ9ýÛ—ŸÛ¶ç3tÝy'‰®. ““\gø'È݈â}Ê=œï$ó ÍR¨¡€çTÃ×./˜kÎQ†ou.ŸüùlÓ—áo©{(~ó§ì¹o?¿;u‚G¼ÕYòа¡¥¡‰á%·¥üO?ùu'œü°¶¾ùÝ[xæ×©±iþ•ëáÃ|½™üÊÅâ(Ö&ñ’m«{¨ `Eµ…¸bÝ-ØÚØ¿}„ç¿ÂÉ¿^À:–ß¿ñ ¦r—™žz'¶DrÄic؆PÍ£:4 ‚gb EËDrð+³Ì懼õ,/<þ …¯œßE¹4uv’ð>Žˆ[}b+9 ÕhC€Á³Ö ¡\»˜ÆÉ†nßðg~ôð1nÛp…«#: >O€*"-1€úxÆqQ­Da¬“Æ:Ñ‹+™d'#|ÿ¡ã(–Ô†îšßÊ`W‰j€Vw!uHXë>ÑS¨GwÏ¡ßO¨“X'Ñ™¥@ JØð:Mà‰u­0'@(³òo.P HoüÖÙXýeˆÞÆmDÁsb®@íUĽ­Ä½­+ÍwqˆA´ñ>´¨cã‚6O¡ÕC5 м”„×DMT‡Š³eX´Ý"FðŒ3HxÓîR.^¦0ù—%héM_ÄÆzª\¢H;LˆgmÜD=ȼHì žØ±â„Gm­Có2$ÄÄœè ¸j@m'‚I‹‰ºÂ/¨ú;}´‹i„æ)$6cl¬ÚÆÎ (MŸ¥8}v)Lë쾟XâS-x.!…0’6&V=mÎÍMß‹›¾·ž+€j µÓ !’4Æ"huXK¤Qþ°H7*")1;EWBëõ5¨tëЬ_]T+H2‹ûm,qCùàa DüzKÜâÄ]ÖG Ë€©,´4pqHâAÒ±qÖ‡‹EZ‹ÀT‰ƒnª{&ú˜^$F¥x #ft¡©á6ê8î“ýŸ<˜V-µÓËü¢Z.LšÜØëß/½¼ÐÔP€†þC]=»EÄØöÎü¨LdÏ” ÿ°ÐÖð?²s¿rþÓªa<ºBÕ`ªM¹Ö"Rw²Êƽê#ó|nÕÖ¤Jâæëßì[µ†:½ï°ßÓ’€zHt§DwÚ5—S½½Ñqæhö6Fó•ÑêïÌœ¯›ŠŽã¹hŽyÑ|-1çËGÇŽ[ãÑœ‡àóêô¬_¬u“³lü_ÀZã?·\\|>CÑ*IEND®B`‚caja-actions-1.27.0/docs/help/sl/admon/admon-tip.png000066400000000000000000000046731433352025300221410ustar00rootroot00000000000000‰PNG  IHDR00Wù‡sBIT|dˆ pHYs × ×B(›xtEXtSoftwarewww.inkscape.org›î< 8IDAThÕZ[lÕþΙÛÎz½;¾Ä±C1i°!œ´”¶/Qi”¨)‚'ªÄ©”§Jˆ÷¾EQûÄ1RŸEQŠÔ¦BUP Fà8 qs±MìÄ—ì}gçzþ>ìz³³;³k'’#æ²çœÿÿ¾óßæŒáAnüÿ­À½¶€|¿&ÚsøÄv0¾Ÿ3i˜1ê%AÝž 68K1Έ؜ o $Î|úÖ«_ݹì^|`øÐ©! t„$v`}B>5´QíëLÈ­Q1]A‹®€È6r†¬acn1ëŒ=爐¦Á<:í½96úò…ïÀÞƒ'û ðc­å…}?Ðû;¤¨®`>YÄRÖBÑö`Úжˆ¨"Š„ˆÊÑÓÐÐ3l\ž]öþ5~Ý,˜îY8âõOÞ~寷 `÷Ȩ¢ ~TQøÈ¯~2 íê•f— Ì.Håí5 NDô´éèNhÿú¦ûág×lסã²o|~üsßì|íNMóÎíÜ8ôëŸnÑ–s6&gÓ0,oMŠ×¶ˆ"á‘ 1Äu ÿüÏUóÂÕÅ‹–%=ûÅ_~»tßì:xê EÆû/þ|kû®­=ò§S·‘\#ãAmE6ÊìK`bê–ûÁç×’Ž‹}ão¿ó)÷®˜áë =Ô)/$óƒ×fqÀ‚d®ÀÞƒ'ûd…<÷ô£ÚçW“«¶y"T±YRëÙí]ÐU  «~¹£Œ¡Ò‡ˆ ˆ@¥3¶ëaj>‹½OlŽ0 #{žì[5(üؾ½êí¼ƒt¡q´ñ)QsV$†VÝ¿Èq]†®ð¦¦DDÈäLOnéQ…Ì­ Àð¡SC±ˆòÂέäËsÙ¦ŠW˜äc•ˆ`Úã×Ò¾q_Ng+ºþ± æ™[.` ¿CÖéùáC§†jõ¨ó tä™]ióI³R ø¿»ýQ¥|_¾Y‰*ï}6™EÛúã¸0›Ã—Ó)Ÿ‰U\«jLù D€åxHæ-ly¸32qiþ€ß7@;0л^úïBÁÇvXìF rÇ>»’ÄØ•dýØ °Z „TÎÂÆŽ¸4Áo¨à3¡=‡Ol_Ó¢Q]AÖpVe&D~ç»ã5cïòZ`X.E†®ÉúžÃ'¶‡ãû´GYL›¥îúµŽú9Eí¸¢t5llìZ§ Æ÷‡šg|¸«=¦¤òviI«Ì¤Ö|ªÍ¤¶ODåXSÑÞª¢#®b}LÃúV3|tq9ÔÜ™RÁtoÑ |8zuMÆRÞ- P<PYàŽ‡xéé¾Jܯm¿UåÀʆÈÇÐd Ôë#½ú†ˆºuM†i»ËÛü¸r3¿~|çg2uÊm× Æ#ô7AÇe DÔºž ¶ˆ*Ãt¼;ì4b¾æyÆp0~5‰™¥ïOø\ú& Oˆúâmàx¸¤AÚB”AT¢I™  rŸÎ¸Z·“³Y¿ù4™'(äz^}IãwbÎR9ÃêV$Ó fÃ+Â6Ä|BÀäLzõòç@ѲÁR¡c yÃîV$†b˜ã(^ è±Mq€Ë2åšjµŽ[KGÑrÁ[ð‘^ÃÔ\Îp sÖ$v‡' XDF_GÔà|™ýú9WŸÔÀ²\Ð\(ÄØb2ïD5) TgY MtmŠƒÁßÎOgB£K} NŠœ…‚eÄX(NâÌ•o–옦4gFTºÃêPù–‡«7skb»vNAgÀí\Áá„3¡>}ëÕ¯ E§˜3,DÔúUh»A„ÁÍþðya6 ÏÍë£:‹¨Ä¾aºð\*ÖnIÖ¿Ð:=s+åÅuBøÍ'0áT ÞÔE,âÌÓi_ÿ ŸfDqdò†ËˆNת[€Àß¼|}ÑlÑ$ÈœûoVunÛ¼®Žó×S ² <·»ŠÄɨÌ)ü²€Òót¶`ø›MŒ¾|ÁtÄÙ©ée·½U­a9øXqÆþø;g!](†/=ÓMQØå,¿Z` H¦ Ž œ Ú|'æ®xýòÌ’-sU–V-ìášv+Yaߎ ô´bôS•ø¦þ%Áu29Ãá.½¨kÐÃOÞ~å†ðÄñ‰©y³#®3Va9 D,¢ EóÛÿ`ÿ:üñÕ'ñ‹]ñç3a9"0Ê„ðœÌ±ãa;ס[òo,Þ.\œžO9í­Z);6p¬aãÊÍœo +¡áO›D¦lJ~–ƒsËÊ9“-8¶ã^òXþ0=›n-*ª394°¡S×#,3!€Ðú¨¿«Ï=Õ‹´Ã°¦d‹\O¬©ÀkXuV=ÏŠŽQ´Sž`÷g{}¥í|íNUuÎÅbúc}ÝëtÀ´<¸3ÅṲ́ZqOdsŢ㺗\[¹¿8VÚî‘QEBì(F:Úbʺx‹âQ)Ô ¢P–}€jú0 –c˜–È÷XþÛùÄTÝö<Ù'dvŒ3<ŸhmÑ¢U–e ž PyE¨Iïº–í¸†aYÎrAßþG¾Ú6|èÔƒ8BŒ`€ÞÕY–U.1HœqÁž[Úû·]×6MǨȧ ü»ÿÌÔö>±]0ìg‚s°^u *}èæŒ¥Ø‚ÍcœðýøÐý}hüÿJ<ðþo:Ë“{lÿIEND®B`‚caja-actions-1.27.0/docs/help/sl/admon/admon-warning.png000066400000000000000000000056171433352025300230110ustar00rootroot00000000000000‰PNG  IHDR00Wù‡sBIT|dˆ pHYs × ×B(›xtEXtSoftwarewww.inkscape.org›î< IDATh՚˓ÛÖ•‡·ùÀƒO9®Ÿ<ÿóÓ›7å}<ûÚ1|ݶÏ«R³ÙTí*œn §…jÕc ­f vÉë‡{“¸–@ X­žV¥V« 0 ZµÑj·P̹(æ]´ÛMT+U€­v vÙ”k{‘xc¾V©Dðí jUÑn7aûxpGÃ; m€v§Ihµ›°Ë†\¯Ù×–x#Þ¶¬óãº-µ;m€Ëª å4ah<¸£!•dH%ÜÑ`ê´6ªV,Ñ‚]6äÃêõ$^[àôæM¹àû«åòùIÝ–:í6ˆ–e¡ÓiÁÔ†øøH%>û¨H%m@ín•J ­v UK“kë¼àùßDâµ6ð¥ÒùI½&µ;m"øV§ S¿ D‚R AŸ~”%­O§˲ÀÀÐiwPµ Ù¶Ê7‘¸ò:°7Íó“ãšä8 \*£Óí lŒ.Á AN A«€ÓÿÅOvû+—-8Ž„²e¡í¸‹v·÷h¬*ß»ê:q¥ˆá-ÓŠà‰%³„¶Ó~¼ €D!88¥œ>ýErU6úÂé:(—ÊœNÕ²!WJæk¥Ó߈áˆq~Z·¥n _*¡ÓíÀ2Çà‰ˆˆ8ý×/è?°ï¿;<ø/—DàD"ÜH|ò![Z†+œ^g#Ñq:¨” É2+K|£@ _ÒõÆiÝ–œ®Á4Jè8ÎKà·Qÿ·Ÿ³?ÿ•³'ÏûÍ ¡q¢õO*Ò¯?}Kïón×AÉ,ƒÁévP)éRÙЯ$ñJ ¼¦5Në¶Üs{†aÀéuP)½Ï)…ôä9ßäÓÓçÄHDbÑ5a$‘àôÉ ¯löx×íišk VI—Jºö7%^*pzó¦\ðü‡¦VlœÙ²ëºB@7tt»]TJ“ <‘ ¢PÐ<“Qd›î @' $¢íL0 )‘ 铟ÏfÃå½¾CÆZÂíõ`•4ÉÔ¾Yâ’@ oh…ÆÉa-‚'C7ÐíuQ)ïÂïF BÁÉÔ¶íÍ,bõ¸˜…$Ö'œîßN+F/t]‡ ÃÁí¹(›EÉ(^)qð2x½oœÔm¹?XG^ÓÑuTËS<¸£!™À QçD Šuª^ÄvŠ´+JD¡/¤\"Éé×·Ý©eöB·ß#ÝÐA ô]–©IF!ÿÒub#pvv&màly0@pm?[ÃS”&›¨¯á'"I $£¸£@"Š:'·Ôõ½›±À)‘ÅýÛqÅìý~tÍàº.J†&ëk‰³³3é’@F7ßUdéÆÉ‘-CpΡi\· ۚ㳊”Lpçø6êÁ&ê»b%Mˆ€ïÀG׊í,ÆkE"Šo5dz =Ò5и(é9£È7²Fñ‡—Sˆè§vÙTæs!¡5¸ÃìÊŸ}T TbÓ£‡^ˆú:ÿwÚäIMðxèãšàk¹KQ'â;÷œÒ©¿÷þWC«äƒqŠÅ"HfóôBNüàýxìÍ[ "H Bu¢hK Ö@Dçˆ ˆH úÍéÛGàñðÿp´äQÔ7×®¯ë™ÑðŒ[…Q„@"溸õÙ̱ƒO;ÎÀ“%ì€a4¡˜Óñ¬­âGw&lÄ&Ü>x§§oS($Fœ -ÙŒ D8¶WaÜÿ·Û‹í½'P ˜ˆ:Ój%ðÞ½S½Ù-§óY ‡C$ (ªw0ö(!î^˜ÜßzËÅ—ÏZŽŸËåŒÆ#èEÏÚöã;^bµÚÉ ÅÅT ÄET¨QÏ?=¼^áüàà[dÃÑD@!Ÿ‡ãý™ç=«Ê;?^nRÿÅíôz-ø¼Ë6첡L&Sòù<†Ã«qÿC±H'£fëœ$(Îÿu­€óèÜ‹Ïñh·Ç81]Këíö*nÝý¶Ñì–Óù\Çc0ÆÏçÑŒü¹¿x4VÕK¯c^úy`#‘QËTf“)r¹Fãê• ¿ÿÁÒO'9‰u!ƒ8hSÔñ¦Nl ëB bfQ-­°[wÏŒç]3ÏÙd2c Ù\î`ìÏ/‡¥À®D>£6*%]™N§€L6ƒñd„zuÂ?ùù|žL^Œ:¶ðôOÿ|dÀç¿ÿKO’BE=ž‰¨£áÖÝï˜Ï»f:—)°ét 0 ›É¡?ûóåò•ðjàÅãÉ_,ƪòÎdî=êô~&›0›ÎÏð¬•;øé¿ªjì.NQ^Ç…EˆÚ£ØÝr€Spܺûó™c¤³jžM¦@6“…{øoœg"«* Ë(*³ù “É`<Ó‘= ïßîOwfb“J`œ ĺFøÎ:"(‰Ýºûæ3ÇHgÔ<›Ïf`ŒAͨŒf¾wø+ \PäFI/(soPÓù„êÕQxÿ¶3N&v% )Êu±îóñb„ØÂË96÷æ 2jÃÉüÊðWØ‘x˜‘¥%­ x¾"‚¢¨˜Ï'T·‡ÁÇ·Zã´ŠmÔwWÚè\2vëîwͯÛF:£æ˜çE㨪Á¯V&W„-] U–n˜ÅœâûþZBÁÌ›ÒQuÜ{ÿé0™ä"ê0á&ê]€W•,ó< ( †SÏ÷_þµ^hè…Œ¼ð "ÈŠ Ï›QÝ÷ÞûK?™ Euø§-#­(*[ø£¬ÈN<¯ ¼Á›¹uwúž·X>êf‹´”øžEΰ¯›ÅÔ{÷Nõ xþ«–ž–%•ùžA’¤kÁ×ø‚#ž %jhùŒì/|€Y’á-gt\¬>~ÿO.ÄðФ2áƒA’$Œç‹kÁ_K`WBN%Åœ*/– €I’°XztlV𤩥eIaËE´…‰á—Aøh’ysøk ìJH©d£‘åÕj!Jczé„ÂV« •Na:_ùËðúð{¸(‘häI‚B*™lÿNcæï~oÀV"8häÔµDô ©T Soå¯8ß<ð¾f%2JJ<êB˜ù+ÅÅ^á·ôEwÁó&»¡¤ a/âË}ÃoAˆÞ1)Å⢷q×~·ûIj_Ç[ø¿<þîÿ[å×ÄÎ"Œ}øIEND®B`‚caja-actions-1.27.0/docs/help/sl/caja-actions-config-tool.html000066400000000000000000005603621433352025300241070ustar00rootroot00000000000000 Caja-Actions Configuration Tool User's Manual

Caja-Actions Configuration Tool User's Manual

1. Introduction

Caja-Actionsâ„¢ is a Cajaâ„¢ extension whose principal function is to allow the user to add arbitrary actions to the file manager context menus. These actions may be organized in menus and submenus, exported and shared with other desktop environments.

The Caja-Actions Configuration Tool application is the user interface which lets you precisely configure how, where and when your actions should appear in Cajaâ„¢ context menus, and how they will be executed.

Caja-Actions Configuration Tool provides the following features:

  • Define and configure actions from scratch.
  • Organize actions into menus, submenus and so on.
  • Import and export actions and menus from and to outside world.

Caja-Actionsâ„¢ also comes with additional features such as:

  • A Cajaâ„¢ plugin which exports in real time to D-Bus the currently selected files.

  • A command-line program which is able to run any action.

    Associated with the D-Bus interface, this program lets the user run any action from a keyboard shortcut, applying this action to the item(s) currently selected in the file manager.

  • A command-line program which is able to create a new action.

All these features are more thoroughly described in the global Caja-Actionsâ„¢ documentation.

2. Getting Started

2.1. Starting Caja-Actions Configuration Tool

You can start Caja-Actions Configuration Tool in the following ways:

System menu

Choose Preferences ▸ Look and Feel ▸ Caja-Actions Configuration Tool.

Command line

To start Caja-Actions Configuration Tool from a command line, type the following command:

caja-actions-config-tool

then press Return.

To view available command line options, type:

caja-actions-config-tool --help-all

then press Return.

2.2. The first run

When you start Caja-Actions Configuration Tool, the following window is displayed.

Slika 1 Caja-Actions Configuration Tool Start Up Window

The empty Caja-Actions Configuration Tool main window

The Caja-Actions Configuration Tool main window contains the following elements:

Menubar.

The menus on the menubar contain all of the commands you need to use in Caja-Actions Configuration Tool.

Shortcuts are available for some commands:

Ctrl+N

Create a new action.

Ctrl+S

Save modified actions and menus.

Ctrl+Q

Quit the application.

Ctrl+X

Cut the current selection, keeping it in the clipboard.

Ctrl+C

Copy the current selection to the clipboard.

Ctrl+V

Insert the content of the clipboard before the current item.

Shift+Ctrl+V

Insert the content of the clipboard as subitem(s) of the current item.

Delete

Delete the current selection.

F5

Reload the actions and menus.

F1

Display the help.

Toolbar.

Several toolbars may be displayed below the menubar, depending of your choices in the View ▸ Toolbars submenu.

Items list.

The list on the left of the main window contains all items, whether they are actions or menus, currently available for edition in Caja-Actions Configuration Tool.

Items may be sorted in ascending or descending alphabetical order, or not sorted at all, being directly organized and managed by the user.

Invalid items are displayed in red color.

Modified items are displayed in italic characters.

Sort buttons

Three buttons allow you to toggle between sort modes.

Properties tabs.

The right part of the main window displays all is needed to define how, when and where actions and menus should be displayed.

Action/Menu

Define in which Cajaâ„¢ menus the item should appear, and how it will be displayed.

Command

Specify which command to execute, and which parameters pass to it.

Execution

Specify how the command should be executed.

Basenames

Define the basename filters the Cajaâ„¢ selection must satisfy in order the action or menu be candidate for display.

Mimetypes

Define the mimetype filters the Cajaâ„¢ selection must satisfy in order the action or menu be candidate for display.

Folders

Define the folder filters the Cajaâ„¢ selection must satisfy in order the action or menu be candidate for display.

Schemes

Define the scheme filters the Cajaâ„¢ selection must satisfy in order the action or menu be candidate for display.

Capabilities

Define the capability filters the Cajaâ„¢ selection must satisfy in order the action or menu be candidate for display.

Environment

Define some environment conditions the Cajaâ„¢ selection must satisfy in order the action or menu be candidate for display.

Properties

Display item properties.

Statusbar.

The statusbar displays some status informations about the currently selected row in the items list.

When no relevant information is to be displayed, the statusbar displays the count of loaded menus, actions and profiles.

The « read-only » icon is displayed in the right of the statusbar when appropriate.

2.3. Creating your first action

In this example, we are going to create an action which displays some pretty informations about the current selection.

Checking for prerequisites

This action will require MateDialogâ„¢.

MateDialogâ„¢ is a program which will allow you to create a graphical user interface from a command-line.

You should check that this program is installed on your system, by example by typing the following command in a terminal:

matedialog

then press Return.

Creating the action

To create a new action, choose File ▸ New action ( Ctrl+N ).

A new action is inserted in the items list, and its properties are displayed in the tabs on the right pane.

The label of the currently edited action (this one) is added to the application name in the title bar.

Slika 2 Default properties of a new action

Default properties of a new action

In the Items list, the new action is displayed in italic characters.

Italics are used as a reminder that the item has not yet been saved.

As another reminder that there is some pending modifications, an asterisk (« * ») comes to prefix the application name in the title bar.

Qualifying your new action

It merely consists of choosing how your action will be displayed in the file manager context menu.

  • Enter My first action in the Context label entry box.

    The Context label entry box contains the label of the action as you want it to be displayed in the file manager context menu.

    The label is a mandatory property of your action. If it happens to be empty, then your action will be considered as invalid by Caja-Actionsâ„¢: it will be displayed in red in Items list and will never be candidate to be displayed in the file manager context menus.

  • Enter This will execute an action with some parameters in the Tooltip entry box.

    The Tooltip entry box contains the text you want to be displayed as a short help to your action.

  • Select in the Icon drop-down list.

    The Icon selection defines the icon which will be associated with your action in file manager context menus and in the toolbar.

    You have two ways of choosing the icon associated to your action:

    • Click on the Icon drop-down list to select an icon.
    • Click on Browse to search for an image in the filesystem.
Specifying the command to be executed

When you will select your action in the file manager context menu, this command will be executed, with arguments of your choice.

Click on the Command tab to show the page which will permit you to enter the command.

Slika 3 Command page

Command page

  • Enter matedialog in the Path entry box.

    The Path entry box defines the command which will be executed when you will select your action in the file manager context menu.

    You have two ways of defining the command to be executed:

    • Enter it in the Path entry box.
    • Click on Browse to select the executable file on the filesystem.

    If the command you enter does not have an absolute path, then it will be searched for in the PATH variable at execution time.

  • Enter --info --text='%c selected item(s): %U' in the Parameters entry box.

    The Parameters contains the arguments which will be passed to your command when it will be executed. These arguments may embed parameters which will be expanded at runtime.

    If both Path and Parameters are empty, then this action will be considered as invalid: it will be displayed in red in Items list and will be never be candidate to be displayed in the file manager context menus.

Saving

To save all pending modifications, choose File ▸ Save ( Ctrl+S ).

Cajaâ„¢ automatically takes into account your new action, and displays it in its context menu.

Slika 4 Your first action in the Caja™ context menu

Your first action in the Cajaâ„¢ context menu

Cliking of the item in the Cajaâ„¢ context menu activates it, and executes the corresponding command.

Slika 5 The result of the execution of your first action

The result of the execution of your first action

3. Using Caja-Actions Configuration Tool

3.1. Defining the conditions

Whether your action will eventually be displayed in Cajaâ„¢ file manager context menus or in its toolbar depends on the conditions you will have defined for it.

Conditions may be put against the location the file manager currently points to, or against the currently selected items in this location.

Each time the selection or the location change in the file manager, Caja-Actionsâ„¢ checks all your actions, comparing the defined conditions against the new location and selection: all defined conditions must be satisfied in order your action be actually displayed.

3.1.1. Basename-based conditions

You may decide that your action will appear depending on the basenames of the items currently selected in the file-manager: you may define that each item of the selection must meet some sort of basename, and you may simultaneously decide that none of the selected item(s) can have some other sort of basename.

Click on the Basenames tab to show the page which will permit you to configure your basename-based conditions.

Slika 6 Basename-based conditions

The basename-based conditions tab

In fact, basename-based conditions are built as a list of « must match one of » and « must not match any of » patterns. In order for your action to be a candidate regarding these basename-based conditions, each element of the selection must be valid for all the listed conditions: the basename of each element must match at least one of the defined « must match one of » patterns, and must not match any of the defined « must not match any of » patterns.

If at least one element of the selection does not match all the defined conditions, then your action will not be displayed.

When targeting the selection context menu, your basename-based conditions will be checked against the currently selected items. When targeting the location context menu or the toolbar, your basename-based conditions will be checked against the basename of the current location.

Defining a new basename-based condition involves two steps.

  1. Define the new condition filter.

    • Press Insert or click on button to insert a new condition filter

    • Edit the newly inserted condition filter to the basename you want match.

      A basename-based condition may use « * » or « ? » wildcard characters.

  2. Indicates whether this a « must match one of » or a « must not match any of » condition.

    Click on the Must match one of or Must not match any of radio button in the same row to set the corresponding condition.

Depending of your target operating system, make sure that the Match case checkbox is activated (or not).

  • When activated, all filters are considered as case sensitive, which means that /my/file filename is considered distinct from /My/File one.

    This is the default behavior on Unix-like systems.

  • When deactivated, filters are considered as case insensitive, which means that /my/file and /My/File filenames are considered the same name.

    This is most probably what you want if you target some sort of Windowsâ„¢ system.

Removing a defined basename-based condition is as simple as selecting it, and pressing Del (or clicking on button).

By default, the basename-based condition is just one « must match one of * » condition. As all basenames always match the « * » condition, this just means that basename-based conditions are not considered as relevant for the action.

3.1.2. Mimetype-based conditions

You may decide that your action will appear depending on the mimetypes of the items currently selected in the file-manager: you may define that each item of the selection must meet some sort of mimetype; and you may simultaneously decide that none of the selected item(s) can have some other sort of mimetype.

Click on the Mimetypes tab to show the page which will permit you to configure your mimetype-based conditions.

Slika 7 Mimetype-based conditions

The mimetype-based conditions tab

In fact, mimetype-based conditions are built as a list of « must match one of » and « must not match any of » patterns. In order for your action to be a candidate regarding these mimetype-based conditions, each element of the selection must be valid for all the listed conditions: the mimetype of each element must match at least one of the defined « must match one of » patterns, and must not match any of the defined « must not match any of » patterns.

If at least one element of the selection does not match all the defined conditions, then your action will not be displayed.

When targeting the selection context menu, your mimetype-based conditions will be checked against the currently selected items. When targeting the location context menu or the toolbar, your mimetype-based conditions will be checked against the mimetype of the current location, which happens to be the well known « inode/directory » mimetype.

Defining a new mimetype-based condition involves two steps.

  1. Define the new condition filter.

    • Press Insert or click on button to insert a new condition filter

    • Edit the newly inserted condition filter to the mimetype you want match.

      A mimetype must be defined as a group/subgroup expression.

      The « * » wildcard is supported only in some situations:

      • The « */* » expression matches all mimetypes. As a convenient shortcut, the « * » literal is also accepted for this same purpose.
      • A group/* string matches all subgroups of group mimetype.
      • The */subgroup string is not accepted as a valid wildcard.
  2. Indicates whether this a « must match one of » or a « must not match any of » condition.

    Click on the Must match one of or Must not match any of radio button in the same row to set the corresponding condition.

Removing a defined mimetype-based condition is as simple as selecting it, and pressing Del (or clicking on button).

By default, the mimetype-based condition is just one « must match one of */* » condition. As all mimetypes always match the « */* », this just means that mimetypes are not considered as relevant for the action.

Primer 1 Example of usual mimetypes
all/all

Matches all items.

all/allfiles

Matches all regular files.

inode/directory

Matches only directories.

3.1.3. Folder-based conditions

You may decide that your action will appear depending on the directory the items currently selected in the file-manager are located in: you may define that each item of the selection must be located in one hierarchy or in another; and you may simultaneously decide that none of the selected item(s) can be located in some other hierarchy.

A folder-based condition must be understood as the specification of the hierarchy in which the currently examined item should (or should not) stay: this is a pattern on the dirname of the element.

Click on the Folders tab to show the page which will permit you to configure your folder-based conditions.

Slika 8 Folder-based conditions

The folder-based conditions tab

In fact, folder-based conditions are built as a list of « must match one of » and « must not match any of » patterns. In order for your action to be a candidate regarding these folder-based conditions, each element of the selection must be valid for all the listed conditions: each element must be located in one of the defined « must match one of » folders, and must not match any of the defined « must not match any of » folders.

If at least one element of the selection does not match all the defined conditions, then your action will not be displayed.

When targeting the selection context menu, your folder-based conditions will be checked against the dirname of each currently selected items. When targeting the location context menu or the toolbar, your folder-based conditions will be checked against the current location.

Defining a new folder-based condition involves two steps.

  1. Define the new condition filter.

    • Press Insert or click on button to insert a new condition filter

    • Edit the newly inserted condition filter to the folder you want match.

      The « * » and « ? » characters are accepted as wildcards at any level of the defined folder filter.

    • Or click on Browse to select a folder on the file system.

  2. Indicates whether this a « must match one of » or a « must not match any of » condition.

    Click on the Must match one of or Must not match any of radio button in the same row to set the corresponding condition.

Removing a defined folder-based condition is as simple as selecting it, and pressing Del (or clicking on button).

By default, the folder-based condition is just one « must match one of / » condition. As / is always the top of an Unix-like file system, then all selected items always match this condition.

If you target a Windowsâ„¢ system, then this default value may not be what you actually want.

3.1.4. Scheme-base-conditions

You may decide that your action will appear depending on the schemes of the URIs of the items currently selected in the file-manager: you may define that each item of the selection must have some scheme; and you may simultaneously decide that none of the selected item(s) may have some other scheme.

Click on the Schemes tab to show the page which will permit you to configure your scheme-based conditions.

Slika 9 Scheme-based conditions

The scheme-based conditions tab

In fact, scheme-based conditions are built as a list of « must match one of » and « must not match any of » patterns. In order for your action to be a candidate regarding these scheme-based conditions, each element of the selection must be valid for all the listed conditions: the scheme of each element must match at least one of the defined « must match one of » patterns, and must not match any of the defined « must not match any of » patterns.

If at least one element of the selection does not match all the defined conditions, then your action will not be displayed.

When targeting the selection context menu, your scheme-based conditions will be checked against the currently selected items. When targeting the location context menu or the toolbar, your scheme-based conditions will be checked against the scheme of the current location.

Defining a new scheme-based condition involves two steps.

  1. Define the new condition filter.

    • Press Insert or click on button to insert a new condition filter

    • Edit the newly inserted condition filter to the scheme you want match.

      Scheme-based conditions only accept « * » wildcard, which stands for « any scheme ».

    • Or click on Common to select a scheme among those predefined in Edit ▸ Preferences.

      Slika 10 Selecting a scheme among predefined defaults

      Selecting a scheme among predefined defaults

      A new scheme may only be selected here if it is not already defined as a scheme filter.

      To select a new scheme, click OK, or double-click on the desired row.

  2. Indicates whether this a « must match one of » or a « must not match any of » condition.

    Click on the Must match one of or Must not match any of radio button in the same row to set the corresponding condition.

Removing a defined scheme-based condition is as simple as selecting it, and pressing Del (or clicking on button).

By default, the scheme-based condition is just one « must match one of * » condition, which means that schemes are not relevant for this action.

3.1.5. Capability-based conditions

Capabilities are some properties that a file may exhibit to the user.

But except for the Local capability, all others depend on the user who executes the command.

You may so decide that your action will appear, or not, depending on the capabilities of the selected item(s) vs. the current user.

Click on the Capabilities tab to show the page which will permit you to configure your capability-based conditions.

Slika 11 Capability-based conditions

The capability-based conditions tab

In fact, capability-based conditions are built as a list of « must match all of » and « must not match any of » patterns. In order for your action to be a candidate regarding these capability-based conditions, each element of the selection must be valid for all the listed conditions: the capability of each element must match each of the defined « must match all of » capabilities, and must not match any of the defined « must not match any of » ones.

If at least one element of the selection does not match all the defined conditions, then your action will not be displayed.

When targeting the selection context menu, your capability-based conditions will be checked against the currently selected items. When targeting the location context menu or the toolbar, your capability-based conditions will be checked against those of of the current location.

Defining a new capability-based condition involves two steps.

  1. Define the new condition filter.

    • Press Insert to insert a new condition filter

    • Edit the newly inserted condition filter to the capability you want match.

    • Or click on to open the Adding a new capability dialog box.

      Slika 12 Managed capabilities

      The list of managed capabilities

      A new capability may only be selected here if it is not already defined as a capability filter.

      To select a new capability, click OK, or double-click on the desired row.

  2. Indicates whether this a « must match all of » or a « must not match any of » condition.

    Click on the Must match all of or Must not match any of radio button in the same row to set the corresponding condition.

Removing a defined capability-based condition is as simple as selecting it, and pressing Del (or clicking on button).

By default, the capability-based condition list is empty. This means that capabilities are not relevant for this action.

3.1.6. Selection count condition

You may define that your action will only appear if the current selection in the file manager has some precise count, or some precise relation with a given count.

Primer 2 A selection count use case

If your action consists in displaying the differences between two files, you may define here « Count = (equal to) 2 ».

Click on the Environment tab to show the page which will permit you to configure your environment-based conditions.

Slika 13 Environment-based conditions

The environment-based conditions tab

The selection count condition is defined in the Appears if selection contains frame.

Slika 14 Selection count condition frame

Selection count condition frame

When targeting the selection context menu, the count condition defined here will be checked against the count of currently selected items. When targeting the location context menu or the toolbar, the count condition will be checked against zero because there is no selected item in this case.

To define a selection count condition:

  • Select in the Count drop-down list the operator you want apply to the selection count:

    < (strictly less than)
    = (equal to)
    > (strictly greater than)
  • Enter the reference count you wish.

The selection count defaults to « Count > (strictly greater than) 0 », which means that the action will be a candidate to be displayed as soon as at least one item is selected in the file manager.

3.1.7. Desktop selection

You may define that your action:

  • will always appear,
  • or will only appear in some given desktop environments,
  • or will not appear in some given desktop environments.

Only one choice between these three items is possible.

Click on the Environment tab to show the page which will permit you to configure your environment-based conditions.

The desktop selection is defined in the Desktop environment frame.

Slika 15 Desktop selection frame

Desktop selection frame

To define the desktop environment condition:

  1. First select the type of filter:

    should your action always appear, regardless of the desktop environment ?
    should your action only appear in some desktop environment(s) ?
    should your action never appear in some desktop environment(s) ?
  2. If your action should not always appear, then select the relevant desktop environment(s) in the listbox in the right side.

The targeted desktop environment condition defaults to « Always appear », which means that the action will be a candidate to be displayed regardless of the current desktop environment.

3.1.8. Executable found condition

You may define that your action will only appear if some prerequisite package is installed on your system. This is checked here by specifying that a specific file, known or at least supposed to be provided by the package, must be present on the file system, and executable.

Click on the Environment tab to show the page which will permit you to configure your environment-based conditions.

The executable found condition is defined in the Execution environment frame.

Slika 16 Execution environment frame

Execution environment frame

To define the relevant file, enter its full filename in the Appears if the file is executable entry box, or click on Browse to select a file on the file system.

Leave the field empty if this condition is not relevant for your action.

You may embed some parameters in the searched filename. These parameters will be dynamically substituted at runtime with values which will depend on currently selected item(s).

3.1.9. D-Bus registration condition

You may define that your action will only appear if some given name is registered on the D-Bus system at runtime.

Click on the Environment tab to show the page which will permit you to configure your environment-based conditions, and focus on Execution environment frame.

To define the relevant name, enter it in the Appears if the name is registered on D-Bus entry box.

Leave the field empty if this condition is not relevant for your action.

You may embed some parameters in the searched name. These parameters will be dynamically substituted at runtime with values which will depend on currently selected item(s).

3.1.10. Customized condition

You may define that your action will only appear if some given command outputs a true string on its standard output.

Click on the Environment tab to show the page which will permit you to configure your environment-based conditions, and focus on Execution environment frame.

This lets you define your own customized condition filter, by writing a small script which outputs, or not, the true string on stdout when it is ran.

To define the command, enter it in the Appears if the command outputs "true" entry box.

Leave the field empty if this condition is not relevant for your action.

You may embed some parameters in the executed filename or its options. These parameters will be dynamically substituted at runtime with values which will depend on currently selected item(s).

3.1.11. Running process condition

You may define that your action will only appear if some given binary is currently running.

Click on the Environment tab to show the page which will permit you to configure your environment-based conditions, and focus on Execution environment frame.

To define the binary, enter its name in the Appears if the binary is running entry box, or click on Browse to select a file on the file system.

Even if you enter here the full filename of a binary, only its basename will be searched for in the processes list at runtime.

Leave the field empty if this condition is not relevant for your action.

You may embed some parameters in the searched name. These parameters will be dynamically substituted at runtime with values which will depend on currently selected item(s).

3.2. Locating the action

Slika 17 Target configuration

Target configuration

Cajaâ„¢ file manager may display your action in different places, depending on what you will request here, and if some item is currently selected (or not).

Click on the Action tab to show the page which will permit you to configure the locations your action targets.

3.2.1. Targeting the selection context menu

When Display item in selection context menu is checked, then your action will be a candidate to be displayed in Cajaâ„¢' context menu as soon as at least one item is selected in the file manager. Your action will so deal with currently selected item(s).In order to be actually displayed, all the conditions defined in your candidate action must be met by each item currently selected in the Cajaâ„¢ file manager.

When an action targets the selection context menu, and is actually displayed in Cajaâ„¢' context menu, then it is also displayed in Cajaâ„¢' Edit menu.

This target is checked by default.

3.2.2. Targeting the location context menu

When Display item in location context menu checkbox is activated, then your action will be a candidate to be displayed in Cajaâ„¢' context menu when the file manager selection is empty. Your action will so deal with currently displayed location. In order to be actually displayed, all the conditions defined in your candidate action must be met by the location currently displayed in the Cajaâ„¢ file manager.

When an action targets the location context menu, and is actually displayed in Cajaâ„¢' context menu, then it is also displayed in Cajaâ„¢' File menu.

3.2.3. Targeting the toolbar

When Display item in the toolbar checkbox is activated, then your action will be a candidate to be displayed in Cajaâ„¢' toolbar.

Actions displayed in the toolbar only deal with the location which is currently displayed in the file-manager, not with the items which may be currently selected (or not). In order to be displayed, all the conditions defined in your candidate action must so be met by the current location.

3.2.4. Notes

If your action is to be displayed in a context menu

Whether it is the selection context menu or the location context menu, and both in Cajaâ„¢' context menus and in File or Edit menus, it will be displayed as

  • the Context label as a label,
  • the Icon,
  • these two properties being associated with the Tooltip.

Depending of the exact configuration of your desktop environment, the icon may or may not be displayed in front of the label in the menu.

You may embed some parameters in the label, the icon name or the tooltip. These parameters will be dynamically substituted at runtime with values which will depend on currently selected item(s).

If your action is to be displayed in the toolbar

It will be displayed as

  • the Toolbar label as a label,
  • the Icon,
  • these two properties being associated with the Tooltip.

Depending of the exact configuration of your desktop environment, the toolbar label may or may not be displayed in front of the icon in the toolbar.

The toolbar label defaults to the same label as those used in menus. By unchecking the Use same label for icon in the toolbar checkbox you can define a label specific to the toolbar, which is usually shorter that those defined for the menus.

You may embed some parameters in the toolbar label, the icon name or the tooltip. These parameters will be dynamically substituted at runtime with values which will depend on currently selected item(s).

Defining several targets

An action may target the selection context menu, the location context menu and the toolbar, or one or more of these.

Defining no target at all

If no target is defined, i.e. if the three checkboxes are unchecked, then your action will never be displayed.

3.3. What action should be executed ?

You most probably want that your action eventually ends up in executing something. And, as a matter of fact, having something to execute is one of the few conditions which are required for an action to be considered as valid.

As we have already seen, the command to be executed is configured in the Command page.

This command may take arguments, which themselves may embed parameters. These parameters will be expanded at runtime, with values which will depend on currently selected item(s).

3.3.1. Available parameters

In the Command page, click on Legend button to see the list of available parameters.

Slika 18 List of available parameters

The available parameters

The Legend button has a toggling action: click once to display the Parameter Legend dialog box; click a second time to hide it.

The word « first » may be misleading as it only refers to the list of selected items internally provided by the file manager to the Caja-Actions™ plugin.

In particular, it has nothing to do with the visual selection you may have done in the file manager window. And, in fact, which is the « first » selected item in a multiple selection is absolutely undefined and rather unpredictable.

3.3.2. Where the action should it be executed ?

Your action may be executed in a particular working directory.

You may specify it in the Command tab, in the Working directory entry box, or by clicking on Browse to select a folder on the filesystem.

Slika 19 Working directory frame

Working directory frame

The working directory defaults to %d, which runs the command in the base directory of the (first) selected item.

In the particular case of the %d parameter, the « first » selected item is not very important because it is very likely that all selected items are located in the same base directory.

3.3.3. How should the action be executed ?

Apart from configuring the conditions, the selection must be met in order your action be displayed in file manager menus, Caja-Actionsâ„¢ allows you to configure how exactly your command will be executed.

Click on the Execution tab to show the page which configures the execution of your command.

Slika 20 Configuration of the execution modes

Configuration of the execution modes

3.3.3.1. Execution mode
Slika 21 Configuration of the execution mode

Configuration of the execution mode

The execution mode of your command may be chosen between following values:

Normal

Starts the command as a standard graphical user interface.

Terminal

Starts the preferred terminal of the desktop environment, and runs the command in it.

Embedded

Makes use of a special feature of the file manager which may allow a terminal to be ran in it.

As Cajaâ„¢ does not have this feature, this option is strictly equivalent to Terminal option.

Display output

Starts the preferred terminal of the desktop environment, and runs the command in it. At end, standard streams (stdout, stderr) are collected and displayed.

The execution mode of a command defaults to Normal. That is, the command is executed without any particular pre- or post-work.

3.3.3.2. Startup notification
Slika 22 Configuration of the startup modes

Configuration of the startup modes

If the execution mode of the command is Normal, and if you know that the application will send a remove message with the DESKTOP_STARTUP_ID environment variable set, then check the Startup notify checkbox.

See the http://www.freedesktop.org/Standards/startup-notification-spec for more details.

3.3.3.3. Window class

If the execution mode of the command is Normal, and if you know that the application will map at least one window with a given class name, then enter that name into the Startup Window Manager class entry box.

See the http://www.freedesktop.org/Standards/startup-notification-spec for more details.

3.3.3.4. Owner of the execution
Slika 23 Configuration of the owner of the run

Configuration of the owner of the run

Enter in the Execute as user entry box the username or the UID of the user your command will be run as.

If you do not enter anything in this field, then the command will be executed as the current user.

3.3.3.5. Multiple executions

You may want your command to be executed once, providing it the list of selected items as argument.

Or you may prefer your command to be repeated for each selected item, providing a different item as argument for each execution.

Actually, Caja-Actionsâ„¢ automatically handles these two behaviors, depending of the form and the order of the parameters in the command arguments.

Though some parameters are not depending on the count of the selection (e.g. « %c », the selection count itself), most have two declensions:

  • a « singular » one, e.g. « %b », the basename of the selected item;
  • a « plural » one, e.g. « %B », the space-separated list of the basenames of selected items.

When the selection is empty or contains only one element, and from this topic point of view, these two forms are exactly equivalent.

When the selection contains more than one item:

  • if the first relevant parameter is of a singular form, then Caja-Actionsâ„¢ will consider that the command is only able to deal with one item at a time, and thus that it has to be ran one time for each selected item;
  • contrarily, if the first relevant parameter found is of the plural form, then Caja-Actionsâ„¢ will consider that the command is able to deal with a list of items, and thus the command will be executed only once;
  • if all found parameters are irrelevant, then Caja-Actionsâ„¢ defaults to consider that the command should be executed only once.
Preglednica 1 Characterization of the parameters vs. multiple execution
Parameter Description Repetition
%b (first) basename singular
%B space-separated list of basenames plural
%c count of selected items irrelevant
%d (first) base directory singular
%D space-separated list of base directory of each selected items plural
%f (first) filename singular
%F space-separated list of selected filenames plural
%h hostname of the (first) URI irrelevant
%m mimetype of the (first) selected item singular
%M space-separated list of the mimetypes of the selected items plural
%n username of the (first) URI irrelevant
%o no-op operator which forces a singular form of execution singular
%O no-op operator which forces a plural form of execution plural
%p port number of the (first) URI irrelevant
%s scheme of the (first) URI irrelevant
%u (first) URI singular
%U space-separated list of selected URIs plural
%w (first) basename without the extension singular
%W space-separated list of basenames without their extension plural
%x (first) extension singular
%X space-separated list of extensions plural
%% the « % » character irrelevant
Primer 3 Usage of singular vs. plural forms

Say the current folder is /data, and the current selection contains the three files pierre, paul and jacques.

If we have requested echo %b,

then the following commands will be successively run:

echo pierre
echo paul
echo jacques

This is because %b marks a singular parameter. The command is then run once for each of the selected items.

Contrarily, if we have requested echo %B,

then the following command will be run:

echo pierre paul jacques

This is because %B marks a plural parameter. The command is then run only once, with the list of selected items as arguments.

If we have requested echo %b %B,

then the following commands will be successively run:

echo pierre pierre paul jacques
echo paul pierre paul jacques
echo jacques pierre paul jacques

This is because the first relevant parameter is %b, and so the command is run once for each selected item, replacing at each occurrence the %b parameter with the corresponding item. The second parameter is computed and added as arguments to the executed command.

And if we have requested echo %B %b,

then the following commands will be run:

echo pierre paul jacques pierre

This is because the first relevant parameter here is %B. The command is then run only once, replacing %B with the space-separated list of basenames. As the command is only run once, the %b is substituted only once with the (first) basename.

3.4. Using profiles to extend your action

There are some situations where you will want a given action behave slightly differently depending on the currently selected items or the current runtime environment.

Primer 4 Open a terminal here

Say you have an action which opens a terminal in the current location.

You have configured it to open your preferred terminal in the location your file manager currently points to.

But what if you want to select a directory in your file manager, and directly open your terminal in this directory ? If you keep based on the current file manager location, your terminal will open in the parent of the targeted directory.

One solution is to define a new profile to your action, configuring this profile to open the terminal in the targeted directory.

At runtime, Caja-Actionsâ„¢ will successively examine each profile attached to your action. If the first profile targets a file while you have selected a directory, then Caja-Actionsâ„¢ will just try with your second profile.

To create a new profile, first select the action in the items list, then choose File ▸ New profile.

A new profile is created in your action.

You can now define the conditions which must be met in order this profile be selected, and the command which will be executed.

3.4.1. Ordering the profiles inside an action

At runtime, Caja-Actionsâ„¢ will begin with examining the conditions set on your action.

If these conditions (the action-conditions) are met, then Caja-Actionsâ„¢ will examine in order each profile.

If the conditions defined in a profile are met, then this profile will be validated, and the review of other profiles will stop.

If no profile is found valid at runtime, then the action will be itself considered invalid, and will not be displayed in the file manager context menu.

Profiles of an action are ordered, and they are examined in that order at runtime. The first profile whose conditions are met will be validated, and made selectable in the Cajaâ„¢ context menu.

So, ordering of the profiles may be important for your action: the first valid profile found is the only one selected.

You may order your profiles inside an action in two ways.

  1. Cut the profile to be moved, select the profile before which you want your cut profile to be inserted, and paste it.
  2. Click on the profile to be moved, and drag it to its right place.

3.5. Organizing actions in menus

As your list of actions will grow, you most probably will want to organize them into menus, submenus, and so on.

In order to create a new menu, choose File ▸ New menu.

A menu may be created anywhere in the list of your actions, but inside of an action (i.e. not between two profiles of an action).

As an action, the exact place where a new menu will be inserted depends on the current sort order:

Manual order:

The new menu is inserted just before the current action or menu.

This place will not change when you later modify the label of the menu.

Ascending (resp. descending) alphabetical order:

The new menu is inserted at the correct place, regarding the default « New Caja menu » label.

This place will be automatically changed, each time you modify the label of the menu.

As an action, too, a menu requires a label, and may have an icon and a tooltip. Also, you may define some conditions in order your menu be candidate to be displayed in Cajaâ„¢ context menu. If the defined conditions are not met at runtime, then your whole menu, including its submenus, its actions and so on, will not be displayed.

3.6. Sorting the items list

Your actions and menus will be displayed in file manager context menus in the same order that they are listed in the Items list, on the left pane of the main Caja-Actions Configuration Tool window.

You may decide to:

  • sort your actions and menus in ascending or descending alphabetical order of their label,
  • or do not sort, and manually organize your actions and menus in your own order.

3.6.1. Alphabetically sorting your actions and menus

In these modes, actions and menus are sorted depending of their label, inside of their parent.

Slika 24 Sort buttons in the main window

Sort buttons in the main window

You may sort your actions by:

  • Click on (resp. ) button to sort your actions in ascending (resp. descending) order.
  • Or edit the corresponding preference.

3.6.2. Manually organizing your actions and menus

When items are manually sorted in the list, new items are usually inserted just at the current position.

There is nonetheless the case where an action is selected, and not expanded (or has currently only one profile). Inserting a new profile will not insert it before the action, but inside of the action.

To choose this mode:

  • Click on button.
  • Or edit the corresponding preference.

3.7. Editing

With Caja-Actions Configuration Tool, you may safely cut, copy, paste to and from the clipboard.

3.7.1. Cut/Delete

Deletion applies to current selection.

Be warned that selecting and deleting all profiles of an action leaves it without any profile, so in an invalid state. The name of the action will be written in red (because it is invalid) italic (because it has been modified) characters.

3.7.2. Multiple selection

Multiple selection is possible in Caja-Actions Configuration Tool. You can extend the current selection by pressing Ctrl or Shift while selecting an item to add to the selection.

Caja-Actions Configuration Tool only accepts homogeneous multiple selections. That is, you may select one or more profiles, or one or more actions or menus. A multiple selection containing both profiles and actions or menus is not allowed. This is because Caja-Actions Configuration Tool would not know where to paste such a selection.

Note that selecting any row means also selecting children of this row. These children are said « implicitely selected »: they will be part of next edition operations, but are not considered when verifying if selection is homogeneous. Also, they cannot be explicitely selected (nor unselected).

3.8. Saving your modifications

To save your modifications, choose File ▸ Save ( Ctrl+S ).

All your pending modifications will be saved. New items will be created by the first available writable I/O provider.

Caja-Actionsâ„¢ also has an Auto-save feature which is configurable in Preferences dialog box.

3.9. Exporting your actions

3.10. Importing actions

3.11. Setting your own preferences

Choose Edit ▸ Preferences to access to the configuration of your preferences.

3.11.1. Runtime preferences

Slika 25 Runtime preferences

Runtime preferences

3.11.2. Runtime execution preferences

Slika 26 Runtime execution preferences

Runtime execution preferences

Slika 27 Desktop selection

Desktop selection

3.11.3. User interface preferences

Slika 28 UI preferences

UI preferences

3.11.4. Import preferences

Slika 29 Import preferences

Import preferences

3.11.5. Export preferences

Slika 30 Export preferences

Export preferences

3.11.6. Schemes preferences

Slika 31 Schemes preferences

Schemes preferences

3.11.7. I/O providers preferences

Slika 32 I/O providers preferences

I/O providers preferences

4. Miscellaneous informations

The new action is also displayed in red color in the items list. Red color is used as an indicator that the item is invalid, that is that the item cannot be candidate to be displayed in a Cajaâ„¢ context menu because some of its informations are missing or erroneous. Here, and though this newly inserted action has some suitable defaults, it lacks a command to be executed to be considered valid by Caja-Actions Configuration Tool

5. Known Bugs and Limitations

5.1. Known bugs

Known bugs are available on Bugzilla summary page.

If you find some new bug in Caja-Actionsâ„¢, you are welcome to open it by pointing your favorite browser to Bugzilla web site.

#616532 Directory selection

When you're browsing the folder you want to export to in the Caja-Actions Configuration Tool's export assistant you can't select it as the directory to export to. Instead you have to go to the directory a level up and select the directory you want to export to there.

5.2. Known limitations

Execution mode

As of version 3.0, execution mode may be configured in Caja-Actions Configuration Tool but is not yet honored by Cajaâ„¢ plugin.

This concern working directory, execution mode, startup notification and execution's owner parameters.

Suggested shortcut

As of version 3.0, suggested shortcut, as described in DES-EMA specification cannot be configured in Caja-Actions Configuration Tool, and is not honored by Cajaâ„¢ plugin.

Menu separator

As of version 3.0, menu separators cannot be configured in Caja-Actions Configuration Tool, and are not honored by Cajaâ„¢ plugin.

One has to note that, for now, Cajaâ„¢ file manager does not allow its plugins to define separators in the context menu.

6. About Caja-Actions Configuration Tool

The first version of Caja-Actionsâ„¢ was initially written by Frederic Ruaudel () and Rodrigo Moya (). It has been thoroughly improved and is currently maintained by Pierre Wieser ().

Artwork is due to courtesy of Ulisse Perusin () and DragonArtz (http://www.dragonartz.net).

To find more information about Caja-Actionsâ„¢, please visit the http://www.caja-actions.org/ Caja-Actionsâ„¢ website.

To report a bug or make a suggestion regarding Caja-Actionsâ„¢, the Caja-Actions Configuration Tool or this manual, follow the directions in the MATE Feedback Page, or you may prefer, at your convenience, directly open a bug or a request for enhancement in Bugzilla website.

A. GNU Free Documentation License

Version 1.3, 3 November 2008

Copyright © 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.

Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.

The purpose of this License is to make a manual, textbook, or other functional and useful document “free†in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others.

This License is a kind of “copyleftâ€, which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software.

We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference.

This License applies to any manual or other work, in any medium, that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. Such a notice grants a world-wide, royalty-free license, unlimited in duration, to use that work under the conditions stated herein. The “Documentâ€, below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as “youâ€. You accept the license if you copy, modify or distribute the work in a way requiring permission under copyright law.

A “Modified Version†of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language.

A “Secondary Section†is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document’s overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (Thus, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them.

The “Invariant Sections†are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License. If a section does not fit the above definition of Secondary then it is not allowed to be designated as Invariant. The Document may contain zero Invariant Sections. If the Document does not identify any Invariant Sections then there are none.

The “Cover Texts†are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License. A Front-Cover Text may be at most 5 words, and a Back-Cover Text may be at most 25 words.

A “Transparent†copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, that is suitable for revising the document straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup, or absence of markup, has been arranged to thwart or discourage subsequent modification by readers is not Transparent. An image format is not Transparent if used for any substantial amount of text. A copy that is not “Transparent†is called “Opaqueâ€.

Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML, PostScript or PDF designed for human modification. Examples of transparent image formats include PNG, XCF and JPG. Opaque formats include proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML, PostScript or PDF produced by some word processors for output purposes only.

The “Title Page†means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, “Title Page†means the text near the most prominent appearance of the work’s title, preceding the beginning of the body of the text.

The “publisher†means any person or entity that distributes copies of the Document to the public.

A section “Entitled XYZ†means a named subunit of the Document whose title either is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in another language. (Here XYZ stands for a specific section name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, “Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section when you modify the Document means that it remains a section “Entitled XYZ†according to this definition.

The Document may include Warranty Disclaimers next to the notice which states that this License applies to the Document. These Warranty Disclaimers are considered to be included by reference in this License, but only as regards disclaiming warranties: any other implication that these Warranty Disclaimers may have is void and has no effect on the meaning of this License.

You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3.

You may also lend copies, under the same conditions stated above, and you may publicly display copies.

If you publish printed copies (or copies in media that commonly have printed covers) of the Document, numbering more than 100, and the Document’s license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects.

If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages.

If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a computer-network location from which the general network-using public has access to download using public-standard network protocols a complete Transparent copy of the Document, free of added material. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public.

It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document.

You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version:

  1. Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission.

  2. List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has fewer than five), unless they release you from this requirement.

  3. State on the Title page the name of the publisher of the Modified Version, as the publisher.

  4. Preserve all the copyright notices of the Document.

  5. Add an appropriate copyright notice for your modifications adjacent to the other copyright notices.

  6. Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below.

  7. Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document’s license notice.

  8. Include an unaltered copy of this License.

  9. Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section Entitled “History†in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence.

  10. Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the “History†section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission.

  11. For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the Title of the section, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein.

  12. Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles.

  13. Delete any section Entitled “Endorsementsâ€. Such a section may not be included in the Modified Version.

  14. Do not retitle any existing section to be Entitled “Endorsements†or to conflict in title with any Invariant Section.

  15. Preserve any Warranty Disclaimers.

If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version’s license notice. These titles must be distinct from any other section titles.

You may add a section Entitled “Endorsementsâ€, provided it contains nothing but endorsements of your Modified Version by various parties — for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard.

You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one.

The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version.

You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice, and that you preserve all their Warranty Disclaimers.

The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work.

In the combination, you must combine any sections Entitled “History†in the various original documents, forming one section Entitled “Historyâ€; likewise combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€.

You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects.

You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document.

A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, is called an “aggregate†if the copyright resulting from the compilation is not used to limit the legal rights of the compilation’s users beyond what the individual works permit. When the Document is included in an aggregate, this License does not apply to the other works in the aggregate which are not themselves derivative works of the Document.

If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one half of the entire aggregate, the Document’s Cover Texts may be placed on covers that bracket the Document within the aggregate, or the electronic equivalent of covers if the Document is in electronic form. Otherwise they must appear on printed covers that bracket the whole aggregate.

Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License, and all the license notices in the Document, and any Warranty Disclaimers, provided that you also include the original English version of this License and the original versions of those notices and disclaimers. In case of a disagreement between the translation and the original version of this License or a notice or disclaimer, the original version will prevail.

If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) will typically require changing the actual title.

You may not copy, modify, sublicense, or distribute the Document except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, or distribute it is void, and will automatically terminate your rights under this License.

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, receipt of a copy of some or all of the same material does not give you any rights to use it.

The Free Software Foundation may publish new, revised versions of the GNU Free Documentation 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. See Copyleft.

Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License “or any later version†applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation. If the Document specifies that a proxy can decide which future versions of this License can be used, that proxy’s public statement of acceptance of a version permanently authorizes you to choose that version for the Document.

“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World Wide Web server that publishes copyrightable works and also provides prominent facilities for anybody to edit those works. A public wiki that anybody can edit is an example of such a server. A “Massive Multiauthor Collaboration†(or “MMCâ€) contained in the site means any set of copyrightable works thus published on the MMC site.

“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license published by Creative Commons Corporation, a not-for-profit corporation with a principal place of business in San Francisco, California, as well as future copyleft versions of that license published by that same organization.

“Incorporate†means to publish or republish a Document, in whole or in part, as part of another Document.

An MMC is “eligible for relicensing†if it is licensed under this License, and if all works that were first published under this License somewhere other than this MMC, and subsequently incorporated in whole or in part into the MMC, (1) had no cover texts or invariant sections, and (2) were thus incorporated prior to November 1, 2008.

The operator of an MMC Site may republish an MMC contained in the site under CC-BY-SA on the same site at any time before August 1, 2009, provided the MMC is eligible for relicensing.

To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page:

Copyright © YEAR YOUR NAME

Permission is granted to copy, distribute and/or modify this document under the
terms of the GNU Free Documentation License, Version 1.3 or any later version
published by the Free Software Foundation; with no Invariant Sections, no
Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in
the section entitled “GNU Free Documentation Licenseâ€.

If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the “with… Texts.†line with this:

with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover Texts
being LIST, and with the Back-Cover Texts being LIST.

If you have Invariant Sections without Cover Texts, or some other combination of the three, merge those two alternatives to suit the situation.

If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software.

caja-actions-1.27.0/docs/help/sl/caja-actions-config-tool.pdf000066400000000000000000064631611433352025300237210ustar00rootroot00000000000000%PDF-1.4 %ÐÔÅØ 5 0 obj << /Length 830 /Filter /FlateDecode >> stream xÚmUËnÛ0¼ë+ØC€äà˜”¬W` $ È¡IE¯ŽD§bÉíCþ¾œÝ•Ó=È.gwgG2yóíe3³íðæfѽV¯î4\ÆÆÍÊï»cpsS Íåàúó“s­k§ÝÓƒz‡fãÎê¶|¬ûî|çÉ}óqiÝÄú?©pï]ÿEAu»u?g[3Ó l»ó‡ß¸Æ”jkmþpã©úeîµÖ>°îÛr8@â)˜K5Ÿ﻾¥—zCçÀ„ªíš³¬è·9øY‘¼ù<Ýá±ßÁr©æ¯~ót?IË]0[7vý»_¿Ü\ŽÇ‡ÖJ«•jÝÞWñó<íNͯú¯ñíçѩֆû7CëNÇ]ãÆ]ÿî‚¥Ö+µ¬ëUàúöŸ=£9åm?qמ«kÿê(_KƒdRÀ”Ä$ˆ| 4Àhí±dÇ52HÀH©²NÀ(Q´âƒe…”ŠRÖ¤™k0j0jfxŒY&Ñy< ÑüÚ2¯ï„4m `L¡Ã2ŽW˜H/ˆcÑWǯ€Æ8åÜ8ã8ñsέ-Ça›.¸/qJŽÀ‡š&â\Ä k(§ÄÑä6Õ7\3\3Ið`]~­éUU_kÊ]ÿÁŸ8õß1ðBø.Bz™ÜÛ€›hƘ!•× _2ò×x;=6Œáo2†¶,bŒúÙ‚ñ˜ü54–0Fý,eLœŒg††Læ§¾ä¯YÀ‹¬` ÍYÉï&«S}šßÄø²š1tæ¬?FßœõÇà笟¾›œõÇГ³þ„rùû ý9ëO‰Ïúâ³þ”ê³þ³ä¬?Å,9ëOñ¾sÖÁÏœõGT“õÌ›³ÿ3Zñ³[ñ?ÿ‰#þ£—ÿñZñ}­ømVü'Žø­ø¹¬øVü‡'VüǼVü§úâ?ô[ñ: ñ} ñüBü¿ÿ¡§ÿ)Wü'¾øO|ñŸøŸ„ÅÌRˆÿ˜¥ÿñ}â?ü,ø?d©&ÿ ª#þƒSq¯>T#<8¦d0ïUµœVt:á ÆÍp=Ò›Ë8úÓž®:Ðq”w½»Þ0Çáˆ,zèjšî9¬žëà7ó€À¯ endstream endobj 6 0 obj << /S /GoTo /D (section.1) >> endobj 9 0 obj (Introduction) endobj 10 0 obj << /S /GoTo /D (section.2) >> endobj 13 0 obj (Getting Started) endobj 14 0 obj << /S /GoTo /D (subsection.2.1) >> endobj 17 0 obj (Starting Caja-Actions Configuration Tool) endobj 18 0 obj << /S /GoTo /D (subsection.2.2) >> endobj 21 0 obj (The first run) endobj 22 0 obj << /S /GoTo /D (subsection.2.3) >> endobj 25 0 obj (Creating your first action) endobj 26 0 obj << /S /GoTo /D (section.3) >> endobj 29 0 obj (Using Caja-Actions Configuration Tool) endobj 30 0 obj << /S /GoTo /D (subsection.3.1) >> endobj 33 0 obj (Defining the conditions) endobj 34 0 obj << /S /GoTo /D (subsubsection.3.1.1) >> endobj 37 0 obj (Basename-based conditions) endobj 38 0 obj << /S /GoTo /D (subsubsection.3.1.2) >> endobj 41 0 obj (Mimetype-based conditions) endobj 42 0 obj << /S /GoTo /D (subsubsection.3.1.3) >> endobj 45 0 obj (Folder-based conditions) endobj 46 0 obj << /S /GoTo /D (subsubsection.3.1.4) >> endobj 49 0 obj (Scheme-base-conditions) endobj 50 0 obj << /S /GoTo /D (subsubsection.3.1.5) >> endobj 53 0 obj (Capability-based conditions) endobj 54 0 obj << /S /GoTo /D (subsubsection.3.1.6) >> endobj 57 0 obj (Selection count condition) endobj 58 0 obj << /S /GoTo /D (subsubsection.3.1.7) >> endobj 61 0 obj (Desktop selection) endobj 62 0 obj << /S /GoTo /D (subsubsection.3.1.8) >> endobj 65 0 obj (Executable found condition) endobj 66 0 obj << /S /GoTo /D (subsubsection.3.1.9) >> endobj 69 0 obj (D-Bus registration condition) endobj 70 0 obj << /S /GoTo /D (subsubsection.3.1.10) >> endobj 73 0 obj (Customized condition) endobj 74 0 obj << /S /GoTo /D (subsubsection.3.1.11) >> endobj 77 0 obj (Running process condition) endobj 78 0 obj << /S /GoTo /D (subsection.3.2) >> endobj 81 0 obj (Locating the action) endobj 82 0 obj << /S /GoTo /D (subsubsection.3.2.1) >> endobj 85 0 obj (Targeting the selection context menu) endobj 86 0 obj << /S /GoTo /D (subsubsection.3.2.2) >> endobj 89 0 obj (Targeting the location context menu) endobj 90 0 obj << /S /GoTo /D (subsubsection.3.2.3) >> endobj 93 0 obj (Targeting the toolbar) endobj 94 0 obj << /S /GoTo /D (subsubsection.3.2.4) >> endobj 97 0 obj (Notes) endobj 98 0 obj << /S /GoTo /D (subsection.3.3) >> endobj 101 0 obj (What action should be executed ?) endobj 102 0 obj << /S /GoTo /D (subsubsection.3.3.1) >> endobj 105 0 obj (Available parameters) endobj 106 0 obj << /S /GoTo /D (subsubsection.3.3.2) >> endobj 109 0 obj (Where the action should it be executed ?) endobj 110 0 obj << /S /GoTo /D (subsubsection.3.3.3) >> endobj 113 0 obj (How should the action be executed ?) endobj 114 0 obj << /S /GoTo /D (paragraph.3.3.3.1) >> endobj 117 0 obj (Execution mode) endobj 118 0 obj << /S /GoTo /D (paragraph.3.3.3.2) >> endobj 121 0 obj (Startup notification) endobj 122 0 obj << /S /GoTo /D (paragraph.3.3.3.3) >> endobj 125 0 obj (Window class) endobj 126 0 obj << /S /GoTo /D (paragraph.3.3.3.4) >> endobj 129 0 obj (Owner of the execution) endobj 130 0 obj << /S /GoTo /D (paragraph.3.3.3.5) >> endobj 133 0 obj (Multiple executions) endobj 134 0 obj << /S /GoTo /D (subsection.3.4) >> endobj 137 0 obj (Using profiles to extend your action) endobj 138 0 obj << /S /GoTo /D (subsubsection.3.4.1) >> endobj 141 0 obj (Ordering the profiles inside an action) endobj 142 0 obj << /S /GoTo /D (subsection.3.5) >> endobj 145 0 obj (Organizing actions in menus) endobj 146 0 obj << /S /GoTo /D (subsection.3.6) >> endobj 149 0 obj (Sorting the items list) endobj 150 0 obj << /S /GoTo /D (subsubsection.3.6.1) >> endobj 153 0 obj (Alphabetically sorting your actions and menus) endobj 154 0 obj << /S /GoTo /D (subsubsection.3.6.2) >> endobj 157 0 obj (Manually organizing your actions and menus) endobj 158 0 obj << /S /GoTo /D (subsection.3.7) >> endobj 161 0 obj (Editing) endobj 162 0 obj << /S /GoTo /D (subsubsection.3.7.1) >> endobj 165 0 obj (Cut/Delete) endobj 166 0 obj << /S /GoTo /D (subsubsection.3.7.2) >> endobj 169 0 obj (Multiple selection) endobj 170 0 obj << /S /GoTo /D (subsection.3.8) >> endobj 173 0 obj (Saving your modifications) endobj 174 0 obj << /S /GoTo /D (subsection.3.9) >> endobj 177 0 obj (Exporting your actions) endobj 178 0 obj << /S /GoTo /D (subsection.3.10) >> endobj 181 0 obj (Importing actions) endobj 182 0 obj << /S /GoTo /D (subsection.3.11) >> endobj 185 0 obj (Setting your own preferences) endobj 186 0 obj << /S /GoTo /D (subsubsection.3.11.1) >> endobj 189 0 obj (Runtime preferences) endobj 190 0 obj << /S /GoTo /D (subsubsection.3.11.2) >> endobj 193 0 obj (Runtime execution preferences) endobj 194 0 obj << /S /GoTo /D (subsubsection.3.11.3) >> endobj 197 0 obj (User interface preferences) endobj 198 0 obj << /S /GoTo /D (subsubsection.3.11.4) >> endobj 201 0 obj (Import preferences) endobj 202 0 obj << /S /GoTo /D (subsubsection.3.11.5) >> endobj 205 0 obj (Export preferences) endobj 206 0 obj << /S /GoTo /D (subsubsection.3.11.6) >> endobj 209 0 obj (Schemes preferences) endobj 210 0 obj << /S /GoTo /D (subsubsection.3.11.7) >> endobj 213 0 obj (I/O providers preferences) endobj 214 0 obj << /S /GoTo /D (section.4) >> endobj 217 0 obj (Miscellaneous informations) endobj 218 0 obj << /S /GoTo /D (section.5) >> endobj 221 0 obj (Known Bugs and Limitations) endobj 222 0 obj << /S /GoTo /D (subsection.5.1) >> endobj 225 0 obj (Known bugs) endobj 226 0 obj << /S /GoTo /D (subsection.5.2) >> endobj 229 0 obj (Known limitations) endobj 230 0 obj << /S /GoTo /D (section.6) >> endobj 233 0 obj (About Caja-Actions Configuration Tool) endobj 234 0 obj << /S /GoTo /D (section.a.A) >> endobj 237 0 obj (GNU Free Documentation License) endobj 238 0 obj << /S /GoTo /D [239 0 R /FitH ] >> endobj 241 0 obj << /Length 262 /Filter /FlateDecode >> stream xÚKOÃ0„ïþ{Ã9dÙõÛG@€„œÚ¢ªHi"šFü}œ‡8 öÂÉöx=žùö@ð(n“¸~°£SÒ'8…ÎC`ÚCÚÁJ¾Tén†¾¼Ùžê®í‹RY’w]»&RûáXê,¦"캦ؤ§ì_2c´v¶yï?ŽW…µr1x®Ú¡š&s†8=&01 †ÒbôK†zœ÷I| ÎÆ Ö¡‹|dt¤`{« Á.ßå¯1›À÷4yË„J»¼oàM¼ ZÊÿ]g 8 ŽÇ,Á`ÀÁàÍE>œá‘Å_Ói&àH.O2‚I..Æ:×Ú4:ü§ô›>wH endstream endobj 239 0 obj << /Type /Page /Contents 241 0 R /Resources 240 0 R /MediaBox [0 0 595.276 841.89] /Parent 248 0 R >> endobj 242 0 obj << /D [239 0 R /XYZ 56.693 815.761 null] >> endobj 245 0 obj << /D [239 0 R /XYZ 56.693 759.068 null] >> endobj 246 0 obj << /D [239 0 R /XYZ 56.693 759.068 null] >> endobj 240 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R >> /ProcSet [ /PDF /Text ] >> endobj 252 0 obj << /Length 2428 /Filter /FlateDecode >> stream xÚ]s£Hî=¿Âµ/ U1ˇÁæîÉÁ8é¼€'››Ùb“ 7¶Éa«Û)“ÌBì¹Ùà­”d™ò ²†,UÚ=éÓÚ z ¸`¹”ý]=šJOÃVÓé“Q'y€Ô­×P”‚®#(BË/"Uµ}<’VS-¢®Å(5ãíú¡•$21åeø1Ð(oY6þ²^C%ïšáqÅ#ÄQ–ˆ;nÊ„ ![Iº–ãÐS%!_¤A2ù=÷,, ƒ0M1“]Q)ô 6°€êqIH/XR wí$Awőџ,²þlK›‰4XLÅR6g¸KElûºÅ! ìK3‘­³ßbßÄź>„k·/…ž?ËCà[Ó¹–ÅØy€îèQ¿ÓJ|“lö/æéÄïä“ÏÏWCÉ¿§JqÄž.þ)å:w¨æ)\Ã?‚pÅ&tÏ"ÂvâàlÝûwB`Y_Œ­a;:ƒÝ;ÛZ5&ä1ßב€!j˜22¾j@oŸøü¦Dx/#åËs†©ÎØÇ‡‡µ?¡:óUkkƒ ¬¨vñ'Âû…x¶Ý‡ !ÿƒÀñl*j}ªn-[ž²ZQˆÊ£HC¦§ÓÅA‹[àΑc¦¶ªñÒVµd•=J}þ²^Ïôd][›Ôë‡Hp¸Š;ÞI3$s‘v¿nãûŸ¸¯uÄ´ú¤ëîý]jN?!Éjø©é:x èbf†ráÁÿJðïÞ…À¹K85ß:]œO©%À0á‡[BpË0ɹ1Ë_ÂÑ ´Þ áj‚þ]c¦vÐÿ‰ÆÿXö¦&mÛŠp•‘cw)sì^n4s"’ÿðñÃT¥!í¨—{–Ýݳìw÷¬ó÷zUï(áØ.-.Žíi‹8e”Œ `îãx†£ëQ,¤C€ôˆ–ÅÉbH)+ ‰eÆ ^®ÖÒ dœ£‡§b±Æ•E~‚ Ëéb¾Žµ!v(ït\j(|KsuÂÕéñ´C•Œ'Ú¨pSX›¨a ƒt)óî æÚB9Wñ¶ËÀ4(:ï¨^èTœã¨nûS,Î8¶.~yñè+‰€¸®@@…ȸĜ0TMu«é‰‰Ô°WnÇ¥¥(w! ² ápÉS*u•èßZSq'ä:)§ ¥´©ÔÀÁsËyÒ÷/ÿ‘i˜žÿÿüÇÿ/nW Ó endstream endobj 251 0 obj << /Type /Page /Contents 252 0 R /Resources 250 0 R /MediaBox [0 0 595.276 841.89] /Parent 248 0 R /Annots [ 249 0 R ] >> endobj 249 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [351.441 660.49 367.386 670.502] /Subtype/Link/A<> >> endobj 253 0 obj << /D [251 0 R /XYZ 56.693 815.761 null] >> endobj 254 0 obj << /D [251 0 R /XYZ 56.693 546.775 null] >> endobj 255 0 obj << /D [251 0 R /XYZ 56.693 431.994 null] >> endobj 250 0 obj << /Font << /F50 243 0 R /F51 244 0 R >> /ProcSet [ /PDF /Text ] >> endobj 260 0 obj << /Length 1188 /Filter /FlateDecode >> stream xÚÍ™Ks"7€ïü Ý©õÞÓb‡lؼq¶¶œ=P^Ç¡b›Û»•ŸÖhF fÀ=yœf`4_·ú¥–F°&Ø›ÎIÑùö{#XàÁ‚eůÌ·Žy©¸r¬øÄ.»“ùÓãâöé¡?¸z\,ïz}0¢{º¼ÿE¸yZÍã¿éÏ¢çEw¹¼í},Þ"¿/%Æ$ÌÅÃõꛞ1Ý 0žß?ÍË‘¨d5°*j ƒæÒ²¾áÁU*,‹8°3,:v$’“ÌXnƒb.Hn°«»ÎåGÁ>á3”ÍuðìK9òŽ)8(‹÷·lÖù©#ªÙ?¿~e[ÉAsÆsoÃs¶Zg É¥ò™½ÁÐZ2§-wÒìcàèd¨„HN5“€“\ dQ^K£œžŸ NΧƒ^ˆ–×¢{>5™ ¸ôÇè±mD˜ýˆ½æ(*zh&àB¸£¦"£K•>‚QºÅŠ5·Hk¸QÃMÐÉ-Ũ86„58î%Ò¨WÛŽRGÄ€&Ì.;›À¨ŒI# ÐŒL`dsÙFeë-—ú(äNkŒH…@6E¦ˆõzg¶f­@÷¤èÖEÚj,R•.ÇUuY”uçýòm“ûH© vsÜ,Tû‰€¨Ê‹õ¸lhE*QÖ+n ­DÙX±­DQ€«#€#1²c ŒìY£6© xRÅÀƒG«XńكžÂv¦O¶c;»¢Ù2ö5ø|Cød0n‹ÍÞkA¬ø‚~6çïb»0( A1Ü“Ò-È× ïŸËŸÞL*ñÓáî¦åp¶ÃF;®=1 ŒìK#ûƒÀÈ&%0ê‰ðžV •ÁŠæ#»…ÀÈn!0²[ŒÚ¤¸2JçÞi¬7pç„$Ü+Øjãö~:*Šá»ç»'öÉäK/Ds¬kðnq½Z]'Þ/®±aÙS2[P°PFo*áxRàn¾º¾J· $ì)žkÒFø€˜hFv ‘MJ`d“uýÃÇôÑõÉÆ¤ñ{‚€ á0Ñ .Π5ípÂn¥eFK –”,ÓáÏ£Yì¨Ê<ùa4«Î'â>ãCÓr¯:u„:[FA‚Іd×`¸ÅMʈ(½+q#£,©†êè!鸄ʻ“‹ñÉpÚ´„rûÖ†\,·›b_hZc¡‰RÛ® `@>?œNGïš7 ÚjìªZ‘Ý X]6MÞ¸OÈys°Ø­p‹¾Ê‘"–ˆˆ« 2ì ý>F™sv§ý¦¯e·z^î:!‰}Å­ñ›‡Ô͇&X¾šT¯ªÆÓítŠ‚ãÇó|`Rþþœ.¸šïN›6&/½/[óéçq‹ûWnZäîäiCÀ•ÖIØÔaGeGìמּû±Ã.ËQ|)‡½~\õúQý«ßn—=iº|¹º©^NçöM™xøD¶ÓŠÂH9 Ò*JZQ1­T@†÷m¤•nÿY»³ª¹Ç]‰u›³ÛCÕk}ªÝ·-¨3¬ }r†­éóo'ØáóØN0 #e‡*Oô%ÁŽ@¼ü±ú8©&M8æÛäßKàA` endstream endobj 259 0 obj << /Type /Page /Contents 260 0 R /Resources 258 0 R /MediaBox [0 0 595.276 841.89] /Parent 248 0 R /Annots [ 256 0 R 257 0 R ] >> endobj 256 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [318.508 489.823 406.962 500.405] /Subtype/Link/A<> >> endobj 257 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [318.508 429.649 406.962 440.231] /Subtype/Link/A<> >> endobj 261 0 obj << /D [259 0 R /XYZ 56.693 815.761 null] >> endobj 258 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F60 262 0 R >> /ProcSet [ /PDF /Text ] >> endobj 305 0 obj << /Length 1306 /Filter /FlateDecode >> stream xÚí›Kw›8†÷þìÆ,ÐèZÍiÒËÜÒœiÜ“E¦ b‡3< š&¿~Œm’‹]»ÃÊÄ&Hèñû~ahÍ,h}MF?¿gÐ@pÌ­É•Å1à®å!ˆkMëbüÑÏUå™ófªÂ$Îl38>Nâ¿!ij<õ‹w«7'¶ÇIÙ_&¿ëë;ÁXu™Ï™L²› œøqî—gê ËÓ3घpæYÂ5s¿'ŽÞMFÿ޾2´Å8à‚X®@€ClM磋/Ð ôgzl@…gÝ”gÎ-† À„ëãÈ:ý5‚+w-„@ˆƒ×¥0Ä«Áÿðïü(©fÊik­ô òªóí áø·X¥6òÆI—+VN½šu:³ªƒOFƒ `½<°þ÷â¼znúöÍÇvÇEu6c|J…ñ¬ZÊ3å§JÏg ¿C!ÍΚåÇ ¼·z¨fàç|5°1°õíÁïÿB…Øåxí…ïuá Êù æ  ^3Á†ÉäZVk\¬zš©ê4‹aùÞ¬õ u{¤õCú8•þR}·Ižv€÷+Óq¸K¢;CI:Q® }*”®Z:1–þ9{ž¯ \‡Üîé(ôò¹¹~=­¶¿ÆóßÊbظ™ªýfšÄAh&È8ld×_:·Û?p‘ÏÐUÑ8K X_þÈÏdìÏ¥s©‚M–'¡í "+ÃxAå$œKu»x€ p¼Š×› 1TÞÛˆ“(©áø^6¬íµH‰"3‚½R£‚5¤Î¦×ÒxšÓfãb:°yU6¨·Š˜asì/üË0 Õí½ :JeOcNÉ…ôÖ ¯5##9]&“Ó$Õý§ë zUP¬·€\ê­ÌþQÉ¢b“-©‘}O ~(nnoy†Û»oEþ §¹ò/#S6]i•*û^@Ÿþé¨uå妼Nejfª]_·1 BÚ.¡v± uêV¤y¦’yx';$CéàsÛ $zëHç‚%¥Oy¼l-Òd*³lS@Øm•³Òúi8Õ;&ÓVÿ¸éãÕc‹acà»rÅð)=ÜtôÊÝ5¿ÜuœÉÂÙzž«2Ú}3Ùþ\ƹ>òðÿÙ‹ mØ#nz{ñ‰Ja>‚‡#6ä/ÇÓ’é‰G%It©?w8cƒýmê­¬ºë÷1QRgœ»Ã÷áuºZ½Ï}~í¯mf—Aì:É#S\eV6Yרuð‹~9ÈýÈ}¶UÜ#5iJšÔäíÒñW³±FË&ÈÂOý¹T2-öŽ]:hq÷ä6"iò•ók™Ê{ª„u)†ª¯$=:$”€HϰGšŒåפPÔÍ&N\¢!„ø|PÏë€Uš aí6pÃdžš 'Þ`}¯Ã†öv¹ÊçHý8kn¶UâD…Å“Nu)&+Ùß/¬¿¥•¦VÐ8·©'qÐö¶iäD»ƒNv hE.Ô:½‰¥yä4¹Z‹7«±¥ê'r>€éO„?A2Ì9É#.¢û¿Àa÷þµ‘8ŒWl”¯Ô”¯­'yiR„”Hfu'©MJÉz#xù,w·y}ö9]sŸR²Ò¦d=M™nv×Y†qu¶¯Ñh?¡ñžÔbFY§UÖfzÁû‘ß~L>Œ—MóÂÿ2‡ƒ¬_»~±G!€\<ç{ÿ|ñ5m endstream endobj 304 0 obj << /Type /Page /Contents 305 0 R /Resources 303 0 R /MediaBox [0 0 595.276 841.89] /Parent 248 0 R /Annots [ 263 0 R 264 0 R 265 0 R 266 0 R 267 0 R 268 0 R 269 0 R 270 0 R 271 0 R 272 0 R 273 0 R 274 0 R 275 0 R 276 0 R 277 0 R 278 0 R 279 0 R 280 0 R 281 0 R 282 0 R 283 0 R 284 0 R 285 0 R 286 0 R 287 0 R 288 0 R 289 0 R 290 0 R 291 0 R 292 0 R 293 0 R 294 0 R 295 0 R 296 0 R 297 0 R ] >> endobj 263 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 706.502 567.925 715.358] /Subtype /Link /A << /S /GoTo /D (section.1) >> >> endobj 264 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 678.633 567.925 687.489] /Subtype /Link /A << /S /GoTo /D (section.2) >> >> endobj 265 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 660.726 567.925 669.473] /Subtype /Link /A << /S /GoTo /D (subsection.2.1) >> >> endobj 266 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 642.82 567.925 651.567] /Subtype /Link /A << /S /GoTo /D (subsection.2.2) >> >> endobj 267 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 624.814 567.925 633.66] /Subtype /Link /A << /S /GoTo /D (subsection.2.3) >> >> endobj 268 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 597.044 567.925 605.901] /Subtype /Link /A << /S /GoTo /D (section.3) >> >> endobj 269 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 579.038 567.925 587.616] /Subtype /Link /A << /S /GoTo /D (subsection.3.1) >> >> endobj 270 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 561.132 567.925 569.709] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.1) >> >> endobj 271 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 543.225 567.925 552.072] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.2) >> >> endobj 272 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 525.319 567.925 534.165] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.3) >> >> endobj 273 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 507.512 567.925 516.259] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.4) >> >> endobj 274 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 489.506 567.925 498.353] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.5) >> >> endobj 275 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 471.599 567.925 480.446] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.6) >> >> endobj 276 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 453.693 567.925 462.54] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.7) >> >> endobj 277 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 435.787 567.925 444.633] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.8) >> >> endobj 278 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 417.88 567.925 426.727] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.9) >> >> endobj 279 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 399.854 567.925 408.82] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.10) >> >> endobj 280 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 381.948 567.925 390.914] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.1.11) >> >> endobj 281 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 364.161 567.925 373.007] /Subtype /Link /A << /S /GoTo /D (subsection.3.2) >> >> endobj 282 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 346.254 567.925 355.101] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.2.1) >> >> endobj 283 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 328.348 567.925 337.195] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.2.2) >> >> endobj 284 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 310.541 567.925 319.288] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.2.3) >> >> endobj 285 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 292.635 567.925 301.382] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.2.4) >> >> endobj 286 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 274.728 567.925 283.475] /Subtype /Link /A << /S /GoTo /D (subsection.3.3) >> >> endobj 287 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 256.822 567.925 265.569] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.3.1) >> >> endobj 288 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 238.816 567.925 247.662] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.3.2) >> >> endobj 289 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 220.909 567.925 229.756] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.3.3) >> >> endobj 290 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 203.102 567.925 211.849] /Subtype /Link /A << /S /GoTo /D (paragraph.3.3.3.1) >> >> endobj 291 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 185.096 567.925 193.943] /Subtype /Link /A << /S /GoTo /D (paragraph.3.3.3.2) >> >> endobj 292 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 167.19 567.925 176.037] /Subtype /Link /A << /S /GoTo /D (paragraph.3.3.3.3) >> >> endobj 293 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 149.283 567.925 158.13] /Subtype /Link /A << /S /GoTo /D (paragraph.3.3.3.4) >> >> endobj 294 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 131.377 567.925 140.224] /Subtype /Link /A << /S /GoTo /D (paragraph.3.3.3.5) >> >> endobj 295 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 113.471 567.925 122.317] /Subtype /Link /A << /S /GoTo /D (subsection.3.4) >> >> endobj 296 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 95.564 567.925 104.411] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.4.1) >> >> endobj 297 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 77.658 567.925 86.504] /Subtype /Link /A << /S /GoTo /D (subsection.3.5) >> >> endobj 306 0 obj << /D [304 0 R /XYZ 56.693 815.761 null] >> endobj 303 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F64 307 0 R >> /ProcSet [ /PDF /Text ] >> endobj 328 0 obj << /Length 948 /Filter /FlateDecode >> stream xÚíšIs›0€ïü Ý IhAÇtI¦û4qOi+3,)KºüúJ–pm‡NIÓ$µ‡‹‘óôЧ·è cïéÌ;8bH(9á`v8\€G0`6gþ»¤k³¼kÂôͪ² BÂÿ¬*?!D]˜^Û9 bäWU|ž½ÒòCŒ¡dÌŠùبúIÀ˜ï¼MÊ.Y>©5À ÖðÈh@%ƒœJ2(…ÓáÚ<罘y_<¬#€ãˉ!G¤…wö¹¾§‡†TÆàëòÉ0Œ ‰¸nçàÔûà¡ß¾¼Ð²ôk *!FÜA„iO«ºÍÊ…U¿½T¶‘µªp¯”gM„±Œ|„ ¡=»P)otÿg—@½¶qrì³P/ŸÈçú+ JLõzPFÑŠ+Äš,Ñâó«Ëä\µYšäùw ³Y§ý½êjÛJÖ )ç¶Q¨²Ó}1öÅ&ÝœwâæÝú€~Æ«:À±¿˜ž×ìÇmçžK²ÏÖp'á°çØ^̳~©³ýt];âäîËå‘ñ•Ë{ÖµÏU®ZÆ$ÌÝðâ—ïìò6»Ê]Òh”©MÄ0šÈ=²ÝÊׯ}™ù×Ñ­¨æ™I©ÓÄE9-eâøho˜žì£å·«?¤†"¦“#ýÏ0®B FZ®¦õ²ØÀ¸‚Ç÷5îZLm˜[¢§ª2Ë* Ìÿê*WµºPµ*S¥QSOàp€ÄØä¦B‹?éÊ6+Ô0.ÅìáÑgÒЬT€™ÿÍü¨´ûUÜ@ErÂô·|ÈØ‡adù˜ª««S–­ª/lBÝm =ÀdMÿoFÔb²ÉÈÇSÆñÄØxb̳»€‰Øcãã‰qKì4½T…j±xJ+î“•¶„ó‡ï{N•É'®³¹ª‡Ð‘ÝÊwV<ëàˆÓµƒÒ00f1‰¾JwRJ]íñmÖ¤*Ï“RU]Ó'fVÕ…+n™1tЊB"¨þg—Ħ2 ìïÛqÝÉ2sã¾.+“Þô[½§Ýbû¨èMVdí]4Ø:/iÌ ö5>‡-kì¦RdZÛ{ž›ÊßR)ŠÉt¤²k&°[ز?À9_[eºƒLpÿ ªr”cÃJºå`¸s0‡çUçR¾[}#IÿQ̰z"Bl+h–Ûº‡:2ŠØ?~÷ÑŠ=Zž–+·•{^¥]¡ÊvmÜ7YªÊFutÃÓ3ôÉ Eqù7_Üü…U: endstream endobj 327 0 obj << /Type /Page /Contents 328 0 R /Resources 326 0 R /MediaBox [0 0 595.276 841.89] /Parent 248 0 R /Annots [ 298 0 R 299 0 R 300 0 R 301 0 R 302 0 R 308 0 R 309 0 R 310 0 R 311 0 R 312 0 R 313 0 R 314 0 R 315 0 R 316 0 R 317 0 R 318 0 R 319 0 R 320 0 R 321 0 R 322 0 R 323 0 R 324 0 R 325 0 R ] >> endobj 298 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 747.89 567.925 756.857] /Subtype /Link /A << /S /GoTo /D (subsection.3.6) >> >> endobj 299 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 729.958 567.925 738.924] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.6.1) >> >> endobj 300 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 712.025 567.925 720.991] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.6.2) >> >> endobj 301 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 694.092 567.925 703.058] /Subtype /Link /A << /S /GoTo /D (subsection.3.7) >> >> endobj 302 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 676.159 567.925 685.126] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.7.1) >> >> endobj 308 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 658.346 567.925 667.193] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.7.2) >> >> endobj 309 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 640.413 567.925 649.26] /Subtype /Link /A << /S /GoTo /D (subsection.3.8) >> >> endobj 310 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 622.481 567.925 631.327] /Subtype /Link /A << /S /GoTo /D (subsection.3.9) >> >> endobj 311 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 604.548 567.925 613.395] /Subtype /Link /A << /S /GoTo /D (subsection.3.10) >> >> endobj 312 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 586.615 567.925 595.462] /Subtype /Link /A << /S /GoTo /D (subsection.3.11) >> >> endobj 313 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 568.682 567.925 577.529] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.11.1) >> >> endobj 314 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 550.75 567.925 559.596] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.11.2) >> >> endobj 315 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 532.817 567.925 541.664] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.11.3) >> >> endobj 316 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 514.884 567.925 523.731] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.11.4) >> >> endobj 317 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 496.951 567.925 505.798] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.11.5) >> >> endobj 318 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 479.019 567.925 487.865] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.11.6) >> >> endobj 319 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 461.086 567.925 469.933] /Subtype /Link /A << /S /GoTo /D (subsubsection.3.11.7) >> >> endobj 320 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 433.171 567.925 442.147] /Subtype /Link /A << /S /GoTo /D (section.4) >> >> endobj 321 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 405.275 567.925 414.251] /Subtype /Link /A << /S /GoTo /D (section.5) >> >> endobj 322 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 387.362 567.925 396.209] /Subtype /Link /A << /S /GoTo /D (subsection.5.1) >> >> endobj 323 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 369.31 567.925 378.276] /Subtype /Link /A << /S /GoTo /D (subsection.5.2) >> >> endobj 324 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 341.514 567.925 350.491] /Subtype /Link /A << /S /GoTo /D (section.6) >> >> endobj 325 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 313.619 567.925 322.595] /Subtype /Link /A << /S /GoTo /D (section.a.A) >> >> endobj 329 0 obj << /D [327 0 R /XYZ 56.693 815.761 null] >> endobj 326 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F64 307 0 R >> /ProcSet [ /PDF /Text ] >> endobj 365 0 obj << /Length 1178 /Filter /FlateDecode >> stream xÚí›IsÛ6€ïú¸•<ÁBÄ1q–q§n§±<™Ž“- Ç"©‚¤]ÿûrä0–\Xµ¤Q‚‹’áÓ{x Á@ðaòf:yõžB BÁ0ÓkÀpÈ8ˆ Ó\z¿'M-š*x=«³²¨üSè”Ågñ¼QIww¸9õcè•åÂÿ2ýµí?@(”Ý\TRýâSêéÎ’¢Iú–í ˆÛ0ÒÍ $d4 ×s¸Íº†“wÓÉßÔö ”…LÀ Ä`–O.¿@¶ÏÚ±ÃHÄà®o™Š`ˆ kë p>ùsG¿„Cí7F,¤ˆ ƒŸ/²©'úíR¡(QÜÎã¡-òC¸Õ¢õWçu¢ê¡z±ÊO~½¬HKSïÎ8Ã^è´f·E$Ä~ŠŽ°A3@Vs0T>~˜€ËEŒyxÔΔý¿‡‚ÖÞÊkA/izQ—ª\JUgR#)¯‡2ŠBêEîïÍJ1…û\‡#Ãö,z‘=¢é”yž©&—Ì¥°ˆ‹ãb¸ Qú4Q­#Mô/µâX6j`ÚiCUÕcqëê™.ë¯r¨…:\ÍÊ¢–>¢Þ?ú»¹,šV3"ú³´ƒÅ¬ÄjXS³øJV+jæŠÌÀ¡û³æ iwÿ4l*"‡ìÿ#cÙ›¤’E’Ëભ¤+aI3m…DœnÜ=4nkhgY.ëûåаƒ¶{hÂj'‹5´÷Æ+©T>†ÞFtw–ÉA¶N¤‡ •ô ò|öUnV˜rGnoä윻p€H‡N.dkGó‘Wõ@õ­¼4O—J¦²³A Ã9}p[ÒaÎy ±ƒƒ4œ“d™\e‹¬¾ß$[˜2'T»çYíkkngIÑzÚ—ØLœ»} ŠÔNúˆ¦ø®è¢†·™*‹Ö7®7‰ õ \vnŠÆ;™qžgeSÔßÑ.¯UÒím±`ŽÛ!€Q ì­¬nêRGè«1=ÍHÄN?î·Ûå˜Ñ#Vr¬2G,:nrôb;éãš^Ÿ3K”bo.å8¹F(uÖÊA±b;OÅëoYUŸ–íHv9¹$[$W irAXÖRu!*ØÝ£´tÍ…Fù©Ïj«›•sžfªÝ#Ku?Ò«<&ÞÞ«=›ðÊÚã ¶ùŸ¼L;—1æÛÖ¼ì²å½¯nv Û~¨ágQ«ºsAÍr$[2§ _†™]t“g1lRmx®šö›‚s‡m[lÌnC[EYJs¶îª³+›º^Í{tà$OÌ­»oÎÞ1æâe/‹PØIž‰»|lŠ:3Ù¥’×RÉbÖ[‚;wï0 ²ƒÈÖAÜ`ŒØR"¿]€³> endobj 330 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 716.548 567.925 725.295] /Subtype /Link /A << /S /GoTo /D (figure.1) >> >> endobj 331 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 698.615 567.925 707.362] /Subtype /Link /A << /S /GoTo /D (figure.2) >> >> endobj 332 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 680.583 567.925 689.429] /Subtype /Link /A << /S /GoTo /D (figure.3) >> >> endobj 333 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 662.65 567.925 671.496] /Subtype /Link /A << /S /GoTo /D (figure.4) >> >> endobj 334 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 644.717 567.925 653.564] /Subtype /Link /A << /S /GoTo /D (figure.5) >> >> endobj 335 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 626.784 567.925 635.362] /Subtype /Link /A << /S /GoTo /D (figure.6) >> >> endobj 336 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [560.952 608.732 567.925 617.698] /Subtype /Link /A << /S /GoTo /D (figure.7) >> >> endobj 337 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 590.919 567.925 599.765] /Subtype /Link /A << /S /GoTo /D (figure.8) >> >> endobj 338 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 573.086 567.925 581.833] /Subtype /Link /A << /S /GoTo /D (figure.9) >> >> endobj 339 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 555.053 567.925 563.9] /Subtype /Link /A << /S /GoTo /D (figure.10) >> >> endobj 340 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 537.22 567.925 545.967] /Subtype /Link /A << /S /GoTo /D (figure.11) >> >> endobj 341 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 519.188 567.925 528.034] /Subtype /Link /A << /S /GoTo /D (figure.12) >> >> endobj 342 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 501.255 567.925 510.102] /Subtype /Link /A << /S /GoTo /D (figure.13) >> >> endobj 343 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 483.322 567.925 492.169] /Subtype /Link /A << /S /GoTo /D (figure.14) >> >> endobj 344 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 465.389 567.925 474.236] /Subtype /Link /A << /S /GoTo /D (figure.15) >> >> endobj 345 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 447.457 567.925 456.303] /Subtype /Link /A << /S /GoTo /D (figure.16) >> >> endobj 346 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 429.524 567.925 438.371] /Subtype /Link /A << /S /GoTo /D (figure.17) >> >> endobj 347 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 411.691 567.925 420.438] /Subtype /Link /A << /S /GoTo /D (figure.18) >> >> endobj 348 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 393.658 567.925 402.505] /Subtype /Link /A << /S /GoTo /D (figure.19) >> >> endobj 349 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 375.825 567.925 384.572] /Subtype /Link /A << /S /GoTo /D (figure.20) >> >> endobj 350 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 357.893 567.925 366.64] /Subtype /Link /A << /S /GoTo /D (figure.21) >> >> endobj 351 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 339.86 567.925 348.707] /Subtype /Link /A << /S /GoTo /D (figure.22) >> >> endobj 352 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 321.927 567.925 330.774] /Subtype /Link /A << /S /GoTo /D (figure.23) >> >> endobj 353 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 303.875 567.925 312.841] /Subtype /Link /A << /S /GoTo /D (figure.24) >> >> endobj 354 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 286.062 567.925 294.909] /Subtype /Link /A << /S /GoTo /D (figure.25) >> >> endobj 355 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 268.129 567.925 276.976] /Subtype /Link /A << /S /GoTo /D (figure.26) >> >> endobj 356 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 250.196 567.925 259.043] /Subtype /Link /A << /S /GoTo /D (figure.27) >> >> endobj 357 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 232.264 567.925 241.11] /Subtype /Link /A << /S /GoTo /D (figure.28) >> >> endobj 358 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 214.331 567.925 223.178] /Subtype /Link /A << /S /GoTo /D (figure.29) >> >> endobj 359 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 196.398 567.925 205.245] /Subtype /Link /A << /S /GoTo /D (figure.30) >> >> endobj 360 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 178.465 567.925 187.312] /Subtype /Link /A << /S /GoTo /D (figure.31) >> >> endobj 361 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 160.533 567.925 169.379] /Subtype /Link /A << /S /GoTo /D (figure.32) >> >> endobj 366 0 obj << /D [364 0 R /XYZ 56.693 815.761 null] >> endobj 363 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R >> /ProcSet [ /PDF /Text ] >> endobj 401 0 obj << /Length 740 /Filter /FlateDecode >> stream xÚ½UKÓ0¾çWøF"¯íÄn|Ä®„âQNËÜÄm­MÇ.Ý_Ï$¶³­(àÇãoߌCÐt½^GWל ‰¥`­·H0,V¨ ÎVh]¡ÛøƒS}úªLcû$eœÄoû¶;5ir$nš:¹[¿ü”R,9w0_{ݽH8=À{eG5[BȦrI±J9–+Ã1“eôv}(@DXÈ ­&{ÂPyˆnïªà œã\èq¶< N f™¹F_¢O9KŸ!ʰ¤”OÞh.0§ÂyŸÓR]kîiÁhŽež£”A+æ.Ð$¥"íU§ÊAwæé¤JÍÖ­Ã^;¡«ƒ3_š‡'iFI|ëÁ´µ7Ó åñé£ËÑÁqRÄxZÈÿYr)ÿ­‡‰äÀŽã¹Û!'|¾‰Ðm ]³Õ™ÝïÖ«k‘»¾Ê'¢Ë0e˜¸Ò1õ1a@Hµ~xî/ÏŒ?¥ ¦ƒ ÒŒã :õcbæ•ÆÊmƒÑ)¡ƒ¶½ï ?î›>tEgliZ˜‘y»m9,vÆC [U]7 ãñ£;^Zk„©;µ„HªÊ_é6fèTwôú2{!rº {(OãZñ ¬Úr˜ssî+Z6vð‰y[mÇÐÐë½é©Ó2ÔÑ Út -â]ÂceÍ“ö!{éa¬?ëÇͬ~yZÛ¶é†pùÙ¦2(Ͱ÷!Q_ªJ÷÷CÓz ›äЦk,à=^’Xfá…ØÏ„:Ufœ)pÊÎl´?r•áB«vþ¢3Õ _Õù®'$uî¶SëªROY‹Üç‡>ýZë½ï—þ€Í±C¸Gç¥\¼ëÅÄ;rÕ¾@õRQÏåË@æ½±»¥{çÌV¦‡°Ž¿°¢Ú¶6A[éVÛjA /gßêÒLa–nAWfv}þr\úMä!ÿæ/ñ?Ï· endstream endobj 400 0 obj << /Type /Page /Contents 401 0 R /Resources 399 0 R /MediaBox [0 0 595.276 841.89] /Parent 403 0 R /Annots [ 362 0 R ] >> endobj 362 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[1 0 0] /Rect [555.97 716.448 567.925 725.295] /Subtype /Link /A << /S /GoTo /D (table.1) >> >> endobj 402 0 obj << /D [400 0 R /XYZ 56.693 815.761 null] >> endobj 399 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F64 307 0 R >> /ProcSet [ /PDF /Text ] >> endobj 408 0 obj << /Length 1719 /Filter /FlateDecode >> stream xÚÅXYÛ6~÷¯PŸ*‘BêVÞ6I¤h›¶qQId‰¶‰È¢*Q»u}‡—.k½ÙE€¾Ø<†Ã™oN Y Yo7/·›ço"de^û±µÝ[±ïʼn•âÀ k[Zí_òžÓªïÜ›‚SVwŽëGÈ~ÅêOù‡¾ÍŪZÜ:)²«œÏÛ¿‹±—E‘bóGGÚï(²5ƒŸóºÏ%%H€­$ˆ!A˜$^œe–yY¢eÀp&Iíçê/ űÍÛÍß ÷ [Q ‡+ɰ#ß*N›Ÿ‘UÂHâ…YjÝIÊ“aäùA ãÊú°ùmƒ4h†‰oaßË0Ž„H†y{ŽHBsÈúèb„ý®æ­ãe/ÑÒúM\|Ð6ñï…7 m*ÿ;WSC¤‰ƒ#ûNêN!wGÖ5lZZ´l%ñ¾¯ >оœ©y^UÌñ#ûNMù‘¨ý¬¥— eYj‘ÚåmÞžõú(öÈVó má#•æyÊëülWœ£`5×Z)ï8‘ºï<Ç 0xÕ‘HÝ`9Ÿºà)?«ÁNï²ÖÁ©}p";¯é¿¤T«´ž°Ôlj½×õ;¹üLM• k¹9¡uðƒ¿ÂUŒÿ †ÆƦ1‚ıð#×èu¦¢†ëµ\ýÕè»KZõMU Šwä¾$‘· fFìÆúÃÑÀ Õ²PžAw÷‚z¨ØÎÄ÷z>+YÑ‹Ž,$^MÆ¡z(“Œ~>im¿ÂÅ_}=¼%œ+¿Q?pÙù€ƒ’rF­ØCµˆ2ó òkÖÞúÓdä7\±ŽÑe‹Ó§Ýʃ&ô ûS÷ÿå`QüzÝkäº êàz>ïàÝ;™ðZÇ$Ko~^›çoâp!2ä<¤›¹çây¬öK¸gdì%H˜]ž|udÌ> endobj 409 0 obj << /D [407 0 R /XYZ 56.693 815.761 null] >> endobj 7 0 obj << /D [407 0 R /XYZ 56.693 759.068 null] >> endobj 410 0 obj << /D [407 0 R /XYZ 56.693 731.272 null] >> endobj 11 0 obj << /D [407 0 R /XYZ 56.693 407.88 null] >> endobj 411 0 obj << /D [407 0 R /XYZ 56.693 368.727 null] >> endobj 15 0 obj << /D [407 0 R /XYZ 56.693 368.727 null] >> endobj 412 0 obj << /D [407 0 R /XYZ 56.693 341.372 null] >> endobj 19 0 obj << /D [407 0 R /XYZ 56.693 158.617 null] >> endobj 415 0 obj << /D [407 0 R /XYZ 56.693 128.075 null] >> endobj 406 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F64 307 0 R /F14 413 0 R /F71 414 0 R >> /ProcSet [ /PDF /Text ] >> endobj 418 0 obj << /Length 1252 /Filter /FlateDecode >> stream xÚ­X[oÛ6~÷¯Ðž&CR"%õmK–!Z ³Û hû@[L,”–\]x¿~‡"©HJâKÒSâåœï\ùÉØ»÷°÷Çì·åìâša/E)§Ü[Þyœ"{ Q{ËÌûìm“«¶~]7yYÔó€2ì_–ÅŒé}[ =k&—óûe©æ_—‚ü€”2fÄ|¬eõóœ1ß x/ŠVt;ñ@ÀC ŠcÄÓÔ Jc‹Â™8ñ/ÌEúØì÷åìûŒ€ìq8zqJÇÔ[ogŸ¿b/ƒ5@‚¢4ñº[ŒhÈáYy‹Ùí [_œ:N4F,A, µÆï3ŒbFa·cøÜ-r0Œ²î=LcÄÜÊÅÍ–xW%@¹}QY`µu]ðb:I@,M¼(Lg‰ñÝr#Çåv×ìÍãkbÚ½mEnçò"+ç”ù]0àI:`Ó%ah-TþM!äÝ<Éð,Q5æñãÎŒÏ#ì?΋BÂ…Ô BŒ0'žú±îéÞ×eÑÀ¢Õ8Mw¥Rf[^ÜÛ0)¹•ES¿›ø•G¿BqQ XäïeÑ®D5'ûèP<"ŽBªsl0(l-4gX3\Ó²‡f˜¡¬ÙåÝä̺ÜnE‘Y‘û²5…”™ÝYš±­í 'ó®ï h„¡(â6Õ6eÕ¬ÛÆŠ•Õ&æûÿj¿‹\‰•ê£aͬËíÄ’ƒÑ Ð`@qò˦RÁ‡C‘âI‰ËJЦg5HÑyX‰‰ ë’ŽÅAÂPÇÂz†0ß…¿Ìrí{91Œ xf@GàEÀ»=#EÞm›7“T»Ê×â÷IOÝóÏaj§ê×mUAµÚ´ÚíÜó‹yÿéK¹ëkۡϧE¶VùnUŠ*;#ÄC^žaC¹Ó°ö'2®Ö7ÁºüÓépo O¼m¨û´û8tæu%¡®å!sóFnÏwüb“ß5Áq{XŠ¢i°ÅW·+ ü f¸†òÒéó,µhG1»‚t€ît¤‹Ð¾‹Øý§$ØñžA'=ãšM˜EÄùKªRdÓŽñÚfe\sMNGs•×;%¦…·‘jwXoL8LÆÌržR}ùtë‡À¾’¾Åw÷Šiñ•P®Â;Qµ£1{W:fÌ rÙW”r›'T˜í€™ÜÉ"ëûŸKN`ŽPlÊ|-ëÚâ§9‡YÙ3¹‹k2ôL3„Iïߟì×Ä(‘ø‘ðXÊðh*‘F}$4îXâ(7PJVˆÊëæíŠ6¦]ÜœÓRúxoyê+yט©ÎgÃ%K2ù„dò1ÉL-=ã¦èkNý‡A•Ù¡EBìÍ6ÃŽø¨@Ye&»ú°Bl)+wð96•vlÊ13§ãÏA™å÷Ë›ÉÓ>š0 M*‡ íRYOÔÀuëg­W¯‰zí²TOk“õ˜Éá> endobj 405 0 obj << /Type /XObject /Subtype /Image /Width 903 /Height 530 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 46116 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 903 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|Õ¹÷Ÿ33;ÛûªwK–Ü{/¸7 cŠÉ%= Éå†r¹H ÒÉK¯Á6%WŒqÅ–q·,«×ÝÕö2íœ÷‘Ök5K+Ëæ|ñGÌÌÎée~óœ2c Ç¡†éô! …B¡P(JªB!ãN „,Ëê=¡ÞJs“B¡P( …’ ÓgO „8„ª;EÁ+]H–±4O) …B¡P()HRU•²]Pf»*U%©¢(ò¹t¦4[) …B¡P()¨ÒdIÊ °,Ë1 “¤Rw<üOš‰ …B¡P(”Aä©ûÖp§Ñh4j÷LüÄ1 ƒ1V%©(Š¢(ÞñË7tiewÿ‡4ã( …B¡P(ƒÈƒ¯~wŸüõÝË£ñêu„Òëõ---ªáŽ_¾qç·¿MmQcÁ†­Ü‚eQ‘D, ú´Â¬…ß·—Í¡ÙJ¡P( …2dñ¢²‚{¹c§Õð»rYtð·çžÿÕKu:V«Õjµ<Ïó<ŒFc}}½ ‚ |çÑ×îüö7<P„Hãö¿¹wý¿ÙJæNÈ×[^Ë"Ôà ¾º~»7Jʾù¢Î‘+˃†eiÙS( …B¡ Iڌ۷¹—{FM]ä°“%ææÊí|ºeïî\ª×ëÚ´}^©:‚¯K+Lìlîü£îýÑmv\Sïö¶zGÏm ‘Ñ£F=2}Á}{ŸùÍryò7*Ž>aÎì•ߢÅO¡P( …2ðcøÄg[-¿®,ÏÞí='ë|›?x{Ää…`·è¿`W K+!yý²Z­§NŠÅbßzðï7ß~G$.©·|xâï¾ËÄÄ(˜áÕÇqÛ›T¤²uÅò‘ìÕuÏ>ûç9ß~äÕ77Œ_x{Þð‰´P(BȦ÷@Ia^QAlݹc¼hîôþzU]×…yÙ Âǻڬæ©F'¨Ó „ö—€a¹Å…¹ýÆ ç[u]ScKk,&p,k·™G—s®_ž46»+ÎÔŠ’d·™ã‚‹ÅÎÆ2Ì…(èAÏ–-ŸìS¥ÓÅ)FÛ­æóº½påB¡PR£ÕÞ÷ñûW,¹&Óaêå¶ÏO7ølËÔ+V¤ÛMÉ®vï;Ø‹«aÅ%ݺÊt˜ÞÙ¸CñFÏÉL€†fwùÑŠ‚,ûÊy7ìªJvÍÞÐÞ^ûÕ®5 z½^¯×Ÿ]ƒŸèšÕÞd‹)œÉ5 då´Uÿ9xìÓÜÒ´¦&¯·bßgÿùpÑ·ž»hI°µ!$DÃtß( eHRضsïºÇ×À‹ï?][רòƒ×h8öÆß\8gZ¿DÏ„"3”W5d¥»Ž8¹îñ5Ç«=¿|q7ÇõøW/ï2~TjQõB± [êk›î>Q7¬;aÚS4t·ù¶¿üÈ’)ùÿ}ý ‡1.ÊGϸ_øèxqaaß…ic³;ËBîûÉ ›IwäŒÛeÕg:M«úæì“"LÕ\èlÙºsÿË}EÇwNìýÚ 6‹©WI*^ r¡P()à ™“‚{›ë™î0Ÿ`RU\Âüþ®îÖÉÝ¿Yß“«w6î¸ï« :îÉ?ƘÀ©ÊêŸ~}¡Å¨ýã›»Ó3ó’]%$)±iûü„*Å·š†Ï?|ìø¢²é EÉé| B¯áÎ4†¬F¾²!•5ÍŸo8ªì‰W>ÉuuÑØÙ˜ªR e¨Ò_¹¢ìƒÝï'_Q¼¿üX4Äð¼&/;3?73‰í=pØé°]‰Åöì?ì°['Œ);]]÷Èí×À›[Þ®ojÍrÙßÚvÜíºœv¿¯-!˜‚áh·ÎeY9z²Òa¬hymñ°¼ —#9ªõÍîæÆdÞÄ‚·¶*,ÈO›¿ª¦>‰±,S›UYSßm42Òœ˜V¯º¶>‹s,—™î,)ÊEiçÞr£QoÐëÛÚüZ-?vÔp£Aß{|ÊœüÎÕãgËkö†ßÚzœa˜é£³u“Ĉ?ØÇ NTVïWÚLºÇþõIs[xRi–ÙÈge¥ šú¦ªºF('+½º¶Án5O7²§œqçÞr³É¨Ói=^ߤ±#NVÖÄbñäRë©tú›-‰ÈËÉ\¿ãË¢ü ëÔ‘Ùõ­Á=Ç@TØêS•±¸ð !ÔÉÿ¼ìŒd MŸÊP¥LûÛ¬‚I_nV[nÂUƒèäJ«á :ÎiÑß»öŠ'_Øî];ÏiÑ{ƒ±ºf¿+3/ÙUWUŠ1nÿ¶ÓYUÚ{Ç´[ß|îæYs輇b•;O4DvU…7E ì|\ca­Yg<Òˆ‘…VDZÆúãÑÐ\ÑJ+…2DT© )z­æš9¥/o:’øõÀçÇþÍÙÙ.3ϱmÁ؆§v?£c¥u¯9p²éwo0ó̺Ç×<ÕüóçwüåG+ : ¬{|M³7üÀ_¶^?ÞñjÏÎ#»4ÌY™ÛÒXÛÕùÓo–s,Üqõ¸±ÅéŽõ¢/}x¤¹Õ›Þ!1&~¿oÖØ¹Þ@ôóÓ­ &˶øü¡p8bÓË}NA¦U”•··Ÿ¸ïÆî£ñéK{dYÉ0“Ǿ=/7ÍމÛÖ¼µý8Çàu¯©i4¸ƒSFf»}Ñ'^ÞåpeÕÕ7ôŸP8â4±³Çå#žÝdµ9 u;NYìöø2ÍЗ Üáñï.ÌM·Àÿuv‹’W?:ª(xÒ0ëC·]¥`òŸÝ§ŸþÞœ#gÜ¿ziÃÄuͺ߽q€EʺÇ×T6øZÚÂÓFå<ôí|sNr©½ûég=•N¿²%-#'!L ó²?9ÞŽDÇX§ŽÌ®nò¿¹½‚×hFå[î¹a~«ï8a·[»äÉi.ÉŒ1U¥ÊP±•öU•"¤¶\æÜ‘™»³¾ÓÉÔ®®F”=ùâÇ÷®½ÂiÑÿè«ó€Ã¬÷cO¾øñˆÒ¢N®’,&g¿ÙÔn+ÅÞ„€å…æ©·=üýôÛ«j¼äŸ»}s§Mš¾¨hùá•G‹²HÐ\˜'£©S§î<\½ñ_?½êŽßÓJ@¡ UŽŠN6]=·tÃÎS‰_NÛ'‡ê«š|ÁšE£¿¶r¡ŠjçÐɼe0hÿ¶þà}kgÀïߨ+%mö‘|#éÎF ‚(NŸ=udök›Ž«ñä¥[5¼6© Çiµü¤Ò,£^óá¾ÊC- &ΟXøæÇ•f-yàÛKã’üÒ‡‡£‚lÐõ c"÷ݺØŠÿeÝé£r®™[&+ø½OO@A¦uûÁšwhõÂQ7Ìñ—õŸÏ“Ù)>(ª¨Ý?™ï€ÏO·htu2nA~v8AR´AüýÝ#/}xä‡7M·™t¿{m¬ào^=ÑfÒ€ž‘¾qÕD_(öꦣsÇtʲ.†Åöóâ{}kð 2úäP]U“?©ÔZ%[þõáÉ‘¥Ãn ò²[Ú¾§wWé.Áäɶÿè«óìf=´…bO¾¸½¨ ?ÝåEÅnm¥ªUiÿâhbŒ_”ÎÎv·ÏþŽ[ˆþðW/Ù´ò²ùW8ušÃååÐxBâä¼øž†ðbƒkØpë¸YóxßCÉ)ÊÅU¥ðÚæ£ &^?dâJ0Ìre­œUbÔk4,£Ê”ª&? ÉËrN5+ €‡ë“g|BPÒ1tu ¸}QX0¹0'Ýrº¾mÿçµ…9ÎÑù.Ç¥÷Tÿ`Í8Qíiò†£qiθ¼¿o(_8¿ŒaІ§6lpÙm˜µuÝGC’ä©#³Bïï:½ëx롊–¿ŒX9}TŽ*ê[ƒïì8å´èV/•f3ÊŠÒ)>× +V{-%YscÒÑ•·Ç7gT_ƒP0>Zí 2˜`ççu¡µWŽÀøáðÁîÊGZ*êÚžºg)$,²Â"?úô›{s³²C¡h–+å¬áÉ¥¶½¼vàÙ úmE>A§NÖÕ+QRzò_­ôY@¡ )[©ªÏ{³Úr™.³Ø{qÞÕU(*ÆDÐY›1QNø“pu¶ßÃ8ñe{NíGO—NfUçüG­¬þÛõ%¥euŸï8Ñã'Óú3’+½¸@â-‡O¾õù·Y†¥£6ÊR¥Þ`|ãžÊ³J„BÈܱÙK¦Û¼¿ê­m'®W¶dê0–epÇ\uQ’ÌNsB+!jWÃÝK nkX®¶M|ð¯Û&”fägXo_1~|Iƾ㫎€foxÓ¾3Sʲàþ¯žìž\–‘Šç¾Eºv£z¯´-ð]ãóÛ7” /£Áp²ÖãJ2dá@umƒÀÙ¬¦¾ 0IKš’Û …œcfF6ÅÎ9ßÛÕëô˜àyãrº–B0ðlÁ¤s‡ŸlÀèÛ®t?ûŒÐ| eH é˜XÓûjúS'à IÆÉ®Î¾¬ö¼1~WWnO[kKó½kç9Ìú¶P ØÍú{o›§.~Js9’]%;t¶•v]J¯M+^ï FeS†¹ý¢£°¢9`Ì/X¼x©Ì×½ûaöèÅãW-¦kð)”!¥JY–}sëñ%S‡q£vÇ@$.ñv|I»ôc &%¹ŽI%é+g•$ Ë0QArZô‹¦z‚·;±uë\’•±Åö ôŒ»²Á7©4ÓbÔ~´¿ú½O+€ÓpK&²,³õ³êÝGë Ãaúúª ó'¾¾ùØM‹F_5§4.Ê‘¸h6šºñûŽ7Ý´xôŠ™%Áˆ0}T¨ tºÆSQ”²ÜÎñ‘eYíµ }]ƒôéáºYcó~}÷âåµ ‹¦œüÔ+{÷oìcÏ’8tº–Í(E…9ãóF†žr¾“ ¡ÛRcz(~e‹ú,èRÚÕ¦FÃuëÕyó„> (”¡@òX|/«é7“Fð÷8ÔK\Õ×7Üÿµêò¦'_Üî½mžºøé—ÏoM¨Òn{‰³¶ÒžÞ•ø¬cvU´®\¹¢0WÉ!p¥ÙÁÙ2Ao#„æ×œú´pì†E´P(CG•",oxïÓŠkç„Жµ“J3WÎ>®8½ºÉŸn7§Õ¿ðÁçk¾ãÚI;Õ-NWÅEfFÚÛÛNܶlì]×OÝ¢ñoÖµ Åæìê„#‘5óK2bªk þëýÏ óóÌfœS]‰Dt:Ïó@° ?×é°·´º››[Ã8ìÖV·×b6•€ÛãmljQÅj±äçe>zÂd4”/–$)q Ý:‡#u B\$@t:mnN¶ÙdLDòTEe8-+-6 j—tøÈqLðØÑ£B‘psSk,gÊÈHËÌHï)à÷šš[ãBœc9»Ã–“•)Ër§x†²áŽÇGCK«ÛÛæE‘aÙh*ÈÏe9¶ïAÀÑã'Aœ0~4ƒ˜Äq[›\©ÑT0^5kø´Q9ßpð`U(=ÍÕmÖuÊÞžJmP²¥kýióù«kêìv[QA^·^!„z÷Ÿ¶A e(`5é6¾ûV÷ÿrÕõp|à®ÂQáÈÑcŽÍÌÌ´Z­š›› ²ì3Æ—}z¼%ÙH2ÞûÑkÿ³v®Ùl6™LF£±³*­nòu »¹êPý·œN{K‹‡•Â3¯¸âÚk¯ÞðÞÆ­ïBˆ•e‰ãø«¦5€B¡PºR[WÛ’²™crµÖínÞ_õŸ}µE…ù=Í̤P(”cÐk5óÑ{o厘™ \b×’•×K2ŽÆ„/Ø(˜tR¥\CKçÁ—ŒÂqŠ$Æ#¾éó–TÚtädùµå‡g–Î/¿¸áÔnƒ%N$¢P(”nÉËÍyᣓ¿s&˜×hv{aA!ÐËTT …B ‘h\¯ã-¿nóo×÷|Û¢å× ¢‹‹_¼«néÓ¼ÒÌ’ÉêO™%Óöþð{?x¦Ïœ† É>èD" …B陜œìœœì¤n–JR …rá…iLpX«¾²¦—{IŽtX.¿xW]‡ŒÎo+MF£7͹åW}¼™B¡P( …r±ðúÃCÙB=«ÒfÏ;wÐ"¤P( …B¡|Œ0{ºW¥°îñ5m^P#(…B¡P( å ZIêëþö×mÉך5 …B¡P(”‹×íUj+¥P( …B¡\P›üS[)…B¡P( åâCU)…B¡P( åâCGð) …B¡P(Ÿ~ÛJ ‹†;nü„‰ã'L|úégróòÕ뉃’ìÿ´é3:ýZUUµ`á¢ä1Æ¿{úéþ†rý «_ýõÄi[[Û°â’@ 0X©è 5]#FŽÊÉÍSýëßôÑí Ä­°hØ¢ÅK§÷?ð@zFæ‰'R´/9¡ó39]Mêq ÈÊÎ ±¢P( …ÒwR±•nÜøŸì¬,õxîÜ9‰›Ëšì'?ÕSõïúuïBEùÝïžþþ=÷ô+ˆ57ÞøÚ믯^½Z=}ëí·-\h±XT?/\v—<üñ/~ñè‡nìo¾ RÜȉ'ÊÊÊ$IÚºu[^^!¤'Ÿ{ɾäü…ÎÏsR¤£zœ?¯èh…B¡P(CÎ+½úš¯tº²yË–¥K¯œ7Á²å+Ž=:(±|饗¦Ï˜¹b媗_~¥SÐ>öX<¿öÚëÖ®½­ï®ZµòСCMíÖµ7^ãÆ57&'§k*ž{þù_üâQØðî»™YÙ~¿–.½òäÉ“IÚ›o¾5gÎܹWÌ»ù–[<O/U"‘Èí_ûڢŋ/Yrÿý¤âêV¿ñÆ›°yóæ9sfky^½~û×¾¶té•3g;ãÎ˜œÉ‚ — ôÑǾöõ¯/\´xß¾}]s¾¿Î»ÍdAJ†—þßÏ~Ö¯Òì…^j£«øéw¾{ÇŠ•«öìÙK» …B¡P."©ØJW¬Xɲ,¼üÒ‹É7BZZZ~øçë×½cµZËËËï¾çžÍ›6õ7N ÿKKK_~éÅÚÚÚÇ~ù«m[·¸\®ÿø'$9Äî¿ÿŸÿü×Ûo¿ý1€étº+–¿ùÆ›wß}WEEEcSÓüyó†ØnS1{Ö¬{¾ÿBÈ'Ÿìœ8qâ';wΙ3§¹¥¥´´´¿†7B€Bjkkÿ÷Á·lÙœ•™ùøãOüïƒþéìöb"½›7o6è ›>úHU¨)ØüV¬X¾æ¦›ï¿ÿ'¯¿þÆw¿ûÝ;?Um¥¿}ê)›Í?þñO^}íµÛÖ®MJ ‡Ã‹—,~àû·oÿø‰_ÿúõ×^ë”óýuÞm&BB¡Ðüùó~è¡þ&-Qm0Æç­‰X-Z¼há‚•••7®¹iïžÝª …B¡P†Š*í÷ß{7«c„½ŸìÜéóùnÿÚ×ÕÓH$:pÿ÷ìÝ{Ås].ÜtÓšýŸí””ß´fÍ}?þÉÝwßõúo\ÝuÉr¤ÛT”––¶47ƒÁýûöÝwß}[·mãXnÆŒé‰Ãž½{gÏž•™ ·ÜróŠ•«zº˜`ìØ±?ä?ûÙC3fÎX´pa  †‰&¼ÿþû§++§N’¸þÊ«¯¾÷Þ{§q»Ý¼–ïäJ¯×O›:ÊÊÊêëë»zÛ_ç=UF3Þ¼T›@08jÔè¾ÔÆDXÅÅÅ:­¶ªªª¤¤„v  …B¡\2ª´!“&MüçóÏr,9MûF3X~NŸ>]„ƒ¾õÖÛ/½øB_R1}Æôõ6X¬Ö+®˜ûÄOh8nöìÙ_pnÙ¼éã;þóŸÏ>ûì»6¤àÉ «o¸ãŽ;¿ùÍo$®ìÞ½ûÍ7ß|wý^ÿmÚÎ;›šš!/½üòœÙ³{º˜ˆ[SS“F£Y±|ùÏ~øÈ‘£’$¥½sfϾë{ß»å–[Wü@vv¶N§Ã¿÷þ{‰BH*ßdOH§œOÁyO™ÜkíëSµó•câfEQÞzëmBÈž={$I*,,$ …B¡P.0_­43#ã/þÓ½ÿó#Q1ÆË®¼rôèÑýõdÙòªù >Þ¾-??ÿž{î^}ãš¼Ü\«ÍÚõþµko?¾+-mÝ;ÿîW@«WßðäSO=üðC}LŬٳtßçÌ™ ³fÍ|ùåêaEEÉ®¼¼¼G~þðõ7¬€üüüß?ótO=zì>Ê2 !äüœãR)A–eï¼óŽä+ æÏååWn¹u­ÉdÌÉÉé£?‰œãõ×úë|PªÊƒ°XÌÇŽ[zå²X,ö§?>K'•R( …rA™™™;wîŒD"ûóŸyöOm^‚@³†ry#ÂøñNœ8N³‚B¡P(”/­V õuûë_W]s­Ùl6™LF£‘~q”B¡P( …rñ¡_¥|Iáyþøñc´ªS( …2D ¶R …B¡P( U¥ …B¡P( Á§P( …B¡ ]UZ]UI³†B¡P( …2èŒ5¦ªtöÜù4Ë( …B¡P(ƒŽºi_Ui4¡YF¡P( …Bù «( …B¡P(ºÚ‰B¡P( …rñ¡¶R …B¡P( U¥ …B¡P(JO#ø@Gð) …B¡P(]•RMJ¡P( …Bù"¡#ø …B¡P(”‹Ïàà ¢P]SÕêi‘e€¨Ëù !ÇõF“Él±Z3Ó2†é°É¢AO• -îf†a\Î4V÷Ed$BÌ7 e°ðù}½^ÛsÍ…Ñp833óRL]8†C€;Úƒ¬f‹Ñh¤åN¹(|và³}ŸíU¥¯]Ž›:yÚ¤‰“hÖQ(}U¥ÑVgªÏ8쎉¦0Ì9†XE‘%YE¡©¹±üà›Ã Y³®^Ž`õÓÃU˜ÉH2"‘ˆ(‰‰So›;Í• ë­V;ƒð5](ÉR·½Fû[( §±X,"^_[fF&˲‹ÒÒÒb¸0ª4 Æ¢ÑH8,ÆãÀëtF“Ig0˜/@Ò|þ6o›7.Ä„x\’%Vk³96§Ùl ‡CÇNe9¶dØp›ÕN+ùbßg{¿÷5¾ï-ôéß?5q°U)–C g¦ÅA¹]]4ë ƒc*-Êå¨J;زéÃe+®E!qЇ'–Œ’e‰‚ &„Œ !cI–°X.I›MšcX8©O»×v+øž58L„3afD ’T£ÑhµZŒ1 @¤£Ht²‚Y¬ÊDV‡…B¡„©Õj5ª}TíydYæyÞf³³,«Zn CZzBˆªRÊ@H¡Ý%É)Ñn·¦úúzƒÁØ©9Ȳ‹E‡,KÁ@0µèLT¯ }ŽŽúHƒckyhï«:uY²,>|hϾ] ç/¢í®/ @UU•‚(örN«9rôàÇ›àÚ}·e¸¦vßm#–D—‹P.;UšèŸ–­¸J=MôåÅ€`ŒÛP 0 ±Âû8üЇY¾ÄêºôÎÛ#­ÏzªŸ`¸µYbõý×D‘×j%YN¼—"’ôj?&„`̰l\LýW¥:.1Ü©†$Š¢F£1 11€hy-¡›PF í.¹E@ Ëš-Ÿßg·Ÿ3àÛæ÷9]i€¬`Q’R«¨ Æ@ÁØív·Û’þs9]@!x°Z$If‹E…ƦÖììlWz:Ü£µ ‹Âápm}cvVº†ç¥`p A{Z[ý^¯Ád’eÙçõÚ].›Ó¢7 Æ¢QŸÇ£áy­Áàu» À@„iSs#!0}Ê,Qü~DZ Ãò¼!„1ŽÅb+z½aÖŒ¹b±ßEvºòô¢…KT½«ŠQBÔîðì[!çœÃ0cÇŽÿûsYðeR¥iw¡aÅÃÔn³h·™BÇ3©ÃVšÿƒøŒ4} 3e¥Þj=æoúÀš½’v¡”ËM•&Þ£!Þé ªTn—€ª¡éЇ øDÿ+¶¢—xÓ‚³™Ñ§>$k{§­ê[æáûû÷–Hƒ˜h,Š:VM!„’ei4•%9Ñëõz‚I £'!Õ&ªÑhdYV;ì¦ê Ìñ[gÍbµºq¿û­eÌZÃ()B»;«áD +˜0Øj±ÖÖÕšM&ÕH¢(…è´:Q ƪBI!zc €1v:ÉØ“)¬àÁ£$êPŽekªkzºM¯×µ·zLRZˆÇ½-­£1ŽðZí°²<Ï'Z·FÃ[¬6»ÓÕPS#Äâ<¯mmj6[,Ú”&Bø¾VwËœYób±¨$IZ­ÖðU×TG"¡x\ÈHÏÈÊÊq:œñxcE§Ó€,õ{äW–eŽãâñØwÝ™|ýÏüáÜ•¦$qªmq§(Ê—jç@ÚBèLeÅyl¥:ݘQã:=dާâ79#¯Æ8œQz]ýÑ'­Y+hJ¹ìTi[7´lÅ*AçW¥²Ô±ûŽòvs AN[ó<ǯÄ&;%õ¾Ã&ôÿ‘!‚‰V§E B€:ÙQ´Z­†×L0Vâq¡ýÁÙTšP¢êú7qOèäIÝŸþ0ëö9ÛóïÎßù ­a”H¡Ý%ày,KÏkg[[[zzºú“·­-#=]Q‚q4Kmåutž·Çê a{³"àr¹ c”pTiGƒuØmØŠ{i¡ÐÉÕ߀©«®Öjµ’(òZmaIIÇ´ÀÄ/žç‹†—TUœ–DQËó5••ÃGêz¸°`Øä‰“ ô€ÔŸ¹¡]yýÕ7Õƒoº!´dåÕêéÖÿV|å:õtÃ[o|9ç ¤ÝB%%evŠvƒéÙ<Ô1ob°ó5æ/—…³kVÔ÷¶Åu«"<ó—ëmh/J¹b±;0Æ~¯çèOX÷äÓ ÿõOKš‹¬ŒùË=•OÇ}{“ŸÃÂQ6 ”ִ›]S»ÿvWñ÷©Å”rù¨ÒÛ¶lZ¶|U\ˆ'ú¨JÛõ(RŸUÓ•À¬"YÒq¼ŽÈµQÿ–˜÷ƒs™Þ: 1zIb5¨ÿCŠê°!&no«ÃáÔp×ü»(‹YYÙáp0ôëuÆ”MFðÝn÷áǧL™"Š"ƸæåW‚¼6ó«Åmo·TxýQY>øíïüöwÀ4|øÄ¿þÅ:v”¾’B»K&--­¥µÕårɲ¬ÓéYŽõxÜ6»MÝC’¤h4š™‘úúívP„ÒÒÒ’·¿Qÿªòcl·Û­çjµÔ¶‹êöùM}wªH8„’%Io4ªÃ/EEE§OŸŽÇã§NAt:]aa¡+ƒÉÔæõ², ‡ú›¨¦–¦‰'‹¢È²l]}mA^Aò\ )“¦~´y£?àOÌÏOli’By©ó¨þð̳ߺ£}jésý3˜MÆE… Ëø>mwýkwÀ®owüWo9sVèðáÖQe!ËñóÿçŽíøxËÚÛ®ýpã ,s"8Øü§âIEt§/,šð,–ªR4Ú Àrãøë½µo7ü&ÃY]%ÿmÉ\NWåS.UºlùªNçW¥²¬ÚMˆºKäeH2LÖX¯Ôþ:Pÿ7­!CorþÐzÊC£½ls*-Bí«G!†dfdú~õW›Íf³ÚâB\Á˜Q…ALÊ/©É#øF£qÊ”)ååå………þcÇ÷Ýuׂ[rýÛ=ÈÊÌøñ9û[ùNËï½wÞæÍ´¶QúH í.Fãt8¼^oZZ˲f³Ùï÷ I !>Ÿ/3#£ÓG.RP¥ÇãAHmÙ(##C}UÛÆX’$A¾]T÷ªôìN¥NuP0Öéõª·¦¤¤¤¢¢Bb¨ÕjKJJ4MûNsVŽe£Ñh9NFx^[[W;oμä_×µW_7ˆ5J°©C†v:U9w|Ÿ¶»þݼ9-?Ä„‰â£ÖyÜŸ^½œ˜õáÖâ¢a#oZÓ¼ã“òL¸rù@bõí¯ßw»Þ–ŸV4ÉäC”¶xðCŽÓi´í³qá¤=bIåÈ}9â/o­|¥ùð}¹Sÿe°O¡ý*åV¥‰ÙKa9Üéàüª´}¿cK &ÉŠȦ°·8JË\…ˆŒéY›?>3aòw°BÿgMaYÁ –%‘c4¾6ŸÑ(ȃÉhŠ‚EÃq¡p0F"Q^£ÃŠBV9µéYÉ#ø'N¬««knn.,*P°"ÒôV½&¢@èˆïlWÅ i¸[rå-S |©H¡Ýu¦½ÞínMs¥ù}>»Ýîkóêõ·Çc³Z“Ûx È’¤¶/§Ã‘°•bEAí»° D‘%Û‰„ÛEaE‘e)…pYƲ‚Ïý¢£¬(XQdIêiwª‚“eY‘e,ËŠ¢`EVß§Õ”ª¡«J{gF°,c¥þ¦‹a,Ë1„ lj¢¨åµ®F©2Ô|Ž*EI¶R€.ãûž´Ý—f¢Ìyäç¡£G<­§Â᫯[í|ñUN«ÍŒ„K{ä³CåQê‹åPÍ®³J—ØrfIBKÈýÀF›É LE©E¦È!YtKÁ}€Œ¦´¯Nþ™·æÕš]«‹ _~¢ )z9­ô“·]¹|U$Nœ¿gW`¦=ÔŽˆIk"ì ,ÆØpá…‡Nþuü”T—B±Zm„“Éäö´H’¬`…c5 ÉR$QdÅasrœF«Õ2ˆIy%!I "‘ÈáÇ5 d>|ê~¿÷ëßDzWeŸ>:zè¬0uñcÆßÿZ)}'…v׳Ù,+Jkk«$K„ ‰DM&Sj_=·ÑaÐöðe#µ¥+;]6‹Ùrv»¨T—@uk+Å«®v§êpZNÕÖñh”çy"ËòéÊÓ‚ ¨‰¡âtEIq‰ºÙV,UCÑõg(­†DAÚk2šü~¿ÙÔ½hDaïþ=555.§kÆô™ê¨þ©Œ»¨R¸ëž³EÝuÏ]¿ú¿yê7êé¿ÿÃ/çœø´;„ÇÛf²ÛÓÆï¼jùªkWÛì†aæ¾óΆ¿qõ„qf@­n÷@¦F0œ9wê+åßhkÜïÈmr-cNëdÉX‰V¢ˆË2š— ¤ó5þÛ]¹IŒGr§¾J%)åRá<ªôÊŽŒ+û>‚¯(€1,è2ç,©I2.N@ŒQ>× ’‚*D#¾6_<##ɲd4™€H$"‰Š"ãX´Å`4¸œ.½A?ð|·Û U‘б"ËRÑš5µÛ?®xáÝþÀè5¹M-BÉÏ~Stà ´†QR …v—ÜjëÜîVD!DÃó9­­­,Ëþ†êj„AÈétæ$¶2í¼Nwâĉ$¹˜Ød&à´ï­3°í¢:ö<>÷âØÊd2…„P4Q×ÔWWW qA«Ó–—ÀéÊÓB\¨ªªR?EÂau»{k?—:€^o…‚³E–¥Ñ£ÇmÞòQ^n^·¥ùþïÍž5çš«®«­«Ù´éï\}mj$˜ÌçŒà'O$Mþµ——ÚîÎó@ðˆmßK!„±,+Kr/ö¡¾VûäâùB-½g~ÛT±Ý™;:­p5@LŒìGŒtÖE™Z*žwWïÐè‹Åÿgθ’Î+¥\òª4Ñ…;fñ‡û<_‘ç~¡s¶mS¦íër ¨ï'>ÕïTC€Õf³Bg+‚–7žk3 Iuïõ‹,ËŠ¢˜P¨ fó©¢¢¢™¿~â½{[‚AÛi~Á­#ßùÍ“…×_Ok%Rhw*²$=tH§Ó¹Nu¤" 5T×832"¡°ÒÒ3T‘Å80rÜ8mÿ?æž•‘ÙµUW×dddB\•ˆ,Ãêt:uC¥DSU”TÖëàö½ÏM©‚ ŒÁåì~wª‚Ó >¯—aXOK«ÍáÔê´,Ëéõ†ÂÂB–å`XQqMM Çq„!.xZZ–ÅŠ¢7ú›®œìÜ»v®Z~U8Ls¥¥gd|üÉöY3æ°l²€ Ûvl---+-QUSi4˜ZZ[$Iêï»DGçJ´<ŸÜÃ'O$%äì¯jo×ÑCÚîúˆÓá yÜ–6ߨ–¶_»}Þ?_@¶­½uôÍ7qo›$¤§e ¤O¤MdÊXfÊXj;ó̉ÿ7âŠG èd¡A£AwtÓ7 ®E9SÞÔYÇùŸ—¥P†)ŽàïܱýÊå«ÂáPâ ¦ VR1úôì~Âê (Húº"ÔV*‰’ÕjU‡×_{ƒŽ”¨E )Ë_•Ä|õɤÑh‚¡`( ‡Ã†Œ´yÿë¿/uø 552ërÑjGIÚJ›×«ÓëÍfsKK V”‘‘áöxD!ôùòòó›š%QD c6› F£×íÎÎÍ”E«ÓZ­Öx\ëñz É‚ $oƒ:‚¯ÚAO»S¥œÉb!€€aÙ†šš¢ÒáÉqà8®¸¸X=m¨©éèdÀÜ[i^n^ù¡ƒÍÍ‹% .[²lמ]ïlx{ôÈÑÙ9¹X–½¾¶½û÷+(š=knm]455Z-¶ÔÌÛjüo»õ¿Ú?~×ÍFQð_·}-ùæ/á‚§”ÛJ&BMßüNö×¾>iÔhV˯{ûuDÈĵkÇÏœ…¶Òúüs?ùÑ f«Î:>{â?~ÃSýŽ=wV<´_o[ÙZù¢Áµ({âßi/J¹D¹#øX>ûÜJú$ JÞg€ÀÙÑ5e #ø@!’,©KbÑX41Œzƒ:J²”òî**ª$U-@n·»¥µeÒ¤Iié.“Ù(Š¢¡ _{çŸlÚÌÆ´3¸ŸV/Jj¤<’èimÕë ÍÍÍc&Lày~ÿ®Ý@°’™íu»ã±˜"Ëã§LB>?pÀátyRU¥ÝÊDõõ3=-½—í¢Rkä]ç‚÷qwªþJíÂâa§OœÐiuñX¬ªâtv~¾V«ZQGT@ÄÆÚÚx,ưl<+íÿ‡T¦NžúáGÿ¹qõMÑh¬©¹qÆ´™#ËF8uâÝ÷ßµÙlÙYYko¾Íb±44ÕÇãq†_·þU+®J! žçB„`BÚE!ð»§žN~¹è4!¤Ñð´Ýõ‹qK—lùÍSÙÛ¶eÏ›7úêkÆrGÚÚÐë·liÅV^­ Þ×%Tƒ‹¥à{­‡nu¬¤GHßV }ü+Š¢¨ÖÚ—R.UšÁ;œ_•ÊJ—o«a @DItƒ¤c2Z»*Mõ“ÜêG¤dIRFÃÙÙ9 ¡PûæöYYÙMÍMzƒúi‰`Ü>Q-%X–ÕjµÁ`ð³ŸåååÞxã ùùZ­NQ$YЧ9¿õч¸cÒ­a”H¡Ý%Â"F„x,Ʋ¬¬ÈœFñ¬N§“e‰eؠ߯×ëÄÀƒöµzŒ‚<wwÛEÁ8•廒 àäOs\¸àt:]Zzº×íáµ¼$ U§NÚNƒÑ¨3 F#Ÿ×‹bXFÅôŒ N—Zffdfef½öÆk«V®ÂWV²Ûœ“&Lœ9}†¢`Y–C¡ÀçGÊ zƒN§ã×§MžV—ŸBX¢(fgg÷K£¨#K_¶N,õv×þ₦½ôÿöÜr[^uUڌɦh„ ù<ž>ß ‹Ö¯#Ý=dS{è©£¢(ŠPHجXà¤=çŽHÛ!ÂæˆPÑ(Ïó‰ÁCÚ£R.yUšh.Ÿ~òñ•ËW…BÁÄAßžO톊¤)¥¤ã½ ¤#YQHª› cB0!’,«Î F“†çóòófYVk%$YVNÙXʲ,Ƹ¼¼\oÐÞ|ëv»C§ÕaŒãñXGW.‚<%S¾Ô¤ÖîÀê°‡A£Étòø †3[,ñXÜ•žŽ q¸\þ6ŸÑln¬«%Ùl2‰‚hs8«®*«­Ø•d¼$êÖÅÀý_î¤( òÑX¬ÓÖ.8«Ó)H’ÏãÕëuÏGÂáP(„…°,‹b5E’¢Ñ˜#ÍeOK“…eÙÔ2mÆôYå‡Ê_xá_+V®r:\¡` µµY”DÕÐűœÃ­Ý²uséðÒ)S¦’”z­p8ÜÐР~o™$M"]H\dY6--ã8BÛ]¯´¯çëx¤Y32—nÙthãÆ}‡{¼n„PzZzþ½÷^Í5@ }YÄ;6vHM’J’ Ñh4‹ ú5-•/Ù²7W~×ßÜÖÖf0ôzƒ^¯ã8Ž SÊå JôwDC’¤ÌÌìÃG>7v|[BÅéSiÎ4%¥ž]”$@I’”x¨¸Ýîp8ŒqbVJ<Ï$IR·3%‰OZ‡q^dYF566ˆr|Á¢¹z½žçµDãíÓÙˆ‚q0¤&RÊIy$Ñj³µ65›­§Ó1âB4ÍÈËgZZkSb0Í,+Ër ´8’$iúÓz~Xöi»¨þ½sb,Š¢Áh ø|^'ÙXªÓ=8Bˆ‚1!Äh6Ë ùÚP\Ðð–aàŽZEQ"ÛÓ\›]•)«RA &ÿ~û-«Ý>¼¤$/7ßnsñx$ñx¼»÷¬‹†£'LÌËÍkllÒô½¾_j&??¿®®6''!ÔIz&RÝí•ú†:§Ó)Ërj3Y¿$íÎëmcYF–¥ÌôìÄÅ7ÝÚû›˲^o[vvVªmMµ•ʲ,‰¢ƒ‰šÐ3žªõ± ;î˜ÄH’,Ë+xðf P([•vtO¡` ÓAïMÅëñu†?xé•Y>ÛÝÓù=A¥¹Òòsó[[Zú;Æb<Ž´¶´È’¤ÆY¯Ó)Šbµ$ï͆X–U•%©¹©‰AŒó}îj%I Cu ÕÆh4Õ~ JHu7&$‰ÚPF¿Ú]2z½>'?¿¹±AE1­6;/cŽeB#Ç«9s&HŠÂ±¬ÝåÔjµg”VËó'Žï2AñœSƒ^߯°„´<ïp8mV[§Ž6ŸoЃC–• 1èõ@Ãk¡$qIV·GeÃj4:ƒÁdµ FNË2 Çq©e ¢(¢ ˆñ¸Ýf›?wASsóÉ'wìø$‹2ˆÑpœN«ËÌÈU:J¯ÓÅc1À2H-;ëà c&|ºçÓ?ÙÖ/Â0ŒÑ`5b4Ë0_ž×ì”Ú)*ö»gžT—ùö–e‹ ŠRžH†„8Žã5¬Ó!Žãdöáúc?‘Óe1Ût:^§Óò<DzêŠj(¡\òª4Å*ŒÃé,++6¬¸‘àXWZb˜þ†Ëkµ˜ðû§NžêC@‹Å¢:ì{XœFsËM7¿ýö¿ÛwèU:/]¼”v”‹bWzšÝéeY‡U÷2S5ÇqÅ¥¥²,«¶–eÕ!éA©±™™Yç“BXˆa4 ]¬¹Ùz}O2ëì‡äRHBœFÃi4¼Vk±ZqF†j—JÌGR×;&÷)çò&³Y«ÓÁ[m¶aÆI²Œ•v+—úuc Çñ<Ïó¼N§Ójµªa»ïÚìöysç77·pÛÇ×~Œq8v¹\.— ©z\®8Žbž—›ßß'—c“gð:½^Ãó£QQ%mäoE¬™aÇqêÀ½ZQiñQ.Ušò«•†ãrsrRé Sz#×pœÆd€e¥ý²?Á­Z±rÕŠ•Âg eÐa†MÞ{òÜ É±,—li¼êŠ¾Ø¦ÁœwŽÐ‚SP1½˜$)-ŽÓpœÉh¼pÝ‹Ñ`(V”bühoÖ+ZžÏÎÌüâó–AˆéÔÁB‹rùªÒ<*èn …B¡P(”AQ¥ôõŠB¡P( …rñU)5ûS( …B¡P¾Hèh;…B¡P( …ªR …B¡P( ¥Çy¥tŸB¡P( …òBm¥ …B¡P(”‹O÷¶ÒÊÊ š5 …B¡P(”Agä¨1ýP¥=ÝM¹ B$Q”DIý¼aj0 Ãi4‰/e_*~vå੦·¶¯mö_¬â`&'Ýrýü‘K³hå¤P( åBÃÑ,:’4‹üþ¦¦†p(œ²Ô3 ÙY¹Ù¹y+—ŠŸ]o8p²ñïš5uÜÂyN–a/J‰(7·zÿ¾áàÍ Bs&•Ò*J¡P( U¥_ $Qòû|uµ5Å%íV+JõYÁ` âÔ)“Åìt¦…‚A¿ÏWW[;nüx‡+eSñS„6ûر£ÎOAˆwºá­í''c³;£/V¡X¬öIãǼ¿¯‚ªR …B¡P¨*ýÒ¨RIhnn*^jµÚ9ŽMY•:iLSqêdÖ¼lÕÏqãǧed*Š"Ë©È;–eÓ22G\8?»ªÒO`ô8[(¦\ôrÑ™ì­ÞàÎÛƒÀ%Zµ†1™ÍÃKË âÔÉK4!—G*¾„iʉºt3œ6‡Ë’Ë&ɉ„¤gdRUz©‚1‰F"f‹…e–e6õak»ÃuäðçˆaT?íÎ4Y–¸Û—Íጄ^ ?»©Ó€›«bŒ‡D2vü—+m …r1«–¢x<îûö*Š2uÆÌK4!—G*¾„iʉºt3œ6‡ËS\.IîHÈ>è¯0¥ªtH SŒBˆQIÙžgzc̲Œ,IŒDzÔÏ.?Á#w®ûæÞüã¿kµÚP(xéV-­V[6rTÅÉ—tB.T| Ó8”uéf8m4ÉC>!#+Nž ªô’‡tü\?{"‰¸Ýž´4—Ñh,?@ ´Z-V«5µk"†R52—Áw%¬6[4½Ôry¤âK˜Æ¡œ¨K7Ãis Iâ …BýuEUéÐÓ¤@€ EñûáHzÚƒ 1&£Éf³²½Øù @õ;‰ø|¾œì¬–– ¤´g?UU:¬¨èLU•ÕbI-8€!Ò,¹ËB•"„ÈÉÒ/y*¾„iʉºt3œ6šä¡ŸªJ/}Qšd+õù‹9=#½'±XÌç8ŽÞdÏ’477—eÙœÜÜúúzÐGaÚ»5×b±œ©ª²X,)·*ŽE€†ŠäXD†Œáv ì²HÈeS_¶4åD]ºN›MòåDŸTi^~ÁžÝ»233Ÿ~ú™þð"ÙÙ9 ÉÀ_¸Ð‡–.%gm¥‘p(=Í%ñžôBH§Õ6…ûyüìA’2ɒIJlnNN}}}Ÿ-¦¤[©Õbi·’¦*+90&wã<‰|øŸ÷ÆŸ8¬dx÷1#¤âä‰Ò#ÕÓõÿ~ëêk¯P#¹,l¥‰Ì¡© i¤‰ºœ2œ6šä/*Mè§~ûÛ ­ ß}wÃE }hÈÒ³–HL01Y†j4–eE‘$‰¢Ñð¸[ùv®ŸÝJRÄ0±xÜãñ¸\.N×/‹iïóJƒÁ Å2€y¥l»òíúSMMuVNn]mMIY™¢(ÝêåS'=FQd˜3o>¯ÕvÝ|ª_‘Á—Kqy$ úëË2C9Q—n†Óæ@“ü%U¥<ò‹x<~õÕׯW^yyÓ¦Íýò—¢(êõúßþö©1£G ‚0bä¨o|ãë~ø!ÆäÏþÓ3O?s°¼<''ç•—_Â÷Ž;ëjkBS§M{âñ_uʪUW566D"‘N7w =Y`ñ<¯Ñh.7MªÖH@Àd4!„·øÚ<~_›Íî°;\„sîïá+ù×H$Úa%eâ±xKk‹ÑhliiÉHÏÐét¹9¹õõõ@Àh4ôþ—ðS„6Ÿ²Z-z½‚`QQQUǼÒX,æóµ1 g·ÛzùÄè9õ’À¸Û!ŒºÚê¹óìúdG(ÒëuÐÒÒ|âÈ M™6­¦ºJQ”Û¶0MŸ5û“íÛ®¾ö:‚q}]í©“'½Î0iÊT^«Ueãï‡ÃáX$/!À2LZFffÖø0©Wœ:9fÜø>¾¶w7Ãpˆ`€7iÒ ¿ñ756fç䨧ûvïž:cÆ [>Û»›a9„ìLKÏË/¸ü,%ŸíÝ­ÓéGw”luÕ™Öææ±ã'è †”sµSé\”D%ª_zFVO1éšÀÞëù Ä­¥¹¹¹I¸CNWZn^^·æ’ƒû÷Mž6}HU•AïzJf¢\: z«ÜŽkPz¡ÁíûÓË˰EE«í ˆØŸWýP¥>ø¿Ï=ÿüúõë ¥¥åg=ôÞ»l6ÛÁƒ¿wç÷¶oßÁ`pÊ”)ÿûÓŸ>ýÌ3×_wýG}”ŸŸ·ö¶¯®[·N¯7 †mÛ¶ªR²÷°6mÚÜéæäГ¹ùæ[ÖÞ¶öÆÕ«/QÚ1~Oή{D!a4äyM[›'=#«µ¥Éb³‰’¤åµ‰û{í¿Æb1o›7//1(5·4;N£ÁÀó|SKSfF¦N§ËÉÍ©«« ƒ¡/~zÛÚœN§†×Ô×Õ;£Á`6›ÏT±˜-„H4ÚÖÖ–››‹Å¼^oVß:GŽ‚º±”z=n­Vk±ÚróójªÏŒ=&‰ülÿóÚìŒ1ÆxÔsMUÕ‚ÅK1Æj$y­ÎëqþüТ%ËÌóÑÇŽ9Þ±£­­í«_ý¯„ÁR=ÐjµË®¼&N˜PVV–ŸŸ“&N¬««¿aõ =üÐÿ>øà¬™3-^Ü»ÿãÆëãÍ>öhfFÆåmЖijÏWŽã!,ÇB0& bB¨^ùüþÌÌL†aâÿŸ½; n#KýŸL,™X‰…$@I‰Z(R$µo¥­ÔU]ËíëvÌL8¾1óî;ž7ÏuŒÇ¯ž5îõ“g&Âá±Ãa÷­E]«ªTj©$µqßAp@f¹œ3IB6.¢ªU¬ÿ‹Ž.È<ç?çd&œ\Ë-..§ÃN‡ƒ1¶¸¸‡AhhhXY^®‘•Ó5RÊs|$‰ÅbŒ1¯×ãõz +IÉd²µµ•ã8BÈÎOHX8”_˜07;Û‰2ÆÂM-?|÷mW÷ÉÄêJ0Xïóò¹œ™PÒ圢VL&Áú·Ç“S”P¸yjâŽÕbÕT·X‚õ¹\În$)k±Xó¹\¥`^‰D–åL&óÞo?Bâs³”R—Ë @‰ÕÅù `³Ù::Y¬VJéÓŸ×Ói¬½ãðÒ‚$gm6{gç ¤Æ§ÏOŒ©ªjºÓénïh'„£”>ø©¡¡1—Ï©¹\k[»Ëå€ÕÕÕ¥…«Õâr{¶¾ß°|ÿ6ÍÏÍ~¦K‘•ññ‘ã]ÝV«uzzÊn³757¯§ÓóóqÆ(Gøh{»¹m¬¯§ççæÌɤŽÃ‡yžzq²·r9ejr²ëDw|.F{òÓc5Ÿï}úÿù¿ÿmÉû…ó³<ÏÛ…Í×ÏiºÖÞÖöÝ;wîÜùô³Ïþõÿú¿}þÙ§5ÊßùÂ=ÝÝ)5 a”š¿x¤ëº®ë‚ ŸÁ×u]×t]×§'Çx‹ÅÐuDUÕªY£¡>Íçs’$år¹å¥å@Ào³Z‰D&“u»]ÇãvÇfc¡à”Ò–év»ãsñ¦æ° ˆMMM333¿ßétJ’´–L¶µµQJeYZ˜_¬¯Ö(³˜•ÂJo¨2t}qa>±º21> š¦%VW€1@ ƒ®1e¯Ü1VxÓ\Œme®Ï›oÕu (ã)¿¢üy¥²,9N§Ë=35a~¤ëúòâBlvöÜù‹¡pÓÐàóÕÕ•æ–ˆa†at>âp8âñ‰ñÑ'O†BMQ!µ>mooi‰Z¬–gOÔ¼fìŒ1jǺNØl¶õtzjr"n¬§çãs.^ªo <þQ’²Õjåo2€¯¾¼mÇá#GQhii]Z\t¹\y%wöÜY’Ÿ?ë;}¦¡1”N¥žüô¨«»GÊd¦§¦úúOµD¢”RƒÒ¥Å8imkŸžbŒBš#­Œ±Õ••·ÞS™Qð°©922ø¼b_•7-—SvØŠo¿þR×µ|>nnq8œÉÄjyï¥S)žçoÜzÏbµêº®kÚâB<>+iZNQ*FRq8jŒ ¡éå…//.–ÄX]Þa›["ß~ýE[{ÇÚà‹Ööމ±ÑÂdšš#c#» ¦¹%R¼’»óíWÝ'ûRɵՕ妦–¦–ÈO=~Âápä”ÜîõŸ>“Ídö·Q…ͯ³ó(Çq7ŒÍÃW.W¾«ªZq Ã8r¬Kt8««²,]zçú®bsº\¢(|þÉq8.·ÛïPJ5U-ÙæWW– Ãðùý-‘H:•𙂙ÌFµ~†M¥âÑ)•\«v0)ß|.Wm;÷ùýí‡çdùÇ:uæ¬ù¾©9251VISs$§(å{ýèðàÚrÌWÅcc ˜Ÿè>Ù—\K$« ¡–HôñÇ…ýÅÜHtUûîÎ×gÏ]Øöˆ$ËÒnDZâñ¤x×c”-.ÄwÒdÀK%6›Ý.;‰'ûoñþbµXoú‡}»7˜•Z,3°Z­WßyçŸý³ÿñÉ“'}}}”ÒÁ¡¡m³ÃÅÅE¿ßÿñÇ_½zõx× ]×Íwµ°Y{ñ’?Ü»mmmii9Às¥æ|‹Å²±žZO§€1 ¡póÂü\Ssdaan~nÖíñn{¡IÀL&×tÃætW&“mïhŸžšöx˜Wîô ~ÙÝN‹‹ þ@ðÚMsîœMONÎNOïê|‘Éd¬V ¥e`áyó{sñêuÁÀ‹Áç²,s™› Ö×ÃVùŒmæ°[»=+¦$™ÖuƒÉå”|>_x3N¹=ž¦–ÈÔä8¬®¬ôôöÏÅf9Žkn‰ÌÅfeYEG{ûáé©Iƨ$eëk|Ú ÇÇb£c@@×´ÆP8êïH®%Ç54†f¦'7Ö72™õ:¿?6;íöxBMÓ“ãÞbžÏªø â›7o½oÛú>™Ïçæfgœ.×z:‹Íöö²X­ÓÓSº¦Œ<ò„1fèz}C(>7ëv¹[Û:fg¦Ô|žbºÙ›ªªš·â1ÊTUeŒQJg¦&·í« M›™Þa+®Ý¼eµÙT5÷Ãww&'Æ ]_]Y)é=kfCÊd_< Œ¹=nž·¤’Éò¦MŽVŒ¤¼ÀäZ¢ÆŽ+/<¹–(‰¡âFTl#o±vq=•R¥©©etxˆ1V¸VAUÕÝ3=9^<:‡s}}=ŸË­§×ûOŸM%“„P¸)›Íf3ŒR§Ó5‹ío£Š7¿'–oóñ¹âͦd;¯:‚„„›šc³3Rvc=•ÞCl­Ñv¯Ï·±¾>;5™L$ÚN§“%Û4—ÙñüÒ›´ Ÿ¶µSÃÈ)2øýþ'ûNîíëð§»Ô0!§Ïœ³¸\‘hÛçŸþÁjµ]º|e3uÄîžž»w¾a”ŠÇÙ  ]Y~q]eA–ßí$öÅùŒ¡Åï3<ÏKRVSUŒ1êpºc€1–ÙX7³Þ|>¯ªyÐ4ÕjµÖøTÊfÓéÔÙsê|þ©© Y’ìv;cŒ ”Ê’d>¤Ájµ2V«UÊf5McæÃvufj¢øBLFiVÊð¾jN©¼$c,N›«0Æl[3Dåûxå½¾R·ì×–³y¬ÒÄSW7;3#ˆ‚(ˆÁ††©‰‰—Ëom$»:"ía/«qd«Ö´Šï›ß½@×µù¹Ø¶ñïpÿ-¼Îؽ‘¬t.6k¾øó7ÿâoþÆ|}ãÆ7n”œ¾ŸÞJ®/_¾|ùòeóõ_ÿÓj¾øMõ+D Ï(5_üæÖ­ò…‹k/(¿ÿé@$¥›I’¹ó;Nó >¥Ôn³3Æ(5œ.—aN§KSU‹Õj³Ù«ýRí{¡Ün—Ûí‚]>­¼L§ÓI)Åb‘HDÅö¶vƘ,ËsssÁ]¦¤›YiÙu¨ç.\óX¬Ö÷?øH ¡pS³Í.˜¡ååø‰î>»`^}ûÛ>6ᦖH´Ýf³›YW.§p<ÿÞ™ŸÚìÂõ[¿JO¼*ÏJívÁår½xæt: dž‘J&=uÞ¥¥Åœ’3ÿ˜¹\žB¯š÷]1ÆØË×[EVûÔ¼xÃLONÌLMx½¾B[ÌBˆÃáHÌ®†¾y¬,Lïøà^òS" óóOÝ‘cÇüé‡Ã‡8œ®¥……¥Åysš$ŸË ¢èt8—³Ù,3'Ep7{ïûïT5oµXͯȯ¸µ†Åj­olxüH×užç8žßÕ\éWüÜ ºùÉ¡Î#R6›Ë+—Ï7 Ãåö$“kn'm|þ<ŸËQF=×çcŒµDZŸ=ùIUóÀ m³Ûí wï| À, Çñf˜>¿ÿŸý=5h[GÇf—Z¬ÍÍ͵úª´‡¶oÅ×_ÞÖuQêöz;;¥Rk„’ÞSeeeÙ,"ÜÔ,Š«ÅRÞ4Y’Ë#qºœ™ÌF­á(A›ÍV^xfc£$†juÕ¾º=žl&“N§Jf÷÷LNQJFÇíõªù|´­}fz’1à8n}}}!S5íÐá#ÇQJ÷½Q…ܢʆ±¹VÅíÜÂóµG°|ÐwelueYË«”QžãÛ²Ùl@HÉ6oµZ+ìÛ…ô¦7•ò£S´½ýų§å[oùøÚ{ùŽc.™N¥Í%;wr_¸B bVZ¾×Wì–×ÙrJ\HÅá8ÁéH®%úúO§“IViÙÍi×{YÅãIÅ.ÚÕβ“øw¸ÿGû;v˜•þò'KÍ“ã›CË1†N jpo±Ø4Mw8Ý9E1¯Š,Ûì‚ùŦòQóu3ííÓÓSî*÷;Cõ=£üm—ËÅLÏ̆CKËK .—k/¿„Ë0òVŒIåßv"ÄårzçªÇã%”Òµµ„Ãéjjimh €ªæã±YBàXW·Ùa‡£¾¡Áœfö‚æE¥5>%„ 75·¶µB¨A)£Ô0Š äyþÈñ.óµËånmmóùæÍ³;¿ÿèñ®=½”…OÆF‡[Z"‚(NMŒ×ÕÕ5†Â«u~.v䨱p¸™„l¬§YDñXWw(ÜD°ØÌt]¯ãPg ÌçóæœcÌœÌv{¼º®¦ j÷UqÓvÞ Ã0€1‘õT2YÞ{N—ëdSS(Ü ŒÅ…8¥T„ò¦•G@jGùš—Ä”^ÃÛh·Û1JéêÊ2:ÜéñzÓ©µc]]°·`ŠGgjb\–²¡æfUUE1cèéík‰Dœ.Çqs³3ÕzlÏŽâ¯ò ƒ1f6°Úv^{+ú¶±Y­ÖÃGšZ"6›”ÎÅfu]/ßæ+n´µCzÓ›JÅ£SùÖ[q|ƒjÛùñÝ%[Ba\Ê_TÜë÷wË)?pU;€47·´¶µ»Ýžùù¹BÅûKÅ ¯âio{YÅÀJv½Ýî,ÛÆ¿«ý·¸¨ý»Ý"¡Pè‡~$éïþ¯ÿã_ÿïÿgaNýÌ2?=:}æÇñGÌ{ðSé´Ýn¯ózÍg?m¬§dIªó C7¯©ÚL›,Ö|>§©ù:ÿæ-J÷ïÝýø/??77ðÓ£›·Þ“åªO5Ëd2™LÆívo;£¹ó2762 MMMÏŽÊÜX_/yÿßÿÇÿüßþ“l^¬óg÷ÿþ»ÿpé\ÿØÆž?}ÒÓÛ‡­À6V¤ij|6fµÙ.¾s5»±‘J%)c£#¿ÿ¯ÿÑàó§{à~¹ÕëD¾¿ã‹£ó¶5ùmßçOŸ|ðñïj,0Ÿû»¿ýÛÿò÷n·Ûår9Nœ+};§J7ŸOäq»766¦’Ió¦{ Œj†æñÖÙìv²¹ äsÊúzª¾!\eb©Ö¤ºËå2°·»ëJk–év»ê0­º·~°r„¼%ƒbåÎOŒ†à¿ ‹õÈñãí‡:55ŸJ%Í»:jÌX°ûånT{Ž|ßÇGç­jò/h|_9a"ø6ã8®®®®®î•ç=ÉRv=ҋYmÁ`cíÇüìá^+ äíi Y)¶âWÑÆ|>?2ôâ•0 ãùÓ_ÃÀý ³Ò}_·­É¿”ñŬôíÍA)¥áaP}ƒNÑᬱ›Ð+”™ÍfÈkÏ;¾é2K·K޼E; G0+ÅV`1+ÅȱØdÌJ=))q8rVr{<¯™IÙ¬Ó妔šeJÙ¬sWw2ýìeâ‚ÇkÌJ16ÜT0Eì³Ò·f$¬¶¦¦æ™™©ööÃngÏS…R6;99~¢»GUU³ÌÉÉñC‡:_'‰|ÓeV\ ŸÏ½=£3<øâ`lf£!f8~mm|›õËípܰÉo³Ïþþ¿^sçöx=¬oÀ¬ômg·Û›š#.·{|lD“ö6ƒÈqœÓå:ÑÝÓØ’$é•2³oo™—q{¼ægüÙýã¿úïpûD!„^GN–gf¦^<{Ösòd JbŠYé[„R#¨_k"U®¶ÜY!TUÕBª÷K)ómö–$Ç!„Ð/š?X¼»{ltô⮲ҿÿÏÿ ûýl>þËßc' „B›Ýnw{<ÕçzªÎ•þ£òßc÷¡ŸÁ¿û·ÿ;!„:ð8BÌß«ºöB!„úó§­Ø!„B³R„B!„0+E!„B˜•"„B!„Y)B!„z+àSôÑÂûü“?À‘cÇî€/>ÿ”Röþ‡í¶¨©Éqè8Ô ¹\î›/ÿèó.\º\üúu‚$„üö£¿(©!„úÕ¹Rt0ÍLMÿô”ÛãÝm “ããS6»,KÇáÎŽC‡N—ù)Ïó…×{fFU\B!ô«…s¥èâ-MÓf¦&ÛÚ; oRJïßý>+e)¥‚]ˆ¶w´:”ÙÈÜýî›`}ÃÙó¤læ»o7_ßùú+]×à?ÿÇÿÏápž¿tyjb<6G"ÅU[]×´§O~ZK$(¥‚ íê ‡›*†ZRѵ›ï.--NŒHYÉjµ¶DZ;Ëçóß|ùG·Î!Š««+>àÐáÎÁçÏEŠDÛŽwuãˆ#„¬¡·‘Íf ‡›ÆF†£í‡ oBÂÍÍõ `xðùÈð`h+S´Z­¢Ã)e3`±XD‡³«»{à§ÇpöüE«Õêp8€pœÕj+¯®|õÑáÁ•ååc]Ý ™ ‡Ãi±ZuM+_·¤"UÕž<~ûNYZ\q8Á†FØXO7†B5VWVÒéÔáñÙÙ™©©ŽÃvγ"„¬¡·ÒñÝ3ÓSSc…w(¥Y);óã´®©”2Pr²Ý.T\½¾¡‘B"­Ñ\NÉÉò®jEæfg2™ ¯×‡ÁN*bŒ­%wï|k.H$šš#àöxúOŸ[]Y‰DZ{úNårù™éIMÕDÁA©ƒŽB³R„~V‹ #ÃéT ~ÿ_ý7—q8‘htbl”1@ 63ÅZÛÚ»ººGG‡§''e<Çc TU}¥BÌÿꚦ•s>s‘òÕë/^y'•L­§SC/^$Vgίڞ¢Š£Ðyôx{Çæ,¯Åb12Øn(¥º¡€]t]£†aÖÎq¤øW…ÿÓø÷¸‘ „úùqçñz?njÚ߬”a碷3%}6ð¸§ï”èpcɵ5 PqÉC‡;ã±¥”ãx Œ€ ª¦./,˜Ëˆ¢HI%׿ãs££¯ìK>—›šœ°ð‡ÓQ± A*®ž\[[O§¼>ŸÛí^^ZÔ4UŠ,UÞ ‹*jhMŒÍÅf<^cX^vyÜ¡PxsŸd/÷JF«î¡×n¼‹Û B¡ŸŸÝnÏåóü‰ 5…÷1+Eèm42<ÔÝÛït8.—Åb![•ö ¡µ­czrÜüg¤5º–XY^\t×ydE‹Õzôx×ÄøØ“Ÿ55µ¬­% «w:<>:òøÇû¡žÞþÊûOÕÕÉü|||l”1ær¹{ûO׈³¸¢³.:{nr|짇?rçöx"mmËîöÓji:B!ô¦Õùýg/\x:ð³Rtðm¬§N§Ãå²Z­åŸB>øøwn×<~ìøñÞþ~›Í6›íüÅË¢ÃÁój”Q‹ÅšS”öŽCGu™fê=uÚf³™7ÅGÛÚ9j· „]×?üÝ?p¹Ü†a‚Px W÷ü×nÜDasšÖ0rù\yæ?K*jhhljn±ÛìÏ3Æ(¥ù|®PcSSsk´Mj>âäÉÓçÎ[m¶j³°!„ÐÏL×µÆPÓÆú·{X³Rô C)ÆjOf6Ö ¯ó¹\>·™2Æd©B§ªyUÍo-¯Þ×TU+ºZ´P,£´¸ŠŠ«†.e³; ²¤"]ÓÊoØ/,¯kZFÛ|Ë)¹¢€B¡?/FYᎈݧè£_àÏXâ!„ú%¬!„BaVŠB!„f¥!„B³R„B!„0+E!„B˜•"„B!„Y)B!„¬!„B¡-U ‡aß „B¡Ÿ Ε"„B¡?? vBX>—Ë«ùÚËBÜ/051^mŽãÚ>{>’ÙXÇîB!„Y)BèM™žœxVkÅO5MûòöggÏ_¬øé?ûÄjµŽ#@|çÑc¢ ÀíO?yÿÃvÃn—/Y‘1659qèpçë÷Æž#yýÒJZ±¿‘ì-†7´ Bí ^WŠÐÇ«–’€Õj¥”ÖXýÖû~ü»ß¿ÿÑ_ø|þ÷~0¾pé’ÛãÝU»]ÞT¨hr|Ìf·¿~oì!ò}lWq+ö=’=ÄðæVA¡=À¹R„Ð6$Yb”FZ£ óó‰D¢±±ñþ½{‚†a<x¬È ¨óû»º{ Ãøê‹ÛÍ-]UeE>vü„Ïï/.ê§G?*JN×5oïdo/Çñ“cš¦;~Ò©Ôà‹ç—ß¹ZXÞ¬htdˆRzïûïà̹ó«+Ëc££Œgé>Ùëñx Ãøú‹ÛѶöÕåeFØÉ¾ÓSãëëiQÏœ;Ïñ|IfœÑh»$gIêê9é󽌳¼]P^iq»*~ºº²<6< @HßéÓs±ÙâV˜‘ÀÂüÜÄø! bo_¿Ín¯^yÉN§k‡…lÛ“™Ì£‡÷/]¹j·ÛŸ=E‡aèÅ«º¨v‡W£òxòùܽ»ßßx÷7 e3OŠG!„Y)BUæñz7ÖSÍÍ-àpºâña o¹õÛ8ÂéºN‘¤¬¡ëѶö@°^Îfï~ÿíwߣÔ(”ÐÓÛçñÖ <~¸²¼ ‡#‘èw¿ëéí×T5›ikïp8]²”-¬âpºŽëš›½që=ÃÐYº|õºÓåN%“Þ¿rí†aº®‡šš{zû'ÇÇ=¸é굺:߃{w׉†PˆÝËåpºT5ièz´½Ýë­K$VÆFFÎ]¸h›q®¬,—´k=*¯”n-ŸÏåÊ?•³Ò³§O.¿s-RJ)¥.—»Ð 3‡Óµ²´848xãæ-OoðùӱёžÞ>¨^NÉ•”¼¾žÞa!Ûö¤Ûãîì<:øüY¸©I–¤³ç/RJ‹ÃVdÉ £F‡{ëê*ŽQy<@œ.·”Í!P2ú!ÌJB¨2JÇo^ùãõzdž‡Ÿ=ðx¼õ õ¿šW'ÇÇ:uêšVž½™ ™„ù ‰Äj"±"K’”Í.-.²Øâ‹Ë(N}v¢¼]5*­’ß_ŸH¬f3 Ô0 £¸¾@ ±º¢( Äc±@0¸mxå%ï¼ôäÐàóÆPøÜ…+þôCµ°kwx}}¨Fw³Úlºa¨ª k+«°Ë‘B08WŠªå«/>ßʽïܼi³Ù g®3™õÑ‘a ºNôX,<X,–t:=:2¤ëFÿ™ó!…„&ØŒÏǾ¿ó Gˆ Šyù­¸¹¥eei)ØP/KrÅ0"ÑèíOÿ`µZ/\ºÒwúìÀ£Gº¦1`¡PÏ_¸ær_”·Kìå•®+­ø© '{ûÜÿÁ0 Hÿ™³N—«¸溢è8ÑÝs÷Î7”RÑá8wþ¢9Í\CÅ’w^Híž\˜g2™ëç.ƒ†ÆðèðÐñÝåao¡ ìpŒ!GŽûDQ° æ¤aVŠB•½÷ÁG.·§0'fº$KŒ1óA›õ á¦f» ÈåræZ½ý§4­›ç-„sÏ\žãøS§ÏŠÆ0Øš`K%“ÑŽvJYñ­Q…àxW·],+c4 ]·ÛØ:‰L ã7¿ýÐ\2446š¯;u–<ÒÈ,çùÂòv»pýÝ[ÅËTlW0,©4o…ð*~ZßÐnj² ‚Ù^E‘‹[QX7ÜÔÜm³Ù ”æ¹vxP^òÎ ©Ý“¡P¸%ÒÊóYÊv9b· „#Å«˜W—^±ÃË;¤xŒŠãimm;tøˆÍj£”RFq§C³R„ÐEÑ4­úSôUŽ«u%O6³Qñ}ó· t]׳î˜Îoe¨%Ë€"¿2ª(ò£D‡£5Ú¡UúqÔŠù\.›Å꺮ëÙj¡º®lMªù|µ Ë3ÆJN1WlWÅJ ¥Uü´¼œâVÖÕ4MÓ´jÍ)¯bÉ;/¤vOꚦo•“ÏçÊWÙa‡×£âx4U­x‹B³Ò-xÝ9BBÇáÎ/oVíQùÇu>¼_uO¡í(:®Ý|Wt8)¥ZNÃñB!ÌJBÇ[×ÜÒZíE Ê'_GµéÕj(¥ÛÝwB³R„Ð/c…ÓÄ!„ÐÛ Ÿ …B!„0+E!„B³R„B!„Y)B!„B˜•"„B!ÌJB!„¬!„B½-ðy¥dù\.¯nó„|BˆÛㆿç†B³R„ÐÊJÕü|<>51^mŽãÚ>{>‚ÛG!„Y)Bè šžœxVkÅO5MûòögÕ~’ôŸ}bµZ Ç ¾€¿óè1Qàö§Ÿ¼ÿáG;a·Ë—¬È›šœ8t¸óõ{c‡‘ì9à‚’˜_¿À×á ­‚Bû¯+Eè€cŒUKIÀjµRJk¬~ëý?þÝïßÿè/|>ÿƒ{?˜ _¸tÉíñî*ŒÝ.o*T49>f³Û_¿7vùÞ.Vózl_ì¡ßö««Bh·p®!´ I–¥‘ÖèÂü|"‘hll¼ïÞ‡ aO+²Bêüþ®îÃ0¾úâvsKDWUY‘?áóû‹‹úéÑŠ’ÓuÍ[ç;ÙÛËqüäʦiÇŽŸ€t*5øâùåw®–7+¢”Þûþ;8sîüêÊòØè(cÇYºOöz<Ã0¾þâv´­}uy™v²ïôÔÄøúzZÄ3çÎs<_R g4Ú.ÉYE’ºzNú|þŠm_˜Ÿ›Ÿ Aìíë7ÓµÕ•å±áaBúNŸv:]åí*‰Ù¬·bÛS^Ý Ù¶ß2™Gï_ºrÕn·?{: ŠÃЋW1ض{+ŽHy<ù|îÞÝïo¼û²™'ÅcB˜•"„vÊãõn¬§š›[ÀátÅãÃÞrë·p„Óu"IYC×£mí`½œÍÞýþÛï¾G©Q(¡§·Ïã­#„xüpey%G"Ñî~×ÓÛ¯©j,6ÓÖÞápºd)[XÅát=Ö57;{ãÖ{†¡+²2:EVž=}rùk@RJ)Õ4µ¼]Å1›•;œ®•¥Åò F09%WRÝúzz‡…lÛon»³óèàógá¦&Y’Ξ¿H)-[‘%3ŒÝë­««8"åñpºÜR6„@ÉX#„0+E¡¢”qüæ•?^¯wlxøÙ“Ç[ßPÏóà8.nÊ)2oá ]×8îå•BñØÜÒÒGòù<ˆD£à÷–—–+:cÀ`kÊ-•LF;Ú)eÅ·FV€ã]ÝvA°X¬ŒÑ @(tÝn`ë´25ŒßüöCsÉ@ ÐÐØh¾î8ÔYò#³@žç ËÛíÂõwo•4¼Po¸©¹5Úf³ @)Í)2Ô74„›šì‚`6DQäŠí*޹FÛS^ÝÎ ©Ýo¡P¸%ÒÊóYÊv9b· „#Å«˜W—^±{ƒÁ`)ާµµíÐá#6«RJÅ] !„Y)B¿"„MÓª?E_­q$d3ß7 J×u=[áêüV†Z²<(ò+³¡Š"?zð@t8Z£Z¥G-¬˜Ïåò°Y¬®ëºž­ª¡ëÊÖô¡šÏW+°°¡ø:ªM¯VC)Ýî¾{„B˜•"„~Ñ+œ8F!„Þfød(„B!„Y)B!„B˜•"„B¡·^WŠÐÅSÕ¼¦iÕnÀG!„ö€ã8«Õf³Ùɾþf¥Ø”TV¤äj2›Éf601E!´_)©ËíŽFÛ[ÛÚö÷ f¥Lªª®­®MŽu;êõx ÁËuBíÆèz:=>>êòx÷ñÙ‚˜•"t@³RMÇf:ml co „ÚG‚è°Z­Ã/ž7·Dö1+Åé„èwYJ3™Œ×ëÅ®@!´ïêüõÚ¿YY)Bh¥OÜ#„z8ŽÛ÷;ð/B!„z 2]ìt€üöë/¿ùê‹ï¿ýffjjçë2Æ&'ÆwU]µUnúIõ/>ÿt‡å×(!„¬¡·×“‡šª¾û›÷?þËxó7ï[¬V›Í¾óÕ'ÇÇlvû®j¬¶ŠÛSëúN—Û³Ãòk—ƒBýrá=øèÀÚÈl$×’ýîp'KYÆX¤µ,ÌÏMŒO‚ ööõÛìvÃ0¾úâv4Ú.ÉYE’ºzNú|þÑ‘!Jé½ï¿€3çί®,Ž2fpœ¥ûd¯ÇãÉld=¼éÊU»Ýþìé€(: C/^¥<¤Ÿý¨(9]×¼u¾“½½Ç›ï?x¼¼´hèF÷É^ŸßåÕUl£a„ý½Ø!„¬¡ý”Yßðx¼6›=›Ù0ßaŒ­§RCƒƒ7nÞòÔùŸ?ééíC×£íí^o]"±262rîÂţǺæfgoÜzÏ0tEVF‡‡._½ît¹SÉäã‡÷¯\»áö¸;;>nj’%éìù‹”ÒÂ*Œ"K%!õôöy¼u„p®,¯„ÂaÐu½ÎçëêîYO§ïß»{óÖûŠ,•WG £¼~¼‰F›šZp¸BaVŠÐÛ‹Bé+É\*¹Ö{}~)›m …¦&Æí‚¨g3Ï×74ÊRÖjµKRÆnt=ËcŒÉ’´0WUíñÆA˜®j¢ JR¶¥µuuuyhðŵë7yžÏ)Ja•ŠñÄcsKK?rÉçó ŠB‰¶uäsŠ !†®­­%*VW^àñÝu>?Ïqš¦áp#„¬¡·‘ÛëÙx‘2ʦ !†®3¶ù< ‹Å!Œ1Ã0aŒ)='Îü~ÿ•ë7_渄5Œl6Ëó’S”Úñ$×Öæç®^×.Šã£ÙL¦øÌ»™V2@©X]9Ç º®ãp#„ú¥ÃËÑÐåq{|À“Ç ]7Ó¾©‰ _ X]Qâ±X ¬¶:1óNJÀhH$V‰Y’¤lviqAÊf`hðyc(|î•úÁ¼Ä³°J9]ÓE‡SEE–â³3”0Æb³ÓJ%™A]nO X_±ºŠ™®œÍ2Æp¸BýÒá\):ÈúO™˜¿ûÝÆ(o±´FÛ¼^߉w¾¡”ŠǹókL4F¢ÑÛŸþÁjµ^¸t¥ïôÙGtMcÀC¡:Ÿa>žÉd®Ÿ» ãÃCÇOt¯RRZ°!Ÿ}çŽA¹­çÛ[,–T2524¨ëFß™³!6›­¼ºŠ×•ŽDÛÚ›œÎ}”1B!„Y)Bû†ãù£ÇŽ÷ôöY,VóM͇›š[£m6»”Òœ"ó<ÿ›ß~h.`· ×ß½e¾>ÞÕm‹ÅÊ „B×ívÁ<™®ëZ(n‰´ò¼E–²GŽØíáHñ*…«Kßÿð#à8þÔé³¢Ã@€1 ˜U»ÜMëæy !ÄœÇ ƒ%Õå Ã,§Øù‹—N§¦ª˜•"„¬¡·c,ŸËå!Wü¦¦iå·ߪ_8c^¼®®ëºþÊ-Gº¦é[åäó¹òU 2ëæ E–˃,TýJáeÕ—SPíÎ*„Bè—¯+E!„B˜•"„ÞÜîÍqxf!„Л@)Ý÷ßpÁ¬¡ƒ‰pœÛíÞH§±+Bí»trÍãñîïÜf¥L6«­5Ú>>1–L$(ÃS„Bûƒ2šL$††w÷hšº%ãÝNLv»½µ­Íåö >Ï ¬ã©|„Bû‚ã8·ÇÛúlSsóþÞq[5+ŧr#ô‹ÿ:KiC¨±9Ù÷KBýÊÿ¾hšºïÁ¹R„25ŸWóyì„Bo?œAA!„B˜•"„B!„Y)B!„¬!„B!ÌJB!„f¥!„BaVŠB!„0+E!„B³R„B!„Y)B!„B˜•"„B!ÌJB!„¬!„B½],Ø`ù\.¯æk/Cq{¼ÀvB!ÌJBo&+UóóñøÔÄxµ8Žk?tøìùHfc» !„f¥¡7ezrâ½>²Z­?Õ4íËÛŸ=±â§üì«ÕJ8ŽñüG‰‚·?ýäý?Úy »]¾dEÆØÔäġïß;‰¤¸:Ã0¾þâöo~ûáΫØs´fl{¨!„¼®¡Ž1V-%«ÕJ)­±ú­÷?üøw¿ÿ£¿ðùüîý`.|áÒ%·Ç»«0v»¼©PÑäø˜ÍnýÞØaä%չܞ]Õ²çh ±í¶F„:p®!´ I–¥‘ÖèÂü|"‘hll¼ïÞ‡ aO+²Bêüþ®îÃ0¾úâvsKDWUY‘?áóû‹‹úéÑŠ’ÓuÍ[ç;ÙÛËqüäʦiÇŽŸ€t*5øâùåw®–7+¢”Þûþ;8sîüêÊòØè(cÇYºOöz<s~1ÚÖ¾º¼Ì;Ùwzjb|}=- â™sç9ž/)ÐŒ3m—ä¬"I]='}¾—qW×ú >ÍhºÞÛÊ\²<†Š«Ÿ9w~a~nb|‚±·¯ßÌV+¾YìéÀãå¥EC7ºOöš}XÞuf«[Z[¥¬tæÜyÜPB˜•"„~-<^ïÆzª¹¹NW<>lá-·~ûG8]× !’”5t=ÚÖÖËÙìÝ�ñî{”…zzû<Þ:B¸ÇW–WBáp$ýáîw=½ýšªÆb3mí§K–²…UN×Ñc]s³³7n½gº"+£ÃC—¯^wºÜ©dòñÃûW®Ý0 C×õPSsOoÿäøØ£÷/]½VWç{pïîZ"Ñ ±¢{¹N—ª& ]¶·{½u‰ÄÊØÈȹ  c3ÎâêtÝÐu½Îç;rôØÒâÂÔÄĹ eI*VZ]ÊJCƒƒ7nÞòÔùŸ?ééí“¥ oGhÖØÕݳžNß¿w÷æ­÷)5Ê»Î\2ÒÚó¹nŸ!ÌJB¿"”2Žß¼òÇëõŽ ?{2àñxëêyÞÇ…ÂM9Eæ-<¢ëǽ¼R(›[Zú‘ãH>Ÿ'‘hüþÀòÒ’ÇíN¬¬ž:sNSÕòzcŒ1Y’æãªª=~øÀ0(ÓUMDMUyžon‰(²,8.·;¬—¥¬Ëí’Éb±jZi™Ï×74ÊRÖjµKRÆndY*¯Î0 žç["­Š,‹¢C’²v»0›-A*ʤ «/ÎÏ‚õ^Ÿ_ÊfC¡©‰q» ÎÏÅÊßÌ)rauBH´­#ŸSAà1tp\y׊Âq\¸©Y)Š!„0+E|ëéT´ýPះóë7666æã±é©É —.› 躔Q3O5—O®­-ÌÏ]½þ®]'ÆG³™ŒùQk[ÛäøXc( ‡A”²™šQ0¿ßåúÍ—S°„˜™èºFá8ŽRƒRJ¡”Ž”—ÂÂ3 ƒÆ(®êEö/Kæ€QF8®Z ÕV7t±Í‹w-Kµ7Kh𠀬§’»Îü³·Bè—ïvBmÏ0ŒÉ‰ñœ¬D£QjlæR9%Çóù|'zz7ÖÓ¢Ãif¥³ÓSJ&¥Åwíèš.:œ‚(*²Ÿ¡Ô @Àçó«yur|¬ãP§®i¬ìÉ©f^hÞhå4$«‰ÄŠ,IR6»´¸PÈb‹W,.ìe犫+/¹v %«ûÄꊢ(ÅÁ`µ7_É»‹ÍN@*•du¹=Z•®+ !„~¹p®!TËW_|¾•ŠÞ¹yÓf³NUg2ë£#Ãtè±Xx°X,étztdH×þ3ç9B é]°!Ÿ}çŽA9òò[qsKËÊÒR°¡^–äŠaD¢ÑÛŸþÁjµ^¸t¥ïôÙGtMcÀC¡:Ÿ¿pIè~)TWñ™Y‚`/ÅPí‰îž»w¾¡”Šǹóu]EGù›¯—-–T2524¨ëFß™³!``nn¶b×!„f¥¡ƒï½>r¹=…é8ÃÐ%YbŒ™ü¬oh 75Û@n놛ÞþSšÖÍóBˆ9#h.Ïqü©ÓgE‡€c lMó¥’ÉhG;¥¬øÖ¨ÂŠp¼«Û.‹•1…®Ûíl[§†QxÀg hhl4_wê,¹½Ý,çùÂòv»pýÝ[% /®®â’Á`°$†|QVZ¼z¸©¹5Úf³ @)5¯­øfql.·§¸+v]q+B³R„ÐÛŽ¢iZõ§è«Wkâ-›Ù¨ø¾ù[Pº®ëÙlù§å·„~;J‘_™ Uùу¢ÃÑíÐ*ý8jaÅ|.—‡Íbu]×õlµP ]W¶fÕ|¾Z…åcå³WWqÉŠ1T\]Ó4ó"ÑW{¾Â›å±½ÒW²¼óB!ÌJBo—ŽÃ_Þþ¬Ú£ò9Žë8|x¿êÚÃì(:®Ý|Wt8)¥ZNÃñB!ÌJBÇ[×ÜÒZíE Ê'_Çngï(¥ÛÝwB³R„Ð/c…“Â!„ÐÛ oäD!„B˜•"„B!„Y)B!„¬!„B!ÌJB!„f¥!„B™ª?Šaç „B¡?{VŠúåËçryu›'äBÜ/0ü&ŠB³R„ÐÊJÕü|<>51^mŽãÚ>{>‚ÛG!ôç…ו"tÀMON¼÷ÁGýîTüß­÷?˜žœ¨¸¢ªªŸò‡Â?3™o¾úã[ÛÌÛŸ~Rí#Ã0¾øüÓ=—‹Í|÷í×÷¸»_ñìoë c“[_?vÕäòÕ÷ÛjD!ÌJúuaŒY­ÖjŸZ­VJiÕÝoÑ¿ˆËí~k[új¨¥\nÏÞÊ™›™=ñÒ»ïàpº¶íêÂë —.ÕŽgWvXÚäø˜ÍnßC“+®¾‡žßm!T Ïà#„vÇ0Œ§Y!u~Ww¬®,Ž2fpœ¥ûd¯Ç㩽üO~T”œ®kÞ:ßÉÞ^Žã Ãøú‹ÛѶöÕåeFØÉ¾ÓSãëëiQÏœ;Ïñ|*Š•—l¾ÿtàñòÒ¢¡Ý'{}~í˜ †ŸKRæéãÇuþÀ‘cÇæç&Æ'A{ûúmv»vKk«”•ZZ[C¡°¹âý{÷> 7k ¤ïôi§ÓU±¯¾¸¶KrV‘¤®ž“>Ÿ¿8 ³´Ú‹Ž QJï}ÿôŸ>ƒÏŸÅc3š®÷öŸ2—¬ÑäâÕÏœ;_$T|³Xy'Wh³ÇΜ;;B³R„Э¬,[xË­ß~ÀN×uBÈz:5:·ŽnàñÕå•P8 º®‡šš{zû'ÇÇ=¸é굺:߃{w× o]]*ŠU+¹ÎçëêîYO§ïß»{óÖûŠ,í¤À®=k‰Ä…wÞGf}}hpðÆÍ[ž:ßàó§c£#=½}fá‘Ö¶@0Èq¼¦©º¦™ë:œ®ÕåågOŸ\~çZ ¤”RJ××Ó 1t=ÚÞîõÖ%+c##ç.\4^ Æát©j²ÆbGuÍÍÎÞ¸õžaèºn˜M>rôØÒâÂÔÄĹ e©V“‹W—²Ry²TáÍâéáòN¦Ô¨6fås9Ü¡B˜•"„¶Aª¼ïõzdž‡Ÿ=ðx¼õ õŸïDOïÆzZt8ý†Db5‘X‘%IÊf—¤l¦PNùòº¦‹§ ŠŠ,Ågg(5ÈÖÌlñáâ'¨ÖׇjTQP­dÆXlvR©$3¨Ëí ëwR`1_ X]Qâ±X , µòÓ^ýþúDb5›É¥†a5 yMfZ|ïZITµ‡©xõŠAnyy'k;h„Úü®‹]€ª¦·¯hðÅØÈ0eÔçôõöéºžÉ¬Ž `Ðu¢ÇbáÁÞwúìÀ£Gº¦1`¡PÏ_¸`±|ù`C0>ûþÎ7!‚(rdû¯Ç‚ Ô¨¢ ZÉ‹%•L êºÑwæ,GˆÍfÛIÅDÑq¢»çîo(¥¢ÃqîüÅmgûQ8ÙÛÿàþ†ap@úÏœuº\»-dç"ÑèíOÿ`µZÏž¿X©íµ›\XýÂ¥+åAnÛüòNss³»h„f¥!T)s8Ξ¿ ¢y¦Ø0Œ|N©oh 75ÛÁü]â\.Áÿ¿½;«<ì=þžsf×,’f´ï^â]¶ã ox Ž!rÉm€&MÒ{Óäiÿ¹mYšäÒ¤÷y’6é 7iã”Ü6MJ³³LpÀÈØ’lcÉò&i´Ì¦9Û{ÿ[ÍH–í‘,KßÏ<‡3ç¼ç=ï9žùé}ω”—ot»=âüÀqú|ÜÉ^^Uµ/[áõù„P„”RH!…¦i×߸-³J8.-+ËLϘ9;s¯÷(›BlÝö !Ä(%ûAÃX¨iEQ2~9 Ì”3Ôµ7ø3AVTVÕÖÕ»Ü!„mÛ©äÐj5XNIiiEe¥ÛãÉT)•JŽ^ˆÛíٸ府¥]p±yóº=‡Ã)¥sÉÑÛpèêٕ̹ûÃê6¬‘/x €T L#Š¢†1Ò#K CWÕÑz°lÛξíÆ4M3Ï1ÓŒç,$çò©d2{Éx¬?3a™fê|WœžN_pBˆÁ×S^òëœýš«¡#݆açï²½ðÁr²wôB¤”Ù— –6úbé´eÉÑÛpèê9+™sfvÝÆ~ €T L3fÍ~n×Α•¯ªêŒY³h%©À8 † «ªks^e8Ô`g$¤Rã@Êìñh&! •`2àºR`Ê’RêzÚ0Œ‘nÀਪêtº\.÷^ÕL*ˆ¤R&S‰hg´­íƒx¬Ÿ` ÈW$õuu µõõùýq%•ò’bà*¦ëzwg÷‘–æÙsç„‚!…—=òAJ»¯··¥å°?,-+Ëã³é+¦h*5ômÌž3§¬¬‚Öä‘Çës:ï¿w ªº&©”î`Šþ-kÛ±X, Ñ€¼+,÷÷÷þÎjR)€slÛfà0TUÍû üb`$]šS˜m[»Ÿf÷óÏ<ÿÌÓ»žz"3ÝÚ|xŒ«ïzêI!„eYÏ>ýÔåT#SNNUø(åpµñn'îÀÇTø«KÕ6m¹Áœ9}úÀ;¿»þÆmRÚBC7Òé±”†z{¢B õ}ÓRJeÈcÜÁÐ(ï£{ᣗÀL¥ÀDzyÏî­7mO&™‰üÅR©¤mÛ–e%ñ“í­-­Š"<ïâ%K]n·"çÌ¡ÞÙÿÛ3§OY¦µ°qqQq±âí·ÞL¥LÓ5.^¬ªšeY/<»«º¶6OT×Ö–—¿ù={•‘ ï<{¦ùða)-Uu,l\ sîšeYŠ¢ä÷bsH¥˜¾“hÞ#é0©dò`SÓ¦Í× ‹š¼Ó|øÐ¢ÅK’‰DöL)?00M³°¨hþÂE}½½{_{eóu[mÛZ´xI0T¨(êþßî;{ælyEEfÉšÚúp$¢ªšaè¦a ÝúH« +<•L~ÿàÚk7ø=Ñèo÷í]·a“mYÙ»óÖ›{kêê*+«9…¤R ’É݉qÒíGJBEʼnx¼¬¼ühk‹ÛãíhoËž9J®¥(J]ýŒô@Êãñ¨Šb™†¢ª'ÚÚOŸ~SU•t:­QSWg¥RªªVTV¥’‰´™ã œ«dÞÝÝ¥ëÆo÷½aY¶ÒÔ ¯Ç›Hij œ·`aaQ±¦ªÆGã/¤RàRŒëþ0Š¢X¦™¹ÀTáp8Fš9L&ùI!¤}=Ñ“í×nÜâöz[[Çc±Ì0z濦if¯íîιJvኢ¯Û¸Ù¶­ÁJçÜ—`04Òæ¸ºp9&… Á/ ‡»:ϦR)!ĉ¶¶p$2ÒÌ¡¤”mÇ !zz¢Ò²ý a˜^_ÇëM%'Ž`Û–"”Á…snÚa•ìÂÑ’®®Î®®³ÉD"Ÿ>u2å,3ÚÝŒÇGÚ"WúJ1)Lؾ×ë[°pÑ+{vÛ¶íõùV®ZmšfΙùwâpôD{l2MkÉòª¢„#áööã/ïÙ­*ŠÇëUÇð°úHiäDG[ö*Ù…»\®%ËVìë-Ó0¤eåå…EÅ9¯+mi>TWßPYP÷G@*Åt4Þ#ø‘HIÙÆswÄWTVÕÖÕ»Ü!„mÛ™ëGsÎܺíBMÓ®¿q›?4Œ…šæP%•J©ªöñe+¼>ŸŠR )ä¹%³·ž)g”U†.„ˆD"ååÝnOfìÞ4´eeÊjÕêµ¾‚C×I¥R)0‚o™fÒ˜œ¸Û “ÂË{vû|C'‡ÞªÊÈ>`<ض÷w¸J1)LØ=øÓ‡¢ª@ ¿·—¦ä]o´; å·ïƒ|L ŒàçË骭khi9ìt¹ ÃÅcyJdK»·;zð`ÓÒe+ C'•bª™È§èOn·»¶¾Þl:ÛßÇP> /TU CK—­¨¬ªÊï·¤RL ŒàËŸ³¶]Z^VUS“÷KÓü÷Å0ô¼?†TŠIüq¢§Óz:M;&?zP0)p>¤RàÊc€iŽ|L Œà0ÍÑWŠI|H¥À•Ç>Ó#ø˜Á`𣝓#øJ+|¦9Fð1)0‚©¸ò^Þ³{ëMÛ“ÉDf‚É )¥®§ ðm›Ö䋪ªN§Ëår+ ©S#øãI“©D´3ÚÖöA<ÖO0ä+’úºº†Úúúüþ¸J1)0‚Ÿwº®wwviiž=wN(R."ä”v_ooKËa0XZV¦§Ó¤RL)Œàç?•ú‰¶fÏ™SVVAkòÈãõ9Î÷ß;PU]“ÇTJ÷ &Fðóÿ·¬mÇb±P(DSò®°8Üßß§ªùL’ô•bR`<ضÍÀ=`<¨ªš÷;øÅ¤ÀSô˜æè+ŤpUàÛ¶µg÷óBÛ²MÓt¹]BˆššºY›3–Õw=õäÖmŸR=Ò:sÖì¡391¤R`B]Õ#øªªmÚrƒ?8súôw~wýÛ¤´…†n¤Óc)! õ÷õiiž·`aæ²ñkÖ¬ C±þ>Î ©˜8Sàüx,–J%mÛ¶,+™ˆŸìhomiUáñx/Yêr»…9gf>tжí×^~I±|媽¯½¶-±,ëùgwUUטºžL%çÎ[PT\|HQ”œ3W™3w¾¦i›®»áÚM›½¾!„¯À/„°L³®¾aåšu+W­y÷ýªª ÝÐ[oî=}ú$ç€T äG2™ÈŒÝN\Õz¢ÝáHI¨¨8™H”•—Ÿ=sÚíñæœ9t-)¥”2™H¤†´€ªªå•–ihMŠiCW™·`auMÓéäJ<˜z÷à+Šb™fæS!„Ãáiæè¤”BÓ4…¶´39uðÓ`04ø)¤RàrM±ü¢p¸«ól*•Bœhk G"#Íšb…ÙÏ~“R?vTÑJÛö‚C?vw'ãñLràª6bW ?s˜HSì)ú^¯oÁÂE¯ìÙmÛ¶×ç[¹jµiš9g]«¦®n×S¿q:׬Y÷á?Q‡£··÷𡃦i-]¾JU”¡Éµ¥ùP]}CeAAÞe ÀdI¥ÀDš÷à !"‘’²ç^:_QYU[Wïr{„¶m¤’#Í|.é¼ù ÝÃá”Òú°ÒÅK?n 5Í¡(J¦«uЪÕk}†®“J¤R ¦Ì¾ešI3ž™6 Ã0Œa äœ9ø\ÒôÀ@Z ›™™?Ò“ ÞÑ •y2ÅFðóEÓ´ëoÜF;¦îv¤0õîÁÏ£x¬ÿÿy«*#û€ñ`ÛvÞßáB*Ť0ÅîÁŸ U ý½½4 ïz£ÝÁ`(¿}ŒàcR`?ï\NWm]CKËa§ËU.Vþä-íÞîèÁƒMK—­0 TŠ©fj܃?©¸ÝîÚúz x°é@lCù€¼PU5 -]¶¢²ª*¿wÜ’J1)0‚?.ÎÚviyYUMMÞ/ýLóßÃÐóþR)&FðljžNëé4í˜üèA©`˜ªv>ñë ØÊMÛoÉž)¥Ôõ´aÜbàj§ªªÓér¹ÜŠ’{éùwÁf!•øˆU«×ŽSÉ…E…ý}ý¯¿úrÎ/èd*팶µ}õL\).·ûò³W¿ ºº¶º¦6ç·Yæ¯7ÚÛÑÑëïŸ& {Áf!•È¡8b.W©×›ó#]×»;»´4Ïž;' )<'ÀòÆÞ×¶ÝüÉË)A×ÓѮþ@0RR’}ó¨®ë=Ý=Çm\º´8™&<¹`³JLÓ4ÜnOîo+C?ÑöÁì9s"áUÓ”üŽîÀE_™—¼®ªj‘ÒÒbÑáCïWTVåH¥†~ò䉯%K#%¥–e]ζ®"lR)€‰#m9RÜ”¶‹ÅB¡‘À$ø¶BÊË,£¨¸(ëÏÙ*m;‡Ã–iÊËÞÐÕe”f!•˜,lÛV•H `R„ÒË.DÕ£\=iÛ¶¢j–iL·¶½YH¥Í¥Ñ…9âVâ‰d,K&S©´”Òçõø|Þ€ßï÷plH¥`ZÅÒ+³˲ÚOœJ$’^Ûårù|>EQ¤–i8yÚívVWU:Ä0R)˜&™túJ³¶’H$os»\o___g2a†¢ªn—+*,+‰$S©÷µÔ×Uü~Ž© ÿ,Ë:r샟ÏÐõ“]n§8v9Bˆ´‹Å¢Ñe¥ÇŽ·ÏŸ3›SR)˜â䄌àÛÊñöN‡S×¾¾ÞpI¤0Ò4‡Ëåt¹\RÊd2ÙÝÝÝzôHMuM(ü ­}挎©Lõ\:±w;Åâñþ¾þŸ/ÚDÂÅÅÅ.§Óáp8N‡Ó©*ŠËårhšªi'êëêãñX_o_(äP‘J‰öÌÎ'¯Ý´ÅãñÐ0!±tB·Ò×ÓŽD2év»‹‹‹Ýn·ÓéTUU(ªmÛRQ„.·»¸¨¸¯¯¯»'êr¹zûcÁ‘Sé³;Ÿt8Š¢iWTÕÌ™7ŸT o ü¶´%/ˆ€qO‹ÒW:d+±þ˜ª¨ià ‡‹\N§ÓáÐ2Ï™—¶meQTEq9E……ÝÝ=^·7^Éë·nóx½étz×S¿©«oÚ¯!¥œJ‡&•WFçÙ3Íï¿/„вdÙ²‚ÿÉŽöÖ–VEwñ’¥.·Û²¬çŸÝUW×HÆS‰ÄüEEEÅC ±,KQ”iòæeÈ‹ÖæfUSfÌœ=Æù%™LØRz<MÓTM;EåüËŸ¤ªªš¦ù NŸ:#%•L]¸ØD<•L ) ü~Ë4ŸÛµ³º¦6‘ˆW×ÔZ–u¤µ%óÛѸx©ËínûàƒÔ@jÎÜygNÜÿöo·Ü°Õét½öÊË‹–,ñy}ïî;™J)BÍ_°HÑyölKóai[ªæX¸¨1¼b—J+` •z÷ß­]¿!ŽØ¶mÛv__ïÁ¦¦M›¯ 5x§ùð¡E‹—!,Ó¬kh… »ºÎ6:´òšÕ–e –óÖ›{kêê*+«iRÈ&¥È~¨¢*͇©ŠZ×0ãÃHÚÒ|¤¥yÁ¢FMÓ.öuöC·bÙ–-m¡HEŠ¢d>Œ¤ƒ‹)Š¢(ŠP˲,iþ¶ÒŸÖ–ö@*Õ0s¶ÏWÐ×ÛcšfM]}q8œN <ÿÜ® ›¶5½÷nËáC …Ã'¼ãöxº»º‹ŠŠS©E(éTyyåÑÖÍ¡]·õ&UUMÓT„èíí9üþÁ5×n‚=Ñèo÷í]»~ÃÐR)0Åuww…ÑHIi2ϼ±-ÚÝŽ”„ŠŠñxYyùÑÖ·ÇkÆcª¦•”–%q§ÓHÄÜnO2™,gÞ‚……EÅšª†A«ÀX̘9KUÕCï´,«aæ,!DËáÃÇŽ¶.XÔ8köœÔåîózLÓt:œétöØúS‘J 8Ãнn÷èenÜr½ÇëÕõôžžëhoóùýªªVTV%âñŽŽöp8RTŽÇúKJK¶¶,÷ú¤”RÊžÞž 9}²¸(RލŠâø¿ß{àwo‚ÁHI‰¦9º»» Ãx{ß›¶eI! Ýðú â±~R)0(Šb™æ‡/–23GÊss2O°SEJiY–¢Hi 壃õÁ`Hq±ÖÀ4aZ¦®ëÙó+«ªm[¶~ÿø±cRÃÐ,jl˜1«¿¿ï2·âv»{{úNg_oQa‘ÓéÈ|á.,¥Šb™f´§GÚ2™Lùý¾œ•ª'µm+ uvž­óûUUR&“ Ë4…ºž0 CJ©9º®‡‚¡Žöv‡C-«¨lz¢8\¬ëºÃá\¹zÍÀÀ@G{Û±£G>¾|¥e…E…ë7n±¬J.XŸqÂåhÀGºº:㱘¶-˲ŠÂá®Î³©TJq¢­-‰Œ¥œhww2—RÒ¤pQªkjfÏ™§ú`$M$â—_l(4-CUU[Šh4jÛ¶P9„P!e__2‘t¹\ºžc)Ù²¬¾ž×ãtºÄù»þCEEÝÝ]©”âTGGqq8³paqñÁ¦‘’2UQ4M;}êdyY¥nèé)¥Ïç›3o~¬¿?*,, G»»Ïž=ÓÛÓÓžh;íîBD»» CÏ91~è+®×Û¸xé{_µ,KÊÒå+ üþ ½²g·mÛ^ŸoåªÕcémi>TWßPYP`sG?dËu]é ªêj!„Ë嬟13åe+€¿   ™JyÝžþþ¸¢(‘Hxè=©Ò¶{ûúNœ<ép:R)Ó4C¡Ðè Ï?û´”¶mÉHIÉÌYK&“犒Òíö|lÎÜ×^~ɲ,׳lÅ*]×¥”……E‡ß?XU]£ëz¨°ðÌéSEápoO4kmŠ"¤˜õ±9N§ÓårÍ_Ôøîþ· ]—ÒŽ””† ‹MÓh>thÁ¢Å.—{Ø„Ãá$•SÄ 7}Âëó%ñ’ÒÒŠÊJ·Ç#„"¤L¥’•Uµuõ.·GaÛö@*©iÚõ7nˬèv{6n¹nXi«V¯õºN*€KPU]ít¹ñxËl¨¯{÷@“¡ê‡³§¯?žH¯Ï«*J2™ìïõÇãNÍ!¤4LÃáP››[>ö±oü_¿qsIi™´íÌ]Séô€¡ëë7n\ ¤´¬¦¶¾À_ „°,«¿¯Oáõù¶Üpc8RÒ6̘¹°q±¢˲ÂáHEe•ß®w63dWTT\VVáø…P!ÒétÆ… <^wr eèºešB(ªêB±,+™J¦Ói§C“¶ìé马¬è8ÙÑÕÙE»ÑW ¦()儼Û){+š¦Íž5³·¯¯¯·/žH$’ !„ÇãöüþŸ®ëÇ÷x<†i ¡TVVnnvºœ@`*½«‰T 0)„‚Á€ßoÛRJÛ²¬ÌkS¤”.—«¶¶¶½½]UUË4E©¬¬lz¯iñ’FŸ¯`Ú6#øãâÜÓ „´‡°,Ë4M‡ÃQZZjK©ëéÞž]Oû|¾Îé=ŽO_)˜ª¡PLÀþ([ú¢ÑsCóŠ¢(Šªª‡Ãï÷»\®ÎÎÎT2ÕݵL³¦¶f:?‚šT 0.TU•Rfb¨-¥¦i>Nÿ¼’’’X,FKKK‹ŠŠ¦ss‘JÀÔ4–'CMÀV”Lÿ¨BÓr.àv»#‘ˆbš¿«ëJä¿o€§ú˜JávèË™²¿ñ¦ës£Gk–KC_)€|RT5ô÷öz}>ZÀ•Nyè}L&þ@0çÛŠªøý‰xÜW0ínœ¥Y.}¥À”UXTèt9uB}çrºjëZZ›£]]¶¤ÇÀÕüg¶"R‰Dkkóœ¹ó CÏùW]]ÓÚÚœJ$¦ÏcF/Ø,—Œ¾R`Êêïë/õzÝnÏD>“Ùív×Ö×ûÁƒMbûûÊp¥¸Üî_xörJPUÕ4.^Z^Q‘s˜ÞívW×ÔúÁÇÆc±iòwÁf!•îõW_¾"Ûµm»´¼¬ª¦&ï—ÀÄ¡†>Jö²m;RRRQyý´úÆ»`³J|è¦í·\Á­ëé´žNsL|ãå = •¤RJ‹?eUÕãõÐLBš¦†qi÷~‘Jq• † S©ÔÄ?†\0’:œ®Ó';‚¡ÂKX}”{ð%‹Ihî¼ùo½±wÅ5«ËÊ+"ÀdaFGûñ·ö½¹dɲü¦R`2ª¨¬B¼³ÿíþ>žÐÀ$¢ªj0Z²dYye©Ó%˜f²)˜:¡–&© •€T J@*H¥ •¤RJR)H¥ÀŽ‘>´ & }¥ •¤RJ!F¹Û‰Û0aè+© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •`*pŒô¤m0Qè+© •€T J@*H¥ •¤RJR)H¥©¤R€T R)0œcÄO$€ B_)H¥©¤R€T R)@*Àd1òóJy`)& }¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥˜¦¤”Š¢Jqµýµ¤ªÉd‚v`ʰ-+óO*ÅÕ$ µ}pl` eKIkpU“Rš¦™L¥ñx0i1-…Ihöœ9ï½ûî¼… ƒÁ ­ÀU-3pŸˆÇ¼óÎ¢ÆÆ‹N¥¿|ì'4"®”HIéÂÆÆæÃ‡cý}¶mÓ \ÕTU C‹Ã%¥—JgΞMóa¼ð½œó‹Š‹ŠŠ‹h.Ǽù ¯ŠzæN¥×¬YÏ!˜úz{®âTzµÔk¤Qʱ¿žWîv˜^.gT|üú.I¥ÓËäçy¥ •cO¥ï55mÚ´yùŠ•Ÿ¾ãŽh4:‘U”RÞ|ó-gÏžÍþÈ0Œ¶ÞÇǯڶmÿû3ø¿••UWWý³íØñ³5k×Ý´mÛÞ½oÜö©ÛDz_—³ “Ù%ÜK8;vlÆù]€i—J¿øÅ/Ý{ß½oí{sÅòüå×'²ŠO>ùäܹsKKs•J¥„Ï=÷üæ-×­[íõ7l}¯©)³J]}÷¾õà]wß³aÃÆ7ßÜ'„8{ö쒥ϔÙÒÒ²yËu™é;~vëm· !‰Äçîº{ãÆM›6mþ_öç™Oo½õ“;v츄j !>w×Ý›·\·båª/ùÒºž™ù̳Ï^»aõ6lܸéÈ‘#ßúÖƒ·ÜòÉ;ïü¬bûö›3‹ýûüÇ5«×¬Y»îŽÏ|¦««k¤¿úg6÷gþ_üâ—¶ÞxÓÞ½odfÖ7̸ÿî¼ó³O?ýtv%ï½ï¾–ÖÖ¯üñWo¹å“7ß|˽÷Ý?l£ÙëÒv!»m‡Õ-ç† ; 9Ï¡þ×ã^xΣ3ìàf|ï{ßÿú׿‘™~ë­·ÏÃa²Ûv¤3ê§?ݱ|ùŠ­7Þ´cÇÏFoçœK@*ýЉ'ª««3ÓÉd²··wèýýýË—/iÏžOú÷nÿÔí÷ßÿ¾7ßðûý?þø™3g¾þoüò?ñÊË/ýõw¿ó•ÿù•Ì*ñxü†nø×ùÉ7¿ùï|÷»£lýõ½{—.Y’ù!/ðù^|q÷îÝ/|ý/È|ZZZjZVGGÇ%Tûû7/<ÿܾ7ß?ÿùÏ…§NúêW¿öÿùŸ_Ú³ç™gvUTT<ðÀýç׿~ü±ÇþmpÅãÇÛî»ïþ_ýò?_{õ•%K–Ü{ï}£ìÔøÕ?ßpýõ<òðßÿÝ¿üGdY–"‹mÞ´ù±ÇþmÑ¢ÆìJ~û¡‡ª««}ä‘_ÿúñï|ç;ö8ÒÁº„]ÈnÛ¡u[±bEÎ ed…‘ÎÁoÞ¾ý‚…gœ÷®»>÷Ÿ¿ü¥®ëBˆÿä_þàž{²·;Ò ½×Ç·=øÐCO?½s×Ó;ûúúFiçœK0}äçÉPn·ûÆ­[…K—,™3gNmmâãK—¶·Ÿxéå—£Ñè]wÝY2‘Hd&¼^ïªU+…sçÎmoo©äx #]·:XàX ã)‰DÖ®YóÄ“OnÙ¼ù…^ø?ýݱŸÙ{ýÆ{7n؉D„Ÿýìûöí©†9—€TúÕÕÕ'NœìÇòù|………ÃRifBÓ4·çÜ´ª©†iH)—-[¶ã§ÿš¨Î-¦ªÒ¶ÏMH™™©ëÆ`ɆaH)Ei¨¯iÏž={ö<µsç~øwOï|*³L:=àöx.¶Ú¯½þú¿ÿ¿úé^¯÷‘Gmim½üÖÌÞ©ñ«¿¶mÛ¶UUB˜æ¹óx<Š¢\Zýs¬KØ…‘Úv°n##Éyn ÛÙ ž}tFò…/|áÁ‡ê<Ûyóöí™8>#íµãüv'Fªaö’LÏíÚyëíwÄã±îÇRʬY³À³Ï='„øéOwlÛ¶mì5¸výú×_ýw¿û]&ExoÄ7\Rï~q÷`’¨¯¯ÿàøñL2s¹\Û·oÿöC8p Ó‹iYÖÉ“§fÏš%„øÑÞ¿ÿ«Ýß×WUUåõz¥”¿yâ‰ÌÌõëÖ½òÊ«­­­Bˆ´®'“I‡Ã!„0 cèº×\³ú•W^=uê”bÇÏv\»~ý(9uœêŸY÷¿ø…bïÞ7 Ü1cÆ¥UrôƒuQ»0JÛŽý¬È> 9ÏË?år\!ÄÊ•+býý?øáïÉ5|?RÛæÜëU«®yýõ×Òé´â™]ÏŒRÜK0eÜzû£/0ÖüGyøk_ýÚ_üŽuuu?úÑ?½ååå>òðŸüÉŸ¦uݶím7Ý´há‘"Â}÷Ý{뭷͘9c襄ŸØ¶íÅ_l¸çž÷šš¾ùÍÿ­©ªò¯þêÛ™H±oß[+–/÷x> endobj 367 0 obj << /D [417 0 R /XYZ 56.693 426.538 null] >> endobj 421 0 obj << /D [417 0 R /XYZ 56.693 406.668 null] >> endobj 416 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F64 307 0 R /F14 413 0 R >> /XObject << /Im1 405 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 426 0 obj << /Length 2001 /Filter /FlateDecode >> stream xÚ­YY“ã6~ï_¡}Š\5∺µoIÏL*[5SÉvo¥vgò@Ûì6+:q¼¿~A¤IYíÞý`ñAà#ì8xâàÛ»oïÞ~Èã &u‘ÁãSP$¤(ƒŠ¦$-ƒÇ}ð9üÄæI4ó}½›Dß›(Éãð¾ï¾Äqò<LŽêÁÇM‡}ßl~züð(%užk6ÿùðÕ&ÏCdð‘u3S”  * H¥YY’¢®ƒ('u‰2¤°¦¬Â·ú“erÙÝûÇ»_î(ì4È X”eMI'Á®½ûüSìa$!Y]'EÙ9I’Ðn‚‡»îbÄ"v1)2Ã;« -ÑC?LZ‘í&‰Ãyš$4R,ÃglZe)̨å‡óëõj€5M¿Iòð¤»ç~Ö©7ßççÆ,æÓ‰s„´2µýžd!ާS„òDÆTêûaC«°?òa¥™ØöŠ“§XIIY\ôÁRš„ƒx>LºydƒjѰÒ#“¡j™ètë$º½ÑZ’îÅxlØyÔ³‰nè8ßó=rëq —Ù!ër+òð Œ$ex:pÜŒu¸†¤gƺ%+KÐònVÇDYAª<õz<ôs³7G¡¿(9ßßÄ?›Dð‘—v¯·aÇ[pÒ3ƒ÷;«³ÜZ !œbwÐMã½hJ}®³hâ-Ú£ ;96Y,ÑSÎ\ãhp'!Oè÷á:oÏ´N÷}ÛÊÝn9SBÒ83 <ùN<¯tß!#Ï{ø†æáoò‡ïæ‰/µs–ƒÝ²–O|M}^bzÅÇ´˜®rï“ÛʈyK½˜Äu²ªž‡¾=COÓ5£\hýÊ¡àþZnª¥ø†¼¥rþ4'qUùÎ.#Ìm8Á˳¤ôÌà£Ë:_G3^C³¨P/h´ÈI÷\4]*Mè¹hJM9aÑ„ŽÀiƒfQ^ø1g¹BS²ÑhBk‹T.šÐõÐ,ÿB4?HŸè›½ÔûžiMÒä…Ði]éIñÑmM—ƪ.š2Æj4å„EÓ‰ÍM—s–÷Ã%Tû>좩¼Hû:r¨¿çֻũ³”ÔõŠÒºÐ*к GÅG·5l*ääˆ%ÓÈÁÔŒ3x²Ûª© ç ~r'ˆŸÃµ°øéy=¦ñ“#[¤rð“ÃO†òÿÆðî*vd[Ñ•/ÝråŠd+†—ÍjYõ„k|:Ï•3ß• _æºr†®œ]\(-?k|ºrf]ȶHå_æº2$îeú×¹òûNæ¿ ‰v ÈôZ6”¯¸t aì[lqÃÂ`w&hdr> ÒI)4.+.€eW,×[€å°ÀiØãÇœåý k€å¬ÓËT¥‚Úã=€éj’Ëh)És›Ú¿ÃMIãq0¬n‹R‚¡ä©Ÿò>LlšÇ-ä™4ŽÃ›UFV’ºª½2C…XËÁÆfe2ˆÇ–9µ,Ûöó´Ì¨æaSiÎnŒç˜U ^ Ü­$Ôȹ£Nƒ(I!ƒH=[ÿñ`*·Ê¶‘¬•?¬›®$ÆEz•s¿Yˆt&'‹œÍ–²RS ôlo´VÅÃ÷ÆÉ3Ø‚ŠZh ê ࢮ=´/Iž}Ù>ê;ƒò—¤Ä ±Ã Š|SâÓ2#UZäE U5>Ôÿ$†¿\“8m5™’BuÀµ 3úö»6 ÞõPøÿ`9G†uäð¾~¡ULêÔ2Ga¡Á(°v±}étNÖ, ïD€+çH“2¯ÑÑ)OOSRÉw)TÞªàs~‡÷û$ºgýšrVÉÓ<èž<¿AÖ :Á¶×ƒ~§qрÅMÓ}ù;«±D׬=6¦Ê:™|gÀÆs¯Åply'…3tÝu~äh/yûqàÓtþÞ¾ÈçˆÖÚ‹cÒ¤!¥ñýï~¶:Í*¬€4&IeívÍY¢2!U½°Æ{í&­ÔA×[U2â^OÕ3ó‹æ×qÇ^5Ë7Æ@ú~Dâ¢áz'êŠL3ùœYš­þ¶æ° ¡¥¥øt½›)óxHª’Ø®¾Ÿ†&ú´²IRƶd^=<,sU<;˜~ý¢æWÖ¹Ú‹—Ô"sY¾‰i\æ|‹xþÚ-(“}G[» léúÉ"ƒhØ–7/ܦ‹ÌC’oäYÏ%6ô—/bäÞæ>öíÝšêñØ@ˆ»ðíU­Ådã\òù2k_ûGF“¸¨ÿÈÿ1þGö¾< endstream endobj 425 0 obj << /Type /Page /Contents 426 0 R /Resources 424 0 R /MediaBox [0 0 595.276 841.89] /Parent 403 0 R >> endobj 422 0 obj << /Type /XObject /Subtype /Image /Width 20 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 429 0 R /Length 1042 /Filter /FlateDecode >> stream xÚ…“iLTWÇçC¿Õ¦KTVµÃ:¸Œ 3 `M5›F›HLˆiµMI R¤­P›VÀ¢T´í‡¶.) %²Œ‚ƒ¬Û@Aaæ±@f™·Ì{÷­¼ÞÉ£ÔðAOnnî;¹¿üÏÿžód²Õ᪋Dï+]õ;l·µðÓQ©‘½*¤;a‡7pO¸' Wî¬ö&UѯQýVñå-~Þ}"‚ŸŽö´+æoÆ¿\ÔÕœ wÚ’AÐ,%¹™ÝÜìû®:¥½<öåÒ µ ì|ª`ñ[¼)•!ŒË$ãÖoçû}¸¾Q”±#þ«@NäwuÂŒŠx×úG‚”œÑ«°¦(ÐÆõÊ™îÞ¢ÁË_¤(ªƒ¢Úq)Å [ìU1ކh{o: #'uôœR@|„1_¶? œ†-PúÅÅ¥y¤Ôf<„?ö˜SÉù#ÔÂaÊJº“M%X|àÓqƒ[¡¼;Äݾ¢výŒ)Í3WJ“Õ€,Ä€@­Gl£Û>Ò•äe- 䞆.¯·6îX‘®IÃl Ìt!ðüˆB€Ÿå™œëYQû#ýÏ‹Øv: ²¼ÙŸm Æ}ˆžàÅÖñƒ,Òô9æÜK}ˆŸq`ç8[Sº[&{íÊe@? ìjñƒ–™‡ Áì›èî\.Ût+‘pgÓæ @”ÐD…}ð¯3éëßxýè§a,ñ!éŒãh™í‘s¦M%ú‚ È[|û®ëH¼„=ˆK4^ ˆïYòlýÁo¯Y»vÍܳdÊ©“X~$€íÒ$—,·¿ãñT1£94q ÖLã?ðLÁí‚„¼lusc2j?@Û´^¿ˆwP™GÛ„‰êŸð¥ñu½±N†£M´å_¡ñ‹ÞçÂòy&O'(ô(é>ÄNm†\Kcr¶{3‘ÂŽFxLA’eÌe`,çi²†ÆaŠ~à§)<“ÄÓ)üñI h ^¨ î*UöUtÒý@KöÿÇ:î2æ| OÒ‹y¬ó‰ìw´hžW†´…ÞÉŠ¨>¥îû}ï`ù¾¡êF*…îeÖù¬˜™,aºÓÄ¡dQšÿjÈßT•VŸ³½.[ÕômLû…¸ÎË:ãµÄþ?w ”¿×ó‹VÚ ±Ó])ôókSµU§7^=¨¨ü,RŸ©Ñg©ï¥y˜ÓRÛúcœáB|WÙ®–ŸµWµh³·¿ìãeé¹ÁŒ¿Ò·Õg¨3ÕÒò²ÙêŠ/vÞ9©íü5ÞjÐ8Z¤i§hññ‚íáÒhÁ˜jŽ}p*ªþ¸ºö˨{™ê†ÜÈš\¥¡L3oŒí ÑúÖÊü¯ RËmÆXksèàÍ“ÊYƒb¶-TœUŠÎ7EþÿkpVýõÿt~ý endstream endobj 429 0 obj << /Type /XObject /Subtype /Image /Width 20 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 284 /Filter /FlateDecode >> stream xÚc`ŸDyT0ûÛÿÿ_üP„ÊÿÙ~êÿd±ÿÒvý?ÍŠRýÿW“AçÿeUFˆ»ýÿ¿* òïþ¿ûú­ $ÂÌ*lñÿojÇ£ÿ ðïX¡hØLþ¯ Iì„sÁà3P¡Òwd‘ÿÿþ˜30~ý €šÅߣ‰]b`x&öŸ‘ãªÈ¿ÿþ þ¡©ëf`¸Ž®w ÃZt±Å eèæ10è¢xãÿÛ †«øÿ³Ÿ48¬z ___ä RÁCÿ?¯Ë0daÀ ¸ ˜ˆ9‘0’<7’z˜<²^n¨~$µ0ýÜPŒn. €R;fE2 Ƈ™Ç††Ùqˆs!ɱ£¹hÉ â endstream endobj 427 0 obj << /D [425 0 R /XYZ 56.693 815.761 null] >> endobj 23 0 obj << /D [425 0 R /XYZ 56.693 438.117 null] >> endobj 428 0 obj << /D [425 0 R /XYZ 56.693 409.732 null] >> endobj 424 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F64 307 0 R /F52 247 0 R /F71 414 0 R /F14 413 0 R >> /XObject << /Im2 422 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 434 0 obj << /Length 1492 /Filter /FlateDecode >> stream xÚ­XKÛ6¾ûWèV¹¨‘¢^¹åÕb ´@÷PdsÐZÜ=Iî®ÿ}‡œ¡,©^§i㋆ÔpÞóqäÐ{ðBï—ÍëÝæÅÏqèå,ODâíî½D°$õ2±(õv¥÷Ñÿ½8Žº>Á«ý¨»vØ"ý7]{†âáØf7wÛ,ô»®Þ~Úý òÎYÇ(æAõ?lãØ'¿í±°œ`÷2° ‰Œ2MY’ç^³<%$œI3ÿ>¤4Ç6ïv›/zB{q‡"/Í9KBáí›ÍÇO¡WÂ;°„É<ó-gãÅ |´j+bÿ‘ölÒm¼I«Š xÂò0õ‘³,ŠPç‡Z&qâå6ˆ@ÿ÷6Ã=Á€2 ^‘`¡¤z»¡š+…ÄͨÒTëaüiõú’:Kk:TêáP'UÒ¶{=µÞ#½¯ŠŽª~`S ¤,™dYI\Ñ“âãàDÃ"½jt[ªÞZŒ+“5x„T厶1wJ‘¥C±¡ÿזǾ*—RÖ^)"ñ SYŰ˜™!Rgì…¤¦sC×(d;¨¶Ôín7]© Xì-T &ò%¤l€€éá3®nÃ8¼q„ÀÊY¡EaÄb…ÆY*%Zü#ȼ 3hoá͘nE\Žö`ä@Ît¸u蕱ïirŒ,; _߀¿-çq»âõX+S(v£;_Âß]Ñðcho2÷k•„÷‹úþ„Ñ“‰2uÙ{\µê‰sG¬Üç> endobj 423 0 obj << /Type /XObject /Subtype /Image /Width 899 /Height 529 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 53285 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 899 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|ÅÝÿg¶\oº¢Þ«%Ù–åÞ»&c &’@èá!@~I B5yÒHxŒ©¶qŒ{ÁE.²eYÝêõî¤ëw[ç÷ÇJ糚¥“ŒÛ¼á%ïÝí´ïÎÌ~ö;e¡ 2™Œè!„`0 ƒÁ`0ƒ!„{RåóùAEQè(Ѝ lG ƒÁ`0Ì €]Aö€‚J¢“¿žb›ƒÁ`0 † •¡T($IJ2” áÁçÿ‹ ‡Á`0 ƒFÞ|j%EQ4MÓ4-ù:¡J¥jjjâ8ŽeY–eüó KÖ}7OÇÆÂ`0 ƒÁ #|y `-{íÑŲ. V«­®®fY–a˜ÿüÅC÷ÿÐÜîð~Wãîÿu—íyVàX‘g”–䘹GdaŠÁ`0 såbwúxAìçŠ$LzÕʬSþùÁ^~h¡B¡ËåÐ`0”––2 óÀ‹Ÿ=tÿOm^€Àx›öþÓzèÿ¦IŸ1&Q©3Ò29 a£Íõéæ½vÊúÙG c<Ïs$’Ä׃Á`0 æÊ‘¡í.ïÙ‚ýœ“3ažQ§••?X(«Ãûý®-/?´P©TR$IJ“D–,€ˆàØK3fOÎyò×wG(øÚ«½ÍžßæF¹99/Lšs¢àè;¯/æÇý´¢äDƘéÓ–þ_r ƒÁ`0˜+—ßæð”ß5oñ-Y ½žSVß±së†ãæ"tÊ8@aÉb†$IyôèÑŸÿî_«îyÐटO>ŸÿÖóhˆ@‚HÈÎ6Äös®áLUÛ’Ås¼±s*jêßÿ§ßÿ§ë¶äͽ'!#_xÌõ€("‚€E¥•ñ1QÚ±ïÀhÐËËÌþ#… ¨HÓèìŒDÛÔb­8WÇr\„A`8¿?0wÆD’ .°¦¾ œv‰Bc`fßᓽv˜Üa7B†JONHIŠì>X Šâ¼“†+ÏÕÿ§ûXa1 5)>-9þòš!TSßÜÔÚæ÷3IF´¹™iM *’°+Ø•P£v(¡Û—ãÇäFèµ {I«4sÅÒÖá)Ø÷ÍÌ7E5ýœvº²¹ôø® 3—DFhBC.8ÙO¨Ô´ô^CE5·í§)rLnF\´ÐØb-,®HЉX:+Ë¡êÐP€»ûèwŸ½üË›;×λ<é@¦1øJcN>ÓÒÜl·Wÿvû¼Ÿ??cÞW[=„ñyðO˜ëD†Ö76×5µ=¾bÂŽcÕG*«s2ÓŽžÙôÊJÀéªÖ×?=6jDzyE寗W@œªû¿ïÊGe§_T%ÄèÐS¿YbÐ(Μ³šõÊh“fÅo×M›<6T+ „º½c¢¦¾iLŠPXÝž !&Ò|¶´lÓ++Kjl/|t|^ΰÊ)°çàQÉPm+:VYWßÔºæw7ÑyûïÖÍ>qèyþóG‡) =ÿ§Ûï²JYýlgñáÒúÔÞÄèc:„À±Â3 Æ'þÏ­s£ŒêËŸ³®ù®$-9yàbt€, ‰Üó¥'Ãn–Ý}üܲî…}æo;¦_Ê^º*Á\É¢Aìoîf¤Q[ ¡¤â‚¡ïþjy¯A}}s_¡6nÛÿÔç¨ÔíE(¯ªùí}sujù_׎ŒN „ã8Š ˆ »~ÖdÌ.:[2/kà|¨r›ÌY¡¤©sMn½ZVÕèöñtËéÝù9Y¯~r >gyʨi"V¢˜ë€su Çŧ'jUt^šå¾eyï®;üutZ”VNTÕ6.šœ¼C#N—T¶YíòGj5ªŽ×É3¥ñ1‘™éÉÁ€¥U5ÿòƒFñÒ‡ZÚ=c3c´jYLL$Ãpßj5j…Bn³wäåfÖ7µ:œnQä2yZjBeMý ÷ÜX·kCcKÛ”ñyçU‚ˆŽžõùý"B2 °µ;ªk<^?IIñ1Uµ ÁšÛbÌë÷”X¾(‹ID¨ÍÖQS×àõ(’ŠŽ4¥§$°,wðh¡Z­T)•íí¹\6*'C­RDQùÑ̬­‡¿ ýFÄž¹õxýGO™Œ†¼ÜL¯ßäX‘1B?fdVh©Cól6E8:Úƒ"Éåñõœç…ⲪP3F™¡Ymh±Þ6=Yz𘕟´~OyrRÜ¥3]ÿù)¹zæköž\=ˤSÚ]þú‡9:!4TßJ´+ÇÆ‰w­û`ÕÔsöSþªƒ¥ÞCÕž’f_R„,@ëH}Ì97";Yo<ÛÔPâsÏP¨õøÂc®y’â>üºðö¹#n›“ñÛ¿ï&äãƒn !X<%ýÃoO-˜0­ÉæŽ5kN—û±[ÇMÏKüŸw¶;]z%áßôÊÊoU~u¤ pâtÉ+¿˜©<û“ó»R|ú]±ÇåÜôÊʪƎÖvÏÄœ¸—×|pù¨Qi‘4EÚ¾·žúû¯—ª4`Ó++[ìžÇßÙ1yÜhé¦[XTúÇŸM‹5keÙîòo9X~¬²N)—”üó÷MOŠÖ³¼°aoéS·_óß}ëìY%5¶ï×áy!J‹^ºV¼Eëñ³{NÖ®ß[Bâ¦WVÖ¶8­®ñÙ±Öß«²DÅ]TŒ{†”rú¦é™ï8üõÄé’n¹=TrNAr›^Yy¢¬ù­õ'´2bÓ++O–·üñ?û»•:˜çƒgÑÄyiÛÚT×3øÛë )<¸|tÐŒk·Ÿii³Gv‰?QDGÇÔQ3ìNßéʶ9ã’Scu·Ç㽦3šcêûÊÛã5iÈi£\^æ×ïïÐŒÀMû+s²Ó¬¶Žh-HV'ÓWqlªþ¹»oDôíáÊ·ž~æœõåµGŒª§éÞúâ …Ð ùÜ¿÷¾ð³é¡Wí«ï÷uu®QÉ ±J=^ߨ$ý„ìØšfǺ½2šÎIÔ=vÛì`T_î/ˆÐ÷°I%E\0¦;1Ìu娅PjÄ…£¾¾¹Û™¡ŽÒž¡Fd¦¼ñѾ'WÏ4锿þñ,€Q«´»üo|´oDfJ·P!ž"BìrÞ…ªÌ”¬p÷ó¿î·÷/«µ£ÿî˜1qì¤y)Ç ‹NT§Ä —69‡&L8XT³íÃßÞøà»øÂc®yªkï]–¯–§*[+êÛŸX5åÝõǤŸXN8pºnÁ„Ô†6—N-ÿb×ÙŸÞ˜P)›”OÏK\49ýß_Ÿúù²1€íG«¢#ã¤æ–œ»vû™'î˜dÐ(Þúì/ˆ?[žoÐ(‚‰¦ÅE4´¹þ½ådNŠeBvìg;ŠÏÖÚ"õ4-ÿçæ“O­ž x÷‹£œˆÒS¤8&“áÀ©†êæÁÊy¹÷.sê­mxöþ…Ž_»½ÈÇð*Å…1„lÀ!ˆ"à¼OÝ5¿Ãøû¦“rânš‘Å â×ßW’¢õ{OÖ6ZÝ+ææÜ6{ćÛ˲3SƒaÝn¯½Ã )*®Ë)T¢{¢¬yùŒÌ-˃AzÉmÅ6©³êæÆR©úÌs艨7_,€aÙIy±˜Q&ؽçj¤ Ëå²±™1j%½½ êTEëœqɳó“×í«ÒÊÑ¥0Ýß7Ÿž62º[~ O®£ÃåÉN4NW¶Ò •4¹6)1ÖãõBÎ7À$þõÕ™¾*˜’à~zc~‡ÛÿéŽâyIÝLÖȺUH†‡NÕW7;B®Z륨QI ±­¶v:=&r™Ì¨&Ÿºkj·¨žnè+~)÷Ø'й}¢b¿£óõ‰.˜u~ÿw{ô*ÒlD"zcÍÞ_ÿxV„V hwûßøhoJRb¤Ùèö±½úDA `Ș=ËŸ1í+ã{âåµ9¿höL“‚.*,TÚæfÇ%Ž4zæ«Ì©úÑSg?ñÔs¡1˜k•ؘè¯×Zííß2¾èœ}þòÔä¬Ò¯[U.ŸžußcJkmçšm•$lÞÒZûÌ1‰k¾==ed|eC{KG *N&µ•Z}¼°:Àð@ž®G®¾a™üfsøÞ^wÔl4ÅGxo™5bθä¸H]eCûéŠæ·_DÀÁ¢†Ìôdƒ^+Å)Š¢ËéŠ1Ç,š®VÒ4IH7û(“† à–ýå;N6š# "bêê[‚1„Άä8~Bv „ð›C•‡JÚNU´þ}ÄÒI9qÒ}½¡Íµq¹I§X17ÇbPL°ðx¼r˜™kx\á¹æèèÈn²æ³ÅsÆ%ß:;;øM¯¹­nv@¡)IR'Ê{Ï3Br z°vøA3;]—gÊMìÌðö#5¿\9PZck¶{|núè„m)œ;;ëR˜Ž„nù9QTŸ’š&ÙSÕÙ"ê22²Ú:¦ç 4 A‹kì½V°¼Œ(ÀÖÃUÏ´VÔ·¿ùØB@Ð[ÑÍt"B$<_!ãcbÝn_Œ9qéԌЫ¶·°nxkT罊?Ÿ†a'ŒOíË }Å/U |ŸÂ\‡>QIÿ]ôd©u=f~÷¼g(·õ³<€ç}€€ŸåƒñCï[Dñ%ÚÍejšýKuÎÒšÞšž™UúC©Î””Eª•ç8sdZ'ÓUžÞýŸ $AâQÌuBLttlLôÿm/´˜rFXBjéð,o›óÍ¡ÊP?RltôæeOÝ5õ—+'©•ôö£ç¢,–Ð&C„¬!z¬ ±:|J…2)!®º®þwÿØ3&3*1JÏ’¼¼ô¨ç?Ø‹:‰`œÍ­Ö£bLHÝy¬zýžÒ›ge-˜J’D¨{ !€‚ Æ@ôæ`ì9oÈíc• ™Ð9.Dt¾ëp{|I Êss-vÏÖÃ;"#-Ý”¨ÝØv¤jÉÔtB)½æVìš ÏrœÖ¤ fl`y†½§Iª®ífÆ‚’¦`†wœŸxæÇç²ÇeE]"ÓÙ3?ùâDVF@­R•ÕÙ£Ó£xæDM]#Ãé6è5ƒº:}U°Î‹‚.p'Ã.ßawË_X!E$Î×óªA†·Fup¯Îï^'µõ>Ó áÑyÌuÝ51¥ÿUð“'äK~JŽCC…8,Å~<©ÝBYmím­-O®žeÔ*ÛÝ~@„Vùäݳ¤L³14T¨á%Ús ¼Ü’dJ›ËgÊŸju°ÆäЧ:1iþü…<¥ÞôÕöØÜùyËæãµó˜ë„@JRBÏC‘Äg»JÏœ³UwÄÁ³ zݱⒶ︬˜Ë8U—•5b°MÆåòdÅGDdÅç¬Uc3£uj9ÐÇp&rÞød»+àvFÝùˆIo€“Ñd^z§*(iºc^îÓ3,ï °Zµº±±9ƒÍÉØƒ] E”4ß1?wÉ”t——™”VŠôT `q"-¦3õ¶›žþ —ËGçv–4´¸$I®Û]²`B*ER—Ôkn;\~ADéñƱé‘K§¦Ó% ¢×<_%{ Îñ¨´îfüîXÍ×ßW(šZ0.™$‰ÝÇk7¢Œšû–™=6ùóg/…éAèyYyž—Œ¦R)ë¹ï‹ê§ŽJxíÑùû ëNÌ÷æ'G Jš~uúªT§*[‹&§¹}Ìô¼Ä ££/ËwwcôvÕˆ>®NØ5*D5w*Lš¦zê¢6Á÷)Ìuä gïg|ðdÔÇè|Á‰Sý$Ñ-TCCã3÷Α–(½ñÑ^€À“wÏ’0ýù?»ƒJ´gK¤úzî Ò¡y¨¢méÒ%ÉñB7h”!( ¡ääÄÚòï“GÍ!Hˆ/<æúT¥!âB…þpy‡Ùl¢çüýN÷Í÷•÷,ÍÛªN¡ÒÀîeÐEUÈãõ­œ=?‡„°¾Íõá7§-fã†=¥w/õÈ­Ž•6½³þTzZ2Àl2î:Q763zéÔŒÑi‘5ÍŽÈ5 Ã^^sðŽ¹«oÅò↽%*4†¿nèÜ €$É^]{hÕ‚Ü~4Îãg7ï/ûr¥¬÷©…Çl6™Í¦nß_h(@ÊT__qó¬’ÝzÍ-%W®ÙzzåüÜo»ÿTý¨´HÉÑQ–^ó|¡:ƒ©gp€ÇëífÆäÄ­V(+¯œ=6°õp¥G)dòce•·ÏË?"ö½õ—Ât žù‰‹ Ú-=-ùý/ Ï59æŽK¾eÖˆ+œ©nóó"$quúª`.†ø÷–“+çç®Z0rç±êÜ Ãñ$A¨µ¦^-J_uL§Ó{„ºPH’ìÕÆç´ZMÿñãy¢˜ëH‰B8¨“EÔËŠ¥¾$l_¡ŽwzYÀí5š£¤ƒ'WÏÒ©å цn¡BŸ;ajjêÆŸ|íóU÷åÉw¿£TFU•æÅ%e ÃŽÉË% <x¡¨¸T£Vef¤IqÖ761¤PÈããbµµÕfojnA¯Ó¥¥&#äyþ\M×ëU(2™Ìét%%Æ›Œ—«¥¹ÍFEY¢£"CcHLˆ MÑáp6·´˜ERFC\L4ÏóÁ8Ž+*.U«UÒPò` ÕØÔÒÚf%8fôȾrÛÚfmiiƒaŒÐ·Yí:­&=-ÐWž¥,óßkð^ÍÌdyE•ÇëËÊLS«TRYt¦DDâ¨Ü·×s)L×~¤<´¶Yíí–e jÕš¤Äx’"uuz­`ííŽÑIš&«KÅeS3&æÄýkËÉ“ÕîH‹¹WÓu3o_WíÕ¨öGMm½Ô¦z BØü¸³Â\?è5Šm_­àõ7,»Õé =”ÇÇœ)>KSdtt´^¯8Ζ––¤˜ˆÉyYß—´††p¼xô»Ï~µzÆJ´¦¹£[z-Õ§N¬7™"Z[m$ç™2sæÍ7/ßòõ¶ÝûAHòÛs%PWßp÷‚¬)#ãå4iuøv«þ¶ .%9±¯™– æjA¥”ÓñÝ×ëãGL YŠÃéi(=´`é­/úüÌ ˆHR¢T·‡ïn£’G ðvLšµ æÔŽ3e…7PXT9;9o~cùa•.O¾Á`úaTNö]ܰ˜Mñq±¸½`®âãÖ|Wö2š6FD$'%HÓz±q0˜«¯/ TÈæ-¾eçÖ }Ÿ6oñ- Ëûì*”‹ÏN'ý>ñHÑö‡ù,`Ò”‰"B1“ž|ƒÁ\ŒÜìý41 ærr À2ƒ¹VĨŸ1êÕË~´²ŸsŽ÷vy(øPÁá—‹øDC¡•šéw¾<À“1 ƒÁ`0— »Ãs%‡ ¾»S‰ŽÐÚ6nÛ/ƒÁ`0 æ`„ÖB}¢›^YÙn·ììÄ`0 ƒÁ\$ohcCý?ÿ±@`‹`0 ƒÁ`. Tϯ°OƒÁ`0 s)€n¡}¢ ƒÁ`0˜ËV¢ ƒÁ`0˜ËÇ`0 ƒÁ\çMNI9jtÞ˜ü¼1ùo¿ýN|B¢ô}ð`ˆ„Æ?qÒän¿VWWÏ™;/4EQßzûíÁ¦rëm+>ÿüóàÇöööÔ´t§Ó9\¥è ©\#²sââ¤ã×^{}€a‡%oÉ)©óæ/~|æÙg#£¢KKKÃHt –¿Ôö -WSS³tìt:cb㮄\a0 ƒ¹(ƒö‰nÛömlLŒtþø“nI¿øÒK@àæ›oY½úîG¸lÙÒS§N55wzѾøü‹ÛWÞZœž¥øà?ÿùÓŸ^lùê«è˜X‡ÃX¸ð†²²²¡mݺõӧϘ1sÖª;ï´Ùlý|)áõzï¹÷ÞyóçÏ_°à™gž #Å·­øâ‹u€;wNŸ>M.“Ißßsï½ Þ0eê´z˜eÙP#3 “–žñâ‹/Ý{ß}sçÍ/((èiùÁïÕÈ Ã¤gdþþÔÕì‡~j£”«gŸýí¿xpÉÒeGŽÅ}ƒÁ`0?<ƒö‰.Y²”$IÀÇk? =!ÔÚÚúüóܼi£^¯/,,|ô±ÇvîØ1Ø ãÏÌÌüxíGuuu/ýùå=»w™Íæ§Ÿþ (4ÅgŸyæ¿ÿýpÆõ`0Ž.…B±dÉâu_¬{ôÑG***šš›gÏšt¸öZŠiS§>öø/BÌÏÏ?pðàôéÓ[Z[333ë`C Buuuÿïw¿ÛµkgLtô+¯¼úÿ~÷»¿ýõ¯½~,ïÎ;UJՎモTi¾½%K¯¼cÕ3ÏüæóÏ¿øÅ/~qðà÷’Oô/o¾i0O?ý›O?ûìîÕ«ƒ‰"„<ÏüóŸ}ö™½{÷½úÚkŸöY7Ë6x¯FF¹ÝîÙ³g?ÿÜsƒ-Z°Úˆ¢xÑÚÌÕ¼ùóæÎ™SUUuûÊ;Ž9,Å€Á`0 ær*Ñþùæë¯bºFÏ»qààÁŽŽŽ{î½OúèõúÂÈP·ø=:sæ ³Ù ¸ãŽ•ÇŽ–bß±råSOÿæÑGùü‹/n½å–P Òk)233[[Z\.×±‚‚§žzj÷ž=IMžmÚ#?|çw¿q8±±± …Bů¿ù:xB®oh$¨›åÃÞ—‘û­}ª6àb×1x² ë×o@9r„ã¸ääd„Á`0 æs }¢ÑQQÿß¿=ù«_³,+Šâ¢nÈÍÍl$‹/‘ÜT€}{÷$&&>öØ£+n_™¯7è{ž¿zõ]³gÏ6[,›6~9¨„V¬¸í7ß|þùçXЩӦýú©§§OŸ˜:uÊÇפ¦¤ Å\ /üñù[o[HLL|÷·ûú2HqñÙ?½ø"I¡?½ðGŠ çò‘$ùÐC†~3göìO>þäλVk4길¸Æ´üŸ6ØàÃRU†˜„N§=[rvá ‹ü~ÿßþú>ž$ŠÁ`0ÌLMMݸqã?ÿ÷¯ï¼ÿ·v» À0 ¶ æÚ†a˜¼¼1¥¥%Ø ƒÁüÈår@cCý?ÿñe7ÝŒßö‰Á`0 ƒ¹<à·}b®Gd2YIÉY\Õ1 ƒ¹¼`Ÿ(ƒÁ`0 +Q ƒÁ`0ÌõÇ`0 ƒÁ\1J´¦º ÛƒÁ`0 3ìd猼ˆ6c66ƒÁ`0 fØ‘ö íO‰ú|^l& ƒÁ`0Ì¥¯XÂ`0 ƒÁ\ðŠ% ƒÁ`0ÌåûD1 ƒÁ`0X‰b0 ƒÁ`®'zxtƒÁ`0 sY”(Ö¡ ƒÁ`0˜<:Á`0 ƒ¹< óè<Ã25µÕm¶Vž@Ò2|„EQj¥Z£ÑêôúhK4A]¾W8ìEªí8óá‰g””æÖQ¿N5Žý!¬áí†Á Ž•R)—+ú:Áíñx=žèè諱tÇåq±«­P¯Õ©Õj|Ý1—…ã'Ž?*Â@ï¸5aÜıùc±é0˜þ”èPôÔ¹šsÆcþ˜ñq·UxŽçY–ini*<¹.#™Ô*xß R9‰PÝ( a§ˆª¨*kï°¿ù¨î¡gܽ¿ñÿÞÛýøò¨ç)ŠB!„,¦È¬Ìl­}7mÞ¸yËæâ¡V«u:\&r;eòÔ… âZ…¹\ð<ïr¹}¾@llL¯'ˆ¢èp:(’òùýJ¥2<-Èñ\¯½Fç“'@4EëtºKQ@{G{tT4I’]‹ÐÚÚªº4JÔãrù}>¯ÇÙB¡Öh*•ö­ÃÑno·?p<§Ë £Ñ`Òjuûli1I‘é©}®äWÇ>þè4-x }ûÝ7ó‡[‰Š¼› ´ør`®%:ß^sKãø±L@Q‰¢(‚ËäiqÖ4‹“õøí;”‘Ïy[^ÒD: |@ŒO†–W•iuÚÜœÑ$A@!„ï}Д9æœlëÁ²Óãò'!Ašj‹KÎäŽÈ¬ݼeóM7Þ\UUåóù˲Ç ‚@Óô¸qcW¯^-Éî@ ðÞûïݰ`!Þs¹ðù¼Æð^§WO¡ÓáˆÐ’øýJ…"Œ$8޵˜-éš›vxî‹€ßá躴/Ï <ÇÒ´ ˆb,Dz µÕ’&)ÚaT(UCL”e˜†šZEQ ¹\¯×#„¿×år¶··A"!%Y&—K]nWm}µ^«ÏLÏ’ËE8Žs:µuÕÅg‹Ž™;k½Ý^\Rò€E±ó¦¤ G2߈žO¢‡”¥ëÍ”¦{¼mïÛj^%¨ä1#•ƒ³°Ùm11±.·ƒ$)ФHŠ¢.,I’  ( ¢àõ¹•*UKkËÈÁ+Q…BÊ”žtY–¥iZ¥RAH@H r™áÍ0C#Œv„aY A’Z®ÃÑqÁ`n»£Ãd¶yAd9.¼Š*ˆ"@E«ÕÚéç ùÏl2#$W+à8N«Ó1,ÓÔÜkŽŒ$ˆ ôuRrŠÇã©khЉ¤e2ÎåJÒ¶¶6‡Ý®Òhxžï°Û#ÌfƒI§T©~ŸÏïóuØl´L&W©ìV+`(b´¹¥ !0iüT–eŽŠ" ‚”ÉäBQý~¿( J¥jêä]qЗ¬²ªrÞÜ’Æ•(BHRžèÎ1jTÞ¿>øûœëI‰¥ÝASÓ2$gˆä°€B ý :FÎ þa¼G8›·*41–äÛÝmgÍ[õ±Kqй”hðy™aÝ Dy©ŸC’C :µ:XÇ'†”µ2Íœó ˜PZrÏäò·ol¯þ¹6ãØ r/Š¢\¦8WSÕ5BÀ ïRÕ5ç\n‡ HS„ä¤TQÃJ¾Oš¦yž—Ž»ü£Ò @””îž:•”+F¿õÝÈ‘¸za Œvw^·±œ(ˆˆõ:}]}V£‘œa–e‘€r˰Hja9ïEQˆ¢h2™Boª]®Qq¸Æ‘(i'@‘dmMm_§)•ŠÎžFDa'ÍöÖ6•ZíóxeryjÖ™LlÝ4-Óé &scm-ãÈdò¶æ­N'k’ƒÃÙÑfm>u–ßïã8N.—;œ5µ5^¯;`¢"£bbâLFS EA¡PxnУº<ÏSøzä¡Ðïß{ç½ W‹¢àGi‹¢(A®«U˜CiwÂsUñ‰*ç ÃgX[ÅëqÙËEÑ•yKCñú˜%¸ Å\J´‹Ý;¿[´dÃ0Áƒ‹+Q^Hãò]Þn¸(y’ßöL=@24¼>ûFJ5&Œ›"A<ÇÇÅÅÑ4-yFCOˆ²DMǦæ&žÂ7”DgP}JÒßà9î²2ÅßÞ›zO:ïõyà³ÀÕ a´» 2Íó„@&“›Œ¦öööÈÈHé'{{{Td¤ H}>¿F£ WŠÒ­Ôj³$Ÿê\²Ìf3èÁ%Ú%uQ/öÓBA7¿Ó`B¨¾¦F.—s,+“Ë“ÓÓ»¦ùÁ.µ@2™,%#½º¢’cY¹LV[U•‘“3Ø©ç¡3%Åóç,dY–ãXŠ¢ Žq{Ü™iɉI.—ëtñé¢â¢ä¤Ôqùc.—À f®gO>ÿttpû·A,].}üvó—€%?ºEú¸eý×çü¢¡´;azzV—o¢Ó1Ú5QØ5'b¸íêwòL«Ö<Õ×±Ag¾K`Þñ; •†1¸Å\;JtÑ’eÝ.®D»îR‰à‚§? B®ŸèØìªB—øN× ºÛ«˜uüƒ‰¢(B‚àyž$) äª =Áåv‘ÁñÇq>¿Oø¡(Ñ  1c†L&+** Þ¿ÿûU«¦,'Ç 2½×-Lx„Ñî‚h4Çaäy^£Ñ8¿ß¯T*½^ŸR¡¤(Êï$áõz¢£cÂËžÔÆ³¹KˆvýÒ0‡M‰¢N-JQ$äÅuk¸w{Ë…D)ȱlbj*„°ººšçù””š¦Ç;wަ锔”¸ÄĪÒRZ&yÞítê †A¥åp:Œ#EQ.—C&“ž>!1sê,éׂãÇÎ_lЂ H2TE>,%ô}·kk¨O&£ƒÇÒ3Lˆà†¸Ý Î/Q*Þ»»1ÀØì6€ÙdNÒ¨óæÎ f)j­|;&óGH°S”!gLöÖÊwÇ€{QÌU¯Dƒ]y èvpñ»” „º1¤!EÂBÑJq@°â äy§\;^¦ÁŽYˆ¢H@‚çùwñ¿?¡¢u³RV…žpÌúåѲOµ´evÔÏ Ÿ‰xikJ4ÔZ]]——7oÞ<§ÓÙ™ÐcǪ­ú¨(ûç­…mö¬¿¾×-aÂ#ŒvªD].W€ Èhš “Ùh³ÚcbcGl\,Ã2€n[®“$ÂGˆ¬6ûyÕÒ%E-–H õ Òâý ¶vü‚úÎéæÝfÖAõ&Cž×Eííía$çóú YŽ5˜Œ´\†b9Öëõ–W”gdd***€F£AÑr™Ádttt@z=^­^?¨Bµ¶¶¤¤¤ O¤Ín³Ùl3¦ÎDç§Eù½Ô9ÏIdyŽ ë’uÎþüç?þjAmˆSüñ'KIèÜ_öÉ_ÿÏ믾Ùí^€ÛÝE”(B—Õzøþ"Ó2æ¼ø‚.Â(Š¢Ãn+þͳ›Þx{î‡ÿÕYÌá2¬ßQh«z;ÐqÔ4î‘)¦å1@h³$¯j:{Sݱ{ÌicÏ(æêV¢AöìÚ±hñ² P‰vjP(ÝŸº¦­€RxNAɈ¯ó9vùí[U¦EJýXH(9Ž¤á ‡ ¥ÑyŽã?9ý‡9“™Tñ_„ö¶ nÿÉâÿ9ÔòÙΓÿ˜ & 1,£óV«µ¨¨hüøñ,ËŠ¢Xûñ'®­ŸMùqZû†Ö »ÃÇó'ïàäý4ùÿø»~ î0%ŒvŠÅbimk3›Í<Ï+J’"m6«! ícÁqœÏ狎 [ûΡÅb ݪFú+IFQ#""ôê³ð¶vêõžö¤¼7„ç8¥Z‚¦¤¤TVVòòrÃ0 …"99YÊ•J£i·ÛI’ôz܃-Tsks~þ8–eI’¬o¨KJH ç3~ì„ïvns8ÁùöÁ­H¸^Ò©÷ÞyÿçvNýàÿ ÐjÔ]* ‚c÷¸Ý ®ÝA8tÿ/ò~|Oö”©î¢¢¶œ,¡®¤tö¯~uvÿ¾]«ï¾yû¶aXª„DWËV[ÅkL››2æ}‘«P åQ‘oÊ[²Ù^·¡ñäÏJoNÿ]ôb¼šsu+ÑE‹—u;¸¸åyÉ?‚ ‚†Ìƒ‡Œ£õËu¯9þ)WE)5&Wã{må6D¨#²v†wS$ ÁsTEŒÇý*æ*S¢ÁÙHÞÓíàâJ´st¾kû "Ä[€¼Ó˜™EˆÕ9êȘûÎ÷ èÁàgAI>Ñ@ nÚ}ô/Îl»+¹uRÖÍÒ¯ÆDú˜g͹Úʺ’öQÞ{ hZöt«ÐÑùüüüúúú–––ä”$AX„š×7Ð^à>Óq¾{" —¡uñüЖ`®+Âhw=ŨJ©´ZÛ,f‹££#""¢£Ý®Tª¬6›A¯mãaÀsœ(¢ ˜ŒÆ OTa×êD$ðœÍjõz=Á­DAày.ŒtžyA¼ðmм ˆ‚Às\_;I…‘ÏóÏ‹QI†&%%y½Þ¢¢"š¦‚ꌌ ï½{ô¾ŸŽ&ɨc+Ϲ‹O£fÙȼg~ƒ«fà„Ñîz¢ÕjyAhkkãx!äp:½^ŸF£ ï ŸÊ ïã CRKDÑd6è´ºó[;…»Œ©WŸ¨ˆDé¯ÉÜÇNRƒON®PHz:àóÉd2Ïó•U• ÃH…e¦¢²"=-]ÚËïóI©(¿‹“œ–1,#MÕÕ¨5‡C«é](0,sôØ‘ÚÚZ³É>ñø×ç÷¡´;¡ÍÞ®‰ˆðŒÍ;xãâe7¯0D ‚˜±qã–/¿X>f´À6«u(ÓJ?ᓦŸ¶73ÆåjÌ‹‚ØzžsDÁ ¤bÔÚ*:š¾´Ví`Þø ŸbйÂéO‰ÞÐ5HqÃÀGç@ ÐcYH3$̘Póz;×É "/ð•U•lhl$ÀgÜáãÎ’´@ ª¤Q¨ŠSTÙ ö¦¥¥Í='99uè£óV«ÕårIÂTžçRV®¬Û»¯bÍÅ1gîÊøæV&ý¯§Üv®^˜0£Ý…6Àƺz«µ "„¢e²¸¤¤¶¶6’$]NGcM „Ah2™â“’‚[ ™BQZZ"ƒ»µŽA8ÎÎ}p†¶µSמÄ~y v’Òh4n§Bèóz¥µð555L€‘+äéié€ÊªJ&ÀTWWK ˜¼´½~Ë•J¥Êívé´:žçrsGïÜõ]B|B¯Wó›­_O›:ý¦o©«¯Ý±cû–߆”ïŽ×^0::14ô×~p»»Èý!‚ !Ù¹¿½´Å5€$Ižã{ú]m"Æ¥Í>ánÝf?÷—抽¦ø\Kò ü¬÷$ä…~„šÖŠÿXköÓÊcÚïµQ7ày¢˜«R‰û O×L|Ï€§ä ¼Á…¯Ý=/HCÞ6ѹži3üà‹˜ÿ¸/ð<‚â¤)'u~·Ú`v4Ñt½¨™Yi›§ðÒ’ÞœA’$˲AUÚØØ¤Õ–§¤¤LyíÕ/Žmu¹ •²9weo|ýä[oÅÕ a´; žãŠOR(f£I‘ð¸Ý5µ¦¨(¯ÛÃùKd”$L~щÙ£GËÿòô˜¨èž-¨¦¦6**Ša’,$ R¡PH›ýp‚NÓ;÷&¾°¤‚ˆE`6õ¾“TÉ)Uª» H[k›Áh’+ä$I)•ªääd’¤©)iµµµE!„˜ckm#HR¥J5ØrÅÅÆåÙgpÝ„GØ£„¶¶6¥RÕÒÒ2rÌ™LvìÐa…èØX»ÕðûžÏ? túÄ £Él W‰ö* ¥GÎHKd?[;…u/[ß p'©ÁÊëä´ÔÊÒR…\ðû«+*cårÉS»²†mª« øýIþÌÁ¿`Ib¸ Û¿ûööwø|þ斦ɧdgå”–—~õÍWƒ!6&fõª»u:]csC  i٦͗-¹1Œ„d2„!¡N!„xëÍ·C(ºM®€Ò´ ·»A1zá‚]¯¿»gOì¬Y¹Ëo•œLQjo‡[·5ìÚÕȲ·-]. ߤÁ=]ÒÃm§î2%-P ¡²½áDdÞ'‚ H#x¸/Å\ÍJ48:ïvu;¸¸å…ï5E@@ ‚]êš\Ö©D‡ð lžçƒÛËW;·êŽÕk?^sºè´ôÍí+Vnør}—urÞ{ç%H’”Ëå.—ëø‰ã ñ·ß~[bR¢\®`Y†eŽçÓÏ¿Û.vMbÃÕ a´» hƒ‘à&à÷“$É S¨Rª å_|>qÜĤ„Ä0ÒbY666vPºD„ÎNõº»Ýu>¬À‰kÿïÈw'ÔT[&Óø¼ w‡Íößÿ4²Ì¼Í›Po7ÙpÍEQ–eYŒÈ¿³,"îAoû)DƱ ø|2™LÁ»>·†Å\ J4ØD¾?°ï†ÅËÜnWð``÷¤N‡DÈQÔõü Ï'Ò• /(Ü ¥érvflDV¶ÙdùùO`º6%öxÜA׈Ëé’FçÃK‹$IQ •*ùª»nˆ0*ä QW÷Í;]Nq6/Æ\ׄ×îzc„ÇéRk4e%¥4Miuº€?`ŽŒ2šÍŽöµVÛT_Ïr¼V£aÖ`4W]DQjÅæ'%’¶A€¿dI‚$}~·%ÿ—.9½ÉÄp\‡Í®T*(™Ìëñ¸ÝnQ$IBIš8Îçó-æ‹…’$Ã3ÚäIS O®Yóá’¥ËLF³Ûålkka9VrhQ$eŒ0ÕÕÕíÚ½33#süø (¬^Ëãñ466 ‚€BçgHõò%I’‹…¢(„Û]¿„¾›¤Š^¸kÇ©mÛ NÙìVa¤%2ñÉ'o½é&€Bçü]2„'C9Ž ŸÏç÷ûåÊÖªµ†˜ù-UûÊUííí*•J©T)• Š¢°Å\­J4È`G+8Ž‹ŽŽ-:szô¨¼ÖþŠÊr‹É"„Õ›[­VQI’ úD=^Ïöï¾-)=|]I’ÁÉ^N§SQ­V«ÅbxB<ÏC›šY>0gÞ ¥R)“É@ 蜞HE—Ë…]¡˜!ö(¡Þ`hknÑêu&“QE&Àøü¾¨„x€Ébikn©Ôj-Iò<ïtºt&#Çq¡ëІà§ÐÖNƒ}ÎdYV¥Ö8;:ì6[¨ST¡T{r!ABj­–DwG; 0´Œ& ìÚH•e9„Ä‹YgˆdAØJ”a˜¤¤d$¢/7¬×GDd¤§'Ä'FŒL àõym6ûá#›|_þ˜ü„ø„¦¦f¥J©R*¥`ëëëâââ!„Ýäf°Ô½~ÓÐXo2™xžofêuÒîìöv’$xž‹ŽŒ ~9玻úÚ!IÒno ·­I>Qžç9–eý Ÿv¿c«ÞìwYƱÇñ±­µu°ãG»ÍFä7[¿vvùD“½^oþ˜üó÷$H¨Õª.%êÚ´y#MÑv›Í2àEǹ\îúÆšÔŒ$š¦%?Ë1€ë®µE„¼^/Âí34ÕîBQ*•q‰‰-M,Ë’ åòØ„Š (’„f]{îœÛéä"ɳI.—C0<#°r™¬´¤¤Ç„à >ª”ÊA¥E@(—ÉŒF“Aoè¶n©½£cØ“ƒÐ$É#¤R*!´Œö¸ÝÃ8^Ú¾”€IÓ •J£×©Uj…BNEQáP–aØ@ Â`˜=cNsKKYiÙþý|~ š¢rEtTtNfŽR¡øý’€ÒÕ¸ö3rÌ÷G¾ßw`Ï t Aj•:gD.I×Ï£uXí¥$¥¾õ΀—$™’”Ò¹;ÙàR%£iQ¡€PÅ“Ï7œý ù²NkP(J…B.“Q$)­ÐÀÎÌU©Dì¶M¦¬¬¬ÔÔ´Áå€"Í $ˆÁ¦k4™’ù4„PAÁ±?<÷ÜEÏ×jµ£sÇ@&ÓÀÓ¢húÎ;VmØðeç.ýÊå…óâF¹\@‚0GZ"LFžç¥1Viß1©QS•–™Éó¼äã'IRn–sÑiÂH M ‡×6V©ìKZ¡[Eƒ¢iЦer¹N¯£¢$ÿSp®‘´f1´ÛzIj´Z¹B¡bu  7RSS9ž…No–ôfaš¢d2™L&S(r¹\r`6WQ ƒÁ`°½fáX®¡¾þxÁÑÜ‘£óFçð¦ïB}^_AÁN›””âózN?6{î¼ä”4’ GÒqWS]µoτĔÔ4à°ÇIRÝ+áú½ecóF"L>À_®‹¢ÓGŒÍùMAV¢ ƒÁ`%zM+QŽ)..9:O­VQöKSu]þøñ‡ÌÈÈô¸ùâ3gæÌ™ŸšžvÆhšÎÈ!qèû±qq4M{œ*JÓí„V›3w´Áí.ûuQh"Ú쮃û÷ºœÎ«´j¡Ñj32³åeWiA®R\‡e¼’ uõ7‡k’k¦ÈÁ‚DFEc%z5!ЍÝÞ®¥¤H’&)‚ HZ¯ÑÙmvH‡Ã‘”š:ôì%%%oÛúÀóE{œ½Ôc ¶Ô‹¢xE4*€Få1›-C¹(—³j ‚Íf=QpT„ “§\¥¹6Jq–ñJ.ÔÕkpÜ®Mp­¹« €ŠQ¬D¯1*B $ A@"üݵH5Bˆ$É¡oKÑ´(Š"B—(Îî?‘à…‡–pEìk»êéÉår·ÛuõV-¹\ž•SQVzUäÚ(ÅuXÆ+¹PW¯ÁqsÀE¾â ’]QVŠ•èU êâ‡I®¬¼ôëo¶,]rcVæˆáŠóð‘CÇŽN?qò¤)áÅ@‡ˆéËM\ ïzÐ >Ÿïj/ȵQŠë°ŒWr¡®^ƒã怋|…Äívðd¬D¯0 Î+Q–eË«Ê9Žë]$Ñt\l\Vz¦L& #¹òò²Ý{vÝqûªÍ_m†fff K) Ž}üÑ'Þ~÷/a+QŠè”äWÂE¡® % !DWŒI¯óR\‡e¼’ uõ7\ä+¿ X‰^¥bkaiEù”)SoOLîçüÚºšC‡¾•“ÛŸºí­6”——íÞ»ë'wߣTª~r÷=®ù/Bh€b´ÿv2aüÄ·ßýË„ñÃnK ¼RôEBtÅ8h‡Z»®‰‚\3—ãz+ã•\¨«×à¸9à"_\\‰&$&9|(::úí·ßyâ‰_^ŠLÄÆÆ555†tCÅK—ú•$CQÐ/ hjnˆO°Ú[y¾÷Œ(ŠŠOhjn™3¨„‚2”¦e.—C¥ÒHb0tÏ褉“'Mœ<¤JIQDHìE‰ÖÔÔŒÈÎ~ýµ×yä‘^Ê¢øÚk¯=ýôÓÒG^?Ĉ׆Oô|Ã¥ÀeÄ…º† Ž›.òu¡Dƒ7ø7ÿò—K­¿újËeLýЍ!£óÇhµµ€®JI’¤Ñ`R*Tþ€¯ÝaDÑlŒä8~Pµ6T†657ìÜùݼy bcâ‡KŒ9zXš'¶¥ÉNSôüiÍG-_~ãšÖ<üÈý†Dá•W_}ê駤;vì@C[ùD“@¼V:…k£ âuÐG_“e¼’ uõ7\äk€®Ñ~á…?åËoZµêNÀŽ;çΛ?}ÆÌ o8S\ `&%5íO/¾8sÖ¬é3fž).¾ÿþ&Lœô£›oñûý^¯÷îÿdöì9sæÌ}êéßô•ʲe7zžÜ-õ ^¯·¯9”WécBˆQ@vÆÈ‘#ÆHÿggŒbŠ×žy')^›1*;cdH@Ô×j§ÐŸÊÊJCeèW_•˜˜üÕ×_557дì'wß³{﮲²RÔƒ¾âlllX³öÃO?û¸ºúÜÿgï¾£¢¸º€ß­ì"Q:DQDŠô.`AATP£XQÓÕØ½ç³·Äž`ï€]D‘*ÄŠŠT¤nŸùþ³Y·QDcÈýœœÝÙ×ß›ñ23;Km¡î½ñÇuêí£ÇwíÞ~ððþçϋ՗ù÷ŸGt‚ þ#$’ýû÷/_¶L(æææRÏž=ëæêææêæîîñàþýŸ~ú‰ÇãõêÕ{ÐÀA$A„„„PÉì?àèèèìì< |@yYI¼úz##£Ÿ~úièÐaîn²J©s¢rx<ÞÒ¥Ëüü||ýCzõÞ¹k7ùixúôih¿0¥)®’$»Úwss÷ôôòöôòèÙâí‘H$›·l•¾íÔ¹Ë{¨ªž^>Þ>~ž^+WýLþË©êcÿ°péÛù ~ÖÁæþýûï3ªr³ótJºü¶lýEU^ŪYç-Õ¶ßc÷úúù­Y»NiF>ŸïÐÝéS[*-~tRÕMé¼È½hÙ½¾Å\ïjñcãrž^Þ!½z§¦¦~œ†½ÿܵð9Ñyó~Ú½gOBB<”••-X¸ðÌéSzzz999ß|ýÍÕ«ÉP]]íêêúÓܹ6nŒ™˜˜hii1rÔèøøx.W³¦frò*|T_×¥KIr‰ek—5|øˆ‘£F2ZW4*;…å/¤o ô ¯®î6hmÞÉ©í¼¾­|óÚ¸iãÏä?yò8éJbÌØ ,»¤¤(þT|pP/»Î]LLLãâ"Â#LM-ÆŒ»û· ÃÆ¦ccʼrõr  ¾AìÞßzÛuîâÚÃmæu®=ÜàÞýü+ÉI#GŒ.*.LLº8fÔ¸F-J4%g2ÓÒÓŒŒ:X[>|ø¾}ûV¬XQRRòå—“;u² …"‘hñâÅ;vì¼pá<üõ(àéÓ§Ó¦O¿~=ËÔÔtñâÅÓ¦Ïøí·=$@MMmhhèâÅ‹“’./YºôôéÓÊ£pËÎwßý ££}öô©6mÚT¾ysøð‘Oä¶’ HUQ²„ø“ÇU&xÏ¿ì%’­[¶~=éKêíáƒÞ¿ ¥½8q숱±qeeeH¯>aýûuíÒåß}PÖG áÁýû¶¶¶b±8%%ÕÜÜŒúc©Ù£*7;ÿH§¹üä>R¿Îß¹H"‘4æ§àäŠ*xøpýºõ§OÅ›˜˜ˆD¢Jë¢6þ³ûþG8:©ê¦ì£^P[Z|¯oÙ—b{¹H>ܱIG¹¸øø)S§ee¦Óh´o¿P hñ#vKF¢²RRS_¿~=zôé‰Iê…††Fß>}ÀÙÉ©sçΖ–àâì\TT5$jᢅ?Í›çí墾üîŽÝ™xÙòeÆíÛ·ª(ô¯S¢Ò¯Þ¼”^×ÖÒ!$"¶Ž1! …B‹M£Ñÿ µÔô”AƒY,öóç…ÇOžèÓ«¯]ç.`×¹ IÇN4ØÔÔ¼oŸÐsçÏ}mómcʬªªâ ø\ŽfÌØ ÛvüJ¤ô>Ñüü»‰I¿œ8‰Åb3 énÓð¢¤ÓHïÝ»wßçŸNä°¡C{ö\²xÉÕä«þ~~¶;’Éb²XLuO­l^’ 3Ò3üýMŒMH‚=jt`Ïž$A’©©©ééáId;»Âg…JïLeÒå‡÷Þ½û×oܸ–‘¦¡¡A’¤ž®î—_L$I2.>aëÖ_htº©©ÉêŸW /ŸQ#£/_¹BÄÚ5«·mÛ‘›—kbb²cÛ¯t:]ͧ\.wÒ×ß”––ÖÖÖvwè¾jår6›-Ü<¼FŒ~üäIQaÑâE ]\œà𑣿nÛnh`àáá¤Ê¿L”n—ûËçÁƒ‚ _|qâØÑ¶mÛNŸ9ËÂÜüûï¾½z5eíúõB¡Ëá.[¶¤‹\IN^½f-ÐiôÖkiiE’’|=~<õÇiñ'Oüü¿Õ|`øˆ‘ššš;wl6|Dþ\P:VJ»Ö¤^E"®§«K’¤âèÕ××O6ýyñs Ñz¸8/\0»¦ª%J§Cý *®´ ìãÀ'NÆÍ˜>íÊ•d/OϬ¬,êžrjT›ÑÙÙqvvª©©™5säܺµpÑâ#‡ºyxEôº²òyñóY3g¸ºöP:bïÓ)¹å§¸0dó*]çJgÐÝÓ{è¨'Ožöïz!1±©m{YñRKK«mÛ¶$I2™Ì®]ºP äÖ¼©© ¬]·>)érm]ÝÚÕÿ£–ŠÒ&}œ¥¢êè¤ê`¢8¿Š)©*–.[þGvv}]ý²¥K¨”ÒÝYÚ j‹ª½þƒ®¥»íú Åbñ´§@^Þ™³gŸ9• Ý_¤‹dÈHߘ#R3æQi9rCÔ¤.Nýqú«W¯‚Bz7ØþÆì¿²CñðÑ£–»‰’$Ù£G}{cå¶khhP/ †çík:ƒ.‹:|öYÊÕ«W¯^={îÜÆM›ÏŸ;«¦üÆ'vèÖ­UÝBHÄb BöÉö]l»1è ¹?— oSwV›vjË­Î"Q€ª2Åb‘ô Oõõõ%¥%Õ5Õ §â{…ô±±±ÉÈLϹuÓÙÉŵ‡kOQÐᣇÃú…Õóxl¶P(hL™þqñ'‡F 37·üb¤­¿nŠ„]ìºäßËOºœøõ¤ïX,vqqaÂé„°þájʔŢ$áÝ]±¾¾>..îòåËëׯ€ÊÊÊK‰‰oÓȦ¤2*nQ–ŒÉdRé4A lçW|žèÝü»;w– )ÅÅÅK–.;s*¾}ûöëÖoX²tÙºµkH’¬©©qrtœ:eò¶í;FwâøQs3³I_söÜùþýBÕ|:xÐÀË—ééêÀü Ÿ8ùù°¡$IÖÕÕõì8íÇ©iéë7lüý·ÝÅÅÅkÖ®;{:ÁÐÐpþ‚…jΑ+¹Ë rÈ0ƒm:îÚ¹ÝÖ¶ã'NŸ9k`DDá³ÂË––•—¯Xµêкº:·ss§OŸy*!®¬¬læ¬9ì³îÐA$‰ÅâÚÚ:iÒÿOûqê¾ýöݨj¬»Öø^ E§ÓŠ‹ŸOúò ccc’$G/9ùª&—›’ZN$I–WT(vMUK”N‡šôõõQ,\± ïcï^½ÆÅŒÿqê”'OމÉÊÊ’»–×ÔÆÈÎΫW¯ ½ûu²µ%I2çVößMݰim—víXLæÕ”‘XÚ§¯š…%[¦MÇ ^ûî1|„…¹Õד¾Ý°iýÓ§OïÝÏÿá»Él6»¨øÙƒBû„vøÌº‘‹•É .E¾“8.>ÞÛÛëø±cÔÛßcc÷8°rÅòYsæ<(x`kk+ÄIMMŠ„Ò¥Béåã=cÖ¬ç%ÏMMMÿý÷€*\…¿j¡bU¥ßmb2@(¾ˆKH’Ûx-+ËÝÝM___(Œˆø|D´P( …¾¾>B¡°‹µu;##¡PhßµkaaaƒŸ>|$1ñ“Å|õòƒÁ  äp8ݺ …ÂϬ¬ŠŸ …ÂkYY^žÚÚÚB¡0bÀ€ì›9rmûûÊ‹²í÷ïmÿ×…*Á¨ÈäääÅK–?zX"‘¤¥¦UV¾™ôÕ×TšÚº:¡P˜–žîæêjnfFea0"‘$ß– ‰H‚ …‰D®^ªÁJÇJ±kïÅï{vµoß¾ªªjÌØ''Go//ÅÑëÔÉvåÏ?/YºÌµG??_¡P¨´kªZ¢t:ÔÌ`Z*©X¸bßG&“iooöì¹GwëfO’¤H$¢R6¯1²³£­­íæÚãÌÙs~¾>)©isçÌ …L&ÓÝÝM(š›™±Ù삇ïÞ¹Û²’]~ §N). Ùe£¸ÎUÍ ‹Å¢ZÞì¶íܱíþƒ7oæ>rôÀC‡îW\ó@CCÃßÏO(:twX³nš&}œ¥¢ôè¤jõ*ίu‡JS2ŒÞ}z …B{û®Ò”²µË¾Pº×+––Z9ªv[ccc##£ÌÌkÎÎNgΞ;väìþ"]$?"5c•–£8DéòðèQ4­m[ÃukV7¦ýÜe‹jñ¹kùs¢cÆŒööñm×ÎèÌéÓ;wlŸûá»ÉÛvüúÃw“Ùl¢¢§±{÷ö íg×Ù®ñ·›PO¶—;C¹ÿÀþ‘ÑÑÒáá3gÎÚ´aýÖ-›£GŽ"‚Édì߻ׯÆfܸq®nîíÚµK¼pžj­•…ÅÏ«VöëŸYYíØ¾MþD©âIS™ÆÈÐv;Ý¿wŸÏçK/È Ý’$I’l‹ÚH§ÓÙlék‘H¤þÓü‘pêô}±gÿƒOž>¥ d1™T2 âíI1Æ_åNT4ã"ðùü¢" 7oªŒ ’ìîà°iãúw³üu;É_dÈ, eK–M&­Mq¬»ÖÔ^èè踻»¥§g°X,ÅÑ377?qìØµk×’._Ùµ{Ïþ}±*º¦¤%dg+53¨´pÅ64©ÂæϜ52z„tôdÏñ4µ1r³3üóaë7nzùòe¯`‡#H‚ ‚º¯F,I~ˆNÉœNS²0d—â:WÕ/ކÆû·­“­m'[ÛÁƒzùø=}öLqÍScN½ ÓhÔRQÕ¤³T”T­^ÅùUuØ‘?P(,žwgJÉ^ÿAWõVédÀ€ð„Ó§ëêëlm;R·[(.’Æ‘š·—)-Ô~ÁCéGÔßÛÒ»l#÷ßw‡¢…箑þî|Qá3SSSXºdÉëYT سgÏää+™éY×2,˜O]šòø•ÅÇÇçè‘#ÔëÉ?ü0sÆŒ^!!i©)W¯&§\½:zÔ(¹*¤Ï¥^(M,[»TBB|kúº 2?²ôîwçu´tI‰XËÔQ±}(Á¯lßµ¯¨êiC+-S’$”~aê–Håÿ9;¹ÄŒïìä¢& õŸú2»téÚ§Oß]{v>a³5¦üð#›­QXødמÝ}úôíÒ¥kƒeÊG¢4ùöKoÿ;•0lØ0é[]=½Ò’ç:ºº}ûöͺ–yãzVfF†µ °bÅò[97/^8O¼¬(§Ò6,çfvÎÍì“'O´52"48œçÅEÔ§íÚ·¿ýç-¹©ÿ¿;okkëìâ¼pÑ’ÚÚZ’$«ªªvíÞãââ|ýúõ²²2’$?ááî.Œ¿çåÝÉUÿiuuµ±q{ ‚ /]’ýL®g§?þÈæóù$I&_½ªìk—*¿©tãò«‚ƒ‚V._6cÖ,çîîöGvv^Þꛕùù÷H’tws½~ã'Ož$)êëëuttx¼úªª*’$ÓÓ3¨vÒéô·§Heܘ±RÑ õ½¨««Ëξiff¦tôÊÊʘLFppЬ™ÓóïÝ‹ÅJ»¦´%šŽwgPiáŠmhBôðp3nðàA²Uÿ¾‰‘›GGÇÚšÚÝ»÷ õö‹´qêô’$³oމŖ––-ß)ª†šuÞà 6¯mEEE·þü“zïèë+®y¥K¥Q‹êƒ-¥G'U«Wq~U¦”HΞ9K’dNÎ-¡Phii)žÊ¾Pº×Е£æÒ·Oïää«ÇŽŸ®jiÚ©‰ó¨´¹!jf—j#÷_Ù¢Z|î>à}¢èƒ] I’öÎ9Qêê¼~[:Ib£Ž¾FÝÛ“ÀÐl×¾KÛ°³ž™=¨þKý‚ȹuóÖŸ·œœ\štb™ö]í ‰dûŽ'L477/..Þ±sÇ€ðö]í›z ‹A{{_Ì'€ÅPò…°5ÿûyÃÆMƒ"‡Ir¹Ü!C¢LMLfΘ>nüD073[¾l‰ª?UÕŸ”~êíåuâÄÉI_}­Ù¦‰±±’,šLMM'N?aâ—&¦&º::M=':løú_7"ÇÇÈ̼Vð°`ÞO{ FpPЊ•«.˜ÿ¿ŸW.X¸H(Ô3°sçNFFF‹-˜oÕŠeÒ¯É*='ªt¯oñ•#wàb1YJ ZZZ.ÎNié+—/Suømü©ó¨êÈ&7DïsAUû¹ÿÊÕâs×H4kk븸¸¿nݸå—ׯ^b8ø¨©®>tp¿——N§ÑéÔéôÌY?|7õiñ#@`jlþho˜MÀ·$ÿ5Ò@£“¤„ €²]söŽb¦JKMIùqƬ—ååGšðåWj¾'ô[ìžÉßO]¿qíØÑ <_)vÏîð¸\Mõeþyûϸø¸ˆâF tìîØ`™ºzúrÛ‰Ÿ8.Z(~ Sóû¾£Þ.­`ݾ•ÓÝÉ{}TcúŒ™aýû€@ ì’‘–Òê'îß»¨Þ§å-;¿8;ŸZ—?…ù½}+'4l€šÏ‹‹vlß1ω~Z—çÿþcÀ¨­ÑÙ×]{¸1L0é1ªäæáÏü¿“Ô”ˆëË“$A’eЩòñUº±¯ÒÛåîé”ãèà¸~ãZGǦ=3Lu™Ý»9HĢؽ¿1²{7‡æ=ŠŒÉxgþYLþÚ'ö¢õ÷±¤¤ä›o¿755íÛ§·ÒS>­{âþƒ¿öÙâó‹³óIuù_4¿€Wç?±@”$I’öWDjeföðÁ½ôŒ4é#“º ^ðÎ.¶rÚÆØhÔ=û’š¢?Šn$]–( ÝHPwuÞ±»#uÚ²IëU}™NŽÎV–Ÿéëë7{`ÑýðÑ…¿;½øôÑÄÄäÄñ£²µ³Y¬´”dŒD[ëRiñùÅÙù¤ºü/š_ŒD?ÉPô¯w ó3ËÏ>³üL&¯ôʃÔ]D]É_q'®cEØO§qŒIUçD[|-6T¦žžÞûTÊdíÓÙCðœ(öûˆ‘(¶ûˆ]ÆH´Õ£Óé$­ÁhÒ“0é)»xwáÒ ú_ƧÑhµµµô÷þ0B"ù eÊ/J:íÚCè4ŒD±ØGŒD±åØGì2F¢­; ¥Gã=¿4.–H Û¶%‚F]]Ýò²íMÞ³yååezzztíC”‰ì£1ŶáRÁ° #QôN‹íààx-3³k×.‡úƒ¦b0™±$/÷vÏà¡PHg0ºtíšu횇§W[£vôfh$òeEùõ¬,‡î,6ûC”©4@Àÿtf'ÿN^ëXf­£#­f:þk}ü”;õïpܰ˟²s§¤¯étº¶Žn§ÎÛµÃHôS¤¡¡Ñ©s-míké¯^½"šõ•s:nhضgpˆMǺº:ƒieeEHˆœœìêªêf—©§§çн›±±±‡K£ÑZ¼L¥i´utkª«>…©‰ƒë!„züúú§Oçݾíн»á»Á(F¢Ÿ ‚XYu°µíD£ÓߣB(ÖÕÕ½]ÛÚÆÆÌÜL"Í=ÛO§ÑXl6†~ 2?eŸH@ŒBý«´5êÒ­Ûƒû÷½ŒDOÇŸÄñBMXÄ „B¨uÓÐÐÐÖÑ©V8¿£üœècŽú¬ùé8!„P«Gý€¤â}}Ê#Ñ–ýÞJ½Ä‘™Ìã|0Á™@!„Bê"Q¢E#Ñ®°¬…W×’¥Àfq„B!¤.mÁ@Tn›´)µõ>_s&X§þvtÇAG!„Bð®Îw¤ï´ršÀ`éæôuiæ®Äzt„B!tU‘h‹à%íh7 LÂy•' Ͷ%³8dIc2Úšj-íÐ͈zËfÒgí29¢Sƒ}º´ý~€íWýl¬Œ4'ô±n0=‹Aó²3l^ïdóh³¿`K¢&Â=!„ú/ûP÷‰jÓŽô=f´Kœ~ Å/èd%&´v™7—@¯ÉØè &»‰§ä5ÏHOƒjI€ƒQu½¨¢J ¾al&ÝßÁhÕ±|‘˜ÐÔ`K+”MO§Ñ³›r;šj¥Ý­hFeóV׋ö]yJ`h…B!ôž‘èûœ¬bCU7Æ: vZ; £«Yœv"Þ56Ç”Þ1ú¬¿n{'³ÇGÌ/øæS… «"åf¼îak@’¤^vgsígeu¯k…ºš¬¯ûÛ.?rtÚ÷:ïO~Zþ†Ú𬠽mhãB:€±>çhZÑËjÁ@OsMƒÉ ùç“7AÝÛ“l&íPJ¡DBñ³HÈ/úÚd濼ýô U»‰Vß&,]ƒÅ8}ýùÂ*ಞæÆ&–û´êö“7²y­µž¿æ•¿áëh²y™ëk³Y ú™%w «` §9Wƒ!!H#]ç¯xq™Å¸ò>±Xl`ØæÏŸ7íÇÀÜÂR T”—5µ¨µëÖÀÔ)SàyII—.]===/^8/ûú}É`0*_¿’«!„ÂHô}#Ñ Æ`}ýö¦vCit6¿:ITÏbs­Ät6ˆÙAXø¶10çæŸi÷zÐU"¶ž4S,ÄÌ€{ñf©¯½Ù·‡ÉÅìR‡vyÏÞTÖ @›Ë¬®ùukw¿¸º¬’Ge©®fݩ׆}æÆs˜2Ðîù«z’$M ¹¥¯y'2ž2´YCìלÈç % :F±„|ò¢îöÓÊ;ÏÞyÎêóWõ[N= L ¸Cü,󞽡Œ épóQåÁ«O  ‡YÇËæõµ7ºþà1½¬Ïg—æUéj|Ý¿ÓâgoHSCîÃÒš Ù¥t:ma´Cµb gO? 7}1q¢ŽŽN³KX»öïQG[{ÊäÉ–V–¢©²!„Bÿ5ªîmþ©’m¥•̧¹çj_æ2¹]è,K‘ BPÿLÀ{Nc´§³¬ªËÒŸÞ:ú¢’™*Ù^G˜)–ÀfÒµ5Yo/«Nôu4YwžU™p‹_òHž”ÕZµÑmÃv³5LÌ)•ÍhjÀ}þªž$A§iqY•5Bh¯Ç9÷G)I‚DáiÞÕB—$A$&IÌ ¹Ï_òäà`¥÷E¨í¤~¶Cü¬„"‚$¡“™ŽXBf濤ÔòIJy .çE%ÏÎ\÷UðnaIBù›I=ÆÚéq’o—“$0h4’±„|ŸnMÿ}\.·¶¶vãÆM²E"‘ŸŸ¿‰©™¾a×®ö›6m€»wóutõGFÀƒttõ ŽG'çêêêêêj]=G'çêššuë×>|D®"UÙ«ªª†}þ¹±‰©aÛnÝOœTù£er@©S^ÞÞ†m:ÚvZ´h1AÏKJttõüGÝ®½ñ Á‘iiénîígÍž‡0„BÿjÊω E’f—ø >;/Üm.¸l_»S÷ñ/]ú´Ñ3òž²Û8¿)¿]t÷Ô¡þÁ·Å’ PR‘E[nék_(.~Y?ÐÛbË©ûÚ\¦@HTÖàaIy[®³µþ™ëÏkêE²M ¸‰9¥B‘ÄX¯MékžP$i§ËyU#xS+ ¬<’gg¡ëi×ÖÃÎð×3l&]‹Ë”žU¥ôèhàð™Þ¶³‘$ÄÙX· [(’˜p•ÖÊ‹lÞvºœÊZa=_ÜNW£øe•¬­®Æë!O ¦>­®¼•ßgx[vË©¯¯×«W¯-[·~õÕ$éFeoß• ˆU?ÿoîO?ö dÐ@§Ëÿ=ö󪕣nj€-[6kki5ðÇœBöcÇŸ;w~ÖÌ™^^ž÷ïßçhpTå•«èÏ?ÿ=zŒ¯ÏáC‹/]Z³v­¡¡á ÁƒàÖ­[ÞÞ^n®®IIIYYYS¦LÞ³{ÏÖ­¿Œ=¦K;\G!„ZU$úþ_j.÷,÷lǸ˜7ËÖ}¨XðšÆ(/¼}äJýÏå7ªUyÍ 5‹_Ö“$ùǃ—Ï_Ö–×9Ù迬£Zõ¨´&ÔµsÉk^vÁ+Ù\ :ÍP[£¬’G’`Ö–K¥7kË}þ²žÊh¤«ñ²Jû¤R$’ôs7#IRO‹ý¦V$×YcîãÒ¾P¬Åeúwkwæús’$kyb‡ÏôhIêh²ªëE²y¥ÕUÖ :èI²˜ô(ˤ[¥TŠ+Þ6ÞÌ[TQßÿÐfΘqðà!êLŠ@ (xXð믿¾©ª …p÷·îT*—½OŸ>, ¢"#àyI‰šº³[ZXÀƒ œœœ<==Tå•«hÅÊ•A¤¥§§gdP ’¯^¥"Q[[Û•+V:t(5-màÀˆéÓ¦=/~¾{Ïž¢¢BŒDBa$ª\™ØµRlUUšÁÕ3|õüÒkq‡2±«š”bÞVóiY-I’…åu…åu²±)”Uò4XŒ£)Oå#H}nÙAT KkH’4kûwÆ^Î&Ö&Ú" ÁJ\yB’äË*^_4{X·Ô¼²Ô¼rªœ¬{ãzw46àÖòÄQTQG’dÖ½ [3í#»ó…’{EU'Ò eóêkkPµÜxðÒÎBw^tw¡H’~§"3¿dÛ`fÈ}TZƒ‘èû(-)¹—çMe% Šª| ™›;vÇŽAP‘â®]»cc÷FG˜:eʆcc÷ŠÅ:‰^¿~-_68Mª²÷êÕëÔ©„+—¯ÜÍÏŸ7~òÕ«'OWÈJ+¢šúõ×_ŒImÑÔäR/ €Éb€Q[#ivÅð=yì.„BN×ÑÕµëbobjú©D¢Ç×öŪFf¯^¼ÎãÏnLÉ{“Ém9u­Hú:ÈÑøêí%¯êåÒUÔ­>v‡z}(ù õ">£Pš`ßåÇrYDbrC\¾|ô\É[y8Wn£@$Ùu¾ Á¼"1¹ûBÜFÙ6ü«a¨Ùaèíœl'®¦&äëW¯ •¦œ>íǽ{c…B¡††EBÐÕÕå ÉÉW©4&&&L&3'''áÔ©íÛ¶Ëf×ÖÖ.--ýý÷X[[[«Ï¬”V¡*{ZZú­œ[¾¾>ŽNŽIII/_¾TÓ#ÙŠBûö]¹rÕ‰'\\\¸nbbb—.vaááM¢€žÁ¸NB}||à¬LÐŒMM>•H´Xì]ÉoÏ-¸SÅ7.{7xBTöúÜ }m_U vž/ÀÓŠÿM÷òïvstn£©©©¥Åd2¯Œÿ½ZÚ·ÿâ‹/6lØH½7vì¥K—¶oß‘r5¥[7ûÂÂB*0]¸`ÁÊU«¦L™:xðà”ÔTiöÉ“X¼xÉwßß§OŸõë×)­BUv:~ðÐÁÇŸH$’Î:-[¶TMd+:zäplìï«V®úòËI,ËÞÞ~pä঑ªÐ!„úÐô Ü<=ÿÌ¹ÕøH”fmm·ã×­·üòúÕK8òZ]·l–>ýa_­ñçkwUq’,Ï6yaƒä6ž;=&¦¦ºJ1}ü‰cþ=ƒµ´´¨Û+B!ôé ÑiL&ëØ¡ƒ£?­®®JNº6žíؾ=,bªßXjÉf½’t¼T·î•ÃPô¾‚’d2™8!„Ч†$H&“©ø5>øÕyÊ ‘óû\—GHvqª¹(B¡‘‰"„B!Ô¨HtûdôÄƒ€BýgÑqB!„F¢!„B#Q„B!„0E!„B‰"„B!„‘(B!„ÂH!„B!ŒDB!„пþ~7B­–€ÏêÓÐh4m]ÀŸUC!„‘(B¨%#Q¡ ûÆÌÌtU  †‡‡WøÀÁ5ÕU8\!„0Eµ¤¬¬Ì‹–q¸\¹í•••ñññŸ¶tñüðƒ•æ561Õ×Óc²Xt:ÝÛÛkîܹæff`Ô®}EyYãÛÐÔôr ‚X»nÝ´|ÿÑhvKÞ¿4¹^´lKš×†”!„šïE¨5#B1 -,, Ÿ;wîÍœ‰D¢&û¥¤K¹·ÿ̺–immÝ»wŸÚÚZ8îìÇiBa$Š‚êêêáÇ?}útîܹÞÞÞÉÂáp¦O›faa~üø èÚêêêFDGûúúùùùO›6ø|¾©™ù´é3bbƇôÊ̼&WΈèhÿ€@g—ã'Lð¿Õ«š7úôÆþ²é©Š.ZÄçóûõï?dè0HLLôôôòꜛ—GÕkna¹xñooO/¯Ü¼¼˜ñœ]z„‡àñxŠRí\¸pQôÈ‘>>¾YYY²iû¥´RYJ?½pá‚····¯¯ßÇåzAµ>ìêæîîá982ª¢¢¢Áæ)–ÜøBÉ»wóí»9”——À¤¯¾Z±r¥\Jƒ®tŽÛSVVfßÍ*óÁƒr³úÀ«óµ~uuumÚ´¡^Ï›7ïéÓ§³gÏþú믛TH=òïåKß^LLÔÔl“––J•Om¬­­íÛ§wHHHAAAÄÀA¹·ÿd0Ò,[6oÖ××€)S¦8xpÜØ±cÇŒñó÷Ÿ?o›ÍÞµ{÷ø˜Åz.X°s箳gÎÀ‹/~š7ïÂùózzz7oÞœôå¤ôô4*¼vss›?Þºõë#"&_¹lii9|Ĉ“'ãFŒ®Xfmmmß¾}z.¸råÊòå+âããÔôKU¥¥Ÿ–””~ýÍ·çϵµµ …b±X¶RÏž=›9kvFzº©©ÉÒ¥ËfΚ½{×NõÍS,¹ñ…48’]»v™2eò¤¯¾þù°'OžlÙ¼™$IÅf«ð  žJ‡KM§B‰"„Z­½{÷nÙ²åèÑ£©©©Ç÷ööþæ›oÞ³X'GÇyóæÏž3ÇÇÛ§W¯j#‹Å [[[‡óèÑ£N:I³ìÛ·?>!Åb–—W°5Ø`ddäãã›pêT¯¤¤Ëk×4p!8%%åõëÊÑÑoÊ¿"`‡Úœíì:[ZZ€‹‹KaQ¡Òr¸\®§§'ØÙu),*Rß/U•ªiRjjŠŸ¯¯­­-°Ùl6›-‹›‘™™éïçgjj£G i°yŠ%7£5š0~|bbâô3ÓRS †Òf«pU%«oB#Q„P«U\\uôèÑE‹±ÙìU«VÑh´¦’=bøéÛ:df¤_IN>söÌú .%^‚ ‚ Óé ‰d³§§g:tèÒ¥D.—»mÛ¶‚‚‡Ôö/&NX¼xIEyÅ€ðpMMMõm IÒÕµÇÁä¶³ÙlêƒÁÐÐàH_‹EÊ)‹E½ ÓiAÈ~¤Ø/U•ªoÒûPÓ¼–*DU³y<Þ“'O¹ÎëÊJsssU…«pU%+¶‡N§“=>LøîjAýwà}¢µr£FZ±bÅóçÏûö훟Ÿ?lØ0kkë&•ÀçóW¯YSTXù÷·ìKJJY,Ö€ððU+WææÞ¦NžI$’#GŽ@fæ5±Hdcc#M_UUefnÎårI’LH8%ÝîááQ]]½~Ãúe—æ€ÉdJãZÿ€ôôŒœœ*ê½›ÛâÃ¥Ø/õ•*ýÔÏÏ?5-­  A}}½l/¤¼½½SRSKJJ 6v¯¿¿ƒÍS,¹ñ…4f$gÌœ¶}Çö &òx<¥ÍV¯ñs¤¯¯___ÿæÍ¸œtwU„þ›ðœ(Bÿ‰`fÏžM£Ñ¾üòËÆg a²X4ÍÇÇûbâE---éGyy¹ó,`Ð$I®ZµŠÉdŠÅb¼;y~þ<o×®]²7‰Å¥enñÎɶèèÇOœ´·ïªªãÆu÷ðl×ÎèÂùó¿íÙýÝwß „B‚ ú÷ï×ÝÁ¡eÇJ±_&&Æj*Uú©©©É–Í›FM$“ÁØ»7ÖÆÆF¶T^KKËU+W„…‡€••Õöm¿6Ø<¥%7¾õ#Ÿp÷nþºók™LfxXØŒ™37mܨØlõÔ—\d<þ¼°°pSÜOúo¢Y[[ÇÅÅíøuëÆ-¿¼~õNÇŸ3‡}±»w„E ’ÛxîtBô˜¥ÏZ?yìH@Ï`CCºÆ¨®®Ú¼qýŠŸ×Ro÷îÝwüøqÙ4³gL]ñóÚy²=ŸÏïhÛ©XÅ­™jŒ;.4´ï°aÃpÊBèߎ«©y ö·AQC•þ«”œt)4l¼O!„Ba$ŠB!„0E!„B#Q„B!„‘(B!„B‰"„B!ŒDB!„j|ž(B­–€Ïxj=FÓÖÑ’ÄáB!„‘(B¨å"Q¡ ûÆÌÌtU  †‡‡WøÀÁø|„B‰"„ZXVVæ‚EË8\®ÒOù<ÞÒÅóUý¨±‰©¾ž“Å¢ÓéÞÞ^sçÎ573£ví+ÊË߆¦¦—ËHÄÚuë¦ýøãûF#[ÒìKɵùý |ÿ6| ,!ôžð>Q„Z3‚ T…¡Àár%‰šì—’.åÞþ3ëZ¦µµuïÞ}jkkàü¹³§ñTEA¬^½¦ ü8Ã.ÛæV¯š6| ,!„‘(BèÃâp8Ó§M³°0?~üô íuuu#¢£}}ýüüü§M›|>ßÔÌ|Úô11ãƒCzef^“+gDt´@ ³Kñ& øßêÕ?Í›G}zãÆ ÿ€@ÙôTE -âóùýú÷2t$&&úzzyõ ÎÍË£ê5·°\¼x‰··§—Wn^^Ìø Î.=ÂÃðx<Å©v.\¸(zäH߬¬,U?|ø°«›»»‡çàÈ¨ŠŠ jã… ¼½}¼½}|}ý>|¨´_rm¦êUZ`ƒQ¬®‘…48nwïæÛws(//€I_}µbåJ¹,”‡WéŒ(¶§¬¬Ì¾›Uæƒäæ!„‘(B©Ó£Gü{ùÒ·55Û¤¥¥¦¦¦,Z´ÚX[[Û·OïÝ»wýúËÖñ&ÈpݲysÊÕ䜛Ù:ÚÚ€±cÆ;vL(À®Ý»ÇÇÄ(Ö»pÁ‡söÌ™£G¿xñâ§yóâã®ef®Yý¿I_N¢ÒTWW»¹¹ed¤6,"bàÂósnfkik<§´/µµµ}ûöÙ¿oßÒ¥K–/_¡4ͳgÏfΚ=ëš‹³óÌY³ ¤¤ôëo¾ýý÷ß22Ò/_N255UÚ/Ù6«/P}c«k|! Ž[×®]¦L™<髯=úäɓӧ+m¶úáU5#a„¼O!Ô>Þ/jiiI?ÊËË¿`ƒÎ IrÕªUL&S,ëèèäÝÉóóàñx»víb0ÒôÁÁA±{cGFiki™[¼sú-:zÄñ'íí»ªjƸqcÝ=<Ûµ3ºpþüo{v÷Ý÷¡ ˆþýûuwpø@}·´´\µrEXx8XYYmßö+˜ššlÙ¼iÔèÑA2Œ½{cUõK¶Íj TO±:›Æ¢~ÜâîÞÍ_w~-“É  ›1s榛­ž‰‰q#g„ÉdΟ?/,,ÜÆÆÆÄÔw.„…fmm·ã×­·üòúÕK8rtÌDôÄîÞ1Hnã¹Ó Ñcb”>kýä±#=ƒ q裺ºjóÆõ+~^«&ÍìSWü¼¶EžlÏçó;Úv*Vqk¦cÇŽ í;lØ0œ2„ú·ãjjˆýmPÔP¥ÿ*%'] Ï‹‹vlß1¯Î#ÔšÑét¹'ɪ¯¯—=mùñº¹{ÔÔÖFFFâd!„Ð^G¨5óôô^¶x¾ªÇ×3 //Ÿ–ª‹Ãá4õ„¨¥¥åëY8M!„‘(B¨µÑÑÕ 8XÕyJ +„B‰"„ZI¶È  !„Ђ÷‰"„B!ŒDB!„F¢!„B}hxŸ(B­I’B¡@$½ç¯Y"„B²èt:‹Åf³5h4ŒDB*ÂÐz^Ý£‚G×®e”—•©zŠB!Ô$ £]ûv^^>ŽNÎ-r¦#Q„Z!¡Pø¨àÑåK‰}BCMLÍét¼!„P H$E…O“’.iëèvêÜùýŸˆ‘(B­1 ³®eô íçæé…£B¨YZYµ5jwöô)ûnï‰â™„Z!’ ÊÊÊŒMÍp(Bµ8›Ž_¼(m‘ n‰"Ô:I$¼(BèC`2Y-õ ü‡ !„Bý30E­ÇŸ3w®CwGûnnî[¶lm|^‚ V¯YÓ¤êTe1j×^U>ŸonaÙÈòÕ”Ó¶¶¶}úô‘¾ýé§ŸÌÌÌîÝ»§>×Áƒ{öìqýúõaÆ5f6nÜØ¼ÊåíС®a„ÂH¡«q1ã^½z•™‘~'/÷ÂùsB‘°iaåê¦G¢MÌòñÝ¿Äbqrr²……Eƒé÷ìÙ³cÇŽøøø.]º,Z´HîS±X¬8›6mjv$*›÷äÉ“¸†B#Q„þ•òîÜIOÏØ°~½––L™<>ìêæîîá982ª¢¢ø|¾©™ùÂ…‹¢GŽôññÍÊÊ€…‹ñùü~ýû: ý=½¼zçæåÀÝ»ùöÝÊËË`ÒW_­X¹R.‹¢ÑÑþÎ.=ÆO˜(ù²áì9s{¹¹{df^£¶(V§T]]H$jü˜DEE?~’’’|||Øl6lܸqÉ’%T‚›7o†††JÓ/X°àÑ£G“'OŽŠŠŠŒŒ\°`;;»… Ž=:..nüøñ½{÷îÓ§Ïܹs`ÅŠ|>?**jôèѲU?>44Ô××÷Ûo¿ ßþI””Ò»wïÇËå4h•ìøñã={ö9räË—/©6tîÜyÅŠ&LèÕ«×ü !„0Eè’{;·[7{‡#»ñÙ³g3gÍNˆ¿žuÍÅÙyæ¬ÙÔöÚÚÚ¾}ûìß·oéÒ%Ë—¯€… p8œ³gÎ=røÅ‹?Í›—w-3sÍêÿMúrtíÚeʔɓ¾úúèÑ£Ož<™1}ºl¥MÚ²ysÊÕ䜛Ù:ÚÚ¤6VWW;9:&_¹¼e󦘘‰D¢´:¥† zâĉÆIhhèùóç ‚8vìØ!CÞÆÇ#FÄÅÅQmllì¨Q£¤é-ZdfföË/¿;vléÒ¥Òí555±±±GSSóâÅ‹.\˜3gÌž=›Ãá;v,66V¶ê5kÖœ;w.--MKKëÈ‘#ðâÅ‹©S§nÛ¶íÒ¥KgΜ166Vš·°°pÁ‚‡¾råJ÷îÝ©h˜š²;wΛ7oõêÕ¸àBè_ Ÿ'ŠþC233ýýüLMM`ôèQAÁ!Ôv.—ëéé vv] ‹Šär¥¤¤¼~]9":úm TWG½˜0~|bbâô3ÓRS †â¥j9ûöíOH`±˜åål öÛ=ÉŒŠŠwww çÑ£G·nÝRZ¢•+W·oÂÍ£šššNNNçÎ{ôè‘««+µ±mÛ¶^^^gÏžíÙ³çÕ«W—/_Þ`9,+ –.]ºpáBOOÏ   5Y>|æÌ‹UQQ¡¡¡ééé^^^666T,Ké^¿~ÝÛÛ󯯠.2777èܹsqq1®m„ÂH¡OˆCw‡ÜÜ<>Ÿ/wZTUhE½ ÓiŠ¿]F’¤«kƒÈmçñxOž<år8¯++ÍÍÍÕW‘žžqèСK—¹\î¶mÛ ªJ©ª:EÝš:,‘‘‘ß|óÍøñãe7Ž;våÊ•¡¡¡ššš Âáph4XYY%&&¦¦¦^¸paëÖ­ JÓ_»víØ±c \.w÷îÝ=j#óí±‹F£µÈÏÍ!„úGàÕyÔ:u³·÷òòúaòäÚÚZxóæÍúõ¼½½SRSKJJ 6v¯¿¿¿ú@‡ºfíïžž‘““AÜÎÍ¥Ò̘93<,lûŽí&Läñx²YUUU™™›s¹\’$NI·‹ÅâcÇŽ@VV–P °±±QU¢´´ô¦žôõõýæ›oFŒ!»ÑÕÕµ¦¦fëÖ­r7w6èÅ‹l6»_¿~‹/¾sçŽX,¦Aîìfuuµ©©)Õ÷³gÏR}||233©¨T(Ö××+Íëáá‘‘‘ñâÅ 8xð ®m„jMðœ(jµbÿmá¢Ež^Þ$I¶iÓ&fÜXKKËU+W„…‡€••Õöm¿ªÉ>nÜXwÏvíŒ.œ?ÿÛžÝß}÷½@($¢ÿ~ÝâîÞÍ_w~-“É  ›1sæ¦e³È•»7vpd”¶––¹Åß'Puttþ¼}{ó–­<oçÎ ÃÄÄX±:¥-\¾bù˜Ñ£óp%)ƒñÕW_)n:thBB‚]“Føîݻ˖-£Óé$I.^¼˜ %£££ŒŒ¤_~ 2¼:К……Err2ŽB¡žE¨ub0‰Ç!„P‹‹E #Q„r4:½}ûöÅ……8!„ZÜ£‡MZä!z‰"Ô ±YlO/ï¤Ë—îåßmð‘û!„P#‰Åâ{ùw>Ò»H$|ÿñ>Q„Z! G'g-m³gN•½x!‘HpLB½?ƒÑÞØxà È®ööõª#Q„þë‚èlg×Í¡;Ž—>Bµä¿/"‘°EÂPŒDjÍ„P Àq@!ôÉ“%!„B#Q„B!„‘(B!„B‰"„B!ŒDB!„ÂH!„Ba$ŠB!„F¢!„B#Q„B!„0E!„B‰"„B!„‘(B!„ÂH!„Bý1qj­|¾@(PŸ†F£iëèIâp!„ÂH!Ôr‘¨P}ãFffºª ÃÃÃ+|ààšê*.„B‰"„ZRVVæ‚EË8\®ÒOù<ÞÒÅóÃVú©±‰©¾ž“Å¢ÓéÞÞ^sçÎ573£ví+ÊË߆¦¦—ËHÄÚuë¦ýøãûFcZ"[ŸÏïhÛ©¸¨°ñU4»µTÛšQ#Bý«á}¢µfA¨ C€ÃåJ$5Ù/%]ʽýgÖµLkkëÞ½ûÔÖÖÀùsg?N㩊‚X½zM Øàˆ½Ou-ØZ„ÂH!„€ÃáLŸ6ÍÂÂüøñÐ7´ÔÕÕˆŽöõõóóóŸ6m:ðù|S3óiÓgÄČ镙yM®œÑÑþÎ.=ÆO˜(à«Wÿ4oõé7üeÓS-\´ˆÏç÷ëßÈÐa˜˜èèéåÕ3(87/ª×ÜÂrñâ%ÞÞ>ž^^¹yy1ã'8»ôÀãñ ¤Ú¹pá¢è‘#}||³²²dÓÈUË–-÷ññíîè$M©ØUÙ>ìêæîîá982ª¢¢‚J£t£¬Ùsæö rs÷Ž¡âÐñù|3s‹ÙsæHÛ‰B‰"„Z­=zäßË—¾½˜˜¨©Ù&--555eÑ¢…ÔÆÚÚÚ¾}zïÞ½ë×_¶ŽŸ0Aî„ë–Í›S®&çÜÌÖÑÖ>pð Œ3æØ±cB¡víÞ=>&F±Þ… p8œ³gÎ=røÅ‹?Í›—w-3sÍêÿMúr•¦ººÚÍÍ-##}ذa.˜Ÿs3[K[ëäÉ8¥}©­­íÛ·Ïþ}û–.]²|ù UÕQ%;::¦§§-\¸€J©ª ŠÙŸ={6sÖì„øøëY×\œgΚ J7ʪ®®vrtL¾ryËæM111Ô*ÔÔÔ„SíD¡)¼O!ÔNŽŽóæÍŸ=gŽ·O¯^!ÔF‹¶¶¶çÑ£G:u’fÙ·o|B‹Å,/¯`k°ÀÈÈÈÇÇ7áÔ©^!!II—×®iàºvJJÊëו#¢£ß”uuÔ ‡Úœíì:[ZZ€‹‹K¡Š.¹\®§§'ØÙu),*RS#‡Ãéß¿xzx.Y²TMeffúûù™ššÀèÑ£‚‚CTm|ç ÌdFEE€»»»Æ_c¨8tÀf³©ÑF!ŒDB­\vvöˆá#¤o;t虑~%9ùÌÙ3ë7l¸”x‚ ‚N§€H$’ÍžžžqèСK—¹\î¶mÛ RÛ¿˜8añâ%åÂÃ555Õ·$IW×ÛÎf¿ Î ††GúZ,+-‡ÅbQ/ètAjjd³Ù4  :•RU>UCÇáp¨¶!„п^G5€Ïç¯^³¦¨°(2òïoÙ—””²X¬áá«V®Ìͽ-‹@"‘9r23¯‰E"iúªª*3ss.—K’dBÂ)évêêêõÖÇ(»4L&S×úû¤§gäääPQïíÜÜ–ÿë\¦:¥Ô·A6»··wJjjII)ÄÆîõ÷÷WµQ–X,>vìdee UC‡B­žE©Âd±h4š÷ÅÄ‹ZZZÒòòrç/XÀ 3H’\µj“É‹Å:::ywòüüx<Þ®]» †4}ppPìÞØÁ‘QÚZZææ²µDG8~⤽}WUÍ7n¬»‡g»vFΟÿmÏîï¾û^ Ñ¿¿î-ÞkiuñqJn3511VßÙÖ®Z¹",<¬¬¬¶oû,--7ÊÒÑÑùóöíÍ[¶òx¼;w2 5C‡Bÿv4kk븸¸¿nݸå—ׯ^Àéø“£c&âР v÷ްˆArÏNˆ£ôYë' èl`hˆC×ÕÕU›7®_ñóZ5ifϘºâçµ-òdûf? sìØq¡¡}‡ Ãï€#„пWSó@ìoƒ¢†*ýW)9éRhØx^\´cûö°ˆAxu¡ÖŒN§Ë=ÉHV}}½ìi˯°°ÐÍÝ£¦¶622' !„þƒðê¼O!„Ba$ŠB!„0E!„B#Q„B!„‘(B!„B‰"„B!ŒDB!„j|ž(B­–€Ïxj=FÓÖÑ’ÄáB!„‘(B¨å"Q¡àyqñ㇪Ðéô6Ý<,ðø!„þxu¡ÖìÉ£‡½Cû÷0Pî¿ ^½Û›š†ô }òè¡ÒŒB¡ðü™SÒ·5Õ5W’.~²Ý¼pöŒª$Iâù³Í.§°ðiJòåkéi-Õž–íI’þú“£I]VÌÞŒ¶5£F„ÂH¡Ö$I‹%·±êÍ›ß÷ì¾xþ\IÉs‚ Ôd×ÖÑ•yGÓÒÖþd{únSåiië4¯œ¢§Ï<¼¼ƒû„j¶Ñjp¨¥¯=½½Õ·§IYÚ£‚l ftYiöfŒ|SkD!À«óý×øüû÷¾ySbeõYÞŸ·š”]"‘ü™“Í«çÑô ºvs€Šò²÷„Ngvë££>ýÍ?®óx|±X¤«§ßÝÑ‘NgH$’ˉ¬>ëPQVFÒÈîN=?,¨ªzÃåp]Ý=è †š*d)–Lmÿ3'»ìE©D,éÖÝQßÀ@}›¥îÞÉ­««ù3;[ÏÀ°“]Éó¢‡i4àp¸ŽNÎl ªÙæ––uµuæ––ÆÆ&TÆký Û¾­%?€FsêÑ£M-¥…$%^°²êPW_Ë««ëêÐ]_ß@¶Tiê“Ý¿w— ˆŒÔpîá wro>‰ÅŽÎ.TJ5]–Íîêî¡ØHPºQ–â «šhjÄ\Ý=pDa$ŠPë' Y,6õúâÅs••¯ƒ‚=½}šQTyy“Á éJ§ÑÅb1F«zSy?ÿ®`-íÊׯ³o\ó èIH$ªÒóù<G']=ž“}£¼¬ÜØÄÄb±±©™ƒ£ó£‚d]óöÐÓÓÏÊH{õò¥®žžš*d©*YO_¿k7‡ª7o®e¤…ôáÕ×5¦À®ö¯^¾ôôóãp4kªªîÞ¹óÿöî;¾Š*qø™™[Ó{ï´PB „TZEQ)ë ØVÝŸ¢ï ìè‚€mWl«¨+Š‹¸*ˆR¥HMDz$¡¤7RoŸöþ1x½›[IH y¾>»ãÜ™sΜ™Ü<™3%sÜ7Ï3§Nœ?W'áíãCÓ Ëš8–•Öurv©«©9yâxJÚXooAAhnn²YÏqá‘‘îîõõµç GIâÿ·1NÎ.&SƒƒÅE)»|9sÂ$žç8Ž—6yà èêªÊ ÅÅ£Ç$é´Ž6Ùru­FkÝHÖÆLËÓÀÖ,¼½Ý!õ˜Ñ`ÀÏ& ‰ôr¿ýv4çàÁ¹óïuw÷¸xñÂéS§ÂÃ#’’®C);óÝÝÝÏŸ={òø177w_?_†‘]¹Ro2±ùGó¼@ˆÈ™XµJ­Õjì-O)/-«®Î£iÊh4R„„†‡óz=Ã0Á!¡zNåääâêêãã«Ój\\]tz­ Šª°d³dŠ¢Â#¢Œ½J¥¢)ŠçXÇm¶$Š¢ ˆ½®¦ºÒÛÇ×ÝÓK«Ñø\(.RªÔœ¦•¦éÀ `½NkäÚæª††:oo_?V#]Ñp¥Þv! ãëç¯Ójär¥VÛªTªt:­uc/&Š¢(Š:­–çy†aBBÃô:Zí¤Õj”JUYéeÇ›l^½ª¢Ìº‘e¥Ö3 zÝŒU'S4msw˜{ ?›€$ Ð'´´4õåóæÝ·ë— ÃdO™FQ”ãUh†E‘ã8é?9Ž•12"''紌̖––ŠòÒ‹JÆ$§"zyy¥fŒÞœJÌåX/ßpåJeEYzÆx¥Z]\tNÓÚJÓ´e¤Š(Š¢iZxA(Š¢‰ƒ*þH~vJ–°,K  ¡(ª=¶MçÅsœ(^½²V&“B¤*Ìes•?.ÆEÛ…P”(Š<ÏS”( „¢m_ÁßÎÅþ§3i" "EÓŽwS{¶ÔæÌ6,;¹¹±ÁæîpÜcÐ×àŽ%€^nĈQYÙSZ[Z>ûôãÚÚšØØ8/oïk®Å0Œ§—÷…â"Š¢DQ,/»ìãë+bÐDQôôôÛÒܤvröòö«¯¯«¯¯ÕiµZ¦ºªR«i5—c½<Çrj'g•Z­×iË/_žúý ¬åh¯åN}}Taf¯dQK/_$„466ˆ¼àâêæíãÛž-yz{××ÕêõzBHyi©·ESm?ÕËË·¾¾NÓÚJžçy…t’=-ï?kÓ*Ç»Éru›¼fË­;™mߎ€>çDúD%„lߺ…¢¨Ñc’Ú¹Vl\|Á™Óç Ï ¢àéåÇq\kkó¹Â³!D$C†ÆÈdŒJ¥Œ™pìèQŽeE"úxxz™/@´^ÞÇϧ¼¢tÿÞ=4E©ÔjšºößÃ*•ÊAföJ–Éd …g8Ž•@S”B¡hO–Ôj§¡ÃbìÝ#‚ÚÉitbÒ5Ïê©Ôªá±ñ‡sò¾îž^ZÆ? àBq‘R¥®(+µžiÐëÌkQe4èU*MQ<ÇR4]^ZV]GÓ”Ñh¤ çõzš¦ƒ‚õ:­‘³1úosë¯\©7™Øü#‡y^ DäL¬Z¥Öj5Ö:ÌÃÓ‹¡iö#¯=4#sw󨫩Ñiµæ“ˆr…ÂÓÓ«¶¶ÆÇÛçJ]]ôà!×.‡¦½}|!®înÅç ÏŸ;ëééåíëë`•ÊŠŠÚšš¢Œ&#ES„†Æ+^^^NÎÎR„ËôoÖÜÔàéå¥T©!AÁ¡Grý¾-Œ‡§'!ÄÙÅUo±³IàúÜÐÑù6(Šâ9Nº`”"“ÉìÍlCJ{"!"!Í •eéã•juqÑ9Mk«”¥¤ÿå8Îzõ†+Wl®b]8EQ^^^©ã77Úæ¶¸¹¹Û«Îž€ ÀÓ§N†……[Î /):ÇMþþ ô'‰JNj§ÄäÔ†+õµµ5—.^LHcû€Æ†êÊŠ„Ä$šaÊJ/kµ]ð÷ý{ŸP¡Dü ܪpï<ô¼n÷ôö®¯«Õëõ„òÒRéĞ͙–DQ,½|QJT"/¸¸º±,§vrV©Õz¶üò%Aà)B™¶Y5ggë½}|ëëëêëkuZ­V£©®ªÔjlßáÞpåŠN£±W£M^Þ>‘‘A!¡–3=<NÊàƒ‘¢dphhÎÁýJ¥rÔè«§H½|}Ê+ÊŽå‘Éd*ÕÕö•*Õa1'OE‘¦¨áq#ÔNNÖëªÕêÑÑùGò!j'õ°˜Xü¼ ‰t¥=:ïããëŸqõNöÀ à°ð…REAºÔæÌ¬)S ! ÃLœ<ÅÅÕe‡1ŒŒ¢(½^OÓ̈‘ j''B("Š"‰xuIëÚ¥r¬Ò¦pBˆO@@†R©’Æå9Ž5ò¼TޥĤ'ggÖdjOÍœ0©ÍœäÔtótSSCp˜¢æe<<=GŒM¡i:cüDsÇúø´½§ÛFçÁšZ­NJMC?@ÀKÐóöïÝãääl9]ð³MÓí¿~ ýAhÿ{UDáf×m÷Î÷M»ºº¶45¡+ Ë55\qssï’󇞇Ñù.§+ÂÂ#‹ŠÎÉ o¯öÜÝpM‚(4]i((8?2eMH¢Ðtç“íû¥RáâêVpæTë±f Ó@— iÚÕÍ=~dBPp°®+ÞT‚$ =£ó7äÏVAð ð íªKy¤ß/,kê’Š$ 7ŒÎß &£Ñd4¢অ“%Ðópï<’(@ÏÀè<@ß„Ñyèyè›pNzFçDzFçú&ŒÎCÏÃè<@ß„s¢Ðó0:€$ Ð30:Ð7atzFçDzÞ;#ˆ¢h2Y–ÅKç  Ñ4-—+ %E!‰B¯€ÑùCuzmIQInî¡ÚšžçÑ'Ðy Ãøùû%%¥ÄÆÅwÉ™$Qèyïr&“©¤¨d÷Î_²²³ƒBhW„@ày¾¬ôÒ®];]ÝÜd2‘Dá–‡Ñù®O¢¬épî¡ÉÙSÆ$¡7  ……‡ûøúmùù§¡Ãb:ŸDq¦zF络(555AÁè èrýú÷¯®®ê’7œ…ž‡Ñùçy ÊÀ “É»êü¢‚ž‡'ÛôMH¢ÐónéÑy£Ñ=xpôàÁ‘Qý¼}|¥éåËW´su_?Bˆ o½ýv›™]Åd29räÈ‘111áááÒôÛo¿m4£££­—ŒŒìLuæÕ­'º «V­êÙ£MnP'HÅZÖeo·ö7î$Q¸ÅètZi\Þ=//ÏA?GGG/Y²dþüù;vì°·Àu5㚻޲Ò7Ú;È ûDEEûDèk>ûäJ}^§Óët扵_|&ŠbKs“õ¿5Ÿ}réB‰Ízüß?nŒ‹‹kin:uò„——WáÙ³-ÍMÏ<ýôÌ™3íÍlinR*•-ÍM WꜜÌEI3kkª !?|ÿ]KsSþÑ#!!! W,kLMMYýÉÇ6S^vyÑß//+³ìí}ûöMž<ÙüŸƒ!((hëÖ­¢(nÚ´iΜ9ÒüˆˆQúé§ Hs4e9çΛ2eŠ(ŠÏ=÷ÜÔ©S7oÞÜÜÜg¹ºÍ IMMMfffSS“(ŠÇŽ›0aÂÕƒaÍš{î¹ç‡~˜1cÇq6«ªª>|xqq±(Š&“I«ÕÖÔÔŒ=Z*¡¨¨HÚ@–eû÷ïï¸:³ÆÆFiâÙgŸýꫯÌ=“——'ŠâÞ½{Í=ã`ë†Y¶ÁÜ —/_:thUU•(Š+W®|ôÑG¯Y]{zÛ².{»Ub½[4iÇŽ¢(¾ÿþû111¥¥¥¢(Þÿýß~û­ã.•Öݽ{·(ŠÅÅÅ Ç9èç={ö8Þ×ÕŒkîzËJäpM‹þö¸Í_Ö,kZóÙ'ö~7­ýâ3)mž<þÛãþuûöí¸wz^/»w>'''=--((2þ¼qã'Ø›yMr¹|ܸq„¨Tª’’’š?]±bE€§®(U*•YYY„„„„•+WZ~³téÒ%K–Œ3FjƒÙÀ«««[[[=úôÓOÿúë¯2™l̘1í¬ôÀ>ø ù,41þüÝ»w¿ôÒKÛ·ogÆæbLJJêׯŸÔ9r¹\£Ñt¬:ËØ›7o–ËåuuuJ¥Rš©V«!ƒ *//¿æ*Ö ³9ò›———œœ@¹ûî»§OŸ~Íê:ÐÛ×µ[í5I©TNœ8‘;pàÀÐÐPBH\\\yyù5»T&“;–Ò¯_?¥RyñâÅþýûÛìg¹\.-ioGt¦ö0Wêà €nƒ$ 7Åè<žlo“ ‚ Hc²ˆÓÉò EQ„š¦Û¼´-<<ü—_~Ù¿ÿöíÛ?üðÃM›6Y~š˜˜¸iÓ&77·´´´7ß|S.—§¤¤´³RQããã?ÿüó6óõzýåË—U*USSSpp°½ÅÚ iZEiÚæµ ŽËÉÍÍýî»ï6mÚ¤V«?ÿüó’’s–’&(ŠjÓ3öVéÔ±ýê:ÐÛÞ­m ‘&†1çBš¦Y–½æ®EÑ|ÜJ‰Ü^§©T*©©öèd3l.`®´ý½7®…ž×ËžlŸœœ¼oÿþÊÊ*BÈ—_~•žžnof› b¤xžÿöÛÿBrrr9–•N¹Yœò9h}º®«TWW+Š)S¦¼öÚkgΜis†/99ùÝwßMIIQ©T®®®[¶liMMMÍÍÍ=qℵϜ9#Íùå—'OžüÞ{ï-X°@¯×Û\,%%%''GŠ)&“I§ÓyxxètºææfBÈÞ½{-ûSj³½ê$---AAAjµZÅ-[Úu£˜ÍU¬fÙËLyèСêêjBȺuëÚÙi×ìm›uµs·v IŽ»T:n¥[©òòòX–ŒŒ¼f?w`GØlFûwý5rè8' =¯—·……­\±|ÚôéÒI—O>þ—½™–î¿ÿ¾Ñ‰cüü|·oÛfžéæævúÌé´ô±z½þ³Ï>cÆr•×—¿~ïüùsæÌ¹[QPP°lÙ2éŒãk¯½f>ig^Ï>û¬”Z’’’.]ºÔþ§ùûûôÑGO?ý´Éd!++kèС›7o.,,ܰaƒL&›`æšýÜa¯íÜõ×<È {PQQQ7n\ý¯W}ðQÕzBÈÏ?n˜ÿÀCèè_~¾zÚíw´ÿþÛu÷Üû@kK³õò¾ûvlæx/oï¾Ð9ƒ¡ÿ€åe¥X·¥¥ùo¿õä¢g‚CBp˜Aw2±±±………è €Þí©'Ÿx뫬Y«œþóåwÌœmówÓ¯»vfO»RQ^¶ú“O¦Ý~Fç¡çá½ó}# çá½ó6©TªŽèAJ¥'D ýpNzÞ;#0 Ãó¸ºDZmn]@…[Fç»EÓþþþå¥8¥ ]¯¤¸8 Ðú©sH¢pKº¥ß;sRÈc’’wíÞYx¶Ï¦€®Âq\áÙ‚oׯ›0)‹eM/׉BÏÃ“í»œR©Œ‹wquÛ²ù§šêjžçÑ'Ðy Ãø̸ã®!C‡ê´]pòIzFçoAEG‹.½ê «~¿°¬©Kb(’(Üpïü b2MF#únZ8YH¢Ð—`t Úúó¦n¨Ezc[¢(šLF–e»äéSX×Ù„CQDNOg:Ä[ÍØ?qÇñœÀ ¢(ö¾¥(Š¡ša( IìHLJ¹A%{xz´4·äÜo3†êôÚ’¢’ÜÜCµ55¸gzŠÎ3®Õ$ïL 4My9¥ª3QÑA*›©‹eMe¥e§Nžhhhè;1ÔÃÃcè°á‘r¹¼ó"‰ôZ^ÞÞ7¢X¹Bá§VÛüÈd2••ìÞùKVvv`PnÛ€ž²ø_{>~éÏ)Áh4Ê/øá—¼ÙÙɵ¥¿kÛ(Êñ\YiÙ‘¼Ã™&†‡GtÕ;‡nrÇ^ºtiïîÝ¢ÀE è/c:F‘D຿†”J•í$Êšçšœ=%zè0WÒ%#7=A©Tf&ÇSÙ“sÒybŠ¿«²Í/œ:ybÜ„ ‘QýúN·ÈdòþýЄ:x 84LæÜÙ$Š3p}DA¤ìDLQjjj‚‚C w?¸òŠÖ`²ñ²:QÃÂ#û`·„…‡777s,ÛÑt!žçišF €žÿ³¹+ QªTîGE± Ê·r… tÍ}ZH¢Ð+£¨Ø=·´Û«%ï\CNAýÉ ÍçÊ[DB»òHì=f°7v’(ük¥e®è€ÎkѲ¯}uâÄù¦!^Þ=<’†Ê‘£È•zýÛë ý”Kîõ²ºðIú(]Ñ‹‡fE&ÿ×É+½½ƒØEô×+ÿ\Ý“äöwóœèøø¯.þÖÔRÍÈþÞ#Gg<”9áLEýí/üòæ_Gâ‡Ý„;–ðm-”™}{é‘yDÄãè wEÑÎÿ»ÍãïîåáË4Ô|¹ñî⸉Ãÿï¡<0eÔ˜¨3EžùûBgñÿ±è½WZ ØK8' Ð×5WmU¹úFÌn­-h®Úê4}½!ˆvËu¢mjyùÓC!JçÖ†êƒÛnŸ<;~ü¸å§,ËŠ=Ià¶}ûöää”ää”ÔÔ´ââbBÈúõëG%Œ8æÎ»fÖÕÕB CPpÈ’%¯Þ3wnJJêáÇÛ¢ÕjÙN¼ßBßt¼ôÈ}úÆÃÞaÓE®R® $|­oÄݺ†ÜÒ#÷ݸ3£‚ ¼÷Þ{=Õó=[;toµñoÅòe+–/mÿüë \gJ*\äJÇõ puuU©U4EQEÓ!EŠ¢J¥‹‹Ë°ÁõÍ5r"/*«iO¨cY–¦i///ƒÁàííýÔSOÝ~ûí?ýôÓ×_=lذáÇO›6­¶¶–òÑGIgO¿ÿþ{…BÑÐÐ@ILL,((Ðh43gÎ5jTBBÂO¶`Íš/:¸{÷®   Ë—/?»ø¹M?þ˜w8wD|ü³‹Ÿ“–Ôh4“'g}½víÒ¥ýõåmÊ™5{ö?üpýßÍBsåæâ_3JóîqõrœùÀ^¢(^®ôgFä*c§lò \–ÿ@ñÞÌæÊͼ›þ믿NII¹ýöÛW¬X1qâDBÈòåË ÃÌ™3çÏŸÿG,ÖëçÍ›g}¶òÁÌÎÎNMM]°`Éd2Ï_²dÉÔ©S322òòò¤9ßÿýرc333çÎ[__O©­­MLL”>-..ÎÎζW;ô)+—/[¹|©ã9Ãs&žã´“\¡T( ÍP4EQ4!%QB(Š’Ëå ¹B.—&ÁdÆÝñãÇ<¸_¿~?üphh(!¤¥¥eÒ¤I?þøc||ü¢E‹¶oß~òäÉ‘#G.Z´ˆ’‘‘±gÏBȯ¿þš°wïÞ¦¦¦ªªª!C†lÛ¶ÍÙÙùèÑ£GŽyýõ× !UUUÏ>ûì¶mÛŽ?¾jÕªûï¿¿ûwîXènû÷ïKKM0`!D¡P(Šœœœô´´  @BÈüùóÆ¿z+¥Z­3f !$:zpiYY›rV¬Xàï]U뎔¹Oíê9ÂÅk˜È7ZvÈd*¹2ðêרñ¯;íæ;Ä+ä?Ú¦ãµ%_Wz:,aMÇž3ZZZúöÛoïÞ½ÛÃÃcÉ’%ÒÌçž{îË/¿üî»ï!F£‘ÒØØxÿý÷ÿéOúÓŸþÔ¦„·ß~ÛÃòxñâo¿ývîܹ„ÖÖÖ˜˜˜%K–äçç?òÈ#‡®¨¨xå•WvîÜðÆo¼òÊ+|ðÍ&YÖ½›Í3šÏ<÷!dåò¥ƒáù—–B–/}õŸï¼õÌs/<óÜ‹rêÕÐÒìæPZ¡‘’§(Š"E‰¢H(BE‰"MÑ%eµž.>µMW"‚\i‡¯GÞµkWHHHCCÃøñãSSSSSS …ô‡ý222‚ƒƒ !<ð@JJ !dðàÁUUUÍÍÍ999K–,Ù±c‡L&KKK#„Œ1bñâÅO=õTZZÚäÉ“ !{öìihh˜9s¦ùô’(üA.—K4M BÛs“Ãcb®«4k½xhVàÀ‰Áɬ±¦µn=M¹2€¦x®•ŠÂs­œ©Žm9B(gßù#_¹rù›‹‡fž|ºo`ÊËËKKK“¢äwÞyðàAëeX–½óÎ;/^œ••eýéúõë7oÞ,—Ëëêê”Ê«ï#‘Éd3fÌ „Œ9R©T^¼xñøñãÉÉÉ„»ï¾{úôé8x€çXŽã¬ç?¹è)žçÞzcÅš/>'„456>õÌâ…‹žfMÆÔÂYÔ7ÈïÞruä©ÓÕú)z¥RÁ0 MÑRÀEBQ¢ z½.ÿT‰RæUÛ\`rX/ËšL&£‹‹szzÚ¶mÛFNP©T,k"„ð<'¼´ºÉdEQšNNNúæ›unnnii©¯¼ò ÃЩ©)&“1$$øðáÜÝ»÷lܸñÍ7ßܽ{DZ£FZ¿þsu¦uBg`t »¥¥¥ï?p ¨¨ˆb4u:]rrò¾ýû++«!_~ùUzzz{Ê9pà`yyùuü´Ë\#“ÿ[{éÐ…#«´WN;yNvòœFËü9¶‰3Õ±Æ*ÖXÅ™ê(Y ³Ï<Ÿ?7Vn(ÜóçʳßD&wã^*—ËGŒ±sçNéú÷5kÖ$'''''ïÙ³'77÷»ï¾[¿~ý÷ßß}÷Ùüâh{iÚ|M}g.¨€[” {·!-|úÙEÏ,njlljl\ôô³ Ÿ~ÖÁ=KŽkÅ?îXJŽªÓ×9)åFmØ–]Å&£ID^DQ” ãye¹ýGÏž-©pPÑ\žßÏá]AW'4ÍÁƒ‡""Â¥¯5ifRRòÞ½û***DQ\³fÍØ±c¥ùiié+W¾‘žž®R©\]]üq“ôQEE…L&»í¶éo¼±òäÉ“,˦§§8p ??_EžçOœ8!•°cÇŽºº:›¸c à–øÁûïÍ›?tâ˜ÌÌqUUUaaa+W,Ÿ6}úˆ‘£òûmåŠåí)çõå¯Û<Ë耓WBôÄS¾—6TVå¼Sy³L9H®Ža5&C¥ÉP)s)S¬)ú÷©®-9ì3ðµèIg:ü Є„„}ûö555BÌ—´Êd2Bˆe¬|ë­·(ŠZ¸p¡ ÷Þ{ï¡C‡:”™™ÙÒÒ¤V«EQܲe‹ÅnãÆ„£GšL¦ÈÈÈÄÄÄC‡UWWBÖ­[' QyxxètºææfBÈÞ½{íÕ½–(б÷oá¢g=½xáSÏ.|j±ƒÅÚq©üá,9®ßˆ¡!Ï2”Kþaáç_ÎFA—þ—ãØýy}½ÓO]R{Ѥ¯›0ÀñêãÆ2dÈðá±ñññóçÏ·L¢aa¡+W®œ2ej\\|~~þÊ•+¤ùééieeecǦ‹¢˜––Æó|TT”(Š'OžJO›””LtòäÉÒ5:fsæÌ™3gŽå•JU^V*MûûûŸ8~¬Mi[6oîH#(Ú=hª{ÐT}Óñºóïî%:}©HTœ±B®ŽEÙ™¹úMˆLÞ¤öˆëäö†‡‡/\¸0;;ÛËË+!!A¥RIóï¹çžŒŒ __ßo¾ù†BQÔÊ•+/^üä“O¾óÎ; ÃH‹edd¬[·nîܹÎÎÎÒ…PWW×Ó§O¯^½Z¯×¿ÿþû Ɔ¾úꫳfÍ"„„……½ûî»Rè\¼xñ¬Y³"##Í«›kß°aŽI€^D‰ã{ß>õŒ´`'k±ŒeËþv{ÖC«\éB§þ{öŽÚ7r„ßàÞ M¿T“û[ѱ‚KL”‰cjô—£ä—^}é…%K_·û[£ºÊzfyy™¹Æ9sfÏ™3Û2B¢¢¢ZZš¥ÿ|þùçžþ9iþ¤I'MšØfáqã2ÇÛßfæ‰Ç¥ië‰.ßMH¢}”Ú#.lô—¥yóë/mô I6´U{L­-Yëê7!lôš®ªeÖ¬YóæÍ#„¼õÖ[ñññÒÌ%K–˜o`*,,4‡Ñ6ë*Šÿûßmf*•Ji•6îºë®»îº«Í̹sçJ79Y²¬zs%×[ïšÄkQ‹»‹úÝçg?±l½×ìÒ¿¬L¬¨¾¼ž;iäš !4§ð— ©ÐTWhÊãýêgŒËújÝ·ÿþô“û|¨Ïî&$Q€>JQ=£ž(?:Û;|*¡Ô¥n(ÿ-dÔwÒ‹@hº ®Þyã7rrr4Mdd¤tª ›’¨(ˆ{]{sèÿæÝÑÃ"¶ükÁ‹ïn<~6Ïñp‘»8Ë=”Ä]Ëjµ¬¶´ùŒI[éÍXñ@NÎì™3>ýüËàñ³(‡7Ñ#‰@¯ùvAà8ŽeY–Ž¢äAúæsžÁÿ§m8AÉCX:J¯×Ëår™LFÓt'¿_~ùet8ôÌw@Úó†¤N£Ú³ötszÿÅ»÷åí?Z|¼°ìxY1!$,À3v˜_ìÀÆú¢÷V­ò ‰(Ò¨e¿¿ûOw¾òÒ‹ž^±qñÒµìH¢ÐËc¨ÉÄ­N§×éXç{j/|á8¡æÂ>Öy~CCƒ““³““Z¥RÉåò·Q€žùº#¢Ø-£óĪ–«70 Hl2™ ƒÞ``M&ƒÁ`2™ŒþïÑÿú×J•ÓqM#“ÍžuÇ þoÍWÿéß@_ÛM¸w /†QQ8ŽãXÖh4èºÖ†ú‹›t-õFf¤ÉÄrËó|·|ƒÜà(z£_°n§Axžg¥Ç¬É¤×ôz½V§kmÕ¨œÔ·Ý~'Ïšê«+ròòëêê¢""¶lÙ"Þ:ºj/áœ(@ß"]*“É”J¥ EÉå2–YV^°ˆyÛÝÍS­V«T*•J%“É(éu·lí‘ZÌa¦iŠ¢e2Çó2#—ËA$jÑ›öV(¾¾¾[·n./½üë¾C:þ¯=ÑO ‰ô9R¥iZ.—»¸¸ð<Ïûù‰9´ÌUúˆa†a0.·vDë·ÓÝ€jlç]Š¢d CSÃ0J¥B©T:©Õ,Ër.00ÈI­FÛrîï‘zA=,f8MãqÅÐcv«ìd ET ™¿»Â×Åî_ôr¹¢ß€~!¡¡Ëö›(Š–+åNj5!]p¦I Êžv[Ön2MF#öô Ñýœ»§"#—9ËÑᆓ€$ H¢H¢Ç+M«Ô*ôÀMˆa–e¯ëŽU$Q¸•¸¹{èõz¹BNÑx:ÀÍCerEue…›ûu¼>÷Îí$zð£‡sÆ$ùâ©é7–e+Ê.=’7Iz§À  Bȉc¿µ4÷•gÜhšvsw‹ˆ$ ½9ŒJynùüŠ.$Q@@$Q$Q@@$Q$Q@@$Q@@$Q$Q@@$Q$Q@@$Q@@$Q$Q@@$Q$Q@@$Q$Q@$Q$Q@@$Q$Q@@$Q$Q@$Q$Q@@$Q$Q@@$Q$Q@$Q$Q@@$Q$Q@@$Q$Q@@$Q@@$Q$Q@@$Q$Q@@$Q@@$Q$Q@@$Q$Q@@$Q@@$Q$Q@@$Q$Q@@$Q$Q@$Q$Q@@$Q$Q@@$Q$Q@$Q$Q@@$Q$Q@@$Q$Q@$Qt ‰’(’(ÜÒDQ¤( In…?hZ§Ó¢z ç¥_ñH¢p³sss/½tÑ`Ð ¢ˆÞ¸¥‰¢ÈqœN¯×j4nnîm>•¡ƒàf3`РÓ'O6ÌÍÍ ½pK“åµÍ©'b†oWýòóÕè8è)>¾~Æ?î\kK³ è€[MÓ®nî1Ç{ûú];‰ö0]ÝælÁi›ó=½<=½<Ñ?1xȰ›¹y6’è˜ä4ì6€^ ¹©ñK¢7y‹ ÃìF¶G—ŸaÅK}HgF¿»ü|%’(@rS~ãy¢€$ H¢mœ>s&3sܨ„ѳfÏnhhèÎö‰¢8}úmµµµÖ±,;)k²F£±·î³‹Ÿçíãksõöáÿø§ù?ƒ‚‚o­ö[[»öëä”Ôì)Srsßqç]íÙ®ÎlÂͬ;·€ÙŋǎÍèÚ%úD}衇Ÿáù£GòF%¼ôò+Ýپ͛7GGGûùùY$—ËgÞu×êÕŸÚ[wÆŒÛÙ±ÝÉÉ©3aåüÃüŸ?ÿüÓ­Ò~ŽãlÎÿôÓO×|ñï­[¶ :äõeKoô&\WÛ:̲ÀöÞfçÀ͘D‹‹‹›››'N˜@™7oîæÍ›-?5‘Qý–.[–>vljZúé3g~ø‘„щ3î¸S¯×BvîÜ5nü„Ô´ô‰“²NŸ9#­ù÷¿/ï}cÇfäå!„ÔÖÖÆÅÊ,**7~‚4½ví×3î˜AÑjµóæß›‘‘™™9î™g›³ÚÚµkíµòÈ_&“4sÇ/¿¤›>vlFFfIIÉßÿ¾Ô`0ÜvÛíwßýgBÈ´iӥžýïÇ$%'§¤Îž3§¾¾ÞÞFݸöKÕ=»ø¹‡z8krvnîaifDdÔ‹/½t÷ÝÞ¶m›u#Ÿá…¢ââÇ<~Ûm·OŸ~Ûó/¼Ø¦XëÕ±M°îÛ6m³Y‘Y›½`óذ,pã?:.ÜæÞi³s%ï¼óW^Y"M=zÔ|¶aÝ·öލ¯¾Z;jTBÖäìµk¿vÜÏ6—èëI´¼¼<$$Dš ÔétMMM– ´´´Œ5jßÞ½³fͼëλ^|ñÅ#y‡]\\~üñÇšššW–,ùáûïìß÷ÆÊ=ú˜´ŠF£™4iÒ—k¾xõÕ%+V®tP{Nnn|\œôËÛÙÉé×_÷ìÙ³û•—_’>õóóãx¾¢¢¢[¾êÝîÞµóHÞaWW×o¾ù†RUUõøãO|þÙgûöîݱc{``àK/½¨R©6múqݺÿ˜W¼|¹ô…^ÜðÃ÷‡ˆ‹‹{þùlÔk¿F£™4qâêÕŸ|ðþ{üõ¯<ÏBZ[[ÇeŽ[·î?11íùú²e!!!Ÿ®^½iÓ+V¬hS ½ÕM°î[˶%$$جHb½ìõ€¹ÀéÓ¦]³pë½csçΟ?ïû~0™L„±æþûî³®×Þ`½Õ—/—.]¶lÛ¶­Û·mmnnvÐÏ6—èõºà)NJ¥rrV!$>.nРAaa¡„ññeeåûöïohh˜?ÿ^iI­V+M¨ÕêÄÄÑ„èèè²²2a‹çyixzxìð%¯.yñ¥—’“’ÆOøãL•ŸŸ_UUUpðu_À÷Ÿuë~úég¹LV[W§P*!ûHMMéß¿?!D¡P( ›C½‡禦¦H iî=s'eeÙÛ¨Ú~¹\ž™™Aéß¿¿R©¼páBXX˜B¡fÚk¤6wVÇ6Áºo¥.•Úfï¨Xï{סš lOáí<ä|||R’“Þ¼yü¸q»wï~ó•í?¬·úðáÜŒ±c}||!þóÝGޱ×B›K ‰’òòróù*'''6ITš`F©º:M34˱¢(Ž9ríW_Z§¨«‹Ñ´(W'DQši2±æ’Y–E‘¢¨Èˆˆ}{÷îÝ»wËÖ­«Þ{ÛÖ-Ò2F£A©R]ïfÊÉùvý·Û¶mU«Õ«WZT\Üù®´Þ¨×~Bˆ ‚ Ð4Mḫ=¦R©(ŠêXûmî¬l‚½¾5·ÍÞQaÍc£ÍÆ^³pë½cσ>¸tÙ²ºÚºéÓ¦µÿ"]{[-û½^ó„½Z/ ÐkìܾuÆ]³5šÖ¶¿å¯¹fÿþý]]]Ù¹“òÕWk§L™ÒþZÓÓÒrrrŽ?.%§S§í¾]ÊÃÃÃ<î¿ç×=æôqéòe)+ŠiÓ¦½¾lÙ©S§¤³•<ÏWVV èߟòñÇŸ;v¬ kinV«Õ¢(þôóÏÒÌ´ÔÔBŒ&“N§“Éd„–e-×3&éÀƒUUU„µ_¯MOKsMoPû¥u¿ûî;BHnîa–墢¢:ÖHÇ;ëº6ÁAß¶ÿ¨°Þ 6Îr6w.!dôè„Ö––Uï½wŸ­¡y{}ks«Çää2„Ûw8h¡Í%zwͶýë¸=+¯^ýÉ?ñÜsχ‡‡üñ¿Ú_k@@À§«?ùÛßž4šL‚ LÉÎŽ6Ì^,xá…çg̸#ª_”å¥S§Lùõ×_#ï»ïô™3¯¾úCÓ"—/]ŠGŽM5J¥RB¾ù曘á1–e.\¸hÇ/¿èõúŒÌqC† ùî¿ßš?Ê7_Ïž3ÇÅÅÅò*ØU«Þ½ïþAɘ/þý﨨¨{’êçç»ù÷xºlÙÒÛgÜA ûèÃôÀ j?!ÄÍÍíLAAæ¸ñz½þ“O>fÆòZ‚ëj¤ãÕþMpзí?*lî›ÇF'9BˆõΕÜ}÷Ý6n2d°Íµlö­Í­{òoOÞqç¡!¡î¿$Øl¡Í%z 볡***jãÆ«ÿõáª>j¸R³µ»¼¼üáGÙò¿7ì›=¶àñ?Í™––ÖÒÒ2oþ½?nÜÐGÚo4£¹x¡äæÙ„ÞôÓòà_þ’••5{Ö,|qt†yP¾Íè|EyÙêO>™vû7û;–BBBxà{U‹•2››ÛMC{AûÛ¿ ½CiiYRrŠF£¹óŽ;ðõÐIæAy{£ó7û9Qèen™s¢pkÙ¹}«‹‹«Í‰6D +YÊwêÞy€v2ß™d=Ñ-=´]á`PÞæè> stream xÚí–[HSqÇU$+L‡¢ÆŒmBxa¸‡…ÅD “teO®žêEÝ$#ìE ÖEBÄéabŠLl>…×6§¢n³6msÓ¹<w_»Ø.ÚO ) g öåpøþç÷ã|þ‡ßïðßß*ª¨¢úßÚum̼»÷ˆ#WÝT±Ôc7" Ûi’-¾§ú¼ú…!2ø"WW kÂ`ÀŽj_¨ÇoEP‡ËzÎû<+.Ó[¿W;Óô÷n×ét±±±­­­ØÒëõâñøS¿= 677‡[屫4’ZYw¢zúÃ9áÙyØU!ªgÑJ9ðôÈ*@PYY™ŸŸ&ä~¿?111Œü]‹F™ëKÕJ®Û¿µ»-.ô¹Ï!ò;û}®—i@?Ǟ뻨ùT ™‡ ÷ööH$’V«ÍÍÍU*•!ò††:N¥R§§§±Ì®®. …B£ÑJKKQ…‚ D"ñ×A­.,,ÓØØW\\\^^~òÙÞ4Å ýúpG[·­¾mÒÜu›<¦Wp9ŒOl†&ûÖTÕPf{S½ßu¡ÂÉÉIƒ¦¥¥…Çãaä111À ^*•fff訔”£ÑA>Ÿ_SSsy¸ßÜmû¬-“t²«æu¾eý±yí¾m£Îfà9‘פݰtgqˆ¨Ó!óp!‡Ãikkc0222ÈãããÁ` d2¨D"QUUÑëõá¬È1™×–F.CÏä÷Ìú:t¥Â¶)ØTræûÓ O߯ۜœ _•x „„±X|rrè™ììl,¨P(þ…“m룬¿½úÀ¨¸²£y4ÛƒƒÈ‘™ÀSVVZvvv²ÙìÃÝ"‘H²²²`@ûg·$­V+x¡Pˆ‘ƒ€Üçó^9ÊX äLõÄ%ðÇ¥•””`„˜€‡ÃAÀ„r¹Ü‚‚É©©©Ð„^:‹ÅÂ&ÔÑÑ‘——W]]]__"‡éÎÉÉa2™§ ·n~XLG¾\›$€¬Àò(C>œ¾> stream xÚí‘M Â0F3j+¢Øjn=Aþa½†BW] A¼ˆ'ð¨ñ•tá"{¾/&™@¼B!~‰Ìœ;¯s¨ó÷ź¼®êòé¿á[\ãï˜rª!¸Ã'&ì-pŒ%õÞ…YÝÌqd¡/ýê›GrJΰb='3Ìû;—XXxC£oBü ËiŒ÷ endstream endobj 435 0 obj << /D [433 0 R /XYZ 56.693 815.761 null] >> endobj 368 0 obj << /D [433 0 R /XYZ 56.693 425.778 null] >> endobj 436 0 obj << /D [433 0 R /XYZ 56.693 405.907 null] >> endobj 432 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F74 437 0 R /F64 307 0 R /F71 414 0 R >> /XObject << /Im3 423 0 R /Im4 430 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 442 0 obj << /Length 1480 /Filter /FlateDecode >> stream xÚ­WKÛ6¾ûW¨‡`e`Å”HIzHÒ¤Ý-¬ƒ¢Hr eIήûë;|É’¬Ý E/65ä ‡3ß|Câà6ÀÁ¯«W›Õó· 9Ê9åÁæ&àñ4ÈHŒâ4Øì‚áŸâЫòÐE/‹^5u·Ž(Ãáë¦þ„1½=´BK­p³ÎpØ4åúóæw°‚rƬ™l/ÖŒ…ÎÀ¢>³< AðX{¤)âyD å©óNš…Ïí_’hµÕ›ÍêëŠÀ>8 ã iNÇ4(ªÕÇÏ8ØÁx‚’< îÍÊ*`#s—Áõêý cÁ“Q,¼Í$GsëÉõ,ÔÍQÕ·àKŒÃ~/a@ó°hªJÔ;'m¬p+í·|Å¡—;wÜqÀ ÏÏbpÁØÿk/k«slÖȽ*K+êd)‹ÞJaºµRQ¸ ÀXÕvÖº¤Ò¹þ‰[é´Š¦îåš°ð¡·‚JÖ‡K=ŒA[u~ÕèTÆÚÈ;=ɰ9,dÖZÕ?öЗV|¯ú½‰vM²ðö;ö Íýw§‚Q±oT!Ñ¥åql7z]ªâ‹Ósȳç5¸ôk©ØºAcÿ»}³¦,¼Ÿ)ÝAXœ“{U콿&ìzZ¶•ê§&á ²ÙsQ3ÎøúÞ?ÀyæS„¡(Ì_W¥Œå‰Y1›Iž2óç¢ÌËŸ_U,ø¥Œ¿?ÛÍo¹½¢Ñf¦R:)Í †pÄEÄÃ$Ô&„ããÎ`A9QDs”ùD^—ê‹°úñ‹uü£ó0‡9Ê0 ¢#̨µû‰R6Ñ >F ãðÉ•©Á”Œœ‹)bqæKðY«þ¸Pªq†bÆý25‡Þ; yáA¸hv¸m,Ž#`×lE¸-±f6F§cuÎu˜u;ØI]͵ìì’ÞkžŠ¤Á wÖ&¤³:+M·ÎrŒ,ºµ•AuàºêéÀ906û3pŒOœ+Æœ³Ð"4 þ¢¿×á o/Ö‡ßÌ!\î×zÞ•­‹ãŒW\è,m/”ê´¦c²3„OºøLá0$0ÈŸ*=Xÿ͉D<Ñü8¼s,²[#úCÎ-Ðí«Öòh'güêÁ2v|E±-|€ÉÛÉîØõ²rÅãŽ1òÕÍSé¸zÄÑ»F:hÔMÿ „óFl»¦„Ä{6ê÷—Ã~õ4]§náÁÓIÑ{é|¹iÚó¼Z&ç*æ¤,ñ¡÷róÛQlLü¢o:¢U§ÈŠ~)òÃ5­W•œ"FÓ?FÓ(m(û?x4ŠT}Àà E½|è¾xVØo ý¥ ÉŸ0Ãüh„‚ðÙ‡‹¥£'ÙÖ÷ ·¢’àb÷Sˆ4‡:±eAFdSrfFË4{ U»¯Þ/ÝfbJ=ëY‹ =Úºõw¢ëôÁ‘Æþ[bµ›8e3=Ò03–ÏÌÍ9 ­#Fc}’nÑÁ%Þ.:²ÚÊ¡õNc¸x1šòäøíÕ=ÛC= mÆê¦vsÝÞ §å“_¶Œs~žR=ÙJ;ÕôjÎB¨Ìç¾2aÆ]bÁÀЬò¡'æ®'æº{ÖÚÉÖ¸®M»-Z vÅU*à~¨‘ØÖû¢êîJqôf”Û° xx`w[”ª[l„ƒ‡º–Ú!KVítª5µ½\nfcÿ–ú˘ŽO]›Í_ ̾:d‹sÚi2”ð j+EYîLÂ8¬;ïŠ Æ>{ž“òé:çô¼jvJ{^˜ghw9<ߛުÒ1-ûJ2ŽÍýÞ?-=Íಠ/P|:ÈÔ#MY Q  ÊèpM|Ý·et½Lâ§Ë¤&>OLAØ>yèôîBqè› \@LŽþ©óE_||sSµO¿(ŠŠpþ¼²8º÷ktð.}óÛMÓ-ßK”º-ÂcÚ^–^ê Ü×yþ_êÿ–d?ò endstream endobj 441 0 obj << /Type /Page /Contents 442 0 R /Resources 440 0 R /MediaBox [0 0 595.276 841.89] /Parent 403 0 R >> endobj 431 0 obj << /Type /XObject /Subtype /Image /Width 900 /Height 531 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 52563 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 900 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|ÅÝÿg¶\oº¢Þ«%Ù–e[î½á† ŃI( B  ä—BH ¡—äIƒðÐÁ6ØŒ{ÁE.²eYÝêõŠ®ßmß+Ï*¶t’q›7¼ä½»öÝ™ÙÏ~§,D!„H’„ไ¾ ƒÁ`0L¤Hš3tBAÿJÅ^¥ ƒÁ`0LdHþM‚ zý¥BúT¬G1 ƒÁ`0ÃW¢}¡ „’ÜAE¡!1Šõ(ƒÁ`0 &2%*‰Q²„PR¢‚ ðçÒWbkb0 ƒÁ`"£áJ” ‡ ˆåÂxà™ÿbÛa0 ƒÁ`F—ŸXEQMÓ4MKîN(—ˇ$@Y–eYö?¦°äÜsã l/ ƒÁ`0Ìòöçû‚ÖÊ¿>¼DÖT*•’ eæ?öà}÷Ú~p·ìü_Oå‘gŽyFiI›÷hT–ª ƒÁ`0—/v—ŸÄóœ@‘„I¯úžC™u À¿Þ~çù) ¹\Õjuss3Ã0 ÃÜÿÜ'Þwo‹Í_ëîYüßôq™3Ç%+uFZ&'!l±¹?Þ¸ÛîG9?~_aLäyŽ€A’ø’c0 ƒÁ\>JÔáö.Þ~žsòŠæuêpeù½…²:}ßíØôüƒ‹”Je÷œQi¨’ùÓÌ9SòÿåQ ¾¡Ùjï´çf%vzP~^Þ³“ç+>üú‹Kø ÷V—Ë7cú²Ÿà«ŽÁ`0 s9Ðå؜ފ£;æ/¹)')ªßs*›º¶o^?jÂ<@”Nù=‡(,9 Ã$ õz}UUU øÉoÿ½ú®|AN:ãø3…¯>ó†$ˆ„ìtsPtœ1pͧj;—.™ë‹Ÿ[]ßôÖ[ÿ;ã¾g?^»©`Þ]IY…øÚc®D,­¨IŒ‹1è4@ж=‡Fƒ~BA. dö*ÅD›Ææf &ÚÖvkõ™F–ã¢ Ú ÃÁy3'‘qÁ€õM­€Ô¤øˆKÃ0{7èµEãòGÜtu*35)-%°s±(ŠógN©~ª"1.:;35°¢¶þg?¿Î QüéÝ}íïøì8­ZÍ0ÜwÅ%ZZ¡Ûì]ùÙM­N—G¹Lž‘žTSßôì]7ÖîXßÒÞ9ubÁY¡ ¢#%§ý€ˆLF'ÅÇ&'Ælg]C³× I"%1®¶¡9Cs[gœ9jÝ®r«Óc1‰uÚºê›} ER±Ñ¦Ì´$–åö.Q«•*¥ÒápÊå²1yYj•r0¢*Äfål>øuø7‚ öÍ­×8|¬Ôd4ägûCGJQúq£sÂKžg³)ÊÙåé$·×ßopžÊ*kÃÍc6†gµ¹ÝzËŒTéÙcvaʺ]U©) ÏtçÏOÉ©ÊûWL›Ôn÷®ÛYNÄäüxE8Öçt2‰*°¡¹­®©˜]ߨ¥×ŽÍÈò Ãî?|¶BŽ3ª²¶!†_µ®NÄ5*)!vãÞ*’„É1ú¢ÜøæN÷¡Ó-V ë«jA&„°WüIñ1áÒß§0×%ºïA‚ˆs²Ô:B¡™D¯PršR)(“NùøšY/½·@ðøšÙ&Òî4µ;ͱIá¡Î£Ò˜ÎŠÑžL'ݱöíÕÓfÎUØOj÷W´øÔyËÛü)Q² ­#õqglܨÜT½ñtks¹ß3S¡Öãk¹êIMJx÷«’[çºennz|Ôoþ±“wzü,„`ÉÔÌw¿9±°hz«ÍoÖ\nÏ#7O˜Qü?¯ou¹õJ"°á…U_¨ùòP}Vz àØÉò~:/1ZxêGg÷©øøÛ2¯Ûµá…Uµ-]祿„çßÛÿÀŠ1c2¢iŠ´»üïn>ñ_.S)hÀ†VµÛ½¾¾mÊ„±Ò}·¤´â?žoÖÊ(ÒálÚ_u¤¦Q)—”ü3÷ÌH‰Õ³¼°~wÅ·žÃSÿØyóœÙåõ¶ï>8ÄóBŒýé¾Ù‰­7Àî:Þ°nw9Eˆ^XÕÐîj±º'æÆ[»üùð€%&á‚z4Ôù0œ ”Ó7ÌÈþp۩ЯÇN–÷Êíò3 ’Ûðªc•m¯®;¦•^Xu¼ªýïìíUêPž÷Ÿ:@gÕmGkcß௭-¡HðÀб!3~°õT{§=ºGÿ‰"r:»¦™iwùOÖtΚ¯ërz¼^ßÅ0Ñ×ÔÜ2P~<^ŸICN›äö1¿|k›Þ`„nØ[“—›aµuÅjÁ`’°º˜*˜ ˆãÓõOßy½ ¢oÖ¼ö³§ÎXŸÿàQCõ5Ý«Ÿ#¡^!ŸþÏîg<#üª}ùÝÑ®NÄ5*5)~_y‹×ç“¢/ʯos®Ý]-£é¼dÝ#·Ì EõùÞŠ¨(}›ÔPÄ9#¸Ã\SžÑÁŠQ¥ÖAœ;Öñð‹{î.íjTvÚKïïy|Í,“NùËÎFµJ»;ðÒû{Fe§õ 挺=£b7$We¦TmÑÏüîéßÜ·¼ÁŽþ{°kæ¤ñ“ç§))=V[–‡ÜÚÔ$í/­ßòîo®à |í1W=u -w//Tˉ5ÕMŽÇVO}cÝé'–öl\X”ÞÜéÖ©åŸí8}ïõ…•B±a_ÕŒ‚äÅS2ÿóÕ‰Ÿ,Øz¸66:Ajn©Iñl=õØm“ Å«ŸâñÇ+ E(ÑŒ„¨æN÷6ÏK³åƲ­ìtƒ-)ZOÓòm<þÄši€7>;̉(3-IŠ!`2öh®k났šŸ÷²q'^Ý"0Á§î[äø¶–ú^¥87†°]9Qœï‰;ty‚ÿØplr^ 3sxAüê»@J¬~÷ñ†«gå¼¼[æŒzwkenvz(¬Çã³w94E%ô¸¦BbÔëgU¶­˜™½iU(H?¹­Þ"õW½œY*Õ€y?õç‘0,;¹ þ3ÊäA»ïLC³”a¹\6>;N­¤·מ¨î˜;!uNaêÚ=µZ9º¦ûÇÆ“ÓGÇöÊô Òutº½¹É&ÀÉšZ¡’&Ú¦$Ç{}>Èù™Ä¿¿<5PSܽ×vyo+›YÒËd}܈¨W…dx¸ïDS]›3ìªu\Œ•’ßasÐí4‘ËdF5ùÄÓzEµÿdó@ñK¹ÇžQÌ5èÏ;LAÏèÂÙgçô»ûÐùCE›HD/½·û—?œ¥UžÀKïïNKIŽ6=~¶_Ϩ ݯ ß³ÜÙIâQÓï·2þÇžÿÀ çÏ™eRÐ¥%%*@Û<설à¡ï•9=K?vڜǞx:< sµûåÁ«Ýñ³›&–ž±¯ßS•žš€Uúuóš3rî¹~\EƒíL«³»¹’d³ÍWÑ`Ÿ5.ù½oNNXÓìhï Æ$ȤV£R«–ÔhÀþ“MÂ5×aálNÿkk›¦Ä(ßM³GÍš­«ivœ¬nëòAì/mÎÎL5èµRœ¢(º]î8sܲi™j%M“„t¿1inÚ[µíx‹9Ê "¦±©=CøÌHŽã‹rã „_¨9PÞy¢ºã£–MÎKníÍî/öV™tŠ•óò,u0È„z¯×'ÁYùf€7È•œi‹î¥l>Ù^6wBêÍsrCßô›Ûº6'Þ—’$u¬ªÿ<#„€aÇ op@k—2ã‘“© ¦üäî o=TÿóUõ¶6»×äfŒMú÷¦’ysr.†éxA蕟c¥Mié’=…p©-¢##«­kFÞ`“D±¬ÞÞo+ÈŠl>X»ÿTGu“ãåGB>‹^¦"áÙ ™ïñøãÌÉ˦e…_µÝ%#[£ºoWüÙ¬0 [41½oT,' ¿T%ð} s zF% xÁ“¥ÖAô™~žà}Cyül€å<ë€,Š'êlß"Š”ÔDCw/ß©iÎÏÕyËêÿusfvNÓÉC ¥:U^­VžáÌÑ)œLWZsrç;ëI‚ÄØk„¸ØØø¸ØÿÛZm1岄ÿÔÞå?^Õ6>'îë5áÞ¤øØØû*Ÿ¸cÚÏWMV+é­‡ÏÄX,áM†[DBôYPbuú• eJRB]cÓoÿ¹k\vLrŒþ®¥™1ϼ½! õ¡8Û:¬3ÇÄ/,Jß~¤nÝ®Šgç,,J'I"ÜÉ…@A†b ús3öCäñ³J…Lè ":Ûux¼þ”$åÊyy€v»wóÁmÑÑ–^bÔîn9T»tZ&¡”~s+öLg9NkÒ†26¸<Ã~ƒÓ$Õè`{™±¸¼5”ámÅg&æÄžüáÙí 91ÉtAöÍÏ+ŸËÉʨUªÊF`lf Ï«ol! pº<½fHWg  Ö}QÐ9NeØãAìmùs+¤ˆÄÙcú^5ÁÈÖ¨î×Þï·þg½!õÓí§/†éAè{Yyž—Œ¦R)›Z¸ïJ›¦Iúëà ö–4$œ”;áå—·þê T©NÔtOÉðø™É!wÇ@–ïíÌèïª\ˆkT˜pî™4MõÕm‚ïS˜kÈ36à~žuñ¡“ÑÃôÅÇNœ'‰^¡š›[ž¼{®´bé¥÷w¿s¶´žéÏïì ‰Ñ¾-±÷fýN©éÒ>PݹlÙÒÔD!ë´FÊ ”„PjjrCÕw©cæ$Ä×sm Ó0ý¡B°ªËl6Ñ{ö€N§ûú»š»–ì=ѨPi`ïI3è‚ÂäõùWÍÉŒ]GBØÔé~÷듳qý®Š;yèæ¢#­¯¯;‘™‘ 0›Œ;Ž5ŽÏŽ]6-klFt}›3:J è  çßÛÛÂü5×ayqýîrFÃßÖwo@ƒdùàÀê…ù÷ÿ`‚7ÀnÜ[ùùÞÙo[ /ŽÙl2›M½¾?×P€”©¾ú®úÆÙ£$»õ›[J®|oóÉU ò¸qüÞMc2¢%CÄÆXúÍó¹Zè ¦¾Á!^Ÿ¯—S““´Z  ²ªfÎøTÀæƒ5^A¦ÉTÖÜ:?oâ¨ø7×_ ÓA€úæ'!>.d·ÌŒÔ·>/9Óêœ7!õ¦Ù£‚¬pª®3À‹ÂÕ¨‚¹â?›Ž¯Z¿záèíGêòÓ, Ç“¡Öšúµ|8Õ1N;â5 îH!I²oT_ì;£ÕjÎ?ž3й†Ä(„C:YDý,`HÅŠáx—¼ôþn£9F:x|ÍlZžkè*üÑÆÆÆîß¿ßçó=þ×OWßõ@c‡³WbÍUžº+O©¯®ŒKLÎ3ÊÔ@¦,-«`Y6oTö“¿ûSü¨9ããk¹fõèñ¥2=:oTèK¯×WUs&*Ê–’äõù ÖµhRúü‰i¿ñ-¥2ªú¬=/+¯dv\A>‰Ð±À ¥eµ*;+Cг©¥• ² …Bž˜¯Õ¨­6{k[‡ z.#=%!Ïógê}>ŸB¡Éd.—;%9ÑdŒrºÝím`€0&ÆCrR|xŠN§«­½3È)’Š2âbyžÀq\iY…Z­’Æ”‡j¨–ÖöŽN+AÀqcG”ÛŽNk{{'$c”¾Ój×i5™i€ò,e)”ÿ~ƒ÷kÆP&«ªk½>Nv†Z¥’zÉÒSå"Çäçy|Þ‹aºóçGÊCG§Õîp²,KP«Ö¤$'’9¤«Óos8œcS4­V· ŠË§eMÊKø÷¦ãÇë<Ñs¿¦ëeÞ®ÚEªQŽ.g}C“Ô¦ú Bxþøqg…¹vÐk[¾\7Èíë¯[~³Ë~(¯Ÿ9Uvš¦ÈØØX½^p¹\ííí)qQS r¾+ïàxñð·ŸübÍÌÞb´¾­«W’íu'š­3™¢::l$ç:kÖ7®ØôÕ–{@Hòùßÿ¾»~ý:0w—B¡XºtÉÚÏÖ>üðCÕÕÕ­mmsfϹ]û-ÅôiÓyôç¡}ûöîÛ¿ÆŒíÙÙÙCu³!¡ÆÆÆÿ÷ÛßîØ±=.6ö…þòÿ~ûÛ¿ÿíoý~*ïöíÛUJÕ¶o¿•„i¾¥K—¬ºmõ“OþúÓO?ûéOºÿw’gô•—_6 €_ýê×òÉkÖ„Ey½Þ <õÔ“»wïùË_ÿúé'Ÿô²üPƒ÷kd„Çã™3gÎ3O?=Ô¢…ª(Ь¡\Í_0Þܹµµµ·®ºíð¡ƒR  ƒÁ`.±=?_õe\Ï0z/öíßßÕÕu×Ý÷H}>ÿðã?tøð¬Y3Íf3à¶ÛV9zdDJ~ÛªUOüê×?üЧŸ}vóM7…«~K‘ÝÑÞîv»?ñÄ;wí¢HjÊ”ÉÃÉáǧOŸ ¸ýöÕK—-èËcÆŒùóüý2uÊüyó"HT¥RŽ÷õ×_×ÔÖM }ÿÑÇõÕWE[­V™\Ö+”R©œTTÈÉÉinnîíPƒTUhšž3{öpªËíÎËËLm ¥•‘‘¡Ëëêê233q§€Á`0Ìå.FÏBhüøÂÿ¾óÎç’¢»hz¤âœ}ú÷|ÁRSSwlß¶gïÞo¾ÙòÖ[o}¹iS‘ܲò–xðÇ?¾7ôÍÁƒ×®]ûå¦MJ¥ò?ÿy»¦¶¶¯n“ŠboŸeÁ2²R©ìµîÅ«¢(Š¢H€ãyÜ`0 óýC tˆ^¿†>JÓ§O?pà`II‰´´èÔ©ShˆôM}RQÑÁƒƒÁ BèÛ­ßv/Té9Sòh²,AB+o¹å‰_ýÚh4Ž5j0¥˜>mÚ+¯¼:}Ú4¹\®Ñj¿úúëéÓ§£Ý Mž4iÿþýmmm¡>üpÆôé}Ê[[[MÓK—,ùÃ3Ïœ:UÆq\æ1}úC?ûÙí·ßúÆérÅÇÇ+ Q¿úú«ÐE»¾á‘ ^– ø@F>oíTµºŽ¡“AX·n=BèСCÇ¥¦¦" ƒÁ`0™‹ë‰ùÇÿþýñ_ü’eYQ_w]~~þP#Y¼d©ä¬ìÙ½+99ù‘G^y몤ÄD½Aß÷ü5kî˜3gŽÙbÙðÅçCJhåÊ[^zùågžyz¥˜6}ú/ŸøÕŒÓÓ¦MýðÃúô´´á˜+))éÙ?‘Ë倖æ¦ýóŸËo¸¿ƒÁ`0 sÉÀ¯Å\£Èd²òòÓ¸ªc0 siÁžQ ƒÁ`0 £ ƒÁ`0˜k¯— 2…B­Ñ(T*íE(Z—Óaw؃L€ 9žSÈåƒÑh0iµ:¯×sº¢Œ¤ÈÌô,ƒ> Wòˊ⣇}ø1š– ¾…¾öÆË…#-FEÞCPZ|90W•އ¯­½eâøIA&(Š‚(DQAÈeòŒk†ÅÅúŠömÊè§}íÒD;¡|¡@LŒL‰VÕVjuÚü¼±$A@!„o¾Ýš=îŒlóþÊ“ 'Q!A›[ÊÊOåʪݸiã ×ßX[[ë÷ûƒÁ ˲Ç ‚@Óô„ ã׬Y#)ï`0øæ[o^·pÞ¨s©ðû}Æ(ð>¯·_¡ËéŒÒ’J…"‚$8޵˜-èÚÚ€vdnÁ`Àéìzä/Ï <ÇÒ´ ˆb‚,Ç²Í u’&)ÚeT(UÃL”e˜æúEQ ¹\¯×#„‚Á€Ïív9HJK•Éå#R@·ÇÝÐT§×ê³3särEQŽã\.gCc]ÙéR†cæÍ^hwØËÊ˦Ož>¤È}>ÿ¡â5µ5<Ï>I’Y™Y“‹¦ªÕ*ܦΠ4-kh>C@ÒM¨ûN$!ù.ºŸØ°˜cxžÙa4¿£¸î»•iÓ>S‹ðÁ\Eb´‡Û¶.^z=Ë2¡ƒAܨx!Ïs!‰!$Š!Q9žÙŽÛ®¡O‹L¥Òò¸Êò$Óõ–ʨA”F$F µÕg*Í&sLLÏq ‚ydaw_ìU«•‚("„â’(‚:U^:&oìPÒëõjµZò†JÏó2™Ì`ˆ"IRòÓ¨T*K´BˆÅ(f8DÐîÂTeP«5ÍÍÍ*•º×cÏó€ßh4ò<çv¹#Ë‘螈#ý¨•J%ŠâHYÃÙåP(2­VDÇ+ BÈïó€€ Aà ¹Z«UɲŒÝaOH–„²wvÚ­V¥R)W*EQàXÎëñ„d …\¡P@ ꪪLÑÑæ˜˜a–®¡©Þë÷N(œ,“ÉX– <ÏhZ¦×ë ÇMäy~÷Þjµ†e«µs¨ñ*>`6GÏŸ·PҸݞ볇W—Åó|ié‰CÅæÍ™ÛÝ`€ÖÕÕ2,{žsrEnnþÈç‰Åwƺ¡±øÎQ‹Nˆ—‚`®1ê–/½^ú:Ìc"HÅîû€É|-z?rŠ^R–©7?Pšîòu¾e«ÿ A½/û;©Úà…Ín‹‹‹w{œ$IQ$ERun¡H’„EQŸß£T©Ú;ÚG]Œ*ŠÐ˜¦ô¼Ë²,MÓ*• BB!ËäoG€´» Ë" ’Ôêt]ή¨¨sFuÎ.“Ù ä‘å¸È*ª ŠA­Vk··'ì?³ÉŒ8R­€ã8­NǰLk[g||¼9:š ΑØ)©i^¯·±¹5>.š–É8·{8IÛ:;v»J£áy¾Ën2› &R¥üþ€ßße³Ñ2™\¥²[­€áèѶöV„Àä‰ÓX–q:»(Š$R&“CEQ ¢((•ªiSföhÄ!_²šÚšùóJ2WÒ !I|¢s8û@Ę1ÿ~ûs¯%1:œv!LÏÈ’ü!’ÏBô'ä9«ùGðájÛ¬ÐÄYRoõtžv¶mÖÇ/Ã](æ*£¡§f† ö:„奮InQ€è–gèbÒ>iæžmÄҒ wÀñ…£î'Ú¬#C*€(Šr™âL}mϸϽQÕÕŸq{œ‚ ÍRSÒEQŒ`ˆB(y@išæy^:îñ’J'Q^±sÚ4R®ûê+ºÑ£q ÃD@íî¬tc9Q!êuúƦF­F#¹Ä,Ë")ä –a‘Ô "rá‹¢EÑd2…ßW{¤ âH D"Q’O€"Ɇú†NS*Ý=ˆ"Nš í*µÚïõÉäòôœQ2™,ÔºiZ¦Ó¢Læ–†&”ÉämíZNÑl§««ÓÚ1cÚì@ÀÏqœ\.wººêê}>O0ÈÄDÇÄÅ%˜Œ¦`0(Š‚B¡ð܇wyž§(* <øÐƒáß¿ùú›ç.E¡Ò@EQ‚ \S‹2‡Óî „gj«/àU(ÎúAFΰ¶êrWˆ¢7&û¦æ²—ôqKqйZÄh;·»xér†aB£¼è{¿»'pSò”€ím™z€dx øüö/(Õ¸î‹AðŸ@Ó´ä ?!Æc4Eq [ÛZy^ˆlQÒ!*HCçx*+sÚ]™¼/pèþŸÎÙ¿×0LDÐîBÈd4Ïs™Ln2šGtt´ô“Ýሉމ¢ßÐh4‘ªCQº›Zm6€äùAÝ+˜€Ùl=Cù##F{Ô®1Ê êÅó´PÐËû4Ô„jª¯—ËåËÊäòÔÌÌž)°GpL&KËʬ«®áXV.“5ÔÖfåå u:BèTyÙ‚¹‹X–å8–¢¨â£‡<^OvFVjrŠÛí>Yv²´¬45%}Báx€ÛípC™÷Ù—O?^+ÜzÛ-Â…ËVH¿Ùø9`én’>nZ÷Ùµ9Ñh8í@˜™™ÓãžèvöL…öLŽi»œ%<Ó¡5Oów­×™ï˜×Î¥aîE1W•]¼ty¯ƒ ‹ÑžB"8ç¨ëg»6º›Ó%¿ÞócˆGÝ£S¯N|{¨:QEH<Ï“$”6á'¸=n’"8žã8Îð ?1R¢3gΔÉd¥¥¥¡›|·zõÔe‰¤KàXA¦7âê…‰ŒÚ]Fãõz£¢Œ<Ïk4§Ó”J¥ÏçW*”EA’$|>oll\dÙ“Ú8BÀb6÷hÑžÂ戉QÔ-G)Š€¼°tô†ïu»‘ˆ 9–MNO‡ÖÕÕñ<Ÿ––FÓ4€ã¸3gÎÐ4–––œ\[QAËd"Ï{\.Á0¤´œ.§Ñ`¤(ÊívÊdò’“Ç $fM›-ýZ|ôÈ¢K z@I‰Š¢ÈG$FCðowlÓNP&£CÇÒcL˜æ†¸Ý ήX*Û½³%ÈØì6€ÙdNѨ æ- a5j­y-.ûH°S”!W\îm֚ד'¾{QÌÕ FC½y0ìupá• „;3¤!EÂBÑJq@°â äy—\;Q¦¡^ˆ¢H@‚çùfOÙŽ>¦¢u³ÓV‡ŸpÄúùáʵ´eNÌO¿‰xi>kb4ÜZWWWPP0þ|—ËÕÐ#Æ«­ú˜û§%öœ¿½…—1a"#‚v.FÝnw Êhš “Ùh³ÚãâãœNg|B<Ã2€¯G®“$"¦Gˆ¬6ûYáÒ£F-–h MÍÍÒrþsö{úûî©ç½fÙAõ§Dž×EíGÉù}~H@–c &#-—!€XŽõù|UÕUYYY€êêê`0¨Ñh@´\f0]]€>¯O«×©Píiié‚Ài³Ûl6ÛÌi³ÐÙùQŸ×‹DuOx’†šDžã"ºdÝ3AÿõÏÿ„[Pæô±GÒ’º÷}ü—ÿóâ_^îu/Àíîb¡Ûj=xßýÑYsŸ{VeEÑi·•ýú© /½6ïÝÿê,f„ÀH6à,±Õ¾ì:lšð¶È”Ñò8 tZRW·ž¾¡ñÈ]æŒG±sŋѻvl[¼dy †)F»e(”nQ=S‘€V@i<§ d Ä7ú;öÍ*Ób¥~<$”GÒpÈã†Ò0=ÇñüýÜÉ‹MªÄ¯ŠÃ;\P·þhÉÿhÿdûñN?# 1"ÃôV«µ´´tâĉ,ËŠ¢ØðáGîÍŸLýa†c}GµÝéçùã÷Ýü¾ûš¬¬ÂþC?÷ ˜ÁA» Çb±ttvšÍfžç %I‘6›Õev¶à8Îï÷ÇÆD¾ã}w ‚Ðb±„ï_#ý•T£(ŠQQQús%Zdû=õ{ÛFŒøöR>¯BÈsœR­FAÓÒÒjjj‚Á`UU€a…B‘šš*åJ¥Ñ8ìv’$}^ÏP ÕÖÑVX8eY’$›šS’RÂ'üL_ôíö-N—34÷>´9I×Kš,õæëoýäîi£oÿóZºGHAÐg·»¡µ;îûiÁïÊ:ÍSZÚ™—!Ô•WÌùÅ/NïݳcÍ7nÝ2+—ènßl«~I`­ÑóÒÆ½%rõ ´< ò­K7Ú×·ÿ1AéÍ™ÿ£‹]‚××c®x1ºxÉò^£{ûv\Û0ƒ$‚vMÓ&£Ñn·[,’$µZ­ÓéT©TË"„ºººbcbz½“"1 ´ÙlJ-ÆÄÄHOž’`E‘ã8†a†¿ßSÿbô"l/%ÍgDQ¡TJÑÒ4™™Y]]-M”Ëå™™™4MKYR¨T¢ P$é÷û‡Z(—ÛMQ´ßï“ÉäM³gÌÿÕd4߸⦬QR†5=ê³×G‰sñq»À²íÛ-ÉɣƲÏ=×d³~·b À´­;3ÒÒso[Õ¾w_É–Íã®[2œú»Ž4ߥ4$[ÒÆkŒ£‘ືR”‚–wO¹˜JÁJgÉ3&~ès–tÖ~Ô^úDbÑ»ª¨‰¸_Å\yb443ÉË{{\XŒvÓ÷ìiA„ùLÐ ·³s±"'@·}Ï™q~*=úŒ(É3 sÑ ;¿âʵ»S;&çÜ(ýjL¦xß;ÓPÓXî㻠р¦eO½ ¦/,,ljjjooOMKDE¨m]3ížS]g{(rY*Q—Èoåæš"‚v×Wª”J«µÓb¶8»º¢¢¢ºv¥ReµÙ z}xžãDAÁd4†<£¢ @{+"çlV«Ïç í÷$ Ïs¤+ð¼È ⹯[äAžãÚ^*‚äxžx^äyAD—£¥’J©KBwg†Dž…n†Z.‚€<ÏCH „hŠbYV.“_¼%©Oí9b†yFè3ˆßë^€ÛÝiGÂŒgÿà)+k±uVy½+nZ ÜÿþÇ”\ëófÿéÙ£'J aä†yOÃ[㲦qL‡Çú AZKÀX÷H—Là=Àû‡¤–.ˆ¢ÉlÐiug÷{ŠtUS¿žQ‰Ò_“y€í¥†žœ\¡$uÐï—Éd žçkjk†‘ Ë0LuMufF¦´[VÀï—RQ }k'9-cXFš¶«QkœN§VÓ¿V`Xæð‘C f“yÊä©Òª¦¡v’}Ä(x葳;==ôÈCo¼öæ‹/¿(}|ìÑÇ®ÍùîÃiwB›Ý¡‰ŠòŽ/Øý’å7®4D ‚˜ùÅ›>ÿlŸ±Z;­ÖáÌ (mbÑG­%÷:Zò5æÅA lÏ9¢àˆ‚RqjíB]­Ÿ[k·±A_bÑÇX‰b.s. F¯ë­¸nðÃô‚ € è3Ÿ,¬%fLH¨ùs}Cëg‘øšÚšýû÷7·´`ª+áàQWyFž P[Þ"Ô&(êÆm»322æÍ™›šš>üaz«Õêv»%m*ŠÏsi«V5îÞSýÞ{Š#®üU‰mLæï_L»å\Ã0A» o€-MVk'D!DËd ))$Iº]Ζúz!‚Ðd2%¦¤„¶ 2…¢¢¢"L%†¶p;« ‚p9]Ý›ã o¿§ž½ŠÏýò"l/¥Ñh<.„ÐïóI«ãëëë™ #WÈ3325µ5L©««“Ö3ù¼^iwzýW/”J•ÇãÖiu<ÏåçݾãۤĤ~¯æ×›¿š>mÆ ×ßÔØÔ°mÛÖ¬¸15ß=.¯=g˜>|’hø¯çyÀíî÷#„‚„d÷Ö÷ÒÖ×B’$yŽïë rµ‰š1瘧c‹ýÌ+mÕ»M‰ù–Ô•XßHÈ ý|5ÕïXë÷ÒÊ4cÆï´1×á9£˜+UŒ†º!oÏÄ|ï gè ¼Á¹¯æ=«IÃÞEѽÂiŸüÐkš†þÐ/ð<‚âä©“&w· 0'€Xz^æÌ‰¬´÷SdiIïÕ I’eÙ0miiÕj«ÒÒÒ¦þõ/Ÿ>ÜávjdsïÈýâÅ—Ro¾×0LDÐî$xŽ+;qB¡P˜&i\Âëñ´Ô7˜bb|/`,Ñ1’6 ¥ÇŽåŽ+ú Öãbbû¶ úú†˜˜† JÊ$H…B!íˆòÆ B$MOìÞ³øÜ’ "B@ÙÔÿöR$§T©ºìv‚ m£I®“$¥TªRSSI’¤§e444P…b‚Œ­£“ IQ”*ÕPË•Ÿ¸ÿÀþåK®÷zݳ%:&fϾÝÓ¦Ì ÉpÝ€víÝ™“=ª®¡V­Òttvp7ÔGˆžÎÉe²ð>|’(Bg•z»žáv7HLF³ÇfÕ9ºò:{ï¾kö߃ìZsGþêÛ(›ÝÁ1Ñ–öfH³ 51‹51‹ƒ®Ž3¯WìýݨYÏ! à™Z9 !ªlÛUæù ×*ôàÜw¿b0—C¦ß¿w÷uK–{½žÐÁ 3"èñ‰è‘¥g·ÿ•5°WÏ ü0<£¢È ‚Ãá?n‚F«¥)š¦e4E‡öäxŽãXŽç¼ϱ’£Ç gÄÐjzé†DÓ´Ûãöx<^¯Wc™ýï~¾`‘Ñ™J7ð¤ÙŒk&2"hw»]¡TjµÚŽŽQ€111V›e‚î®®¤ää¶¶VŽe!AhµZ•Zm·Zã‡ßä ¹^¯å6» ÈCža˜ðýžÀˆÓK^Om€í¥"HN£Ó!I¶44¤eg¥¤¤„碨ŒŒ écKCC÷îh‡îMJL*9q¼½½U§Óy}îÅ 8tà‹MëósóãEž·w99œž’6}ÚÌÆ¦:@[[«^gˆÌ™-åÿÎ;~$]ºþvz?ºóîð“¯Á5L·;‰XÛ~|üÝ÷ŒÏË'å² ë?…®YS0uܽ¯ó·S~ýË4«B__øŸÖã÷Ú꿈JœôQ–uÖ¾¯2Ï/ü7îE1Wa˜^äÏÞ®Â^\÷³Ch‚0,1*¼Ëåf†a˜ºº3µgj33²¤íWz>f¦¦¦\.7Çs¢¹•”¨¤t­VkGgÇøñã-ÑfVͲ¬*%Yþàû¶m'ò©O=‰«&2".´uv*•ªöööÑãÆÉd²#(ÄÆÇÛ­Ö` ð|Áĉ¡“ÇŽMf[¤b´_u(=uF[¢Ï³ßSDQ÷³Î ·—ªÂNÍH¯©¨PÈÁ@ ®º&>9Y.—ü…°'+€aØÖÆÆ` @d0Èúë—$Š&mýö›[WÞæ÷ÚÚ[§Lšš›“WQUñå×_ †ø¸¸5«ïÔét-mÍÁ`¦e6~±|éõ$$“É „‰uk!„À«/¿þLÑk–„¦e¸Ý ‰±‹îxñåø]»âgÏÎ_qØÔTŠ¢Ã7oiÞ±£…eoY¶B¹—AHC|º”Ÿuž¸Ã”² @%„JGó±è‚AÆñp_йÂÅhh˜Þãîupa1Ê }^|&Š€€@$„z?Ô3Ѭ[Œã5Ù<χvž¯=sfõmk>øð½“¥'¥on]¹jýçëzĨ‹ãØÈÞM/A’¤\.w»ÝGMJJ¼õÖ[’S’årË2,Ëp<´˜~òíV±gB®a˜ˆ Ý…tˆ„Ç0Á@€$I^à)š¦HR¡Pð7’$C¿\.— ¢(Z­V‹Å2ø„xž‡¶¶¶°|pîü™J¥R&“€6Ø=U Šn·;D1Ã$âáB½ÁÐÙÖ®ÕëL&£(ŠLñü1I‰“ÅÒÙÖR©ÕZ’äyÞårëLFŽã— Ã[3¨ýž†ú¨É²¬J­quuÙm¶pרB©ñäB‚("„ÔZ-/ˆž. 2´Œ& ìÙ`•e9„Ä(‹Ygˆ’”AÄb”a˜””T$¢ÏׯÓGEeef&%&GŒL0èóûl6ûÁCü^á¸Â¤Ä¤ÖÖ6¥J©R*‡$b’““›š!„½g¨Ôý~ÓÜÒd2™xžl–ê5ÒîìvI<ÏÅFLJ¾œ{Ûçà!IÒnwÄÇÇEÚÖ$Ï(Ïó˲PH{^·Õm ¸­Aãx‚ãxžEA¹)Ì%£=½’Çíêupþb·ÙÔ Õ–-›?øè}çÏörçôyg?@-fKrbrgGÇP’v›$ȯ7åêñŒ¦$'û|¾Âq…goKP«U=bÔ½aã4EÛm6Ë qçv{šZêÓ³Rhš–¼,Ç®·Üòù|w˜á1¤vŽR©LHNnomaY–„-—Ç'%QA‘$„0wìØ†3g<.'IF™Mr¹‚‘Š•Ëdåå}&žóQ¥T)-B¹Lf4š zC¯eLŽ®®O@“$J©„Ð2Úëñp äxi[S$M+T*^§V© 9IEEf@AX†aƒÁ(ƒaÎ̹míí••{÷îóü$hŠRȱ1±yÙyJ…"@HJWsðòwÜèqßúnϾ]C’&A¨Uê¼Qù$A\;O×µ;”–’þêë/ ƒ^Š@’dZJZ÷–eC@@HQ”Œ¦E…@QO>Ó|ú×|ôó:­A¡P( ¹LF‘¤´ZûG0Wª°æBh4™rrrÒÓ3†– Š4[, †š®ÑdJå3BÅÅG~ÿôÓ<_«ÕŽÍ!4šLƒO‹¢éÛo[½~ýçÝûœW1/Z°·{Ì¥„9Úe2òJ4ð·47Ÿ*=i³Ù"V¢F£q̘‚ìQ¹¢(„xžknn)++írtE¬õz}nn^Jj EË.Jœ—1Ç*[ÿóå‰iEcçÍ6‘y%V-AÛ;íÿÞt|õ\ÏŒñÙ¸­a0 ‹QL?p,×ÜÔt´øpþè±c aD³y!„~Ÿ¿¸øF§MIIóû|ÍÍÍÇŽ™3o~jZIF¢¥8Ž«¯«Ý³kBbZzpÄã$©Ë·®Û]9¾`´!ÊägüZ»tú¨ñ£¿.®ÆbƒÁ`0XŒbÒgLYYéè±jµŠ¢Èˆßªª3è 'Nü쥤¤nÙüµÀóExœý*ѲS¥Š&™Í–á˜bXWDl6+±w{{}™(ŠWA#S0îštø—ãXñaAЦL½BKq –ñr.Ô•kpÜ®Npµ¹§ Å€AêQ,F/+=*B $ A@"ò]·H„ÄBˆ$ÉáoKÑ´(Š"B)Î^TWVŒÊÍ“Ëåû^¹\N‘àÙ—p5ì¼»úWÿ¾ä&æåÈÉÍ«®¬¸¢Kq –ñr.Ô•kpÜp‘/û‚äVWV`1z¥‚zø~’«¬ªøêëMË–^Ÿ“=j¤â¸ juå‹Q!ºZ.Ç5UÆË¹PW®ÁqsÀE¾ü ‚Åè•«GA¨"VTWM:íÖäÔóœßÐXàÀwcòòÏ'pû«UU•;wïøÑw)•ªÝy×»ïý!4H=zþ¦R4qÒko¼R4qÒpšº<ü‘ ¼J^K‘]^^tµøª¯µ2^Î…ºr Ž›.òÕp{ÌIIÉ)‡ˆ}íµ×{ìç#ññ ­­-á½Eñâ¥~9)QòŽZÛš“¬öžïS!Š¢“ZÛšGçæ )¡¥i™ÛíT©4’ ß?:yҔɓ¦Œ€).‡BQDHì™@ ðû§ŸÞ°aƒ(Š*•êÞ{îyä‘G.‡ ×ÖÖÞ¶zuñáÃý–åêPÕׂ›äª,ãå\¨+×à¸9à"_+b4$_~å•‹-¿ürÓ%Lý²¨‚aÃôÇè°µƒžzI’¤Ñ`R*T ßá´ ¢h6Fs?¤Š®D[Ûš·oÿvþü…ñq‰#¥G>(ÍŽ$/¦H“Ý¥×÷kî¼S¯×Öjµ‡ãí·ßA—Ç"')ýf†&/«ñ覯Ê2^Î…ºr Ž›.òUÀ–l?ûìƒÁàŠ7¬^};`Û¶íóæ/˜1sÖÂE×*+0 “–žñÇçž›5{öŒ™³N••ÝwßýE“&ÿàÆ›€Ïç»ó‡?š3gîܹóžøÕ¯Jeùòë}Oî•zŸÏ7Ð|Ê+ôa¡sô( 7kôèQã¤ÿs³Æ0eœz½€)û 7kLnÖè°€h ÅOá?UVV„+ÑÿÏÞ}‡Eq­ ?3Ûé½W齈Á‚ TÔ ¶˜ä3FÑD¹b¢¢‰KcŒ¨E T4** XD¤ˆô"ewvwÎ÷Ç(wÃÒDLTÞßãÃ3Ìž9sÚŒ/gÊžaÂDw«©©L‘¢££û÷·õóóßµkÂË•Ó433ÚJ[;w//o/oÿ@ÜÓz¶;ðË÷9È×ÂË{€Ï€ž^Þk×}ßqíÕqÄÈQ-¿þwE¤™yß¼N«¶ê¥R-Ãïç_¶µ·­| B†|£eÛ³×Ï?` Ÿ¿À  lsC¡Phïàô¶ •æææU«Vôóàëø`Ò”©S&ŒÞ¯€T¶Ë+žµüª¡®Y˜´ÞnÌÆ{ÇêxÏ­©­ÖÓ1èú”~~þãÄ‹çfNÿÃá>}Zw".hÐ`k+}}ƒ¸øã¡£B Œ§M½ûw‹Õ·¯EWò¼˜t!À/@]C#fïîÀ€ k+7W÷Í[tsuGå<Ⱦx)qʤˆ¢âÂs‰g§MÑÕfh玙#GŽ |äÈÑéÓ"ÚþƒR*ýåç_æ|ò1óëÁØý¯só ›…0ÑzšñÎL{{{Ÿ/»¾  `ÑâÅ7n\700øöÛo-þr÷î]¡ºúzÈÈÈ 6Ž1òʕ˦¦¦&L2eò¯¿nSWWGÍ›7ÿ}ûfΜ‰zþ¼!$$äÛo¿ML¼ðݪU'Ož,((X±"òÖ­›ÚÚÚóæÍÇí¼‰ŠÍj«U1Š;vDOO¯ãfïþß÷=Úí££‡éééÕÔÔ:rÄðþ66ïöi ­:"Œ>x`ii)‘H._¾bddÈü™ÑíVmÕ;ÿJ¥º8üZ}„i!Ü•ZK¥Ò®|Q\«¬r=Úô㦓'âôõõÅbñÃÜÜ6÷Ŭüwoï“ßûgŸÍWQQN8yBQQ±¦¶öàÁC¯YÂöª);ð˜fMõ={â’/OÉ›;1¾ÒYîx\Üç ]¿šBD—Ÿ‰züŒÝÃÁ¨¬ËW®TWWGDLk™ždx<Þ°¡CBÎNNVVV&&Æ!g碢âðñá‘+#—ó·wPppÇù;8:t1ñê5«õtuß«@ôåÄhËʪÚÊ–ËôÊJ*´TÌUÑ£¥bŠ¢8.A]fíJÊå1¡c9nIIá‘cG‡fmeƒ²¶²Á4>|ôȸ1c Œ† 9}æôœ¾s»’g]]P$ðfNÿpûŽ_1[îÍÎÎ:—xöãÙŸp8\6‹Õrät±)Ú\yôØñ˜ÝÑ}2''ç•U?„ÐÅK—Öo؈" rËæMŠDL𢠠ðûŽí?˜”}ÿ.Bèx\ü/¿l#HÒÀ@ý÷ë455E"‘»§÷Ô)“çç}»2ÒÅŹõB£Ö÷Œ2wõþ}ejJª¿ŸŸ¾ž>¦qÄÔˆ€À@LcLc>Ÿ2,ÓØÅÙÙÆÚÚÄØÓØÕÅ¥ðÉ“N?Ùs<.ŽÃf—•—ó¸\&C/O/LckëÂ'…˜Æ©)©ZšZ˜ÆS§L¹~ýºüM®/ë‚Ûûó§åׇs?ü裣‡ÿÔÒÒZüÕc#£yŸÍMJº¼qÓ&Š¢|ÁêÕßÙX[Ë·¼’’Ò¸ñã/_ºˆÊ{üxá‹âŽýþ‡õ=Ø Œ1%$©¦ªŠ1þdΧ¥¥¥ öëÖ®ár¹MMM -.).Aáêâ¹â¿!ùªµWù E"‘§÷€©S&_¸x‘¦éÖoß¾ãî½»úúú;¶ÿ*ä3o³ ]¬cXXèÑcÇ¿\¼èâÅKÞ^^ׯ_gF"ÓªÝ(Œlï8;;=þ|ÉW_"„Ò32"W~{è@¬»§÷¸±cªkjJŠK–|õ¥››k›-ö:•j5üä†ì¶ýùëöß454<==ÐË{ëÛìA/Ÿ ãÃóó F ùëܹW-[eE¥’’’––ƘÍf÷·±a´óú¡?nJL¼ÐÐØ¸qýÌPi³HÿÌPÉÉypãæÍk©É<c¬¦ªúñG³Û<˜q.ß¿ò)™]¬Z½æVZZScÓêUß1)[ç–b0kÚ;êßèÈió°Ý´y‹D"YôÅB„н{÷¿ZºôÔ‰ø–ã¥eŒ?®¹YØ•3R7ú±Í|Z5Ñ+U9À?`á‹«ªªé´ü]9~e›âQ^^ÏöÝ› F1Æ®®®ìiµžÇã1 ,‹Ç±L²H±Dlnfv9)))))áôé-[:s:¡ƒü»žØÞÎM„–J$Ó´ìKïm,íX$«ÕM¡{[8Š:ÊMYÎb±{yJ$â–çŸšššž–>­^"npðо}û¦^MIϸíìäâæê(tðσ#‡ljnæq¹%êJž~ÇãŽMŸhddòчŸüòëVJLÙXÛdçd'^87ç“Ï8nqqaüÉø‘#FugWÅ›7ojjj‡ŽuäèÑ¥K¾*++ûjɲØýô17‹ÅÌyç}û÷ýÓ’ Ƹ¸¸ø»U«OˆÓÕÕýqÓæïV­þqãŒqccc``À¢/&§¤nÚ¼eÏîèV{äˆÀý½0öö™wï ››ù|þß"Ô–Ÿ21+—ËeV²H’Çç¿Xf±ÄbqÇŸ&''ï½pþ¼‚‚¶_ÍÍÍe2d³ÙL2’ hšfVr8f%‡Ín] ™º´q»BãÆOd±H„E_‹¿ÿfiiñÑìÙ‹¿ZZø¤0jõª²òò¨uëì߯ªª’y÷îâÅ_ˆ?.ßò ²mÎüìÙîhol`„>˜<•$‰ââ’O>þHOOcµfµšª*Bè¿+"=öŸ‰.]JRâãŽ1ÇƸ¼¢B¾jí•D>CŒñóçÏ~¾`ûo;"¦Í8zäO#CÃOæ|špúŒ¯ïùÌåËÐõ:øÓþþ~~ççOŸ1óbâùªêêž­TËðÛ¹ã7>Ÿ/?0Z¶-..Þ°ñÇ„“ñšššÿ]ɬl¯úú.[ºäôé3Ý(›‹‹³±±q`P°§‡§»»ëèQ£ø|¾ü˜gÚÜÖ¶ÿ‚ùóN3C¥½"ý3C%+;ËÊʪ%‚lÑæè•ï_‹ÕÞ8·íßÙÒ%ééŸÍ_t1‘™ŠkÙ‹ìB›G}›ÍÒ##‡9qµyØŽ ˜6cáç ‚8vüø˜°0Ùã¥e‡ ïÊ©ýØf>òMÔ•*3Å>}æ´¾¾¾¢¢bWÊß•ãW¶)¤R©“‹[ö]Ï£l6!$‹9ŽßÀK—.ËÈÈprr¢iú~VV§Aaii©††ÆÈ‘#ýüülúÛJ$&ÃWJÌì]6eJjª©‰‰‘‘Ñ{33ÊÌŽ"¹ËôJŠÊ•7~.½¶!D‹›Bÿ‰¾½{¼sD¬dïdѹ[,³±,‹‰måù¿a=8hð¹Äs C‡ ïgi‰1NÏH›ÿÙÂÍ[7ºº¸Z[YsØì¤Ë—ÅIÈÐaŒ-Ù<ûöµ4x_ì¾IL262óÉÜÍ[7ä<ÈžÿÙ.—[Tüdìþ¡!æf}º>^)Š’_yèð‘‘#FP5:ÚÚEÙöï_XX˜|Ëg._†®×‘ÍfÛÚÚ&$œÎ{üØÎÎc,‹[|7 #Û;ÊÊÊîn®§NôpùJò×Ë–RÅf³=<Ü)Š224är¹¹eÝÏêÙJÉ¿ø'ä†ì°ñöòTVV¦(*tôè´Ûéô ‡ÃaJÞí²ý¾cûƒ‡oßN?xèÏýûˆÝ'?æE"Çó8¢({û ?þØA‘þ™¡"‘H1¦å·9zåû·¹y›)Y,Ö¡C(вµíß’Rvï² mõm6KOœö[===mmí«W¯9;;J8}øÐÙã¥etýŒÔ~l3ù&êJ•?˜<• --Í7¬ïJù»xüÊfÕã}÷FfF§M‹ðà«££}êäÉßwü¶`Áç"Š¢izxHH§Áè½û÷W®ü–E’ᨨ5D¢í%–Ý{KÊuk×½W÷Œ¾¼H/K0—é•””K’7[‡|“}ò¿XÚŒb+¨#„Ø8³†ì;¡í÷å=††Ó§N—½%ÅÉÑyÓ–ÎNÎ̯}Ìûô1ïÓù]8øowkY[YK¥Ò˜˜˜ˆ©SÍæ¶`ûŽ_ç¶€ËåÄìÝ; 4(fO̘1c•”•ŒŒ^¤ÿÛ&/~š™˜,ZôÅÈQ£MŒÕÔÕþ—³\]ºrµ‹iê¢"W[[§§§Gcì`o¿uË&¹&ýÛ†²ïjS”lÎ=Õ^ÀRQQñðpOIIåp8ñ'Nîÿ#†ÏçïÛ›_P€1622:zøðµk×/\ܽkß1íT­’ÜJK“ÏcÌåp˜”$IryÜ–e±XÜfæòex¥:Ž5rñWK¦LžÔÒz²3=¯Z˜V½óÁ&nÚ²µ²²rppŸÏ‰D˜¦išfn°‘ˆ%ã7Q)™Iµ6†ì°a½ì—–i¹öêÅçñ^¿lý,-ûYZŽæ=``Á“'mžm¸³@3TÚ+Ò?3T¬­ú=Èy  [.T"„Ú½òý{óÖ­6S¶>QÈ ž¿÷TGý9̯mž@FòdcS£¥¥sß…ü éú©{GY›ù öhó#æOî–Û:-ß¿7E÷]uéiú¢Â'¡Uß}wóÆu& ¼téâÕÔ”ë×®®Xñ_æ}þã†s«aÛÿœ\fNŸåìäÒAæ_ÇyÚØô:tØÎ]Ñ……ù\.ïóù_p¹¼ÂÂü»¢‡fcÓ¿Ó<Û<ÑÈ:{öœ‹³s⹿Ξ9}öÌ鯗.9ïáîvãæ­üü|Œ±H$jjj"IòÅÌœÌqåââ|ãÆ²²2Œñ‘#G==ó¬evvÆX¾åUTTš››êêê0Æ))©LÛölw´·¾eecccZÚmCCÃúúz==]GÓô¹óç™ËÊÊØlVPР%_-ÎÎÉ‘H$mV­Í’´™aë”?xÛÌ\¾ ¯PG„===fÍœ1vìÙ]ÿ/ý+¦Uï8::6.4l¬¦¦&s«ÆØ@_ÿ«/Ϙ5!ddh¸fõw­ÿš”›óxqŸ%‹x9UùÎã°Ú~€iâ“È—7%Ç?zõêµÜG¹ß,ßÅb±‚ ŠZ».rÅø~íŠÈ•”˜¢i<(0ÀʪŸ¶¶¶|ËÏûlîÌY³MLMtutZÚ³»£ƒ9ƒIS"X$I‰©ÿ±cÂ0ÆGûäÿæ((*êëé1[åä<ظi3‹EbŒ—|õ%I’ÚZZòUk³$>ÞÞòv<“×fæòeèâcÌJ‚ ˜÷Hüoßÿû_ê• #ß;¡¡£Ïüõ—……“¡’’ÒƒÇOü@(lþ~í‚ ÞD¥ZÖ·90Z’ÌþpÖ‡³?Ö7ÐWUQé ^²Mѽ²I¤Ò-[~**.F+((D­Y¥¬¬¬¬¬ÜjÌëéêÉ•ÎÕ*~ø~ó–­cÆG ‚ñãÃÛ½òýÛAʬìœ={ÿ ›×E­nyj¶Í™Ñ6ú9­N\6§Íˆ’’’‹³SrJêÚ5«[M´·¤ïú©ýØÞ™­U½Îe„öÊßÅãW6«ï»."ôôôRRRwüúË–Ÿ·UWUBDø¯x^_ vŸ··7I’I2óêWo^ŸÿÙ‚â<‘Hd g”·wd_ÿ¹XXMÐÁâ!‚ÄXŠ%"DS\=·ô½SYA™Ü®\¾üÅ—K*ËË<ðáÇÿ×ÁcC»cv-˜·pÓ–Ó#:yéRÌ®èQ£G  çy'óÎñ¸ã¡£GÇÅLJ…†9:8vš§ªšz«õ§OÆ;89¿ ý’”z{öŒÉ”˜zÆØž?þô÷qy×k‘™‘þ–Œ÷²Ž‹¿üÊßßäˆá!‘ˆ NM¾üÞwÜ»;¨^§ä=Û¿Ð;o[•߆þÍÌH9ºƒ%ÅE;~ûmdè˜}ë®ÓÿïO„´µ´o¥Ýpsug±Ø!}שOo4óûLúü©¤©ÑŒiaŽF¿šÇI¤žo›w ¶º¿³G{ÇM[6:Ú;¾Ú»ÄÚÏÓÁÎ^*ÇìÝ3eÒ;ûn¿¢ìmù:PÖßzäÆfÁ×BÛõôéÓOçÎ3006tH›?ïwÇõ¯íñþ…Þy«ªüõ/‚Ëôo_,Š1ÆÄË ÔÔÐðÑÜ”Ôä–÷(õ=kNøÖÔm‚¢ž "˜[ø¥Ï‹nÝŒÅ.ßµ3aÔÑezGGfòò•†lÇy:9:›š˜©««¿Îað–B¡Wy=êÛŒßMulŸ¾¾þÑ#ÊîËá$_¾Áèû:Tz¼¡wÞª*¿Cý ÁèÛ¾üÅb›™˜™™˜É$ðl.½øðÊNºñéËГ ULiÛÅ_·73Úãñ³<ÕÔÔ^s§oÏÌ(ñ¾ .˜…:B¥ …:B•!!I#Dt:õiý@ÙôßÇ.Éb‘/ß™ODCCùÚ_FK¥o4Ï·7%‰÷çh' F¡ŽP)F¡ŽPeFA{‘(¡¡©!‰ø|Þk>¼-‘J5µ´hš&¤ªªZ^öLWOÿ5‹W^^¦¦¦FÄ›ÈE8ÁÁi‚Q( ˆÌ ÿvOp¸ööŽ×®^íß߆Ïç3ß‚ðªXl¶T"½w730(˜¢(’Ųéßÿúµkž^ÞZÚ:d·&ùhWV”߸~ÝÞÁžÃ徉<ÛL“}ÿÞ[Ò5"‘ð½foO«B-zaßæJ½» ‡Tùmvúd|Ë2I’Ê*ªý¬¬´´u }Kñx¼~V6JÊÊ×RSªªªèn=„N’¤¦¦V`Ppß¾,ÛÔÔ”–ÒééiõuõÝÎSMMÍÞÁNOOÇÑãy¶™fò´™oOï<¯¯{ÆØ[Õ¤zaSSAÁã{™™öšG!}‹Ð´ÔÔÔÜÒ²A’¯‘ MQTccã‹æpûôíkhd(•HèîNû“Áár™Hô åù‡€R! -m;»‡xw%=w š ücF†ŽFÞo<OYE¥^nf¤Ý™ÑÇüÐjàÐG˜¼÷˜¯—”¿Á¯Ý`´gŸäâ£Roɸ«ì#B¤: Fé Fû£Õ:ÆÞýŸ®º…~‚F£=‹ª¢L}ÅRKŸ3ÏO©4eÖ!hw€þ™Ëôäï¦N²8êfNsJ¯î¼Io‚v¡Ž¾Œ±GðñSⶆþ¨æš£š†aZø:?íʆ–J«#ìýí´™_¹lr雡ý:Ýp€Ö¼Ñ–ÿ7¼¯©¶Â‡CûtšžÃ"¼­5»W;Ùm5”¹óF[bðŠà z³7xϨ2Ê· wçÍæcÉ3×ÕÇåst{ìS48W:ý92ï`s} þÓêfm5S{íú&qE¨ã‚qÙ¤Ÿ½öºÃÙb ­ÀcN.”MO„ü憚 ¥ä¬ŠnÔQvÛú&ñ hˆ®^?})+.ª³cýhÌMÖ1vÑ6_Ïá눛¯qù˜º¯m6BU×Éðñ!£Ç³ŠD¾÷è…Rm'¤åV»Zj`ŒÕ¹VFÊOÊ«(UΜ–kÝG±HbÞh«}— Êk…!e·CúÍ6Gé©óÿL.ª¬…y)ðYlIÓøN~í ]Œ—M¸\(•âñ¥RüѰ¾W³+3 j™½÷ÕWæªÏa‘<ëä’û…u!—êe¤§Ág“ÄÝ‚ºÌüZÙmûè)•T7—× U8c¼Ô•¹yêæÓ¬Â:„P˜—‘€Ç’ÒX[•WRÕ|üj1 ¾7A"‘hhj½Ül¶……ÅÒ¥KÆ„…uqó}ûö¯ˆŒ,//÷õPRò4??¿¼ìYUuµM//¯³Þ`tk¬ºº®õ‚ä ëÅM®ÀTBrBbQMc c_E #Aö)ê1ItL6”ÏÄPCpöv©¯­6Bx˜«þÙ´R?{{OjkD!e»¾I<ÐNçAq}YM3³I}#uýA¥š"÷ÔÍ„ÐçaÖ%UMcMAiuóÑÔ6‹X2ÞvÃÑìfJÊ" ‚@)ÎÖ˜YPsÿÉß^ÁZRÕôó‰‡! Áø&÷žÔM6¿W›T€Rä³…Ùm}mµo<¬" 4spŸ3i¥ÙEuÚª¼9#ú}û¤#d )xTúü¯´R’$"'ÛÇ_+–Ò0‡ú¦$ùíÊ•ÏÊžmÛöëŒ3ííì,,,dH¥R‹%¿á¦Í›ËËËc÷ï733KLL¬ªªb³á[Ê€'í~¦W¤ÛÝk¾¥îžÖ6죢çC J,ª ¥BD°Y#’Å«{–Tú(µªIå¦ô·Æ¶"Q‡TVàTÔŠ*ëENæê* œûOê&ú›W6cŒòËL´‹*›Ü-57Ï‘-ª† ÷ésŒ›E( 85Ï)‚@ºjüè³1FR)‰éP/£ÌüÚœâz‰#„ 5§o=mU_{S5ç¾x%–bŒ¬ŒT$R|5»’IÐÐ,‘Ý– Ž*ÿYM³µ‘jÕsŠ™ -¯qÙ$Ac5þïåaŒXiÄì „ñ²$ˆyó>Ceee_¸páÖ­[›þŽŽŽæff §OŸˆ/¯(ŠŠÊÍ}¤¦¦6qâ„È+†… ðàBèƒI“Z²ZºtI«ÌãOœˆŠŠzø0W]]}ê”)ß|³œ|¯o m%–v;Ó*dv†Š6]°mø]õñ6c›¡ŠjÚTsWѹ¶<³(ëD-¥~_4·X:!„P;2Ö”V7 )IqeS˜ñÏ'( Ø"Š®y.B=zúÜHKàÜGýÔ’çMbÙ õ5çÒK)±TOM±´º™KuTùUÏEµ "&ÁÚC÷¬U½¬µ<­5=•Ëe“JvËÜ*ÃÕBÃÞLm{B®H, vÖSUäRb©¾?¯´A¶Yd·ÕQå×4PMB‰Ž*¯¸²‘I¦¥Ê«~N5‹$̧õ.—T5½Nó¾o¸o$×Ç—••ß»w!¤o`À¬¼s玕•UTÔš²ò²éÓgèêêüðÃ÷ §úég.‡ûÍ7ËgÏþ¨¼¼ü·í¿²9œ%K––——·ÊöÎ;Ó| 8xàÛsçÏoظQSSsîÜO¡€F_ÿ1ç"I`‘$P‡u3àÞK Q5Á*/̇`ôu”>}š“}¿¶¦!4&|‚|’$wïÞÅf±ûöíkccý¿qelL¯u[³ùœ9ÿ7eòf‚‚ Ušc‡Aè…H’TQUµ¶±m¹&ùV£¡{ÂZÏÖ™kV=«¾'\Ú•œ÷&æµZsâZQËò G½¤ÌgO«šZ¥)ªh\ø>³|àR>³—ZØ’à [m"–àÍdz[Ð5ÍkÞmµR$–î<“Ûé¶b Žþ+·ÕJÙ2ľ,èv$š™žfïä"PP@WWUihjʇŒa¡¡d2<$dݺïwìØ¡¡¡‘p!4bøð®ì=dذµk×=zÔÅÅEÀœ;wÎÆÆúã?–MãÝ âñxB‘èÖõ«"ô ôߢ`´XâS#ÔäÞ¯êK|:퀮ºàÃa–Uõ¢ßÏäÂäbeç謨   ¤Äf³»7Óéèè¸{÷®¨¨¨E‹«©©}úéœeË–vqؘ=ëÖ®ûøãO8Ž­­íØqc[¥‘Ž€^BMCÃÝËëNzÆÛŒ"„RC³RÖ½f¶Ïª›Ví¿=Ý›Õ×Õ*(**()q8œ64›]_W+¿ÞÐÀ Õú°ÐPùÙÓ;éòË­¶=jÔèQ£ #y‰XWÏ ¾îR×7éà˜z²dUR‹ó?VI- “Àk¢ia ¯ÿÞB˜Æl6›¦éF{ü"ø3±óë\ @vp¾æsHxKüsÁ(] F[0Züb¢³ €^ ¾Æ@0 ‚Qðþƒ—5:‚1¦(‘X,~¥—Æx‘$Éáp¹\^¼h‚Q@G‘hSsc^nÞµk©åeeR©Úz9‹¥£«ãí=ÀÑɹGæ) ´‹¢¨¼Ü¼ çÏ Ñ70"I¸±z;©TZTX˜x^YEµŸ•%A0 xcÁ¨˜º~-uXÈpw/oh SS-m„“'líì_?…y@»0M—••éBSÕ×ÂâÙ³Ò¹bÁ( #R©®Îh…ÍæôÔƒð ø×@0 À[MOß äéÓŽÓ…B#c“.f¨­£û:å±´´tssóöööññùüóÏŸvX¶?þøÃÏÏ/44ô•vannŽ¢izË–-=ÕŒ±±±¡¡¡7nܘ8q¢ìŽ@0 x—œ8qâêÕ«/^477 khhh/eLLLttt\\\7öBÓôÖ­[_u+‰DÒæú]»víØ±#..ÎÆÆfåʕЉÁ( ›&Mžìçàìâ:ëÃÙ"™g—.[8ÈÝÃóêÕkÌšsçÎùùxy{ º{ï^{666ŠÅâW-Ç›7ož¡¡a||#»¾¡¡!((è—_~Ù´iÓܹs™ÛçŸ?cgg·bÅŠƒ^¼xÑÁÁ‰;[JrøðáU«VµÚQ›…ð÷ŒðŽùã}qññ»¼¼‚Ëã¾8’Ùìððp„‡‡ÏÏËËËÈȨ®®™4yò‹®±±½ ×®]«§ûZ7’&''×ÔÔÌš5‹ùµ±­}>>zzz¡>ø`Ô¨Q=RxŒB(%%õÀçÏŸÛ·oÏÍ}Ô^JŒ±››kìþýæé`oßíòdddŒ?cìììÝ^²k×®>|8>>^ DGGçåå!„H’Ä3 º~ŸÆ˜¦iæmS-wˆòù|¢»_Üiá¼Qp™€wI]]¡‘‘@ ÀÇÇŸhY/‘H>Œº~ý:%õíÛ×ÏÏ?%%5==!DÓtæÝ»í噜œR\\üª%‰D[¶l)..=z´¯¯ïµk×îܹÃìëþýû­×××0ÅNHH`Vª©©555ÕÕÕ!„’’’Zÿ¡Ìf£¶H’J¥ÇŽCݸqC,·z"ÞÓÓ355õÙ³g¡ØØØtZ‘N à‚™QÞv,‰ÒÕÕ;û×™˜½1cÇ…++)µ¤QQQ¹“™ùÓÏ¿477ÿþûï,K__o÷®èÏ>›'¢(š¦GŒÞÞ èš¨5Ó""Z^xÔ©Q£Fq8‚ <==ãââ””””””¶mÛ¶xñbŠ¢hš:t¨­­íß«;eÊEEECCÖpsÉ’%ãÇ777×××—ßÑäÉ“´µµ™è“¡¬¬œ••5lØ°æææŸþ™ÅbÉ¬ÆÆÆ+W®?~Ÿ_\T(¿í Aƒ ÔjeEyY«5 §Nu½<¹¹¹m®÷÷÷gîÚ”uùòefËåîÚµK~«)S¦L™2¥ÕÊüü|f!22222R~«VÃóx¼œœœ–_Ç7nܸöJâááqðàÁV;j³ðþp™@0 i5 ‚QÀ{ŽÅbI¥h²$1‹Å‚`ðf$©««[\XM@VÞ£Gzzú4MC0 xƒ¸®—·Oâ…ó9ÙYí}í;€^E"‘ädg:{Z¢¢ªÖõ­àizðŽ±¶éëú5w/o]=}60ð¶‹Å%EOnݼáää Á(xoé „î¤ß®¯«ë‘o!@ IREUÕÉÉUÏ@‚QðžÇ£LH €w>„…&ŒF€`@0 £‚Q ŒÁ(€`FAo%‘H6lÜèêæ®¥­cbj6iòäššš·­………*ªjÃGŒ€þÐ˱¡ À{fÖ¬?nnn¾ðóÏ¥RééÓ§+**ÔÕÕ¡e€·ÌŒ‚÷JZZÚ±ãÇ555/^H\¶lé7ß,OII677GÅÅÇ{y{kji÷µ°\öõ×E•<}ª¢ªæç0uj„Ž®Þ˜±ã’“SÜ=²´´\5uê„PXXèâE‹† ‚***ì4H$Ê}”ûÙgó¦MŸ‘‘‘ʺŸÙÊÊÊêó ¦OŸ†*,*B]¼t !4kæÌfÏ^½jt €àžQð.*}ú4'û~mM BhLøÙÜÜÜB—’’ª««™ÉQš¦¥Ri¹ijj"„ØBH[K»e=MÓ&ع3:&fïäÉ“~þùæ-[bböJ$/öÅÜ¥J²X²Y!„¸<.BˆËåµWžc‡Ax‘$©¢ªjmc«o`Á(xŸ#ÑÌô4{'‚¸ºªJCS³åSWW×°ÐÐãqqƒÆ‡‡K$’3Ù3<$dݺïwìØ¡¡¡‘p!4bøð×/ %¦BªªªB‘èÒ¥¤Žøû#„öïuuuÝ»÷ö’ùA/xñx<¡HtëúUzúŒ‚÷SNv–£³¢‚‚‚’›Í&¢U‚;·w°=°ióf_ßÚÚÚêêê»wŠZ´h±ššÚ§ŸÎY¶liEeåkfÆôéçÏŸÿí·—“.ÛÙÙvØÅÅeÍêÕßÿðôiÓLJ‡·—L6¶Þ-jî^^wÒ3ºŒzzz)));~ýeËÏÛª«*B'ãŽEÌœ þ1Ñ;F†ŽiµòôÉøÉÓf>¯¯“Owô°_`’’‡ÃÖÞ*I°ÙœÃö‡ŽmcÚ¥¾¾îRâù‘£B%ÅE;~ûmdèx€ ¼chšF³Ù0©¼u0Ùl¶ìÂ`¼ƒcù«óxA0 ŒÁ(€`FÀû^ÖÐ}©„–ÒãÞSe‚ X$‹d±zäE‹Œt“XLÝͼS]]Ý{"Q555[;3s³ù6DFºC"•ݼq=0x°©©‹Åêµ–ˆ ’.\À´¤¥›õºñ(£ÝAKé»™w›÷éÛ{jÍfs,,,I„RS’ MØŠ¯ŒÂLÝ1®©©115ï…u715­««“ˆÅ=ÝÂHt|ª¥(‘X,¦iZÐÛ$Éáp¹\^{Oê`Œ{ÉÕùÖ$‡KÓ=óØ£€Ž"Ñ¦æÆ¼Ü¼k×RËËʤR)´  ÷`±X:º:ÞÞœ;þƒ¼½˜ìƃê«Y•™ë×c„ú*;ôQó¶Ñô²Ñ„æ…`Ð9Š¢òró.œ?74$DßÀˆ$áÆ@/"•J‹ Ï+«¨ö³²¢D¢®o[ß(þvï;kûkhöSSóvÐg³°„@U•Íb³ôux‘Ó5”yÐÈŒ: FÅÔõk©ÃB†»{yCkz!SS-m„“'lí컌¦=¨øüçk*êÁúº×3.%çß®­Æbsu5õ]=fß/© ýúÜŸxxõ×F†`Ð.LÓeeez†Ð€^«¯…ųg¥]¿4T× š·9ÉSËèyeIÌÅhC#µAƒt5¼—ÕÝ{|)9áËÏ–ÎäòÅÖäøuÃ5UøŒ@»¤R)\ôêP‰ÍéøŽyŒ±ì=£ÿý=Õˆ§ø¼úYJÖ™Ða]-UTTÕÕT5µ´¥IÞãÇg.ÝZµiåG“±2_¶íʯ_C0 zÀµ{OoÜ)òÑ19—y:|¨ãŽZZÚJJŠ**ªÊÊJ,[[GG]]]IIy÷‘íŸÏøïÍ›ùIéEþÎÆ½¹Ñ`€wŒž¾MkwÏ‹/¶™†¦éõ60ËB¡ÐÈØäm(¹¹¹9S¶-[¶@?ÞK)wžèp9ÅÙ¦†ü! uut454ù|>B„T*%BGG{ˆŸ³‰jÒÍK–šÚWÒ :ÈPUUÕÌ̬OŸ>&&&Ë–-ƒ`ðV8Ÿx>';{Ñ gôq›ï¡izýú o[±;Æ”më֭Љ€÷ ~)í^¡ ›[ßðÌÛÅFKKSMUMAQ‘Ía!•J$ Æ´‚@ASSÃÏÛ©°ô‘Gvï nBèÊ•+yyyiii;wîÌÈÈýT,ã£ôvC‡-//ohh˜4y²Ÿ€³‹ë¬g‹D"„PäÊ•B¡pøˆã'Ld¯^½fÀ_G§ëׯ·Ê§±±Qܵ¯Ðøë¯¿ÂÂÂÂÂÂFmhhøøñc„Ð… BBB‚‚‚FŒ‘••…‰DVVVQQQ~øáàÁƒoݺÅl>fÌ„PTT”P( ˆˆØ²eËwß}Ç|zûöíèVÀ;í~^‰‡GI$&zÊÊÊ|Ÿ$‚ H’@ˆ D$—ÇSRR²³1«¬+ã NnQYWâ:±XL’¤†††P(ÔÔÔ\´hQhhè‰'öíÛgggçàà0räÈòòr„жmÛ˜9Ô#GŽp¹Üêêj„§§gVVVCCCxx¸›››»»û¼yó˜œÏœ9ãéééäääãã“™™ùÏ7£¼«ŽÇÅ*++ÿüÓO—“.¥ßNSQVÞ‹Š\±‚Ïç'œ:õ硃¡úúzGGÇ””äÈÈkÖDµÊgü„ Gíbø{üøñãÇ{yy…‡‡÷éÓ§¼¼|ÕªUHLL\½zõüùó™” ÁÁÁ¿ÿþû7ß|³~ýzÙL–.]Êçó>3iÒ¤ãÇ3¡pLLÌÔ©S¡[ï4©„’J¤\RÃåq¹\É"H‚ H„‚‰E"‚Ãáp9\‡#Q4EaÔQ4dccÓ·oß>úÈØØ˜9«2$..ÎÙÙù‹/¾øë¯¿233]]]¿øâ „P@@s×¥K—ÜÝÝ“’’jkkKKKû÷ïæÌEEÅ[·nݼysÍš5¡ÒÒÒ¯¾úêÌ™3[¶l™1cÆ?ßhðïžáÃG¡««³!ôÇûââã9vyy—Ç•OÏçóGŒŽòòôúî»U­>]»v­ž®n×÷~øðák×®>|!”œœ\SS3kÖ,æ£ÆÆFfA ¸»»#„¬¬¬Š‹‹ÛËJKKËÛÛ;!!!000))‰93À»ËÊX£º¾NEA¯°¤ >1F‚À#!D“™WT®®¤U^[ef L¶÷e£!„ŒŒª««ƒ‚‚|}}}}}¹\îàÁƒ™“p@@€¡¡!BhæÌ™ @ÙØØ”––ÖÕÕ]½z522òìÙ³l6{àÀ!—%K–,Z´hàÀÆ C]¼x±ºº:<<¼e*‚Q@çN0Ë))©8þœ@ ؾ}{nî#ùô\.— „‹EÊ£ƒ½}×w––öã?;vŒËå"„0ÆÎÎÎÑÑÑ­Ï,ìç‚ :þ½éÓ§¯]»¶¢¢"$$DAA:ðΑHĉ„Yv²ÒMJ*߽֘÷¬yx3Çe±X$A23Ÿ#‚À4M777¥ÝÍã±5ÊëÊœõ(ª£×é‹ÅE‰””ýüž9sÆÃÃÏç‹ÅBH*•д”Ùœ¢DcfÙÇÇûÀX•}W¬XÁb‘¾¾(Jdddxýúµ .?~ü‡~¸p!Q"»¹¹þ„l,ØÅ;A““S:˜¼”URR2wîÜíÛ·ëè¼øÊ__ßk׮ݹs!DÓôýû÷;ÿ ˜ÍFµœ¸ÝÜÜž?þË/¿DDD@oÞEÿï&ç>Í <ލÑ$!ñ%¢0¥41ƘƘ–Ji±XråVvvÞ3=UË’ºb_ç¾>$ôb¡¡¡!%%ÕÌÌ”yrˆYéíí“”t¹¤¤c¼gÏfýÀ~ëÖ}ïççÇçó•••ãââ™JJJØlöèÑ£¾ÿ~]ff¦X,öóóKNNNKKÃK¥Ò;wî09œ={¶¢¢¢Íx€ ð7AAƒH’;.|úôFÆF-ëg̘îáé5tذNsXµ&%%¥+ûÚµkWccãòå˙ǘJJJtuu·mÛ¶xñ €€€€ãÇw%ŸÉ“'0Ï3!„&L˜`lllmm ½ xWÃÑ–`Ô©¯‹­Q~M6‹PJ»NŸ<÷P$Ñ4MÓRæ§D"¾r#kÛ¾ó:|ë¼ò|ª¹ÄßݲãgÖ êß¿¿ƒƒ£³³sDD„l0jbb¼nݺáÃG899§¥¥­[·–Yïç7°¨¨Èßßc³Ù’þæÍ›0- x—CQ$™­^:töe2GMÁââEaúÝË®.:6–š,’xXPvívnzV«%a•5?éÃ)XùÍב«Ú½cþÙ³Rù•ÅÅE-{œ8qÂĉdãb„PŸ>}êëë˜_—-[ºlÙRfý!ƒ‡ Ü*ñ Aƒ]iµòÎ fY~¡Ç‚QÀ¿¦¨¨hêÔ©ÆÆÆ¡¡¡Ð€w8• ÑT•›—M˜·ú –¤ÎPÉ¢¨—<{rP’)’Ô!„H W—Ý¿¤áYIC±³NeØ ¡{cíúý·é³f÷Úæƒ`ð¯166¾té´àEÿ>_èag–ðëÜå›gdßPe©)q”9j<¤Ú(nl7ÖݧKÌ5¥B1N¾zuBxØïÑ1†FFAƒ‡>VÁ( 7b±XR©ÚÐkI$b‹Õa0ÚÆÅku…Ÿ–p9-÷Ê­G9EEB&zêŽv:Žýú‰*s·nÙ¢md–Û `ßÎøà?cW|³\M]ÃÑɹåm$Œ"HRWW·¸°ÐÄÔ ZÐ;å=z¤§§ßá[ê0’ F_<Ïä`æncHQ”P(l Å% )Š©Yþßœ¹¿þú3¯ÑPËb³'Œ3oîÿíٻ߲·µ0';«åeLÐKH$’œì¬Ccƒ‡ eÞëÙ~,Úš¦¥R©˜yM¨H$¦¨æfassscSÓóç |ÁèбR1Uù¬äê´ŠŠŠ>ff øÝÑSí 3£€vñx>ZZZ½ä•õãÊÊÊëW¯99;qxFþ¥`”Í237¥iiúí[uµu¾‹ôýA’¤ººº“³“¾¾‚@Á(À¿†Ãáöµìkdl,‹{ϳGArx¡˜ †`à5b)‡­Èvè6xq €`ô>p™ û$R -¥{ÕËê ‚`‘,’Åê‘÷@0 ÐMb1UTXt7óNuuuï‰DÕÔÔlíÌÌÍ8xµÀ¿D"•ݼq=0x°©©‹Åêµ–ˆ ’.\À´¤¥›õºñ(£ÝAKé»™w›÷éÛ{jÍfs,,,I„RS’ M^ÿMð@w`ŒkjjLLÍ{aÝMLMëêê$bqD·0’Ÿj)J$‹{É7‹€,’$9.—ËkïIŒq/¹:ß:‚äpiºgÛ‚`ÐQ$ÚÔÜx'·âdjnþÓh@X¤±®Ê¨ý8õíøòb²kׯ¦^M–J¥]Ý)›íãíëéáÕ‹Ú† =Ee<,ß.kìP-Þù×? ×’ÒÒòŠê}go(+«¸XP"Q72I½š<ÿ³Ï9nÓK$’Í[7B0 !D‰©„kÆ ñõµ„ÖôFVšBΦ{Ú›u/•J¥÷Iñc’ ’$ ‚ HBBèå7¼c„‘¶–®D"éUm Á( ]˜¦ ŸÕiëh@Sz-m-Í'¥5$ùZÏ|ˆÈÏÏQTiø<¾m/laF‘Hi WçÁ¿ÌÐतÚü+X,R"íä†ÑNŸã!¢O_K’ ™¹Ñ3¤ˆùZfF[²éUßçÁ(À›EÄã¼ÜNfFù|»þ½°qà=£¼=}›þÖ66îž/^üÇöKÓôú Þžv07ïè5{üñ‡ŸŸ_hhh·+»eË–7´‰««kËO¡P1uêÔeË–1Ÿ¦§§/X°àk¨×©xAAÁàÁƒÛÜ]7°Œñ¸qãÊËËå?’H$#GŽlhhhoÛŽ[µººÚÄĤ%qNNÓ­º€÷ µ°°²·sttpvrtuqvsuñpsõtwóòpóöp÷öpóv°s"ˆŽ3UUÕâââ¬È=rqq`€wÀùÄó9ÙÙ‹¾X8û£;½°ÒS·¥Ó4½~}WƒÑà^øcÇŽuðiLLLttt\\\·+»uëÖ7½ BèܹsŽŽŽ{÷îÍÏÏ/,,”J¥kÖ¬Y¾|ù¿5´ºW ù~yý|NŸ>ݯ_?ùØlö˜1c¢££ß•VàMÀí{‹¢ÿ=±t?éâ™Ó§÷îݳûÔÉw/%’Á\½'H¢ƒ ;ÞQëbÕ àm1tèÐòòò†††I“'ûù8»¸Îúp¶H$B …BC#ã¥Ë–Ÿ01áôé6›|ûíw>>¼¼½ïÞ»7sÖ‡Î.®£Fnnnfþ;÷óðòöt÷Þ=„PäÊ•B¡pøˆã'Ll3ìNÿüóð¤É“}}è·hÑâV%oll¿öWhŒ3!$‰¬¬¬¢¢¢>üðÃÁƒߺu !´bÅŠ¼¼¼ DEE!„Ž9âïï8eÊ”ÊÊÊ®d% ÃÃÃ#""B.\ 1bDVVB(''ÇÓÓ³¢¢!´`Á‚7¶Ú¤ZZZ-?3Ã×Üܬ  °{÷î‘#G21ƒƒƒƒƒƒ‡ òøñcÙ6œ5kÖ!C†úõ×_3+åË)«ÍO[åßiÅBû÷ï÷ññ5jTlll{ýÒi>"‘ÈÚÚzݺuÁÁÁAAAYYYŸ~ú©¯¯ï„ ˜;zôèöj:jÔ¨´4E«?~:mÕ®t ï:æþÐúŠŠ3¡a¢¸S~þ³fΞ1}Ö@ŸÏ÷Š1êyeId{ïÖoÇ™3g<==œœ|||233™•;wî´¶¶öóó[¾|y˵ù”B¡PCCã믿?~¼««ëÕ«W™”ÑÑÑVVV¾¾¾ü‘ÙÃôôôòòò233?›ó Ƹª²¢ª²bÏÎß0ÿˆ=;cFì¿?vïÄ××ÕÊÿÛ³ó·‚Çym~ô¯üSPPÈÎΪ¯«Ý²e³‘¡a}]í“‚|æ£Y3gnÞ¼©¾®¶¼ìBèØÑ#Ìúö)¨¯«½tñ‚½]}]muU¥‚‚“O› dwºgÏî &0‰KŸ–´ª‚¯ï€¿mo³vÅEOFÌÛ~íaM§ýhff†1 …7nÜÀ'%%Mœ8‘ùtàÀ………ã'OžØÚÚ–––bŒ×­[7gΜ® ±XlaaÁ,—••ÖÖÖbŒÓÓÓƒƒƒ_ ¤={&Ož|ôèѰ°0‰D"» Æ844Ôãï>øàùI¥ÒeË–MŸ>}çÎeee&LJ¥-Ÿ–––:88{û…_ù«tóÆõY3§F}ñ&O•$)ýZÚÕëé‹#ÂN}=7?9ùÖ–~;ûë¥s·¶lÌ9zäØÌéK#³²ïÝ˺+IÒ䩱EU©R¥‹/šÿ÷òåËõë׿qã†^¯OHHð÷÷×ëõçÎóðð¸~ýº^¯1b„üb‘kÞ»wO±ÿ~½^¿uëÖ–-[Ê›»¸¸¤§§ëõúaÆÉkgÖÌé—ÿüE+øG¯×-^8¯¸Ÿ•e‹Ê¿õɧN¼ñ¯mß¾˜€GÕ¡Ã …ÂÕÕeÉ’ÅBˆeË–¯ß°A£Q߸qSkuÿ)ÇZ­6&&F^.rkkëöíÛ !5jT·îóòUt7¾œvùÀ·ûõï/¯™•]¨Å­`þÐÀ€€?üèýÑ£#Â#Z·nUhóÉ“'»¹º>®Þ°±± B<ÿüó–×69r$<<ÜÍÍMÑ·oßN:=hùqqq·oß~å•WÌçáä…îÙ³çÃ?ܾ}»J¥*trîÇ,ÕP‘R+/1bôèÑ;vìXµj•½½}lll|||XXX­Zµ„F£Ñ˜7ôóó›8qâ¸qãBCCå>/®ž%´Â²ü‚­(r“#GŽDEEÉçûôésüøñ‡î@+++ù’Ó€€€çž{ÎËËKxåÊ•¬¬,£Ñhkk[dKeÎÎÎ×®]óðð?~|¡Ñü’{UaqHñ€g†€òqfT(Rwïvöö®ØH›vëæ¡Îí•B„ïØ[«FÍz}z_;wjûÖÀ¶íK_æÞ½{322zôèqÿË?+Kþ;S¥J!Dÿþý÷íÛWÜšB[[Ûððp!Dýúõ/]º$oÞ²eKùoñ Aƒ>ü:‡0 <ª-[6W÷ð—ãã­Zµj×®666_ýõ¹sçÍYSþ‰-n­ö~*U©TVVÖæeƒÞ IRPP“•+VWâV0h5ÅïÝ·oó–ÍŸÍšµk玂«ùûù•²¥‹/þú믅±±±—/_6/·hÑâß)jµ9R<ètöÅ•U°±5²<ÊÍͽté’µµõ;wªW¯^èÝN:ýþûï_©]»öêÕ«‹«I||¼]@@À[o½µuëÖU«V­X±¢„ñbŸ;wÄ –¢£›ÅÇ:yò¤Âd2%§¤˜“‡|­g‘+ôûïW5MçN¦Lžœ’’\èK3..¾”·g¾üòˇ:tèP‹- .—¾BBB:tíÚ5!ÄÊ•+#""JS¾ÜX¹Ú‘‘‘‡NJJ’›šš*oûÑGµk×îóÏ?>|xnnnÁM„7n<þW%$Q½^?sæÌ÷Þ{O’$“ɤÕjííísrr""".\¸ „Ðét999ÿû¹vM«ÕvèÐáã?NMM5 ÅÕSVä»–åÿmÛ6mš˜˜(_y¼k×®bÏ:”¢K:i¡Vûøø\¾|¹È– !ŒFãÕ«Wåsº E>´¸^µ²² Z¾|¹\ŸU«VEFFòM‚òE’Jq“Bqë ;'§ìÆñÚ‡®YãèTÅ©jÕ¨Œ‹‰ÒúW®RõÆÍ›æ‘bŠúËÿFGGÇÅÅ?~\¾&))I’¤Pù<¨$I+W®’‹*rM‹;¢„$I¡¡aññq¹¹¹’$mÙ²U<•˜83 Ä –ÜÝÝ}ûÍoŒÈ×éL&Ó /tÏe<¨iH¨‹‹óömÛŠ\Áìô锯ŽU)Uò•š…N¡MúdÒËöîÝû)ô——×øñã{öì)„ðööž5kV)7ìß¿óæÍ×­[7gΜwÞyG§Ó™L¦¶mÛ6hÐ`óæÍ?ÿüóºuëÔju»ví>úè£iÓ¦Üä*9gΜ¾}ûÚÛÛ !úôéÓ»woƒÁðÅ_¸¹¹Í˜1cذa&“I¥RÍŸ?ßüœ¦3gÎÄÆÆ*•JI’>þøcµZíêêjYOóGùn‘å—Üpooï7Þx£wïÞžžžÝÛ'íÚµ;pàÀ€,[*„8~üx“&M¬­­…3fÌèÛ·o÷îÝKÙ«BˆY³f½ûî» .”¯=?~<ß$(q´tÉÌ$IJ¥J¡ºÿè{…B¡P(…B!ƒ‰—©Y $‰èèf*•JáææºÿþE‹ þF~~¾Édzá…üüü|}}Þ{ïÝÈȨjÕª†……Y[[K’äææf¹¦9Œü¯÷¨Q£:vìäííåèè$žÊã÷nnnñññÙÙÙóç~5ûË9ÜBlZ¿nà¡\x –|3¿c—n…^ܺiCÿ—‡Ü»›i¹þºï×4kѲJÕªtÝSp÷næ«Ó¶}8¼WHGz£"KOOýõ׋»ôväÈ‘={ö,tžûñb&üƒÏÝ™ðÅšM³†Yþ*åçç¯X¶tØ¿_×ë‹}šýWs¿x÷Ñ×nü¾kç®ð &ö·S·lýýpB³EK ±ï¥þÞ}ûÔŽ¾¡Ï?™úS·®/ZYYO™6éÿ^þÐÎÍ͵±±BLš4éÎÌ©S§<¡žùvÁün/vwtr*ôº­íŠ%‹ºõèUäÏʾݻÚwì,„H¿’6Þ¼Ž]ºqfð÷Yðå—_¾qã†å£F ƒ¿¿ÿM¢@™Wª3£n ÅÕ½ê1xHãú TVÚõk×($©ÑK/„…+öÇÝøöŸ÷Þ%ž-¥‰'<—••U«V­¹sç”ý™E £€¿'?²´ˆ_µzÈ!ô*z-EàóoÓzÏô™ûöy4kÖ s?__µZ-ed(¶n¿²gOºN×ã…ÎÆ?ïû|”9a„BÕ#Œ(ÇÔ*¥Ñh¢ðÏbŒÿ £Ñ¤V)K £¥ | ¡hº|Ib¿^¿]tmb—“- éÞí[·}›®Ëo¹a½T®$aÀÓ P*½ÝnÞüCÔ­Bo¨˜nÞúÃÇÝ©ÄgÕI¢˜ì(?ì¼’ƒ«[›=»’¶o?š”rë› …ÂÅÙÅûí·»wé"$!I&s9ùyy懬FT\Z¶cxå;ŽH áâ\E¥TÑ'*£ÉxófÆÚG^ëVÂ-J¢ø3£·nÝR©”ƒÞÍÅÃüb‹>ýKúP£Q¥RݺuËÃÃ0  ¢³²²Š¬eWÙ~Õö—¯Ý10^ "Q«”ÞnޝukÚÐ;Çbö»¿fѢè$I5kÔþlöŒÒ_ï¤R©jÖ¨õxäIPŽ™L¦&u=Bý|•JæÈP¿õz] Iô~ä,&8V©R¥N­:>^>ô¡Z­¶J•*„Q¸O—Ÿ¯Ëϧ ˜,Zì0½V«uwwØb £(‘B¡ÈÉÎRT¼±#Éd|\#f„Q€‡L¢ŽŽ×oÜpuu­hm¿y󦓓“Bñò(aàa¨”ª† ýBÃëU«fžYþÙ&IÒ­[·6 ÔXi£ÿPU«|kø˜LÆ“'ŽeÞÉ,ñY¤Ï¥RéääØ(ÐÝÝÃÖÆ†0ŠgÄÁý{۶“-/Ð!€rA£ÑÖªSËÓËË ×Wœ[Ž ¥ÆJckc#Äc8LE™` $Q@ù¢ViÔ•4ôaå[NNv¡Pðk” ÷ïµµ­TpF§„az*&†éQ&0L@ÅÄ™Q” Ó—YC‡½jïà(ÿñóx::qb¬ƒ£ÓÝ»wO:õÉ'“ÿøãG,Çò­ÌÌÌŽ;UsvéÞ£çC”ü +yý³gÏ6hè—p8ºYsù•?žP¯^ýªÕœÃÃ#’’’¨nŸ|2ÙÞÁ133óqµâرcöŽkÖ¬y¼;hÊÔ©QQÑz½¾ÐëŒÓºMÛ6,¸ïFðAÕjÎùùù¥oõ’%K‡¿ñF‘ Ôcò'Þ¹s§ÈÂFQÎ0L_f>âãã³~ýë×ÿ¸lé’§ó¡Ý»wß¼i“½½ýÚuë¦LúÐÿ>1—cùÖ²e˨QÃwäÈÿȯLœ0!<<ÌÓÓKáããc^377wÀ€®nîU«9·lÕZaÙŸÉÉ)þþ~E¾µcÇŽÈȨªÕœkÕ®3jÔ;%´B1gÎ\ß54ôûqýzë:uêêØ’ûAîöððˆ1-=ª{~ñÅ—-[µvusŸ7¾âã Ã-[äâì,IÒ¯¿þZäUpß9:U øæÛoKnuÁBV­ZÒÔ×××r¡AC¿&AÁ¡aa®nîŸþ…bàÀ—ÝÜ=œªTŠnv%=½P{““SÚ¶kçêvÿ¸5ÅW@EùÃ0}ÙôËÙ³z½~×®].®n.®nIIIîîn¯½úÚüù z÷îÝ»W¯1c>(¸~5zõìQð77·Ó)É3gÎP©TƽzõêKôìÙóLêéôߟ6}FfffZZšÝ×sç8;;oܸI~ÅßßÿÕW‡ÙÙÙuêÔñtJòœ¯¾R(ÉÉÉ;wîüõçž{.;;»fò+þ¹yyYYY!MC¼½½=<ÜŸþù¤ää)S§µlÙ²U«ÿ-û¿×‡»{Tw÷¨~óæÍ‚Ëær,?B£Ñ¤§§y{{¯Y³F¡PŒ~tƒõmll Ãß–\°bkX[¨E–]Tp}—øø¸‚† jÙóÛ¶mkÞ"¦fÍšÛ¶m-8ôܤIㆠ {õµ¦MCnܸQ\úûù[¾µdÉRƒÁ0cú´Zµjµk×®äV¬]»V¥R~ÿýÆ+•J??sŠÜA–%È«ýgäjת-„xå_¯„‡…eggÕ¨Q#åôi“ÉàïoÙ"!DRr²µµuÚµ‹<¢ î;y(ß?À¿„V,dÍšï7n\³fM˹„W† qtt´¯\Y¡Pœýô³/tÌʺçìììáá.„0·7##Cn|P={Ö\€¥pss‹ÏÎΞ?÷«Ù_ÎÉøã–bÓúu‡ ¥wð,ùf~Ç.ÝäëDsr²å…Ö¬ìÿò{w‹xJ˺ï×4kѲJÕªt]…b0¦NöÕœ9'Owvv¦CÊ»&AÁýû÷{ëÍ7 ¾˜››ùê°¡¯¾úêcÿÄ•+W…††Ô¨QÃrAéèè¸yó¦G,œ= !llmW,YÔ­G/Ë·îÞÍÜ·{WûŽ…éWÒæÏ›×±K7ÎŒ¢Là¡÷(Yí:Ï©Tª¹sæDŸ Ç-âÌÆúÄñcOèûöíSÜ‚N§ûù—_† òè…x„Q” Ó£d¿]ü•NÀ¢Õjÿ¸u“~þ)ÜÀ„2»é¨˜83Š2az*&ÎŒ¢Là¡÷eÖßN>.OÆý Ó…—0÷z Ê?²?ƒùêÛ5kÖøÚ;8¾>|xé»Ë²Ûå)é'NŒmÐÐ/!ápt³æüu@Å3‹aú2«äÉÇÍ“q?ètá%̽^„ò¤ìÏ`þ„úÖÆÆö•!C„ 4,}wYvûý)é ½{ÿo^ïœ.Ürîuó÷ÉIÉB?˹Â-ËQ©T’$?~â“O&çæþuþô2?ƒùêÛÌÌ̳gÏ&§¤xyy={V¯×›û¶„Éâ XÜ”ô@ųŒaú²É<}ù´éÓß|sdPPPÛví?ÿâ‹©S&+âózÿÝtá 4hÚÐÏÖ¬Ùvvvç^å_C…ò÷ÎÎÎÉ))ÞÞÞæ¹Â{õîÓªU«O&M²,çÕW‡yzzöëßÿÄÉ“BˆÆ™kþ U’g0wqq1Ï`n¹ Ì`n®UëÖ­ÒÓÓ;¼Ð1.î <ƒyÁN3ÏÏžœœ$þ:ƒùêÛÏ>›Üô×_=~üxHh˜Á`,з÷+s*é”"Àß_N¥æ‡êêâÜ´é?ü þ:%=÷\qcÇ–r®ðo-Z·nV«ˆˆ˜6uÊ£'QQ6f0g¢s aesÓ£R¥J·3þ÷ø÷Ò̾`þ¼óç=µ2ƒ9< \3Š2»é¨˜83Š2az*&ÎŒ¢Lànz*&ÎŒ¢L`˜PNŒ“Ñ$IRÅi²B¡P)UJ•J¡ ŒâYÁ0= <Òëui—ÓR’“222*NuttlÐÐß·†¯F£!ŒâÁÝô€rÇ`4¤]N;z$±E«Ö>>¾*•ªB´Ú ÿí·ßöïÙ#™ 5ëÔV«5FQ&0L(wLFSJrRL«V5jÖª8­V«5µk×Q q(>®º—·ºÒ£†Qn`B™ÀÜô€rG’¤Û·o{ûTÄùÒ¼}|233 zýcH·I( ¦/Ë_µ:]¾^¯7™Lô€ŠF©Tj4Z­Öª¸;u$Iª £ó…¤Fk2=žÛ¶£(¦/³I4'7û¹ ‡ºqýºÑh¤OT*•ÊÅÕ%,," °QÉÿ /.“ù%#áÌ­ä_3¹rWâ¹ê•ýk:†Õ«Z¯*ÝKEÙÂÝôe“N§»pîž];Û¶oïîáùX&€òÂh4¦]þm÷î]•íž{þy]~~é·½›­ÿxiRÒÙ;õ«T}ÎÑ1Ìß]­’ ñÇ­Ü+ϸ»X{9 Je+:™0в‚aú2FõºÄÇڵïFo¨€¼}|ª9»lÙ´±AC¿Ò‡Ñã¿Ü|óËõíZ¹»&žÚwñÄ»×Tj­kU÷&M›mÑ*5ýV—vN{­ih}:™0Š2aú²I2™®_¿îæQ®PaÕª]ûÚµ«¥ÊÌÊ1kH5Ï{·Ò—ìý¦º§cLk×*¡ …¸r=óô/qûâ¶ü÷÷ÿÓøíÏã6LéPÕÞš0 üó¦/³ŒF#£ó*tTRkJ¾b^’¤‚׌~´à§U¥{×âÏlëÒÎ?ªI{{'G‡ªÕœÃ…_ݶïØÄÏÆë÷V›çkŒžspî[Uðæ7esÓž‡Oÿ~$)ÍSk“øÓžm^hѤfÍZ¾¾>^Þ>®®.^ÞÞ¡¡¡}»µ~©GËE?|í[¥Jú•{ûO¦FÞ“¦ÿøã c>üP^ž3g®‹«[~~¾B¯×»º¹_¿~½äÍóòò<½¼ ½èìâúèûõ×_#""±@“É4}ÆŒ§¼›òòò8`À€Ñ£G˯œwëÖ;wF7kÖ"¦eÊéÓòšÛ·oˆŒŒ:þü¸ñãóòò:¼ðBÏ^½ÿ¶--bZšO=z4ºYó‚ËÎÎÖ—n ›¬¬,¹Olmm-ZÔ±cÇjÕª™WX±bExxx§NV®\ÉQ  J½n§±Ò µ½Ý*W®lmc­T( …R©B¡P…B©µ²²³³kXÏ÷VæuМK»^š\§×ë•Je•*UòòòªV­:jÔ¨.]ºlܸqùòå 6ô÷÷ïØ±ã7„sæÌ‘Ï¡þðÃZ­6##CþM>>W®\Ñëõ‡ž9cz\\\tT”‡‡»bàÀ1-ïß̨Õjcbbþüg¨®]ûc?úè…:*ÙÆÆ&44TQ·n½ËiiBˆ„„„fÍš;99 !úôî}ðÀÁ‚ë'$$4oÞÜÙÙYñÒKý9R¨@óç8p #ãv¿þýï§Þìl!ÄÁƒ¢"#ëÔ©#¯©Õj ޼'$$”ÜggçˆˆÈ 7¶nÕj÷î=3ÿz±éäÉ“Ý\KuéªR©Œ•—GŒ1zôè;v¬ZµÊÞÞ>66öÈ‘#QQQò‰Ò>}ú?~œ@Eó¼W•Œ»™ö¶n—Ó³äð)IB¡ …B’$¡B(’¤T(/¤Ýp²«vãξ••ÅM6*„b÷îÝžžž-[¶ŒŒŒŒŒŒÔjµòuùqqqÍ›7¯^½ºbÈ!Bˆzõê]½z5333!!aܸq;vìP«ÕQQQBˆÆ¿÷Þ{£FŠŠŠj×®bïÞ½=zô0Ÿj!ŒSdDĬٳ½¼¼_2Xá×°áÊ•«*W®ìééYÜ&ÖÖÖŠ?¿ÔjMppжíÛ:th¯øë7…F£ù3Ÿ)J9i»Fsÿ¯›úÏm‹ü\I’‚‚š¬\±âÑ›_°-Æþëã'ܼq³s§N¶¶¶Wó÷ó{Ð’ãããíììÞzë­­[·®ZµjÅŠU«VU«ÿl£šï…Á 7Ÿ |Þuÿþ+Õlj¤œ¾–Û!×ÊJ«R©” ¥|æS’„B!™L¦ÜÜœã)¬ÔUnd^ pÓéJzœ¾^¯Óéòíì*EGGmÛ¶­iÓ`kkk½^'„0 &“QÞ\§Ë—$I^[µj¥½½}TT䨱cU*edd„N—ïéY=1ñðž={üñÇiÓ¦íÙ³Û`Э^½Êüq%WæI`˜ϲ°°°'N;v¬qãÆBˆ°ð°™Ÿ~*_0~ààÁß¿*„X²ditt´åæ …â‹Ï?WÅÿ½þúß&ÎÐÐÐ}ûöݾ}[±jõjËšÄÇÊËËBlÛ¶­„r¢£›ÅÇ:yò¤Âd2%§¤!¢¢¢ÆÅ;wN‘ŸŸŸ““#§=ùZÏÒ´%$$äîÝ»ŸÍúlÈ_Çè…qqñW®\)}¯êõú™3g¾÷Þ{’$™L&­VkooŸ““Ó´iÓÄÄDù‘»víâðPAHÒÿn` oTófîM[+M~¶÷–Ýçuù:É$M&I’$É$I&£Ñ¤×ûé§ ×Üê¤g^‰lT«Ä›„î/deeÅÇòõõ‘ï’_ ß¿ÿ@zzº$I‹/nÖ¬™üzTTô”)S£££­­­+W®¼~ýù­ôôtµZݹs§©S§$''ëõúèè踸¸ãÇK’d4“’’ävìØqóæÍ"¸ xuj×öpw—Od†‡‡ÿúë¯áBooï)“?騩Sã&AÇOœ˜2ù“"KP(³f}f¥µzíßÿWòC}}}ß}÷¿ÑÍš7o£P(¬ml ¾ëãã3êí·;wéúÊ¿†Þ¼q³„rÜÝÝ}ûÍoŒnÜ4äûï¿Bxx¸ùÅçlÚ¢EÌÕ«W…ƒjÚ¶]»R¶¥ÿ~ÞÞ> Ô/ôú¤O&ÅÇÇ—¾Wç̙ӷo_{{{…BѧOŸÞ½{/]º´OŸ>ÞÞÞo¼ñFïÞ½‡.ßD%ŽšÃh`­Æ ;”J¥““S`£@ww[Â(À?F£ÑÖªSËÓËË ×Wœ{ ¥ÆJckc#Äc8Lx„,¥Ò¨+i臇ƃ@a Œ€0 F@þéCV©´¶±¦(ƒT*•^¯ ië £(gìsss5ZB© 7(SIT­Ñ^û=ÝÞÁ±ô[ñÐ{”3uëÕ?–x884ÌÕÍ]­æ ¬Ðëõéi—Ž=Ø„0Šg–»‡‡"é䉻™e`Ê¥RiïàØÄÍÃ0Šg<Ê‘”ûK€0 Â(@a Œ€0 F@£ Œ„QFÂ(£a„QFÂ(£a„Q€0 Â(@a Œ€0 F@£ Œ„QF@£ Œ„QFÂ(£a„Q€0 Â(@a Œ€0 Â(@a Œ€0 F@£ Œ„QFÂ(£a„Q€0 Â(£a„Q€0 Â(@a Œ€0 F@£ Œ„QF@£ Œ„QFÂ(£a„Q€0 Â(@a Œ€0 F@a Œ€0 F@£ Œ„QFÂ(£a„Q€0 Â(£a„Q€0 Â(@a Œ€0 F@£ Œ„QFÂ(£ Œ„QFÂ(£a„Q€0 Â(@a Œ€0 F@£ Œ€0 Fðì$I¡PFQNþ‘¤TæädÓ<3LF£üOE9`oïpù·‹yy¹&I¢7(×$I2 9¹¹ÙYYöö…ÞUÓA(ƒê<ÿüéääz ÚÛÛÓ”kòè|vVVJR’Ÿ¿iÃè’oæÓwø§Tsvièïö—_îÝÍ4™LtåšR©¬lïàçï_ÕÙ¥Ta´V:ôžšŸÎœ.òu§*NNUœèE½ú ËrõŠ£¡áQì9€g@æÛå/Œ–ñJà¡7&Yý<+70T,2þØOYF*–25ÎsF@a´8§SS[´ˆ nÚ³W¯ŒŒŒ§YEI’:uê|ãÆ Ë·ôz}›¶í²²²ŠÛöÝ÷Þ÷¬Z͹ÈÍKÃd2}úégæÿõð¨^¾êoiÙ²åá‘í;t8|8±Û‹ÝKÓ®GiBYö;÷!³‹/6kÖüñ® @E £C‡ýÁècGøÑاYÅÍ›7×­[×ÅÅÅò-FÓ£{÷ùó·m×®]vîØnkkû(yeæ§ŸšÿwÓ¦å¥þƒ¡È×,X°xÑ·[·liРþ¤Ø‰Oº T·‡V°ÀÒ^hç€2FÏŸ?Ÿ™™ÙºU+!Ä€/mÞ¼¹à»ùùù5jÖšݬYdTôéÔÔaÃ^ nÒµÛ‹¹¹¹Bˆ]»vÇ´lݺMÛÓ©©ò&>¾5&L˜8ðåAÍš5?rä¨âÆËež;w.¦e+yyÙ²å]»uBdggøróæ-Z´ˆùï»ï™ãÚ²eËŠ«yXh¨««kqïørLËVÁMC^}õµ|N~qÇÎÑÍšE7kÖ¼y‹ .L˜01//¯sç.}ûöBtìØI^mÍwß…†…‡GDöêÝûÖ­[Å5êÉÕ_þ¸wß{èÐamÛµ?|8Q~Ñ·FÍ1~Ø·o¿mÛ¶YVrôœ;þõáotîÜ¥S§Î£?S¨XËõpM°ìÛBu+òƒÌ í…"‚þ¸~}É…¹w í\ÙÌ™ŸŽ;N^>vì˜ù8,IJo‹;¢–.]ܶ]ûeË–—ÜÏE® aT\¹rÅÓÓS^vwwÏÉɹsçNÁîÞ½t`ÿþž={t±û˜1cŽI´³³[¿~ýõë×ÇŽ·ö‡ïã˜:eòëÿ÷º¼IVVV›6m–,^4~ü¸ÉS¦”ðé ‡7 ”¿+ÙÚîÛ·wïÞ=c?úP~×ÅÅÅ`4¦§§?DãgÏúlÏî]G$V®\yÕªUBˆ«W¯¾ñƈo.<°ÿŽÛÝÝÝ?üpŒµµõ† ëW®\aÞðÒ¥Ë|0fÝÚÅÇŽýA zrõÏÊÊjÓºõüùó¾üâóW_{Íh4 !îÝ»Ó"fåÊ~~þ–•œëéé¹`þü ÖOž<¹PÅí¬‡h‚e߬[ppp‘$³Ü Åõ€¹ÀN;þmá–{§È;pà€Ö®ÕétBˆo-¡úËÛ~ÿý÷BˆÃ‡õzCÍš5®’%ï¬jB }[ú£Âr/yl<ú!WäÎB4m|ïîÝÙŸ>¨¨1úâú¶ÈV‡„„&$ÊÏÏBìØ¾£„¹&ÏŒ®Ý{ýs\ÊíçÏŸ7âï¿?ÚÇÇçë¯ç–þƒÝÜÜÌŸ7rä›ù:Édêо½_ÆÅ%ƒ>ݵk·šµj¼Lð…öíÛWcРө©ãǬR*%!}òÉ$9I=z,8(ÈÚÚZ±jÕ*?¿‚e¾õÖÛ;vîÌÍÍmÞ"¦~ýúß·ÆüV‹˜˜¥Ë–÷êÝÛÎήà±³gÏ4xˆÉdR«U‹¾ý¶fÍš/¿<0<"ÒÅÅyóŸ ÃÛÛ+6vb—®Ý„>>Þs¾úª„xBõBØÛÛ§ž9Ó"¦ennî¼y_«Tª‚> endobj 369 0 obj << /D [441 0 R /XYZ 56.693 370.018 null] >> endobj 444 0 obj << /D [441 0 R /XYZ 56.693 350.148 null] >> endobj 440 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F64 307 0 R /F72 420 0 R /F71 414 0 R /F74 437 0 R /F14 413 0 R >> /XObject << /Im5 431 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 448 0 obj << /Length 529 /Filter /FlateDecode >> stream xÚ½TÉnÔ@½û+ê†-ážÞnRç€B–Ç,¼/,OÙm;Ãd"ré꥖×õ^7…Px¼H‚ÍkEÁ§¹†ä4'Ú€e‚É®ÂéÐåÐÅϳ¾hê.й¢áYS¢”ï†6wýfY6M]'ï0ÌqJù4—]Þ>‰” çïÓzH'ODÀÀ"-FÒ¢ƒXgf cŒ 7ÞH9†¯’à6`X‡¥1H€qŒhÊ!«‚«k [¸¹9(Vôyõ8ÖÛD\…߯!íónIýt>¯·~âãÇ!φÕo-˜5m›w_›z»âÍšªÂprô§,¾E^ÌbGZ-@éź®êåÒù-fö´kþªÝ%{¼—þ¸z…QÀ¤$TXÏJ²\o<”ý v~oØ*™ÅïçÕõ ;|P➆լáGFy„È{Ÿ ¤„j÷/à/ß™pq endstream endobj 447 0 obj << /Type /Page /Contents 448 0 R /Resources 446 0 R /MediaBox [0 0 595.276 841.89] /Parent 452 0 R >> endobj 439 0 obj << /Type /XObject /Subtype /Image /Width 786 /Height 592 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 453 0 R /Length 48501 /Filter /FlateDecode >> stream xÚìX×úÆMõÓ“{“›X’ܘXÀš˜bŒ½Ä{—bïšØ{¥÷ª ‚;‚RD¤÷¾t–Þv)KïÑûÿ–ѽ›ÝeE„ÕÅ÷}~ÏÙ3§ÌœoΜwgøïëQ›¶©µµõÁƒ---ÍÍÍMmjlll€ ‚ ê‰"ŸÃr>äÈ‘bLcþ+$eø%Æ)Õ×××ÕÕÕÔÔTWWWAAõD‘Ï!·Cž‡œã „½“°q¶LŒ_"ÓŘ%j§¢¢¢¬¬¬¤¤¤¸¸¸‚ ‚ ¨g‰ùr;äyÈù0ö‰¼ã„“À21·˜˜ûKT¾²²’ªS;<///Ëår8œœœœl‚ ‚ ž"ò6äpÈçÛ!ÏC·ü¹ òBÌ}'榓À8 î2Ñ&2W䲨‡Üyr>äÈ‘"GD¾ˆ1N‚;N"–©´´”¼™®ÌÌÌi*G^ÈD‘}"ÿC.ˆ¼9"qãôàÁƒ¦¦¦úúzÆ2äääÌØ¨7ÿˆ³KT9À«9ò?äÒÒÒÈ ‘#bŒy$rJÌËádŸjjjÊÊÊÈY1–‰©nå™G3¹±dÙ")6¸È”x*Zöij7S¤@d_ëvx)A.(...55•ù"rGä‘È)1/8‘}ª«««¬¬,**âr¹Œe²tÏe0º£¼Z•ÃÍ©¨¬@Ey^Wuí*C»(A€öаKÝmM~C T€Š½Zä£ã”––F¾ˆÜy$rJ̯Ô56627šòóó333™sgîs6þµ74,¸¼¢¬¸¤èïó ŠKŠý|©˜  €DÈŸì´Š"[¢ï˜ÙÞ“2ÚD¨–}-rMä…"""É‘;bn71o71o4s8œi*G/ø˜ßãX²lQfv:+:,2*T@+$4<00Ø×/ÀËÇÏ#>!†Š ×ôæî¿)Œ’E’ S¸@g<`·ô¤ë®K©d^5Ž]e“KѲO#¿!ÆíPa‘Z"×%Ú«E 2„»äˆÔ"Ž\N$G’’Bîˆ<óvSsss]]]EEÇËÊÊb\“™k޲CnöÃ{·ÿµU"{ìNdÇS1áZ€Ž©KöóT§‹Éÿ®LwA&sµ¤ŸµÁÖÖÅ…%—mÉ8¥tín¿±tœ×’È¢Ù°öÊ“Y*F…EjÑ•„[Ò ÚôÔZ”`ÚΩE0®)<<<11‘Üy$rJÌCºÚÚZæñ\zz:ãšLîf ;”—Ï%wêâçàåéívヒóÝÛwìnÞºJ›’’©˜p-@w£vÎoù1šïó9¬Ô¸Ïd2fæ ©Ç¢ƒv*–‰ÆÎYÆÎ); ݾ5÷€Ý²S®o_`rô®†0hœÝa¡-”8t%욨¼±sÚ.#¥Gìçí·[rÒu×…¤öÔ½læ’N‰ÍÕs8JÜm#çämº®ôqÞA]?-ç,*¦qÚ…Šmº™nâ’¹äÀÍù‡=)SËÚ•2×]MmoLÚÛ1ñNqR NÝHfœÌY\)0N† ‹Ôêˆk’^‹™ûRjŒk Š%wÄ<¤#¿Ä¼ÔTZZš›››’’¸&#þ%ë1d‡ò r×äèíås_×@[G_ó¶ã-;ûkW¯ÛÒ¦ä6®èVNYùítHåV6µ>zÔTß‘Í#“ °%ú>ܪæ‡Yž+Ì£×p¹QPZßÒÚú W¼ô¤«HS:© "ù‚Ö”NÞaXeÕÞ½&CÇÔõ'œ/…æÕòÿ¤IIQÉ¥ËnkÏ&´×à:£ J47Ï?ì*i·£VŸpsŽ/©njmijbǧn9ávØÌùOr*æaxgÞ[e6Õræ°ßâPB™!–N*¦ÞâcÒÞŽ‰wºòtÎ+d€zÛ»Öd6¤¿þÄ8*,R‹1<âÏæ„ýx-jP¢Ý¢Lñ¾Æ5ùûûGEE‘;"DN‰yµ©ººšy©)))‰qMN™®) ÈÇÛ×ý¾‡ëÝ{Žwœìo9\¿vã²í•󴉔@Å„kº•EnV†™Žý÷/æ]²ÿO%ÑiçG_Îv‹Îb>fEß?°Z«k‡.'ñƽûvùÈ?+ù¼.oó©ûÙå=Š4(ãÞÈ ¸&ÁGA"/Ósù¸C‡*~;ðgSŸä.Ysâ¯ØgÐг·Y‹ôh;ýgææÃÐá?w¼—¼ÄÏ{÷vËä2Wñî¶ô£ˆ8;fк{”`ß_Øëµ·YÜ|~Å¿s19û™pK¿÷ö‡¦JÜÄaÛÿ>ò›Aƒ5ó;»ÓC—lÙûƒ±RÚ”˜ÉT/*È84çÛÉ;¬ŠÚr®í_ôýˆá_~þí[Ö•ƒKú~ØŸ~½ûrÔc·i¤2j䈡 C¾ò«¹_² ³[g1t†y¨x›ûæ÷í;@q¨Â/óížÓÆ´×»ÍÖY#‡ì;püøÇÖôy:mï„—xž Ÿœâ» Gº¦¢B^{?A ÊÎ¥‚|&¡=úSuw6%2ÂÏüã_ ¥4õÔöžv–É<¦ðñ"›J„Z/ïQx&.Mí;Zß9lË·ÞÊå=å(rØï~¾Žwæ~5þ÷>+}Ø9¡ÿxÔ³öûÁ¯¥åHÜD‡9Ï2!gç}¢p¤sC7dð€·ÞøÇ^çx)mJ̤êܨµcú,S»-ÈYqÖ—顚¯¿ùÉJ~•´ ÞŽg pâ™DFØÙw>[.¨µØ*°½6?zóµì\þx&fu"jÂ1j·÷'§Ê' GŸ¿Sá’y>(å<>'ÅwÀËL7¹&‰‰¾õº`‰ùô³>^…ù盯³só)ÁËMè*×”²ûÿZD‰{ë \åÔ£(P|÷'oÞgŸG¬°Ô‰íµìó_ÎwÂ5¥ç?vMk~Iíÿë_ÿ;Ìø×Þü¨ÓCsg×ûý×HiSb&UŸ;ðÃõg|…Ì.hÛUçïé7˜‰NÓ~:pоxímA­”'¶P¼ÍMÃ?6SYçô夶x×Ô^ï‚S…œÞówÚÞ /ñ<>'Åw\“H‚¾×Gqò:½Ï2sME…ùc?èm›òÃ{o›=¹!ý(¬¾ÿtÙÝ›~uˆvãÓ/sZôŸIWYÏÚïæ¾ïI‘¼w‘k**ÈêõúÿuÂ5Yløé›Ù‡s $ÄBbš†ÎÄ3¾½¸Hl³° ëî5‹íËùð[•çñ!ü'tü­Š÷øÉ›¯Çsòžµ#ÂãO…óο•Ä{—xÖc?ÞwøAOJïê÷áÏï¿}#9ûY;»½ãÃ/g»²Ò™\¶ Ó£C>^`D þƒ³!‡;=t)þêÿ÷ñ)mJÌdª[lüùëû³òóEb!1Ý·÷wØY”p×™. mdûÆgRN^VÀëoý«!ëHï‚Så“!Gù™Ï×i{'¼Ä3DÚnx¹y!®)7ÝsÅ„¡ÿ4dðÀSVZtb‘<ø:ì'&3+öêoß}1p舛ϊ÷h³ê·¾ß*Œõë³ö•“tùµ^½Æ‰ŽÄ£ÈfŸ£X©”öÜ¥Øûƒ_;— Kj“F 8hȰaÃG»í”ÕãöãoNA}úfäï ™ºÿ ø^Ë)NJ›3Çn¹é—/§íÊÌ˪kòÒVéûiÿaÃGÌß}IŠk´™ÁI?Raˆ¢Âw_£¢æúœ®©½Þ­6M®øÝß½Ë?4^^ÊótÚÞ /ñ ‘²zªkâä: ¹& È]îšzý]ݱֈ«›5ÙtÔ‘~»¤÷uD²ô!²?´N ® ^×TŸðê××ðÂ]S~^.À«C§]Sp À«C§]Ó!‚ ‚^%uÚ5Õ××¼:À5t¯kª«xuè´kª««xu€kx!®©¤¸8—Ëádgu9Y™Ô`qQamm âùsMäaÄÈÏË ±9g©£©ÖUèikœ?w6",´¦ºRb§2 Ó®©¶¶F„Ò’âØ(Öi3c?/VXHTDX—äïwÆÜ83#½¡¡^¼_Ð…®)—›sÑÆ*ÐÏËŠˆ‰êB"ÂB.·niiBÈq*ÊK‹ y…ù Óðòóh ËJKjjª»Ø5Qƒ''+SO[#2486*21.691¡ IJŒ§Æ[ZšÅû^qŠ‹ cX‘—/ž752ÆÜÄÈö¼MDX(y'‰ãÜ…®‰“¥£©Æ ‹a%%ħ&³»jüÁƒ–Wg 0ãÌ+Èçrrºðíz ôUš._ùyôÍ]âªºŠŠ²2vB¼µ•EFZêƒAUssszZªµ•etdjº¦ššj×Íb'Ä¥$%v-Œkï·§BƒœËåøûyëëhíÛýמ;@Ž  —¾®V€ŸOee™ÄUt…¼‚«¶—222`{ºDÙÙ™W.]Ìçr$.ÍtMÕU"üÏ5EE&ÆÇ&³ÄŰÜ=]oÞºzã1WnØ]¹nwå¦ýu'w×  vb¼pq»&±~{*4 ÂBƒÕN  Éåróóò@Žàr8Aþê'³Ù ü畹zË^~ž¹‰î2uá'ÏœÌtñ¡îrב“”/à¾ûݬl¾ùßÁ­­­Õ5U¼Âü¸„˜[ö×ýÈa WæUsM\N¶¡žN+ÿc‚ ¹Pœ»ùù_­x=⎺ 3=-ÕP_·¹¹Þ¦¿eä›Ð"ûRp ÙŒÎÕ¥ñÌÊHëB×T]]%‚×tÝî2E³¼²´¸´°¨„Ç+ÊÏ/ÌÍ+àäó¸ô‘òKJŠëêcb£ìo߈–âšÄûí©ädeîÛýW.—‹K1Aò`™N_ÜÑ?ô¼rŽën“U ;¦KYKKs'.ƒ´4xxyœ¿|ÉÀØ€ }¤Ly¿¼wùqÁ5u‡kÊÎLê릪J®)šžÍNˆpõ†-U$ƒTX\@–©€,ËÍÏáäees3²8éÑq‘Ñ1QT&33ÝþöMÚáê ]“X¿=Ï=;wäçåáj AÐK®ÆÚ2‹õÇ^]c òOã‰VûÇ o¥KY'®Þ‰‰ñÆf&n~ÑÉYù…Å%è#eÒ&ù½¶wÇqÁ5=“k*mS‡\“ØPw¹k  ŠŽ ‰JŒpåú%ªH~IGOS")l/f~EŰíi—„[ àš ‚^NE:iÝ>24ÉfzˆþH5ÕoÒ‚ŸÓ5%%'ž9k›ÊIÌ*¸ê—iå‘~Î#ýª_VlzeÒ&95NÝt\Œk¢µ¾ãšDTRR2ªM”RW–®)*",.šEm ¸|íUÌ/ÌÍçܼNn‡›ŸÍÉËÊáffsÒ³rÒ¼}=˜ùEq÷òñ nè×Ô«W¯.<ÿØ/Hª(×”yuî¼ë™”èÓ§Ow_}IÔ”)Sº»/éǨ¯¯ÿœ‡ .A]utϺ9XÁ¾ÉàØïK2&ÐK"NÜïåù6û¿õ<Þ?àħºk¿½UG¤Ì³º¦’’"sSr®9ç}²îEóîÇÒO§ÈüsžY”I›ŒÍLJŠ‹žé¢ztÑÔ_| ² ”F)ý6d°ÂàÁ¿­Œ-*•’jºá?_~ûÝ—ßl>J+Šè7=¿¼âyŽKYÃ]IÃý9KŠk¢ƒí*¢1èãn9‚M5 ï½ýqF]óðáÃåÈ51–éë6I7N]ª*E`\SXp +"46*2>6Z€í•ó|×Ä÷K|Ë”W“›ŸÃÍËáäfåäfòÒå¤ûù]½~Åêœ%ÇKNNŠQîEÄ^S4¸&ñ~Ÿ :…ž³…îkM|<Å]“ɘAÞ•M²Y1}=4×Ô56Q/÷gº¨Þw¼—ž/rÝv^1`Œ–/%|Ô~°ÂYJæW½ßpãsÝÞø¿¯ù­ý9tSÒ3í€Èq­Ò~|¯`¥Æýç9®*™¸¦·…Ñ|L¹0ñ‹q¶òu¯©´´”œÒêÕ«›ÚD úH™R\“øPwÞ5UVˆ Å5]¼lCÉ/µ÷„N˜3§É/Õ³{µ:ާ„¨kë÷™àÏ—¿ç¦;Í5`°Â o˜íšQÀd–„m˜õã ª0xöʉ6[ýý÷£†)*|§ð›epå\›1†Zª¨8lÄ/Â-Kl¶:]ñóÃû>`ÏÕøŽìª¸kjmâ( ß XÎ|Mÿš;kú#Çjß\¦±4xõ̱'MümÖÚвFAIã³füþó¨ñúù^¦Í›=ýûcô< ˜-µ‰;—Μ6mê¸ óí’*%ö媾~æ´‰£'.ó-nYO%V§­NTeÆ´5ö9Âé§öÕPì»tâ§Í\¯á*è"ûúþ™3gN›2yÜäEö)üZî«ÐÖ)S¦Lû}¾Ä"ÍJì÷ACúá5sÆL˜4eòÄ5:‰Â%œ?ö £-£Gÿ6uÚ”[;>†âñ’¸ÛÂF…I‹¬Ä÷9â;),‰]‹ H{ý¶wš‰ ø>‰øVáSE<:ÐK¨Ð{nÖÇ,Ü/g²´¹±“Bî|œsâÑ£‡’]S‡/Ô®ØF'g÷Jw‹æ©hº«j¹+kòïɬP»¿ì”ÛEŸì ^éü—/>ÿ*0éÃÞw9…ü[GÇÞN–’©ðΛv©ùÉ×ßzG¡˜s÷ë![ŸµkñãbÆçù‹qM´Ö?ø»è`™Dcu–¹¿ 2tø0ʇ")§¦ÀsÎß) Uøãá”ÓããbóOQêãÑ˹ðî¿•Å[¤%6H[U/GR‚eÐûà L&9®grMÅá›&Ь/{ïeQ¢&ÛöëÁK™L‹)Š›øÏ>²œ7+N9-(¹Û9…_2çb¿þC÷¸ò Tg^øzðr¦À¥9#¬ãËù8w ß.±¯®9ü¥Öu›â ‘ÕYbu~—LñôSû¢CØþ¤/AMÅeL¢†ãòíˆÝâVAbáf%ö{yÁȥ߾¨â5¶gHÄ}Hÿ¾YÚüCcÇÇP<^O=.é¾HúVñ–Ä®¥ ˆpº½ÓLüÅ÷AxLÄ· Ÿ*â;½Tzô°± ymJРP§­—4ô,:¦»y«ÿÍß¼¯¼Ÿ`òœ®ÉÀÄ0¿°ØÈ%y…ú}ñ®çsÕr`Scƒç_Þ}ýµÂr~¢²¼àµ×ß•’åà¨Áƒ‡ ùþð•X‹éý b8ÏÚu÷×S]ә߾˜¬ãɤKrø¦Egø?—^eS"éÚÒ×”_w+‰eɧ{4Y¤µÛ³¾üÅ$žï¸x×ÞzwT]Ëߺ0ÿåßFá|UžvùÏV¶»ò^Ÿí”ð^òÍ”9ýÖF6Õ¦¾óÁd%×ôL’™k ˆ ‰Ž f 8ñUÌÍÏỦ6ËÔ–Èy“Éÿ)b™bÎl4ÒM®éŸo¾žQRF‰Š’Ô×ÞüH™Tü·cLw3ñËðACÈêg–âš$6H[ ÊËÛÒ¥½z½Ñ¹{MwŽ2Ê­¬/õ™§­}úôg2‡öïWÚÂÿ–÷°¥¤oÿ!¢%µü=ý¸Ö°/ûMy¢#~Ø×“fKÉw‰¬¡«ÓÖÊ'Y„ÓOíKèJ]”D\S?}ÂÄÉT«O߯ĭ‚ÄÂÍJì—úâµ´J| %œ?ö¿¾nŸímïò–‡Cñx=õ¸žÇ5‰ï¤°$v-e@„ÓO9Í„P|„ÇD|«ð©"¾3ÐKô`®¥4'fB^âä‡Õ¦­UF …»’üUO­RVþq£çõC6w‰kҽÞ{ä®xﳺÐ&Ù»&¹1_N?zWÖ´Y³§Î0pI~áÇõT×ô¯7_Ï©oÞD9 Ím7‘ò_{ócAùªæ63ô ‰–*‘ÖJ“¾ó™ßlW²)@¤‹Oßz}øýûó~my-#Þ{7³®iéç}Òã·T à±Võgÿjº¦²Ò×äï"ÀæÂY¾kzÚ:Ëe¾^¸Æ5‰÷ûLP|ErÈä¤ðŠ(QÂc“Éd& ýÞÛf¾ì¶bI‚F„[¤%6(±¤tD]ÓæqC&´<êÌr&}¤¯üùÍ_žÄú’âš$To¿Ó§ö%Ñ5ý1𫛉%"™ÂÍJ(ð÷f%îd§]Ó£‡ ,'Í] ßßñ1ïEâqõëÓçáã^ê;èš$VÙÉì›[Sw‚SÓ^×ÏéšÄKŠÔßÇD|…kziõðAuNô¸ÂÔ¹%Ç[*õ‹÷•¤üQ–>±0aà-ã¯Zš«Å«0®©ãê —/ŦfßÈÒºLƒ˜wô1”Ö½“l”—š}ÞöÒó¯?ìí”ÅÿOy™·{8AJ¦€­ƒ¿rÎÊõî[Žé¹ùé·ßzwT§‹Ÿç?.Æ5555ÕÕÕ CË$È#¥UT oâû¨ÊjJÔTf‘k)/’~Bõø{ŸÎÈûéý·Ïå‹ûøÍ×RÊ«DªØþø™’óGÿ9YS™ýÙçÊËL½,ÖlwÁ¸&ÁÇ’’bmm­ššjæ#%è#eJ¬Ë¸&ñ¡î×ää,àÜyKªXP˜[P˜Ç#Šò ‰â†¢6D,Ó-5ª$h¤›\Ó …OÚ„S"ÂfÁ' ǘLÃ1ÿžpò“ÎLàÒϾ½ßpNË¥„·þ A#Ÿ¼ùzRA‘HË|~×TÃÑû~±«ôåìÌdÅ­w³ùK¤ËÅɧ;èšlfP:ÿø¡INLºÄ¾vÜãð·ºnWœlñÔêR:}j_“} *Žþºhÿýá¸Ë«™Šýû?¹G!^@¤Y‰;yyáÈe–!Ÿ¶ÿ„NäØ5§”ð ?hÌè÷åðŽ¡xZâq-üõå6cÃqß/ñ`ÅwRBI;),‰]‹ˆÄ~;zš‰íÃ߯DÒ 7"¾3ÐKò`Ž÷;/yV]á¾² ÕÆ’Uœœˆ…‰ƒrYïß;÷Q—¸&O/wgÏ€4nÑi·t‹ûg=2Ïy>†Ò–îé¹E.^îînÏ¿ Ü^üŸ_µ¼ù×võŸ¾Yb/%“!ÑaÕ°íw)Ñ¿÷.™y™Îoôîß¹ãZxü3>‹Žß{Îãzâškkk„¡ƒe¦c?Ÿ¤áʤsÓŠé§šâ'K.ÇR"Övñ'ЧDÊ‹¤íöùäßÞý|µx1½?›¦ïäãüXL"ñê„OFõy"„Ò¾üè×ÞvÊ-o¶›`\“àcn.wĈ**Ê••%è#eJ¬ûb]“•5¹aœRQ1¯¨„W\RX\ZXRZÄ b™ê³£ÎXšv“kúü‰ ßE9yIö¿üf°Âà£f:%s™bEÜൿÿðÕwƒ‡*™½Ç—rüôVõûìËá#F.Ü{E0é.®ßï;…‘ßž‰”èš:îšXûÆo‰,–¾ 7–®š9vâä‰cg® zWDz­–ZöîÓ8yÒÄqÊ{$öårrõŒ©¾Ÿ°DÒÛà¢Õ¥túÔ¾Š}—Lø~â´™kNÝTdÛøqÄÏÓgÌÜ¢ï)Èt=¸ôÇñSfÎZ$±€H³wòACú¡U³?qê”IëôØí¹&‘cÔZ³læ”ÉS§NóÛ~똎¡xZâqå¹ëŽùãôYswyK.Æ5ÑÊ,ЀqM«Ûõ®©¸Ha×àä/ÀüŒ ãšø7š*˜sUÕ•Õ5U䑸ï«×µÑf™jjª¨°‘‰¾p !×$ÖoO…ËÉ6ÔÓ ÂÅ‚ ùUzZª¡¾nsSc×^!#ÂÃ¶íØ¢²JÉÅŹ']ù;w\Œk¢5ô9aª‡Á¸¦ÎÕ}ìšÄ†ºÓ®©¤¸HÆ5ùûxúyùûÒÞ 0?cüèÑ#²LdœÊ/5µ=¤#ïÄ·OOhKWQarMÂ-Œkï·§RXP¬~òxr›âŽk/Aò%ºpÑåKýä16;ÿëW¯ÌÕ[öðòóÌMŒ y¯Îã˜n…F’Æ3+#M|¨»Á5yò]“ŸOp€/ƒ¯—»µezFy¡ŽL4*F…­Î¡Š‚FˆWÍ5ÑWT”ÇD³ õ´÷íþkÏÎ GÐ…‹._±1Q õW Ðe®© ÿòÅó ±ô…žF‰X/Õw?_Çd)~2Gáã=A1”NÚ÷ŸÌ©%±©ÔXOeŧkyˆäyÿm~SÙé nwYÂ[Ï ÿè£mžÒ÷VN15524ÑcÅ„š1ÑÑÑ "狼§¥g¨ããﮣ¯ibb(±â>­sMäšêêÚÃõÈâ~ý¾6|èØÅw™ÏK;çÿ0jøÖñÕ%Q›þøù›Á C‡ü±?DJ;@:µ55Fúf§"cBÏ?kecêkdj o K›¤T¤âÂräšh–-²L"3-¶×koQ"#)°÷›ïD&§de¤*|< àÂøá‡îRþý£ÃûO·©%±)"!èÈ?þ9W$ÿ£7_·N¯ç}zðŸì±ñ•¾«ò Ù$musÃèø³3ÆZÚêù¨€`o}CM-õŒ´‰éX764ÔÕÖ¶ÇÇo¾[RI‰Òì&‡Æs¹m4“6ùõó‰ê®L:/µDJ;à©ÔTWëèž»p6$" (ÌŒ“®ž6eJ¯EÄ… äÈ5Ñ’-Zd™„‡…Ò;Ÿ.`ÒªŸ½³Á‡Å7ùx zR¤å‡ß£Lµo?šq#H¤–ĦˆŒ”è×^G$ßJåÇ7ÿñïߦÎÝ{Ê,.%E°õëÿ{sû%éû)蠟&kh©™šFÆ„ZÙXžµ>êkh¢¯¡q’6µW똞uÛ½¦ÚöØ1òŸ#æ®19oÏ­¬frh<óªj˜ô¿Þ|=½¢JJuÐqêjkLL,Κ“×õ ò:majlbH™ÒkQqá9rMi)Rà¿×4hÐàAß ûe¦¥'‹É´[úŸ!Ûnû3ò¸+}þÑ—I)ñ}ß~Ã>:^PKbS‚tzrÔko¼+žêzMçèÎ) }1î¸`ë‘Ù¾·9>%Yú®Ê;i)Iê'­Î[27+È8©© L)UNX7ñï5Õ´Gmu‘÷í »UÆ~4p-“Cã)ØJ®)­¼RJuÐAjkªMt ´|<,­N[ž5÷ô¹§­§add@›¤T¤âÂräš’Ù R EV<3äö‚÷ûí4ýþÓ½ÞaôQ_ñ“}ö{{0N¤Ö}õ™ƒ$VÝiŠåsøÿœÓ^ Ñ®ä©þ·51z×”þý&nIH¾·rMRb¼¦¶úK3æf…ùMM5Ê”REÃȺ©±}×TS‘UL‰ª’¨×ßúTÜ5™Žý|’†+“ÎK+†ùé´e253ÖÖU÷ðv52ÑÓÒV×ÖÕÔ3Ôv½ï¨©}ÊÈÔPŠq¢âÂräšh]–-²â™ñ,ç7ßüxÄŸ±âã裛֨ý×ç¿‘^Kîª4ôã)§œEòõÎ9°Û!ö‡ßþ`ŒðVv|ø¶ñ}¾š¾;.!^úË)ì„8M-um= Ÿ‹³æ–fž>÷4uÔÔ5NѦöji›ðßkª­©‘HMeÞ¤†*6è›o×êú2™4ž‚•E¬ 3G=pȰ¡ s·×ÎY+KuÍ“ä‘ô µÉ÷VWUÚºZ:zšÎ®Z§ÎZY´W—"ˆ È‘k¢EY ´ÈJÌŸóÉÿ½ß÷O&és„ŠM°ö^‹28xð ƒF®=l!^xÙäÑ_~ýÍÀ¾ünô‰Ë¾"[cCÖÿòÙ·ˆ‹“¾ÏrGb|¬–¶º¦ö)oWCcãÇ?yD×@“buÍ´ìR‰õÍø®©¦¦¼@¶nßDî¨Í2©UUU2™”ÐÑÕ"L›6mÙÐ^]Š .\ G®‰Vdðb10Ð=¥~œ<’žÖÑã‡âc£‰ã'Žjë¨Óš«¦qÂÀ@GbEãÓ6ü{MÕUàrá‚õ¶›õ tª*Ê…ó«++ŒM 6m^om}¶½ºA\¸@Ž\Õ/–Í[ד;ÒÓ×$ËÅdRâĉ£Z:j´iýƵ+šYkª¯©®r E.+× ^,&&[¶m8©v,6:R8?.†¥¡yrÃÆ5FFz+Zœåßk‚÷_(‚¸p€¹¦øØ( §Xƒk’o(‚¸p€¹¦¸˜( §œ·á»&æ—¶€¿k‚ … ‚ ¨«ª²"/—sÍö\AA‘ÛÉÏã ~ ® ‚ ‚ ® ‚ ‚ ® ‚ ‚ ® ‚ ‚ ® ‚ ‚ ® ‚ ‚ ® ® ‚ ‚ ¸&¸&‚ ‚ ¸&‚ ‚ ¸&‚ ‚ ¸¦nUSSS]‡…Ó…P…àš^M×tÉöâJåeʪ+:‚’ÊŠuV§¦¥âäA@!B@!¸¦WÍ5­ß°ÆÊFïÚÓáêõÓF'Ö¬S-++Åùƒ€B(„€BpM¯–kÚ¸&66„ËM‹ îAAnZ‡wíþ³©© § !  Á5½R®))‰ŸvÑÖøÂ%Cé\»q&0È-(Øíàá]ú:=ÂY„€B(„€BpM¯ˆkZ·a +Êÿú ‹³çt:‚•µž—·#}ý9|dÏJååʪ+;Áºõ«Ýî»â D@!E@!¸&¹šÂ«Y,?Û+¦ægÔ:ÎÇ‹ÑÑ,–?Õ&,Ì+,Ì“¾ùù9{zÞvs³s¹{õŽã¥[öÖ×oX^ºlfsÁÈꜞññUkTq" Š€" \“ÜMá ŒŒŒ=C££Z:tõ˜š«›š‰a®nb¦nbªflzÊÈä„¡ñq#☞Á1=ý£zúGtôQRY3…P…àšän Ó—݃ÒÙ·ÛJåekÖª;;–ÈÌŠNψJK‹HI §¹Ïf‡ÄÆù-Y¶g  ! ( õT×”™™ÙS]“¶Î¡Ý{6ìÚ½^œ»×oܬºië:7¾¤$#$ôn—€)Œ€B(Š€B=Õ5ñx¾v2#<ÂS…P…àšän §¤°d<…#Yž˜Â(„€" (×$wS˜Íó÷wðö¹)3X,/šÂ---8 PE@P®I>F ¦†¦p|B°Má2#*Ú›¦pnn.f1 ! ( Á5½ü¢éCÇHS866Ð×ÏÞËû†ÌˆŽñ¥)I‹ó…P…àš^rUWWGGG¯T^àëgçå}]fÄÄúÑöôôÌÈÈÀwB@P‚kzÉUZZBS8’åëãkçéu]fÄÄð§°««+›Ínjj©ˆ€B(Š€BpM/ù¦#¥)áíço/xoP¿ÐÁLá{÷î%%%a # Š€" \ÓË~ø55tDª«Vž¿pÆ?𮀋Œ¼kg~¥Ê2äÖÖVœŠ(„€" (×ô2‹æ‡Ã±9o­¤²|…ÒRY²Re¹†¦ztttyy9ÎCB@P‚kzùU__O³8...ZæJJJ*((À·B@P‚k’577WUU•Ë\µµµ>ÄIˆ€B(Š€BpMAApMpMAÁ5Á5AAÁ5AAÁ5AAÁ5AAÁ5AAÁ5AAÁ5Á5IÔ”)S0$³¹Ó§OŸç,¯¯¯Áïñ—G§ƒ+~?iö"mD‚k‚ nÒƒ0/¹žß5=k <ê›~}kZ1!¸&)ûúþ™3gN›2yÜäEö)•‚‹­«úú™Ó&Žž¸Ì·¸W`9pA é‡×Ì3aÒ”É×è$RNciðê™c'NšøÛ¬µ¡e‚ :QdgL[cŸÓR›¸séÌiӦޛ0ß.©c(ÿ#1(Âj(ö]:ñ‡‰Óf®×pÔ’© £-£Gÿ6uÚ”[…{yÔZkºa¼’–ËýU (gÊ”)Ó~Ÿ/å|ŸéP·†¸¾ÈgÉÑw|þúšþ5wÖôGŽÕ¾ŸG9›ÿ˜ÁDYE#Q€àšd ¦â²ÇƒÆqùvÄnÁÜÜášÃ÷T®Û§XÀ5½üº¼`äR‹`&]Åã_c-¦(nvʤD–ófÅ)§ÿY—L&}iÎëøò¶Ðß0|;ÆPKªÄ ‹ l2õµ$FjHÿ¾YÚ–×ÿ-©­-¼# øË:T|ζ{>ˆÍt¨[Cl>QA<ÄŸ¿{ïeñÏ„lÛ¯/Å•‚k’½J"®©ÎŸ>aâdú¶Ò§ïW‚iXÚÂÿw[Jûõйùòkhÿ~¼–V‘œ'A,éÛˆ ˆ•OžÍ û²ß”'1⌡ –T‰Ai'j¥‚Z#uâ÷¡Ó×í³½í]ÞòPÐ˦‰ƒÝIïWÊù >Ó!Ù‡¸ãó·þ!3[ûôé+3×${ý1𫛉%"S®©»&A!ýûæ7·bè^ì’š}s+c‡NpjÚ[R%FêÑÖ“æ®…ƒÇïôrçøü±ëÍÂ5ÉYˆ;1…/×®IfýuÿЊ&JÄ]^-< wÜãP"Çu»âd<¡“]^8r™e“®*äßá?3YqëÝlþEÛe‹âäÓâA´™=Bé|4“ΉIÇÊ`I•aYLVL=A- ‘zÔœRÂòƒÆŒ~_îÅñÄ‚1kMÚîH(öïWüäNT{çƒøL‡º5ÄfÄC܉ù ×Á5½±mü8âçé3fnÑ÷ž†.'WϘ:áû Kð6¸\èACú¡U³?qê”IëôØ”ÓX¸jæØ‰“'޹&DèÕA•–ZöîÓ8yÒÄqÊ{0†2XR%EX žK&|?qÚÌ5§î ½ .©G­5ËfN™ˆÏt¨[C\Ïó\4®-Ä'úöØéù ×Á5½„W‚0Ó¡.ÔÕÌí¿‚ÀSVÀ@pM¸–B„™IT]‘Íĉ“'OûãÄEŽY5® ‚ ‚ ® ‚ ‚ ® ® ‚ ‚ ¸&¸&‚ ‚ ¸&‚ ‚ ¸&‚ ‚ ¸&‚ ‚ ¸&‚ ‚ ¸&‚ ‚ ¸&¸&‚ ‚àšàš ‚ ‚àš ‚ ‚àš ‚ ‚àš ‚ ‚àš ‚ ‚àš ‚ ‚àšz†kjjjªë°pÚ  ŒÕÐÐX]SÛA0\˜¡×Ô}ºd{q¥ò2eÕAIeź «SÓRqò  l¤¦ZaÌ´¡¿Î芿þ>zò¼èx6Æ 3‚àšºCë7¬±²Ñ»vãtG¸zý´Ñ‰5ëTËÊJqþ   4zòüÉ*;f¬Û×~_·oÜâ ßOœÃ+*ÆÐa†B\S×OákbcC¸Ü´ØØàŽ䦡ux×î?›ššp ! P·»¦)óW±Y«å@?;Â’½¦¿.X3m᪆ÆFŒf(Á5uùNJbÅ'„]´5¾pÉP:×nœ r v;xx—¾Î£Gp! Pw»&•¶JÇ.L[½kÚªÒ™±nÿ⽦Kö™þò‡Ò¦ÝG" ˜¡×Ô¥Z·a +Êÿú ‹³çt:‚•µž—·#}ý9|dÏJååʪ+;Áºõ«Ýî»â D@¡§»¦É󗲚±îÀdåícÇ‚úKöšŽùCEaÌôacgt‚Ñ“ç]¼î€ÁÇ … ¸&±)¼šÅò³½bj~F­ãÜq¼ÀbùS]a¼ÂÂ<éË‘ŸŸ³§çm77;—»Wï8^ºeo}ý†å¥Ëf6Œ¬Îé_µFg  uÀ5Í[~èìô5{&®ØÔqþØ||Åa+²[TW˜eûÏ,Ûzñ^ÓE» ü¥;o»Öœ­jl>1kã‘ëN_½wªê.ò]ã–¬5a3‚àš$Ná ŒŒŒ=C££Z:tõ˜š«›š‰a®nb¦nbªflzÊÈä„¡ñq#☞Á1=ý£zúGtôQRY3…:蚦©î¿dÝS·xí¯ TÆ.Z;aÙævYºiüÒã—n ƒ4n1±î·EÄZbìÂÕÔÎÐ_g`ð1C!®Iâ¦/#:º¥³oÿ¶•ÊËÖ¬Uy~¨%åå8P¨ƒ®i²òޱ VIç‡éKý4Má×YÏ¿1Ó1ø˜¡×$¢µëWGFú™ŸÖTר#…£ÇþTRYîîa—ÈLJ!ÙAñ þññþqñ~Dlœ/KøÄÄzGÇøDÇx‘,H–;ýŒˆtˆ¼Ïàái¿båRœ(Ô!×tðìÄå[ÆÌU’ÂO³– úyúü?µ”ŸS9aC(·V:f¥t”8K¬f(Á5‰MáU‘‘¾†ÇŽß!…õTÎXê×Öòjj ªªr+*¸De%·¼œSV–]R’YTœQX˜VÀKÍÏOÎÍcs¹ 99ñ4fDfVtzFTZZDJj8Í}6;$6ÎoɲE8P¨®iîòƒ–ã¯ûiöR)(þ6kÒÊ?·šÞßbâ¶ÅØu³Ñ]†M†.› 6ê;nп³AÏa½®Ã:[kµo®Õº±Fóú«Äj+«Ô.«žº¤zêb›Ý²Yyôìw?LÆàc†B\“Ä)¬­sh÷ž »v¯gçîõ7«nÚºŽÃ/)É ½Û%` # PÇ]ÓØ«GM?jê<‰ ?kØ„¹kµ®oÔ¿³t¿Q—ׄ ApM§°…¥Ñ ¥¥ë6¨nÚ²Fœ-[שk ½×Ü\ér·KÀF@¡º¦I+w üiªâo³†Ÿ# sÇÌ]³t¿ÉöÓÞËš/ÙgÔ%À5a†B\“¸TW+oÛ±ñ¾ûà—ö ï)å圬¬h)ežLaêˆFŽŸ=|Ò‚ù;4—ì3l¥û6º¬Ö¸"¥Ì³ׄ ApM’¦ðJg—k55¥ih(nh()*N§yìÜU` # PG¤8v札ê[Lܶ›{Id›¹Ç6sÏ ú·»Ð2Á5a†B\“D)¯ZYQÁÍÌŠbEyˆáÉbyF²<Â#ܺpòb # PÇ5dÌï›î®Ö¸ÜöËn"œnÃ|ÙAÓ®µLpM˜¡×$QJ*Ëé«MD¤{`“,ÁF@¡Žhð/Ó·™{,;h¶x¯,k … ¸&La\“P¸&¸&ÌP‚kêô®o(¸è(K0…PèY\“éâ=ú²® 3‚àšÚŸÂnwd ¦0 =£kÒ“%pM˜¡×$q ×Õñd<…ƒðÅ…:êš¶šÞ—µkÚ‹{M˜¡×$y WV憆¹úÜ–xÈŽ€BwM›\—î7^¼GWvà½&ÌP‚kjg —–f‡†ÝõpÁ!ø5Xê¨kÚhà´t¿‘,]þòf(Á5µ7… ÓCB]üüdþ¼? uÜ5mл½t¿á¢Ýºdá.¿£ý¬,Þkðí÷“BÝ •ÊË Rƒ‚||oÉŒÀ çÅKÊøHý]˜ËpM=Å5-ËÏO¡o"~þö2#4Ô‹, uÌ5M[§c¿d¹&§"ä|´øìä³`§&Ÿ¿žÅ{È5MlºA+”–ää$øÜöò¾!3-Y ³c|ЦÖ6‰8(Ìh¸¦àš8vP°³¯Ÿ½Ì sÃ"‹€BtMk5ovÄ5ýÏ/ýÍ)iÌÿ“PŸ¿ƒÏ¼jaá.ý£&ÔCÝ e+¥¤°¼¼o¹Ý¿*3|ýî,X4OG×Ð¦ÆÆÆ¦¦¦ææfa%ðN˜ÔpMòîš²²â‚‚}ýnÉŒðˆûXdP¨ƒ®iµÆµ%ûôíÖ–Âã›K»4òý’Æ‚¿ÔÛœY Só¶ŸœKl;AÌÙz¼#,Ø©ý͈q•P7hɲ±±Aäd\î^”^ÞöóÌ‘ÁÑUUUUWW×ÔÔÔÖÖ2&бO0NpM=É5¥¥E:úøÚÉŒðw,²(ÔAפzêÊâ=úO|‘d<6Km·•þä›%rJs¶øc˱?¶½ùÈìMGfm:gîìî>´¢¢¢ââbZ.KKKËËËiõ$ûD (y'澓À8a^Ã5Éõ"›’Â’ñ"ÉòÄ"‹€BuM'm¥»¦'Ïã4æÿõÄ2µÝVš½ù(9¥™Î\`ƺý3Öíû}íÞŽðÇ–“_“ uƒæ-˜íååtóæÙ«×Ìe†£ÓåY³gÈàè8—ËÍËËãñxä ÊÊʪªªjkkãÄÜqÂí&¸&ywMlv˜¿¿ƒ·ÏM™ÁbyÑ"K_=p" ÐS]“òñ ‹wë.Ü©Ùä—ü¥¾€ÿH®íyÜÖãüûKm~‰ï”Ö왾j×4ÕSUþšªòçå§3cý‘/~¢+^"ÔÕš=g†£ãÕ‹¬môeÆÍ›ç¦Ï˜ÚÝe³ÙIII©©©ééé´bæææ’w*--¥eT`œp» ®I®]SMM -²ñ Áþ´ÈÞQÑÞ´ÈÒœÂ:‹€BÒJ®Ié˜Íâ=OwMü»LÛÛî2m9F–é½håääqªªª¢•´©©éÁƒpMpMrêšh£c¤E666Ð×Ï^–¿ãK‹ldd$ ,ÎC’PrM+œ[´[çñc8IÌo{iÞµ¹ÛOþ±õø¬MGfn8HkÆz¢30--Ãáðx¼²²2ú ÐÐÐÀ¼Ý××$‡_]]½RyitL€¯Ÿ—÷u™ëG‹¬§§gFFîN  ”€úiêŠ#V‹vkñ_ön‡'¯3œ³ÿlnÖÆƒ¿¯Û'⚎;L1æ”Ú 2Ô­®‰VÒôôôÜÜÜââ⪪ªúúzæ!\\“<~iiiHH-²‘,__;O¯ë2#&†¿Èººº²Ù즦&œŠ(Ô^@É5-?dÉå›ÿN2m7šNÍÝv’y67sýé«w‹¸& P@KPÈ=O¼Àu·kŠŠŠJJJ¢Õ“Çã•——×ÖÖ2éàšàšäôšLGJ‹lD„·Ÿ¿½àÍ^üʳÈÞ»w&Y’PrMËžáÿKÁ‹L~‡Ž»‰ŒÓœm'fo>ÊwMköˆ»&/Ÿ[çÎ뜳Ѷ²Örtº(rëI€¾¡.ê×D'p|||FFF^^ó®±±‘yµ ã×$‡_SCG¤ºjåù güïú¸ÈˆÀ»vöçWª,óññ¡AnmmÅ©ˆ€BítèØSU÷/Þc´xa{,Ú­¿p—Þ‚¿tæmל³åÔ¬ G_s@Ü5ݽwÅØì8Óãf§OÙÝ:wùªù•«g®\³pþ¢)îAA]嚣££SSS¹\.-£ÕÕÕpMpMòëšhuãp86ç­•T–¯PZ*KVª,×ÐT§ÙT^^Žó…¤TÏäÌà_¦üiª¾ûqÊw£';zÒ€ï'~3jüFŒýjØ)®iýFU‰w™vüµAºkмxì§!ƒ†:hÐèƒÖ¡ˆ$Ý5ÑŠ™œœLg2ójóB8\\“œŽ@}}=ÌqqqÑ2WRRRAAîK  Ðó”Åb…‡‡‡„„øûû{zzº¸¸0¿÷ÝžkjÏQ¾×”ë¶í£JÉUÍ”n©MSôÑ6·\Ä’âš¼½½éÌd³Ù´€Á5Á5õ€¿rÙÜÜLgr¹ÌU[[‹‰ƒ€B]ÐÒÒRZ’òóóé2Eßëcbb‚ƒƒÅ]““Ë%=ÃÆG_TQQ& Sæì9ƒö\ÓŽ>ï©güïZW•©ù^ŸLºW¯^öûŽ©Ð_aê}^ýã=¯‰Y=eôÈ‘# ùíb\¹ ä}U¿þ4êË/¾;ìÈA|{¶k"–˜˜Hg&³žÂ5Á5É»k‚ HÞEk­D´ÑõŠ®Zt±¢uJÜ5Ýqº@®‰`|‘¯¯·0L3õö\Óo¼VÕú¿_}zÔZõÚþ?{ç×ÄùÿqÜýW[QZQ]Ê”¥¸·¸[gûsRWµ­­µÕj‡­viUpQTTDQ){ÈJd†,ÙÒÿs9ˆ‘„, âçýú¾x=¹<7¸ïÃ}ßÜ].2²rg‘óêJ-kzâ‰qÚGcrI£(óÒëýVÉzn¸Æ ¤‹i×CÓ¹ƒ5X´Ckru³ûcÏw$TœkznkWQuðI•¸s×·è‰owëlRvÿA²ž¥Oè…ÔhhtAî`MÖíК®\?ýË®¯IÐ^tóæµ…‹ç´`ž|Ì_øáò•Kmÿ9¢¸–Í ¯Ðí饳Y…5õéÚ‰[Ñð>7ÒSiÀš¬ Ú5­ß°–H‘,Μ=ꛘJ">!8:6 *& 2Êß?”žnâz}Ù[×*­ˆ¾œ¹FOós/®Ì¬®eË}•–qÝ:Û1Úsþ‰ Û¬ÈTX¬ Ök‚5^kJH !v$!¡^7NݸyZ>C‰_)]Qø™£ô¥Oбãd°¼ÿ¸m[0ÒÔ` ÁtÙÝàUÅñëg™52n¨7oƒ+¬ Ök‚5Ášê“Ä~tÌ3}Ç™ØïNÅ´`|kõ݃ÍÇB7 Üh}{ÝÞ›V»/+ZS|bðMOÕA$*èþ­¯7ojÖïÿ°&X¬ Ђx>à·¬,5ך¯Ý÷ ºNiK_Ê‚šèáéå²ã‡ï½¨1`MÖk‚5Z‡ìG­¤LjZ“Í¡‹–, ±`Ñ|Šߢß]³öӘؤ Àš¬©I,-[ñ *:::u//666Ø ÏÍ1Ïtuü‡ôl®2 ò«cMÀš¬éåÖ„ô½²¨y/ÓsX“šçš€5XSëUÆòÜеs'L6uâ¼õáyå º• ½Mõ禗U“öÅ cФç½wä›ysf1ŸlsGàoûíÂg0gí'DÙm?ù °ývÁ¼Y£Ì&ìóåÓ³\~˜;wîLË铦|5í=±ºŒ¹sÝüqS¦YNŸºnÿÃÛk“y---gÎ^„Ýø($ÇønnYA~áÉ‹q ¬I~Yû‡‹,FA¥(·4!>S¾'mM¤¾—ñ )3.9íÔ©k°&k°¦6³&;K£/oP`ɼù¥‘åqÅž çfÛ²o~ohùkUmݼÛn¦Q;„í8hððゥً2ν«¿ÖÔ~ò»ýUp‹³.¼«¿”žX!Ϋû‹àx5ÝF·›-µ ¥Û…¢r¤¯5¬)Êï!iìñË+Éã«cM^ùÕÑõ³(µ¦;×Â6ZßþÒ6$>6Ö`MÖÔfÖ4|ð Üº‡ýJ6PÚùÄÇfCß!}ê=ïcú»j«žm†5µŸü>®ÿ> Y^$‘—V/š5eêtKKKïÈ€¨ªFéØ-eM¿:P­ OjªÔ±¦’šZÙ,J­iKý:rƒ5X€5½@kʺü•¥”ß8ÅÒéykÍõ¦éºs‹«ªÒ6Ênûɯ|û#Ýw.?”Hsš+?`M/КžÔÖn­ë§¾5ÉîkR|Ê%°&kj½ªzbºÑW^Y”,yn2š®ä Ç·“>ü;4?ÁN×l-íW°¦—Ôš,Þ^PA Nke–˜-³£Û…ÙÔ:£Áƒèï-eMQw½B—^ñÄÍ5ž4þº-–Môί–Ík°&kj?Uµ\¼fî„©Ó§N˜».,·áÝàÂ{»õ§ì(—üà¿æNÜrÖôòZSò…G™Ž™5gî&?ÙÄê2æÏk>;yê ËiŸY'“)Þ?-5Ùrî¼±[ÊšÎ'Pwƒ?*(R¼üÛBqi/§$*š%›øƒ3‹)½<)1ëÉ“jX€5X ã¡øä›ÿ­§ãéËv¿{g—eãÉÖ`M€Ž‡âS.ŸÃš~¸Èå?æ—çç9]Žo{kŠrÜ5Ú@úí½z?9„·øòMLLÔ馡¡¡3Í^þåYé‰ÙãM¤åÐñ³O(])†1¬ Ök´ÉœÂû*ÿžÏךº«R ©ÏÌV•0Vëi~íÃ{!;“Ì4Í×Ndµ¬Ï¨^¬ Ö`M€6Ã;RðR[Ó7:½þb==Öfìí¥óÌ(®îXbaf8Øp†¯è1=±²8n­¥…™™©žÁDÇ„|YOß=kÆ62`ØNNcfÒd7Žçª¾F?7˜Kq®S ¿y@⨕º³+¨…nÐóz^™ /bžùbÔ( 3c=ã©’òUüŽÖk‚5Z댷ð˜gúgã^Fkz³K§ÂšZÙËÚšÂN]zËŒÂʺkyu¥–‰5=ñÄ8í£1¹¤Q”yéõ~«d=7\cPÒÅ´ë¡i©ÂššèV[m5°çQù¹×X&q饳…4—¾?cÁ ÏskÊ3^s´ê³IåÙºQ”áÖ³ÿz¿#€5Áš`M€— RƒH%"õˆ¯ÈQ‹¬Zã3tª­I\÷x7qç®oÑßîÖÙ¤íþƒd=K럳ª¡ÑE…55ÙMùC¯ŸV×>KÙkM{õäTÔ,믓•²EwM¨$~­Îä몭)'ÄᣉæFÆÔÍNº«ø¬ ÖkÀšÙÜð Ýž^:›UEŸ®¸5™É¿Êî’·&uºýdÔ×Ê“+{©t—Çh¯ ÷Ó|ÿo²mÚÖ[ }‹«ÚšÆ¾Ñý\\ýëÈo¬ Ök‚5`MêÀõú²·®UZ}78sžæç^\™QX]£¾w’å¾J˸îê•íí9ÿDÐmVdjkXSQÆñ×4§Ë^*]c–ûô¾#‡ŒØK=M}×;š“Þì~GúLWÖ4¸G— éW–GÛ/ß$ÅßÀš`M°&¬I)ágvŽÒ—>y@wÄŽ“Áò¾á¶mÁHSƒÓewJWǯŸe>ÔÈx¸¡Þ¼ ®­aM»i:²—J×X–ëN:üÅ¥>p·Ë¬Gï©ýv²åÄÛ}9Dû]ó‘Ëw{Êo’âï`M°&XÖÔ,ð©|k‚5Áš°¦oMÏ‚ák°&¬ X€5`M°&k°&€5X€5¬ Àš¬ `MÖk‚5Áš°&`M°&X RV^v÷Þm·‹õáär¹..]vºèrþ‚ó9G'‡ÓgìNØÛ±=¸Ïz/¬ Àš¬©5¨¨¨(U $´=Aþ¢á¿ÿÖ*}皬 ÀšÚ†óWZ-³Z½BXõéŠÏ6®Mg¤cð ¡ -qqs®­­ÍË—HòrĹÙ$r$¢±0[,åø".›—ÉÊd$§%ÅÄG‡„ûùûš¬ ÀšZœ ×:c}Éõ¸:áìrüàáßÖ}¶://ã mÆ%× ä§¼2ýb4,šÇòbØ9‚¹ïÌasSÃÒÓŸZÓÝV±¦(Ç]£ ¤ßC§gñ“Cx‹/ßÄÄDn:Óìå_þ—•Fï06ØT÷¿Ì ;uíS\CÓ«}Rúv·.W«¿aÿâËe`M°¦oMŸ¯‹ãrññ¡êDHˆÏž¿wnݶ¥¢¢C mƒ³ëyò³N™r³9 Çwç_È ¹,¯íÛ¶ôÑßúíV÷ÄdÚšB[Çšx>_kê®J-¬$íªÆj=ͯ}x/do3™¦ùډ̢•Æ–^·Óí‹#Þ^n®µ‡WLØùþﭥϱm®°&XSǶ¦””èĤÇ GÎ?¤:.¹žñ õùiçV›ƒûkkk1ŠPÐ\t‘Z“D”# 5C&²²ÅË{mMßm½&³¦ˆ`ÿ»·[Üš¾Ñéõëé±®0co/odªpuÇ 3ÃÁ†3|E鉕Åqk--ÌÌLõ &:&äËzúîY3~´ùÃvzpSŽ&»qÛ¸.:&ÈÅÕîäéýêÄ)kÿ»!!>;ù~¥Õr«Õ+Ÿ#>Û°ÖÇ×# êZÓ%Gò“¾—I$L1ö}G“€%âSWè8©¡éiÉ©uÖä× Öôf—N…5O½º¶¦°S—Þ2—°rg‘óêJ-kzâ‰qÚGc¨+¿E™—^ï·JÖsÃ5%]L»š–*¬©‰nµÕV{þ%‘ŸKqe—^:[H#péû3 ú,1·¦<ãõ7G+ áŽÌ²Ü+ZÃÊó½úè'í û~š­Î†Y›h­ªÿõe=ÉÄe®ÔƒŒËË´Lö«¿1°&kjßEvmttà…‹¶ÇNü©~\÷pŒ½D效ÿˆ¿àŸÀÀ›~~×||Ü<½œ¯{œ¿rÕÁÅÕþ¼Ó?gÎ>uÚúà‘ÝkÖ­ÆDBš8I­)[zûwÌ¥>tŽ$Ê$Êá“fóøB›+½üÅY“˜:Wóï“*qç®oÑßîÖÙ¤íþƒd=KŸÐ ©ÑÐè¢Âššì&Žü¡×ÀO«kŸÎ¥lµ¦½zr*j–õ×ÉJÙ¢»&T¿Vgòõ Û¨g¶;Žía9öx*y9JëƒÊ'•ïôèò ¸R {«kgÙ¯/ë)71§S×>êo ¬ ÀšÚ‘=wîðá#»šŒC‡ý{ÿt°ùÅöØ_¶ÿ(ı¿Žþó×QÛ?Øþqøèo‡Žì>x˜Ä.냻¬m~µ¶ùe¿õÏý²êÓH(P“ Îç¤ÖD_úJ×4EÀÖ+“0›Ïk`Má­r…nsÃ+t{zélVaM}ºvâJ/B)õ¢•Ý$/'êtûɨ¯•'WöRé/Ñ^î§ùþßdÛ´¬ ¶:û·AŸÜÄõ½ßßmâk>uG“‹E¿ƒq‡^ë3OÍ SÛšÔÚX€5µÿ"{ê´õþ?©Ž?|½ÒjÙºõŸþ÷ ËYeµ# êZÓEêPC4)#ñð°µîÄ”¤Á£CjMòÖÔ皸^_öÖµJ+¢ïg®ÑÓüÜ‹+ó«k¤Ár_¥e\w…ÎvŒöœê>›ÆŠLm k*Ê8þšætÙK¥kÌrŸÞwä{H{×;š“Þì~§ áªËݺ½=¶}‰é4±ÿìþƒçø¨¹aÖÆZ²__6ñ€±ÖŠ+Ljin˵Œ÷«¿1°&kjϬ߰6**ðØñ½íù^Eüºk˪O—ß¾ãö098%5ŒÄÃäĤ ÄÄ „Ä@ñ $ââIÜ‹‹¿w/6ΟDTô¨èÛägdÔíÈ(_:îø]]±r)F  Ôä¼ÓÊš²ù û¯22heeQ?y‚¶°&Bø™£ô¥Oбãd°¼?¸m[0ÒÔ` ÁtÙÝàUÅñëg™52n¨7oƒkkXÁnšŽì¥Ò5–库q©ÜÅí2ëÑ{ªÒ_ͪßë½ßÛG·KEöd–îòÕܰÇ"ßé Í,~åéÝà9þó-† µ0@\Ö¬5XS;.²k¢¢Úµk÷7*bÃÆOOØÛ””ˆŠ‹………¼‚.‰G¸ùùœ¼¼,‰$#GÌÊÎfEéA*ŸÌå&±Ù‰dŸ‘ÈÈŒe²bŒÈ´ô¤:''‡Å'þoÙÇH(PG©5ÕŸ\ªS&HjM"bMì¶±¦ÆÀÇí¬ ÖôJYÓ¾ý?oû~ãÖmã»m>ÿrõ_}Æá&J$¬°p¯ Y$4Ú.8ŸôÉ¥:e¢¬‰+ ­‰ÏÎ’·&ênð;°&õ7^5~°&k’/²vö‡W¬ZúÙÆÕ_lZ§›¾úì¯=;ÃÂoUVæGFÝ ój‘@‘EBúœ;/µ&—>¹D”ég£¡‘Ä•8Ñ™Bîœwfg±SBÓR_”5k‚5½"Ö´z­Õ×ß|î{Û54̳± ÷ÊÏçdfƪèÓÜ@‘EBúœ=š¶&¾ôüRFÊ™w?r$/37¿ßºU¿þÖ-ß¹'$Õ[Sˆÿ=X€5XSkÙ•7=/ ËËs•FY™¸¬L’#f’Êz³¥E Ͱ&ÇSä'_H[÷Úê¡Öqiäe&Ãs;±&Mé³Á¥Ö k°&kj5¬Ö¬,(àfdÆDÇÜQ¿èh¿¨è;"}Z°¼¢È"¡ ¹œ9WoMB—d2t£€js¹ì¨ é:6'%Dz…ŽXS±¦?X€5XS‹³êÓåeeâȨÛÁ!7Ú2Pd‘P >çNJ­‰C"ÒyÞ<§pé­à\©GqeŸ¡KI{—þ ôn€?¬ Àš¬ E ¡¯¢5µ—YÓ¦a&yÚšèÏÐñ/3#‹™šžŸv/Ö`MÖÔ*Eöq™øA¤ïý`¶ Y$¨Ïé3Rkq™ñ‡­q§ŸÔTÿì&>u©Ž—•Éf¥1R’âD…Ý…5X€5µZ‘õ¹|½-E êsêŒÝ¿Ôgèx ×÷]e°hY‘ ¾ÃW@¦sùì,6+™šø0>2*"0èÞ^4°&XS‡´¦ÒRQÙàœš@BAs¬ÉáĿԳÁŸ‘%Ù$ÄBê |6'“ÁLKJNˆŠ~t?çšÎ5XSkÙGxáÞA÷¯µYà6$4‹“§)kj K$rÄ"d _Èåp3™¬ô‡É‰QÑ‘AÁ°&k°¦Ö(²¹¹Yá^A÷ÝÛ,BÃðAu$4ûÓÇÉO9Y’ú’D$¦";;G(ñ8¼,V#99):&ê~p¬ Àš¬©5Šlv63,Ü30ȽÍ_À„‚æYÓ©c”5ÕË’Ô—²©ÈÍ–äæ‰BŸËggd2“SÆÄF‡Àš¬ ÀšZ£È.ÒBÃn]m³÷F‘EBúؤ¬IÑ—¨ÈË!/EÙŸ“™ÅJIMŽ‹ ½k°&kj"Ëá$‡„Þ ¼Úfáƒ"‹„õ9qòòSÑ—róÄ$H;;GÈp3³2RÓ’ãâcBÂaMÖ`M­Qd33BB=¯´Y<ˆôE‘EBA3¬ÉÞ–²&_ÊË— ¬I,yYlbM)ñ ±aa!°&k°¦Ö(² Fìý`{nm"o£È"¡@}ŽÛQÖD+íK¹R_"‘_K^戳…B>›“™–žš k°&kj"›–ÝÆE6*ÚE êsìÄQÚšäO1ååçe"‘—'K²…"‡“•ÎHKHŒk kŠrÜ5Ú@ÏÄd¸žžÅOám¹LLLèÆîÝ»e544žoƒ›µ&)Ï¿ÕICcÊYÆsÌ+[»ìTù_¡¹óš¬é¿Ùä䈠 ÷»÷.·YDGû“"Kþv0‘P ž5!?•)S^Á£<ê"$G”-àpÙ FZbbBxDË[ÏçkMÝU©…•¤]UÂX­§ùµ¯íw…¼ä¨¬þB”R]]+ÿ2öS½¯7ö°ñ?þ:m3#¬ Àšž“"›˜tŸY×6‹˜Ø»¤Èòx<ÔY$¨Ã?Çë­Iî ¢L$òós%¹Äš„\bMÌtbMÂ[Üš¾Ñéõëé±®0co/odüêŽ%f†ƒ gøŠÓ+‹ãÖZZ˜™™êLtLÈ—õôݳfühó!†íôàÈ/?ÃuŠá7HCµR£SwvE ioÐóz^™LnÌŸD&&&f#&ª^šŠ Vg!m¼ëŽG4[èÄ’[ϓ隯Ý)¨X¢õNâÇ*vHc4ª§~½pÜÃMŒþG¦0Ï|1j”…™‰±žñÔ IùJzÞ2ñ½à ‡êŽ^()krŸÃš¬I}ÈÐ%¿#)²ññÁWýﺶYÄÆ"Ev,Æ! šÄöØaÚšêN4<=ÑTð(Ÿ´%¹âlÊš8LbMI‰ZÁšÞìÒ©°æé9–ÚšÂN]zË겕;%Ì«+µL¬é‰'ÆiÉ%¢ÌK¯÷[%ë¹áu%«i×CÓR~ùe—^:[H#péû3 ú,1·¦<ãõ7G7fª—Öä«^Hcoå–Þ`-˜¿¿ñÎvÒHÜ7Ò`S¨ŠÒØÄ ûI,­ïÑí>e>åÙuVEn=û¯WqºÌÚDk™+µ…ŒËË´Lö«³—`MÖ¤&EEE±±±+­–ÆÆÝtó¿ëÒfHŠ,ùƒb±X8;„5¬é¼5MÚ5\7)[œ'NÎ)ÈÿèÝr%¼ž€²&#‰²¦ˆ6¶&qUŸT‰;w}‹žøv·Î&õh÷$ëYú„^H†F—g×PkÚ«'§¢fY¬”-ºkB%ñku&_WmM/­Ö¤¸Æ6>ÿÙksÔiŸ‡X^Ê ŠGþ=z¨¨mt‡46±Aã­®ù•5ò«È qøh¢¹‘1ÙNÝUX™·~9ºöQg/Áš¬IMrssÃÂÂH‘ЏàæçïÒfGYooïää䊊 E$¨æè?ÏX“0óâ{ ] ååpý~Þñ£a_÷ÿàÃâ´ª5mnxÁkO/Í*| O×NÜŠš Q}CÑå1ÚkÂý4ßÿ›,G{ÀÚ`«¡³oqU[“Š¥©Þ`Õ irãiÈvêôè®=xÍÝ:oIÈmqkûF÷sq9ôŒª÷CcÖ¤âW€5X“úE–ü¦¤ÈFFÞ º*»³· >rEÙ[·n¥¤¤ È"¡ IŽØ”·&ïuÃŽ¦p ˆ5ùï$ÖÔÇðÇ?ú²Ø­z…Žëõeo]«´"úæjæ=ÍϽž*Õ5ê| Ë}•–qݵ'Û1Úsþ‰ Û¬ÈTu*x–ûô¾#‡ŒØ›@Ú»ÞÑœôf÷; :kuíœ]ùD¥©Øà&ÒäÆÓðï|¬elûtû¯Í0ébc;¤±‰ ''˜a@· ÔºÁ=ºå•“F´ýÕûေ֊+LÒ`º-×2Þk°¦–üõ‹‹Éo´zÍʳçN{Ý÷l£ör»zvå§ËîÝ»GvrMM †" š²&™5劙¦Ã¾¢ïkÊ'gSWè>”Hxñ\¾ÌšZãnpBø™£ô¥ä×±ãd°|-vÛ¶`¤©Á@ƒé²ûœ«Šã×Ï2jd<ÜPoÞWu*xY®;™ø·ˆ´ãv™õè=U±³û&Ë!ú&£§ªãmp“ irãiþÖëó±?_ö²ºŒñF÷>Yå5JwHc4ª§~5Ì{úF¦&ÃïŠ'Sâí¾¢ý®ùH‹å»=UÿùÃŒŒ†Z .S±Ïe+PlÀš¬I)¤ºq8œ3gV}º|Ū¥m+?]¾gï_±±±ùùù‡H(P ©2‡ÖY‰D·ùó]ãò äŸ< ðºˆ°¶|Êeûÿ|£t‡¼j{ ÖkêxOxüø1©³ ±mNJJŠP(Äy $¨¦¼¼¼  àÐê‚ýE*ßèš±ÄbÙè3Nù±$G$p¸ÔS.ãÃaMmõ‹+k‚5Áš:ðS.+++ óÛœ’’üá ¡@5ÕÕÕ$›Ä„µ®­­%ÊÄN¶Õ]w³Á#ró$bq¶PÄgs²ÒÓSãÂÂÃð*Ö`M€Wʉ‘¦¤¤8œ9•‘Á"⤴©A¤‘zDŽWä¨EV¤NÁš¬ Àš¯²sM÷ïÙŸa »Àš¬éùðþié¨É–sç}ü/u7xò¶³ÆO>mê$«í7¨¢ZS¼l®åô3¦Œ›øƒCœâ, ]Á¿}`‚Ù¨Yó|sø®LäóÕÀ𔿴%ÕeÌŸ×|8vòÔ–Ó>³N&SÊ%ÁkæN˜:}ꄹëÂrËÕ·&Ûc‡äUUUzzz°XLù·RRúøz‘rVP{ôŸCØíÖ`M€‰šOp¹ìü0)NœÍ¯¬¬¸~ÃÍÉ¢§§3Ò¼¼o’‰9"^Rb¬‹ëÅÆVÄò9>wÌpC#ãá†z¦“9Ææ5Ös÷îÝÈ ¬ Ök‚5^Rkâ øŽçÏpØ,!/«¼¼ìŠû2%#ƒåuëfEy™€›IÞ:çxF (]KNènÍ! BØ%ôKI²ß>7vc›¤¡¡¼Àš`M°&Xà%µ&BBb¼“³c&+]Èg>²;yÜñ¹¢ÂG^‹™êät.99©±µlòÆî´Õ‚D·oÌŸD&&&f#&";°&X¬ Öx­‰Àd1N9Ø%ÄǸ¹¹º]q¹zÕ566ò”É,v–еôîÒ© ºVkú皬 Ök¼üÖD((È·?}ÂæÐ~‰$G,Î&³ŽEEEª×B¬©°Ö`M°&X ã[ËÞþzÿþ—ÿïÿ\»usîÖíªý1çKç/8;sÂÖ¹kWg W{÷N;|XéZ¾òÆŸÌGŠÓ;khÔ?¬Ö`M°&Xàe·&þÞˆfÎ,X¸°pÉ’‡ffÄ‘Nÿý‡½Íß»tüòKñ'Ÿ/^œ3{ö-®²óTÙÁ¿h¾·$œWJ¿,`Z_a“Æ Í'3¨c`Æ/d²¤Õµsv%*#¬ Ök‚5^>kº¥«[°woôðáWzõréÑ£èã‰5Uä呸ةyy©kW·^½" D––^| tE OÛÙ£ Œ‡˜MYt!ŽzòçÆ¯Ã 1=Þêo™5¹o²¢ob1z*²k‚5Áš`M€—Ëš\ºu+\¼øòk¯•deAÊ›?ÿê›oÒo]íÝ›¼$K23IÒtÆ^°&k¼šÖäÑ¿άY|àÜ©S°‘QÖÔ©÷&O¦ß ˜6-cÊ”0cãK;éêfÏšuã¿}•¤†È¬ Ök‚5^.kJµ¶¾ûÎ;’?,Z²„3uê mí‚øº¯ñ}ôð¡G¿~ì)S -Ê™=ÛÈôFnÖk‚5:¼5ÕVWÇnÝzíí·;uòÑ×xzÊ¿+º}û¶©©ëk¯Ý80açÎÚšìUk°&À«iMÀš¬ `MÖ`Mk°&kX€5XÀš¬ Ökê¨ÖTV^v÷Þm·‹õáär¹..= —\ëÂùiœwv©‹‹uáHzÞô¾U^^†a†„‚ÖN(IÓçsŽN§Ïذ·=b{pŸõÞÖ¼ßz¯Ò oaX€5©O@¿(Gøï¿µÿq9555Å%E¹ùäïâêÄd¥c¤!¡ UªÎ¹&bG-\Å[Àš¬I7çÚÚÚ¼|‰$/Gœ›M"G"Ê ³ÅQŽ@˜Ãdó"._Äá 9\›ËÏâð2Ù¼ 6—•Åaf²™l++™™ÆÈHed¤°2ÒHµee2®^¿BŽñ†„‚VJ(_Äeó2Iv’Ó’bâ£Cƒýü}•Z“ß=Ÿk°&kj.—\/ŸôY$Œ{Ñõ`ë‘v)Ù9‘XVdyCÿ¯Û'~q w—uÿ¿¡~&Ug¹Y\V&‡*²YéSNffRE6•‘”šž\UUÉÊb\¿éˆñÖJª­††ÆÌKá\Ai(&”••†„¶ÿ„Ö[ó½×º~tÙïÖÅ»ö¬Ôš ò¬ À𬩹8»ž'?éÿa3âœr9Úq¬>7GH“søÂlRdù¤Èêi¾·h³·Ï7ótûè5<;!­³ÄšX™TMg%GÅDÔ<©))-NIOºæq%2*C®½%”¶¦ÉãŽ<µ¦gÊ"â„„¶û„ò…Äš²ˆ5 í=dκ‹çVO}çÍw[ã\ËçøÜ1à Œ‡ê™N^䛇ÔX¬é´¦‹.Òc²D~äsË‘}Mç|8°·þÿÖÕYê¼mM§gý¹Çò¸~}bM6›[Œ27úàÓý·2©Ë:´5%n›iLêlLüò×QQQ! “Ó/_qæò8uí*¡´5]œgšÄ¡¬I1¡º½ß¥O7!¡í9¡|!‡Íͤ­ÉfÊŽmãïÍ÷TŸkò¿{»¹7‡ç„îÖ² „]B¿”$ûísc#5Ökz­é’#uT”Þ)qrŒYfæm½^õVVd¹ÄšöO›ú‡±&Ž ‹ÏáedfFjõ/=;Á˜eI†ÓÕK,Ì Îð=&S÷¾íAݱ—{´×À/‘VX€5½¤8IÉÙbá” ãz÷z׸_Ó‘_ÝHŸ—·&fòé“Ó¨sM‚¬ÛÖ-ÌGŽ3úžC³¸Ô5q½{Θ3øóËÁ¤Î&¥ÄGD…Þ ºsÓÛÃå²sph—ÏtF^ûI(mM\n¼é<'ÒPL(eMlÊšÐöœPyk ²Ùãëß书ç¸`×»K§‚j%Ÿ°6ÑZæJ}²’qy™–É~™5Y¹³Hƒyu¥–‰5iT•Æ÷yÓ¼ô µ„ëóßùèZÒ k°¦—” Îç¤Çd'ÃËà«[·7øffÕWاwkâ 9<›¾BgÑ[3’º,p¯7UdY¤ÎN4™Å Ÿ4p,)µTµÍLc°R’’ãÄøÜIJIðö¹‰×~J[IèÑqIC1¡cû¼•Æf0™¡Hh{N(OΚbâ£CÃÕ<×Ô¬›Ã‰5Ö(±¦·ºvWQEðIUN§®}dÖT?Qܹë[ôDçé×ÜÕ”gi÷|'» uÖ:¸5%$$vLkºHý"ä œ²r¡_‚Éú:NÝy‰ºO©7´¦S«Ç½gõ.ú$‡+ýÄ:‡¥™ÒOc‘`ó2JJ‹ΞÄÀCBAË&”'¨³¦äÔ$ÚšüîÞnòÙàÍ=×”ü‹æ{KÂy¥ôËF õ6i0ÖZq…IL·åZÆrWè®eË}•–±µl!«úõ÷fwÇìRäÖ:°5åææ²ÙìlMŽÒcrý¿®üúÓÒc²´Â*)²ÒG#ÒÏ ŸóÓXH¯õ°8üÌêêªÓgí1ðPв %¹kÒšð|"`xÚÎehhdl<ÜÀlÊ¢ q”e•åøÏ·fdl4lÔÂñÓ»Áݶ-ij0Ð`:}78Múéño¾³ …5aÿ¼ Ö”˜˜Ü1­é‚ùIÿëZw@Φk«´È ¥VVd…¤ÈÒ”¦Ÿ)]Wgƒ]$¸‚,ò—rúŒ Z6¡<>;KÞš"ˆ5ÝQÇšZï¡—Äš”N?=Mç·¸H(¬ û§[Óãlj5q821$$¤CZÓ¹óÒc²ˆKŽÉ\NÔ{ ¯îqü!ƒ/;/!¤*lƒ"+;;¡"8u‘Iæ")§PdÛWBÓã÷uyí8Ru•%”zr¸sÚÎJ—ÅÉ`e¤7ךäÏ2©¶&FPßš* ÌMu‡Mùº ÖkêèÖ”——Çår“““ÃÂÂ:¤5=š>&óEÜôèí“/…Ÿ£—%=#AY¡¼5qyõ—uÔ ®,øÔ©‰“'0ðÚUB­G.ß=|cH’ÒôÑOGBÛyB©sMõÖtv×s33#£ÑêXSsßÖkRÓšx<^JJ ÓšO‘Ÿ¤’Ú0}D_ÓYsöÖûäÓƒuEVîÔĉÃFŒ™½Êƒv'=Í÷~^2kühó/#’È»©áÇÇ›˜7VîÄ­X”e‘Uœ<}¯]%ô€ÑÐøø#zoÒ™â?Äšœç™=䲑ÐöœPÙ¹¦ çÕƒæüp/,ÄÓu·jkR¼9¼Égƒk‚5©iMùùù|>?---22²CZÓ™suÇdÊ‹F›2™·ô>»É§ÏH<­³TÝÑ»ƒÏáq9ôô¡¯u;—Fäß^òó7}íë©Ll–º›gꂬÂþŠl{J¨€¡§»‹/d›ð•lº|kJò·úÔ? mÏ ­»<#ýס½žÜ>ÂÈdô䪭 XhUkÄš¢¢¢:¤59œ;)=&s&Û»×;#‡¿ÝßdĦ Dú°,WFyþG¾a9aÅNwúó;z½ËCbΠ O_>ýÄV]UØ:†×~ʈÝõÆûS¦LÖïóf4‡C§L>¡Äšü$³‘ÐöœPÙgè&k~¢­s) èŽï9X€5eMÄš FlllÇ´&éçÇÉ19“á¡¿ÉëÖ×>¬ Ù'tä*)Ÿ!à …¬~š#DÙ|úšïÑ Q¿ëißHϨ›" ¡\PEöä?xí'¡÷~7ýâA IMðA‹µÁåG'”XùylÜd$´='”/àpx™YÌ)ýt?é?À%𾟯#¬ ÀšÀ ±&’ebMB¡ÉdÆÅÅuHk:}FzLq¯Xp'ÞÚxB}a­«õeTðÉä‰cF ²ñigçˆ5eKt0#Ž36;v4ýRôlUœ°G‘mG Ýý¾f‡CRÈÞ:l­§|*é ÖD~ƸÎBBÛsBùB.——•Éfý¥¯ù׉ï©+tçÚ¬ ¼@k‰D,+>>¾CZÓ)éSwäÎBÈ ëÓIÕM±P>rêBÔHô'«8no‹‡„‚–M(™Î峳جpÍÚc6ø„…Ý…5XxQÖD~kÊÈÈHHHè˜Ö$ýü¸bm•/¬u¥Sò4ÄTd7TùþT‘µ;Ї„‚–M(õ¾›“É`¦]?¸e¬¹¹™‰© k"G¶àzH»Àš@‹[ikJLLìÖtò4uLV¬­ò…õ™’š[’Ü!ëFÏEVqìŠ, Z8¡d _Èåp3™¬ô‡É‰QÑ‘AÁ ¬éÑ£‚„ø:JKKÉ‘­¤¤ä~Pl:éƒ] `M ¥¬‰L!Ó;¤5ÙKŸº#w(ÒµõiaU,©yT俉UÝG6 YÅ?Ç`àµqBü˜÷] >0Ò>5 í¡Ù9BˆÇáe±2ÉÉIÑ1Q÷ƒƒX‘¢²²Ç$ÒÒRƒ‚‚ˆ/åæJJKKH›ËåÒo‘>ØÕÖ`MM“¥ŸÏ®?çÈÕVùªÚ°ŒæKòTé ß_ZdcàµqB3â~˜r9úÂX}¾ 혡d¢PÄçòÙ™Ì䔇1±QÁ!Ê­)?O\QQ^\\ôH i“)d:¬ Àš¬IMìNRÇdå¾$W[–Ñ‚\ùõn~®|² Ûc(²mšÐð#ŸÏÙ×l·ƒzë/]k‹„vÈ¿PòR”-àñ9™Y¬”Ô䨏èÐûYSZjjð³)êX“Û%§Û· 7¸Å噳²ÂJÓ: •Å£§!+¸T‘=b{¯-*`ûn¾sw‹á]® í¨¡äeŽ8[(ä³9™ié© qaá¡êXSaaaQQaqqQqqqIIIi)‰Ò&­©ˆÿÀýZ(mM5ååôÊb¶ûµ0ºÃu§âš'dbuY5}BFþÌëöf~…t–Lw÷ÖÅ+"3U¥_½âW«p)ýÖåpNi±ï{Üz¨¸Ùº¢jn¥ýe«#ïFðŠÉ»Åœ`ÙD¥›JÞàý«ò€5Áš:¶5ÑŸ—\¾y¶¼ÖÖ"H)‹BYÈU[²ŠÃGm0ðÚ2¡Ì«E÷RŽ˜NBB;ð_h^žD,ÉŠNV:#-!1><_ Añ¸ì± k¢ïkò»{_P\I+C¹„ìçåãMɉìTœÛûlAÅ“ZÅ3?.O}æÆ5÷ê!oMÕµÿJß«½ì\wa®Ár*j¨Ô>)ws¹ÜÀ`\¡k¬¿lϼ+7QqSÉ»•u`M°¦WÖš¨Ï+; ×]»‘Ž–×úÚZ\H¢XYÐoÉ\ªÎ¢È"¡ 5J]¤“䈲.›ÁHKLLPËšêO1•>~Lâ19Ö•——©>×ÔàF!7笂ròòIMÙÓ›Žj«%‚¬„ˆÛ×=#­éº‹S©ôL”Ò{Žä­I~¢Rk*¯¡Šo½)_Žêþò‚ôôÝú‰J7÷ŠÃš`M°&ú©;ŠæVXééˆgËkQqIQ ÅõAM¡‚:í_WjéºLVqèˆ5 Z6¡ùù¹’\bMB.±&f:±¦ˆáêXSii‰@  IPˆD¢ŠŠŠ›¼¯IOW'qy5uHdÔw¨),§îª­)tsq“ç)¯?ïļ}å~º„n—ä6¶–ÖôÔmê—“æ}9œCÍ^½ïáܤ5)íÿô ÷eêºy—"›¨tSaM°&X¬‰þüøÓcŸ¹Oø™“t…•+¯ÒÂZZ,½#‚êåÓj[š‚.²ÀÀCBAË&”´%¹âlÊš8LbMI‰Ô³¦ÇR¤§˜Ê+*HTTV6Ïš1#<ݯÝññOä×u¨­ ôõô½åésÓ#:=—–~¤Ÿ§§§Ÿïé[¬ïyy{{úzݸÿ€Ý,k’_NM¹(Ø×׺»;€˜›Ò+tò(íÿìÝàW}ny‡Ä>{7¸Â¦Âš`M°&X“í±C²c²8;ñƒÅž-˜üúóO+lž(ä“qÆcÆ›4o¿|y}ü¸Dz’¿´ôq}©mPgQd‘PÐ: %ú”K¬)GD¬)%áÆ\s=cSSu¬‰L‰¨SLÙÙ"âK•••¤¢5fM£äR›’ËoÏN¨mò¡M­­Ñu7w[]ö¿ÿuSaM°&XSµ&úóãô1™“øÓÔ«ñÇää)Ùó3-¼_\\”Çe>-²õ¶®ÎJË.}Ö¢A‘µ9´ -›Pyk²<`ÆAï"Ô±&é)¦ é)&Ê—ª«IT+µ&·KNмX¬éÕ´&úóãä˜iûåÌ‘Zæsçêm°|Ý1Å{` _ï#Σ.èH¯æ¤¸n××9ROo‡k )¬½müpæhc#úšNƒ›aÈ*¬îÃÀCBAË&´î ]u…N÷ÿºÜŒŠmì ,žãyMÀš`M°¦úc²ì?Y‡±æ\Î=ý/î(½ ¦{'ü¢ú;‡KЦköpáˆ%œK=4§“ªûz·»¢¼G’øe÷£È"¡ 5*_S7 ¸ÄDÅ»Á=* â$ &“¡âÙàl6ûÀš¬I)d ÓŸ'Ç䩲GI›ÚÎT¬³¯wÉÉ•}êJZs‹Š‹ò4:u'UÕ@sˆ¬¶Ê\~ÎYÅ›¿éK -•Ð<¹ÏÐ £Î5ÅD(¸O1Øü­û­÷ªö'‡„†àÔ Z6¡$ûìÙ»ïÏßÿÜõ뮟üyûÖï·Àš¬ ÀšZú® ¡PÈd2“““c[ òÿ2‹Å¢w)nƒABA &4::úÁƒaaaAAAäæéééææk°&kj È.--%ÿÒ’_³ Õ /**züø1.å ¡ eš——'‹‰Y±Ùì´´´øøxbPWxÑÀš`MõyM€—Ü×p® ÀšÖ`MÖ°&k°&€5X¬ ÖÔÁ¬IGGÇpª½ì¥ƒ¥™¢º¿:‹½ý纱“§[ZZ²Ê«ÉÏfÍ /$·¹É…5X€5µÍz‡¹AbiiW=N12ßÑ"Uxè ªkŸo^€|!¹ÍM.¬ Àš¬©mÔ,§…‹3H;ÓuÉ¢‹,Ù¡8Ë凹sçδœ>iúÇWÓɨkkJl7N^õ·')´U%¿[:wæÌ“¦,rK¡º}ùÑÒͲÙe ÅYÀË›¯ÆÖ{ïÈ7óæÌc>ÙæŽÀßöÛ…Îa:ÎÚOˆ$¶FrWî¹QYUU$‰Þ´hÆäÉ“FžisßC`MÖÔòêªÒDóIû§‘†äÿ\ÙºBœW·—8žCM·Éú×T‰~Y2ò[‡pzÊùù¦‰ùÒn×?0Ù¬ø_°bV: xIóÕØz·ÝL£&² þ½7eEçÞÕ_Ž$¶FrésM§çÛ†Pµ))Ä~î X€5XS‹¨ÉÏ“S ¯0¯N=)_+%‘—V/š5e*u»‹ÎÀwdý¿˜ª¿ëzšl ÆCÉNS˜šŽT§ +¼¤ùjl½ŸH/ùÕV=ÛŒ$¶Frik24pòäÉ'N?~¼®®a‹[“††F_CÙË£&ZdŠêþÍ]~ƒ)&&&-¸|k°¦9P‹îo:vèçÁ"ùõGºï\~(¡ÈU¹ò•ôúîE6+¯òƒ *k”.¶±*¬tð’æ«±õª^8hÙäÒÖ¤7P'Eœ×z÷5KÙ¨Ó'¦DzçUi‚–Îç­mM-ÛÀš¬©EÔäPlooŸ[õDþ@mñîàðêËÅœÖ6¨†¿-·þh™ô™MW¥ßeÇ1Õ©ÂJg/i¾T¬ÖÔfÉ-­®!•ÈnŽñÿŽÑÖtûŠwkXSÚÉ “N§“6ãì䉧ÒdÞÂ<óŨQf&ÆzÆS/$åË[MmMñžOôçüäFÆ_eqÜZK 33S=ƒ‰Ž ùMZl iøîY3~´ùÃvzp[>€5XS¨•NI¾ðã(Ó1³æÌÝdã§X oü¾dìj›ÒšÚª’äm+fŸ:}ÚÔIVÛo¨S…•Î^®|ÉP z½°¦¶Iî˜O<*¯,’Ä|õñ4‹ñÆŽõÑZÛÖ°¦ª’˜>:ÔpÓ ¾1%U2«)ϖТ ·žý×Ëú×Tò7O´æh=åÄ8í£1¹T·ÌK¯÷[Õ,kÚpA…L»š–-Àš¬ TÓ6O æ Qßó©çû”·šœ‡&š›˜˜htê.ë¿ÔPsË¥‡²%¼Ý­³I=Úý5ËšJé»ãþ­ÑÐèÒØò¬ Àš ýXßï÷üŸ?_ÞjƾÑý\\µ%UbyÕ¹ôÝÄaï+«¯}ºvâVÔ¨^~cÖ¤tbƒåX€5@û±&âE666béW2Ü£KP^9iDÛ/h :.['}°è/ús”¶c´çüA¿ËŠLýïÖÔ`ùÖ`MÐ~¬Ié”x»/‡h¿k>ÒbùnOEÕqÝ6ù½v—ÔÔVǯŸe>ÔÈx¸¡Þ¼ ®ŠKÓ©g؈_Ô´&ùåc$Àš¬ Úƒ5k‚5Áš°¦GC¤ Ök‚5Áš°&`M°&XÖ¬ Àš°&`MÖ€5Áš¬ ÀšÖ`MÖ°&k°&€5X¬ ÖkÀš€5Áš`MX°&kÀšÔDCCÄ`lôáDû1v;€5Áš`MXScÖD7$QÿŸÖbìvk‚5Áš°&ÕÖTûä±F§×èveqÜZK 33S=ƒ‰Ž ù²ž¾{ÖŒm>dÀ°z"óÌ£FY˜™ëO½ô´ç­?­Fñ®Žþî›\¯=k&Œ1¨ýÁ.OžŠåX€5ÀKaM¬[ßõÔYG·OŒÓ>“KE™—^ï·JÖsÃ5i2ízhZÒ˳%t£(ígÿõ²žë/?¤z²ŽwîúÖgîé¤ý(ýXÍ™*–`MÖíÜšLLL ‡jwêòÆ)Æ#zâÛÝ:›Ô£Ý¬gé“Zi³FC£ =1'ÄᣉæFƤ§F§î {ÖV>Ûî¢bùÖ`MÐέ‰^ÛÍ_Ækÿ‹žØ§k'nEM#=Ÿi}£û¹¸jþ*±l¢Òžòm¥Ë°&k€—Ášþ­­)™Ù§Ç¯ y¤m;F{Î?ôtVdª ÿÜ£KP^9iDÛ/Pßš”.Àš¬ ^ k"ð|Ööþà[Ò¨*Ž_?Ë|¨‘ñpC½y\UøO¼Ý—C´ß5i±|·§úÖ¤tù&&&5¬ Àšà…[°&X¬ kj e`ÏX¬ Ö€5k°&¬ X€5`M°&k°&€5X€5¬ Àš¬ `MÖk‚5Áš°&`M°&Xàe·&^,°&X¬ €sMà\¬ Ö€5k°&¬ X€5`M°&k°&€5X€5¬ Àš¬ `MÖk‚5Áš/©5}k}óÝyû„æ0K¤AÞÅþ°&kÀšheúÃ5íO¹Xºîë $ ;§tö¼¹'k°&¬‰@¤è¤OæûÓ¿Zºü /üßòO†¼?tÚŒiÅ+câAcVÐâ¤t-} md/šh‘)-ø[ìÞ½[n'f7‘BÖN7ÆÏ>ÑÜuµì–X¬ Öè¨Ö´qÓÆˆxfYy9™qÆì[·o+,,Šx5æë«ª­i£NŸ˜’*Ò®*MÐÒù¼eÝ£¹KSì_]] k‚5X´ 5Íš3ËÇ×÷^@@PPïí½휯û]ò¸k0jÚŸ®i*¬)íä„I§ÓI›qvòÄSi2÷(ß[`1Ìp¸¡îèE’22%öWSÓ_béwK…'_ï·†4*‹ãÖZZ˜™™êLtLÈ—_øù“èsGf#&*]  ó! ×i¶Ð‰Å<óŨQf&ÆzÆS/$Õ­âîËÖ553™´Ü_6‹ïž5ãG›0l§CÖ`MX“¢5ýÖó³±Xñ‡§ kª*‰é£C7 êSR%ók­e®R›º¼LËd?i”ç{¿¦9“.÷×ëN°K%ã´Æä’FQæ¥×û­RqþGqª­ÉÊ-n—gKèFQ†[ÏþëévŸ®eÕR+“Ͳáƒ4 ™v=4-1„`MÖ€5)ZÓÏNÉc6_óõÕQ_\²Øè4rÃTã3GÒ˜û­£ k"?õ=Ÿz¾¯ÑAyoy«kgqUŸTåtêÚ‡ž¸}Ègýû¤Ü¬WÏ(éu½·»u6©G»ÿ Ö¤t*¬)¿þÚ\NˆÃGÍ ŒŒ©Ÿ:u§'nñ–ùâÏ휽s«žÈf)}BÏR£¡ÑCÖ`MX“Rkš¿'bîïa³v‡ŽùÆ£A,ýÅMµ5ñý>éù~Ïÿùó›´¦ ×™ï}ì›—øm_#Ù9nEMc¿Å±&Ùıot?—#Q,›^ûäq˜ëë&kê¡8 îq‚5XÖÔ¤5Mú1pÒO÷©ø1pÜw^êX±Zid¾qÀXkÅ&i0Ý–k×]P«.chöj?±?­XÛ1Úsþ‰ Û¬ÈÔË×êÚ9»ò‰ŠªcMƒ{t Ê+'hûuÓk+’rʤۓֹ[?X¬ Àš°&5­é׋)Ÿì@¬iöoaD–&ÿL‚nŸ«þöSmMJ§”åøÏ·fdl4lÔÂñÓ›·FkwîÖ_\]¬ª8~ý,ó¡FÆÃ õæmpm°4÷M–CôM,FOU±À&­)ÞîË!Úïš´X¾Û“ž^[S8c”‰±©©Áº_„5Áš¬ kRÿ\Ó’}ˆ2ÍÚ:ñ‡ú\Ý ?UX°&X¬ ðJYÓ‚]¾?]xøó¹?žÿÑ!‚ŠÓá[íC¿:¸ìW÷±& &X¬ Ök¼DÖ¤ôKèÄÂïÎc—X€5^qkÖ`MX¬ Àš¬ `MÖ`Mk°&kX€5Áš: E…þ£5]ºp®¬ì1¬ kÖÔ±)ÈÏðyÄ|žÛš¼o^OOMçd>* î„@ mäøCGä@ÄãrYLFRbâƒˆðÆ¬©¨¨88$ÔÄbtƒˆ‰‹…¨  ­éÆ {wýÉh$c’ŒL2>É(%c󥋢ÂGùùyB!/ƒ™î}Óã¹­)“Å¸ææššœÄçq|.@´}ð¸lvV‹ÅHINŠ‹ ¹ëï§Ôšâ‰ mØôÕÑ“ÇÅ~Á£¼G…I)ïß·?í@Þ"B…rZÊš\.9{Þô £‘ŒI22Éø$£”ŒU2bñgûÒ…Ïe¤§\¿âJÌç¹­‰Dzj²×ë—.œs>@ Ú>œÎ9œ?sêÜiûSvÇŽÛ>l³ßž?­)&.núì¹ VjDTè–¶MŸ=s¨žž¹ÅˆíöºíMÄ gœ@KYÓÛ·ý¾k'dL’‘IÆ'¥d¬’‹?Û—.ˆçÛa¤&Ëüç9¬)48@ ^lÝ ð¿çÛ÷–×MkW.»8?§hMĈR“Rb™©×½®Y}¶~Ô¸qcÆ]¾zÕ¡ãG®x¸&¥&Ýò»Eº¡âƒ±¦#‡lNÙŸ Fãe22Éø$£”ŒU2bñgûRÇs[S ¼hªªªÊËËKJJòòò‹ÅJHHPjMB!·°0?/_Ìr2³Ñq>þ^N—Ï{ݾáè{õÆåè¸ØÆ¬ICCÃÔÔÔÌÌÌØtâOv~ª+¦ê/žÛ½{7¤âU°¦Û·o‡††’ÑHÆ$™d|’QJÆ*±ø³}©ù/WèâÅF®Dœ“-ðyY™©)Éq±1¡!ÁJ­‰Ãã‰D™¥¥JKŠJK‹JJ s…"N*#Éöäq›#‡:¤ÂšèFe!ó«o-r`<·5áË|_kºæ~õÎm_2ɘ$#“ŒO2JÉX%#¶ `M¢[Óš OŸ9z7(ÁJbsҬ䘄ø=Ø9õ÷ë—¯$ÊtÌîd“ªS·}½ŸUDÇ­µ´033Õ3˜è˜ßP±Þ½1y×ÄÄÄlÄÄÆf°&D¶&ë飤CÝ=ý™N^*®…¼û_6R6»láJ×ÒÚ±cÇöž/ùmø{µÉ½-¿®²ÃÛ[´‡€h®5EDF)Z¹f­Í‘#ׂ ÎÎ_~³eâÔi-Z¢â¦&ykª­)îÔ¹'Ý>1NûhL.õLƒÌK¯÷[Õ ³êwë`MˆWá\SƒzÚªåõÅZS{0‡¶Üùu½¤Ö$Α¼ß²ëEük¢/Ò}½u눱cM,,ŒÌG™401Ó76Õn2nÒÄc'Ž7Úº¼A·ßîÖÙ¤íþƒtVýnc¬ ÑÃí’SeEE«ZÓ•ËG0¤ýþV§¸}®ÿ¸xàÀ†[â.?WÌéñzoSÏ4ðÿX£S÷xai¯×îéÄä)•%Åú•Í X1ÙÌØxø0Ý1ǃ˜d 7ñl¿Þæa<êñb‡ç¿3î/¥Ý¨Ç ûlî¨÷t Œ õçm P* g¥Ïª›Žil9²ˆ:ºÆÜÜÌØÈp˜á„ÁL{Fõ, 6¬Á6È6Rv}®ÙûzzCGÌ»™ÎkruêìmÅu©ØxÅ´6¶I—úßS“!ý‡ípŽwÙ¹|ÌHãýÞÛ~)¡±$6ZŽ›?27Ö¨7åJ2Wõ®vØ<ßÜtø<»ÈÆ:4wKÔòëml¨#^ˆ5yÜòºáã½é»-öŽ_mýfÜä k¾Ø0rŒÅº/??épJMk*½ßjºÝ§k'nEMcU¿ÛXkB´Ã ÊÔÚÖôéù¤ÁŽ´îÑ{rƒ>š];Eò³¥U•'?— ýT¯þIãæ¢w§ÌѱºŸ.D½þƈÆdIÑš¬Gõûûn:ipbN¾þö'ôÄðà úOØí°ªÑ†ìÜF»§=ù÷ëuÏðLâ5všE~¢ÒåÈB˜’F78Ñgzj¯T±gTÏ¢æ†ýnÔwñéÒˆtXÔ×hW“«kîÞnrãÓÚØ&­r¦µ¿sW-+GªCÖƒ}=zOUg¯’Ù—:FR¦tîã¾F¿©ÞÕKÏD¨îð[Òä_ocCñB¬É×ß?%=õëý‰ÉI»÷í]¼léŽZΙ±åÇíç/^PÇšªŠ3¾õö¢3uwƒÛŽÑžóOÝfE¦6è¬ô]­®³+Ÿ¨è`MˆWó OB_žÈÑÐèÒ Ï&S-“WÛœtaf7?’á={&sk÷ Û8t¹7#pEÿñçÕ·¦·ºu6ª§Ÿ¶Žlúo´{þ߯LŠnähöP”ÓäÅ)ù‰­ŽŽ4ï#³ÇëêR÷}uê®bϨžEÍ #ÝÒ¥û37;¥SWM5V×¼½ÝäÆ+¦µ‰MÊ>Ûî¢Î^%³Ô/3•¨Žê]Q¬‰\4gKšòëm|¨#^Œ5¥2Òö²Ng¥;]¾ø¿U+ìÏ™ùáìoÚѤ5Q·pSO˜ðÃñÛ²éUÅñëg™52n¨7oƒ«‚b)y×}“å}²ª©u°&D;¼0×WèTøFž„ë{ùô·+Çõ¶¦ÁrÎŒì·Ü÷jïw!5±Ÿö ïÿ½7Ý5^}k"ÿÚ' sW³ÓæöÓà>ö±Y*º)ÊIg ܺ æ(]©ÒåÈ¢W÷c)t}oLBÔ™å?Z“ŠÕ5ko7¹4Å´6k“äOEªØ«J­©É]ݬ\¨Þ’&€|CñB¬)9-寃ÒYiòÖ´åÇígðˆKkB4va® ®Ð5jM¹‚Têj…˜Þ¹ÛÛ –ç8©é Ó_¨ÇonÜ{ÜÝÝ3ê[Ó¾‘ý,÷ùÒíh¿0ºqzùБß^gÞýí í9tÁUÚíÐxí)Ô}1_æCj §ôîq(:“ºèâÙºúvíœ*«X,öèâÉä“ÆÝƒsÔ´&¥³(n˜ü6ȺýfØ÷ã³ÒKWg÷5Ü¥ÎêÔÙÛJ×¥diÊÒÚ¬M’µUïUêú×ù(ê-ÇOúþ¦æ®nV.ToI“àé¢TuÄ ¸¯éæ˜øø;þþ™ì ښλ:ï³ÙÿωÛ¾ÿ^ÅÚ”7°&\¡kkÊgN172>\÷½Öî½Ó`9Æ9ÒmguR(pûðoNPqÎJQr8«¦¿¯oh 7tæ§§©_Íõ‹Þº«éíʛ͇.;©´[ÝM׳G¾3L¸‘Á‡Û©»Á.nû@{ɈÑKt‘­ëüºÉƒ†™˜ÐØrdd³vP¿!&¦fKv8«iMJgQÜ0ùmxz7xªû3²-ú˜Ï½‘ÆSguêìm¥ëR\šÒ´6k“dmÕ{•t;ûÕ³áºt'ÉîorW7+ª·¤ÉðôœªÊ¡Žhck  %^´ÌjµÃ‡”ô´ø¤„À À€ûûöíûdõ°¦˜¸8”{kB(½0×âWèˆWçɈ—ÑšhïoÜôõ´Ùs‰&‘ ò2"2…Àš*.̵ø:Ö„hÿÖ¬ ÑWè²²²>|kB °&`M¯Ú…9¥Wèüüü"""ˆG’YSaaaNN™’œœ kB °&`M¯Ú…9¥WèîÞ½ûàÁbGÄ‘ˆ)_¢­I,s8œÔÔTX€5kÂ:bDQQQÄŽˆ#S"¾T^^^TT$‘H¸\nzz:¬ @Àš€5ÁšˆÇÆÆ;"ŽDL‰ø±¦âââ¼¼<>ŸÏb±`MÖ¬ ÖDŒ(<<<11‘Øq$bJÄ—***JJJòóóE"QVVmM¤3@´‡Hˆ‹‰ŽŒzr?டÏ-¯kîWxᜲ·sv:OF#“dd’ñIF)«dÄâ϶c1¢˜˜˜””bGÄ‘ˆ)_ª¬¬|üø1}kÇ#}¢ýÄæM_|õÅÆMŸoøü³uë×®^mµrå²¥8×^ø¹¦…ó?üß’Åd4’1IF&Ÿd”’±JF,þl;L$%%1™LbGôMMÄ—ªªªÊÊÊè‹tD¥8ƒÁ ݈_…‡‡ܽ{×ÏÏï´9¾¾¾·nÝòôô¼víš««ë… N:k/ÜšöíÛwôèQ2ɘ$#“ŒO2JÉX%#¶/#Äsˆíç!æCü‡Xq!bDÄ‹ˆÑ—çˆ/UWWWTT”––‰ÊÍÍ …l6›˜UJJJâÿ·w.PMžiGJ§gÛ3[]lílkÏî¶j‰¨ØÎt:Þ¦vºSµÎnµÕÓvºÝééÎΞәéÎ93³ÎN§ÓQ¬-¢â娂‚"w¥®¹È„„¹'³Oxå+Ip©ÿßyÎwÞ¼o>òý¾/1 ­­­---MMM pÓ©««£'±ššzZ+))áóùYYY°&tk"e:r䥑2Iɤ|RJ)«”XüÙ†"ä9d;ää?dAäBdDäEdGäHdJäK.—Ën·“>Fº‰œJ¡PÈd2š/ iaWWWgggÜtÚÛÛÙéŒè4°¬¬ŒNêaM èÖtøðáãÇS)“”LÊ';àRbñgŠçíóùÿ‘ ‘‘‘‘#‘)‘/‘59NNœÈ¦ôz½V«¥™J¥r``@.—Ë&‘ÀMG"‘°Ó·¶¶6:<þ|yy9¬ Ýš222ø|>¥‘2Iɤ|².%¶¡Sr2ò² r!2"ò"N™È—Ün7‰“Ãá`â4>>n6›I« ù•N§£UF Á`hhˆ]ý¦ã‘@ hnn®©©5 [Snnnii)¥‘2Iɤ|²«”XüÙ†(d;ää?dAäBdDäEL™È”È—<'vÅÉf³Ñ­dV4ytt”,ËA‚ž»èIŒý[:0µ··×××Ú@Э©¨¨¨¢¢‚ÒH™¤d²÷ SVÙÑ„(ää?dAäBdDäEì*™ù’gNœv݉¦Y­VË$$¸wÐ)<Ëwww·´´Àš@Э©¸¸¸¦¦†ÒÈ>χòɽšƒ?ÛÐ…iù“%2"¦Fœ2Ñoß3…{×$œA@¡ç.z*cÿñ“B¡‰Dmmm­©_.Û™ð'­Vƒƒ;¸qÖTVVvñâEJ#e’’Éþ» Ê*%¶¡gJL–¸KLÌšž¿Æ ·Ü§£ :ïë묉d‰”‰šäCû¯^œ4“¿µl%³"êÍ=]×s< ›þåõOò&¡qÖ<¹þ¬ãk`MgΜ©¯¯§4R&)™”Oö/ÓÙ†Á×€^„Øn}蹋}¯ÑhT«Õ2™¬³³ÓŸ5qÊd2Ô7ÔîOÞÛÖþeqÉɌ̴ĤÏè&ªS%'g/|öÞ»²ûF'÷g´Ì£5Í9BÔš***)”IJ&å“RJY¥Äâñp‹[§LFãHcc]ZzJIéÉ®.Á訑Êd2*•Š>©8åè¡Ùkÿ."¼Áh›1h7ùöóñqq«VD=•Þnàä§üã·ž||õÃßZö›/älpBUþ|ôCÑqñ›ÿ»`Nk²hÏmˆ_½2zùã›jtüŠaMÀÍ´¦iÊd(;SréR3“%µF5¤ì—K%}â3gO§=¼ï@âì½ÿü鈻üÁ¦íŸ,4»®\Š?ð%‰—‡©•ž¸ûþmœü¼[(¢Æ$N¾káól0¹/¡F\ðÆœÖD“·ä©ån‰äíįÖÜ4kâ”Él6õõ‰‡†”r¹L*•H¥}ëÎ}ÁOM;rà`Í)+/í—Ë|îHÝU—–ô§ «#—¾”ÌFî»3œ7Å’âägÜÍ´Êv\®ux•n‡vNkš6Y³ b~Ű&à¦YÓg‰»e²>±X$õ466ð ùé©É‡ö<¼?#+½äô© µç™V͉Ó*YpÇ7Y¿(bÁ€ÍåO~üˆ¬ ÖkpëZÓ¾‰©i‡©Ž¦§ÏÎàæåä””ž*+/%_bµk÷'ö’]ÙÁ®éÛܵðlpïK^Jjd½¤¹'€5%ÄFn/ìóNão›ÓšvÅF¾ž/¦Fœ·52¯ÐÁš€›jMsw­ÉårÍÞËû›¾ÿèŠh/æÑØï®×²A‡¹íW?»2zÅËïæ°¦ UùsQFÇÅoüeþÜï×T¾¿,&6fÙºÕÚ+ïçñxþkæËš€5°&k`MÖÀ𬠀5X¬ ¬ XX°&·•5ýóF¡‚[°&¡bMYµ*XkBÖ”yA ²Ï]º˜u/mOC¡®­`MBÈš2ΫT%½°æeÚž†B][Áš„5¥W«üUvyiëÉÇÜöþKEÿD}€™(Ôµ¬ @YSÚ¹!U‘ÿ¢Aö±Ç5b}D}€™(Ôµ¬ @YSjÕ Ï:v¦¹þøßº¬mýïÜ6A]æÝ4âo2W´#똉û²Ñ좑9WUô[FÇíz³½ z¶sΧj•Ž^Í´9×^åîP7¨`MBÈšR*gTFyMÿµºÌ{4½?w™³íªÜ–*u÷û$N4N·Î^Âí¨Çêþ¢ÚÛ§žÓZ­c4`>+‡Ç“Yå÷ÖÔ*ß;šón|“×¼5¿kBÖt¸BÉUjyçiþÖÆÜû•­?² î4´«_qª_vj·»Æòí#)ÊÖ¹‹Oó_£™ÓrE;Ê뱩ºÕÔçvY©¡ê Ä6}¿–ÍI«5Ú­c܉ÑNsôf;+6ŸÝU•lBk²Ë:Õ%}ãf‹cxÔ®Réè¦3Z+[2—E·Î^Â툶©cöq·¨a€¡J®±šG޵YŒJµÏU3ú郉ÅýyMÚ–‹Õ<êëÖ+¥rx*Î{wšX"ç&L¸=©%sfÓJÈšÌDÍcÁš„5}~Jê³RùY 'ÞÛ¢z¯þø=4âo2W´#oS,¯íÒ*ž62Y=V÷ÃsöŒÌ÷ª¿î§fN.I,Q¸ÝN6b!É)ž¹÷Q—'¿Ì;ó„`œ[^5ì”w ±>ù¬lÆZnÚE“«÷’‚šôKf‹ÉàCÍcÁš„5í9)õWÙkÕëmšwÕíÏVd¯ 0“+ÚQ€‘´6‹mÂx×Oì—Øt&›~ÌÞÞ1È‹¥£f›Ú`™~?™í¦Q«C3bííUsË?+Q|©²Í6­É&îUÎXËMÛ[®’ŒØ‡M6ÃÈ8©W€o 5kBÖôé}þ*5?¥‰¿Ô1üAÿAê̼Ê:«s ä×?¨¯MÁš„5%ITEöÁéGhxÚœµ§xPm´tÆÏ®ï~P_³‚5!kÚU( Pûò‹kÝIÛÀÓP¨k+X€²¦|qà:˜—5çêÚ Ö „¬é“ ¬‚5!kúS¾… VÁš„5¡PÁ-X€°¦üü|<2 ˆPaM`MÀšÜnÖ”ôæ=¬ ?ì­Åƒ `MnskªËûÝ篇Ï.ò%íåtªÒ1œA%½y7Ukp{Z Ò„qpv1kªßß‘ýN÷É_KÏü¯A\E“ñ¨X€ÛÙš†%µÓË8ØÁ¬I”µYQý )ÓÀÅýi¬ ÀšÀšf[Óp'_yáÓ¡ÆC$N´5´ø³&IÙþ>±2:&veôŠUOoJoÕãÁ°&_?k"Mšý ]íÞõiÄþÇsß8½ïíö¢ß>ù³&MÝŽ…o¸Ø?ƾÔuUü9¯ÿýDN§¿VX,kê.úUñ¿[òÇo´î\ÂÓTM^ÒôT / vUQI²ÛËwëD5>­éWsGïÈìq‹ö܆øeÑ+£—?¾©Fgaƒaaa§?ÚþøÚ5ÿð÷í85Pòñ[ß}bõƒKùŸb7¡àÃÍñqÑK£_(WMpƒ9þxÝÚ¸™»ùË·Ÿ‹[µ"ê©ôv›Põ‡­K—._ÇûÞÖJ#Ö\¿5u¤oîH{µ#ýÕŽ´MþJR™àÓšî½cÁˆ¯K@ ¼È-9BjD¹["y;9ÿy'·““dxÄâã{'…ûîZønÂv¾„qÁ‘¼„¯ó„¬?ð%‰—‡©•ž¸ûþmlpQÄ‘Å9©j#Ö\¿5µ%?Û–üÌÔö™¶ƒ¬ž½²õŽe½?kúåÃßüHl¼zkâ&øìýY7sQÄ‚›kƾ<î‰ú²œ_ÿäé…½çoÀš€ë´¦Þ“¿êNÿQÏ´êžÕÓÖŸ5©k»ð77(ÆÙ—#¢š„ü~jvÅF¾ž/¦Fœ·52vçÕ[ÓöÂ>j$üm‘± ³gî}bÉKI¬—4÷L’­Cã}Îié ¿ó~ß#Ö\·5IËwoemŸVY¯Ò 0ËÛÐM‚”—Å¥¿õ÷É¢â½ë×EGÇÄÆ®ŒŠûþ¦Œ/½Ÿ<`ÑT¾¿,&6fÙºÕZËÕ[SÞ/6¬]õ`ÔsÓß ÎÍt˜ÛÞyqõ£“Ÿrðò»9^Er™^XÇ‹]µ*ê‘åï%6û!x<ž¿ÀšÀš®Æš”ÕîËÝ"ÍÝÒ—»uzãÝæPm‘ælé:¶¡¿ò7áS.§ €5·”5i“z³þ…J8m;ãKÚ*Ï'Àš¬ ÀílM#Ý|}kZÀ:JÛ¡KøU¬ ÀmkM•Gÿ“\è*ëÔÞ7ñ¨X€ÛÓš€5°&k`MÖÀ𬠀5X¬ ¬ X€¯“5\`Mp­ \kkÖÖ¬ ¬ Ö`M¬ Àš€›fMCªÁâÒ¢¼‚¹TùÇs&‹¾<_[­Ö¨ð0XXãdqáˆÑ0cÐî°kµšS¥E]Ýx$¬ ¬‰8‘“áñx†õZµvhH£TªeŠ¡~‘XH÷P]S q°&°&"+û˜Ûã&eT+”CrR¦~EŸT.®k¸@·ºÜ.~Q¾Z£Æã `MnskÊ<žF3UJò%©l@Ò'Id½5*ù'ó‹KN‰$ªê³þöÆóóèÊgŽ^¾¡?ÑŽ;¸žv‰_1¬ ¸™Öt,3•fÊ•ÞëK}ý¢‚ßORøEÁ™Ê²æÖ±D”v숿#YkTwüMä«3nu:=óõãÐ]qû°&àæ[SZF Íì“‹ÅÒ^±´‡|I§ÕØí6¡°—z'º5åè!—ËØš<îñ°ßàs>üñºµq3%í¹ ñË¢WF/|SÎÂM(øps|\ôÒèÊUlÐnþòíçããâV­ˆz*½Ý0ã®Â¾ŮkÅ­yjú~}®ªúÃÖ¥K—¯Šã}ok%’kæÅšŽ¦öZS¿HÜ×#’ö´w\&Y²Y-cæQ&NçPÊ9­©÷äÏîyà-np{žõ ¼È-9Þ^”»%’·ó« | 5â‚7"y lðÀw–$^ö¾Æ7*=q÷ýÛfßÕôkM\ïsÕ¢ˆ"‹“‹Ö‚$Àš€y±¦”£™55_n¤-UGw;É’^ç½âĬ)ùPRkš|_ÓÊøç^;)å S¯Í-Ž×:¼GC·C³ b7ajP±˜ Þwg8oŠ%<4û®|Z“ÏU¬Y¼úÕŸ&/và@ kæÇš§$“±·3~Á—+¤T•••†aÝ4kÚ7çµ&ƒWoM‹" Ø\îÊgïs•Ç=Q_–óëŸ<½ð±÷X0/ÖtðÈ~«ÕJv¤QjµZ¯;*• ½NãpØ?ß­R©ö'ï½fkÚùz¾˜qÞÖÈØi¯ÐöQ#áo‹Œ½ò ÝÞ'–¼”ÔÈzIsÏ컊ŒWÛÝ3Æ}¬òØ:4Þ朖Þð;ïG`MÀ¼XSò¡$·Ç}B£V™G†a-ùÒ°VÍŠ]nÚ›´Çår^›5Y4•¯Ä/‹‰Y¶ncµö«wƒçýbÃÚUQF=ǽÜan{çÅÕÆÄ®Œ^ñò»9³ïŠÿþó?Æ‹ü™éã³Wy\¦ÖñbW­Šzdù{‰ÍH¬ ˜kÚŸ¼×ãqËúûöìù´­µÅf³’)ÙíÞíq²y¯DÑÌã÷†Ï€5ÁšÜ‚Öd2™4 ¡ºººf[SÒÏ=Þ ëvþ~в²2'vÝÉb™ Ÿò3XlMUUUMMM”FÊ$%“ò kpëX“V«•Ëå===¾>åò¨Þ0ìù‹ç/WÊ‹Ùlîìì$Sâ®8‘Yù'þ¿ÖT]]ÝÒÒBi¤LR2aMnkr:V«uttT§Ó …ÂÙÖÔ/—¥g¤~–¸›ÕžÏ&k×§ŸíÚµûÏìßÐqâ„G\¿5ÕÖÖ¶¶¶R)“”LÊ'¥”² ktk2›Íz½^©TJ$’ÙÖÀM¶¦††@@i¤LR2)Ÿ°&ÁÅãñБÈf³ •J%“É`M èÖtùòåîînJ#e’’Iù¤”RVq1@­ÉårÙíö‰‰ öÖ&…B‘@°éèè‹Å”Fö¦&Ê'¥”² k\kbog/ÒÑ©½\.‰DtØ¢óý†††ÚÚÚêêꪪª n ”.Ê%òF©£ìQ)‡”Föò{+8¬ @p­‰½µÉf³ÓIýðððÐÐP?éwww ‚ÖÖÖ–––¦¦¦Fn ”.Ê%òF©£ìQ)‡”FÊ$%“½> stream xÚíÁ! ÿŸÖ ^¸1Bfðo endstream endobj 445 0 obj << /Type /XObject /Subtype /Image /Width 332 /Height 156 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 9723 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 332 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚíy|EúÿŸªîžžÉ9¹/‰$"÷ œ"¬Š°².^ (®úóZ—¯â®+º‚«âµâª(^(ŠQQCA@î+!!!¹¯9»»ê÷G“qœ™ !!@Èó&¯Ðé®§ê©§æ3ÕU3Ï Ñ47ÀóøÍ9AÚ„B¥Ôã·¨ë¹1PçÒ¶îÈÓ4MÿíKä¨s¹ü®‹\ðBÔõ¬þocäòŸÆ¶;ºÂ7æ=ùF AÚ(Ï?M,ÉjÌjͺ­ºÕ‚%YSÆ€/¿ßæ:3¨ÿÕîV¿-ºå7‘3/ÅŠ¢XXVÓ9>´În“e900pÿñ¢*(ªÊˆ@ÊPä^0Î7nÝ éÃViÄС[jr¤ ‹j>k¤äÕ¶[;‡SP5[ÎÑ“%U„°ˆ«R;Pz =ÂNWtêÑ7>à‡m» =1âxQ¥Fºw#§N•ÖrјÔ=¥S˜ì•§~Í®°;UÔÜ¥{rL ¹ùE/Ü=>Zÿqn~ÑèáÒR“—|°ÒR“çŒÙý¸áÝ„6<íjŒ7¥°®z>OÖ~¬–=xÝ‚%Y>Ÿ)\VˆÜË]Y–+š¦¾G׸“\gq„›ÂCäÍ¿0A¦‚ÀŠÜ“[wê“ä¿¿Ï{í¶Ä fÍZ½ykirþ±ýúy˜óà©|<""pÿ¯§¦M02%Üêñcy¯|v,¡O÷ÛÑK.Ù˜ÿèÜ›×ß¿¾J?óÌú¼ÿÞ™(;ê>ÿì'eHŸEWǶúÕŸlÝ[Ù5šŸ†ÏÝ?(:Ä pV\Túñ§»KâSïÝëj×5{»G„ôë†GGº Îf×¦Šœ])ÕºP=ÔëÇjü¨Á –déeÜK.X’5~Ôàšz»»• MÓ(k¸ß`œ{üJƒB‚=^l4P¤¦ÞÞ39²ªªf_vex¸Ù§Iûüñ9´7‡×}¼©À|ýýNçä¦vï¢Ož°äƒí©Ý»:ÚovÆu½¢NïØ÷îϵi½RþyK䯇Ê\5Ìé`ç³kËC\gf…׸>?0ÄüÇ['fJ•+׆†Þ<«oÞ±\ r±®ßrà/ö®Ü˜mNˆ›GÚуùíêM»ûyN7<:‚ÃÍ8wÍ®Ì/»•‹±]?>çd¶Æf ôxjX°$klÆ@ï¶\KMÓD×¼SѼ©Fc€IVêJ¶…Hå¢#Övæ`bÂA}–G\üë³Ã%šp÷Ä$ÉÍÔ:sh×­»ö>8k0lÝ—?¨ÿÕ¿œ8ùIFxæ›ãµ´àöSÍI=u_ýVÃ{¿:âeù7‘/^}¨HîžÔ™ò̧‡ 52ÿÚ$ÉËÔ­v«É:zTŽ!gwCyP'¦übíèÞn×ä¤ÈðPw?së”s¸ñûŽà¸»Ï®uVgS ëAó~ÉÙ¹·Uc…ÝÏ»¬~[?2ö›È}Þ{sýÃ¿Š¡Ñ`u(Ö<'ãXa²\s†Ý‚#}Žt4 „z‡×ýOâ¾YâV*ÇÉD„@NÙ¢†: Pãzi½þ£¹¥ÿùçˆx‰~ôɶÃUιs2â%€»7Ä9[d5æ†ÿŽ´O$ñìŽéŽ]{ýÔÿj}vUTænåv/Íü¬É=¬4íÚ³Ïc®¯Ïû÷í-ÔÝÊ}Ðyc[åd£),®û¬âão[J7«J… q_ý|ñˆç"Ã4ó“*H¥G5##øv·óÜu÷ø3<9yû»?t˜ÞÔàÞ·‚zxÿ±—WŸéžÒùоÓþÅ'É"ŸþôÈãSS¦^Ûg÷Ž}ìñ½L‚^CRLè ?<œÑá7 ²×çÍ\|Ìݰ)nøéH;¿]obaÆ}l¼5öìàßJWxï^éúG%.«ßÍä~ž¡Óœv«&r¦Úˆ@4Í¡iNUåN»U’M¨s¾}zê[Ö}ûôtm_{sÎÝ‹qÎ 1$w‹Ëújû;ØÐÀ°ŽÝ“dÅšX?„Wß÷¯CNF‚#âÙ7«ë5®×Û±þБÛ7îP9P1´OzG€DwÃsºáÑq}v-©¬÷¹I²Î{Nn¶UzZÝ*=­‡~Ÿï~ÆÃêw7ãû÷ïÿÏ­šùçyyÅU×§ÝZWlß68ú;`VMu2Æ‘ן¹ËÖ=0$BñoH{$À$K"ýþëÕR›C}'kU×ÔŸ>º}ì¤?(*³ÚÙ 4Æw~ÿñƒ· ý®µ¡B±=õí=AVU[YYï`1ÒƒÌá øaH»Åbµ›Œ†Ì‰Ó7|óÙ鯋eNœîpª6»óâ[5uMN¨`0…É 8íÆKA”dSd ‚ïxCÚ±ÎmŽðÐÀÉ×ÏðSÆ¡¨–†yõâ[O‘û˜– %Y”äÀpŸõâLŽ´g*ªë/g+×–™©Áåz. ‚ W©Áå¿Íä_<;£²¢ƒ‚ W …§ –¿± (ÆA®lPä‚"GEŽ ŠA9‚ (rAPä‚ ÈEŽ ŠA9‚ (rA®L‘sõÊÑBÛþS–#…Ö¢*§ÍÉZ»Ñ¥wÝ< =9"2ª%•œ¯ù3Ï>Û’ÊGdŒlF=ñô¨^?Tûøv>{Õ†ôÌ¥~ ×>ñ§¾ƒ3FdŒ4UåbCܛҖÿ>6%çÛ…ÂÓËßxcòÔio&/¬t.Í*\±éŒÓ©ŒïtÓàˆÉýÂ3{‡]{MØÍâ§ 0wˆ ;sªŸX•¿þ`ª]øÏœ4rpRt`cW7?wW¯Þƒ2Fœ|×fýŒ³þÀ=ÓÇŽ5jÐÉôü”KŸWUëñ‡g_ÛoȈ#†Ï~úÀÚ?NÑg‰‘™“3±–l˜6´÷Qco}2«±¹½)õDDF}¿dþØÌ̫Ӈ<óíéuÏ/¸vüèô¯+Ô ìzüƒe6ÖÙñO \þønŸ‘¹c ãS3GÈ9"c¤÷Œä?Pš=ïµú‘úC³±cØðü‚‰ãF÷NøÔÚýŒ­lë-c>là¸[,·5±›>qo+"2*kÑœ1£†õzÆ«Ç4ÛXl?[tÛ˜ÌQs>Ëu?>g[>7gåƒcÆŽ™‘1hÄõ®ò_ïÞáºgò͇k¿Þ[Õ-Vì‘dW”ÊZG­Õ¦ªú€JˆÉ(†#‚MåuÎ}y6йãbBLâ÷¤±§ÌäØèu¹E]M¢­ÌfŠ2Àÿ&¦©‹·ü¥OD]Þê×yÍÝÜçÕ·§¤gíó{†@u‘ÍoroΧɲŒ”C~óú”.9YsܶÚÃ7—ù9뉈Œúãò-/M»ªöäÿ’‡<7kùW/NéZ“ýæUã×å|·tK¼ó—ìŒPÙgg5›ºô»ðø ýѶe󦯂æí’O\•”l¿cÚçs·ÿ»ŸŸãˆÈ¨ÙïìxarrmÎÛ©ã¾*ÊY­Gfß_¿~sz×ìÏïœøBÏ›ïmJ7}:ãÑÖMoÿüÚ”.9Ys',M?±ùžsö%"2ê¦7·¿v}Wãs¶åspígÊ1‘P—ûEÚäù‡^ôˆ°ÏîÕžïL~1DþÙΊ=¹õCS "=]Vgw*”Ò É(‰‹Ý©( ÑæÀˆãžœºü õIñÑ¡†‹#ò…™©Û:Lš=eÂÔ©™€”¸˜˜îWéWËÊ«ŽÚçnîój÷ؘMùEñÁgs™l+(Ž’(SÊ¢âz4Eä9–_ZH pgDT‚ÛqÇŠòè}¸äL %>;Ë™%*.½üLî9ƒæí’O\|q]Ïã/ÿôPÇ`?Ç¿9ZDd‚î°[dJ£‡–—œhJ7}:ãÑÖÑâ3zÀc‡—•=g_""£²KJõÕŠûñ9Ûò9¸¥;VÞ÷Ô[¹Õš$C‡OT”zDØg÷jÏWä"´2ÛŽÕíÍ«qUÍ¡ä—ÔS„Ó:…wŒ 5Hi؇«ª·˯,(¯+«±ÖX}:ĺeßœ~lzR+-Ñ=øç÷{vm\÷mÖ²þK×ܾTÎ?ønCYð½<ó{õB™œW=º€~¬5¥³­á³/>²%1Øß±»ó øt¸éÝôáŒW[Íè‹û~„ë¸ym;ù‘[³öÎê­+¿IΧ {w½°Òñå/’j­Ž’ÊzQ¤¢B& êÒ5!Ü ®°áÁÆÁiñÃÒ;È’¨jìdIMj‡àð òö†Â‹²Ýï8RNŒ™öسKëòÖêçéõÀ»g¿Îîäžã>¯>6 êžåg¿'¸ºØá"=ÓðÂO“Ýͯ;yß>îÇÁsÖsN†‡Ê»ëœuÖY÷‹:¢yÁóãOmþ õ鈿ãƸ§»ùïkó ÷ë…aÝ4Ûï¶\7w¿§é}iF[>·XÑ:u€}ï?às|½ 4%\—LäýTž’ °Š«( ¡Æaé ’@ J‰¾§”PJ(!„„È ÞÉÑ’@²ºkºš *í'vGZê̤¡ié= -½ç ‰ïþNã̱ð‡5|Äì?-Z©Ÿœ³ú£Øïî?,cØÐÁ½wÈ£6ŸWoùè³®?=ÕwððŒŒ÷®È€çg—1z̸ë3¹}Õ«%OO2jì»&øqþœõœ“9£Þ;QÝXg«Ž¼3tNó^Oòé^ÉÑ—²ÿm€~¦±ãƸóÓ7,Ëf1|æ+ö·VßÙlg¼Û¿óñÌ‘C¯[|æõU·5¥/ÍnËçà¾ÿÔìùÆŽÊûê™[|ޝw¦„ëÒl¼(±°õÌÐÔÀÜ’jJ©(Ð~ÝbºÄ› !DÿPhàþÉí„Ucë÷œ²8Mãæ ¹Öª/´-šÑ–Q›»lð‚¨C_Ýìóê{Ò,oì˜Û1øÂ6:;5åé}‡eÁÏqkãÑV«¾\×Jýj^µcM¾noe§(±Æâ „ˆ) ”õÙ¢ Û}F.Š48ÀàT%¬Îêì´ûDMa…=!ˆBm !̬ﵩzÚH³ìqÉ^½ñYeÎÁ ­pxïè±s·6W@[-¬¶µn×,³Çš õV%Ð(õLŠ4Ë•QB8 ¼o×iÃd.‰D(!àpj‰‘¦Ç«Q¥-gá¦ýÞ £yôÁ ¶“ ´ö»n.CZKäy¥s°þ©q]º%„Ÿ.«BÎ šê÷í ?”BIeq)" ‚MQ;DÊ{r*P¢ry‰¼Ê¢˜$¢iÜdŒ1Q&ƒ`±)'Šª 9û½êªÆªfwjN…qBÀjWOW‹EA×9çd’*ë*¹¼D^cQ%4ÆÂƒM„ààP4A¤Å•u_lËÙu´äti}y­ÎªÔÛ”êzDZüª·Ö|ñ“=…Q ¢@‘ ”p€@“TUë¸hq½ÃñB%-4;¯À÷†fd‰\Øv/aLüÛ6# 6;¥‰œp`pNBÊkmÕµŽ7Öøf{î“•õv§ÆTÎÆ¬ŠÆÒ!&ÄhßüâÀ¡ÜJQ ¡¥ÎÍhU<ÞÚÙl²–½oR‡–×óÜsK.¸o—ªÝ¦ÄD×sëÅó’óŠyTˆTkÑdY,¯³[íjQ…¥Æâ¬¨µ+Šv×ÔÞ}S£E‘ZjU±Ú5Uc"¥‰1Áã&ńĄPJ5ŠBiµ£Ã…ØZoJJ‰Ï9ÁgJCZsT¼ç+oŸNºã³iÿ96®šËñî ·î1ñ¾êžâ=:çL5ñKÉúiCÎfŒ¸¯ÿ=êlFzŒÏj}º×J´ÖKh) E•Va”Àö#EQ0ˆB·Dó·ÛAÑ4£,Š‚ ” Tc"ã h¤¤Æn±©bƒU•1J4B‚L†-ûóÇõi¹KïÝxsÏÅ[^>›NðØÌ#¯À{3¦ŸÿÚ/ïM)iÌö›kþoý¢.9Ys'ÌxKOi¸méWއŸúËö>5ež«ž/»ß÷ÍzÆ} ¯] c]‹+aÑ͇^ôéÀµï ‘Qç;çx;éŽÏ¦=bŽ÷Ýî›7Üaüë×?éÙ#X®gøì ·î1ñéá÷}[¿¨+¼=%Ýct<âé=.þY~Ãü˜¿}ûù”.9Ys¿òUÀÛÏÉ ¾ß §ÇŒ™µü«µèé1÷ý-ç“ÆM©¶MŠÜhu;”[Ó»«¹Îê ”P Qì’z<¿z`ZœH©(RQ ú&ã\%ôÐÉòô.‘¢ 0”0“,T[œ¥•ÖiÑ-wéß¿–Çüõï@=û,»xWÙ¦ÕCôcs¼©1ÛLH€ÎÿY}×p€{`fZøsÑsøËœÿ€+²žJ 9g¦D3ðî g ~Ÿ©2amÁœOžF3bèí¿GÄ é1„¥yî]^kr 2 I ßy¼,$À@€øÈÀøè`ýÝ/¥¥’$H’ ÔáÔªêl=’")%”@QÊ.¬VuðUÑÄŸ&¦”øÄ3¥¡i -MÉ+ð™®0›öŸc㢩Ù#^>ü.&¾Â莇3ç•jâ3†ó’C›’äÂ#bÍ{Œ5u¼ÚâL7 ‹¿÷õ½Ww 4Š*ã€J%\Ÿ±%AÆxvaõÀq’@*5„¯·|ð†äí¬ÏYýÑÁ9í¿B“¹³Ã€‡?êÛnùè³ÃwÞÛw¥%Ø@:M|åÝG{ú´¿óñÌ%'Ï8c^ÿl)œÍñ¸®L!ªÅæžÐâQÿÑ—²ÿmޝÞjö-ƆDžw÷ À·úÉ_¾û“3V$ħ޽`…~RÏaˆ 6¯ÿnw=Þ&>Æ|âÓ½Öz©«µ?4bÍöÂÝ9ÕÓ†%ÕÙY¤I4£$$*Dƒ(È’EûrkvǸ„È`‡ª @ŽTnÙ“ÿüÜp©ivJÃÅLÃh+´$&-O5ajˆa póCï'y{]Á¡¾x1¾o̧?æWÕÛLçÀëÛlŒÆ8c\QPTMa¼CTã 8Ù{¼dlßø6å‹™ÑbÒòxZË?ÃJÊíµ$néªwÛIÌ[]ä&YÚ#â@nå°žñvEetm3ÆT (!œq(«¶&ÅS ªÂ9çp8·jÁ”ÔË!Fí0¥¡MÐŒq нsÛw¶·@]ŒOVÊè½?»ŒN8ãŒqsMãªÆªæÐ4‡¦9-:,P՘ƹ@ » *ÚlŠ ÅôRi "¿*Ñ œçÖ%AcLÕ˜¦iЦ(Š¢¨ªÓ©:U–$YTÆ8ç„ÀW?åÌ›ŒÃƒ mCä„À¼I)_ý”SgSd‘nSVUuhÌ©(Uu¨Šƒ§ÆÀTJÈÇë$F JÂáA¶!rèŸ9ášø×Wo?zªB“I–EQ¤D(ˆ PƒD%²OW-Y¹YËC7öıA ‚xÑZºapPGaõ{{&½= {bXdhH`€d2ƒêzGYUõÑSÕQ!–{Æü/qIŠcƒ mLäª-¿³øÓû÷ð¼RóžÜ肊ŠÒ@›Ó j¬¹vt·ª‡&”Å™ëOŸ8FÂáÀ HÛyUÞ;1I]( êÚí®äN?sû¿KfŒ—Ÿ:™ƒ mlMD°ÖÖ·2ëÇ\ÉöP8PJ¢;Æ&&Õ~‚ƒ mOäæÄŹ9µ•å„Fjö}K¯8«JK#‡àÀ HÛ»]¯)Z“”Ö+$"‰š®he3MF~v…Ž"GÚ ^ßoÁùô‡¯­Þ¡2œs8Œéßí‰ÛÇ´­P¡ÈĪƖ}òÓSh”5NTŒC­U}úkQärQ&r€Ö˜Çs +;Ç…QJçhÜük¾“‡ döIÔ (ri}‘³ »¾yoîÓ+6¬{áÎ8pÎ…S劊 v§B ጣȤÍäœÃÿ²vnÜmwjzµ„Î9ã 2ШŒh ªkê uî Z| iïXíÊ#¯|³ÿdé³ÝÛ8ãDcàÔ Îbçκ´¤HÛ=+ŸÌì×sØ ¾ýûyò®óæ ùlå%?Lè³pÕœÉäÒÌåEeµ½üMj—„éƒReI€‘óÿëúýÿÉA cûw{töèòšú†¦Nwß´¥5ßmú%%Ô ÔŸ¸wÄð‡âw=7.Ñåa}Á·× ½môË?.¼®ë%¼@‘#mv!Öä»þóíã‡õé‘w¢¸¾wRè+Þ$Rb@–Y¤&Y Š«¦1B€5¬É_º{åÝk³»KŒq! ëâU÷§OüϳǖêW«O¬™4jÁ´7·?0®#»¤Ëx9ÒNYµáÀª nºvXP€)»¨Þ ÂáüƒH$ ’²H$ÈH"tŒ r¢ ,!ÊLÜÞŽòa©å@RˆëÏàN±”¦œyæ[¦täQpMŽ Í¿YoöÏ“om\ûóÉ™×T@Ê+³qB)¡€p ŒƒÆ@c\e\Ó8Î9ˆu(ªÉ(r·¥‚Gµî«ˆÛ&uý`Ù›õŒó{Û• ÎäH›DSMÓšmîp*À(wjLÔ(wj5•)7IÄ(£DõÎ8P0ÊRIE]ǘPÅéÐ+¹1*ðõe÷w Õÿ¬Í}9 j†ëêí¯m±þyà°âæ÷2]ÒÉgr¤m®É90ΛýóøœŒŒ> fm’@íPoÓNWØk,ªÝÉT ~¸ªqMãc’HCMï·oÄÕ]•Ì[zÓk3:^ë`œ;ê²Î\6mé=ú%` ÍëÇÙ»™w¼dg¼%ÞºêÄ™i_÷ë-|SÊͣӺę—~¸uôЫS;Dÿš[•Ù;F@¤D@¤DˆHA `µ«¹ÅU®?`2H“uwµ?fÉÊ3OÝ;~˜Sø¹,ÓÁu•3`ºÅŽ›ŸoØøÊ]—*T(r¤­ª¼å»ëýSã—Ü=vá›?TÕ$ ½ºãðÐóŸz7bŠ‹¹~xêàôD€ß5ÛwÖß¿šõwwŸôƒÓ%giУ«<êa†"G&Ü®sÆYËë‰ ^vÿħWlÍÚX3=óÈzvfãþÖbǸ¨ÆŠå—]V±B‘#mv"¿@/>ÄÜ1òµ¿¾¹z38NÎ9i€RJˆ,îS…¥ºv™½¹EŽ´QCËïcŠ¢hšªªÚ´ÁI1¡ÒÛßÖVVTêW %”R TDQQ’$JÛÞ^5Ši£"g¼e·ëªª*ŠSQTUUô=âLN©ªªdœQBua‹ÒÙ¢(išb0È‚  ÈäâÌä-šÊ !ˆ;”ÒÄè ¦iœSBý^Ý­€@)½„[h(r¤Íä¬E390 ’$1&3ÆÓTUcš¦1sJ© 4üG)ÕoÔ[Ø(ŠAÎc&ghFÕ'hDÉï'¸3ÞV?9EŽ´=€šºZY’ÚOŸN…4ï=ì(r¤a .Âxôda¯îÚO¯åÆE˜$Š"GÚ‘AâèiŸ¬Û¥8µôn‰Ã>Ÿ;ÊÁëɽaü€È üÂC¤*VÛB¦°e硵?Ÿj_x0mÜÀ €øpüÂC¤ Pšg*2щ£*´‡¯.–( ÍS8Ši›“„09! #Ñ$0ŸAPä‚ ÈA‘#‚"GEŽ ŠA9‚´+‘ûüü*A® !(r¹¢§q×ç] ‚"G¤í!Š"ms=‰ Èy‰\t‰¼ðtFA®0 ƒ(Š"Ü{÷< ‚\‘"ÿÿÄ„nB endstream endobj 449 0 obj << /D [447 0 R /XYZ 56.693 815.761 null] >> endobj 370 0 obj << /D [447 0 R /XYZ 56.693 343.772 null] >> endobj 450 0 obj << /D [447 0 R /XYZ 56.693 325.959 null] >> endobj 371 0 obj << /D [447 0 R /XYZ 56.693 131.919 null] >> endobj 451 0 obj << /D [447 0 R /XYZ 56.693 112.049 null] >> endobj 446 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R >> /XObject << /Im6 439 0 R /Im7 445 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 457 0 obj << /Length 1453 /Filter /FlateDecode >> stream xÚWKÛ6¾ûWèVˆR)©·æÑ"Z ˆ‹¢Hr %îZˆŽ%g»ÿ¾3œ¡,¯µ)Ò“†Ãá7ï!%‚û@¿l^í6/V"(ãR':ØÝ:‰u2Ó<ØÕÁ‡ðwsžšöY†Ç6ow›/ zD ¥áP䥌µH‚ªÛ|ø$‚öÀ’8+‹àÁIv’"NR t¼ßü± q“$I\J©Ð$žéXIM&¥Î(øI!xÙô÷dåJÜ€{7`.ã6C’"ÎUé2ñL!ž…dý±\µàEü~6c:X"ª¡¯²„‚¾L;€'YœjNÖ_ çN˜©"|ÎŽ*Cžle8l#ö´ùд-Qv›¨ðëVªÐö¤¶}$þÞÒậy´5±ða¢ÚÞòÎôæÞÖOÁÿ™ˆÑÙÞØ<ÙL¼1AL÷†j{´}=’èÀ¢ÅÑ‰Ö wQô "¼×"<˜m"ØmâÔ”òS„wd«â>Ë4%ø×—´Di’‚×D`Üð{w’‹nÄå¥Q{ó˜Ê=âJ‡‚H ·•d¿e6× ®”÷øÖõ(òÐâ9S”%Æ¢WqɵŒ3cÃiºÆñ‘Àn¾¨O½•cÓÛÉôv8. 5g ö½Ý*ì‡ÞÎZÖæþú"˜Š‚þQ(å¯$±*Ó?w°S@ þBÞ?Å)U—L¯ßmS}fyV4ÛöjQ"È7{&VuühX;š{¦KßÕ¥v´§®™žÜy²š_0v–8]»1w‰s§]wó}áu÷äm'Ë4 Ÿv_6ø,Êí–´ÛÔ9¼ÓÜF/lú—ïº"x3À›ïöÕçuE¬,ºhsÂ> endobj 454 0 obj << /Type /XObject /Subtype /Image /Width 902 /Height 529 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 46314 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 902 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|Õ¹÷Ÿ3e{Óîª÷nËEîEî7 cŠIH#PÂå†î››  @BrÓ \0Õ&`ÓlÜ .2¶\d«Z½î®´Ú>õ¼Œ´^«ØÒJÆí|ñGÌîÎiÏœsæ7Ï)ƒdY†aPEõú‹@ \]ÔÕÕ#„oŒóèÌnDQÄ˃1ÆS@ †£G‚A)¢S’$Y–¥>„%)Q¥@ „èô¨"Ié>( “A)zT’$ñ\úªRbS@ B’4R2ç EQa=*Dpß“ÿ"$@ Œ />¶†a–eY–UœžÊ÷ EQ²,+z”çyžçïûŸ4±ù>ü±@ aùå»{CŽòß?¸<<¯|´Zm[[›"F9Ž»ï>¸ÿÞï@KGÄ §iÇÿzË·Ë"/ ¼,rÚØŒÄ…ÇäÏ&6%@¸lquDI>Ï MÙ̺o8”ݤ€¿¿öú³÷/Õh4jµZ­V«T*¤×ë9Žã8îGϼwÿ½ßorú@âüÍ»þîØÿ³&äÌ™¦5YY•šF¨Ééywã.Wçÿà-5E QM“ O pùèÑÿTñ¶óœS0u‘Õ¤Ô—ßX(‡ÛÿÕöMÏÞ¿T«Õ*´{.©2p¯‰Íc8üÛ9óg<ú³»c4b]£ÃÕî›ÒîÅc žš¾àHñ¡Wž_.Nþ~åé#¹fÏZùCrí @ .:=A§ÛWöõöEËoÎOé÷œò†ÎmŸ8jòBˆ1i¿áP ‰Íç8.¼à ™Í把Š`0øÃ_þãŽ{îó‡å¼£ON|éÉ T°$SªS!¹ãŒEhõîúM… ïIÍHjášc¼u÷A°ZÌ“ G@(Äí9X€ããlãGç&’æVGå™z^b,Æ'ƒ¡…s¦ÑuÁ€µ Í‘šuþ#cà8n÷£³qê„1ÏP9©™éɰc_±,Ë‹æL©zv5Bhï±úÿû²bÜèœ Ê…D~ì+,ÍÉ3»Y›`3¬þ¯õ³fLŠ ã^oP«mhži€’š¦èTid ‰qöSeå?·æt­óÙ·M),¸H†zkó‰ÃUõ ÍmoþòF–¡oûåú…³§ ?ÏÿóÖ†ÂÃÏ¿»Ëô8”¬¾·­ô@YCVªô›1Æp¸ää’)iÿqËÂx«>Ä‹¥go~y:;#cðªt, ­Ü÷•~#n–û¿ýëoiT½ ûø_¶€Åd8¯å/^•&®(„ ÁjäóÍË(„üÏú òàó õÑæ=}{NüðÖnYÆPQ]û_ß[hÒ«ÿ¼þ@\Bjd¨0‚ (v¯¸KR¹ç;Þ¨¦ªëš–ÍÈ ßª1ÀñÓUí×Ô‰c]g§çèɲ”ĸ¼œŒpÀ²êÚŸüô:‹AóÛ7ö¶vø&å%õªÄÄ8޾*.1ôÚéê,“×ÐÜæîòʲ¤V©³³R«jžºçfX¿ýæÖö™S ÏfLƇKN‚Ac•ŠMMJHKIg‡»¦®ÑçÒ4•ž’X]׎¡±¥=ѳaçi‡;k“1nwvÖÖ7úƒ!†fâl9™©£¡…Ÿ[s¤¼å¥ GŒ*êãçÖ­hýÍë{z•:œç}'÷³ÔYÛÖ\ß7øËëKî»a|،붜lmwÅõ¨@YÆnwgѸ9®®Àñªö“3²’Ln¯Ï翦³Ú›Ê×ç·èYãS=~îg¯n5[¬ÐÇ{ª Fg;œ FLŽ.n  &Iò¤,ó¯ï¾^’ñª^þÉì“gÏ®;h50}M÷ÒGh$EVÈ_ÿs×S?˜yÕ>ùêë®NÔ5*#5iïé&Ÿ?0.ÝÝbмôÞAQ’pÃD‹AN";9¦±ÝóÏMG 2c§ŽNzoké©:gjœ™eÕßxô±µEðÇ 2ÎÉLUâÄl6ËÞc5-ÁšEc¾»r±—6K\è‰{—†qÝ–NÔiÎ!bÛI–Að?v×âNo诙^|ãœ|Q’?ýª ÒÌ»ŽÖ59¼«Ü:Ô[ÊGçe…Ãz½~W§X†IîqS… å ðGÊ[n˜“·i_E8H?¹­Ü¬tV½[:Ý€yŽ<÷çŽç§&cF•:äòŸ©kT2¬V«&å%êµì–âêc•m &gÌŸ˜±~wµQ/†éþºñø¬± ½òƒ’rÝßè4¯jc5:enzZ’ÏïGB`Iüã““U0-%|ÿú‰Þà»[Kç¦÷2Y—"îU!9í=ÖPÓ⎸jm£F¥§&µ9;º=&j•ʪ§»«¨WTûŽ7¿’{â%%\Ë^Rù¼÷ô’.™wvÒÿ—»ž?TœÝŠeü›»~öíy1F-txƒ/¼µ+3=-Înõø~½¤Ê,w¿P4<®Ï gç’ÇÌú‘ƒ <òì:‹Z\6®MÞ()Ñëôò“SC›|‹uö¬\óø¢ù<öëÈ€µ#IàóýU7ÌÎÿÞõÊêœgšÝÝm•¦þ²:×Ü io~q|æØ”ªÆŽÖÎP|²Ji,:½þë’š'‚öoÀ­½nDLsº/¯?d·ÚRbü7ϵ`rFrœ©ª±ãxeK§7(I2ì;ј—“a1•8eYötyí‰+‹rôZ–¥)å®o3PÚ´§bëÑ&{ŒEÆ\}Ck8†È“‚ NˆúlÕþÓíÇ*Ûþ:jåô‚dåߨîùhO…ͤY½° Ö¢…¸pÃ÷ùüjÍc_H(9Ó’×ËPïm+]09ã–ù£Ãßô›Ûš7`À‘)M3G*úÏ3ÆECßà@£3a3>^Ÿ‘l“Öá-kºf ”Õ:[\¾@H˜=>õ›JÎÏ¿¦%©W~ŽœhÈÌÊVì)E n÷;œ³ ›„$Ë¥µ®~+Xan<|~ zßɶʆŽZ a·E/ÓÉÓèl…LILòz‰ö´•E¹‘WmWIýÈÖ¨î{•x6+ÇO’Õ7*^Š_©äöD¸–½¤Š¼àÉJ3¡úL?O𾡼>È‹€Îz`òb8žp¨³Œ,+æ3J‹ ÷ã½¼©¶ù?Õ¬¬ýû-9yù ÇrŒîäéò8½öŒ`ËNT¦UÇw¼þ!MÑdd„pÍJÒÖÎÀÑŠ–Iù‰Ÿí¯Šô,%%$lÜ[þØ]E?]3]¯e·:ÙR¨ˆ%&TŸå&w@«Ñ¦§&×Ô7üòo;'äŧśïYQX˜ÿäk»0¥@ˆ ÇÙÒæ˜3.iÉÔ¬m‡k6ì,»i^þ’©Y4ME:¼0Œ1¢P8 (èÏåØwJ‘7Àk5*©{¤d|¶Çðúé©ÚÕ  ÕåûüÀÖ¸¸Ø^†ryB›V¯(Ê¡R²Ñonåžùò¼ mÆpÆ—gÔop–fê;ø^f,>ÝÎðÖâ3SòàñoŸãžœ‘LGQtßüüáƒ#ù¹Ù ×éÊë0>'^äŽÔÖ7QÜ]^‹Ù0¤«3Pë¾(ø3êñ&ö¶ü¹RÆò¼ñÉ}¯B0²5*,ˆûu‡÷;ß­ÿIp˜ Ü®EØžÉ+ç_;?cêDÅs)ˆrd¨¦|ßj¯PgG{[ë£kçYÚoĵÞ=OYík·F†Št+(ôö’ö]8¯ŽÍ•Öé Øò§d9ܼ5£²µKŸ–¾xñR‘ÑüÉ–¤1‹ W-&+î ׬$ehê½íe'Ï8NÔt&Y5á3,fÓáÒÓíþÉù‰!^Ü{¬>?ÔP[ŠÇãËO‰‰·¨JÏ8ª›:'å%˜ôjà›I»hJ†ËòzÁ`Ð+Ïš C€?$¨Xº0§[QŸn¾}јëgç…xÑâz}SSK8gç w1 ]|ºåöÅcVÌÌñø¹éÉ ,+é+ ”žD9Š‹µlpÞøó÷@­VÓ]ÒÈâÒ4½~Çé%S³†Rº¤~sÛé J2ÎI±Nʉ[Y”N—¦¨~ó|N–ê7¸ Jã²{›ñËõŸ~U Ë,™œAÓÔŽ¯k”6@¼Õð½UæOÊxÛ©‹a:I’ú^VQ£étÚ†&á« EãRÿàâ=%õ¦žüâ;‡ŠO7þê T©ŽUµÀ²ÙÞ7»0-ìñÈò½üý^5j€«uŠhiÝR“e™~£º MÈí‰p-zI#†àϳv>|2`à¾øÈ±ó$Ñ+TccÓãß] ¬gzá­]€áÑ»ç)«þçõaIÚo“ìö’ôH¦ÓW‘‚Ébëøüþ^fÌHK5 P^Q5R|~ Ê'©4*õáòªÛL•ô§ ÅÃtpßü$'%†í–“ñê¿KÎ4»NθyÞ¨/¬iŠ2¢†puª`Žú禣k¹cÉØm‡kÆdÆr‚HS”Þhë×ò‘ TÇL&ãˆ×(ˆô¥Ð4Ý7ªöž1 çŸÌ%%\‹’¡!,ã~–7 ¤e Å b—Ÿ€ÞÚeµÇ+®gÒ«S,½Bõò’JHHØ·oŸßïô÷ïßqÏ}õmî^I6Vûkv¬^6£¶²<1%m̸qH¥•öDiÏó£òÿïß&šŸ=i©„kM•=vB¥bÇŒ éóù+ªÎÄÄX2ÓS}þÅw-–µhJæ£ü’ÑYu}Ö§—ž.ç8~Bá QácI”N”–ôº¼Ül%Ά¦f.ÄcÀ:%9ÉhÐ;œ®æ–6I’Ì&SvVz8BQÏÔÖûý~F£R©ºº<éi)6kŒÛãimi†BBññ± ñq‘1¤¥&E¦èvwµ´¶‡¸C31VKrb‚(ŠáA8QZ¦×ë”Q桪©¹µ­ÝAQhÂø±å¶­ÝÑÚÚŽ(Êcnw¸LFCNv& ”g%Káü÷¼_3†3YQYíóòó²õ:ÒEž8yZÆò¸1^¿ïb˜îüùQòÐÖîpu¸yž§(dÔÒÓRh†ÒÕé·‚ut¸Ç§šI–WåN+HþǦ£Gk¼q±ö~M×˼]µ‹T£::ݵu J›ê7*„Ðùã'áÄlÐlþdà 7½¿nÕ-]¾ÐðCùÜÉÒS,C'$$˜ÍfèêêjmmMOŒ™Q˜ÿÕé¶ÈP ˆò¡/ßûϵsŒF£Á`è-Ik[:{%ÜZs¬ñÈ›-¦­ÍI ¾™sçÞtÓ ›>ݼc÷~„hQF5cõ“äò½8^zjÝ‹¢ÐG»Ë·|Ý”š’LlB¸¨oh¼{Iþ̱)j–v¸Û×|Q\Ÿ™‘6ÐlLpšӪY†úòÓ )£fFNCÄÝåk,Û¿då-‚(‚Ü7 $GJR¦?£÷G|ÆxIàCþÎéó–ÔÛz²¼ä&€’§òæg.nª8 3Å‘™:B_ÆŒ¾ë7†X»-%9‰4ÂeBjJò›_–ÿq}±ŒeËZcb2ÒS•©¿Ä8ÂÕ?ÒjT‹–ß¼íó>mÑò›9^ †øo>T_5—4!g²òSBδƒ'¶üä§OÀô™ÓdŒs§™©C À˜Ñ£ÎÓ²„KErrRrrRDÏOô(pÕ©Ò g5ëW}kÍyÎáÑßã³üæCõ™¹°—4Vk˜}糃<™@ p©p¹}—s(„¤£ŒÎ6ï!×@ ð 0ÊèìG’ÀÇÏ­ép9¸? @ Å?ÚÔØð÷¿í I»@ .-L¿ß/)@ áb€úÛÉŸxI @ —"I @ —2pO @¸Ä ÙKš‘™5vÜøÂ  'L|ùåWRRÓ”ïÃÃ$2þiÓgôúµ¦¦fÁÂE‘)ʲüÒË/5•[n]ýþûï‡?vttdeçtuuT)B)רÑÉ)©Êñïÿü ÃŽHÞ22³-^þøøOÄÅ'”••E‘è`,±íY®ææ師«+1)ùrÈ@ „A—tóæ/’•ã9sf‡O)ßjdü½âT>*7~üÆX’¤—^zùá‡Rkn»í½÷ß_½zµòqÇ.Z¸Ðd2)q^ôж­[‡š§püyyyo¯{«¾¾þ·ÿóìÎÛívûÏþ ™â?þ¯½ñá‡`(®/F³bÅòõ¬ðÁ*++›[ZæÏ›vÁö[ŠYEE=üSŒñÞ½û&Nœ¸wß¾Ù³g·¶µååå Õå†1`Œq}}ýÿûå/·oß–˜ðÜs¿û¿üå_þüç~¿ —wÛ¶m:­në—_*ò4 oߊË×Ü~Çãÿâý÷?øñ¼oßWŠ—ô/¾h±Xàç?ÿÅ»ï½w÷ÚµáD1Æ>Ÿoñ’ÅO<ñø®]»÷ûß¿ÿÞ{½,?ÔàýcìõzçÏŸÿä¯=Ô¢…«,ˬá\-Z¼há‚ÕÕÕ·­¹ýÐÁJ @ . Iz~>ûô“Äžõ^ìÝ·¯³³óžï~Oùè÷†ÿÁC‡æÎc·ÛàöÛ×þúðˆ”üö5kûù/|ð÷?øà–›oŽÔ"ý–"//¯­µÕãñ..~ì±ÇvìÜÉÐ̌Ӈ“‡ƒ‡Íš5+1!î¼óŽ+W ôe˜qãÆýæ©§õ«_Ϙ9cÑÂ…Q$ªÓé&N˜ðÙgŸUUWO:%üý;ï¾ûé§Ÿ2 ëp8TjU¯PZ­vÚÔ©ŸŸßØØØ7Ú¡¨ª°,;Þ¼áT›.§ `Ì`jc8­ììlZ]SS“““C:@ ® Iz0Æ“&Mü×ë¯p.¶û€eG*ÎéÓ§swôèÑ >\÷Ö›ƒ)ÅôÓ7nÚd2›çÎó»ßýŽe˜Y³f}Ã,##cû¶­»÷ìùâ‹Í¯¾úê'›6EÉ­«o½ï¾ûðƒï‡¿9pàÀúõë?Ù´I«ÕþóŸ¯UUW÷UoÊE!Yîí¿Œ"ø@FÖjµýî {1j£,˲,S‚(’î€@ „K5н| zýþ¨Ìš5kÿþ%%%Ê£“'Oâ!Ò7õiS§8p  aŒ¿Üòe÷2–ž3ï&Ï Q$´úÖ[ûù/¬Vë¨Q£SŠYEEøÃK³ŠŠÔjµÁhüô³ÏfÍš…£ºš>mÚ¾}ûZZZ0ÆëÞ~{ö¬Y}Î[KK ˲+–/ÿÍ“OžŠàù¼µoPÕ.tÃ'K’´aÇム‚‘‘ @ \d¾ /iB|ü_ÿ÷/þçÏxž—eyÙu×3f¨‘,[¾Bq\Àî];ÓÒÒzèÁÕ·­IMI1[Ì}Ï_»ö®ùóçÛcc?þèßCJhõê[_xñÅ'Ÿüõ KQ4kÖÏûùìÙ³ ¨hæÛo×fefÇ\©©©OýæÉ[n] iii|åå¾ SZzêégž¡) cüôS¿a˜h® MÓ÷ß_ä7 æÏçíwî¼k­Á ONNd"Ue˜I˜LÆS§O-½nY0üËŸ_%I @¸T „„„}ûöùýþ¿ÿïŸ_yõ/.'pGLC¸ºá8®°pBYÙib @ ¾IÔj5456üýo[uãMF£Ñ`0Š@ .1ä…¢„k•Juúô)RÕ @¸ ^R@ ‘¤@ „k2pO @¸,%imM51 @ aÄ]0v°’tÖœùÄ^@ „GÙrtP’4ð{@ ¾Èò&@ Â%†,o"@ \bˆ—”@ @$)@ áÚ¦ÿ{ ÷@ „K+I‰ %@ |c{@ Â%fäî9ž«­«iw¶‰¢€•Åûc†aôZ½Á`4™Í ± Eõxcш—Šã¸6G+EQv[¬F­ù& ‰Ð0íF ŒîNV«¸æ{}>¿Ï—p%–Îçóy|^{Ú…ÌF“^¯'×pIøúÈ×Å_’$i°7]†™:yÚ¤‰“ˆé„AIÒá«3µg¬1Ö‰¦PÔ9.XIQäy®¥µ¹äèúÜ Ú¨iGhítJw½L¥§~¿ŸøðGW‡#Öçñu557šÍ1¢0`À R© Cñ¼ñ£›6öQ¡ˆ¢(½^o2™Ô*5 $üÌEK—,%‹p©EÑãñ¡¤¤Ä~OeÙÝåfh& jµÚèD¡ ýöÝ €Y†5™L£€®ÎŽ„øš¦{:©­­Mwq$©Ïã ~Ÿ…@¥Ñè Ng¼Eëtw¸:\!.È…B‚(hÔj‹ÅjµØŒF“Ïç=UVJ3tNV®ÅC*ùeEñׇ~ð–U ¾…¾üÇ'Ž´$•E/ÅÉå \…’t8Þ¾–Ö¦)“¦…¸,K²–eY E©UêìdGvlï/º¶jã~íoý­!ÎÔK$jJÔz”fh›Á ÝÎJÔÞÞ¢Õh‘ øüf“IŪ°Œq(òz¯0Vi4jFƒP(¬©¨°ÅÅÙãã‡Yºº†Z_À7yât•JÅó\(EXVe6›'N˜"Šâ®=ÛõzÏsGûPã?X¼ßn[´p‰¢t»½ØgÝÝ}U¯.KÅ'Ž,Þ¿pþ"ÒîTSSÍñüyÎѨ5£Gù|c¹¾øîÄQ7Öß=jé)@d‰áê’¤áÎiÙŠë•áƒÁ<2`Y–»ïN P ÐÜg²ï·ì£U9fûC µÝãoÕYû;ŠyKøZ;´á ŽçUjµ Šá'R€#þBÝÇcY¦h:Äq†¡KRFåTRâyžeYN‡…Z¥ÆdËÂðˆ¢ÝE¶ ˆ¢i£ÉÔé9gœ·ÃÝi³ÇB¢$ó‚]E•dH²ìp8º=?ÿÙmv ay¤Z F“‰ã¹æ–ö¤¤${\E#´Ó32}>_}csRb«R Ïp’v¶·»].Á Šb§Ëc·[l&­NÁ@ t:¬J¥Öé\Ž*mimƦO)âyÎíîdš¢h•J’e9 ʲ¤ÕêŠfÌéQŠC¾dUÕU‹.QÄ®¢D1VºÃ³Ÿó(Š7®ð¯ýuÁµ$I‡ÓîBYÙ¹êvXt{K¡çžÔã% +ÿ¼Gtµ|®1$ÆfÜæm?ånùÜœ´’t¡„«J’†Ÿ 9.Ôë`’TìÖŠ‹0î‡tòîw,™ëT†g[2¥s°'ØñQG͹‡‡ö|ˆ1…¨@0€z–I!„"5iÀ1Ü kµZ,ã(MBŠ7”eYQ•ã©ruºlGQ­ÖŒé¦±cI #DAíãY’1%›Mæú†z£Á ¸Ç€çy,aZÃs<–eEžD‘=Y–ƒ,Ë6›-òîÚã,À KòH MbeCÓuµu¦Õjº[½Œ£Nš …\mí:½>àó«Ôê¬üQ*•*ܺYVe2[blö¦º:.R©Ôí-­F“IÕüwWg»£mvѼ`0 ‚Z­vwuÖÖÕúýÞPˆ‹‹OLL¶Ym¡PH–%F¢0ä_Q† …‚÷?pä÷zåOç.-ÅáÊ Ã0’$]SK6‡ÓîBgª+/à%ÕhÆŒïu“>ÎÊç“Gß Ë¾ø¼›K_0'® ](áê’¤=ìØö岫8Ž \X’Š`P†ì{Å»)xuzÐùšJ?$Àõ£›0ôû „°ŒÕ5¢Ô˃¢V«Y‹e,ËR(Äuß5‡Ž¢>Ã2T9Pþ†Ïñ–—kþò§¢{rDðà~<ß^RÃQE» £R±¢( *•ÚfµuttÄÅÅ)?¹::âãâ$I²£[êX”ÇØát€ò4ØÝ¬0ØívèÜIÚÓ`­1Ù,Ÿ§…B/OÔP¸¡¶V­V <¯R«3rrz¦†w«TªÌÜœšÊ*çÕ*U]uunAAï CƒHëäéÒÅ –òŸ/&Æ*Š¢Á`p»ÝÁ`P«Õúý­FË0L0¢iÊï÷%$$F—=¥c ±v{"tînn#8—4Üf† /,`£½íû<,cÄ çÓ²²B555¢(fff², ‚ œ9s†eÙÌÌÌä´´ê²2V¥’EÑÛÕe²X†”–»ËmµX†ñxÜ*•ºäø„¨¹Eó”_‹¿>¼tñr‹Ù’$)zT–e1*Iö†¹ýó…T*6|¬<ÌD(oDÚÝ@pv=Sé®M!Îér€ÝfO7è .#@#¬IU/'æ} K.†ÑbÜ•8úvGÕ+iS^#½(áꑤá>= õ:¸ðíJ’"ÊÿÀ ƒU¦bV+c$' ,bì—Å.µqж¡gÈ €„%޵¶·Ð4m2Zpw'Œ1`¯ßãøhš6̲Œe,w{p‡.I#=£555………‹-êêêRN8üÐÃIz‡9>Þõ~[I»+ÿϯ’EN„舢ÝEJRÇâB*–¥hÊf·:®Ä¤D·Û”œÄñ¢×çUkÔ4Máhî1`@Øát•/=š466–d©¡±QYòÎÎPCŸÆÝ=%½×£$¢qz”ESŒÕÕÑErQˆx‹ÍʪU0/ð~¿¿¢²"77*++C¡Á`À€YµÊb³º;;…ü>¿ÑlR¡ÚÚZ33³$I¤(Úér:Î9EsñÙSA¿Ï‡e wOR:-Y„¨.Y÷ Ñ¿ÿퟑ4F¸É~ä¡ÌÔî}jýÙ<ÿ»{Ý H»»€$E€ò8îýQ\vî‚gž2ÅXeYv»œ¥¿xâã^^øÆ¿L±vŒa¤ t—8«_u²M~MæJYu"Hí±w4Ÿº±þð=ö쇉¯”p•HÒ0;·o]¶|Uˆ …)I»Å(RnT=S”À(áLQÐ0* ëîíA×ç:Û2­y¢´‚@³hè#‰Êh¡Œ®v«ÕÆ2¬ÓåˆüùÄÄ$ŸÏÓåqk5ú¨þ{ Ü;Ž'NL™2…çyY–ëÞ~Çóù{3¿Ýña[¥ËÅ£÷þèè½?CnîÄ¿ýÕ<ô„ÁE»‹$66¶­½Ýn·‹¢¨Ñhi†v:–‹²û… @ !>ú}ò»= ÅÆÆFît£üU´£,Ë111æs…Zt;Cõ{óÆ#¾•ßçE‰‚ Õë•—ÌÌ̪ªªP(TQQÇi4šŒŒ %W:ƒ¡Ãå¢iÚïóµP-m-'Næyž¦é†ÆúôÔôÈ)@S&MýrÛfw—;<'?¼I×K™>õ§W^ýá}ÝÓI_ûÛÿ€Ñ ï‘Sú ë“v7´v‡ì¿÷Ç…ß¾gôÌ"ï‰íù!Óé²ùÿùŸ§öìÞ¾öî›¶luMXö´~î¬|AâqÙ 3'¼* µI¬:d±¹pÅFWý‡MG@1f{Θ–“5ø„+F’=z4 ôó²å«z\X’Š¢â1ÁʆL"׉0™5ßÐUÿû®Æ¿«uñZƒÍÓô§ö '¦ô1ùÛ¢iž€ê^+ÊqA„ !>ÁÝåV~µX,³%Ä…$YÆ€%I¢õãiäÀ½^¯Ÿ2eJIIIFF†ûÔéâXpgŠ{—™©??g+«Î2OÉ£ÎÛ¶Ô6 ‰¢ÝE²¬Íju¹\±±±4MF·Û­ÓéžÇwvv&ÄÇ÷z“E’r:)-ÅÇÇ+ÏŸJû’eYŽã†¿3Tÿ’ô"lD¥ÌpdY£Õ*Ѳ,›““SYY©L+T«Õ999,Ëvo*§ÓÉ’ÄÐôyºÐèòx† ü*•º¾¡~Þìy‘¿Ú¬ö›n¸yk”’aCíõQáÜa}Òî†Tºm[lZÚ¨ ùgžip:¾ºa9P´eGvfÖèÛ×´îÙ[²ùó ×-N‡‹ïÑZÒb3'¬c±Ôòla «îž„#qåRà¤)¶Àšò¶ß]Ò^ýNë‰ÇR¦¾¡‹™BúU Iûý6%× ì}\â¶Ýg&Lþ±fúL)Y”dIž¡ØÎŽN½žu:ƒÞ K’,I,Ãx}ž` à÷T¬F–$ŒeI£›’9p?qâƆ†ÖÖÖŒÌtI–xŒ[64²~ ¼';ÏöSru²)EÞºÂ5Eí®¯*ÕiµG{¬=ÖÝÙÓÙáÒju§Ób6G¶ñ(Ai_6«5ì%•% uo¸†cIœ‡ßï ï %K’( Q¤+‰¢,Jò¹/l%I–$QÚˆ*ŠäDQ”DQEI’dIT¦•’*©+Rwg†eQ”¥n†Z.ŠB¢("DaŒY†áy^­R_¼¥hPã9’ExIú ë÷ºvwAZ±4û©ßxKK›œí>ß 7¯F€ö½õ.£V'ø}y¿}êëc%Qô†•EoÝþÛó–X’‹®Íëx¢€U'P(A½Ê%“D¯È;O1 ½!öÛ“åª{·nÿêì…GÈ»—ýÅ\`à~ïî×-_å÷ûÂîÖ% hŠêN²g½aÄ"ˆ ˲ÉX¥Ï8Vþ·Â)Ñ.þÅcl6[0ƃÁálQ’%†f@¿Ï/‰’ÕbcV­VSˆŠzä$¬GÓÓÓý~ÿ‰'X–Œô¹¹SÿôÇCßûþxšŽ¿>©êŒ·ôØYUjW-|ü¤þOí®/F£Q”¤öövA0Æî®.¿?`0¢{‰è¹Nõï.RZº$Ë6»Åd4Ý*Ú5OýzIe,+mö6¢zrjFÖ¡@@¥R`Q«ª«8ŽS Ëq\eUeNv޲¯V0PRÑ }(5«âxN™ÎkÐÜn·ÑпbàxîÐáƒuuuv›}Æô™Êš§¡IYî#Iá‡Îî õÀCüñå?=ÿâóÊÇG~äÚœ?œv‡rº: 11¾I…û®_¾ê¦Õ–+EQs>úhÓ¿?¸aÂx# v‡c83"(Ƙ2õæ’ïw4¶&1Ø—Q#ñ ¢àYò€,“¨7.AHÓÙüoGõV>äO™ú.Ñ£„+‚ HÒëzÆ/®üÀ½$DÑ Ï<³ˆöHÙ1ØQzñ\ÿG’Ôðwvt†BAŒQ‚( zƒ0öûý/I¢ ´éô:»Í®Õi‡?pïp8<¢PeYE!sÍšú]»+ß|Ss¸kÌš”–6.çWÏgÞz+©a„(ˆ¢ÝE6À¦ú‡£aŒ1fUªäôôöövš¦=]î¦ÚZ„FÈf³¥¤§‡·,*¦¬¬,B+†7{;« )Šêrwuo£3¼¡zö6>÷Ë‹°•Á`ðvu!„~¿²‚¾¶¶– qj:';ªª«¸WSS£¬vòû|Êžöæ!®m­VçõzLF“( cƌ߶ýËÔ”Ô~¯ægŸ:«hö×ß\ßP·uë–oÝpSt$Œç ÜGNüõO¬=6.>~÷Þ]E3fÓt¤zÀ;÷ìÈËËÏËUSW­×ÚÚÛAêƒDOçŠÕ*Ud9y㳿*½]OI»$6«Ýët˜:: Ú:ö|÷žyÿz!عö®1wÜÎ8]"ÞGm6‘!~™!~Y¨ëXÇ™WÊöü÷¨¹Ï`Ј\«…1Sºõ:û¢ä)ë5æB8÷í±ÂåC4÷ûöìºnù*ŸÏ>„“F†ÿ(…¨qzvÓ`eÉD¼¼N‡ë%xÁl6+£êá—¹AÏkH”¿’$uuuE­}Â+î•Û˲¯Çëõú|>]|ì¼üíß‹—ZÝlHÛí¤Î¢#Šv§Ðári´Z£ÑØÖÖ&KŠw8<òtv¦¦¥µ´4 <(Êh4êôz—Ñ”’2"½‰Z£6›Í¡Úér"@"9Ž‹Ü Ftà^ñ€"Î6¢Š"9ƒÉ„EÓMuu™y¹ééé‘y`&;;[ùØTW×ÓÉ€qè^ÒÔ”Ô’cG[[›M&“ÏïY¶dÙþƒû?Úôá˜Ñc’’SdQtuv:|(+=sVÑœú†hii6›,Ñ9¶•üß}×wº_o×ÏžPð»¿yò5¸Â)êv§€PË~”ôÝïM*C«Uø>ÂxâÚµ…3‹Ð®½í¯¿–þ‹Ÿ Y5æÂ¤‰ÿl>ú}gíG1)E!ïa­ee{õ[:û¢¤‰ÿ ½(áJä" ÜËâÙ›VÄKOPäfÂΪIøŒ1DAYƒ ¿N§×ê´Ðë£ Qo¤¢ èQÅ÷ãp8ÚÚÛ&Mšg7õ<ÏëÒÓÔ÷ß·wë6:¨žùÄã¤z¢#êDg{»V«kmm;a‚J¥:¼ÿ`YJHJr9¡`PÅÂ)SããGŽXmvg´’´_¨<{ÆÅÆgg¨èyßù߃܈j¨:;#;«ª¬L£Ö„‚ÁšÊª¤´4µZñ¢ž¬ÇñÍõõ¡`¢éP(˜7ôW7)L÷L@떤Ѿn[yM”(J¢€/))¹©©ÉëíÞÁ>11©¥µE«SÞ-`Yîžœ4M«ÕjÇóõ‘¯SSSn»íÖ´ô4µZÃóÏs‚(„bm?ür‹Ü3ÑÔ0BDÑîÂê ¦%p\(¤iZ”D†ešÖh4¢(Ðíq»µZ-…( òˆ½‰^–%ŒœNG;C–åhÞ™Ž±ŒAŽ|ÿÆÅKN£ÑįŹN•Z%ð\MEyŒÍ¦Óë5:„€ßßér!„(šx>.>^£ÑDgÄø„Ä„Ä÷>xoÕÊU²,W×TÄXl“&Lœ9}†$É¢(z½]ÇO–è´:FûÁïO›<-=5-Š´xžOJJ’@QÆ”®µN,úv×ýÔ‚¦­û¿ƒwÞZ[;c²!àÇ€½Nç¿^oâ¹E?ÆýÝd£»é)ã~<ÏóéÄ`WyLò}þŽc˜Næ!•J6$=*áÊ–¤á¶òÕÞÝ×-_åõzƒ»9u»("¦‘âž'rt6‘ždDIÂÑî ,c,c,ˆ¢\§7°*UjZjØA"ŠRxq„ Š–£v“Ò4-ËrII‰V§¾ã®Ûbb¬µF–åP(ØÓ‹]ž.yvC&\ÓD×îÀlñuyôCùé2–eŒ&S(²ÇÅÉ[ívwG§ÞhlnhàÑh0ðo±ZGª®J²¬´b{„Û+[`@úú&I’(šƒ½6 ¸xÉ™m6N:.­VèT~ŸÏëõÊ’„hšFÑ,+ B ´ÆÚcbcEI¢i::£Í˜^Tr¬äÍ7ßX±r•Íj÷zºÚÛ[yW\\ ÍXclõõõÛwlËËÍ›2e*Žª×òù|MMMÊë”qÄŒ)܇ð—4MÇÆÆ2 ƒI»;/Ý øzniæø„¥Û·Û¼¹øØ §ËŠ‹K{ôÑ[n¼0t/e€PÏ6ÑéQAB!.ƒN»¦­z%qqkõîöŽŽŽN§Õê´Z Ã0D•®xIf¨‚ $$$8y|ü¸ÂA6ƒÊªŠX[¬U·Î  „AßQ‡Ïç“åðd¾™ ‚ l[È ‚*báÅE!ÔÜÜÄ‹¡‹æhµZ•J €9>Ô=… K²ìñxˆs”0L¢@4[,í-­F³Éf³Ê²Ì…¸@0Ÿš¶ØØö–ÀX§×iZÅ®.ÉfJ[øN9¨¡†öÀ)Ë<Ïëô†®ÎN—Óé&Õhõ#žÆX’eŒ±Þh%ÙÛÙB«biŠB…z6dåyc9&Ön²Ä(ú jIÊq\zz–ñ¿?Ü`މÉÍÉIMI‹±X¹PÈð;®?ø'LLMImnnÑê´:­vHR&--­¡¡>99!ÔKw†KÝï7M 6›MÅèf¯^#íÎåê iJ…„¸¤ð— n¿ëü=4M»\II‰Ñ¶5ÅK*Š¢Àó|&²ÞWœ5ƒGÈ:‰QeY’Gn’pI%iOßäõtõ:8;q9znóæÏ×½ó–$Šgûºsz¾³B±öØ´”´ö¶¶¡- ! ímm¢ (yÖj4’$™M‘{°!š¦•_EAhmi¡ŇBªA÷³‚ x<Þ†¦Ú¬Üt–eÏ/p ôÝ2Æ~¿“Ž€0<†Ôî"ÑjµÉii­ÍM<ÏÓˆbÕê¤ÔT†¢šF?¾îÌoW— I MÇØmjµÁÈ ÎªUª²Ó§ûLJ<ç£N«RZBj•ÊjµYÌ–^c#ž`iZÄX§Õ"VÅú¼^ãB‚¨lƒJ!ŠfYNg0›ô:½F£¦)Ša˜è (IÏq|(c±ÌŸ³ ¥µµ¼¬|Ïž½`€BË0µ&!>¡ ¯@«Ñ„‚A@SH¹šƒÁÆNøêàW»÷î’@¡(J¯ÓŒCSÔµóŒU»Ã™éY/½ò‚²®w0Ð4™žõü1@!Ä0ŒŠee0 #ÒO6žú…÷¬ÉhÑh4ZF­R14­¬â ^•-I£¬¿Ym¶üüü¬¬ì¡e‚¡í±±ˆ¢†š®J­–1·»«¢¼b ±&“I 8ø´–½óö;>üðßÝ{œW7/]¼”´~Â¥Q”=.6ÆfEQ~U¶-S5Ã0Ùyy¢(*^𦕑話 ‰œEZˆ¢XŠ‚>~Ü$­v uöUqQ !†e–U©Õ&³YŽW»Ýn·Ûa„ªÇÕŠÕj͆ÜÔ”´¡Þ¹¬Ã˜3ƒ(ŠÐhµ¬J¥Óë%I’bAÚD) 1 £Œ×+•\>Â/I£~¨b&%99šÞ9ªgq–aXƒFåç 9É¡$·jÅÊU+V^Œ˜ „‡¦(:rÉs+$CÓL¤mäª+úf›uÁ©AÃHNY1EÇ9Bea†eƒ^ñº½N—•eþHov^Ô*URBÂ7o[ !ªWC¹|„«T’ç>A6ž @ _’’+@ Â%–¤ÄÛO @øÆ ƒì@ "I @ ×6Ì%%÷@ „o â%%@ \bú÷’VWWÓ@ FœÑc+Iû=•p±Á 4fìøÂñQT³|B ¸ø ÁdLOÏ øýG¾><ᢌÌlšŽæ.BmMõî;1–3³²ЈÇI3¤ņ]å“ ÇZblˆW_Mæ˜I…c?+®$’”@ IJ¸D’TàJKOŒ_¨×놎ú½¬&‹iâ”)öïËÍÍóyÅÒ“',Xœ•“uÆX–ÍÍ…µÿ«½IÉÉ,ËŽxœ:ÆÐ÷œö¶ÖÊŠrOW×¥º"EŒÆÜ¼|¸´9! —¢Íé3Þâ JWqW 1Ä´»<ûöìºr«Ü•Rý®Ü¦qÕôN×x¯ú›N\|‘¤W$²Œ;\ÚqZ†¦Yš¡èè%Í“ËéB…1¸Ýîô¬¬ág/==cóçŸI¢È0ìˆÇÙ¯-=ybòÔiv{ìpL1¬+"IN§ãHñ!I’¦Î˜y sB .µg[km©,ËWwo@W8áÊ­rWJõ»r›ÆUÓ;]ãe¼Úo:Å0$UJ$ée¥Je€…( QÑïÏES¾gcŒišþF³ Ëʲ,c|‘âìEeyÙ¨ÑjµÚëõ\Â+¢V«óGT–—]òœ‚(¥`hxêþ•WùÆÉwüüWz•»Rªß•Û4®šÞé/ãU}Ó]Y^F$é• îá›I®¼¢ìÓÏ6­\q}~Þ¨‘ŠóÀÁýŇM2mÆô™ÑÅàõz-ËåðʳŮ‚—G\a#·®bXêj{_Éå\ý®Ü¦qÕôN×x¯â›Ž×ëR"I/?= g%)ÏóÕMM‚ ôëbÙä¤äüœ<•*šuëå;vn¿ý¶;6~²ÊËË‘R>ôðƒ¼üÇ?D-I1Æ€ÐåÐ&Bßä)È:,ªû¡íêN’^ÎÕïÊmWMït—ñê¾éIz¥«RWDzʊ™3‹nKË8Ïùuõµû÷5®`ÌùdnÕ¢¢¢|Ç®íß¹û­V÷»ïyãÍaŒ©JÏß`¦N™öòÿ0uÊ´á4*|99ÃðÕâ™»Ò ÂÐÐÕÿÆc†Føjt_Î…ºr ޝqƒk¡Œ¤Èƒ•¤©iéìOHHxùåWyä§#IIÉÍÍM‘½eùâ¥~9éQö”@sKcJJªÃÕ&ŠýïwÃ0LJJjsKãØÑCJ(¬GYVåñ¸u:ƒ¢J`ø¾ÒéÓfLŸ6cLqY]—«¦‚]ѲŒ±Ü»V›Íb±P%Šâ]wÝõÌÓO_éż*e÷å\¨+×àׂñšò’^³E†!yIeY~ñ¸Ø¢ð“O6]ÂÔ/‹Š1p/"…¨6g+ôÔN𦭛V£ †n—$Ëvkœ ˆCª¾‘z´¹¥qÛ¶/-Z’”˜2Rªôà¡Ê\ÒáSùrjòÕÒ;\éaéî6Ò÷§Ý»w%''»\®qãÆ¯^½º°pü]Lùj¼!]Î…ºr ._ÚE¾öô™|MJÒ!,ë~ê©§C¡Ð 7ÜxÇwÀÖ­Û.Z<{ÎÜ%K¯;YZ Çefe?ýÌ3sçÍ›=gîÉÒÒ{ïýÑÔiÓ¿uÓÍÁ`Ðï÷ßýíïÌŸ¿`Á‚…ýü¥²jÕõÐ÷ä^©‡ñûýͳ¼BŒ0>G•ÀèܱcGMPþÎÇ•®;ùJ!Wºntî¸Ñ¹c#â–FEþT^^©G?ùô“´´ŒO>ý¤¹¥‘eUß¹ûž»¶———á> gSSã›ëÞx÷½·kjÎ(ß(sI‹R>VŸ©úçk{ç½uMMçs £©TÜIsàÀ^={8ppô¨(æ/—2ÙÏ~ž4ñ êϽ‰ o~S]ÂäÉSZ¶ÔK=r¸E‹ÏžíÝ»ï¹õ‡$R•2 í$$'011QïöÆ×oÒpp9@²˜_Õ«w6›}÷îÝ3¾1·° 6nüÅÀÀ¾þzʮݻǎ{âäÉ-tΟÏ€êêjàþýûsçÎKO?ÕªU«‹/Ž?!/ï< ðüyuHHÈâÅ‹ÓÓO/YºôÈ‘#À$¨¬ªòððˆŽŽþþû5¡¡a™™VVVC‡;p0©G`ºpºÌf2E H¸yã†T*ÍÈÈ´°0§JØF{U):ï$9™~J»Ôç¹"2™L“™SUtëÖºµëŽN655•H$7‹Šç’z߇üÛ]T™©˜xÔÕÒä‹pÓ.\t}4L’··0jhòÁýûLLL%'O›>#/7›Åb5¹þb‘¨É?@ßJIúÊ5²Ì̧OŸFE’Ÿª¤6´´´úôî ÎNN;w¶´l.ÎÎ%%¥ƒ‡ Ž^ýÝüù>ÞÞÁ=z¨—ïàè açeË—™´mÛ¬ÊÑ—'IåOž=–_¸×ÓmIÈ$ü–&„L"‹y<>‹ÅÒü¹¶ÌìŒýòxü{÷Š$ìݳmg;°ílGäþƒ hffѧwȱãÇ&Y¥‰ÌÊÊÊzQ½¶@gìèñ›¶l$ R~/éµkWÓÒO~1a"Ççr8òãGCW06L:¿=î󉓮_¿Ñ¹s'8söìêï×›Åþñ‡u{÷í«‰FŒüTGGç×-›†yí¯8”œòóÏ¿°Øl33ÓÕ+WŠD"wOïÏ>üçöí’â’Å‹¢]\œ5Qæúõ¿_¸p>'KKK‹$ÉVúú_|>$IÆ)<½}?û4òô™3A¬ù~õ¦M[ LMM·lÚÈf³ÕìÕÖÖž8éËòòòêêj‡n+b—óù|U:ïÝ÷ÛÆM› [·öôôRåWU^Ul¿y³hüçŸÜÿ[›6mfΞÓÎÂâëÉ_;—±fÝ:±X¬-Ð^¶l‰­-Ý󺺺ƒ† É8{þþçŸéßÌHN:¸rÕê& —Í"I ßK Ç377¯¨¨èݧ·OPPPüŽøCÉÉ<.÷ÁÇZ|>IŽŽNß~ûÝìY³}}}{õêEäÙ3gŸ>}:lè°KYu5I$Aêèèxyz‘igk[|·˜š‘.$H@Ò'„$Hgg;[[Ëv–$Aºº¸ß½Ë(œ®úÌf>¢û÷ïw0éЬ™3Μ9ëíå•——GÝwNyU}²ikkÓƒ¨gg§çÏŸÏ™= ò/_Ž^´xßžDwOïA<­¨¸WzoÎìYnn®@—S[[;}ÆÌ{¥÷€ÅruqŽ^¸ ÑéGO űŒyN×G$yxù 2øöí;¡}CN¤¥5T·Çëêê¶iÓ†$I.—ÛÅÎŽê ”óff¦°fíºôôÓÕ55kV¯¢’–Q¥†F§q^Uµ:©ZLèñ¥÷¤¦Xºlù/ÖÖÔ.[º„ê)?œåjP-ªŽú·š9Œ Ⱥ~”J¥3¾™……Íž;÷èáùñ"O’!CÕÕÕk²"5"ŽŒr”\Ô “§3óÉ“'A=z½VMŽ_EWÜúûï¦Ý»(II’tuuݵ3^©]KK‹Úàp8Z‚Ûl["•thß>ãܹsçÎ¥;öãOëKU#_óÎݺvmV·2©H‚P|U¾MW›£ô ràµ0¾YýЊã,‘¨’)•JäOGÕÖÖ–•—U=¯J9œÜ³GokkëœÜìüË—œ\Ü\ݺK‚öþ¶7¬oXm]Ÿ/‹4‘èx(9ièàa–ŸŸøóƟı­Ýµë×ÒO§Mš8™Çã—–§I W#S“òÂ… ††­Ûµk×/"üÀÁƒsçÌ~ðàÁì9óv}Ò¡ƒD"¡VŸ]»v !I²´´tÉÒeG'·mÛvíº–,]¶vÍ÷$IÖÔÔtï8ã›éYÙ9ë~øqÇö8M”¹zíjçÎå+5…ª)ž?îäè8}ÚÔM›·DsðÀoææ'}™zìxhß5{è³|Y+}}X°0úÀÁ¤áÆ2ê\ZZúýšµ©GR ,ŒVsÖœá €AC†q8lèhÝq믛ml:~>aÂÌÙsú÷ëW|·8fÙÒƬX±'!A_¿å•‚‚™3gN9D÷|uu¢Ï©ÿ›6<6°HèÖQ$iЪU€¿ÿ©ôt>ŸŸ˜xúÔ)_6n,**’ü¤}û¼ÜÜÓgÎ9rdíÚµ§ÓÓI‚pwsÛ»g’(.—KÍÂf±‚’ÌÊΦ ’äóùTO›­%¼Øæp$ £pºô01¾—”èճ瘱㾙>í`RÒ¸±cóòò”.ó©I'??_z£óäÉ“ˆþ§O›ÊãñGŽNE$0 Àß_øÏíۣnj=“~êÉÓ§t9gÏžÓÑÖNIN¢™Æ¥ßÖ-›=1äcóüá£Gt}H’¬®®úùÍ›;çØ±ãÐÍÅŹ]»v݃{xzxº»»F„‡ zÎS>··ï2uÊש©Ç¨¤U¥RC£Ó8¯2®N j1QŠ/‡Ãaìùüùsû.]æÍ“Ÿyò”©çΤS§åä³(n0õŒni’Ì¡.Æd@ÿ~Q£ÆLŸ6•Åb%:4 ÅãEž$¥¥¥ýÖdEjDåÐ]¤‰É”ÚÇŽ355mÑ¢…&úkrü*ºB&“9¹¸5aìÞVIÊår@"‘ðx<¡pîÜy—/_vrr"⯫W_[–——·nÝ:,,Ìßßß®‹½T*¥6¨35»bÏìœ+KK ‹fs–”:S ´ ÷º-ôÿ¾¡üü& $uà0<îÒö!ÎQ‰Ò‘¢´?8ír:c’ùor÷ î™–žVS]Ó»WßN66$Iæ_¾8eòô~ZãêâjÛÙ–ÇåžËÈH¥!½û¨É0E™ÖÖ{õܸ{䈑í,¬&MüꇟÖݹsçúkS&Oåóù%¥wBz‡thÿ‰æY+‹éûö ‹Å}Cú 9uꔬìlw77 ssª?‡Ã¡6‡‹Åâóyyîb±¸¿~ÃGFŠÅb±X,ºuí*‹Û[Y•Þ+eœ”®ŒT*#IB©QÕZZZ~~¾b±ØÎÖÖú“OŒŒÄb±}—.ÅÅůݻwï¾´´S\÷Éã'”iŒ:ŸÏËóöòÔÓÓ‹Åý"".^Ê×ЊÄÝ;Û¾¼Ô@u2xÐÙ³g/Yzà·½2™,+3«¢âÙÄÿM¢úT×ÔˆÅbºç%1I¾ ‘HH‚‹Å2™¬ ÃÁåP—¯™Vp I kjj²srFŠzVùÌÂÜ\[G› ‰ä”;;;Ȳ²²Ö­[GD„Xw´‘H%þþßÌœyñÒ%g‚ (ùòÿ©*õ„W[…Óu ¯„\s¤¸\®½½}j걿ÿù§kW{’$%‰<áÕ§SV&I¢btôôôÜÝ\¦úùfdf};o®X,ær¹îb±ØÂÜœÏçݺuõ¯«t9:ÙÄ®\¹dé27WW¡Ð¯Ñé—rø0=1Ó†žçŒÉ)‹y<¥y£uûu˦7o^º”¿wßo {ö$î¦ç¼H$ÒÒÒò Åbq7‡n߯]«F¥†F§qš3®NÀ¸˜ÐãûI‡Œ=9N¯Þ½Äb±½}yOÅÙ7zF·4Uæ¨Z@LLLŒŒŒrsÏ;;;M=¶ßÅãEž$š¯Hˆ#£º‹41yDäg,«Mõ߯ÖD _EQM»·x–tÔ¨(_?cc££GŽüºeóÔ©ÓDb1A}CB^[’þõ×¢E‹9l6 dLÌr5õ¨ªÎгË{®ˆ]Ѭî%}yÙ^ñ3—ºp¯««w/ëÛù׎, euÀÕ1®V ‰Î=gÝ8¾œm=”¹Î}y/ˆ¹™ùèÏF+Þªâäè¼îÇ5ÎNÎÔŸŸtøä“Ÿ¼þîò•»¸l;ÛÊd²øøø¨Ï>k×®ý”ÉS7mÙ8eòT>_«¤äNüÎ}CúÚv¶mÐ-)ôâµ¾¾>---''7nÛ6¨¬¬ÊÊÊ’ãU¨ÔBýõbüû-™ÇåR,©áwtÛÎn\¿Q__/¿,/¿DЧàóxT#›ÍækñåÛ‰DýÞ ü‘røH®x@°;!ñö;ªt&Ià¼lT:uшë_”«‹KJ´´´ž=«411!HÒ¡[·Ÿ~\Gsé+ßð,‹%7U8¨Wå“AÁÁ6G$÷ é3**Š$Éøñ ÔÕÓmgaAÕ–ó,äpØ$I®\±‚Ëᘚ˜ìؾí«É_‰Db‚ ÂBCºu“ÇRñÿAAt¯öyqãÅ6ŒÂé:“™ª"6söœO#Gʽ§xÖGM:©â+Ñ1|غzüøqÏÁ@$‘AuËT"’d”caaqpÿþóçϧŸ>³5nuŠ¥éǘŠiCÏsUv ´´Þ\·N66llèïí+¼s÷.ãjÃçñ¨ 6‹E%­*•Æiθ:ýqñ"ãbB¯ªeGy¡ %Ï«‘b8êßjæP2. á)GŽÔÔÖØØt¤îÄ '‰æ+RãŽ2F9 ö!Æ];¶m•Wá"‘èµúkxü¾êŠ&Ž]Ó—¤%Åw©¥K–,]²„ÚîÞ½{÷îÝ•®ÚßþçojÛ×××××—Úž:eÊ‹Stªï •¿‹”ÚèÙ£½³âìrè<ý×+RêfRÅ’T~áž”IuÍ\€Ô˜Ø‡õm»ô‘TÞiah¥kæB’óq ¤š×I8;¹8;¹@_9A—ig×EF[·Å=ÆÒ²Ã´)ßH¥ÒââÛqÛ·……†ÛÙuiè+-è¶œ<™æâìüó†õÔŸ&JN™=sÆÊU«o߾ݾ}{êž¶¶6u–Nþµ‡$Iç+W>xðÀØØøÀƒžòUAéB³&ÊØØØ8»8G/Zòí¼9-Z´¨ªªÚà`ïÞ½^?©<š½UUU&&mµ´´‚H;uª£µµ*]œÖoø™ú:{îœÒ§f#JÒå1+‚ƒ‚¼½¼fÍ™³71ÁÃÃ}yLlaá_öö]‚¸y³ÈÖ¶³‡»›’ç[¶lYWW[YYÙ²eËììJO6›Ý„áà²X,º ÷ï—ÓíÚ³'QùÂw¯^½zõRl€      ÅF-à^i µ×¸mÛ+^&øZZtŠ=ý„~~B?j{úôiTºpF4-Iôôô7vLhh_¹»^y>Wu:1Q):ŽŽŽÕÏ«ãâ¶mÚøâ‘[A>r´_Dø¥ü|‰Tjii©Ó¢]ÎÇõõõƒƒƒ<==ºK¥RƇ-^›~Œ‰ñoÚ0å9£]Š®hœn¥¥¥Ož>utp€kׯ@kzγÙlzÒ¾V% £Ó8ÍW§Ú3.&ôøÞ¾s‡¹§L–z45,,ôòå?Åb±¥¥¥š’”ñ¨oBU•¤Œ HŸÞ½6üüKEEEDx¸RÝ,ï¯ùŠÔˆ82Ê¡»¨áßß^¯¿†Ç¯¢¨&Ý»¸—ykîH’d½R’Rî[´a³¹$!5êè§eäЖŽŽq[»|ÃέÌíAuE¥þ] ù—/]þ󲓣U˜j^/ÒeÚw±'d²Í[¶L?Á¢´´t˯["Â#ì»Ø7â.úC))ýûEÈÛƒƒƒV¬Z½pþw‹-œ:}I.gÍ÷«­,-‡ Ô¯ÿ@CCCêfD’$ÍLMgÏš9fܰ07_¾l‰ò7KÚùõÊ|¿jå?þ4`Ð Immí!C¿~ ¦³>jöúx{<˜4ñ“tZ´051aòRg33³ ãÇŸð…©™©~Ë– =K:lÄHöË›•“ÌÍ=_t«hþwÛ8NpPPLìŠè… V­Œ]½H,Ô=°sçNFFFtÏ=ù«±ã&XZY¶56–û³ ÃÁã°TÖq͇¥êXf±XÔ»&þõ׿–êÒɨMzéÑé×/âø‰;v¤êêêÞ¸qsȰõõu+c—³X,F9ׯßX³îêÔïœÙ³Øl¶†·Ç)-&Œ‰!ïÆ˜çŒú(º¢qºIe²\_RZ $©££³|©žžžžžžRΛ´5¡'íkUÒ0:ö*}uRµ˜Ð㫦çÕk×wìÜU__·"f™ü™ZÆ’”ñ¨oòÌQZ¸x\㢫«ëâ씕»|™ªåWó©qTµ²)¹èM.)¨Ò_ÃãWQT“Ç®A°ÊËËkkkkjj¶lüùÇ ¿<}òëÂ÷Âóªª=‰»½½½Ùl6‹Í¦Î´ç^È›2yúÒ¿E"‘™‰Åß;ì¾"럲1‹£,6IÊH©1ßÄ-çgœà½”´ÌŒŒofÍyüðá¾½{Æñ?5mß6õëéë~\3:ê5¯gŠß¡­­£^æŸWþ<”|¨_DDrJJÿ~ý_+S¿•Rû±#)NÎHh®\Îÿp”ùÈ 9—si˜H±DܼWƒ»~ ðqy/SÏœ5; ,´/ˆDâîÁ=r²2š}úýw7Ѽiã‹ÑùÐLþâ{år~HX„š÷JK¶lÞÖo€žžž®®.ž%ýÐN“*|ý0jcôÇÅßÝ\Ý9.˜º~Vvio{ÿɲçeÒÚ‡@HI’`ÉkÝ©âŸsl?Æ{ì”îûT±›ãº×8vslØ»ÇTËtèÚM&•ÄïÜñéÈOºvkô+ÍðEÑ:\Î+Hs…Ëy‘*++ûò«¯ÍÌÌúôîÅx¨y§ßGøƒ¢M_ŒÎeò(¾ÿ.}X~`)I’$ëeijen~ëæõìœ,ù—ºˆî×¥.¶rÚÂÄXÔ þ²ç%”\H$]–€ŠûÏÔ$¥£ƒ#u"“lཤjú;9:[Y¶700x“ƒKR4„ зÛþwÍ|÷‘255=xà7Å<áóxYg±$m®u“Ç£óA™üŠ/–¤vMúò/‡ÛÞ²}{Ëö <ëÊÏÜÌÜJÔ”½,@Yì–V„ýL–À„Tu–´É“òu2[µjõ†“bIІ0,X`}ËÀ{9Kú‘§ßGX’¢h2–¤ˆJ¨‡7Y¯MEÓî„é+ï: ^Í`6‡Ã~ù¦}‹U]]Í~ãçà™ì­ÊÄ’ ÑhÁb ©Ê_oÂôÃCKR,I±$EÞA=ÊjmØZ$ ZoøD±T&3lÓ†  ôõõ>¸ßÖÄô Õ{øðA«V­Ø,ÖÛ‰%)‚| ‘Â’5GÑd,Iÿ ‘àñ»us<Ÿ›Û¥‹@  ~A¡¡p¸\™TVXp¥{p±XÌæpìºtÉ;ÞÓË»‘1»Qg˜‚|üèáïyyݺñøü·!“±Ïµ¿ ?œè|PÊ|䆈DõÂÐlRî¿bÔ×áÍ2U>B›«ÉÇŽ¤È·Ùl¶^KýN;·12Æ’ôƒFKK«Sg;]=½ó9ÙOží%€roé \îz0Å ‚ ‚ •¤D“–¤]`™q;ï.eKÿ€õètAAD£’´ +R}¸b򢆮çøó£Á-k¯T‚úAAѤ$m²š´#ûW+§ñžA{§Iå¹[/ëÐï‚ ‚ ˆu?çØ$È2cÖ¥Ö¦áu Íû·!ód™&Ž´ÿ2¬£üÏ0³eQÝŒõµÔríh0%Âæ‹>ÖVF:c{vxí,d@W£Æ™¦4vQdWiŒAùØy‹÷’êÁíŽìmæ¬Sœ¦Òûl²‚Åâ2 . ,ƒžE²ÑÏ¡Ãk…ék=xVÏa³lÌt+ªÅêó²5ÜyæÎ£J‘“òû=¥Îl6‹ ^ma±ŒO_yИrþÕ±›ŽÝ"°ÀBAiÂ’ôMN_ñ¡²+gm;~–q;£«ycIÝy¾ÀŒÿeÔ>T¿­“ù?û,þW"ò+$¦‹A_•œK·ž:[û£¬“y˿˫?1Ñ’ìî`¬Íç½P–F-ú{›ÿ˜r“êîin¤¯5ÄÏR*#|N­Hºåøß\{þû 7ŸµÔºr白•¾.H¸û°æÐùÒ>.¦<ûó>Öb ±íÔ?ò©£‚;´jÁÓâqJ×þ–U,•‘`Û®eWS IØ}æŽggCű_„tü6þOp¶6vlKð¬F¼/£¸º^Êå°Œèš{íQ}¡?)·ôîÃL¾·T*mmØæEòù:t˜=kæàÁƒÑ3ÅÅÅ]»9øùù¦=z¯¬Ìή‹——×ÉÇ`ÍÚµ0}Ú4PÚ… ‚ ÿÉ’4ˆ3ÐÀ ­™íP›__•.©åñµ­¤l>HD ‚lÝίEk íkGŸ8GÄ×’æŒr î<ß»ã±?î¹Zœ+|ø‰‰.I’y×Oéo{ì2Azu6̽öX®jÊùÒÎæ-wŸ¹]Q-nßV·—³É‹›xœ¥U‡ïU9th%–ë]>M’dêe^¶m6¦)Mý[æÝZ‘ ú´s±nwã±¾oˆŸå/Go>ªqØ,›EK’dk=~„§ùڤ땵’Þ.¦ážæ gï$©Åc_-©¼óG™¹^Og“-Çoaò½=Ølö†õëËÊË–,Yú¿I_†‡‡kii¡[”h©§7mêTK+KêÏ5kþ-I•v!‚ È[ÿìV]’6þ_¦lSy÷NÁ±êÇ\m;6ÏR"z$ª½+ª»Çâ´eó¬ªdß¹üÛý n¦ls aÎ(D¢äQMW«VFú‚;j(­ž×Iÿ)¯îjÕJÀãt²ÐËÿ»BiÔ‹ È—Û2‚¼YZE’Pú¸®}Ûaæö–ú2©4DñŸ›á—a&öµ±6Õ3n% IøÄTïïò矉H¤2R$!”ÆRÛíuo•U?«‘$äÝxbmªGí•H‰Û÷kHî?­7Ð忉{›Ù¿·‹ÅêÓ§wHH—Ëår¹,K"‘…þ¦fæ­ »t±ÿé§õPYY9løpS³Ö†mºvs8˜”)‡{ûø¶1êhÓiÑ¢ÅAÜ++k©ßÊÛÇ'*j”q[W7÷k×®£Lª³@àgŸE·50pPVV¶»‡g[“9sç¾øîD›‚QEŽ?îØÆÈØÜ¢ÝªÕ« 9%ÅËÛÛ°‘uG›yß~+‹Ué ?ÿü‹Uûm:íNHˬzþ|íºu{÷îG'窪ªªªª–ú­œw5h®×‚ ‚ Œ¨±¦¶ÌŸÏçó¥RéàÁƒíí»±båªo¿û.°{àï¿ÿ~ìØñ9³g{{{ݸqC %øóÏ?£¢Fùùúîݳ8íÔ©ï׬1440püõ×Õ¡C‡ÚØØ¬Z½zÕªUqq[Y,]fëÖ­àòåË>>ÞînnéééyyyÓ¦MÝ·íçŸ5J,ѧÐÖÑVÒDÑœ+#FFêèè|÷í·-õ[Êd²Ë—/5ºm[ãU«V¦¦[¿~ŸÇŸðùF=óóóçÌkll'ØÉä—£7èz¾|›¤$È€~ ~m½ôò?Oo”V.åÄbLF lÈ{Òæ³+ªÅ"‰Œàð‰Áý§u$IÞ,­êïma¤¯õðY=—Ãb³Yb‰òX’$o•=àÓ®¥¯²Fìekx³ô¹’Šÿ#o 6›”tðÙ³g³fÍ^ºlYDDxÛ¶m‹nmܸñYe¥X,€«ýeÙ®$$&999yyynÚ¼™ ˆ¬ìììœJÔÙs稒´sçÎÓ¦N-))YµzuqI ˆD"ºL?¡lllbcböìÙ“™•Õ¿¿™3fÜ+½·m[IIñÅK—èS|ñù%MÍIMM•Éd_Nš4uêª%&6– ˆ &Œ3&¨{w‡“'¦¦Re"]Ï3gÏÀ¸±c?Ÿ0ÁÝÍ- °;Ýc½{÷æñx0xÐ ¸WV&ßuìøqÍ碻³AyÏ%)Å©[…Ôª²~§T*ëÙ³çáÃ)gNŸ¹zíÚü Ξ;çéé“&ýïÓÈO)Q::ÚÔ†°9xùû¼[·ÆÑeR €Ëã€Q#¹bA°X,úíÛ·WÒ$éàÆ9‡®'_‹|¾Ê{jY,VCÓ’>Ý¥J†$í߇ Œ ÒŒO µÔ×·µ³753ûàJR(¬ÓæþŠFæOî?-¬Ÿ«¡äé›/(µ,Þý§|ûÝŒÂtQò>·Êª~J®±T6sË/4¹SQx§BiȬ»²î*¶H¤ä¦£7é*Ü®(¸]¡jìÔ¿S¿ßxüûÇŠÝu¨¬GﺌYû&õè•ü‹Ýœ\´ut€$Ÿ>yÒÚО½»w'<{öìäɓСC‡’ÒRÐ×ׯ‰Îž=GuËÊʾœÙÏÏ×ÑÉ1==ýñãÇ!}úÄÆ®8xð ‹‹‹¶@;--ÍÎÎ6,<œQ±DL—ùZ§°·ïª¤É+CBBV¬X¹áçŸuttZ´’H$}CBV¬X¹eË–Ö­[§¦€Ð¾}UÍ ‰®®®;wîRÕMOO¯¼¼|ÇŽx«öVòöÍEw©R‡€îÁ˜Ã‚ Í--­z‘è¼\°LÌL?¸’´TêSQßV»è¯Êz“R©¦§HU`ØRkR¸í“*Ñ7ã¹Æë×®vutn¡£££«K=ºDïCÄÿ&Mb³Ù³gÍòðð°¶¶>uêÔæÍ[2Îetíj_\\L}™KÜ“øÏ?·e2YçN–-[êèè¿cEìŠ/¾˜Èãñìíí¨J“1£GÓe¾Æ)èš¼2ÄÁa×α±±K–.ÕÒÒš6mª££ãöíÛbbbf̘٪U«/¿œ4oÞÜG´úÂÅÅeù²e+W­5jôÕïÚ:uÊâÅK&ýuïÞ½×­[«¨°æs©7èßAæD«Ö­Ý½¼þÌ¿ÜÐ’”U^^^[[[SS³eãÏ?nøåé“Çp$9é|M×&ÔÏ€}«î¸ãÕ[+ˆŽ-D¯…aý(5;’9jìóªJzÿäƒûý»ëêêR÷>"‚ òáÀb³¸\Þþ= ý2œ©ªª<›~*$,î•–lÙ¼9¬ß===]]]5¿ÞÔ”ú=‘uäúÄmÛæêæÞ³WoF6"Ðrn4ºÞ„fæA°$EwÇõk×®_»·ÕÞÞžÚž;wλ™Z*•2n¿¾$]ÍPt?–ªfoÓBÍõ¡¡èC¹†q[ãv§<ñZ~œÐýƒ ‚%)‚|X,[¶Ü××ÏÁÑ)//jIKKóôòöî\PX¨Ôÿĉ>>¾>>¾~~Â[·n=xðÀ¾k7j×Í›7ý ¾¾ÞÜ¢ÝÜyó† –””$ßN=vŒ.¼¾¾ÞÌÜ":zQä§ŸúúúQjD/ZT__ß74tÈÐaг÷ éKßË(Ó¢åâÅK|||½¼½ ÇŽïìâQWW'—¶yË–… £àPr²~+ƒŠŠ ð¼víº|.õŒŒŒôtvq7~‚H$’›3c欱cÇ÷è™›{^U£*W3ÊTô¡’7fÏ™St«hâÿ&EG/’ï¢;°¡€¹óævr÷ð”+L×­¦¦fdd¤ŸŸP(ôŸ1c¦*ÉŒQVe¬úØ©W{ïÞ½nîž^ ~ôè‘*ÿhî|zΫò'‚ –¤ÒHªªª³³³¢£._÷ïßÿnþü”äCçss¿_½jâû—••Oúò«;¶çädŸ>nff¦JòóçÏ{ÿ¶ooxx¸|ÛÃÝQxuuuŸ>½wïÚµtéJè… AêÑ£¿íÛK®¸W•ÂUUUîîî99ÙÆ ëׯôÂù—.êêé&%’Ëñ Ïed@fF¦««kfVVeeåýû÷íìl5tà†õë3ÎÍ¿t±¥ž^Bbâ¿æôî·uã/??^&“16ªÒœQ¦Ü‡ááJ:¬ˆµ°h·}[\tôBF5"ÐÔ'GdzgNoXÿÓØ±c)+èºLKÓÑi‘••™™™±hQ´Éô(«2VMìÔ«}÷îÝÙsæ¦$'ÿžwÞÅÙyöœ¹ªü£¹ósžîOA&„‹.@>6Ahh_ðòôZ²d)ddd<}Z122òEQS£Ø?33Cèçgcc|>ŸÏç?þœQ2ŸÏ RÚV%\[[ÛËË lmíŠKJd‚*™ $¤8;;ÛÚv¶´´—â’bùX[[Ûû÷Ë«ªªòòò¾ýöÛôôt.‡ëëã£ùì»víNNIáñ¸>âkñ©FGÙkcc#þþûoKKKzãåË—5g”©èÏwhàr¹ƒ-àï¿ÿîÔ©]7'GÇùóÌ7Ï×Ç·gÏ 2£±jb§^íÜÜ\¡ÐÌÌ¢¢> îÑд¡ëCÏùúúzº?A°$EÆÃçóY,p8l‚ €$I77×Ä„ %°Ùl’$©m±D¢XQ’·U çñx/¥±(54G•L>ÿE}Ãáp´´òm©ä•ûY}¼}&%éëë.[¶ŒËã ý…N³gÏžS§Ò´µµ7mÚTTôâ’.AA°Ùl¼ô ½‘QsU2ýù^­J·:äædŸ9{öhêÑu?üp*í¤æQVe¬šØ5BmÍÓF•>šøA¤ Á ÷þþÙÙ9ùùùTu¥ @q¯P蟙•UTT"‘¨¶¶ÖÀÀ ¶¶öÙ³gp:ýô›å "—«Xϩ٫¹LF„þ•+W ý…ÚÚ½–z))‡üý5[YYina¡­­M’dJÊay»L&Û·ï7ÈÍ=/•H¬­­5W%³Áß°Õ:P¿I¥Òýû÷@^^žX$²¶¶fÔ­¬¬œÇãE„‡¯ˆ-(¸"•J5H#ŒU/ÜÇÇ'#3³¬¬âãwú«¥æÎ§ç<®‚¼mð,)‚€©©Éömq“'-‹ ‚ íëЭ›|¯™™é†õ?}E$—ÃÙ¹3ÞÚÚzÁ‚ùaaáÖÖÖ¦f¦o"\‰1cF{xz8~\ý^Íe2”&Bá”)Sü@è'¼};žª 5!88(~güÀAƒõtu-ÚYÈÛ[¶lYøW¡Ð? ®®nëÖ­G"‘н¡Jf#»(ùСFÄ¢eË–^¹²~ÃÏuuu¿þú+‡ÃaÔ­°°`ÁÂ…6‡$É+Vp¹\Í£ÜcÕ ·´´\VVV›7mlF}è9onnŽ ‚ oVyyymmmMMÍ–?ÿ¸á—§OÀ‘䤨±Ð;È; >nKX¿JÇŽ¤DŽû¼ª’Þ?iÿ¾€îÁ­ Ñuõõõm:•*ܱªªAiöhëè$Äo0x(}WUUåÙôS!ap¯´dËæÍaýèéééêêâ…{AAä=ƒ%)‚ oŠ@  Ÿ elDA,IAA,IAAKR12nû¶§ bõ÷šþØzܶm®nî={õfNýÔä‡à %£Þ5ôç[uQ#ˆßéáéÕ³WïÜÜóýÝÕ Äø3AKRù@ÄêÕ—¤[ãv§<Ѹáï˨ãÇR?L¾w6oÞ¼kg|ÚÉ]»ÚÇÆÆ6Ú©TÚ<2AKRäc'--Í? ÐËÛ»{PpAaák÷R'–/^âããëåí]PX8vÜxg×ððˆºº:UCÌÌ-¢£E~ú©¯¯_^^D/ZT__ß74tÈÐaŠ3îÝ»×ÍÝÃÃÓkà Á=€ÙsæÝ*šø¿IÑÑ‹äÝè×-[îëëçàèDÉWoZMMÍÈÈH??¡Pè?cÆÌƹNœ8áããëããëç'¼uë–’V}Búª2ŠÑ'r^ëä‘‘‘þÎ.®ãÆO‰Dt‡()¦¹‹=£&:ª QãLy@û†††„ô3gŽâ^%CÓÉÜ¢ÝÜyó† –zìØ;ÎA÷¾—yϼ½÷’Þ¿¿_ÿþ'ŽoÕªÕ¥K—&Oþ:;; ŒŒÛ>zø€qo}}½q[“½{ö„„ôY»nÝO?­?{æ´¥¥åˆ‘#ú«ròÄq//¯3gά[÷Crò!©TjÑÎò~y™¢>wïÞ ìž“mffºté²nߎÛú+¸º¹'<@ý¦¹üô˜|8%?a÷ЃII;¶ïHN>¤Ê´.:tèèÑÔ_·l¦Š°-Z4ÂeeåBÿãÇRmllÄb±T*åóùŠFQcbô‰bIªÆÉ#Gލ¨¨000€iÓ¦;8:Œ=ZÑ!tÅØl¶†.¢{F}t Qï|Å€ææž‰‰III–»KÑ5˜tð@ppð»ÏA&¡qï%Å_oBš-OŸVŒŒŒ¤þ¬®©Ñd¯@  éÎÎζ¶©Ï{—â’bUC´µµ½¼¼ÀÖÖ®¸¤D•>¹¹¹þB¡™™)DE}ÜCCCAhh_ðòôZ²dékMsrtœ?ÁÜyó|}|{öìÑ8Wdffýülll€Ïçóù|ÆëȪŒRï5N€]»v'§¤ðx܇ñµøJcéŠÕ××kè"ºgaˆzg¾y~òùü   ÷’9‚ ï,I‘f I’nn®‰ ÚË翨8Ž––@¾-•HU áñxÔ›Í"¢É áóù, 86%_½i:tÈÍÉ>söìÑÔ£ë~øáTÚÉÆ¹âMPï5NÎÎÎÙ³gÏ©SiÚÚÚ›6m**ºÕ„.¢{¦†4•»TÉ”-ï>sAÞ#x/)Òlñ÷ÈÎÎÉÏÏ‚ ®h¾·_ùªÇå€D"QlôññÉÈÌ,++€øøþþþ ®¹&eeå</"<|EllAÁ©TÚW…þ™YYEEE ‰jkkßÐ( ©¬¬4·°ÐÖÖ&I2%å0Ý!tÅ4wÝ30¤™ÃYÍå¼³ÌAyàYR¤Ùbjj²}[ÜäÉ_‹Äb‚ BCû:të¦áÞFTb̘Ñž^ÆÆF'ާZ,--WÄÆ„…‡€••ÕæMÕÌ%ž|èPC5),,X°p!‡Í!IrÅŠ\.·®033ݰþ§Ï¢¢‚är8;wÆ[[[¿¡Qš¿3~à Ázººí,ý©¤˜¹¹¹†.¢{FÞ_sC‘9ªCC9ï,sAÞ#øxòžy{7!‚ òîiÜãMxáAAyÏ`IŠ ‚ ‚`IŠ ‚ ‚`IŠ ‚ ‚ X’"È[ÁÖÎŽÚ015 ÿ}uÎŒ™³Zê·ºzõš†r‚Xý}üt¸z9Ô/m¾/_ÅmÛæêæÞ³WoE¿5#ã¶ïKUÞ“«Ô´º½ß”x~Ö0…A°$E•\»v$IzzºâÏ0jT7¬n¢ú£)伕zbk\bÂî´“'šYÐK}bßoJ¼%£0…Á’AÞ FmŒäÛÇß³gœ<™àﯥ¥<°ïú⽌7oÞô€ššš‘‘‘~~B¡ÐÆŒ™½hQ}}}ßÐÐ!C‡ÉRg°/^âããëåí]PX8vÜxg×ððˆºº:éèìâ:nü‘HD—sâÄ __??á­[/~¦hٲ徾~ŽNyyyJæìÝ»×ÍÝÃÃÓkà Á=¢t03·ˆŽ^ùé§¾¾~ò!iiiþ^ÞÞ݃‚ _+göœ9E·Š&þoRtô"%¿QÐU¥ ‘ÃèUõîReˆ›·lY¸0%'ë·2¨¨¨ÿ€@êË£÷ú„ôU¢Æ9ªÔ û~S‚2J•¶ÛwìprvéÙ«÷¢E‹}}ý”̧ëÀ(gÕêÕßÍŸO ¹páDÍSAKRù—ÌÌ ùvDDø‘£G ‚HLL1b¸šQ'ÓÒttZdeefff,Z Ñ  ‚Ô£GÛ·W±gUU•»»{NNö°aÃúõë½pAþ¥‹ºzºII‡`ÃúõçÎæ_ºØRO/!1QINYYù¤/¿Ú±c{NNöéÓéfff”@GGÇìì¬èè…Ë—Ç(Îu÷îÝÙsæ¦$'ÿžwÞÅÙyöœ¹T{uuuŸ>½wïÚµtéjÈýû÷¿›??%ùÐùÜÜïW¯šøÅÄ×ÊYkaÑnû¶¸èè…J~ºªª”QzwÑ ¡ã/žËȀ̌LWW×̬¬ÊÊÊû÷ïÛÙÙª÷žõÎaTƒÑØ!%TisætzÚÉuõutÐu`”3zÔ¨ýû÷‹ÅbØ7nìØ¥‚ HCÁ_oB>ttt\\\R.ºUäé驦§“£ãüù æÎ›çëãÛ³g5=AHHpvv¶µíLÝ àââR\R »víNNIáñ¸>âkñéå²ÐÏÏÆÆø|>ŸÏ¯¯¯¡¡}ÀËÓkÉ’¥Šýsssý…B33SˆŠú,(ø…bÚÚÚ^^^`kkW\ROŸVŒŒŒ|QmÔÔh"G}e¯¤j#„¼Ö]tCèØÚÚÞ¿_^UU•——÷í·ß¦§§s9\_¹|UÞ“£Þ9Œj4ÈØw™ª´ 400€áÆefd* aÔ.ÇÈÈÈ××/åðáž=z¤§Ÿ^£pÃk㢠‚%)‚¼`ÄðacÇŸ8ñ y ›Í&I’Ú¿üeð:äædŸ9{öhêÑu?üp*í¤*|þ‹Ot‡£¥%oK%Òììœ={öœ:•¦­­½iÓ¦¢¢[šhÈçóY,p8l‚ 4Âãñ^Ú¢†$éææš˜ð¾üÌèUõîb4„oŸƒIIúúúË–-ãò¸B¡æÞ{­s4TãI‰†j«JF9ŸO¿xñ’GE„‡ëèèà‚ ÈÛýì@ Ó¦N5JÞb``P[[ûìÙ38~šj,++çñxáá+bc ®H¥RêÇÐ% ÕÕk©¬¬4·°ÐÖÖ&I2%åð‹¯€ r„Bÿ̬¬¢¢"‰Dµµµêúøøddf–••@|üNU=ýý²³sòóó€ ˆ+“#‡®ªz!Œ^m¿ü²ñÒ¥K¯(ã/\¹r•Ð_¨­-Ðk©—’r8@4tŽæžÿR‚//¯³gÏRwÙîÙ»WTáééYUUµî‡uc®Ú7.…A^ ž%E>"8Δ)_¿rp¹ Ì ·¶¶653¥ ,\ÈasH’\±bU4Œ3ÚÃÓËØØèÄñãšÌ¿3~à Ázººí,äíŠr6¬ÿ鳨(‚ ¹ÎÎñæææjZZZ®ˆ ++«Í›6ªêijj²}[ÜäÉ_‹Äb‚ BCû:tëÖ9rÌÌL•Tµ¶¶V#„Ñ«#!!ÁÁÁᕚR(œ2ej€ý„·oÇ[[[k.P½säù÷žŒ´oß~öìYþ†††ÞÞ^mmMtPEdäÈ“ìí»4.A4‡U^^^[[[SS³eãÏ?nøåé“Çp$9)jìôòˆÛÖo€Rã±#)‘£Æ>¯ª¤÷OÚ¿/ {pkCCt]³§ªªjäÈÈ#G£+D]]½¶¶–/yVY¹rEl£E=&$¤Ï°aÃЫ‚h޶ŽNBüöƒ‡2-ì•gÓO…„EÀ½Ò’-›7‡õ §§§««‹gIù@iÙ²%Ö£`é²¥™™YÕÕÕÖÖÖ›6þÒ8!ÅÅѱ´´4hºAw–¤‚ ÍŠeK—¾¹KKË ¿ç¡3ygàãM‚ ‚ –¤‚ ‚ –¤Ò,!bõË÷{S¿ôØP ññ;=<½zöê›{>"¢ÕhdÜVIøÛ nÛ6W7÷ž½z7¡9¶vvÔ†‰©™Pøï‹{fÌœÕR¿ÕÕ«×áØ7ŒKSÅ—Nã\Ô䱓û¼¡Pi† ‚%)‚4‹’tõ•>›7oÞµ3>í䉮]íccc-\*•6¸¬Ù—˜°;íä‰&4G êwá%Izz:õ#CïÆ±MeH“;¤ÉJRZìA,I‘—èE‹êëëû††úâ6Ë–-÷õõsptÊË{ñÜFZZš@ —·w÷ à‚ÂBÅá³çÌ)ºU4ñ“ú†††„ô3gŽát9õõõæíæÎ›7dè°ß~Û?22ÒÏO(úϘ1SIϽ{÷º¹{xxz 4øÑ£GŠSGG/j*sÀ¨‘|{øðá{ö쀓'Óüýµ´´àÁƒö]_¼¤óæÍ›þPSS£¤<]Ê^3s‹èèE‘Ÿ~êëë'W‰nªáí,/^âããëåí]PX8vÜxg×ððˆºº:éèìâ:nü‘HD—sâÄ __??á­[·T¹H] £ «V¯þnþ|jÈ… (Ÿh;EŸSÐõ¤ ‘Ãõ¾RA,Iä=•¤  ‚Ô£GÛ·ªªª³³³¢£._÷ïßÿnþü”äCçss¿_½j⇯ˆµ°h·}[\êÑ£«V­R#\•œçÏŸ÷þmß^¶@G§EVVfffÆ¢EÑŠrîÞ½;{ÎÜ”ääßóλ8;Ïž3Wqêèè…MedffÈ·#"Â=JDbbâˆÃÕ¸ñdZš’òJšÈ©®®îÓ§÷î]»–.]B©ÄhªáUUUîîî99ÙÆ ëׯôÂù—.êêé&%€ ë×gœ;›ébK=½„ÄD%9ee哾üjÇŽí99Ù§O§›™™1ºHº@FFµÿ~±X [ãâÆ)üŽ‘&±Sô9ÐõdòZÔûŠn‚ ȇ¾ ùX¡¡}ÀËÓkÉ’¥‘‘ñôiÅÈÈÈåHMMã$«’Ãç󃂂ÀÉÑqþüsçÍóõñíÙ³‡âØÜÜ\¡ÐÌÌ¢¢> îñnÌÑÑÑqqqI9|¸èV‘§§§šžj”WB[[ÛËË lmíŠKJj@  éÎÎζ¶©{ \\\ŠKŠ`×®ÝÉ))<÷áÃG|->½ÚúùÙØØPnçóùõõõt)Â(n‚‘‘‘¯¯_ÊáÃ={ôHO?½FáîÕFÄŽ®gã@½¯èV ‚`IŠ  |>ŸÅb‡Ã&H’tssMLHxCɪäjÆ:äædŸ9{öhêÑu?üp*íä‡`ΈáÃÆŽ?qâò6›M’$µ-~ùëíš+Ïãñ^ÊaQ*5Ô"jƒÃáhi äÛR‰4;;gÏž=§N¥ikkoÚ´©¨èVã\$G•@F>Ÿ0~ñâ%>Š×ÑÑy—IËõ¾zó@ ‚¼ðÂ=Ò|¿oq¹ Qø WÂß? ;;'??‚¸RPÐ8ᯕSVVÎãñ"ÂÃWÄÆ\Q|ÚÉÇÇ'#3³¬¬âãwúûû¿3s¦M:*j”¼ÅÀÀ ¶¶öÙ³gp:ý´*å_«‰zë4.§²²ÒÜÂB[[›$É””Ãt‡…þ™YYEEE ‰jkk!PžžžUUUë~X7Váª}ƒb'‡®§z!Œi§Nzüø1. ‚|¸ŸÚè¤3fÌhO/cc£äC‡è{MMM¶o‹›<ùk‘XLDhh_‡nÝ!üÄñãêå,X¸Ãæ$¹bÅ ª–¢°´´\VVV›7m|gæp8œ)S¾Vªz,˜nmmmjfªFyEÛÕL¡Ê: ‡Ë Šß?pÐ`=]]‹vŒ!ذþ§Ï¢¢‚är8;wÆ›››7B *"#G8˜doßEëÔ`ffª¤§µµµ!Œiß̘¹~ýOB??\ù0a•——×ÖÖÖÔÔlÙøó~yúä1INŠ;½ƒ¼âã¶„õ ÔxìHJ䨱ϫ*éý“öï èÜÚÐ]‡¼3FÒgذaè A×¢­£“¿}Àà¡ô]UU•gÓO…„EÀ½Ò’-›7‡õ §§§««‹îATR\\ìîáù¼ºzРAè A·^¸GQ‰¥¥å…ßñÕž‚ oÒOÀŠŠ K«oC¸¥•Õ±Ô£R‰¤É*] ÒÌHtAqñBž—P"£+ЙùU¥Mu½^¹‚äñ ¢)ŸšÂ’iþG#:ý‰ÎD0&ù–¤‡ú‰@ä=ƒ¯ÊGšÿ§â?ccãN:ÛÚÚuìh3þ|¥½ì¿Ûw¸ººçä䄆†Q­[I2Ùª•«Þ…Lþ¤\êãã+ÿó›éß´h¡{õ¯¿4ÛTú«—S_Wgjjö¾Â·õ×­NNÎÁAÁ¸3›},4þÃÿ½X’"ȇþC átú©kWÿ:Ÿ›³}ûŽ?ÿü“ü/°qÓ¦„Ý»NJëjo¿rEì [H’”Éd«V­zCùË–/_¶l¹ú>Œþ¤\ W¯^%IR,§:eei©ùÔM¢¿&r•7üºuëÞ=‰§N¥}àÎlö±Ð<òŸã ?+ãRÿòûr¯çÄD¿/÷Æ¥þ…%)‚¼õ’”|qB„‹Ål6ÛÀ 5I’ÃGŒ ýœÇŽW__O’duuõð#}|}}ýü¦ó 5ôÄÉ“B¡¿‡§W@`÷+W H’¬««315[°pሑ‘Þ>>çÏŸ§zÒÖÕÕ™™[D/ZäåííáéuåJÁ˜1cœCÃÂjjk…Ë™5kvQQÑç_LìÒ·wŸ>³fÏVü\_¸0º®¾¾OHßAƒ‡¨RÒÔÌ|Μ¹T:Ë—Ç,_³<&fÙòå(II€áÇ%$&’$yâĉ€¾–I’÷ïßïÒÅžêrãÆ ¡ÐŸÑ±JúS¼Ö]t+É9~ü¸—··—··¯oQQ¥ÿ’¥K½}|ºvsGJNâž=.®nnî |øð¡šàª‰£yø,\ø¾œÉh]Õ$Œ‡Ý„•+W}ûíwÔßÿòI“AšQIªÉð­G §ðøn´Ï€î¶[ÿùæ“bIŠ ¯;K Ò·¯“³Kû®ãÆŽ577#IrÃúŸÎ;›颞žÞìÐÑÑÉÊÌÌÌÈXM’dyyùwß}—œ|è|nÎ÷«W}ñÅ”Àêêê>½{ïÞµsé’%òt$IVUU¹»¹çdg64¢_¿… ä_º¨««›t0I•pŠØØ ‹íÛâRYµrðjIº@ ¤=òÛ¾½ªä<þ<88è·}{êј˜å1111±Ë—Ç4ø,)@Dxø‘#Ge2YBBâˆáÃ_^¥¾(~`p¬¢þŠbÕ¸‹ÑÊrîÝ+ûߤ/wlßž“}:=ÝÔÔ”èèà˜•½Pé”ð;wfÏž“’œü{ÞyggçY³ç¨ ®úH1Ê‘‡/ZƒJè-9“n£ªB,T>tFŠúmÿo"‘ˆ:ý9vìØ& ‚|lgI¥2‚Å‚ 7He„X,}/Ÿ×øxòÑ‘šzÔÜ̬¢¢¢oh¨w÷îÝwíÚœ’Âãq>|Ä×–£ãüù æÎ›çëãÛ³gÈÈÈxú´bdd$%¤º¦†ÚÐÖÖöòò[[»â’ª‘.AHHpvv¶µílii ...Å%Ū„7Urø|~PP½LllLLì´©SçÏÿ–.] sçÎiм:::...)‡Ý*òôôTÓ“îXU¨q—*ËÉÌÌúùÙØØP¶óùüúúz@Ú¼<½–,YªØ?77×_(433€¨¨Ï‚‚{¨ ®úH©’óÞI7¤Aª¾ËX¨H7ÁÈÈÈ××/åðáž=z¤§Ÿ^óý÷Mù¨ d²ºziUµˆ$!Ã’Aš±Xùƒ±X,·hÑÂ×Ç÷dZ›ÍNHL<~,U[[{˯¿ÞºuK,›››Ÿ;{æÜ¹ŒÃ‡¯]·öXjªD"uqqÞ¯(Y"‘ðxÿn»»¹UUUýôÓúÑ£F5m ¤Ù_¸ÿõH¡ï¤=ŸïvŸ°Óm|¼®VM½¤ªºîyXG‹çøéf‡ÈMÝFntútãÏû/àYRy+_ Cúöe³9b±¸w¯^‘‘‘@’»wï6|„®n ss ê°ðÿíÝw`uþÿñÏ”ÝÍÆ$$ „@ H HB¯‚ÈQrzzúýžRN‚òýÞ÷ìz‚…½w0D8QŠ NÑ„´m3¿?݄֘Øì>à8;å3ïÙ°/æ=;9tøoÏ<£(Š®ësE‰ŽŽžÿÆ?ûËãv›MÓµôôôÛn»ÍýéXöÏž={xnðwˈߦ….„.¼n¼Âh]æ Œ‰qcÇvKî^§N•+–W>Ȳžxâñ+š_É?µu]—eyÊC]Z@º®(ÊSSŸ:lx||“˜z1¢‚Âêº^vüe÷RQ¹¼V¸\^xáù{'NÒ5MQÕ·ßz³AƒžgÊ=þØØØ9sž:l¸"..îÕW^.Ê.ýYù™òº²§ïÆóÒŸ õ†Ÿ‹Ëÿøü~•»GúlùòæÍ›_ö„^é‰Û[« J¾5Ĭ?.M|óÓ™üB›Íîê“t«Å¬ß¾P\úúGYèx†$åää-øçk/½úúÙ_Ï!V-ÿtÜÄû9a¸Þ{{Á€ÁCËÍ\»jŘñ/ä{.ÿéG¦ôìuó-·\vË+>ýxÌø‰¹¿üL‘}âÈßuNJþõL¥ ˜þã&÷éÓgĈ᜹ëÖ ZþÁf³}°xÑŸþü˜qwVY&½×?ùÖíû³5]躮隦 I’$IH’$SBº¹VÈ·‡~øî“G½îôµ—_:lxdTT¹ùÖÐÐÞ[8tÄHÏU ò·mÞÔwÀ !Ä©“Ù æÏ0xhxxxXXWIà¸þA=)f@ÊÎξgÌ6l8xð k¬$'Íétwx—%Iú¿Ȫ*IB! ©Ôî*¶;o²˜BCTI’„’$ÙNYÒívÛu'‘|êƒzRÌš'66vÇöm>©$'þW—7ùøôï¬:ètºt]×u-ÔbÔçö݇NG†[¿;üÃ…¢¡kº®+²4yxÇëó3B$ìÿ–Ï”“ú·šØï·[á;Lx;<Ôb 1}õþd÷K’$Ißü RŸˆoÚŒs)&'¨Ÿƒå? 5MÓ4Íétº¿ð§¹4“Iµ„˜-“®i%%%F•$IUUY–e¹ÚŸÑD$‘€Àþ$,Iív{II‰ÓéÔ.r©&SHˆÉb¶!Î;gÄPUU­V«Ùl6î.%’DR®6þþ£ÐýPA—KÓ4Wqq±, ›ÝU'ò¦ÒR»¢ÈEEE¡¡¡º.¥º~£=‘ÁåÃQ@pGÒòWgŒv¼qùÓáp8Žê½òÖ —KSy@§z&“ÉjµšL&EQTU½>·“IÈÎÕîA/,gc%¡T”‹¤B(²,›LºªšTU×´qé·èÞXÓ4Y–CCo  µZE1n'•Œ`K$®šF×ätï÷°¹Ófhh¨ªªNg¤®ëÆT³Ù¬(Šû+M|ã¸æC)€DZñÇ¡‘AßH\6ª^·g?I4LDLŠs“VË¢›Ý¥I%Né¼MúµDvjÔ†RÁœI/ÿå$÷Ó²+]çaIà?†!HÔÕ›DØ~üáðwÇ~8wVTíº±hß&§X-´K”ˆRÁúQX3> ‰¤deï%•$¡ë"µuí-ÏÓuBµØ [Ö®¬]wø]#Æ5Bœ8q|Ëæ-û¶ü+eð„ìóR^BQj ØH’T\T(UÃîuÍåÛççIàÿ4tûCý°Úá&³*ý¡~Xý(ËÖC¿RŸÀ`Rô¦‘öÍ«WÞÑùŽÞw¦¹ç'$4KHh¶aýÚ]«¥zðü÷N;}eJ Y­ùKnntt´Ï7ž——%I>K¥DR²²WI¿=y!>:ôö¦Ñv§¾ñë<Š0ê‡iG¿?\'ºNï;ÓìvûªU«fÍš%„8pàôéÓû¤õ=vìø±Ãû7hûÝÉBÊå«R{¾J©£ÈJ«Vm²23;'%Õ®]ÛW¿I×õ3gÎdeîIl—h²˜ˆ¤@•~lÜÓ-bÃB-ê7Ù¾9Yسõ-[œ¡>¡Vˆþñ##î!„X¹råÎ;ýõW!ÄÂ… …©©©Ë—¯èݺӷÙ(—¯Jí¥ü+’ªJã&4͵ÿË}ùçó5Í7í Y–£¢¢Û%ÆÄÔµZ‰¤@U"éoÓßd !’[Þ’W’WBq†EçÏ1njœ3gNnn®û¥5kÖddd4Œk”—›S;ÜÌ Ä>,µW”ð7&“¹i³¦± :~ÉI’d“Åjµ á³o4IÈlvg¹9›¾ú…²»Kºüß²’¤È^Þ Ô@ÀS“z“©Œ“S…ÆC ‚A¡MÔŠª}âÄñ„„fýúõ3úõ†~ýú !N?]7&¿ØÁûÁ‡¥öº¥@$¼àŠƒ3Eâ–˜„-›7'$4›>}ºbåÊ•âÒ×›„[·lnÙæöy%¼|Xj¯ PjDRÀ .ÕƒÓôq-íúxýúµii}322222ܯnX·¶   mûN‹¶eó~ðm©Ë½J©I"iðr8Åñ|©Kß±û6.=öÓ±^½z]|~ûñã[7o*¸paÔØû¶xàë³gÏú0FFFÞÖªMã&M&~{P4îAËérfŸÈÞûEVÏÞw6jÔXQßlÖé8vìØö-[tÍß,AU|“J‰¤dsÇ·¡€€÷þ»ûöÖêý“šY-ª® ]×5]èB×5]B×t¡ëšš¦–Ø_ÿ(‹H ßsØ¥vç¦}Ç]º›$I’„’$ I’„,&Åaw^Ÿ!I–Óép:ËÇJIÒ÷~Ÿj5K’¤ ! I¡KBèFº.„œ.§,év»H €«g´æËÍŸÞâUNã"©vé&Òò÷•*²4yxÇëóí(")@@‡RL9©«‰ýn«ÊÊ’$Ip´üURMÓ4Ms:Æ|¯‰Ó}W©ªª²,Ërµ?ÉžH СÔ#’Úíö’’w*õÊÈ£V«Õl6 •H €« ¤¿ÏîïØkš®ëZÅ‘TÖË ’àª#iùÖ¼ûò§Å¢U~•T–eUU¯Ïí¤DR€@¥¢\$B‘eÙdªÊÊŸUJ$Àµ%Ò ¿ÀT¥ ð{\s"ÕýœDR€Î¤5#’Êœ)øƒÛ·††ÞTvø"‘ ½zøvœ\%…_Hë; Ü¸F’$JÕð {]sùöùùDRø…ââ¢ràóh­ÈÈ_rs£££}¾ñ¼¼¼¨¨(IòY*¥q¿@ãßRd¥U«6Y™™¹¹¹š¦ùª_¯iZnnîžÌ=Í[´0YL¾-WIáhÜàãHª*›4Ò4×þ/÷åŸÏ×4Í'›•e9***±]bLLýP«•HŠ€BãŸ3™ÌM›5mØÐépøð I’$›,¦P«UÉWÛ$’Â/ìܾ5­ï€ââ"c‚‚à›¨§˜Ô›Lþ?Nî%…_ q@PGgJ@ã€`ÆURø¾q‘¸ÁhÜÌhÜÃ/и ˜q•~Æ=DRà£q@0£q¿@ã€`ÆURø÷IŒÆ=ÁŒÆ=ü{‚WIáhÜ@$n0÷3÷ð 4îf\%…_ q‘¸ÁhÜÌhÜÃ/и ˜q•~Æ=DRà£q@0£q¿@ã€`ÆURø÷IŒÆ=ÁŒÆ=ü{‚WIáhÜ@$n0÷3÷ð 4îf\%…_ q‘¸ÁhÜÌhÜÃ/и ˜q•~Æ=DRà£q@0£q¿@ã€`ÆURø÷IŒÆ=ÁŒÆ=ü{‚WIáhÜ@$n0÷3÷ð 4îf\%…_ q‘¸ÁhÜÌhÜÃ/и ˜q•DRI")ˆ¤‘DR€H ")@$‘ ’€H I@$ˆ¤ ’DRI")ˆ¤‘DR€H ")@$‘ ’€H I@$ˆ¤ ’DRI")ˆ¤‘DR€H ")@$‘ ’€H I@$ˆ¤ ’DRI")ˆ¤‘DR€H ")@$‘ ’€H I@$ˆ¤ ’€HJ @$‘ ’€H I@$ˆ¤ ’DRI")ˆ¤‘DR€H ")@$‘ ’€H I@$ˆ¤ ’DRI")ˆ¤‘DR€H ")@$‘ ’€H I@$ˆ¤ ’DRI")ˆ¤‘DR€H ")@$‘ ’€H I@$ˆ¤ ’DRI")ˆ¤‘DR€H ")ˆ¤‘ÁL¥`ï¿û6E€H Ü0ƒ†§Ô4î@$‘ ’€H I@$ˆ¤ ’DRI")ˆ¤Àu¢R6[i©Ín«|I’Â#j ]§\Ijˆ¤vÛ¿÷îÍÌÜ]ÑŠ¢têÔeàa ò)DR ZdeeΜbµ–›îܹåË—ß=jÔœ¿==pÈ0¯ëÖ‹©ß,!açÎÆÿ>ñ_ÿ=þü=™™-[¶ð\XÓ´<ÿü?îuS¥¥¥ Íþp2ûg€r¸—OÓ4Ï:~Üx÷œüüü±±V«U×õ+V^üžª !‡"9¹ûÎ]»Ž9"„°ÙlÅÅÅ•ïÂsy¯»8}:Çd2 8pÞsÏû¬qãÆU\åçœÓåæü{ß^cbé’%žË?;wî³sçÓéééééée_u?”4::úë¯ö—[×syÏ]ôéÓ§OŸ>åf¦¦¦¦¦¦r~DRÀɲ\RRbµZTš––VöÕââbEQ¨DR uñ·§+z¾¢(]ºt¥JIêQ+ràaý¾P7»ÍF­ ’ÕC×/äSü‘DR€H ")@$‘ ’—}ËÊrˆ5„:à‡Eq8²|Å “HŠ&¢VdII‰Él’d‰jàWyT5™>}*¢Vä•®ËooB Ó¼EË}Y{:vî]/FUyà/Ç©ìãûö~‘˜ØžHŠS¿¾âëý_äçkšFAð²,GÔª•˜Ø¾^ý")‚"•ÁHœ¥ ’€H IÀt]—$‰HŠõO%Y...¢ Íå2>≤¨1""j8öSii‰¦ëT€M×u§ÓY\RRTXQËë2< þ¨Ù­·:p E«VT€Íè×üúëÖmÚ\Y$}ïíT7Jí:u[µióÃ÷ß_(àyøÔx²,‡GÔjݦÍ-uê^A$mÚ¬µÃuóí7‡¼Îº9*êæ(êÀµhѲ•ÿÒ{$휔ÌùùçÏÕÔHZ#†€«PQ²*ªéš+_o.×Ò¯¦ —DR€àâ‡ýpžK ")ˆ¤Uqèðáž=S;t¼ã®‘#Ïž={=‡¨ëúÀƒrss=_r8}ÒÒ +Z÷¯O>Õ¦mâ-µëx]½*4M{þùÜÿ[¿~ƒš5~O‹¿ŸÔµ[ß~ýöìÉ:lxUŽëZÁŸ]ÅɽŠ7€ÛO?ý”’Ò÷K\‘ôþû˜:mê¾½_tìÐqÆÓ3¯çW¯^ݼyóºu½|Á‚7+ZwÈÁ7¬ ½–ÔòçŸwÿïªU+kÊøN§×ùo¾ùæ» ßY»fÍm·µœ›1§ºáŠÆvÕÊn°ê/wr€_GÒ£GæççßÙ»·bìØ?®^½ºì«6›­I|Ó9ÝSRº%w?tøðLîxG§!C‡•””!6mڜګw·äîwöI;tø°±J£ÆMžyfθñRRz|ñÅ^!Dnnnb»Ûm9r$µWoczñâ÷‡ "„(**;n|={öLýï¿>ém‹/®hä]:wŽŽŽ®èÕ±ãÆ§öêÝñŽN“'?h³Û™6nìž’Ò=%¥GžÿùÏžyfNiié AƒG¾G1`À@c±—-ëÜ%)©k·‘£F9s¦¢ƒª¾ñ»ûë“OÝÿié}÷ìÉ2f6n?}ƌѣïY·nç §N›väèÑ)zxРÁš:mz¹Ízž¬«;ÏÚ–›×¹•; ^ße7øÙòå•oÜëÙ)wr ÿøÇó3gÎ2¦÷íÛç~–ãYÛŠÞQ‹-îСcZzßŋ߯¼Î^—€HzÑÉ“'ccc阘˜âââóçÏ—]    C‡;¶o¿ë®Ç Ÿ>}úÞ/²Â–/_þË/¿Ìœ5ë“?ÚµsÇÿÌ{nÊCSŒU ûôéóÞ» gÏžõܼy•ì=sÏžv‰‰Æ§øM¡¡Û¶mݺuȨ̈g¯Ö­[×ér:uê*þ¥_زyÓÞ/²ÂÃ×.]*„ÈÉÉyøáGÞ~ë­Û·oذ>&&fÆŒé!!!+V,_²ä÷ŠÇŸ˜6mú§Ÿ|üùî]‰‰‰S§N«ä ªoü………}î¼sÁ‚ù¯¾òòät¹\Bˆ .¤öL]²äƒÖ­ÛxrnFFllì› ¬X±ü¹çž+·ÁŠNÖU‚gmËŽ­cÇŽ^wdð< UÀ½Á\vãžgÇëÉ7nìÇŸ|b·Û…ï,|÷Þ <÷[ÑÀó¨?1'#cݺµë×­ÍÏϯ¤Î^— Høæ!P‹%=-MÑ.1ñÖ[o‹k(„¸½]»ìì“;vî<{öì¸qã%‹ŠŠŒ «ÕÚ©ÓBˆæÍ›gggW’º\.—ѹnӶͬٳ¦Ï˜‘Ô¥K¯Þ¿]»ª[·nNNNƒW|“ßK–¬\¹Ê¤ª¹yyf‹Y±s×®nݺ&$$!Ìf³ÙlöÚÎÊÚÓ­[W#*ýqÌû¤¥UtPÕ:~“ÉÔ³g!DBB‚ÅbùñÇãââÌf³1³¢AVÂëɺºCð¬­QRcl½+ žg¡¢{UÝ¬ÊÆ«ø–«]»vפ¤U«W÷JMݲeËÿþϼª¿<:+kO””Úµk !î¹gôÞ½{+¡×% ’þ&66öäÉ“î+X¡¡¡‘‘‘å"©1¡(Š%ä⴬ȧC×õöíÛ/^ôžgœº¸˜,ëšvqB×™v»Ã½e‡Ã¡ëº$IM7Þ±}ûöíÛ׬]ûÒ˯¬[»ÆXÆf+µ„„\鑞™ùá¿>\·n­Õj]°àÍ#G^{5=ªúÆ/„Ð4MÓ4Y–…NçÅŠ…„„H’tuã÷z²®â*ª­{l½+*âõ½Qî`/»qϳS‘I“&ÍÉÈÈËÍ8`@Õoä­è¨ÕKûuOT4BÏ%›Ö¯2|daáïŸõUÙDBBBxxøÆM›„‹-îׯ_Õwß=9933󫯾2"ÔÁCþ«ÈÈH÷-[·muLjÆ;~ÜHÃf³yÀ€s32>þêYùɺ¢C¨¤¶UWxž¯ïkËy=¹Bˆ;îèx¡ à¥—_žà­k_Qm½u§N33?·ÙlBˆ ë7T2B¯K0† YÉ«UmÜ/X0ÿ‘‡yê©©5zãV}÷õêÕ{sÁüG}Ìf·kšÖ¯oßÖ­ZU”¦M›:dÈÐø¦ñeoì߯߶mÛšL˜pèðáÙ³ÿ¦È².ôgŸk䉽{÷uìÐ!$$D±téÒÖmZ—Ýæ_þòø†KJJzôLmÙ²åGË>t¿Ô35uÑâ÷GŽVöNÙ—^zq½5MSUeá;ïÄÇÇ?.©k·ºu묾”3ââfdÌ> endobj 27 0 obj << /D [456 0 R /XYZ 56.693 759.068 null] >> endobj 459 0 obj << /D [456 0 R /XYZ 56.693 731.272 null] >> endobj 31 0 obj << /D [456 0 R /XYZ 56.693 731.272 null] >> endobj 460 0 obj << /D [456 0 R /XYZ 56.693 703.918 null] >> endobj 35 0 obj << /D [456 0 R /XYZ 56.693 590.389 null] >> endobj 461 0 obj << /D [456 0 R /XYZ 56.693 564.594 null] >> endobj 372 0 obj << /D [456 0 R /XYZ 56.693 163.062 null] >> endobj 462 0 obj << /D [456 0 R /XYZ 56.693 145.249 null] >> endobj 455 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im8 454 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 468 0 obj << /Length 2120 /Filter /FlateDecode >> stream xÚYK“㶾ϯàÍRj…!‚øZ{íÔ¦jRq2.WjÇŽèð!“ÔÌêß§FƒàCöÚ{X Ðèç×ݘ0x Âàïwß<ÞÝ/à gy%Áã1H"–¤AÆiðx>mþY\†²ºô»÷û¡l›~»‹d¸ù¶mžÂ0z¹t…^ÅÅÇmnÚ¶Úþüø ¿ãœåR"™{Õ}µ•rc <Í¥0;dÀA"4qš²$σdyjyÈàLšmîñ'Žõ±»ïï~½ãpOð@&pHiÎYFÁ¾¾ûôsàpÂâ< ÞÌÎ:ïGZe5Ò´öH] û“½¦ªfÇJë½QœîÛæP»¼s-åk{é,ï¾·’Hºûž‰tÙŸ«âªÌ0e¹(ùOH˜g›¡è¶ð󢆲y±K†=øÒÁØÔ–ËÍç@1Íi$‰?X|.zÕµÚéÁÁ´‚áÜò­wÛ«ö'µÿß–ƒ¾í‘âe+7EÙôÃŒ©ý¥ëÀ ÕÕç‘N•ƒª{¶æ²Vb-$ÖKhhSµ{ÑL`XÐã¨íf'•g ‡c<áL-U‚´G•ÀœLY F3•ÀÂD%þÝDMî…ËZýY·ò®:ÉôN«%ð<ëjj ³î¶Íscœ–VÊë6‚ø©^µ:)H†7-^kCiPg4‹â€G,–" `Ynâ³=Ÿv2 ‰W5vÂëŒ/} T§qlíÞØÜ+-V<—¯]ü¯Nõ="_{x#ÀY;i@ÌÁ¤KpCKÚÖÚßW%˜Þá#¡#ÏÊD$B°,•:Yÿ2ÜâñcÂ$~¡,߬óàC  ùƒ#½#Ú;øK£P2=¤M†÷gmàË0z‡–ÌoD¿éA·¬2ÑõŽG1 áʇLÿ¶I¾zë~`@ÃñtÃ_1)l„Ëе+úS§¢ßI¦Ë3–Ey„ v¾ÈtÂËtq"™Œ„Ëth•È˵––Ìc…‚ò}]¾¬äåH¼Ç\¼æ4›(¦u± 5N.½ÂÁàÞ’ú1À¡á ÃŽ³4¶FûË 7‹ÓÀÛó¥ ›€¸}A$YÌ]ýíiNFº€¶‡}Ñ‘Œ'LjU]¯Š-‹Ro E‰Lÿˆ©n% #qÈ8c’„Vñí#X šóí¤À!ÉEOe?‰/£-ôÃK¿¬C\mC¹ÁêE¯t¿Khµ²i´Ò®·¨:Â4Cèê…ò·ðb¹1ž¿pq²yÀ«a‰n4»”q—áæãndtzldT9âbWʇƒyÙàVË ¼ùúTK ¦™µç{5Ìì[H·ýYkÀäQ³4Q¬±ŒFÝ=• ºyn?[ðìÇBT«àUÿW84} eHn&€é:¡_¯‹9ô¼T®9:^KrÊ­?6åç]UNÜÑxê¼òÛp':s·Ñ9ŠHsàdÍUb¹¤ÞãFãzà+Ú|Ð2r~½¢k…¥ƒÄœ“ƒèíÖAôþ["bHpòK„ƒ'¹¤V4‡µÌš1åføû&žÝÍÓƒ1yC£.f®3ñÂIÛëêMklF@_ºKÝR9wísñLµØ›¡µTyœ}žC_ß7}ÛÍ:õŸtïQ6ëÞw9ëìÖÑälB¤«ºÕ†~·>³~ýKšKºº¬Ï•š­a›Mw•Ã;ʪRôúûJ›ŽgàªZqÀ¦,MF'Ú4c–Yôq&Ͳ@è’Ÿbþd¯ÁÃE³AÄwõ•‡›ÒãÈÁ¬×péE»pÆ¢,ö°ßh/‰QZ»"·Î ŸV„5ߊ05Véæ,.`ëܪL!B…3 VOIèŠ&=4$ÌàˆeQÝfž`µ,¦Õ²¯ ,xàm²…–Ï6ƒðåæ½å¥'kÓ¢ÒJÁp»Ú5äÐhTc–àéÜ’j~‘~:ì–Rø!ôn^ßþ2–³6#Oª˜ßŒG D*~\;G9 ËÂrL%„FǶ›!>ÈMó׬5c°$”ðË!Q^Á rçéŒC0mÊZ ×ózÖ¯è245$DRþï–ëg–Q ö¼âà ö &Ž­Î`d+J¹‡EÛ×(½z>«¢# cQ SÚŒšÐWYÆ{ûý8ûn^çpè¿âÁÔ{ÅÓûæ„1oíê¢)^T÷WXÌ3“V¼PÞ|kœY‰a5 GšVs2j>}ØÍ]û£GJÙ‘M;¹K;Д£F_C(róœÒ˜ÞCŒBNX*Õ^úÊ1o5a½iI‹${2‹MOŸåÔ¨ßk´¤âÞ&([©™ºfžNÛ±Ç\fV2öôé0šös^é7¶ž—˜lþ<}iéO­÷<äŽÁôT1”Ô£ŒàÐþÔå¼ ’{÷5ï£êy°M0cÕk¤ˆCBþý£ø?—7¤³ endstream endobj 467 0 obj << /Type /Page /Contents 468 0 R /Resources 466 0 R /MediaBox [0 0 595.276 841.89] /Parent 452 0 R >> endobj 463 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 473 0 R /Length 488 /Filter /FlateDecode >> stream xÚ”YoÚ@FÿsÕ¦Í[VÔQv’—4U³U †¼§` ¤¼ðÌx¯ðmè%ÓZ(v¥˜«ó`¿{flË7 |Ë2~>ôz÷T@‹©ëïQÛ*r²,ºŽóz $qXÌgmËÕ£"/—˧”-ÐØí½nœO4~çðDpñk£r(mÞñ‘áwúŠ ŽC·ÀdöÞn½!„$hd t±XÄ#®vÍÂýÇ`3}6Ä !•B‰ÛŽ ö|>_kD*RAhqõj.ŸÚÂj Àh=iÛVdX7fö¡¨Õ9QV¹ë£ãJå¸ ¼ß~·ž¤ÿÎ`šÆlÎfSFæãa±T(UŠW«Öoj•£Rù™Û[Q ÿ5zÓiÈI–WðüíçÓ“Ó/' þ–­(ŠÅxÃÌ`èZøq$I<;ÿzquÏ’@h º®yžëûÞ Dqpqyvõír0èÇïêdÌ šF\׉#ŠÃÝý½ƒ~ÿ‡—˜ŒG­•¡«ìPÛuè `1"~f Áoƒ"-#EfŒTË46@‘%0°ùg€oš hyèÝ·[M¸€)×í´¥á ÐR.ät„¾BVÍ»éõÀî©0iÿ¡Áe endstream endobj 473 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 71 /Filter /FlateDecode >> stream xÚí[ ûÉÊîÞ^Œ$Aˆ–Å]ÑÖ>¯e¨†MvótÅ+Ò©Û±;¾7„<¡ˆ[&î‡Jtg–QaþÜègÀãt endstream endobj 464 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 474 0 R /Length 378 /Filter /FlateDecode >> stream xÚ”ËNÂ@†ßÚ [ñ%ÄÒ‚`t!—= HK‰:åÒé}fz£+Pðà`Ó… Ú?_šIsÎ×Ó4=Iù¾û1SÕ©\hñ'ŽBJ|Q¨#´»ˆ¶˜7î‰ïj©£ãñx(hFE~Wœ‡RÆ·AÞ_¥Â( ™á»x2c´Ü 43PºßïK7Ð_C‰’Èn·ËîcŒ lpNÇ|Lœ¯$ÄÏ ysµvÛéµ;Ý×n¯ýüòÔlI­Ç3•ë«|%ý›ÁóÜ4MÒtË©ÝU¢Ð¸ŠRClžš"\+7WY`YæÙà:Io· éBÿ£/QV˜&æ×±ã8*Ænp; ƒ( ‹blÖÜ`ÛV°lÖ«ñÉ Ø–É( -Êz¥sƒebøÍaQe¥#n0±á{n t¤ï7˜¾i! e¦N'ã`Ë)òD›Z$¡îØV… „e5öa¤Ë§[Ø€MûRëÊ endstream endobj 474 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 248 /Filter /FlateDecode >> stream xÚíŽÏ.CAÆ'½sgîm¯¶zËŽø·.mÄRH°å5D¼'ñâ-$@$â?»š9FX°mú}93ÉœïwÎôûC ºøUÖ—ãï éLO«œûAgêÏœ‹éT·Xµ‹¤ÜG7õ\Š!‰ÐLªý/6ä]Ü^*š4‘0êÀ$Þ•oeøFh0J‚:MZ~‚ÕÝ%9U‡nI›1ÆérÈ)7ÜrÇ=O¼ðF"N2É¥*¥²ðS&™bšYYb™m8â˜Î8ç‚K®¸æGžyÅHM iHSZÒ–Üÿd‚æè0Ï=VXeu6Ød‹vÙcŸwpgI endstream endobj 469 0 obj << /D [467 0 R /XYZ 56.693 815.761 null] >> endobj 470 0 obj << /D [467 0 R /XYZ 56.693 675.218 null] >> endobj 471 0 obj << /D [467 0 R /XYZ 56.693 564.484 null] >> endobj 39 0 obj << /D [467 0 R /XYZ 56.693 319.52 null] >> endobj 472 0 obj << /D [467 0 R /XYZ 56.693 293.725 null] >> endobj 466 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F64 307 0 R /F52 247 0 R /F74 437 0 R >> /XObject << /Im9 463 0 R /Im10 464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 477 0 obj << /Length 1727 /Filter /FlateDecode >> stream xÚ¥XQ“›6~÷¯à­¸StHH úvmÒN:ÓN3¹Nîò€±Îf‚Á18Wÿû®´Ã]/©_Ò²ÚýöÛÕÊq° âà×ÕOw«›_Dä$OYÜ=)#iHš$ î¶Á}øGqî«úÜE·e_µM·Ž˜ˆÃŸÛæ!ŽÙî|*ô,NÞ­e¶m½þx÷è(%¹¨æ¯N¾[ Z¿͹0’` $X&Úže$Íó $Ϭ 9|“ÉðœëÏVoïVŸWö‰ˆ>J‚,§$YPV÷ã` k` á¹ žŒä!4&,Ia\VïW±ÅâµÏ«¹ÈI"3½ãçUL2ÁYj$ü±YL³”óšäÃôÍ»¥Á› yÿìV‘Ý+ò63¡Ë˜:Æc"Dð$'0‘àèpvk‡¢/÷V¬Qž<(z`™•/šíó*šv®«hÖT„—çô‹¾W§¦#€jš `´§­:-%Øc{Ò,¼´g;*J››0î[|n”]ÃG fWÛ¢·³Ø´[ @p[5;ûí^uV`>óÀ×JE¨ ô‘…ªVÕߩŨ¨ÃAËž‰®ÑÈ/k–Ô•Ýhp±¨k *΄‰«±Æ£ušŸiêØk¾wÔ»7éúOëÌY[ʆ@ª%Ój 2ÖnXÙØ­Ê½*?鲋Ÿð°05¡jL@|£Êóé©/86º¯ª^¼X{Ô´s1ó˜§V9¬ÕméÚ ~í0Èi‡qÉîÌÒ* I¡Ù€r‡ž9T¸˜£Â¯PnQÑT@d‚ʸ½WZ\Ÿ±ÖBhIo]¶”{ÚWޝûâxTÃQÝNù5({RŽƒŸšV—ϧæ:ƒ«¦Ýª›mu‚Hµ§ËuŽ:Û™úSC%ð Õ|Wf«W´Î–/úpnë/:¦.Sû' °õªøù3¶ ”.t§@Iœr´Š^ÉÜG"Ž­×Ml½²KPC…ÒêÒ¾öå$M,Œ‰¥ÿ<©®ÃÞL;¨h s´ý ôĽmýF‹e$牵¶Ò”uì³åÐuÀ®E¤ZÄ„ ¨8ØqBð“(âqÑu£ÃÛÑÜu£C÷étGžòùÍÅ‚è¡2¶cûÕ÷_GÛ ]–BÏ…e‚uD!1lÁuEãúbLÞ‚Âe&Ôߨg;˜0ñ£¿n¯‡ãÁf£i]ÿðÁ´’ТKí\r,™n—4§ífù*:‡¢áQæÓ&‚$”:"íNíùxÓ7f°À;ˆ3…+—ÇR{ÔTÈbã>¹ƒå’H–4‡V~vK¼+O,®`H&æ]*ìEôPí.ŒWåo> endobj 465 0 obj << /Type /XObject /Subtype /Image /Width 902 /Height 528 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 45222 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 902 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|Õ¹÷Ÿ3e{Óîª÷nK¶å^ä^ÁŘbÒH ”p¹À}S!¡HHn„ ¦CÀ¦Ä¸7\dl¹ÈVµzÝ]iµ}êyÿi½V±¥•ŒÛù☙ÓËüæ9e,ËÀ0 ê…¢¨>B@ @ D Æc,ËrŸ¿ !$Š¢ru0”[IV@ ¢ l÷ !¤ˆNI’dY–ú)`I†@ ¢Ð£Š$¥û¡(L!¤èQI’Ä3é¯JIž@ ¢¤‘z”9`(Š ëQ!‚»ÿÉA@ Â(òÂÃk†aY–eYÅè©\g(Š’eYÑ£<Ïó<÷ïß×Äæß÷Àƒ$×@ £È/ÞÙrT<{ßòð8¼riµÚöövEŒrw÷ïß¿ç®ï@kgÄ §yÛÿz+¶Ê"/ ¼,rÚØŒÄEÄäÏ!yJ pÑâꈒ|–š²™uß°+»Iõµ§îY¦ÑhÔjµZ­V©TH¯×755qÇqÜž|÷ž»¾ßìô€Äù[vüݱ÷ÿfOÌ™;1Mk²²*5P³ÓóÎú®ÎÿÁ›kŠ( ¢(š&O pñèÑNÿDÉ–³ÜS0m±Õ¤Ô—ߘ+‡ÛÿÕÖ OݳL«Õ*´g.©2p¯‰Íc8ø»¹ f<ô³;b4b}“ÃÕá››ÒáÅ…OÌXx¨äÀËÏ-§|¿êä¡Ü‰sf¯ü!){@ „‹.OÐéö•½uñòòSc¼§¢±kË™²bLÚoØhbó9Ž /xBf³¹²²2 þðÿ¸õλý!A¹ïðã“^|ü^,É”êDSHîp·sßa‹Ù8mbáù˨œŒÔÌôdض§D–åÅsgŒVœG+þ]ÝÞƒ¥e•ž’‘ra³c\רÚÒÞ r MÇXŒ…yÙ Ë Ë“¨+ØÅP£¶î.‘$©ÏÅ© cÌÆsº=¯Uš@¸øéèò•ìü|ÞÒ묆³Üv´ºµüë­Óæ­ˆ‹1DºÚWrø,®²²st•`5|¼qËÐ s“b ¹ÍQZV•ž³rþ¤ {k#]@›Ë{`Ó»OýôzN§ÕjO¯¸w‚ÊÊ` JŒÁž"G3êøÚÿ>ñUJ^lk«ËUUòõ¾\üÃÇç.^êéhDqÙ"Šp…éQؾçÀ'O¯€£5íϽspü˜œÊªêŸZÚ}¤áÿ6UŽ›sN¹hÂÿ|…Å 9~Êa7kl†ÕÿóÁ왓#EƒòM‹>Ïþ‰™F(­mŽN•Fúg?Q^ñÉÓkNÖ9ŸzëÀÔ¢‚ó”Qonú—-`1ΪGùóW¥ „K !H°$ùló;ã¬Ær !EÅ…]ÀÿûÚÜ÷ÜúÁ\}¼q×Ãß^¨Ó0Ï¿¹S–1TÖÔýÏ÷™ôê?°/.!5ÒUA”G{V܇%©Ü{Ÿ!wÁ±'çÏ!€«7ªº«´,sªÅkÖ«jš½‘m;ºmRAþ3oïN)¸6sül™HRÂ&IÃLÈŽ7ª©šúæ«gf…ÕàèÉê‡kÚ¤qFƒ®«ËsøxyJb\^NFØayMÝO~z•Å ùÝë»Û:}“ózUbbÇ _•” zFítuæ5¶´»»½²,©Uêì¬ÔêºÆ'î¼>ØúQs[Ǭ©E§#&ュ'Á Œ±JŦ&%¤¥$€³Ó][ßäóišJOI¬©o ûÐÔÚ‘hùpûI‡;k“1îpvÕ54ùƒ!†fâl9™©ùœª4œQœ iÕìusòÞÚ|<üë¡£'ûÄvïÉSZøäé5‡*Z_üðQE}òôšÃ•m¿ymWŸT‡ã¼çø^–:­qÛ[ú;éƒR††»¯ÎÆu_oëpÅõª@YÆnwWñø¹®îÀÑꎅS2²’L]n¯Ïç?Ygµ'665¯Ïo3г'¤züÜÏ^Ùl¶X OvUŒÍv8»Œ0” ÝÜ`L’äÉYæ_ßq$ãÿì«~é'sŽŸr<µn¿ÕÀôϺß?D#)²BþúŸ;žøÁœÈRûô«¯+¨kTFjÒî“Í>`|ºyÚØ¤ºV÷;ªT,[fºÿ¦a¯þ½«<&ÆÜ/Oª™+°,IJ¸B­¤C•¤)Í„:sä¾çÖ÷¹3ÒtÚßÕ˜¼ÌçßÜùÐÚy6“ögßž¬F­Ë|þÍcò2û¸Š°MôÐc%•{íºa骲e§Ýñø/ý?w­ªwáíëš;}òŒÅ™Kª)ËLÄcFªˆ¦M›¶çXÝÆ×ÿçš»ÿHjá ”¤¼ í>Ú°tZVS‡Ç¤W¿¿õÄ÷¯™:æ“Ý•sŠÒ®ž™óÏÏŽüpÕDøò@MB\²ÒÊ2R“Ö}yüÁ[fX šßÝ/Jò®d1hÂAd'Ç4uxþ¹ápAfì´±Iïn.;QïL3³¬úïë?¼¶þøþAÆ9™©ŠŸƒÍfÙ}¤©¶µ !X³¸ð»+'yq£Ä…»kYH×}y,À‰:Í™>DlÛ!É2þ‡o_Òå ýõ“C3 ’¯››/Jòg_U@z‚yÇáúf‡wõ¢‚›ŒyýËŠ±yYa·^¯ßÕå–a’{ÍTáŒòøC­×ÎÍÛ°§2ìd€ØVmT:«>†-nÐ8GÞˆ²ÎÇó3Š’ÎÈF•:äòŸªoR"¬V«&ç%êµì—%5GªÚNÉX0)ãƒ5F5>Y÷×õGgKè”rt{|cÓlp´ºÕè” ¸éiI>¿ !ñOVÁ´”ðýk&uyƒïl.›[”Þ'Ëú™qŸ ɉh÷‘ÆÚVwD©µŸ•žšÔîì豘¨U*«ž~øöâ>^í9Ú4˜ÿJ쉕”p%[Iå³ÜŸÓJºtþéIÿ›vì?»«8»Ëøù7vüìÛócŒZèôŸsGfzZœÝê ðZI•ÝIeYîù hx\ŸNÏ%™ý#xð©uµxõ‚y6 {¬´T¬ÓËOI íoö-ÑÙ³rÍŠ<øð¯#WŽ$€/öV_;'ÿ{×L,¯wžjq÷´UšnrúËë]ó&¦½ñŸ£³Æ¥T7u¶u…â“UJcÑéõ_—Ö†8 °çh#FhíUã!b‚œÓxéƒv«-%ÆÃü1 §d$Ç™ª›:Vµvyƒ’$ÀžcMy9³QñS–eO·'Ñž¸²8G¯eYšRžúñ6E¡ »*7n¶ÇXdÌ54¶…}ˆœ1)â´±‰¡Ï÷Vï=Ùq¤ªý¯cVÎ(HVðMžwUÚLšÕ‹ b-úPˆ 7|ŸÏ¯†Ð¼B;øBBé©Ö„„¸>õî–²…S2n\06|eÀØÖ¶ºŽìHiš9T9pœ1Æ(âú; ]gãÁ£ ɶ´ž¹¿î§k¦@y³Õå „„9Rÿ±¡tÑ‚üó‘u¢$õ‰Ï¡c™YÙJ~J‘‚[ƽ™Œή9C B’å²:×€¬(7¾ØW³çx{Ucç ÷/€°Ù¢OÖÉÓèt…LILòz‰ö´•Ź‘¥¶£´atkTϳJ<Žã§MÍêï/Hƒù¯T òx"\ÉVREžóf¥™Pý¦‰ŸÅyWÞäE@§­0y1ìOØÕéNF–• ó¥Å†ûñ>ÖTÛ‚Ÿê VÖýýÆœ¼üÆ£û9FwüdEœ^{J°Çe§ *Ó±ê£Û^ûˆ¦h22B¸b%i[WàpeëäüÄÏ÷VGZ–’Öï®xøö⟮™¡×²_8ÙR¨ˆ%&T¿å&w@«Ñ¦§&×64þâoÛ'æÅ§Å›ï\QT”ÿø«;0¥@ˆ ûÙÚî˜;>ié´¬-k?Ü^~ýüü¥Ó²hšŠ4xa cD¡°P0ɱÿ”"o€×jTRÏH ÈøtáõÒSµ«@›Ë÷žÍqq±}2Êå mÜ_³¢8‡BH‰Æ€±•{çËó‚`´ÃZœÑ€ÎYšièäûdcÉÉ–p„7—œššŸ~ûô÷”üøó”uE÷ÏÞ?”Ÿ› z®¢Á râEîP]C3…ÀÝíµ˜ Ã*Á*XO¡à3 ̨ךØ7çϬ2–çOHî_jÁèÖ¨° Ð>à|·'Áa2pO¸a{'¯œ}íüÌi“Ë¥ Ê‘®"L˜òYl«}\9œím­o5j;½AcÔ>tÇ|eµS¬Ýé*Ò¬ Ð×JÚá¼:6TZ§'`ËŸšåpóÖŒª¶n}Zú’%ËDFÿɧ_&.)Zµ„¬¸'\±’”¡©w·–?å8VÛ•dÕ„ï°˜MËNvtù§ä'†xq÷‘†üü1Ãm)/?%&Þ¢*;å¨iîšœ—`Ò«P€l&íâ©.OÈëƒA¯¼k2 þ b颜EUr²å–Å…×ÌÉ ñ¢?ÄõúææÖ°ÎnÎîbºädë-K WÌÊñø¹É ,+é/ ”žD9Š‹µot^÷È» V«'ö¤42¹4M°íäÒiY C)]Ò€±íò%ç¤X'çÄ­,Î ‡KSÔ€q>#J è\¥ñÙ}³qÓÁºÏ¾ª†e–NÉ ijÛ×uûÊš ÞjøÞª‰ &g¼·åÄùÈ:I’ú«(ŠJ¦étÚÆfá«cÅãSŸ½oɮҊFÓÇNyáí%'[†^:ƒUª#ÕípõÌlo€›S”¶x –ó}ì–5HéD]£"ZZÔdYf@¯Î™'äñD¸­¤CðgY;¾2p_rèÈY‚è㪩©ùÑï.TÖ3=ÿæÀðÐó•ÕN¿m[X’Ø${¬¤ƒ½’†é2Û[Õ±r劌)ÃUF+cI­cœ‘‘V_ùUÆø…H \™’!„4æ}•]v»dßé!€Édúü«ê;Wí:Ò ÑPß94øœòöùkä$,) jìð¼þùÑX»õ£íåw\=þÞ§,oyùÃ#9Ù`·Y·j˜œ—°²8wBv\]«;.F]AüÔ{nYZ¸öªñ¼(´ã¤Á ‹ôáÏ}Ý£)ŠÃªgÖí½uiá¾5Åä×ïªø÷®jÕ h‹LŽÝn³Ûm}®Ÿ™Q@«tŸ}Uuýü1J¾ [F­}ã‹£k–Þ}ýä]GÇgÇ)‘;`œÏT¤`²Øú;G>¿¿O6f¤¥¨¨¬^09¾ØWí“T•ú`EõÍ‹ ¦ŽIúÓ‡%ç#ëàþñINJ ç[NvÆ+ÿ.=Õâ^4%ã†ùcB¼t¼¶#(ʈFé VÁ<õÏ ‡×,)¼ué¸-k 3c9A¤)Jo´ ˜ó‘ VÇL&ã¨×(ˆ´¥Ð4Ýß«wŸ2 g÷ŸÌ%%\‰’¡aÝ,ã–7 ¦esÅ b·Ÿ€çßÜaµÇ+­oÒ«S,}\õ±’JHHسgßïèÙ÷n½óî†vwŸ ›*KüµÛV_=³®ª"1%­püx¤ÒƒJ{¬¬œçù‚1yþòwIcdO¾šÔ•¦J9¦R±ã Æ„/ú|þÊêS11–ÌôTŸ?@ñÝ˦g-žšùÐ71:«®ßúô²“ÇO,*¤>–DéXY¹A¯ËËÍVüllnáB<¬Ñ¨S’“Œ½Ãéjim—$Él2eg¥‡=EñT]ƒßï×h4*•ª»Û“ž–b³Æ¸=ž¶ÖŽ`(D!›éCZjRdˆnwwk[Gˆ 14cµ$'&ˆ¢¾A„ceåz½NenF5·´µw8( Mœ0n°Ø¶w8ÚÚ:EYcÌ—ÉhÈÉ΀Áâ¬D)ÿ˜áHVVÕøüü¼l½N§t‘ÇŽŸ”±<¾°Àë÷¬;{|”8´w8\nžç) õ†ô´š¡‡U:V°ÎN÷„tC‹Ã#ÉòªâÜéÉÿØpøp­7.Ö>`ÖõÉÞÁJí<Õ¨Î.w]}£Ò¦ô !tvÿIgE¸14?ýpˆ›Þ_µêÆn_hä®|îxÙ –¡Ìf3tww·µµ¥'ÆÌ,Êÿêd{¤+DùÀ¦wÿ{í\£Ñh0úJÒºÖ®>·Õi:ô¡ÍÓÞî¤߬yó®¿þÚ Ÿmܶs/B´( £š¹úqRüBŽ–X÷ËoQúxgÅ—_7§¦$“3fM—1NÌd¦0…cÇœ¥eŠää¤ä䤈žŸèQá²S¥AÎjÖ¯úÖš³Üà ¢¿×fùÍ»ê32sn+i$¬Ö0ç¶§†x3@ áBárû.fW "IÇoÜEÊ@ ð 0Æè@’À'O¯ét9˜? @ çÅ>ÚÜÔø÷¿m_¤H¾@ .,Ì€W‰•”@ p>@íäO¬¤@ „ ‘¤@ „ ¸'@ \`†m%ÍÈÌ7~BÑÄIE'½ôÒË)©iÊõðÁ‰ôúŒ™}~­­­]¸hqdˆ²,¿øÒKÃ åÆ›V¿÷Þ{áÓÎÎάìœîîîÑJÅ`(é3¶ 9%U9~öÙç†èvTâ–‘™µxÉÒðé£=ŸP^^E CÉùóŸ‘éjiiUŽ»»»“’/†X@"ÑXI7nüORb¢røàÃ9sæÎ7ÿÖÛns:g¹¨à÷ûïüîw/Y²déÒG},ŠWß´úý÷?€-[¶Ì™3[­R)×ïüîw—-»jVñì»ïù Ïó‘™Ìq\vNî“Oþî»ßûÞ¢ÅKJJJúçüp˜ÉÇåäæýòW¿Viž…³ÔF%V=ö??úñÝ+V®Ú¿ÿé@¸PDc%]±b%MÓðÖº7#oÆ···?þøoÖò±Ùl.--½ïþû·lÞ<Ü8…ýÏËË{kÝ› ¿ûýSÛ·mµÛí<òsâc>ú¯½þÑGÂpL_fÅŠå¼ÿÁ}÷Ý[UUÕÒÚº`þü° vÀTÌ..¾ÿŸbŒwïÞ3iÒ¤Ý{öÌ™3§­½=//o¸&7Œ`Œþß/~±uë–Ä„„§Ÿ~æÿýâùóŸ¼Nï–-[tZÝæM›y…µoÅŠåkn¹õÑGþÞ{ïÿøÇ?Þ³ç+ÅJú‡^°X,ðÈ#?çÝwïX»6(ÆØçó-Yºä±Çݱcç3Ï>ûÞ»ïöÉùá:0“1Æ^¯wÁ‚ÿú×ÃMZ¸ÚȲ|ÎÚŽÕâ%‹-\XSSsóš[ìß§ø@ ᢤgçóÏ>MìXïÃî={ºººîüî÷”S¿?0rÿ÷80oÞ\»Ý·Ü²æà×G%å·¬Yóð#?¿ï¾{ß{ÿýo¸!R‹ ˜Š¼¼¼ö¶6Çs°¤äá‡Þ¶};C33gÎIö80{öìÄ„¸í¶[W¬\5ØÅ0ãÇÿÍ¿ýÕ¯~=sÖÌÅ‹E¨N§›4qâçŸ^]S3mÚÔðõ·ßyç³Ï>cÖáp¨Ôª>®´ZíôiÓ ??¿©©©¿·Ãu>XUaYvÁüù#©6ÝOAAáPjc8¬ììlZ][[›““C:@ . Iz0Æ“'Oú×k¯r,¶ç€eGËÏ3fpwøðá?ühÝ›o %3fÎX¿aƒÉlž7oî3Ï<Ã2ÌìÙ³¿áËÈÈØºeóÎ]»þ󟯼òʧ6DáÉM«oºûî{~ðƒï‡¯ìÛ·ïƒ>øtíVûϾZ]SÓ_½)…d¹¯ý2 çƒe²V«pÝóQeY–e™¢(D‘t@ \(¨ÁžåƒÑç×ð©r0{öì½{÷•––* Ž?އIÿЧO›¶oß¾P(„1Þô妞e,½w*ÖMž¢hõM7=üÈÏ­Vë˜1c†’ŠÙÅÅøÃ‹³‹‹ÕjµÁhüìóÏgÏž£zš1}úž={Z[[1ÆëÞzkÎìÙƒ] Ç­µµ•eÙË—ÿæñÇ/!Šì3{ö½?ùÉm·Ý¾âîîNJJÒh4²,öùgáBˆ(ßHOpŸœÂù`™|ÖÚ7¤jç*ÇðÍ’$}øáGãýû÷ ‚‘‘ @ œg¾ +iB|ü_ÿ÷/ý÷Ïxž—eùê«®*,,®'W/_¡®`çŽíiii÷ßßê›×¤¦¤˜-æþ÷¯]{û‚ ì±±Ÿ|üïa´zõMÏ¿ðÂãÿzˆ©(ž=ûg?2gÎl(.žõÖ[uY™™#É®ÔÔÔ'~óø7­€´´´?¾üÒ`Ô•øí“OÒ…1þí¿a˜hJ¦é{î¹;òÊ Þ~ëíÛn_k0è“““‡èO8çßïÝá:•ª2 L&㉓'–]uu0üËŸ_!I @¸P „„„={öøýþ¿ÿïŸ_~å/.'pG²†pyÃq\QÑÄòò“$+@ø&Q«ÕÐÜÔø÷¿ýmÕu×FƒÁ@>(J @¸ÀŠ®PT*ÕÉ“'HU'áb€XI @ D’@ ®lÈÀ=@ ᢔ¤uµ5$k@ £ÎØ‚qC•¤³ç. ùE @u”-G‡$I?É/@ Â7YÞD @¸ÀåM@ „ ±’@ ˆ$%@ \Ù ŸßçKHH¸Sçóù<>/ȽmBf£I¯×“r'\¾>ôuÉ×$IêC—a¦M™>yÒd’uÂ$éH„Õ©ºSÖ뤉S)ê ¬$‰‚(ò<×ÚÖRzøƒÜ Ú¨i‡hí JwL¥Ž$~¿Ÿøð©«Ókóøº›[šÌæ Q0`P©Tƒ! ÿ?Yÿñú ëû©PDQ”^¯7™Lj•~ÖÌâeK—‘ŠE¸Pˆ¢èñxPRRâ€7Ȳìîv34µZmt¢P…{žWPÀ,ÚL¦ó‘@WWgB|MÓ½‹ÔÞÞ®;?’Ôçñ¿ÏLJB ÒhôƒF§3ž‡¤u¹;]®äB!A4jµÅbµZlF£Éçóž(/£:'+×bŽ!•ü¢¢äëÜ÷ ˪†ÞB_úã “F[’Ê¢—bŒ¤8—¡$‰µ¯µ­yêäé!.$Ë’¬€eY–EQj•:;Ù‘ÛÍûK‚®ÍÚ¸_ûÛ~gˆs#õR‰šµ¥Úf°B±ut´j5Aä>¿ÙdR±*,c …¼Ñ8ìv»~Ãú뮹¾¦¦&„B!žçA$‰eÙ)S&¯]»VÑß¡PèO¯ü骥ËÈÆ®„ E à·ÆX8Ž÷û|Ú»Ýî³…¢©P0¨ÕD3† |¬=öý@k+Gç Ýî.©W‹¼$ <Ëê ˜ ñÏ7Õ×*R˜fXkŒU£Õ0Pžãšêê0Ã0µÚl6cŒC¡ ßãéîìì@Tjf†J­•z¼žúÆZ³Ñœ—“¯Vk†Aº»Ýõ µe'Žq·hþRW§«ìdÙ쳇Ù=ö—ì­®©Eqè®hšÎÍÉ1m–^¯#mêìH’IJªú¦S¢EQ!D¡ FÏ{†X{¼(Š£;¤è,©ýjufñû:ë4R"„ËN’ö²uó—W¯¸†ç¹ðÁW"BHŒ±ŒeŒ1–eŒ±,Ë‚(È|© l1°'d®Bû.ö^šëzEg5`Æ Sc¢Ð£,˪ÕjY–½=@¸¿%™–¨Qk ¯×…*5›Íz½^±Œ*ÝŽ(Š*•Êb‰¡iZ±ÙètºØ¸X„‘¤„‘E»‹ÐR|LŒE¯7455étú>ÍAÅ`0`µZEQðt{¢‹–±âôLÍQþîE§Óɲ¯0Vi4jFƒP(¬­¬´ÅÅÙããG˜ºúÆ:_À7eÒ •JÅó\(EXVe6›'Mœ*ŠâŽ][õzÏsGÇpýß_²×n[¼h©¢t{¬Ø§Í=}UŸ.KÅcÇŽì/Ù»hÁbÒî†T[[ÃñüYîѨ5cÇŽ~¼±ÜPrGâ˜ëJî³ì ²D„pyIÒpçtõŠk”ÓðÁP^°,Ë=O'P(hîsÙ÷¶[öѪ³ý~ÐÚîôw¼â¬{†bÞT'þ…Öo8ƒãy•Z-ˆbøàˆ€PÏ1ÆX–)šqœaø’T£Ñ„G9•xžgYV§Ó!D!DB V©1Ù²€02¢hw‘-¢hÚh2u¹»bbÎçítwÙì±€(ɼ DWQ%YÆ’,;ŽËOÄv›HX­V ‚Ñdâx®¥µ#))ÉGQgíôŒLŸÏ×ÐÔ’”ǪT‚Ç3’ n—Kg0ˆ¢ØårÅØí›I«Ó@0]N'«R©u:—ÃF¢J[ÛZ0†S‹yžs»»†¦(Z¥R#„dYƒ²,iµºâ™s{•â°‹¬º¦zñ¢¥ŠØU”(ÆJwxúã3N€¢¨ñã‹þñê_^I’t$í!”•K¡ƒEµzŸI½VÒ°òÅgDwëCblÆÍÞŽîÖ/ÌI+IJ¸¬$iø šãB}† IÅý§˜Hã^qHAï~Û’¹NeXxº%SÚØÂã€=ÁÎ;khÌ=8¼÷CŒ)D‚Ô»L !©Iþ€(ˆá^X«ÕbG1h‚R¬¡,ËŠ¢¨÷ZL•¨“åÛŠ‹iµf‹0Gj! ¢hw§/È’Œ)Ùl2746 Å<<Ïc kÔžã±,+ò$Šèɲ dY¶Ùl‘O×^c)Y’Gkh+ƒ𮝫ì6­VÓÓêeuÐ\(äjïÐéõŸ_¥VgåQ©TáÖͲ*“Ùc³7××sÁJ¥îhm3šLê¨æ?¸»»:ísŠçƒAÔjµ»»«®¾Îï÷†B\|\|bb²Íj …B²,i4…aøŠ¢È0L(¼çÞ{"¯ÿéå?¹´‡O•A-†a$Iº¢–lޤÝ!„NÕTÃJªÑŒ+˜Ðç!;rœUÏ%½V–}ñy74•=oN\AºPÂå%I{Ù¶eÓÕ+Vq>8·$%À  Ù÷¾Š÷R(ð0êô óU•~ :ÒHþ€ëcF7qøÏ+@a«5jD!¨E­V³*ËX–¥PˆëyjE}†e¨r ü ßã­¨ÐüåOÅwæˆþàþýxÁžÝ¤†¢ ŠvF¥bEQ@T*µÍjëì쌋‹S~ruvÆÇÅI’„e9F·Ô°2(±Ãéåm°§Ya°ÛíÐ;¸?:’´·ÁZc,²Y>K …>–¨á„qc]Z­x^¥VgääôN ¿îV©T™¹9µUÕÏ«UªúššÜ‚‚¾††Öñ“eK.ãy^x†aJ¾Þïõyó²s3ÒÒ=ÏѲ£ÇÊŽe¤gM™4<7ÙÚŸ÷Þù@9¸ù–›BKW^«œþgý¿`Å·nPN7|øþ•9õh$íÊÉÉï5Rô˜JOÝ¡Þ飯Aw©ÈµíÅ®LöÛ%îå »Tk™HzQÂe(I¯^±ªÏÁ¹%iïã cÎxD€4jóÜP×zOユ´—{ ìí¬}@âêô)¯wÆ`ŒÃ$}Ú¼(Š!ËXÆ’$E«H{$iXÎ;W¥R;v,ü(’‚Á¯n½uÖʺ[xIe¶’êEˆŽ(Ú]ƒÁàóùbb¬¢( ·Û µZ­ßÐj´ Ã!š¦ü~_BBbtÑSÚ8Æk·÷*R@gîæ6ŠsIÃm–ahúÜ6ÚǾÏãÁ2F x>-+ !T[[+Šbff&˲ ©S§X–ÍÌÌLNK«)/gU*Y½ÝÝ&‹eXa¹»ÝV‹•aÇ­R©KBˆšW<_ùµäëƒË–,·˜- I’¢GeY£’¤akø¦­_D((¤R±ácåe&By#ÒÓë™ÊvlkqN—ì6{ºA_´h ÀeMê¨~)1ï[Xr1Œãîı·8ª_N›ú*éE —$ ÷é¡P¨ÏÁ¹W’iØPþ¬2˰Z 9`ã`¿,v«S%° w8C$,q|¨­£•¦i“Ñ‚{:aŒ{ýÀGÓ´É`–e,c¹Ç‚;|Ii­­­-**Z¼xqww·rÃÁûHÒ;Ìññ®÷ÚK;\ù~…,r"DGí.R’z<žR±,ES6»Õép%&%ºÝî¤ä$Žç…¼>¯Z£¦i G;p§ë´|éÕ¤±±q°$KMMÊ’ÿ3v†þ4îž)é}^%Ò£œ(šb¬®ÎÎ(‚ øˆB¼À[lVV­Â€y÷ûý•U•¹¹¹PUU … ̪U›ÕÝÕ…(ä÷ùfó°ÕÞÞ–™™%I"EÑN—ÓétÎ-ž‡OϘ ú}>,K¸g ”ÒiÉ¢ DUd=3Dÿþ·Fæ 1ÂLþÀƒ÷g¦öìSûÐÏþë¹g^èó, íî’BÈãpì»ëGqÙ¹ Ÿ|Âc•eÙír–ýü±OžiÑëÿ2ÅÚ1†ÑÊØ »ÔYóR¨ë€mÊ«2WƪAêˆÍ¸µåÄu ï´g?@l¥„ËD’†Ù¾uóÕËW…¸Pø`ˆ’´GŒ"åAÕ;E ŒÎ £Ò`±!àÞt}¡³]­5OF”Vh $Q-”±ÃÕaµÚX†uº‘¿ó"Ÿ˜˜äóyº=n­FõËŸ{‡ÃqìØ±©S§ò±kçÖµw\ÿåÆQXׄeOÛΪç%Þ—½(sâ+²P‡Äªã@[ŠV¬w5|Ô|øc¶çü—)a9YƒO¸L$éÕËWõ98·$EÅb‚• ™0D®;a k¾¶»áÙ«uñZƒÍÓü§ŽJ'¦ô1ù[¢iž€êY+ÊqA„ !>ÁÝíV~µX,³%Ä…$YÆ€%I¢õëiäÀ½^¯Ÿ:ujiiiFF†ûÄÉ’{ï]x[Š{‡™©™œ±•UW¹§ô¡‡æoÙBjaˆDÑî"aYÖfµº\®ØØXš¦F£ÛíÖétÏcŒ»ººâãû|É" IŠ9N„”–âãã•÷O¥}ɲ,Çq#ßj`Iz6¢Rf8H²¬ÑjoY–ÍÉÉ©ªªR¦ªÕꜜ–e{6•ÓédIbh: 7QÝð€_¥R746ÌŸ3?òW›Õ~ýµ7ŒbR"lèÕ }NÎÖ'ínx @e[¶Ä¦¥™8‰òÉF§ã«k—SÅ_nËÎÌ{Ëš¶]»K7~1ñªå#‰a ë`SÉZKZlædƒu–:Cž/Fê{&áH\…8nŠ-°¦¼åw—vÔ¼Ývìá”i¯ëb¦’~•p©JÒðŒ%ŸèëspnIÚ3pß»ûa?d‘èÛ¬yù”\‹°ôq‰[vžš8åǘaø3¥dQ’%Yx†b»:»ôzNÔé zƒ,I²$± ãõy‚€ßP±Y’0–%IŒnJVäÀý¤I“ÛÚÚ22Ó%Yâ1ný°‰õKà=ÞuºŸ¢«“M)âÈÖ%®(¢hwýU©N«u8:bí±î®®˜˜˜®N—V«s8³9²G(Jû²Y­a+©,I¨gÃ5 K¢àt8ü~_xg(Y’DQˆ"\IeQ’Ïü`£(I²$‰‚0ØFTQ'Š¢$в(J’$K¢ò2­¤T ]9z:3,‹¢,õ0ÜtQE! cÌ2 Ïój•úüÕ(EƒϤ(ÂJ ÐoX¿Ï³€´»sÒ†¥9OüÆ[VÖìì¨ôù®½a5´çÍwµ:ÁïËûÝ_)„¢ÏXYôÖï½91o©%¹XàÚ½Žw) Xu…$Ñ«™$zEÞ!xJé ±ßΘò+Wý;õ{Wg/:D¾íD¸¨p(æVÒÝ;·_µ|•ßï œ»[—$ )ª'ÈÞõ†‹ b$X"Ën$w`•>ãHÅߊ¦F»øcŒ±ÙlÁ ‡³]DI–šAü>¿$JV‹aXµZM!*ê‘“°MOO÷ûýÇŽcY0ÒçæNûÓ|ïûh:þš¤êSÞ²#§U©]5®èÑŸ“úG:Q´»þFQ’:::QÀ»»»ýþ€Á`ˆî#¢g6:Ôƒ|»Hié’,Ûì“Ñtzg¨h×< h%•±¬üµÙÙˆjøÁ©5EX‡•J€EQ¬®©æ8NI,ÇqUÕU9Ù9ʾZÁ@@ E3üM Ô¬Šã9e:¯Aop»ÝFÃÀŠã¹÷×××Ûmö™3f)kž†'ed¹Ÿ$…{ï?½'Ô½÷ßûÇ—þôÜ Ï)§>ðà•9~$í!ätubb|“‹ö\³|Õõ«-1VŠ¢æ~üñ†¿íÄ F@ÇHfDPŒ1eÚÛ-¥ßïl9hM.4د¦(FâEÁ ²äY &Qo\Ц«åߎšÍ|ÈŸ2í¢G —ç¤WõŽ_\5ô{Iˆ¢@¿yf푲c°¢ôâ™ö($©?àïêì …‚¢Qô`ì÷û^’D9h×éuv›]«ÓŽ|àÞápx<E¡Ê²$ŠBæš5 ;vV½ñ†æ`wáš”Öv.çWÏeÞt©a„(ˆ¢ÝE6Àæ†F‡£aŒ1fUªäôôŽŽš¦=Ýîæº:„FÈf³¥¤§‡·,*¦¼¼óây؈Ê`0x»»B¿_YA_WWÇ…8µF“Õ5Õ\ˆ«­­UV;ù}>eO{ó0×6€V«óz=&£I… [¶nJMI°4?ÿâ³ÙÅs®»æ††ÆúÍ›¿üÖµ×G×I€ÁxÆÀ}ääÑÈ_Ïò&@ÚÝ9Ô?ÆE#ºgÃ|„B DÓ´(ˆƒY††Qmb¦d/8ämßè:õ‡Öª¶”ÂØŒÕAÞQjИ#dh¯zÍQ·‹ÕfZ³iŒ¿ŠÌ%%\Ú’4Üùz§íû†<_%g~â¡3¶gSÌ¥=«p1(»ë‡?ñ4ìÞ€Ùb1C_ûZ¥?ÓZ€± 8Úmb”orÐ4Íó|Xž67·•™™™³ž}æýÚ=Kµjáíc?~îùŒo$5ŒQ´;QÊŽÑh4v«M£ðy½Íuõ¶øx¿×'¹Ø¸xE¡„‚Ác‡0A=üµ'Æ'ôoAuuõñññRô!MÑFÙ;)ÜT%)š:rÏÇg¦T’1Y»mਢN«Óu¹\E;Û;,V›Z£¦iF«ÕeddÐ4Y™Ùõõõ Ã`Œ¹çlï hZ–$­N7Üt%'¥ìÙ»gÕòk|>O¬=6.>~çîÅ3çÐt¤zÀÛwmËËËÏËS[_£×Ú;ÚAî‹DoçŠÕ*Ud9yãÓ¿*½]oI»"6«Ýët˜:» Ú;w}÷Îùÿz!ؾööÂ[oaœ®N‹‹Gß#ˆ6šÈµ!þêP÷‘ÎS/—ïúå˜yObЈ\3«ƒ1S¶ù:ûâä©hÌEpæ×c „‹‡hî÷ìÚqÕòU>Ÿ7|0# ½öQ Q½âôô¦ÁÊ’'ˆøx$ŽÔJ*ð‚ÙlVFÕÃsƒÞÏ(%IêîîŽZû*„WÜ+%–e=^×ëõù|ºøØùÿøÛ¿—,³º3Øz‘¶ÛI#DGíN¡ÓåÒhµF£±½½]–$ïp:y.äéêJMKkmmxQ”ÑhÔéõ.‡#)%eTzµFm6›C!µÓåD€D$r¹3ŒêÀ½bEœƒlDEp“ Ц›ëë3órÓÓÓ#ãÀ0Lvv¶rÚ\_ßÛÉ€qøVÒÔ”ÔÒ#‡ÛÚZL&“Ïï¹zéÕ{÷ïýxÃG…c “’SdQtuu8x +=svñ܆ÆZhmm1›,Ѷ•øßqûwz>o7ÀžPð;¾yó¸Â)êv§€Pë~”ôÝïM.(¤ÕªO>za#ƒaÜÙ‰¾ØØ´uk3Ïß´òZiô>!¡X[Lé?é8r»-}% -BÚΦCqEoK’¤˜fH_J¸,$ixàÞëéspnI*Jý>&Ë@!„¥pˆ{' õHÒh?·­|&J%Ð@À—””ÜÜÜìõöì`Ÿ˜˜ÔÚÖªÕ)_ˆ°,÷LN‹ š¦ÕjµÇãùúÐש©)7ß|SZzšZ­áyŽç9AB±¶núRîèFj! ¢hwaõ†Óˆ8. Ò4-J"ò Mk4QhŠö¸ÝZ­–ByÔ¾D/ËFN§c ¡Ër4ßLÇXÆ G~ãü§Ñhbãâ\§J­x®¶²"ÆfÓéõB@Àïïr¹BM <¯Ñh¢ËÄø„Ä„ÄwßwÕÊU²,×ÔVÆXl“'Nš5c¦$É¢(z½ÝG—ê´:FûþûïMŸ2==5-аxžOJJ–@QÆ”®´N,úv×óÖ‚¦¯û¿ý·Ý‘ZW;sŠ!àÇ€½]Nç¿^kæ¹Åë?Á=d£{è)ã~<ÏóéÄ`wELòÝþÎ#˜Næ!•J6$=*áÒ–¤á¶òÕîW-_åõzÂC{8õ˜("¦‘âÞ7rt:Þ`DIÂÑî ,c,c,ˆ¢â\§7°*UjZjØ@"ŠRxq„ Š–£6“Ò4-Ërii©V§¾õö›cb¬µF–åP(ØÛ‹ÝžnyvC&\ÑD×îÀlñu{ôCÅÉr–eŒ&S(²ÇÅÉ[ívwg—ÞhliläÑh0ðo±ZG«®J²¬´b{„Ù+[`@þú&I’(šƒ}6 8Á™m6Nºœ.­VèT~ŸÏëõÊ’„hšFÑ,+ B ´ÆÚcbcEI¢i:ºL›9£¸ôHéo¼¾bå*›Õîõtwt´ñ¯˜¸𱯨¶nÛ’—›7uê4U¯åóùš››•Ï)ãˆS¸á‹4MÇÆÆ2 ƒI»;+= øziæø„e[7Ù¸±äÈ1§ËŠ‹K{衯»0ô,e€Pï6ÑéQAB!.ƒN»¦½f%qI[ÍÎöÖÎÎNN§Õê´Z Ã0D•.yIf¸‚ $$$;~tÂø¢!6ƒªêÊX[¬U·Î  „A?Q‡Ïç“åðd~˜ ‚ l[È ‚*báÅ9E!ÔÒÒÌ‹¡…‹çjµZ•J €9>Ô3… K²ìñxˆq”0B¢@4[,­mF³Éf³Ê²Ì…¸@0Ÿš¶ØØŽÖVÀX§×iZÅînÉfN[üI9¤¡†÷Â)Ë<Ïëô†î®.—Ói&Õhõ£ÆX’eŒ±Þh%ÙÛÕ‰B«biŠB…z7dåyc9&Ön²Ä(ú jIÊq\zz–ñ¿?úГ›““š’c±r¡?àw:]ûöð&Mœ”š’ÚÒÒªÕiuZí°¤LZZZccCrr B¨î §zÀ+MÍ6›MÅèf¯^!íÎåê¤iJ…„¸¤ðÅ…·Ü~öך¦]®Î¤¤ÄhÛšb%EQày>“XïËÎÚõA#dL ‚(в,É£7I€@¸ ’´·oòzºûœ½¸œN½F·qãëÞ~SÅÓ}Ý=ßé„P¬=6-%­£½}¸CKÀ‡BCG{»(Jœµ$IfSälˆ¦iåWQÚZ[)Dñ¡jÈý¬ ·±¹.+7eYÅrÀ }E·Œ±ßïǤ# ŒŒaµ»H´ZmrZZ[K3Ïó4¢Xµ:)5•¡(†¦Bc'L¨?uÊÛÝ-HCÓ1v›Z­F0:ƒ³j•ªüäÉ~“Ï8ÕiµÃ ‹BH­RY­6‹ÙÒgl£³«kÔƒC,M‹ë´ZÀªXŸ×+p\H•mP)DÑ,«Ñé f“^§×hÔ4E1 ]J’Äs ÅX, æ.lmk«(¯Øµkw  Å2ŒF­IˆO(È+Ðj4¡`ÐRJsè"x⸉_íÿjçîíÃ(Eéuú‚1…4E]9ïØQµ;œ™žõâËÏ+ëz‡MÓ™é™QÏCB èXVÖhÃ0"ýxÓ‰Ÿ‹qO™ŒF£ÕhÔ*CÓÊ*b%!\Ú’4Êú‹ÕfËÏÏÏÊÊ^$Ú‹(j¸áªÔjcp»»++*‡k2™‡C‹aÙÛn¹õ£þݳwÀYuó²%ËHë'\(EÙãbclVQ•áWeÛ2¥Q3 “—'Š¢bõ§iZ‰•›xÎ1Q„…(Š¥(ègÇMÒjÓX§?EÒbX–aY•Zm2›åøxÅ"ž†¤,pŒì¢Î=Ц F£Z£Ñqœ>2[,YYY‚(ÊR}Kùx1Ë0*•J¥Ri4µZ­˜´‡¨%&fþÜmmí Cñ_–eŸÏg·Ûív;ŒRõ¸\±Z­Ù›š’6Ü'—usfEÑ­–U©tz½$IRìbHÛ†h#E!†a”ñz¥¢’â#\ò’4ê—*–aR’“£é£zg†5`L~Þ°ƒNp«V¬\µbåùð™@uhŠ¢#÷˜<³B24ÍDÚØF¯º¢o¶iPçœ4‚à”SÔYŒ‘£”–aX†1èõç¯{ÑëtÙY™QÆôfgE­R%%$|óyK!DõiÈ`"ÅG¸L%éHždã @ ÂÈ%)y±"@ \`IJ¬ý@ „o 2ÈN @ ’”@ pe3È\R2pO @ø¦ VR@ Âf`+iMMÉ@ ¨3¶`ÜP%逷Î7cç^P¾^E1,{ú+ØK’,KÁÖ^!Цhš9~„^W¶~¸ýdC›û2H MQÉq¦Œ”—HJ–@ œ"."= š›šŽ;êt:£Ö£V«uüø¢¼1ceYŒEQhjj.+;ÖÕÙµv4›ÍcǤg¤3¬ê¼øI z9TÑòÏOO›°h¾¦èK=9’,·u¸þ±áð­ ½s&ç‘ò%D’^ì¼ÐÔØøuÉÂqŠ&LBQÍòEü’’ý“1==3à÷755úúà‚E‹32³i:šÇ› uµ5;·oÇXÎÌÊ@£î'ÍzH ôðᎊÉEã,1¶‡ÄË E&sÌä¢qŸ—TIJ ˆ$½$©À••7¡H¯×1 õwYMÓ¤©S÷íÝ“››çóŠeÇ/\¸$+'7ꈱ,››7!jïW»“’“Y–u?uŒ¡ÿ=ímU•žîî U"EŒÆÜ¼|¸°1! ¹œŠãœilwº 'X¼AérJšÆÓáòìÙµã¢*¸K·R]9ÍáòNãeÿЉ‹O ’ô’D–q§«S;^ËÐ4K3ý€Ù`r9]ˆ¢0·Ûž•5ò襧glüâsI†u?Ô£eÇM™6ÝnIVŒ¨D$Éét*9 IÒ´™³.`LHB.§â8g©][ÚêÊdY¾ÌRG_4ñ¢*¸K·R]9ÍáòNãåþÐ)€a©R"I/*U*#„(DQˆŠ~.š‚ðó cLÓôÈ7šeXV–eãóägª*ÊÇŒ-P«Õ^¯ç–ˆZ­Î[PUQ~ÁcBr9ÇÙÓÈÐðÄ=+.·Í¡o}äaÁ]º•ê i—}/ë‡ÎتŠr"I/mp/ßLp•åŸ}¾aåŠkòóÆŒ–Ÿûöï-9x`ÚÔé3g̊ί×k±X.†O6˜-–@ p|<âòHÈeSgx¥¼ÌÒuqÜ¥[©®„æp%¤ñ2~èx½Þa9!’ôâÓ£pZ’ò<_YSÙÔÜ,ÂÀ½<Ë&'%ççä©TѬ[¯¬¬Ø¶}ë-7ߺþÓõP^^þ¨¤¢äàî{ð¥?þ!jIŠ1„.†6‰ú&ßHB®â8[§Lõ¼˜^~éº8uéVª+¡9\ i¼¼:D’^êªÂÕ±¼ªrÖ¬â›Ó2Îr}CÝÞ½_/(<›Ì¨ZTVVlÛ±õ;wÜ©Õê¾sǯ¿ñ/ŒñUéÙÌ´©Ó_úã¦M>’F…/&C¾\¬V—GBðåhD<Ý)ÓÐeøUg†FsÁ]º•êònWNI’‡*ISÓÒ÷ïÛ›ðÒK/?øàOÏG<’’’[Zš#ú Ëòù ýbÒ£8l)€–Ö¦””T‡«]Þ †a˜””Ô–Ö¦qc †PX²¬ÊãqëtE•ÀÈm¥3¦Ïœ1}æ(dÅEU.—M#©¸È;e dc¹o­6[nnîþ}û”ÓŸ>øà_þò—C_]XXh2›£[œ+Ëò³Ï>ûÈ#|3麘 îÒ­TW‚ñв’^±I†aYIeY~á8ߢðÓO7\ÀÐ/ŠŠ1p/"…¨vgôÖN𦭛V£ †n—$Ëvkœ ˆÃª¾‘z´¥µiË–M‹/MJL-UºÿÀ>e.éH„©|15Hùré.„È—÷\Rº§°{(;QVPP ¦M›ÒÓÓ1` xóæÍÑ}JM’¥§ŸyæáGþfÒu1Ü¥[©ä+@»ÈWž>“¯HI:ŒeÝO<ñÛP(tíµ×Ýzëm°yó–E‹—Ì™;o鲫ޗ•Çq™YÙ¿}òÉyóçÏ™;ïxYÙ]wýhÚôߺþ†`0è÷ûïøöw,X¸pᢇùù`¡¬Zu ô¿¹Oèaü~ÿ`ó,/Ñ#ŒÏP¥06wܸ1•csÇse뎿\Ä•­›;~lx°¥Q‘?UT”GêÑO?û4--ãÓÏ>mimbYÕwî¸sÛŽ­å¸ƒùÙÜÜôƺ×ßy÷­ÚÚSÊe.iÉÁÊiÍ©ê¾ú··ß]×ÜÜtv?‹s$ ™Y9¯¾úÚ`7H’ô§Wþ>ÍË‹GÆ€‘ ƒ¿ýí“sçÍŸ=gÞ’¥ËþñÏWñÅA]]Ýò«†ž‚ÂqӦϜ9«xæ¬âùóŽz|¾™â((7sÖìâÙsgÌœõÔÓÏàK†eÜïÜvë­ë֭òüÅ_,˜?_­VaŒ±,/Y²ËòÿgïÌãjJßþÞµ[Z¥´)$J´ïu‹B¥Å¾F†ŸcKÌP–”Ýì–Bv©H$Ú[F-3(²KWË]Ïùýq¸sÝ{îí–¤Éóýôñ9Þó¾ÏûlçÜç¾g¹ ]õ»®X±ÂÙÉÙÑÁñÏ?ÿ èׯ@@@}]Žaî^^ì?ÿüǰ~ø¡±±qðà!#†ˆ‹ŠŠ"æ*).vw÷hlhÐÓÓ›?oþäÉáÞÞ>ùùÄ^Y9o9œ1cƺ¸¸ºººÍ›;'ÓŸX%U~¿þö»<ŸÈ¦‚•¦­­]ZZúõì¯sr²BÇÉÉé‡ï¿ÿñ§ŸF•™™ijÚmÒäð””UUµNjjÙÙ‰:Rñ\çÏgIu–œ]’ &Nš|¤ÜúƒcB¸yRØ?÷ïWUV­Zãà`¯Œ2·oß¹tùrqa¾ŠŠ ŽãÚZZ3¿šã8é®îž“'…]¸xð͛6nß¾³¬¼ÌÐÐpçömT*UÁ^UUÕY³¿~òäI]]M›uñk™L¦<9ºmûÝÎ]]].÷+Š<¯J¶ß½[1ý«¯N;Ú¥K—EK¢º™˜|;盜œÜÍ[·òù|U–jlìj+KKYÏ«««3&7û"BèïþYðÝ”äë7lüÔá´‚/P¨Tm--Çe½×Ðа`á¢Ç# ÅÑÁ>&zBHÖ4yš†Cqe…“êðÁI™JÁq${/)BHMUÍÁÁñäÉ”»wﺺ¸݈žÄ‹Å Ä1ÜÁÞÞÊÒÒ´›)ŽáŽ•f_Ì~ýúõ¸±ãÞ´ëê$Ç"„ºèvñòò:y2eÈàÁ™™ç7oÚŒc8ƒÁðè‹c¸E¯^,•{÷JKKeåØÚÚ}ÿýK/ñôô2d©òt*E™ô“M É “æ9i]Ü<ÆŽ}ÿþƒ ¡g338œ4©^¾x©®®Þ¥KÇétz_++¢ƒTÎ"„6oÙš•u¡®¾~óÆ DªªÔê©Ò¬³“¼“ɨ‘#^×Ô<~ô8jÉb''GÒ<'¦X»öÊÕ« õ ±kV=Ň³X ¢EÞQßZ6’féa»õÇŸ„BáÂï „ÊËÿZ²téé´TBÉ$3fTc#W™3R âH*GÊEÍ2y€Ï€ß-zõê•ï !Mê/_ÅÇ˽¿ÿnÝØµEIŠã¸££ãþ}‰Rí***ÄFSa½Û¦Ò¨¡ G÷î¹99999égÎüôó/gÒÈW¾sÿ~ý:Ôí#˜H(D8†I¾*ßÊ¢J“ú…*ÿÙ†ÑIÿnÝs3š½@à#O¦P(?ÕÐÐPý¤šó–“š–2x¿¹¹yaQAéõkövNŽN¾‡ÜÐØ¨ÂdòùzT™z*58(DLeÈË—/ëêvîÖ­Û°Ðã'N,ZòìÙ³%QË&íïÙ£‡@ Î>û$ØŸ(‚ãø£GV¯‰=–Òµk×-[\½&vËæM8Ž×××8`áw ò ·þøÓÞ= Ê(sóÖÍ>}úˆÏÔò¦xûö­­í‚ùó¶ïØ1õÄñ£&ÆÆ³f~&#hh ‚½#G [«­¥…ZsüDòøqcIu~ôèѦÍ[ÒO¥êêꮈŽQ°jNrB£ÆŒ£Ñ¨¡^æ½vý±Ã¢×W3f,Z5|ذʇ•q±kž=·nÝ¡¤$--Íee‹-IK=)ëùººzIŸÿ¶A8+&„M¦R)=ž5ó+Çe½—£¦ªšš’L 8Ž?ñBÖ4yš†CA½¼tHJ ’˜kæW_Ŭ\ùüÙ³a¡¡ÔÔ¸\.†a˜HD¥PBá8©œžÝ»—]¸xñÔ©S[¶l¹•%5Ò÷’J¦ß®;X,–lbˆƒNšçò"XWWÇöòZ¶4êÌ™ Å'M*ûnݺ ôäêâêììÂb±dsžHkë¾óæ~›ž~†Hy*µzª(v’—½õõõ||¼½ÙÿÜ¿?ejäŬó4M^ž[÷í»liTiéõ9sçå\Ì"–åijHnõ¤ni™¤'.ÒÃvÄðaáSÌŸG¡P’Ož1|¸äeqq’UIJ§Ó‰³ƒÁðf³—.]výúu;;; Ãþºy³ÉÒðÉ“';wööö¶êk- ÍêLÌ.Ù³ °ÐÌÔÔÄĤì’+¥HæÂ½z'——~}R¼!„ B6ã®íc~P¸/Œ—y…Ö}$­×82™ÿ&÷`¿Á™Y™õuõþC†ö¶°Àq¼ôúÕ¹süøófGGË>– :='7W ú(È0I™ææ½ù>pðÀÄ »™˜ÍžõÍ?o}ðàÁí;·æÎ™Çd2«=L:˜èØ£{Oå³–ÏçË69v<8(ˆÏç ?1lÞ¼¹ùÎNN&ÆÆDFlHçóùÅ%%..Î:::|>ø°aã'†ñù|>ŸÏb±ú÷ëÇçó»›™=züˆtRYe„BŽcRò¦PQQñòòäóùV––æ={êëéñù|ë¾}+++›Ü{øð‘ÌÌótýÕËW„i¤:—”¸»¹jhhðùüa¡¡W¯•*iÁÁûº¾¿Ô@t3zTvvöªÕkŽ=,‰òóòkjÞÌúßl¢O]}=ŸÏ—õ¼@ÀÇñwŽá|>_$}êpìݽ«k×®µµµS"íìl=ÜÝe½×»·Eüúõ«×Ä:9:²Ù^|>ŸÔ4yš†CAóópYá²:\à–óxŽpŸ> Ì7v,Ѩ(¥6ÞÿûA‹·÷w‹]½vÍÁÁðòòr†â øÄyÕÕÕ…ÃálÙºõdò B H$:tøpXØÄ¢¢"PØÓ¼§º†º¬œêêêÎ;‡†† àcÞËB ÈžÞé´¦Ó/5-M61$ÓF6ÏåEÁ`¸¸8+ãpyIõÇÎíwîÞ½v­ôð‘£II‡< ›ó<OEEÅ›ÍæóùýmúoÚ²EJ­ž*ÊŸäe/N'¼dblÌd2+îÝëÙ£iO6ÄŸÏ·¶î+î)9»äéQOê–GGöÄEzØèééÛÛÛN?sìÈ!ñ„d’(FjAIåȺH“'„M¦P(]ºènÙ´Qýeã{󯛊—VÝ'\%ˆ÷ðôÒ××;}êÔ;wÌ›7ŸÇçc640°É’´ü¯¿V®\E£Rq„ÇÅ­UPÊë,9»¸çºøuê^Ò÷—í%?ˆ ÷êêó´ \~ëÔ \Ôˆ¢«é „è*Žõ¼øNÆZªùXò:÷ý½ ÆFÆS&O‘¼UÅÎÖ~ëO›ííì‰ÿöìѳgžM߃p—eK‘H”˜˜>yr·nÝçΙ·}ç¶¹sæ1™*UU÷í8Ô²e³nI‘-^¹\nfffaaQÂîÝ¡ÚZN~~¾ø¯Ô@©–÷ IŸÙ8Žã8ƒN')„a¸’ßÑ-ûô¾sû—Ë_@É›‚É`T*•©Âo Å{/_¹’šv*i"‹Å:tðþƒòtÆqD{ß(µtÑ‚ë_„«+«ªTTTÞ¼©500ÀpܦÿŸÚ*ãÒJ¾áYÀçKJþ¤á´BSSÓÅŹ  Á`ÈzÏÄÄäıcÅÅÅY.îJØ}`¢ÓH4¹rõ*i8DT¸¬2¸"]%Eá8J÷í·’ G²Þß[*ÞF¸¡ÁÞ=»¿™ó ÇÇ0,8(Ȧ„ÐÔ©Sœ]ôõõ3Ïf „&…M$=Û0 bƒJ¡©"O¥VOåÏNò²Ç0 È[ª„!Âqy§é…Ì¡ýa¤HŽúV´‘ôÄ%ï’zêT}C½…E/âN Ù$QþŒÔ‚8Ê“ƒ>Bº‹øâ-¾Q¡IýeãÛäñÒê±kJ=q_UùÐÈÈ!´fõêË—JˆŠpàÀÙÙ‹ JŠ‹¢£WWíïÿó71ÄÓÓóè‘#Äö¼¹s—,^,TÜîçç»nÃÆèå?¬Z=oÁBÃhtÚæMÍLMÇŒ5løH]]]â@Ç —,^4uÚ „‰±ñÚØÕÒß,eÖ?+³iÃúúyĨ1ÇUUUÇŒÝôd«> öz¸»Ÿ8‘<ë³Õ:u240 ò^g##£Ó§MŸ1ÓÐÈPKS³¹«¤ã&L¤¾¿Y9å䉢¢âŠ{ËØM£Ñü|}ãâ×ÅD¯Ø°>>:f%_ÀÇ0Üwà€>}zëééÉzþÛ9ßDN›ajfÚU__ìÏ6Bhâ¤p•ÊðøøŒ1ÇqYïݾ}gó։ż¨%‹©Tª^—.²¦‘jÒt8d"H*\V)s4Êû¥Í6¥²²räèÑf¦¦£GŽú÷1þÖÓ„Akúñ&ÒÄw#Íó&#ؤÃI“J(ýôÓ/U!WSS‹[»FCCCCCC*ç ºȦJÓIÕJ©¢üÙI^öª««ß¹sw̸ \nãúøµ EAÏ›·nïÝ·ŸËm\+~¦–t•”ô¨o]eO\ :ƒô¢®®î`o—_P¿6VÞéWù3R â(ïÌ&墿. +£¿l|›Ô°Õc×,(õõõ;·ýöÓ¯¿¿~õêÂÏÂ[çÐÁîîîT*•B¥+íE—KæÎYðàÑß<ÏÈÀäï}Áæ>ßàÜ׌O¡© ÇE¸‡0>ÓÀ©tßdšßaBZ^nîw‹£^>~äð¡é3ÿ§à¡¢=‰»ç}»`ëO›§„7ñz¦ÄÝ !¡¡ªªjŠeþyãÏ“)'‡…†¦¤¦6ÜÖÆ¶I™ZÚ:RígN¥ÚØÙ·“Ðܸ^Ú~”C:L8ä‘SxmÆÔ0¾€ßÁìÚ»ÿ¨‡$UûÑœÇãôT˜Ÿ ‡|‡4¹=Ä÷ÆõÒÀàP?ªÚ¹cGð°êêê°JÚÞ–I%¾þ ¤×EïÊÕKNŽÎ4!dè8¹úÚáîÞsDo«… Ï&ÄqŒ‚pFçÞ5ÿäP ¼äݦà&NÛþ¶[ÚlÛß¶yï“/Ó¦_‘P¸o契“lúõoñ+ÍàEÁRè´NÉ.øAÑv¥¹Ô"òÌäÿP|ÿ=K@ØÎ*RÇqÊûÒÔÌØøÞÝÛ…ùâ7.õå=mL_eæ4¶“¢7ø‹ÞV]©º|wXMú1†#Eîmml‰…Ìf%®b™v¶öf¦Ýutt>æ`€’ ù2?ŸT„šóßÿ]P’¶+Í™ F~n6”¤ÕäÿP|¡$mß5éûÿÑhôî¦Ý»›v—èàÚøäâݼ]X}õû”BÕ4ìQX¸¼UÒVOʦdjkkä¤P’‚!_æç†(Ô.(IAs°L†’ô¿•JÅ¢4™Š†1Ã’ ؇L¥Ñ¨ïß´O¡Pêêê¨ýSc˜HôIeBI †ÀÉúÝI™Jé¨vAI šƒ`2”¤ÿ‰z”ÒY·3Çc±T>òW¡H¤Û¥ †a ÒÒÒzþìiWÃTïùógÚÚÚT åSÈ„’ “5|Ê‚np8À!%)Ð>"Á`öïo[\TÔ·¯‹Å"~A¡¹Ðèt‘PT^vc ß >ŸO¥Ñ¬úö-).vusOmÑê †á/_<¿TRÒߦ?ƒÉü2IûÜú«¼ýD§])†t˜pȃÇãvH»Úsàþ»IÕá‡/ÄÆŽjò™S©âm*•ª¡©Õ»OŸ.zúP’¶kTTTz÷±R×Ð(.,xõêÖ¢Õ©Tª®n—~ƒÌÍ{Õ××Óht333L„•–^åÔrZ,S[[»¿M?–*…Biu™¤}Â""!+€/–·œÚfÑð…ÃmhxðàŸò7úÛØè’U¥P’¶#0LdfÖâ7…Jý!ŸÏ¯¯¯`³§¹¹±‰±H(ÄZz!€J¡0˜L¢ýD2¿Oe€"€/–Î]ô¬úõ»{玻ò%é©”dpÐfN€ŽŠŠŠ†¦&GÎT¹«¤ÿ°<Áw@Г[N€ñÓ”ònù“[’¶îÓ^,ôÄ]8ªˆ~œ‹ !$€R%)Öª%i_«ßͽoõš+èp: TIÚŠ©ºaØé‰…GÆÛÓ~š 7j‘ øP¦$mµš´õ3»é4†Nw»ÙOŠv]ƶ‚ß1Š~αU`áÕú”k CkNèï‚—°ðjeFO´þ:¸—ø¿Á.F±áýõµTrì¥37Ôbf€¹™žZäàM΂îÓO¯e¦I]ÖZâF¾t>ὤè~/êncÊùvsqáS*^C¡ð{:ÌG×FV£Á¢)oQ&…èi©<{Ã¥Q)Fê5u| áŠs³ÔÝwñÁ‹Zž ƒ–zé±Tg*•‚a¶P(lô/ÜxÖ’rþñÛÏÜàÀhÅ’ôc–¯˜¨¶mK7f¾~7½,}Ac1“e„óÿÒë¤ÕÕÎøŸ#&ÿL«ây•c øHKžœk÷^ۛ뜹RÝÛXóï'u= ÔŽ´ÑWeÒN_®F™êuînüSê]¢ˆ«±ž–Ê/S¡c1i <áÎŒ¿é4êò Ö—ï¾ÖÓT¹ñ൙–Ž:áèáóú“Å 4êWæ|¶ûü?â©Ãýzhwb¨0h^6ͯŠp„e7ÍGC„Ž£¸öÑ•;3°×÷‰"„ìÍuül»b8zSÏ?’[YÇÒiÔúÝzÑE‹¥«ÁL.zôðy=$ß§@(vÖí‚òñöNKKEUVVÚØÚa6jäÈÝ»WW[Yõuss;w6£Å³lÞ²!´`þüÿ–s*++ûõ·ñòòL?}ZÊ’µŠ‹à󗤾´‘::],ÇR¨L.'KÐÀ`ªš ©L„€wÃðÎݼ:u6Q½uZÿõˆ,±7&•SöàÍtÿ^g®­¡ç‰vÔcƤBB<Võ¢¾Ÿ™¶žëÁ³zB«·ÂžÔõ3Óf1h½M4Jÿ®‘õnGøûm†ß}ÄÁqôèec÷®‚]Œ­MµD"\jˆäŸ“…î×Á½g µ07ÔÐ×fá8êi¨ñ÷“·Ïßðp E8O€I%¶»ë«ß«®{S/ÀqTr畹¡±W Äî?­Çqôô5WGù1îí`Ÿ‚Î;kkkïücÇKÜ·ÏÜÜ\¼‹óöí–­[>‚z\]­©¥íí3`òäpý®#FŽÊÏ/pvqíj`µté»ï9iiîº]ôzYô^¹r†a¶vö‡ÃáhjiÛÚÙO©©¥}ýúu„ÐÅìlM-íï¾[HHv÷𘦧ßÕÕÍíFY™<µµµãÆ704ê¬Û¥_›ÉÒ¿–‘‘áí3 ‹ž¾±I· 7"„RRSÝÜÝu»è™÷²Xöý÷|>_”Dê)‹$w5k®& yÈ]%å D-ú uÏà'˜ð.X×ý¡õÏïݬü;iëñ0;Ù¿y~£êfÚ¾Î_¼o‰|B‰èPrçe¸_Ïܲç|Çqã D9eÏ‚]ŒU™´?ÿ©©k|XI¿ë#Špç D8†ó…O B=yÕä¯>ÆšÖݵ|úëoI¾M¥Rd57Ô°7×Ùš|›/ļûéëk³ø‘P„a.ÙSvì»nø»n!†Ð;„ïÇòÔtoGƒÙú"Y,•‘#G&&îëÓ§÷«W¯-\(.1e¹~ýº‡‡»³“SVVVIIÉüùóv'ìþí·ß#Â#ø|^xx„—§çáC«2ÏŸß´y³®®îúuñáSB¿þú‹†ºº®®îñ'vÿôÓÇŽCEL‰ $ß¼ykÆŒþCü¿;wêÔÈ«W.ÿù矲UÕTϜɈZ²ÄÝÝíÎ;,–¤z7ÊÊ&L SSSûáûï5µ4E"Ñõë×#"¦tíª¿aÃúôô3¿üò+“ÁœñÕ „Ð_Ý;v¬……ņ7lذ«´´4jéR}}ýÅ‹)¼õœ¸:OìúçÉ[“æggÿ×sÙÇ·%Æ#©FM5†Pˆ]ÿçõ‰üJc]5 ‰D•ò½ªLjMŸ'!·é©C ¿ûˆÓËHCOKÇq1話D·{Õo-Œ44Õ8Ž»YêÞ}ôVZ±·O”ÙÓ§M{ûöí²eß»ººö·é¯ §……E|\ÜäÉ“BÇ[´pá!CBUU•égÎ`–_P0fì¸;v"„²srüýý ƒÁ=j”¿¿¿“““‹‹ËÑcÇ^½z•ššfoooÓÿÝtÖ}ûFNnÝ·oEEEUU©@ÓnÝBI&&îãñønn®’ꥧ§‹D¢¯gÏž7onäÔ©3¦O?“‘aØŒ3"§Nݸa=Bètz:ѹOŸ>óçÍ›2%!TYUE,Ü"„¦EF~5cFìš5¤²HrW³æRl´d•´µj…gB§¡Yí“BUmÝWÏ¿öx&tBH9á8.°ó¥O¤ e„Pñí޽t¿lWL¿¿pÿo ˆ2ÖUæÞ ÃpDAÇòŠDB¨àæóeãûq[“o½[ܪ|ãfÕeVPož@Tó–GT¶oêxIïOóïE¡ †ïʸ÷‚Ï•‹ãø+÷xþÃ9¡}B¯8¼}YÿHé ®¶!ùZÌ“êêÛ·þzSSƒ1z,iŸž={úùù?~ÆôiŠ¥éêê"„è BH¯‹ž¸Ã0 …‚š=û“Â&jjª! …"Á¯¿ž1å«™³jkk§¼_"Eñø|© RÝ»wOKK½xáâÍ[·–¯X‘““|âxË<£££ƒ¢ÒhèÃfª0BL¦Š¼Rµl®Áƒ+6$ùØÈ^€Ž¼ÒI¥jjiYZYµ»’!TÎÚåéºzƯž¾.ç.URò‚—¥ZVøóß‚Ã@=·ü™¬(qŸ{ÕœŸS8!¾P´hç•wš<¨)P#5äxþÃãù%[B|û黲*•ݯ)»_#oì¼m—ˆKw^^ºóR²›¤µõü˜ý×!k?¦½Qzµ¿ƒªšÂñׯ^uÖÕ%í½‚Íö>|xÉ¥K-›+0 >~݉'TYª™™™VV–3gÎÔÐÐxòäÉÞ½‰î¡!!ݺuËÌÌTSS3z´xxEEÅŠèh ¢TTTôêÕ«[·n¤­­û]/½îååikg›••õòåɸnÝú_ûMMMM[G[  \·nýÎ;;w~!4t¨<øø „’’:::îÛ·_^7I‹Ìº›‰Û›5W~~CB>ý :0***\ïJIQ Œ Û]IúHèQÃíªZñW-×à‘ÐCÙ%R9èjªÌ±|Åá]¹ûÖ¿@nߺÙÏÖ¾“šššº:N'ÖI±µ±±µù¨_¯µµµMLÜ».~ÝÌ™³ †µµõÈQ#BóæÍ]µjõœo¿õ÷÷÷ðp§Ñh3¿úê‡åËG¥.q/¦½½ýãÇÕ©©©–––;wl—'J¥½{ÇÆ®‘²bÿ¾}ñññ«×¬QQQ™?ž­­íž=»ãââ.\¤­­ýõ׳—-[úB¦þ#pppX»~ƈˆ)’å²’mݺEÒÊϥ؄¼/@‡A»sgg7·?K¯7·$¥Ô××ïÜöÛO¿þþúÕK„Щ”äâú~­¨Ÿõ^€ú´Œº]5X/ˆ ‰[§òàa#¤ÏœJ ‹ˆ|Ë©•íŸrâ˜÷@?uuuƒÑNL¸téÒî={HÊɾhooàÕžÀ— …J¡ÓÇ% I²ÂáÔfg E=~TµsÇŽàa#444ÔÕÕüzSkê÷JÔë|ý–W"¨GÃ0„ãt:½ý¨4rÔh‘H´4*ЍGà‹Çp:.ù<ƒ’´Å…{‚§û¼dâäTp½¾íyTU)ÕbldÄ©}‘€vW’@óJÒó<Á;@˜pœ_8Tp%)%)@I @I P’P’@GÂÒÊÊÒʪGOsÝ.zÄv\\<—Ë5éfÚ>Æ0lã¦M²ízú]ìm]ˆ¹H7Ú b}vïvtr<ÄŸÔŸ"Ð-vEÛÄŽÔ'C{>X€’þ3ܾuëö­[ »¬­­‰í¥K£Úfj¡PHºÝtᲑ¤pÉ8“®`oëBÌÕÞô¡XÄ] “dž;Û¤?»sÚ&v¤>€’Ú/±±k==½llíJJJˆ–ÌÌLoŸnîî}ýÊÊË¥úŸ={ÖÃÃÓÃÃÓË‹}ïÞ½gÏžY÷ëOìº{÷®·Ï„—Ë56é¶tÙ²1cÇ%''‹·ÓÏœ‘ÎårŒMbbV†MšäééE¨³r%—Ë4fì8ÉÙ‡Êî%•iÒÍtÕªÕžnîîeåå‘Ó¦Û;8†„„666Š¥íØ¹3::!t2%EK[§¦¦!äí3àÖ­Ûâ¹31,ÌÛg€½ƒã´é3x<žØœ…‹GFNó4¸¨¨X^£šå(1‡vrvqqu9jô‹/äùDy‡Ëæ¹<@I ­‡Ã±µµ-(ȉ‰^»6!ôôéÓ–/OM9Y\T´iã†Y3gIö¯®~2ûëoöîÝSXXpáB–‘‘‘<Éoß¾äçwôÈáñ¶‹³3©ðººº€ÿû÷¯Y³šP#&:šÅb¥Ÿ>}ôÈaYá’{å)Ìápœ Æ7lØð˜è¥×®ªk¨''ŸËñf³srsBy¹yŽŽŽyùùµµµOŸ>µ²²TÒ¿þòKnNv鵫šIþkŽÿ„„]Û~ÿmÚôé"‘ˆ´Qžæ¤2Å> ‘Òa]|¼‰I·=»bb¢I]Ô‚@+é@ÅÝH§TlJDıcÇø|>BhWB´ÈÈf9ŠàáÇK¢–¦¦¤\*)v°·_µTžO”w8ižËúàA_,+(h(BÈÍÕmõê5¡ÜÜÜׯk&†…½«®êë%ûçåå²½¼,,,BL&“Éd¾}û–T2“Éôõõ•Ú–'\UUÕÍÍ !diiUYUÕ,äÉd±X!{{{KË>¦¦¦!‡ÊªJñXKK˧OŸp8œ’’’ï¿ÿ>++‹N£{zx(?ûþýRRS úóç/˜*L¢‘Á`öZXX°X¬¿ÿþÛÔÔT¶ñúõ뤚“Ê”ôgZI*îÖäzzzžž^©iiƒ Êʺ°yÓ&RïÉsAQQ‘7›mddˆ Ÿìë7¨¹©"ëpÙ<çr¹²>€’Z&“I¡PB4Ã0„ŽãNNŽ“’””@¥Rq'¶ùd¥BH–Ü–'œÁ`¼—F!ÔPy2™ÌwÅFSQa‰·…‚îgõp÷8‘œ¬¥¥5`À€ØØX:ƒÎöf+9uAAá¡C‡ÎŸÏTUUݾ}{EŻ˻†aF¥RB‚÷>‘m$Õ\žLI¶M •t ‚nÊäÒW3¦¯ZµúÅó¡!!jjj\.WIGµ€f9\|"àÂ= ooŸ‚‚ÂÒÒR¢ŠºQV&¹—ÍöÎËϯ¨¨@ñx¼†††††7oÞ „.d]øá|A¤Ó%ë9{•—I Û›½~ý¶7[U•¥¡©‘ššæãí­äØÚÚZcUUUÇSSÓÄí"‘èÈ‘£¡¢¢b¡@`nnNÚHª¹<™Íþ†­Ðï·ç’”b®®®gë[###åyO±ª¹yyÕÕOB‰‰û¼å‡Oy‡Ëæ9œhK`•¡¡ÁžÝ sæ|Ëãó1 jÓ¿¿x¯‘‘᯿ü<9<Ãp:¶o_¢¹¹ùŠ˃ƒCÌÍÍ ?F¸S§NqquÓ××;›‘¡x¯ò2IÊ6{îÜy>Þ>!¶ûþýD¢‚T??ßÄ}‰#GÖPW7éf"n×ÔÔ,ÿ«œííÓØØ¸k×.&dI½!Of »(åäÉŒEëæ’TdÃÂ&?‘lmÝWž÷«jjjº.>.8$!dff¶cû¶féCêpÙ<766†“mÅÀÀ    ¾¾~ç¶ß~úõ÷ׯ^"„N¥$‡GÎïm@bÂÎàa#¤ÏœJ ‹ˆ|Ë©•íŸ|ìˆÏ@¿Îººàºö—ËíeÑûч7\’6S¦L 7n8 €Ž‡ªšZR➣ÇÊîâpj³³Î‡"„?ªÚ¹cGð°êêêpá í¨¬¬tvq}[W7jÔ(ð€¸pÀÇÂb±dùHSSÓË—JÀQRÀ*)%)%)|QèéwýÔS`¶q“²¿iž°{·£“óà!þ¤Ã‰Ÿ¯l®2ª ܨ¤??©‹Z@bâ>W·ÁCü‹ŠŠCC‡Iº«Y‰Ñž3JRø€aØÆJ—¤»&È#ð^Rà3óéÞKúôéÓaÇŸÍÈÐÖÖ¾víÚœ9ßä#„ôô»¾xþŒt/—ËÕïjpøÐ¡ÀÀ€-[·þüó/Ù/˜ššN˜81$8Ä×w ¼!çÎf¸¹¹]¼xqëÖSRN …B“n¦OŸTKêóðáCŸ ŒŒ ׬‰ýçþý„] „œ“O'~']¼<&NÈO:p 88èDròÞ={SRNÊ3í‹Nž<}:ý;ˆ"¬S§N-pEuõ¶·wÆ™t >Ÿ/ ™L¦¤QÄXR£H}"Y’*pòĉjjjtttBóç/°±µ™:eФCd£R©JºHÖ3Š£CjˆbçK´¨¨8...55Eì.ICd`ò‰ã~~~mŸ9­BËÞK /:,¹¹¹¯_×L #þ[W_¯Ì^‹€²···´ìC|Þ;88TVUÊ¢ªªêææ†²´´ª¬ª’§OQQ‘7›mddˆ Ÿìë7HICX,VPÐP„›«ÛêÕkš4ÍÎÖvùòK—-óôð?™L¦¯¯ïgɀϔ¤@‡Çq''ǃIIÍÚËd¾«h4šŠ K¼-å a0Ä•JÁ0¬Õ a2™ !D£Q ùŠMëÑ£GQaÁÅììÓé§·þøãùÌs-sÅÇ Ø' œ\PPxèСóç3UUU·oß^Qq¯]$ë™ÒZî’'‡Åb¶´}æ|Fà^R ÃâííSPPXZZŠÂ0ìFY™ò{[ ðƒ¯zt:BH H6zxxäæåUW?A%&îóöönÖpå5©®~Â`0BCBÖÅÇ—•Ý …-p›í—Ÿ_QQâñx i”’ÔÖÖ›˜¨ªªâ8žšš&ëYÅ”w‘¬gZ`H 2‡4²ÊËi³ÌøŒÀ*)Ða144س;aΜoy|>†aAACmú÷Wro J1uêW7}}½³D‹©©éºø¸à„™™ÙŽíÛÌ%žròds5)//[M£Òp_·nNo+ŒŒ ýåçÉáá†Ói´}ûÍÍÍ?Ò(eðóóMÜ—8rÔh uu“n&¤þ”RÌØØXIÉzFÜ_yCZ9òCI9m–9Ÿx¼ øÌ|ºÇ›h{Zöx\¸>3P’P’P’”¤ðI°´²"6 Øì_³pÑbM-í›7o))ð›Zá§ÃË!~iósù*a÷nG'çÁCü%ýÖ\ôô»~.ýåyO¬RëêöySâ3úYÉ€’ärëÖm„@ ÈÊÊ’üF¥ê†­T´†œOROìJ8˜t óÜÙôŒ3éŸBìçM‰Od¤P’À'A¯‹žx{üøñ‡B;—éãí­¢¢‚zöì™u¿wïe¼{÷®·Ï„P}}ýİ0//6›í½pá"„PÌÊ•\.whPИ±ãĉ¬U«V{xxº¹»—•—GN›nïàÚØØˆšæí3ÀÞÁqÚô<OVÎÙ³g=<<=<<½¼Ø÷î½û™¢ØØµžž^6¶v%%%Ræ>|ØÉÙÅÅÕmä¨Ñ/^¼ t026‰‰Y6i’§§—xHff¦·Ï7w÷¾~eååMÊYUq¯bÖÿfÇĬ”ò¬ª²BÄzU±»ä"ÅŽ;££cB'SR´´ujjjBÞ>ˆ/¤Þ *%Dsä©!kìçM Â(yÚîÙ»×ÎÞaðÿ•+WyzzI™/«©œ 7þ°|91äòåËD•O!(Ià_òòrÅÛ¡¡!§NŸÆ0ìàÁƒ&ŒW0ê\f¦šZ§üü¼¼¼Ü•+cB1ÑÑ,+ýôé£GKöäp8ÎÎÎ……ãÆ6lxLôŠÒkWÕ5Ô““O"„~ýå—ÜœìÒkW554’”’S]ýdö×ßìÝ»§°°àÂ…,###B ­­mAA~LLôÚµq’s=|øpIÔÒÔ””K%ÅööK¢–íuuuþöï_³f51äéÓ§?,_žšr²¸¨hÓÆ ³fÎjRκøx“n{v'ÄÄDKù !$«ª}jee©Ø{b;‡T RcÛCJÈÓ6..îâ…¬Ìsg¹²ÕTΔˆˆcÇŽñù|„Ю„„i‘‘ÍJ!€æ¿Þ|)¨©©988¤¦¥UÜ«puuUÐÓÎÖvùòK—-óôð>>óçÍ‹·èèè444¼yó!t!ëÑX]ý„Á`„†„¬‹/+»! ‰CHTWMR[[klb¢ªªŠãxjjÚ»¯€rØlï¼üüŠŠ „ÇkhhP,ÐÃÃ#7/¯ºú B(1qŸ···¼žÞÞ>…¥¥¥! Ãn”•µLŽYU !õjËøý÷m×®]û@oöúõØÞlUU–†¦Fjjš&(éå=ßR‚77·ììlâ.ÛC‡+£ƒ<\]]9ÎÖ·FJ\µoY 4 ¬’_4mîÜo?8èô+–‡˜››ååe+¢£iTŽãëÖ­#І©S§¸¸ºéëëÍÈPf.??ßÄ}‰#GÖPW7éf"n—”óë/?OÇ0œN£íÛ—hll¬@ ©©éºø¸à„™™ÙŽíÛäõ444س;aΜoy|>†aAACmú÷o1FF†Rªš››+BêÕ–‘””dccóAMÉfÏ;ÏÇÛ!Äöbß¿Ÿhnn®¼@ÅÎi–ç?{JÒ½{÷%K{û ÐÕÕuwwc©ª*£ƒ<ÂÂ&?‘lmÝ·e© <ƒ‚‚‚úúúÛ~ûé×ß_¿z‰:•’9¼´‰ ;ƒ‡jý:ëê‚ë:<gâİS§ÒÀÍ¢±‘«ªÊB­]÷¦¶výºø‹š2ej``À¸qãÀ«(ªšZR➣ǒØk³³Î‡"„?ªÚ¹cGð°êêê°J @;ESSêѰ&vM^^~]]¹¹ùöm¿·LHeeå¨ÑcLMMG.  €’ C»fÍÇ 155½|©œ @›7P’P’@‡ðïßïMüÒcs%$&îsqu<Ä¿¨¨84tѨ§ßUJø§ a÷nG'çÁCü[ÑK++bÃÀЈÍþ÷Å= -ÖÔÒ¾yóV û‘qi­øÊÒ2µzìÄ>o.Dš@I ¢$ÝøQ¥ÏŽ;öïKÌÜÜÝúú••—K_Uq¯bÖÿf ¥@¸¬.—klÒmé²ecÆŽ;zôØÄ°0//6›í½pá")=>ìäìââê6rÔè/^HN³²µÌAéuÑo?þСC¡sç2}¼½UTTBÏž=³î÷î%wïÞõö€ª¯¯—R^VÂ^#c“˜˜•a“&yzz‰U’µNÞp“n¦«V­öððtsw/+/œ6ÝÞÁ1$$´±±!41,ÌÛg€½ƒã´é3x<ž¬œ³gÏzxxzxxzy±ïÝ»'ÏEbd’š°aãÆ–/'†\¾|™ð‰ò±“ô9¬ž²BÄFD±¯äJRøL%it4‹ÅJ?}úè‘Ã!‡ckk[P½vmBèéÓ§?,_žšr²¸¨hÓÆ ³fÎ’¾.>ÞÄ¤ÛžÝ é§OoذApyrÞ¾};ÈÏïè‘Ã,U–šZ§üü¼¼¼Ü•+c$å<|øpIÔÒÔ””K%ÅööK¢–JNÝZæ „òòrÅÛ¡¡!§NŸÆ0ìàÁƒ&ŒWàÆs™™RÊKi"¦®®. ÀÿÀþýkÖ¬&T"µNÞp‡ãìì\XX0nܸaÆÇD¯(½vU]C=9ù$Bè×_~ÉÍÉ.½vUSC#éàA)9ÕÕOfýÍÞ½{ .\È222"u‘$²IM˜qìØ1>ŸÚ•0MâwŒ”‰¤ÏB²z’ iž’µ ý/¾X,VPÐP„›«ÛêÕkB¹¹¹¯_×L {WŽÔ×·L²<9L&Ó××!dgk»|ùŠ¥Ë–yzxkÖLq •JÅqœØæ¿ÿõvå•g0ïåP•šk±A£ÑTTXâm¡@XPPxèСóç3UUU·oß^Qq¯e.#O © _͘¾jÕêÏ_„†„¨©©µeÒ’FD±¯>>Ÿ¸ptÜï[t:BH ñA.…··OAAaii)Bðee-Þ¤œêê' #4$d]||Y٠ɧ<<>>óçÍ‹·èèè444¼yó!t!ë‚<å›ÔD±uÊS[[klb¢ªªŠãxjjš¬CØlï¼üüŠŠ „Çkhhh@y¸ººr8œ­?n”¸j߬؉‘ÕS±Òˆ´ŒóçÏ¿|ùN ´ßOmpЙ:uŠ‹«›¾¾^ÊÉ“²{ öìN˜3ç[ŸaXPÐP›þý[ ülF†b9ååe+¢£iTŽãëÖ­#j)SSÓuñqÁ!!!33³Û·µ™94mîÜo¥ªÞ+–‡˜››*P^ÒvSȳNÉábüü|÷%Ž5ZC]ݤ› i~ýåçÉáá†Ói´}û[ PaaŸH¶¶î«Œu 022”ÒÓÜÜ\Òˆ´Œï.úå—ŸÙ^^pZ }B100(((¨¯¯ß¹í·Ÿ~ýýõ«—¡S)Éá‘3À;@˜°3xØ©Æ3§RÃ""ßrjeû';â3Я³®.¸h3¦L™0nÜ8p@“¨ª©%%î1z¬ì.§6;ë|`p(Bèñ£ª;v¡¡¡¡®®îäRYYéìâú¶®nÔ¨Qà €O\¸‹©©éåKðjO€O¬’P’P’”¤”¤%)%)@I @I P’_ðƒ¢@‡%5ù88øB1Š´](b" ÇñVœ‹B¡Ð¨4*F¡@I J N:<ö&¶ üªÊª²¾~ýºëQmmmë~6Ý{tg0P’€RðùlKw5)‡Tù¶á]»:xþ|f;wf‡…ò€ÿ:ùY™þ—×ׇ]gôúúpBú_P’À'/Iq„Æ—tð ŽãgÏžõññfª¨{üýpoll426‰Y¹ÒÍÝÝÅÕíÆ²©S#mí샂ƒëp?{î›ííâêæ3`àe8ŽGGÇ4r¹CG³~ý†ï¿ÿxéÒ%6Û»±±ÑÀÐè»ïN™:u ¯_aaá» XFŽ˜Å‹—TTT|5sV@àPÿ€€ÅK–H~®KNG*§±±ÑÐÈ8*j)ÑA–µkãÖ®[»vm JRy>|úôiß¾ÖD—;wî°ÙÞ8Ž×ÕÕŸ0ÑÃÓÓÓËkÁwßÉêOФÛÇO˜Èf{ÛÚÙGFNãr¹²r222ÜÜÝÝÜÝ=<=+**ýW¯Yãîáѯ¿Mqq±”rptrrv1bäóçÏ  VDGO˜æîá!¢ R¤rÄá[ý¹œIjˆ¬ªí$²IM=¸Z3ÐqKRe†ï:]>‚ËS¦¦¦!‡ÊªÊÜÜÜׯk&†…=ëêë¥Æêééyzz¥¦¥ 4(+ëÂæM›B Ã××!daaÁb±þþûïëׯ+–£$òôa2™ÄŒRÄÅÇÇÅÅÏŸ7oùòBkÖÄÆÅÇ#„–.j]б³µ]¾|ÅÒeË<=<¤ §·#„öï?’šÊ`П?ÁTaJÍËËe{yYXX¶3™L.—Ëb±‚‚†"„Ü\ÝV¯^#Ù¿¨¨È›Í622D…‡Oöõ{§˜ªªª››BÈÒÒª²ªJ‡ËùìΔ5¤Yª¶e,ä ”5ôàjÅ@À— &5r…œ:&ÂpL%)´>|¾ô ùÁèQ£fΚ9cÆ >Ÿã¸@ 6ø|¾@ `2™Ä(ØŒwÛGBP :8ØïKL””/ %'š:uJlìÚ'Ož ¥Óé<Ã0.—K§ÓB>_ Ê‘ZÜå |>_ `8öN—šŽTŽ@ `±X™×¯ß°aýú ‹-Z¼x†a¡eË–Òô¸øx‘H´xñ"%(χ"‘ˆÐ!D\áåóùÆÆÆ9ÙsrrÓÒÒ¶lÝr&=]Ê]ŠÝž“““tð`Æ™tUUÕüqïÞ=)?…" Ã$e '`˜H$Iî•ìÏÄ¡g0D£H$$†(Ž©Éð}.gÊBªj{ˆEQQ‘¬@Rd.±œV tì †M”¤Æå jëù8Žc"Ñgy+\¸:þq(}iÇÙl¯9sæL {w5}ð†Ä(ôïÅS„ã÷òò,**.--%é(++¿…˜(&pwvrâp8?ÿüË”ˆñÃGÃq¼¸¸X öèуTެžï§ý@1ÉéäÉArž¤Y´há¢E %-\¸xÑ"5ïÂ=©µ´´êëkjjp¿xñ"1¶ººšÁ` ]³fuYY¹@ rÙ0Ònó¦ÖØØˆÅbavêÔ)Â!’r<==ò ˆÛy<^}}½”¤ qssÍÏϯ®®Æq|ÿþýl¶—l7b[q¤ÈAíÅ™ï¶IUm± (oˆìÁÕZ€/íÂý§Ê=grùê€óŒ}NÓuÔUê¹N]ãÛz¾š ÃvÒ›°íý'n³›´í·c—a•>ÉWCÇ©Tê׳g¿ßûî3Pª$%*ƒ%àá¨k×®;¶o›¿à;>‡áX@@€µµ5ú{w_U}ç üwîY+²ÈŽ0.EÄ*.("ˆ¢Äelë2ÚjŸé´O;3¯g¦ŠS;’N;Ïë5íØÅV¬ÚŠ­Ó±µ(ˆ ¢T- }ù•Û¶niýø{ïùŤɧ}ìÀ?tÍ÷ÝûËO_~eÕÛÿ³÷7êꫯ9ãŒ3.¸`V¡®®nÌ‘c_}ååýn×¼úÊN˜0ñM¥ŠY:š¿¹ìhòȃœ3³åû¢®®îgóîü»ÿý•ÂÉZÍ{ÕO?9ñХϮ‹“$IœÄq¢(Š¢EQª°¢õêöûU¯üáW_.ú¢?øîÎ<Vï>}ZÜ^^Qñ³ŸÞ1ó‚‹Z?eëÖ-?ºø¬ç„ÞZ¿nî-·Ì8wf=ºwïn–”Nn/O‡¬[·îSŸþÌ!CÎ=÷œ¶¦…ÐÑH‡¼¹ìh|¾¡pÂwsQ”ü¿Wªúôªˆ¢BˆB´£¾q{}þ€²lE·LE!„(ŠêóùT”Ô××í…qФiðàÁ¿Yúxó—Îår/ÿá÷")ŠÙáo.;ÚwÀ9æ/?óðÛ¼˜Ï7&I’$qEYÙ9g|â©UêÝ£ü«_ÙVS’8I’t*ºfÖø½ó–I:÷¯Ã-3åUŸsåô?Ÿì·õ¨ÈuëÖ­¬[vkuÍsw]ÓtWE")tÌQvÍÈCFï“3q;:ôç`Ë…qÇqœÏç›>ÿ7ÆÙl¦¬[®¬,›Äqmmm!ŒFQ”ÉdR©T*µÇ¯Ñ$’"’@çþIØ2’Ö×××ÖÖæóùø}™l¶[·lY®,„°yóæB Íd2ååå¹\®pv©H ")ìj ýË…M×llŒã¸qûöí©(ÔÕ7Ôû€;êÓéTMMMEEE’„tzO}£½HJ×ò‹ŸÝ©tíHÚrv¦ÐŽ/L644444Ì8~À÷~|_ccœN§f? ›Í–——g³Ùt:ÉdöÎé¤")Ùæ¾§*^÷ ì$”†‘4„t*•Êf“L&›É$q|Ù™¿à”áq§R©ŠŠztï^Q^žN§ §“F…`+’Â.‹uíèâ’âç°5¥ÍŠŠŠL&“Ï÷N’¤0šËåÒétÓGš|âvûm(‘ ‘¶ýã°A _PÜ<ªîµk?‰¤t q,“vfÙt2ð€¸WY’K'qT›Þ«‹Þ©MåcµQj )“~ø‡“šfL›?i/S$¥“¿ ¡³ê[‘ŒèY÷ú+«ÿðæ+›7o !ôêÓ·ßà¿>rì†í™êúH‰”m|{S IéÌšŸKE!I”#û.yqSa9„0nDÏ(Šž{cKë»(eUă»m[²èþ~ýûͺð‚!C‡…Ö®]³äÑ%+—üפs¯X÷^´qk½B)5tqQm¯©ŽöÀ…±c¯Ÿ/’ÒÉ5lòWwïÛ#›ËDup÷ƒû”=¶êÂÈþ¾ðÎèEî¢deÓÉ!½ë]xÿq'7õôiM·5zÔ¨Ñ?´èÉ…wžyñçß{9_¯¯¬Ôеóh¯Þ½ß®ªêß¿‡¯|ãÆ}úô‰¢K¥")YóYÒ߯ß6²Å'é_ŸOy~c!—I•çÒïV׿[]ßâ.JÙÁÝã×^^}Pÿƒ¦ž>­¾¾~Á‚7ÜpCáì³Ïž={öÓÎzóÍ5o®^9|ÐQX_­\UêÖ÷*5”¸t*=fÌØË–0aBß¾};ꘒ$Ù´iÓŠeËÇ=.[–I¡]o›¦åÃw¯(˼´nÛKë«'yà’6 ïWþFÕö$IZߥt¥¬W·ä•7_½à B÷ßÿO<ñÎ;ï„î¸ãŽBeeå”)SæÏ¿oê‘Çÿ~Ý6åê¨R¥ÔPÒ‘4“>bX7>û»•[ÞÛÇÓÍH¥R}úôwô¸®(/I¡=‘ôÏË/­«!L<âÀuk×m¬ !Òÿ€çßÜ’$E•¥Â{›7Njœ3gNUUUÓ]<ð@eeå¡Ã6VmèÛ#ç´à,uQJ %.›Í2úÁC†ä:ðCNQ”Ê–e+ÊËCè°8Фtfuõù·,~îíÞN¡ŸÜëË«›Þ¡MwQâê£ÿo5ŠÒ©"J ]M&ÍÝÆiWщíä7¡}+Þzg‡ —îªëB¯>}×®]3jÔèéÓ§úõÓ§O!¬]³¦¿[¶7¸ X–ºè”IáÃíä EGÜýå·¶ùÆÑýѦšpàÀQK}tԨѳgÏ!Üÿýáƒ7…[òèc?±vc­ýÛ¥.ú¥DRøp;™¹5ð€¥«ªLíìþ´-9|諞üåC-š6í¬ÊÊÊÊÊʦ{~pÑÖ­[:æø;_gÿvl©[ܫԀH »I¿¿ð5õÙO5äÚ-щg]ºò‘»ß|ãÍÓN;íýë·¯Y󨣋·nÛvñ¥Ÿ]ò⦚ÎnTj@$… ™ØYmÞž¼º±qòùŸ]÷òïæÿú¾Mÿ'„ÐoÀÀ#Ž<ú¨cNxô…/¿åšDJ ˆ¤P_(ÓymxgÇâ­õ‡ þø)çŽÿX\6“ªÙ‘_[µý¶ÅkjëÕG©‚|c>nŒ;öìš(ŠÒ©t*Ž:ìP");’š%íÔvÔ7>÷úæç^߬J ÕÐP¿níº_xþÝwßíÀ<Ú»wï;|ÄðlÖ·7A;hÜÐeåóëÖ®{æé“§ž>lØðt:Ý1«Í7¼ùæ›K—,IâüÈÑ£2éŽI¥")Ù7.«tzwýdeëãÆøÅžŸ2uꈑ‡tàke2ÙQ£F§BøíSO2´£®ÃŸ²:Ÿ$I6oÞä\R€N+Iç’€H @ÉÓ¸èÌö‹Æ½H еܺ`Õí¬jÈ7&Iœ$ïÿ %I¿¿N…«Ï;æo//’ÐÁ~¼ð…ON]^–I’$Iœ„$$IœÄ!$q’$!Ž“êÚú›ïY!’Ðñêó;êó‹W®iLš„(Š¢(„EQˆ¢(„¨,›n¨Ïï!‰¤V>ßÏ·Œ•Q”<órUEy.Š¢$„(D!„$ !)äÑ$!„(ߘOEI}}H À®+´æ[Üxù™‡ß¾àÅ|¾0IpiËóJÓ©èšYã÷Χ£DR€NJ[eÊ«>9æÊéoÏ“£(IØÍ@Úr–4Žã8Žóù|áö¢‰³é¬ÒL&“J¥R©=~%{‘ S‡ÒV‘´¾¾¾¶¶¶)•UÈ£ååå¹\®PERv5þeîlúŒ}'I·ISI3")»I[¶æ›¦?ËÊâÏ’¦R©L&³wN'I:s( -"iéT*•ͶçÉï_«T$`÷i›`j× |â€ÝN¤IéS$èÄ™tÿˆ¤){ŠRðÄÒÇ**h¾tD" ɞѱã4KJI˜vÖŒ ÀnŠ¢h{Mu´.tŸÄ{ý|‘”’°}{M‹`7óh¯Þ½ß®ªêß¿‡¯|ãÆ}úô‰¢K¥÷”{èXéTz̘±+–-«ªªŠã¸£úõqWUU-_¶ü°ÃÏ–e;j´fI) ÷ÐÁ‘4“>bX7>û»•[ÞÛÇq‡¬6•JõéÓgÜÑã<¸¢¼\$¥SѸ€—Íæ}Èà!Cò ø¤(Je˲åå!DµN‘”’ðÄÒǦ5cûöšÂ‚‚@ÇD½t6s@¶ôÇé\RJ‚Æ=té謔{èÊÌ’R|âDRØÇ4î +Ó¸§$hÜ@Wf–”’ q")ìc÷ЕiÜS4î +3KJIи‘ö1{èÊ4î) ÷Е™%¥$hÜ€H û˜Æ=te÷”{èÊÌ’R4î@$…}Lãº2{J‚Æ=tefI) ÷ ’Â>¦q]™Æ=%Aãº2³¤”{IaÓ¸€®Lãž’ q]™YRJ‚Æ=ˆ¤°iÜ@W¦qOIи€®Ì,)%AãDRØÇ4î +Ó¸§$hÜ@Wf–”’ q")ìc÷ЕiÜS4î +3KJIи‘ö1{èÊ4î) ÷Е™%¥$hÜ€H û˜Æ=te÷”{èÊÌ’R4î@$…}Lãº2{J‚Æ=tefIII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRDR%@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRIII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$@$‘‘DRDRII@$`–Q:±»~r›"€H ûÌ93g)ì4îII@$…v²©T·ònê%(N744¤R9aФìgzöê][[›Íe£T¤PRy4“ÍýÏŸÞêÙ«÷G}®OܳŸ9ìð#V®X>þ„û˜É8€ T444¼µnÍÊgž7î‘”NnàÁ‡žöw[·l‰ãXA D¤R©ž½zwÌ€ƒФt‰TZ¦@'‰³J€H €H ")X’$Q‰¤ìW¿*¥R۷רtqccáG¼HÊ~£gÏ^kß|cÇŽÚ8ITökI’äóùíµµ5ÕÕ={ö*ú¢>ôÐU/¼pø˜1={öT دúõ5ÕÕ/>ÿü‘cÇ~´HúÓÛæª ûJ߃ú;ö•—_Þ¶Õõð`¿—J¥zôìu䨱Ôï#DÒCFV;öšß¿´ªèí}>Ö§ÏÇú¨ìŽÃSúƒ,IO˜0Ñþè¶¼·y¤ûÅÐØmõ'Ûc͹úx@ײ;ýð=4q)’t-%Øw]RDRDÒöXµzõäÉSŽÜ…]ôî»ïîÍ!&IröÙçTUUµ¾«¡¡áŒigVWW·õÜú篎=jÜ}*úôöˆãøÛßþNÓ?>xÐþ5þÖæÍ»kÂI'Ÿ5}úòå+fž?«=Ûµ;›PÊvaçîÂÐä7Þ˜4éÔŽ}$t­Hú¹Ï]}íu×®|æéñÇŽ¿þ_¾¶7‡¸páÂÃ;¬_¿"VÍf³Ìš5wî­m=÷¼óÎ}äá‡***v'µüÇ·¿ÝôÏ îß_ÆŸÏç‹Þ~ë­·þäŽÛ=ðÀÇ?~Ä7*çìéMøHcÛeÍWØþ•·Ø¹@IGÒ×^{mË–-§OB¸ôÒÏ,\¸°ù½uuu#F2§²ò”I“Nžxʪի¯¾úšñÇÞÌókkkC‹?:å´©'O<åô3¦­Z½ºð”aÃGÜxãœË.¿bÒ¤SŸ~ú™BUUÕ¸£?QX端¾:å´©…åyóî:oæy!„šššK/»üÔS'Ož<åÿüÓ?7…¶yóæµ5òO8¡ÿþmÝ{ée—O9mêøãŽ¿æšÏ×Õ×n|ø‘GN™4é”I“N=uòÿøÇoœ³cÇŽsÎ9÷’K>B˜1ãìÂÃ~ñßÿ}‰&œtòE_¼iÓ¦¶6jÏ¿ðrÿôÏ_ýÜ箞væYË—¯(Ü8|ÄÈÙ×_É%ŸzðÁ[òÚë®{õµ×¾ðw_<çœsÏ>ûœk¯›Ýbµ­wÖ®mBëÚ¶[ÑjÒb/=6š¯ð×óçï|åE÷N‹[ðÿñí¯}í†ÂòÊ•+›ŽÃZ×¶­#êÎ;ç{ìøigž5oÞ];¯sÑG€Hú¾õë×<¸°ÿùÆÆÆ¶mÛ¦LžòóŸÿìÈ#Ƕä7*+|ëܹ÷Ý7ÿ›ßüf‹¶µ³vaZ×¶ùØÆ_ô… Zï…¶*д³gÌøÐ•·Þ;Ewîe—]úË_ýª¾¾>„pû?ù›+®hýºm­·zÍšµs*+|pÑC.Ú²eËNê\ô‘ÐEtÌE ÊÊÊΜ6-„pô¸q‡zèСCBŸ8úèuëÖÿæ‰'Þ}÷ÝË.»¼ðÈšššÂByyùñÇB8ì°ÃÖ­[·“ÔÕØØXè\=jì _¿aöõ×O8ñÄÓ¦þyîª_¿~6l4è#Ÿä÷³Ÿÿüþûd3™ªse¹ÂO>yòÉ'5*„Ëår¹\Ñ.ðŠËO>ù¤BTú̧?sÆ´immÔ6›<ùÔ¨Q£ÊÊÊ^ýõ¡C‡ær¹Âm r'Šî¬]Û„Öµ-”´0¶¶ŽŠ‚Ö{¡­sU›VØž•·óëÛ·ïI&,X¸ð´)S–,Yòÿý[í?ZoõŠËO4©oß¾!„O}ê’gžy¦­}$ˆ¤6xðàõë×7Í`UTTôîÝ»E$-,¤Óé²nï/§Ò©†|C’$Çs̼;Ú:N½ÿ°T*‰ã÷’¤pc}}CÓš’$‰¢hÄðá¿YºtéÒ¥,ZtÓw¿÷ࢠ©«ÛQÖ­ÛGÝòß.[ö‹ÿúŃ.*//Ÿ;÷ÖW_{m÷«Ùz£öÜøCqÇqœJ¥BùüûëÖ­[E»6þ¢;k6¡­Ú6­­£¢-Eû¡+o½wÚrÕUWÍ©¬ÜXµñì3Ú"o[[ùàu›ÚaëG@§±ø¡Eçͺ¨ºz[ñŸõíYŨQ£zôèñÈâÅ!„;ïœ7}úôö¿ü)'.[¶ì¹çž+D¨WµùV½{÷n:%à±ÇkŠÇsÍšBÎår3fÌøFeå‹/¾X˜¿lllüÓŸ6Œ5*„ð£Ýòì³Ï¶s`[·l4hPyyy’$÷/XP¸qâÉ'?ùäS¯½öZ¡®¾~ûöí™L&„ÐÐÐÐü¹'œpâ“O>µaƼ»æ2qâNBêá¹÷ÜsOaùò ù‘#GîÚ w¾³>Ò&줶í?*Zï…¢ÇÆîrEwná¸ãÆoÛºõ¦ï~÷Šb]û¶j[t«?þ„eË~[WWBxø¡‡w2¢€Nã¼YíäÞö6îçνåK_üÒW¿zí°aÃ~ô£¶ÿå pëÜ[¾üå¯ÔÕ×Çq<ý¬³Ž3¦­|pÝuמwÞÌ‘‡Œl~úà'§OüñÇG\qŪի¿þõM§RIHþíß¾QÈÏ<³rü±ÇvëÖ-„p÷Ýw9öÈæëüû¿ÿ‡‡y¤¶¶öÔÉSŽ8âˆ{þûMwMž2åÎyw]tñÅÝ»wo~¦ìM7ýçseÇ™LúŽÛo9räå—_6ᤓûõ;há9cèÐ!••sÎ=ofaذ¡7ÿà;©À¡gÏž«_ziò”Ójkko¹åGétºùii;ßYí߄ԶýGEѽPôØØÍC.„Ðzç\rÉ%÷þúÞ#Ž8¼è³ŠÖ¶èV6ô+_þÊÌóÏ2xH¯z EGXô‘Ði´5?Z 0à©§žª©©™ûÃÜôý›ß}gS©mÀúõ믾æšþòcþM¾ðw_üë‹/š8qâÖ­[/½ìòù¿¾·‹Œ¿®®î°Ãxãõ?–Î&t¦·ÍUŸýì´iÓ.ºðBÿƒÀîhê×·hÜ¿µ~ÝÜ[n™qîÌ=ztïÞ}?øö¦Áƒ_yå•m]§}ÜQGÂPÏž=K0v‚ñ·:‡µk×8á¤êêêógÎôÿ즦~ýÎ÷ûÁ,)Ìþ7K ÀþeñC‹ºwïQt¡(‘€Öº_ß1Ÿ¸€vjúSë…¢R!„(ŠvùâêP°“~}ÑÆ}ô÷¿G$`7í¤__´qŸJ¥ ‘4“$I*•*|)%ì²ôë‹6îSM ß].’°—e2™t:J¥Rq§R©t:­(ìåHZH¥™$IÒétS$}ký:Õ`/ÈårïGÒÆÆÆt:ÉdB_úÂÿRöZ$Íf³™L&êÑ£Ço¼Q______WWWWWWXÎçóù|>Žã8Ž ŸÊ€]SøðR*•*4ës¹\.—++++++Ëår™8Ž3™Lò(ŠÒét6›Íçó…<*’°›‘´J ýùL&“mæÿÀcq— endstream endobj 478 0 obj << /D [476 0 R /XYZ 56.693 815.761 null] >> endobj 373 0 obj << /D [476 0 R /XYZ 56.693 427.342 null] >> endobj 479 0 obj << /D [476 0 R /XYZ 56.693 407.472 null] >> endobj 480 0 obj << /D [476 0 R /XYZ 56.693 265.514 null] >> endobj 475 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F64 307 0 R /F74 437 0 R /F52 247 0 R >> /XObject << /Im11 465 0 R /Im9 463 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 484 0 obj << /Length 1616 /Filter /FlateDecode >> stream xÚ­Ë’Û6ìî¯Ð­r§æò-©=åÙIgÒ™4î¡“äÀµé]%²äJr¶þû‚$(K²w3Í4‡o€K“»„&¿.ž¯7¯M Rh®“õ.Ñœè,É™ "KÖÛäCú»9öeuìVÏ6}ÙÔÝrÅM_4õGJùݱ5ëeNÓ¦©–ŸÖ¿üc¤P*ˆù³³íK¥RðÖÔGã)A–ä N™q’1‘¬)2ÔQ`Êòô&|¤t|‹WëÅß Ñ„%J]ˆ$+Ñ”'›ýâÃ'šlá T!²È“O¹O£„ p•¼_¼[Pt}Ü)aR'/ˆÖyP‰¯CdJ>¬¥é›z[nLoÑȇ{ÛßÛ6üèïKD›ðùÈ•ÐþØõ™~sÀ¦¶ì"}†ôMûMAus)ÑÔK¦ÒÓcR7 hï¢éMK'RIˆ¢"ŒÉ`õ‹ªÜ|j©Rtø‚ÐéÛp7 â•žÊ"° T^uø}¦šNÙΚ:–]@¶f[6¼]ršû>*QÖ•,3{„ÚfÉUú€Ê"gûæi[Ûœ 껈šøp¤ | ’Ó"8ä»oœª_×9&[ëꣶ[ŒB¹·ýé`W·¦‹¸A~ø9d~»r¨ì g+ eï*ûŸbdQæŒèܹ/,-GY,#¹Ï{¯ùK«oœêL“ªi>REc®m\臛Ai,ÁX€2×D)è\’L*WP„¿<Œàp á$€¾y³g4yÙ@a¾d¯¢ðÕHúe*ªˆ’ù ‚·áœ*` ÃPJ™“ZÓ ®æXÑÏ!ÝË!r»%—+ç]!0ÅË.¢èÈGQt?]Ý÷³Ïoùp€/SïòlÎ5‘\FŸ‡Öt¨\zØ…Ú¤Qä"CE`üÑŸ„®9Bß èü’|æ@×çä˜94‡‰™d¹RL¤ÏÐNSUˆ¾ðΉÞ“§.x](h%|:Fí)Ôbìg—Ž‚˜™þ¿mΉ„ž>³ù§yËþ|îÐÖÄ!Øß›~ZÞ±„[;ëÂྮÜÚ6Ö~,è Úõ§¯î?S#õ®ig.1›¡]{ZÂà†™Í½ rä±¹çëgÒ!¢,!ˆ¤,xãÕ?æÜ†aW<Q¥™ˆù;aˆCæØ¹a?sÕ£¶@ƒ¥JÌmÿu†gl¬$äv. S£Wr÷ÆåïxÏl“LEÛÞºd‚\U± Û}GfR&—¯PÌŠŽ«Éí»²B_<¢BVNÅÓ*@¾Áº;VÇ û´V(y¢UY7[{³-[˜3M{zJ±"W^÷MSW¸fDIå\™k‘WÊIϾ'òaðÑ"e `Ð<( LÄ|qc0–Ò×MåéfÅ0¢³Q×ë®ä=l¸Üíª(û¯%ƒf×—àO·Ìœ aœl ð24 ‡=5Ç6àBeø¡tuçæp°)¶ö`q-q?± ½ÁŸÁšâ}^ps„í¦î+$ k„3ÒÓ͆äYíMmîlT³µªjÜ‚»½¶ã—õÏÐüsæ¬ÿåèžëa hlœ€·Æwÿ,æ ¼n5º/ì|¼±Ã&ªsX)PsŒÖ:zø[®8Çë‰Ù [«f ˜Œd&ìûªü‚)—cNžÓà‰ûžòüµ),)¡ºøž?¡ü g¡[ endstream endobj 483 0 obj << /Type /Page /Contents 484 0 R /Resources 482 0 R /MediaBox [0 0 595.276 841.89] /Parent 452 0 R >> endobj 481 0 obj << /Type /XObject /Subtype /Image /Width 902 /Height 527 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 47041 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 902 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|Õ¹÷Ÿ3e{Óîª÷nK¶å^ä^qÄbL1 i$árC÷M!„@ ¹i.˜16ÍàŠm\dl¹ÈVµzÝ]iµ}êyÿi½V±¥•ŒÛù†3;šÓž9çÌožSI’¤R©¨ÁA!„€@ @>cŒ±<8cÄ0L $I–e©ÊE Ä @ „az¡(Šî‡r!Ä „õ)žMUJlJ @ˆB’FêQæl€¦i†¦iE Üý迉 @ £È³­c†eY–e§gøO EQŠåyžçù»ÿŽ&6ÿÞû V#@ Œ"¿xsOÈQñ‡{W„Çá•ó!d4kkkyžç8îîß¿sÏ]ß€ÖΈAOóŽÿõVl—E^xYä´±‰‹îÉŸClJ pÉâꈒ|Ž š²™u_s(»Iÿxéå'îY¦ÑhÔjµZ­V©T*• Y,–òòrŽã~ðø[÷ÜõÝf§$Îß²ëŽ}ÿ7{bÎ܉iZ“•U©i„šž77írpþ÷^ÓXSDQ EÑ4¹ñ@ —ŽíôøO–l;Ç5Ó[MúH}ùµ…r¸ý_nßüÄ=Ë´ZmX˜24M+÷šØ|1€C¿›»`fÁƒ?½#F#Ö79\®±¹)^\XPðØŒ…‡K>ÿô qÊw«NÎ8göªï“{O p)Ðå :ݾò¯¶/^qC~jÌ€×T4vmûäý1S@ŒIû5‡Ml>Çqg-xR$éÝþûÖ;ï®o÷*×QXºaù|ŒR32N6…Nœ¬±MÞ±rÅÂüÂ…?ù©ýÅÿ÷ž»{óÝÍõ‡Ss'‘@¸ªÀoýâX-æ)Ec âv(Àñq¶ cs‡IK›£êt/1cˆ‚ÁТ¹ÓiŠ:oÀºÆÈHMŠ:ÿ‘1p÷Åþ#³qÚÄ g¨œŒÔÌôdر·D–åÅsgŒVžG+ÿ]ÝÞC¥e•ž’‘rqM‡1®klmiï9†¦c,ÆÂ¼l†e†IÔìR¨QÛ÷”H’ÔçäÔ‰…1fãyÃ^Ð*M \úp‚XþÕöyK¯³™´ÎîÐ€×ØLÚ1S•µ}Ú¼•²Œ#CíÞwh÷¾A#,”ͤýçÛŸ³ =±079!šÛ¥eUé‰1«æOj>;TŒQ[˜Ÿõÿ^x뉟\¯,º—$©gÅ}¸TTKPb ö,9šQÇ×~zää—)y±­­.WUÉWŸ~¶øûÎ]¼ÔÓшâ>²Eá*Ó£°sïÁž\ÇjÚŸ~óÐø19•UÕŸX‹Ús´áÿ>¯?6ç¼r!Ñ„úùJ‹Asâ´ÃnÖ&Ø kÿçÝÙ3'GŠŒqŸoUÔ5¶LÌ4@imstª42†Ä8ûÉòŠž\wªÎùÄë§\ C½¶åø¡ê†Æ–öWqËÐ7ÿâÝEs¦<Ï¿m?Cá‘çßÝí zJVßÚV¶¿¼1k Uúõ˜c8TzbéÔ´ÿºqQ¼UâŲӎW??•‘1tU:Ä …Vîÿñ”Q7ËŽ½‡^ÿõ74ª¾…}ø¯ÛÀb2œSò®J—B`5Hò¹æwÆYåBŠŠ ‡€?ÿ÷šƒÜûô¦ÁBmܲû¡o.Ôi˜g^ûBÑ•5uÿóE&½ú/ïîKH F„ðÆ£ EQaI*÷^gÈ]püä©Åù3@àê-ªî*-Ëœnñšõªšfo@dÛŽí˜TÿÔ{R ÖdŽŸ-IJ¸Ê$i˜ ÙñF5USß¼|fVøQŽªîp¸¦Mg4躺Tz2 Ê«TljRBZJ8;ݵõM>¦©ô”Äšú¦p M­‰ö˜÷vžr¸ñ±6ãgW]C“?bh&!Ζ“™ÊóÂÞƒ¥z½V§ÕvvºÕjÕø‚\½N;,C}c^þ'û?Ž<#IrÿÜúüÁƒ‡Û¬–¢Â<0xàÐqkŒyâ¸üÈRGæÙn‹qwu†Õ’Ç0¸(Je5‘fŒ·[#³ÚÔæ¸iNÈ2ž?)ý½•éÉÎtçÎO鉊¬)š=!µÍå{oÇ)Š¢f&i*(ð~·gˆI VÁP}Skmc ”œW×Ðc6Nš0v0Ës¿÷à™ 9yü˜Ššú`0y×»;QרÔä„M»+i¥Å›§Mjêð8Ù ¼D×UÖC\8*„PŸøS“â#4y<®FIJõ<Œ$åb¥™„C 1‰>¡Ô,£Ó06“öÁõóžyu xpý|›IëòÛÜö„ÔÈPý%©,ËgKÒÞ¬[§ßþîK·Ï]¨q Öì-oöï«õj ¤Ç¨B¬‰6'žv cÆf˜­'[šN¼s5z3©„«P’zÞWýáºÜ¬t8|ìÔ“?\”g€G¾uf ‹7?/óyº?xr]MsW{§ozAò¯î½{ÍøñÙq,C»º¯|rôo?]¥Ó°ðÁ“ëÚ\¾ûŸß:sÊåé[z¼ü7ß›d7ªºÓܼ·òPuƒV­²hÅG¿3'=ÁÌ‹Òû»Êºù¬ùÛŽÌ?UçürÃQ”âøwwÍO‰5ú‚üÎ#õïí:ÅPòO®«oënvx¦ŽMrtžz}_l|òyUiØPœ iÕìusò^ßz"ü×ÃÇNõÉí¾S§5´ðÁ“ëW´þé½ÃFõÁ“ëŽT¶ýæåÝ}JÎóÞûXêŒÆmoièü¹wKî^3!lÆ ŸhëpÅõª@YÆnwWñø¹®îÀ±êŽ…S2²’L]n¯Ï翦³Ú›šË×ç·èÙR=~î§/n5[¬Ð»« Æf;œ] FJŽnn° &Iòä,ó¯ï¸V’ñ§û«ŸûÑœ§Ol8`50ýM÷§wÓHЬ¿þ׮Ǿ7'ò®}øåWƒÝ¨kTFjÒžSÍ>`|ºyÚØ¤ºV÷»»ªT,[fºï¦á¨þ³»<&ÆÜÏ&ÕL„X–‰$%\¥^Ò¡JR„”fB=rïÓ›ú\é:íjL^æ3¯}ñàúy6“ö§ßœ¬F­Ë|æµ/Æäeö á›8óa&†¢(¹×¯–®*[†qÚþò×ÿs×êzþ÷þ®¹Ó'ÏXœy¨ôøáš²ÌDì1f¤ŠhÚ´i{×my宽ûϤ®BIÊ Òžc K§e5uxLzõ;ÛO~÷ÚI Óh>ØS9§(mùÌœ}tôû«'Àgkâ’•V–‘š´á³Ü2ÃbÐüé­¢$oÍ$‹AN";9¦©Ãó¯ÍG 2c§MzkkÙÉzgjœ™eÕÿØtä¡õÅðçw 2ÎÉLUâÄl6Ëž£Mµ­]ÁºÅ…ß^5ñ蟶H\è‘»–…qÃgÇœ¨ÓœCĶ’,ƒàèö%]ÞÐß>8<£ ùº¹ù¢$ôe5¤'˜w©ovx×.*¸iÁ˜W>«›—ëõú]]n`&¹×M6”/À®h]37oóÞÊpr[µEé¬ú8¶tºAóy!È; ÏÏ(J:ËŒ*uÈå?]ߤdX­VMÎKÔkÙÏJjŽVµ/œ’±`RÆ»_ÔÕøB˜îo›ŽÍ—Ð'?( )÷ÑíñM³À±êvV£S&ধ%ùü~$†˜Ä??<1XÓRÂw¯Ôå ¾¹µlnQz“õs)â>’Ñž£µ­îˆ»Ö~!jTzjR»³ Çc¢V©¬zú¡Û‹ûDµ÷XÓ`ñ+¹'^RÂÕì%•Ï9p^/éÒùg&ý¾ëÀ¹CÅÙ­XÆÏ¼ºë§ßœcÔ@§7øÌk»2ÓÓâìVo€ÐKªˆQEŒëó™¹ä1³àà<±Á¢—/˜gÓ°ÇKKuÀ:½ü”ÔÐfß=+×<¡xÁý:2 põHRød_õš9ùß¹vby½ót‹»§­Òt“Ó_^ïš71íÕOÍ—RÝÔÙÖŠOV)E§×UZâD0ÀÞc¡õ׌‡ˆ rNwà¹wÚ­¶”ÿ óÇ,œ’‘gªnêÞW½ïTÇѪö¿Y5£ YyÀ7ux6î®´™4kÄZô¡nø>Ÿ_ ¡y…vð…„ÒÓ­ q} õÖ¶²…S2n\06|fÀÜÖ¶ºŽìHiš9\9pž1Æ(âú ]›ñб†Œd[aZO†?;P÷“uS ¼ÎÙêòBœ ©ÿÜ\ºhAþ…0(I}òsøxcfV¶bO)Rp˸×ÈØáìšS0Ô$$Y.«s XÁŠrãà“ý5{O´W5v>{ß2»-ú˜NƘFg*dJb’×H´§­*μk»JF·Fõ<«Ä3Yá8~ÚÔ¬þQñ‚4XüJ• 'ÂÕì%U„ày/Vš Õošø9‚÷å ðA^tÆ;€CÃñ„Cédd9üáú³$ioªmÁOô«êþqcN^~ã±£;qª"N¯=-Øã²Ó•éxõ±/¿OS4!\µ’´­+p¤²ur~âÇûª#=KI ›öT†ryB[Ô¬,ΡR²1`nåÞùò¼ mÆpƆ–g4`p–f:ù>f,9ÕÎðÖ’ÓSóàáožãž’LGQtÿüüñÃù¹Ù ×é*œ0!'^ä×54SÜÝ^‹Ù0¬»3Xë¹)ø,3êõ&öµüÙRÆòü ÉýïB0º5*,ˆt‡8ßmàIp˜ Ü®FØÞÉ+ûKŽœã²™Ó&)žKA”#CE¸0åsøVû„r8;;ÚÛ\?ßjÔvzƒ ƨ}ðŽùÊj§X»52T¤[!ÌY’´ÿÂyul¨´NOÀ–?5Ëáæ­UmÝú´ô%K–‰Œþƒ?K*\R´z YqO¸j%)CSom/?qÚq¼¶+ɪ _a1›•êèòOÉO ñ➣ ùùc†ÛR<_~JL¼EUvÚQÓÜ59/Á¤W 'ØLÚÅS3\ž× ƒ^y×d ü!AÅÒE9=ŠªäTË-‹ ¯“âEˆ7êõÍÍ­áœÝœ+ÜÅ0tÉ©Ö[–®œ•ãñs3 ’@YVÒ_(=‰rk;Ñè¼îgo€Z­žPØSÒÈâÒ4ýîŽSK§e1 ¥tIæ¶Ë”dœ“bœ·ª8'œ.MQæù¬,!4`pA”Æg÷5ãç‡ê>ú² –Y:%ƒ¦©_Õí/k€x«á;«'.˜œñö¶“Ât’$õ¿­¢(*FÓé´Í—NjǧþáÞ%»K(M;åÙ7–œjúݬR­n€å3³½nNQZØã1˜åûø3¼kÔ w'êÑÒz¤&Ë2Fu^›Çájô’F ÁŸcí|øb<ÈÀ}Éá£çH¢O¨¦¦æ‡¿½PYÏôÌk»ÃƒwÌWV;ýþåaI:`“쑤ƒ½’†é2ÛWÕ±jÕÊŒ)Ã5F+cI­cœ‘‘V_ùeÆø…H \’!„4æý•]v»dß™!€ÉdúøËê;Wí>Ú ÑPß94ø¼òöùëä$,) jìð¼òñ±X»õýåw,ÿã§*oyþ½£9Ù`·Y·n˜œ—°ª8wBv\]«;.F]AüÄ«{oYZ¸þšñ¼(¿¿ë”Á ‹Œá/ïÕ£)ŠÃª§6ì»uiá¾1Åä7í®øÏîjÕ h‹,ŽÝn³Ûm}Οm( Uº¾¬º~þÅnæ–Qk_ýäØº%…w_?y÷ÑÆñÙqŠ!âcÌóÙŠL[ÿàÀç÷÷1cFZªÑh€ŠÊê“3à“ýÕ>I¥Q©UTß¼¸`꘤Þ+¹¦C€ûç'9)1l·œìŒÿSzºÅ½hJÆ óÇ„xéDmGP”5Œ»3XópÔ¿6Y·¤ð֥㶪-̌呦(½Ñ6 å#¬Ž™LÆQ¯QéK¡iºT÷œ6 玟Ì%%\’¡a],ã–7 ¦e Å b·Ÿ€g^ÛeµÇ+®ŸoÒ«S,}Bõ£=}cVVÖÆüÃÛ·ÞywC»»O’M•%þÚk—Ϭ«ªHLI+?©ô Ò/+çy¾`LÞÿü]Ò˜Ù“—“@¸ÚTé‘£ÇU*v\Á˜ðIŸÏ_Y}:&Æ’™žêó(¾{Ùô¬ÅS3üóçŒÎªë·>½ìTÇñ‹ )D…%Q:^VnÐëòr³•8›[¸k4ê”ä$£AïpºZZÛ%I2›LÙYéáEQ<]×à÷û5J¥êîö¤§¥Ø¬1n§­µ# QÅÇÇ&ÄÇEÆ–š™¢ÛÝÝÚÖâB ÍÄX-ɉ ¢(†/áxY¹^¯SF™‡k¨æ–¶öE¡‰Æ –ÛöG[[¢(kŒ¹Ãá2 9Ù™0Xž•,…ó?`ðÍÎdeUÏÈÏËÖëtJyüÄ)Ëã ¼~ß…0ݹó£ä¡½Ãáêtóÿè½”1³"§¡Gâîö5•ï[ºêFA”Aîk’ŒûHR¦Ï{yŸXâ3&Hòw͘¿´îèÖ¥×”?•· £hIså~)ŽÌÔ!ú3¾`ìí¿Ùbí¶”ä$ÒL—©)ɯ~^ñçwKd,«XÖ“‘žªLý%Æ!® üV£Z¼â†mŸ¼ß4øe‹WÜÀñb0Äý¡äüsIr¦(JÈ™~àøg?úÉ#0cÖtãÄÜ@fêƒP8vÌ9Zp±HNNJNNŠèù‰%®8Uä¬fýêo¬;Ç5œ ú{}–_¨þ#3çñ’FÂj sn{bˆ@ ..·ïR…Ð ’tŒÑ¹qËnrÿ@ _cŒÎ$)|ðäºN—ˆû“@ paPü£ÍMÿøûÎÈó1 @ áâÂô?E¼¤@ „ d'â%%@ \dˆ$%@ \dÈÀ=@ á"3¡¼¼<ŠD‡bù mÏÈrµ´´*ÇÝÝ݉IÉ—B®@ a{I·lù4)1Q9ž;wNøâÑò­FÆß'Nå§òï¦6bŒ%IúÓŸž»ÿ¾û†•ĺ›o~ëí·×®]«ü|ïý÷/Zd2™”8/œ­K€/¾øâ·¿}ü³Ï¶ ×n£”7\^^žŸŸ/ÂŽ;SSS1ƃÅ|ƒ ÅòÚžg• poõ8¿­È8@ —#šKºæºoô9³mûöeË®™¿`áò+ËÊÊF%‹6l˜1sÖÊU«_ý>I?þ»ß…B¡ë¯¿aýú;†áêÕ«Ž=ÚÒÚãW{çíwn^wsdqú—⥗_þío€Í~˜˜äv»`Ù²k***FR´wß}oΜ¹sçÍ¿õ¶ÛœNç9N*øýþ;¿ýíÅK–,Yºôᇉ"ŵ7­}çw`Û¶msæÌV«TÊù;¿ýíeË®™U<ûî{~Äó|¤‘9ŽËÎÉ}üñß}û;ßY´xIIIIË7ø€Fæ8.'7ï—¿úÕ°îæ98GmTrõÈ#ÿóƒÞ½rÕê’¾€@ „‹È°½¤+W®¢i^ßðZäÅãöööGýͦ6šÍæÒÒÒ{ï»oÛÖ­ÃÍP8þ¼¼¼×7¼ÖÐÐð»ß?±sÇv»Ýþ³ŸýG¦øÈÃÿû߯¼ÿþ{0×—F£Y¹rÅ»ï¼{ï½?®ªªjim]0~Ø;`)fßwÿO0Æ{öì4iÒž½{çÌ™ÓÖÞž——7\—Æ€0Æ ÿï¿Ø¾}[bB“O>õÿ~ñ‹¿þå/ž —wÛ¶m:­nëçŸ+ò4 oßÊ•+ÖÝrëÃÿüí·ßùá¸wï—Š—ôÏ>k±Xàg?ûù›o½uÇúõáD1Æ>ŸoÉÒ%<òð®]_<õ‡?¼ýÖ[},?Üàcìõz,Xðè¯=Ü¢…«,Ëç­á\-^²xÑÂ…5557¯»åàýJ @ . Izn>þèÃÄÞõ>ìÙ»·««ëÎoGùé÷¢ÈPŸø<8oÞ\»Ý·Ü²îÐW‡F¥Ø·¬[÷ÐÏ~~ï½?~ûwn¼á†H-2`)òòòÚÛÚ<Ï¡’’‡zhÇÎ ÍÌœ9c$y8pðàìÙ³à¶Ûn]¹jõ`'ÃŒ?þ7ýöW¿úõÌY3/ZE¢:nÒĉüquMÍ´iSÃçßxóÍ>úˆaX‡Ã¡R«ú„ÒjµÓ§M€üüü¦¦¦þÑ7ø`U…eÙóç¤Út{<…C©á´²³³5jummmNNé@¸<$é9ÀOž<éß/¿<ÊYdØž–­8g̘ÁqÜ‘#GÞ{ïý ¯½:”R̘9cÓæÍ&³yÞ¼¹O=õË0³gÏþšïVFFÆöm[¿Ø½ûÓO·¼øâ‹nÞE$7­½éî»ïùÞ÷¾>³ÿþwß}÷ÃÍ›µZí¿þõRuMMõ¦P’å¾þË(‚fd­V;غ£^eY–e™¢(D‘ô@ \D¨ŸåƒÑç¯áŸÊÁìÙ³÷íÛ_ZZª,<:qâ&ýSŸ>mÚþýûC¡ÆøóÏ>ïYÆÒ{¥âÝäy!Š„ÖÞtÓC?û¹Õj3fÌPJ1»¸øüÓìâbµZm0?úøãÙ³gã(€ž„fLŸ¾wïÞÖÖVŒñ†×_Ÿ3{ö`'ÃykmmeYv势yôÑ'ÊAˆÂ¼sfÏþñ~tÛm·…ϸ»»“’’4,Ë}üQø&DÜßÈHpËG|0#Ÿ³ö ©ÚÀùîcøbI’Þ{ï}ŒñAÈÈÈÀ@ .0_‡—4!>þoÿû×ÿû§<Ï˲¼üšk ‡Éò+Ç|±kgZZÚ}÷Ý»öæu©))f‹¹ÿõë×ß¾`Á{lìÿ3¬„Ö®½é™gŸ}ôÑ_±ųgÿô¡ŸÍ™3Š‹g½þz]VfæHÌ•ššúØo½ñ¦µ––öççŸìd˜²²“¿}üqš¢0Æ¿}ì7 Íí£iúž{îŽ<³pÁ‚7^ã¶Û× úäää!ƶü;o¿5Üà£RUF˜„Éd(J¸Q©T§N$U@ „Kâ%%@ IJ @¸º!÷@ „KO’ÖÕÖ»@ F±ã†*IgÏ]@ìE @u”-G‡$I?±@ ákƒ,o"@ \dÈò&@ ÂE†xI @ D’@ ®n¸2pO @¸¸’”R@ Â× ¸'@ \dFyàžã¹ºúÚg»(JXY¼1fF¯Õ F“Ùœ›@QT¯7z‘8Žkw´Qe·ÅjÔš¯ÃŠÐnÂhÑåîÒiµêÁk¾×çóû| —cé|>ŸÇç¹·­QÈl4éõzrß …¯UòÕAI’†úÄe˜iS¦Ož4™˜Ž@’$‰°:]wÚc4q*Eå•$QEžçZÛZJ¼››A5Mbà0­A鮕©Ô‘”Áï÷óþéêtÄÚã<¾îæ–&³9†B T*•Á`ˆ"þ6mÜ´yS?Š(ŠÒëõ&“I­RB‚ÀÏšY¼lé2R« Q=o JJJðY–ÝÝn†fÁ V«N ¢0`¯Ñó ˜eX“Ét! èêêLˆO iº·c‘ÚÛÛuF’ú<ž` à÷ùøPTÞ`ÐètÆ P´.w§«Óâ‚\($ˆ‚F­¶X¬V‹Íh4ù|Þ“åe4CçdåZÌ1¤’_R”|uðþ{`YÕÐ[ès~vÒhKRYôRŒ‘ÜÂ(IGâíkmkž:yzˆ ɲ$+`Y–%À@Q”Z¥ÎNvdÇvóþ’ k«6î×þ¶ßâÜH½T¢¦F­Gi†¶¬Ðã¬D­ZF¹€Ïo6™T¬ ˇB!¯Çc4»ÝnÚ¼éºk¯¯©© ¡PˆçyA$IbYvÊ”ÉëׯWôw(záÅ®YºŒlìJ¸X~kŒ…ãx¿Ï7 ï°ÛíŽ1[(š ƒZM4c‚ÀÇÚcÏÓ´¶‚qt¡PÐíî’zE°ÈK¢À³¬€¹/ð|S}­"…i†µÆX5ZÝå9®©®3 £Q«Íf3Æ8 ú=žîÎÎD¥ff¨ÔêQ) Çë©o¬5Íy9ùjµ†a¡»Û]ßP[vò8'p‹æ/uuºÊN•Íž1{˜Ýcà@ɾêšjQ‡ЦéÜœÜÓféõ:Ò¦Î$I,«ªo:M! Q…BŠ@ñ`ô¼·aˆµÇ‹¢8ºCjÎ’Ú/×f¿£³N#w„pÅIÒ^¶oýlùÊkyž  áq%"„DQÀËXÆcYÆ˲,ˆ‚Ì— Â6{Ræ*´±êb @s]/ê¬ÌdjLz”eYµZ-Ë2 @¸·÷¢$Ó²¢5j äõz£P¥f³Y¯×+žQ¥ÛEQ¥RY,14M+>N‹"’”0¢hwZЉ±èõ†¦¦&Nß§9ˆ¢ ¬V«( žnOtÙÃ2V¢‚ž©9Ê?€{Ñét²,–5Ü]Fe4J’ìõú$‰Ãü €°$‰”Zo4ê)ŠæyÎÕéJN‘rut¸­V«ÖjeYxÁçõÆ*F­Ñh ƒµ••¶¸8{|üKWßXç ø¦Lš¡R©xž …‚¢(˪Ìfó¤‰SEQܵ{»^oàyÎáènüJöÙíq‹-U”nûŒÛ¡§¯êÓe‰¢xüøÑ%û-XLÚÝP@€jkk8ž?Ç5µfìØÂÑÏ7–JîHs]CÉc–DÖ‡®,I¯¼Vù>Ê+#–e¹çéÊÍ},ûÞpË>Z•c¶ßZÛþŽuOQÌkêÄ¿ÒÚá gp<¯R«Q ¿‘"ñ ÔsŒ1–eЦCg¾$Õh4áQN%%žçY–ÕétQQ€¨UjL¶, ŒŒ(Ú]d‹À€(š6šL]˜³Æy;Ý]6{, $J2/ÑUTI–1€$ˇ£Çóñ?»ÍŽ$,V+Áh2q<×ÒÚ‘””d‹£¨³„vzF¦ÏçkhjIJŒcU*ÁãIÒÎŽ·Ë¥3DQìr¹bìv‹Í¤Õé .§“U©Ô:ËáÀ#Q¥­m-ÃŒ©Å<ϹÝ] CS­R©B²,ƒAY–´Z]ñ̹½JqØ·¬º¦zñ¢¥ŠØU”(ÆJwxæã³~EQãÇýó¥¿-¼š$éHÚB(+;—B=‹o)ô>“z½¤aå?ŠÏˆîÖO4†ÄØŒ›½'Ý­Ÿ˜“V‘.”pEIÒð4Ç…ú A’Š=úOq‘ƽâ‚.Þý†%sƒÊ°ðLK¦´±…'{‚;k¿oÌ=4¼÷CŒ)D‚Ô»L !©Iþ€(ˆá^X«ÕbG1h‚R¼¡,ËŠ¢¨÷zL• ¨Så;Š‹iµfŸþh7ŽT/BDÑîÎ8^%S²Ùdnhl0 Š{ xžÇÖ¨5<ÇcYVäIÙ“e0Ȳl³Ù"Ÿ®½ÎR ²$ÖÐ$V9004]_W?ØeZ­¦§ÕË8ꤹPÈÕÞ¡Óë>¿J­ÎÊ£R©Â­›eU&³%Æfo®¯ç‚!•JÝÑÚf4™ÔQÍpwwu8ÚçÏ‚ ¨ÕjwwW]}ßï …¸ø¸øÄÄd›Õ …dYÒh4 ÃðE‘a˜P(xÏï‰<ÿÂó/œ½´‡*ƒZ ÃH’tU-ÙI»C®©:—T£W0¡ÏCvä8«žN»F–}ñy74•=cN\IºP•%I{Ù±íóå+Ws>8¿$%À  Ù÷¾Š÷8R(ð0êô ó%•~ :2Hþ€k#£›8üç „°ŒÕ5¢Ôǃ¢V«Y‹e,ËR(Äõ<5‡¢>Ã2T9Pþ _ã­¨Ðüõ…â;sDðÀ~¸`ïR½QE» £R±¢( *•ÚfµuvvÆÅÅ)ruvÆÇÅI’„e9F·Ô°2(±Ãéåm°§Ya°ÛíÐ;¸?:’´·ÁZc,²Y>G …>ž¨á&„qc]Z­x^¥VgääôN ¿îV©T™¹9µUÕÏ«UªúššÜ‚‚¾††Ö‰SeK.ãy^x†aJ¾:àõyó²s3ÒÒ=ϱ²cÇËŽg¤gM™4<7ÙÚŸ·ß|W9¸ù–›BKW­Q~~ºé?°ò7(?7¿÷ÎÕ9õh$íÊÉÉïuRô¸JÏ Ý¡Þé£m× »TäÚöâ@×û&ûí÷|Ð]ªµL$½(á ”¤ËW®îsp~IÚû¸ÂX†³Þ Ú<7ÔµÉÓø€)íùÞ?†@övÖÞ/quú”—†; c 0Æá’>m^E„Œe,cI’¢U¤=’4¬GçΫR©Ž?~IÁà—·Þ:kU Ý- ¼¤2[IÝ"DGí.ŒÁ`ðù|11VQ ƒÛíƒZ­Öïh5Z†a‚ÁMS~¿/!!1ºì)mcˆµÛ{) ³wsʤá6Ë04}~ícßçñ`# <Ÿ–•…ª­­E133“eYáôéÓ,Ëfff&§¥Õ”—³*•,ŠÞîn“Å2¬´ÜÝn«ÅÊ0ŒÇãV©Ô¥Ç#DÍ+ž¯üµä«CË–¬°˜- I’¢GeY£’¤aoøçÛ?‰PPH¥bÃÇÊËL„òF¤Ý gÖ3•íÚÑâœ.'Ømötƒ¾hÑ@€14ÊšÔQý\bÞ7°äb-ÆÝ‰coqT?Ÿ6õ%Ò‹®IîÓC¡PŸƒó?®$)Ò±¡ü?Bd°ÊT,Ãje,€ä€EŒC€ý²Ø­6N•À6Üá d°Äñ¡¶ŽVš¦MF îé„1ìõ{üMÓ&ƒY–±Œåîð%i¤g´¶¶¶¨¨hñâÅÝÝÝʇî»?Iï0ÇÇ»Þn/ípåÿåE²È‰Q´»HIêñxB\HŲMÙìV§Ã•˜”èv»“’“8žCòú¼jš¦)íÀ= ;œ®3ò¥W“ÆÆÆaÀ’,565)KþÏÚjøÓ¸{¦¤÷y•D4Hr¢hбº:;£H.à ño±YYµ æÞï÷WVUæææ@UUU(2 0«VYlVwW¢ßç7šÍÃ*T{{[ff–$‰E;]N§Ó9·x>3c*è÷ù°,áž)PJ§%‹‚Õ-ë™!ú¿ÿ+Ò‚Æ7ùýÜ—™Ú³Oíƒ?ý¯§Ÿz¶Ï³€´»óHR!ñÿ®Äeç.|ü1SŒU–e·ËYöóG>xæ¹E¯üÛkÇF˰Aw©³æ¹P×AÛ”—d®ŒU'‚Ô›qkËÉëÝiϾŸøJ Wˆ$ ³sûÖå+V‡¸Pø`ˆ’´GŒ"åAÕ;E ŒÎ £Ò`±!àÞt}¢³-ך'#J+4‹†?’¨ŒÊØáê°Zm,Ã:]ŽÈ¿ó"Ÿ˜˜äóyº=n­FõËŸ{‡Ãqüøñ©S§òykÖ7³;ßo¯r¹¢x䮹ë`ÈÍô÷¿™'’Þ0T¢hw‘ÄÆÆ¶wtØívQ5-ÍÐN§ÃcQv¿!$ÄG¿O~¡ØØØÈn”í(ËrLLŒùl¡ÝÎP>¼1À¨oDå÷yB¢ hõzeà%33³ºº: UVVÇq&##CÉ•Î`èt¹hšöû¼Ã-Tk{ë¤ISxž§iº±©!=5=r ÐÔÉÓ>ß¶ÅÝíÏÉo`ÅýR¦O½ðü‹ß¿»g:éKÿ_0ô½r A¿a}Òî†×î€}wý°è›wŽUì=~¼£ !d:U¾à¿ÿûäî/¶¯¿ãú϶ŒÂº&,{Ú>qV=#ñޏìE™_”…:„$V²ØR´r“«áýæ#ߣ³=ç¿L +È|Â"I—¯XÝçàü’T V6d¹îH„)¬yMwú›þ¡ÖÅk 6Oó •NLécò·EÓ<#Ô³V”ã‚AB|‚»Û­üÕb±XÌ–’d–$‰BTÔ¯§‘÷z½~êÔ©¥¥¥î“§J~üã…·¥¸w9‘™šù³³¶²ê*÷”>øàümÛHU# ‘(Ú]$,ËÚ¬V—ËKÓ´Ñht»Ý:NàyŒqWWWB||Ÿ/YD!I §Ó‰Ò²Q||¼òþ©´/Y–Aà8nä;C ,I/ÀFTÊ I–5Z­-˲999UUUÊ´BµZ““òlϦr:,I MáªÛãa6ð«Tê†Æ†ùsæGþÕfµ_¿æ†Q¬QJ† ½´ÏO…³‡õI»PÙ¶m±iic&Nâ¼ÑéørÍ  ø³Ù™YcoY×¶{Oé–O&^³b$9 tj*¹SkI‹Íœl°ŽÃRgÈóÃhXuÏ$‰«'L±Ö”×ýîÒŽš7ÚŽ?”2í]ÌTÒ¯.WIž±ä}}Î/I{î{w¿ "ü'€,}›5/Ÿ’kv€>.qÛ§'Nù¡fþL)Y”dIž¡Ø®Î.½žu:ƒÞ K’,I,Ãx}ž` à÷T¬F–$ŒeI£›’9p?iÒ¤ÆÆÆ¶¶¶ŒÌtI–xŒ[ßkbýxOté§($äêdSŠ8²u „«Š(Ú]UªÓjŽŽX{¬»«+&&¦«Ó¥ÕêN§ÅlŽlãQ ‚Ò¾lVkØK*KêÙp Æ’(8¿ßÞJ–$Q¢HWEY”ä³?Ø(J’,I¢ ¶Uɉ¢(‰¢,Š’$É’¨¼L+%URW¤žÎ Ë¢(K= ·\…DQDˆÂ³ Ãó¼Z¥¾p5JѠƳ$)Šð’ôÖïó, íî¼´aiÎc¿ñ–•5;;*}¾57¬E€ö¾ö&£V'ø}y¿{ì«£¥“Pô†•Eoý¾›ó–Z’‹®Ýëx‹¢€U'P(A½Ê-“D¯È;O ½!ö›S~媳~ßÚìE‡É·—ƒ ÅœËKºç‹×¬Xí÷ûÂçïÖ% hŠêI²w½aÄ"ˆ –ȲÉX¥Ï8Zñ÷¢©Ñ.þÅcl6[0ƃÁálQ’%†f@¿Ï/‰’ÕbcV­VSˆŠzä$¬GÓÓÓý~ÿñãÇY–Œô¹¹Ó^øóÁï|wMÇ_›T}Ú[vôŒ*µ«Æ=üsRÿC'Šv×£Ñ(JRGG‡ cww·ß0 Ñ}DôìF'€zo)-]’e›Ýb2šÎì íš§½¤2–•möA6¢~rjFÖ¡@@¥R`Q«kª9ŽS Ëq\UuUNv޲¯V0PRÑ (5«âxN™ÎkÐÜn·Ñ0°bàxîà¡õõõv›}æŒYÊš§áIYî'IáÇ÷ÙêÇ÷ýøÏϽðô³O+?¸ÿ«süHÚBÈéê4ÄÄø&í½vÅêë×Zb¬EÍݸqóÞY3q‚P‡Ã1’cL™öFKéw;[Y“ öåÅH|£(¸@–ü KÄ$êKÒtµüÇQ³•ùS¦½Iô(árá\’ôšÞñ‹k†>p/I€Q4è7Ï,¢=Rv 6@”^<Ûÿ…$õü]]¡Pc@” Š‚Þ`Œý~¿ÀK’(í:½În³kuÚ‘Ü;Ç£(TY–DQÈ\·®a×U¯¾ª9Ô]¸.¥µËùÕÓ™7ÝDª! ¢hw‘ °¹¡Ñáè@cŒY•*9=½££ƒ¦iO·»¹®!„²Ùl)ééá-K‡…J£)//ЊáÍÞÎ(HŠ¢ºÝÝ=ÛèŒlg¨Þ½Ï>y6¢2 Þîn„PÀïWVÐ×ÕÕq!N­Qçdç@uM5âjkk•ÕN~ŸOÙÓÞ<̵M Õê¼^ÉhE¡°p¶ퟧ¦¤x7?þä£ÙÅs®»ö††Æú­[?ûÆšë£ë$À`ròhä_Ïñ&@ÚÝyÔ?ÆE#ºgÃ|„B DÓ´(ˆçð µÚÄLÉ^pØÛ¾Åuú­U»l)…±k‚¼ÿ¢Ô 1/FÈÐ^õ²£n7«Í´fÿÒ ™KJ¸¼%i¸3òõNÛ÷ yþ¾$JÎþÄ/BgmϦ¸K{VábPv×âiؽ-(.³Åb†¾þµJ¶·cp´ÛÄ(ßä išçù°oø`Nzý£¢zÅé™Mƒ•%Oññ:I©—Tà³Ù¬Œª‡?潟!Qþ•$©»»;jí«^q¯<–X–õx=^¯×çóéâcçÿóïÿY²ÌêÎ`ëEÚn'uŽQ´;…N—K£ÕÆöövY’P||¼Ãéä¹§«+5-­µµEàyDQF£Q§×»ޤ””QéMÔµÙl…ÔN—‘Èq\äÎP0ª÷Š!p²UÉL& (šn®¯ÏÌËMOOÌÃ0ÙÙÙÊÏæúúÞNŒÃ÷’¦¦¤–=ÒÖÖb2™|~Ïò¥Ë÷Ø·qóû…c “’SdQtuuo7ÀžPð­;¾yñU¸Â)êv§€Pë÷~ôíïL.(¤ÕªÞakl~Ayeù‡h±X’×ßz‡Édjnm …B,«ú`ÓÆÕ+¯"!•J…ÂXƸGa zö¹È7‹>ó.B,«"ínXLX¶tûÓÏ&íÜ™4~ášëÆgd0 ƒ;;Ñ'[š¶ooæù›V­‘FŔþ£Ž£·ÛÒWÒ"¤íl:Wô†$IŠk†ô¥„+B’†>ç—¤¢ÔïÓi² @X ÷¸wZ$ösÛÊg¢DAP |IIÉÍÍÍ^oÏö‰‰I­m­Zò…hËrÏä´¨ iZ­V{<ž¯•ššróÍ7¥¥§©ÕžçxžD!kûþçŸÉ½ÝHõ"DAí.¬Þ`QÇ…‚Aš¦EIdX–¡iF#ŠMÑ·[«ÕRˆÀ Ú—èeYÀÀét ´3`YŽæ›éËäÈïo\¸ä4Ml\œËáT©UÏÕVVÄØl:½^£Ó@(øý].Bˆ¢)çãâã5Mt6LˆOHLH|ë·V¯Z-ËrMmeŒÅ6yâ¤Y3fJ’,Š¢×Û}ìD©N«Óh´ï¼óöô)ÓÓSÓ¢H‹çù¤¤¤a eLéjëÄ¢ow=o-hú†ÿ;pÛ©uµ±3§~ ØÛåtþûåfž[¼é<ÐC6º‡ž2îÇó<˜N vWÄ$ßíï<Šéd2 P©TáaCÒ£.oIn+_îùâš«½^Oø`h§EÄ4RÜûFŽÎ$Ò›Œ(I8Ú„eŒeŒQT‚ëôV¥JMK ;HDQ /ŽDQÂrÔnRš¦eY.--ÕêÔ·Þ~sLŒU£ÖȲ {ûq±ÛÓ-ÂnÈ„«šèÚ˜­1¾nÞ`¨8UβŒÑd Cö¸8c«ÝîîìÒ-¼  žã-VëhÕUI–•Vlp[be‹bŒÈÃ_ß$IEÓ`°ÏF.9³ÍÆ B—Ó¥Õj•Êïóy½^Y’0MÓ!še%A‚ÖX{Ll¬(I4MGg´™3ŠK–¾úê++W­¶Yí^OwGG/ðŠ‹‹¡kŒ­¡¡aûŽmy¹yS§NÃQõZ>Ÿ¯¹¹Yùœ2Ž˜1…û>IÓtll,Ã0˜´»sÒ³€¯÷‘fŽOX¶}ëÑ-[JŽwº¡¸Ø¸´¼ñºëCÏRõnã!â@0à´ëÚk6X—´Õ|ÒÞÚÙÙ©Óé´ZV«a†¨RÂe/Ià w C„„„¤ã'ŽM_4ÄfPU]k‹•¢êÖyA„ á'ŠÃáðù|²ž €Â3A”m yAPE,¼8/¢("„ZZšy1´pñ\­V«R©0LJz¦°`I–=qŽFHÔˆf‹¥£µÍh6ÙlVY–¹âSSÀÛÑÚ ëôz#M‹¢ØÝí1Ù¬‚ °Ãi ƒ?)‡´3Ôð^8e™çyÞÐÝÕår:#ݤ­~Ô“ÃK²Œ1Ö¢${»:QˆcU,MQˆ¢P¹ð–ÛÏýÚCÓ´ËÕ™””m[S¼¤¢( <Ïaë}ÞY»)èq„¬“)AEQ–%yô& U’ööM^OwŸƒs·—Ó©×è¶lùdïI¢x¦¯;«ç;ó!kMKIëhoîÐð¡ÂÐÑÞ. ‚’g­F#I’Ù¹¢iZù«(m­­¢øPH5ä~VÇÛØ\—•›Î²¬â9à„¾¢[ÆØï÷cÒFưÚ]$Z­69-­­¥™çyQ¬Z”šÊPCÓ¡±&ÔŸ>ííî$‰¡é»M­V#ÁYµJU~êT¿I‰gýÔiµÃJ‹BH­RY­6‹ÙÒgl£³«kÔ“C,M‹ë´ZÀªXŸ×+p\H•mP)DÑ,«Ñé f“^§×hÔ4E1 %Iâ9Ž…b,–s¶¶µU”WìÞ½' PˆbF£Ö$Ä'äh5šP0ˆh )wsè"x⸉_øò‹=;‡%P(ŠÒëôc iŠºzÞ±£jw83=ëOÏ?£¬ë 4Mg¦gF= P1 £bYY£A Èô£M'.Æ=a2Z4V£Q«T M+«8ˆ—„pyKÒ(ë/BV›-???++{x9`h{l,¢¨á¦«R«eŒÀí¨BB¬ÉdR=-†eo»åÖ÷ßÿOÏÞçÔÍË–,#­Ÿp±@e‹±YEQT†_•mË”FÍ0Lv^ž(ŠŠ×Ÿ¦ie$zTjlBBâygÄD‘¢(–¢ Ÿ7I«LcùT\ECˆaY†eUjµÉl–ããTx’²À1²ˆÚzMŒFµF£ã8}(d¶X²²²Q”¥ÿ–òñb–aT*•J¥Òh4jµZqi=QKLÌü¹ ÚÚÚ†â;¿,Ë>ŸÏn·Ûív¥êq¥bµZ³!75%m¸O.ëæÌ Š¢4Z-«RéôzI’¤ØÅ¶ÑFŠB Ã(ãõJE%·pÙKÒ¨_ªX†IINަwŽê]œeÖ`€1ùyÃNr8É­^¹jõÊU"faÔ¡)ŠŽÜcòì ÉÐ4éc½êŠ¾Þ¦AwjÐ’SVLQçpFŽRYX†aÆ ×_¸îE¯ÓegeF™?Ò›µJ•”ðõÛ–BˆêÓÁDná •¤#yN'@ #—¤äÅŠ@ p‘%)ñö@ ¾NÈ8;@ HR@ ÂÕÍ@sIÉÀ=@ ák„xI @ ™¼¤55UÄ.@ „QglÁ¸¡JÒÁ.%\P0ÆÏ ¼ |½0:(ŠbXöÌW°1–$Y–$<‚­½BMÑ4sã$W4G*[ßÛyª¡Í}éd‰¦¨ä8Ó ÆNÊK$7ˆ@¸ šàRÑ£Á` ¹©éÄñcN§3j=jµZÇ/Ê3V–%ÀX…¦¦æ²²ã]]QkG³ÙÞ¼jåµùycF+Îýö•:8mêô™3fEƒ×ëµX,—Â'ÌK ¸>qe䊹W[Ùˆ÷äK3{—£ÁIs E¾Ä âõz‡ŠHÒKLÂIÊó|eMeSs³ ÷¤,›œ”œŸ“§RE³n½²²bÇÎí·Ü|ë¦7!@yyù£RŠ’Cï¿÷çþüǨ%)ƺÚ$Bèë|C ¹JnÇÕVF†êyÛ¾d³w9œ4RäK¿ D’^îªÂÕ±¼ªrÖ¬â›Ó2Îq}}Cݾ}_Ž/(<—̨ZTVVìØµý[wÜ©Õê¾uǯ¼úoŒñUé¹Ì´©ÓŸûó§M>’F…/%Ÿ ¾„Ȳ|áR¿”ô({J ¥µ)%%ÕájÅ·Ma&%%µ¥µiÜØ‚a%Ö£,«òxÜ:AQ¥0r_éŒé3gLŸ9 ¦¸¤îËSÁH)H¿þÇ ²Œ±Ü·PV›Í`0({ÉÝýÃ>ôÐC7™Í}V×ÔÔÜrë­%ŽVö._ƒ“æ@Š|uIÒ°(|ö¼Ð¢ðÃ7_ÄÔ/‰Š1p/"…¨vgôÖN𦭛V£ †n—$Ëvkœ ˆÃª¾‘z´¥µiÛ¶Ï/^š”˜2ZªôÀÁýÊ\Ò‘SùRjò•Ò;\‘¯‚Îú +#K÷tnýÿôå—{“““ýß9:Æþ?‡ò9Q™óí|ÌÒ—±ÁIs E¾’êÊîÇûm(Z³æº[o½ ¶nݶhñ’9sç-]v͉²2à8.3+û·?>oþü9sç(+»ë®L›>ã×ß ý~ÿßüÖ‚ .\ôÐÏ~>X*«W_ ý/î“z¿ß?Ø<ËËôÅã³T)ŒÍ7nÌD忱¹ã¹² 'ž/âÊ6ŒÍ?6w\D@<ØÒ¨È?UT”GêÑ?ú0--ãÃ>limbYÕ·î¸sÇ®í布ÅÙÜÜôê†WÞ|ëõÚÚÓÊe.iÉ¡ƒÊÏšÓÕÿzéïo¼µ¡¹¹éÜq–çH3³r^zéåÁ.$é…ÿþ™—?Œ3 ûÛÇçΛ?{μ%K—ýó_/áKƒººº+W½ …ã¦MŸ9sVñÌYÅóç/õü|=·£ pÜÌY³‹gÏ1sÖO>…/s+ãªÕ׆þòW¿ÎÈÌ®¨¨‰UûÜ CÈ2î÷ô9óú†×‹ŠŠ&Mš´æÚ5íí}.{饗 çÍ›ÿòË/ÆÊÉO?ýtÖ¬â)“§Ì™3÷èÑ£øÿ³wÞQQ]Ÿ­,DŽŠ(XèH/‚b¯(*jâgb4‰=Q° ØMbKDE5*EQ:bñal v¤l}óýñt³î¾]–¦ïïp<ã¼™;·Ì›½;¯,AÔ×Õ,X°pÄðŽ3¶o_WWW·ysça*5È]R)öÆíóñõóöñõõó߸i3¥]\.·­}[›*-¾:É3S<ñ¤ -{Ö·øÂÕüU¨ÅFåW97wþæää|Åš»ÖÚ%]¶ìÇØÝ»SR’BÏž=‹ˆŒ=|ê ‹]QQ–|<9À€u##ã䔤aÁÌͦLž»çƒaiÙM™ç³Îùùøévè·oO?¿ë6ÎN.?ý²ÙÙÉ!tëöÍó™“&†••?JÏ83eò4eÝ çNš£GÐÿèÑcS§„Q¹‰~ûõ·Ù³¾$ÿ{(!¾ù7åÈJ˜3g®––fê‰ãêêê•oÞ:t¸Üúƒ !,OŠzŒ’*v{Ó¿ë”p ŒŽ9lhhXYYÙÀ  À¡=mlþÛË•£;·o[YY …ÂììSS2£j²W¥¢ÓŠãÓ¨·4}ýú‘îUU9ó,¸x±ÐØØxåÊ•ó,ܳg·ØúDDD^¾|I__ÿ›oæb„0BOŸ>]²diFÆY+W®Ì˜1³°ðF¨ºúí€ý×®9v옺ºÚ… ¡šš,O½Xz÷î–Í[NO622wJK)=,N—ÛÔTiñÕIž™’,5-~Ö·ìÂ%«H$b|Ü7€6xê)Xå’’“¿ýn~aAFkqýù<^‹¯Ø­’’J’“óúõë°°)â­J² ¢¢2xÐ „ƒ½}=ÌÍÍBŽeeå£ÇŒŽ\ùã²eîîýû+–okg«dã¨5Q†:µ«tôý&©¸òÕ›—â ÷šZ„HÀÖ2$D>ŸÏb±i4šòϵåäe6’Åb?~üèhâ±A[÷°AY÷°Á>rìè¨#M’v*m¶å×ÊȬªªâò¸ªµð©3¶ï܆ ,¾—ôæÍég¾œ9‹Åb3 ñù£¤+(+%&Åí‰ýbÖì[·n÷èÑ!t>3sÃÆM!:þóO[>Ìåñ&Lœ¤¦¦öÇÎíã&L¼ùw1B()9å·ß~§Ñ鯯FÖ­ÕÓÓãñx.®î“'…Þ»¿ìQÙÊ‘ŽŽÊ(sëÖí‹—.]ÈÏUQQÁëhkùÅLŒ1å®îž“'…ž;ž ˆM7lß¾³¸¤ØÈÈhçömt:]ÁQUUÕY³¿zòäIMMmÛµ1kØl¶<þsÛöz:¸ºöEXîWy^•¬¿s§tÆ_;ògÇŽ,ZlfjúÍœ¯³²²7mÙÂçóU9ªQQ«l¬­e=¯¡¡1j̘ìÌó¡îÝûîûùɉÇÖ­ßÐÚá´‚/ÐètmmŒ±¬÷êêê¾›¿àqùcD£99:DF,GÉš&OÊp(Ž ¬pJ”´qøðaÇ“.˜þ|¦»›[aa!yß9éÕ&(#û·oß.^´!TtíZ䊕‡&¸¸º9âueåãòÇ‹-tvv¢ôXƒF1é4Œ‘콤¡óçΉ/Ü'$$øúøa‡Móë×OÜ8?/¿_¿~õ:bOž4©°°8ó|æëׯÇ÷î覘Ífû÷óǶ³³ÿá‡-\äéé9pà@J˜té%ôå‹—;vÄ3™Ìž66d©9oll„Ú´yKFƹšÚÚMÖ“S…rR}œ©"ou’·˜ÈÆW¶%9Äê¨5—¯\©«­‹Z½Šl)>Åj5òÎú–=¤.ÊÓvËO? …Âù߇*)ù{Ñ’%'§ˆÏ—¾ncÇŒ¾ÿÁ˜1£êë¹Ê¬HMˆ#¥)5Êd?_¿ï¾_ðêÕ+ÿþÔ_™óWÒwÿù§ec÷1RRŒ±““Óþ}qRõ***dÁ`¨pÞ•é º@(èÒ¹svVVVVVjZÚÏ¿l=•–ª@¾òûôîÝ®n!DB!Â!ùª|«Þ :Cê B¨ä[–ºÁšç ÀWžL¡P ~:ª®®®âIEõÛê”ãÉú²´´Ì/È+ºvÕÁÞÑÙɹŸÀÿП‡‚†ÕÕ׫°Ù|>O™~>~IɉcG355ÿbƬ߶ýÂðm¬mnÞº™q.}ö¬9,»¼üQʉ” À`2•9!/]º¤§×ÁÌÌlXHðÑcÇ–,^ôìÙ³E‹—&ÄïïÚ¥‹@ WŸýâì Á———¯Zuòxr§N6oùiÕê¨Í›6bŒkkkûõó›ÿýw¹yù[~úyïžXe”¹qóF=Ä+5‰¼!Þ¾}kog÷Ý·ó¶ïØ6eÚ±£šš˜ÌšýUjÚ©À¡C9bxôš(mm„ÐòˆÈ£ÇÇK©syyùÆM›SO¤èéé-ˆT°kNqB£ÆŒc0è¡n–Ývý±ÃʪÛ3g.X´xø°a>ŠŽZýìùóèµkÆÇkkk]/.^°`Ññ”$YÏ×ÔÔJúœü÷#„ƒ´bBèd:V^þxÖ—_bŒe½—™™¥¦ªš’œHž ãç/^Èš&OÊp(ˆ ——§¬pY”·qà€Ó§ÿݷǧ‡‡J]æk¬2’ÑyõêUÈð‘ß};ÅbÅÇ'Lœ0žôƒŸ¯¯÷½û÷§N ?ŸqöÕë×M0ŠEG4Œ‘¬±d¥¸ž,H6“<„1‹Å"kXäí¡c‚pqv>tð ”L‡CCaܵsç‚‚sçÏŸ8qbóæÍç22d½-û^RGG33³~ý]ûºº¸8…s8Ù9Oú¼W¯žóæ~“ššFNy“êãLÊÕIÞì•/ƒÁ7Ï{õì¹tÉ⢢ksæÎË:ŸAnˉG‘,Pžõ”niÎé µpQž¶#† ›2í»oçÑh´Ä¤¤ÇKž/555Þ^^K—,.//>r´2+RâH)GÖEʘLªv*ÍÈÈH]]]ý•9%]!‰ì[0v­•’’wˆ ‹åãí½dÉÒk×®ÙÛÛñ÷ ¦†Ož<éСCPPMÏ^Šo9—ט]²e^~¾…¹¹©©i»Ù%%wJ‘Ì…{ uÍ—}ra;BˆÔ#„lÇÇ^Ý3Æ!,A¸/”—~™Ñy$£Û8*™ÿNîÒ3Òkkj ÚÝÊ c\tíÊÜ9ßýôË&'G'ëÖ,&3+;[ 4XÁ “”iiÙ­¿ÿ€ &N˜hfj1{Ö×?ý²åÁƒ·nßœ;g›Í.+Ÿ?dÐ.»*?kù|¾låá#Gƒù|þÐ!ƒÇO 7onn^ž‹³³©‰ ÙžÁ`Éî|>ÿBaaß¾.ººº|>ø°aã'†òù|>ŸÏápúôîÍçó;[X”?.§TV¡P„1!U)o//O>ŸocmmÙµ«¾>ŸÏïÕ³ç£G_Öóãw&0ŸÏ‰D­’½»wuêÔ©ªªjÊÔp{{;wwYïuïn³nݪÕQÎNNÞÞ^|>ŸÒ4yšP†CAss°¬pY”·‘ÉdöêÕ+55íŸ{÷z÷î…1â ße$££©©éâìt25ÍÛË3;'÷‡¥Kø|>“ÉìÛ×…Ï盚˜°ÙìÒ»woü}£ F1ä}T½‹ëÝ==.^ü¸â±±±ñÞ½{}}}ć0Ânî«£¢ê¹õ'õTYéãëóý‚W®^utt ¢¤¤ÄÖÖVòá§ŠŠŠ:„„ûùùZv³²=L…Ãÿعýö;W¯:üg|üÁƒ dç<ÇSQQññöæóù}lûlܼYÁ¤ú8S…ru’7{eãÛµKÊ– cà |>¿W¯žâ–’£K(ÏzJ·4çtZ¸(O[CCC}}ý‚‚ ö'SÓŽ>(y¾°X,Ò|åW¤&Ä‘Rެ‹”1yBèdÖ±£Þæ”Ñ_ÉóWRT‹Ç®wI§L óðô20Ð?yâÄ;wÌ›÷-Ï'bè! ¦¤%ÿ½bÅJŽŽŽ^£øHÊÆ’£‹[®YÛ®î%}Ù^ré&/Ükhh>ÎýÉzȲ›'–cQ=Bˆ©¦‹bª¨#Lô°ðö©5t˱Ôyîû{ALŒM¦Nž*y«Š½Ã–Ÿ79Ø;ÿíÚ¥k×.]¾;p·¢uk‘H6y²™Yç¹sæmß¹mîœyl¶JYÙƒ¸}û†jÝúQ·¤È&¯\.7===?¿ v÷n„PUUunn®ø¯TG©š÷›/ÿ~P‘_7YL&YI£!‚ÀJ~G·îÑýö­Û\.W|Y@bGz6‹EVÒét¶ [\Š^º|9åø‰øýqç@|ÂýäéŒ1b¼¯”ÚºhÂõ/ÒÕÊÊTTTÞ¼©244$0¶íÓç—Ÿ·È¸ôƒŽ’oxðù’’[5’Vhiiõíë’——Ïb±d½gjjzìÈ‘ .dœ;¿+v÷ýqrL£Ðäò•+”áPAJá²:4ÊÆà ‹O (öžä®Oc•‘ŠÎ„ñã¶üüËË—/ôàp8<Aä-7BaÜ4£ÈWå#Ê€J|·03[·6fh`B¨³…ÅÎÛ%wI;››ÏŸÿ}Ppˆ¹™™Ž®i½‘¡áÞ=»¿žó5Ç'"(0жOÉÝÖâââeË# :ÆxÝÚµLCV y/êneÕÝÊjäˆáîžÞ>¤\mØ,Y ÓhäT‘çê3U(W'y³W6¾ò–é…BfòH(ÏúÖ8¤† \@BB‚SNœ¨­«µ²êFÞ‰!îËQQiìŠÔ´³ŒRRøå!ò‹·øF…õWòüýÐ-»ÆÒð÷e#„V¯Zuéb!™öë×/3ó|A~^á…‚ˆˆåäUûû÷þ!»xzzþyø0Yž7w ô“••™•6y²Ôâw‘’ÊÆ’£‹IIInOÏ6a$ñóM>q¯¥¡EB cG„!¨5ì5„àVvê9XPõ@]ÏBÃØc‚ò17ŒÈ{«¨ÿìçNw°wTІüS,ÓÆ¦ç AƒwíŽ}ôè>›­òíÜïÙl•GîïÚ;hÐ`›ž ʤ\n$9s&ÝÑÁ!#ýô™SigN¥ý°dqRrJ_ç‹—.ß¿cÌãñêêêètú»]:‰³ËÑÑáâŋϞ=Ã=z̵o_±§?äHYoeeåàè¹bUMM ƸªªjWìn¥†À2ÃÉ?Z]]mhØIEE… ˆô³g%I qt°¿|ù —ËÅgfeÉ{]¥”•k¢×øûǬ‰Z¸xq}}}ß¾.—¯\))ù›|óæÍ[cYÏkiiÕ××UUUaŒóòòI=?B8$+kkk¯\¹jbbBé½gÏž1™Œ€ÿÅ‹ܼuK(RšF©‰Ráø0‚”Âeuh„»ºö>mäÈ’CÿÛ¾‘ÊHEÇÎήæmMlìî±cF¿{ü– ŽŸ8‰1¾rõª@(477ošQL:B4~÷ŒÖ¿OŸ>161–¬7n\ÑÕ+EW¯$&먯OV¾|ñœ,L™2%ýÌé]»þظaC~^Yéï›{ùÒÅ«W.¯\¹#¤Âá<./#8°ðBA~^^A~þÔ©SduÀïSRIÊÊÊ®ýõY¾yëB¨ƒ®®ìœ§œ*JMªV›*”«“¼Ù+_¹-E¢Ô“©㢢k|>ßÜÜ\*O•,Pžõ-:PÕÊ6cæ—FÆFÚZZÝ%7a"ýýÍÊÉIÇ .”Þ-]öãnƒàï³62bùúu1‘+ø>A`ÿ~~=zt×××—õü7s¾Ÿ>Óܼ“ØŸ!¡‰“Ât:_À÷óõ9b8ÆXÖ{·nÝÞ´å'rÃlñ¢…t:]¿cGYÓ(5i82¤.«ƒ’w’‘•4|×Ä¿cÿûYÕhed£3lXȩӧ»uëF ÔÐи}ûΘq¸Üúu1kh4ZÓŒb1hï6DÛ$,†ôãMB‘è矷–•—#ŒÕÔԢ׬ÖÔÔÔÔÔ”šó† e§JÓª•§Šìê$oöÊÆWAË7oíÝ·ŸË­_%~¦–r—”ò¬oñÓAjáb1Y” ˆ†††£ƒ}n^~Ìš(y˯ò+Râ(oe“rQc7†•Ñ_ÉóWRT‹Ç®±Ðºvíš””´sÛo?ÿúûëW/!/ü$¼­®>˜pÀÝÝN§Óètr§½àRáÜ9ß=(ÿ‡Çãšþ³/ÈÒ÷kÌ}M#ø4† ¢Ñ1a!|¶¡sѾɌ€C¤´œììï.~ùüùáCg|ù?í‰Û=ï›ï¶ü¼ijX¯gŠÛ¢ªª¦Xæ_×ÿJJN’œ’2|Øp;[»ejëèJÕ§H±µwh#¡¹~­¨í(†´›p´M,\äëë8!ÄãñûôÏÏÍn¾Ø¬ü«3§…òü¶éð½ûÿôõpüܦJ ÆNù6hr[ˆïõkEC‚B4x\^¶sÇŽ a#455544ÔÕÕa—´m]¹ÿ÷ëBúõ/_¹èìäÂ`0BFN“+®êì3Gô¶BX÷BŒ ¬Ý+ïeÑ ½äܪ…ÜÄi×ÇnËÏ›ìúØ5îÝcòeÚöî# âöí4q’mï>M~¥ü (ÒîÃѦl¬¨¨øêëoŒH¹ Ô˜ŒV¶¶“ñ9þ h ÆNù6hò(¾œŒ¶¥ŒcŒiïSS “»wnååçŠß¸Ô“÷´>u¥…óXuCGD#d½-»\v);®¢\ñ1RtáÞÎÖŽÜÈlÔÄU,ÓÞÎÁ¼³®®nsNHIÁHI?&FFFÇŽþ)9:›ÅÊÍÎlMXt„óZâ ë³üûŒ/œòmÐäÿP|!%mÛ9éûÿ1ÌÎæ;›w–hàZÿäüœ]DmÅû”Fײ z- q ±¼]ÒŸ” ÉÔÑÑiæ ’‚!’¶˜ DkÛê}†))Ø&CJ È…N§c„h NE£~„Q?É âÃLg0èïß´O£ÑjjjèÍþ©1B$jU™’‚!°X·ç””NkãêAJ 6‚É’â|”ÖA¯ÇãpTšù`ªP$ÒëØ‘  ikk?ö´“¡Q3Õ{þü™ŽŽFk ™’‚!°XÃ8¦ œ°@JÚ6ÂÀb÷écw¡  gO‡Cþ‚Bca0™"¡¨¤øz¿€þ|>ŸÎ`ØôìYxá‚«›{G}z“6*¿|ñübaaÛ>,6»5dR¶¹ùwIÛ‰N›R i7áø¬läñ¸àpÐlüÜLN;‘".ÓétM-íî=ztÔ7€”´M£¢¢Ò½‡†¦æ…ü¼W¯^MzPN§ëéuìÐßÒ²[mm-ƒÁ´°° DDQÑ•êªê&ËÔÑÑécÛÛÐÐP…£J£ÑZ\&e›Ð)á0+ =ñ¶ºªm*« |¸uuÜ+¹~½­­žœ¬RÒ¶Aˆ,,ºXYu§ÑéÍBðùüÚÚÚwÑe±»ZZš˜šˆ„B¢©è4‹Í&óÑV’ùßúreK‡Žú6½{ß¹}Û]ù”ôDr"8øh N€öŠŠŠ¦–Vµü/Ô»¤÷8žà;à#Е›N€vùÓ” nù£NI[öi/zâ.UÀ<ÊEF@©””hÑ”´'Š20sïY±ú2Ú ”JI[0#ÕF×ÔŸXyœz{2@«îz²§ʤ¤-–“v£ÿaa?ƒÁÒíl?ûIÁ®KÄp: ]^JÚ"pp…íj£àúÊcz&Ã;âB®P¦cÄÄ^_uÿ7¨¯qTXmŽœºéÎ ±úr°¥…¾Zø€. Ž‚öí­ß4Ó¤ú®í¦¸ Õî%ÕD÷»Ñw›ÐÎv±Ÿ‹…O鸒Fãwuü]Y”Ц¾E]¢¯­òì —A§YkTÖð „+æf­·ïüƒU<#åâc©Æt: >¬¡Ñül Î]Ö”\þþÛÓî`´`JÚœí+6ªêÍØlÆÎ50sÔï²Å1Ô_`sŒ1ÿoýÎÚìMî6½7½ŒçUB|ÇGÚòä\½ûÚÁR7írEw­žÔt5Ô@÷³5Pe3N^ª@™ë«w7ù9åÙ>ØÕD_[eŒ—¹PDpØŒ:žp穘 ú² ½.Ýy­¯¥rýÁ›^Úºl„ÑÃçµIÊ;±ô/[òÄî³÷ÄC‡tÑQg©°å/ëþÌ}$a„µ™Ö`'#„ÆèÀù®=ô$û~9¤Ûq!„,uì:½©åÎ~TÃ2ôåzÜ|ÑQ›£§ÉN,(ø¼f^k  ;èu”¬Ù¼yÓôpŠŸfy\QacÓÓÍÍíÌéS’õ=êÝÇÖËË3õäÉ6eš¤bRÊoÚ¼!ôÝ·ß*° >»”ÔŸ1RW·“±õXÍ­ÎԱتB:!$à]!ÜÁÌK½ƒ©êÍ“¯GdquØ„RNñƒ73uK»üØÉR7«äyWC Œqá­—s‡[§]®Ø­‡^ÁÍ—bUS.”÷0Ñ:pþ~e ¿s'†ïn`1n—W\mÛE‡/ ¶$ÝB±YtŒqêå 7ëŽÛRK¥†þ3çaO„éaæhÙ¡ðöKm5Ö/óßOÞyQÅcÐi :M¶/Ƹƒ&;ÄÕdsâ­ª:Á G£`W“øÌcýFYÕƒËV&š wžº 3¯õ ÑhóæÎ%Ëv¶­û8H$b0Ù@-MÍoçÍ3·0'ÿ»iÓ¿)©Ô!ø¯ ï^Ò¦ÿ制?©d>(N«yYÌTµ¡³Ì¼¼º‡¼úÇ4F':Ë¢úYÞƒk>­dæˆvÔ&”BB<Qö¢¶·…޾6çÁ³ZR«·õÂ{Ojz[èpXŒî¦šEÿTJõzWÀ¿/‹|§¼cTþ²¾s'õ ¾&½ÌµE",ÕEòÏÙJ﫠ZYièp0F]4ÿyòöùÆH(Â<!Õ—,w6и[Qó¦V€1*¼ýÊÒH“<*÷ŸÖbŒž¾æêj°›ãÞvö×*sšN_±"’üsvvF%§¤¸¹»ëuÔ·ìfµô‡ø|¾T—ß~ûÝ¢s—nVÝÄÇKÖ§?îîá¡×Q¿›U÷+Vñ¸¢BK[ÇÛÇ7,lJG}ƒôôôqãÇwÐëØ»í±Dé_>;uꔯ_G}S³õ6P*CÊt÷ð ›bÐÉÐÉÙåæÍ[ «~ûvó–-‡FÙÙ;TWWWWWkiëØÙ;HjÔXUUUŠ €V…z—”/5Yâ+Ôù?Ö”w®WÍÚ÷~7³¤®£Ï¯ÀVwxóüzÙãoøºó¾.ù“ÛLòäð¢ÂÛ/úf?ç Dcà DYÅÏ‚úš¨²Ý«¬©|˜I¿k#Š0Æ|˜/$xBèÉ«º˜Ã÷0ÑêÕYÛ·ÁæÄ[t:MÖXK#MKÝ-‰·øB§·‡/ EA`É–²}ß5Ãïš „Bït¾ïËЛéÞö»åEŠD"-m²œ•yžF£M™2µS'ƒõë×¥¦¦mÝú+›ÅžùÅLqû¢¢¢ÅK–,\¸ ))I\ÿ×_……Mñòô}]1¾S^=ÜÝT_[åù.“A£Ói|t_ŒñÝŠ·#<Ì´ÔXUµ|7k½;åo¥tüh%h4Úüï¿'ˆ†F{öî!bæÌ™áÓ¦ù÷ëg{æÌÉÔTÉ”ô|f&Bhzxø3gº8;ûúõ#ëSÓÒ‚ÈÍËËËÏ'k2³²È”ÔÔÄdçŽí4-==}Ë–ŸâJKKíííÝÜ\%5IMM‰D_Íž=oÞ» ¢cbä)Ó£GoçÍ+++[¿aã²2ŠI2hÐ ‹…=jBèqE…øPÚ©SÊenf†’güWSR’gBçJ¡EÕ“|U½WϾvy&tn •PBDg‹žH¥›¡ ·^8uÓ{ü²ŽRó÷©tJj¢§:ÌÝŒ 0¢¡#¹E"!”wãùÒñ½«ë[o’n”òƢŋKï–ÎúßìÈÈâC²ll Å:tÈÙ¥o_W·‘£F¿xñ‚rPª-¥ƒØŸ²)ç€b(­VÞ¥”&Pz RRhuª««íììòòr###Ö¬‰F=}úôÇeËR’“.lܰ~Ö—³$ÛWT<™ýÕ×{÷îÉÏÏ;w.ÃØØXžä·oßöøóð¡àà`q¹¯‹ ¥ðšššÁƒØ¿õêU¤‘'õäÉ?’.yTžÂÕÕÕ...ùùyãÆ6lxdÄò¢«W445“Är|¼½³²³B9Ù9NNN9¹¹UUUOŸ>µ±±VÒ¿nÝš•YtõŠ–¦f|B¿æ »kÛï¿MŸ1C$QVÊÓœR¦Ø‡!ÁÁR:¬‰155Û³;622‚ÒEM´˜‡.Z¼$%9ùbáG‡E‹—È›²jS‘R åPÜ…Òjå]Ji‚¬—>LpðYÁáp‡"„Ü\ÝV­ZÊÎÎ~ýºrbhè»D¡¶V²}NN¶·——••BˆÍf³Ùì·oßRJf³ÙþþþReyÂUUUÝÜÜBÖÖ6ÊÊe‚<™gÈÁ!këæææ!GGÇGeÄ}­­­Ÿ>}R]]]XXøÃ?ddd0LOåGß¿ÿ@rJ ‹Å|þü[…MV²X,Ò^+++‡óÏ?ÿ˜››ËV^»vRsJ™’þüSPPàãímll„ ›ìПrÈS[IŠç€¼.ÊOYÝdMàr¹²^€”>l6›F£!„ :A!Œ±³³SB|¼’èt:Ƙ,óɈ”,Y–'œÅb½—F#ÕPy2É< !Ä`0TT8â²PðÁý¬îǵµµýüü¢¢¢˜,¦··’Cçååâ£ÆÆF¿nýerXA`&ƒ±o_œ¥¥åòåË‚‚‚---Œš#\ŠiÓ¦öuu30Ð?}ê”â£ÊˤHb¼½çÎçëã‹òöò¾?ŽÌ •! À?n_ÜÈQ£554LÍLÅõZZZ%—xûøÖ××ïÚµ‹Á`ÙJJoÈ“ÙÄ.JNJjr,ÌÍÍׯD#„,,,vlßF9 ä©-DJŠQ¾‹ò.•5ÁÄÄNÚ´®]»&%%íÜöÛÏ¿þþúÕK„Љäİð™àà#»3hةʴ)¡SÂßVWɶO‚V²íïÝ»çééõÉ ù„3 RRhC±aƒÒ)鮨„øégN7­û§2êTZj“E5§oË" ›¬UÛ±â?:£ %>ÒÓÓ}|ýÜÜÝûù—”4x”Ü@Z¹r•‡‡§›»{qIIøôŽNÁÁ!õõõòº›˜FF®4ÉÓÓ«°°!¹b—Ë8fì8É:äìÒ·¯«ÛÈQ£_¼xZ´xqéÝÒYÿ›¹BÜL¶{TÔOO/[;{R¾bÓjkk'††zyy{{ûÌŸ¿ i®@>}ÚÃÃÓÃÃÓËËûîÝ»RZ 2TžQ”>‘„ìK©§_É«Ø4J9&¦fK–.3v\jZš”V”£Pª*öÀÞ½qvöýÄÅíSru­1£>ð^RàSÒzï%}úôé°áÃOŸ:¥££sõêÕ9s¾ÉËËEétzñüåQ.—kÐÉðÐÁƒC† Þ¼eË/¿lÍ<ÎÜÜ|ÂĉÁAÁþþýäu9sú”››Ûùóç·lù)99I(šš™?}R!©ÏÇ}ýúåçå­^uïþýØ] „œœ]%žD²;)?þÀ  Àc‰‰{÷ìMNN’gÚ;%%<™úÇÎd.¥®®ÞWTT<ñöñ9•–jeeÅçó…B!›Í–4ŠìKi¥O$]Aö•ÕS±¯(Å*v…9‰ÇŽÈjE9 ¥ªbøô¿P¯¯¯ÿí·ß]¼x1//·ÉZ5ߺ֘Q¢Éï%…_oÚ'ÙÙÙ¯_WN %ÿ[S[«ÌQ‡3dÈ`„ƒƒƒµuòsÝÑÑñQÙ#y]TUUÝÜÜBÖÖ6ÊÊäéSPPàãímll„ ›ìÐ_IC8N`àP„›«ÛªU«4ÍÞÎnÙ²åK–.õôð0 Ó\‘““ííåeee…b³Ùl6[òwƒF)ãY=› V±iòä°Ùl¹‹©Ì(ŠUõóóÓ××GMšzñâÅ&kÕRÖµøŒø8@J ´O0ÆÎÎN ññ:Êf³ÉƒÁPQáˆËBP^‹EètA-n›Í¦Ñh!ƒNÊWlZ—.] òóÎgfžL=¹å§ŸÎ¦Ÿiš+šƒ2>‘Õ³ b›¦<‡Ã!]ªä(ŠUe±Þ­¢Ì÷›¦UKY×â3 àã÷’íß¼¼ü¢¢"„A׋‹•?Ú|Ïc2B@²ÒÃÃ#;'§¢â B(.nŸO£º+¯IEÅ‹¼6&¦¸øºP(l‚+¼½}rrsKKKB<¯®®®™FÉ"«gÄ*6­9ê)©ª»»{^^>—ËEzÿ£ö-¥UKÉiæŒø8À.)Ð>122ܳ;vΜox|>ACmûôQòhJ1mÚÔ¾®nú§ß§)ææækc¢ƒ‚ƒB;¶oS0–¸{rRRc5)))^Á 30Æk×®e2™Mp…±±Ñ¯[™F˜É`ìÛgiiÙL£¤ÕS|Hy±ŠMkŽzJªjaa1ÿûïC† 733ÓÕÑiY­ZкæÌ(€<Þ|JZïñ&>>M~¼ .ÜŸHIHIHIRRød±aã»_'S´ù2cwïvrv0pP ŽbmcC Œ½½ÿ}ãÏü µ´unܸÙ{[Êo²´”'›ï±ß‹¾A§O¥¿<ï‰UjYÝ(CÙ¨~B_))´£”tÃÆ–•»+6!þ@ú™Ó­7ÊÍ›·B ##Cò×#?š½­á·ÖóûàTZjÛ<ZI1 %€ÿ<\.רÄtþ‚…ááÓú((¸@ÖO õñõsptš>c&ÇCE®XÁår‡Ž;ŽlµÆÓÓËÖξ°°!T[[;14ÔËËÛÛÛgþüR:tÈÙ¥o_W·‘£F¿xñ!´hñâÒ»¥³þ7;2r…¸Yƒ£ „ÒÓÓ}|ýÜÜÝûù—”H ¤ßQ_\?~üÁƒBgΤûúø¨¨¨ „ž={Ö«÷»×IÞ¹sÇÇ×RyYMÐû-±•+Wyxxº¹»—”„OŸáàèR__¯ŒßNŸ>íááéááéåå}÷î]y6*ð²ÈÈ¡“&yzz)é–ý/é7YUe…ˆ¡ôªbwÉ3DŠ;wFDD"„’’“µut+++B>¾~ä— Jï 2TJˆçÈSCÖXÊ)A²déR¿~þ.}]Åg判bòFܳw¯½ƒã€ƒV¬Xééé«’Ÿ555ƒ ŒÝµí÷ߦϘ!‰B¿nÝš•YtõŠ–¦f|BB(2"‚Ãᤞ<ùçáC¡êêj;;»¼¼ÜÈȈ5k¢BgÒÓÕÔÔsssrr²W¬ˆ”âáÇ‹/IIN¾XxÁÑÁaÑâ%¡µ11¦¦f{vÇFFFü›’64ÊÓ§O\¶,%9éBAÁÆ ëg}9KÊœœœlq9$$øÄÉ“A$$$L˜0^d•—ÒDLuuµ‹‹K~~Þ¸qㆠ±¼èê MÄĤýVQñdöW_ïÝ»'??ïܹ cccJûí]È:°ÿêÕ«”q‹2þ—ôBHVUyÊ(F±»d ‘ÅÇÛ;+;!”“ãä䔓›[UUõôéSkÅÞÓàœ‘UƒÒXSÂÞÎ.óü¹_·þ.‰š6bttôùségN×sëa]@ðëM@»…Åbùûû#„¬¬¬8Î?ÿüÓ½{÷ýû$§¤°XÌçÏ_°Uز½8N`àP„›«ÛªU«BövvË–-_²t©§‡ç€ý%øx{!„ÂÂ&ûôWR7ÙQ²³³_¿®œú¶VAw555GGÇ”ãÇKï–ººº*h©@yY•† Œrpp°¶îAÞ àèèø¨ìBH±ßrr²½½¼¬¬¬Bl6›Ífs¹\Yô›ªªª››BÈÚÚæQYYƒni‚ÿeUmZ»KÖY¬­­Ÿ>}R]]]XXøÃ?ddd0LOy3D–猬2–ÉdŽ=!Ô·o_çŸþ¹víZFôõõÓÕÕE7.';–& %>/‚ ‚N§£÷?ð——ðàÁ³gÓUUU·oß^ZzW¶›Í¦Ñh!ƒNB¨K—.ùyç33O¦žÜòÓOgÓÏ4_7ÙQ0ÆÎÎN ññJJ˜0~\øô³f})®¡Óéc²ÌÿƒæÊ+Ïf¿K4 †Š G\ „ÊøM•ùñÞZÓÜÒâPzU±»( ¡ÄÃÝãXb¢¶¶¶ŸŸ_TT“ÅôöñVÞ{ :GI5”çãÀç\¸Ú-"‘èðá?B„¥¥eUU•‰©©ªª*Æ8%åø»¯eL¦8g¥¤¢â ‹Å ^S\|](þ›RxxdçäTT9¹¹¥¥¥!WWW§X ò~Sìå刑UU±J¯6ßßvõêÕ”ññ^·n½··ª*GSK3%帯&4yÎÈó˜¼)! 9‚*,,äóx–––MÑÍÍ-33“¼Söà¡C°. ÷ƒ\´W´´´Jþ.ñöñ­¯¯ßµkƒÁðÛ7rÔhM S3SqËiÓ¦öuu30ÐONJ’•SRR¼<"‚Ag`Œ×®]K~~“˜››¯‰ FYXXìØ¾M>ŠG122ܳ;vΜox|>ACmûôQ Á`ÌûTÖ»|ù²  `KKK#c#Ê‹59}ê”2žlÐo§Oúuë/“ÃÂ3Œ}ûâLLLTÞoŠÝÒ(ÿ“I©jii©@¥W›F||¼­­í9¥·÷ܹó|}|BÞ^Þ÷ïÇYZZ*/°±sFÇ(§„––Ö_ׯoýõ·úúú?þøƒÁ`4aÄÎ;/Z´ÐÇ×OOOÏÝÝ£ª K”кvíš””´sÛo?ÿúûëW/B'’ÃÂg‚k€@\ìΠa#¤*ÓN¤„N []%Û>ñÈaß~ôô”Ìår»Yu//{NÚÕÕÕ'†ž8qü3´½¾ž«ªÊA­Yý¦ªjÝژЎQUS‹Û3bôXª•°*3ãì „Ðãò²;v ¡©©©¡¡¡®®»¤­Ž––Öç™"„VG­ÎÉÉ­©©±´´Ü¾íw˜ P))Ð>áp8°E m¨Õ«Á 4<Þ@J @J @‹ oЩ™íïÝ»×~q1v÷n'g—‰k‚ذñÝÏ “?§ÙX™Ö66dÁÐÈØÛûßWÍ_°PK[çÆ›JʑԤ 4³»’r𿢨ç­=“ %€OŒäkJO¥¥6ªocÛ¼´fWlBüô3§?ÈÀ6llÁ!È_räO5"Üм”tC ¥¤-êÖ‹¤¤ð)9tè³Kß¾®n#G~ñâBˆË囘FF®4ÉÓÓ«°°l™žžîãëçæîÞÏ? ¸¤D9&¦fK–.3v\jZš¸åà!CåR[[;14ÔËËÛÛÛgþü’íB{÷ÆÙÙ;ô·O,­ Zµˆu‹/.½[:ë³##Wˆ›E®XÁår‡Ž;ެ‰ŠZãééekg¯ä@úõÅåñãÇQ>v’>'‘ÕSVˆʈ(ö•¼@@J |¦<|øpÑâ%)ÉÉ /8:8,Z¼„¬¯©©qò$A &ŒWGY¿Ii¢Àç”ÖÉë^]]íââ’ŸŸ7nܸaÆGF,/ºzECS#11 !ôëÖ­ÙY™EW¯hijÆ'$HÉ©¨x2û«¯÷îÝ“ŸŸwî\†±±1¥‹$‘HiÂÔ)SŽ9ÂçóB»bc§‡‡7*v’>GÉê)o")F±¯d­Px Ð>)((ðñö666B……MöèOÖ«ªªº¹¹!„¬­m••!„²³³_¿®œú.-¨­UF›Íö÷÷—7ºì(övvË–-_²t©§‡ç€ý¥†ðóóÓ××GMšzñâÅ&kÕRÖ5‡Ã Šrsu[µjuƒI¡¦¦æèè˜rüxéÝRWWW-ø­AŸ7Ê:‡3dÈ`„ƒƒƒµuò^GGÇGeBû÷HNIa±˜ÏŸ¿`«°e³mo//+++rb°Ùl.—+ë"I(Êš ¯¯ïéé•rüø€þý32Îm’¸{µ ±“Õ³i@±¯d­€”¤a±XdN§Â;;;%ÄÇ7J‡Ã¡ÑhÊÒ¥K—‚ü¼ó™™'SOnùé§³ég>lÿîLd¾ïØ4­Zʺa³Ù¤ù ½iM?.|úŒY³¾×ÐétŒ1Yæ¿ÿ½uÅ~Sl{c-" CE…#. ¼¼üƒž=›®ªªº}ûöÒÒ»Ms‘y)Møb挕+W½xþ"$8XMMícž,”Qì«æ€Ï¸p´O<<<²sr**ž „ââöùøøÈkéãã›——_TT„"âzqqÓä(¦¢â ‹Å ^S\|]ò¡(ww÷¼¼|.—‹:õþÆ[J«–’Ãd2B‰¼¤QÉâëëûí¼yS¦ˆktuuëêêÞ¼yƒ:—qNžßÔD±uÊwSUUebjªªªŠ1NI9.ëooŸœÜÜÒÒR„Ç«««k‚@y¸ººVWWoùiK¸ÄUû¦ÍLY= ¡ŒHÓ8{öìË—/a]@°K ´OÌÍÍׯD#„,,,vlß&¯¥‘‘ážÝ±sæ|Ããó ‚ jÛ§Oä(¦¤¤xyDƒÎÀ¯]»–LhH,,,æÿ}Ȱáfffº::-«U Z7mÚÔ¾®núÉIIHƒ1wî7RYïòåË‚‚‚---ŒøM¬Éé÷|£æ€’ÝÅøÇí‹9j´¦††©™©¬CNŸ:õëÖ_&‡…f2ûöÅ™˜˜4A ªjjñq{FŒ+{¨ºº*3ãì „Ðãò²;v ¡©©©¡¡¡®®îÚ(=réëú¶¦fÔ¨Qà Ú7pá bnn~é"¼Ú€ÏØ% % %HIHIRRRR€”€” %>/àEöIJâQpÐR„ŒEY/ 1þ|\A£ÑtÁ Ñ %%NšÏ½±”õ¿ìQYñõ¿^¿~ýùä£:::½zÛvîÒ™ÅbAJ JÁçóÀ @k  Ë•]ºXدÿ ‹Î ã³°Z(xðàAÖ¹s˜vµêÆd´XV ))Юùœ®¤BD_ÿË¿ÿ.]-?«™LV·nVt„òórMÌ̙ꒀR)¤¤@k}ÄTVVš[tù m7·°HK=)Z2Ù…)´çõâ³÷À•K…nÞ&8­‘•~&×ë¥ÓG› Zø¡.HIv¾X€ÀàLÀlü¤¹à– ð΄@ðiWåíüSKòÏÀÀ kWK+«îVVÝ7¬ß uTüסƒžTÍ?ÿüãææ.¯½¼¿½{ö:99øäççI 'D¢õëÖ7V`Sþ¨ü@ºÂÃÃSüßï¿û^]]ãÆß+)¶¥ôW,‡[_oddü1¼Dõ·ë]ööþmÜ™í>Êþà¯Õ×RvI eöQ0ÊÎÊ411ip—E¦#VrWF(2™ïN«mÛ·ÇØß½{÷·oß®[#îŽ1‰DëׯŸ?ÿûæX·&:a´té’¦ì'a„ºqã†@ H?{ÖÂÜc¬äÎS‹èß ¬´Û[ƒ?ví:t0¡{÷îR ´5g¶ûX4"ðy›úwìɈ`1èá½Ã‡ö‚]Rø¤¤ðncå_ttrvvé;bÄÈçÏŸ‹Ó²°gÏž>¶výüöìÝ+vúÌooŸ¾®n¾~ý®_/Æ×××›,^¼dÔè1'O¦’Í.\TZZúÅ—³:hðà…‹I ˆˆ¬çr:jô˜eb*Ö¬‰^³&zMttÔš5X>Ô~À#4~ü¸ø„ŒñéÓ§}}}Ø**ã§OŸöìÙ‹lrûömooŒqMMÍø =<==½¼¾ûþ{YýIêëëML#W¬pswïëêvýzñ´iávöAAµuuãñ&z{ûØÙ;„‡Oçr¹²rN:åæîîæîîáéYZZJê¿jõjwÞ}l/\¸ e„løêëë Œ—GDL˜êîá!î"ëaÅrÄá[ñ©œIiˆ¬ªm$²)MX·ný?üHv¹xñ"é“ ´ø i}v,ùvBß§zŒèg½óø_mÐ'’@+B(  g¯Þ={õ¾yóæƒ-Zœ’œ|±ð‚ƒƒÃÂE‹%³Æ¬X¹êlú™Œ³éUoªFã'OžüøãÉÉI ò7nXÿå—_’]Þ¾}àÿçáCÁÁAdMLL´©©éžÝ±©'O¬_·½O…ß§¤Ë9NêÉ>Ô LŠ|4:zMt´®®®®®nttÌš5ÑMIB!ÁÁ'Nœ‰Dññ ÆGâ|]²=Bd>§¦¦–›“““½"2RJI±ÕÕÕ.Î.ùyyãÆ 6,"byÑÕ+‰Ç1Æ¿ný%++³èêMMÍññRr?®øßì¯öîÙ“Ÿ—w.#ÃÈȈhgk——›õAò-/|555ƒ :°ßêU«È.ò<¬@Ž8|‘JdB­äLYC(Um ± Hi”)aù“ÇãaŒÿص+<<¼ÿ¡ô«9E†.Ý~&|¾°Ý|dÃ…{àóâlÆYcc²|ðàAoocc#„PXØdÿ€þ’- üüüôõõB“&…^¼x!”ýúuåÄÐP²MMm-Y`³ÙþþþMS©±2£cb¢£c¾7oÙ²B«WGEÇÄ „–,YܨqÕÔÔSŽ/½[êêꪠ¥½Ý²eË—,]êéá9`@-9Î!ƒBÖÖ=ÌÍÍBŽŽŽÊ!„öï?œ’Âb1Ÿ?ÁVaKõÍÉÉööò²²²"mg³Ù\.—ÃáE¹¹º­ZµZ*@”áSUUussCY[Û<*+SàaÅr>¹3e i”ª3òÊš ¯¯ïéé•rüø€þý32ÎmÚ¸±eŸ„HTÏV×𠤤ð€Ï—~s¡€ÏW …"‚ ÈÿòŒ1Y& B¡ˆÁ ‹óù|@èèè°/.Nr@Àáp2o Æó>Ÿ/ L|(\(V¯Q2×­_¿nÝú… ,\¸€ „ÐÒ¥K˜,ftLŒH$Z¸p’~ M=jÔ—³¾œ9s&ŸÏÇ ‘H$öy…—Ï盘˜dežÏÊÊ>~üøæ-›ÓRS%õÿ×·›Í~g&A°YïÊ#¡@˜••Ÿp*-UUUuçܽ{WÊ’áH: D"‘Hò(eø‹Å"+E"!Ù…ÒÊåH†ïS9SÖJUÛB, dRš€š6mjTÔš'Ože2™JJ> y• .OPUËÇ"Q»¹¯.Üí|™ºò"ù_77×ÜÜÜŠŠ Œñþýû½½½$›¹ºöÍÏ/ ïŠ;}ú YéååYPp¡¨¨ˆ|D©¸¸˜Rò¿zÈÆRîÉW+“¹Kãdb´`Áü æKV.˜?á‚5îÂ=ÂØÛÛkΜ9“BCß ‡°¶¶v]mmee%ÆøüùódßŠŠ ‹8tõêUÅÅ%@R9Fÿ^³F#üæM•‰‰1‡Ã!âĉ¤C$åxzzäæå‘·-òx¼ÚÚZ)'4*|’eynPj+Î|W¦Tµ-Ä‚R ¼..ÎÎÕÕÕ¿ü²uê”)-h¯îÿ8Qâ9û`ß/¸ÌÜç<#NWC¥–+¨®©[ËWSaÙMÚaº½ÏÄmö“¶ýväì’Àã›+y‡Y655]½zÕˆ‘£Bæææ¿nýEòÓÎÌÌlÞ¼¹#G635ÕÖÑ&+;uê´cû¶o¿ûžÏ㘃ɌÝõùn„ÄJB>ÙÆò¢¦XŽdø>½3ßÿ+OÕO J”&íÇ—”œlmmÝ`@h—ì:y=Ä»‡Í g¾ˆ@7ªáñø¢=TØ òáÝ·uÜßÎíò5“Öµkפ¤¤Û~ûù×ß_¿z‰:‘œ>fðˆ‹Ý4l„TeÚ‰”Ð)áo««dÛ'9ìÛ/ ƒž^ƒ’S†N þìégîáÒ;·Ü<¼_½|“ œÙvøâ‹/8zô(ð_!ýTjÈéËãñâ÷ïûzî·ämT­‡óô¸@ïYEeFch4†h4,!ZmÎÍ’;·ŽÍû8>ùí—ŸFŒ¥£«+U¯ª¦·gÄè±²]ª««23Î A=./Û¹cGаšššêêê°K ´g`üÎlS”••M dff6lXH3= ÚBáÿÛ»óø(êƒñãß¹v³KNBBBR1!\’áPTÄÇþ*^õèãñk«/Ä‚O‰Øþzh[¼zT[‘SîŽDn9$„H swvæ÷Ç`ÉaÈA²ÙÏû]6›Ù™ï,ɇùÎ캭S±Û$™¹ß…9%I!$!U»<•.½›]sú©’$ !$Iréº,™.W—Ž$I êqƒy™DGG–µ©MF’Nó3¡Ý_·Oê÷æò½ºî1MÓ4 §Ý~ýÄk>ß÷]p€ãëýßœ¯¨¦aš¦"K÷Ý”â½5HR€Öüû¨}+ðî~DÓ;ÞpÚüüüì~ZYyÅ®%÷Õ~I’$’è¤?'||âû&rB-ƒÉŽÚóMûþ®1 Ã0 ]×k¯ó3<†¦©v?›Ý®™†QUUeŨ$IªªÊ²,Ë^ù~J$)HRZó«¦}“ÔårUUUéºn\àQ5ÍÏO³ÛìBˆ³gÏZªªªÃá°ÙlÖÙ¥$)@’|)HÛówMí{ z<†ax*++eIÔ¸<=‚»UW»E®¨¨p:¦)¥“~*I _÷Á?1€vNÒö=üaMÇ[‡?Ýn·Ûíž:¬ç__ÿÄã1Ež:¬§¦i‡CÓ4EQTUõÞÓIIRtYgÃÆ0€Öó/\ÛD”ŠvMR!Y–5ÍTUMUMØ5éªiq†aȲìtv ð÷w:Š¢X§“JV&“¤@ça0khoæå8I¬¶6N§ªªºlš¦uÕf³)ŠR{IWÜï§E ¸Ez™~ßX j}qÝTõê÷~"IÑõMê4ÅŒìfÙM›bz ©J—ÎÕHgªdÝ`ljÀ+šôr_NT{Ä´î*t$IÑ•J0\˜ÓìXsô›ý_ûæìÙÓBˆ °ðèŸÄÅ'Vªå.‰!b¨Nÿ»†_7$)Фúç’&÷ ”$içÑR§3èá4¢ýÎoXµ,<"ü¦›gôމB?ž·aý†œ ïžvGþ9©¸ÌÅ@1Ô@§%IReE¹äoMߪ7>¸í1±±¥¥¥ºÛ݆Ë$IZX¥>2_U³F_ÔÅÄ=@«Â´Áû·,É>pzÏÑÒƒ'ÊL!~<¢_èð~¡ I оÊ*Üÿ³h÷îoÎõïú“ààI‘ªbê’8sºêÿ½{ 2Ü>ïöÝì I Ð.rÿúo[CÆGFlÛµiË·_ž+;©¨¶ˆÐÈÁCÇÜ3vüþ‚ÓÓžZûûû‡ïÎp‘¤m¬´¼æá¿d ‹>ºàoDE§OHŠè>\’ĉS¥ûnÙ´eåc=ùÓ¯yäÅ-Ÿ,˜èÇ ‘¤­bšfÝsIûÚÑönçKN~~`õ´II©ƒƒB‚ƒBÃzxtýÈÑ£«7åÌÿó3÷þì7¯è3û¥Í/?6ž1$IÚÌÖ}ßmß?2^xØ_säîË3'„ؼyó‘#Grss_ýõ]»vÕýªÛí6;I Ðí?Rà¯Ù]ºžÓ3 ÀÏá'K’$I², !I’$Ùf·ûûûèwºô”&´Cù§šSwn·[–åîÝ»WWW‡††>úè£Ó¦M[¶lÙ’%K ””4uêÔ¢¢"!ÄK/½dOýè£l6[II‰bذa(//Ÿ1cÆ!CRRR~øakÉ«W¯6lXrròÈ‘#÷ìÙӣǹ¤mÀ£»<ºÇ&;5›Ýf³)²"É’$ÉBIÂB˜’$išfÓlš¦ÕÔ¸ —˦$¤Æ–9nÜ8Y–óòò{ì±Þ½{WWW—••Mœ8ñøÃ±cdžž››5wîÜGydÑ¢EcÆŒ¹ë®»„›6mJIIÉÊÊ;vlaaaÿþý?üðÃnݺåää!ÊËË…………?þø¦M›BBBrrrî¼óÎÜÜ\’À‹]Ñ»{IYi ³çñ‚rë ¨i I’$™¦)$!„$™¦,ÉGò‹BüÊΉë KRË\¿~}tttIIɸqãF5jÔ(›Í6aÂ!Ä–-[ÆŒ%„¸ë®»®½öZ!D¿~ý KKK³³³çÍ›·fÍUUSSS…×\sÍO<ñ裦¦¦Nš4I±qãÆ’’’3fXÏeu*I àetÝ­ëºu;ùŠˆ¬¬aŽ>{÷¬šRe·ÛE‘%Ùš™7M!I¦aUU•¹{ØÕîE¥§’öt¹jšX¾Ûír¹jüý»¥¥¥®^½zèÐ???·Û%„ðxtÃðXßîrÕ˜¦iÝ9rÄ{xš:jîܹŠ"u­ËUµmÛÖ 6~üñÇ¿ÿýï7lX¯ëî!C†¼ÿþ{µO×ôÊ´+Î%h!ÓüÏåM#ÅW;íZMEÌÊõ‡]5.Ó0=†aš¦i¦ix<†Û­oÎùê«#'{%”ž5¨o“—]¸Q^^þùç_ÄÅÅZ×YwŽ12+볂‚Ó4ß~ûíÑ£G[÷§¦¦-Xð|ZZšŸŸ_@@ÀÒ¥ŸX_*((PUõúë¯{þù{öìq»Ýiii[¶lÉÍÍ5MÓãñìÞ½ÛZš5kŠ‹‹¼ÁåM2Jk“4¹ï5WE{ö+EòÏÝf,_ûMMMa†á±þ«ëîÍÛ¼´d]¸ß•GоuUŒNIlúºöôôqýû÷OJ8hРY³fÕMÒ˜˜Þ ,˜2å§ÉɃrss,xκ?--5??ôè4Ó4SSS=O||¼iš{öìMK=bÄȉ3ž~¢(={ö|ë­·|ð¡Áƒ‡ <äƒþi-á7¿yäÀ Þh¿$eâ ÅA*êöY毦eÜóB€üu°3aãÆê{?|Mx¿ÄPE–¾9vjë—‡v8¬Ä»tåTU^¼vì™§Ÿš7ÿÙÆ~òdaý;OœÈ¯}Æ[n™yË-3ëÖ±">>¾¬¬ÔúãìÙOΞý¤uÿĉ&NœpуÓÓǦ§o¾èÎÝ»wY·ëßh¿‘$IZ¥uB-Èßñ—Ù3Î|?L/òOÈÏ7 N潯ï©ÑK…²n‹Pû”Ÿ,(?1(üôôôŒEï~ðæk¯Þq÷=Œ#÷­Ò: nåËÆÄÛ÷žÙ~ª,ï|Y…ÝhÆ(®ÐÊyÏ™ý…%{úW»-ÙÙ3gL_ôÎ;k?]e\8åÔk´ùHr” ÅIÚÀtvH ó¯sný,÷ÐæœÃ»¾Îß•XÓ3dà€ð?ùIÍéC/¾ðBè¸CåõË]·þ×sŸžÒ}`ò UõÝ0#IZ¥¢^’^¸Ú)).¥_”Ë媮®®ª®v»\ÕÕÕ.—«&8ñ—ÿýàË/ÿÍîçÜU~NQÕ™7ßððƒ¿|{Ñ?}v™¸hM‘6À0 Çã¶ÞV´¦ÆírUUUWUUUTVž?_îçt\?íFÛuúdAööÜâââø¸¸•+W2q€éÅw~_m²,K’¬ªªîñ¨ª¢iša˜Âa†Ê¡6›­G«V­8qd(I’ª(²$)Šb·Ûìv»Óáp»ÝºÇc†õ-’$eddìÝ»{ËæÏ&OùiÊÐa$)Б6gm̘<µ²²ÂºÁ€¼§H}·NI’EQÅf³9ÎÆ–5yò”Ú¾%IS›¡ô(À‹H’TYQ.É>weŽixä¶Þj’¯²²â¢tþ >UTákÛ^\\"ImY¥\qŽ·9k£ÓÙ­î :9EV HÚ–]TTäuotßb†amÍÞze¿~š]kÃñä():÷ïKRU‰ëkž_攞+5 öZ–åäAÉ‘‘½œIŠ.…‰{€7Ò4[ßľѽ{ën·ï\™$I²fל‡IŠ.…+î^JU4µ›Æ8´ç’¢ã1q€¯Ç=C€ÇÄ=>Ž£¤èx\qI t0&îðqLÜ£ã1q€ã():÷¤@câÇÄ=:÷ø8Ž’¢ã1qI t0&îðqLÜ£ã1qI t0>ãà¥tnx Ó4}g“%IRdEVI"Iѵ0qðFn·+ÿxþÞ=»KJJ|§Gƒƒƒ¯×'NÓ4’] ÷¯£{ôüãù;¶o;~Bllœ¢(>±ÕºûرcY6˜†Ÿ˜ *mV¥\Þ„ŽÇ÷¯cxŒ½{v§ß×GzT¡ªZBBâØôôÔT»ÚpÉ$):÷¯cšæÙ³gcbûøà¶ÇÄÆ–––ênw[Æ./)t8&î^Z¥¾s|ôù¨Ù £/êâ():÷¯SÔæÃH’¢ã1q€câ‰{|GIÑñ˜¸ÀÇq”‰{€—j§+IR 0q€câ‰{|GIÑñ˜¸x/&îIRtLÜИזï{så>·î1MÃ4/üGXÿ3MÓ¸pC‘ŽÓÿ÷Œ’h¡ÍY3&O­¬¬°n0 Ôz}ÅžŸŽLtØUÓ¦i¦0…i¦!„i˜Â4 ! Ã,¯r½ôá6’h9&îhŒÛ¥W»ôu9yž:Ÿ$I’$ !$I’$ !Ù5ÅíÒ½w3IRt<&î^J×ݺ޾!(I掃EN‡M’$SIHBS´zT˜¦BÒ=º,™.W I ´÷/eM¦·ëSÜ>©ß›Ë÷êºuÔøþ$Ò‹Ï+Udé¾›R¼÷Z+’‰{€Gi;WàÝ?p×”«šóHI’HR å˜¸xm¶ïQRÃ0 ÃÐuÝz–Ÿ«ö¬RUUeY–e¯|×y’‰{€Gi;'©Ë媪ªª­ÒY=êp8l6›U¨$)pɘ¸xq¶g’Ö^co¦i'©lÖA’-ÁÄ=Àk“´}'îkÚíFÓGIeYVUÕ{O'%IÑñ˜¸xo”ŠvMR!Y–5­™ý*Y™L’-ÀÄ=À›‹´Ý°ù§‡rÅ=ÐrLܼ¹HMÆ¡õd†nsÖF§³[ÝxI“ú¨6HŽ’¢ã1qðÚ"%%IÑE0qðF’$UV”K²ÏÍ9›†§Íߟ$hIŸ**Šˆˆðµm/.. ‘¤¶¬R’à’)²2`@Ò¶ììá#G†……yég&]*Ó4OŸ>½-{kò dÍ®µá’IR€KORU‰ëkž_攞+5 öZ–åäAÉ‘‘½œI ÐÁ4ÍÖ7±otïÞºÛí;9I’¬Ù5§Ã!D[&IZRЦvÓ‡Öã}I@’€$HR¤I ’ I@’$)HR€$I ¤ I’$)@’€$HR¤I ’ I@’$)HR€$I ¤ I’$)@’€$HR¤I ’ I@’$)HR€$I ¤ I’$)@’€$HR¤I ’ I@’$)HR€$I ¤ I’$)HR†$)HR€$I ¤ I’$)@’€$HR¤I ’ I@’$)HR€$I ¤ I’$)@’€$HR¤I ’ I@’$)HR€$I ¤ I’$)@’€$HR¤I ’ I@’$)HR€$I ¤ I’$)@’€$HR¤I ’ I@’€$HR¤I ’ I@’$)HR€$I ¤ I’$)@’€$HR¤I ’ I@’$)HR€$I ¤ I€6¡2誖¼ýƒI t˜ëo¸‰AÀ[0q’$)@’Í{½Ê²ŸÃq RÅívËrKò’$…7 ®ªªÒlš$KŒªGUÍvò»‚À à|;WÜÛ\Ù¯ζ­)ÃGDôŒTU^½tn·» ?/gÇöääÁ$)º¸È^½„»w~YVZj@'!Ër`PPròàž½"IRøD•Za ºNÑ2 I@’$)º*Ó4%I"IáUÿN’åÊÊ Æ€.Ãðx¬_ñ$)¼F``ÐñcßVWW¦ÉhàÕLÓÔu½²ªª¢¼<00¨±‡ñ&Pèt¯¸bßž=ý  d4ðjÖ|}EyùÞÝ»¯NJº´$}ç…Œ :JXðIIß}º±j¿õ·žîñ'ž¼çž{3&MÞºu›ug\Ÿø9O?}ë­?[½zuý•œýÔS‡~àÁ‡®¿~Úu×]?û©9-¶þÎjÙ&ÔÛ‹Ö­Á'ªuÑ^hðµQw/]ÚôÂÜ;í\Ëÿø§¹sçY·srrj_‡©?¶½¢-Zúâó-ÉÉɳg?ÕÄFµßú———Oœ0aáÂWÿö×ï»ÿ~Ç#„8þ|úØôwßýÇÕW'Õ_Ég33£££_[¸ð“O–>÷Üs-°±Õ‚M¨?¶u×-%%¥Á'²Ôß @í¯›:õG^ï4¸sgͺí£ýËår !Þ|ëí;︣þó6ö¨¿ÕyyÇçgf®^½êÓÕ«JKK›ç €ïhƒ7²Ûí“22„ƒ’“¯¸âŠ˜˜ÞBˆk ÊÏ?ñÙæÍ%%%³fÝn=²¢¢Âºáp8† *„¸òÊ+óóó›¨.ÇcÍ\' Lš÷̼9O?=rĈqãÿsì*<<¼°°0*ê’OòûÇ»ï.[¶\SÕ¢âb›Ý&„ؼe˨Q×&$$!l6›ÍfkpxÛ¶­£F]k¥ÒÏÿÏÏ'fd4¶Qíºþš¦;F‘`·Û=c³Ù¬;[É&4¸³Z¶ õÇÖRkÝ{UXêï…ÆÎU­]`sÞÌ—\XXص#G._±b\zú† ~ÿü‚æ¿êoõ¶m[ÇŒ&„øÙÏnݱcGckØà# Iÿ#::úĉµG°œNgppðEIjÝPÅîwᶬÈnÝmšæàÁƒ/z§~N]x˜,›†qá†iZwº\îÚ%»ÝnÓ4%Iê÷YVVVVÖÊU«^xñ¯«W­´SSSm÷ó»ÔÍþ";ûƒ÷?X½z•ÃáX¸ðµC‡·~(ëoTû­¿Â0 Ã0dYBèú…óóó“$©eëßàÎjÁ&46¶µëÖØ«¢1 ¾6.ÚØ]xý½Ó˜»ï¾{~ffqQñuS§6ÿDÞÆ¶Zýþyko4¶†õ @—±îÓUÓošY^~¾Ñ_÷?ºˆ„„„€€€µëÖ !-Z?|ø°¢Æåª¬¬TUUáv»ë~ïðá#¶lù¼°°P±xÉâ´ÔÔ&"µÖßúÞ?üP±uë6·[oÙJ6½³.išÛæ¿*êï…_­É5¸s…C‡¦œ/+{áÅïhhÖ¾±±mp«‡ žýEMMbͧkšXà @—1ý¦™M? Y÷ ¾úðC?ùäìØØØW^y¹ùOß³gÏ×¾ú«_ýºÆå2 cÊäÉWÐX<õÔìéÓoˆï_÷ôÁŸN™²iÓ¦>wܱoÿþgžùE–Maþïÿ>kõÄŽ9)C†øùù !Þ{ォ“®®»Ìßüæ‘5k×VUU›Þ¿ÿÿùAí—Æ¦§/Z¼dæ-·øûû×=Sö…þrÇw†¡ªÊ[o¾ûí³F^;*<¼ÇŠï;#&¦wfæüiÓoBÄÆÆ¼ô÷¿71í´þBˆÀÀÀýŒMWUUõꫯ(ŠR÷4ƒKZɦwVó7¡‰±mþ«¢Á½Ðàk£•/9!Dýk¹õÖ[ÿýñ¿û÷ï×àw58¶ null̯õën¼±wtï ïç\à @—ÑÄñQ‹ÿñÇ/|ùï/üí¥’3§;Ûœ8qâÞûî[ùÃËük=ðàCÿuËÌÔÔÔ²²²ÛfݾôãûÈú×ÔÔ\Ù¯ÿ·GtžMèJmîþÅ/222fÞ|3?AhÚùú‹&î Nä/|õÕ©Ónð÷÷ïÖ­[gÿô¦èèè»îº«±÷iO8Њ¡ÀÀÀNØ£]`ý›¿ ]Ãñãù#F^[^^~ã 7ðs€Vª¯ÿщûÎ~”]Œ÷%€wY÷é*ÿ€o4†$@[ª?_ß6WÜÍT{Sý‘­wAgìÐMÌ×78q/Õ![fÐMÌ×78q/˲գBµöC)€kb¾¾Á‰{¹.Ó4IR\fªª*Šb+• ÃP…AÀeNÒÚ*U=Om’œÈgtpØl6+IEQ=ªªBˆ‡ø%C€Ë–¤š¦YU*…††îÝ»×årÕÔÔÔÔÔ¸\.—˥뺮ë†a†aš&C€“$ɺŠÉš¬·Ùl6›Ín·Ûív붪뺦i¦iZoPª(Цiº®{<«GIR´2I­*UŪR­UUÿ?Ms2 endstream endobj 485 0 obj << /D [483 0 R /XYZ 56.693 815.761 null] >> endobj 486 0 obj << /D [483 0 R /XYZ 56.693 744.781 null] >> endobj 487 0 obj << /D [483 0 R /XYZ 56.693 562.159 null] >> endobj 43 0 obj << /D [483 0 R /XYZ 56.693 546.542 null] >> endobj 488 0 obj << /D [483 0 R /XYZ 56.693 520.243 null] >> endobj 374 0 obj << /D [483 0 R /XYZ 56.693 96.566 null] >> endobj 489 0 obj << /D [483 0 R /XYZ 56.693 78.753 null] >> endobj 482 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F64 307 0 R /F74 437 0 R /F71 414 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im10 464 0 R /Im12 481 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 493 0 obj << /Length 2181 /Filter /FlateDecode >> stream xÚ­YK“㶾ϯà-”k…HãƒË»ë¤ÖUŽ;.—kטP¤BR;žŸntƒ")j*N¬ ¯Fw£ <2øûÝ›û»×Kd‹<Òà~¤‘H³À¨XÄYp¿ >†ÿ(ÎCUŸûí×åPµM¿ÙF‰ ß¶Í')£ÇsW`/uÞoŒ Û¶Þüvÿ-ðß*%ò$!6?÷¶ûË&IBfð]Ñœ 7$P Ò%ÐY$2ÛDäË ,ÊLøš>Z㺻oîïþ}§`#¨ IEšÇA–+‘Ê((w“ÁÆ@¡s<¹™Ç QRDq t|¸ûñNÞ4†ç©s¡dJ¢¼]ã( ÷%â^AS§á¾­w¶ÛD2Ü>½ÝѤ²mv[ ÛEg‰xÀ™çª¸ß§aAͺêy ÝÓ÷S”ÄDÏ~ìX å§5v9?‹™e³»Í¢i¯yÍF%áó:¿,<Ã`»¦›m¢åh޶CõWÎ}ßvphi>·g¦Š’]è¡¥ïƒå1ú” vµ+î³L›,¸«šGì5áp°=O¸6¿ã2šÿ:ŽmZâ­íÑ65PK'ÌÙõ0<’ †[z1?o"¥®v~{¯Z]_XM­ÁÞƒ'{-Ý_чÌ-éüî#ÕmYŒl*ÒùÀ¨M&/Úì,†jã#Ì9óù_óqó³xjeoLçYs6ΟüFbž+>B’BR˜J M–(Þ(Ú»x /[@Éíg¼˜ÅãÖ™Èã˜Ã™g̵¶…߉ Äå4&ìG™§¾‚*´¶ARçÓå •ç.K™3P"/ôSåYŽû=xÖUª‹g»›k‘æ¿cÈØCÑm” í@¡e¼xf®qâ .¨ sFIMæå3r-œ%Cl³ä†Æ[þ óª_R¸¯w$Y~kWuMqä†;ørü £s×Á‰ÕÏkÞF*¹-Ó°ì“™†ºB&ÁÞ…I\î„‹>glÍ,‚h¢0)ÌV…åñ˜CêÄÊùcÅá•B\j´ÉlH=0Û™Ù°cb¶•4º[‰ŸµZõ•wä¤äè€ìqÓàÓ4Êf‡>õgjB²Í?㬶þŒfóÑ2<¡-ÇÔ`O¯cuT$t° Ê„ÉYµ˜óq›H饵‹H›I» ÔP× ¬í«Ý¾I’Ó¾Ÿ¢(YÛù‡Îö=ašTO€D æ79ÌdXh`è3ŰE®?­åh/ë Ž—S’>ö(%ÖAb¤—÷&~†¦LhLEB#ž€î×ïyð®4ôãÈzëyo'̯AR$¤Ÿäd'|3 Þ¾CëÏß©~Ó‰nËÌÖ[i!aË­Œ¨ÕËgò 0\÷„úy*Ô E˜é1²b¯÷ šs²Ã†Í4ýÏÊg67ÂDy$‘0J/l|jÅ (<@v÷–3ÿ¢{´0Ðç—ªÙ¹dõÄ€âbNB §ªÞ‡0¨ƒ–Î ,Ž3¡<žñ+—ƒG,3ÉáÄxÕ `txx›Ä¹:ú#ö©ùÍ4–“çÛX(¡—Å\A¦ ?”è1{´.Ø·“ËîulHW!â”Oå×R¤t,c°Ô3;[V;Kôà „”¿eÇãã Òþ. ½§“-:Ïád¹Ja*š Ï9÷% ÝóŒýbôçŸÞßâ˜AòòJA,'ï±+¸³…¦ÛµcѶÃgDeü5D“IØM.Äš‚?˜…RE E{ð¦çï[zÄ?:<ètt‰ç©íÑSÎ<_b#õ•S¯H\¿hl{îëQZ:À¹¬ &çÝo¼ÇMS–Ø+“OKŒÏ– ÈQp« ª$]V_ß^cæQŽÞC\oñ°€Ð‡vríà=°­|ò¼<ñlwô·Ùñ¶éY–ã_2vù`H*¬£Å3ËÚ*p‰”iþ¿ü¥ò]¿ endstream endobj 492 0 obj << /Type /Page /Contents 493 0 R /Resources 491 0 R /MediaBox [0 0 595.276 841.89] /Parent 452 0 R >> endobj 494 0 obj << /D [492 0 R /XYZ 56.693 815.761 null] >> endobj 495 0 obj << /D [492 0 R /XYZ 56.693 621.42 null] >> endobj 496 0 obj << /D [492 0 R /XYZ 56.693 488.604 null] >> endobj 47 0 obj << /D [492 0 R /XYZ 56.693 323.909 null] >> endobj 497 0 obj << /D [492 0 R /XYZ 56.693 295.957 null] >> endobj 491 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F64 307 0 R /F52 247 0 R /F74 437 0 R >> /XObject << /Im9 463 0 R /Im10 464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 501 0 obj << /Length 1422 /Filter /FlateDecode >> stream xÚWK“Û6 ¾ûW¨§Jˆ!ŧzk›´ÓÎô‘‰;=$9Ȳ֫‰,m,9Ûý÷IP¦µÚmZ_L‘ ðáI€&‡„&?m¾ßn^þ(iR’R*ÙÞ$ª J'†qÂu²Ý'ïÒߪóÔvç1ÿ®žÚ¡³¼4ýaèßSZΧÊîúÍmfh: ]öaû ðÏ#¥”žÍŸcsú:“2E¿Vý¹r”€€%(n]Íx’KRjÄÀ ¸¤MúÒÿ aïm^o7Ÿ6 Ñ„%RUòD—Œ(Z$õqóîMöpPˆ(Mrï(‰d”\ÁºKÞnÞl(ãKÿEaMÆ­ÄOJ´bF8Šxí•*‰–î[À ÃÑËŸ ð«À¼yR\ŽòòH óŸ."ÿB)d"(XQ ù¶·7úXß6Ç&ßUc³÷;õÐïÛȯSµs¶ Òá‘3"˜HÀ DkôìÛ®ýXùÛå·YÎMß>''fþ±ÑDp“äœFøÏXœÊô&¦U=½°ìÍB NÅ•öBujüÁ.+hzn» ÷G¿]ùÏ®ñ`¸ñï ÉýÎñìÏDz¬¦úÉzäëé%ÐkŽ,û}ØzÌ¢PÎÌË^ȘL–ò5^¾«¦©9õ#Ér¡šŸöÍé*Á”·ÕÍpSó2}θªjÌMXOƒÿß5xæÿj€Ýî« wÁl€éY îÛþ€wo› d9̦ï‚¥Me5´GM´ýä?¬†È YÁqÐ+†ø9+G×¢ YÁªë.¬VJõªCgT„Ά¦á(ÞhÔÄS9lðÐáô¶l£ûìf…[]SHç¢ãÂOa*Ý7¶Zö•Æy’õ#>>*ìNˆ këRù ›ù¬ØÂžMÀÀ–sàÙ'Â&~¨1TøD¨–ƒ‡ «/fЏau‰æR“’sLs$¯m0©åÔ#¬‹CÖ@DZdušñ¨.~žÑù:¤=!rÆä’ô’\°¾oËYÞ.°nÇ»®zhö«šÿåk•ê”Ai;4“O;¢±vð ð&—§O~ s¶Hø´^fª¿w©õð¨aµCAp¥þhkm¸R¹RÐöã´€TŸO'pG÷# ·Ú©9FžŽÂõ…È]êk·sXtCºŠR-Ô… «®_¹Šßœ ûØgASûVP g ƒ”êÚ ðÕù]Ä&\lXò\NJ—¶+ºÏц¶ÃXG]WÃã•Ko!sd­Œ÷ÿú¦û϶·æøl¡ûl ’cº·ª Ègjî¼Ó.¯2+ˆÜ=÷¦D5Ø‚æ].) H›Eb]!]à²:( ¶)\“ëÛŒð¼½/ ¹&øS3޾T"êT8XÞ”@‰´Ÿv›qCJ!Ù€¹]w-¸ Pè5C#Æ 4b\$LKb¸ô½#~Æ“Dk¨ˆïõæ…oúÊÐóÍ=^àGÌ7é•Ä.‘Ãî;i æ†à~§ú“ñó”W®l³B "sm¹xÞ%¯ßzt1¦'âuFp¥ÆtÝÃÎÕ °kû¸Ö“ÕFójf( 1E™0aˆô u<3ðhf Úê‚Ï3ƒ÷I-W„)F§c{Xq…aÑ-Às]© ¡/´^º¹›üÚ=ÍŽ»Ž#Ÿ) ““mÕµ@ ߬€0ƃˆßjà ep_Cÿ÷?o[÷rÂrœ á@L7§>apî´¹øÊ‘hNÏmÁn0q´ô_|@Ÿb Ì€I 5¤ÔÏGêï«ùŽîñ¸L%ÿÊ]¥R\8„hFܽ;5‹ö¢E¶.OœcXì?xA çšôÕJÕ‚úÈ´ PoxQêfQ¿×d<©*ÿÏ|üpB endstream endobj 500 0 obj << /Type /Page /Contents 501 0 R /Resources 499 0 R /MediaBox [0 0 595.276 841.89] /Parent 505 0 R >> endobj 490 0 obj << /Type /XObject /Subtype /Image /Width 893 /Height 587 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 506 0 R /Length 40956 /Filter /FlateDecode >> stream xÚì\SçúÇ­µ··ãÖN;ÿÖ­µ{ß¶·½·í½·ÃÚm«vØå¨Š¸·ˆ¢8ÀŠ"*ÊÞd²FHÈ" I€„½éÿIŽæ¦Y„ô9Ÿïçðæ=ïû¼ïó®ó;ç$‹Åb2™t:J¥’Éd¯ÏY‰ ‚ ‚ D$•••æÔjµ …âß߇¾·"õlI‚ ‚ ‚™ 5u:¡9‰Èè °;U<ÿ—_ÿ=õçûá•û¿{ñ®ßÞ{nËÎãÄQAAdh²9¹b}b™ ÁÅÏ•Â0*•ŠÐœ{³ÔÀ®Ô²à… ç>w[ì¼çäÑë~4¥Ì¯?µ@óÍò·ÆþðÚCÛS­ÉÒd»Ó«ˆ,‚ ‚ ÈP`cRù¢ýv^€ì’ä’ÉdijõÝ™*à«gn;üÛËu§öfüªˆùTùQwÆB]Ò‚^Jx¯à({ÿ/_<~Ó¬¹ Ÿúû+Ÿý¼‚È‚ ‚ ‚\r@à-ˆ.±vZæéa7‚ _ü\¯ÏYy(_»+]IðÍ3·4f®êÍ^Ò›µ¨;g™ðÐ~ø»Ê-O¤Í½¯7eNý7aÝ7/ÞuøÈ7ß±tÇi{FÖ¼»4xoyÆÎ4[LZÕ—ËO‘>ZX•ûáò$Hÿá~¿2Ú™Eå‘«5ÿjåG3~ÁH‰Þ] ;ÛORkŸEI†`Æg·éìûË’Þ Júd]Ú£R?Œ ||©AHØqÂo;¸"— «âÅ ó6'W€´ó!!±S.·3ËŽ§\`HàX„=Æ)!;w¦)~|õACÚº^öÞ^úŽ?Ø{ Ñ3²¾¹½6dòþ·®3…LÊúîÎ.Ö¾Ø5_ì _óæ»ïý¶ùˆ=#‚ _`jüaÛ:Zôï/K‹<+ŸœÄoí&"áhŸVGå¬ÍSÕ¶vAúze‘§Œ;ÎVy²0?ŠtûÕn:©²®±£»»«K§3=”½ðhE¿Œø8>û‹—ñ<¨me·ã´õ×ìE˜r‘YsLtÝþ\@+B2Hì” æ‚ÊØê8Ôg.öcœr²sǹ*‚ß¿ÿ*oë§TfýQzª÷ìæÐ)Å?ÜÅúí¾füz﩯ïÓøD´ú³¯Í Ž´çBaãY,mçéïcòæDIÏe‹Ö„ýÊS2H¼õX.„gEŠ-¼³$±¥§ïK¤mŒ9vŒbÆe‘Ù,Kš½W‘*ßSøé*«Á÷‚O~¶!éDz×Jn+œµúÔ{A‰ïød}fp¢”ˆßžZ¶`[ÖGÖ{³I¯Mód *ãX«ˆÔÒŸCÓ J3–œ³µpsªÜžÑZÛ]9'Í\~úר2?š±»»}ÁŠdÇ:x©¿£¿Na/.8÷dÄmS;±"$e­° Luöôv´èÞ Nß~Ö{ Ãh³·sÛzz»»ZR³8ÛI4¨ˆòånq¿ ò2>·¥ð¿\›2cYò·‘/}ávÏ^zv¡Ý@a7ëɦÛx§Q„ —ëJ )¸/[íB Bb§\¾ÈN﹈ùë%!;aé Øt ï‡no¥G÷¦ýÔ²}}þ!oÜøå##W¿ü×#Ÿÿß±Ÿž)yß@=ôÓ7Θýãæã\{F¾ØÏ>´æ®½dF|M{{³úÂ))ápu[ooÏú5IKç|±K‘U…9³v‰ìŸ%©;zÜÞ{±[ËWY:zä9ÙŸ†ä,‘XÛs¤~FZºŸùó¶ì/v‹ÂRúQÐûžÇgx2oöúB޾µ³³šOö½yíãyVXŽ÷ž¤A¸ì p4=Ùì³,§é† × ‰e„ôþPB Bb§\„bt}¼î( ]sA·z"]Ë"dgø™% ýë®ÆäïD+§þðìMñ¿¾\¸õ˰YO,xîÚÈ™÷í ú¸ªøðá½[¿÷ã+oþÇ1#‚ SìgŸ’ô½½½‘Û˜=½½Ü¤´ó§¤%‰ŸG”B@IÉý`ʼnHe+HÐÕkN,?)%²/?È^{”êx×Åõ<[+•îH`ìJ Ï\šhîêél5îJ E¦pÓ¹ºC3—`9Ý·Çn>B]ÇMeïJ)‰Í.kêîmm¿·"wÉæ”6±d(«Øqœ~œ¦ùm{¶[kŽgØß7¦DÉZ ,)âì/2X«'c}¸‘nO£*F¥Wß:x/8ݱ&[’Ë>_{ŠÂn›ñ÷‚úî®ÖyËÿW¢§ú{’7}ºàKøƒ 7MíTÿMGrçØ®#TԜϬ½¬ã~¹8 붆ŽM:3(±±Ûz—ò‹ „M§*‰È°S²~4cYª§ñ¹`íɃÕm.-æ ™|o^ûx^¸‡ä¶guº9«Ž=ã±Yú,‹ÈŽ —›N”RpWºÂ „„ÄN¹ì Ó1±“ìtÍå˜ÌQsº-‹éÈ‚y?|óä¿¿pÝé 7IkÞÞ=ëÑݳžš=õª£ÝþËìÿV²Ïçâ˜/¿ù§Œ2±Ÿ}fŸ1‚ héîîjþ*8É~Jú28‰ÔØÕÕa™|N¬ 5‚÷V»µàé4½heÒ¼=´…Å_¯ïj{7èÅXž­¥ôöK«§çõ¤»Cï-O¯ïê‘ççØ“yªÿŸÚjI‚£Yï.x ;qÛÔNõÿmMr”Úª»£2ænI¯éìéêlødYÊûK/FÃz và"¥É&;ç,K\—TNDnJªèoAžšËnç‹eÇað÷Ù¤®ãÙSÏê t;ïà£'›}–åÉ>‚ ;¶Ø4ž«®s’mqÉå¨0'š£ìÜâ¡,WÙé¶,BvnL*wbåγŸ?rèàoóŸ˜óü7Oݺè™ë×½7iý²y¥‚â¨}»ÞÿìóWÿó–kFvØÏ>ï,MXÁj°þ(†UàxJZ¹7cîÑj‹ jaŸ¿÷Ì×Dn-x9Å)×~°òÜÖdnr±´¢¥»³­vƲÔ?YX’°(šãTµÖóf ÊÊè"l=w/M¬·©£yÁ‰?í¦ý–é\Ÿ ÖÜ‹ „A§ÏŸ…—&{¯9Á’ýìUÑ…öÐŒ‰ÁdKwg³Ý‚§ú¿»4¡»×*«>\šðÞ²Tǽ»ðç°{#n›Ú±þ‹£©ï/O#¾ôè¸eí:=ã¢4¬§Á`ç‡Uç²çìOýdkѽ´yaYs"yý-ȣ켠®¿X–0cÙ™>›ÔuTxêÙA„nç|ôdÓ—²pD.¶¦HíÒ „„Ä®¹Ÿ!±ÌŽ“ìtÍeOãú}ƒíuñ޹ÙéhßÎì'GnŸËÜóó™uŸ‡ÌŸõí'ÿ]µd^qÞi¡¤äõ·ßù2(rÝq‰ÛŒ2¼p”ßo)ŒÍà¯Üò§ç¿ëDŸRÚ¾ ×ÕnùxÙéµ î-x9ÅŸŸV[ryüÊý)̰ãŒ|SGwWË»A'!þàÄÛ);>™¾õyѾGûŸ,KRÙJO9Ã8P éµIëͺ);ÊÎ? Þž@;F©äÖšcM~]2JÖJX™E<&,xªÿçÞpöy/©Ö±Dï.8†=ñÔÔöú¯Ü›ö]¼Îz•ÁàlŒ%oŒ#…&UÚ~ë͘|â"4¬§ÚY}ˆôù^»õ'EÍg2K˜ÇÉ*a!ùãÉý*ÈSøç5É5m6;\LJ잚ÔuTxêÙÁ„®ó>z²éKY¸ "—a§+}ÿq$v›Ëûw;=åòþ“"{.Bv®K(uå­¾¸ù§wéûøgw³Swó DÜBQOXÊýߘùÉêxÛŒ2¼p<û¬‰gÍÛQ´8^ü§§$”þ¼%eQ^½õ+g´Ü¶²½Xðø [Ê9ëS•uæÖ®ÞÞž†zó©™s£8¿d{Ö²,e}›õ\ßÖ¤xoy–£ýà=ù?k›»º;Û™$¦À& ÀæÚcü/VŸKdéj[ºzz¬¿|ùpõY·Öþäã1ÞìÕ駆ƎîÎŽv‰ |Þê´àcï5ïW3.Ú’²ŠÙ`ÿè©þË÷æÏé›»:Û[©Å,ǽ»àödÄSSÛùnʼn“uÖ{‰‡6üjmÁúA'´Ðߟø|Õ 7lŸ5‚¢²¾ÚÍ TÖ7Y+51ÅÌüq»_y ¯9Âü|]!WßÚÕÙA/d@dOwç»KOxjR×Qá©g/Î tJàɦ/eá2ˆ\l;#ó]vBâÀæ‚Àªxñ*Û ÔS.Bv®=.qbîšØO¿øâTÂÞˆõ EÙ¹" 4çñ“ ±ÇãX\ú?ß~gÎâm®d8Bœã Nštbv(å3[2"~M<ïû´‚­/·ÿpuªkŽ5YÏývÓÙ™A‰`ð³M¹ËâžԼ_͸(ä”ãGOõÞ›o‹Oþ"”ìT¢wþd܃OMm”'{¡C‰? ‚ô'‚ãŧaû¬!°b?å‹õgfZ+–ôáªÔ÷ñý(ÈmxõÚ¯{¸ûHËöäï-Ѓ3«yï¯)òÒ¤®£ÂSÏ^œAè”À“M_ÊBË€íg徿ø$×ò8!‘vì1N¹Ù¹:^ìÄ÷Žýwæû³¿ýöwfüû߯­ß¼4çæð×ß™ñúŒ™¯½õÎëï¾ïš A.Kˆ»"]mE™ù³ÂéØ ÈåÁŠÃ¤Ù[Jum]=½mmBAùo«Ï-ŽbË È0%$¥r[ªU Î />Ès ²Þ~L•C⋟‹«ŽŠ\ùvõáÏ~€ÀìÅñÈNØCb¾YóKXªÛ\rYb½p Jž³M\N,?LúÈúnÿ„Ë’gmÌY+À6AaÍæä â?¡{@²K’‹+޽°xõå7ÿCaï‰AAKŶTyT†Ê àRå"dçò8‚ ‚ ‚ ¿þô£÷o"‚ ‚ ÈÀÙùÇÔÕš€Z“AAAHM”‚ ‚ ÈE–&£AAAÊNAAe'‚ ‚ rYÊN£¡AAAŽï²sĈS.lŸ%raoHMí?þÜ×n{Ñ‹ÿ½¿¥¬ó[ ûG¢ø†¿ÜÌVií6‰­¯>M¸fwóéW·øÞ2i^ßmªOAA<ÉNCÞ Eúß_ú´ãšÀ¢y‰oß<.Øþ‘¾ëÅ;ŸÛúÊÍAja'#ÞmªOAAìø-;íí,çÓ—:mê¸ ÏlÏ“D\)Ç_špÏ„iÓÿóÓ§ãÞx–¸s8uÚc¾—¢×ˆï¾öÚ´JññÛ»oø._ìÝ fô ¿M‡€8óý#®¦)4þúÎë÷Š«"ÿ”âä7{xÒä‰?öæÉ ¦ÜFÚ³œ\2ãÞ{ÇN6å¹÷’%;ÝöšcSÇüøæ£SÇß;áåç ‚ ‚ ’5z'‚³øh'[žºcC–2ÖÞënŸéÅTŸöŸ{ã0¹jò-3£) ìáZ¢=Ð/âÞ¸ï‰uPˆc®¹~šJׇ ñÞîú§Þ}à…ÿÞóQ–H«`\wÃT}ÿ‹v,håרûfÜ:y¹—H{–ÑW_E®R[«$’¤y‰gý^zͱ…gÆXëC‹†ú¬¨ñËeAA _²ÓíG{à¶kFÚUÍcîö[9rÛ¨‘bu5tjA d§”¾ôº[g@ óÇI¾<ãƒÚGn¼ž­ÔÌ3†AúáÁ÷R$ù³Æ<¹¯f`²Óѵ«FÝì%ÒžåÇé·Në‹-»â$¶4i^ï½æØÂê#9êVœ/‚ ‚ Ùyó¨«8Jß5éKv %;kôÕÿ}ínùsûËÎ · ½{±ÿé1ŸœKýKuñcfœýôá—2';…îd§ÐUvêµò´c{ûì…Ñã¾”ìtë/ÊNAA[vêuZO€qûÑØðįn¶-¤¸¸Û ¹Âq’ ~ÃdÓ+e===No¤ïîîjkokh´”UHŠ c´Uuëëe3´››-¢”芡FϦÓmµ& ý蓜øøÓ?ýìão¿ûzáïó—/]¶<è÷% O¦œ¬/Ò/êêjÅbè1O ,si©D*­0jü+„ŸJ­tFeE©T e•V[=HJ$¢ÚZ“Ù\Oa‰D7?3¿(W­Qâj€æìììðýŸ³tuuò x5Ìuì d8ªœdgƒÅoRÓRz{{[ÛZ›[š›, æzK]m½±¶ÎXo®miiêj)î2‡7k>®ßÖbÜeÜÕ¢_ÚRŸ7B ‘ŠE\¶ˆÃ¦“ŠbDf||üºuë‚‚‚æÏŸ?oÞ¼¹sç~ýõ×ßÿ}tô¾––æ¶¶VN‚6®@_¤_h4jVSU%qè6J©Ðë´Fƒþ¡R)Z[š½#—UÊ#¨ª´¼´L"([áó¸5zpÍl;j†0ÄHD|¼òR±¡F7ðBM†>‹Éc1Å\ŽT"VÉeJYe¹X(,ast“ å`uµŠB+‹ùÍÍM IqÒÙÙi2K8̬촳é§àhûŒì´þ‡¾>}æ$èßoÇ ¥ —ÞÃBæ‚þRjäêj…F§ÒêÕºšj½A[cÔLzcm ƒ£©C–ÀÖ¡F‘K?v3ì±;á‚'Ùy&åD[k«c O’O%‚œ sC=hκz“©Îfb­!ÏRÜm˜Ñ$ŸÔbØ )[Œ{ÌSÛMë›ër'?+³²T$`3ó2ÒAöDvž;w.<<|ýúõÁÁÁ .üé§Ÿ@sþòË/IIIíím]]@GGû¾˜½M8¢àǼ³#—ÉÌõµ ³X,‚½ÓÑúºÚ²2 \AšJi…ÕS*ª@Xa(Âb©·˜ëÌõu`VZ“ŽúmÜi™D­”×è4Zª¼LÂ)aé´Õ ˆì{ˆ)/•h5J=¤PÈÊ$¢–XU)eÓ¨WV^&-K@×2è\:MÌãVˆE BA|²(dy |Šxt¥½½®Öa%ijj4Ccšë@gvvvôôôtttääeÂRY__{äØáþÚõH¦À,qilÛZ€ [3±5ýy3›ÍÅÅ…ç²S¥©*&çåägxD)€Saàe§¥ž™t§’ó%ì!Œë'2egœMlÀÔ}’˜|ì?z- f³¥¾Þ\Wg6ÕÖáBd§Á 4«Õ—Þ]+þ›YúxoO3”ØÛÓjOÕ²ÿ¦ãN¨¯)ð¥ˆ>ÉĘ̈(Ò‹‹r3ÒÍæúÙ™››»{÷nBy._¾|Ñ¢E 9A‚…óB·mëìì<{Vø€x\±ø1ïì”––Ö××Á T«UJ¥Âé¨L^i2á(ì%±Õ“Ëe W`fI¥@…´¼¢¢¼¼‚ø²e)X†£ð1P­!ñõ:J)£Ói*•²¶Ö̈O­G•2V-pRœ¼RÊaÐK…Û³uЬ¢\«Qƒ¢ !’ÏfGAy¤¬rX§D|BpB¯56Z@Bë,„$ý ‡@²óP\L‹Ûbýö~Éd2F£Á`¨1ô55z½^§ÓiµÚêêj lj1¶ïIÀaPž¡á[pÞõ !;/ÜêÔ÷9µ5 0áÜWWo‚“`¹Ö†©¶ÞDÈÎV[]vL˜ñxK]º(óiãú‰ œe§Åì7ÇãzÿèµiÎZ˜qµõF˜}0Avš <ƒð7ßwémh­Ó°ö£ÄZ“Q©¬R)€ZeÝçedTˆ…´ÂÂÜôt¹¬’@V)•UVÀ9Ñ"@væååíÛ·oûöí[¶lY½zõ’%KæÏŸÿûï¿§§§wvZegOUvÆ-M65íÉ'Õdò@šAüC(àךL¶û±HzÃ~Èh¨±ý’¨±®¶ÂÛíP?¨¬”‚*ª³)1ÛÎó@¹0MF#-+•Ê#±€§¯¶ÞÆd³˜¤âbOÀQH£«V y¿Ë2èu, YÌã•P©Bœ‚ær"á›J°Ùpm Yü+K©ª*&€æi±˜a¯Õi¨trN^ÆÙ´ÓLM­Q‡@p û˜{ú[ (œ¶¶VœN_MïSy655YÕÎ)ZÎ`­²ï»Ô8-ž—«7õ1Cåš&S’Q¾…›ú8ö2,ð$;‰g Ž>9R¸²ƒË:¸Ö³iNƒÑTScÒÕŠÍÏY³ÿèívú½Ñ]:Sù{zñ~T–I8ÓÕ×ÕÁy– /3³\, äƒì„‹{Ûõ} ,¦rl•þÉ΂‚‚˜˜˜;wnݺuíڵ˖-[¸páÒ¥K333í²³N$JºéúÚߦ×|;5uêWˆø1ï씕•Öèu¶÷Q4ê´ÕRi…ýPyY(‹Ùv¥¦°^©ùW=iE¹UvÖš*ÊËl”Û°Ýí,+ñ GýÖ´®ˆ\BvÊ++*+Ê<G Ù)à–øWè»Ïfó˜L– „Îlnj²sA|6@Î¥ÓYT dô£¬´Ì³íííK}ssc)ÿ\Æéò ‰V«.-'&;p8:¯ ×l®³ß×ݽoç@d§}Á…°ÑX3ý©gåiÿH(Ï+Pvú7ïÎËÎ ·:mßç4ÔÖá$Xo©37Ô[Ì–F³ußPo¶ÔVvê•…¬ä{ZÍÙµU?´7ØÉwC .¡Èð•çŸ58úäð‘VÙiû>'íV'ÈN}‘ÙZ³¤¾lbƒêW‡ûœmtë¤Õk¬çõ·æ&£A­R‚æ¬Ñéd2‹J­ª¬ÌËÈ( Èyy9ééå ¹ €V\\QVWòe¥âÚþßð„Uº¨¨èÀQQQaaa6lHOOÏÍ͈ˆÈÊÊ"dggsÓ¹iÓÔ³&˜¿œªŸ5)ã…çq\!þáǼ³£Ñ¨e•uµµ 0A8•J¬?±x  3A/ÁUÌq‰Xè÷sò²R– /mËÅù{ž0íÀQ‘P°û·|ŽÎ&;}A«Qó9lÿ ‚*¡Q…%%,2¹ÎdÕíB€Ëá@Kšœ’ˆ´Þó4™ T&™¤é¿€‡‹`:ƒÚÓÓª²¥¥™J'“ þ§RS@˜^xH÷…ï#£"ü­­­F£UvÚo»A„èS/¼H@Üó´´ÝòT]²Ó¿yGÈÎjõ—DÄãõÂ”Äøcq;vn @N=ÙØd- ?+;E¹3Ôüy-µÇ-êm–sÑQî{¸„"ÃNv•¸ßÀ:ÈNâÙºâç{ÄCvce³1´Qö˜Eùãݦ?zLtë{»½bSéfÅ\K½º¿ÅÁe¹Éd„E•F&q™t‡U“••v®TÄ/ÎÍÎN;—Ÿ•É/aÒŠ I…p/—ÉUòþ–«4‰D:|øðž={@jnÚ´ ô'™LOÈNÚ7ßpž½³aÁôª{î<5j”$&z ͈ ~RS«­]ÑÐ`1ô±d!DZ,f.&Û­N™Lê·}‰DÜÜܦ¬¯Í¬¬ßí¬–Km˜Íõp”Ïç‰Å"…¢ ¨ª’ò*™F­ò£8¯Ä&™+ÿ„²JáÊÀŠ“–J8tz hºÆÆ†’vqq“ɨ¯¯ 9œâ ŒE¥°(”r±¨¿N1Ôƒ–(H¥Vž9{ úÈ~4ñıêj Hͺ:´³ÑD|S»mûÖþd“-CÓCv¯¾ñ&ÈN§£vÙ‰³É—†S§V¯Ö´R‰àÈ‹Ïe}1G«Q65Ã(±À¥PÆ'}ù%­BÞÔÜâ“/W¯(æÎ`¸«ÕœÙ\ÞbØÚVw°£™ÅLº âá(v 2”ñ$;‰g Ž>‰>°ç¼ì¬5Øox÷2©¤Âœ¬üœl°ü |?d'…B‰‹‹‹ŽŽÞ±cÇ–-[Ö¬Y”Åbåååµ··UÆÆfÝ}CCÐtÅø;³¯½6~Ä;§ÇWâ €ô?æ#FCX$ª©Ñ×ÕÕZ·RfU†:­!\ iµš²R±£Èé/"‘„%("ë×;ëëÀ¬Åú{vó…á(—ËáG*+ýѺ|.ÛUv‚Èt2îJ‹ã1™\&Ãz÷R¥$d'8HHMƒ"áõušjƒȚQKèô~wqêIМD=)4ŸÏq<*—KÅؾ3<"2lÛöÐðˆ­aÛB¶†o Ûä‡(jiiÁKß»ï¿OR°„£NàÕjõ(;ý›wçegõ {Ü‹Ïó£÷u…µçäJi•ª­lVIDøÑ_hni-:PÙY_«.=Ê9ó(;ù^%gvsí©fã^М–X Ýr¦£™­•,+95–“ú¤„ô¸¢"ÃHvÏ}²gßNûCvâuÖ½õæ§5\WWÕ¨Û¬aÜ¢¦Ý`àm”=­çܯ ]_E¹Ãlö·Ú5zJi}r…´BV)ÍNO+Êɦ“Š%n¹DÈc3@|2Ȥ¢Ü8$ ¥Ò 8eøü½ÖÙyôèÑýû÷ïܹ3Զ按‰ÉÉÉ©árßx£þû‰ªçîQ>uwÃêGQ~üЙÇÇ1†øŽóÎùNˆN+‹Ad‚Ôj«%¶[&“õ[ΠHM?€ê |›ì¬5k½ÃYY¸Ød{}-)a+•Š:â‡F¶ç éý(ŽÇa¹ÊΪ*9$ä.èÞzÛ X­¨ˆËbÒŠ‹ } M(OBpâÓ®9(‹VTXB£’óóûëT\üaX'-–úÖÖ–ãIñÕZÍà݋٩×ë@[~öÅâWíö„ìt|¯Ñ\‰²Ó¿yGÈN]MuÞñ#³>ig2›>ù„÷Ï×vG†í ¼õßæ_~i¡Óf¾G9u”ç@d§NžÍLºG”ýœFø¹:¢^µ²¶êG‹z]vB Q·±Ùt´½‘Q§ÞWVø_fÒÝ UdˆËÎZ“ÑovíÞn»Ûiý »íݵõÄ7« ¬ß©V¶Ô§´Õ†·›V=»³Ï-2ê+ý(«¢¼ Î/°¢Êå²êjM¥´"73#/3ƒI!‹x%<6“E¥äg[Ÿ¹‹„™ÌzªRX/V‚íWA„ì<~üøÁƒ‰×(åç秤¤¬_¿>'7[[ÂŽ½áîm7ˆþúW'Ä×_Ç{ô¶Sÿû@šAü J.“ˆEV)ò¬ª’ÁL …j•j€–AR‚è‚©¤—ýž'qÛ“xeƒAc³Yb‰J‹…P4DÂG?Šc3i*%xSîHJ0(-•’R1HëGÊËcÓ¨¤ü<ÈNÚjôØza›“Ó_§Ž‹íìì„J¶´4'§$V)äƒ4 Ù©ÓiÁ©~ú‘Àh¬Gì ½ÓCvFCÈNœG¾´0!;ãVÊ*L©§øÿ|5éÙ§5eµF•ôô“’÷gÖegJËD ‰G[Z› ÙéGAF½œ?ZÉþÈ¢ÛnR,Sóž­B¤¡â³–ú¬¶Ffµh!-þ&È‹=… )<ÉÎ3'“ÚZZ}²}g8ÈNBdZê-æ†FKƒõ Õ Vš¬ßo}£ªÙÂk¶p{{êC÷Ôèuý­³ÉhàrJà§V«à¤T*@|B ¨ tf ƒÎe2r2Òós²E"aYY©õÕ‚åep†‚å—F¥BöþÊÎÄÄÄØØØ½{÷&''Ÿ={víÚµ›6mÊÉɱ4X$‡¾ê*ΨQÕ3ï/zô–Ý#FØI|úéòô4cˆïø1ïÜ"«¬€ÁÏãYŸwʪœ}ØlfŸïd£Ñ(•2©õ5úš¡E"űTWÙYV^jýæªU>Y±½‹²f€Å1)&™D)ÈWÈe ¥0Ž‚“Ÿð"‰£P)r~­¸ˆN"õש¤äcMÖ'ìÍÍM™Yi<^‰§”Z­æÔ™äí‘áGãã IýE Ẕç⥿¸~ÕÚÍ~”xŸÒ(;ý›w„ìÔ´;vn«­3*5òÝ;BU*ESs#ˆLVGõ]䮈ֶ¿e' ‘f0OÜÍM}PYòv­rM½zƒIö½Qú HM‹z!³fmsíÉ–º´jñ¼Ô±Ì¤;!.ªÈp‘0õˆÙgôIøö­½ôZ­¿Ú S¯¹¥ € ØÒÚ“î<­-¶ë¥ßæ­ý*¥N£ ;‰ ﺲR*‘ˆ©rúÙÔôÔ3äâ"¡PR)¬¥2Y%hTXr ºRQÕ_Ùyâĉ#GŽDGGïÙ³'$$dýúõ°ÏÊʬ­3;™_}•xõÕ’ÿmZ<5á®ëÙ{÷à¸BüÃygÇP£ç²˜ÙiiÙiç¬?©Ë΂«-.—#ðh2 GÙtº“Ž@(ä3™ &“N|ã‘Á Ñé4J@(4ˆ))aK$"â$¨ÐP?Šc2(*¥ÜIv––ŠÏÿ`J"²!¶1 â$>TL-,„°7íRÓ.A‰Gí$J),óûí×Ùs§uz­í{õjúpìO½s`/8 ×òJ•bÿh?dgcc#ÈHX×nXMàúeNˆ±%d'äºÒd§óÎQvk j­rÏ®pFg=8ÓéuÚèÝÛµp-T ²³­½u ²ÓбF!Šåœy”žpcéY³f›Y³ÑPþˆO ÑÓd<.£ý—‘ð7ÎééÒ㊊ }Ù «ßl ÛLüsLBp‚°„©s­½£­££½£è°ÒÑÞn}e]$Þ°y-ÌÍþ$ð5jœ:‰7:m5,ÓÄ‹bDB8çpUrmµÒTkÔD2@Yåe<.Ç÷²Ù™œœàÀ]»v…††nܸö„­N§³˜Œû§L)¸ï>í{×üþäÞ±cÒŒâ0Ðs3ÒA qè4®í†?)/· +“ÏãÒ)äâ܈x8 â*'= fÁDs‚ÅdÀü’V”I+Ê+¥  +aê9&h°˜û5éì0h$ÛK;Ë‹`¦6ÌxÐfFÁ€Š“K¥d™E…¤ÜhɺZ#§„Í Óˆ÷ `Bë•°á$€dÐÔÅy¹²ŠŠþ:Åå–$Ÿ:ÑÖÖVS£…}zVZÊ©d°ÿçd5‰'Ž“ »»»åŠÊƒ~ãæu°¾õ« Û?ÄiÐh4 $·lÝH@ütÝñËœc?j“Õ òâœò¥… Ùy4>N^.6ÑÈE+—ÿ׫ЊÐYÇ_}…³·¾\R.â&$#NyiXMeŽ ë-Ú±ÌÕ;jÊ?ÕŠ^2ʾk¨9D‹¿^õ6Å®A†2žd癓I­--Ž>ٲ욳µõ‚àììèìêìêî"^«Þ twuuuvvv@âµëWõWvÂi…B&UÉepŽm €ª´ñöQ àœ'Y8Úþ]‘´¸¨ŒôWv&$$:th÷îÝ[·nÝÛŽíYYYR©ÔÒ`–Ò([¯¿žÿ¿K>|nÿ3Ïà¸BüÃyG  È…‚6Hʬ³©É€0ˆ§ìsg%|^~V&D椣Q‹ ~é@·Àeñ+?‰X(‹J%b+¥â2ÄËrA°ùa™N-v•pÕiý§B5:[Y)κªØd'ìÙTJ­ÉË÷p €œ— )AØû¾’8rðpŒB!·þÛÊZ¬Šyoôn¹H.¯ÝÎ`Ð"£¶§¥¥ÂZY¥¨ÙÉãsvEEú!Š@@ªÕjF Êô$ñÀÝé!;ñêNBv66^q²Ó¿yg—¹ÇŽPþþbÛÁƒÇ‘7¬Ý³3boä6ÆÁým¥’öèhÒsÏÒΜlïh”ì67?»¾¾.ÏUei™¨RV±fÝÊ’¦²³­­Íö/U6ñ©±‹OЗv©é¨9‰CëJ“þÍ;»ì4˜ô ?V5gNûõpÖ`¶¾1I£j‰‘}òIÂÃI0€²Îkp•§(Ë`&ÞR¯ S–õ„±ZÝé(;P¢§N ç/…\VQVÊHž¢ÏmÐïÑI~€0Ä@<…4;š8ÉNû÷£ˆg Ž>Y·a5,q ;¾ÞÙÚÖ ú³­½í­°ÀPèÒàÅz˜ >·£Q«Š‹Šä2…Lðùb‘ˆÏã±Y,&“ j“N£1Œ64§P àp84*µ ??/7 6È®V)},ާNÙ´vÝê¬Ütf ] â‰K…’2PÌ ^äö›oâ;~Ì;>§„RP@/.Î>wÖz׎D"çç ¸mµFÀãÚÞöC±GiEEÔÂÂ#Pu†Ùg1› 5†+Y£í_gžÿ™æúzØÃQ:Ú_³°2ÐiäR±P!¯tdðŠƒe¡„É}ÂÒúÿvá.i¡¹ŠŠ À¤P UAyZu;ƒA|½| í–““µyËzXIªµ¹\*–@jò%WR*„‹Y¹®å?âŸýÐð-Z­¶´´T$ …°Âz ‹¥uãr¹°6–”ÀJ Íi]<­ë'ú‚ÂG…B¶-çw`´8Þí´¾›ºÞTìÈŽÛ"wE$$ÆSSNvY¿TÖÕÙÙaÿn§ïg'`Â(µ}ºÜúmµ(}=7ubK]"÷ìdCŒ€Ïƒ£P¤´}óUdÈáIvÏÞ³[tÌ^ŸÛÛÛëãeµ´²"<|+¬Þýª0,õ,&”d~^ž[ HÅÅ JApÂÂN‰Ù,¦ïZwæ3¨TjTÔ®ˆaY9iÅä|:“Â,¡±8t¶† :ƒMýù×ypÄ… „þÎ;; ¹ äÈÎ ô9??;í\¥´&fµF›‘Ê“I&ÃQ‰âS$à;ýðÇo`>‚ÒóLÅþNs¥¢J(àÑ)Åä¢RQ¾Á(Žø6œÐËJ%L: ”g~f&)/ô'ÈN$}1\ºfd䦧±™ âÌ>„ìåeÙY™kܾ֭s[ZFª@ÈS(ååå—•_˜»)dÊ•ËNžL‚Ëiи¿r%ñÄq¸·=[¯¶=j·n*•JyaSØ6뿽°Él‰\|(öñ;Mœw/ôxÜÐðÍ]¶o‹ù~'® £ß²::¬T"†«…¢¢ÂŒôs”øÛU%ŸÁ>3#­¸¨.$` ÃÜAÙ‰ Ù µÿô:!Ÿ4.dëæÅA‹-ž¿ðwà·‹~,üå7`ÁÏ¿Î~úå7`°nÃêØÃ9l6ñDÀw ½Z©PVÉý2 *ìKAZúŸ¯¿–xâXFöÙÜ‚ÌBRn9¿˜þ ÄõÍþµ‚ ˜¡ ?+3355çÜ٢ܖU²Jb¨ÃH¦礧Y¦§±è4iy™TS Šæó¹ :A§Òi ƒö³A¢Iœ¶UƒJRT9Ma§d0г~k¤™RQ^*á–°I…И ä³Îrl/¤¢ò¹œJМJÅ@Z– y¥:ˆÅ ä'ß´lñ¯ ~ž¿ð×ß/Á¹kçŽÓ§R23Ò‹ $†,Ñ÷RÊËJÅîß¶9$t“ï@ú¨=‘…ùù>.’W,0’““@yúÞ¶ 9! dÈ4‡I#A,–°YT2©8+Šw#ìi2ŒÛR±®@a$÷÷¬Š  'Ù ×Gþ¡Q«X,¦mýïÄ«Wü+®üü£_¥8óñ§~2ë£O?ûø³ÙŸzáðáƒ~·‚âbJEÌGâv‡#Új ñ21âÝb,7°“îÒ١鈟"B[ïÊ ÞÀÍëÚª~å²J±XÄå”0tŠõÉLˆLð"á$€dØ"ªä2b™e³Y¾`{”'ðÁSœMÞ!Áãr údñû”G@ Îó¿’­”V”—•KØðÂ0VaÐBß|Æ!Hq–0\ýÎj~0AAáBe'‚ ‚ ‚ø(;ý~r ‚ ‚ ^p–:-‚ ‚ ‚”‚ ‚ ÊNAAä²”þýAAA¼ƒ²AA¹ø²“B*DAA€ã$;‘Àrþ¿Æøõ<…\FüO™Z“ÑnÓdûo4~_hèª5¶ÿ´¢l›‚ C\špÞæ¤·~‹F¼³ ê 5ÇîC.?Pvj•’N#ïÞ²i½„nÙx z/ƒF1›kÏ B§-a1㈌÷];"â`ҨĽîA²‰ 2 –”}¶âHd ïE“BÓ ¶;SøŸÇe2±”HŸ€–ã°™Q;# rsØ4J “î&½¸  jçviEYccƒÉP#ðöïÛSYQÖÙÙÙë×ÖÑÞ^Q&1\Âb€ÁÁ°‰½ Èá§Í'ÂNðâ Ô±ùªaÔ|Þ¦$ìDe'Ò'*eÕ¡˜}ÅùlÇf ¸%~C§RíîèhÓëªãcWVJ{¼É*¥GªV)æÛ)•ˆÎž:{ðRq,îÐÙÓ'¡—¼&èÑåÝ/W”›CÙ/¢n3Æì<'JW G æPœèõÐ÷eç%G!—…nÙȤ‘¹l¦ˆÇ•~#ðÀTgg‡®Z³kG„ß÷$îO‚)…L:6][£²¢<%)AQ%kjjlii¾$@ÑP”¤ãÉ ñ—¶&èÑåÝ/W”›CÙ/¢n,Š^¾ëlpä™a Ôçz=ä}I€³<ÊÎK‹²J²i=‹NåqØb!¿L"`ª««S¯­ŽŒ×ˆ LÉ++ækkÀ]©X¨Ój.9PÓ'“†BMУ˻_®(7‡²_Ÿ,‰îÎÔçz=ô}9{ú$ÊΡ";KX":e ø.;KË$¡á[`ï‹D¬’I}±I¡’·Gnƒ½6][ãXÜ!Z©­V_r P™¡Pôèòî—+ÊÍ¡ì×ì èîîî®a»Aýq^ ×ÔCAv2in SÄçJD€Ça%%ŇGl Ýä8”Ɉôv|”¥¥’¨=;5ì!(Ù šFìý–ñ±«5ª!ª zt÷Ëåæõë«àè®ÎÎÎŽŽa Ôçz=,|AÙ9Dd'‡Íò8b!8ž¯PVýáuƒŒHoÇQv‚ºëv·š³¹¹ ÀžPžÝž7GÙéÉ&±Ùïvv÷µy‘•bˆ0¤*ƒ]ÆýrE¹9dýš»2ÏÎŽöa Ôçz=,| ˆì1bX²dñà)4{)S§Nõ”fP+0x²“A%sX ·D$àá[»{ºµ5ºšj·À!HɈôvú”vÍÙÑÑa6×Á¾Oåé»ìô}ó";Õʪ!ª zt÷ËåæõëÇÕ1°¶··9¡Ê|aâØ©<2e¤Ù[9® àôäéÐÅêó½¾VvÚƒ*;˜fhÊÎ&Ïa ù\ $tSoo¯¨œ/*ã”J…5FmC£ö†C’éíx—ŽšS¡”8¸ö}*Ï‹|·S©†TeУ˸_®(7‡¬_¿®³ÊÎ6—í•Ñ×è­¡3›©kó°Á©§í’nPœèõ°ð%€²óè›ÏA`êÔ©ÓyÜú"teÁ¬—›öÈ´ñžÝYXaOybŬ§~ÿ]ÿ~”üé³O>r÷˜‡ã N½wï½c§=2õù÷Oö)n;U`ÉN:…ÄfÒx%,²³»§Ûñ©ºª0”ºñ~ØC²“HoÇQv:}=^";jÎQ;²s2a墨$~ÙáDZä~ lO£½¿,Ü¢³µ¥Å‰[G̯®wŠl4q~xûÙ±“áü6å¥4ˆjœY;û…§û¿;^šXF$³ÔÐæ¼úÄôéL˜ôü^ºšˆ$R>óøcÜ=~YRyòêÏŸúÑ{ÆŒ N®ð’+}å‡÷Ý7núôi/~tε’Ôÿ¢­WnÛÜ>]ÇdW€€/b_‘cì×ãœøìÖ3¬‹V·÷ààÝí }zÌæ<ë š”Üý×ßñ=ÁçûIÖ÷U²BFŽºmöa:„å´Í׎þ‘`ôÕWÑ5zT—©û,Å5±Û»^ÊÙYÌbиl&Ÿ[²SWS­ÕkÚÚ[Ékǘñ°‡0"d'‘ÞŽ'Ù)•VDîŠ8¯9²í‘á"±âaaˆ!”'¤)//óQvŽ;¨PÈ- fÈEX#SH 9aOX†øúú:·ÿ`´ï²âÝ’¶`ÊCŸ}~ý˜=% ÷½í/n+ÃJúeôýÿ>Mœÿ˜qxÉ΂<µƒ[Ûh—ª_ìE”2ã®þËÝC­Gèæ'wŽNH \!L½åÎÕ¶a |ºMæcÞò²rï –lŽioÙÙìÄÉŸ_uý½¯¿÷ùúÈxCc¹óÅ»^Ý”N„«¥FØC5¾>·€^¸ãÚ›ÿAÚñì˜0ІÒ8X»ˆHHùeË–2bä¨Û¿:Æ…°–víͯyÉuóÕWñj-¨S˜\+ @ý/Úzå½Í]pt]„E¬Ï¡rñ×Iï^3~¹ö– ž`*°=8x²óökFN½°¹ón{µÑh ›´_}þ?”=zÛ£ï|ºç˜Toè³×ÄÃô!;\Ì¢S9,Ã\²765¯º¥E‘û†F‹©Î}±5l3‘ÞŽ'ÙyàPŒF£mYUU" ì‡ 1K®´²òÈ´)Ç?0î©T†—Ê‹©û_w׸ÉÓ^Ÿ»Óî»/¹&’"oÿÛ”4¡oßÿôoÇ!PÆ;ýÁ Ó&Ož4öá'ì5qê'kDøâô‹Ý,/gû_þö¬—Ö;:ÿ¿wßýàäÉŸ~û0ãÖ5·5ñÒ^:Ñ­}×jøèfÎú'žÞ” á¼gž\ŸiwÜ1Ðßú8öQÆÒGÆÏI R Š–ßpç,ÂæÎo^›6ùá»Ç½pˆÊ ¿|œP^F»§~Œœûæ#Ó&ÿ3$Û{Ý‚Cö·µ¶675¹"gåì [óÖ£·Þ÷ú"æöQ#+ê,Ži  CC£-lÓÙùd׌œvasç=Î)ëþö–ë×Ço{lÆ·1'”õ n+ õ÷}½ò4’]{Ù÷”n‡¢—`PÇÛ)|öçÉçž$ŽŠ(ë®»m¦SmíCÅ÷ÕÉ¿éïjÊ©•ú嵬‚7âªk|÷Âǹl75bÄíÁÁ“7ºJ¨­ñòÝK·áZ£:+qÿ‚Ù/ŽÿUŸ¥¸&¦²“\T@£3idƒ ¸}Èn•U9°§nºŸµã)êÆû·Ì ÒÛq”íö°3j“E—”Š6‡l(á° ¦¨¸p{ä6ØCb ^$âCš½ûv;ýsGÙéhS àA.¹¼´eSSÔ™° {C ÄÃQ«e±À­M·².­\áåÍ¿ñî¯!¹üÑqŸ'"×?uÇ Kc‰p ‰{è}{{xÉÄ›ßÙ‘Üíÿ½eâ"ûÑ£¬‘¼Üµ¹éy·…º­Ìß®¾Š[Zæï©”¶Ÿµ•²jä¨[>Ú• aN抿Üô¢ $TêùÈ¿îö™^*¿ôBr¶ÿ×±úôˆXOž~m7™¹áÍ;žü¹ êÓ›'Í.­°Æ¬}üö•§èàD\wÛÛýê‚‹Ð/„'ºYÆ;yó³ <û®›OóD®ì_}ìÙËø©£oÏ/³ò=¯ÞóZTqôHkkäíxë–‰‹Ã/û ,I¼ /£Ý“_ïnO÷¥n«C÷··µµ45y¢ÁÄ¿êê¿aÒ:‹ãQ(È5|˨«*j-Nvܦì3Wsƒ± %vñ/Ý<á[·Õƒúû¾^yÉ®½ì{J·CÑË 0HãǾˆ¹Na ;úÚ¿=#µ=þáƒO®Mwª¤}¨ø¾:ù=ÝÜšr벯‰@öžÏoó¡ï^ø8—M¶+;o5R¢;ãqË“cþ’I„ÙÙ Ÿd§©š\¦€AMyÍí}ÈNw‰+0¬dg>•\Ä ’˜t àø½¡Ñ"ÏÛDÙx?ΦŠTë^n½çÙX™U¼ú6Òú{©G~!rY3:ÈÎöööææ&‚²2É®Ý;B¶næò8DŒý{˜ÄGÐQ»##vlƒ”ö\޲ÓÑ&Àb1×mX#“KmʳqæuÉ'OÀÂñpÒ8´Ût+;ݾ?ê÷<’>ãð_¯ŸÌY#o5²€÷§ìÃÀp C221¯ðªQ7Ù–¶0oĈ«Ýê¶2°Œ3×ø>Jqþ¾ÚÇä£kÿñÄä‡ÇŸ8a\Ïz©¼cÛ¡O<%þýé;®ÿë½Gh%ÄÇ[G„:Ü~û{¡¾tÁEè»ÙüCso¼ïs/­÷ÕÔ[¦¼þñªÍ»¨¶Ò=¹æ¶&}t‡‡Ntkßµ¾»¹øáÑ!g7~x‘ÛFö¯>Ž}öüoÊq2n¿î’­zpÔÞYpn$¿|™P^F»'¿h|/u[¿m»õng£‡Ï2šl-âÚ›ÿADF¾x׫Óˆ°¦Â{(ÈžÅ{zÌëáùDXPÀu:Ú\&f•Nv®• þ¾¯WžF²k/ûžÒíPô² êøñ4…çÞ{㯙ÔR!{Òõ×%±8N•´ßW'¿§›[SžþŒ'¯­f'ŽŸþüöfÑ}÷Âǹìh*°=XÙyäÛÜóðDâ=5Ê‚Ï_}dì¤)“'Ž{ã‹C¾ÈÎZƒü•ǧN™:uüCµ)Ë»ìt›Ø±Ã軤Â|*©N)fÐÈ€ãCö†& ií#s—Uj–&¾MÏ}«š {##’¼öN"—5££ìlkmjlðDaQ>hNØ{ICð'Ùéb“Á ®Z½B&« ”gxDèyÍ)«€x8êŦ[Ùéô|@Ä-¼ë/×Üv×ÝÄv㨑³OA<Ì©|.×1% ×0$#qy„˜z^R:á¶2_Ý}Ã/çÈ®ñý*Åî3Áã7\³>)0ë=—cúå‘ÛÄ`äÕ1ãèL*sÓ¨«ò8\W¯º`äˆ"[@,`ø^á÷Ëÿ ˜Wü«—Ö ˜Çölýîý§ozè#/® °;Ãní»VÃw7ó£ÿuý׿ãv,ùWÇ”ÌÌßozp^úú§ïkŸý¨½³àT5H~ù>¡ÜŽö>ýò^·ÍÛ­Ù]«¹oÿ}Ü„ÉÓ¦M7åï;²+‰Hs ë»ÿ<õÐÄ)ÖŸ‘! ²g±‡ëµä9ÿ|ôáÉS§Lÿï¯8õ=W£Yýê“Ó¦N›6aì¸o¶º_´¡þ¾¯WžF²k/ûžÒËP¼8ó—)œþ½ÿÜMMù|ô¸E^*éûê4ðéæÖT@¼öä…syðV6|]üÐyR\D§’§‡ìÅ«nmÕPAdZ+?kQä•'Ìj-ÙñˆOÒš;ˆ\ÖŒ²³µµµ¡Á2pe§[›*eÙò¥••å 6{zz`aˆxï6ÝÊN§àyѯß<~©ýcÎΗîxbV?yÇó‹ö‘Ô\ìa–r¸D L "°hüÍoGœƒ@ƶÿŒ÷›ÓQ§°#n+StxîM÷¾ž˜G?_njÌ¢°Œþ–b÷™à®k®>LbB qå+Þsý>þæwlHÿO¿<ÜŽö>ú±¯º…Fº—è¿ïë•§‘ìÚ˾§ô2Ý®ƒ:~< ~;môuÿ·ê‰ÛߌÉö2q|_ü›nnS:ÍÁ{íÉ ŸæòŸM¶QvÙY\G.. ’ i”bÀñ!{[{y͘UqiÜ;m:¶…°Ý 4ó¶éX²äÏ[U$D.kÆ?É΋Å쉂¼í‘Û`ï% ÁŸe§{›drñâ%‹¤ÒòÖÖfØCbú´éVv:½XðÐM¯GgÙ?òY©7\sS&«„ÇHùô•Gî;nâ„qÿü>íøô¹;;qÒTÃÔ Ò³ öýcêýãÆ?üÀÔWÒ‰HûQ§°#n+œÛ¹ôÅiãÆO˜0þá‡&=õÚæ¤Âþ–b÷™àÄòîºížÉS¦üç‡Þs±ò¢ž;æáISþùUX¿<‚Ä.l“§<1¹QŸß4ö6ÏzôÀ·Ó|g3¸´Ä™ÏOºÿáñã~ðåȼ®]½}îwÜ=eÚô·Úi¯ÆEè— ^Œÿ¿§/ÍóÔzB.é¹i ïú¿>Zz„HæÖµv‡cØÕ¾Ûjøè¦§˜ÔÇ©€ôMOÜxÏŽyÃç¼2eâCwŽ}foí"øå}x¸íÞû±Ïºm:`• –a Ôß÷õÊÓHvíeßSzŠnW€ÀާEÌËDØôØí#GÝ^TÂñ2q|_ü›nnS:ÍA?f^ø2—L¶Qv Ù™K.ʧRÉE@xÄÖ®®®JE¹¸\Po©cïz¾^x¬Žµ«ž±ÍÌŽ2—ì©g画‡×Q77ÉsHkï$r޲³¥¥Ål®÷„ý»^Ò8ÊN/6‹Š æ/ü­°(ööŦ[ÙéôüKȪ zt÷ËtsÝscþ½;ÃþN4—}÷íÚc• èÿ[ €½ŒÓÈz}É{eçP‘ù¹äÂ( 5ú" âãb²ÊÁ°éVvrØÌ!ª zt÷Ëåæõë28/Ðëaá ÊÎK‹^«å”0#·‡åd¦çç‚òôRa^a^NÔÎíÒŠ²ÆÆcM ÃÞ¿o€ÇÕj45z@FÈ~ f_ ›©Õ¨æ[Ù‰ rI¾š“2Ü9wèÜ™”òR1ÊÎÁ£Öd¬¯¯“ˆ…÷ï ݲ1dÓz?€ŒŒ´¶¶6õÚj:•wøÀ®‘á~ÆbÐÈJ¹llº•à†n¸]¢møÊNì;Ü.ƒ­µ¥¥T,LIJ ¾†‡²sð°ýCɶÎÎŽ®®N?€ŒŒ8Ú4Ôè4*…B&…î«’Iû äRÈ¥ÕÎAµé*;‡õ=AAüÃP£//§¥žv’qcd€ ìDAÄŽÅ\¯Q+År•kŽIÄoPv"‚ âDµFEüòÈIv®ŽÍGs bo‚}`Í"C”‚ ‚ø(;WÓG^ç¿qúÈË5‹ YPv"‚ â£ì\qD(BcžœØÙ¦`$…p-#C”‚ ‚ø(;—Ç EÊ‘Wkd¡=Ý–šÊ°SG^  edÈ‚²AAegp¬ ¬‹Í"ÇßÔÙZÞl:ÔÕ&#¹b|É•i®×Ù?ž«ë‚˜>sYêÌ­ººÖˆ£ØûRPOï·wŽy},î e'‚ ‚ >ÊΠÃü²áð©Ä¸wÉq×W‹ƒ;‹ZÛºÛK«Å+!&éÈ 8ê=;T†Ñܵó¨5|´¼¹Ù1}ÚÞÓ»6ÖãÑå±î òÛÇä½¼AÙ‰ ‚ ˆ²sé!žß¬8X”û.õømRÊ¿,Ú=-u'› ! Gº“;›éͦ“ræGÔã·&~Rz2• £6É)¥%5VQK!Âìf½DJ¤Y•TÝÖl´gáZ ¶®•€HO˜:&¨W›ZÄäÒn}}S›¶¶U.“Á¡XUÓù,µÍŽ¥o%›ÔÆæêºVS}Ó‰3B"rY\)EÙdª·ñÊòÚ‹[~¼RllÓ×µŒæèã|{”ÔVZê[ÚòòÄiÞaAÀe§Šqè'¾îš‘£®½ñ Ó>!ö’x„m»\笣wNž. ®œ¦@A.Ù¹ä ×o boå¥N6HçeókÊ>0U~ÚPÔjŠª—™ÕAÝNCå"nêÄ‚Ø[V<çÖˆõFb\ys³”¦®È8k „ƒâJ[:ZW²¦‰UµKòÄN¹\Ãà–á–žÞÐXk øÏ5‹àãB"°*YÑÑRK„SôR–”¯Này*.½®‹[ ÀÖ‚ºæ:­ý(#Ϲꄺ³½a Í;,øÿöήªºqÜ€ë}Í nM@Y—å^¥Ö[®|+MSË‘½Z©Ùr”š––[Â=¢¸·-Ss@Deo¸lPÔ,ÿÿ/=¿Û]\®Œçù<>_Î=÷Üs¾çÚ}º¸¥žo5ø·È§á3oZ¿ê« #†® $;…žžB=®¶""b9ÌÎ)›.—Øï6íþe³ãŽ/D]|9=fVFÌ´ôȱY±ŸfÅ}™›ücNòš¸ w.înñËf±¦®ˆ_g>ض;úvf‚¼D¸5þþ¥Ÿ¯Mõ ÉùóÞ·Zî¥6ƒo¯vRùg|”rïɈÙZî"ûíáØä;)ïdÞyøðoiaÞßçyýpb5i¯¦z\ýûïò­3¯ùðáÃ'™Þ a©gç¿L ‚ÊëÄ•ì.ÏJ 1òµfæÏ˜U«Ù®‹j}m›9¬ésµj×}aªïUiyvú­ïÆhÕàÙjÕj6kÛùïóªë{ñ¦EšÏ5²éë?wTïºÿ®ñ\c›oö„ê¿ï)·lšÕ331ý×sõzkî¹Ö=ÌL˜øf·zÏÔ¬ùL½®o|˜œ®º'_nüì?ö<5âÀ+vjü»î›_øèz·ÓäŸh®PÜ-òÐK%;'¯ xBoXô³·õßz1AÃÓ£?M½ñFVü·±WÆœÝV_,·ê¿»Øñõ›Ãw³þ :,/NÝw'+qÞ‰œÔ›7µÞKm¬ºpòÚKn?E ͹“™ªíÖGFÞÿ{Ûî‚ýt}¼BÞ_¿Y_ôÉÕf®&îû÷_ô¬Y‰-õ윪¨'ÕQ-ó¦/ÿë$iùºW›‹…-þ3n݆u³>zCµ£lÞùzùwà ïÒSZ¾i@Kñm×w'/Z´`ì«MMLªÿx=áÿÖ2uù¼a…CSëA_.Ÿ7¢ð¾/ë¿oÃf5Ÿë¼rýÆ5î >ÖWsϵîáòÅÂÎ,ü¤«4îá®Ïpª/­¿`bg]Uééé!}«ú§ê Å}Ð" ±T²ó“5þ¥â¼u«Ooy6åæ W^T†O8³å±Ä;Š_'¯ :x!~ƺÿ["yþö_Ñ÷ÿöñº¤õ^jc•…ó½ÄàÓ WÿþëOiaî_g®SôŒ¿.÷(XsÉ©Lùî;ÆÓ6¨ÝW^í@ÚŸþ¿^ƒï~K»¯gÇ*±¥žY©Á ?¿»³Uõ·=ë4!§‘ø60%]ó2tPjFnVráÐLZnQ¸²*í8/¯)%='+Qû¼˜ifÀ}‡6¯cZݼϛïLš2gßùhÍ=׺‡õ«, OÏÌN¿Uð5èßó5¯ŸvSÏÏvj^dW]RÜ-òÐK%;'­ö+-y)nž´‹ îv²­x/±3z–|{4'?'Qÿ½äñÿ-\s),åvBÚíä¬üÓgB¤…®def݉Wæ©ngá©”ŒÛwãRóünÊwŸ¼þÊ©¨\eÆø´;Aþ×Ôî+¯ö¹gØ•”üÄ´;©)™+<ýõìX%¶Ùy3,ôàÞÝâŽBÍ[“2³ Bö¾YK5ê.iËNÍq£Â•goÝuðÀÉã—ãô¬oÈ}3“®x-_ðùıíÍkÕ¨ãª+;/';õc™e§–‹òEšt²%}<7Ú»[¼ 7;'®ºXZþ°vÙùíÉ¡ÿ9»½—Ê6·ÆÞ 8t¹wK×âfgTÄ­Ý;¶Þ ‰ŽŠ‰Šª­ðL3—ñS¿[·q㢩ƒD=ÓèÑ»k_iVx {üºë¿ùø¿ú;ÊûVbܨۻ+Öo\ýãüÞ|ñ¥åf§®ûþgȸEî«=6­Öú9³šM4MëJ×»»LZ°HÛõnÍñ÷…?c Ö_¨û"»°e­jâÛY+ÖùøÕu‘Ýð-òФ3…ˆˆ(™”±{‡¯xY/VvNXy¡ýÉKqù@㟼ž|S“ׇ&¤ç§&$M.Õ=ÄÒµ¸ÙyhÿÞ[7Ââb¢ÒÓÓr²³4Wøðþ¶-Õ¬fZ­fÛN¶Æ>ºø®¼:mÄ+MÌk›š©ÿJ‘æ8;#jÁǃ¬?ofbZûù†®/ö_z2ÒÀìÔußþ/º4|î_&&fu›ÛMZyVËhÛÃÌä€ ot­ûï5þmÞå¿©ývæ8åÖž^6Õk=ßgÂ:=ÙùÛ¬·-ž­%–Ôn0Dë¯ëA‹<4DDD5óóïˆWsñ²^¬ìüxÅùRôëU›O{U_Kw³Xn-nvúxnŒŽëð±âš—›}÷n¾xY/Vv~¸ü|é:{ÕªRß&–[‹›bý˜¨H­ïs"""bòÁƒ?µþš†žìï~±Ä–,;ù§ŠˆˆX³sÜgK,Ù‰ˆˆHv˜ÿà ;ÉN²ÈNDDD$;ìDDDD²€ìDDDD²ÈNDDD$;ì$;ÉN²ÈNDDD$;ì”]öJgE!&&&Ò ó+Ks ?L¼ÜþüjútÍ…bÏõÜZêʧúñëåj–ä=ô÷J˶öí{LÔ5‡e´çOwB´µ‘Çh3`œç<"’@v–Ö»j/‘FxÅLOÏÔ:~ÂWs#×N¹ÊN­ÓXÛÌ4>3KÏ,UÊìÔzÔ•5;Ëóÿ$""Ù d§!Ù¹wöˆ®œ[4²œâ{õQÕ$œ~·—«£“c›.«ÏD©m!3Ùoü€N–¶ »×§œÖÕ6bàùéÛ¹8ö[¨:ÖºqÍÝØÞ¯›ôƬ£S;ÍýW»UÏ6;º8·jb=mÛµ³FtéàÔÔ¢õô!ª öêaûá11ˆ<1ÄĤÚå”t1×ø™M‘ÉZkSó¥?håûí\]ì,m»­>ýî=©¿«£MsÛ^{o&éY¨uçumSžFµ ÜÑEš>Ÿ”oR›¥œëC35onåè¤è6ø€ž³oàf‹<#úw&5âPÿvÖvvÖíúŽHÖuÔÅšRGÿ–å§D)µáÿ"‘ì¨@Ù9zKAÃĹÕ2ïùèŠ|'‹E' 6›xÕ³vÃ!j[ø±[ã^sIã˜ëIz²s¨§ŸæXëÆµî†Ö÷v´æŸ®mŽô:_¸Í%fÕëò ãXÿ…µÌ{ÿ#f"=ë4ùH ~~ë…ÿÛ|ØÉˆ¬Ô+µë8æèx8ͽRÞ —ñ›j[ŒWâ]pDAÞƒë9|§g¡Ö×µMy |VíÔ÷\›W3½TØá©…™§ëì¸Ù"ψþùΡž4{—½Õs˜£ç¨ ŸR§ÈgZ©µáÿ"‘ì¨@Ù™œ%]£Ì01©&-lPÃLñ‹FMÕ¶P¿ºYXZF‘WrÅ &#Ks¬uãZwÃðì,b›ÙÊŽ«ýs›YÎÏ>¢ÌܨQ°ÿDËÁ?EŸÙ¨£W®ÁÙydeß®N6v?:kZS^-²ðRxvz¸ˆ = µî¼®mÊÓX²ì,äRßå±ËÖïˆ~|Y_ëÙ7p³Ež‘"Ÿxgï–ius=Gmø”x8E>ÓJý¨ ÿˆd'@EüÙNy\·ºéue†®-h¾R›™˜dr²µVêXëÆu…«Ùiø6µnÖ§s£G÷›·š™eÑhðïïY÷ÚzÕðììülÍU§nH1©ºšÙ©uçum³¸?tZä$è?×9YÉÇöx~9ª‡yÛ±ÅúŸŽ’‘"ŸxòìéÏNçÔÀÃ1ð™VŠGmø¿D$;*tv.î`ñê’£~"îø%µ-¸woÜ{ÞaiVpíµ·y­•Áq+ûŽ.2;µn\ëÊ" n¥eêÚÕ[ ߦÖ×îkÛzÕuiá2ëŒÝòùîÏÕÜbxv6¯Yí—ÂõOüØOuµw¶ìÏÐzsõ,Ôºóº¶YÜìT¥bŸëìÔ )Ò@šÕh ëì¾Ù"ψþ'Þ\‡zCÍÞºöú.²>¥ŽÏÞRÛQOÔiÞý̲1Í-Z:»¸¼=}»êjÒo5µyIóWŠTjÝy]Û,nvªÎRqÏuNflïv …¢mkë± é:û†o¶È3¢ÿ‰—~ Ÿ«•ƒ•k¿ÃÖTëQ>¥ŽÏÞRÉ¥¾Ëc—­ßž©g}ùQ´Þjà‡eë:(Í}ÖrDÙÊŽ­ydeß®N6vbLLkj>ºÖ}3p–4'§ÈTÜù7Ú‰VÛÎ<ÛºÖ×µ›«ã³“䱿$èÚ=㜩§x ÉN¨ìÙ^¬Ñ×­nz]™¡ër²’íñürTó¶cõ¬¯kÅÏNí¥y€E]çgk®:uCÚ¦Ö|2pß´—æä~‚ œ£hµõÃöÿ·ŽU7ö‡ªnÁÌÄ$ûÑ'Ê 5'¡d»WZgê)žDD²*evÎu¨7tKPÁOÄù ©k¯ïŸxѼ•–©ç5wq‹W—}ôóuÇ/ýãîÙ©"R¤«3«Ñ@Ïúú·æÞ½qïy‡¥qlX²®½*ò JÍkVû%ºàNüØOµoåG×Ü7CgIÛä~‚ š£h)ÍN»ùí·s sKÞBoóZ+ƒ >ì>È÷ñïi›Õ=1þ™zЧ‘ì„Êù+Eáú¹ZÙ9ØY¹ö;¬÷gê|Çõnfe«öË;ªãŒ„3#_v²´s°·mÓgŒÏ?ÞÍËŒíÝNá P´mm=vá1=ëëßšh’qý:´¶±wTØœvF×^yP%ÈÎ3ËÆ4·héìâòöôíòBÕG×Ü7gIëä~‚ ™£hý¿./ ñbÕ¸¥KûNïÌØ)-Ô: ª{bü3õO""Ù Uç(!"""Ù d'Ù‰ˆˆHv’@v""""Ù d'"""’d'"""’Pųó©ÿ¾­ÖP(e´{_MŸnœMé?®r¥÷¸WZ¶µoßc¢®£{Âp¯k;O^¾HQ¯¸[{ÂSötÏ8""Ù dg9Ïβ۽RÜ ‘÷¼ì¬mfŸ™¥gÿŸ0;G71?•˜&ÆIgê5]Ü­=áLrÆ‘ì(ëìÌLö? “¥­ƒÂÁîõ)§s >ûPÿvÖvvÖíúkþuA­™!{gèèâܪ‰õ´m×vÌÑ¥ƒSS‹ÖÓw„¨®Ðµƒs‹F–S|¯jÝ“`¯¶üÁÆÈCLLª].üxîqŸÙ™¬k š{•žpúÝ^®ŽNŽmlº¬>¥ùН¹ÍãÝÞ¯›XS¡PhþÅHý‡´òýv®®Nv–¶ÝVŸŽÒÜ”æly\š·&ߨÕÓ¦™­S»7>óÑlÍ}к ßµ³Dº5ñÚ‚:MÿñéHšs2¸£‹t }>;)¯¦vtZ÷Vÿiذ¡¼‡—Ü»t[Qðë—×ôèâî¯ÿ)whÆ æÍ­Ý(ò”•ÿ3^º§ÉN€ò™?vkÜkî!is=I|ýΡÞïÀ‚W¯Aõæ˜#½Î‹A|гêõGùÄC¬ÿÂZæ½ÿャ-…+¸Õ2ï©uOR#=ë4ùH ~~ë…ÿÛ|ØÉˆ¬Ô+µë8æèÞ‚æ^-ëd±èdÁ±'^õ¬ÝpˆfvjnDÿñªÝ]ÿa*o…KƒøÀMµ-FhnJs¶‹<.Í[¿µ«;lká‡Ýl¢¹ŸºöAm;Igë>kŸXøî¥oß}·\QÝH±æDÿôê?#ª÷ÍHD$;Êgvj~>µÊ'GßÒüäh]Ù™œUxù5[ùÏq5õr2ä…f9?ûLˆ2cp£FÁþ-ÿ}nd£Ž^z¶ ¹W j˜)cѨ©fEhnDÿñj¿»ŽÃŒ<²²oW';ñè&¦557¥õÓÀõ—ÖŽzüÑÞšû©k4·ãÑ»ÙÐÃaY©ÁÏ´ŒHÏ4ü9 ';5EÿQÛÎ<ÛºÖ×µ[äSn’K}—7Æ.[¿#:=Ó SV¾Ïxéž>D$;*`v†k¾(›™˜dr²õ‡A‘å ©OçF#Žî7o53;#Ê¢Ñàßß³îµõª!›•u«›^WfòcuªŸÖ­çx ù9FyÜùÙš«NÝP Â"#ÄãRÛáhÝÙYä>Èã„+ß›[uyÕ‹–C÷k>+JkNôŸµõÃöÿ·ŽU7ö‡ù”ËÉJ>¶ÇóËQ=ÌÛŽ-îî•Ã3^º§ÉN€ò™îÝ÷žwXdž\¯œëPoè–Âk¸>CêÚ«_‚ìm^kep\Á­¾£Ÿ0;­­­ÕvæÚ¶^u]Z¸Ì*ø˜ì¯[>ßý¹š;¢SŠ•g‹;X¼ºä裓;~ÉŠÐz¼¢n¥e7Bš×¬öKáŸø±ŸjäțҜídçÛºïn/¸¨¼u˜f·hÝ]{>²qöÏÖÜž¤¶ýϵ@•Në£è?#jëg§ÝüöÛ9á…M¨ï)—z!"EúÉI³ Š{ÊÊá/ÝÓ‡ˆd'@¹ý•¢qý:´¶±wTØœVÐ{©áú¹ZÙ9ØY¹öÓü•¢ß)V[º´ïôÎŒO’™ÉÿU·¿ú¶Åì·Î )hŒ3Ók>Û±¸ï f$œù²“¥ƒ½m›>c| ©­Çë;®w3+[Í_0Ñ?>³lLs‹–Î..oOß./TÝ”æl— ;“¯o±MS['××'­7­ö¼Ú1jÝ]{´¡Ûs­>Ñòs¶zŸªªÖGÑFô˜ž§\Nflïv …¢mkë± ÷”•Ã3^º§ÉN€ ý”JÝèóïö\u‰ÿž”ÀìŒhé¢óõ“žk5ùI6µºWÓÁ{C˜Ò *§‘ì$;ìÄ25éÆ"…£Â¾M+û½.Ç–l#i±ìZ[v§ÌbJ+žœ>D²“ì²ÉN ;‘ì ;‘섪–Þã^iÙÖ¾}‰¹OðÒ|ö4"""Ù d§~k›™Ægf=a=’ˆˆˆd'²©‡ú·³¶s°³n×_ú†ƒ;ºˆbT(}>;)¾mذ¡Ú]2“ýÆèdië p°{}Êi­É5àó4÷ÎÑÑŹUëiÛ®í˜5¢K§¦­§ïQ]¡kç,§ø^å¿<ˆˆHv’P¡³ó;‡zC¼Åà²× zs y£òÇn{Í=$c®'¹]Ù9Òë¼Ä-1«^”O€Çú/¬eÞ[^aô–ÀÂÜj™÷ä¿<ˆˆHv’P¡³Såó©oéÿ|jÕ»èþw-Ñ•ÉY…×ñ³•ÿWS_!'C^ˆˆˆHv’Pñ³3¼4²SËFÌLL¤OÕÉÉJ|ÂqGDD$;ÉN¨ Ù9סÞÐ-Abä3¤®½AÙÝ»7î=ï°4Ž K.r#½Ík­ .ø˜õ ßÑd'"""Ù UôWŠÂôsµ²s°³rí§ùÛ@ZÍLöׯCk{G…ýÀigŠÜHˆï«Æ-]ÚwzgÆÎ'ÌN…BÁ‚‘ì$;¡Òü%DDD$;ì$;ÉN²ÈNDDD$;ìDDDD²€ìDDDD²ÈNDDD$;ì$;ÉN²ÈNDDD$;ìDDDD²€ìDDD$;ÉN ;‘ì²ÉN²ÉN¨"Ù)6‚ˆˆXÖêzÊÌLOW¦¦Ua•©)bÄ4ädg‘P鳓é€2EWvŠâ  ôñöXʺÒÝm³§G€ŸŸHP²ªBvÞ¿±ŒÔšY™×CB6®_~óÁƒ«*÷ïß¿u󆘇àÀKbNÈN¨üÙyï.""b©5;Ó”©¾›½##ÂÂÇQ‘[½½’“ÈN¨ôÙyïn¾0-=kË¡ 7ý6ã¯U\1 b*Ä„H3ƒˆˆO¢ÖìT¦¦¬tw«Êïsª½ç)f#.6†ì„JŸwïæ ·ýtñè…°Ä´œ”Œ¼*®˜„£çöÿâ'ÍŒðìéýõ—ü->¡Ì'ç«”ºÞí\î¶”à”³EvB¥ÏÎüü;Â…›~‹Wf%¥ç PL…˜if„ÒK³ü->¡Ì'ç«”ú³óo(DÌF\L4Ù •>;ïܹ-œ¿ñ×DeÊŠ ‘fF(½4ËßâÊ|r.°JIv’@vþ_vÞΊÊJPf ƒ/ëØ¦µ­½ÂÆÚæíï.H 5511ÑuSéê1a@Ë6övöŠ“±éâ«Ú£>ez=nAvÎŒðÑKóãoeÅnÔ³ý^þv±¢žX¢¹š¿þú«b­_âMwÇJQŸñÿiicßáÅOÊÿ|VúÓaø¹@,EÉN²ÈN9;oçå Eeŧd »=WËýlLÁ8)ùèñhi¡¦âuS×M¥km3Ók ºýÉwã‹)_}öå4ÍåbB¤™J/Íò·²âÑÇ4©{&9CŒ³RÎÕo2F,Ñ\MÅ]¿Ä›*Å*®â &fç¨.)·óYéO‡áç±-ŸÙ¹áЕ.úv·U|c²À8Ù™—›#•—œ!4¯n¶7,IËFE^Ý·c«¶övv¶}>=!–ˆ×MŸ¯†wlçÜÌÂr’g°´ZDø‰!/ºÚ+Vm:/9.-”ÖlçäÜ¢±õd¯+Ó‡uhçÔ¸aëO7_Õs/Éí]ÄÝíì$ÅXÞ¦øºéµ®Ò­ö W=¾jÂ@''Gµ#’ü|Êt“B>ûbªÚMbB¤™J/Íò·²âŽî]º­¼$Æ—×öèâ –È7©®& ÏÔ¼¹•£“¢ÛÛÄ·;úu7) G§vj›Ý7ûÝN®.­šXOÛ²cÖˆ.œ›Z´ž¾3TZ!hÕûíÚ¹:9ØYÙv[}&ZsSY)þãt²´uP8ؽ>õ´¼Í®\Z4²œ²íšÚ(#õoomç`צ}ÿŸ"STwCí.‰§ßëåêè䨯¦Ëê³ÑEngpGiÇú~vòéΧÚhîjù9šÔz—‹sÛÙ~ø»tkRÈ‚:MÇ–â¹@,Eõd§È­¿ž?ôÝu*âÀ¹¨Å;/wçó×Ó†ì„*’ÒXTVLbºÐãÝ«ÿ»iÏæ/ð ‰K“þйQ÷Yû¥qp@œø*^¿†môƒ«g—Özþ%é¦yí-fÿzS B.nüwƒÁÒB±æÐµg ×\dV½þ;.Šñ•“ók=ßKϽdÅÝ5Çš=þÆšójÛ”üìËiâÖçÍÍ…bðéçSUo"O”ôÒ¬9â^‰'ê6ý@ŒÇ7«{21M,‘oR]M˜W3½”’.©Éš«©®?Òë¼Ä-36Ê'@ŒcýÖ2ïýèÜ —ñ›j[ŒÐÜÔÝ÷š{HÇ\O’n½%°p›nµÌ{ª=âwõ†xÜzÙkP=‡9ò5ﲬ“Å¢“Ϯīžµ1p;j«>5ÄÀ]}*§C×Õî’‘t¶î³ö‰™¨çÛ·Eß-WJñ\ –¢å3;;ŒÛºûtÄLÏ ó·]rãEv9;£Ó%ýÿøiѼ™ÿQÔkÚ{©´¤^u³óÑ©ò Ñ…9ŸV8N51©&-¬_ÃÌÖÞA²Eõ5’þ9Öw/ÕÒkô M~4q²øvòçSå ÌNñužmÝ ëëÚÎU}YךI“\껼1vÙúÑé™ú;'9«ðÃy³•ÿW“Vˆ<²²oW';…BabZSsSõ«›…¥ehßfN†¼Õõ# w);ý–ius=wiPÃLñ‹FM ÜŽáÙY¶ó©r îêS9º6¨yÞ͆ËJ ¶x¦eÄãI(•sXé³³ÝØÍ>¿ßødÅɯ7žsµ‰ì0Nv¦§)…¢²nD%©vδZi\·ºÙÉñª·Š×/ÍñóÕMO„Å«mGëšEÞKÿ]4†<ºì¤O¿Ë'NþBÏB1!ÒÌ¥—fù[Y±¾øzu×ëÏX>3pW°¼Dhfb¢,¤¥FË ÓRcݾá³w»?ßf´ê´nVϸSšîǯ‰2)T^¨º¦HŽ«‰É†lS^?,)EÚ H=w1¯nz%!YsŸ ÜNù™Owõ©œŽ"7(£/}û¼ÕÔ‹Ë{X¾½«tÏb)ª';ÅÓïÁSÂeŒ×†Ã×F-ø}ÒòŽï®ð´!;¡Šd§ø·/•™(\êsüzáàÂO j>×CZøm§F]¿Ú%/ž‹_Åë—ô­êx†KÃç’Æ¿í=£vk±î¥ÿ.ò@ôðé°x]Væ„O>׿\Lˆ43Bé¥YþVVl\|MM¸6kÖÌÄdy‰°çóµ~ô?ï÷-L;+É1gÌj4Vm’¬u³zÆÍjV;x£`S¿/~M^¨º©¥]õœ³W‡_‰Ñ³MÉÙöõÞöò+Ø[ÏAuífêyèùí¾²àiì÷ëùân§ü̧Ö]-'§CëuÝeD£gÚÕ©¹:$ºtÏb)ZN²s;Ëÿçãú¾·ËOçѽ&úþ¸ûò›3Žž¤ÓûöזּºÊvÈJû¡+Ü·#;ì,£ìT¦¦Ee…F$‡½Úµ••­M«¶]gï’^¹vbø+®-¬mmlmÿ3éˆXRp¹¼ð&Õqpð‘A/*Z¶±mcmÕsص[‹u/ýw‘Ëß{©ñ mmì] yôb)&Dš¡ôÒ,++6®kI ÷g–Z8µë0dÚViajÒ­ž®ö‚6/Xž÷‹´š×ØžM-Û:(\tmVëøøÂ‘Í¶ptv~ëKy¡ê¦’¢O¿ÿZ»VmmìmûqLÏ6%cCvõq±´µ³±tymoH´ž‡NŒ<6¢—ck[;;ëWGn*îvÊÏ|jÝÕrr:´nP×]üVwy¶åÍÉ|ÂsXŠ–“ìlÿ÷ÜÍo.Úæ?«ÿ¸Å¿÷þtW¿©û¾Ùtî{Ÿ‹ó|.Ц®=i3Èì²³Œ²35%Y(*+$<eÅ„H3#”^šåoñ e>KÑ_jòæ¶Kœ ,Ï–“ìtå1cãÙî¶wýx{—¶uúpk‡q[;Ž÷íô¡o綉…Ý&ìè6açë_´¸„ì²³Œ²3%9I(*ëÚÍX”"ÍŒPzi–¿Å'”ù,coì´³y¡u—÷c9X®Õ“÷ïß3Ú‡%9ÚØgê>Q•gøß‡^›²¿ÇäÝ}¦x뛟ÍþY8xÎ/g²¸ÈøŸåDvBÉÎä¤DáÂM¿…F] ‹A¡˜ 1!ÒÌ¥—fù[|B™OÎV)õdç½{÷nßÎ3ŽnÛÎ:ŽXûøg8W¸¾»î[Ÿ€W§|gÞïNהּ¸ÄòõE­,´z}áb¯ãFÛ+Y²ªTvnÞvÿÑKA¡‘W¢«¸bö½äsð,/ͤ籌³ón^^®qÌÍÍÉÉÉ–mó–Û²=WÎ>2jɉ֯/R½I¬i´½’%;¡ŠdgRb‚0<"Êcïé…›~›¿ñ×*®˜Ͻ§#"£¥™ADÄ'QOvÞ½›/Ïfggeff(•©))ÉÉÉIB«ÿ.]q0ôíù'Æ­8ûBÿÒBq«XG¬)Ö7ÎŽÉ’PE²31!±ŒÔ“ùùùªo3–¢$EUFGG…‡ßºyóÆõë¡­__´æ—[ï¹´.@d§X"–‹[Å:bM±¾qvL–ì„*’ ñqˆˆˆe¤Þ켓e32Ò“’£¢"oÜ ¹t)Àòõ…?ûÜ3èã5~b,–ˆåâV±ŽXS¬oœ“%;¡*dçN_DDIJSOvÞ¹s'++Ófff¤¥)EOÆÇÇEGG]¹:{+3Ãl#>}õdg^^®è=’P²sÆæ«XÑ]} äÄ…Ÿ­»ÌŸ?}Ê羟¿ÖsçÎ߯-ÚÉü0ÛˆOY}Ù™›+(ÍÙ •>;¿ö¾¢fäÛš ±Üºjȧ¾Ÿ;wýºµ‘‘÷ ‰Œ_·vÍwßÎ=â¹âÐMf‰ÙF|ŠjÍNejÊJw·ä¤DùJwUṼ˜Øè(²*wvN÷ –Ý{3ã·Sá";WLº|3Aõ&,ŸÎÚ|âBè‚ùóÿ8~Ló™süø±…‹–œ Iås…¹b¶Ÿ–ºÞíÜâírU4††^Ûæ³9.6†ì„ÊÓ<ƒTõ¾’+6}5Jm9–O7¾ê»c¿··—8k÷ïßß³g¢¯¿þ:??_,ôòôØûó›qBKy¶µÂl#jUkvfef\ Ú¸~íÕ+Á‰ )ÉIUSqìb<6¬ ¾¨LI&;¡rgçT˲»ÃÒ;y3âöí•'/…ũބåÓC„,\° :*R<vïÞýé§Ÿ6}Œ(O±0*2réÒ‚·à˜«Òm­0ÛˆZÕš¹ÙYiÊTÿ‹|¼=Vº»-w[Z5Ǿu³W€ß…„¸8­¯Ôd'T¦ìœ²é²š";5bùôعÐéS>¿ÿ¾x28;;7UA|+Þ»wïËÏ>‰JÎc®Jw¶µÂl#jU{vš™‘ž”˜]-8ðØ‚¿*:œì„JŸ“×`ÅõçS!†dgœò6sUº³­';™mD5õd')Ù •);?Yã×­¿ÿðã˾_ýµjvJÙ###Ü–- ¼•Î\•îlk…ÙFÔþo‡ì$;ì,ÌÎI«ý°âºdûåµ^{<½<Å“!??_¤¦Ú¯yzl:vòì¶QÌUéζV˜mD­’d'RvN\u+®“W_ðù9ø»y??¦åOú;ö»Û²eq©y_®`®˜mħ%ÙIvÙ)eç„•°B;ËÃïЙßÿÚի#ÂoIÀ\ Ö®^µxјĴ5‡Ã˜%fñ)Jv’@vJÙùñŠóXÑý~[ð±ÀxßÝ?/^²dúÔ/¾šúŲeKùíhtrÎêC×™fñéJv’@vJÙùáòóX œ´úâšÃ7Ž%…Æd…'äøßHÛr,âÓµ~Ì ³øÔÕ÷”2ÓÓ«öG±+SSÄ ˆiÈá(AÈÎñîçËN]Ù)Š380ÐÇÛ£Êþ­xéÏÅoöôðó JvB¥ÏÎq?žEDD,;u}8æõë׆‡ß|ðàÁêÊýû÷oݼ!æ!8𒘲*wv2½P¦hÍÎ4eªïfïȈð‡ððaTdÄVo¯ä¤²ÈN€ÒÍNejÊJw·ªü>§Ú{žb6âbcÈN ;J7;Ó”©ËÝ–œ2b6b££ÈN ;Ê(;ÿÖÁùPå²Ý×G/ºÐå“#?92ráù%»®Ÿ½–úw%EÌF\L4Ù d'€Ñ²3+÷Þç«ýzOþmâ·ó—ßX¿)ÖÃ+f½wÌk®¿5ãÄÄåÒ²óÉN²ÈN€'ÉNÿë)Ý&ìõÕÉù ƒßæîÜid+ÛW-º¾ô¿IS·þúkê’!]'8{5‰ì$;ì(Yvfæäw¿ãÓ™çÆ~¸Ë¦ó¨—OþbÖÒ…ËV/r[=ù«½ßüHÑuÄ–í!;÷Æw·K™u‡ì$;ì0$;Ený¥ÂÄ¥GrxìÇ{Ûöxê쥇:uêÔÕ+Á ±11'Nœ˜6{qÛNo/[~ᛥüðë_•²ÈNãdçÙฎ#=?›rܾç„óÜO:“••%ÒëáÇùùùÁÁÁs¯U¼8ÚÓ+ªïÇ»ŽD“d'ÅÊÎ…Þ§|°½ï°UýF|qêÔ©ˆˆð4¥òv^ÞÝ»wƒ×/[½/55Eæ½{÷¤73wç}Ñ™k7ï}yÐ̱~mœ»!WÀÕ²³a 3§Ç4jÜLsåÄSëtwµsp+˜˜Ö,nv~Ö®A»AãWzHοOvÙIv@yÈN’wîÜ–œ½|ÏKƒÜ¿{pÌÇëcb¢²³3ss³oçåÞ¾'ÌËËÍËËÉÉÉNJLøß”%ý†.ð®ÇÔÅ;ä»k*RP§ÞZVÛb¸4®[ÝôffŽž•»<[s͹1ÈËŽ–—›™˜änç¥Ê 5…+¤ý±ó”Ñ/šÛüOÏî©IvÙ PvÙyïÞ=©*…GN9ôŸ5êƒ_‡úuõ¦ßSSRÄj¢3sssDŠ ##mçÁ£ÝßúrìøÃ.¯Ï=tÌ_¾»¦"¥AVRð‡íê\}YúvIG‹W——ÆWN\V[Yؼfµ_cÓÄà”{yyoóZ«®%Üeûy¡7;¾w{…ƒBÑÖÒzì¢?¤[ÅnèÈ’@v”]vÞ½›_øfæ#ã“íúÝÿíM#F|oì‘O¦ïòÚqÒïrÈ¥àÐmþøä›u=5ðõ¯õ²íóe¿¾¯}1y‚êÝ+´d'e—ùùù9…WÒeœ ²í÷U÷7–¾óÞÁ7†ï|kÔæ¾#Vô:ïåw¾eТ·ßÙÒuÀ’–=?}cÈ»^kÝz¿Øy¹Ûµ-TPÉN ;Ê2;ïdgg©›0üóUöýfv°øÕ·Ö¾9tË›C}Ä@g›W¦·êòÞK†÷ysø£†¬[±°½³bÏ®íYY™šÛ©X’@v”]vÞ¹sG£¦™™û¿øÅü-/šÿÂË_¶êýÅK#¾ÿhÖúu[-ÿq™uëV]_ìùÒú~8fز…sìÛZ;z$-M©uSE²ÈN€²ÌÎÛY™jff¤‹—9ejJB|\tTäõÐË—/^¸pêä‰ßùéð¡eK–X[¶R8ØwîÒeÂÿÞûnÖ{K¿‹š›ª@’@v”avÞΑ©¦x·&%&ÄDGÝ»tY4çÉüöë/öïß¾ÍwõêU_|ñ¹][k«Z¸:ÙMúpô€×z÷ílÍMU ÉN ;Ê.;oçåi¾À¥§)•©)";cc¢oݼríê¥ÿ³gN;vô—ŸÚ¿ߎíÛ7nذpÁüž/vå©°kcÙªùO‡hnªIvÙ PvÙ™——+"SSq«(ϔ䤄xÑbÑá·n††„\  ¼àïïïç'ƒ Ë>›½Æ}0fÿÞ=©)ÉZ7UQ$;ì(ÃìÌÍ”fƒì² Ô³S™š²ÒÝ-9)Q P̃˜Øè(²ÈN€ÒÍÎ4eêo¯Ð«¢¹04ôÚ6ŸÍq±1d'¥›Y™Wƒƒ6®_{õJpbBBJrRÕT»˜ ë‚/*S’ÉN ;J7;s³³Ò”©þ/øx{¬tw[î¶´j*Ž}ëf¯¿ qqZ_©ÉN ;ž(; ÍÌHOJLˆ‹‰ŽŠ‹‰®‚xlLJr’èp²ÈN€2ÊN,R²ÈN²“첓첓ì ;€ìD²ÈN²“첓첓ì$;ì ;ÉN ;ÉN ;ÉN²ÈN$;ì ;ÉN ;ÉN ;ÉN²ÈN ;©G²ÈN²žbvff¦§+SÓª°ÊÔ1br²³ÈN ;Ê";Eqúx{,w[Ze]éî¶ÙÓ#ÀÏO$(Ù d'@©ggVfÆõë׆‡ß|ðàÁêÊýû÷oݼ!æ!8𒘲ÈN€ÒÍÎ4eªïfïȈð‡ððaTdÄVo¯ä¤²ÈN€ÒÍNejÊJw·ªü>§Ú{žb6âbcÈN ;J7;Ó”©ËÝ–œ2b6b££ÈN ;Ê(;ÿ†BÄlÄÅD“@vd'd'd'Ù d'd'Ù d'Ù O1;Ený…@vd'd'd'Ù d'€þì¹õ !;ì¨Ù¹fßåŽÿóq}ßÛeŒ§óh§‘›ßÛèøîzňuÃ×Ú¿³Únè*Û!+퇮pßvŽì„*žöî¼›G@vNû¼çxž_èë¿`«ÿü-~ßûøÍó¹8×û·ÞÄò9ç¾ñ87sãÙOWüa3Èì„*ž"5¥ì”d'†ã<ÊcúºÓÝ'lïòñ¶ÎùvúpkÇñ[;}è+Æ?Ú&v°½ë„½>Ým5p Ù U<;¹È•,;ïß¿wçÎmãèÓ ¾¾6õàË_쵸Èh{%KvB¹ÊN.²@%ËÎ{÷îݾgݶu!ÿ ç ›ÁËÛroó–›õ›Ë¬þ»ÔràË×µ°Ðêõ…‹½Žm¯dÉN(WÙÉEv¨tÙy7//×8æææääd¢XÓh{%KvB¹ÊN.²@%ËλwóEãÁìì¬ÌÌ ¥25%%Y˜œœ¤©t“XG¬)Ö7ÎŽÉ’P®²“‹ìPɲ3??ßÀw ŸPQ’",£££ÂÃoݺuS—âV±ŽXS¬oœ“%;¡\e'Ù Òeçìì,#˜‘‘ž””yóæ°°ëº·ŠuÄšb}ãì˜,Ù å*;¹È•,;ïܹ“••i333ÒÒ”¢'âãããt)nëˆ5ÅúÆÙ1Y²ÊUvr‘*]vÞÎg33Ò5ßÃѪXÓh{%KvB¹ÊN.²@eËÎÛy¢ñPHvB¹ÊN.²@%ËÎÛyy¾Yé%;¡\e'Ù ’eg^^nzš…d'”«ìä";T¶ìÌÍ”fƒì„ò“\d€J“ÊÔ”•înÉI‰b€bÄlÄFG‘PN²“‹ìPi²3M™ºÅÛ+4äªh. ½¶Ígs\l Ù å$;¹È•&;³23®m\¿öê•àÄ„„”䤪©8v1Ö_T¦$“PN²“‹ìPi²37;+M™êñ‚·ÇJw·ånK«¦âØ·nö ð»§õ•šì„§’\d€Ê“…ff¤'%&ÄÅÆÄFGÅÅDWA <6&%9It8Ù å';¹È•,;±HÉNx*ÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ÁÙÉEv ;ÉN²Œ\d²“ì$;ì ;ÉN ;ÉN ;ÉN²ÈN$;ì ;ÉN ;ÉN ;ÉN²ÈN²“첓첓ì ;€ìD²ÈN²“첓첓ì ;€ìD²ÈN²“첓첓ì$;ì ;ÉN ;ÉN ;ÉN²ÈN$;ì ;ÉN ;ÉN ;ÉN²ÈN ;©G²ÈN²ÈN²€ì²“ì$;ì ;ÉN ;ÉN ;ÉN²ÈN$;ì ;ÉN ;ÉN ;ÉN²ÈN²“첓첓ì ;€ìD²ÈN²“첓첓ì$;ì²ÉN ;™^ ;ÉN²ÈN²“ì²€ì$;ì$;€ì$;ÈN ;‘ì²€ì$;ì$;€ì$;ÉN ;ÈN²ÈN²ÈN²€ì²ÉN ;ÈN²ÈN²ÈN²“ì²ÈN$;ì ;ÉN²ÈN²“ì²€ì$;ì$;€ì$;ÈN ;‘ì²€ì$;ì$;€ì$;ÉN ;ÈN²ÈN²ÈN²€ì²ÉN ;ÈN²ÈN²ÈN²“§@v"Ù d'ÙIv@v’d'd'Ù d'Ù d'Ù @vÙ‰d'd'Ù d'Ù d'ÙIvÙ @v’@v’@v’d'HvÙ @v’@v’@v’d'HvÙ @v’@v’@v’d'd'Ù d'Ù d'Ù @vÙ‰d'd'Ù d'Ù d'ÙIvÙ @v’@v’@v’d'HvÙ @v’@v’@v’d'HvÙ @v’@v’@v’d'd'Ù d'Ù d'Ù @vÙ‰d'd'Ù d'Ù d'ÙIvÙ @v’@v’@v’d'HvÙ @v’@v’@v’d'HvÙ @v’@v’@v’d'd'Ù d'Ù d'Ù @vÙ‰d'd'Ù d'Ù d'ÙIvÙ d'õHvÙIvÙIv@v’d'd'Ù d'Ù d'Ù @vÙ‰d'd'Ù d'Ù d'ÙIvÙ @v’@v’@v’d'HvÙ @v’@v’@v’d'@v"Ù d'Ó d'Ù @vÙIv’@vd'd'd'Ù d'’@vd'd'd'Ù d'ÙIvÙIvÙIv@v"Ù d'ÙIvÙIvÙIv’@vÙ‰d'd'Ù @vÙIv’@vd'd'd'Ù d'’@vd'd'd'Ù d'ÙIvÙIvÙIv@v"Ù d'ÙIvÙIvÙIvò”²ÈN$;ì ;ÉN²ÈN²“ì²€ì$;ì$;€ì$;ÈN ;‘ì²€ì$;ì$;€ì$;ÉN ;ÈN²ÈN²ÈN²€ì²ÉN ;ÈN²ÈN²ÈN²€ì²ÉN ;ÈN²ÈN²ÈN²“ì²€ì$;ì$;€ì$;ÈN ;‘ì²€ì$;ì$;€ì$;ÉN ;ÈN²ÈN²ÈN²€ì²ÉN ;ÈN²ÈN²ÈN²€ì²ÉN ;ÈN²ÈN²ÈN²“ì²€ì$;ì$;€ì$;ÈN ;‘ì²€ì$;ì$;€ì$;ÉN ;ÈN²ÈN²ÈN²€ì²ÉN ;ÈN²ÈN²ÈN²€ì²ÉN ;ÈN²ÈN²ÈN²“ì²€ì$;ì$;€ì$;ÈN ;‘ì²€ì$;ì$;€ì$;ÉN ;€ì¤ÉN ;ÉN ;ÉN²ÈN²“ì²€ì$;ì$;€ì¬šÙ‰ø„’@v’Ef'bYXZÙ‰ˆˆXÖRd'’ˆˆˆHv"’ˆˆˆdgq³3ðRÀ’…óç?·HGÍöÅŠh ~\ÓçÃ’EóÅ“‡ìDDD$; ÉÎkW¯¬\þãÉ?þÈÏÏÿ[/"3¤a…Sdçå¿â*N·þçC^^Þ±#¿‰'x ‘ˆˆˆUÐ?ÿ¼_¬ìÜ´aýÍ7þúë¯?‹BtÈ>?¥Ï©d¬@ŠS&²óÚ• â*N·!ÏŠ›aaâ)T¬ìôñܘ’”È?UDDÄ íí¼Üüü;âeÝðì\8ÿûüüü{ :dϥ׉$¬@ŠS&²ózÈÕâ*N÷ƒŠ|VÜÎËO¡beç¡ý{cc¢Ä5/—³ˆˆˆ³9oçÝ¿/:*B¼¬ž¢.þ¼ÿn~¾ªùwî\8{::2Bu¡Xs×ùã X§¬ÄÙ©úÄØ¾}û˜1cîܾ­öT‘žÅÊΨˆ[»wøŠ'êÝ»ùü‰ˆˆˆË?ÿ…p'*âæî[ÅËz±²óþ½{"'doçå;sê·ŸÔ§Êr±æŽ³ÉŽÆWûŽ_¢kPi§¬ÄÙ©úĈ‹svv9rd^n®ê³Bzb+;…7ÃBíÛí㹑¿´ˆˆX/ââ¥üVX¨®×z]Ùyïî]Ñ’¹99çNŸüéÀÞÂk ¹ªŠ5·IZw$®Ò("S× Ò(NY‰³Sõ‰!Œ‰±´´ùÞ{9ÙÙjOŒâf'"""VnueçÝü|y°«;}}‚òDOüóîbMï?âÝGUEdêTÅ)+qvª>1$'Nœ`bb²níµ'Ù‰ˆˆˆ†d§Ì4eª¤25åüÙÓ?Ü—’’$/”kz‹s;Yi‘©kPi§¬ÄÙ©úÄÞºyã…V­†žš’¬öÄ ;Ñì7‰MIN:_ø³‰ qªËÅš›ŽÆ-ÙQi‘©kPi§¬ÄÙ©úĸvÝÑÑqø°aÉI‰ªÏ é‰Av"""¢!Ù™%ZBÕ¤ÄQžÑQ‘ª ÅšŽÄ,Ú{ +┕8;UŸ›6Ž><1!^í©"=1ÈNDDD”ÍÉÎÒõw;ããb’â5MW*U¿u±î×èù»obRœ²’ggV¦Ö'†ª ±1Zÿn§ïfÏü;wøw‡ˆˆXÍÌHOˆ1 ù)EÁ—âb‹TtÈš_¢¾ßy+┕8;³22Š|Vˆ'ÖO)úéà¾×CSS’E»ò¯±ê¼Ï™‘‘ž˜qëÆO÷kýLöƒû÷F†ßŠ‹‰Ö£èÕ¿Da…³ÄÙ™‘ž®çù ž0âi£ë3Ù#Ãoîݹ]l'>.&!>«ˆ‰ñ±7o„îÛµ]Ä€Zv /,Y4_dF‘Š€ÁŠh þ ¬!Ïñ´ ÐlNÉ×CØç»Ùs«·"""VÅK¿€›×C¤PÍγ§O """b%P×{AOQÕìü *å<;±²úÔß;%;«‚Oý½S²¹ÈŽˆˆˆˆd'""""b©d§2Áÿݶ¶ö¶¶=F&¤÷¾rnº'"^sybøŽ&Î_é¹ãŒA¯X5~ÎÄÄäI}êÔ)òØÁÁ¡Âí¿š[&ökÕÆNÈ…ødùpŠ|ˆB9Wõä2ÏOx. ¿{éžtDDÄŠ’û‡[v™wT ŽÍël=b¿‘÷-&pn£NËuÝêÖÞâûËQºnýyÏ¡Àë1FK…rµÿÉÉ©Z—?cf‘’Z¬c|’C(Ö¾•XÕ kãªNv""">õììý|­Q bµ¿–ùËš¯»fïàìÔ²±Õ—[‚¶~=¬s{Ç&­§ø?Ê€˜?†¿ä¢pT´iÛyʼn›ª÷êÒÞ©y£ÖŸû\ÖÓ{ú·|ó—GÖ~ßô7›5³T8:t´GZzh`«×w—ìÜß}´«‹‹£½­¥M—<Ú±Ô¸sôëØÚÆÞÁÞ¶ÿléÓEÜÝÁÁAá誺©„°}ý\­lím­]ûî‹ÓsPe·ÿb¹Ç„¾.жÍlzî ‰•nœ4ÐÕYÑw…ŸæN¾ÕÁY: yËò@ëÉ*Á!h[Õ}Óú@²jgA×sCuƒEn\óìh=¹gæ¸ÚüïçG½ô}&c´ž ­O­G²ã%›¦mûOòÔ?ÏZ×DDD¬RÙùŒ™i‚²p¬Œ35{F3~ÞÝxZ ¢ýšU¯ÿž×1Žiq5V×^Ͷ¯7xSÁþûm|³žý,=Uvû/–ö(x8ÿMoÕ³Ÿ-/|{Ã9ý;©µßôœ¬‚Ö¹UÝ7­$kàYPÝ`‘7ð)—{Ò¼Ž]LªRŒ}^kÞÇû’Ös¡unµõœÇk^Üð¦þyÖº&"""Ù©úB§,xÎHKü縚´BƒfòÛkš¨ß+=E^SkZÔ13´fÚçúÎÇ,^ã{ëñ…ÔteŒiµ:%˶?»÷éâØÖÖ¾à}?ÓšÒÂúÕÍ®%¥yV¬v£pÒ’CM«›ë9¨²Û±üñ>\Á//ŒHQêßI=Ù©õd•à´Î­ê¾i} YÏ‚ê‹Ü¸áO¹ ½š9pM™`ñL‹°^²×ÿÐõŒ’×Ô?ÏZ×DDDä"{‘?'Í«›^ML1ä^f&&iKF5;ׂX÷ÛŽŸ½×ýù6cž<Û:Õ©¹üxˆ”mª9QÌì¼®¿èÊnÿue§j¼¸“úOV Aëܪ>´ÖÒ“ZŸºž{†?å´.Œ üîy«i~Ë{X¾½[×F´Î­®g”¼¦þyÖº&""b%p§¯Ïý{÷ ÉÎ}C-»|Lú•"«aûŠ› Ú[¼²ðWip䢞5{>_ËýRÁ/§øŒT½È¾OºÂ›–p&,^úÁ?³ 4¯ðZ[Y+ÛšÕ¬vèVÁ.í#¯³¬[£žß=úµ©ÈkqR „&¥ªmjŽ}½!Þþ»ê5¸®Ý,ý?$PFû/–}´o׳Ÿ£¹²á;©ÿd~úçVõ¡µ>¬æYÐúÜÐõÜ3ü)§õä ßmôL»:5×\Õu.´Î­Ö£þÖ¾žtšü=éŸg­k"""VEs˜©ñ‡u·±µ·µé>Ì¿ðçúŠ•)1¼ÛÛÑÒÖÞÎÆúµQžzÖ öùܪQ çv‡Nß&/ÜÕ·Å?¼ƒ”žÙÓÕÁÞÁ¡Mk«1?üöè÷Y~úo«» Cèì¿êöUÛ·ÕÛ6nÜXlJ|mÛy•Ú­'jfÑÒÉÙyÐÔ­òÃü2KŸö/´µS8Ø ˜RðË,>ôjje£þ+E×÷ôuÇdkåÒGõWŠ4ªìö_þ•¢&m_Tý•"yÃwRÿÉ2ðŠœ[Õ‡Öú@ÿø•¢ž­Ï ]Ï=ßrZOnA ®íòlˉzþ@ëÜj=ê‚_jÛÄÆÑe€Ê/ iÝC­k"""V©‹ìO×è€9ÜuÝêÞÁâ‡Â¿Þsëôð—–_¬Rûo´21ð*“+z6ykg0ÿe@DD,•kë†_dêNun¢ýo•Gìlâ<½üÏyí¿1ß«è§Àp“"÷ÚÛ¶¶ìöA¢’ÿ\ ""–εuÃ/²#""""Vú‹ìˆˆˆˆX¡¯­W ‹ìˆˆˆˆXq¯­s‘¹ÈŽˆˆˆˆ•ãÚ:ÙÑ×ֹȎˆˆˆˆ\dGDDDD²±ÄÙy5ø2""""bÙ)²±¬ýÿØb endstream endobj 506 0 obj << /Type /XObject /Subtype /Image /Width 893 /Height 587 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 1040 /Filter /FlateDecode >> stream xÚíÁ  þŸ®Úç¼"6ê endstream endobj 502 0 obj << /D [500 0 R /XYZ 56.693 815.761 null] >> endobj 375 0 obj << /D [500 0 R /XYZ 56.693 392.685 null] >> endobj 503 0 obj << /D [500 0 R /XYZ 56.693 374.752 null] >> endobj 504 0 obj << /D [500 0 R /XYZ 56.693 217.178 null] >> endobj 499 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F64 307 0 R /F52 247 0 R /F74 437 0 R /F14 413 0 R >> /XObject << /Im13 490 0 R /Im9 463 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 510 0 obj << /Length 1299 /Filter /FlateDecode >> stream xÚµW[sã4~ϯðÓ¨ºX²ÍÛn˜fÙðÀ´û 8JcÖ¶‚/-ý÷Y’#;)Ã0C*Y:ÒùÎõSpôáèûÕÛíêö;Ž£傊h{ˆE"2ÂK£í>º–C_VC·ySô¥nºõ†rßéæcú8´Ò¬ÚÅí:ñÖÕúóö¸CÊ9·×üÖ©ö«5ç±»àƒl9Je€@0ƒ I)J ‹6å©Ã@J³øÖIbέ¾Ý®þ\P„#qD΢4'H`õêþ3Žö°PP’gÑó(YGœ`D™€y}Z}\açŒ;zD$ƒyœ ÄyfT„á[‘`>nÒœ#ûIEÓÆíûš$Ñ; X>¾ªmãÕm}cüRÄ’ñ,$³îû¤*Ák­ë¥ºâ¨jå–jíwO­Ú+ÛFííÊ^Öd†ªïFÇ{l‹ÜÙ€n–§BYâuWå§àoÖ7ý_xüh2#B!‰h†°°HÞØÓZS?_ê¬å‹è¦r³ÛêFÀ^ÿQµn½<¸±w£KîF»YµJî_<{Õ|#Wõª5õ‚¦jb(O\AØJ ÁÍîºbãý(ª²øb§¿üèÖtëðéaW©M â »?*oBW¶Þ€V[- üO1Ê)…:€ÏBººßpŒã÷;,d¯œ3ž ”µ^m9÷ÑåÌkèz¶¾8z¸¦>xù”Ímü‡‹¦ 7ÊfMxüòÚ­…ô¦ÿÙ Šž@¤ u%Öè;çÌ„[gÂh™ˆøƒU K^ã(¥Üä`¥Fäð}–¶@çÇÎ@Í‘ƒ]lå¾Ôvº[S}ïA”u` -ËÚÍ|X-Xw¾Sýâ@¡ÛVu'ã±TÇ¥™;` åúƒ¶—;øUÕÚ@}Z–ÿ¢:lÖnv²ó+ÓíóZóeÔ•õ©R‹µy£)ûÖýÔ\ºÎì<$’ ›±„  V°ÅýNy² [(’r2˜cŸhcMš´c,ßÏ“ºx–DL@Ó$!ydydgòUŽVÄœ:°§Ž‰*üÝ›óå—LŸ2J…0pÎ0…¸(&,CY½”¤(gÔJ¾5©Æ²°ß&Ä%l-"+aásŒ ŒØÌ†™M~˜Œõ9º; cBqŽÞß¶vžJÖLÇ;ÆÉÁ%N!ûÀGiâªòë+¡ÌãQ ãª<„í,|>–cÙÁV­dã¬è² w˲u&™ªýÉ€ > endobj 498 0 obj << /Type /XObject /Subtype /Image /Width 394 /Height 310 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 13108 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 394 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚíÝw|ÕÞðßÌζ´MïH ôÐQÄFQPá Òôª\Á{õEÅ.ŠŠ¢¢¢RTPE@º@h!Ò{6e³efÎûdže I=„çûÉG'g眙9»ûpfvr–³X,Œ1I’dY–.#Ë2»ˆn(î"žç—¬Ù$I’øO—'ºnF<Ùg“`Ï–M;Ó^]ŽŽ€[éƒÆ‚ T*•J¥uTÄUUUY#Él6›Íæioý¨ñŠœ4º7: n¥¯þËX˜òÞ¬aª‹¸òòrk0™L¦ioý8}Êd"Ê-1‘X­ÏúãóÊ”²h-fY4k½Bý<íÕ] p·)ÖDIn`AÁ{讹–§‹†ˆ¾üzÙÛÓk4µZÍ•––šL&“É4õ5Ó§LÎ.ª""ÑT•óç’Â}+zdž÷é¬uqWªÔ ŽË.*_µþÏâjõ¯ï4îA¢hæ9žWxæš}6•”W%ú½uÚtèîâhŸP×P«°¬j￾=}°V«lž4^‘D$3FD‡ßèݯ{ôì&ºiÄŒ¬Ââ‚âÖá,ºM›×»Å>x`Ñ{Ã,&ŸM>Ѿw¯‘Sðä4c¥åÕEe•ɇÿ8ìþÈ ·:×IÉ,ýý·uQ‘›‹öšk‘Æ+Òd2) .??¿ººúÉ—¿÷ø´*£ÅúðÑWc?|u¦o$&ɼ*)Ë(—œsµdL+>,®Ê?îlzæ'Ÿ|Ögêë«úµý€ÇƒÂcñ6L¬ÎÚq0‹ˆœ‚cz„9^¾Âöû‰hP¿î ”×·Nsu·o“UPZyh׿¾ƒFí?t´ÕZ´l•|ø.}‡{»9Ù×òuwúeën"ºoÈ¥ëB¶’㩹öµˆ(¯¸âàö5oÿ{tÍ'wÖRÛÝ*G]µ$8y¶ ѤÔ>ç·MÚá•›[\|öÐá-Û>ùjßøÁå™DœÑPÛ®”MÙÒ\Ö¿3†ˆÎý¾í¥ä€¡ÿH¨„]¬Žš³&¾o·:ˉ¨Îuš«úún=žãˆÈ×݉ˆ;·Îuf-ØàíîœLÄsœ5lµ~ÙºÛZkÖ‚ ÷ êED¿nßc+éÞ%Ö¾–Åb¬wcZ—/>ìÞÿÄ©Ó#»‘ÅÀR·ªôgµJá\N…ÎQ•–]a•yÇw͉|gåî èQ-bzˈ§†ÏÛÓò[oOD™öˆ©ú=Q ‰âˆ$³þø‰seÕ²}÷ÉŒÕYÕrÁÊ}Ö™±?v$¢¶Áîg²K%NÕÒSMD’¹üø‰´²jÙ30¬03•ˆôéZkŒ%‰©ÅF³(¯utnÑÒDZöÄúÚg²åBZzvq¹É"«ƒÃB¼´•'^0øuìØÚß³ço‹Â½V†¼¤ýg+½ÚuˆÑ©ì[.ÏÍHÊ,6˜D^!88:vmIDL6e¤fd—›%¦upìѱm}FlמƒW܇Kûäq&§Dâ5!á\qFFA94¡‘!nªêBCñÄsWµ²5.¯µhö½³l¨3ãlµê§‹o÷®þøõØž}ã4ÅǪÓö$gWí;_y:×â¦2*]:¿sE–¨Ö¡®IÙ™§ }4Ž:<…õa²”RÊE9Xª f9½îwŸóÞã1PQ™xZÿüÔaÑîüÁ݇. µLeu–ŸJN³&lËïnOÿlR“lذvçî‚–¡.¦ÄÓeÏNãÎÜ}¨×Ìšõû÷êr)›J3²(ð½g»{»¨LÎÍ)XóÓá<ÿHo‡K õçžCu¶æÎŸNLé=¤ãœO-_RT²yÛßœ4¹vì»~†û¶~^\ .}ý!'cæÃ¯ èÒoý;^{?_¿”E¶u©I¨Š¼ ¥~ï<Ô#@§«™ùeóVë’”˜:`x§ÿµõrSs…%Ï,¹tàÝt›Ú7¸á}Ø•Xt.ɺÏo'¤ñdÚTñ󺽖ž^‰õQTW®ýq÷Ñ’VA.\uÛú9â…zÅÑ“ý@éòܱ_Ùš$¶ZCâzÌZ°ÁºŽýš³l×C_i´¯e#I/˲,˶·­?jÏP—®_}y^eµå\1[¾¿40²ããNphs$­ (7'©T¨¹.]ºx:ÓÖoþg«ˆŸËŒÚÀX_%ŸsøØ±YD4d¨{vzeÖÉsqOtïà«=»ÿT²*Êö¬ÔW^§±îkþÌÔ8:ß÷P笴óY§Òâ&uïè«=w ɾ®ýþ¯và »N,Yô»?R]ü¦ÿ+:ùä…¬SOûù)IQx¬G`qrê²MÇ•8N|dpIÊ;œCDQÝTNaî Nå䯣º;3ÆÖ嘂¶–ŸËÿ¿Qá~šÊÏÖìÿü·ä”2rQSÞéÓ1cŒïêÏ.œÿ䇿wœ7ûê.eåÏÊ+îClÑÛúãÝ+W%\ptq}ä±a•%ß%d:êtcÇwLO©·n¶QÄ µŸËÇAƒúu³ýÔ9²¯%Ëò ~Ýj…Ú¬õëf [-ÛËO’$ÁþVÌÉVÙ­×ÔSÕ¿ßþÞM- íß×C£<‘˜è@Ê¢ s§ ãìÊxÏáºv=û?ûÂ+ö¡–ü´²n“ý‰hÿ1ÑÁœV,¶òŽîÈÖüqÄW|UDôöo)å\æä>£¬ë_¨®»¼No¬KÊ“3†…*5Þ²XqA"kÝ·6'—qluíŸ £Á\å¬×&ØEY3¾s ‘-›-ÁWl?­”æF9Q›Î­mg_ƒÛ9$ìIÑKm<ÛzdyVë“‹"ï÷T·öR™ Ù©’K7™™åšpø“UR/'§®­ýrŠÊÿÞyÀÙ;â\Ò‰ÿ†k‰hÞŠD>(èlÎÉ€é¹G¯j¶ÿUn]~kí©I1cDÇqoÿ””-qÓ‡‡*µ¾²¸»¾º¯dT{øâ¯±£'"ª0˜XÙúz³Õªoeûr[­Kÿ¦Êò?â©Öàʳÿ³N­GœÿòV‘™Ç˜‡“§S¼µç,žÞ-C,*—©Çÿøz­‚çkU».6fY´o¨‰hÌŒacjŠuOøÑ—¹5¿pÄ×ùÙB}åöòD"’ˆˆãøšë4ÌúŽ˜ýn\ú%ù|ÁÂù}ý•üê÷$•šŸz¢Ÿ¿RAÄê|kµÏXM«ß|³3Õ$sDŒ8“ÅÙKYµ¶D|Ü£Uç>rÑÉÄŸÃÂÆÅG{«ø¼ä³*'Oû–[FG~ôþÖíÂ|œÛ÷ˆÑ+ð¡WÿR\lVæˆgÄþ¹ÃÜ¢šxʹ¸>eKŒˆ]±nˆ‹¯á(¾V‰Tÿ–<ÏYDÙ¾–$ɇŽ«u½ÉzªKÇö o_ëÒUÆxûxb—Q{‡s*‡¢rƒGdç­ZDô¢ë/†Çõ‹, Žë7nsêÚ» êa.ËòhÓÑç²ycÅ_o¬Ø½àÇT"êv¯1~]¾…ˆæ ¿gX/Û³â§VÔYÞ~Zź<3ÍyÏð^öÏ´ýÌ"#"R©„V­ü®Îuêìªú*É@D#{zë4^^®=»·™l®tލàyå㾪ä§÷Vxµ '¢3»ôŽÞjû–S2 ^z Ê•³œ¿PœixÁÉ–@åŠÔj"zõÑö-Ý©g÷¶Ù™ç¯vÓ?õÕͬ°àµÚ€ËOî9fû¹<žjղϦY 6ØÎò;×VÝVËþå÷Ïkêü®Ôµí¾³#F  ” qv\}IëÊ Î8³7$¦?qJü S÷™]–aÈsDô[Âù4¿NAIGóïkáë&dn_¶¿ã¿ºF÷l[µÿ(‘—µŠG« „ºÊóeðËöÇ>Ù-¦gtÅÞD"OY2ñöÏlËÏ7:ý£"G ïpxÿ±FÿvZE}Ï~-®¡á)k–êc‡¶ šþp ‹Ñ˜™]üG¶èæîZp<‹FzðÄ~.Kª/pœcòOyfß6 û–9‹ÁäèþÀ°Pš¯Ô—ÿºþ€wP˜»»âȪ«ïé8(ºå3‘­Š J~Ùf¹Ú}hLÿÔW×UËãÓçÆŸÜÕwoÁ¥KãŒÕyJ8kÁ†öíÚZj5b«eÿo*—––VUUõü{?Œ{|Ú…ü²ZÍe¥ª<ÿÇÃÃz¤ŸMñ ŽŽ‰áTŽ¤Òž8•l6›ÛDE¼øoúGõoÙq(žÂúdŸ:•o‘ƒ¢£½”Öó/ùäñSfâÛÆ´¤ÊÔÔÌJ3Óyøë‹²ˆ¨c‡"’-u–I<Ñð²,êKªÔ1®†ó¥æàÈ6Óø–^8ú¯eí"<íwÉTš›šUl–9g¹4»RbÖvìÕ·-bRAvvaY¥I”x…B£uððôrdsabRµi×V)•;•CD­ÛµÕ^öoZjj•Á(ÊLPªÝ}‚=µDÄdsnVv±¾Ê"1•FÛ6ªÕ5ìÃû§ºx¡6@ç¤Ùºqm#oË2òë‡q¶Z•ÓÉSIDÔ6úÒý"¶ƒÑl_‹ˆ,¢|pûšÙöùG<¥ç–Ö¾ôpþXÖ‘µîînE¼¥¢gß~£Gßû릭;vî#ž—DQ¡Pöxø5<MåR—Xšž£ž?5&ÐUÍ̦ä”ô%ëRµ-C´ ×ÌA«V üöMk£z¸êœê\§L_™•¼oЈ,¢l¨6]s-"’df'¡ÖhªVeŸÐv’Å\]UÚ­ÿ óǶŸLNM”x<É'²_XûAÙ)ût>¸e¼éà®!~esn4šEŽœu-‚5<‡ç®G•Á¨Õ¨»ÿ÷ßÖeÕ¿ÚÀa÷›ÌbµÑ|=µì]ùÚ“o«NÖ‡|[u;xbûŒÿ—ˆºöì&3æѽ‘×,àÖQèÂ#tW|Z®.¡ªMî:Ç‘÷i`“E¬º8ºžZD\ñÔð¿±*­Sïño7rehfŠË*oM-ŽûgÙ…]£êZm\ÿ3^ 7eìÃq:]«¨(__¿kkáÚ㩸¨èÔ‰ãÑmcˆ¨¢¼ÜÙÅÅ~…6±ƒÆŽÕ1Ü_v 9z×ä×¼>¾3ÿÈypòËsï¸åÙ×—6°•7‡Mþ5cÉç>Ò‡7ݽ5µß{¿´tnÌ6¦n¿¸xÜ ‚ ˜ÌÆÃ‡)¥‡§ç-§ÓI§bÚupppÐhµ …ÂöÕT6ãzùíúáóïr‹D^Ùuؽn-øÛ矟ýýæïg&¬ˆˆ}¶Á­Üûå¶×çÍYöËÆç¦¯Ô¸xEÆt×έ‘{ؘºµ"n Ww·®ÝzK<Ú»o¿k]óµ§M~éÛ ÖÁAx Îó;­ƒöÇU+GÜ{_ãkÙ®=]û'wŒ1"¦Pà¾s¨7%AyÍß(~½árù9À ± žO€x@<â  )nÁ6ðwmÍÒåi{çÅ%dºã¹hNâƒJšÃ艈ztï‚§ YÉÞÚLâéZoj€»×-Š'YF>@=!ž iŽžê§gF†}´ñü Ü–w”ÿ`¡ø»“&"r ôØNõÙæ ""îÉá!붦KÝgF†êMŒˆ#9ý‚~oFµí!…R;c°Oöñìµ™–Îý‚½“²7Ö´Ë)”O öû~ë…ò‹3 ·ˆòîë#˜eúmOΰ^þ+wçÜŒ@<]ÛèéÚ½ZeŒÎ=Ø ù„ªRÊ©ƒš;hdJ‹ÒRU$^Ýn|¿+‡ˆxAèÛÄœ»ÑtDîan¥éÞ‘.ìBñéSբ؟zëC:_sY‰Þ.‡´tXº)ÝÄ.5x3ñtFO‚Z;ª‡—£,–êmº{ Qó<§$ùà‘ü¤ Ù;2`0~—b&"Aã2­¯jѶ+O˜W]UÆ©ƒÔTRÍ(V+ýzÄ2Â_ØŸfvòu¨*.•ãU|O/%§Tȇ矺8ÈiåÕÅKåÀ‹ ûòk²äâ¾ÉËîƒeOõÕÉ…Öò^¡Ê¿gÇø‡F*‹O[‚|e¹"Q‡(õ™ù¶CÞÛ_Åqôñ¯ÜéÔl8gßxûá58Xm43seÉGªñJÄÓÍ=ý#ž:t÷®JÎþ)×âêïqñÑò¼’•2©œ¦öq?µµ°(­Ä-Þ%ç‘O¤K~J^£®a1ñ„‰:i¸}¢ÖÙ¨¯,]ÛjXª) D™ÌÄ‹éæ[x"s«^V98=ÕÇãäÖ‚šS°Ò’ï“,®þÞ㺻|ögY­=7Wëu(cD¤vtóõéfV™f¡J:aü½Pê$¬>gTN1Jó"½dÛÑM»³£FµüöÏ,ë¯ÏjikÓºPçþŒˆpZµé\©L‚ŠÃ•;@<ݺ“»ÎÎüò\ cTšSLäl}Tåà4¸³³«Š“)Õ*Æ E³á¨èÓUË0PaûqK#ß§ÉyâÀ@!±Ü¥4½H4[ÊTAÓwqä7ê%ƨ»›¢*Ö?Ú:ÄÛÚÜyq—4‚+«cÏYͯÑιI9ŒQÉù×ÁüñìÌÃû¸²´BÏp×Ò E"k¨lËÖ…:÷ç¤^ÑÉóxŽáL¶Á‚tÄÓÍc2ÿã’#2™E#â˜íѱ=<Žî8w¼L"Nñ¿‡ZY «ßZu(ÉÁÙPœQ-6rsyg º^÷jeò~“É,¨äÛ98;ˆU鑈x¢5ÛÓËå:vòâ.1ÛÛ”ZW‹¹Âd‰S ðVð.þÿjMD$ñB/-Û^Z˜Ã‡·æóÛ‡(÷n®2™Y=P«ñ:÷gÛö´@_§V®“"4l)À+O·èän¹4Ð_Øeq ð²=êÌs¥Uc̯…­°,;_Ó90JÃ¥Íhü9NuE‰RÜ]ɾ7HŒ(ç¬yBŒ›¡¸æÜpW‰4¬…zõY#¹¹«JKÌÖZ¶]2–—Ô:ÿâeÿžçN\`Œ9ûx …l-µ®àøX¬Ã¶å gÍcºø«Eýq£ÜpÔj¼®ýá¼Ô,3·<«ÀØct0cùx¥âéf©uiüÀŸ9cã‚§´Kò‹‰tÖGW-34¬Ú å9×TM z~„;û ßr·vЦ“>R,21FDú¼rçî¾);ŒÖ6ýyÁ«—ß´œÈqú¢ÕÅ&k¥3Þ“Ú¨œxñç¹¶þ×àPÆϱ³çr~H3QL¬cúáKW¾KsòUÝC]8}~J¡ÓèÀŒCyuÞEa_h[®w8.¾OˆO¼À9–)ãÚÜ•®ý‹¤6®ÿ¹_ÜÀÆ|OÜÆõ?Ÿ×öB_4'aÕ{3c‹N·rÅò«šÛàÆ|‰ù5ŸÜ4Ñ“;€¦OLFW@ÓŒ'Œž iÆÓ…ógÐ×ÍIDPs‰§óÀÓ Ðœ¬øúË›½ |S 4Qˆ'@< žñt¶ÎŸÔ£ßÀøøøT£o- ¸QíßÀ¦êlífï?Ð-ûä®–™K¶:Ÿé*pD”pÇõÚ¾ÿˆ§ºM»g˜AfdýõôéÓÙÙÙö+X*O¾0ù…S¥£Ùiæâe·q½þ‹öL›8'ݨµ-Þ]ñi ‰ÕgçÍx~ǹJ ¼èë9mϯš3ãÛ¢ÙddnOúÕƒQ®7jÿÿZ8ýÙ•'\ÝÔέæ­[ܯ<€¦OŸýúÛ†€Û ãòs¢•ã~ý…íÜ+2~޽÷å‡-ºþ.;U3kýŽQ-Ïm˜v'fѪGNôÉÞ¯{‘>×HDþ_Ø<΃ˆ*2~í8jþƒ‰ïߨýŸ²pÃÆ3é-4‚±Èˆ—@Ó=¹kØûÇŠ½Ÿ{x59qe7¤ÍÅgô;†‡Qè°×Êfö#šADïþ]´mMwë :? •§o=õ›Œ2QPp†¢T¢÷oÔþ?ÜÆmÚÌÿ>2|ÈÈ{â4xÝÜ¡ñ$2öÍæ­*Å­ßô¤ ÿ}tí¡1m½dKQPhû¸ÿó6<üç¶m÷úhÛéïà•pEMñÆ‚çÛyÎùî˜u9ýèÙÒæ´pݼ­D”±ežkø ká ]<Ÿ]zÀº¬Ï3QžYp!¢«ÿs#÷Ÿ™SйÎF½ðæ;•é[ð²¸SGOWŸ4å¹^ߊj²t~þÛØðkh¤cÇŽÖï1m™3iõgO=6!n¡Ò¢[²f²õ¡qßýpzÚ³=VU9)¹!‹¾úOôòWÇ?×ÏÍϽåÀg‰¶Ý¨ýg²é•ÇFZ8©Ê8þååxÙ4Ýx²ÿ¨Ë¶l[P:E¿¿rëjßJãÕgùæ¿j¼6üÍåíK¢'¾}pbÍòâÙÙõµvµûÏ)œWoÆýwþÉâ Oˆ'@< žñ€x@<â àF¹=Ô²þÅñoîÍóò¼ñ§¹ ,˜={öm?  uëÖÖåö/}Ûî˧¾Í¯"¢Ó§O[Ë}&¬ÿþ±‹«IղǬ…Kƶw·odëüI¯$d8*¹Ï7nyjäPëO—ÿ 4Ÿxzî»]‰é™Î Žˆ.\xÃã‰jͱÛýcc«ÖÜ»Ö_ .èñÈ cO~eÿfì¸ëâiÚ=ÃŒ2=dÜœ}…ˆâããyÁyÛ–Ÿ–Lþé®ÔB‹Ï»k–ÅykoÍ.yužn,kSk'1c/À]Oÿœ wýsD³5ö›_ =¿iæ=ã—ŸL˜vÍ[±}Êç·´Ò\á0Ó¶¿áày_ý;‰{îš“»üßà`" üŠ~ZѵÇS#OÇâãã‰d•{Ä'¿¼wUícÆ^€».žn±k¾¨„{n¶Ûc›‚/°È¶__ÛžID¶½ª ŸÞ”;3ö4ÿÑÓ;ô?ØÓÉu󦟈hСW†-<_`ñ^ôûM¹ã0c/@óŒ'ûOÁF¼µf„ÝC÷Ì[vÏ m¿ò†ï`ÂŒ½wûÉÀO¸!0zÄâ Oˆ'@< žO€xºNë_߭߀‘¾MD ,¸ÎÖ ®¸¯ïññq}û?³$¥ÂZ9]>¯ÓÖù“zôŸjmsH]¾ÜpMeB•;½ïô‰óßzü¾g’§“M ^¦ô¸»FO-œÞ¥KŸAƒã›ì¦÷øÆñ­ßODñññƒ‡Ž¶ŽS6½þäðÁq]âÆî(¨ndûI1ÈMMDÄkZ·Ñ5PØ0Û”¾ññññññ—š,•'Ÿ3|ðàA}ûþ!©¬Î£€;iôTkÒÛ>½ï‡uݱG¯~½zöúÄøaN ®¾B²›ö÷r˜Ò஋§«šôö¦÷4íßÚ±gß–ï^X±µèÐwë+¬uÊvµ•0¥/@s‹§[0é­wd—1‘]xäÞÐð!D(¼˜Òàæ¹מ®4éíõOïûËîdFDD©;•Ž(¼N˜Ò Yž®8éíõOï{`ùÿÞû_‰VEÕÌ}þ·_4Px0¥/@³Š§:'½½±Óû¾µtm# ¯8½/¦ô¸›NîšA-¦oú-ª"}y›¾CÇ|öË/[–§-k?òùÿœ^UsNÔ¸Y}y¥Ï#žÜg9U³wæxOñîà>o?M‰:ø]zÛwÃ/_s«§×?Ý¢âüŠvߟ;t -?Ë{öÆ5#BÏoš¹ùâjËÆNÕÌZ¿cTËs¦Ý;féÉ„>½'d¿ú3Í=ûùá>ƒ%"ǨÊUYfiÅ~Ó»/?ðEZYê‡.mg6pŒñþ±âÕÏ=?zò§Nܾël ñtuæm>øÆø^Y-îÿ¢­Ð爈8å?—¥kh¿Å].¬Ýyâ‹3Çøєય“–jûÅ:)/_¹f[¤¸úmq³"œØó§ö‰À°§+v®Lýâ`ëí8ÆÆ°Nœ˜ø÷u¶€xº×:Ýmãgõu ›QóÅg)Üc>ŽDÔ~R‹ÏÞZìÑñ‰Fnhz¸Î¶­K׌Âuó¶fQÆ–y®á3¬…¦Elivȸ¼ÒóÕ–w¶fOéäu=ÇH˜ à6^{ºæén?«¯ i1ÊÕ°ÍáßÖ‘‘Oßû Ÿ™¿¦u#7ôøªE=|܇>a½§­³NZýÙSMˆ[¨´¨Ã–¬™l-ôîñXÙ”)S¾ "¢a-^êÒO§ºžc$L `;=IKK«ªªúòóÅúYIqQãkn\ÿs¿¸Î..Ysâ¤'Ñ×ÍÉŠ¯¿9jôWsÑéV®XÞ˜5m²³2¿\²dä¨Ñ¸kš(Ä žO€x@<â ñ€xÄâ Oˆ'Ä žO€x@<â ñ€xÄâ Oˆ'Ä žO€x@<â ñ€xÄâ Oˆ'Ä žO€x@<â ]ˆ'Ä žO€x@< žñ€xÄâ ñˆ'Ä žO€x@< žñ€xÄâ ñˆ'Ä žO€x@< žñ€xÄâ ñˆ'Ä žO€x@< žñ€xÄâ ñˆ'€@¸5›Yñõ—èkhrñ4rÔht4àäOˆ'¸C1ÆnC¹ƒ;˜XUuäßÏdÿôcP°gˆ®ÝÈ.Zw¥ªº¼ ¤äÀö“¿ü”²àÝ+W;††¢¯®huÂñÖìe™cŒ1"Ò-âͧßY‚x‚Û¯`×®½ãÆz8)úŽèª”Œ|u9œ£Œ ¥ÆÁÃÑŽ•GËØˆóGS~kÓáÝ÷Z=õz¬¡ —ä÷WýõúÔxGZbœ(“Ì¨Ü ¾¹t3â àꔟ9³käˆö1Á^¡¾ìÂf(%S(8Ž'2éYµ^–˜,hÃ"£¼ü=ÿ~å%…£cØ„ è·ZÎf·ôwçyÎzæ¨sÔìL¼`–9“H&‰Ø!ˆèÎûº\\‡›‹5H–¤}cnæíîå,žú›«,åyŽWp¼À J^Pò ão®–“Žh,U:„™5ÓÍš°ëékóûßiÏÿ‘ã.^ÕbLfd‘É,2‹Ä,"3š-<Ç5ÍA\³Çh–jÞÒÇ“‰2I2‰2'ÉT¦¯¸ñ·d2˜7/*"@ÊÉ$‹™ˆ?Xå°d+¹{_ZÉÍ[ýÅïšwVÖT9&42¸üxbÁ®]µZKݲxd¯íÚÇvhÝiÀß)¾)WCšÒm£åé…ÿ>“÷Ü„øK¥1"™q’Lf‰*ªŒÌ\Zû{z}óJϘèŽ;DGwÿßÒ}— !wG?ÏV%áÚ4ó“»:*;~\ãä qÐJ™)‚’cŒñž¾BL~ÑfÓ3#$}!¹{ 7ò!râ^bÄ1ƒ •î.Åxõéck*ï«Ý§ûå÷ݽBˆ¨ðT²¤rë~“Žè&uÈUÉ*ÐÏZ¸)2,`ÔÀ(µRAD'-¶EÔ³ 7‘BÁ ê>w€"}¥ýžgnyzØ;ú]{´Ö©,•g¦vï5ËÿÈÇCƒl{Xyá·A]ôÅÞ×î ¿·A žà¶)=|ØÙA- L&ë~Ö×e¿)Â"Õm2¾$BJO©záQYfÌúSQéâ¨*Úµ“f϶5õÁ„fnJ³fyEÇ¿MDtöëé¿<"šÍÕÌ}Î7?Lˆq'"¥R¹ñµ‰oüz";«rü¢ßæ !"Ñpú¹ S¶­tXèÈek_‹5Wþà´c%bµÉé?ß®{¬½{Ó麃IY/~¾}HïmZúÍ­lªûtîÃO‚‚S)H­T¨^«V:9¨9ŽŠõI’ío¹û6¿ê\˜‹íW—ÐiUù-‰jâ©{Çqÿ|vîÀÀÛ~¤ˆ'¸mª³²Ü Ùd!™8‰8Ž8ŽÄü¼òç'¸®ÞÍ©ÔÌlª˜=AÊË—e’E&‹L–˜l4 N Óe’ðu}n®OÛ0vìçÊD¥‚«ÊO&ª‰§÷G…‘.ü_¦²g¬%óöçÚÚ·æzW –ˆ^;\è7eÈr""ræKšH§½øùö3Ùåãîí_i’Ó «TÇóÏY/91I&žc"G¼DŒcœ àMQ«iì›ý©{Ã?ü`Éâ^uä9Ä4g’$Š¢XçC®=zT|—âîèÌ$fÍ&âˆ÷ôu^ð­5›8•ÚéÝoË*åçË“$&KŒ)Õ•ú ]d¸Ùl²5õ¸¿ÓG)s/@ÝÏÓ“¶&Ohï-[ ]ÃlU”¢Ù|qm…³ÉL—&ýûáÏÝAêšÛjöÛ½±ÒF³…ÉD‰™%Yxf–ôU"GLà™VÉi”œFÉ[˜Ìˆ'Z™W\êëjÛóñÞŽŸ)œÓRWâç>vôk{ô©¥{ªÆwî0Zø{Íímýð ŸÜÁÍÅX½wú¸uî\%sL©–%&KLsõv[±Eh)¦¥?Ð[LKZDê–ma®Þ’Èd‘I#¥V_VåÚ£§}SOõÔ¢QÓ÷gVZ-9³káÚtÆXŽY pfŒ]>ƒì.KÛß’c]x¹»÷ÔÅÕTÏ60Æþë5ëë¿­%©‡’/¯{­÷=]×­OoO0¸sÐê *I öp¨¬–²Šú*Ñh–E‰.þ0Qb’Ä$YV ¼ÎQ»rÛ±ø.-l<óñ˜x>YobŒ™+Îþçþø™KHÊg¿Û7^þ¦ûÄMòí¼ï £'¸ùUÏ TÛ¡¢L/xÈ$(2F¾‹W*[FZRS Ç –‹ó Æ öZµMÙ2Òýórïé#KL–ˆ”ƒTÚ­›}³Þ=_þãÏ_x¤–A¡àD…{øŒ·?aŒ­yûñ±]:»x„™C´ÙVž®uyâÚ_O>1­í7UÎ*.tÄ’•/µ›¼~Ýñ 3Ú/ÕÌÔíÅŸ:E\^÷ÆvH#=64&<ÐíõovÇõŒ ôN<_:°½  ç” xNPpO ž Fñ|néê„NZÕè>Q¶í]¸¶àµ)ý»›TJ“I5bæêùCÿÑ9œvîê}ÆÑ]z=©:øåmû+"ÄÜüpªçݨñósnÕ*/§ÀÇÓGÊËbŒÄ¢"㑃“”‹ò‰#ÊÍË{p׫¤â"ÉÂd™q:ª ƒ¾ÒàÙ¿­f[ ›ºnØÔZ›Ž™üÁ©É5¿~ý_½µJy¹ÞV×¶¬ÐF¼¿úwûº‚Ş?歹böuox‡4^è€ÏžöÜ' ¥ú^±á2£ÿ|ðÓå›òÐi¸V®vðòŽ /×:º ïôÊúÓ¯ÜÖùOp+Nîê{´ãŠov÷é«sÒ*œ¥ªŠìGäxâyޏšÙS¤œ¼¬‘qŒ1Y&R(y']ZF~Û÷ÞSyyÙšÕé\ël\¯/»ã:¤ñ‚¼]–½8ò¥/wþúÇߣv"¢‹&6‰—­õtWì1Äܶ“;"rlÕ*|îœô?lååJÄKzŽ#™göÓÕŒ64 O﬜"mL»ÀñãìÛ,++½â{òNé«â¨Q¾?sàg?^ºn'™ÍfÆwÏóuβT_w5ÁC<Ám,„Íœ™óÛ–”¤¤P£ÆÛO.."‹™8f½O‡#^Á»{ÈJõ¹œâJ^ýæ¢(*®~^ýæ4z’eÙb±ˆ¢(ŠÒ¸þ-üÝT‹7”Yåyžçy…BÁó AP‚ T*yþÎû ñ7ýýØÀwºY,–ü‚‡ùóó¾ÿ>iåJ_­·›·BàÉbff3§Tòj5“©´¼ò|iqeûöÊ'žH/-5¤¦úùù9;;7¿i QÍf³EE‹Åb±XD±}°ãÜ¢KKKeYæy^P(k&Yÿ£TJ¢¨V«ï¸LG<Á-8•©÷Ýh6›MF£Ñd4õé]äåUùÝw9ç/p*•£ èÁ U—™Í²Åbrp8;x°:¶ƒ,UWWFŽãîÔ)q¯ûÒxÍÉqöçq¡¾N’$1^Áq¤P(¬gv¶5­%w\!žàvžËhµÚ€€A …J­. š›Q\lNMU^ÈÔæåUº¸||Ä @GO/oW›«›‡§GhHˆ¯¯¯J¥ºCãéúOî8ŽS«Õ*ëW Ȳ$I¢(Zc …¢æ¼N¡°¦’õ´îNì.ÄÜü3™ßJ¥200000Ðl6WUU †j£Ñd4šÍfŽãA©Ñ¨Õjµ³³³ƒƒƒJ¥² Ašk‡4ž5zAP7ø¼wn_!žàV¼³¢R©tuuuuum–ï´kè@<ÁÍ;‹a<ÏWV–+wÑËLÅú®ò COÐTp<§Óé ‹Š}¼½ïž£..)vssç9rÅA<Ám£à…˜víìÝÓµ[wOO/… hÞÇ+‰RQQá¡C;ÄÆªêº„A^ÆÏsJ•Z£Ñ¢CÓ!ˆ'¸ÍA)Jô:äZÆ_è@< žñ€xÄâ ñwZ<ÕL§ДpÇ[ÿ‡¾€¦5t²A_@“‹'ë<êè hRA¨ù>,ô4µx¬_ç`ý=;+MJ¥ … DôôŒièh:ñÄ™Íf³Ùl2™L&“uYEë7gɲŒo•€›ÊzÜú¥X‚ ¨T*•J¥V«ÿ6CÈ endstream endobj 511 0 obj << /D [509 0 R /XYZ 56.693 815.761 null] >> endobj 376 0 obj << /D [509 0 R /XYZ 56.693 502.484 null] >> endobj 512 0 obj << /D [509 0 R /XYZ 56.693 482.613 null] >> endobj 513 0 obj << /D [509 0 R /XYZ 56.693 435.346 null] >> endobj 51 0 obj << /D [509 0 R /XYZ 56.693 325.385 null] >> endobj 514 0 obj << /D [509 0 R /XYZ 56.693 297.533 null] >> endobj 508 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F64 307 0 R /F74 437 0 R /F52 247 0 R >> /XObject << /Im14 498 0 R /Im10 464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 518 0 obj << /Length 1213 /Filter /FlateDecode >> stream xÚWKsã6 ¾ûWèVi¦bHJÔ£·mwÛIgúØYwzHö [L¢YYÊZt²þ÷P¦9›©/"AøðaÜ<ømõózuõ«âAÉÊLfÁú.È$Ëò  Kò`]7áŸÕÁ4íaˆßmMÓwCKÅÃ_úî–syØWVŠÂuTð°ïÛèóúw° ÁJ¥ÐÌ?ƒÞÿ)’?ªîPš€@ È‹ Í%ËEÄŠ•9a)lÊ‹ð ?ij÷­>¬W_Wñ@*cY™y)XÆe°Ý­n>ó †5€ÂÒ²žGÍ] g2É`ÜŸVWœÈxë÷ÌcªJÆ!JðøuÅY®*xÃq)ËHÆyRfN~u½*xߎ=Åä*ö|G—KïèdÊY‘Aš”LÈ™[?hä{[=V›¦mÌ1ÞTƒ®IÚwuã«©6#µÁYvÄ)EIJO zøÔ6_*Ü-ÄOQœÈŽï9ó}¸/äKn]A¼‰d² ÖMwO{ô þ ú­t¢ßžR¦B]QÂ’nõNw'c”™°Q0À²’ó`>E°´ 9²!#üñ ÛŒ„ I°'‹ùç'‡MSéÜÛ•);§S9Á·£ >,<»côtO»'óµ¶µ²s8(1.Â<;” >ÎF «œÒMIAH8±y¶“îeLÐwˆù1Ÿó 1§T¶¢ïuðAÒiHc‡+g¥«!פZ‘ÉVWÎ ìÁw €ý²ø{=¼¾eîÚ£éÂOÐDfjþÔõŒJØØ_u~µ<; ÈJ™°,)_Çÿ¹Þ¶ \*â®aw-­Hr½ªÈS& jžãð+PÃãbưyžØ=—®yžše2{¶_þÏÐR'Ð>;¥Ù‘÷®ÚO´½«ë7^?Wõ«¶'ýMÿmÎäÒhÞyVþŸÿ-ÿÔ¬ŒÑ endstream endobj 517 0 obj << /Type /Page /Contents 518 0 R /Resources 516 0 R /MediaBox [0 0 595.276 841.89] /Parent 505 0 R >> endobj 507 0 obj << /Type /XObject /Subtype /Image /Width 901 /Height 528 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 45095 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 901 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|Õ¹÷Ÿ3e{Óîª÷nËEîEî7 cŠIIH @’Ë î›BHè’›áÒk°M‰Á½à"cËE¶ªÕëîJ«íSÏûÇH뵊-­d\t¾áãÌŽæôö›ç”A²,Ã0¨Š¢zý‹@ !Z0ÆcY–{ý‹1F!Q•[¡Q«@ —.®®€(Éçx€¡)›Y÷ »²›4ð÷W^}òžåF­V«Õj¤×ë9Žã8î‡O¼{Ï]ßkrú@âüÍ;ÿîØ÷s&åÌ›”¦5YY•šF¨ÉéygãNWçÿ 5E QM“R'@¸tÄh‡Ç²xë9ž)˜¾ÄjÒGŠËoÌ•ÃíÿjÛ¦'ïY®Õj5M÷úQeñ¨&6dŒàÐïæ-œUðÀÏoшuW»klnJ»+(x|æ¢ÃÅ_zv¥8õ{•§çNš;gõHÁ@ \ tz‚N·¯ìëmKV^ŸŸÓï3å [?ÿhÌÔÅcÒ~î@›Ïqœ²½ ™Í把Š`0øƒ_þã–;îö‡å¡#M~á±{ T°$Sª“!¹ã´Ehp·kÿ‹Ù8}Ò¸ —Q9©™éɰ}o±,ËKæÍ©8Tü;»¼‡JJ +=%;#åâfƸ¶¡¥¹­=䚎±Çåe3,3$O¢®`—BÚ¶§X’¤^7§Mc6ž×í­ÒÂ¥O{§¯x×gó—]›`5œã±cU-e_o›>U\Œ!ÒÕþâ#çp••Ó¯««áãÍ»Y†ž4.79!šZ%¥•é‰1«LÞ´¯&Ò´º¼¿|÷ÉŸ^§ÓéÎì¯÷€Ê…Ê` JŒÁž"G3êøšÿ9ùUJ^lK‹ËUYüõ¾XòƒÇæ-Yæio@q9 Š0ÊÄ(ìØ{pÃSëàXuÛ³ïš0&§¢²êã'×"„ö­ÿ¿/+&ŒÍ9¯VH4á±ÊbМ8í°›µ 6ÃÚÿù`ά)‘ŠAùpE¯R¦Jj𢓤‘>$ÆÙO–•oxjÝ©Zç“oœVXp2êÍÇUÕ74·½þËkY†¾é—,ž;cøqþýû ?þî.oÐãP¢úîÖÒýe YýIÒo&ë0†C%'–MKû¯Ç[õ!^,=íxýËSÙƒ—¤ƒ¬`Qå¾íñlÙ¾÷Ð[~K£ê؇ÿ²,&Ã9Å(áª4pY@! Vƒ$ŸkMgœÕX@!¤¨¸°+øã_Ó¯“ûžÝ8«7ï~ðÛ‹tæ¹7vÉ2€ŠêÚÿ¹s±I¯þóûãR#]…AE†¢(å|å®Üó!wáñ“§–äÏ!€«6«º*µ,sºÙkÖ«ª›¼‘m=¶}rAþÓoïI)¸&s™èQÂ(Ó£a&fÇÕTu]ÓŠYYáq;UÕîpMŸ<ÞhÐuvzŽœ(KIŒËËÉ;,«®ýñO¯²4¿{mOk‡oJ^¢Q¯JLŒã8á«â£A¯Ñ¨®ÎÂqy Ímî.¯,Kj•:;+µª¶áñ;®€¶}ÔÔÚ>{Zá™ˆÉøPÉÉ@0(c¬R±©I i) àìp×Ô5úüAš¦ÒS«ëÃ>4¶´'Úc>ÜqÊáÄÇÚdŒÛµõþ`ˆ¡™„8[Nf*Ï {–èõZVÛÑáV«U rõ:í2ê[óó?ßÿYäI’ûÆÖç<|ÜfµŽËóƒ·Æ˜'ÏLudœí¶wgGX*y|~‹¢TZ^™ñvkdT[7ÎÍYÆ &§¸£"#=ùÂeݹãSr¢ü‡×Ι˜Úêò}¸ýEQ3Ç%i*(ð~·gA TÁP]cKMC3”œW[ßc6Nž8v œç8~ïÁ3rÊ„1åÕuÁ`(²Ô*¨kTjrÂÆÝ4ÒâÍÓÇ&5¶{œl^¢k+ªƒ!.ìB¨—ÿ©Iñ‘ê™ O„ѨG©îÁH’ñ`VšIØÕ ƒèåJÍ2: c3iX?ÿ¹×w‚Ö/°™´.O°¡ÕmOHtÕ[*ßg:£G{âmqÛ¯ÜR4o‘Æu4X½·¬É¿¯Æwª%£ ±&ÚœxÚ)Œ›a¶žln<ðÎÓèͤø £PzÛWõÉÚܬt8|ìÔS?Zœg€G¾sæÀŠw¾,õyº6<µ®º©³­Ã7£ ùÉ×÷Þ}Í„ Ùq,C»º¯}~ô¯?_­Ó°°á©u­.ßO^Ú2kêDeè-9^ö›ïÏI²U Ýá nÚ[q¨ª^«VY´âcwÎMO0ó¢ôÑβo:ˇGþºý†… NÕ:¿zó€(JñFü»»¤Ä}A~Ç‘ºwžb(yÃSëêZ»šžic“§ßÚŸ|^IÎ(N´jöÚ¹yom9þëác§zÅvß©ÓZØðÔºÃå-/|xب¢6<µîHEëo^ÝÝ+Õá8ï=±¥Îܶæú¾Î_ü „¡áîk&†³ñÍ/N´¶»âz$ ,c·»³hÂ:X=ŠÒL¨³§>î{vc¯'#¦}]ÉË|î]¬Ÿo3iþíÀjÔº<ÁçÞØ5&/³—«Ä$IR·}Tî1ç†E«Ê–aœ~ûc¿zôîZSçÂÿÚß9oÆ”™K2•?\]š™ˆ=ÆŒTMŸ>}ïñÚͯýÏÕwÿ‘?aêQ^ö«_6=«±ÝcÒ«ßßvò{WOF³aOÅÜ´³rþùéѬ™_¬NˆKVZYFjÒ›_œøÙÍ3-Í ï%ùû×L¶4á ²“cÛ=ÿÜt¤ 3vúؤw·”ž¬s¦Æ™YVý÷G\_|ÿ  ãœÌTÅOŒÁf³ì9ÚXÓÒ‰¬[2'}a³Ä…¹kyHßüâx€uš³}ˆ8¡C’eüÞ¶´Óúë†Ã3 ’¯—/Jò§_U@z‚y瑺&‡wí₎yí‹ò±yYa·^¯ßÕé–a’{ TáŒòøÃå-×ÌËÛ´·"줟ØVnVzª^&-nÀ8G>ˆû³ËÇó3 “ÎÊF•:äòŸ®kT"¬V«¦ä%êµìÅÕG+ÛMÍX89ãƒ]ÕF5¾Y÷×ÇæŒOè”rt{|cÓlp¬ªÕè”E·éiI>¿ AñON TÁ´”ð½«'wzƒïl)W˜Þ+Ëúq¯ ɉhÏцšwD©µ]ˆ•žšÔæìè6—¨U*«ž~ð¶¢^^í=Ö8ÿJì‰}”0ší£ò9çëÏk]¶àÌBÿ/w8·«8»Ëø¹×wþüÛ bŒZèðŸ{cgfzZœÝê ðýÚG•ï€v/4<—Ï gÇÌù¡ƒ üìÉ7-jqÅÂù6 {¼¤D¬ÓËOM hò-ÕÙ³rÍ‹þìÁG#£GÀçûª®™›çÕ“Êꜧ›ÝÝ •¦þ²:×üIi¯ÿçØìñ)U­¡ød•ÒXtzý×%5!Nì=Ö€ZÕˆXçt^üà ÝjK‰ñ_¿`Ì¢©Éq¦ªÆŽc•-Þ $ɰ÷xc^N†ÅlTü”eÙÓåI´'®.ÊÑkY–¦”!?Þf (´iwÅ–#Mö‹Œ¹ú†Ö°‘«$Aœ>6!ôÙ¾ª}§ÚV¶ýuÌê™ÉÊèÞØîùxw…ͤY»¸ Ö¢…¸pÃ÷ùüjÍg_H(9Ý’×+£ÞÝZºhjÆ Ç†ïôÛš7`À‘½(M3‡+ú3ÆE\C_ç@£3ál#Ù6.­;Â_¨ýéºiPVëlqù!aîÄÔl*Y¼0ÿBd(I½âsøxCfV¶’ŸR¤Ú–qO&c‡³snÁ`ƒd¹´ÖÕo+Ì€Ï÷Wï=ÑVÙÐñüýË l°è•u2Æ4:S!S“¼Þ@¢=muQnd©í,©ÙÕ=P‰g¢ÂqüôiY}½âi ÿ•*A†'Âh¶**ð¼+Í„ê³4üÎûºòø /:c@€!È‹a®Ît2²,Ë2£4×p'Þˈj[øS}ÁêÚ¿ß“—ßpìÇèNœ*ÓkO ö¸ìtAe:^ulû«ÑM&D£V¶vŽT´LÉOül_U¤M))!aãžòo+ú麙z-ûÅÁÓñ±±‘-…ŠØSBõÙ_âp´mzjrM}Ã/ÿ¶cR^|Z¼ùŽU……9ñ½²cPz„¨°Ÿ-mŽy’–MÏÚz¨æÃe×-È_6=‹¦©HSÆ€1F û@ýû.#òx­F%uOЀŒÏô^_ =U»vq´º|ŸïßÛ+£\žÐæÕ«Šr(„”hô[¹gË´Œz숽sþì )cyÁÄä¾¥†Œl «á~ áý®qëá&óõ„ÑÛ³fåÜ;ågMŸ¬Ø,QŽta¼”ÏaUíåÊáìhok}`ý«QÛá "€£öÛ(Û›bíÖHW‘6ŒqoûhßmòêØPiž€-Z–ÃÍ[3*[»ôiéK—.ý†O¾H·´pÍR²¿ž0jõ(CSïn+;qÚq¼¦3ɪ ?a1›•žjïôOÍO ñ➣õùùc†ÚR<_~JL¼EUzÚQÝÔ9%/Á¤W 'ØLÚ%Ó2\ž× ƒ^yËd ü!AÅÒ…9ÝrªøTóÍKÆ]=7/Ä‹þoÔ뛚ZÂ>8»8W¸aèâS-7/·jvŽÇÏÍ,HeI_M t#ÊU\¬íDƒóÚ‡ÞµZ=q\wJ#“KÓôÛO-›žÅ0”ÒõÛNOP’qNŠuJNÜꢜp¸4Eõç³¢„P¿ÎQšÝ;¿X|ªyð¥3P¥:ZÕ+fe{ÜÜ´°­c œïeÉè·Ô¨J'êÑÒºu&Ë2ýzuÞü0`¾¾øðÑsÑËUccÓÃß]¤l`zî€áÛ(Û›~ÿêö°í·Iö>J£ßu6æñû*ÛW¯^•‘"%c¸Êhe,  µ`Œ32Òê*¾Ê˜°ˆ¢)~ÂèÔ£!¤1ï¯è´Ûí ûÎŒ‚&“鳯ªîX]¸ûh½Fg@½×Íàój Øç¬[˜“°´€F¨¡ÝóÚgÇbíÖv”ݾb½7L?TÖüÒ‡Gs²3Àn³n;\?%/auQîÄì¸Úw\Œ:ƒøÉ×÷Þ¼lÜú«&ð¢üÑÎSƒ.Ò‡?ôu·d¤(«ž~sß-ËÆýð[S}A~ãîòï®R ð ¶ÈäØí6»ÝÖëþÙ´J÷éW•×-£ä[¿±eÔÚ×??¶n鸻¯›²ûhÄì8%#âcûóÙrL[_çÀç÷÷ÊÆŒ´T£ÑåU §dÀçû«|’J£R*¯ºiIÁ´1Iú°øBdÜ7>ÉI‰á|ËÉÎxùß%§›Ý‹§f\¿`Lˆ—NÔ´EQC(*˜‡£þ¹éȺ¥ãnY6~롚q™±œ Ò¥7ÚúÍùHªc&“qÄkDZQhšîëÕÇ{N†sûOÖF£EhH˸ŸýL Ù\q‚Øåçà¹7vZíñÊÅë˜ôêÔK/W½ì£(!!aïÞ½~¿ÿg޻去ëÛܽÂk¬(ö×l_»bVmeybJÚ¸ J*íñÒ2žç Æä=ü«ß%Y˜=e)~Âh“¤GŽW©ØñcÂ7}>EÕé˜KfzªÏ ø®å3²–LË|à_2:«®ÏnôÒSåÇO*G!*|-‰ÒñÒ2ƒ^——›­øÙÐÔÌ…x X£Q§$' z‡ÓÕÜÒ&I’ÙdÊÎJ{(ŠâéÚz¿ß¯ÑhT*UW—'=-Åfq{<­-íÁPˆB(>>6!>.Ò‡´Ô¤ÈÝî®–Ööbh&ÆjINLE1ü€ ÇKËôz2¹<ÔŒjjnmkwPš4qü@±mkw´¶¶#Š²Æ˜Û.“Ñ“ ÅY‰R8þý:ï7Ѭ¨¬öùùyÙzNéŸ8%cy¸¯ßw!²îÜñQâÐÖîpu¸yž§(dÔÒÓRh†Réô[Á::ÜÓ Í$ËkŠrg$ÿcÓ‘#5Þ¸X{¿Y×+{*µ T£::ݵu J›ê×+„йý'ab6h6òá O¶¿jÍ ]¾Ðð]ù܉ғ,C'$$˜ÍfèêêjmmMOŒ™U˜ÿÕ©¶HW ˆòÁ/ßýïõóŒFco=ZÛÒÙ+ÔÖš£‡?´ÙbÚÚœ´à›=þu×]³éÓÍÛwíCˆEaT³Ö>FÊž@èűғoþê[…>ÞUþÅ×M©)É$O—õ ·/ËŸ=>EÍÒw`롚ÿ×gf¤ ´“@ \vè´j–¡¾üôÔ1³#—žGâîò5–í[¶úA”Aîv’ŒÃz”écÉè=¯Ÿ1Qø¿sæ‚eµG·œ(/¹ äø©„¼……K›*öëLqduЗ coûÍÇ€!ÖnKIN"Í„p‰š’üú—åü XƲŠe­11é©Êr_’9•?ÒjTKV^¿õó~lÉÊë9^ †øoÞU/µ~4!gªò§„œŽñãŸ>3gÏ1NÌ du0ãÆŽ9GË".ÉÉIÉÉI=?£Â'IƒœÕ¬_ó­uçx†Dµò›w9's~ûh$¬Ö0÷Ö'ù0@ ábárû.eWõ§GÇoÞM @ ð 0Æèì­G`ÃSë:\N †O@ Â…A±Œ656üýo;”;É@ ÂE„é÷.±@ .¨ÏqýÄ>J @¸˜=J @¸˜ùz@ ÂÅdÈöь̬ñ&Nš\8iò‹/¾”’š¦Ü_ “HÿgÌœÕë¯555‹/‰ Q–å^|q¨¡ÜpãÚ÷Þ{/ü³££#+;§««k¤R1JºÆŒ-HNIU®ŸyæÙAº‘¸edf-Yº,üóáG‰‹O(++‹"ÐÁäü…ÎÏÈt57·(×]]]‰IÉ—B¬@ †h죛7ÿ')1Q¹ž7onøá‘²ªFúßËOå§òïÆ cŒ%Izá…rÿýC bÝM7½ûÞ{k×®U~~øÑGK/6™LŠŸ.»KŽ€]»výö·O|ñÅæ¡æÛÅ —••åçç ‚°}ûŽÔÔTŒñ@>Ÿ#C“ó:?ÏJàžêqþ¼"3@ \: wýè5×~«×­Û¶-_~Õ‚…‹V¬\UZZ:"±|óÍ7gΚ½jõš·Þz»WÐOüîw¡Pèºë®_¿þöÁ{¸fÍê£G6·t[ÔÞïý›ÖÝ™œ¾©xåÕWûÛ'`Ó'Ÿ$$&¹ÝnX¾üªòòòá$íƒ>œ;wÞ¼ù n¹õV§ÓyŽ› ~¿ÿŽï~wÉÒ¥K—-{øáG¢qíkßÿغuëܹsÔ*•rÿŽï~wùò«f͹ûžó<™ÉÇeçä>ñÄï¾{ç‹—,-..î›óCuÞo&s—“›÷«_ÿzH¥yÎQ•X=òÈÿüðGw¯Z½æÀƒ¤; á¢}tÕªÕ4MÀ[o¾ù0Ƹ­­í±Ç~³qÃÇf³¹¤¤ä¾ûïߺeËPãö?//ï­7ߨ¯¯ÿÝïŸÜ±}›Ýnè¡_àÈyøáýëµ>ú†bôÒh4«V­üàýî»ïÞÊÊÊæ––… „¯ý¦bNQÑý?ù)ÆxÏž½“'OÞ³wïܹs[ÛÚòòò†jlÃ0Ƹ¾¾þÿýò—Û¶mMLHxê©§ÿß/ù—?ÿ¹ß›áônݺU§ÕmùòKE›Faç[µj庛oyøá_¼÷Þû?úÑöîýJ±þáùç- <ôÐ/Þy÷ÝÛׯŠ1öù|K—-}䑇wîÜõô3ϼ÷r~¨ÎûÍdŒ±×ë]¸pác>:Ô¤…«,Ëç­áX-Yºdñ¢EÕÕÕ7­»ùàýŠ@ .¾=7Ÿ}úIbÏ|z/öìÝÛÙÙyÇwïT~úýáûààÁùóçÙív¸ùæu‡¾>4")¿yݺúÅ}÷ÝûÞûïßpýõ‘B¤ßTäååµµ¶z<žCÅÅ>øàö;š™5kæpâpààÁ9sæ$&$À­·Þ²jõšn†™0aÂoÿí¯ýè¬Ù³–,^E :nò¤IŸ}öYUuõôéÓÂ÷ß~çO?ý”aX‡Ã¡R«z¹Òjµ3¦O€üüüÆÆÆ¾ÞÕù@U…eÙ…  §Úty<ãSÃaeggkÔêšššœœÒ)pèÑs€1ž2eò¿^}u„cɰÝ,;R~Μ9“ã¸#GŽ|øáGo¾ñú`R1sÖÌ›6™Ìæùóç=ýôÓ,ÃÌ™3ç.°ŒŒŒm[·ìÚ½û?ÿÙüòË/²iSžÜ¸öÆ»ï¾çûßÿ^øÎþýû?øàƒO6mÒjµÿüç+UÕÕ}¥›rAQH–{[.£p>P&kµÚ¾Çä^ Ú(˲,ËE€ Ф; á¢@ 4D¯¿†*sæÌÙ·oII‰²Óèĉxˆô }Æôéû÷ï…Bã/¿ø²{ßJÏ“Š]“ç…(Z{ã>ô «Õ:f̘Á¤bNQÑþðœ¢"µZm0?ýì³9sæà(€î€fΘ±wïÞ––Œñ›o½5wΜn†ãÖÒÒ²쪕+óØc'N” ‚EöÎ3çÞÿøÖ[o ßqwu%%%i4Y–?ýìÓp!D”o¤'¸WÎGá| L>gíTµó•cøaI’>üð#ŒñAÈÈÈÀ@ .0Ü>šÿ×ÿýËÿýsžçeY^qÕUãÆª'+V®RLV°k玴´´ûï¿oíMëRSRÌsßçׯ¿máÂ…öØØ ÿ{H­]{ãsÏ?ÿØc2EsæüüÁ‡æÎEE³ßz«6+3s8Ù•ššúøo»áƵ––öÇ—^èf˜ÒÒ“¿}â š¢0Æ¿}ü7 M Ò4}Ï=wGÞY´páÛo½}ëmë }rrò ý çüûï½;Tç#RU†„Éd_BBÂå˜:ŸÏçñyAîik2Mz½ž”;á¢ðõᯋ¿>(IÒ`]†™>uÆ”ÉSHÖç×£ÃQU§kO[c¬“'M£¨³Œ¯’$ ¢Èó\KksÉ‘r3h£¦Q ¦µ3)ÝÕ2•:œdøý~^àÃ?]ŽX{œÇ×ÕÔÜh6ÇPˆÂ€ƒJ¥2 Qø¿aãÇ7mì#AEQz½Þd2©Uj@HøÙ³Š–/[N*áb!Š¢Çã BII‰ý> ˲»ËÍÐL ÔjµÑ)BAúí5ºß?³ k2™.D] ñ 4M÷t,R[[›îÂèQŸÇ ü> €J£Ñ Îx’Öéîpu¸B\ …QШÕ‹Õj±&ŸÏ{²¬”f蜬\‹9†TòKŠâ¯þ侟±¬jð-ôÅ?>?y¤õ¨,z)ÆHŠƒp¥éÑáØùZZ›¦M™âB²,É X–e 0P¥V©³“Ù±]¼¿8èÚ¢{Ôßú;Cœ©—IÔ´¨Å(ÍÐ6ƒºÍ”¨½½E«Ñ"ðùÍ&“ŠU`ãP(äõxŒÆ!7Ú›6^{õuÕÕÕ@  ñGE•Je±ÄÐ4­Xkt:]l\,BˆèQÂpˆ¢ÝE)>&Æ¢×u:}¯æ Šb0°Z­¢(xº<ÑEËXñ ºWä(ÿîA§Óɲ¯0Vi4jFƒP(¬©¨°ÅÅÙã㇙ºº†Z_À7uòL•JÅó\(EXVe6›'Oš&ŠâÎÝÛôzÏsGûPý?P¼Ïn[²x™"s»í×glÝ}U¯.KÅãÇ(Þ·xáÒîTSSÍñü9žÑ¨5cÇŽùxc¹¾øöÄ1×Öß>fùI@d[á Ò£ážiŪ«•Ÿá‹Á¼,`Y–»‡&P.(hî3Ù÷¶[öѪ³ý~ÐÚîð·¿ì¬}šbÞP'þ…Ömƒãy•Z-ˆbø]àˆÿ¡îkŒ±,S4â8ÃÐõ¨F£ On*!ñ<ϲ¬N§CˆBˆ„@­Rcr@axDÑî"[DÑ´ÑdêtwÆÄœ5½Ûáî´Ùc!Q’yAˆ®¢J²Œ$Yv8Ý6ŸˆÿÙmv ay¤Z F“‰ã¹æ–ö¤¤${\E¥²Ó32}>_}csRb«R Ïp‚v¶·»].Á Šb§Ëc·[l&­NÁ@ t:¬J¥Öé\Ž$mimÆfN+âyÎíîdš¢h•J’e9 ʲ¤ÕêŠfÍ둉C.²ªêª%‹—)JW‘¡+Ýá™÷ŒÏú EM˜PøWþºh4éÑá´;„PVv.…º­ÝvRè“zì£aÙ?‚cDWËçCblÆMÞö“î–ÏÍI«IJ¸rôhøÝ™ãB½.¡GÅnñ§GãeHA'ï~Û’ù¦Ê°èL3¦´±ãNö;>î¨ù1÷ÐÐÞ 1¦PϾ(„P¤ ø¢ †»`­V‹eÅ\ BH±ƒ²,+Š¢rÝc+U N•m/*¢Õš‰/üÁ4~<©a„(ˆ¢ÝQo¼ K2¦d³É\ßPo4Ãð<%¬QkxŽÇ²¬h“(¢'Ë2`eÙf³E­=fR ²$ÔŒ$V¦7004]W[7ÐcZ­¦»ÕË8ê ¹PÈÕÖ®Óë>¿J­ÎÊ£R©Â­›eU&³%Æfoª«ã‚!•JÝÞÒj4™ÔQ-{pwu¶;Úæ-‚ ¨ÕjwWgm]­ßï …¸ø¸øÄÄd›Õ …dYÒh4 CžçE‘a˜P(xϽ÷DÞÿÓK:{/)ÿT¦³†‘$iTíÑN»C®®<}T£_0±× ;|œ•Ï&½F–}ñy×7–>gN\EºP¤G{ؾõË«Öp¾8¿%À ÌÔ÷¼„w›P(ð0êô ó•~> :ÒHþ€ëcF7ièƒ „°ŒÕ5¢ÔËv¢V«Y‹e,ËR(Äu™CG‘ža ª\(ÿ†Ÿñ–—kþò§¢;rDðÀ´pïRÃQE» £R±¢( *•ÚfµuttÄÅÅ)rutÄÇÅI’„e9F··°2±ÃéåU°»Ya°ÛíÐ3§?2z´§ÁZc,²Y>G …^6¨¡„qCm­Z­x^¥Vgääô,ÿ ¿ëV©T™¹95•UÏ«UªºêêÜ‚‚Þë„Ö‰S¥K-çy^x†aŠ¿>àõyó²s3ÒÒ=ϱÒcÇKg¤gM<<7CYÚ—÷Þù@¹¸éæBËV_£üüÏÆÀªo]¯üÜôáû£sÅÑpÚ ”““ßc¡è6’ž™´C=«$F:_ƒî‘k3Ú‹™ì·IÜKAw‰Ö2‰ô¢„+M®Xµ¦×ÅùõhÏX…± g½ "@µy^¨s£§ág¦´—zþÙÛQó‰«Õ§¼2ÔEgc@€1Ï‹ôjð¢("„d,cK’­íÖ£a1:oÞ<•Juüøñð8$ƒ_ÝrËìÕ)t—$ð’Êl%Õ‹Q´»0ƒÁçóÅÄXEQ4 n·; jµZ¿? Õh† C4Mùý¾„„Ä袧´qŒ!Önï‘£€Î>¸m׆Û,ÃÐôùÕk´c¾ÏãÁ2F x>-+ !TSS#Šbff&˲ ÂéÓ§Y–ÍÌÌLNK«.+cU*Y½]]&‹eHa¹»ÜV‹•aÇ­R©KŽFˆš_´@ùkñׇ–/]i1[@’$EŒÊ²,F¥GÃvð/·}!ŸJņ¯•7™ÙH»Îl`*ݹ½)Ä9]N°Ûìé}á⥀ch„©£êÅļoaÉÅ0ZŒ»ÇÞì¨z)mÚ+¤%\!z4Ü¡‡B¡^ç«$)Ò¤¡ü?Bd°ÊT,Ãje,€ä€EŒC€ý²Ø¥6N“À6ÔY d°Äñ¡Ööš¦MF îî1ìõ{üMÓ&ƒY–±ŒånÛíÐõh¤M´¦¦¦°°pÉ’%]]]ʇîÿI’ÞaŽw½×VÒîÊÿóËdW!:¢hw‘zÔãñ„¸Še)š²Ù­N‡+1)Ñív'%'q<‡(äõyÕ5MS8Úùz v8]g´K À%YjhlT6øŸuÔЗnw/Cïõ‰hÜŸåDÑcuutD\À@âÞb³²jÌ ¼ßﯨ¬ÈÍÍ€ÊÊÊP(d00`V­²Ø¬îÎND!¿Ïo4›‡”¨¶¶ÖÌÌ,I)ŠvºœN§s^Ñ||f¡TÐïóaYÂÝ+Ÿ”NK!ª"ë^ú÷¿ý32òŸüìþÌÔîóhøù=ûôó½ÆÒîΣG „<Çþ»~—»è‰ÇM1VY–Ý.gé/ÙðÜ‹‹_û—)ÖŽ1ŒTÆÝ%ÎêCmS_‘¹RVR{lÆ-Í'¯­?t‡=û'ÄJJ¸ôh˜Û¶¬X¹&ąƒԣÝJ)£Tϲ$0J8S4ŒJƒÅú€{[Ðõ¹Î¶Bkž‚(­ Ð,ú¢2I(c‡«Ýjµ± ët9"ÿ΋|bb’Ïçéò¸µ}Ô¯ý½æëÇñãǧM›Æó¼,Ëuo½íùüÝÙßÎîø¨­Òåˆâ‘»~x䮀!7wòßþjžDºÂ`‰¢ÝEÛÖÞn·ÛEQÔh´4C;KŒE9ëB„@ ýaøÝ¶O„bcc#µQþU„£,Ë111æ³UZt‡@õ;rc€?sÊïó"„DAÐêõÊ”KfffUUU(ª¨¨Žã4MFF†+ÁÐárÑ4í÷y‡š¨–¶–É“§ò®$ŠòRVMý饗pw÷ÒWþö¿`4è{´‚>³ù¤Ý ­Ý!ûîúQá·ï;»È{üx{A>BÈtªláÿ÷ÉÝ»¶­¿ýº/6ÀF&,{Z?wV>'ñޏìÅ™“^–…Z„$V²Ø\¸j£«þ£¦#ß§³=ç¿L +ÉŽ{• GW¬\ÓëâüzT[ VÎ^¹ÑH„©¬ùš®úgºÿ®ÖÅk 6OÓŸÚ+œ˜ÒÇäo¦mF¨{g(Ç‚„øw—[ù«Åb±˜-!.$É2,I…¨¨_L#çëõzý´iÓJJJ222Ü'Oß{ï¢[SÜ;ÈLÍzè¬S«:Ë<%<°`ëVRÛƒ$Šv ˲6«ÕårÅÆÆÒ4m4Ýn·N§xcÜÙÙ™ßësQèQÈét"¤´l¯¼|*íK–eA8Žþ!PýëÑ p攲°A’eV«x˲lNNNee¥²”P­Vçää°,Û}~œN'KCÓ@`¨‰êòx† ü*•º¾¡~ÁÜ‘µYí×]sýÖ(%†Úë§ÂÙ³ù¤Ý ¨tëÖØ´´1“&óO<Ñàt|uÍJ  è‹íÙ™Yco^׺{OÉæÏ']µr81 tj,¾CkI‹Íœb°ŽÇRGÈóÃhXu÷Ú‰+—'L±Ö”·üî’öê·[?˜2ý5]Ì4Ò¯.K=^¥ä}½.ίG»çë{º ",'€,}«5/Ÿ’kv€>.që®Ó“¦þH3 }u”,J²$‹ÏPlgG§^ω:Ao%I–$–a¼>O0ðû*V#KƲ$‰Ñ-Êœ¯Ÿ]’€¦¨îðzvFìzˆ‘`©,»‘Ü€UúŒ£å+œíV_Œ1Æf³cl0Î6A%YbhQðûü’(Y-6†aÕj5…¨¨'LÂb4==Ýï÷?~œeYÀHŸ›;ýO*cYù×fàÌ©¡§ÖhU T*E±ªºŠã8%±ÇUVUædç(Gh%ÍÐÏ{R³*Žç”%¼½Áív ýËŽç:PWWg·ÙgÍœ­lršŽ‘å>zî½ÿÌñO÷Þï_üÓ³Ï?«üüÙO~6:×¾§Ý!„œ®CLŒoJáÞ«W®¹n­%ÆJQÔ¼?Þôï÷¯™4ѨÝáÎBŠ1¦L»¹ä{͇¬Éã öÅH|ƒ(¸@–ü KÄ$êËÒt6ÿÛQ½…ùS¦¿CÄ(áÒçóW¥·ëé¡1iwƒÄfµ{SGgA[ÇîïÞ±à_¯#;Öß6î–›§«CàâbãQÄG¢&2į0įuí8ýRÙî_™ÿÈ5±Ú13¥[¾¯³/IžöÆ\g–@¸tò|ýÞÝ;¯Z¹Æçó†/až‘¡Ç2J!ªG™ž9XÙãߦ“ÄáÚG^0›ÍÊdzø[mÐó¡å_I’ººº¢¾ áýõʘIJ¬Çëñz½>ŸO»àû÷ÒåVw['Òv;©p„舢Ý)t¸\­Öh4¶µµÉ’€âããN'Ï…<©ii--ÍÏ#Š2:½Þåp$¥¤ŒHW¢Ö¨Ífs(¤vºœˆDŽã"‚¯WlŸs€3§¢Î`2a@@ÑtS]]f^nzzzd†ÉÎÎV~6ÕÕõt2`º}45%µäè‘ÖÖf“Éäó{V,[±ïÀ¾7}4n츤äY]ÌJÏœS4¯¾¡ZZšÍ&Kt&m%þ·ßöîØõsü|çöïF>< ·4EÝîjùþ“¾{甂q´Zµá£÷Ɠׯ/œ]„vîiõ•ô_ü|³Uc.LšüÏæ#ßsÖ~“RòÒZV·W¿¡³/IšüÒ‹.;.À|½,ž±">k‚"O Àpf.MÎ|=`Œ± ʦƒ` øu:½V§€^?QˆúÌEŒ*V‡ÃÑÖÞ6eÊ”Ø8»Á¨çy^—ž¦¾çî=[¶ÒAõìG&Õ‹QÏ:ÛÛµZ]kkëøI“T*Õ¡}ûËRBR’Ëგ(N›;|Øj³;£Õ£ý DåÅ3.6î‡@E×Èû®ùä™SCÙÙYUeeµ& ÖTV%¥¥©ÕŠÕõD8Žo®¯ƒM‡BÁ¼¡œIaúÔé_|ùŸ›ÖÞ[Z›g͘=6¿ ¬¢ì“Ï>±X,I‰‰ëo¹Ýd25µ4†B!–UmØøñšUWGJ¥Ba,cÜ-‡0†ž1òµ¢×r „˪H»—/ÛöìóI;v$-X0îšk'dd0 ƒ;:Ðç›·mkâùW_#Üw"S‹)ýÇíGo³¥¯¤EHÛÑx8®ðmI’» éK —¿ Ï×{=½.ίGE©Ï—Ñd(€°îqÏ¢³n=í§´•A‰‚ ø’’’›šš¼Þîcê“ZZ[´:åëÏ–åîiQAÓ´Z­öx<_þ:55妛nLKOS«5<Ïñ<'ˆB(Ööƒ/¿{·‘Fˆ‚(Ú]Xº!À4¢Ž ƒ4M‹’Ȱ,CÓFš¢=n·V«¥€A±¯Ì˲€€Óéèï(À²Í÷Ð1–1ȑٸpÁi4šØ¸8—éR«ž«©(±Ùtz½F§€P ðû;].„ESÏÇÅÇk4šèò0!>!1!ñÝ÷ß]³z,ËÕ51Û”I“gÏœ%I²(Š^o×±%:­N£Ñ¾ÿþ{3¦ÎHOM‹",žç“’’†¤N”Ù¤ÑÖ‰Eßîº_YÐŒ7ÿïÀ­·§ÖÖÄΚjø1`o§Óù¯W›xnÉÆ ¸¿A6ºAO™ñãyž‡ L'»Êc’ïöwÅt2¨Tªð„!éQ —± 7”¯öìºjå¯×¾ÜÈÔmœˆX:Š{ÞÅÑ™@z‚% G{L°Œ±Œ± ŠŠsÞÀªT©i©aÓˆ(JáÝ‚(JXŽÚ@JÓ´,Ë%%%Zú–ÛnЉ±jÔY–C¡`O'.vyºä8ò˜0ª‰®Ý€Ùãëòè †òSe,ËM¦P0d‹“1¶ÚíîŽN½ÑØÜÐÀ ¢Ñ`à9ÞbµŽT]•dYiÅöƒ%VŽ"À0€<ô M’$Q4{ pá‚3Ûlœ t:]Z­†Q©ü>Ÿ×ë•% Ð4¢YV„@ hµÇÄÆŠ’DÓtt™6kfQÉÑ’×_mÕê56«Ýëéjooå^1n14c±Õ××oÛ¾5/7oÚ´é8ª^Ëçó555)_KÆ ¥pÂ7išŽe“vwN"¿q›ã–oÛrtóæâ£Ç.B(.6.ín¸öZÀн}B=‡6D'FA…¸@  8íº¶ê7-‰K[«w…´·tttèt:­V§Õj†!’”pyëÑ0C¿!!!éø‰c'² TVUÄÚb¥¨út^!$Bx8q8>ŸO–ÃkPx$A9žUÄN‹ó"Š"B¨¹¹‰C‹–ÌÓjµ*•s|¨{Ù–dÙãñ³(a˜D=oh¶XÚ[Zf“Íf•e™ q` >5l±±í--€±N¯7Ò´(Š]]“Í*;”¶0ð09¨C †ö¶)Ë<Ïëô†®ÎN—Ói Õhõ#ÆX’eŒ±Þh%ÙÛÙB«biŠB…z^åyc9&Ön²Ä(â j=Êq\zz–ñ¿?úГ›““š’c±r¡?àw:]ûlø“'MNMImnnÑê´:­vH:&--­¡¡>99!ÔKt†SÝïÆ¦›Í&Šbt+VGI»s¹:hšE!!.)|sÑÍ·û‡¦i—«#))1Ú¶¦ØGEQxžÂdÖû’³fcÐãY§P‚ Š¢,KòÈ­ .ží阼ž®^çn$.§S¯ÑmÞüù›o¿!‰â™Žî¬nïÌ„P¬=6-%­½­m¨3JÀ‡BC{[›(Jœµ$IfSäYkˆ¦i寢 ´¶´PˆâC!Õ ;YA<oCSmVn:˲ŠÍ€8z+nc¿ßI/@Cjw‘hµÚä´´Öæ&žçiD±juRj*CQ M#„ÆNœXwú´·«K$†¦cì6µZ`dædÕ*UÙ©S}"žõS§Õ), !µJeµÚ,fK¯YŽÎΰ4-b¬Ój«b}^¯Àq!ATŽ;¥E³¬F§3˜Mz^£QÓÅ0Lt(IÏq|(c±,œ·¨¥µµ¼¬|÷î=`€BË0µ&!>¡ ¯@«Ñ„‚A@SH)ÍÁ+àIã'}uà«]{v IP¥×é ÆŒ£)jô¼`GÕîpfzÖ /=§lä 4Mg¦gF½l P1 £bYY£A Èôc'!Æ=i2Z4V£Q«T M+;7ˆ‰„pëÑ(+/BV›-???++{h‘`h{l,¢¨¡†«R«eŒÀíîª(¯D@¬ÉdR>,†eo½ù–>úw÷IçÍË—.'MŸp±@e‹±YEQTf]•Ê”FÍ0Lv^ž(ŠŠ½Ÿ¦iezDjlBBâyÂD¢(–¢ 7I«H`ù\ICˆaY†eUjµÉl–ãã[Txõ‘²£1²ˆ:÷(š6jFÇqúPÈl±dee ¢(KÝ–-åÛÄ,èT*•J¥ÑhÔjµbÌ| –˜˜ó¶¶¶1 =È~Y–}>ŸÝn·Ûí0BÕãJÅjµfCnjJÚPG.ë0–Ê Š¢4Z-«RéôzI’¤Ø%¶ÑFŠB Ã(ÓôJE%ÅG¸¼õhÔ¯S,ä$'GÓ5GõÎ2 k0À˜ü¼!9”àÖ¬Z½fÕê á30âÐEGž%yv…dhš‰´®\uEßlӠλ"hÁ)[¤¨s˜!G(-,ð cÐë/\÷¢×é²³2£ŒéÍΉZ¥JJHøæó–BˆêÕÁDŠp%êÑá äŒ @ Â0õ(y¥"@ \L=JŒü@ „o2·N @ z”@ 0Z`ý(™¯'@ |#û(@ ábÒ¿}´ºº’d @ aÄ[0~Pz´ïs„oŒ±Àó/('ŒŠ¢–=ó…kŒ%I–% ã/„ES4Í\@? 0DŽT´|¸ãT}«ûÊKMQÉq¦Žœ—H z4@ÔÀ%$FƒÁ@Scã‰ãÇœNgÔbÔjµN˜P˜7f¬,K€±( M¥¥Ç;;:£Žf³yìØ‚ôŒt†U]? 0D—7ÿó“£EÓ'.^`£)ú K$Ë­í®l:rË"ïÜ)y¤¸‰%|C¼ÐØÐðuñÁqã'NœŒ¢ZÙ‹ øÅÅ &czzfÀïoll<üõ¡…‹—ddfÓt4– µ5Õ»vìÀXÎÌÊ@#î'ÍzH CãÃåS Ç[blˆW^Mæ˜)…ã?+®$z”èQÂ7¨G®´ôøø‰…z½Žaè¨?»j²˜&O›¶ßÞÜÜ<ŸW,=qbÑ¢¥Y9¹QGŒeÙܼ1Qû¾Ú“”œÌ²ìˆû©c }Ÿiok­¬(÷tu]¬¡(Ê`4ææåÀÅ IÈ•T£-—r¢.ß WbÞæt›hñ¥+xdÔbÚ]ž½»w^‘MþŠtâ∽üeÜáêÐNÐ24ÍÒ EG?ùb6˜\N¢(ŒÁív§ge ?zéé›?ÿLE†aGÜÏ~Åhé‰ãS§Ï°Ûc‡“Ã*Ir:‡‹J’4}Öì‹’+©8F[/åD]¾®ÄœÚ½µµ¶T–e¸¢¡O(œtE6ù+}Ð)€ÁKR¢G/)I*#„(DQˆŠþ(.š‚p…1¦izøÊ2,+˲Œñò³•åecƨÕj¯×sKD­Vç-¨,/»è1! ¹’Šc´¥ñRNÔå›ájµš¡áñ{V\áç…ßòÐ?®à&E:c+Ëˈ½ŒÁ=|3Á•W”}úÙ¦Õ«®ÎÏ3R~î?°¯øÐÁéÓfÌš9;:¼^¯Åb¹¾Ë`¶XÀð…ˆ+#!WLqŒ¶4^ʉº|3œ0=\Á°ÔèúFÏ•4èx½ÞÁ?Oôè¥'FáŒåy¾¢º¢±©I„þ*Ë&'%ççä©TÑìR¯¨(ß¾cÛÍ7ݲñ“P^^þˆ¤¢øÐÁŸÜ÷³ÿø‡¨õ(ƺ$Bè›|= %Å1ÚÒx)'êòÍp†ê6`\ÙÃ"3Êôè6è=zYKR×Ųʊٳ‹nJË8Çóuõµûö}5¡`ܹ4nu¢¢¢|ûÎmß¹ý­V÷ÛïxíõaŒ)IÏÝZ¦O›ñâÿ0}ÚŒá´(|)½÷ã+Åqe$›Ð™ÆK9Q—c†34tåk5†F£¡ÉÂ^.=šš–~`ÿ¾„„„_|ég?ûé…ˆGRRrssSäE/dY¾p¡_Jb‡m¤ÐÜÒ˜’’êpµ‰bÿgy0 “’’ÚÜÒ8~lÁ ‹Q–Uyô`ßÇ¢K¦<úÄÙ(Lò6q?þøoC¡Ð5×\{Ë-·À–-[/Y:wÞüe˯:QZ Çefeÿö‰'æ/X0wÞü¥¥wÝõÃé3f~ëºëƒÁ ßï¿ýÛßY¸pÑ¢E‹|è…²fÍÕÐ÷á^¡‡ñûý­­¼L_‰0>K’ÀØÜñãÇLRþ›;+}óÄK…\é›cs'ŒÍá´*òOååe‘bô“O?IKËøäÓOš[YVõÛïØ¾s[yyîÃ@~655¾þækï¼ûVMÍi厲~´øÐAågõ骾ò··ß}³©©ñÜ~çHêë2³r^yåÕ$éO/ÿ9ü3/,ýF& þö·OÌ›¿`ÎÜùK—-ÿÇ?_Á—µµµ+W­|B ÆŸ>cÖ¬ÙE³f-X°hÄãóÍGÁ¸ñ³fÏ)š3oæ¬ÙO>õ4¾Ì(«×\þù«_?š‘™]^^>œ\íU:%Qáê÷òŸÿ2Û¾ l¨\ËËË׬]wúdºžžÞ‚Ø8%ëårî»@hÐa4!ÔŢˮÛ--»|3qâÌÙsúGF–þSº|é’/_.?˜”¤­­u»¨hæÌÙ'ÒËz¾ººFÒçäßÏ0¤#¢FS©”òò§“¾ýÆÐÐc,ë½K—.««©¥§¥’ûÆøå«W²¦)ÒDît(™Aoo/Yá²:¨ncïààq1ãš1ýXjêø˜˜‚‚©«{ UFrvÞ¼yÑàŒéÓ FRRòÈÃI?øûùùúúüýøñØq1³Î¿yû¶y‡ß®ÛÙl¶l`ˆûÊsE3X]]íãí=oîœ3g2¡›££C‡‚z¹¹º¹¸8E„‡³ÙlÙ˜'}ncÓ}ÚÔOŸ>C†Š"•š=TTDÁ}ZoÛ³çí¢"n]›ÍWææå%%'_8^]]ý÷­[KJJÈ´• B$¢R(!@€0ÎÍÍ•ÛRœéJf½ âÉMRŠaŒ ÂÅÙ9åàAÉÊÎ;äç_¸xñäÉ“ëÖ­»•%;5rŸ?*{à’»Ûè=fÜŒéÓ(Jêñãú÷—Ü_ÄAR^^Þà`UŽH˜G¹rdŒªì,¤Úg2εiÓFýUÙ%]!‰ì¥ŽØrCZ޾EòQ:N†,ƒÁðõñ™;wÞ­[·ìíí ‚¸s÷n½yá³gÏÚ¶mæëëkÝÝF(’Ô˜]²eÞ•+æff¦¦¦­f}”\#E2×ë5Úh¾¾¶åÙÕm!BP‡²žpsχèdá¾(^æ´Ži]†É“ùÿÈ ÎÌʬ©®éÓ»_WKKŒqá­S§Ìذi­“£“U7+~9;[ †ôé«$¼$eZXté| ùÀÈ#;˜šOžôÆM럟ß?2røÈ(>ŸÏçóÙlvÏ=ø|~Gsóò§år•UF(aLHU*‚Åby{{ñù|k++‹Î ôõù|¾M÷¥õnMI9”™yžÎ ¿yý†4M®ÎW <ÜÝ455ù|~dDÄ›…*B’|`_ûÈCºtéÒ¢ÅKŽN‰D¹9¹••ï&}7™lS]SÃçóe=/ð1þ A `óù|‘HÔÒÓA²w÷®öíÛWUUcooçéá!ë½®]-W¬\¹xÉRg''o>Ÿ/×4EšÈ%3˜›ƒe…Ëê ºt:ÝÆÆæôé3ýýw6c@ øF(#9;ššš.ÎN§NŸññöÊÎÉýeÞ\>ŸO§Ó]]]ø|¾©‰ “É,yôèî»Ík”dø¥Ÿ8!’a#çŠfÁ`š7Z·;¶=xøðæÍ”C‡“’L> ó<Åbùúøðùüž¶=׬[§D¥f:¼‰ã“ƒªMO)S\»f††Æ»wïvïÙÓµkWS5u5iééÖÖÖdÂ(‰¦¤DEÌÏÏ…-:?|T"·¥P(Z|çÎÂ…‹hT*FxùòeJ’QE%G·Œ_ߪîýxµ^òC^¯×ÐÐ|š»Á*dþ½“ °¨!DW×EÑYm&ºÏz±Œj1T~’ûñþc“±£ÇJÞžboç°~ãZ{òßÎ:wîÔ¹þ;rð'wnYu³‰D‰‰‰Ñ£GwèÐqê”iÛvl:e“É*+{’¸o_¿~VݬtŠlæÊår333¯\ÉOؽ!TUÅÉÍÍוê(Uóñ›üÿ äMNVR(ˆ °Šk'Vݺ>¸ÿ€ËåŠ/ˆWd‡`2d%•Je²˜â²@ P¾õú¤Ÿ8™´?‘ÍfHJ~üä‰"1F´•nêjÂõzÒÕ¥ee,ëÝ»*CCCcÛž=7m\/ãÒO:J>ÆYÀçKJnÑé´BKKËÕÕ%/ï ƒÁõž©©é±#G®^½šuá⮄Ýö'*0MŽ&ܸ!w:”Ì \á²:4ÈÆˆð°™³çŒŠ)öžäzOC•‘šǭ߸éõë×Á½‚Øl6ÇÃAy§P D·„Qâz¹!6²q®È.6‹ÕtݺZZvµ´8 ¿‡—Ï“þ‘{´a2dJ¡¡¢H¥fòyøHFóÄĽqq ÝÜÜ1ÆêmÚŒ×+00qoâ€545:˜š’ƒ0ÖÒÒ*..ööö©­«Û½k'JUÒòÏ?ÿܼysm]]ÂÎ4*UÙú(BãÆsvq500È<›AVîݳû‡)?ðx|‚ ÂBCm{ö,**š¿ –F£bŒWÆÇÓi4Ys=ïIêÀ¥èž~òdMm¥eò Ù QýˆÔ¸½L®¤ô‡r7‘ߺÅ÷'Ô«¿Šûï§®sÄnÊ^ßÌùhYé?daÉâÅK/&ËRëÿýYöòòòòò"ËÓ¦Ný°8§øNPñ3GÉBp¯^²%G#û §ÿz:JÞ@*™Š¯×c‘PÃØ!Dj mBneûî}UOÚè™k;bLÈßiVòä{G{GÔÀ§KÈÊ´¶î."ˆ]»bÆŽ33ë4}êOB¡°´ôqžÝa¡áÖÖÝúô Y[ÎËttpømËfòßcÇR§¥ÏžùóÊU«?~ܱcGò»šš¹>'þ΃1vttˆ_¹òÅ‹Gssu¤®/«¢Œ¥¥¥ƒ£CÜÂſ̛ӦM‡säè±>}z×?–NÉV‡chØžÅb‘yþ| E:;:ØoÞò™_º|Yê”Ùˆ|tÙòø À@w÷Ysæ¤$'¹ºº,[¾¢¸øŽMw‚ >,±²êæêâ,åy--­ººÚªª*--­¼¼+¤žT*µ¥§CÒŠÚÚÚ7n4P®÷^¾|©­­èææê$ åš&W•¦ãÓ”+\V¹?DP´/»¹¹ŽÚO<ô'¿Æm 2R³cggWý¾:!a÷¶­~`+"ˆ'OEF„ß,,…fffêmÚ4³Qá'70þ6òâ¼ÞlœnåååoÞ¾µ³µEÝ»!ÔVWW6æ©Tªl¨¨TÍ*t*BЬOÕÔÔâãWÄǯ¬»žvë7®µëi×°gŒ)–iÛ£§H(HÜ·wÔÈQ¶=z6úÑeð¾P0¤ÕOÇecEEÅ÷?ühllÜ·Oo¹Ë?­{âþ“ï ¥}r¾h­Ðið¾ÐÆeø¿Ø~ié(ÆS>æ¥æ&&ÞÏ»’+~¸RwÞóºÓ‹Ì‡¶1tDòŽ~Ñû²?Ê®'cÇÅHÁ=gJ"ÒÎÖŽ\ÂÄ ¼TI{{;s³ŽºººMÙ C ýœ;zXrt&ƒ‘›} òÑ/¡†<Ôù? Þ_ß(š}ÿ…|ô«LH?þG£Ñ;šuìhÖQ¢[ݳ‹sv5³O UËœ°™IabEë£Í‘õÉÔÑÑiâ ‚!‚Q ›²ó7 µþlÖG¿ ý‚ ªI©7£Ožl@|¾Túñqú ¥ººšÚä7‰"Q‹Ê„| #5䣠[ÃÎßÔ¯!Uø~&8@> ´P2Ji«×–Çã±Ù¬&þâQ(éµkG…‚´µµ_¾xÞÞШ‰ê½|ùBGG‡J¡´„LÈGÁ8RC> º0;_ÀL0˜={Ú]ÍÏïÞÝšÍf“ïHh(4:]$ÝêÅçó©4šu÷îW¯º¹{´Ó7 6êË4Aàׯ^^+(èiÛ“Ád¶„L¹mîÝ)þrfç‹R i5ÓñµÙø%õu8ÇýÎ_Ã.ßZM>s2]\¦R©šZÚ]»uk§oùè— ‹ÅêÚÍZCSóꕼ7oÞúY:•JÕÓkÔË¢KMM F777'DDaá N§Ñ2uttzÚö044d±Õ(J³Ë”Û&jL D€rÞsªZ·p.h5pkkŸ<ù»øöíž¶¶z2))ä£_!27ïdiÙ•¢ø®J„|>¿¦¦æÃ3˜-,LLMDB!ÑØõ*…Â`2Éd´…d~ÇYà+O¸¿*Ú¶Ó·îÑãáƒ*æ£'ÓRÁkÀg#,r8Z7,KSK‹#ï;†ÂõÑ¿Ù^à8à3Й›N€VùòI¹wú)ÌG›÷·]lôÌC8(Ÿ~”‹Œ`>€úóQ¢YóÑîh©AîKþ@›Áé@ýùh3¦£Úè¶Q›g–žïOiÕÞ®B¶àw Þ|´ÙÒ.Ôæöh ÝŽö“ŸåïºN¬¿$ÊÞÖØ,°q…åf[£ðºÊcz&ýÛá6®P¥cìH›ïúˆÿ s5^ÝÓ@›¥¼—SÝ©–ßöµ0×W îTï(a¿ú3Mªï¨hŒøªiÁûG5Ñã.ÔÝ&”óì§bás*®¤Pø§£›+Pp‰hì{Ô©^!úÚ¬ï¸4*ÅÒX£²šO ¬\1w+½}Ÿ¼ªâ±´ôkO¥S©‚ø´†Bñ·5¸pûEcrùOûn;óˆ€ì  ¡9•¢ MYñbàwÔØö'‹ºžA«uŒœuWé,}Ì¿£ß1Ô!$Ñ¥+€=Þ²€ß)Y6»ùè­ƒ….Ƹ«‰æ_Ϫ…"Œ0°5èçlD¶éÐN}J¸¥äª¾6kˆ·Ù7}-¾ ±w5ÆÓ¨”¸¨¡.Æcƒ:ÙwÒØñLj®?†wt3Á÷u4dШßôµôÉbêèÀŽSÂ-h5Ü׌Fýàn¦šS#»NìúcDW=M¦TßoC>¬æÚwÖùi@·éý» îÔ†E#uXÕ³¯£á¨€ŽS#ºšé«Ã²hË­ …Â5k×:9»´Ó703ï82*ª²²²ébŸVThiëôîÓWI½¢2Bhíºuk×­S.êóSZZª¥­Ó/4ô¿¢0Ð*i‘ûGiuuÛ[ ¥P™\N– –ÁT3R™!ïAà¶¼Û´5U»wÊàí€ËDb-6‘+§èÉ» }ºœùã©“…îåâ— 50Æ÷_Oíouæ Ý»éåß{-V5ýjy7­WVó;¶×èí`øážíA9çÄSŽm'¾€Xü>BˆÉ bŒOÿQánÕnëé©¡çüSË!„zvp´h[ð൶:cˆ·Ùï§¾ªâѨ•"ÛcÜV“áf².õ~U­ £Q¸›IÒ¥'cƒz·¬êÉ–&šÁ†;2AðµãÇOH=~¼S§N3¦O‰DgΜyõê•®®n §¥©9}Ú43s3åõk×®C͘>]I——ÿœÂ@«AÉúhã?9¢mÏ*éOŠÎT¿.¢«YSfÞ+^í?¼º§Z{*Üó"ïÉ­ÃÏ+é9¢í5„‰\!!ž€({UÓÃ\G_›ýäE ©Õû:áßϪ{˜ë°´®¦š…UJõúPÀ,‹ü°œƒ1*]×±}›0W3m‘Ku‘ü8[ê}ÖuR?K #M6ƨ³‘æ_ÏÞ¿|Çà E˜' ¤ú’åŽ*ªßÕ0FÞXi’[BâñóŒÑó·\] fSÜÛÊ>ÍË7R×ÓÓ»x!kÞ¼¹óçÿš——Û©S'@àããkdl¢ÛV¯{w›M›6‹—ý<<=GFEé´wsw¿]T„’Û˜„ÇãMüæ[ƒö†âÆœ÷ï×­_Ÿ’rHJÉz;{‡Ãáp´´uì줺¤Ÿ8ááé©×N¿‹e×… QUU5løpC#ã¶zízô´=–*ý¾´ŒŒ _?ÿvú&¦V­^JKOw÷ðÐk§oÑÅrÞ/¿ðù|±uÑÑc Ú:9»Ü»wŸìþÛo¿›wìÔŲ뤤F(¬úXõÊÖGùQ£…¾A3ø ¦¼ 6Õ;µÿþ½ƒuŸ6:úüº'Ì6ï^Þ.»{â_÷ï‡rQ B!‘ ¼Žêœ]ô’/aŒB‚/].zæj¢Æ¤ýùweuàÓ4úCP„1æ D˜À|!ÁˆBÏÞÔ®8t§›‰–MGm¿žëRïS©Yc-Œ4,t×§Þç ß:l¾@$%[ÊöýÐ h&}ÐAø±/_@m¢{[ÌæöÇ „üýüÚ¶mKÖP(ƒ! lcÓ ˆø•«~ùõWÿ²ÍÝ»÷&NœØ§wŸ§N7.æÆ×)Š¢Æ………þ~~“¿ûníºudcU´Z¿"zÌX„Ж-›554$7ýùçŸÑÑc¼½¼R.Ê<~ÍÚµzzzjêjgÎdÌ™=ÛÃÃýÁƒl[²Ëí¢¢#£ÔÕÕýå-m-‘HtëÖ­1cƶoo°jÕÊÓ§ÏlÞ¼…É`Nüf"BèλC‡µ´´\µzõªU«vΙ;×ÀÀ`Ö¬™Ço¨Â ëÈÑ£J €zòÑ¦ßØW& (Юûϱt*ä½¥Ð^–Þ>t±våK‘ 9ˆ²þaŒ”qÎ>û£ä ©yýýïgïÙLZ½áï§Èêùñ¶DLJwDi·aÖr…·þ~û ¼jÉ{ ‰DˆJA"‰ß9©1©•Õ|ž@DAȶ³îó·uã‡åœþ¦úÚ¬—ï¸t…J¥ðÒ}1Æ*Þð젥Ψªá»[é=,/¥ƒä_à³ÁãñJ•lݺõ]UŸÏGݽsÇÛÇ!dÓ½{̸q¡mÛ¶ß¹SVVÖ¶m[E»uë¶paBèô™3÷ïß/++£ÒhõŽÞ§Oƒ“Ê5BWï¿rê¢÷ôu­\Í?¦£Òù¨‰žZ¤G‚Àˆ‚Žäþ#¡¼»/ç ïÁ©¬O½GJ¸[úÎݺݤЮ<¨ò=LkßUó’.>ß§ …‚DÞ•ñèŸ+Õcü†Ã=šûÏ”ˆn¡7Þ¾¬¿åä£òÑ&ñ¬¢âþ½;ï*+B•ÜäììL¦toß¾%W4 ‚‰D»v%$&9cúô 7&&î ?,Qóø|©‚’ÆÞA(ŠÜ. !4yòw£¢F‘5êêj;vQ ¾¬|´\èYÉm¯Vr§ŠkX.ôTuqTzZ¬ÉáVo8¼?¾†UƯû÷îö°sh£®®®¡A§ÓÉõEIvíÚÙÓ¶gròÁõ6¨««{{{éëë;öüùóÛ·ïȾœÝ£‡Mii©¸½ƒƒÃÓ§éééVVV;¶oC)o\þô©dc™6mê¢E‹§üøcŸ>}Ö¯_'®·³³KLÜ¿"þÛo'1 ›ƒR©ÔäƒÉÿýX$uëÚuéÒ%’¢ìlm÷ïÛ·bÅŠÅK–°X¬éÓ§ÙÙÙíÙ³{ùòå?ÿ @> ÿ]¬¬­­¬­;u¶Ðk§O–—/_ÁårM;˜}™ ±zÍÙz}ƒöJ¶6/äXr _b}vïvrv îݧYÄ6.0>ƒs4ï²>‘ìþ%?@ëäþ½{÷ïÝKHØeccC–çÎóy† …rËõg«ådgN+ÙÚ¼c}iHúP¬a®„䤙çζî0nмËúäó„ ä£Ð`–.]æååmkg_PP@Ödffúúù»{xKµ?{ö¬§§—§§—··Ï£G^¼xaÓ£'¹éáǾ~þ!.—kbÚaî¼yC†KMM—OŸ9#+œË囘ÆÅ-Œ5ÊËË›T#náB.—Û/4tÈÐa’£÷ é'»U®LÓf‹-öôôr÷ð(*.Ž?ÁÁÑ)<<¢®®N,mûޱ±q¡ãiiÚ:º•••!_?ÿ{÷î‹ÇRÎȨ(_?G§ñ&òx<±9?Ïœ3>¨Wp~þUE•Š\-W¦¤¥¼1{Μ’G%“¾›·PR7…ËΩ¢ÀP.YÉÖz§£‰Q‘’’âìâêêæ>pÐàW¯^)ò‰l÷†?ä£Ðüp8;;»¼¼Ü¸¸ØeË–#„ž?þëüùéiǯæç¯Y½jÒ·“$ÛWT<›üý{÷î¹r%ïÂ…,cccE’ß¿ß+(èð¡”ððpqÙÕÅE®ðêêê¾}ûØ¿ɒŤq±±l6ûô©S‡¥È —ܪHa‡ãââråJÞ°aÃ"#ûÇÅ.(¼yCCS#5õ¸XޝÏåìl„PNvŽ““SNnnUUÕóçÏ­­­Ttà–Í›³/_*¼yCKS3)9ùÿæôé°kë￟0A$É­T¤¹\™bF„‡Ké¿b…©i‡=»ââbÅ•ª —;§²Q¯då[•L‡¢.*FÅ?ÿü3{ÎÜô´´kWfÏ™«È'RÝüŸ:¸øÚ`³Ù¡¡ýBînî‹/Aegg¿}[92*êCNPS#Ù>''ÛÇÛÛÒÒ!Äd2™Læû÷ïåJf2™ReEÂÕÔÔÜÝÝBVVÖ¥ee 2A‘L6›Ò!äàà`eÕÍÌÌ !äèèXZV*îkeeõüù3‡SPPðË/¿deeÑit/OOÕGß¿ÿ@Zz:ƒAùò“Å$+ i¯¥¥%›Íþ믿ÌÌÌd+oݺ%Ws¹2%ýÙ·È —S.—+õJnôt41*òóó}}|ŒBÑÑ£ƒzµPð@> -“ɤP(!JBcìì씜”¤¢*•Š1&Ë|@òdOJ–,+Î`0>J£j¨Ž"™Læ‡LŽF£±XlqY(øäVOÏc©©ÚÚÚþþþK—.¥3è>¾>*—wåàÁƒçÏgª©©mÛ¶­¤äÕn‚ ‚ R©!ÁGŸÈVÊÕ\‘LI6Ú-Š„«õ:¼ÑÓÑQñy‚ %€ëõ€|}ýòò®’)Ôí¢"É­>>¾9¹¹%%%!W[[«««[[[ûîÝ;„Ð…¬ MþÉ·C:]2™S²Uu™rññõY¹r•¯š[SK3=ý„Ÿ¯¯Š}«ªªLLMÕÔÔ0Æéé'Äõ"‘èСáüü«BÀÂÂBn¥\ÍÉl–y”+\vN›2‰˜Ž&F…§§gvNNEÅ3„Pbâ>_ÅÓ§<¨šKͬ222ܳ;aÊ”y|>A¡¡ýl{öo566Ú²yÓèèh‚Àtmß¾D ‹ 懅…[XX5E¸ãÆuus70Ð?›‘¡|«ê2å¤ >>S§NóóõCùxû<~œH¦ª˜¸/qà Áš¦LÅõZZZÅwŠ}|ýêêêvíÚE£Ñl¥\o(’Ù,ó(W¸ìœš˜˜4z4ÅÍfffñ+–‡…‡#„ÌÍÍ·oÛªd,q÷´ãÇ›¨ @ A144ÌËË«©©Ù±õ·[~ûæ5BèdZjtÌDððHLØ9@ªòÌÉô¨11ï9U²íSò j«§®ûràr¹],»–KÜ¥ª¨hõ¨©«'%î0x¨ì&§êRÖù°„ÐÓò²Û·‡EÐÔÔ„ëõÀ¿ ä£46›-»*·  ÈG@Œ¾A{Õ±zÍšÆõm"RCKA¾ ²¥]ÔÒö*²BV²Ð¢Ó‘°{·“³Kpï>r§ q·²¶& †FÆ>>ÿNÓÏ3giiëܽ{¯Y‚á?T@Îß«ÿþÎ8súßú«BÖÏdM‹NG®„䤙çζÜÜ»w!$²²²È8}æ`øšƒ ÈG Å©©©åííãããûóÏ3ÉÊÌÌL_?w€À ¢âb©.r·ž={ÖÓÓËÓÓËÛÛçÑ£Gq r¹Ü~¡¡C†Cõ éG6KIIqvquus8hð«W¯B\.רÄ4.naÔ¨Q^^Þ’c‘+O‹-öôôr÷ð(*.Ž?ÁÁÑ)<<¢®®!42*Ê×ÏßÁÑiü„‰<!$5´”b¤Ø¥K—yyyÛÚÙ‹‡“5J®gÄÈŽ«Y5d%®øy欘˜ñA½‚óó¯*kî¼yþ.®nâ–b?‹!kMGC­–¾Ùsæ”<*™ôÝ丸…âfRéèpIôÛé‹ËÇ?xð BèܹL?__‹…zñâ…MO}øð¡¯Ÿ¿\åe5ùœAмÀóG™–{þhêñã§NÞ¹c;y:oÓ¦ÍóçÏ#û÷?›‘¡££sóæÍ)S~ÌËËEé´õò…Ü­Ï||}3Μ¶´´äóùB¡Édšv0{þ¬âCzaÐþÕËÿüóŸÀ•¼ÞÞ–––!&“Éd2…B¡ìXùùù¾>>ÆÆF¡èèÑA½>ì“jjîîî!++ëÒ²2©^l6;$¤/BÈÁÁÁʪ™÷8::––•"„öï?–žÎ`Ð_¾|Åd1¥úÊ*ÆårÙlvhh?„»›ûâÅK%ëI”[¯Š$0ŒÀÀ@„¥¥%›Íþ믿ºví*·%N}r‡«wh%øùùMŸ6mLôq®®nmmí»wïB².( æz5i¹ hv`}hµ-ˆ¥Qiãøøx:ndd¸gw”)?òø|‚ BCûÙöì)n/w«±±Ñ–Í›FGG¦Óhûö%ZXXŒ7ÖÕÍÝÀ@ÿlFÙ×ÌÌ,~Åò°ðp„¹¹ùöm[›¨|PP`â¾Äƒkjh˜v0×K-¥˜‰‰‰¬¹FÉz¦Þq!ëE´´´ŠïûøúÕÕÕíÚµ‹F£)iùçíÛ›·üVWW·sçN¦\Ùéh¨Õ š>ñpiÇ«èp%Òh4ÚÔ©?J¥¼ Ì ·°°026RÌr ÿ |åè´—*('a÷n'g—àÞ}BVÖÖMôóC¾C²é~P‚ V¯YÓÒrê5ªu úÜ‘…&:_2Ô €/ˆ„] ÉI2Ïmeveœ9Ýb ‚X½zÍ¿%§…Œúò玬i¢ó[k¨ù(ü›ŒŒŠòõówpt?a"Ç«·}JJг‹««›ûÀAƒ_½z…š=gNÉ£’IßMŽ‹[ˆÒo§/ÕåìÙ³žž^žž^ÞÞ>=’+DÌ‹/lz|xåÇ}ýüÑÇ5°E‹{zz¹{xÇŒŸààèQWWÇårMLãâFååå]PP Wóí;vÄÆÆ!„ާ¥iëèVVV"„|ýüïÝ»O6Xºt™——·­½XBß~RB233}ýüÝ=<ƒŠŠ‹%7)RCÖØ¸… ¹\n¿ÐÐ!C‡IvWb£Ü™’’#ëg%F)ÒvÏÞ½öŽÁ½û,\¸ÈËË»Þh‘+gÕêտΟOv¹~ý:9‰JâA‘ØŸgΊ‰Ô+8?ÿªòp;ož@ ‹«›¸¥ìÜ‘5’NS®g½¡ù(4[6oξ|©ðæ -MͤädåÿùçŸÙs榧¥]+¸êèà0{Î\„PüЦ¦öìNˆ‹‹EåädKv©¨x6ùûöîÝsåJÞ… YÆÆÆr…Ô ‡Ãqqq¹r%oذa‘‘ýãbÞ¼¡¡©‘šz!T]]Ý·oŸû÷/Y²xÙ²år%øúø\ÎÎFådç899åäæVUU=þÜÚÚŠ”ogg———«HÂóçÏ??=íøÕüü5«WMúv’TY5äËf³OŸ:uøPŠê6ÊΔ¤Y?×k”\m—/_~ñBVæ¹³uÜ:£EVÎØ1cŽ9ÂçóB»ÆÇÄ(‰ebûôNHصõ÷߯O˜ ‰µäp8övv—.^زySLL ÙR’NS¢§*¡ð9÷3­™ýû¤¥§3ô—/_1YLåóóó}}|ŒBÑÑ£ƒzÕ+?''ÛÇÛÛÒÒ!Äd2™Lf#„ „ØlvHH_„ƒƒƒ•U7333„££ciY)BHMMÍÝÝ!dee]ZV&W‚••ÕóçÏ8NAAÁ/¿ü’••E§Ñ½<=ÅòCCû!„ÜÝÜ/^"WBvvöÛ·•#£¢>$L55R dÕh±ÊmT>S²~ær¹Ê’«­ŸŸ¿®®.Bhø°a9Ù9ªD‹¬}}}//ïô'‚{õÊʺ°Vâ~MY=‰e0!KKK6›ý×_uíÚUnK:>xð`„««+ëcKU‚J‰ž‹RÈG Áäå]9xðàùó™jjjÛ¶m+)yô¯«D¥R1Æd™/ñæq2qAÑh4‹-. B2wùØB„"ážžÇRSµµµýýý—.]JgÐ}|}Äò) BˆF£*’€1vvvJNJR$_E5¡ÄÆÆÍ”r£ª­"äÊùfâ„E‹¿zù*"<\]]½b ‚ ‚J¥¢ïŽo‰pU]O€ùü.Z+UUU&¦¦jjjãôôõ¶÷ôôÌÎÉ©¨x†JLÜçëë[oßœÜÜ’’„Ç«­­U.DWW·¶¶öÝ»w¡ YšbÝï¿o½yóæ'Êøú¬\¹ÊÇ×GM­©¥™ž~ÂOÄøúúåå]),,$³¥ÛEEóùjuD¶Ý¸™’”#ëçFxÌÝÝýÒ¥KäµSRš-nnngý†õ1Áåê©H¬H$:tè0B(?ÿªP °°°PÔR(9r!TPPÀçñ,,,”-0|ê|Ez6"ÔZXZ-AA‰û¬©¡aÚÁ´Þöfffñ+–‡…‡#„ÌÍÍ·oÛZocc£-›7ŽŽ&L§ÑöíK´°°P"„N§/X0?,,ÜÂÂÂÈØ¨)Ö%%%ÙÚÚ~’PúøL:ÍÏ×!äãíóøq¢òÜE ##Ã=»¦Lù‘ÇçÚ϶gÏÆylܸ±®nîúg32š2S’r¤ülbbÒPuìØqöìY¾~þzzzîl5µ¦DKTÔÈ£ÇRmlº+Ebµ´´ŠïûøúÕÕÕíÚµ‹F£)iùçíÛ›·üVWW·sçN¦\1)çËÕ³¡ТP óòòjjjvlýmã–ßß¾y:™–3¼|v„Eª°> @> @> ­ ‚ V|8ù¾Ê†J°²¶& †FÆ>>ÿ&ÎÏ3giiëܽ{¯š4Ñærˆ,sQ³°{·“³Kpï>’>o(úí!æ €//]½¦’ï‚YYYäë…>&ÍeH³;¤ÙòÑ] ÉI2Ï… €|Zq r¹Ü~¡¡C†~xØÍҥ˼¼¼míì >üÎ#33Ó×ÏßÝÃ# 0¨¨¸XJ‚~;}qyøðáD;—éçëËb±B/^¼°éñá!>ôõóGÕÔÔŒŒŠòööñññýùç™r5Aq¹\cÓ¸¸…Q£Fyyy‹UJIIqvquus8hð«W¯”t7í`¶hÑbOO/w¢ââ˜ñÂÃ#êêêB#£¢|ýüÆO˜Èãñdåœ={ÖÓÓËÓÓËÛÛçÑ£GŠ\$FV \V­^ýëüùd—ëׯ“>#kÝì9sJ•Lúnr\ÜB)Ÿ“Èê)+DŒÜQî+E@> MÎGccÙlöéS§JAq8;;»¼¼Ü¸¸ØeË–#„ž?þëüùéiǯæç¯Y½jÒ·“¤$ääd‹Ëá'O""99yĈáJÆ=—™©®Þ&77'''{áÂ8YMÄTWW÷íÛçÀþýK–,&UúçŸfÏ™›ž–v­àª£ƒÃì9s•tçp8...W®ä 6,2²\ì‚›7445RS#„¶lÞœ}ùRáÍZššIÉÉRr**žMþþ‡½{÷\¹’wáB–±±±\I"+P® cÇŒ9räŸÏGíJH/ñf ¹ÖůXajÚaÏ¸X)Ÿ#„dõ”+¤^”ûJÖ àsÏ{¾Ølvhh?„»›ûâÅKBÙÙÙoßVŽŒŠúZÕÔ(é®®®îèè˜~âDÉ£777%-ííìæÏ_0wÞ>ÆÆF¡èèÑA½”[Ò!äàà`eÕ¼…ÀÑѱ´¬!´ÿ´ôtƒþòå+&‹)›jûx{[ZZ"„˜L&“Éär¹².’D®@Yôõõ½¼¼ÓOœîÕ++ëÂZ‰;Vd"=!¤^_ÉZ@> Í“ɤP(!JBcìì씜”¤¢„ÇŌŸ0iÒ·â*•Š1&Ëü/ ïÔ©Sþ•¼‹—.:}jý† ç3Ï)È`0>Ê¡*5Ô"²@£ÑX,¶¸,óò®Ç)\´bÆëêæn` Ÿvü¸ìV##Ã=»¦Lù‘ÇçÚ϶gO%Òh4ÚÔ©?J¥¼ Ì ·°°026"+‹‹‹ÄÆÒ¨4Œq||<™Š59›‘¡d33³øËÃÂÃBæææÛ·m•2Dyw1AA‰û¬©¡aÚÁTÖ!g32¶lÞ4::š 0FÛ·/ÑÄĤ5òè±T›îªX§cc#)=-,,”‘;#ã§ŸgnÞ¼ÉÇÛö#€–†bhh˜——WSS³cëo·üþöÍk„ÐÉ´Ô蘉àà3˜°#,r€T噓éQcbÞsªdÛ§9äÔVO\÷%3v츾Æ W|m¨©«'%î0x¨ì&§êRÖù°„ÐÓò²Û·‡EÐÔÔ„ëõ4'¥¥¥.®nï«« ÞT®×М˜™™]¿ð¬ä£ä£ù(ù(@> @> ­ x_(ÐjIO= N¾" ’[/ 1nƱ( J£Òh ä£PQcbÀ @«çÀÞ¹õ¿¬´¬èöŸoß¾mÆdTGGǦ‡mÇN ä£P?|>œ|…E²Ҳë× z››w¤ÑhÍ#V(xòäÉå 0!ìlÙ…Nk†”òQ µÓ¬W(à¿!"ŠnÿØ«W§ÎÍ(–NgtébIEèJ^®I3zÈG þt#„ªªë2® iLŸ÷ì­ýtDþ¤ cŒ1®««‹[0ÏÝÉÖÕ¡‡Ÿ—ëöß·à¦ÁåÖu³è [ßÑÄ@nA$mX·ZÉIûý½Ý"úõ.¸š?t`Dã„4‚ÿ;M|"ÿûñc``àéé%þ÷§?µi£q÷ÎÙ–r?„H´jå*7Z·®ÎÈȸ¡2Û¶Õ“*(ÿìÚ¹ËÞÞ!(0è wÚ—ìófù¨>ðOëü@> _øêˆx‰” ð¤‰ãÞ¾ysöBnþ·¦æñyd}>H,\òs4íYo%k„BѦõkT‘¼{×öm»SOdXYu[¼\RšêB”|Ö¬\±zårÙz±ÓÄ KrrVŒBwïÞÅóùüÌóçÍÍÌTOyE"ѪU«šž:×+G®òõ¦ã ê»s×®”ƒÉçÏg~áNû’}Þ,¨>Ð*iâ¹2áôïïSÜ&%{Ÿ’púä£ÐRù(Æøîâ‚ü+ËW®kÓ¦ ÆXGG÷»ï§bŒ'ŒÕ¯w€¯§ó”Éy<.ƘËåZwé0Þ¬ï' ¾VOÊ‘mI _¸`^XßÀ7qËA‘¡R§g²fÅÒ…\.wÈ€°1£†m\¿zÉÂùäÖ\ï×;@|d‰?÷¯G%3~ünÈ€°ÁýCcçÏ•”&)c|!+³_ï€^þžá!AwŠ‹>èoi¶pÁ<²,kW¯X»zźÕñkW­P’O(<£#4|ø°¤ädŒñÙ³gýü|™,ÆøùóçÝ»ÛMb¤§———·÷ŒŸ~ÂÇÆÆÕq¹}Cú é”}é¢e«°ŒÎõ ÉËË®¬|ûML4YY[[Cöb0˜¤þRlX³rýšøIßOýyö<„К•ËׯY‰šöÓìùS]]ÝÑÑ1ýĉ’G%nnnJZÚÛÙÍŸ¿`î¼y^ž^ÁÁ½”´d³Ù!!}BVVÝÌÌÌBŽŽŽ¥e¥¡ýû¤¥§3ô—/_1YL©¾99Ù>ÞÞ–––!&“Éd2¹\.›Í í‡rws_¼x‰Tå¥ÈÏÏ÷õñ166BEG êÕˆ l §©©©¹»»#„¬¬¬KËʪê—àsYôõõ½¼¼ÓOœîÕ++ëÂÚ5kšw"‚‰ê¸BN5˜A> Í Ÿÿáéƒ<¿K×n÷îs8ïY,–¸ÁõkWN9xô[MmÿÞ]ÿþ‹Çãóx|L\.—F£#„Ÿ/ÈÍÉ–ÛaÄãñɼaŒø|ÇGóxäПDÿkïÞã¬*ëý?û67.rd%}¦ˆ ^DÐÀ ¢ˆiÞÐ4µcš]ÎïWyùUGéX甥f*j¥x9ešÔÔR¼ŠçØI03Êc $šÌ0̾¬õûcÃ8gnŽ0ÀfæýöòZ¬YûÙÏzÖ‚ýáù®µv!‡°iMøôé³®ù÷«ÿ¾rå'§“J¥×çuŠMesù(n³‘\.?j¿OüèæŸ4¾°Ø«ŠŠŠl¶ùcНÿá÷®ÿÁ¿_tÉW.úâ?ç Qá’¯|5•Nÿð{ß-ä }ñŸ› Z«¿Ü¸2—;iæÌ >wÁyç—Ífã8Îår…B¡xqd¡XðÍf³C† ™ÿôSóç?óÐC]óƒk}ä‘|>ß²Ù\.WVVV\GQYfãrˆC>—Ÿ?þ]wßýØ£TVVι喥K—f³Ù¦íäó…(Šš¶Yl0—Ë…¢¨P(šþtÁ‚-Ü4ìÿkaãäA“ö³¹ÜÿÚ,—k9DÛlÐ2™Lqe¡/îc«]-Ù1ouBŸùÌÙ³g{åÊ•Ç{L:nl§StÃRá‡äÑ(ÚÐ[S—ã8*¶ýƒ)Ôëéú¿ 7Ý31ò€1c¿qé?×Õ® q´öýÕ·Üxýº5ï<¸¢¢<Ž ?6/Äqˆ£G…Bá¡ûâè?-ÌçrÆ k{Ëü¼ï qôò¾˜Ë6 6,ÄQñ[.¤’ÉB>—-®ÜÿÔ®[{ËM?úôignܬñ߯ÆQã{µläàƒÇ-zqÁâ?¼â(*äÿ¸ä•M[ÆÍŒ£Ç]òå‹.ùrÓ•}áK]ò•¶ïX½>Äñ„ ã/¾øâ3N?}cu;Ľ{÷^_W·zõê8ŽŸzê©âkW¬X‘ÉdŽ=ö˜«®ºò•Wçr¹bv/²6.] ”°C‡øý÷× ²KEEEE?üpˆ?xÈs±C÷ÜóÏ/alhh¨««ky-lÓ÷jµÁvêõ|ÐsÏ=·bÅŠ8ŽçÎ;aÂø¦CѲj¶=mãr«]Ý!ƼéòØ1cÖ®]{Ýuן}ÖY{ @½>„pË˽ðžÏ¿sìywŒùìí}{–×mÈ­­­_W—­*ÏìwÆÍ£N¿ißÓn}Æ7Ü»Èü(tÚ_ ‹wŽÿÚ¯ùÞÕÓ>2ŽãÊʪSN=cÜø‰¿ø»?{öé=zôãęÇï>xÐàbX¼xÉ¿\ye*•Šãxö쫊 ³Î}jÏž=† ©ÙtÕehÚÎ~pÍgÎ97Ž¢T:}Û­· 2¤y³Mv¤­›nÖtûššš«®ºrƉ3CC‡ýÑõ×múiëÛaÐ6ý¿­®–昷º «§œò«9rd§àÖy˜>aDEY±²¢ðêﮩmhȦŒQ^–ŠCˆã°ný†ßûÂ…'ÝÚýI 4èù矯««›sã ×þèÇïýãÝÂÃÜ?ëœó-¶Ûo›3íøÍV>úðƒ§ŸuκµkZnÿ½?Ÿ8éˆúõûЖ¼ÿ—§ŸuΪ·ÿB¸õ¡ßO?üãïUCCÃÄC>±ð¿¶Å3/¾rÉ…“&9íøKäˆ<øô’s]\þó믘ëú(_ÚX-ߪV¼µüŸÎ›µË]:fz•â µúK6c ùH–-[vÚégìºë®Ç?} GÒ€|>W¼ò»©D"þÏ×Wõí]•H„B"$6d ë³ù噪Št"‘!$‰l>ŸLÄÙlÃÖGévî[õÆòw‡×ôKv8’vC…(þëòwíÔÓPt­¿ 7”ç»Ï9Ç|pÛ˜³o«®*«¨¨(¯È¬­­ûý4þ(‘HȣР¿ CãGÕ<û‡·ûÝkæJÚ‘H„AýzºïÆ?z†lÏâ¸tœAs  Ä>›ÏFQEQ>Ÿÿà+c Q&“.¯(+/ÏÄQT___L¢‰D"N'“Édrë>‘I¥[äÑ•™£ÚÍh|¤A «ü¡ÞmTHg2™ò²òÂêÕ«‹4NWVV–••¯(•GA´€ÍJ£-î (*¢(*¬_¿>™ Ù€>=6lȦRɺººªªª8©ÔVù¶zy”îåçwÝaèÞy´ùÔL± _œøÌår¹\nÚAƒ®¿õÁB!J¥’Ó”Éd*++3™L*•J§ÓÛàRy”®ìäÓÎ4tywþì¶vih–GCH%“ÉL&N§3étE³ŽúøI‡íEQ2™¬ªêQݳgUee*•*^Bš(¦Zy€Í·~éZcÔ¬ªªJ§Óù|Ÿ8Ž‹S§eee©Tªñ&÷×°…q´Í@Y  Å/%nšS·ÍcžäQ€îH?ün¤Æ¹Ò¦/Ú–}”GºpÝ5#tM‰Db}]mb+<Í>Ž ø|y k†ÑÞ}ú¼½jÕÎ;ïÜé¿óÎ;}ûöM$:'’&-€®'•Lí³Ï¨,XµjUEq'‰¢hÕªU ,¹×^™òL§tÕü(@WÌ£éÔn»‹¢ÂËÿõÒš÷×DQÔ)Í&“ɾ}ûŽÞôàÁ»TUVÊ£´)“)ûØž«Ùu×|.׉w5%ÉLy¦ª²2„Îù^{y ËJ§2é™ï¤ëGGG@@€mÅýõ]SÇÙlC.—묇%“ÉL¦¬¬¬<Ñ9{’Gºh]__÷þ{ï¿õÖ²uk×vbíѳGMÍК]‡vVÌ•Gº l6»ú«ß|㯣öß§~ý“Éd'5ÛðÞ»ÿX²ä•žÕ½úmhGh-8æ²+V,5zÿþ …|>ß)Í&“©þ~<ìû§×þ8x—!ò(­‹£¨®¶v§~ý ù|'~YhQßúÖ®[ÛYs®ò(@×EQ"™*äsÞr2•îÄ{¤äQ€.,=9ÚéäQ€®HK< Ð¥ÓhÉÏú~&¶'ó£]V¬^ÀvN¤îg`»ÒR'tá4j~€óöªwÞ^õn¼)ª6ýö¦âr⇃íøgc"Ý4!‡8'¸ ú#t]­]?:pà€t´­_²—GºYFݤý͛ȣlnô ­äÎB¡EQhwî³C“Éd*•ÚÚL:NÝ1ª¶;?oçè›èÒ©³E²L$Éd²ƒõz×ÐɶÍU¡§^Àöd~ ËjõûBKùQäQº½gç?UUÕ£é°åâ6ÚÉäQºš©GOk¶liÎK&××Õm¥ ›LvZŒtý(%aýúºf À–H$“=zö¬«­­êÑù…Çõuu=«{ªß ¹ÙÑ¢¨×@ç*Ë”ÕÔìºtéëõuuøp§D"Ô×Õ-]úúˆ‘{årÙNiÓü(%A½:WyyyÍ®C{V÷úÓk¯Ö®[×is™ÉdÏêêQûí?hðàκ@¥$¨×@§‹¢¨ÿ€ƒwùd'^ëYl6—Ëvâ•©ò(%áÙùOM=zÚúõuÅ"ÛÐmh(ñNº~”’ ^Ý–ùQJ‚z=t[æG) î¯y¶'õzè¶Ôë) êõÐm™¥$¨×€< Û“z=t[êõ”õzè¶ÌRÔë@…íI½º-õzJ‚z=t[æG) êõ Âö¤^Ý–z=%A½º-ó£”õzGa{R¯€nK½ž’ ^Ý–ùQJ‚z=È£°=©×@·¥^OIP¯€nËü(%A½äQØžÔë ÛR¯§$¨×@·e~”’ ^ò(lOêõÐm©×SÔë Û2?JIP¯y¶'õzè¶Ôë) êõÐm™¥$¨×€< Û“z=t[êõ”õzè¶ÌRÔë@…íI½º-õzJ‚z=t[æG) êõ Âö¤^Ý–z=%A½º-ó£”õzGa{R¯€nK½ž’ ^Ý–ùQäQäQGG@@yyäQäQGG@@yyäQäQGG@@yyäQäQäQGG@@yyäQäQGG@@yyäQäQGG@@yyäQäQäQGG@@yyäQäQGG@@yyäQäQGG@@yyäQäQGGG@@yyäQäQGG@@yyäQäQGG@@yyäQäQGGG@@yyäQäQGG@@yyäQäQGG@@yyäQäQGG@@@yyäQäQGG@@yyäQäQGG@@yyäQäQGG@@@yyäQäQGG@ +Jº°;v›Ay¶é3f(}êõȣȣ ‡²ÉdEe…q€”J¥r¹\2ùѦ<ʦWï>õõõ™²L"™0PRa4)ûûŠ·zõîó‘^èþzv0#÷Úû¥Ž=ø N§ÀP*r¹Ü[ËÞ|iÑ‹£G Ò• Þe—¿ü_k׬‰¢È€@‰H&“½z÷=ú€A» –Géú‘´˜J€®d ò(ò(È£t=q' y”çïIÉäúõuƺŒ¨P(~ÄË£ìzõêý·ÿycÆú(ŽìÐâ8Îçóëëëëjk{õêÝrÏ{¢í9bÄâ?üa¯}öéÕ«—Ñ€Z±L_W[ûÊÿ÷¾£F}„昅 _˜qâÌŽì×–ìB)ÛŒƒ»'@£7ÞxcâÄÃ;wKèFyô¼óοô²K_ZôâØ1c¯øߨ–]œ7oÞÈ‘#låé©™L椙3ç̹¥­×žpÂñO<þ몪ª-‰,ß¿æšÆ_>üðC;Jÿóù|«ëo¹å–Ÿýô'>òÈÇ?¾÷·g_µµwá#õm³5m°ã7;¸@éæÑ¥K—®Y³æ“GB8óÌ3æÍ›×ô§ »ÿØU³g6qâø ‡-^²äüó/{àA'Ì8±¾¾>„ðä“¿™|Ä‘ã'öÉ)S/YR|ɰÝv¿òÊ«fuöĉ‡¿øâ¢ªU«Fïÿ‰b›þóŸ'qdqyîÜ;O˜qB¡®®îÌYg~ø¤I“&ÿ߯~­1±Í;·­žrðÁ;ï¼s[?=sÖY“8rì]pÁç²ÙâÊÇŸxâ°‰›8ñðÃ'ýå/¹òÊ«6lØ0}úñ§žzZaڴ㊛ýü¿8øqãò)§¼ûî»míÔÖëñí¾úµ¯ŸwÞùS:záŠ+wÛ}øåW\qê©§=öØc-;yée—ýyéÒÏ_tñôéÇwÜôK/»¼Y³-ÖæíB˱mÖ·VߨQ³£Ðê¹Ñ´Á_=ð@û·ztšÜ¢ïÿšo|ã›Åå—^z©ñuÒÌg^~ùå‹^|¡gÏž<ðÀÛo¿ýo~ó¾_ÞûܳÏ|÷;WþÂÏ_R[[;eÊ”ÛöÓo}ë›Wç;í¼û‚… ÷=ºøÞ£ªêé§Ÿzê©ß~ãÿ]QüéÀó…Â[o½µ;íðÛß<¹èŪ««ï¹çžÂÊ•+/¾ø ·Ýzë3óç?þø¯|Å—WTT<øàwß}Wã ß|óo—]vùý÷ýòwÏ?7zôèK/½¬Úzý¯­­òÉOΙsó®¿î‚Ï}®P(„Ö­[7yÒä»ï¾kß}Gµìä·gÏ®©©¹eΜ|àꫯnÖ`[k3v¡åØ6íÛØ±c[}£¢–G¡­hlð¸iÓ>´ñ–G§Õƒ;kÖ™¿¼ï¾l6BøÉOö™³Ïnù¾m-÷úÍ7ÿvÕìÙ=öè¯{tÍš5íŒs«[@wÐ9Ï{*//?jêÔÂþ£G1bèÐ]CŸØÿeË–?óì³ï½÷Þ¬Yg·¬««+.TVVtÐ!„‘#G.[¶¬ÈU(ŠëQûúæ·¾yùWŒ;ä#Žü`ÖjàÀ+W®2ä#_Øw×Ýw?ôÐÙtzÕ;—…ž}î¹ñãÝc=Beeeeee­_xaáøñ‡sÒ§Ÿ1eêÔ¶vj«ö?“ÉLštxa=ö(//ÿë_ÿ:tèв²²âʶ:ÙŽVÖæíB˱-i±omE-B[×§66Ø‘Æ;xÊõïßÿÐqãž7ïˆÉ“ûÛßþÛw¿Óñ å^¿ðÂÂÃ'Nìß¿á´ÓN]´hQ[=luKG7ª©©Y¾|yãÜUUUUŸ>}šåÑâB*•*¯Ø¸œL%sù\ÇpÀÜ;no™¥6n–LÆQ´q!Ž‹+³Ù\c˹\.ŽãD"±ûn»=3þüùóyôÑk¯»þ±G)nÓа¡¼¢â£îùï,øùüü±Ç­¬¬œ3ç–?/]ºå£Ùr§¶^ÿCQEQ”L&CùüÆ«¨¨H$›×ÿVÖfìB[cÛØ·¶Îж´zn4ÛÙm¼åÑi˹çž{ÕìÙï¬zç¸iÓ:~ñn[{Þô¾ mõ°å–Ðe<ùëGO˜yrmíºV>è;òú=öØ£ººú‰'Ÿ !ÜqÇÜcŽ9¦ãï}Ø„ ,øýï_ÌO¯,nóû©úôéÓx%ÀSO?Õ˜!vÛm·ÿyóÍb.++›6mÚ·gÏ~å•WŠ3—…BaÅŠ•{î±Gᦛn~ùå—;رµkÖ 2¤²²2Žã‡~¸¸rÂøñÏ=÷üÒ¥KC ÙìúõëÓét!—Ë5}íÁòÜsϯ\¹2„0÷ι‡M˜ÐNBÝJý/¾öÞ{ï !,\øB.—>|øæu²ýƒõ‘v¡±íøYÑò(´znlù)×êÁ !xàØuk×^{Ýug·V¬okl[Ýëƒ:xÁ‚ß544„ÿõãíô°Õ- Ë8aæÉm~"w°‰9snþÂÅ_øú×/6lØM7ÝØñ÷4hÐ-snþâ¿ÔÍFQtÌÑGï»Ï>m…ƒË.»ô„f ÿØð¦— {Ì1O?ýôîgŸ½xÉ’o}ë_RÉdâý×oÃÄ¢E/3¦¢¢"„pÏ=÷ì;jߦm~ùË_yü‰'êëëŸ4yï½÷¾÷?oüѤɓï˜{çɧœÒ³gϦWÇ^{íÏþÌ9Q¥Ó©Ÿþä'Ç?ë¬Yã?pà€y›BÆÐ¡»Îž}Õñ'Ì! 6ôÇ7ÜÐÎl¥þ‡zõêµäÕW'M>¢¾¾þæ›oJ¥RM¯.øHlÿ`u|ÚÛŽŸ­…VÏ-<åB-nÑ©§žzÿ¯îß{ï½Z}U«cÛê^6ôK_üÒŒOܵf×Þ›ª ­ö°Õ- Ëhuf´(1hР矾®®nÎ7\û£¿÷wK­÷Ë—/?ÿ‚ ùß7õ7úüEú”“'L˜°víÚ3gõÀ¯îï&ýohh¹×Þoüõ/¥³ ]é÷̹ŸýìÔ©SOþÔ§üñ[¢±L߬^ÿÖòesn¾yÚñ3ª««w€ïgª©©9çœsÚzûèýö+&¡^½z•`íýïø.t ûÛ²CÆZ[[{âŒþ€-ÔX¦o§^¿ÌÐÅì`ó£ìXžüõ£={V·ºÐ’< @'kY¦ï„ûë ƒï[j¹ÐR2„H$6û êPÔN™¾Õz}1…nüÚy€-ÔN™¾Õz}2™L$é8Ž“Édñ;'`³µS¦oý›B‹ŠßK.°¥ÓéT*•Œ¢(™L¦R)#À6Σét:Çq*•jÌ£o-_fhØÊÊÊÒétºP(¤R©t:BøÂçÿɸ°Íòh&“ITWW¿ñÆÙl6›Í644444—óù|>Ÿ¢(Š¢â=ø°yŠ7,%“Éb‰¾¬¬¬¬¬¬¼¼¼¼¼<EQ±j_”H$R©T&“Éçó…B¡FåQ¶0#i±2ŸN§3›üöɉ: endstream endobj 519 0 obj << /D [517 0 R /XYZ 56.693 815.761 null] >> endobj 377 0 obj << /D [517 0 R /XYZ 56.693 427.01 null] >> endobj 520 0 obj << /D [517 0 R /XYZ 56.693 407.14 null] >> endobj 521 0 obj << /D [517 0 R /XYZ 56.693 249.566 null] >> endobj 516 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F64 307 0 R >> /XObject << /Im15 507 0 R /Im9 463 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 525 0 obj << /Length 1326 /Filter /FlateDecode >> stream xÚWIsÛ6¾ëWðVi&„±\:ÓC⤴ãvR«‡ŽDÁ&\.Qüïû°Š”¥Ä©&€oûÞûÞ#Ž#ý¶x³^\ýÊqT "¥i´~ˆRŠÒ,Ê C,‹ÖÛènù§U}üºTÛô«˜r¼¼n›{ŒéãØ ½k7׫/Û¶Z}\ÿòcBPÁ¹óO/»ŸVœ/€ÑŒÂÜ H”ƒ)Ó$EaQÌQ‘9‡—²|yeI¢ß[¼[/>/(‰xŠÒ‚EYAPŠiTÖ‹»8Ú˜‚’"æfq‚e)¬«èvña]0^úôIJPrx†QN ­òhŽþo6Æ(ãv7Ïåþèê}MÒèm |¸¨#öJ≃ZF'¨Ñ$G$ƒ ðåYaƒ¶ÞIêJõƒ]µöY‹F<Ê­ýQŠ½Ø¨J Jö&®Þˆ“Ô (ËÊQžäVÅm¥> +…ПW1#ØÈöOð`3xHs„S+÷µ}»‘+Ê—‡QOÞ·h›Ê­6Îá^V²¼ ;Ù¹}åÜW.ÊåbÓº QuRl´­ÔÞx1Â]çÍÑw«Av:ÅQ(† +[Sgò.ùšòå+·Y©ò“]þõ‡Ûk;gk;n*O®øš|le¯:ïL×Zm©3v‚Ũ žP¼ÄÕ=¹tsŒ—ï›­*Å ]`; Ê:¯VÍãuO9sÀ>k1”;ùjž¢÷4cs¿!(8•ج_>]’Z¶`½¦. ¡(á‰ÎF@ŒX¯¯¿Í›9áM¿ùqK;±U.[6+Š—ã0x#Ô©1½¨åW{²m8y¡l»Nö{‚æñlbNæÜèõ¹é#i2¡+Æ ¢À…ØÚþVúf3ã´Ôp»s9ö™R šÁh×q<3'9d t•jœõZöGþr{e²¶‡)r}À/\À¾ Ö÷Âã‰ô罚cÀ¨޹·eí&ÉPÁ˜½ù&ÐÜà h[Œ•î1M^‚ã±»xDe½·Ä…lGX.¨¥ðİÙaáõ„ª¥ƒDЙýEÿÛ}hŸ³MrxÚÇèdÀ^f`·a`†Sv#€ÜòÖ&Ÿñ†Ž²^³ôxžQØ”KÝØóïŠ@ÚQG¢°=‹‘<ŒÝ¶±Ð«§vìì áTë݃ÒÄ¢W¶×™óý^ŠÎîê¾få8åõÝ öfôÃ\nf—sÛ¹¤7P7o'v§ËÐHhkwõVªÞkÑœaŒ¦Ó{æêtüs=¼èМL5ìflò¨,ÔÀ4²ñ9ªÐÅ©iU 9ú2ÈùKSŸ)§axYFàÜÁ÷î«8²Cô àœ# sžM.“˜óírìCqõò¢C´ÈQ’=sˆ½`Œ=ÃNf^ Ncï]›± w¬œPâ=”u?ï7[Õï+ñHñ8Z@b0h5¥/âÒã74Ç´“QIö¯‚'ݱ8æã›éü€lFôT3Œükë*øûд.?ë¯ ósh55Úõ9@ ¥'Ažæ|r0`lä» ”N©¼øþò®Y%ºq×6µô 6ˆÍIûß͆ÿò ÝnÊ"–i̱ìj?'ˆ¼È2|ýÉÓ4’s›Î6ŽþûñL0| ÿç3î? ¸f endstream endobj 524 0 obj << /Type /Page /Contents 525 0 R /Resources 523 0 R /MediaBox [0 0 595.276 841.89] /Parent 505 0 R >> endobj 515 0 obj << /Type /XObject /Subtype /Image /Width 401 /Height 251 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 14313 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 401 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚíwxU‡Ï”ÝÍnzï½B ½…„Ž Š (]Aš~ T(HDD té-´@BBéu“m3s¿?6,K²†dÎûì³wÎmgf~{ïÉŠçyBˆ`B!A Š¢(Š¢ ÁjU‰çyAøè4 e A†,­f15`µ‚Åó<÷05e ]‰ HC²è”>:ÁÒè1eþ¯è8AoÞÁ²¬H$‰DÚñUQQ¡Õ)µZ­V«§|ñ»™cð„¡]ÑY‚4:kvþ«ÌOújFñ}¨²²2­Z©Tª)_ü>uÒD¸WT œ¢4óðOò¤#§â4jSK}\{½iÒ ]‰ –Vr¼P‹ËÐöÖ²'Îå`e«Ö¬]4µ™™™D"¡Š‹‹U*•J¥šüÙÖ©“&fT§ªÈ>º2ÿôú®‘ÝZ{I­ìDb CQYe›w-T×~3³óä85MÑ4Ãâ‘CgS°ŠÊ*ΪŦeTŒ•¹¾l=A®ü’ŠS‡ÿZ4µT*eu‹YfŽÁ ?ëÚ£cèìwÇØšqw3ó ó [z䕓Ж-vˆ¾xîì÷_õ×´x;ñRP«®]Mƒ‡ ÏÅeŠ‚yâÅÃ1ý_ö´5h“”Q|hß!m{€­•ô‰s€™c°J¥b†ÊÍÍU(¯Ïûeä¸)Jv÷åù‘ËæO· •@x'd*…¢;6šÌë)yúGW¸EßNËøá‡Ý&/ܲý¯V½ÆyFâ!¬ §ÈXkÒ¥\M¾§Ÿ r ËÏܺèC«îjSu4ˆÍ­ aH°²Î¦XíZ<î:ða¢{'Ÿ‡d+îøYíÞ!s¶Ævï`0 Ú OìÆj.MIËèd go¥ûû l=4E€‹|?{°A›Kv;ÙY&Ð¥U ]®?÷ŸÐæš±d÷s½»À_OêR:FEêçÒ¡ÑhXí£¤ÚïÂýÝæ=¯Ý¸Ü4•$y¿¸ô¶TÄÞÉ.·6§d•Wr¢œ«G"[/ÞtÂ3tˆ_xW5«æT?%·Å€V ˆG§ðŠCñ¼wÀ«K¯^»S¢ô]&b0=4ÄɦÓÚ Ã'Î@˜—Ý­¬bž{†ø;H€W—]½–R¢<|ó3’ W·öÕÚ£,ºŸ\¨TsÐRsK¿ góê ‘ÆÊ'‚&=%-«°L¥Ä2s/_oG©üîõsé•®mÚ´Ñ'O^Ð0v=;Tæ$œ¹-wŒhn-Ö/™ª»Éw3 ËÔ<‘ÊÌ;µiYK“´Íu·IºWJ›Y¶ ²Óî!GOœ£¥Uöú®»‘˜bÌ¥©éÙ˦u€-q[SÓ³{ukŸ~éRrѱƒˆV•&Ÿ¼ZdáÚÞÇOéêšESe¬U‰š¹¾Ÿ=xÆ’Ý…O—˸fÝ¿^ìÚ¿úûš—;w6+¼¢H9™˜Uq:U~ó^¥·­X)²b¬]ïhBZøØØ'deܬ,ïffn‡ðáK”O*&߇È4м¥™ïº>oyêj%çÁÈão–¾=¹¨}îÄùƒ2U‰Áô‰)ºAnû˃i+&xZ•»w;‘çïc¥Š¿Y2srÿp;ú܉ó]¦WÙ÷ìõ@°Šïf‚ÇW3;:Y‰"ÜËÎÛºýbŽ[°“ìÁ5ôäyƒåûÚÑ7㓺öm3'ÜÙAJý}àÂáë*›6ÝwM³;ðÍÎåyÜê…/Y(3†/<ïÕc×bÇS?íZM‚ìÄ:ÁJˆOî5 ía޶*?¯è­•ç[ûÈ 6)áòem3–ËüuŠ«¦0Ù/ç Z´É3 ÚëÚß©_—©]ݸ¢*{}×éƒ.Õ|múæóKÜÄ çoÏö±ÉUíZìsçÐ\£¼Q¶ Œ³ô‡T5ÅHßX+/º\}£;ÍX²[k£o9cÉî¾ÑJåJý\:xž§µT¨ûµ×~$>VíÇÌŸ÷±\¡¹SH~=SìÜfÜ«£-Ý[^JÉ+¸—PÌVpTTT”ƒ%ì_÷.#~´eù]©G¤‹ˆÎ¾xåÊžLèÛÏ.+MžyýNôøŽ­]¤·ÏÜH‡èŽ„±tƒ¼lW¾õh†™¹åó/µËLIͼ‘=¡cé³ úyõÛ´DFUÆ¿¶r×åß'Û¸»N}-4ñzúC6FÊÏMJÖkl'ÂÄäµ{¯ž/2óJŸ(žÏ¹˜ !-ľv %6÷tc¸Ž–„?²Už2FWrÎÍ›á#zjïFÒSØváHªÚÅš5Ö$]3PyÛÎÛ¹¸¼=Þãæõ¼GÚfó?«g_B‚ü´c.X²éô’M§½lâ¶¥R=¦·]ÊíÒvƒ\Ö/ów3óºÚ§æˆ©wºÁ“~.Az÷èPMéf,ÙÝ»G"éréÎOžçYý¿ËQkx]fÛ.“óTÿ[´ÑVÂ÷ëÙÝÞLt->^¢‚ru[OåÙ,y¬ÌÁ/Ð:¢sÏ™ï~¢Ÿ€Ü”’ÝàÌN¦N)äœBÛ­‡ÓûÄE ‹ö%•Q» ÑÚ§+ §ä³?rxfZ‘™“À•§ó ÍûÅ߉%Tº.¯þAQVª+,­{E·ô²U},¼ÍµÆë‘å§ÃÜ´l×¢å}›>²¸“I¥|K‡–ö™ŠÒÄBYð ’ŽbueV2oÕA j¡ªwJ5ïJàãõñ´§çíìëîÞ~ÊÂlƒMÒ5Cç çÅe¥ÃcÙ×å0ÙX[Ÿ8yö¨NpâJz€¿ƒ³_Á¥ø墢D{s“”ç\Iç(Bð$¯}œå•êZŒµÔå2f¬Ÿ®Ëõà—XÒ¬jÃ0‡ž3-Z L]õb@PpÆÕ³*Vvýf’“¹ôŽÆÁÉß[#¶º–|õðš MWËøŒ#ÊLô w Œ˜Ö¿jîÖã]aÕ½ª/Ðo\K×'‡(Š  ÍA€¢ßŒ_Só–.èî&¢·ü~2¡XýÆøn"€¸_~‰ÚÎçvN©¹—wllŽ5ßµç€[hl«A±xßPuI¦}Ë62šÊ<{i]R%‘H]g¿Ða°ëªŸ2þÈÕŒw“ÌéxŠzp—ÊUÂL¯ ®Ræõ³9ý‚OÓž_„z÷1 €XÌzx¹²”±#^/ñ/ •ïFX êâ±ébˆÍüÝ=ï^ÿ¬Œ½|¶| ûq.äЦò›÷ʇÀ­ã¥æNú%{X‰Ö'+Þ 1Ÿÿj«MWŠœ<ÃNž¹n¬I:t®¨ÈMb%N Êy,{NyïÑËŽ„ˆ)ÈÓN"zD{Ÿ,Een1±±ñ,½zî®zHX´=§.ù9„¶á^—5øó—®ÔbL^ƒ×,ý5x­luŒŠÔÏ¥ÏCwŽ Þþ+¶ ;};oàÀ>¼;¾–v¬ Hm!>>^woòï ”჉afeßYö°/.5ÅÚÍš» —sŸ÷sôŠ´e3®=Óæµö¡Ã*Î\pÔf±ðŒ3”^ü½¯=ùz‡ðΡå§â^ @ëMo‡Ï·ßühHð­/ž¹rMé!eŒñê(ŸÀ¤q«K#ûExNî§Q*3² gq¶v6yW3a= dgW¤H§(GB„í9j—–Œ~Év¾þ—6Ùò\›Þ¡þoäýy@h¤I:öNS»Úçæ|·ö®O€¿DÎ=–}òõGk–@ˆ³õ²#ïöðxeXG¥úÜ-¤§›~xõɺq#W#x††:Š´Ó7áúÕj ÃÂ[²¼<99C®&Öön¥™Ð¦u8šrƒé—â¯Õ¾-p¥E’p›ÊÔbµWpË)½\ŠÓ/¿¶¶<"ÈA¿Iªâ{É™…j²´wгä<Ñ–£±º€ðyYYù%rÇÓ c&•Ù»y8ÊXAŸ-#ÂD|Ñ•ÙÐ""LZã˜ê{™Y…¥žˆÍ¤a!Æšt)þšî¾CQ´Xæàc%¢ké‚¶©¾Ž–ér}ûGºNÛ6yNúÜRŽÍZ·ó’WT0šò®ídžÊ>_°£À¯…MIÖfû÷ì¨ã3¥}½¨½¨Ë%¯T]¿‘a¡ºeRÐ¥T*Õú¹@à çnýj·‡4+í^qõ¥Ô+™—vØÙÙæåКòÎÝ{ :ø¯½û; 4ÍsÈ: ÿ_c.ŸqÅiÙ’“Ã=l$D­JLJ[ùG²Ôß[Ê4É+-þêufµŽk¬pjåÉç~¾! t±ÄsÌ 2©DÄÒ÷îðédcmaЦ¤Tž™xº÷À5œP©P=q.à¢Õ,¶Ú¸«ZfgŸ^£VTwèÙ;õÊÁë‰ñCâ¯&8÷ðmÕ;+é´ÌÚ§ú ÅØx»–ÌYºG©æ(š•YZ»ûy™Zh´ Õ>QÕ*<´QºPÕŠ±vò p6ÇÓÛ•J©™8¦ÿ ‡öý‘iÜ,¦ÿ *5§PªÿK®‡NxýqVJVa-MTU–ŸÛ¹P»Ý~è‡þþ È³Žµ¹DT[d•†+*­¨\TÆYúˆ¥]G-ª£1‚ Ï…%ò†ÉEÝ_¼¯Ò¬Ëí_T#‚˜&!– ÿ¬Ã®Å#Š Ð/‚˜ Y™«V¼‰‹ HS5 AÔ,AÔ,AÔ,AP³AP³AP³AÍBAÍBAÍB5 A5 A5 AÔ,°wp´wptóQ£ H4Cý<´‰¦ÓÿFi±JõÓmÀ¢Å‹-^Üè½@F}Ú¨J¿)ï«¶Nyß?^¦Bת•+ë’þÕWK`îœ9̈ 8ÎzlÙKw¾ù¬óO©ý ý]YqïulÝÒÍÅÙÑÕ»Cï—·'–èv.šæëáµpoFíöŠücú†ºx[¸GÄ!hò¾=62Ä×ÉÙ=¢ó oÿºUeŸwô….Zû¿Œ5›WgõÖȰGÏ6ÝÕ¥ÁÛ?íïáֲ˰£yŠÚíµìþt|€çCö¯Ošôú¤I5£Ÿnpð¥o`¬×WÖ}Ø)"ØÑÁÉÃ?´× xê#¨Y†ùxA‡â¤EonZt«¤Ã‚yú»D~¯L›³xñófË»zxÖ‹íýò®ÿ;3U¥-ŸñVíök†O>’˜1zfÅú%ü1¡ß§¿þí;vÁ‚úxg|:¡çúl9¬ñƱ¤¼È±³:(–köïc,ÚG·ùý÷_¿Ú͹. ^-t™=¶UnÒ±I#ÖÖÅ~…ºÃÛc²¬±Øª•+ ¯ŒõzÄÜU©¥Þ_/_ñåGoµ÷fñÔGš(UïÝYõÓòï~\Q¿±•µ£€üìk­}[çIiAá|5õb¨›3ä@òŽÏÆ|´*)÷þÛ5(Qa~¶.ãùÌ{¾b•ƒ“]X[‹}‹s!'\ÏÎu†J¢(k+ë€×'+áÉ5«° àƵ«¡aáææP^VfieeвÂ¥ó/¶Ó¾zÝ€J!O8öÇ%÷è¶±³…í¼«…ãüòÿÐU÷y?ωÝ]ù󞹯t£+ó/ŸØŸÜã«?ý-gÛ|r£hü‚_“ÝF§´Ý\¦Î6qÞÜÚÜ‹ÿgæÂÕl°®@›àéué`Mû:â!a2Uü’ Û‚ìýhWm¯±^z{el爰¶Q9w^ËÌ®Ylè¼¢§ ˲*µòâùó"VdïàРšu3áFxDk™Lf&•2 £{ûXMÄ–§OëX3}ã·Ó†Ï]¹â“bÇÎïjuðßGÝU4f?~ëOqÏO;¹úK»‰Ÿ\ ˜ª—Å^u`áÇsÖþ¹gÖÔMfVŽÁámGFØÀÄ­Ë}óÔêÅÖã>8k°®áö¤¾={ãß§Ç­wŠœY‡O¢ÿµê¢S`·¶N€'²¯#+þ÷Üøö~1sšÌáÅšše¬×’œ K?ÙX רºN^d`!ÏØO‚Ô/6v¶í;tº¹k÷ ºžµw÷ŸÝ{ÆHe2–e׊¢=Ñ-Ý­’-›ýí1ÇÈù‰§6dj.0!RËôP*“þ¾yÓÀÁÏ7èz!€0Lã?IO¸²u_,¼•‘O˺ ~}ñ÷¯ãi & !„eEOü"úÿzÏ»–)aƒ!suâÒ¨Flް¤ÁÀ¿7D5 A5 A5 AÔ,AÔ,A†øû~üC6yv0ö§ÇMI³ .Ã%‚4{b=‹šÃ8 :uŒÂÉ ÍŸ¬ýÍD³ê5Ú ‚ Ï. ¤Y‚€¢… HSg¡f!R4г!úŸ}^îêªý¼ÔÑ®ÚÞzùDX×n0c OùÑåzd¥uÿ¼ÜÕõi¸Å¤Üø¸ÞÖoÌ“)ü<íOsgUOÙx<û©ÖØ1ØöÌ­’'Xe{2·ksÕ¥Ò:ò´ýc"n|,oWkL£ŒÝ) gŸ‘õ¬ǹZŠÈÌ|BOëí³ yoçÙ¢<[’’fűQŽ"JÄç/æÞ(€bD=Û8úXPÊròw'©g öûf÷m9Úmÿ(WÕÝaãñ{6^öý½%4M‰@8w)7¡¼*À¼ˆc”£XFsq§sÓTD¿a«®½ƒÕ*5X¬Á~;Ë;:‹efÔk9y–6QÎ+}ýJöé\^¿@]§¼‚ûxI”j¢–m»¤xh\£Š&çÆjyÜú‹ 7$¨@$µžÜ•ýá`a•åïû.K3*áZΩî‘ÕÕì A÷;p{oËÛ8ˆ*Rswgr(ÏâzÖ«=ܵêÊ’­çäj…ü÷óaím¶ÞeºšWüt^AÂ;¸ä_ËØ_*ˆeot³¿¾?":¸Úåæ­9§‰¥-Y¿|BHò¹lâ¿áh¦6¥,§hÓ]Ä2‹ÉÝìnì¯ wåW\´1Acãæ4²£ÕŠ£%úM5Xuí¬V©±ä%›’Ôbsëi½Ü¯_ÈÚrK#±°~£›ã©}÷ :m`Åæ½wŠ`ÅT57Ö¬¢É¹±ZÞÂ;ù}™Y€W˜UƵl]“ª5ÊK¶Ü҈ͭ¦tw8¹ï^]ª«ÖAƒî5VˆOIѦ JƳ£YÕSÖɬ–R–{ÑÝ{tkòÇþt^;Õ²e*"ÝBµÒ´¶ÎvÌú“ í¶RAj–¯ÛÖmˆe}ÚYÚˆ)€H"&¤êb;vOCgšµõ$¤ä¡Yž¡ªëÒA݆±gª €J^JÓG²5@Y^ʈìkV¡M¹^* lëp5»òVV¥æaƒU4-7VËËsêÃÅlŒ³¿˜Šu„uç¸jYô¿j½§’—1"‡:VW³ƒ5Ýk¬#Ùœ>Cš¥RsLŠq1§JJ ‚J-hol=˜Vm>AÔN%<4/»_¥_²nãåNö—ܹZÂÅ|ðR€¾ŠP€TËe°êºtP·a¬¹^ÇuÛEsу).6‚̾ù'¯Ú U4)7ÖÌ{óBq¯®ÒD©*+§XUÛiSÓ{µWg°ƒ5Ýk¬RN M‚ºoH¦f !¤e;Oó´¬ G ûör‘!„/âûûI´{mlEÚcÜ ©v[b„4 ‰4§!6nŽº’+"£ªJ¶¤©â žââë¬3€7V›KYVT­a«6†ÁJ – ßqcÛ§€ƒ˜dÜ+;z)GbnYÍÆ`MÈó*Ë “Ŷϵ–þ_YÍ^¿1½W{u†:hÀ½‘•\Þ½B[m]{S*Æ÷ñ©Ðð«ãÒ·\.ÑÏWQÉdXêsËÞiBK±ÍíVˆzxWØãÎ ñp"„™OŒqkÊ~ÊRヘÖÜA œ'jùOûn£Æ×," «iBš…ã,Ašf¥§ÞB_#H³'ȳ¹hÖú_ÄÉ ÍžõkV=í*ð½;‚4%P³AÍBAÍBiÍrww7ÙÒþK–,YR_eÆÆÆ6LÇÝ{‚ã¬FcéÒ¥õUT\\úALW³”'ÇèÝ+ºÛÀ‰§ •ÚDNqûƒ ƒ;÷ì=añuHݽ»÷º-¡D7¨9¼ìÍýûulÓcɬ¸ïþ÷ü ¾m[wþê`¶±áÏ¿K§FEuëÝ'ö…©'š±÷¤Ž°&ÒŽµ/O6›±ëÈÿ;»§ ±úzÜ4ØüÊðäÞ?œZÓJï)À-æÝ¿GÚ@ùÝ¿Ú Y0,þkÓqeß_ÿwwÝøhÓ¨WC^aW~wgäàyï|¯Mßë7uï¾ò´_[vï7bÅŸîñ/KYÛjÐÛïÜÜl°ØIKw﹕ægÆ* ”ÍØ{ÒÄ4kù­Ò#|À§ÿ§%Ó{L€//ØÚQk`íjeiûgO^w·„cª² Àt¯º¯¯:;,¨ƒšƒ‚ÀÒûÿàÓþ~`å÷ªºìccå oi;eúû¯ è;è¹h³gÆ{bêšUG&Œ~ÿÕçG„9 šOŸV¦ÜTŽuïw3ÕÒe4@‰Þæ•óñßç.=p`Ïò.߸ylñ3â=1†©¬gM ´þxÿ]¸ûÏÇ6Ó´‰ïF9Ì\}V»]𣀵àån×¶¼c‚Þ´eè·û¥séûi2šµböïolø<ÐR"s¿…¦ü>{ÜÝõbô¼ËP?ÝÝÃ'CÍÀ{‘ûŠ•ÚŸÜ#ßýoÈÀ¾í#».ú'S[”±Æ»¾> ŸIÞmDçÖ ‹\÷Ö>2¶rµPÎPGç訑ù©ú¿fuSžë¯Èо½Ç|vµû¥u]ý†ºFLˆ”””«W¯Î˜ú!¤° ¿îŸu«W¦ÝI©£%y˜ O÷2NÐ}¸2wÏ`Bˆ¢`g`äŸì¬Å>ºoY:%`Š~ž DoÝ©¯`¾µÇVÖ…06AïUË+’….lUðþ¹ü¯#•ï„«X¿xü½±8ROÁ|k­¬ aÜ$¼×ûËqŽÝœ>í¤¬ï—N¢ÚÖ%7ž2 ÐD¨¬Åu¦‰iÒëYtïÙ›ZÜ^öeB1‰~›£¼Ü­àÚ–wtÙ¦Zz0ÒÌ×%´¥uàÔjÕ×{¼Ýúæ[klåGö¥q½W3¯¥ÏŒ˜’ßšwîEÕ⺺wPG+ñÆ»å~p~-®ÃË8Îú¯PŒù×?<ßëµeïžšo0úí¯óGîaëjç3à€6׸ÍßþBô2gß®SþÐ&´€Þç?é¿45Oãôý¶/«Õ^ïñvë=˜oí±•Ù—ÆõžÁ¼ÿ{·Å€ï"‡;Éjq]Ý;¨cɲ)/?ó››kp웿A=ŶFLŒ­Œ4(_js|Ê_?÷Â'°š' [™E/# ƒºüÔs/Ì©°ê× i²sCäÙAlÙyÿÁèä?‚oˆ j‚ j‚ j‚ ¨Y‚ ¨Y‚ ¨Y‚ f!‚4ͺ²0¦ç{—´Û©Û‡zxµ”óˆPá함àªÙë¢ ?2rqÃDR®¥ ÓŒ­Ü0Ä`ÊH³Õ,ŸQ]²TEȼôKÊàôšÜ ¨ÈýµÂj@ˆô¡Gó9Žè¢ ›BøÝÚi¬ØÊµ`²Ä`ÊH“Ñ,KÏi\þúB@~δ{ï½ÖÿìÉ€¬¿÷:u­ûáÕ…»ÕþW ¿Ûè‘”kÒÀ±•ïîz1zÞe(ˆŸîîá“¡æà½ÈÀ}ÅÊÆr SF‚F‰­üadà‚´2Eá_¡Ñ•Å[t_KYß³åkçrk†»5¹¸#)›HleEÁÎÀÈy„S“;Ž×öí„BN™æ4 ±ˆÁ”‘æ[yH¬Ëû¿ß¶ÁwÌB‰M OagðÊiå?µ°ÕÙÔîÖÔ")×äiÇV6³â-'Sýñú3ª/· zeyJÉ뛬¦7¢1˜2Ò4ŽfùJŸpìÚÉ[–»À$¯Š5 kó¥="-D:›ÚÃÝšZ$åºWW±•©AæK®<*ÿ£ïÈòcŸ% çZL›mRÄ`ÊHsXÏ+ßiŠìŸW$QcÍ Õ¿_,·o3¾ö\úáwM!’rí-l€ØÊ­§üp¶÷ÈZäðŠøŸÅû³&µulDb0e¤Ù޳X3¿!6•dÿÓþº:w!ÿ­¹±[[ÔžK?ü®)DR®½… [Ù©ÓØ’I“&ýâ ý‡y._mÕÃZ܈Ä`ÊH€±•‘§ S~¦ÀØÊHƒ)#Ígnˆ< `0eäi€oˆ j‚ j‚ j‚ ¨Y‚ ¨Y‚ ¨Y‚ f!‚ f!‚ f!‚š… ‚š… ‚š… j‚ j‚ j‚ ¨Y‚ ¨Y‚ ¨Y‚ f!‚ f!‚ f!‚š… ‚š… ‚š… j‚ j‚ j‚ ¨Y‚ O¶aªY¿fúA¦¡Yƒ† EG#‚sCAP³AP³AtBA³(Šb½ ÈcÁ0¬F£¡(ª¡5ËÚÆ–ã53É× È³˲fRé½ìlkÛ',á‰ënÑ2ôüÙ3íÚ·wusgY A9%Ôh4é©—/^lÙ¶¡5ËÞÁ!4<âj|ü¿ÇŽý—Ù)‚ ÏEYY[‡…GØ;84´f€‹‹«‹‹+A ¼oˆ j‚ j‚ j‚ ¨Y‚ ¨Y‚ ¨Y‚ f!‚ f!‚ f!‚š… ‚š… ‚AûF@àyŽçáB¡hš¦)†ak‰4‡AÍBLµZ•™yãÆµ’â’æ?‘¡i+K«-¼¼½Å :¤.AÍBLk„•ŸŸwùÒÅžÑÑÞ¾þ,ÛÌÏ@Z–šrüø1†e¼½}h†A‡ÔîÔ,Ä´àxîêåøž1±þþÏBEbq`p †þ÷_gg©¹:¤v‡Õ~›ì|©Þ7Dš\EÅ¥ÿ½•µýwO/ogëˆAQR;kM…¢,¯¨èìÁënOZòe§M[Ì}|ÐWdKÜÕo·žâ!èÛ!èó7ú4­Ž f!&JÞñã§F¾loÁtØ^Ä+iEäÝ»å"3™½¹•]€½dPêå¤}á­¿ü*à7Ðcµ©?/|½ùß…“cÍÍ$<¡8e•Üç«ÿFÍBz ì֭ヶ ÷rôq!é·He1°ÃP  *%ŠR'+õ qts¸ðɇŒ¹¹ïèÑè·jÜÎ,ôw³£iJ;ñ´67;Ÿ®(*žŠií Ðô^¨ŒkðH#@jEàùÓ#†ø:Ù9Zr7.Pòbš¦h†¢YŠѬˆfXŠf(Z­.™i*Z·ö½4czeV1aþ‹CžŒCRÆ-ø¢î¯”"Р戆'Ž(Õš¢LÓ!¨YHS"qÉ’›íîçÆ¥$Q‚@Q@Ñ@Ó@3À°T•`ÑEP@2ï˜[H¼ÜmÏŽÁq–NaùŽ³Ë¶žTªùªëœ¢!N^N xJJË›bïP³Ó‚W©®}üqH;Ÿ5˜³Y¶r?Ø9=0²u’ü|Èlñ¦ª,©·|‚½Ê®Æç?^­´ä–êÒ:¢UdëˆÐ¶½^\w©ð©¬°˜Ò“ •JÍ›K÷\¸•3ktìƒT €@(^5åJ¢.õ©þ&çóë>éÚ¦MëÐÐŽ¬>]³ƒ•÷Žôpsxws®g!ÏâÜÐà®’«WÍ,df2)Ÿ‘ÄŠ(Bíà†GÑßÿ­zk _švNìÒ=´w ¤²*åvV²Â³g»uÓ•{j~Ç©Wþ؈Of f!¦EñÅ‹–2‰PYIÐ~JgŒ°Y»ñ –|»W9oŒÙÂõ´wŸ–Tñî«‚@ˆöS.·2?³gëŠúfô·Ó÷¦h Ccß ¸½fê˜U—8µZAìæ¬Û6:ÜD"ÑžOÇ|ö×µ¬Lù¨ï÷-â \åÍY£'¸-7g‰Ï µ;>T—_ž:lÊ•"N¡²xgÃc[Ù™ŽëÎ%d¾÷ÓÁ¾][·ôw½}OÞÊÇúǹÃYX†3 1––JD2 EAai%Ï úH}=yÃÌCi-¬Å ²ZºëmŸ^_ww™voYòŸÑ¦¾´áÜÜ~ÞÛMÔ,Ä´È?qÂ\Dóòrˆ ÅŸŸS:±¿õê}Œo°tõ1J,áÓ’ä“úóyy‚‚¤B.³°K½xQ¿¨ÕYòÛ65«ð0ÿôG(KùÝ«çÜÑ+µé;Cæ/¨ôöÏî'-²Ö ì›4h]âŽh(ÎTÀšϵZÿK[‡²;›=»Í›µÎDüöÛþ+þ¹2|@W ™49[.f!!½TÌR"D,HXJÄPD,x9Û± u;#ßÝцһo¸!·âޝ•î«•Ï”Š\€*ÍêØfäð·çÆx4zOQ³ÓB‘™iË0‚JP{4Ÿ“+ pDàˆÀA©f-UX.´¡[ù¥)»_~ùç;%œˆ¡*rª4ëë!`øšªä-mÊÇgrÏïï^µ†æ!€O/æ»Nêû+XÒE&â´÷~:x+«läàžr•–¯‰)Ц)šÐ.c^š"4!ËÐ* '5««¼18pÙ7+߉žoNS¨YÈ3ÏsÇÜeÓ©SùoIvæ–„'ZÁ hË%´‚E‰%_n(×ÏÍxÂóDà Iä¥åÖÁjµJWÔ87‹o“òæÖj½ðÜ›ö'Žnå$hò-m|uYDœZ}¿ºDZ¥†ñR8B¶=á)©JÑ™é×[¿© Jµž¨yåi¢æK+8 K©ˆ2Qf"Z»A4˜ID9…å>.6º–r2ÿîVþë*e¿ó¹Ó˺½o¬>Y1ª]ë¡ì…­s¤zëï"!FŸH²m×®B ˆH"ðDà Ïbãd»þÖ/˜KI*|±+—’Äú[¯ý‡Ø8ñ8ÂóDÒÒ’ ›Nõ‹zó—7¾2õL†\ûµèÖñ¥;Ò!ÙjÞÛÝ’rù×i ·þ­ÿèvc^G§ÉËÿ­ÊžUIy?ÒqÆš Ú”äó‰5ó>éóYÿé­E“{õiç¹e÷Qp^ö2¹‚Ï,T–VpJµÀñpÿC8žð<áAÄÒÖæÒM®ÄFùé yë»ß¾øvb©Š¢.¿ýÎ‹ß ÿî­ÑÌßNÖu³L%4æóY8ÎBIµŒœµÖ‘­ËKJw{Xà8BÀeù&‘°&9)d¡07odÇÍDþÁv?m»÷\7' 2«äå>:èëÔyÞáÅ?½ûJÏÌJ†¡8Æ.pÚ¢![{9ª»}`ß9ë²èçÕnÙñ×õñSÂÖUXŠ)Ÿ+7}1q×WGOkµš“µg‡÷¶· ª™·~RGÆö ô°]¸îDtçȧøÔâ˜VÎ,,M‰`iŠe(–††J%—z¯xKÜ5 ©xh·]½ý–îÈûtRÏŽ*±H¥œ¾eA?‡œCIçn9­Õåuñ¹UöÇR¨YH#)–‘KÔÌÕÕ2 ';ÏÙÁ™ÏÉ$¸‚å¥sy† ¹@ÜËÉÖÛñçÍ|a¯!‚@(kûŠòÊRy¥CÏžÕŠ è?ùþ“«U>ñ›«¾®y¿T›¥¬¬T—W·ÍHƒ¾ÞrH?/kþãÎãÕ¤M?o½;¤ît u_ñvÿY?Ä—zw‰ ¼óÍöšUÙ[KݬGôjÙ­•W5±m?zÞ‘Ñóªõî¡ÒŸìºùI£F¡@ÍBmnhlo›õëNtënm!É,ùŠò¬W‡Q4Ð4TUà>;'sP4!Dmar77ì«¯ÄŽŽºb­­m ^ZZÒäRw<¬Ö¾7èÃUÇþ:|ahL[8öý˜Z„òÁðÖˆ»LÐc¨YˆiÍ À< peËmh¾¼”¢@ ‰~¸¥ªq‰™ŒqpÊÌ.†GxŒ©_fIIñ#/Ô¦âÇÂÜLôõô˜;/®þã¨ÕjBuš¦ F­2æ.ôjbŠÃ ßéÓ³÷ý“”àcmnæä*€F Ñ>OD€ÍÐvö‚Hr'»PN3¡ŸÆqóø/DhNã,A4 ÇqÇìéçf+^¾»¬  @»—¦i𦆡i†e–eE"M7½»p¨YHã\¤µ¼ËO£ÑäæåÉ,ÈÙ¸1aÓ&™ÔÉÖ‰aiШ‰ZM‰D´DB(.“§Ê[µŸV\\™œìêêjiiÙüR8ŽS«ÕŽã4F£á¸V^æs_ -..¦i–aX­Piÿ‰xŽ“H$MNèQ³Æš ½DÕjµJ©Tª”ªn] å¿ý–šN‰Åæ,kͲ•¼¢D­4•Lv»OIdkgW(J¥’¢¨¦¡ø?¯ÁWÍý€ÒŸú¸XðE1 #‰8Žãy^+X¨Y‚4ŠfieK;dYV$‰D¢ÿÜu¼B endstream endobj 526 0 obj << /D [524 0 R /XYZ 56.693 815.761 null] >> endobj 378 0 obj << /D [524 0 R /XYZ 56.693 546.744 null] >> endobj 527 0 obj << /D [524 0 R /XYZ 56.693 526.874 null] >> endobj 528 0 obj << /D [524 0 R /XYZ 56.693 478.889 null] >> endobj 55 0 obj << /D [524 0 R /XYZ 56.693 379.544 null] >> endobj 529 0 obj << /D [524 0 R /XYZ 56.693 353.749 null] >> endobj 530 0 obj << /D [524 0 R /XYZ 56.693 287.368 null] >> endobj 523 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F64 307 0 R /F52 247 0 R /F74 437 0 R >> /XObject << /Im16 515 0 R /Im10 464 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 534 0 obj << /Length 904 /Filter /FlateDecode >> stream xÚ¥VMÛ6½ëWðV ¨¸ü¦´h ¤iZ´@ qÃ&YæÚBdÑ«nÓ_ß¡HÙ’×.œö¤!93oøø8A[DÐ/Ñ«èîgIPŽsÅZ="ŰÒ(£sVôÿQ }U]úªì+ÛtIÊ$‰_Ûæ#!l;´…›õ“«$#±µuòiõäO)Ź”>Íûδß$RÆ!ÁïE3£'T@Q(î*šaM9J%Îu¨*ÒY|ç?B¸¸èÍ*zŠ(D‘TXåéœbE*÷ÑÃ'‚6°¥`‘gèyôÜ#I f\]£wÑÛˆ2nýž! ™aB3‡ø¬%|ô˜Ûã¢Ò39ŽyžM&,Ýýº§ýd¡˜·WáÒ€—ÎÇóÓlv~ŒK, TÅÁ ¼GúV;ãI7M"HügÕÚfoš>]Ùø¥Ò6›jvÀ}±IžÊ8ÓIÊqN$‚ãÀZ+ó®®>>šòû$å”ÄonBœM_DaGär/©MyÒ^i‡¦?Kì‡UØÑÆ8Å6|–û)á«ÃÁmp®¯ 4}QM=¶ÅÞà‹Õ_û‚fÏôÃ$ÅBä“~ržõs²ÇE)8HÊG35Ov³xfhÄ#@4œ‚ˆ(–L„S½•ç‘Õ Í1Ïõuш šÿ9WtA—êù°ƒ+rÍAßmB³xkúªÙ†)§gÌÝ Ý¡›„Êø¯ÞO€’‡o“TqŠ ErÍæEº•™îÜpgÚò\Õµ·ÖS’)?'ÀÀä\l;Áõg%áxlÃÔжpÅê/‹öhö[Óæ4®z³ïp’j.&Jrö‚pôx`Ô¶ Þy.eLj·l’M‘=<kÈ mÀqÆôiiÚÄhž8ƒè@ ,ŒÔ8H·;0·`|ÿ6­½ôö¬MY 9Þ÷Ö,;Ccç—ýØ €¤óV1E”ÐÆðJaJihOã¸l8~TÜܶîŠv î#\òá#créðJ2]š+½íõ fÓÚCº± “ñsp««®? °/»;L7úbo<;ú‹)Uq8€Ú| =KpiŸ÷þ¹×bÖ¨€~¤€DeÄú]ø-˜7 •Á~=D’®o«²ŸðkÓM×®€_I/`¥>ÉBßß‚ežÜ¿JØèW$ÿáë7²mMÑ›öå^æOÈ‹ßA0QùùëùþS„ endstream endobj 533 0 obj << /Type /Page /Contents 534 0 R /Resources 532 0 R /MediaBox [0 0 595.276 841.89] /Parent 505 0 R >> endobj 522 0 obj << /Type /XObject /Subtype /Image /Width 903 /Height 531 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 69315 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 903 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|Õ¹÷Ÿ3e{Óîª÷nËEîEî\€PŒ)&!$¹Ü@à¾)„Ð$$7 Â¥ƒMÀ¦Äà^p‘±å"«[½î®´Ú>õ¼Œ´^«ØÒJÆÆ:_ü³»sÚ3çœùÍsÊ Œ1ƆA½PÕç/B@ „hQd§,Ë}þ* „$Iá“#,^ @ „áv}£èVEwJ’$˲ÔHKlJ @ˆB’*ª”îGϸ=BH‘›ŠÏ¥¿0%f%@ D¡J#%)s.=ª4ìEQˆàîGÿEŒH @Ež{p=Ã0,˲,«ø={”+Ã0>ŸO’$E‰ò<ÏóüÝ¿O›ÿëçÃ@ F‘—ÿ½/ä¨xú¾UªX–E,Ëvww‹¢¨èQŽãîþý{÷Üõ]hí €ô4ïü_oÅYä%—EN›‘¸ôÇ1ùD³@ \¾¸º¢$Ÿç†¦lfÝWÊnÒÀß_~å‰{Vj4µZ­V«U*R«Õ.—KŽã8ŽûÁãïÜs×w›~8Ëî¿;üß¼)9 ¦¤iMVV¥¦jvzÞÞ¼ÛÀùß{]cMEBEÓäÚ@ \>’´Óã?]¼ý<çÌ\f5é#%æWÊáö±cË÷¬ÔjµŠ6=;¯T™Tª‰Íc8ò»‹ç<ð³;b4b}“ÃÕ៛ÒáÅ ›½ähñáŸY%NÿnUÙÑÜ)óç­ù>¹ü@ —]ž Óí+ÿrDzU7ä§Æ xNEc×öOß7})Ę´_q(ÐÄæs^ÿ„t:]KK ÇqÁ`ðû¿øÇ­wÞí Ê©Çúü£÷¨`I¦T§›Brç‹Ðtª¦cõª%þ¤%Uu/½ô¿óïzìí[ —Þ™š;•T˜c¼mÏ!°ZÌÓ Ç@(Äí=T€ããl“Çç%’–6GÕ™^b,Æ'ƒ¡¥ fÑuÁ€u-‘šuþ#cà8nÏÁc³qæ” ÏP9©™éɰs±,ËËÌ­|r}Yó‰7Ï(,¸H†z}ëÉ#Õ -í¯ýâ:–¡oþÅÆ¥óg<Ï¿ý Cá‘çßÝí zJVßÙ^z°¼1k aúÕ˜c8RrjÅŒ´ÿºqi¼UâÅÒ3Ž×>/ËÎȺ0b‹B.÷áߨ›eçþ#oþúUßÂ>ü—í`1Î+Iù‹W¥ „¯B`5HòùæzÆYåBŠŠ ‡€?þ÷µ¹ï™Íƒ…ú`ëÞ¿¹D§až}},c¨¬©ûŸï,5éÕÞx0.!52TA”ÝH{T©"L•ßäÞS ¹‹Ož.[–?„®Þªê®Ò²Ì™¯Y¯ªiöD¶íÄΩùO½µ/¥àÚÌIód¢J cL•†™œoTS5õÍWÏÉ ß­1À‰²ê‡kæÔ‰Fƒ®«ËsìTyJb\^NF8`yMÝ~r•Å ùÝ«ûÚ:}ÓòzUbbÇ _— zFítuNÈkliww{eYR«ÔÙY©ÕuÝylÜñ~s[ÇÜ…g3&ã#%§Á Œ±JŦ&%¤¥$€³Ó][ßäóišJOI¬©o ÇÐÔÚ‘hÙ´«ÌáÄÇÚdŒ;œ]u Mþ`ˆ¡™„8[Nf*Ï û—èõZVÛÙéV«U“ rõ:í° õ…ùŸü$òI’ûçÖç>zÒfµNÈ󃇎œ´Æ˜§LÌ,udží¶wWgX0y|ƒ‹¢TZQiÆx»52«MmŽ›æg€,ãESÓ7íªÌHO¾x¦;~JNUüàÚÂy“SÛ\¾M;Ë(Šš=!IÃPA÷»=CLb° €ê›Zk[ äĸº†æ³qêäñƒYžãøý‡ÏVÈi“ÆUÔÔƒ¡È«6ØÕ‰ºF¥&'lÞ[IÓ(-ÞO÷‡O®¯iîjïôÍ*H~âµýw_;iRvËЮîÀ«ŸÿëÏÖè4,|øäú6—ïÇ/n›3}²r.9Yþ›ïÍK²U Ýé nÙ_y¤ºA«VY´â£ß™Ÿž`æEéýÝåÞ|N üuç‹•Õ9¿xã(JñFü»»¥Ä}A~×±úM»ËJþðÉõõmÝÍÏŒñIŽ®ÀSoˆO¾ 0 Š$­š½n~Þ›ÛN…=z¢¬On”ÑЇO®?ZÑúü¦£Fõá“ëU¶ý敽}JÎóþSXê¬Ìmoièü…% w_;9lÆ7>;ÕÖáŠë‚²ŒÝI \ÝÕK¦gd%™ºÜ^ŸÏ1Lgµ'665–¯Ïo3Ðó&§züÜÏ^Úf¶X ÷VŒÏv8»Œ0”$ÝÜ`L’äiYæ_ßq$ãÿ¬~áGóOq<ñÆ!«éoºçß;J#)²BþúŸ»ûÞüÈ«öÑ_vu¢®Q©IûÊš}þÀ¤tóÌñIu­î»«T,[fºÿ¦Åá¨þ½·<&ÆÜÏ&ÕL„/X–‰*%ŒQ_éPU)BJ3¡Î¹ï™Í}ÎŒt ö5./óÙ×÷<°a¡Í¤ýÙ7a«QëòŸ}}ϸ¼Ì>¡"Ü=œõ•ʽÞ°€UÙ2Œ3ïxô—¿þŸ»ÖÖ»ð¿v-˜5mö²Ì#%'Ö”f&b1#UD3gÎܲnë«ÿsÍÝ$•€0U)/HûN4¬˜™ÕÔá1éÕïí8ýÝk¦€N£ùp_åü´«çäüóããß_;>;\“—¬´²ŒÔ¤7>;õÓ[f[ šçß9$Jò÷®j1hÂId'Ç4uxþ¹åXAfìÌñIïl+=]ïL3³¬úï›=¸¡þøÞaAÆ9™©JœƒÍfÙw¼©¶µ !X¿l·×L9þüV‰ =r×Ê ¾ñÙÉ'ê4çÆ±—‡$Ë ø¼}y—7ô×Î.H¾nA¾(ÉQ é æÝÇê›ÞuK nZ<îÕÏ*Æçe…Ãz½~W—X†IîuV… å ðG+Z¯]·ee8ȹ­ÚªôW}Ü[:Ý yŽ<䣎çg&cF•:äòŸ©oR2¬V«¦å%êµìgÅ5ǫڗLÏX<5c㞣_ Óýuó‰yúä$å:º=¾ñi68QÝÎjtÊdÜô´$Ÿß„À“øÇG§«`ZJøî5S»¼Á··•.(Lïc²~ŽEܧBr"Úw¼±¶ÕqÕÚ/FJOMjwvô8MÔ*•UO?x{QŸ¨öŸh,~%÷ÄWJ˾Rù¼#øô•®XtvÀç»?TœÝŠeüìk»öÍE1F-tzƒÏ¾¾;3=-Înõø}¥Ê;DeY>ûÆÑð?/œZ3ï.ðÓ'Þ°¨Å«/´iØ“%%:`^~zjèP³o¹Îž•kž\´ø§þ:2 0vT)|z úÚùùß¹fJy½óL‹»§¹Òt“Ó_^ïZ8%íµÿœ˜;1¥º©³­+Ÿ¬R‹N¯ÿ²¤6ĉ`€ý'1B®š“åœîÀ Û­¶”ÿ ‹Æ-™ž‘gªnê9P} ¬ãxUû_Ç­™]¬Üã›:<ì­´™4ë–ÄZô¡nø>Ÿ_ ¡…ìà %gZâúêí¥K¦gܸx|ø›s[Ûê 8²/¥iæhåÀyÆ ˆcè(pt lÆ#'2’mÒz2üÙ¡ºŸ¬ŸåuÎV—/æONýÇ–’¥‹ó/†éDIꓟ£'3³²{J‘š[ƽFÆg×ü‚¡&!ÉrikÀ V˜Ÿ¬Ùª½ª±ó¹ûW@ØyÑÇt2Æ4:[!S“¼Þ@¢=mMQnäUÛ]Ò0º5ªçv%žÍ Çñ3gdõФÁâWª¹=Ʋ¯TÑ‚nUÛâŸè ÖÔýýÆœ¼üƇ8Fwª¬"N¯=#Øã²Ó•édõ‰¯¼OS4"!ŒYUÚÖ8VÙ:-?ñ“Õ‘þ¥¤„„Íû*¼½è'ëgëµìg‡ÏÄÇÆF¶*bÅ Õoõ‰ÃÐj´é©Éµ ¿øÛ®)yñiñæ;WæÄ?úònŒAé¢Âq¶¶;LJZ13kû‘ÚM»Ê¯_”¿bfMS‘n/ŒcŒ(Ž r<öŸ^ä ðZJ겟í1¼¾@zªvÝÒhsù>=¸-..¶¡\žÐÖC5«‹r(„”l ˜[¹wúž–?·BÊX^49¹ÿUCF·F…5ñ€Nñç¾ ^¯5ÈÕ‰ºFE´´µÉ²Ì€Q]Ð&äöD‹¾Òˆ±øó¬¦ŸŒÁ/>züRQ}ó²‚ã’þ´©øb˜ä¤Ä°Ýr²3^úwÉ™÷Òé7,â¥SµAQFÔ0®Î`ÌÃQÿÜrlýò ·®˜¸ýHí„ÌXNiŠÒmZ>’Áê˜Édõ‘š¦ûGõÁ¾3F£áüñ“y¥„±¨JÖÉ2`µÓ`rv°Pœ vûyxöõÝV{¼rðÀ†E&½:5ÁÒ'T_) ‹ÅRVVü~ÿO¿{ëw7´»û¤ÚTYì¯Ý¹îê9uU‰)i&MB*=¨´'KËyž/—÷ð/—4nqö´«I% Œ5azìøI•ŠX0.ü¥Ï篬>cÉLOõùß½rVÖ²™üñsFgÕõ[±^ZVÁqü” ¢ÂÇ’(,-7èuy¹ÙJœÍ-\ˆÇ€5uJr’Ñ w8]-­í’$™M¦ì¬ôp„¢(ž©kðûýF¥Ruw{ÒÓRlÖ·ÇÓÖÚ …(„âãcâã"cHKMŠLÑíînmëq!†fb¬–äÄQÃ'‚p²´\¯×)ÃÍÃ5TsK[{‡ƒ¢Ð”ÉËm{‡£­­Q”5ÆÜáp™Œ†œìL,ÏJ–Âù0ø€f g²²ªÆçäçeëu:¥—œ(=ýÆ/¿AQèƒ=Ÿ}Ùœš’LlB¸hhlºcEþ܉)j–v¸ÛÔþ§¸!3#m°™™ák‡N«fêó7¥Œ›9%=w·¯©üÀŠ57 ¢r_q(d©J™¼}G:â3&KòwÍ^´¢îø¶S%×”œ,KÈ[œQ¸¼¹ò ÎGfíý™T0þöß|bí¶”ä$ÒL— ©)ɯ}^ñÇÅ2–U,k‰ÉHOU¦ãWþ@H«Q-[uÃöOßoü´e«nàx1â¿úPýê¼Ò„œéÊO 9³üìG?yfÏ%cœ˜;Ȭa&Œwž–E \*’““’““"z~"I „+N˜9«Y¿öëÏs'ˆþ^ÏåWªÏøÌ|¥‘°ZÃüÛžâÉ@ „K…Ëí»œC!4¸*gt~°u/¹„@ „¯€qFçÀª>|r}§Ë Ä J @¸8(^Òæ¦Æ¿ÿmWøKŠØ…@ pÉaûøJ @ 4Ð&ÿÄWJ @¸ôUJ @¸ô|@ Â¥'_iFfÖÄI“ §L-œ2õ…^LIMS¾ŒÈøgÍžÓç×ÚÚÚ%K—E¦(Ëòó/¼0ÜTn¼iÝ»ï¾þØÙÙ™•ÓÝÝ=Z¥ ¥\ãÆ$§¤*ÇO?ýÌÃŽJÞ22³–-_þøð#ÄÅ'”——G‘èP,±íY®––V帻»;1)ùrÈ@ „!¥¯tëÖÿ$%&*Ç ÌŸJHLr»Ý°råU#)ÚÆ›æÏ_°`á¢[o»ÍétžçK¿ßç·¿½lùòå+V<üð#Q¤¸î¦uï½·¶oß>þ<µJ¥|ç·¿½råUs‹æÝ}Ïxž42ÇqÙ9¹?þ»oç;K—-/..îoùáÐÈÇåäæýòW¿ÖÕ<ç©J®yä~ðûW¯Y{èÐaÒ#p©ˆÒWºzõš¦àÍ7^<cÜÞÞþ裿Ùüáf³¹¤¤ä¾ûïß¾mÛp³Ž?//ïÍ7^ohhøÝïŸØµs‡Ýn衟àÈyøáýëÕ÷ßßÃq€i4šÕ«Wm|oã}÷Ý[UUÕÒÚºxÑ¢°#vÀRÌ+*ºÿÇ?ÁïÛ·êÔ©ûöïŸ?~[{{^^ÞpoÀ744ü¿_übÇŽí‰ O>ùÔÿûÅ/þòç?øe¸¼Û·o×iuÛ>ÿ\Q¨QøüV¯^µþ–[~øçï¾ûÞøÃýû¿P|¥xî9‹Å=ôó·ßyçŽ ‰bŒ}>ßòËyäáÝ»÷<õôÓï¾óNË7ø€FÆ{½ÞÅ‹?úë_·háj#Ëòkc8WË–/[ºdIMMÍÍëo9|è @ „ËE•žŸO>þ(±w„½ûöïïêêºóÛßQ>úý‘Çèðá… Øív¸å–õG¾<2*…¿eýúúù}÷Ýûî{ïÝxà ‘rdÀRäååµ·µy<ž#ÅÅ>øàÎ]»š™3göHòpèðáyóæ%&$Àm·ÝºzÍÚÁ¾ 3iÒ¤ß<öÛ_ýê×sæÎY¶ti‰êtº©S¦|òÉ'Õ553gÎÿÖÛoüñÇ Ã:•ZÕ'”V«5s&äçç755õv¸Á«*,Ë.^´h$Õ¦Ûã)(˜0”ÚN+;;[£V×ÖÖæää~@ „¯*=ãiÓ¦þë•WF9£ ÛsÀ²£çìÙ³9Ž;vìØ¦Mï¿ñúkC)Åì9³7oÙb2›.\ðÔSO± 3oÞ¼¯øšeddìØ¾mÏÞ½ÿùÏÖ—^zé£-[¢ˆä¦u7Ý}÷=ßûÞwÃßNž¢HhÝM7=øÐÏ­Vë¸qã†RŠyEEøÃóóŠŠÔjµÁhüø“OæÍ›‡£zš=kÖþýû[[[1Æo¼ùæüyóû2œ·ÖÖV–eW¯Zõ›G=uªT„(Ì;Þ¼{ô£Ûn»-ü»»;))I£ÑȲüñ'‡/BÄõŒ÷±|Á3òykߪ \è:†O–$iÓ¦÷1Ƈ!##@¸È|E¾Ò„øø¿þï_øïŸñö›Go¼i¤¥¥ýñÅû2Liééß>þ8MQãß>ö†‰æ"Ò4}Ï=wG~³dñâ·Þ|ë¶Û7 úäää!ƶü{ï¾3Üà£RUF˜„Éd<]vzåUWƒÁ¿üù%2©”@ „K²X,eee@Àï÷ÿýÿüâKét9€ã8b• Çq……SÊËˈ)@ø*Q«ÕÐÜÔø÷¿ýmíu×FƒÁ@Þ8J @¸ô7ŽÆ.*•ª¬ì4©ê@ \_)@ ¨R@ Œà@ .kUZW[C¬C @uÆL†*·`11@ aÔQö!ª* üÄd@ „¯²Ú‰@ pé!«@ —â+%@ UJ @ œgÈ>@ á’«R¢I @ _dŸ@ pé¹(#øÏÕÕ×v8ÛEQÀÊr~Œ1Ã0z­Þ`0šÌæ„ØŠ¢z}²hÔ Æq\»£¢(»-V£Ö|¶Dh„v#F‹.w—N«U^ó½>ŸßçKHHø:–Îçóy|^{Û…ÌF“^¯'×pIøòè—Å_–$i¨÷]†™9}Ö´©Óˆé„¡ªÒ‘h«3ug¬1Ö©SfPÔ9¾XIQäy®µ­¥äØÆÜ Ú¨iGiílJwL¥Ž¤$~¿ŸøðGW§#Öçñu7·4™Í1¢0`À R© Cñ¸ùƒÍ[6÷¢ˆ¢(½^o2™Ô*5 $üÜ9E+W¬$u‹p©EÑãñ¡¤¤ÄOeÙÝífh& jµÚèt¡ ö=O¡€Y†5™L£€®®Î„øš¦{;©½½]wqT©Ïã ~Ÿ…@¥Ñè Ng¼Eërwº:]!.È…B‚(hÔj‹ÅjµØŒF“Ïç=]^J3tNV®ÅC*ùeEñ—‡|ßOYV5ôúŸ›:ÚªT½c$—ƒpeªÒ‘øüZÛšgL›âB²,É X–e 0P¥V©³“ٱݼ¿8èÚ¦ûµ¿íw†87R¯¨QKRš¡m+ô¸,QGG«V£D.àó›M&«À2Æ¡PÈëñÃnº›·l¾îšëkjj@(ây^I’X–>}Ú†   …þôÒŸ®Z±’løJ¸T~kŒ…ãx¿Ï7 ±ÛíŽ1[(š ƒZM4# ‚ÀÇÚc/д¶‚qtî‘¡PÐíî’zu°ÈK¢À³¬€¹/ð|S}­¢†i†µÆX5ZÝå9®©®3 £Q«Íf3Æ8 ú=žîÎÎD¥ff¨ÔêQ) Çë©o¬5Íy9ùjµ†a¡»Û]ßP[zú$'pK­puºJËJçÍž7Ìî1p¨ø@uMµ(ŠCEÓtnNîì™sõziSçG’$–UÕ7¡…(ŠB! E 81zÝ0ÄÚãEQݵ@gqíë2‹ÞÓYg’+B¸Ui/;¶}võêkxž  áŽ%"„DQÀËXÆcYÆ˲,ˆ‚Ì—Âv{Zæ*´±èbï ¹®—tVf 25. Iʲ¬Z­–e ÜÛ „» Q’iY‘‰µòz½QS³Ù¬×ëÿ¨Ò󈢨R©,–š¦ÏN§‹‹EUJ Q´»9ÅÇÄXôzCSS“N§ïÓDQ V«UO·'ºìa+QAÏåà^t:,Ë£e wW§F£Q’${½>Iâ0Æ ,I"¥ÖzŠ¢yžsuº’“G¤¥\.‡C«ÕªµZY–^ðy½€±J£Qk4„BÁ`me¥-.Î?ÂÒÕ7Öù¾éSg«T*žçB¡ ( À²*³Ùëyèé«útY¢(žʃ#–e¹çÊÍ}"ûÞrË>Z•c¶ßZÛþŽ—œuOQÌëêÄ¿ÐÚákp<¯R«Q ?—"ñê9ÆË2EÓ!Ž3 _•j4šðp§’Ïó,Ëêt:„(„(@Ô*5&›FFí.²E`@MM¦.wWLÌ9¾î.›=%™„è*ª$Ë@’e‡ÃÑãÿ‰øÏn³c Ë£Õ A0šLϵ´v$%%Ùãâ(ê­ž‘éóùšZ’ãX•JðxF’´³£Ãíré Q»\®»Ýb3iu:Á@ ËédU*µNçr80ÀH„ik[ Æ0{FÏsnwÃÐE«Tj„,ËÁ`P–%­VW4gA¯Xö%«®©^¶t…¢w1бÒž}ŠÀøœ@QÔ¤I…ÿxù¯KÆ’*I»CeeçR¨ÇgÑã3…Þ{R¯¯4,þGñÑÝú©Æ›q³·ã´»õSsÒÒ…®4U~Žæ¸PŸƒ!¨R±G*ŽRÀ¸WRÐŻ߲d¾¡2,9Û˜)mì„S€=ÁÎ:k¿oÌ=2¼§DŒ)D‚Ô»j !)Kþ€(ˆáŽX«ÕbG1z‚R|¢,ËŠ¢¨÷úM•¨²òEE´Z3ùù?˜&N$•ŒQ´»³ŽdIÆ”l6™Œƒâ$žç±„5j ÏñX–…EödY ²,Ûl¶Èl¯Ëƒ,É£5F‰•¡ M××ÕvšV«éiõ2Ž:i.rµwèôú€Ï¯R«³òÇ©TªpëfY•Él‰±Ù›ëë¹`H¥Rw´¶M&uT!ÜÝ]ŽöùE‹‚Á€ jµÚÝÝUW_ç÷{C!.>.>11Ùfµ…B!Y–4 ˆÂ°G~EQd& Þsï=‘ßÿéÅ?»Ò‡?*C[ ÃH’4¦VpޤÝ!„ÎÔT]ÀWªÑL,˜Üç&;rœUÏ$¿V–}ñy74•>kN\MºP§J{Ù¹ýó«W¯å8.|paU*J€A»ï} ïq§PàaÔéAçË*ýB@td ü׌nÊðoY€Â2VkÔˆBP?ŠZ­fU,–±,K¡×sã>Š +Qå@ù>Ç[Q¡ùËŸŠîÌýÁC?øáâýûH%#DAí.ŒJÅŠ¢€¨Tj›ÕÖÙÙ§üäê쌋“$ Ër Œnå`etc‡Ó ÊaO³Â`·Û¡w”tTioƒµÆXd³|ž }üQÃMãÆº:µZ-ð¼J­ÎÈÉé~â¬R©2ssj«ªžW«Tõ55¹}g !­Se¥Ë—¬äy^x†aŠ¿<äõyó²s3ÒÒ=ωÒ'KOf¤gMŸ: <7ÙÚŸwßÞ¨Ü|ËM¡k®U>þgó¿`õ7nP>nÙôÞØœƒ4’våää÷ú)z¦gðP)ѶkÐ]"ríF{Q ë}“ýv‰{1è.ÑZ¦^”peªÒ«W¯íspaUÚ{ÇÂX†sž  Ú¼ ÔµÙÓøSSÚ‹½?†@övÖþXâêô)/w2Æ`ŒÃ#%}š½(Š!ËXÆ’$E+J{TiX’.X°@¥R-+ !T[[+Šbff&˲ ™3gX–ÍÌÌLNK«)/gU*Y½ÝÝ&‹eXi¹»ÝV‹•aÇ­R©KNEˆZX´HùµøË#+—¯²˜- I’"IeY£R¥aŸøç;>QH¥bÃÇÊóL„øF¤Ý g—7•îÞÙâœ.'Ømötƒ¾pér@€14ʲÔQýBbÞ7°äb-ÆÝ‰ãoqT¿˜6ãeÒ‹®(UîÖC¡PŸƒ ß±$)Ò½¡ü! 2Xe*–aµ2@rÀ"Æ!À~YìVgH` 2HXâøP[G+MÓ&£÷ôÃöú=þ€¦i“Á,ËXÆrwøª4Ò?Z[[[XX¸lÙ²îînå„#÷ÿ8Iï0ÇÇ»Þm/épåÿù%²æ‰Q´»HUêñxB\HŲMÙìV§Ã•˜”èv»“’“8žCòú¼jš¦)í> ;œ®³ ¦W–ÆÆÆaÀ’,565)›œ³]Ôð§t÷LOïó4‰h<$åDÑcuuvF‘\À@âÞb³²jÌ ¼ßﯬªÌÍÍ€ªªªP(d00`V­²Ø¬î®.D!¿Ïo4›‡U¨öö¶ÌÌ,I)ŠvºœN§sAÑB|vêTÐïóaYÂ=s¡”NK!ªKÖ3[ôïûg¤ÎòÿôþÌÔžýkøÙ=óÔs}î¤Ý]@•"@yŽƒwý .;wÉã™b¬²,»]ÎÒŸ?òá³/,}õ_¦X;Æ0Z† ºKœ5/„ºÛ¦¿,s¥¬:¤ŽØŒ[[N_×päN{ö‰Ç”på¨Ò0»vl»zÕÚ  Q•öèQ¤Ü«z§+Q™¢ aT,6Ü;‚®Ou¶«µæiˆÒ Í¢á)*Æ2v¸:¬V˰N—#òw^ä“|>O·Ç­Õè£vôÁw8'Ožœ1cÏó²,׿ù–çÓwæ~3»óýö*—; ŠÇîúÁ±»~†ÜÜ©û«y é C%ŠvIlll{G‡ÝnEQ£ÑÒ ít:,1e? A@B|ô[è÷øAŠÜþFù«ÈGY–cbbÌçjµè¶‹ðþF}w*¿Ï‹A«×+Ã/™™™ÕÕÕ¡P¨²²8ŽÓh4J®tC§ËEÓ´ßçn¡ZÛ[§NÎóV¥¢¨øM°²K†ÈeH"LgÍ×v7<ÝÝôwµ.^k°yšÿÔQéÄ”>&{4-0B=«G9.ˆ$Ä'¸»Ýʯ‹Åb¶„¸$˰$I¢¢~HÁ×ëõ3fÌ())ÉÈÈpŸ.+¾÷Þ%·¥¸w;‘™šóÐ9û[u•{Jx`Ñöí¤Â†Hí.–emV«Ë劥iÚh4ºÝnN'ð<Ƹ««+!>¾ÏK.¢P¥ÓéDHiÙ(>>^yUÚ—,Ë‚ p7òí¢V¥aw*eªƒ$Ë­V‰–eÙœœœªª*eŠ¡Z­ÎÉÉaY¶g§9N–$†¦Àp Õíñ0 øU*uCcâù‹"µYí×_{Ã(Ö(%Æ^Úç£Â¹ãû¤Ý ¨tûöØ´´qS¦ò?Þèt|qí*  è³Ù™YãoYß¶w_ÉÖO§\µj$9 ti*¾SkI‹Íœf°NÄRgÈóÃhXuÏl‰«§L±Ö”7ýî’Žš·ÚN>˜2óU]Ì Ò¯¾Æª4<{É'úú\X•öŒà÷n‰AExQY$ú6k^>%×"ì}\âö=g¦Lÿ¡fþ¬)Y”dIž¡Ø®Î.½žu:ƒÞ K’,I,Ãx}ž` à÷T¬F–$ŒeI£›ž9‚?uêÔÆÆÆ¶¶¶ŒÌtI–xŒ[75±~ ¼§ºÎvUru²)EÙ2˜"Šv×_˜ê´Z‡£#Öëîꊉ‰éêtiµ:‡Ói1›#Ûxˆ‚ ´/›Õö•Ê’„zvaÀ±$ N‡Ãï÷…·‹’%I…(Ò•DQ%ùÜ7:Š’$K’(ƒíNEr¢(J¢(‹¢$I²$*ÏÓJI•Ô•©§3ò(ÊRÃ-E!Q¢0Æ,Ãð<¯V©/^Rd¨ñUŠ"|¥ýÆ÷ûÜ H»» mXšÿØo¼¥¥ÍÎŽJŸïÚÖ!@û_›Q«ü¾¼ß=öåñ’©(zÃÊ¢·þÀ͉y+,ÉE×îu¼CQÀª(” ‰^å’I¢Wä‚§ÞûÍŒé¿rÕ¿]`]öÒ£äÍO„ËŠd.ì+Ý·g×U«Öúý¾ðÁ…{vIš¢zRí]±&"F‚å²ìFr'Vé3ŽWü­pF´Ë1ƛ͌±Á`p8ÛA”d‰¡YDÁïóK¢dµØ†U«Õ¢¢B KÒôôt¿ßòäI–e#}nîÌ?ýñðw¾;™¦ã¯Iª>ã-=~V˜ÚU þ9©‚„¡E»ëÑh%©££CŒ±»»Ûï †èÞ2zn£“@=È›”–.ɲÍn1Mg·‹Šv Ô€¾RËÊ_›}Ý©†ŸœZ£Q´u(P©TXÅêšjŽã”ÂrWU]•“£l¶ ”T4ÃßJͪ8žS¦öô·Ûm4 ,8ž;|äP}}½ÝfŸ3{®²jxjF–û©R¸÷þ³EÝ{ÿ½|áOÏ<÷Œòñ§?þéØœ?’v‡rº: 11¾i…û¯Yµöúu–+EQ >ø`˿߻vÊd# ‡c$S#(Ƙ2ó­–’ïv¶±&O0د¦(FâEÁ ²äY &Qo\¦«åߎšm|ÈŸ2óm"I _ .¬J¯êȸjè#ø’E#€~sÎ"š$eÇ`DéÅs½ Q¨RÀßÕÙ 1D ¢(è ÀØï÷ ¼$‰r0ЮÓëì6»V§ù¾Ãáðx<ŠH•eI…Ìõëvï©zí5Í‘î ëSZÛ¹œ_=“yÓM¤’¢ ŠvÙ›Ž„1ƘU©’ÓÓ;::hšöt»›ëêB!›Í–’žÞÊtX¨4šòòò¹Þ¤(ªÛÝݳ·Îȶ‹êÝóøÜ//ÂîTƒÁÛÝ øýÊšúºº:.Ä©5êœì¨®©æB\mm­²øÉïó)ÛÝ›‡¹Ô ´Z×ë1M¢(L˜0yûŽÏSSR¼šŸ|úñ¼¢ù×]sCCcý¶mŸ}ãÚë£ë$À`þƒgžÍ¸ñFRÉQE»S¡ôøqFc·Ú”‘ Ÿ×Û\Wo‹÷{}B‹‹WDJ(MG ¼kïμ¼ü¼¼qµõ5z¡½£]„á>Kôv®X­REöð‘I1>û«ÒÛõöИ´»!b³Ú½N‡©³« ½sï·ï\ô¯×‚]nŸpë-ŒÓÕ)pq±ñ(âUÑfâ¯6Ä_ê>ÞyæÅò½¿·ðq ‘kfµã0fJ·}Og_–3/7===2 Ãdgg+›ëë{;0ßWšš’ZrüX[[‹Édòù=W¯¸úÀ¡lyÂø IÉ)²(ºº:9œ•ž9¯hACc-´¶¶˜M–èÜÛJþï¸ý[=/¿`£(øÖߎ\ô™€bYiwÃbòÊ;žy.i×®¤E‹&\{ݤŒ †apg'útkÓŽÍ<Óšk¥Ñ{»„âp1¥ÿ¨ãøí¶ô5€´i;›ŽÆ¾%I’â!})áJQ¥á|¯§ÏÁ…U©(õ{·š,…–ÂÝ îŒÖ£J£}%·ò)Q”D_RRrss³×Û³¹}bbRk[«V§¼EZÀ²Ü3Q-*hšV«ÕçË£_¦¦¦Ü|óMiéijµ†ç9žçQÅÚ¾ÿùgrï¤7RÉQE» 8˜F”Àq¡`¦iQ–ehZ£Ñˆ¢@S´ÇíÖjµ¢0È£ö¶zY–0p:mX–£y¯:Æ29òÕ/9Fçr8Uj•Àsµ•16›N¯×èt ~—Ë…¢hJàù¸øxF âßyïµkÖʲ\S[c±M›2uîì9’$‹¢èõvŸ8U¢Óê4í{ï½;kú¬ôÔ´(Òây>))iXEYkXôí®çÁÍzãÿÝvGj]mìœé†€öv9ÿz¥™ç–mþt“Œþñ<ÏC¦ƒÝ1Éwû;c:™‡ T*Uxðô¨„¯½* 7—/öí¹jÕZ¯×>Úý©ÇQ1¥÷>—£³‰ô&#JŽvsaccA•à:½U©RÓRÃnQ”Âk%Q”°µ³”¦iY–KJJ´:õ­·ßcÕ¨5²,‡BÁÞ®\ìötË£°Q2aL]»³5Æ×íÑ eå,ËM¦P0d‹“1¶ÚíîÎ.½ÑØÒØÈ ¢Ñ`à9ÞbµŽV]•dYiÅöç%V¶.À0€<üåN’$Q4ûlpñ’3Ûlœ t9]Z­†Q©ü>Ÿ×ë•% Ð4¢YV„@ hµÇÄÆŠ’DÓttF›3»¨äxÉk¯½ºzÍZ›Õîõtwt´ñ¯8º𱯨vìÜž—›7cÆLU¯åóùš››•÷-㈩S¸á/išŽe“vw^zÖóõÞÒÌñ +wl;¾ukññ“N—!—öÀ7^w`èYÖ¡Þ¢“¤‚ „B\ œv}{Í–Äåm5{BÚ[;;;u:V«Ój5 ÃaJ¸Ti˜áŽh‚tòԉɓ ‡Øªª+cm±RT=;/€!|Sq8>ŸO–óPø~&‚²!/ªˆuDE„PKK3/†–,[ ÕjU*5æøPÏt6,ɲÇã!.R‰z$Ñl±t´¶Í&›Í*Ë2âÁ@|j Øbc;Z[c^o¤iQ»»=&›Uv8mað›å¶‹Þ3§,ó<¯Óº»º\Ng¤³T£ÕzrcI–1Æz£Q”doW' q¬Š¥) Qêݨ•çŒå˜X»É£H„¨U)ÇqééXÆÿ~“9&&7''5%-ÆbåB!Àïtºú0à L255%µ¥¥U«Óê´Úa©™´´´ÆÆ†ää„Pé.õ€ß457Úl6Q£›É:FÚËÕIÓ”( qIá/—ÜrûùŸ|hšv¹:“’£mkНTEçù Le½/:k7=Žu%¢(ʲ$ÞláR«ÒÞîÉëéîspþ¦âr:õÝÖ­Ÿ¾ñÖë’(žíîÎéüÎ~@ÅÚcÓRÒ:ÚÛ‡;Æ|(„0t´·‹‚ äY«ÑH’d6Eî͆hšV~¡­µ•B ©†ÜÕ ‚àñx›ë²rÓY–Uü¼ÀÐWwËûý~LúÂÈV»‹D«Õ&§¥µµ4ó#]]£ž`iZÄX§Õ"VÅú¼^ãB‚¨lJ!ŠfYNg0›ô:½F£¦)Ša˜è (IÏq|(c±,^°¤µ­­¢¼bïÞ}`€BË0µ&!>¡ ¯@«Ñ„‚A@SH¹šC×ÁS&NùâÐ{öí–F¡(J¯ÓŒ›@SÔØyÌŽªÝáÌô¬ç_|VYæ;hšÎLÏŒz" bFŲ²Fƒ†éG›Nÿ\Œ{Âd´h4­F£V©šVVtG ák¯J£¬ÂYm¶üüü¬¬ìáåƒ¡í±±ˆ¢†›®J­–1·»»²¢r ±&“I 8ô´–½í–[ßÿß=» œW:¯\¾’t„K¢({\lŒÍ*Š¢2«ìe¦4j†a²óòDQT|ÿ4M+CÒ£Rc/85&Š´E±ý¼¹IZí`2ëì‹ä¢(B Ë2,«R«Mf³¯ø¥Âó‘”õŽ‘ý@ÔÖ£hÚ`4ª5ÇéC!³Å’••%ˆ¢,õx¹”·³ £R©T*•F£Q«ÕŠc{è‰Zbb-XÜÖÖÎ0ôûeYöù|v»Ýn·Ã(U+«Õ𠹩)iýsYG0yQ  ÑjY•J§×K’$Å.ƒ´ˆ6RbF¸W**¹|„+A•FýhÅ2LJrr4tTOä,ðŒËÏv’ÃIníê5kW¯¹1£MQtäÞ“çVH†¦™HOÛèUWôÕ6 ê‚s„Fœ²€Š:Kr”ÊÂ2 Ë0½þâu/z.;+3Êü‘Þ켨Uª¤„„¯Þ¶BTŸ† &rùW®*É­‚ìFA @UJ¯@ —^•·?@ á+ƒ µ@ ˆ*%@ Î7¯”Œà@ ¾*ˆ¯”@ péÔWZSSE¬C @uÆL†*ðlÂÅc,ð¼À Êë £ƒ¢(†eϾ)cI’eIÂ#Øï !DÑM31N@ úq¬²uÓ®²†6÷_Rš¢’ãL7.?5/ql^k"./I š›šN<át:£–¤V«uҤ¼qãeYŒEQhjj.-=ÙÕÙµ|4›ÍãǤg¤3¬ê¢ÄI B?ŽV´üó£ãE3'/]d£)úÊ.¬$Ëm®l9vëïüiycðrUz!ðBScã—Ň'Lœ\8y*ŠjÒ/B(à2˜Œé陿¿©©éè—G/]–‘™MÓÑ4iAêjköìÚ…±œ™• €F=Nš!U‘@ }Ù´»bZáDKŒ-ÀañŠ/¯É3­pâ'ÅUD•.µ*¸ÒÒ“'êõ:†¡£~q«Ébš:cÆÁûssó|^±ôÔ©%K–gåäF1–esóÆ!Døb_Rr2˲£§Ž1ô?§£½­ª²ÂÓÝ}©®EQ£17/.mNHA®¤Ë1ÖÊx9êëkð±ÓÚî “-Þ 4vÄ€ÆÓáòìß»û ¸éÄÅ'UúuE–q§«S;IËÐ4K3ýP…Ù`r9]ˆ¢0·Ûž•5ò쥧glýôI†õ8”¤¥§NNŸ9Ën‰)FtE$Éét->,IÒÌ9s/aNHA®¤Ë1ÖÊx9êëkð±Ó¨½ÛÛêJeY†±xRᔯÿM§†%L‰*½Ü„©Œ¢E!*ú}»h ÂmcLÓôÈ7 eXV–eã‹gª*ÊÇ/P«Õ^¯ç^µZ?¾ ª¢ü’ç„äJºc­Œ—s¡¾¾#Í¡á±{ÖŒ­=Ôo}èWÄMg|UE9Q¥_{p/_Mr•å²eÍêkòóÆVœ(>rxæŒYsfÏ.¯×k±X.‡·9˜-–@ p¼WâÊ(Ès9ÆZ/çB}} >šád;°\7¯×;¬ D•^–’ΪRžç+k*›š›A¸î²lrRr~NžJÍJöÊÊŠ»vÜró­›?ÚŒåååJ)Šþñ}?}áˆZ•bŒ¡Ë¡Y"„¾Ê‡R1r9ÆZ/çB}} >šCõ¸jÆ”`®UІ'ªôò¦îhÊ«*çÎ-º9-ã<ç×7Ô8ðŤ‚ çSºÕŒÊÊŠ»w|ëŽ;µZÝ·î¸óÕ×þ…1¢0=W8sƬþø‡™3f¤]áËéù_)ëWFAðð\‘e¼œ õõ5ø•ÝsoAgh„Çž‡xª45-ýÐÁ /¼ðâOú“‹‘•¤¤ä––æÈƒ>Ȳ|ñR¿œ$)ûK ¥µ)%%ÕájÅwÄ`&%%µ¥µiâø‚a%–¤,«òxÜ:A¦0réìYsfÏš3 ¦¸¬®ËSÁH)HI¡® ƒ_ñ¾RYÆXî[F«Íf0”­ 5MÙéÓCÓd6_òåí²,?ýôÓ=ôÐ`¥kB|xª4lÄçþð‡‹­ ?úhË%Lý²èb"FðA¤ÕîlƒÞ JÓ´ÕbÓjtÁP Óí’dÙnqX58R’¶´6mßþù²e+’SFK˜:|P™W:m*_NmR¾R:ˆ+£ ò误È2^Î…úúüÊn,Ýs[ìÿÓ_ìONNß7‡ç¶mÛúœ/Š"óÕn›-ÉÒ“O=õàCVjyLªÒá­ò~ì±ß†B¡k¯½îÖ[o€mÛ¶/]¶|þ‚…+V^uª´8ŽËÌÊþíã/\´hþ‚…§JKïºë3gÍþÆõ7ƒA¿ßÇ7¿µxñ’%K–>øÐÏKeíÚk ÿÉ}Rã÷û›sù5}êÅøa ãs'N7Eù7>wWúÆ© ¹Ò7ÆçNŸ;1" l¥TäOå‘’ô£?JKËøèãZZ›XVõ­;îܹ{GEE9îÇ`q677½öÆ«o¿ófmíåe^iñ‘ÃÊÇš3Õÿ|ùoo½óFssÓùã,Ï‘444ffå¼üò+ƒ IÒŸ^úsøc^þx<2ÌL0üío_°pѼù —¯Xù¾Œ/êêêV­^;ô‚L˜8sÖœ9s‹æÌ-Z´hɨç竹&Ι;¯hÞ‚Ùsæ>ñäSøkÎ`e\³öšðÇ_þê×™Ù#±jŸ«sI ®~/ýù/ƒ…í_ÀóÔóÑÊÛ«ÿ÷ÚÂE‹,\´hñÒgŸûÀC¡Ð¤ÉS.·ª2ê½Ó`Å _—ÿÏÞy‡EutqxîvúÒ;¨ˆô.RTPÑ Š"Ö(Š=1c‰Ý¨ØÁclDE, X@{AAQ±Ò¬ôºíÎ÷ÇÕýÖm""¶ó><lÄöÿ¡ÓéVV­bótÆ©N~´utbvýÛ¹S€­][Ï?ÿZÛÖÃ!t÷^îéô´¡C óSÓN 6²¡aPpUÍÁƒèÖõàÁøÃÃ寈DÿÞ8~ÜÏÔ˸Ø=ެ…‰'ijj;rXMM­¬¼<.nßr&I„°"gä”c”˜pÐÈÈHyØ¿Ó,é@ÅØgddTVVÖµ[`pÏövv_÷Û€¼1"Œîß»gmm- Ïœ9kffJ}†5:ªRÙù,ƒjàô“Ú¥|ž¿³(%5ä'è¤Lå=x°níº#‡Áý¼<¹}‰åÑ5UšüÝIÑ0%'µA•4áQÏ #LÈ_õïԙʬ­­í¡C ¡ªªê   E‹¥¥Z¼dÉ‘#G† Ò³gpDDA»÷Ä Ãÿ?˜PeeU·n]£¢"Ÿ¡k׀ٳ礥är¹×®]3fì¥KåÚY´hQtô?ǧ yO½bЕ½ËJLœ2uÚ¥ ™A|Ð$o|¯Éß±?•*•äÌÙ³¥¥¥ááÃÅ –Ô›Íîˆrsuµ±±±°0G¹»¹öÐ?baÄóæùúøtíªÜ¾³‹s+/]¶ÔÈÐð›R¤o—JÅ…%å¯Ågð5Ô5I‘€¥iDŠ|>ŸÉdÑð;ÝÎfž éËd²ŠŠò&Ävënkc‡²µ±Ã$>°_h_³îAÉ)Éã­~mˆÍŠŠŠz^½ GuÔˆ1[¢7c‹¯+Íͽ“švâç±ã˜LƒNB …ÜÂø„C1ÿnÿiÜø»wïÙØ´ANO_µz BˆFÐÖÿ¹.nß¾zo𡪪ªÿDo4xHîíl„СĤ74š‰‰ñªQººº<ÏÓËgØÐ°Gä,ZáîîÖgîÞ½wùÊ•‹çϱÙlŒ1WKëçŸÆbŒåváåÓ~ØÐ°S§O“$¹fõª-[¢³s²£·l¦ÑhJöª¨¨Œ?áÙ³gÕÕÕÎNÎQ‘ËX,–"Ÿãöíß¼e«®ŽŽ—W;„~KQUÉòû÷óÆüôSüýzzzÓgÎ273ûmâ¯gÖ¬[ÇçóU8*K—.¶³µ•¼ººz¿ΤŸF=|ôhêïÓâW¬\õ©Ó!9 ¾@@Ðh\--Œ±lôjkk§N›^TX„ÂÃÝ-bÁ|„ìÐy"7Ê3(k\® cŸ>!ñ ‡fLŸvútº·÷¥K—¨kЩ¨6ÂÉ츹¹VUUÍš9!t#++bá¢}{c=½|úõ --++*,š5sFÛ¶r#ö1ƒ’š~²C²­Üy.7ƒí¼}èÿøñ“ž=‚ާ¦~¨o¯_½VWW×ÓÓÃ3 {;;ª‚Ôœ711F­Y».-íTuMÍšU+©©"×¥æ™*ŠÞ½™ÈæW¶&ÕÅ’¥Ë®^»V[S»tÉbª¦øp»A•(:ê1FÀÉ^WŠ:}êÔÿÏà““XUUÕÛË“ØÎÖ6ÿi>&qË-ŒÎËôöò:xð`æ¹s”)ª>‹ÅêÒ¹ &ñùÌóþ~~ÆFƘÄáÃÂ;uî¬È &1‡Ã ê„IìîæfgkkanIìáîžÿôiúéôÒÒÒA½‘FÕÕJìPnÈg4BÉÁÒÉ¿ÓÔß§—””téú5É èWWW/÷µ!ǯäñòàáæÊ]³ªRŒ±‡‡Ç»b¤ÊÙl6µA§ÓÙœ7Û4:M ´lÑâLFFFFƱääõmHI>¦Ä~Ã+;9:~KU¤H(D˜$%Ÿ¢ogíH§Ñ¥¾º"„rþrfªܯ~iIwüÙ ⛥jkk‹ŸWVU&NìÖ5ÐÊÊêü…ÌY×Ý\ÝÛz´í,è·?.¸Gpm]›Åâóy ±ÙɯӡĄý™™Yü4fÜÆÍñ|;[»Ü»¹i§RÇ›Èd² ó“Ž$÷ì¥ÄfC>À®\¹¢««cnnÒ»×ÁøøÙ³f¾xñbæ¬9±{þkÕ²¥@  …Ó~Ÿúßî=»ÿ‹Á.^²ôèáDCCõëþ\¼déÚ5«1Æ555;wšöûÔs™ç×ý¹~ç¿ÛâÌÜ;666â7k E]TUU¹º¸L2yËÖèðá#ãî7357~±䔞=‚”ìíÚgù²¥\--„Ðüã~4P®Ï………«×¬=v$IWWwþ‚%kçr®Ä@¨ß€At: !ÔÚªõ¶¶Z[·þiìØé3gõ Éš¿|é’/_.ŠÚ»g––æ­ììéÓgN:$ùêêɘSÿ›!Ô(‡ £ÑˆÂ¢q?ÿddd„1–^zz†ªŠJRbu,`Œ_¾z%;4EžÈM‡’ vèÐ^Ö¸¬ ãݺ5ú÷©SâFuéÒ%©Ó¸êŒdvJJJz÷é;uÊd&“¹gOìÁ?Rqèäïïç×ñÑãÇ#FŽ:v²¤´´i%ž~Û¢·r8Ù‰!n+wž+Ê`uuuÇæÌž•œœÒßÜÝÝÌÍÍ;tõjçåééÑ»W/‡#;穘;8ØOžôÛ±cÉÔTQäRóL¹ïNŠf¯l~étº¢yî`o?gö¬7²&Nšœq:Zœ÷"¹!÷¨—–÷Ž‘ICÆHvìT¡d9Æ ƒ*¡I’Ôö!CöÆÆÖTU988¾i‚1˜ÃábSÔÆ»öåĘÅbQ…tÍá¼Ù¦Ó&I϶mãöîmˆ$w\oG-÷`¡óä”dccc555ñ$/,,ìÓ·¿ÜwÔ†¿’Ç‹H$ruoÛ$¹û䪔ºX 0™L¿ŽgÏž“••åêêJ’äí;wÞ«Ÿ={¦££ìççggï üâbE•©Þ%kfž?oiaafföͬ•Rë¥Hæ ¾ºšÆëË?»¸!D êBÎ?n¿þï·ðXá®0^êUz‹¾ôÖƒäÙüÿüîÐ-5-µ¦º&ð‡m¬­1Æ7²®Mš8õÏ¿Öx¸{ØÚØ2ŒŒ3gBaP`w%“LÒ¦•Uë®]ºíŽÝ=dðs3Ëñã~ýó¯uOž<¹{/wÒÄÉ,« ðéžØ=AA-[´jøÄåóù²…û îÙ“Ïç÷êþã°É“'ËÌôlÛÖÌÔ”ªO§Ó© Éæ|>ÿâ¥KíÚyjkkóùü>!!? ãóù|>ŸÃá89:òùü––…E…r;•uF(aLJ*ê‚ÍfwèОÏçÛÙÚZµje ¯Ïçóìíóóóß»7.n_jêI“Qòº„š\Ÿ/^ºäãí¥¡¡ÁçóCz÷¾výFB»{—áÛT…ýû¥§§/Z¼äàþ8‘Htîì¹²²òq¿Œ§êT×Ôðù|ÙÈ |ŒßX˜Ä|>_$}êtPìܱÍÐа¢¢bøˆQ®®.¾>>²ÑkÓÆ:rÅŠÅK–¶õðèØ±ŸÏ—;4EžÈM‡’ ž;‹eËúÐð12 ‡cÇ’>zäèè€1â ßg$³£¡¡áÙÖãè±äŽÚŸ9{nîœÙ|>ŸÁ`´kçÉçóÍLMY,VÞƒwnßiÚAIN¿¤Ã‡e'†ä´‘çŠ2Èd2)ÏíÛ?Ñ[îÝ¿ýú¸}û÷ìÙ»7v·ìœçñxl6Û¯cG>Ÿïäì´zíZ%.5ÏT‘ûî¤höÊæ·UË–rkÒéôàóùöâš’½KnÈ=êå†å½cdЩ³íò–,§¶ÅÿÅ­úõë»tÙ²’’’!ƒ‹ë‹ÛRÿ}ÚûΘ5«¨¸ÈÄÄdçÎþþ~RÄ¥ Ñ»%~þ~¿OŸ~íúuww7’$srrœåÚ¡3è!¾€/%iÄ£–›îÁaÂÐÓÓ]»z•ä$WôŽÚÀãWÒTæ®9ÖJ‡÷mßÁÀ@ÿè‘#ÿDoÕ!„ªÚ![ aÒ¦ÛŒ{)ËhVåKÝ·×…˜š˜Ž6Bò2 W·uë׸¹ºQ/[µlÕªe«÷^ã%i!dkc+‰bbb‡ 37o1iâä-Ñ›'MœÌb± žÄìÚÕ#¨‡­í]ž"«_ëëëSSSÏŸ¿°}Ç„PEEå¹sçÄëDR ¥JÞ~–xwÀcÌd0¨B‚@$‰¸akÓæÞÝ{õõõâ“â¯Ù²]°˜LªF£±Ø,ñ¶@ P¾÷ÊÕ«I‡ìù/†ÃáìÞûøÉE>cŒèo ¥0q • u~A›Í./¯022"1vvrúký:™¾ÓPò™Þ>_Òò'M‡ä(455ÛµóÌÌ<Ïd2e£gffàÀÅ‹ÓNÞ¶}Çîÿb MŽ'W¯]“›%”k\Ö‡cï^ÁÓgÎ6D=ɵÒuF*;ƒ´ný_¯_¿îÖ5€Ãáðx‘’ÙT‘ûî¤höÊæWaM‘èØÑcã7²ø|¾………”T•Ü{Ô7nŒ BÅ ðíßóçÏäÝ¿w7—úS×Ð`s8E…Ô^CÃ[7³Ä•wÅÄ<V¬¢¢B½|ýê%FH²>FhРA7®_»qýZBB¼ž¾¾T±AÉÂ;$$ÄSÛS§N™={6F¨K—.™çÎ]½rùúµ«‹-Td#´|ù²¬×OO‘Ü{ðåAoK8 <~%M5aî>ù=ø@³œÁGcL¼³VJÁ×Ñ֣јê·îÀÖw6Ĉ®j`hו¥kÃ5u@2ßo”¬„Ir#ëzÖÍ,WW7W÷ZÈ”µé`ï@ŠD[££ÇŽkffVXXýOtï^½ì1;e›JJêÒ[\Ð%jåªóþX´pÁä©Ó0IÒô5«WYZX èß/¤O_]]]êr@Œ±‰±ñÌÓGŽ‹235]¶t±ô÷K™Uåά^¹âÏõ…ö€0VQQ0 ÿû»·ö£d¯¯O||¸_Æ«ª©ÉiòÖg“±cFû³±‰±–¦æ‡®•<„ööÂåÄCñ.\Ì{7ït:= K—å‘Q æ¯\¹ b!_À'IÜ¥s'›6úúú²‘ÿm⯣Fµ°´040dzÒ24œN£ñüNþþ}Cû`Œe£w÷î½5ëþ¤ÓiãY3gÐh4}==Ù¡ÉõäýéÉ \ã²>(:låA=}âÿ}ÿÿãꃑÍNHHï”ãÇ[·nMTWW¿wïþ€AƒëëëVD.#âS J\.wbˆ«ÉçïÍ`ã|ŠDë×o((,D«ªª._¶DCCCCCCjÎÉN•÷OªOäñx&Ffw[ùÿŠëK ’OÐÙˆ a,ÂB"ù,£¶7v £ÄQÖΞ9óûŒY¯_¾Ü·wÌÏ¿(¹Çèߘ“›ºnýšáïyfSÌŽí½z÷VQQUnóæ­›‡…ôÔ'¤‹³Ë{mjqµ¥Ê“$9»º}!©¹•uãËqòͤãËãô3ýýýƒ{ö@ñxüÎ]ÏŸ;óÍ'îëTãyÓæ÷‘qþúØ‘a|}Oìüo¿¿¯ûGùò{+ëFPpo%Š ¢·n  ÕÐÐPWW‡µÒ/p±TâKBúzúW¯]nëáI§3BÆʯǵð›(ª*Ö¾D¤c’@˜©Ó¦ìQͨƒüú°²§ú¹8¹¬[¿ÆÅÉåÞI¦Ø¦³£“H(ˆÙµsè¡ÎŽN~Ôüâ( ä›OÇ5Æâââ ¿þfbbÒ=ð¹Kzßvâ¾Ã_mòü~ ôw>¿ô&ÈËW‘_éƒüòD)ÆoÕ©¥©éƒûw3ÏŸ?†Éž÷¼îØ"˶ÕŒÜA]ï/ª*¸Zp%»/–{èb¤ì ¾‹³ µœùAsW¹MW7K‹ÚÚÚs<€*…€*mNŒãî—ìÅdž;“ªô[*MžßO“†Ð‡<èúÛ€Ik‚ ùUäTéW"Kß¾¢Ó-,Z´°h!QÁ«îÙéûg·‘5Åo5(AÓ´$¦#¬h­´Éçåûlr¹ÜìT) T) |ûÎ}wš´‰ÖJ¿Êƒü¢ Ñh!⽳Ѹ3iÜY²€|÷½‰F§ÓÞ>„Ÿ ˆêêjÚGÿ)}R› Ja ð1 ª|ƒ©"-Shß¡(UøÛN J攤„Ž®ÇãpØyáP$ÒÕÓ#I’ ––ÖËÏ Œ?Ò½—/_p¹\A| › Ja ð1 ª|ƒ©|çiUú%%ƒÉrrr¹xႽ½‡Ã¡~_áC¡3"¡('ûV瀮|>ŸF§ÛÙÛ_ºxÑËÛGO߀֨/$‰_¿zyùÒ%'g'&‹õ)lÊ­“{;çËÉÎå ä›IÇ÷6Æ/yP_oÀ¿ùÃÇ«ÿ%Á7“Öä#Iâm¦¡©ÕÆÆFOßTé—›Íncc§®¡qñ|fII Ù¨[×i4š®®^瀮VV­kjjèt†¥¥%)"oܸVYQÙh›\.×ÉÙÑÈȈÍQ!¢ÉmÊ­6|Ì  ª²â»ï·úñW_[ûäÉ£œ[·œœuå SP¥_$)²´lim݆ Ñ>ÂÉçókjjÞä˜Éjeeejf* ÉÆž “Å¢$é'² ïDðmöéèéÛ9:Þ¿wÏçƒTé‘Ę@³ A€o6›­¡©Y©@v+[+}ÄiášVõ™øæ¡~¸RѵÊTiÓÞÿÅAÏ|„ý.0Ö#cÈ ÐPUJ6©*µGK Ì}ì‹—\E î@CUiŠR-tËX홵oJÕÑÍÚ[ÈB4P•6™,mMûÇÒu ©ÝÂuü³ Û®ë ô€šrUÚ$pp±q]ǸW]Y¼®i=|‰ƒ‹ÒpÁ‡ Á­Å/ƒÛ™, w2Ðb+oåÑZ{Ro럻[Y꫎êÖò½½ „ýõ74©¶ Ã1И0ð½ói¯+Õ@[Óv˜'[ºNÂÂç4\FüVîSÐõ¾Å¨[žhDjù^#úZìåõtam¢^VÍ'V­î®ÓO^UðØLzÒå"©Ê4A’ï–D'gƒS·^4FÔ¿ÛvKò4@ÓªÒYÄb¡ GúZsÖ9swý–«˜AÝEÇóoë·è©eèjúhŸÙ£Ñ¼9äT>ÒRdçúƒR7+íä«ÅmL5>«ne¤Ž0îìl Â¢½RŒ²ÐWëãcº>é>U¿——©¾{@ ¡ˆä°èµwÐ’«Æd3é…¯k÷ŸËŠ0BÈÖ\³»‡1Bc´ûô/]ɶ?µžs!äf¥àbHbT^Ãßw&¿º^È Óæv¼ûJO‹£«ÁJ¸Pøôe Ì¿OGfæù =B3g̘;wΗãXQq±½··÷‰ã)¡˜˜] -zõêU‡í=ú‘ÖÈšµkBS§Li´…&GÒ¥&)ªu¡÷ÕÖ64±HÐXõ•i‚Z&KÅRHc!„¼k$‰uÌ;¨é˜©ä5( Í cj±©\;ÙOÊǶN¾Zäa¥‘󲕑:ÆøÒÝדúØ&_-‘ØÛF÷Bîk±«I mL5wŸ~\VÍoa¨þƒ›Ñ›«˜ô{…•‡‹*[rùrÝ¡»!“†1>vµØÛVoó±<©®÷Ÿ}ZË!„úúš»[é\º÷ZK•9 ƒÅ¦£÷_Uðè4‚N#dÛbŒu4X½½L×&Ü­¨º÷ò2Ý“þcÌfÒîT<¹ZlmªÑÍÍ(:åÌ¿OÇÞ¸½!:·o_3«R‘HD§ÓíÕÔИ2y²…¥õríºu¯^½:x`¿‰‰ióIÀ5ÿ—€Rþ|6Uºæ=ªô ñøt(¿®´ñgE[ž•1žd'W¿Îf¨ØÑ˜Þ+^íS^]A7¤1-+_d>ÉÚÿ¼ŒqV´µ†4•k!įj-¹úZœ'/j(¯ªê„žU;Zr9Lz3ˤZ½ÙÀ¿Ý‘ø~a%ƨðu] Cµàv¦Z"–j"ù×ÖZwBp›q=¬­Œ5 ¸ŒQ+c‡Ïª^–ó0FBæ H©¶Ôv õÅÕå5ŒÑ¥{%VÆÔ^|ü¼cô¼´^[õ1áýÆþšwèP¢©‰ÉÀž¾¾ºzú­­Û,\¸ˆ$I@б£Ÿ±‰©¶Ž®½½Ã_m[èèç>\Oß 55uÐ?›èèê9:9Ç'¼ó3i•UUk×­‹‹Û‡òóïôðáC„P¿þ¢££%«UTTÈ‘õGjàr+¤¤¤øùwÒÓ7053_¹j•‹«[eeeee¥¦×ÅÕMÒ„PbR’·®ž¾Ukë9sçòù|q|ÂÇy´õÌͽ+s©^>È””Krƒ,é§";rƒ| k¥|¨ÑvKP‹þv3Þ)‡ê´m2· Tãêóëž°ÔÜÊ_Þ*¸s¸œ¯}›÷k¡¨ µº¤Ä‡K÷^‡´:“ý’/aŒB’/ed¿ngªÂ¢ß|TV]'Zâ¥ê„"Œ1_ Â$æ Iž@„zVR¹ï¶©¦C -'ƒµ wi4Bv°VÆnVÚëîò…¤Ÿ£—È„"’$±dMÙ¶oªá7ÕB¡7>ß¶å hÞo VÛKNI©¨¨><¼Kçα±{ãâöy{{S»îÜÉ;vlà¿Mš4rä¨kW¯(*¿yófxøðíÛÇí]”zòäê5ktuuÇû¹ÿþö$IF­X9÷?:u£ƒºyó¦ÍòåËÎ_¸œœ2kæLï{÷îqØE~F,˜?zÌØ’’’íÛ·Yµj%¹ëÀÁƒRFäúÚ÷ÿ¿Ô*·‚Ÿ¿ßà!aªªªÌ«©¥)‰VDE†úûï êê’fee >ÂÐÐ`åÊÇŽ%oØð7‹ÉûÓX„ÐíÛwhmm½rÕª•+Wnß¾M²á­ìl©^>È””KA( ²$²vdƒÇÀ7¢J?þæèaçagú•N9³¬Û òJ úËü[ûN×®x)ò¤:QÖ#Œñ½‚Ê“7ž]Í+¡ü¡ÎÈ?zVÅaÑ\6½'ëçÛ[»1eAÜ!¤¥Æª­f=*½WX±d¸+A ‘ˆDÑ$’¸ J…E+«æó"!çVÚÏKë0Æ÷ +ûø˜ék±_–×3èFðÒm1ÆŠ«B}Í5U™5|o[Ýû…UR>Hþ>qqq!o/ï–-[jjjÆ'$DEER»ìíG‰Ú²eKÎíÛ4:]nù±äd’$Ïeffž?OµMÏÈ9rDÞƒ¼Í›7—WTðù|„ÐÛ·;tìˆ235Þº… ˆÔÔÔuëþÜ›——çêêêíí¥ÈÏ.]º¨ªª–””ôï×Oj—…¹9BHÒÈ–­[eý‘T¥r®®©‰DÆŸtúikk#„(¯è÷‹?Æ”¤KJ‚¬ÜÎ{#Ÿp`;Ÿ¦©¥ekç`lbò%ªR„PNýH½çQ-õMKž—æÔÏn å©[¯H•,Ú}S¼ÝÊHýLÎ YSâ:Š+ÿJ¬Dñ…¢éÑWßxò¤,çI™T“ƒçž<÷T²D Ä[ŽÞ—u)ûqYöã2Em'o¾Lm\¾÷úò½×’Õ$}¨¨áGü—÷c$é­ל\ÝUTUÆ¥%%:ººÿÏH|¼@ <øÇ^Á½BOž<™3wîÞ½{)Uš——7Áyyy­[·677§ e˃ºwŒŒŠwwwWᨤ¦¦ÚÙÙò|„––V=—žž!×½sç2³nduèÐÞÅÕ%--íõë×£¬¹þ÷ê%n"·BPPPTÔŠ¿7nTUUåjsÁØ1c444ž={¶sgŒµµµe K±…AAQQ+¢££uttŽKFõìÑ£!ÞÊöò¡¦$]jHyÿÎpø|RØlv=wõÒF&Æ_¢*-ú–ÕªäÝ®¨7*ú6t¡Tºšìñ½lK*yWᅥÇﻹw]ÜÔTUUÕÕ µF(fïÞ8„Иѣ===B"‘hÅÊ•ÇOœ˜3gBÈÍÍ­¨¨8))ÉÖÖ6zëq+Ùr—˜˜Q‘Q?ÿ<ŽÉd:88ôí××ÁÞþäÉ“[·FŸÉ8ãè蟟/÷kbìÞØG‹D"›6m–.]Ò¸ïšRFäú#ÙDngçÿv튌Œ\¼d ›Íž2e2BhòäI‹-žøÛoëÖ­•´ðï¿;–/_>mÚt.—;aÂø9sf¿j€ª–íåCMIº´yÓÆ÷¹A“ª ùíøDput<½½oÞÈúPUJp¹ÜÜÜÜÚÚÚšššèÍ×ÿ½©´ä5BèHbÂÅÇ&tQ›ö »úè”êmedkH ‰·ZNpH¨Taò‘¤°á£ª*+dë'Æðë ®®N]ŒØ@=ð„ MA# æ½{Búö—Ý[YY‘žv2(¸7B¨¨° zëÖàP uuuå¿íÔ”.–ˆZŸ¬Y["I |,$I"Œ „¾40‰ F#nBh¦3øÏnyîÄ“SêÄý{151©¬(ox9ÍI³ªRø`Uºur{Ð Äl¿A€ï„U  JP¥€”ßí@S1.,å•T‹Bx:Ú× A &ÐU£›è°éð½T)|]’4·¸®¼¼:ãRNQi I‚.ýŠ¡ÑU¿vUõšv¦ªøØ\T)|>ŠJyeåÕ_ ídïãnÏf³ &_/<ïüµ;O\îèU¤J7ÓaËýÂçóA#~Úäã3Éd±XlÐÊ€*@%U¢ŒKÙ};Ûû{»B4¾vØlvg_7‚@—o÷èâ%«J1Ƶu5ó^¼xþå‹"‘¨y£Óé†>>í]\ÝšY €*€¯>‰ŠKk½Ýì!ß ÞnvûNÝÈœ|>ÿaÞÃS'Sƒ‚ŒMÌh´fºøT$ä?IK;©¡©ÕÆÆ†ÏãAšU À;`ŒH³X,¸¢ôKãæÕsÞ¾ëøœ‹-"åÿ*3_À¿tñ|÷ žÞ>Í< KK=}ƒcG;8:*T) Õ)‚ûï¿ÜÔ4-’|ñâ…‘‰ég‰UëÖÏŸ?k¶ZP¥šø„𴬬!¤­­Ó8ƒ"‘èséBƒÙlW²€*€¯SúXþ_à H”$ éÕ!”xøX£…)ð¡ÀYà§®®~ÎܹNÎ.ŽNží¼þþ{ãG$IrÕêÕ‘>ñ'  ì{ýú5Ù]Õ5Õ›6n-ððw;w¹Ö$›uRªP$èÇ쎕kM²IÖk.®®#5E"aÃ+Ëõö½f¥v÷ðh´·!¡¡;wl“Ñ–o^–——öéÕÃÉÙùZVε¬'gç>½z”——~¤.?~üÌ™3333=<<.\G%€\à >ð-“sûvfæù¼û÷8BHGGgÊäÉ¡¸¸¸•«VÓh433³-›7éëë¿xñ¢K@×Û9Ù¡û÷ïûÓ™ŒôúúúVV­;6ïAÞ“ÇOÖ¬Yíåå±pa}}}ž=ÕÔÔ÷ï‹÷USSÃb±˜L¦BMŠ‘Ô=øC `³9ƒéÜKUUMQÃ;·s'%f^¼J’øpâ¡Õ«" DÔÖÕmŽÞÎb2ùi ‹ÅêÙ½Û˜±ã23Ï–––ðêëitº¡¡‘³³‹••uyyù¬éSoßÎáóù½Cúô í'Ù$ëÆ W·üüüîÝ:çä>@ñùü.þí·ÿ»«-å@Qaá¯ã*--13³¿Løµs—®3¦M÷µjÍúÓ&?zø ºªúçñ~úy¬¨¨èÒ¥ BhÈ!:u‚T)ðÝ‘}+ÛÑÑ’¤bž>}:sÖìó™™&&ÆK–,9köömÿ(²P]]ݽ{`„÷‚Ó§O/[¶<1ñPÄ‚ÿü³íØÑ£R5 8<<|РA wïð±ׯ]Ý·7vù’E^Þ>ìçßYR-Q¬[³jü„‰L&“Çã͘>åâ•,---êwƒØl¶·oHh?J‡mÚø—ƒ£ÓêíëBÝ»u6cj Õµ®žžd„ÐíœlGggŒ·ïåË—Ü<ÑÑÕ¥Óé<^½‡‡ç¥‹ç÷Æþ7}ælƒ!nríêGGêåͬëN..R}]¿vuä豓¦ü.év\ìîøƒûwÄìVWWßðçºçÏŸñxõ’]Ëmuïî±YEëëPÑÈʺnckÇãÕŠ?(Û×£‡LLLÙl6WŸuýº½e3õDr;ooÁ»—‹»«««‹ùwûØŸ¡Îà“$½eSøˆQ***ž„¦¦¦EEEÔöóçÏUUUa¡@þg1„ø†qtpðññ™4yruu5B¨¼¼|ݺ?}}}Ïœ=[\ü !³ËÏÏ!¤­­][[[^^Ž:•vJÙ79ƒ’˜RåçÎe*ócL"É¿È%‹}=Ý÷ï pæü•…‹—ÛÛ;IÕ D***Ôöã‡tV·‚FŒSQQIT_`ddLí;uËÁÑI¼íèäŒI¤£­{3ë†P Â$zñü¥t“¬›ÎήԶg;ï¸Ø=å½CúJ: ©¡•{ç&QeEUä²%NN.R}éêèžN;Y_ÇÃ$*+-+*,Â$º{玧§—šªúëW¯·oÛêèè,ÕµÜV’fÅR;89KŒÑEQ_Ù·n‰kædgS51‰vnß6t¸Øø›Ì¼}É«ãÅØ?mÊ$_(à §M™`?¯Ž'å’dÛ÷bee¥¡¡qêÔ)„О={áÀÿ !¾mbvþ±p¡·/ÆXMMmÔÈQ‘˃{õBYZZnݲ™ÒšóçÏ îeeeelb¬ÜæÈ‘#ÚyyèOI.[¾Lùu¥$FøÝsÅÎnn㛬®®þFÉ;“lbfZZVJíúkýšË—.²ÙMMÍ•kþÄ[XZhkëtñ÷>rtaaƒ£#U3;ûµÝoà sç2|<]ÕÔÕýü;G,^*Ù¤¨¨ÐÑÙ…jÒªuëêêꥑ+¤Üè7``Rb|Ÿ¶6¶vt:ÝÃÓ#,¶ê?hðÅ‹|½Ü¸\m 5nÀ÷øã„qcîÝËÕÕÕSSSspr’òvÐà0ÙV’fÅH;ìäDUÈɾåÙÎKQ_ÙÙ·Ä5oßÎnçå>“‘Îçó‚zKu!~©ÉÕŠÝ?x@ßö^îc]ÝØýñš\-üq'ù7nÜ8uêÔyóæYXXlذŽJ¹\.777·¶¶¶¦¦&zóÆõo*-y:’˜>j,há¸=:8$Tª0ùHRØðQU•²õìóï £«ûµ ðòÚ¦­šÒ[v…µ!üœ˜€ÒÓ×ß´u;AÐ>'Ÿ”Û99K–E™š™Ëú/U¢©Éýoï~jã+,ÀרRh&0Âd£~q´u›6µ!?Ù¯•¶he•|2ý>“éå—_ûEâéHäWû£©žíù/[¨©Åýª ªŪcL’‡/15M:. ?ËX„BÁWz‰¨Rh6éƒIP¥_$M›‚F344,ÌÏ·°lÑücyøà‘‘1Ì4@• O¦ˆF#ªª«™ 8â¾, ÍÛ<.xш†¡€N#BÎ.“åíã›–vRGO¯µuFs%](>È»¿ßÞ>¡ý¤È ª„bѱŽÊ­{OÝí[B4¾ ²ïçëª2ä=ñ™Íf»¸º©kh;zøÅóç"‘¨y\¢Óé†FF}BûÙ;8ÔÖÔ@ŽU €4:ê ÿvŽO\"r´6g0ಿ¯¡P”“WpâÊãþÞºj„Ü:$IÚØÚ::9S¿Õl$)ðA’ªù˜ê²«xšý½3.ß>zé)Ççñ \ Jà ‚F ;Õ"z.^‚Ç }ÕbЮa®§"ÿÂRT)|ÉRÆL‡m¦Ã†P€\hT)€*@•@cf-ÆQá@à „N§ ‚F<T)ðõ¡©Å­««c²˜ /K’2˜¬çÅEšZÜm ÷à_¶vöW/]ôôö142fÀoxÀƒ@ (*xzõÊeWWP¥À·±‰ Bèæë•$IB@à F£iji¹ºz™ƒ*¾aJiS¾E !@•¨RT)€*@•¨RT)€*@•¨RT)|2„B¡¦WS‹ËÕÖ1·° èÚ-6vïY(*.ÖÔâþØ]ª|ÍÚµkÖ®ýìTäÞgç ‰ð•€ß$ALúí·ç/ž'%þyܸGÍ;çcUךµ¡©S¦|Þ¡ijhL™<ÙÂÒBv—H$¢ÓéŸM•~ñ¾R`­øFg6¶paÄ–Í›O¡Ñhk×­+--E%>ìãë««§ßÚºÍÂ…‹H’¬¨¨ôãFÆ&:ºzŽNÎñ ’vfΚ¥©Å1s–³‹keeeee¥¦×ÅÕ !”˜”äí㣫§oÕÚzÎܹ|>ŸZÅôñõ¦o`èåí}+;[Ö7YÄ ÃÇy´õÌͽ‹5j´¦÷Æ¡óç/hjq?¾²ªjíºuqqûÐÛuÓŽ~þááÃõô ._¾¢Ä+)ãT¹Ÿ§aàBûö;w.Ó³—¡‘Ѭٳ?ÔUW7©ø¨Rø?ÎNNövv|>ÿæÍ›7oÞ ®«£·7¶_¿¾«×¬Ù¸qÓƒ““S~›8ñàý¿NÏasÄmçþñǦM›§N™²"*råŠ(•íÛ·­ˆŠÌÊÊ>|DYYÙÊ•+ÜÜÜ6lø{Ù²åT«;wr»víºjåÊ»wï9Jʹ>P»nß¾ãæî6ñ×_óòòV®\‰6l(Bhßþý¡ýû÷#„† &;Æ›7o²ØìåË—½xùB‘W²Æ)²²²LÍL=Û¶MKK8hÐÀtut7nÜ”›{÷ƒ\])˜x¨RPȱäd’$Ïef8hëÖh„PzF†…¹9BhOllLÌ.ïííEU¾víÚ_m˜0a|DÄ„P`` “Éd2™ýûõ LNI!IrìØ±£FŽ\µrBèè±cTC{ûQ#Gî`oŸ——WPPð^¨]666S&O1b8B(¿ !äïïoffÏãñ%&ZYYùúúÈŽËÌÔ4zë–±cÆäææ*òJÖ8…µµuäòå”üíÓ'dú´i?üðB¨  ÿƒ\•ŠL6àCëJ¯’gÅÅwso——•!„BûTR3++ëNn.“Étvv¾tù2Bhüø_†† ¥öªªª´hÑâðá¤Ó§NßÉÍ7~zFƆ !„¸\nEEÅñã'¦Lžl``€"cü^ßx|¾Ô†$AÈú@mhkk#„ht:Bˆ$I„FµpÑ¢’’’_ ·G3ssʬdSèêê"„L&BH_O_\N’乪<> öÁ¤ø ÑhšZZ¶vÆ&& JïB’ÞºqÍÉÕ]EUa\ZR¢£«+U‡$ÉÅ‹—<{þ,!áI’Ó§MÓÕÕ êÞ=22*>>ÞÝÝ]…£’ššjggëàà˜u#«C‡ö.®.iii¯_¿¦,XYYýò˸‘#G…ôé“|ì—ËÕÐÐxöìÙÎ1ÖÖÖ=‚‚¢¢VDGGëèè;–ŒêÙ£Õ0//oþ‚"òòòZ·nmnn.é˜\‚{õR4Ø¡CâV¬øûït:}Èà!Ê#£Ä«Fð¡®JÆGjM׿sÌ[€ï6›]Ïã]½t@„‘‰1¨RàçnîG75UUUuuƒ!w™c¼zÍ555›1£G†rqq‰‰ÙõóÏã˜L¦ƒƒCß~}i4ZìÞØG‹D"›6m–.]"6Ú§OIIÉÔ©¿‡öíw8)qòäI‹-žøÛoû÷ÅýûïŽåË—O›6ËåN˜0~Μٯ^¿F¹¹¹'%%ÙÚÚFoÝ"å˜\” Ö¯cÇŒ3gŒ”GÆÅÅE‘WàC]•Œ”*•ýÚ|«put<½½oÞÈúPUJp¹ÜÜÜÜÚÚÚšššèÍ×ÿ½©´ä5BèHbBø¨±Y ˆÙ*U˜|$)lø¨ªÊ Ùú‰ñü:¨««3™Ì/j EÅÅvvöÞÞÞ'ާ@Z€ï‚F0Ì{÷„ôí/»·²²"=ídPpo„PQaAôÖ­Á!¡êêêp·ðõA’$˜Á€•~øâÀ$f0’÷04ø\¾Îñ{ïïi~LML*+Ê!;Ð`­U  JP¥ªU  JP¥ªøN026)*.&IrÕêÕ EBH(~!ž¤$kbUºm{ìžÝ©'Ž™yÿ¼ÎÈF»ùg†€*±pa}}}ž= „JMMõóïäíãÓ¹K@vNz»²µhÑb_ßöÞ>>Ù99£Fqs÷èÕ«w]]ØÎ{« óóïäæî1zÌX‡Z¹jÕóæQͯ\¹âçßIÒ1Ùúõõõ&¦fÓ¦Ï5jt@×n.\TT(w Šlšš™Ïž3gÀÀAÇ’“ŽïÜãâêе[LÌ.q¡Üà4°wªfDİ¡CÛ·ïpéÒ%%uꡤɿ;wºº¹wû!páÂE²‹”qqqm=ÛµóòîÛ¯ÿ«W¯B3gÍÊ{7î—ñ å!´té²öí;8»¸Š;’à QMMͰ°:vìè7mÚtI uuuý \¹j•”3²CPç÷¦F*zË–-_¸pÕ$++Ë×·½d´%g‚"¤ ¾wÚ7Ð1Ùt€*¾?Uº`‡Ã9vôèþ}qÏŸ?ÿcÞ¼¤ÄC/\X½j帟ÇQu*++===ÏŸÏ4hPHHŸˆóo\¿¦®¡žpHÒ”òjoØp&#ýÆõkš{bcB#†?pàŸÏGmÛ¾}ô¨Q’Ödë#„ª««»þ°}û¶Í›6Ž3F$É-T4¹6«ªªºìß×»W/ªäéÓ§‹/>™z"ídjEEU¨ÈfÃ{¯®®îÞ=p÷ÿ-Y²xÙ²åŠ:’Dn“åË—Ÿ>•–zâx]}Tý§OŸÎœ5;)1ñò¥‹înn3gÍFEEFš™™ÿ»c{DĹy§rçââ’™y."bÕ‘¢Q|hˆN¤¦ªªª;wöìÙ3 Fˆ-”––†ô éÝ{ú´i’ÎÈ‚¢Ô¿?5ïFoðà÷8€1FÅîÝ;xð`ÉA‰g‚‹³³BÞ5¨|Ú7Ü1©tHÁ€ßgΜ)--öæ³³¦†Úàp8AAÝBnnn¶¶6!ww÷ü‚|ÉæÊ«ý÷ßîĤ$&“ñòå+›…Ò××oß¾CÒáÃݺvMK;µæÝëêdë#„˜Lf—.]BÖÖÖçáDz…YYYr"×&‹Å¢š‹¹páB§NôõõBC‡†]¾|YIpÞ»ŠŠŠ··7BÈÖÖ.¿ @QG’ÈmâïßI[[!ôã AgÏœ•òܯcGc„Pxø°.]˜z‡Ó³g„·—÷âÅK”Œ÷CCäêâ2oÞüÙsæ´÷mß­Û~÷  æÏ§:mÈdãܦMåóV6z-[¶466>þ‚—W»„„Cg2Ò%»ÏE>ÈT>íî¨RxŒqÛ¶±{öH•³XoNg³9âm¡@ØÀj™™ç÷îÝ{òdªŠŠÊ–-[òòP{;fѢů^¾êÝ«—ªªªØ”¢ú$I’$I£ÑB@Q¡Ü(²Éáp‚2“ùæ€Ád*N{§tµA£$I*êè½M>,‹ N£:R4Š QË–-/œÏ<ž~ôØÑuþy2õBˆÁ`zz¶M9žÒ£Glðå"7õÊS#7zƒÿWSSmooodd$%Í•;#× ’iÿAŽ(ÎàßÇ×/Cü1ïç矙yþÆ”¸•ÝT½TTT˜š™©¨¨`Œ“’‹Ë½¼¼*++×ý¹nÔ»§ïÕ‰DûöíG]¸pQ(XYYÉ-”;E6eñññÉÌ<___JII¡ §½7¼#åx{{§§§—••!„öÆIŸíõõõ=sölqñ3„PLÌ.??¿†ä].ÊGÑð?c2™½{õŠŠŒÌξEÝHDĆ¿þ"1~Â’$%Q4¹©oˆ«RôëÛ79%egLÌÁ?*ªÓð0*§áŽI¥ãäÉ“¯_¿†w'þÿ.!¾FŽÑÎËÛÀ@ÿxJÊ¿;¶OœøÏ'I²gÏÎNNMÒE@@—˜]1}ûõ×PW737“Ü6ä`|‚ƒƒ}CêkjjæÜÎéèç_WW·mÛ6:.d d¢Ä),--§ýþ{ï>æææÚ\.U(צ\—Õl`GÊiÑ¢ÅÌ™3üü;éêêúøxsTT$÷ZXXDE.îÕ‹2¾uËæ†ä=ñÐ!Ù½ÊGÑðåädÏ_°€N£cŒ£¢¢ †X˜þùçº)S¦Žûeü¦KNB¹Cs]•BKKËÇÛ;õäÉ¢£Õù 0*დŒÀïÓ¦oØðWÇàÝ ‚ËåæææÖÖÖÖÔÔDoÞ¸þïM¥%¯BGÂG…Í@ÌöèàP©Âä#IaÃGUUʹ9&áÀ>ÿÎ:ºº_ÑGŒÔ}Р÷ßz\__ßÚºMỳÊ-l6>Kïuuõ**„вeËË+*VDE~óÂçÍ2@¢¢ªº'æßÐþewUVV¤§ î**,ˆÞº58$TCCC]]ÖJàÓ’ŸŸß¯ÿ ‹~ýúA4Î’¥KΞ=W]]meeµeó&À7¨Rø´XXX\¹|©áõ9Žìj™ÜÂfã³ô¾tÉ’ïmª|Þ,|vàn'T)€*¾àºR€o„¤„ƒšŸÞ¡Ms;/¨R€oêa+ÍFò‘¤¦2gð€Ï¨Ràógðï’$yuõ|€a‚@ Ád²9l‚ 8À·ÇÝ;·äÝWRF£µjmmkg±T)4|¯¢¼*÷N΃‡÷KJ^#„ôtõ­ÛØ89»¨©©3˜tðñðáƒÀÁL&SQ@šr T) J ùàÕó^<{‘rüˆž¾~¯P3s „PaAþ™ŒÓ¹q·CBú™˜¤HQó§OŸ:»¸F._þË/ã¨}ÃW/_@`/L’J$)BˆÉd’$©¤A**ª,6 !!,à jkk0ÆÚ:ºB¡°ª²!D4®¶vYi U_UUÉb"„H’¬­© …!m]R$ª¨(§Ìªª©s8œŠò2‘H¤­£‹1~ë1.//“ë NWW×[x/Apµu(¯Ä¨¨¨ÖÕÕÂÄ€/¸®øö!I²²¢*%刻GÛá#Ç´²jÍb±X,V+«Ö#Fuus?r4‰F§)9¿'668¸çž={¾ùXQ(ÔÕ5QQ^^^VZQ^.‰h4šX&2d$¯ºº"PyyyyYY]m­†¦&N—T–jøÿ_++ÊËËJËËJIÒ¦‚£¢9P¥ð9áÕÕß¾“­g ß9 []]ÝܹsçÎ[WW×¥ë\.÷ÚÕ+t†üSãØØ½K/æ ø·oߑܵ5:zÁ‚„СÄD-®vYYBÈÏ¿Snî]„а0?ÿNnî£ÇŒåñx¡•«Vý1oÕöÊ•+~þjjj†„…uèбcG¿iÓ¦Ku-k¡¾¾ÞÄÔlÚô£FèÚíÂ…‹Š B©©©~þ¼}|:w ÈÎÉQbÓÔÌ|öœ9Ú¿ÿ€€ï :Á`2kjj¨µLŒq}}HôFMÖÕÖªª¨ÊÖ¯­©A#„ÇãpÞAÇfsB,K(ˆ—G•Ãfs¸\mM-.Õö­¨eijqµ¸ÚšZ\ê°%B]CSK‹«¥ÅUUS—´@„††¦ŠŠªªªAššZš!›­ÅÕÖâjkü½ûŽ¢Ìþ™Ù¾ÙM6½‡B'$¤S:ˆ€''XQî<OíNE xêý,§¨¨T滑$ô„$Ô$@zHÝ^¦þþX×ìf àó~ñÇðÌ3Ï<óÌf÷3Ï3ÏŒ§§jáíã«ôP©TjO/X,ÁÏB•"tƒQ4s¡¦*;g4¼ù曋%//¯££ãË/¿|óÍ7 +{TyY©c§Ž£ââÿ¨¨¨Ù³g¯Yû³îÒœììý@áÂ#F<¨ÓéZZZ}øáýûJO÷T«×¬] >òÈwß}GQ¬\µêñyóv(•X¼øõn»v.ŒFãÄ ãW­ZùïO>~ü‰'„(Á9±¥¥åÕ… ·lþþPIÉ»+–?ùÇ'Ý”i0òrs7nX/WÈÝÔÝUÄbË0ÐCüHQ„ãB~Þ!?C3ö‹=вI¤RÊäÂå§—Fãí£ñöQ{zþì÷‰)”J½^§×iíC$I*=< zNÛe6U*!Nž×é´:Öb6ý,$õô¤(Êb1 ÷èõ:ƒAO’"•PÃ0J¥‡=?MQF£Ád4¨Ôjü ô[í` ;Çrí½¤Û·o5j”}ÕöíÛßzë­°ðˆ––f’t•~»æÛÙ³ï€ûï¿?77÷Å‹íñë AƒZZšõzýáÇ_yå•={öˆEâÌŒ aí7ß|»yˉDÜÚÚ&•IÀßß?33kËÖ­ãòòöìùñŸï¾{ùòå… _{yÁ‚ÌŒÌqãòºíÚ¹H$cÇŽ€ØØX¹\^SSáœXVVÖÙÙ5gîÜ+±¬Éä¦L©T*lžï¦>è®%‘J…¾F‹Ùd)-f³BéaÐë{SÏË0R©L$1 í¸J¯Óº¼½U"34-¬²Ù¬b± ĉÐýi#€a¥D©ôð`hš¢iÇx×b6 ×ÝJ¦iêJÉV›§——}MSÀ²,Ïó"‘ÈÞ7Œ¨¡ Ûý¢7nìE®+,ËæÍ[öþ¸÷ƒþ]]Ú={öŒ?Þž!#=ã›6yyy=ú­·ÞKÄÙ9ÙPTT¼nݺݻ  ŧŸ~ZUU-äÿÃü'ÞxcI[kÛ=Ó¦)•ʨ¨¨’⢽ûömÛ¾íý>Ø]°Ë^rO%pÇqœ0æH_ývNäy>9yÄÚŸß ÛS™r¹\øuwSt·aXV)AÏÓ¥£(•Jíø‡BÓ”‚WH¥W®m†Uzˆ ‚°w—Š%bÖáNe›ÍªR{Z-–Þ×wZ†aŒýϯ%5rÕ…³eËfÇÿj4𦯰?¬4&&Æ>\¸`ÁË ¼lïqY·v­Ëú:tø‰Çç ËãÇw¼àgÕ·êï&qìØ±ÂÝ¢îË”ËåBG²ûú »Ïóf“Él2uKw|¨ðÔR{~“ÉݳC·ç† ÑgO«ÙlVç¾Uš¦»=¸T¸Á [Íí%›LW‚N³ÉW+GÙlÔÏ']9äAaTŠÐÍA„J¥ž>}æ¶í[êëë²sF;>Eßh4<ôÐc,Có½|VͯPWW7ë¾ßEDDÌš5 Ï ºéŸ|’¤)Jrõ¾OgEÙŸ?ŠB•"ô›|Ð%¢ ù|êØÑ#;wl»|¹‚‚‚ãSRÓX†þmn Œˆˆ8zäð¯)Á±_Ó}"B1ýc vîpóö&’$£û÷dž8v¯"„0*Eè&â8–ç¹ä”Ô‘ié$I<ϳ,CÙ¬¿A/)B¿½Aƒ‡à;îB•"Ôñ<Ïдã|[„BõxGB!„ºõ°¯!„îö¹í!tÛÁ¾R„B!„Q)B!„B8‚BwªK/Ô×¹{dAaáá‘QÑØV!ŒJBÝ,õõõé™Yn^Ë0Ì¡â"ŒJB•"„º™xÞMH b±ØýÃzO=2<>A"•Ò4uîìY??ÿ ààGb1I„ÚS&•ʄ̤HLAÆ%$¸,ÓfµVWŸ:,®—Áq\Ù‰ãIÉ)‡Å·47‡„àF£R„nWÇÙ,VЦ9–'‹Eb‰D&—Â)BÈIXx¿æ¦†³g·Ä'% o½Ÿ0qŠT.g¦êüÙógÏO¢Û “¦È àyàx¾¡î’Ë2 BÃ#¯å…dý¢bj/Ö\Ùœ š¦íêÄ„F¥Ý~(›M§5œ9]Y]s¾££ü|ýc ïá¡KDØD93™Œ§NU„„EÄ'$ê´Z!*€æÆz†aT*•L®`XN"¾òÔÔPçòý½mmm͉XåéeOÔjµ <Ï‘$­ôPrw¡ºÊf£µª_dÔOW•,[]]¥V«†áx¾ìÄqв 8¨££­©±‰JeÑ11b‰„ã¸ÒÇýüüX†±ÙláýTj5žJ„ú>œƒî 6«­¥éò¦MÚ;Û¦MŸñê¢%¯.Z2uú½—[[6¬_ÓÙÑN’=F¥f³ù¹çž6ì¸Õò+^]¸PX>zôhΨюkçÌ›3jtb҈ǟ˜o³Ù@(í…¿ý}Þ¼ÇsóÆ•”ê) rFNKO36·¢²ÒM™¡aá//Xð»ûgoÜøÝœ¹s³²²³³s^xáoÝŽqâ¤ÉöÝõtD&“ɹ—5±s¹vçΙ™YYÙÕÕÕ¯/^lµZ'O™ò»ûg÷´ÉW_­ŽOHÌÍ·zõ×Î'Èy—òöÛï,^ü†°IYYYFF¦ãÛjûŽëׯONIM™6sÖ}mmm=hµZÃÂ#ÞxcIFFfZzzEeå¼ÇŸHL1mÚ=‹¥÷sl—|Ë OTyzV”ŸìiZ”ÉdT©~on¬¯¯½X_{Ñ’^鑈-3˲@,Ǽ—F3jlÞ˜ÜñcòÆŸ4… H™LŸ˜l6›ÏŸ;'\(áëçOÙl:m—Á ïV‘Hd±XX†Žç ¥Îó¼ÅlBžç$)~"„Q)B·E3jª²sF÷”!+{TyY©0ð×MEyÅðáÊŸ†ÿRSSO–—€Ñhœ8q·ß|óæ›KÞ~ûÇ­}ä‘ï¾ûŽ¢(X¹jÕãóæ9®ýèÃìßWz⸧Z½fíÚ+IFãÄ ãW­ZùïO>~ü‰'X–u™ØÒÒòêÂ…[6¨¤äÝËŸüã“nÊ4 y¹¹7¬—+äJ¥ÇÁƒ………/~½§vpsD» º•ÐSM.×655?õç¿|õÕ—ÅÅE?þ¸'$$äõE‹ärùömÛ6nXïr“ÚÚÚ7–,Ù]°kÏî®ûðqOup>øýÆï¾BœµëÖ=ðÀŽåØ*>.îÅ—^Þ²yó‘Ç’_|ée7-£×ëSRRŠ‹‹fÏž=}ú½¯/z­ôÄq•ZµiÓ÷½¯˜c 87rªôð¸tñB·¸”ã¸æ¦&ÊFõ‹Œ>í=Q©=µ]]Bà¨ëêà@í©Ñi;/·477545Ö×TŸk¨»DQÃ0ÀsÑÑ1&£1(8T(aDÊH–c««ÎÛ48ŽJîêì´Z,ÐÞÖê奱‡¤u—.a48žW©<ñ›¡¾GðÑc¹ŽŽö°ðˆž2„…G´´4»¼µÔÍss EZZ 4¸®¾Þq•¿¿ffÖ–­[ÇååíÙóã?~ãà7ß|»yˉDÜÚÚ&•]é¿‘H$cÇŽ€ØØX¹\^SSáœXVVÖÙÙ5gîÜ+QŽÉä¦L©T*lž¿pák//X™‘9n\Þu‘s pY˵……²³²bcc…ºI¥RÇi1.7)))=z´¿¿?<øàÜ#GŽüâ^\HTTTpppqqÉÈ‘©›6}`ÿ>Çrì URR’“ ?üÐØÜ<7-#—Ë'Mš‰‰‰ƒ Œˆˆ€¤¤¤ºúºÞWÌ}#÷AAAMMMµ/FFEÀžÝ;9ŽžW{zŽÌÈ+”ím°{W>ÇsÂüaqñö+=™L~ìÈa^$‘$ R‰$fÀÀÊò“”ÕÊçíí£ñöÑiµ u™F$14sMsÓÈ·üo')%U¡TBê$‰F¤’ý"£YîJôiµZšë9ŽKJIŒŠáx®^Ë5Ô×ÚÓ×Ç'22J%Ì gY!Q­R$úøø˜M&Êf  õöõúS;ÚÛ‚‘’*ä òó ’ _¥‡Ë2¡ñö†fÚZ[®üñ&$FEG+J‚$Ú.·à7!B}Žà£»àÚK,òóóoèùሠõuÁAAœ«nÑaC‡¦¦¦¾ð·¿ 7kî?p`íÚuúÓ“¿¸Ó‘#Gêõú÷?xÞχïu:]hX˜B¡ày~Ë–­öt–e7lØ%%‡šŽ‰‰q™˜“3ª¨¨¸´´TˆYË+*Ü”i×ÔÔ,‘Hî™6mÙÒ¥å.Üãžs .kbçrmvvNáÁƒUUU`³ÙÌf³0µH¸]n’žž^TTlµZ ??¿[­Üס›Y3gîÈÏÿjõê9ü¾§< ›šš`õê¯srr®ï#×ûŠ9¶À¯?MΗZÌÕ+—hšùŇõ^ºXc¯I[kKKs#Ïó—.ÖÔ×^¬¯»T_w©­õ²=Ã¥‹5u—.ÔÕ^þu‹¼ z]scCÛå–Žö6ûÃJ-fscC]C}mC]mgG;˜Í¦ÆúÚÆúºÆú:aÖ?Ïóö‡•¶·µ qggG[CÝ¥æÆ0 uµ uµ-ÍìÕ:;Úêêj­V ~"tü^c ;ÿS.‘ÄÆ<°otŒë‰ó…öÅ%& .ξ^ýÕ+¯¼:"9… ˆ   õëÖÆÆÆ q’{sçÎùïÿ6 :Ä117wìê¯WÏœuŸZ¥ ³§{zzVžªÌÎe±XV®\)‰hšvN úò‹UO?ýWEq7eÊä¸áÃ{*Ó®²²âµE‹D¤ˆçùeË–]Ç4sç\ÖÄžßåÚà>ü=ü0Çñb‘èë¯WÇÄÄ<öØ£©#Óüwæç;oÒ¯_¿žþžé÷†‡‡{k4Ýjå¾Ýxyy¥§¥ìÞýŸÏ?ï)ODDIJ¥ïL6 úõë÷Ù§ÿ¾¾Ü5UÌÞÏ?÷ܯúD¸Zýaó¦‡çÍÇB¿Õ«>Ÿ:}F·Ä?l™ûÈ<çç#À¦ï6Œ“ëãëÛËòyž×iu7¬OHÌ7¡ÛÚ=»w>UñÇ?=MÙ¬îß¾x­}ô±I“&Ξ=ûsZ­Öþ±ºõæºLDÈ-›þ›‘•í€ú-,¼gƬn‰ ¥rÍê/gÜw¿s~½^·oÏîISï€Æ†úÏ?ûlêôjµZ¥Ra_)º ®½B¥ROŸ>sÛö-õõuÙ9£…™O õuöï5 =ôËÐ70$­««›ußï"""fÍš…íBõF¥èîø KDA!!óÿøÔ±£GvîØvùr Ç%$¦¤¦± }îásqôÈáÞç—ËåÎ}¢.B!ŒJº½qËó\rJêÈ´t’$žçY–¹á÷ÝB^ol„F¥õu<Ï34í~V2B!„n |2B!„ºõ°¯!„îLgOŸª®:ï&I’Ñýc ‚m…¨!„ÐÍRSS=aòT‰Ó;±ìhš.ÈߎQ)B£R„B7ÏqnBRH$Î/>u´w÷.áE¯"‘xà Á¾~~À²lÕ¹³ím@€L&8H¡T..JJNñðPÀ©ò“ etL¬s³¹¼ìÄÈŒ¬^Çqöî;âùÚ‹#££ñü"tçÁûJBõhÜ„ÉÓîŸpúT…D"€Š²RŽçó&LšrÏŒ¸„¤òÒ<ÇÅTuö,I’mm­£~Øð…RéºD‚ðòÒ\S¼}~öÊŒ‹ª %ž„î<ØWŠBȽN+“ËmV«L&ëììÐj»&O»— ­V+•JƒCC›cb´¶47Ô×^¨©IJI•H%:­Ö^BcCCí…‰LêíýS|ÙÞÖVS]ÅóIЦV«Y–­,?iµXOooÇ[ 8–-/+Õx{Ó4ÍqÜ¡âƒ<Ç%ŒHnnn¼Xs @.—/‘J9ŽÛ¿wOpH(CQ«%vÀ 7>- !ŒJBÝZ/·(•J©Lf4Ôž^2¹\ÛÕ <jµWC}ÝÐáŠ 3ôöm-fKuÕ¹Ñcò¼4šãÇŽ”ÍV}þ\Zf¶§——¶«ëøÑCi™Ù—[ZÄbQî„I"’d†Ê¡l¶dž†† 4„¦éƆú1yãš6çÏžÍ5ÆÛÇ÷teyMuÕaÃ9Žc&*:ÆÛÇ×l4È5–e<‰aTŠPÂqœÍb¥hšcy‚±X$–HdrAØ8¹´§ Ÿ¡–eÒ³rX–Ž#‚eÇwOð®âd©J¥òõ÷‘"áÏvïž]Q1ýcúÇÚ¬6«ÕÂó<Ïóz½®¥©ÑÇÇ××Ï_§íòñõ»P]¥T¦éõ:’$ƒ‚CŒ@àk2¨¡¾„²ÙtZÙӕÕ5ç;:ÚÀÏ×?vÀÀáqñ*±D„M„³ÜqerùÙÓ•ÕçÏ©Õj•§—þì–e :u]ž^^f³ébMufÎ芓eõõÞ>>?û¥‹šæ8Hòêü*ÞÛÇ'{ôXîjQA(Êôì‹ÙÔP__{éRòÈ4 IÒ×Ï_¯ÕZ-Š¢ºU I𦮔ÉóÂÜ,!b¦i 8žãy^$9Ö!Ô7ál'ÔWîß«Tz8.Ü@6«­¥éò¦MÚ;Û¦MŸñê¢%¯.Z2uú½—[[6¬_ÓÙÑN’=F¥AÁ!Óï!,wtt‡Ü%gÄ? ðV•ÆqÜŠwßíeæ .dffõÙ¿>×Ô7›A¯ ±XÌÚ®.µZ­Ñx—Ÿ,"¿®ÎŽæ¦¦þ±Jމõñõ8hÈéÊò+}”à¥ñélogX:Z[…D¿ÎŽö¶¶V½^§ÓiëµÚ.›Õ <¯R©jÐëÔjO!srjÇóå'yžF6„0ÔËÛ§£½Íj±@Sc½·¯ŸŸçùÚ‹@ÛÕÅq¼ÚÓ¿`¨¡k0aÒÔn 7ð^¯3äçÿ4"ù‘ÇžˆŽé/•J¥RitLÿGçÍOHLúaÛRDºǯªª***¾Gí8ÐùÛs¿÷üÛoeL¶â–ÅdÎþÛŸ¦[Û΂ˆŽ‰=UQ.‘H†'$% ‹ ÷×T‘’j4(›mÐСV‹Y®‡GDž9]I’W~_JEdLì¡¢•'m%ü¡Éd²á ‰'O?TTXRTx¹¹Y$Œ†#‡Š–<0pбø§Ñ¼ØE¤èÜÙ3<χ†‡ïܾõØ‘C …bÐà!Eö—Ðëtñ‰IÂû„Åb±V«=z¸øô©ÊøÄd‚ ±£¡ÛŽà£¾Âl6u[¸Qlë©Ó~þcžzh76o|}}ÝñcGG$§?iÎ^zñÅ7ßzsÇöŸ+KÞ|‹¢l …ò_ÿú`ø°ao¿ýMÓ‹½eeeO=õçââ"çlV«5¦ìÃ?T]]óÐCÞ3mšPàœ¹s CRRÒÇ}(“ɬVktLÿ9sætvtÔÖÕ½¹dIzzšËD—õé©LûÞgΘ±õ‡­uµuAŒ9rÅŠåŽ8qÒä¶ÖËÂîþ0~UuÕ¥‹—þùÏwGŽiÏc2™æÿáÝJpY7í;wî\¼ø IòË/¿øò«¯¬Vëä)S<>¾™AJ¥ÐåççªTzÏf³‰$É1yã…üý ððPA 8Xéá!‘Hyž€ð~‘ƒ¢8Ž5BæøÄ$›mˆX,!Âh4à,B•"t ÷ï0iªÙln`ÉÍ\¨©š6}FO²²Gíܱ-udZOQé”)“W}ñÅ?þ/¤´´´¼ºpáÎü|Fsâĉ'ÿødQÑÁøý´{¦¿öÚB‚ Ö®[÷À¸Ìƒ!/7÷·ßvÜËG~èíí Ï>ûÜšµk{ôQ0'ŒÏËË«ªªš~ò“.ÛÚÚ\îÈe™ö½oúþ{¥ÒãàÁB!¾ì©}ŒFãĉ^O[´wïÞ·ß~góæïí«vt+¡§CvÓnMMÍOýù/ù;¶ÇÆÆRÅ0Ìë‹ýç?+·oÛÖÓ&µµµo,Yr¨¤ØßßÿÙgŸëVážêà| Χ̱{CÕÖÖŽ=¦¸¨($$øÍ7ßzñ¥—W­üOO-£×ëSRR^{má{ï¿?}ú½ûöþñÀœ9›6}?vì˜^V̱zyš\tp’$MQ©´Ç? в÷hö¤«³Ã¾LÓ”NKÏó&“LŽÝÉ`³ÙìÿFÕvqh³ÚlÖn‰4MëtÚŸ¥P”îç7ò~áÂ×^^° 3#sܸ¼žŽ]¡P¤¥¥À AƒëêëW9—ÐÓ!»i·ÂÂÙYY±±±BݤR©ãˆ¹ËMJJJFíïï>8÷È‘#¿¸—â|Ê˱7TIIINvvHH0<üðCcsóÜ´Œ\.Ÿ4i"$&&40""’’’êêëz_1÷ÜK1ýc vîpóö&’$£û÷¿Ã¾I»WB•"t=nÞ~ïžûô ¹rss—¯X±}û{ÿMròˆµkÖtËöÀ¿_¿~½Éd2dHPPPOÙäry·ÛX‹ŠŠ×­[·{wB¡øôÓO«ªª¯„ÔÇqœÐ¡E_íÊuNt¹£žÊ´ï=**ª¤¸hï¾}Û¶o{ÿƒvìryìö·V’$Ñ-Äq.¡§Cvßnnô´‰DråëKìôRÍž7qq ÝN™ûÓÔ›¥Wû&E"‘L&·/34sMsÓȽlºAƒ‡Üï¸wì^EÝNW•ب¸ysðÅb‘ŸŸC}]Oê낃‚8þjøê+¯.]¶LXÎÉUTT\ZZ*ĈåBú¬™3wäçµzõœ~ï&›3N¦P(xžß²e«=eÙ 6@IÉ!†¦cbb\&ºÜQOeÚ555K$’{¦M[¶tiEEùuÌéq.Áý!»\›Sxð`UUØl6³Ù,Lsn—›¤§§ w1æççw«Uï›Ýù”¹”‘‘q °°©©V¯þ:''çú>н¯˜c üúÓ„B·ì+E}ÅÍÁK$±±ìßãz°²ðÀ¾¸Ä¤_|ûKVVfÿþý;:: 88èË/V=ýô_mÅqÜ”)“ã†//¯ô´´‚Ý»ÿóùçn²9ËÍ»úëÕ3gݧV©ÂÂÃìéžžž•§*³sFY,–•+WŠD"š¦]2í*++^[´HDŠxž_¶l™ã”ç^r.Áý!»\üчÿæ8^,}ýõꘘ˜Ç{4udZ@€ÿÎü|çMúõë÷ÂóÏß3ýÞððpoM÷—ª÷¾ÙO™KË–¾3uÚ4èׯßgŸþûú>Š×T1{ <ÿÜs¿ò4!„ÐmÐh4gΜ1›Í&“éóü¯>^¼ñÃæMÏ› „~«W}>Õi*ÒŽ¶Ì}džA¯sÎ¿é» £Æäúøúö²|žçuZÝÆ kãsÇMè¶vÏî]§OUüñOOS6+Ï÷­wÀº»õòºLD¶lúoFV6¶Bè·T|°ðž³º%*”Ê5«¿œqßýÎùõzݾ=»'M½ê?ÿ쳩Óg¨Õj•J…#ø¨¯¸y#øA¨TêéÓgž:UñåªÏkª«l6›Íf«©®úbåg§OU<ôÐc,C÷µ!„º«àHê+nÞ>ˆ%¢ ù|êØÑ#;wl»|¹‚‚‚ãSRÓX†î›÷êÉårç>Q—‰!„F¥Ý7o¾€ãXžç’SRG¦¥“$ @ð<ϲL¸G膸tñB}» ‚ ÂÂÃ#£¢±­B•"ô“›÷};žçšîéQùÝaêëëÓ3³ÜÌŽbæPqF¥!ŒJú™›:‚Ð݈çÝOØ‹Ån †>UQ1`ð`…\jªåryHh؉£GH‘Xxk@`PpHÇq õõÚ®N@DþAÁŽÙ‚ŒKHp¹›ÕZ]}~è°¸^Çqe'Ž'%§8^m¶47‡„à G£R„nŒ›=‚º¶Ÿ±$¢_dsCã€ÁƒÛÛZÍfSJZDz0aÒ™B<z½îèá±Hœ=jŒ§—†¢¨‹j¼4šnÙ8žo¨»ärG¡á×r·t¿¨˜Ú‹5W6'ˆæÆ†ÁC‡i»:ñ¬!„Q)B7Ào0‚º&Þ>>]]µ—. ‹‹“ËåM W^ˆÚÔP'Ì4›ÍƒaüÄ) uÇ©Ô*¢[¶nÚÚÚš%±ÊÓËž¨Õjxž#I222Zé¡ä8îBu•ÍFjU¿È({fŽe«««Ôj5Ã0Ï—8NQ¶ut´556R©,:&F,‘pWz⸟ŸË06›-<¢ŸJ­Æ“‹F¥õGðêƒÂÂÃËO–…÷‹ŠŒêßÚÒ,ŒøïÙ½“eY0pÙlöðPy¨Tu—.k9–Õi»³)ŠØƒìeÚl¶†úºôŒ,¿€ÀÒãGMFÐÝPW—˜œâ¨íê*;qtØðø––&‘Hßí„ú ÁG¨¯©½x14<"88$<<âì™S2™Ü9R©T«=+ËËxކaš›šÜ«R{j»º„ÀQ×ÕÀ€ÚS£Óv^ninnjhj¬¯©>×Pw‰¢(†a€ç¢£cLFcPp¨Pˆ”‘,ÇVW·wÐr'”ÜÕÙiµX ½­ÕËKcIë.]$Âh0p<¯RyâÉE¨¾RÔWà>B}JG{òÃââµÚ.±Dtéâ…°ðpçœÑ11]§*+YŽ‘d@`—ÆvïÊçxN˜ƒ?,.^$ ùe2YHXø±#‡x‘HD’$H%’˜+ËORV+œ··ÆÛG§Õ64ÔðÑ/R&—Ä•yTAAÁ—›[š›š‚CBüüwîø€ÀÐL[k‹9.!1*:Z¡P$Ñv¹Ï/B•"Ô#ÁGè#†¦ÅIOëiš±w=ºd4Œƒý¿ÂÌz¸tõY¡v<Ïw´·u´·9&:gsdÐë z]·D‹ÙÜhþÙƒKÍfS·ñžçí+mok:;Ú:;Ú\VÛ®³£?aTŠÐ/Ã|„n¬ðððC%ÅnÞÞD„Ëù; I’öîU„F¥ý2ÁGèÆŠŒŠÆwÜ »WB}÷›õ8‚BÝͰ¯õ8‚BaTŠÐ­‡#øýzÂ#™Bèv„#ø¨¯À|„Bèn†}¥¨¯À|„B£R„n=ÁGèÆ:{úTuÕy7H’Œî+¼\!„0*Eè ÁGèÆª©©ž0yªÄÝSôé‚üí•"„ú¼¯õö7¸8¿Ê!txŽs’€D"±¿Ô¥½»wÙ¬ÖÛéyþÒ… xꨡ_¥pÿ^¥ÒÃq!tËyi¼Iòvú¥¸x¡Z¡Pâ‰Cèv„#ø¨¯À|„ú¾ö¶¶šê*žçHR4xè0µZ õ—.^I¥ߎ¶Ö‘Yp²ô„ÕjeÚËK3døp’  ½½­æü9 †'$´¶´Ð4;pè´Ú³gNLÏvIJleùI«ÅBxz{<äÒ…šn™“SGvËS}þÇq‡Šò—0"Ù¹¶ÇØ»',"¢£­:<¾öBN¯“ˉI#x€nâG£Rt7Â9øõq”ÍV}þ\Zf¶§——¶«ëøÑCi™ÙF½áBuÕ¨Ü<µÚëdéq‚$½¼4:vȰaÞ>~$I–8ÖÙÞá`³XNU”§gfûpDZœL*+)>8<>Ñjµ44ÔGDFzziô:­þŠÅ¢Ü “D$É0 ~øP±cf“ÉÔ-OÿêÇäghÚb±8×–£(†aBÃ"†Ç'^¬©);~ldf¦·ï‘CÅ:ަ©nšMF<ïaTŠî:8¡>®£³ƒ¢¨²ÇX–hŠVy¨ëj}üü==5:m—¯¯o[k‹¹©±±ìÄ ’ l” BÃÛ›|}|ƒ z˲ –H4Þ>mm­ ¹¼£­-)9Õ~«Ú˳úü¹Š“¥*•Ê×ß_DŠ$Ri·Ìf“QÛ¥uÌ<Ïó<¯×ëš››œkÛEu’$n0è¥R©J­ ÒétJ¥Òl6W;×­@„F¥è®ƒ#øõy¼·Oöè±Ë ÿ'H’ išçyà8ºº:[š³FQ(=jªÎF‘HI2 Í^Ýœçù°ðˆšªsÁAA …B§íV)Êôì‹ÙÔP__{éRòÈ4è–™²Yóô¢¶$Ïó4EA$˲Ç˪Tžn DÝ\8Û õ8¡>ÎÇǯ³£½­­U¯×étÚÆÆz­¶ËËÛ§½­¢lÐÜÜ$ädiF¡ôP*= z]]í%–aoߎŽv£ÁÏ ±©F£¡lÔ…êóÑ1±4E ¡-جVày•J=xÈPƒ^§V{:g¶Z,Ýòq§ð`—µuhu¬V‹óNB¿ì+E}Žà#ÔíÞ¹CˆÛdRYjzÆð„Ä“'Ž34Åñ|@@ ÆÛG¡PÄô=°wH$Òx{‹Åbðñ÷kjn<¸/ —+H‘drùÐaÃ.a† ˆ¸ÄJ¥’çùàÐö¶VÿÀ@ƒ^o߯Áh¨>Ž x8hˆP,8fv™'4<|çö­b±895͹¶E¹9X½^wª¢Üy§!ŒJÑÝGðêkÆä÷öñµ÷_ }™AJ¥Ðef˜ à¨˜þ …¢²¼\,ó$AÆ%$©Tj‚nô¡_?ÿ Ð«~ã˲ZmgDd$DZ,ËØwíçç,ääy ~šé˜Ùež+=<$)Ï»¨-Ë0còÆ Eyûø Ë‘Q1r…‚ _?ç"„0*EwœƒÐE$MQ©´§ Eýâ³H»:;º¥Ð4­ÓiSjªÎwuv2 £T*“G¦1 ÀóFƒÞ¹@š¢tW;,-KÙñc ¥""2Êêô¸~Çœ=eî–çÊwˆÉ`ê©¶<ÏÛЦiš¦…e«Å",èÜö§"„0*Ew>ÁGèÆŠé[°s‡›·7‘$Ý¿ÿ¯ßQìÀAJ¥‡X"!‚cY£ÑÐË  EfÎhµ§'DZ”Ív3#„0*Eèúá>B7Ö ÁC~³çÀ_÷DZ:W“~}f„F¥ýÚ_5ÁG!„îBød(ÔWîß+̰/ „B£R„~k8‚BÝÍpõ8‚BÝͰ¯!„BaTŠB!„F¥!„B£R„B!„Ä/^t~ÏB¡ÛÑŽ¶`# „nר›!„î ÷̘…€º}á>B!„¨!„B!ŒJB!„F¥]×§–$å 9¶B!Ô‰D"š¦IòšƒLŒJÑíÇÓKc±X$R AØ!„PŸ IÅiKS£§—æZ·Å9øèö3hðc‡¥¤¥‹ÅøF!„ú š¦ëk=’0£Rtç  €“¥'ô:ÇqØ !„PA’¤§—WBˆ `ŒJÑݘ ±)B!„!„BaTŠB!„F¥!„B£R„B!„0*E!„B•"„B!„Q)B!„¨!„B!ŒJB!„F¥!„BaTŠB!„0*Eè¦aÆÓKãøoåªU7i_ÿ|ï½¾÷ž°ÜØÔäé¥?aâ­=ü>R ÷m…B9c ;AÏüßÿ Ëñqq7+Òúç{ðܳÏ€§Zýì3ÏDô‹¸µî¦,ËŠD¢[•:´B!ä ûJÑúÉ&ÉÅ‹_þ%''ûíO/ÍóÏ¿sæÎõÒxïÝ»¶lÝšž‘áëçß?vÀâÅopùùù9£Fûù„†…/_±âôé3ž^š™³î€óçÏ{zifÌœñ ‰z½^¯×{ziâõÃ{ï¿¿~ý¡›·lIKO÷õóé»à•W(Šz1Ó32~ø‘€À É)gΜu®¹s•zÚpÞ¼Ç=½4¥¥¥P\\âé¥ùÓSO9VCØ0;gÔÃ?âçpäÈÑÞ×JHÏ5ú¡‡ š1sÖÁƒE)©#ƒ‚^zùåk­j·¶ÂÏ'B!ŒJÑÝ‚eYû~iiéܹsfÍœùŸ•+Ÿ}ö¹~Øö׿>=f̘“'O>üð#¾>¾ë×­5kæ»ÿüçÇR^QñÀœ¹555¯¾òÊ’%oh4{˜ÛmÿX¶T¡P(ŠU«VþcÙRÇUeee<òhWW×òåÿHLLüðÃÞ~ûaÕ©S§“ŸþË_ªªª–/_Þ­L—UêiÇz6lÜ7n€‡|ȹ)Nž<)•ÉÞyçíË­—¯µVeee¡a¡)ÉÉ{öì¹öìûïÿ¯ïÇræÌÙkªª›¶B!„8‚îLA¼ðüóÂrPP0¼ÿþ{‡Y¹jU||ük Àö;8Ž;XTTT\,äÜ·¿ÑddYöÏO=õÌ3Wn8}úŒP`·]L˜0A"‘À}³f@cS“}ÕŽü|ŽãæÏŸ?ï±ÇÆŽ·k×¶íÛçÿa> 8ðÙgž©¯¯_¾bE]}}·2]ViÆÌ.75jTXXØÿþ÷¿×-ú~óæ˜˜˜ŒŒtÇjÂBC?ÿìS‚ ÞYºôZk»ôwÖ­[Wxðà½÷NÿÛ /464®úâ‹úúºã'Nô¾ªÝÚ !„¨Ý!š›šÎž9¥íê€÷Ýïœ$É… _uL1™Ìf³´Z­Õj•H$B ùÔSzpîƒB¥R±nýz§¢`Y:;;»Å¾<Ï_Sͽ½½€‰@¸a [ÎUêiC’$œ;wé²e‹ßx£££ã/ù³Ë=†…‡;‡Ô½¬•¯¯/ˆ%ð÷ó·§swMUußV›¾Û€i„º3$ééå5hðÐàŒJÑ]’–—ž¤P*ç;;:||}»åá8nÉ’7…å¬ì¬Q99óçÏ7 ¯½¶ð7–üß3Ï®ZùŸI'.]ºìÿû_RR’B®(((>þË/¿xçw^xáoæÏ~jÁ‚—ÛÚÛñÐâãã«ä&DDDNvöþrssƒƒƒ~±ðë«Õ ©ªc[u‹J/*Bݾ4>>)ii'KË®5*%ººº¬V«Ùl6™LŸÿûã}ôIgG;ü°yÓÃóæcË¢ßÀêUŸO>£[⎶Ì}džA¯sοùßåŒÉU©T­Š!„ê;’‹%ß­[3}æ}Îkõzݾ=»'M½ê?ÿ쳩Óg¨Õj•J…sðÑí‡ã8ày±{úB¡>‡çx±Xì$5[L5U5‡·^¾Ì²,¶ ê#D"Q@`@zzf|B¢ûK¦ž‚³#ç:KN·—_ÐkÐóBÕqÑšôÁ¾iƒ}±y1*E!Ô·PUSUóãî‚ “&‡„‘$Þ]†ú –eëë.íÙ³[íé5`à@Êfëý¶zýÆ×'Ož×ññ Ñ¤Ç‹Eùw_¨Œ@ °°ê‹/F$§Œ?Á¾Šã¸ï¾+,[­Ö°ðˆk-|õê¯SG¦?¡¤äÐ=÷Lï¶Ç^Vìrl—zj–¾Py„úŽ¢“µRÅÙ†3ýBåã³BCC|}|år9Á²,Aþãs#B¼öÝëë_XzÉM^^^‘‘‘ÑÑÑ ,À¨!„®Óšµk§N²fÍšßfw øY›¿cû•¨t媵k¾-صóg1ÙŠwÍ®?ûì³o¾^]°kç°aC—.]zMÛÚ+v‹£Ò_×ÝÍø«ŽWÖyŠ¥zcKzÒ`??_—Féá!–ˆ ‚`Y†ažç” ¥¯¯ONzB]sµJ¢8^YË÷ kjjŽ?¾råʲ²2ǵ4Mó·F¥¡ÛékzíÚuo.YBÑÔ©S§Àjµ†„†½ð·¿Ï›÷xnÞ¸’’C=%@AAAΨÑiéécÆæVTV ‰sæÎÍ5:1iÄãOÌ·ÙlÂæ¡aá//Xð»ûgoÜøÝœ¹s³²²³³s^xáoÝê3qÒdxñ¥—ªª«žüÓS¯¿¾Ø¾êõÅ‹­Vëä)S~wÿl!å­·ÞÎÌÌŠ‹O8|ø°›úìeNž2eÒ¤É/½ôR·]»ÙÖ^1“Éä¦òÎ%œ>}fè°á­­­ðäŸþôÎÒ¥=íhçΙ™YYÙÕÕÕ—/_:l¸°êüùó9£F;·€s; ^^°`ô˜±)©#í§©—Çh2™è÷„ú¬S5*‰Œb˜þAjµZ®“AIAAR™L¥R Ù®»,IUýåÞx4M“$éããcµZ}}}_xá…éÓ§oݺõÛo¿6lX\\ÜÔ©S…/„O>ùDèUýïÿ+•J;;;`äÈ‘§OŸ6÷Ýw_rrrJJÊ_ÿú×+Æùù#GŽLHHÈÈÈ(//¿UM‡÷•"„n¢ââÿ¨¨¨Ù³g¯Y»æ­7ߣÑ8qÂø¼¼¼ªªªé÷Ψ(?é2±­­íÕ… wæçk4š'N<ùÇ'‹ŠÀG~èíí Ï>ûÜšµk{ôQ0 y¹¹ï¼ýö¦ï¿W*=, —µZ¶téîÝ{¾übUDÄOãѯ/ZôŸÿ¬Ü¾m›æêõúøøøW^Yð¿M›Þ~ûÍ›¿oiiqYç2KJ½óÎ;Ž{t¿­Ý®‚‚ž*ﲄ!C?ûì3Oþé©~?ûâÅ‹}ø¡ËlMMÍOýù/ù;¶ÇÆÆRÅ0ŒÁ`pÞ»c ôÔÎz½>!>þ·ß>räÈ#eÊdH™¶dÉ›pàÀ—õé^në¦ò=•ðÄãüíï/,< ‰\f+,<•+4”T*u•vã²Åbñ}÷Ý©©©2¹¼¦¦fÀ€½<Æ¥K—â¨èÎ70ܧS¯óTÕ5…®Qž‚‚ xž‚çI‚¬©oõVùµj;"CÔ$A¸)sÏž=aaa¹¹¹YYYYYYR©tܸqpðàÁÑ£G‡††À¼yó233`ðàÁÍÍÍ:®¤¤äõ×_ßµk—X,ÎÎ΀¤¤¤—^zé…^ÈÎΞ8q"ìÝ»·³³SøÓ¶‡ª•"„î(‹eóæ-{ÜûÁÿ€®.íž={rrr8Žã8Nx }H×9‘çùääk~CjQQñºuëvï.P(Ÿ~úiUUµ=ˆ$¢¢¢JŠ‹öîÛ·mû¶÷?ø`wÁ®ë«¼T* ‰Há5ƒ.ëÓK½ÜÖMå{*Áb±\¼xI!—wvu………õrG$IÚo£\ª÷Ôοæã†Ç? t§bÚ~S{ÂÀÀýûüQ•-–É™L*‰H‚ä¯ü¥AðÇY,æã52±O«îrB|E¹{>?MSeS©ßÔÔ45õ3«ªªŠÃáŒóʼn……… …B$egg_¾|™¦i•JuíÚ5f §OŸ®­­Õ9ñŒîv±RxV’“Sâã§hþ;fL̼ùóÅb±™™Yñõâ Q°D"Ù¶mEQ …B»ÑÎÎvçŽí3fÌ”Éåjµzôè(ÃÂB“v'M˜8ÉÔÄDè(ÔÞhqqѢŋ)6EÓtbb"“´Zé7¦ ækmm•zø°ö\ýiåš[¹¬Îë\Cê‘#7nÜü*í?'&:ú“¹s¿Y·Nûeöövë¿ý浩SÕjšCQ»w'¹ºº.Z´0::ÆÕÕÕÎÞN»GRSuÖÙÌÌìZaá·ë¿“H$[·nÕ\TÚš1®X¹וBgÎ¥E4/×Aý…¿—Þt1z¹ ‘oôkÌÈÞ\9EÏ$¿¬‹77ìͰæ÷)½ó»\Rìãn áÑ4 £(¶L&ŒŒœ:uªæ!ÄÉÉ1111*j4!ÄÅÅyóæÍL»H4sæÌà`MÓAAAIII½zõ¢iº°°hÑ¢EEÑ4ýʼnEÙÚÚîܹó£fÈd2µZ=zôèB>þxöúõßiO<£"²êêê¤RiSSSccã–ß­[¿áÞÿîBŽ¥š:ým¼Ëà9HÚ¾%zìø'‰}úƒz±öë<<<¬»¥%J×I¥R7÷—++ÊÙ]G}½ø«5«gÍþÄA(D5 }š3kæê¯ÖiÿV’ÉdÉ{v¿óþ‡ÌùtÆýMo¯ëiìjnìFqåæ=ăY÷u·¤Ø¬_ÿ¨Éÿ¹äÊ?Ì)šæÝ÷b÷qwKX¶¢#–eÇÖ-ã'L4·°hÑ.06NNÚ9~R¬ÎÏû¹ÌŒÈè1„ªÊŠ-›7Gojjjbb‚c¥Oè§³»™Ö.ˆ¹|¥ØÁÄ­¢‚®ª.Û¯,”)Å„¶’gÃéWÕP]ÕPém}w\hÄî”;¶nžöfW?ˆëJà¹âóùÚÇDu6t¤LúOC¸œØø‘S/£¢ÿ]¬©/{Pßh¤07£(¹e“Œ]ø¿ë·ïö4­•*ÔÙyy±“ÆíNJJ?uRýðòÓãé–ÇJàÅ£(J¥R¢Ð>)•ŠæWQëJ¥D;¢Y˜ûÙ+.—dýtëê/W+nBœl-<X{¾ü²ìnÉ7ëÖY ]JœŸ¯¾ò¯ ‹~fnÑÝÓËû±.ˆïLJàc±Ù666•ååNÎ.¨´C¥·nÙÚÚ1÷éË¥D+•>¼%ßÃŧ¯ƒ\.—J¥©T!—K¥R¹\.3wÿƒ6n\oÄ7¾ÚpŸâpb'ŸùÑû»v'»¹¹wÍ:ã >¼`<.Ï×Ï?óLÆ/7o´þa^ÏR©üåæûSÂGF4¿ŸIW(ÕA­V«T*ó¸Q™L!—K$R‰DÒØÔôàAßX0fì•B~·º*ïâåÚÚÚ^..'NœÀ|€ÃÈÈÈÓËÛÄÔìÄñ£5ÕÕ*• 5v‚¢([Ûqã'öëß¿Iÿ7ºÑDGDÓ76›Íb±9ŽR¥âp(.—«VÓD@[²-y<ž••ÕÉ“Ç+ËËÎ]Èmj’¼÷á̧žö: ¤RxñÔjuï>} ô`¾ß  ]½9 y“á/ÖsàÅbq(ŠÍbQedÄ3222 …R¥¢Õjf‹QTt-;ëBdÔhŸ¡ÃJ^$¹L&—ÉPèˆtÞí¤ ¦EQÅãñŒõ­A(tˆŒŒÒD\¤Rx<,«©±ÕõóÓjÕÓ=¹T ÐöHÚÍܼæÎ›®6öÚÚZ ë©S¤R€6¢ØÔ€yy¾þþ=zô`1ßvßÙÑ4}÷îÝ‚¼|/o/®©àE§RåÒÓY­V]ùù'ñ}±Ágšvl6ÛÂÂÂËÛËÎÎÞX @*xñ¸\ž«»«ÐÑQ©Pt•X,6׈k,òÔ#•ÿ|©¿€¯Ÿ_Qqñô7ßò48&fŒD"1¼Íõ ³y5Nœ<©sm;wíòò4bdÄ’%ŸkŽ\ê[s‹Êh¯°5[ܵ+ÉÓË;,|DRÒní÷Éþýû‡ø :ÌwÂÄIµµµê©Ïçÿ{ÎGGá?ü¨ï5 …‚ÍfwïÞ½¦¦¦ÿ€L㯿þ* 1\Lf®B¡ÀgôÁ“¡:†ÜÜ<++«ž={ÆÅÅ%§$/_¶ŒÒÐÐ0*bdxxxIIÉØqã‹ ¯él¬­­ýláÂSiiæææ?ÿüó{ï¾—““MYÿí·„Y³>NNIycÚ4BȃÂÃÂV®Xqèðacã—²³³˜<¡³W‰«VeddîܱÝÉéïÓô ‹oݺíÄñãL$ª¯¯÷ôôüôÓ?:´bÅÊÔÔÃÕÕÕ:û£ÑÐÐ0jTD‚ïâ³gÏ2‹èëm}}½Ï¢E ¿úúë±cÇ;{ÆÉÉé•)S::ÜðV§ÓÓ SSêêê±ãƵX[YYÙÊ•+óóò,,,æÍŸÿÈ57¯Œ¾"r‹\îßۜ¿ªôHÚõ4àòåËS^™²eëÖo¿]OY³úËðð¿ó¥……EP(óÌ™Ð4Í4Êÿzï²ÇÀø,€¸® HMMõóó»yóÆõâ¢ëÅE«¿ü299…¢R©øž’——¯T(\]]u6ŠDÁ99¹W®\a2+s«ŠX,v MÓGŽÕÞèŸÞær¹cbbW­***lýÍ7§yJÖ¦³?†=²·mÞJ+‡©sm¾¾¾çΫ««#„ìÛ¿ÿ‘kn^™GvOç üüürrr¥R)!$--­Å"þþþ²²þüó6!$)i·H$z¬·™T*]½fMEyÅĉÞ~ë­kW¯\»z¥y$%„466æåæ:;;[XX455Ý¿Ÿr&óLkŠ™SYY‰3èýõ´ÉÉ)ññS4ÿ3&fÞüùb±ØÌ̬øzq(X"‘lÛ¶¢(…B¡Ýhgg»sÇö3fÊärµZ=zt”ÇÀaa¡I»“&Lœdjb"tjo´¸¸hÑâÅ›¢i:11‘IT­ôÆÓ†óµ¶¶J=¬ãFý1¼ÂGö¶Í[iå0u®ÍÅÅeîÜODÁ!–––~~¾|à‘kÖTæTZšáîéÜ¢³³óœÙ³ÇŒçèèhanÞ¢“NNN‰«VFÇÄBœ7ojíCÄÂÃÂ9\.‹Å ð?~ÚÄÄDçkØ%—Ë#Gz}êT‡³hÑÂèèWWW;{»ÖsÅʸ® `ÕÕÕI¥Ò¦¦¦ÆÆÆ-¿[·~ýÿÝ%„K=4uúÛ(<IÛ·Dߢñä±#ñ¯OP/Ö~ý¡ƒ‚‡‡u·´ìâu“J¥nî/WV”?²ž‰D*ð !+V¬¼/‘¸ 5iƒúzñWkVÏšý‰ƒPˆj@û4gÖÌÕ_­Óù[ ´ Œ““vŽŸ«óó~.3#2z !¤ª²bËæÍÑcÇ›ššš˜˜àX)@Û-[¾,++»¡¡ÁÕÕuÓÆ (@›!•tT|>_û˜¨ÎFxv˜GtÀ“ÃÝNðâQ¥R)QhŸ”JEQ¨R)tr,6ÛÆÆ¦²‡ù¡*½uËÖÖî‘V¤RèØx\ž¯Ÿ晌_nÞhý3Èž¥RùËÍö§„ŒP(ä(È3…ëJà322òôò615;qühMuµJ¥BM  (ÊÆÖvÜø‰ýú÷oÒóq€T ‡Z­îݧπÌ×’´«7§B!G$E*€®B.“Ée2Ô ËŸ¤€T €3øÐÐ4-—Ë ¾í ›Íæry<ž‹…b •@g¤M’ÆÒ’ÒüüÜ;55¸ÚŠ¢¬m¬ýü<½¼ñ'R)trr¹¼´¤ôLFzDd¤½·áCû¡R©*ÊÿÈÌÌ05ëörïÞ¸!©:u*UÈ òsGEFùøú¡ÐÞ89;÷°²>qìhÿ‘JŸ)ü= /­V×ÔÔØÚ; Ð>¹º¹UW߯Q|¤RèüT*~åC»Åápq¹3R) •@gQVVÖÍÜbÆí¡3VÖ6ÌÄö;ñ12B3K­V¯^³†™–J¥BG§ÎQÿß~û- °mË6¯É³XªOß¾šÛ¶-+@*€HNI‰Žœœü|6§T* ÌM;yâa*ݶ=%yoúéSÿÈR«×`µÌ—«×¼Ø¥ ïP¤Rhš¦SRö-[ºT®_¿~ƒ"•Jí„sþýÉôéo†…ÈËË××HIOO‡øúù  +*.f§ÄÇ‹‚C¼ ~ó­·e2³¸ƒÐqþ‚“cã¾ÿþà”øøÀÀ   Ñœ9ÿnÑŸQ‘Q„¹óæ•Ü*yïý–hf%,Y"•J£FžÇ´,_¾" ÐÃÓ«  À@4N:åïàïtëÖ-BÈþýû‡ø :ÌwÂÄIµµµä¯£°Ÿ¾Ôß?À×ϯ¨¸xú›oy3F"‘ž«oìö„„%ñ¯¾¨éê®]Iž^Þaá#’’vkïíŽÕÔÔô0™ûë¯¿Š‚CZÔDç>zäRv‡U+Í¿-¶¥Ù¡;vîÔÞ„¾}Ñ|…Í566* |© ëÊÍͳ²²êÙ³g\\\rÊÃÃ¥ £"Fnß¾mã†ïÞ|ë-æB~íÆêêêÏ.<’z8?/oÍê/ß{÷=fñõß~{áü¹+?_635MNIaŸ_ZZêää¤ÝxõêÕ{÷ê¦ÄÇ?Ì^ÌÄž={Sár9wîÔòŒxL#Çc÷òô\¸pÑü üFŒosÏù|þèÑQ„ßa¾K—.#„\¸pAg4y((0ÐÝÝé ÇËËËÙÛÛB¦N}-4,\³æÈÈQ„ooï>}z;99B T^Qþȹ:Ç.|}} !}úô-¯¨ „äåå…„„XYYB^}5þâŋͻª¯c¤½ºuëfx‘6ïÍÕÉð¾Ð¶jÕ*[|© ‹’H$©©GΞ9»ví:BH]ÝýÌÌL‘H¤V«Õj5ó,ÍyUíF𦇠œòÏ Rsrr÷íÛ—‘‘.6mÚTRrKõX,!¤gÏžy¹9gÏ;~âø×k×f¤Ÿn[çy<³BŠb3ßõ§³?m[33AQ”‘_3­T( ÏÕ7v.—ËL°Ù,Í×r¹Ærþšk›Í¦iš™–ë9Ù­½¹T›w‡f‡êÜÄãî ñyC?Q€Î-55ÕÏÏïæÍ׋‹®­þòËääBˆJ¥:pà{BH^^¾R¡puuÕÙ(çää^¹r…ÉC…EE„±Xì  š¦9ª½Ñ?ÿ¼ÍårÇÄÄ$®ZUTTØú{e8Nó”¬Mg4‚‚DYÙÙ%%%„™LÖÔÔäïï!+ëÏ?oB’’v‹D¢'¬ç#Ç®áçç—““+•J !iii-æê옅…ESSÓýû÷ !g2Ï謉ö>zäR­ßúê¯s†÷…¶ììœÊÊJ|$@ï ” sKNN‰Ÿ¢ùï˜11óæÏ‹ÅfffÅ׋ƒDÁ‰dÛ¶mE) íF;;Û;¶Ï˜1S&—«ÕêÑ££< MÚ4aâ$S¡£P{£ÅÅE‹/¦ØMÓ‰‰‰LÖi¥7Þ˜6t˜¯µµUêáÃÚsuöG3×ÞÞný·ß¼6uªZMs(j÷î$WW×ÄU+£cb!ÎÎΛ7=é³±9v ggç9³g;ÎÑÑÑÂܼÅ\'''íŽq8œE‹FGǸººÚÙÛ鬉ö>"„^jöÇ·~w謿ΎÞÚV¬\ñúÔ©qqqøT€N¬ºº:©TÚÔÔÔØØ¸eãwëÖo¸÷¿»„c©‡¦N‚ç iû–è±ã[4žqìhÿ[ŸJ/ÿ·vÖú|73‹p;›‚«ç²ÿù~}5ÅáÙXÚ òöððëUwÇ~šþå{C}ûY£ÈH¥Ð.ÐjuMM­½Jí“«›[uõíÖÅ7Èf®=?¬‡ðÁݪ¤³Û„æ¡#™1ÿÿ…šýMö‘Ä(K3>ŠŒT í‚J¥Â‰{h¿i‰Ã5|¹3MÓͯ+]´5WhôÒƒ{Õ97ÒÆŽòìnfÖͼ›e+•RYúÛoiç~Zöõ’w¦|<²wϲ6~Ž"#•ýͰðyyùú !ééé¢à_?¿á¡aEÅÅLã”øxQpˆ÷ Áo¾õ¶L&cw:Î_°`rlÜ÷ßœ$š3çß-ú3*2Š2wÞ¼’[%ï½ÿABÂͬ„%K¤RiÔèÑ“c㘖åËWzxzèOsó,ê3t˜fÌ™&$,‰õÕ€€@Í exhØg 2¯¼té’(8D{,úÆÛ|U;vîì?` Óþ믿2«ÒÙ+}]5<»vyy12bÉ’Ï[”¥±±Qñô¾ Ýº^ZeÂ5’+•nN¶¦¦¦|ŸÍb±X,6›E‹Å",›gddbb2 ¯Ë]q —pK*jZð ›ÍîÞ½»T*µ´´œ3gÎØ±c=ºwïÞxxxDGGß¹s‡²aÃæ¨ê?üÀãñîÝ»G6lØ7&Mš4dÈŸ™3g>üƒ3-mذa^^^þþþ………/ªtH¥ðÌåææYYYõìÙ3...9åááÒ†††Q#·oß¶qÃwo¾õs'vcuuõg I=œŸ—·fõ—ï½û³øúo¿½pþÜ•Ÿ/›™š&§¤0< ûþÀ~¾€olüRvvVVÖ…%Ktö*qÕ*¡ÐqçŽí ‹ÿN¥‹óùüÇ`?!¤¾¾ÞÓÓ3'';!añŠ+ !úú£Q__ïåéyîì™õß~3}úôwH444Œ±wÏžeË–2+|äX~üáàÁƒår9!dÛöíoNŸ®=–Óé鯫YÕ˜˜¥ÐÙ+)++[¹råÙ3™é§OI¤í­LŽýñÇñq€NO¥”«”*Û˜Ë3âñx›b±Y,›‹ ¥„°X,.—Ëãò¸\®L&WËå41KÃÂÂúöíëêêúÎ;ï8::2?jFŽ™ššêíí={öìS§Nþajld&öìÙ›zä—˹s§–gÄcy<³¸—§çÂ…‹æ/Xà0bDÛonåóù£GGB|‡ù.]ºŒráÂýùû§*‡3iÒ$BÈСCøüÒÒÒ—_~Y3W øúúBúôé[^QÑš±XYY9ztDxxfæ™ÿ¬ÑqáñjV¥Î^él4°H^^^ppˆ……!ä_qqY²Z,²jÕ*[\– _oÇî÷êÅfƶåU L ¥iÂb‹EÓ4aBX,šf³Ø¥w,Lzܹÿ?{S¶¾ï3%„’™™) ïÝ»ÈãñFŒAÉÎÎ qpp „LŸ>= €Ò·oßÛ·o‹Åâ¼¼¼„„„Ó§Os8œ   BÈ AƒæÍ›7gΜ   Q£FBΞ={ïÞ=æó7'R)tN‰$5õÈÙ3g×®]G©«»Ÿ™™)‰ÔjµZ­f¤9±«ÝHÓô!ƒSþyAjNNî¾}û22ÒÁ¦M›JJniB$‹Å"„ôìÙ3/7çì¹sÇOÿzíÚŒôÓmë<ÇcVHQlæËuö§õ¸\.3Áf³˜>r,„wÞ~ëóÏ—ÖÞ©cll¬½ZÃãÕ¬ŠÍfk®“7;™®Ý+}†1Ìcà@| ³R*šë¶½zÛœ?_ÙCг¨¸Z%12âQÅf±™ÏM‹V«ÕIÓå¢R#N÷;â/O[¹ÜÐóù ¹\.31yI$ JKK:Ô‡Ïç+rBˆJ¥T«UÌâr¹Œ¦ifÚßßoß¾33³  ÀÅ‹S;00@.— …ùgΜ=|øð—_~yæL¦R©2dÈþýû4›3Ü™ggðàÙJMMõóó»yóÆõâ¢ëÅE«¿ü299…¢R©øž’——¯T(\]]u6ŠDÁ99¹W®\a2kaQ!D,;…€¦é#GŽjoôÏ?os¹Ü111‰«V¶þ.‡Ó<%kÓÙŸþrRî†ït ëׯŸ‡‡§··÷Ô©S›§R''ÇÄÄĨ¨Ñ^^Þ—/_NL\Å´‹DAÁÁ"š¦ƒ‚‚T*U¯^½hš.,,‰‚ýüüGŽŒøâ‹DŠ¢lmmwîÜùÑG32xð¾gÖðñdzoܸ¡sâ¥RV]]T*mjjjllܲñ»uë7Üûß]BȱÔCS§¿w<IÛ·Dߢñä±#ñ¯OP/Ö~ý¡ƒ‚‡‡u·´Dé:.©TêæþreEù#1mÚ‘‘£âââÚs'%©@À'„¬X±ò¾XüEâªV.X_/þjÍêY³?q ±¯¡}š3kæê¯ÖiÿV’ÉdÉ{v¿óþ‡ÌùtÆýMo¯ëiìjnìFqåæ=ăY÷u·¤Ø¬_ÿ¨Éÿ¹äÊ?Ì)šæÝ÷b÷qwKX¶¢#–eÇÖ-ã'L4·°hÑ.06NNÚ9~R¬ÎÏû¹ÌŒÈè1„ªÊŠ-›7Gojjjbb‚ëJÚµòòò‰“&;99Mœ8±wuÙòeYYÙ ®®®›6nÀ¾ƒ®ä»™Ö.ˆ¹|¥ØÁÄ­¢‚®ª.Û¯,”)Å„¶’gÃéWÕP]ÕPém}w\hÄî”;¶nžöfW?ˆT /ŸÏ×>&ª³œœœ.],è]]¾lötÝLúÏÓÙC¸œØøÑgk_½y±enÂ5y‰knDº5*åâëòƪž–*©‚ÎÎË‹4nëö$¡0lDËàÍøH¥ÏEQ*•u€öI©T¾Fœ¹Û©E£…™ñ·Ÿ½rárIÖO·®þRqµâ!ÄÉÖÂs€µçË/Ëî–|³n•Ð¥¤AÀùùê+ÿš°xágæÝ=½¼ëRx¤R€§†ÅfÛØØT–—;9» Ð•Þºekkgð!h4ÑJ¥o~òpñéë —Ë¥R©D*UÈåR©T.—ËÌÝßÿà£×ñ¯6ܧ8œØÉãg~ôþ®ÝÉnnî]³Î¸^0—çëçŸy&ã—›7Zÿ/€ç@©TþróÆý)á##šßϤ+”ê V«U*•‚yܨL¦Ë%©D"iljzð o,3v‚J!¿[]•wñrmmm/—'NÐÇÓ­6Ž•À fddäéåmbjvâøÑšêê_Ó ðQeck;nüÄ~ýû7i}—[‹PÚ²ñ¯àÆf³Y,6‡ÃQªTÅårÕjšhK¶%dz²²:yòxeyÙ¹ ¹MM’÷>œùÔÓ^GT /žZ­îݧπÌ7{´«7§B!7I5 T»™Åbq(ŠÍbQedÄ3222 …R¥¢Õjf‹QTt-;ëBdÔhŸ¡ÃJ^$¹L&—ÉPèˆtÞí¤ ¦EQÅãñt~c0C(tˆŒŒÒD\¤Rx<,«©±ÕõóÓjÕÓ=¹T ÐöHÚÍܼæÎ›®6öÚÚZ ë©S¤R€6¢ØÔ€yy¾þþ=zôè"ÏÀ§iúîÝ»yù^Þ^\#.R)À‹N¥Ê¥§³Z­ºòóOâûbƒÏ4í<Øl¶………—·—½±@€T ðâq¹}ûýTïãëgckÇáà= Ð^(ŠªŠ²Ÿ.]ôòŒT Ÿ½=!äÚ•ŸëÅ]åyÅ›Í6ëÖÍËk°­½R)t•`ÊdSè$‰%¤R¤R@*€.‚¦i‹…T í&6»©©uè4Ô*ó+©:3³nåü.•JÔ4jth4M+•Ê&‰¤±¡Á̬›Î×àÉPÐN¹÷î]\XØwÀ333T CcNÜ764]»6ÐÃã±SiÒö-("¼(=¬¬xxüúßÿ>¨Ç£ò:<6›mjÖm ‡‡¥•õã¥RWww”ž››7Šu¶[t·°ènú<‰¾ý´ÿNêM¥¾þAØ…€ø~]N¥¢÷ÐúÎR¶Æ3:òŠ»ºœ'9+þŒŽ]"•t9íð¬8žW H¥•J‹¯_>ÖÖ:ž¹Êår'Mœ¸eËV}ËŽ76ýô)ccã' .ÿùê+Í;ÚQú¯T*u¶oݺu×Î'Oœè߿ߊåËžõ«omÖ|…­_y‹ í=•ÞºuK,'„¼öÚ«Ço>W&“õìåºlùrQpp`¨øúõwÞy×gè°qã'H$BHFFfhXx`hÄȈâë×™Eœ]z.]ºlêëÓ‚ƒC.^¼D¹s玗÷ f%%%¡aáÌôž={ÇGill|mêë!!Çýdîdihh9rdÒ®K–$¬JL4°õ¼ü|o//æùKÆÆçÎ={öÌâE ™¹ÖÖÖJ•ªªªª ã_·öë3™—.˜ššîÛ·rûöí3fnß¶íÂùó§OŸ²³³[¸ð3>ŸäHjJJ²fÁ²²òO?ýìÐ?äæd{yy-Xð©A=»þ744Œ1bË–Íë¿ýæÝ÷ÞS©T„„MII8ÐC»“+–/ …[·l9r$uÕªU-V¨ogµaÚµmÞ7bhï}Ь0&:ú‘+×Þ;:wîÔ©¯ýðãr¹œ²cç®7¦MÓÞ®¾7€ö¨ËÊÊ—-_ž–vòTÚI±Xl Î:_ ÐE<µ'CŠˆ „x{yõîÝÛÉÉ‘2ÈÛ»¢¢òBVÖ½{÷¦N}yecc#3!† JéÓ§OEE…à¥R©˜SØž K>[¸ÐßÏ/,üï#XÖÖÖ·oßvpxì þ’SRŽ=ÆåpîÔÖòŒx„¬ììÀÀ777BÇãñx:Oä0iéÕøWGFDèÔ3í?—Ë><„âææfddôÛo¿999ñx<¦Q_' й³Ú6íÚ2%eú¦ï]ÁÐÞ ú®[Õ¬°5+oå[®GþþÇŽ =sæÌ—_$¶þ  =ê‚‚üàà=zB¦LyåÒ¥Kúz¨ó•H¥ÿ  +++5DZŒÍÍÍ[¤Rf‚¢(#þÃi6ÅV(4MÿqŸ›—w`ÿ´´“`Ë–­%·n=yAµõìúOQ«ÕjµšÍfB”ʇãóù,«mý×¹³Ú0}µÕôMß»Bïƒ}äʵ÷Ž>o¾ùæ²åËkïÔÆDG·þ¢^}£æüµ]Í„¾j¿ ÓÈ8urÜÄØ††º×·r-nnn¦¦¦é„Ý»÷DEEµ¾¢  ¼¼¼«W¯2)ª¨Xï7\™››k® 8{î¬&I¸¸¸üQVÆb½bùò¢¢"æ(¦J¥úóÏÛînn„M›6_¹r¥•«‹MÓGcƒ³³snݺE‘ÉåMMM‡¢P(š/ëëë—sûömBÈž½{DAArê3ê?³ìÁƒ !ùù …²W¯^më¤áõXC0PÛÖ¿+´÷‚Î÷Æ“¿åtî\BÈС>êë×}óÍ4]§ïõÕV稇 óÍËË•Éd„Ó§Nè¡ÎWtã&Ƙûgð·lÙýtÁ¸qã{¹öj~)á訨sçÎõœ6­øúõ%K>§ØlšÐ+W®`"Å¥K?ù Âçó !ûöíè1°ù:?þxöéôt‰D2<´_¿~¿? ™5<4t÷ž½±qq&&&ͯš]·ní´7¦«Õj‡Ú¹cG¯^½^}ª@ µµÕñ¿¢†““ãòåËÆŽOqvvÚðÝw*ðŒúO133»~ãÆðÐ0‰D²yó&Š¢š_oðX4¼³Z?µmý»Bç^ÐùÞx·!D{ç2^yå•C‡õë×WçR:k«sÔÎÎN³þoÖø …ŽÝþ:ೇ:_ Ðiè;JÊ`ÕÕÕI¥Ò¦¦¦ÆÆÆ-¿[·~ýÿÝmoc¨¬¬|çÝwOüóÆ?šñ¯¸Ø   úúúצ¾žzøPé¿L&ëÓ·ßï¿•¶Ÿ!t¦OΛo½;y2~ˆ< ͉ûgð«*+¶lÞ=v¼©©©‰‰IÇøn'¡P8}út}p÷òôdò™™Y;Œ¤ ÿ­BçP^^áçÐÐÐ0aüxü(xBš÷†ÏàwŒc¥ÐÉtÈc¥Ð±dœ:ibbªsB'¤Rxú´OÜ?µ{ðZIsW“ö„N•²X¬6?w€aàĽÎ3ø¬¿°5y©ž÷:Ïà³Ùã(‡É£l6›ùÖJ€63pâ^ç|¶ÆßGM‘Jàùâp8E=L¥L<¥( u€çœJ™`Êa”R¥I¥U•(<<ïa*eŽ’RÅáp!3?|Õ€ç–J¹\.‡Ãa555)•Jù_d2™L&c¦•J¥R©T«Õjµš¦iT ÚLsá(sÖžÇãñx<######ÇÑÌ£ÿœÐçr¹J¥R¥R1‘©ž0•2Á”9KÏáp¸Íp4ó˜ÜÉDR‡Ã%U©Tš´ŠRÀ¦R&mjŽ˜2Ù”Ãápš?Jó:‡£9JªV« !H¥ð„©”üõØ|Í­MLòüÇ=øä¯“ýLÕœ¸ÇRxZÁ´ùÃò™lÊLü*/r endstream endobj 531 0 obj << /Type /XObject /Subtype /Image /Width 725 /Height 168 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 538 0 R /Length 16043 /Filter /FlateDecode >> stream xÚí\ÇÇAT»b¡ISÑ(j5ÆØ½ÄÄtkl±D{ÀŠXbT¤ŠŠн÷Ò{owÀGï`þñÿŽÕus»·ÇÝqpo>_ý¼›yofvæw{{‡Š &L˜0a„ Sí©¨°À~À„ &L˜0ÉS{ Á„ &L˜0É'ä }‚ &L ˜öîÿ“¾b㢩ÉÈœÌMx ±¤u¥`‡Ü{x‹`μY\.§¤¤D«ÉôviYÉ»wïDÉ&,îJÊ,?ïXçòsj¥ñ†&fì좘ÑKëÙsnçΟ=ïé‘’–Lä(ˆÏMl.Õ?ä ÂårA~ÀxIÖ«8RìÉÝùTYy)õŠâúVÊÛ rÖñfDŒjØõ¶I.ÝM,Iq\ä0вž9â\z2׈¯÷ÅŠ²2ªÑXGI°´&&Ç'§$¦qR¸é¡ÅVaûßbð'J(<²²2×o\Ožž^#?Љñ’ó &Ó·ŠpÕ:¼¿¼¢LLùQ'‡Arä%ÿ€ÁOü17å·œÄÉþ£¥¾ØŠãO[·å¶4)Îb(ÅÚêTO^.?<4xÕò¥,•+ˆêh\óYÿArªƒ4$ ù¼††G×.W._²w8ø×‰£§ÌõPUõlÙÒSSS¡ÁZJeÿA;Qw?Ħ™c™é ?NŸ95wþlóî;vm“édpð ½ÊsÔJO»³~3Öžm(­òƒÇË„` 22¤¸¸Xœ»U²¸ ¥¸ÈtÑìÜ¢¢Båu•Âäd Õœÿ}FÄ(^Ô 7e}NâºèG¦~ç[ùZ¦D¸ByyvZ®ØkkhÀíL΂SÌsA{Ðå?'›N=Ãg¬SZÔÚ–œ§™Lƒ%Ãñnß>zèÐÜ©Só§OÏÿòKccŸn]œùvñsƒ¼/¿„ü¼éÓc­­}tu9ÁA,ý þˆC>,¤°œFÅ„ÇÄEÅ'Ä÷=èw?Ä¡bÏžyæõGì?5rý†µ“§Lªçdè=eﯠ¡KÏ-±½½ÿœ¿Õ¢có7ºK}¾AŸq¹PB7=¨{€ü u#!?à,êxIÖ· {EÔѨ“Ûâ|VU›æîâXQYÎxEHìð+–™Ñ 9!ÖiÆáãx1ß¾ôhvg 7ážü;Mêý¯ã®;B}ê—VÖ3¢ZÏ¢ËY÷Œb®9 U•¯÷Åò²2ª!&Ï—|>dHÚÆ^ÚÚçš5;¯©Y<{¶‡ªªëê•**e;vøöéùµ´B­¬b† {<}:Ýóº†I®½°œÆÅÇœ;ö‚ç9Ï‹ç/z] þ÷ò¾ÈËÊ_~•ÉÉÎù‘Åˈ‰ ÷ faApP@ú<3#=)1Áßï5)?ŽŸ8 òãÁÃû ?Àù±å÷Í„üع{È5k×HöI Ñ¢þd»c>ÁëŽ?žºùÊw{ïÚžõ›°ú¬É—¥»¦ n,,äpÒ@p¹\Р.¡‡=233ˆ£tù¡ ÛSƒ‹–³ˆK€åÜÊÐÒ+ž˜˜¼<õwEe…TäIø)1L¹áã^hqÃÆF>èÚCþ¦à#+Y¢P³TŠ.Õ'RöS„ä‡üR›·u=$¡:HCL®öì™9q"¨ nd¼áQ4s&üŸ”¡E‹üiÓ<[µâÆÆdÄÆ\jÝ:kÊo]]iÅK¬½IÉ )iInJz'“—AüŸÍãó³E-¶µj^f!?¢#â#B£"BAZÐçÌɲø9YÈ.'-*2òö­[ (þúû8È3ΧEÉõÖÎ7gÕš_ °›«ëógOâëz ®÷d»¿.‡üzì­ûëßN=_´ë&H‘•ö÷§®;7v¹“´Ö4èóòòr8q„! 6HáAÑ‚ÿ+**¤¸9’½Ñ(.^⺫k‡—@6Ÿ'jÔJ׬I=ê¢iÿªÊ )ÊâÆ]JÌ-?Ïv9 ‹3"¬sâø]h 9G•dÉU5¢^5öN¦Ê>¬ç’"Ü-õ¨ ‡+]»ò&Mòi§“úêeêË—´´øS¦xéêFGFútë–ùùç—;tˆ¾v•ä­Ý&kêÔKmÛJ«ibíMå$_òòôò¾äsÙ‹ ‡Ÿ•›Ç/(È{¿Ø²NúÑl^f:'íÙã™\ž–ÊII (*(ÈÊÌˆŽŠŽŽ‹yOÍ)Ù¹99pÊÔÉÿäÄ„ðÐ+>> (Îz¸òãí[…äÇŸ¶» ù±tÙO³çÍÜ*9yòÑÃñ±1uí1ý‰v›?°˜}ÈtöÁy›Îïtz¾ôÐýïöÞYb{{þŽó¶_ŸýǵÉ/×ó"‚>/))ù÷ßßÕ%Aù‚‚ÆñBØ/ü<†}*%,ä¹…ù#ÃNZUuÕÇ_êÑbÌ ¸@R’aþû{›¥‡L*L[Ê þlÈ|8 e $PÓ¦Él²Tùo'9C|æB5Ääá_Ä ÷É'ZµòÖÕ²¶<øþܹðÞüñO? ?r¤O‡Z¶Œ¶²J¶¶¾1dˆ´|&ÖÞô /+–E~nN~AñaQAII±ØÒO$×gÆjáí—“úôñ’ À€B<àý?'‡ø¿æá%>…2uòº(22âÆë =jÜg¶v{Nž:ñ×ßÇoܺîètŠ”?/ûqëï[@„|ýíГ¦Í8çáñòÅs8½NÍñ23ô'ý9`®ýÍûÏ_¿~½ÿ¤Ï¨oŽNXqfÞ¯ïloýtàÞ¢]7glñû‹ç€EN?°ûØå¨ÈȤĄt.§N í?h—‘‘R“‚ƒƒƒ‚‚ÞÔ$???ðþONN†sñóLMI&.¬œÌœÜì¼|~nîGrÐ~ŸËé÷ÚV”—WWWW n¼—p¢dNÂ$‚Y”–šòúÕË'7wùö®àÿä«6ä@>夥BÉšÛƒ¸º"Šʆ…¸÷K5ÄÄßÛë’¶vòÈ‘ùS§ò'M 0ÀSGçåÛ°Ä¥ÅÆxuìbiÉŸ81Ú´”Q£¼Ú¶½{üìhR”ì‰Q~ÔºÆÂÛ;XcÁÏØ˜hØ‚#ÂÃùÁN]åÑ„ßëW>ÞÞß|÷ýH›1³æÏÿ}ûö½ûlAŠØí³Ý±sûöÛV®ùåçå˾˜6Ýz”ÍÌ9óöîÛ÷øÑC𩮪vÃiû/]{þ³§OïݽsýÚÕÃ'ÎN^zÄxú¾>“íLgì;uoŸ)v_þrÂýâuØJB‚ƒ êº[¹¸ž™QóÔ‡àë´œš”–––ú!¥Ô$IRbbbBBH8/@1/@Ðp ÖÞÕ18´N”X~À¥#WÈÇ'OߺyýÅ9½ä—càÿÛ·n<}ò*'æ ʤQʘ´H#!91áÑñc^½z×Ô<¯¥uqذçÎEGFG£Ÿ?»úÙ¸ mÚÀQÏ®]¯îÚð†—‘.•¦>¼'ôÅ[:GŽ’ æl^fVfF—Ã…=39)%9)&*2(ð ;°Yש¢‰Äø¸€7þ (ì;|µdÉç“§ec1ø’!#FŽ7~Îü…vvv>ð{õ´GZJ2q»NA]¼þ26:*,$ø¿ß‹gÏ=¸÷öíׯ]ó½rùò·sÞ—¯\{pïîÓ'¡•àÀGNj œX§†àýïÉÓ'ö°­ut¨@y8+"<¯)1Ké⥠uêg(|ÉËN”¸Qâ“—¤„x˜„PÏËçÏžÞ9þâ¬6üÿêÅsb΀ª†‰]×ù‰ …У§ ›‘F¼‡÷²ÉI‰ð›~” ëUb€¥«qÅïöxGBH¥~âNK|œàF FbBSöþzòåFÇ×›_n9ýè?ó@~Qé?"‹üথ( å FÔ„ÇE©ÂTä¸uŸ+ÃuñÃï§ß‚þ¨ªT6 ð¦´H]~¬=ñbÒ–ë6«½ÿè±öØc“/%”œÔdA¡œÁˆšð¸(U˜ŠW£îse¸.–n;]UUUYY!lRæ’ÕðoéX€SêT^vlݺEÔ!¼)­R—¿&kòcåá‡ËÔ”$A¡œÁˆšð¸(U˜ŠW£îse¸.VíÈ Z‚MªBz©¤¤¼¢!KxSZ$“¢ûù±âÈS£×xüXzð¾ñŒýy…%¢¤a‘)ɉŒÄŸQUQºï¾¨À/¿¬"mccc–’â Ê™ÇÎ;lô1ùdükõlHê¾+-vDPØøC²¯ÓÄ5Û¥åÛ›‹;÷Ó7266ìÓoæÖÛu½èvÂÈh½b –œô9)­`íîÓ >ÊËÊ„€3}·/6زGç~=c çå&s‹/‰£üÄ£­ôQÏÃmÍ «SÃóRnNÔÏÄÔÄ`ðÔ;©¹¢*$2/ÿ±`ðÀ½ºm¹ë½}‘õË®z}~óŠ# f½Zß72]R\Ãe!?~>ü¤F~î~|¿ï®Äòò¹¶Ü¸ÏWs[éÍU \•ŒÎ¼¹¸R»ë¸‹OBˆ—·]6}$ÅF¥‚¨~`ŒHºÖPãB6åçܬyE)†9¿SÛ«aQ`Ç…_m×iž´úVÓ þ“±˜˜çÆÇÆIæ›u›æƒv|ø­ë ÞŠ°^±K?*­ÎÙ`{º²äG©ÄÆM0|¢;™ùíù0xa‡5ulÀÈçz·Ð[ZsôÞ×ÖD1²ü÷`ÂþÓ¬ýlWæ6«½Ù.Q™ß¸½d†Û«©wXrNpVfÈ!M±D‡¡z^¤‚‘éÜJo{UôÐ p–~öó\Ù¢Ýx &¼˜@URœÞR‘ço“_r1˜¶ïÇC&þö^~|ýç-ÓY‡È£“V:å–Š)?’☈±ÖÖt Œ˜Ð®ÅA¿P"3.üÖâÏöêkhld0~ù•“cרA£þ¦Vp”ø¹ ÊÏí3s}Ã~½-?;çFdÂQçµ_²ìßUOù‰GŒ2:ócW­UwÞÐóEµâ´fš¥™i÷N}V|ì¸öK+Ëþ;ô\yꉘÚη°0ëo¼Œ†¸áÏâ|äKÇáý:˜˜Møñ»8Ñ ‡?;ÒAÛüvxØ{&tòËy0bB®ÌnÖßĸO_«ý×ü‡@¨6–ϸՆܵoÞf(Kï]=¹K—Þ&&FC¦¸9Œ¡1z"j8Ø‘±~ºb†yo× !{nƒýÀnÈàÝ·ÉÀ©F]ý¡ŽÑÍ æ†ß]"J†=Ý¢ÕiQçñ>77é×¥ßpç—¡²ˆKÌ Še¶‹Ç#?L°03àžd¾é¨«yEe2Î|ú„å’Ü&Œ¨õJÔL¦²ø%§"Ë A˜¿íu¬(//-)êdÌÌ.*®± UTš™«{´Ù‘QZÄ·h­õ”—O= NQ¾¤ƒºZJ~‘à§²ò“TÕÛ±Tø1³8ï¿öû4ÔÌ>$½NÝØ«¢GA³\5‰q!*ªô /ê"óZ&«RQÑ“ÖU2ùQUUIý³}.?ùúÄ’½÷¿;øhîî; ?lÖø€üø|÷¢Ý7ï¹5v¹ëð%¥óøB?€Æ"?ãcéß[ÙºÛw`ÜXoÚoáy"s×àŽÃ7ºvгPø\%O!íMÆ:“ßãþáIíŒ×“Gçd†ÜÛÞ\Ûš±QFgÚ4S ŠŽ¡ç‹jeÎák‚Vîÿ¡¦ÞnÎ1Aà;¿7×!f¨—¯#äÁáVg±8L?vŒG§Pû¡ÖˆˆyE0xÌa"óöî zC×<<<[Çø«è8AÎŽ~¿üZÐèÃ-ÛO­ÓÈa\ˆ(Œ õ5šµüå –Þk«®z?<ŒÈסDchŒžˆöAd¬Ÿî†˜aÆ„x·Õ›ö¢Î:¾!ôN–Ìòô˜Ð+m[÷Lòc»=þ€8JήvÆd9 ïÖœ.jz°ÌvQqMw¸]ßN-¢Þ²ÓÈϦýºóhhL Ȩ̈OQ.ÉmˆZ¯DÍdú(‹_’q*²¬„¹m¿ceEEYI‰P'{&iG¸ŒÕŸ~™óz¹®É¡CÔò„ü£¤F~°TȘIµÛ©«ÆæŠãc8ãUCwO,jÕñKú„u‰y-S«’ÖU2ùQYYYZZBeÍ~ß¡KN.²½;uëù!¸û1ä'[|Ǭp¼èh 7Kè€E~DG†Ó96ªË°}7Á}uºy+“ÐAf;uµG!!Ôbà*݆bÏCBÁˆ y¬ª®M «±C@|26Êè \ÎþaaôüZZ‰ú¯ÝLÌÏÜ·Û 2éÛÏÀÈÐô-‹óT¨ýPkD¢ ¯Ò±U‹n—ºêjàA‡ÈFÅ9Œ Yí#—Ÿ[w[ÀÒ{ßôog2nö¶½Ç_Ö´.*4FOjƒÈX?Ý ñÃÜЯ­íµ=mû­gìdÉü¡ŽÑ¾¡z3\FÝêвëÓ÷à(9X°cÊ(.q.(–Ù.*®W¡aõñ xêë¶ç·UcMtºŒÜÊ2ó首©%û #j½5“é£,~IƩȲHæ®CŽ•‚»ÅBÔÜ7`Ë$íœ`­>Ö¾¼#tˆZ~·©î÷0BÝf·7ÝÉR!c&Õ>0Doü‡„ö8€¥d{uµ¤¼Bz ÎxÕÔô^?³¡ŽÝzEŸð¢."1¯ejUÒAb¢J(?*ÊKŠ‹¨Îßä1ü{Ç{îLÞrÝf­@~LÞtÙfÅYËy‡c¹Bå XäGTD˜Áõšk´ïÜ…HZêj_y?|èÛ‡ÁÁÔ’à*݆bÏ‚CjêyCÀRRFg–tÑZyã9=¿N­v­,µ4ö\zDtûY×)"ÆÂPɽ6­Ûî½ý’ÈÑVW}LZhÔTT"jŒÈ0?±–¸|,毢¦ÉÒ{à˜Ç‰}ßϰÒî=›%´zÕf¬Ÿî†øa><=¾e÷–NßcœK’ùC-éwóíÞ+níþ¤Çä¿É£äì‚%KFq‰A1ÎöZã’Ì7’°ÀëªÍ´DÍ|ɺZÖFÔz%j&ÓGYü’,SQZaÚ|øBßP Nò‹Öd&µi·ÒSÓ蔜W tˆZ&'ÑwÒ ¾&¦&ý¬&ßLÊb©PT+¤Ÿñ|ñ8K¨«¿±Á„oœYJzü`ÓÃÐlÕ§ô!p1—nj¦¨‹HÌkYvU2ùQ^^^TT(D6?wüÒÓÃ<3gç­1k}&¬÷¶Yîn>Ç>4&…^˜€E~D†‡ ñàäg:É—wìGtô'Û¬:Z¯s$2_Þ÷ƒÿuÔÕž9à6a¬3Йtð*7|¡c°Zè¨M…Ñ™'.?hwçqïõûv¯YðV][!íZ tnÞÌå™?ž¿Û°ŸµÞ@gªýu0nšT§ˆ oñýéçÖ´îhó´¦K7›·¹Ù8zëÜe u›æÛn>ãö‘ÙdÍr²ðË+›4Û~*²÷ÂÞ\~,ð3ôÍ5u]¢chõªÍP?“â‡ôhýºµÄ¸ÐÝÄŸÿŽ0E·Õ€Ö{½&Ï%g—ŽÁÅE…}z0ÎöZÆQRßöŸöЍ1^\ú­y›a¢f¾ø]-Ï #j½5“é£,~I–©È¸Hæþ#Ìò£É‹¹tS3E]Db]Ëÿ­JZ#HLTIåGYaaT.ï“ÅdžÿäóG›wïÝ×Ȱ߸Ÿ<áýÜOºô645 6¸M”xtÒÆ´g?ƒ¾½Ìlœ¿&2É£B6Fg€ëG7Ž0ëÓ·¯A¿ÞƃÇüéù¸®­v­¼¶ÎîÒ¾«Iÿþv`?ë̓ãCûèõ5î?æëýuŠ ~HÆ&!çþñEÚ}f„Žž^bª?ÕŒàWž_Z÷„¨ûê:ÓîýXІà®Ã½:v11³œ²ü(醯…Œ¢§¾Å×¢z/<øÙ03C#Ã>=zÍÙx–(ÆZ=‡ƒjÓëgtCÌ0EåÔÇ¡1®m³lÝõ+ê¹îoÔ»SŸOþ~ðJq±OÆÙÎ>Žû6o¬UOý>††}{Xms{(jæ‹ßÕòœ0¢Ö+Q3™>Êâ—d™ŠŒ+€a>~F ?Š ©¨0%¡2\œ«F(SÔE$ε,T•´F˜¨’ɲ²²‚‚|F"ãSÍçØZ|Òdæ¡'obD#`‘àƒ‚ PÎ`DMx\0ÌíC:~~ì&ùe¾F=µêï¼GYF;!ÅEEÊ.­>lðQ®“ü ¤Â{ùQZ’Ÿ—+Š—1¦³Þ~ÆR†@H~¼)Û±£zèÐjMÍw**‚ ‚4=`—‡½v|Ø÷ë$?JKJu ‡›Á^€€”àx‚#‚ ‚ Ê%E†%EH­ò£¤¤8—ŸSˆ:‹°ÿADi%À(?x™Çì“â2Ó¹`ðx99Ùõ„¨3ëèìvAA"$?²³x‘an®)‰ ¼Ìtw§ðð0Ȭ'P§ïþýt*çÍ{ºbYÄÕ+Á¯^ø78®NŠàFÔäÇE©ÂTä¸uŸ+Ãu1VVT*Mcpag‡ývyØëé öúUªü >súd`€—““•àxòdfp¹Y¼L €‰:K,-…„GApñÍAaD µ!?š¾÷sÆØPe@é€TùqÖÕÙïÕóÔ¤D¹ü^Fúë—ÏÝ\Îs°?bPàD¨3ä’§ö ~ñö&L˜0aÂ$")¡ühzƒX^Vž:jU ì\´€”)IñéÜ4¤<ÈÎÊ䦥¤$Æ'%HòÇ|á,¨³pëj‹Ä}ªüPN}‹ ‚ JBv/ñþ]ª¸b=Œ”nN§eAV¿~Œ·>P~ ‚ ˆ2PXÏå¤&NêÄÎIùqò.GT·hõñyWg”‚ ¢l¤sÓž®Xöñv„º:)?NÜI“¢>yAù ‚ Ê#?®ØG•dúëvš, ¶•—™òAA”P~œ?sŠQ~»™* þ#?hrå‚ ‚(ƒülúLòÒÑ)Rå‚ ‚ ü`‘ד¥ÊAAùÁ"?_K–:(?Aå‹ü8t5IêÈN~pC·n›ÿúT‘ûœp’|éúÓ¸¶-šAŽwj–«­›7m¤U›, {(‹~@AA~ôM”:²“ÞS{‚ÏÍUU4uÆ5Dgæåä‹SÌÙÙ _¶RS|Îåx&žŸßPòƒ~®“ЦÙÄï^A¤qÉWeŒäGQ~š¾f³æmG¸Útç÷Dp©ÛÖ™U“ÚµÐèdlã›ÀcÏ/ÌßùÝä^Ú4kÖ¼»Ñ°îþD~´÷Ï=:jª«©i´ê7hü¿Tj=Nk¦wh¥nñÛ3Èyæ°Ì¨›®šŠjK½ÖãØwRªØ£—d¬J”‡ÔJD•)àGmYüyW-5õú¦Öt„#ì|^À²éÖºZÍ›kéZO_ÄË¥–qÙ8·«¶f+]ý_=Âé!0¶X× =dö k#A¤¡äÇž‹±²@Fò#áþBðÙø§û©/£Ï,_ê4t¹­Ý²!`´·ØÃžf²àʰ…«öí³ûþón*ªG£Ó!?ñÎÞÝûs8¸kËʶÍTµ:-¤ÖÓÅæ‡“ŽŸ¼95Ô4Z:zÊñ„ƒÝÏ ¾`—ð>xÉø†±*QR«Uæäøîßý³ŸNž>ùDztH7¨µ)ø-Ü¡+ììV û©µŒÑ¼ßŽì˜†fÛQô[¬k…Œ²{…µŽ‚ Ò òc·gŒŒ‘ü82°#¸½áÁëðP¿.ÍÕÔ[ò È (Ÿ_ÈCM£uc¢çëi¨ ½×¶²}ùÁNë;µþ˜«ªA­çiŸôdf-Uu/fÌ]±~›÷‹”Z?G`ùX±*QRëU¦cM~`Vn­mPsÚ« ÎJÈ…¾Š£÷aHvnQAF©Æ¨ è-JP!ÝCöa¯°Ö1BAä/?v^ˆ–˸˜¨«>^Äß­:”Ÿغæ júþiâG™Aîtêíÿ#?hùj¶Ëç¼®úú< æ@~Ÿ‚Ÿ£ßxÜr[Ô¶˜—ìä`»fé’:š­ÔG~0V%ÊCj=¢Êb Xªòƒ= Æ%¨^¿8#"Ê®uŒdô÷A”wgÇk>^°q×I~ì8%;$“ɉñ^ž±Q‘i)É©ÉIõh¨óp»ß’ýçÏœÿZ/;[Ÿ$7a+íö®ü1_]³]Ô͈žï:½—àÜO;åø×aÛïg|:êHäµlp¿8a·f*û¶ûÙœ÷9üåtæÄ¼ÞÚjë#?«å!µQeþ× ò{Nøù”ã©m˧“ õÐ|õfëÑ“îçîÓ½rÑ™ÚWG:ˆ/?[” Bº‡âŒˆ(»Ö1"æ‚ "™éÜä¤D/Ïs°}‹)?¶Ÿ‹”)’ÉkW|âcc8©É¹¹ü¢Â¡£«{jÃβ?6ý}N¯§f3UuèœÒÈÉÉ΂q„Á”à—gAP~à‡/ò”GhP»«ÓûƒH£æ˜ƒ½›³S€¿?H\OAä#?ðÑS (ÈÏ‹ŽŒt<õwBBÜÛ·oÿÅÔ˜SUUU|\,ŒfhP Œ¬¨Açó³3Ó9pMÉ .'ZÌÉÎÂÛ2‚à7_P~v¢œìsn®I‰ ¸w7™”œ”èáêÂËLgqÈþôÉÁ}vÖ­^¿f•|€¶î·{ñìIII.t‚4ù¿û!1ð†ô˜ƒ=Þ÷hb÷@`L9i© ´ñ³ß¼y½{Ç6ÿׯ8iié\®|HKM}ñì)´]QQŽk‚ M@~àÏŽÕóîÇûƒ°gý“‚¥ÏÿóÏ?’ cš–’LîŒtŽýÁ}Aï"%ÄÇ>´‚µAÆ.?ðG×Q~ ü`”œÔúps9©֭椥5ˆü€p u˜l¸Ö!‚òåÊÆ%?ø5I2ù×Ñú5«Ò¹Üw ” uQׂ Hc‘²](•I~À†õ&K„üJ999k,ç¢ü@AùÁBˆ÷ñƒû›˜ö7601ùï§ÉõïÆÍ›6ÉU~T—ncä›Çp¤æÊ(§”æøjuþAnÛ½(oÅ?«ÆáŸ$v h·ÕÜ«É,òƒÐú5‰]ˆ/?ÞV$¯™ec3ÆÆfÖš”Ê·(?AùÑä?|I¼»I§Ç¤»áï¿ ™ìwe‡kxý»º¥þò#¥°BÌMóκÁ£÷ú3Ê[×¾ÿiú†ÍRõ”ŒW3{L¸SOI!~Yfok«VÈáž“îJìlIÖŶ½·Š’|>$Ç’%K*kð2ë)?žÿ2bÆéP0‚OLñË ”‚ ühòòã—m60|;2;ñÚ¤}û÷³š|3‰G¤ †Ï ‡ZYôèÜ÷×séraâpÈ433³`-¾ü€ ëí“I×.cç,u»áWVý–%¤º´i?±°JP(òüŽ¡,Ì úI+,äüeб…Vc ‹¯/'=šÛwÀö­ÆŒ4ð{°¿¸— §T–Äoþj¼©¹e£¾ã~z*tÊ‹¥&£/Æ—å>lÞÆšh®º²`F—Ž^Ü"ÒÞÓ…£ÍMÌýüç£ýu×ÅåB&µ­ò‚à3G 4Шw¿¿ ÎÊ Ü3rø°AÍ{÷ì¿Õ' r„šf<‹Z-‘CwØ|óïÓ¾cÖC×ú«¢Ú‚tšþ»=_NüOÉ·o«t›·.®zßã„ü #-**:pà@UUÕû¢UUð2ÇE|ù1ßXÿeqUEÏõ ü@åG“—m›©¦å1üän3ÝYÎ`»ÌÔ5ÛÁ.?¾9(øFCð!MÑ,w?@ÔI~¼­.}uÝe霱Ýz˜÷ë¾§™ŒÛÜÙ1Ý&œ«¹zm SK+kìüœ Áê;ªë¢@QrS6_ýURõÞvL/z[]±|@‡å.~Dnb¡Ð)ûz·=ZÆíæ/òËÀx³w”Åêû'Ëê·ûóž`OÏôû .®øO[Õeß›[\ Éì×eœþ­µ3Ê”fqªÞË'W­Î?•}lZÄYÔÈ$äð€å.åÕo«*x4šåUV‹jkm·Ö–+\…JBê­Ù,¦¤’Q~Ô)‰/?úuïVñ?ñïÿ*ºuï‡òA”Ê ?¸ù ò£½ºZRn>…¹ñªê:ìòƒW@Ô§¢ÒLâ_X¶¹ŠÂÔ³»¿n¡¦2þH¸ð±ª’ÎÍ›GÕìøÕUÅ6][Oøv½Ë•'EÞ¿/ìØê.¿´Æ¬ìªÙ2¢¦$ØÝZê@™¬àåºf{…ª¤œRݯUëìã9¬óÿÌÒÜÇÝu­9e·ÿ¬àeþEØå~šmǵŠü©yÛÞRÏÎ]j„Dõ•Ãë>d9f&´{njZÄYÔD:œL°Šì–-z™ mUWtÒÔ¢•|[YšØL½]ù‡ÛM(?AP~ÈB~¬êÑfkpš˜òCME¥°Æ(*È ÊFMRWùQYYYZZ"DqAê5—ƒóÆ[õì?rÝŸsr… äq/kêŒ%_–ro_t\:Ã´Ã Í‚Ó Ó´Zõ#å¦y¶ê¸ˆ´µ:}Æëm,6¿øO‹”SòÒ¯¶ê¸°ÃÝFÿððÀè.ßúÄPËSkà¬î`î(Ô¼ÿÛ1—fvþô÷ø¬° é;ÿ®PÓŒgQ«é°ÞW„o«Ýs›¨¶ø©ô’@òã¯Úî"+'äù2''ÛÎζ¸¸è}ÓÅEð2éHôáË }ãù(?AùÑäåGÂí_uô§>ˆÊ ^¦ÝØ]óèé.SÝ9®A‚ïŸÎÒ5}ÿáËM‡PV =ÿ-»üÐUWKàç×Q~T””SYýÕÄžúÌúqó•§B‡Hø©°#Ï'ìøç¡E5FêóÝmº/#'Ådq4éÉŒn6>¤Ýý³+`Dœ£7Ô–8‹/tJÊóÙ]G{vVâ1õ–Fºë…sÙyøa0 s£´¸ó•P[ãtÍ7dÏ‹z˜ž Æãå&æ ª¹a©¥1áf¬PÓŒgQ«%røc»ç?5X|OT[I§ÓKÛLu¿¾GVNÈò%‡“fii¹xñWùð2‡F|ùñlåð™gÂÁ==}øªg(?AùÑäå‡àéϽŸ 26615íod1rò©g‚/Þf'øNØ×ÄÔ¤ï É7ß?zy~CßÎ=,­†ÎÛr‘]~œý~tC³AV#ÅöCðg8Š‹¨8¸ßÈ((Ê¢¨€Û¾!aï›6\¿¯¡™…¹ùÐ)ža\ÁÑüÔ™ƒz˜šÍ<øh™É§P¢¤ÀvØ…yÉ+§ éÖÇÈÜÜlô‚‹B§<^ÑŸ<¥0?U³Y+÷ž9a3­zu1ðÙ‹V˜è¬yFÔÿáD¨pý¬]zXXXüd¬wj6df%^Ü«ƒ‰Õ'“mÛ¡Õé$žPÓŒgQ«ýØ"¾úy‰wbEµE­Š,™òì÷vÆ?R*'äµ¹ÔÔT=zôèÞ½;ðRÔÐÔå‹· «fÚØŒµ=sUb~ñA”J!?B~”——H€Ã`½cqé’+>÷vŒ°Xv•žŸ›Æ%Œø‡uë6•_P kOdDANÌ„îf×’yÔLB~•LMI¶UdaK…ø³c‚ (?Dý:cjùQVVFÜÒ¯+œp§Ã·b%;WxIç,ÌŒŒFýÂÏ£}¼Ú¦·¡±™©‘åè¹×bÓe熬Ixpôôó$¡LB~Ð '''ì¢ü@‘üÀ]—žü(ÍÏÏC B~Hv.ÊA”Š/?JKJ„bDB~Hv.û_¼MKMÅ¿x‹ "™üùZ©Lò£¤¤8—Ÿƒ(„üì\Qò##cpßë—/D~$ÄÇ>´_ð<-.w‚ üPnù‘“uÌÁ>‹— :iÀh˜¦¥0üùBP&oÞøíÞ±-:*d€<ï{@‹ÐnlL´àkV¸Ü!‚òCéï~œuu‰Š ‡M iDEEœwwã¤1ü9¡¢Â‚Òââ°`ûû6¬[½~Í*ùmA‹á¡!o««q¡CåÊ‚ü<ØOýš‘žoœ‘Æ Œ Œ£Óé“¡ÁA9YËYN°ËL]³,o«…î~ÐbŒB‚.j§®œ•[£+>îãü¨ŸGv[¸÷ÝQ!Ðû¹ÖÙ+TNêÅ:c kŽÞ^Üo˜½¿Po“3A”ô^ªuæ‹?ðî‚ üPBùÑACÍìCÒëÔ,@ȃâœÿÚÍèu²—L¼sô k #S¨_Eµ9‘é8ºëÂ[±ÙazZ=ró©2–‡š“jŠæ&ÀRÏ’Éލ:Si7ÛÛ««‘u’½$ª‹Älýc·å‘ÝÂØÕó&ÏãUÕuÄ—ô†£ ‹V ho9u‰½ãÅ”C åg·]zæ£3¢B ÷³¸³—Ô/=ÚlãdY´ÖzœÁêmr&ˆò^a­3_|ßP~ Ê%”ð5*'OÌÇØ?»g´‡´i~âY¼ÐnÅ ÙÖÎpkȉQ}æ\ª±¼øòƒ1QuÒ»ˆqoÕEb¶ÎØ-µÊ1O©¿ü ÛŒQHÐEE™÷½Ö~5BÇð[²‰3Ë­ûNßž] ù!~‡‡:ÑŸîúrY;“Ý,½]k7²Q­ÝXkU‚ ühÂòCW]-ÿþ éþÁzã÷ßÿŒÄ#©ËîšÍn¥dñäð$j¹[¢Ýüïø ¡ Ë nŸ xè>W×tK&c8¢ê¤wÑnS]²N²€¨.³uÆnalˆ}kÛnÜŽ~ É.SÝ9®A‚£®³tMÙ>|¡Ž>cCŒQÔ¹‹ ³_'>sÉÏz£¦Ñ‘Ú„ÓŠá}¦lͪ¹ @uFTô~&¿Ãó³u´ú¶îô¥oKo×ÚâËñ}£v‚ (?šÞÏŽ‘ËÝÙïG÷04d5Rð$FúóÅc-ú˜˜ö76øü'©ËößõÐëi9`àìM¨‚Ž Õî$cy0\WNhnÔÕhõÑSz&c8¢ê¤·žç=Ú¨«±ÅÀÉ«\É¢ºHÌÖ»…±!ö­}áSƒšSVœRm¦-üèi‚ïÄ}MLMúš|ƒò¬=Fêè36ÄE]»¨(?mÌ 3Sss£Þý¾ÛûP¨ ç•#ô¿Ø”™_@uFTô~&©Óì=f¥§¦Ñ))7Ÿ¥·kíFñ凸¾Q;Aq¾Œ ˆ¢É™*åùÙ±££º|éQŸo&6ì-kù·^˜—B<<í»R»×*%¹Hñƒ AP~ÈA(ƒüàs®[š÷ë;òGò”â»×ÄÄÔÔ¸o“‘NAi(?A”P~ÈHà®#‚ Êù! ‚òAAP~°Ë©+”¢°I1½R@ß‘©ü®Aù .?|—g_‹p¤D©ä‡´DʤqmÇŠì!\8$à*õ¥]ìõ¬­>M³'™: ­(äÙ{Jö­| ®0a!ÁgNým»g#{m÷œ9}ÊÈG~°‹q Óåû[!ùïƒðyC½éVÀ)G^ÂäuD×öâ#i}ªªgÓµ&¹5ZŸªäÙMì[Æi&çëREyyIq1,>……霴 €ãGÇDGгœJE~Ð¥…ø…©òCœž ¾4–;À]ž‰?÷äÜœÔJ%ä%,•娡6P :_Îͱ´.™$•HëtJ“ßv£L’úL“xþós²³³x¼ÌŒÌt.(W¯Øk'­uµÑ%üZ”ŸŠ#¥êäTÆ]a'ž;ŸÒZñd•Šê³L’Ï-9XÏžQLi'OWe1Ùê9îTù‘”o»g—rjQkxaA>q(-)%-9%ƒÃággC¦˜BI i ¤ºFQÏÐ$–Cõéy—¾Ò<ŒOM¸9…»³£ßËçu]ޤµ I} Tdá!¦“ uWG1Özb#’vÒü xcP*ƒNÊNj )?T0)¼4’é^&ªZyî³uªDyn¾ÉúFJ­ëOvV&(Y,žŠ0ŠæO­½§7Òe£ÂÞ\’çg" r¿NžS…”¸Ñ£€ið}VÁoV4T§ÉS㱯?µ>ûÍ’þ©*!Ïz÷îbîõŠ™ê¹ (¾ö«ÿÝ 9ßkÀÏ ë#M_bÂÔ(Ôv…ø DZË!?$v¯4?—*?p¼$)nUØ« òH†¢Í L˜0‰¿Éb'ÈyeÆÞÀ¤„ DZ÷Oð"„ &L˜0Õ*$°CQú?> stream xÚì]<”ÿέä§R))„d­…Ji þÆ™™¡ÒÒÞ4´D¡"Bƒ†UFdW*…P2Ëù?÷Üsçu¿ïû^ÏÝ3¿ãó}Æ÷û}žç àïdÀ\àåR`&°kÅÅͬfvgLÂ¥¾“ÎÕ7§üÙ¬þ…ñ›~0´žÂ`8D¥ˆr`†OCþèèC»„Ð/ŠK0äÊbº5(3¸øhPBZxšžaÒRÝjÒ[ùˆd„ 3ÔÒ°‹jÇç#ˆ×fP7F2ê¥=Éò'Ĭ=¶/Fê%P¢Í1h;‰ÁP,j 0ƒ7)“8ȲDþÑx|D]¤HŸcv|OM?dc‰$O[R-{¤´v|^¼¶TDìwÖ¢ÑÅ--%HÝ0½é1¦÷ö¤h\ÌOdë@ìD÷³1Rù„ΖîÙPön'I [’54¯áV<§M&©A‰I—´PÅGý²¿DM ‰†G½]/¥…ªé1ý±ýõÿÚHÒA£´e¨±È±’¸0ùhi¨@”9i_?¢+îDÔ ½C¯Ç”¤»·' iIÑîƒuÜ’oîûZ²Ðî. ¢¥î¤c5Z9Ïz´“¤³ˆ(A-ÉäSYÌ@Z~v|qC Y˜¤E’†‹‡ÄGÔ6„†u´òC¬bW‘š©b+’´7B<ª¦—ê¢RϪ(G?|#‰Ÿ$Zu šB[zÑ£…!#- 5ˆ2GöÑq ƒ€…¨©]@Û‡\t*=îJº[{RŒ2†³KCàkfstk*µëj§›d$ãâ´éÛ˜Þ’M¥BÔ²@™(Z uºpåe ÙÉb+m”=Ôb£².݆Tf.dg—4‘¤Ð¤ %ºb4>eu¨Ö µŠ]å銭8f¥EïÎ)橤…ºéó)TbpÜp| ßUuDˆ”ò´¤IE[zÑK¡…!Д†D™#ûh#%ÄÄäÑ›ÖxjN“ÛXÈG)YøLw~ )*½']“B±ú4‹];õƒÜ*e&­=±», UQºË‚Ri²;¡¤K ô9Ä uòYÝAQ}mZÑ­î]„GZ¾³G´–Ä/ZDíH¬ƒ¯î 5HŠÔ=!J7®N3Eáè½M>‹HúD¡ÿ§8¤(T„¤m›®ªK!ÊJUœm:Ú’Hƒ! 5¿[a¨T¢ðTA2ªF$E2­Œ‚Úäˆå˜¡K9J4=HÙP;òþ| O«v”vêNnz:Sh¡É®6¦2ŠìdKÂÉIÛÊÔ851JµHî5 Håº_Bm»<'cP©~ ƒè^w áQõéì-=Ú ÑjÌЦ„$EÒî–!_ Óåˆ Ôq%µ·é¡í ´þu@”\È„¤±³]i’"(zŠÐÓ–T"^1T¨„ÞÛM,¨.‹J‘uäÞÝPÓ–£¤µßÙÀF¥¤›hé,<­ÚQ ‘†ÜT6‚$2 -Zr8Kè[R-b@J;Ábl¥v'3¨ýfz>.ur›v¯cJôUw2áµSZú,¡æP9 †¢Ä]Áe—–õâmºkhW£P[¬.é²³Ti2"hwÚ"%2ë‡P{ 5ªF41] ̸… ãÒú©…Ôä¦ê#DÖE Fס޵ËËÒK;Ñ”ÄÊf©©L#}À×_¡ô\hÆTìw²}7°`h:L„®ê÷¯]©•Nj¡²³ƒà&¡åí (M¥Ëº Íúa,ú_ÂaJ†@ÝG@EÖ§pHž¢µ¯²0’>íŒîm:Lõìü‰€»™3ºù‚A’¯“¡Ô†E,„á š•´tþ‰`§ ÒS Œz„ŸÍÀŸÖ!ø‚ASýwó†Îíþõ&ùöÚÍøËB`¢æ\h@"5ýÈ=ÀßOjÆÃœ3©™& “˜jæ#50ÕLGj`ª˜ÔÈýÖLEj0©AüÀ|¤&=ÀT¤A5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5À•Ôà!xœ €ÙH ¼`>Rƒ€ÙH ¢f#5x™/³‘DÔÌGêé ¢`6Rƒn" 5 5 5 5 ©ÁèÓ‘ŒS0©Á,9ó‘ÜM À„¤A5°Ô ¦ø•¤£LGj`¨˜Ôàf#5>˜ŽÔ ø`6C À|¤w3RüùáG3`5“ugÇ—´¯˜ˆÔ‡¨v|>Ìk ¦!5„á•Ò†Í5Ó¦5Ìkm0¯ÀL¤&òšLÂ0©ÁMÕ€Ô üø¥¤Ef#5q¨ é0©I“Š@ÌCjâ£/€ÒÌDjpG5Ó‘<úÀl¤†„¿¼£æÇ˜Ôà)E@j@j@j@jRƒÑ§`6RƒE¦#50ÔÌ`¨˜Ôà­§€Ô üE€¡‘˜j¦#50ÕÌGj`ª˜ŽÔÀT0©ÁMLHj0T H ð‡“L*0©Á𳑠0©©`:RS À|¤¦€éH L5ó‘L*K ðg“Cü+# &"5øcPf#5ò/Š@LDjŒh|3ˆ§˜ŠÔ Àló.ÌGjpß)°Ô ¦øÅ¤¦€éH éD¦#5@˜Ôàiræ#5ˆª˜Ô þ`>RƒG©@ø:ŠC#5¸§ €éH Æ©˜Ô ŸÀd¤ýDf#5è'0©A?€éH ú‰€Ô€Ô€Ô £@Cj0¤Àl¤OÞ0©«‡aàW@8Œ¤FX $:|h)É/€@a:ÃWä耾HMzGõX¢ƒ7’Œ.lIÑž¡Ý¿—~PBÇkKIIÁ×´Øúÿ ÿ‡{eµ¨65­ zwH·ý·x˾‹I¢\÷AU¨åmw[Ð’2›Ó¿¿g@ 4‘Т †CL·‡[ËHÔgPHD#~ù;ó‘²üœÆ"z9D…^¯DI aPZÈ’"¹C•ì(!Ðn²œ?#Ĥ×JR“ú0“ùñ‹Å£õ% È0µ¤˜w³®„m¢@9û¾ù6éR(¡{ù?K²-‡­?¹hàDп›t׋ËñDƒé†õÞª$Öu‘®Û!*ÐpÐu% DCkâ’¤wˆžˆî+‚ò€¼ÙW%(¹ °òt:Ô/†Kö¶¥‹Ìù¨¤ ¨”b&aZqˆ’êËHS =&Ø&óv³®„—R˜þýã*bÒÉ„îá_Ò(â%Z´h ›…¨ýîèw©9ªT^Š¡ dhIžhƒ ½v$ '‘Ž¡òSƒš{d¾¢’A4´†ä‘$Et‡¢è‰è8òF™‚nRR¦ªw—!tåÆPýz¡4•Òè˜aBäÈÔ,¾‹ÌR¨Dµ‹É§:I¥Z_šJ, cÄØänÜ%ä“HÝ¡ôÄAM:M Ð%†2šlËÉ…D[i–nÃW=šJðNR^Z/Ee ô’¸‹ÊÀœÌÊZÆ b›“4œH:ºa ²òS*w8YQ*ÉÀ *ñ*)ò&©åÑț̔®A:m'k#©9ȹQl~—ÀG(¥»”†J ‘¬zj-Q^Ñ.2cÈFCêw¹)ê“h«ß=h ÉŒa,Ñ/ŠaÀ]2©éJ¥O$Y4#—ÓN¬£ËŒ"•§ˆ»«h v5u÷dI’$©9Y)º¼T— ¤Žl;á]Å ]…ŸÍÑãozµT5v6HmN!í_k¡ZD'(tÀÑ1 µdèÚ”|¤»oA¨é¦Öv´O¶çÔ.€¦EÉMLá:-¥Ébk¦RC$bV%- ;ÚZ(é$ JºV»‹í ëNbb3•A%ËŒÑß=¡Âîf]ó§c î#¥Ô.õ Ú #×eFIÚ 1DqK—9¤3dƒ†^‹*ÅKuÙ@’c#tÙNâ®sÚT¶ ¯B ÿzv¾è…Š-$Ж¦½R(¾!§ÉvH!¡áªäTÚN²±¢Rt†Ê9#ê­|ªàÊQˆÞŒ£RC$bVÚ)-Ô‘q<¹µ0"ÑyqZ쌀^ÛCh…ÕeP»dFc=¨Ý0­É¢5À]h\(Ùã1Èž]´Ë(HÑ´t¯ +š ªÅT›Ê 1R YÍF,s—í„wMâèn hM5þ1”¤mVŠˆ)ãôeCÊ@¦DJ¬%Ö1ªÃJ=i«ÌHbô-J½%E¼S·0M‘ÉYQñŽæÌôüކs“z.è@•X¦¸¸.™QéÉËPLù6Gr`OÕä‹è JÏžÂP›Ñ˜’á"3•+Åb÷HèrN›V£0Œ©…¶/'ÊË`P’˜9m³B]ý‚mW®Ç‚ӆʿŒ"ºà½ë`¼£¹#WŸÌÐRFQ‰e¢.O—.‘¼L—‰.néšC¡ÕCÒE5(˜šÊpu1ƒ¡²ØùsÒ$ËÜE¢ôÀQA ŸŠiSˆzCÜÕ/èÙØöêχÊ0˜´$†qdÌ1;pX#,ºòpÐvC© U¼Ð=ž—’ú%…d¸Æ]½Sƒabp4Žˆ]T›f0…Ô‘éQ¾½ÛQ‚y[˜Ÿ¯x "«Þâ…_×2 óÁüLjPzà]¼ÅЦôÕ‘¬. ósèþŸ”7GD7¤ H ð×Ñ÷—¡cÄЮù§ÖLžR³qÌÛ~¼C”¿àÈ¿³Þ|,|ÿÁAÐJ”…~œÀÖüZhÒ²µ°‘×Äxs½ÏàòUv†dq¿³Ýð<€»CCÃ0H0aÍ«O¿˜½õÒ·ØA 0Þr”ÿBï?D Fü)%©äQå9Ï¢ÊâˆDö#˜KÎz©ÏEÔ^ãÚ ¯aF$òpv;ûi/ׇ‹¬ê¸h··jh#¹jÌ "º[”ZD}N"ה¹/…—ÀaGÑ€¯?ÈœZ†@¾'cöa5+ãý úU®þÍrËßÝó(PI=²žùW÷õCWþœAÑ›}Œm0Ïž_T’µÈøK'òm>éTô*íKl½_-…û4Lz‡Áì|}º:VrÜÿ­œ8Ëö3R•îõ¨߈q8¢í§¶c$öO×ö͈‡Mi;0Žõ[á?È o\¢”ÿRþÊÂŒ-'ˆÔ*fˆòOþKµ„ïÑßѨGQí=ÜKpÿe+cø }á4´§·~³_|Cœb Q®\¿Cênäš ]i¿Û ü·Þüöá3$ îöHûu¿F*Qƒ>ÄÍL›_hQ ÿÈÀÈü?¦Õ'þ˜{͹Œ8 ŸÙ£ÿð[jóåwÎö¢Yfh$8õ‡ÛàmW:)örýíaÐZAîçhìWÉ6”ñìç˜ ¤+F\P\›Æþ­ÅRËÌ‹#3©fN¡¹C¾;çgÏÿá(šwxˆ‘äW$%0ÿÇ ÝoÍ;þ›-wÙ YË:’9Zê k¥&ÇX›‰Xfâeìooµ ˆºO™õib )žÉ}Íÿ½`8ó.5àQ˜£H:k¨Rׯ·¢$ƒ‡IïÅ8Ös”.ß'œÏ©jòè—ßÍwbXrä§«Uïó{XCF,Åù"–o×ÇÊNÿÖžÆÕhþ“À}˜¿WGôC”ÒË?VÊå”8ª˜‰Ÿ(x0Dùgý­Ïÿ…ýM“ºsؕؾ°A¿.¿Iëï²c‡§h$àÔïøöˆ\þj°é^ƒWî7/Yûs– š¯%ÇðõB~?Ù<a°ñâŒzÛü±XÏÅ>‡%Ó€Œ¢é3™]}Òú܇k~°‡è‡­—Ѧw?EV;1+„‹;4ÈqﯔZ<D}^ ×¼ù+ŸÿÛ<ÄöóB®óÌ忦¤¢ùÝêO† pPlrÎ_=×—ÙI¼ýMþøZù*2<¢Ùçü_úo¾Ã}îOïÿ y¸™@ÕÚLñlÒ}œ±›ó<ç¤ÞÊTZ3í¯«ý^JÛe÷ýV‚¤~`¨o&Âqþˆ!qbÃÛïЀ! ð Lúå3Fhßá6“ÎMd2éåóS¿)x²Ÿ„Å@)*~ŠUð¶æ§CŒ¿ôOq@+ôïºÝqj1È™$Öaß&>¿ô×xüILâ7§ÒñâéäEñŸÒ~E¬+‡ ?–~\kŽjèÈŸÐNy½h?ùa ò}5Œe‘ë‡p…— ÿñ¾¸—àÀJTpŒ{D?/ž çþGÀ‚ÊË‘ F"]Ëd³þIå=ÛƒWÎèÕ[ãq¯pUÙ=˜!ß³•ûÇÔøÇ_ 'Qi‚=çÑß^NØ~.vó¯„å_§GŽçáÀ(ß_{À~ —8sض AÓ÷­îÐÕð_J4²92¾?ø#ïiÅö+®zÖcý¶ *WçÿxoܰGÿW ,“Ámˆ?î¬ÓÿXNÁñÿ~ž,{7$ü%à"{Ïÿæg.-‡Qû(ÑÛñߤӣ±ÿ]&ZêMS(±#èÈNjÇþêLìxkhrVò”¢ZîAVY½Èp×0×ø5¢³Ýÿ¯W®ëòhzjéÆûF ʪmƒÕëˆ)÷Ù¾î'”ß©çˆ!ù&°øƒûvÿ ì‡íOâÝ"³iJÃæ oÇ£Z°™Jëóû˜®£Óœ7ˆ©ý} §‘AI'¾v!C»“ù$:Í×°[ŽCŒ}žô9wâÏšÌÀîŒ@÷uôË&á{”É÷¿Ä"L¡ó´”r«±‹öY¯!߯Ù-Ch ̆õýô ¶O2¨j1r’_Žæ²a­•C¾ÿŠ¿ò}–ü…Û¦ƒòð,½ŒõŸTìîõ›Yx"36*‰Üîw]†øþ1µ¶Ãš6£±UÿÒY.ןøv?¡Ÿ ;l}éEÿñy˜›=¿¯ìIæ ü%Ȧûö$þÓý»>´bÝöiŠ´ŒÑ_g*?p˜eÎOÔ2{š´7õi3Ï ¨e ½= §ªÃ^‰ËƺõóN Âù3‘`U~ÄÿHËíA’SÑzKÐÕÿZŽËœµ¸íý(»<åú+ðòœª_Ï,€Kì”øÞ€}¯3¥$ì¥÷Z,>d0 耥8ãåeû[üž3ÅkO¢®Ÿé¡üv° 0d#–¡UTê…¹E`uÌ gp2‡aæ'½—4öÿawAãÞ?2îÊþeHë7Ïøé#53è(Z õÚî=ޏÒD(>C,¯*¯¹4-TÌ ü˜Éôþßã§½o÷o©OÅ.ùÍ–hÅÐmîÆÏô)ײp0#o‹ÁsÒ8° …þp8 ƒ–*ýÇeˆïÃÃæþlƒæ™‡DA6¿ô_•ÓHðþ„ú/ êg+ £§¹Ìd^kùÇ#îc hÒžyH_èý æ ë‘DˆýA<‰Ü ç¼gPù–abاÒäxjP\<_µ ©ÿ‡öƒáE^îÂz¸sÀu/£Ùš/™}äïKs<ÑûPln§3gè_À× pÿãj„«a6MBÖž"¼:>ØÞè/kÕoû=ï2i+5£²2.€L½"œ-ŽÊç‘O96=xß:ÊþMTg¼DÖo0éÈÜ!†>â6š½Y3¦©÷Ê^8n„œ¹b@Z AÅÛoýðÅn{ò))Léá“AÆ¢ú1ž·pÈÑ¥ü¾=D §©ZèdŸQÉ;äìÐ~×ù&eMm¹#ƒdº{?¢[tì˜ÆlD"ÌøÌùfŸ7Ë{a#;r7ñäŒg4ìÛÕ+‡Ÿ`ËãXÊÝÈß9ëÉúμè'Éé\å|õGÌá½Ô,ˆ+EŠ~}X~8ýc° ¬è,ÜNêñöÕ=÷ãa+ëÈÑΞÄöç§SŽðî¼w»0†ë>¼Ï„#”óÖžEÞ+Óïþ›\¢Ž~{?›!E‹”«‹†Õ‚æÂµo‚—÷Ëð°† iVëAþªf«6”C%…Mèºu/’©è–Þºò öÊŸŠ!Ê'¢¿z3r@vDûŸwÏ„]ü€„D#àïƒðòaÝ«A§ö¼ðWûý¿dÖ?Œõ(k« jw=)öw¼–nMbCÖöPYç£,ÌÑNŠtÛ8ñÃTô7ÖÄy4õžØ‹^ ÃÇÿÃzW2¯ÇÉ0zkèQŠ¢|Ÿþx=kNQEëOÅÊc{D©“'nçdRIuîÕ_v/•) ðƒû'X”×±<è4Ãî¸,§ÈoñÄQËÒ‰ü:ý±ãzipÉ¢û, rFðztR:/î7›nRõÛÿ¶Ù’ɨ½(Æ´ôZ†±4z´¨[-“ŽBøÐù3G2ÍyW8Û{õ\¢´f}œïEÅPoç&Òm»õ"“Ï ÏðÛp‰Ã‡)î3ÏQþb( SÔ‘<¨–»ØoOŽžÉÃà 6ØzÁ ôD·Y9´)g¥ü¤»;æþæ`öÚ­õt!4{u;/ŠÒ^ßaÉ5Òµ^,Ô莇Ðm¿@Î/òø±UŸ)Èô³Cœ"=øÂÿÑ]åñSÚäÎOëýV÷¶ôa¶™§h’Á¬@7,+Å@,û‹1›¡¶¯ÿ w×:RFô¸Ý_ÔÍNÞÿc$½åŒXæðCÛó*MnŸ†Y¯\¨Z(‡JÓöà§¾ô’¯ùvH>ÅsÈã?I}æŸÒã‘£H  œë娱úäítÖ·s€¥©€õ÷[l¶S>­ü÷a+Òú5t|êál_:½R ».ô7Aý—ëSÌlÌ¢^ãJJ[óÈ¿Ëo´J[(ºµ£‹ÜØMBï)g_è%õ%}æ_0€‘\ʹ 4û9zh?.ºRåÔüúåÿ,{ôúÚ½p5¬qÝÕ^޹Ó庋Aëíî¶Of˜ÙS< ³ïƒ €à8bñÚúaËEhôdf7 ë¾û/ÿŸ7 O±g˜Ê5±››FÙÜK?M.Ñ¿•=²ð2™Íª^ó**õ蹪Ã8Ba‹pAü'ønÛmå0ç¦Ë£ñ¤7ùþdM:Ú-ýò^Î>ýK2nÛõœCœ4°¾í G?Nõxäe¿d’ÕãYÞ`^à·£°pØáÇä2-û½!u U/Ñ©×vͧŠ~K†µ ×ö†³Ȳ°>úë©?mœg#ç§A1æc¯£à^#ë¶çL?¢ETÆ~?A*{i¿]`þÿ?Œu3vôS¿_ô¡×·{íÕ=ê'Ó>ý•>­ð¯½kýe-é—ä'Þ>B‡ñ°Ù kÇV óO"á~ŸiÞ¾ÆáX ƒ¿% g 0D1ÜÄÁÉiчnM§¬À­eß ÿ¶PzKû¨®ýܧ×o†¾¾¸¯à?€³LþÄ…;ðç?‹ÁÀ n0²7 (Rø« úÿ¿V”û®ÿ¶Há¸'à¿Ü3#×$¢3~10a¤Gèú{&”¨ŒJªYÓ`Ày5þGè-+î+ÖëoÍæÆm>þhûºÅsÍs"ŽÙçm¬¸¸¨èd¡Ì¹æ+SÔZ[ÕFÏ1œÿB6çXÄÇ:ËÅË:§^?kjÚÍ\‰Ë~Õ¹‚gÛj^ãökµR%.‹ÓEl,ù 2ÅVã–O`“o„¨HômׯÖM‚ïô$Óîúif}ϾU!ºòñ”õ G__5{Û‰ºé£LtÔ—ˆe»^Ý9#wÝÖ*­¹ññ³¦{”€øæŸXµöýÄOçLŒ›Þ’óH|—ÊM¶ÿ°üèñ­Td1§…ÑNãËî9%ûq öç§pù›ÌUÜ×:šïº˜ÀÖogK*/åNPT?êq^gÚŒ²Ž„° æÏÆ­y“»ãL6ô¤1ÏÖmûá¥38W¥=༧Ýn Q¹XUgꢖ/‹-4‚ŠZCrU7¹Ýß-´ø|ºZÞâôͺ¢»*ﯗâmŒŠÒÐ øú]ô½_ªƒýÜsXÇÅÌ7Ñ~ç$®ã‘»Áz_¨ÖÒÚ}«_åôrã÷]Ï¿=M›ûÎw»ÓùIMÎ1OHª-J×VTÐs‹Ýba%*2[éÜ®ý§—íÑO:Uuâˆ÷Kž,ùçM®9û…:1êkx]&Ï9SÝvs·Ôq§¬9vsc·Ø´_+Ú+†³ÌY6¢ìbàžôÖåz;Nîsð]5jóAÎNY$œò¯+u´,õÕèåí¸ý“A’Zâ÷ï¿3²å¯ñ ÉRLèÍÛÉò_ÜqL«–=Ô,hÕl8!ïƒR”gl½ãÉM2Ó–85ïúÇñÛ–ÿåßá9Rî!3~'þÉþ8[Á“:'fÍä°yÊcwóãoÖÖÅ©VçÕvœ=bÆá|µE,qürqÿcßÚ©™ô­ùºÎ:ž õò–‚ó̪Ît¼Þq¥Ñ@~ß‹Ç |KL–X[éUòÇÛªm_UZz§Nà OˆÑW¾7"fNŸŽ/Q0JúÜÄi‘W‹}þÉ(‡ˆ˜à›<Þ¨ùËþ/DóÙ\ÁŠŠ]øó¥)K^}\#Úù¦F5ÆN''°ùý†zOUÍ‘[ÑæÝVÓƪè0Óã±ÿÑmk38gÕúthº¶‹ê›1ö ßÊ”m’V£;Ëzµš¢ÙžÎàºíȉjûÍS nH]ÿ…®ë–ò~xÙ/6ðb %"!`bïRø=îˆé»ÅÈ(DÏ5Äì‚„¾†X SªmMºãB,v9ÄɱKÛЭõ©R]GYã…—¼Pc<ƒü‰g #ß$ð¡²#ƒ m­.ÌF¾åÐ…Ahåè2šÔ—3ÈÑ‘ /••Ð_',¹‰PÁ\Á’À–ÈÀ8*)«bHov™KIk&å¨ä /¡j¾Ò3 ÞGÄ ¤Þ“¡HC~×Ìa”ßP tsb…SbÅcv°Lb!¾áÖšeÃÛ‹ŸÁ/“¡`Hz‚™·âFäê¬D®gY åA‹ Ò[oM‘29Àiàá%.… ?‹¼Ïeˆº%ƒ…Z ç@j—',gÑ2ÎÇAü«n[²ä„va¢¡9,÷Ñ}ap~ ÐSIh=d€HØ•«>äHln-ÔŽ.$>y±vi?Ì~,?\KN¨æL0¼}KbÍx¸N×3.ÀËTÖ™ð2 J@øcG•¶+ñ›9(ÏØœ¡!½ =R¡ì©Ãøa¿!kß ~È"rŒ„[…^¸ nÜ¿ðžÝ0EÖ£G¥ÙÆ`Aªl²ŒÁK° þ僗í¤VRY9 @ܬ&æ+K$·ÂyQŒ'‹ ¼6®ïkv’FŒËăV]#ŽÔµ ^tP¦&b‚¨âÖÝTwÖ<Ãÿ㸠ħͰQÐYHžÈD6a®-3ɦl¡œåIu…>¢zqdVO‡Vp‚÷yr•sßP%NÒŒ,äÉ@$Òx)€Ï}L,74ÉÅz‡Ù‰hêR¨†íîŽøP2¬‡0§i,‘7^èº"65š;‹|ì:õ™³¸Ñ>4±Åak= ÝË ir¥¹‰Ü2‚>ÂtÓ‡÷hq‹AHYêXUQ½ôÆ6³B‹BÄÌ]ž$4åxàÿ~¾ì'uL§ªŒ­†X.‚£&í,f’ùÏ¢ 4þ÷Ÿ»mÚ`¾Æxe)»ô×£øø–ŠiˆG6KIózHÚŸ¿uˆ»ŽÏ-&rœàÙhEÏÓ[½”ĵÄWt&½ûÒ)mä,9ã½ÛÜâÏï®ÿȳœ{ÅG0ÊoQv`͇p{Ë7á~‡KÜ+W6²ü°Ow¾GH¿j„ÔzKc¡0¿NêFó]ËW§ü~¤ÞÒ—ô—šÙÑT»Vì®ÈCqÆ·×åeoÎÍ2ôUˆ1·Y yòº¥ÊÕ2ÖºY›/?û÷Køûš Å¡œ¡IÝŒj}!ÝuE#8—·Èú-ôMê>k¸^R)ó%Ä2~a椙ÑNˆ4w)­ôt‘ï·,$fIÃË1håh%¼ƒÎ„ÌÀLÂ^„–Cµ”£]¬% æF¾¯Ó¤/ùÁ׳Q9Ø,äÛ^"¡ã4ÒဒàswÀ‹X¯Ì^Eœur‡9J*wáµcTyyÂÛ—)Ûï ÅÐÌJš´ ïd(IS–£,1ðv3QBðo”‘g¿ˆé0øÀËÊÖ+Œ0dŸ#OwÉcTóË|”ãðBœ-“¦°tñÝÚ†]KóÞíÑÖ]WÀ¬‚HóCÂÐ"ä]7¨ÞwÇÃJþ'K;¶|ñ¿Œ» c,f)Öº 9± 36ÓY àëßa‰3„diQò<'ÄŸÁÆÖÌj oo€®#&ä †¨w ,ĶÎÄÿïiy ½=¨BJ‡ÎmÀˆ³<Ål`ËEÏ» ý¾’-ÿŠвU`¢Yeà’q²#wV*K`ŸÊò¾Î„ã,r Ãޤ(ÏQK@Ö·±|„\Ñô¶ÀüeÁ¬„ÓÑ@¤Ú‚îgAÎä‚¿o¡o>“Ç @<˜®)²©q&”ï:TË&Lc™^±-‚V 믱ä:?E´Œ¸$À©^„’Ø×Àëû°s‘ó„!G´e- 0Jh«WãFCRP'g.»:”Q¡@—ôOÔ˜Mȯ ñn‡fNÒ]¤µo,ÍœzXyqÖ «i *ÛÓ¨L¿PÚd|v‡ &Õfc¤94Ì$n=á’À­¢¶[ðbɶ™å_l%|E!¼8Ò½'n «!ÇNDŸ¬ƒ•FÅÝûHþæÄYnN²ÅÎᜄMálgß #þ3M6¶‘›ø+¶ðòKôS…H»ÚóæpYy n-‡9–ã¢11ðyKØ¢1á}D’>Tfü(Õ¼® *çNxߎYðÚ',qžõÇ&Üdô îËâ,<6ýÚ,ÄÿœQ‡ë¹ÉwìÈžŒyøQšµå ¯S¾\}üuß´K¾¬Ç·¼Œu{4e“»ê OI±¤†4ÕuÏÛ¿^¶JjzbÄ+k–è³(ñO\ãŒÙCî>¿Ö2é“krC˜ÅËšc_%÷‡¬íô¹éµTJÂÁgéîÖû:·¥Ze(ئèxZI<ì)ÿªÒ6ÕâI ßHÐÑUù%«úü²eyÁA¾lZ;‡ž+9{¾¨ÆÅ•aéÚë+r;Ol ?~NÌx|¦œ|ø4iÛå–}wh¡ÎË:Íg!É‚fg"+ø‚·[nk[q«|Óë}øš%²¶8Í/J÷>:9r¼‡9¾"JWÅm¤©÷²e6›4º§${fI‚ KAáí ÀˆÊXßwÑD?Ϫ<¶…kß3Ý«µEã7\Ÿ3±0ÒÞÓØÿbÍN§˜“Ç>ùá´Š·ñŽYÓõÞ6iÏu?³‡xìX d\eiõ¯ë¼âЂ­ Ž·„Î|x7nû.žsÞ—ƒ¬n7=jîŒ;º:Hµyß5û™©¢ßsvЧs+‹_4O\³Þ²Zò<Ëüù1üÓñnÙ®WU]–. —ÚÆns£það–œ{§N‡W)»of?´æÌÄmß]ŸÈvTÖ… L]yer„bDÎìçííqÊ“6×{ì Ùl»6&*iú× KŽeÙ|Kx=J÷Ç+½Ûïµ KUçY..AJ@,ÙÉ,ÝĶÏqι—–Ïuh\/µ›[³VóiË—úñÖ¸—³ä þžà ¾µ{ÒÛ¤¼ao¿»¾HýÕº»Í×[,«·>i²·ÀG4gh\«<¼GQd£[Ì-ç›qvy–‡Ÿk•geþ\¦ûæÂò[vv³ÜÞÈϪ©©°:¹¹ãß[w¢ÝW½â=ç¶°pÃåbO³3+ÅY}ª}ûµùÛç¯s_ ‹µ\\ƒÖŸXØŽ!YÎ/A¦/ãC–~×­Ï|%)ÿ/ç5/ÓŠM£õ0S§q®®â•˜2•¸f.^t`ÿþEn'ƒf»ME÷À?'ƒ ôwyZlcxgrdÁ¤å£ñ·¼6êÛŸÓù¤åÒ¿fýÛf—¢.{=äu¼a£¡·!yÑŠñ†^õ›]ž«!éYª?ÏŽ)IZYzáD˽Úëv‚ýC,;ƒå4´UåµNöxübËjåñÆ¥‘³Þ,sz 'QS›¹¬YPë‚oHäî‡êš$ܹ5ù¾/ït+péVð¹Ý†à:'Ò ›—å±ß–^;ÐtË®Ð-sBNÈn}ýCyî{®F½¸½ÛùÐÂÓú[ol*óýß ¡;“Çþxðø)ÿ¼eË®ËüØR·ùHpÑhÿë6Ü^§Î;¶—mˆ:ª{ÔÎ6áº&HÛÁwù²*ËÊo®Õ¿¸Üж¨cßø[_;Ü¢¢tGº¾Sf|4·Ô€‡Q@Ü´ŠW/óBý#õU5slÇem{‘Ä]q;v’÷üå/Å»þÕéüòiQ€³BüåC.ÂÛ45$o„º¹¬o1èoýêæÅ{ûΔ&º®hÀÔœ)üöñmÝNIw«Ç>dEN ]Æ6Yâ«ß©NÅ a¼°Úíøê¤åfSjS7Åz¢ó¬Å[;²/–ª¿¿k÷9M?Œ;$’”}hÎÖÿÄV7i·Nw½óáúIõI×¥wúHÅ¿T¨wÕ[)2«F©mÏöí5>%[_=Û=_êvÚ‡å»>l®1þhþ Z|CÓõ2Çýn›ìçw~¹VfÜi2ÊŽÙ/q¾sh¦L–aÊí [›7ûÊl….Ý Nhžc§·m¦MðÚÖº‡Š±ÛâŒV”-Šþ0¿ó[µ–ȵ–¬E3WÄ}b7™¼®Ì÷€u{°Ó‡—ËdÇŽ-¾Vž’¸aEö–Oç5a£‡I·tÛ´]óvº¸vEîwVÆEþçVoiS6l{¾Y¹iŒ“Â;Ÿ êZß—íW0s¼¼ð_š½sô6{óËG7xÞ¹pw͈Mg%…Ìr®†[,°"ÖaSJâÑG‡gÆÄ8¬Ô`ÿòqZ¨²²jHSÞý¦Ég &õü‘Sð=Üf²R\eNbÑ‹G&ëÂŒ}~ëð¢çJ?Ô/ˆk(O^Ð9~•}4|§oré¶3ªe SDþ•wAß ù9¹üÓÿç¶×&Y"Ðÿ¬¹ÀH§˜šöÍ9ñþB¸^ÕB‘£uªÊŠ"é—r^WTÄÖÝnº6%ð»kDà†5㾚¹^ .ˆ¬Ú2¢M}¡Gi[Q@„nÙrî‡SERW®,ycUV´îæÓÊ=R†Þ®/ž×b£)µÄF÷[0µMÛæ—ñl‰æ'+fe–•®«;õˆšPue‚-çÝ×Nx²wŒÑs5Ë>ž~h¯9¯º8bã®Z» 6xG£‘É—aÍŒŒ|éö¡øÎWãõñ™Ó[ÏÖÞ0Ԭ踠qIÿà)ËCkï%¼ûxy²¯ÆögǾð¼wi¬}~¬êÜ€ÂëÍKߌ nÞôîi`î¹Ïÿ˜WM,I¨·—¿:ážëY‹8«2vc/͘ÍAÍÏ JG¿r‡¯ã9æöìSÇtk.ÔÙTcVö£¹DýÎÕzÉ3AžS¦.h¶8vˆƒ^ééoÆË–åíÛo.>ûnÇ©KT6Ôà…W8•]ÎûqêÒ¨ Iƒ#† ·ê¿eÒ;äÿL su\J;ï´ÚQqÙ<’V‡ó&Úh–DÇ×sYˆžßã´;É.PÓl+O8Gä“(wE)ìr9Zš±¶ËœΖ‘qЫ‘]U›†3¾7¼£uô Å Å#U#›ïËo"ÖPèÖÅçHÍœ¯Îw<ƒ±×® hçx/ü†;{>ÌH×¶ދÝç’MM4÷±1-~TMÅÕÁî·¤ìcc}³‘ëÎó~÷k[}ºÔØ„õ=o£Ü¶Xåvš¼^óÎærMã=Q+ª±³6UAùÓã©ì>—&ëH}H’yrÚVÄ:š}RízC·Éa™¦K¤ÎŸÓœã[‹‹áçãƒsÖ€`KŒþî¹v:¨¼rƒuQAò¶cîê5ðånmV"9Œ°í6þ--f™Ì:´?,ûãA1á|ûÚãbï8ߌµ/ÜØ.¸w·FÂ~ÓU£‰†/Ù6xÅÆ ¾y?š[×\p¼éµ-Ý:Rð™òëF¥–l¡œœ´»«ùk¬K¢>ŸU¾´”=,tldX=Ç ã‹6ìUcÌkÝð>e&Éo-¿Û¨±ÏsÞ=lÚë˜Â ž#y<.¥ ÉÆÜå3.RÏ­¹7.•]Z>bƒ·ŸÞŽqOÚe¯ãË 7˜|;}ÿá˜ÒMþ-ï¨Ôßîð©s릗‰ ãÜ¥sN=[çSø%öTçÄ5ú§ˆÏÛ°=ûK¬â=¥ýŒ…™Ë–]Ñ{ùìÙ’­mÖžk=](R/¼XþBzŽé¨wŠW¢’æ•%ªÖͪ¿©ttÄR'‘¤,›H™Ö³MÂ9ˆË…½ó·5ò~s¾KÏésX[ÉìõY°7,¼1ÏFÐKÛ§ã¾µåÁÒEûëGG<–6.v÷´|œ-ž©ë3÷÷®Q|Ä¿˜û#6ŸX„ðÒž1üOuÑ=ðFí@)»{=‘X2%P†@èïÕ©E’*»öï_[Pí9>=s™ÞšÐÐÕ&§Â%MÙR•Þ™[žZþ)ÖîìPX°Æíà[ž‘<ß¾4¯­»s+=!·Ì.6L{Gpð¢å1ü׿º•§xóòñEÎZç?¾pÞ\•¨‚BÛìfç˜ÞR_‘âÚ¸÷ì¾×÷—šê>Õ½ú£È£^fêTÓñáÊy~áÉI""'?|´oÅ >䤓¾ÿÀ'}ƒO²O–“že“q‘›[µCÅ»òÆj#yNÓé©{)îÞ¿_ïRAíªÐÐë.îéõÎ×’ª$-DdTöÖîYä^ÿ;®ÃåËGŸ›©·Îù¾7=êìžËUît¾Ï:ÜPû‰ß»£éÌiÍ‹™âU,~ åŸêîø½öã‹åœ´ÀmnÈóì?4ún?´ÆB,¤êÂòe>gGY[ìÉ]ÛuY{l£ƒÄüÌ…FË”Š8OijÔ—Þ•>—ò¥p>~dúAÎ %’”2*Þò§ou’¹¹d1®6º•góL_²Ü‚{÷HÙšW¡·#“>.þð¹^f·²²¼|Ž«þ§jy“Ù*ÍnÍ}£?½(¾ì­‰÷?Ë~ŽÛØìà 9K+ðiöù±nїί½t7@(…Ða¹ñ­Î÷'KVé´¶6«x“¦—Þ¹Õ =Ϥõîì HDQ×p¨zϵŸfΙ8kMF‡í²j’m¿XY_ }ëª_¨bc§˜gÃ9>A¨ã™{å!ÉÛšß+e½7{ÅŸo‰lÖ׸˜·9O”½¦©Ï;»2û¥ƒÂÂ9F:ÇÒŒSR§§±OzË3͢ꪌd\ãºOzûÞT±D–.ºûæÅ)™ÉínãâVocÃ_­ÈÿL ÈèScΜ›¢tÃþŽêŒÅ2.Ø0®,Î,âN³›Ûmš³¦œÞ_¨|c¯»mUiæC§“–7o­Ÿßz`ŠlB±Ôh»eÕ'ÈHûØV½+½Ýd~CJ(oŸ«UU~¼IžêƗβÏv~6N-û\;I4mmyhk§ÛQ¹‘Í\kfKÞôp¶¸¸öm‘“?¶¦»øÎÕünz­X‡ºžGwÖ'DÞ}|¦°ùã[!áÓOUã¦ù|\þ½»§.û^*)aOÓhwåW•Í¥æ¶)°Lõ{™n”LdÀZ½¡³‚ý2“ή¿u>YqÕú)V/¿.¾û/ìÎŠÜ ·M[﬿N’PÉîsËu¹Ú«$ͦ[÷²¢&­WŠ9ó9 x§„o“ƒƒ]Õÿ C·uOÕ_å>ï³Ìøa5ï«?¾{õ84£:6g½¥£¶€õ“öín_?e‡ï´ªÛÔ¦>)@0ßóÌ!ç’¢í­‰.6+ŸÂáì“Óo‰Dh2{™rþŸ ­oe®ÓßÞ¿{5MCÖ}bUca¬BÓOå®]e°Ì4áE¥wYDg¢õsÌ£PÙ®K}Ç^Ü]Ѳî{ÈfÇÙçZ§oHÙk÷w„å™O‚اPÏÒžú'fçþ&eþ“õwÙ—ì¹mF~›é¹Ü6 XåòdÕª}üšœÇtø¶+mŽiuûZ¥ÿ~ O¦î×óve#055ÅÙ«·­+ XìkTxOÞ­¨}RÎ'ÿv qõˆ†Gˆoô5ØO ª}暘®×wÖoŠô Á[UXèî½7ée“·»¤FÇikWçYîÖä1‹¥Gß­»Óî$ÌVW­¯>)A媇À±ò¬½B#3–Œ¸³%ŸZ¹Xâ”óεŸbcË^ei¦T´š§=»¡zÞYèöZœœ®[h˜¤Ï¥ûùbáþq˾µ~’µQ\BÑ3Á/×âÊf}i|©£·'-ÂN»&`AùÒNc%ö½3j¯è¥ŒÎ×%Ì}>W~Jn&GÈ‹6ÃuÑÉ­ž®…5Ï×j*:®¹yo¾•…饯„,ÌàÎ[iæ]–ü&Ö=Q«ÂâVõØ[öÏãõƒêžÜ8°SArÕ†« ¡‹ŽFx¶×VƒÖ ÉÅžå.ÃÞSlÊ:çॺmþzX÷¦ðsG§ªJ»,»íû½—ù‡2¼Ö&'E¸ ©Ä³Xˆ‹=ò«Œœ·€êêŒf$eöYEÎt†4Y¶#sšÈQ,e.àu7áðC\,œP†^èæÉ tºk” t-šma!?õ¨QÏæ. º‚#MµµNï2ÂrÞè¼-RJoVKL´¦W6ðcHß’0Ûȳ³ŸX§Cÿ`&à iâF">ÑÆÇF|¢§„!±( æ®FÄŒ‡gX/Å!!ÌhxéšÝJ7³Ò€”k"ÏÏØ)81ŒN8Gƒ#Ï‘ŒÃ²oÆ$εÁGrYˆÏ£ǾÇv=—:¥«°¥8ZŽÒBœ²FžÝ,fÏÂŒD׉uöÆæ§‘9uÄB}„¿ë3)íqø{¥=#a¹ pÌ¢š§l€p tpyž‘C 2›c‹´èDÒ]çøg#ŸÑ]› Íck¡™Æoæ|¶xµþæZS¶™*×¹“'^]¶xšÆE'˪UÇ2båzkx(¾mþ|JüYŸ´ðò=ïóæyï™atSøßé+gŽw«/ïø¬²í°„^´Üt§O¹»â^ŸÈ ²‹”+Ù¿þe@ÐÝ¢uÖé«: l½7Ë !QÚÝp½ò˜'É®±kvTøì‰W‹¼‘o.¾*´ö\̧˜€©Ê¦mß^Ý}ñI_3Å»3y‹‚š††êê9[¥Æ–'º×g<×<°$Û,j‰ûÛmE6­öràâ¼ßÙQ‚ü‚“Æð³J«5¼Ú•2aú¿çn¨o!ÛÿÒšªô§ì5·<÷UÅyuBl¤¸†¿Ý|å&sñ±’pŸQRCk]å±1…‘)l .g$oôÉm‰@‘ˆˆHéiiî{§²NÕÙÚø-Ì'8ìC†…fdf/Žè¸ù6ÁüûûÛ¼f&ÍLó¢¥µñJhñÑž¶ÿº}­½Ã¿"sõ§ì;gíæGž "î¬tÓ5r哊ò]³±¡M½5ÑCk¢Vè{½ö‰͉%1øÍá£xÿuÖ.5L¬h±K‘$¾jÏ)›s52Õ¿ð¬ðî|ð2Bä¡ÃbïûF<QnoÉyx6õ–ò¾GgÅ,¿H.Az¸KŠÚ¾l\›Ó±Ý°!úþ–Š2-Ù 1æíù²Éíi1ø¥ÞmŸ­\œ²«çúO†¯úD¹êÍׯµœçnµ¿ x¤z”]Ìç±¹ø»ÖŠE%N3ÞæÝÞžÉ{¤5ÿe »ŸB^^D³v´”¾~*Ï~ë§ox%æŒyšý¥®j_†®q‘äAE5¹OJ.§"·|zžæÐü£¡‘Ÿs ұ߬u~Áüù34\·©}h:~üHMáÞ}[^?xt-½ã{‹CÙ½)¦¨5œ<ËÃ?ÝÝM! ‚–‡Zee+á¯Õ[Ô?Ýß°¯¡Ád•yªÃwWpÄþ4¬¹YºøMéKÜã®ýÐ +ö:oªòÖÔì©®°¬GKT‰Ãe§ÿ9§`ªbzù2º?]B£³àAÛò÷1e…Ú² /ÞûŠi©+8½iKŒ N:Ýî.¶\0‡õ~GNŒ¢TKyUD‡§Áîm¦ñLÅÚÉ‚GRI6Q)Ê•©©ïrcIÝ|øñgº5’eÓj'7½|ÖÆ½»b܇ºRks©’5Òc° ÉßRëÇÚmªO™b,>QÍKùÂ0ØH¬s³øðÎ](¥2Ï¿êñöøŒÐÆ«gØõ¦¹>²N†³Ú"X“*~,ÊqM=ýyŠFËcw¡¸¥þ®ûÈ È‰j,°ïy˜¢Íîí´¥ö‰WIóïêÚ}¼“ÿu­Î)õ€““3Z^^\÷ÜY¯Í%º²†Û߆`&ÿh¨ÙxŠƒT¨Ò¼ªèuüQ‘YZN¥ÉU{Æ7–êý;~„ ‚‚¾§N‰åÖ¼y´¯­­íÁƒÎ7VßS+ΓºVÿ$ñ(û|_„÷Ä9ïôlŸò0ö­7“êo®îX¸usu~øþý J!_Ý6”—%ºOž¹EØ`Ôî+Wæki¥ê— 5E?WÔË\×¹ïüqEyùÍnnn›Ý Ô\ƒÞ t¼ŒÛöÐ&ÒvLçö × FóN‘ÜöAXÜØe¥Û¹,õl8f;éKNrÖ"Û8A^Ii¾’åöí„$/÷z8ÃÎäV§úº²×3—¸|è´W“gcÍxç6Ýæísöä kU¶ïiQ¾Vàšåûb‹ÐO-„­Ë—½Ûwœ]l/q(¡ÔЬ; .} þQšüüÛçDeedŒ¹(¹«ñ¹V½ÀÊåç§Î×_yқбçRË+ugÙ’{wžkuΈád]—Sw[ºüÔcw…í”Òò¢´¢ÇQ%{wŒŽ6·ªr3Å‹‹‡ôe:ܸ1¹0y›—€6»Íw!ÁúJq¡^ë§”•…ìnm~zî¢ôú[›Ý6WÉv ŠšHS¿¸Ú[ãÕêwãuýÜòùüní†åYÏem³ŸŒÞ[W=//ïèyµªöâ}³î½ íto‘‘­Uxyâ±T¢’SâÙlþo’oK﵉:',1"w^\¾½Òµ§µ«_Þ øt»t×dž§:™bÈè'ºp_å-~}»Í»Óš» e “d••ŒþäÕrEUq²{Õ¶œ ÿñãmTë·y¼ÈŒæ÷Þnw.qÊšû/cbMF(†=QÚTºÌù}ª~ »‹ûmgÇÑRgḬ̈wÛ^5'qNåÏI‹²Sô`k[Dh¶ÇS]¾“îu¥§Ï%m}¾tw){Š—cæ“3ÓK1±ŠÎαUïË“ƒÄ332à¶xöì™î’e­~b{e¢žä§i¼K´™¾r¹PXùzƒÓx¥(òoGÏŸJœièœu—CþiÆÑÓgýϾ3Ò¾*$[™ÝGêJG´w£_Žl@ɽçuáDÓ ;úånEõå³Â§ûh벫 V®Þ½qß±vצР}ý•©›.Áåqžï}p§°ˆˆ]ÕƒËeíNµ­dn<Ÿå’¹191t*kȃ• û>Wóm[×î¶XûК3“Î<^£kd`¸îÕ=‹ÛÍòR_ûyy{x84®ˆ[Šÿ>ÎãâL«åe3¦*†ýïÜ™:cÇ Û÷b±F|«=€ªÞ?È»âñÖwOÃm¼îݶ}w6ÖìILJè÷~ ÊÊRâa÷kk3¿¹¼ß¹Q¯e¢‚Ý‹ý:³*ŒÞ4ó.8t­ÜX'g—ÏÜœœ 9ïcñßß½÷_l©üÖ_õ?‡’Ðúï†ïN½“TQzéTlDMÉÆÏ~göÙo*‹YºO÷‘EÝiôÝv•í-ìj>ækªj$»{ùìž›SëY{IëŠašýÇ O‰>‡x‰±[yRàÆV‹"•ÿø~n÷.ëü¬#²0h«Cí ½Ðú¯Å›s랆¼~aÇNh}è:‹Í[¹!¨éoSÌçF|Jòmò»ªË¤n‘«~&¶Eê>krñÇÎqÆ|nYÝ¢z:¹±üêÞú­6ù’E ¾ ý[ÿÞ=ÙÿâR\EQ®ëý“§gim3{š¸Á¦Ì3å•ÇÝ’nK¯Zþ u õæ––áãÇÊýh\ÝÜaá6þfë˸‚du—ŒÀyÛRgã,ׄÆU-_ŠÝÛâáÜÊ~yïuÃè›I±¦Ï£>¯[çP¾–ª¶wµG_õ÷ÿÝ;¥5퇴챀·ïTw¤-Iî´*hw5)ݹÙßµÆÀxcm[®wûv5‹W1>ε%ë…4øq^ÖMà}øM³¢kmzûFZÙ_céR;ÿ3g¤¦êëoŽxî÷îÊž-9¦9oâì÷îÝcÄ9’ëÞèQ¯ëëë«ÄGï¾±S30éñ69‹NXO%Ÿ­W]½‚ì]ÕffÁúYì&Yó ù±úþ1¹eÒê’+x–gî>{äÕG JlÇÕcn¼8q鮜ҷb•à¬ÍÑò(åB‰³.kvïV‰ÚèÕ´ÄÑtîÜ%N+_®š˜xslDÍ.Yöéú'ŸQBçØØ\¿p‚€lë¯ë.î†uwnmš~t[Å (…›sóæõÃÑ“ÏKhpge.Ò[²lÿ¡#ÄûψÚ5vâÛeKœN~tDK§®;c%ê«‘™H_b‰ßÄDvÔÎgt ƒ02?õL—´%ñT—á1R"ÂáÚd?{ÞÔÍÂ"4LJ?ïÚÍôüÑòXÓ N1±äÐjªÆ‚Ílìlí[¼fÀa?ÞøSÝ¢<‘ûÏõD%HÑÔìpKK‹Ç}€] ð‚¿½sSmSÓà0aþñ ² %~“JI^#2OOžP±úïùô„ÚÑw› ®)$^Xt×¢âýÑÎÆÍÛ*Jð‡Ã­xÃNN¬(ùØZç™¶ßuä£Ââ”ØbûÓK¦H}ÞåXáv´vÏôóAìÍu÷½µ…ˆ›í6A÷;ェ-ç7~¬Iù_Dçéíß[³ïª~W.úU]¨*ù‹šªse‘Þš&ŠO ‰LU©õc#•poåÌt³ö„¼2qÛú¯_îdOnskw´yòÅPcÛG©ÇAZÅÓÆºÝLªÙ3)I³ÌNÙ‘³ˆsõL»Oáží©õ)îUÙv•gnªÌ®÷hÊHº¡SÔRí· þ‘ÝêZMX6q‹]õNÍ<®äd•¦×ko Å?µò[ê6÷nº®L š-–‘íÕRW–d9±ìNëÄ)|øðî¹à¥µyÝ2Ito\P9þAmíõÌLže1±ugÏ»îâ»VûºdjöÑg'ƒ–GÅøª…íɳE-­ŠûîÂÁËWœœ:ãòåË9”%¸êŸyk}t­þu‡s“|Å4.áÅŠàh'_T[;Cäì ¸óé7nÌÆGnÞ¬IwÐ55Àt[eíÙEœï§wI¯ô.([ãssý.‰óÿó¶²²ÒEÒ~LÍ~å´öÇEòëbøÓW»9˜AÓa‘ýÏNËÑðÉÊr®ÑWŸ‘]âqéËòE4u.ñð`KÆ®ûDUГxË ì=þñ1÷‹¨}7U‚Vݡؽ=_}ƒŒÌÙ¡K|ƒÒóýNÕÙ?[|Àt‡©¬ µO-×Ed£¨ãŸV"¥ôîš• ψ¤;Y–ÎF¶õ:uÏØ0_ Ws“Ç °n¹*TÔ—&EU )ÿjï/»ŽÅ=÷½ý҈з¯â웹k:P»'ì$©„é¾A>°‡½QÚc¸piió×Ìá9Seš˜úb5¸ âaG/z¦»e:‰,$Ãuø8’ Éì=à‡~â¡Ay•þ»­ŸìÒˆß;†–Ü€ËÃOLÄM¤;Š`R+Šv²ˆkRyO0:†† Ou»×…ŸÑ14šºüºÌÃ&’ÛT’Û„ˆ;Òž“ä!ƒ.¿KüFà>à>à>à>à>à>Ìö‘¶–Öæš»ŠKv¡²œ°ºŒºŠ‚Šð* aUa5yEEUáUæÂ†º&®.Ö¶®ÎÒsÌ\¬ì%¥”å$æ9ØÉÉ)Xº:™`°«$Õä$l%W-¤ååeÔ••±«ñNâ’ÊÊ8{WH^X RQÄ(©*ȨÊ+ K+˨«âä!U5 Y¬’†kÁ*®Í\òpáä…•UdTÔ…UÕåeTä„Íì¸ å„Í!HFI]MØÅNXY^NFAQ²ÖçZÁ%‡c•WQ’‘ƒ”Td”•Õ0qËÁ¢ ®,ƒUPTa“]l'¯$<ßZ1VšUšƒEUCA^]FYMEE^ «·ÅCö–X¬³™Þ³s`ut›ã1öxs¬9ÞBRrµuqfa呆ÕU…!5%V[kœ¼Ü¿’ÒŠÐjVŒœŒ¼¤ &#§‚ƒµÇK*(K¸óÚ™x`ìmq¦8øZ+¼ÎÚç‚ÃÙ;àLlð&æ¬\&Îc1¶.x'Œ ›¢ŒºËÉ5jÖÌÖÚÌ«·çà„sp5µÅKs°ºXáY­X°*89ubUà1”V–““Xlonmfâ‚ǹ[á!'Vkn#eEœ«³ «‹™+ÎÁ‚UU‘{‡‰½¤¼²„Ç3ƒ•WQRV‚ %ì<œ’2Â*©Hè`!V<Î˱c¹Ù1X'sk¬©¤‚œ„«‹ «µ=™ØáX±8g¼ ™ƒ“ÞÙÃÂÂɨËAŠ:n%ÞÎã6‚+mjâÌÊÆ ÜÎÑÏÃmí2ƒÕœÍÙâ¢Ä¡¨$/£ÉaçãY9åUàUœ‘œ²+ „cUR…Ô”„áV–çTãPc‡p*Ür¬l¬Òì¼JUVvH§¤¨&£¦ɫʨ+*`çbÕ81Jò8ˆâ„X Mpu UN9uyeV¬Š\J ¬œ*¤ɨ*á¦R“QTæÀqÂR³fìð&ö8+Nœ‰âÉCXœ„qÃÀ,xÍØ88àâeäe”GÈCóLML­m­]<ØT9œGɱ(ªàجYMX‰rpÄ;±ã80#ð˜-VÖ¦¬.<®Î#0p»¸pšáyñ£T!·ÌÁÌ„RTUc5cðÚÚâ0άŽxÖ‘,8N ÞÌÕ…ÏjgÁlS‘QTã^' I8¸òÀ˜Y›ãGx8¸:qâà,ñ&N’Jr<Ð NNž‘°Ü­]ðvg ÖÍYËî ±ò+póñº˜˜r;[9p°9šXâY­YÙ!;kvn36ü3^Ngn>%9H]XJððððððŸ?ñC~íRÈãÎÕû“ºï =PÍ+) *‡, “˜œÎ}¼>ó“‚!v®±;1÷9‹i^à -Ç‘·]…èßÖÛ}8 R:î\ÄtþßÜÕĶQDá7žÙõîÚÍ_5mš Š&ºþYÿ!TT ¢AB¤j”\Ú"ÇÞ$V]o°7u“’ ÔC‘õ€T UH•8'Ä•U*H\€çJ**HÔ³±w½?³»¶› ^±×3ï}óÞ›÷föig›’þÙŸf=®³yuþ¼®yµdÉxqëÍ-O+”ìüXm¬t§ýâДM¢ûy]omÌ7z}"}’qm‹X1»u ÚZc=½>köŸqŸtaa!¸½p{+ w· Þß1xM¶=Þ®myS2ÝCFÍšXž7½* `„žqSŸVúÉ2dzŒUÃ_ ÑQˆž˜™ï‚Xú?Õÿ佪ÿEåL!žÐ£G"žË西l.¡t!Ëé•¿L»òGÚ•?9ϧórºO¦ xaMÁ%³Š£¬”2Qk加—õ’ŸOæå‰ã©¤ñÙjåb'“zÙ/ ‡ErÒ©xB–ñJg§V¦¡XÒfP~¤tfªXWÚ…³JUÃEW+ «+X¯ÎáKÜ¥¢VZ#Õê¾)ÖÊx0;US‡Ú%ºõ¢¦)õZ#‰ ¯ÖËJ¯¨õáMueSÔK4/+— R.júi%Ó¨\©­’5¥¡pˆGÙÌ”BÕ¯T•KJMáláD¸<‚j… ÂR#,¢GÛ ˆœæõê'GF±@ÄŠÊäH&4  ñ p‚KD<ý#è5¸\¼ÀÍ‘"©*E°0$"Ui<D0!™DšŽ_æ*õjqS)GRx 'óPŸ†UEÃ(¤{²º¢aØ@)™KŽà0űLJkJé"⊡J­¡EKõ:T7EN¯k IË´kU-q:QƒeS„ !9*s”A¤Ú 8¼Py cDÔ|Wjè2R«—§5‘J4e‡wË¡ÊÅó’lÕU9%‰ *ÐDÉ<5[*3<_W ¬0!_ 05"BAÎpšÊ…ĤãPÐ ‡òØ,ì§`c¹ìsíòEKŽi†^·ÂŸ»®¾ ˆçQK‹Þ¯‰ïdÕ·BÞ+Bëš±µJxˆYzÙ¥_žjvÐ(jj½¥á¡ˆ‘ù0,K¬UÄù@{éYtdôC‚‘㢠ÿuxrÔôh»¤Ï-Ÿ¯2{t¬‘öµÃã;)¯»õkU´b:qdÌÇÇì¶uÓŽc-}žrì \-ùàrÚÖM º¹ð»—Õ_õ]Ïâžm;Ù¥¥Ý»ÌðÃGóÂÑ><0—Âã¶¥îµÇjõCåQw^üïL?Úܽé{‘µs¾þ]pâÂ=yÙÍ4N¹½íÜÝ÷~qv±{×8¥È»{Úà»(«1 ¯H‹RïÑr„æœÞdõ3sí¹¢™n¹óž£­Is¯²î™¶;IwÈ›¾#±ó¿ÙwÝ3ÎIÿ,<vry¿+MÜãõÕÂÛðU# ÷cî½ÑATsDè?D ½rõú}ÂÁ]¤Ÿk¦v…=håö”k4Vúmƒ€‚ïzÙûŽù"{Ö³4cby`«hÌØÀB³d®¿Ù¾D~Úqç§)"µžÖ`¶ßq×ÏÝS î 9ñoIVÔ×öÏô‰ØMŸ†íˆ›Òh *ƒÌ,ïD<;þÖïƒ-¼aÏ*ãŠÎ·)YùúÍÿ½íõ7Æç°û®§ßÈ/J¬*sÔÝpÔéç—ƒgH÷Ü úæœØU蕯?Mì)çNì=5׺òî¶µþrjÎ;Ø+03N\è¶îr¸ÑoÅÅYê½ÚâÝß]Cñn뮃8Û¢>lÄs¯v§“û#)Xª*ög“Þm¸wc¾Ê0ÿ¸ù÷  endstream endobj 535 0 obj << /D [533 0 R /XYZ 56.693 815.761 null] >> endobj 379 0 obj << /D [533 0 R /XYZ 56.693 428.031 null] >> endobj 536 0 obj << /D [533 0 R /XYZ 56.693 410.218 null] >> endobj 380 0 obj << /D [533 0 R /XYZ 56.693 221.462 null] >> endobj 537 0 obj << /D [533 0 R /XYZ 56.693 203.649 null] >> endobj 532 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F74 437 0 R >> /XObject << /Im17 522 0 R /Im18 531 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 543 0 obj << /Length 1212 /Filter /FlateDecode >> stream xÚµWKÛ6¾ûWèV ˆ¸|ˆ¢”C‹4»)R -Џ‡b7Z¢maeÑ‘ä8þ÷‰¤W’½^oÛ\Ì—9œù曇°·ò°÷ËìçùìæÇ^ŠÒ˜ÆÞ|éÅÅÂKCLxóÜ»÷—»¶(wMø.k ]5AH9ößëêcºÚÕ²Û5›ó Á¾Öeðyþ+È A)çFÌ_ª8÷­€ßdµ“ý?Aâ% AÌ: "A‘ Ì 9J…Õ¸$ÿÆ QÔÝ›ÝÍg_fÂñxŒâ”y"%(ÆÔË6³ûÏØËá TAQšxûþŸŒ(‹a^zŸfΰ? Š“¥ˆàبô@)ïµp×¼ûcìßU­ª‰íZ™I­–ªVUf—™ÞU­™ôÎLöE³F7*P’Úwæ–D~£J•¬»¥ÂæçjìË]Ù6æ°Õf| œˆE4°‡D‘€þ…÷FR Êÿh†ÌqÓÖEÖ–³³ª•ìíêíZ‚ó91+l}8Œb‚p¹¨`o‚0"Â߯‹lm”Û(Y9}ײu3eŒ’[÷EYšÙ‚!{¨BD£hÌ´LVy‘ƒºÖ ÚŒ »Î‹f[ʃÊÍRZ>6Ú±ØíHë£RÉÆNue…­ÚØ™»ß»ÇI-ª º`)í|#+¹0!ЈB€"D0”Ø`ˆ 1eÁà[Õ<¶zkbã‰&§né¨![ þÐÆ1p# Õ)ë,5®±\µÄ6¾y;VfÂÛçâÃø²—Rv¬Ý÷Ô=8Ì·[%ë Âþ›é ¡ü²t]»pr¯èª<ŒdüÓèµsU”û_Â}U9 ®°€MÐêkQëj£ª¶ù¿ô«tû=Ô;›Kþ8bq$r¶Ö…ËK Õî•zbns¤@­¼oÆÄßê¦)¥:¾HJµ¹¥,²G÷ä$$îÆ*ÛS¹‡m³ÖåûÉå-D…Òd”1ª[UoŠiŽu"³cíRSfO` ²q! ·ò¢¯€cKÙ OŸ¸e´‡˜¹{.[Ü^p­Ù\Ör£ÆÙã¥Êå¤X2ʦ¬+–_flá ïÿ1œ÷‡<√5I¡>n>nHêÝj¨£§•Ô=Ú÷ÂÁƒ}•tX4bh::­0ü êuëí4{ ¦ t˜ïºd©€ HQâõ©,¥@ø[('¿ò•cL‡$ˆáÞ0„#û¦ :ŸKÕË¡;aÛ$ËŠ"ÎlXÛ :—j>µ+[Æ¢‰íakgz9¨QPåû'=’ ˆïGÛÁ¸+óóå຤nû¡.­îË:/UÓŒõxL?k5_ÖòÚ¢pI¾I2mÐШqÌëõ÷PiÄVëQˆ l㋞åÎÇå%‡V=•¯kž­.P²†MüHçãWX|’HË¢iúÛ3§u±Z»)r[ÁÂs!f³»€úT$ñWʶzb¨ž8GRñËî°]ï…j3>Ó®S†QÌýú»rß#Ü5ßáÓV/oœ84à”§OåR¸¼×ÀvyÂ#ÇÂ*l §Ö´c¯múqø´êz Q¼Ð€_› ²]]«k81fô¹DøüÁοøFüvíõ endstream endobj 542 0 obj << /Type /Page /Contents 543 0 R /Resources 541 0 R /MediaBox [0 0 595.276 841.89] /Parent 505 0 R >> endobj 539 0 obj << /Type /XObject /Subtype /Image /Width 727 /Height 257 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 549 0 R /Length 23139 /Filter /FlateDecode >> stream xÚì|SUÿÿÀúGQÀbe´ð¨ .PñB‘¡¢(T–ÈDq<ÊEeÏÝéÞ-Ý‹Rº÷nÚtþßæà}brÒÒ‘–Ï}½ÅÓ“³î¹É=ï{ϹÉÿý6lذa{R¶ò²Rô6lØžðÓ Î„Ø°µËçŸ>lذ=›û½lEÐ-ذµ¥{ÀC°aÃönï»® t6lm&ðlذµÙVUSO4)±,-Û àHq[–0ƒ@?`kmý€„`k—ÍÅÅ% 22]ÑéÝCý¾U á‘¢fÞXvlÛ,‹Žnr¼Öüb[Ï@ !ØÚxÛ¼é+HHlÅeÕíx™¯Î ßTÔ¬ëqó$ßHÉ •¡×ךSZÛ Óª›Ú¾Ã}+í”fÞÛi_‘ÖÞëÐö~ï ‘f£Ç|wQ.÷{Ùï»^)®¯¨®“¥•öT®d¹J[Ū[µüÇ©¥½W4eÓiÆ¤ÍÆÇǑےö²ŽÖ8”-n-Û{šp[é¸w s]QaAç–Ç|“´Ôìo ¡¡°VŽGéDówZu7ý|<ëëë›z\4Á=š§"‚zÌ3p›ä;–{<榽ZÒ¼š‘«Å¯±]§þ%p'˜S#iq iß ´f¼ÇZÖº•¥dR!®+¯®U„§¾dÊÒ«N TÃ$D1>#;—P}˜”ú,a†êÅZgkÕzÍ8u·Á™¿óéGË h)ŸiÙ#ø˜evŽ™µW/µ¸„4õ¬È%»vé¦3fì8ÞÒd³P²±ãÆ7»aMEYkÕÏE 7^·Ù ønßç.^áþd"› Mj Ã^~™ ýÉ[{¿Ñ‘U<ÜŠóþûïO›6mÕªUÅÅÅ­í!T;ýÛîùõÇôC‡ö޵âè1/Û™„ðvBS%ä‘jѤK3żB-TvYGéÓSSÔ<¸óæ}°rå Qv…ÓÓRúéÀcÇâ¢ÂÞ½{7)ËßBƒW,Ù¹r1ÊØ¾cç~æ}ÉÎÑeÎÜä"‹Êª„9ù!a‘Ìréêõ•«?V³¼P]ê'æmí#‹•kð'k>kvkƒî†M›>ƒûóo yøgzV£|üéšÂÒJ‚÷C²rx‹¢cª¦„¼õÖ[8vìØÖ­[5DBÚ÷N5O ‡t”)¿)\VBä:¡IÒ7UHï%'!$ Àÿ™gžÉÏË•‹¿pþܨQ£tttfÏž’œD1I‰ C† a¯Þ ¹3qâD PÆ>}ú|³}ûÂ… tÇwsu¡È-[6wíÚuÆŒésæÌ‘-3G”MÍV!!tù\\.–eúŒ™ïÎz.̳r å^’Å/0dÄÈQyEå¾fd¬7¶‰#Göðö÷ ¸£¥5ä•W´©¨+×n®ÛðÕ‡Ëôç/X¸pÑb þq†²¤fæ,ÿhå¸ñº”eÇÎÝrY6oÝ~ðÈ±ÈØÄÁ/½ÄªË-,;n|PH×€¨Ø¤·Þ~GWOïƒy f¿7ÇÒÚŽ"eëJHÉ\´äCJ0|ø+TËecïüú¤Éãuõ^~y¸Ñ-3Š‘«š7—l±,F±Á«Vòλ³_ÒÒúbý—ÊêbE-Óÿhåªé%.eQYuŸ>} J*ö­TB¸=ÍÎ+úõ·C…¥UìO ПÉ{\Ô”äädz;±pNNÎèÑ£5GBm6Ü?i»,'!r'I5%¤mf±)!r¨/!çΞ>}š\dTdDÿþýããâ(¼kçÎeË–©êWg ÛX[½óöÛ*î„–Û4IBwOß _n¢¡ó£«hpçGYh$=~ò4r J_80M˜Karú“½Ê »“§Lýü‹õ\ØÓ7ÆÜ©oLcÙ‰ÄT¡\–7ßzÛÉõ6HBbR)°ÿÇŸi çj§xâÄ› l(LÿR‡$§gËÖE ¨w/ gŠò_xñEæT$?T;¼ý‚Éš¸}aU+Ë%» ²= ÛàÕŸ¬¡Ž¢ôO?݇¹o]TIò‹+úöíÇRýú=“ž•Ë+!MBM ñööž?>÷n§·Yii)$H$Dµ„´ÙRº6–óçÎ.^´ˆ…££"_xáÒ«W/™¯­­­BBüü|““UHHI¥¤ˆ®ÄùÈ/©¼rýÖóи©ø  É"Ö1rùG+oš˜ç•³£Fë„EÇS  ´Š†×¤ôl~öÙgE¥¦–Ö3ßz[®L. ñÜsÏ s )ðá2ý«FƱ‰¯hÈÌ)àS ïÏù€…cÓ´´†ÈÕebaE 1}ÆLeÏÊ+¢ø“§ÿš>óÍiÓgèM˜ðÆ´érUóæ’-VYƒŸþyÖ¢ü’I©XõÌ3ϤeQ?‰i©7XÊT!ÓÞô*û“Iˆ²ã¢H´’„´åzþÖ“€ÿ~ýúÉMÇðJHJr’––—‹“ÊÎ"ÉR†þ8kBH!D%rÐpÃÄœ`ذ—×møÊÍÓG.APhøÐ¡Ã¸?Ó³s¯ÝšóÁ¼wÞE¦dŠžýÿ½ä2vÜx.þô3–ò–™àõI“…¹E\áLBd«‹NH!ñ 9¤N£ý©ìШ/!QQQï½÷Þ´iÓV¬XQXX @Bž ÑJHa©0§ Ì›¿ÀÁÙ­yyÕgçîï¾Üh Ÿ”&d +Û±ãÆ¥gå¶vKZ‰¸¤4½ ‚Ce#™„È¥ŒŠKÔÕ%!Õ£€ŠÕ—6Þ !€Ž+!mÎ|B$D”_š‘ß ÜnûšZX5/¯:xúè茙ýÞœ¤´,ÅWwíÙ7fÌXbæ›oyû·^3Z +;[¹H&!Љ#bÕBBÒQ$$;¿$-+hLBš—Ž"!Ë2s€FÁ$¤yyUHÈ®Û2ÒÓÚÅ@èƒOµCBHˆ¬„sŠ’Ó³FÁ$¤yy•IHv¶ðØáßý}¼ÛEBâãb9ÔÐЀs  !<²?Ýo›”‘”– :±IéköÑ‘U<Üùyþ¾Þ?ØSWW׆÷@ê¨Fª72"¼¦FŒs  !|#²wŸ°0±÷IL‚ΩƒÏž“–ÞÙ¼G¼²¢<"<ìØ‘ƒ»vlÛ±msÛ@uQd õõu8ðˆ.$„“’çèÿÅ×Lí}bÒR2AÇ…Ž G:šN ÑÉ"e½¦FÜÐÐÐÆ%ª÷@Hˆ,´ÅŠhÌÚsRðé~£÷]—5ûöœ°¤£•UVZ‚S @B42‘Ø´<ŸÈl°l÷{ CGÐ;";:YH:„t¦°$@B !€„4UBŒ®\ÌÍÉÆ!4ªÊŠêê*¬;¥„Ø,ÒR“Å⪊Š2k@£ D"‘¤&'Ò`Ýl iKiª„$ÄÅšßHOK‹«ëêj !TWW‘˜ßHŒ‹ë”Â<ÄF`ntå"倆@C3 ÐÊ ¤£Hˆÿºµ–.m:ô~÷î¨1è8ÐðMƒxíþS}æ¯$!œ®2‡èp*¢É"^· è|H¾Ü ÉOÇÀ@€Îí!šùÛ1œVlmíÊ•ÕׯUDF”äã¹' PO7 ß4ˆ+ŽìÅÇ©m¾1 ‘[’2}Úƒ´4J ãB6"§"uZZÊ$äA{l$!r·Aj>úHõ#ºè(Èyˆÿºµ%!’ d›Wr/tšû!²£|Æë¯i”„ÈÎÅÔ|ôÑ#¿¬ ôfHÅóÏi”„È~#Yù•Ë 3Q}ý7Ð×wë¦Q"7 :ñŒŒF=󆉲!!@§¢ _ i—ï QlX³%¤¸¨íE×®]Ÿyæ™I“&;{¶I%ÄÅÅRö©S§ÊÅ8ð#ÑîÇQYóÚ éš‰šÒö_ÛÞâÒ¥K—íÛ¶­\¹âé§Ÿ¦?wïÚõø£|?éÖî1;KH»vâÄqÅ—JŠ‹Ú±aÒ?:„´™Š´†„tëÖýéççÛµk×=z¤§¥ÒŸ7n7¶{÷î/¼ðÂŽo¾¡a[˜™ñÁs{÷îý¯ýkèСW¯^‘•¿¢ðW_}õòË/s}2|øpzÉÈèúرc¨¨|ýµAaA>ËHå/X0ÿ©§ž3F‡jWl¡b¸Œ‹-êÙ³çÈ‘#ƒƒ‚(å²¥K)ÞÛË“ÂÎNN^½z•lóXx„ ”‘öÑÅÙYE«ä gñ'N\ôŸÿPü¬Y³FÝ«WÏM›66µ©Ô'rý<¦„´Š´ª„ãÇ£k+_o’7gÎXZ0»øí¿ÿ=qâ8öìÞM :hblÌò›7Mo¶o§BÌÍL{I·Ë—/QØÇÛ‹Š4hàÉ“'Þÿ}–ŒeìÒ¥ Ež64¤ÑrÍãmËHÛO?Øùí· ý ÄÔ$ l¢ðk×R˜TDQBh[¾|ù±cG¯_¿¦¬UŠ…sñ¤3gÌ @Ÿ>}öïÿ^륗(LjѤ¦Êõ>kZJBZÕCÚLB¾ûn[+ÒMºQ˜FjK s :té‡þòóÏéi©lœ¥ËN§XQ?ü°ŸÂ‘á=z4ËHÕÉÖ%Û<Þ6°ŒT% ôž†@Bš'!­ç!m ![¶lîÚµëŒÓÙ¼ZZ˜Oœ8qìØ1¯½öš¿¿7d|»cÇøqã(ž"—-[¦­­ýÖ›oæåæÈ,*’-X0ŸJ¦}}ý‚ü<ŠÙ¿ÿ{ªe÷pw£We›§˜žªèӧφ –-]:iÒ$gge‘¼;¢¬Ì¾}ûl¢Ý¿qÈ«ý´¡áðáéÀo¶oçFXÞÎQ³v–’J[¸pèæê¢¢"vm®,‹¡á©W^yeÊ”);¾ùFqô¿pþܨQ£tttfÏž’œD17~Õ«WÏ×_Šâ’ÉwvìvïÚE¥½üòË\E¼}ØÔ.ÊeS·“MÐÓÛ°~½¬„Ðãý÷ßgoÙ7¡â.(ëg5;|ÏîÝÔi,‹·½We{[ö ¬ r>òm¯fÃäz yB$Dö,1!~ÌÌŒt {yÞf# 3iMM¿þ§Ÿ<ÿüóÑQ‘ž?ÞÙ3gd%Du²Œô4–ò‹µkO:I:·<¨° ŸÂ«V­¤AM¶yŠéYËÆ_@½¢¥¥UR\ÄÉ»#*Ê´XÊV1`À6ôPJ–]Eç¨S;KéêÒ8zÚX[½óöÛÊ*’y³ 4íȦMå$„^íß¿|\…wíÜI"‹9r$;Êî„PE·nÞ¤ðÕ«WXEÊú°©]tíÚÕåË—³\$$ÜÀž–:uêÔ?ÿøC®1¼»ÀÛÏ\cÔïðˆð°¡C‡²_x$7ûﯿÊõ6{'¨hƒ\ªßöê7 wB€„@B.^8ÿâ‹/Ò僮sÙ9³gÏž,­­ ų0]ÀîÝû¬„¨NF'üÉ“'OŸ>D:ÿ³Wõõõ/_¾$ÌÌ zssD²ÍSLOUtïÞ½´¤˜%1bÄÝ;¼‘¼;¢¬Ì=zÈýîðùsg©aܽz6v(ë5k§”½zõbÉâãébYYE²Ã"o–+Vp×òrn@¯.^´ˆ…i4|á…Ô”:v¬häe)ëæv÷ 6‘äpwŸzõê©££c|ë–bcxw·Ÿ¹Æ¨ßáÄ”)Sœ©Æ’$Èö6÷NPÖÅU¿íÕo$H$äÂùst§bßÁÁ~Ö¬Y,|àÀßíÙ£f2:íÓ8ÅnP9|ˆÝ–'Ü\]fΘqèàÁõëÖÉVÊ›žªèÖ­7_?lØ0&!Š‘¼;¢¬LÅå4­Zµ’…}}}Ø«¬sÔ¬]¶¢¤Ä6ñV$;,òfi Q¬ˆw/šÑEDv–ðÆ £Õ«W‘rŸ|òñš5Ÿ²A_ QìgÙ(5;œ­ÑýlÍ s³wß}WYo+kƒbªßöê7 $äÉ” bÙuÙ³Ï>ëíåÉ–ëûùù¶”„˜Ï;—þ¤A‡¬ƒ“b‚žÞ AdÛÆ›žÝÇf“;.ÎÎ/ ÌMÇÈEò2%$*2‚†9z‰Âûöíe#¬²ÎQ³vÞ¡‡·"ÕN—ðʦchÄTs:Fö¸óVÄ»Íè"j K–%ÌìÕ«'¶¬:: $d&ìþ×Þ]àíg®1êw8Án»-\¸àâ…óÊz[Yš*!MjׄÀÒ"5%çj !þé lÒÖÖ~ã©¶¶èéêŽ=š†­mÛ¶¶”„äçÍ›÷ÁìÙ³—,^¼rå Y 9|è ì££ Þô¬Š¯¿6˜0a¨Q£œœ”Eò2;ç´¡áÔ©Sõõõ)7Ð+ëujW6ôðV¤BBˆ'Ž“¼úê«tà&Mš¤¸0u„t£CÀÖl(“î¸+«Hq/šÑEæfcÇŽ¡ãÇ34<%»_ä!k?ÿ|ÅŠd²oBÅ]PÖÏêw8±xÑ¢§Ÿ~š[V­ØÛ*ÚÐ$ iRÃd{€"©4œ«€„tb Ñ>\²„NøÍ{´óñ/}LÚ¥ö¼Ü\س{÷W_}õ$|fÛ÷(€ÆJ¾1µÙе9]!¾÷Þ{j~-$„±yó×'N¤‹ô9s椧¥BB @›I~ÀH „ O ´=}jØÇÚ H€„@B€„ !9JKŠóD"aFFFjzfZºH(ÌÏÍ•ûmY:„øûxчEFW.úûzã €„´¶„æç¥$&Û[[Ÿ6lX¶té¤I“\œ•E–æ”}ìØ1¯½öš¿¿ŸŠ2ûöík`°iΜ9çΞUÑðDIHiIIã¨-5 ÅѼ²¢¢Nz3„“–¾X&½X\]#³ô$0âêj “íS$yˆ:Bµ4Ô“}ÔQ^NBÊËÊ(¦^_*½ÙBI$ú›Kkä$„¤FÕUUbé‡ÚL66£¢¼^ºÑ߬, e'‘¢’éòƒ í.!Zkm fdž}ÚÈ‘#7nüŠEêëë_¾|‰\åÅ_ÌÍE„‡ :ÔÀ`Ó­›7Ù} YK aèÞ½;!Y‚#FÜ ¹ÃyñÂyªbÆŒéŒáÇ«(³Gì)!ÕíO¬„”——IçP(’“vGBM ¡d4ÖS Suî„PœZüÏ7*Ê©Tƒ-#)it†z±¸º¢¼¬HFB¨–Æ…é˜Æ’%5²ªÃI—˜k!ò8’™ö ,³ÉHÈîz> ÉËÍéÛ·ïKƒ‘n={ö´07“•eK—žš9cF^n.©È¦MOž<ÁîŸèŽOÙ)|äð!njÃÍÕ…:xpýºu,&;Kxã†ÑêÕ«È äîÀ(–@ÂЭ[7n寰aØ„(F^8nþüyŠwuxËìׯ—FY{À7S*?CJPYYÁIH*+*Ô™Ž‘JK)ØêP5%¤æo )•‘‰D»¤q¢§FÌ´‡IýÙ¸F¥Y­Z@BGBDBá©ãG¸éY á¦cþ2÷ç§O¸d‰¬„œ:uRKKkïÞï(<}ú4 ‡Ý ¥°‰±ñܹsÙ’²Ùõôô È–—ÄÇÅ‘P K˜Ù«WOÙu¡¼%°©“³gÎPØÅÙ™ìˆ›Ž‘‹LˆöÙg½½<ÙÒ\??_er¢¢=à _˜ÊfRä$¤¬¬”Fðÿ-L­•[˜zŸ3 –¾ªª’)‡:"Õƒ‡3/¤.Üt eáž»akB(RvF6@Äyˆ:Ó1ìV}h0@»Kȃ6ÙZ[Bòssíl¯P-J¦ÒK~¾ÞtÕ¦˜÷í·ÞºpþÜÿnªd¤÷éÓG˜™ÁI)u[ ºg÷îÁƒ=|(8?oÞ¼fÏž½dñâ•+WÈJÈáC§L™ÂÂæfcÇŽÑ?~ü¸q††§þñX1_ L¾þÚ`„ £FrvrRIX[ ôtuG=räÈmÛ¶ª.ó‘íOè#ºböˆnãNÐÙÀÍI…Tyìðþ½»ˆSÇŽ8ÚÙ’“aü^ ÉÏͱ˜…Ü ª­•äçq²‘™žJaÒGû¤Ä„ôÔdÙxE‚ý­-ÌlÞžœ„Ü»{ÇÎZ`keao#ˆŽgÊáêhggeioeééî"+!äBζþ>žÞ·ÝÌnÝvs¡?)AH°?9¹³½mb\ Ëbnr“²»;;P‘a¡&€„´£„äåE‡G=ôÛÕËR’“$ÒW.?vø÷ä„„ÊŠ eyssDë¾øbèСÆ ›:uêmw=õÔSnäjÙ67©´Ò’â~دfâð°{ºãÇkìŽ7&õ@»Hˆ•¹ih£ÔäåÊÞádÃËÃ-$8ü„âI'¬,L ©üïîGL”¥™±(KHå8ÚY“„$ÄÆØ ,„™555¹99dY™wïz¸8UUVHjjª*+ËJK˜„ˆ««l­îúWUUÒùbèü@‘T¯¥é-aF:9RĽ»~Þži)”ÅôæuQveÏËQ«²…™)€„´‹„Ðy>%1ùèÁßn»»*Öîáæròø‘êê*e?"3gΜO>ù˜Îu¶µµyî¹çî…ÞíX¢úG{=o{´×ÈN ëÝ»w{IˆâŽ7û×çШßí"!A~>îι¢l¹9Y ð£áž›¦a[uU%—%$ÈßÃÕ¹¾¾ž !*üž“TBB‚f&ONâhkmciN‘q1‘¸äœ’ŸžšÜx[Ãø†“½MXhˆX\Í\ÈÂäÆ}é •ìæâØ@%§§’êX››Ðõe1»etÿþýQ¥±˜—a¤Ò.’'ÙZ[]½|AYè%_/òżþýúõËËÍåb 6­_·.?/·OŸ>ßlß¾páÝ\]d‡àýû¿ß²e3‹ñpw›8q¢l™ ̧mmm}}}æ6¬´ 6,[ºtÒ¤I.ÎÎÊ" K sÊ>vì˜×^{ÍßßOE™}ûö¥Ö’D;{–èéêNÐÓÛ°~=¯6(Û#FŽ([±Þ–pÂûª¹™éøqã*Š\Žz©k×®3fL§F*ËrÚÐpøðáÔÔ6E QÌ»#{vïÞñÍ7,‹·5@vÇ¹ŽºqÃèÂùs£FÒÑÑ™={vJr’²)’ÞßîØAEQíTõ²e˨ÿßzóͼÜõ&Û¼¬ kB‚|ÝœS’ø%ÄÁÖ*:2‚“ÞéRoOwÒ GE†ÙÛ%$ø¡™ˆ««l ‰GzZª¯·'‰GZJ»r'( 8À/7ç¡ ÉJÈmw—ÊŠ v¿E`fL2 á–‘X[˜IS0^ is fdž.nÀ€´/Kt òssD²÷x³DEFP&´kr›…wG"ÂÆÊ!oÜøÕýUnÇYGQuýû÷§vRx×ÎäÊ d‘¦&&þé§Ï?ÿ|tT$…çÏŸwöÌõ&ÛªS;Jy…¿¯7 CÊ?#i¬÷÷ñ²27­(/cÓ1Ê$„ôÀF`^ZRLa?ïÛö6kBâãbf·²³„ì—èȰÆc£é*;[˜Éfa¸5!~Þ~>ž”’IH}]7ÑS˜ŸOa_/'&!¦7¯§¥$“ÃD†… ÌMj%Hx:¦]$$#5}ÿÞ]‰DYjjj(A]]b^P”IH¯^½XLB|<]ËÝÐ×׿|ù’03ãÅ_¤ÑV¶©*väÈ‘4 ²á©{÷îtŠf FŒq7äoäÅ ç©@ºpf >\E™=zô`Ã.‚ébÿÖÍ›ì> ¯„ðîC±e-a¥ñ¾záü¹—,Q6Á›åü¹³Ô“Ü쉜„ðfQ¶#S¦Lqrt¤H’ »ã\GQu‹-béI*^xáeRdÏž=Y¤­­ ÕÎÂû÷¿wïwê7L¶T¦ö•ú}½=o»¹¤&'°µÖ–fÖ¦®N¢l!}vØÂTKóÆ5!Ò§t“âþq3äN»‹“»‹£'ýggŦF„‡º8ÚÛ ,lf>žîYÂŒ°Æ¥ªXYÜ ô¿ÿ>UÍ=èëãçÝè!^n¶V¶ÖìhkmkÙ¸05/'‡MÇP–°Ð»TÉO\ttÔX¶—Ì4u$dw=Ÿ„°é>d§cÖ}ñ»Ïb’ä†`ÂÍÕe指\¿nl4ÒHÊîØ9|ˆÝu§ÒºuëÆ-H6l“ÅHÇéZ[®‘ÊÊäZHÐõæF«W¯"WQ&!¼{¤¬Þ–p¥ñ¾ªZBx³¬Zµ’…}}}ä$„7‹²9yòÄgkÖX˜›½ûî»Êv\™„((éà`?kÖ,>pàÇïöìQ¿arkBT¦v‘â~Cws£¢¼¼ºª*-%‰"—}ÔÖåe\ŠçÑ­—š‰lQdVbqµt x ÷ˆnŽ(KRSS+‘ÔÖJØ­’\Q¶tåx ÁžÇ¡¹¹ÊLÍ @iIImm-Háü¼ÊNPóØÂTæ-T`cᵑô~ Òö" O?¢z:æ/ÃtBãÍ>{öìO?ý„]™ÚÙÙöïß?ônÈ#%„˜ §7hÐÀÀ€ÙÒLŒçÎK:“¥pÂ@}~öÌ »8;¿4x07#IWÐÏ>û¬·—'[pëçç«¢L®…ñqqÌ£²„™½zõ”[~©Ž„(–ÀÛ®4ÞWe§c¨?Ù "‚ép+ËAöŪ޷o¯œ„ðfQ¶#ì®ÔÂ… .^8¯lÇI~Ü8CÃS͸Â[‚bKd{€÷U3S*GGG‡Ê »Êî,ikk¿ñÆTeYNN:U__ŸöKqaªb;²xÑ¢§Ÿ~šÝ2âÝqvwe„t#¯à¦6UBšÔ0®T¦æýv 9Æ“ùÛ1²7Ov”²Ò’Ìôôc‡wwuV¬ÝÝÍÅðäQ‰D¢ìÝfóá’%4¢©¥IÿUD€_Ñ@B:Ö—•%'$œ:qäÊ¥óÉI‰5Ò—/ž#))*ª®ªlÁ± :*’.ß{ï=5ï¨CB$ éÄ¿SYQQ]]åãíù§á‰öí&þ:}ÒÏ×["‘´¬ @Bð=!rT”—‘‡H$5Ô9Ò¥ýKë[|€v”öñ€6€„:“„´™‡@B€„ !:„øûx©x>—0ºrÑß×§P$@ËJÈõ+ssD*Nô*yN¡H$€–•ú¤<òì¡:…ÉÍÆßˆ±4³³$ÆÇ±Èü¼\/[¹­•¹‹£]jJRNN6¥ÉÌHc |n»‡ð˜•™áhk¥þÉ*³4½%Cõ‡Þ ÆiH$€N/!U•• i©¤åeeéáâäëíY]Eñõ9¢lk SQ¶0&:’âKŠ‹âãblâjÚªø%Äκ¾®®Irÿþ}Y ¡VUWUáÌ@§—¶ñHš,!¤¹9"Ó›×%55éi©dä55⢢BJèz'¨´¤ØÓÝ%*âžÀ\(̨¯ÿ‡fD†‡Ù ,œlƒü9 Iˆ‹u´³q°µr²·¥bÙ=–Ûn.޶ÖN¶Öl± '!y¹$9TQ¿¯Ù-#JFR‚è¨p;k½ÀÝÅ1W”ͲX˜Þ¢ìÞnTcJR"Æ !:®„ЉÂÎÊ‚>’ÑQ®NdÅR!b££(¦F,Îf’„544”•–ÈÜýȘ›6Ô×ß p¶·! ÉÉÎr°±**,¬««+ÈÏ'[(--¡¢|<Ý% % icBaG»èˆ°Z‰„ÚC1Ô’ºÚÚÒâb*™ÒÔ××S ý}¼¨©ô'ù’(;‹²ØY[––”`˜ ƒJHxH›I]¬å‰DÂŒŒŒÔôÌ´t‘P˜Ÿ›KgK ^¢LBl­,f&æÆ7²„™4Ö“ ¸9;’piÈ\íÉ%"ÂB­-ͼ<ÜÄâjÙBb"ý==ÈLÈÒR’È7È1Hf¬ÌM=\]ì]íí¬,)R(̰Xܽ]PW,½9BU;ÙÛÄÇÅÐ9­²¢‚Mǰ *™ª£0•Lͳ¶0•ÔÔ°,É&ì%¤Ãö•Âü¼”Äd{kë“Çïß»‹8u숣-9IqaÆ/ Qv'¤Ñ=¤Ã=;›Ž©‹¹4þ>þ¾ee¥ä$·Ý\’ä$Äß׋ô€Âii)l:&:ª±@2òFC}}ãdJA~fFZ€Ÿ‰M‘TB¨º;Awý+Ê˸5!œ„ÞH$%7Jˆ¹ HYÌnqËHl­ÌÉAà!@BÔ”º˜WW·¬„äåE‡G=ôÛÕËR’“$ÒW.?vø÷䄺ÂR–·wïÞï¼ó §¥¦ÐŸOȈÆ~é¾]J£!ã‡ö«™8<ìžîøñ»ãÍ£I=ÐÓ14ô;ÙÛdHWnx¸8‘P …“ãÙ„EdØ=r€l¡ÐV`^\X(;cgeQ%]Jz78Iˆ(;K`fœ››Ã¼"=-…¢,!EµQTumm-·&$(ÀÌ„UJ/ÕK…ăjgS?w‚ü½o»3 1½y=-%™"S’é|R__ ¢¦„´¬„Ðù'%1ùèÁßn»»*Öîáæròø‘êê*e?"CÖ¡¥¥åäèØ¢æÏ춪k÷¼íÑ^#;5Lý~nq QÜñ¶?LMê6‡ëHm­Ùï;ß °³²´µ²pq°ÍHO¥ßÕѾ¶VRUYA)Ãå\9Q‘®NÞžîþ¾ÞNÒ5!™”ïâhï`#°³¶ ð£jB|¬ƒ­•£•£­UTxXãzT™§c‚ü);yH ¿%sq´“NER«ì­,Ý]é“Φc(KXè]g;kAZj*™ † !í5“'ÙZ[]½|AYè%_/òeòÇéÓÓ§O““K ó‰'Ž;æµ×^ó÷÷£˜=»wïøæöª·×øqãx“Ñ9¼oß¾›æÌ™sã†WÑ‚ó)¥¶¶¶¾¾>HYÊ>}úlذaÙÒ¥“&MrqvVÉ[‘²2¹ÚÏ=K ôtu'èémX¿žWXußlß¾páëÝ\]dÓ䈲Kàm '!¼¯š›™RwTԽл[¶lîÚµëŒÓ©‘ʲœ64>|8õµMQBx»]qGx·ã²‡éÂùs£FÒÑÑ™={vJr’²)²_¿~ßîØAEQíTõ²e˨ÿßzóͼÜõ&Û¼Ü6B°,\^VÆnA#ՈŠõjÈô++Ê)À媪ªd³$•”€$A,sèR›)\/ÝèÒ£1¦¼± id]¥Ti¨.nn…2×H§uÄâjiªÆ+*ÊY dAla*óJS'-¼¬¬Ãx:¦½¦c„™'¦CY’“ÿ4:*’ÂóçÏ;{æŒú “íÕ‡éߘ*}jUTZçûÆTů@BÚq:}ÿÞ]‰DYèÚŠÐE“ ¡Áˆ.]9 ¹xáü‹/¾Hª º$g‰§L™âäèH#ÈÀiÄáMFƒN=ŸÊ¡pòäÉÓ§O9r$ ˆ,e÷îÝKKŠY‚#FÜ ¹Ã©¬=¼erµ³!˜.öoݼÉî“ðJH¯^½XLB|<]Ô˦Q,AYKXi¼¯^8îÃ%K”MFðf9¾>7{"'!ʺwGä™ìŽsEÕ-^´ˆ¥'©xá…”H‘={öd‘¶¶6T; ïßÿý޽ߩß0ÙP}˜TývŒ¯79Æ£~;Æ«óeožð©í;“™¦Ž„ì®W)!˜6í?ÿøƒ 4nÒµ­bâ“'O|¶f…¹Ù»ï¾«,»c/Iã ¤ìŽý‘ÇØ]wJÙ­[7nA°aØ„(FòV¤¬LÙÚ³³„7n­^½Š\E™„pé“8©PV‚²ža¥ñ¾ªZBx³¬Zµ’…}}}ä$ä‘Ý.»#r‡ŒwÇ•Iˆb²‘ö³fÍbá~ünÏõ&·&DÅa¯è !š<# O?¢z:æ/õµµª%ÄÑÁaÈ!lh +ÖgŸ}ÖÛË“-|õóó}8õ“™A—º . k^eÉx%ÄÄØxîܹ Kï™3fpÂ@Gáì™3vqv~ið`n:F.’·"eerµÇÇÅÑŸÈföêÕSnù¥:¢X‚²ža¥ñ¾*;Óø¥™9"ÖílÍo–¨È²/Võ¾}{å$ä‘Ý.»#r‡ŒwÇIéçë-‘H4Ó@€„žX é4OÇpT”—‘‡H$5Ô9uô_m­X\­³0´ˆ„ÜvsVñ|.qýòJƒS(ÒªÓ1<ríò…ÄøX§z•<§P$¤µ§cxâ$äÒùGž=T¤IŒ±27‰‰Ž`º»8úyߦ€…ñ ™ ½DøûxQLrb¼—‡›µ…©•…©­¥y Ÿ·\2k 3eµÄEGÚY[¨º£º,LnÊÆ¤$%°f !š<$D} !Bï¹;;ff¤Ý»lke^VÖøk´dU᥮®¸¨ÐÅÑÎÃÅ©¨ ¿®¶¶ª²2:2¢¨0_.Ymm­2 ±·¶”Hjš$! ²‘T5cLÇÐi$¤ñˆ³cDX¨•…iRb©BZJ³‹ÌôT– :2ÜÂôVyYYEyYzj2Ť§¥4þï?“Éèomaæ`#ðöôà$äÞÝ;vÖ[+ {AtD8SWG;;+K{+KOwY INˆsv°õ÷ñô¾ífvËè¶› ýI B‚ýmæ¶sg{Ûĸ–ÅÜä&ewwv #ÃB1j€§c0€æKH|L ñþ~uuuÙÂLvÛ<ÁJ:ùq'(ÀÉÞ–¬€üDîî—ÌEªÿ»ûeif,ÊÖÖÖ’8ÚY“„$ÄÆØ ,„™555¹99dY™wïz¸8UUVHjjª*+ËJK˜„Ð)ÂÁÖêN UUe£ð˜Ü¤ÓE²_¯f¤×ÖJ"îÝõóöÌHK¡,¦7¯‹²³({^ŽˆZÅv Át š,!Aþ¾d^n¥%Åœ]TUTÔý½…Þ vq´#Ë(—¬ºª’{)$ÈßÃÕ¹¾¾ž !*üž“TBB‚f&ONâhkmciN‘q1‘¸äœ’ŸžšÜx[Ãø†“½MXhˆX\]—ÛX—ÉûÒ *ÙÍűJNO%Õ±67©¨(§,äQ÷ïßÏeQ[yIq !˜Ž@“%$>6ÊÊÌX˜™An+k²Ó1–¦·*+*x%„w:†TÁÛÓô€ÂQ‘aö6‚F ~h&ì^(Á–‘x¤§¥úz{’x¤¥$±;!w‚‚ürs²Ö%#!·Ý]XcHBfÆT “n‰µ…iqQ4ÃLÇ ©ââ`{'п¾®.1.ÖF`ÎMÇÈÙ…«£}¿oJb<{ì—=«¢BBH¨4vkÅÏû¶½Mãšø¸Ù­ì,!{à%:2LjAÑôéUÍfa¸5!~Þ~>ž”’I5’›è)Ìϧ°¯—‡‡‹“Ó›×ÓR’Éa"ÃBæ&µ $,LÅt +!!Aþ¶VÕU•…ùl^†ì"#-EÑ.’âîùÛ W€Ø Ì)%[˜jciÞ¸&Dú”nRBÜ? ¿äîâäîâèIÿÙY±…©á¡.Žöv ™§{–0#¬q©ªE#V¤C÷ïß'ëàžŽ ôõñónô/7jªƒ­uã=!Á޶ֶ– SórrØt e ½K‘üÄEG×I Át {'$?/G,þßb:c°™Žû r·8ÒR’ÊJK~±D¼…’qèìÙŽ‚ü¼Æ¯,® †—pèæˆ²$55TBm­„Ý*ÉeK·‚²°º¸¹é7!7Në”–”°ï@fͦìDuU[˜Ê¼… l,¼V"’Þoh¸„´‡`:€ÖúÆTé3ªÊHˆ{"¾1•÷«ELÇЪ¿CŽßŽ‘»y€„`:üŠ.‚é ! Át $¤Í<Ó1´”„°Ï5´LB0$ Át xr$Ó1´ˆ„øûx©x>—0ºrÑß×§P$Ó1´¬„\¿r17G¤âÔA¯’‡à €„`:€–•ú¤<òì¡:…ÉMQ–° òCïcP‚é:„TUV–u ¡6WWUa\‚é:™„$ÄÅ:ÚÙ8ØZ9ÙÛ¦§¥r§[+ Ûà@G[+yÛÍ…RR¼÷m÷‚‚¼‡Ùãc)kafzè ö“»Djr¥ç*ÊÏËm,ÁÖÚÉÖš-\QL¬˜†˜Ý2¢H'ÞÖR¹–¦·‚ýu׊"½=ܨ‘®Ny¹Š0 @$$';ËÁ†£°®®® ?ßÙÁ¶´´$+3ÓÚ´¤¤¨¾¾>4$ØÉÞ¦¾®Nºà¤ñ×o)eHp É!Ê ÌMrDÙõõuµµ’±8?7ÇF`NUPz¯ÛÑQuÒ¼Dlt”§;•@¥QJÚrEÙr‰ÓRSäÒ¼cЩƒ*(/+Sl-IˆéÍëYÂÌêꪘ¨Hk ³jgM¯×íÆô‹‘¯ã í(!ÚdÃt BBhÜ·27õpuvu²wu´·³²¤Á:&2œ” ¡¡¡¸¨0=5ÙÙá¡„Ü»{ÇÙÁ®1™µ%yHeeEtT¸·‡¥,¥¥Òÿ¼==ÒÓRórDTr%mì%¡0ÃV`q÷NP|ltAA¥¤H¹Äùy¹riØtÌýû÷•µ–$ÄÜøFã¹¥¼,)!ÞÝÅñ~CCIqqè :æçå(V x¢$Ó1hª„„{I-¢®¶–ÑP_OâçãYSSC HBí¬i¬ONJp´µ’žˆêh@§a],®¦ì>žIl)ÉI®NQá¾ÞÌd¸— ò33Òü|\틤ñЉåÒüSBxZ˦cX‚äÄRŠoœë  ©®ªR¬ðDI¦cÐL eg ÌŒsssØÐô´ d 3­-ÍÊËË(èïÃ$$!6ÆÓÝ•ä ®NöÁ~b±X”%´²0ý[0òòórYØÉÎÆÆÒ,W$ª‘™þ Ä$ ”j§fÔJUA.1o Ô××+k­¢„ÔÖJ˜„„…†K£(V Àt $€¶—KsúHNÒU£I‰ñ.Žö6;kKR‹ÒÒŠŒŠ³·8ÙÛ„r4Îzäyz¸z¹»zy¸úxz„²õ‰ñ±Î¶”ÝÑÖŠì…Ý÷½ëîì(¦)ùß ØøX[+G»ÆU¬QáaLäó¦¡6P¤‹£okUK‰ o¥<  %„ ¸áï­¥ŠH3ê¥}TÙí…ÊÊŠ††úˆ°{!Á—J$â%’Ú¸Ežååeõ·:¶8„D…ä„NYrU?LÙXW•Ï"å󦋫¥qµ¼­¥*9» W™„UU•ÕÕU¼ðt $€&cª([Å©#G”Ý"ߘäïëdgcgeéáâTVZB fÆ,a¦½µÀÃÕ‰$¥¢¢¼ !˜Ž =;Æ×›ãQ¿ãÕ"g!úÌÖIo8ÔJ$Mz¨¤¤¸¸1×ß·#Z01‚éð+ºH¦c€„žŽÁt $_V$4JB´Õ†é !H$H´¯„~L%„¯[§ØZt$_nÈfh¦„ÀC€Nl åe¥M’¶ù]NBؼŒÜút\†­>ó›¬Ñp aø¯[û`éRj¶ì÷˜ C@Ã7 âµÿù§HBT<¢›k~Ë(>6&#=-#-5=5…waêÎo¿eØØX—–Ïœ1£{÷î?ü°Ÿ^]¶l¥ôõñîÚµëàÁƒ._¾d|ëÖÚÏ??rø¯¯O·nÝúöíûóO?ž:vì¨03ã_ÿú×sÏ=wã†Ñ›3gRöY³f±º´´´(ñiCCg''ÙÇRXɃ ^îé¹'ešÔ*Ùxj …·oÛFaj…ÍLMšÚTÙ¾’Ûk:‚:9ÙYi©)æÆ7ãâxñŽ.!6‹¸˜haz%++-yä#ºä!û÷Oú—|þÙg>{æ …É+tÇ'9éÝ»÷¤I“ìíí(’†Ô zzÙ§O–å×_~¡ð€¾üòKY 9zôH¿~ý(fΜ9r#þõëׯŒÑ!{yþùç 6ä«#!¼MRñ­7ߤ’ ÅGt×U¿U”¦6U¶¯°t:1bquzZ2 ÖRBŒ®\Ì4 qß RQFBƒu§”JŸ‘–ªxš@]]- ÖUBäÖ  !@B !$H$€„@B !ò M6H€MqqaaA~A~Þ“íoIQQY)$h7Š óÃï…]½|êøÑ'ÃÇ®_¹¢ìÛË_B´Õ Ðqï\8ûWrrR]]Ýý'c«­•$&&\8{ænp`qqA‹Kȃ6Ü !:(…ùFW/§$'Þò¶äÄ„ëW.刲[VB´í ÐA)ÈÏ3­££Ceº8;¿ýÖ[r5ªÙ°vD¶xQÖ-ßxH¶Î$!‡®ù.Xg2wÅóVïðööNNN*,(¨¬¨ ÷` jjjD¢ìàààù+¶®ÙtyË~¯ç=U ôO?ý´––ÖСC¼k×®'ABðµí ¥øî»= .˜ §×6ÕªxÕó¶ èéêÞ ¹#—±wïÞ#!\™ÙY ÀÀ& Ð\ÃÚÙ€„`ÃÖT ©û{[¾ó檯Ó|ÿ˱‹11Ñd ÕÕÕ55br‰„þ©‹«KKJHNºòÎ’½{^¸åjò$$--999Ï=÷ÜÝ»we_%·©k¿ 4üû^~ùåˆð°1ctØ@Ö§OŸ 6,[ºtÒ¤I.ÎÎÊ" K ó‰'Ž;æµ×^ó÷÷c‘ ̧Hmmm}}}úø³ì}ûö50Ø4gΜsgÏRòÒž ë×ó—7~Õ«WÏ×_ý›íÛ¹—¶lÙܵk×3¦S!l´Ý½k—îøñÔ~7WíapeR T»ây¹d9¢lW,TgÈ!ÉI‰^µj%ùž²ŠÌÍLÇGPá÷Bï&%&PFö‰¥—ëeýLÝBýüꫯŽ=š;Ljî#í²ßº‚„`ëL2îÃÃ6;¼>w±¹}ffFeeiéGm­Dº5ziInnŽƒ«§î»_üøó=%‡jk-!™™™ HMM­¨¨ ãÖ­[çÍ›gffvõêUúHŽ3†>¼ÙÙÙ”ÒÐÐpçÎ011éÒ¥K^^…é“QRR²hÑ¢ &ЧuãÆ¬ ;;;zuܸqt Õ Á¯è‚ÇÇÉÑ‘ÞÒ8pàÇÍ›¿f½µ–½¢¥¥UR\Ä™˜Oê’)ýB`/ÏÛä¬ÌŒ¿ßð_¬]{êÔI®L+eãÛãÚÕåË—s£ž²kö‘#GFGEª¸BÞºy“ÂW¯^yçí·) ¬=\™ŠÓ1ÌË’©h¼²Ž?6{öìK/¼ñÆTeG'.êØréï\äæˆx%DîNˆ²~¾pþ…ÝÝ\_<˜jTIoX^H¶Î-!:ÿùõ‹¶ÓæýlaãF¦!®®–Èß›TCÄbqQQ¡›§ÿ«s¾Ú³/hÔü_$Ê-„$ä•W^1bD÷îÝ÷íÛG1$!ôatpp pRRÒsÏ=—žžNá½{÷®X±‚4 Ó5¾úê«É“'“¨ 4ˆbŒW­ZÅJ&!an3vìØüü| êééAB !ƒ?^}ôè ÄÆÆ 4ù}ŽJKŠYúXÑ ÈyñÂù_|‘F.ÆðáÃÙ«ÿýõWúLMŸ>ý¿bƒc=ÊJK(6tèPºZ'…`×ïÍ“ž={²i×ÖÖ¦€²ö¨#!ÌË’©h¼Š>ø`nÿþýcc¢•%£¡ÿÃ%KdKSGBxûù_ÿú‚ΊlúIÍ}ôóóe7m !Ø:·„,2økÉ'Fs—?þ—U^^.ùFMM£„ÐK[ˆ„,¤¤¸øìu«YK¿_kàðþú“êLÇäåå?ÞÉɉ$„Nz¬Ì+W®,]º”¥LNN¦! ¿ôÒK………&L°²²Ú¸q£@  kŠOHH6lØÖ­[-,,*++)æÚµk|óï>Ú"!mã!ÎJ^nNß¾}ézyˆt£aÝÂÜŒ²nݺq+7è³À$D1’†Îùóç)ÞZ¡Kl*™ÂGbsrk²³„7n­^½ŠÆÐfKW ×ÜP®Ø5%ä‘y¹†)k¼²¨+ttt¨“iˆW–LQBR’“´´´X8 À_QB”õ³ yä>bM¶N,!¤UU•Œ -ß^zjÙǶŸo:ŸžžVZZ\QQVUYQ)…¶ÊÊòòòRQvÖúGç}t|ÁÇ—w1á²+B’˜˜À›6m$(**¤s‹¹xñÂ’%‹Y˜.÷^xáÖ×_öǧgΜYXX §§÷õ׆†§ØK¹¹9·nÝúøã§L™B^ºtqÁ‚* HÐXΟ;ûþûïË>û¬·—'{pƒ ²&ÆÆsçÎe«MfΘ¡(!ñqqô§ô}žÙ«WO¹uª*$„ !˜-Zà•Þö¨)!ÌË’©h¼²Ö¬ùtç·ß:8Ø“Š3ð&“Ž¡fnŽˆJîß¿?›:ùõ—_˜„Èö€²~æ¦cÜ\]´^zIv:æ‘ûèèàÀn×@B°u> ©©©©ü[3\|ÃÆÍûþÓ/œV­qþë’ûP———UT”“P ¬¬”,ÂÔÆmƇ߮Ý`÷ï…?Ûº‡pÙyúéÞ ñÈËË0a‰ÇÉ+èÅ^‰‰¡3Y …wïÞ¥¯¯Ïâ éêoß¾}ž>}:…#"Â)L));D¢ì^½zÑÇ5))‘>¼>>Þ•ÒÈ¡ V‚••€$Š7ÀÑÚÒ é¬Ð@,»€†¼>}úИNŸrrú(5ÊÙɉôå" k+ž®îèÑ£i|ß¶m+û¼Ï›÷ÁìÙ³—,^¼rå E ±07;v ]Å7Ž´_ý;!„Á&mmí7Þ˜Ê+!¼íQSB™—%SÝxÅŒŒ®Oš4‰¹ © ‰²ŠÌLM¨d*9ì^({H™’Q7Ò…'!\¨ègÅäæ>bM¶N-!b©c<ä“gg~xü“Ïü¾Øàrù†¥¡±¾¬¬‘ÒÒ⢢k'Ÿ·—ïþpÕÅ·Ž›ý%i‰lv9èêॗ^:tÈ‹/¾øÙgŸ‘ÀäÓ‡‘KpáÂ…ÒmöìY©©),2<<ŒFpWW ïÙ³gðàÁ,ÞÂÂbìØ±ººgšÓ§ Y¤µµµžžÞßÞm,’N}ŽŽ¼Ž6ÖöHÈïcžÍ{$àËʰaÓ ‹Åååe™Ù9cæ}7oÙÅUŸz}ò…ëæÝæWM½ƒïEß ¹e}{Ëçf.ûnáGç,¿¢3gǼæ|³Å@6{Ò²°ýÅ  WBÚå‡8±=ñR]VV*‹«_˜Î{f,>öÑÇ6‹W™}¸æú«O¿ûѯÄ쥇—}dôÆü#CßÚºHõ•3Çß}sê©ãGäJè¨/!Šj¡¾„´ê‡Zs$„ÛY  CÐiÞ«-(!íòµÏØ:î¦þ0§ZBª««JKKäHÍÈZõÍc?Ø÷Æ‚#ï-9³x¹Ñâå×)0mÁÑQ³÷¼üÆ'o-X5gñÊ/>Õ?kxðõ‰ºfÆ%%ÅŠåh2#!lSSBZïC­!¼ŸÍlUë5²]v™ýŠnFz$ÛãxÂ㔬ºüGþŠnUUùƒ"ÅÅEÖnA;~¿1kÍï/¿»ƒxsÕ¯÷Ÿ?kd{êıǽ1ó­7gÏýò³Çþ8n´¶»›KAA>oQš‰šò-´uJ ÑÌA§Å‡ª'jrJÝoÒ;ÿñ«k ÷hÙÛæSÀ[Ev¶ðØáßý}¼5v´â ‡´—~´ø¨Ô¤ããb9ÔÐРâ-]R\$GqQ! gùy¹ÙY´Ԕ¸Øÿß¾õ¼´DáýCZ*þ*±RðTE¡/ý„R ¥1Ò“ŠzQÞôRbêALðW«=DQ“º‰‚´½´^4ÙØS-Tˆ-„PÍîìÌìsv÷ûx×|ûæÍ›÷¾7»96̓ý½Ý­ÍäÇõ•å¥ñX¬¡®¦ùAÓ£ÖÖ—]Ãý}M÷kÓ©½ëTÚ±qÜq2BSÉ5“–éßàžAìq·²·êšÓsùuU{+Ó;Û[#C¬J‹E¯§ZhÉÚ·—F0ós²„diÉ’óè0{yùÛ>¥™ê¨´¿ÿb±rg§'ß¿}ýò9›1™ÙL&?¼_K$âs³³““ÑÞÞHc}]ÍÝ–‡‘W/ž=íx2<4ø†æX1*Eˆòj,Ÿ3•$<"D¾¶““”×,·ÕX½îìZi½%X£«P+JíŸòëâça63{í‰ö¼°ÉŨlyhÝþDÞU·ns¦Š*—ä=Wëª+Z–,-™¹º**<¡k««‰øâüüÜÔÔÛ±ÑÑö¶ÇL‡4GjïÝYYJ\ï‰úgÑ(‹Cc8ŠUÞÓ–AÙy@#ÀÁºxxؘY*•”ÏÎáòƒ˜Ú÷ 4åÚæYÄ·jwDùD¹oéÔþ§t*cšïf¦»»žÇ¬|îÇyAØ*ÉexÉíó?¢«&B<}_¯¶eÐ4&#pLø?¼ Þ–܉ “Ë/_ÿØê·i„çK‰Ñ“bòÃ>ÿ}Qp6ìÍ%¡OóÇwÁÕWî8>e¬¼¤yGŽÝA7DðÐ6JÌцè÷HúŒCÍ+Ÿã4W„l0 ,ÂöÇ„l"@ð`#Ÿ;«fN ,¢³A@ —"ˆ éýFq endstream endobj 549 0 obj << /Type /XObject /Subtype /Image /Width 727 /Height 257 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 76953 /Filter /FlateDecode >> stream xÚì]\IŸÍ¦ŠØ *  I(¢ØÅŠ»¨G EJ*–³+ö‚]±+¢b•³°+ˆØ(6š%|»É&Ù„„b»»|óÏo“­3oÞüç½73» þ_`€ZøU¬­è‰ilaaÌ„ŠøO¯,X[Õ·}¦±Sò;É] ¦þ¬î‚U¬­jÜÖö’sKE¢’dcèÙþ¡Z¨c êY†UÖ¯­­ÿvˆ#Ž=0C‘º¢¢Bt§-¢‰íö?à,™ˆb¥àA¢–Õxmå:1QAÅýj®²ËPãþ„$öÀ u…XQw-4ŽÖ8EþÝ:ÜY&%9a,–@R)Xá$§)5Ä8YÌꊊR²¹ÆÛ‘ÄO 5&P&R;5«i†HMe’Ä 2=(\¨x°#ÑE{H8­¢ýÿpªÞ µÐþV“8 ý•®YeI$u`ą:5 ‡ºàβ47ÙÉBI@(a»ˆè™HMR¥,§\Q¥ê·…Û’$$çý©1 JÒ$ ­Æj¾7CD%SÉ\UCD7Ü‘éÁ‚t¡âAu%$ÎtJ+•QºrûWȵ “”®² +CRP厼9Õ[ªC^'/ŽŠ$¤Rd‡×ÁíÃdm*k a6gŠMsšØYb,¾#A®´RD¥i]˜róMÔ·SZ©¬ºÒÞK˜H$!>OYïµ<K ih•ʦ^Íø ±”ŒŒ$®*¦'#ƒ…äD¼=Ëôp‡t¡âAi U™qD]¡¬ý³*3–œ†”–²ú%+]©Iš°…2$UìÈK]¨¢ÓC•¨ «±býX¤Fê„`±‚‚:‰$'²z$ Áëà®MEóÍDä›N›œ$¦Yª|)Hf&ÍIn¾‰ú&Wš”÷]’‰Î‘Hzž’Þ+9o%²Ë-Aê ¢¡‘#!\ Í™êÕ¬Hl¢mK=Œ¦rýI›¿¬5KŠ."CVhòA¢„ ´¦%‹¨Ìuš©¡K£<" ’3ÀÕf,µ$2¥+´"„hÂw”!)¨HfjzÜ–')I„pÏ•¬@­Y]¡.æV¨±ª¬"í„`Å‘ # â$ÊÆ“% !´)S¡5i qæ¿Ë%™fÕ«OÆ3eÖËx¯èuxD6zr-*…Rë%<%$Ž„ämÑi£ŠQE©šåÄ–4µ;¤WNSé ò毢\Š…©t”¤PNm2âz³PŠò$iHz©q“[á]•Ûž‚ˆr^Kè!OOÄDׄpÏU[‘Š Ü”©[ÅÉâ˜[î0ä‘‘<9E£LT©b$ñƒ´6ñÊ—Œ'“ˆAR¡5i ÅÌW_™ŠµZ=ïÕÒAÁèI'H@6éRë¥ÂÔ‰¤mSÜsÞ¥uaVê¡Éâ 9SÒJU .;Ôü¿²šWPZÕi‘:©‚ˆ½òöGœ—«ÂNÈø^\R^c}û‘B’x"¤Ô[!ö&÷O‡ " ËR¤›J­š49qèK2Ê•*ÆIAÀ4¬!JÆ“EŠªW ‹¼„? ¢´ ¹ó— H!œWo1Ú¢ÜÉÖ´Ò UE®‚ŽÊìúbcbu©žlä†^yo 4ªŠïUòš)ëÛË“•>.©jš$ëŒboÅþ‰±b²äHGŒš8‹)Ħ"©›Ùe£$(’å*KˆÉ癦ÖjÖš†¿âòõî-#A5€rqEäxÞX¶TSäš?R ´Òß¡Ò -y‘[UÅDÔy/iD(ÍäÖäid ¡È“%G:ÒNX™êØTd°º¤½“E*ÝŽªxkˆÿzà嫽™T(®T…ê–¢@ÿ2%ã#¯ˆÅQ›&)"”Åfrk"s²hç,ó²1(åN˜ÊØ'6nˆ ¨æ$Uü'ðÃ<”«[$iB~:0Æ’Ï/Ô4B¬ùW!ÀùXV!§µÜ%Ô (€IÅýëTKu¼ÆÚkµÅ*WŒßÿ›â¿Åëßuñ;Ä72ªµ±†€ø÷k¤uÛ;ÐXCh­- ­! ­! `»Œ?ƒÖp€BiXÜ…´†Ð8ZÃàBi ƒkÍ£5 ®!4‘Ö0¸†ÐHZÃàBóh ûŒHkØg„Ð#„&Òö!4’Ö0¸†€ÖÆÖ¿ŸÖ ï?„€ÐZCVCh­!«!4p.Bi gÎ!4ÖpÌZkˆÿ­ÛÎ)…ĆÐ,†±Sr.$6„fÑZú×°PšDk ±áà5„†ÑšøÿS¨ Í¢µüo‘ 4ˆÖâ?±+ƒú€Ð,Z¦‰ó}h¯!4ŒÖ Þv ¡qA ÐÀ.#»†Ð4Z#ÆÉ%0Ð4ZÃ;ž 4ÖðþTHkHkHkHk5´†#!Hkø^Í£5|„&Òšk ¤5|i„&Ò†!šHkøòv¤5ダÖÆÖ¿ŸÖp„Bi 5„æÑk ¤54ÖšGkh¬!4‘ÖðÆT ¤5œ‹€´†€€´†€€´†€€´†€€´†€´†€€´†€øWÑÞl ¡q´†·„@h­á-!šHkxK„Ò†ÖšGkZCh­ah ¡´†ÆBóh 5„ÒkÍ£54ÖšHk8h ¡´†·9A@ZC@@ZC@@ZC@@ZC@@ZCüÿÐðAh ­át „æÑNžCh"­áCIk\C@k ckˆßOk8¡‰´†ãÖHkØc„€´†€€´†€€±5ÄÏ¡5 Ð ¤5ì3Bh­aŸBi Í5„ÒškM¤5âƒÐHZñh­! `l ñûi GB 4ÖÐXCh­¡±†Ð@ZCc ¡y´†ÆBi oàƒ€´†€€Aì2B@üZés¤5 ®! µ†€€±5Äï§5 ÐDZÃqkHk„@@À.#ÄÏ¡54×Hkh®!4‘Öp>B#i ÇB 4ÖpˆBi ûŒšGkØg„€´†€€Aì2B@ü$ZÃ>HkHkˆ†ÖpòBãh Ç÷ 4Öp|Bi Ç÷ ­! `»Œ?‡Öp€B#i ƒkh­! `l ñûi GB 4ÖÐXCh­¡±†Ð@ZCc ¡y´†ÆBi 5„æÑkHk„@@üC]FxC„ÒF!šGk…@h"­áý{Ik\Ch­áºHkØg„Ð.ý"Êÿ»Xµ¾pvým²4ÍɃS2Fl‘èçÿ/£¨4­ ‹õcÍD$ÅOöÎäD‰Ä<—ÌPQ•D'®¸s'Ù#Y]õUMy"*æ:U­À2DIx«NGbv9U–ýW›pŒtLÓØ)« òEdÔŽŠ¥¹É]˜?ÔLdÄ!Ô§¨S|×Ôˆ´N¤y$;m¼òIjŒ‘ø c]¬úÄò)ª WFù²*L–J­4ÙQï?E%|w»®aóU›7^|1uTAÂ.\vQ- üÃ& ·L‚ÈLc¬r¨†h¥RxÕêÓĘY•õ¯F—âÌ âHÔG"¦ÓÞ½“¥¶B5ª«iHó0fJÚ¸¸ô '©ªÜ‰¯À€i°‹X>©ÁÉR0Ñ5qÆË/Rí’±TÚ9¥©£&QEª5(V¦R¢Ê¯BbvIÎUhã5ò DÕàÅSG…QÆY-!S2¹å‰¤þkY­‰’[©…ÆëFׄ“Ѫ²ð"5ÖŒmÄ4QÑ•¦²ÏW8G’¹”8bõ9ÉxŒåaÌÄvIx©Êö½RHëD–ÑÆñÒ+ž¤Â•JŒIg¸|IINÒv KW@‰Ô´)§#NE\óêµÊ[ЈV‡+HTîvdm]C“\ÜŽ° m\¦4eÆ•åNGæ§$Õ $µÓ…ÄT2«qÅH‚\i¾’+WÔ÷w<åâ‹•(7Ö•AäK¦•Tx[¡ÊšIC)M”LÜüË|¾Heó#2¤–'ç1®|—„—ª!©5•‘Q#D •K[ñ$…‚+U›‚|„ÁÇò&¥ IϘ©˜)5ÕX<Ë ’µy‰z®`±Î$kë2‡¦º]K,Åm…6.uŠò"õJëQê§T0FÊR²z$A®¼¡6@¡¢ª¥ˆ¾Šþ¡T|±(!ëʼ–™1¥ O+•ú-ç%ÖŒÐH¹¾•ŒµÌ”Ë}~²R/h~•2$3™—*!®µ4¥´UÔˆÊÒ+$·F X™Õ„4r1I)H¶*3ÉRQ‚*â°¼# ÐêŒç¼ËÁuFØ i¤¤`¹]#RAåº$œ¢¼…†¡4ÙÄDR‘"e?EfŒ´U%+¨§RCÊ夶Ï-éxª;,FšK—J9W® fLÒ( ¿%¯6!vËz‰ä„ÚÎ)UeÊe>ŸpR"E3¤ŽzˆÉTŸJŠì$iwaÖäZ•œd«Q^¥ä[d^“Û†DPE¿OŠŇ¥NL¹Í3Œ6It¦ÜÖ‰&µ"¹5R[T‚Ú²"±Xx “¸ÝÊ5¬œ©äröH­=‘åS)Ü Úä°ÒøEeº©Ê¹f¶;Y'í–÷É`ËM¦ÊÀG:sGÙ ý ÈÔJ}B$ ø#éÈx­hñeJÈU©,ì°$p'ø¦¤ÁæUèLæI‘KµmRÖB$ëÛ ‹ð¿I:55¿¼JS¡X„.É•âl9my»&C™n55xª•¤‚y„ëSEIy—H]àC ‘™ÈO$5©Ñ$;ý`Úd ø#éÈúãÊÑ¡™ÃaTR8\…Cj „Ûßg2$†ìpó»·‰Nͯ1¤’Lîñ’h+k×düT ¨F·êƒÂŨõ_äXëçëKÖà~Q}Ôž×ÉD¯W¥dýÇR%ðCòWÔÄ1p¿û#nªfvƒ<º¥ÈÚ5ÿlMѼÓ/TJµ ÿHûãê•…GmUTýDcT›k‡z¼øiíú×U¥1óß'×?×Ì*íyni•#UÿêAä?"+$tÍ;ºII]˜Pše°ð@ªBó<1ÔÁåuþÿÊl‡q¶B[ºõžy¯Æ:Èý Ò}­[ý9Òû2h]kÒIá W•9™×XžuEù kUªØJ{ŠhÕ_•C”q3úóåo  ­ įªó3RiÙZcý“­ü-2wVcͳÑÿ÷Ú,•E›¾CF5>sd«åÂäùî¶ŒÑÛÜ7W<µ•6_°sÄʓㄹ®kí7•?ß8ÿPÒ‡C¥é…/Ê Ÿ£Ç-¼µîƒ©¯Îœ?ÓÙ½ÿ¤÷SK§¯M=f1 Œí§=–ßµ·}I~ÁkÄ#%çnB.ãG£Ó§2ï"E—tY]Í_ôÊ¿dït¦]iüŒ|Ï£Ñß:wE›líšÑ¡Në®+Œ2´íûν;“™l\¿â‚Îà;yó®z÷¢¶8Óâý¤ÅWE¶61»p'Ý&ñËõ{ét†v¼aÒÑ–¦Ëô›-r7y‹×ôk‡hhgí…ÑÍwE=¼·çSó¢£AY'¾,÷(Ì¿wÉ‚7£×÷‰_³wø0¯µë ‹_ßâÓµþ%={Õµm;heNÄó˜zkzüµ£ïêÆûSwž©ÿüÅ„Æõ ÓÇfÛÒÊ+1uÆç¡ ã÷#®›ì¾g³Ó÷éoÏ[4w×ñö—yƒ3–}ûœœßæ>?¿Á£ÛÃÛÏn²‹á=\;ðÙdú‰¬¿Ã#ÏÌlCoÑðâ™¶þ ëÄfñ8ðybّד·®wâÆŒñuÆŽÝçgÇñút|Y²¯§Áµ´²^_Þ€X`rt¥üMX´XàŽ¼—(æ`4.~†c8ñ± ¾ÇT²Ÿ‰e”xkŠxÖ€A BõÁ,@û`›8E=Ð`¯øŒ­ØÒšÖ[ê€O{Ò q±o&Uº½Vv$ZüN‘ÝÀF¶ç-² ý$^ûôÁX ½w ³.øˆåùK]›ÚÛ3› °ÒI`I7Dz[:/†.ÁPìW[þŸÑœ£1ÁFêÔù@y L°3Å™LñÃÖ ±ò>dHnç0ÄdÒ!Š>1—5[Ϥ"1 yÙf“žÝ¹Œ]iL*÷lñ@€u€ƒ¹Ñ´&fq™'ÉΚLºÂEÈ{¼´ÛÕ1ÑÖ‰-êt+ixªå¨~ü×lßtç«wœYí-Ì {÷7rùÉÚ'Ÿö /MãF˜d9þ]ù¹Ão®úÝÝód¯…C{CS‡bCõ‚Ø5‹>ôl¾!4+šÉ´Ž¶-rRÇœØÚÐÖÁô@ÊÈÑ¢CáÙåo\ÞVaŸzrf£µWl’.<ж =nQ¿_Öc/ï¡çâóŽ=`ÖY°dé öÆ¿ëÏ]ûÞ%mLÒÄ'Ûãf÷hØéöË›©1~ã}‡ObMù𲤠­¼,í³Ã•/K†»ßß“›j‘)týöä«îƒ©ïw=Cè^±¾ˆ¼/%÷|»¯“M|ãÌÏö‰ðt´è›•šÚô¡Þ¹ÅWß—Îíìa”9~Ï—Ö©‡ñ玲È,/kq7lEÞ;¼¢vrçFE™­_U¯¥aãÃSæœ4ªýðpç‘‘Û ¾]î7±¼Ë“-'šmžê5ÿ/bÿ0þ÷2°0T{ìO¥m'çt%­·³ˆµY¤oÕ˜#þæË¶%ÝvJgù~g©šE ÛmUœ£<ø[a‚`Òvo¥ã!` =%íÉÑ´Rxù=±E€-^à˜ØõSx·9Ma‹OlùÉöJÄ•_Ú¥þñŠ‘È\ÐTæPÖ*¤îAZï¥t]6âŠåòX¼~„ø%RÄG¥³ûaË9Ù| .ã{u @#l©À]LŽÅb©µç,þ~L‘0Ë[–v²£O°ý1ÒiŽnƒ@¡ì¨œµ’Á|ñ÷~…ôÛ€UØõt’ƒ½*þÄ–x°\ño:ÁIìÜØbR%³Wá³NØb%Kå8¶¶Œ”×dl{‡lû)èN#CÒ.þ>R©ñ ²,¥$`Û%¸†°ßó Hg¿p°+ s±e‰lëb±s8Jg¡â<êUón}=Ùñ}؂ϖY i9ßÝÁ4t¤Â{æ €H¬[#Cd~Èô¦ã{RI-ކy<‰öèw°ýS©r؈ôC'ƒ£ ˜¾Av¥!WY#4¦ç#‡ilL2Üi$Kˆ}Žr »Î¹N| aˆSä0`ÇRÄëÓ(/A‘Þ$Œ¿d–ŽƒX«¥Ä~ŠøL-ìû]²‡ƒ6:ˆ|Ь5ÀgÒ$ùŽ¢jBº‘‚eºGï ‹×¢Ò2_·2|IÁRÝN2F`ëóÑnâóŒ@Q³^ >Â#jý5ÕX€ Ö-†=¸†ØÈpk¦™ þ ¥øaß%˜QðÅ×>QJXQµ?Î>¬™¦º]Cèô½¬Nag§0C‘4¢5ËqS™øÖE-3êP²Ýø[ 'R: O°+²°%ˆ®ÈgCÚæLq{ò¬ó$îþ-ÎߓƂ%µØ7YÍÑ4ÖgÆLìØ+¬¯¡µgaëþØrÅýT–¸^u$s¸Mi:ষ.sõ0’€×—~‰C\ÄšœK2ãKIóºn„ž+°}†ÌNØÚ+Ÿg]Äœ@mIœc¦½qÁ~E˜éwÂÎ_ì±rç[sdëì:óÒ’VºP7xŸàËèäýÑç·GÓ–mœt71ül« ¶½&››œ|wÞvÔõÏvøœ,¾¸dÊÕNÆK<˜¾Òj4–±ëøõ½¥Í_…z—iâu·`Ùó¨]#+æ͘ÒÏÂL8·ß첿µìåsmAæ4nОiì%ý¡÷Ëms ?)ìõxAÊ€Îõž¼¿úzsÿþ··ÄlˆÞêWº8d÷æÇæ]z;lâ{Åitþ­Š™â–o2Û8Ê÷‡¥ÿ ³ýß7ZÔkÀÝ·Ž—wJoê±6>_/fsœ÷´òÁGLx8_PÐÁìê´ÌàÙW¦/mß8ÒSÀÙ&¼®ûôþýý&8¦T'÷ZÇÜ”¦”̬£1÷=IŒ~zø¹ñËœNO6ÅÅNÒª§wÙyOavãqû›Ül–8yìúm3ƒV.{óþkðPÝÇ<Š÷œîwþºóÆ®È=[Œ}áíw CX÷œÝ™S­ƒò´Xûüi£¿félš¾#ÆçhñÙ’Š¤¥ÃblKæï î¾›]®þœôüÁɉE‘ówMô™pàdÛ[û.¹ê7ü‹IÊÃzÎ_ï <*|æ”uß¶»wŸ\±dpÉ–˜_uN-“rF;¤ßƒn£-fk;:^*}_ÔØw#õn'Žhýä…±@oEáœ+å=1>moÔñ‡ý¥Þ¯§^,ôì+IwØûdñn›ñá GB%Üö^|½óƒ«é‹ßä9?Ú:èH@@§ðGœNù|VNüÖáȱÃCïén ï•5Î0rÉ¥kÜô ¼$ŸW…?”|zó¡Û]\XÔ»OXØõ¸°ßÒZ°Û³ÞǸßMÞÕï‹sQÆ=sË;X{§¸å DZ·Îf {¡kÖª5¾æiš½ *ªwøÊ˜.á­‰=ØÏÊ@ü:Ÿø1®âT|fóAf‚#SÆØ¸iÀ«Î‚w•&}ì¨0ßcûSÎèôs8îTïÁ“ÇL9ãRzÝNœž·ýõk ¹'‡Üߺ¢ôDáþ¯&[Öïò®ØbåàdËé¼zÝ÷ñ~Ío<ö~|§Gýƒ/`J¤šfô/iÚykô®øÙgN¿-6 ÑvÔû2¨"<3¼nxæ›Ï~¢°®ñë[ѧx/{ùòñý½ Šd…g4¹¹k¶‹Ë¢ÌÛsö¸qtvÈ¢^k\¦œýçÁÇZ6øzúÂ%ýîýûïËþ:éíÄ%[² Öï÷ÓÞ0eõæ Ïyã,u^àŸ²ßQWùƒÇõ®>É{ppãH—mƒ|Dç{›ßøÈ‡oá8× _s,oø–¥·î¯zîß0ÒuCÒù÷îÞÞ½>Þ%ÕÖñãMÿFW§ÝH‰ÑÎ?šØ|zþûœYT¼Õ{CˆuòŽE¡FÓÌî]:¼¢±ï½CÛNÌ_{?5tÌàwHÁÚ¬O/¿=Xaásaëó«ñÍb òè-Í>¬Z]Á—«‹5»ÖÇt÷»ï÷¶•o³N}¦~»¶íA½¢¿g˜~°kq³çÖÅ´9ymQש7ê'¾.v*78×}Å™ÑÏOVÜo9s®Eò]뢸°CÚt*à•÷Öù믂¹ +r§Þ»µÿŽÅÑ»ç/Ìz>βÀóðKÏÓ‡MÇïÏ Šò ŸØ£âýÞ¼±nmIv,°oȱEÙWǤÝçàï÷h~ž‹íÇ·¤”t pÀê¶ÀÑoËȲ·»„ù ¦%¹Îë}øyŠO¯;·Ù[zµwÇÁI¯îOÊ‹^àûyKðó»ýÛŠ–õÙû -uÜàk“^mvÄŒrÅ;|Â_ŽG¯˜:åßúúÔglöúMÃ&•óÇ”_ŸÈ/6 ¶~:·‰—}ç/ý£¬=‚vô:-Ò·dTL ôܱtÜäc[¨3ay ›{â¼zúàe˜–ºôì⎠¦Mï_þ±›Ï·ÝU|ûïâ–k3›/üõæƒ _âüZò’žÜL;qÖmTÜé×,î}÷Õ~«©¿eϊƃIöqÌS—À•ý¦­µ½À“Ö¦C§Û[]†Ÿº.•¿íŸáóüN™m\¿Î³aÝà„úÅó»®x¶5nà‹^m–¾µò¹m®l¿ù0??ñíÑâ½­6®f„íÛ8n„W£a{·dÆ¿˜T§Ü¾Wäýòì ûœóiŸiÝæÜò'CrùäezêxéÉ‹üc¦‡EÞ]´¦{©Ÿ£E_?çO[ôÈ6µAùªôË}]ü˜>¸SFîRË·oWŸ%êm^ÓÒÍ#›\œgèzpSÁ áË5gü’»¿ÎÙ7~VaÀ8?AëéøS;°–7üyαqacG'g´-[WxpŒcþ·ã¶»,\í½Èa䉔§/w´Œvøëòò…7&ŸØÞ p— m· YûKú=ª»¥ìð– O/m¼µéM}ÏÍrSŠÛ'ïir"lW’OcìÇ„‰1%×3ï×Û¼ó˜Þ·ëÈÑ.«—9ìxٹ̈́ïØ¼¯%¹öæØSd¾6fr«Ö=?_î“Ø¤ÎÂ)W®ïöü(OÓ.Ç¿­ÞN²¡ÃoL‰#ÙåÛ_Wo¯—o>|ɘ”#EŸ®-ޏ2fýå†Ã’Ò>ë;_X/階¹Ïbîíf~޹‡“‹´¼Œ75.OˆÞ3ûdÀFG©:qÌø‹"¸c®Ž·ºÙÙ1ѿȢ5רláÀ|vû¡y˜iXkä}P8ýð—1¦YY¦ñ¶ñ%'r8ð¶8²-7$Þñæ‡c“· {÷¶ˆÉtº9½×'êºÍ±®Î^þEáZŒ¹Ûü k/3,]Eª*­oŒU}ó^~,*q [P±yÕß…‹}^mÿXŒFoöã—÷±9š2âöé)Ý×ÝÒj«»¢ÐØafá9kþ« ­swœ95ÀâKÓì‹küÛøf4/=&¼el†{_‹Í›{$DRôõô°\Œ°Ì¿sö®‰yðdœovæ©iËøNïÖÔžÄaÄþå·qýo¯NnVÆDEaº_“§7ÿsRâ±C‰Yã?77Û!%Ê}¨™nøN`/g¬uô· º/=} ¶š2íŠo|ÓËü‡y¥×Zܼyþø0ýßÜoÖñ·÷cÄîn[Ä%%èòìcœðUÅÔ wS_ŠEX6½¹:æò¨¹YïWW4á2¾•i÷qQÄÙï¹'x .é½2ú÷ß9ðîåË}§žY6Ñ©Öê±ðhk¶}Ö¶7,»º×{ÊÝyàd׆Ùy©¶o;â-­ÓÜæäU¿xvÙºb£ü›b—‹yçO#žÑýr4Ó^ð›ØòÜ.£¯bÞ0ë`w¿¦Sœæ~ûÛ×{áýÞQEû.XŽÍ‰˜ì}áši†óÜn§§Ïª§‡Wø¶[_“¸3±-q}&è_r&ö`?X5ƒø•í®òD¼0RJ ÄïžÖÙæ6³¢¢Ff¾žÜøJFÿ#vïæ¶:ÎÜ~Ž÷ÔÓ{EÌ W‰ÑX`†uÏá ëÔÕùô¾däÛcG®¤ÜÊ HŒuš±eKïA ú{»…?H›®«§wxñ 1£Ö7ÎêÞÍæÀø¦-þúxz6Cw_ÛÒ¢ü´°óÖÍøw?wçKÎ{¾fG±[·voÇw¸½*îÔÆ“mÚœiyæìüÁ+ôÆœ<¹2º>vÒ'ì¤ÀSV–üÒ·ikÛ~³™þäà0W˽í¹9½¹³£¢nÏ,º{÷þЈ}WŠBöž|aîÕ†m3¯pNß-1Eϵ“¾…¾9÷й#›V->ÑöÀº9;^œ=VñØôêâw…¯ô§+^ûÕÒq[†é ʾU)Þ¸¾=¶êá*½D½¦Í{†wÛuýÚׯgænükÑ/“]/¶ê?w]=_¯9·ú%Ê/ûœøQhÖ#£—k^6kµ£CÑýã–›ÒÞgõÔ½²µÂ«—ÙI^zþcý+SƒÙ‡úö‡k¢ñá®é/¼Òw—öìºí îí>òÌ…œçoŠØ½µù|çf˜Ë«×·.é6%á% £¿z¼/gÇtGÁ䯻†7¸¶øÝÍ~Ÿçï$~' ?¼}óÈíÇ7´H}Þç?þñÈ‹}oy_áëë‘ÿèüÀ+S‡¾íVv¼K»ž¢Ø;_<Óê)8ëÉJí4"ý›ÿÓvæå/ßûønÛý8Ì%kÀ.¿îm?Vã”ß.G~ZÉ3ÞÕgîÝv®×ëÛþꇤ„Ç7/òâ¦üaß}qâkw…Ö½ÚÝt°ìüØ´sÛžg´=ðXç¯{ØæIG½8ÿÑ ÊaË-ÙÇÝXÍnù9¼QÒ°©† úÛe¯_»±Ájõ›Zñ³m×§Iz¯žãå%yì;V~lšc§Vk¢²l98/ÂÿÅýŒ3Á+½Ý£lA«ö)9Ã:´·o¶\•éÿâéý퇋=Z´¸=?ÌçÅd·‚¶ã¿<óÍØsyo ›Ÿù`wYÊ«£nÅ—hè´ìÔ„3]LM޶Yùuê•ÐènŽ_Ü÷æ —séÌ·cSâO_X›Uòòq £5—lãüQ§îõFwN_½#z{n.ã\’Ãç0}[s-§Øð ól¿ä9`Ço90·E‚Gf»ù¦£l>Å:º•ÏÝ/orŽwÀÜYvø˜iŒqe.zÂM86ÈîÞIÇâ#'®hî:š—°)á͆œ™fmt‹…€fížV±¥µËЈîoØÄæ<{ýòé½ »Ó_'ÞìèäÔÐ÷âç¿Â?¼º›3Óçí„rûæšÞ™¼vQHnö_e©¡~C.aáìÅ5q"{Æ^ŠOÛ\?¦ó§¼°¶ÿ>¾ç¼Cûˆf/>fÝÆšPÛ•1·FÞß=寓éyû*R}¯#gw·§µ _tÑãƒKG}Ù51¨Ë¦²¶ãÒæ|ÒŸ½Ï{mæd‘ɫݑo,½*&»ètc~˜}úV·ÃÏoõÖÊrõ~RäД½ðýêè~òû]?éy>qÚi™è†rW}-L÷}œùâêÕ¹îï^½p&4Ôo=pÕ§[ûíg>×xék›o]_´Ý7Åš3 Ý ᱚ¬Á=¹j%›§wyþ¸ ¡Çµ¹bÚe±Ç·†™ÖEß^ê.»¯µ–þ~æÆ c߸gY^“Ò Sz7¹è:pe`ó“&‡‚6b½ü½GÔ-ž7©áýÉÙ~ƒ:Í·ÿ@ç%HÆ®8·oóѦu9Aö5žîÈ×=÷÷Øimc»gÑï¾]¹"ôØÛÄ’ëi-÷¼ÈMê™o9¢ï{W£5ÛŸqç¦| =×ÿºöǤ±ÁŸô §4²wØ¡Ûä[E™ïÍë+ßñË™wd縰Ä7ã>hÝœkß°É–ávÎ||x`ÿø³™º&Ìì©_Ì×_)²ÏŒh—q«™_ÝO'òßc³£¥í‹ùúެeôþâML( ÿðÂ噡N†óû°Íyu‚‚œkæÊÚÐ'Úõuê Nxöçæ7_­ÿì`j¿ïÝÙH±oŒ% ªçvssíâR¼oãÜ]Ÿ|/çy'šß-n£aîðmoXH§_é˜EûKe:ö1.؈þöµ‹}ó›=‘ —=¸:¯EÝô¾uŽMÚ-8÷¤Ùê™#_%&æÝ»ê˜–_æyþòAÛÍ!-Ž.(¤Z9‡ïŽ5Ÿ»=!°‡I\“úá׎Œnîëš”’}¹éû½I ³Ú_}ÿñî€sÎï p*ØÐóA¿Š±<ƼŽ)…;¦¤›:‹º]ïÆiu+ƒ¹k­Wù˜Q‡O•MË*¸>Ò‘4âЉ>^îÛÛ5Û¹«Wºöí!ÓóN=JŒHíœïuäuƒ#ï'»Älx{ñà‚™ÖæCÇíIÙÝ{é¾—çù»ŒëÜμgÎÖÞ"8'›´²¥Î}çòõшâ¸MK[Ûš-ÛÑ~Ú—wï,JŸ2òÔÉ}¡×iîæ{MÎß.:írF°8kÞÙ¬^–eÓn}Ð_Zt`ú»#­¶-ôŒ-Kj™ºëÍ\_‡|üèá™Ú³º. ˆí56-ÇdIûÍ‹ê?_°öSüëIóúmø¢ÙÊ io:í÷;üvWûC—Oï^š„¶;ÜàùœŽYi®ý£xÜn¯v îï:uÀ€d¿ÌŒåç<#zññè_Ÿ–ÕC;•¶°ì¿ÄÁ°‰ý2Ç;coùpý€z+—ïKœ|áê„á“vüé’Öþ¯˜âvmZ¼)qD“ùãÜLp9»¤øAÉ‹{c®w {ãõ:òeù›¦§6ô-,-(û5#6s¬¥il÷zXž ÇqÇ;§ˆ52Ú9!äê©ôæ/àüßoþG°ŠëäÏ¢HQO6UyŸ—b þ,ÔDbÄùo…ñâ5ŸsbƒÎÄÞ°Züû19¿GÄud>0Sš#Z&KÓ›´×QešÁ˜Ö™ ³8xO$ƒt|*)íQ¿%^OÀöOÇ~ñ1ëÁ )Zs ²…žÂr;Bé¢$±t» E®mŠDâN| ÿòÅçõ$]‰ø ue³Ä̪øÌàHùK<÷à(>ŠÊ檹 GhQX ÑÅ¥y2pEéØE¬íMÀ$Šô•½\@žÍíIº‚‚X’¶&béísEš71o+–r:͹ FTÉ}DòmޱM:;ûŠÖÔGZb‹dâfÀŸhÓ£ãO´1¨CÝeg´’×zŸªÈQE˜ÊÖ¤³›9Œ«ˆôA~¼ÌÓÉü´xކb/¶P/±ï"±1K»ûî)«ÏxLï ™Hó”ïUEœ!çëa£x6Ç_\£Í(’5ö3_|6ò²Òµ ;½Ta¿„i~¹Ï0—‰…îôŽ6ûµO5ÛÓ¿ÏÛ‚½_ ]–žzöÖt‡Hîã’7«Më·Ÿ{>îÁœg·»OŸÓÎõQ‡¶C:6/zðíUì›i‹Í¶jküêÖ¬¤‡ëöÝŠ ˆ·Ê}wCÌñìQ¾W†V,j8õD§á)©–cFó /ž K1#îœd»øƒwØ„ KIŒ7uXЃ_ìiÚÀë3š;tõd™aV|½âÝÙé§ÆOÿvtBx߆ÙmÚ´¹¿ÆRûÄêk®«ßúûÍÍîuG$œ/j—q­Ï¾o‡§x~yvtÜ”Ž';žnÕ¹óø»sDNöïþ¡ð˜þàŒa¯®¾. GüÊ|pgH¸³k˜žÅèãߕۗ¥FvnÖy÷³Ÿ›9”¤æ&&ÆEŽ? ûçuçbM²û„S²Í/æ¬nx¨›CúÙ¢ë›æO¯8»áî¾6g„}¦ÿíª“y`ÜÑI7Ϭ;w„?ÿì:¯¦ïÍûŠ{¸}³Ëß/ü8ò淿Ƽ;ü÷¤ü¼ÎíÇ%x~¾ÓþÔ†Ïçý¦—¿ñ …ñÀ!ÀŸÐuUØ-[›lÕæö„dA~»¶Š³ìHvÇGÉ[Háy£žÕ–¸¹ÒCâ”oÎ@Ü÷’ f¨M©¾üÎÙGßÄ©áv÷ÂQ²•îÕÊ#[;DòŒw±¥PÁWâ5`QÉOPð»Á˜°¬… )å ·Ž(·X*bKGŠänÂLF/Gr°k¢ñ÷]û)òôQú§ãò;÷Ä’œ¡ãÑï쬭J±g ˆß± K1倃ÚÃÄÖî ÂÛF[îÈ4mw¿æ©¸QÏ$ö·gàë³ÀsìHsL¾Ø2 Û×K»ÈþÚ˵ÇÔ¡²hèLí:$]PnQLêVèà××͸–;j}ã ^^;­µLèÛmªkèЧÅ7–§¯EÛKzýtAþ²få¯Þmô[3ṟ!v÷"ÞÞœ©xð%0Ó`JÓ~ÓÓmظ· :à7ö¸áãã+âvOZ¢Ÿô‡Éçz8å1S[4 Å{qYú×’‚öŒ’¢üSW#Š_?õýñ±cüö5Ü!{Àç O3²&O/}ãuÀ0#|æ+Î6>Øí{êï]±æ«ãÌ[;xxlæÐ ~óz¨Hôvnéþií–é9iÓó—¾Éµ ¼w(èô×ÍíÃ>‹;ä瑽·|àüº>{)xD„©iPxöúµk-Z»¸LÜgv}ÕÓs&Ýt¿ù()pÞ¼9®¬ºZ' ê=,**zaj0{kúLÇ'/L³òªxÐ)ÎüòhÛaƒñø S¥ÙÙÂŒ«†è*¯ÙøÄ V½w]ÖoH¸•gio>XgPÆìuKî½4ÃÇê±°ûÖÕk<Áëƒ7–ïÛ~ÜŠ÷)ÇfËÕ‰‡9xP‡S`#>ë2böl›ã§÷ rïÖ­oð»C›¥®C–Õ)˜ÕžÑÖe%¡¾¶!‰‰·Vʼn¶/›4ehĘ·ÇŽLh»tZ×A¦Íš8qôø8âäÍfÚW3zìÛ?jÑüþóE ÌjÐl’ÿ¾Á+_ÒY_qn7D²Ä3‘Ñxño<‘…=T#Ô`$žŸºì,Y¸&.9«<&IÄÈ!Î _ÃOÜìîåµ;ÖÂåöÞCWîpP÷&Á ‰—ˆZoíÐs"Aÿ]X¸?#Cg—5ßÄdÔºM›vÆ…FtÚoži{méå•1ƒ$D/¢½A—¸;çÿa´eÐà•­ÛíØ±ãÌYa^J˜ËÚÇÃ/é²_¸©y´‰Ã6WiÃll½%xSXخͺXçsU#CÃÈÏ—:Tb´0ìÜ÷iO ×µËf=k+×ÞýãÑ«WûR¹\î­[«¶›ê×üäÉ“Pó@Â(þùϲ9£ô¯ ^ùü¶c1û[¦·v2?ÿìͽʤ_ËÜþ~Po…2çFFÒO¡£^‘])ð7.pò†ús=MWí+|ÚÚ€¡Çdvo·èWO˜Ñ7:æÊU«ß^î³À}†{ ¬MôrZ3È™PowÀú”ó¹¼§{}Ø:uN»êâꯃ•ј(ã‰ÖÜtF€kZÉëÕÏÍ™ƒæ½qvá´EÓLÚøºCwG+¤hë`1`ýëéïg-Kºˆ5Ügýöí~|/)°Dë]êòz c‹Wo(œ»R"á•蘹˜3żÑù ˜pçÏ÷ÑU»nG›?Lìû„Úa‚˜Ê”}¸÷eçIm%d‘®ÅËÅ©HÌÞi&<ô }—W©¹ÛúÅ. ÿžñcÉÕZÞ}<‘õã2ÜQ„ù“BÉ-&ˆx ‘È»BÕ1"d¸ä\¹,úªŽ(”å÷eÛLâØZKÜ&À‡»${$CexGKæwño±ÇÍ^ êv}­$¯×»¶Ç`æµÌÜÓ´O®øÄßY‹’D ÝÖ&g ¹Ñ§Rˆ$Y­T¾‰K \–ÖªŽ‰(”å·eþaúÃmWò<üÀüÀüÀüÀüÀüÀühÚÇÊÈÛÈÊÈI«ÛP­ö½øVFöl{k£¡^F6Öl[#;—͵5êi4ÆÌÙ-,Ô×?,IJ«G¨¯00ÄÜÒšoeÖ]èjeeí솠CÍí¬Ì„Bó±CûK‡mÏç£ÃBÁ¦æ|¾u€[`˜pŒì€ áÙZ³m9\#K>ÛÞ–Êá[;³ö(‡hõª5Q‹ƒ Ç1âÛ°mì¹F¶ö¶•µ‘G€Ö˜±VFž°yövF”#>ÇŠm͵þF.Zƒµ¬¨&4Ž møÖ6l>ßø:ʤXÛóÙ¨5ךMoß'€Ã3ê!ƒXÒ,™[k¦5Ǟͷ³£ØpìP¿z£nhˆ‡ @@ Ò‚‚ž$Pà‰z ¼Ì9 Ì?4„BÓ±\{[#À¶ãÑü}ý¨«æ–\0Œ†X±9ÖÀÚŽmeƒvEæÖ|³Ý·HTèOu§b×ú‚©¾^ÔP*5PHuó¸yFÒ´ÜB þ¡‚`„Mç²íyT”¥U¯êáïëá‡ìGS…aîþK&-ÔG@ ñ ¦ Q*ÓÚŠmom ÍZgŒ%ßÊʬO §¯‡[¨€á#Á4_mWk>—J õð¡Q…^4[®v#:Ó-МÃ7‹4ôåX³y|<´;•ÇGʳ1€E@õB)€j3/4ØÍÓWˆº›[[™……†Ò|Q*p  ÒPjˆ TÇC, B(-À¶·\`O""áutPKw·]< È_ £íÚŽæI A(6<&—ÇaÛ+´‡€ÆâØ`«TW+¾BTÏØñŒ°Zæ°ì˜v @µÑ¶¢Ñi– ]bkC£0‡ÊãÚ±íìÇ–mϵF»!\;ÂãP` ˜€P(¶,k+{6‡oCCm¬è˜”^¨•-°l[µm=;6—oĤ²0­ùR@€À-êãÊ¢ºS pJ H8‚ðêzÐYÖL¬„T.›Ãæ×á³înAnî¾þ¾¡‘t[fH=+ ׆J÷¥¹ÑBp ƒÁ *©#@&ùøºÓB…:a!u¬^BY‚ ]A=[¨ý…nz€kkGó #4*B ÐêR¨B"ð ehc› ›k§=ʘ Ãt° <|=u"…aÁ,*–ePÀ-Øœge¦Ú±X:u1½û†  a£Œ0@Ó·ÖÖÓ us×ñ2éAnÞš/|ÚtA]Vˆ¶Ï Øs ¥„øøøøøøù7~¤o¢í‘­ªŸyy 怅=>T /°™É ©æ5ð‰È$ Á;×(ˆÐÂsïÚGñA²‡QÂZ(¿­W, I:Zx:ZøzÕP÷´‘ê´äuûÔ©*î“§NV•&ŽZŠé©:‡Œsƒˆ·Õj©z6‹[m ©íh­Tì›L%Ë\YŠÏŨzZ­§ìVµÏ´µª$‹* ¶N`ëd.¸8Mšö¥–Ò´ZŒWÔ¶Tò-)S†ð^œ¦úLÕe´T]B9¼§I~+×· OµÞëò¾—Ý@&éìJZÂÛ^eÆ)Kõ3ÚįÎççHÙ(î¯ô¼*{âHu‹_7!ÛÓ­`6@UýÍV`’²DÕµEÅGé˜Ä¦"O³&)"jYC–LP@C´=¤ ¢>§—Ÿ ê"µM•¼ÝA•ž‡Äs„,çú–°(±´kš~Tî Åôðëðz¬>-üluiH9.9Ï‹U]™Ì&I߉¡þ\:ø Hß»¡%Ͼ’¨Le©Xat½Ê4!Ë©•åV/¹Ž’Ìv eyÿ’I#}‹>YSUaß%Rãòúb¿gé^E9UiEGÖº«“¾ºz¨•¨ú·7¨«Ã¶µð¨62Y:ËX¥†ºÒÓ„Š»E*"c YÃöUj¸)V –Z™tU¼—€ÿ¦ù?ÞÏšÿÓáñíÙV¸õ°bÛòñ©?[> pímhøÌŸ˜ù£3<+¶×Έǵgs¬íÑ¡>ÔC6‹ƒOX <©Â@O_f¨›;>åÇcsìxF–Öö€‹ºøûú¹¡>íÇÍY4`‹®5ÛŠÇCû \3/sàæÚ±ÓZ\¾™[°€˜8óõEÝh¨¿oH(*ôBñÙ94 ŒàêáCõ÷¯cKu ôDumÌ…õˆ)º ·ÐPAp`XñéÂ`OA0ê% Ö‹†!6ÖKB…¨»€Šz_O·Püm%戧o 7ÕG" ÕEèˆ ßL€©_à/†¢‚†&•nn ü}©JAµlPe!Ö4ì|* "t@4&ƒŽÏ~Ò¨†(“ÊòPø¶T>Å H=º V4+m+:ö¡"Íh Ph¶l{ZªÕ_àF(³  B¡ µQ*•ož4º;Í7$Èß-Rà©mŽ@9v Øx BQ„‚39”2)aˆ5Æ©209Ü©>?„æFñ Õñ þ‘,>¯ÅdR¹¼ºØ¥þBÐXaX¡Àð¬Ì¨T¤O‡GÃÐZaeÔ¡b¨ßEª‰hú"áˆÐ?¡…F Bj¨ eˆ§Cµ-ÛΞʑ̫Ò:ÚÚˆ?À àØaÕfÍ×, Añ L`g‰Je{Ÿ*¤QhY{|â×´'ÐÇ„5 £Bm •ÈÒÖ\¶ ×¾é@ª‡¿/ Òh®-plylk;*ã°ÊDmØ(µ§Ñ1¾êr°NMKD£wõô4¦¹ù ©îÂIÚzÀÊÆžÓ ³’tm?‹aªÖ0¼¿ˆ!&B1ŽVÅ>›äz‹ÿàÊx­uݶªaMWîµ *xøc,4üV'—: -^¨4\«æÚSuV†ïöÕ¥ÎüÇÚîš*ÇUõœ72 ˜Êr¡µbYSÌÓ(ç[»ž{åq§,ô;êE‘]-€1&™•¸O[ý(Š· új ת½µ¬ùœÚåõ=-WÑW|Ož•󤶴Zòsmóz$«;G¬‡YeIÓ_SƒÔqf¸j}€C9•%5ÒÄ#:-Ìi!:à¥Aå+j‡&H ’…~ÇBAmSUwÜH)u¶VQÕÒ k${u‘Û•JCÆë(`"Õz)^Û´JÉ:¨j'“å­ÂŒ@¨JÛ Jš²ø[µǪ´SÙ?ÝÄ$B@`­b0|%þãî{FO«Ö`вü“µÈRÏÖo÷WÆ^†¢ÄZ†ÕJ…]•^^Yªê[G9>64J[u«’îÁÓÐ"§[U;,m.½Zq>¦²ŒÑÊ£žU•ÜOKÕ,r©k’¢ø­oNÕ·š§&ÅiWV¬@mÓ­F?5e¹ííÚG²gÑ4òüK×>ê}â L»qíÇÕtÞ¥yÈ÷θ(ÏÕ~¶Eýõ•çPÔŸ[yDù\ä;궺4VïôW¦þÏäT}®BÖ÷ÕIíëðç•yŠ ³•xõe½ÊGšá¼ø?ßJÖ5ŒXþ Àÿû÷PO±%àÿî,Y'—m¼å—©æºr¥45ÐCÅ/ÐQi]Y6|ÿ·äa„lªðTEùAiæK’ŽÕ”WÎ@-dR™F]Ýzâ<>¼—§”†TNF5uZ[”)ñæ1«ö3Ò–!á`|‘O¶\rýÓ£lçÖ˜„Nóˆò0g€²>±|¤úoC,ÈÏJ¿†þ³RÙ@å$.|ΔÛ<™›•8‰É*-;^_ÕqR•=m¦Ôò¤yÒ–¦ ûÅ_Ù3½Ü«øŽ^&øA©jÓÊåU¶ŸªÚ;¾½œXªÂ¦©9¤m½¼iÕ”óxZÒz#sû{ëóßê[/í÷i1óð-Oj7TÔ¹ý5«ÿªŽ²zTçÛœ»(lç?xÒ¯\¯ ”å*'×;…B€Ï·­Z·V•oÙ6ÔÂÎüx£¯¨¨@T4YƒE¤¢6×nß¼ô8¸’£×70¬”æè™J†Ü¿tîÚ½¼¾¾¾LÒÀ@ŵv$E3ªx€r>5Žª3d•Œº£Ò†d5£ªú¬øÎë~$˜ÎS£;%ãVVE®ì$TéAU]!?©,꾿€ndÔ‚@UàJâ&BÒÑ$+PE RSÇ£6€®)9e&@òg]«¾3P¬Ê ýŒ´•ƒÁ²>ýOÉŸ"åIíË›Â<¯Î?žN&1€©Ênay DÚ«ˆ¼˜µÔQM;PêìžÆå²/”tÖZIgH :©yêéÚÊFè¶&º¨Ò·(•Í®†XY5>àg×êì¤r›V.¯ºNÅÓïôw ŠŽKuA]U¡rZ8Ÿv¶&œ—u±z-«†«?ÖTü¦®š¶ä˜ág B”©òçªt«ÔþTù/f-ò”Ôêòª JKJ˜_¿~µ«¨MUTØ}úðQPð9îèÞ³'hÚ´Y…r‡ ßVçɾïÇ÷àï“'æOÄÛÏž>7lÔïÈ•ÍeXœ§b­¯%£*ƒ‡¸LÅZâZ©'©é•צçþT͈¬:C&3‚jd•–í©Rïob5r¨s¤Õw5 Ø‘ï ¦U”Oªû(¸á#‘—kÑ;T¥åºúÞÞzU£ìU9.µú­m°Jœ/Õ‘¿RÇ TÅ¥ZæñC §ÉZFª£¦5Ô;¢ÂÉV2hjÒF~ÐQȺ’ùÑ‘×j;°x~˜ó‘:F-Fsʪ DªU<žþh@­¤³LBF¤†££*~D¦*®-ÃtžWSßB:¿Žl«Ôbe5=düÀ`F•£hJåQ.¯òèšJ›Aê\æ}‡ú«še«PÑ‘Šªb’œ>¸¯†œ/¯*èû í[ÙVU~Ep­Ö·ª(£´ÎŸ*Ì2¾sM%ߪj7¤cÒv㯂UåýÓj,-­²‚ׯ.‰D¢™Ø2‰B¡´14lÐÌÈȈq$!±ÜÛ×W“x|ø£þó¿pKÁ/ªÑîß4R]ãÀ†Ô+ªIà[•#­j4³º€½º`½&Á´r™ðƶ˜HsA-z‡5©VÕk:‚«v”è!Ä(ÊRâ÷)©A–ÿD~"Õ”·V\ú mÉ®ŠNª*>e'«Ê )¥]ÓS…š:¾”p0~fŸþÎ?k4«â{FI£ Õ•Ie§ãFª« <¾g´Ï£¹R^ÕŽÖh´øŸ†ÒÌ‚£ŠN]USÕJ3Žÿ¢÷Øþ¤÷X5 ñìÙ+ñÓÚš‘äÙ=CÁh¨ x ‚TaX`() C#|C|Ø4É“ßC®Ï,Dà/ð@*׎k&~¸•™þp4T(yxß–Çäð¬Ø„ÒµŽ(þîêÐ`_PÿHÔ;XàFAB}ÜŸƒZQYÖV¶•æjmËmgnÉãØšEøøzø ø+§i>n¡4êÆŒðõ÷GÝ©nKüÕØÖ<ž¶‡[ §¯'  ±ÝžÒ§çQ7jˆF?lBRñÇá©4 Í7Pñ§¸ºycúÑø»ª9l;ñÛªmëp¬@Aˆ_¨0eè"<6׆:Êœhn‘TBC©T´ƒ¶Ž!JñG"(‘4Ùë¤ÛÕåk~Sa0& ôÔÒ P½}ñWœ‡ã/*Òð¿Ï÷ âïé( \ îá#ô¥¹ B#F=XÀ ц„øºû è’·vSñÓtzjS%/¥F"t‚ÕøÖ¡á/¥Ö¿CxúR´¹ÌºLͰG#Ô+Ø-@ Ýèp­ùl+k.2QË ðíø…Ïã³­QŽ=¿öÝùƒ.xùË VPz4¢Ôa!\{[`϶£/uàw«vtKŽ-›kEa[ñ¨¨¾ ¥ŽŽøµ\*•ÃÖëåLCuB#ƒ¨B/& qìØ<.àðÙ|+*ó÷ÔoCE¼Íñ÷>xú BB´Í:ëµ4iLAí=x°XQ­ë÷ñjÌb´‚ ÜhfuñwB¸ 'ûzûÐ|=©–zT[lα3óPmY¶z¶ ‹"D ¬¹Vl>½«¡êbmÈ^Çšoϰ¥Q¨¶4[¦-Ý– ¨t ZÍLðw%Záo ž-ÿ¿ ª•‡òÉÀz4 ž^}±±”—/~—ÖÁ4: à÷åT×{QNûGƒu²þ†‘êê‚õÓJe‘:bq:Õõ«ÓƒRÀ˨E€Wë²yàüî%~?bË~ܱb×<ùý7Òµì¤*ó)ˆX_.ÕyU ¥]““:¾‹;?XP­ö^âm1p]ãoyŠ#~+Ý€ øÃÔ ˜˜š©}ªé( XWU¦ÿ±÷ðT¾ß¿ïvIHRÒ’yÍnh/³•õ5®ÍÅåÚiI{QBhIvv ÊBv¡ì•ÿ÷^—.õýöýþ¾¿ÿïž÷óîgœç<ç9Ïyžó¾ÏùafïW”á¹>‡ø;”ØYòZð;Þ³2ý ꙃ9ià<òõgf²Ìã_J¯•³Ì4ÿò@Š@¿ßÉ'òó«Ù,“3ÕËH}Àeà¯R2>£Îz–xž:XèƒÙ,®JÞü$. YÐþVoúü £†ô»•ÐNýðáƒ!s Ë_Ò]~þ§•êÿ•AÂB ³€Â¾ ²þgr2Ï¿CAüï—ËB6ÓîIêl ';½ß9Sýÿ‰ÿ˜©þ)þù…Ó\–™¡…”wR§;i…à›1KŒ?2òm()!WR™uöõO(¾s•iÚ@ï¿A¡šOÑþoQ¢BQ$(„O‘>ý¬"0Çg¶g€ÿ„²ñ7Õ=¡|¬Ù7Ñÿ˜å[ùù~ŸÓJDú”k²/¸<‹¼ø˜ùŸÌÔç1–f?ùÁÊüü·È›ß[ÿ#´ygÐê?‚„‰SH©œ\Žÿvž¤(ÕøÛ”õÿïO•…ì“ h~â[, üžÕO ˜þÒ7îdŸ3ÌTv¦”è¸è(ÂOÕ¿möud¨—¦§÷ëT™–2³íÿŸHü¯À,³ÎYX`&ûW6þšýywëÃL²à¬í<òâ—ô<`Æ2gÏ¡äþ#ò柴 ý§€¢TS€N1¤™œ‰¡(Ôÿ®Ó_ìÍ¡ìLu:$¥ú·v}íàÐØDr$¥ (ÓÿZåú·*óÌ*RxàïU¬ç²ü’•è'G Á_ZùæßÆÏÿë@Qª)@¿ Üý›gë)ð{•J§C ü¿kßóþ þ‹ß2ÿi}Š"[(ðßäk‡N6 Y~ Œÿƒƒ´ß!lÀºœó­Uù‘sÂ3ùº‰“Ó%óyü™ÏCüœ—œùÒY¨‘ÌçqæßÖÀþIý·”ïÿSÙÀ¿ æ[ÿüëäW½¬Ì¦Ý#Ž-&ÿì#|wˆ$ÓþìÇÆ“8“/±4åÕ…´öì'Òýo[Ìþ7”}æúŠ?ðÂëÍV¿Ç ÕÏÊîÉ)ùIO[Ö?Á“óÉœùÖ¥ý]^Âþ“rü iü·ËgrÞþ[<³ý÷«s9¡øYîwäõ+ðgô½_ñðøËJõu&kŸ\¨}¦r=߯Ùs­¸—øyw—ó-!Óü¼«ÌÿD£ø™Šÿ‹ý_ýñùþ¥y&ÌåbðW°ÿ•Ñü\ ô|^Vªù×!üÕ™|ów ‚É×$üÁMð²ô;–ÇæðZ5c1ûÿäÀ~^W€?cÒ$•篺]O‘žsmK?Ö,À“óu„ ­Kûƒ{ùRµW¥¹ÀíýÏ~ô;Ýî‚¿‘·«ÿ êó¯*›·Î°7¬Ùt:šß £~ÖáÅ\ð«úÞ¯xxüóJõÊõ¼¿fó{MXhí¢¹Ò™zÀü‹Í÷gدŒÜfä8þ¨{§¢(@¿)vÐŒ§ô’pÚÿϨ)õ@ P€ (@ P€ÿÃ#SZ (ðo„h gRà0xbž~LõÌŠ*‰%©mêÝj´ŸŽ<Š3¦hr,n+=ÂúÚ« ÔG?Wn7( »jY¢SwooÅrÁ;×H£°_¿J±lÓØùV¨èjXs§Ñ>•+¸L–c2k3Ÿó>X‰»¬ÆÑ·düƒëaF­áÐvþ*Û}9ëÏëT}^·Æçî×ï¶~]t¼Ý“~ŽFe¾Ì$/Ùüoquë¾^ó¢kŠåÏ¡­¨Xy;7.ñÕU”ÞÏ]`÷øäFšâ£.MrÛŸ>mÎßèt`ÚyýБO+[îèíZ¾q°èÏ)‰'TA\7jvì«^·ÖPó¤Öû¢ªsQËÑ€5t>ºÛQ_Y˜Â¹Ù\únW5Ü/^’¾â ¸aSÍhrðŠQƒ{·Õ?Ÿð.Þô–˜ã_’ßD{(óí³=Ãjè†}’Šk÷Ž•Vb}eµØü+¾Kø™âŸ»Fsî È‘*Ù—c­´þTÃócüŒ½‘‘²l²¾_¾­ÿ䕵Ü~®¨síê2p§îžF!ÿEÇbmGròí‡ß½–Ê”`va½õïcØ«,V‘œQwÅ\(®”IȬýp±TçÛ)þWë3·7z· XÕ‹y³‹OjoΔ8›2>ÖÁИ-cÝV±;§ÎñÞR8£šz³éúe·R†|‘Â~»¢s\¾ã ´:£íêmÞ­CONó_³ÉßVg±=ÖÁl8´â,_0Â(oqÍ¢š{~gr¾FÕ*Ÿ¸áõ<´Äúí.›üÏ»’oútV[U.ù¢YŸX¦zßOŽçùóFMsfvô‹~#nÎæ«_½{›`•Ù*tq€Ãx@cEÉg±H§Ø.«¦‚öÛ œZjÕçðÇ»†ËµŽ‚ì'1oÎ%šsÜP¼.³…Æ,‹Áâ¹õë>“Ê ã©ÓÍ[mºôNj/ ,‘-œøµË¸DDjß@¸âQéÚÁ²MèúMÞ£ï¹N<ìUÙåõöu7Ó~Ýý&ÆÊ ÌOÍ¥Žª®Nèd»€§aè\§ù…éã:}›–îkûEµ|ùS;úi K*w$GÓzöà¬ÂÂ"åèŸPÃ…RÐ ’ÃzÔØ-èá‹|‡­¥NTºÜ•‘·2 K*×+cy|âøÃ;Ob83†µ¾ Ü–¼Ê@óÅqê7"±a1Ýf%ŠŒå‘'t˜÷ ý$›½£®î& :}ÿûfõõãÛ$c,‹ü>iVκXǹMøÀÛPÛe®š fÀ2â§›³Ã3î÷ÌfÙõFàéêÙqv8C<ŠOÝOh©¡Lþd©V§Ýoœ% ÃŒûE `CvÿyÚÖôÄïP°XBºZþCÊ„uL¡Ý 8ìN!ª€) |è±™ôÞ \¸Æ&¡œV<pÂf KÀBì^vÆ{N˜`ÐÂ0¶Ý?Ô¾YªG§®¡ý-À íäÀ>Kþ„\Äã0‘h7 t¤Úú[‰GaÒN`ÇÔ[…i©«Ì’£‘&ŒdT#mà“µH ð!|‚hH880‘ŒÊ’ ñjûTZ[¦Þ nà2h’ó ÇLŽ‚žà±Ü« @ &½»Dâï^ 8ÞPJH°<[ †¾!Z@ Ø 0ÀŸêqÂBi` ½ÂÂÆ 3„žáa‹ˆ3cÏ…1‡¡&êå ì6 Çà‡Îª¤{#ˆ–´À)0Ø{Nz å× dÁø€c€‘Âj$ºªÿBÔø¡††Iû?9#¿·~ˆûáÌP)iZˆg¡û{ð ®a'¼·À]h_‹ÜíK€d"ÿX¥mDjtêÃ3ï©7žDª<$¦žt‚^ð>âUÀ h“Ó4‹¡Za‚v:€±zrb‘c¤·T¬à^@’ î¬ ƒCЙ ÚOÔ ¤ü—á²àX'À ÕBl=è3ƒ®X¡ò~ žh¬N ¤¢+ƒ<IJ¾ÛR$qj èO¦·ž&û²&йž¬Ü‘Юn"N¤â¢sp42Åa*”Y UbÓK¤™äêÀš‹Ð3'ºZš*Rž‰ö Ž`.‘òID"½ö2(ìkÞÀb.ž@#x’ØRå6ª·ˆWˆ? °‚È‹à­i’‰À7Τk<M_B7ù.œŽ<¤ =i M¨qHZ¯"=¥dé gzoiÍ»©BOäè¹^".HIR»tƒ )‰B€ý`C*)å§ ”þŸ (@ P€ (ðw@Ϲ‰éZ‰e­Ð vw,0rÕÉJ…2ÿ³ÐD©üÿ]xÆQˆ7Õ6P×:XM-ðåí&&yn4OÄ¿£#Ÿe@ÜEúN&|LÄr¡h”Ó-g19žã©=ãš8¾MŸðÛ+;ÃGJŒ¶?tçˆ4ÀÖœWÿbiô1ÄëR•}ÃÁ^؈eŽ}à³±œÇš˜×þ_ãÐÛÆÊßuòG $½¿é5’‡áóáß2Úß~„;QáˆÚÔ÷¡¶¦þÊö| OÑXÎEÛØÒV•o4ÉUÊ·~ðò¦¶Æ®û9˜ÝàÝÐŽÍrEyF:èteDw䛕>nåG ±ò ûYõ}0Á·.~ÙµÊ×6*·ëIÎÊgwÙ$Ñ<‘ÉGŽ=ÁW u,˾7.’zr¹wŽDâëZz)Û$û¥òåõ†F‡2"jÐ µ4‹Î_¾ráü–Јn”wjºF¢uÃýÓ;ÙdJš‹RüÍtLÔhG’/·¥}MFç|»¬¦Wý¸*…¿ «9Ú0ÂXëÒô ¤2 Žü6f”õtWg˜ŒD{Ù°t¬¯¢£bçþò”…cOöVõ[æ÷ ºËés•é<þ¶6å &´¾ê(ÙÐWÎR»ë5Ý„Šzˆr?wŽ×ÇkÉjVöhg(‡£Bjx¥#Ž÷XF³å­‡¶6>[à¢êYî±áaSð†õÿ^¤Øÿ&a¦ýoïŒ÷8à*@E²`}§Þwàø!Bù  í†@±ëO˜fßCN»'Ý™M=˜ŸùKí¢9Ë}t8¦:ïi©ë“]Ԅr©'^ǑΤ­†òО1e/!àØ3KÝNXF ÿ¥¬q—ˆXM§žñX›à,€ðÇú¦©· Ðsd Ù®‚ßT€ö©·ß¹vb2Ÿ…x Ÿ–þ:À ŠOEÖÁæ–Ð\›F  {Ú¹çå,vR,‚ÕÉÚ…§RI‚®®’ååÝ?˜ºoö/ÀƒÓÒR#Ó€DÄ4\®Àb û… s&LZ¿ øƒÂàL,Ø3ïA.À #2#œ˜Ç’ìËLSïà`-㇧þó»à ?'ÁðÂ-I×¢ aUN‚}ˆ ØK\j Šl$ÔãMPêôÜñ]0Æ‚òp' °¡ò%Zl6ÂÔ øp‚…pŒø$Ö褈†Š ,f@E5€Ô‚îµp¢yÚÝ+`ŒP×yÐÝj"ùàLyÐDÄ,‘dÒy`Y 6U1)\ôv)“„ÿ¶©F¸žªŒF B˜Ñš;’LXB¡3`YP<]šÛă 51EšZè]2ñÚÖ Ø‘Òs€ø„ÒA©:Hz#†¤ƒŽq¤%DàløÝD¶ XÒ&ò=Š Ú©¸¦I¦÷T{ÄëðÉ2g[aO†R½¤R«C×ðíÄp\€©f ¥ ©Ö[,?0N[L- €S()Óš϶0Â×´_=L\õÁh•á"‚Õ5Ótmo‘hÚ3U'Ë¡ÐÉ4¶`:©5kñ(𯙄»7t¼ˆCär Ú¨¬a›á PŒrh·š±À+Rƒæ$±=™V&ï>'æo@°rÓNJì"ÚUðtÚaê“л¨ à½ô§ ksh 'ôSåÄzµd˜°ár €¢i¼¥ hTÑ` n?U4ª)éN&ƯÙuuIt‡ž±ÒÈ@W-p‚õ")b5) /ý`…ƒDÿa=Zi¨œ*Ä|AÙ›EA/›ƒmÂ0µªÇž†{fÞ÷D^õs(Å¿Zcj/eèÄÇÚ)y´pøËãÔþ7–—óeÖ_Öäi¡[®E”T:¸ªÅ.­»ŒÛ°´íê¾sAGÆÝãóœåùy±îò§¿>WŒØm\p¾ÌeuKŒ'8‹ùPõdåyµTìîúóÉŠrKzò[Jý}=ïš ^Â= ¨çÛºs=úÞAÃàœ=ÇêŠÇ¯—™†\»Ã­Åž',²AÀ\å•BÏò‹»K;e³ƒÒr9ô½#ê˜üBŒ\‡ÄÕš~ðÀ´mæÍw-³ÙY‘ãveu»£¦.RI¿XÏMAÁÌT6ùtª ¶T%sÀÊÊãýýÂb=£?¯o®”i¸ì@·„)[éq{»vøŠ¢•å–NZ>÷ÚNÚÄܸÚÑ3bsˆ±7A¿?<ÊÍ,³P©ƒ:ÈñÄ.N­&#³ÈÍv;*•¹ˆZÕÅqzn\~ü÷þÆñý¯Æ¯ö—ðµ|‘—±þ[ÑIžzqž{)êÇŒZù`;wÆ0oÄà ìKÚÊ«¼PÎb1‹êzèPôìæ­&q{kê‹êÞ+]ûzíÞ6tV„°­=øpu*¬hkáðpâçÚTë.G kó#1‘©¿ÜÝÍ?ßLíwò‡%J#ï•㱟ö”WKî0ÚWEÄÌ—€Ùe¾|¥”¡ŽDÜKzœ|ívlï1þÓô²í²Yƒ=]ì&~ˆR‘1§ ÁÓõö39Cü»>R'«~4i>hÔêò¦ßÒ6‹m¸tµN‡{’hQbt©P®6?÷RGÒÇ»*q2ø"2mmu¾Æ7¬G7Ç%DÛzÏx¿»\›ÕQ…;«•ûZ,Ѹ¥½þË@_Ç—í¥dáFûÚˆÈúMç¢íñ×+}$ÿM©+ï=ŸÀ»Í´¡Îz#¨~epíÚ ÚÃMŒ¼kÖ® x*Ο;·Ã+~-é tºáÎ*™±½!ãie«TxY0qÎ:Š–w[ä"m‚ŸªKˆÇÖéß|àü’Ñ*Ê ­¬¶÷@ÔS ç—ª¶…RÄôŒ¤ bªRVß½>ø¬=ÜÂpE OÑx 0z¤ˆÜÍÛ^³ï3jgתŽù¨`ó""‚·­=Oa€Cî®gPÄé—/:ûù‚qô²LßTÆñeøÅø²Ža³1»m>k¨œ®67×W‡žï³(Çç­( :­ªz±¬ÄþÌãÈ·ñ§qwßRu‰2­ñü#Š3aõ²‘¯³˜w((„j Ž8tZ_¬`ñ 7£÷u¾`5\£yE銅yr¸,sÐÐ…¨$¦ü†šÚ(¿#ª÷TŒÇ2÷Žz°Ç}ÅGF*-ÆßJ¨Q ¼R\íõÙœÍQÓ7qCÝûÒ’G>ª)’²½EæËó]ß&ûÓ×ÅÇ®rÛ™,ÞSyj³âxOË^_œèÓm¹\eÑ|Qð¶ÇÕÆÙMÞ?¹÷Ìû:ÅVã@7Øæ]Þ×\ß5Îgoüúîçüˆ•þ,5T«y¿xÝGi'3BÍîÄ9¼YµYç“•8™}.£÷j—t=?¥îµ­åçå·ý×¥\Üæòvilkÿž!–Œáã/}NïJ 8éÎÿ´T´+ÄNùà:™6±¡½ Ç·¹³W¹¼Ï>þŽ?¾Mêssí©ÏÚmÑÍ/¢y´ûÃk¬ÎâM-wŽ÷„Öhën$“c–ûq ·æk¤Ç‡¡ÍÍ>zÔ˜sÞO LØf†ê¶MÖ,ðÈ×Î lÝ2×DÍ5{£?ïïk•[:˜¿wËÄj½-iGk<Ï› Ú|.Ub»º/´6=Eû@CK€,$ôÀ#¼éqÙøž=uÅ#ÆZ>w; ‰k Z‹÷³Úˆ6º¯0”–û¦pNTßêÁîcÌÔã,®–®h;%ÜMR_dz›S¿èqˆá.cBLÓS®¼º´%&«ÎæîiÞðH\\2¨¿äyÿjï²UWœFŠj}¿…˜­Kl(J©xûJ÷hÈ‹e…q—öŠHßåA‹¯Þ5Î~€L>j4ªZÞwõ–|-¨‘¾n³LÉ]Uµ´ÂIü7þ?k–ÆëçsÛ€m±MÌÒ~m×?Ý QnÚ½îJ§$V…^—s¿èC]]lg|è¿›Ôva~Úê†Ë¿èÛ…–E49,’ÞíX=Tá¦T£BÿríºŒk «>×Tm”Íj8Ã_ç§áfçXzñÖŽA3YþýfJ}Lä2uÙWnö~Ù„7½¹dòª®tvÞ|EÎP5ƒöGV¼9˪u§MÛ|ë¥ÙSÙ­•a:§Ú-´Í0Vš/"Ò@-7""¢ÿ¹2AÛNëØÓ¼_o·GiÈÖ&ù¢ï«^¸it}äYrcóƒÕžèãÙ×.¼uzv™ef™ävßòðù‹¿Fš6fùßéXjд²*¹ËRèéãÏìn&×Pk9ËÆXû–U/ x˜À4ZÆo½yU©íA³Ü:Ó6£àš‘*éø¼ýÖ¬Ý5œ½/vÅ¢ Î99Ù…jJ<ÎðlM½yŸL†ª½u!“Ë%#7ï/©ãS»¬‘×ÕWpÉ_ù†¿O6ÛøáÄôaÆ„Ìö%‰ |Æ—P%+Íd«¢ŸvÑ®¿Ã>ãä:ÕÂOVß…!„&âM:Òů‘¯#\$'k®€»x«@P«\'(t¨ Þ\hÏ(¬[´¢ªOy9O„dÄÀ³JSB 9ãîUá"d‹¾àœá¡¡œþe{ŠÜv÷!nk*šwáé¨Ýï[˜µEÓ_eô"«*ºQj¯ý5ͽ]švçǼž·_2n¹ßÛ÷ 0Ú'Ÿ¬^òÂyÇíbºÁŒ×Û×£O¶gˆŠ·¼^Kíþàeš"ÿ7¶TÁ7·Ì×™DS¯j?¦_œ§·Ÿ?àŽìÎÏvD 3” :A’˜t>zË¿¶AÛ¤¢,Íõêù$ån¦b—±‰#ø¸™ŸÏk#C]™þçÎA´¿æÂä1œ›€{kY®3Ìqö4:ùœÞ!^‚àK³€^¥–¨çèkÆf“¶»VOœ]sL"8²Å?ôŠ pe&fn3©Šì¸-~_ž:øÑ²ˆà.šZ÷̨›–]ÞüUûSú–‰~Kå^l/ÚÃiÇ3x懘ò»N‹q ޾©d¬ILZÒÅmÏ–gP ˆ„i»y)ŸXþfX(S«¡­ÛwëùKÖjSŸÁF²U?õ†`[Æ]LKSšÇ–Û pÝôÏ>ê^Þ{s|¥ºªÎžÚçH¡{bQÏÄbTswç)(¢žMGðPÕÖcùPoXµÃŒÃyûès£ Õ{Ïu±„½Ъ´w2z]À“§ä¾ý…Û©%L„ ¿W<rï$ pº#Ög s–é t‚Ô¨¤óÔãy 3É$HçÇk+ø$N;w¤¬Õ‰='OAYýѣú7Cøô¨2Ä Œ®û«´ÄzB€¢»Ôñê3ôõ éLˆËI.®±ˆ Þs"0p¯J sèv|mº#Sô¥w¾þG}ØËwl—ˆÔáà<Þûâ45cØÆÁ®ºt»Þ³·=><—×SÊRzÃu‚gÛÏìô·ïúLŸ8jÛÓìþ$#îŽ×¥g#oŸyÐô*a¼ž'ÿRw{ ³Ûh¿÷ˆ€ì½<ž&X˜Wrm‡fg‚×/¦X&ŽU»ðÛƒ FFÐ/ÝýŽ_T7äjº«¢à~{‰‰á™bùØïцc{±¼;óvk*ˆUÐÞ”EwU' ÜIï)߉YœsöºánÞT±ÜºzæÁ'û÷Õµ1|mó…œý*†ô§ µ½‘úòuåçŽ.Á½ôââ""Evª-­"º[s%ð<£[êÃ*¸ÉbœØe,·á—\ê.’ïmÀb2-ßÅŽjá£ï¹ŸäË™>6¦¡S¯ÈjÿfÿÀžqýº™Ê9ã.jÃ%º_“¶nÚ5Á(ÒhlÓ'º]˜Ì`ÚõÜQs…R|CÍ=Æ&÷ÕÛ©–+™Y JÌhÙ“9G³í.òé¸|Ëÿ¤·ý¡Ó~¡ü/‰1õEoÄBœ7Hï¸{° +º{S‘¦âÕL­ô ¿™Ô#ë66=äKì=Ú¢ìñ± Í"X‘ôñíMÁÕÃøå‰‡]Xõc˜ŸKUøxû­c¹Éê}gX”e‚ä¦}+rwïÒ^^“¨–0€Ç'¸Êʬ¹u®\10ꬽySuÞK›FOâŽíüz~Pr%?‹šÅf!é‚^eæMÕ÷£û ¢ø9K<쌛Þ=ÕmS–Ô)Å eŸìÐʨéh_µ>óHí£¯É-ñ‘Åtê2WÓL_nåáÙ¿îƈKŽ­çvÙoz¡•Šäå¼r²S+9âÙú×ÞåÍõœ\·²$C"7,Z\¸üݳ¤›<ïWUQg$¢‡í˜%ùXèöãMýj$¿Õ(E FøQ®âŒÑ/;'¸êŽß±¸€4Ô¡ckŒK¿uT&m†º³ ¼†ë†c8Õ£|c Ô¶1qv*RïSeûãžåG®Ò<&s'¦Ã·ò$ï:Æ~,Ö¢éòG®ãkUÙïèd?\×ö©µ¹ñýëG¹­±E»,¬ö°™¼>ŽÿÒR\yÒ¸ÓtHz•/Ç;'ªŠã_SlÍfAêì›[õFè7ΊHXê/×Wc·±þyÒãL´ýʦÞò¨ m¼á_|äš‚^òÛ·š°ñ“BðÕ#¡nºóòžËÆÞ&<ú-ÈÚj믵ÓÏZô1Ÿ3ò.sãnyäØ!`8î¤Ê°]ÐrÄþô‹âíÑŸßÆÑ•k¨¥Ž¡9/ôÜôì5“©“/L5Ȭã —¹:öÚ·×´Êk¤=פ¾¬)?ß]¯»¥Iõ0–•y­²W_q¸ôÉzmöó<­£[/½‘ sQÜt{PKqÅmuTª× Aª¦lß°H9RÁ„’ÈáÙzI”­L´k´™ñj57UÏI?SKo«ß]­Y1èë¼wÅMå–«R¹ŸXùYB£üP™zûÅýgت*ÌTd<¤¿P‰wÅLÌ#Ff„Äs,±B›†±»ÉŠ3f<×rݼ£œª´óÆuÛ„ÎØó>ÈÕ›ªwÕ ¨ïïÑäºuÿ ¾T•üÍ6C¡¾7Qˆ½a¶\ý€¹„{tü«IÑ3ŸñïÌ*CâjÛÅö…|¡+r—f[¨&¥$N˜×y•WV»-æä.æ~qæcÒeöB¥ÔÅ+Í÷mqR1÷­”x°Z²ÉƒY–öª"Óq1똯ø/MªŸXò”zì,jmm•‡]–ûîóÔlMy&‚¯^UÔâ3Œæ‘ë~åHì=ÕÎM)ÕîÛuõŽ©âTûÃü܃0Æu†JgŸ­*í_Goχ½eb‡“±7™œ³XT}åcÅÑ„Þ.ªÎVUéUÉÙ®ÖæŸå\œ»Q‚Ã#LFÃ>Þ›¸“GZbckÞç˦×}5ÈÌŽ’ ÀqÆŸoG+áó¹ß±Üɲb)¾ îØ*ÍÄäŠlŽžÐÄ åBù=½¥ŠÊg2Ã,ö´ù×£>»%¹ý¡r:K.ÒØöÂí"kŠóh‚¼ ‡4ŽF§}u²+o+<"‹²Ròl§±¡ÞýM+íÎ¥/9¨ïV“ö1Ö>E®Î0®uYœ¥ZáSUßÎ7QçOŠòÒ~œühï•°óÙgÍUµå6ñíª¼»—EÆ^$ÊÒ‰{ÍQ\à¢j¥!e¸}È+k%y¯>rýö¬ôÝÅ\ç#i©a¶…H=¾PtfI× Õ—˜Kåg_•ïøêZü…ùJW¤[wÜô½ Á_… Q·Ì‡W³7âôñÃKezSÙòǾZïÖJ¯ä¾,pq‰Nf›w_D«ÃYùWlM+o¼Nïy€7‹î ü²µ¯»å‰|µ–Ëç3ʲåéš çÄPÛ[‚ŽŽ©©™kº(*>•0+Ë»–aàxþISoüñ¾«Kàr]ƒœ —Ѭ+ø©²EŒòLÅ®©1[,¹q-Ü.Öéu¾©ÚáÁªéBÇ!"„iqô߉U_á¡s¾(V1»b ¿và ÿ{Âmv†­ŽÍCi1ØLÚÛ†ê-ƒGò‚Ë´x‚w´QÙÕ`v>0ª, IÚ¼>™H‘cJ1¸ü´ÜUãMûߟý6³Äûþ/Ê$,™²Dýh$Øe°À„G6kÒŒóóióÅ·‚ÍI#=µû…uËÉóûHЇ=Þ6¢«Si‘=•5Mˆê4€1 ñÉ>0ì½Ë´ ³àÅÄëØÄÊׄ9ëÓR Ù¦,(ÓJ˜åÛ:ãÉû­°ïÔV…M`,#ì–ij81Ü.²Øe 1¸xÊzA²¬CâYØq¢íA–ø>e ø0ÇG8ÌŒè¡}† È™GŒè•ŽAÀ À6ù×# ·æî"‹Èôye2o’Ý–ˆ¥Ò,ÔçåfpâÈqÛ¤u¶¹X ®†ö Ã"@ø£‰ŠðG5B œà¢LˆwÅ@Y€d‡vÔ.yNÚ¿Ûc]fXVº‰x­ Ò³¾Á ò#D 6Ĥ hpjkÄb‚­ zS #üz þ þý¿Ô5ßë ^˜Î£ÓgêjÒºYI.&]ÊìNا‰6˜4QB5CÇ.¢€a%b{ :ψîl42dvÊn1K<1iç%ÒÁhÍ1'ÖèJØÄ„Ó´kdöŒ¸yÀªÁifü¾ì}‡U­Ûõ¨¶H„Ó§­|¬°oúžQÓ¡«¹1)¯ŠÝÐŽ¨úŽ›·çš e‘ÚñE/ogĉ{¼ºÍmÈÑ÷Ÿ8ÂÝ_1Ôs¡÷HÑèqîèçu5rBÚ1Ãï„Ò|‡3c0ònCƶ6­;Ê}VC±Z¦b}üÒ{„öNÜp½ï+É+ÔÜî¯ Üy¿Öí­²ÙT_šî^fÚýĽµ\À®;7¡í\¥>÷_»v¹­ü¬GK÷‡¯BsF¿ bkž­ù¼FªûÆmææöxÑTPydœ_ † í2ìÊ:×íÑÝ­{È C ÕøAOCM£8_ cš³ß>1tD6¸Ò9@O¢^O?K‰ µ£ý’„iŽÜš[KïˆêIè=x@zžÃ‹/{1¤ò)¦¦|PòÛOžëüå¤Em>q§D¦Þ¶çÞEš\0€Úý‰¢ÿ`mSب“ò˜E}"Øë]w$¯ì¿aª}£YdºxCFÆ'¶â˜Þ‰a>…'[i¼¯fCûêþÒì!úÓuË?wV›ðW© °Â“ÓúÒ÷©&Ž ›µÞ¸¼F‹g¥”³øy"‡A¢€÷(Þðs£=gzC‰OÓëãOsõ>ö¦VÓ++vÏU²Ñ C¦Öì-²Ë¸Õ±=øÚž3QÞÇÎc2áõè]–£A/3‚öP»Ù8´¿q®ppkmò`\½Ù®õ])ÿ ZZÚh¥;·%œ­«”°BÇ?ú«GºÛtnÒLh0hªøðôÊ:9?›ê´¦3ì½ÕÊþ›ÙW¬XÁÁáyó&wqÛÇWCCC/^¼À±E~&UYÂÚõ&å õNO"ßlÞ9îµÁÔ.OR»žÝíbÝú.äܹn± /xíÚšûÕ[¸Ô–œ~øp§œ\úX—gô”rÞÑq€k(k<oW“² L®g-Mt}iaÎêït\;\…qÍ¢´¡Ïtc .+ǡکûvb°ùªž¢´H¸aV²ˆ˜ØN1£ãÇÇRí»  ÇÓ¾ÚtuÖŒ„ç)\pñ–s¿So;n”Jiàø]Ž¢3Å\r ÃgÕa 5úTiø¨epÌEE¡Ñã5÷YÂT¤BIU˜Œ—Ýï ©N+ìëHq»pñb~n.ë=¾S½…r]lUÖîT=xÃmlôÌýÁ÷Ò8¡ªgIÝ…rã›bh‘G‹:ãjo¾¶Ý“^][‘Yñ:²êì –hã&¼†‡'xLUð6*juyš«3Ûj³oœ#ªb‰ÔüœuºÖÔÔTþ:uçžÀ±8k¼ukO–@j›z%¶Ç±Ku¾Êh×1ØpzÏ.ÚüB!ó‚7,g› ¢—””\ j®ôÐÉöþѸýà¢Ü¹.Œ¯oéõ×ü)b6)·7Qù|L‹8ky‡-wQñŽÄw–b¡Yí‡RJŸù¶ÄWŸZÍ¥˜ÇMœý»Ï0Mn<áÇÍoÉž.ÒHßÅò9Õyð¡$jµ}“k‘¿;»™d—«ãÛ¼hf·ãwRÖ¨?/‰Õ]„ ~#fZ­€û”¡ÚFmk³bá¿}»l“%þxYä¶”m êN«ö¤+CÒ’ˆÀVÇ,%¦öշÊŸ®¦Nw¶Ê{Ó¦¯w?&…ÃÅb›>Õ¦ùóäåæBu‘­´_ák÷èYAŽîÈ7ï2Ñ)fªp×S«Ò{*©QÓghx%àfÊ \~HVî•[Þ~>·Y[6åЋS»ó?vëõ*ò­Q.ì !ˆf¨£WÁW8vÕÊ„ltߣD-Ý(ÞzZÇãê°]ÿ£:UÕƒ¦÷!|p;Ý.œäZ·Î¢éŃšºa›ö¯¯£ elótÒR­EmS;ØíÑÑʨézt¿oÏEuïUÞ¯Õ•4Õ4޾f¯£_’ñÁËÙÍÑÛ{,,’{Y5æÛrÇ{[ŒUj6­EÿqÇ»“M˪ÎüwìŠE}í¾¤æ†ññ·§¯{íÒ˜bæü,Þ¼ñv¬þ›ÑÏÑŸ¼DÅÅÑh~žàçííy}¶ŸNê(®µx{NQ¦Nócw 㮋¡µZŠEgèÜ_i}ŠÅ|küä³ÏhOZ½9¦élÕ£®o7?±$§ÖUß¿ÖV¥ÓáåíahZó4HÞCé•aç-¶œÓ :–†mÍïd%ÑiöÎî§·•;µß—{¨‘iÙ¼"‹Ðç¾#ÑÂצúé|5ü¼®a©gǰ[Íx‡âºÝþ.Øöëʺ¾TZwÙd}xkA=öµÑÏN†ÊM¼Û¿?б?¦£“žå*âxªµ†?n²èÞþ,’vW/Æ\½CÓ1xxPòVZoí ɳ].fï>§­SëãÜÜõÉ>Í óö~b]E±Ýó·dä\õ³R´ÍjœÒß;&U-8¤’Mê$DÑ]FF!ì¬~Â#½‡F ñìO¾–&–¥IÛæúípÍØŠ0òS”Øú¥V~vÐ÷•úÁÙpè'©±z…‘GúøV…!+mn˃G>>ìßÜÒ¿fŽ]õ™«“Ð:š)¿.mܸlØNc±À¸µ]›š–NûP±Ûðq)Ã÷1î¸öªcœh§õŠ!vª¬»H=LL^AÕQvSCǽ¥1¦û·»hÚjì{-×.¤ýÔªµñ|ÝÕ•C-Ý÷0ò·Žh$”zoßYŒy9^ûͲŒÅ™CÞ-ý¢¯_èÖIu óã×C9\fNÜÀ½!cçžšΕ¶GÅš²™ÝFÚ„¨ºêÒòíû[ë¸ô$ii˜…±{º¹BqتïD¹“Û`‡y¾âa®Iú &»MÒžóÝ á[‹Ö׿uñL6­AÀx¬‘Òj4¾Ï;Э2Ý­îJG•¤åû'V/F„ðlŸBž˜éW„){,6¶ …}ov>ÞÞükUU­Ãx ½žq(Ò+ú˜hyöìMÚÅtÏX–|èêêjâa9}7÷¤¬_êkWaÃq¨òe“<|`²w}Õž—Ï ÷2<=!ÍヒUõñ)®æ;À ’wúöå÷ͼSº¤{´.ÃF½½v?IX¬¯R"0ß:Z„ÄrA~«‹úéÓ‘:Îýû­ô¶oßos°ôÐÊ”ÛàÕEm§„¨7ªÞÈžREp±±Å^!clB_œÃmí5:âL7^qm3ŒÒéi­­é„ð¢éóóö*ïW8wñ2áûó‹ç#O-[é`®°ßæF³ ;Ñ¥MI}5ÑéI( áHHäDûÎÙÞ‘ÈÀE´Oe+M\Jd)Íún".tÈžÉ~6@ohø(˜_µ$ôIÎ;¸Þ ›˜ØIÕj-z—55Õ°ƒó&HíÇhµt&T”¬{^¨¼žwB›Úbd¤føz!ð{ü ÊßÙíæ™šBäükþ“](á8åäó”E ÒýÚÜÁOŒµ³$õtk&HøxeE’aݧ+ã½Ö®uU˜KÁ½ÆŒÁ×ýVÖU5ítÊósÛÃI`°­øJߟ59è4·¥ÿ6>"p¼îÛ×üÞ$©òo/kÙ2¾Hs6¥õHIâ*”ÕGtQY—‰‰¬j÷¢šÀðlÖýáä’ó®/= «‡ðÃVfoz4ЮÍü¯ýå*7,Ãû?Im;³*U¶ÆBÜŠ¶‚öðtR4²½¹ ÝU—nßT`ÑмŴ!7°Ë±?75J±b°ÕË: ¹ØµŽ©¯t°h=)[B—–&Ñÿ!W§=žói–±3·<~{RŽ’` ØÊ[à<ØY“æo´²&Áßnåšq†&:¿¹U‹m°½·üúýrÃÇRÞÙ|Xš[ÎÏùämk¿ûÅÔ+QÙJ¼êÙ»ðIm+%…„Ê¥>þÜØhÀqÿHÉ™¤Ø÷îj`ÑÞž—Ç$*ÎÍ}ôö;Cl=ì ç+“,¸’}Ã_%2Æób;$O²cPrruÏí¹UÜX»éÁƒ/_ak’íT½ëÕ¢¯Q ÇÞYåɾ§‰áa«€´bL“{û¦u·¯CƒO¯å¬¬Ž½Ÿ/?yÒ–Ì’xÁ.ÃWϵ¡ýö¦ ÚO¿S¯: R”M(ª¸Øë>óÒú††[>KÖ¶sâ™Ã¯+DŽÆ0çÆÛ\_¡.¢`éI#(°xÝ«¢Ð™ÄäT9ÞïQÙ;­ÌUŽŽTið£-dˆÞÀik[:ù.u7àñ ko\‹€C SrïÌOMjàÄ~Oÿœw^7;-³÷×;¡Ç µ‰Ý{®û«(‘dƒRôIάâk 5dX”šo„Ó4g€Ê¸žTÆ èXQT$µ…fú@ëÍgÎ@‚94D /çä(Cê,>ôh½ç´%ÑüŠ>­n=§®&¾î'Kù°Gõï-èºS®-a î¿éÛ~&øÆ†9žþîPÿÆõF™¯!ä23wªo£_¼Eb·ô>[)ž)bGïÍVrØ8Á,‚ëÒ5b*bï åÕßøêOõ*?ßmýÍ]áxâ¯%÷ËøÆ0ñÑž–ÁÄEPÒ¾ž4È"\ø^ŸíIeÈRú±,̳½#e0­,ÿ\æÁ+':¶µÝ&@ÜM<¹19eð½ß%‰=nÅùÙÞ‘ô­ÄY¬¤D€‰^oﯾ£dþ‹™ðôï% ÎÿÙZœH„ÄB%ôäL|èóƒŠLducnõX‚™eY;Û;R"ÓÊòeþÅ þ—ÛîÄÿL”²Q6ÊFÙ(e£l”²Q6ÊFÙþ¿mÂ\F\Â\{è¶¢Ú-.Ì%-(-!*ÁuÈKBTPB’KJ%ˆ’ä:dÀ¥Á«¤kgkbn‡ئok‚µÄñ ˆŠ óîÀZj ‹ÙÙè‚ðC|R¼X¬9ŸÖ¡ý€€ˆˆ ´¸8ü0cÃÃ'.΋PÔµ´Ó…"\R€ “”Aq ˆ JK"DP€¤¯\L ¤ÛuˆÎšNBN„K\BPBÅ%)-"(!,Ê¥oA§¡%Ìe‚bÒR\ö0 .qaAQ”`Î¥Jw€NÁ‘ÄE%ÅÅ¥@€p §‰J‹ ÂEQ¢‚TBû,DĸvbË40IQQiAq))˜„ˆ\cŽ,àºpœ¾1ƃ°À"­l0Ðc7Àò‰væ¶8’A@IKr‚RbHs3„ˆðf>p Šˆ¢R‚ÂðmpK Ÿ¨8¯=£…®#kiŽÐC@q16C„-a‰EèšÛ`t ‘tº¸e ¹-ƤB J‹!à´tK6ÁõÍMôÍàÊò¬ k§gŽ AÚc8¤ . ”¤(ƒ†€¸°0ï>K}][ ÂÞØ Mè5EÅQ;œ-ÒV߉À"%QôË©ht-ùDÄyYõ±1ø„˜8€‹Ið*Â$ ƒ0„Ãj8=5h·Ñ50ÁÂõøD…yílm‘&–p k@Â8Œ-ƒ>ÖÆƒ³a0:@PZ@Òˆƒ ,ˆ_ÄÐÓÅ!©è!Ä-¬Ì1 ô&¶›T8“£A‰‰JÂð$­ˆt‰ÐF¨RLã‚jY„VŠFŠ@HÐ #©ÔŒb ¤F ˆ ÄPR‚RR€ˆ¤ 4J¾DIÑ‚b"€ `€)T“¤–—@Â%„© , áÂ’€ ()†Ø¸DJ%ÎEƒ …¨f,0º–[c][Z„® „¡ް@<½0Ä2êSÑŠÒ@%D Eʼn¼;t­tõLÌMl©$ipK„a( • R‰#ðÖ cC a@c=¤-–Á·„êÅ–VcňY" ¬¾.€’”BêSHssˆCZa‹a,-ˆÑ·³¥Æ -,ˆÛ$QRôGù^¬”¾‰f‘#ÖΆeie…ѵáæe6ÑÒ2,†ènb‹±q „SÛHfQz&F[]=zœ1–†ÊJ׃4AR&ÔôúT˜EúŒ´8z&1a@Z„"))e£l”²Q6ÊFÙ(e£l”í߸M®D+X‚ötóÿ©Ûœ’§=1æGÀà@-`ÜOÒâX>ü¦ƒ„Á5°§#ä¾mß´eXÄä½çÌÕz¿ƒ*”ÆD:öt„tìé×óî9žÏžÖ÷m®gs…œ-N.N³¥I²tÓÓ›- 9d‡ŠNËñÇÿu禆 îWÿH_3Ë3'9Î?Ò€vZè–Ùþ^ß5‡vÁÜ×ü€ËlÜu€»N(àëdÚY«'ÓZCâøéÔžÄÜžn’SÔH¿ð¾q=äìeĬž½„ßÁÈuâüc}«ŠÍN÷Åb–»)LOÿ@%BÛû‘ãfbõ;ÚÄßÏïÁr0ý©ÇŒÅáS¼Sƒ“´%ÄÓÉå©=Í,2`¶ú;=“fb´P[œþs7 é–üžæÏ¤ÎÉ5ä˜Íp ÒƒLà pYúXƒ¿š*ùý pzXFb.*à%b®$‰b ¥ý³ùâMâíG===B`)À3•Š0ÔƒúÌš¦ x•„õL¼çÆœaÎRÔ3ñ=>…Íä*úä”:>|ŸÀš€¯ t~ N>ŽçlTa˜jÝ a¿P=,…J´ðê sÕáÆ_èQ%¦p‘›â*à0)z8§èIÅd%§8†œÂÒóR˜*íœ81Îê Býßdÿû]ö?1qiAa‚ô”'˜þ$$ÅJZI°ü‰“,’åOLXP %Å%†’•†2ÆÀõ§¬8ƒƵ40¡±ÕÕ#˜üÄE¤Ä¸D¥\ÕÜÄL."B0û‰«h‘€$ D…ÅÄàû@”¯! «o» ”bèP⼺6’áÌÄÜ®‹„››àláXC8Á:·°CZèÚê#ÌÍI"t- àŒ¼–Ø%$•®­-ÆÆ'‹Sam 06pC¬ “#Ö”…¸Ä ×à àú€‰®-aµ>ÐÀÄÒaŒÁa‹A*PBœ‘cޱÀXÚÂa" Ð hð|¢€¹ „ÃàtpN Š"¡ðRICME°~"¬p­ &.‰‡ñpp •0 F Ó SA\‰,1RRP¹¡‹0Çè"8ÍZ‹Á-‡³ÑÃqajÀÞI¥‡4ÁY™ë:b èEáêp)À†0ÂØÂA“ma¶pÀCŠ,…SCxè!ô1úf Rfb‰³eз³±Ìi‘» %¶ŠjŽÕGôTZ[@æE À%b bH(z€†Å!àÔ‹,Ý ‡ƒ h¿nb âA¬9DÚÚƒX„-Æ NM4‡¢’‚RÒ‘ »*Ã@OšPGˆHAÕ&*ΤbƒÁáà& % ¡i‹ ¤ÅÄ‘¶X$Œ…N&Å8v̲,Tp,= ³¤eDQ‚(ie„¾¹ €@"EP’‚€ˆ¤˜ ¨Bâa)8 \BN—FRAüÊ( tX+$Õ6ƒõH]s,Bë@ÏKH‹¬¤$Õ,m¿œšgNÁÐL\ûÅß~º=7L³"ù£!ø0÷œöõƒ,Û a§faÀUðÀ¼c$Y¯=ülÏ@œÀsªéOöB²]‡’Çp2ÿ0rŸ\þ T³ö+ðÆ s¯\¶’¹Óó§%ëcp4“tô x@3VqÆ*àçvÿ½WuƒÍ­’ëŒZÂ|6:ÒÎè g£/DYÆ1LQ}‚ÂKè'{>8 G7›¡µ ç¢3íŒ}%ÍdÇ0 ÿ²Îàd†)ŽžžS$Ùµó¬1¾×jÞzøûVÊû9ýn6­f!Ih5Ç<<6½n„ã3ti-(ÅŸÃ\P;SŸ¯™uû#Z6Î ¼Ÿ«ÖçÕgá¿\·k~²¦µÀgáÿƅ¬‚Âk. ¦-°¨F÷óÔ›-TžÉ_=Ε~ß_k»·æcœmäìGÝF3/ø/qÔÓÌÌ÷×Fî?Î 4ÒÂÿD½Lç.N`=„™0qL»ð,Š ØO§F÷ëÒr)ÔçüZ^¦åNï+þLž?æ«2gi-龘5¯Su' ç-ÉôôoýDêÎФV~ꙩ\þ)J|¤"h 'tÐÌòcŒ_ƒ å ÝM ~5Õ¹ÞsÍHºZ ÎÖÒX ÷…4· ?”†Z9á ¸ð¬×ô¸ób¶yN{Ц)\:§Ylg• ³a£>¥ÏŽA8u~쟊 Œ@Àò—t080Bòq÷gfOç§à"ØLüèȱ>ͼéObü#„ROÇØžŽuA¬@€qÖ^~&V ·Ž!Â<Ø¡sô³·ªÉ'„tíéÈÓ¯®šŒ=Ýó#Ž[à?ÎzÎWr3ºÙ¬43Ký3) dÏÂ-äçS›„š´?%~5Ýùë·¦ü]önÛ7ñä¢+¹ýeÛ¾¹û‚é˜MÚBÚ?kwY…û³—™V _·¶ÌÿGÊÜa´ƒÌ þ‰º](Íß5:ý;SÿÏä´p®XÚ?W'¿^‡¿¯Ìδ(@„g…xSmu­ƒÕ·òK˜˜ä¹Ñ<üŒŽ|–qé;™ð1Ë9„¢QN·\œÅxäxŒ§6öŒ hâø6}Âo¯ìh )1ÚþÐ#ÒcXs^ýsˆ¥ÑǯKUö {a#–9öÏÆrBkb^ûCo+×É5dôþ¦×HF:„χËhûîD…#jS߇ښú+Ûó5™ „ò^4 I£ªéc«és>â¤;³©§] ÍLLç,÷Ðà˜gxOK]Ÿìz÷Œx &”K=ÉòQOž"𣟼oÆÔ\4ÇžYêv¾3팗ˆXM§žñX›à,‚/Œ«Àw ‹ |R£_¿¨í³ŒB'ŒCáði鯼 øTd£Áü‰Yh®M£ …='øb™ØI±,: ´ O¥’]]%ËË º0ußì^€§¥¥F<¦)ˆˆi¸\!ú+ P:g)„qæÔ[ÁfÜ ?3ðä,aß=dL‰y,Y@]bšzF[B;?<ößõWø‘iC€nIº ¶Ê7„ °—hbŠ"ó«Á€„z¼ êQ½ƒž» ¾ ÆXPîÄ6T¾DÿêajPüF('gärr°nÊ÷ -@… ¢@Ø­2\¡@à>¨™¦“h{‹DÓž©:Y…N¦±ÓI­Y‹ˆGÑôY&gÑñ"‘Ë- 5•5l3¼ŠQíV3 ›¬H š“ÄödBX™d¼;á‡É†ŸvRbÑ®‚§ÓSŸ ¾s ÞK º6‡ö—pB?UN¬WK†‰o}8 @Ñ4ÞRP4*ˆh0 ·Ÿ* U‰”t'ãWȾ‘Ò%ÑyzÆJ#]µÀ“ |.Ò˜"&'`x逪Ðy ý{Ë„ÒT„ïψ½Ô‘½Yô²Y9xÑ& S«zìé„ß¾«~¥±øWkLí%£ ø¸S»3%y`œÚOæl¶…n¹uPRaè઻´î2nÃÒ¶«_øÎwÏs–çç%ó›]p¾ÌeuKŒ'8‹ùPõdåyµTìîúóÉŠrKzò[Jý}=ïš ^Â= ¨çÛºs=úÞAÃàœ=ÇêŠÇ¯—™†\»Ã­Åž'Lpðg>éK¯´S6;(-—Cß;¢ŽÉ? ÄÈuè@\­éLÛfÞ|×2›9nWVG°;`ê"•$ð‹õÜÌLe“@‡Ì¿µ_XC¬gcôçõÍ•2 wB‚è–œ¿¶W°k‡¯(ZYaé¤ås¯í¤MÌ«=#6‡{ôûãÜÌ2 •:¨ƒOìâÔj22‹Ül·£òQ™‹¨U]§÷g¢ãú;Çõ侪C-_äe¬ÿVt’'‡^œçžAŠú1£V¾ÁíF ¾À­¼Ê åŒ!†³¨®—EÏnÞ i··¦¾¨î½Òµ¯×îÐhCgEÛÚƒW‡¡Âж'~®Mµîrô²6?™ºñËÝý×üóÍÔ¾q'X¢4ò^9ûiOyµä£}UDÌ| ˜]æËWJêHĽ¤ÇÉ×nÇöã?M/Û.›5ØÓÅnâ‡(•óqº %ç ñï"ó34juyÓoiˆ ÈE‡6\:ƒZ§ƒ‰Ã=I´(1ºT(W›Ÿ{©£Féã]•8 üG™¶¶:_ãd¾«ñ»ËµYU¸³ P¹¯Å[Úë¿ ôu|Ù^J@n´¯ˆ¬ÙÑtNA!Ú½Ò§Aòß”ºòÞó ¼ÛLê¬7‚êgQ‰†›y×L8oæ©8?áÈx+~-é t"®XI<«dÆö†Œ§E”­RáeÁÄ9ë(ZÞQl‘‹´ |ª~,![§?òóKF«(3´²vÚÞQO5œ_ªØJÓ3’.,ˆ©J=X}÷úà³öp Ã>AFãÂè=’"r7oox;ϨUœ]«:B棂Ík‚‹aÞ¶ö<…¹»žA§_¾èìç ÆÑË2}SÇ—áãË:†ÍÆì¶Eø¬¡r6ºÚÜ\_z¾?΢Ÿ·¢(è´ªêŲû3#߯ŸÆ]Ü}KÕ%Ê´Æó(΄ÕËF^¼ÎbÞ¡ ª%8âÐi}9°‚Å'ÜŒÞ×ùf€Õpvä¥+æÉá²ÌAC¢’˜òjj£üލÞS1ËÜ;êÁ÷e©´+¡F-ðJqµ×gs6GMßÄ uïKKùD¨¦HÊö™/Ïw}›ìO_»Êmg²xOå©ÍŠã=-{}q¢O\´å"¸ÁŽz„·=6¨6ÎnòþɽgÞÕ)¶ºÁ6ïò¾æúΨq>{ã×w?çG¬ôg©¡ZÍûÅëæ8¹»v9¼YµYç“•8™}.£÷j—t=?¥îµ­åçå·ý×¥\Üæòvilkÿž!–Œáã/}NïJ 8éÎÿ´T´+ÄNùà:™6±¡½ Ç·¹³W¹¼Ï>þŽ?¾Mêssíÿ±÷&àXµ]ÿ°FÍ“JR$!THšGC¥4˜J†2U„PÙ{_¸ö<ËJ!)…J¨D E Jæd…ïJrwß÷ó|ïûÿÇû|Çw÷µ}íáœÖZç:‡½×¹×úh¡\gðÉú^‚¼EÛåò#°­»½óÚÞæKåæ½ûëÇœ7»ÞÄV¨<5͸§íèðVXî(y;"¥}•“¶¨nët"vw4F®œz2Ùl[ùÆ„k{[kõd/}}ºqŶäq«é{Ê9äPW„ËÇ—úªSz¨M—*2R-¶å¯ ×uzƒžØ¹ÛŸÒ½ñD~CeÁ÷ªƒæ%ÁgvïÔ0í|vT£mŠË’*¿é¶Zzßôá%Žœ_¯GBY¼wòIgëó¤…×ͳ·wµR91ÖvÝÁ<Øg¤’ð¨ÒæOó£544£Ú ï¶Í ,šIz}ϯùë0K=ù}~jÉóû÷ÄÞ›úì:¾ñ™úw­³òÚ³ÖõJmû­4­2vf·œ Ô|¨bš!»\§ð¬±Iú³_ô+îs÷wH_d-9Î%qR›póál¬QõzY²Q󰆚¶ì“Èü7••I7Ú.Í w‹ µØe;íË·KEWªíÔZïùº³$$ΰ|ëèûse3é÷ÛËÞ,/ÙS¥ûø½¯Re¨©›çKìôš¯ºJ› [#&þÞ§Níäs²7ëÞ|Ô’³M'·ŒTnlü T^¤PåÒ_Ã=vOä?Åìꙺ­‡?¾ïpKwMmiœ%Tïdá`sÄìÞ•ôó¢–{åÊ•—îKoZ¸™ï½•«ØTÕT·²ûvˆv¤1`‡iモRõéü,NûT6>÷º9Õ9ÊfªæêâËí[ÞŽ‹èHˆ°¯zZp¦a’uõŒ²”&gÕ[§ßq ²M>X.nî­›x4¬ýYÑë ánNì~6èÆÊʰîü'=Yû:»˜òïíeZoý .6)†yÍ™»®+{SÒô±¨÷“'o¥TË …°µüÊÛÝ‘¿õ¡&Ͻcë— ¿DN¨T0!LS®7µæáaFlXp¶dïÎ䌮ñ7³ê'$çQ8ˆ«ÎpÐ-K¸Õ4ÊvÞ©ÎD.*Læª{àĘØWÕiÇ{¨)™>µ\”¯§›ä¨ïŠÎSQ9lT©¢º£\Ô5ÎÖæ®öI006•/.–¿¢y¥ýNébûÊ\?WæzE7ÿ‹ëM¯ˆ!—.É„mÈ÷Yß:4(<ÆÌÐÖ±É}”¸_¤“C]ÂhjÊWþ·ªÕ-Îo.ÿÔÒÔnæ†ô†ówëñƒ5‘-mC¸pÎMKo¤ì*¼ç½&¨`”bÌx¦Ïn暇sÅýÎßO7Pú&™¦òè´£ì¡ñ™õ{MÝgÅäZmV ?£»ö§ÓÝ>T÷_`ïýGßK§Ã*Þ[*)J?I!·>O,8Ñ®þsÀˆ9åüÐÎVg¿ÃðÀ‰±…]ÉI7]¯%9[vIû ´S`« &ÿèøÒD^©ù®ûáøOÖ‡êιæ}òÉ¡+ÒÙoZÔ¿æÉäçgÝÞ)Qw¨,¾!H#r‹xLôÔ+1M#¶™Ÿs¯žJ,Œé°ø±â縵õ\R‹¶ÐkÍ!Yo‹ÏzsãyþËoS²)·'š—hõã9/޳ðá€iºT/ÛT˜Zìo=}÷þ”×öÁ_«~ËÐøCKìášÞö/S?õLóP–ÎËÞãWÜ܇qll9G~Ü»9IíŽz¢qÎú\}ý F/³³7Ÿ¸OݰvíoâÏ–hŸ«x®¼ÊjB•Ú…ø´U’%婚:M×Ôɱ[T\dÓž:\£ÒÔ6»2¿oÈέ»Ðûã[]o$ФçÒÓY¶rïSÑhX|uƒ´÷¿î»‡ìÐ×á¦Éq•ÍK=¼ìæÉçú­¾çM˜ø£ÂÏ|$·ö ?\'÷Õç§åýwD‡µ?¼šÿ<ÜþøÓ5úO•è×±þãŹ% K!Þ]Të%õ$WßhWtôÎý± VÃ3Õ«¬í˜°­5IœèX²n—;ún̸1­Íí»o^’RPˆˆØ¸5QâÒj÷Š Ÿñ'&à/B~ ѯY½4ÞRZæTË=øø8ůM•n-þAÂ7w·X>6¼ø½Ä³Ieî\+©XØ(é¡i²²÷gÝ ÜÆL4MKc¹I¢H­¢HÎé‹”urέٽÔçýÕf‹GZ)fúnTÀ°QdQýŽèèËÇ<âž4¹^J«V°•UYêß¼èÑôqtr÷±æO~×2¯Ÿáñ;ŠñA¾ç«Üì}'ÿÿ\_#áÓÝø]Y÷\®|õà8>¥¢Á¬ñ&ÿ†Ÿ˜4Qzæº>˜Àïßµïû…žÂvÙÊEUŸÝªï4á­oÁ–¤?’u%µ^°¶¢/@÷Іò™Œæâµ6ãž #Ûõ ÒÔs*ßI<9á¢rmóOÏÜ=–?ðÐ'›·ÚŽŒS­{}ãJÚý‡¥šT6ŽÖÐX¼8ß͸¦vñþ•9KÛÝÛQ.¡æ]\éy]/)çUîSóðÏù[ZÞ¶Ér~‘ÔmÑãž¾;òvˆLFOWœÕËwS<mÞÑÜ{èÐÊ·YFOzO˜tîïøûþSQ´~@"Zg“c=2UgWN·£þ½e Ÿš:ýÎÍ¸Ø ÊÁI­Ða¤TŠLw¶Ç{LÁòdûõ§¬V_ž¸Yõé—äÄwùÔc½çk­Á“¶ç½<¼dýÂ|3*Ë<#3T1K\1þݘù¶ÕU’[öÔ ßVN˜¬Qrûíó•Y]îÓ’wž˜r Qâî²’àÀPÙÉSÏÌQ¿ê|Ssá¦é9ë×YL+O>w³ÝÝýæI]9§ábƒˆ«þŽÕ¯sï»°v×®ï]ÛÌQM)Ušlâ´\UkºŠ2_äX]õ:2¡Íúª’L¡Ðí`õ‹[ûëŒ4-_ºªfƒ æ™å õ3çeí®ˆîH©¹_p¥}Ô.*ÝþþJyù 7dÙï'žãVë~³ºTjð;Ÿ$Øhžråμ‡ÅíŸÞÉÌ>ýX36~þØqϦ½¸s;à<YV&ž™¬Ýå&¡©0yÔ†wûÐrÍoå†ñ*WBv•É$(‚Ufž Ý{=<]mÇÞ9_~k(½½\4œ•¸›žœ¿×ÕxBÏ{ñc‰×ݶ.{•¦ÛvýÎÓø™f{ÕÏ$6„”‚ dÇ·>ìT½¯8údoÄ\ãkT¤˜ÊºµŸª^=ŒÎ©MÊ_çlwdƒä¡G]§Ü¿ÔäÅ”‚í;µf†H¿ð Ä\ËJNu¤sØþX4}túÝEh³Žy|%#|R˜^k¹›â»»·/fi«z̨n).5!E6¬`÷}«”çï}ÊãzS=ô Zõó(d 7µçùím_÷|‹:zdå™E‹ §V Aœ]`‘W\M´gƒ²m¯—ñ˜Õ*Îß=÷ V'||~ÃnT±™µIZ¶´ ÚÀµ8èTny–fU®ñ(dˆÕó0¤Å¾Œÿ^Ÿsè]QõÓ§~VŸkªwž"1׈o-¸¬¾³Bäk—v¯ÄiÆy/Yl°9¼ÝÜ`zÐ.µ4žU;1;$.6^¯¼˜¨¶ô‰üJü@·dÑ’¦îOã©×£‡7ƒ¡ö¦øó×/¨òé_C¼7NdfÄ:ÏL“»v$ÔYô”IçǸ6ÿã’¯½J¶êµ¾ ×hJüùáY|f\ø éq‹hÛÇIùèjŒÏ¼k~R1fMñð—,sìfcR;ùAM[/Kùv,SÿÙè–ds©÷ëÜOÓÒ>/Q(×ÝÛq(ÿNpï¶¥Þ±×/X¸%µäÇ~•ï§%9=Âd™¡Æ×—-äU¬J×I´iH°=ZEª/Å f8Œk]áµÕ1¤téùYšÕB Ý‘”ÁÄSêG;Ü¿T˜2&×°Ù-Ü©|ì ººÒ¼'÷‡lâÌjSï,v/éš™_Ü¥-¯÷ùgßØÈ™À“j¿Õû­ö»·Å…úEÙ¬´5ô¿3óe›ìhíîÓ‡Ü\u<ýzg1ö5ù¶dÏÍ–X—ÙÃkµf¦,½è)IU<õ——³yìÍãÑ6™ï7-pw×$%•¿zª›QÙa•}U3ÜUæR?t‘¡{tŒ‚_d¢óZ¹Øé“Üó®ïyÈ,9¥$[ºùR2Z¬ú´¹å¥‘oVœÓ†ºu[zÍÕÅýW¤Ô_0ʘœ#oسúÙêÅs rGDÚvšîIHïðr+®{¶[WíÈ®kwÖ´µŠ\8ãBÔúœÑ…Ûø”§¿MòHÕ«´½^;õº³É³[Æa!®"à…S¢7’qH¶¿£±…ÞB…u¥g7NÖñX|ÕÙKnÎ׈±¯ ;ƒ†x´Åž!çj. Î«žüvçå ,Ç{wzZ\Úý%yí¬Â¦{Æ÷mðbÿÅë•;N|‘ ›â}>_Ÿ£}µŽéHVuuSƒ˜Õº~÷zûæ¾Ñh{Ýâ5{;œbÖ›g”ʪáØˬºÀÖ+µÇý·<¬žÁ>ÌhÐ9ïîÐÕ«òeeëçškLJÌ27™üÑ×H·8ÃLVW[]µ§ÇÄÄÑì„Á­¥E¹t¦µ'r­ºåÆ©Vj½¦¯2Êú„ö”éJóÛåÚ«Ó&NXú²[’×çö&ÚÇÏï3ÎP=e Bl”¹tÛ™¤]Ó…–H~’AvI{[Eû¥W¦ÏV¹5ØÖz~êlNO|#y¨þk]ç;ç˜ï¹1EæÊò1kꆻ•Û¬=oWú2ööòy)}Ùk˜èú4=gfoõ?ö¿ÿÿÙÿ~ü\þEº¹b ÒÿüM°DýÝøÃ.óÓýÈõEýoœïúóÚô6'1½þ»nÿ Z~/ïm:›AB±±QyþŽ­®û/ótI}„˜^_6}w6 Êý-üÄoyïéûâµ ïÕg{Ðí 2` xóoVÛJˆHWLz”hwµKy1™A“Eûöر¬|î£kzŸ<†Ì*7Hiè’6š¡¿l@?C‡ˆ:MR0ØJtFù0Äj Æ_ßh y=ôÏ:úçßß(ý²n–Š?4®ÿüÏ>ƒþøúÌy°V_õIôßÔ×ÁL飖ý¯¨Ï+"¹KŽÐùÍNùYlè¿hƒÀ/;oŸBû¬9Ž}5:cðÏ31±Ë#jÄ~X#³ÿ’6WlÍð¯2ã·PÈÞ´Óøh½ÕðK/NŸqQÓ|ís.vÕ;¨œÄÔ>ÚžjïÚä'©úeÅVø~(\ãã»ÐìÚìåŠÛWH¹7Ut×ÄD,=‰/0JX¤¸Ä¥¦J~WæteQ¼÷eHØí’=‡žìèÅ$OÜÑ1IIUö0Ý«1åQº[Ò. ÒÏ÷Ö²+W_XË?“X“2W[CÒª³õÕíç5ƺ>½éÇ—,ÓÖÖܹê„ÒÔŠT¦œgºÈæ¼ñ›=nÞ¸ï(k¿ÓÛ}jH0ÎM”–ž9ERÂ|˜ò²Ï¯ ŒéŠËÏô=†rÅÃ÷eµUÏñ·¶;óe©ëΔ¤+òÚÁNk5Ú¬å§*ˆž´õö¼§¦_ÉÞûùÁùœtKŸîöî›%Kdee_ŸV}' Ï, ÑÑÁ¯dý‹žÃ?ÁÕææmŠë¾ö.ÅúÛ‡Þ+ÒVdqsôô,/D—^ìéå¸ÜýKýM‰m¹;kònš9­½ò­j»»¡™ÛD¥xn—åçN­ŽTO½zÑŒºfh·§–%Úõ´Œ¿/>È)3F®ïIÁ¦Ú7@òÚjíœMσ¥+}z„¼Œ“½x“Ï]³1Eñ7Žçßʼ®!|$g+ݬ°¹ï wsIg3Ú²;¿û”éç„»Ç+ËõT-­»^¨¦‡te%Úlñél8xÌ%¯vMqð,QªšTo¿´ìyæz×»š¤¸œßCk?ùªŽÊe. ßÞ8•;&‰èxñò«8¿¤°0®}C‚’±qæøÐã·ã¬šò8¯¹±zÂĉ9†æ% ¨Ú²EÏ•Òsåxͳ¬Ãí­#>·HŒÜÜ÷`T/|ÝÚµ µÝN.ûø_Á¿*z¸/IÛ}ð ¶è^çÖ‰åÅTSžàdÃô´–¸¼í”KH;Ýå!·®ÿåB¸k~¢šÒ׊ê¸n/£§wɃZ+wg(=P²MóÈñ>3óƒdAbË/4@@>Û°·N¡|~ý¬¶—Ù£•Ó>6¾>d­T¶KyÊ”ôÖŒMÆÉ=]µ,1Ç\~Æ2o ä.à‚=î¶«µõQÂñ³–»Õ¾x©toäÈ‘ ‹Ëž Zê}´Ìð°ªé©·¡Qƒf}ÿ\g0¢´ð½uuÉ›[¤¬Ž^¨Ëëôj_©–×FaË¥¦OŸ.-ÍÈÔ½} ììì¼wïž«äÕw–•*]jz”JНå~ÁÀe=Éó«ˆ?q-­éÚÎîõ'ŽÖ¾ˆ…áÏêQ_Ü-*ÊS=f­8>Ûd‚àÂ…µzz=Mú2m äÕŒr÷ô ÃiµÅ‹º»»u7Yæ‘òN²ûeòÉûW§„y²¸l2yüœ±é¥á >qrG_{}JŽqœÙœŸ?Ä6Ï™,%å ÙtÒóyn‚„Ï)§3©svÝ}™˜´¬ZÌ#uû×ú®2ëÄyÜp=2Y)(¨h¡³û©¢øU©«Þïòš¹1/èýn¥çcɬGãëÓgÒN<Û"x-žá}$÷QÝ«ÈÄ$5WפÃÕ*ÒÃässrDu‘m¸Y¿£’—ëöW‘þÿèE–vUªƒâö­21{Mʬn©Ç›–·ÚÚ’á©+L]ŸÞ±øqy:048¨jÊ8çê¨'£5Äý”.t'ø´ðùª!eßž5ÆþDîÙT¡«è·ÁP\«5B£V`)¤ºÜÚ¢+·gÚGŠèq]냂³eeªï/¯ìr©ïx rõ™Î±\ËôÔè¹Ã¢V™lÿ,l¨ovrO—û¦ Ø®À™wš™˜îyuÇö†åÂÌ7¼·§çá–½qñrS_Û|›æynÅÁ­å çªÅì;Ø(i~¤Òñƒ\Òô±­õá!ýÍÍ&8ÌctåÃUc¼ïÜp¬ J:ð¨ûcÂ~‰††¶¶’|ÌÝúúÜÖc@K£¯3–8=‡ t*ÍÞ~Ž¿»Tanï;Êï~~~¾Eþ‡$›oU‚7ÙmHçhS½ïpYtÓ7Óª€SòRÒ*_G$ÅÕ•Y6ðBçûò[Q[„†lOK>8½·t¶uªûôBWS;ÝÃÛO°:¿¨À«>Rï‚i–ó§éÁÍ›»W¤…ZvØ~”}?‰kèò)ïm0]vâp=cÝô¥ôhA“Ëã¨7ÏÄ{:ªBÝt†ûh|k»:¾-±¡Å&#ýêÉÅžPm¹Òõ_¬†‰ú"-¿]6Ô™‘‰ _w~Õ<ÞRqOÓ¿é„Ëé²&­2Ë›>x¤ûØ:8Xê›OFGÖweU*¤÷~ŽåÍÚî¬-²é½‹ºÜLÇ)÷ v«31·¬ï,ðé:µÌöU¢Ÿk}Ù^m¯yʱnÆSÖõ0‰¹ye{‚¥ìmm/`Z6ö›WŸ0;¶£ªí98DÕâÖ‘Ú*¤’šÑYóùœÍ–Ó»Mon_öÊ£±Àæ~oÅ7ç¢ÉÞÒ[|2°ÐK+‘¸ÿÇûq&6ú8!‘<_n~æÚ å#RefÛ£^-áó½½NU¼½©2ý©G[íNËÍ·ÍMâ$÷ÞZ^bÐu¤(öòùÚàøÔ`çì_òSùñ²ûPúݨ…€X…¹ÚDІø‰. µQb½Iv†³´Ý[#|J3|*Ɇ2MçW׎Üû®ê.ù!öšÃ’KFÂq/ þ£Ù*Í56>·à_uÁ÷x¾UþÛdg_³‘ãFÝ™<áMSSSµüdÁÙP74íáÉE¶½¢vª½Wsç¶_£ëƒì¾Þüì‹$ãàÄ‚re-…mc¶æ ‚ˆWŸü?_;õðÕçt\äíEê­¥K#žMXܯrQ¡?¬.»‚¥ñ–Þm›X­^½ÙeûË3RƒQcë UqEc6{`*âš”TÀÇöHªv÷¾|Ìôñæu{EòdíU±ŒÑ#ÝkÛ9|öè§¹6ëÃñcý9†ÄCSgwÔßìÂ~:ÒOÝ’'† ·ÿ–nånk£d\xéÚ““±šî’˜ôkj5W{ÝÑáâûŽ{/MûmÌko–ÊÞ}f4oÁÏÙÔÊX;;Û‡ÿÕð ø_˜üù¯ÎtÌÌMSþ-(믳šg´øÇ„j˜ýï£=õ“o·‰šóS„g”ܶ­ü@ö¶=YYfƒÇ´ÄΨ,ûÔÑè•»{P\š‘TêüI±lŽRƒ0þH¥;Yï«&ÞÞx'ÔgƒÌOØé†ßÆß©>nù©.c_\ïwåS•ß:ž¶Ü^Vüí~r…dæ-™êôæeš®ïKŒv}߯ö˜èËd®FT=?ü'…þïW<9ЕRX.ïØô¥ùfÞ¬N÷®#šMµO~Rz¦W:ª{ص´:ß™iºåNGF–ŒÜ¹âûÊ ê<§÷ŸVؿωhòlËI»jPòµ–?):¨žp«íÙ3ã¸S-¨[8*=}iÛ›Ëú2·ÿ¹^.'Ïûkcyz˜ÝŒò›an3æôŽ©z/§lœËá–Ó¡m¡9—{R_¸¼™”S,yCæÚóÚ6?,”vºjm¸`×OÌñ‹ÇJ<5UU‹—}üø±ªÊZ:rwáß IõhY÷^ê^}ýåÜÜ1QK4ääö9s!ö·{Ãe…"Í<2› ÛßFŸ¨¦§Wy×cvÄÖmìÜ…çÏŸ¿ÿàpyŠ›qà;“r·ñåÃgfrrÚçÌlä%KD³›ê°úú…²AŒèᓟ6eŠgËGâÚµº”Éɨ[fˆÕÉ÷õA KF~PüCz¯o‹&ʇ†ª©©ð‘ò“Þ½ÿþ˜‚ó”:X#«ëaÉâ=‰Ovº»03ÅÄECDÞ$Ðn²(²FåƒüKeÐ&'¯Ì3²yëÆ?ñ\æé9<}Èžšßemì,,œ½B&ùYËóqõUsµÅÄvÜè÷|¿p}ÀíÀf.ìÉ > Ñ9{bXɈÚÄú LØVÃ~JT3NÉ*SR¯ºtPeÌØ´›Oí\ÍLjxœ×Ïã|í¤%jñÃÅÌ2ÚkÞdúúŠ:æK±ËÜ‘‘.f9nGô<îO9jj+×ú4CTò#QÃýà¼%.úÝ«dçöQŸSé ’1m!õ¾1ìO Ÿpa~¢ñM^4e=—•µvתÑãV,/§µéØ2!òÂNؘmx\ñ?‡xÿOÐïAÿ£Qå¿?lý/iÀÖÿxéÏ$QâG&Áÿ3ï°þ)Ãcÿó"ñ¯Âú ø¿ÂÿŸ3ãïðæÿ1äøÿUþŸÂÿÛ…[Ë·mü;lý€—Ÿ™ô«Páèß ø¹ÐçoS4±ŸE±ÿ~úÖÇÁ_y™û¯Âú3ù/ÿ±Â¿ðCþ¯ÛîÏï™þÙþÙþÙþÙþÙþÙþÙþÙþÙþÙþ“ÈUbb Ã~½ÞãÓë# C€¡À0`8 ŒF£€ÑÀ`,0L&“ `20˜ HÓ)`: Ìf2À,`60˜ Èó9`> ,E@ X(*€*°X ,Ôu@X hË-`9  ¬t]@X ¬Vk€µÀ:`=°Øl6[}À0Œ€­À6`;` ìv&À.`7°Ø ˜f€9`Xû€ý€p°l[À8ìÀpœÃÀà(à¸Ç7ÀðŽž€à œN§@€/àøB0€(€€8€€Ó@ !@(pÂà,pˆÎ€( ˆ.±À% ¸ \â«À5 H’€ëÀ à& Ün)@*pHÒ à.p¸<2,à!ðx dO€ x äÏ€ç@>P/€—@P ¼J€R  x ”@%ðx ¼ÞUÀà#P |j€Z ¨€F  ø 4_€ hÚ¯@Ð t߀ï@7Ðôbà p08 ‡ƒâàp$8  ŽÇ‚ãÀñàp"8 ”'ƒSÀ© $8 ”§ƒÒà p&(ÎgƒsÀ¹ ,8”çƒòàPT•À… 2¨ª‚‹ÀÅàP T5À¥ &¸ Ô—ƒÚà PÔõÀ•à*p5¸\ ®׃Àà&p3¸Ô @CÐÜ n·ƒÆàp'hîwƒ{À½ )hšƒ %¸ÜZ@kдíÀƒà!ÐtA'Ð< ‚. +x tÝAð8è zÞà ð$x ô!Pú‚~ ?(aQqIiYy0< ‚A`0†‚gÀ00ŒÏ‚çÀHð$-€ EH Z)C**´Z -Ô uHZ iBË -h9¤ ­€t ]HZ ­‚VCk µÐ:h=´Úm‚6C[ }È2„Œ ­Ð6h;d í€vB&Ð.h7´Ú ™Bf9dYBû ýt²†l [È:‚ì!Èr‚œ¡ÃÐè(ä¹BÇ 7Èò€ŽCžä €NB§ €@‚/äùCB†…0‡ˆ„(ˆ†ˆ…8ˆ‡ ÓP C!P(t ƒÂ¡è,tŠ„ÎC ((Š.B±Ð%(º ]â¡«Ð5(J„’ ëÐ è&” Ý‚nC)P*tJƒÒ¡ è.tº=€2¡,è!ôz eCO (z åAÏ çP>TB/ —PT ½‚J R¨ z •CP%ôz ½ƒÞCUÐè#T }‚j Z¨ª‡ F¨ ú 5C_ ¨jƒÚ¡¯PÔ uAß ïP7ÔõBb‚A‚Á‚!‚¡‚a‚áqÁÁHÁ(ÁhÁÁXÁ8ÁxÁÁDÁ$„`²`Š`ª@R0M %˜.ÌÌÈf f ææ dór‚ùyÁ‚@Q $X(P¨T‹‹Kju†`©@S°L %X.Ьètz‚•‚U‚Õ‚5‚µ‚u‚õ‚ ‚‚M‚Í‚-}ÀP`$Ø*Ø&Ø.0ìì˜v v öö Lfs…ÀR°O°_`%8 °Ølv‚ƒ‚C{ƒà¶ý=³NG×½bb‡)ŽÿgëÈ=âÓNbbôW.“7´ð‰¹äo r%úÜ,=ÝðzÀ9þ¾?-gÕ\WnýÇ•¥½žÔßKõ“ìÞ¿¼Ï%‹p¿˜XDßbZX_L¬ãÈœƒ¿Ç[/J«¹zÀ¯ ™˜Xó|1±ÀÝbbÓ·-·Qj mú#öÅåÿŠÃ±a}ΠÒú—l»ø“Ï+˜X• ?¦~ño¾@×Ù}ðHÿ²nC§5û:›ÜJmVž;ʹ‰‰÷-Ü€VâfóV鉉­éóNÚ[8ÿ÷’Çûþæ"éŸ\¾›|ÍVÈ5È‚Nú‹Œs7Å‹þ^m“"ûiñ‘³_íîô›gã_gZ¥E÷ÝìŠvNûÍ%“¢Qߪð×Zÿ^ö»ýž¢:]bóû=¬?††³˜ØbãÌ {˜|¶ü¾e/ðý㪺¿œV›bb³EòŸÐçéøæY}œ5 þâ+P 0ì×Eý3F¿}? ¿qo¢(îÖš‹ë+…Ь}eýÙ•˜a?•ËJ÷ÅQµÿ"óoÜ` ÞÓçl@2ûúJ½.Ò!k݉"镞²ú£6÷}5Ñ·Ü»WT~±ˆ®­þÅÌ ¾–"¥¼ö7^û4m²¨å¸ýVoÛŽõûËÝúwÊ^®îYÓï¸ï£”oÓîôÅZý§Æô/;ß$ê0_NRL,g@+è½ÛME»aM«—·‰Ó7ðë[Ã.ÒÜp‘D.ë÷ׯ} Ófe÷ÿJ[±röj©•¿®â×Gïþ3uoìv¸õùÐÐl±sW_IKzˆ}IHïlèçf›H«ÌÖ8˜ö¯>ï§MÍï_ÕN(wå¿„ŒœÞ'Cu‘Žvöé”Ù€öl90k &tú?M¨è—mï@>#DZñ\$^×N.}TÙŠôÆRÔ÷µŠ¤¸Ì÷÷ÒœwÅî?þÉ‘Ø/jÎ/êÏZ¤# }u­!’Íþ>Éè%_õé[w? ^fßíÝï®NAt÷¥YòzY· }ú‡ûÍÛmª¯(Û¯õýô7É[ûg d÷‡,éÓ~ù•Š¢vtpãߥWÞïŽlÛøF+M­isðª¿Æž&j±I"iŒñßÒ¯—¾ýPt”-Šd€îð`%Ê—^é/º§ÿ{Nú~]N§†ñŸÞß߉è:Õ~Lï\›=íø'ÉO^5eUǪî>¥EÒT=÷·æ »sý}I¥“ù@­®œûJD¥Ÿˆšcþ·LËœÍEú-ºs×,ÜÿÏ”ývýV”~áŽý²±ï£à¼õ9?‘Ì•¤~_¿LNóͰÿm<¡WÿÉçào¹vIy€²Ó—þ.¡ßœîoÉëË7·„ïׇ÷¢}©šWjûÞëK‰F¥‘vHˆtÜoÓ ÿ¿Jµ¾OÃTúòcVŽIH®nQÑí¿;+0\ã(p ƒ…!ÂPáa˜0\!<+<'Œž^F £…1‹ÂXá%aœð²ðŠ0^xUxM˜ L& ¯ oo “…·„·…)ÂTáaš0]˜!¼+¼'¼/| Ìf    ³…O„9Â\áSažð™ð¹0_X ,¾¾ ‹…¯„%ÂRa™ðµ°\X!¬¾¾¾¾V ?? «…Ÿ„5ÂZa°^Ø l6 ? ›…_„-ÂVa›°]øUØ!ìv ¿ ¿ »…=Â^¡< ‡ÂÃàá°8< ‚GÃcà±ð8x<<žO‚%àÉðx*, Oƒ¥àé°4<ž ËÀ³àÙðx., σåàù°<¼V€a%x!¬ «Àªð"x1¼VƒÕa x)¬ /ƒµàå°6¼Öua=x%¼ ^ ¯×Âëàõðx#¼ Þ oõaØ6‚·ÂÛàí°1¼Þ ›À»àÝðx/l ›Áæ°l ïƒ÷ÃVðضma;ø |¶‡`GØ v†ÃGࣰ ì ƒÝ`wØ>{Â^°7|> Ÿ‚}`aÀ¾°ì aF`Æ`&`¦`f`æ`€OÃp ‡À¡ð8 ‡#à³ð98>_€£àh8¾Ç—à8ø2|އ¯Â×à8N‚¯Ã7à›p2| ¾ §À©ð8 N‡3à»ð=ø>ü΄³à‡ð#ø1œ ?sà\ø)œ?ƒŸÃùp\¿€_ÂEp1ü .Ká2ø5\WÀ•ðø-ü~WÁàp5ü ®ká:¸n€á&ø3Ü [àV¸ n‡¿Âp'܃¿ÃÝpÜ ‹!ƒÁÈd(2 Žˆ##‘È(d42‹ŒCÆ#‰È$D™ŒLA¦"’È4D ™ŽH#3™ˆ 2 ™ÌAæ"²Èd?b…@¬Ä±C"‡{ÄqDœgä0r9Џ ®È1Ä qG<ãˆ'â…x#'“È)Äâ‹ø!þˆA Á! ¡aá‘ä4ˆ!ÁHŠœAÂp$9‹œC"‘óÈ$ ‰Fb‹H,r ‰C.#Wxä*r I@‘$ä:r¹‰$#·ÛH ’ŠÜAÒt$¹‹ÜCî#L$ yˆ#ÍȤiEÚvä+Òt"]È7ä;Òô ½ˆ:ŒA‡¢ÃÐá¨8:‰ŽBG£cбè8t<:ˆNB%ÐÉèt**‰NC¥Ðé¨4:‰Ê ³ÐÙèt.*‹ÎCåÐù¨<ºU@Q%t!ªŒª ªè"t1ºUCÕQ t)ª‰.CµÐå¨6ºÕAuQ=t%º ]®A×¢ëÐõèt#º ÝŒnAõQÔ5B·¢ÛÐí¨1º݉š »ÐÝèt/jŠš¡æ¨j‰îC÷£VèÔµAmQ;ô zµGPGÔ uF£GУ¨ êŠCÝPwÔ=Žz¢^¨7z=‰žB}PQ ¾¨ê QEPÅP%P¥PePåP @O£hŒ† ¡è4 G#гè94=^@£Ðh4½ˆÆ¢—Ð8ô2zG¯¢×Ð4MB¯£7Лh2z ½¦ ©è4 MG3лè=ô>úÍD³Ð‡è#ô1š>AsÐ\ô)š‡>CŸ£ùhZˆ¾@_¢Eh1ú -AKÑ2ô5ZŽV •èô-ú}V¡Ðh5ú ­AkÑ:´m@Ñ&ô3ÚŒ~A[ÐV´ mG¿¢h'Ú…~C¿£ÝhÚ‹Šaƒ°ÁØl(6 މc#°‘Ø(l46‹ÃÆc°‰Ø$L›ŒMÁ¦b’Ø4L ›ŽIc3°™˜ 6 ›ÍÁæb²Øl?f…À¬1̳Ãb‡0{ÌsÄœ0gì0v;й`®Ø1Ì sÇ<°ã˜'æ…yc'°“Ø)Ì0ƒ0æ‹ùaþ˜ƒ1C1 Ã1#1 £1c1ã±ì4ˆaÁXŠÁ°p,;‹Ã"±óØ, ‹Æb°‹X,v ‹Ã.cW°xì*v KÀ±$ì:v»‰%c·°ÛX –ŠÝÁÒ°t,»‹ÝÃîc°L, {ˆ=ÂcÙØ,ËÅžbyØ3ì9–`…Ø ì%V„c¯°¬+Ã^cåXV‰½ÁÞbï°÷XöûˆUcŸ°¬«Ã걬kÂ>cÍØ¬kÅÚ°vì+Öub]Ø7ì;Öõ`½˜>ŒÁ‡âÃðá¸8>‰ÂGãcð±ø8|<>ŸˆOÂ%ðÉø|*.‰OÃ¥ðé¸4>Ÿ‰Ëà³ðÙø|..‹ÏÃåðù¸<¾WÀq%|!®Œ«àªø"|1¾WÃÕq |)®‰/õðå¸6¾×Áuq=|%¾ _¯Á×âëðõø|#¾ ߌoÁõqÜ7·âÛðí¸1¾߉›à»ðÝø|/nŠ›áæ¸n‰ïÃ÷ãVøÜ·Ámq;ü ~·ÇpGÜ wÆãG𣸠îŠÃÝpwÜ?Ž{â^¸7~?‰ŸÂ}pqྸî qGpÇp'p§pgpçpÀOãxŒ‡à¡ø< Ç#ð³ø9<?_À£ðh<¿ˆÇâ—ð8ü2~ǯâ×ð<O¯ã7ð›x2~ ¿§à©ø< OÇ3ð»ø=ü>þÏijð‡ø#ü1ž?Ásð\ü)ž‡?ßãùx^ˆ¿À_âEx1þ /ÁKñ2ü5^ŽWà•øü-þWáðx5þ ¯Ákñ:¼oÀñ&ü3ÞŒÁ[ðV¼ oÇ¿âx'Þ…ÿãÝxÞ‹‹ƒˆÁÄb(1ŒNˆ#ˆ‘Ä(b41†KŒ#ƈ‰Ä$B‚˜LL!¦’Ä4BŠ˜NH3ˆ™„ 1‹˜MÌ!æ²Äb?aE ¬ –°#‡{Âp$œgâ0q„8J¸®Ä1Âp'<ˆã„'áEx'ˆ“Ä)‡€áKøþ„€ „@ ŒÀ ‚ Š  †` Žà‰â4HÁDJœ!ˆp"‚8Kœ#"‰óÄ"Šˆ&bˆ‹D,q‰ˆ#.Wˆxâ*qH ‰$â:qƒ¸I$·ˆÛD ‘JÜ!Òˆt"ƒ¸KÜ#îˆL"‹xH<"ÙÄ"‡È%žyÄ3â9‘O…Ä â%QD¯ˆ¢”(#^åDQI¼!Þïˆ÷DñøHTŸˆ¢–¨#ꉢ‘h">ÍÄ¢…h%Úˆvâ+ÑAt]Ä7â;ÑMô½„9ˆL!‡’ÃÈá¤89‚IŽ"G“cȱä8r<9œHN"%ÈÉär*)IN#¥Èé¤49ƒœIʳÈÙär.)KÎ#åÈù¤<¹€T I%r!©Lªªä"r1¹„T#ÕI r)©I.#µÈå¤6¹‚Ô!uI=r%¹Š\M®!×’ëÈõär#¹‰ÜLn!õIÒ4"·’ÛÈí¤1¹ƒÜIš»ÈÝär/iJ𑿤iIî#÷“VäÒš´!mI;ò yˆ´'HGÒ‰t&“GÈ£¤ éJ#ÝHwÒƒù€Ì$³È‡ä#ò1™M>!sÈ\ò)™G>#Ÿ“ùdYH¾ _’Ed1ùŠ,!KÉ2ò5YNV•äò-ùŽ|OV‘Èd5ù‰¬!kÉ:²žl É&ò3ÙL~![ÈV²l'¿’d'ÙE~#¿“ÝdÙKŠQƒ¨ÁÔj(5ŒN‰S#¨‘Ô(j45†K£ÆS¨‰Ô$J‚šLM¡¦R’Ô4JŠšNIS3¨™” 5‹šMÍ¡æR²Ôj?eE ¬)Ê–²£R‡({Êr¤œ(gê0u„:J¹P®Ô1Êr§<¨ã”'åEyS'¨“Ô)ʇ(‚(åKùQþ”‚)„B)ŒÂ)‚")Š¢)†b)Žâ©ê4HQÁTJ¡Â¨p*‚:K£"©óÔ*ŠŠ¦b¨‹T,u‰Š£.SW¨xê*uJ ©$ê:uƒºI%S·¨ÛT •JݡҨt*ƒºKÝ£îS¨L*‹zH=¢SÙÔ*‡Ê¥žRyÔ3ê9•OP…Ô ê%UDS¯¨ª”*£^SåTUI½¡ÞRï¨÷TõúHUSŸ¨ª–ª£ê©ª‘j¢>SÍÔª…j¥Ú¨vê+ÕAuR]Ô7ê;ÕMõP½”=ˆL¡‡ÒÃèá´8=‚I¢GÓcè±ô8z<=žHO¢%èÉôz*-IO£¥èé´4=ƒžIËгèÙôz.-KÏ£åèù´<½€V i%z!­L«Ðªô"z1½„V£Õi z)­I/£µèå´6½‚Ö¡ui=z%½Š^M¯¡×Òëèõôz#½‰ÞLo¡õiÚ6¢·ÒÛèí´1½ƒÞI›Ð»èÝôz/mJ›Ñæ´mIï£÷ÓVôÚš¶¡mi;ú }ˆ¶§hGÚ‰v¦ÓG裴 íJ£ÝhwÚƒ>N{Ò^´7}‚>IŸ¢}h€iˆо´íO i˜Fh”Æhœ&h’¦hšfh–æhž OÓtL‡Ð¡ô:Œ§#è³ô9:’>O_ £èh:†¾HÇÒ—è8ú2}…ާ¯Ò×è:‘N¢¯Ó7è›t2}‹¾M§Ð©ô:N§3è»ô=ú>ý€Î¤³è‡ô#ú1M?¡sè\ú)G?£ŸÓùt]H¿ _ÒEt1ýŠ.¡Ké2ú5]NWЕôú-ýŽ~OWÑèt5ý‰®¡ké:ºžn é&ú3ÝL¡[èVºn§¿Òt'ÝE£¿ÓÝtÝK‹1ƒ˜ÁÌf(3ŒΈ3#˜‘Ì(f43†ËŒcÆ3˜‰Ì$F‚™ÌLa¦2’Ì4FŠ™ÎH33˜™Œ 3‹™ÍÌaæ2²Ìf?cÅ`¬Æ–±c2‡{Æqdœgæ0s„9ʸ0®Ì1Æqg<˜ãŒ'ãÅx3'˜“Ì)ƇãËø1þŒ„AŒÁ‚!Š¡†aŽá™æ4È1ÁLÊœa˜p&‚9Ëœc"™óÌ&Љfb˜‹L,s‰‰c.3W˜xæ*sI`™$æ:sƒ¹É$3·˜ÛL “ÊÜaÒ˜t&ƒ¹ËÜcî3˜L&‹yÈ3Í̦…ieÚ˜væ+ÓÁt2]Ì7æ;ÓÍô0½Œ;ˆÌa‡²ÃØá¬8;‚ÉŽbG³cرì8v<;ÈNb%ØÉìv*+ÉNc¥Øé¬4;ƒÉʰ³ØÙìv.+ËÎcåØù¬<»€U`Y%v!«Ìª°ªì"v1»„UcÕY v)«É.cµØå¬6»‚ÕauY=v%»Š]Í®aײëØõìv#»‰ÝÌnaõYÖ5b·²ÛØí¬1»ƒÝÉš°»ØÝìv/kÊš±æ¬kÉîc÷³VìÖšµamY;ö {ˆµgXGÖ‰uf³GØ£¬ ëÊcÝXwÖƒ=Îz²^¬7{‚=Éžb}X€Yˆ°¾¬ëÏ Y˜EX”ÅXœ%X’¥XšeX–åXž `O³l̆°¡ì6Œ g#سì96’=Ï^`£Øh6†½ÈƲ—Ø8ö2{…g¯²×Ø6‘Mb¯³7Ø›l2{‹½Í¦°©ì6Mg3Ø»ì=ö>û€Íd³Ø‡ì#ö1›Í>asØ\ö)›Ç>cŸ³ùl[Ⱦ`_²El1ûŠ-aKÙ2ö5[ÎV°•ìö-ûŽ}ÏV±Øl5û‰­akÙ:¶žm`Ù&ö3ÛÌ~a[ØV¶mg¿²l'ÛÅ~c¿³ÝlÛËŠqƒ¸ÁÜn(7ŒΉs#¸‘Ü(n47†ËãÆs¸‰Ü$N‚›ÌMá¦r’Ü4NŠ›ÎIs3¸™œ 7‹›ÍÍáær²Ün?gÅà¬9Ζ³ãr‡8{Îsäœ8gî0w„;ʹp®Ü1Îsç<¸ãœ'çÅys'¸“Ü)·8ƒ8çËùqþœƒ9„C9ŒÃ9‚#9Š£9†c9Žã¹î4ÈqÁ\Êá¸p.‚;Ëã"¹óÜ.Š‹æb¸‹\,w‰‹ã.sW¸xî*wKà¹$î:wƒ»É%s·¸Û\ —ÊÝáÒ¸t.ƒ»ËÝãîs¸L.‹{È=âsÙÜ.‡ËåžryÜ3î9—Ïp…Ü î%WÄs¯¸®”+ã^så\WɽáÞrï¸÷\÷ûÈUsŸ¸®–«ãê¹®‘kâ>sÍÜ®…kåÚ¸vî+×Áur]Ü7î;×Íõp½œ?ˆÌá‡òÃøá¼8?‚ÉâGócø±ü8~Œç#ø³ü9>’?Ï_à£øh>†¿ÈÇò—ø8þ2…ç¯ò×ø>‘Oâ¯ó7ø›|2‹¿Í§ð©ü>Oç3ø»ü=þ>ÿ€Ïä³ø‡ÿ]_Ç®¬;affffNl‡™ÉÄNæÄaî±Æi†±ÝÌÜ33333ã›ë›³Ï~o­÷ë=ju©¤*•JR}RàHàhàXàxàDàdàTàtàLàlà\à|àBàbàRàràJàjàZàzàFàfàVàvàNànà^à~àAàaàQàqàIàiàYàyàEàeàUàuàMàmà]à}àCàcàSàsàKàkà[à{àGàgàWàwàOÀf3ƒYÀ¬`60;˜Ì æsƒyÀ¼`>0?X, ƒEÀ¢`1°8X, –KƒeÀ²`9°Øl6ƒMÀ¦`3°9Øl ¶[ƒmÀ¶`;°=Ø ÃÁ¥ Ë:ƒ]À®`7ðstža/:ߊ.Yò?ûn£ºƒƒÀÁàp(8 F‚Q`4ŽG‚£ÀX0 ŽãÁ±à8p<8œN'ƒSÀ©`¶èÚS'.æóÕªö3j8œÎ€ ÁEàbp ¸\+üŸršwôù‚U˜L-ù¯íŽÍ–ƒ!1 )0¦€©`Hƒ È‚ȃ(‚(ƒ ¨‚89yaò¤ì‰>ßÑoâÓâ’¢“¶‚ÛÀ¿‘9á`G°{ÒÂÁðdŸ¯s´‚ÇÀãà ð$x < žÏ‚{3ö2…°Ãà9ð x¼^±ŒhŒ‚3n€wÁ{à}ðø|>Ÿ€OÁ›Ñ½Á¾³Ÿ¯À×àð-ø|~?‚ŸÀÏ —<:9\6nq‚þ·ƒ;Àà® ~vƒ{BÏ,ÐÍ®‘I>(tü€ B… ÂP¨(T *•€JB¥ ÒP¨,T*U€*B• ÊP¨*T ªÕ€jBµ ÚPó©=cDÕ@ ¡FPc¨ Ôj5‡Z@-¡VPk¨ Ôjµ‡:@aP8}¿ßÁ?àOðøì å…òA™¡\PV(”Êå„úB¹¡

Ô >Žô‡Ú nGÀáNpg¸ Üîw‡{À=á^po¸Üî÷‡ÀáAð`x<‡#á(8ŽGÀ#áQp,†ÇÀñðXx<žO„'Á“á)ðTxmôºèNà4x<N€çÀsáyð|x¼^/†—ÀKáeðrx,Å}?q ¼Ý€V«àÕðx-¼¾ ݃úAg ÛÐènÈù@9`Æ`&`¦à œ§ÂiðÅèÁIïgÓ0 °K° +° k°pëŒ8( Ñ„=8Þ oƒ·Ã;àð.x7\,q`Ò·){àðAø|n ·}>F`>Ÿ†ÏÀgafa>_‚/ÃWà«ð5ø:|¾ ß‚oÃwà»ð=ø>ü~ï…÷ÁûáGð3ø9ü~ ¿‚_Ãoà·ð;ø=<žÏ„?À_à¯ð7ø;üþ†À`’ ÉŒdA²"~8N‚“áõð87’É‹äCò#ð x3¼À ÁEÿ©Í§jsÀuã}¾2=ÿk'Ã¥“ð)8R˜SYiˆ<†ŸÀOáFÈOøün†´BZ#=Àž![S)ˆt@Âp$éˆtB:#]®Ha¤R)†GJ %‘žHM¤Ò©CäzÈ:·…Û Ã‘H$ ‰F˜ »X'!‰CF#cÈè*!ÞR"º!Ý‘‰È$d22™ŠLC¦#3È`¤ÒéƒôEú! Èd ,A–"ËåÈ @üH"’„œ‡/Àádd ²Y‡¬G6 ‘MÈfdÈØnP‘ª -‚ †à…‘¤1ÒiФ",Â!<" Gácð0DDTDCtÄ@LÄBlÄA¤ŒÈ§Ê .²ÙìD! ‘ûÐh&2 Ù@"‡ÃÈä(r ™ìAæ!ó‘»¡‘cy’ ïB."—ËÈä*r ¹ŽÜ@n"·ÛÈä.r¹<@"ÇÈÄ8Ÿoc§íBOWÈkä òy‡¼G> ‘OÈgä òù†|G~ ?‘_ÈoäâC3¡™Ñ,hV4šÍæD%DF$šÍ@ ¢…ÐÂh´(Z -Ž–@K¢¥ÐÒh´,Z-V@+¢•ÐÊènä²YŒTAk¢µÐÚ¨•Õ• 9Žœ@¢ÐÆh´)Ú =‰TCç s‘ÓÈd?x<›£-д#Ú íŒvA»¢ÝÐîh´'Úm…¶EÛ¡ ¾hk´ ºÙ‡ôB{£ÃÐáh$…F£1èt$ÚˆB£ýÐþèt4:ŠŽBcÑÉèt*: ŽÎ@g¢³ÐÙh‡N@Ç¢ãÐñè|t": ƒÎE—¡ËÑ(€úÑD4 MFW¢«Ðyèbtº]-†¡ëÐ%èRt5º…PEPÅP%P¥Ð ºÝ‚®G7 ›Q   š‚¦¢*£ ª¢ª£j¢j£i(2(‹rh::GTDÔE÷¢ûÐýèô z=ŒA=tºÝ…nE·¡ÛÑèntz=†^D/¡—Ñ+èUôz½ÞDo¡ÇÑsèiô z½‡žG/ ·Ñ;èSôú}¾D_¡¯Ñ7è[ôz}„ÞG ÑMèCôú}‚¾G? ¿Ñ?¨Ë„eƲ`Y±lØGôz=…~F¿ ßÑ\ØOôšËÆŠ`E±bXq¬V+…•ÆÊ`9±X^,–«€Ä ae±rXu¬V«…ÕÆê`u±zX}¬V«‚UÄ*a_Ñohe¬ V«†5Äam±vX{¬†…cXG¬ÖkŒµÂšbͰ–Xwl24ÔŸ»b]°þØl 6Œ Á†bðáX$…eœj]¥]L4Áâ±±Ø8l<6›ˆMÂ&cY£b°—Èl6›…ÍÆnŒ]¤Ë¤ðÉá-‘l¶[‚UE{c=°žX/l9ö7Ni޵ÀVck°µØ:l=¶ÛˆmÂüX"ö~€Ï—®.Å0 ÇŒÄ(,ˆ¥`©XFc ÆbÆc6›†MÇDLÅ4LÇ ÌÄ,ÌÆÌÅ<,ÛŠmöc;°X]Ôç+Ÿ[X±ê!µÚ…ÅŽaÇ1 “±hìv;ƒÅÎaç± ØEìv»‚uÃa‡±#Ø ì6v»‹ÝÃîc°‡Ø#ì1ö{Š=Þc/°—Ø+ì5ö{‹½ÃÞc°Ø'ì3öûŠ}þc+¶` ±Ø̇gÂ3ãYð¬x6<;žωï ùó›ýÆráùñxAüvFŒbp?v;ˆÝÀnb·°BxYü$v »ŠUÀ+â•ðÊx¼*^ ¯Ž×ÀkâµðëX)¼4^/‡7Äáñ&xS¼Þo·Ä[á­ñ6x[¼Þá?±_X><ïŒwÁ»âÝðîx¼'Þ ï÷Áûâýðþø| >ŒÁ‡âÃðeX=¼8^/‰Gáõñøp<ÁËãup‹Ç'àñIød| >Ÿ†OÇgà3ñYøl<ŸƒÏÅçáóñøB|¾_‚ÅÇá[³Fø|ªû|±·Çlªäóõ„jãËñµø:|=¾߈oÂ7ã[ðºøH|‹/Å1Ç œÄ)<ˆ§à©xîó5Έ+ß¿GœÐ¡Nã ®â‰Ãx4ƒÀMÁQ\Ç·âÛðíø2ÄÇã;ð=ø^|¾?€Äá‡ñ#øQü~?ŸÄOá§ñ3øYü~¿€_Äwâ»ð8€gŽ‘ñKøMü~¿ƒßÅïá÷ñøC¼[´Ï·_ƒïÆá/ð—ø+ü5þ‹¿Ãßãðxa¸HÈ·¸‚ðo!~ý2~†Ç„~7 ¦OxN"‘›ØœulãBš„ßÀóE‰bDqÂÀ]Ü ^Šððt¼Q‘¨DT&.ãYˆçx¢Q“¨EÔ&êu‰zD}¢ÑhD4&šM‰fDs¢*QÈL´"Œ»91 OÆWâ«ð§x&âïý×þ¯x¢5Ñø‰ÿÂãpÑ‘èAô$ ¼Qž¨@DàñÍØp¢ Qˆ(L!Z£ˆX"Ž(I &Jeˆ²D<1„JŒ&&Sˆ©DKb Q˜FÌ"f Äb.1˜O, ‹ˆéÄ b±4T6F„D¢Ñ™èBt%ºˉeÄ:¢Ñ›èCô%úÉÄzb1ˆ˜@äÆöac‰qÄx%0'&“ˆÅC,!à--idÌj„%B%4‚#xb&¡6á.áéÄVb±ØAì$v»‰=Ä^b±Ÿ8@$‡‰#ÄQâqœ8Aœ$N§‰¶H;¤=bq†¸D\&®W‰¼ÑùB’¾@\$®wˆ»Ä=â>ñ€xH<"Oˆ§Ä3â9ñ‚xI¼"^oˆ·Ä;â=ñøH ÛòÒ#ˆÄOâñ›àG® ïÚ-˜ÑþIH¬$V«‰5ÄZâ1;=-ùC" “EÈ¢ägü ^.F–"K“eȲdÕðbUCô¢_…ç#oåÈjdu²Y“›ß|Ô‹Œ9eÍÒUȪd-² Ù”lF6'[-ÉVdk² Ù–lG¶';ad8A¶‡7|WŸïEâ"@ä !¢Ù‹ìM"D2…H%‚$(¢?9€H¦4Ñ‘Œ&cȤAô%B$$B&F’cÉqäxrK6&'SÈ©ä4r:9ƒœIÎ"g“ ä2 ¡™K.$‘‹É%äRr¹œ\Až%Îç‰IäßÈã7‰dr2 Èä&r3¹… ‘0‰ÃÆ|#®,@$Q2H¦©dI“ É’É“¹>"¾}Èß'üD"‘ìIæ$s‘¹ÉN~'Dr¹“ÜEî&÷{É}ä~òyœGÎ'‡Ècäqòy’*»@Ý¢nSw¨»TöÊÅ¢·“÷¨GÔcê õ”ÂÈmäCêõŠzM½¡ÞRï¨÷Ôê#õ‰úLÍ‹îÒ™KÔaê õ‹úMý¡|ÁLÁÌÁaD1ê™%˜#˜3˜+˜;x¸Aè®’©“ù´H›tH—ôÈ”_*úitž`¹`ù`…`Å`¥`å`•`Õ`µ`õ`sê u”¬¬¬¬¬llllllF ñŸ/èó%P£«¯BªPÍ‚‚aÁð`D°c°S°s°K°k°[°{°G°g°W°w°O°o°_°p@p`pP°8Y‚,IF£‚ÑÁ¼ÁVÁÙSb‚±Á¸àèà˜`|plp\p|pBpb¨ŒôЖ#y:°œ L ΀9À\`0X,‹%ÀR`°X€H’€d`%° X ¬Öë€õÀ`#° Ø lÊ'À ààmR@ ÀÀ     `wý6à.àéÀV`°Øœ÷ïv{€½À>`?p8G€£À1à8p8 œNg€³À9àð¸A>O€§À3à9ðx ¼^o€·Àqÿ{àðø|¾_ÿâA~¿€ßÀÀçÏäÏìÏâÏêÏæÏîÏáÏéÏåÏíÏãŸÌçì/è/ä/ì/â/ê/æ/î/á/é/å/í/ã/ë/ç/ï¯à¯è¯ä¯ì¯â¯ê¯æwkø-m]=}C#cS3s  ØÊßÚ›ÜÖßÎßÞßÁæÏ@’ÌÒŒA>ß ÿ(/‘è’ý/Òä\p¨˜ßíåó ëãóÕÔ8cÄÆ·míóÅûÇú—vÿ’vÙäÁÉþ)þ©þ ãÆû|3ý³ü³ý þ9Ô¯ük•âI«…CB_& ½©6e^ʬ˜Ú¡9v?,k°ÙÚŸt é`Ò¡¤ÃIG’ò´);àNâYä?_^)éóõø‹U™•ìóU,¥øÕ!qÊd¬G¨³Ä¿ˆ•íï%®ë“}¨Ï·×¿ï_ùkôõùªTyÜnchÜ‹ ¥ÿ÷b”ñ;þb´ØP Çú|yþ¢…úe¬(­™îóµ+µ"ZL”ã’”Dõ/oÏC¯ÏX.ž¸>ã²çÔ\dbT(W6qOÁŒ{fBª¿í_xÑ‹}·†ò¸xÇß‘‡ùûÌLœ•8;1!qNâÝ¿8¤A½³…ò­®þÿÜ8ôzj|XÍÔm)>ßÀîÉÿÂÉÿ®}'¾LO.Ñ¡Tð¿oW„ÕHñJÔž•c§$Üþ‹}*)<¥Ô¿è|KJ›št?Ø2Ô*‰þö6ùÉ¿íÕ¡äÒP{ö¹ÖO‡¬@–ÔÿMMêz¿.ƒÆ‡PÛŸO’X»Áÿ¥¹+~=ø¹udjѸq )þ 1>ß»*E“æ'ø|Í3pC•C²ÅýDˆöæ 9ÕΟ!õVÿêóy—\Ýñ:ùß”¤”Í¡¼C3äf¤Î½=õ¿ï’ýWB~3òaH³;ýÅ-A¡ç’ H5ÅŸ²üÖ¯“Ï·cHæ¿ÔÇÇþ»äê}ûýƒ)<ó¿Oütbñ”ÿ²iyߨGí‚íƒý"úÿEk½é>¼ôä†%'†j¿1_FFWOÚü—w½ë†ŒVhòV§ŽJ}üϵa{C’ÙWÂç»9i^(oÊ_¼îˆä‘å×0Ç%â…§fK É®_Öä}ýjDŠ.=¥ÿÂÄÅéOLÅ24ºÿ?RŸÿJr\‡²¡/ïýϾNTÕ±Ù2PSB^ñ¬f‚Cï~E_ÏeÔ$Kú—böPúÅ7lF+ïét7Ô£sŽ9â{Ì¿°Ú'CœiÌ’Ä¥‰ËBåï ý:—ÑïžÇUÏxF$6Ií”Ø9qVëô¸?#_&ËÀ*ˑْ³'w à n—‡ZæË¿ZñJ<?6dÅʥƤ~ÿÛSׇڵtÚ¿åp4CÏ^eð7;m[Z04«,Ûg}†ý"“ò†(.ÌС!©Ÿ6}[+Ô·CH¥Có§áþ¢ÚÄ,NÃÛ«¼IÒŠbIK’;†ÒïþÕýˆŒòÎÅü'çÓ!ÝRƒqÿ·ŽüÎhýâ!‹0)%l@‹ýÍ™\þÏ¥_“Z×IŠ Y²UáPk‹±™B¨Æqá>:>wJž÷›2ÐÆ‡;§J„|hÊMjR0œŽ ;ÒèÎtº+ÝîN÷ {Ò½èÞtº/ݾ’bÅ8Ú6%gZz=œŽ¤£èh:†A¤Gѱt=šCÇÓcéqôxz=‘žDO¦|A¨Ýb¦Ð3éÿtµYô<ºf°V°vp>ÝY…e.¦—Ó+h€öÓ‰tL¯¤WÑ«é5ôZz½žÞ@o¤7Ñ›é-t€iˆ†i„FiŒÆi‚~Þ"_‚$J§Ñ4ÍÐ,ÍÑ<-Ð"-Ñë¯Q9™ÖiƒŽ «Ò.åü)ÝSLº_õþÕÃátz½“ÞEï¦÷Ð{é}ô~ú}. W¤·Ó‡ècôqú}’>EŸ¦S²—Ñgè ôEú}™¶h›ž’ÒŽ>–q]Øš]%Ի߄¬ýŸÑè#ôQú ýŒ~N¿ _Ò¯è×ôú-ýŽ~O ?ÒŸèÏôú+ýþNÿ Ò¿èßôÚÇ´O¼†G¤¼#ß“­R?“©_ÉtI ¡21ù™LA¦S˜)ÂeŠ1Å™LI¦Sš)ÔeÊ1å™ LE¦S™©ÂTeª1Õ™LMf ‘‡)L¡ŠRçè¶t&/“©Å4eš1Í™‹T.¦"Õ3µ25”nÁ´g:0aLK¦ó“ g:3]˜®L7¦;ÓƒéÉôbz3}˜ôBzÝ—È b3C˜¡Ì0f8ÉD1ÑÌ}ê•LOž3€‰aâ™±Ì8f<3™ÈLb&3S˜©ÌUúý¨Êw ô÷„¾•#Ôg^„þïÈtb¦1K™eÌrf#‘2‰ ˜df%³ŠYÍ(0”§@°`°P°p0S4X,X<ŸR2¸˜ÑRÝ>Ý Âè5LIaR™4†f†e8†gFd$FfFe4¦y°Eð;…2KqIg¶2Û˜íÌJd>ÓŽÙÁìaö2û˜ýÌZf³rØæs”9ÆgN0'™SÌiæ s–9Çœg.0™KÌeæ s•¹Æ\gn07™IMÇ40%è…÷gÆ0·˜GÌcæ ó”yÆ0™OÌgæ sˆ¨YLhD õÕôÆÇfb3³ ­†ê„3…ÍÅæfó°yÙ‘##ïfذiOé|l1¶8[‚-É–bK³eزl9¶<‹Å” Íug„è½ G#ÓîÓè‡ô#zXìæ!SmÀ6d±Ù&lS¶ÛœmÁ¶d[±­Ù6l[¶ÛžíÀ†±álÛ‘íÄNQÊÎlar26ÓƒíÉæf1TÈν%ª5Ó†i˼gØ$6™]ÉF0½Y‡YÅ®c׳Øì&v3û–yÇ$²[X˜EX”ÅXœ%X’¥Ø ›Â~e¾1‡™T–e9–gVd%VfVe5¶S­Ïê¬Í:¬Ëzl^Šd‡Å2Oáb-6ÝÇîg°ÙCìaö{”=Æg v»—=ÁžaϲçØóìfdè›f3—™Ç€yO¡/°wÙ{ì}ö9µYĬa{‡¬ó‰Ä&Ìö%ûŠ}Íú™DF!70™MÌf¦;`@b`až°ÓûD…,þ6–bÞ°Y¸¬\6.;—ƒËÉåârsy¸¼\>.?W€+Èâ sc2ó‹]ËáJq¥¹2\Y®Wž«ÀUä*q•¹{ƒ…Ø*\ ®&W‹«Í¥±4˰u¸\C®טkÂ5åšq͹ª\5®:ׂkõåÚqí¹\ÎEp¹NÜlªMðiÆH÷‡éÌõâzs}¸ÉÁ{Ì}æ{šíË æ†pC¹aÜp.’‹â¢9ŠÒwØ.–‹ãFsc¸º\=®8’ÅÅs“¸ÉÜn*7›ÎÍàfr³¸ÙÜIv 7ˆKàæs ¸…Ü".+›-ÔŽ%¸’Übàü\"—Ä%s+¹UÜjn ·–;]íLµi ë¸MÜfn à@â`á‡Ïš2*ˆr$GqA.…KåÒ8šc8–ã¸9Ü\nÇs2§p*§qÓ™*lU¶[­ÁÖdk±µÙ:ìcú[”Õ¹]Ünn·—ÛÇíçp¹CÜaîw”;ÆçNp'¹.lW¶û…íÅ.çÎs¸>ìb¶1ó‚=Å]çnp7¹[Ümîw—»ÇÝçp¹GÜcî ÷”{Æ=ç^p/¹WÜkî ÷–{ǽç>p¹OÜgî ÷•ûÆ}ç~p?¹_Üoîçã3ñ™ù,|V>ŸÏÁçäsñ¹ù<|^>ŸŸ/Àä ñ…ù"|Q¾_œ/Á—äKñ¥ù2|Y¾_ž¯ÀWä+ñ•ù*|U¾_¯Á×äkñµù:|]¾_ŸoÀ7äk3W¸ìBvÛ„F'¯r׸F|[¾ßž_Í^âV°ëg[sø.|W¾Ƈó+¸î|o¾ß—ïÇ÷çðùAü`~?”Æç#ù(>šáGð#ùQ|,ÇæÇðñüX~?žËãêsø)üT~?ŸÁÏägñ³ù~?—ŸÇÏçð ùEüb~ ¿”_Æ/çWðïçù$>™_ÉåŠq!ßõoÈIÜ*~ àAâaáQãqžàIžâƒ| ŸÊ§ñ4Ïð,Ïñb³=ùÄö#û‰ýÌžã¾²ßØïìö'{ŠÿÍþ éí¾]â1þ—¿ÇßçðùGücþ ÿ”Æ?ç_ð/ùWükþ ÿ–Ç¿ç?ðù‰ü$~2ÿ‰ÿÆçð?ù_üoþï2 ™…9ì\v›EÈ!är ¹…ŠÄÇâñ©øL|.¾_НÄ×âñ­øN|/~?ŠŸÄÏâq¨8L¼'Þo‰Ñâ6q§¸Kü"f–²HY¥É‘ÏC¾ñ1›”[Ê#å•òIù¥RA©TXø|Ç‚™¤"RI餸K¼/–’ÊIå¥ RE©’TYª"U•ªIÕ¥RM©–T[ª#Õ•êIõ¥RC©‘ÔXj"5•šIÍ¥RK©•ÔZj#µ•ÚIí¥ÒR©¬ÔAê(u’:K]¤®R7©»ÔCê)õ’zK}¤¾R?©¿4@Šc¶ù„æÆž˜.nÿˆ>©„4P!”FIaR¸!ÅJñÒXiœ4^š M”&I“¥)ÒTiš4]š!Í”fI³¥8i´ôSœ+µ%*§µ'„´óâñ¢øC¼,^¯Š×Äëâ|iž”,Ý‰}Âwq¹´RZ%ý£¤h)FJ – •0 —‰”(iŽ´I#%Zb$Vâ$^$Q’$YR¤ŸPF Œ¤J–dKŽäJž”.m•¶IÛ¥ÒNi—´[Ú#í•öIû¥ÒAétX:"•ŽIÇ¥ÒIé”tZ:#•ÎIç¥ ÒEé’tYº"]•®I×¥ÒMé–t[º#Ý•îI÷¥ÒCé‘ôXz"=•žIÏ¥ÒKiõð5ÃR©Òfi‹4L.EJ¤€J¯¤ïÒé§ôKú-ý‘|r&9³œEÎ*g“³Ë9äœr.9·œGÎ+ç“óË)Ò;é*ž…¹Ž ÈÅårI¹”\Z.#—•ËÉåå°@úÏúÀziƒ´Q*$¿—¾H_¥oR¹¾Ü@n(7’ËåZršÔDn!·”[É­å6r[¹Ü^î ‡ÉMåfrs9\î,w‘»ÊÝäîr¹§ÜKî-÷‘ûÊýäþòy y¿|@>(’ËGä£ò1ù¸|B>)Ÿ’OËgä³ò9ù¼|A¾(_’/ËeUÞ._‘oÈ7å[òmùŽ|W¾'ß—ÈåGòcù‰üT~&?—_È/åWòkùüV~'¿—?ÈåOògq14ïà}¾µ©>_¼ìóåù Ȇä5Y“uy²%“’YÉ¢dU*(•X%§’KÉ­ÌR*+”‘Êe¡²H)¬ÌPÊ+K•eÊre…(~%QIR’••Ê*e¦2W™§ÌW+•MÊfe‹P–(k”ë2¨  ¦à ¡ ¥•%UISh…QX…SxEPDERdEQTEStÅPLÅRlÅQ\ÅSÒ•­Ê6e»²CÙ©ìRv+{”½Ê>e¿r@9¨R+G”£Ê1å¸rB9©œRN+g”³Ê9å¼"pµBcã-~Œ¯ŒUÆ)ã• ÊDe’2Y™¢LU¦)ÓXY«¬Sf+ Ê割^Ù \P^+o”· ¤DªÓG)­ôËÚíª¥·ÖÛèÃõ8}´>F¿«µÐ_kñú}¢>IŸ¬OѧêÓôéú }¦©ÔGé±ú,}ž>__ /Ôé‹õ%úR}™'–×’ãôæz¢>^_®¯ÒWëkôµú:}½¾AߨoÒ7ë[ô€ê눎꘎ë„Nê”>,Ô»…dƒ:£³:§óº ‹º¤Ëº¢«º¦ëº¡›º¥Ûº£»º§§ë[u­½ÞÞçk¤7Ö›èIz²¾Wß§g%²Ù Þ¦ÕéÇõúIý”~Z?£ŸÕs¥= YÛm¥~N¿¢_Õ¯é×õúMý–~[¿£ßÕïé÷õúCý‘þXŸ­'èÑzŒ>B¦ÏÑçêOô·ú;ý½>V? _Ö?è_ô¯ú7ý»^]¨!Ì¥ètŸ‘ÉÈl¼e_¨ßÆ}Ò÷ë9ŒÏz#‘×Ègä7 BFa£ˆQÔ(f7J%RFi£FÒüv Ú ÖËJFe£ŠQÕ¨fT7j5ZFm#¿^@¯`Ô1 FFc£‰ÑÔhf47Z-§Ú3[íŒöF#Ì7"ŒŽF'£³ÑÅèjt3º= +¢wGŸo—¾1¥@È_é îÖ÷è9\Æc¨ÑR¥¿Ößè=ÆHc”kÄ£1F¼1ÖgŒ7&IÆdcŠ1Õ˜fL7f3YÆl#Á˜cÌ5æóÆBc‘±ØXb|Ô‡;2vÁæbÉúÆRc¥±ÊXm¬1ÖëŒõÆc£±ÉØll1h@ÆS=Êx®¿Ð_ê¨mİ‘b¤iÆ2c¹‘Û  Þ Ñ ÙP ÕÐ Ý0 Ó° Ûp ×ðŒtc«±ÍØnì0v»ŒÝÆc¯±ÏØo¬Ðݯ³Æ0ãˆÁŒÆIã”qÚ8cœ5Îç ÆEã’qÙ¸b\5®×ÂïÅÕKë7Œ»Æ=ã¾ñÀxh<2OŒ§Æ3ã¹Qרgø|¥ªŸììóµ5^ŒÆ'ã³ñÅøj|3¾»ÿF;ïÔûýŒþÆc 1Èl5Ž9Í\f¤A”4~ÍBfa³ˆYÔ,f7K˜%ÍRfi³ŒYÖ,g–7+˜ÍJfe³ŠYÕ¬fV7k˜5ÍZfm³ŽY׬gÖ7˜ MÆÈc®0cfßFf ³¥ÙÊlm¶1ÛšíÌöf3Ì 7#ÌŽf'³³ÙŬLgʈ}À Ü Œ|f~³€ÙÕ`4™Í&f^³¯òõŒçÚP3·c7›±fœ9ÚcÆ›cÍqæxs‚9ÑœdN6§˜SÍiætó¦q˸mÜ1f˜s̹æ3Ÿ›4!6/j—´«#}>Â$Í›æ-ó³ùÅL3™ŒÉš_Íoæwó‡yÖ;“ÙÎbgµ³ÙÙívN;—ÛÎcçµóÙùívA»]Ø.bµ‹ÙÅíŒÓÌû‡fR »œ]Þ®`W´+Ù•í*vU»š]Ý®a×´kÙµí:v]»ž]ßn`7´Ùíúz½¡~Ǻkݳ¾Z߬Övû±õÊzm½±ž[/¬—V;Ì·ßZï¬&v»§ÝËþlµ³ÛÚ}íïVo{ =Èl±‡ÚÃìáv¤eGÛ1ö{¤=ÊŽµãìÑö;Þk³ÇÛì‰ö${²=ÅžjO³§Û3ì™ö,{¶`ϱçÚóìùö{¡½È^l/±—ÚËìåö °ýv¢d'Û+íUöj{½Ö^lîÑöj-ì–v+»ŸÝߨ ÝÞîlw±»ÚvG»“Ú˜ÛÝìîö:›±Y›³ûذ Ù¢=ÀæmÕÖlÝ6lÓ¶lÛvl×öìt{«½ÍÞnï°wÚ»ìÝö{¯½ÏÞo°Ú‡ìÃöû¨}Ì>nŸ°OÚ§ìÓöû¬}Î>o_°/Ú—ìËöûª};nÒbµ8m“½ÙÞbK¶lß·Ø=«v@åÔ²ö û¹ýÂ~i§eDø—³^ÙïíöG{–hÌÃæc °dã‹ýÄNLÝ[²ƒvšMÛŸì¬N6'»#Øì‡v.'·“ÇÉëäsò;œ‚N!§°SÄAìL„Á‚eqr8erNy§‚SÑ©äTvª8U›Öån>_ù>ßKªšSשçÔw8 FNc§‰ÓÔùiìÁöb©6a“¶Ï)ádvÊ8Íœ0'܉pr:Åœ¢Ng§‹ÓÕéætwz8=^No§Ó× yX“C3¡£3Äê s†;‘N”íÄ8#œ‘Î('Ö‰sF;cœxg¬3ÎïLp&:“œÉÎ"s½ýÞâÌpf:³œÙN‚3Ç™ëÌsæ; œÜx=/>ÝYè,s–;+œÂx¼(þÎlí´qÚ:íœ$,[‰ýϱMÓœÎ&g³³Å 8 9°³ÚYã´w:8€C9A'ÅIuÒÚaÖáÞÑ‘ÙQÕÑœ©ê,utÇvÇu<'ÝÙêls¶;;œÎ.g·³ÇÙëìsö;œƒÎ!ç°SÙ•Î*sŽ9Çâ˜ÎYçœsÞ¹à\t.9—+ÎIç”C8¤sĹíÜqî:÷œûÎç¡óÈyìL¥+hÎãÞ>mn9Oœ·Î;ç½sÔ¹áœvÎ8×OÎgç‹sÕ¹æüt~9¿?ŽÏÍäfv³¸_oÎMç–óÁÉíæqóºùÜün· [È-ìöHé™’ŸøáD´×Χˆ[Ö-ç–w?:9ÜïN 7»[É­ìVq³ºÙÜšn-·¶[Ç­ëÖsë» Üªn57§›Ë5œFn·‚ÛÊmí¶qÛºíÜön7Ì w#ÜŽn'·³ÛÅíêvs»»=Üžn/··ÛÇíëösû»Üî w°;Äês‡»‘n”íÆ¸#Ü‘î(7ÖsG»cÜxw¬;Îï6w[¸%ÝRni·¥;ÁîÎpgºÝ&nu·†ÛØMpç¸s݆î$w‘»Ø]â.u—¹ËÝ.àÎsç»MÝfî,wµ»Æ]ë®s×»Üî&w³»Å ¸  ¹°‹¸¨‹¹¸K¸¤K¹A7ÅMuÓ\Úe\Öå\Þ\Ñ•\ÙU\ÕÕ\Ý5\Óµ\Ûu\×õÜtw«»ÍÝîîpwº»ÜÝîw¯»ÏÝïpº‡ÜÃî÷¨{Ì=îžpOº§ÜÓîl7ÙM±[9 Ü…n’{νè^rýn¢{ݽáÞto¹·Ý;î]÷ž{Ù½â®tW¹gܧî3÷¹ûÂ}é¾r_»oÜ·î;÷½ûÁýè~r?»_ܯî7÷»ûÃýéþr»\Ÿ—ÉËìeñ²zÙ¼ì^/§—ËËíåñòzù¼ü^¯ WÈ+ìñŠzżâ^ ¯¤WÊ+í•ñÊzå¼ò^¯¢WÉ«ìUñªzÕ¼ê^ ¯¦WË«íÕñêzõ¼ú^¯¡×Èkì5ñšzͼæ^ ¯¥wÖ}äžw/¸WÝkîC·×ÞëàÝw¸¼Î^¯«×Íëîõðzza^¸÷Ø}â¶òx½AÞ`oˆ7Ôæ ÷"½(/Ú‹ñFx#½Q^¬çöÆxñÞXoœ7Þ›àMô&y“½)ÞToš7Ý›áÍôfy³½oŽ7×›çÍ÷x ½EÞbo‰·Ô[æ-÷Vx€ç÷½$/Ù[é­òV{k¼µÞ:o½·ÁÛèmò6{[¼€z{ˆ‡z˜‡{„Gz”ôR¼T/Í£=Æc=Îã=Á=É“=ÅS=ÍkíõõÚzí¼¯£×Ç3=Çs½^^oo»·ÃÛéíòv{{¼½Þ>ÏóÒ½ C€˜oiÏì‰îoZh²xÊ;íñÎzç¼óÞï¢wÉ»ì]ñ®z×¼ëÞ ï¦wË»íÝñîz÷¼ûÞï¡÷È{ì=ñžzϼçÞ ï¥÷Ê{í½ñÞzï¼÷Þï£÷Éûì}ñ¾zß¼ïÞï§÷Ëûíýñ|é™Ò3§gIÏšž-={zŽôœé¹Òs§çIÏ›ž/=zô‚é…Ò §I/š^,½xz‰ô’é¥ÒK§—I/›^.½|z…ôŠé•Ò+§WI¯š^-½zzôšéµÒkÿŸæ®2H®I·™yÌTÝfv[)+S`fn333³Ýv›™ÙØÙ-33333Œ™÷E]mïlÌÞÆí\\ÄÕ=)éË|R*_D)dsØœöhä±Èý‘"7Gn‰ÌkóÙü¶€Ý™Ç‚å¶°-Yi•-hCm¥ÈÊ‘¹l [Ò–²¥m[Ö–³åm[ÑV²•m[ÕV³a¶º­akÚZ¶¶­cëÚz¶¾m`ÚF¶±mb›Úf¶¹ma[ÚV¶µmcÛÚv¶½í`;ÚN¶³íb»Ún¶»ía{Úˆ¥™œŠøHd/Ûß°í ;؆Û!v¨°Ãìp;ÂŽ´£ìh;†eãØx6Md“Ød6…MeÓØt6ƒÍd³Øl6‡ÍeóØ|¶€ýʲEl1[Â~cKÙ2¶œ­`+Ù*¶š­akÙ:¶žm`Ù&É,Û̶°­lÛÎv°lÛÍö°½lÛϰƒì;ÌŽ°£ì;ÎN°“ì;Íΰ³ì;Ï.°‹ì»Ì®°«ì»În°›ì»Íî°»ì»Ï°‡ì{Ìž°§ì{Î^°—ì{ÍÞ°ßÙ[ö޽gØGö‰}f_ØWö}g?ØOÑ :Ä€˜ bCˆ ñ >$€„CH É 9¤€_ %¤‚ÔÒB:H #d‚Ìà‚`7xÀ >ÈY!d‡rAnÈy!ä‡PB¡0àP HP Á@( Å 8”€’P JC( å ˆæá|/3èÿéoQàN¦Þÿ½®3iþõøÃÔ YàÞûø"µ1툴º‰Tý;÷ŸiÓØV¤ùOì¤ÿ·Ü‹ù_Á~-]²4Íë/©ÿofÖ ?Ý wôofcºÿNîn€k¦ç_QŸºÿÍSNì&ñÉÿÃæͳ•ÂýÞ¡¼£è$:‹.¢«è&º‹¢§è%z‹>¢¯è'ú‹b $‹p1D b˜.Fˆ‘b”-ƈ±bœ/&ˆ‰b’˜,¦ˆ©bš˜.fˆ™b–˜-戹bž˜/ˆ_ÅB±H,KÄob©X&–‹b¥X%V‹5b­X'Ö‹ b£pJ]aÅf±ElÛÄv±Cì»Än±GìûÄ~q@‡ÄaqDÇÄqqBœ§ÄiqFœçÄyqA\—ÄeqE\×ÄuqCÜ·ÄmqGÜ÷Ä}ñ@<ÄcñD<ÏÄsñB¼¯ÄkñFü.ÞŠwâ½ø >ŠOâ³ø"¾Šoâ»ø!~Š Œ†Ñ1ÆÄX]î`w|W×pWL„‰1 &Åd˜Sà/˜SajLƒi1¦Ç ˜3afta0†`HHMŸ}˜³b6ÌŽ90'æÂܘób>Ì]¡.é+€ 9Fˆ„j4X‹b1,Ž%°”뺻whI,‹å°ÂÇøŸâ3|ŽÕ0 ÃC_àüßâ;|ð#~ÂÏø¿â7üŽ?ð'Ñpï:_œ,Ñ(Ŧ8—âQ|J@ )%¦$””šºSÿœ28U°78•'¥¥t”ž2PFÊD™ÉEΞâŽç &/ù( e¥l”rPNÊE¹)åuè3Y¢§/((Ø{Õ›!IR¤ÉP*JÅ(.ÆÃ/žâTšÊPY*Gå©U¤J´<$Ì}ÐW™Â¨:Õ šT‹jSªKõ¨>5 †ÔˆSSl†Í±‰c+AÈ`lA÷ ôÌׯé dÜ2غ;ý.Ô•ºQêKý¨?  4ˆS8 ¡Éî%ž0_J#i¦14–ÆÑxš@)ƒ‚"¼#hM§4“’‡øwšEóiýJ iE„x½¯q1-£åtÝ“Àí¡´†ÖÒ:ZOh#m¢H²´™¶ÐVJNÏÜÇ=Ûhí¦=´—öÑ~:@é¦#t”ŽÑq:A'é¦3t–ÎÑy œë äÖætnÒ-ºMwè.=ôÜòÝöÍ£{ô˜žÐSzFÏ齤WôšÎ:UƒßÐ{ú@é}¦/ô•¾ùõõò}§h2ºŒ!cÊX2¶Œ#ãÊx2¾L ÊäÒUï(vƒÉÔ23îu0¤”©dZ™Yºd° ‘né‘^é“Îé˜E~Þá®îÍ!óȼ2ŸÌ/ È‚2T’L‚ä²°¬í«ã»‹"`£©o)*Y\–%e)¹„~£¥TZv *LåeeYEV•Õd˜¬.kÈš²–¬-â lMudÙP6’e™à²ÁÙe¿¾EžòfÈ­Û!h ?Z™dÙU®ôpª$»É^²·ì#ûÊ~²¿ ÊAr°_î´7\“غȂŠq„o¼4Áu¼«ãISä,9[Αså<9_Nò–ñ< #—;³{©ç-Ëå ¹RÖŽªÖJ9(øgÌL¹Jn‘[å6¹]î;åoŽ»ä>¹_å!yرÂ¥<"OÈ“~,q½§ä9y^Nvôo–äyU^“×å ySÞ’·åyWþ&—p/ ´‹å=ùR¾’¯åù»|+ßùÇ'Ë÷ò³üâŽ_£ÞñÌàò§Œ­â¨¸*žŠ¯¨„*‘J¬VRŠÏëÁ”ÊYS!í)‰Ê¨2©ÌÊ¥‚Uˆr+ò*ŸÊ¢²ªl*»Ê¡rª\*·Ê£òª|*¿*  ªPUHU YãY뉥˜BEJª‹žcžORùoO|ì)ª^;>ÆTB•TåTyUAUT•T!ŸM[X•USwÝ/deU[ÕQuU=U_5P UGæ¡7LíwVú"YK5R­UÕVµSí½íÿP?¤¦4ÔAõR½UÕWõSýÕ5P RƒUm'C•¢p5L Wÿ\G4S#ÔD5IMVSÔT5MMW3ÔÌ?ðLpž‡¦‰P³Ô„DѪÑbµÞ³ÁSN®QÔFµIE*«6«æþÓ­ÔµSíR»ÕµWíSûÕuPR‡ÕuÔ¯#ƒ:æo‹¨Sêœ:¯.¨‹ê’ºìk.¯¨o޽íj‡Ó¿âí)o¨ê¡z¤«'ê©z¦ž«ê¥z¥^«êþ*n™z£>øe˨÷ê£ú¦¾«ê§ ÒÑttCÇÔ±tlGÇÕñt|@'Ô‰tbD'ÕÉtrBÿ¢SêTº»ßǯ*µÎ 3êL:³vùO—Á:ÈýÙ³HyuÖ¨šðŽÊ¦óê|:¿.  êTÒY?-ÿ»´*Tkmt]TÓÅu ]R—ҧ器yùC–Ö•u]UW‹:Å|V†iô‘o¼¬£WøÒëÿÊŒ²nà©/[趺n¯;莺“;<Ý'UçNèë¢ûè¾ZG!i¥;\÷Ó#ôH=JÖcôXý¬ ÿ©¦îî¡Çé¹ú%FÍÝѯOé¾¾ÌÑóôZ½D6Ôô:}_>püŠAë}|}›ô½S'ÂPÌWÜ·X?•ô§€ôv½Ë±æÏ"#½õõ)}1€g£nJÍèï’!…Ϩ³êR€vMwö#=¤è—úƒcq¼z¢_éwú½þ ?êOú³þ¢¿êoz¾~…ëÕw=‚uRÃu4ÛÄöig½¬ÑqLB“È$6§u3ÇþHùGßç«·:‰É`2šL¦Šƒ?wºX¦¯?»½Ð]ý(Ü&³Éir™Ü¦”Ÿ”´šò˜‚&Ô2Ì€Ùû§¯Øe~©šNÅ>64Ž Íž†›ò¦‚)¤™Îª+šª¦š¹éU£ÿ¾kè,æmTüÊ™0Ó<ê®ÖV©Ó›¦½¹E¯å§5UíLÓ;À× €¤€éc†˜¡&Â<õ>sÆŽ9òxJÚ¢f˜™jZ:½¸¾p3ÍÌ6sÌ\34tŒ)½Ì<³È”ñãZhÒùÛf±YmÖ˜µ¦£_Cñ’Ÿ:Ȭ3ÛÌv³Ãì4»ÌnÓ?to‚Ùc–ë~Nf¨lª˜æ˜9nûçA,ÿê=¯/è梹d.›+檹f®›榩dŽðqÞz;÷}uË<1OÍ'îiÔó̼6?ô³Õ¼ ðM’÷õ{3Q~6_Ì߆»Õ„ endstream endobj 544 0 obj << /D [542 0 R /XYZ 56.693 815.761 null] >> endobj 59 0 obj << /D [542 0 R /XYZ 56.693 693.161 null] >> endobj 545 0 obj << /D [542 0 R /XYZ 56.693 667.366 null] >> endobj 381 0 obj << /D [542 0 R /XYZ 56.693 292.979 null] >> endobj 546 0 obj << /D [542 0 R /XYZ 56.693 273.108 null] >> endobj 547 0 obj << /D [542 0 R /XYZ 56.693 229.108 null] >> endobj 548 0 obj << /D [542 0 R /XYZ 56.693 168.336 null] >> endobj 541 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F74 437 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im19 539 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 552 0 obj << /Length 1474 /Filter /FlateDecode >> stream xÚÕXKã6 ¾çWøVØhdË’íÞöÕ¢E[ ØôPÌîAq”D?²~ÌLþ})Qò8‰gº»í¡½D´DQE~üìü¸x³^ÜüÀi“\Ä"Xï‘YÄKƒõ6¸ “C¯Ë¡[½.zÝÔÝrs¾mê”Æû¡•f'×ËŒ†MS.?­û«("9çhæNµß-9_e=H« DAf­6Ÿwa u³7]{Ï®#ƒó;WSSø©JùsZú*`£Õq«š‹á®•>ÇÜ<7º]`[’2ÒÄ`Ûç…{f ³SÙ.ò„‘”ãî4'1÷K7?U1 Þ5{×Àç[¹óV“-(¦ñ£bžçA-#Ms ùWÅã,¸ŠrÂòp0ë?”úN¢H|xÑpâˆÛ4‚pšÃaà@æz6³k¤eîõ¨Z™•po~¤= –ŸÐFð¥WŒuïo7 {ÕZVÎ²Í¯é ¯-@{ÀÜ­²'„јÍ纙¯ûÖ¡þ¦ytÞ5¡ ‡ #|³ðM‹EÞùK7ÌáÎ…»©<Ã#÷H£Ss3]ômaZ¹1ÚøEIÓ,ïí5fL¨Òc^uìO®6w^Ñï35]7.%fžÏ‚B{ AØFçË÷Œ„NžŒs’1~IBØ„„!!|{rM:¼-(å$ž‹Uz?Ù.žøBâø4¼J.Ü?Tµ±`¢kô @)AB²v8gSFŒ»Q‡D„Ví6O2ÞÈôvÁ àv/˜t½¤ÓÚžÀ‚.€=8÷ºaÓõºzŽmË0ÂKÀ9CÝkïôƒîsý_³T‡mÔ7##¢ mÕQy"æo1´-TIéY†Mt唀U)§üDäš~ú×¢ð(ñW½üßÒÎ8…lâùíÌgiç»Õ›Á]¹U{Ýõ#3ÿB²É¯È&¤>’ÍI'ôE&ûù*¹lûŽlšuO6'Åêr¤½ÆR4ïŒ8\œ”nk³Í\(âöŒñ!Æï«“èEn 4 #šáš™UËŒ`à.0áFÓÍŽäÓш$³ì¹ÈÈF“â‚¡F‹ÒsÜw9nd°y"¬ìšâ3S9>’_Oj®˜—ï3‰£^_óä¯ü‘Ø9Íó÷ÏЯ§öxÖÔ·äÏ$m|¯zåì ÿç*‚$Iö¯t¨ˆ'„²ìË:¿ìPŒÇOŠqæ;”™Gt0Òe;1s&Ìw«>v(ó5éM\¤¾7Íc®ÍêÆiõ&£rÖ›Œ†A3ž÷&3óŸìMPjβoéMW³$”P‘Ë¿,££Äþ endstream endobj 551 0 obj << /Type /Page /Contents 552 0 R /Resources 550 0 R /MediaBox [0 0 595.276 841.89] /Parent 557 0 R >> endobj 540 0 obj << /Type /XObject /Subtype /Image /Width 725 /Height 239 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 558 0 R /Length 17536 /Filter /FlateDecode >> stream xÚí\×Úÿ¯11š7+*¾‰½ßH¬$Vì‰F#b!’Ø5Æxc¡¨˜«X±E°P-AT@é]`eÙ]`iRâÿ‘s³ïÞm Âº,¿çóý$Ç33gÎÌìÌó9³Ë?þ¨;Š‹ ż}#ØŸ@ ê)oì Ò@ šh¤¥&3°+T/_¾Ô÷x]yhFÉNî6ªÿ–Ju¢2ñŒógNæç =®97i÷¨¿<4H#D“:å%Á©s½ÍŽ’Û”*w{clB=·±ž+Uñ‡ðu __ßDGG«Ò=ÄúQ^VFˆ MÑ=ê)¯Õ‚:kÉën{CmÈ[ ›šk^ý7Mv?\:w¦‰fUHHÃ&Óú7õÆ-×gÙÆîÿoã›í†ú¬6àÁU“ç[^yÖ­Y­ýx)/˜~ÈnMRŸQO÷xƒ”¡¤…wûxäu{¥¤Ÿ µúèIõž·é˜Ü9é¬QtùR“‹[Ãf@uÛ •í¢ú¯îµòrƒ4[Ïõ6FÏŠF}¥²Ïc´¯¨Mºò(¹„Ê^©²³8â£#Ÿ¨@?^*ñà {úÁ býxç7ª¯%o–5ä.Ûà©V›Ü »èmz¥‚‡WïpïÕÙ>ÓÉ+ \r©Ïµ¥þ×"Õ$V5Q”FM n ›‚Ö ÔÓ=cdçu·ëu†Ã0_kL?d/¡t©‘{¥"ý_¬ÔA?¤_¤ô£¿]Ò°ÙêuÛWMBoÔ±¡wb oܬÊú©âý¦\?Oçòr”\4hêEÇÓ¯uÉRólòÎÝÔs5ÆþQ«ô­ÝnŒGvê¹Ûß¾Û’ú!¦ªê…šèÇKÅ¡|ðEš?#íÙ<Ä~˧j’ñÕ­?j•Ù›Rú!÷Ì’Bù<®WþÌÉÎj¤{ÆÆ O(ˆxü¨)¦ ž^¤O¢Þ­Ô§)uЗoõ|Q®à-3¾ÚÜãëÇóÒRQA~SI¤Ôç²çÏU6‚€êÇ­ÔmüëÝêÇË·ˆú¾@?šA?ÔS?’â½n^÷¼áî}ëFFzšørÃÝÕ×óƣЯî¬òÞm_š“êïÝ ùÿY<1žf¨Å#+3#âñÇ!÷Ù¤´Ôš_¼"?÷U 7<¼ox„ܤٙe硜/_¤Ê»¾Þr{Kí^»zùQh0õê©2ðîmꤟ·§Ÿ+Û ÍG–Þ¸UêÇË·|x,T ÎÿŽÈü¼o=z\^^ž“åîzõoµà ø¹¬ì}óúõkι99ƒ43©-Nk§n¼¨•©™åÎC…êêjE½•Õ/*™~<+¨}éDv¥€w¥/30ø€ÚêÇõk.tJ޵$'úzÝò¼îvÓãIEa¡ˆ*c¢žÞºîæ}ë:éÉÆ«1!ßÿ®_À¿€»~AþwÃ…²÷(’ã}^µƒ2¢ÿ{Ç51Þó†»×ÍWï©ÆD>e 5³Üy¨TéëuSno•ë)ŠÜ•4X?0ø€ºéA)¸æï`ï…ÒŠH0ªkƒ³”ÓKKKjjª£ž> {ôà?¯æçUVVRr¯¬¬ ¿ÆY\\TýŸ¨b/¢–ÐÅJjÕÿ™óÕºª¨}V)5³ÜyÊËËjë^Èí-­Rì4•éñüyiYÙs¹ 4X?0ø@ÃÿêiWÉEƒ—íÿ¯ž*áaÈ}ï›×oº_»ëë]T(¢ì_ϳ³2oy¸Ýõó&=)))nÀ™Ð ¾ðNô#ä~ Ù…¢?ûBÐÔû rý¡s¶ªö!ËÊÊ×úˆ¨ àÕR?‚hÀ™Ð ¾ zýè_€~ êöÅ[ ¾ý@?T¬|ú€~àgÇ€~ôúôý€~ý@? @?_¼…~ý@? hª~€ê~àý@SÔ—ÐúýÀ;Ô—¯«Oçò¸8¸€ò¼´¤¬ì9%k Óën®éi©ååÏKJŠp”µrÊÊÊ´ÔdJÖ¦I ñ.N—2ÒŸ•——UU½€šPVöœÜÃÙéRrBÂëÇK•Äëê3ën.OÓ²P(5S‚VäM]?ЩS?^ª*êǹs/¾úª¦W¯¿ZµzIý@r7epÊãeÇ5ý(ùãhÉ'qì €© ‰Çž_=|ø­­ ÓÉ“'K釋óU­Ú8{ö •%ó~P`µÜ­[Wj¤ú?þÈf øõ×Ý?ÿôȤ:/·KŠ$ƒ¢²…Å*³í" ‘ÕŠùóçÓ†\¸p¾þ½דlŒ;– íÚµ#ÓîуÊ$¯ÕU©}…s ©d”þI‰‰TŸ•ÉÑÖÖfO¨}ªÙºu ý“rhËÚ`ޱmÛV*lÙ¼YÜ Ó)S¦Hé‡Ô€‚dÞg-ïÚµ“ÊÑQ‘TÖÕÕe3P*ãbc¨<|øp©ÎËí’¢ E´E¤B¿cÇŽ:::RÝ`e†¢BÑëöŠÕ0€Ê'O8PyéÒ%T^ñí·Tvuq~­®bð@=õCeòú‘”ÝÍ…$ê3øB$&$tèÐ&õîÝ››E5Ì4Ö®µ Á`PR–ÕÇŠ_ü|}$õãþç^W?$Å`èСR”Û%% R?Ùüôß_~Ù%W?ÄãA¯Õ+Éú³gÏPùGKK±~8_½òº]•ÜWR°ã@¸èxš4¥é·ÑÕÈëêm”Ë勉ñqœŒtNzZFÚ3åO?®_÷(Œ;¶U«V”|_Ì›'éèÞ½¥W§Ë—)±ZùÄÂbø%Oåú!·KÊœ0~¼øÕåúñZ½ªS?^·«’û O @ƒ)//ËHO¥d­aúqÑñ4§Ö=pˆu£¤¤ˆ „’µ†éÍÏIO“}îu ªê…ìË™ Rï{úý šôÅ[è ©ú¡¶?;ý4R?ÔùOÎA?èôo©/UÐúýêOAA^žP ð›´½¢üü¢BèðÈÏD>‰¸xîì;›f‚ý!Û Žg"ÂÂý9ôhÔçä§Ž¥¦¦TUUýÕ<âÅ‹Êää¤SÇÃ…¡€*É .ž;û,5ù¯æ©ÉIÏðr¸Ð@•|ûC¶Íç¹Ç=©¬8zØ.‹“ÑPú/ÞTLQ¡H(ÈÍáfegqP+ècIŽ¡èKštÄÎæ¯æ´í™é ¨øÕS€*݃ÇË ´9¸o“•¥•å:Ôú@Úü=ä~`iI±rý¨Q¡ñB;ׄåŽZï7r½ß7Bm\Bb5Ð@“~|Mî±g׎G¡!™ºßÌ@MàddìÙ½3:*²¢¢üµôCT\ñã¿}¾Áwí¯á¿Ix‰@¨e$&ÄÛY l[ýxŸ;ÆÂcÙÖÀß÷GÎ\xxȈoúèMÖ14=ñûu›þôöæÛœŽmq=$†ýÕÕô€fNvg“•e&‡ƒ4‡PÏ dJQ¹YI®~•üáê†í!+~p4rÙ¤y6î°9`wìà¡cë·ìû|¶¹áè%b¯^˹ÊE zý€~Þ‰~XY®ËÎÊBšC¨mÐGT‰~P"®–ˆµ¶wæ­¿µÂüšî¸›vÛÞ¼y#000:*’Ëå’fûûûoþÅZw„™í‘Ð]¶áßýîSÝd£ñôCýúý@hŒ~GfÿÆÑò§»-¶ï=ÇádˆD¢êê*j¤¼¼<22ò7kÃñËÏ:¦M[ãr7,úý KLtT‹-ì߯ùàƒXáðáC 1b„xR¡¨`×®¬,àç~ôÑG¯ÛøG4ˆÚôõñ™8a‚ÔëÙ±wˆä‹¢Ýòö‡~ 4I?œ¿oúÝ•© ÿ˜¾Ä*00055%O(,-)!ë`3TTTääp=z4cá†ekήß°û¤¿’ÿá‡jkk÷êÕ«{÷î›6m‚~@?@}غuË—_š©fuùyJ¦úß»Ë F††áa¥lÛ¶íÛ臸MnvÖÃÐÐ×JÍ⎽C$÷ôx]ý¨ú;æÿüçâÕn£Mwüf{:..–Ü£¬¬¬¢¢œ¬£²’þSQ^^V(‘–8âøÏÙÛ¶íyôåúsUŠƒô#== <¯cÇŽááá’SÉjªÞ]@?€ÚþžCŸ>}¢"Ÿêé }ð€¥°víÚ­ZµjÞܹÆ óõñQTI\su2dˆ¾¾ÞgŸ}Ì*MMgP¥ŽŽŽ™™ølñöíÛ[X¬™2eÊ šL€„gÕ÷ßËM”ææ«µ´Ú :tã?Š'­_¿î½÷Þ;v 5ÂòìæM› ¦þßöóUÒ†¸MjÖ.ûôCɲâÙx9\%—m$§gÏž©)ÉT^¼x™ž¢¹8_l`@PãO"ÂS’“hA6‰”‰æ—ÚŠö3íÚÏŸ~ú©®®®ø0Õsiëýu*èB“ôÃ`ÎÁUë<‡NÝâär+3“SZZBÂAâñâEem¼2’Ü\ž§Ÿ¿áç+ÙódÐì/^Ô­™™™:uJKK+))¡“qÆ Ó§Owvv>wî’zzztòr¹\šÓÞÞþ矦•+WZ´hÁçó©LgnTT”H$š9s¦±±1­æææl7oÞ¤©tŽˆˆ€~@?š:Þ^^ôa¦ÂîÝ¿¬[·–¥0úP¹]s¥rDx˜¶¶¶¨ _nerR"IKfíÏùøß#`mrþþ¨¯\±âÈ‘Ãâ6ÝÝ®½úxœ?7þ|q¾StŸ>`À€Ø˜h%O?¨ÁËþIåsçÿ9q"õGŒ¸MÙÁ—:—e³)é¼¢ììlMLLΜ>5jÔHE;-1!.Y´c‹kÿ>E./G®~H=ýP´ŸO²zËö‡güV©Ø?H?úõë׿ÿV­Zmß¾jH?èdôôô¤rJJJÇŽ322¨¼mÛ¶… RR9Ý QaõêÕÇ'E …ݺu£''§Å‹³–IE˜Õèëë *‡††A? M¥K—ØØXS!>>®[·®Ì4è *°è„¢ô'·òô©“]ºt¡œÅèÛ·/›ú¯½{él3f4¥{sóÕ,-¶nݺ¨PDå¨È§½zõ¢;t’vÏþfúѦMÖ ån*(êO}ô£ÎeÙlJ:¯¤…iÓ¦vèÐ!>.VÑl”ôçÌž-ÙZ}ôCî~~ÿý÷™rt=dƒMõÜÆààûìA ô¡Ùú1ÓâØì¯/NwÒî˜;ŸŸK¦QQñJ?hÒßþQIþ!*(p¸à>i“¿?\ŸÁ>Ÿ?xð`oooÒºè±6çÎËæLMM¥Ó•{ôè‘——gllìîînnnîææFw7TŸ””Ô»wï 6¸ºº–––RÍùóç»ví:þï SúýhÒðsyíÛ·§{äžµA ÝÕÅ™RXË–-ÅohÐYÀôC¶’’æŒÓe§Ðm5µLeëƒØ…Ô; Üì¬K—..Y²˜²ç뇸AÊÔâ$.ÛŸzêGËŠ;¦¨óŠZ ]1hÐ ÚÉ”ÜÍ&«ÏRS´µµYùÁƒYýP´Ÿ•èGÛˆw?¬$ÏŸ—2~±¿6qî‘yKo|»ædFFzaaAIIÑóÒ’ÒZ(JK‹‹‹ s¸Ùßÿl3}éÒ³›¬¯ˆ—…ô#99‰•׬1'sÈÏÏ£k«9}úÔìÙ³X™nô:wîÌÊffóþøãè¸qãòò„FFFk×ZØÛa“rsy—/_^ºtéˆ#èŸgΜ655UÒ%@?€rò„ÃäÉ“%¿BI=Àw8~œ¥iö_neRbâÇàϾ”ÁÒë'§©S§²·JÆ+«‰ ôÏÚŒ–©¥ÕFêMT%úAPòe/'ÈÕ¹ý©§~Ô¹,›MIçµ°lÙ7?ÿô“§ç-’²¹³I¾Ð¥2——C-wèÐ ”ìýí7¦’{@Ñ~¾ÜöóÕîÑCrð¥Îmôòôdh ÍÓŠŠŠÒ¿Ã÷þSƒé;¾Yé½x™Ï±3·ÙI]\\TRRLB…¢¢Bò‡«×oóÓŠU7ÿ÷Ë=7—åÃÛ&%%RÏÏ566>tÈŽŒ‚®Qlj\\Îä'TÞ¼y“™™«···§û¾íÛ·Sy̘1TŽŠŠ¤2ÍI‹S!'‡«¥¥E§kJJ2¼AA¥µ؆nIX îîn¤Or b @ ¡,9ÖOÉ®]»v”Íé¬!§“hàÀ>ÞÞât/UIx¸»êêêRf·´ÜÀÎôéÓ§™˜˜Ìž5kÑ¢…²úáê⬯¯Gwîƒ Hõëÿôƒ°°X£££3jÔH¹ú!·?õÔ:—e³)ï¼l /^6l³’RE+r¾z…Z&E¡–Ÿ>‰`_=¦Ùh7ÒÍ”X?Ä{@É~–=LõÜF¼ûÐhý(¯µ‹ÿðõÏãæØ}½/‡›‘ž–”˜ùô ¹G€¿¿·—‡‡»ÓåËÿþ÷V7ê ì¯Ó§çÿé­ýa™é”ÏݽK¶)µúhÒ”–GE>µµÞ¿ÉÊÒÊrj} écIîQ]]¥Hž)—––°|*IžP àçæäp39ÉII±1ÑááaÁ÷ƒîÞ¹íåééáîvåŠÓ©S'÷ïÛ7aüX2ÁzúõÖ¾uÃC¶)µ¥1ôCen ýtkYSSƒÛm„º},å>÷ø/ý()&Ù…¦’äòr¸ÙYœŒô”䤸¸X2íˆ2‘ÇaTxúäɅ󎫾ûÖÝÍ•ŸË“Û”zýÞÉÐ!¥à’âb*4C0ø¼ý°?dËçåø¹Í >{ô°ôP1yBÁyÇ3ÑQ‘ü\^s#6:òÒyÇ,ú¨Q~~DXØ)‡ã1ÑQ¼n./§9@[JÛ{ú„Cøã‡¹¹9øÙ1@Åäç Â=¼pîÌÑÃvGìlš´¥—Î;’{p³2‹‹DÐ@õy9Ü,NFfFz3!‹Ã©}î!’»C P1o¯*0èý€~úý@³)* ¹9ܬì,j},…~Q!ÎSèôMs/;8(Ðæà>üÍ nóÅæàï!÷KKŠqªB? htkIî±g׎G¡!™ºßÌ@Màdd(ù‹·ß|4Q¸Ü,Ûƒû‡>À_7C¨g$&ÄÛY¨©©ÁÙªýÀ¯žT@vg“•e&‡ƒ4‡PÏ dJQEY @?MT?¬,×ege!Í!Ô6è# ý€~@?€~ ÐèôCÄDGµhÑâÀþýêЙ>ø€>4`À€#Fˆ'Š víÚÉÊ~îG}¤žûS¼ *kYrϼ=‘OŸüöí´mÛ¶G÷î½{÷îÛ·ï’%‹ãããÍ£­­Ý­[×--¡è€~4¶nÝòå—¦ÆFFªY]A~ž’©þ÷‘¡axØc©)[©¿~ˆ7áí÷F=[–Ü3o¿ÆÔ„„xv°vîÜAŽ‘ÃÍV4OzÚ³:߇~  úÑL~¡OŸ>Q‘Oõô…>xÀ’E»víV­Z5oîÜaÆùúø(ª$®¹º 2D__ï³Ï> f•¦¦3¨RGGÇÌÌL(à³ÅÛ·ooa±fÊ”)'h² žUß/÷ßÜ|µ–V›¡C‡nüñGñ¤õë×½÷Þ{cÇŽ¡F˜~lÞ´‰%õÿ¶Ÿ¯’þˆ…6$×¢¥Ä‹Èí-5þ“•Õ`jŠÚ™7oÍ0aüx~.OùZÄ›ÀËá*ÚLɽqéÒE¹­ÙÛéׯ߈#¬6nË€¢–%÷ŒÜîÕgGííûöíK—v‘¬~œ:ybàÀƒ 211y–š¢dʪcÔ¨‘´ Eó$'%~òÉ'ññq)ÉI={ödSÉ?©ŸÊw&›J§6ôý€~@?šÞ^^”q¨°{÷/ëÖ­ei…Ž‘Û5W*G„‡ÑM«¨ _n%¥ ’–LNUøßç,NF:+¬\±âÈ‘Ãâ6ÝÝ®½ÚÏçÏÍŸ?_œ8/ 0 6&ZÉÓjðòŸRùÜ9ÇNœÈR˜ÜþH.âçûJœ®{¸³E”ôöê•+Tþõ×Ý”YOf̘îpü¸òµˆ7AÉfJî ¹­ÅDGuëÖ•ulÍs)ýmYrÏÈm°>kìÔ©ó ÚRES;tè˜@åM?ÿL2¦d*Òµk-h[dç!ç!µkÕªÉ$ÕÈÕåŸò.²#èúý€~4!–.]bccMºñ¤”ÇLƒrA¡¨€ÍпÊr+OŸ:Ù¥Kºø3(°©ÿÚ»wøðácÆŒ&…07_ÍRUëÖ­‹ _ýå¨È§½zõ¢;q’ö´áÍô£M›6¬AJ‹”¿¨ ¨?âE´´´X9)1‘-¢¨·Ô8›zãÆujŠ•wîܱmÛVåko‚’Í”Ür[;yÂaáÂ…læ À)ýmYrÏÈm°>k433ñHéM5s&+ÓAéܹ³’ýùºúÁæ!×20Ð'‘«Ê?3ÁÁ÷SS’¡èôC¹~¨ì˜B?ꄟËkß¾}îÝ{Öå\WgJ+-[¶¿!лwo¦²•tË9cÆtÙÇ)”¼Ø …õÁìQ¹Ô«Üì¬K—..Y²˜òþ뇸AJX,‡ÊídÒ—]¤ÎÞzzÞš4i+ïÞýËÖ-[”¯Erm¦dûr[S®²-Kî¹ Ög‹/båû÷ƒê©²û³ÎÁ[[›¾µÁž¤Iγzõêõë×=KMÑÖÖf5„0ýPþ™Á»èôúÑ´ ´2yòdñ?ÿ8ztÎìÙ졺ÃñãTãëãCr"|‘ª¤{Þ?þ80ÀŸ}ù‚½7xÅÉiêÔ©ì­’qcÇÊ&ôÄ„úgmjÈÔÒj#õ&¤ý`ÙŠòËÍ}rû£\?êì­¬~(_‹x”l¦dûr[‹ŽŠìÚUáà‹Ü–Å{Fnƒu®1&:Š”’5»}û6)ý !wð¥žúAsîÚµS»G%¯žòr¸ÆFF$'´9´.66´÷·ß˜~(ÿÌxyzÆÇÅB?Ðèô£©0qÂÉAsºæ·k׎R ¥•µk-Œèãí-Î5R•„‡»›‘¡¡®®.Ù‚¥å†âÚ¿²1}ú4“Ù³f-Z´P6¡»º8ëëëQ‚l``o¤þO? ‹5:::t­(÷ÉöG¹~ÔÙ[YýP¾ñ&(ÙL©gAr[;tÈŽ|àÓO?¥Mf/ç(oY¼gä6XŸ5µ·9r¤™™í¹¯žö¯ ÚâWOëÔöÅÛ>}ú(ÿâmÏž=»té²|Ù²<¡€}皺GG„Ô‹é‡òÏ Þý@@? uê‡*)ôãÍûVuþ¢«†Ž‹å²Â–Í›W¯^‚/Þ" úýͺukéÆ¿ÿþS¦LÉHOÃ~  ú€~ Ðèô W?6YYr2Ò‘ãêø‹·Ðèš—›e{p_HP ÒB=#1!ÞÎú@MM ÎVè.ƒPÀ¹¸g÷΄ø¸ªª*$;„:=÷¨¢%}8££"+*Êq¶B?ppÐ$JKŠ£"ŸÚZïßdeie¹5>ô±$÷¨®®Ây ý€~ yЭeMM n·êô±ÄsèôÐTýÀ¯ž@õú¿x Õë‡j ú(* ¹9ܬì,j},…~Q!ÎS•ê‡ ú܃ÇË ´9¸ß|êöÍ›ƒ¿‡Ü,-)Æ©ªbýhl~ÐÌ¡[Kr=»v< ÉäÐýfj'##8(¿ûñ®ô£Q ú@3‡ýêéãÐøŽ'¿z ýP™@?hæ°¿ù’Éá Í!Ôõ·Oñ7_ Ð4P?ðojø‹·ÐèÐúw? êOLtT‹-ì߯ùàƒXáðáC 1b„xR¡¨`×®¬,àç~ôÑGš±ÿ#Ÿ>1<øÍ–•Ü'±T÷îÝÄÿ}³u)iú€~@? Í™­[·|ù¥©±‘‘jVWŸ§dªÿ½»¬`dhöXjÁ¶mÛB?í“ÆXJÒ-¥ü€B?Ѐ/Þ¹?ªÐ§OŸ¨È§zzƒB<`™½]»v«V­š7wî°aÃ|}|U×\]† ¢¯¯÷ÙgŸ…„³JSÓT©££cff&ðÙâíÛ··°X3eÊ”4Ù ϪᅲûôÃÜ|µ–V›¡C‡nüñGñ¤õë×½÷Þ{cÇŽ¡F˜~lÞ´‰7õÿ¶Ÿ¯’þˆqq¾:ØÀ€ µ?‰§šS'O 8pРA&&&ÏRSÄbó“•ÍFíP#óæÍ£m™0~‘=Fu.ÅËá*9LJÙ¥Ö%> ¶¶6²«Pt,$”„ºA§6ôý€~àgÇš Þ^^”ª¨°{÷/ëÖ­eé’Ž¬Û5W*G„‡ikk‹ òåV&'%’´dr2¨2Àÿž8‡r2ÒYaåŠGŽ·éîvíÕ1:nþüù⤣hðeÀ€±1ÑJž~Pƒ—ÿü“ÊçÎ9þsâD*(ê#1!¡S§NÔy*ç ¹¼œ˜è¨:P=Õlúùg qËW¯\¡ò¯¿îþä“OX7f̘îpü¸ò©J¶ÝÏ÷• \÷pg]¥USg˜WМR]•Û1¹"!»O¤ŽQK)?Ê÷?; rW¡üXÈBVCÆý@@? øÑõfÂÒ¥Kll¬©×­[Wf­Zµ*°ú÷ïO9EnåéS'»téB‰ƒA÷òlê¿öî>|ø˜1£I!ÌÍW³lÕºuë¢B•£"ŸöêÕ‹nœIØó7Ó6mÚ°)MëèèPAQÄÏæÌž-Ysò„ì™3Y™ÖÕ¹sgqˬòÆëÔ+ïܹcÛ¶­Ê§*Úv---6[Rb"ë*­ÚÌÌL<Þ$•åv¬>ú!{Œê\JùáP²ÿÅTî*” Y‚ƒï§¦$C?Ðèþä\s€ŸËkß¾}îÝ{Ö%VWgÊ,-[¶è÷îÝ›é‡l%%tºë—}œBÉ”DX<ÀžçK½ªÁÍκtéâ’%‹)S¿±~ˆ¤ôDz›Üþ¼~ˆ[öô¼5iÒ$VÞ½û—­[¶(ŸZç¶‹»J«^¼x«¼?¨>úñ,5E[[›U>x"W?dQK)?õÙÿrW¡üXà›/èôúÑœ¡47yòdñ?ÿ8z”4{®Î†|}|HNă/R•t/ÿñÇø³¯EÐ ,®89M:•½U2nìXÙœ˜@ÿ¬M+™ZZm¤^\T¢¥?ö†€Üœ.·?r_è6?——CíË|ycý¨sÛÅ]‰Ž"=`ûaûömRú!·c´£¨’ gìýí7ñ+’ûDöÕ¹”òÃQŸý/wÊ…,^žžñq±Ðôú¡\?TvL¡ÊÄ $Ü)ƒ´k׎R$e–µk-Œèãí-N7R•„‡»›‘¡¡®®.Ù‚¥å–Ù§OŸfbb2{Ö¬E‹ʦ`Wg}}=J¸ƒ ìíÔÿéaa±FGGgÔ¨‘rsºÜþHâ|õ ­zРA´ê§O"ØMzÿÚ ‘|õôÍô£Îm—ìêQ{û‘#Gš™™Ñlr_=•êû22m5¾f¹X$¤ö‰ì1R¾”òÃQŸý¯hÊÞý@@? Ð ‰Üï´jÒ]›ÕÃÏŽ!Ðèôú Ðôúý@?èôúÒMV–œŒtä8„zþâ-ôú€æÁåfÙ܈4‡PÏHLˆ·³>PSSƒ³úƒ €Æ ðCîîÙ½3!>®ªª É¡NÏ=ªècIÎè¨ÈŠŠrœ­Ð\4‰Ò’â¨È§¶Öû7YYZY®@M $},É=ª««pžª@?Té–ÐA·–555¸ÝF¨[ÐÇÏ= ÐúýôÐè ¦  /O( øÍÚ^Q~~QaCꇊßê~hºäç "ŸD\Ï=þëHeÅÑÃvYœ è ‰RT( rs¸YÙYÔ úX’c(zÇ’&±³ù«¹m{fF:ôÐD݃ÇË ´9¸?ºÔíG×mþr?°´¤X¹~Ô(ˆÐx¡kÂòƒG­÷¹Þ6. !±‚ˆ†Õ|ñ âÇ×ä{víx’É¡ûÍ,ÔNFFpP€’?9§D?DÅ?þûÑç|×þþû‘ħ9g3NœËøýxœíGB……eÐüÉ9À»‚ËͲ=¸ïqèüy„zFbB¼õʶõ×Çñ¹c,<–m ü}äÌ…‡‡Œø¦ÞdCÓÑ¿_·éOoo¾Íé¸Ñ×CbxÐ)ýP™@?hædgq6YYfr8Hsõ J¦ô•›•äêGAQÙÈ®nزâçA#—Mš·aã›vÇ:¶~˾Ïg›Ž^rÑ)ö구‘«\¢çÐ)ýP@?€~XY®ËÎÊBšC¨mÐGT‰~P"®–ˆµ¶wæ­¿µÂüšî¸›vÛÞ¼y#000:*’Ëå’fûûûoþÅZw„™í‘Ð]¶áßýîSÝd£ñôCýúý@hŒ~GfÿÆÑò§»-¶ï=ÇádˆD¢êê*j¤¼¼<22ò7kÃñËÏ:¦M[ãr7,ú!W?ÕC ͘è¨-ZØ¿_:óÁ°ÂáÇ 0bÄñ¤BQÁ®];YYÀÏýè£^«eE‹ˆ×ØxÛ¢â]ý@@?éÇó÷M¿»2uáÓ—X¦¦¦ä …¥%%dl†ŠŠŠœî£Gf,ܰlÍÙõ;vŸôW’â?üðCmmí^½zuïÞ}Ó¦MÐè¨?[·nùòKSc##Õ¬® ?OÉTÿ{wYÁÈÐ0<ì±Ô‚mÛ¶mpý¯±ñ¶å훪o³!ЄfëGÕß1ÿç?¯vmºã7ÛÓqq±äeeeåd••ôŸŠòò²B‘ˆ´äÀÇÎÞ¶mÏ£/ן«R¤éééTàñx;v —œJVSõîúÔüWúôéùTOoPèƒ,M·k×nÕªUóæÎ6l˜¯¢Jâš«Ë!Côõõ>ûì³`Vij:ƒ*uttÌÌÌèôg‹·oßÞÂbÍ”)SN88Ð d$<«¾ÿ^î-¼¹ùj-­6C‡ÝøãâIëׯ{ï½÷ÆŽC0—ؼi“áàÁÔÿÛ~¾Jú#©Ô‡O?ýTWWW¼ lliudbÔ¦¸AåÛbllL½bsÞ½s›æ”Ý^WÑöJ6ekkÓ³gOVOÞÅš’Û+E]U¾!ööGúõë7bÄ«©^j·S'ýu*èB“ôÃ`ÎÁUë<‡NÝâär+3“SZZBÂAâñâEem¼2’Ü\ž§Ÿ¿áç+ÙódÐì/^Ô­™™™:uJKK+))¡K͆ ¦OŸîìì|îÜ9ºàèééÑiÎåriN{{ûŸþ™ W®\iÑ¢ŸÏ§2]—¢¢¢D"ÑÌ™3éÂBWsss¶Š›7oÒTºöFDD@? š·—}¤©°{÷/ëÖ­eù‹>Nn×\©¦­­-*È—[™œ”HÒ’Yû£¾þ÷ÄIó÷~åŠGŽ·éîvíÕ‡äü¹ùó狳ž¢„ÄÆD+yúA ^þóO*Ÿ;çøÏ‰© ¨?’‹œ:y‚ÊwnûõèÞ6A2kÓT?ßWNrÝÃ5Xç¶íÕ«Ýò“<°ç o¦mÚ´a &&$èèèPAQÄ‹¼ÿþûL9ºb°ÁqÖÖÒÒb“’Yƒun affvö왬L­:——#»-J¶W²)Eú!Û+E]U²!'O8ÐuUÈêGpðýÔ”dèBãõc¦Å±Ù__œ:ï¤Ý1w>?—L£¢â•~Ф¿ý£’üCTPàpÁ}ÒÜ+,<'¸>ƒ/|>ðàÁÞÞÞ¤t^³6çÎËæLMM¥«+÷èÑ#//ÏØØØÝÝÝÜÜÜÍÍnR¨>))©wïÞ6lpuu---¥šóçÏwíÚuüßA.èôCàçòÚ·oߣ{÷žµA ÝÕÅ™òWË–-ů"йÀôC¶’î—g̘.û8…²µLeëƒØpƒÔ{Üì¬K—..Y²˜2û뇸AJÜÌ4äö§þú!Û`}¶å¶Ÿï¸±cìßÿýwß)ÚEÛ+ÙÔ³ÔmmmV~ð D¬²½’[©|CêÔ¼ûÐ`ý ¡xþ¼”ñ‹ýµ‰sÌ[zãÛ5'32Ò JJŠž—–”ÖBQZZ\\\˜ÃÍþþg›é ìL—žÝd}E¼¸,¤ÉÉI¬¼f9™C~~ƒ¬æôéS³gÏbeºÅëܹ3+›™Íûã£ãÆËË­]kao„MÊÍå]¾|yéÒ¥#FŒ ž9sÚÔÔTI” ýh¤c ýÐl(+MžÉ-ˆQ~4Þ1…~h6'Lñ§Ü×®];ÊYtîÓ©4pà@ooqR“ª$<ÜÝŒ uuuÉ,-7°ó}úôi&&&³gÍZ´h¡lÊvuqÖ××£ 8ØÀ€„¿þO? ‹5:::£FT”‚eû#•ëe7AIÖ®s[ì—ü‚°Ô¶(Ù^©¦>D§u‘!4¬~tUìÝ»÷§Ÿ~Jû½íƒw?ÍF?Êkíâ?|ý³Ã¸9v_/^¹Ê÷ì¥ š‡²|QÑ+ é> _èá4qþæ9‹OO˜eo`ò ‰äâRÐ=Q=zõêÙ¥K—åË—“º…:Å3œ:uªm˜˜LJK{Æ*##Ÿ¾zGËÏ—Ê[¶léÞ½;«wuuÕ××74|uÁ8zÔžUzxxý}Y³d•tj{yyÊ-ˆ~€¦…Ü/¨¾Á]›sfÏV”»Õi -—¶lÞ¼zõj ¾ š~”——‰Éäòô¦o>ïôâo¾^é·n³Ë¹«žÄ†GÆ]ö¸·~׉qó¶~¹à„é|ÇAS¬¦O›²q½…äâMüê)€~h*±1ÑtKòÅ_¼ý¯v46ëÖ­2dÝ‚M™2%#= úhNúQVTT(‰_ðÓAÓ¶Œe»`éõY‹ç,»0mÉÑÏì%L朷àâ¨Ö½&l˜i¶Äñ¸ÝçãG±³–j¡IýàG׈w¥eeÏ ER¤q²oüCÚöQ¦Ö_Ì>>kþÅYó/Pa´©Í@“-}F}=Átñ”Y‹V~cæ`¿èCWg'‘¨@¶u¦Qõ£±)ôèÇ&+KNF:rB=£Î¿xûüùs2Y ò=n?´ÚwiÒ²}}>·"Æ/Þk¾ó¤ÃÅGÙöïÛ{Ô¸ ãM¦þ°|¡íþ_ tuîÜö r›RO €¦ —›e{p_HP ÒB=#1!ÞÎú@MMbý(äKQŸGéLÀÏåfg¥§=Kˆ{ò$âÑÃÐÀÿÛ~¾·nÞ°µ¶ Óg°þˆ‘#×|·ô×?éëö {üP¶)µúhºÐ:ä~àžÝ;éú\UU…d‡P§çUô±¤gtTdEE¹Bý(-%Ù¢ö*|^7#=-)1!òéro/w§Ë—ÿýï?¬6nÔØ_§OÏÿ5Ò[ûÃ2Ó)Ÿÿº{—lSjKãé‡ .ôPZRùÔÖzÿ&+K+Ëu¨ ô¤%¹Guu•"y¦\ZZÂò©$yB€Ÿ›“ÃÍäd$'%ÅÆD‡‡‡ßº{ç¶—§§‡»Û•+N§NÜ¿oß„ñcÉ@ë è×[ûÖ Ù¦Ôè ©C·–555¸ÝF¨[ÐÇRîsÿÒ’b’ Yh*H./‡›ÅÉHOINŠ‹%ÓŽˆ yöøA…§Ož\8ï¸ê»oÝÝ\ù¹<¹M©'Ðà R .).¦B3¤‘ôC5b ýÐtõÃþ-Ÿ—#àç67ø<îÑÃvÐ@Åä çÏDGEòsyÍØèÈKç³8œ†Õ• «A?4QDùùaa§ŽÇDGñr¸¹¼œæm)mïéáæææ@?“Ÿ'{ôð¹3GÛ±³iЖ^:ïHîÁÍÊ,.A?ÕSP äåp³8™éÍ„,§ö¹‡Hî~@Å@?ý€~Ð|ñÐåúqÑñt.‹ƒ ¨!ÏKKÊÊžS²~cýPÏ]¿îæšž–Z^þ¼¤¤GP+÷¨¬¬LKM¦dý6ú¡y]ýHJˆwqº”‘þ¬¼¼¬ªêÔ„²²çäÎN—’ÞR?[B^W?˜\ws¹èxš–€š@©™´¬{h†~ iñú¡Vƒ/€~@?аúñ^=ÍáB?ÍA(Pý=‰€~CIt”zþîÇ_­Z‰{UìxöòÇçÏKq¼  ìÂyq–¯nÙR}ô£ºgOqÇ*,¸åá–#àó E8j@“¦rÑ"q–Þ¹“úèG¥©©äc™gwü®]uŠ‹ÉÎâ éÂ{,™â‹¿ø¢NýPͯ”PJþ8*Ù·Š ’ânz¸]¾àxéÜ4Qž-™â)ãשÁAþ*£¼kÉîñ§N »ê¤Ê K÷ªGô$¢bÁÉä^ݳ§xªý¨VaÔœ=+ÙCFÍ×_W_½ZšZ]VV@ âõC¥Ö‘Ã%ë(v<+%R>êüâ­*û\þÝw²]€@Y^2é«~À@€æàê¦ì5TÉïá éB9]rÌ¥žúñN „IH¥©)õYòÉ þPî¦ Ny\®x¨³~@ƒ©S?ò„‚Ñ£F%ÄÇÉ.›ËËùì³Ï8éMqÃ…þŽíÛÅÿü uë:©Ï<Š{<ØÀ aç4R?h†óçW|û­¢Å÷ýþ»d¯ü\^Ãn‚dƒõoœælÛ¶-ôP+ý`3|abrãÆu*dr2¦OŸn8x°‘¡áÊ•+ÙÔ„ø¸>½{KµI³÷ë×oÞܹ99\ªÉáf·oßÞÜ|õä/¾ Ÿ¹zå Í §§÷é§ŸH-îätÙÀ@Ÿ u=~ôVÑóï*yú€”jðÄ åÓÌíÚµ³Ü°aÆŒ”Ù½½¼¨r­…Å{ï½7fôèɵ?ËÔbû¶mTÏÖåëãÍÖ%«Ç0`€®®î¤IŸ'%&(Újâð¡C}ûô:t(­],r7_îœ@óÔJÜY™*œ=sÆlÞùäÑÃP*ór¸´jEú!n°ÎÆÙ ^žžT¾æê2aÂEO?È%ºuëÆ«•‡… ’ÈêÇ“ˆˆ:P?©leµqîœ9жšæ¤ma~B•¬3r{(wN ¹é݉ÓTNFº––ÖÂÃzõêin¾úâ…óâ»{‚ná}}¼%Ûܳç×aÆ5ªÿþ?ü°Š @ëÖ­ó„*;8ïܹó˜Ñ£lEbŽ?6kÖLÉEú!n°ÎÆiñVÄÅÆôë×OÉà˼¹sO:™ö,•ÚaÞ%5Ïñcÿþê«/YÍÓ'O:uê¤h«iNjM½íçˤBnåÎ 47ý¿\úþûï³ÌNd¤§?ç¸hÑBʳâ ôþï'åoÞ¼AÙ3;+“Êû÷ícÃ4$}ô‘X0¦M›¦¨?²ú‘”˜ ­­ÍÊAbý7Xgã’3̰Œ¯H?¼½¼ÆŒóû¿þµrÅ ¹ï~ÈÕ¹[Ms.\¸ÍéïI…ÜÊЮþy¡²¢¢Nýݡ‡‡±aÊãTHO{Ö¦Mö’§€Ÿûÿþßÿãfg‰üóÒÅ)“'S&R—ոؘ?þøîÛìë'’ê"5ø’S;øB+êС­øõ×ÝÊõCnãrõƒ ý ¿’}­ÔÈаk×®÷ƒ‚äê)‡ìà‹Ü­~Ñ»w/¶Ó¶nÙ¤BnåÎ h äõÑõëÖ±6¬_occM…+Wœôôô(3è:dǦzÞºÅ^Ýü¿G 9Ü©S§NšôùÌ™_-X°@V?WgÃÁƒHn#^‘˜Ë—ÿ¤éêêÒŠÂ?¢[[šŸ\½úåú!·qEúan¾º_¿~#GŽÒ}¿ÿ>|ø0%ß|9~ü˜Nm|þù?Ù r·š½P:bÄðysçRX*än¾Ü9€f8øBDE>¥´¨hñ… z¸»iØ>™5k& >@C¹ÔsðErÙ'ýìØþ}û4i/=}òdàÀ&&“üÇI€æ<æRÏÁì1¼«Á€·syƒÁ€·sÁà 0øÍs‘;øâççý@ƒ¹È|¹sçÎÇccceÿä@c ¾Ü»wïñãÇñññШF?‚‚‚"""ÿñßý€FÒDEE¥¤¤HéMhpH?ÂÃÃãââÒÒÒþ!4 Á‰ŽŽNNNÎÌÌ”Õ_@ ˆ· ??¿;wîÜ»w/((èÁƒáááäIII999Rîñ@ â­#44ôáÇ?ŽˆˆˆŠŠŠ‹‹KNNNOOçr¹B¡PúÝ@ ˆ·Ž˜˜˜ØØX²ŽÄÄD´´´ÌÌÌœœr‘H$¥Ï@ Þ:Òj###ƒÃádee‘xðùü¼¼¼ÂÂÂ’’)ýà!@4Däææ’r¡P˜ŸŸ/‰Š‹‹KKKËÊÊþ?xjN endstream endobj 558 0 obj << /Type /XObject /Subtype /Image /Width 725 /Height 239 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 53892 /Filter /FlateDecode >> stream xÚì]XKמÍn EÀŠˆŠ‘ˆbï‚ņ…Š@‚$4örí½bo¨€‚T®½vQDìŠ vlð撚„„b¹ÿýrçͳÉfË™3gÞ9sff õ›Äÿ"𥭭%MÝfK¤õ˜ÿ¯Ní—Ò¦Yö8róæ‘Ž*¬¦â›oéaI……û¿M'ùIiÿ¯N ¡5¡!?mZÇ#y%eeŸX* @,÷ß-)+¹»ßùïëÏz*Ñ„´Dj(C“äŠfXURCbü)§V½aqO»¾‡Tqä'8QRV^^^–׃®x6­Gžt3­Š¨»…V}VÔ–íOJYFÒÔ8&û£žJœ€º$¤m¤¤@UõWÌ¢>p”¨.Ù.i†oʤIN'œ`uý) 1~Á©Ua}B¿j+ÔÝwyÅkZ¿•U/£$£‡‚yË#’í%b.1^Md˲‚ÈM+Íš¦½â¸ÊM_µ”DL‡Èx¨BêÏT9~šÖHÕu ÁËíæMuIHÛÈw‚JVR—G)1dN­¶9DäU¶É%9¯Úv–G>—•—I—ÖÈZ¸#9§qúæfí±½Y&Þ*ΕX ±ìjÚg9C¥—T5B'š4D§©gÏM¥]ˆ¤é«ÊUJ\ŽÄrbþËR$2Tæ†ÄÕ ÊuJUuÕŒTAA¯Z¹}Õ4Tš "YHå6R\ ’ü¨Öâ ±á%K2X-¶‚Xu|{»’fX&툟øô¼wwe5AZ²•´¬pj2éˆ*›+r¨ŽÒ=¤UVª}É¥9¯ÚxH—ÔH5vD* \§+8Ÿ¯à¬+Ä⮚N´DbÙi ®rû,ghÏžƒKKæn^ÂÔâz£–=’]R¡—ìLKZe‡ ³¨Ôrâš#-b"¦++ûA„UÆß “Ç™’6EµAd1a“SKRÆP™ÁËeˆÄÔÊn¥"¢—V)‰K—é%óc ŠË­*±‘ÔrbþËS$*ŸÌt’°JÆx¹0Yœ)mSlÕº.Ït#ÒslÕ„bˆ*ü°$MI*²Lê˳-§µ¼¹ÉP.“ò T”—ÄÂò#dÌË-S¤±²¨rùIX!+æ2¥VZ…V’üKúmŠl–?C­£RÒ¾‚ä2½«gh-=ò*)®LI¡Ý”AZõP¨Ó*ÎZ¹TKóòB”› ŽPRÞ“–¤Ìœ*rå”L \%ÅÍŒŠ^eò$åF•;åŠT×ËËTм‚ñ2a²8Sڦܔ5"êëºÂI Ê(¸v%¯¡Ì>Iš’Td™«_©Ì*š›òÊzS¦B&+ñ^íÉš€7À$R…ù¥.UMû/ÍÞ»<…dl.W[¤ Í\…öšËNÓ…‹­WZYa%"ô8R¡F™Bh•WR©Kí£àæ*ÙO.E¦fYžGK *ù} ÖT0’í¤_%½W°jÕ‰”•©P¦Ð†ˆmSá‘ÕÕu…“*”9¢(z UöÉ+™<jÕWinÔ* 9ÓU¬áŒ<;;%ê*ä¨cF‰jòr%*'"+RD}S£VóÊÝ#¹ +ûÚJDZ¥ÐJ³}4IUËšÒ<©û©ÁYåJ!`¥ØIm‹Y©dËjQt5(\UT3f(F ‡FËÊ”ø¡9ƒ¿Zž\Jp£T} _‰—5)RYLP³ÖBÕCË”êó¡á²š»¹˜SF†š›@Ú/RqÔÿï¨]…QŒ þUÙøéj £ZÊ’u\jn Õ±…ZðçßHihI£wÌ()ÿ_Æh8þWs¤.&¨ ©åc ÿûF”vžþÇ9 ñ áâ,‹öØ $/rú¿ )©[ß,Ó²º ‹ö?OjÛ›Ô0ü€€øGI]y¦â›Ôÿº© ˆ_&5b{ ’BÛH ƒjHj~@@ÀŽ"Ä/éAh©áä „Ö‘†ÔÚFjRCh©aH ¡u¤†ŽBÛH 5„ö‘N'Bh©aô¡m¤†Ñ„Ö‘:jm#5tÔÚGjØM„Ð6RÃèBÛH £í#5¼@BëH CjHjHjHjHjHjí&5ÒƒÐ:RÃÉm#5œ&‡Ð>RàBûH ãm#5 u„ï„Ð2RèBûH :¡…¤†]EHj~@@ÀŽ"Ä/éAh©!§!´ÔpBBëH jmtÔÚGjx„Ö‘N¼@@RC@Àðv! ~ pîBûH ª!´Ô0Ð:RÃBûH í#5 @ ´ŽÔÐUCh©áý\ZHj8­I I I I ¡Dj8ú¡e¤†ãÔÚFj8£¡}¤†w¿@h©aH ¡m¤†!5„¶‘†ÔÚGj8J ¡m¤†Ñ„¶‘FÔ0ü€€€Eˆ_%5Œ? ´Ô0þ€Ð>RÃøBûH ãm#5Œ? ´Ôð2=-$5 ª! §†€€15Ä?Ijø€jm#5уÐ>RÃûn!´ŽÔpì’’’âI §^ ´ŒÔpêBÛH ‡©!´Ô0¤†Ð6RÃèBÛH £í#5œ$‡Ð:RÃ’’’’B‰ÔpôBëH Ç©!´Ôð¶[í#µ˜Õ0Ð*Rã¬>’5„V‘Ð,{ÀB»H :¼TBËH Ç@ ´Ôðªjí#5¼ûzjSC@ü³¤†ŽBÛH §Ê!´ÔÓÚFjÈim#5ì$Bh©a'BÛH 5„ö‘ÞÏ¡u¤†wÞB@RC@@RC@@RC@ü"©áE§ZFj8L ¡m¤†ÃÔÚGj8L ¡u¤†ýDí#5ì'Bh©a?BÛû‰ÚGjØO„Ð:RÃ~"$5 ? `Gâ—ß#¡}¤–¼G  òB‹HM¼GàÈMø~ m"5@h–¶ðýZEjœÖ|J„–‘>ÒBI ¯ÖƒÐBRÃYHj~@@ÀŽ"Ä/éAh©áuMZGj|@h©¡£†Ð:RCG ¡m¤†ŽBûH '^ ´Ô0ú€Ð6RÃèBûH £m#5Œ> ´Ô0ú€Ð:RCG ¡m¤†ŽBûH <¡u¤†cÔ0ü€€€Eˆ_"5ÒƒÐ>R#–ûïB_ ¡U¤TKøxH-#5€‡„Ð:Rø’â_Oj8¬¡u¤†ŽBë:ŠÐQCh©¡£†Ð6RCG ¡}¤†—4Ah©áŧÔ0ü€€€Eˆ_"5ÒƒÐ>RàBûH ãm#5Œ? ´ÔðÍ ÐSC@üËI ïæ‚Ð6RÃ~"„Ö‘ÚFjè¨!´ÔðÒ­#5œO„€¤†€€¤†€€¤†€€¤†€€¤†€¤†€€¤†€øÿ$5œ|Ð:RÃirm#5¼  BûH ]5„Ö‘ºjí#5tÕZGjèª! ©! `øñO“N¿@h©áD9$5Ä¿œÔ.†@ #*Ö»Qdk7€„«ì‰UXCÕ⃑æ}rÝ’ÁÂí*tl[WuË[CÕ-)ºµM±'@@Ôñ2D÷Ϧa9ùÛÑC­g£ÿgRëƒjÞçôSi Ѫ÷ÿý¯±tN?'»ŸØãéýSy™¡ÐÂtª[ýñ7«h÷Ò¯nÉ¿ ï½QM̨r/Ù°ê³cH•·­ÿÅ|÷ýIïè„TÞ6D¥L)†Õ˱‚Þù?ˆ]âR!æ W^{Ìkxö,•ÿM¨ÿe[ÆýóiúÔùÿÊíýJ¹µ#½Wñ3¯¥~2ÀȤ±¥÷‘ž•Œ:¢Vgz5=¼Aÿp Æ©­/{ñ:éd !^ªBÚ&¥Ñ~½¥¿5ò%Ï»mÛ€úRýkÖFU’{Qž¿x¢í©¦ÜŸVQnI¤×ÂUjUw©¦Y…¾Iâ¼öWÊq2¥@ZÒí¤ k%– kà3TQ.EbÛÜ­Uî2„Á5èôRã9ú«ÄÁ´¬ã@ªU/ó7ñýl%9Wä[hU¤!0üÓöèeS«<úþ¤E•XÐxárnÈ}¹‹F©pf<ÂÏýhøM,a²BûÖ¬ÎB©Ô­âßø÷±:ÿî³ýè‡Q]ÅuñðoöÐO«m%ï+ýk¦„ªð·+-ê—"}gZź»JÛFQãCLT¶ Ò©Xó´eMTþ¿ÓPŸ]5è²S¥NVÈ?I.+D£—èVÉ?óÕćíë‚ÿœ†£ ÿ ˜*ÕãÞ¿X*©Uz™îu¡½7ŽJ=ÎTCíÌß ÝÿF9:#¯ÉÛðÚW"-O´Æ‘tÞ? [ jî*š‹¼MºöÓ3é#±¼F9ôߟÿµò‹;* ²´ÄǪ©É½~Ñ/­¢üVÚ×ø?=Šû_„ùoj™=«l…¾Õ0Rã„c¿ô·é/Ìø’¯ÿÍÚm•“æ&¡ÉFëpÅ}¡,1Š÷ï4š‰ÿæëž0Z+þ¿D'=?d8Úÿo¹ÙTµ·QÝ Ÿˆç,j|¤¯þŸÊ—_­[_ëŸhÛNêT[/ªŒ#"ÔŽßßе˜ýµˆfÿ1Ú¶¿€$|9RMß«^†(yëŽx+6TÞR¤ŒÒ']o.oe/¡4ÎØ˜(µFQ?5ž›-Õý¼†vµåbÆó¥d2Ägà<D%ô…ã£*%Ÿ5¹ ï ƒ€€€€€€€€€€€€€€€"Ž”@üÃ`Hn¯ÙºõLÙ®Þ‰‚!¥^Ô;Aþ™K_ßÿ|kK·›î|êŸõ¦Ó¸å]tH™œÕ·l’Í€ÎsÓÒ_o>Þõ@×&Ý&7lT„6ú~$&uÔ½ï/^æ}¦ùз$#ã%”agh}¦sÔ‰[Ö%9sóˆãŒñù7ó#L…N„½Z´üÜ·Í+êYÝΜ?ËÝ“Ñ!1Žòmus—‚ ç‹<>°w1ˆŸ:š×¾çºy×NsZ@»ž×Wo3ÒõZÿ4ác³Kc<×Îtr¶œ›{8&cÔÄQ]à ël™¢Û<¢Þ¶Ø®Ø‚é[†ß›¼åd½œ¿M—>ön gÏ”ËÏôâMiZ/£Í.]J{ÝÞíÆ]Ìóˆ¨;`*ƒYwIVÚ£òá=s6:çÝ=èìÕÌKzÏõv%³kà®Ã¥ÃØÅ^yw|ôv$ƒýóŒOÍp-¼Â3Y“¸oÀŸ–ýºy䵯j—©G 5w«hì¬zÿGæÔ€¦¢a[nÞÜžj±¨GËëo¹š¥ïˆ¨·(qì­‚NÑiCvÅ-?/—tÿ›ñÃVŽ×¶¬Ý[òÐv‘Çw_ˆ8»”íÝ4¼iã’úÔÁ÷r‡{ Î_Þ~õùŒ%… w_M_–TòܵØi¶©Ë‡ý6ýOÎÙ>žÜ´¡ÁÛW ?¾ÛÜ=G·&‚-ƒR„¾Nf‹Ü;îd;§»ºŽwæô„ãÅîg”=ìàýù¡å^Š ôâŒWƒòŸ¼Ùqâ΂QOšÏzwË{Ð6wë]Ö¼{±ì«'lo¾urïˆsýËÚ݋š<¢]Ý%ÅŽ›Ã·J°eííÜhëÕ‡wš8L«¿nÑê†íÍDã›Äó ÛqYö³¹}gsÆx3¼À-‘[w#íCLu9áJR‹é]‡,ðô,MhÒûK]áð¯­Çl½5nÏÚy’V˜º7½×Ή”6r̈¥ˆãõ3cò È3'ÐSyæ2>ÌX²üɶ³¤S‡ÁÌ:÷9`Âí¿ 8úÑkjo½ã=¶Õ×ÜxCA'’} w¡Þ—!gŸØ™Õ§ù+âÔ“pr¡>µÃò¯[¦öœhS÷Z\øã9y‹ÙÓÂמöyØñùx}njÈ6Þ›bd×pòlE¸`ò¶öô•¯v§½Û>D~ä[ p²¨;áÖp¯Ë)ÙÉ/éÉö'ü}/>1ÅjFƒk«³ ÒÖ$ËÙ\¶#VtŸ£¿Yw6½ÅÄÔwîóºÝÿÒÇI?ëÑå™é íN·(é¹ÕSX#?…ù ?ʼ[Ú­× »·¯9}w]÷YÔ/‰=êZý·,ÎH'FË€ W¦už@ït§{AfÉü4º°ùÂ¥Ìɽ:ß™14kÖp℺îmÙ[?³¬·aÞàñN¯al¥—’ØÇz3Þ£ttpÿÊ–OM¦¢m:5êœåèiÔ}~ú€Ù]gx½æös¬ÿ§¨“uFµY-:¶-¸qwÃßÓSÚ;—¤ùÜ(Nk:>naX¦Ã©>»tÉyûiúáÃÑ©fƒf‡ÝtjÑb jvk@lóçÌöƒz½6Ë]ôlùÒà¦6;›|ïútí䯷·¼³~?äø÷×/;Ï }üÅøuV`pAú­u'G½qmNËÔ¢£F.,è¾ìñ´Æ›»Ï».¼G‹váûï3 ¶ùÞ¢µ¤Ç,O·¥£ûMZ½êm$.Õryÿ%q™vqlÅ þ<×…6€€€€€€PE´Ä?úÐÿ,Þ›Kä´8êuq×ðÄ·!/¼èsŽLœ³ey—yìt››ìÿ:2Û׉:|K˜ïÚ’§Îe%Mæn²ôø(AžwÖ*—õ_ž¯›½ïð‡}%™E_Šž£çGýu}õ¹û_ž59{ª­Kߘ÷ÒKâV¥²Žv/e„èŽätêéòùAá+Ä/íî­”<κ'OäðÞÅ–Ù^0 w²)èž5zÁî8šsIâ”þ—ýèÐ }ÜrS§¬¶ušwZb‘¥ëÒ{æ­©´#–uËÏé ¸™¿.?;ptf~Êü}ÌüÇËc›·´>w3“›úíÊÌGzƒ: Xó­lcãEÆó­çùŒ¿1 îò>2ÚA÷¯eM¶Ïyxg×§Ž6o†ß>öm±_уÁ‰»Ì}=|M¯Ä•»½¬ZspâóO—û~î–Ú]ß©uÿ¥w£ŸÇ®ì:ykï ÷¦o7=U÷yÁ؆†E™#s¹Ï÷Ý ˜¸i}Ã9ÝØûfwm°DJÙÌ’îõ.•Í¢f»‘Ó-g%55u÷Тםê½>í£ Ó6t’36ßwZxÝ£õÍwLsh~êAò¼Ð°åyÖÃ\&ÝN‰dñæ/EG”t¶6÷Ô´fvu®gÔukPÖ¾^±K¦§åèÞ¯›~y^ÀˆKÓ/eîÆ½»ÿÎëž…[^<çÉ›i’x÷Κôéç{Ùï¦“ÓÆØ¼žØÂö(É¡Yƒ«s:OiÞ¤+ÉaªÑò; ÆÌ±`òÌN>œ:âV»CãC|ŸÌmµ“ÿr—i³z#6•éÓ®žc†·0¨gq˦Ў“´ßûàî‰XW¯€SyO—¦¬µ7¿äf{ç¬Ã#ZZœ*[güÓÛü=E42=<"ùÅîvóý}¿ñbÁAá`lù·Ñè©Iƒ],Ì’öMq¿ú*d@áØ­»}Éø´Gô­ýM×u}Êœ}ÇYFÊ™™ÙG÷Ö›ã}ùÂm)Ççιý6á->0{õQà Œ÷F…'æzçDl=—ûd»Ñ¥gÛ†:^2Ú±×vå耡èoË™ëKf·{:Ø„ãß#*ùÀ¯Òe˜øßñ3ïd· GÁF<ûÀÿ`³X¢hˆ°[|Ä&|iNn‡/† á SFfáß4Lö•|Ï2ñ¸÷À•oyƒ,G?‰×>c0È8‚¦>âi~Ä¥ëbmñ-ÓiÏöS¤§ø}BÄbŠ Âðe²ø;p†Lë°¨òô´Ä#ü $Kd<)_3Åóû*¹ÝÁ×IOšõ~ˆäDùøâ.}:`:¯ðÜ¿é OŒ¼ˆŸi©oâéY~hX ˜Ä˜ÅB'imÅyŽ‘5^á Oñ ã2Û‰ÿ·hóðmãuîÓdOt¶³‘6 É[þ¨ØHçñ%?ö¡7h'NexŠL]ðµ> r;ïEfç!+•z8o&H×YèYò~Ýòg)îUzªb{éÈ!!¾9Г¾¡½.¸é¿öº·¼Á œnžø–º-ÁG±.oȲwÆ¡Ÿ¥ÏTtJíÕ;.•|>­ âÏŒÿΑtL›së½ÂH›Ê6&5™zÎþwQ ÿ¿‹c¯Då?däÀ{TûW Œú´tµJülkokÃßp`žî£¨”ÄcÚìg_9qÛªƒÕ€òãOß—Û{ mìžEu¾ûúéÞï7;o›Ù8ÉŸ?wÈó~ࣄåóó¢Ÿ üHúο½ñXÙ¥„]Þ¼sñ¥\;•ݾùÆ6ùóÑÀ;+–?sÀ5Áfm»ÅEC[ÂrcYvŸÞϼ°söˆeŽ©æu:®¢é°>œWŒàLìq[O­äG¾û¹ødÕ“O{&±–%ÅØ~÷åÌþ×Ù!·v=ÙmëÚÆÔʵØÔo oçÊyº5Y+JÁ³ÖrR;'ó»é#Žmªïäj•”6txÙ¾¨Ü/¯ë]Ü\î’~|jƒU—¸‡ÏÝ×u5‰®Ûçöã€ÀAgó]ݧՙ»`á_sÿ2Ùø®/kÕ{ÏŒ‡Ç=Ù’0½kýö7^\KìCŸð=mAaÆ—ÒŒ¯®—¾-ðò½·+/Ý6GàýãÉwƒûßo†Pv&}+ ¼p¤Û›=í¹‰ s¾º¤®ug¸š÷¾žÞwø¾žyÅüì÷%3;øYäŒÞõ­yú>^âØÇyÃls¾”šßŠ\’ÿŽ(¨m¬™sæX¯YnØÔ´áþ ³“c†µñŠò»ÙäÇÅ>ã¾t|²ñ˜Ù†‰žËnÏnµ­`g+Ë/ëSûƨüï¡æ˜N ë­Á4éÚ4…oõ˜!þæÈÿKºUŽ þÉ\™yJÿ[«9Fuð·B ÿ{ªì‚E€ŒT¬WÆ•R òï/<| ‡ÄMÿ!¥ëïÉJÿ8Ò!ò­’qÕWEi~õóPd&h,oPV)I÷SXï®r^.â§òX¼~@ú+•ˆ/n*G÷Á—3òùBÇ÷jÊ€øRŽ/¸óÅZ)[ÏCüý˜$a–=¾,vò½Oðíˆt&Äi‚nýA‘|ok%ƒù&âï½Jò[€åøù…6[üÍÇ—D°XÉ:4p?v ¾´¬’Y ¥g³NÑøâ —r_[¤ÖxüÿVùÿ§ 8‰ T’å%þ>Ò±D%]’RðÿŸ á¿gA:Í~`T fâËù¿;ˆàãÇ0UŽBÅiVsÿ‡‘|ÿ|!fËlÑ Rß}Á$t¨ÒÛ«L€5Ê—®;"ƒ€d~Èô?>S¨qd¼Å“Xrß>«pŒ©Ht<8"(kÅ36­I^øùOQb†°L¼—¨lˆF¡ ~…ò™<ÿ? ì»mQïN;QÖYø¿¦b=²UP Öì°t~hbEº€Œ¢\—wß[?SOª'y%´¤<@ö“¸ft¹“<?ú é~žmµxG BKdÒîãûÒÄë“H/@¤T^ Î_2—ã*¶j‰t;I|¤þ}@ú„}&Zè!SdÍ1“&Iw¦Š(Jžé¥' ^ˆÊò|A\ˈ% —º§Á×g£ÅÇY€piÉ€º[Zê¯0` Êéש.à2•+à!¶L!2Vü+"…àߟq§"ÞK¬}"}¦÷C™X_‚}x5ÍÚv¥Ô¦ïåeÒ?:&B2¤µy¤XkJÌ$þ×±Æ)ú-| ¤Œ#µEŸàgÜÆ—p•÷˜’GЦŠëS°ØaUàîßâôýqmlé2}ÞÍ ¥NÅ÷½ÄKð2úQw¾Š/§P¢º-.W¾žd·1Y\SâVÀ¢õÇö#)dâ}Öû‘ÄSlÉ™ n|¡Â¼®ÔÎåø6SZ{|í%J̳ΣŚJ±ÖÝŠxâ¿e¸ë￸àùì/N·Þ¯³ýÔ {rÉ_{x÷=‡Ù»ìì–eäEëbn¥Fn66Ú)9`¼MËãïÎ: »òõÃÖ ãÅçù &d··\à—dõR§ÁHêö£Wv—4yyâ]NË€[…‹>ØÌÙ>´|æÁ¬ }l­3ûL/ýÛý }÷ Ëss&±ÂW²­v^0tï‹Óݹ^ÇÝÏMsï`øä}ö« }ûÞØ¿vÙ¦’ùÂÛtìjéºy`ÀÎK=†?¸^¾$glÂâõ-G6Ìr`&´²íºïûóº»ßzãvqû‰ÌÆ~«ÅoHœôeÀûcÎæ¶µÎž”Ñ5÷Rܦ‰ cýy’<¸Qú¾q}û†ŒuK«¤NÞåvyiI9·ƯÛó$uÙÓýÏ-_Ümÿd}ÂÎC£‹»ŠrŽÚÛèšÙíDþø‘k6NHYºèõûïƒ >ò+Þ›röŠÇkêöØ)ÝÌG†$µìrwGÎDÇðÌW=Ú`ò4½õq[ミþ\~xáàx§Ï³wóOf±üvmªÕ%]ŽÕfÿô!Ã_Ùl uíšbÜšu9r—“¨Oÿ“ýÎ|ÑKI~{jc̵c+V&p¢ÇQç Ye6éÓÇÈóm~Þ÷Ö‘í}¾y¼Íºcc³-}÷ßï¬b“~Hóæ¹ôÁÖÍškþV¹sçÌéµ4¾cTséügi<þö?›ú1¡üDbN“þÖ&¼F»oä¯wÙ!)b{É‘!Ã<ðÛ’´uÂ)ƒðä×~£Nô|dÄ„SžŸEWœÅò]®\NÉ;>ðÞ¦%%ÇŠö†4Ú¸f{`ùF×NÌ+V·:×°Wà+NÑ÷Û?êq7"f]X”Õ÷sã›–mOœ~êä›b›B]7£oýË£r¢ô£r^ )‹ì”¸¦eBà¢/ßÛ=·ø@Øí¨¬F×¶O÷ôœ—s#zÆ®¤«§ çu_é91ylþ²1Éæ‡šÖû~òÜã.}ûîÉøófÜ‚¹&kö†è®°bCø×üQI =†…¦íu3Þþå¯ä£FÙOòï'¯ê¹¹PÙÙž?f7<ðáGTR’‡~ÔÊCù^^¿·üyhýX﵇[=¸sëÆŽ5‰žéNn¯…6Èžt5-^÷ÁÁÔ&q]Ó8ïïNkë^þþeϵBÇ#[ç‰,&¹¹Ú$ïˆ /ý™ÿ…þŒä £eÀ[iû2…õÙ•4Ô IÃ/{W¯¹´ÍS|Ý];Cf!íZÃPùš+pQ’VñšÖéâã뫤#‹pˆGêUÚ×YM/LÖ¼Ô˜¥MÕö­ˆëªÂÁ¬*¤Èʵ£Â"éÛDƒ.âÖ¼­Ú(›x%áWÐÿnÌâ[·ÚT§.*ýVⱚÄWÔ¦Ù\|Ý9·Abå[‡)È“õïÜð²mºàRêáËÒ@”èñíDReûÉÖˆ#8‚ âkwoÈ×ÖspžD—Û¹3BÄ7HŠzé‚(RSù?"ÊÉ"ßý0 nãÑŽ”¹tÁµ"†ÎׂFÑ¿\ˆösp懶"¢dÄ ç]åÖX„0¸ÝGÄÑÛ=iúBn%Y¿BÙ&šzö%ØL€ÿW8Ž_Ó‡÷<°ÊÖgI£Q!bˆ $•÷ûÒÈD¿…F®ì}ú‹eE€#dŽBo/ L%"mJ6e,~N’ >ª7I•ôBÆâœæ‹·Í¿@,ù½xË_d[©”á` ÉÿÝLfâû͉Üc ñµ"Ré²kæ6àË|ÝËëø O«˜èO‘‰k'‰’XŒmGV¬ ¨OIÃ÷v•iO%z‚ž}’Ûf=~„ Þ×¾)ŽÃIˆ)¾o:ÖƒšÎ¬òØÄÞ™´%4IMšI‹¤õ™Òh~¾”~lútÄ?Âö^Þ¸,¯]Ù˜.xI%¸‡Ñú ³I‰$¢÷:D1H0—´‡Ú¤‘¶!÷ÄÎ{™`£…8¾•‚×q£mT£]XE¥¿ ù–ƒõžzYÎÆÔ]¼+jÀ\z¬¼7Ð ÏOí%‰…@•Þd-)€8$\Ò |ùŠD‹ExˆùA¬GËE~TÒl­n¾'Lç)LG‡ÊC%é”PÃt,ð­‰è imœ‡~@»ätü>)´Ð!úFtÄ‹ŸÑn$3±>Cðš<¯ífts|¡ƒ¦ä“øo{|Ñ‹Hº %Ò_×â›Ñ›‹½¶‹/Ed³Öi$ÕËi‹öFnÑÆÓÛQ]ð\L"Wo A[j9þGoJEð2ìHr"ÙQuõ1Ø¢Ò·S÷_¶­â·0Ç{Çý(&@ŸÄ—ôŠ>X/Ý¿žâNð5—òzJ |iâc=¥®ø(O]Ù‘JÃWFZ¹t™Ÿ:ðò-cw»kÞî‹ÎŽÌ8³®õYjë¤Çz­ v1lö²ßìG¤ý&ös>ºº‚ÑôkTƒÃƒ'šú¥ÿ휻fÕº&+LW­oÆNær²ëÕ(³{·Q òûí9ô9*êÐ$·öÍVιí¾1yVthÁ½¬SK÷Þµtn³6iwmM¼ÂÚ¶qiİ_žZðôÞ–ýÅþɶæ7fGÜ<âSØÏiô-a›‹S_<“ÿº¨‰åÙ¡÷w”¦½<˜t=ñ³Îö‹NŒ=ÕÑʪÇÁK¿O¼$ZÖÙí›ïî»î¾·­1êÝ&ûÃá”Ç §¾™–xÌòܪ۟_<6·XyÁ)!©Uý+ n;ºbë²-yyÔ3‡]¿F;Ù˜èôØ5v]¾Ó·|$FâÚ¡ýòÌSüræ0š¬_7üÀ†¬AÛÝúöúîѶx7#7jĤVÃ…žÃlÊžPE)"û;ß9îV|àXvRïáì”õ)¯×ÞjÝ X +s{ǤòÍ=EwyÍh8wçƒÂg¯^<½snGæ«ÔkÝøá=êŸÿ:9êÃËË;ïN z3ö‹K“µoŽ_5O˜—;¹4]2ðΞ_ùøhG»nÅþ;/$fl¨ßáS~dëÇÝuÖµM´YÁÇÛ7fÍh½4þúÐA^}}Ó®>‰ËßSž|9½£Í;¹}–Õ+»zt@ɰoÛÇ…w\_ÚzTƬ°OÆÓ÷®Ê_ÖòåŽØ×öåã=õ:3øß£§Ÿ¼Þyÿó«un{û{/smÌøëýŠeCÚ?èså¸ÿÙ|ÎùµhûEeçÖ~›·ü{Qfð㜂ì왾ï^x˜7ï·üÓõ½.Sj8×ê÷GÇùçöLpdºÛ- éÞhõÖñåK”£‹k÷$$u¸^x¬Áª½‹{ɪã|¿õsßþxa°èžÎ*Êû©ëÆŽ˜õÞÍEùJÖNèÙè¼w¿¥ü&Ç[î _ÇÇ{ù»Û?ŽÖ/žSÿÞøÜþíg»| pÞ¦HÆ®$Ù³á`c}f¸ëØ= ãÜ8gþ9©õÎ.·)·Þ,]":ô&õóÜ5䦻 òw{`?¤÷{o‹•[ž±\]çç¥}é{E÷ãá‘ Ÿt‹"5pqÝj|£åòÒàkÇÖ”¸rwBÂm£"S?^Kø sm¦KýF½œ=8ÄðÀÞѧ³rîwJ™Ú͸˜c¼´Ì%'ºÍ-êu³ýOíÆ÷]{—»µ©SÁlc7ú"w£Éìq)¥Q <Ÿ™êey¼Ü–_),¼{yð¤a·×öZæý*ý3*÷k“k/×|uµrÙóîtlêŠr³!˼æ´KI ±jìJÙÙÇw¸§Ð³xϺ™ÛyAÊvècB„åÍ+O—&iÜ]±õÝÏže®ŸÙ»Î¡˜¼3OzY¯Nú255ÿN¶[ƃRÿ³“6ÍÎ-Â<¢vì´™¹%…ßµeB£ºQ— oì}8-÷bã÷»ÿu»Möû·ÜûÍ8»'¬GáÚn÷û”dSgµK+ÚÖ/Ã$ÓÊ£¬ó•ÎÌf׳hÛW|1lÿ‰Òñ‘· ¯ uc…Ùw¬kP€ï;³mÛ»gêÞè—âQjtz‡^Õ;À÷ºrÄ3~í›óÉs§:Ú µ+mGÏ…{æ^œê9ªƒM·»›zš´f&óÇ·l6L¸±Î=/kú¡ÑÅ ë6w²^´µÍ¤oÇnÝœ—9aè‰ã{DWȾ6»­\ÏÞx{ÒóoþíY§ow·/týƒñ·Iqï4sÝü—ÿÎÒÃmpWWoµ÷+á÷ñžê§;Öív—á¥a;»Ì¸ÛrA› ó GŸ-\õ)ñU̬>§ë˜-=—ñºýÖ¨ýo¶—3>tüôîå¾´éH/“ç3ú¹ÝÎðî;‡Íêürû°2/¯Pï‰îîG¸!9Y‹ÏøÇÎÝWðñàäO‹ ÑoKÌíû.p5mdK¹È ÌË^ìef¸tñÞÈÔñç²Çz¹Ælã™Ñf²;n„„í#¯OÒhöè¹×RÝ/æ~.¾ÿùƒíW:E¾xûâËëÆ'RÖ.*)üò˜¿ó{ÖΜ‘öV;»R"óy]·Þ½•p´­ešØ"Ã=R„Ù'2›”ÀþòÿÞüŸ$W×£Rí+Ê{2•{ ļLEOA2âü7¢Üƒ#¢=è ÝY‹'t)¦÷Hz™ ¬UæˆÉejèã(æ9ñ:ˆ%ðÄ[z!Y û'*È&î{]¯§àÛã¤ýêJí¥s ò¶ROà© uTÑXö¿#©ÂÚž$‰ÆíIÄÂÿJúGÝÎÎA‚}ùì…tfU|¤¸‘&‹{"n⽨|.ࡆ‹pŒÞ{-F ðEež \R9‡ ¶K×¶ã}ü’ld„¥4zÑMá b¯ðo.o«˜+²´¥ó¶b-ãÈÈ 0¤J6#’oœm²ÎÃKrkPÉëJgŽÜqG›…èR16"aÑYœ»lÄ 4F⋯—VÀ1Á—Šù؉*Ñö;±^Äö|6ÃZ"¶˜#1GƒÉæ€$؈¡Ôqq³ýa|Ïuqßs1ú õ•Ѭ¢œP¢g¨1‡Vò5Ùìæ]j6¢¯0¦D<ß®ô?Ÿä"öPD/ÿ­ØÁ˜Šµ]Œw“—'Ñ ¬Ok¯Ð{05upŠlžWl‡u4ÙøV7`F’tí¥½ÄläE•s³@J‰Rïö3Íæb¯ÁžãŠ|)í¸{uO˜íêÛ«•ëæˆÀ‚A‹2SÒO_se=þüz…UÝ63Ï&ÜŸñìF—¸vÞû,Ú¶Ø®aÔÛû?^îÜÈ4ߺß~‡ÖŽ/¯O;üpõžëña‰ys†ßZ4wXð¥AåóêO<ÖÞ+-Ý>zÄpŽéù‘©C¦<˜9ãˆsbòM«A;ŠÖ§¼LYÛÜ•Sß÷˧;G¯¾ôtˈ+?ãèìêê4¸ÓDÛz÷Ó£ßf^q›Ûû²_RïèCO…¶;xBT½µk–lX¾Ú°~cãÆMLë$Û;¿»3-£Që¶ë‹fôÞ¿ì6eÌÙâÏf³ü×à §¥&Z¹® ëÊ)ö·ªg“K_aãÚaØ“E¦·3(åïNoÍ<1:îÇÁ±Q½ëç¶hÑâÞJ{Ýc+.{¯x23·ûÍ2Áì"KשEvY—{íù±ïqšÿ·gGMhw¼ÝÙeÍ:t½mÇÝd“Øñ¡m£>25øååC^«Ãº&.÷·Z?0ÊÃ;ÒÈ6iÙÑᄌ”¦Çv0ë°ãY¿¯f®ŸÓóRxãbG'ŒIZvfgËÜ^Q¤\^ÁŒõ÷uvÍ<ýöêšÆâÊO¯½µ§Å)A¯¸¿½õr’FŒ¹vjõ™œÙ§W· hüÞ¦·xB¢wî—÷}zíÇäïöÿó ¿C›Q)þ_o¶9±öëÙ^Ÿ¸/¯ƒD0ø_?×4v> 8iLíI¥1n ”Æ=+åŒ(Ž()·ò1u¼5êVmŽ›¨Œnû‰%_U8AÜ_ŽƒŠ;°+£âÕ­wä#i?ÄÒ¿{aªøJßju‹—¯íShoáK‘R[I”€m%O Õ¤DØ{±øøs¤ºÒ«C­ßM!½Ž`#"¹"%Ù£Ê|pGêà[ººãçë :r 0…« "Ä[§©èk†Z‘V!#ägØH÷;‘¦I·5Cˆ«‘^uÈ^R.i=BÄŒGHhB\¥u?*_Dj£ÂQò¶f”ø»ZeyƒMˆò(·:Б¡H¼Î¯T»w“¬ }ñöQ¹(ÏÇj¥Ñî4a5b­ÿþBUÆÑÞXÅ5uƸSÅ£Ðx| µ&ñtbž 3Úˆy)äÜŸLŒ*Ã[໤òí7PÉ]ý$*1½‹¼ 9Hf#~(O'Qôgn ´¡Ú«]ö?KC„/aÖ&jåè¾'µ7µ"ºËáàÚEÒ$Qý>ê„¸Š C:‘ßaˤù#KÊ~³E+ßDU®Ð“þ~G)ô¾dœ(Ÿ 4Ÿp'¹zPjÝÔëò+ñ$±ß6ÊsªPIê1 fPHÓ4 Ü"Ò/`ê3Xág…è즔© %Jÿ 4&Ý!Þ1‰t©‡Kƒ/íH’« s@å r—˜‰$ž Bí§ÈÐKe>ļâÊ=±&§(Dô{?j“JìYHâçClÇ%f¡L¬;Xìí’•&ÇöIÿù"“t}✧âJ=Uº½ •XŸžã{šàú}À—aø¶îºæ „ê.ÖQ£“Ñ©ºulaBºNj©_®Gœc©Ÿu9oØš†c¶Í[åÂÛ»óDoÑ §ÅWg®BÛŒ:þêé܋̾¼|·™×gåЇ:߉~swªüþ7~ŽÉ„Æ}â2æ­]·»#:öøDÝ¿l¼$aGÌãíZ¶:ÓµG>-ÝÜL4Œ]pÑ8îûçÂ6ÔÏoœÈŽ.~5xôÄ÷GGŽÙSø‘¶¹î_Ã?M¹=>®äuh¶û`‹‹®xv.1\Ï‚Oü½}§ÍŠ›æ®~~[ùÇŒ"^¿ÚÊS=šºF}Zµ1înF܃…¯óœøwö…Ÿü¾¡MTýg ûBürwé7[?ˆ¿›DDD¸™úGå®YµÊ¶¹§ç¸=ÖW–?Ý6#æšïµG‡ù³fÍð¦ëë31|øöíÛ+“é›2§º­;~n’C@ùýö 6‡; @Äo¸)­Oee›¢Ë¦a)x?gÓÍTÏ5kS®çÛ»Ø ÐëŸ5}õ‚;/¬SŒ/xàa÷õìËlÞ«z‚ä«‹÷l9êÀþt—»1{Ü~&ÔXÀéÓ¹I£'÷÷íܹwÄÀ[ƒÌÒW#‹êNkCmí¹TjÞN®ÂÔÔëËÊê·)™°W=âÍ¡c[/œT 2téãÆ  =xƒµ«nvVÏ~½ûΙ·€¸þ|ÞܤiõÌbBûöŽXú"\ªã%»’u² ÏÎ2"ƒÄ7!dJQWuû¤f°p%’ºè!Y„%.x¨Ý'bášÐƒX#Üà°c§­çÝû.Ý4a¢¾"RR/HK½¹k·q*åkÌ;<ìç|ùæPî_égiM\,ƒw«½Î/^¼ ðö¬Ù&¾{xòôîK?¾•àìhö¼™ó»¥« `÷Û€·æ¼›ýîÏ ÿ3^‚ä§Û0ù~ÞØK½£ïþî¶óî„ ¾ÜǾ~俱|JY‘ÉÑb ÓLbÂ]f¹G<[Xþqܤy¼ù;?ì\²ÎìAÞ‹Ò7ãÏΉÔ?}ûnFê]þ‹ÖyÍl_ÏN µ°hFë ñÔÏoŽ­‹ëaN¬cT#oÇ b6Œ~Q˜1fOùwûɾ•f<ê|ûÛ©Ã÷ëŸùàb^pâ½³“ðIn¿!ß}Xˆ…4çl/ZN‘h8ëI»K~_Ónä[…¾ýðþÐå¦_¢¾†‡œ?ÂuÒ Ûsñ¿ïxáŒ&ÇÝòÃ8áô\úàv®G/àÖ ;×·2¢ .‡=yÑnì“Ìoc‹3'»ç–¼Z> ÿi31òUÙf1a¯¦ºÝÐ9q‚[ü0stÑAó#‚&´ìÕùè%F :¶Ì¼<¡äMþ‰ø@³üCñ‘fÍÊõ tÖÌÌÓ|\¹®x]æÞ²ô›ëfÞ®Ð|ßÕWÅ3ç_Ø8,Ùÿ¢‡õ܋ݢp“ŠrcÚ´¹íüüùó§Oýoz£R"éÑ»=ix²¨hoV–ÞvGNË–ÃV¯_¿-A´lh½69N—^\ß?)eÙ<<Úë1…աÿ£-6ö°´¹ÝÖ­[Oä§Ez®zìµáPϽ‚õM–µtÝìͳªŸ‹€M×yñEEv-V/Á;ŸË˜šÆ~|¾`ß¾Â4“ÃEžYë;éIÑj»\ú³ÖÖ»wtÙŠÁ‹Åº~}ù+㺟:ÈÆÙÁZ µ9¨7°g2.:XÈ‹°²áp¬1w~¤ 0-œ—…°NL–…=‡áâ„1YÀÉÙº Êf#:ÝéŒÓaâÊ1-8\×…eáäÂdp-üÂtFŒt°ð€Ávq¶ˆ&…Yp˜ G„Zxê ÐqÀZ’™\6Ãp¹ ÇÄ:J#9ºp¨#Ë‘AiÓ+ŒÉ¶è*êÙ“íi$'Gš#Ó…Áqv&q™Î¨'/”ø¨*ô â…ñ°09<‚çÏCø<ÔŸ`Ñ¡"!‰¬gX.N€áÌ&‡‡`L‡¶6ö,0˜Œ80˜ŽÀÑ™áÀE;¡|ž#Ç:Ú Ì'ðC1_ ?7ˆ`" ã 0ŸÐž,YÇGX ñ"…Åpac(]ÇÐõ ö AûõÁ˜ Ò7”gO#‹‚xdap9B€r1š£ÃÅѲ£Þ{Žƒƒu/¾°Ÿˆ‡Eñ@9X×Û‘ÃÂ"…"²È/ˆŒ ÈN,Ýš߆ɱŽ5õe:2Ø6l´ Ææ es­ÝQ@&ñ°”¨¨. @#|üƒ¨¯£ƒu¤HDæ£ð ÃÈ(&ä‰ôü­·ž¸ ‰œhBN´±^54Ým¤^VÅGÓ6MGªK£Ëø‰ãÕÉTzV“޲¼¦êsXÀI’ßÊåíÉVow}öϲ»â‰JÓ+Y‰¨{•§ªÕï¨:ߣe7 ¼u¶Êý:¨üŽw*"³-qÞhDÑŸFëD¨ñêÊoº“T5ª®.*ßJG“þ5A*dÖD"¢‘5Šši Ȉ.b„4B4§ôÂ䓉>R[©Šÿ!¨ÊýD*ý‘ùâTßH=Ê8\vMÓ!Γ齎ª,8(ÇêeGk’!ã¸ä¸zuyrŸ${&†æc)`²t-O£"ýÙ*m@]`%—‷ kÔÊì,’j­ª·fÍõTtv¦ªê;Y® ”,5¹ ÿ.ÑšÐ7ÿ=…ȶ*ë©Î*zòÚ]öÕ•C]d€Ò 鈀'l€Ö×E1Œã@ÑÁdŠ/9XêËó×uD‡ Lgay"!L‘bD(ˆDÙdf]”Šëá‹ùñüB²)˜/éùEFD€ÐX:™˜×¢Ñ0[?5TàGºÏ ]|ÛÁÃC¶›Œ Ð:$C©u0u»¢(‚ñèæh0‰B¡QY0/¥Š§C£ÃÙcJæUÉ<=]]$à `:ãÅæÈ1êÁ Qb8»àjŠ0:pasÈ"™TßDǸ‡ìÆÝ€1®¬ èé’0Ÿ®Y .Ë¥q?Ì/4`d2“åÄL'6ÃÑcâvFi(—RP2ç«ïuádJ'K²O¨óÄè® ³î%)jêþmª•FÇðBü †øhå8Z3”ûl’7ô?sw™òóe+ù²ž¸vý‘‹`X„ ¨²/CVhµ«BM[å;¹ÿ¦(oé‰ûv.®÷Ǩ¼e“ù}Eÿë(jÛ´RŸAó“J:ã>W9}ºB#¤Éì*{Šñ°•¦l«¸Æý‰5¿&¾¢U#iŽcFI”ðUgGºJk¨Î¾ܲ*éÉ­.±°¡®¬åC¯Žº(bdµ6ÖdgºJ‹nF“µqzjøkªÂd=9£•SJRXŸ öŒŠÒ`UYîÉ85‹ïÔE5ÕELmš6®‚cÊe[“Ubé‘ Ol©Z¤ÚèlHz©–me ªÖ6ªÙ¯©ÔÝ«ŒgÑZ—m³–tå^ ª†‡¿ÆBÓŸ``uziÒÐ^éJ^:5·žº£²‚µ÷¨Iþ›_«»+«cT×s^G-¤©ê…ÖŠeñ–F5ÝÚõÜ+ <¥£?Q.Êì2–¸fâ>mõ£(&(è­ã¥S{oYosj—ÖÏÔ\å¶âgÒ¬œn¹åëTô˜k›Ö#yÙ¹á=äØ*s¢,e ¤ÌðÖùê€-UUÊ‚Yâ…ˆ¦‚ ¡xaRùŒÚ¡ÂWñÐïè(¨­TMû-T¤Óñ5}D]M3­‘îÕEn­*åF¯ÌQ@CªõR>·q•šµÕ8d'×åÒŒ€H­oP§Íyü­^ƒCHUÖ©Ü>]Ã5B¿V1 ¾Kßq÷3£§U[°IUÿñ:ŠZO7¶ûI+c7UYãhÓjµB€ÚV^U«êkÇblÐ]õµJ¶…­£(·ªzXÒDv¶ò|LeÛ¡•G=«ÊyˆŽºYÕ\×D¢ø©o=ª¯!5—&ÃIoz¼@måV ‹ß*¹Â÷vê%Ù2o’âüK§^šÛå»QmFÕtÞ¥‰ðgg\Tgj?Û¢ùüÊs(š­<¢z,òe[ÌßÕ;ý“ÒÿRª>Uýçʤöeøûò­"f ý¾åËü†šrS¬f5h¿ªã†¼5µm<•þ?¸d^º^ªêõE±ÜI$0114kÞ\]ºs}C-ü̯WúòòrDM%WXAÊksî– ë@ß~*5ôÆ&¦•äà =MÅQ€ä½»A‡N]¾Ô56–C¨9×YÁÐÔ* šN ‚£êY%§®Á©´PpŽÔèQUy–ÿäy¿Lçk°‹³Šs+­"Wm$ÔÙA]Y!¿)/š.b{¡t¸‘Z ^u«7ŨéX*‘š6<èšBª§|ÀH^Öµü'ŪÚï­ –öêëqH^Š”/ó/¯‹ ‰´:üBZ„œévŽ:¿…§He/—¦E«¥jÚÒä/§Tóþ³P±Ys›!5è¤æk ¤k«›Ô¶bü‹®gtþM×3:è8ÒÈlÓ‹Ï™p&‘-FØ3¬»ÅØ0¬‰GBøø"¡<4ÀÆDòýQ?âzEJŽl‹‹ ³a2Àu´ó‰EXÖâ™ Äs-Pâa¨¢ƒCCÅÏ&‘<6 @…‚0,<‚Á, ñÐp¿Ÿ@,Xˆñ…"ŸÐPž?J&ƒX¡ˆư±g±¬¡,Šø=’?Œ|cQa8Ï/8 6˜ˆ8‘ ñCqMí€3Ç:„/?… "Pr(ÏGˆ #ÃÃB"@}ñ´ÄuQÁþd²(ˆŒ’ØÖa‘d*OH\»(àë¡(jgD\ÎˆÄ h(A!žûÁB»„Ýø6l!à‡¡@¨0Õ GAtP°_†"¼ˆ°`,–Dó£ð(˜®½¯.OXwÙ Àèh0FÆ‚õ)žQ@„Oªo ôØÎÀŒÓqÎl‰Nâ°Y 'êäÂpä–::–å–r 6prrA[ëèÙ3],'à0éu£Ü¶€éàL\ÇÁ÷üjÀÂ@€(Ï•Ë",Â"Q2ß' #Ñ;‘È:,*…eŒðEÄÕ˜óÃ(,ëΨ,À€棃QŒèdº#Ú—çƒD‘ y¡ä°pQ,@&›ð˜!)¢j¬ÃåO{±`q8 g§‹΀l@lG.9,8ÐP°1æcÃ(/Ì—0q§ QÀm 0@¸DØ€¸2Ó?û¼}…¢`Q¤ˆLL­DòEÁäè`QÉ¢dþ¼p™,¹t“x° #žò"L†Ù8¶6wtªKÝ®ö#±^`°PD±äè”Fö×Á2 Á(‚a´üMÈŒŒ6räƒý AŽ<1„ P W@MQ !.LøCr}²!¯!bGF‘ U‡Ç$Þt_÷“Ëe°ÙΙ6ÃåÜ7 Ç‘Êâ°Iuð¨–D¢ 4׉lÌÂ_LÑÁ7ê"K™€Ãrfê³Äe˜?9[4—âAr¾šíµ>WU9U<(U3‚V£Az®¬'£¡W^›žûS #²êFG” ºÊòöT¥÷7®=45¤Õw5 Ø‘Ÿ ¦ÕäOfû9Ò†˜‰¼X‹Þ¡:;¨–ÕÏöÖ«eWµ¡ÚŽdm¹¨áx™BU:V *.Õ2_‚¢ \×R…2j\C»#jF_ä# £äêdÿJ`­¼?Uñ1¿:òZm–Hþd#ÅÔZŒæ”j¡ÒMþ⩆¼ÿ,d6Ë‘êˆÔptTíÀ¯èTŹ¥¸ÍókÚ¶(Cœ§è«4u´Jk8zHý…ÁŒ*GÑTò£š_ÕÑ5µ>C¡s™ÿæ¯j–­\MGjN£Š²KgŸÖ‹¯K«áê¯Ì¬ ƒ*bYcÛª&²2ª22KýÉA4µ|«ªÞ(ì“Õ›P5|¨*m¥ê*ʱV ë蔾zy¡¬¬l*¾ÄH¤¦¦õÌ,,,¨RR¿+q’ˆµýü_¸¤à@Ýh÷?4R]ãÀFaD°&oU iU£™ÕìÕë5 ¦UóDT¶ùR™sUƒ©ZÚAµ¬ÔU䚎àjeWôé¨ÜBéïS… ùå7ò©&¿µâÒ?P—œ«è¤ªãPmdÕ94Ù5í0•k(ã )ɉS{õõPë´b´ºügF¥éÔ$Oj;¿0R]]àñ3£ÕDMTÒªjP¡Ú™È TfÜÔtꪚªV™qüŸ;ý®ñóz²Ñsânmñà9ñ€ìn|/ñÐ^/‚Ç÷Ãü‘|ñ˜8, b%w~BXÎlk!/”ç‡"Ë™@ ÆÝ}ˆ‡€£"äæ}'6Év`0R” ÜPñ¨¦("ØO‹Fð|Hˆ(Èp˜¨Fwt`2œÙdoG'–=›éd-˜F‰GN“ƒ|DdêCÊûb>${âÑØŽl¶®Ÿß?Ø`Äø¸¿ìîyÔ ÈdñÍöBLÀLjÛá12‰Ì×CBÿ½'‡êûþ½Y JB’’!ËX›Ð¦M–RT¶¯eìf0Œ-i“ö„6IB–B -¶B‘½¢”]¶Èòo Yªo}ßßÿç¼ÏÛï=÷ÜsÏ=÷Ü{Þ»egL6¶€øÃ ÀsUKáè³UËO‘’V“¨6N{$–th;c7 D#Q(äR6v$ÂtA¸¡‡¦“^2U –å§8¢Ñ²­++ì(°°‚‡òið€=‰Œ†—ϦYÁcï$²U•LqÚ4]ƒ1µ¤X¡MHN.$–Šq$±PÙì)Tª•‰- 30k7 žèͮʆ˜”ta·PH6{x¸~ ž”š>‡8`f…`#°LeÁ¡yVÏDƒô$¶9;AZ/)M ÓË*ÈÒ‡éeñÒH)E€>í»â°1zœJbõLÄÍ+âÐŒÁyYxp~ F\JAODà%ePH.Ò\vvú´J ϹÆÊdwr³GQÌY„ ”^†HÉâe%Q€³­×h! Ïû`fK¢RÙDT8ç ñ! Æq+ DIO_o·ÃÎÈ3$`Œ™ Ï aBqåv´²°D[™¡Ä9Qò€£¨”‚ˆ %“ç”Ç¢q ’[š ‰—“Ŭ°uA€(¨)²KË*båÑ”IЃöPà¾Åš„ßÓ¡úÓßúÆés†‘ÆÎ ÿTýÛF_{ºZYZZ¿ åi:7ÐØPÿ_ñ‰Äÿ Œ2êü· F²ÿqcãOðìß(»ãxFê GmÇÑ?eç#þ“ù“e>†‘ûè›ÒƒöŸ‚I£zþÃ<ó?5wø£ÄLÔÿ®Óßíìaì 5: £ú·6mõ`Wß:†Q LÓÿZãú·ãŒ*NÊÀŸ5¬Çòü”—è:GÁßšùæß&Ïÿë0iTOÂ$ü ãîßQã¼{+0°3󼉃Ã%ã­ø3Þ 9ðc«äŒ‡g¢J2ÞŠ3ÿ¶ öO è¿%ÿŸòþ ¥0Þü—à?X&?»ÊÊhÖøiüS¼ü³þ.n C§ýêÇÆƒ43O±4´ª cîÙ÷Œûß6™ýoÈûÈù¿“…1æ›-~Ï*T?ª»‡äWÚrø™OçŒ7/íïZ%ì?©gÁ¿ã¿]?3ËöY™í¸]kеé~GZ?¿bïýÌ ?mTpg`²öÁ‰ÚG×ãýš=Öüˆ­’?¾ÜåxSÈT?¾Tæ¢RüHÁÿÅ•þïtˆþ†øxÿˆÑ<ÆZbðg'°ÿ™ÞüXôXË—ÂPŒ?áï쨎”›?Õ fžcþƒ^eéwLÑ Œ±jÕˆÉìÿ“ûq—ü—&#?wÙÕñ é1ç¶dÈcù29^C8Ѽ´ß-oø/7ªÆëœ×©Æ¨ï¿úmÐï\vü²]ö_PžרüÓ6ÃxˤŽeÓ±üõ£ ^Œ?kïýÌ ¿nTO`\ûk60þª Í]4žA¥ç Œ?Ùy×8q¤‚ýLÏýGzŽý?Ða€šw ˜„Iøs2éýÀrÈ.¹‰ûOÑp;Y“0 “0 “0 “0 “0 “0 ÿÃ=SÜ$&áß1“’9 ÿ0€aãô}Úûg•ÊMK©ÓmÖÁ]¿Ûs-Þ’íªÕŽøål(‡“a·(Yi–q‚\`Tyi]ñé"ü…Ž«ó ”/_¸Wè­~!‘w"âc£Åz­ãÔ îJó3nå‹\™M=¦Ãß6­»çVƒîõb¥Në32*ý°`ž-1Þ;°Ý7b႘ÛΟ­Úù«5E3ý”s¾æÆW.ÜüxÞƒ&U÷á-Ë7axDO 0VWÜ ”ë|}Ïb–üí;kTVÞ½û1g±ûa€sõ©-ÛÞÏþtÁDuæâμGÂ{ånaBÿ:eñÑ­­lÁzœ¹þƒ+.y¥QÒäÞày¬þÆ+ >_¸9o ñîl;_Zu9Añ¸[°ú¢%å½Ia³zÍ.OÐ}›¿û\.ð¤µÀ–¶ë¨ÚÜ–Œ¸{k»uˆUëåÕç¯ë±xUbN P6à *þš/hM»ï#°>8S¡`}¦ƒÆÂ½U÷wˆq´FE)ó*|þºð½_:…¼òRÝèä‰àjãµÕŽAáênù†V>×TÔê}¶¾Î{¬!ǵ“çìWÑ·pÛÙG D_”ñܤ>[éNFÅ›#¯Œ¾î5ÞöhaÆÊjß]ŽÁsÚ©±OTEÖe®%ÈòjÒâ\Í-yÓ,—¹°÷ ÈÙûµSÎÔœ:æõŠ=Gêy»sÞAÁ€~PQ—ÃiîŠsµ]·ö‰tÌYQi·2ÎÕ¦ûFñÑ0”EöÔò)å—÷g~‰®ÐÜ}Ú‡â»ešÃaœªcÎÕ¤3þeö%Ó>뿺P¨}:HTEøþýj}[.>âƒv !·®¶s½|qÇ>£VâH¿e‡Þ¬‚2QîqMö§­ñ‹68vìnßæú×Ë;ìÇ*Üð|{HO&ØòŸV?¥´ŒÅæ)»Ý}‡ÇmVV%é–Á û>.Ÿ²äèK…u,ˆ.¢dÂ_Øýr‘)m7Õ·³)Vt.!®2­9×ûZp÷ÕV)U¿›97o°²Ô¬âºk«°kKYÙFÞÃ4öÆúŸ9ß.0uüÔ|rƒ´A€XJC;μ dUR η…j¥Âv ‹”H&n”ï6ÁR–»ˆnuPØ]²ó¢’š½UHg_b‘I!÷õÝ»®î^½‡$ÞmðEü¼ü v¶3v)aWŸŽ¢DĆ4Û¨sEí6âZ/ñW¨ò³•ü••{IÁei^Ô]Øÿ¶N>ÖN=/°ã½áͧG*VHnêòêªëš«ž„I˜„I3èŸnޏ_;J˜L׋½Œ«½LÇÑa?ý(;t?  F„²úÅ\ÍŽ »_‹³Á²¥|„ÄMz¢Â&´ÒiiDË3ꥲ i6€‰ì) ÌwÙ'ÛÿI˜„I˜„I˜„I˜„I˜„I˜„IøÐrp c:_nF-tB\ì ‰š³§1É™ÿY¨™,üÿ]¸Çÿœfmh¦k°¹ +þùÅ4NN5!¢pd‡˜8‡›(98þ[#'-6r&¿«D ÁýìNaáMý)Õ-ýâúTÑ%ïi+KªoöX¬¼êÍeF2/?¤û!œlñ6Üïh©KÕæVD9Ó%ä^_føu}Òã /ñÄ}E/Å¢;-^ŸñëI'†‹ú‹-ëm¯ß&tUìFXÒö¦¢üÝñ•9z¾ÒqSVvð¦ÎÝ®&[‹·ÊÒÈq¸òðŒ¥Ü¹ù>ø¬ê\UÛMÊSO‚o”«¸QsWzLCŽÍ«ëU7Ĉ<ÂÄvSRØÙ#ŸUç8ÅBYò\&/P’¬wï"¯ä/il¥l<£ðé°7î(ªáÜÓ ß!$K€ÿX_2ô¶ z2Úao™2 ñMÞMOä6$s n@If\Kƒð¬œ°HXGŸj šiv4Ôâ póz¾õM1ÆjHwà6àˆ  {l#t øÕHØCØGÒKtÐÄ‚ÁðdLÚº7nÒUÈU®w€%¸¬³¡»¹t:rÀ‘ú †NYÃ?d #ž‚†˜|F¸Dèít(&;ƒþC•p!¦ŒAã!ÊpØrG3i2:ñŠgÌržþ¢ÄÒ1J±T@ï’èמˆ€3Ÿ+$¿p3„‡Hçj'ã9‚’:Æ3¦lBòìà7Ù|ö¤ ¤»Å Ôc‡i¦×˜uÀ&úõä`žŸÒk¼'AX/)X]èÚ¹’N°g”¬90”a”z-ŠúqùXE ”"@ƒÎ™:К~vBÀ_;tà¾z¸jCtà4‘R(Øk„ªiƒ·g‹ ÝÖï};ÛCML„â­¶ïË}õÛâk,szìÏʇ=åÚRÖ%_rH'…²æÝ¡$u•iU-9µÁ7„ø^´é|e&\|èàÁu´ÓAËióO Óé €qÖʈk ïO,œ£%ÂMŠ÷0R!_Pÿ¤åÚyWwÇÛ”JÓËQW<rØGÛ5 S×mо«çñP»Ã鹟…âóÜØÒ”ÍeOuÞ«¿ig>+Ä?Ô¢?D’¸V^JåÌùEùÖ[ÔÊò”E*½Ýèøb"J¤®>{c¿ÊEßÐÈ}4¶‹†QÙ”9¿jõÓ iSi… Ý6}Î+"ýça<,N|üø®ìÆ¡öx»"Zö¬¼Ð}ÚÚG \ö_zq{õÈš³Ú;£­Ë}ÿЏ3wFσÇO¹VmÜxÃßãÚèp,¤˜Ûÿ¦ [€Ç™`ûîrèãÇíl“n*s…vŽNäÌ©*¯ˆܦ}I˲/c]¯_üç^ZT”ÆTÚÙ;å:!ÇóËü>Øòºé$,ª|ýªàš¤v²¼rkžíÌÏIAl•·ãæx­N’m)Ù»T½¿åÓºªôÝ+Gœ=•‰¢Ñ×hN;:uúù¬^ߺtÏç\Y²“Þ¦f°î\QÛÇwÑý¢.–/~ȉœÄ]Ž™+òÙïL?Á0)Œªv»?û©ÐlÊlçYͦ*­ßÙ›{©bZÓý½º^Ñ+Úg˜y>hAJî‘;_L«m_ÛžêfÿÃRú›RnŠïñ»ûJº)ÜYsó¥:™®uì»vÕyóö—î|ýìàÍ—b·ë>|¬ØûÁP¼Î,æ£ÙƒaÃö›åöÍiÖäÕý-7Ê ú3é1òê#Ëð9zi·#ˆ¶6o}Êm.'†$u¬°#Be[§l²íKc(¥r†g‚þ¦òu1V÷·Õª,¸Ñ™³nÙ¦„OX“e©ÛË}Yu‡8~xµQ‚§ïÄúiɆ›r]?+CJÌ´ YïR¾)¼¶2¿§ÚÒ ØÿÂV×.Y½®ç²í<ŽÒÕÞ³ÌU¾n<(mje̓>.ql?·'ÙìÊqC÷;u§XŸ0Í»n®j çÁ:-ùø££Ëbc)ºÂüDlËÇE×deåCÛ î·Ï=W8ç¸{O^EÀ×p›¹2 UyÉÅ/o0ãyüÑuÏez/ eçªöómbÒzÕÚäÓjžçäãõÒ,U*¸¨­“ú|þÅÑؤŠúŸ7ãê;½ÝgÅ©÷Ã5kÖ,8Þ(O‘%d^Î{SY×x»ýƼÀ3Xçˆ@C]ó™ŸMo„FÖ¸NéR\ãVÖU¡Q®Åöpþ‚ô“U›KßZ–o¯V~Zµ_¬2PÏËÙíÕ‘³«:m”Å6Øh´…p2ëÔ]~YÏ6(ßyÒšµI)»ô¸xcã™GÌÕXÎßì²mÖ“<úÑê´(Ï>´¹«¼ª¶$Âho½¡ É^ÿAdê¨æFFF¾¢}(¹cèl°ãnöâ/çë£õ”+{ˆ—µŸ±8BÜv/©ú㕹¾Ä]ÏN~á~ïò r(i†üÊ€¢›jo§†|‰ ±®~˜¡aºYÍìÒ¤&²ÄÝë³î9Ÿ7O°,Çx(Ç:u‰òŸƒfÂË{Ï\fÒ¡:/<™ôrAÏ™ËÓ*EuŽé%Å7µå Ò<äÿŒ·kBZ7ÇŒúi ¹ì¢–G ³m”Kcî6±š/¼À×ë´/Å.PÙt'{8Kä“:b” AL/ÇH2OE9Îv#õÈÙ\<ž¢Y‰—ØR©†s‚DßhŠWŒº¶žpQ‘p¤|dǽ)k8‡ñ—J©‘ÊyŸ©wÜC7n®ÍóZÓ†:¦¯anÛDcÅz_¶³©‹a;ÁÓéÇTT¬½X¿ å[›:ôõûݯ?jùérk;Ò7ØF¶k½Üí$Ý‚«Îç³.ã8U¿¸§>]ZöÓãùXï+SÕžò¦àŸœµ]`ƒS¿C67,ÛdƒXðåÕ±¾õ¨X.NN(A"t‚41ã¼ÿÆÙ Š*C«âÂTχ5›9ówvÈ 4a»lý[˜++:xâýÉ ØpNŸî„¸;Ô[qä"£nþûˆIM¶ˆpÊ/ÕRx%Ò¾½9>šYÕ]´¿åá™iÉÿLöM«Lg®@^^FâV®:«Ò¨†ó²—Õ°a×fD†5±l2¸dƒ­™qlIØÃ÷iËÚ-­Kq­D÷U÷ob‹.ºO¥²»]ùÌd’ñ$r+æ×Ý›™Ž—Š0ôòÓÜ=óI·ÄMR…ž¡qÛÙûyʬý;«™j¿o §|êßiý*ùcßLqþ¼3A϶{µÄ韭«m4Ox•áAFè–8Â=™Xí¬5Ù7^Õ|õìÙ†O8¬] ÕzÈ<ºX¬Xt©â…ø “iÕ„«Q)+x‹Ë“啚nÉŸ¢†w\’cÉŽÿr¾]°2ÞäB­s›îá‡mÔÛ±÷ºJ—ïÈZâèU6ük½{ï[Y.[w°‰;ⱸA‰‹»Åã\ál öNã„ üR~(´&atG/ÏX®§Œ'Ð 2£v3ÎCÇ gfP$0Î×ç‹Êí=xp[a­;_föFMÝk×¶Ÿ 5Á¤ËT›Yœ Òúç uvK«êÒ¿cŸÊÞÖÒ±­ñN|fR~¹]\ØÚÝ!!ë´b¹n¬¤U¤yqprÆ}´ÝŸ¯hÕJ¹(#~]­öa9"w6U¦9·8ïóæ¾š‰ÆSë=ÅnMøùóMøÂe‰~á©) <œûð‘ϦSœz))§}§CÚ @äTIq%›¬Kllò½r^UÑ[õ¥p&‹Ó÷¯#ì;xPóraý–k×n:¹Dd6Qo¤Ôˆš/À˨߿!$È¥é[B¯SËGï[éñüŽÞ[u~ÿ•šGwúß çm®ÿÄåÕÛ~®G\ùR¶p "Â/©¢A¿ñŽß?Î8Nþ9ª´•¡Ïs{zˆ½wÑ5 ­¹¨µÑûü4+óýùjqߢuǵRDVg¯Ñß(SŒ;£Ll*K¿ÖR´š45ó0î”ù‘™¬Êw\™;ñ·6¬§›k}F´Š\®Ã™´ÌÙöM•¨{}ívdÊÃÇ%šðëØde¥¤òœµ?ÕJ/Ï’ë uöùô.¢äŠ—2ÉO‰¼‚6#÷hsžZk…”A~×kØG‹¹¼írb€@Z_w„I¤Ñ;u—'6…´ô[Y™V¾ÍÐÌìß©Ó]`ü%qùÕAQ$RjÞ³ª’2ÂÌpÉJºY½¶(ˆv}l±´ºtí³v‘z¨¡ÀÇ—$Ðû̥ꈨ‘gÇ{™œ÷&+¯úsnÈùœû.ï‰L¸Ç"ÅUGã6ç¾¢H¯Y’§¯~"à -=pqvqÔ;öEæ5×ñ¢ ­Û?iú¼­AÄp‹‡'¾}q?·›63aëNÓX®û ÅþçpŸá9wažL4ùŽü’õ³²Ö¨Î,O0¸ÓA£ÝñTVšwö`‘zHôÛš²ì‡Ž§-nÅïXýåÐ<‰¤1n»¥гðâ~…¶5Õe—cÚ͢Š|œ-k^Þ5®Ó”7zE•x¶§Á ½¼¡~ÎÂŒm×¾$}º•ÙÁª«t"Õúáraáµ·œîÙ™éä»Rù«Éuæ|ßÓhyoáãsEß ž}*µhÊÔç3_ÞK @*è{Ðj]ê×SŸeõ®°&'ÇÛ¤ùSöV ×|M¿¶ü›Š{Þò®•ë]~ô‰|„‡´”ú’S”Íê³ÎëRüNã1áœÏ"£Tí'A.SxùQÓ^ÞBé¦Þ'ÊXÏaZöZë}QöòDù¬Îu³žèkž&ÏIºeH†zù7”Þ¹Lm?àÊ[æ^l£¥ä£ø#Û;0Žð<*="ø6ÿT){¢uŸ—²,Gú}ÏÅa«Š0¯OŸrºÓ×qÈ=÷zMi‚j¥¸î†}Á³—߈ģ¥I_Ò7>gkM0pä«R¥!f*¯põö±Ê»çß¿é¥M‰GxüUCç¸Ö¼ðϬyÞŠ¼³Bt4dáá›F² +VÄîQåj—å:ݧXè"ñ ›?ÛfjÛ2w-Û€¹+såk|¸”q'Ô9wÉ8Ä~¡}®Ñ~ÏÞ­ÑâlW>¬«+ÉÝê¹½(`½¯~mò=)Zq÷œ¼OþÝDaňæGnô¶ÑWçàQí½ÒØd‡6U»="Ð;”dYi®qàÞœWí Ø\D‰½g­œ©J.VƒcSÊŽ¿-Þ~§5ÜQÓX«­8'IîºœS³6L¹ãz”^µ^ä u϶Oqqå¯s”Ó*¿˜e<‹–¦ Ü>T’Ô ] õ¾K^->k:-7~Ç+ý„¤âgü-7Iä´´¾R×ÜŸa·¶.@µB­ß@{`YRýUÍ4î,a¾•ÏWJÍËÏf =gÞ¥·=&õ‹»sQÝómÊ{Ý[÷V[š›\^2ûjèš,¶‚ͦ^å©oã\’U*ÍãkgÄ“užßÕ h|}h´èÃëI×Ö8ô쀭¶¡ÊQÕ’‹ë¸•\¤¢ÉîBó¶SC¦”itùk"]ÚÃ/Ÿ//r⊄ç×{¯^ÉòØ–šáôm"zC˜˜QÐô@û!éhÑGEkÄ¿xææ:ÞåÕ?xé°YØ— HÕÍðѯ¥ö¸¿}óP“ÍZ¹hÕŽ/vak ÒJ„ŽI™f”Qw®-²Öõ€Ú#ÞšÙ§§5(]¡ÙÄ4†öã?/okþtË9×@‡ûÃ~Må¢4ýe+?…nïÓѱÕß©®~WΦ0ûdº™Û¡[5­·wµ˜†TiêßxŒÈ3K óLÊ"ÛZ椗ݴÓ'o:ǹ?αÖ!º^ùK;Mb—:Ä„ðPþö qº³|ŒåÅ©?+îh¯èø,öZïù çóZ·] ü©±ox­ê;ëºÞ‘Ãz²Ã Ä…ÃVÕaœËI«¯X”¼ O\º0‰Î‘±ÔœÔ¬9ý5“þ¿ÿ>ÿ Ž£Äûö/Ê LòD}ï„ý2``E6ƈóýaãÅgØç„TObÞræôÞ2â‘@@d„èÄN ¦§Ê£ât„¸Î¨Ð1èOÖƒÙLïwû'ϧ_Ç"f¾†Ç¬7 Ã(Îð) yP†å0J-±|Ń÷Ë߸­ X ïdúY–N•)v!h Nò^0<«ôT@±‹î{P¦¿EùÞŒñÀŠÀí ´ð“™#âÈÐW¥ƒ!˜¸"ÿz$ÌÞ\U¦PœéÎÂw….+ƒi3ü¶t*½Ð` ;®4pGQHÚ½³ŸÐ‹éà\hpܨðmœø6,J¢ Hve@e€äƒv*T/…Ú¿ùcwŽð¬4ÓéšEçgrJCIÃ>Ô hBPH¬j*ìkƒÞä#àÿQO"ß#¿ý—:ï[9!ËPÃet8] z7K°9àTÆ5œg/pÀ?M÷Ñ éê#tl¢+:µ'¡£êPyFB|çeQbòS6¨QêàîA?/toŽ-½Dg#®à&Ë'öF>7X…鿯ï`}¶~«¶C½ f™ÜM¶ÔÙ×7®_D¼ähQ³åDVlò£|/¢á]GÃáéÞáû߬òÚ¿Dÿ–àÒÅ›—ñÑš*z?……ÈyÑŒ‘\,íø)o›óùAv‘’¥w¼ J,Þn•¹¥ÿïÎ{J:IÉâ.z;dyž¤:Çéî®ôÞW!2ú¥™ð–kõb?ÅÌ'Êòštµ½N|ñI[9Í«?ÕUZH”ߺb§ØŒŠd—¦¬çʇ6äšFmp¹sû¡íë­´þ§‚ýÎOãåçâŸÃÃËe€Wh~½7mÖâ¥èÝPß"Ì_í5Úó˜Y\ø,GÝš)Lô·[-Ûn&,´$;w}Dï­wIf_ßß6ôX–²,ÃwžŠŠÑÕk%ÑÜnî¶KiŸëïpmÊÞú)÷ŽÎy»Õ‘§ƒàÁÍ4 }gN±(_]£æ.Å/Én*³U®½×ìžMìH.%9„»EqüuÞ.=L¨x= Q,JªÙ†÷ÖJbÖ£¦þü•^ý^E,xHYïu_Ÿ½0Êð¶kÞÃóéñ²>Î ™ó·ˆn ÷p7wµnÝ–×»K¯9æ¾ke¹Š„a¬Y÷K‰Ô€îŒX’šWWƒ¥“cníª"ÿ¹P¬OC±Þ~n݆»ßý.à‘üq¬÷c3oáê/•ëJ—¼+¸½+›=îØ——¯:±~ÒkcÄ´µÓÙZ=}Ë!²‚çinKcÍ4NÎ, ƒbÑÃÉOJ¯döEº~zžAéhcinåÂm wìT‚UW¯^BtöTøÐ~ò䱺¢>•;›ßèÒz[^´V"éÅ{ßA*ŠÒŽo»„’£BRÎv»©2Ì z¿;/– ÖYQÑë®Ùg÷.l=W¹-M´ð‘˜yŠK6‡MTšlUzú{ÞüØÖn>Eø™Fhù¢ú¹í¯žu±í«œù¡±ÌÊL¬TWœ™”Ú–¶^;¡¯Û¦öô±y³ƒ$Uɽ¡ÓC×b½]ëŸx”v¸zÕÖ‡úpÌ]ê\ûò•Ø#%%¬qἜ‡C©EBo×ÛÀPpnOsÑ–,Uf5Åoî_ ¤èX–Z³Ÿ¯µL3h)߬Y³øù}Ïœʯ{ûȧ««ëÁƒTÞè­÷J Än4=I>Ž]íK—{Øç™ë]†Ýy+¥éÖÖÞ5;j_†<Ø,ú™fXQžì2w™« Î´}W¯®VQIëkÚ(ÐóD˜ ™½½ß'ø$AJÊF£9ÐtœC’Þñö¾Jð|hiËä¾Ëð¦7Ǽ)©]øarc¡&+ÓŽv¸Ì½ù|B˜íœ–¼Ô(¤y®A’”ŒÌj‹]»úR<\š ûS¿865–÷ÜÌÞxêÊ‘³íî­u|Ô^ŒFÇ®‹üyûóUªº÷wL©ØÆ{Ãâ}‰ùµO};µ6VûœÄ €‡ò J¡Øª¿ðrKHOYêó¶†d¯ÃGŽädeñ\ÝÛú\¥‰w³VðüÕÚ›O{õõî¿ÜùZ‘*Qz/±ù¹Jÿ’Xz{^ãmñŠ3]¤{צ•Ug?Ž*=°›;ÆÌ²†fBëÓÆ¦DGÏ-Jõôà]‹µù*Àߣ-“pM'Ðèi^yyqè¾/O/\ßï@s¨mÉ¥À¬†ÅÔ/¡>žO¡iß ç†Î†à}kUõ*ržKØæ>á>Pe½  àx°BMw‰Qν××ú]:§dåª4‘^z,–,ã˜|~ Æÿmêmñ6QxCD¦ä¯JxI–¹ñ´~Kò«{Ÿn—íËþT=[ˆ>ú ï‘j¼„o>«¼¯HB/EBVV•ûCŠGçUyÂ\—ϼ >>ù&O·Ù1\^»ì.$ÏÓ½ÿ*6Îx !쉌uÙFêûtí:¬“Ëmª=·Øùó…KÈ´]…Q+’WTéºÏY—›¦ iCH#ËÝžjpžvi,;{!eçsµ}eØ4ûì'u¦&—cãTj¥æ}EjpvVTÏž=ÓØ°ñK¥ŸPï<sÔ“—Äêd›Å›µÂ*v蔚ܕ‰Ò+o37?|&y™5'‘EêiÖñ³çýÏWóL%ׄf²Éb½Å®öÆxµúåI”öh>o ‡U3ÔÐkÑŠÝš*”Â{¯ÕÀ*¶…ÈÖî3ò9ÑíÜ~­R[{sºõeˆêj¯Ã{,°«yp¥¼²Û±þË#|ôs%§l£ÔäkóÑ¡+t67û4Ôrè{n玲_{D÷Üœsu5ôuô¶¿¾g~ÛÈ´ ýŸ‡—›¥uGD”ÐŒ2Ò×™n—–Yj•/™Oûë¹F^ûJÛ÷Bq³¦´Õ0ªÉ?È…­òñÎê§á6÷nÛVŸ3}Òû!潟´¬,‘(&v¿¾>»Íéý#ÍÎÙÒv/ª+Uê¿máP=r£Â@=o?«÷ü¼<ü÷q¤¯Õïý×[¬M}gKªù‹Rz­é«^õ™÷<¹I)•e—ÏÄEÔ•5øó!‡X—ß UóÑxdÞx–7sŸ]•ÙÜ®îãKeybª‹‡÷¾•y…ùîõ—U®êe?Îz ·9ðw$´Š”@£/æTM÷mèö*ïoP_°&h'¥þ”浦Ï%ùMŽOCß¼°Ãö}©tVÂxÉ6µGs´Ç6´’ÒR£=¥ÜöÖ–‹Åfý\¤‹½uóI'.àb:·vÊŸMm­x  i§ÍË© tÚ–6½wIõ"½¸œPYœï|ÿôY%OӧɆ6åîi¯ÝK§ßߢõŒÑHH›Ì,,Âùx%{Z·vôšÓøn}y•P˜ªè”¸Ê3}9Ê"P÷ZBíç 5äN7êì•7õbn¥Ä™Tybv×§æK$µ³ÛôîlVxíÒ˜OzØ_ñ•\ÈíÁ¯æ•v$ ðÆòAáññSá×\q%,Z”¾zm9K²Àl§í25ϸ¼z:ê$°M•©9.íµ[v¶$èÙDð´X½Û¾mw‘»WgƒmŽúVÁAþááÁn«Ôû¡a¢gÂEçMM/CM<§cCm(Ðg¡1—Hk;âU’æUy¼¡Tžüú–ýƒž` ïûð[6¦Å7º4}¦Z’o ¾U;ÿsçÄækk;Dˆ<÷«¾ºß5Ï$ïmùÀýú¸©¬÷¸§½ijjªæÞw1kr`ÊcOIó~¨žŠ>Û!¿uÓ`ëú¨>;‡ég¾o@›_|§í›_.®(º‰]+{ßùc¯?Š ÙíQ;ƒýâdÄåDI™¶¹‡)†È…Â^Ý}û䢌<Ú7Ø›¬\¹Áqó«-³“σ'¦Ôí•À.Ö>ýlÈ¡ÆÅåû…÷ñJ|qõ¸éä¢×x'ÞzñqÏ:óh çà°Ã(œ8X„È–“½NsÃÆƒGŽÁߟ9µwÆlWÛO´gP'©±d3£­¦{"}á ÂGÉîúÕ£½c°AîŸz¦1pÀœxª1ê»$‚Äðµƒíl° ÍÜüZ˜˜vÁ[™/¹¥&³cãM«ùDU Óíê±2ûIŸï,¸ÿ\s¡È€5µ<ÜÂBÇüñDà·øÆß•é¶é™B—ü“AƒM(| rð –…z¶g–›*Ó\jríª>.³®Ê irkÏJ‰V/î¬õó„N;kûtÃf»ÚÕîQ.`MM•k“eT[àîSK!5ÚÊÄL |,X.”•ëÑÙXžd1»üNóìyýì5¬²J§:RZ϶fÝìK~éøfzVïm[/jÛ½¤ç·‹6{¦!¢[üL•±Ô©ØM^B¢HáÇÕÕfü—·|—H²K«j߃úú›ÙÙì¡Ò²BBÛÏ_¸p5ÜÉwÛÚ›¢…ò¹ÇŸÒŠŠõ=Ré“g±•Êû.‚!Z›NÏ_råÊ•‡(åIÎÚçÞéÄߦ}“raޝñ’>I˜·²vòI5AõõKœ?u>ýfòð¸µ~8vëV]wÂaçôϪúóKŠqïã^Y"d([¡B~¾ßea®é着ªœDÉ%åNŽUß–ÊãBF㤠Q¬~ZGí™7éû÷CŠùF¸M )À_ˆ6šºåÚBßaå‰bêþµ^-{O$<*î{²Zĵw¯È¬ÍÉ'§ñ†µŸ ¨ßvz€ÂLß o¨}†Z£ŒÇq«uW°M]&·HHq½“Dˆð³cÖ=Óp]< ,ŠëèI:–µ÷€eòÕ|õK­Ê7[¸Iƒ»ÿºŸ¦7– Fâo8,/Š ö¤~!£“_ôžíÃdxªñ}^¸F{ÇH`X^þ¹ÄÃf4lóšMîÜ <9=8dð­Ý…ô·øÐhïvárú(Öi` Õ[÷³ï&ÿÉÄÍ„Û×1:çÿl) aˆPsú|g¢IÛ|£ç`d^æöŽdX^þ±Ä?û!ÿvÝøŸir›Ü&·Émr›Ü&·Émr›Ü&·Émrûÿ¶I ZJ ®e]¹…Ub¬¤ "^QNZNp‹¹ œ4^N^PAŠ€'È n1ÔÑ0vv²²u¦Š¯0u²¢©¢âÒ²’"«(d}IIi gGc¹ETAR„B±5ز—’Â+ÊÊ"·RIŽÂ¢²²"(uc²³1Tä Œ¼4^^Š (.‹W”GIy ¤Œ Ȫº…ÕU "NJPV/§H”W”ÂËIJ šÚ±êH š^FQAÐa'(+%‰—&ȶ‚Ú¬›X%QBh)9¼$ +-‡—•UøÉ‚V”Å#¥ ÒxŒÄz;)ÁÕ`Ó q´8 B^šEZJ/« €“R@j“lIÙiŒ¤šZ’ìH(; ÚÞ‘dFÉ$3¤É\T p¶u¢"ÐìâAQ^À+È m­lPR’KEÅ ÀV4(‰—’¤ð’rÈH2ITZVÄ…ÃÎØ I!Û¢LPP\K’#ÊÊå„B‘)(c[G’±™šÕ˜:´u"9‚x ¯(ƒBâX§-AšÚZ™Ú 5ÕPGÅÙÄ–$΂v²$¡©VŽhG RÅ"-‰W”–´4»ž¸¬¤¤Èz²™•©± åbIÑVlúÒ²”3Õ ídj‰FQÌÑò¶™c²¨”¬ˆ)‘RÒxYA®BÉÈ"¤Œœˆ:@#H(s$À"Ù° 9ÒÑØÌŠ‚4•–qvrB[‘‘(ÀØ…F¢¨$'vSŠ£#‰j"¬^Q ЍÍ$; H›ÂŽ71¦¢1lávö¶$v6+§%h3 • "ädX2Rx@¹š„ÆIÉA—(}IYI4 Ð2ò€‚Œ TÊR8,€’c“DcÐâXP^ÀR(‚^A’Ç+¤‘+A‚”‘Bì@ÖPvB'-©ˆ—’•C#å$1•æHIy@ÀËË OSÀdYP8ˆkVÀŽdLF9Y;áPÆŽ(A¤$Êi ôœÂaŠÁI³@9DðRxÙ)R€È*c{c+[+'7Œ< uš$‚ ‡ÂX¡ÑTX†(ö$G,ŠœB]-­LÐNvgê*'œ)Éžƒ4MP)¦ÆœA^mŠѶ¶(ж'¡§"PH2uvÂ’Ðvv$mrx‚ÛvQ@„âÌ%`jeFšâFqvÄ¡ $ííIÆŽ¢2’"ìÀŽ}*Äw+'’H‘4*‰uÐ\ÒlœNÆ&lTK ÆÞØ‚„¶Bc;+,›)†4Å”Ge㔑¥&5åä6¹Mn“Ûä6¹Mn“Ûä6¹Mn“Û¿qœ‰V ƒ.¬ãÿ©[ ì’†=±C!@`œ÷à¨L~Ó@¸s\XáÔW¬6 + …¼w9[ï7Іp àqa…ñ¸°Â×ãƒêÏGÇõmëÙX!GKc•ûN÷Ñp2ƒ2ëp|£…a†tÆÂ¡ÒÃRüþݱ¹¡EýÙ?ÒçòÌÅLó÷<À Î=ÚßëªCqpþã>ï;ZF£à¢;\t'O<q?;ˆkCâ‡s{rÖAIÑaüÂûÄsô£ç‘4wô~ Ïó÷å­-3:ß§ÊüªtC”îûŽKpÝû^âFRõ;êÄŸNç÷P© ê3â_qäÐïXp·p<#YŸº°:Ž¢F+¿}Ã$i$EÕÅá?w³0n¹Áo8#8¦Ô0S6 4Èr‚³À±SúÈÝÆ=üY¬Ì÷³Àáa9è©hGé©624Š„ûGÓã ÒˆŽŽ—ãĸàÐcá”ñp渉ò é¤Á91Æ‹vƒón»°~KßgD0Â" µ þ£âÔO0¨I÷Ø”³ Y;’Þ]CÔ Î¢ÏÌ©]ãè÷ªaz­ óCpðép:Gã ûP히ú‰Êa:”£‰go« ÿD‹*7D‹ÊT±[€AÕ#0ÄOfÈgÊ8$1ÌV—ÃüP.pcÒÄ1êZºÿ&ÿŸÌïòÿ±ËÈ*â%aí!‰——…]rò²‚ (‡†=² ÏŠáù“‘Ä+eŠx)iEäKÒtÈ‹;¬Hf( ÙÌŠÅÉØvùÉà¥dÅ¥RÛÖÊÆ)%»ý¤€984 i¼¤Œ r=H1ŒM–€ œ+AVÄØ‘ÄpœYÙ:!ÑH[+ª’bŽ„½sH;g´±“©%ÊÖvŠ<ʘl†ä!S¦1\töÆNN$G2HÊb(Žf$G¤9Å‘Óâ ÊICRâDAšPHSÀÊÌØ ž­D4³"[ ,ITz*ˆådEHûI¶$;Ù ‰“‘T€ÅB•l­P d•C‚H(†Â£ˆPš‹½Ÿh’…³"!dåQ²Q NÃH²HI´$›$ÚPàl4@&hy¼"z=ÊeK2FH–i8B¢ÎDò²!Q(YI,àb…Ƙ ­¨ö¶Æn$36i¤.RJp,HNHK²ÂÕ 8ƒÒ2h©éH,D‡ ÊÔ’dj¢Vdª»©³£#`ë†CÃ~-Af*Õ–bŠØ(38'À‘A¡Ài2ì2hÀŠ PQHìÓW#‘ ŠºÌGZ‘AH±¥h'‚r"Ù#±tw( -WPDI øUÑ$v66Ѐ@J*6iYN-G•Š„˜€‚"D¦ (ÊÈ¢(h/7«8 ;eøU.ˆXn ’ÂΆ@!È8v@š€—#(òk¢Lm­-EÇRò2xi”$à H¤‰A*¢1¼rHA4+ÅYaf¶mlKA™P\Ù8I9E©y–ÄŒR÷‹°Âc*†ô¹_‚\†ÛÑcÃð>ÛÆz4ðæ¾ÃÞ¾Óeë ê´Àg@pÜ4n_ÍÔj?Ú20ƒp3üÉ:H·ËAôà }ŒdZf@ï3ë_I3j»‚ü®Ï0öÌe+!;<}SCeäëàªð›€+,ÃyQ¬pqìe⿵ª^ˆ±-Bf›qÀJèAŽÆG܈Öp4þb ÎrŒ ˆ}ˆëžÆ6Øò!ÖѬƒ y<Ÿq#ZôÙ,ƒmû(òË3B’Ù‡$zxJQL×£ÆøV„qËáÏÍ”÷cöÝhVÍD“Ä\þqdlxÙ~»FØÒÆ£œÐ:Ó‡®‘eû=l™7¼«ÔÕǵg‘?]¶ó~°¤¿ïµ G‘ÿ'…<¿ Ñ5…âÃ&XÔaýqî*ÛêïöÇŸ.ú÷êîÙqÇGë9bëXFÒ…ü))ã‡Zš‘éþ\ÏýûqjòÊe¸t !Ê$é}Ú‰GQ,¸‘ÀV֟זӡ6ççÒú•š;¼­ø•4¿OWkÌÜ’Y¿õ˜6­·Ce§ õÝÆÍÉpüg;,ú¬Ý: †‰åØqâ-¶öiTvà#÷÷1~f亇~ëXïG`ÇAWSÁÑjÏÑ>‘å¶è»Ü0C­`'õ—\Ê–ŽéZ2DKã0€Ó¨ºa4jt‡ìïÑ)¸ŽÇïÛ§<ˆ" ÿ” †zkÜýÊèéøœ‚I¿;+3Õû¸–ü"Åßà ìpŠ]Xy&¤ 8FmåGR5qíè‚ÇÁ¶d½V >ñº°2ã¯vÎŒ=Üó=ËßzŽ—sÖѼ4#sý#a(X;q ùqlƒð@÷CZàgñŽ‚¿ó7Ý»býÀ“#žÌþ—ëÇn †{`–Jþ¨ßeõW=.#½@?ïm;þ÷>”±Ã~ïü…²çïêþIìÿ™”&N•‚ûµ2ùù2ü}yöÀ“0 t¸Çÿœfmh¦k°¹ ^V~'§šQ8²CLœÃM”„­‘“9“ßU"†à~v§‡Œ°Šð¦þ”ê–~q}ªè’÷´•% Õ7{ ,V^õæ2#™—ÒýN¶xîw´Ô¥js+¢‡œér¯/3üº>éqЗx⊾¢—bщ¯Ïøõ¤ÇÃEýÅ–õ¶×oºƒ*v#,i{SQþîøÊ=_é8)+;xSçnW“­Å[eiä8\yxÆ‚RîÜ||Vu®ªí&å©'Á7ÊUܨ¹+=¦!ÇæÕõªbD ab;©?)ìì‘Ϫsœb¡¬ y.“(IÖ»w‘Wž(•´mGß-ZqWÃŒg—ú“SöÌ<—)—ð¸‚MÁ)‘ÛeºZÑ;s‹-é‘åÄ;,Sàùæ¾Ù¼‘p®E;M/Á¡êrø¾Õ¼Jó’ƒlŒ¬t\q=IÇêÒº¾¤u3¿Ó1)»^š,VHÑï­êá¨ØÙúʇE}í³xzWµ1BI.’¯°[1.@]†C½N`CQròÆ·Ö•¶“sZ:½UL ®Ÿ|‹iý®t»Xa×WΧʛႺJð>xPÄßoÚ\¾Ÿh×í:4mn—¸{Ÿ©9t-¯ ¹7;x§¶o‘Ï¢«5a‹þ{%prý!+uÄúëF¼§' 5çî1÷FFœ3`` sF¯jxßjø˜,ãÎfèé@Ã2’Ò1ó½ ôø‡úç†a7eº^3"^1¨¥òŽáùxÇŒø~xÜ7}h,¦±e”²ðïôC;DÇQ:Uù§A?¾C H¼Æ àÛzU°G9hÑÏA^´€úQz¡ÎŽ®ðÍaø~P| So0g`Ú#“øÃ¤@aw#áµXÆ>F,;Ø&vÉ!,‰ÐÕ ¦´Ü¡û+C÷ÕÀzà¸y.ú1HFE£å8}½ò˜CÐ9H†û™Coñß xëÌ ÀkP #¾­1Ô[¤§1ms‰sè}Ü·„v1d⛼›žÈmú$Ü€’̸–a_å¸G¬£»˜¢™ÖÕ`GC-Þ÷0/¡ç;Qßc¨†tnŽ˜úúê‹:Püj(%tz°°`hí À@!0˜4¼â†!p“®B®‚p½{,AÀe ÝÍ¥Ó‘ŽÔ5tÊÐO AaÄSГϗ½Ådgпb¨.ÄT‚1h´‚N-ŠúqùXE ”"@ƒÎ™:К~vBÀk¾tà×~¯Ú8M¤j#,}P5Mcðö,ƒ§-Ce2 Äâ¦1j³޼á£L°d±Š ¶0ë-x„ã€XЬ‚bA»ýÇ&Ze½>YÑV“ì¬ÃdQ#†ÔØy¸9È4\7v¯¹ÈV¶½Ðµ-´?DÂíT½\Éìßúð£Ù¼a²¥X´P1`,n& µéœôfRãÇ™¾‘2fð¹zÆÃ¢]}B&Bôa±F Àˆ°]µ¡s¤ú×ÂÓ„Šøû3zk5dO¦„>ü(Žî<ÌáAªÐÞqw`ݾ®¯âhæY»ÈG›»‹ ¥4gÈoÞýùŠeJ;Ób³ŸXg`CŸßèœóÉ9µ¹PÈüU݉ϢC·õ{ßÎöPaZ7;÷P¡'Áþ¬ŒpØS®-e]ò%‡tR(kÞJRW™VÕ’S¼qcAHP€ïE›Î£ÔkÁïD—¯^H¼´Ù<,síŽÊüþS…Öá'/ðeK üÙ®¥÷ªQùYhj¿é¹ÈJΠàp Ï®MñÖo|HuKEr< WgzŸÉçfFªŒÒ£M5ñÚ¸ÑÆZ9é;r˜Ö·Œ¨Šó­Žù°ðc‰RÕ…ð0WÖiðâ¯õÅ|†7gåÍ.Š$»ø_ªÛã{úDCKãŽÖ;¦í7£½l2žk4`CÝv« ÔXØD-u^Ur­p§´}e¼À¹ô…ë/À ×3¯U}ƒü ;}á×¼=™l²Â—Ì’uwXÔŠ#àõh“h¹Î×åÔ´h¦w±‡ÛD7= qÍ»wælx¬‹öˆî¹Ùžm­ÎO$z«‹Ãyço¾:7‚‘·üyww‡Š‡&7ŸPÛm±Q)‹?_Üp2(ÇFç«PÒ›i=¯5oSÞ¯-*“_e±¾”NYLÙ1Ñ䮆êC6ªZÅJJë±}lÊõÊO;[šø¬Q¯”¤úü݇ðBÉ™]bªLëLovZÔî|ÒN6'EtdoTÝOX`D‹§ÞJ°+°8ú\¥"'ëhC¹ÆÛ‹ZñvvJ´·RJuu•–§™Ö®¦­)2äqÓzšKÈz,“`ù©þÝ玶†Ï+_ÁÄ"-Ö×щõ‡‰íMÀKàZ‚L^Ý UûªÑ”ýZTüåRÜ “ÿkïMÀ±j»þáK“æ ¥AB’„æA¦Rd.™Ç"„d¸Î=4"3EHB™K(s™Ë™d–á»\IºïçùÞ÷ÿþ÷ùŽï8îkûÚÃ9­µÎu{¯s¯ß„ȳ"a¸mÍ®m?Á›yª±Ÿ@Ƈl·ÏÞ¡è+éG¥œøˆéŒ¨ÊÍJ»˜õ_:êÈYøËwÈD[…޼RUOL°l¼☵æjŒ©¤¢vÆ©³1¯4³”‡¯—ì§çg(QRW›~®îÑý‘´îçæìA>¡†ÓA{$OŠï•ñôÞ™ËvÚ°SŒM«.JꋜUî Äð®®îB¹a™Gî¡QhÖ›Þ!ÞpëÒë~(MÛVÚ®¶­ì7²9å³m‰£áÝöö¦ºgØÐKó*ÛBöÒPTY™¨,·syý!µ&N¢2ÍfüéÅã4ªW]êu³ßº¼ªÛ›zc¦yíŒr}-ŠÚÀ\¿dË®ïžÓóáÚelMëL{·o²–:}s²øqÃھ׈ªsÌá¡M_7zp¥‡o~Xß9trŒ9ûèóé,õ¯éÓ}éÏ`WþWÂ}6Šç¸¤ºDÇN­¼u«Ë•uºöæ§<ðü#B×þ¯í ÈWm.½Øv½7±<ÚCÏë¯[‹cÓýÏ굦/óÍëÇ,d­‰ƒ‚E™ ‘’f¦_¨õfœÁÉA)ÇÍ%iuÛ%mtq´7Ô²qƒS’æÙúS±_MvÊp=):uðlR£îÁ µzwÌx<Èêk…œËÔÝÓÏ2SµÏß蔦uz ù†¶&·¤òyN6–M´iUûø_¸1&¦1VrMlˆÅJ¸Å•Ý@B懾r5äÄ›)&Æif' ½;Ú‰’UW™xór^)}apÜh†“ÌÔ;oÉ9¨Òþöabbâ¡C寇¶xUn¾ã0QÚàû#Ât‹hRsijõ‡·—Õ"Þl(yIž*xÄ#)¶åø4ÛÙyý£F‹²Åƒ3N^⹂™\¤Ê)«d”ü¢Ÿï’­›iÆ.?o=ÖÕVq뇨‡ï·>ŠPl;Áu§WÜRLD’+?¸ôscc|oÂгm~žŒ6‘~Úª¿_±yTÕvcÕ˜Ä ûº±jßH…z¥YÛ¹²ï5Ÿ«ýbT_­Ö"ý¾Ù…¿ÑOÃÙÆ¾‚xxtÄTš_ÖTa0hÝü>uØGAž¬t⻂³R…µwz{çÊÓª·žc$Ðî"û;7Íÿ.%Ëö‡Y¦¯¤vÖDê ÝæÚ¦úW5ßDe„ÐZnTTT…íךDm-õW…|£ÞÝ1ғɾ’Áʸ§!!y1-¥¥=d‹»ä­¼{ø‡´à ¡úÄøV=>óeuÐhlIË{¿2ÿžõzm›jSú,„^=eO³ñ6H2ªgÔr”Ž»0\RY·6ðIâºÉ†„CžwºBÚe¸Lº Ãë'†k%¾¸Ê?íãõ pضýøxÞéxöU¸c~þ6¡úr*Ðã9”<é<¯Uùà1¯_.Ÿð ^ÛÈ«r[#åeß`1 ø À'uúBRæøšÄœîµIÅ+yH‘òM¦Òµ±¯ú–ìðg‹s @ÓÍý¤¯Ü\±4ê]—d´¿F‘ΞRéx39kâa±  ¥b£ ÐùzZ×àµUÒ=ÆÒ9V^Yƒ§ªŠ'JÑúE¼E•Î8‡*™tÏïbžéø2Ìi^–°ûdîšv=ã®GW_8:åGqä‰})æ,-ÍI¾ÀÔe\Ýã-|†1ªÝšyð縥ô8~@’êp4maÎ縪G«­WÚ‡|Ÿ7%cI^§U-1‹ç¼7RÛÙCÚøn\è¹~ƒ†öåÁ‡¯³XêL|FZæe¨Ü:aÙ1}Ó¤"µ}j£G©g@žškU?ãXYgÏQm0»?^$M4N¹àD¡œÜÅŠ¼<Ù›Yw¯Ö]Û"ò$:ý0ku}ªx¯Tß Ñ;«ÎZq¥™F­õÚÚXJri£ó *žµfÐ:!Ž&=«žð±ÚCêE´Ñ°*æ¨)‡ãI×Éׯ†xÝ)ÐÇ™+ Ucç`˜[ÌS¨àzä3²vÝL…?.›`à>6CÂŒëdz}Î8-Ÿ½C;›ñjþó8wûÿ5âO×è?UbVC(³Ç§Û«y÷!\¬ìt`Ë/”ST »pÙ3‚WwI¶h‹žáý¥ŽxwÚ$|\ÕoZ¹zå`ÿðÅÞÄ—ù)eõæñá'¡  SJqLÏŽØ6d:¯Y·.–üè;ƒDSuôȾhÎ[oPÆ5‘|#}™6nÞÔϯÏè*¼Wx:Qmß'¸}».[„Ø 6J†_:WÖ–¬·Ô³÷×i¤§?p_O‹4H‹d‘±G@Ê´àñŠâ“ûœ›c.hî]¦Ë—írJ@1¸²û|XØóëv‘ù}ÖÏÒÛx ¸÷¹Ñíú¾®Hš¼Þßîú"û¥¿™ÆííÒö6qº‰§ˆüÖÝÁä<9ä5! ý¸§mA¤GJCfo¢Çguñë86§ÃNLHf¹úÝ"T ¸CÛ)ɹz¯56p);ÿ;Ùxü€å®c³}žÒ3@þ™ýUÇôWçãËîœØ•.ZÐØÄ”ÓJð…ìOÏÜS:3øFx¾¬’Á tµP×§°„¨ô¬Üš¯=}‚§Vˆ‰íÝ[j£Üѹ÷ò¡‚}öø{lGSdMˆ³´¾›”ÅaÛ Åä·Ò3Í–ú9ã'µ§lcƒ/'ûrfNGêFé4ɳؽ“=Ô?ml|¥ñKŽbþôM•ñòË£3°ï?Ebiùqýœp½e©Rª“froöó޵÷?k²Q®’55)7]Æ–Â9™g×Lðê8 ·Šµêyâ³NV¨è{R\Sé;ÑÇGÉøsÅ–Â'v—jÊßÍÑÊÌöãËaä‹nZ¹Ó í© oÒ€Z‡"õKÛ‚Xf êä/<·ŒÛnLºp“åJÓëýÕ>^~\Ìž,^þÛDc,ÅwŸf/8q\{c}Ò•ÈÄa[ÛD'i©mA•|PŒ›Y[]a–ÕÃ/ÕbÛ„Rjø™UÌI° xTšµµÔÇéÅðs–SmŒÚ>¾ºÜ¥(®Sa-”÷he×÷toÞ‘s±!l4¥#!º,jx¹ªÔÝ “¬C<<'¸LÜÌ¿î~Dú‡î³ùù|Þ{µR¢ÒväzU ·7qn}ø^<"zçªÕ%?¦%{†¸×Ö2f'IŽÛ0‰ó2/?nkâW/þ£^!Z0Ê÷¢b-gÜ•J ¸ÙßOýe`†ÈyõmF?zj’І³j[ §êÖÊj¼SÍŒ×ã^Ú(íÿ”.=ô2­(z³¦ºhœ\o ¼‹kÍ¥¥yÛ¥ª0§é íÊçíŽö²aá]­í-Ÿrà :ãK[^=Éjünü–í÷Žâðب×dLb³/ÇG/º¶úÖhêuÓsïiÓÙw›faH/ü}Tfàú™Áz¾¦×ÉOs$…ì6µ T•Óš߃€²‹çUätS>4;×GN§—0¼ ú¶;ã¾aêCòÙµ¡×®òåÓÎt3dB# ½*¦¸;Âì{ ¦”W´˜°Cß”‰ýú!Ápy•¦žJú”$‡ Þïé>`*Õx¦$]/§^ìïB©»S¹¾&µÝÆM•mEE®ºß:Ú”/X²0mWô,{.7i³a<û&‘ïÄ#…÷Êï¾oyNKžÝ[U$Ýãà’ˆuy¾‘Ñ2³ãÅ:‘}ù<‡È+“¬•Â}“íkîÖ-÷ZÒû™hê>Þ­gñu<ÅþNSñÅætîWý,hOùϤšìV¹Ý`­s¨6U’¢J|_"Ö÷ó=BItvd`Çê½W%M"Ùœ¥ÅÖd¿Örâ ?Zµ¤¢÷Áý뉽ñØÏâ-OÛj“Ž7 ¨Êökn}Ü*")IÖ¦ü¸ž-W²b IËŠ­ù¸í‚’!Låܓӣƥi>Óg?šÖ8F¼|¢m?Pñ}y©«+{Ê~±™×ÏuÞV6Žƒ3 ‰1=˜’¨´ª`,Ûdºzð ƒ’™o;-âmT&éewå×ݽ7jû½M¹•ee¡B¿M yý*†®®šâ NjU¾§Ý5;SÓöÚVo.íð—䑈üöÖž>6º«€¹Iµë‘˺êÊÖÊC‘~®¡úF ni›+†¸VØñJN>4¶±–²3þõÎbUÝ/Õj‰V[—ôv*KlNÙ÷ÔžõnC‘çêÙU‰7Âô³›Oïò´†/vÄÇ×*’ÎlÕËÉ‹´æLÀºíQ° çu ޳8ÆÁ¾Þ¶ø¥úfcͤ”ê<ŽþgIx•PQÿ@…¼¢KN¤ùÉ.ßã g¦µDݦt?QÌd.àQ˜:Rrdﶲ¥¡^cj±£6U]%¥E®ª¾H;fd ¼{Ó“Ð+ÊÏ]q®Ïøo—*Óhð²sÃK •’Wʾ½ïb0X˜÷¼öÓ”°Sw"±<73em™Ý¼Çkb–²ÛcáÀ½MÍ:hU˜âB»¡ÿ;ÛÅwÝ rú‘Vñ‘(p¼˜‘IG»Æ#™SÞ÷F9KŸ¬r{[uB`Ô©ì;Ó¾hço/·I>ÆõÂG“„h]ÝŸ]šÖ_>g)®0‘®:ª>j~B+³†û¶P ±V'§Ëk0ªó†Û™·¬m›äföH…ØšÆö†N ~?4ø­ãÅ…[´T˜¿º(JWejÊQ‘#¡jS**fš7åå_í3­,¼—­g½hH¸5xwíB™¾N¹Û’,ìüKòöšˆÞSa2_ûàÞs›x‡Ü"É!—”3…nÉÓ„ªÅ1ä¯ÊNÕÁJãå󪇇†¿óÒ(9lÓcÐiß>ÖÑ÷™Õ¸{¤k¬É"|¢0¼RK€'üh×›zýc!†5Év¤Ð%¢®g]”Q°yºíûßÿÿì3?«‘n;å7"ýÏßÚ9KÔßm€3v™L÷«3ë‹fß8¿føsmúŒÍI"3{׿ÿ`AËüò¾Ì¦Óg RvýÅFtw.ÏùØêÒÿ2O+šÔ—Rdè9èÓïœf(œ~s^Þjô/^Ëèçq´ûδãÌ;ë³ä(0kS˜³ üÁa­´— ý…â_ׇü–¶ò‚ŸK-˜Ù-èG1z¼ãóRW21¬ž³^ÌZVé1­)Ò nÑmÒôÐ…s¶€Ïÿfµ-eù‚e”!†5´ý/v2Jþ_ÒˆRBgÏB)ì” þîOdÆt2ßÛÄù«Ïhù…ÐuåWÙ³v[:•΋ ÊçVîþj~þóÒ´í—u¶c1e=ÃÚþÓp#O90Cý E¸H”á§åÐtW”AšÂÁÀFÛ­ií’‡ÂÉÀLÛÛcoþŲòN;]ž= ·-âfà_$WŸQ4¹³.•šg§üFYô/Ú ôËÎK—ƒÝšcF¯ÑM ~žQ(Ï—vPf¬‘yI[H9ºdä3þðRÞ¼Ó”¯uë.9¸ïùŠŒMOåNï”|leØvþnA\êÛ2gI{‘¦áOžõB®9 .­åG]vk¾Øz€ïÜA6Û¾†ÉŽð }Nä.ÅØ=|ÂVeHÒgïȲó¨=µ@½Â7 ¹ZÍ8ÿü4Áz3MJ%%UÀNC]Œå]†M¼*ÔèêòjTÌG=žóaÝþqq¾Û%ÅXuÇ?%èP–ÎtžÎ¸!¼_RRüÂá›üRíú J¤1Ùâ+Ѳv‰ Yf\&m7øúÜôð^ËÊÁı™…•Ik±ÀþoŸLv¾þôÇP÷ª%—r†Ú”·¹éúßg}!%>ŠGÒÇü˜ØÏ^Ú3#¯¤ŒZó]–ª¨Ì%ÓßÞ†dè8O&˜ØÊ²VsqqÕ=X‘æY¬éÙkfêZ}âã”åOpõ݅ŧ#'_4¥èýhMÐv<˜~0Ç}›ŒŒÎ“°šf{³¶ß»™Î^è(NTñ6?õ­êœ­‚¦Í:þhwUoc£©ö2›dÂZÇ7I§ÖÆé_‹°×‰^s)ÚÛ<;œ›Ž÷ī߿âÉúâˆdÁÛ¾>ÎÓo}+"¹²,O;¿Ö\Y­p£4Ë;û¥õ­7·G?¯,ý W¶z¬¸X:yKã[ìëõ2BÚqzã…2|ÇsâôÏ8õ]·*î˯¬œ½¿ÿ²f×a–÷Åý½mk×­+PЪæÅEöïùð®6$*êFGIŽåðàÒoLËdéö×d;¶[ÒÆiÿ×ÿ þ•ÏÎV8BQ 3ú_‚€­|3¦ÔW_uR(åC«;W€Œ„°Õ—1îÔè ô‡ãvÜÇg_.ÐÁ]KãDøGÚ"'§Ì›’¼/fòV¾å7H·+\c)ÖœÝÊZ7ð âÉS˜îâ­ßÙ½e¨"olÚ¸ñko±­ªË”ŒÁÌÓÊISã¦noÓâÙ´ßQ û… ¸KÍÖàk‹gfs¹O[î­WaO½§t+Ë\ T„¬4¤Æ"§7Nœ*µÉ~سMr$׎3éŒ õW{vÌÀÕ†fe‡ždt¶ºÑýαvø†sgw(uÍ–6+øß,[¶,vï^ï}Ž×j,…4n}ñ eØ2ñ­KÇsé,ha³^[õçWw¸¤dü¬ê2Ú\Øê°±³³sp¸{zr—u}yK{óæ5kÌ…´ý5åüÏúÞ¥Þa<æþ .'¿Øµ!œñæ‹ô¾&OܼÖù1€o¢¡ßmµêSí¶¼±Ue-úäÉ1™Ì©>9ΡØw<"Š…jÓÔÀ{"{÷^³µµ½f«²ß&(¥‰u²"É)Ë4ÊŒ%Àá–ösæ5ÛVeŒ}åø…/˜on‹×9|óN 7ÛÜ_š½Ð X+e¯¨è1QÃ[·¦ÒíúhNgŒZõõÖOÖsJÛ)Ÿ{à<5é<òIÂZ¨6-ù[‰Ìôî¸e‹ÕJ{_2ÜL£ýYƒv­*;šôÑBôÙûîó©i¾ uÈ–•ïå ¹gæ¥é·9ó<¿eÚòP­ÒH;Îü5Ýq䉸È»6§Ò66Sñ>'û…±LηÌýS·©¾®ˆ‹¿¼J$ü¨Iœuk¶rãu»ë«ÌüÞÞ•»-loUFN=ܬê°ùTq¦â,úÝ!û÷ ëØõÖ=ôO¿Yr­cÌt¼Zø®ëŠnp\¼ˆµu¼e[kCFOaA­.òòòdåF=¸'Ý9¾E¿û˜#Ù’jÊwN‰3¼A]¥V÷•h´Fý Á@ÏÔƒÖEÉK÷¾/¸óÐËÏÇ»…eµE[hþ 1FWþ'“±Î¥B¾µŠ%½¿Èíû¤"ø\O*0J ‰u¢:Ô»ã6CaÊÊç²M‚iôXsÆá­\\æmoBêÇ­ºGß Æ”H]/ÔÉH Û¾8ô°Ê¹oÔžÎ5šNjã¶§Oª^›½rU4U4Ô>¥$è\)Ïþìáèloo9 ͽ¡NÿÇFûÇ”êwo ¿äïÕ˪uµÑ¬•;ž}Õ`w ïlsÓ÷ °[ј{³å}„©cZ‚Y‹wü•w“_c[=„ÅÄ$%ùyÂ_ww^o…uG6 ›òRš_¾­9NdÍGÍ›u, Ì»Ú?J‹KfØ9º¢GJ+˺ƒežhäX´³¿ÿ7¯eÛî§3jð•«y½{ϸsýt<׉€›–Ý÷Ãú¾×\+ë³zúùƒ9ãÔh‹ŸÔg±oC1k†âzô33bœöÚ#õü/±î@ë‹$\UËôïú/‹ë¹0"þ0c á¸[ßMÓ_3¸T9ôµÚe8ëNj¬.³yýà¡”ŒÓ•÷©Ú¦õ™Ÿì“k×'œWú…_/,Ù§ghÁÆâ·gbàÂð¤-Û‹ÑŠ¤Ê ‰ë~G²-2ôS KêüÞpf¡Ûˆ½õ(cˆÛsØéñº%Ñ=jj>¾µçq›l}’9$ÌLJí‡sæh΄€Ð]ßé¬ÄÎÉœ3\ÓF•ã6«¦¯ùØt©hét•9ßÚoð)ÎÕº»VSÒa‡€|„2ËñÙ&®°¸V͇ÍÄÀà á%¡o"{䦿õó-Cîx-Ò~uµ³k¼»i¬ãÛcý3/j$žÛÿÉ®·L?kºá‡E%³#ÇçLÂ×ïÙ¡_$^žy?~?"ìÆm¦¤Ü;³¬_šÊ¹éºšh[“óÄp—ãp_cF‘ÝPç›ýÉZ¦‘¬ê¯TË_„ªœGzÌŠä/lý%?Á™—ÝÆ¯CÃy=#x·K^¹Lâ×Yõt†R¦ã ¶HÚz9×d:7Þé©·øôâꛉ@![ÖÖˆ¦WªŸ)RWY<[ð»ÙùxyñoWV¾¹«Ä£å‰ËRÝÒ/Inn.šËV/Oc^û¹¯¯¯‡}TKû¥ç:í1˜¦µSÞ¾qeõ¼gW*¢Þ·?µïš?ß¹Á2æÃ½Èàä=¢ƒ5û‚Š®ÅîU¹P¿«‹*Šî‹Öq’½ª{䈬չŠó›R½î®êB„ù”äÍME¬ããË<"¦X…Fo8>¿n§Ñ›øÒ„ïŽS—A %sŲk×Ôu"f#î’\QTxJQV·gÖŸX4²aÓ 39Y«íWg©ÎWØ}îÿ°ä@][ƒ°p~åòg/ò?2ï]¨Ënÿkjµ]òøµ%ŒKÆo8î¦Mûõµ:z«Ë¹^—(îØõs6u(ÂÐPÅ ÷¿šþ®€ÿ…ÉŸÛ‘l³ìÚ4åß‚²þ:›Ñ<Ž3ªÅ®÷þ}thª›9yˆ²|ÛO>ÝTlÐØzgzàšSc­>>`´&ü¾ß¦ÆÚöÑ^‡`³úmUMf|E;_í6þjôÕFÛ;Ý.|ŒÃ½i~Î'9¢À²+üX“Öv#P§½+óRäô„À­Æ£EÉû«~d%5°f—àlËèß/nÝ\­¨:qYäýmz&ÛÅB»=–ü¤Ð­ù`þ•ñ”òz³¾ïý‰Å[Ælǯš¾ë×tjçÏ ©Ù¹Á6àEz—Ëætézs±«Ëª—]8øÁ¾1Ó®­Ø¼¹ý IsAPŸýPAzŒ|õH§‡í tÓ¦sJ5|Ó óNXº|yFƾ¡Ï:Ý œ¯Þÿ‰\Ï]Pì8Ò[Ÿ`¸©>1ÀfÓ¶é•mËýÞÔ®¶²xè7äWð|*õ£ÕçõU¬ œ/>t¹éw8Ìcôòv©þÄz½Ú^\H¨jÿׯ_[Zô8‚/–ÿ­T»ãÍloº»Ÿ® ãæVóö÷qÝýâÉ缕âÅwò(EÏ‚ÑçʼnÈÈ4¾¶Û¤töÁöÝ!!!Yo-ëSl”½šTbï\T~né¿Ù[ò±¦>k5m¶S¦ßÐݽ›Ëû>íáÓc# ‹ýÀ×Û/^t¥0'á6Ù¾ºNÍÝÞ»«—µòý–^]2m¢l¼HDD¤¬Ì#˜‡i}Sssóu^ –. –3ž[½W-Ž)ÿ‚­ÕýÍ mˆ(^2Ó"‹5¾-}öWõ Škíƒû•NýÁs­½ý’Œ…jó} o¨­máà»ÞUÇ#²»e»$…r>q®ßsùîNn‡dÝò?zxöZäÆt!]NZ›8qò~€’¬€ŒãDä}RrjùE[ž ®\•žXdh­i¶’ÆãŽYwJÆ ‹D/a4×ÌîôüœíâB똟Eì·Ý»“£r±Îêóa;ÜÿÈQ\’_Þ§Ó¹¹›ôŽÖp[-ÎD†5}J²^þ-õÞZÖð!Oßn—ð?)Ìwp¥o<´Ñ('—F\NÎ1ÕÃ+VÜ·“[âôõý4Bxæ„{*OáßñþŸ ùAÿ£Qå¿?lý/i¿aëÿ¼ÌfÇ4“‰öÿ Æ{.lvÊð^áï¼0ý«°Ùþ¯0Äÿç…‡oú;¼ù 9þ¿F•ÿ§ðÿvázˆÚ @‚´Ú C"($íƒÄ¡ýt’„BR4$‚CG £Ð1è8t: ‚NC²ÐH’‡ EH : ƒ”¡óÐHR….Bj:¤iBZ6¤]‚.CºÐHÒ‡ CÈ2†L SÈ 2‡, Kè*t ²‚¬¡ë d ÙA7 {Èr„nBNÐ-È‚ B r\!7ˆ ƒpˆ€Hè6tº ݃îC wÈò„B^7äùB~?BAÐ#è1 …@O P( ‡žBÐ3(zEAÑP ôŠ…â xè%”%BIÐ+(JR¡4(Ê€2¡×Ð( z eC9P.ôzåAùPTAÅP ô*…Ê rè#TUBUÐ'¨ªj¡:¨j€¡ÏШ j†Z Vè+ÔµCP'ÔuC=P/Ô}ƒú¡ïÐ4 AÃÐ4 AãÐhš„¦ iˆ3À à…ð"x1¼f„—ÂËàåð x%¼ ^ ¯×Âëàõ0Ì ³À`Vx#̳Ãð&x3Ì o·ÂÛàí0¼æ†wÂ<ð.˜æƒùáݰ, Á{཰0,‹Âbð>XÞKÀ`Iø ,KÃ2ð!ø0|> ƒÃ'à“ð)ø4, Ÿå`yXV„•à³ð9X>_€U`Uø"¬«Ã°&¬kÃ:ð%ø2¬ _õ`}Ø6„`cØ6…Í`sض„¯Â×`+ؾÛÀ¶°|¶‡`Gø&ìß‚a†aFaØvƒ©0€1‡ ˜„oÃwà»ð=ø>üv‡=`Oø!ì{Ã>°/ìûÃp ?‚ÃÁpü…Ãàpø)?ƒ#áçp ÇÀ/àX8އ_ p"œ¿‚“á8NƒÓá 8~ ¿³à·p6œçÂïà÷pœÀ…p\ —ÀàR¸ .‡?Âp%\‚«á¸®ƒëá¸þ ›àf¸n…¿Âmp;ÜwÂ]p7Ü÷Â}ð7¸þÀƒð< À£ð<ÿ€'àIx ž†)²Yˆ,B#KFd)² Yެ@V"«ÕÈd-²Y0!Ì ²aE6"l;ÂlB6#œÈd+² ÙŽp!;nd'ƒìBx>„Ù ‚ˆ²Ù‹#"ˆ("†ìCÄ‘ýˆr‘D"Rˆ4"ƒB#G£È1ä8r9‰œBN#²ÈD‘GED 9‹œC”‘óÈDQE."jˆ:¢h"Zˆ6¢ƒ\B.#ºÈDÑG CÄ1FLSÄ 1G,Kä*r ±B¬‘ëˆ b‹Ø!7{ÄqDn"NÈ-ÄAqA\7„ŠCp„@Hä6r¹‹ÜCî#wÄñD"^ˆ7âƒø"~ˆ?€"AÈ#ä1Œ„ OP$ Gž"È3$yŽD!ÑH ò‰Eâxä%’€$"IÈ+$IAR‘4$É@2‘×È$ y‹d#9H.òyä!ùHRˆ!ÅH ò)EÊrä#RT"UÈ'¤©Aj‘:¤i@‘ÏȤ iFZVä+Ò†´#H'Ò…t#=H/Ò‡|Cú‘ïÈ2ˆ !ÃÈ2ŠŒ!ãÈd™D¦i„‚2  Ð…è"t1ºeD—¢ËÐåè t%º ]®A×¢ëÐõ(ÊŒ² PVt#ʆ²£è&t3ʉnA·¢ÛÐí(ºåFw¢<è.”åCùÑݨ*ˆ ¡{н¨0*‚Š¢bè>TÝJ PIô *…J£2è!ô0z=ŠC£'Гè)ô4*‹žAåPyTUD•гè9T=^@UPUô"ª†ª£¨&ª…j£:è%ô2ª‹^AõP}Ô5DPcÔ5E“MÞhŽ™Y«S(–hŠÙÿÙ:rû¹ø÷Ì)”+r‡P(< s>1…ÿ¶ —‰îf©èdÝœsüK,g?^¯÷ûJÇD†í梁²N^>@wÉB½L¡ÑÓ9 eôê6£ùñNÐÒŠ™ó+¨I¡ôï¤P¼.R(ìg˜Ð(ÕANÿŽýôÀ¿âp•|ÝTúì’m«+ø¼B)”t6¦\Õ<_ ÇõoÓá;°ÙeÝ æskö¥NÛÔèÏ­<7ã¶¡P|è ·=ç •çå:fL“òenVs¡?̳ÎÓó-œ!gõ¡™–¢—žªÿ¤Ëz ‚6*•Ñ´ƒ‰¦ã®§Üþ*Õnº† Òó»hMBܳp‹|6ÿÝYÂQ3Ôõ¦úP}©~Tj5D}D}L ¦†PŸPC©aÔpêSjõ5’úœE¦ÆP_Pc©qÔxêKj5‘šD}EM¦¦PS©iÔtj5“úšú†šE}KͦæPs©ï¨ï©yÔ|jµZD-¦–P?PK©eÔrêGjµ’ZEýD­¦ÖPk©uÔzjµ‘ú™ú…ÚDm¦¶P[©_©mÔvjµ“ÚEí¦öP{©}ÔoÔ~êwêu:D¦ŽPG©cÔqêêu’:E¦RX‚E`1XÁR° ,+ÀJ° ¬kÀZ°¬L€°€ €ll€p€M`3à[ÀV° l\`à;Øxà»B`Ø „b`û8$ÁA ¤ 8ƒ#à(8Žƒà$8NYpÈy 8 Îep\*@\j@hM ´¸.]pè}` 0&À˜s`,ÁUp XkpØ[`n{àÁMàng .À¸*8 nƒ;à.¸îƒÀxOðxoà|ð Gà1!à a <àˆÏAˆ1àˆq ¼ $W ¤€TÒAȯÁÞ‚lrÁ;ðä|P A(%à(e | TO Ô€ZPêAhŸÁКA h_Ah tnÐzAøúÁw0Á#`ŒqðL€I0¦cÀ` ±EØbl ƈ-Å–a˱ØJl¶[ƒ­ÅÖaë1&ŒcÁ6`¬ØFŒ cÇ8°MØfŒÛ‚mŶaÛ1.lÆíÄx°]/Ƈñc»1LÂö`{1aLÅİ}˜8¶“À`’ØAL “Æd°CØaìv;†ÇN`'±SØiL;ƒÉaò˜¦ˆ)ag±s˜2v»€©`ªØEL SÇ40ML ÓÆt°KØeL»‚éaú˜fˆaƘ fŠ™aæ˜f‰]Å®aV˜5v³Ál1;ìf9`ŽØMÌ »…9cc†b.˜+æ†Q1€aŽ‰ÝÆî`w±{Ø}ìæŽy`žØCÌ óÆ|0_Ìóǰ@,{„=Æ‚±ì Š…aáØS,{†Ebϱ(,‹Á^`±X½Ä°D, {…%c)X*–†¥cX&ö{ƒeao±l,ËÅÞaï±<,+À ±"¬+Á>`¥XVŽ}Ä*°J¬ û„Uc5X-V‡Õc X#öû‚5aÍX ÖŠ}ÅÚ°v¬ëĺ°n¬ëÅú°oX?öÀ±!lÁF±1lûM`“Ø6Qp|¾_„/Æ—àŒøR|¾_¯ÄWá«ñ5øZ|¾g™q|ΊoÄÙpvœß„oÆ9ñ-øV|¾çÂwàÜøNœß…óâ|8?¾Àq!|¾ÆEpQ\ ߇‹ãûq ü.‰Ä¥pi\?„ÆàGñcøqü~?…ŸÆeñ3¸.+àŠ¸~?‡+ãçñ ¸ ®Š_ÄÕpu\×ĵpm\¿„_Æuñ+¸®à†¸nŒ›à¦¸nŽ[à–øUün…[ã×qÜ·Ãoàö¸îˆßÄð[¸3á0Žà(î‚»ân88†ã8“ømü~¿‡ßÇàî¸î‰?ĽpoÜ÷Åýp<ăðGøc<ÁŸà¡xŽ?Å#ðgx$þ£ñü‹ÇáñøK<OÄ“ðWx2ž‚§âix:žgâ¯ñ7xþÏÆsð\üþÏÃóñ¼/‹ñü^Š—áåøG¼¯Ä«ðOx5^ƒ×âux=Þ€7âŸñ/xÞŒ·à­øW¼ oÇ;ðN¼ ïÆ{ð^¼ÿ†÷ãßñ|‡ñ|ÃÇñø>‰OáÓ8…`  ‰EÄbb ÁH,%–ˉÄJb±šXC¬%Öë &‚™`!6¬ÄF‚`'8ˆMÄf‚“ØBl%¶Û .bÁMì$xˆ]/ÁGð» B"ö{ aB„%Ĉ}„8±Ÿ ’ÄABŠ&dˆCÄaâq”8F'N'‰SÄiB–8CÈò„¡H(g‰s„2qž¸@¨ªÄEBP'4MB‹Ð&tˆKÄeB—¸Bèú„aHÆ„ aJ˜æ„aI\%®V„5q°!l ;âaO8ŽÄM‰¸E8.„+áFP @`NIÜ&îw‰{Ä}âáNxžÄC‹ð&|_Âð'ˆ@"ˆxD<&‚‰â J„áÄS"‚xFDω("šˆ!^±DO¼$ˆD"‰xE$)D*‘F¤D&ñšxCdo‰l"‡È%Þï‰<"Ÿ( ‰"¢˜(!>¥DQN|$*ˆJ¢ŠøDT5D-QGÔ D#ñ™øB4ÍD ÑJ|%Úˆv¢ƒè$ºˆn¢‡è%úˆoD?ñ ‰!b˜!F‰1bœøAL“Ä1MPHr¹\D.&—ŒäRr¹œ\A®$W‘«É5äZr¹žd"™IrÉJn$ÙHv’ƒÜDn&9É-äVr¹ä"wÜäN’‡ÜEò’|$?¹› I!r¹—&EHQRŒÜGŠ“ûI ò)I$¥HiR†$½HoÒ‡ô%ýH2€ $ƒÈGäc2˜ !Ÿ¡dN>%#Ègd$ùœŒ"£ÉòKÆ‘ñäK2L$“ÈWd2™B¦’id:™Af’¯É7dù–Ì&sÈ\òùžÌ#óɲ,"‹ÉòYJ–‘åäG²‚¬$«ÈOd5YCÖ’ud=Ù@6’ŸÉ/dÙL¶­äW²l';ÈN²‹ì&{È^²üFö“ßÉr"‡Ér”#ÇÉä9IN‘Ó$åöÿŠØ endstream endobj 553 0 obj << /D [551 0 R /XYZ 56.693 815.761 null] >> endobj 63 0 obj << /D [551 0 R /XYZ 56.693 759.068 null] >> endobj 554 0 obj << /D [551 0 R /XYZ 56.693 739.087 null] >> endobj 382 0 obj << /D [551 0 R /XYZ 56.693 452.717 null] >> endobj 555 0 obj << /D [551 0 R /XYZ 56.693 434.904 null] >> endobj 67 0 obj << /D [551 0 R /XYZ 56.693 293.792 null] >> endobj 556 0 obj << /D [551 0 R /XYZ 56.693 265.84 null] >> endobj 550 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im20 540 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 562 0 obj << /Length 1407 /Filter /FlateDecode >> stream xÚåXKÛ6¾ûW¹Ôb†II<&Á¶@ÑÚº‡"É–¹k¡z¸zd×ýõr†¶åU°Í"@Ñö²¤øg>~ßxytñè›Å›ÍâÕ׊Gšé4I£Ím”&,Í¢<LdÑf½[þ`Æ¡¬Æ~ýºʶéWëDñåÛ¶yÏyr7vÆâàf•óeÛV«›oÁþ:Ž™V ÍüÚÛî«•RK2ð½iFãW‚q”ƒ©pÈ,aY,¢µb:#b ›²|ù )ݾÅÍfñÇ"†ƒxG*e©Q¦c–ò$*êÅ»<ÚÁ¸Â¤Î£{¿²ŽTÌY"RèWÑ/‹Ÿœ‚Á'AI.\ ¶¥f1OÑ%Ábøð~„Ñ»uÌ9Äf쇶.ÿ\ÁçÒîÐç¢mv¥^ù2èªD2‘’éßV1llG TmŽØÙYñÆâ×°7öŽíØaÏç\Ü—U…½¶©È‚9¬¡µå-¶}[“Å»r•¨åÇU¬––Œm]›fGvÆá0”>ƒ×ÈäÅ5„,V®ã¯1t£¹l’2Éã°¨º²¹ Ž’ká~€ÃM79Ÿyp­EÊ™l­ãŒi‘ ±·UYü‹“mA;ì-vnš•äËe×6µmš5[ê´®pî[„û«ÍsG½û}Yì©‹vÓ¶«K2yôy;™L]âé¥ØÓŠ{vêÓzkzÜ…pé_€€€74sÛc?ya›¾›ŸÂb<ƒÁ>º< Þv¦¶ìdé"Ž›} <_Vvð=÷rCgÒp‡ã¸? zî:nÙý~ÚY¨Û9¯à~"ËíWÞw°Î!­3Øôµq¡vÓ}Ñ•‡‡)n˜°I¶Zr©iq™| X)3¦ñ4`u.®ë¯Ü e&™b˜^?ìÀ+zŒ{{Â6µñÎ4ÓJ§Òù‡o'óeH±‹çôŒæjÇkÿþû)\Û›yì/\d^À ɶ}˜õú;kV '¹2ïî`+2oëÃp¼ö#Ää,—¡‚lRÌle‘ªà9Á¹íæùMH:´ñH“@\)×,‡<^‰‡¸–ÃwÇbA¶”Î`ãICëònFë®4ˆ_ñgÿ Þý?l½E%ÉcCïdJÏrß£Îø¤ÃÆÝítVÜG Áˆ¶1Á”´È½nà€j™d€v)lÿɃ³@‡ÐÛÒªÝì—¼]ºD?nû¡Î^€„Í” à œ:6C‰ÞÁK/‡=ö0çÕhéºý"tÀQÔÁ6¤»ENÇ®£+@)€¡bâ\¶~ÏïáOÌ!§Påú³ðñdQ¡Àœˆ/ŠŠx¶¨øylTJð÷йgÖ¶ïÿÅÕŶlL`”ÓÛ¿H“{êxëY²ùŸª½úbj-5z‚¸[Ÿ2•*¯Öü¬6:TkÐ!2Ñ$<—ûÏ£ 3Öq’u'¸kZ˜åq!Ò F ‚¦Ú7æµ÷ Ûá£Ç¾ÁypºŠ…눟–:\{ Œ¿¯,Ч_BY$ü8Ó9)ˇ¶Þš§¥åƧ%2ô)€öèidÄSèîmGÌK2’/oÇÀ®Sé†%cŸM‡°Ìåƒ<¨—$VÂ8›9Ó÷ÖŽ6]±}ë$¬ífUÎ1¢gà UÙäµQñ¢ö)–ðRÊäósuIºÄîC¨ø?Q )WùÁ°œ¥R?³:*9WGB‰P¹qT×».RܘÃÛàãî—Ÿ0æ¾<±âQi*žyc‚ëf·´jRñ¸%“ŠÇ­pptí´Æq#¾Æ™ùY÷V<‰NY,óçT<þ5#9ã©~ÎfþãMÕL endstream endobj 561 0 obj << /Type /Page /Contents 562 0 R /Resources 560 0 R /MediaBox [0 0 595.276 841.89] /Parent 557 0 R >> endobj 563 0 obj << /D [561 0 R /XYZ 56.693 815.761 null] >> endobj 71 0 obj << /D [561 0 R /XYZ 56.693 759.068 null] >> endobj 564 0 obj << /D [561 0 R /XYZ 56.693 739.087 null] >> endobj 75 0 obj << /D [561 0 R /XYZ 56.693 547.763 null] >> endobj 565 0 obj << /D [561 0 R /XYZ 56.693 519.811 null] >> endobj 560 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F74 437 0 R >> /ProcSet [ /PDF /Text ] >> endobj 568 0 obj << /Length 1507 /Filter /FlateDecode >> stream xÚ­XKÛ6¾ûW舒)±·4"E[ ˆ‹¢HrÐZܵÙÚXr7ûï;ä eJ«¶›E.ÖpHÎ{æ#Ì“›„'?­~Ü®^¼U<1Ìh©“íu¢%ÓERŠŒeE²­“éoÕyhÚs¿y¹šîد7RñôUwüȹ¼9Ÿ*ÇEæv]ò´ëÚõ§íÏ #3J¡˜?z{z¶V*%¿VÇsåO‚")Á9 òB²BdÉF1S ’Ã¥¢L_à'Ïݽ՛íêËJ€"žˆDi¦M–F0Íe²;¬>|âI {` ËM™Üù“‡D Îd¦n“÷«ßWœ‚Á'A‘ +”ñQ ÂsÃ×hSƤ·"\K>lç<ý¥ÛAHŽ7hê°·HT>z“ÿ÷ÿ‚w%g%/% VªÂyž3P®úí7sMà81_¼;H‘¼îÀå‡NEÒ´‰Tù€2ªY–—`/˜É$Äg¿:­E™Þس¼›•Iìþ¬ò6°ÌÉFVfÊ|ß6Ÿ+%ŠÖ›LðoÖ3&4(PÎe`>ÓúAºL”Ö"}¨ŽÕ=…Å=uÓß¶aqßiŸòëéæŽ^¯¥J¯íÉdÁÕퟻšimoí±ÆZ½pýn_ £xb5m‹ÔÉ~9Ûžö÷ ™dUÇš”_ã·ïäG3ØQýRkîÎ'g`{±ìmkwƒ­qõ‘+Þ>v,…L ã«¶Ù}Æca`íñrw™CuEDGêö ÒÝìÎ-„©»}³Û‰apÛöth(ù¥Hä¥ìLjë›sœb”> ª‰‰¡¸z6¯XM*N…dÆÀÄâH+V¥j(a»0 0ìh,Á‡Áº_dìq WÏ42ãÖCdÎxž£!î­w_µ*òPÀöõ œX%°§*aTžéFœÝÞB–µ«;)ý$‚ §Ç`—RÜ+‹œŠ´AÅ6u5X\úÜÁî­©Í|:ãÉÆÐ­ÏÈžÈä…Ê&rV=~ûÎq|¯Á·µUOdwtFä„l-R5·".ý«†Äa'Ða‚ì1^ܤ­D#唇HM‘òFâ·¶Uö†=Rq³>4Rì¶÷múŽw§lX¹¡˜Ÿ7Àd/¸cž;ÓÁVol «ÆLÝ„vr7¬sþè­1Tff,  âœ›¨N`ëpöÑ7T'Žcƒ ²•Ÿf,egB“Çሠp/¸M~?è(o@Oò¶„%“§‡V,Wy’꼜?=²èéÏVzDƧGxj\f Éëáb‚‡æfá¥4s‡Ú^ÀúŽC͸¡æ-pšÉ€%¶SÆq# ×ì:#~ÓBÅÀ +ÆÝ¿_K7#è0I{÷ʆџf˜im}‡,j\ÈsC#5ÖË7u3­ìá³2äÞÅJÊoÏm<¦é)³œ)E¹Ýî›~Ž:¸ühä"ãŠpº¶×Ž]Ûá10%.(%ŸŽR@ŸRY\­™.. åØÙž¢í‹F·šht ñ~ËêªûJ×{üºpï‹¿ÝL?ÍLAÕåNàx gƒ"œÆŽróÈï’šË sK7CãSn‘ÿ1y\%j3 £.nÁÖ6= Ä¿W¦¦ÊT€"'`˜iE(ZÔøx(zÛ´ö±PTÀHÍÍ·$7Ôʃ?Krθ6Où¯ä3â¶c endstream endobj 567 0 obj << /Type /Page /Contents 568 0 R /Resources 566 0 R /MediaBox [0 0 595.276 841.89] /Parent 557 0 R >> endobj 559 0 obj << /Type /XObject /Subtype /Image /Width 616 /Height 264 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 574 0 R /Length 19883 /Filter /FlateDecode >> stream xÚí½|TUþþ¿_–eù»Š:¡÷ÕEŠ( Hoº º¨ Þ”"" ¸ô^¤$$$$¤@¨)$¡H! ¤W …$$„ÀïIŽÞÿuî›I™d2y>¯^gÎ=÷ôsÞó9s3ó—¿Ðh4­T-!.Vˆ]A£™ÅÇÅÆsQÓhÆYY:b·ÐJiúÅÆè¨¼7Á}RØÌ5r00“ò;´r±XÌl×*ñv•ë-±6¨ ;™ ì:ïÉwí10cdÂݾ­b“Ý œ…M`‚~‰TÌð%l¤Þ(~ÎÊ˰9&¾í*·¢Í SëϬg‰ôC‰ôg9šÆÅ_Ú¥ÙLÃK)©A/μ-ÙwYÚÅy70©·úÆÛBK§+J$óâÔ¿°»Séo8q1Ѫdó,TÑÆ¨^éw á•,‘N0j&&…Ë"wxYÍ®Ò\%²² ïC’•B…1[ŠÙ ãí*Å,ÔHù—át5…­¾ôÇ¢|ѳ4×µI©°õ/Ãn/Ýk~*Íþ7¶ƒP »S™¿‹(×ëË[½Ç…³Å—±ó7RÝ ¬d)4Ä4»®8õ/渔£¶Sf9?Km+µ]Ú<¶£ö³öà~Rž’ãããcbŒÁôß‹¸ŸtÚËÒÊ#¦m-iTÌtdú54¤þÅir9m8U^&g‘'˜Q'ªA»´Ñʪ˜s È–# ‰À?ß}{v®_·¶hÚðóO{wíðõöBVª#rÊóÆìÛ`{ÝÚ3ÊÖ;¶Ldí½ÑÕØkïæÉmÄœö4Š2ƒ·µ¥ÃMbqlû–M>^‰ñqð4¯øùlßò¿;A999ÏŠdÙÙÙÁARžÊÚ~µòèšÃW÷Ú{&²lµæð•‰+sþP”yY˜ÙZsMA¨LlLTy×-ÿëvÖ‡Ù ¶‘2›çr(e•›ž^¿lX‡ÿ‹ÌÍOæm}j2†ÊÄDG–wEE†Ü»‹­`Ù(³ép.‡2‘‘¸ h>þÿ™›Ÿ-Øú4''çÉS*a:°g'[Á6²QæÔá\e¢¹)¹]rnyšäoèÊéãæßn{úÈÊ6¡2Q÷Ì@˜~lÛÈF™S‡s9”•Jœ›†›>n~µxÛ++K©à  ÿû¿ÿûiíZÕ«ÐãÌÌeß}'½|饗ô¥4P¨Ldø]3¦[Á6²QæÔá\e%]ÎÒô7§~—ÇM0P©o¿ývÈÁ;vP½ ¥§?úë_ÿ*½¼xñ¢¾” • ¿fÂôc+ØF6Êœ:œË¡ ¥ÍÍœ|Óáfξ{ïÎ÷…„Ü1Òç›âeð ­Û6í?¸)sþlú¸9ãûmyÔÌÌÐQfFzãÆoߺٺU+??_ik{¬]Û¶Pûöíýo\Ÿ>ýëJ•*uïÞýÃ~ýpþ¦H¶kçÎ-š·jÕòƒ>}"#“üðÁßþVcöìYƒnß®ÝÙ3îÊ!TæÞÝPÜúâóñõë׫[·nÓ¦–ß~û2M™èÜY÷V­Z©^ÂôSFV¯^íÕW_}ýõ× † ”x}ÂBï ‡¥—/¾øb13Ô׊×_ÝÂÂâµ×jõÕD‹oc›6­¥—ãÆÅÚtu9Yœ^Õ2i”4ýæÌ™­ï^e5æyIÕí»ï–6hPk¼aÆS§NQ½1(ðößþö7S›*%¾;ék¦4.:’]õ%¾q*7÷ìÛuï^XJjò†_¾yË1žMü0bÿðáƒþ×vìÚf 7ç¬Ü–• PþYnn®;wF`Ù²e_= ÐÐôÞõë×NIINJJLKK…¿)Ýnâÿ€€Û/¿ü2#<þ¼?þÔ ­sw?ð‰'Þÿ=e‰*ƒJê¨w¯^Ç ½yãÂW.ûÎ3[™¦LtÖýÞ¨^ÂôSFV¯VÍËã‚ñêˆ"¤—vÇlŠ™¡v+®øùüµj9ž°7‘á(Ù6¶iÝÚÕÙ á;A5ªW¯®ËIÇâôªÎè”I£ ™~Øè ŸçÊ6¡nxC‚‰äyñ<ÂÁ·O8W½1ðöMÅÔ¦J‰ïNúš)M}z·mÛ1ƒ ÂÔ¢u_MœðÁ}Zµli}ä°(zåŠå 4øgÇŽ¸„xŠ aú)#1ý°9ÈcœëÖµðñöDxøða_O›ŠÀ®ÛQT²Cûö¨§H¹cûVÔ‚ûÚÍõ’—'n—Ü\‘/¿øîÿ[;¿×³'^b}iô•jÓ Õ o/¼Aò¸pNµ÷°“ µmݺõØOƈ{•MÓWÕáÐAeæªu0°ß,\0q—oݼiÔþÓ¤qc –Ô«E¨Œ|tfÎ˜Ž—¢,ë#H)úaÜØO€©uäÐoúz¬8Ò™~ʉ!Ÿ6ªó\ukÔ¨1þ¿Ÿ¡]k׬.BÝîßW¿^=S'^g΋>Ÿb5•k*MÕ*•ÎTÑ·;éÛL”ã«ož£?Û·o‡}RJ)‹N@ߪ7êÌQ]¶S§XMúj¢H`og‹Î—¯i’lúßFw$qÔà¦ø¶97á JߢpãÆµV/ =z´úÇ•—¯ø!ÿ#ŒÄã*ÒܼuCçôqsñšíÙgéxBêÕ"TF>:˜?¯½ö†ax++W|/2Ä^‡ ´…E}“¡8’¦|gÕ‰!Ÿ6Êy®1‚»wî(rÝÐïté‚&cß@Wmªs^´yÓ¯ˆÙðËÏbªhT©¦Šêî¤1{uÆW#åO?®AøÀ‰”b\”ÕUo¼™#6.Õe{æ´[½ºuáN"üÙ§ãÌŸ§³^Ä$1|GÒG nÂa„äÜ„3("…üü|–-_v'iËW.³9fÿF âqiä·ÈóTrsÙOÛ³?N”&×ömÛúöý@zù¿ÿý:|øð;ÁA¯¾ú굫Wƒâ7“>ÉÀMüûö-LT$FxÞܹ}4ûI‰à¦HÒ¸qc…P¼Ç뇕+þõ¯7u"Wý°oKDø”« Ö×®ø¡"ó³Ó¿þ%Âpâ°½k_EãÒ±C”Õ¸Q#¼â ƒHvîŒ{Æ DÑô‘x+Ø¢E º aú)#1ýκŸRÆ¿×ó]L$÷Syï¨×¬úá•W^Aõ„𾑫W­ì×·¯ü– çÎXXXˆ0ÞL¶iÝì-(BJƒ«ÑWʦ¶Þž›7k§@µ÷\°Ê>7«õúÕËúš¦¯&ªÃ¡1‚ª™+ë`x=/^€“ò˺Ÿš6µD ª·ÐR¯¡2:£ƒY´öÇ5R^ñóA†x"F ¼-Á°–x£äÓOubȧržëÁ*Uª`‹+NÝ ;[›Eß~Ó¡Cû¶mÚ ”s^ô¹(èì™Óbªè«RéLÕÝIßìUޝ¾”•+W¾ùGJ¼G)Ÿ(ª«Þ¨3GcÙ•޷g7ªRœ?ë._/Ò$1|GÒG n>JK…þÄÍÇE¤¤K—¼/ù644X síº5¿C34ñ¸ª“^ž§’›+Þž•™™ž–*WÏžïîØ¾Mz/;&*Òúèøø-[¶„ƒsãÚU\šbeeiiÙ¥K„󸙟÷6Í·Þ½zÝ EÌýÄ„3ú¿Ÿ}ªÚ{·×úŸ× 2;ƒ¾¦©Ö¤ÀáPŽ jæÊ:ÞF ç·oÝ‚÷3Øiƒmí¸Ý1©W‹PÑ9¸o§Nÿš?oî¨ÿü[dX¹R%¤Wñ¾ÝÑáx‰7J>ýT'†|Ú(çy#XäºIû'H¡œóªS¥À*uª¨îNúf¯r|õ¦¬\Ù?ß¿†ò¸ép\e@uÕuæhl K/9rÄæM¿¾óNy}äé ß‘tÆQ4SSS„äÜ|ü8SŠ—äéå±à›y!!AÀenn.þG1ˆW&–ç©äæšõÛ•h.+¡2xK¦£=º4ïÌöò¸0sÆtW—“µjýC‰˜‰¾ìÿá‡`úîâ–Ý;wÀÓáé_OÃbѾºqÃ/ï¾Û/±p±›a+ÓÉðÜ™ÓJòß³ÕÅ%„±£¶hÑ\YaÓO‰é§R'rÄðá¾üU=/û^:ã~ o0ð—°"°e!€–Â…ÇòAsÉÏÇû z½˜Ù3gàÍŒTRˆ0fl^… ê+©i…m…ï%¯V-[~ûÍBÕÞC‰¢—.yyà *¬Ú4Õš8ÊÔ×o:u0¼/œC>³fÎ@ΈiÔ¨"©W‹PÑÐ{µ_}{¯È;ÀŠåy§”ûöîÆû(ÜXâ’O?Õ‰ñÿOµy^à­n.'Ø'¿Ünbb+ç¼êT)°JÆž*ÊÝIßìUޝFÊU+W䕸oïë¯¿Ž”Ò¸¨”«Þ¨3Gcñö¼?·W¯÷ny}äé ß‘”ã¨ÊÍ””d!97ÅëJ]¼x~ÎÜYwîÁYÄÿ#F5¥.Ê€êª/Ù™£³qil ôé]½zut‹¼’òô†ïHÊqTåfròC!97322¤x;vú̯ϞsÇÿëK&ÏSÉÍ›ò¸™––j BeðîÈ „éÇV°ÚêûAŸ•+–‹°ŸÏ%laàÊï¤*NÍKv|+ìè¨róáƒûBâfzº¯”»»Û?‡ÿ5ÒÈóTrsóÖ|n¦¦˜‚P¼ 3aú±l£>9;hÒ¸q·®]á­‹_oì«aàÊï¤*NÍKv|+ìè¨rSb™œ›éé”°“+4äŽvyžÊøÛwdee™7Q™ëW/›0ýØ ¶‘2§çr(s©ró~R¢ÐŸ¸™ÿGÅ—>nîÙµ#Ûd¸‰Ê\»âgÂôc+ØF6Êœ:œË¡l¥ïyÚÄÄ(>.vã/ë77üü^ŠøâHÊSÉMt”ép•¹zÙ× d 1›á¨hm4åF•ßçr([éã&ðù߸¶Ï®ð°øØè½»òž“ñÅ‘”§ésóŠŸÈ<b6ÃQÑÚhÊ*¿ÎåP†ÒøÒƒØ˜ÿë×vlÝâã푘ç{Ékû–MˆÄ%øŒENžªÜ4h nREQ”\ÜÜøË:x…>Þ÷Âî'%æ}—]\Ì%O½»wàÒúuk‹ ežJn>þÜD¸ùœF£Ñh4™iÿÊÝÐ;áa!ð å€KŒ‹Š¸‡ø"ÿ4Œ2O“å&EQEÉ¥Íͽ;·[ä&EQeЄ-9xÛ¨"7)Š¢(sâæâ·Œ*r“¢(Š2h¾ÝÓ¨"7)Š¢(sâæ7ûnUä&EQe6Є-ÜëoT‘›EQ”9qsÁžF¹IQE™7çí¾nT‘›EQ”9q6w×5ã©d¹ùðÁýß^¼HÄÔ¬Yó¥—^*BVK—.D800y¾ýöÛ:á¢IT²råÊÊ‚(Š¢(3à&lÎΫF’‘¸Y«V­è¨Èâp³f¾‰pLtÔŒéÓþy1¸)/ˆ¢(Š2tÎÞqÕH27«U«ö /Ì3GÎMdÛ¡}û¿þõ¯V½ºuW,_ŽÈKÞÞHß»wo„/ûåý(L¯^½nܸ±Ôv„õù›únŠŒøðÃ~Õ«WG54h°gÏn}ÜÔ)1ìoÓ¦u•*Uj×®=kæÌ”䇢Ď;<¸jÕª(⤓S‹-ªU«:yò$NcŠ¢(Sãæ´Í~Æ“1¸iaQçÓOÇ‘÷î†IÜÄ¥ï—-³=fcc}´S§NHæéé!À÷Áè€Ïúè‘jù¶k×N„µ¹©¼ž)Âóçͳ?n·fõªÃ‡éã¦NA/œ¯T©RîÝQÏI“¾B²•+Vˆa d÷nݨQ£Æ¢Eß‚þû\ºÄ™LQeRÜœºÉ×x27nßzñŧN"q3.6fܸ±u-,ÀSxsH¶}ÛV¾¾}ûê€OçøT››ÊÛÙX# OsÄðá€uø½»žÓ.X0—€ÎÊù& ,JlÖ¬lÛºáO>ƒðøÿþa¼ àL¦(Š2)tNùŸñTnØÛZ‹ï„×ÇM„'L˜PµjUÐSpsù÷ßãÒ˜1£¯\ö@Þ¼i“¯Ï%é ÕÍÕEÎÍ¿ÿýïrSãö'fΘѯ_?y¤*7å-\¸ ¯Ã§XÈBþ7®ËK„[ŠðŒéÓ%n=rX§Já«ø)Š¢*¬ „¦Õ¯—ŒªÂrдþmPÀíˆð{÷î†ß ÓÇÍ;ÁÕªUÅKÁÍÅ‹‰£NOOx‚‚›Q‘/¼ðÂ?þñö÷èÞ]θzõêm7lpqvÖÇM}·ŸtrgÂ{÷îoÛ¡C nÊ ç´¨?øxè·ß@Æ׬.,7Ñ'EQ”‘T 7'oô6ª ËM{[›ÀÛ·¢Âï!YjJ²†¿ }ýõ4‰›÷óN`®m›6ýû(¸)üÐ5j¼úê«'N”ssíÚáŠcX¿CQ½lݺ¼]@Å9:žÐ় ñ\P»¶mqcõêÕ;uê„{ ËMŠ¢(ª j'mð2ª ËÍý»wDäCÓlú?só¦'ƒç6hð¬J•çù EQe",@,C,F,Ir*7'®÷2ª ËM¤¸wWéi–Sbbr¿¢(S&éI~ñ4ªŠÀMÏ4Ë©²'NàîDQ¦,,RÒ*7¿üÙ誘Ü$4)Šè¤Ì’›Ïo›™›7)—ç“Q£2÷í}ä#-)‘’¢JUI‰XzX€X†ÊµÉ[ŠÜ,sé|¦‰¥š‡KÎCŠ2a1êÐ –ÝB‘›¦ãlb…rúQ”©It9)r³,×ãàÁòõHO“¢LÓëüÓûÛÁƒÙ'”‰@³rS~HKg“¢Ê…ËÉ£ZÊÀ'iÉMcHþå™ûörR”‰~¤²o¯ü+Ø!”!ßx@nC<¤¥¨òxTË¡Ò ø%rÓØÜ䟜P”)ÿq ¹I šäfip“S‘¢¸Z)s&¹i+1)!>:*B[1Ñ‘ii©\EnRä&W"°hok3Î }úfþl»c¿NQä&¹I‘›Š› çÍzœ™©ìù‡îÞ½—€N}½]½zõº 6lܸñ˜1£n‹xñ“¦†«°éunLI~¸xñ¢é"פø¹é´¢dkR´:ér“"7ÉÍrÍM8•ÊnˆˆèÚµ«………§§§H ›$&Ä/Zôm½zõbc¢ñòì÷Ò¡•(èáƒû¨I‰tHak^‚íÒiEÉÖ¤hu0Ò-ä&Ua¹Éï 2Wn¦¦¦¾óÎ;uëÖýßÿþ‡—†pS¨K—·7nØ ñ".6fàÀíÛµëоý„/¿x­Q£Æ„ FŽÑ©S'W¾ }ÇŽ---?ú裤ÄÄÇÓ¦MWÝOŸÂU%˜ R¥JݺuíÛ·/^³±F²Ö­[½ù曞ž¢Üš5kΞ5«m›6ˆGäÈ‘#QÊ»=z$ÄÇ)3õœ9cÆ AÛµm{ÊÍUžFÙ.ÕBåíR½j}ôê!««W.ë´Bºwû¶­Í›7oÙ²eïÞ½ÃBC ¬ž2gÃ3)°'/y{ׯ_?4ä£GZ°`¾Î-Bv¸ê)ër'ʼn¹Iäfr3==]êóiÓ¦ÁÓܸq£xi87§L±š.VÇq÷Þô¿ñòË/#1ÂsçÌ} ¬ž2gÃ3)°'¡uë~|wîØŽ·I>US»Ã5ÆH§>ä&Et’›¦ÉÍ}ûö½õÖ[‘‘‘èÕ .ÀÓÄÖúìÙ³bróÆõk 4°²šüÛÁƒÂyÄÞX¥J•”ä‡"}Ó¦M±ʹ¹bùòÎ;wíúN³fÍ&MúJDÂ÷ܵkgTdÄk¯½ hssÇömH÷G¨qãÆ¢ÜªU«Šöˆa8³ .PåfµjÕDLpP%ye»T •rS½ pø°ažâÞm[· 2DÄ=µk×.°zÊœ ϤÀžúðÃ~qÀí[úÎiµ;\ß)ëCnRD'¹i²Ü+¬ˆˆˆ^½za “† Èç´PLtÔûÇŒÌÅÞX¹reì´âjÆ åÜt>y®‡8ÇûqÍjéô”›k÷nÝV¯Zõå_¨~€(ߺA 85Êm¼fÍš"ìääˆ6ŠðÒ¥KÌŸ¯ÊM)=¶n92TÛ¥Z¨”›êÕbrS£z†sS™I= a€Z¶lY×ÂÂÃã¢75:¼À1’êR¯^=éååInRf†N#Ñ“Ü,sZÎV­ZYXXÌŸ?_>>´xñ¢zuëŠç‚ÄžˆøüR"«U«Š VœÅ‰£QWì½òsÚÇõë×Ô”d€Râ&Ô¡}û:u^÷öòÒ÷à j‚‰!\•Zµj?wV<ê)öö’妲]ª…J¹©^•Ÿ¦Âi~´Ô é^`NõˆU»z:9*íž„>ýtܜٳѠ§x“#¯¶!Ü,pŒäGÍʼnîòï¿'7)zä¦I=$Ð »wïžá܇ҨQ#åß¡ØXmݺ\ȶmÚlذ^Ú§L±êСCóæÍ]œåé±É÷ïÿaïÞ½‡ :jÔäÜ\³zÕ[o½¥ñÀª•ÕdKKK8¼·³mß®]‹-š5k6}ú×%ÎMe»T •WOõêÑ#‡‘èƒ|®]½¢Ó ùsAMó Õ–éÑv‡•9ž‰vOîß¿¯S§NâÄôCun1ÐÁ×#y}~ùåg¤Ä”˜\g4¸YXÉ÷ÆBiø°aØù¹)r“â_t’›¦ð½™²ï=HHH÷FF†Æ÷”7oÝô‡WÒ§OéSQŠ"7)óà&Ÿ *§Üt°;2j|Ïž£½¿g¢ÈMª¹É¿C)Ç+1-ÕQÈÎÊâ* (r“*tò{¸)ŠÜdoPr“߳ǕHQä&W+e 7ù½î\‰EnrµRróyi¹IQW+UÞ¹ù¼ܤ(Š«•¢³Inr%R¹Iñ“Mr“+‘¢ÈMŠÐ$7¹)Šâj¥ŠFL>df+1)!>:*B[1Ñ‘ii©\EnRÅá&ÿÅ{ƽt¸) zøà>jR"b`Í‹9:¶ÇJDEè·ìjr“"7ÉÍŠÌM¡.]ÞÞ¸aƒ„•¸Ø˜´o×®CûöâG¨×5jL˜0aäˆ:uruqÑÁÒwìØÑÒÒò£>JJL@ pgDM01„óR«V­óçΊ‡?Åno$n‚JÚç´ð²á ëk—Tgí µ+£,®P™h÷ôé§ãæÌžN=úåÕ6„›Žˆœã¨¹8Ñ]þý÷ä&e–è$7ÉMñw(5RþŠõÑÖ­[ÁÕjۦ͆ ë¥ÝrÊ«:4oÞÜÅÙYžÛ~ÿþöîÝ{ØÐ¡£FýGÎÍ5«W½õÖ[ϵZYM¶´´„Ëðq;ÛöíÚµhÑ¢Y³fÓ§mr„´TsêÕc‡Pr‘›¥©'ƒ—ÎQ- íqáüÚ5?Ì5}Öô©E¨åÿýT¾No4µdŸPr‘›¥zø³y“|=ÏåLJL4—-þÖÇÛ32o¢(Š2Pé#GÊ×éÃuëØ'”¤2ÿéêŠÆM£ZNcx11Q?­ùÁ×Ûë9F3ÜîÝ{þ韜Íç±Whr#7ËÜå”虹oo@KèS¢£"æÎšO““œF+è‹?²ópic£KL¡={ØC4r³Ì•=q‚Êò¤(ÊÔ4u*1A#7‰NŠ¢M¹©ª„øø)S¬6lX¿~ý-Zü°r¥á\KI~¸xñ¢B¡Pß-Òo/*lŸÖ¯Ï݉¢LNñx–V1¹Ù¿ÿ‡£Fý'6&áð{w¿ûn©á|øà~õêÕ ÅM}·èãfZþoM¬ZõÉàÁ¹ È¿¢¨ÒÖ‹/æárÄ“VLt–_nzyyþýï˜tâ·oÛÚ¼yó–-[öîÝ;,4DÀ«F3gÌ4h`»¶mO¹¹"rÚ´©•*UêÖ­kß¾}ñò˜uÇŽ[·nõæ›ozzz æ’·7ÜØÐ;=jÁ‚ù:·(¹9pàdbiiùÑG%%&¤ýñƒ•VV“ßxã xÄ®.."¥²8UþÆÅÆ »ô=4kúÔè¨(©«›6mºmÛ¶+V ìââ2wîÜîÝ»®_¿~Ù²e"Í•+Wúõë'ݲxñâ&Mš 0`Ĉ}úôùøã™••…ª.Y²dìØ±ÖÖÖãÇÇ¥>ø`áÂ…¸Š¬êÕ«‡ô¸*h$CÎ]»vµ²²ÊÎΑ§OŸî•oÈ!,,LçÞF<ÇhccÓ£Gž={Ž3&))IÔƒ¸råÊÏ?ÿãèççÇ…L£ÑÈÍbrsë–-]»¾£yÓÿÆË/¿ˆðÜ9sFŽ)à…–º¹æ1Ëþ¸Ý{={ê8w‚ƒZµjŽð¹³gÀV¿nÝOØ´wîØÞ¥ËÛÉèoF„ßÏÇ_¿þ©h áÓ§ÜêZX }Å)¹ F‹{ äfTTX™››ûÅ_€5‚› ¨ýäɤùúë¯<( ¤‰ŒŒDÀÇÇG⦅…ÅÙ³g>qâÄ”)SDÊôôtüŸ““ƒ‚”œœ,óæÍÛ¿?qqqíÛ· E¥gddèÜ+¸ѦM$FxõêÕ“'O–êàëë‹ðùóçÿýïs!Óh4A§™qsÛÖ-C‡ á[7ýk×®-àU­Z5P‡›;¶o{íµ×)¡ÆK~øa?€8àö-CÎiW,_Þ¹sgÔªY³f“&}%Š~á…ÀJ‘ÎÝe?_}Å)¹éáqQ8¼róÁƒS§Nutt|ï½÷ÁMà?~<55N.øU 76løìÙ3„ÃÃÃßzë-øžÎÎ΋ÔÇÍ-[¶ 4høðáÈn¬ð"'Nœ(O£ÊM¸´_~ù¥ˆAM:tè ê€a‘ñññpc¹Ši4š) ³Ê5ê9mÍš5uÎiõq)EdÈ`Á)9áÓ Ð_í¹£¸–-[ÂI¿ ä¦óÉ“ðq Â?®Y=áË/õqS_qŸ“ÎÍsçÎÁ}[·nœ›ð=GŒ±}ûö è *7[´h!%HKKsrrš>}:°¨›ÞÞÞpÌ333Þ¹s§8Ñ-&7¥:$$$téÒ…K˜F£™:Ë57¡¾}ûJÏEF„/ûî;°RõœVÉMŸ ­U«ÖùsgÅC³‚’ЧŸŽ›3{¶““#è)€(Ý¢äÝáC‡úõë'¾9¶{·n7¥sÚSn®õêÖCõ§äæI''áêÎͧOŸnÚ´ >šœ›°>øàŸÿü§ôÒ@nÆÅÅᥠ' ð‰‚D@2WW×qãÆ!/€Ü”ŸÓÂW~®ü^ÁM”®zNKnÒh4Dgyç&X6iÒW 4¨_¿>жfõ*á<6Í·^½zIÏ©rÓÊj²¥¥e—.o#|Üζ}»vØ«›5k6}ú׈ٿ_§Nàc" z‚¡:·èp3)1¡ÿáv :4—¸‰¢§L±‚Õ¼ysggq‹²¸ù|ÜÔa¢Ê;v 3fÌ„ ¦M›&¸ ;uênïÙ³'n¿{÷®Î½ò為åÛèÑ£¥ç‚ÈMFnV¨ï=0¶”ÜÔ¶‰'O\4Vdt–Nqäf™sîä»ï¾ûÉ'Ÿè®Òh4Ü$7i4FnRú~%"ü§4F£‘›fƸÌÍ›øU{ÅïÙ£•kh’›¥FLŸ±¦(ŠßëN#7ÉMþ”E•;]ìÐ~Öô©¥-r“Ф(Š?ÁI+š¿É¿ß4êñ¬r…>5*sßÞGþ7Ò’ù\E•ž’±î°ú°• «•]Dé“ù}ÏžÉJç3M¬Ö<\rRTY +Q‡žX­ìŠÜ4)g‹”s¢LJ:è¤ËIÎÍrý;b¦»$–/Izše‚^çŸÞÜÌ>¡ÈM9¤¥³IQ¦ïrò¨–"7ËVò/7ÈÜ·—¢Lñó”}{¥uŠ5Ë¡ÈÍ2i)ªÜÕ²C(rÓD¸É?9¡(“ýãr“"7M‘›œxÅ¥JñïPÈM.FŠ"7© ‰Nr“‹‘¢ÈM.UŠÜäb¤(ŠK•*Ð$79ë(ŠK•"7ÉM.FŠ"7)r“Ü,‹1)!>:*B[1Ñ‘ii©œÿEnR¦ÿ0-¹iì²€E{[›ùsfèÓ7óg;ØÓ×ÛEn’›¹YѸ¹pެǙ™úú—€N}½]½zõº 6lܸñ˜1£n‹ø—^z©PÕ(lzS’.^¼¨D:ĚȋKLˆ¯Y³f¡Š(rmEÝŠP"EnR¦MrÓl¸ §R{D}Ü ›ù¢EßÖ«W/6&/Ïžq/nŠ‚>¸š”H‡RsyqE X‘kKn’›¹Inš 7…ºty{ㆠÒ3pà€öíÚuhß~—_Š=¿F&L9bD§N\]\t¸‰ô;v´´´ü裒O›6U\u?} W•(A‚J•*uëÖµoß¾xyÌÆÉZ·nõæ›ozzzH¬™=kVÛ6mÈ‘#G¢”w{ôHˆSeê9sÆŒAƒ¶kÛö”›«<¼8‘ó¼¹s‘¬Q£FRJeToÇËíÛ¶6oÞ¼eË–½{÷ iT#åÜ´²šüÆo´hÑBêCe×!åßþö7¤Qä&En’›¦ÆÍ)S¬&Ož$íð{÷îùøãÅ%0Tìä˜9¶Çl¾rÙþiòÃrnF„ßÏÇ_¿þ@ ‹:÷ó¿§wôèQ‚Ë:˜“{pw‚ƒZµjŽð¹³g€3©Ü#‡#üÝwK_yå•[7ý0 ÿ–Í›U¹‰ôn®yH²?n÷^Ïžþ&Rþvð Â{öì)Uë zûMÿ/¿ürP` ÂsçÌÍõEêÔ `Eøô)·º¢•]'RÚÙãFnRä&¹Y.¸yãúµ ÀßV$¨J•*)ÉEú¦M›^öó•ssÅòå;wîÚõfÍšMšô•ˆ„µk×ΨȈ×^{->.V››;¶oC2xsB7åV­ZU$pp°G¼Ù]¸p*7«U«&b‚ƒ‚àÄip9§¦$# Ò‰”ªuP½}ÛÖ-C‡ a ¼víÚú"åu{á…+¡&Mšˆ>TvR¾øâ‹¢n¹I™7ù}Aä¦ö9-uàÀþ1cFcK;yåÊ•qµaÆrn:Ÿ< ×Lœþ¸fµ8Ú…N¹¹vïÖmõªU_~ñ…êG~rÁƒ©“Lþ™ ““c¯^½DxéÒ% æÏ×þ 1äN°øTSªÖÁ¨ÜTí:~JnRä&¹iÊÏ-^¼¨^ݺ⹠±ÃÃÿB|~)‘ÕªU/ÄÉ¡8uuq‘ÎEúÇõë׸H¥ÄM¨Cûöuê¼îíå¥ï"ÔC¸‡µjÕ:î¬xrÕÃãb‰sS^œjJÕ:¨Þ,*dU#UÏiñŽ}Ž>Tí:r“ܤL›ü1rSüJ£F”‡bc}´uëVðƒÚ¶i³aÃzi'Ÿ2ŪC‡Í›7wqv–§OJLèßÿÃÞ½{:tÔ¨ÿȹ¹fõª·ÞzKãA\+«É–––px>ngÛ¾]»-Z4kÖlúô¯ÁM©8})•uP½]8§Mó µ’?¤Œ”×M§U»ŽÜ$7©Šér’›¦ÌͪÈ;ùðaćEQä&Et’›eËÍ…ófeêÿÞƒŒŒ ï=(n޺鯭OŸ>Ò§¢EnRä&¹Y†Üt°;2j|Ïž£½¿g¢ÈMŠÜäbÌSZª!£•ÅùOQä&Enr1RÅ¥J‘›ä&EQ\ª¹InRÅ¥J™4ÉM.FŠ"7Ù”‰8›ä&'Eq©Rt6ÉÍB,Æüß¡(Êä””HnRä¦ ró‘ÿ N?Š2Aam’›T InCϪT‘cæ¾½œe‚ÂÚ”Ö)Ö,;„2œ›|.¨Ä•Û ´ŸŒeÔ²’⣣"´™––Ê…@QramJëk–BMr³ä×ãàÁ¥vT ,úx{Ú¿GŸŽÜç{ɋ߳GQ‡´X³ìŠÜ,ËóŸÍ›þ´$ér‚›‡ì¿©£„øØ3în¸tªööý¤Ä£¿í—^ÆDEÙÛ5Ù^µ>tPߥ䇎ù­ÈùܺyÝÑÞÖí¤cIÕ§d[' ½vůMVÞ^„º¡Äòâlæ}ž²yaAŠ›FEgä¦ÎQ­@§‘¼NpN¥2>*"|ÍËçÏ™qÓÿ:hpSº”ÏMëgÏrM–›úæŒØÒŸ={V´|œOØ'%Æçææ>}ú´@ôÈzø^ zñ†ä†ÒmÌÊz\Ø&+o/BÏ¡D“õ4u ÉCZŠÜ4A—S¢gæ¾½y-¹?NQåfRBüê•ß/˜;ÓÍÙ / ËMìçÜÝ@—ö—ÈäÂYw$8ír2åáí"ä¼Ó—3œ)''{»ˆ{w5ê¬ÃÍK^m8íìtÙç^Üt´·sr°sws¹Ÿ˜ eîãíqæ”ëà@y}2Òý^ŠÃñ<°‹Ö—‰Í‘ßü.yŸ;sÊùÄñˆð»ÊÖ!7íd¾—<1^¨$juóÆu$s°³‘Rjô¡üvÕJê‹”sSÙÉú†Cô˜éüÉ ÖVŸ1élRä¦I){âå ¥(ʤ„uJLPä&ÑIQ¡I‘›å÷ÀVç³NŠ¢Ê\X•<ž¥ŠMr³èùdð`,UùW"PUšÂêÃÄJ$1)S†&¹ilÉŸ :wöô‚¹3!çIô=”÷·*q±gO»°;fok}áÜ™ŒŒôììì°à“'Ž;ŸÈ{Ö%à¦ÿóçyPÞ u=éèdoçhoëç㕞ÿHŒô,ŠNú”äçΜ:ç~ê™ÓçÏ\öñ~’- óÞݰ3§\srr¾~ÕïÆµËÙYYEHO§hä|íÊe'G{»Èˆðg¹¹úê¬|žWÓÒRqáàÀÛ'Ž;·uwsy”šúäÉ}Ï‘Jù„…ÜÉ{TÆÁÍAÚ™$%Æ£ÃsssµŸYUMæãí‚Üœõ¥ÔîCévÕ–ê‹üósAê䚢̚ä¦ÙpS sÓ¯¿è¤Ñà&„õiNNn¾aŸ|”ÿÍB™é¹¹OsŸæéñãÌß½fD"&ß²³³þäP«¥ÏÉy2æ Ó'ÙØNE¤´‚Ñ‚›PVÖcpS»Hj…¾œqËÓüÛ3ÒÓ5ê¬ì \Ü„gfˆô(áÑß³¤J)Ÿß›Ÿÿ§,"íL£DynÚÉЊürrô¥ÔîCùíª•T”×MÙÉÚMQä&¹ijÜÔùރؘhy‚÷õ}ïEQEnV@nú^ò5¾gÏχ߳GQEnRùJK5dÄ)(EQEnREQ”Ùüñ&¹IQE™:ÉMŠ¢(Š2ä&EQEŽNr³œ*5%9)1>6&*:*‚¢(Š*Y• 4ÉM£B3..ú¶¿¿³£ƒõ¡Gî£(Š¢JP䦙))1á–ÿ ûcÖ·ýc¢"b££(Š¢¨¹ifЉ‰rq´¸å¯ì^Š¢(ªø"7Í¬€§É¹MQEn‹†póÈÁ}±ÑQœÛEQ¥ÉM>OKnREQ†C³\s3%ù½íQÈÎú°õ¡"|ÕÏÇÀÛ­Äÿâ狃0‘ª •¹F>†pÓæðAg‡ãÒKÏ‹ç‘ âÞ]í¹qóú5G{[W'‡°;§\œ œK÷“¯øúmêÜkýÛ®MŠ¢Ê4ÍÀß|ö,7.6ÆÍÙ y" ø5æÊ .ÔŸèä£ÁM3×ÈÇpnF„ç2)1ÁÁÎÆÁÖº@nžt8q„ø8ebNƒ‚ŠÌMù½÷ÂB¸<)Š*wÐ,n?vôqf¦(ñsÚ»a!.N'ž>}ŠpPÀMG{;';w7—û‰ "jäŸÈÞÏÅÉÁÉÞìWϹ»9;:œ8~ì¹3pl%úx{œ9åz'8PÉ;}·(3 FÊ“'ìPíè¨H}ÜÄíøg87¯]öóñò@8(à–çùs¨ J¼â{é’çE‘ænhÈÉöÒ-^çá§»8:¸t@…¿ æ¢ÎÞžÜ]où_Gcq D†‹«Èêèoû‘Wå3-/Ù {Àúü™ÓII "28(ः]¾ŽGE†ëÜ+ù›·n^?qÜnïiדñ±1¢6èj/Ï3§Ýp{X( KQ”©@ÓØèÜ+7EÀxÜLˆ‹µµ>œüà~nn®ÿõ«^Ï?JKU”sºw74;;+1!;ú#\ÏûÅ眜'ÈÓÏÇûNP  Xªb¢‘2'''33C‡wúnÑÉ®X€‹H™”˜¤¦§?Rå&@xËpnÆDE‚•pëΞvk7A"¼]‰@÷¿~M>IàF@:§EJäŒú#pëæ…3§EJÔ_Ãߌ‹ùý|øÂ9t2¨º=*"\ä‰ÛuîÜŒŽŒD2ÑßKžçÝOIu@• <år’Ë™¢(Óf)pÓØÏIÜ º}óüY÷gÏž=JKKˆ=nsäÉ“'ª‘rn ÂÕÇùt<~,5ßÅ»qõŠëIG ~ÐeïÇ3‘ÞnÉÌHW=_U½E™9œÁã6GÏœròÛËÍ÷”•ÜÔǺ@nÆÅÆ^8ãxë&|[ÁDqô ðö-¼°³>"ð§ÍM4S\ŠŠp°µ†ï‰: /R7¯^öÅÀ—D†pc… \ãœVpó¶ÿõ³$CMì¬ÿ^‡?Râ ÞopESe"Ä,n–Ú9- —*'‹‘`–j¤’›"+lûð#Ãï:Ÿ8žñèQ^ž·/û^‚Ã(]•5ù Úª·(3¼ '‘OŸæÁÖ÷ùfz¾÷k87ïÀ}µåÜ„ïéæìxýÊe¯ çuf‹*7ÑL)AB|\`^º£‡õq34$tR>‘¯_½,Nt‹ÉM©q±Ñ'lÉMŠ¢Lˆ›¥ðùféÓÆçɦ¥ææŠï¥‹çòÜLÕHsÚð{y…F„ßu8f|‘sî§à‚Y§]œ|/y>ÉÎÖ÷È'48XõeæÀ‡íÑC‰‰ñâù"Pßç›èŠÄø8ÃÏiÁMd~õ²|497!g‡ãxÃqï^¡¸‰üÅ/è 'T<&„‚D¤¤à€ÛgÜ\D€ÜüÓ9mR‚ðså÷þ~N¥~NKnRUÍÒ?§EÞÜI‡ãŽÇmÝÝ\¥¦Š#YÕÈ??tÙÅÉÁÑÞ.2"üYnnJòƒsgNƒp =ΟûV 75nÑÉ<¿Â¡®'ìíímý|¼4>ß„ÿˆ‹†sS‡‰7álº:9(ÇB››ÁAN¿?Øc'>µ„¼=/8ØÙ¸ž§Ñh4ZQÍ4¹ÉsZŠ¢(Ê4ešÜä9-EQU®¹YÊŸoòœ–¢(Š*×èäó´EQe FKóóVžÓREQå¥ÏMžÓREQå¥ü|/Ïi)Š¢¨rÎ2á&Ïi)Š¢¨rŠÎ2á&Ïi)Š¢(r“ç´EQÑÉsÚò¢Ô”ä¤ÄøØ˜¨è¨Š¢(ÊHâó´f͸¸h ç×®ùaî¬é³¦O¥(Š¢Œ!~ïy()1Ð\¶ø[oÏȼ#Š¢(Š¢Œ!~?­y(&&ê§5?øz{ñ· h4­t~0…ç´åZÑQsgM‡§É)M£ÑhæÇMžÓƒ›³¦OŽŠâ”¦Ñh´R€&ÏiÉMF£™,7Ëõ9mRb‚…EèÿøG•*UDxÁüùÞþÒK/áÿ”䇋/Ò‰,)nfgg¿‘omÛ¶mР¯]»6++«E‹ÊAiÔ¨QqÆTº](5ËÍÍ]¿~}Ù®&:©D¶ò²ô k1SzZÅ„&Ïi‹ {ûã;v,ì]‘ܯ^½ºyöŒ»1üÍ .ôë×Oz©oƒ½víZqÆTº½ ¹™““Ó´iÓ²]P:u(f¯j÷¶¼¬rÊM4¡ô‡¾¤ ¥š<§->7·oÛÚ¼yó–-[öîÝ;,4D#RpsÚ´©•*UêÖ­kß¾}¥ÈÄ„ø5jL˜0aäˆ:uruqÑ)1.6VLn®Y³õéÒ¥‹ŸŸŸséééãÇïÓ§Ï|°páBy>»wï^±bŽŽŽuëÖMNNF9èoº»»#ýûï¿ß¿ÿÛ·o#&00°sçΉ‰‰ýõ×?ýô“j2ØéÓ§{åꖀťÑÀeË–Õ«WoĈcÇŽÕ—dh&®víÚÕÊÊ ¾¹èŒÔÊ•+?ÿüstŽÔ3·(+¦S©lllzôèѳgÏ1cÆ$%%Xœ!½-/Kß° SVÕ*!“U«V¡9è7tÚäÉ“ÑÞ>ú(33S»KEs¾ùæ›I“& 8ÐÇÇG£ŸQÊ’%KPm'''} U‡^^¨µµµ¾IN£š<§-7oúßxùå—ƒž;gÎÈ‘#õEêó7%nb lÙ |å²vƒä‡ä%‚³`qq¸iaaáì쌰ƒƒÃ¿ÿýo9æNœ81eÊi³•çŒ]  0;^jj*Únà9-H÷Þ{磻¤w Ûûï“aï^ìÛ¶¶¶C‡}úô©j²¸¸¸öíÛ‡††"üäÉ“ŒŒ UnÊ}ÅI&H›7oÞþýû¥žñõõEøüùóRÏhÜ¢¬˜Žã#:!""¢M›6HŒðêÕ«A‹3¤·uüMÕa¦V*¹¹¹!ü믿¶k×.22áÿþ÷¿GÕîRqï™3gF‡à-FS£ŸÏž=«=…ªFC//Tc’Óh……f©¡Ó,Ïi·mÝ2tÈyë¦íÚµõEÈÍ*Uª¤$?‘Ø .ûùÊKôð¸r§8Ülܸñ³gÏĶ·ñò­8<<ü­·ÞÂÛrìÀ’K%Ùo¼‘––†7êØÓðFÝÕÕõ«¯¾2›ÇŽCGøÃàI—>ýôSìáÑÑÑú’Á3š8q¢…µ¹©Qœ°-[¶ 4høðáÝ»w_¼x±èKKKq5>>^ê[”Så&œ/¿üRÄ:t0¤¸{[‡›ªÃ*L9¬úª„LDäÅ‹Ño"¼~ýúuëÖiw)îmРAnn®xÙ­[7Œ‹¾~nذ¡¨ª¾…­FC//T{’Óh……firÓÌÎiK›•+WÆ%‰Å®ÃÍü|ô‘v? sØ«áÝLŸ>»™ÎÀMš4éÀØ‹?~Œý;p á&A9233{öìùæ›oÞºuK_2%ž’’’àшp@@€’›úŠæíí 7DúíܹSÖéë[ŠÉMâ ém}Ÿoªæ¦3¬VÉËËkôèÑ"¼qãÆµk×jw)î­_¿¾ôÑáÛo¿ nØÏ&0°½Îç¿“œF+7KfyN ,*dU#å΂›Ò‡•òsÚ-›7#ìêâR×ÂBçœö¤“SÀí[Fâ&\$K“&Mtž À¾ Zá=?Âp¾{÷®Ü„KÕªU«ëׯ?ÏúQP6{öìU«Va{=±ª&“‡ÂAÇ¡pQÅYÜæÍ›¥bóuÖWœ0ønãÆCÀd7UoQVL^©&ÕCQmÒÒÛRYÚ¹)‡µÀ*)¥Ý¥â ôèÑ£ûøøàÐÓ§O ìç^ í¡—ç©=Éi´"@³Ði®ÏÓnß¶µi¾õêÕKþ\2R⦕ÕdKKË.]Þ–s³fÍšS¦XÁhÞ¼¹‹³³N‰Åÿ|Sƒ›îîîï¿ÿ>\ÔÎŽÎÀa߯Þ(ùøñÇßxã Çê¹æsAç΃ßôî»ïvïÞ}ùòåÏóz8p Ø¸@O0T5ìÔ©S¨ØŠŠ |+H6aÂ8bRîÚµëСCõå# Œûì³ÏÆŒƒÛ§M›f7UoQ­˜¼ò為å( Gƒ›†ô¶T–vnªÃª]%%°´»TÜ»téÒ¾}ûöèÑãÒ¥K†ôs ¯†öÐËóÔžä4Z‘¹iTtò{4$¸Éï= •/«à@J#7MO~?-¹I#7i4så¦1ÐÉï§å÷ìÑh4šs³ÄéÉsZ£þJDø=ÎsF+sn– =yNkÔßßô¼pžóœF£ÑÌ›<§5Æ·Í{^<¿lé¢À€Û|ºžF£ÑÌŒ›<§5†Ò¥Ý¸~í§WÍ5}Öô©EQTqô—bÏiM_YY¥¯;£Ñh4Z:›<§¥(Š¢*”Lšä&EQeöè,Y·—ܤ(Š¢Ì’›F:.&7¤#÷•‚T‹NMINJŒ‰ŠŽŠ (Š*+¾SL¹_‹¹p#æfh\rr¡Ñi¼YÉMãqe$¥$?ˆ ¿§ÊM@3..ÚãÂùµk~às¼E•¡&}·ó“oöGãíŸÿ󱓞A>ñ©)…@§QO"7ÊM#eþøqfVV¦*7“Íe‹¿õñöŒŒÀ[¾(Š¢¨2À—‘õ´8z˜šáxÆï‹¥ûÜ|BC¢“ 䦱ë%7Ë#7=J}ò$[•›â{Š|½½ÒÒÒž?{Æ×i4ZYYñ¹)ätÖoÁ/¶ž· áf)´‹Ü,Ü„rrž¨rS|/.X ÿ“›4Íl¸ùèqNZæ“â«°Üäßoš?7Sú}=üʧøar“F£™ 73sÒ2ž_Eà&¿/ȼ¹xÐÿä?38Ýtî„0¹I£Ñ̃›@^jzvñ%¸i _NkÊÜ”š\¸yÕ០!K%I ûáªÃä&F3n¦fz¤m›6Pûví®^¹Œ˜íÛ¶6oÞ\™çÌ3 Ø®mÛSn®:¹ÅÅÆà-GÜÔh  33Ù9=~mFÂêÇvf§ûú­ƒxm¯³8ÜÌÉÉiÚ´iÉrÓð=A^zin§Å¿±h{©í¨†ä_ú›|ùEŒ‰ü’rùí‡i%Í[ðí¼ßÈc„þRvVâí5g%e†”b7ƒ_}õÕ+—ýs?)1>.ö¦ÿ í¢í۽׳§Nnݺum5¸ixÓÍ'){ ¬”ãÙé~± .Û6¹êðϼDŽþxÂÖö*¹yàÀwÞygðàÁ?üðCïÞ½³lÙ²zõê1bìØ±333?ùä¥'8~üø~ýúuíÚÕÊÊ*;;[âæ’%Kú÷ï¯Ý¨„„„Î;‹|BBBNéÅ\Å\ÔÆÞÆúŽ×xÞ\éïðe‚˜Éßûs9‚¯16ypS©¡ß á&`7|ذ²ÞÒÒR'7‹¡!wJп7дØåéIû³Ò.=ˆÜx¶¿ïQ‹éNpSéo>|øpÈ!‡R.ääd˜7oÞþýûÅ-666†ªä¦¶¿Y‚;Fr0å‰]?ÚØu(‰J™%•¹Ø Ë1i&‹NUnVÀ.’s³I“&={ötqqÑXÇïÞ½ûâÅ‹ »d ÅÍÙ8ÿÚ%{œ^Ê•)Í÷c¦ЊÐpZ‰ SyN[Á7XáoΜ9söìÙÏž=3Þš Ðæ&'mù݇ˊnå÷íVŽÐ)=tôÈáÖ­[±—„˜sæÌ1ê´yófÁM¸ zr_2z²h´Šãx²gJÙ–,Y"qá®]»:”ФÑh4S(;Á<ÏÒh4Vt²+h4Z‰Øÿ6Œ§j endstream endobj 574 0 obj << /Type /XObject /Subtype /Image /Width 616 /Height 264 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 39792 /Filter /FlateDecode >> stream xÚì]\[¿³½t)*Šˆ ¹4¢ˆX` XÄJI Øb·X ˆ…ˆ (¨ vc#"`€Š-`Â73;»ì.Kød÷½ï½ûßßìNܹqîÿžsnÌ,ÿ2 …Ð*r„2hB: -}-ò¯k:Özš¸áBè,C £ÐéKþór0´sîæ8j1š’xkVþŸÄ×Â[±¦ƒ‚ÓzþRjx¢d‚qó¢¯OÑ1;ÛQè4Ö„éÿ/:·qárT‘pþšDö9Å5µ5Å9öŒÆ«ŒÓN›ãˆè«œSØ%^é7N꿨y³†5{(°ÖCh™ß¥™=™`tÂã&¢çO±¸¦¦˜›*/𻇴ÖiO-k¢‚!„ꌧsE©æz. W&Ga¨oÀDu¶Ð¢1äÕÔÖÕÕÕÖä‰$§Êrõõ›áH#éïñ*«@äw•% ¡y‘Ú‡§¿8MÚz p-ó{TCcÈÃ"Àd‚4à'nNôÄu"ETŒDª!aÑü*vdü6É8í àK}‘f["‚ÜÃÕ<ËÕ|ªoõõÂ¯Ï U„ £¾s«SÐ6¦‹ðê8I4B€x;­çˆˆVÆmç‚4À¨ ¿Æ« 4ÏŽœ¢ʲÍO€£y…eÍÑ><ýE4¼õs´LŽcË]PN „LYÍá_Ürà§ëøNãÄO£qäh!¨—&Jz·>Ç„˜¹e´. Z".S¾{¸z‚§s¹z£^5Û3µrªùê…«ÏÑ Ø´}تU߀¹Õ)`Ez\±ñÄ#‚hœ$ê8í”Çþ`ܨsxé:ò䃛S0Nöê« Æ-¨H ÕÀts jQ5x.ëõW}Óádû©&” ¿' TWõ¯˜ÿ64!¾¨ëËÁ¥¥¹§ky O½ˆÊRO(¼=qrÌã ÑJ9¦-“©ß=\=ÁÓ¹\½Q¯šó+®å«BŸã9п÷ »#Û^Ÿ`ÁnQ¹|à6wá*å´·:¢ ) ÇâÚ:að5P„uq /Ýbž|ðbs2% QT޲lšie]\¯H¸uÐ0—ýÕ0˪ñ%#ä-Öïës3ͧ›x·‰G-§5RýiÂú"\£Ãï6þ”õë ÅË1ÇøJr¯-±–C½Ø :Õ ó)™ââ¯õÂkFÚ Ž÷8©O”h¹| œ A×AÍp3!ØÖ´ß:Ê1QB9®«—è*(*_]6î’ ˆŒÇn£(‡J SFÐaÕ>p`Žp]‰º­¡À¸å¨kò4®8j’ßmT| F˜Ä ¨m-‘CcÕÑ ^ˆÂ{åÝsÆm5S”ÖÁùÀ–Ÿ=E"LQð¹¾HwÑÆõ‚ð{w¢yË‹ÚDWÈ÷4MZŒÆj¿q¦ñ« në«ßU?ÜÛ[œP±bTæ#0Oç׫щ×þ6_Zµ5e5÷ôIˆ(½Ä§žH§¶š«æD±“¿­¡<Ó/¨m#Æ­(‰ˆÿ@îuhIꬱ,ð<•ßÌE#:«E·ýQeµÐ±û'õÀH¤Æ|#ÒÁÍCÛ¹± äú>MY¤ÚÚÖ×è G«šTgÿ»ò'ÔûÉ{m±³sqíoW(ÞûÿÚ”û#ä/­Ao B²øŠéÞ¯Á/mº+؈Å?ÑŠs„T¢yö¬{›¿«öoÑêx/„õ„ØUÚCyçæü3ˆ¿ês Ì;7Õß„€ø£N4¿BkdâÚ=}v $k8!Ï $a8!Ï Äf8»#Ð?ƒ;Ï ø4Øß„€ƒÇÏ $á ÁùI8h°!†<Ó‡<ƒ¾–Õ@}!vmV2íôW!ÿ ò ¢õyæ:­L¨¿ yÑúv³¸ä«ÐÜgbÐhµBó›gbœÞ„„JƒË5 $­Î Ï $¡Î Ï $¡Î Ï $¡Î Ï $¡Î Ï $¡Î Ï ÄÂ3þ¥´pý„¸xvO˜gp=-„ôø·5B@üUÿ >ˆ!‰þ&ätÐ þ5†l@HÂpB³ !à Í&„$ '§…„á„î„$ä„$|-„ØzÝák© $Úã„ÝM‰ð v7!$`7¡{!‰~tÏ ÄE3¾¿á„î„hÝ3IÐ ŽÒBH‚fg’ ä„89BH„g žÞ„<ƒÏîÁ§„!þ}†ŸAªAˆ×?Þ®®)ƒcµbíobDËÎñ‚O¤CˆhZZ á$'„¸‰† pÑ„ˆG7 ÄA´oØ€<ƒD§ÚMI(4¸ØB MhV.v„¿áDÚÎPAˆÙp2´sŠ¿B™@ˆÃpòxbØç×@m!^ { 2d„˜õ|×6„iVMøg°£ !>–Õç3Op•#„¸ðµ8ÇQ‹WÓBˆW›•8k38@ !fž ¬Ü†ýqu5æœ Ñ $Á38…!» —Aˆ‰gðïÑ!$lÙ6üû ÍQ‹y!v¢=<¤…@žAHÒGƒ<ƒŸF«_ç§ž ħÐê×9©'1òL¾ØB’ú :h’ðÏ á„DNI¨38à !uõ„˜x&°dúgâêm ð ÔBˆ‰gÝá‚ ‰w Ï Äß €<ƒ@7ò BÝÈ3È3h7! `?âo×€¼BƒÓè’PhpB| Ÿ€¿B«TN£Cˆ‘h¼G…¡{!‰¾tÏ $Ѐî„xgtÏ $Â38J ! » y!~ä„XyF,Ú€þ„Ü3Øß„„{ÇÏ $ážA Bî4œâuÏxk·¡á„ÏàD:„dx4È3h7! ZØß„ý1ò¬~ü Žk@ˆ¼ùèžAH‚gÐlBHÀnB³ !‰þ&\Ý3ˆMwò Büê ò Bê ò BŒ<+€³›ìmÂþ&„„xÇÏ $À38! ÿ *4Iô7¡BƒjòìP¡AˆŸh|oB† B|=ú¿à„ ·!$Ñã„Cµgÿ» y!þ~ôÏ Ä¥Îà„¤Õ?ƒ€:ƒ+6 $ Î Ï $¡Î Ý„„:ƒýI¨38~!&žñ­>ƒ†Bl<»'È3h8!$Â38!!žA B <ëy!v k@» !šñ=û£×€h}çLhNpBˆ…gBƒ´°!žÎ&äÔgÿ^ÿ ò B,ýM8L !¢9jÁuAâ'ZqŽÀœ€&8V § Ä¥Òàsu’Ðhü¯=€Óbã| „„yõ„$ì&ôÏ $ЀýMqÑL`\ŽŸAˆÅh -u„„8”™ÐttÐ Äb3…¦7¡ƒ!׬á4è A´®oÖpùÔg­¯Î„ŸÝ„þ„„Ôœx‚hmž5|:šMˆÖçYç Ù„Ï :ƒÏöyPAˆ›gfàtÎ Ï þ=vö $À38· !ž@}!ž Ï;Aÿ BžG‡ê BL ‰`€ê B¬ -ÏQ±¤ª3q­ø Î#PAˆÏtbà<òŸt‚D‡ò Bü´›’Qh°!n…†½Ê*4±ó ›‚‚ËÏ $Á3h9!$`7áz IôàÛbVgÄÊ È3 ¨3È3qj3Þ«ö Ï Ä§Ìê_µ§ž ÄF3¾WíÁ‘Zñu˜ðmÛbç™ÀCO¨B«†Dƒ_W“÷惜bh:!Ä`6Ÿybh9æÕ@•ÑÊ ! }x‚„õ„Dú›¸ÖÊ ú{ ŸhåQjkŠùú¯sÿ€*ÇÁÛýz|¢Ô§ß /µ|mª$µØNMqŽ£oÔçÜ_Ž+âﺽ%÷Ö6_M0üUþÅXc»Ã1ï„=ˆBdDD^j9ùä]oXÜúèNŽ£ƒ7‹U“‡r®Q»Ü”ðð(‹[gÄ¥é:â–¸W`µ-dC­pÚÍ6DB¼±ÅM☃ýo„£~+É׊BSf“;%ÀÉ_^xRÌÁóÉ»ÎWû\brCdg;ê£,ãÍÊã¾7f—kyíLÔ5\8Ž9 ¨öÛ-›C£F[q-Þ4Фgw ð%Ôˆ6 JÏA¹&rSVOÛ ¹‰e‚(xk[d…Ýq쟖°*Æ*‡˜cÄC6E”f}£† JŽ5²Ì‘›‘ú¼à¦—¢žOÞuní×rã íð=çþ‹ó\‘Sô\vŠ˜X­Å_4ÃIÒQ`²¢¡nmN<D%SÇm#x‰ù¨%ÀK›SVž6¨W><áp(ÇÏPþüañzòlF Lù $Ý @\¢ M=ÿXÛH«­3àý¯Î4,d²ðŠÖ,ËÍ"NÉñZ-<¹)È5¾¼Øçð8$tSû„æã“Bp:ëî¡®H#ϸà/“áÄFPZ¨îx3ü|UÛP·ŠÐ |¢âU%"j= ‡:ܦÁëwד—6AV®6àKš'áO}SЋœÜÈólÞ˜ŸÌà²EôðWÕ [/nk2е|o†Zƒ†¼Û€,Ü¢ñ5aâ êAà%GmšúÕ8ÍD˜R~ ­ïàj¾ú?¿½~ð¤¡6ç÷EÕßb’{š³a;ªpf¸ô°çjØdÇÍ_JmQËu1¾´ ÇÕ|I‹’S¼W¯¹ZºÞvpßÚTÿŽ®/UŸSÁQ("?ü®4××áµZBq 6X‘UØ€,Ü¢Õ7aûÁk›i*ܦa_ ¥hŠCM_ä ÓÈÃT‚ÒdMúã7éBº•Oƒp!×™áÑCp¤°9zZš[e‚i×» Òn´ì|y&XÇ_é‚7±–çKÙsU|ƒÅ5ˆ°+Íóuø6G" ™´úf"l?rÑ=|Q6‰BàµD ¤'Ô¬š6éµ#¼Vs™†ô${BäM ùÕ¬ÂËNãÆÃ1çᇇ<#ÇSñ"Ìž+Ý@0ûÐ Œîä+×…Ö‹÷øßÜõl&ý¢fÊ:–Z¿?D±ÇŽÂÜ!î’€©ôôÛnWt»Ý kyó?y{J’ª9Ï\éß½ïzÇê'â¾l<ßýH3/Iè¶½Wç/ÕD)„·­±L :¢{¤fÒ(‚CH§ƒ(ìùíô;á-9 ýîF´é§Šà?„b:ø¢^ß_yµ]«˜…î÷kDû|k†Ý_¤ÿ[Ò»Ïç„A§´ Hɳä‡Ë?”ÓoÐÒ"V41j0Ž*úü3"žg¨Oú&ùò ýCýØK Ì·‰võm?%ø^ @üCšP²åa÷ßð޶ñY¡–Fo6ËVDßÑD\]þ@ ®h>ôòý¨E¾Ç†?ôÄ/Ò:´Zÿı‘º9,¡9õ éÔàG¯›ÑÓ›¥Š©¸&èªôSHŸù61¿Ý ÷MUEx¨›äüD¿Ç†w'KIû7ýìy„¶x‰·º« F$žK|z4®IŽ·pldþ_îwÊ‹Ô~Ûö3›ÑV¨\íœÌ+ù4©²k¶ð®µ“9.½Oúœ´;Á³¸ª¡¤È[P9+¥jôü2J¬|ú{”¢ªè&¦þÇÓVê÷Ÿÿ‹<Û.Òî0ÐV ¯tKQ o ÝŽBµAiµÙ®QhúÏ(JD=%¡GOP‰(¢ÇÛÄ8bw_Ì JKée­Ðƒ‹–) þ†ÉT&RŠ=…ÊoÚìÓRzÑI(_‘¿YÚÎÿñõ}Íáɶÿ¿“·ƒjd*Î:‹¿ÜZ+üWä¶ä2>ÖïÿdœÎRª%¡v5õMLë<æHxýˆ™Ð±nKóCZ³Å± ã³2Ðv{ì7õû„&XÃbŒF-Z„€FÜñ‡öÃIèþIèkd·âìÍìô…µx{'ÿoŒ~£—ã#çÝ`tcówR«“¹óŸ½‡øSÎMê «ѨSoo)¡Îþ-kߪ MhAh˜Œè¤9 ùr“y¹{…绯¼®@~mxG‰rÕµ˜3Fÿ赇cšÑÈc¨¿ð’šI(lkpõk =ò ´£-𠙢x°Eñ=nq¿ÈY~"Zw³¤ÊâLL°X–Bµ8PD.c§Šoœé1šnrÖ_ji\‘BcV¯é¬ßê já:Ïžt“Ï3Ø(TÛ-xZˆ%½ƒ—çArc[ìá$òéÜ7ŒÌ?aépEKżÿL¢µÒ¤–{×Ƕ:výñšÄL¼VR[Ôcx!Ôkm‡j©>½mÞ¨Ö T8ÀØ¡°ƒ6IÁŸ¬ŽjCk"½Î诪qRP  ŒÐ£2k)y¥š"#¹éþÍ=¤é?Aë`óé(ïl²@è¾MèärÔZé5Ó¿ô’âž&[âÀV-nÛ¤M1Ä=7 éG„ÝíÚ ýéBµu¨YM2OÀã8ö‡µ­û‡‰h*¿-˜/ä?]l»у/ï€ø}†+K»¾cî_n-…T(IÉ–¨+=>KÉå ®Eý…в 9őЇ‰™O{<ßq ™|w2–áG~¨GáO„»KûwÖÛM>ƒW_sDŽw|ãÈ·?d¡qí¡-9FæÿCª9h®û ôRÞ¥c*b„`ëoÜÿFÄýeMØíÓMhdk÷uò)Æÿæ¨@¸^à?‚¼¦»ñE½¥ö^H÷§6Zï_ΪSÃ; â$:꽜Ï$ÿ†—è£h&;B¶‡ì8^¿ÞßÛ'sÑŽÇ¢AøÙ.è·´ì±5æ£v~ ª«µIƒi+¡ Îôá…ÜÚ7ÚÏ,"BU4Ê—Î-Fk~Ú´Ew˜ •湊7R”Ø‚ûË{äP÷{ÁV÷ïmõš^ÐjãO'ð˜þÖ=›þöõGþQ¶Àæ?þÞãŒAÅ4#£9¨”Ø¿òo18¬•øþ­A?hK‹zFC[}Nímƒt?ÿVÍòWPùá÷ÇbO<ËÄ‹(ÝÜ~çõsΠaŽÑ“é&DM,Ã{´Jto4D%ê2}¾—ñ°w…ØÞ€àmqìo¶¤Á¬Á5qmP åÑiÁ˜_yÖØThl#@…ÒÿÌçƒ-'Ô_îî äÀç½S_‘숦a$RSH éçqrDä€ÜâU†ƒåDë{µMŽSÊ(A µ6Š }ñKv¡?J¸ç&r.rnÃóò"…jœžr—xaË9þÜz¾»5ä2ñ³¦ÿAídƒZȼ>Ñ6ÒÉ[µb äŽÒ‚–;T‚=ºg|ÏÏí°ÕÁŠá-ðœ*›}þ.O@þñÂek²¥48Ó½£þ„ßã(†õwêMÔßcø¬À¿pf?ãq`€[ñ„ÎBu†~B‹QÒ 3³Gy{'› K–^%¤/æ4¡?ÚñfDF {d†È½A5g¼ôEr5~ÅZf3z÷zò ôèyÕ/Mz´‡ü_®Õ'ŠÁ h´8¤*kÔD´xõ¿¤¶K̰jÒfé4›³Í;-æ5öeBåsø—ϼ*B‹!øü‹Ÿ`HßšYe6Bä³O—¥–HOGÝÑn2|÷Gê õ xý}ê_þU9¢}†#›ÿ…+u! ~íá¨7Ä¿Jp|B‰¼y­§t( vÃFŸ5œGèÌÊŽz[*œú1æeÛöKÚ¯SÒ;”m¾ZÓaÂö%Ëw ¹5¾äˆBÑñ!V?ÞÛ>“aÞt‹ƒÑýà7b^t½·%V§wÚì’ôI'F÷d]÷M{¾Sû®ÃÈe+Ø™iqò¯‚ ¢|†æESKx÷ ÃjäÇ/£#^>vÂ&©û%‡?~ó°*åíM9])fƒwlî}Ôµ»6’çz)ôù°ùTM½3¤DéO}3ûz]ÀrY#»î\òΡ“ŸèÜ,=Y°åíëkƒçjn[ÒßoÓF•&ùìLÛv3ËÉÆL‘ºæ_ò-nqæ ¯=óãjö?³uþ>k™õ×Á<zŽRèërqw¶¦Û;JEÏ_ÉÅ}®²ò}}0{à(»è8µºjÝüHmmcemi×}g£èÛ̆ÓÓ¿++¾µ uR{bÍš|ÂvàÚïN?_ìLwP»sxé¨osUL÷)clÜ4EÞxó-ÚyŸ¼iñ Y'¶lTY{à“åÙƒ×U® èàêÝþêÌÇ–Iú*ÚË:ßß2ôCÐ}³n sÝáÈ ö;Õ»ßi}r‡&®¿¯9k廒•½^è¥~÷ñQ÷éý’>½yõ¢ÝªIɃ3Þ^Q§{)H|›tT0-rAÚôªµúרE ¨j U†JK•ï?Z4뢧{Ç)oÉC"ãû…;ôw|](}§´ò†a¬zêñYYÅÊK݃‹«Ã|u¿µKø,¹CåЩo¶„nõXo·}ßÒ¥;r¢-3ƶwêî¼Ðëâ¼Óç˶ÓwM^3U×ý¸‰†I¥/ÅàÌâ3¹j“é^+§Ë޹inZ~éçucƶ]]æ¼KS&EN^}¤û§á´ÓÕUÌ­cµ¦twïê»1‘~d¿­^â/­•ó™)—¦6¤•è/ߺìpŸ –ácݾ—œy×&-5fûåW.ÞJ»yyÛåg ¯v£‡$ºöšýã†ZÛé33Îd=Ì+2lÀ3j¬¿áÈÎÙ M£_ÈþEçÝÕçµÓaÜrŸ*Yí&•ìž“Fí/ßõùúŧµŸ”e­V½¨×ÈéYvæ´‘•ŽÖ|_E‰Léà?–±zõ±›Õ’¬N{wÈñ¤m³½{Æ5HÝûþ‹ªCKc#B¬„Ö¾Lcòö6Ù^¶uË^ç)o‚«o[ÒYåI^ “¹!‰ìmÀöé«"wéé™`šqNg§Ù½_êÙût4V;.e±«Á˜¨uH»×'¶öî•ùòrSÁ5ºÿÅÇSݼ¥®Þ<]é1?qñ ï§Éæ¡‹Njšô}U¿üœ/h ƒÕ®Pæju¹8ºÊt*¬ìÑu 2ûîê}/œ–Ò¿Xš7yˆU×—&ƒVÇÔ(^]t;É{³_À¬ÅSÝ.‡öëjq_þšU¸™ZZåÓ,ÓgäG_ ºÐsÏ«6zY[õŽ•¾Û2{U¹Ÿ¾Ï4Ë—ç-\51±ø)ËDÛHW;iÕHÄ>Inä8·´x##çmmÛùvù€ìß0™Žg_£¾Þ÷cpaÌÏ\õà÷ËóJ凪÷ÎÚ§à¹ó“R> 4·^\òùòûu ×dB‡Xõ+wQ \«ZÇŠrÓžj&½Ëˆxæ~'Ëyr½¤Ïçõ‘’ u“½Jäj¦­TØ]E™f®µÕ2Ú»C¬FM¬ãSŒúü­Çn_?Ùsɬ¨³—Uýb²ÛØÝ+¯kÍÞ-¸ò\z—õè½Ì^7NEN£›%ÄCa~À㟴BT5æÞUwÐAƒ2ê ­ÏåøÈÞwÕÂIþ—XKó·YgìŠRÉœg¦ÀLmg|/Ñì¢uw|/ê’«çíÕÚ¾8EÅÐxì¨E……öC,ú-6MÚÞ/•¹lîã5[÷^©¸lp´â鈒¹l»1{ö\5WSgÊf?Ýñ÷¾ÎÐ.>\}hø¨Óó󳵬î]]Ð{HÈËaß2žu†fB  ׃B@@@@@@ao=h!œå€€€€€€€€€€€€€€€€ P GJ $ –7g=è®]çkË-eNUŒùêJàëumÝÛGÕ;&lðeøõw}¦¯ïß®wæìëCkgéød½Ô'÷øÛ'ûî?BÅaöO…•ä?sfdM*ùyÚoMœÛyͱïIŠÊkiãÎ3†,¨²Ì‘×/ãÚŽ '¢K´ íp*àõêõìØàÝV§ðÚŠEN.F½ÓæÐ~ì×Õ´©ð}±ÚùÈcCùÄy“Ù½îgª÷ïCSgx÷xgónEi×­ÏR?w¹:Å%a¡•µÖÒ¢ìy“fNê¬ »s®´fHÛÝQý)+ì_2{ç™¶÷O·Y÷l܇)ûç:®??t®­sÛ<ã½Ò´^Òƒ{N¿Rì¢4bžKiíõܧ5ÔìýKFv85Çm€ù¨ ·®­\;xá¤÷Yý}öfg^åZüÀ]fO8´\ùl¬í››l•ø´ƒ#λk0å©k¼ÎÞ6Î5ô¢]aSµµðzªN÷î6nç½{ÉY«µ'l-°íx|OHÛÕiS *úDæŽÙ;gý…Ä’ãìÒc‡ÞEÛ8uyÚžï©c{†ŸÜw9äÂ:s·ÎÁÕjTé£KŠÖL/—n$ßz»öͪ}·ŽÇ¥×¼°­²ZÜÆf„É!½ág–$GS;·—ÿÚ»ýç;”îqè´sTf¨‡UÇÕN>'MSÌ­O¿å¿…}þ\ÌɪòjŸŒ6q«~¢u€ôõJìëQ¥åïöœz°rR¹æ¢n£v;éîÕe—D™÷Þ“¬¹köà‹ÃëR»”D,ΘÐS)¶¦ÊtGpòÑTý°ëúvØuëɃN&óU·¬ÞÜ^£WǰéÁšÞ‰ã\’¯Äå?_zÅ#VÙbêáwã+ìÒ,•’(‘îÌð,«‰17Ó».øl;f¥‹Ë×ÔNƒ¿)…ŽÿÞ}Ê®‚éû–?MßÐÆîR›’žV¤Ü‰S&¬CLR\A]ãÍÌêàRdô)víúòwæ:¬š!V½G³dY€˜ÂÓ«'ûìG6ÔÝó‘²ËC]y[E’aW§P™oc.”tTeä, 9ûI%Ø„úFŽÞ{ýwçóΔŸ¡t{NpÙ’â5æóƒι?±-g™5m7û]²w<5ž²!8höî^ÌI·0>$‘[þYi(ÅŒw½‘™ŸñŠ™ahsº$1-S'¶ÝíÍù¹ñ?îï¨ÝöÈBn‡ôbf×™Yœ–;<ú6ÄJîúÓ §ö<×µfà.—P`6ñK€ûøc¬‡_Ý5xÿÖÂ{èÞ;ž“Â+‡¥[FNº­úÞÌb¢•‘¶÷¶›óûÆ0û<Pq­fE,ÃYieEè:ÖìA}ÄÆ‚.]ÚÏŒQ qêqÂP÷¹VÛmËGG÷>o´ |í[ö•d~b°QûZïQGM¡íœöE£Ó<²½^Ÿ}3#¬}\¬8>bqÿX×·–ÃLU]þqFöI„ñæ°“`÷Ê»·žo4·—uM®ûݪÜÎÑsV\39;ä´M¿Òiï¿,x'úKarVÇQ‹îYuíº“¬P0"Jó…Zë°á¨A¯Æ-r {¾~.itg½”N?û?K˜ý½pçÝcNþ||ç†õBÿ²oÊo¯ûøU/Ørfâ±Ñ1¥U]Íêúf^ɸÜm·ÝºüA:_ºýøÖý˜ÿUþ áÃ,u.¼QØ}òâHó6ïWX»m]8-+ßMN·¬ºýŠóÚu¹Øéý~õ¸—*ÒæÒ]¨OÔâG_[¹bÊE#“§îæ¯R›÷ìîí%í´²*)^¾¼r@\Ù|µ–ß -aDÚzT Jó@e©ÌÌÅÆnÝäaSÓ7ozŸh¶t×$ÒäÏÏ2~®}`“ÿ¹ææ­Œ”ê÷Á½ìg7µffP£ŸWÊÖUtê®4_kPuFØÞ%:±™•×z¨äU_qiX§eÓ_Ø®w 3¹Ã¶e…vS»NS‹Üo¡ûÙâ•“ÛîSVùjžémó__ôK¬ê¶+äþ–‹ú¨˜m«éfö9©ÒIqøÔ™A¯œÆÌÉÒZ?|íœkyshÅ $ƒÒPÂhÿOâoÀcøÏ]ÿ´m½6EèØQD˜>|ûÝÁ|bo>ß·hÄâß¼cÎkL­…BùýÅRuËŽ»‹#üG¼²mðÑ®l‰!Ö¿‹€U#é*ã÷ï'ް±~;Ä0Àð¨Éü>ßÑï ðh¢ùꄟk¾‰¨›Ï  —ÊTt›ñôº ØÀ5á‘Z#V/ì_Wë@t3ÖsßþW}ÁÄýõ¥èw~î iqu€h)rá?Æ ž œ°úÉØòöUäÛ€ÔôæMFCs %JÝÆƒ¡ÄÑ,tãþáe^ìŽ-Ä¿ïÀ¿‡6 œH&qa;Ô·¾ût€<å'‰Sr-J=?‚ð=m4¤9úƒðçWБú§Ë!Ý ‡–Ü=J$_¤äá¡w‰¸42Ñï}h̃Ð_E<eJ&~å rýíB‰D¢y<ÇfÊa/vL¶fT[òR’q@Oôû¤ ¶“”@(PE7 tãĦÄãÖYô{ö4pNˆºµYèˆp “¯åÁ DýU>䍓`7H'c<ÎIgøré«x42ƒOJâßf„Ä-YÐh±z.#LЗ"ƒn54N ü+¦Ò™º£ÜëŽ$Ÿáp!¼”#‡Ðü¤ Û8žöꌄ¡ia[²ž>Õ£óÑýãàHB[î4 /á02&›_è¶ Ý|ÐsíIRà V—¤†Ç5ßWÂkc-§œh¯‘y¼4òÈCPi–SÕ€koœ?òTTM¹³`I$Q PºŠ*ÖPÔ8J ?µÈ¡]DÃ-#Õ·äVcTT"‡ÉL°K*Ý3"k ÕÄ÷[›|¤°ýsR hÑß FU”N"©ƒƒH  AâhÜûâ{5TàB‘#ޏgåQ/¤ D·ÎàÊý…4º™ ¨¡¿R(·Ò’°V¤È ’3n e£ÔRš`îDc߯èC˜ò`ºçÌ`‚x‰ÕiõßËq Ö$ÎÚ’Á<œĶœÖçÀrZ‚lÏ…Ší•"$CupD|\ÂéÎkZ¶} Ql¯MJï4ï!œüï¢Vþ'ÔnFLä5fâȺá§[ ŠŠC´muÒªõ å£ô·^.ýN1"3­Ú ãCfÑgƘëôÖQwòÙÇ:C·P=ƒç}¾}vàç]Ÿ¾»ª¥{±½K—Žy‘èó4uýŠâÈò‘ŸI?¯F&¨½šº×}1ñëaÛ>µ…÷ÞégTóy°aýÏó‡mSõâõ{þªª«}”RefðåÉ£Ò²U}ó'Ä™f©Ëö­V=ÕyÜ‹×F~לó§ï:»Á'¨4üÃiäJù¦ò/‚.Ï2‹KŸa8ù÷ó‡ÞæO+Ø[¾OßÖ¸ŽmUÏxvÊÆåŸ:%„e¢EÓžÕÓJýáñ '¶«ZÙê¤çŽ_{0¢èÛÛ¶WvÔÙ?9¯Ý¦«–ÙI[‡S‰TRXæí3ê|Z©íÑG Ù¥+W-[ºLe_Ú‡¡f›>ºäMÈž^¾3uAÕ^w_Þ>ž8m²Ÿë fÌÏÜ•oò¾}Íûn{õÇJW’½ÅÇõï¹ý*ÿ)ÿhæÇäçÍ;%ýG­Ïå‡wû{Y¦µ¿ÿÝ&+ÁÉ\ÞéúàÂãLJŽ?8°¸*0ÿcÍÂÞž÷'ïý¡yü ;mjYñ8ýûß¾ª„¯-ý€UÔn³…K–èÆ¯Wèܦý¡˜Å3Æ»F8Ú¡òëÊéßìË“NtÜ6Ó%®pq·Ý)Ý´þ¹ „ó§\È" Âw5¾Šï_Ý 9סçÚ0z¡{¯ÈÇÐü,gL¥pWOèJïB\ÐßZTõ;’°•<6h9‡ãéÊ¢†ì’lòÙ—†Ôšeò!ûÙ\Æçˆ»°3ŽºzËŒ‚¬ˆs]¦FZexGëiŸüpÁjÜÍïŸvùž¬º¸2&¿—ÖJÏtWRí&Ò“ÝÜWÓéUø©÷µ½ Þ¬þ¤·$ylÝÂ#×c†èë-²àëi§#†|o,½?Ë,x£¹NÊeåQ%߬.u=4 li®So…òù¯· z7)1!nû´š¡{¶•éÙ÷ײÝ1Ò;åªãøÇwêÖÞŸšºf«öÄö×MX©Ý ý‡Ÿú±ÝòNïì®$Ÿº¦æ¹)í±bâ¶TŸYßF~4õÉbö›ºù³î‡ô/º:gUç´öQ^ìÇéΖrs†6Õ.·AvŠoô,ÎU#Ý/<’¸eyVܳC/´^>ìU¾55e†”‚â罕Eí'èp»caZ`ôÄøoæ…d®[ýöãÏQòŸzVȘ3íÂMç·ô䨹ê+|¦¥÷ï÷pÏý™¦Á«ozñ¬Ýìù2[çìJô=Ru®º.{ÕèD«êÅûÏ\?¯õãö<«Ò:;¼ŽïóZo©ÿLåîìˆá{­Â† ?3ìü7™ÔiïÏ&͸}bÃÆÔ ‹Èéôåc6uœõåsø%ã_åïŠRU5Gîî¼ßlÿmû›ß¿g¿xtrúû¨ÅÉÓýÇf¦Ÿìþiûà5‰ùÓ\hç>Qpþù`Ø‘ çŽ…%Vý|ã9KÀr¶R/ßùø··Ù¡g¥C‡<êôy¼þi»J»Ë5ß·÷ÛB)èŪ^–×VÆ^ý¦ïð”þýØø"›ãŽUÛ¨ñy=óRU 7{õ5Û}å+bͺNŽÈ<z0;à®ÏŠ›½å_[ñ¶Ôùéöá‡zEz(rÔù­ 'µ‰®}ù†Ùµ‹æÙ¾¯*Ë>Uyû©o–Y²Ï 7xfã±ÌþÊS72f~Lô(ÈIòÃùýõz†÷z0÷Åxü4«R†hj1GWÈëvÑÄö¼tŠ–.Y20b]¢}„&qýY—ˆßá²>§ÖJ»ßi¸® ûpÌd§¤À­N¯z§‡$×äŒôHÐcÏé»bÎÊgL³6éÔÀ9bκT‡Ý´Æãó±¹y#³øäÈ’íkkNTðîŸìS—dbëhÅê½as·‹íù¼¶h?±$­×Ó¡!Q!RtßT^Z­Ö{{\rÚ‚³gÞU饄JÛ)þ^q?B.âþÛïÓjÃû¤Åw¡Åø¬~ù²¬dßҪÅ×;ÜN^àâ²üþÝÈØ½é·Ž,]>`£ËÌŒ©¥qS2ÔvnûóÌÅËÊý†Ý7ÑèçŒwÓW&©Ä˜&³a[ð÷ÒI髜Wøç°SNþ¶,ã˜b~y飌-c]v ÷­½0ð×âö‡?ýŠHOw–‹Øx´Ô5iÕ’õ/üU£Ü²»=~PpwO|šËq+»Ï·ýÛåϺ•›(ýøHV§9ýs->>œßéîã« ¡¦9»–‡i̲³ÕËØ6¾ögþú3œõ qÀMà|ßþâ9lÔ8R'lž<_ˆžY„ô䳆þ¼=[`#[ýÊxxU¡t¸‰HÛ×úŠè…qÍëÈFK`"pÔYdß õï@0XÔD,Üzµç;ÆÖí)â=‚~¸5ï!ÒËV@·ï úÝtD°oéf{tDžú õw¸Øˆúj Ü™¦&ØNô…Œ‘(ÞÙq|ñqûwvhÝvýlÝ0#H#ÉX óog’Ê»„˜‚r¨À𨻼½x .á«F9rî‹`þM’à*ÑRý*QÌ˹N¾‡Q8 (ä­[ŽC,A?4WØÐyè€`ýËUä!8÷P<ÉÝ0/qÅׂöçIc5Da€G”Üëì€{o%„ú’'%n¿BP&õìk(ß(ØÊ×`t›Žú˜xσÒPúf„7Š( ò‰*x•AÅú- jCí3+äP-øz{`æiÓòiSÑ{j‘T<Ô`’™Ó ™Šr:?·¿ù#~f•».y<˜BÂV=ï ²ÐëØºUMÊ*t¯’ÔŽQMähºíD÷U(y¼<>GÓªÂúSÔ/€Sk(ÉÈàNéTi¹èÕþDHC:Öäðì O6[Ñzh_ûî‡+“ò6èµGzy!£©6‡]]ÈXËà´¤…ŒpÆPpðæWô3g.@LÐ&Œ¼~À ^ëʧHƒWtŒ{ÆòbR ë½.'1À Ä,%í§÷¹¤ÝH ®¼§S16ÊаðÝø´Ž#IDî|Á&:,C|ygŽÔ·{ú é+iÒh=Ö·€¥Ì(^o ZoÆ+6 Af Œáßs¤Òј6 Ûw$Âç¶É‹ò³@ΤÐ+R?HRRt6™“N =@J=›FŽ%Zãrò'²hG=ކ$•‚®RX߈‰xRæ€j²©#žŸ1hKƒ¶öŽLutc‚ÎÔ3èo/t“«IÒ@éŒîË Ö†;25q­Ý‘i‰n•T„¢+ÕÈ—Òƒ<)`D3{ÒmÐRÌ¢~F°Q¶ô:ôw³3AëОdE2 KzØ)Ô·uÌ=WÿÛ¨£½ãa4 Gbá5½“&¶×·Òœ0þÕñZÞJëŠnš`$ª1¶Ò”ðP.ÒÜ>ÃWÞŠ1Ýlú­Èy£ Èt€Ám7§Õ&æßÒý½{z™L7Fzٟǽ¶øiéŠaRѱ§·6uþÑ.{ôÌ6ž™Ê§­‹â7m骲¡Í¦­]Ì3Z êpm€Ã¤v¥ÙžûVGDe×«ËÆ%…NI‹"ý+J®Ÿ Yçsððøþ_—v1Î}¨¯âÐÃØ¦ƒ‘áúûþÏJvªòÊÐW¿»8Ü·â^Žû›aV“ B¯Ì{;ñ|éÛÊNZÆ>Úó5÷Õ‘ô;iÕRcz­>5õ¬½ŽŽã‘®ë~μ××î‡Ç¾‡N}wÇ+6Îÿ”Y¶jÞ»‰¹i'´.n*¬~Y¦®±ñ²Ujz7Y¹›íî8¶aWÜÎâbúùlÛïáÊVz*RŽ)S·”Zý(uN7JK;¬X=Óóþ£N[·Œ?¼í”Ù¨ñ]| ~¼}x¬ÚÍ(Š˜0«ÛøP—qzµåô°ÌÃá휴«:|"?½“ÛxóÌ­™oÎÓí*_P1¥pϬº$M—Q‘ýÞµ_šòøÍó×/Ÿ=¸¸çÚë¬Û>ÁŽª~—¾ÏŽøôêFÊÃy¾ï¦~³é” v/zÓòÐâ¢Ù_‡Myug/m,;foàPå•r9-o›Rbï/¥áÝËNÛ{ÁÖ8²cÅ绋*c»¯K¼3v”ëPÜ[åsJ÷×÷»‰œÛcüAj鸶µ·Ž¨÷#yz°ýÖ¯Ý'å- ø¢¼`¿Ï¦ûѵگöD½5ô®‹v‘ékø3rÁ™;}½¸uÄGªÐÍËõd­­šÑ²â>OëõxÈÍ“^J-.%{­®½˜ðyjñúŸ•×üÊîWäç/ôøðªÂetPeÍaë¿Ü9`3¯lRû¥:¯-Ù¯¸dµ?Æ”åd°6häD§›Ç˜\¿Îˆ–ªx%ajzï;oN´;O7T4³¼ªc¿Âó—ê}Ó÷¿^ʯ.‘ÚDû8oËÔ +n•Ü[]Ú¡&!f`‡KnÃÖv:©}0xK ÚËß׫,R®jÑ Õ’è¢iÃ{-¶ùD³xŸÉG¸™~~ÿ¶#jr¬`Û©ûÛϱ³?zâ¬î)ý iïÖ­ ;ú.«zi<µóÞŠâl‡Ç†ctÓØ¸ó¹™­íŠâÜaç‡Þ”þœ=1¤}¹C©í.å»Ú¿ê¾úÝ>_7âÞ´‡1©‡wO Ïú|;õ“Ôí…6ª’\­-°á“Ï]¿ÿ¨Oæ<å* åuµ6÷# èw:N“ûÒ3z¸ÂCË]­*+Û1W;)Î6Ÿžù5âS…Ëó62×?†o (•EÞ¼yxcô¬q… ƒâÜ^?ÁŠ(úÞéö«øï¶:6û?œ‹ÊÚP×qLœë’ž™™ActÔlé ûº{Œw u©Ú¿ea2Û÷±·ó¢ ªºJGêÙþÚèÚ+Ò;f![²êiѸ£ŸSC4hï^»ØtʵÜ¥ºúQþ"u¹kƒeÎØÃ>_>HwCè¼±¯²²JäÛå=þêuáJ†Õ¶Põ#K+)&Î{RôîÌ ì¯ÚA)âÆáñüܲs‹®¨}Ü—½¬Ð8ÿãç§a±ö8¾Ipx4¤n¢9}QÏÜÊÝÃòT®é8×ö½Ù—ÕåÎuFò&ïoÆ:õ5:¼ðÍͱvfÁcžèïëí±Ó ãîäפïŽôœSzêiVäñÞ½¿n{8ÐõfŽKb»KKç™êš´7wÏÀUû—^Yäï2©·žÃÃíUzE²2£µ»Œ M’-qþ?ŒY•ºu•¦•îê]Ƴ~œ(¸·üZÌØS'÷‡Ý¤zèíÓ±½p÷ý—³ì…‹Î0ü:ëÎ'åUïÓç|8ÜÅvÇ2¯”¯Ùƨªk¯ëö:ôgôÓ'g‡IOµ+ì7þk@Ê€‰yµWo[®0ù›M_Ò^ÏX4äœjEÇuóÞöÚ1íлä:£Oö_>¼:8ƒÜy¢«Ê‹Øav…ynC—˜›õ}•<®ÖÕÕßm¦“SŽå´û×ל÷ŠZz°âó‘Ù_V+{¿¯Q7ºÒ¶M}Ú–Ïõ©æk\•Ö­9ž}1ª«íŒ]S\òŒg;¡BHMž¨Vµ5kL‡Å“—ÞÎrºRT]õ¨ú“þƒ 7û„¿õ~õòÛ[µS™OTý*kÞ|+ Lùy=åþDC”~ohá¥ìþ»|¤ë¡•‹Kd¼sfhþ©kê*`ùÿoþã‹êQ ÷x=™†=l^¦¾§Àq>öà0oÏô&ΆÿƺøÓ{JÜÇF]¡9¢Õ¼8}éãð—Ùõñzã1°ñ3ƒë|×gòÅ=ï{ÝÁ÷±'âæýê1s ¼¶@ O¡©&Ù å˜{lOª—¶ ‰“ã^$l Ä9ý#¾»ï#¾ˆoö‚˜YÅC†;Òl¼'b‡_%óæž4²GH¡½×*DÝ„æÉÀU¡{ÌA2±—Œöñg¸##f£|wC¾£é$ìYÈ ¾´‰y[<—s¨>È]0¦I6pžÞUFôP¶q;¯¨Ýê“+3GN –{Ö¤SÌ‹. Ü5Gì€ÒÝBÑv©Ôt«Ÿ)ämÀóÕ—ç[rŠ6¢OÁž¼DáÎqD!Ó§S°'³Ñ+wð¾çòs²/D—úz"c=sŸFK¨ÃÛãÎn>¤ç#r|cJØûí¸Oú’lp …õòßã ¦ žÛ5è·¯>±^ *£_ïý ˆhƒs¹ó¼¸¶0¸ã[ #‰;Òu€ñ `³‘W„î½úÑjz·Õ ½+ƒF»L¯ô õ´< }ªãÞ¡ƒºÙîñ©µúZæñswæØF™•U¿Ý £d¼ðBê£Øçwû͉5p;¨Ñ£ûÈží#Þ?úõ*%ÉrÖ Ýa‡Lº›†¼º3?ûÉæýwÒLŠ—Œ/HH[?Y†ŽÎÍJÓ±èoQå¥ÓV¯ˆ¹A϶÷¸òÕm ÓòhuÎíºvjòœ_G¦F V-êÚµkÉFCén¸mxç?maÑ€{µA‹+µlçU\¿1hÿ¯ƒe¹^?ž™ÓódÏ q]z÷ž¼{Ïà •¨hÿŸ**¸>úÕ£®›ú§­KôÒY“82ÂÙ-\Q?=nÌäßl¾êݱ÷žçþw´­>^œÉžž59]~Júæ€ó)ÚEƒ"HEzìŠØ ªûÚ^;÷þV¼Úã9uç öw=4hÎi7™û铎̸}vóùËÏmÖöVû¨7Ÿ\ôíã²Ïcoÿš=ááÓ3—ö6ž”éõýžñ©„ï2ÙCæ|{ëýÿ—ñóÆÆÎ‡å Æ¸¹÷lÊáQ´¼1uÔ94[âNB£ÛžxÌ·øB ø»£ÛIž¼E¡þ¯[ðFÒ~á±az÷<ÂÒ•Íæ-‘·wÏ2 [¥€­Äj@¿&ž*`w3À"„SN)aò^ƒ‡¿ˆ?¡¾”¾_zö á¬È!“ É‚|pBdÑ3ýHÐû¥ÈR¼PøV„àgç å·#Y‡´ ™À»ƒû<·i>q® ‚­Fz ¶ HE¤­æ3æ4È×l•ÖQ4ÔqçIý†˜Ä³5“ðïaäz/Ë lGG¹E‰ŒEdÑ6¿QäÕí\†¢öQ¹Â+ÇfÑî\&5lï+úýšô£Ý(õkê”Q fá£Ð¨@H{—6OЗ<Iqå+¹U³£0€1ÝPˆìÜãëxøfm§7ôîÒÓë½{o< 4wá ŽW>ÁVqQ>Ô”8¢|Tâ7i¨7‡Ñ8¾ò=²Ð =â÷'™ÆJE9A$y Ì'’§sVÒͦÝá­Äãø~»i/衱žàËA,m%‘¦<­€ªÀ¼L͘%@½kšÔІ6h3éÌe@ô€ŠiÇtÒ¤-ËtëIâ¬&¼òh߇ØL$ [·'`Ù~†|ƒ„æCÔëWîá99KüßGh¨íB¾ç&ÆIÔÓFc¼Nf éѸ¶Ë˜;Hy ³¤=ìžgx£žGœ7¦cûóÁ ôJ'4ŸÐmzn€´:(þÒk¤'ÈR˜TòY¨î´åêd°{´ä®ß(ß~ª·÷îå›lØS÷é6êYÕ­5×6‘'å¿~¶ôñêŽß^}ØÁ²qì„£#­D¾»Ã>[÷èGà}•µ!sò–'lÙg¹ØÂ÷ˆG7”צR9»›v·óýKÇÕ;†3¯¸¢<çgõczõûǧò#«^ž<ó㱉¦íWŸÓ£Èé{ð—¹…ÑsjÞúç;Ö¸â¬a‹窑mPÅs¿S§“Sô6¤êiÚzzî *=¡òöu2¨ËòqîlñeSÒœ‡ys¯z[løà`ð™ŸÛŒ#TŸ§œæY´ïÛ°År¾ûH˜G„ŠixDQü¦Múš..Ó÷ëÞ\ÿlwìŒÛ·Ÿf.ZëÆ”“:¡¢ðäýû÷:* ¶_›g·åäÅY&Þuz¥ê]o5zæ¿¡¢Ô=Wy=¿ y½÷‚JJ&ÚÏÙ~/Ë%>!óN©¡Þ™á×l^ùà¥n¦òegÔí¾“ÜýºmPÆ­5ûw31ÿòÐ2)ú!æÔaØ’ˆVÀ˜ ,Ó'ÇT öèÛwpÈÈ‚QoFV˾™oLïÆ`+ÛЬ¬;ëSkU¿Îˆ99áÝÑÃS»¯šõÆ;äI3§O?9•¼M×V:ÿúÀaƒ‡.Y¾[¾|iúü¶gø²îe0‘;Ó«Î#9û 3-NV@ì‹dneQ×1hØbI]qæìL—E^ãD¢a›êˆía·yDx{ïIÑw¹»ïàÕ{*,²G‡Ì¬ËD­kÚ:L§ÑißgÄ n?{â«wG‹îv=}s˜–.¶XíV§úø¸z_¬Z³få›ÂE‹Ïüðä̹}Wý¨AÙÑåEëë6+óWÀ¾÷Þï//ù°øÃ÷Q^ç]ƒ2ží¦ð®;³§^™½ï§]ÊØm–ež—y¿»>õZéF¥­¦–»vqs¨k[·¨ïyÿóúÇq˜¿÷Ò±¼aßœ\r÷0æ cÙ:þ¢.\Óx𹵕*Ǫ€TŽ÷v,:æýøùªºÏÓg=.f¯Hùì+Ÿ²vKÇÇÅ/¿¾‹¾°$\î\áü¬‡/»wÑ»8=øqÄªÊØîÛéÕïNl™ã¨ŽÌ>¢ƒóù3¶M~ù&oÊþºŸ†³ÿøšÿù˜uá³ÙTϲQ¯8õÑÚ*´¼hؘŸîf—Wâ‘hZ$W®§qr¸¨¼çUÏï¹wKuüßúxôFço߃§]ú8ÁvÖKý‹‰½vk‘xð䛨N'íJ,‚™EÌÑ=m]F=¬ ¶ïçEVÜ(Ùsjùµ¤÷QU×Nf8Õ¼^? ý1žþºvLJǯçÙÝ•:uʲêɵɕGÔs.ûÆh‰è{쪳Q&Øk_»Só®ôT¢OÇÒ£‰á»ÔÉTHm9s­X.$èóÆ-U[®¨=~/ä‰ÒµBÕ#êo½®Z¸üä*µ€ ¯+κcŠ®8D " +в26.´~ñâųg^j;ÇÞmÈñÈÏåíÏTV¸~]&ÙÔB[{Üæ­[w§†Åu< wßêÆª+뇧gÆ-G½½áW2Íz÷~|:R#iøˆuš»ví:{.¨47ÜeS™ë¡Uc]mí§m»Ã­£Z„€íw؉••]7¯E;ŸëÛµiõùÅʃßäªd/ ?Ÿà1«¼r³Aóy÷zé•‹Û°ÁbffvçÎú:ÊJeåååazmÞ,±¸ðýbk\¦òÕÑ!kQ›ß}"ª•æù¨ -Ÿ»½O¸€ìk7Š£v~>P ÌÅQQ´Säq¯ø2ºŽí3iR`t‚ÒB/õû+ŸiÚ0ê(OïÅ~ŠKt󢃹ƒã¯Þ[¿á]à•AK=æz¨£mb€ãÚÄá΄€ü2Íœâs/ë›?Ûçk$#{òh¾O¨›¿ ZF-¢ŒÝl³LÍÒiô·¼êמœEó¾TëY]í>u²Ü¨=Zq1ZÙê;Å¿žóqþêìKhÃ}8dÿž²ÙÕRޝQPM©ÚP›²Ž“ëq‰ Qû¦ƒZ£ ÑÌ]¸ÐLi¹ž–Ý´m…Y£Ñá ûÐÀ+Î3ºsÈÂQ\+Öà±pÔÞ¼$ÆKɪ´Ül‰Ù¤aßsÿ,ºßÎo¦2Iü$ð€èÞ\<” úÍÉïZQ×—á²sò(‹ºF$ PÉ%žÒ‘cØ49f`Ã]œ3œ¡2¬£Å³»Ø7nq‹–ŠºFø…öøØ×:"À±z÷Lü7÷ҩ¢„”d-r"!(tWš?AëD¹h€“ÔºÆÝ7¼ÂeÑuˆD ,KüÓzò·]ÎóLð?ð?ð?ð?ð?ð?ðóoû˜høh˜h8Jõ%e<ÀÂDÃÆÈÆÒÔRc”·†¥©‘¥•†5ËÌÈÌJc”—Æ]g÷ð0?ÿðPÃ>ža~A¡z†¦&ºý‚ÝLLL}ÂCÜò(=kÝ  ½‰£CËÈÆÂ‚<:”¢£ga¡Kqr w'–†5°4CÌ­L¬Xf†F6V–°²Ö5&››#R£¤¦K±Ð̱4,,,mÌ4¬lXF–&¦žR&šhx`dnc­I а`™™šY ©R&m*ËÒÜÈX˜ZYXX#Û'3H¦6FdS3S#šñ –¹Fÿ 0¢­!ÕA²2e˜²lŒ,¬­I–,k² ÛŸ }ÈîäPO_v›D a{±‘@¶Ù‹í­Çáþa¡$ªŒ!0³±ÒFÖæT¿i–I=C30šŠ˜±L©µ‘‰%¹9­gj¡)àE ô§xPÐ{}Ù!?oJ…Dq÷a»{EQ¥ÜCÛ"þaìĈffdcN!3¥ Èžþ~žÓÈÆP‚B(AáþlC5Ì—M õ ¡†‘-) S#SS¨¦2 -LLtzùyº‡±)‘¾lBõ“v3µ0£„‡†QÃ<}©” oª•™t;Ã=Pe¡ÕÆ3 d–©‘¹…9æä~s 2 ›[ê:‘•Ħx“I€N–¦#Þäw/¿ ²‡ž©‰nxXÕ/Lî*™Ê“ñ a‡#$’0²1fÀ†2’„DÈÊ =ÜC©4i4ãÁþli¿0ª-4!Yš3ÌÌYFÖÀ„ÜŸMe²,Ñ]Š›‰… •Dª¹°6×@k™Å´fXÓÅRÚ„J£ÒåÍ+K*‰Xs3k#kkÀ²2²13%÷E̬™ˆ9‹dÀT´8€D²bššØ±,,©dKšKo²‰°FVæ”î ÖFf •š °Ý)a¾îaLŠ{!™ SB ¼ƒä=iLSZBŠ™ËÈB–tû¹»{øùû…EѬ¡ &$3K ÍêN Å8Ì¡Sˆ,™áëçA ’ •EÐz cz²ƒåÙ VP†yº+3+kª' ¡úûSPj0›*G¢1¶gxM (Û,̬¥ÇéÝ p4O?/¶lTPx“‚&ÌvÑ37Ñ•L¦Œ*w¿0vŠ#BÈôp@U6•V”s÷õ bЂÝ}ØT?*øÑ¥=ilYOyf¨´¢¹ °aAM ?ð?ð?ð?ð?ð?ðóOüpßD;"‘RM?óò Ä‚\Á7ÆèSHdðxƒuÈ!yÖ¹&ƒH),õ>ƒÎ{%\]øm½õpAãàÄ)…Å)…í7Æž6Wý§±s…•F¿è™Ñ¢âxW“”`|¢ÂðãüpâmµR¢žÍ2k4†‡þîh]Dœ‹¦ð繡 ŸKUõ´šïf³Ï´uiQ9Ø Àöh3pi7î˹qu!/(mnÎ#¥¸Lq%á½4KtHÑedw]ÂzøÌâü6¬osÑr—3ÿ«ì®£Ò‚RÂÚ^CÆ çª5Ú„¸Ói\:Á³‹…ž×!óžx§#\Ùb÷MFøõi¤Tˆ ªþ0I8G͵EÁGéÄ¡ RgKbDe ÎPiDé€4žÒK•/*rÈïÆÊÜ! =‰¥2Y§úŽÐ(ÓѸ[šv7ß[è‚ña÷aõØ|\XèÆâàrœΛÙ\™O'q߉ÑxX˜MìÍ@Ó¨O± P:¼XLP /2ÎáÈj"×Âùn<ç2By¶¦ çw6/7´Ôì&ô;'×X~ýÐß³÷¬`>EIE†×ºEçþŸ3ejÒJóW&R¦ÀʆD5·1b™X’ÍŒLIT †,Ý¡AžØÜT˜/›ìN’ê¨Ö&FÖ&Ö¦VFÖV0B•ƒdnIãA¦,lžKžjH!湬XFæÖÀ„3GBrÑcYëú°ÃÈž2LC–6ŸehjcdmfFvñ÷›æNfYa“Zh&iØSðfÀ„% ,­u69À=Ð݇B"{ù…ûS£‚Â)’_ Õ›ðòf‡°ÃÈÀ“j€˜êz±ƒÙ^¨"ˆôu£QüüýÉ!ìéáìPŠ/ ¸zQ¼É¡AlŽ‚ªè‚øG‘CÙþlÏ0¶› !…–ÍÊÈ’Eé‡ÏŠQÉ '=Ì݃Dñ B"e‚9Ò×ÏÓ—BFØ!~2ƒÎ–ñ'Ñ(À]Šj$kÊ0¡ØÐŒXJ4 ]Ô´+`/[ c#3ÂÈì@=NaSs#ssò_6úÓXæT@BýiÔ¥„’=}ÙñBLM e(x UA~^îal2 x @(T Cbn©ëŠ– ­àÏv¥¢¬z,]B¥4ohT´ÊLltÇ鱡Ô÷öb»ûSÃ|ÉLy€„’Q‚B¼€ɆbCBóA3@Ðo² ÉËŠ°ÿ×Þ“ÀCõ}ÿÞ¼c+ IJJ¾H†13–mÚQ)*äkL˜‘al•ö}§I›$!TŠÐBe-Ù+JÙe Yþï¡1Y[¾¿ïïÿsæóæí÷ž{î¹çž{Î}ç‚Tä:À£Î Ø;ÃÇ ƒ&›¡Ô¹@nu"78Ž…xyUHˆkO’¨ÕƸœ Â`Ñ Ž±§XãG“Ô4—:¢!u^"(![…—‹Î…s“CÊË#éÄEq‚©9~¦“¶%…'€HÊÊŠ˜¥ÉöNnr*Š ¯ 7ˆV‡àTP 7`ÐËÆC Ê0SðÀ ð(Hh‚2\v¦÷ r3ë N߾˿ϳ¯LÂ)©’àñ°°P!áÕˆÜn°pžÜj$~5"¯œ)Í­FßàQ#Ž!ñ‘0 ?4^f1ÅŽ,­ Õå0c‰J8%u< p‚)£N$aœh”¨0¯ Ž8‰âÚ€0DãçC¡QT~@™€S!¨‹ë¡-ì(ƒÁTq^•ˆSVCãqJ€Ä ©à .H÷`<Üþ0¼4 ×|KË3;¦!Ÿ €ä> –’\ýô¹XžúOÌ@ þ.}õè¡ï˜­{Ń¥Ì˜»^}ãËþ ,…±[&!Àqpõ c [¯= Þ3ôßI¹ú^Y ÌT`|xà êíÙzúAöN àê7 ôØaàH% CŒ¾¿3 s÷е'Šñjà w_Z݆1^vS‘À|¾÷ªž¨5Bv±[Kh‡ú£#‡FÓ}¹`Ê p`ÄßKõn ãëÑ$ Àœ·?-ÂdHDgŽxL“Y´ìKïl¶‘þ0]Ë‘SÛ±G¿o|¯  õðç"ã O¿ëO3ÆŠSÅá±¾uû#lçÐ¥MØ"¶ Ž 8@l­ï`8^œuû#¬’6CܨÖuÕg¡×í´aÖô£¨>ü5.ù  ¯0TèPÉ€wøÔëï©4ʯŽJ?Qî×Úî™AmŒýœý°•ÜœxA#â2q¸§áÌwd#÷íe<ÐOÔK_î’fÀ˜)1Ç´C[Q¬…!`9¯ïÈ¥åx¸ÏY^?Órûö?“çù®°´TÞï#æ‘æõ®·î4±à6hIú¦f©#œaÌÛfòXÎTŽ‹ï¸ma'@ç> ÿøÆÈ`HåÐu<0ÒTº/É‘:|4쯥‰ ÷¡4·¿~( ;THÀC!ph«WßwÅÅlö€þ Y½¸Ôôñ8õ+úÃÆ°Wÿà`Ôù±Ê„1êˆt0hg­q÷3ÖÓÁ)8ʼn¿;/;Ö»…fý$Æ? l_Œ]xE†Ä úíå9±ºu´Âÿ*kðõߪz® éºð²§;X;ü:¥çí¾þ˜qœýhõ¬ä¶¼ýyi8K=œ™Qß– ÝB†ŸZ<2æ–iºƒƒäoMù»ì¿¬ûÊámìþ—ùËî úz`fmRÜ4\¿ËúÏz\8½@#÷¶ üþ>”ŸýÑÂù,øu;Tš¿ktú'SÿÏä4t®4žŸ«“‘×áï+³G?æ"+ô帜w&#| ëwuc‡©±üYûé¡Êà­è^M¬Œ£l®@w”_îÞkåH; :týu±sâ†#«%¯cáÖ”õS~`4‹X›°C”w š#À©ß4Æ Œcæñ¥¾®ˆ#<±CÔéH¡…ƒo>Ý«üŽ´{!2<´‹•Ïx{nü·EËÕ‹þ_X4-b•‡û7ð ÀIO8ŸúK±6ðw¥?Ìþó‡²ÿ[ÙxághÆÙæÙyóž„qí);R_Cñdòt2G(êɃ-ížôŸÃ{$dçx¯ë'F™À/Ò¬¿6ÍY^NùÙ_{GÎO°Ž‘i{àÚzë0Ò.Ï#iõÔ;oÿl}þ[ûÖç¬ö[6ˆÎÀýø­¨GnôSoìíoò0ú¯¡x£·êÛtWë÷9/).RS’ŠÊJN¼ZÙë…B‰¤L›>½¿|°Ë†È™_oô]]]`? ·Á‚ Ø5’w/_ðVê­þ¡£ù!¸£çæ@øÍ€Öü…­ã…„z‰Ñ£ô󮡱ƒ(<g>ÃPކd?õ„Š›pÄÁê³ë'ßûeºhº¨q·–A”pÎN¢?:ôWWào*Ë@r½’enÄŽ€/€þW6ÞÙhäÚÏÀ DnÇ3 =\`áÙk0ºëòþIEq0ö;ÒæT[–­Ô}t/ŠTÔ#_ª«*‘¼´~!/$–;§?¹ç²ÒöfåÅ=B w5¼@ÒxÌYöŸšMç 8ŒAjÑ@ŠôHqcÑ– ÿ¢x&j¿o>(÷÷© xœÚ÷É Ú®rx%Y$$„™92ÓJNp¦ZB4ª%1'2TÐäðxPQ–µ7s ²Ì@&×B‚E@fhÀ™Ž‰Ä&éQº'c:8’‘9š:ʼn 9˜YØšY£)t4•îdfgG¶„0ÀîD¶ÇÉ)ˆª²km —… ÙÂe Ù‚ænÝlA±r£P­AU `Æ Z@0¦³5’¬-•ÆŒ‹B…hކ9?’îìà@££@dçMCB“0(–Œ“ Beí1X2™TJ£òC4K¦>t!;22)T@€ÚQ´©rD%À‘Fµ‡@¢AtˆßúL uCq[p‘¹Ñ| æfpzôñk1š¢ 1hÊX..² •£™=4VàG¦ÍÁ-¼J€‘€âA‘ˆœ* RUÇ)“0ÈT[%Ž©¶$eI]]’¨ªªC3y{¦×ªš5³Ve6€WRãTp$%uXò£!p$„K†UQœÈhŠÚÊÂPÍìÑ(žù(Œ/ËE©NŽÈì?4 mæ"È.p„è°@›ñ¢¹y0<ÊÐJ²È@#Ûa‰“h+ F˜JCC9Ž„z§„’H85©{R(€ÀDe•îI¡ ؛ɈloŽÐÌA@‡PLSÍ €*$> ˜£-ÝŠW 9݉âäì„A\+ÎT' Æ…âd#Ù9“é„d0cáìèØ!e{dj/Àã0J€òL eU€¤ŽU¿Ha3Ú‘lM¡;qÍ  nŒ™“Ð4ˆáFÖD£¹Q `)ŒáBc IÊ*ˆ±_D À̓àÌ@ q©ðCŽ„‘‰)4 `Fq,fY œ…@'a,/¬t?þ^EG$ª-À“ˆ8%‚šL’2–@" )µZŠ ä&©¨b„hÐÍ òÂùÀSx€DPÃ÷Ný9Cîw¥¹V’‹ú¹>âwÙa0¡ +-ýXІ¥ °Þí ¹0*ÉȽl‹lÖ‘>Ǹö”­Œcô·e<êH‡R°ƒ?£L÷S¾Ú`uĈ%2y£ÃþèÀYW?;ZÌÊÎIÃ~’#åÅžï¡‘ÇÀ Œ—F˜Ç/{0®-lu$>LºƒýX_z-lVòþÒþÅš]y/ã1¿jyr‹ä+=–bì¬9-X¨‚äEÙeÿYè¡Y Gp˜ÖÑ~ ¿‚Ó ï¶À4/nßÂö ò»¬h Õ2Lë!öŒƒZÑ8ÊÃY^NëZ¿2ƒmpYôäÌËÖÕÏ@êÀ VHö´Ö±<‚eÃäE„¯[†àÕ_ñ¬Uþ„yÀ¾µŸ2öÔy‡eû“F´~ùm°vÃv¯§ÝØõÃåÝÇB=H=Žxxy[*+>?ïììÜ o®(JJDdÂdIIIìíȨVk ¥O"úá¯öŸÿ S þôgíþ‡,ÕÃVlØ,‚ÃQ|ëH³f¥°¥¬G™æ,ÒØŽ°Ò<È©LœuÕ_C®w@+;›¢²¬rÇXû2¶Ùúù¢¼#⥠-© 2HíŸÎN¶?Æ‘öpL]ÔñóÈðÐËVêö+´ÂZÝõ3V`V>Ã)S¿ƒŽ_°T¥xôø܃[ˆ‘<¦pä5˜QaHOä¿8< šý êsUsxÿEösÕße?ŸÐc=7VV&1çH€lmªÙ‘GÁ‘ÌŒT`¶ 9S™6qÈ…B·Áa êèµ A(Ë Dh‚b@·BìîÈ—ítȉ!¡µ!U"7ž¨„è…  É X@wr¤X8Ù¹AÖŽd3èdcðšGY SR#bŒ•U ³äˆxUY¦aBBNclÌœ0dÈŒ›i”7G›¡ÐØÊD"Ÿ…Õ’b  û83ä‚™Ù2CÓiŒšb ;„…¡PùA;43HL^‰UÇ©1£U«ŽÁ+‹Èt['š„{ÆÞÌ M1 ÍæãPv  Ê ÓNzÖX< L§9b04ª//â(°¦ ¦|b°'S1ÈòÙ b{'SèÚTšÓêñz\\64 ÆœìäB&cé\Ždn:ŸN§˜Û‘¹º£v£‘~m>twPjf84Ä瀘ëÇ` ÔüÌâ€%ÅGàË̓Y4BŒôd¾)?ù¢_™À4Ó“ÔHL3= § áÕfØwõ>6zTÔ¢‰¨1< b›WÇ©aXÆybœŸÅ¥€WSÅ”P8%""OåçgFI' ÑxœàbŠ#âwrs@Ó¬¸”$^ G$xޤ„œí,…¤Ð µIÖÌÑÒŽL§óÉj N•CAj—ãj^4 „V¿ÌJŒ;  Nt À #;ÖŽBw2§¹ ;R¬m0K´‚ Z`ê@«ò¨ ªb1<($¬LP©¸æÛ¹ @´Ü†Ôù•IêXU ­ŠQåVåREh.y'K#wò4$RëÛòÿY¥º7v/À#`œàx¦°WTÂŒ¥‡F¢t`±†  ór†½p¦ý«ÊÏ@¸þ–ê¡”õa)Óeé鈙é 5:Š /v ÞˆËÂÊùà÷kßo7‘Ž~§ôŸàу"=ÂA*'?9°ŽOôÐ|0`K{8¦ø9ø•êç_ò÷Eh=Þ‚Yû¦0€ ü%# HËÈög}=0\+ K±¬L?XöF¢ ³O‡©•ö'•O`¸F…?…ÇR¬ûa9; ÒÀAäëp,ÙCæñ/¥×ä~,Í#H!ôû|ò“Ó¯úóDôXª'°ú€£À¯OOëâ¨óa[‰©ƒ¡¾1èÏãúSòf˜¸ åAû£<^þñØÕÙ‰…õ»Éð†½zõJ«=uDºËpàZ©þ_$ Å0C(ìC*ë?Ã=yþ q ÞˆËÂfi÷bu¶/z:½ßi©þÿÄCXª‡Å?#0 ä™iJyguº=^9 ,óýööo­÷ïÞVè®ê×úúŠï@eê3ÐûoP¨S´ÿ[”èa(ŠˆR€LEú0\E`€NßÎÿ eãÕ=R>–òÙúoá¶Aû‰>êÐKÄšÊÕÓíG^Œ8¿“éó³4hPÍÑŸOæàç?"oØpù´Ÿ‡²÷ï@Äp +Õ€ûÖí¿'G•êQøcÊú‚÷Sea›’`oÀ0æbÂïP cÀôKsÜÙ¦3p*;½Jôíˆpä£êßf}momà®ohé-Óx!a ¦ºê¿bŠÄÿ ôcuþeE`Kö?®lü šýywï§ Òj;ˆ¼‘žp|'ó'ë|%÷‘7ÿ¤í?£Jõ(ü?†iV*vK¹cZbFê×€éW{(;½K©þ­AcMØÚÙK©F•é­rý[A¬Š£<ðgë<#ò cp4üRä›?ÿ¯Ã¨R= £ð ÊÝ¿ÙZ? ¿WÙítFaþßµïA?á\æŸÖ§FeË(ü7{\מ†Ã=J–ß]ÿà íwðŸ.'z{ï$º×af›Øc.lÅŸÁVȀ᭒3X:C5’ÁVœù·5°’Aÿ-åûÿT6ð„Â`ñ/Á°NFºÊJÚøqüS´èù²™·–%Ó~v²qÎì!–zWuaÅžýÀ:ÿmÁìCÙ9ã+þÀ Ä›-~Ï*TÕÝ=&ùž•¶¶ ƒ'“9ƒÅ¥ý]«„ý'å,ø iü·ËgvÞþ#+³ý÷«-B1\îwä5ø}o$+<ŽX©î¦Nw°öž@íœÊõ`Ÿfq¨Ur`øË]B¦ þR™ÿ‰F1œŠÿ‹ý¯ ˆþŠø`€‡£4sÂ@K Ž4€ýHFó)Ð-_Š@!0xÂß9Påä›?5f1ˆ|Á¬²ô;Âc´¬ZÅÌþ?9°t)Àá¸4YåùÕeWS¤ŒmÉâÇ¢!xr°Žp¨¸´?,oø/Wªœ6¨hï?;7èw.» þFÞ.ü/¨Ï_U6ÿ´Î0Ø2©étÜ¿AF wÁ‹`¤úÞHVxüy¥zåzÐO³ÁWM*vÑ@éô=W`ð`ç­ƒ¼;œ6’‘ûpFŽ]Ã0ÀÝ;0 £ðç `Ôú€M¯^r“ç?…Ãìh=ŒÂ(ŒÂ(ŒÂ(ŒÂ(ŒÂ(ŒÂ(üLyFi0 ÿFˆåÌQø‡ ê¶Ówêï™T 2.®Ò°Î€çú½ök·mø®R6ޞLJÞrâÉ_Ø óXf†§f›–\Zšw*w¾ùê4u­¥EMx¾Ñ¢—Š™ÇC>ÕX/[uŒž$¼qîô¤[Y²W&Óˆ7ŽëZÍ¿m€IÛ*ù§e)3š|”šf§q{¯_“WÈ ©ˆ;Î_(MâezrI÷½5Ó¿eÜ.™±æé´GµÚá+2kç­æ‘­™9Î×LG}¹t†óõ3¹³6l-×ZpïÞ§ô™î‡dÁE'×®ÿ0ùóysí‰3¿f>‘Ù¥r‹+ðï“ÖŸÜ ¥–ñXï4¹â’Yp­Lí¸0×Çla‹°àMiÑ­ç J/gM"¨s» ó׬¢Ž˜ I–—ÎE¾ËÚq6xÖmÇØ~dÅ,žµIx,i3Ð(]¦ª3}i»õë|+𝦉¨^K`–ŠßfÆÃmË.¤¨e/KÙ¢;cWéÃò aaš¢š¾_¾ÍøàH£.8阞8>\d¶¤ÌQÑ?XÇ-keÿ5­Uû×½É|ª–¤"´UäÌ7¹w!O Û;„I„_$n[­3yîݤ⷇_›~Ûeõ¢ñÉŒ¤e^Û/Li¢G>Ó–S[š²„@ÕcD¹ZÙˆ&JÍ#žßu@öÌÊ=úq§ËOõ|ÍŸŽÑäœy@Ò· T7pš:ÿlEë­Ýò'Óç—Ø/ˆrµm»‘·O.m6¶hLÑ%¿=)-áÅz;Ní§y­·å¶cúGí˜Ó>5…Öù㾿¾£Ê_NKæáÃ2c;!1GMÖÒï\í¦>yõò®CR…âáfq›f£IÙ‰aîQµ§6ãþZîØ¼k¼C£ë߯îò-vÉí$?;m'~JçäÜ9ܶÏùínyÚH¡ä'Ú\PÛýiÞ˜YG^©-åFE i(EÿÝÚ¥ר|Sg¿¿zñלY -ÊÏv¼‘ÜqµÁ¯íýòiàr³å½R¡{vjÛ×Þ­=Äàæ¯‘2þ"øNÊÂñs݉åÊ&¾òqÕMæ<ÆãXGH™¬³ÞldÁîX¦ ;ÄDÙ¬ûàÐ5Ö¹¬gÀ]€ª¿g,ÌÙÎ59îK ìK€PB!ØÖýPû&l©nè=€·—€4¼±ƒX?ù#OJ2ÿ»AE»àeÕÖw˜ÇüWbmˆ {ï®ì“úª~r4bÒD€ŠDÖÞê©ETÀ«P7p³p@80šÊª 7óhAoZszï*žàx»²ó‹8'GÁ×XÍ,÷T ÀƒA¬{GXüÝ$ÁóN æƒ;PSPA(dÑ$ æ±}àDø ^x› ¢À3p\‹¦Ì·ga^C-²¥?ê:óª9'œÞ²a,lPB(+ø5†É‘[*JXçÐ]/ÏPçX8.B€<¼×g[ôävÀ|ÔCÖµ 8¿:à9JØ0)lÀ¢«>ó+D£j¨µuó“æ{뇹‚KÉÃ<Ÿ_‚º¹F ì^½.ÂÛtÌxÄ0ùÇž-m{ ©ÑÞ‰gg{ïx1©r Pé½RzCÌ£F@0zÌFÜcáZ„7^€=¾²f‘¬» \"àR@• `n" ‚ÁZx/oÛ»kHÄp~è£&øUHõp5tGÙÂG"pyßb»[„Œ?«èz  ³¬È¼-§Æ‚þlzën¶™5Éð›3ØÊoPpÀ#œÈ%Éë й»eŠkïSîloè3›^4wWÏVs†¯¹ós°ž‘én? "à¦2)ŸI¤gð–?ûÁ˜ÃÌÅ (w2[ê  ’ë%ú úoøYæ0x¦dBøÆƒuL€’0|Ù¼=÷nò²?9—5†Fj–ÖSXWyM>d¯À‡ð–1ð f7}øŠŸ4ÐÀÄ¥£Êj—žP3è•(,ïóDZR¾Ç?ÚÿÂ(ŒÂ(ŒÂ(ŒÂ(ŒÂ(ŒÂ(ŒÂŸ€úÝÓé**àêbg@Ø”ù¨QÊüÏBùhåÿïÂñŒÍ›, MÖb¾¼'(¸BZC&´Y^AÀMŽzáöa¾AFdèDqWÅ‚û™­D-™Õ]qeõ] Æt¹Y ò«Ën¶g[/¸ºW<Ì’lUtÐðc0Õú]°÷‘—Ò5 ¨vjŠKÀƒÎ”àëÆä§þ-·5æw澪‘o¾oýæ´w{âm`9ù9MUë¥ï¢ó߽ܳ?¶ ÝÈK9JbÌ‚fÑø©V*p”TÝô-WŸ¶¦9×=“KÏ–6Þ¤=ßFð sU0­kMŒ¨N·}}½ô†¼†¢ˆŒF“ˆ…9èÌá/ÚS|"á¢Io›£*‘kôࢨª†LXÌú·y­Õ’/u©ÇÆíœx6E%úi1ŸšÓ}a—ñ+rß[Y¯M -Ò¸[Ì=æàÑc‡¾Z·’p¶^?Á(zKéåàÝ‹DçfÊŒõ·5¥¸òx´Ç­LhmIhÓHùvÔÀ¼ðzA¬|͸£´] xk}àË*(ì[§õó{Ú5!sUBÅrÚÔ£|uˆ:•ËsccWn¼µ´ ‰š^ÿu¯–…dŽéõoÓco‘C7¿/Ø ŸÓÚ"ñÚùdQRQW {õñ7UD,Âc¸ëE†îz·KÂÉ+¶´Î+ x0ùÂV}¯Üý]-úkÆ¿—Gý=Àéÿ[ÊqŸ¸X¬ïÔûâ?䀔ßÞÈðfÜevýwûø÷0}ÎH¬3ÛÞ«ÝqÎOjÇ Xîõà^@¼·C9Û'u ¶ãÅïåÆp.ï™Ç·Y{VŠÀ^Ãð–Øë/Ap¬ï§n»=£Èwéˆ7ÔÓeþ¿Gus–€|±>«÷n)|dyBfS KÀ* ª÷îw®í6æ 3ÿoöI_ ð†ßçbë`Ó™ÿTx Nô¡7?»Þ¤å,1Ö[ˆ×ÉÞ”zS¹gËË>¿Ò{^,kú¤eÀübÑ¡}p9†Š„Ï› Áû$ èñ~!€ûAaØ tìé†7 $@…ŸÁs<1ó7„Y°÷~¼!Þ2y(õßÍmÐzˆý a@¢²Ž•A$*'â’–2C „³àÇÀ=^7õ¸^Á×·¢¿ Æ(päܹ|™›™(øý2ñv2¯€ÌíñqsñH0.®fŒ |¾ ¸É!WA¤Ý=f¡ºNƒÏ¦2ñH9åA9³h–h(ƒznâÊb=w¾;~“Ÿ…ÿüÞF8ƒ«ŒÀà`ÌxPˆæŽa“TøéDÔsø=3îsÌ_A,3E¶ƒ·ÇÒOå2ë•ÊßíÃÇð™}xk@à^…Ž#áç–sE€Á >“’{ÙÄø16¿®‹Î]ð5î¹ðÑgñ³æÞŒžÊzF–ï ˆxá;aÑ¿…Ä£U‡Ë¹Š™ï¸#{6&ðñ'Ì×CŽ!äbý÷nz%]öÂ÷s}Åx2m³‹j¸•»œt\]’ê†m_®ØÄ5=£õHŸ;ã¨E˜ÌgÞ‰&ØÀû/n|òÙ9¾.GÚêuåñ/r×wí½“æ±B^–¶wÅî–‡:wÛdÌÙFp8C” z.´¶°U5ÿ Amñûƒ1:ZãJëÓ+.¬\™àïëuÑöëúµ ïåæ-š¡qiUPÊ’%Y]'s6Ÿ8/m"–¦„þKÁnÕ“•õ/Öy]£™Ÿ*nq6´DÐÿB°õ¶ÖÕ·‹7¿ÝO®œ-›¾-ÇqQ^Šç±©¡bn–ä’0]ÆXsÏ•+m7kÆü€NAÆœ‚qTNî¿Ò(¯²ˆ3>åÏ-=äÊ;N0Y÷zUžØ¦›“2'ç†RÝM|.UîtŒJKœñ-s§L Iæ’e¬áFë ¹ ¨E‹"…f’Î×UV¬z¤—ØÊl^û8À5óÁé3Áå$—-ØÃ†g'oklp~¦ØQZ“,:}ÍÕ©!„Ìy/ÚÚ¢?Çm©uÛ¸Ån}dXÜÌ/—ŸðO·5ø&óvœnû½;´Kr UZ/+`bæ‹`vT.]7¶µ:šþ˜¾¢x­a£ün>Í*Íç_ëkÅ(~è×sñ>Á“U{RZåµßaÛîoÌS³á~³ÆÍ¯Ö[Ÿ5Q­È!Í©7Jì!H™2"oÓoEÛg[y¡Uœžz¤ºH÷ÝÅU·ííç2ÞáçVV–øÚœÚÒ1ûöÝ—µoÎ3çnq[%ý<ƒú”mó¹êý—æÆê/ ^#ÈBÖË*™Èú Èv$HàyêýÍ_ß \ñM·6íœÂ«Ù<7<ÌÛ MÂzàôéy<ëÊd§MGŽ,eò8°”qÊc:ë ¼;å°ö«’¢‚»âCs¦¬’&ßö0Õ  ž×ù¬æøõžáÆ»wh%—îx<p·ÕÐÛ¿tuø=#ÇúÍN/Ô˜éY«¿Èˆ,ˆ[Sxñä×U7í­&øZw(i,QÅk>÷×S±eÖ$1“ÂйïV:>…‰ˆ–­¬J[Ù,®uÑ+0t÷ãG5MrAt>MÁo«º9Œ±Œœê6ÛNçù¡>Ó¸<¬úô¾ðÆÁ¦Ûö¹Œ´I™»õõçd»ì¹öòÎnúáÅgô·†o.òú;\âîÔ íž>Z¸rå \»kÍ–£yÂ>7mù|=N_ph+ÚvL÷˜½]ÌMM¡ÀÖCá÷ÓK‹ŠÃýÖë_ZeÓ™´´c¿Øí/Œ°0ݱŒ3w‹ Žez´u3öþ«äÍëìk>¡ú±ªš ™vÓ·½Œñç+¹5ÅsQ ©>×l®úÏK}éÊ÷®v’ܦ©!~á´ñ«A—åÍ­KöŸ-Œu2Z]VžÍmüô¾&¼KÎÅæéÅé¡“ý…‹¸¦Ê~ñ>ÝEØ$7»_|üµ¶…¶5Ó(“és—míȸT<®öá.CÏðùM“?N<ç/—qxþÖ—ã£*š–´ '.¼ÙõxãǸ®Ú¸› ;÷Êß{­\쬷Fjn%±u)ÿöí•{E» ¶¾I>pó•üJµŸŠw}ܤPiñÉòQ„̦¦›E¬›©‹ºêo™t™Íd“cÔåô»‡çàÒî„hØÙ¾Û_d'qù~@Ló|{ ¸n+5mÖ·ÔÒJ&l‹6^]´4âã¢®Æ -©_Ó—ÎYýk>'~C‘×AJ[€ãÇ×+E:/»Qœ»iu†ëç š°ÐS¬›·kÞI‘YR’Õ^fc’çs~k+ɨõÅR“ˆ£rÙÞIVêZßVP¶p¸²øQ§¶KxÕòʱMîw/Þ7³ùœœ„Eæõ`+m¤ ›b=92'2’f(#®­ÿô×5I5°)ûaÓÔ³9S޹·gû~ ¶JŒ.ÍŒÍ{ùÄlCð£ /nYú‚Ø®~QFƒ4U»Kl5›|4*Ó§žZ±í¬êSœQ‚Ôì¹Ùõ â_ôà?óoÆ>ÛxY?Ÿs–¢c#Ç7íŸòÃÅ`½òÅRÇjTi$‚†TÊåÌ·%%Q5wšnLó;uñÛdh5ñ‹…ó€œÐr×1­ê‹Ý [ó|Ct‹Vñ=ž.•x¢tMÁ;›¢¼ ešÏK÷È—øy:»½>|fáW[Mù嶺‚ì2uB«wjòrÍ»ÏRWÏM+8¦PSsú ;CÕ‰½à²~Ò³}"Æáç+WÑ>yl{OsaE~ˆé®*ûM¶dãG¡ñWà–úšñ1ÿî&g“÷Òf¶œ« 7Ò,é¸ï«qYÿÐiëÃëÄ”}º2ÕKc{ò‰C/Ý\ž@ $OP]à›{³yÅ»±-›Ëžûe¯oY>¹ ¦–ªxïú¤Î笢mа&š‘[ü›_䎻põ®`Ç ðμÓÇu+¯|Ò’Ú\iTÔÞ\ þn¯ÎõZ¹³þîÓ¦k·%/‹š4æGJÊ;1Å¢ìý,eæÝï8}™M†¼ôf“ËÙí§/+‘38js»¶1㈿Þ)ŸdÑ®uÑ mw“ªÆEgðËÙ!dO¶Õ,ˆ¸WËk5ã¼Xk¤W ÿî8{?M‹­üÁÜ¡Ï*5Â\òFé¦J™ZšQv+é‡Ïdàp4½œâÚ"X4œ•Ôð §yFèèÉäæÊ„ª†6?ÈÇoFJ(qûR=T3ó ý®{tㆄÎ’LÏÅès‚Œu­ìj¼Ø½—ím+#øŽ‹|õf«*Þ¬÷ò¢O µÍÆÎ».x?¬:bóùrCäuÁ–ÔºLåNŒaö#…ç²xg œ¬š¡±³*Q™ôùétìÞ+ãu俉Æáž±“¢D`§Tm4bL J3_.á¼æ¢H¯*t¤  œ‹¤¼ƒ%1k¿çÆÿâÒM”¼œømÇÞ׫ÌÚÚLìî0‚¶Ûúù<µ¶šk6÷”ÿ0íOøG îo‹ŽºK¿EÍ5mß·[#æ€ùZYaDðÅÛÃ/ßDÙ«ã©À'KJåE‡[ÛR(¡âɤ· į™™I÷× UR ªϑ.¯À]›T˽Úä’-¶|ÂÑYA-›>$Ìéî·V]ŠjÐØï¾ð”ô62÷¢ûX:¿Û•/l*™È}A“<õ¬Ê± øMžÞz;&>kS¼I.6ÚdÖxæác‘ÂÍ>_ËØÔÿÐLûܵuóëØO]Ä3Oû'oØ›[uºk²¡¾é4™…›°ž®"< Fê§.N[¹òªÞëääå[ß²dÜêaõèbžzî¥â— óÍÇ•®†ÅÍÍ+ŠU­™[{‹xlÌ œ£T\ºm(?®å\“dI&³Ë…{çFÃCéw"aê9VµÌÛ˜÷†¹á mÅ=–ìíxH±>T¸ô@­pÈS“|wë§2iº{<òÜ5N©ðKYí ô"…ð³>#…žë²®À;XÚÁÚ÷^ôA¤0=,Á‵¿>=ONe×ës*ÜÅRÒVê^»¶Îìt°œ9W"±ÌÒú¤ÿªÏQ^ð`‡²¶!ãÐ{þ±üõÍëkîÞN‰É*² Z²# `éªH¡ Å ž‚‚G^ùúoðË]¸@%ÌT\b{ãÝX™_kKœöÛÿöá sÝçº×ÛóÜjqÓ§›‹“4²½ƒãý⤤O}üdÿê“‚Fqq§¼ÆÃ5ÂQã•æÚ¦^âãSíPñ, _gŒç1Ÿ™¸g)a÷z—sªÖ^»vÓÉ%$¥–~#®\ÎJ §²¯jÏò—Ú|ÑNõŸöÞJ¼}Þûȃ™açö\)r·ë½Lú‘ºªÏBžMgÛ4/¥É”£B¼cŠ«kîz¿õŒŸ¢ÍXø"£½]ãñ^¿í‡ ­¤Ë/®Z¹÷Ü8ŠÕž¬Qß_k‹j É.J[l¼’˜ÇsZS£¶ð¾Âù„úÜEä±)‡xNZ-–#¦–¼JÙꈻµ|S]ë4egJY¾ÊŠo÷XÅÊ7×î„Æ=~šÿ±º·”DÂã3õ?WàÍæ¥ª43šyE|~’ÅS“ì.6—:Ÿ1!ãH]抆R9‰ú*ªcS'#âò…õ—ïûJ$t¶…˜‡š¾×qy¶|u@}…bQò.I/¥k«A[¶YËýy³´»E]ƒVþW›œdÉ;×0µÃnå#5¹ÖOõ6”K×Þ;ëçêÚÚ²myÄb$:’]JË™nkþ@Lÿ`¾àªàrÅô/Ñ‘ï3Ÿƒ=þR_x$jMÆkšòâY™Æ:Ç“Lýf&ag†½çÿ˪ü:N.ºaÃg½ýïÊQ y÷ß½<›ÚƘ½n«ˆE¤ÐCµ<Ÿ³~R§EΞŸF §ÞUµlRêbíM‹¢-Bî63w·iÎvæ@®N@ø>»ò´ǎ§¬oÝÞ¸¨åà4Ř|yaûÙŠê“p Þ9våe…—#š,Ãå%²÷;Û”¿ºgV©§júš®˜¼³Ú$±¨ºjÊŒ¤õÅ×Zb>ß Ë mæ5œ{<~óãy22KîHjßšâäµ@ó›ù|örÛYcú`ÆÓ³¹ÍŸÞKHžy®öט±/&¾zpÿô¯ËØÄh6g!U9aÞ%AŒÍ~EªßŠtÃp¡¾ëõ $"-rজ÷ÛxûB;óa„&Ë ç¡ Æûk59Ï|ÿðþõ$ E—Éå ¹ÙpšyÊ?kýZƒ•æ1/K=‹Bºb)/À'×ëx®ðšÐùòþ꯾nq˜w¾e榄}öB»C¬Ïæ¸wJ¾æV­`Õå®Ï¿GmwÙý(kAÄÇ—w¬ys- â:5Äq‡êO{5ØÎ-Yñ"Î2©ˆôÌš{¼ó©oÃæïöªTÊûœòôô½æuŸËõ×ÑD„¦ëy7fÝTßù~“ØA™ •ŽyGž©†x(ãuf¤­1Ñ™tÎç} Ç,˜ì¦Åê/ *)2óŽXtˆæ(×v|8^È{–«~§ßf£#/ _/šôÕ×cé¤gÆz§¨Sâ¤o9øQáQþ¹ï]Æ6ís-tϳ]5w¿ú.Rmd·áEXbÈ…;âcñ›CÄ<5I‰M¶Í Z˜ËõºæÔI§»5QÍ}0S¯—Dk—(.¯7–m2ê!uOܘ}£—Á^¥zï3óútý¦¿½d›+Ý}¦¼n’âs‘Óè8Cq¦Ïu¡ôØ,Æ{—·ánC°£$WM…¾ú”•ën¢Ç‹Ó÷IŒM]>æ®ë5rbé2ÙÓôë?GE½I×L(i±LJW½@—¸s° ­¤Ë¸$·÷r$u‘tð¤ñŒŒÛ§PŒ£cò’ÅëoDÊUL¯ox­£·')Ä~I¥¯vñŠ."vßœ˜ª«z ©2º ^,ÀOËJã;ýMZ³ä´ó/.žë‚§ºKOÛ@S¨Û꣹4Ÿ?6]UöøÅmß¼~u8Õc}|\ˆÓ Œ¹Ü ¤ìÚGúÉGr÷=É]¬Ð²-ë‹Ð±Ú0ϺÛÓ4.² j‰V„EÝYã z»û»·õø6kæ.ÜØb´Ø$!_ú¨â…ÃãL“*Ï6†V¸î[ñD´|ò©§ Õs¯0l#j»p_æ5Ö}¾å M51þ¸GO37Áxå"aÁçÀ vÆ[utî©Øæ¤H´t;x«¼áÎöÆãã ­Ú¯ +jˆL’çJÆ[§m&ž0²wêÄMç(÷§é› 4\¯ü­Ÿ ¸]&Bp ‰xÓù(ÃIûMfFé$ç577‘côb¾sµU…Û§ÖjñøÈ·¢”ª¯•­ï©AíiA9& 2A +¹œ‹È‹®X翾?{F “"u#ééñ©SºÊGýÿ}þ?ûyïû·(=0®×õ£ñËЀîÙ¶°,ÎûØ‹ÏˆÏ h±®: n9{~ïXï‘Áý€,‡èxošÖlW5ûMÓ¦:7 ÅL̼² Lc»¿µÏ7ˆ<‹y‰êŽ|جW÷IQåSèõ ô)a<œÛmÔ<Œ{Î硾S[Õñ\²Q™{ó9m¶·s@pl¯÷‚åYe>I4QÛ™¾Mæ]¨×ðv€I8B/ŠhàÃO¤p¼Cd®J‡@ 0 pEõ|õHؽ¹Úlo @¶³-pzW˜¼Ò“7ËoËÄÒc f†ƒrƒØý/s[wö3f&0œ oÝŽù¢M ù¢ ‹&‚Ý\”ó.ÔÄA1x£ÃíR…áí»?v+‡g¥Ž‰×$&=«¡ihiP­ŒøhÐ=> n@CØ-豈¯ ¾“…B¾G=}€¾—:í{=A…è¾<Údzz¼›ùØtp,ë)³'ØíŸfúhPêL õ þ¯e &¶'àíÞú …é.Ê=—ÍOY ûiƒ;zü¼L:ø1½9vÌŒê>€›ÜŸÄ™Ìñn°ëk7~3·\ò²uú[ªÌ¹æ¨Ü䋟|}岿4.9Z—¯=žû$ËSÃð¾¹ú´ÌxŽIÁÅ{>d/ôÜ3Ëø–äì™kæˆ1j‹;>¨l;"«¡4SÙñsÖ®è·çB²üíC• l|íë?o%em×aÑ­æÄÄ*¸m$‰<‹wŽ2ÜQ²wÏ=µÐðW–2k¯Uüé;]ƒ$jÞÚøæþËÏúš ž]ñ®Êjªëæo•ŸPëR›úBóàò ‹°å.wï<¶“ڼ΃1Á×çäïsãDŅħˆˆ ™`ÔêÞìJ˜4söyæ0Ô+—ë臘rýiû,­ÏQ¡¯‹‰ •Ñð±_Dj²”™ å4´6”É Màêª{r%5ÞÔ³ãÎfÆrÑ<))©Â3 |NgŸ®±³Ý›·øU'm?Ó,4+-cYHÇ­÷1–ß>ÜÙä1'nN’×4--Ó«×òÃ…ÝÜíf3¾TÝZ¶îsÆ]ƒsö‹BOù#Æ5 ]cgAù0/CÓºVõ–X7­ÉZ×>èµMÖhŽ-ˆ$o v3 ø;ìœ}btÞ2*OŽ\¾ç´è­©Oj_úˆ—xv=ñ}"õ˜¶Ìó¡1Nئ;®™Ï%Þ&írNÚJ¼^n9s„»<¯µþPÃúÌŽíFu]KŠ´7EZ¶½RŒ÷mKŠ$¯ðl­¶qr̨X˜ë3~ësï[ï¾4¬ç9»í½ïÕcXé½O-÷Ê”µ”,-pœõ>ûÎö4þ¨£-¯^Åz+gg‡4/‰××Oä?@yþN@v¾ÈóŒúšòq‚‚©º&yr‡jJ/Ÿ\Ié uýü"‰ÖÜÈ]× Ä³œ9°ß¢uA{Ñ¢YÎÛÔ>68q´2wßþ’­uo=¹‘Òñí+­èÁ´ÓÔêNŠšéÂPŽ€U×lÒ3ˆäµVµÏÔí¯«3[k™h@ /»ŠFÆÓpÓÈJ×%oNYî}£]3(ßスÊ{s‹çº’p;Z®Š˜9R‹ÎŒ?¯l®b~å ëzЬFWΣÖU"‹r—(Ƽüà%寥®ìø®U:6, îL›‹´6˸` ·û™‘ù¯Åå!îzöï£Á†³%ëäržÈ[ʤ ؆%J?ˆfE6tóáWd’u»*åŠþªšÚô:¹•owÉÄ5…KùC(&¾1a™~tg›mÅ©£ÓLd&«y29 ²VË\$J³}ÊŸn¿—z­áúY¬^§yNÖÞTEG£¹­!˜¸’ö¥™Î‰gª§i|}ê"½ÂÇyOJ34´©—`=]«žy4»zVTî˜:Û¹âÕkùG<<<x¼Œîùs*[ tiŠFÛßù‚SÛë*MOsw(µ,Ï{{ï˜Ô\-?ÇÂøò=b …zþ³Å&Mš$.îuú´tVå»'û[[[=zD _÷@-?[þFí³ØcØE^L¾G|Þ){‹ƒ°[oÅÕÞZ×±xë–ŠWÁÔ¿06źLã*i0n÷Õ«‹´´:kWJ4E<“!è¥mèÚáßÂ`0¶0 ÔœbÞ‹v¼ŽÞöØ6ÔNÄß}û¦›ÂÓÆÄ·~GЄ»¬{Æ¡B÷ºsÑAvSê3ãà « “<‘¸ˆh½}{gœ‡K-œaW|‹cmMQûÍ´•'¯>ãÑäÞP)FïàÒmÞ~Qî-<|jnü6Ñ%XÛoâíúÄèk~¦µÓŠŠòw·4??Iaãí-Œ-õ4„Ô›zGWÝS«Ý}\À¹úkõ…ÝK´ŠÓ_(Úe<ÞW=;;ûصò¶üý¦éÞ\ërù:&5C«–ìëûúäSùX¢cì¹Y\>ïâï(ì³ ;/ ;&kaô+*ñÆóªµ±¯ø~¾S¸k*ÿs4i¦õ.> —{ÊÜÜn[vFsw®¢Qœ"‰¤-ü1ÎãëUUÂT—òm™þ>bb¶ªµÛÜ^¦Eyn·?;ÍðáëÈ(³1„ gÄÍ…+éõ+±N.wèÂòçÎåÌ¢2¶ç„Í_jè>eiF‚, a‰Ìs{®+xÊ¥¦ðÌù¸­/Vì.Ä&x8¤=«´0¿E Ó£håŠãýeÒRSáºHNNÖ]¾²¥Ä[ºcN¼.ìÙ«$²XÛ™kVIo4(0¿G 3*j´²:vátì#zú}nüóÔcgÎúùœ+K-Lá#a÷Ê_íˆðlðÎTô-h×{QŒˆf¸£_ÅÈs«-ž¶FÔÄ¡ÄîƒtÔ¤1U|YÍìãïÂWòtkÙó`[wìÊÎEY<ëøñÁ[™DÒЗ zXU•Öèôa§©Þ×ÉÊö/èÌ-1~W  }øF±‰NæÞ½3337e~ˆ"+ûà³ÌzIü{;rùß´‚kµßŒÊNɈ‰+)¼|:*¤²À´Úûì~jÀæ¢{+öë>±ª9#š²Û¾Ô”je_ù镦ªF¼‹ÇÞÝ 2s²Ü«.k]5J¢~šôésy$&Œâ8?Ó«R¥ã½ªÛ<‹ºªu¤ûo¥UÔ»Vû%KV­ãóÀ·/í±-e~Îs¹~2øšëQ¡è¿¤ÿJ\´¤ˆ;Vb²Óby²g{s¥"¶¹¶$>Ý¥©béÖúû&F¶!¢ïÍÎÓishÜ‘ëîùµÚ.]gdýpˆ±›ÿ00Hît°Üt ‹Ëp/èX]tEYëNÕ`4ž ðÌOð,9V] J}sËáQûE†è‡à[¶y7Zõöµ¡Þ@}ov>gÏÊO××ß"û»ìê×LóÌwÑÔ}ûöóŒå} <îmmmm¹Œðî‹©;5ýâžnS²ê‚Û©\òFÕu«{z×'Uié"·Õîni~ñU”¾odV‘‚ºÜjþUi»Ï}óI¶W·€uŠ ´ð—'B.ßW"6櫤o‰À³X.ÐñºîÞ­fêÑ´ÜÁ|Á‚åŽk^¯{<>¦r—"v¦þ©ä^U„•åÜ)ªØâêqÓÉŨæîíÍ3m«´ øx¶lÙhÌzø‚¬_zÚR½å+>ŠÌ??|0lׄɮv+—;žúäÀÂN9EwÖV_ÍôDz!Dþ‘DvT-êï‹ ’LÿT²n÷€Pâ¹n¿÷º‘Ô^ÒÓÏ^0gXY] ’×Ͼq+å•02ŸäÕ£ZM×ÐÞÂ…åjsõ˜«ýd“Ï5w󲥾Л!Û­MÍ ¶¶6°z:”ø½þ€ò·oA¢]b¬¦09ÿ„OŠüwcÙs„pžQ¨0{O üøŽÎ*áûMï´n^Ÿœwߪäñ®†-ÛJ ÈG‚l‚NúM.)øÔRãžtÀyì“Üü„¨|ê§™Óä«÷‡9”0ŽUí™yÁÛ\óÀÏs‰Â`ó“t¿ <(w½`ú©2áï®v…í%ßZÒî«å~{],šøE]¢<¾^M•^š§gØnFx~”™ÈtR`•7W7†ûJç¤X´ÅdÉØÕ~©¿›1µ•Ñæ`û¬ÞHcÛ'ù§þZùM`øßŠ«Ü3%N³ÈžäÀ“dznŽÆýçðÈöô,Ú’—ò ûÒOs6—¦Ôº5¥Æ…ëä}­ðÞï·:WtMvµ¯Ø©™Í¯Òô6Õ´êŽÄ½ç6Ò+ î§èâ"!`žtj†Çך¢xëÉEwý'Oëâ/çõ{”Z0Ö‘ÖpƯÉ/õfgì+Ç·ãSsEïHÜzYÑ´÷pÜ1qûpËd]YüdmLR§<7UEÅ\µ?–•YŠ_^ŸýC&±. Ú¥bªªn¦¥ñ*“¤¥7œ;þj°“×ú%7årT3Ž%Ÿò_éu¸ –'É‘-­’‡.’«VŸš>ëÊ•+ŸÐŠbœõϾ7ˆ8¶^ÿ&íü/iKÆdÑe.ps㊇6|fCôÙzÓ&ª»ïø½–2Þ!UeÓ5`íÝ^¹·ç‹—¿±%رÜË?å•÷éjò²ƒæ;Ì%à6±xÉIÿUº,Q" :>1IòIJ68þ1qwÓ­éÆvüpg°Êø—F”2!Œ koœÐ\qúmâž=°`¾¬ÆÀCâ9Ó±k¯Íðê“¢ª†¼ŽO…gý®ãÑÏà†ûº"äÚû7ÑÔfÞºØãDƒšNûVí :ÕaŠ—ÿ^¸“{£¤§0rII‹ çó£ò—´ú2'5™^bG,MÖuÙÍ,Ý‚ëÈ f*Ýbï÷è­?xë§z•áw[¸KCþwüZr#Æ7RIÄgSŸ ºgÁýIÕ Ö 9»ñ=Ùß=–Êð\÷Dzõw•AŸ²üs™MîîØ¦ww›2¸ë¾rªÇdð½ßEþ™=nÞÁþî±ôÂyL+Ö)V"@w¯·t¤÷F3aæ–2MKYƒó¶»a±P6{Ý}~PÑ€î¬N ¬¾1KÀY–éýÝc%Ò§,ÿXæ_¼¡_n»Ýß3þF£¿Ñßèoô7úýþF£¿ÑßèïÿÛOIÒZRIr ¼Š‹IJ’ê8ueɵV’*Ê8UI5<GP•\k)i$«kæìD±s¦+Ì·p¢Ð¨t9e’’ìBÕXIIÙÚÙÑ „ÖÊ©)ÉÒhvr&k— x> endobj 79 0 obj << /D [567 0 R /XYZ 56.693 759.068 null] >> endobj 570 0 obj << /D [567 0 R /XYZ 56.693 738.489 null] >> endobj 383 0 obj << /D [567 0 R /XYZ 56.693 495.812 null] >> endobj 571 0 obj << /D [567 0 R /XYZ 56.693 475.942 null] >> endobj 83 0 obj << /D [567 0 R /XYZ 56.693 401.177 null] >> endobj 572 0 obj << /D [567 0 R /XYZ 56.693 375.703 null] >> endobj 87 0 obj << /D [567 0 R /XYZ 56.693 218.603 null] >> endobj 573 0 obj << /D [567 0 R /XYZ 56.693 193.13 null] >> endobj 566 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im21 559 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 577 0 obj << /Length 1956 /Filter /FlateDecode >> stream xÚåYKã6¾÷¯Ð-2Ðf(R¥cž‹Y`³Xl‹`&Ùf·…±%¯3Óÿ~«XE=Ür0iô!À^ÌW±X¬×W¢eôÉèowß?Ü}û³‘Q!ŠLeÑÃc”)‘Ù(O´Ð6z8Dïã_Ê¡¯NC·ýnßWMÝm¶ÊÈø‡¦þ ¥zÚgiòa“˸iN›ßþü·I" cˆÍ¯k¿Ù3ƒ”õPzJ ‰r Ó(Aj•°‰Ž¶F–eP l²yü-5iŠûî~z¸ûï]É(‰L&²BG¶HD&U´?ß½ÿ]FXQDZäÑgOyŽL"…ÒôOÑ¿ïþu'Yr¡5)ðN ‘ÈŒDÒB íÅû¢÷ÛDJÖBÙn?m`*v}U?‘äýÑqÔ´"ºÿÜ 7¥…µ|ÎŽµ«MücÕ]Nå3 ªÞ¹ÇËÄ;ÌÚöG·ÿ¸k¾0mGm ¦Ü(Ÿ²w‡{œ÷â1·çfh'Ú†g?W§õv|XÉÇ”õ¡:§ Â’ê@¢»ÃRäàZß,'£ Y¡Ó”T19 ]²´ÌÒ-Øl¦˜mêÓ3oså‰zŸ«þ¸ØcâS³ÞŒÇj$fºÚÖÕýÈìe01FÈÉmÏe]>¹v“Êõœ«¸nú›B e»µ ò¤6>{7€ŽWpš/ƒéÎܾ÷rÁèƒ4²i©'Ã0›­–Eü®¦íM{pLàM7r¶Óô€„G¦Ø7`û` 88¼wN÷Z–= 7Ìœ9Ë ]ÏW˜äXÑÅÙõ”FvÏÔ’4ÐaMÐ T,õ*ºµN„Tv ìt5°iz×QÄféíˆ}÷ˆ‡ëøƒ‹.mÔtKXñî­×5¬y]Øu½Áœq ¥Š·”Ô€®{÷¥§µ³«‡•¢ yçÄå˜@@9-ŸÌ[G HmŠ=f”ПƒŒÎÒt–§lÚÅV=X^ÝyÏ—¨Þ˜Û ⦻ÆÇ˜­b<™ç4í’µô¬NõbïÏÕ‰=‚–ñO‡j¾ïžéyŽSºï›G7žÐ-­nD®IÿA)sí5FÎó‡kéOåÎFÞÔÎVî_—Bëì+{Úz5‹Ž™ôŸÑ\ÚæâÚ¾r]ÐÁš—¿köUÙ]qZ›Çe¨ ú게ÆÐ.Ð<3"5id´&O¯Ñ\ÏÐ]ä0hþ½/ˆÑIJ¯ýóÒœwåJõq•g~tÉŠàÛÆÍ#ƒ %k»–ñˆmšßUêmÄ’°ÑbNœ€üàº}saV5®}ªÚ¦ÿìïivijjxK<ô™¦½s/'m€—Œ\Ù†$NŠ“ òdŽpfã†ÁK‰|%% H·ÄËâŒMP‰™üϘóÚK^ò´©HŠ7ñ4K„Í“Pöž«§?p¢ß6IŠÙÌ ô¼óІù®9;ê]Jr 0×v4çÍP[ÃÇ?@t2M²@¯.‰›%ëÙDÔS„m4–P[]ñGóêÙ6¤½‚}ÚÃ3ð¯ö€ó|nØ$ñ®ë«~À_q²'i ¿ u_Ù'B}“s©y|öÀ•P]åA‹¥†õÉÝ—¥ g¥ Œ°XÂò¦£¢æ¦ã)+Tþ§dòüJøz0jõrõrõ’V2Ô¿— ê'äSæío„¤€¼X¤âß½öA™þJl ¹œêëWC™ù‚2äÂ$ù›$*-3ø-^eYN‰>+øV01‡2˜_‡²ÙÆ”eù Ê`i Ê‚þðÈÑu`cp˜Ÿ²'Ó®L°Á쎅^6X®XÖl0EbÓø<…±xÍW>ÕÁò·3Œ²l©ÞÚ”±"QoSý¨46I¿ÛØc¼òù·t>9Ö/¨úr8õ] $¢>lí«òlÚg)G õ±éxuè¼írþ^„™PNtX3#˜¿fêß5ÐâÉ¡çGþÚ]½ÙKì+1uvj}ç¸ÏÞ5>fÈM8´Ê: } Ó¨¤f¬©Î.n_!É>8ÛmﻜƒéÐ Œ×Èòˆ×ƒª¤÷_}žY@è q»üL‡á¤$Ä¿.ëØ7_Õ’ôM )´(Ró&ä‰0/¾2¦âNCÆ3¸¸Ã.wØ».°p [oPß Á„ƒPé¥ÒL䕨£J{M»Âfªô2„%»[‚Pq€½SÍ+½7è#ïý«—yIj…ÔæMê¼DI!¥ Øéc…¿ñµƒá“¯ÞZzPÔqOJr}·V²I% «BÉö]MœÆZЫLzN9râ1Å¢f­@pŽ{–o"VÏ-SQ‹wÍ²Šž%=:l:f J lÇ4”'·á’Ë·º¦ /1c%Õ9±þ’æ|õKµkƒðOí¤i—¡=V5•—4c±ü¸Â,Ÿ˜aNÅvÌø!–›¸M§qÅ(}§u¾[Lïí _ǜʖé¶>RÑÏléÉWéÔo`§À>‡- ìèÉ93!?ŽnÃ%ÍXû/‹ÔµMRðõ¬xÍŸ&ÿJ²a endstream endobj 576 0 obj << /Type /Page /Contents 577 0 R /Resources 575 0 R /MediaBox [0 0 595.276 841.89] /Parent 557 0 R >> endobj 578 0 obj << /D [576 0 R /XYZ 56.693 815.761 null] >> endobj 91 0 obj << /D [576 0 R /XYZ 56.693 759.068 null] >> endobj 579 0 obj << /D [576 0 R /XYZ 56.693 739.087 null] >> endobj 95 0 obj << /D [576 0 R /XYZ 56.693 668.236 null] >> endobj 580 0 obj << /D [576 0 R /XYZ 56.693 643.03 null] >> endobj 575 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F64 307 0 R >> /ProcSet [ /PDF /Text ] >> endobj 584 0 obj << /Length 1077 /Filter /FlateDecode >> stream xÚVKÛ6¾ûWðV XsIŠzµ‡b›>b[´ˆ‹¢Øä@K\KXJrôXgÿ}‡J–åE“ô"rDræã7/2r Œü²ùa·¹ý9d$¥i$"²{$‘ QLÐ &»œê‰¼)p²¡máâfv©ÑÙÙ3½®Þ³uðáô¢ì\SXÀiÏ•‹òWk×/G°I¥Q{ëãŠÕL’¥¢ûå²ñígƒÃÅffÊìéòÖ÷#߇™½E4ôý: ÂWFL‰µðœß.G,ÿöJFOÎñ°dâs#ôœ©ãp‘Ò0 ˆ°Í2”¶å@;¢À# qËb>.‘¤( ô yåöm%ù±ftÝŽ&sÛÉÞvapìU±X¸AD‘$< ¨é”rú ÙXGÑÒÃÖ¿qØÒd*JïLù¤P O¾…’1sÿõ^ø"'\4ü(¤Hà‚Žë†,>4š€<5ü©ÁŸócÒe“$•Ó»§*¯¼OV]©…¹×.`m‡_,ÈÅXà퓇¾9 vµù`¹“rL{ú ך:ÓÓó²;åÌ{q ‚?löÚz _LÕ+`y©LãÌî«äÓw(­ìŽ@cÈ0Û ¨s—P èa8+{zý$›Xe)’‡&‡_=ï$£,JÿÏëî_Ã6½+ endstream endobj 583 0 obj << /Type /Page /Contents 584 0 R /Resources 582 0 R /MediaBox [0 0 595.276 841.89] /Parent 557 0 R >> endobj 581 0 obj << /Type /XObject /Subtype /Image /Width 486 /Height 507 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 28618 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 486 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìyXTeÛÀï3êÈ" à‚"*(¸+"Ãê¾oi*¾inõ™¥¯¥•’¥Ù[f–f*jfeZ)š–KJæšû‚+î²8àÂÎ sÎ÷ÇÁãqÎ2Ï 3¬÷ïòò†g¹Ï}ž¹yæ0œEÓ4Ã0 ÃÐÒ° A±>EQ¥Æ-Ö Ãèõzš¦õ¸’UA¤bê5[²•lØZÌVçÒVmÌ&‚ HÅl±Ÿ—i>Üκ´´TÇãÈ?I˜;AJ¤}Ç®666¶¶¶¶¶¶ìÖ™*..Öëõl™ÖjµZ­6ùào/¯Èè^˜/AJä`â_5šö»Ø=ƒ*,,,--e‹uIIIJÒѯÄ@AA”åŸÞ¿íÞ•“¥:m©®T¯×ºªvè9ºéKí1›‚Ôr òKKKeØØØÔ©ëdv/Ç:ŽðÛ/›ƒÚutpp°··§òóóu:]IIIIIIòÁ£FÍËÏt%E§.$ÿÔÊ'¨…—}]g[;€æiAâ?§‹JaП¸¸{éJu J¡T*ñä!R«((È/**8}ê”L›;::֭˫ڦö¢(xüøÑ‘ÃÿµëèèèXv-›½ííå ÍÀúy¯¶kÓlÚØÞÎvúŒ¬ÇOr7kâù¸ü|}ý;^¹tqãǯ»wzúBjçNF çAZµ¿.(È?sæô ÁÃê:9‰×ôüü¿'´o߆Ý5›× ¼½¼JJJ”J¥rΜ9ìUìRöî70??aæä¾Í£÷t²¥¨ºõœ—ØçdÞ³yríì‰ãM]ôuù4ó;y`GÄÐ1Çÿ=­òpWyx0øÿá?üWþétºãÇŽô0¨ž³‹TY·³³S©TGjÒÔ×ÖÖÆÜ^àèèèX§ÎÙÓ'Ý=TÏ?1Ï?mïX§¸”ªãÞôZ¥Ò®þý®\?ãå[ÿaVΓÛçSýÓuÄÿµëÔ%?;]¯§óò ð#€2Äǯ×Öý_V7侜2e²y£:u:vì`0>;`9ç(É=½qË)ðh?lXg÷ò„d•÷¤Y7޼p?ë±–¦ê¹y´êÕ¾Q]S¹ÿïßÉ©w JJëxõ-ÌÚcÕ€+ Wì8˜1¬µÏ]fhW7†aò‰hƒ÷?øÀÝ݃fh¶¶Šözÿƒ¸öÜ3½¸ÚªÓélØ¿o|V²fh`ðy©Ó´´®¾m¡´ˆ¹ûmî-;u/3×É^q7#·PKe_9ÖÚ¯Ùº?Ov‰éÒ©=ÃÐx %O-MÀ“«û5!c=lì—fgìßÿ€ÚqÏDFFr–spެcWišVRÔ£Ôãt§>T9B²8ÅÙ6ÿ~œ¦:tö¬góäáý{YEí:š:Î_gnhi¦GddÝ:.¥Å– ˜Ö3 %U)¹bÇ€ÄÄDˆŽŽ6oXK-¡{ ™Ë˜|3.Ÿ½-\8oþ|öh/(PÏK6û×\ÉfhvÛAáýü­àì_)¾sòfFÁ™»yiš¢†.¶Å Ge=Õ½GZ?¿†uë]»qãz·ÎñÊ¿ê(‹e½êýì%Á@þ½#{þ¹õ4¿ˆ¥³GƒŽá‘-ëÛÀêÕñ0mÚÑǰjÕîÉýû÷@óæSx¯7Ff‡—Ž<“ö´ Xaçàâæ1rH_Á"+9t'Wa£Šò.Üw÷ÎÙ§%íœí€.-8søÐå[…Z¦®›ÇØ‘ƒˆBÒ=9–tèú]lUMZª#º¸Ù*¸Ž1[½p§DáÞ¿K³z$áÿë”¶TߪߠîMœZø34Ã0ŒIý²~}q©R¹‘Ù€u…þú3)ý©¾i[õÍ3Éœþã˜öÍ\¼íéXVPLc¸¶ï÷ãwrë5mÖ\U˜}—0¤+»w}PÐ ¸‡uóðÙ³» Ç |‰ks2×¥C»¦ÉÇ®;˜Ü©i’ðÎçÓ4Ó¹aþ·š1i¢nááþõZ°€ëòá‚Ü•®Ew*ôz½ÁýCJuZîq§Þ£KŠ >YµÝ‘*íÔYU×áZZš«ÃM-x;2géí\ú·Vµïññ§_ÙâçühšÖ–ëKJå U›M©k›vgvì?‘É~YªÓ@áÓ¼+§/?.Ô•ýèοZª Ằmø}›ø°_ú6ñm@ò¸ƒ2­ðqÚÍ;..nBØ'ùÜ,ªA=»Ãýõ´TÇ>ÏþàÖêi¯çµçFã'œÿ ÿ±Ô aC6ºq÷qîÓ—N^¸˜6qü –ZéÓ£ ô4sjÇÖgŸ}tôaa˜§#MëõzZOÓú϶|HÏ{­×ë ç‡ê¤=Céõzxö¼|xÐÊQy&·äxz¾úÙ¯š¡”©Iå‡fh=C“ä“}\_Iq:­Ï•(SH)?¾¢å±Q(Ë6Â옞][æŸZ¯W(•4CS¥4mÐ .ZÄïòÑGÍŸ7ø½E=û$Ã0ÏwÙl¡¦†»œÍâÞЗ²µ}œWäÖ¬CÚƒº­ºÜÎ|¬roÚ½]·ôb寄}Qáê áê¬Üâr\ ØG 0ÀP@±ÿs¡PÀ6à~‹J=»®Ä¶b€y6ï,x]Ž¢φ§(Š–¢€¦iªTëáâľ°™—;;١iUÇ6©»ŠŸ} ÃÐ SZZòèþ'¥ìY¼m¨ûZúè•[nÎÓ¼öìë6WÏœº|ÍÕÞÙÏד?¾Ác©Aö:ߨËÝÅÍ=ßöÆÃüƒhso.ÒÓn­C:7®ú’û‰‡®Þ9r·Ç –8$Ý+ؽÿXÇæ…š»íB¢HBꨲOÉ(GaãÕÜéÏ«O¹#1=÷¹tþØ ŸÖ]¼•÷ÒµzöùaºtùÈá&/u`è,þð`ßçîü›œdãØ¢YS|ƒÇRƒPùY§o_-ÖÑöN.!ѦžxÈд;¿¦uí˜F'_Ë{xô©Î¯yt¿§ÿ¾zçJÒ=ÆÉULRËž½'¾zéxØz7}©Gx a¨üÇòဃ{àÈ~vGO]ºzúØEšrr©ßº›=Ã0¦N$õ¸U/õí?S2/² èÊÐY”ÂV>ŸŒà÷uR§Õâ¹’øˆÂ ¤Æ$™ ‘¬ØÏ>¢×ëš6Ø/sm[†¡)nm¿Ø Þï=¶Ü¿7gÎâO?éÅ»pÍ0 •‘‘QXXXPPpú䱑£Æd““S”w&ôiqÿþ}öíûû𱓠¥rgÉ.g»¡½£Ù{¼²XØÔ³êË>.» CÓ@Q Ã(žÖü§šÑgÈûZþ‡®höç' ~¦µz—l}Ñ¥Ï<Í+[Ǿ!êÖxBt:mÿƒ~ÙüSxDTýúâköèQNrÒß Ñé´ì2£ÃÃPÜu^þ¸=ø ïëƒ Ÿ>Íí3mê{÷Ÿ½t±_?8w!5<¤[ŸžÑGŽ÷pWÑ4Í/Ùb—}ÊJöóORÏkzû@+׫3J‡VÃ_n%<³ÂQ\Tdoo߯ÿ ?vý.ÓlÀÀÁ¥:]II‰Ù½øå6(Ùee›­êü'»thÏ^éÒyOâß³Þýºuî Ò¥ ¼¸Q—,Ä Ã|×ÒË*÷Úw¹ŠÝfãšF^µ‹‹ëÔuÈ>¿”}2ýÀG1a]üš6öððjê št_økªI‘œÛúe¯®Þ^ÚEŽÞs/ŸpÙ›Ãý7hÐ}á/—ðE‚ 5ðÂ2-xü«/…tÏ»páa@+Š¢œ/_‰˜=;õPÊßãb‡þµ½>B¼ Õ];´ lš±Oäß¿l£j5 Kd[úÁåäÝ «†Þozy÷k\¾ïmüòð¹·ÛG¿½yȈMÒöþ~øÀÄðJYw؈¡þiû~?üçÄÁ_ß<þ\X>rüÇ)m_yupîÕ}›–¼qn¾÷½ì[øøµeï xÈt“™1O|4ðãŸ/:¸¿Ü?()®¿I‘ôšùóð—x¹þ±ûTâC¿¼u2Ž/¸hóEGÏ£´9ôñ|‘ HÕÊÈÈ(,,,((8yâèˣǚjX_û]üœwÞÏÈzú÷ßÚ]F½=K÷å—7²5GõUtÿë`óf~ÔèQ—.uÓ®wߺuœ>[²xòÄ)Rò¯e³ïF-Mùö?­Ø*~>igÒÉKš'¥z]üÚ [•&#•ëõßÄ+ï»ó«¾|û_ŸÑÊUWpÁ»i,8rýMW}É=ÏF(¥SvÖ-è×èH®Öøøw{†.\»n“SÇŒÛ{ùÑ\z–é"§áá ¯eËŒÙÛ·ÑÉ|íòó·Æ6tÊðSÓà™ÜF#™—rmf€[iá¯&aÜ!³®¼x{´wÝ‚Ì_š´™xyA* ¾a½‘¯¥ÆÍdô=~œwéÒƒì‡×òó Iuø§-6ööÞùþ‹ž:w¶=ñO‚)S&S”¢nýFÝ{‹ òbŸÜþ†zÒ¯W^¸X {¡ŽÌl[Ÿÿ¥ÑöÓü]À¶n٧ŧ¶t¥½€Ö—]%8‘§€kÛ~¸ö¬—6ÿ´|ðF»ÄI‚̘góµ0²85 0“<’ÿ{É lêø³×Cøóª u½†LÇ— ‚Ô¨ #Eeç9kÛUø!ù\LÁyoßhƒŽ ʤöveÍ/~ ü¦tr²;–§õû…oC½Ùgî¥>}þ€(eÀ†"í"Œ“™1;8ÙÈ×îԎ𬓟¹ À„H 2Àìdw*_›U0Ú»nAÖ|‘ HM+Ùe•Ža %¥,ûƒŠ¢(J¥T*Ku¥le/Ïøì>-ùü“E‡ÛÜû—ÅÛ‹òÉÿuˆþß±­#{é^îãy—N¤Ü´[v5©ûÝÎö)¹%}'ÎèÔÀ‰ûI#ß…„ž½zs[Æ~ûmls™1?ߪï·fF8Ö?àìÎmäÁKñÑ+-¬M5ìßm/ü±_$Ru°ØÍWÝë{äekïÜ Èzth«O?}òèñÁ±cml²sr³zª¼((WÉŽOXÖºá•ýÛ¶í?7à»-Þ^”v³w|7b@Cýï?}¿yûß…îÁÓÞhÉ}÷›U³Û5ó<ÿÇæøøµì¯"v!á4ÔŒBù1;¸sÞ+á¶ONÿ¶ópø‡Ûù§Õ¼Hº-Ú5÷å¶OÏýö{J×9ÛñE‚ UËüú1óaúʼnޫÖtœ0Qçèp.íúgŠaÚ;9‡t§ýsbÃw6sßéÐw€½½ü¯“ßÜè²h/öÊLÞ½ï|Ûϱwî‘~K-‚Ô¬õëÇ ^=ÿþâˆII Ãà nëëkcc÷o©ºut*,`€É{œýý†Ú’è¿ã-¡¬u ëµTü¾á«C…¥Ê~m^Ÿùöǯ·Å´ –lCŠ‹‹ŸïÞqñòîõ÷sûöý{îBvކ¢(O•g“ÿþwøàÁÀÃÐðì&#ÅÅŘ}‹àè>ð¤˜Á’m„G)Ti©ÎÛ³!÷däè±2]ôz½B¡xôèQÆ 1û‚ W²À¯Y‹e_AÓ¤—= …_³æ˜wAŠ.Ùõë×oÕ²•o_“zÙÛÛׯ_S R¡%ÛÁÁ¯o ‚T L‚ –lAK6‚ –lAK6‚ bÌÿÄÈåÔ‹˜>A³y) MÅ•ìnÝÃ0ã‚ fóôÉãŠ+ÙfL† ‚”¼– ‚%AÁ’ ‚%AÁ’ ‚`ÉFÁ’ ‚`ÉFA°d#‚`ÉFA°d#‚ U§dïüh¢“†>þã¶\eŸIž8x¿»‡ÊÝCeÒ°K¢ƒ>)€ÝŽï¢V‡G\+*U‡GôýßgŸ±Š'¶‰^*l`j0‚ 5¡d?>0aÅ.õÌųúÛ¯š5\Ë@~zBìͺ'–gؼ;«6ØÏ‰tu€i«ö&JJINòw´IIN2h©ÕÑ"å~Éì·èwl¾[u7Ï=‚ X²A¯Í€njµ:¤1­{T¤×-þn§¸_Bœí…w-z­¥OÀЗ“³‹ä‡=9]È‚h˜Ô'¦€fGG©Ã#ÔáÜîØÝC•°`bLtä„ßn'/™Ü5<2bÀ”dØ=v ¨Ã#Â#{@ï»®;%œbG\ltDhPèˆÄÌBö™´ŸfÇÄôŒP‡u¸éü£²w /Úü Ó‡õ ŒìÖ}À¦ ¸x—Íèß;:8°Ë¢Ý÷dd[öŽŽnߦÛâ=÷÷,}³_ï¨6]>Ý÷@f|Aj!TFFFaaaAAÁÉG_=¶¤¸ˆaŠ¢Ì’ѽÝöÇó98r冈½Q‹í®žYí ¹ÑyÚÇC¾ÿíq÷ ¯ýý:¿:<‚¿ƒ×ÒgÊÉj{¶oN¶†‡}ìî¡xÍ0ðóòÜ{;ÝßѦHSä¨r4èRò4Ù¯ów®m4ˆgøúãñƒýÒvLéóeÛë)o@q–ÆÁK¹7¼—ºBtðõ}K?M™ÚÎ=ïÞ{ï]^Íûýñ¯øåÞü¾uÏ]éiÛ¤t÷P]›²|èK¹7×7ï¾dÌÚ?¾Øâɵµ}ÿJOûMj|AjlAÖ<Ì:räp#_+”l`J.ž<]äР_A÷Ö½§¼äùÛ{o>¬³«?bîšù#ü¹’šž¥¢²U ¶*MFªÌM==/gfÕQP2%ûFæC7 æG·>ÜdàØ¾=‡ q·UtaèUƒ6ÙY· Jö•Œ,•­‚Öi¼|Â4™W@s|Ó[ ×ßz¢·UR—R¯çhˆÞª——ÿKì8šìG—/g¼ûða] w÷h”“)5àó–ŒÖ]Õˆ÷¸ ÛKt|Ajaɶ±Ê$”}›Î!°y|jÐê±®/ýíû‹·;Ýx;häÙÃR¹7 ˜ñÐ5`ë5|¼ÿÌÉ¿÷íýãÛÎËöß<ºÄìã?êݱ¿ŸìEë4ªRƒ—2Ìæ¿Ù+ º×U°ñ(ô2>oIÙ½ø¸¬—Ôø‚Ô6¬ø!¿œs_ÍLvùui_†)€í›·þ²-•¡µ4¯öNX¸vÝ¢IàÖúMùÑÂ\ìOæi ÷ø—s¨Î1CÞ[üyÞí?Ê6Ñ6ŠLmÙ¯%µy'í]ÔÂ~qûîÀí½q®þÓÙghõÍ|\à즙2ƒÏ VÍüñ ûøæ©4™ÐD$€||Aj66V—Ñç½9úË‘«û:(ÁaÔדv,X:wŸ½×„ÅÛží=¦Ú™¹æ¤§¿úÛ_^5ÁàZö„®ªWž„wõ2>5]2oÌ t…ÅãüÄ>¹ì?êžaêúuê$üëñå¼B';ö>ýÅÍ,­×ꄲOþ´h측î ÜZôz`ŸÔà¶m¹8á­Îßëí­O×÷7wl.›p@DÇ7È‚ µë\˶¹·¾éúºÛå½cË?Ô} âMkRO?‚ UƒkÙÕæ¯›Mÿî3öOiÊCñ“¿?ÓMÀz ^±.s-ðI ר‹‰Qx⩎à=FA°d#‚ X²A°d#‚ X²A,Ù‚ X²A,Ù‚ H,Ùä"1w•ÊÛ'8´ÿ²?o×ò3Á©ÎHjϸgdÌjäSì˜3ª]ˆºçà8©îfx×j¼ªÍI³Rn˹ØDM~FcàD€Ý~i¿ ê÷Ó ©”=p“²AUÁò÷)~| QËW†~°$ðîºÅ¿cÞzÇæY÷ŽÕ†Ò¬ÕÑv¶ ÑuÆÝÑ›äUdИ¤;ù>žž—2²œ•”Tw“¢5»KõÂI³Rn˹ؚxzžKÏt³Q™wgU××]RwýîÆÞ…k½þì6Ë»¶h½÷b/7Ñ””ðè´:º$} yT•…Õï1b’H,<\ e}ùa…ú.w¡ú«´ðÚ»±ý:…†«Õa±‹/š‹ÜFßs&l` :«03qhhpHdLì‚]${"y›G‘æÐ¸žÝBÕa]{ƦhŠ`RŸ˜BšùÊGçžo¬Ý…š4£Y­^ª6aŸ4ÂT¹ï²6×SÞ"Ù¼ˆjÒä³ZíTmÂ0*>iä©`gý®pý[j±‰.<Ñù"@áAñÝ~Y'¦ Ù:éèç &’ϹhÀR¹â^‰äQU]¶HÉ.-)±up(ß$¤"±„m[]Û6é½Í.Íÿïæñ2CŠºÁÕ_þÞ^IwÓÚ=·ºUs‘ÛÂcà{Τp«St.o¯Ã÷2T¶ Z÷PÕ ÐhÉ–·©qð‡õô ÍμNX}„š4ù¬V;U›0ŒŠOy*ØY¤VŽÁú·Ôb]x¢òE€Âƒâ»ýþtyùáwšÔ3˜H>ç¢KåŠ{%’GUuJ¶ánš°±·+÷ÞT$΄ušôÞæ§7×È•lB7˜”©Ë¡š+íç©Ö\õÆ‹|Émaä1pž3£A›‹è7 ¦ÛÔLû†P“f†ð¬*«ÚÈhݤ™ºÍ8Yl$2$‰eJ_rNò©WŽ…J„{%’FU•\˦(Z¯·ÈÐ$"±„„í–þ8¸ªå·íB}ª¿Þ¾ö(ûøIFˆ©¹šY“’œ”’œ´È×Ù$[a |DðUg¢s½éïÊÎuk÷<’7:ò65Žéþ®óËa¾kËérWÉźó1*<«Nª6‰%W¡I3=¢ß® /6‚ž‹ÅŠsûåÝ]‘8ÇN¬&Ëç\4`£Ë†0ª*…È5k…Ò7Ñ&‰Mž2…RÚ7m«þï²å#ð¯e‹ê»€Lýã¶$¤NžÑqS¡“-4í»ò‡¹måÕ_&ÙÂcà#Ú€¯:ëµ_¿;lp÷¥^-Âg$É¿1›ÚóS°5~ҘѡŸÛéìš~—0EfLÑî|Œ Õª‘ªMjÉUdÒÌH…èw…ëß²‹äˆ8 èAqn¿++BÞÛ.:¬|ÎE6ºl£‚ªäí«6"1ÑFTú‡Æjü×Ä"È‹9·_lëV‹Ï¥ú˜ra§¢ªRײÂoãòBIJȈùn¿¯\­°zMU•Bd—­Ó–ØÚÙã"C©tŒÿ)­¦ A¤ ‚·…BÁ’ ‚`ÉFÁ’ ‚`ÉFA°d#‚`ÉFAjYÉ&q‰U.å´jRÁ†'ÎêdÒ8RT;Ç‚Ôx¬rB—XåRN«–Åg1£½LãòßüÄ$ó‚ VÂê"1 v‰éµéKÞz¥m _•W£àäÇÊÀDÅBü'÷Xhœ*§U ª¤á‰;d’qŒºµª£c Ap—mÞÏ"—Ø–ÑíþïÀƒÆÑ¯½7¢Ãƒ3ûþ»x½Á{|þÝ…2$£2'¾/C(p*§U«ŠžŒŽcÔ­U-KRÛvÙV»ù*K¬u/Ž>v/£¥£ñ;t eHFeNüú%8•ÓªUÅ OFÇ1êÖªŽ%©m%ÛÆZó»Ä,q³×ç?`4€€¡ ø-„'ò1E©F†'#. ·TCÇ‚Ôx¬û!?y—؇aÞ0òÕù[¶þöåå‡ÊDÅBa.ö›nçÀ­½óå,—U«ÊžŒŽc”êèXBõ†6ê{ùÇ?nýwö¦=?O?øC#ÿö³^ìnp-[(C }½âáýÃ74ònÕs&À2á•ǪUõ OFÇ1Jut,!H§‹Ä«R-KR㩈ù!5€êèXB¼0‚Ô^æ&ž}ÞÁ5êbbæA*Üe#‚`ÉFA°d#‚`ÉFA°d#‚ X²A°d#‚ X²A*X²Mµˆ¹{¨H„[œ×j÷‡ã;„¨Õá׊J9u–<œXKJ‚eªñË<¸YÖ?Aj–¿Çˆ1¶É‹¯ø^«&žžçÒ3ÝlÄÞhu´­B87¾¨«üæ-Â’-5‹hئbö˜‚TM¬~B‹X‘&yD@oÿ ‹v‘ Ëy­&õ‰) ™ÁÑQêðuxß–°`bLtä„ßnˆ¯ ÄZR¬q±Ñ¡A¡#3 ÙgÒ~šÓ3BÖ9tà¦óe .Sb¢ê/ѰÍIÙÔØ1»†ùwŸ{¢ìgÞ½5MÛ¾ƒ/Á]¶Á"‹ØÊÈÖqrº¼¾h윷ê„p—mxóUž×JJ=3"þðšaþ &¾âw•`¹{¨†¯??Ø/mÇ”>_¶½žò&gi¼T{#!pÐÁ{©+€X!Æ!ªþ Û Ù˜”ùŒSWp©uàëgÓ’ë)©?Ç´ß4fÇÏšâ¢Gê»Ë¶’ûѸE¬U¯lš‘¥b4ª†mŒ^á{­¤Jö̇n6ââ+~Q –»‡êJF–ÊVAë4^>ašÌ+ 9¾é­…ëo=ÑÛ*©K©×s4€X!Æ!ªþ Û Ù˜”ùŒsÛˆàýoï[Ù©¸M«aÉ7Nzâu©Î%Û:wò#°ˆ1¦ ÄŒö`‹XN|5~Ô»c?=.Ø‹ÖiT ¤'–„Qòa›!“œ³×Ò©ï¼üã­Gœú~‰õAª;V| Ë[Äf´r€ ×Å/œH2Ús¯Á_(¾â‹µ¤$Xqe ±8Wÿ2…Ø­¾™ œÝ4SfpyS¡ú Ì’5ŸÕkúÆ€ü•¯pböÇ]p¹#HuÇZ÷Ë6j›øë·‰CgYÿ™Ë„ONG0¸–Íy­ŒO-&¾â‹µø,>½OÄEq3Këµ:¡ìS€?-;®G¨{·½ÞØf)ÄÕ_`–lŒÄ|öö‚¶QŸvåY_RÝ©6"1y¯•IÔ6 Ö¦áAߨ³.º.w©vTȵl+àÜlútAŸ tu(Ï8¬ëbí¨×%OSbúÏ.®ßïP$ÖkÁ #‹”×Ê$j•ËÞE}蟸ʤƀ!@Á’ ‚`ÉFÁ’ ‚`ÉFA°d#‚`ÉFA°d#‚ U­d“XÄXs˜»§wÓ1C_Û|8Ï„Iz0¡öŒDQF>ÅŽ9£Ú…¨{Ž“ên†w­¦ªÚÊ3QÅdÞJ'¨œ+VTh4Î&h€P˜öË ~?ÝJ©Ñ7)äQ• ßc„Ð"ƦcmüêGwÎ~»tíÛ¸ýgÞjçQJ³”ÜË$“™°1Iwò)|<=/ed9+)©îfx×PÕVY™·Ò *çŠÕÊÉ· 1.ïÚ¢õÞ‹½ÜDSjtR£Óêè’ô5äQ™uEb„1–aÆOš¹p϶W)^6qµüÈB}—»‡ŠPýeàâcê/ ¶…‘ÇÀ† èÁDç’ÉìämjBÙ¤>1…43 *ò•Î=ß º'.›Ñ¿wtp`—E»ïɤè…-dSµMøí67‘èàÂc©øÌ›šO3²dꊕÒÊÇÀÙEŠ/Ô—Üÿ&7¼—›ƒAJEϦüB’zás €<*Ë‘‘‘––vþüùïÖ­ÉÏÏÏÉÖdkædkÌü§I rgG¹òÄÊN†?xhØŒmÀ>Öd\JébÐ&00ÿ¥‹’:z/#'[sÿò]náëçdkN¬Z? Ž}òÁ¥TöÁ­ckêxŽfâ¥^À>¾qþNN¶æóΞ‹\ÉÉÖÜ>½¶Žj¸ð@„Ó‰v!FÄ–oÀÍ.:ׇõ‡¯;ž“­9?„ߨ ;÷@4cÂ#{6ìñµCêÌ“iÉb¿?ž“­¹ub‰½‹Z&l~Â\&Ÿû'šþ.ó¢ã—ÿH¥òÃÉ5\x,ŸyòÅlv–ʳbEW¯è€}ݶ§Ý—:¨ô´­õû±Sw÷Ÿ¸G8‘|ÎE–Ê·È£2ï[¯¤^ünÝš}ûöYÃýhÜ"ÆWª³ÂJé’uCfTQ7¡úKèâ’W±-Œ<¾ÜKª÷ÃLÊ(&’ ßÇqämjR*2ù·Šîª»ÖUPzwF9Ù™F³ZSUm\cÑÁ…ÇRñ™'_Ì2"Ÿ¥ò¬XÑÕ+: ß&(<(¾ ð!A——~§I=³É6 X*WÜ Ê"F¬p'?‹Ÿ¬ãÿ§†ãåG%tƒ‰ª¿„•]i?O°æ*¨7î\äë\[˜d œÜËhÆæ"újºMÍ´ŸÓ¬ª@  ' ›4WÕKÕ&ÖÈ΂u3oj>ÍÈ’EV,É€ Ib™’Å—œ“|ê•cµSF#á/ÆüÉXëC~ò1–„„më–Íë3jPöo¯C~ç.Ôw¡úKÌÅ%Tv5³&%9)%9i‘¯³I¶0Âøˆ6àëÁDç"’IeŒ?‡Q™h„¢È Õ †ªÚä—X·šyÓóiF–,°b bxn;(N˜wwEnà;±š,ŸsÑ€®j¨,…Uî—mÔ"Æ2yêuÝ›wêóÎìEã:~\„o½Õw™ú Ä\\òê/“la„1ðmÀ׃‰ÎE.$›Úó³@ "“éÎG>«PsUmRƒK­ÛŠÌ¼ù4#Kå_±$GÄÙEŠ^Y‘òÞvÑaås.°ÑUMäˆf^Ũ."±ÊúÐXÕAj ò6ANÛºÕâs©>f^þ²VT–º–ýˆ HõÀ¹Ùôÿè>ÿ£•'¦›ÀVƯ\­°zM•¥¨Æ»lAî²Aª+X²A°d#‚ X²A°d#‚ X²A,Ù‚ X²AÚW²IŒb°ëýÑ~½Ý=T»rŠääl=¢ "y8é‘”ÚÇ<­‚ HEb­¿~$4Š@OÏšYºzM¯Aƒùwã5€ïUqˆºø7Uû˜¡5B±6ôׄF1wUÍÀ§M•©×ÀsI)ˆøjy‡–PícžÖÈÝC%T:IYÄ—ÍèݾM·Å{îïYúf¿ÞQmº|ºïÌø‚ ´ËF÷vtÛÏç@àÈ•"öF-¶»zfµÃ‹?#¶Ož2ÖÆÇ6”ÿ-ƒŽké3åä µ‹=Hû,FÄ^3Ìü¼<÷ÞN÷w´)Ò9ª º”R2!¡ÒIJVÖ’²{ñ±ù .Aj!Vÿ‰QŒ„ç¶‚ݽ¼CË µQ™‡Q‹X9ÇGK¶Õ¶ôeF±|”uT£¾ž“²tî’F1Q >½ÇÚzˆ&¥KæéÑ#|¼C‹ýõ#_íCÈ„m[¼÷½Û¹GxÐ6¥Ê´üiÑØ×{„FFǬʊ-çø„Ÿ_D¤öPmò¶“(¿ÚA¤b¨®Š[IXCíƒ R1ØT£Xç&Zàs®Q£ðÄ#RÁ{Œ ‚`ÉFA°d#‚`ÉFA°d#‚ X²A°d#‚ X²AªY²I,bî*þ¿ˆÏ/Ôæ3Á©ÎHJ¸gdîLB>ÅŽ9£Ú…¨{Ž“ên†b­¨Ú¬‘³Ï¸U—“y'‹Sý ´÷¥ý2¨ßO7¤RjôÀMÊyTÕ«Üc„Ð"Ææ}m|<û¥ëKQQ/¹ÔøÒ,ê9¥eÂÆ$Ýɧðñô¼”‘嬤¤º›¡X«ª6k¤Åì3nÁöÂÆfœ,¾êOˆ½oy×­÷^ìåæ šR£“VG—¤¯!ªjR÷!´ˆ±„‡«Ù›:ÉŒiàcOÛŽ¸ØèˆÐ Ð‰™…e?½Å<^¥…×Þí×)4\­‹]|Ä]Âé¤\b„1ð=gª3ѹ 3‡†‡DÆÄ.ØE²c’·©qiëÙ-TÖµglЦ&õ‰)¤™Q‘¯|tîù¶KÐ](Q“ÉjÕTµ Ïr§…|¥É'Ê`…—s9™w²8ÕŸèAñí}ú’ûßä†÷rs0H©0ç|D–Z6Ük<ªZ½Ë&´ˆ,…¶ïþôn[îK‘˜¨løúãñƒýÒvLéóeÛë)o‚„ÇkÃÀ6;{¯Ú>= §º5¬cTÜ%œNÊ%Fßs&Õ€Û8ˆÎµ\Ýêâ¬=ñCü®'Lî6e‡Ô.›{ oSãøZÝêÒ¬=ñCünlŸÜwY›ë)o‘lmD%jòY­‚ª6aŠ*>-ä+M&QÂn©åD~²øª?áAñí}Y'¦ Ù:éèç &’ϹhÀR¹â^käQU—]¶õÜÆ-blÉNض•íQ¯iǾ’mQ7Ø•Œ,•­‚Öi¼|Â4™W@Âãåïí•t7¯6*îN'å#Œï9“jÀ­]ѹü½½ßËPÙ*hÝCUƒ@£%[Þ¦ÆÁÖÓ'4;ó:amJÔä³ZUmÂU|ZÈWšL¢„+ÜRˉüdñUƒâÛûþtyùáwšÔ3˜H>ç¢KåŠ{­‘GU]J¶ÕîäGl 'Ð &åñ2@(îJûyê„5W@½qç"_gátä®/©8쪄 ÍEY0c¦Ë!”¨•G‡V)ª6²Y7-¦®43’l‘åD2 C’X¦dñ%ç$ŸzåXŠ”ÑH¸×iTÕë~ÈÏR1Q7Äí»·÷ƹúOgŸõx½ßE5}íQöñ“Œ"w5³&%9)%9i‘¯³ètR®/Âøˆ6à«ÎDçzÓß•ëÖîyæeŒ?Çt×ùe‡0ßµåt¹«äbÝù”G‡V ª6‰EU¡i1e¥É|W¸Â-¼œbx®ú;(ÎÞ—wwEnà;±š,ŸsÑ€.¨ªV¼_ö3‹Øa_%8ŒúzÒŽKçî³÷"±ˆ\Ëfè’yci´ +,æÜ`ÐûD\ô7³´^«Ê>¬óÓ¢±ãz„º7pkÑë€}ì“ã¶$¤NžÑqS¡“-4í»ò‡¹m'lÛrqÂ[¿×Û3ZŸ®ïoîØü…ÈŦ“êBѬê¬~:Éÿëµ_¿;lp÷¥^-Âg$I¾Ø!ð§àZNÞ?iÌèÐÏítvM¿K˜"3¦hw>òY•‡¼¯ÑôŽ/µ¨*2-&­4™ï W¸e—ɱª¿ð®^¢ÅÙû®¬Hyo»è°ò9 Øè²!ŒJøË³ZöëÇ ¡*|>¬z}F A¬‡¼ê³÷Ŷnµø\ªYWϬU5º–ýˆ ˆQýñí}?^¹Zaõš<ªjD5Þe#‚Ôxp— R]Á’ ‚%AÁ’ ‚%AÁ’ ‚`ÉFÁ’ ‚Ô¦’Mn#³<Š&“¤JVÅJ&*N•$ê"LN9½Jlº2x†ûÒÝC¥P«Ã:…Üx:»ü‹Aª–ÿëG“,båq™ô‚¯"w±†‰Š/põ?qˆ:Ìø3–Ç«TÁ¦+ƒg„÷tÎ9»"øåÓ÷¯m¼ R±ú_?šdûó‹ÿkÓ¬±OËΟ<³.É T4‰š‡äZÖvSqT˜‰ŠS%IùŸø^%ùäˆz•ª éŠ„úA¯=>€/xwÙF(˜`ó9gZÀíYýbï¢f­K÷BU4‰š‡äZÖvSqT˜‰Š¯J’’‰p^%ùäˆz•ª¾éJt—}ë@\Ä̼;–á.©I»l+¹I-bÿÞÏô³Óº{6PädgÉ¿5*šDÍCò-k»©8*ÌDÅW%I•lΫ$ŸQ¯RÕ7]l```iÑÃkwо:znœŸ3–l¤&•lë(ˆ-b~JV“JU¨hâOÉ=2ª ²ª›J4&%Ï A—QÇçU2Ã¥T5MW*[Ž={O}É=…­'÷­”ä$z遼fN·{6¾æ‘š„?äg1‹˜4"æ!b‹¹©äc“zQ>A×sUÁ»ùäˆx•ªªéjv°Çœ-eï6Îm™ë<Ë`a÷~wKÀµ¯žËÁ9R“°–H¬œ1 óúÍCä->–rSÉÇ&E9]œ*ÉøI1–¾WI¦KU0]ߺåâ¤ÿvYSd ZGŸ-¿ÅîÌ•NËW øùüSŸ™´¨¤*ƒŠƒj¼*É$ª…W Aj¨8¨iȨ’L¢šz•/Œ ÕŒ¹‰çË?ˆƒkÔÅÄ(L&‚Tep— ‚%AÁ’ ‚%AÁ’ ‚`ÉFÁ’ ‚`ÉFAªHÉ&‘‡•“ÊÕeNd4A³±Ì=Fåa塊è²ÌoÙŒ ˆXå#„ò0VÑ»cÑk/5mäØã‹Ý×—¿=²¹OCßÀÐ/¤ËOam]–Qm"ScüRWôê>÷DÙÏ¡{kš¶}‡sG\ltDhPèˆÄÌB©qÁ]¶%îäg’TÇ겈 KæéÑ#|¼.‹ýõ£P—eY&lÛâ½ïÝÎ=Â{„†|°)U¼½ íõú“GyÖázõ>:èÓ¬Õ¿N”§œŸ5D¤ZSmDb5L—µixÐÁ7ö¬‹nT¶Ç""ºµÖµl+ãÜlútAŸ tu(Ï8¬.ëbåÕë’§)1ýg×ïw(².GAL¢:‰Äj†.ËÞE}èŸOâAð#‚ X²A,Ù‚ X²A,Ù‚ –lA,Ù‚ –lA¤ê”l—k9hØ|¸Ž½O£êט}²–Ÿ “LcÂtqÏÈÜ„„|ŠsFµ Q÷'ÕÝ竚ªÚ*%Wæ\Î5&*ð3çÿ3@¨ôKûeP¿ŸnH¥Ôè›” ò¨ª»Ç¡KŒKëÄ}—–tô|xò—ú|Ï>SKþPÔs&ÞfDؘ¤;ù>žž—2²œ•”T÷*xS”Ê ©seêÈå\c¢?ù1ùþ?!J¿å][´Þ{±—›ƒhJNJxtZ]’¾†<ªJÇ*"1 v‰±ô«ï°}ÆOðÃŒõû‘Œoà ùVÚO³cbzF¨Ã:‡Üt¾L¾UZxíÝØ~BÃÕê°ØÅ€ÀÑ%œN´ y |Ï™°êLt®ÂÌÄ¡¡Á!‘1± v‘lŽämjEšCãzv U‡u훢)€I}b if@Tä+{¾ÃtO\6£ïèàÀ.‹vß“I?°j¡jžúŠÏáò{^†Ä¾k°ì˹Ƥ~ò1pþ?уâ+ýô%÷¿É ïåæ`RaÎùˆ,õRå^€äQUE222ÒÒÒΟ?ÿݺ5ùùù9ÙšlÍÜlÉÿ4é±Aîì˜#WžX9ЩÑð ›± N¬ –úšÿæ8·Ëæÿ ä颤ŽÞËÈÉÖÜ¿|—jøúã9Ùšë†ÖˆcŸ|p)•}pëØš:ž£ÙÇ_„x©$°oœ¿““­ù¼³çâWr²5·O¯­£.<át¢]Èc€ñ‡åp³‹Îõa@ýáëŽçdkŽÅ¦‹{†{ š1á‘Æ=öøÚ!õæÉ´ä? ±ßÏÉÖÜ:±ÄÞE-6¿Ëص)9Ùš['þ§°q·áhN¶&íÈb{—á!È·”:ìƒÌ;I®N/ÝÎz˜“­ù¡WãÞߟ”:S¢ãóVñ¹"_~2ß.{K­1Ñõ&:`_7‡íi÷¥*=m«Cý~ìãÔÝÃý'îN$ŸsÑ€¥rŽɣª ÿØ‚|%õâwëÖìÛ·Ï¢7_%v‰=L?ßη½¦Ž‚.T»}ºMCo£FDÝ`Bù–æø¦·®¿õDo«¤.¥^ÏÑ<o¯¤»é ížë]Œ:º„ÓIéÁcà{ΤpËßÛëð½ •­‚Ö=T5”º0Â=·©qð‡õô ÍμNòÆó¹M ôîd jüîÕBÕ&Ì[ÅçŠ|ù±³H-ƒeo©5&ºÞDäûÿ„ÅWúý1$èòòÃï4©g0‘|ÎE–Ê÷$ª ^±èüˆ]bJ»ߌðösZ‹1ß4°#eºÁÆzwìï§Ç{Ñ:ªA€T3¡£+íç©Ö\õÆ‹|…Ó‘k½¤bà9nKBêä7:ÙBÓ¾+˜Ûv¶-'¼Õù{½=£õéúþæŽÍ_8 ±é¤ºÆÀG´k«_§NòÁ¿Dçzí×oÇÜ}©W‹ð FN„Ø!ð§àZNÞ?iÌèÐÏítvM¿K˜"3¦hw>òYµ ¢„÷ö‚¶QŸv4Tµ½x¦„ãH­´ŠÌ•IËOæ»ÂeoÙ5FrD¬ÿ/¼«—èAqJ¿++BÞÛ.:¬|ÎE6º £2¨BU„j#+ÿ'œjj ˆ(¨j« Èûÿ8¥_lëV‹Ï¥ú˜ra§¢ªײ¤ €ª¶ªƒŒÿ¯ôûñÊÕ*UÕ¤ï²Aj<ÖúSAÄÚ`ÉFÁ’ ‚`ÉFÁ’ ‚`ÉFA°d#‚`ÉFAjSÉ&1ŠÕN¬$â¬H¢ª'y¸ÙË©Pª`©•Á3|=‚:&â¬HRª'þáËÛÅDJUPjEBý ×ŠÀ<‚»l£?toG·ýñ|Ž\¹!boÔb»«gV;(DJ°ÿÈ9ÓnÏúè{uzÚ6~ƒÛŠnEý¼<÷ÞN÷w´)Ò9ª`}ßÀÒOS¦¶sÏ»»# ÷Þ{—W³íGÄ^3¬L‹ûýñ¯øåÞü¾uÏ]ì¤ÅY/äÞHtð^ê ¶åØµ)ˇ¾”{s}óîKƬýãë-ž\[Ð÷¯ô´ß¤æâøZÝêÒ¬=ñCünlŸÜwY›ë)o™ÁDžüDãZúL9yCíbÒÞîð…ãw)yšì×ù»×6òÇ'O2;Žèw7 l³³÷ªíÓÃàqz¡[Ã:üyE»,W·º8kOü¿ë “»MÙaê.ûÖ¸ˆ™yw.,Ã]6R“vÙÖ¹-±Qìßû™~vZwÏ&Šœì,·Æ2®,£!Q«“”ÙË G…I§øV$©’;¼]LT¡Tõ¥VXZôðÚ¢¯ŽžççŒ%©I%Û:7_%6Šù9(€–R@(º€{’Ü·Äw ­NRf¯rꬸt˜”<3]Œ±1¹Ã7C›T5¥V*[Ž={‡e}É=…­'÷­”ä$z遼fN·{6¾æ‘š„Gh#$ÌÅ~Óí<¸µw>·—7Õ·$…Qõ—(òsU˜ ë¹‰àݼ]LD¡TU¥V³ƒ=æl){·qnË\àY »÷»[®}µð\¾È‘š„µäF1) ®e½âáýÃ74ònÕs&À`–oI £ê/Qäçª0AgE2~RŒÙÅø %™.UAj5~ë–‹“þÛeM‘-h}B¶ük¸3W:-_=,tâçóO}&µ¨¤ÚŠƒj¼É$ªšB ATÔ4œ›Mÿî3öOiÊ«PÂz µñÂR‘ÌM<_þA\£.&Fa2¤*ƒ»lA,Ù‚ –lA,Ù‚ –lAK6‚ –lAK6‚ RK6ŠÄd0I E‚¨%KÆ"&oÕUUíhæ%MžŠÌLeþâ´TªËR»Db‰”´ŒüÞÍ„Ú3˼DUgå ¯jB˜4þ1VdfÈ窔´ IU‰•Þ˜7q`˦4mÕ¼녥F“а%”u ÚÀÝCµ#.6:"4(tDbf¡Ù]ŒJË„~2–Ô\Üì3·¶éþÞ)М™æîá}£¨Þ ôÝš]ÖE˜ni`ð’jÏb :3žppÑœUd¢ 7aG¾Mx™†vîÙëÕvñ[Êl®¥r§ÀÔ̵Ðɬ7Qáœhnóì|É/êb6Oé2àóc@&rM‹ÁâäH¬Ô*BªÙ.›P$¶qp›Y‡³º¼¾h0µëƒo{‡.½ôûxƒ·À"1¡aKTÖÅGÊæ5|ýñøÁ~i;¦ôù²íõ”7ÍëbTZ&å'ã62Rsq#”½f²w´Ž8qçââ&u^Rªkôö­ |[½z÷ÎAJ"3Ü,¢/a{Ñ}–Ñð„ƒ‹æD¨"{þžL,E2Ú3Ñ£øª‡ÿµ÷ö}Û¿YÚÎi]&n3P‹˜oLêœS3cÔBgt½ w»¢¹½úÃkCõß=-;f‰MjÒ§v”9"7aZø¥"”YEˆõvÙ•&ó÷öÊ)¥S3²T­j¨°õÐd\–ße [¢².>R6¯+Y*[­Óxù„i2¯˜×Ũ´LÊOƽ*¤æâFàéÛ쇫iuú`ûð‘_ôÙ÷Ö¯aÿLÝ;X*3Ü,¢/a{ÑÂd4<áà¢9ªÈ8DSÄ!£=“ZGîexØ*X»IÉ–:G‚S`ZfŒZ茮7aÉ–òÉ-Üæ‹Óö[.éîbf‰ÜäK¶T„2«±^É®d‘˜I [ü)ËÞçþ-$š¾Š Pi"±ºª`ÂÂukNÏ.ï™1…PÖÕ|Ìš”䤔ä$¶^KÙ¼âÊžŒsõŸntL©.F¥e¢~2¾@‹\6ÖîÍ—öÍé;¶—¦þ»ÄE»îM ñ$I‘ÐàUžô\$'b*2ùqïÕd:Šòzs—ïÀ¿pOŠ(è(Gf¬1”èzÛ>sàÃQßÿ¾ýí9ýÞÐèh ¹‰¦EÔigÁƒEÊO¥‰ÄÆnÞqíÿÞÞ²aÁ‡P·ë€É_;Æ`ç“QY—TƒÞ'⢿¸™¥õZ°Ôì.F¥e¢~2¾@‹\6æÙmÊãsc§ml }F5Y¶Ú¡o}’!4x‘ŸD£á æDTE&Ÿ¢²%$ÛQ”)¿­3l`÷ϼš‡M¡”{Ë. t„”'3L2‡0·öÏ{çt÷Kÿ„9*Â6¾²kÀÛÛ¯N(rM‹¨ÓŽÿBІ†°Ú»Ë&Tˆ5óòÌÕ3×2²XÏ­ËQ5hM)³³Ò ÞÚ£H¬ì¥U[Eb¢i—W¨˜”3 aHåî²-}óU…[²¯gfÕ·Q]úHåÝJX²…[*‰Õ6‘˜hÚ–lòü›qÈhC*·d[úN~ ±ñ ê~s?yêãAîðøò7P·A¬Ñ±Q$VÛDbòH©°ÌÊ¿ ‡Œ†0¤±Ê¯äbÿ·fª ÀšÁ#¾üîç;9x €ÍÔÕ¯›1ŠÄŒREbÆÎ”¼! Ì’„¡! ©âXþ~ÙFbž]çÝ¢zoÉú¯>˜YŽÍÛ†}öÎâIݼ ÆA‘ŸZ(3z¦ä a`–$ a¢ !¬ê€"1kuA*åL!H ÊòCA¬Jm,Ù(«Ág A°d#‚ X²A,Ù‚ X²A,Ù‚ –lA,Ù‚ –lA¤‚K6¡N¬°¸µË€rJ­DuMñļI—D|R »?ß!D­¸VTJè”âf/~œØ&zi…¥Ë¤Ó'Üà¾A¡V‡u ¸ñt¶õN%‚XËßc„P'Vhutƒ^Vý :3n‚aTF%êš½ß19ywVu}Ý%u÷hâéy.=ÓÍFAƽ ×{½I½ H—Iíåo„ b7Î9»"øåÓ÷¯m¼Ÿ RU±ú=Fubî*wÕ¶ã›7núrrv‘ѤÐ)%¯}jР-ðüIü¡dÌ[Û1£Ö(3c\_B×” ÄL`¢“rœœ¿.dA4;~Í ŽŽR‡G¨Ã#Dý[Þ/ƒÙ{ØumÜ)ƒñ…ª0ùxHœXóŠv)ÌL»`—kµ~ÐkE`Q@jõ.›P'Æ‹ÎÓ>ªøóýo»}|íïn™-‰ R$Ú'áÖIÞ¼e°“·F™'ã wM„'Œ_tRŽq-}¦œ¼¡v±ÿ–ÐûÅïRò4Ù¯ów®mä/ì"•v3œX¢]–«[]œµ'~ˆßõ„Éݦì0u—}ë@\Ä̼;–á.©.»lëÜ|•@'Æ–ìÔô,•­j¨°Ui2RåwÙB§‰öI´üɘ· ^ÛòÖ(ócä®)ƒð„ñKɨXšzz^Î̪£ €À¿%ô~ñ»0tªA›ì¬[üñ…]¤’ÀŽc†Kª —@Uƒ@ò’XZôðÚ¢¯ŽžççŒ%©.%ÛÆ*“èÄžµ† ¬œSò¿1]±UIRú%Ó­QÆcFã7Š0~£–)£ùå“ñ~I!ì"¡Ë”." TÙ*î•è}ì• /¹§°}îñIIN ÷~:hæôøq»gc]@ª VüŸ¼NŒeµëM·ÖoPè”2jBõ'‰bÔJE•QÁ¹ÉÉèÈOæb2OKøIèýâÏ®Í;iï¢6ÚE>B'^Ñ.oú»²ù¿µ{žðPf{ÌÙRönãÜ–¹Á³ ïw·\ûjá¹,HuÁÆJãÕ‰±Lµ92sÍIOõ·¿¼j0‚Ð]$tJ5!‰ú“D1j¥’ Á¹ÉÉèÈO:¡«jã•'á]½ŒŸ81ïöÇ—ð `´‹‘xÈœXüyE»¼öë·c‡ î¾Ô«Eø €ƒc¿uËÅIÿí²¦È´Ž>![~3TBSJ§å«‡…Nü|þ©Ïd‚T*M$Æ^Ë.ÏG¸rro}Óõu·Ë{Ç–¨ûÄ›fÖ‡ü1yû‹"±Zˆs³éÿÑ}Æþ)My(~ò÷gº X¯¤¦]1Š©[fÜb—“¹‰çË?ˆƒkÔÅÄ(L&‚T¸ËFÁ’ ‚`ÉFÁ’ ‚`ÉFA°d#‚`ÉFA°d#‚ U³dWŠK¬r]P(=j3G‚Ha•{ŒT–K¬rïC‚0óÚ£ Ad¨ˆ{ŒºÄÎnx?$¨•ÊóQ³Öê¾#åǪª ¼Sì“„†-£†0y ÀP† 5g—MèkÝÀë©C§Ï?›¨,Ê9w<ù³o7ñ¿kpL¡ªJÔ;EhØ2j“÷r¡ `R)»l«Ý|•À%65Øw[–mÏþ=[4o9d|T€›ÌxBU•¨wŠÐ°eÔ&ïåB  A*£d[íN~.±•G’ûlÛ{áú”ï–¬]óGæý2ãÚ­È [ò†0bÓ ÀŒ€0± ÖýŸ¼Kì•Y«2õÛuôw³Óë2å÷ìBU•Ð;% ¹Ö‹¼ À`RXñ~ÙF]bö™'—-ؤÉÓº5òŸöùjƒîükÙ¢ª*¡wJ4 r­y/€¡ A*…J‰!$  Aj9(«N  A º0‚X€!»lA,Ù‚ –lA,Ù‚ –lAK6‚ –lAK6‚ RK¶•,bVUj¡¼ AÚX²‹˜°b—zæâYýíWÍ®e ?=!vƒfÝË3lÞUìçDº:À´U{%¥$'ù;Úï¤Õ‰Ü9oÉ’/ØnÑïØ|·ênùÔ)ÉI))‡ö­ìõÁèwpÅ R£J6¡EÌÝCÅßÉÝ·Z[©e”W!RéXþ#u=GÇ}2§wW¹2{ÛÔ-…1W'š:ŽÁ½4×}8e…+¬Û{`»‡Šû¿Öï š{`«Ôúóc@¿M»€×Å-ð?YG¾ˆ0)žÛÿÏÉ{®AjTÉÊö«Äs“ž[ÄfÍ?xé¯ÏÞ0°ˆ‘\ŽàyèiI|=;ù.ÿÔ’}0¶Mýio¼Çú±Íìêu*yúªI?<8y®AjÔ…€2‹Xç¶¾[_e-b–þöá_Gö~Õbù›CŠèçÑ /y@8ªIJ­ÏƆ¦ù¶³zá଼Š},”W9qñ§·?™+AW²À˜E¬‡³=,Øüç†'Œf]¥Ê«©Í%û™Eì_eÕ¨¯'Ť,»dgg[þÍMÝ7¾ÿnŠ"VêrÿKV©E45]2oLŸ°ðˆáã ”Z쯅J-¿u‹çž9]º‡…vïúîn•”¼jýÄÏe‚D±*ÕF$†J-Aj!ÕU$†J-Aê$C¥‚ µ¼Ç‚ –lAK6‚ –lAK6‚ ‚%AK6‚ ‚%A©j%›Ä"fà4 QÔx8Õ ÂtqÏÈÜö„|ŠsFµ Q÷'ÕÝŒóU1ª6kDnöI±êÕé³ñ ì¥ý2¨ßO7¤RjôÀMÊyTˆ…ï1Rüø@£–¯ ý`IàÝu‹yòàÁEmFB@ç¸_.Ÿâ[iØÓ™“­ý²f£ÕÑv¶ Ñ%Nžac’îäSøxz^ÊÈrVRRÝMŠV´ ÷%÷ çìŠà—Oß¿¶Á¼ñ­¹Ù'ł텛xzžKÏt³Q™wgU××]RwýîÆÞ…k½þì^Ë»¶h½÷b/7Ñ””ðè´:º$} yTµëÞc„Ð"fn0vM숋Ž ‘˜YX¶5øivLLÏuXçЛÎ?bŸ,-¼önl¿N¡ájuXìâ  Í¿0}XÏðÈÈnÝlºðˆd:Ñ.ä1ð=gª3ѹ 3‡†‡DÆÄ.ØE²“·©qiëÙ-TÖµglЦ&õ‰)¤™Q‘¯ü{çU™ÿñïÌpÓ5F4ÑеÍ+²€ŠŠ–^ú¹ úËÔ¼my)£Úeí¢fiÞ3S³\S 1/ëe×\]ÍÕ¯H^@JWdfÿ÷xvÎsžó 8£Ÿ÷?΋yÎó|Ï÷<ó‡ãáy¿uOé <<{Á¤gb¢;…tKÛv‘“"q˜ª6å…¨ûÈ'ý2Äz×fÖðŠ«éôø1H6>æIÉ{U·/}t=ª/›”*s.‡°ÚGú8ˆG¿Ê&Kå”èëŽýLD!Ï-^ÝkGŸ9§Ž,óÒ3Ê •m# 2ùIn°zÆzÖ£†­:°"6(/3iÀûÎìM!¢[Å%^&#]?›ò쮋¹‹ˆhõàÐ-1K3’#ˆèjay“fõW ¹óöÞñOúܸÙ>fÇÅËlÎC9óñ||ÃWì[>4˜Ó@Ês¬…‘ms¦m_t&=±GR¦Ú*[zÁ̘ráóadÛãÓ¶¯ˆ :›‘8pA虽“EÖM>¾ÆQŸø`PÐõsŸ¶ë—U˜·Y-lñUvþw©½¦Þ8ÿãþYÔ}äâ“Á: ó]å$tÔg&“ÙaÂãI‡ÎF6òdžÔíï êúIÁé5DT|pBܦqûßëb3?çÌ€Õr%}Ä£Â*»y@`-l¾j¹sÏ"3~×q¿/gÙXĪqcäõèvûZ ¶ºÁ|ÜõÖ£N^.6ºëÍ•%¦€ˆ’¢“DTr`ýä?­Ê¿VånÐÏ=ósI75í¾PØÌà õÖÖßd ~Âúº¤ô—ÇiǬ£¨]>›Iè¨+μúÌ[úù(*®¯×1OÊb.3ú‡–çÑÖ¸Ž'î{¥EC›ø9g¬–+éã Jvó€ÀÚp?z†v #¢/F?eµˆ=6ÿËOs~êrvJÇçâ^š[OO­¼ ù·ªÿZѹGå¯GˆÈÍ«¿×?~{äÐ_wîØº¤ë‚oÏퟫÖlôˆéñ_ýÐÉd®,1ú·WkvÇbùâ›ìæž÷>?yŸ³üE®Ù’è­Nyˆ½1Hž3Í µÆúB̘½ÝJXUD¢*‘°­ª¶O±TmDæo?;5yE¶—í?‹ÚÜÞÉ >U{ÅE:´ˆ$Ör{ÎqïÝ k0[tš‘HѨÕÞC~|‹Xjts"9lâ;sßø DÔ¼_*å®tƒQêÎóDôÓŽÔÆÁÉÖŸTTµ hDDÿZ?Ujöj7còÊýÖ××.ß$¢ŒS×±þäÜá<"j=rùÞ=»÷îÙèÍNyˆ]1Èa6«Î˜c¥7¶Ž•¿m¶Èï:|›šDrpã×ïžÂëOæÝ%g.G-EVª£jS¹îu¹=“ó®r:øŠ ÄpÏÆÇ:)I°wã¢ë!3?åé˜>¡í»½½³€Ó¿•üŒ¸ž³QÉ‘ >¾MÏÞ¼CDÓC7•Þ”¼"&-¦ ÊF©L*6²š›º”ïþZ°å‰ >9e•DôER·AïýCļÅÌ9SAÇ?ke'<€«l‹ØKóŸ|'xÌöïþp¬EèL"Úw¡ðÇÁ'-É:WÐÓÛCþÛ«|£E¹mHÍÇ!©‰ø-¦šH\ &®•R «Ôbñ+÷.òÄõs«Z÷œ;råÖ·¹vzeûßæ}I\ÍÕÍÒÌv½žÏ™ó÷q]çÞ©l>å»EíÊÛ¾páü.KV¢˜¦”‹Ù•Ú*Û^SóÝSkÇÙ¼mBiß¹n¹»ßöÐi»Ö˜Cs&ƒÚY+;ÀIVÙw?jXÄ,æ²'šÝô˜ýÚ¡è´N-o¬Ýr4çÙNyî‘g7p:–Û†ÔJ‰¤&â;´˜j"q%˜¸VJ)¬RSˆÝmi©ð16—½n! ¹²ôlµöTÞ[Ou|-cØsó으1â½swÄ’zÉV¦)岫dÛkêR{walè¼<7ä|ßSñU-žsÎdP;ke'8IÉv´â@Û"öȔ޳ó?ýv‰§ÿ7’¦§½·° ¬2 ÿxíеHj"G鈘Æ/q­”RX¥¦»ÛRçñ¿¯E4Wº©íyçØßþê9vEÐ eûfžõ:Ö6eÿ¼”É;”^é‰ÌDz"‹¹Ì®¼Ùkêb¾k®,=˜w³…[Å¥kÔÈSäæÐÕP‘qóÀý¤Vòã[Äzkm1—¥æþÒõÅ §[ì\FDRÚóû¼gXéóZjj"!%˜ýZ)9šŽ1&üþŸLybçÌ©ñýõnŽñÈN˺˜æg» Ö2i1Q<×ÿtƒˆòw¼Î惘Ž1æ»S_ñéWSf<ýRI¥™Ì[‚“Ö83މiZÄšF³›IŸÒº‘¿ï0¢D4µÃ£6ýØÜË–lCÚh9´äj"9"J°jh¥äh:Ƙðû÷ë‘tõhü„5-‰hÀˆ –y |Ô˦M“Sõᢗ†=µºyÓ¶ý¦­ãtUCǘòÝ‚og¿òCÏ㨧Xó|Ö )Ó4o NþY3 8 .£8àÛ†ìj"€«àªŠŽmÈ. &àÆH]03ûXÍ;ñjÜ''».<ÀÁ#€’ %P² d@É”l(Ùœ¤dk*ÄöOèæãkŒßWDDeÅk}|Fÿö7ÍDDû'vóñ5Ž=|åa¾vY²”².é'K–ø™3F<Ù/6UíðjØÂHU›ÈÛøi5Ä1{Œˆ(Ä®÷DÌW-n>².2?#¶Kâ÷DôNN~bÓ¯„~R\¶=¿ [C>ãLÏÙiÉR69\|ˆ?¿ã—‹½ :µÃ«áôzØ4`·‡P+{Œˆ(Ä·@D¥ÿü‚ˆŽ¯<Û yН»>s÷señú+e Ãøõš©ƒTÝ)?=}ÔÓ]£"##FÍù‘´¼Vd-L0¹çLÙ@Ä’U^”=$¼SXï¾£ÞÌYÌòmjJ™Ö¸}ËÍ–A}z?ÿÖQ©YÍmaäjª6eV oƒ¼ÍåWÙ" 1"ôØÞëw_*˜Ü¾åÏ Yÿ¾¬É¼ƒ+µêú‘©ë'¹ÛÛü&%ßî’©ƒT­º%fiFr]-,oÒ¬>ßkEöØÂc{ÎÔð-Y #ÛæLÛ¾".èLzb¤LµU¶ô‚oS“ÐTˆ©-ëìµ…¹œªMÆÝ¢yäm÷o•í¸ÍWµbDôõàÐÑû‹¾ùü³þ#_ØwzÔÆ!>öønRUÔÛÇz.?˜5¬§{¦JPýÜÔ´ûBa3{¾×Šì±… Æ ÷œ©5à[²äÖ+£ˆfÉæÛÔ$4bj5Â^[˜Ë©Ú”aHsò6ÈÛîWÉvÜN~Ú 1 ÿ8í/þæO¯éßÒûÑç{T~¸ê•õˆhX¸¿{A7˜š©Ë¥†*ïóñc–Ÿ"¢È5[Ò½Åmaâ1Hž3Í µÆúBµß¦fß÷´½¶0ñ\9‰ªM=·i y[íáà‡üø 1c÷ßÑ•¿å×ó ò24 ø½ÑöÒ›zw¿çMð—ðL”ú‹èÕnÆä•û­¯¯]¾I, Uë‘Ë÷îÙ½wÏî´@o»la‚1Èa6дd¥7¶Ž•¿m¶È/=|›š„¸L«†¶0r-U×@yäm÷ Gî—­©«ï;¬¥çäó·«Œ]â‰Èà0ÜXCIyƒæ<+<ù½l5”ˆú‹ˆ6¤ç&Nê¼¾¼;µ¸xíÌ| •]¶0Áä0hZ²Æn\?4¶ç|S›¨IDé×B˦&µ—iÕÐF.¥jãÈ oƒ¼ÍÅÿûñ~à á(@]ÞËÆ_?€ËàÂ%Û–·XbP² dJ6”l(Ù€’ %J6 dkzŪÁÜèN»®Ý"¢moŒ~*,22ª×é›wE’éÖÕìÐèùÕŽ^%À}¤VöñŠÙËóK»Ol”»m$µðó;ZXÔÄý}Ã4uÉ7YR¾ò[4¬FØTP—ÔÅ#"^±s›S||=¦~MDK†wôñ5½ÿO^)<ôúÇaoFѸ}ËÌ–Øè>‘Q½"£zI‚"¹©‹ïЊy£ûÊÔö…^%ÀùÊôŠ}œð›; Çθ*íë'_úKöûØÜ:o½˜ðx@Ò¡³‘ S†ÜÜ!™ºø­ÛÿÞÔõ“‚ÓkäÃÁ«pþUv­m¾*ૺu>¶}øþë·þîøÁ…ÿÕR°iéçw¢¨¸¾^Ç)Ù’©‹ïв˜ËŒþ¡¥ÅùòþáU8Év«­q¼bU•¥¥•UDTùïK¿TšÑPY´Æ”L]ö;´àU¸µûÏ+f¹“ö¶ç›Ko]ýûवü®"yºQ!¸Àç;´*nòlis¼JçÇ­öºæ{Å}ðÜâ£?‡¿¶#å¹ÎíÝ5î‹éÉ›{}$“¬ÛÜËÓݸæäµ¨î&íqµZWO¬5…±9 ^%€óã2"±ëùuŸØäÄŽøšwµn@HÙŠL¨ÖC~P—¸ªHÌ»UòÿW¾kýSššpëÚ_ß­ƒz À‘Úefö±šwâÕ¸ONv\x€+‚=F%J6 d@É€’ (ÙP²8aÉÖ´ˆ]Ø:ÙÇר¶ßëæ|ß§Åøø{LÞú0_ »e’!AùŽ¢L|ˆÌ#ž ‹ì›ªv¸2€û’u j»Y²·çÎ.¦ºO3ÉügƒRæ—÷—gŸþì¬ZJ5OÜ®lˆGåœ8~A‹ØÂØÐ·öÇ->ðAƒíº¦X†>‘éïñà¯ú™ž3²SQ¦l,r¸ø~~Ç/{tj‡×žPÍ…Tm.”¥Î.¦ºß§Üü§ÄFæ·°{›v;rú7ñb¦TsPÁ³«¨4ß.\.•“Pë{ŒˆXĈhâúu^†¬iC_4ó–Y7mã*~½fº¸2SGE÷ ï><»¨üî×õg/÷íÛ¯WdD×ðÁëÝ•{Ý)?=}ÔÓ]£"##FÍù‘T`üáÔ´a‚1È=gÊ"вò¢ì!áÂz÷õf–ȉoS“PšÌÆ è[n¶ êÓûù·ŽÞ[g)WªÎøYu~U›²“ºÏ’àÄãdU9ák8»ÔÔ}ü$óó¤ä2¿ªÛ—>ºÕ¿‰—MJ™N‚°Ú„‘>zâQ=D«lA‹ý”1±sâ&"jõÜÊCK㔿ØÊ÷eº¸†­:°"6(/3iÀûÎìM!¢[Å%^&#]?›ò쮋¹‹ˆhõàÐ-1K3’#ˆèjay“fõ™09ÊáÔ´a‚1È=gj øŠ²…‘ms¦m_t&=±GR¦Ú*[zÁ·©I¨™Ìøk¦êŒŸUçWµ);©û,‰O<ë(Ìw•ÞQ³‹9Ó˜ÊÍÊ“’ËüŠNˆÛ4nÿ{]lâ眰Z®¤žxTN»Ê®%÷£¶EŒˆŽ,ŒëûÇ}Dd {-7k ¿K¦‹ëäåb£»Þ\Yb ˆ():ID%ÖOþÓªükUîÝñÜ3?—QpSÓî …Í<îécÔ´aœáÔ´a‚1È=gj øŠ2¹rÌè¢Y²ù65 5“™f1RªÎøYu~U›²“ºÏ’øÄ³Ž¢6Ul&¼£fs¦1;”›ÿ”'%—ùmëxbá¾WZ4´ˆŸsfÀj¹’>zâQ9mÉ®ü,beEYCþü½Gƒ§Æµ>¿dÿŸ_ʲ$®%§KA7ØèÓã¿ú!¡“É\Ybôo¯ÖLéËû|ü˜å§ˆ(rÍ–´@oåpjÚ0ñ$Ï™fZc }¡ÚoS³ï{Z©:ã‡íüª¶jtâð,Ù;ñħ¥cg—H‡‘©h¹=ç¸÷5˜™:ÍH¤žhTNL-þw×"V1;vÊ*ËÄõkg§¯næaØ”<ü‡_+9Ëv¦‹+õ®‚+µqð]WAEU«€FDô¯õS¥f¯v3&¯Üo}}íòMb9ÀZ\¾wÏî½{v§z3‡SÓ† Æ ‡Ù@SQ–ÜØ:Vþ¶Ù"¿èðmjâ&3æárøf5gWµ9È÷V£,Ù3ñ8ï*'¼ƒg—@ ÷̬“’d~7.,º2ÃU“ù9g¬9a£rfjk¿l¾Eìèâç׿]oñ̇©á&"SÆûƒº'5*~éñ¯&1ïe«¹¸b¦FÏ;W\aZ–~÷éœÏÒâ~îãߤMÿWˆvZ˜°!=7qRçõå Ü©åÀÅkgvà;À˜Ã©"ƒfMEÙØKâ‡Æöœoj5‰(]#ÿZ65©¥¸ÉŒy¸~V\Õæ(ß[M²d×Ä㼫œðŽ]"g$™ÿ˜'%ÉüN.J›•Áì–ŸsfÀšF0*rboŸËˆÄ˜FÜ÷§Á\è‰4ê¾ùO’ùj×vÎÑÜ{nìÔATÎ|/ýp<óŸ\æ·îä©:«×âQ93.¼Ê€¬²ÀUAÉ”l(Ù€’ %J6 dxÐK¶¦n]ýnÌ¢¬È©s¦=ã¹tÚ° ýZ˜>juÉÇë^´«M]RQi®ÉásçÎiæœ;Ëê’-"Œ©Á´sI0…^šV!AÁ˜R:¥&åâè¬ÊоÒ³SÏÞý_x+Kú!Sgj8hy˜°`Lº¥ _¢2å[ò’­ziZ…cLs?ŽÎêƒßŸžµsÉ3­ò¶LèöâfÉë¡ìîÎÚ‰‰ÈÃÄcL˜ò-yÉV ½4­B‚‚1¦ŠY²ù:«ï/^öu×[M4RÉVö j%ÛqŠy˜P arD¬B‚‡(uPLøj"樂=9ü!?ž<Ìž6J4í\J¡—¦UHD0¦ÃÅ5QMlÝèì‹Dtþ›71íÕÑ"1¾âüÎÜMÿ¶'P°Ç d@É”l(ÙP²%J6”l@É€’ %P²8MÉÖét.·A6> endobj 99 0 obj << /D [583 0 R /XYZ 56.693 759.068 null] >> endobj 586 0 obj << /D [583 0 R /XYZ 56.693 738.489 null] >> endobj 103 0 obj << /D [583 0 R /XYZ 56.693 648.87 null] >> endobj 587 0 obj << /D [583 0 R /XYZ 56.693 623.075 null] >> endobj 384 0 obj << /D [583 0 R /XYZ 56.693 181.31 null] >> endobj 588 0 obj << /D [583 0 R /XYZ 56.693 161.439 null] >> endobj 582 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im22 581 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 593 0 obj << /Length 1486 /Filter /FlateDecode >> stream xÚWI¯Û6¾ûWèRTb†‹¨¥—â%MÛh‹".‚"É–ôž‰hq´<Çÿ¾Cr(K¶óÚôDrÈY8üf! ü²z±]=ÿYÒ #YÌã`{ÄœÄI2ADl‹à}ø»]ýæ.tÛôë —4|Ù6(åc§ շ딆m[­?n߀ü c$“Ò‰ù«/»ï×R†(à7Ռʞ X‚±0D ' ÁF’,A¸¦$ Ÿ»!Š ßêÕvõyÅ@ X cg"H2Fbʃ¼^½ÿHƒöÀeip´'ë@2J¸ˆa^oW®(:ãr<ËŽ%‰d$2%iœ]Ê3Ù ‡¤°ö²ƒùìz^V“(v·ûãÐÖ;uÃ.ÜîK¸FÃ㚟»Â¬XøKáèæEº~ðäɵZ žÜbWºíZ÷U© Ý<8ºêݨ‘½m*äèÊ{Ã_v½ÛZG¼9•ö:Û{Gé˪̇²ð"Ëyu3”@بÊ+8tíšÉðQ%^i·æ“Á“s»Ê[¯õ`%™3ƒæÈ‹¿ `ÀСtCnAõµs‡ "«ó±‚9 ö™Û±N‚q^³ÏÓÙ³%’ÈÔàËJkÚaï¼ ÖT‹öÆsˈH‘y¾£öÈd=“GÝ›˜±sçbz°<µ£[œÜÚh¶×às+F‚òêæBÃäc+ÅûGÝö•Žë˜†d½‘ïšÂ:$™Y¤¨|@?÷:ÇKhë)p´ „q¹ô8êO=–Íl²%'Hž! VY8kܨÜP›«AªrΈþJ9îü®o«q(-a=6EiT7^…jpÒ‘ ,íüÉCW:”E+èïëÄ„§)¡Ñ7%ºÈÒó$‚É.Äd©p>„ŒM¸Uïù‚÷F) ßÍè…ÉÑjæ‹~ߎÕäQ7îðœ½Õsõ2'¿ÿˆèW"cÔý½f&IK÷“>iòÑÉM¬½yVTÇ• } Ú5&ÁO.¶€Pè^¸íNëÂvB2Á—6™KdhLúC™ë{\X¤¨Öè± *^]#€ªvâ)†PJÏçÞÙ"èíÂÙ.»,›ÁOwí+%óHÁ¼ÒùYB‹¶¼€D a|ìQ•Í&©O·Ž¦ÜpßVEÙ-Ù/ó#Ÿ‹ùþÔC0‘€þmœ_”ß(ÆÌ üóŠ’,Š2nOÌçvSFÔ±Â%ÒÓŸ¿®¹~jý×…ÙëÚ ²ÍL›‘„ÏðÈ¡•‰")H$•ËÇY€Æ.ï;U— \ |Ã2ˆÙ°ž‘T`è½­ô'D)Ë~€Ü(ûvMSØnXÁy°rÆ¢ú? |·„zmR¤?쵬6I4» 1á4õåæ»âFL#LðÈ3ÔI¦ÝèûÁÁ[—Oa2 áiw§úò¦Ñ¶s˜Ÿü@%ÅS戳ì/]_A°ªD)aánë8Ä‹“ “E uUGo¸Šf$\>骈°lò&h‚ç5½NäšAÏf`‘3³©ÈYr‚äÙ5yì‹ÐmÑ2½S‹,6gZšíúÐvƒjpsWæjôÔÃRÄ’ðkS|uònPƒS]Ú…MÎß\Œ³e"ñ}žÉÙ>cÕæê*£OÜ›ø*0|ŸÇ"_¶Ç‚‘4aç(nÀ_±s¹ªv7Ëáÿ/}è‡;ƒ3È)ƒ(ok7˧“[‘r§÷ m{S€JÄ¢óάk1ËzìÇ»Ã27Ñx¾&ï›3'[} QÍdxÎB÷‡J̽Îü|ê­pß:MÍöÝ( ·ˆ€¬Vn}²uWb»n3…÷¾üÞŸ÷`xušø»)æ¨-BŸè&–­¦ì—¦Àbê¹D嫉yjYL“·0¾_;±À_WYrvÑËl¹´uRç³áÕ—ñpëQB¯ÿ¨ÿåÿû²° endstream endobj 592 0 obj << /Type /Page /Contents 593 0 R /Resources 591 0 R /MediaBox [0 0 595.276 841.89] /Parent 557 0 R >> endobj 589 0 obj << /Type /XObject /Subtype /Image /Width 720 /Height 157 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 598 0 R /Length 12186 /Filter /FlateDecode >> stream xÚíXTÇþþÓ4–›ÜÜøKblѨPÐhì%ŠbWì%z­˜˜Ø[Lb,ˆ‚ Ä‚ jÔØ¢(¬€…¦ÂKï ¨Xþ¯ÌÍþ7ÛXpvÙ÷û|žaΜ93sΙï;3gÏyã F£Ñh4}™ý”I'Nœ`;Ðh4FÓ“Þ¤Þ Ñh4¦?KMI¦Þ Ñh4¦W±¡W½ñRÉØæÅ³¬Ì mxœõQlžqšq;«×ìäµ÷la“2ï-žzÕ/ÕØVÏ&¥JFiU~¼¦bѦÇ`ÇR¤™fhgÊÐN–LKñR£æ•p1$µÏ÷› óB}^`FtgÅÆHô¤7^fÐ8¨öÞé£>0ö‰VŽ®9%.ŒžîúèaèÂŒº)ŒÈYh/‰_Ó!–d#`ûkÓb/µ3ƒÒŠb÷+áéè Ц÷~V`%ÐæÏþiEJ_–ôÆK­Mè 6ÞVè ]ëKEl£l:EBè Ük/‹nÆë›J±C.­Réü¾.Éšcê^]‘^êÈJëBÒ“×Ö‰B+™–Ômþ²dòzC¹÷vqvzþüù3õ¶tùo:¼*4H‡»èÏêJoãr’×ʪCÙCoèU„TªT©z5ا 48ä{°xR¡b##=mÁ‚ù†£7j×®­îvÆßíÛ··oß¾wïÞÅîL\\\txÃÊ—¡iӦ⯮úÍiÔ5”JC'&*®}o©¡ì&^¼xÑ¿ÿÄÄDådùùù={öÌÎÎV—O^^ÞÈ‘#GŒ1{ölsóæMGGÇ’Ñ”–•®ØÐþ‚,ÞUQŠçBWEñô† 9)QK½'‘ÆÇÄ'JŽ’ž™–‘™ž‘•þêofZzFš†:V®\9**ªHúáÙkXhh¨•••õ‰NôF±O´²Þ(ŒÊ3«C½¡»×&ôFHÈ=6mtÿøã33Ò5«…´Ô”â•A9ZË ª;¨õÆ­[·4líÚµkDDD±ovx´zõêé¤oWÞW¦7ð÷ðáÃNNNz½ì‹¤7 ­¸¼EFFvéÒ¥H¾F{;zôè¬Y³ÔmõððР‹D«"0dȉD‚.kàÀÉÉÉbkjjjSºšÃ×Éü€>¦q ätè{æM~«6z#_½ ½—›—”’pvÿnï[W»®\8´/+;dfe@x 1vÁŽòåYAoàNÏ×hÊ{Û„ÞпJ‡¥×õ”×9ˆ 7´|ªAeÃÊôF´$ ‘ÒØ›ž É’Þ{ï=;»)ݺuóöÞŽMš4©[·î Aƒp­Šï¿ÿþÓ§+âëâ‘`ÿ>ìbaaÞ¬Y³‹ýãà`ÿÖ[oµk×yªL Pw77ÔÊÒ²±•Õ„ñãê'E›ëd~ãñãÇ_|ñÅ’%KÆßwíÚ5D.X°àóÏ?Çñøwß¾}:tèØ±ãðáÃeNG³-^¼¸F À0ÿž9s¦{÷îÖÖÖ=zô¸{÷.bBBBZ´h‘””TŒyõo¾ùFö÷Ô©S‹-B OŸ>(Üè–-[TæõàÁY&999cÇŽE$ò™3gŽˆT.§¼ÞP¹õôéÓ Lä_hÅa;vìhݺµ šWYoˆÃ!QluùàÄ5hÐ`éÒ¥84â9eÊ”¶mÛâÍÍÍE‚#F\ºtI]MQYS G’/ƒÊV•m…Þ¨Y³¦ì_œJ¡ýÄI1R¥Q<Éñ’fH'KçzCŸ( ¿´­m«?G”ÆDeçdA`H"ïl»½C{iäƒìœL¨™ÞP6e½qäÈÜ2 6lÞ¼ù7äõîÊ™3gʃrÊììl¸‰3fôíÛÉΟ?/Rº»»£ÓnÙ²%6)ë eÉ¡Ü,ùùOõ¡7^óŽÞÐ^–Èÿ+Ó®®.5ªWG@)'..«…ëGøàýb‘Œ;V>ÁžÝ»åU Â={öpÛ°!<,ÔÜÜ z1çÎþeÙ¨‘Âü†Êòݺu‹­­­L](Ô¢eÓFw]éjÕª]½za??¿Áƒ‹­íÛ·ŽŽFÃ[\íñññ/[¶ N­¨Ã|¸¶N:eddˆI™‡Ýºu+Ìpã`­03O×âŸ6tèP•ëð¡cÆŒñôôÄÐhˆQèˆîß¿˜§OŸ>zôH¶#nä©S§Ê®†rІR¹Í‚[[>ÿB+ŽöÄ.B¶¡cQ§7 ÍGœ¸“'O"¼víZKKKq¾¾û{÷")ê«\SaèÁ¤R)PG”Ú´j¡zCÞP¼²ª7èè ð”)DêFo$¼ZLÙÚ¶u »Û“àà”cGD…?”D {íêug§ímÛä<ʆÑ^oà>µ°°ÀP áË—/ mû÷Â"ReJè T}5ÂÇÇpCìþñÇãvFx„ *õ†ÌP÷è¿=š‚Þ€³V9–§Þ(6púuêÔlݺÕ_gN#æ·_…;kÛ¶Mýúõ'Ož$\ùòå33ÒÅ.*T¨PAl=|ø€ÏŸ?oΜÙ›6~òÉ'ˆàp zCeùƒÞªU«–Ý”;vˆyüý/Üוި[·®ˆIHHÀYAoøøøŒ?^D"¦qãÆEÕû÷ïoҤɀ¿M6¬†=b&66¶¨+*ÍÞÞ>00÷ ²E8++ ntâĉ*GEEa,°páB¤ò䉆rІR¹U9ÿB+Žö´³³“-ii£7T惇ËF$¸páâEØÅÅÅÙÙ’ì´*×TX=0bBàÎ;b¢IËVMKKSÐÍš5+3zC‡KZ´R4踄ØÓ;·:øq@@öàÁ·:[¯sY±ÁeEPÏ9S§>ò¿ðG¿¾þöBrh¯70ΪZµj‡¿ ž‘^^^#FŒ „`P™·6üˆH‰Á z ±;†c"òÒ¥K¯¯7”ÝJñôÆëŸÇ2 7Äü†àø±c–‰EË—‰Å ±\¢e‚£Gÿ€ÈáE‹Ξ5kÓF÷ž={hx~Ceù<46ÆÛ{ûðáà uŠýüÆ–-[ZØ_ý%–× 4Pžc×Ro¨Ë_Þ]Â)cЭ|!åæævìØ® þNYoØØØ4ý§a”­á²ô÷÷7Z[[ëâVussÓ 7^]®YYG6mZ¯^½4”S4”Ê­šõ†Ê]ÐžŽŽŽ"|ûömmô†Ê|äOz˜aƉðš5kœœœ°;ôê‹/TÖT.ZÑòEmUºzõê²É"t_ýuÖôÝeRoÏÐü[p¢£+V¬ ðøè±£Gïݽ£«ù Íz‹±žÂ[L›˜››cŒ,&êe>îÇ\ºt)|%T‡xä@¶KQíéÓ§ýû÷ÏÌÌ„‡Enˆ9xð †ùòëp—òë)Ø„º _,êÊ)JåV•ùk®8†$­Zµ‡^µj•:½Qh>šõ†8ƒQQQ*kŠð³gÏ,,,òòòÄîbŠIËV«]7nåùþûïçÎ[–ôÍônŠœœlu½Ÿ(]íº2%5)*æÁºÕË%’Èìœ,¨‹8iŒûZglOŒsY㜛÷Hè •YU®\),,TöoDD8:ÿóçýÎÊÊ„<@CªU«ÆÄD#lggÁ .eJJ2Ü„ÈêÁƒûuêÔA}BíÚŸaÂóæÍ»«ƒz£õ®½=¾E·ß¯oß¡C‡(ˉB(ë |°²´„G¨_¿þ´iŽb«Ý”ºuë¶nÝJeù<÷ùìµ°0·lÔ¨QÆ®®.z}~C³Þãëv§¦åó¢°… ¶mÛ¶oß¾Ÿ;w®k×®#Û_ý1üñ¤»ð}PÐ »É\\\|||Dp[[[8ʸ¸¸—>blw‰sôðáCÙ.gΜA¿Qh«BÉ <¸eË–-Z´@E d¨7hƦ7ò²³³Ô!¯7’R£¥Që×8ÅÄHreC]ÄÇIÝ×­JJIˆ‹…ÞÈ{œ+ô†Ê¬àq>ùä“jÖ´é—ˆñõõÅ8åïΚH¶zõªÏ>û¬Y³¦S§Ú5oÞ\D*§LNN‚›[ï߀Þáµk×` ck;h„ ЪV2zCWçÑØõFÙæuÞ÷E+K U£n«£££¿¿¿^ @½A3d½‘———••©™ÞØî½õAèäKÎÍ›³³K'illœ4vg§¯ý7nH ½zûæ®Ý; ]„ÞÐa¡$&&ˆÀ¬Y3'Mšô:YiFOzCa-’zƒzƒfRvàÀuïûòôôÔ÷Ñ©7h†­7r333Ô!Ó§vlóo×6ÏÓ3kçŽ ¿,Zïê¼ÁeåÏMy÷î>vw?ߪå%ß}Ÿ<zCC†…bo?µI“&õêÕëÖ­[däÃ×ÉJ3úÐò-¯ÛGž¨7¨7h4ê šQëÜÜGéêéÄäø]_6y8räc´ [™é¯~#y¼qãýÁƒw5ýnZ¦74dh8è\oèõ¬½ñèÑ£ôô4uÈôFRrƒ{Á»š4öoß.ìÎ-i|ll|LHð mZïþªiRlôS9½¡!CÃA·zCßç‘zÑJcì—íõ=·F£™¬ù^wX¾ïùóçêõFNzZªJâãäç7RR“RÓ’ÿÚåí½cÛjו.kœwíö¾¸_þ«—æ?}úDöüvT—§á@½Atn¥nšï}ðBøÅД+áé„b: ßƒØ@x)ð”€Z½‘““–š¢’;·ƒW¬üþW{·øìÙ³+—bGuyÔD‡ädg] |`¿Ì§Ï÷›z:¸Bˆé€~½ÄƳgùêeð¹99ÙÊŽLp;8hÿHŽ¥ËÓˆ ì‚Õåi8PoÝU/ÿÁ F3Cï§rfãz#;+%9I%ÒØ˜à Àë×® ì‚Õåi8PoB!%³è Ÿ›•…€ B½A!„”ŒÞp]µ21>.)1ÁÔHŒ—®YíÌßÃB!ú&%9i«—gpP`bB¼©q'8Ð{«WŒDB½A!„è•ôÔÔ×®mrÛp;8(>Nšg  ¦¨¯‡»Ûõ«W⸞B!„è›Ô”¤kW¶mñ\³ÚÙÅÙÉ@M½·zAlHc¢³2ÓKoøîß›—›+ PoB1ÒÒ’1ä‘DEGEš1IÁÌFºÊ1d½!ô†PoB!F ×S!„bÊzƒë)„Bõ×S!„ÂõB!„Pop=ÅH¥¼ÉÛ{;ÄŒDÕK’•ÏÝ¥KÑnÚ×:-5¥^½zÁAÊ¢¶ŽX£F •™³ß Ô\O!EçƒÇ.]ºˆ·å£{ ­X±zÝ ÎWªT ã\ùôÍš5ûꫯäcn½!gwïÜÞ¹c‡……9²µlÔèÆõkHWkff†}+T¨°`Á|ccÓsÖÌ™²;uê„¿ðËØÚ´iSss³ô´ÔBË/òQ>„pXÂ0x÷òÚ\·n]ÉÊÒòò¥K…f+_°eK—*ÔH¹‰Ò«°»»¹…‡…nÙâ%Â`—¾ÿ^“˜ß§wïŠ+âpÍ›7GŒÊöìÕËFå¦}>{QGÄ|ôÑGÆ×P $Fä‡~ˆÜ:wîŒÉ7¸ò R™’5jØÍþ¯ýkÉo¿¡À(¹“Ó lêÚµk‡öíUÖèä‰?‘áٿΨ¼¢äϰÁƒk®µ|&ë×­>|˜Êr¨_¿>öEa~ûõWÄôíÓgðí·ßnܸñ½{wê+j׺u+4ޏneYB½ÁõR$0x”ïØýÎEä÷Ó¦U®\¹ZµO¿3F!ýÀ—/û‡?MNJ¼s;ØÙy%:m8¸Ó§Nbx¸pႈð0ø²!C†ÀÕ"g¸1ÆÿòË/EÌœ9³#>€Ÿ‚A¡!!ónöôØ¿Ï[ìß';DJrR|œ@ɇeù("Z…‘iǯ¿FÎGþœàÜÿýïË/¯¨ËY¾`‡R¨‘rɧÉä ûªl|øÊ:uêÀ£É¯ìÞµ uÙèîr%WמsçÎQÞtîì_ï¼ó·nÞØ»g·æZ:ä‹| š ÇÊ—/—-¯Ž”Or"Yc+«?þ8‚@êÕQàÿû¿ÿëÔ±#vDb\Ê5B N.b.^ôWyEÉŸ»¾R&P2j-ŸIZj E୛ʑƒµµ5ò/ÐW33ÒùD¼ïÁØ´r¥“|}¡*‰³uT½Z5\T²¬ØobÈßOázŠa/€ àçŸ9}  GE$ºtD~üñÇÚÌ0ŒÜ1Ø„{BxÌèÑØ÷½÷Þ{ÿý÷1*9r\ bĸb@ÿþ"fÏîÝQ"ðë/¿ˆ|ÌÌÌ  Z´hw Ÿ¿­­­¸Pábäò|”Ùñãôéˆ=z”l†¼jÕª:u*4gù‚)×H¹‰äÓËÁ±Ê#Qn4è䉚*<|‚£Ãlj#zymVמ¨µò¦±ß}‡Ùá4×͉(&µ*T¨ ¯-Už u%Ù¼ÙZh´6¡'ˆ‹) 5B Râˆ8´ÊËIþÜ ­=£¡ÖòûºmØ &C”"‡ÞÞ÷ëÛ·R¥JgíÚµÅIüÏþ£\ßÿÕÎÓá>ú•,+B¿×FŠŠƒƒ=.WWŒvá#„¯Ä@µeË–ˆß¹cÒœ:y¢gÏW® F@añ3¼ÃO?þˆ㤱p9Þ¼q]¹Ïg/ŒKÿ]¬³ˆÎ|ñÏ?‹¤ÇèRŒ+ÅR>< FÇp‚W®È‡†çÓïòaY>ʇ3öÛ¶mE²qcÇBo`¯eK—*<©.gù‚)×H¹‰äÓC?¼ÿO›?žB³¯X¾ Ejß®ÝñcÇPTùM8ÈßßÿB•*U0lWמH£¼ ˆMÛ·o»v5àò¥KškÄï¼óFñ«V9#þÊÊ ò©+Éíà xjŽ9,–‡\\V#ì…!¦qãÆƒ >]ùŠ’?wsçÎOlj¨µ,¨úõë߸~M9 «2D¥ TPý¯¾úªnݺ)ÉI&LÀ&¨&ùúÊj'SS²¬!†¬7¸žb˜X[[Ë.ƒO?­ŠnÖÌÌ ~pÛ¶mÌÍÍ0ø=ûÕSúèØà%âãäŸ{÷Ýwe9`xë&ºq82Œ@‘OrRâ°aC?üðC1¢GxÄÀõ =y­Zµ9uªþݰ~=ÂkYxY>ʇpZ±1õ}çvp‹-P¤5j(LÝ«C¾` 5  Un"ùôÚÌoÀsÉ­fÍšò›z÷ê%uÀA¡»T¶§¨µò&Y Z ¡H P½Z5È!Œñes «9$ûÏþóêw³ÿ÷;\bUîúµ«ˆ'NjtðÀ~\3Âq+_Q@þÜõéÝ[´†ZË2Ùèî&ôŒr@ä€ÒÚØôÄÑ{õ²6F±+T¨€kÃÂÂü£>R¨¯¬vâ¢:tˆ,+BH±õ†^%×Sˆ6@ºÌš9îïÁý¶FšjÑ¢… ‘‰ õêÕ[±|™>ŽèîæxKeX6j}òú™B \op=…hCrŒ1Åò!º%%9©\¹r'NdSRæõ×S!„>¿ÁõB!„ð÷)„B¡ÞàzŠ‘Rè2Ä#ŠúI ßÑðÑ“"aø_ÙÐSÛzlÚX»vmlUxû„f”›]|6ñ ïZ'„}è ~?ÅÄÑü Ù#ŠúI ßÑðÑ“"aø_ÙÐSÛîðöþeñbuïNW‡r³‹Ï¦x{o§Þ „”½ÁõÃDáƒÊߌ(Æ'-Êß{Á™f©úž…r>N+–‹o|têØ±B… â ¨YÆð• ½¶-$‡xÅ–Â ÕðAÙ·f>›ùPå·]!Äõ†6ë)¹Ö?íÝ;»J•åʽDÁ!„bÀ/?¯U >žÚ¨×SP~T„'”B1p௟yzãzÊ“‰xú!„#â^çNÆõûŠ B!Ä7–÷}ånX¯\þˆ6­“Ö­ËÊJNâ39¥ˆ>>-©Q½ºxXT›ïY?vìÁýãË/¿lРAFzšëUŠ_ÙàÇ8!FCr>Öÿ¼ŸÓòßgLŸ6}š=!„˜è÷œ–/¹xÁ/';K³Þx®Æ.ßKvÞ2fù•Ö'[9œµì²“OÈÅ;IÏË„éPo¼Ô¿q=ÅÀ§ !6/˜pùb´R?†BLIT”ÿùs‹Í |ü8¯Hz#=ëñ÷ë¬OLýùú—Pw‰§W”û–¨%BúÏ=gçr99#—zCè—%b\O1d¤Ò˜•Ë¿zùÒKF3U ¹ç¼bÜ«özã꽄¶v¾£gû-YØgÈê&-GÕ6ÿ¦®¥M›Žãígì8~<ÑÉãn»CoÇSo”°ÞàzŠa‚ cÆôiÑ ;f²-õFZfn«‰{ç^;q¯Y«Ñ:þ0Ïi™óúå«Ö;ÌúݺßdË6÷ﺳgL« >Ié¨7JRop=Å`õÆôiö±11ìph4š)zB zž÷™œM]yz Ãc'ïoÐ~ìŒE+9ìçç(•J1|;{öìÌ…+´´Òåò‚•×ÿ»äÏgFk\O!Ô4V*zÃ?0ºÅ(¯i?žiØÑnî¯.~~çîÞ½+‘D¥§§?{–LòòòYáfÙaÌf¯‡ßNñ9s-ÒÄõFI>/ªõ”§Owp°áeK—V¨PFÁ»g“+V¬¦y÷¤Ä„÷ß_!òÝwß}}'xë¦e£F¯™aFzÚ‚óKXoà69räˆ#fÏž-bnÞ¼éèè¨|Z###»téÂ>ŠF£™šÞX¶õ‚Íww²¶Çðé~~~÷ïG¤$'çdg£ÿ ?~' è9Äqô”ÍóÏ-ÚxVƒO¯\¹r5jÕªU­Zµ3f”U½Qb¿‡ÕÇzŠïÁÍš5á>½{7mÚôÏãÇ>súTݺu Ý=>Nª¬7ÎþuF·zC9ôÔ­^¢›šR©R%m߸«]ž…êÇ;99!0dȉD‚‹màÀÉÉÉÔ4ÍÄõFþßfûÓŽa“´±™÷ËJ»wï@läææ>~œ™ñä þ<ÎËËÍHO‡YæâÕ©ßœ9‹z9lÉWoÐèQˆ¯R¥Êõë×å·BÆä—žéVo”ÌûEõ±žÁP¡B…„ø8„ëÕ«·aýúùóç!¼øçŸG…À¦î_|ñ…™™<ãƒûbNã½÷Þ³³›Ò­[7OMBo$&ÄóÍ7b_1dÿú׿~øþû^½l NpàFˆˆ ûì³Ï÷íÛ—““ƒ˜­[·V­ZµÃßmSêzCOªC¯zcïžÝmÛ¶ Kú÷_»fMÍš55øhÙ3b=bäÈ£G’ym™<%‹’ P½1lØP¾pá¼²Þeiѳg…ŠOoÈ?‚h߮ݲ¥KÇÿ÷¿¯ÿûñȨµµ5î\®nnnвgGoß¾M½A£ÑLDo@A%%ÙÊÊjêT; ½Å¦„„ø;wŽ1¢eË–ø×ÓÓÃÆÆFC4@½!ÃùŠ+Ö«WO<Ÿàä´ÊmèÐ!Â/«\ƒ×CiŒ=zøðaéišõFpP $¢†õHJìˆðܹs4è°ÐÐ>øÀïÜYñ#ÿ ë)¸¼Åô†¨W¡u4¶²úôÓª—/]Rh¥cGÞ»{G{½QÝ¿ÿÌÌÌ/^tìØ1ÐÏÎÎΉ¤U«VPòˆYµjõF3½~/çoEqâ­†=æw|Øè?×{žÝ~VVfvv„™™ {j×ÿDZŽ|ÙkñáÓ×d»+S¹r¥°°P7n¼j•3$ºw±õîÝ»èÿ!Hž9sÆ AƒD¼««+×sçÎE¸mÛ¶"Œ”ظ8)ü#ÜLDD8œÎùó~9‰¹té¢ÈáàÁÐK*2¨7ä±²´ìо½£Q…µkÖÈ& êXçÎeÏX*è ñͲ±ß}7dÈô´T zà2€¨hÚ´©Ý”æÍ›+?/ wŒ‹aÂøñô†øe ŠÝ AƒúõëO›æ(›«±°0733kÔ°á­›7ƒ£Ô­[·uëV…ÖE°|ÙR¨Yå&Òþù a...>>>"ìææfkk ù÷²àyÑ>}úØÙÙÍ™3‡zƒF£™ŒÞÈ+ÿcäOníû;ã?n‰ÍÞç‘n=3ói©©É¾ÇÏw´Ù˜Ç×}]v™"¿»ZV¯^½V­šŸ|òɘ1c U’““нËlÚ´Iôÿ]ºt~øðˆ ¼õê9Ó'ž5kVµjÕDü¾}û,,,,-á…­Yã*"}}}­¬¬þv:ÓD$\Û±cGUdèOoèã$–¥÷‹&&$ˆÀ¬™3'MšdhÅë߯Ÿ:]Á÷}Ñh4Z±õF^^^VV¦Œhi¼yÙ=z un专ö3}¶ìñ ¸yçzàݾ9,po?pv¯Áî6¶^fݦ÷ø¶Ûvò»Ô¥…½ýÔ&Mš@dvëÖ-*ò¡áìÎí`×®]»õEÔ4¦…ÞÈÍÌÌç¤ÿ-³ogµë»rðˆC}‡íí?zÛ·Ã×Xþt°|ààí­{®¨õµcŸAý68[whåâ¼B!£€¿O!|Ÿ9F£•˜ÞÈÍ}”‘‘®ÀCIì°ÖZ|;·µÍŠ®ý6ôµÝÞ×vmlœ¾è2«vë‘_Û ëÖwè¸QƒÜ\—~ÕÄrßÞ]ééiÊù2Æøþ ê Cþ>¬$*’½ F3Y+ôû°=‚TP&--Õ÷Ô•é¿{wý{mëé Ã°_'Ïßè¶ý°Ëª•õê|Öºý׺tŸ8fÈÊ¥ 6¨{úÔ‰ää$•Y&ÔDWH¥1+—ÿ~ñ¼;f²rÏyŲçÏŸ«×9éi© ¤¥¦À%%&Hcc">¹w÷æÍW.û;{êä‰?Ž^¹bEýºµ5´hÙªÕ”ÿŽøyÞ >¿võŠrV õѸU.^ð[¼h>î”üü|v;4ÍÄf6òÑû¡  |ü8O­ÞÈɺP àw$‰ñqҨȇa¡!·nBlœ;{öÏãÇ|}îÚ¹sݺµÓøÁü‹zuk×üÒÊ|êÄÑ6ݬ^´@9+ƒ…zƒèœì¬ À[+W,1}Úôiö„b: ßCï±ñìY¾ºA|nNN¶²#KINJJLˆ‹“FK¢ÂÃÂîܾ~ýšÿ…ógNŸ:vô¨ïÁ»wïÚ´iãÒßÿºC;HŽFæõ?ÿ¬Æ‡}•³2X¨7ˆnª—ÿN F£™Ž¡÷S9³ñ½‘u¡ ¶Br$ÄÇIáe£"#ÂÃîݽƒÜW¯] ܺysÛV¯ ÿýîà}‰ ñ*³2LŒñû°Ô„BŒqÑ>7;+ „zƒB)½áºjeb|\Rb‚©‘/]³Ú™zƒBÑ7)ÉI[½<ƒƒâM;ÁÞ[½b$ê B!D¯¤§¦Þ¸vm“Û†ÛÁAñqÒ„ø8S5E}=ÜÝ®_½’G½A!„è›Ô”¤kW¶mñ\³ÚÙÅÙÉ@M½·zAlHc¢³2ÓË”ÞHN¢Þ „b˜¤¥%cÈ#‰ŠŽŠ4b$’‚™t• ’ÿ(ÇHõFvpõ!„bäG„“Þ(_^VÔÜm[©7!„£àÙžÝ2þ¢\9C×µkËJûtèPê B!Ä(x>r¤Ìƒ?¯UK{½Q:ï0@å’ õ!„b°À_˻什{IoèOr¨Õ[¶ü£ÀOqPoB! üµ¼ûÎݰÞÐõÆË—ÏkÕRPMÔ„BˆaÎl(ˆ …Å-õ†ž$‡½Q$_lAD›ÖIëÖ½Z^‘û‘,!„BJä$xäÜm[”†ÊÉ ƒÕ(Ø“‰”ËO!„\YŸh©7ô!94ë JB!ÄèxÐã[•ó!†¬7@î†õ ÏrB!ÄyZ½zÀ¤ á!!ƨ7dªãiïÞ/Ê•ã %„B „go¿]¥JT³¦Ç}wè€:±aÈÏoB!¤Ì@½A!„CÐ%ÿþ žB!ĤôF)¼ÏœzƒB1%½Q:ßk£Þ „BLFo¼Ô³QoB!&®7^êߨ7!„SÖ/KĨ7!„ê ê B!„PoB!„zƒzƒB!|^”B!Ô„B)Ãzƒïß „BH è ¾_”B!% 7øýB!„”€Þà÷a !„RzCO’ƒzƒB¡Þзä Þ „B¨7ô-9¨7!„ê ê B!„PoB!„ÏoPoB!„zƒB!†£7ø{XB!„èUoð}_„BÑ«ÞàûÌ !„B½A!„ê ê B!„zƒzƒB!Ô„B¡Þ Þ „Bõ!„B¨7¨7!„ê ê B!„PoB!ÄxõßgN!„ê B!„”½ÁïÃB!„zC¯¼¡ÊxåB!:ך%Gñô‰áë7´°R)¯[¢“Ë©v!†ÓƒW™yúŠê•LAo¼QD3½¡}J«$¼õÊ^b˜“u¼ü §2عY]å_¤Òê©RÅëöKàÖ0¨ñ¯^õ†JÉñF±ÌõÆÅ5™cÑmHR2WW1ñ:¥¢>Ñ÷u¢ßô:§L‡çºHž]OWÚº°Rì4 vÞ¬HzCAr¼æéÐ^o”@cÚf€×Øëßï¦æzÞЃ•îÑ5—Gß·Œáw§5³Zb—œn»£R¼eôQÃé:tUì×ɰ¨zCHÝVM¥Þ(UÉŸ©RŸf)Éžª´æ‹ ¡5®®À¬dÖ€ŠÝz+PKÝiê¶ÑJýª+áËÛènÌ×ϰ¨zÃ`;(cé?õ}ǽæÍxÛP ¥COgàý€ažnÑ]z} Çx¦þÚ­T®=Þ°%`Fª7N¢1ÜJ÷ò3 ½]­WŒÊä C™Q)¥x)–âífø—ïš0ãÕexøfâD*ËɳI+­q‡á¯¹ÓhÔ4£@l2<´¤éUr°eh´¢Jê úJV$ÉÁ6¡ÑŠaÔ4¦½ä`kÐhÅ6ê FÓFr°h´×·ÿxêÆ endstream endobj 598 0 obj << /Type /XObject /Subtype /Image /Width 720 /Height 157 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 17150 /Filter /FlateDecode >> stream xÚí]|Õ—»Ëìb# (ÒÒ6d'G™e#dÙ‘ÒBÛ”&- (SEdÊ’á_A†@T¦e¨¥ öþ íÿÝår¹ìÕExß|š&7Þøý¾¿ñÞÝ»€€,À0$„ 0* !hèœXx I!h輿¤Ôm2B¡òRœíu{òc’V†:l€U. ¥sY™Ûd"JXÎq^f®¬”+DŒÚkßîÂ'…X…«¶:d‡P m´"¢\øE¿$€´±¨BHç2—SÉDa’Ó0æ”z¯Itm “R[¨žTx’jfÃö»0qy’ÏŠöZµÂ€-Â?‘ÙeVHa¢óEfð¡~º–“[£0¶Jg$ðÃöÈ‹6@¥ÚÔã“à„IÅ¥.øLûÃ$˜Œ@”sEhá‘ûäÀ5QIï&9È—bs1]ƒ’b3©©#iªÃ½°!IlÍÔF–áÐ2o­¬ˆáÍ Ý ÆF®È¼+€#h‹ÅS )ÙÏ >À›.0‚ļ1:-}Xœ$¤ÕbæCÇ06†Ûw ‹ÚjÖÆð’¢ªÛîÓJݵË*mÌ'[dÜs™ 2S*£Áˆ­’âQl¬Cr஡ìN¬ùÖ3·Ï˜åk#tÈ×2.RS5™©N7¤˜­™ÞÈ0œ¶LØJ{Þyh‘ÓÝÜífÕÒcpRGg]’YŽÖ€Ã—‹VY àÚbÔf…X…@àÁÖÌ]`É¡†ÅH,VÁ¶ÈœƒÂZ £x´Zʬ$ˆµg¤%ªZZÄÑ*ÔÉCº©pMzHU¶7Î<;-¬â’;¬Í…[lÑ£ÿtÁg–Ì¥V‚Y<#S¥Ù{Ú%vzâ|äm,öTi™Y¾V×B ½Ì Ì~šCukÍæ4£[„›u@óÎ)70空£écL[ÍŒbT[F«ÒæcÌUpÂè î¦JbäÈ«¸œxºn¶® Y£¶uÀ~§„¶˜”¥ æú­n„á°™gf³1«ƒísiq¯¸$µ0%Øä‰LTµ´ÈªU3»ÌšŽ£I_\Âö†žÕ³³ÉÝEhI˜ÕÉYlÑVöN]–Ó|CeOæ2«gL*´ðÈLo=Ù'·6A›©Ó&‹±V™sJÛ6…­”Ó²4+ï8¡˜Ã [KcSuÖôíö0òKÚ_ÂQ¥ÌÇÐU˜UÂ(Ä"‹.] OÙÈÑV\6^‡S7[WÐvFm-«Ìª}Ç$‡2)kÊ,ñŽæq¢™Ã ÏÌ-JrL¸¬ìn1 mJ°ÉY³]³ FÑfK2“ÞÚZx¬g·–e>ƒNu¬N®ÔÞ}² ãOØ~Çžvà3ÌzÎØ“ÙêŠî²ôƬ'Kpd’[Œ´m¨kÎb¨†·èU\Zæ?JK~+áÄ‹wãr£Ð*1Nªn‘¬ÙÞ­{˜Ó8ê,u€ùº Z%¬B,»é’\Ú(×ëXÓ «ÒmÏ-uY”EûÉ¢Ù¤Éø¥ý%¬>K³¡ƒ‡ÿeNë,µË•a’\e_#<Ö³Û—EÁ±,ñ3 Y/râŸ-få…§t¡'68šSQ ™¥J–}tà ‹ï–„Ò2‡|Ä–ÖPi¸-’5»¦(ëGF¹²a¦ Gîx–ëuìÒ ÁqÐÆIÍ&åÊ/9Ñ'»Ã ;† k1täQy¥á¹, ǵ,guÄ2Ù‚%EÇØ`ä8#·¬­£ʪ™JÈbm[YÊ4¼´¬üPꔋœÏN ¥¬kò›Qe®¸ãeS]sëR,ãdìîLÊ¥¥zvX^L3,®×ÙÊ*)ö`Y¬ƒ·¤èïdˆ0£8©ÛÒ»NìßcÃ+œé×PÒSZ>óÇA[¢oR¡ëŒ°2a6лêÊ e:Þe§ÎÕVZõâœQU Kôu“±»8¹–³{F¨|BŸ 4¾¬óxåïž*/•Bb°ò™¾lŽÜ3BpðY˜¸kW¢H„Ü3B0ð:æ;wöwé²¹g„`às«S¥eÔ*B0𙾘ƒFÁÄg„ Ê7‚g<ˆRg„ á3º‚€øŒ€€ò 4D@ðÏh¾ññññññ¡úðÍ?#ŸÑõA„ â3º!¨øŒh„ â3J8‚ˆÏ(á@*>3‚F@@þåÏÆg4¿D|FéBñ¥AÅgtÿB0ñ¥ÏÈ?#  ü¡‚ùŒæ7‚ŠÏÈA#Ÿ‘ƒF*>#L|F!¨øŒnE.>£)hÄg”o  ñ ‚—|&¢ß:F>#:#ŸÑÕ„`â3Jž‚ˆÏ(Û@" l!¨øŒV§ >#  |¼ç3MèÒR”t Ÿ!¡ O*¾‹d|¨ظ^g‘‡F> ã¡;F‚†ÏèŽ~„`ã3òÏÁÃgtSBñ]UA&>#÷ŒD|FׂˆÏ(Û@*>£{삉Ïhò!¨øŒ&Ÿ‚‡Ïhv!ˆøŒ†ƒAÅg4D&>£á â3â3â3â3ÂãÉg4¿L|FóÏAÄgt»(BPñ]ðF*>£Œ!˜øŒ4BPñ9h„`â3rÐAÅgtK?òÏ(F@¨`>#÷ŒD|Fî!ˆøŒ‰{F> £’ÐýÁÂgaba1¢3Bð™þy+$„à "ŸÑâÄg”o TøxÍ=#Ÿ‘ƒF&>£Õ°AÅgDh„ â3"4BPñ!¨øŒT|F„F*>£ih„ â3Zà€ü3Bµä3ºJˆTãAäž‚‡Ïhz!ˆøŒèŒD|FÉ3BPñ­QA&>£lC@|F@@|F@@|F@@|F@|F@xÔùŒæë‚‰Ïr=¥Ô $b„Jæ3÷n¤ò"aiIñ) Å%Þ•Ì/õ¸¡ŠÛ€r}:³ÔïÆÊ»»EÍ,¤HXÙ%Å…I±’ Oy~ºt)ÅþâêûØ^o$)ùͦ æ ¥Õ‡»¬rýè+u®Í™îDB÷Û–B%Èø¿S§{¹íí¢%û“R6Täþ¤(!FA›äéÓ°+…IqI…žh¿r²ºF—nj4S˜ZhQ¹ù,¸#ÂÊLÀJp—U.+gœw¢uúÜ$öÁ÷ä¼7%ûÓ,²΃¿¢kF’Ï#w-H›ÛùKö' º*Û£JÌŠ„åXV `~€î d¿0Šöå^f'}UT¾RÊ2ò4ÉjâŽ6ÇPÞÂL3»a¯Âik涘5 ßó-ï­¡Ô“ ­--N™•k–s©KÎ;þüˆù\ú‡IJ-ý£DbîÃÁYgñWÎ{Å0Æ š.¥Î`ëËm²ã3í K):[HhS¶æN¹v9¬j£„€³\g&TW¨J)_^è:¨Y[ÏðÇbo¥Vwá&Or.§n“%Ÿ¹*ÔXLÜ6âP—R0“Å|µ…¶fŠl‹-†acLû4Ö¾IÞLšÍQB wYŸz*ÖìcÌrf{—Äñ6 on.=kÖP"ÃN³bzc—ž–FaV˜Çø+ŽrK9Ö1Œ ÀŠÌì˹Y¥i]ouëLa¢ Ù²™ö2šãدËá¨Ö¶Æ.\8gkWlPf¥ØËÊs¹æjãlûçj|j·Ÿã6­ÇÞeÉÇ$MçæO¬D8=6ëÏÌnËZ‰BN‹-†Áµ ÆÝqHdi,Ë‹=8¸Ng¦H³™mŽåŠf9³½ãzæB³¶À²3‹„þÎIOac MØÐ³ˆ«\Vt¯ìcÍlÀ†sÁ=È*M–¸‰Ë“¢èÌ1f«æ0ËO®XrKìTko¡š–½53á(€Ñ¡9JÝe³ ¬•À£wíJе¸‹Xkžä<ÛäQ6ns?ÇIõ²ÏIW¬Ñ\&—ºVýÙöÝ–ñ\» ûÉä[Ö²aûÊ2ÅbvLcS{Îw›_bî¬-Í8­´Fx6@›ƒ ':œj…Ù±“SŽ5=¥huÇj7NÈdî´UfA; ٠ذÂ4Òn—Y0V©?)tÞ ¶½VÍ™`ɶÙþ8¨Ö®+…6¢·ÈÞñÈD‹ýPZnÑël)å2­ –­<…Q–j¹ýK´d­¬eD mö›ý:ÇmZ‰ÏU7¸‘)x„SÃÀ¬ýdò-6ˆ±‚µ2…µB›iÁ æÙ5—îì™­.iÆFxk€¦Ûfg¶6Çxüª­ºé °•õ>m $ „GßTH~›T>®6Šv4¤hd ŸOŒÈáUmkW#þ" ”Z±1`éWzÓË(R\å^ë&§8àømY^-ºT¥2)µË±Æ·£Ë5‡¼í¡´MnXqÙ£eóÂöv35¤ÑùÇe'Üù/§”Cí!äíknØú¶—cÇ»hGgÖðE¹A˜Ûl­…p“pƒàq³¼Etã«<‚ á06Z(ñªØo¯T}žCóG5z9ÍÕ¢*i F³ù~£»x‘èácz öœèsæÞÓ÷èLk“r¸RŽ\XV=öüqz°ñ~õãc~7Æ`—{¾D ¡Úb‰dPØU­[7À‹(º®œ<ûÃrbàÇÕ@nû±¼Âò*]ë5¬óü9̬ª± îe®C{û0oÃÎîx$ç¤VùÕê–~Žºøéu{2}Ýù ™ï«ªlä›Rì[À¨o£‰¹nç_›sôõªº›Æü×ø©¿ILo0u ¿¿å;e>•Ú)u/Sê‹娕aûéG¼“«t¦ehÀÞw û©O¹pó¼8ækZãÝD-ô•ûÐZãÇMiÖÖ¤ß_ãØâ‡²ñ–Nöâ£^ÙÀlŽÏx‰ö4&òÑP†ÉgD¹¢v6¥‡»‰ #ýô?k˜2¿uqþ~©–»ëë¥-6qRö%¢›ÿ^Œ„2ÇÜ}g§’I,O°Ÿ:±Ry…xÞ% výíì·×Ͱ‹qëEC9ßzô‹qtKæøxµöœ^óÁ·bøû“OYÓzVZÑô§±œ‡vy¼=¿£®wõr4ÿœËö8•ìë3“¼’â^ºý“É7œuØàý OØÈQÅ”–æÒªßµáÏ1‘ŠÃÿgý°…¯ô ¼ÈßÄ^¶ëAÀ¹ˆ ÍbÒè_aW[мÒÑqÑ#p½gj5ˆlC&ºS£0ÌÃ~µ—Û Šßg<õpg¼ò"Üm7òýœýÈðÈŸù>0¬&ÿYÑ'0î~K[ynŒÍ_Ž‚’yÇë6÷·“õ^Á<Ø~p:´‹âNä³ìã+ÖŸ­)‡Ö—ú)1Ç«–¢ù# Í#sßÐÆj6nŒâ´ç"Ìâ*©ÞÌßãé<'ÛïR^cûêS:&Ómî$ÖÄÁ’âa¹ÇœŽ ¾qºõU7ñç r9£Ÿw/¿]w=ÏvSF42pŠiU|­-æ¿ÿüºÑúÕr®¿ÍëÍ6ìÞ£Pc´2¡q¥Ü3qœô*ËÞŸ+8£ÒÒ±­w5ˆÛ9=ý­Ò³³DNŒçWÒÜÍSÕôÚÅñ ð«IÑSæ{|^é>øe¡ |QïQZ"d…\– ®TÖ0cø~,/oâ¿ø0FL÷·ætÍdxåôs‡c[xŽŸ-ù-¼*õÇ G 'º¢w’fñȳ»vîy¡K­vgFNÚóÿÁaÔûú}uÒ&‚o˜_ ¯~ͯDŸ«üþ]D¹MµÅßaχ~ò•p/^²§}ï6[RIK‰pq_ ˆp}öỪ•´~÷+®? %´fÀ'ýȬΰç\‡µšŸ0æ;¦bÙ¼ÈçsŸ ßÍëò<Ö¾”ÕYÇÐÀ佇öÚM ¬(*Š+qv_A[\{Ÿ=Ï A2nòj²>yeÐß›x£ÊµM[ÆN¶{œÎ•œ•ÌðPÎåšã¦ùl¯ ü¬?…É ’Ýžÿ¢×±¤«÷#Œ°+¹L,Œ¨J>4+=^°™¾"éíAŸ²Cº‡RÏ5í`Íü*ÊÙDtËØ~^FsUŠ_Ñ<¢¸ ”Â"ªkÏ”lÏzñ{÷ÔßAÈ*¼ÅßÈË" T# ­vVµNcäðF•Ƀ_¡w¦7D×\ ä£áÅÕ áni’lEã`˸ÛùÅßüÅw­âûú +9ZLwsÿrf(²£G µÐüÕc…Kvã §úÿ(t_~%ÜËùmAЬ–•°qóz•DПËi=Éd;ß=î1±‡Y{8TŽKd& Ô°a°×B7xkëx]µ¦‹{Jn»¹J¤âX·ÀCýãÈ_¨ß#Ž«â¼õhå<éÕd>«1š­@€ÐÑq¨ghÉoBê÷ˆ÷‘°aè·.]`1úí7çûÎU€GiÄñÖÑŸ¿²³Û÷˜ïça«†0¦mîÅzçϪ1QãÝ"l¾ \tMv„,}â÷=¥UÂVuÀó«Ð)Â7Kh:/¬â;Ñ~€úlêgtyÜ*œܽS}F¡ï‘Oy¤ñõ#˜•¬&O'ú(\¶ì1ÉŽ ½ËW¬“_ fã§¿G<ºŠGåO³òû J²׿£pÍ 0x¦ÚÝ6 Ù§_ÈP“þñ‡ìç‡xÌÊ—sN•[Oªþ‰Ñï#x‡6U:ÒÐÓ¶K„cô%{/@7ò_¿¯†îôóŽ’Î0wt㮚Ý_ó¤KßúŽŸwPôaüùp»™*>SSÍJ7Ô`ë»ðõ÷?Bö‹Ãsgc,s;÷Õ“¾Þ¬¤ÇY/»dë—򪾦 ?øœMÔ¢Ûs ¾ læ~ûút]¼à ’9«7¯ÐÃLòŠrâÉýrÉ„¯ú9op3àùÚ?lŠ“üÊ›ß#HË»hA€óN5y>vp ´Ÿ…Õz¥ß®ugèø´š~ßê…÷œÇØý);ÿò,Üþšà¦C K⟈¼åÀÙTXZ+Æ_ é‚7 ùc—ÜøšUÞI8³ǽ¿Ò}Íðh‘óê¬ {8‘‘ß+Ïz–‘ÎÑÃÃGäê_š™Ÿ–Ôd{rO2À¥ ®»éã"ŸbÞ*º¿°‘#$Üü{Äghý=tÑ‚i,ßž£[ÂÉöyaùO1mT2ÿ;¸àß.,êËXK8§™™s4üuæ˜éòÛÙÕê![ açúãìNo“7%y™ÍMô‘;ƒíZ¬¤åÀã°b¶!%üˆÎŒ ›æõõÏÚ\º?! ;x•‹Èlú?9ãè<Á_v!ÀöÏ.Gÿ¹Î‹²Ö¡µ`^àS—’S)ã»…ä¿h>¹R°ºœäœÅÄ›_³ß©C÷ÛÓïì¤<7´Œñ›æß#nns†ºõQsÞ!¹Ý'=þÎÆé%.Î õkd{5¤]XbÈKÄwtôþ'l¥¨Óùÿb›ìäK‡cŠØLè?>ú›C!ë`ií¶öèíçq2–9´d¥!¹’>¡› \4¡Gí=\¿Ègk°ÿ=â}^åŸÛä|­ðåÉ|íuQÊ‘Òz˜]M2þ™h!\õ|@ k{Ómü§Ž2zUVž`¼;@·³ ,e—ºoÆzçWüœ¿kÈ”0s¾ŠÓ—ÄÐÞx¤ÓñèwN½Ò·näý»=›ìç£KËáŽÓÅnÊHð‰OûƒæiAQÕ|¥í0Z/‹Ëñº_§J½ûœLñæ÷ˆ5^põ%—z}Åb¯qÞÇ r^…ý^ЧQ†¬`6¿Ymž;­âXý‘J¿¢-#ýÛ!«<‡Å+ fÝ®&« >A# )Gûû1H²¶Bô%„ Æ@·ùm©Í•CaÏ4 ´|m•cÛFçÔðb,|¡œó¢¥L\Z] +?q»azU@üßÍ©st9Æœãò'=Àó…œü]郎W}–å+Ì,Ò)ÚøS7ÀlëœW™ÎO¬.~`>ý‡ÉÔú‡6‡ïÏxÈÛ~´í ̾#À‰KX™¾èóüúeh?·à_ù*=RºíF „“ÒW…¤_X9ÇK;¼l3yŽ~¿ÄȬ%UZøÈ3CÃ:‡®GüšKéDן€…]Ä¿&‚`Em½ÇX¶ 5ÿ¦×ö3ÓÆ'ëÖC/ǵ°ZŒÿ×s2S•´`«¸:³ë7vÖéÐû¡³CyÐk¢eVƒñ_ ø¿=þu¡m}Œz!œ—"™övÏ¿#!¼Î/ÚÃ#ïÙÜ >Ë£Åqx[ ¥ÍÁšZÛäï¹)«)ü›È‰f„F^e[f“ÿòmzÙ¶b²W×õæ8³"ôSVýœdJß;ôa·KxǦ>r(§ŽÝœöË–Û:aÒ@اüœ9[å÷Œ[-ôô™GÑì- ÿÎÆ¢úâÜŒukÐyúuúŒTëyÁí¨c¡ð2}N(›ç“÷ü´ä9.¬Îäey_ùq=deHŒ7ñ.cÔ8/ê>ë÷á(›°³Òÿøe{YP_ÏÒw°VŸHMè>ÞdãÅT0‰Ó£ô{2[Ö{¬GK ;¶%|YÈëáSáÞ…aùt !“`äZ.‰8ÞYœþJøTám<Ö±ÖK=ŽöQžMË)c(ôs§±SÞž ™( ŸIÞb{ç—>ßòjÔo ¿ÁèïIØšH(‘ëð{^ø,æ Ô>ejç+Ø‹­ìcìLvÁ› wÇyÍ“.^Õ|ÆN¶÷<œõ³þ¿ÏZ Ì ­‰ªõ(¡êð#Í 5á"Ⱥ¯ÈŸ\çͼҿh•G%cB%]—îTEë Š*hžGWÉLà±¾ÈCþ`í«ƒ×ý> éã˜-3&y¡ÙûJëg7ñçC¦íïWù\J"*À’yn®l´lŽ2šú‚“•ýË|ºžñ¬èMŸ³\YX½ÇØw¯}ló£h«ϰïóÿÓŸÜDú!NcÎH˜QŸw+Ç_qY…sÆ|Õ¤M]ˆh“)QU«g <Áñ)Ÿ{1RŸÁsùô“Oö6;+òSµ¾‹LÀHâšÓ³ž‰}—„8Þ¬tØß¹Ü² Î´<Ÿ·‘ꇱ¼ÐÎŽU²ÝÂ~jÛ6–³sëÖxÛ[‡<夯Sì¤ÖÙÎm¦¿Oö‹}Ëí®½w`ý÷qѓІþi3?ÔծޖNúxÁÏÙóP¶'x{º÷æ(§µI‚Ùh%Âcƒ©´eÅ—Sþ“„Æÿ•Œ‚€%¾ŽöE‡üšG8 kWp|ó»ìcÇ#ÿ.!%ðyL=©ôÿ0X÷^I¸äqèýä!©¶„$…¿õ˜ÞmŸMŽd$øÍö7X¹îc|ó‹}èA^ííâÏÇË7‹åÝM§qk)Ýâ˜Vî0élÇò >žŸë&‹<÷M¯à+×ÝDçSUÌu­Ý•Ðdô[D5Æ’S #šK$s:zTAµ-r;ÊØ°çXéЛÏ+¨'/V³ç%õ‡öÖö~1#ÃÃ>Ïà^1ì]cÙvñm Ǻ‹ýˆ?ÝHïvÄÒ¼š?¸!4x-µýöçûÜ‹wÁ7.ÏyÍÍÝFÓ½¸i¼ý*àÔþ?tzÝð#‘¶¬ìøÒØË³?µóøë+­Ý$ÊRite4·—õm¡oN­„k©Ÿùàcn;ÌRôæDg+mÝt~´#½½kz‡tÙeÆÁi½Í†ž¼ÄFbÇÙó®ºÉËWƒÝ.%ÙÍ%­M Pæ‹évhÃú‡ò"RþèpÌ–=+ØmJ—}{Ûîü9Ö?‰'ÐØÅÔf>Œf¦9‰ÇÚ}ïåwöx•Ök.±( Qÿ_3ôg|:_‡žT`ƒMy„{±òVÅÛêVMyõ°œ®K\³+'‚ÄzæQn|L — /äOŸ2¢µ~äO÷¬¤-w¯¸ð‡õØíÑ´œ&ãSÂÁm×ðŒ´šÓGDÑ­ùƒßvàéðý;ŸÛ÷^¥®mSî³¶|ñ{¢0öœ¦KÞhôcŽ©ûØIó'úúÙæÛ+6æsÙ^.· ó¢]ߺ8±•vÛÖrÚ“ÅÉ龩 õ OxþP¯~­g¿KŸ÷Šm?–'hõÿc…å•2šþ=C­ü3W&N”ðO0:\SAqp‡@áå}A/89®H°X°J0Fð’àzïÌ18üƒù"øû±¾óèi&¦Ê%EÜfŒû8×aŠý¨é¤w‹ýä…åžßs™eó˜¿t*'Öv »Àp&í|Χlg_u'1ßWöû§ý-fcýÑJŒúCE¡Ú`pµºÚÿÊ|Æœd¶“ý´×éþ¿g/6³ãÌðІt)Í™²ê3#¢óôÌ]äý~hûJòAoT«L#Ÿ3÷“–×Ý g& ƒ&oŽnó{ÞÓGç´x#­v”¢Eæ»ÃÔU­~}Í–;ÛVL¿wã¥k/ˆ.ØõïïßýÐ6ÿ@zÒ³t/œÜùÀï˦®ÚóåGƒïNíþë•K>}åöâðŽ$ VžMôéÍJ¬Ÿ{Z÷éµsÎÛ›Ýê•#Œ,Ø[üÄ IM>KXt§MñĤ«G7{}ÛífGLÈW.\%þôá‘Xéæ²Ã·ûÔk1"s×¥_,h`ÜsdèÇ þy±ÅÒZÊé—ÍÚ/~ñóïÞkÐÄÔ!§Ý?;¦k¾. ÅÍænükë´„Õw–oí5mløˆíÿ­{²h{‹ù‡Nýr´Û˜3É·> ù¡ýYw¾6ÙeÞ„}ï7¾s(í° éÜò%[—Sê½´åé'ÞÞñþÐw›œ=“±³ñ¿c;Oû“O^»ÔþÀ…ÔØ¯þ­_7é\í;‹æ\_òZÚÞó„·–}Ù&j)1d͇“Ÿ{²¤Í7Ý3®Çä~²zÆØÝë®õ~æãY_nkѲËʦ’ü!º1g?<ûüráÛ5Ù÷íÌÒn³þx°Ù°qlt|Ýäg42ûkG¼::÷ÄóÄq7î0¨n›& ;Å^Ánͽ~pÖd]Ì{ßk[„zèÄ_QÓKùÓÖç>;ã­ž…nÝ›VÒ°sLèù©Ç¯¼zøûÑ—f½r~Îé }´Ü~wïézÆMZî/›yeÅ 0a³Æ5j¤žz¸7ý©®³Wt/YðlæŸßîùQÍú{kNÈë?û›E #¼yFýÔ½¥;§<%lDáÍ^×ë7ù’_Ð^ñÅbÍÒîiü÷;,½>qØ`ÁšŸüáÊÖV#†7¯?eCÿ·˜×žïößË?5»r“÷e‘tOÜò/z»Y/¶ÅÔ¿º|±â³÷†´Ÿµó³)EÉ“nôYtü©õ½wÍY{6÷üÀNEñE­ÿjÎ_5ë^驲yä”ÒlâÝ‘ ÏGcõ¿>¶úÁ_oÎ{S‘ÓûØå‚~Omýoqâäªý›w _=üñÕ¢ëgVo;Þcùìy3þ{ûÐ{‹Þ¨Þ,¦KTÄ¢£ß ™òµôVÛ‹%M†­žt@1³ˆØ²r^ÿ¯ìÝôwËŽ1G_™rVýoAÏ~?å nPë‹ [j4Êûú?÷Ÿ ´kÆKÙ}ë¬yîÆþGš®ª=¢Zò_Uÿ\¼´ç·Î=š÷¸}Hyêí®O®=wåß/¾º¸w²Bòkæ¸u÷ÿ\ûýNã’U[|Õô»4sûÖÃG¶Û²¡cLò܆õ~͹®;8khA'ñÔü?>šºtÀÛI†Â7Ó£°aÏ^Ý0sKÖŸOeL»¬ÞÛëÂ2~»ÿ¦¿8O¹}ý¡!yÓ.©'ܘÕè»ìï{ûÍŠ{[3ê…&ËnÞÿ®`úè\ã K£ÿ®wê@߃ókÝÓoRþŸ9ÏOï6üÌ«=¿=?lî[ÛõÍþ÷òÊÃEO>›zúÒµVï÷~ûìòúw[É&5XõM³‘;¿™6O•|™S÷ó‘[»7hþZÖúå+¯·®<Ä‹™m£=º.|Áì¡óòÖ=Y"ΞØoJ·ƒÿùëÛÆÈ¾tCðÍž8Ph¿Oì#Ÿºµ\ÙrèË¡}ާÿ¶}ÉëÝVÛûíƒI×À¦ÜóX›žÇ…wÎEGîšrм‚ïfíþ$¿ïåí¿ž^±ø¹×ñF}Ú\öaÙŲ™ ¢)ëçÕøY€Q.ã@Kö“œùFp³Ü–MņÉÝ™ï9¼øÞ\ï·è‡uèõ5sá{'v}á&õ„Ü'BÝ„“Õ‡S˜ÿ»é•=Ëé•&Yð¯hÄ3à#áU0þ?lwî1Ð_b³6åŽ0æp×ýÆÞHá?­ùH²¯Ñ‡=º>Õö½¼Q—û¿}tÛž'&· üíÎÍE-k¶~õ«õ?ϸx²ÃäqöD¶iÕ÷é' nýüðêºUš—ߊî½UÖJ‘wõÄ´]¿,ÙxbEö&YñÌN/[±»hHæ‘þe³êMú왟î‰7ôuoöåo4åü«3 u›>>•Ö²ÿÚïn»ºmY³¶êz)÷þþi÷wWû=»rÙ¾ñ ]Û¶Úí&ÅÖýyϸ[GÿûìݾMÝÜmÜÎ_f5=`bAÝeKç­\¸$¢^ÃZ Ÿ¬S¯Öp2^wû§iû´jóîÝV­Xð#ÿůþ¹Ü¯éki£ÞýScðéöM-Û.Íî¨þ'­eݘ"Ñ¢˜¶Ï ùýí:?nÚÏ/»}àý£ûFN~¸ctA·zEÍ›7?ûN¼ä³Eß[ôGÖ˜W‹:Ÿ*5¼~#ªíÔqǾíºñá–ß>Mû÷⎟ÞûôW š>÷ÜÈ5kÏ|\{ÂKYm þ¼±³VŸc®~»sà’쎛æ¯Hk9wEß‚^ÃòkÄn^0häí{ w÷Lx®Ñsk/ö¾ß¨í=ÅÛôc×O¹9üÅÍK²®kQÔµ€W£¿ùÞÍ SõÍ´ê‚:.÷½h÷=ÉÉ1í8Ÿ[i̧iœwç˜a¶ö»y°Îî¨L?{Õ̲ùÞÊÉ1ö‹ÿB¡¨ƒ ³Ù¶€ýôк¬íwŽ?²wÈ$qr”Žãw2hßâˆ,,Üév[˜ŸØfu9©tÉßqŽÀ°`~.î^VÞÎP“ýô°\ŒxH—Fù݃˜ÜÎW¦xl›õ‰·–_Ñ£.ºŸ†7Ø=bF±žx´Íóm>¦Ÿ-OõÓÙ#<)yÏ¥ÿšGõc f+ýNœúÁ*l ýçÅã¶|艅Â-xáùb\̶€à¬ÔÌ£·Ú?=·Þ’·ÊžÃì×ò¦1ÛšÂ-›À5°ûˆWÄ{~› y‘ø1¬3Ü»µþ™œ®‡ÁÆšô{o<Ý7 ¬fιâF"l0 mþ§{W3ÿW0>†`‡Ù~,±y‚â§ü{þµÇ»c}‰œž§‘ýàûg0Ÿá%±ÛOâú?Op ¾H.Æv*,—ÂzŠ1®?{–‚Ö‚x;²[¾c¾7ƒºç>ñÐ̬Ղ†òé"è&0Àÿ¹ðo,H§ËQó©_O äÙl ‚­ì…X;ò6±€éŸåÙíë1G¿Ù›Î.ÒÁ)»5ÀEÌÿ8_Ôƒ„œÀsxé6O.øk+3ÒÝÅ?ÁxU³5Aöó/ Œ6¥~ÆiÁ þl¦Îpþi2BtÈÅ3Mg‚–ð¬1âµ *h!ˆÞ yÔï”.›y'°º°”áßÓ4 >?€ýü{Øxθ¥Ǩf_Àþ]íž¼`}ê~sº%_BY¤â?ãVÛ=?òºˆâ$Àárð±díí>¶¹sf ó-{Y’‚Qç\ z*³½µ€ú< \‚{ž„íûþ Û:Kƒb%™+JˆH|ª$”#‹Ú¼¼aԓ̟ĢŽ}[¦YÛÔÔÿÎ}V#ïæµ@ÙöQ½š´-ø{ñªÉgöO>?çf±6ç§-¹_pãØñ:øÂôé7ˆmµ zOmï·tÙ¶çâbú„<lú’Ù?]‰ÞVëP/˜vŸ8þ­J­®áãïænüÏn™êï3šUÇÇn•SIEå+ MŸ®ÙF ‘m©ª÷2”$õrºÏ\HdÛõIÔ'êÀ•)éék×Åö;¹aË‘SµåxJƒ¼mÛ1ZoÖ¶ÓX¾€üÄ8˜öë‡_ýcgÑÉæŸÿ·wTt‘( Ž¢×50ýëæÎ}ýÇ×^??éö/_Øpäá¿%M/5ÕÝž¿¤Wn¥ß:4óöë·o'÷O;8Ððñ…5»¿—~ô‘nãvmxðìº3W¦h~KI=ÄJüäÂõGϽSó]EŠ&åý÷--Œn[öZûƒY¿ê¸ÀÌü¹t–Nµz7·Òò‰b^oyÛN9ÉWçº>|JéÚ»ÿâ¦f~بhwúù‹sÊþ+‹)‹L·ï/nÝY-‹L&hšÈþé‘…T£ÔÉ•R¥6²ZäÐè^Éù¦Ì¬|c|»TS¦!ǯPË¢;r†ÉdŠQùyÉÞ?F'‹6²b†÷ïâåri‚Z0êóZƨÕÑDÏäœüdGê€F‰©´ ©V®ŒŒWK´„B´ºèÖ¸J…‰;õË,R©ÖH5 ÊHm‚\ª‘)"S³ÅC‡Ë"Óªt‘ãxÙ‘j¹LªPj@Vd?q±Œ‰BR• •Ë4¸Rª*ydäÐx¹LF$çÅÈÕÑ£b@´Þ”™3 7eè ˜•á" PJµZbP†Sª£;fs³’'à™&}6AàÁKÍЧŽI1Œ'Œx2ˆQ¨£ °d“>-ã ùy1.3+ O!’‰äœ´Ì4@JÒp}š„l)R¾VªT©pV¢%´¤V#†œ¬ „>9 —iÊ«£³ ©$–‘™šg©ùyyú¿:ËÒÇg'ç$ÒçŨdјNc0ÕÅŒ5H•6:›x*õYúT “©e†<äÒ˜x¥,!ºknÈKÓ<¾V‡'ó° "ÕH¦ÇrHÉ 1Ë7šAD¶Þ„§LÀq˜¶‘RqPÊ¥2…V ªÙË`Òqª^×tL=ÃÕ àÑ/"KƒíMÆI?Þ„gësò#p\"ãƒ<‚àã ‚ÏÃp%Î3䉕"P3ŽÈIãÅ“âd"L"㘸sfË¢;¥eŠâ‚Àà£SKuJ>L¡P‡ªe¡YÉ)ú,>.Œ “'H•JMTW 1¦q˜ÏÍ3äêóL™z#‰óŒ†ÔÌd C“)3WBŠ5j©J­ŠT+ÕRµNª©á$k‰Þ¹†ì”䈎ú\=ÀµÑ†t¾ëc”²èñOåc|R‹É(.ã“!—ÈÁ 2ó 9À‡ó3SÉìdlΓhI ®%ag1"˜j“x`ùÒpB•Ôº˜Ðp­J*Oh¯ÒÈ¥ZœÌÎUŸ#Wa A#LÙ)<`4dëñ\(G}žç%€rr’q-ž ˜ð%¯LHˆîOÔÔ’ °E@f* Œù1òè£)Ó”E$› æósL™Ù©#²òy©ƒíÇp\£?†ñº ­T¡“Š • ¨"™X&„¶B„ üzò "»ªãI\EâõU¥\'UËuí•2 HÐjt¸V,µ„BNj2I€åEà …¨JQuG€z ­(º)ÔZ©\ÑA¡RA+W5'úót"@‡¥cÉùY&¨.iÄuÇ2 F"ßÈÓ€4bh?Jƒ‹CÄ<žŽ/4…Fð!qpÚ‰ãÉ8äêS3±T²^\X&<7ŸÀ20`âñHR+ ¡D]L®ê&OPJTêör\ª&£JÀ‡9'Ž…bÆH•L-ÀáC^„@ƒáup,…Eóø ¹J+•)á¹ ™T&Ó’¯X/WF›ðQz“±†L—‚l—›ƒž#p%ø­‚/PˆkÃoB%_M<ž”òÈt¾Q/­ÅS†+Õ.À“ɬ¬š@¦æ§GèÆÇtêèL)ôBªèLçåéy  ‡Ž‹ÀÇàÐá° ¦‡>‰€¦Ä—ÔPM‚Ü‹ésÞV‹*dé›L?M¡Š¢ ïæ<ÏÙ>&e8ÔËž©÷)Ö ì÷1Øô¥ò*_׈ʜ š™Ã& ¦»Ì[ÌSeÔ@‹»Ô;q‹Þp¶É 鹯ùL!À—»øºUîcåi-ÿ¡ŠëJX™Z4ÂP褄[AׂùÎR4`®j¾ëôî}_š9ÛÇbÓ—J«üÏ…xÀ¶KÏ¿¡z¡z¡z¡z¡z¡z¡WнªÏõ¹²œ®?´ å•”šdÕHÕj¨Ï¸§HPKq…R!å·îš-WEv4€>uãÉx!O«*ä RµNÇÓÈux?}–äŒÂ“qcj†>[OdÈÜ<=5o¯OÃÓôé1r@Í òÈx LÐF©NEfeŽ!ä²61ñJ0€ÄdR¹(tR™o‡çè©k㳓'à†œ,"…€çfèóˆÌtÂD9"9+OŸœ6'ëbY&}&åS§.GÄá©Y™©cðÞÝ CaÈOÉÒÇ IS†ž4fæ‘y\C2i‚B©¯–É¢»æ¤e¦&›ôĸ =È#3%Ãj%‘o4‘¦Ô ’0¤“Z¥¤>_˜œC]“™P'Õ0\® æëPᕸJÝ$OO¤ã< À%,ÏKNË4à)1 Yt¾ÉDfæàHÎ&Hœ0êM!©†¼<½1ãñÄ@š J@ôÕg°‚Ð<>%ÙHò%°áÙ¹YúI¦)ŽLãO£*Ur©ÈðŽzR$×ÀuM…äñAª´@§Š„Z–‹tB‰Œä“ñ‚p¦Õ<*¥NªÓ¹Vš Tàí1¥N„©ä"À£žfŽO+RȤrµ†Ä52>le:.Ó jUD«T©Ž"(µLÈÖ'禌d“ˆšÆxJ 8‘° îH7„§òE !ì!¡”Ê¥êP9ˆîœ›œ’™•išÀ× 2žRCð3ÉdÒHqˆºT" „X¨Ÿ‘™Bš !ùÆP êÅ$JÕç†ë#´= ©É5€R«#Sù™•E`F2WO†ñƒÓ§æ›z2;@¶i¤JdH ˆ6ä‡À R3Óô¡Ô1«ÌÍÕ'Ó®B@œHåN]QÃŒ^`”â‚|@ÖRHj„›’S$Æ ƒŸ›Ý·NÿúÒú‹?À÷™mãáþ}¼6üNœú ˜ÏЫ–n‘¹ÌšwÐC)èá7=ôS´¦%2$lË0¼SÂoœZßÀŠ8e/¤åþºÝÚÖP€Á3^VL1àOzµV(¯®y5,ìoº„hjí›` ¨–°+a- ¶¨µŽ2hC Ø2ÛS: VL’ßÐg½` dm‡ÕªÏHòeüo¦•=áÿv'.$Õœ“V+$M’Êçç„tQ×+$ ¼O§êâš)y §Vé¢Gåg#– À2ôÙF}n Ñg§è‰Üä¼dj¡PÉ4@oÔ‡âÌÊ!<œZ€’«'Ij]ÈâgéS&}6uaÊäR1O@-ÖÑiùRyÍv1*ÈÌJNÁ²>f¬OtmLÐWî$=x£ø)X¾É B²2qaYzR zrE‚T­VF*0µ R £.U*5*)®ÔêJ¥BA]© 'Ù+• QERë*TŠR*´ Z Õ‘ý²2Ç$ãrTbÖÍèÕ7@®2¥eå ) ±µ &"=ôŒ•< 7FÊÂù˜JÅÃÆà†œT=‰§Ñ«°¨å8òyèEñ°´Ìä,‘bÀÆ·ÅCxZ€@’ðL“4œ”%H*y ¦’Ieš9)„BMÓ››4• ZR«)5ZµˆB€‰á?̼¤ à 0ÀKÐN’ðµ ‰ú˜&!D£#Á8\C‚Ú ôÙ¹¦ 1\£k„‘@­ÈàaBDךx¼B©À•r‘B©&” Zuõ€ŠËŸ÷Šàù¢r…Z*ÓªÛËå ©F£–ëT¸Ž„Ö)Ô©Ct*±VšIuªšp‡H§ UKÔ$f Ák¶ìœ™¥o¡ªk§.Öa"D A¥&M’W¯¶8$PU ;ZYDµù¸!DÂ#x9¢jÝ›F™Ð°7Å@¤\©•¹V%Uè¹Tt¸×Hq>ž@ò‰xa¸º#RlÈ%ùíÒÒ¢H³:ÆKjªö¦püÁwâ´tù[”Wh¸bœ%Onê!ß¶³õ7¯5§3”6{”VÿeY‘[÷™g7(q Œ¿>ÀÉÑ–>uœÊ—%n×¢Vêf GH,1 )b‹¬¹2îQÆ®ä,²{S#F–¶òîΙqÖÒþv5mæ|žèô «6”nõPq#{³æ<Ù#êxØ_´nÒÐ ÇluëJ˶º­ée[0ÏÖ²b›vÙëÖý=Êf¢‡ý®´Þs§qÜgÝ6õRÓ¶’Æaëp'< Œ…uü` §v¹ja¼Í„Ð@±÷ÒsvÔ±Lîìîô,H0û¶:“šíÙc³Ýw˜™Ã±„.ûCÚ˜ÃrÁu¡}»pŸXÖFšwìf,q7ò´­¿f;ëÉÌ"‹p?ôb訮 ¶L–:´ÍY£jã ›x ØwoYÆßêòÇrmc…?u:Öû¼ËÞæˆ-QØ÷º~eu÷,ÍMpÛÛòßñ¢tŠÃÄ÷+°/e¶W’ø•Oe SÁ~c¸RÛñ ßÐ˱óзE8ðµTWû#íJÁOa˜3K«ãUÛ=enO9ô†‹káP ø^ÚYûmÏmè¶em\^ŠcÛòGmîv“Sßà¬5ƒØüÛy vbî¤ãŸ¾‡-Â@ŽO9æ]{]{XçíåÙ·ÿ%1·ÕÓkÅùÙbGlضxœ¸ŽÇVa Üi”·o•gë¸GÍç÷Ÿ)qnU–-T¹ãÄÜrÝÙaÉ“–³õMÜ·ñiÜrÝϽE‡òþ LŸo endstream endobj 594 0 obj << /D [592 0 R /XYZ 56.693 815.761 null] >> endobj 107 0 obj << /D [592 0 R /XYZ 56.693 672.916 null] >> endobj 595 0 obj << /D [592 0 R /XYZ 56.693 644.964 null] >> endobj 385 0 obj << /D [592 0 R /XYZ 56.693 441.317 null] >> endobj 596 0 obj << /D [592 0 R /XYZ 56.693 421.446 null] >> endobj 111 0 obj << /D [592 0 R /XYZ 56.693 345.576 null] >> endobj 597 0 obj << /D [592 0 R /XYZ 56.693 319.781 null] >> endobj 591 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F60 262 0 R /F72 420 0 R /F74 437 0 R >> /XObject << /Im23 589 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 602 0 obj << /Length 594 /Filter /FlateDecode >> stream xÚ­TKoœ0¾ó+|+ðúmœ[iÕJ…œÒ\–}¨€ÝæßwÀ^…E›*j£•Ö3ža¾™!h‹ú½Ë£ÕGIÁF1…ò R +2Ê1×(_£»øÊý¾ºômÑï]Ó%)“$~ïšo„°íÐÚñÖ_æIFbçªä>ÿõSJ±‘Ò—¹íÊöM"e |µÍ`§L`@Q Ͱ¦¥80é,^ùCˆñ¹è2" @Q$V†#m(V„¡¢Žîî ZC ¨`a2t˜2k$)ÁŒ+°+t]G$4ã¥çQ((§³ñ!"XK.ø”1·§ Ò39ùÜÈ£ ¡Õçš ôÁ™ëgáÒ€—Χùi6›¼˜g%æ’ûö–Ûø³ß•Þ(*ãßã_Y Oyµ[—ÝÔï#£…dRj07¥ÌàŒÈ›jÿÃúŒ\$)§äµi,O Åf:J)ôIh˜° $Ð5üèI!t—RBH| ¨d† JQÿ º 3Â}<ÙSP‡ê ŸhC¾X3°sÚȰâQ•Á Ø+i㿤A_Kg‡4j€a) Aœa"Â*Ê_Rï„Á£Zo®®m³‰öÑßC~±s]ÙïúCyt6®ª\Âd|Ø7[õktm5”ÝÅ¢…J̇» ø3؆$4ðʵµ_Ïõ>~JG1ù†÷¶í»E/O^ĆhK×CĶ!¸míÏݾÄÉ`‘{kßôe»¿[”ø„Ï¹Õ ¤ˆ2ÿ²™ÿeH’K endstream endobj 601 0 obj << /Type /Page /Contents 602 0 R /Resources 600 0 R /MediaBox [0 0 595.276 841.89] /Parent 607 0 R >> endobj 590 0 obj << /Type /XObject /Subtype /Image /Width 903 /Height 527 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 46307 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 903 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìw|Õ¹÷Ÿ3e{Óîª÷nËEnr‘{Å Řb’%\n pßÜ„¹ô ÉMƒpé5`Ó î[.²U­^wWZmŸzÞ?FZ¯Uli%ãv¾áãÌŽæ´gÎ9ó›ç”A²,cŒU*58!„@ ÃcŒ1–cŒ(Šâ8c,I’,ËR?”ëˆM @ ÃõBQÝå$BˆA)’T’$ñtú SbV@ Bª4R’2§4M3E…%©Áþ‹‘@ 0Š<ÿàZ†aX–eYVñ{†ÿÄP%˲"IyžçyþÎÿy_›Ï}÷Ã@ F‘_¿³+ä¨xæžáÑxåÞ¸“eèIãr“b ¹ÍQZV•ž³jþä {j#C@›Ë»ÿëwŸüÅ5:N«ÕjµÚSkðÃý r 2X‚c°gÈÑŒ:¾öËCÇ¿IÉ‹mmu¹ªJ¾ýò«Å?ytî⥞ŽF„ð‘}£—™$…m»÷òÔZ8RÓþì;&ŒÉ©¬ªþøÉ5¡]‡þïëÊ csΪMøÁ_­´4ÇN:ìfm‚Ͱæ¿>˜=sJ¤nÀ÷ùŒE]cˤL#”Ö6G'L#cHŒ³/¯øä©µ'êœO¾µZaÁ92Ô¨nhliý×W³ }ï?X4gúÈóü?oìe(<òü»»½ACÉê»›Ëö–7f $L¿Óa J-–ö×-Š·êC¼XvÒñú×'²32†.L‡XÁ¢Ëý¿«2êfÙºûÀ[¿ýžFÕ·°ÿe3XL†3JRþÜUiᢀB¬I>Ó\Ï8«±€BHQqáPðÇÿ¼jÀ ÷<»~°PoÜùà÷ê4Ìsoìe •5uÿõ£E&½úÏìKH F„ðn¤=kðêTî½Ô»àèñ‹óg€ÀÕUÝUZ–9Ùâ5ëU5ÍހȶÙ:¹ ÿé·w¥\•9a¶LT)á2S¥a&fÇÕTM}óò™Yá§58r¢ºÃá*š<ÞhÐuuy+OIŒËËÉ,¯©ûù/®°4¿mW[§oJ^¢Q¯JLŒã8á›’R£A¯Ñ¨®®Âqy-íîn¯,Kj•:;+µº®ñ±Û®€¶|ÔÜÖ1kZá©ŒÉø@éñ@0(c¬R±©I i) àìt×Ö7ùüAš¦ÒSkê›Â14µv$Úc>ÜvÂáÄÇÚdŒ;œ]u Mþ`ˆ¡™„8[Nf*Ï »÷—êõZVÛÙéV«U rõ:í° õ½yù_ìý<òŒ$Éýsëó÷w¦;s~JUüôªÂÙSÛ\¾·ž (jƸ$ CÞïö 1‰Á*ªoj­mlA€’ãêšcÌÆÉÇfyŽãwï?U!§LSQS †"ïÚ`w'ꕚœ°~g%M£´xsÑØ¤¦ϾãÍÀKt]eM0Ä…£Bõ‰?5)>RC“ÇárT¥TÏÃH’ñP.VšI8Ô“èJÍ2: c3iX7ï¹×·‚ÖÍ·™´.O°±ÍmOH Õ_•Ê²Ì „NS¥½¹·N¿åƒWn*ž»Pã:¬Ù]ÞìßSë;ÑHQ…XmN<éÆŒÍ0[·4xçjôfR —¡*õx„`Ŭœ×¾<¼´hv‹Ó›d7@·Ç{ïuSç¦ýÇK_u{ÌZ*øÉSk?ßSý龺ܬt8xäÄS?[”g€G~pjS‹w¾.óyº?yjmMsW{§ozAò“¯ï¾óª ²ãX†vu^ûâð_¹J§aà“§Ö¶¹|÷½´iæÔ‰Ê¸ôhùïnŸd7ªºÓܰ»ò@uƒV­²hÅG4'=ÁÌ‹ÒGÛ˼á´ùëÖëÌ?QçüæÍ}¢(Åñïkôùm‡ê?Ü~‚¡äOžZ[ßÖÝìðL›äè <ýÖžØøä³ Ó°¡8AÒªÙ«çä½µéXø¯œè“Û='Njhá“§Ö¬h}áÃFõÉSkU¶ýîÕ}JÎóîc{Xê”ÌmoièüÅJî¼jbØŒo~u¬­Ã×+e»Ý]Å溺Gª;NÍÈJ2u¹½>Ÿÿ\˜ÎjOllj,?^Ÿßf gOLõø¹_¾¼Él±"@Ÿì¬.›ípv%a(I8º¹Á*˜$ÉS²Ì¿½õJIÆ_î­~ñçsŽt<ùæ>«éoºÞ?H#)²BþöŸÛ»}Nä]ûô›o»;QרŒÔ¤]'š}þÀ„tsÑØ¤ºV÷Û«T,[fº÷úá¨þ½³<&ÆÜÏ&ÕL„/X–‰*%\¦¾Ò¡ªR„”fB> rϳëû\é@íjL^æsoìx`Ý<›IûËïÏÇV£Öå >÷ÆŽ1y™}BE¸'N}³©ÇW*÷:xÃVeË0Ýúèÿö¿îX]ïÂÿÚÛ5wú”‹3”=XS–™ˆ=ÆŒTí>Z·ñµÿºòÎ?’J@¸ U)/H»Ž4,-Êjêð˜ôê÷·ÿñ•“@§Ñ|²«rNaÚò™9ÿüìðOVO€¯ö×$Ä%+­,#5éͯŽÝã ‹Aó»ûDI¾ýªÉƒ&œDvrLS‡çŸdÆMzwSÙñzgjœ™eÕ_èÁuÅðÇ÷÷ 2ÎÉLUâÄl6Ë®ÃMµ­]ÁÚÅã~¸jÒá6J\è‘;–…ñͯŽ8Q§9=†ˆ½<$YÁÿà-Kº¼¡¿~rpFAòÕsóEIþì›jHO0o?Tßìð®YTpý‚1¯}U16/+Öëõ»ºÜÀ2Lr¯³*l(_€?XÑzÕܼ »+ÃAÈmÕF¥¿êãÞÒéÍsä…x -p¡O~P@Rî£Ûã›f€#Õí¬F§LÆMOKòùýH 1‰|zl° ¦¥„_9¹Ë|gSÙÜÂô>&ëçXÄ}*$'¢]‡k[Ýw­ý\Ô¨ôÔ¤vg'@ÓD­RYõôƒ·÷‰j÷‘¦ÁâWrO|¥„ËÙW*Ÿqÿ¬¾Ò¥óO-øzû¾3‡Š³[±ŒŸ{}û/¿??ƨ€Noð¹7¶g¦§ÅÙ­Þ? ¯TÑ£ =_ ñó©©å1³êà÷?ù¦E-._0Ϧa––ê€uzù©©¡};%:{V®ybñ‚ûümd@áòQ¥ðÅžê«æäÿèÊIåõΓ-îžæJÓMNy½kÞ¤´×¿<2k|JuSg[W(>Y¥4^ÿmimˆÁ»4b„Ö]1"&Ë9Ý?Øo·ÚRbü×γpjFrœ©º©óHUk—7(I2ì>Ú”—“a1•8eYöt{퉫ŠsôZ–¥)åÁo3PÚ°³rÓ¡f{ŒEÆ\Cc[8†ÈÙ“‚ MD}¾§zωŽÃUí³jFA²òŒoêð|¼³ÒfÒ¬YTkчB\¸áû|~5„æ³€/$”žlMHˆëc¨w7—-œšqÝ‚±á3æ¶¶Õ pd_JÓÌÁÊóŒ1@ÇÐ?8Pàè @ØŒŽ4d$ÛÆ¥õdø«}u¿X; Ê뜭._ $Ì™˜ú ¥‹äŸ Ó‰’Ô'?6ffe+ö”"5·Œ{Œή9CMB’å²:×€¬07¾Ø[³ûX{Ucçó÷.€°ó¢édŒitªB¦$&y½D{ÚªâÜÈ»¶½´atkTÏãJ<•Žã‹¦eõФÁâWªy<.g_©¢Ïz±ÒL¨~SÆÏ¼(o€ò" S‚¼Ž'êT'#Ëá/Û3J£ wå}ܪ¶¿Ð¬ªûûu9yùGöqŒî؉Š8½ö¤`ËNT¦£ÕG¶¾úMÑdˆ„pÙªÒ¶®À¡ÊÖ)ù‰Ÿï©Žô/%%$¬ßUñà-Å¿X;C¯e¿Ú2>66²¥P+N¨~«Oî€V£MOM®mhüõß¶MÊ‹O‹7ß¶²°0'þÑW¶c J?€޳µÝ1wBÒÒ¢¬Íj?ÜV~Íüü¥EY4MEº½0Œ1¢P8 (ÈñØz‘7Àk5*©gÈd|ªÇðúé©Ú5‹  Íåûb隸¸Ø>†ryB÷Õ¬,ΡR²1`nåÞéó¼ mÆpƆ–g4`p–f:ù>f,9ÑÎ𦒓ÓòàáïŸìžšŽLGQtÿüüáýƒù¹Ù ×é*œ01'^äÖ54SÜÝ^‹Ù0¬»3Xë¹)ø473êõ)öµüéRÆòü‰ÉýïB0º5*¬‰tŠ8÷mà q˜Œà.GØÞY,g^M?³h²â¿D92T„#S>ƒ‡µO(‡³³£½íuó­Fm§7ˆbŒÚn¯,~е[#CEzÂôõ•ö_J¯ŽÍ•Öé Øò§e9ܼ5£ª­[Ÿ–¾dÉ2‘ÑòéWIã–®^BÖà.[UÊÐÔ»[Êt­íJ²jÂWX̦e':ºüSóC¼¸ëpC~þ˜á¶Ç—ŸoQ•tÔ4wMÉK0éÕ(À 6“vñ´ —'äõ‚Á WÞ8†HP±taN¨*9ÑrãâqWÎÉ ñ¢?ÄõúææÖp ÎnÎîeºäDëKÆ­œ•ãñs3 ’@YeÒ_(‰rk;Öè¼ú¡w@­VO×SÒÈâÒ4ýÁÖK‹²†Rz¥sÛå J2ÎI±Nɉ[UœN—¦¨ó|Z–0¸ J²ûšñëuŸ}S Ë,šAÓÔÖoëö–5@¼Õð£Õ“LÉxoóñsa:I’úßVQ£étÚÆfᛣÅRŸ¹gÉÎÒŠFÓÇN}þíý%'Z†~w«T‡«Û`ùÌlo€›S˜ö{ fù>^ï5È݉ºFE´´µÉ²Ì€QÕ&äñD¸}¥cñgXM¾2‚_rðð’誩©ùá.T–7=÷ÆvÀðÀ­ó•ÅOÿóêÖ°*°Ižò•öb¦Ë<~OUǪU+3R¤d W­Œ%´ŒqFFZ}å7R4"•€pyªR„Ò˜÷VvÙív}§ž…&“éóoªo[U¸ópƒFg@}çÓà³* Øç¬]“°¤€F¨±ÃóÚçGbíÖ¶•ߺ|ÂÝ×(oyéÃÃ9Ù`·Y·l˜’—°ª8wbv\]«;.F]Aüäë»o\:nÝxQþhû ƒAß?ú¶G8R‡UO¿¹ç¦¥ã~ú½©¾ ¿~gÅ¿wV«ù|[dqìv›ÝnësþtC­Ò}öMÕ5óÇ(v0·ŒZûúGÖ.wç5Svnœ§"!>vÀ<Ÿ.JÁd±õŽ|~3f¤¥¨¨¬^0%¾Ø[í“T•ú@Eõ ‹ ¦IúÓ‡%çÂtpÿü$'%†í–“ñò¿KO¶¸M͸vþ˜/«íŠ2¢†qw«`Žúç†Ck—Œ»iéøÍjÇeÆr‚HS”ÞhÐò‘ VÇL&ã¨×(ˆô¨Ð4Ý?ªw4 gŽŸÌ+%\Žª¡a],ãV; &g Å b·Ÿ€çÞØnµÇ+¬›oÒ«S,}BõÑ£=}cBBÂîÝ»ý~ÿϼwÓmw6´»û¤ÚTYâ¯Ýºfù̺ªŠÄ”´q& •TÚ£eå<ÏŒÉ{ø¿Ÿ4fAö”å¤.7azèðQ•Š_0&|ÒçóWVŸŒ‰±d¦§úüŠï^6=kñ´Ìþø5£³êú­X/;QÁqü¤Âq¢ÂÇ’(-+7èuy¹ÙJœÍ-\ˆÇ€5uJr’Ñ w8]-­í’$™M¦ì¬ôp„¢(ž¬kðûýF¥Ruw{ÒÓRlÖ·ÇÓÖÚ …(„âãcâã"cHKMŠLÑíînmëq!†fb¬–äÄQÂp´¬\¯×)ÃÍÃ5TsK[{‡ƒ¢Ð¤‰ãËm{‡£­­Q”5ÆÜáp™Œ†œìL,ÏJ–Âù0ø€f g²²ªÆçäçeëu:¥—Û¸uÇ„hQF5sÍ£¤}8RvüÍÿþE¡wT|õmsjJ2± áB ¡±éÖ¥ù³Æ§¨YÚál>PûeICfFÚ`33 ÂE‡N«fêëÏ>L3+rJz$în_Sùž¥«®D9ä¾ãP ɸ*eúy5úŽtÄgL”>äïš1iÝáMÇ*J¯(=z"!oAFá’æÊ½:S™µC ôgBÁØ[~÷1`ˆµÛR’“H3!\ ¤¦$¿þuÅ?(‘±¬bYkLLFzª2 ˜‡@¸4ðBZjñŠk7ñQÓà—-^q-Ç‹Áÿ݇!Í+MÈ™ªü)!gú¾£_ýüÀŒYÓeŒsg™µC ¸±cÎв„óErrRrrRDÏO$)pÉ Ó g5ëWoí®áÑßë¹üîCõŸ9»¯4Vk˜só“C¼˜@ p¾p¹}r(„W¥cŒÎ7î$·@ ð0ÆèX•À'O­ít98A @ çÅKÚÜÔø÷¿m‹þø°áÓO“Ün7,[vEEEÅHŠöÁΙ3wî¼ù7Ý|³Óé<ÃI¿ßÛ¸xÉ’%K—>üð#Q¤¸æú5ï¿ÿlÞ¼yΜÙj•J9Û¸lÙ³Šgßy×Ïyž42ÇqÙ9¹O<ñûþèG‹/)))éoùáÐÈÇåäæý÷o~3¬»yÎP•\=òÈýôgw®\µzß¾ý¤; á<¯tåÊU4MÀ[o¾y1Ƹ½½ýÑG·þ“Ífsiié=÷Þ»yÓ¦áæ)^^Þ[o¾ÑÐÐðûÿyrÛÖ-v»ý¡‡~€#S|äá‡ÿõ¯×>úèCŽL£Ñ¬\¹âƒ÷?¸çž»«ªªZZ[ÌŸvÄXŠÙÅÅ÷Þ÷ Œñ®]»'Ož¼k÷î9sæ´µ·çåå ×ñ†1`ŒqCCÃÿûõ¯·lÙœ˜ðÔSOÿ¿_ÿú/þó€'Ãåݼy³N«Ûôõ׊BÂç·r劵7Þôðÿzï½÷ö³ŸíÞýâ+ýÃóÏ[,xè¡_½óî»·®[Ncìóù–,]òÈ#oß¾ãégžyïÝwûX~¸Á42ÆØëõ.X°àÑßþv¸E WY–ÏZùZ¼dñ¢… kjjnX{ãþ}{•@ \(ªôÌ|þÙ§‰½#ì}ص{wWW×m?ü‘òÓïŒ<þ}û÷Ï›7×n·À7®=ðíQ)ùk×>øÐ¯î¹çî÷Þÿºk¯”#–"//¯½­Íãñ()yðÁ·nÛÆÐÌÌ™3F’‡}û÷Ïž=;1!n¾ù¦•«Vv2Ì„ ~÷Øã¿ùÍogΚ¹xÑ¢(Õét“'MúüóÏ«kjŠŠ¦…Ï¿ýÎ;Ÿ}öð‡C¥Võ ¥Õj§@~~~SSSÿh‡|°ªÂ²ì‚ùóGRmº=ž‚‚qC©á´²³³5jummmNNé@¸hTéÀO™2ù_¯¾:ʹdØž–­8g̘ÁqÜ¡C‡>üð£7ßx}(¥˜1sÆú Lfó¼ysŸ~úi–afÏžýß°ŒŒŒ-›7íØ¹óË/7¾üòËŸnØE$ׯ¹þÎ;ïºýö‡ÏìÝ»÷ƒ>øtíVûϾR]SÓ_À)…d¹¯3ŠàƒY«Õ¶¹î¨×FY–eY¦( Q$Ý@ çj°Çù`ôùkø§r0{öì={ö–––*ëŽ;†‡IÿÔ§íÝ»7 aŒ¿þêëžU-½W*>Nž¢HhÍõ×?øÐ¯¬Vë˜1c†RŠÙÅÅøÃ ³‹‹ÕjµÁhüìóÏgÏž£zš1}úîÝ»[[[1Æo¾õ֜ٳ;Î[kk+˲+W¬øÝ£;V&Bæ3{öÝ?ÿùÍ7ß>ãîîNJJÒh4²,öùgá›q##Á},EðÁŒ|ÆÚ7¤jg»á‹%IúðÃ0Æûöí!##@8Ç|G¾Ò„øø¿þï_øÏ_òúÛ!–¢xöì_>øÐœ9³ ¸xÖ[oÕeefŽÄ\©©©ýîÑë®_iii|éÅÁN†)+;þøOÐ…1~ü±ß1L4w¦é»îº3òÌ Þ~ëí›oYg0è“““‡OØòï¿÷îpƒJUa&“ñø‰ãË®X ÿòç—ɤR@ Î#(!!a÷îÝ~¿ÿïÿûç—^þK§Ë ÇÓ.m8Ž+,œT^~‚˜‚@ „ïµZ ÍMÿÛßV_}Ñh4 z½ž|q”@ pþ!_%\¦¨Tª'Ž“ªN Âñ•@ ˆ*%@ È>@ áÂU¥uµ5Ä4@ „QglÁøa¨ÒÙs“@ FeÒ¡ªÒ@ÀOLF @øÎ «@ ç²Ú‰@ pþ!¾R@ Q¥@ Â`#ø@Fð @ ç]•MJ @ø.!#ø@ „óÏèàs €J£Ñ ÎxŠÖåîtuºB\ …QШÕ‹Õj±&ŸÏ{¼¼Œf蜬\‹9†Tò Š’o÷ßwÏý,«z }ñÏOmU*‹^Š1’ÛA¸4UéH|~­mÍÓ¦Lq!Y–d,˲(ŠR«ÔÙÉŽìØnÞ_tmÒÆýÖßö{Cœ©—JÔ´¨%)ÍÐ6ƒz\–¨££U«Ñ"ðùÍ&“ŠU`ãP(äõxŒÆa7ÝõÖ_}å5555@  ñ]–(ŠGÞW²gÑ‚Å¤Ý ¨¶¶†ãù3\£QkÆŽ7úùÆrCÉ­‰c®n(¹u̲ã€ÈrÂ%§JÃýÓò•W*?ÃCyqÀ²,÷< @9 @ ¹ÏeßÛnÙG«rÌö{@k»Íßñ²³îiŠyCøZ;¼q ŽçUjµ Šá÷R€#þ„zŽ1ƲLÑtˆã ÃW¥&<Ü©¤Äó<˲:! ! µJÉ&„‘E»‹lEÓF“©ËÝsÚ€o§»Ëf„DIæ!ºŠ*É2dÙápôø"þg·Ù1€„åÑj‚ M&ŽçZZ;’’’ìqqušÖNÏÈôù| M-I‰q¬J%x<#IÚÙÑáv¹tƒ(Š].WŒÝn±™´:` Ðåt²*•Z§s9`$´µ­c˜1­˜ç9·»‹ahŠ¢U*5BH–å`0(Ë’V«+ž9·W,û–U×T/^´TÑ»ŠÅXéO½E`|ÚO (j„¼ò×…—“*I»CeeçR¨ÇgÑã3…ÞgR¯¯4,þGñÑÝú…Æ›qƒ·ã¸»õ sÒ*Ò….5U~æ¸PŸƒ!¨R±G*ŽRÀ¸WRÐŻ߶d¾©2,<Õ˜)mì¸c€=ÁÎ;kbÌ=0¼·DŒ)D‚Ô»j !)Kþ€(ˆáŽX«ÕbG1z‚R|¢,ËŠ¢¨÷úM• ¨å[‹‹iµfâ 0Oj! ¢hw§4/È’Œ)Ùl2746 ÅI<Ïc kÔžã±,+ %Šìɲ dY¶Ùl‘Ø^—)Y’GkŒ+C𮝫ì2­VÓÓêeuÒ\(äjïÐéõŸ_¥VgåQ©TáÖͲ*“Ùc³7××sÁJ¥îhm3šLê¨&B¸»»:ísŠçƒAÔjµ»»«®¾Îï÷†B\|\|bb²Íj …B²,i4…aüŠ¢È0L(¼ëî»"Ïÿé¥?¾Ò‡*C[ ÃH’tY­àI»C¬©:‹¯T£_0±ÏCvä8«žM{•,ûâó®m*{Μ¸’t¡„KN•ö²uó×ËW®æ8.|pvU*J€A»ï}!ïq§PàaÔéAç+*ý<@td ü×ÇŒnÒðY€Â2VkÔˆBP?ŠZ­fU,–±,K¡×óà>Š +Qå@ù7|·¢Bó—?ß–#úƒû~ú³»w‘Fˆ‚(Ú]•ŠE!P©Ô6«­³³3..Nù“«³3>.N’$,Ë@0º•€•ÑyŒN'(/„=Í ƒÝn‡ÞQþÑQ¥½ Öc‘ÍòZ(ôñG 7!ŒëêÔjµÀó*µ:#'§wZ`ø°J¥ÊÌÍ©­ªx^­RÕ×Ôäô94„´Ž([²pÏó‚À3 Sòí>¯Ï›—›‘–îñxŽ”9Zv4#=kêä)àñ¸@ÎÜÐþ¼÷ÎÊÁ 7^Zºê*åç—ëÿ +¿w­òsÇï_žsFÒœü^?EÃôÔê71Úv ºKE®Ýh/t}d²ß"q/Ý¥ZË$Ò‹.MUº|åê>gW¥½O,Œe8í­Ò¨ÍsC]ë=÷›Ò^êýcdogí}W§Oye¸“Ñ0Æ€c)éÓìEQDÉXÆ2–$)ZQÚ£JÃ’tîܹ*•êèѣ᧑ ~sÓM³V¥ÐÝ’ÀK*³•T/BtDÑî ŸÏcEÑ`0¸Ýî`0¨Õjýþ€V£e& Ñ4å÷û£ËžÒÆ1†X»½W”:}‹·QœWn³ CÐg×°Ñ>ù}–1bÀóiYY¡ÚÚZQ333Y–ANž<ɲlfffrZZMy9«RÉ¢èíî6Y,ÃJËÝí¶Z¬ Ãxo“ˆÆIRNM1VWggÉüD!^à-6+«VaÀ¼ÀûýþʪÊÜÜ\¨ªª …BƒfÕ*‹ÍêîêBòûüF³yX…jooËÌÌ’$‘¢h§Ëét:çÏç¦Ný>–%Ü3Jé´dQ¢ºe=³Eÿþ·FZÐá,¿ïþ{3S{ö¯}à—ÿñìÓÏ÷yvwUŠ!äq8öÞñÓ¸ìÜ…OO·Ç­Õè£vôÁw8G6mÏó²,׿õ¶ç‹wg}?»ó£ö*—; Їîøé¡;~ †ÜÜÉû«yé C%ŠvIlll{G‡ÝnEQ£ÑÒ ít:,1e? A@B|ô[è÷øAŠÜþFùW‘²,ÇÄĘO×jÑm5àóŒúîT~Ÿ!$ ‚V¯W†_233«««C¡Pee%p§Ñh222”\é †N—‹¦i¿Ï;ÜBµ¶·Nž<•çyš¦›ÒSÓ#çM›Rôõæînwx~~xK“(î—2êO/½ü“;{¦–¾ò·ÿ£Aß«¨ôß'ínxí!ØsÇÏ ¿ÛØYÅÞ£G; òB¦å þó?ïܱeÝ­×|µq–9aÙÓö…³ê9‰wÄe/Êœô²,Ô!$±êxŖ•ë] 5ºbÌöœÿ0%¬ «ò —Ž*]¾buŸƒ³«RQTü&XÙ¥ Cä2$¦²æ«ºžénú»Z¯5Ø<Íê¨tbJ“¿9š ¡žÕ£DâÜÝn寋Åb¶„¸$˰$I¢¢~IÁ×ëõÓ¦M+--ÍÈÈp?Qr÷Ý oNqow"35ó¡Óö·ê*÷”>ðÀüÍ›Im# ‘(Ú]$,ËÚ¬V—ËKÓ´Ñht»Ý:NàyŒqWWWB||Ÿ\D¡J §Ó‰Ò²Q||¼ò ª´/Y–Aà8näÛE ¬JÏÁîTÊTI–5Z­-˲999UUUÊCµZ““òlÏNs:,I MáªÛãa6ð«Tê†Æ†ùsæGþÕfµ_sÕµ£X£” zehŸŸ §ï“v7< ²Í›cÓÒÆLšÌ?ñD£ÓñÍU+(€â¯¶fgf½qmÛÎ]¥¿˜tÅŠ‘ä0Ðu ©ä6­%-6sŠÁ:K!ÏW £aÕ=³q$®B 3ÅXSÞò»K;jÞn;ú`JÑkº˜i¤_%\Ī4<{É'úúœ]•öŒà÷n‰AExQY$úfk^>%×"ì}\âæ''Mý™fþ¬)Y”dIž¡Ø®Î.½žu:ƒÞ K’,I,Ãx}ž` à÷T¬F–$ŒeI£›ž9‚?yòäÆÆÆ¶¶¶ŒÌtI–xŒ[?lbýxuêª($äêdSŠ8²e „ËŠ(Ú]aªÓjŽŽX{¬»«+&&¦«Ó¥ÕêN§ÅlŽlãQ ‚Ò¾lVkØW*KêÙ… Æ’(8¿ßÞ.J–$Q¢HWEY”äÓ¿è(J’,I¢ ¶;Uɉ¢(‰¢,Š’$É’¨¼O+%URW¤žÎ Ë¢(K= ·\…DQDˆÂ³ Ãó¼Z¥>w5J‘¡ÆÓT)Šð•ôßïó, íaiÎc¿ó–•5;;*}¾«®]ƒí~ãF­Nðûò~ÿØ·‡K'£è +‹Þú=7$æ-µ$ \»×ñ.E«N P‚$z•[&‰^‘wž@zCì÷3¦þÆUÿNýž5Ù‹’/?.(9‹¯t׎mW¬Xí÷ûÂgïÙ% hŠêIµwbÄšˆ –ȲÉX¥Ï8\ñ·ÂiÑ.Æcl6[0ƃÁálQ’%†f@¿Ï/‰’ÕbcV­VSˆŠz%,IÓÓÓý~ÿÑ£GY–Œô¹¹Eúãþýx"MÇ_™T}Ò[vø”0µ«Æ>ü+R C'Šv×£Ñ(JRGG‡ cww·ß0 Ñ}eôôF'€z/)-]’e›Ýb2šNmí¨}¥2–•möAv§~rjFÑÖ¡@@¥R`Q«kª9ŽS Ëq\UuUNv޲ÙV0PRÑ g(5«âxN™ÚkÐÜn·Ñ0°hàxnÿ}õõõv›}æŒYʨá©Yî§Jáî{Omu÷½wÿñÅ?=ûü³ÊÏûï»ÿòœ?’v‡rº: 11¾)…»¯\±úš5–+EQs?þxÿ߿jÒD# ‡c$S#(ƘRôvKé;[X“ÇìË)Š‘øFQp€,ù@–ˆIÔ—"¤éjù·£fò§½C$)ábá,ªôŠÞŒ+†>‚/I€Q4è7ç,¢IRv 6@”^<Ý …*õü]]¡Pc@” Š‚Þ`Œý~¿ÀK’(í:½În³kuÚ‘à;Ç£ˆTY–DQÈ\»¶aûŽª×_×è·6¥µËùͳ™×_Oj! ¢hw‘ °¹¡Ñáè@cŒY•*9=½££ƒ¦iO·»¹®!„²Ùl)ééá­L‡…J£)//‹áàN‰HŠ¢ºÝÝ={ëŒl»¨Þ=O?yv§2 Þîn„PÀïWÖÔ×ÕÕq!N­Qçdç@uM5âjkk•ÅO~ŸOÙîÞ<Ì¥N Õê¼^ÉhEaܸ‰›·|š’:àÝüü‹ÏfϹúÊkë7múê{W]]' ãi#ø‘I#ÿz†—ÒîÎò€1EшîÙK!„Ñ4- âüCC­61S³ô¶otüCkÕv[ʸ،5AÞQjИ#dh¯zÕQ·“ÕfZ³ÿÛ™WJ¸èUi¸?òõÎâ÷ y:¿$JNÿ 0B§mÛ¦8M{ÖåbP6ÞjØ.(޳Åb†¾^µJºÏcp´{Ç(_ì išçù°Bmnn1+333g=óôûû÷·{<–jÕÂ[Æ~üìs×]Gj! ¢hw ¢ ”>¬ÑhìV›2Ráóz›ëêmññ~¯Or±qñŠH ƒG;q¢zøsOŒOèß‚êêêããã9.¤HDš¢5²¡R¸©JR4ëuäž½O/©$c ² vÛÀ»SE‘œV§ër¹(Šv¶wX¬6µFMÓŒV«ËÈÈ i²2³ëëë†Ás!ÎÙÞAÑ´,IZn¸åJNJÙ½g÷êWú|žX{l\|üŽ]Û‹gΡéH·íÜš——Ÿ—7¦¶¾F¯3´w´ ‚0Üw‰ÞΫUªÈ>r")Ƨþªôv½=4&ínˆØ¬v¯Óaêì*hïÜùÃÛæÿëu„`Ûº[ÆÝt#ãtu \\l<ŠøTA´ÙD†øå†øå¡îÃ'_*ßùßcæ=A#rͬv ÆLÙ¦ÛuöÅÉÓ>И áôÏËQŽàïÞ¹ýŠ«}>oø`®z½¤¢zõé©ý„•Pñu;I©¯Tà³Ù¬ ¯‡¿ö½)Qþ•$©»»;jù«^ƒ¯<™X–õx=^¯×çóéâcçÿãoÿ^²ÌêÎ`ëEÚn'ÕŽQ´;…N—K£ÕÆöövY’P||¼Ãéä¹§«+5-­µµEàyDQF£Q§×»ޤ””QéPÔµÙl…ÔN—‘Èq\ävQ0ª#øŠ!p²;UÉL& (šn®¯ÏÌËMOOÌÃ0ÙÙÙÊÏæúúÞNŒÃ÷•¦¦¤–>ÔÖÖb2™|~Ïò¥Ë÷ìÛóñ†Æ—”œ"‹¢««sÿýY陳‹ç64Ö@kk‹Ùd‰Î½­äÿÖ[~Ðóñ»6Š‚ÜúÃÈ‹/ÃOQ·;…„ZoÿiÒ4¥`­V}òÑ{ãÉëÖÎ*FÛwu¼úJú¯~9ŠfÕ˜ “&ÿ³åÐuǤ‡¼´–U5oèì‹“&ÿƒô¢„‹”s0‚/‹§ž[ŸDA‘û `85º&d0ÆXeIB0 ü:^«Ó@ŸŸ‚(D½»Š‚"IÃáhïhŸ2eJlœÝ`Ôó<¯KOSßuç®M›é zÖ#“êEˆŽ¨GZ­®­­mü¤I*•êÀž½€e)!)Éåp„‚AI §MŒiÛ¶¤ùóÇ]uõ„Œ †apg'úbcÓ–-Í<ýª«¤Ñûº„âp1¥ÿ¼ãð-¶ôU€´i;›Æ¾-I’â!})áRQ¥á|¯§ÏÁÙU©(õû¶š,…–ÂÝ îŒÖ£J£ý$·ò)Q”D_RRrss³×Û³¹}bbRk[«V§|EZÀ²Ü3Q-*hšV«Õçۃߦ¦¦ÜpÃõiéijµ†ç9žçQÅÚ~òõWrï¤7RÃQE» 8˜F”Àq¡`¦iQ–ehZ£Ñˆ¢@S´ÇíÖjµ¢0È£öµzY–0p:mX–£ù®:Æ29òÓç.9Fçr8Uj•Àsµ•16›N¯×èt ~—Ë…¢hJàù¸øxF âß}ÿÝÕ«V˲\S[c±M™4yÖŒ™’$‹¢èõv9VªÓê4íûï¿7}êôôÔ´(Òây>))iXEYºÜ:±èÛ]Ï‹ šþæÿí»ùÖÔºÚØ™S ?ìír:ÿõj3Ï-^ÿ è!ÝCOýãyž‡ L'»+b’ïôwÆt2¨Tªðà!éQ ½* 7—oví¸bÅj¯×>Úó©ÇQ1¥÷¾—£S‰ô&#JŽvsaccA•à:½U©RÓRÃnQ”Âk%Q”°µ³”¦iY–KKKµ:õM·ÜcÕ¨5²,‡BÁÞ®\ìötË£°Q2á²&ºvfkŒ¯Û£7*N”³,c4™BÁ=.NÆØj·»;»ôFcKc#/ˆFƒçx‹Õ:ZuU’e¥Û#œ—XÙº#Àòð—;I’DÑt ì³uÀ¹KÎl³q‚ÐåtiµF¥òû|^¯W–$ @Ó4BˆfYI 5Ö+JMÓÑmæŒâÒÃ¥¯¿þÚÊU«mV»×ÓÝÑÑÆ ¼âèbhÆckhhزus^nÞ´iE8ª^Ëçó577+ß[ÆS§p?Â'išŽe“vwFzÖóõ>ÒÌñ ˶l:¼qcÉá£N—!—öÀ×]}5`èYÖ¡Þ¢“¤‚ „B\ œvm{Í›–Ä%m5;BÚ›:;;u:V«Ój5 ÃaJ¸Ti˜áŽh‚tôØ‘‰ ‡Øªª+cm±RT=;/€!üPq8>ŸO–óPøy&‚²!/ªˆugEE„PKK3/†.ž«ÕjU*5æøPÏt6,ɲÇã!.R‰z$Ñl±t´¶Í&›Í*Ë2âÁ@|j Øbc;Z[c^o¤iQ»»=&›Uv8mað‡å¶‹Þ;§,ó<¯Óº»º\Ng¤³T£ÕzrcI–1Æz£Q”doW' q¬Š¥) Qêݨ•çŒå˜X»É£H„¨U)ÇqééXÆÿþèCsLLnNNjJZŒÅÊ…Bþ€ßétíÝ÷IÀ˜Ò3\êÏ457Úl6Q£›Éz™´;—«“¦)Qâ’Â'ÞxË™ß|hšv¹:“’£mkНTEçù Lf½/9k×=Žu %¢(ʲ$Þlá|«ÒÞîÉëéîspæ¦âr:õÝÆ_¼ùö’(žêîNëüNý@ÅÚcÓRÒ:ÚÛ‡;Æ|(„0t´·‹‚ äY«ÑH’d6Eî͆hšVþ* B[k+…(>R ¹«Áãñ66×e妳,«øx¡¯î–1öûý˜ô„‘1¬v‰V«MNKkkiæyžF«V'¥¦2ÅÐ4Bhìĉõ'Oz»»Ibh:ÆnS«ÕFg”V­R•Ÿ8Ño‚âi?uZí°Ò¢R«TV«Íb¶ôáèìêõäKÓ"Æ:­°*Öçõ De{T Q4Ëjt:ƒÙ¤×é55MQ ÃDg@I’xŽãC¡‹eÁÜ…­mmå;wî ¢X†Ñ¨5 ñ yZ& "šBÊݺž4~Ò7û¾Ù±kÛ°4 EQz¾`Ì8š¢.Ÿ×ì¨ÚÎLÏzá¥ç”e¾C¦éÌǫ̂'’! !†aT,+k4€a‘~´éø¯Ä¸'MF‹F£Ñj4j•Š¡ieEq”.zUeFÈj³åççgee/ mE5ÜtUjµŒ1¸ÝÝ••CHˆ5™LJÀ¡§Å°ìÍ7ÞôÑGÿîÙMàŒÒyÙ’e¤ œ/EÙãbclVQ•qXe/3¥Q3 “—'Š¢âû§iZ’•›xÖ©1Q¤…(Š¥(èçÍMÒj“Y§>$EÑbX–aY•Zm2›åøxÅ/ž¤¬wŒì¢¶EÓ£Q­Ñè8N ™-–¬¬,Ae©ÇË¥|ݘe•J¥R©4Z­VÛCOÔ3î‚¶¶v†¡‡øÚ/˲Ïç³Ûív»F©z\ªX­ÖlÈMMIî“Ë:‚É3ˆ¢hV˪T:½^’$)v1¤mE´‘¢Ã0ÊÀ½RQÉí#\ ª4êW+–aR’“£é £z#g†5`L~Þ°“Nr«W®Z½rÕ¹ˆ™@uhŠ¢#÷ž<½B24ÍDzÚF¯º¢ï¶iPg#4‚ä”TÔ\’£T–aX†1èõç®{ÑëtÙY™QæôfgD­R%%$|÷¶¥¢ú4d0‘ÛG¸tUéHd7 @ ¨¨RòzE @8ÿª”¸ý @ ß%d´@ @T)@ 0è¼R2‚O @ø!¾R@ Âùg`_iMM1 @ aÔ[0~ªt°« 猱Àó/(Ÿ7ŒŠ¢–=õ¥lŒ%I–% `¿/„ES4ÍœÃ8 çžC•­n;ÑÐæ¾3OSTrœéºc'ç%’[I —$D\@’4 475;zÄétF-I­Vë„ …ycÆÊ²‹¢ÐÔÔ\Vv´«³+jùh6›ÇŽ-HÏHgXÕ9‰“pî9XÑòÏOM\4ßFSôE—I–Û:\ÿØp覅Þ9SòÈ %¢J ç š¿-Ù?nüĉ“QT3~B ¤dŸÁdLOÏ øýMMM¿=°`ÑâŒÌlšŽF‹‚PW[³cÛ6Œå̬l4êqÒ ©‡çœ·WL)o‰±8 ^ŒE0™c¦Žÿ¼¤Š¨R@ ª”p.U©À••?±P¯×1 õ‡[MÓäiÓöîÙ››çóŠeÇŽ-\¸$+'7ꌱ,››7!jÏ7»’’“Y–õ8uŒ¡ÿ5ímU•žîîóuG(Š2¹yùp~s2*iwºÇM´xƒÒEÝL4†˜—g÷Îíïí¸ªÜÅR¨‹×à—dU¹ Ëxi?tróòãâˆ*½X‘eÜéêÔNÐ24ÍÒ EG?Æj6˜\N¢(ŒÁív§ge<{éé¿ø\E†aG=Î%iÙ±£S‹¦Ûí±#1ňîˆ$9Žƒ%û%I*š9ë<ædT BíÜÜVW&ËòÅÞR(À ']¼·ãr¨rK¡.^ƒ_’Uå2,ã¥ýÐ9XRæD•^PÂTFQˆ¢ý¦]4añ1¦izäÐ2,+˲Œñ9гUåcƨÕj¯×sïˆZ­Î[PUQ~Þs2ò‚04 䤤¶´6[0¬„Â’”eU[§3(ÂFî11}æŒé3GÁÔ}¹Ø›:²Œ±Ü· V›Í`0(;|i4šÇnº²,?óÌ3=ôòÓd6paé%ï+½dªÜÅU¨‹×à¤9"_vª4ütyþ8׺ðÓO7œÇÔ/ˆº1‚/"…¨vgôVP𦭛V£ †n—$Ëvkœ ˆÃªÁ‘’´¥µióæ¯/^š”˜2ZÂtßþ½Ê¼Ò‘hSùBj“ò%0¯”î©]ýÿôÍ7»“““ÃÕotÓ•dé©§Ÿ~ð¡•Ÿ›6ma,})ÜŽË¡Ê]\…ºx Nš)ò¥Ä0z?öØã¡P誫®¾é¦›`Ӧ͋/™3wÞÒeW++Žã2³²â‰yóçÏ™;ïXYÙwü´húŒï]sm0ôûý·~ÿ ,\¸pуýj°TV¯¾ú_Ü'õ0~¿°9—éëƧ S›;~ü˜IÊcs'peo{©+{sl¹ã#âÁVJEþ©¢¢çs>çóùœÓû~ÎrfúôéíÛwèÙ£'e˜°°06ÁÖ-[ÝÜÜ<<<º‡wœŸO¦¢¼ÜÌÌlúôé}ûöóñöI=uŠj+0;VZIs—¾~mÛ´õoíë·hñô#§µË5wiѵ[¸êÏfÎjØÈáÆoÓÉ+,d§¼}|}ýÚøúµùmÕïU­«¹ƒUõóZ,ÛÆèMAþA!Ë–¯Ðº¢D"iéê^׺J­ŸªÚMU»Tš¨Ý“ð+{N``ðkeøöÿÞ^õ‡^U»ìë×ÖׯMXû'Nœx?{û¶{‡c¥3fL_¿aClì>BH~~þÌY³Øollœ‘‘ñÕ˜¯’’ŽBŠ‹‹½¼¼¦ÿýO?ÿÜ+²WBB‚½½ÝÀAƒ÷íÛ§££«§«{üø16”¬~[G&VJ¬¾uu_|Ñà }ûô!ŸVdªÞœŸä©þ¬_Ï$+ii‹žË¯ìoî÷ßgÏ -Í­k>ÚïÞÝÄc QCGÂÜÜì}û÷…†´wjælee½/voDx„µµÝAC×ÿõ'ÇsphR“<%ýT¯~ýèM…:5söjåýÓ/+¼ZyB2o\?v{ö,¬}Çn]»4wvþ¸OÚö‘PróÆ GGG…B‘œ|ÂÖÖ†Ô߸“W:X>ÈNíÛ³ËÒÒ²ú£^sQUý\Ëh½RY“¯ «”Õ­Û·W®Xy`ÿ>+++¹\~óÖ-­ÛR}®«S]¥ÖÏNUí¦zÇc'Ø9µ~~›ž£I³<5ì$µ9úªC¯š³ÜÞ}ûÆŸ˜–šÂápj½ü2©´Öÿ¾«¨T]ò‰………ƒQ X²"‘¨SÇŽ„w÷fÍšÙÛÛB<=<²³sz÷é=kö¬é3f´ñó «>W7×&ž¿`¾¥…Å'‘¾*UÍ,xþTuß@ßQÊ…†–ŒR.“É!‡Ã©ù“n'R’{FD ‡³víÙݱ}'§f΄§fΔ¡;wïêÕ3ÒÚÚ¶SÇ·âqøoMò,**’H%:bݨ¡#V¯ýƒ2Tu_éõë׌9Z òy<Õ!TêÐ:s÷ž½Ñ­ÿrô˜ÌÌÍš5%„;~|é²å„.‡ûóO+wÄÄH¤Ò/úÔÕÕýsíê~_ô¿~õ2!dï¾ØU«~çp¹ÖÖVK\lbb"•J½[û 8àî½{ÙYÙsfÏòôô¨Ia23oœIO?}ê¤H$¢”úr$¥Të&Zûµ4pÀ?ÇŽ1 ³|ÙÒÕ«×^¾rÙÊÊjíê?¸\n5KuttFùêÑ£G¥¥¥®-]/Z  «*󎘿ÿX½Æ¤~ýÖ­}ÕR{|.‡R¢y_)!äØ?ÿüï >C !#†8|øÈ„ N¥¤p9ÜãÇŽöëÛïÅñ^ZJšt<)Àßß±IÊP_ à JŠKT9°=–¾¼“U}»”¡§RNXYZQ†48(8˜M©««ëÛÚ—2ÔÙÉ)ëA–ÖÒò¹œªú¥T&—s¸\c##J©fí•——Ÿ8éaÎCÂá´òô˜5óBHRRòò•+e2™ŽXgþü¹ÎNNUU²Ö樾53×Z†öÿ="vïÙ;yÒÄcÇŽûùú¦¥¥±÷ ³ü óã’¥ªƒÅÃý¤¤dÊw“ !.Ìš='fû6ïÖ~½"{>{ö0çá”ï&{yµÒZco³S•>„kDêëjíçZ[ÐÇ·Mß>½ïݻߵKçà ¯[¶§Ožêë뛚šRJù|~sgg6A¥³µµ!dùŠ•‰‰ÿ”–•-_º„í*Z‹ô~ºJUg§ªN&ší«™’Ýļù Ξ;W^V>Þ\6¥êìª*;G½_©Ÿ„ßiÏÑzØ®üég…B1qÂxBÈ•+W¿›:õàþXÕñ¢ê$}úôª¨ÔäÄ´£Ö|*UÑkírP`Ðø “ BÂ:¼²ü59~Õ«âö;µÛvï)*¥”¶jÕjó¦èJóE";ÁãñDâÓ\W®7jØ09)))))îСŸù5þP\5ùש[I¥BA(è¿Eßٱ˫ô1ŠråWžùÍÒÇ xry`Uy*rÕÃRååå¹r‹KŠc÷ïkÖÑÁÁáTjJÆ…óîž^­¼‚å!;þÞÑ­K·òŠ ‘P(“Ik’gP@ÐÞ}{úöîgkkÿåˆÑ«þøE&—9;9_ϼžøO˜Ñ_ œœ¬Ø±Ýº†W“gMŽÉôôt“úvvvÝÃwíÞ=uÊwùùùßM™¶mëæÆÉårö´yËÖ-›£U™PJsrræÎ›pÿ> ‹+š;oþŠåË(¥eeeÁÁA'Œ?™rjåO?oük}M síúµfÍš©NÖ¬ª6QRRâîæ6~ÜØÕkÖ2l÷®¿mmlFù*îP|×.«YÙ³ÇÂóŒ!?Ìœµk÷žÿô뫵Ì999Ë–¯ˆ;kbbòÃÌYZkOÀ%J‰f­²3ÿ=¿¼¼üîÝ»:::Ï ílm)Ãx{yíØ¾½òZ/£ÏG:ûéˆ}©™Tú¯ÌÕó×¶.;“Ïç³3¹Ã0D[Ðú¾RJÈq¹œœœ‡£G}iiiI)Õ¬½ãÇ“tutb÷ía÷‘RúøÉ“…‹oߺÕÈÈðÒåË“&}·?voUCksTÓ‚íÚµÕÌ\³ 5ìÿ”íÛ‹>aü¸Ý{ö ŠJKK«t½ïu £~°tï9~ÜX@°uë¶þ_ü‡­‡ ÀÀ€ÿ»÷î u,ñhAaaíîT¯>ýx<.!dÝÚ5b±Xó R­«µŸWÕ‚¥¥¥þíÚM›:åСø7(›§§‡]phXkŸÖÞÞ­º‡‡‹Åbͳ [ç..ÍÇ~ûM\Ü!¶«TU¤÷ÓU´žªê½šíËãñªêç.Í›O›:%#ãÂ×ߎM:–ÈΩ¶¢>¡õ$¬µZj¥ç4qh²îÏ5ZÛž="6~ÜX‡³gïÞž=z¨/ªN’““Ó#²wMþA¼A;jÍG³Šj²Ël±Å²²²ÒÓÓ«IùkrüªW…R©t÷ôªÅ¶{‡Q)ŸÏ'„Èår@àï?uê´ .¸»»3 sõÚµWF‡=ª_¿~·nÝœ›»( 6Ã×JÌn]=eÊ©S ìímmm?™±Rv¼”h\Á××3xzæ·G§WBy!Äõ?ëÏÿÕÇcð6ŦÒ„³¼†‘¼&ý´åù¿þÝ>´}BbBYiYÇ]š::RJ3.œûöëñ?ý²¼•g+§fN>?)9Y®PtîØ©šN¦ž§ƒC“°ö[¶méÿE;ÛcFÿ÷§_VÞ¿?óÆõo¿+ ³slݶµsÇÎ6®yÇ•Édš3cvîêÖµ«L&ëÒ¹Óú;öÛ“))Þ^^¶66lzÇN¨¯.“ÉN§¥ùøx׫WO&“õˆˆøOÿ2™L&“‰Åâ–-ZÈd²† ä<ÌѺQÍÂ(JJ™J3«Ú„H$j×®­L&svrrhÜØÜÌL&“¹4ož••õÊ¥;vÄ$$å øO Ø]ÓZæÓii~¾­ d2YD÷îçÎghîŸÇ^Övú#´ÒüI“'w6|xrRR@`À„I“Î?ïééÁ0Ì•+W\]]ýü§L›vóÖMGGG©TªP*ë—••={þÌØØøhb"ÛMx|!D&—©Ž\J¨_Û6“§Ly˜ûÐÚÚzãÆª2¨~WUZ>O{ߨ¸a……EQQÑ¡Qîînmüü4k¯iSÇE?þ8wÞ|¯V­üýÛÉd²“'N>{ö|ôÿa3)-+«¦chmŽjZðä ª™¹fjÞÿù|¾‹‹K\Ü¡;wï¶háB)•Ëåªÿ…Q*•ªmx{µ:wÈ¿]Ûä'¿Ÿ6U&“ñù|o™Lfkc# oݾ}íêµÚÝ©m[6Y¼¼Þ»¿æA¤~köóªZP °%ã²ý¹võ›7ÏŸÏØó÷Ö­Û·oÛ¢y¶‘J¥"‘(Àß_&“µtm¹lÅŠjŠô~ºŠÖ³SU½W³}7j¤5%ÇëбƒL&sqi®J©¾uõ õ~¥š©µZj«çTuØZZZ𙙥¦žöðp?whgÌvõãEÕIjþâ ÚQk>šUT“]þbÀ ‡cjj²bÙÒš”¿†Ç¯zVµÞvïv¬tÈÁmÚ¶377;xàÀŸk׌;N*“1 Ó¥sçWF¥W®^={Ë¥„.\¸ š´ªÄê[W¥\¼hñ'u_éËë÷êÿŽÙ+øúúOþäÔyÆõ?Pe!„¯[ÂéÊ4k?ùFü®C_í¡îËûBl¬m†ª~ÛŠ»›ÇÊŸ—{¸{°6nÔ¸q£Æ¯¾S‡þëŽ.§fNJ¥2::zð Avv ¿ýzìêµ|ûõX¡P”}?zÓ¦.»85sz­ÛS4ãW‰D’pêTêú !EEÅ'OžT}î­´b¥9/ÇæÔâJ)¥>ŸÉᆡ5ü¤îÔ¬é̉Duq@5ð§¹ ¡@ÀÎär¹B‘P5-—Ë«_š~ölìþ[7G‹Åâ-[·Ý»¿ª2SJx/gVÀP»ðMˆÖ±RBƒT÷$K?óÏ?Ç®]»¶rÅr>Ÿß=¼ÛäÉ“ýåçmøï×ÿ•Je ÃtëÚÕµeKk+«U¿ý:`à †aø|Þ–M›fþðC—®]¬­¬ÉËWÆ óòö177O8ÏÖQ;»/êÒµ!¤aƒk׬®<€ª9˜ª¶#Õ\Û244ôññNI9%4kÏÖÖv÷ΧOŸNüçØºõ¶lŽf(umÙò—ŸWVÊG³’Ïž;§µ9ªiA­™k–áµ.Yvï6é»)ôWõ4õ±Ÿ×-L¥ƒå‹ÿô[ùó/OŸ>m*‹¥R)e†aØ{or¡ô]ì”Ú0›–ƒHý(ÖìçUí—X$zû²5utlêèÙ³‡_[ÿûh=Ûv‚Ëá°]¥ª"½Ÿ®¢õìTUïÕlߪN;•¯˜ktž·”–“ð;í9ìŸZÏçÝ»‡Ç8PV^æèØ„½%C³“ÔüÄ›eZó!Õ>¢uûÙ[uÇÂ+Ë_Ãã÷ßUQËm÷ºjô ~vÖkkkBȼ¹sÓϤ±AappðñãÇRO¥¤N9óöòý½»wØUÚ¶mûwL ;=öÛo¿›<¹}XØÉÉIIÇ““’Tiªw”²Z«o]%6vß§ô¨%j_îôïgð õ¨R¡oíIaäe–.É3‹æäE÷õLè[{RÊh}𾸻Oû‡»gÔÐáîžÕ¤aªÏÓÙ¹yÇŽÖmXŸ•uO(ûv‚P(Êʺ·nÃúŽ;9;7ežZÏ8êŽIðôðHL8|$þБøCßO²w_¬·×™ô³÷îÝ£”J¥Òòòr.—Ë««`žžgΜÉÏϧ”îÚµ»µª¦ªìQë|GGGOY³ç–––RJ‹ŠŠÖ­ßP£MPÍU½´¸¸ØÒÒB$1 “pô¨ú²J™xz¸Ÿ={N"‘PJ'%iÝ>—‡¾xfæ?yynߺy#ó:û£o`Ð=¢{bâQŸO ™1cÆ/¿üL I9yòlú™óçÎΙ3›]·S§Ni§SÓϤ¥ž:ÕØÁ5,åäÉè-Z˜œœÄ&[¸pÁ…ŒóGÇSBž>yÌÎìׯ_ÆùsçÏíÙ³ÛÔÌŒ"‹æd³KÍ-,.]¼ YZú2*­ªÊÊÊÎ;occ£µöòóóù|^hhÈ”ï&]ÏÌT(>>ÞgÏ»rå*ûðéõë™UUršãß-¨5sÍ2Ôð \ö¸kÝÚgxÔ°ÈÈžê›þ_ú×,L¥ƒÅÍÍ­´¤týú }ûô~ñ@.Ãì?pRzîüy¹Baoo_û;¥¦ªƒ¨š~þÊ|³²egg_¸x‘¾ž™I©_¯žæÙFkW©Q§zg]EëÙ©ªÞ«Ù¾U¦T*ãÆQJ32.Èd2{{ûJ¡ªú„Ö“ð;í9ÕœÏ;uìpüxÒÎ]»»‡‡Wu¼¼Þ?ˆ×lG­ùTª¢7ÜåW•¿†Ç¯zVµÞvïé¾RxgWð ¡”rþ5VÊ^Á¯_Ï”ËåSFaÖ¤ÈÌÕ‚ž®¹…s˜Ð¤™± ©úƒWõ#ãÂù /¸»¹{¸{¾Ö@¦fž.Í]¥rÍÚµ#GŒ´µµÍÉÉYûçÚîáÝ]š»¼AïÔ\eollˆîªù¡¡!‹—,9cúœÙ3ÇŽŸH†Çç-_¶´½}ŸÞ½"zDš˜˜°·RJ­­¬¾›`—›4ù»ÀÀÀn]»B¤RYphØ©“ÉŸüqôñãoSòÚm_´N]ÛåºÐ¾—.dtîÖ½šs²×®YÓ-¢§¾¾¾žžÆJëÚ`©Ú‡ BÌLÍΞ;ãÕÊ›ÇãB¬Z Ê=¿£aÀ×Ê’\EùcÂ((e8„ ê7}v7‰kÙNë}x•î­Ä­¥ÛÊŸ—»µt{½w’U§k‹–J…ï_]ë£Þ|Åâ»››ûÕ¿±¶¶îÔ±ƒÖ¡ Oû8ú ¿q´ÖÛ­S§vù#jßáÖ± ”RJ9/£Ó66·of¦œ:©z Ssi^EÜœ^}õ,= ‡½ß_Y’}6;}õœ«5æ ¤º+øn®nìpækõÝêótwóh`ß°^½zos< *­].!¯ó¾Øº¼#ˆJß++«Ý»þVߺP 8™|Qé§ÚUj½}Ñ:uj—?¢öETZçÃÒ—ñxü†ö Ú7TKкâѱ›'Ö1e¹/cP×°ã2‰#¶¤U•Öz¿|UžÆÆÆo¹QD¥µ|¨óç“8D0VŠB…n¢ÒÏ¢Ò:„ËåRB8¯ìVÁŒU°ú æß˜Ëãq_¾„ŸÃá”––rßú»È¥ò扨ôêÜO#(­ò»ð? ;…¨‡vQ)ÔVHÊ©oR_*•ŠÅ¢·|RZ¡Tš˜š2 Ãá##£Çùy–VoY¼Çó¹λÈQ) 9•¢lè*8㟢Ò:ÓaË–n§SS›7w‹Åì÷+¼.Ÿ¯T(¯\¾&“ɸ<žsóæi§O·öõ353ç¾ÑhÃЧOŸIKkéÚR ¾‹<µ¦¹~õJÝi:U˜7&•J>ƒåÓhŽÏpëòN}¼ŽÃ»\—:«šær¹†FM›5353GTZ׉D¢¦Íœõ NŸJ)((`ÞèÑu.—kbbæàФ¬¬ŒÇã7hЀQ2犋Šß8Occã–®-,--Eb‡SëyjM3`HzE­+).úØwàc$)/¿ÿî•K—ZººšT˜"*­CFÙ A#GǦ.÷-2ad2YYYÙ‹;8ØØÚ( æM¯p9PȆ¤ï(ÏO5„ÖÀªojæÜ¢ÅÍ7ü^+*=°oêÞ›n=Q Ÿ6‘Hd`hX\õàB•c¥wÅmQ}ð4–¤ >yìWVsï_•Qií>ÿ%&ü½Rù»$Ä ­5J™ZJ›“ùæv~Ísç%¿¢Ò ¦Qi-¥Fä’•Þ#Ç6ñ%C Ë/WÔ;Ô0*­µ°´ ÷Ïî#x‚z ÝÇÖó·47U¿V«&õ¾íî8ª“C3ݨö^¹Bh` ³7ÛµJëÎЂ›T#À»¼¯Ô€ÜkÂÝ`Ã9ÚÈý[ªÈãÒgެ±ç8r>2—´¿¥ZB½23#Qþs Ëq´ÖV*c­¾`¾N&›ŽÝR$ x±gVJÌåræßs8œ Wó.å¿IDÿïuWºÍ ƨݨôm±„¤¨o…𤹧Y£¥±¹¼â´PlMeWÍv5²p·¹c{wx¶´Ýf¼ŒU•ÏùÛ…õÍmjcxçQicK}Bi°«¹Žw0=—bo¦×ÃÏæçØ›lúðÖ6fF¢>íìJF,ä•KkãïðyÜ_¸¤ß,43]ºÿÜ¥Q=}!¡äÁã²½§s:yZ xÜ/;9Èä̆£wU›ÚÈXO ðrž–ÿ}2K¡¤„';ÃN­¬!”’-Çî·nf¢¾î¨ÎM¾¾Hñp¨êfÁPò¼L“œU*Qðyܾh‘zý‰©‘ØÄ@¸'5çÁã2t¾wA¡PÔ71UŸ³bÅòáQïäÛ€–¯XA?n!äan®³ss__ß#‡ã?àîgeeµhéÚ®]Û¸ƒÑQ) áEÖ«gaíÔ—ÃJŠåå¡NWH‘KÏ1 ­o×N¯¾­Îõƒæ…=“˜èrj£5ŸË÷ŸèØäÐÙ‡­ê%]yÜØRŸRš–ùôÛN‡Îæ*êÛÌ$õúSUQcOç4³1ÜrìÞ³RYC ý–/î"ðnäïXìÚÈX&gVîÍ$„\JiÜÙ\_'Ó?ânUÚôß'”K•„È6vžõÓn<5ÒôigÿûÁ›OФ<.‡Çåh®K)­o ìÞÚfŞ̢ryGO«ðÖ6[ß§”ŠÜkÙE÷Ïæ:Ú´÷°\ïÝáp8c¿ý–vs}WO×-_þ¿¨ÔÐÀ`ÜØ±ö ìQùo¦šûJßüç„rõ£güû—•>½Ì×qæ ìåÒ'ÒòÒŠ‡žWР8?åþ…¿óžñO(×”16Z3!„HåLö“² ŒÍŒÄ÷óËØR•T(î>*mÑÀX,à5µ5ȸó¬ÒZ/&(¡/§• ½™SL)ÉyZÑÐB¯›‹½‘RI+­¢þãåhòU·¦£»8:X˜‹)%­ î<*yü\J)Q(©TÎTZ—nh®;·ôy™œR’v£ÀÁÊ€]*W0÷òÊ(%y…’zú·©ÞOìçtk.wöìYì——×–-[ Œ'L˜Hé?`€‘q½cÇŽBb÷ï÷kÓÆÄÔ¬‰cÓÙ³ç°ïõ 253·±µ[²téµk× Œ#{õ&„ܼyÓÐȸgd/Bˆ›»Gqqqqq±¡‘±›»GqIÉŠ•+wìˆa °/6Ö×ÏÏÄÔÌ¡‰ã´ï¿—Édss ŒýÚ´yò¤½{÷ªòѺƒÿýïWèqð‘E¥oÿpt¶"8[lÎKº2Åѧ¯BZÈá=κs¬üÇÇJov#Õ­O ¥ôFvñÑŒGgo°åa¯Èß}T"òBÝ-?xC³œ/í¦lª !FzÂr‰âÂÝÂ9Eó†¸s8D©d%\Qª=¥#ä>+•IåJ!®ëåVPJoæ÷ð³53=~.áó8\.G&¯¼.¥ôvnIÏ6v†º‚¢2™¯“ÉÍœ’JePÿ ï‡Ã™8a;miiEY¹rEÚ™3ëÖ¯wssûaÆ BHÜ¡C ÜLII9uŠMy<)©´¬T©T~5fÌØ±/n¸ví:›a¥MtìØQ Bz÷êEy˜›«Zt(>ža˜‘#GF ìzäÈÁ¸86*mÖ¬Ù¸±c³³³—,]š•­µðŽŽŽ‹.ܾ}û‰“'{ôˆ˜4qâ܇ë7lÈÎÎ:wþ¼fΆF†„áQQ_ŽéíåÌæ£u•À畲ò^Ï ŠÒ16)xx´PÑ(_áõŠxT­J†9šñ¨RÄI9ù¤U“‡O˵–üePZ9*µ1щð³cJ8dçÉJ%CI¹öxÚZ—ËWî¹þ"Ézîël:ºkS©\ù¬DÊ·ÏK¥[ÝÞ± ‡C” ]û‰LRi]JiA±d×É_woF)(–nJ¼«%*¥ˆJßÊ£ÜÜÌëWŸ?{FéÙ»¯f.—;cÆtõ9eeåååå„çÏŸK$@ÀšcÆüßÀÙ4ºº:ÛwìÐÈŠCaM +ž¯ÛŽõêÕ#„py222ùÄ U¶cÇ~;gÎܯ¿ù¦cÇŽ+W®PÍwssûë¯ .œ8q’±±ñW_™6mê“§Oß~ßµæ, ÌŸÿã’%C† íÓ»·zbͬ”¡f@ð6Œë×÷öõ½˜qá ¢RŽ¥¥eJJJYYÙÚ?VýüÛï…O !öí9]Ö¢‹X{»“þðøÒuϘ&h0Pç«w¥[DÏJ3ˆ0$ª¤¸H3ý¾Ý;‚CõõõÙÛ: îàp9|¾`çö­‘½5—O<Ú¹[wBÈÜìµkÖt‹èi`` ¯¯¯§§WÍw;Õf ”MŽ–­(P"$…·Å0 ¡”Ïç£*êÊP>Ÿÿfï"|WðYyr·¼v êœZ/ÜÀÇëýE¥¯•®ÛµïAôúk¨ࢠQ)¢R@T €¨•Bªy3T¥¸LšxöN^A ü×W;s¹+ƒPo]Z•|îþ9{ÇÂÄ(ħ—û^¯8)zõvnbúÍÑ €¨àÄ0Œ´B"“Ë%åpŸÏã "±Hë×Û>*( ònÆápßó·àq9œæÖÛo=D{¢R€OL*-z^rýÚ•Ûwn<%„˜š˜96mÖÒÕMOOŸ/ài„°”ÃåPò¾™™Ë%ïù¶D¥ïƒT"Í”ø€©™YxDO[;{BHNvVrÒ±ë;®FDDZZ[3Œ²ÒZì(©ScÛVÞ>[vì&„´ñr˼›óŽÊÙÄÞêvÖ#´|ªð >|Ö†).*‰?àÙÊkȰš…B¡PØØ¡ÉШ‘îžÆry\Íëø”¾Lïܾ}:õ”êOv¢ú¹\Q“d•~Ô7 €¨à“"­\½vÙÔÜ,8´}EEÅ÷ßïêêêêêúý÷ßWTT„„u066>w6Ç×¼²D ¡„±ã'-[¼@õ';±g׎ÿÖa~Cú÷)xú„*•J\š6˜;óûaƒþs0vO‹f —,šÛ)Ô¿CpÛëW/3fdP[¯/úDTT”B¿6°[Çà ¶^ß|õ¥L&©”9Z •|jdrÅÝ;·ü‚!óæÍ«¨¨ +((øë¯¿æÍ›GiçxéBWùÖRÕ°eXÇÎIEòñcªá̬fÏø~KÌž„ã§Zº¹Ïš1M\ZR²>z[Ç.á%ÅÅîž^‡Ž&÷èÕ§¿^“¦L?v2]OOÿ`ì>JÉâå?ïÿçØÉt}}ƒ¿wlÇX) *øÄ1J¦ à){/i\\Ã0 ð‹âââ!¶vöyy¸\¨TmÐrüäiK\ šŸ~&Í·m; K+JHß/žJIf ÂvÁì´H$ m߉ÒÒÍñi3;{Jˆ«»gNN6%$fûÖÈðN}#ÃSSNܺy#¥ð9ÀÓNðY«t¿èßÿ]ƒT„ÿ=Ï0´]@ð¯?-;ˆý“¡”Ð T¿†ŠÅbJ ¥”a¨P(bq9\‘jšË•Ëå§SOíÙ¹ãï}ñ:::ÑÖÞ½sûå¶(ž¾€OÆJàóþhÎ癚šådgBºt颾ˆý3';ËÊÒ’Ñrá\}à’Ž›4õ—•KÙioßÔS'óór ¡1Û7ûµõ׸1´Òô¿~Š‹ž[YÛèèˆ)eâãü{[-€O÷„Œ*€Ïú$(8:6KN:ÖØ¡ÉôéÓ !û÷ï'„„‡‡³žH>îêá©T**ǤôeH ¥Ä§u›F (%6¶v3fÍз'!ÄÖÎ~éÊUê7†jþ¦ês(ñ ‰Ù¶eØÀ~zúúÖ6¶ê÷’â¦R@T ði‰E-Zº^¹š˜p8´}ÇùóçÏŸ?_µ4ñè‘’’bo_™T¢•RBÈ¥Ìûªé [bTÓÝ{öîÞ³·zb¡Pxþêmv©ú´oß6ìô¨1ß°éÿX­¹­«·s(ÂR@T ðIâp8úú‘ãb³³³ü‚Ôߢ_ZZ2hÐ0¥BŽpQ)À;> x–ÖÖ#G9›~æð¡ƒùùy„KK+Wwo_¥B®PT¾|ÏårJ†Çå¼ÿÒ*ÊýÛ@T ðÎ1Œ’RÆËÛ§µ¯—Ë%„C)U*2©Dë(©e}ƒ›÷ó›6´xÏ¢’¡·îç[›¢ÉQ)À§‰RªËryM‡ù8=s'öøÅ÷üª&.—cebêí€öD¥@ tE=ƒš£jóƒ7ª• *D¥ˆJQ)!o†`1 #­ÈärFI9ÂçóøH,âpðEJˆJÞ ™TZô¼äúµ+·ïÜ,(xJ151slÚ¬¥«›žž>_ÀC¼k¸‚Ÿ;©Dš—›¿gOÌÓÂ'á=§Ïœ;}æÜn=òçÅìØZXð”Ë­2*µ´²~˜›û6[gfé²eµµ/fæïaD¥µŒa˜â¢’øøž­¼† ÑØ¡‰P( …š éîáyà`,—Ç}w×ñ†Yº´¦Q©B¡¨>Aü¡8´) *øøH+$W¯]657 m¯¹4$¬ƒ±±ñ¹³é<~u÷;I$kÛY³f8°mÛviii•ô0 0ÈóÕð#¥R©ú¢Y³gK$’.]»öéÛ’äëçzùÊ6s[»©Ó¦õéÛoÏž=¶vösæÌmÓ¦­¯Ÿßå+W¢†ððlÞ½¢¢‚Ò©s—jÊSM1•|H2¹âî[þAU%hçxéB÷Š[KKKK;uê¸eóæyóæ.X°°ÒÒß~ý59éxÆùs†[·mûWT:s¦X,Ž;xðï˜yyyÓg̈ݷ÷tjê²¥KFͦ))) ý;fGxxxqq±··÷©S)ýúõ‹ˆè1kæçÏéèïÙ³÷•婦žv€Ï£d žÚÚÙW•ÀÖÎ>/ïQ5·–²ttt|}} !NNÎYÙÙ•–nÞ¼e_l¬@Àüø‰P$¬*“äääÂÂgý xY–•±B¡0$$„‹Å;w"„xxx895³··'„xzzfeg½²<5,¢R€÷­f÷‹¾:•@ `'¸\Ã0ê‹RRNmß¾ýèÑÕ«Wߺu»ªL(¥^^­¶mÝZi¾X,VÝØ*¾ˆ&y<žH$VM+äŠêËSób|¸‚Ÿ÷Gs>ÏÔÔ,çßêr²³¬,-JßxEEE6¶¶:::”ÒØØýàBär9!$ 0%åTFF!„a˜K—/×âžV_ €BFÀg}›%'kìÐDk‚ÉÇ]=<•JÅo"44$zStd¯Þúú¶v¶š † êÓÚ×ÜÜìp|ü_Öýõ7R™Œa˜®]»¸¶lY[{úÊb *ø`DbQ‹–®×c®&&mß±ÒÒÄ£GJJн}|eR‰ÖÕó½xY©j´ÕÂÂââ…ŒmB$Ú^í£E ,X¸`;¢º…”%‹U™«Oû·kçß®;=~Ü8vâÉãüJÉT婪ì*ˆJ>$‡£¯oy0.6;;Ë? ˆ}ò)';+9éXiiÉ AÔ 9}‹+ø€¨ çAÏÒÚzä¨1gÓÏ>t0??biiåêîáíã«TÈ_ùîz@T P FI)ãåíÓÚ×Ëå¡”*• ™T‚QRD¥ï¥T!—+ärTÀ7C¢RD¥€¨Q) *@T uÞW @! ÃH+$2¹œQR‡ðù<¾@ ‹8*Q)Àû “J‹ž—\¿våö›O !¦&fŽM›µtuÓÓÓç x¨"€w Wðàs'•Hóró÷ì‰yZø$<¢çô™s§ÏœÛ-¢Gþ㼘[ žr¹UF¥–VÖŽM›99;;9;»¹{¼r[‰ÄÖÎþuKx÷îݶmÛÕdfÍW¨k0V Ÿ5†aŠ‹Jâãxzy‡¶WÍoìФ±C“Ž9p0öËÑc(e(¥Zs8~ü˜µ5jà-a¬>kÒ ÉÕk—MÍÍÔCR•°ÆÆÆçΦóø5ý ÏŽ†Î™3·M›¶¾~~—¯\‰>ÂóUxx÷ŠŠ 6ÍÔiÓ‚‚C¼}Z§¦žfç$$$ùúù‡„^¾r…¹qc´›»GhXûèèMªüµÎ¬ùêˆJê"™\q÷Î-ÿ€ ª´ó¼t!ƒÇ«ò"~Xh˜K‹–.-Zöê݇S\\ìíí}êTJ¿~ý""zÌšùCÆùsúú{öìe—º»¹?öÏo¿þ¥T*óòò¦Ï˜»oïéÔÔeK—Œ5šòàÁƒ9sçM8’x4¡¨¨ˆÍYëÌš¯P—á >|Ö%SPð´š{=míìóòUskéÑÄ£•®à‹ÅâÎ;B<<<œœšÙÛÛB<==³²³!|>¿wïÞ„‘X|çÎ .>ë?`»ziY!$555((ÈÌÌŒ2pà€3gÎT5399¹†« *¨£jöÞ§×{;”P(d'x<žH$VM+ä ­é)¥^^­¶mÝZi¾@ðâͪ™ùZ«ÔY¸‚Ÿ÷Gs>ÏÔÔ,';«ª9ÙYV––L:½…B±sçNBHZZšL*uppLI9•‘‘AaæÒåË„??¿””S‰„Ï®«ufÍW¨Ó'dT|Ö'AÀѱYrÒ±ÆM´&8‘|ÜÕÃS©TT•CPP0÷â~ú™3‚W L^¼té×ßVUTTüùçŸ<ÏÊÊò¯ ë¿þú©LÆ0L×®]\[¶lРÁÄ ºGô°³³«glÌ®«ufÍW@T PG‰Ä¢-]¯Ç\ML8Ú¾c¥¥‰G””{ûøÊ¤­«ç=ÊÕœ©yõo×ο݋…Ž7®ÒRu!!!!!!•f2xÈÁ5™YóÕ•ÔEG_ß ""ò`\lvv–@ûäSNvVrÒ±ÒÒ’Aƒ†)rZ{WðQ)€¶ó €gim=rÔ˜³ég:˜ŸŸG±´´ru÷ðöñU*ä …µ€¨àc%¥Œ—·Ok_?.—K‡RªT*dR FI•¼?”R…\®ËQÞ ˆJ•¢RD¥€¨Q)Ôx_)!„0 #­ÈärFI9ÂçóøH,âp8¨D¥ïƒL*-z^rýÚ•Ûwn<%„˜š˜96mÖÒÕMOOŸ/ࡊÞ5\Á€ÏT"ÍËÍß³'æiá“ðˆžÓgÎ>sn·ˆùóbvl-,xÊåV•ZZY;;7oéêææîñcÆä<|ÈÎ73·x­2¼nú×Å0ÌÒeËÞÏZˆJÞ$\+.*‰?àÙÊkȰš…B¡PØØ¡ÉШ‘îžÆryÜj®ãMw6ÇÅýNb±xÒĉvv¶»ví&„têÜ…RVVÖÀ€víüýý&NœD‘H$Ö6¶'MŽŠÖ>5õt¥|úäáÙjøˆ‘R©”²déÒé3f°KÓÓÓƒÔÓïØ±ÃËÛǧµod¯ÞOž/ïQ5·–VÃÝÍíôéÓS§M;pà ÿåh«@  !„8::ŠÅâ;w²yó–°ö:wé’|âDff&!ÄÌ̬mÛv±û÷%&þÓ§OoUâÔÔÔkk+BÈàÁƒ’““kX°êË€¨à}«Ù{Ÿjúv¨sçÎ9;9«þlÔ¨Qê©??¿ƒq»v 3 Ã0ì´\.W_=%åÔöíÛ÷Çî;÷åÈJÅ‹!Ì/GŽØ°~ÃÖ­Ûº‡‡ëêê¾â´ÎåRJÙiÙ¿óÿ_,®Q†š¬€¨à]áóy¦¦f9ÙYU%ÈÉβ²´d^FlU‘H$K—-ËÎÊîÕ+R537÷‘@ è¾xѢ˗/) BˆR©Œ‰ù›’šzZ!—;88¨ÒÙØÚêèèPJcc÷«æ·nݺ¸¸xåO+£Ô.ßBÚ´i“|âDnî#BHtô¦€€BH½zõÊËËŸ?Nù'ñŸ—»ÉW‚5ËP“µÞí UŸõIP ptl–œt¬±C­ N$wõðT*UåÆ8NÛ¶mŽ$Ñ××W-ºråò3gò¸!¤C‡:tÐ\º`þ|­éE"ÑömÛ´fxútÚˆáQšóûõëׯ_å䣆 ‹6¬ÒÌ… ,\°€"‘H´–¡úµ•¼CG_ß ""ò`\lvv–@ûäSNvVrÒ±ÒÒ’Aƒ†)rúª+øïNVVV¯Þ}ìíí{õê…öD¥ŸîyPÀ³´¶9jÌÙô3‡ÌÏÏ#„XZZ¹º{xûø*rö~ÐZ!‹«¹‡U+{{ûô3iµ¸¿oPD¥ïÃ()e¼¼}Zûúq¹\B8”R¥R!“J>à()¢R€Ï¥T!—+ð¼9À‚7C¢RD¥€¨Q) *@T ˆJÞ¬Ër¹b1ê âñxr¹œË}“Q)|d Œ+**B‡ËAmÔ©”/æå>442~ƒÕñÝNð‘qrn~6í´·¯Ÿ…¥Ÿ PWÈåò‡ÙΦŸqwo…¨>}VÖÖ„‹ç‹‹Š†A…Ô\.×ÐÈÈݽ•¥µ¢Rø\S66€O'¨E¢RD¥€¨Q) *@T ˆJ•¢RD¥€¨àÙëåíS¯¾‰¥•uÛ¶íŽ?ÎÎ_¾bÅò+^+«7XåÉÊÊ242îÒµ+Ú>U|T|JžþüåË—·lÞܱcG@@éÝ«!¤¬¬ìÖí[üñÇó¢"vTòÚÕ«íüý !¶66k׬æp8„9sç©V¹ví:!„¯É¥yó¨aÃ!«W¯¾rõjvv¶]¥4ŽŽŽ‹.ܾ}û‰“'{ôˆ˜4qâ܇ë7lÈÎÎ:wþ<Ã0#GŽŒ6,$8ØõÈ‘ƒqq†F†„áQQ_ŽéíåÌæwèÃ0'SRRNbçOJúï¿Bë¢R€÷êQnnæõ«ÏŸ=#„ôìÝW}QE…ÄÀÀ`â„ 'L¸ÿ¾«›{zúYv‡Ã¡”²ÓëÖ­ŽÞ4`@ÿñãÆýôóÏÑÑ› %»ÈÖÎNzª¯Âår!J¥’RXXX©HR™¬Ò„&B_ „˜™š©æWý](B„B‘j[¼1cþoà€ì]]JkíÙƒ~ï—Ë542rrv±²¶FT ŸEHz)ã\KwO]]BiaAA}ÕÒ{÷îu ïܹ“½½ýÅ‹ !ÎÎÎì"ƒGmÜíèè(“Ë!FFF©ôøñ¤ª¶¥¾Š‹Ks>ŸŸ‘‘»ÿšÕk*¥¼uëÖ3grçÖ­[Mš4Ñ(­^—Î/þqíÚµõë׋;DéÚ¥KP` !dëÖm­ZµÚ´i³*qçN-Z¼{÷nOOO±NBB‚³³Ó¨Q£Ô3 EW€÷L$I¤Ò³i©±´¶BT Ÿ¸Ìë×Z¸yèéêêêëóùüJ—Ô-,̃‚‚Ž;ž——'‰Â–/[Ê.;öÛ9sæ~ýÍ7;vüã÷UG]³fmrRr‹.YYYZ·¥¾Êß1;fÍœ¹hñâqãÆGFF&«ÝèIñððxø0766ÖÉÉiíšÕ¯»SnnnýµaáÂ…'N266þê«1Ó¦M … æÏÿqÉ’!C†öéÝ[=qtôÆÅ‹5Z ¸¸¸DöЬ”¡z¤ðÞׯïíë{1ãÂD¥KKË”””²²²µ¬úù·ß žBìÛ38j$jÞƒèõk»Eô¬4óÐØC¢JŠ‹4ÓïÛ½3 8T__Ÿ½Oôƒ{˜›ëìÜÜ××÷Èáx´&|æ8\Ÿ/ع}kDdoÍ¥ÅÅEÇvîÖò0'{íš5Ý"zèëëëééá|øÈ0 C(åó1ÌPçP†òùü7{e!þµÃGØã)­êYø÷ÏÆÚº¸è9à-a¬• *D¥ˆJQ)¢R@T €¨•ü¾q>kR‰D*“VŸ†ÃáJQ]ˆJáw"éXÇÎÝÊËËØ T¼¿¨T&=—žžššRU׺µ_xÈ’â"T¢RøÄ©"Q„¤ðþ¥¥¥Îœ=_¬££u©¤¢bÞœÂ{Dj]ºfíÚ_ýRÊãñúôîýý÷Ó†Y¾bÅÄ j²é×Jü6*mÈÌÜâÉã|BÈú ~ûmUýúõŽFO€ ÷•BP^^V^^¦>ðÞ0 SUHJëè(•J­‹233,Xwðò¥‹gÒNw ïÆæ¶té²nZ&“Õ<ñ[î£ú†âűë×­ß¶u BR@T ð‰¤cººzêußã'O ,ÌÍ !B¡ÐÍÕ•2köl‰DÒ¥k×>}ûBúäáÙjøˆ‘R©”"‘Hllí¦N›Ö§o?ŸÖ¾ªÄùùù.-Z²9ß¼y3 0ˆMlmc;qÒ䨨á¡aíSSO«€]:kÖì¶mÛ.--¿cÇ/oŸÖ¾‘½z?yòD³T:w!„|7eÊ­Û·FÿߘY³f/YºtúŒìêéééìÖ•ÂgWðácäÛºu£† ÝÜ=F½qctE…„2kæL±Xwðàß1;!¿ýúkrÒñŒóç ¶nÛÆ®XRRúwÌŽóçΪ'Öª´´´SÇëׯûã÷UÃGŒ¨4p[ZZÚ©SÇ-›7Ï›7wÁ‚…„|7ejì¾}gÒN{zx|7eªf©X‹-²µµûkÃúY³f2dçÎ2™Œ²nýúáQQh_@T Ÿ#\Á‡‘P(ŒÝ³ÃËË+zÓ¦N;3 S)ÍæÍ[ÂÚwèÜ¥Kò‰™™™ªCBBj¸@À&vtt‹ÅwîÜQ_ª££ãëëKqrrÎÊÎ&„¤¦¦øû[[[B”œœ\“­˜™™µmÛ.vÿþ¢¢¢ÄÄúôéöD¥ð9Â|øxµpq9bDÜÁ™™™•BÆ””SÛ·oß»ïP\Ü—#G(/†9Åb1‡Ã©|:æréË—OÉärÕ|†aTÁ®\m¾*f}¹:G3&~-_ޱaý†­[·u×ÕÕEË¢Røá >|Œîß¿ŸžžÎN_¾|™bffÆçóUácQQ‘­­ŽŽ¥46v¿fê‰ëÕ«W^^þüùsBÈ?‰ÿ¨Ò(•ʘ˜¿ !©©§r¹ƒƒCõ¥jÓ¦Mò‰¹¹!ÑÑ›*m¨*­[·...^ùÓÊ(\¾€o†‚:AuÕ—ïá#¢T*çÌ™{ïþ}J©¾¾ÞÚµkŒ !Æ õiíknn»o_ô¦èÈ^½ ôõmílµf¢J|8>þ‡ftëîàà`em¥J`hhxåêÿ€ÀŠŠŠuëÖñx¼êKeoo¿xÑÂnáá„ ¬Yý‡æ†ªZwÀ€þ»vïqqiŽÆD¥ð™Â[ôácäàà°¬æü… ,\°€Þþò '±Xœ“¥5qÔ°aQÆif¸`þ|­PÏÊÂÂââ… vº_¿~ýúõ«¦TìËJ !çΦ«§9}:mÄp ”À‡+øP'à >|Èó —[QQQÕÒòòòWO~²²²¼}Z—”–öêÕ ]>Œ•B€+øðùú¶™?燪^•ÏãñüüÚ~¨²UX}wìííÓϤ¡3¢RøÜá >|(†FÆá="«úBQ™TŠº@T Ÿ>\Á‡†Ò’â"T¢RBpೇ§ NÀ[ô•|x¸‚ð™Ã|¨pà3‡±R¨pQ)À‡‡+øŸ9\Á‡:Wðრ”ÊdR¹\Î0 j †¸\®@  E¢Røäà-úðABÒòв;·îœ>}êÿÛ»ó¸¨ÊÅã³±Èf*›¸k¢(à–ì ¨¨á¾¥.åÕÛªåÍRq_°,ËV!-ÑD­ôŠ ¸±‰z3së†f*¹Õ5AYf†™ùýq¼sçÇ ˆŠúy¿üãxæ9Ïóœçœ/ç9gæÚÕ«•}·À”\.wqu òõëT³Ò“JQ+0ƒ‡O£ÑœÍ?»'=-ªo_wO™Œ;šàÎt:ÝÅ ¿fd¤;8:=Ù¶m ~õ©µ3øø R©V“w0§Oß~Ýü ¨¾¦Íš5lä²cÛVïk0•rmµÏàãá3èõW¯^uóhÌPÀÝjÕºõ•+—kv–‰TŠZ|ü%t:÷p eßŽÏ >jfðxÌq‘µÂšÁOHLôñõëèãëשóÂ…‹„z½~é{ïUsó»*lnÞ¼ù3ãâ¤åÏ>ûÜÅÕM­V !´Z­«›ûÕ«W…\\«SÕ/¿ü|Ÿ£áæîjüïÔ¼éèä|êÔéZx>TsX¤R †=ˆüŸ~úiÑ¢Å;vl?þã±Cy£ûGßšK«45Mõ › ÊÎΑ–srrÚ·oÿ¯}/„øá‡<<<\]]…©;w<ä¡>}ú')gdd4mÚô¯:âåååœöR)j’’biîÞ¸pÿ®ýþ»ƒƒƒ«‹‹B¥Rùúø!æÌ[VVÖï駇)„Þ©s—ç_˜ ]È,++kìÙäíéÓ‡ùTwcá«W¯zwè(ÕüóÏ?‡†…K…={NýÇ›ãÇ?Ù³WnîAÓtïÞýäÉ“%%%Bˆ“§NMxá…ìœl!DvvNppT¦Oß~ÆzæÌ™óì³AAÁyyyÒ««W'ùúuŠìÙ+)i±Ú 6tíöÔSÝý‡ öûï¿ !gÏž#„øç–-NÎõÿüóO!DhX¸@M=óÌ3ëׯBìÞjmm-­·8»d^RñÕêÕ~:÷ê5wî<ã5Ý´´´Ð°pÿ€€‘ÇOœ¨0¶;vî4öj×®]AAÁÁ!gΜ1í°ysÅÅÅ£cb‚ƒCBBB§Ný‡Å5¦Š‹‹µZ-o1 •Õò fðý»woѼ¹¯_§‰“&­^TZZ&„˜3{¶ÍŽíÛ¿Ù¸AñÉÇØ¿ïè÷ÿrtpX—œ,mxóæÍž‘‘ßlÜðý¿Ž˜¶èÖ­[}¢z¯ZµòóÏ>}þ…Loý®W¯ž··w^^^~~~Ë–-—Nsrsƒ-ÔÓ'êëµk,˜¿hÑb!ÄùóççÍŸŸž¶;#=­°°P*vþüùio½²eË¡¼ƒ;ušöÖÛBˆÐý!2dvéÒ%3+«°°ðÊ•+íÚyUheÀ€þÛ¶o×ëõÉÉÉ£F=c\oqÌ»d±äùóç/^¼wOFÚî]¥e¥R±+W®ÌŒ‹KÙòσ¹¹ï-}wÒÄIÆv@ÿþÒšK—.¿øÒË«W•““½gO†‡‡‡i‡Í›Û–fgW/++33óÀܹs,®15|ĈM›6ñ€Ú§P+<ˆ|•J•’²åÄÉ“¹¹¹IkÖ¬úò˽{2*”Y»öë-))J¥âÚµßUÖ*ã†ÕlE©TJ…Û´icccsöìÙ'Ÿ|ÒøjPP`vvŽgÏ  ÀfÍšhµÚƒ¾ÿÞÒ õØÚÚúûû !¼¼Ú]¸xQ‘››Þ¨Q#!Ä³ÏÆ:tHZâáá.„ˆ}."²§ÂËËëÊ•ËEEEyyy3fÌÈÈÈPÈæÁWagg×¹sç”­[óÏäwïÞ½êq0ï’Å’¹¹¹aaáõë×B<3rdæL!Ä®_ÿstLÌí€[\\ÙØff nÓ¦ôªJ¥ªúùùúÆÅÍz{úô À ^½zZ\c*>>ÞÍ•»T€T Tσ{¿ƒ·woïØçžkÚ¬ùÙ³g[´ha|);;gýúõééi¶¶¶+V¬ÈÏ¿=wlccceö;2™Ì`0HË“a½^¯×ë¥O2Ÿ) úpùò&Mš>?~œ¢c‡ÉÉë<==ÍÓí²2~›Ryûªøï«• Ü´y³““SxxøÂ… JEHhˆÅ’£ž9þù&MšxÇq0ïRe%Í †®]»$¯[Wa½Å±­ŒÅæZ´h‘›“½wß¾í;¶ðá‡éi»ÍטVâÓ±#ï/¨˜ÁG­ð fðýõ×ÇKËÇB4jÔH¡PãcaaacOO[[[ƒÁ’²ÕÂm&…ëׯ_RRrãÆ !ÄžŒ=Æ2:nãÆo„¹¹˵ÚV­Z™Öðý÷G9Ò¹sg!D@`ÀûË–o*­Z@@@vvNYY™"55õvú <™yéÒe!DRÒšÐÐÛÏÔ‡„†¼óλ!¡!¶¶6Ž))[ÃBC-V6eòä1±cŒkî8U—ô÷÷ß·oŸt3ëú ·ou ËÎÎ9zô¨Ü<~¼²:CBB3³²òóó…jµZº ·Šæ.]º¬T*ôï¿$>þøñËËËÍט֟••]PPÀ[ j?®•¢Vx3ø:nÞ¼ùç~ýÕ`0ØÛ×KLLpvvBŒ7ö©îþ..R¶lIZ“4dè0{{Ï&ž+1Þ•š:kV\ttÿV­Z¹{¸ 8::ž8y"$4¬´´tåÊ•r¹Üts''§6­[;;;K×§NýÇëS¦T§ÿÍš5›úÆjÒ¤I}ggieÓ¦M—Ä/Žîß_*°âóÛ)0$äµ×&‡…† !B‚CÎKªärùk¯½jº&22âŽãPEÉæÍ›O›öfhXxƒ ümlm…îîn_}¹ê•W^Uk4z½þé§ûUvÍÒÃÃý“?z.6V¯7(äò5kþ×s‹Í8q|ÖìÙr™Ü`0,Y²D¡P˜¯1­ÑâEcbcGŽÉ» j9+77·ìììâââÄÏ?]þÉg×ÿó‡bۖͱã'0:x’V%F\aåÎm)1cÆß,*4/¿ùÛa="ŸhР6t¾¬¬¬u›' .^xÌbii™­­bÑ¢Å7 ßY_'º]TT¸ì½¥SÞx³±§'ïD¸[S§¼ºtÙró_Ö¶vvë’¾Ž „†…wîÒõè?¼5íMp˜ÁG­ð fð.” !.XÀ H¥x<¸gð*ÈårŽo™€»V^®­ð(Åýcµ3øxø¬d2WWׂ \퀻vöÌ77wãG’Jñ訣3ø¨ÓTJ•@`ÆžôŸNŸªðyR€Ê”——ÿtúÔÆ É={Giµš¬™|Ô Ìàãá³¶¶öõëdïà¸cûÖ«W®˜~[, 2r¹ÜÕÍmÐà¡í½½KŠkò·6©µBæþ½Q}£KJŠ¥‡^¯oëåÕ¡£ôí\€jþðÔj55II¥¨-˜ÁÇ_E£VkÔjÆþr¤RÔ Ìàð˜cÒ µÏà@*þzÌàð˜cµBõgðe2™­ #@-$—˵Zí½=BʵRÔ1ŽNÎ¥¥¥J•ÒJfÅhP«"©B©ºré7G'ç{Øœk¥¨c¼Úµ?’w°›€«›»BÁ @m¡Õj»xþÈáC~~]H¥xô¹{x!Žý¾¨°°f¿è Ü™Læèääç×ÅÍÃTŠÇ%˜JÙ<:¡–!© •€T J@*H¥ •¤RJR)H¥ÀƒQ^^îèälúoåªU¨­÷—-{Ù2Æ€¡`ðè±²²šüÚkÒ²¯ÏƒJ¥ï/B¼>eJN'—Ë97µ×Jñ(žÖ2Ùܹs¤]»výúëuŽNÎo¼1U1:&ÆÉ¹þÞ½{…)[·6hبu›'çΧ×ë…©©©¡aá ¹4ölòîÒ¥§Nvtr2t˜âçŸvtrúXQXX8ò™gÜÜ=žhаCGŸM›7›nRYÓ·2oý·K—œCBÃbcÇ4lärèÐaN @mƵR<‚t:£“³´¼ßÞ˜˜Ñééé_¬\©×ë·mÛþÚk¯öèÑãØ±c±±c‚ƒ‚6¬Ÿ—–žþÞûï7hÐ 4,tÔè;;»™3f8:9êt:cÌ­ÐÄ;KâcÇŒB|òÉÇöök{ù嗌孬¬† æíÝ^¯×/yçÝ3g†÷?tèÐΩoM›àÿïÿÛÆÚÆb®°æÛᆱ°•ÅÖ,„8vìXÛ¶m/^äááΉ ••••ÕÔ7Þ–ÝÜÜ…|°,ïС•«VùúúΊ‹BìØ¹S¯×geggçäH%÷íß«ø–N§{éÅ'O¾}À©S§¥ +4¥T*…ÆB,Ž7¯Í4•ªÕêü3ùŸþùÂBF#„8uòdÓ&M„ë’“óóóýüüüý»[Ü— kÌ·Z‘`Þº”J=7NLXa^ ¤Rà~]¾té§Ó'oüù§bð°æd2Y\ÜLÓ5ÅÅ%%%%Bˆ7n”••)•J)¨½øâߟyV*cgg»~󪬄ÒEÓëׯWÈ‹ƒÁ4;V¨Í´ðÊ•«’’ÖÄÄŒ~}Ê”—/OJZS^®ëÕ«×Ö­){÷ì=uútܬYûöïß¼é»;6m¾U÷îOUÖºg“&#éæo7r"j–L&stròjçíîáA*ÅcI<ú¯Ž~míì„Ápý?ÿy¢Aƒ eôzýüù ¤åàà°ÐÐ &ܼysÖ¬¸yóæ¿6yʪ•_ôíÓ'>~ɦM›:wîlkc›––Ö®Wß¾}—,yç“O?µ³³s®ï¬ÕjG ®P(Ž=š²ukŠÓV._¾¼zuR›6m,Ö6qâDcaV#„prr*S«÷íÛ/­ÌÊÊþáèÁÁA¾~¾üñ‡iýîîî›6ßÊbëÑýûW1Œa="9—5ËÚÚºL­>’—k%¬ÜîþÎ1R)ꘟNŸêàÛ©ž½½B¡°x!Ð`0¼»t©ñ¿GŽÉÌÊŠ‹›9õ7.^¸øåW_õŒŒ=zTRÒê%ñK&Nœ¤T*½½½‡ âëã³vÍšøøøù X[[O™2ÙÉÉiÎìÙñK–L™òú!Cdf«<ùµyóæ¿òê«QQQßlÜ`^›i—Æ›žžžx`ÿ¼/\¸ ýM™¼>ù—_Îétº¶O>¹páÓM*kÚ|+__ߪ[7gå¸ÎO<ÑÍßÿØÑî!•Z¹¹¹egg'~þéòO>»þŸ?„Û¶lŽ?‘ÅC´*1zàà +wnK‰3þfQ¡yù-›¾ íioo/ÝÖ j+™•B¡üvýºC†™¿ZTT¸/#½oô!Äo¢vpp°··¯W¯Ÿ …:F¯× ƒA¡à2?µŽAoP(>±šH¥¨ƒg¼ÁÀCåýÓéÓÇ~8ú@RéÒZJËËË9€T  Ö9uê´w‡Ž×®]BLúûßÇÇ !ÒÒÒBÃÂýzDD?qB*¹k×®ÀÀ ÀÀ àà3gÎ\½zÕ»CG饟þ94,\1gîܲ²²~O?=|ÄÈÊê1Þ©s—ç_˜ V«…ÅÅÅ£cb‚ƒCBBB§Ný‡ia‹ÍY,oÞhYYYcÏ&oOŸ>|ÄÈ;wë,..ÖjµœPûñÉPÀ#¨gdO™\.„ðòòúîÛoÚ·o7eÊäIqÔ3#Ï;÷ÉÇ_¹ref\Ü®ÔTggçï¿ÿ~ÒÄIÙÙY—.]~ñ¥—SwîhÓ¦F£)//¿yó¦yåsfÏþâ‹•;¶oBX¬Ç´ð'\¿~}!Ä”)¯¯KN7vìî´4;»zYY™Rd¼ã¾˜—¯¬Ñ›7oöŒŒ\¼h‘éæÃGŒ;räHÎ •xØÒ3Ò{x˜®yáùçÓÒÒþñæ´¬Ìr¹üÀׯÿ9:&FzõVq±"3ó@Hpp›6m„*•J¥RYL¥¦,ÖcjíÚ¯·¤¤(•Šk×~WY«„~¾¾qq³Þž>=(0¨W¯žwÜóò•5ªR©"""*lïæêÊ)¤RµBiié¹s¿ÚÚØ\ÿóOOOOƒÁеk—äuëªÞJ&“ iYci¼êz²³sÖ¯_Ÿžžfkk»bÅŠüü3Bˆ-ZäædïÝ·oûŽí|øazÚ3/_Y£666Vf_ÉìÓ±#Gêî+ oN›Ö?::!1á…&”––†††egç=zT¡×ë<~\𙕕ŸŸ/„P«Õ%%%õë×/))¹qã†bOÆžÛË*BéfM‹õ6öô´µµ5 ))[¥•—.]V*•ú÷_üø¦O&Ylμ|ÕV••]PPÀ µ×JGPxx¹üößœ‡Ú³wï©S§—¥¾¯P(úGG¿9mÚGË—õåªW^yU­Ñèõú§ŸîçÓ±£‡‡û'ô\l¬^oPÈåkÖ$µjÕjÖ¬¸èèþ­Zµr÷p7Ö?nÜØ§ºû»¸4Ú•šj^±XddDÒš¤!C‡9ØÛ{6ñ”Vž8q|ÖìÙr™Ü`0,Y²DʸƼkÞœyyww·*­`ÑâEÜW ¤R+—/UX3pÀ€HËqq3¥…ˆˆó»0ûôéÓ§OÓ5ãÇ?n\…b‹-2>Td±‰µµõúää +{÷îÝ»wïÊ:oÞœÅòæÚØØ\¼`^¡ôT öc¤R€T àq&—Ëu:¾ îZy¹V.—“J XÉd®®®.0p·Îž9ãææ®×ëI¥p¿TJ•@`ÆžôŸNŸ2ý€*@ÊËË:}jã†äž½£´ZM ÖÌ3øSÖÖÖ¾~ìwlßzõÊNǘÀÉårW7·Aƒ‡¶÷ö.©ÆG“JàÎôz}[/¯}d2&Žà.~xjµšš¤¤R;Z­Q«øËqy¤R€T R)p÷§¬LfckÃ8P Éår­V{o’JQÇ8:9—––*UJ+™£@­Š¤ ¥êʥߜïasžÁGãÕ®ý‘¼ƒÝü\ÝÜ N`j ­VûÛÅóGòóëB*Å£ÏÝÃCqìè÷E……5ûEgà~Èd2G''?¿.nî¤R<.ÁTʦàÑ µ H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥©¤R€T R)@*© •€T J@*H¥ •¤RJR)H¥@M3 VVV¤RÔµ¿–d²’’bÆ€G†^§“~Å“JQ—8::]øõ\YY©Þ``4¨Ó CyyyIiiñ­[ŽŽN•S0R¨…Ú´m{âÇÛuèàèèÈhP§I÷Å·n?v¬£Ï]§Ò¤U‰ "þ* ¹tðñùùßÿ¾YT¨×ëê4™LæàèÔÑǧA#—»K¥­Ú´aøðМ>uÂâúúOÔ¯ÿD}Æ€ûÑ®}‡:ÑOË©Ô?0„Cð(¼ñgN¥u¥÷¸[•ÍRVǃ»òÊÓN—û™p×.I¥—Ú9+Îç•€T T?•ž8y²Gˆ®Ýž>bÄõë×f Cÿþ®]»fþ’V«íÕçÖ­[•m;í­·}|ý4ldqóêÐëõË–}`ü¯‡GãºÕsk×~Ü·_¿ƒóZýºŸ]¨ÍîáàÞà `tîܹ°°ðš- Àc—J'LøÛôÓ>Ô­k·¸Y³f·oßîåååâbá3W•Jå°¡C¿¨lÛAƒ¦íÞeggw?ÁåýeËŒÿݶmk]éyy¹Åõ_|ñÅ꯾ܹc‡·wûE <è]¸«¾Ý3Ó «_y…ƒ j{*=sæLaaa¯ž=…Ï=÷ìöíÛM_U«Õ-Z¶Z°pahXXpH艓'ÿö·‰Ýžê>hðÒÒR!DzzFDdÏàÐ^½£Nœ<)mÒ¬y‹ùóÄŽ~èÐa!ĵk×ü:u–êÌÏψì)-¯]ûõ Áƒ„ÅÅÅÏÅŽ ïÑ£GÄ›ÓÞ2æ¶µk×VÖóWW×Ê^}.vLDdÏnOuŸ8q’Z£‘VîNK ïqöìÙùó”•• 0pÔ¨ÑBˆèèþR±ß|ãcf…jÍÖ½í‚ùØVè›Å†Œ*‹ç†i…ÿܲ¥êÊ- WòþûËfÏž#-9rÄxV`>¶•QkÖ¬íÚµ[TŸ¾k×~]õ8[, ©ô <==¥eww÷’’’7n˜(**êÚµëýû‡6tÈЙ3g>”goo¿eË–«W¯Îž3gÓwßfexgIüK/¾$mrëÖ­Þ½{'­þjîÜ9ñK–TÑzîÁƒüü¤_äõììöíÛ»wïžÙ³â¤W]\\Êuºß~ûív~ù‡ìÉH?|(ÏÁÁaýúõBˆË—/¿òÊ««V®<°ÿîÝ»ÜÝÝãâfÚØØ¤¤lIN^gÜðüù 3fÌܼ黜ì,??¿éÓgT±S®ÿ·nÝêÝ«WbbÂ'4qÒ$N'„¸yófDˆääu;ú˜wrÑÂ…žžž_$&¦¤l‰¯PaeëvÁ|lMûÖ­[7‹ IÌBe#`¬°tô+7?:nlìsßmÚ¤Ñh„_~µzÜØ±æíVv˜ïõùó,\˜šºsWêÎÂÂÂ*ÆÙbI5óÉPÖÖÖ}¢¢„üüÚ¶mÛ´i!DçN.^,8™yýúõØØ1RÉââbiÁÖÖ¶{÷§„^^^/^¬"xét:i ÛÇ×gÎÜ93ãâ"{þï –‹‹ËåË—7¾ëþÖ%'oݺM©P\ûýw•µJ‘™•Ôºuk!„J¥R©T§ƒóòIiéÙ˜g{GEU¶S´ÿJ¥²Gp!DëÖ­­­­ùå—¦M›ªT*iee¬‚Ńuo»`>¶ÒJ}«ì¬˜…Êî[5VXÊ«yÊ5lØ0(0pÛöí‘{öìy÷%Õ?Ì÷:/ï`xXXÆ …£G:|øpe=´XRéÿãééYPP`¼Žeggçìì\!•J r¹ÜÚæö²L.Ó–k C—.]Ö®I2OT·‹Éd½þö‚Á ­Ôh´ÆšµZ­Á`°²²jѼùýû÷ïß¿cçÎå}œºs‡TF­.³¶±¹Û=ÏÉÍݸacjêN[[ÛÄÄ/òÏœ¹ÿÑ4ß©×!„^¯×ëõ2™LQ^~{Älll¬¬¬î­ÿÖ=ìBeckì[egEe,žvöŽ•›Ê<ÿüó .üýÚïý££«Soe{­øo»Æ…Êzh^€GFú®ƒ†Ž¸uëf¥¿î«SKëÖ­ÒÒÓ…kÖ¬íׯ_õ{’››ûÃ?H)êø‰J¿áÊÙÙÙxoÀÞ}{I¢yóæ¿ž?/b•J½háÂãÇKW1u:Ý¥K—Û´n-„X±"áèÑ£ÕìXQaaãÆmmm ÃÖmÛ¤•!ÁÁYYÙgΜB¨5š’’…B!„Ðjµ¦Ûúûdee_¾|Y±ö뵡!!UäÔÔiÛo¿ýVqð`žV[Þ²eË{ëdÕë®v¡Š±­þYa~,ž÷ÊY<¸Bˆ§žêv³¨hùGµ4}_ÙØZÜëîÝýsssÔjµb÷®ÝUôÐbIƒ†Ž¨º@ugð^}åÕ·ßžÞ¬Y³+>¯~ÜÜܾHL˜»þŸ?jÛ>ümâÄÿÿÁ£—^~噑#BBBŠŠŠž‹³åŸ›“þ«Õj¯víÏýr¶öì£ôÎyþ…¢¢¢F Îî‡qâ¾Â þo¢vpp°··¯W¯^øn'OOÏñãÇWöî~¾¾Rrtt¬…‘ôèõwáÑpáÂÅ€À [·n <˜%Ü'ãÄýgðëÀµR> stream xÚí\çÃÇQªTETU«"K"*hݳÓÙÖ…vØö_kmÕ¶Žjm­¶– Šƒ "Ü».p ‚l $BI°o}ŸpšÆ,BÈ„ßóùÂçá¹çž{ÖÝ}¹»\,,Ì&ˆ„¥j°@@@@@@@@hx().’EóœêAÇ" e6½îJfz8Ò :Ù&‚&¡°°àÇ?t¸û›àqIõNĪ®¬lžÎƒ£«)ˆ‰_4hª6¢´íºÕïRr<$H#fTÿÍÞšö!bÌØÑ?._6uÚ”Ÿ–ÿè>ôµü<^‘ ÐdçŽÇçåñòóóÖ­ÿ•‚Ï/˜ã5ëéó@â$Eº”äÔÕîoš‡¦z×’Ûe×RS,éjÒ™ÍÁFLêÐÚTeɸ=ßø­~DŠ‹@WÛÒIÓŒÛFÙ/êÝ´´zÔù~VzVö}zÎC‹Îb3¨ß.›—Ç%KISh”vaú»S—¯ü1 Ðì¸1”“¬\µ‚8ɽÄ6›UÈ/0ªÊö0éó²²2K´„2FBAA>ñ¿¯œ£ œDº”8 ÉLÖÒɾoÜæk^«Æd¨]@PÌ 6Í9¬¿C´Nê£ï™ÑѦ1-jd?4¦'9 T†G%Å„ôÔäï-45!1ð¾cà=TM!'bUUVÊF³Åý-Z„/Y¼ß¢rݺýúEµlyÈÆF'J¦x@ΦgEˆŒ>uðÐCG¢©ßGbñ ”:‰Î³èðªÅºõ¿^¾répÌÁíÁÛˆ“¬þeå$¿oXGœdé²¥ÄI.^8Ÿ’œÄÉeý §êD)‰¸\ÑG]0!‘…X µ”rj¼¹ƒÔ[I­}XW’ßÈPÑI®øyÇÚämD.a˜F5¦Âº#ž[u+ߺt‘NbŽBÒx»3¤ÿà u$”F´Û"±‘²™3Éof=ú¥—JgÌ8ض-ïaVþìÃ/¿\8mZŒ®šL™¬6‡Éå±óò¹ü|ê·@À/.hâ$õöÞƒŒÔû©ÉI‰e"!•RÈ/ò‹|ê7’â¢B²”äÑârþÜ9¢;vnŸ;oö_¡{T9ÉË—ÍõšóÝÒïIæ}áá7®Ç1rè ú¾S7í8–¢I­2äó°3}óòòµ—ªª*â$$p¹\ꂉÔLˆ‚HmDFH$¿«««5/c]Õߎ¬Å(ë$EÅüC®.¬)S*W­ªÎz`\!û…IýëWï0æ4Ôø­4s¥±„D±(Ùô†:I19æ›?†iˆáûPº‰Üø[¹·n¶±)ž6íˆÝƒÌÌ£¯¼RðÖ[Ç:w~pê$79)¦}»ÂéÓwè «MSä\.ëð‘ƒGb=v„¢¨¸°äQ±Pøè™“4°X¿ ˹~írKÈãärÙ¬ä{‰eBaaAþÃ÷>xõŒºU%EEd)ÉSï@È#'=5åøÑ£D3"÷GPN²ö·5rNòçÆ ”“,üæ³½¼Hæ=»v]½r™þ0«¡ãÞgò¦UÛ/»ÏöSS«©+ŽM\rxØ—fúí=|]»q)//ÿ÷ߟ6$üB¡P‹ñjÎH¤ø‘€ý03ÚÉñ–§'çAfY™¨¬LÈNK¹á>0ÚÙ©ˆË©©­ÑÁ¥AaQ!Ÿìda3dþß¡å¥Lqò’ß!q’BÒÉR’‡ä4äѵ‘g܃tX¾YŸTs݇Òê$äÿPÐPÚ{ÔcÙˆ†\y笡C³_{-ºmÛ;»û#G¦ziî\ò_üµÿ}•äáA3æhçÎÑmÚ<ðôdyfØ0]µ‘: çåsù…ùäXY\RT*|Dý• ËËË('ih±…|b"œÌôÔ¸k—¥$ÝK'áóÉrB‘€Øuõ»î‘ªb²”äQ5 JÇ‚tQffÆ™3§?˜ÿɸ×ߨ¸é]»ƒwìÜ~æÜé½»¥Nòõ7_­ùe51“O>ÿŒÉ”ïEíßëæ ²ºªm)m¿ ¿Ï”?Ïõ?{éÆíÛ·•îkï­>1éûƒƒ?Úéô®Ï† c÷33™Œœ<·Aèí»)??ÿþýûéééiii©©©)u!999))éÞ½{‰‰‰ uáîÝ»wîÜ!õ!¿Y,Y·yî°Z쀹lµ ••—”þöÞº{‡¯ÿf_ÿ-a{‚¯lÞX]UU[[+®WWW5æX²E2‰È,âä²éÙÓRSnÇߊ=»>éDßêâ_’Nô!q’BÒÉR.'—䬻hè#žv§CžzpjkÌÈêc rŒˆa ®ËF4änÌ‘Ãí۳ƌ)>½xÊ”ÔÁƒÚÚÞºpž09³Žté’2hPñäÉ¥3f°Ç;Ò¡ÃÅíAä4§C'Q´p’º³w9ð’z>Ìz@ÎËéi”“¨GÑIÔCmâÎíø£11Ÿ.øbÌ„‰³æÍûå·ß6oÙHüdÓ–ë~ÿí·u¿.^úý׋¾ygÆ»#ÇM˜9Çkó–-×®^!uj¨*Ó„Ó ïçc‰\‹ûûâ…Ó§Nn ޤv´~S7¹Íôu˜¾¹ß´Mïqè49¿¤$'‘ CÙ  ……ÿEÜ£îI’<ò›[8NîóÀ® Ä@˜ÏƒÁÈÉÉ!~BÖŨáHÄŽ(ÜÓ¿Ídņڈì®AFŽìÄ)cc¯;{úf”=ëÖDòûü¹3q±±¤pjÎØI”z…Ö«ãŒ`Öÿbë×IȬ& ‹‘su{БW_=`m}ÀÆæÐˆ—£¢dfRKܸ~ò×£Ûµ#Köèqrýï÷øùy:Ùô•+K?¸¡ŠÀm~Z”,àäçó¸ô5)ÃFÿú›sæ}¸iÓ¦kW.߉¿E„„ÃfQ—ÇÔ¨C§o=|p?-%9áî›×¯_½|éâùógNŸ:uâø±cÇ÷EÅ;~êòßãb¯‘­$ßK$ãÈÍe“´!òŸò®=Á[|6Ö;:²üd­ŒôTìSBv¥C‡£ÔÏ$óá#ÉŠrEi~¦nÜ0sèd’rnݸwaûÍÈöäwüÍÔœ!ªM&vCç§®À‰4”9 1m`úÿÙɽ,&ƒü3®¸”GbŒ’ÏÌ«]äÿBùŠÈ¡“ò©k2ôlÉ%‰0r褻¨ß¬:#"Ke ?$…ôgc¶.{ˆœYR‰KÝK$?Ä%ÈŸ$‘,"ãØ˜Á"å§§¥’bîjÉIò“µ°+i™‰‰ wnÇ7² Y±1Û%(?Ø:›LE2KÉÄ|x?‘š·ìºÉIfŽNö CÜ„Ìm='€Ù9‰Òkæ§aNR à$€“4ÔIøùyzN3r’›×¯è ¤ W÷ %ÅEÔ*„âº×Pj­CJËãR|ú7Mý~·92}éRyÒŒ#41Ô;I ¿oP€ÿ¾½Ý¿%½´Btâ^ÂÝ}a‘¥Ú¡X&0·îe}¸&"ðhÊ᛼£ñùf©ö¶£©ó~ÞwñÚ]Œ&4'ù·.ÔˆÅÙY÷CvßK¸S,($¤§¥„ì ÎÉΪ­­ýW« W&FÁ,ÚxØçpʾ«Üð+ó…4á›?a4 Y9 9ôȰÐ<›_·?<,'‡þo£ƒ´L¥{p?ãÔ±˜ýá{EÔ¾ÐSÇcH5Œ^ݶèýe{¶fn?Ë6kHHCšÆ¸4“égúí2ë>oª¦y6³ ·ZÚ–F:IXàÏfÐ òx$¢õ¥e*Ö*'ûáÑCÑl£¼üqee…Q ›&8zèÀ‘èýÆ­‰n[4ë‡Ý«ƒNýxÂÜ! iãÒL¦Ÿé·Ë¬û¼©N˜æÙÌ&Üêçm‰&gù†:Éÿ½ý}™9Ùüü<!FñºT™Šµ"*ø 3½ ŸgtH5ŽÇ2…šè ¯å»ÿ¯IÒ¦4.Ídú™~»ÌºÏ›ê„ižÍl­&m9u<¦ñNÂbÐuî$,e×I¢ö…ò¸¹ùy\£CªA*c 5ѯÜýÏ?ÿ<1ÿ@Ҕƥ™L?Óo—Y÷yS0ͳ™M¸ÕT[ä$ªüA½“8LßÜgÊ&9„+ê$ûÃ÷æñ8&‚IU¦ñ|öóî'µµµ55æiHS—f2ýÌ¢]fÝçMuÂ4Ïf6áV“¶4ÈIþQ²NBtâe¡ß´Í?íºµ"äöª[«÷Ü ˜éSZVñŠ ÆIx¶‰`R•i<_þ²ç ‘’±¹CҔƥ™L?³h—Y÷yS0ͳ™M¸Õs’eÁ7§¬>=aIÌЯö/ ºæú¾–NÂÍe™&U™Æ³ð×=555bqµdÐ>ž£>WÌÐxÖ¬Y-“­4²4Ò¦4.Ídú™E»ÌºÏ›ê„ižÍl­n“¨ñ‡zäûí×%N²Tâ$‹·^ÑÚIrÙLÁ¤*Óx¾û]â$Õ Œ{µžƒn7AҔƥ™L?³h—Y÷yS0ͳ™M¸Õ r¥Ê:‰ª‡$‰“|GœdüÒ#ÄIú^ryÏû‘¨\ÕcŠjœ„Íb(åaò_-,,†o¹¤*áûï¿“Æ]\\ÔäÔU•¹ºnÂ`'G'ggÇ~®¯½és*±‘Ò9d(—mØCŒ¤ª²R’Y.¥({W[Ï{Åe$ô^ŸÑk.‘ˆ¨0~þDAî\Fí¾Ã£r>.NúzÚð~.ni¦­ˆ—+Šž2Zr)†F4x”l†Gì³S=ú»º¹:~!·DºÊ‰ß>1tP¯nýWÌR¬-4Di“]êBŸÞ. }ϛڈèjú‘fÚ:®’þù«KGéX7rÂËî;Fi—Ëó07üFƒ&¶ÒDÖ-áÐïCû÷qvqqê׿šó ª›Ñ'ŒžŽWJ+ŠsR‡Gæzçûй *°ñg ]¡fTÛjÇ>Î÷œH0XÝ?‚:ÉðO¶ó‹EZ;É×[cëœDrä‹-µv’®”S‹\ú}<·­ý\U¤j–6¥•I8´¸}×ŦP&ž[¾íª7ª”öÃò{Äbâ$rPÂ@1jr•˜´ýýnã~ÍØ÷©m¡¨B’0ÜÞçf.‰f†¶µ÷¢²mÝmâŸg©x>½˜*M¶d¹ˆlüOZ§ÙáÉ$’¶oV'ÚzéÒϤ?m«µíÅÚHCÔ4ùþЖ­»›Úˆèjú‘fÎëÚádÚ}ÏN?Ù±«—®æ¼n÷-Ú¥u%5\—þ0[»ºl×:àJ²$NO?w:Ñèh Ç+õU\ªÃÎiÌüÑM¦ŠÁŽÛš´úÎÁÅ/u|S­ Eév5q’›/¼ñmĸ/v•Ë5t’ç’¥±qœ±å+¿«“~æ$ŸüyÎm–Ÿté”Å{KE: 3'[Y#Û[‡ßËx»ãK¾wR©Äìôsóßòªƒ“‹³ã›‹Žïš4´Î¸y’¥$Ne»gßû8:õï;註iT"Yºì}AzØ÷Y|UéF•Væ«6ß]HPLWµ•½Kg ¢¹õìÚï»]×B–½ï9h@·Î½ïŽÕ0ÕóÜÝiÈ¿hÎÃ}ÎÜUSùÌ[!£úwst¥½ýU ´í²ü¼9¤ºªª¢¼\’Y1‘°al7›6¯^à•PvneI{컾ò,ÑÊ2û‘HUiÒ¸ÒD².»´Lò&Rf «ŽÒ¥‚²Çuq‘…EK¥# Ql´É)ý[·®¦÷"—LíÞ½¯««ó°iaTJVÊñY£h\]ú9xzŸR×ɪ†Cý *-_±šL?²­¿×{ ûã<‰_Þ4lè†óÒ†ËFZÙ}çìòN S9ÓâVÛtý€*sû—o tíß½ÿ¨Ð[©úh—†;”šÙ®j¿|Ûæú¦ÏßÚÕÍÖÊòHR†\¢ÜÁGÕ„QU%ƒMUÇ+U3Yq”5Ï©t*ÊÍ.Ù¥z?JGää"×EǨ¥7oÓé}¹ÚJ§Šæg íFS±(¹^jP«Ù)-ZiÞ ÷eiQöºAMœÄaÚ¦~S%þ0í»½E%¥²¯_“u’š±ì¢-aW^û$ø³Í—ø^»áq’ K'y뇘6œÿǹI‹ÂG}¶#_,÷J75N ?T$ùïÅ/¿²€DÎüèÖÿÃTâú¡]F­§âI×SÉoÒé*ÒøJÛ©[ϓȥ­S:ºü(]:w»$1åïßZ·©t£J+Ó®e‹¤YŠéª¶2gë)ÉV.­µ´ê8'H’!ùÂ/­ÛÖ0Ãý[ñT$åòÖ¶]f©©<©À»AIäò¶i²ý åWïquuey¹$³bby){j÷nííþÊȧR:ZµxX"’ËF¼‚þè…DK ‹òºHEY¡´dÙMH㔓ÔmKâ$jrÊA¢Ø:j—qvêÓªe›ï£oªé½V-.¥g’HæíT*eÝο»-ÉvÅ·M§éj:YÕp¨D¥å+VC“éG¶••ÓÁ~‰ÔÍöDJ†t¬e#ZÔGºzVêñ/H(™äÁ“^™´ý2µT:»:º,×G»ÈðQ\¬[]Õ¥f¶«j×»çS·Ýó‡Yµé:æ?ý¾-5+KÍÁGq¨ª’Á&Œªã•ª™¬8ÊšçT:å"²q=ÍŸ¡·ªÚ…ï'ì²n?š^·ôÀì>žëÎÊUR:U4?kh½»)-Ji“Õ´šŠ\ þ¨m—÷5o…†û²lQºÁzÄù=oN¾àQ©âqù㊊r)²N"‹e–zŸþÙ®6^œ¾æL“H®“ ûßþ÷VŸ˜øí¾¡mcó åV‘–©ÔId¦+4®ûˆ-gI$5~Oë¶®©’ÄŽV–WSRd³‘¶(ÆI¶)©$’™r­…U{éÒ{éiuñòÿ¸Ò*­ ÙÇ殮)¦×³•Œ¤ã-5Ìp=â· ®ýœˆ «©¼ldûAÊz¿±ä:Éc9ê.\È'†}ä8ì‡Ó¹qÚw›Â.‘Ÿaöoú\¡–¦]K¤"£»Müã çe ÈÖi<I?¸@Zr'+K¦ärÊ ›Ûàf7'"…DR÷Íîäö»be”VŒ@¢Ø:i“¯†}ýò+¨é½Ott}}ö¯›·ßªë.‚•%É@ѹsW5\Ïp¨D¥å+VC“éG5syÿOýÑ¡ÿ² —hQÙ9³e¸ý{áW2’ÎunÓ#®®zd©tv‘¯žÚ¥É¥f¶«jW|jZcêFˆ;±ïŸ¿›äjÛ}Ìi>Цž©¥ÿ £êx¥j&+޲æ9•NE5Gf½ÎU#òyw›¥â¤'º´ms(!I®’Ò©¢ùYCëÝMiQJ›¬¦ÕuÅö§ ;è\¼æ­Ðp_–-J·#X¯“8½»%Ÿ/(\¦”œ¤ºJn©H$š·rÿ¨/B>øãÂÔÕ§',“8ÉÔ•Ç&|9ÈkëCOM™Jä~FšÉ×ì[·êÔ­;l¬,?މ%é¤Ã¯$'Ëæ$mQŒ“lדSêʹJÆEMN9”Væ³î6‹ÏÜPLoÐV¤ñz3 ²iõÇá«T'¨_K¦×”¶hãVɽű ™¥7eÜ$)Y1‹l?+I–žZâáøÁ_$Ršcþëƒ\ݸ8¾ýi(µ®°0á«ÉCû8¹¤ ˜¾òI¹½¼·^ƒ<‡Ï[}˜”LeÛÿå„^N4Ï±Ôæ¨Ä"Ɖ)¤<×þžSÏ2 ¥•‘­˜ÒÉC¢Øºÿšœv×ÂÒZMïe¦ÝÙ¼å‹÷<Û÷M¥´·jq9)YeZ ‡l\iùŠÕÐdúQe^Ùóf›žmÞÞó·Ò¹¤]}dsÞ9û}û¾ßžÛðZ¯©;¥K¥³‹ÇôÔ.Íw(¥³½ÞviW7)i÷N·hi#­€&ͧ–ž&Œªã•ª™¬8ÊšçT3 ³_hÒÏç½Gö|3øÖÑ:ôÿAM%5?ž7~wSZ”NZ­ªîËú›¨š8 ¯@PV&RЬ“TUU)f—¼¹pϨ¯þšóû¹‰Ë޾ýcÌ„Eçø§f±Õ—©ÔI2ÓS帼ë [ÇÒ?/øîâñ'‰üêÙeä!Tâ­KwÈo[+ËØ¤d*…´‹Šüàh;Å÷$‰œõyÇÖq‰ÜR¹¸,J+öeûW^ßÿ÷ígÛ=õ×¾çºi¼Þ ÝZ· »~—Dþ2AýZ?:ÚN÷?M"çü¦(m‘w r'1;HC['mò­ã+­;ŒUÙ{i Ç®I¦JjÂqK+;*ÛªÆ¬Š â碎éd8dãJÊWV M¦UfzÒÕXW7Õ«¡M}^ÜwÓìÚ~¹ÕWoKוÎ.[Ç¥zj—,êw(¥³½žqÔ¶nÞ{ŽdÔEnþ¹u»T¢âÁGó®6ä„Qu¼R5“GYóœj¦¢Ò#³^窾MM8Ù¾MïµßÞsQÍŽ£ùñ\»ÝMiN¹}°ñ­VÕ öå‹Òíjæ$…"‘P)/:I¥Ò<¹<þkóƒFý/tÆê“㾉t›í7-GUÒ2•:IFZŠKú´s÷éŸ)wOØ´j>á^Ê£óÆìÙ×ÁÙ©ÿëÿ;HùÏ}­{_'7ÚP'í¢ò'^Ý5Á­wG‡Wiö^»M%J—ÊÅeQZÂém+FÓú988:öïë2t⟯5t+Òx½ެ™Ý½S×& ~­„ËÛ‡÷³wp0ño¥-Úºý/‰“”‰êEñMzš¬e0HC['™Æu¡w÷Õá—Uõ^zòõ4'Gg§~½^³"’Ê–ðý‘.½É€:ô;s“N†C6®X¾Òjh2ýGV±ZÔGnß!œúuÐË=>–]×wþøÎ}»ö{mçåx´Ký¥t¶«G­ëæ5ɳwŸ~NN½=ÝwåÙQHáà£yWr¨:^©šÉŠ£¬yN5SQé‘Y·óÇéypq¢¾Ÿ×Ñ:YZu޽—¤fÇÑüx®Ýî¦4§Ü>¨Å^£a+4Ù—åŠÒíÖë$Ž3¶póùBa©Rd¤²²RU¶LzîÀ9þów¹Îô‹MÈR•M¶L¥NB*f"˜TeOP°ÄI—•™;¤!Mi\Lsúý6¬Ë[Ag¥’£DsØ­Ìz—o|åu8Ê#“mµÑGY'é3e‡—_ú¨D)/8IE¹ªl„[÷²ÜfùžKS“G¶L¥N’–’$‡Ò//V̦s+c¡" 2gçn‰“”‰Dæiˆ‰Ì™~ºmlâõ].N¯¾ê9÷nÒ ›6d»L¼ÏÍeÂ4³ØkÌzŒô=¸šô€Ñ;G'QšAЬ“T”—«ÏÌåå«Ï [¦R'IM¾g"˜TeÏ_!Ôu‘¹CҔƥ™L?³h—Y÷yS0ͳ™M¸Õ¾Ÿ¤¤¸H²NR^þXMNÍQå$·¾\ œ4IܽûÿYY=µ°@SâßV­þéÕ«fÚ´òíAªœ¤¨H ~A~P€?3'» G"|~¾ªœš#-SÖFHÝH%1X@3œ÷)3Qü¾A!_‘ÌŒ´ýûÂÙŒ~A^DØÞôô4¥Ù„´L©Tù%†h†Pú½À…ü)ù<^ZJò_{vÝK¼›Ïã¦$%†ì &‰d‘lNÍ‘+B€âyóDò;þ¾Aþ‘á¡wâoä2ÄJŠ‹øùy·oÝØöY$ÍÖ äʤnÙ(©Þ§Ÿ>‰yÊf?­©yŠ ÓОqÅ " ˜e çtrf‰yòÑGЧþÈI•~ŠŠúBafN6›IÏãqˆHo² x6»n©_R¬X¦Ü3$ÌÑ£H…›Àyª(NH½;CVJÚµSõºƒ}{÷¹‹$b/¯ýá{›ÆÿòP…HXÊãæJ.DÈh€ª°ë"Wß'©™6M¶2Âä$8 ÐÈãqŽûlÑÄI‚/pô qÙ7b//êip 98‰ä¤¯“ì8ÏÑ7ÄIþmÕJZ“Ça¡pN"‚Îæêâ$r7nà$œD.l;ÃÖ7rNò¨ NÀIäBÀi–¾‘w’çßÁ'à$TØzŠeà$œD“ød;‰\Cܾ®ïþ\µr%A±¦3â¦V@C'ñ=Á0zr’ÐнÇns Ƨ6 'é$>ÇCONÂf1)¸üG)}HR\¿ˆ&K×ëfaa¹öR‰‹Jè¿/˜újçv-[¶îé<â÷ˆ»T Ââû«ç¿ÕÃÖÆÒê¥>n#OëŠqiPÌPÊOüæÝ‘v6­[ÛØ|÷›$~‰lž°s{´·nk×ç§ýéªÚ±|v×—[·ïêºö`⟽ѱm«öÝ\Öx ¾|AÎñ‰.][µéøî²õQÕjÀäC †aîÝøNéETäëߦ’”!‹R9ÿšÚ›ü9âÃï¶lÙôÅ[¯X´hµíAIßõfO’ÞóÿíÚ³kí7ï©w’Ðн²Wf3Ž!d1üÛM›¾N"ÝÇÈæqöú9pݱî0NU[œç,Ü0¯.ڂĨü¶¯«/ÿO÷N’ôE7}3L¶>ªZ ˜ “l8˜e0ôä$'Oœ ¸šÊ“\ú¤ê`MÒÛ÷ù/R9í[YÊ5Üscr$ñÏö¥Ižö|ÄÚôÍL‡n,-Z´í`ï1vª_¬Äp„Eé+>|½[‡6-,[÷rA›õS_»¶­lºLÿ6PN!ίžÙÙ¦IiÛyŽÒg\ÎѱM«VmlGÌX(÷ŒkãDUù…Ù1ãì­¬;¼ýÍΞqUÑj@TUU’³69}kí$$¬ÝŸaê$¡!6›äÁ(¦OùcQuu9}7ÆIHø%"Cß4ÔIHþ\Sé˜ OžÔ*}´AN"yLb_º^ÑÎI0¾@ss~OÓpN¢¡“<Õg€“p8 ÌÈIôª%pN‚ë$€“ÀI8‰æNòTÏNÀIêu’§úpN¢ÞIž$ÀI8 œp8 0DÂRŸÏËÍå0Ù;ŸË-H"zŒî$O à$Àè r²é§O ðó^»z!ÐÏûìé“\v.¾à$p`0!ÉHIóݲ1<4„ÍbÖÔ“¶wŸÏ&^QþXÕºdOé>Î_öO½VUßåœNŒxˆ™Ãð󎋽ª89ã®]ÙP]U¥FÆÙ¾ä—Êm3”>ÂIp8 ²ø…Ï‰ŽŠ$󭪪ê矦Õ!’ĨÈ} wã«*+TIBæÁ¹]sãÔ”!.\ú{N=ËäK—†.™á9xàÔÝÉ$³ÆËsð W»;­ŠÎ8¼öÃCÝ{Ø÷]y0“Êœô¹§Çwš›£Û˜Ýñl8 N'M'7p«o.›Eæñeu¡G] ’D6› ®®VyáBTâÕÃfÙ5†¬3l ÙÍ M$‘ä°™v´uÒÌ^á‰Òøü°xIR|,­:}!IçÞó¶¶He(¢3ží­©a6]?†“à$pдá0ÙkW¯¨©©!ómРAKêå$äO’(‹W-_ö¤¶VÍÍæÕ%/÷˜W*úÏ:YY2K$ŸÙ•Ð[XÙJ3ç>¿kCâ|a]\Tôb¼%•qaÛ;#Ý]Ýh4šE‹Öp@³u’§ p`L'a½à$=d Nòä‰ú<~píèu0£^'QúdˆÒø°v­ƒ¯ÓëJÈ‘&ÂIp8 hªäs¹²÷ndäÙ½sçŽm55bõN’—êó’í8éŸëÝìæ„'I Ÿeç¶N 'éiÝò»Db·N“š­“<5l€“#R"\ºx>:*Bõ3®á‰ w««*ëý Œÿ¸îÿ=ãšsbòW7W©g|-œä¦ÿ‚^ö½ 2{e4œ'“€&O™HÈãpý}â®]Qœœ±W/o¬Uñ0 8 œè2ßtz€¿OhÈn&#‡zg‰ì Ù¸ÕW$Vªþ °Ò€.Éeç’Ùˆþ8 œFH2RÒ|·l  a³˜Ôw𱘌°½{ü|61èôŠòǪÖÕÉ7î­Z¹R‡Í¡Ñh ]ß0e'Á÷Ý€æsˆ™Ãð󎋽ª89ã®]ÙP]U¥×³¹æ…”>ê£à$“u’§† p`Dü‹çÎDGEªšŸQ‘ûîÆW©øv`éÙœDŽ®ýp¸§{¯n?E¥ËeK úÜÓcˆ;ÍÍÑmÌîx¶ì¢èɣȺ4Í}ðHògIÞõ& qwèè?,^²¡K«NŸDHÒ¹÷¼­m'jR%¥5“à$p`t8LöÚÕ+jjjTÍO±X¼jù²'µµõ: _HÝXydaÑR.ã¶wFº;»ºÑh4‹­Õ8IçV–´çÁ¾ë+Ò ¹ÏïÚü·!QÑ‹ñ–šTIiMà$t’§Æp`L'aiæ$OžÔë$jÏÖ®uðuºäñ•’Å¥²)­ZÜ/z¤&C½qõURZ8 N'F'ŸË­çÞ ‹¹sǶšqcœ¤§uËsìB‰Ý:Eq©•eNñ³¡xµÓûÒ³g?®ÞÕ¹“(­ œ'“£S"\ºx>:*Bõ3®á‰ w««*ã$7ýô²ï=hðÙ+£—F~1¾—ÍÃs ‰?Ê»1’{?W·.Žo}ºWçN¢´&pœNŒN™HÈãpý}â®]Qœœ±W/o¬Uñ0 <ã ':„Ì7àï²›ÉȡޙF"{Cvnõ‰„•*>¬d?†±ÀIà$ ™SQþ¸²¢âzܵAԻ僷Þ¼'‹õ*$'Á;ÓP¤ª²B\]][[SK~jĪž!`0'Á»å`"N‚ïàœNÀIà$€“ÀI8 œp8 '“À4ï'Í ‘°TÀçórs9L6‡ÅÎçr‹’ˆž8 œŒâ"AN6ýô‰c~ÞÔ»åý¼Ïž>Éeç’Ùˆþ8 œFH2RÒ|·l  a³˜Ôw𱘌°½{ü|61èôŠòǪÖ%; íyðñ‰†[Ôîëö”®¥yQøŽ?œNLü– 3‡àç{UqrÆ]»²#( ºªÊv'ÀIà$ 9#à^dÆÒ}Òm)MÔ|u€“ÀI€ ÂãänõÍe³TÍO6› ®®®÷ÞÍÈw¤‰óÃâ%…§øXZuú$"‘Ĺ÷¼­m'J3xE$“Hʾ9v´õT¢ßkö[b%;/5¤m—¹TâšÝÜç9¥R¡4QóÕÀ¼œŸÍ“½võŠššUóS,¯Z¾ìImmƒ®“ð…BI\Tôb¼¥4³Dò‰QI‘*±s+K©ÞØw}…Jìde)Í)Ý–ÒDÍW8 œ˜¢“°4s’'O´{ÆCi\©“t´jq¿è‘\Qš;‰æ«€Ù9‰Á´NŒH>—[ϽsçŽm55bÝ:‰WdŠä–JÄ\;·g÷n¼‡Ú¿é}‰Š§\½ûìæ‹›4ç÷n”%j¾:ÀIà$À).]<¡ú×ðÄ„»ÕU•õ>Oâ>x¤æN¾xÊÎ=œÇIŸq}”wcþ$÷~®n\ßút¯ô!ÕñÎ=\܇Lý.\öWÅDÍWstÃh œ‘2‘ÇáúûÄ]»¢89c¯^ÞX«âap8 Ð!d¾1èôŸÐÝLFõÎ4Ù²+p«¯H$¬TýA`Å€þ=9‰´NŒNEùãÊŠŠëq×vPï–ÞxóFœX,V%$à$p 'ª*+ÄÕÕµµ5µä§F¬êp8 '“N'ð¹8 Œë$xgŒå$O à$œDÎIž#ÀI8‰¬“<5R€“p’ÿ0^€“S@$,ðù¼Ü\“Ía±ó¹Üb€$¢gN'£¸H“M?}âX€Ÿ7õnù@?ï³§OrÙ¹d6¢÷nà$À0B’‘’æ»ecxh›Å¤¾ƒÅd„íÝã糉A§W”?Vµ.Ùqèî>ÐmàÈüKÓi4Zƒê`€/ï[µr¥ÁÖ<ã €·l˜9Œ?ï¸Ø«Š“3îÚ•AÕUUõºD 7é«Á¦m»§]5 à$Úmßt 0–“ài ¹!à^ ÔÉÊòyiôV¶š;‰š:ÀI&è$xž4}'aiæ$OžÔï&˧m—äÒË„—bö.ûx´­ÓçšøÀ°v­ƒ¯Ó©¥ÒD^ʯÖ¤ë7ç˜\”:‰¥……èÙÖó5w’z×8 œè|.·ž{7,æÎÛjjÄêäQ^Ê×§Ý{!]$¸#¹eSZ˜`ÙªË÷M"S$÷M"æÚ¹Éß7éiÝò»Db·N‘õ¹]^~­}ëô|¹ ¬w³›ž$)-|–Û³{7m­R9$’zàsi!vV–9Å¥jêPïZ`,'Áçn@s D ¸tñ|tT„êg\ÃîVWUªrÉ# ’ÏXê{TÎUÊJ9=hn:÷í¿`óé¢ðÅS† tîᓴ¦ۇÒE½¬[’”5ÛvED]¢RœÛX‘”ï}‚7-.û°¨ÒGWßÁš¤,ܱßïÛ¡Š«X¼ió·#HÄŽ¶^ý³©ªâ£»É–ÓmL•¾f'›.Íþî«’lcçíÙ±uãï˜(·]ªÓPÇc1GF‘Ó·šw¦™©“œ:~”þ0‹›Ë*)). 3|í5Ź·½µ•eËÖ/» Ÿº?™#]t~õÌÎ6­HÓÚvžC¥¤„.ëgצåK¶ï|³}l`¨qÅÕ3£~êk×¶•M—éß*zEø’©¶ÖVöNãŽfhç$¥üÄ…3FtlÓªUÛ3&ñK¨ôÂì˜ñNöVÖÞþf§l~Ñ#Ö¦of:të`iÑ¢m{±Sýb™xÆ€©ªª$gmrúnzNÂa³ISî|>xö’Ç¢êê*rúnŒ“FKê$$.‹©ô œ0Až<©%§ï¦ê$_ ù8‰iÞ»“ÍÊIŒòÎ48 '1îwðÁI8‰œ“<5l€“p8 à$pN¢ÊIž<ÀI8 œp8 '“N'&BqQ!Ùêp8 Ð+d_8{úĪåËT±zågÏœü÷ßÑW'“½: ±±X¬j~Š««IU³‘qÁo„³ÃÍÕÑùƒ?oS‰«V®Ô¼ ÊÜd7D£Ñ¨Hè“z; :öÌœNŒî$«–/S?E© JW×Ázo*WòãoæR‰d?Òp륄šgn$J7ÔÆ²¯Tˆi0M'Á;ÓœDs'éhey™#M‰ž<ŠìD4Í}ðHògJÐçžCÜinŽncvdz¥zºd†çàÝd3Ëjƒ4N"K¦{¸»ôt™p4»@Ñ4Ž®ýp¸§{¯n?E¥S‰Æ©)C\¸ô÷œz–ÉW¬Uø¬aƒ©Ä·—ÆÆ¯ó°ø2µz~榗{,ÀÜÀIà$ÀŒœäÐ×£­Úö˜4Íë·­‘ùÏ/8ȪEñlC©a6]?–fð OT̬ÊI¼"’%z³oŽm½¢“|yDxÉ~Ö¶ã©Ä 4»Y¡’ò“ÃfÚÑÖ©/œŠ<*¸Ñ±½;_(iBÔäÞïD¦anLÁIð½ÀN¢¡“rî\ö^;e]Ï7üÏþŒ ÛÞéîìêF£Ñ,Z´–fÈ}$ÔÜI˜%¥$"*ɱ´ê¤è$”H<.{daÑ’Jìdeù|z +[Mœ„2¾Ç‡ç iö6½sêVSpCj œ˜µ“<{2DÜ¢e;Åý°v­ƒ¯Ó)£Pj²qK Q]¤L˜¯¹“(Ƶs^ʯÖ¤ë7ç&N'æå${OÜ*«‹äÞðµ¶H%ÚYYæ?»ÎÐÓºå9v!‰Än¢Ôd3O´µH•¼ %õÀç/Ü»‰L‘Ü»‰˜kç¶^'Yïf7'&N'æå$_NÓÏÑ…Fsíç6&ðï*1ò‹ñ½œhžcHü¦ÿ‚^ö½ 2{e´RÍœy`¹C·^ƒ<‡{­>$›9|ñ”!{8SúŒ«b\sbòW7W©g|Å ©r’¤Àáí{/¬ÀIà$À|ïÝèƒ}X˜°m\÷÷d`VðŒ+œÅI$ïL«®Vóδ5«~R:-”3u’bîéAû;ŒùJ ĬÀIà$À8NröÌIbªÞ-O;{ï–8 œèâê§(É W££ÀðN‚w¦N'à$pày8 '“ÀïL€‰8‰Á´NÀIÔ;‰aÌ„r’GUWUJ#p`Š‹y\²GÐ7—K‹…e"¡^DߊB9 ñÊI¨œ~A^fZÚùÓ'ˆ<@;ÈQôü™“÷ÓÓÊËË é$:WÜ»1 †üf7Ó¤¤Xð0+óä±#÷3Óó¸œ|€vð8¹™i©§Ž)ÈãUWWËIäÌD WiV÷nôúem ­€Ñ+c\òó¸Ξzø SQ‰Ð-Jw:t‹º¢ÝüÔº(=ûâ¹Óÿüó'Q<ûèÜIsEÅ”ïÝèöÄ­ èuëõ3r¼†Ö™ÇÍ=| 2ËiÏfx¾S?oÍ¥žÍüÔ©Ãæ£“õÑiZ”Y\$ ÇU¥_ZªÊIƒaœD•¥˜ò½ž£5?õëVt>j¦páH'õ$f~(*"ŸÇ5ð®­Ûã@3<k1iõ´E×Ó|G­¡­Ð«7¾{›ƒÛèoN’ãªÒÓ7å$&tuïFççMž—õچߢÁôLßMÓ‰“è£oMíCÍ‹•Ë ƒž¾;¶‘l° `ÑÒIQšFVÉôÒ`½× Dë{7êOmŒ ~#œÐh®ŽÎüy›J\µr¥aþ]âæüÅ%‹¦4¿ÁÔxç1X£Œk#õVF‡Í1ÌéUçýo:Ê'W¦iv—^ï%éÖÙ ³ß~:éI`L¡÷ê$ærjÓîÞ&'µq¬÷¦r%+ ùñ7s5üȉ®®p’Z ˜Þþe¬¨žTÊþe6ýnÔù H‹¢Laܵ¸Ž§Ãédħ¦ 6ÙT9‰yí; ºw£y±­,/s²«GOEÒi4šûà‘äÏ” Ï==†¸ÓÜÝÆìŽgë°ßÌnš™˜¯MaMa šÌ¶Œ2]õú(ˆÑ5[•“˜ã´×ðÞMC‹µjÛcÒ4¯ß¶Fæ— å®“àPƒÐ Ï,P)×<Þ/3|Ó¤ Œ”*'Ñ®Ì`ïµSÙõ|ÃOÖI°S ˜‹·@Ët(Z¥‚ä-Ûáò‚Ùi º¢©J:Á”ÃÿjÑeî endstream endobj 608 0 obj << /Type /XObject /Subtype /Image /Width 732 /Height 238 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 41416 /Filter /FlateDecode >> stream xÚì]|Õ·²ÚÒ²‘!Š´”†ìv²DÄ´Mi mJ“2eˆŠ" ‚²'"Š "²œ,CŠøW@d¢²Ôöÿ»Ë%½¤—4é€Þ7Ÿ_îró½ßûþÆ{w¹C¨œ ¼@73|YL²ø$ñ2Ìî}AØ»`ʼn*¦ÂYŽÊ^< RâeXÝ~,µÈí ÂÑ·‹Ïþ\¯îû6ô4ýÐ/-×9J²•=,–u(8Px¹ˆÇå‚pÝÕie6GyËRÊøÅ2Xäö ©PéÞE¨Z7×Ýôø› M¿öÏMU–9xëB„pFPÌÆÕ-ÊaäžFðGeŽÅ,µ·Á¯b/Š.o+íºCñÞ€NùdFìþîæ®¸ã”¥bî ¥`?ëf»}Á¥‚ø þƒÝE ZÖ£€{á È‘ã~J¹Ø-°Cßö`|âšõÄ¢ŠjžO n%•mQNÓ)GÎo,Qc‰‘û1ÿ@¼FEàaq¹¨]ì žô"é¸ñÄ(Á«–k£R[ù/ñpY Ú”S|O`5V¿[Až²t…g~î4 áIGx˜íV`aŠLDù"9L|Á¥"¡j ·G¹\Ȱ{÷Þ߸OT~_â×ÞÐÀ²Û—: gl¼¹%p»ÚBP}“@ݼ4¸‹¾»5]xùRI!y¶»KáËŒ¤$¿Òn»\T —·uï^ŠÚnÒË„ªð4wAJR’x§“§¯Z¶ü·øô’¤Ÿå²{[µ…—¹æ.q<)~gÆp1õ{ìͳüÚ—KsùGJ)wÀ)ÄÍnÏúýuy›Î]ßØÃŸBžRX$P-k nµ»•å>c1¢²pœ¦1ú·÷å‚xÒ¯¾üöþ&ï66ÞÜðn·t$ô×¹O÷Í9N0ã±ñäÛσ«øJ¡¯ö¶”À]ú[ŸGóœƒóæ¤n»æ çŽa«æ»ob‘£´Í¹;%¡Ì[R$rÀë¡ÃtÛÅÁ5œVp H3¸9/ÕL)‡WrœRNFÜå—6O¼*ôºxy4í<ü¢PIÂÁG%.7ôÍ@ÊðEâÆWäeC¡›ý>aG¬½Ë8__±®%á ѲQçà\%î™MWˆ’œSÔµ¸YÈ礼]{ò…6Â4´fôç`÷’‚¸K'ÆWXçõÐB%´>PTn³•øùrÙœ+ð°^qÅ # Ÿï¨ŽÛ©{48 wÜwç†Å•‰"ÑèUÞúz-—fËÛB·FŸ´Û'óàÒ•–²’œ3 ü"¡ÛhÅÝHhµãv÷s=r±4ãò¶to‰…ÜN:PÑv %¥ …¸åÕAÈŠ:P–¦Ùm„ Ÿ?^.®ÖðXnI£C¹Ê <öز0])HñÏ9CKÄ*Þ¤þIc ×ák¸Ÿ½K+—Ûå(æ a@Ä>(®îðô¦=éu9Í1[.â-þÆ7¯» eø×Àí›EE7I1}úßåÏ0El¹¨¨š(!”‚`nGª•7u¿Ùlsã–ƒ·bncD$·Cºtƒqóq»‚—n00ª-·±ÛƈPnc·©ÜÆn#B¹-ë° »mŒHä6ÎH0"–Û­ñuŒå6¾&‰±ÜÆ×$1"“Ûx”#B¹»’ËmœncD(·qJ‚¡ÜÆ) F¤r»mŒå6¾Þޡܯ F¤rg$Êmì¶1"–Ûø6)ŒHå6¾nƒ¹¹óm Œªã6'ÁˆPnãñmŒˆå¶÷%9ÆmTÎgëc`T{n£ ïVÂÀ¸‰¹Äß‹ƒqós–`D,·ñ` FÄr? #r¹¯Nb`nc``nc``nc`à¾$FXÜÆo0"”ÛR|Ñ#2¹M´XsS#"¹ÿzƒ©Üƃ$Øoc`Ü\ÜÆwbD(·ñ]€Ëmì¸1"•ÛøÜËmLnŒˆå6&7FÄr÷'1"–ÛøFÄr•`D(·QlÚÏX‘é·7a¿û’7·ñ F„rS#B¹I0"–Ûxp#B¹;’Êmœ’`D,·ñŸÊ0"•Û8ÝÆÀÜÆÀ¸É¸Ÿˆ™ÜÆÃ$Êmä¥"ÖFÄq»Åšý°ãƈĜD é6—p_ÁÊÀˆ°¾$ÁBÖ²ÏØscD·ñ%w Ìm Œ›‘ÛøvŒå6¾#R¹Ý6F„r»mŒˆå6þÓ F„r§$Êmœ’`D,·ñ3Š1"•Û8ÝÆˆXnã‹’‘ÉmܕĈPnã®$FÄrw%1"•Û¸+‰¹s Ü—ÄÀ¨2nã1@Œˆå6¾vƒ¹s Ü—ÄÀ¨:nã1@ŒHå6¾vƒ¹q“q“`D&·ñ0 F„r“``nc`àœ£šô%ñ8 F„r'%Êm$ë€ßœŠ™ÜÆ7FÄrgÜËmœqcD(·qR‚±ÜÆ·”`D.·qÂ¡ÜÆOÀˆTnãÎ$F„rw&1"–Û¸3‰©9 æ6Fdr[Ö$¶;ÎI0"Û²‹ÓðÝRÈm"~ã…Ÿ1µ1"‘ÛIŠpB‚‰ÜÆãÊm|Ý#b¹¯·cD*·ñ}R˜Û˜Û˜Û¸/‰.·ñ F„r_»ÁˆXncÇ©ÜÆÏLÈXnã¬#b¹ÿuƒ¹s ŒjÀmÛ ï¸<ÁÝ— y'^T5•†ãóF$ØVü°iAZ'¨”·Dlø€;W:ŸŠ¼s?V¥žØ[%Ä èy ¯CÈçOãG1Zy™RÂmÁS ö¤´áœx…ÎWZ¬¶¥ðFäiNqcb—¤$ÅÇÆóA%”•^[$høðøUä×|â„ ñ°¡·ààl)Í~·ž’øØ+RÒŠ™²»yyž”’_V€JîúyI#ºÕ¶ ØÂ Ò`Ýw¼ÌíĽÛ…Ÿ\¸Ï”²­Ô¾W :ÈÜFĶלBc6tA …@ž ",Q‘xiJ‡¯bÜš)Sç%ü:À—ÏÓ|~ç!öJH,)*òµ¿"”T òÐÞZº=«'^M\I‹B6á@N©¨ä7Û<¥þ¿âñ<2oÈ÷lÂ{++"X*¹ëç&M€ SäÞô”€Äëy'îÝNüx&‰S»Wéþ–VTا¥Œ7"¶¹æO?wCÃraP”È}Z"x}¤øXwQQ‰bøúzÆRNž·~/ÁÍÇjQq)BÉZö),ÉR|â5WŸxÍU©{w6ÝKò-‚×ýrnÇ?AôÂBÍÕòÈ…#¾ÀSR+ö©¤O.Q:Ì{ÀëwR~WAJ\¶Ïi95ðÆçc¥>çàL<`ÌôîñÉ+¼­àk´bqÛ¡Ð@”þKeI@â\s©BzOäÑ3OpVU¾ X:%JJJ @laóuô JxMÏé¶R–!ŒI¾$`©ƒ–k¦Ë+YÞ·oaÊç¯ÝUr§{¾Eð´{ÑÁ$B¬šñ%>˜g¶@U)‹Sx¡ +éN³ JB„ç^§Í+€_qÉÓ^^.òsÙõ¤þçöò„¯• S‰ËÛÀÄä¥B_e¿ÓÄ—ÔGÃz¼iØð¿véq ¼k.a>ß B G/øP;p¨ Ê6;a¿@ÀkŸ¶ j!>÷ò^6ñãòöÍ'bî|â5_%ÿz RHoH-ÍÒûõ÷”²&ËK¥íØ›f Ëï>j :øÚÎÆÞöâ X$Y:î5û…ð­Ä¶Ë<3äî¥;$\èòq…¥ª,lŸtÙÏm‡°ÚKEþæ])÷2ŸÏâ|È`„qQ‡rWð~ˆ-„h!~$ Bܼ´¡¥l»äõq(Ôs Úý¿­‰€4<"t]ù¤Y¥NÀ‡¿('‹,`“ É"w0)^0ôx™ÁwÃJ:$~ôäWû²L´>B›)7³<¥)ÉîKeZ%1Y´†\QšTµ« ¹>.ì} ì_Ó‚(‹™•äˆ@ñ¨4“üS²²Ca°8[ >¤”ø^!=ùa†2"$Ý•ö¦a’;Þ3vêŸÝ{£H‘'&®!">>.ì}¡Õ¥7Ö8C0žŠ˜3Jò6Þ÷ú²Š/¡ê.ÔmƒÄÎ’tMÄ­³}ö2të¢"~µ²¼òM¥.OùqÒ½þrØLJ#–®yÜúâ”ø[™Ú‰yeõ⯗µpëMdn%Œ Œ Tãòá&ÂÀ¸q¨)‰ìúm$#£º2ÖA=ÿ Xרà{Ϥ«¶ôù<>dÿ‹•Vö“åŠF¿{µn¸|K¶8ˆ•Vj GË K£—©a3컫/‘§ËÅ :(ó~Š ­&帇÷,¯ßdy€Z‚­¬òv³’9C7B¯TÊ1§W0®f—3óZ-{©’cÊ*¿ã=%ˆka¾Slz±TŒ]Öù/†©‹–~å=R…ÑnŒ §SØ–0ÂÇk!òæý2¶»LGº¦FFhÞšZîxüHHyšß*VdëÀª¡ ð¿Ç3Š[°wð„OŒZç£ÊØw^­·ßOŸÃlí_Cì£fØîû ŽâŒöû=¡ÒµÎÏs½ìãé~¬Â¸šƒ3aŒj‡¥¢x¾ÞSͰFtéàˆ©ßö[¢Ï—¯Â¼:?„ø3êÛý¥J¯ÿ6Ÿ_?WBýW`ß-eœ^™ùÇ{>þzÎ)0BË>9ËzÁ/·‡¸÷S~¿ÿ êÇŽEøèÔŒ[ª×z>Æ\oØ ãCŠAwÑú² û-¨¢ BÒV¿•²|­×V–TZYFòŠá‡¹øÊ=F) Â×T0®?“ÞjÖ´æ÷[rmÝ_¼w±:nëŸI“_¸–½xhSûÁž3ë<¹x_ãa/?ööäF·=ylÜö‡žìº¨õ¨×_úN÷Šuë ^h–9Cv­Î–=¯Lé1kG7Í“cúG'ÍÔîÖ|Ÿ0âõÍWv×øokÃÿÊþöüðý-çÄ?~~¡cÚêsßùã»'{tKýõãw“è¹fö¾y›Îí¾Ô»¹­±bâú/^Þëáý$ÑušÞ&ûrõ[߬ը‰YMÄþÖæ¡«§ÿ±é”ö…Û›+:ÐýâëÞÿT‹ì„û§½úÚó¿ÿ.°sôÛ[µ®ùÚÑñ‰;žKZäª=<%^ÿË›¿’ý–¯«ùG³æÜ«º2W³qù²} u–«?ì|]þêÁ_ÊÿÚA,83òû&Ïû -¿j7.júÑü‘-e'_üçÒ’&/^Ywì¥j·þåØ/#†D÷°~è¼£ηxýÉôþ£Ô¦†oîýé9éÎE£Š?¹F>7,>qùñõö6}—}–Ñ®gâ_=jf6¨?õ²øo ÿžêÑÌ5¯§îåo§?¥èÙ¨_±âÃ;;Ήzì›6T³S¯ß­û˜~ìÎÃî“<}:zifç­4Ò­vÙ¹úç:ý^Ú±ìP’ý—motqoÑOëGM¶&.ë¸ØÚüãÖ»Gô??mÇëtÔ]µ*{]g.}ÛèXçÇ×8‡n|þZç .ãªw†}œ>ñi褿G»² s~öÚ“=÷>-ÙuEwè©xý…Ýë×XòõßMî~¼gŠæêS—7œÛܵm߇>}*³Á½ßwþtC³‚ìs_ÝŠ>ÝÕäáÙŽ>ö—mómÛn:÷Ê´¯7Œ~cº¶xí‚btXžÞŠeX±$+î9àê0¶¹Øº‹s©µµÚÙ'¾ý”³4BÊö»ú ÷’µsÎÒìÜä³ìºøö7GììÃn5[°Žå0?øƒ?øƒ?øƒ?øƒ?øƒ?øƒ?÷Q+G*ÕÊE§Š¶Ý j¥Ee1jÊJ£Ve4)ÍJgRLWMècÍwÙ³òÉÓ\vGŽ31YkP'tvä S«µ#óó¬50ѬNp8²‡쉒5•Å` 9my­ †º·5'ßJ"ÒŒŒ:BoÒªL2Ù ²˜h™Ì m)½žPt¨£Ð@á4JƒQe´è”&‹FeTk•iÙŠ¡ÃÕÊt„Tz‹Y9ŽÌV4j•VgDYÊŠ~ 5Ý’Ñõ*52h*ƒÁL vž’‘Z‹AEiuZ•¤ml^ÙÅúÕKf’e¤I+Ój,*ƒÙL5fj€-ˆrFRVÊ™–i˶ÑÙ&7Ï–n#rléTº-#Qƒò³\N’‰NF:‹I‰Tf=“eMkÔí“uhC¨U-ÒšUj#Ցʱ%j ãb³­(GNJþ™¶<ÚžA»h:ÇA[³òlÖô ŒÂê¬Gd¹ly„J¢SYô4%Wĵ¡Ò²ìi£©¾÷ÒŽ<Ú‘ŸšeK–1®Lã´ç1yÊHË´j•E«EˆÑFM6¨Õ =rÒíiV——iCyŒ=j˜Ö £ó.Æ•–ÉÐŽ Ƥ‹j ‘Ys5†„ uÓˆ 4Z•Þ GHOu¦õ QzcBo 1¤Î H$¥¢¤D•gM·;¨ÔD­:!ßåbì9¬Ù4CÑN›+:Í‘—gsæ$©@*‹é…îoËvcc¢©äT«“‘DAÁ³s³lÑQvW&]ât¤Q/Óé5*3RS]lŒ\c„Yz˜Ú fH ¢½ ™õJheÜ,3KmŒR3&Y«'LF†”" ­×™Uf3Ò˜T–êDèÌrB¯¡Q4’#‚ê ’4ɵj‹Jc02”Q-RfPj2"•IO·Ž3«t¥Œ–ƒÖì$ʶYshW¦Õ%§­y4AêQt"ư"Û&‘kePCZ§Ò¨ 1”ÐÙškMµgÙ]$&™3NMꌴÄÎX'Ë!G®-OJˈ1>ӞʸÑùÎÚÅ%O³åÆÚâLѽiÖšHg23i‚ÉÊ¢ '“kcj´CNØÒò]R“€mF•Î5$%8ò£áiöt[ÌG~žœ†SææÚ¬y‰zuB4j#—G×½Û]¶lÂIPc*Jš˜ÚÚ¨š±.kj”3Ó!“äZGÚ;#EÙviTšÄ“+wFÕÔ«‘Eƒ=%þàþàþàþàþàþàOuü¸QÝ‹rˆqŠà7°GÓЇ>K2“h’B?¢ ô"1Eî,ãك눋Ä6‚í\Shœ‚={Ǿ.½öüÎ÷y}å½>[ €c¸3NÁgœ‚Ž®–‹«ähY -ÅÎÑù‘‰„¶eõ@=àC <ì÷;Ed›Ž‚ùÖh*?7Uð-ŽiÜ·Áû[Ê}›ý¶²—³VýÞQÙZd›h¿ß1„ zÔaœdróq0g“:†z ¶øÑgû(¢³Çè|ž¤žÉýªá³m°*÷\}^|ÊÆ}7-UÏì~‰çøiCïv/ps.î»Viûà¾ï,!¼Vè ûùé4’«ýVïšž¨9š#ì »øy‹•ðûkÁ2öèZfÉ–º%ÁÖÊHlä4³Q Ã‡É>Þù BƒV"÷}vç}ô\Â&" 9?¯§¢Qñ(ËjŠpk÷â ÔÈ­‚eùc ý¸ß©(èã=Ö[e<¿&¬ïZóµKðnýËCÂî³w1¾÷’ w»?HÖQð-ÊZEs?wgAj‚mIµßyŸ#ã¼ó‚¤qsr¾]ßµ‚Ud&º`ß6ú‡ÏYžLWúLµ|Mºk¹g»M*e¥,>@®nÑ‚úõçÚ/}ßÿðËØ·¦n%ÛIº Î7–Ÿ“ûWóy&¾gÑlÙm {ÿ$ø)÷Ûë¤èyê*1P–aTMþÂ÷?C{.§÷§‘ÜÏžØãq°b–¹;ƒcÈzܺ_ ¾¹#$€0Òù¨&šb=6ÍO»¨Á†zÙ‰mDæ nïѨÔÁÁÔñz7îAJæ1ê/¾”½aÚ‘”¡Sä$n³§9}Ÿ‰¯ÍÁ2Ä(tŒ8 Ç0pšz(@Üvù+·Í I´^r'ÔDÇÖéBøûdá›çþçÎP;´ü…³)w¶ÇÐ[ò¹(×Çô OÉ?€m¾ð.ÝÇœ€yšºü‚ytÜ4J¸=!uˇ²ß%±Ò$2Ø6“”pt’kÖ‡hb øÖyb"‹ÅŠ$Ò6ÈJÚõúÍdí¤ª}…‰g÷’²ÙA¨/q±…T q¿Ágê(i^£¹JÂjz<”ìý¨Öt-âÁÚIÙ&oDJãÊøÙG%[5¶J¥_†2Ý…ÖÉNÈÙ7Z¼솽ˆ;˜ßŠy9P æ/GÞâ¾QÅ:m¶œ6ÑiŽìlkNzíèô¨4‰$'º³œ½^¥¥f’f­ ±×\ÖÑ$eÍKÔ˜Fæg#'a‘™¶l§-‹rFÛ²Smt®5ÏŠlyN¤W‘Íi‹¡ÆÙ³²¨TšÊE ‰òòs\öl[=ÎîÊTäÛbi”n˵1LZ~^Ê’dÙÒ¤.[6{aʉ4*)E:Êl’¨4µ:&êIdϲ¦Y´„p6 {ÜNsWî¢z‘#%©D¾Ëƒ¢³ì””&ˆ,#•7AŒFkQ :¥–0è ¤BjöR¥Î¨WQ:3b¯Tjµì•ÊXÆ{¥ÒˆŒz¥Æ¢S鵯#'L²¨ÌÌ€,ûh+¥1C#öjÛ\a4¨ôH£Gj]ŒN†Tfp¥R†°è™lûȸh õ²Ñ+3I‚r9FŽÌ¢$„^O£)GNš¡ÒíÎÜ,k¢N0fî/JÕH·[³tªƒßžŠ&Mˆ QT&¢ì.U,£¶¨´zM"SC¯V© #¥¦Û2k~–«™Fª51&\g4I Ф¥„&Dªc<í¤b,H‹‰&(†_ìjB.£FK´ÑÌ q”‘Au¢Œ4²eçº&$)£Qa”´…‚£„LJ"†îQ‹JÖê´”NCA0‘kuZ§¥Á:Ø«4D( ¢B4¬•Ãþò^­A¥6:i4Z•ÑhИõ”™F´Î)3¢Íz…Nj§ef}-X!7ëc Q†pESµZu³gÙZšÞRRid¶À9\´YôÆå`ÈúuÉÈÂ^8Ô7êŠjgMבPŽè(’&säÑH«Su–F}Yž ša4:“ iLz•ÖLkTjd¦d”QEI( #¡“e±pGŒÂ‘ËH:¦§Ç3îæU±goý±¿¾|/m%ä¹OqpÉ8OžÜ¬Œ|Û·Ï6ûîÎe(s|ÖèJü?í¥»ØÜ D?ÁúÒ`ˆçø¾[ð²xzlî_Ê{ægÿ·£íß%Ý![2Byäà9)ŸL›65‰†P–EÒXX§FbÚ­%8ŸÜ»_ tBƒýJT²Okä”yôêÉùú¡×e:¿ü«;ºpk1:àyžóöÈ'‘~Q|ÿõ_JL¾ô©+ª_ h6Ö¯DÑ^­»5å‰QJUxt-Ôñð2uHϾel…óºôÕ÷½‚±±’ô;Ó*Áü£¢{”´†.h;T]ÏÞÝreÙAiÔ-c}-Ô¶i£ ómÛÒ`[Ù·mk…X¯-Kcprù·mi ,S7–±>P«÷&‚µxø/ôibKûjš‚ÒQ"<¬ ë–ƒe•+P “}„îW„®=±­öÚ…£s”è^Š"üË*¦5ß½?M¬˜í¾ÌŽùD°>Œ9,’ž‘ù—‹ ‹e Ò¼ì7bIѧïù¾£žü(²œ*G»ø²ëv%S£¥Ê&vÆ‘u(ÔSq¿"|oY bNxç*åúÆŠòœ³ôyï XÛ…' ‡®ÿyÛînèÍMZßã¿ÂÑYf S\»¡$©ÿQf†¤‰ÿIØla ÚæŒF§ê”Þ#<4$rü<ô9…Â=j õJ¿£Ëa®!fiuC*{Y™Û¥j#ÄéÛ¡+DÔ „^Z¬ü¾û6 Z²v¯µñ–å÷:Âå.Qß VšÁÞü[¼ˆ`Ú)Ÿ¾…('¬ŒBÿ"’­¼=¬xùcHÿò?¢–ú‰ÚmÊYâÒxGê[âqŠºe–Š@±¢QÞ¿Te[ÇUv<àô(q«ò,a;N!øë€žëJm=“Ûa¯gŒAÛ9¦l'C|ô¹@¼Gx®à•î±z^§“ X–K¼ˆtA¯¿;´Où汽²ä •FÀãžä!’]ÕCäÈc9EŽEùp”¹¤’/‡¦JA™”¤[S%×Í“¬dsS¬ Øu`M#òM‚önÑLPª4d:Nù;ÁD¯ö|¯ŒÕñ¹†*ŽÚ ±>KÜWn×ÑÛÙkµÐ ½eiÏŒ'þãGorŒ „½ˆ]\ÏwQrÕµ‰ß™ò¸óìb|K¯÷º¡Yhó?¿¿K £Jqñ +XU…É»\Üd÷ï±qÅ0¹¾ç(;ÂNÙËÿãù4PxËÄUÁ6/ðóbðlwU¸?WØð+ceã(/R.]eDÄ_¢ç‡Î@¦ƒì„r\ñÛ7Ü2ùŸË£cŸÁÅ2_)@Ä•âââüÁÎ°Š†eÅ•¥þXW^]²ð¨HÁËll‘†fÅ–w _鼤ü~žu;ýIÂùC-C¥€%ˆ±ŒÔ§± œÁz±HÙó†Å_„på1ϱÇû[Hpï9ùm@î{(Ù\þy®¿URvý/üöÓƒ´Y r…«_¤mËc€ìq&‰ž M‚q쨈¾Â=¿ÐHûäDC¬‡¹Ùí¿ãÛ´¸ªl#@[{l?ËÏV‚ñ¯Rl¸2ê)àcØÇ ²ð˜GC°O;Ñ­˜_úž+!øØPül)_[†¯…ŸÂ2Š%ƒøWTFrâ-k¸\øP1ý"Þ~/h¿*á¥_9ÙPY‰ŠËÂú4Œú5¡Ý ¥¾U`·¡øyÿä*—_þ K‹¯ƒ¿++æ5vTEy«Hþ¾ì¨X§!'‹+p.Ñò( $ÑDe&ÎÁpîìŸrmü`-:"ýyñ••—ñ„ò8v°ûDY†ïaºä(sÔËÏù„ëì&M•YÞƒ–ExN¾nìü”àL–¸N>xüRÞ$? ý¢*Ð…Y`xÒ`½þ`ί<åò³“Ÿ%–4;~z}ˆOâT•mU[ Ê¿[ ¡Øg¾Ñ߯ (‹¡Œâ‡ÒN|™Ø¿ÎåËCHð”qºHrÈ¿†2P)¾#ˆÍå}àÕlC!ñ$ß‚éUL¿×­Î剡РDUMG¼¯óUU×7–-‘õèÕ‡ó1'ŽÿÒbÑÂ…D¯¾ýPD_†qWoÉ«ÐpCuöa%M•Mì`ç·oÁÀ{øÛF;ø‘£7«$ŸÂ‚ã(ÄËj­·Ÿ  ò¶€zxŽËgWuHžo”ƒ½ÙO˜ «SaPTQ}üýG©%T2jìe÷¯oÿZeöŽÍÞÀ› "ù#Ôè›&ù«ŠÁìëª & nÁ'Ð÷@-‹øZŒ\‘Dªp}u®¿ß(R£ê˜UâAY#ЕÞN•áäŒ& /_Þôm…qsP”1 í¹:âuqô”¸^öY]³ëÝÃÉFuʳg8 ô\H [@MзBÅ#ÕC½?÷&©¿çþÙƒÈ}_tÄ$d¹·µ:Ù€H=<÷¡!t“_ÙÁ(7§|8q}ÍUÙ„^æ—<{ïÉ®„ûÊqÜÂõ¸õ ô1ì ŸŒÆ:ÁN©º”1ûÇW$&d‘4üêáMžpPľ§øÏŸÛØÑp¿*b®da``Ü8Ô®S·øÜÙ3â1‰Õ‚Q±·‡‡ƒÝÍ“<á䣚pQ8Ú¼ƒœh]ZŽ H‡D9 =µ‰¿ÓÓo ¶­¬€“«ìóWb=ŠËÖ(H»øïSÖCÆÅž+ ³¾þç ú`}þ£‹¨ä×ÁT\ì‚c}a°g¤{ÜS°Gw…ó’‰`íŽnCå,QA.•§LU ±Ä9ÐûýÞ!ÔÅsì+Az.柇`wÃ(GY n¨/›( ×DêÊ‹JÙï~¾DL?¡úy"@ûxÚõ^BA 'Vö刹¡¼¨äj0ý…Ç„òÒŠ"_&Ö©+ËG–÷\e¾}IHö–ìÛ—~ô$Y’go^–Âù·:e…Ðk%С0zÀW‚ö² (ä`[žûaüÞ$ÖÁ ªÀá‡ôX ‘–'IL‰0{•Ê›…Êz;*cô"T”UR…ûö%iˆmQV¢n=6ÔD¥¬DEF;Å:Rá¾:àë Cñ¥^C9)€Í†œœ•õH·ú².ÅûðD¤c(–DK+ûʘØ#Ñʲ½:硼VW¬SZ,Ø7ì·E…ã+f«Ý4ï7Š›.äÿþzáó‡¡zK~soÏô9¾Ì3z:¡Xv=´ÒöχúìÿÍçø™Ÿ>ÎM_#|·gøc)ÿtOÙb¨Î—,óÌsÅ‹ƒ)ì/÷ìƒÜ¿ÝG‘ðj”D@d""/CA~ûï/óÛFxá9¥ü2i"ó;·P‚•¿¥"u–Ðp;ÿ6 t~EåVømã?JÝa,g—E…xEÇ Æ'Eu ´,X™eèP&Â'E>ÊËÁ§¨Ç‘•awÐõäöeüì>ÐT†½‰ùÍ2ð]\\ÊS æê€Ôi †iÌËí~¢ Í@šx(K¨Ò䎒DAZ‘6eH2ˆJDÚ‚¨ƒˆD ¢Ñû‰Q &³@, í@îäå.»y¹¤ƒ@:tH7hÓî¤'H/?é rŸ@úƒ è'ˆÈ¡ ÃxòÈÃ"bI±ŒÉä% $Ä’ËKH>Èx A™ÌËT'A¦ƒ< 2lb–Ÿ¼2d>ÈE ‹A^Y ²Œ—7@–ƒ¼-• «yY²dHÈfí¼ìù d'È— _ƒ|räÈc ?ƒœ¹r•µ_B‚¤ 5@ê‚4iB0H Ò¤-ˆ¤È= ]@ú‚Ü2dˆ$$Ä 2d*ÈLÅ ¯¼ ²dÈ~3 É º É w‘4’ 2ä ¥ ë@vüBR4Jé âYò;H'šF³i iÎPh"ÈÏ N …jH)¤–Qh”œD¯(H4(šDwÇ’HV‡@shQ[aöE ÒKa•ŠäAÞ? …æ…Ì{„ñó§%ùUkðyF˜ïÒ$Öyd:È|pŒ '@þ‰&hdÉ'(4 dÈË I %IT"Ñ íh‘ý(%ÐO1bcÎÂy© ./$/b©7%˜“Bé%à½Tö¿–´…ýîåv`)•Ÿ?SF>Ýeµ;ïmÂg¿“Ów´mÇvZ6ñËùí–ñËÛ|è^Ç/ßÎ/w纜‘xoBc~ÀKëûe q¼¨ø»j!÷+ÉãøùZüò:ü1ëñµ Ñ 1ü9¸~Èí Ò&¤û19@‚ÜÒ¤>é®w=˜Ö©R¤HM8 1ª´FQ @qTG2)ˆ„¡ù¾Ðp\’òÍZ ¿‹@þùäÂÝÓ¸_WA®€\¡@.ü òÈŸ  7˜þ¾=á<Èï ç@΂퀛ù äÛßùä$áfÛ ˜ù…p÷?ØVú¦ÿù äÈ GA A~9räÈ÷ ß9²ä[o@ö| òˆ‚p3™†é— {Ab@ö€ìÙE°w  ôÈç ŸD| ò ÈÇ ;@¶ƒlÙ Rd áæŠ·êà÷fÂm1Â\ ;uó©L @6‚¬ÙòÈ:µ k@Vƒ¼² ä=öø;8ïæß»0¿ä oƒ,Ñú·`úÈ› ¯ƒÔwñ! ß_|ÄóKaú È28Â= °¦jžóµa>–pg’ì#ãØÇO.†ß A,1°ü†é|—@æ‚ÌydÈË ~ðq6ÌÏ"ÜöðLŸ™ b…ßÏÁÔS;ȳ0ÿ È ÂݯÓ§Až"Üvô$L§0Í 2 $¤>ˆpn§±û‚< 2‚Õ{Nv”€íá³}ò|D¶çÿ È÷X¯w?Ë'XŸ2ˆµÖÿÀtHû@ú‚ éÒ‡-ls/L{ôé Ò¤7«ÖŸ‚¤À|2L»Â´3HŽ @:€Ür7È= w‚tc—Ãö‡y¿x$ ¤=Û¶,¿@Ú±Ü1±Üiëµ,?AÚ²fù¢aÛÖõé Òd ï—€$Ãú$H¶ý`Y'†¬bõÓÖl™a¾%ïŸ7‚Œ9Å€M™ÃêdȽ ­`¿;Xî°õ†ß5Y[`Ûä;„ÒÝdÈYxض%H æ¬Îxÿßd(Èf­ü]Ccü…îÎ V¯0í²‚!k@†€laÓ”}|ü8Éß1הț 2dkϬýóqiÈZ–“|,Å"²1ñk ÍY;bíä%ù ½XòÈj~@íW>F²hìí§ÿ4cí¦ÏógØ—±ÿ¸ë²ä~Á ë@F ÷»Nƒü뮂þØ7;NÆÆpU @6!÷ÿ¬vóƒvç@&²cS„{`óE–· ‹@zƒ¼òÈr÷@Y2ä!O@>ù’ÅûùAóßøñÛY]²þ¦/#·2óþŽõ‘¬cý*ë?µ¼UómR‹÷Ç,’y›IâõÇ·ckÞvø¶h%àëWîàùÉú¹x¾£yîÄr“†|.r_ÏB}þ\Rþ¼þ< þ(þ\´ [cã{‚øãùȳBBJeìí–$IEÁB’&hŠ&’a$iu¹·¼JÕ'B¸Š[#¾/I–|»ÕËÍ“(Ï ÍOA÷ÜbÒ n Š[JºçØÐBE³-E1삃£ÀBŠ[›Ñ4̰‹`Žf…Ÿš&a>ì”f`Ž„o€„‘245ÛÜ,¤2‰”…L.“ÉŠ(¯–.<5¡wàKF¼Ž䞨~· I%J÷©qº‚Ozÿ„+gw8ÊÆØÐ÷jî¨GÇ”ï¼ø#Ìì¯Ô¥CL_J%¶ç7¢öûU}ÿFÍ&•Ó;,¨¯2/È1,añi[T¤ø±øjþ Öa\»Ì‹©¼#ve®gù†É”'CØÆW Ø®IFˆ8F…·ýì*û×õzÑ(ÃT1›Ÿ®.-¡Xýî˜ë}öö¼ö/Dw‰½Ñš ª f]WVþ a0¤íïûÉÚ b0/0"÷Ío‹Â_²*hZÑã‡i«ìU¹•eìS3„¾ðñJ΋ðqiÙuÝ£üb`œ_ èSñ“àœ£*1æ|YAþdTp™ ·‰ëɰuù8?Št€³ÃA助ï@¶u4¤Lç·-¾ãç^ã3µ1ì(ø]eämßûôö¥nßW1Î÷êôa*Ü}û9’Ã<Éõ”.Ñ-rô¥H5 F æùíðWŸñK÷Ó'y±W¾+£Þ-Å™.ÑWj8e]jt‹y í.×XJWîüb´è‚ë:ƒq£ÂYï^/ÛöÅŽ‚–6dû™îã“¿ ê¡¿¬Ä5·ZôÿW2× )ÁEuf×ÏÞQ§ßc®ÅÌŒ!ÁkätV“÷_Z˜vâÙ·<¦}˜Q/ú¦óR _þã#{{wtçó‹N°åU‰pÉŒ2í¬€·E ýÓ¥¬©­Oþðjc±÷<*ˆf´#󖨆Oþ+ñ©eG(Ť®ëͪàhÌ’˜½ ’)}[ª›zÄKAZêÝRÇ©¤m–Ë–Û‹0é~¨Óƒ"Ë_ý§ìîÇÒr¸Õ¾%î0ˆ,üɱ÷rì7>՟꤯[“ËÓÏp{¤ùXσA{se¿rûÄxó|&îj9-ùùVç ñxŸ•ãzÈ+Ñ)o’ƨq!œû‡rŽô)ñ'~VúZ¹l/ ÚënÎã>‚Õw`û&\ÏyãÅ4QP£AÜ·Õ{¬W½-µÆþ«cF?;Öέ‘Ï!3z"D®Wb£âvÇvStˆ}[ž fL ¡e¯UP[?‰?oóeý†ßéÑ9 &â+xd2È• †Ó;åÅ<()½Í°®gÜ-6ì,W]£þ-ì»ßºeó£79«ϳï4?ý0úPH?D4挀ŒúXP=þt“ë*VÐçÊ´’o 9çaìQzª:iì6OÙBO}šw›ãüÜ¡2<Ù ÞQ‘CÕú.2)¯‰Ó¢1fûNÊ(ª÷ï8_t«´,¨§Ïû|´ú|©¾¼ÌÏŽõ¥t»Ú;× Ê6F°ž‰uo„ÛÛFß!R×É~ZëæçVq¿'•‹ý+í®½—áü×(Ý›6Å\ôêáwŽV"u<^ÎÑóΠÛ}ä– Ý{³GPÚéLüO„[S8ËJ®¤ü'÷ÿ¯3ÆVXãË9_´³\ã{àìZo~Ã/û˜#ðÈ¿D1QÿR³ùó¤qÓpî-Q±Q+ºƒ÷ÓDßΖ%:%ö¹[ônûlf¯Á7}–?ãÕëVÞ7¯ö±ØÿÊÐW'¿øó~…õ›ååÝ9Ѹµ€+ñ›|)7U0éæÇò aîŸ$‹Ü 램â+×'‚Dç7˜ë&¿+¡V aÜÂðOâi…5q3`¯hïepí¥ ½Œö¯”ªÍö*ªÉÃtõjÇ`o öóxî {÷İÅú²ÓüâÛhu–#þt ¢½ UKß iüà¬Ì²Ö¶•±>?ìZ,F_Üç© w=ÂHãC¨×XÁÙÿ£M÷á{natà,ëo?¾ÜâÞúyü×­Ü ÎR9ôà[n‹×C¶ßœv®¥~†¹Pj”¢¯ ‚Ü}Ýþ7Ý0€íÂ-ïQ…žð?îØÅeôƒOpí6<ùe}éÝï· yù2´) &{z¢ßjVPçó¸r˜j ¬±3„Hù}©mÞñ²g‰w™.`Ý^ðÛÿõ?$â Œ~1µy½™©"ñøm¿ß}Ê=þƵk.ýR…zý–¡?Öþfü¤¼w‹ç@Tÿ¼Õ`l¡À¶zVS^ýWI×%Nû'ŽìõÌ#ƒø˜^U®2úbXÑ[åÈŸ®•²’~œ>^Ž=ÀÖ÷.Oàô4‰š;–¦VòÚjÁmÏ•fU~­§2àû›°Ë÷êuýGh»Jµ•(^•³ÏÇ>Èy¥ÓöV°OÝÏO›w‰´×>¿÷‰0ÛKéö×JË0OøÕ­»ˆ­Üï·ì-Ay²9ÝUôÐ&ܨ$¤1‰€ >Û¾¯4N:ñ¿ÿo),º.½éŸð3Ô*?såãÄeÉ>¾ ߨ¢8¸^ª ñ¾ E¶;,']*-}Dú·ö6~ ¦gùùhé_·ôGwò1UÕEÞ5hƸUp¦°gÚæÝb‡B°Ü£Š«³ìqeæ/]+‰µ]k¯Àp®å¼'¬lgy¹Î·øÖ*°ß‹AÚož7Ö﹎Q¨aTl·VvÜ»g¯Ïñ¾ª·|­œ}óÜeèEýÍÅ÷¨€ý¾Þsß8‚/Õó\6ðZ9F£NñÇ{û–öuðØ000ªoã÷U; Ããh¥pb``````øaŒ7?Xuƒÿ õxB/ág````Üòhÿ©ŒQ-°_SÁ¸N½æ÷7‹U;¬©ï¾ÝkíêÛêã¶þ3øTÿ’Ô§f¼ý漟[ö.¤3g4WMm¾kÊ˽òLæ˜îü¢xk缄{7üyä¯.y;‡˜ÿÍhs;Ùðßµ¬~Wñ}ÊCöþòð£M?]üiYÚŽ]jeÍøé±+›J‡Ïü浪©«ð¯31óô›&œˆM[}°æÆ3sŸÊúÞ=9Ç&ÿ“?gß3WW¶Ý|þûþO%üd:øÜîWè¨fMeÖ¨ëu‘·’×ÞÑíÅ6 ·âc–nnölô±ÓÇþ=á³5cP¦ÕÙ¼»¶[êî'>zhKq÷'ÈKÛëÔ²Ùs?hu¦ƒ¶gÁtëCŒcð¤U í~É»sÏó-ŸI¯¯mi_<|w=ÝáeO¿±úÒÚ%O\=ûÈC÷×™“0vã?¿|ó]ûüOêÖWýðû½“º}òËÂ)K7üîW¦Üû¿S'»~øø…ãô®õF5|å‡ÔÁž{ðò Š£wš?<}ôíÙ[²[?µûÑOFŒÝRxÛƒ)M?²¼t©]á£)¿íygïÓk/4ßÓpB¾nî¢Ã¡·w'™]çîºÐ¯~ˇìOÎÙ1§¡sóî¡ï7üûá– jëž8¹sÆ6ÅÃÛ¿yµaSW眎¯Ÿâ¬õ´”Q4ŸµòÏ5S-Ë.-(\Ógê˜Ø‡Ö}]oÿáu-_Üyà§==G±žÿ(:ú» f\úܹgz÷Ù¶¾~û¥éw¡9)GÍ_ãü5µþ#«ï¼í…õ¯]Üô‡#™nÿþ'gR·©%Ìé“>9ž–ôÙ? ꥭsé¥çÏÌ*}KÍÙ²ó ?n¿€òÆÛ;ÜÓär»/îÍ<“˜ûÁ²ic6ýe>Ý÷®—¿ÌúxmËVÝ_iu¿dˆyôoÿpß"Ùm+;6}'ï«éE=gZ~ÿw•c嘄äzÖ»Œ]íM=9*wßm³mÎý»«óàzíšÎíštŠ8?ȩ̈ӈ¦Ë_ýÖÔ2öÃûþŒŸºK%ù4}EîÝÓžë]0èüÕ©—uKŒ96åËSOîúvÔÉ{þàñ~¦ß/,Þr°¾óomÓVÛŠ§ŸZ2¸†¬ùí5k¦øoKÆ=f.¹÷òœ»í¿ÝÕûÝZ ¶Ôšp?9pæ/5R6|LyÄpÇŽ¾ª “ï;Uã¡‚s}Î4hú±dl'íŽyÆ÷¦gJz]ë¼ạ̀þñv“ïN­‰nýÐð &¿3VòsâS÷õüú×7?uŽüø°js›E;úŽ;W?©å”?»ïXòѾ«C:ÍØðÑä.rëijý^úòŽ}7>ÿÖ¹Çîïz8ùpÛ?[H–θZt ³z63¹(›^sdÙÚ/{-š9{Ú×v¾úÒ3 b›'v{iÏC&®:ß~м¨¦Ã–MüD;ý0½ú•Ù>µå½¿ZuIÜóøäd ÿŒí=àPÎ kºfã¼Ï_»vOÌÄÓÉî_÷{ή—¼kì¡ß,¯­ùŸþï'7ÿÜ­W‹^vê¼Ð£É[GOý³cÇÐy}­Ú¨ÿÙÇ-¿vñ­o78ç/ý·CËÏ¢'§¯;ÛvøˆŽ«ßé’hÕ¨þÿrΘ?1G>§«bJþïïNY0è…GÁ³ñİ»{gúꬋwdNýÕ°¥Ïñ…’Ž_g<<[·nÅÎ!yS6L8;£ñ7Ùßj· ˜ÑæãÈ›.9ê¯ú>éÿ鋵/Œ01ÿbÎ}O ¨1üÈ“½¿:6lÖsëlÍÿxì•]‡›ÜvðäéÖ¯÷}á‡E ®´VOl¸ô‹æ#6|1u¶Þú+™Soûˆ5ÎMïŒ5íù_qÛÇN=Ýþ ÝN2ñ‰ÇhÓžå±sf·¼ÉeEö£&÷üôµ?¿zw´fÏ#g¥_lþ„BZÓ·ãé­ÌçéZ },¦ß—éã¿êtùéžKönùê߉§Ñ{¹Çˆv½¿”]:š Ü8iúäÆïÞŸóØÚüÁ©›stO^–mý÷Ç%K/ÓÏ_xes£Ä“o'wZzꎗßCo÷ÖöÔÓ›ºœXùÌ„QCzÍÙ¨Þ:¢Aû5·o1xHÞØo÷dmú ¿ÿ¯ëþwpɼ?rÏPûuz¿øíâÅÿðD3¯Ÿ7P?Ð Zyç4üôˆôKÂs[6&ÝËÿÎ!-ðÝ‚ïóÜ?ërÿ¯™ß]½ÿ/|D¨¾LøD¨ ˆù÷ád~º‰ûgÏ"îŸ&Y ]QcÒ=‡Ð»²ßÐp˜îòÛw/ê,¹ìóß”K²Ä]= s6Ur§ñݨ­ßîÕãŽö¯æüuà {Önþdߤöt?_:÷R«ZmŸülÅÓNìï;­çÒ%s¾—<üÙß¿höTúÈÅÎA®{¯UûÙ] §·ª—xXþRbû{†üòBÝïßÛ&)¾ðÉë{¶Ž˜ôßúQc{Ö?Ü¢E‹^NŽú襯†½ô{Öè'w;Päxúl|û)gÛìýªÇÊÿVÿüaú?'Ö?ôè[îülN³{îñÆ[GÞ¯3ᑬvc/žÝP»ßÞA¿}µáþùÙ]Þ{qIz«YKúí3,¿fÒª9ƒG\¸j¹²yÂ=ïyëDßkÛ_Ú\¸Ö6fÅ„«b^5?ûÓå-÷KN´ý:í¥ú«;µßóÉùo4:6©ø“…W¶øØÑcÒöaÑß­zhýøo?žÿ醧?™ß2£Ñ‰=Ǿ¸¤ÃØž‡¯þñìŸ|ûßãC/¬Ù>þØÑ{Ú>´6ýÚ¶[^ûl­íÞIWÏeºªo¦UÕ ¸îa¿ß)"ÛtÌ·FSù¹©‚oqLsÛ¿÷·ûÂf¿­ìå¬Uc4Ãçwk‘müÿü> .1ÌgÙïÜSÈðl¿ü‘/„]¦(‘­Ì¿“Éù–ÒÈ"bE—ûÂýĶ—“ÆùÁ‘ŠÜÏÅÝâÕ·jyç!Ïňÿ¸£±~÷SBãç+SË,[Éo=oÑc/º9ë]£à[ ©”'åó|›÷¹g˳õ{„'«ïYÜöŸ“l=Þ |µßUp¾h)q?7O‘É”/z1°¤3Ù öWP o hÁ?5ó¸¥þOÏmLµ"çC½{$òëMäT~Y3Xò:ï’‡ÉÅðk&* •Ô^¢¬Ý[mq‰þþ!o¬yˆûîKex× CËø}Ni 9ñ6ÿ²èÚeüt)êñ1šØå­Ç|Ÿ'(~H²Zcç®À÷ÕRO Êóù5Ì»¯Õ ®ãŸ·îyÆ5»@:Q÷ýéû5OgÀ÷G)Þåû)#7%¥§áûmf±žÑi” ÎSHýÙÝ´ µ•&û‘Ýó{/ÿ»9´½ð‰‡nf-“6*¥ŸîÒžRLsAÆ  î8 ûöVŸ-Ñjé`(e‚&:2è9|ý<Ïn_A”ö›}¹ì"ðûða~ú/%‘÷b€T™áóä‚ï©1î¾2¯Ý’}¼Wu[°_rRêô9êG‚L“ÌäÏ+9ÈÄÉwx¦étÔ ö­x Õ•LA-åRù³¨ɾ§tZEî#êÁQ¹“cÁè;´Mr•8ûÌ%uQ,Áû8qõð{òBÉS÷[p%ùt‘Fý[-ó{~ä9ËI„Þ„#î¥4èý¨Aœ·{ßçΙÕü¯TⱨT‚Ýç8gÔSøåm¥ìüTtÖ4ò]˺EÝŽ QVÔ¬¨¡1´œ¡¦DÅtQ‡ÜG¶¬Á>ɼ _cïW…CÜ6*#ãó,¶Q=;Mæxüïofí™Gµ}¨ ÷ôñgŽ½Ðøêo^µÝûòC7ô7÷û>ÛÇÅ?þ“ó]GÝ;iÛŒ…‹ÞéÀ¦P™¹Ö±?~U{öŠ·ÆÏ¬½ñŽ–w|Ú%å¨lóí]Cô¿îª=éßKgÚJ/?¶õËqŸ4b⛆½²þƒí÷¾–û×äï™tù\Ö—½)wõQ¶‡êìVµwüz¾uû›Ë_Z‘ؼ}ZÚkŽ£ÕÌ;wúMT¼ndŸ¦íÇþ5oé¤#Û&{þ\¡)çÐêÜÿ¾Òvlý+VN;üÎÕ¾O×ÈÌy‡d3"PÓ}c/˜7/©ù€cV&|=÷øÓÆ›úíÿ6æ<õÔ´aòŠêÄýtþüù_[ÕybÙž)w/ÚòùcêŒâïZ‘¸ëAÓ ~lþªLøäìÞ/ëRs3ž8K¯­ Í{`Ý€ ×î;šlIì}ßÞ'æÏ3óùgg<³jj½Æã³zõÌ{ñT._:íî>mú»çÑÚ9P9lÙoö “Ïv[Ç«AÙž=Õ®>î9ÄjbgÑuîƒ(Û¯HaçØ _I›‘ñÖò¤ûßY½û@ •Ú0oíº|«7oßuŒD*¹6þÑ6öÛ†ÿöû†Ãû[lÿºo|Âay:ô¢:¬9òþŒÏÿž5kæ™ïŸzúØÄ ?íøäÝÿýsØÑìd3ó…ç×6À;ç3Îïœ~áé ¬Ó?½ßñþñ7hïú>¶Q»{ŽÛøÎ¿w/?òè+©ÆŸSÓvz5¾îŠ=G_®µX›jL}ýuO Ú?ÕéÓ¬O?ë2ÇÍüY\–Ζýv—Ò3Ç2¯¯¦}לÿ˜'gÞ|rÑÙ:›þFŠfn¾Ýøð¦Œc'ž/þsŒZ9R©V¦(: T´ífP+-*‹QkTÌPµ*£IiÖèT:“r`ºrhBk¾Ëž•ïLî˜æ²;rœ‰ÉZƒ:¡³#g˜Z­™Ÿg%¨‰fu‚Ñ•8|`O”¬Ñ¨,5ÈiËk•h0$н­9ùVi”fdÔz“VeÒè”É•ÅDk5ÈdNhKéõ„¢ë@Å…©•¥Á¨2ZtJ“E£2ªµÊ´lÅÐáje:B*½Å¬Gf+ µJ«3¢,åE?…šV+´2FoQiÔFJ§Òªt$£š¬Q«ik^¢Æ02%Ø\öœ‘”+ÓFCVFÉ‘V§2™èÁ™6BgHèbwæfY'Pv—-›¦)‚&Ó2mi£Sãi'eE‰ZCÂXÂê²¥·!Hz‚#?Oê ÇÙ³²¨TÚJ[sÒí鈉J§léQL«(¤’˜T:½ž’š¢L´‰1eÈ‘“5¶Y³¨qvW¦ÂåHcˆL{Z&e§Óòóòl9.ICC‘eKζæXGÚòõê¬MÈq¸êΚŒÞ”M"RoV §-Ë–æ"Ñ0µAíȃð Q%&ëÔ–„9”#/ÝF““´ e%‰L:Í”n#rzò2‚!ò.Z—msQ©( Ò6F¥ˆF:J­5Iõµú8\6'eÔ×ï‘Aè&”A+E$÷¡‰t(¯•B.Ûx•mËÉÓB¿D-Ay4-¡´´„$(E:ò:9ªÕ†ÎI'“EªƒDvZND©IšPt³gÑ”:¡kº]Þ†¦iV8£ƒÊ¬ÓRôZCŒA-ë“eMµeI(Y›‹J§3Æ÷@F'íG8¨ÜÍœB$i’kÕ•Æ`d(£Z¥Ì Ô&dD*“žngVé J-­ÙI”m³æÐ®L«KÎŽ¤iEç!b,+2±i’ÿ³÷ÖñQ,Íþðl6ÇÝÝ!Äwww X€·qw[lÃÌ,îîîîîîîλ r€Gžû»Ï{ÿ æ3;³-ÕÕU]Ý=ÓûíõóóÔÐ;<8482](P²fÜ ¸î ý’GúDû%e ñ òöIpÄ9’RÛPêR‰¯·Ÿ-]¼mDŸ„îŽäÄ ¡Iél»$û÷ˆ”!>c4x7Jì— Žqôð±9ú÷÷¶%9Å;Ò{y'úÛâ{ Möw xZ[TpxL`ûR@ÉÄ¡Ažz$ôŒO—º æïí)rРø¸´…«  ¬¿PzÞSWÔlI6û°¤`»ïPÀ‘%,0S†ä¸îI}ý|ÅõŽw$8| ¾=|âÓõÈàŸ˜)"ˆ ýÝSþ>~¿ßÇïã÷ñûø}ü>~¿ßÇÿÅãemÃÿfßÈk ¬ù.¤Oo/;pèÈ6È?éoþµy©í‰m£-õáÚ H-½zýï!;‚Q†æÿ6¼áw©Zzx|â3< •Ïð€Ôû¿¦_¡~ÎëãWa¿Jù³2jŽ3꟥üŸû¿†Ÿó:ý%×NigŸÏ›N@œÇ¥.¾Iqá»ô¶š_œî;4TŸ¯h´?(§Ç«>Ýåø|~'[ÚgŸJ•ó+r®êç°Ï×jŸ¯¹¿¦Òî’ÀÉ}õ´ÏJßbî¾zyÜ/trôóu1Ð;­ö¾Æ4 0ÊÃa³W­z‹¹žï¿ KåÞîˤ¢ÈrÅl©µŠ²­LÓÌÊotØÍ«É×û^¶P`îgäàÃïôüGkмl_p‹ö  ‡m´=kfû¤ÝǶiÀ'´T²-µ•õœÍ?£{ÚêxÎ?¶5œñ7ÿôšÉ_(ý¹v%¿¦ÞžÚm ßåbKEiïó ðœŸìÞÁ+½ç ølÑT¯(üCw „ØR-òC¹¬×ˆÂÑ©ʯhÍT»Îù©,ðêä÷p›èýø»RRÑå3µ½ï{®aŸkR˶$ ÿ4þO^ú 7å“V· oê×"Í~%žÏ·ŸÃFxâ7xUð©ýMyÃ>ßOOC-=t úŒy÷â=Zˆ÷|‹÷ôSP>M#¼²gY:Ù3}æpå›R)Ûéox«iz'~À¶¦lžã<^œÚž¤¡µÒyeÿ„†õÔ·f‡’©Ø7ß @&`ÂW$ìÀV*Ö1ÄãC¹¿ò¬‘jƒTĤcgZî~@OYÿ„V­ tŒµ?û,ecϵº—pËk|Z2"Mß7~2¾~‹ó«˜¶?¼ÿ[úà5Ñ7Ý? uG hZ)©˜Ò½?ý¯IÝËe‹ôúçëmûRö2OÞ{_åýU«3>‡åuôòêûùgŠðþàûÚÃ{‘ï\ïÞý=&˜¦é=?¤KL =f/áU$mß‚ãŽOZÎèqƒ”Ô]ì[íL–üþhÉÞ>isšžöÐÎSÃ6_‘wyí»|Cì­<¶¯éê<ài½e¾ÁèNðú㾉­/pÑvÏÃ#2MSpÝ'Às~òË›ii®ûä–ûTòÔ$<µ~ŽZ¶?Å1¢ËŸf@`“×Õ4ßñM+m,0Ã_}×Ô÷¾å¿Ì“fç×Ð#Žë¶TÄn.¯Ö£ãßam¾ŸÎ5~|2ø¾õñó¤íã哿A7ì_0”¡éV}¶Î8Ϙ˜JSÊx}Vøýa÷JiûZÄ{¥úI GÐ+GÑÔ\¾©³ƒZž|O§ÒƯ€Îž³ïgämuŸÂé+x-ðIÕôd K{g¶½±¥úIV¿Õ_G¤Ÿþ3Ö«‰_ ßROã|G{ë^©Ú¥~×ýS±Ýó=­Û“ËVÜqvÌôŽg@F»í«¸ÓÒ’âã– ê‘8`@ÜÀžY‚zöðñTÓ?u½"0ÌÞªWL˜º¸–×ÏËžŠ2Š)Ù{è Éëkë? )¾¿=)(~@÷xïAqCâR@DHŸŸÎþ9d8¼€!iŽø²ÞiР¡ñR(ƒâŽT\Ðß§|ßäø© SI@hp€—o*X'&Ú'84sõR^@Bÿ¸î¶þÞ>¶¤œÞõó{§­Ü6òêíÓÝ6499Ô?Áîëm³õwøúç¡a±Á‘‘áÃl‘6 I]ª ж‡Ç©+•aa©+•_W*£€¨ˆ‚©¸Šˆ°XG|Ñtþ¶èØh 68ÆÑ²B¿8{hŒÇˆÊNCß¡@HøäÃ×a‹HEÁd ²â½=ce/›=9±wïþv[D„—­Ÿ=q`x‡½g +Ž3ÒÛÑÌÓ‹ÚÓ÷LˆëŸèÝ=Ñ6¢¢=È+°y}{BrpGHlpXDh)Gúˆà¨ØP‡ŸG©=ã?M …ú†E;¢Ãýã¢}SA¾¶ÏÅö Òe³ ³^±ÑÞ6»Ãáù–mó÷óÎi‹Š ŠŠqÃíQ k`”7?`PòÈRQö¨¨€(?›wl*"ÃËæçë8¼ëg¶— ³‡‡Ú=ƒ‰Xx¤wx˜·Ç;RWÿ¼=#”à xø òÄú{òû7 ‹ ‰Ž¬añ¼}=eúÅDÅDÄx Mðö‹‰Èì‰ð‰Hé°%Ù3—¨“Ð?¾X4ûG¥˜XOÉÞþ@lD¤#9Ñá•#k@9 6uá0"Om Kÿ‘þY}ì‰A^Þ^ýƒRqoQá±yš¦¶ÀÛá B£#‚Ãb¼CƒC€»Ÿ=*Øîcuøx—óËê鎉ƒ>Õ{ö,êødŽ™€ÔÒ yž?|~Ò;Ÿô-ñËÿ¢¼•Öº†™'ú›ùö÷Ïl­>aÍÓf(Êw1áô__ééšÙv{fp‚­ù7ñ&‡ýüìöײ|ybûôÍôòÿr÷ëÙ~`“Ï÷!õ<³¥(<þžžÓþÝL;u´ÉdËí‘e²oO\àóÓ](þ(Ïÿk¾_Q  íý‘§4ä÷E¯_æ|Í·_øó¯z@3Û'-þúoÁÙ¯Oäã½~x(ù)Ù>?¿¾³ÿLß7Ÿl?Õ¯G³~(è«Ö?i8cà—1Êtø¢ëouÜùouü+=ûÿ°SÞϺü^ß ¿y7ò3I[ýPÒ‚oîGÿ4ÇÖÿK;üï=Ù²ÜßùÁŸ)ÛßÄgÊÈómì{Ûþ™R­ü½m3ÿCYl¿Ø[ëjûrýhÛ?S«¿ÕÍ迉ÿ•ÕÛþÊâömÛBÿÐÒßkÚî‘Îþ“vø?k…ÙþƒøwrýJÂrß½jðϵ÷³Tû¾};gÿi.;hûQÖŸiíûÜÛJýÏ|WÿüæpðV¿_ÖÇñ;Lö½ë÷£\öÕÊòxFý‡7–ö¿Ðç÷åç¶}ÿÖóó[dû`—ï[W~ ¨G²`âŸdûY‰½³Úmþ}o™Ù3æü»²þÏý~¬øOÊüs¹Í~YÛ_Fá_Ö寶«âyšù—5ùž¿þ¸§¶ŒNoÚ@ß¹pÿH—}Rg °1)¸•õÏ9þå¶ ü¡‡~äoþ-×_Åü»¿ç.½ígž–íÉþw3·âªÍ·t'¿çQÈ–Þöm/ý3ù¿Ï›ç/%«ðËõ ²_eyõÛðäŸö ?“¦í×ù÷Ï%Xaû+íüy|:ì‘È üWs0;ðð²ý3yÝÃþ\þt^?Ê?*à[©‘,eÿC‰ÿLs|¿—xx@¶¿•Êdøé(ÿ£Tï¯Sßç·"îU_BRùø–ï_ùáË|_rÇøk+Ù¿¬ûýµG§ó~ÓoúM¿é7ý¦ßô›þËtã÷Õü¦ßô›þ—(u'çYž³z®O/_>Ž@èÚAoÐú€¾ è€`˜Lf3‚™ÀÌ`0+˜ Ìæs‚¹ÀÜ`0/˜Ì ‚…ÀÂ`°(X ,–K‚¥ÀÒ`°,X ˃!`(†ƒ`$Fƒ1`,X¬V+ƒUÀª`5°:X¬ ÖkƒuÀº`=°>Øl6ƒMÀ¦`3°9Øl ¶[ƒmÀ¶`;°=Øìv;ƒ]À®`70ìö{‚ñ`/°7ØLû‚ýÀþàp ˜ƒCÀ$0 ‡ƒ#À‘à(p48 Žǃ 0ˆ€(ˆ8H€$H4È€,È<(€"(2¨€*¨:è'€ÁIàdp èSÀ© š ºÁiàtp8œÎç€sÁyà|p¸\.—€KÁeàrp¸\®×€kÁuàzp¸Ün·€[Ámàvp¸Üî÷€{Á}à~ðx<€GÁcàqðx<žÏ€gÁsàyðx¼^¯€WÁkàuðx¼Þï€wÁ{à}ðø|>Ÿ€OÁgàsðø|¾߀oÁwà{ðø äÙ!oÈù@¾ä@P”Je€2B™ ÌP(+” Êå€rB¹ ÜP(/”Ê€ B… ÂP¨(T *•€JB¥ ÒP¨,T †ÊC!P(…CP$EC1P,TªU‚*CU ªP5¨:Tª Õ‚jCu ºP=¨>Ôj5‚CM ¦P3¨9Ôj µ‚ZCm ¶P;¨=Ôêu‚:C] ®P7(êõ€zBñP/¨7ÔJ€úBý þÐh ” ‚CC $( ƒ†C# ‘Ð(h44 ƒÆC A0„@(„A8D@$DA4Ä@,ÄA<$@"$A2¤@*¤A:ä„&@¡IÐdh ä‚R ©™¹¡iÐth4š͆æ@s¡yÐ|h´Z-†–@K¡eÐrh´Z­†Ö@k¡uÐzh´Úm†¶@[¡mÐvh´Úí†ö@{¡}Ð~èt:†Ž@G¡cÐqèt:†Î@g¡sÐyètº]†®@W¡kÐuètº݆î@w¡{Ð}èôz=†ž@O¡gÐsèôz½†Þ@o¡wÐ{èô`ìÛaoØûÀ¾°ìÀpœNg€3™àÌp8+œ Îç€s¹àÜp8/œÎ€ Â…àÂp¸(\ .—€KÂ¥àÒp¸,\†ËÃ!p(‡Ãp$GÃ1p,\®W‚+ÃUàªp5¸:\® ׂkÃuàºp=¸>Ün7‚ÃMà¦p3¸9Ün ·‚[Ãmà¶p;¸=Üîw‚;Ã]à®p78î÷€{Âñp/¸7ÜN€ûÂýàþðx œ‚ÃCà$8 ƒ‡Ã#à‘ð(x4< ƒÇà Á0ŒÀ(ŒÁ8LÀ$LÁ4ÌÀ,ÌÁ<,À",Á2¬À*¬Á:ì„'ÀáIðdx ì‚Sà©°›°»áiðtx<žφçÀsáyð|x¼^/†—ÀKáeðrx¼^¯†×Àkáuðzx¼Þo†·À[ámðvx¼Þï†÷À{á}ð~ø|>†ÀGácðqø|>Ÿ†ÏÀgásðyø|¾_†¯ÀWákðuø|¾߆ïÀwá{ð}øü~?†ŸÀOágðsøü~¿†ßÀoáwð{øüâ…ØoÄø ¾ˆâ H’Id@2"™ÌH$+’ ÉŽä@r"¹ÜH$/’É@ "…ÂH¤(R )Ž”@J"¥ÒH¤,R FÊ#!H(†„#H$…D#1H,R©ˆTB*#UªH5¤:R©‰ÔBj#uºH=¤>Òiˆ4B#M¦H3¤9Òi‰´BZ#m¶H;¤=ÒéˆtB:#]®H7$éŽô@z"ñH/¤7ÒI@ú"ýþÈd ’ˆ B#C$$Š C†##‘È(d42‹ŒCÆ# !0‚ (‚!8B $B!4 ,Â!<" ""!2¢ *¢!:âD& ‘IÈdd âBR©ˆ˜ˆ…¸‘iÈtd2™…ÌFæ s‘yÈ|d²Y„,F– K‘eÈrd²Y…¬FÖ k‘uÈžªp­©9z=²ÙŠlC¶#;-iëœOv"ûýÈä r9ŒAŽ"ÇãÈ ä$r 9œAÎ"çóÈä"r ¹Œ\A®"×ëÈ ä&r ¹ÜAî"÷ûÈä!òyŒD¡Ñ'èSôú}¾D_¡¯Ñ7è[ôúý€~D̆yavÌs`>˜/æ‡ùcX „¥ÃÒc°ŒX&,3–ËŠeòc9°œX.,7–Ë‹åÃòc°‚X!¬0V+ŠÊc%°’X)¬4V+‹•±òXŠ…aáX‰EaÑX ‹UÀ*b•°ÊX¬*V «ŽÕÀjbµ°ÚX¬.V«5Àb°ÆX¬)Ö k޵ÀZb­°ÖX¬-ÖkuÀ:b°ÎX¬+Ö ‹Ãºc=°žX<Ö ëõÁ°¾X?¬?6ˆ%bƒ°ÁØ, KƆbðáØl$6 ÁÆbã°ñˆAŒ!ŠaމQ1‹q ˜ˆI˜Œ)˜Ši˜Ž9± ØDl6›‚¹°l*f`&fanl6›ÍÄfa³±9Ø\l6[€-Äa‹±%ØRl¶[­ÄVa«±5ØZl¶Û€mÄ6a›±-ØVl¶ÛíÄva»±=Ø^l¶;€Äa‡±#ØQìv;ÄNa§±3ØYìv»€]Ä.a—±+ØUìv»ÝÄna·±;Ø]ìv{€=Äa±'ØSìö{½Ä^a¯±7Ø[ìöû€}Ä܆{ávÜwà>¸/î‡ûãx „§ÃÓãðŒx&<3žÏŠgóã9ðœx.<7žÏ‹çÃóãð‚x!¼0^/ŠËã%ð’x)¼4^/‹—ÃñòxЇááx‰GáÑx ‹WÀ+â•ðÊx¼*^ ¯Ž×ÀkâµðÚx¼.^¯7ÀâðÆx¼)Þ oŽ·À[â­ðÖx¼-ÞowÀ;âðÎx¼+Þ Ã»ã=ðžx<Þ ï÷Áð¾x?¼?>ˆ'âƒðÁø< OƇâÃðáø|$> ÁÇâãðñ8ˆC8Œ#8Šc8Ž8‰S838‹s8 ¸ˆK¸Œ+¸Šk¸Ž;ñ øD|>Ÿ‚»ð|*nà&nán|>ŸÏÄgá³ñ9ø\|>_€/Äá‹ñ%øR|¾_¯ÄWá«ñ5øZ|¾߀oÄ7á›ñ-øV|¾ßïÄwá»ñ=ø^|¾?€Äá‡ñ#øQü~?ŸÄOá§ñ3øYü~¿€_Ä/á—ñ+øUü~¿ßÄoá·ñ;ø]ü~€?Äáñ'øSüþ¿Ä_á¯ñ7ø[üþÿ€ÄÂFxv›p>„/áGøD D¤#ÒˆŒD&"3‘…ÈJd#²9ˆœD."7‘‡ÈKä#òˆ‚D!¢0Q„(J#Š%ˆ’D)¢4Q†(K”#‚‰òDJ„áDIDÑD KT *•ˆÊD¢*Q¨NÔ jµˆÚD¢.Q¨O4 ˆÆD¢)ÑŒhN´ Z­ˆÖD¢-ÑŽhOt :ˆÎD¢+ш#º=ˆžD<Ñ‹èMô!ˆ¾D?¢?1€H$ƒˆÁÄ"‰H&†ÈáÄb$1ŠMŒ!ÆãˆñH@L J`NIPM0KpO„HH„L(„Jh„N8‰ ÄDb1™˜B¸ˆb*a&anb1˜AÌ$f³‰9Ä\b1ŸX@,$‹‰%ÄRb±œXA¬$V«‰5ÄZb±žØ@l$6›‰-ÄVb±ØAì$v»‰=Ä^b±Ÿ8@$‡‰#ÄQâqœ8Aœ$N§‰3ÄYâqž¸@\$.—‰+ÄUâq¸AÜ$n·‰;Ä]âqŸx@<$‰'ÄSâñœxA¼$^¯‰7Ä[âñžø@|$ÒFz‘vÒ›t>¤/éGú“d D¦#Ó“ÈŒd&23™…ÌJf#³“9Èœd.27™‡ÌKæ#ó“È‚d!²0Y„,J#‹“%È’d)²4Y†,K–#ƒÉòdJ†‘ádIF‘Ñd KV +’•ÈÊd²*Y¬NÖ k’µÈÚd².Y¬O6 ’ÈÆd²)ÙŒlN¶ [’­ÈÖd²-ÙŽlOv ;’ÈÎd²+ÙŒ#»“=Èžd<Ù‹ìMö!Ⱦd?²?9€H&’ƒÈÁä2‰L&‡’ÃÈáär$9ŠMŽ!Ç’ãÈñ$HB$L"$Jb$N$IR$M2$Kr$O ¤HJ¤L*¤Jj¤N:É äDr9™œBºÈr*i&i‘nr9œAÎ$g‘³É9ä\r9Ÿ\@.$‘‹É%äRr¹œ\A®$W‘«É5äZr¹žÜ@n$7‘›É-äVr¹ÜAî$w‘»É=ä^r¹Ÿ<@$‘‡É#äQòyœ$‘É'äSòùœ|A¾$_‘¯É7ä[òùžü@~$ÊFyQvÊ›rP>”/åGùST D¥£ÒS¨ŒT&*3•…ÊJe£²S9¨œT.*7•‡ÊKå£òS¨‚T!ª0U„*J£ŠS%¨’T)ª4U†*K•£‚©òTJ…QáTIEQÑT KU *R•¨ÊTª*UªNÕ jRµ¨ÚTª.UªO5 R¨ÆTª)ÕŒjNµ ZR­¨ÖTª-ÕŽjOu :R¨ÎTª+ÕŠ£ºS=¨žT<Õ‹êMõ¡¨¾T?ª?5€H%Rƒ¨ÁÔ*‰J¦†RèáÔj$5ŠM¡ÆRã¨ñHAL!JaNIQM1KqO ”HI”L)”Ji”N9© ÔDj5™šB¹¨j*eP&eQnj5šAͤfQ³©9Ô\j5ŸZ@-¤Q‹©%ÔRjµœZA­¤VQ«©5ÔZjµžÚ@m¤6Q›©-ÔVjµÚAí¤vQ»©=Ô^jµŸ:@¤Q‡©#ÔQêuœ:A¤NQ§©3ÔYêužº@]¤.Q—©+ÔUêuºAݤnQ·©;Ô]êuŸz@=¤Q©'ÔSêõœzA½¤^Q¯©7Ô[êõžú@}¤ÚF{ÑvÚ›vÐ>´/íGûÓt D§£ÓÓèŒt&:3…ÎJg£³Ó9èœt.:7‡ÎKç£óÓè‚t!º0]„.J£‹Ó%è’t)º4]†.K—£ƒéòtJ‡ÑátIGÑÑt KW +Ò•èÊtº*]®N× kÒµèÚtº.]®O7 ÒèÆtº)ÝŒnN· [Ò­èÖtš®E»_MhKw¢;Ó]è®t7:ŽîN÷ {Òñt/º7݇N ûÒýèþôz H¢ÓCè$:™J£‡Ó#è‘ô(z4=†K£ÇÓ Ñ0Ð(Ñ8MÐ$MÑ4ÍÐ,ÍÑ<-Ð"-Ñ2­Ð*­Ñ:í¤'ÐéIôdz í¢Sè©´A›´E»éiôtz=“žEϦçÐséyô|z½^D/¦—ÐKéeôrz½’^E¯¦×Ðkéuôzz½‘ÞDo¦·Ð[émôvz½“ÞEï¦÷Ð{é}ô~ú}>D¦ÐGécôqú}’>EŸ¦ÏÐgésôyú}‘¾D_¦¯ÐWékôuú}“¾EߦïÐwé{ô}úý~D?¦ŸÐOégôsúý’~E¿¦ßÐoéwô{úý‘ãÅØoÆÁø0¾ŒãÏ0L“ŽIÏd`22™˜ÌL&+“ÉÎä`r2¹˜ÜL&/“ÉÏ` 2…˜ÂL¦(SŒ)Δ`J2¥˜ÒL¦,SŽ fÊ3!L(Æ„3L$ÅD31L,S©ÈTb*3U˜ªL5¦:Sƒ©ÉÔbj3u˜ºL=¦>Ó€iÈ4b3M˜¦L3¦9Ó‚iÉ´bZ3m˜¶L;¦=ÓéÈtb:3]˜®L7&ŽéÎô`z2ñL/¦7Ó‡I`ú2ý˜þÌf “È b3C˜$&™Ê c†3#˜‘Ì(f43†ËŒcÆ3 10ƒ0(ƒ18C0$C14Ã0,Ã1<#0"#12£0*£1:ãd&0™IÌdf ãbR˜©ŒÁ˜ŒÅ¸™iÌtf3“™ÅÌfæ0s™yÌ|f³YÄ,f–0K™eÌrf³’YŬfÖ0k™uÌzf³‘ÙÄlf¶0[™mÌvf³“ÙÅìfö0{™}Ì~æs9ÄfŽ0G™cÌqæs’9ÅœfÎ0g™sÌyæs‘¹Ä\f®0W™kÌuæs“¹ÅÜfî0w™{Ì}æóyÄÛ€mÈ6b³Mئl3¶9Û‚mɶb[³mضl;¶=ÛíÈvb;³]Ø®l76ŽíÎö`{²ñl/¶7Û‡M`û²ýØþìv ›Èb³CØ$6™Êc‡³#Ø‘ì(v4;†ËŽcdz ±0‹°(‹±8K°$K±4˰,˱<+°"+±2«°*«±:ëd'°ÙIìdv ëbSØ©¬Áš¬ÅºÙiìtv;“ÅÎfç°sÙyì|v»]Ä.f—°KÙeìrv»’]Å®f×°kÙuìzv»‘ÝÄnf·°[Ùmìvv»“ÝÅîf÷°{Ù}ì~ö{=Äf°GÙcìqö{’=ÅžfϰgÙsìyö{‘½Ä^f¯°WÙkìuö{“½ÅÞfï°wÙ{ì}öû}Ä>fŸ°OÙgìsöû’}žfß°oÙwì{öû‘8çÅÙ9oÎÁùp¾œçÏp\—ŽKÏeà2r™¸Ì\.+—ËÎåàrr¹¸Ü\./—ËÏà r…¸Â\®(WŒ+ΕàJr¥¸Ò\®,WŽ æÊs!\(Æ…s\$ÅEs1\,W«ÈUâ*sU¸ª\5®:Wƒ«ÉÕâjsu¸º\=®>×€kÈ5âsM¸¦\3®9ׂkɵâZsm¸¶\;®=×ëÈuâ:s]¸®\7.ŽëÎõàzrñ\/®7ׇKàúrý¸þÜn —È âsC¸$.™Ê ã†s#¸‘Ü(n47†ËãÆs q0‡p(‡q8Gp$Gq4Çp,Çq<'p"'q2§p*§q:çä&p¹IÜdn çâR¸©œÁ™œÅ¹¹iÜtn7“›ÅÍææps¹yÜ|n·[Ä-æ–pK¹eÜrn·’[Å­æÖpk¹uÜzn·‘ÛÄmæ¶p[¹mÜvn·“ÛÅíæöp{¹}Ü~îw;ÄæŽpG¹cÜqîw’;ÅæÎpg¹sÜyîw‘»Ä]æ®pW¹kÜuîw“»ÅÝæîpw¹{Ü}î÷{Ä=æžpO¹gÜsî÷’{ŽæÞpo¹wÜ{î÷‘xïÅÛyoÞÁûð¾¼ïÏð|ŸŽOÏgà3ò™øÌ|>+ŸÏÎçàsò¹øÜ|>/ŸÏÏà ò…øÂ|¾(_Œ/ΗàKò¥øÒ|¾,_ŽæËó!|(Ƈó|$ÅGó1|,_¯ÈWâ+óUøª|5¾:_ƒ¯É×âkóuøº|=¾>߀oÈ7âóMø¦|3¾9ß‚oÉ·â[ómø¶|;¾=ßïÈwâ;ó]ø®|7>ŽïÎ÷à{òñ|/¾7߇Oàûòýøþü~ ŸÈâóCø$>™Êã‡ó#ø‘ü(~4?†ËãÇó ñ0ð(ñ8Oð$Oñ4Ïð,ÏñŸˆOÅgâsñ…øR|%¾߈oÅwâ{ñƒøQ$›ä%Ù%oÉ!ùH¾’Ÿä/HR”NJ/e2J™¤ÌR)«”MÊ.årJ¹¤ÜR)¯”OÊ/ J…¤ÂR©¨TL*.•JJ¥¤ÒR©¬TN –ÊK!R¨&…KR¤%EK1R¬TAª(U’*KU¤ªR5©ºTCª)Õ’jKu¤ºR=©¾Ô@j(5’KM¤¦R3©¹ÔBj)µ’ZKm¤¶R;©½ÔAê(u’:K]¤®R7)Nê.õzJñR/©·ÔGJúJý¤þÒi ”( ’KC¤$)Y* “†K#¤‘Ò(i´4F+“ÆK I°„H¨„I¸DH¤DI´ÄH¬ÄI¼$H¢$I²¤Hª¤Iºä”&H¥IÒdiŠä’R¤©’!™’%¹¥iÒti†4Sš%Í–æHs¥yÒ|i´PZ$-––HK¥eÒri…´RZ%­–ÖHk¥uÒziƒ´QÚ$m–¶H[¥mÒvi‡´SÚ%í–öH{¥}Ò~é€tP:$–ŽHG¥cÒqé„tR:%–ÎHg¥sÒyé‚tQº$]–®HW¥kÒué†tSº%Ý–îHw¥{Ò}éôPz$=–žHO¥gÒsé…ôRz%½–ÞHo¥wÒ{éƒôQd›ì%ÛeoÙ!ûȾ²Ÿì/ÈrœNN/g3Ê™äÌr9«œMÎ.çsʹäÜr9¯œOÎ/ Ê…äÂr¹¨\L..—KÊ¥äÒr¹¬\N–ËË!r¨&‡Ër¤%GË1r¬\A®(W’+ËUäªr5¹º\C®)×’kËuäºr=¹¾Ü@n(7’ËMä¦r3¹¹ÜBn)·’[Ëmä¶r;¹½ÜAî(w’;Ë]ä®r79Nî.÷{Êñr/¹·ÜGNûÊýäþòy œ(’ËCä$9Y*“‡Ë#ä‘ò(y´$–ÈGåcòqù„|R>%Ÿ–ÏÈgåsòyù‚|Q¾$_–¯ÈWåkòuù†|S¾%ß–ïÈwå{ò}ùüP~$?–ŸÈOågòsù…üR~%¿–ßÈoåwò{ùƒüQ›â¥ØoÅ¡ø(¾ŠŸâ¯(J’NI¯dP2*™”ÌJ%«’MÉ®äPr*¹”ÜJ%¯’OɯP *…”ÂJ¥¨RL)®”PJ*¥”ÒJ¥¬RN VÊ+!J¨¦„+J¤¥D+1J¬RA©¨TR*+U”ªJ5¥ºRC©©ÔRj+u”ºJ=¥¾Ò@i¨4R+M”¦J3¥¹ÒBi©´RZ+m”¶J;¥½ÒAé¨tR:+]”®J7%Né®ôPz*ñJ/¥·ÒGIPú*ý”þÊe ’¨ R+C”$%Yª S†+#”‘Ê(e´2F«ŒSÆ+ )°‚(¨‚)¸B(¤B)´Â(¬Â)¼"(¢")²¢(ª¢)ºâT&(•IÊdeŠâRR”©Š¡˜Š¥¸•iÊte†2S™¥ÌVæ(s•yÊ|e²PY¤,V–(K•eÊre…²RY¥¬VÖ(k•uÊzeƒ²QÙ¤lV¶([•mÊve‡²SÙ¥ìVö({•}Ê~å€rP9¤VŽ(G•cÊqå„rR9¥œVÎ(g•sÊyå‚rQ¹¤\V®(W•kÊuå†rS¹¥ÜVî(w•{Ê}åòPy¤F«ÓÇë 鰎討é¸Nè¤Né´Îè¬Îé¼.è¢.鲮誮éºîÔ'èõIúd}ŠîÒSô©º¡›º¥»õiút}†>SŸ¥ÏÖçèsõyú|}¾P_¤/Ö—èKõeúr}…¾R_¥¯Ö×èkõuúz}ƒ¾QߤoÖ·è[õmúv}‡¾SߥïÖ÷è{õ}ú~ý€~P?¤ÖèGõcúqý„~R?¥ŸÖÏègõsúyý‚~Q¿¤_Ö¯èWõkúuý†~S¿¥ßÖïèwõ{ú}ýþP¤?ÖŸèOõgúsý…þR¥¿Ößèoõwú{ýƒþQœ6§—Óîôv:œ>N_§ŸÓßà t9Ó9Ó;383:393;³8³:³9³;s8s:s9s;ó8ó:ó9ó; 8 : 9 ;‹8‹:‹9‹;K8K:K9K;Ë8Ë:Ë9ƒå!ÎPg˜3ÜáŒtF9£1ÎXggEg%geggUg5gug gMg-gmgg]g=g}ggCg#gcggSg3gsg gKg+gkgg[g;g{ggGg'炚ßþ²ýr7zpgg?gç¿ù]|™ÜÿîwôŽüÿ³ßá7EýrS¸ï·ßˆ†ÿ \@É‚ÿyÞæa¿äÚâW1ã‹þ9ìñŸ6LªÿÏ$¨ÝòŸK{ý?¨i…Úÿ tžðç°åÎÿýrG}.wõŸÊºÔéÎýjÓÿ$׫ ? ‘&áθÿT–…eþmŽØÂû˜çïó5šðû“üK™VE§~nùE[[ÔýÓõÑ?Ü”{gùÿ›Ø§ë™þiJlÂý‰ßxÁ?´e©´<[&~vö»¼ã?Ç•(üoäž4éDz“þmÝëOØWõ—cÑ¿j«¯&þ”?úŸX¤ÃÄ¿Š}û˾oõÐÂÆÿ %|—/òc|Û¿á•)òW1I“ÿÿ÷ƒK=þßðBhG“*L¬üy§œJ_ëÉMü÷œGOü[ãæÅ¾Ü öýyŠÆ_7:™òGhÍ?Y«r…ÿžF NýÜû7ºý/û‚Ú5ëxæÍÈç™YþïgXS¾ý2ôÿÙÜ#›+õó™ú\àŒqź*¸f~›çcBEWUW5WuW WMW-׆Ï;®+S¿ol‡ Bãk»šºš¹š»Z¸ZºZ¹Z»Ú¸ÚºÚ¹Ú»:¸:º:¹:»º¸ººº¹â\Ý]=\=]Á¯kâŠw%¸úºú¹ú»¸ºzÚz@ßDW’+Ù5Ô5Ì6þCª›‰Ã]ã]  rÁ.0Ôkr_'â*ž¦—*yF뜄Kp‰.É%»v¥í`•XiP%ÅU+ï¾FàS›ê7ѵÍ~#¤kªkš«dÚ~D ]Ó]s\Ó6Ýží"=3¨%×\×2×r× ×J×*׈öp¯ ×)ûg,j¹ÐµÚµÍµÝµÃµÓµËµÛµÇ•¿Aê¾§öIõZ.uíuquswptrvqusw]p]t]r-©±ÕuÙuÍuÝuÃuÓuË…{žÀuåK)žR"¥dJ©”Ò)eRʦ”K Ny“÷Ÿ·íó8téow¹jÜíß¶ÀaSþ:~¿ë×q-SÒf?áҤÿ^`á_xa£”ÿ27®+ÿ]ÖuþûœÃ=9ÍŸJ…¦õ¥‡~2×xüj®û/æ-]ÿÅó›Iÿž|æw6ÜÿƒE§þó§±e€§†[?÷ÿÛË~wñ›±éÀ_´ƒ ÿ•¦Òä´z”ÿÆ“¼s•O 1B0#܈0"(#Úˆ1b FE£’QÙ¨bT5ªÕFM£–QÛ¨cÔ5êõFC£‘ÑØhb45šÍFK£•ÑÚhc´5ÚíFG£“ÑÙèbt5ºqFw£‡ÑÓˆ7z½>F‚Ñ×ègô7Dc1Øb$ÉÆPc˜1ÜaŒ4F£1ÆXcœ1Þ È€ Ä@ ÌÀ  ʠ Æ` Îà Á É ÅP ÍÐ §1Á˜hL2&S —‘bL5 Ã4,ÃmL3¦3Œ™Æ,c¶1ǘkÌ3æ Œ…Æ"c±±ÄXj,3–+Œ•Æ*cµ±ÆXk¬3ÖŒÆ&c³±ÅØjl3¶;Œ/šó+¼ÓØo0‡ŒÃÆã¨qÌ8nœ0N§ŒÓÆã¬qÎ8o\0.—ŒËÆcQ¦}¯7Œ›Æ-ã¶qǸkÜ3Æ#ã±ñĨáñ]·ë©ñÒxe¼6ÞowÆ{ãƒñÑL›éeÚMoÓaú˜“\“]‡]¾f d¦3ӛ̌f&3³ 9=Ï,l§®,f.3·™ÇÌkîi”ÃÌiæ3 ™…Íüf³ YÄ,a–4K™¥Í2fY³œl–7CÌP3Ì 7#ÌH3ÊŒ6cÌX³‚YѬdV6«˜)5Õ¼êªjÖ4k™u<-gŸQÛ¬o60šÌÆf³L‡²^MÍ–f+sgì>P¢µÙÞì`v4;™Í.fW³›gv7{˜=Mf+‡•ÓÊeå¶òXy­|V~«€UÐ*d¶ŠXE­ë 7¢]ŬRVi«ŒUÖ*g[å­+{ß&6Ë µ"­(+ÚŠ±²ZÙ¬ìV¬UÙªbUµªYÕ­VM«–ÕÆL•ô¸YÛj`5´Y­&VS«™UxS¥b)Í­7®·®õñ­­öV«£ÕÉêlu±ºZݬ8«»ÕÃêiÅ[½¬ÞV HIñô›M ×ïÞÖjg%Xƒ­!V’•l µ†YíÖHk”5ÚcµÆYã-Ђ,ØB,ÔÂ,Ü",Ò¢,Úb,Öâ,ÞºÐêb« ÁR,Õ:gjeiÖDk’5Ùšb¹¬‹¯ïùk×·¦ZÓ¬fžùÜæ¦Ó­ÙÖk®5Ïšo-°Z‹¬*Ý+¥Y®¸¹Øòif6\d®´vÄU,[k­ffs³…¹ÑÚjm³¶[;¬Ö.k·µÇÚkí³ö[¬ƒÖ!ë°uÄ:j³Ž['¬“Ö)+íÔ”ÓÖyë‚uѺd]¶®X:¦† ëH_µn[w¬»Ö=+¥Yj˜Ûºo=±¢<öçzj5þ<ç|>é±õÒú`}´·Ííå¶»½Ý·Û×íç\>+,w:wzwwFw&wfwwVw6wvwwNw.wnww^w>w~wwAw!wawwQw1wqw wIw)wiw…Fm°Ê¸Ë»CÜ¡î0w¸;Â=¨b ³¬Hw¬»‚»¢»’ûFXcUv7h õÌêîJÖÅn3k»ë»¸º¹»›¸«¸«º«¹›º˜GÍcæ{ëó󷻥»“»³»‹»«»›;ÎÝÝÝÃÝÓïîåîíîã®Ð—ñŒDAî÷@w¢{{°{ˆ;Éìêæ^Pìj¬ÝÑ­[Nk‚5Üý¢Y¬1nȹq7á&Ý”›v3nÖýÿµvåá5][ü¤5EBí{æ±$‚F&2IÒ$hnš„hEŠPS‹JñTb¦­ñÞ›{öZkß³APJ m‘ÖÐÖÊ] ´¶<«ErmûÓšD ÄD[Œ¨Ât÷¹îLíæšÕ6¾ßNpócEiI—š)õ›hè  Þ0C ¡ð. ƒá0FÂ(xÞ‡ iµíŒ 5l5mê8˜À é0 ¦Â4ðŠ2ô¥¸^ðo˜ ³`6̹0ÒGšlJ ̇Ű–Âä4«u2[vȨÀ€ƒ4 Ã X 9° VÃÈ…µ°ÖÃg৯1·©´íó~Û;`'| _Á×° vÃ(€oà[Ø û`?€ƒpƒ_êFvŽÃ 8 …p v27yþ,”<â8È^4õÄ~ð\á*\ƒŸ ‡áë9×á6Ü»ð ܃ûð+<€ßàn„¢´.¾aß²ªÌ B4£[èexLªbE|kam¬ƒîèu±¾ˆÿÀúØ_Âçän{acl‚M±6ÇØ[ak\ 뢬·  za{ôÆØ÷Ưý¾)7û"¦@' Æ,R>$*ÔC1_Ã(,Š•sKŒÆ‰ íXO´ùÇÚ%Á%oóbA&c?| ߯þ˜‚°¸î’#oJ\ökœé¦6: Q_‚cp,¦ã8ÌÀœ¤GåÛa<~ˆSprìm¹Û˜…MÅ¢áÖl ,É‘_‰LóÄ £_„#Œe¢mhÇlt Š ¢65R”l#*YMÊãÞNÛUÄÕ¸sq-®ÃõønÀø9æáEÉÁU¸ óqnÇÚþe;Ìvà׸ wã´É%ÉõÎW-X€‡ð0Á£x ã <‰SØT6âiüJZ“í'$Á‹x /ãü¯â5ü ¯ã üoâ-¼íR=MoÏ´Ê‹ÙÜÚ3¿ç÷ø·L-^åVt£J.e¼vÚpì’rÀðLÆÊ¤(Âå³Þ82“_ú»"c¾è‡X‡ZR+jM#"GFŽŠlAmȋړ7Uˆ”û ¨u&_ò#  @êB•UÀ‡ºR(…Q7 §é‚T§Š¡µã·¬öžÔÞ xêE½éMJ DJ¢>Ô—’©a¢¢,¶ö£@©ô=aÛ-;} øí»è0œR:£ Oh"}@“h2M“|¹JZS£¬ÒG4ƒ’ ;ffÒšKó(LrÖ”„B)¹ÁŽÙ4Ÿ–ÐRZFËé ûg •¤¹8ó¢# é´‚VR­¢Õ´†ri-­£¡rœ(¡õ”G›h3}A[h+åS‰©gYm£]´›öЧ¬$ZS¥ctœNÐI*¤Sô}O§é:CgéÑyº@éÝ«§²ð>~NYE¢Lº“æÚÅ|3‘fÏ”·º¥ JEq¨(;jðêÜ9XQ~·ÖÄËT—G=aixœ—RiI½N帢¬NòàG[MŠ{Ð󼯻´Èe§ZBÛqOÞ™ûr?îÏx ï»ò ÌCøÞˆ®„¡<‚Gò×xæ1¼kEQ—×âݹ…Ÿ1R\FS¶ ?}øY¹ÊLèÍãxžÂðTþÈñÁ<áCù–&в§éøNCnØ»¼n€<3[ð.¤ècÌm9Žæ°I’â“øÁ¹l*Ïâ3ù,>›Ïásù<>Ÿ/à¯ÊÚ Í2ùB¾˜/áKùóÆ'\ÔÁGr/IƒY _á2.ø>wq¯ækx.쨣j­H+øJÙ*ÆMQºyŒäóäzn¨M¸Íð­ìàW=Å;q/7@•íÓÇKÄÙðŒ4\Gh-?ËÏñ"~ž_àù%>}ˆë­óçox¼Æóù69^xÚýzeÜe01òJ)Osfþ•òËÜþ¶?aº9žýÉòŠÙ_Iê&Â8ÞîÄÅúu¼§–|¯êüÿ{1.Êót£‹ç—üâ›aÆ9¾æ¡qó]_Ì0ùüZͲJæÿ7xé1g8š\¦qØ_Žu–ðø<ðü¼ß~À èVžSFÊ©úrwÉo´5} •ðqç_ŽC†=ã†Å"9:™’0È>XÎå,œá Kc¤+͇ î˦º’ J.A¥Ïþ‹óN©òKƒîªg­ÞfÏÓË”AÑMæ.üfði²É­v{¶œ×A¼ÌÇÈÞÌ ùCþtï|#“À4´‘¯Á­Eò÷{?£ýúRœßÃÙG[à\èüØù‰óSçFõïrœ·_qî×’ÙšCS5¦ò¸4¼ÁðÀÔ«›•¸·”YŠZW]œ¯õÒzkoj šÄ’Qü[ÚmíŽvWK׆™}}e‹ ¢¢h£½¢•åEQU £ mŸ¶_Ëó1oÃhhŠpωçE QS¼ j‰J¢²h,šˆj¢ºh(‰æBQÚ[j­´ÖZKÑJ|*¥¥–Ôô¿Õöj¯ a‰û§è(: ?á/„¡IhZž™‚ÚSx‰öÂ[t]DW$‚Egá+,"N„ˆ@ñºˆ½Do£Wñ’xY$ˆD‘$f·}Ôû-ñ¶¬ë'º‰pqP3p‚žEÿj‰ÅOC„wL¼p‶è)lYãB{p=¥KžhfH_l)YªÞ·€oŒøÒã¾)o1–*ÏœÅÅ'ëJùí CÚÏ, “+p«H‰þ"Eü¢%jIš]ë«%kÚ5xïðSü×ßlqO«/ŽŠcâ¸8!NŠBqÊ ^hã/Eé>ÉOáÑ ‘)²ÄL1K F××Ì´—ûÖkëutwÝC¯«ÏÁm]ò¿¤žhUŸBaÎnÎpçRCÓ±Ùß×Fk¡z˜¾Räˆ`=DÐ#õ?kt±B¼¦GéÑzŒÞ]ï¡÷Ô_×cu‹ž 'ê眑eR5Pï¢wÕƒôx½—Þ[S驪ë£ô÷ô8ý }„>R£ÕûêÉz’ÞGO×Ç鿊2ã+¢»è!zŠ,fþ# k` endstream endobj 603 0 obj << /D [601 0 R /XYZ 56.693 815.761 null] >> endobj 386 0 obj << /D [601 0 R /XYZ 56.693 428.234 null] >> endobj 604 0 obj << /D [601 0 R /XYZ 56.693 408.363 null] >> endobj 115 0 obj << /D [601 0 R /XYZ 56.693 394.426 null] >> endobj 605 0 obj << /D [601 0 R /XYZ 56.693 368.618 null] >> endobj 387 0 obj << /D [601 0 R /XYZ 56.693 156.712 null] >> endobj 606 0 obj << /D [601 0 R /XYZ 56.693 136.842 null] >> endobj 600 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R /F52 247 0 R /F64 307 0 R >> /XObject << /Im24 590 0 R /Im25 599 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 615 0 obj << /Length 1430 /Filter /FlateDecode >> stream xÚåWYoÜ6~ß_¡·îÃSGßÜ:-Ò Gë ò-qmÁ’¸Ñ‘ÿ}‡")ieŠо,Ãáß7ÃÅÁm€ƒß7¿ì7Ï~8HQÑ(Ø‚ˆ¢(‹ƒ}|ؾ–}W”}^f]¡ëvR·¿êú#Æô¶o¤Yµ‹û]‚·Z—»Oû?@HJ…°jÞµªùi'ÄÖ)x%ë^’` ° bÆS„¥±³ 8'Ûgöù9·y¾ß|Ù¸$ŠRÄ)A¦AVm>|ÂA{` âiœÉ*#Ê"—ÁõæÏ vÁÀó D|‘"’ð æðÅ‘5i¿KéV5UQ[/Æã‹€òq,`g8uÝɦsèî”uPM£r·îµ3}XH窽ïôÑNT½ãxûµht]©º»°«²vªš¾^^–éª÷ —¸¢C Îü!5êð¼ºQyF?á¼`ˆ“Ô;ÿJÞïØìLê[uŸö¨²Â»P²ëõX–n ^É[ÕØÉé®ÈîüúƒS_–zGÅötvÛy´;m¿7Ni#ëÕH!#c@)˜rëߥsÌ3ÆåK{‡kÝÙÁÜQÈÚŽˆ­òí™ÃËu}œxæ×Ú®)²®tþ©/}aüûjþÉà0ú4°,ž§”¦Î|jö3$/sˆ#Ä Z3žF ‹"”Ä-ŽþWE{,}&tßûî)àÄpé khärƒ9kÌú”G˜ H™KO¬É kq¬mÇšùñ‰50°`¾€…aº½ì¼Þ|Ðe2Ò²q OJV­Q’¤çÅñ#¸írˆË…Ïl¾Á2q`mFú–¥Ê:_+F&ç6¾*wð¤¥r@žS›dã KÀNƒ¼oü²ÞŠ%ñ¶Ò¹0á3+ÒNGïÍ$WÃbÙ—&%Fj`$M†VâRøZ7Õ*¼˜@Iy1hLR°TvVwÑBD8uœ_Lxì‘r»§¢»ƒ˜Z`2l?ØÉUd})+ ` ë c(eìî”þªÐÝÎ.ºhLç%‡SÄ H0ÉS‡ÉÕwÄ£:ßšлžg`Ú>U> endobj 609 0 obj << /Type /XObject /Subtype /Image /Width 728 /Height 206 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 621 0 R /Length 9276 /Filter /FlateDecode >> stream xÚíÝ \UuþÿqvR\Ñ€LT@.ÈR¹oÕ̤fþ&3þ9ÍLšM™ù³Ílœ_e:i.¨¥ˆ¡9äžåüª·,5A öd½à¦?ù/o·»Àî ¯Ïãéãqürî9ç~ï¹çûæœs/66EQ”¥×ÕªJ5ô eQû$Buò·ÀhhQÝbÀžÑºp:ŸêÀû¼þÕ R­ý)eú½…4ÞbݸqÃ;¢EuK3 §ç) ÜçºO6´»ÔX^V*á5åWW³ökªopxoÏhØÎ³Þž7Y·tŒ(b¼ ¶ØžéxÇáöì“âGùy9ŸÅFK£ÿù³‰ó_|Ád!Dª­ÑŸ(㇒Ø$ñ#Ó¿:z¾Ç­t·iÛs1ãÓof]ú¿RÍom«–cí‡ ­OÁ;Íz_cïH&ÛWMü7È+kúwqÛ–i 3Ò{¡ ›¤·ß¼Y¯ë±mË! †«æsˆ)>­=ºZÔQ±Å­jÕ³0êÓo[?·“·Á¼ƒšYºÚx 4ãPkÞ£‡ÉŽQ­Íœ¦<ÕÎ÷©1ŽÛmîCîÛÿ]Òx'ÙZÕç"‡ˆá^ëcÛC Zzæ£vŒwPµËÄ£¼E%3>_“Ûï0i–Hÿ¬eâ_aÔf¶–]½/´iöjÓävs½IM¡Û°URÑú£ÖæCW«rˆ æÏÎÌп·ñ±EE#ý¾`™¿G[o81ê…ðš£y·ÍªS·Wg¥XsþÚ™rc:jé¿#pÀbD³ÆQ’né<ýl-/z§:ÛÙyÒ¸‰7ƒbùQÄ*v$Xò+à윹ŽotN§½Jé9„1 ¼ °Þ4BŸ€ˆÇ@!‡ÀzUÊ+Š‹Šò²³s2²r2³ rsK‹‹E#=–“CŒPä˜]iIqZJê½»#W¯|kñºÕ+Ø—›•-öFúÈ!ä/„üœtnÕŠÄÆDeefÔ5VfFú–èOV°<=5õúµ«Íœ  ùêš=Êv™LÖÚ³ÜÆ~šo.Zd²G9ÐórLFZzäê•Gÿ[sç<òŸï>ÚYS]Ýb~(Ë=ó\H¯G×ÿÔæ«í&¸ o™€¢gi0N‘C`FÅEWþõÕ—;â·éÚ?ã·m=uòDõ¿ºÛÌ0]xñý®}"ÔÚ÷/žîå5((X6jú^åâL ö÷òŸ°+¥Pmþ¤ ³ÂÃBƒeƒÇl>‘%ZN, úÒ·ÒO ’—wë?ûWÛŸ¾r¨¯ÿPÿAáSfin•4½cÒ(1!“É‚CF¶¸ ºfÌ! F+rÌ(/'{ÝÚUÙY™ºöϬ¬Ì"kkjZÌ!Uy¶v.jín¶‰WÊÃ/!!".Q9¶Îp—-U›¿$5½éyv‹Kß§ÅDyá1·ÁEr¹˜ŽŸäóȶsª°Læ>=æ´˜HÜò¸»l‰®D¡ÙØÌ6èz˜+‡4³È!0£œŒ¬·¿QWW§kÿ¬­­}sá+7ëëõÊ!öÝÕÚç…ô6õ™5Q;³Ê*”?Êhœ®,K³sè¥6ú¡õŒ ö ”Éd6¶NRcÔøþ3¿º,/>çáâ“Vö«ðôr°»³´T[WýsH3Û@`Q9¤ÁÈE9sH¦~9äæÍ–¯Ë\ú kŸ§ÔÚ«ä…ß|ýÊÓ£]‡ÌÒ'ÜßÝiãÑTé§ÊƼ¤·Ý†ü-iã¸3v«m€ÖbgcSÙ´öýsH‹Óçã9fT›ÛÂu™ÌŒM­¯««m>‡”ç'=ÖûÑ ?ýª½²ø‡4Å嘊+§ìûürMd[’âšHÜ“îê×D¼œí¿Êº"&¯¬šžìÓíN›R Ô6`i ûŒØ3Š¥ÅNwlº.3ÑÕ9òlŽ˜8»}–r!îvi¥ÍlC‹r9†UV\üÍ¿¾Þ§û>ÕØÓ§NÖTßЕC·q*>·;âåU»ÔòIUEÎÄ0Y`Pß½ƒf¿ÿòG±/M òëï7NóÑãkf{{ø }bÑÕrfÝð>/j¹Ï6mï¤P߀Àß°)_Þ¹%yûB_OïaáÃ#ïT.d۳㽇ÈÂÂÇèÚ†&Î! &)r̨ªRž—“³nÍGþóæÎyøßßnüp]½Ž›CÚ¦mW:Öë÷û„ŸÍ» @!‡ÀàÄþ–žš¹æƒ˜¨ÍéiÒ÷˜‰‰è¨×­]UY)¿¡ûC»mûÓÉ­Ú¼ÒÜÂùŽy®X^I@!‡ ã¹~íêë×ùÏG"¥ïußøáºãÇŽÔÖÖê !î ¨úÆõÚššúúºzñ¯®V×=!r¯)>‡ðý!€B€BäÐásçCÈ!CŒ”C®}¸¡îÑGoy{ßvtl+‘èÿÏǧþ±Çª7m´„"ˆˆ¼.t67½¼¾Ÿ3ÛŒ9äâCyèÌjæÌ1ÏçeæÏ§ó€ˆ"¦Î!±±š›QquKÌžV4ÔÕéºÝ%åÒ…ý»âb¢¶F,–¬ÅzéBÓ ^Zríü¹ê¸­õO=¥™r—¾kÒ¿/3`€Z‘'žiñó2 D-Ôõï§šCŒB~}2D„=?· :ŒëOLWÍÛœh¢2ýWëUž !‡Ðy8®š’Þkš¯sW½(£v2„@'‘Ÿ—“1z”2”uïn¢âä¤\éÕ-1ä:g92oî/_'bgg¢¢û¢ 9€Î“C’UI¦Ï!å…ä:gÙþéf3çÖü;БrˆbÐ×È!F"äÈ!ä@!‡@1M!‡@i6‡1Š-‡äüó»°A]휻ù ž÷ÏdåÞ\´Hhs_µóáF"½LìÉ€™CŒEŒ–CïÝÅÞÙç5EmŠ|mÎŒ'>:ÓÎ!»¼¤Â’G|r cç£D£å»ìlœ]'=Ÿ¥u¼V–Ôxñ‹ç{÷qv°³sì:(ì7Ÿþ˜­:sôËÓzwuþëQ]o~úÓù“Ýîrìë?aoZ‘®ü·ð‰¾Ýœzô xëóÓæa·®Ž=<ý—ì½(ÍSQtzî´‘î.NN.î#§Í=ST&µ§í™èß×±‹Û´WãT×[Y–úîì)÷ôînoïäå7âݸ“ìárˆ)sÈ_CzIÛÜÍãÞßE¼ømzSˆ‰‰–ÚÅ„ 5¦zÙʵ"W-]üRO{[—¾3UCB¿ s>ŽÚôñ]o>‡ ñËçÞ/&zÿ]Wñ›±pݲÿ×8i+¦#—ÌSήIó¬ã©XμåËç WlÏØH©ý½à^ªËW®÷Ó)>bzÄÌù+V,ö·wÛØ:®¿˜ÏN ‡˜,‡ÈK’W¿ñܸ°!N¶Š-ïîý§f.a$F¿æß·Û/ÏÓÖQuÎ#¥Í_i>‡¤•VT–^v޽u埮”UÉ ”ÓW+K'í¤yz9(¾f?­L,'Eu9Míw–¯\¯‡£Ú þìärˆsHÊ¥ ûv%lþDÐüia…¼i"yOc´¸«™ 1ð.ÑòƇqûö›¹éB³QõK+áGKQæ‡^Íßסkº…r§]9߯òn|‚x:’ïsÕÖ+õ&µW‚¸Û™C EÚšC2ÓS>ÿìò…䜬ÌìÌ Am—»Cþ²ðÝ£¢V,|\l¶‹çLå¼íEËßÖÿÔâ×E‘=þûƒË_žª+ 4óðñ=EË }¶zÞ}šñÒò÷çî²¥mË!‘£=U—ã9¦éºÌ2™»j»rþØi÷(fûÇ ›£>Zûgÿkì¸u§ÕÖ+u&P˜Ÿ—™‘žðy¼¾;FÙ¿gWêåK¹Ù™ee¥U•rÍž˜ìçãáì`gïÔÍø”Ïs”?úzñã½]ÅséÚ{†Ô’óÊ@÷.öw¹>2÷ñ¡¢™¢ùðäø×ïuïêèÒgê¼ušY"vÁWg!ãv¥¶-‡T~á±n]»¸Žxìå}ªWR¾?ÄÃÁ¹çïænúÕ}ªå™Ëç>îëÙÓÎÆ¶kO°±SVÎà¤ÀŒª«oˆQ[ ß#‡ÄÅDåde‰y,¹Ïù,-’kW+kjªÅðÝ1rÈÖèO²33´ž !‡`nÞ¬×zKg«rˆ£Hûr¯)är ‡€œC,êþ^SÈ!ä`ìb9ß§J Såc9r9Xji0R‘C ‡4›CŒWäÈ!ä`y9¤Á¨E(-¹"Þ-¢£€BÁ‰ýÿà½o.|E—Å‹^;øå¾Û·oÓW`ÊÒ`ì"‡À2rˆHµµµºöÓÚš1ƒ®½1ýÐê~¾Ce²€Á~O½÷ƒÔøæ¢Eúo@«fnÕÉd2i"æÙ}† ½oì«ì È!ä˜%‡¼¹ð•æwUi­×Ó9úl®bZ^tâx¶Ô(Þ>z®½¢\®ÿÌí¤uE]ìló*äìÈ!äXcqs°û6§XµeǤQâí#“É‚CFŠÿ&m˜, 8fó‰,e$ˆYðXxH§ê̪QA9-&âL ö÷òŸ°+¥P3]ìzkæðð`oOß×ãÏKÅéû'‡úúõ>å`F‘æVI Ÿ~ˆÔø»—ŸX6ô¥o¥‡$/ïÖ6ûr9žCv>?Ú¡kÿxgí¶‚;'TãDIjzÓŠÎnqéû´r†ˆØÓš3ëÊ!q‰ŠH³u†»l©fùó¶ŸÄD^âjg×ñRã2™ûôÅò·<î.[ÒüÂ¥‰òÂcn=‚‹äЧ?Éç‘mçØ7CÈ!°ð"¤ýxhãÊ·&s÷zxµæˆŸ~hý##ƒýe2™­“r†ìr¹þ9$£¬BLT–¥Ù9ôÒÌ!Rx¸ZUncc/5ör°»óT[W}rˆ5¾ÿ̯.Ë‹Ïy¸ø¤5>È!äXxiºÓ£8ÑÖ¾»æà~w§GS¥¡uôW¶³±©lœ¨’èŸC4§Û–Cò’Þvò·¤ãÎØÍŽ€Båçè½ßW5Nd[åì:Qjtw°K+m:ŸàålÿUÖ1qxíd­£¿êÌ]#Ï*¾«äìöY¿º.³-Iq]&îI÷À¥úä¥î3bÏ(;Ý=p‰æŠ´n‰ðdŸnôpÚ”ZÀŽ€Båç9Ž8Ø_& 8fÝÿ¦IÛžï=D>FL_3ÛÛÃgXHè‹vhýUgNÞ¾Ð×Ó{XøðˆÅ;UgŽ}irh_¿qZïSÕœ.NÛ;)Ô7 0À7lÊ—éEš+Ò•CάÞÃçEö –Cø3Cô¿.c<&û`¯°~\¿ß'üÌ^€BÉrˆâ{Ìjjšù³¿½ùºÖ½ÑF[Yi)Í=0,hï˜çŠåìÈ!ä˜.‡ürŸHº¾×]ü諃ø^w ‡C` "c4¿«Šjkkè( ‡Càó2ä@är ‡r9C9¤™²w×ΚêÊ rL£´´¸0?W¼ m–—›-Ž¥%ÅWª*åVšCDörˆ4A æ'Ÿ;÷õ}ÿܾmg| mÄQôë/÷]8îÚµ*®Ëú(+-¾|)yßî„ Éçóss òrm“—“|îìþÝ …ùy55Õ\—ZTŸ{èàþË“5c0  ÒSSþõÕ[·nq]hQ^nö?·oËÏÍáÐQZR,Ž«Zÿ0(_ÐÜówÆÇäårèCÇU­Ã·åç®Ë€äså#]—I?´z„ŸïP™,`°ßSïý 5¾¹h‘þ£U«fVsxA ß³ßHÓI´up-¨P| ©J^ÐÛÑþÇ¢21-“Éô\šxEÚ9òŠ%¸ù/Sþw…̽ýË4l9,<‡7Š˜äºÌ¸žÎÑgsÓò¢dz[;ÆU”ËÛ3 æœy¡[ÿùÒtTHï'†¹¿u!Oq‡äÅw»ôú½é‡f±„gú¹)(Óå…ÇÜû=cÆ"ú–ä É!Fº.ãæ`÷mN±jËŽI£Äó’ÉdÁ!#§)6Ì  –³ùD–rŒYðXxH§ê̪ƒ£rZLÄ-˜ìïå?aWJ¡êº*K/Ýåà’YVqµJìî÷óîß„¿wB´Ÿ\>`ê~Íåìzkæðð`oOß×ãÏKWR¾˜à·pèc/oUÎYœ¾r¨¯ÿPÿAáSf‰–³1cüŸÿVLdüg†­ÓÏ%åbzާK|V‘ÚàþSäˆQëN‹éÄGŒ<¥\¦®~ÐÜ$­s]þçx?õí,Ë?ú‡ ¡ÁÁAƒýFn:®Þ·S6'þ’IŠNþeÊý†Ê¦¼~Tµ[´®nÿâé^^ƒ‚‚e£¦ïÕÕBrˆÙ¯Ëì|~´C×þ>ñÎÚmÒ5µ8Q’šÞÔg·¸ô}Z9CDìiÍ™uåˆ8Åš´u†»l©Ú<߯ۂ³9Å™±îC×—dî6äѸÖßmÚ¿R4—óçm?)>Ç‘¸ÚÙu¼Ô¸Læþä…+çÓc³Ä–ÇÝeKÉ$ãÓný^?`âä»ÿô}†¼8©kpÍ“ å‡ÝúÍV¤”»ÝŽ”*—©«47IëœKÜ4·sõ+g4Îյϓš}«´v”ç„¥MÁ,çb‘j·h]›ƒm╲ÆHV¤«EIו/rCLðy™´m\ùÖäaî^¯ÖŒé‡Ö?22Ø/ PŒV6¶NʲËåúç ÅÊʲ4;‡^jkÿæ™ÁÁ‹Žþ?þþU'ÅÃÝï-“—ø8Ûÿ;¿Ds9Eri¥å66öRc/;å•sª4¦Ú:¸66ʃº¹$—”OïÛïüÉÍ<”ylf¿ÑŸi½Øñ^€Ûǧ6ºü]uíºúAs“´Î©u;{;ÚÉî”Gß»5ûVI<üRi¹Öë2ZW7/¤×°©Ï¬‰Ú™Õ¸R­-œrˆå|^¦¢8ÑÖ¾»fœ¸¿»ÓÆ£©j¨®ìagcSÙ8Q%/Ð3‡d}ÿtÏK>é¹ì¢âÎèÐ>ï}ï.×ßjÍ3šzçÊ-÷yÌüf뀷Ŝž3E |8ág­9äÒÞi.\~¿÷‚êŠôï­sjÝN7Û %åúÜøÑLѺº*yá7_D¿òôh×!³tµC€böë2Ñ{¿¯jœÈ>¶ÊÙu¢Ôèî`—VÚô[³—³ýWYWŸmY;Yëø«:óDWçȳ9Šû1¶ÏúÕu™mIŠKqOºª_—©¸ò“£cïû]ûI'’6ìûP_¯‡ôÌ!ËÝ• W6. tŸ{FÑ;Ý=p‰Ôx>nœ[ˆwÈÛÇÄô"Ÿž£z8íÉ.֚Āþ÷eˤؠ\f‹ýÐüœïø»inçÊû<~³òÎÇ…þ}²™9Úsâ²M×e.µ°ºÊâÒŠûö”cí-ä ‡XÀu™9Ž8Ø_& 8fÝÿ¦IÛžï=D>FL_3ÛÛÃgXHè‹vhUgNÞ¾Ð×Ó{XøðˆÅ;UgŽ}irh_¿qj÷©J"útí9à¦û9SÖˆùÙwAÏr%å‹ñ~ýýƒC§Ìýå>Õ´½“B}|æ|yçvˆâÌ81Ãÿ$+>tì çžcôùв¥Å~h~΢‹;ÆnÜÎy›mí{HåùÇþø`ðÀ€À¡þƒûçèfrHEÑÉç&Ý7`H@lèÔ7Ž5¿ºªŠœ‰a²À  ¿{Í~ÿ;­-ÜäNò=fû¦TYž%]±º¸÷¥÷Ìç{Ì€ÂurˆÉ^~? 0Ðß×;`Lô™œÖv Z‘C€Âß—ßëè$9„¿/³ü½Ý¼œlŽ`Vý÷v­÷º ¬TA~û/&ŸçБžšò¯¯ܺu‹ë2@‹ÊJK._º°wBêå‹"Ãs€öœ ÇÒ}» óójjª ’CŒ]\—YUUʯ_½š›•uèànß¶3>Ð6â(*Ž¥¹ÙY7ëëµr-?‡p]fQ[[sëÖ­Û·o7PEQm-qÇÒÚš][ËÏ!\— £âº °¢Âçe€sHøû2ÀìêëëÚ–CŒEÚz]&.&ª ?׫pýÚÕêêbøn[1Viëu™ý{vådgŠgtí*/.–B®_«««ÍÊLÃw›sˆQÒH[¯Ëd¦§&|/žQMMõÍ›õÀ2Õ××ÕTßÈLOIøü31|[rÑÿºŒÒø5˜q1Q[£?K ÖŠo®¾tAטn!9Dÿë2 Ã°ºë2 ³åËù¼ ‡p]tŒÂuÈ!\—+‡p]€Î™C¶ºÙ¼Ÿ—‘'žáº 3‡ìù`…>9ÄÀQÄÉI¹Æ«[b¸.@çÌ!GæÍUF‚›vv6-•arȀʕÖFDp]€Î™C2FRF‚²îÝmLsJdúôf.ÍCè ŠNWÍIï5Q‰U]o΄q\— ³¹þįÎKl{p¢ÉnUU¹4#ÜúÃä‰gÚ]Fm›ƒÿzÔØ}øæ¢Eûú»vþ\ýSO©&ºþýæ¿ø‚érȯO‰(ﹺ%Fqël]]{rHLL´d÷9ÆîIiÖ»'”—Tðv˜Bi‰ˆÕq[Õˆ$wé»ÍäcÔüùš›:›š9sΟMÔ•CŒVšHçÐÉCHyY©®Ò`ÌÚýɵ7ÜòöæU ³¹éåõýœÙÒ§eµæ#—È!ÒÚE©{ôQHn;:òºÐQ‰þÿ||ê{¬zÓFéïËXBÑóûC2ÓS>ÿìò…䜬ÌìÌ ¡åûT+Ëæ‡ô²µsYö‰âÙ ˜)Í;íñ_ϱܰ9ꣵÿxö¿ÆŽ[wZ´ozènÑîó»ç7Gm~ûÅiÒÌã{:‹Æ>úlõ¼ûÔnLõv¶ÿýÛúãâ¿i~ɪüº8ˆyþûƒË_žªºÀ‡g<·"ò£èO7FÜÛÃαfèÚ­Ôµ%Íß[+u,íT˜Ÿ—™‘žðy¼¾u}Y39¤ÁøÕڲϮÔË—r³3ËÊJ«*åú|n÷»wÆŠ‰1o+~ºåƒÅô3[ωéÊòÌås÷õìigcÛµ§GØØ)«+R¼äü3òìÙÅÖÎÉ;`„´Øäø×ïuïêèÒgê¼ujƒø×‹ïíâ(Zºöž!µèZ²ª¤˜Wºw±¿Ëõ‘¹ŽmŒRûä±!}zÜekkïî0/RˇŽum‰ÖêÚkÿŒÀZTWߣ¶¾[›CLR­Í!q1Q9YYb^Y¬à{B®VÖÔT‹á»U9¤ÁTÕÚ"æÏÎÌÐz&X ›7ëÅðÝ‘r¯)är ‡r9C9„9„È!äXˆÒÒâÂü\ñ.´Y^n¶8––_Ñõí^ä@SQaþ±#‡W­X¾ðÕ¯½<Ð6â(ºjåòãG_»VEôQVZ|êÔË–¼}ò‡¹9"ÏçÚ&';ûøÑ#âˆzùÒÅššjƒä‹ýû2äDA~îšU+Îütº¢(Š2D¥¥¦¬]½òÖ­[ä Ey¹Ù _]›“ტ(Ê %ˆ8®Þ¾}ÛP9Ä4Q„³{þk/ÏÏÏËãÐAQe¨ÇU­Ã79 ‡PEY]1A!‡œxÕdw*lÄŸŒ±Š7-"‡PEQähÍ!`íQQ.'‡PE‘CÈ!’C /lõp ;YT&¦×M»gÔ_¿V|p5ÿè&„ ö¹éxVÓ^tò/Sè7T0åõ£jK“¦wL%r ©k9JIf…‡…ËŽÙ|¢é§ûO÷ò,5}o3¯œÖœ_ëJÅü1   š²9‘BQÕ1rˆ±£9Ĩ×eF>²Ej<µnšçØÿIÚòG7Ùóe•Š–Õx¬8¬èÉü³Q]û<)Ͷv”ç„¥û¥éœ‹Eº‚j£Öå(•¤¦7íig·¸ô}Zšvs°M¼¢EÅéEúäÍùµ®TÌ{Zm¢È!EQärˆÙ¯Ë,ëéÒÅçëœb鿽í”qÅ£ïÝRc/»K¥å-ÕF­ËQJ?´þ‘‘Á~â§6¶NRã¼^æ>³&jgVY…>9Ds~­+ógëqE†BQE!‡˜8‡T–¥Oî×sh·¨s¹Ê“ JÊÕfÓÌ!v66•Uò­9Dër”îïî´ñhjã¤)U%/üæ‹èWží:d–ÚüZW§9¿Ö•¶ê®rEQ9„b²=sð}¯ìÏ:¼´‡çäŒÆ³ +ïóøÍÊošîâø÷Ii"r´çÄeš®Ë\R\™èêy6GLœÝ>K¹dw»´Ò¦SZ—£äålÿUÖ1qxí䦇Wÿ¦XrÅ•SvŽ}Ôæ×²:mók])9„¢(ŠB±¨ûC¤[I/&Ìuõ{¦X®øé¾aƒžŠåùÇþø`ðÀ€À¡þƒûçhå}ªÏMºoÀ€ ÙЩo-ÉÛúzz ±x§r ßöìxï!²°ð1º–£t|ÍloŸa!¡O,Ú!=¼ª"gb˜,0(ÈïÞA³ßÿNm~ÍÕi_ëJµæî¡(Š"‡CÀ÷‡PE‘CÈ!°ð39šE¡(ŠêÌ9ÄØÛLçC(Š¢È!ät¿·›“Íqƒ¢(Ê ÅßÛôWŸ»fÕŠ¾?Ρƒ¢(Ê •–š²võJ‘F •CL³Ùä˜EYiÉ©S?.[òöÅ Éâ]Ä¢(ª=gBıTQ/_ºXSSmb²'‡À,ª*åׯ^=—”¸æƒ _]ðÚËóm#Ž¢âXzþlÒÍúz­‡\r Ummˆñ·oßæ×Š¢¨6—8ŠŠcimM®ƒmksˆ)7ž@ÇFV‘CL|2‡9„Œ¡¾¾®Ã丘¨‚ü<^S¬ÂõkW««oˆá»cäý{vådgŠgtí*/.–B®_«««ÍÊLÃwǸO53=5áóxñŒjjªoÞ¬–©¾¾®¦úFfzJÂ矉á»cä!åÒ…ý»âb¢Äc€Åƒµ²S/]Ð5¦[Ý÷˜€Ãêþ¾ è 9Ä2ÿÞ.è$9ÄQ„9DW1v!‡@!‡r9rˆi¢9r9CÈ!CÈ!Àrˆñ¢9èä¤# ý‹Ú!Ù'É!FÊ!ºž{Ì5tvÈPŸ'Å;‘8g‚=°™jñQt#9Äô;'ûÚ° |‡ìð]ÄÛÐdG³ÎÖÕ6­/#½µ­½ÇL™­7‡´¡ëÚ–;Õnci¿˜fíz>Yƒï6&ÞMójÚ¨8ç`¼¾í.Ýb9¿˜·viVšCÚÖ{V½ã™ìc »¥)Oèùd Þó¦<š½3= ˜àÙ™w ³1Sü­dú£9Äà¢ÁûÓsHÛž²åì{ÏN†zY¬A6Ò\ƒ—ÇÍö¬«= ë"Í›ÉM¹‘VÑ™æz½,|²Ì[ÅÚ¨1l—š>‡¨-¶µ9¤mÏÚ }e #ñÞSí\”aÇSK{¾–vÄ6l—v°øa¼}Õ,ïP«8†˜eô·Š(ÛΧ`E—öL“CÚEÚ¿åæê±Ž}”kÿÍ]V7$Y]W[Ëéw«Øóm(Cï-;Fü,‡ñ:ÁZÞ¶íÌ!m‹"¼mù…‹Þ¶Š®nþÞ]^PÊì¿ZxD7ÁmÛ• Õ«Ê¢ÿÈü.CQÕ™}ëg)Êôo+º‚¢(ÊQ„N£(Š¢(ÊxQ„ßïŒWÿÈÚ§0 endstream endobj 621 0 obj << /Type /XObject /Subtype /Image /Width 728 /Height 206 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 24081 /Filter /FlateDecode >> stream xÚì]|Õ—»Œ¦“Ì Z !³IeSö%2;R(t@ [Qþ KÙà@¦  @‘-ˆl‘!£,ÙD Ìöÿ»ËåzI/i’Jxß~~Í寛ßßxïî^Âpw ܸno}»%³û©²€Z€™;ö(S7G«–ÝJE@ò­!«(+à<ìµ>4?Qp‰Ûì\Y@XÚq@ZC7$¶¬aš©j„ªO7ôAöV¡ô½mc“–†©KØ<Á¾Í¯­ßiaÙ[ Ç™¾w°$„òf‹ÂÒŽYô˜Ã‰rç° uIÀï[sùræ‘—®ÏQk:ýí&f¥ –l3â¢Î˜Ï|’ ö$3‹A†à g²zÏÙAÚaHs÷ÿ¹80»m£ã™º›ª–nî?saj ¨>­ßéÙ[ Çé¾sŒÚæ¤k±þÑÉãßdl8KÃkC¡D-´‰îŠìV§I uÉâ%Å•2Ì"WBY^~æTÍDe´&ÝÔúY&Ãb™‚)L ›Øn›t†M<=L ²°t–ÖpB»j&"ñuÏVpÆ/¤¬áÆÙ]À]l®­)Î9¶6[møégûAFX¸T›d!¸QB69²ëžeÖjsÐuüxN«žÉ4DföÃqºïÓ›¨í×5ƒ¹Äé‘€”+­Ž@:¶}Øb ”ƒ°T§°Ãjq­Î:Ë")sÐÇØއ²Ÿ&Í1ågN•%ª‰Õff1†%Ì¢{Ø0nbŽÛ‚šÃç_'Ì:“Ã3'rÆÓt“ïåë$!œñ#PÚ,>áx“m®¸64Å9¯²õŠ×Læ>ã³€ïÀ¸ÓÉÑmhÚ‘³áÙQB[.‚i9®n&¥å‚®ÌL —•}žÌÏ4Q;gÎD¶æ m}‰NžÑ “îgw Ø9–3l±yåàÙE¾:¥g˜\{E6³ÌI¥s¥Ìâ3Þ¢fVß¹P6¬Ÿ¬æ˜Õß\@8­¶%«9#Áqج¹Y™ÙÜÎéL†Œã”¹Þ¦^äu-G,³‘ôåӚɜ΀¯{aigäÐhÂìDXæC"¦Äy&+­E ® -õŠà5×g&@¥>!ÍÁ@-s—˜LgL§ÈŽÒMå2ÑŒW7ZikóöñjSóxfVnàâŽTÙ±7«œé9.±c ­£Q:4é>ßÖdsƺµøv‘³Ë±®—”uÕLŒç×Ìj‚Œóglë›ùaÖ‹ÜL§Y±š3f‡ñy—iÿ¬üT YmNoÍõ¶êY3±xF2j»u_Ððu. u÷˜Ó¬L‡Ò‰›:Ç|±uõ=, ——™P)ßËbs5f»„mKljx^#ÑJ•.P5Þ>Ãj9Àk®(œžq±7§œ9/±9dÉ1·ÊƃpGC«>·f"9í¢]ÕÌIölÆókf9AÆóg™üÈ´““C¦$„ —íÙášt$›&&X]Ë‹uÙ 1/eÖÞz›qUV3(|-`¶×$,,Ÿ-ÃÀ3lVmCW*2ͺؙ™V­háÍ´¶îy¡î¶ÈÍy^s9ó|~fƒjyÁñZ„ðüG‚;™éí[lÏpˆ¡¶ì¢ °¤™¸l¯ÙC°œ}æjvöý¢É1ön¦ }bˆe±˜,‰i<Ë3Ž9‹˜y¢‘CÌ$°S©KŽ5ë-̱ZÎù%Àçõ‰L§I™{Û륳tTo9–6qfê°Á2ǧééÎ%+‘™iy›º¬ÂÓ³µsÆu¹+=Ã…Ö`•ˆ?w–•ÓˆrcHf®ÚžéTýsÆjCpJ(ßñ4·0ciÓüZ¦å<oæ&3«È@8 +f;é‰\ö"¬{°£½ ÝµÛ-Ô^±«9ÇkÛÓ!ùÕEÇ-ÆÒ–=ÆM˜gEØè £g3 ±Žöµ—V²§¯¡\kÂë¼zwv,)t<«ˆ¢è–¬ð´7óMj„B CÞF–¼‘ÌvŸ~áÏâŽÅp3^cZc¸!¯1­1ÜטÖnÈë‚âÃÀx=¼.Ì© ŒBâ56×nÉëšÇ±¹ÆÀöÇׯ‡×Ø`c¸#¯±ÁÆpK^;ùJÆ›Ák<#‚ᎼÆ6†òØnÉk`c¸'¯q€í5ޝ10^ ¯ñ|†;ò›k 7ä5~ à y£ wä5ŽB0Üר\c¸%¯ñCOîÈk|¯Ûk _c`¼&^ãù ·ä5°1Ü’×8ÁpC^ãûènÉkLl ·ä5&6†[òω`¸%¯ñ‹`nÉk|ÓÃyçú0Ü×8ÀÆpK^ãÃ-yl wä5°1Ü×8ÀÆpK^ãÛk _c`¼&^csᆼÆôa¸!¯q‚ᎼÆQ†òG!nÈk…`¸#¯q‚á†¼ÆæÃyÍ5†ò›k ·ä5~òÃy—çÃÀ¼ÆÀÀ¼ÆÀÀ¼ÆÀÀãF {¼Æó|nÈk|_Ã-yߨÅpO^ãÛk _c`¼^ãù ·ä5ž¿ÆpG^ãa#æ5æ5æ5æ5æ5æ5Æ›Ïk<ᎼÆ÷1Ü×øù ·ä5°1Ü’×8ÁpC^ã@Ã-y_,ÀpO^ãóóóóïñ|†ûñÏ_c¸!¯ñýF ·ä5~PÃyÃk 7ä5¯1Ü×8¼ÆpK^ãðóÇ!¯mÜØp{¶ØîÆk vZ:6ÙîÆk$ ÛŽ‰án¼F‹àÆÀp3^ã›3îÉk|3óÇ!¯‰×øæ †[òßLÇpG^ãWw1°½ÆÀx3x]uí`c¸¯‘ßJÇpC^Ó·Òw<Åíáf¼FÈ7òn wã5° "nÇk|ÇÃãk|Çà yÍ5†ò¿X€á†¼Æ´ÆpC^cZc¸!¯ñ˜ÃyÇŒnÈk…`¸!¯1­1Ü×8¸ÆpK^ãW 0ܑ׸0 Ìk Ìk Ìk Ìk Ìk Ìk Œ7Ÿ×xþÃyï7b¸!¯ñÓ|nÉkl°1ܑר`c¸%¯±ÁÆpG^cƒá–¼ÆSØnÉkˆ`¸!¯q ‚ᖼƿވូÆ6æ5æ5ޝ10ò‹×x>à yç¯1ܑר\c¸!¯ñ}nÈkLk 7ä5®1Ü‘×8¸ÆpC^csáŽ¼Ææà Í5†[ò¯Šƒyã M8¦n™|æWÚæžç:?#=-¬V­°|œc˥̋¶UF™éíj×bær_åÞàNõGîgZÖzC˜hO¡›j‡¥åb€r/YÆv:š^™LÏÈdÐù™®´”s”ÆÑuƒd“0?Õ¤žaµ80ÕƒzÈÂ#ÿB[s©{@Øñ!×l6'.½Œ´Á€é«¼è½Mƒo:ÆIµV Î@åRsr4ÓX¢Y'Þ®š ªE ›äÍäÙb›´nH' ,cz̉¬aMÊÕš²UËÌÝô²”¦‰G×­VØÆaÙ<Î¥bÇÀØÍUO‚]½ciPÏ|]…-3×9Ùu·áøK¶9'F?™¾“q)9p—ÇÚÚóõÞdÒ„úˆ9ÃÊp•³Ôg“ñ=nÑÿÖémãrcmŒ`áAe™n¢9xœKÑÒDg˜Lºm•¤sh(cZ'€aa¶'&uá÷ÓqÛÁ©ÉÖÓU;náý+ɶ˜‰xL ²IHÓ‹¬T.GW™‹jÍ.“ïf Û &§-9«`u"c-3³ƒbå3[{+ƒÂÅ¥éÒ¹¢ÓàÕ1éí›`¶»dÎeŠô$ãÌÚÂ6÷y]™«mL3sBÌè• ‘Ì¡%]psF‚Êc» JxÅEkÙ&6í‰EðËï «'P£œ9±C~Cçb´l5SÈh"k:9Pílm ȵSبÛ›g!kÂ?7ß‘þGöâçÈii.œW$Zá¥èŒCª*4uÌÎ YSÖác\tÁÍ9Ùx%ã¢5ËÈ…üÚJÔÑö²¢¸ÐΜ¶ Mt´ \ºbhÍq©¬¢ÌõB汎®)’VØñ®ä¦ŽÍA37'DépvÞÜœ‘“µ— Ƶüh—(ì&µÙ6 ™ùÐ×sÚ€»°H4aþ*¼³F)3{îÁj`fcEpÈ㜣"Ùûº‰àš/Æ(F‰ ÂLnaEÆx£ˆ=°²400Þt£DdÏ=àöÈ;¢äö¿ô±}¬©ÈÖ‘irçKò¹OÞkóeù=Í…rçÒX,væº÷<„÷Ÿ s¿6ä¦OQàCWÏÂÊé’/Ö>Œ¢‡…^ôÿ^[}“d}cˆšTY´ˆr%%£¸0Ëâý:Z«%ø€úácß‹ë{ü“«–·¹šwy&xd•CÛïK^?—ŽÚdÀ^ö®[íÛÊ£™ƒƒÑØ\üË×…Ä“yö_Ê×>ü~!Go0žð4a­ï4Ýëõ–§ôg$hc³>owÛ¥û¾ç³Š‰‚æ: íõ~Óëþ>÷¼‚Ña„úò_â|÷é<²x¨KWýÅå:þ5ŒÓç‹×oš‡Âm)á‡000Š(êûà6pKòèó7æ1ÿÙ¯}¾æi>yº_òiÜýŠ»üôZÛd›k%—c}Â(Xܵ°W—-f‘%ܽ¸ý¤XêJêlA+Y‚o-ÊÑ…l'v—öžlcN䙕®7qq>£“þç1;³³Ûj[Ρ¢ÂjÏ-ßɃ/ú†½¶–ݹ¯“Ìë„`´Ç徯f4u9Ÿã¬¦Œž¾°hË«PŽˆ\îoT²h©‡lg°{ûºÔŽ:æÿz2%_‘Q̧Ê~$QGcn´ÜÜ%›õ§¸Îáa]µ)|ù†ù­¯<3 zÀüoç„Eö·²/a‚Ä·‚Ó³<ýûR[¹ß +²À§1Ï"ì-À;rA.zŒ¹lýå<›wÈÁ´ª ¶ó ¦Ž“aÄ|ðE6¯¿xŒHæ¥%þ(´ÙëKLý6Xåwœ³e=¼›ÙÔ£OìÔ±±S}ùžUþ•}z P°ªÀ£~æ{ˆGú+åOLnA¼hásüÉ^¿A`¬÷·å¿ÊêBI—,ÿs.‡Î‚eÏ2¯¶§òêù²íÿeŽògXŒ*:h ‡;[;ã=sÌω‘ËE‘A°K:|ÿS“Ç{žgòï€þeü ßHÞõmyœé`+<Ëcäõn>Zmoüý³ÙEäéÌ›.•ã‹|,}M|¿ÇeÄ9àÇuæçõòIgJJßæï™ËqYèÏÚÝÿ±:£çùPJÐÁÅ~ü–É3xÛ÷óáî﯎L½B¥­È.Å!íó6<á)¶ÞkcàΘ|ááû>˽–³)õ‚”KçÊÊ?-lVK(}–Wé?â³¾µeg!Vº–‹'ßÁ•{±Õ‘öv¯œÁÆ?Crèêjð¨WàhÑpFƒó|Ûa¯œÀ«ÿÄ×ê}døÍäáÛÀq\ãb×SÔ^±Co²pÊðngÐ~bìLJ…6ïe'§¿yuYãÛŽj*¨‘á‚vm²í-îD,WÌŧÑkæÃSìvҘఠgƸ-3°ñÂ>ï·Ûø;¡9YEðþx=¦½®Å„|Êwº€ÝZËì{…ï `8šåã}âTÑ8°‚W€·TîÞ)àûÑ˘?):Ê 7¾;÷3Û'¼N½¦¶ø»@ßYjo1¢ÒÚñº'Yß?½@z¡£7¶|$‹ßîú×—b`¼]ÐÚ=*“>äy ¿ Ø>´-äwKAݶ Öé2ù:ûd8ëõT̺N¶Ê+ø¨Þ`¿Q@#ú—yôç.Æ·[X5àEMOò+‡²O³‰™ToÈUN¾ ÖŒåp¸Œ‰ý ºÎ•G¿rÏö\ƒúžR°õ œ¨ Ÿÿä”þSä]Çï7ßñòîmsD²þ2­ Ö•NG€ÉÞ=,r8æQÙÉû ‹@"9K°ØÉ'ŸÎ™zu+Ð=™Kþ‡,¬Î`Uª”o[²³Ïß%.²è&Óó¼ôúä-îÞ´eúüge †wSíë¾MýÚ(éSÑëi¯Ê9üQ$ÛÉ´ý)ô•VXhê£"»~H lQ,🅿iJ^gYÔÙ÷,íÁ¼:Yø@%µÉ¦Î}gþà$ï(ÞýÎ`Ðøƒ<UW vø6ÇžG\ùÞu*ç™úsÜEVDóZ§5ÏVt8"-˦P—‡H\ÒžP£Á`÷¶ûÞ„>Ûè‰p¦ÞßÚ©o{¬«Ç‘w£c­¬ÝÞ¬Ø:GJÆX𥗃í¢~KW]Rä­Óüù1éV÷˲Jÿg;ù5db„r~ MORóôﻥ¬&+Í\YŸmC|µ~.>oxšÉ鲸Õ8ÂÛÁ'9ú9Ùベó÷ƒ…øÝÂJL}Í÷6û±-®ÉóXü%¤ðÒfmZ‚] ´í%ŸX(Áh¦Ó}»0ûsÖyg·Iľ÷}.ø>÷™|IcιâuÂw±O9º~Ï|k<«û–5ò¼àTlR(1×X«Èö„‹‘ÖÁºy‚(ü¾£*qÚ@åËÜÊ,Ÿ½´Êíåq˜õ÷ûÙÒ‚ïs}›ÛœÉºgG[¾s`¬{Áê{'µ/5—qÅ4ñ²|²à‚öãšXd“e•ȹ^¿Jrv«5§-ë o¢ úw÷¶kúdåén_E»W/ÇëÁ½5¸ÍXüßY/"cXwÊåÔÊâgI Ýê©¡ïëÛ…ô* ¥•…¼þŽÆêûõš’,ÝäÃøãïÁ£V³{¹8Ïçt‚”H:NÅ#½|Vkfßb& > ,xUÆŽ^äñNxžÇ]áBoÏa¯–/“T0•€{þvꮟʉQNï<Ïá]rª%–[Åüe¤ÞoÁ³ 2¡ç-Œ{zZÄ»ÃYæÌôŠqZ›ˆ\Ysñ o«¯xV0µˆ”é[&caÆXüÕ6ã«`e~®}Ìò­$|¯2 ¾Ïc÷…Ë2¶è7ø_µJ©NØ"C¶['¬Úï¶…§ë -°Ów£såÑÂWSúŹöR1¦. ŽÙ¿eö¶r!¢ì%.9WeÒV:äëÆ2L½E׋©ÉÕp [‡Lž`åÏø¬á¶?óÎùNpjn%¯=/±ù¥ÈvÙÔžv´É~yùX¶œç¬Úw“Uʱâz9¼üG.¾ƒv×N¢7æ÷²ðO è˜ÇÂ|euÃï°2væSÏe¸9<‡Üƒx}j³ÿ›³±u?öŒxóàŸBÞgÀw|Ì|‹ðI÷ñ÷~*y{skçzß¶ðäŸæðnË-Ž×ÎÅ箳êÝó¼ïµóè3ú;p·f†CÏÃM·½tµâÕ°|lóJL›wåZ¤”€gòpÂ[ýèäA2+®ÔÁ¿ Šá2– h¦etɯ´/´gágâ5·,ô¸ÝP“B· Z»³g?º§Œ/ M·œë«çÀ†ËÅßé˜â8^ç­D{ÆXñ¥’ƒWjõ}uVü%ñS'Nà$ic-ù{ŒÏ9Rˆó/·ð Þ¾Õ­Æó°ßKÂçDo_Öc¶aö^-ô±&cý+àSÀR‡îMe­ðHqI­;ÁŽ·ø†·=ߪ }Ù”±¼‰æÒOt 2»ect•G±é¨›#°òxéí(„g†¢rÔñÓ>³möxˆEü¼,ù7çêxŽí— ‹IòlûÎ8uöyvú‡×üʯêñb˜ V*8=¾Ì`u(öüZDŸÿÛ—Oå:oÇ3Ͱã{·pù'`q¾Ê¿åÓÄ)RÏ…Hb|Øÿxù„3^`‘­;òûURWÈžÛ”Wçw¤YЮÄqâêV-1È"åÏmæó¤Ðï{®Ë÷H« ¤¨ïN.ö¥ÐLÚ ¶…÷æHÿ¼eDdQ¿¹9üBs'b4©g;£Ër߯Pi½¼ w¹:äõ‡Úþu3B™Úé±/í\ßk›96½¯Cãy ^»ÃIŒaìA\¡¼Mï‹ùYZ” ³Ð¦kþ¤-Xñò¬%ÿ>÷x—ðÁþúœu?Ïlééµ–Þ²õö Ä8ùE.º¾![ïp¿¦ç[î²±ÁÕñ¨Ô!Í-í+qpö¼™Í»S1T½<Ù¢.‚qY;;¾™t 6¸ìÔ]¥.•|#Û㳃uàNè»vú/ê­|Ò£ðÑÛA-ª‚ã§Q%þr·µµÀÊwÊwgÙÖ³åU{Ï—Vz Ÿõ°ðïFί`­ù×^à„Cwgýν{ÔéV‘}¦{IçµWY]ï“Ç7MÊÚ¼~¾÷<ºÐ×§õF­×U{ ŒBÀ)7[Åîð³X{³ýlÇJv†ÔDÙSycvt&gýw²è.òèãûH<Øâª)9Ú«¶çAßž<¿ü {8%OOtîg˾¯ÓñV $q`````````X£žÅÀÀÀÀxðÀïxIÌaŸF <—âßiÂÀÀÀÀÀÀÀÀÀÀÀÀÀÀÀ`q ÿÖF!"ÙƒDÓ¶™^±÷«ÿij!~Ÿ\èóíÆ{¢Ò»:…]8[7ø¨Ømï‡S)"xpÜÎéiM›œ5ò³*A1Æß½¿ØVJR»Ò®*\Ðïú}gÜèqôÛïèÿü¤„¡EÇržªÅó›4nd¥§¶}=²ÛÌ‘å{G÷úövj™ÆlÜ~ëyÕ=6$,î¾~Ò‹^c7~4ksû Žj!k5aÍ€óëW<‹©±ûï ¡Õn÷ö™Þ—ð(¾Æ?b¨R§’%Jý°öç1rCÉéýžìÚºqض #Nû¥É¤~žø ôî FÅ–4ê÷þˆßù ï+¿S|¾d_M?ªêþ*egí||íOïÔ;þû¦éˆÒ%§U™þÀÿڃߧéb¶·¾ÙU×¥c:{.OýP6¸vß~†”sû–$»qofÅ åS:´ý>qã½õ>𑶏¾bëýGµë¼õòÐëû'÷Zþëæ5+×¥®˜»­wï¯o®(—á9+í»&ž•¿ô]PâÝ1º[¢[~í8̧yƒ¶ô8ãx½¬VçïËNÝis«Gʽï~YôdÙºß6ê°îvùÇ >,+û:Þ«÷¾'Ní»¹zï½—ÏÇuêóõÇa¿?INMöK½¸íúv1UoŸh!~·ª,²a1;ñö…’jö\m=ü³çNï\p¶ãÞ3S&®zX©ÔÝ9»ÊH9赓gV­[œ¹¼ÎÈð—/dî+~Qù\»¦öÂ¥3—T(vxÄ€'š€:I‹UÝíù‘fasÏIUfîö ž’Ù­ÙðÚ#«'_¨øâ^ÐÅ݃nÊö¿’è;.tàÁç3Ãf{·˜ÓºýcöÉ–ü㘸?æ>û÷sò5}·ž05ü×­w¶œqĨ&®,õoߪë*±Ï—§/¾þû¿UK§ÝMœx`Ÿ±>Ûvª÷kþüëö×íS«yõë!Ûjy°¸Âe Q§yQ—½[ïh7nKùrÝùß¾¨ö›J(ÿÑÔ:Ú.ìþ¡€nÒ]§gU¯Ö|@©¾mý>íz郧éOÔÜ2»aË’ÃT²þm>XÓ9µë¿75¤ÌïS¶„o›¡w¦%n^úÝæq³?*ÖWÛàÔ¾b¨KÔÈ òµ<úÊÜžìéh¼S¿}عÔö¥ý4ïE5jAŠª~牻×¹±äAØŸ>TåÆcU•vx‡R¾/¾KèPCÞé´:ý£ëŸeÞô ü—_h™ãJóÛ«LÛݬ~‹ƒìZrqÚ{5 Å?yvz’üaòß¶ÿÞÌÌGΕ:¬(ÿkÿ6׫}Öi·‹ Ê}>ÛwbÈîïë^˜+:²ya¿¾gÞïR¿Í?áˉQ_¿¦øU1ix·‡A¯ÞIlû`TÒ³ÙNmxîûbv¿iÜAÏïKÚUô꺷ß×ÁÏöWúGû|ùÓ‹ûŸÜ[ú÷‰5®ü±7äëžž[®×¶Å–¾Nüw{Ö }Bƒ>÷ëdÙ>üųßOì_EõžhxgàÉïz}èJ‘^òáž ?:1¹WP¥qHÍÍ}.ÞüxJ]wíjó´ù¨¤jg{›>tYÓÒ{Zµ½UÛ+Øó>Ùà㘉ek1õâ•ç<¿ÝgѬ¹áwã~¾±²ž÷Ö=Ýc{G]XÞâÀ‘·´»ÿŸøú sÿ}ufßw±‹~\ØÁç/þÙ÷*mâºUžo[–gHY7ûðArå̸ÍÓ{*ù¿ÅQUw-¨T~x{ŠáßsŨGwŸÞw]»CüDòÒÐè«=–Ö}G6`uYÙI‰F«Þkrr~íÖ‡=¤ÖnthÙô°z>kU-ýp¥cë^ª¾úX©¯“w¬®:¾åéüÈ÷ÞPåÆ0å•ߪôîz«XûÑ]3oÞÛÿ¿~JÈRöé÷×ð&Gæ,¿'½öhxßÔ=O~›ÜsW–çôU¯z_ëùÝ£ /{f–?%¢_‹i)`µS JE)H†fŠüÙ÷g<àÓŸ·Ò¿È UDì!1¨ ¢%Žù´Ær‚>VŽ”ý@PÜïòÖU˜D!Ôå¾[¿^d*ˆÒbIöÓÞ‹4%õÂ#¦õÆ×[¨ðé#F¨W–zâ¡Ä+f†¶¢Á¼¶!ö!z­ÙYÌ>Ó:P­rJdòÙ'¶,½–[Ïa*š'þŠÝž‹ï]a(þû€ ·FAaô'&ç7ÚôÝÇ×/ >ž‚í9ŸW@èϪ CA üžñÎù’Ý‚ù¼gül^NêŒùs¬Ðõ¬2˜ý4ƒ®ÇD½PާV×:[&ë¼Ìml±¾E®ËFñ4++k/›Ømº¡a_V~µ›ÖÓoÌ='Pð\;[ £é†¢Ë;†­tU¶¤ìuæc{­Iã@þŽ–!_@“@@YóêSWN{=K ìWXÅbÒ œ+ cN{¨±ùçòdÏ=‹Lë¶Ò±ü*¼ºÐÇ/³çO´Óg¶Êålû";}ëŠÒéŒR<^ŸØãØ9ör6¾ þ¿bˈ:XërÓçÿÍöiVA醾6ë~¬•®Øã_¾èp~Ô“ÇG§Óµs?Ísè§…ž ´­]åÛž§ØXGìl[›‹­w„Ÿü2 ìØW”Kp•ÕY.ðl¨Pû"Öžäõ_ðÒª¶t(·@…Ïe~}ÌiØkW$`÷Ÿ¤ÞÙàÔ9l+?¸Äîÿœõ¥Y…`ïró¹WõQÞjk[vNhÐ`‡“YyÈKÐ:<‹A4‘Ÿ³=ܽsÛ¢\Y‡zô‰@ÿ=ü×áF€ÊËXB™@y«¹)¾y†é5#×Y/+ã㬱·4åg}xín·,ü<ÙºÕYÎ~l€I7‰u—] òh_Tmaà)žÔިߞñs¥\V:`6òS…‚f{éÛ©߆XNÙW.èŠ]þ½MpD?s±ÖvÕæEnpdß‘~bËÔd&[ÂÎD‚¹Œ‚ [öÕ‘‰€|±vtökŸ½frˆ'vøf¯]…Ú·Ðê슿àµÊËDTè´ÛÛ:!ûQPu]üÍYË6ísõÊåªóæÎ%Ú´ïˆÜú6¤€xöºH^€Šë¨±w*hÊobÛ#8{~UÖ6`GxtídgBν©F€|òg® o«åµÞV:€\íõ0§K§³¯(ϯËÀ¾éŽÇÉ€•Ï)§'( ¨>Öö#njʞ5æfÙ­ëkþ˜~:£³¯qâ&O“HVi8:ýÆ1ù‚m]ÑÐÐUÙºÐ2· …ÈåN¤rÖØåú[Í"•/ŠY>Îä6ïý”FÞÆlÿöåßWoæE.³Ðæ»#ܬ³ƒ³§DaégQ Ì {‡ƒ?Œ¢Š»wn36è™@W…š Þ†Š»«2:ú|îRóó³'é¹h· È„žm-²(JÙ<Ö×ê{˜À9xÛ5¹·WÇòþ c<ó_Ç}7…諳b\¬U4Éâ{Ms¬<ϼ|)ÆÓ—ð÷¦9΂¹í@®£Å5åP=&ôÓ?eQWdúy=…uyè;­ÙoqÜ~Mlž»™Èòwf›~S˜°(çzôÊ"Eþ·_¸Ú^¶ª[[/bœˆnÏ¿Ë^¤OŽ²Ç£xÂÜ®]̽dÕîK Õ¥ aû4R“kàø¿Èº-7ð®:Êüÿ—Í¡þdI«|/Zl™^@öGÑ$BǬòŸß÷‹vóö¡ÏÂâýn…(‹÷[õ_X¤ g¦ æøK¶ʢ½„ª)RÀ¶7{$„¬ Ò€Ùã%’X–âC6h.a⇠-#øég£¢ÕÛÔeá¼3m[ËÀ·Upîv^IkSûá[_&­E¼tÆô÷¥¢«Äaæû2ô1ÅœÑͪdï¢DqºýP&×ã{ØeÓ}ε…®mÏlµI–‘3ÓX©ÑHÊÔ«q$¿5âÈnz‚¨Zi¡‹*éoè+ò E˽GüÂm—gþw£{’«ßZ‹³³¿eŸqEÚ #¿D‘h2WÏßHG|½’Cf‚-T‰‡(š3acØV¤ˆa‹D´ÜaRf÷íjÖmê‘©¥>}ÊœC'> ¶šñ¸ÕVJ?ö8*)P¢XÉ:4Ýc:UØæ zÍ–Â)ìà-—ð¾Ø—í½$Ïf°ÕŒ§×ô¯º‡R„sæï<1ŽÿÀl˶K¸ÄUbj[Iú.Ó“3$Þpô/™Ôë[®íz0WD‚x€LE!ҹ̞r r®gu¼òëÙÏ:èC"¥!¨äòú* RýLÞ˜‘ÿ#²-Hv#7{ö£j¢O<çx6'é´W¢p?¯Ñˆfü`2öI¥/\ÏôwB\¡ëM$Ðå‡ “vÍÉfUq§ÙLwÄYՃࣷE¡ïYûa~¹MÊ3ïns' ãõ¡DÉRYwïÜ6ÛfbF„›£9bó,ô9ììÞœà ÏE„‹üYw²‚ƒg Œü ¢Í6†¾GÐ ¯eŠá6à=«Oã ž100òqú3«pä'ÌKÙ[¼Û¼Z„­5D…Ò4O™ÿ†L/ƒða^ ÐÞúÈÙ~iKê`9øà¿Â_?Tp¡mÚP¨¾üz -šn]Gó*ô[ñå‘å ¶^8$ò¡ÌôíÒÈþÖÖ\ZcÔºìU]è'GÊm¯ýYwZh­eiè+á /­9.u¡L¹æeóÅ zK€¹«²bn\n}3zqy¡ ÀµŽ,Àj«Á ;û™†’9Ig.+eå¾;ñÙYüšo r†DpY ²ñZ—ºàlµ!ᢢۂ­>±6ZBík«o Dó`äò;ÿ¬|¬GV.ÎÙéëkr[d\h X™“õµÎÓîÂúì3FQö×öª¿"”/ ¾-´·Fª½åžì-ÝåÌLØë?gÚÖQÎyä’+e*Hζï¶x«:PsÚOí,z.dŸ+8 wœ(Gn®£?6‘ž Ôב*±¥¿g­l‰Pû8jç ýcî×Qök=¹Á–*{U|®#?TòÌ^û9Ç8ò£y…#¶LhP—›t5¯\}‰OúÝ úחΛƒ,Á3€çÖàì¯:Å:0jvÄÑ!'FÀOí8öÜÈagëÊó0V¿$4À Àà;´¬…ÀO“¹â²ì¦„“£J[pä—…rûu"”Ëì…£ (˧>rö×—¤öEn®³õ0ÿrJnAŸÍ)(X­S6Iˆï©Tªû¥$†dç ƒ20!!6¨WçV(X¥R„êtd—$cb .jŸ.B* ÑZ½Z¡WiüƒuŠP=¥Ö"½!°©Õòfåƒå*(œÊ_¢ ÕøëCUŠ¥Ú?2NÞ£—Ò? !…6Ôà?Dç¯S)jMŠõï$ï(WRÕ¼´!1X®Tèu­Fä! ÑëjHª£:-ãÔZÿ¦ ¨cé`*X&Ò«eˆÔ*†,žM&÷7’Æ •.p(aŒL‘Æ%D“Db¯`U¨Bª÷V‡* ªSlÌÀpR­¬¬Q)Ûz#µ,X…B”H£U(Õ4«äþ=‚UJ¥2°RÊQÎy© ¤‡ªCµ¡”T¤£TzƒB®«.+fP„hTþªR7­«jVœP+tZ¤Q+”Zªó»òa )‰ddB\\x|>ŒŒ "û'$ãÅÉCŒâè„ØØ„ µ.pHL|?2•M1&Õõ ÑzÐ/+©v ‰qd)¤Rdrxbr’—<œ¢’’Qx"Õ/1|Pÿ˜H$JAdL|²11š4*äÅ2$TeÇÍæŒPU §­ A´­Ÿ‘sf¦Þƒos1e”ÚÖm5!'c}kª¢ÀuÖAþ'g ‘Æo_ë_'B¹Ì^䆼:wGn;š¿Ð »3³›ŽÖ#‹ ž“xzhÓéçÃOs"dûç9…n#ÚjO—’ØÞï];ùÓ‘B£¶ÅÞ ÃÞCHoøzfÍ{v9ac Tr@äe¶Sh åìOBÛü9hGl©Ÿ¡eCgÎr[ÒÍ€>·[ñ< ÑÒü¾3foI4[mäÀàÜ‘ŸÕ”fñ®uú×¢œ±Ó”&š7ôÀ|Îe_}°§7ÁoÞìï̯gZ¤/3ÏžŽ¦WZ‚ãÐK;öô°¸þÈžžÌÆÅ=½˜ÏïËóÍKÈøÿgú¤‹¡¸Ÿ½Ï¼ÍÏÏ´b™y‰d^ÁŒNEÂ6£„'R"\Dnç»õõ2«søyðó”²û¤ˆÌ*o¾Ø+¿+usö<¹@{Jêìa£ øçY÷‘­üå¹”[nuŽõ¶#u—;±ŸÞçé`rÒ²Ç'y.uµµÏ^™å¹´¡L€Or|ôpOž6Ò‘å¢w0ôd®[é½­O©ú&d#Ì:+†ÿYYÅ <Åa«$H)²<)Ç“ ¬T²ò.HeqTªT·!v$¤¦©‹ƒ(¤ˆÒލ@Ô ­•„ðDbàI(H]ú¬¼ò>+ @ò¤1HSž4‡> iaCZ´±’ö xòH'ÎVò¡€téÒ“•^ ½Aú H8Hˆ¤HVbAâ@@±’’2dÈ‘ £Y 2d"È “A'¦ZÉW ³@fƒÌ™2d!È"oXY ²dOV‚¬ae-Èz i ›Av°²äw½ ‡@þ9räÈ —@î‚<yFë/!ARR eA*bäR ¤ˆ¤.H¦ íA:€té Ò$$ d4ÈXÉ óA¾Y²d'È1Û ¤HŒJƒ¼'¢Pgþ ƒAÆ,ùdÈEI¡ V I ó@î4¦(4"Ñi*b¹’$!‘”DJ‰xˆÐB¹uñ¡÷}EHV’@3Êh^~ôEòÂK¾• ÄAÖ>ò…b…äm›EleO³ã«š`óB`»!HG86ä‰ ³AvBÇA®‚<ñ"(¤I!H4dÈm &"݉PiR„ƒÔ¥DH$!Ðy).z Í9ó·¥¼º¬ˆX ½IÞ–J/ë-FÅàúJ°§\÷HOð(ŸƒÐKìöí\âé¦kLqoE6úµ³N]zв‰ÝÏž÷ »¿ö¯¦ý~ìþì~S¬KBŽ„Íg*°^|¯XÆ*JðcEÁ>µ@¯†Z“ÝWœ•’¬Ð(ÍÔèÕiéõ‡½‘y]LĬ\ š´¢È´LNyr )#2Õ»4|–) R¤8H1?½’-¤âM¯Ç â G@u$¡—7•€ˆA(v,t`VÑŸl·fÁ÷LW½r-B/ÓHƒ^9ôÈS ä ÈcG ÿ<$L Ó«õ‚пžpäÈ]´&)и‰Ð-› 7èñÈuk„‰mWáó ÈeÂ4þ {é|þräA¯~ ƒ8tz[v½ÛÓ §@N‚ü rä8aZÝ÷/z-Ô£ ‚‘&&Sðyä aZ ú½ú/È>‚~¡?@öÐk)ƒx‚ÐëÓkÚþ²dÈvm Å@¶&®Y­Þß7&ù>ÁÔ PAf¥fšO>ð™²d=aZ×øŸAÖ¬¡W@þ d5È*:}‚žœ7ñïGØ^ ²d9aZ_v)ˆŽ-ÏÅ ?€|O˜V×sþß´Ú-=^ü„^µz|.ùÄ0M,€O%Ëù°íK˜"IzÉ8zùÉùð}.aZ1yaZ×Û >gƒ|E¯a 2 d:A¯ ŒÐ× ìäã4ØžJ˜ôáKøœ2$¾ÿ>C‘ie[zmåÏA&¦qíDøü äS¤GÓêÅãÓÄ\&ÈXØIÛ øüdH |OIÐ+Q#4>G€| 2dH*È8žB˜V?O†Ï$(V_éz€ ¢Ó¡ó‰ òAÛ5Ójâô€~ aZ“™^§;>ûƒô RÄH˜&·#ék ÓúÌ}è¶ ó¡g è>=&OAôzÔÑ#ÿ@ºƒ|H˜V ­^WšOp<¤ ­#´ýÏN €tiOЫ)#fævt™àœÖðÙ¤%H+ m ÓzºµAÂÓê¸ôª·M@𦵖ƒ4$è5z¤H}æô~D¯àm²‹ µ@êÑ}Kó ¤.Í==Í´Z²šæ'HšÃ4ÿ@TtßÀ±– ­@Útfíòq`8^ DR›î?Ø×¤m‡èö"L«Œ7…íj¬}ÞÒä;F¯ZO¯|N¯C½ä½ªq ¸®:ͺÞð½­ t¿‚œ¡§PšÓçt¹@˜Öp®JЫAC›±öŸ^s™^w3È6v‚®ÈöF ódaZ]¿ÈrÖ‡Ð+$wÙŠèUxMëÓþãûÄ\ev"^5{ÈZŸiýgý½Òú:š“¬/ÀN"Ò>ñ ­ UÓêüÓ@¾™èõÇÁ Ó ÝkØ µë¬¤'ÐèÇOéµãߥõ>§°7gè7¢ß¸û„^-º+2­ý32­ OÿöÃ-—¦é*D¯VL¯ÜO¯Dü Èj ›é=«ýì¤Ý]ôÜašØœŽLëàÏi ²d1ÈRUÈ´†úz^ ½Av!fe|ˆ‹M¾ø;i~“§×¯LÛøü™lµw´¤ímWiû©fm¨’í“â({-ÿ`Vgj±ííÇöcMVwÙ¾¨ÁãmWª³ü¤í\ÛÇ^,w¼y±I96y‡­‡y¡ ›—”ÍWÂæ#fó÷dó¢xÑíß…—ç# ΑTF?n)"‚$a§ˆ"(’"Ä"±X"‘•gË P}Â&ø‡H¡#Â׊DÙÿMÍËl‹æ Šý„¶gv‹80gÌ^‘i‹þ=D’ÝS¤˜þBÐ[ ì$™cpEÁ½ ¶(ZÄðUBQ"Ø‚?ú“Öþ$b©˜„®¦»›†T&‘ÒyÈdr¹'×J>ícŠÐ²ß%}lÞGð´óLTÇwø¤’¥ÛùRGçñ§’v1ål©ltbUó*ÜZïŸx»–oy6…i¼ëµ¼º4ônOú{ ]yDPÛiïËNÔl”‹ÖaN>X•YvÒuŠOÛ=ÝÅŽñ…X{2ý2Ë;ÿRl&.ÌòŸs’)8'Ä®~l³_GJ†ƒ¸@:wþ´{ëz½ —0›¿ð**=¡åiý~ïÂνÛú¼šú¾î– Àg=ð(½ü‹/Âà¡{>êßI7‰ÚÒ¼1/0Ü]íÆ·™rþ7YÏTÎkúNê*}Wne.×s`,|%Ÿã¢9¬_ú¦f÷H+ègåÚ€ÿßÄËs@>úœCyäOt¯—ñâw£@ZœnËOØY¤ãŒvqɧ®€hëœC‘Î)®/þf·¾c#µÎÞô,ø{¹Äm'-FûR“íðË[›ÎæÚ´/éìµ×AîƒÄ‹'0#¥vZH}R{vòñOqP¯[Ì_šœ¾Æ¶}÷àï\záÇœiêõÔ'IÖÔ§¹÷´ß¥¹”fLþ¡ÄèÑ9…:ƒñºÆhïAŽmG}@Ïá°þL´°É‡íZèCùè£f‰ñÿr^DüZJ°V^”Ùu‰›uºçýÜ{²·¬V?¦ÍбöK ŸYö-õ®ç¤×óÊ'+U„ÞÖåÓûÑJ­LªP´þz-R†@©Bկď˜xR⥠Qh•:$êD¿,LÑ/CJ4FQ”X”íeL˜œ0ˆ4Æi•©1‰ ñqÆøäÚdx<•˜ïM¿§,‰¡b’^ò`*X…ÔT³¸cT*«Ó(´ªPqÛðA*D¥$=ÃɤAÆÈq´1<9%ÑX’ˆ¥Px?c"9¤Ldñ0Êün³Ü39Œ Ãã‹ûkT ¥©–lD‰©q|B2Ù?)L ý½FH ]}=ýöû6—7ôýÄwŒìy,q°8ÙžïæSÄæâÏck·ã–±eÿþµ?éÑÄfKä1e‘;b¦m°=ßÅû#IÎsæ:u?ã}/œŽr•>eÞbÛ½ä­~`´n(˾[ìç¯^§ìxúî‚>§DÔì¶ãÅ7¼­|yc¾Ô"R¦•l_x0&ÆSK¥{‡gSv80RÏs…Ý:•‹%û’›9U¤Ÿ"“²-qKÐÇ,g}ß5I–gÞŽ³Dó|‹‚š3íÙÁ¢U§äËˬôX›£m×p[¡lƒyÇ _·Øaß^Ç«º@]G[µZs+ ´šù>Ê%|oOí} ù?'¨¶”Þû¡ÅüPK«Å?axü_ÈHÍs‹/elÑ^—æ@îjžm^l}ÌàYäËžbÏ—ä46ŸHæÓòÞêéëùXÞ¬ŸÊ«]¯0ßÿ½¥OÛljû°-øƒÅþϹvÝÆÚæ5û*—öjlå~ÊsûÆr¼»+è·æ0%þ-å¦<Æ/Í­X>ÌÉëÙ‰"÷±qüôìU;ÞùøkæºÞêNh8‰0Þb Ó+ñTõÄ-ñ&à àè¥[åö•ÝQÆÆ<[Ž…9j³£€jÒ—*ZýØô­Ô~Û†ûœžÁ½>l¾±ìx+ÿ6§Ýé.øŸ¦vZïAøÒš?¸#Kp¸Õ¶çr<ÅéZÌGؼæS;OsàI¤¡Ô+•—û¿NôéQülÀ[Œ†Œf=¶âK%¯þÕÊâ//´r‹q”Ê %Ûs[9 Ylsd!ÜKÝâ„yc–¢=σ¼_hïM—³aG›2û[ %|Ť•Ë8ø*Óo“Á’gX´Ø!vâòoÐ&›-ÙÊì%Ø^žÇ6ŸÅ”CïÓÙg¯žòdŽsVpìYÀíÓØ¬Û—V׿àioKbåS«81š+à—Y}oçrôx“é×AÔWyõÿ—c†þŒS×ðJXõ–Ç@¤oÞªl06§[­Š(¯^åÓ}‰[Véø‰»q–¹ŸÓ¦ÀÛEäõЩˆh‰ ñÓóZÒ‘i¯}oذ‡e¸ýL;"Gûvƒ}·È•lkUeÎ`J³“ôoëÉhøÄéò}[¨o„ÖÍ÷Y[‰ü[z}ìLÊ+-˜v0cêŽV­ùž@·øö‰…‡Ù‘£m¯ç[„yÕªn-t¥«Õ¾%¼òÄòbº? è­õŠy¼¾‡Ä¡9 › ¾àÛNæ'“ðÛÿoæÊhú"^C-ÿ#WÖOdH޲}¸¸€üàz©ÚÁç‚>8ï´t–t‘t ôcéEæè;ì9$|Þa·½¤^ó“Gc¶½ÎÔg}ªÊ³©G3»ã6Þ}˜tr:æäÓb§ÐÜsòg6£ì!¹Æ/Íò‰µÍ|®äáI¸dålàT´³Ô¥¼ÃØßVúûÐNÿÍâ|ýBôú=ŠÈºž4>,RwûÿÃq‚Ó˜’‡6ÛÀmm<êòìÅjnœéë]žI¥*›VYvDt9ƒ€ØE-~î%ñn\H6èó"õŒsŠø˜ÅÜÊlñ»^@%èiýÎÏè¤õ=èP¯4w8Õ²oøsÂSr°ç Ýþа_µà]ÿ`«ÕÍÓzísТd7ë_Å£ ãßo¨oéiy^g5:fdžõ¤ý6OË®pW¶ñùk«Úz¬ó y.FQÿîisÜ×™ËkØÆ>l©¦0ÑÀw.ÌFÝ`Ó[öV[‚’2¬£eøí¾"‡žx #®áùQ + æâƒÕ¯ùM¨O<ú ¯=‚ñÖ£~S£H`3¾§‚QH¸öÞYЇ ×–1=îµnÍ;¥ÓCü¶½èvãƒÎ’ˆO'-ûaÖ¥jmÓ©þ“ª(ÆVÙ7æëG ?ï?ø—údmk’ØzÃg5MÜÛÝð2ú]ïJ¢r/×}¼¶×{YÝúWí~ðrßá•wÏßÝrªºQÓⱓ.Ž|º¹œ´×äWו“ÓÝöž¥q:¤ràUßÈ¥^'Šm¼=óÓ¸«Ä_ýÒ;2`ÆÑÏŸ­¬³ùþÉ> ¼¨?ñ¿ý )Ï§Ž¯U–nêQãÄÎæÓk7*Ÿ†–x/Úüî^nH}<ì÷†Å¼?ô,Þ¯J uóˆýã¶ôÞšÕbœèÉŽ’Å1ƒ~©q»¡ºUÚÄðÞâ„n£VÖ½œXÿÀ”jŸG• PW‹™ßkiÍéo>[¼æÉºãžÝù¸w×’3S7¾¸|äïz)»J•Qœ½×:mTó]—çŽY´ù·?|:¦õ?7®5ûõ“W¨}ë?ò,·ðlD·_ï~”Ñe¹ü\}ï·Î-›¶5®æ•û‡ïꓺ5ýÂ*o ýêIÝôáa7¬8øÙºU”–¢™¹€hxjÙþZ†ä»s÷=èX¦Zï˜×fìœQ.ióþ?•{Ü·Úœšq×öNÚ.ï»ãÈ·å*'7‰oôxý˜¤âŸIÅò*SWþ·vlè7O椯m7v°oïŸÿ,}ìôÏÕ¦ï=~ñ@«gÂïoñòú»sÙIOö$˜ØbÚ°mßWz²7ê=4#ìܼÙk“®G”ùxMýw¾\ÿ}ù•Ïžé¿¡ÒÉ‹Iµš}(ߺÖxוÈZ¿¿([:ì\É'_M¹=ûÓ¨­Å¦ÉîÏý­nÀªûâe#6¨˜Q÷Öýo úå›ñƒ7=2ÜjÿÞׇb[W­F‹…ïzv•t7 <»ìl‡y²wV6ª¼"ñðÄÌV“Cï½\°rp`péð÷BšÅtÖ÷ž0`ÐÑw¦Ékß}¹¯I·Òu+ÏlVëqêíÝã‰ÊKƒ¾ýK_Í÷×½Gÿ »O!Ùµ|Ðûãÿ×6­Ëýgc3Ê7ò¾0æÐ ûþpmÒ'¦œ¸ÒQïÁü­'Ê$=VW®±=kâÝ|dU*+yüÕÖèê-'/h1ãý˜‡íkûcñ²[‹ë*ê<ù¯Êû—éFW}g{ņÑnøôN»ÛîvÙÊ¿IR«wÎ ™Ó:ª¿¤Íó&snïù¡tñ²ŠßXëU³w¯ªeG¯H•\ ú´C«?¯Ÿ?]åÆ]Ño§›kÏÛÙ~ÈÝ2µªù¯ÅÎ[Ž>ëÞxÒ†-£›z„¸Óñ«CÕ—·ß8eÉÙAº6;|ºÎU%‹&=Ë<ÞD9M<:3Žšßgæ…@¢ìžƒß¼üï‹éµ¿PÇ·?x=µSóãk#«=¶hûêM²O¯NN8}ûÌ7ëµ™7yÚø?ìýö«ÏËúV jà÷Õ?ºÞ£¸_¯Ë,ÏÊ=¿±K=ñ4µfá´Î}ol]õ¨FÓ ŸŒ>+ |‘Ú¶Ó©øË•Ø9lM± ‰{¾{ÞÀ{ÄÆñÇ}Pjqƒ;ë%?†´Ônö(¡úGûøêµÍ—š·©ÚæÁ^Íñ/[V\rîÆ‹;{Ìj®öü'fÈÒç—üµ!iö¢— «ý^uº6ñç;uzõi´fEÓ ð©åËüÛ°{Ò ÍäcRîý8fN—/ÃÒ¾ˆ z¾sÅÄ5±«÷{]·µÝ•¹’FF÷¦ùyùÞî‰c¯œÖ »3©Â‘¸¿Ô[;MªýeH¿*ϽûüH긃’º]ð¨Ìñ]ìž^âÁÀN#RÆw×ɧי m_è9õ?«ü;rá¾Óߣ^­ÚªÌéªU«žý:ØsËW‡{~u/và„ÓÍg&|v' Þ˜;µn¹òÕšK¿F½¸º¾÷ðú[ëÿ>ãÝ ú,^ræ§’Ã>Ž­›úðΆv¹yxC×ÙqMWM_Ucê‚RÛõL)VkõŒn}< }ºyXƒ –\mÿ¼B½'›Ó×/ÖgµoßÕ³ãv/­vºeªètñúø¯Ê¬i\ïÀ®ûG政0*k×Ü+«þ–ÐrÔŽž^¯î½~è_¿ÍÞý‹î³]³«E—ÿ7¨Uêô S[~öïÿ}ø×«OzGû´¶’&Àç Á(šIG'¡=nÏjh´”²AĨlýÌk·/'rÚÍöLtŽ[½|šý|IJ<Úˆd¼(Úbå‚“ä`ÓX™mÝ’£¬U5i°_rMšd‘ê^ ÆK&³yúJNˆý<öÚXÓt"ªW ”/A¥$cP5©Ç¨¼ˆþÒhµè(QRé RŸaÁ/èo´]òŒ8×Ì€=¥/Aû ñµ´Zy!{ÕýªLI~ƒ¶ˆ$ÏÃYßX­yÛƒæ$B?@ŠIúɳ cí~²xrf û-‚éAÐ×\a”z »¿Ž”Þ‹®Á‘ŠP¾‡ Ýa_sÏJ(ÅzNõìáMyˆÉ1žÞ¼¶():*ªæC¯d^‘ð9x8½ûœwDG/ž4+Ô8 Uã=“;_y|dêYdÞiƒn]ùü—žÝ|ð­±õ×öØðáÔ{G¿eÿwÉáå[Ú>iî¼ éÐ*33<õüáÓ–/:¹ÄÆêÕªïnvN¶¹R…äîÚëûJŒzùävé“û¶òøV—>#þÝÔ«ÇÀ•e>J«{ºíóAFŸüxTÆÝØCm»øïkç_ª³_Q/áúÕ˜m;~XôÕò *õ"#¿K8·¥XâÝ[? ¬Ÿûµ«\/õѬE£ÎluaÊÝt}ü©5ƒv¾\X'µÌÕåkFž^ñ¬ýg>ýãWˆèˆš©Cêé9³fÕªÒ©Óà•μ²xüп"þúgcü§ŸŽïéá#ßRÒïâýû÷¯×(9î›cÞŸ·uÏHetÖù÷–íûHߥ#¿ASîºsðP)rfô¸;ÔºнÇî4gç‚Cƒ:zu88nöäS7וØÛÂk·J'ütdêÊï6)µÎ„,:4x­Šêh Ì[ÐmܸÕ}†?n5(¢qãV‰œè\aólâKïÛcëHkvšÎ¶F+}½¤Ÿ>:syf™:O‡ÿ1yH{~PsÊÈÛÑ?¡ížƒÔg9{òÂÀzž‡¶hߪÍÄI“?Ÿ<å‹IŸ¯[ºÂÐØ6­§ßÄ–N½¿]íLÛhÝ ¨Î º‚ô:‘Ñwš c›Á¿Õ¾v¦-D·ÄÞv‚ÇL‰ø×[FoÑ'.ŒHŽ^²´V§c+Öì?^REF”K\÷ó^¶×«Ôk6X"•<:¼6„ýÆ^7ïm8}¬êŽ?Ûžöˆ‚QTÃåýúuÞóxêÔÉ·O~úÙ….îܵbÿ«ÀŽw¯½kx0}v ~¬¸}ïÄŸ=xÞ9jwׄŸ®,¦¸ãíŒö·²qÅË÷—ž¾0"äRDä^®ÅÍ\~àÜ×Åç«#B"¾ÿÞ\ÂÀzYŸ6Þ»û÷¦3LÌŸÊDétÙèÿ¦Rš·hæµWÕkÿJ1pm Eô'P²H$ë=¡`È›*M¨´­T¡E¨V×XeP)tâ©I æ$ o‚ àdB¬Uê¤$ìHHô“†d)’ˆ <ü’R¤ä•V¯PjàZµR¡TêÅÀW"U”Hj“É~Æä¤bJ5.µ¸Q<‡D"A‘ I<õj‰T-/ ßd‰TQ d°Ø3!Q-I2*Jˆ4¾AJÉpqllq¤ÔI¢ý R‚]`Œ¬60†"E‰FQ¨ÁpQä@L e #Ø$ TIâYL‹BBUxH§]ðºt"sz[¸`æDØÍœÀ$ÿM.xšÐ16dØÛÎìžéÿ£³3°>Æf`Q—ÂË|i:rj˜ZÅä6=ÝeÚcš*£Zœß¥ÿ3÷ôçBÇØ¸°!3÷5M™ür gáÌÌ<ªÆc:¹–̉…Ù‹¦DX óägÐ2uºPˆ†LYM·¾15°®K¡cl"u)´ÌÎ$ó¬»ÌüþÃøÿá?ü‡ÿðþÃøÿá?·û+:÷Tš|ºÿPM¬ Ñ*èIÖ…Ng ½MÊDêP‚TkÔ I–q*­ÓÔ±t°8X&Ò«ejU¨B÷ÿöÎfGn"ˆãÕî*Œ=™]EAœÐgaÇòרn!\¢ˆ8 ¸ôxzâVü%·g'{ŒÄð*ܸð&œxž›HQVHäÊÁý»´ÚvU»»e©ë¯j繑†9!+ ÍK.¸.JYK¬[êz9Åíåäñ:„)‚j·x—]Ÿ'T©WŸ_obøžXà‡D¹¤ü)oä¤YœWµ¸çmSáÇgKÙ£:â€Ø´(ª^ŠÃ=-„þˆUƒì™oNSäÎâ↕*^ñon±í±=í+¹±i(%iÕSßòí(ðwQ@‘÷ãfëçÍAbx.%ô¤ÜŸ¢mŒ'=ÐP”„푲ØýØ´E3i2÷OŠ£)^ðg˜l9ð$]Í ‰Gn€Å]‹y/ªåûë(XŸ†TÃDÄQËÁ+Ú¾—ºc†±@ ;üNÖ-»[z|³šLwìxÝUÒsÕpCSkf¤‰'¡ŸCÀ¿”ä„éXÅIS!ä$ƒ<¹g9tr;·S7 “6Ö*aYJ†!&qîç9„™¿‹#þ‹s‡%!‚Óiæ #s¢`ç‡Û”x˜c/<È ?KðÓ‹Ü·W6:ã¨)j)J18S˜1„À±vÇÆ ÇvU˜Ndoˆ±úÛeëg¢{U©áÞÌl}qЦ"AzZC“Tb¡Í–’½.Õž†Ö;é%çep Ù­äE€_µ…¸„8Ë©0U2M¤G¶“Åi°$Õ5Œ«-õãÜýáÖíÉê —“ æàè²ë¤øG¸òàÆq¼Gã¸OŠÓŒßiŸ[' Ç‘{¹ÄÞÕek›x)I‘µ²Ü”Ëbåh÷2 `Î_Ê™™™™™™™™™™™™ÿ#o˸…†?pnäŸð3üö ¥ü À~aoý¿6ÿÊþb¿³isÍἘ¼?}þ0EàÛwÉ(§OÞo¿}p×‹ÑÆ[;çÅd缘êÿ]þmô7꘩n endstream endobj 610 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [87.238 330.694 258.982 341.478] /Subtype/Link/A<> >> endobj 611 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [87.238 246.714 258.982 257.499] /Subtype/Link/A<> >> endobj 616 0 obj << /D [614 0 R /XYZ 56.693 815.761 null] >> endobj 119 0 obj << /D [614 0 R /XYZ 56.693 627.408 null] >> endobj 617 0 obj << /D [614 0 R /XYZ 56.693 603.757 null] >> endobj 388 0 obj << /D [614 0 R /XYZ 56.693 413.373 null] >> endobj 618 0 obj << /D [614 0 R /XYZ 56.693 393.503 null] >> endobj 123 0 obj << /D [614 0 R /XYZ 56.693 317.753 null] >> endobj 620 0 obj << /D [614 0 R /XYZ 56.693 293.982 null] >> endobj 613 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F64 307 0 R /F74 437 0 R /F52 247 0 R /F72 420 0 R /F76 619 0 R >> /XObject << /Im26 609 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 624 0 obj << /Length 1609 /Filter /FlateDecode >> stream xÚµXÛŽÛ6}÷W襨 D I]™>5MZ¤@qÙx™7Cnf‚ÌËÀƒ$ÔD)') ½ &"Ex‹ÒÌlQ¤×mžï67 6¢óâ„$"ôRÁHB¹WÔ›÷¨·‡1p…D"óîÍÌÚ‹%µÌ@ Û…\4v#_Ô<õž)€á·S€[³½ H)Ÿ1‡‡)áÐŒ3A(G”Vib0§ÅDwlyì#fkãípŽÒ‚³$©@hYÚßTå?¹]ÎÃ'Û dôòfÌ~ÀF0+9¡ÿyÓ;Se³0õü³fƒ&väx:†Î­‘Mß>Øæ­ú¼X¯§5yíoÃo_<»ÃdÿA Ø*T]çÍ޾ܗU…»ÎÂFÉxÀS"à/£AÛØ+ûlT?†âvÍøC,›»%6%b S%«ý£Ñõ%z_qØ4xŽðdeh[ðl† ˆYòm.xÈH–Î… ^‚—CÕ—§êÚÑïPþædãœÃAbÖúß[ó¤uŽT¸×Vrçõ•öê[QM!ãS«ôè§r?¥¥_ÀU•]NªNV²Í•½¬»s¨óvË2ÿn¨æUê¼ÖÞSGŠq2!À#yÓ(¶¦()FI1Jx¶ò$sãŽ6pP¸FæÅѶfþR믟]„¯—çvÒ¾¿•;eåÒƒ©XêÁx±e:̇!àŽ½ƒ ènO×ÊÜ#C"ãÓm…M=={i?O¡ð‹’ì<…÷e\Aï,> endobj 612 0 obj << /Type /XObject /Subtype /Image /Width 746 /Height 173 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 629 0 R /Length 6824 /Filter /FlateDecode >> stream xÚíÝy|uþÇñ¶´ ¡­PÊÑŠ\miZ õâ†Eý!ˆ¬¢òu]凮.»¢ÂºËå±[[°P+ȱ*ûCý! j9ìAﻥgZÐJ·Ýo;³É¤¤iŽ™äõy<ÿ†ÉdòÍÌ÷ûÎÌ$õð (в´ÎÕÕ %)Ëi Š¢(Šjï*¡5ÖæÕ¥‡ý»G•iµb:ñŽ)[OÑ,EQeyh1‡V²kËÇNè;û“3ÚòS¾!YU548EQnRÍEkP¶.d{7~щ%þCÿtbýø÷í¢µmÛ¶4… ;ÚÄê–¤®]l`Øo­n4—Œ.ì6ïÍ öþ^ÝnêÞyCf ­m§›Û&ƒJ»2…lÇf¹Å&F<\vx7îù¹9NÙýøœ¢„袺080dxôˆ{½ï¬?²OªoFÃVýþ›»‡ü^E­mïÝÃêÕv|îøÎß®‡·wý8*ÕÕ (¹s‡Ï€Ív(ë¶dÛ–¸¶Ó‹mß;ž—kNé`z±íë²ù™C…¼.Ó¯í§~s|Ÿ»“~Pò.d“fìÈ»ÓÁàaE–°n3,¸ýÐ1ﵪ;1¼F‡õ¬ö†v™¼à÷+!º´wÑÅòôb×Êû˜>Hª±Óîø(¯¸H/ÿsÏŸ^|îÅ矑%þK»ÿv8æ‰T1‚(mSü¾;eWwJ¿¡´]Ίר¨í¹t©Á’Ñ¿]é¥Ùþeynioz±÷Á«äÓ¹›¡ŠqÄ’æjjjj{ï \¸ SÑHê°vvù]ݹ§>ܳÏqð3ºÃ›¨œô"†osm.ýö¦—f‡T»¢K{Ó‹=Îu@½,{‚cššÖpÃãVÓ`§ôbª¸¨ ½é¥Ù±%ûŒâåE+Ò‹Ï’Qn›^\5À¸ó9^('½4+£l•^@i.iÀ¶é¥Y1EzàªI†6H/¤Üæ ¸mziVR‘^p@z!½€[Ýã ^œ’^vïÜ¡«ÿI?AzcTV–—Šc`µ¢Â|Ñ—V”Ÿ­«ÕºUz‰EJ/ÒéPVZœrêÔ§ûö|ðÞÖ‰ ëˆ^ôÓîI=}êüù:;¥—f…WŽàU•ågÒSöìJJM9]\XPRT°NQA~Ê©“{w%•étõî“^¸r+).ÜÿñÞ3i)¦á`…ìÌŒ}²¯±±Ñ¶é¥Y‘Å•#8EQaþïm-., Ã›¨¬(ýjSS“­ÒK³‚‹+Gp q¼ìHL()*¤Ã[ýªìðmEziVvqå¤ ½¦—fÅ—]¯eï_}Kè aMøÐ^ûZšùâ¢E–qíZØÈÁ…¡¦OlåéíWRÓòU²:mIOŸNß”U‰iFcùHtüg(üÖéÿ¹B ØŸ¤pÀ†‘^@™é¥Y e×+Gã{t‰;YØ2­-;z$¿½#cMµ¶#ÃhÁ÷wë»@šŽîyïð€—R‹ZîM{õêkïvü€.Ö0§ß—%•bººôp@Ÿ9NL/¢mI/@zQuz±Ó•#o¯Ï Ê ç¼Çh12j4š¨èQ-§DÞz$fäˆ(MĈ±›Žæé‡Îø…wÅDGzx.l8¤ê§ÅDÂÂé#£Âú‡MÜ™Qjø\µ•éWyûæVÕœ«ÓF„þ°ë¶˜×ŽŠùÇVÄ ˜¾×t=;_š}sLTpРçOK3Ïf|81¬_XÔˆ»ž~W¿dyöÞ©#… 3íãœ21çdüذùŸ‰‰œÿ¿ÏóóÕbz^ob^™Q$ønÝ-£ßøVL'¿=fÔºãúuškÓM’]²ìÌB·³ªøÐƒGDEE µáˆqÛNÛ”üK’);ö»i7 ¦‰ŸöÜ!Ãf‘}º½‹göï?82J3zænssH/@zQé•£óÇxwíû«;g½¼v«tÕÆ(„Tdf_n½“›}{?¤_`Ö–oM6—^f%´ Ä'Þ½/@³Ôhæ÷é¶ðdAyî–€aoVäo÷ú71sm˜ÿŒe˜®ç·[¿kù.Lòê.~¤™Ë4÷ÿ¼rý’bæÌøÖ²ùžÍ+-y&çn}ß=`ÒÔ~¿ù*G[~¢k÷ÓÕ%ýûÌmÉ6ýü¿,©Ô¯Ó\;˜n’ì’¯„û›nçê›WÌi]2¶k¯ûMÛVoíè ‰K/ǹ‚´2Ãf‘}:oÏä³U­A®ÌÜ=s׿H/À}/ŠýÎQÖ7ûׯ|iêð€þ·®6 !Ùûßœ2**4c¶É^Žy-Üãñõþá1|vsí`ºI²KÊngO/ÍÏØ»ŸiÛꉇ§WVË^9’}º'£¯>}ΚØy­O*;‡s/@zQûwŽjÊ“=;]cBn¼¦óúC™Fî¹ÄâåáQÛ:Q§-±0½ä}õP¯l´,­åŽ—¸½^;ôÚU~·Ë¦ Ó™§—ÚÍ7Î>ð‘߀%bÉÀ Ùûg ¼5éÙô’¾{†ïß»w§>‘åí »¤ìvú{{¦VT[rCKéEöéê´¥>Œ{æ¡1~C17‡ô¤•^9ŠÛýU]ëDþáU]ü&I3¼½²*/BïߥÓ'yg[¾´vªì¨m¸ð$¿.ëN´ÜgòÞ#ÿuåh뉖‹& ÷D_9ª9ûOÏýúH'1NlÕ{rïþ·&Y˜^–EèW®Ÿ¹4"à¾-ß·ÌÜ23 âiæé„ñþÑÁÑK‹éE!=FwïüQ~¹lr1à/Ë–IaC¿Î+¶CÛK¾æoº+o¼måÏ_¹úâXéeݘ IËö]¾r”^v…§«-ÿ:«¬µm{ùô’ŸCz~ïEµWŽæÝ9và0&|`ÄØ7þ/Kš¹õÑ ÁC5#cÆŠé#kæ† qï¢÷eGmÃ…SÞ{~PPðð˜›g-Þa¸ð–§¦Žˆ í:Þè®]ɬ^]{ xùòÝ­kÄòSö¤Z˜^Îf|8!´oXÔˆi ¶ür×nÖî;F 4rÚ?¾Í£<7A,ðç”–/X~!²K±–|‘G?çŠíÐö’eiïÒºOnòìÔ]šY]|øá_E 6äö߯µ‘^jÊŽ=vÇ ††Gj†MápÛOWWS0i¤&"22ôúÁs_ÿ\v÷½é…_«sîw{•¯¶:Oº¦–¶û©î×-à×ê€ôâéE½çˆô"”žy=<<""lPpøØ¸ï ÚÛ€FEzÒ‹›ç ½é…+Gp™¿1]TOo6aÿ1íæß9Ì)).ÜÿñÞ´”Ót8`Ù™ÿúd_cc#¿VGzTUVœIOÝ»+)óLšø¼@·9ë"úÒ=»’J‹‹tºz~­Žô;©«Õþxî\a^Þþ÷}ðÞÖ‰ ëˆ^Tô¥…ùy—d»\®‘^`C.蛚šš)Š¢(kKô¢¢/½ Ó™ël¹rDz@]¸rDz€ô¢À+G_Í›ÛáÝó§O«¬ÐßÞ“›™´=1/7[§«¿t©(SCÃE]ýO¹ÙIÛ·‰á[ŒæbL#»ßM}‘T—^~êÕËð%äŒÝœ—gîÖåŒÖŸHMˆŠ%ë–_5OO5ÊEŒ1Ê0ÁÁêú+F'^|°oL×`` —¾ª¢ôrñÎ; 7^›ü=é—wþô)ÃP;y²ŠÒ‹áW¤ &Žoû×ê€ËøñÞ™ú p±o¥ߤ»˜˜HzÀMTmÚðËÏ¿x{ëÓ‹ÂŒH/F—Úþ;GÀe”=bTš^ölçÜ î¢8'ËÒ‹ôwŽH/¸Ez)*pô"ýV0é7O/J0FéEúƒG¤H/Š 0\9€ôb.½(3ÀpåÒ‹ªÓ WŽ ½(<ÀØüÊ‘Ñëúã!{·ü‹‹ ì¸gzéø•#éeÆÇÇIv}]`ï–—žQ½{NuE ‡€ôâÄ+GÒËÌËÍ‘–UŸxg¶˜þèûâ—Žòððzé@–˜®­Ê|uî´ëz^Ó©Sçþ¡·¼špLZƒ¶2uñ÷÷õóõò¾j@Ä(Óˆb:­/i¦¹5Jûpþà^]¼½¼|ºyÛ;ßäKó­{"´_€—‡çÕ~Ñ£&·– §ehnK¤Æ==£gWoœž€+Gí½r´jj°-ó_ž&æŒxj§´ä;ÓBÄ?o™½`ÅŠåÞÞÏÃÓçÍ´b1ãmýÅüþ·þnã?6¾ôįÛÎ ññq†g{Ú^³¡ìý¯/[¹ö­u«–.~ªG'OßÞ³¥ù½|¼|º|sSìúuËç?0Åòô"û@s["=°ÏÄyc7lÜ—Ááà®]§_9Ú³{·ä‹“E-§SÊOîÑEÌï>`v™V+-èãeÔ>1=*Å1ýÝÙ*K2ƒì•#sk6”÷lXïn¿,áé#Í¿§¯§·ß”_ßÿä³K><’gyz‘} ¹-‘¦¿,©äÀ^^2ÒS÷ìL,¼ ¥ªè³!W{‹ùWùO«¨–fönÙ_MLÒGÏ“ õé%ù¿Ó‹*kkµ)WL/æÖlhàU-ÛóÂÛ â¥éËw¡'Ç­ûëÓωöëâÓ-ÚôšÛÙšÛ’¶ïÕ‘Ú€JˆÝ»3I Ünž^r³3“¶o;“šR—›Ÿ›#\ù®ÝÚªÑ×zzù.ûGK› ˜±NZrËŒëÄ?ƒÆ=ü֦ؿ¯ý룿7þoÅü “û‰ù!ÿ3Sì¦%¿Ÿ!-<¡õÔÍãß¶úÉŒ†þà.Ä?ÿôæÆ„Äm¯ÙPhkšúß¿­_þôtÃÞzßc+Öý=îõ³®ïîåÓË´Ìm‰ìÍmIÛéEjX:¨´¸(7';i{¢¾Ý9½ìýhgæ™ôÂüܪªÊºZ­%÷½|þò811vÉgâ7?8DLÏy÷T˭չ˟¸gPP/Ï®=GŽ›¶ú`KÒVœ~aöä W{zu¿EZmJâs×tõñí5ýÉ7Œ†þOßÓÓ×GÌéÚó¾Ë÷ÊšY³¡ñÏ ¸ºÓU~Sžx{\k ‘æOÝ«ûUžžú‡?¹Næ~Zs["û@s[¢öïIÔ¢¾þ'1j‹áÛÓKB|lA^žX†ýå;®V§«÷uéÅ5þÆ´X>?7Gö¬ P K—doUu·ôžé…ôH/¤`uziVj‘^ ½^é…ôH/¤H/¤ ]*+ËK‹ ű°ZQa¾èK+ÊÏšû56Ò é¶RVZ|øËƒ«V,þ Ÿ}zÀ:¢]µrù‘CÏŸ¯#½^`?U•åǽì•%Ǿ>ZX >;¬SŸäЗ¢G=“ž¦ÓÕÛ*½4+¸H/pŠ’âÂ5«V|ÿÝ·ÍEQ”-*+3cíꕤÒ ì¤¨0ÿù?,,,( Ã¡(вI‰Ü"úÕ¦¦&Ò év"Ž—gŸ^P\TD‡CQe«ýªìðmEzQø+%½€ôBQEz!½¸9ñ¦k~®‘·üÆOñâ¢E¤Š¢(ŠôBz±azq§èˆšj-é…¢(ŠôBzQuz)M}7Ðoä±²*1ýÆŒëFÿñÓ–¯ zp∨¨È!¡£6É»<î—ûÝ´›†ÓD„O{îÑÚ¤é÷ï-Þ‰Šen=z'Þz$fäˆ(MĈ±›Ž^þß½‹göï?82J3zæî66^?mº¼ì“ŠåãÞ9mS2é…¢(ŠôBzQé•£QS6K3¿1#hÜŸOl~Ø_3¿ª¶eÎê›WliÉ⓱]{Ý/-¶vtÐÄ¥{¥é‚´2sqÂp¦ìzô*2³/ïŸ'7ûö~Hšö÷öL>ۥʳË,I/¦ËË>©X~Ö–oV(ôBQEz!½¨ôÊÑÒqA¾W‡|ZP.ý³§—>äöî'ͼÖÛ+½²úŠqÂp¦ìzô²÷¿9eTThx„ø_ÏÎÒÌ'£¯>}ΚØyU5–¤ÓåeŸT,ŸoÁ5#Ò EQé…ô¢ŠôR[•=µOaÝýcOêOh¤VT-fš^¼<É;+&®zùáµå_gµ¬¹æìq/Ÿ^FËË<Üò²OJz¡(Š"½^\à¾éÆÚ´¤'üBç”k[þwÏ‘ƒˆÕŇþUÔÀðˆaaCnÿmœþ®ÝÇî¸aÀÐðHͰé/sRÞ{~PPðð˜›g-Þ¡[™¬®ôbtúE"^W}»âž«¬à@Ý*+Ę.Fv£Ü"IÀ(½(üÓÒ/ÔéæÍ3}-Àå‰ ’€izQò¯ÕIé…€:sëd)ȦÅþ¥}z‘.!Ý\Ò¿CBjÖ¬Þ¶%®íô¢Ì¿Òh˜^$_Í›Û> stream xÚí]|EŸÙÝËÝ¥z $îÒC 5ôÞ{HH#…"UA>@” Ò-ˆ"Q"Eº¡H@¤*½(M.ßl¹½½ÍÞÝÞ¥ÂÍËïåö¶ÍÌ›ÿ+óvoLEOB,LÅ5Xre«üêù©p'`*¨!¬• ÜQÙ1Ù§³£1Ô±E,¨åädÇÔcà^Ü¥Ggçä>Ñ?Ù]œP/Îþ‚°8á‹*æ½o1µÓþ28¨éŸäæÐp/æ0B½•——WœPg¢¥|+H*8êÙœA#ÉoYÕ"4U†JŽïËÄRb5×({ëàg¯5†~Ùÿ2PËÓëi¸$Œ°¡Ðô<–ždûA`?l¨ê°Óȃ‰zEÅAZº½øfV{ Öúêth»:ˆ ,åÙe1…å–¡˜T~1´U’6Iè`6c)-)5&Ûd-8Ê*fûv;­±*&WŸg$Ëa„…~…ШÕÖÕ–±=è #Ðóô¹1*Ûû :AãEÝ“¾Œn#f vÆ^±N 懻Ó0žlKCÖ ©Úˆ@ÈÕ'‡­”©\Í•† »wi¥n’gŽŠÆQLv.ÓYRAµ¥ãF¬Â£&eqa2ß&1Øùá"¯¢3 S c!´ÚX ¬q¶ÕÔ °’è2öA«jkÁöÔö@ .6ê¢6äkSƒèŒò5í"®NB+ëæèif;'Ω NæáÆÀ‡µ[hSÉ#‹1ØüJŒ8›Þ×\H-¶ŸÑ¥@®“hŠ|Új1-:ªüÌT ¿—#"esÞ—‘k¯„¦Ré`D̆É|›ŒÒgJ7ˆ—ÝI«2ßBÆ …±ÆÕX"1â…„A‚èæ y45{œá¤´Ú¨¶‰ +sÿBvÝp¡;u(ìIãÌö…Att¥yyšv8&c‘žg»‰Ø“¡`aP€ú1ŒÝzrá+CG#d½4 QØoì8ÀÔiê ¦ˆsU±ItÁ~Dc"W£I4 h“þ„-Ià„`ãB ÃÕ¦+1|_›œz"[lb.yüðÐå¡¦× Ûd”>SQÖ-vÆÐè`]t®ƒêó†.F`\¡“B$äå£|:kR®ÀìAAçzEo„o3žˆŒþÉU“†›¨˜ ž†6ðÆÙp6,Ð/Ž1ÊSÜ=&1 /Ì ¸PC[¡ó8£Æk$‡,~ˆ#¨ëi£9àÏҪȴÜÔ›t o?MЮÊ6‡Ñ=¡UQQ#¨/«ª†«ÊHw®èyfIg2¦V?F蚃šñ ]QÎ-p;stèág8A¨ú¼¡Ë5ŠUÿ¡1QTé–ðæ”’Ñì1Å:'÷‰ä}ò„6“õD†*3Gͪ˜@­ø6Œ³AwÔ¦ã VÏͨ®H{•èö¹OE2½k0v‹ìªH#yç î7:kjŒVŒ#!»œ{ßÄ›úv}ž5Òsºg´*mÛšNÏŸ"¨—àj> g!)è¬ 0%"™#ü¨!kŠLTTº†^ÚÆu†¸Ó³„bÈα€IiX@^=DF† yòƒ4Ï‚Á–uuÙÍøÒ ¸ÚÛ¼’­Š’g¹ 38Vë‚´$.ÛBüK6ºÍ‚·L/¿q¶‰C\¶%õ°¥tÙUæHŽîØZ67f5 =G_Ñ?å¨O­âùR+Í‘¯ ‹6—w6×QWŸX JèÃy¯LvÉ¿hîÌæ¦”òlº ùÈëK_‰ϳŤK³l9\š°^Bf¦ ¡ó4—!”e·ì , R”<Òëæ¼nïx¤×¿d¦rí–#‘ì! ¦WîÓѺʶ¼€c!½àîS)ºœ±¤ã"»»×)ZeF‰%€tlÒ_§hw¥9¤CëO0azå‘-?æÂ„éõ@:ýL<ÓëŽtöu#,L¯9ñïbÂôz#?Åä(6Çè˜"NÇ™tLô¾ÉŒ Ó«‚t¾`r¤ã𓃠¿¯‹ÉQŽuLئc„ãtL˜^!¤ãÜ &A:~“c H1a¤c„‘Ž F:&Lé˜0a¤c„‘Ž F:&LÖ‘ŽŸar ¤ã·09Òñ^˜éø­]L‚t¨cr ¤ã@“C ê˜é8PÇä HÇ:&Ç@:Ô19Ò^û“c C“ƒ §_09Òq¨ŽÉ1Ž:&A:ΩcÂHÇ„ G/˜0á)&L¥éø…LŽtü³iL‚t< ÅäHÇRLt< Åä HÇRLŽt¦cr¤ã0“C ‡é˜é8LÇäHÇÏ0a¤c„‘Ž Ó+†tœdÄäHÇIFLtœdÄä HÇa:&‡@:^09Òqð‚ÉAŽŸbr ¤ã0F:&Lé˜0á8¦Ò‡tœ{ÁäHÇùtL‚tü‚&GA:Ô1a¤c„‘Ž F:&Lé˜0• Òqî“# çÓ19Òñ3RL‚tüÞ &Ç@:bÂ6&§cÂôJ!ç^09Òq>“£ ê˜0Ò1azmŽ“/˜é8ù‚É!Ž“/˜é8PÇä HÇá &‡@:_09Ò±QÇäHªèÝê˜é8~ÁäH‡jŒtLŽ0"õ‹ÁÑ ¦×éªèì\ tL¯=Ò¡_ö¿8tÁäHÇoxar ¤ã—0a¤c„£L˜^µ)μ`r¤ãw09Ò1Ô19Ò1Ô19Òñ^˜éxv#LŽ‚tœiÄ„‘Ž F:&Lé˜0a¤cÂT"HÇï¾`r ¤ãw_09Òñ£#L‚tüè“£ ê˜0Ò1aÂÑ &LxDŠ S)C:Î2br¤ã'G˜é8LÇäHÇa:&‡@:Ó19Ò±IÇäHÇS`r¤c cr¤ã F:&L¯Sô‚Ç£˜é¦ï1êõö˜^S¤ Âý“ÜœÜ'އu¬Þ"y­„ÂgõγcêÇd;ÖŸäÚÛd}Á¡/Å"É)R›WÜzd˜k—7ƒs?TùÙu©n×ëõÅkl/ïÉî¶me6Yts9v¯q©rµä’–ÅôdwL½z1E·|çS;<-~¤Ókïfçä08§Ã»°®§U…±&"d°`w‘ìsݤg ´¥¼'»£ÕL“ŸZ­“èæ êÅì~b—*#ËoöQFQ[ËbÒçÆ¨!”·$³ž'z÷bçúÍ$BdßɦBùß©üêÕcq¬`]/m¸iÉe3v€C¶^€äUއ«?¢*U~ôÄðåÉ”znŒŠnríΖsPt™üÍ *¢‚ÑÙ¼†ÛäIbj{G1j̵¯°®_bÅ ó$ÛµyVŸ*r=eͺˆ”A¦!ÝæZ.Ó®²B²é¨Qˆ€à+‡õ|ÒäüµÉ~ª0*Su|è F4È ÿô<^iµ¡‡&ò*•±&,@vÓ~‰+‚Þ¢ÙÑçÔƒìÈü« OÌz¶N†›3õ¡ǹDƒ†Ë÷„zF4& |먴ÏpØä>ÏžpÑÐ/lÜšÏò-3ŽáÌû%Ö”‰ÔFÒ!L#ݘÝT÷)s¿‹®No´«ŒÄa„¤ç#Ȇ4"Tsþ:[ L T²çÞç%Æ¡át¶õðÏ0^€œÚ Mµ0åÏTÁ T<ÚYYfGü:h‚?’ÀáìJƒr›bˆ-['Á""¬/0˜ VùHN¤jè~¬høÁè2êÕ¶O¢Êl‹˜äA>ó§çÃE ]/@2×f_h< LT1Ÿ0Z^m¤%Cà FÑ‹ŸŠ^Ü\à¿XÿÚ¹6ºŸÚÜ#CWì*#$ca!ÜÀ2Ö¨æl&ë¯ýê p$Ä€ÉÅ1ËŒãÐÀö …ðÏp?£§¦‰P® €q–Ÿˆ <ƒŒø‘ްœrsz*@Ž NÜÓ¶—ÿ4DPUö,t€5=C¡Ñ» P3¢ÆØ>ƒkÕ "¦ELò@lþxËvtH+D2ŒÑ ¾7[Ðm¬*ê 83© £®Ptj~ß³ÛØ0ÂOs¿òcÊâý#´ _±Q“É/ƒøšë ±°Ñ®rý\¯ž©Ñ36ÝÐp`™ KœÍÀ–ƒ… „«ªªòÝÏØ¹ù}­QoÄ÷2z:a/ Í)'Kq ‡ ÓÎ8SŠ”›ÅPç‹z#rDuB‘Îéìh•ëÀBÇ8¡QËfB8„°è’2í•l £ #“èí.M‡Ÿ"šŽÑØ/¦5ˆæ\ÝnƘVDTÙè|q&ãga¾,ësê ÊY?VJÓ_{=¬A± T?CS£WŸo:lÄ»fS›)À‘ùKÍàãCéã‚/ÉûñJ.ºÐò›ÓUñøÃàAY£E.q$è"ÈÝWé'ƒX\Àmßn4jtž#Ä4 íZdzªaD£JÐ=\šŒÒó‹Ð¤}5¸ºh•i]¤L’ê¬ 6i+g²ôzÆ# ý—P¼B°àô+Ÿb™*—)7¶œÞ2Éĩʂ˜â¼2ŸšÉ6_’åso,HÝ6⬠oçDAˆIŸ0É6³±,.à„Öš á,@Í‚ô%;s®ÙùPeÔá(ý_;Dh@¸.’6Ìè®™T%;à L^"¿GžÊ*„Þ0$cÛaɦæ3TÁlƒ#κEó¦Ï$ø2ƒôBº!Z0عíÛ¥oɘ•'f´ÀƦBù:bßýNÄŒŽuÂ\{e"H–t ÃËœzù/Q²N­žóLV Ñ ßÛkÌ]Sè"·ÝPø©äI’ Üô…t6Zà‡îæ‚$ë ©¼b¥¼¾´ÐÞÂ#>sá«ZÐ\·[«.Ò—ÓÖ¢•Wˆä«;>1W8À€’W(k;Í_i—yñ¸kãðÒ¾n— ò‚hÜ³Šƒù{] Zc²|Ý îWì*.Æp ƦÂ%üƒLFÂÓsb¸ƄéÁµS@\9£.ÕQÉ/Ê’-ßÝIáZÅÇÜÑ+^¯\8„kã$Ï{6Aå¢ÇëÑþŸ¼×y ¿’-…Ÿ’¨¯Ÿ3˵ JW}\<ò¶vÖŸœÞMeÎÔ¹‰¢Ä=‹éÕ¤`×â+ëwï’l)ÄOKJ¹ú(Ü]o $Â_xPj#¿†vÕ,ÜJ¬²Ã€ç€Ë.Òdz,\ߣâ ôUzÀ£Çò­ˆD[l¼S3,³»a|’ÿW›®;‚®«hg™g\ &u'¦íÕ± y%ˆb|l®™ÑÛ½b”–hIÑXÞæ¸Àî)¸Ä!÷’jÇ7ëçt³ÛÇL/ÔØQ^?:I"˜÷ÛVîФ€qç{œ´¾e4ø ›ïbgŒÝˆ+©=÷îY°v¬à-PÊžëg»'û”¤ö}[(ã‡Dwkå®e|Ü\/2þúDÇùŸ8•¤ôÊó}W¾DÇa˜Úø`X§N”R–r Ñ1ÆZ) üGáþÃTê‡ñƒ ¦RGW¸øûOï¾6Eâ?;ðŒe(¦H-‚÷œl›WÅå5 Yî_òz¤'©åW_«Ìñyµcã¸s‘X£reã"JäÍ'8ÿÆÑN&£Ý@¦<6SXbºãŠe€ Ó«GµDoßôxh—?È”å©/ÆLÓ˜ˆ©£( ¼,û©Ôzz3WÃKØoÎ)¤ò]D‘ëØRŠT¢ó ½,ºYˆ¹¹=à5ŒñqNãü7œß·ú.ÃyI_¹šÙû¦Õ1ÑFª·÷Y¦)vö¨[Áä™ObGHÃVsêe&f˜d¦~jî| µ> }~æ qk³RÒîY$öž˜8Æd­–(~séNŒV/°B±”{ÔåÕ’SdÛk21ËûL"«¶¹ˆ5»2ónq]Q¤V+u®wp1å4¢rT2rge-Ê&PÑô{Ų§:;ó—yéy8T¾¸ð©¾@N¹ÌEÉÖ§ êÏ/\p¿`*º!i=šc›òJS½<1™êæÈ’;îþ«×Sïú"ƒÉ¢·÷ÿç½™ó~w™Hk³ŒlKj)z:wŸ!0Š®ªxµ{¶‘gI”Ú×ì‘vø=L˜íw~«@o‰)’±A_ü N»¨iíìö–ï[â~*¨,{‡BkÉfôòe ÊdV L¥’NZÈîþ[L£þU‚:P%<Òò-5#½QOÒfš}º¶‰ßT³qœó×ÇûK¼½=Šà͹šðEÓ8I:ócÞÁS­g äýŽ™¹Žº¹›EÕ4îó•ß Œé '1µý"_ôö&WÏHYñÉU‘æ(@4ØÃ&DV/”¸3ÉÎØaMµaüþ#]Æ9ã¹õöº!a!NÛ0¾ØøŠç9JõFÚ¦x¥ÞH,пƒ‚š»˜Á…–{ÿ沨•÷Ñ}¶‘ÝEöW!a#M4þ'ƆÖFw‹åîØÎ{¹Ç6ï‚û—+B‰Þäï½Ôd\ý…•Ìg8Ãü)п æ^·-¾ý+²òµçŒë'®ÉÌÞ‰È"…ȰJ³¹{4ÄRñ¯Ì»ègP¯WIa"'ñîÞռƚõ Ë ÍÞ¦ŠÊ¨è3€ùüŒé¿3V1w’Á‹Jà9Ÿq-8ia¥UÜ{£S9¿|Tpîi;¼‘Î&ÿ©áõñ#ÇÓÞo Ê?«‚VÞàíó 'ÿ¸|qÅ9“h)D&'ØØÞ(É~ù’© #¿²6½¿ò/¿&žô¾Ìevª0‚¨-qý\Ù}úƒ÷@.âù©3~!¥¬b÷+Eº6-v«¼Š+±‚²êkù‹^'Ù^$ÇízÎâu¸”<T–’¹z:1þl;ö/Ä­yÅf"JÀOá19 M¶hß+ÖhúȲÇçÌz„óÌõ›lzò~C"Ú8ç:›?ü^3¦rr˜Vï\Û‡ÁoªQ¾«N ûó÷¬`å´MXŠb²7ý A½9 Ý¡…ï’Ïîvà›óB+tfK~œ/;ÕMÂó.±!þk+™ïºŠj®Bµðtîe£V¯<' LéeæÑFšÔÿóÿC“Ѩ¬•/:~ þçµÔmŒÚÓçœË:;z8м~åú¬%ª›Ú`rªÏô¹–GS³5ÏÞøÝb<ܤŸ²„•ŠçG×QDŠ4G…¸’Œ6JxÍîþ2Æè=P}¤4Э-Ós9œ}™âù³{Ž·3³ï]×F質M={ÎΜéÅžñûšHúñ¾û"â ÙþÇù‡½8™ãçy‚~ŒC×ï |¾ö¸êñ¡WyÅCõfdѾ¶"ÑFŽ»<ïÊ´ÞG ùéHy ûÚÑnOÐiA¼Ï.—ž¼6\µë}ŒV­BO$÷ÿˆÊíùõQ<êÅ~žým°)-˜;¸ÊDóeÚ0Ô$wQ_(¤x.Îfœ„Êȼ5²¹7[Z±‹_ðõÌ.à{‘xÎ8¦P¦÷äìtS„ºÃ0Ú{·øWÅL‹8K~ªÄòuë,”ÜÐäØoÕ ï@¦ÆÝÈÉcsÞt÷Jùž°øÑüF‹yÞ¤I¢xu€DÜÒY»*šÙ8OTsä»?A×<÷¾^dÏ4–Û ×nÈõyã}â„¡Œ'Ë0¹"¡”ýÛ/ߞɼDzñþsÙžaÁ›»ËðßˬF7ý=tʪGïWâëÝÕ/Õo‡:Ýyü`E[ ‘ÇZ ‘Îî·8ø½HêÞ­X°ü›h<:†ßR”¨.}ÎYÊÎÂT)§¤¤È”e«Ûzÿ†Î{ñ|Æ×ë¹Èà*’ÞÞ‘hŒû)ï̽vʈe\_ÑH3Y²b‘\ÅÙâY¬Ìw|µ…^ÍDô–ý¶ÀFÇL0[N9ÆÊõ;,Xë¦"¯7ܧ'c;îÊW®dÚö ×B¥w_‰ëô¢hmˆ·Êu¹Ìñu‚šüW¨Zéj¡-J­¾øèu©{e“_ɨÛ“ïûÕCU¿«½ÖóSÙO%ÎÙ1~Oé¬Â¤¶û<&¡– 2/R4æƒg(fZR ßY4Aš^±¼võÜç"»ÜËì¨z(gqî{‡åó5-‘ûE o²#co?·[Þ3¸¬ªºG‚5_‘_I¬5ùÖØŒÏå¼Ü0+½wZä.Šú©’ÍR^o%K±ÔÄÿjùø¥«]~Ù[Ô¾jV£Ü°4õ¦ÖB¶)ÊÍ{)âÃ"ié@üTÀ!ÈÇŒçß‚W²z%h»¤åîSD¥UUV—w«‹ðm¢vEdÇãK8öPþV«’u³pç½"ÿUÑã̈ö¾ËDYqTŒÈnÔðØÎç­Vȸ¾EG#_Ú|}¸‰WÝPh|ÌÉkœ@nGlþÝp•|ù„ 6]¿ ÿºCƒ˜|hoŸûËÌû–´OÁÅöVÕ|›ò¸e iŒóO>k7žoq´Kx©È²)_ìŠzM#Ú>vôÔÏùìÔxïŸ<xË{”Õ¸ï¦v7É]\-ŸF¸GyŸªq›cc½Ž2u‚Åþ6ÀÊ"Éx ñWC«ÃÍ´(‡‰PbQH_YšjâÿHÄ9¿ Ç”Äç&wõ¯·ê#¾ýߨ]”_ItìWºÒ¸˜ŸPW«EØob¦š@Ó#ÌjQ«|ök­D†¨±Y+猟Ëb’¤DGË‹å¶Ö……Nç9¹‰· ‹Ù6þl¡¼^ü±{ÈKxzAuŠò{´ï¶ºªÀϯð\FƒÃ<·«_2çÿ!¸#tÌ &"áwÎ'Qìý;_ÂóÄ ‹qÐ÷Éå>¯áï&2záGÕ²BˆÂ^J¶ÛÅêxµ7nñòÑh 2VÒž¶éiøú|{Òd<Ï9ÏEá2r¨É6f ú`Ë‹I’\J!2úb´Ê¦lnœv§ãÑoù­ ¹výóYÓLdÝ>xÏ5ÒÛ±{SÉ#?ÔŽ'i¾‚í=ŽS‘äé.”ÚwƼ ø\»•¨7ö—¢7ä™HÝÙ=ÕÕñô¦=ö˜0É Ãfó“_€ö|ÎJ4â,ÍH.ÞèÎ?¿® æpÏr¯‡U£Ñçj4ÜÀÜ‹âýyãq|'HŒ+ðÚ;Ÿ‰ š f¸&ÓSÅru¯àûSi§™–¦Wâðì>¥Žî¿æ¿Óùc&L˜0a„Éê€ó£˜0a„ &õáŸgÿZb³Y:1OnÖºpÏ=‚ &L˜0a„ &L˜0a*䋟©`*fúå ûÓ©Ey¹áž“žôùsí×V®í-iÖ©ÿ§ÑÞeF{–ùµq‚îÍÀžÞUmýu÷½yUÚo­_'qÚ°·Ê8švãØ•+‡rv<Úðä§¥9â›ïîn[±#¹Í¤µ›î̼´jh³¡ïÏŠüvøoc¶¾_ù§¦•Æ-‰h™2|šòØÑ=Óýrªµ ¨àòƒï5[WGÌ>ulJRõnŸžK^y/¼z„køêj®¾íWóq÷½m[|×'gÙ“ê¶ÏÔ¦ÍhUóÑÝãÇ.Ì®X»qÇO Ÿ’ì?­ùÏÑWB-¿ÓÖ³Ï-o@M9ëµýÔ„êšöóžïšÿyV¯ª·¿nÖ>wÞ€r/VmÿùÖ ®™.C&´84{ªódbªçýŸÜjOÒtÛ±è*.Þ¹3Î SëCrÿ³2`êoÕöS(¾þÁµmÀ*íÌ™WN¾ÒÜ?faïÄaš·Öh56iüíZÃG]»“6÷Ô´¯¡_™å£úU¸°ârÏ?š}7èľ:¹¾ñ§<~lòï64õTQŸxyç?ݨ‡îkÍ?ÿ}=|úĘëã¾sâóù.7=ãóç;û~¹>lü*©å÷¥i¼Ã{_|^s·óu{ºyü·]õš±ãÄmª·§GÍ*¿7p_Ó<÷|½I=›½suÌñÊUŸ¶œRÙŽÚᵇ}Ü£öæ—k~ù§ö›CFŸ_J›2÷~¼.aÀý¤w\f•é÷09Hé9îPÛNÌð\vÚ¢–g­ÿûÂ/÷ºêoÄ;][¾¯ù°³Ï/pzTõÓ¬¹=³ÏõN¿ùχUþý{èÖ©†×µ›ÿ¹>½ÙÚµCöôúpДΛ:÷ÞZáø‡?|¶#cã1GƒóR6À½þÞyö·1Uß\cO­ñóNû»Î? M;mûqß>ô˸67<­kv›~ùv¸¾û­/ÝW zûËE7ÇœÚÕ8¡èS¿GÚŠä%š¿Æ/þö§¤/Žw\¶ê&ˆÜ⬸--ª·G®ß¿Û2Úeq«³åæÉÍ•ö¦ùºÓ9¯y?­8¢aòŠo^þpåý­ ¶?\œ5£o¯Ü+îÀ{ÕY‘m»UúÅÿ|õi³Vû»{ÿè9{ú¤jÏïúhRŸ…“*>è“[cÊwkû×:øøÛÔOûm›ýbдíýíèò¢Yô”¶ªö3¶ŒümÛ¦g‰uöŸ WûÖ`÷C¡Ú{‹ï°ƒDµe|ʽM¬ýêë·œ#ËÔÉñï¾ï¢¶ßuy⯞Ù*¥Ÿ§×{ÝËíhîµ®yïä¦lî>a¨óÕDïåN‡ëzRµŽÔ¬°hï?7~v³wÏ£[M,Wf~Í÷}oÜ?0?,qw‡¿z‡õê6 ÁÁk³§>T®?tDdÖ¥Ãë2¼þ¼»°j•ÊY];­Iß~w›{Ȥ¾monúáÞã_:÷üáÚ¸Û2mü~Ç–Í[ÇlZºkðàþÚTé‰Ë¢ìÕ-]ªŸøÏc…O·Âþ&îïü¾Ûx÷6Í®ì:냜Fyí»§:»ãß²î®þfÕ¿¶þ¸cJ×­·*ÿ³¢oÕG)®ƒ8sþð__ºûßóé=†|ôfÌ3ÇäŽÿ¦QòîˆÎ‰µni«¨QK§ßº¼6ãXÈÁ?:L˜9êÒ¯{W\ìvèÂÜYŸ?¬VöÎ’}åfMZ>îÆ¹ _lý"S¿±Á¤Øÿ^ŒÔöþ]ó§=w'i²÷·nÜöØOûÖý>¿IÝHïÉÏ~íü0sí']šÞ]¨ßtòRÙA•¿Oèx³öÌû}ÛVÑî1óð™±û×4¼¼”8¹c刡šöjÜñJìF8å=ïAßÍžÐçaÀËŠéîOÉx¶øçyÑ—ÖxÍ8Öãíï¦sY´®sU×Þ‡F|øìX‚Æwøéw7>Ýói¹Cå̪sý§CáqqÙÞn[È?ÍŸŒIò?·Œû{æ=·ùì¼ Á7”m¦µÝ9ôþ™G·½ˆHm6ä^ƒ¼ »'¼xvà̑ϩÁ³"+Ž:·zP_ßóA¹elÝÿÌœA¢4º±uw ùý¯7çÖÙ÷Ͼ}Ÿ¶™’Qûâ¯ã6´*w°}§¿ë»ºÜ#›½™8«üñémçý~ý³%Ïo Yµhiì䯯 ÛÜÈ퇃ý’Ç_ÞØöèɽ·Vt¾÷Þô”Æ©K¼¼pxuÒªÏVvu¯øÞ•Ã/³gm=Sóù® É‘Y[Ÿ8Fn^˜¼cÁ ÿãeÞÿ4¾¦ÿ¾£4š¾·æF>¸äE=~¸?gÁЭ»Ž;yl²Ó‘Í+þ1`}ʪ‘_TPtòiþy“–ç–×ïpB=rLýæÇ7,ˆitfûÚ¹'ªÞöðê_œ.ûQæ¾€sohsv>]·ýnÅ‘5ÿ¯¹þcÍÁ½ÿöê2µ·þ¯»GÞÿàñ—©yš!#~™Ðòä’w•7O:¦ÙÀ3‘?θ/ÏeÁç/ßè·úñåÿê+Ÿ'èi,ÚIXí1 $Æ€,  _n¾ 5úôÌ}áK¸‚ªèÓ8]D‚ædæSL!}¬2:R™X )þŒ‚9”gStÓøïâ)Øz Ö˜ì/Ã}Zš¸‚~uÀ4üiÉ”¼ î¤ö OwÍùº4RŒƒ/™y·:£5ìz­¶EÌ>v…ª¢’Ò™r+Lkʯî0,S|Èm/Uà(SQÒÃ÷!ÍX˜0a**š:™upžSÙïîžyèã)²=—ÐçuÄôg-ÄãG"ΨÿLpÎÿ¸m)2œ÷L¸“+ËfÕ±°éÇt;« Í}ˆnÇ,ćP=žŠ®µµNâ² 26™÷Ûꈧyyy‡¸›Ý¢öå–D¸{=ýdÅÒK·ÚÙM Š®ï[\£kqPr׎ƒFFùrëP(Dƒ@BYF ÚSEPOK=O¢î×9Åbî/8{Æpïq"` ΗÉ{°ëžÑ±ü\Ä5m¡_ãΟe¡ÏÌÕËVù }kÒ÷™"¥x‚>±„±Kò²µ|¡‰þ¿nΈÊl‡¸Þôùg¹>Í+*Ý0Ó×ÝOéŠ%üŠF;x´ù¾ÎÞó’ ý4Ñ3 ÙJÙU¡íy*ÃÆÊ±³ùl­[/ŸÂ:JU,ØW`%8áëj+6TJ¾€³çýW$¸ÕÜY T„X¶ÇpKrvÿYQêL]’a[…ÁU·ÿ]Ηæƒ½³æs¯ËõEQß"’Ø–]’4XÀd^Ê’ô²³((ˆ†…8[¢;·o™Ôkû7[Á€!ÃÀ£‡d 5^ÅÊ`*#þÚâ2L%«Y/‘ñ±ÕØ› š ³=¹[¬‹°L®muoä>!`ÒÀÍàœÇ5{ƒ|ä Š@‘ÅSZõ[2~öÔK¤#?O*h¶t íÚ“À©(ûÊ]±ˆ?G"9úiÅ6ŠíªÙ…5 ÈÉâËé'®NÍ/äê-$ uœ%\˜³¯r…b;,èì%Î>+a’… x³$W)ù[›íñ‚$¢Š@§_{['e?Šª­Ÿ~¼BÕ®cgÆÆüqýZ­eK—ÂŽ]º×ú1¤„xVR /BÅ•kìm š Ø–Î_‹s€Í¸ÝG{¹LÈ¥WÈ”eÍ*ú#qNsÁv]þí›i‚ÿÒô6ó?ŒÿÎÓHÑY‰v¶ª ˜mò½®Ä9âe7ÝP·–Eüh²ÿPà]ÐÐBy›™ÿ†‘¾¥)YÁè¼GàómhˆÎðΠ¢à{”`»R¾û)¡ŽDŸ£ìÕf ÜPð•éï†ß€uˆ2PÊ@ã2}¡Ð—;öÄ›W†Õêßìk–יּ@o¢DýMîôŒûÖAðßPtª1~CAþGƒ:ÜÖwˆ«sÛûyTŠßï2¾¿5<Ÿ¢Ï+Ü[Sì;Xݸ~1ôÒQæ]5ñ°° :—‚›ùÖìMáW`$‹ö ƒm¸½KA¸–B!#áA ¯WS, éªEuœÄ|k‡¾ æŽh@¦$úÎß‚ýÌw/¾ôxn«÷~s¬´—@Ê]%Ž’0h#`#tö.èóOnï`¸¿3¸>YfÅÿÇi¸±‡œÁô Þç1X¨Í)KÍu‰HtÆMôí&ð“͘Þ†áG)«šD¶+˜ÿ3ѾL~ßq$» æm»JÕ¶3[è:ùßÒ»Í}£5ùñeØx &Bƒ—Y Öe õ‚ü†Õ5ÕY²'K™ZžA&òËä´®"˜ƒÎ» <€»’ ªËL´÷'x Õ· hA˜¢˜%“é÷ó¤ñÿÄã•Û™ýÿ‘³jñ[Ë ­yk¹Ð-™-è‹ÊàÌ"ŽW¢+Ü&ì3øh 1Õ.—úD€Ìut©è»;y@áëPI|›+0ÿ§RS¨V̾VÜ‘ïÕô;4‡-á^þ^¡ÊJÊèÛeþÞ~H…ǪXëDÿŸŒ¶hk¹‹úo`S ï‚‹Šp´ÿ?Å:²“ÙDoôíÓ¢j”œ"<ÀK¥ÊÄb´VˆŸäÔà­)mqÚê·g-Už?+ ‘°<­Èö;A9OQtíe=A<5 \çÞ½\ þæ%Aß‹Ý]ÕöJOÖUxÁ**ƒ¶ÓÔ‡X ¡ÞÞë:¹n2JþD9F÷©Z`²¢6øE]ž³”À‹* Ú!¹Ôw£‘ñS=pKíË•ø.dqИxÛ© зí ÓКXÈJtU± ¬®rƹ¥}¼ì‡ÁoœZ‘/8ì]$—2gÌtnF¢­ÕλÑÿ³pciÿs©:Lý ~¢Fñ}óÓ²ÊD¥°ïæ°D¹V#h»ÉZ+šˆ~´¯gD@¼…p|ByÌ©:ÚÊ‚¬­­NÌ϶ê+‘§šæZ뢨¡p#.¸'N»Üç™3Ëã º Ë€~j?ðåÇ|YÛv‚¬ÖÂr»âZÏÍ €=À6´otfR‡9®vfc VC|l_º 7Y—VW V©5L[Ê@ƒÒˆŠ²HôÓ‚Ã¥!›YDkèBï§ÂȰ›É& _¾ò}…éÕLPXÉB?gefOaqégQéì«’9, ùbÂd ݹ}‹±1\¿¶pÙÒ¥µ:vébø×U徟ûŠ´ßðþìÀ¾ýÚdRï¶–ZÂùs>ÿÊåÏ ÿM‰M‚| YÚAÈu3¹¦|#¸cRyõ  7pg¶‚Äõ‘ÑwòÑ$óûéìÊw\™û™Èò³MÿRšÔsxirGá·oøÖ^ ÕÅÖÅN'hyž•¬{.³dJ) äÚËÐK"¹¯Cw]øw´ý+&· ã†§ FY~+¸ê›Cá³€ dQ¹¿›l±Ù." '8-*ŸÎ^!ö ö€™ ÈäÙ@‘'È}¾gr‡(:3™ãÿA5ÚªAwP—BÛnÜ‘p²:âfÌWB…Ø´}wK!‹-Ø…÷7RUѯ©+ ó.@Ú¶Ò¹¸Ïѹ»5­OA߆2÷Z%¸ÏÛþ¾žøž`¾oo¢£S6÷gZB Ð z39>=ßã¹2>€o€XÁùœŒy»!&÷©ÃëÎ&æ?ûôÊ›Ù÷˜œƒþ;“t¿Vã¯è k#dugÝSM§s¯/€ð÷ìL;L¾¬`j{Ð €š(4ÚãÔYI026¥KW™­ËNþè¼ ˆ(Ãv}”^œb¼¤oØ>Í]W¸ò¿oÄß­¼Iü•u•ì³/ZƒÛ0wÈàÃ4úyØB¦} ‰¶ª?Qt÷؉֊&Ôxæ¼—D~kùˆÃÂm¦ŒIà$óù”»ïs^!„áÉK¤Q“Èòˆ™4Á`Åöj²Iv?™ìƒîžJ àžtQ«ü|H3‘\ø ¿]™ù߇îI¾}_™œmüf<㺲¸DþÄ9|;$åøúéXMæ!ÛNª“šΛ°·¸Œö·J„™ú®Í·™»rûö)Þ1è6õÁJj&ñs}óñh«µ[”ôk£¨25JrÚ ¨Pà.¤×\-"Ñö6Uxp½—áÒmµèuOtnªE,oþ~ƒËÐñµÌö'œ\bÔ û¼AYƒéÉœÜÐÑ_TJ×OxÙ `®ˆC¬F<„+—2{*!væ{6LPÿî³è ã@ê R£¾Š'é¼{ ¨"߇9‰ú“}È.#¨º`²Ë—6$}ïÍ ÖÝÓu*ó´w4™„öéHºžéïÅ8C׫>H ë‚LÚ5?^²™¯Ë NÔ~`€3FŽK¥¡ï9ûaøq›R`Þ_›'Y˜0a*9ò)S6ïÎí[Ã$f,L¥È²Ð—°³{u‚'W‘¡wUl¨‡µWîbÖè¹D{å,TbN/Šl‰”|äÚyh¦ ýúÖcÌÙ8©º×²ÃçÊY¨ä™%ùɈcä,:PP’cˤuÖl¤½eY]}Iú·ôlG¿‚,3Á3€[8·ªS’ŒQ³Gl?µàØ­)lgkÏû0¢¤° ¾¬i-$–&³Ç äYL¡£Js$ge!k«+Ù ¹ ¨*¤>²uõ%¥Ì¾°èÚÚÃÊ)Ö‚>³ešûq† çSEÆ 3O†±ªÇf–´˜éßÇÂÊFUlÀ±µA†­Œ§²w¶d­é«ÜUx, #Û™WȃÅ|³?`iJ•-ú"Ã>ËÉ@›ËìB±ÁS3XžRÈ}#n§!~°xZš¡CJ>r-©à*OˆÑ¬ôc)¹&µ£yŸ«ñá«ñqnÑÓ¹A›0oTPTxp¸oÏá¾áÁAᾑڠߞñ¾ü;Çfe&&ee6ËLLMÉ Óø·LM¨ÑÈJ…dÏ€HjjRÀ žíA VFöÊÐ¥×  ó§:ŦdÅ@ë ÂC`hDpP„6Ä70,(*‚ ‘þ ÈÐPèܺ§óhg-ªœÖ7,<(<*Ä7"J® öKv0Hã@PhT¤ïX"Ù7L«  I¾=œ»9k¨Ú®¡áèVp´³&(",$4„PáAÁaDHT˜4h—êÛ*t+Hªˆˆ` C5A!a!¤wêp23AGê´aþã ..K™œ¯Ë ®Ú¨ ¨ßÀਠȪGRâ¨X2XÓ0 0D«éä‚UZ®!¡Aš`4k}j5k QXÉ ¸j##A„"*8*4ŠRa”6"2È9ì •WdPxˆÖW ‚[5Ô¶ö†ÁAa¡ $8HJõ¬á<>5+ŒKMNŽM‰§bǓè¸„Ô ]Š"s¬N1<5))5 8ÌlbÊr ŒMÊÒe4t UÓ? ÖPSӓɲ@«…dflzf†«s,Eed‚ØtjDzlZBb ²™˜’©KcãtAÎ^@¥µ` ¤²9PÆE®Ùìlí¢Í-#gK¦ÞƒÏge.û™'à ÈYöOühªªÄuâ ÿºh`Á å+^XÉ^X£‚:w9å–/•a·%»)·y\ðœ!ÐC³N¿–æÀüòœRÍÉÓî%‰-­wmãÒ‘R\Ûbiai€!¥7B=ãß’]6ØX¹ŠµDA²R)[—„6»´[jfÊ)ftVvpfmJ7½µGñ&8‘JÑÊÂ~2fiJ4s2’18—³¬®Ô 4Op­Í«EÙb+ækX˜G{Žd>—r?½p0Š×øY=Óäþ*Cöt*=Ó:ŽziÏÁ&ן<8Ùøý ;÷ÿjhz¾a ßGì'] {Æ}†m¦zžìŒe†)f|a3ú.Nœ¬4Ã* V[ag ßÅ׫DçË–©äö)e°JT¶-Õßž¶Ùzž³„<•mV›‘ð™e8˸—%<9[i«¹}–êìlE†* <9›Á£Ú<¹˜¹ÊŠÞ¡¡'s­B¤÷æ>•6è›”0è¬ýÏËóBõñF[e—E\AÀ•\…ãj"ö5Ã5×4Ã~¨.r¹6â7̰¿@\×׷ˆƒ$¸bÖ"F‚8TÄáŽ@)à(Ä 7æ¸ â¦7C-`z¨Vnƒú4q[3ÜqGwAÜUÀÝ÷@ÜSÄ}%¸âˆr<ñ`ÄC%8ñ0Ä:Ä#'pœ„8q*â4ŽÓg!‡x<≈'!žÊñ4Ä3ÏBüâ9H'æ‰øCÄ‹/F¼ñ2Ä˯D¼ ñÇŠx=â ÞŒx Ç_!Þ†ø[ÄÙˆw ÞÃñ^ÄB|ñψO"ÎA|ñÄ—_E|ñCÄÏhý…N@‰ØqYÄW… à‹¸6âˆC7DÜ q+Ä]wEÜñ@ıˆ'#Î@<ñ4Äs/G¼ñÄ[ïE|ñ-Ä$¡e"nBP 'âÄ£OG¼ ñ׈#þ1AR q{Ĉ—!¾‹¸Eù ~E\SA‚‰ˆ¯"Îp"»’ Fª °Ò™½\ ÐÔƒª2|P‚e „Ñ)/…~T)9qöQÈǤ`ÛÀ ‘=5ÆWu‘Í GÛш»!†ŽF<ñ,Ä‹ïE÷ÈAüâ»B D ΂$xñwˆo!~‚¸%A‚ÛÊ‘øqCŠ„¿)!øÝM*ç,ÜV ÚBrLp,z“‚-%ª½²Þ à…®¯†ö4@×5A<y”wÓ‰¥aÜö-+ñt«-lÜ[•‹~§Æïm@¯kù·Ÿ;ïcnýïÙýžÜþ=Ü~6Ö%Q‰Ðì» U¸„—Ð+–E žqo-г¡Öåöys\†cšÊq5zvZzþa7`˜0³Ó+U%ØirèÕˆ*!®ˆ¸âòÛîrè“^W¨ bÄÞˆ½{ôL¶ôÊtè¾ô|¼»2‚8@P*Äôô¦Nˆˆ)n,‚àÀÌ LП\·æ¡ïôŠx/éõ¬¿€ìHƒž9ô⧈Ÿ &ÿ‹øÄ?Bü² WÌz€˜^=á⻈ï@vNRz]­[ˆÿFüâ?éñ⛈o@m Ï눯AvüA÷ÒUôyñïÌ*iôì—h‡8—žç–›ïöWÄô*Kç ½úgç@vvß_Ós¡žBü3âˆ!‹d }G| ²sA¥gÿE|Òo Ð+¥pžK± bz^`zNÛïE¼ñnÄ» »ÞÅŠŽÓêèûÈjÌ÷è³2·ŽØwÜXË}fCv½¸m×øÄ_#ÞŠø+Äô È_"þñçôý!œgñ÷Ú¦×ýÛ„x#dç—]ÙÕÖÖ¡ÏO¯…ôŠSììºÈÜ!ÿÏÎvK?ALÏZ½ }®Dü1bOÈ&V@vý/ó>hÛ²‘$=e=ýärô})dgL^Ùy½]ÑçbÄÒsØr+i- ×§DüâT.ù8mσ¬>ü}ÎE<q,úþ>dפg¶¥çV¦× › Ùqí,ô9ñ;Õ£½x:dszÄÓÐö[ˆãh[>'#ž‚Ø}OG< Ò3Q0}N¤×ªC<ñxÄcEL¯ËE¯ïEÏ~ž‰>3ÇsúšN·q}º\ÄÉ]±±"dWõ£g§ôôª†ôœÌô<݉è3Ò«0’Y‘é7bd“ÛqÌjìüÌChY@v-E:K@ðé1y ç£€ù÷GÜq_ÈÎ@[½Þ4žÐñáˆ{Av%Ìrè“^³±;⮈»@z6eÀÌÀÜ™®:§ú수^³­=ⶈ;Av>Ýúˆc ;;nkn5=z}=z®åˆ£!=ç/M7CÜqz? gðfíâÄõ½’(»âa$â†4öGÐØìlÉÁ4>¹õ"Ciü!ÖÒ}ƒŽµCL¯q×qOÎ.ç DÇë!¢×›£ûíkØÕïÓò‚ì,ã­»ê#mŸé GvMI:FÏZOÏ|NÏC½Ðël"›€¸¤×Eء۾ӫÒ+=ÒsÙ^@L§PèU0éU?{veG?ÈÎá\ Ò³A#™qöŸžs™ž—^en— £×H¼Ì=haÞÌ€ììúmoä|=C2½Ý€ž…—ïœö7¸7æªs‰â/ôüãìz—ô Ý[¸„ÚMÎGÒ 4úõSzîø´þz=Uöá ½¸ý‹»î€]c¶7`g€þ°sÂÓk?üø?6]ŬzHÏÜOÏDü1â/½ª(»‚*ý;«#\ÒŽ^{r"›‚lb“^”žâNˆW"¦WP]øsÀΡN¯0I¯aJ¯^º03㣸˜õŧ¹¤ù_\Bœžk¼:dWÈü°6(’³w´¤ímWiûÌÙP ×'ÞÀ8— §3õ8y{rýX—Ó]®/êðDÛ•78|ÒvÎëcW;n‚ؤ‹TäÚaÈ ”çÊRrå:qå(¸ò]¸²(A´Fûwééù гЉPªè×- $ÑN‚‚IA¡P89)KË»åEJ¨ùÐ, ‘RG¤¯%ãV¼Ì6ÁiØ ¸O${f7ÁsÉì%Ø-ú ê!’¤èž"ôHo¡» $s FQhƒÞ…¶(šè«Eh ýÑŸ”mè?"'…RA¢®¦»›&¥ÊII“J­R©k5ßg¡Gs߆˜}Žàbá¨n… R"Hwv/¦Ž.àRIû˜z¶EwÙnìæ5ù¹Þ'»ÙWneîóׇ ÚíÖ…ôu‘ºò¤¤þž° ïk6´lŠÖaI!X•Eîežv»¼.vÌϦ‰XKÑû]á…ô~—Æ9X¥ ÒjèeXH…á5«.cSté¤É \Z¿..‹PW®á´›§ß ‹ÒJ",,*(Œ Ž ŠSÐo„EÐo„y( o„‡Dƒ°È(úe.4P'!ý†啞åb| D†„Ü‹`!ì‹`=µáÚ -d_Þj’©HLqm=B*–ÊÊPèR2ÓÇ“ÃRǹ”ØdEºk¯v­Ê(ǧfQÜû]äØÄ¤$JE9EE)Ú w"ãSÉ”ÔL'El Ÿ™˜2Â-‘‚º¤øúNnUT¼‹2+=N»©Aˆ6(2BæÝ)+)31-©l¥ÁÁ@Kö ÐEr,5Æ*Êd¦ÖHM‰ÓQié©pLb¼2Ó5)1#Ó%C—¤‹sJÌÔ%g¸Ä¦h#ýGd%ï.P£ÐPÚ¨( ®SRJÔH×¥éb 8<•ÒÅÆ%* µî0–ŒOD#"ä§ I@¥ T%ó‡á!^á +35ÄDHÒZ˜¡#3‰Tr˜.!6 XRÓ3¨xB…#G’)BšOx¥Å¢•˜âå£v &{&¤f€aQþ©É^ôKlT”3 ¢@¡Nd¢b &L£ B"ý‡…¡ª`4!jÇyjCƒÂB¢ƒ#Bˆàr ˜‰ÆYZ*95ƒqš„…F†RT¼..I—’ºÀˆ È¨0E°{Dd%Ŧ+"BsÕjÊj5QÀi˜O¨R¡›¡S¹y4r Ô‡€0"*80- $5Ôe‹²á3Òbãt:èäážQ¡A‘Ú(ŠêC„DQP…|¼.9-sjt$5]‡`㤠I$P‰t‚N‚HJH¥bIÖwJ!=‘ÏŒ ÐB­?Tfº*Õ1,‰"@¼Õ4<Òelbf‚' )2“Ê„,G$8¹¦»Cr¸‚ª©ð…é±é‰ÊÈJTQ^‘$PDÂ,2ŠŠ¢‘ªˆ(' ˆòŽr‚€ŠRDj”*¢T(2‰-KTD2ˆ„!Z€8DQ¹ 1Ý „+ Œ× GmƒP‰b"‚‚ ‰Fy@¢ tñ Õ ^R4Ò{®¥ÅR‡ <Ô·â.½çãï»¶ò(iIE0yø}uéèåo<&õ+Dý;÷šDmÙn˜^_êmq,¦w6y+®ˆóÕ zu•~*·ÙÊ5^2ÆÂ× y*¦%œ_ú¸²{¤ÈzŠ|@ç"ðÿß ÊYˆ>çxñ3¼€×«k$ê$î5ÃfYNæ²H9Œö²Ë§nBÑÖ%Y‘Îy¾/Îr[«¹H­§ob%n;g²ª’µž“éb^¦CI[¯½‰ôçâÅ &Åyß‚(‰»¯Á.=ÜÝseêáM“ü%ûâô NfôÓƒ³Vzá³|˜iåúÔ=CÕʽÛ:pDaüZ3åGÁ£¨G—(& F{ñh;å1õü{²õg–‰M>aÑB/Dµ°TŒÿ7 "‚Ì©ÁWÎ¥]WùÇEwÝž»Íq#ÕÁÈÌ‹³_Á資¾õnlôz®…d¥JQþ<¬°òçêðPUXT62Ô7"hÂQ­¢‚ýuéɉ)¤“khxP¨& =è St.=-]7\—ž®‹§Dêp×x]ƨÌÔ4R—ªñ“˜žš’¬KɬOƦPéY)ntÛ)‘JÌ ru¤µ ˜j©¤Æ§f‘£Rœè›––”§ô£2C§ˆõŽ sJ×%§ŽÑyE…E8%ë22•@¤pmÕºG‡ž]ºéѳy÷ž½ºi×ÊéG¤“+I¦'ÆSdè2tT\‚.n”k5>^5,u¥ÔF¤N§$ÉQ¾Š0\­ Õ:+:»]ÓBÃüS3S˸`åðÔtEºSflbRF%Ñøjµ]±UꯦÌH¤¯Œ<{4=6aÚx‡¾Þ-êÅüåïõ  s?í¾Åc©ëL·ÐÑ…îYÌ\':!¹z¸xñhãí1Ùã-Õ}2•±Nf?Ž´Qž5 )bȶ3SM·=&Qy³÷øV§ÛÕŸïËõgxÜæú¯*ª/’È-ô=Ýc¶ 9ƒ0›"µËElÅ>uþÒÆ88Ö n6sØ+'me•|A$ÛgV®úÍ þ×ð¨‘ÑkêR=JÀTrtŽAF‡¡_ê(Λ={…«ôÂK´xi|1=—nM•Lû~-¢f#çûn¨H²2óë8SjcGôò¥t endstream endobj 625 0 obj << /D [623 0 R /XYZ 56.693 815.761 null] >> endobj 127 0 obj << /D [623 0 R /XYZ 56.693 759.068 null] >> endobj 626 0 obj << /D [623 0 R /XYZ 56.693 741.231 null] >> endobj 389 0 obj << /D [623 0 R /XYZ 56.693 576.906 null] >> endobj 627 0 obj << /D [623 0 R /XYZ 56.693 557.036 null] >> endobj 131 0 obj << /D [623 0 R /XYZ 56.693 493.121 null] >> endobj 628 0 obj << /D [623 0 R /XYZ 56.693 469.47 null] >> endobj 622 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R /F74 437 0 R >> /XObject << /Im27 612 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 632 0 obj << /Length 3593 /Filter /FlateDecode >> stream xÚÅK“ã¶Çïó)tÙŠ¦j€ß¼~¤œ*çaÏVReûÀ‘¸;Jô2)y½ùôihˆ” ‚d³*—•–¢þÝú‡n†/>.øâÏïž¾øNóEƲ8ŠÏqÄâd‘ Éd²x^/~^þ5?Ÿ6ÛsõôÕê´9ì«Ç§Hóåׇý/œGÏenŽ6ŸS¾<¶¿>ÿôŸ„`™ÖÌûª(ÿô¨õÒ üïÏy}&x )xKãJ"–¹xÒ,K¬Q_JÒåÍ‹Ræ{ß>?üö À_ˆ…ŽYœÉE’ óh±Ú=üü+_¬á3p…©,]|ªÏÜ-´à,’1¼ß.~zøÇ·qïõb#LÅé"Ñ)KãìÚ†lÛàœÅ©v6:±ÑPà¯Ð}pvÄ8ô_#QU¬Úc•1 =”høMOýýQðe^æ»âT”·½$"è\Ïb^D0hQÔµÿMQ­ÊÍ±Ž‰ë2IY‰Y¬+•²¬v¬ÿX‹ÓÆo\Ç&Õã·JÄ}æÌ$öŒ¿Lé!‘6ø‚Ètd Ñ©„`W=(ÓñØ¡HÚC‘Æ,Š2P‚تGâÍKOðM2Ù™¦\ìµmþÂ57“RYà­hæ™—¼*ö€CO4ÒÝ‘ô²èzSmöÏÛÜ¡’K²l¼áV0Ãü’ö ÈÃt Äd,h8„5Â8 òƒ'©GÂŒI–¥$ ÍÍ'1I©„nÑ\Ï‚e3½Ó`ù®Ëi6ý\¶VÇ|UŽøv…ÛÃó Žc Ýö{@ =Ú²bŠBLÐ@ˆeR â°FâA~ &h8ˆ q3'³@AÀiÌÂ?ô@<ͦâ¶Ñ5´£¡¯î|>îÖèVyX%h8Vgè]Wf·{7XfœGÀ# UFJ<¬|À p‚.`-æÉÒ"aq†Yzßø4›~ÀÛFÏUQÎ[föÔí ­uev»µ£ÊlBCÀ XÀ2AHÀa0ÀƒüLÐp4`nFgž Í5‹fèCÀÓlúnÝžGKï±€,}(›ÿ}zÝࣇr…)9·‰«\Ì~Æ)È8EO–ªYR¹NÓRYÆ=ŒO³ég¼môx(íºzÞ½ål5ùx=ðÎÐj¬É;­S“Sâ@&h È +Z² y d‚‚k39 Èq}ŸY«§ÙôƒÜ6Z­^‹—Ôãýôà;C[¾í¶ŽÂ—Ї/Añ ópX#Œï ?ø4¾ ÄWK–Èt|uÂT„yøÜƒï4›~|ÛF':ƒ+v Üñ$¼oÙƒ%E±$h – ¡eFÃ2¬Ær, K‚b©à5'«*ÍdŒYõ}–Ólú±lô<`Ûs‡i¼¯ ŽÀúÌ­jÛ}\ÕœGlAB¥Š†mX#Œí ?Ø4¶ Ä6ÊXÍ“M¥dR`6ýÔƒí4›~lÛFû¤ß\ÃÚœ^çÓU¡Ü\:ûªÿÊÔ Žcîmû= ÷޶ì!Ÿ¢4bP1÷†5Âò#1AÃALÐ@ˆEÂt2Oî‹pŸö0<ͤŸá–ÍÑ¿ç÷R½)Çq=º1B ŽÐ:ÕåæV§S3Áw¤$dBLÍa0ÕƒüPMÐpT4jke1Oj拸Ý-ëÍ=XO³éǺmÔ›š‡â9ƒS˜vÛ> H»£-{ ¦h   $¤ ¦Ý°FÐA~%h8@ P1¥b5 *K˜@>ÿuŸÏ‰&½|¶mL»`{»ãݼe¢ìÍÑ]˜PÛÝJ¨ß-¯F"Ši u€F×a~ôóJÑ@^)Èk ƳYxM5ãû¦Øi6ýÀ¶^nòDZ6[]vûfgn]´›a¶eÓ:Îì ¿D‰lôV¯0¬¼;<:¼G7ʃ÷ ƒw‰:3æ.¥!Žu‚²‘³ç'¿»ÉªH–@7kÉ$Þ÷®÷NÍ_Š­}TG|ùø$_~C½ùok§Õ›ÛˆGÜóÓ®¶~¯XóýÝy{Ú·Eß#>×;žú6VU†Cß°dÉÝUo7íD-X÷h|÷Û?òó:ÄCÌ–>w’Í?^ÝMí>¾èÚ~ý¸SuwÛXK¨w[µ{»Æz’‘•ä)“Ü>¼øSþùjÀVg`7ÚúpØ®ñMå™)²¦4=ðÅ:?åž~Š2–¦n>ykýÚ¯ûL7×Ç]`­ûS¾Á]~ÝWN¯eQ´ísRd1¤’ í7Øñ¸)Í3÷ñÅÍ[%ŲԵö˜Ÿ·¾ÆÆ€´;É´ÒãQ\O!öœç«ßÎèyw’,U.ÀXsF'rŸÌ<Æ! w65þÞÆß'Û7¯y3§ CZ}¤|é²0f]ÉV¬^Í»7/o=Î ‘Pè ŒÁþj4 \¶céÄ=ŽÛn}வlmØ¿à/mΫUQUëð¿µYž÷_ú,̯M àMƒudw”¸ø^nÝ8ßnÏ­óìèÝ?ãþ°Ô[@§õ÷$îàöüº©(¶‰«ü\žáa:‰#—__|­˜ROÙååÜ“^Ü\YÿX‡ß.Mo#<“úÀ¸³ÖK;5=;›ë6é2æ0:vªÛ¯Üè—×[ ùa•7ª…J ;cTÛKQ_ÃPæå"¶ÓȆêAI5’I¡~/ÒïÆsÓŽÊꦦž8½Äó%n‡ÆgS9Pãóݼñi²Ÿ!=¿3{&bæÅÅ„êÛËEß« Ý¢m~Ø´_ëùxÞAÖºÇfçådæÉ¹7r!ýß'i¥a ¡LÒÃ<0—Ï!„'ÑÉ»É REËæU8òêƒõÀ˜£ö§‡¼vË­òQ&K³LøÝ.QnçùäŒÐ‹[ä¡ä.¥?%5]v©âd¬š*ΨV‡«æ8>Û-¯©4š´aÕiÃjÒF­åÀ3'ðjkzYÇm¾ªãÖ|’ŸZß4ûqoi7oVMeY[Ií¢gÒƒEo&û{‚ZľnÕfJ‘/MÀ¡ÕÌVÇÃ~ݸ ‡Lc`&Ó"jf2s¬* º]7ß½­û­VÚÏMÀIM·Âá|½.ðme?kÏI¶½‡N»O°Ì“<»‚ ³ÃiÇ¢on»‚è+7Sro šÀÒîråažéíî$+XGÚÄOÌžz´/Q«N¢æÍà›W7]DÜ—9zºÈ$,·²1Ó…bò²Žm… ±óZ”…óǃ ¬í.‹­Ð™8X#öŒí¸äqh6Ù,¼kò8¼±yNÂ<.Ú‚g‘•fLð8TÆp7OÚ¢ 1ß¼¹¾¶]㣄dB'ÝI¦ç>³­\¾º^¼z+˜K¹Ò)±ß^¾ë»^—°$Q#h­:¿T§Íé|·Zº[,õ>-Ã:o|—5„¹>ÜÝ«ÿºF9jʬ}aC(Uÿb¢n dªãÅâç'È¢|ù¾j¦…¦Úò1‚fâuƒú˜™*Í«»Y±nþÿÙÌ(‡sÙü/_á%ª«N†912cÁÕÜ5;RJ˜–ë7 òäΪ ßsû§‹Ì'Ÿ.g>œ›7ÍdUZÿsu¤–k~l•d{û‰½hbÞ¿fòåök»ùøz2ƒlÎXÃl  sá¥9¨–ëâX`Ê‚sP­Ikð¹½Nƒ.[{J«VÑŒ«CÿåöÓ´‚¶(ðzSö&…ãIqÆoÿðÑ?®ô?Ÿ{— endstream endobj 631 0 obj << /Type /Page /Contents 632 0 R /Resources 630 0 R /MediaBox [0 0 595.276 841.89] /Parent 607 0 R >> endobj 633 0 obj << /D [631 0 R /XYZ 56.693 815.761 null] >> endobj 404 0 obj << /D [631 0 R /XYZ 56.693 471.048 null] >> endobj 634 0 obj << /D [631 0 R /XYZ 56.693 451.177 null] >> endobj 635 0 obj << /D [631 0 R /XYZ 56.693 181.101 null] >> endobj 135 0 obj << /D [631 0 R /XYZ 56.693 164.772 null] >> endobj 636 0 obj << /D [631 0 R /XYZ 56.693 134.23 null] >> endobj 630 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F64 307 0 R /F74 437 0 R /F76 619 0 R /F52 247 0 R >> /ProcSet [ /PDF /Text ] >> endobj 639 0 obj << /Length 2407 /Filter /FlateDecode >> stream xÚYK“㶾ϯ`N–ªF\‚Pô%µvySNU¼IíäàÚõ¢0cŠ”IjÇã_Ÿn ›)rF;'x4úñõ ¼ƒxÿ¸ûááî݇$ð2?“¡ô=ú2õ¶"ò£Ô{Ø{ŸW¿¨KW”—vó>j×›0 V?ÖÕ— —Fá¬|XoƒU]—ëßþ ô7BøY’X2ÿmuóÝ:IVDà_ªº(³8Þ8r§¡ŸŠÈÛ$~–á¥ÛÕ;ûÇxî»?î\xÂK¤/³ÈK3áË ôòÓÝçßokÀŠg[ïÉì`åéXäG;¬A¼öù :Ò‰^~i]uö£¬sA„:i¹ûu-\°ÈYÞÃXïé2"ÛÕs½€ý¨›þÈ+Ü2ƒS*x1£à¤*uÐÍH¼’{®‹ªk™+ι~¸ ×YZUf¯ŠG;cÍOk– F<˜mu©sšSög_40U7ÏD¨ê 5v¦gf™ñ8Xݯ7QÀ{—Ž‘¾Hpœ E®âœ‹ºcÑÚ™'ÑêïëM ÷üüØÓ±ó¿£dZŸç4³S-›©~F‹Ö`óÝOí76ûSQ–SÄ\Aᬆ ëÇÉb§šµØ®ºcŽùe²š5üÇŠ·uy@V´cï5ŠÇ{ÉÉà3LéÚÕ¤µ¾{?u›¢:°|é©A-ƒÄ/;Î[òµnWͥꊓF~£p.‡Á2Y˜®ÚKžë¶-P!6<ØÂ_¯ £<œP&lÁˆå\‹­©®ƒUÃ,|Áá—t×Xúè'‘…1n;Òi$Ö´Ýê*7õª Þ•ÝæîˆZê9¼™­û³zÕŒ–ï{£yæëþÿ»´B›g^ìŽS<µ@´Ÿ Ƙ´Ï?séLÊÀâoÉf‹YL†0•DVG¶t!t7Zu·øÊý:º¨.’ÝÄwó¢Ó'ÒbY´Ý•Âóc]·´÷™øÝáVÔkÛ,ãzáo3…}‘JÞñˬ<Ö£6Q(¡úHD©ŸE¤ ÷¯ Vû±¸ÓH2x¯s‰“®£d•›º!ŠWU͗¬ËàËjö š $,p}Ãx(PzŠUgçvtþ¤;{Þð u³7‘ßÐ6Á¢+¨s˜½ÇD™”2ßÀHPŸN4»‘·ô¤bŠ3Æ3ó {Ø2tJdÐZ$ü-ÇPAúb´Ýû¼A¬>6èï Ò)›ƒ.‘T­+ª¶ØÓºQ=þZä^ã xc?’nÜã:q÷†X±3b#Cœ®“`†šm°´ñ¸nœào‚ÚÏCúm ’`â›a¬ Zj¸nÐÝ7‡Ëq‚q†ˆ{—ÊW]–i^"ö‰oªYw~Q¬Åt?2®ùýŠÎ«Êb¯ÈULG°Ÿ°Ú˜Àòµpã —H5ìj&·])²íêóX+á •H Œ"ð"ô†za7Œ‘u\@‰pãc}AöpØón?±¸ÆÊ£mFZÁu#ÙHÇ–E<¶£Õ¢ƒÈA\‰ÐëL3aÖ*¬¥û{é e {b(NgLu_´çR=kÚYLy"+ÍtIã: ÊŽÍ_]fûo×2µæ’©2²žÜ˜pSc„E¤‚pÓÈ%Üù<Ùíxm,*>`:¦H7vö<ÙÇ·‚?‰Ú¨å¸Â’X=Ù$ +#¯AªÌM00V˜QäM?©ý¨úR»R/”<¾Õ2Ÿê{'ˆô!ôªå˜zÓ‰›y¤8ë¦Sܳ<ÖÍ|ˆý4-£’Èq¢™€AÞ6j[˜L]q\W“ŠõµúÁ•Æ ¥n?–½Ï~ ½qL#M¥¢mªŸÛqºÆb+†Ê eeHáOst)úÇK·d“qûÄ9Õˆ[Ã3´fkÎ ãé«·—¾7pžFjÊ™ÁWøõéfígÕv}¡;QZ*м'œ×PYä¿/tðoÐUÏØ¾Q‡ù'Ÿ‚_[šâpdéK•뙢 š4ÉLE´a«GPŒË‹³d©4ÃÊGUÅ_}q¦ú Ácö|-1`¹#ý½o§ÆÃ~bìúj¾ 94Tb_ŒSÝØA´zžžc§oøm˺Æ'¡â/Ý›îÄ€áÆZ†òeç~öÖj™h5Ÿã¯‹¦îÆn¯»¿¹Ó©ð£H¾±ÓöFl"œm²pÛB@õV¦0g>™à…ÇÇ+LC7«z‡ ;» {èÌE,‘ ß$Z€€)I,·Ý“Össuç‰cm=àâãí÷¡©jÈ]ßåÈ׫j Ke,8®¤ÏºÚ··¼,¶At~? "£¿ ‚d¼:ñ³€D¦?J– ŒÀ—þvÛÿqðÀ -HY´s² /8nÒ˜ÎÊã­ËlÅÌSß98véÕÝc(?ªê0˜­šD¥Ü€ï«÷Åãóøj§Ë…²§gpÉ › !$¥'nqÛLÞS}át{&üï5oqšÃò|Vº"¿Ýˆ¡~$äØŠB:V)[¦>EêZfM-,R’&òºil™F÷è7aŒ­æ" Ô É;ús{ýhâû¥$Š_Â$²q/a7½Nà{" ÈÔ29~“*["¯#é6ðÅðªõ.plK£=aâ&ˆ±G õIËpN³ ãZaè»±›¸J‹oEÉÚYŽýÜ„¶mbCþö¡-‹!™Õ4Rv•¬£Fÿq)ͧíáƒO˜ŠgL2Áäع´Èk¾Þž’L8(»‘ñ÷eË Y…¸ä:øjëF}^FWÙ¤=ÿpÝàc9ƒ= ¤íva&Me§1Ûãô޾Ýf8°]#þ°ÃM£†Š¯A Ó̾ä>8pÞNèl/ .›&l_P·ˆ3Š&œWƒPð«¬1gć–´ÔWEJQååeC}±:©œúùQÅ7SOÝ/F`ö“^—¯?ÏÇÈì-ÿ¾ÿ’É endstream endobj 638 0 obj << /Type /Page /Contents 639 0 R /Resources 637 0 R /MediaBox [0 0 595.276 841.89] /Parent 607 0 R >> endobj 640 0 obj << /D [638 0 R /XYZ 56.693 815.761 null] >> endobj 641 0 obj << /D [638 0 R /XYZ 56.693 662.232 null] >> endobj 139 0 obj << /D [638 0 R /XYZ 56.693 577.993 null] >> endobj 642 0 obj << /D [638 0 R /XYZ 56.693 552.198 null] >> endobj 643 0 obj << /D [638 0 R /XYZ 56.693 392.233 null] >> endobj 644 0 obj << /D [638 0 R /XYZ 56.693 372.308 null] >> endobj 143 0 obj << /D [638 0 R /XYZ 56.693 342.43 null] >> endobj 645 0 obj << /D [638 0 R /XYZ 56.693 314.045 null] >> endobj 637 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F64 307 0 R /F14 413 0 R /F52 247 0 R /F74 437 0 R >> /ProcSet [ /PDF /Text ] >> endobj 652 0 obj << /Length 1546 /Filter /FlateDecode >> stream xÚ½XÛŽÛ6}÷Wè­`kIêž·ÜZ¤@[ë"(’<нf#‹®.ݸ_ßáU’/q²XôIMÏÌžyò~Z¼Z/î~LW„EJRo½õR¦™—ã(Œ2o]yü_éÐózèV/Ëž‹¦ V$AþkÑ|Dˆ< -•³zräÈ¢>­û+ŒÃ"I´™?:Öþ$‰o üB›ª•€{9 H#‰ ÎH˜áÈ[%a‘ ¤€MYîßéGË}‹·ëÅß !{I¦EäeSD¼r¿øð yüP¸ȽGµrï%…$Ja\{÷‹ßÈÍ‚B:ô8÷y ø¿ìÉA·è¬6S—“a‡[‰Â¨S2kpq‹ÌÉAˆ/ ÂËILk{!@º3¡8J¼nÈå À®\Wùwã=éì%ñå7†IßX“VYÆfDºÊ éÎñþÂÒÑôó0ßz‚ê[Í'( Ó<ñâjEKч‚BС¨%“±ú‘`’Dÿ† Î$ö§»w{’{oÔƒóŠ`Ï[ÙW“U¹ÈÈ$ $NÃ<õâ4 .t.îÝåÝó¡ï]èysU©&‚sÂÄiÚW¸#à!ð#Ì2S:îkþ™j+$~¬"Œž„£ù gP)õñQšUojØæx.ޤñ†6¾®yùÙЬ±ÍMFбeä%™Ò$ŸÐ$iŠnHb†"…¥ˆ£„5¾šX?o«0A@œÔAÐΠµ¬;„g€@8¼:Ç«m߀+ÛÀŸÁŧì±í³{¥P4‹ÒxäM–ñ‡›˜çßVs~3 XÅû¾—¢•ÄÖ¡e[U²ï-äb!€–WI÷¼ Èb–ø²’={!0Zð~ÇLàm:U÷ymjý™(è–L—k¦%áªÙ¡›X…:ÀF» ?=KÃÐÊ’` :.]ŸwZD;µÞ1uT–ù¼ÓÏF4 ,Õ¬3}€ýYTÒΌǴ1ÏÒô|k*³t8là3Ó¨À@÷ÉÐrVÌü$‰¬ª:ŒwTÙI­K*0/šqdPZ¡rÉwy Å[FÌ0š³™b×›$;#Vµëú¤±ÒI°3W™m…͘K‚ŽÆrvÙ¿ZϧÛ.¶Åº6)Þ Ñ¹#y7v&úb¸f yí'Q¢y‹ð½ZНkÿÄúuí·‹”3£„ž Z–DFÏÒÿMÏ&_»ºäya-»(goáPiûfú>ˆ%ávOþúZº¢rÚNÐ-³SVšJqÊx”iKÛhÂ7ç¼X¹ŽwÛŠýiðj~ØÚVß'üÙ•/€×C÷Ô Ü –Zç"@‡š³nŽ|¦‘Z¥®Ý»WÒ¡(ÅÀRš%TQd?Òá³_q$²*ó•Âᦕ˜À´S™N¿+Pûô»R˜«•,ÿGʤ]ÏͱÀ¡TEo6õpz‚L]2,ô"nOhÜ{,ƒÒšÔ]O{&Ų@èÉFÿM1A+}ABø™~n¬¢¶¼ï]!5ÏÖÖ4)ýVÒÁJ›½‘|ì}¦xÇÖ†÷ð^Þ°¢«‰Bc!€br)6±Uîh ^°¶›3÷Ò_e1 QZ<埲ÿQM endstream endobj 651 0 obj << /Type /Page /Contents 652 0 R /Resources 650 0 R /MediaBox [0 0 595.276 841.89] /Parent 607 0 R >> endobj 646 0 obj << /Type /XObject /Subtype /Image /Width 283 /Height 137 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 660 0 R /Length 9121 /Filter /FlateDecode >> stream xÚíXSWßÀÃÒºqáÞ²—«ZG­ÖjÕ¶Zmmµ¶úµ¾Ö.kkûÚ·Ë=G]€"nÅq  {†@ ìBdd9¿¸6½$7áf1Ïy~OžÃ½çüïIÎùqÎͽI(”¦S¹P€=bPH§À7†LÚUØ9'ìºzPP2kRw‡:óQ@êLT©5›%ð>¶ÖŒR.–Ç£«¼šû_» ˜9µë€ðU°Ìö ýgïÅòIwbt´Ð“úŸkïwOÅC&ñäÛ}\·6jŸÅ`B†[km×OûYë Âç0~ýå—lÿ”õ7 ÿê¾òC:Ûü•S™{{æácjdȼȺZ®«µk5ù¤Ô{—ù'ªŽî·´ëÿŒèbƒÆ›þ~ÑU·ÙFú þkf ëæ=~šþFj? vn…2õ`¼vG”…¯|Íc”³«‹Ó˜9Ç6²rN›è¾Ætc1®Ìó†ƒ;÷fp_EÀÍŸ9ÎÍÕÝÍqäèÕÛn'ᖈݫ‡ô¦gìiWÁ¿òXuO/ïw¾ $)á‹lÐ8lR(õ!`‹ö! sjý¸rå‘#‡¾Ûüí§Ÿ~ ž9rÄÇîj< „Âæ=:Ñ$\nÙž};õ¼5Q©T–ž¬PH+•r¹\*‘TétªT*&Y$àˆR)xEEùé ±W®\ܲåû7®>Œ@(³h’îë¿E^(L%a9—UZ$‘”7P÷ï‡ýõWpDD¸““ aBn\«­©ÁgÈÓäýJ¥‚ ©éÉ2¹T,©”sKJ‹Ä’ò4:U"“¬NB¡€ÜÜìÙ³gi eÞ£#: €Ï„äÝæJ…\…\VXŸÅÈT“š–,“IÅâ [Â.‹ËÓÒ©™™êE…PK;”A,r¨K¨uëÖví5Ø­×7{`Ü[ƒUB™v8 Œ μJÙ¬J¥xXU„BI%b±H¤T(6‹ÉãrMl°¿]翾ÚÂã• 5Ì£÷p¯¾Àï¾ÞŠ„B¶ÒÃgÌ+”¶S%ÌbQEdRiÉ œCᄪ€%Ÿz¯\&+ KJŠM|¦gmìRºt»øöy¹YÚB×oôÄþc&:Œ™4àå¥#Pãx±ÒÃeÌî¬ÖðäçåÂ|¤PÈ™%…é©pê$•IàQ$.ç ˘ìB.¿ò"‘öæIA5±jiÄ1êùĉÅ]»{yFJB&ÔêÕ«ø|9NäcQ¡$bQ^nne%%‡y 3Ò s±I „bqŠ+DÂÜü,z&­¢BX^®B.—åæä@]„êÒí¹»ûsoï€Jð8hÐs›çŽŽJ›À¾ü}‚MØ’ÏkÞð ‹FMZŸ pVUXÏã–aAÈ ÊÙù…òD Øø|ĈGÊ…n=.;… 5yéèi+§à<}¥óœÿ¸€Pä…@˜ƒœb•09œR‰D*ÁBfð…Ãa'SÀ&‘¸N¬ Ïf³¸\ìøee˜ªX¬6«Ä0¡† á%ЍIc`/l êÒ–˜B½²|쌕.3?r}m•ÛÜ/ÜPã ¾Z[]ÏXH(¬paaP(€¹‰Ç+ƒ¹ ¦* ¼\Àb1SRŠl*))†] ”ûJKÙ ÈUTXh˜P=z0)”"ž[YÁ u©k·ób3Ôô•Ž3W»ÌúÄýõµîo~厄BH„y¤Î‡“”xæÌ&U‹*Ô023àüÈbdpJÙ,äDB©DÌf3“’ãX¬b,ab‚} ³#“ EØ–ÅÈćÒJ(;»çݺá©l° V}¹Ø½Ç¥£'Õo›¿ºÆqö:—7Ö»ÏûÂcáfŠü±Óáçå÷í›7eŠdñb2*aÐÓÓä2)ȶ€5¥ìÌš`𿩿 @@™TB§§ T^—¬mð\§Xa“€B9ßÃ>4è"v {Û|Ö:Ç9ë]æmt_ðµç[[P#•^Mu5>C’øOÖd½ü2gË–ë={’´I%= Ô0âz™J¨ô4ò̓s3—‹ç¬]…´²êÓ?2äVBB,ÌM i@€ßŠËgæ³³S÷‹Üï4¨mè,ü5_$T+¡Ñzš‚j[: ßwÐ&HB>¯µï!›Õ [ˆ †ÍjÔwíôi¶m¡Ð(mS ¡â¢[øNi…ÍCtð¾kòã„R‰¸Uï”f8œ€Ï㔲KY%ÆÁ.aBu>+‹Ô1Å Ÿ¸4ú €Ç…êåKÇlë}×R´-§š³SÊ8¥ÉIñ~§ŽïÙ¹Í8öíÞáêDJR‚\.Áb¸MK¥ž;ëØç€qõõ9àOMJ, e9¡Z•VÍÖ)0JÓiÔcG|¢"ÂiI iÔd#H§&ÇFE;r¨¨0¿²R óH#ÃïäñâÂüG=3*Õ×Õæç‚æi©)ØGoÌ Õ Bµ§š­S8¥¬3§OÆFEÒR’2hT=Íh’Îøª¯¯ xÏ=391‹‹ÎŸ=Ãã°-“ðÉËÍý+øB`€ÑàûΈêÏ ý;šazK,MrªÙ„‚ÓX°Q“âé4jv=7‹a49Œ õèQ=œªÀâÊèyDcNPlf‘%bj¿Å…7®^f³˜UU•ÕÕßwFT‡CCn\½týò[bi(†¤"T)«N‚R“3Òi9Y™ù¹Ù¦¡?~g(pÂC÷©9„*).´DLíWf„¼œ,Ÿk ø¾3:4ãïà«&¶¤@Bé*-5›‘ýh  ¥¬ª!9øYÌ"³ Å"š¡`¹Å-+åóÊLßwFf@cLlI3€–|„BQ“èiÔìLzn6ÈHO½zõŸ½{öí$v]¾rŠaåÕŠQÈ÷xï`=5…AOƒÙ € èÉÓ'"I¹ œGì‚P +¯†ŒPbYÕ”½ûÓµMÇbWÿqÓý½ƒ9ÅÓ…ÚtÞ¶âç`¯‡˜eb…úúXœJ¨oUB}y(Òh¡JÙ%&‚ï;S☥1…¤Pçß|2îîîžÞS:ˆPÉ q4jRFZ*œ>˜P0á×xœè}‰;†Ã#äa&V^ ^(·§ºúGm½4{Ùõ‡¢ÿ|{Ö¦à—?¿ðñλK~¸:~åaŽ@ú˜(á…ÒŽ‰%jãáXêµo¯ƒPÿ9áòÎ>©¢ê±Ž¤G(6‹IHÝߊB™²7BWà믿‚G|ßé)Ü$º}æ÷Y㜜G»Nž»?”fÊQLD¿M¼ü2=3(Ö~…ŠMMI¢Ó¨™ô4 –v|!£¶®&þw9ãçc'||ÝþŸùD¿¿ý^ƒP7`ð¿¹9~k÷Ü{ccÐÌu'%ò*’B]ºKW¿¡ç¸dïg£ &&Ìzî˪÷.ü2@¦xHR¨’âB"ò§ö옖ýfï—¤db ³î®~cüˆ1N.ÎŽs¿øûäë“`ظ¸8ãûŠå¦œ{Ãs¤£ÓØQÞo\¤2°ºPò̦w'x» vùÅñ(ƒ6æ³Áݾº—ª½]×Q¾]âíá>tÀè¯NFûmzw¢·ÛÀ~ÿ<C²@䮼¼<Ü\œF;OÙ›ªÝxýBõr\Ó1…ЉJJˆ¥&ŧ¦$„K>•P¬pxLÜ9<Õw,ÿ®ì~+¯/T}}ú’ú¥»4Ø£îóÖnç·÷}ºïzð¯üã¶ç{‡`ûèEªÁÿÖW"‰ 9/>&°÷l$HúÉžˆµ¢Và$÷]0Ìz«wÜ}ý‹ÀiŸüÉŠ5.ñëŠYT  =üËîCÖBæöf÷±^Â6n›ÔÚ–@,Ÿ— 0làßwðç.ö‹…A&âÐÂÞ.›±òPrÅ1ÕÆŒðß:õœJxPÂÆô°±JÏË×Þ®ë(Ë…ªŽñ‹µmïåGUè÷þשçt’r“°LƃC]û/#l<™7%úØZç *:’P‘‰ñ1)‰qÔä¿äƒù¨äÁ΄ÃA¥ªÂ›ªÇÕ«¥ªˆª¶¦ªR© µjWxƒPª7Þýù¦ÓÛ{ù ÂÂ@#¡´b*Š~¼0mßÊ÷m½5k“J¨E?þ5kãyï÷0¹zb ¥q©ȦG;t²ë;p–ºÙZ¯ Ží0†#ét|I?ðˆï;¬X=£!N u|Ií<ÂÆ|2¨Û—·ãµ·tu¾ÉÞÝìv\‹Â^=µÐ…]-¡$ÄE%ÅÇ$'ÆK¾Ø_úÔpA# ðʇp&Upy¥2û|šï8Ð*î·þX-UEœP555J¥BêƒË3Õà_üÓß WPAXÀ E³B,™ûŸÓÓ>ó_þÇÝÙ›nÀIÙ¬/‚<—ûdæ³õÇ$JãR5ðàäöŽ[ÔÞó™ÞÂNÈü:±ÿÔïü°‰)ðhok“NÇ÷lüÎÑ~᛹³¾½ã7XyJÃ.í<ÂÆÄœý¿žCæ\O~qÜPÿÍîzu¾É;Ùœ£BæÊÿf鯅n= õ >6 &)8“ðK¾ÚºÚøßª9±yç× hŠÌ€ºŠ,yf@­ •yý£N…ÕRUl$TµB!ׄZþG˜J¨†‹°ó¿¿Ñ T9aa ±PÄ1K¹ÂÉ«NûüÌ’­7gn8ïþž•Q¬+ :&¡P—ªoFöœ{êžúÏ jH7»ža©i)7>xÍsè¨1ÎNcç|~vù¬˜«à…ª®®–ËeÚ€PK»ûÞa‹·ÞœûÝuÀqÉÞ2¾°0€JWL §¨f¥ «Oº.=“š¯«>&¡P—ªßw¦Ä1Kcšt·¹¦P‘ñ°ê‹QMR@เä”DPû/éxNà’‡¬%ãœ4y¿4q·$a§4aGeÞ5NøÏñ'–bµ€FB=¬’I%ÚÞÈÊáò „Ò#1-ß}Ù°X†ž2ø˜„Bi\ª‡‡v15ø¾ÓS¬I´£k¬šrÓiŸàhf¡b"Ãá4*>&©( úÁý  ÿ>{Ô·—‡nŸL;öª(åh5;²º4xÈŽÆíMØ9:>ì"V À õ°ªÊ,-Ä ÕdÌ2.Ÿ|LB¡4.U¾ïL‰c–ÆXš¶òÃæêA8¬úTNÅDý îÒÖø}ãâ~s€“& öW‡„“ânžÀà UUU)‹L/”yc ¥q©Úð}gJ³4ÆrP Oç#ð0%Á$…9e40Cá?/òE¢  øª¤¸Ð1 …¢§¥š¾ïL‰c–ÆX$”ž/i¹÷vLä §Œ&.:Jõ%-uª/i :•Å0ý§ñr²Î²™Å–ˆI(T:j"ø¾3%ŽYc!Ú–MÍú5b|~zõð¡ýáa·c##À)#€é)úA¸úkÄDåå°$ð;yœ‘Açs¹ÆýðT„êþ§O¦Ñ¨|n™%b e:&~ëQ› ¥ 8¡É¤¹9Y~'`Áfô]BuRSSÅ„SžäÄøsgýaqeô—Rž<“’_Z´PLB¡ž›žð?¶ÛNJ?p²___ §??2¨Õ!>fE¹€Ëa³™Ep¶bÄç »¤ˆÇåà¿6Ù1µ…ªT*Lßw&†jµ!Ô¹€Ó-¾SZ¶%í$Ts uò~Y ‚ï”–mI{ ÕÌB¿ÇiA u«¸eÓ.±”PbQGʧþ ã´ øN LhÙÆ´K,$TU ¥ŽÞ)mYžØþû£Õw·žhñö´?,$TMÐ9üV·c¡ rêÈmvË¢tòï§>ç,kñö´?,$Ô£•+Õ÷tøp$–|o±ôZüPQY'RԻÂÇ&ËÉ22Å0ЦÍot˃Lõ.’‡CèÇBi¬÷-YÒ¾…"ïÔ¡P–~êŸ=;~Kç^_¢]ÐSM†Usï›ý®®YC¾.‚ – ?=5'Ž#¡þ½•[+*æ¼Y —Ô×(°>¢Qï¬\%bäcGÁŠËêÅÊz©¬êjK݆yJž¬NYSŸLåà…Àc^¡`nÒ°‰k×ù·|³]ýÛuåŸ~ü ÐrNÕ<ªõ aa†1©¥òð²kç!““ÊÁò5OŸ„ª2¾wK´«¨9ÆÂ2GÂËëk•X>Bü¸4‡÷ë}&)ì; f¿û<8øô©Ÿëy±Š'ù4Õáh•Õ ‰ú( ªjã‘Ñãújí#"0Ì ”XÕÓP ãÊkfýšÐ B9h—Áo'¬®Q ÙÞñ;p³ôáãG†0÷ÿý/ð²kç!sôŸb©²'å|E8Mp,„ Šš?cEÅâZ±R5Ó={ö ÛXýôÙ‰†Zé ?Öî)Dë§~ýç0Ì”29<æ¯wÖ¿³­µµ]×±æú§”â¡ÿW {¿d7ÀeVH±Û®¿|з‹{wiTžÌ ¥1¤µ ($E¬]4¢_›NC_ù#ˆŠmóÝà<¤5Ū‹½Ã¸©s´U’‹s·®žgð}}¥e;®à;´óø;®ÆòJªk”2¢½/à>zz¿X•¿V¬.ððé³Ã×_H¿ ϶h“æ½=Û÷:ê{`ÛÖ/{ÙXuð!~gßÙ®û8]BÑÉ õû¥ÜPᣜ˜"È Ú†¾)Áb]¿r¡ 7‡Ãf•²JìØí]¬­l:Ýøû¿ÓÇÿ»á½×Þ”pâëýÇw»X{À¿òåî=U?ŸÔÇc¶ÝÐò$…ÖYõÉ?9t1B»@àÛ# ?ðÕÕGOùýyh׺w^y˜ÛßXþÙ^ß?ü¿?ª§µ]í—åÄœ!Pqø›ëuIôÛÅŒmר|i¸\²ýŸ-ˆö„¡B…þ}£¨ ¿¬”%‘ˆá\œ°LAØñ%3<{½d ^ s™ükÃÛæg6îÓÅæ%ûùŽ½Ú«³Æ€üf‘}g[§™7 ØvCË“*lëÒ~Ýì`K×~Ë Þ”²voX:f`/kŠU×^^]t0Fõcá«ãú÷|ÉÊʦÏP×¾qoJˆ²¶|8g`¯.„6ýr!ÑA0T¨ 3~6ÊXúmðvsy÷AÙˆŽƒ¡BAyXæéš›PÚéçsYˆŽƒqBµû[‰Ì(ÔˆŽÊÒB=G©#%$ %$TÛºç 3$ …ªu~$ 3$ʼÜ@# …„2ãÇ ÐHCB!¡P(µ¡ΙâÑ`8a™)s`ïժ¡ñéx h¹ž½H(”šy†Òþ¸„¥½Iå„yC›J~/ ¥êÆ/N™è5là˜ï/fa%¼¸f÷òòttžzBë|2!õóE“G;»y¸».ú>N#&þÆò3ß,™8ÎsÑ):>O\»—LÃ&S¯qSµÛ¯±W#& ¥jÍù4Èpé;Û¿öb}8ÙaoÃ%x™~]û¯ÐˆphÚÀYÛB±<'O¨G¨÷iÚyÂà„ÍÐõ}JÚ{5b"›PjA¡„rl&¥Pl°ýì¬=þI†hDèkk/–ꊉð¥ÿ,ððyÂà„Í /”vL$J-~¥Î÷¶µÊIuEÐÊšBQ`Ÿ¯—ó <>O\—’$…ÒÙ„„j Bí›ä0wߋϤgDQ5"øN8{û­K¾|Õ’o¶}gßLd2/}Ú¤P„Á ÷±µ.Ëtµ¿WWL$ª5%åů~Ýk´«»›‹ã¼5ÚoJ|¶`ÒH'WO·Å[âaK봮 æ=qÊû[¯6)apÂÂç×½6ÌÉcÂÄ„ ÆïÕ …„Bv-tµ1$ÊŒN¡1†„BB¡I %$ %$ %$”ٞѷ°ªï\mÙh /Z¡÷úPmB¨–½_Ì ´è‚ÊB…n]6tèXO/iËBôÜ«¢„{5îŒÕ¸IU]·‚ºpü7—±Ý)ê¹?øƒ~â8~ºœ}í—_™ä5ØaÔWr^\±=úéÄ ã½<ÜÝgœJbkß"Kx×.º¯ e!¡zÛZÑË% £]¨ÿ>U={I޻ݣϲ3ª»aég—öñø]ϰøº«Ïª~­†›±ßÚ¶ïÇAªêeiû:ÛÏÆ ˆŠ˜X†—y¶Û€UÚ3¾mý8xH(#„Ú8®¯÷âO|ü®²%2ý÷©êÙKòÎX(VÒp…¤ÈÊÖ^ϰ·é*Dó6ÿüèÛ‘ùS½œ]ÝU“´ê¤}t¬mc~H(ƒ„RÊÁ›VM·wú”Ì}ª„{MJϹ®½êüË=:+jˆY¬}ƒÅ䄆Ê¡É ?€++OUÿ¦’þûT ÷jß‹¿IU]w›{Ÿå骊Ëú¸ÿn¡†v¶¹Ë.‡LÌ¡…fô9…„2B(¥Œ3{‚‡»§§ó¨±k÷D’¹O•p¯ö±ø›Tÿ}S¢8dÁø1®î®c&,ºÍšE¨ŸµÃ†{ÿÞ—)Kh"¡Ð÷!§PBBµN›Ú¨Yè_y¡ð]ÜÁ…¢´Pjý*¡¶É—Ejq¡H¶°ØD8VÉ^‹ÚÚâÿÈÔè¦ô¤Lì_³ EF ãÜסMØd„[vn%P#ž¯qÏÈŒªk쑼®†ù£´9›tutë n¨)}^f| Í܆6úŸ¿m%‹öoó¨ÚdÉÖùï«¥š¿¹Ëõ5zÐKÝîÓÿ¥ú[ endstream endobj 660 0 obj << /Type /XObject /Subtype /Image /Width 283 /Height 137 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 35546 /Filter /FlateDecode >> stream xÚì½”\Ûº6ÜvœŽ:©ªeÛŽmÛ¶mÛ¶mÛ¶mÛ6¾NwÐÙIï³Ï÷ÞÿþãÖ;Fѵjâ]Ï|^L¬U!!?%!Æb C~‘?\úï—ÈNÙÿºý;²¬9¹67ž0¦Ž¹×F^ú÷ÕLˆýZåßA8ªÓ“_»ý&ÿ• ýgC0Ëæ7Ÿß\X›5a ¬Î½¥æ?o1²ûÜkú•ÑÿƒF¢êFvúùk·ß$¤ÿ €þÓ¡ÆÖ¼ùòåËç7kñÐX}½¥æ?»µoä»ðæ l,‘Ÿ£oõTˆ²ŸoYøBT§_»ý&Ñ ýž˜å6}õwø+0߇ú»m$ ü“;Ê}!Z¥ yÂ~ óå›|WðW{û£oˆôów@OFÁòùó·[Iy»öwÚ$Ì“&Oô¿·ãÿ%6òÊI.ô·4qó›/AùòåÔ¯ÐD§‰AX~‡&: Q‰’‹¿øalÍë 0¿çmIö‚òåM̄扙ڡ‰5µ‰1Eʯ´‰™åWÚàAÚÄ–ió+kÖňQ\ÐÇ@fk¶°?®Õ‘ù™ EÅœ)äýuÅ&èˆc›ziÛü2H›X²š mbÍj‚´ù•0ë–·AX¢,ê—›¯4©oòæ·]…`J›·‰u»òÿº·IˆÅ¾]ù:~w[b³¨ànKl“…ØÎ<¡ùíøUP¾CóçãWÿ§Ýð÷e¾à^KlÁ;˜ÏÄJšàâç_€¹¸.k4Dfk^",¸bþGd²……7¼ÿèóÏü „æoçÜAhþ8y ºá¿…&aÖµ‚‹Â4¨0 "òg‹ ²&v‹ ¦Â±N‚G¡Í/ǃ3ï˜òë1ÇàÌ;öfÐÝüæÇžwÐÝü™Ÿ{ÞA“ú 2?÷¼ƒÏoüšðå û»÷A—$b}‹Xp–<†ÿ»üõé =ý-4A{ B„æ¿Ð ¡ùÓô)M ù}_7»c¥M0vÇJ› 4±Ò&x¢/vÚ„áyÖÁ‰¢ÍoOÀ‡;~“ߟ€'¸d%'O‰ƒ«Y±¥Ä¿¾Œ9¤‚‡lþµE%Ä Íé÷ùwôïwc÷wƒú¹@üõ÷gbþjGÐ ‡Åüñ£ÏA`þ`OA÷+4Á¥šØYœuÇM0 Ž=vß[ìZÔ¯ÈÄ|©nТbC&hQ¿ä{yƒñÿµ>'Û,!Èš¿úš_k‚ùp ùu±&MlÜÕýÅ¢bn¶]Í/òæ'6AÒÄŠM4¿c“'ú‰ƒNøwl¾ýà{5¿Ë·|Î.cOo‚³ËXçRA‹úCv½ž°!°1ÐÓˆˆˆèç#77··‹}C}Ã|Ã}#| OOϤòñÞÞÞ>Ô€èñã¤øÍý-ü-£È”î„/âqé¾¾™¾Y¾Ù¾9‘Ú_~__A_!ß¡ô¯•€ÉÀ¾xÛâmr#Ý××Âç €…À"`qdq3Ä˰ ˜L¦aIZ­€ÖÀð@&`#° Ø l‰,‘ìÇH@‘þª{úQÀn`°ØLÖ€“À)à4p&²dY P¨¥ÙJà°X¬Ö€yéæ§»ä¿\.—­À܈yó#òOgÀsàEd× Ïo¦MŸ.}ÃT2ð(MÊ@x`©¯Ðx¼>³ÀC`"0 H&“ÉÁ/©CÒd Y^Ø— L ¦Ó‚éÀ`Jððx ~Õãºÿ p A „@¬”d)° ¨øÃ6ŠøàšHdZ…&¿_»¾¸ à]àpØÏ< #° È Š ÊàKàðx¼Š€EÁb`qp}b>ð6Ù»dÒwNÿ1Ù§dkü‰Á²`9°Ð!0 † ‚Ÿ">Gìñów‰ÚªÜîßlv;Âàpá·ûýøh®Wƒ‹ÀÅ` |VâÙ‰1°mä·uÂë†ïô=M·Ün×€kA4 ‚7ÓµH<n·F–Yn€'ÁSàaðÈN¦8•âtŠ3)îÎ¥8ŸâBŠ‹~¼^OƒgÀ“þ^`o°ø|>GÖîèHô ô ôô ¬ t_€/ÁËàð…¿Ø\¾6|?˜"Ì ^O¿9|K¸…â@¯À×àp)¸ \¶ÚÏAïÇè=Lþ(y- ”J¥…îû Dà€Hˆ‚h($¤X¬V«ÕÁàò”÷Àû IP\(J%„Ú€»Àv`{°ØìvC LPfH†ˆˆáÉT* e²B«üã}|}áPi¨ T* ¥ƒ" +ܯ UªBe¡r Þðßô×êBõ jPõH®¤¼šòZÊë)@r¥HÈ6…€Ä_õ¿Ÿ‚…8h™o¹/u†šAõ¡‘ågƒsÀ¹àAŸ¡/Pu p†¹À<à"Ž'€ÂÏ//¯Ià¤p289œN óU€*B• &PœÎûàsàyp>ÃŒÂ\Ê ¼Þo‚·ÀÛàð.¸-ÕöTí€áШ—¿·¿¿¯¿Ÿ¿¿44Ð?È?3lVØì°9asÃæ…Í[–>V^¶4lYا°Ïa_ÂB…&Š“(±a¿¥ [ö…mÛ¶3lWØî°=a{à ÁûÄ‚…= )xr,ìx؉°“auá‚pKølع°óaÂ.†ö_»v5,KD…@køfØ­°ÛawÂòúï…Ý d„3Á™á,pw8œ>8888(—€KÂ¥àÒp¸,\.W€+•àÊp¸*\ ®÷‡kµàÚp¸.\®7€ÂàÆð¸¼n·€ßüˆ¸ãá¯~àK`Ü î w»ÂÝ"{ì÷„{Á½á>ð6x%|„ßïÁàÇ(¾E3ÀÑðx,<ÞO€'“àÉðx*< žÏ€g³àÙðx.<ž/€‹àÅðx)¼ ^?€ÃoàÕðšH,ZÁ­áïQe?ðÞï€w»àÝðx/¼Þ€Âñ·pJä(| þj_­ïü5â¼€‹Áçá ðE8r¾_…¯Á×áðMø|¾ß…ïÁ÷áTÈCøü~?…ŸÁÏáò~¿†%$ñ÷ðø#ü þ CP$É„ÄG ‘0$’I‚$E’!É‘H^$#RI¤AÀ; ñ‘ñ-’™ ´‡Ë€ !0‚ (‚!8B $B!4 ,Â!<" "R‘Q Ñ1 ±q‘H)¤ ’É‚dE²!Ù‘JHe$’ɃtCò!ù‘HA¤R)‚EŠ!Å‘È@¤+2)ƒ”EòýÞÈà*p ( ÈW>–_+UHÈx:8¨4@"ÆH¤)Ò iŽŒGZ"­ÖH¤-Òit@:"ÎÈjd²éŽô@x'2 ° [° ;° F† C‘aÈp¤ Ôjµ‡:@>Ð@ì ÕBºC= žP/¨7Ôê Q 2 r  `.¨:òk²;šM„&Aß½÷rh´ZE{Ÿ‘È(d42Ù‹ì@’ û‰È x?2 —K‚¥ÀÒ`5d2™ƒÌEæ!©ÐÈBd²Y‚,E–!Ë‘ÈJd’ ]ƒ¬EÖ!ë‘ ÈFd²Ù‚lE¶!,š5Ñ]Èndb£ÉÑpôr9„FŽ G‘cÈqär9…œFÎ g‘sÈy¤#Ô)Ò#w® W‘kÈuär¹…ÜFî ÀÌèW|>O!ôüy†ü¸ÿë?¦ûÁ«`´wÚS·ÐŽh'´3ºÜî÷íÑhO´Ú=Œ¦ÇÁQ÷ 8= ~õtÀá襨¸9„F‡ ü>¿ß?ü òÃ~Äú§¡ÓÑèLôXêã©O¤>™ú3ò ACÑ8h\4M€&DÃÐDhb4#j¡;ÑLh ô8|> Ÿ‚?ŸÁ/‘qp’õ¡~4€(ˆÖ@aAQCq”@I”Bi”Aw£Ê£*¢*£ ª¢ª£zÝ…>AÔE=ôº­„fA³¢ÙÐìh4'š ÍæAó¢ùÐüh´ Z-ŒA‹¢ÅÐâh ´$Z -–AË¢åÐòhôXÄñˆ'#NEœŽ8ŠCk¡µÑ:h]´Zm€6D¡Ñ&hSô¹ïvĈ»÷"îG<ˆxñ(âqÄ:t=º݈nB7£[Эè6t;º}…>E3c¯Ñ½hZ$¤G²AÙ¡PNè r=žDO¡§Ñ3èYôz½€^D/¡—Ñ+èUôzÍŠÝDo¡·Ñ;è]ôz}€>D¡ÑJX¬ö}¾D`Ù°7è[ôúý€~D?¡ŸÑ/hŠÅÁF .æa±LX¬>ÖkŠeÇÊ!å‘?ân]d?T+„ÆŠ`E±bXq¬V+…•ÆÊ`e±rXy¬Vë‰Uƪ`U±jXu¬V«…ÕÆê`u±iXlÖk„5Æ–`½°fXs¬Ök…µÆÚ`m±vX{¬Öë„uƺ`]±nØ l1¶[‰õÆú` á0x ’þu‡bðáØl$6 ÁÆbã°ñØl"6 ›ŒMÁ¦b{±éØ l&6 ›ÍÁæbó°ùØl!v Ûƒ=ÖbË°åØ l¶ [­ÁÖbë°õØl#¶ ÛŒmÁ¶bÛ°íØl'¶ {ƒ=Ção±ýX›ŒÆÚÀ…á"ð d&rûj?#ª¡ÕÑóØì"v »Œ]Á®b×°ëØ ì&–¿ÝÁîb÷°ûØì!ö{Œ=Ážb4ž×ñ—Ø+¬'’ÇSámávpU¤lâƒ<ƒÇÅãáññxB< O„gà ¼ž OާDßaç°Ôè0x8< ‚#ðôx܇ûñà á0Žà(Žá8Nà$NáEpgqçqq —qWq oˆÆÛânãkáuðzx¼®l†·À[áöxv<žÏ…çÆóàyñ|x~¼^ï·Ã‡ãEñbø>t?z=ˆVE«àgášh¼"^ ¯ŒOÄ«âÕðêx ¼&^ ¯×Áëâõðúx|$ÞoŒ7Á›âÍðæx ¼%Þ o·Á—â#ðx¼#îà.îá}¾H?¤?2ÙŒ÷Áûâýðþø| >ŒÁ‡âÃð}ø&ü> çÀrb¹°ÜX2̇ø‘µx:| >Ÿ†OÇgà3ñYøl|>Ÿ‡ÏÇà ñEøb| ~_†/ÇWà+ñUøj| ~ _‡¯Ç7à/ñÓx±ߊo÷ã;ðø.|7¾ß‹Ç!öãðƒø!ü0~?ŠÃã'ð“x2"”È@œÅÏá°¾X¤"F$"ª Yðôè ü&~ ¿ßÁïâ÷ðûøü!þŒ?ÁŸâÏðçø ÜO¼Â_ãoð·ø;ü=þÿˆÂ?ã_p›ð9‰¸D<">‘€HH F$&’I‰ÜDr"‘’'R©‰4DZ"A¤'йˆJD€ˆx~¢1™†LGÒâ×ñ !)±AßrE ¤"2¡*¡:a&aU‡p ÈHd"2Yˆ¬D6";‘ƒè@T&úyˆ¼Äk¬Q•(¿Ç>`±OØgì V‚(I”"Jeˆ¸X<,>–Kˆ]@."—ËHRì2žK5 ±TXj, v¹‡ÜG ‘GÈc¤VŸøªO,Z¯q‘…ÑØÇ¨µÕ030³0s°rDy¢Q‘Dô%Žƒ‰jDq|Q/…§AÓ¢éД$Vs‰†D#¢1Ñ„hJ4#š-ˆ–D+¢5цhK´#ÚljŽD'¢3Ñ…èJt#º=ˆžD/¢7ñ„8F| úˆÄ'âqšJ #†#ˆ‘Ä(b41†KŒ#ƈ‰Ä$b21…Ãa‰±$ØLb1›˜C\!æó‰ÄB¢"—¬ŒVA'àÁ1¿L¬&Ök‰uÄzb±‘ØDl&¶[ {á{é{å{í{ã{ë{ç{ïûàûèûäûìûâ[ˆ.B£KÐ¥è2t9šÐæOäOìOâOêÏCæ%ó‘ùÉ.hW´Ú-F'K%É>h_´Ú€–#˓ȊdHHs´Úm…¶FÛ mÑÕß1¤:Yƒ¬IÖ"K‘¥É2dY²ÙœlA¶$+‘•É*dU²ÙŽlOv ;’³ÐÙèt.:.@s’¹ÈÜdw²Ù“ìE®@W¢«ÐÕè©Ô§Skþ]Änb±—ØGì'‰CÄaâJ~$f“qÈ“Ä|,>B£GP?V`Éy•¸F\'n7‰[Ämâq—¸GÜ'‰GÄcb.ù”xF<'^/‰WÄkâ ñ–xG¼'v‘sÈcägâ Bž ç‘(ŒO& ’ad"21™„LJ&#““e‰éä r&9‹*?U€*HÍ£ SE¨¢T1ª8U‚*I•¢JSe¨²Ônj.uœªHU¢*S'©ùT5ª:UƒªIÕ¢jSu¨ºT=ª>Õ€jH1Ô j&5‹šM¥NP¨sÔjYƒXBeÄSãiðºD=bíFC!!¯#ÿßDm¦¶P[©mÔvjµ“ÚE=¢öP{©}Ô~êu:D¦ŽPG©cT"ú!•–>E¦òϨçÔ *ž'ˆ¬x]œ¸F]§nP7©[Ômêu—ºGÝLMÓÑ"ý˜zB"ÎSgˆ³Di¼ ^/‡—ÇßRï¨÷Ôê#õ‰úL}¡BèP:—ŽGǧÐ é0Z¦ÓIè¤t2:9‚NI‡Ó©èÔtº-ÑåèôtºÞï‚wÅ»áÝñxO¼^ŽL4h‚&iЦi†fiŽæi®C—§[Ð ­Ò È…ä"r1I$9 gÈŒt&:3…ÎJg£³Ó9èœt.:7‡ÎKç£óÓè‚t+º0]„.J£‹Ó%è’t)º4]†.K£[Ò“èŠt%ÚGûé](D&ŠE‰)t]º]Ÿn@7¤Ñé&tSºÝœžOO¦WÓ­é6ôò)ùŒ|N¶¡®àWñqôª+ÝîN÷ {Ò½èÞtº/ÝîO ÒƒèÁôz(½–N GÒ£èÑôz,½OO 'Ò§è5ô5z*=žNÏ gÒ³èÙôz.=¾A/ Ò‹èÅôz)½Œ^N¯ WÒ«èÇôuú=½Ž^O/¤t &â}ŸÆ ˜¾Dì¤wÑ»é=ô^z½Ÿ>@¤чé#ôQú}œ>AŸ¤?Ò§é3ôYú}ž¾@_¤/Ñ—é+ôU:ó&˜›ô-ú6}‡¾KÇeâ1è‡ô#šbžÐOégôsúý’~E¿¦ßÐoéw´ÊLfæý™~Jq ÏÔ"juˆäÌ:'ò(éí Ñ\‰”L8“ŠIͤaÒ2é˜&=“•ñ1~&À È@ Ì Ê` ÎTd²0uša˜3T}&£Ó¨‹Ô%ê2u…ºJéŒÁ˜ŒÅØL#ª1Õ„jJ5£¦ÓˆéÄ ¢5µ…nKµ£VS¨ŽT'ª3µˆXL,!–ˈåÄ â Y€ù¶»R#UMdžRèáÔj[Td¿g"5‰šLM¡¦RÓ¨é”ËxLF&Ó˜©Ç,cš0ÙnÊ´IŸ#Έ‹DBf4S)ÄfŠ0E™bLq¦S’)Å”fÊ0e™rLy¦³‚©ÄTfª0U™jLu¦3‘©ÅÔfê0G™åÌE¦ÓiÄ\fV2k˜fLs¦Ó’iÅ´fÚ0m™vL{¦Ó‘éÄtfº0]™æT ª%ÕŠêÅôfú0}™~Lf3Ä äM#q²#݉¦HšìBoaÆ0c™qÌxfs–™ÄLf¦0S™iQ÷ß"¤e «£Ö§»‘CÉaäprÙŠlM¶!Û’‘Ó|cq¶Ù™ìBv%a–aY–cyv(: „Ž@G¢£ÐÑèX4;N@'¢6;‚NEUVcuÖ`®Îfæ0s™yÌ|f³YÄ,f–0K™ëÌ%¦{ƒYÅ´¥ÛÑíéôr µŒ\Næ`’°[™mÌvf³“ÙÅìfö0{™}Ì~æs9ÄfŽ0•ØcÌqæs’9ÅœfÎ0áì9æó€yÈ.?W€+Èâ s}¸zÜ®8W‚+Éâpe¸²\9®·€»ÁážpK¸¥Üjf·–YÇX´M;´K{ôEn=·ÛÈmâ6s[¸­Ü6n;·ƒÛÉíâvs{¸½Ü>îw€;ÈâsG¸£Ü1î8w‚;Éâ’óO9Ž;ÏU¦«ÐUéjtuº]“®EצüMîw›»ÃÝåîq÷¹ÜCî÷82 ûyÎ½àª²ÕØêl 6›íL'f?qŸ¹/\ÊÇáãòñøø|>!Æ'âóIø¤|2ÞäSð)ùp>ŸšOçåÓñ|z>_œ7øÊ<Àƒü.‰‘‘™Q˜ª<ó<Çó¼À‹¼Ä˼«¼Æ7à«ðmx‹·ù™ì,v6;‡½Ën¥·Ñåùµ\M>;ŸƒÏÉçâsóyø¼|>>?_€/Èâ óEø¢|1¾_‚/É—âKóeø²|9¾_¯ÈWâGómùé|5¾:_ƒïÅ×âkóuøº|=¾>?“oÈ7âóMø¦|3¾9ß‚oÉ·â[óKøü¾=ßoı\(‡™Ï/àã3׸ÍÌ\¾7߇ïË÷ãûóøü ~0?„Êã‡ó#ø‘ü(~?†ËãÇóø‰ü$~2?…ŸÊOãÏóùÛü,~6?‡ßÇÏãwò»ø…ü"~1—_Ê/ã—ó+ø•ü*~5¿†_˯ã×ó/ø;ü~3¿…_Æ=äñ¹™d±Ù'ì`f3”Æ gF0#™…lR!æZö*”‹ÃÅåâqÓ¿Eæ œósà@â>ðùOüg^X¡¹ q…—œ"¼æÞpë™ ÌFf³—/#$’ )„”B¸JH-¤Ò é„!½Að ~! ´@`PpHha˜ÐB˜$ð‚ ˆÂ¡•ÐVPMÐC0K°GpOÈ(d2 Y„¬B6á{“½ÅÞfs y„¼B>!¿P@(( qØYB<6>›‰Ï̇±‰Ø¬|W¡¬PN(/T* •„ÊB¡ªPM¨.üºšŸ‡ÍËæcó³ûýJöÈYð¼Ô_ÿ»"\® ×cÔØ”zsêGÂcá‰ðô—všMÉ·Â;á½ðA¸µJOŒ/&нIã00“0S°‡B1©˜LL.~> Ÿ¿µ“Aô‰~1 Þ"§B,Íb".")®K-³1{REMüþ¿r9Ε8WãÌbêu…zB}¡ÐPh$4šM…f a²PHœ)´Þå=>#_“­ÅÖfë°ñ„ƒB7¡»ÐCè)ôz }„¾B?¡¿0@(  C„¡Bq¸0B)ŒF c„±Â8a¼0A˜(4 ‹mÅ©Â4aºÐ^,*îf s„¹Â»€--Ì+Š•ÄÊb±ªXM¬.ÖkеÄÚb±®XO¬/6÷‰ÄÆb±©ØLl.¶[Š­ÄÖbñ¶¸W|.v;ŠÄ—â~±«ØMì.ö{нÄÞb±¯ØOì/ßó;Äâ.q·øV|!&‘މĭü6žãxNàDNâdNáN‰§Å3âYñœx^¼ ^/‰—Å+âUñšx]¼!Þo‰É¤;â]ñžx_| >‰Å'âSñ™ÈJI%Sz%¾߈¶”\z/~?ŠŸÄÏâ1D •âHq¥xR|)”P “I‰¥Œ’%‘2I)¤”Rc® —@H€Ô‚kɵâ2H>É/••ÊI I°„H¨„I¸DH¤DI´ÄHÅ$NŠ4~I”$I–I•4I— ©±TTj/9’+yRG©¸”YÊ"e•²IÙ¥RN)—”[Ê#å•òIù¥RA©TXê*uFHݤÒ,1¾PFºÌ­âVs‰…$B%©²TE HeŽ´œL-©¶TGª+Õ“êK ¤†R#i”ÔDj*5“šK-¤–R+©µÔFj+µ“–I#¥MR'©³ô€'—&HW¸«Üþ:·EzÉ÷“úK¤Ò i°4D* “†Kû¥ÍÒii´4Fj#t—Ú í…·Ü;î=÷ûÈM•¦IÓ¥ÒLi–4[š#Í•æIó¥ÒBi‘´XZ"-•ÎJË¥ÒJi•´ZZ#­•ÖIë¥ ÒFé•tF •·JÛ$ˆ‡y„GyŒÇy‚'yŠ+J‡¤ÃÒé¨tL:.NJ§¤rÙ/Ÿ“ÎKÅÅbI±”¸GØ+dá7¥[ÒméŽtWº'Ý—H¥GÒcé‰ôTz&=—^H/%@~-½‘ÞJï¤÷Òé£ôIú,}‘BdGȹäxr|y»´CÚ)=æŸðOùgüs>œR—SÉ©å4rZ9!§—3È>¹¸œ[®,ƒ2$‰‡Å#âh±ßÏ&O‘h™‘Y™“yYEY’eY‘UY“uÙMÙ’m¹ªìÊžœQÎ$g–³ÈYåúrv9‡œSî$W‘ûÉyå|r~¹€\P.$–‹ÈEåbò¹„\R.%—–ËÈeårry¹‚\Q®$–ûËÓåjru¹¤.mçËÃäáòn~¯ÔEh(7’çËMä¦r3¹¹ÜBn)·’[Ëmä¶r;¹½ÜAî(Ï”;Ë]ä®r7¹»ÜCî)÷’{Ë}ä¾ò6y†|H(’ËCä¡òy¡R_é¢|I¾,_‘¯ÊÅAâ`qˆ8TÌ.är ¹„QâkyŒ8V'Ž'ˆÅIb¡¨PL(.”J ¥¾EŽiâÏwœ-—ˆKÅeb¨ïj ÅMâfq‹¸UÜ&n¯Ë7ä›ò-9®”S"”ûò)½rIº,u: „Αµ^È/åW²¨¼‘ßÊïä÷òù£üIþ,‘C”P%ŽW© ÄW( •0%‘’XI¢$U’)É•J[¥¼ÒSI­¤QÒ*½•ŠJ%ƒâSüJ@PXATÁ\!R¡Z&Gˆ#EA©¯HЬ(ŠªhŠ®Êa ²KØ-à2!ïöGê•YÉ¢dU²)Ù•JN%—’[É£äUò)g…sÂyá‚pQ¸$\Žt±¼(ˆ¢H‰7…[ÂmáŽpW¸'ÜéÅÝÊe¯²Oy&<^/…WÂkápR9¥œVÎ(€ŠøECÅ8b\ñŠrU¹¦\WÂÄDbbñòPy¤j_µŸÚ_ T©ƒÕ!êPu˜:\¡ŽT7ª£Õ1êXuœ:^ NT'©“Õ)êTõœºA½¥ÎTg©³Õ;ê&už:_] .T©‹Õ%êRu™º\]¡®TÇ*ã”ñÊe¢2I™¬LQ¦*Ó”ê e¦2K™­ÌQæ*ó”.TWªÕê¢vU{Q½#¹²BY©¬RV+k”µÊ:e½²AÙ¨lR6+#©7Ê[%£ú^ù |T&P”J«ŒÊªœÊ«‚ºZ]£®UשÔÛª¦=T7«[ÔRRié‘\Uª&•—*H©µ½ê>u¿W;¨R«GÔ£ê1õ¸zB=©žRO«gÔ³ª¡W/¨ÕKêeõŠzU½¦^Wo¨7Õâš®UÖîª÷ÔûjUÍÔ©Õ'êSõ™ú\}¡¾T_©¯Õ7ê[uUdà—5ESµšZ­VK³´òCÙÓvI¥IÒ3ù¹œMË®åÐRhÑ®è(ŸO˯Ð j…´ÂZ­¨VLk§•ÐJj¥´ÒZ­¬VN+¯UÐ*j•´QZ[mšVM«®—;iµ.Úni´XÞ'ÍÐ.È´ÆZ­©ÖLk®µÐZj­´ÖÚbmº¶^k¯uÐ*+µµªJ5åŠtUº&]ÿ:þZ/­·ÖGë«õÓúk´Ú m°6Dª Ó†k#´‘ÚFm´6F«ÓÆk´‰Ú$m²6E›ªÓ6h·´™Ú,-œP“ɉå$rR9™œ\¾£-Ñ–jË´åÚ m¥¶J[­­ÑÖjë´Úmí‹¶IÛ¬Yª­:ª«.V–(¤¼\Ù«íÓök´ƒÚ!í°vD;ªÓŽk'´“Ú)í´vF;«…êçµ ÚEí’vY»¢]Õ®i×µÚM ÐCtF¿«ÝÓfks´¹Ú)ù´|F>+Ÿ“9ý¥öJ{­½ÑÞjï´÷Úí£öIû¬™:«g×ãèqõjGµ“ÚYͩՕëÉ„ÞCKª'Ó“ë)ô”z¸žJO­§ÑÓêéô=½žA÷é~= çÔAÒaÑQÓq½°Nê”NëÕôz#×]Ô%]Ö#‰®éºnèMtK·uGwuOϨgÒ3ëYô¬z6½½ÞXï­çÒsë¶¶U'/—[é­õEòB­¶RT/¦×Kè%õRzi½Œ^V/§—×+èõJze½Š^Uï«W×kè5õZzm½Ž^W¯§××è õYz}™ÞTo¦7×[è-õ!úP½ÞVo§¯Ð;èõNzg½‹ÞUï¦w×{è=õ^úf}¹¾_ï§÷×;jkôµúcù‰üTî®ÑCBö…^ˆø0kJõIúd}Š>UŸ¦O×gè3õƒúl}Ž>WŸ§Ï×è õEúb}‰¾T¿«Ð_ê+õUz íµ~HߪÕÑêjõ´úZ­¡¶Uߦo×wè;õwê{õƒúQý¤2 «p ¯ÄÑ èñ´øZ-¡¦%Òk¦b)¶â(®â)•êHýç ïIÜ€h iù•èk´Æh¬Æi¼&h¢¶[ߣïÕ÷éïõWz&ãƒ~Xߢ}Ô·iÛµêJ ¥¦RK¡ŸÑÏêçôóúý¢~I¿¬_ѯê×ôëú ý¦~K¿­ßѳ÷ôûúý¡þH¬?ÑŸêÏôçú ½¢‘Ù¨k¼ÑßêïôúFV#‡ñIÿ¬ÑCŒP#Ž׈gÄ7 0#‘‘ØHb$5>«_Ô-T 7R©4FZ#a¤72󕦯Be‘¦'Ò—*Ë”$:j`niPm0kpo¬}¿ÿ¢dJ5\M¥¦VcÎ{o…žPæóÆB#©šLM®¦PW«5ÆZC`#'FlZUa7›-ÆVÃd-6ë°.ë±ÙÌì1# ›•ÍÆfg9Ù\lnv·±ÇØkì3 °ÙBla¶é$ Ý0 Ó° Ûp ×ðŒŒFc£žñÄhbd3âéñõzBÝS1-“šY 0 …ŒÂF£¨QÌ(n”0J¥ŒÒF£¬QÎ(oT0ž•ŒÊF£ªQͨnÔ0jµŒÚF#¹ùÔð™ Œ†F##`>7†ÍŒæF £¥ÑÊhm´1ÚíŒöFc—þÀxh<2°é751_yô¼z>=¿>FO©uS»«ˆñÉøl|1BÌP3Ž׌gÆ7˜ Í03‘™ØLb&5“™†™ÂLi†›©ÌÔf3­™ÎŒ0Ó›Ìâ¦nV64!³ªiš¨‰™¸I˜¤I™´É˜¬É™¼)˜NFg£‹ÑÕèft7z=^Fo£Ñ×ègô7AÆSöûœ}ÁÎÓ^±¯Ùòæi}Œ1ÖgŒ7&IÆdcŠ1Õ˜fL7âs ¸„\—ˆKÌ%á’r©¸Ô\ .%ÎM3§›i¸´\:.‚KÏÝ4n·;Æ]ãžqßLÙTLÕ¬iV1ךµLËüh Ô·©ÛÕêNu—º[Ý£f3³›9Ìœf.3·™ÇÌkæ3ó›Ì‚f!³°YÄ,j3×›%Ì’f)³´YÆ,k–3˜ÌŠf%óŒ¹Î¼aV3«›5Ì[æ³¶YǬkÖ3ë› Ì†f#³±ÙÄlj63Es¥¹Ê\m®1ï™7Íæ}s£¹Ét4W;¦gÔ2i™µ,ZVm·¹ÇÜkî3÷›̃æ!ó°yÄ3Ÿ›/Ì—æ+óµùÆ|k¾3ß›LÁ¢­¬–h…XGô£z<«¯ÙUë¦Òš‰­$VRë#;?j†°FNe¥¶ÒXi­tV„•ÞÊ`ù¬ìVÀ,Ђ,ØB,ÔÂ,Ü",Òªle³ê[¬ÅY«õÜV+¯5_[  ×i ­-ºiY–m9–kyVF+“•ÙÊbµ±X=¬VN+»!Y9\Æm§¶KÛ­íÑ Y…­"VQ«˜UÜ*a•´JY¥­2VY«œUÞª`U´*Y½¬*VU«šUݪaÕ´jYµ­:V]«ž5Ýêi-¶Y­ûÚí¡öH{¬=ÑžjÏ´çÚR«­ÕÎjou°:Z¬ÎV««ÕÍênm´–X{­ÞVë¥ñÊxm¼1†#ŒÄúhc˜5Üa´FY£­1ÖXkœ5Þš`M´&Y“­)ÖTkšµßšaÍ´fY³­9Ö\kž5ßZ`-´Y·­}Ösk™µÜjb5µšYëôõú}£¾Iim²6[[¬­Ö6k»µÃÚií²v[{¬/Ö +‰}À:hÙ¦cº¦gv4 ê…ôÇVAë”uÚ:cµÎYç­ ÖEë’uÙºb]µ®Y×­ÖM떕̾cݵîY÷­ÖCë‘a?±žZÏ,ÖNj›ö+ëµõÆzk½³Þ[¬Ö'ë³eÛ!v¨ÇŽkdzãÛ ì„v˜ÈNlç°-»ˆÜNa‡Z›ÍAú`=³Å¦·²òlŸí·6`ƒ6dÃ6b£6fã6a“6eÓ6c³9›·[´%[¶[µ5[· »±]Ôno;¶k{vF;“]Ö.ggµ³ÙÙíŽvN;—ÛÎcçµóÙùívA»]Øîcw°GØÅív.««ÝÍ>®ŸÐOê¬ôv+$ûú|Ÿr&d‚^Ë®m×±ëÚõìúv»¡ÝÈe7±›ÚÍìæv »¥ÝÊnm·±ÛÚíìeöH{“ÝÉîlóÖ{´ÝÏ’-ÅR-ÍÒ-Ãêg÷·ØíAvs³…ÙÒle¶6“ÉFJ£ƒ™Æîdv6»˜]Ínfw³‡é3üFÀ Ѐ ØÈjNµCBv‡†„´°¢ãÏ(s´9ÆkŠFHÈ=e<¹È\l.1—šËÌåæ sˆ=Ôf·wØ›íÎN{ŒÝ×Úe÷·X¹l±ÚÇìãö û¤}Ênc¶5Û™íÍóöû¢}ɾl_±¯Ú×ìëö`Ãq†ÃŒcÖqk¤1Ê8i¥qÚìÇöû©ýÌ~n¿°_Ú¯ì×öòŸë !»Ë¸`\4.—uÆzcƒ±Ñhé´rZ;mœmÆvc‡±Óhátt:9.Î~ã€qÆ8d6ŽGãÆPç„qÒ8eœ68gsÆy£—ÓÛéãôu®WkÆuã†ñÁþh²?Û_ì'Ô‰ãÄuâ9ñËQÅŽí$vY‡­#ÖQë­ñÎxo|0JÚU´N:'ÂIïdp|Žß 8€:;ˆƒ:˜ƒ;KÒ¡ÚaÖáÞÑ‘Ù9ä,qÎ9ºc8¦sÁYæ”u\Çs2:™œÌN'«“ÍÉîäpr:ƒíùÎg¡³È¹âœwž;WåNJ;ÜNe§¶3š[Ìfó¾½ÑÙälv¶8mÎvg‡³ÓÙåìvö8{}Î~ç€sÐyévŽ8GcÎqç„sÒ9åœvÎ8gp÷…¸KÎer_9לëÎ ç¦s˹íÜqî:÷œûÎç¡“ËÉíäqò:ùœüN§ SÈ)ìqŠ:ÅœâN §¤SÊ)íô4{™½Í>fs«ŸÙßÌàN±CÜjNu§†SÓ©åÔvê8uzN}§3ÎoN0'š“ÌÉæsª9ÛœcÎ0gš³Ìªn5w®9Ïœo.0š3œ™Î,g¶3Ç™ëÌs;Oœ§Î3sA·‹»¯ N){‹¹ÕÜfn7w˜;Í]fA7ÔãÆuã¹ñÝnB7ÌMä&v“¸IÝdnr7…›Òmç¦rS»iÜ´n:7ÂMïæw}®ß ¸£Ý¶îtvugºí]Â%]Ê¥]Æe]Îå]Á]É•ÝGN ·¥ÛÊmíÎug¸Üyn·£ÛËk·ã[ ¬„V˜•ÈÚæövû¸}Ý~nw€;Ðäv‡¸CÝaîpw„;ÒånrǸcÝqîxw‚;ÑäNv§¸SÝiîyw£{ÛåÎvç¸wÝÍî|w»Ð]ä.v—¸KÝeîrw…»Ò]å®v׸kÝuîz÷¡{Çýâ>r·¸cíqö7›ÏÊoM¶ ¸ûÜýî÷«õ¤ÕޏGÝcîq÷„{Ò=åžvϸgÝsn¨wÁ½è^r/»WÜ«î5÷º{ýéÞr/Äc¼{î}·‹ßKà%ôŠº-­ vk‹óúÚ¯Ü×î÷­ûÎ}ï~p?ºŸÜÏ‘á…õ²{q¼¸^ç±›ÌIî ´Yƒ­!ÖP+©—ÌKî¥ðRzá^*/µ—ÆKë¥ó"¼ô^Ïçù½€—Ó=ȃ=ÄC=ÌÃ=Â#=Ê£½j^¯‘Ç{‚·ÂZi­²V[k¬µÖ:k½µÁjâYží9žëy^F/“—ÙËâeõ²y¼Æ^/——Û[á¬tV9« NEç„UÅ)êóŠ{%¼’^)¯´WÆ+ë•óÊ{¼Š^%¯²WÅ«êõóª{5¼š^-¯¶WÇ«ëÕóê{ ¼†Þ,¯¯·Ìkê5óDOòd¯»ÝÃîi÷²{Û+¼Ž^'¯³×Åëêuóº{=¼ž^/¯··Ù[îí÷ú{¼7Î[çó>RÑ´v:{‘—ÄéòF{c¼±Þ8o¼7Á›èMò&{S¼©Þ4oº7Ûéôf{s¼¹Þ\ÈÏá/á¯áoáïá¼@>àWØø0 H ¤Òé€ô@ # È d( h@ ': 0-yzòŒäŒáKá?üs|QŸ/Ág§‰Î‡“K¥X (”Êå €Ä•€Ê@$U€ª@5 : ´t ; ð,Ô0&ü*ô:ô&ô6ô.ô>Ä,À< ¡ÄPR¨J¨jèbò¥äËÉW’C¡sa † BBh ÝK¾Ÿü ùaò£äÇÉO’kÿœû¯f„̲CŸ’ÿ„4µµ µ µµ µ I€ (€ ôz€~€ÐáþæÂقك9‚9ƒ¥@m P¨Ô F@c  Ðh4Z-VÀ!  Ðh´:N@g  Ðèܯ^@o ð8 AÀ``0 F#QÀh` 0Œª…ª‡’CÁÐ`*0 ˜Ìf³€ÙÀÀ~Ü ®¬>,–+€•À*`5°X ¬Ö#ïÐàÄàðàˆàÈà¨à˜`"868.8>8!XœœœœœœœœœœœœÜ l¶;€À.`7°Ø ìö7€~ŽÃÃ#Â#㛂›ƒ[‚[ƒ1@QðÐÀT`j0 ˜L¦3€ÁL`f0 ˜Ìfs€9Á0˜œ?+~v|ž¤¹ñóâSÀ`M°X,–K¥ÁX0,–Ë̓ëâ×Çoˆß¿)~sü–ø­ñÛâIiYyPEPe°Ø< ö ðTøtøLølø[ðDèGðgp °¬Öë€uÁz`}°Øl6›€MÁf`s°Ø<¶Û€mÁv`{°Øìv»€]Á'à1ðØìö?'À~`p8‡€CÁaàpp8ƒà!ð0xü~³BßÁ“àb0Ð3Ô+Ô;Ô'Ô7Ô/Ô?t¼^¯×ÁàMðx¼Þï÷ÁàCðøÌ=ŸÏÁàKðø|¾ßïÁŠP6(}¿€_£oèøüú ?€RA©¡4PZ(”Êe„2A™¡, … B œP TØrý¡¡ƒ¡C¡Ã¡BPa¨T*‡J@%¡RPi(ŠƒÊ@e¡rPy¨d@ñP%¨2”%BIP¨*T ª%Cm êAP/È„Pƒpˆ€Hˆ‚hˆXˆƒxH€DH‚dHT¨Ôšõ‡,ÈÀƒÂéÃÂ5€š@m¨TÊ›4¦Úý›ð7†š@M¡fPs¨Ôjµ†&Cm¡vP{¨Ôêu†º@]¡nPwh=4 Ú õ†ú@0šÍ„ÃIá@Õð^ˆ†C# ‘Ð(h44 ƒÆC Ðè 4š @ÇÂbX ËáyÐ|h´Z-†–@K¡eÐrh´Z­†Ö@k¡uÐ5h´Úm†¶@[¡mÐvh´Ú}†®B©á}Ð~¨m¸]¸}¸C¸c¸S¸s¸K¸k8-|:†Î@g¡sÐyètº]†rÂià"ðuèd‚hƒX,Ž A¡'ÐSèôz½„^A¯¡7Ð[èôú}„>AÅà/ÐWèôúý„~A>ØàT0…8œ>„A(€8@$ÀÁ1p.87œÎ çƒóÃà‚p!¸0lÂ,\.—€O§Á3àYp x>|!LÀs¡òp¸"W‚+à p"œW«ÂÕàêp2„Cp®ƒ0Ã0£0ãp ˜„)˜†{Ãuáá0 °K° +° k°ðHØ‚mØ]؃#p \® ׂkÃSàð¸>ܶ¡\Pn 0žçŽAgVpk¸ Ün·‡;ÀáNpg¸ Üîw‡{À=á^ð"¸Üî÷‡ÀáAð`x<áQðhx <¯„WÁáIðdø,<žO‡gÀ3áYðlx<žχoÀgà'ðbx < º_‚= ¤s –ðï¹PÉ7pýßk|JÛàíðx'¼ Þ ï÷Âûàgðø |> ÂÇàãð ø$| N‡<…csðy¸/”yß‚Bƒ ÁÐh(4 º߆ïÀwá{ð(p48 Ž'IÀd`2Øž N§ƒ3À™à,p68˜Ì EÀbàøþ3*ÖIçóá~=´\ ®׃GÑ-À.p7¸Ü î÷ƒÀðCøüÎäBRÈ ø&T¹ ÝN§€ÓÀ`-Œ"ŸàÏðø+ü þÿ€¿`âGH*$5’I‹ÔDÒ#ŒH&$3’ÉŠdC²#9œH7¤2ɃäEò!CZH]¤R)‚EŠ!Å‘HI¤R‰Eâ2HY¤RN'‚“ÀÊH’ˆ$!Uèô©Ž$#yÀQH>0?— …ÁrpSCp„@H„Bh„AX„CxD@6€Õc“cƒ±¡Øp, ÆB±p,‹ÆžJÀcGÄŽŒ € 0ÈÇ ±b¬+Ç.®z9\@."ƒ]‚]ƒÝ‚7›È-ä6’-~PìàØ¡¡±Ãb‡ÇžFÎ g‘ÈCäòA@ÄÀ?ôú5YE4DG ÄD,ÄFÄE<$‚Œ@#éÑ‘Hm¤$\ . ÇÂ.èp¸Þˆ4Cš#-–H+¤5Òi‹´CÚ#ŽH'¤3ÒéŠdD»#=žH/¤7Òé‹ôCú#HšMB‡"ÃáHU4ºŒAÆ"ãñÈd"2 ™ŒLA¦"÷áÔh4-š ¢UP ¡™Ñ†p#¸1Ü>ž/€AɃæEó¡ùÑhA´Z-‚E‹¡ÅÑhI´ZE%´ Z-‡–G+ Ñx´ZM@Ñf¨ˆvB«¡ÕÑd´ *£a@AB£.ƒ¢(†â(’(…Ò(ƒ²(‡òh´3:í‰*hntœÊå…òAù¡PAÈC#h Z­‰ÖBk£uкh=´>Úmˆ6B£MЦèX´9Úm‰¶B[£mжh;´=Ú툮BÇ ÛЮh7´;º‡öB{£}оh?´?:ˆB£CСè4d:2™‰ÌBf#s¹È²Yˆ,B#K¥È2d9’))sR–¤¬I&j¡9’r&Õ‚f¢›ÍÈd+² ÙŽì@v"»ÝÈd^ÕâI%’r¢¥’J'Å&Å%ý@~"¿êGh*t8:‰ŽB÷ ÛÑ Ø^t<:u z G ¨Tz‚>Eg¡³Ñ9è\t:]€.D¡‹Ñ%èRtº]®D3a«Ñ5èZtºÝ€nD7¡›Ñ-èV´ –«‚íDw¡»ÑjXflº=€D¡‡Ñ#èQôz=žD‡¡i°´X:,=ªb"Ʋ`/áWpì04 𠽇?Ày±|X~ÌÄþþ}+†ÇJ`%±RXi,‹Ãd¬,V+UÀ*bñX%¬2–€%bIX3LÂ:aÕ±dì¬cV;…ÖÀÇ¡.ØMÇŒÄ(ŒÆŒÅ8ŒÇ¬?Ö)˜ŠÕA¬R¹ ݃îC ‡‡E°¬V«…ÕÆê`u±zX}¬Ök„5Æš`M±±Xs¬Ök…µÆÚ`m±vX{¬Ö[…Á¶a]±nX8#œ Î g³ÂÙàìpx6ˆ ÂcC°¡Ø0l86‰ÂŽ`Û± Ø8l<–ÍŠfC³£kµHYx2›…ÍÆæ`s±yØ|l¶[„-Æ–`K±eØrl¶»„­ÆÖ`k±uØzl¶Û„mƶ`[±wØEì¶Û…uÇz`=±Ëðø*| ¾ûñ£Ø1ì8v;‰ÂNcg°³Ø9ì<–÷áùðËØLE5TG ô Ú nÃ\ì.v»=Àb°ÇØì)ö {޽À^b¯°×Øì-V}À>bŸ°ÏØì+V ÿŽýÀ~bÕñü8ŽðTxj< žO‡§Ç3àñL8‰gÁ³âÙðìx<'ƒçÂsãy𼸂x ^/„gÅ&¢Ëá0 øj¸/Ö‰Åãð2xY¼^¯€WÄãñJxe<OÄ“ð*xU¼^OƃxãâãŽâÞ ¯Â)œÆœÅ9¼Þq —ñ!¸Šk¸Ž¸‰[¸;¸‹{xÆgãµðÚ¸†ÀGâ°·ð;ØÁJãxæÐ¸¿×^Amñvx{¼Þï„wÆ»à]ñ¹xw¼Þï…÷Æûà}ñ~x|>߉ÏÁâCñax;ŽÏÃ'b a0†`(†añIød| >?…žFÏ gÑsh¤"TB.£Åñ«è5ô:z½‰ÞBo£A$„„ý“›qµ|‹¾CߣPùòý…ú0?ÀRa©±éø |&> ?Ãcˆ3ø||vŸ„MÆ ‘FHc¤ ¾_‰¯ÂWãkðµø:|=¾߈oÂ7ã[ð­ø6|;¾ÏMìÂwã{ð½ø>|?~?ˆÂãGðD"'ð“ø©hXÌCä'Îáçñ øEü~¿‚_ůá×ñøMü~¿ƒßÅÏ£Ћè%ôþ‚?ÅŸáÏñøKü¾¡ˆUÈjä&v [‡¬Gî`Ÿñ/øWüþÿÿÄáÑ´œ©ˆò`0Œ+•Á0 ìMT«‚ÕÀê`7"†À0øy|@>"“c¦ÄL™3)}|ÁÂ劔kìJ #†#ˆË ÿ^‰}™LL!¦ÓˆÞÁ>Á¾Á~ÁIÄb!±ˆXLäJ\NäI,”X81ÿ¿ž —J,›˜žÈ@d$2™‰,DV"‘ÈAä$&Ž$‘—¸Š]îc7°è4Í…ÖÁ‹%ˆ’D)¢4KÄeˆ²D9¢%Ÿ‘ÏÉ\ÔKòùš|C¾%ß‘ïÉäGòù™¬LÅPõüAÇóQù©To¬Öï‡AÔ<=•ÊHe¢2SY¨¬T6*;•ƒb)2©ÜT*á§ ‰)ØTl6›¥ŠQÅ©TIªUšŠ¥â¨2TYªUžª@U¤â©J”M%P‰TU…ªJU£ªSÉT Qaª=eQ½)˜B¨ÝØl/¶ÛÀb‡°ÃX_Š£xJ DJ¢dJ¡TJ£tÊ FR}¨©”C¹Ôâ,qŽ8O4&𷱿D=ª>Õ€jH5¢SM¨¦T3ª9Õ‚jIµ¢ZSm¨¶T;j:ÕêHu¢:S]¨®T7ª;ÕƒêIõ¢6SÓ¨ýT?ª?…R…S£ðÑø|,>?H¢FSc¨±Ô8j<5šHM¢&SS¨3Ôê5ƒšIñ¤@ФDæ&Kà%ñÝTjµ˜ZB-¥–QË©ÔJjµšZC­¥ÖQë© ÔFju‹ÚBm¥¶QÛ©ÔNjõ„ÚCí¥öQß©›Tzúu˜:B¥ŽQÇ©ÔIêušÊHŸ¥ÎQç© ÔEêu™ºB]¥®QשÜtº8}›ºC#G“õðúxv:ݧ©bÄ3ê9õ‚zI½¢^So¨·Ô;ê=õúH}¢>S_¨¯Ô7ª$ýƒúIý¢|´ŸЩèÔt:-ŽFè´@g¢3ÓYè¬t6º]žÎIÇйh‰ÎCç¥óÑùétAº]˜.B¥‹Ñ.-Ò èRti:/¥Ñ:½_‚/Å SO©»Ñ¨÷­œÏwø÷¼·VN¦ƒtˆÓ Ò Óh”Æhœ&h’¦hšfh–æhžîG7¤GÑ2­Ð?É1tc:B¨TTj* •–JGEèº]“®Eg"3“YȬd6ò~€?Äs‘©‘‘iH4"æQó©¦D3b!µƒÞIï¢wÓ{èRLif?}€>H¢È}È~är9„FŽ G‘cÈqär9…¼FÞ o‘•Ä*b5±†¸„\F® W‘kÈ|Bd$Ffær¹‡ÜGlÆa\ÆcF£ˆÑÄb,1ŽOL  ~I~šP‹©ÍÔaê2Ó‰ÄLb1›˜CÌ%æÓ’iÅ´fÚ0Kˆ¥Ä2âO+¬¯ÚéÎô`z2k‰uÄzb±‘ØDl&¶[‰mÄvb±“ØEì&ŽÓ'è“ô)ú4}†>KŸ£ÏÓè‹tz&3ŸÉÀ\£gQ³©9Ô\êq‘¸D”$céôCúý˜~B?¥ŸÑÏéôKúýš~C¿¥ßÑïéôBæý™þB¥¿ÑßéôOúícüÌ>fsŠIäeÒ1g˜ELY&“™ÉÂde²1Ù™LN&†ÉÅäfjÓ³™9Ì\fs9Íõ€’I…TIÜN¯eÖ1ë™ ÌFf³™ÙÂle¶1Û™ÌNf³›ÙÃìež2û™ÌAæs˜9ÂeŽ1Ç™ÌI&û„‰aÏ2ç˜óLnös‰¹Ì\a®2טëÌ æ&s‹¹ÍÜaî2÷˜ûÌæ!óˆÉÏæb+°ØçÌ&ŽCŽ%Ç‘ãÉ äDrù‘ùÄ|f¾0_™oÌwæó“ùÅøX?`S±©Ù4lZ6žMÏf`3²™ØÌl6+›ÍÎæ`s²<[‘µÙf/²‹Ù¦t3z9KP©BTkº ½–]Ç®g}¾?^@´”nƒoe·±ÛÙìNv»›ÝÃîeŸ²ûÙìAö{˜=Âe±ÇÙìI6-÷„ÍÉeϱ*ý’}žfIŠ¢*Ò •‹óè›ì-ö6{‡½ËÞcï³؇ì#¶(Õ瞱ÏÙëô%ö&}‹®IÕ¢jSu¨ºÔö#û‰ýÌ~a¿²ßØïìö'û‹õq~.À¥âRsi¸Š\:.=—ËÈeâ2sY¸¬\6.;—ƒã¸ œÅåæòp¨Ô j05„J £†S#(‡+ÆçJp%¹R\i.–‹ãÊpe¹r\}ÎæZsñ\%n ³”YÆ,g*0™Te&È…¸0p q0‡p(‡q8Gp$Gq4Çp,×–ã99‰“9…S9Ó9ƒ3¹‘\n*çr——ËÇåç Ú¤-Ú¦z:×€kÈ5âsM¸¦\3®9ׂkɵâqÓ¸u\;®=÷‚yɼb^3ØGÔcj"÷žíÁõäzq½¹>\_®ןÀ äqƒ¹!ÜPn7œÁmàFq£¹1ÜXn7ž›Àíâ&q“¹)ÜYn=w“›ÁÍäfq³¹9Ü\n7Ÿ[À-äns‹¹%ÜRn·œ[Á­äVq«¹5ÜZîw‹ûÄmä6qKØD¶ ]–~È=â*Ð…¹ûôn/·ÛÏàr‡¸ÃÜî(wŒ;ÎàNr§¸ÓÜî wŽ;Ï]à.r—¸ËÜî*w»ÎÝàòðŸ¹üî.w»Ï=à|¼ŸÌ=ážr¥øçÜ î%÷Š{ͽáÞrï¸÷Üî#W‰/ɇù¯Ü7î[†/Ë· [Ò­èwìnî·#Ãâø¢=A½Gfá³òÙøì|>'Ãçâsó Ÿ—ÏÇçç ðùB|a¾_”/Æç]àð¥ùXþ<Ûˆ‡øî2{…½Ê^c¯³7Ø>‘Oâ«ðUùfls¶Û’mÅ.¦—Йøet{v;בíÄvf‡±ÃÙnlwv½‘ÞDo¦·Ð[émô†áÿäç`ÀçÛ™¡¹o;’ÅŽfÿç°SÙiìtv;“ÅVç“ù â›ñ ù•|sæ+s-øD.‰»Mß¡ïÒ÷èÔü8žå9žç^ä%^æ^å5^ç Þä-Þæ~5ïñ>…¯Á×äkñµù:|]¾_Ÿ?Á¯â¯ðù&|Sþ¿†_Ï·ä[ñ­ù6|[¾ßžïÀwä;ñù.|W¾ßïÁ·fÛ°mÙvl_¾ߟÀäñƒù!üP¾ s‡/Ç”gºp]¹x¦ÓÛÎç'ðùIüd~ ?•ŸÆOçgð3ù.DWb ÑèAô$z}ˆ‚B_¢ÑŸ@䃉!Ä@f3˜ e†1ÙÌHf3šÃŒeÆ1ã™ ÌDf3™™ÇÏçð ùEüb~ ¿”_Æ/çWð·ø«<.Üæ×ò¸Ž\'®3·‚Ï®bV3ß¹ôÂ~'¿‹ßÍïá÷òûøýüþ ˆ?ÌáòÇøãÑô÷$Š?ÍŸáÏòçøóüþ"‰¿Ìס¥p¿Áßä[ ”àîò÷øûüþ!ÿˆÌ?áŸòÏøçü þ%ÿŠÍ¿áßòïø÷üþ#ÿ‰ÿÌá¿òßøïüþ'_˜,B%‹‘Åɤ,(‚*d2 ™„ÌB!«MÈ.är 1À$’Id²*Y¬N&“A2D& A!$„@H€D@Lh/´vZØÌmá¶rÛ¸>l_öóžËO4A Á,ÁÁ‹9¤Sâi‘Xx!•ZèÆ¥®Š×Äëâ ñ¦xK¼-ÞïŠ÷Äûâñ¡øH|,>ŸŠ1Òsñ…øR|%¾߈oÅwâ{ñƒøQ¬$å”ÂÒWñ›¸YÜ"nËñåù |E>ž¥´R:)½”AÊ(e’2KY¤¬R6)»ÄH€dH¹¤ÜÒ^aŸ°_8 vp;¹êÒ±ˆTT*&—JH%¥RRi)VŠ“ÊHe¥rRy©‚TQŠ—,©²” %JIR©ªTMª-%KA)$µ“L©—I°„H¨„I¸DH¤DI´ÔGb%Nâ%A%I’%ER%MÒ¥áRoi²dKŽÄ‰u¥ŸÜ/n4X ð;ÅmüL©žT_j 5”I¥&RS©™Ô\j!µ”ZI­¥6R[iªÔ^ê u”:I¥.RW©›Ô]ê!õ”6IS¤}R_©ŸÔ_ ”æHs¥!ÒPi˜t@!”FI£¥1ÒXiœ4^š M”&I§¥ýÒuiš4])‘ŽJ8Oð$?^ü3M|¾±ÑëÌüJi•´ZZ#­•ÖIë¥ ÒF馴YÚ"m•¶IÛ¥ÒNi—´[Ú#핾J7¤´òAéÔAL/ߒΊ]Ä®b7±»ØCì)ž•ÎIç¥ ÒE©¯ÐOè/  =ù^|o¾?L¨!F £„ÑÂa¬0NÆçGð#ùQüh~L4z>‘þÞí%ÕIŸ¥/’"“¾K?¤ŸÒ/É'û倜JN-§‘[ȲÜEÎ g”3ÉÝdU6älrv9‡œSŽ‘sɹå%Ÿ–ÏÈe…rBy¡‚PQˆ* •…!QHªU… /äûŽà2!“2%Ó2#³2'ó² ‹r/¹«üAî-kr)¯”OÊ/ ‚(HÂTÁ•Ë5äšr-¹¶\G®+דëË ä†r#¹±ÜDn*7“›ËŸä–r+¹µÜFn+·“ÛËäŽr'¹³œKù(SºË=äžr å³<[î+÷“ûËäò y°uº:C©ÎRg«sÔ¹êY¼¡ÜTn)·•; ,ÿQnŸ÷©òLy®¼P^*¯”×Ê`mˆ6T¦m×6i¿´Úh­ºSë§öWmÙ‘]Ù“Mí¾6U›¦M×fh3µYÚlmŽ6W›§Í×h µEÚbm‰æ×—i˵ÚJm•¶Z[£­ÕÖiëµ Zݧ—Ó·h[µmZ= §Ñwi»µ=Ú^mŸ¶_; Ôi‡µ#ÚQí˜v\;¡Ôö({•}Ê~åœv^» ]Ô.i—µ+ÚUíš6KNÔçÈså£ê1u¼P>¡fÑhµGÚcí‰öT{¦=×^h/µWQù{3}˜kò â¢|I¾,_‘‡ÿ£'ò{íƒ6̇駴ÓÚí¬FëŒÎêœÎë‚.ê’.ë¿w_e~ùMæ²ze}—\G¯«×Óë믣ÔßiíõzG½“Žë„Nê”Þ]ï¡÷Ô{é½õ>z_½ŸÞ_¿®ùã\*®NÒzi#ô‘ú(}´>F«çZéòÒ‚iª7Ó›ë-þ*ßôïŒÚ¨ªïrß¿®êa¢>Iÿ¨}Ò>k_´¯Ú7í»öCû©­ÔËëçõ=•~P=¤V¨?åŠOñ+4WϪgÓ³ë9ôœzŒžKÏ­çÑóêùôüz½ ^H/¬_Ô‹êÅôâz ½¤^J/­Çêqz}¸þN¿ ÿÒ+êñz%Ýo\ÒU=I¯¢WÕ«éÕõd=¨‡ô°è >H;­ŸÑÏêçô4†ÏÈg¤5.ëwôŒZ&-³vV9§ ©ÜÓîê÷ôûúý¡þH¬?ÑŸêÏôçú ý¥þJ­¿ÑßêŒ÷úý£þIÿ¬Ñ¿êßôïúý§^ÝÈoàFÀHe¤6H£ ‘ÎHod02™ŒÌF#«‘ÍÈnä0r눎êSô©ú4}º>CŸ©ÏÒgësô¹ú<}¾¾@_¨ã!"D†¨PYƒ ±!ؘ¬ÅžÑSôzM½–^[_­¯Ñ×êët'䆼P$”zŽÔ Õ 55 Õ Õ Õ 4BCMBMCÍBGô£ú1ý¸~B?©ŸÒs¹FSÃçÛ—ù=·W­ÙÕèft7zD¡–Ïö9>×÷êk>Þ$lÕ·éÛõz1ó_ë@üˆïzÂn}¾Wß§ï×èõÊUÿ¨)˜$øJ&>”« Šo†9ÓœeÎ6ÏÊçäóòy›¹ÝÜaî4{1 õFzc½‰¾ÏÜo0šõ¢ÔwÈ+ÌÛþ¦LÓØ{þ5¿[Û¢7O˜'ÍS·½Õ\`.4™‹Í†±”—ƒÿ©éo3¯›7Ì›æ-óª|Ô¼.ßoʷ䉿šßÌ"‰E‹%O,‘¸ÉÜln1« cqÆø¨ÜõÍfC³‘ÙØlb65Kú³ZÙ¬ìV+§cå²|¾‰Æ$c²QÜ,a–4K™,Ù,m•1ËšGÆ9ßÏÀr}%Ÿ¯ˆñ _5´ 2Ã&`‚&dÂ&b¢fœ…›„IšTTžÆŸ| ¦hâV¬%[ª©™ºyJùáÛ‘ugV­ßð·RU«†YÓ¬eÖ6ë˜uMÛhn¶0[š­Ìõ ­›ÞÞì`v4;™Í.fW³›ÙÝ<©”·*X­x«’UÙJ°þhe0;ºZ±(œ¹ÁaŽ4G™£ÿeÏ׿ó­ùÎ|o~0?þ®=¶Ó3Z™¬Ézc«µÙÆlk¶3[X-­VVk«ÕÖjgµ·:X­uð*µƒÑ=;6G3ÚÖ*} 5Èl ±ÚøÚþEÿ­6Ög·&X­]æns¹×Ükí³ö[¬'Èa©°LX.¬V «„ÕÂæ¨uÌ:n°n›wÌ»æ=ó¾ùÀ|h>2›§Í{Ê}å¦þPy¤ß”ØiÖtk†•Ùš`±ŠZŬâV «¤UÊÚ`)V*»ŒUÖ*gu²:[]¬®V7«»Õã·ŽÒEçÛ»²F¿BVØ,Ђ,ØB,Ô¬46a‘eÑm2&kö·xS´$«˜Ú®`k–n–iY–m9–kyVÄJ±âíšV-«¶UǪkÕ³Xy¬¼V>+¿² Z…¬ff«¡ÕÈšeͶæXs­yÖ|kµÐZd-¶–XK­eÖrk…•ÁÎhg²3ÛYì¬v6ûO]æÌ‘-“Ï7µÊŠøMÖfk‹µÕú—Ǽ°^Z¯¬×Ö!ó°yÄülî±ÚÛìŽv'{çïqÀÍÞç·ß6NÈ=ìžv/»·ýÆzû7…Cú%k¨=Ìn°ÇG{Ø7ä“õÙúbÍ´D»³ÞEïª7·4[· Û´-Û¶Ûµ½ß|ÕÏ馹õêfÀ¦ìV3»¹ÝÂniÿ{ýØL{–=ÛžcK¶l+¶j/´Ù‹í%öR{™½Ü^a¯´DùLøëyÓüåíMöf{‹½ÕÞfoÿMë¹5ÑždO¶§ØÍ‘¿eÙ'?´Ùí'vg»‹ÝÕîfw·_Ù¯í7ö[»Ý×îg÷·ØíAö`{ˆýÙþbµ¿Ù'­§È3¤Ÿñy‰Tó¥µÒYé­ÛV'­“ÎIï|· fÆþÁ÷cùš™ËÉíäqò:ïì÷öû£ýÉ.á”tJ9¥X'Îùf9§¼SÁ©èÄ;-õÜB¡P¾`…‚>_sf†½ß>`´Ùsíyö|{}Ü>aŸ´OÙ§í3öYûœ}ÞîíurþA'kT—¥¢òݰoÚ·ìÛöû®}Wù›¡h{tÜ!Ò¡œÃöû¨}ÌæÁÉ‘ÅQÍÑñÂÈ™ÊfþýæØ ]ééÔrj;uœºÎ=û¾ýDiæ4wZ8-ÚaÖáœvN{§ƒÓÑéätvº8]nNã¿ô°Ñîï p:ƒœÁΧžsæ¯Qd¸3ÂéŒrF;­œÖN§­3Á™èLr&;Sœ©Î4gº3ùµß¦¸#©ÞEéÌw8 EÎbg‰³4*Í3û¹ýÂþ•s³ÖYç¬wÆ8cqÎxg‹³ÕÙælwv8;]ÎngcD±×ñù‹%Æuû¨sÌ9îœpN:§œ{ê`Îç¢sɹìlp6:›œÍÎ ç¦s˹íÜqî:÷œûÎg¦“ÝnŽ+™µz´ů·^:¯œ×Îç­óî7½ Öç§ó+›XM­fÖu'›ÖMç¦w3¸ÝLnf7‹ûg{ÍŒæF7mM´7­‹Î›øúùžÏŒ¦¾üf#Ÿ›ß-àü ÷ˆUÍ©î$;A§-óG¹ªÃ¹¼+¸âïú×Ñ<Ìn 6†DµuÍßúd–NÆ£I°k¸f§¾ÿ£o}q¾þæu¼W~i×w¸ ÝFn7ð»g7ŠÝìëävv»¸]£wÖIý{M¬SÔ-æwK¸~7à¦rS»qn·¬[Î-ïVp+ºñn%÷á_úÌcv-_D(O¾N•ÇÍëb.î.é6Ð+;e¢óËÆ8}ܾn?·¿[ÉYæ.wëºõÜÕîw­»Îi²GÿÍ©çF¢´‹J|æ7g[Ü­î6w»›ÏÉÿW[ý|g_wŽ»'Ü“î)Wrý¥³öU÷š{ݽáÖû­³Íî}÷ûÐ}äføÛòg/x4/ØïpSÜnM÷—é³üqíìçî ÷¥ûÊmìþ—þ†ºÃÜáî·¤[Ê-íÆºcÝqîxw‚;ÑäNv§¸SÝÊnè7þ~gsÜ‚Â>_rT¦^ØÜ>¿)Ûúí¼ ÝEîbwI¯»ÛÃíéör{»i½t^z/ƒ‡ÚMÜNC§Q”Ó¦n3·¹ÛÂÝä6u²{9¼:¾’ö|·¾¯¼WÁ«è.äÂ.â¢n’WÅ«êUóª{É^Ð yað@ò`ñPo¹³ÂYé¬r†¸¢'y²§xª§yºgx¦gy¶çx®çy/Å«áÕôjyµ½:^]¯žWßkà5ôy=ŸïƒóÑùä|vZ»mÜoÎw§•×ÚËéÅx#ÝQîhwŒ›ÏËïð z…¼Â^¯¨WÌ+îÍóÍ÷­V×D=¼gtŒêàuô:E) ‰ŽÃô2…zx=½^^ooŒÙ!j£iötûŠ;Èì ñ†zSííÞo§·ËÛííñözÝ'Û ¹é1‚7Þ›àMô&yWœ«Î5'¯7Ý›áÍôfy³½9Þ\ož7ßÛï+ñÖË¿Öx·ó¸¼Þ&o³7NèÖMý5Ýyï‚wÑ»äMö¦xS½iÞuï†wÓ»åÝöîxw½{Þ}oZ´ÝÎåÿ¤0X˜/¼—Þ+ïµ÷Æ{ëµ)ñ_~qÐ;äöŽxG½§¶ãî³?yŸ½/ÞWïrTb#*ý/ÏñG‘T‘Ô‘4‘´‘t‘îQûÆ‘õ õ•GÄŒËífäˆäŒÄDrErGÖɧ¬ÓÖ÷¬uÎ:o]°.Z‡õR‘Ò‘ØH\ä›÷Ýûáýô*D*Fâ#•"•# ‘ÄHR¤J¤j¤‡ÓÓYìýÉQ¶"p‰ ,²Ìiê5Ï™çÍ æEó’yÙõËξ.äúî*÷Žu׺gÕvMßVo£Ë{ÏÜ‘"‘¢‘b‘Óî÷¬{Î=ï^p/ºçœŽî€ÈÀÈ ÈàÈ>o¿wÀ+™YïnpûFV¸+Ýn‘©‘i‘é‘‘Œ^&/s”£y‘ù‘‘…‘E‘ƒçý#+"+#«"«#;Üî;ëlÂ{SdsdKdk¤›»5f[Ìö˜ 7vGöDöFöEÖDY‡-Ö=999™™™éÙ999¹yíft29™,NVgµÙÞíàŽ‰\‹\܈܌LŒLˆ;)vr4[¹eqň‘#J$——ÛËã]ó̈±#NÄx‘H$%R#²À[á­û½/ès³ettílÝt)+½U^g¯KT¦ìiS¥4Ž4‰44‹Dcˆ¯€Sð_q%u§S¤s´n˜sÏ}yyyy-3î™HÅ”ø”J)•Snº²«¸W#USª¥TOIN±\Û-qݯî7÷»ûÃýéÖr{EöG®D€0JS”ÅÌ£=Æc=Îké¶rG{ nÝüÿãOuߟ÷| òÁÿ¸©þX¬/ÎWÆWö¹#ìS}šO÷ÿ ^ÓWËW;zÎèËôhŽ¿¯òøòþ¿ð]Ú×Â×Ò×Ê×úoHÕ¯õ­ó­÷mø»<Ä7ô R/ú=þÿQs'ëþ_ð§¾¾ÿË=Ÿÿ˜ßð¥ö§ö¥‰^gögñgõgóg÷çðçô§õ¥ó¥÷eð ÷øûç?îÌí›ì›=Ÿõó÷]ð]ô]ò]þoÔËû—ú–ù–ûVü¶Ç·×·/zÎåÏíÏãÏëÏçÏï/àÿß%ÝòAjù·ú¶ù¶ÿÒØßÄßÔßì_TºûÚøÛúÛùÛÿºÛGûÿ0_Q1f__V_6_vß8_N_Œ/—ôWðWŒbËþúÿ­Åñ~Èû?ú¯¼ÿø“¿û?àU}Õ|¢Oòýñœ±›­½Ãß;ý»ü»ý{þEi‡ÿÿ°ÿˆÿè¿ gýçüçýþ‚µö_÷ßðßôßúuuÐßÿÀÿÐÿè¯ZÅ÷ÎÿÞÿÁÿñw™ôQáÝóó÷ÿðÿôóÿ‘/ý×gµ?] } C cà÷ ÿ£-rròò2ŽûOøOúOùOûÏøKbq2OþÏþ/þ¯þÊ„@b )J§…¿¥¿•?m 9 „á@׿)!4€ð(ò·<91> Ä€`௬€pnÀ DP  û]»ÆW;P'P7P/°÷/*\ e U u M´¾¿¯¿ßoøÿ[§@ç@—@×@•@Õ@µ@õ@¿@ÿÀ€ÀÀ@ý@ƒ@Ã@£@ÇÀ°ÀðÀˆÀÈß”;ù;û»ø»ú+Æ&&&ººzzþ®ìèÿ?…]uøUEó?g'vf JwHw·tt£t€ÒÝÝÝÝ%ÝÝ¢H« ‚tH‰”Êïøõú}•ç÷>ïçœÝ¹³Ÿ‰3»3»÷>Ïì7öîySü©þ_µz+¯µ×ÆkëµóæùóýþÂ(ÉïyÃÌlÓËëíõñšøcÌX3ÎŒ7»Í³×ì3ÿˆisÄ5ÇÌ—&ˆöÇasÊœ6gÌY³"B»hþú?ˆýæ€9h™ æš¹nn˜›!RŒ(´¡f—ùÙÜ7ÌðŸÅËêeó²{9¼œ^./·—ÇËëmò7û[ü­þ6»?Ë<3ÏÍ óÒ”ü3W™Ò^Ï7Æ”÷*x½J^e¯Š§à`§yjbAlˆq¡fôYßeSßkà5 wi!¤‡ á}îµè<ûZ™YnV˜•f•YmÖDiœ+Â1ÙÛl¶˜­f›Yä/ö—øKýeþr?+¬Œú<ä†<™ÇQ£Ú›&КAó×ÒÂ=ÓÚA{ønE{·”‡Š~%¿²_ÅÇׯïûUýj~E•aš?ÝŸáÿ§l«5¡Ôþnè ý ? €0ÃH Ã`8T÷kD´¯õlu?i:Cè Ý¢0VÃ*µ_Ól­° ¶‡´¾” ˆ1aì‡pÁ>¿ÀïgNÀ7pNA Èl²˜¬&›Én¾†oá;ø.„C̯& \…kpnÀé×|ðçéoKÿ.܃Ÿá>4‚÷MC/¼„ßàwø>†O¢øÃ/ð~…§ð žÃ D$d|ÿÿ:<ØË ñ1¾oâ+𰪩fª›Æ`zÌ€oaFÌ„WÌOæªÉ‰¹07æÁîpÛ܉¼…X aa,‚Ç£(Éñ/úR3æÁ|X a,†%°–ÁrX# 6Ž‚*ÿÒf“™ S`*Lƒé0fÂ,˜ sà=|«b5¬Ž5°&ÖÂXëb=\ «`¬µðäÅÌaš+…¥± –ÅrhCù…a³7ãŠKØ £p4ŽÁ±¸ÖÃØÊ_bÒádœ‚Sq&Ä3pÎÁy˜‡óq.Ä‹ÐbšÞ@oP£ ,ǸWa?ìP#1R;‡÷f1¦Èû¶àV܆Ûqì„^¸öÀ@ü ¿Æø .ÂÃpŽÂ1øŽÃWðœÇoñ;ü/àa\‚Kq^Ãëxoâjü.Áp®ÀUüïã|ˆ7á܆;ð_àKü Oâ)ôûE±©ß̃q1¡>Ô—ú…EPÏðŠGñé=ó) ¦±4ŽÆÓ„~ÀKø#^Æ+ø>ÃÙ4‡æÒ<šO·ñÞÅ{¸‚VÒ*Zò>Æ_"ï¸a”ÍOÃ^ªKCü¼”†û#ü‘þ(¿¡±þ8¼?×/IoS)úÊPYca¦?Ëÿó×iÍñz—Þ£÷ÿ,ѼW˜6PbJBIi8Ãâ)Çñ&Ý¢Ût‡E(õœ‹ézB¿Ò-\@ i-¦%´”–ÑrzE‡É™×Ò´ŽÖS ŽÉ±86?¥­´žà¯¸—~ƒß䄜ˆãpGÓÉ|fQ*NÍi8-OÇ4f…’ú˜¾&gâÌœ…³ò0”ˆ11ÆÆQ4šÆP>Îϸ '£|˜ `.Ëå¸<ߥ{ô3íÇ’ø6΢*ü¿Ëïqy¬€ñSªŒUðüƒjs®Ëõøwü#‚Ý >ƒŒÜ”›qsnÁ¸"WâÊü1Ÿr~Ÿ«r5®Î5¸&×âÎÜ…»r7>g·ëOþ;ÖÞ¢ýt€êQ}j@ ©}@g©15¡øþxžÀyOæ)<•§ñtžÁ3yÏæ9<—çñ|^À y/æ%¼”—ñr^Á+y¯æ5¼6Ä?à ñzǼMüÔÛÍ_{'þk»0ºuÙ»ògæ÷ŽDú­éN—ÂÖ^ÞÃ?ñ¾ù_äK|›äË|…¯ñU¾RÏò9>ÏßòëØù¿âëœ.j~ÍòÞ Ÿ°o=ëì#~Ì¿D˜1w ¹’ØA¼Ž×óÞÈ1ìfÞÂ_p ›Ò¦²©m›Ö¦³a5Ë»8³ lNkìþé< ¥C|˜ðQ>Æ_F°¿æü ŸäS|šÏp,;™ÌOîO£Cô·Ì/é8}E_Ó ú†NÒ):Mÿkô#]¦+ôSÈWßÏÁ9yLÂ~ÜŸðÀh›†ÑîheÇ)ùsÛÙv±]mKnÅ×é ¶CìP;ÌvçÜ“ïšx´cÇÚq61¯Á_Ì3ÒŽ²SìT;ÍN·ù ?€‚PF`\šBS)•gøhÃcyg°oÙŒ6“Ím³Ø¬6½kÓ:JǨº­akÚZ¶¶­cëÚz¶~èƒFøk*‡zæ·ÿaõÛζ·Ùí'öŸvϳóí»Ð¾î]TÏÿÔv°m'û™½ioÙÛöŽíf»Û¶§íe{Û>¶¯ígûÛv d_Úßìïö;ÜŽ°sì\CbJ,‰-ãí;ÑN²“myCÞ”„2Ãδ³ìlOâKrI!)%•,²‹í»Ô.³Ëí »Ò®²«í»Ö~a×ÙõvƒÝh7ÙÍv‹Ýj·Ùí6½-"E¥˜—RRÞ–¦¡Ç#dð¿µK¼ÓöŒ=kÏýê‹ö{Éþhë@]¨õ¡üb;òtúÃ[’Q2IfI-i¤´†^ÔFÚJ;i/Ù8;?µÏìsûÂv”Nò™|.DL–fÐLêË=¥—ô–>’Ž‘‰™- «8 d° ‘¡2L^Etè ¤ ’ÂRZÊHY)'奂T”JRʹЂG!çMnÞ'Ai(äiƒm±¶Çðcœ)³d¶Ì‘¹2OæËY&‹d±,‘fÔœúKoìƒm(Þ¿*œ 2Q&Édi!;LjÅ;d§ì’ýÞ6ÞÎ;8»ÍaH.{Còؼ¡TˆÒô‚—ûµ*»qÄ‚ ¶¢}¿òwü=¯–[|‡I#ߎÉMqz[n0(*k\µ*ªC}ScÚßåynÿýÿÝ( Õ&Ò„šNc†”TšZÓhZÍ é5›&Ö$šTãØ¸6žoËEEpB›È&¶ÉlR[LSè5¹.94»–Ö·ôŽä³U¤%ý,÷å<”GòXý[÷ÂZD‹j -®÷ô+¤“õ’þ õœÎÐ Z1ä›­st®ÎÓùa»šV×EºX—èR]¦Ëu…^Ö+ÚPéú¡6Ö&ÚT›ism¡-µ•¶Ö6ÚVÛi{ýH?Öóáø$^R¯SDöÂpCQŽuâzkí«ý´¿Ð:(ÂsVÎÉyùV¦ˆ'¾A!a±"rA2H!WØqE]"éÆÖH¬è*¹Ê®Šë,]¤«t“îÒCªºj®º«áúJ?9&d  ’ú®kè¹á2BFÊ(-cd¬Œ“ñÒܵp-]+GâJz©à:¸Ž®“û̵vá‹s .Éos).ÍÝ\w×Ãõtž—×åsƒuˆÕa:\GèHíêÚ•òØ6—B\˜_’þ®Ÿëï¸nPÔêh—ßpÝP7Ì w#Üw’œRPJJE©) ¥¥t”ž2Ð(­ct¬î–=²WöÉ~y¢å–Êò\+…ž*dKÿ½îˆû?ÄÆØ›b3Ìîr¸œ.—Ëíò¸Í²E¶Ê6Ù.ÛÝ·Óír»Ý·×ísûÝwÐrGä¨4v_Êqù*Œ×ü:ˆš¹n¥[åVGg„zî…{é~s¿»w\bI"I%™`–w ÂJ:23Æ» ‘1óÝ·Ð vC\Ì V;ˆ$µ8,:ÇnsWÝ5wÝÝp7Ý-wÛÝqwÝ=÷³Ûa㸸.? ‚Tˆ SBW”ŠQq*AÉ\rw† Ë¥†Ðòô¦«H•è”­Bß¹ïÝwÑU¥jTjDæ]® w'Èä ò‚‚A• pP$¸ï¸‡®u­h¯>q}½~ÞÚ0£ÞÕ4Ý• 5]© u¥nÔzÐ$ê ©‚š²‰6‡¸kÝ3·ûý"‡ÀGðhT6N¤Rƒ‚ÁÁ`h0‘“)·ä‘Ø®¥4qMÝs7-˜Ìfk¨këÚ¹öî#÷±ûÄ}ê–KƒeÁò`E—ãq|ÎË‚Á¦`s°…’pRÞN]‚®A· {°‡Rð>j4 R± xÏÅw Ü®jP&Hä»$îÿhZ’V endstream endobj 647 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 661 0 R /Length 744 /Filter /FlateDecode >> stream xÚ•TYOQþ>êƒoÆD*$`¢•|ˆ.ѤãJI|p ꆕ¤bAQ0´µ P—†(K]ŠµÐ…H¤™N÷•2ÕCG&˜'_&wîýÎw¿sîÌe Cù—½·ÓãÚÜÎy—sqÁKù}†fhêÛ×iÕHÜd w#I`:erÒaw=ù}¾?» ¿o™ÄÐüõ$Ìäv‰³¶( \Áëê–à8.—ƒ·ú¿€“Aÿkæt†Wà6F>•{Òÿ)M‚Á¼Þ†ø§ðÓêY¯bó9®­÷ÃQyO¥âe2•Émq²V…+d³YaÆúQ[‰¬ûVçhÍ}¤®EO¤òóÛ(ðãñïÉEumÛ[i#Zݤ/½Þ×ôÌœNgxq‰‚tv%0?fq©í:§4U4 IHìuù]¼XÖÓ¨ÒóñL8±¿µÚÜËe7zëÚßËTO>0J¨DÞ_y·¿+½Öwó!¸Í ÜNø3™t<£VÞª=XÝqèŒJrA]£4S Eõ'Þ8Ý^pö±äüÓÄ—D"ät:Ÿ"¯ 'pxÅ¢€•t"—M¥“ñ}U­# PX?P,ë5Y¹lŠ[I%1ž #Gíë Éd" °,(œj>^(ºÜƒ˜-bl˜ €±p8$€f{ËU•ÍÃÒä°¼¿àR7bž…‚bØ 0„W q œƒ¬Š¦÷”µ•ÝÁŽß,¹újU§fxJLD#aÐh$Â4M7«Ê.“²kèáó¡µiÚêáPGt‚ÂZí -F8ƒ Л¡ ‹!Z»Í 7ªÓ0pSPþ]R0NsiÁ‹£:ÇÜ, “4µCÙé˜ó.ÇŒ-SˆvÕjv(aòó8ÜTkm£üÞyÜ6`Én›ælƒ<Óå°û–Cú_J˜®" endstream endobj 661 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 92 /Filter /FlateDecode >> stream xÚûÿ wÀÀÀÆÀÀÀΡal.$>LŒˆ9 r080A¬j‡C#ˆž·ãZÜÉå·H3 Š Ó,Pñy;¶½Mfòž·cB·P=Ã(  ­Ðõw endstream endobj 648 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 662 0 R /Length 742 /Filter /FlateDecode >> stream xÚ•”ÛOÓ`Æÿ¯L4$„ôŠI¢2ñ$(‘áyj¢â†Yˆš``j®‡udM ‚ c'¶A;tí6¶uçéË*Mðä¹X¿¾ï¯Ïûµûh/E¹]«+v›Õl³ìÍVó²Å¼â°»]N/å¡<îÙÓ†hHbHCîÑZR…+g¦&¡ž®Vá.§ó×>år®“8æ°Y!VMÂJzŸ‚h\ÒÏÃP .“¥RÉOL§SÉí‚Å!zqþ'ì GH 'š»u2ÅX«b\¦oêÖíîdj›þæl[Sùl$v äÙµöÑÚ¶‘ëmÃÇëêÏ »3h5¤H$„èá òJ™®èZ(é+}0 ù¢ü‹À ‡ÎË/·èФèQIÿ)iGŠÛIž;‡á3뜞í¨hB¡¤ÿÄ­Þ±I#¿©ñŒàu \_ Tû͹ؑSö<¿òeyÓ' Ôö•ÜïÏ:×–[.?r©óz:™Éæ3XÍð5ÆbÑP(aC³ÇÉ=Õ²ÑêöqqƒV$ÅòkÞ‹Õ-âº7’Fe"ÆB%8À§ÈÔ*.ƒÁ p2Îê& U¯ÎÔ“â†!‘Í»Ú[,Er«ºn¶`›í™2p„ “fØ"°l8ðs޲AÝ·ÅìòÎÒzRt+¾‹äU½~(×Ð ³±U†*œ'àápÈï÷ñöùdx&»â…ø±êXÍÛ+O\JX†*å$ƒA†¡…˜Æ®Ye§o+\ßÏì(€<ư@€öRB34Åx©Öž‘•Õ5¿Þqì÷1ªä 0œ»M{7ý×[>†ÆQÄ Ÿƒ7¦¤à¤p»öehÁ•¼ÍU‡À”&ã’=î=ŠÍ¦%o1á÷Ì÷Iù€!ƒû2Œ05ñN*˜ öe œ6É Ÿ‡Íù3•“Á¹¾í¿> stream xÚûÿ {ð×DßdÊó]±²Ùïþì˜çÖ™;M]°$ºßüµÅÉOw“D÷¸(‡>_|ÿ}žÏ2ÀŒšUgž[ÉVŸÕé½÷óÚãËUk"û̘ €B}paÑóv\‹;¹üïTñ“p0ÍŸ·cÛÑd&ïy;&t»Õ3Œª‘Ó endstream endobj 649 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 663 0 R /Length 831 /Filter /FlateDecode >> stream xÚ•TMOQ]¸2qíÂ?À¸r¥ £ÿÀ…1nTŒÑ­cÔš¸3DlËL;¡E¾RJ -ma:3)í´óýfÚiG ½t !n€›³xçž9÷½7W×TU–òë<ÇÒs4°t–¡×s¼,‰šª¨Š¼[ôbn’ðŽ’Ä |¸Ç]C:|ÝïÃ%Qü{ÌÄc9Ž??+;Ç HÄµÔ ®`Úh4¶··mÛ–$±XþG©ˆ „Æ~@Ê(éO¯Äád'=‹üžM'þChjrfnšç9‡ ±§LpûU€¬(–€Yµ-dh4¤jº¢#Õ,£Í­ÍÏý½Óñ ‰ƒ õz]( ÁÐDvI®-RT¼(æ CÎØx:œ®îŽC&&ÇÛz3`‘%ÅÞ]bƒõÝ“ÛShíBbKö·¶¶ B<ð…l:“J¥6ýòL…ò%†îèönáÝ]›L¸Žƒ {„‚ã¡.š>g_­Ðdè٩臫 ¯Ï½O›Ì]“;-, ¯qss£Zµ8> Ç®¨R^àÕ|b±óbðÉI39œ¸ëºTå§‚OD»¯2ä?ð¿Ï S˪d9dMļ˜ôq‡Ó/NË=4v?ÙÍb‘7ç©á›23ä?vðb«û ¶]+—M–¥'ƒ¿¬jÅ0‘œ¬ÿzÿxÙ.ÌÉ!m©Œçƒ=è9 ƒ ÞRÀkµªi K‡¦‚…R.E%„ô~ô‘éDáv#Ú¢ïõp;м¥\·K™Y ƒ >â(^ܲ,„tx½c?Gs9N–å|6é»!/ö˜ñ/F´ E:ŒÈ[=ö)íº§ Wʦk)`•rY×T´‰ññ1’ôùäÌØÀò×»ÔÐÍŒ» @¹ÚRƒ7¸ð7]Ó€iÈ;âi)@]Ð+ x˺¤ù"5_HO9(e—4EvhÒñ÷j*7æq©Ð)déX€Üã†ÛÌçx/æÉPk ,*òd:³æ™ ãh$<âþ޹]Ç”°0? *>Ë@·K«©8œCÐd2™U±T„ô'NÀ< endstream endobj 663 0 obj << /Type /XObject /Subtype /Image /Width 22 /Height 22 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 146 /Filter /FlateDecode >> stream xÚûÿŒ Á_}“)GÌwÅÊf¿ø³cž[gî4uÁ’è~ó×v'?ÝMuLÜã¢ú|ñý÷yBn<Ê43jVMxn%[}V§÷ÞÏk/W­‰ì3w`b€VõÁ!„DÏÛq-îäò¿[dPÅ LÂÁ4 T|ÞŽmoD“™¼çí˜ÐíTÏ0Blµzs endstream endobj 653 0 obj << /D [651 0 R /XYZ 56.693 815.761 null] >> endobj 147 0 obj << /D [651 0 R /XYZ 56.693 759.068 null] >> endobj 654 0 obj << /D [651 0 R /XYZ 56.693 738.489 null] >> endobj 151 0 obj << /D [651 0 R /XYZ 56.693 640.015 null] >> endobj 655 0 obj << /D [651 0 R /XYZ 56.693 615.53 null] >> endobj 390 0 obj << /D [651 0 R /XYZ 56.693 455.956 null] >> endobj 656 0 obj << /D [651 0 R /XYZ 56.693 438.143 null] >> endobj 155 0 obj << /D [651 0 R /XYZ 56.693 345.719 null] >> endobj 657 0 obj << /D [651 0 R /XYZ 56.693 321.234 null] >> endobj 159 0 obj << /D [651 0 R /XYZ 56.693 199.898 null] >> endobj 658 0 obj << /D [651 0 R /XYZ 56.693 172.822 null] >> endobj 163 0 obj << /D [651 0 R /XYZ 56.693 144.853 null] >> endobj 659 0 obj << /D [651 0 R /XYZ 56.693 120.368 null] >> endobj 650 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im28 646 0 R /Im29 647 0 R /Im30 648 0 R /Im31 649 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 667 0 obj << /Length 1274 /Filter /FlateDecode >> stream xÚWKÛ6¾ûW¨§J@¤%E‰’zÛ.’"š¶X÷Pìæ@Kôš¨,ºzÄëßáK–½tä$r83üæM¡à%@Á/«Ÿ×«»9 ª¤¢) ÖÛ€¦ -‚“„Áº žÂOlE; ñ}= Ù Qœæ(|Ý3BéËÔ3E5ÄuT¢PÊ6ú¼þôÇ'Už5 ¼ÿ1ÊóÐ*øuÓœ€%  D!ÈŠ4)0 â<© ‹ *ÊðÎ|²LÉ­Þ¯Wÿ®0\„ä4¡ Š '¥A½_=}FAg%ɪ28jÎ}c”¤„º W®uºpJº€ätgU‚µ’"I5 '<Å!°ljGqh¹Á:ð–kÇYS—Î¥YB¨UyKPoÅ`¾9 b㘄=õ ¨oƒD¤$ŠI•…GÃ~R‡EX3ËÅ#œ‡¯#ï³wöÆzê{Þ^Œ›“ÅØsÙ½“i¶09+q’ÑL×&?Œ}ëqL +RÇ${¢8G]¤Yö¸Ûѧ0…d"Náq'´! ­€Uo™Íd1ò½YÒž4Í%Áxä¬Bv‰ÎûØÞãð‘›E„rO|€8ìh(»öd謮ùa´’;¹—/¼ãr²„ý9w`7C ÊiJwl4 Åð8 O:æJ”–Rî^« œo¸do)‡^*Ô-MžBW„¤F!x& ŠÂœ4Ÿ;æÝ¤àæÐ#î ßÙ(ŰH6uXËnd¢Ó¡SÇ9îÌÉ 9a*‰õâ|/¾¼×,E„C»ìäheÚVFiycÁ­wª€¯Ç^³i°Éñ=ÝS.ËÖfÆ£ÿtŽåÚñž_æå £ËÌ©ÞÙìõ¦*ºJR©I–Bn«t!^Ö‡:€ú€¾p2›Þ!Q›=gÚ³ ÃÚAâ•t u×@÷0lrë.Óþ\(¤y¨|]*_óû„YoÉY=§91‡bhE 5Üž–8øÌXŸ¢8«ˆ.bm'ŽGѪXP Uß\Û†¢°«ogû¤ÙñFØp³ñE³RCõ¦tÝs6çÓæt5cÕõý0ºf¦ïÅL´lãFù±ãy÷ñîwk t> endobj 668 0 obj << /D [666 0 R /XYZ 56.693 815.761 null] >> endobj 167 0 obj << /D [666 0 R /XYZ 56.693 759.068 null] >> endobj 669 0 obj << /D [666 0 R /XYZ 56.693 739.087 null] >> endobj 171 0 obj << /D [666 0 R /XYZ 56.693 613.005 null] >> endobj 670 0 obj << /D [666 0 R /XYZ 56.693 584.619 null] >> endobj 175 0 obj << /D [666 0 R /XYZ 56.693 518.911 null] >> endobj 671 0 obj << /D [666 0 R /XYZ 56.693 490.526 null] >> endobj 179 0 obj << /D [666 0 R /XYZ 56.693 490.526 null] >> endobj 672 0 obj << /D [666 0 R /XYZ 56.693 464.168 null] >> endobj 183 0 obj << /D [666 0 R /XYZ 56.693 464.168 null] >> endobj 673 0 obj << /D [666 0 R /XYZ 56.693 437.81 null] >> endobj 665 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F64 307 0 R /F14 413 0 R >> /ProcSet [ /PDF /Text ] >> endobj 679 0 obj << /Length 383 /Filter /FlateDecode >> stream xÚ’MOÛ@†ïþsÃ>ìdf¿—[ ´j%(î)p°‚A‰Ý&±ú÷;þ¡ qñÚ»;ï¼Ïë!x‚¯Ùç2[|q “×Êð}€ÈM€ò–ùUÕÖ›n¯>­ë¶ÙJ;ÊÏÚæ–H?v»ªß7Ë"RÞ¶›â®ü.úŠ“s£ÌÏ}½;)œË'˪éªá¦8`ˆâÀ›Þ PS˜<–¢óŸXÛ×eeö;ciDÀà<úd $FOVÛlyGp/gbmŠðg¸¹Ç„ÚxyßÀMvѽEYšµmB&?YB¡ãÁÇ\KÅD”ÿèšÃz[^íꇂ)¯wu³ª÷/ þ· àŒ=’×`¥iŒ¾Ç{FïŸÃ†uŒnø4lQ»ùdñmk4œ·ûwVQS uÔcˆ"è£ùÐA”pŒäœ> endobj 664 0 obj << /Type /XObject /Subtype /Image /Width 602 /Height 419 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 25987 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 602 /BitsPerComponent 8 /Predictor 10 >> >> stream x^ìÝwXW×ð³•*,Mi*DQT°‚"hŒÑˆŠ]cŒ±Ån4 Ö$ÆNâûY{Cì c‹EÅ.ˆ A)R¶Í| ŽëÎÌ. šM<¿'Ož»wιsïÅÃì²ÀS©TA$I5T ÔQ „BÿN¼7ø|¾€AHÕ9ªò)ßŬˆºÎ…Bé)f-ª£ï•J¥BÍèïÿO×È!„пÒò)Ÿ …B‘H$‰¨[>^ee¥J¥¢J \.—Ëå£vÚxÆÇ´×5B!ô¯´aï¹Ê¼ûKÆu¿Á“J¥J¥’*„2™ltÂÎ1#†@N¡”ÅÏO­-»šPÊ” 9¡”Ù8ÙuüÚÒ+X×¹B¡Z*(–*U„–¡€oen¬ÑYý,k3CHÚð¿Ä1] xeee …B&“Éd²‘ ¶14;¿”²ò©ëó.njßÒ=Ø·‘‘™¥Hl àñ²óK¶îO-¨ ½†m1´l¨TÊù<>_ Ôrz„B¨ú Š¥…%åw®œÔãݦ“¥™‰zE¬EV^Qù…SÇt522ªzïzãÐÐÆ’€« Ú‡´m:iJœ…¡òÉó¼‚WMÜ_•’M½½»zùÒ/Kº)Z}xïšG‹öAQ#´œ!„ª¦×%ùEe÷®žêÔ-Ö³¡kÌýg¯OÞãÕº#X˜Õ: mìáãg+W® ùö]ZtÜн%ëéÑ'åø™¿ÀØÖ+ÈSB?ìÒVG‡Œ¬gàæÜîQð=W§¬x~úòs0mäÓÎÙD{°öYÕ9jpàñø&f^.V†í)L/3îÞÉ)Vм1_W8Bÿ¤W¯Ë®üy¨C—è¿®¤i squ»wõT›Ýë[˜ªgÙZšî;zz…¿}Sî¹™‘£ž¹¥—oOü&æíO–RèOSˆMÌ+TBSkPÊBƒYGÒî\pô°ÉÉ)(xxåê‘c†ß¡s×’WÏx•ÒRü:ñç¥ý‹>€ç—OO<«ª|õz=u{纲5e>~àa—>¶–¦ðˤž¬1ã–&×·¬w€ÏãQÕ‡ÎÚwô,•5nir.Apàøyº§m›–êY4…B!$‚ªˆTñ&ÂÄ=4ýöÝNž ’GÅÅDÂG/JÍMę٥R¥(÷æé–Þž‹þ8Û°i´‹O{Ë!zîu }òGj=IÊ Ÿ\Ï|]!“À72©çâáÚÀD§Î^€ŽÁþí¬§/~ ÛNlÏzú¢c°S/×¥\€¦^®·ïeªÎ5HiΓÛÏ ¤2%_ 466ö÷õ†‚Ì—Mº·A:¶ó)?™¦jÜ„@²'O² JdJÒÐØ$°µ·ÎY$I•™÷å–+A`faÕÄ«‘1ŸGÏÊ»¡eÆ‹×*žØÑÃËÕÊ š3€%¿_°°wÖxêÈÊ?? ño\5 ƒÅÜ"£ÆÞ­ìy |šù8» D¦ ÄF&œlŒ =»xÛWvF|Þêm‹[ @¥’³FVL®å°nI(X©æÚѧ¦F߇ñù<ªú0³~™ÔsÜÒd`«©tM¡PI’|§U–þ_îÜÐ/°C˜aÁŠÌó÷²Ë/f•ÝÍ‘6¶WŠÌævò^Mœ$Vw²ŸÝ•–š˜BPHˆ¾‰°üú@ÝSQðø8&Œó·• Èyñjû®«¹öžwÒÒXoøè6k'Õ¦:{™5¦µký"ûEŸµs0++e/^¾ž¹åº_sO¹¢ê±HDªû¯É_¼Œ•y˲Œ¿kbkv!Mªh$VݹžÑ±{ëéÍl, øy…ãÖ]ª”–kŸ••…ñ­ëO¢cÛtô´2åƒûWí¹ïàëqùâßTÌÒ“O&s4VI÷ï>s.ÏÕF‘Ë:C`øóúSþÍÃÂú[¸©d7N}Y5à©§ßr,8sbÖ}ãügíÃ[Mñi`cÄ/Ì/5Ô}*iêÔËŸÇ£ÊÖnÜÒd*F=rÜÒäð°vÅe•êY4•JUuwHU?™JLk'3ÿ¸ïgÍ™1²Ç“òÿþzìß* “óß×Ó¯eÞv¶#Kê95TòÚ´i#»™ut㌣„`ѹâEÁí¿}“|cRšzáN©’WÏÔ¤w'Ï1Úö_¬~ù/—¥\œÔ¿P÷^^.÷pƳºùèÕ¯ñ!&Š‚5Û3±¡›³­™O&—ߺ}— hÖ´ QñÜȱ¥­ˆÿôÊõô ŽÐ¤I×nV”‰‰Ç>Ÿ‡÷obòêÞƒ•i…õmÍÅ†Ž ´Ï*çö=¿½\v‡…xÎ7)µíí·}%%[O=ÛÝ9¦ß¶®å¥Ì²¾Ðbnj ±w…,Ÿ/4%”¥Tÿ†²ÿÛsEfõвÜûtÔÌôö•»)9•žúw-IØ{ÃÙI}Î^./ïßñêÓ…yô͹tŽIGj,Ǩ^%sÓ¸Nw¢X¹¡zkGŸæ}^—·oC?sI#Xãî ˆ.!tE¤Œ[šÜ%$€®tÌ»C•J%Ôø}¤r…Š>l4ò•¬ü›Äß- T¡¬ Eéׯƒ(¿TÞºaå¥ì²ÎÆÖ.îæÍC'L™«žˆ>q™'.–GLêdI÷TJååõÌÃB¼™‹¨Ò´1¡øû4µg§ÄÜüì•4êñ³7žº¹:Y[VïåµAÌDü륪ffþMl_ä—^N½dÖÀãâ•ôÝRôÔíNF‚€¡öp1Mi¬Ìz©ð´ñnÅßv"“PLw7€9›® 6|xñ¶C#gÐ>«¬RÅ,'CH¡*µ³ÌõKiËœP©*÷í¼bëÔøEƪ7¥UØ7440Ë/S$x@Ó6Mš¾Éêìc|î‰áÙ÷è9·mÓòêÃGß±E=WRÍ1ßF¾»œGÅÀÜ´«§±žîÄÅÒj®}j4î T*g>G=mè,®`õ~:‹F„ÔË¡Æý£uèÓ&‘YI½Ý<<ŸÝ¼$ߺ{¿¾‰Ñ#…u}ׯ ±YzÆÍSv ø|Dô)S)K—üU:?8î¹›õò§ùìEüm;Ïß~-=$Ä^$ HI x<1JÁÛϽót"I‘Ö'û ÎÞ^+—½ÜÂÁ¥¾ióvM#ƒ>ûþ¼§»ëìõ©T€‡kÃGO^'8Àçc»UI0âÀ_ó ¨óñ¨/#HÍ hÇxó%­’£$TÀãñc†mZ²¼`8;)•P(r^ómÝœ¬Ä/ÞôgÈI+KxBVgóÆ3d€žLQ¯±™èŽÚ8A’‘%Õ“ŽÔX=²ú¦qÎÃîškGŸ‘PóG½TÜŸ¬çóy %jY*qåÚ ÷ ©÷Û´j!ðÕ³h$Iò5îIƒúî<±q~‰ÔÊÓÏÅÍÅ#(¼Ø9TéÒ¹«Rh²?åX½†þ¡3ѧ†~bñ€|pô/)ÿmeâóxJ@,:¹»Û «JE=ÿV%q~Žá݃ԟšb¼TÐ×ß©‘´ðupàäÁ“—3ûxYò³ ŸKU|¡I*Ìê™VòL¨ÿ ‰×VÞ­Œù¼ç—®-ØxnÁ¦³Kvd€;ð7eTÀܸ–î–ÔÎçÅÓ,³r0ny,€©Ý<"»@Ñ“["S;àÀ:CÖ-½‘ñRn`åàáÝØÒP½Þ|Í6’ˆ½#€Èà† Ì ml$m½ãÉŸ•*4‚¹"«?&pp417kkGŸ,æ‹¥W®Ý ÿÓ8Äçó4²ÔkḥÉô[¿LêI§ÓY¤ÚW“æo“a}íþµ¤ÙŇ¯"#»;9ªH¯g)”Ø‚‘„$I'§FO\hì <3}ªxMÊ—\-çoF=vid½p×ÝÙÑžÑÝ}¯þu#½Ò®¹‘7²^¹ãîü>^=[_¹t ÀŠŠ'HÒÙVòÓ©gSBôi[Yöø‹„û\'ã„§ÊL,ûts27ä—•$ïý«~Cg‚$MëU}Þèù­ÇáßZÀñ“YföïÙ´1.¶Ž-ëÃÓ+œÞÞ£uç¦._{¸æ¿*Ü{LÑ@׬,]]ÿÚtÚ¡·_§v-ƒòÎÍû+w¿ôðt¾}ã9°áš!k°©‰°}…R='÷û»OüVÜ2¢¹ãè¾ÎŠJÙ³ìüÓÙJ #~é»Á\‘Õ8X:»^Ûzz{Ô;›ÖÌ‹}1YYýµ£OŠÆ‹¥\Ÿµ ðyoÞ;d¼Ä:nir‹æÍ¨†Æ t$I^NNŽT*-//Ÿ¸dǃG?}Yïz~ÿJYÖ©¾ÝÚ=~xßαQSžØÄFé·ïÉåro/i³Ú{…º¶ŠôÉ»v=Zùú@ÉÓû…rú¡ìuNÆó9Á«geO¼Î.S‘UýŹOóåßÜʶ(?›Ž€²Ü§Yy% Éšû6k¤1¾z›kÌŒŒri¥’ "+Û†ŽVFξ}û¥‚pðnZõQ<’¼}ó¶Œä5mî-EÎóì‚b©BEˆ šy¹UgV$!{þäya‰”¾‰™E£Æv†|ž–™ëœ¡z°Ž~Rõ*;;¯¨L¦TñBC##+{Gc!K0GdõÇäZIÈY6ckGŸ&sSã)»«ù1üð¨ÞÔ‹ÒYeRÙ­Ûw YSo:˜î‘VÊÕ³@¡$.ß>éË`Írø8çµÆ)s³n<¿¶ÛÒÒâÕ«|¾¢4°CHLLÏž>sø|•R)ˆÚõ!„Ð{362 ùÇîvôj'17e)*.{~ïb—ÈÞ %!­Õ: TI•CÍKIÆ‹ œš«òŠòס]²n¿uïz Àõ›wx†8·è’}ÿ¢±yfB!T åÒJ#Cq§n±'ïa›:u‹•É••ò÷ÉRW­÷mÝZS‡lÝ.§ûÍtð HÒΣ-WB!T å2Ks“¨^Ÿ7™BYþæR»,ú‡Àuߪ™¶ïŸXÍ`„B¨v Š8˜\‹ZdñxŒrèU/Ÿúß!„Чë^>hÜî_ôyaA>G>ŸçXß<6´I+ο„Bè=Õ Þ{œÿ¿ƒ×Zù„u°ðñ¶ò#QDî˂ߤ]+ü|\t…#„ª”Ãߥ·lá#±°’ÊοMŒêœ™Ä¢uËæû.<ÀrˆBH ÊaN^‘—Yi…JW ª{Ff¹ùÅçÿôñõµ¶©ÏÇWªëAùy¯®]¹L„_@[ÜXп=Ñ«ùèÕdjê_=ùZ{³ê+"¡ÈÒÊJWxMÊ¡PóÇDêŠBJÿï~500(ý4¾­û8 š4mvÿÞ]ÜXš¾í‰^ÍG¯&SSÿêÉךA“¦MïÞ¹¢+¶&åPÄ’$©?êT&•¥þý 'ïSÙÓÇ[kó°6&FTµÿÚ³PMÕ33“–—ãÆªÓ·=Ñ«ùèÕdjê_=ùZ«gfVZR¢+  FåPÈ’ ¨­<{í¡…y ¯û§pÇý âÁã—g¯e„·kBõ±~<þ&QômOôj>z5™šúWO¾Ö¨U늨Y9ð€@’ýªÈ¿¹+Ï#¡Z§A5ÅãóÜêï=ñ Þì°PÀÃ7n?ÜX&}Û½š^M¦¦þÕ“ÿ jRù@UßY$ð‚[«zÞM›©’ª,Æ®ü}`+k½kIâ‚ÉßÍ Ú;´;õçEíñNò”˜ù¾°®ßépòB]±$xó} Þ~8¸±Lú¶'z5½šLMý«'ÿAÕ ŠU…€PÛÒg.@áõýúŽðàwf®Ë–$NœZUOœ¹H|ø+%WbËk¼ãÿw2-§ØLÀÓ9®>zÃE‚·¥Õ-ÜX&}Û½š^M¦¦þÕ“ÿ jðoº@$AP÷Ú$£-i6¼òõ1ªmo] ÛöÖõN-Õ+<¸w‹Ä”Ç$A;´ëÂŒŒêЬ境OŽ.Þ¾u“æ‹?¥d%ißÄvèØeëÍ|ú\tzò¬Ï#Büü‚zœÊ)£;÷Íù²[§ á;2™é£"‚+26,pàÜ«\ãku$A(ÊîNØ)0¨mçþñ Ò¸?»x_ ßΡíb†Ÿ¤¢¾ÏÂ7?ʤÎÉÙ5¢[dDDDH×~\Ïgh·üÇŸèvD·H-‘ÕW5¥n‘Ý"£ûÎÑ^u;möe}¨ÑO¾]oDhDÿí7 ÈêI™=8¨s·è~ tþ3ª³'uNý²jàšÏ‡{¦Õt2¯.oéÓ9,¼[d×Náßþú€@ùÐ{¨“Î+ûh÷}¶gRíë»~êÕµkD·ÈÎ]c—íºÁšX‹'?ëWqîgU{W î… y@¿•¥~ªýøÔ&¶}é~ftûvÏx×’¬ -ÿšÒm×M‡ äØést ™Òxlò1ï’¬¤fíC>_wdï÷¢k[G}5éÁ^ø£oŸ¦ /.oaUötOËnS>¿ï:Òjþ¡¹®Yû‡öì»>=u<ÕyÜgúÁÙž°1ÒC#}õÁÔdµ™p¯e*@cðG¿ž]ןû¿ðú…”kðËöîÏÌs3VäU¼{ýªÚBû‹þ‡R’ ðVRû!³ú]YÉ ÐbÅŠ_¾ùzÕ>”’Ì:~-PS¢ÔÕ˜êê|Ú¬#htÒ™ÁÔz_]Y2dúgWV«âz!aòïç.Þ½gV÷ƒ?æKꪳ'uH® Ô/+“–'¿–€Ú©ÅdÆ[ðÅî 1.f@ÈîݯÔ2™:œgíh¿²GW޵ˎ$ˆg¾[]¶gÏ~—zbEÙ£ïbúζJù¾ƒæçÙkñägâú*®Î^Uÿ,:Õ`!ŸG¾¹µo1 KXPǶîÁ7ÍÝ3îT s#œI’¬ç'+>§=òû^$IÖkG( ævs%IÒÜmˆ¬øO*`ùümßôì3h™)ÿ<ù.˜áD’d£n ÅWÐó¢Üµ¤«Ï„+@çÌ.ùûÕòaT[bgĕ۷™å¸¯¦lÜqDj.~3 ÞÞ“B>d ç,i2 ²è Õvqó è¶‹›GêêïúöŽiß®ËÒcÏI’<6¢?têÙ£73²w¯˜AáËŽg_9õ³Þ½Ûv^~ò +½=9.6²GÏÎáývÜ.$ߥ¾”²‡ý[öºS.'Ir×7?_ñ7× iÆœQŸ‡EDuŒ¹ü6ɶ®iWä_Ù)vÔ…ü :EcÕLÌ 3;ÕŸ™\‘Ö­†ÊÔ.ÁÄqѽ¢ÇîÂ\é¸>±Ù/ºçÐEé$ÇVhäXsYsÏÿòMPp×È=>ÿFók‡¢}Ot>C\Ü€ €@åêÁF| PÑêCiFòÄï¶«²”$ù¿Ãgì ÌèòM?}Ô\ÈÓžN7¸tŽÀµ@õ²æÎ<œ~íôáWvXq,ýì2:˜Þp®ÏROþüÙ¤~O:@=’nq±m”Sé“m½g|Ûù×n¯”äýt y¸áà{ƹ8ss»Ïg|ó÷o°=~x“Y5³({~¨Ýg?ô¹¸ÞÙ£'Õ¨gÿõÖµŒmÃ7O9¿fû‚….,kE’$ë Ûãev\rru[(ʭИÕæšöÿ o4zÛáîNY¿í;hã•#¨U-Ë|È ¦z2O.5±‰¦žlúõÞ)®°åóö+ýyÇ®ƒjKàÚO-#PÌ¥17uð±+ïLKw5VTrýc¡}O´?Càx‹)û¾sz|hâgñ[®Üˆ^¦Û»—•ëÔêªóLƒ2™Åüúwiס]@`è—}»š xÀñ|f»jìO€Z|¾ç•-H_f1˜jïÉ—žu0¡ƒMíHó;‘ätÖD®'ÿºŸkì³ëàow\¬š²‰þÓÿ¼Ç­Rÿ*Þ?Ùê«m›º;=:øíñ7:¿@Z5ѽêê¨A9 ¨Ù½ùGAí6–jwüv»×ÿ<Ý2ÅÇ*ÐÜ`{Vq¿Æõ™®Ì̲ò_V*ë‹ùÌHõö„æ6ßm¾º1Þ_Ëpjåïš4ë§îÎOŽÌ0wÇ“+½èö$¿ú“Îý>:Šs*ÌíŒXrIÙ½²UX¯æm½×xõ ‰%oQ{±T.—CdTOeeþ£lÙ¼ÇèõHº=¥ƒ\.7°‹–—Ì×9µSc¹\n`Û‹PΟb/—Ëcå%‰TÀŠôB›ïí^sV{víÔ³qÌ’¸äNQ“ÄkOí…\Î1È× v'µ ÚÆ–ªÁ:Cf篙%É!¶r¹Ü.trÑäh¹|0u”uÕXû5:YOM‰Œê <ÒÀÒmé¦ÙôÑïµoÝà Ð9siÌ dÍõ’L˜8¯wXpD·`~­öDû3¦t°•Ëå¶!“Š'ÅÊåqÀ}èeÇIµªÎ3 >ÊdÚOþõd̵³—®žÚ6ç÷ãy'×öŽç3óªq]ßZ|¾ç•½¼ürÄüéê; T}CN*嬹ڟüÌ}æµh6ñ—Ì‚Ñây‡^~?ŖФþŸô&Þ>t2À!íûCŸ¥:«®Žš”C>ß#Wµù&‹~‰ ž8ùââÄåcö ÞloëÞiÀ&-Y _vèÖÞÂØøÐ±ã }|µö€­ÛYi@Êüglhé ïêtyfÔòGyŠ?m_Æ“+½èvß-{Mj*‚†]W¯›ìÃÌ%U•óãzäËA!­übæï¬kçú ÅžÝ;ˆÓ+‡Ì™þ{ìæ‘@Ýš“$€$*ÔG0âQm긶}~)|·]•¥rÕÖmvâ7w·ŒY1{Eáµ'•Bù‹bYO¤e’$ÕÓ¹ÖÂ:m’|›­}Õ˜ýVB~¶Li/€Jþ‚/´b=5eÏî·ÿ(ÓGÍ }»èW€Î¸.¨ú Ys'ýqäÆùÔÔ›º%ýy1y&°aÝ+Ʃٟ!Àq-X;éeÇIµbv2Ÿið±&cíÚ2ƵeÞ]}ú‘ägt¤F0óªéº¾5ø2|¯+KÊWܯ·Û®êް§•ÑïÙ¥#Ö£J³·YE1sµ?ùmŸûLh>téõ~c.äØnf$¤:µÄëü©Îª«£Fï¾ó|ó_Vv>ݶëøËÍ‹‹I‡ˆé§®¥H9¼|BW:@=’nw]°ë¹óWïdTo M}ýqêô©?œþë·E=èê?ˆœ³%ùø…‹©{;40fŽÃš^·t[`ä1ïÿŽžI={ðøÙµ“}XsA`¶ùà™ÃÇÏœ8é‡a­Õ¢¾ÿ$ÕÉ µÚãѯ?Ý.$I2 žxϳR’$Ÿž^ü&€Ž|§m!ä¿’«4:Y#ÕÛcšXÎÝu‹j?¹ñ˜|—z íðÜ!=–møu肸ùrÉ1ȸV3·\¥ÚÔ‹K¬kaög³Å©ÏI’|vz±™Ó`£$ÇĸúGy[ü°ÿÕ¾³?ÁÂ{W0kºz'ëJë6€n37%—=(„íÃÇNVöìÉFû¢t>C`IÕµXbæ<ˆêÔyÔ/«›Lc>Ó>Îd^|H$I’¥YEÆÍ¨Næå¨þ”ÎM®ó+[ú|C™çhá›ãCfEþotâ£29I’ò²¬c6EÍÄš¨¥“uŸíB¦—]H<²àhÛ)á)ñÎfÔÅzzj±¶•ªŸ¥z«®ŽÜЍ»fzèjüÌÏ?IϧW}o6\$`ÿUCU|£y 1×|}hÚÜyq#}¶½K‡a{è,õtª=§¿Ø>#£]Û·¨0#ÕÛ}×­º?qn÷*Pص»Ê§¼+¶O_ª!Jvl]—{vé·ZŸÜÝÆßæÇž'Í=rà‡n¬ƒÄ¬Zû`ê܈}&Bp ýá§±ž¬kaöë'ÛkH!v\–ô…ε¨cö÷^»òÞ”"·TŠ@a`×jõšÖ¹zÔ;¹¶«è6s™¹¤ªrñ¸arPVÈzûsõ÷D½Sû3BÒ–ö]÷´@a“°~f5/ÆeÕÀ:Ÿê<Óà£Læê¶„U E"’©¿,âºÀ¶]Õ¿¾Ú³ÞóÊfüïH«1ë飶¦¯)X9m@_¹P¤PŠ:Yùupƒš>ùY÷™/v˜âY1ë&œje­±óŸ¯ùa܈¡Ñë­Ú8\ý©æª«ƒ—““#•JËË˓֮^±jMaA>Wè;öÜ_¡PÀïG®unë¿°ôƒ"âÄ_wD´¢nü}gH`+í)¨n^OkîÛRWÔ§å=÷¤¹o«›×¯éŠª÷™^Mæ§eòß„uœrô¸ý›×$ÿKn^OëÕ“ëhöógIë×GEÇÔàîPXõ[iH°³ª÷$» ‘½%VÄ„ ˆ§9…öÖfô7;Bû7bèýáÆ2½çž¼g:Óû ø>¹¬ê|À‰kò?ž:©åè§ åú¤#õI‹¶>ÎßxròÒËOxë>,ê[š5oL´ÿÀÓ‡ƒËô>{rýÚßï“ΪÖêÕdôÁ¿zòT Ê¡PôÇ Å]ܵǣº…w‡n,“¾í‰^ÍG¯&SSÿêÉP5)‡| õ[itE¡ÚÀeÒ·=Ñ«ùèÕdjê_=ùªåýãðyüàÆ2éÛžèÕ|ôj25õ¯žüU³r(—Ët… èîí[ºBPmàÆ2éÛžèÕ|ôj25õ¯ž|ðx<3sswO-?Vª®få°ž™yiI±®(ôA ¯+!„P• ©ôqVæíôtßV"‰…¥®ð–CôÂoDB¨F¬¬mšúøÜ½s§]P{]±5ù%m!„пˆ‰©iqÑk]XBýWñù|¯º?“å!„ÂrˆBa9D!„Ë!B!XB!ÀrˆBÁG+‡fæ3s ýpá„… ´Äë9WSí²Bý³þ™ßJ“¸hLŸ>MWàÇ£”Bñ{}s@°aÃoºBé÷*µCß<©ßHŠW?NàãÚв~“6áKöÞQÙóý`7‡úŽm¥<øi\Lc[GÏ€%dz©˜´ß¾kãí"1·¨ßÐ5°K óŒJéÃiƒº;Ù×·¶w ›öPªT|çœA.vÖ¡Ëo@E^jL[O+[ç¸ï“ÕGÐ>=õâã‡ÆÇ}ç輡Ž l|ç§<¥ú«ÎÒÀiÀœd¼›D!}ð”CúþiÆßèö®Açl8h>dáÂïÃ?›?¸ÃoÙetJÂ3÷ScK^Þ[0 `SY«¹Ó?+ɽ¿xØ8êhŸ©ë³JÝ^·~ù¼IA.À°ù³«ö]püý¼xÏ‹û×D~¶EýèÌ4«ù?ý26°ü;ôäÝ—­â§ÈV©ÇhŸžúL‹Ÿ{L›+}ýxÅØª Sgi?%Pö k B¡Œ—““#•JËË˓֮^±jMaA>Wèá”äƒâk÷‹¤© ’â"Ö‡àfmùJA¨§´^páôWÞTäß¹ùî2s ¸œ“ïeÌ—˜[À/).€aMwæ »F…»»yuŒܹ©¼ËÙʲ@I<Ì/´|‰µ_d]”Ÿo¦‘š×ÊTDEºX[æ+ˆ‡ù…6džÄÆÞLRûôÔGP_ÕN{Yà*–›YØÁ› SóyWX^JlšÀ»[B¨®””§ž<¡åoðÃ×£Œ­?£Êa¯ §fNúuoÊ7#ÿ04·ölÞf@ Ý­‘"ν²töæ¼¹…£ç˜eIÌ€;ÜõõÖßfÏ“¶=G­Z÷%3†2lÏú=ÆœKJ4ºàÝÿ>Ócºû×ãQ#Ï&%ZL¸ÂÔcÆhÿ~!„EbiжÝõ´´ÐŽïuQ7å°èu¡¡‰©©HÄþ²¡Æ{c“͘üN_h96qÃØDРžÈÕÞ–’ Z Ý7fŒÍòŽqƒÎÉ—T=HèG÷WgzÌ®6ð‹"'þ8ÅÁìî±¥¬|ÞÝ „BÕ¦R*lؽ.Ô¨CÝ”C’$I’ ëf´ÿX[Y»yxú4kaRÏ„ëÏe „BïIn¹d2Ynvîþ}» ¢czÏœ3æœù=zžzõrç®­¯ _k¿A”¥JÌ%Ý7gh‰©+fæªÔ^{dMÑ#×⨺êG.\˜@·kºœêŸ…Õ{¦#„PÒ—rHDIqéÉSGÛ´4d˜“³‹X,‹ÅÎ.®ƒã‡ûùù=zH Ðv/{ýl—øái?ü¢%¦Î]8NWˆ¾K\´ˆnèåÈ„®„úgèK9”UÊ3Þk`k×!$Œy´ChG‰Ä"=ý:÷ŸT$æ¬z0{~wåŽmyRª+uQ¼wÓÖAÁí#âS©¥ôþ¤þ]}‚ÛõŸä¥7GG‡·öØ|³ê¯Gš™KŽ/Þ)¤©G«y)O©NiMÛ‡öŸLŸ•¾¿aM)Ï9Öÿ©pÇs’™wB™›&„††µlçÐ}ó Í?\if.Ù3£Hûï€^Çs¥t?ó,\ã0Ó™‹=د;µ îjËan”öÙÒ*òþìæØ®UXÿ3yT§™¹d×ì¸ÐàÛ³X·‘ë*PY,§A¡º¦/ïÊå•÷îß‹îËØ>øpJróæ-”Ì£ÅYË.›ÝkaØhbÓ¸„›ý–·€¸E{Odçy +Þü»¼±wôƒˆõ×ÿè…ÙRØÛ§ùâ‹kZZ•>ÙãÞiêÀŒ$*2Ù}âÑ“®Å6¸…›µÖÇŽ°ùîxrŒëÃÝñ)̰¥¬‹i7ëÔΙû†ïgÄ;„OO³€âŒ]žÝf|¸Z#à ßü3 \3÷í›ôøÂxª“y®q˜éÌÅFn;ææM!s£tΖ²6z°Éäã—b\3öÄwŽ^ûøÂªÿH‹©ó<à§À.Ìmäº tB}húR %™Ÿ÷ÊÎÞ+ÀÎÎþéÓ'€õèùi›[ÏÙ®_Î{ÚdªlÙ|éc9lä”Ý»Æöîj?\~un•bé` iù¶_EoSþÛ›žÄ(0w$+šLõü|¿èr”3¸öLØ Ì”__‰h Α vjÄ—f‰””U¤ xÒ¼š&1Êœ£‹†µÿ¦Só,\ã0Ó¹ËÄÜ(³¥¬x³K.=_÷¨*‡‹£=¨ë6rMŒÎB¡M_Ê!ðtPx,q„"â©\EztÓy"Yö¬[‹}¬œ¾uåäáÃÉ+[.;öôÊrf"¨HrÇ©3ŽšUÖ„OH b$±Ï•5E˲ú÷™80åfœ¯-¡È“X»s¾ƒy–êõØê¨þYÞxgé–BæN¼íáš[B}úòÞ¡P(°¶©Ÿó"›+ çEvc'g‚`'È97±Âm^ÆíôÛ·ÒoßJ¿°¹Ë¾)'€”Ý)àùw‰±hYIVÕÛT³êY{j¿~QÓ|mÆo¼Fõdþ­í§R¿ñ”L?ü²R¦i S÷•›ùÌãÏàñ‘YÌ£Ù2•K# ¤mþšyªNwh†ÄsåLðâ…ôC‡°„ò¸ŽYÒ®Óûöx%EyåàùÛ¨Cq»öߎÛb‹ÔTNÝ×ý>Ãgè¾Ýéqc}7¨ Iyö³vú¹1ǧ ß³þóž‘þK¸‡MØÅ¦nÔžÕ}£»ù'4pë0Š'8¬qtkÂÀ/ü­ì-Ýçh€n—f„,Î|)o”üó(kf:ëbW khib|þì):—¹Q:gK¹oÃà¾}År±Ó¦äQÌÖm¬þU@¡„—““#•JËË˓֮^±jMaA>Wèá”äƒâKKŠ™‡öîÚÖÉÒÊŠy¨šH’,).Ù³{‡oËVB;j=súä;·‡]Yñög,õ¡| B >ÀóÓ3ÛŽç?¿9OWÆ[fæ’’â"]Q!„ÀÈØøMÿÓ§/óPIIqêÉÝ¢z2Q²Ÿ?KZ¿>*:F_îy<ž±‰qdTtJÊþÌŒŒ°ŽŽ ÀógOSOŸ,++4d¨B!×5Œ~‘æíèÒg ¨,ÛŸ÷nÑŽBè£/åD"‘­íð£¯^½räðÁÜœ`gïм…¯_›•J©R²|ÄBŸ™Ú¼x~¤®(vxkˆB“•C €ðókãïß–/àðH’ T*¹¬RW*B!T{úU)J¥’õ³ö!„Т/´@!„þAXB!,‡!„–C„B°"„B€å!„,‡!„èáç ‚UÊä2¡"B¡@l` ‹ø|¬Ü!„>ý*‡2™¬èuñ½»·233 òÀÚÊÚÍÃÓ§Y “z&"‘H×!„PmèÑ-—L&ËÍÎÝ¿oWAaAtLï™sæÏœ3¿G¯ØW¯^îܵõuák-7ˆfæ’ öÁíÛ· Š˜t’+ìC33—PÀ öÚ#kйGÕU?ráº]ÓåTÿ,¬Þ3!„jA_Ê!A%Å¥'OmÐvÐaNÎ.b±X,;»¸Žîççôè!@Û½ìùsgÏ;{öðªŠßGôßøÿ Ù çÏé Ñw‰‹Ñí½¹Bóï#„ÐG¦/åPV)Ïxx¯­]‡0æÑ¡%‹ôôëB¡ŽWwEf®s~Ÿrjþ꡼ôæèè° ààÖþ›oR©‹â½›¶ nŸJõ(¥÷'õïêØ®ÿü›\‰fæ’ãËÆ„w iêÑj^ÊSªSš{¢g@Ó6Á¡ýg'ÓÓ ïoXSÊsŽõðoêÜqàœdæPæ¦ ¡¡aíÛùtß|£P㨙¹dÏŒþ!í¼zÏ}û×™gᇙÎ\ìÁ~Ý 0¨}PpGP[s£´Ï–V‘÷g¿0¿€Àv­ÂúŸÉ« :ÍÌ%»fÇ…†ܞź\WÊb9 BÕ–¾¼w(—WÞ»/ºW,W@`ûàÃ)ÉÍ›·ÔùÛ½MlûW̧Úcû4_|qMK«Ò'{Ü;M˜‘q‹öžÈÎó0V¼ùwycïèë¯ÿÑ ³¥\‰ì>ñèI×âGÜÂÆÍŽÚëcGØ|w<9ÆõáîøælØRÖÅŒ´›uê@çÌ}Ã÷3â§§ÆÙ@qÆ.Ïn3>\­pÐoþ™®™{‡vŠMz|a<ÕÉ< ×8Ìtæb#·s ó¦¹Q:gKY=ØdòñK1®{â;G¯}|aդŌÔyžðS`æ6r]: !„ꊾ”CBIæç½²³wà °³³úô‰@ à `•–oûUôf0åWÝ^|éc9lä”Ý»Æöîj?\~unuÔÒÁ˜+£\ÀÜe¬h2Õóóý¢ËQÎàÚ3`00S~yX|%¢18G.Ø©_šu$nPRV‘J$àIóh˜Ä(gpŽJ,Ö`ü›NͳpÃLçZ,s£tΖ²âÍ.¹ôH|=Ü ª.Žö ¬ÛÈ51: !„ꊾ”Càé  ðtÇ•çn5²Š¢Ú*’ÜqꌣÁ;EtÁé[WN>œ¼²å²cO¯,gƒ=LøÔ*FûÜXS´,£Ÿ‰SnÆùÚŠ<‰µ;wà;˜g©þ8\‹­ŽêŸåw–n)dîÄÛ®‰±e!„Ð{Ñ—÷…BµMýœÙ\9/²;9³½CQòèû‹:ΞD=œæk3~ã5ªùw)»SÀóï;cѲ’¬ª·©fÔ³öÕ~ý¢‚=‘Ã7ž’釟@VÊ4-aê¾r3Ÿyü<>2‹y4[¦ri$€´Í_3@ÕéÍxŽg  pÃLg]¬•Ÿ+×ü æFéœ-e¼§dZÕy§KWèá”äƒâKKŠ™‡öîÚÖÉÒÊŠy¨šH’,).Ù³{‡oËVB;j=súä;·‡]Yñög)ÿ½åkZ𞟞Ùv<ÿùÍyº2Þ23—”éŠB¡Oˆ‘±ñ›þ/¦O_æ¡’’âÔ“'ºEõd¢d?–´~}TtŒ¾ÜòxYVV6hÈP…B®k˜iÞŽ.}¶ðˆÊR°ýyï]á!„>8})‡ ‰líl‡}õê•#‡ææ¼;{‡æ-|ýÚ¨TJ•RÇG,þ-LíF^Vn„BŠ~•C™LVôºøÞÝ[™™ù`meíæáéÓ¬…I=‘H¤k„B¨6ô¨Êd²ÜìÜ£ÇZÛØDÇô¶wp€ìçÏΤžÚ¹kktto[;[‚Ðü |3s‰…×ü'—ÆQ×¹L½Uøá~½ç{þY‰÷LG!TçôåH‚ JŠKOž:Ú& í !Üœ]Äb±X,vvq?ÜÏÏÿèÑC¶âݳxYZ™åé‹ zh‰üøä ö*ŽBHOèK9”UÊ3Þk`k×!$¬¢¢búôé>>>>>>Ó§O¯¨¨èÚQ"±HO¿.rVÄqS½¦í~ OöMó˜:–îÏÜ4!44¬}`;߀î›oRfæ’ãËÆ„w iêÑj^ÊSº“΢۬éLyö ó l×*¬ÿ™¼ z]³ãBC‚nÏ’æžèдMphÿÙÉt–¼ôæèè° ààÖþ›o¾•År„B†¾”C¹¼òÞý{íƒ`þüù•••]ºt),,ܸqãüùó °}ðß—/óù®œ?K¸›¸Ö.¸ø™3Ýï>=5õô¹ Ïü?¹ÏLº?Ù}âÑ“g.ùê—±ãX†Ó•®amô`“¯·_ºpqÇ8ÃAÑkéþ#-f¤ž9»ýK×õ±#l¾K¾r6õûûè£cû4Ÿ»ëüÙ³©;GLŽª‘!„>}yïP’ùy¯ììàСC¡¡¡ô¡C‡-\¸ÐÎÎþéÓ'g9™¶üÖ,vÛÿõ&,5}ûC7¥YGâ%e©Dž4ïÀjª?1ÊÌ]ÉŠ&³¨5]ÊûE—£œÀ¥Gâëáþ¨þÅÑTãç7®=öP iù¶_EoSþÛ[O: !„ÐÇ¡/åxï<Ú¹s'GØ»qïê“ܦßÄNK/©wöï3q`ÊÍ8_[B‘'±v§ûMøÔPÕà ø$Q®3Û;3´2'ü¶GE’;Nq4ЬñlY!„> }y±T(XÛÔÏy‘ Ý»wW?D=Ìy‘ÝØÉ™ Tìù`×~ɤ—Û©wfËT.$¶ùk޼*!ƒÍY%ðèÐtº³šéã=%Ó?€¬CÓ%ã™ßxJ¦S)ÓèÎi¾6ã7^£Ú™g0³B}úrw(60ðönzñ¹ÆNγfÍ€@=¨‡Οõk@¨´•C¾¸Á·&htnMøE€¿•½¥{øT€Ã¬‰”_V‹Žhÿ›ƒ­gøD€5J¹oÃà¾}År±Ó¦äQÌ€á{ÖÞ3ÒI÷° »¨Î¡ûv§ÇõÝ 2$å ÛÎÚéçÆLD!ôðrrr¤RiyyyÒÚÕ+V­),Èç =œ’<`P|iI1óÐÞ];BÂ:YZY1UI’%Å%{vïðmÙªChG£gNŸ¼sçö°£++¤¬é!„>YFÆÆlú¿˜>}™‡JJŠSOžèÕ“yˆ’ýüYÒúõQÑ1úrwÈãñŒMŒ#£¢SRögfd„„utlØž?{šzúdYYÙ !C ¹®aB¡ÚЗr"‘ÈÖÎvøˆÑW¯^9rø`nÎ °³whÞÂׯM€J¥T)•ºÆ@!„jCÊ!@øùµñ÷oËðx$I*•\V©+!„ª=ý*‡¥R €7‚!„>}ù B!ôÂrˆBa9D!„°"„B€å!„,‡!„`9D!ôoG’¤®Ýê¦òx>—ÿºèç`kg/Ö͘!„$Iª”ÊìgO®þ}¥µŸ¿®pê¦tYÛÔoÞÂ7ýzÚÙÔÓuò.B!¤Ç“H$-Z´´¶©¯+V‡º)‡`gï`gï + !„ÒGuóÞ!B!ô¯†å!„ÂrˆBa9D!„Ë!B!XB!ÀrˆB–C„B°"„B€å!„,‡!„`9D!„Ë!B!­š™KÌÌ%­ÇV¨=E‹… .LPïQð=ÿg}ÌÉ3·!„>Yuöžª#óø‰Z˜ˆtê¸hLŸ>îÙ°á7îpÄŽ¹!ôÉúHw‡{AÉðï/ktfŸø.À×»µ¥ÄÚ¾UØg;îQý\7|¬ññCãã‡× i¿}ׯÛEbnQ¿¡k`—®Ä=ßvs¨ïèÑvQʃŸÆÅ4¶µqô Xr<›Š!¯~œ0Àǵ¡…eý&m—콣ž»sÞPǶN¾óSž2'P»@Öù¹½«™¹å‘וðòòh3sI»Ù×@)}8mPw'ûúÖö.áqÓJ•Ô 5ÚF„úd}Ôr¸q´÷ƒ ñ÷ßüKM7þbÔ¤ÅKÏŸwãÄøèé\éúFpÆßj}SØgêú¬R÷Ÿ×­_>oR‹WXÂ3÷ScK^Þ[0 `SY«¹Ó?+ɽ¿xØ8êè®Açl8h>dáÂïÃ?›?¸ÃoÙetîâçÓ&ÅJ_?^1vÇð:°îÌÀµ_³Þ€ãÓNð˜Ð6ÖcÕ¾ ŸïyqÿšÈ϶h¼N¶!„þ3x999R©´¼¼½ýQ¥Šî678S,›ý{Šûíåƒ42<•©oÜæaåÚ+ª pã¤ïø•]‚|›µôË9´+-;—+]»EÝÞÿdÝêý3… ¤y×Î~¶<ÅÕŒ+^ËŠXqíL㫽ŒÝÏÿtUh쵬-Õ9»mýñçrÎ]ÃK€ú3©þZocHX'@!ý&‹+e²«W.‰D"k›úºÂµ©›rx+=½…okCCcÓz"¡ÇãqEŠL›ÿï ×^›3èž­+Çõž´vÕ¬]†ül~âl±Œê_µz\ÔW«6Lý6bð €kꃬŸ÷ó¾elý™örÈ5ˆ8÷ÊÒÙ›óJ䎞c–%iA‹^N'ÌœôëÞ”oFþahníټ̀–Z⵬ˆ×Îð„kFy…-¿åÚïÇz‚ª­¸óÀýQ_oýmöL0iÛsÔªu_RýµÞF®ohBH¯H,-Ú¶»ž–Úñ½¾‰¯›÷÷íÞÖÙ´ž©Hô¾¢@:]¼xþòšÑ³’_l}ô<ÒÒPW8Bý—ñx ‰wný½WïϘG?ö{‡$I’$!ÖÍhH»ðˆH¡‘Õg3÷b-D!’¡PH’¤®@ê²€iyÕ!üYP„ªsõs‡!„~ÂrˆBa9D!„°"„B€å!„,‡!„`9D!„Ë!B!XB!ÀrˆBAÝþ’¶÷!“UÊd2]Q`ff®+!„ª1ý)‡²×ÓÎþy†+€ÏçwèÖ½GYi W B!T;úRàü¹³sç'°•UVΛ;³{$çéÈ<ž4%qcv%TV­<Ç,üe€¯¶¿>¨ÅÂ… Ó§OÓõ¡°žÝÌ\Býæn3s‰]‡å÷ÄkôWŸúøAí/œ?µG¬(µAã^+ÿ>4Ð+†õ¼ïã=çŒBêôè½C‚ ¸j!ÁuôÕ_ '›¶ùØ_çÏ^ºô÷¾¥Ã^f•©Èœ¹L‰‹é ©™º=»ûÍéIYµ¿EVÿýkåþúÙ.ñÃÓ~øEK̇8/BÕ=*‡ïcŰգw¯ð³7¦Úx‡}ÓÌÌ%»fÇ…†Üž%/½9::,(8¸µÄæ›…Tdæ¦ ¡¡aíÛùtß|£öëA탂;k™®Nýìyö ó l×*¬ÿ™¼ *€Ù©qvš Ý^½¶ç_üïb‰™¹„ Úã«p¥@ê¢x玲ƒ‚ÛGħ bΪ ³çwWîØ–'¥º”Òû“úwõ  l×þM®ó²n‹™¹äø²1áBšz´š—ò”êdÎA}OÔ;…„øxùýpðÙ¡%cºvêàåÞrÁáçTëÕd=ë> „þÃôèÅÒ÷±ñEYº“ë¡#-f¤Îó€¤.Í_\ÓÒªôÉ÷NSf$€CøôÔ8(ÎØåÙmæÀ‡«#·s }û²1¶3‹ÆLç:û]L&¿ãš±'¾sôÚÇ&ÀÚèÁg§ef<¤Û"Vwý¶ñœkc¾oeMwêœ …k|íâí=‘ça$¬xS±Ôg-»l:t¯…a£‰Mãnö[Þ6öŽ~±þú 0[jéÀ~^æPýÉîžt-~´Á-lÜì¨ýÀ6õ=¡ísþêäïâGIÛ„~¹áȱÉî¯ï¯õè:nÆ“½À}5™§C}jþ#å¸þöðâhª‘–oûUôf0åWÝ”f‰””U¤ xÒ¼šU„5‹¦3>ûŠûE—£œÀ¥Gâëáþ¸:uã nÖbÀÌYwÖÒ}:gò>¾ô±6rÊÀî]c{w5b=?msë9ûÀõËyO›L•-;cÀƒ.¿:·?ˆ °t0f$UáÚÄ(0w$+šLõhŸmq¯&`î<ˆPN^Ôà ,<âeE3¨£\W“y:„Чæ?RãìM×d•|çÆò1 KaUT‘äŽSg êGû÷™80åfœ¯-¡È“X»3ÓY³h:Ó鳫a­ÛÅœƒMëïG˜;>òŒîa €àD9ÇHšXSœ¾uåäáÃÉ+[.;öôÊòÌ-î¹![.pTL<•«Hn:@$Ëžu«`±×øÜÞÙ>õP ¢z4æÀH7‘'~·]5×Õdž®[‡úWû¼wøõú‘kz}5§ê«Âþ´÷©FÌ4_›ñ¯QíÌ¿3¨F¶LåÒHi›¿¦#­„ü\9¡%‹ÆšÎj¼§dÚá'uhºÄc¼–Nõ³kñíÖéûG¥²Î$Db°9«šNwjŸ%…”Ý)àùw‰±hYIV2¸~ùë…óç.œ?—àlžsnb…Û¼ŒÛé·o¥ß¾•~as—}SNÀ¬€úcÖ^ xý¢8Î˺,s¨íWSëÖ!„þÃþ#w‡ gžL\;¥çr¨dB+¯VhÄ Ý·;=n¬ï•!)oØvÖN?7Øš0ð‹+{K÷𩇩ÈCBÂÚZšŸ?{Š5‹ÆšÎjä¾ ƒûö HËÅN›’GiéT?;÷x`æ<|aóåßþYõu&¿¬Ñþ7[Ïð‰©Níã3SH¢rzßÈWrP”Wž¿M#~û”3Á‹ÒÂÊã:>®ì·kÿíø±-¶HMEàÔ}Ýï3|XÏ˺LÚçP}Ú¯¦:Ö­Cý‡ñrrr¤RiyyyÒÚÕ+V­),Èç =œ’<`P|iI1óÐÞ];BÂ:YZÕâ%²*%%Å+Wü”°˜óE0˜6åÛ„ÅËY'€þ¿½ûޝ¢Êÿ?þ™rïM$„.]@zï ‚4Q¾ ?D\uUÅUV¤,JSÔïu­,(«â¢»"(k[¥¨H‘ÞAÊŠ„Drï™óûã†KÈmIÈJÊëùà¡“3gΜ9î›iw ÜŠOHXøæë7 :+33cÅòeƒ†D|fýè‘ÃóæÎ2ô†t²T×uoNN¤¹ÞœÃ€‹T‚N–öèyÕŒiSlÛ;×0Œ={)¥ÂÎàb””8LJJ4øº(ßÁ&"J)Ÿ/ö×|PX%%E„ïæ\*%èÚ!— qqq€‡q€‡HÉyîÐëÍñzc?bŸ”æN\¤’‡Þ6müú«•‘*èºÞ£çUƒ_ÇÓú€bW‚N–®^õõÔ³f=ýL¾?Lz´IóÖN¹ú믴Hï¼ñž^‘’œ2xAø—Ø%%§°°°ò6Ú‡‹\ÅOÌ -LJNirÝü¼?†Ö‰.o³Ý{\˜(B;yEÿ€°ë½¡}6v芦€]Í»Æ" fÉÜ­ES„Á/Â"@ñ*Aqè8ŽÇãÉWxèС!C†LžzùíwnœùB”:ÿmÅÞ‡'Ÿz*lyãÍ“æ(úQrÞf׬^¥fÁdÛÿëÍ'Øl¤¡+‚võâ×XwkÑa(аP¼JP†ÊÈÈ9rä¦L™Ò½{÷¨uÇ^Ú=ëу­¾“ž(Ê>¶ìú.-:õì}Ë£çߟ¶0hß›öîÝçÊîÝÚv¼à‡_…IÉ)ŸÏ¾w@ß^-®h?ýÃCù©Zµê¹É0}‘Å“oéue—æ]þçóc¹…gÓ¿Ù§c—îÝÚ÷¹eeúÙ@aÞŦ?9XDº÷¸²GÏ«åB/Ϲ~æÍÏå+ŒÔù`…°Í†=„.""+žº½y‹=z^9ðöF˜m·²wýé–þm»ôèÞ½Û-36GZo¤ÑóÐ>ä| .(!Ûèûuó=CûôèÙ³Cç 6_°[ûöêÕªiÇ™þøïíß÷ª¦Û=þÉ‘°mJ„^„î¬Ðša»‘W‰Ú­ùvŸxOÅü3G>hT÷ª-Y~ùûí>¹6Ò¯zÌ}eÏæüÂn>Ê¡’rí0(+++1110=sæÌüqâĉ£GG|Oz@ÆÙßU¸cI¥¸ºãZŒšµyä3]EdîwUðùÒîyïöÏÕ [TkÀ¤£ªŠHÆÞEMý9mÏËò¥Çý{yÃŒýóõ¹ÿÑ!ä]dßÞ=‰°}‘:ÎXùxÃ}Kîè{㼃k‘9CŸøðçßÞÐpïâÛû sp̓εï|,É)aÿ™_wàËýª÷؆{§µ¯,ŒÔù|¢4Ũ§–,;š~E¼yöÜç`^a·ýaCwœ»iáU"òËÑìÔZá×i4BÇ<´ÁÁÏ'ß6¾qãðÖO¯}¥]å_\ܸï#i{çÊßopßò•Í3öϫש÷ïæúÙÃOíšsEÿû'ÿ¸$l³ù7!tTCkFêFP‰Ú­ùvŸxOÅü µ‡~8}ñuÃþßg÷¦OÚÙÏ«ÝÜZÄÎGßG‘†4Ê_ؼ¢ÿV£¼Ñ~úé§ìì쬬¬ys^~þ¥W~9y"RÕO>\úo½=ìËè—,úg¯>}S+WU@™™/>ÿ\óVí^|ñÅE‹Õ©SgíڵÇïÕ«×Â… u&ŽhÖÓÏ„íÀÇ#[Ϲñý¥#.÷e®©Ólâ¡#+=š4¨œúݱU]ºã?žRåŠÌŒÓ"á ƒÒ¿Y0fê¼§m—¡mݶ;óôqIJNùéÔ©D]±“’«efœ í@¤>$%§ì;ñKU—îøÓSkt=}r_¾>TªÑ9ãäÁÀZ‚ Nç- ¦¯¬Íï~>´}NjJnHÞlhaع“z5\UohÚàþ7ë_Ù•ÿ¤B¤ñ_õSz-÷ù—6‡m9Òh„Žyô>äk6ïº.¯’Z£IóÀôñô_öîÞ~Á*”/)¥ZžéšùvqÞ6£ü&äۺКa»‘oñ’³[Cw_Á÷TÌÁ‘ç†4}ê{÷¢ëz¤xò-sÅØ³ºTÍG韰ðÍ×o>"tVffÆŠåË ‰øöÀ£GÏ›;wÈÐJÜÑá‘#G† ¶hÑ¢©S§z<žY³b_`wü'Æ}qÌ¿eh‹é"".ïÑ)[O>Ý*o6‡½'Lá-ÃÇ¥}¸yTÛŽ?=¥Jã`y¢¨lˆ„;qúÖù>è"Žˆ.¢œ¬( Uí0í®ä÷|z8X¶ó…mV",òø—[×-ÿä“¥/¶›ýÙ¡uÏì{ëi¯ì‘^o}ôxm‘¶=Ô{$tÌóõ!dñˆl¥þùÅÊÚžóŸì¹«ÐÜN‡ßÅ,ù7!JÍHÝÈëÒîÖ(‹_(ÆžÊ+ìV;þßì=[Ïå=rÚ+)ùïÈ+ú>бgót©X7eSÉúQZZÚ“O>yôèÑnݺmݺuäÈ‘õêÕ‹µü´jÜÙFÓ÷nÛ²më–m[·¬YpÍû㗉ț¤LúäG9ðáÄ`å°…AG½öåuSDdケ¡s£ˆÔÉ]ÝÇ“Sš<(y IÊÄÜÂI)WäöJñ,8)"û?žl¶²©óE¼è¡·'}0zLðǰ/B³aQÞí'µÎ×Ü8ù©Ù™–ŠHÃß½ºfõª5«WÍjiÛ§t©vïœ5Nýç¬DXoØÑ#¤Ñå]×ĶUxcC`zß÷Ñî}½ÑGU ÜK¸[ó Ý}ÝSü÷Æ:>rÁGKÇýiÀèt¿#±:I‡T ¿ù(‡JÜÑaZZšˆL˜0ADb^2 øÇø•=Ÿ~"øc­>³²F]}0gø‹çÞtýµÿ·zã>Š, Ì [ôö¬´›»t®|Yjãˆ|"©"2èÛɽžÞ÷³¯ú¼¥ÏæÞýþüßÞåI·Ï]ÿÍ¥¹ÛøÂK÷xåkµj40Nä@áó·õêÓµ{jbÂ꯿I î|¢õ3}•ûcØÎ¡ÙÐE”“3iĵÇ}âÏÊùýŒwòÕ´í£}°íö1mÞÊ®à’úƒÿú÷ɭ®7ìh„ŠÞ‡Py×uÇûïm5¦í|;NùêtònÇF±–.Šè£*"ìF Ù­¡»¯€{Jb þ‘Ï&Ž[ßc×7WÅëW½uËîoÜÿsôÂ*àJá7åPɺv8ëéÜó ,X²dÉâÅ‹óÖ‰ríPn•µk‡º®{srV]‘BÅaJ¥Ô­ZíÙ½;3ãt¡NÈðÓ4-)9¥EËV)•RcÕ)TŠHÕjÕ«V««¥L!®PVâèpÇö­±ªPâ4kÞ2V•ÂÄa×î=cU ÄÉ8}*V•ÂÄaAš 4âÚ!Ä!Ä!B Ä!B …zÐJ8Ƕ-Û–rð¥ÊJ)M×u]3 3Ê;‚#”>Ÿïè‘#Û¶m9}êt¬º¥ž®ëI“š6kV·^=·Ç¶R(Ä!€²À±íôôã7¬ïݧO½ M³Œ¸ù}¾ƒö}õÕJÃ4êÕ«¯F¾ H¬%ò+ã œ°lkóÆM½ûökذQ¬ºeËínܤ™aºÖ®ZU£zõøÄ ù*0 ±–È[i”ÊQ§NŸªW¯~¬ŠeJ:uOgœöûý¡³Â"”š¦9ŽSæO æãr»ÇqÂÝ)ÀVù)ež*ÒGa©ýFJ¤€ˆCåŽRjëöÍÇÓ…[£zÍæM[í#µ¼ygÙæ¿ücå8¢”R¢D‰È€.W<1º¬EKâ@ù¢”Ú¶c³išýú <¥Ô¶[·íØÜ¢Yk1:Ëvf¿½jæÝýã<¶Ò,G%™ÙÖ¯}L@‰¦”Ú¶c‹a˜Í›¶ÈÊ:cYùï¹0M³yÓ–ÛwmݶcK‹f#†±çÈɆ—¥êº8 ›œ·rÓ!Ÿ£y-ñÚZß¶uDJ堇ʥT”KeJ©í;Ïg᾿ÎÝúðø ¾±EÓZ>õäå£G7oÒrÇÎ-[·ÿPÚ£H|±~ÿ£ó>_5çîÜf•r”øñYÊo‹ß’Ÿ_×´â]éoƒ8P.(¥¶ïÜjF ÷Ï{uÿ´é½4pëºmY?Y^ï¶iÓ•R ï¹§YÓVÛvlÙ¼ucë–íJu"¥ä•Åß~úíîŸ( Äž£ÄrÄvÄr4Û‘Ó¿Fo§ÄâA åÂŽ[ CoÞ´eVÖ™ý¯¾¶÷±©SSÝšæØ¶rœÀQ”Ç0šÆÞiÓ÷½òò™3™-šµÑÖoü.lƒ{?}yHömÛwhÓºy‡«‡½±ádØj©„<)‘ãûì‡ßï>öPZ¿ó¥š(Gi¶#>[~ÍÊQ¾_[Ô¯¶…uoNëѺeûöí[µî>õÍuÁòàf]Ö³F•‰ïî »øo D 4‹(çÿ©_ŸYYgÌŸ¿wÊ£m+V4ElËRJ9J)ÇqiZ#‘=S§Û¶Ó`ô]­[¶Yüþ»ÚuÎ×ÚÏk¦u»ã£/¾îT+ADŽo]öúŽLÕ.5Üš/ÖÅœx,–“¥GŽgÜÿìGMÔÚ·©ÇeˆHÇÛ_>7S{ðÙ¥"bÚ5OH»úDÆ éóáOÇz2sÕÚõM’Üþ_wÝÕõÊû«m|~@íÀ\¥Ô™?îÛùöAó¾zýåßá¢!”š&–åßüLJ:U©âÒ4Û²$8´mÇq”㸔j`Y;'ÿ¹æ­i+$ùÂ}ÅÉ3iûÉþ@ŠHµ–ýÆ·Ù3ÿÞ´¹l_Î»Òø×ÝÖ®²ˆ¸\®gÜ:ë_[ʼåÅOg ­'"VöއÒîúloV¢á4ò·EÓÛù~Ýxïð{6ýbåxǽ¹ø¶¶•C×ûÛûnû‘‰s>peÛæ kîùéL›úÉ/MaêbšÛËð˜z¼ÇU!Á£ir2#Û¶ÐS˳ï^ðàòƒM’Ü"âªØäÙþØ ßìç>˜›¹gIïncF.ün|ÿºù—ü ‡Ê‹Ü£¥L¥lË <­8~ Æa€©”(eÙ¶í8a¿ñëµ£gö^žZ^gðÔon¯&"»ß©{õøÛ޼(_Òä‘gì[«Û]3†þ[Dæ_;`×7v¾×GD~9’-"ó_׿¹M¯v¨òëÁÖîñàmGß mÿ7öÖ¿Xðé#_Y!!~ïθMÙ~(Ãmj.]\¦xLÍehC\¦Ô­žjÚžÃ鵪¦h!w–.ø9kƒ¤àÉõÇdk$’‡];ÜrÓ’½ãûÖ’KŠ8P^(¥G‰ˆmÛŽãnQçóð‚cD±m˱m¿Ï¶µ°·×dîÿpäÈ9ûO[.CË>¾S$7gm$"Éîðž(y웟×ýûªÀtj홾>½æ]^‘ŠúåJd¡Lœóù7_ßûŒ×9˜~6Á­iº®éšHà’¡²Ñ5ei¢Û¢D)¥™†îõ[ñq…K–»¯oô—gþú§>ÓõKyËRá: %™m[–eEš«”c;–ˆØ–•{³¨¦ËÃ<ˆ¶í8ŽˆX¶mÙ–Ïï÷ù¼ùšúýežÛy|bã”|åÆÜ?êÓí·¶­áøÓ+¦4.貂¡j ý>¯Oο‡ÈRêÝ_×öä–«…®½à¢Ht9>¿(qDü¶òÙŽiëÊggdYš(SWñ.-ΥŹôÀ„r”èçq;ùký)ùú|KµÄö¤?w<±ïùÄj7ëÜóÚ꬛;¶½ÁüþÄ_ºû;/Ýš ¸)L·ü,ËrǶl±,Ë <\á÷Ÿ²°-˱í`ŠH Ðï÷‡¶6öÕÑ/ýÏ}ßÿ'+ðãÉ+žyï Rêˆ×nP;Y)µáõ1’çN–à‚Áé)]«ÝýòªÀô/G³•R“ÚU½ïoßJö~·;tÙ°"Ž…ˆD˜ž¼ûêþë¼³t…K¬º•ΜµœÌÉȲr|Že˹?ʲ•m+Ûq\¦žœ¿ð³úuº<_S<Ós7þiW¦O)åËÜ5nØó#_x 0KD”¸úûÚ›ü¯wõœ×Éߊ> Qpt ,‰øèóùDZlK4í¬ßïÑÏ ä~Žž{ÜBD|"¢i¶mù-Ëïó‡¶Y­û”åOÍ?²Ï¼†Ø^³r“ûžzA)õΓ£FvêX¹VjãD>.˜·…Àô¨÷þµõ¶{Z½™]Á%õ¯»ðÏ­ïø`ñæ´1m^µ<ÊW·Û£ïvlºlá]TBÜ:°UãÚ•f¾ñuŸîíšÖ®¶éÀ©¾mª›†˜ºæ2ÄÔ5ÓÐL] ]²s¬?zgÙ– ñîz6Í·ÒÚŸ}ïøô;{wõºÜ>¿çú?.~l@­ GK˜üîZïu{ÜéþnÞèp}ù¯#”QŽü~Ÿßï×4­Ñ¬™§Í¬ãõz",å9WkÂÚnx}ÞÀÑahƒݽxÐÝyK”R­ÿðÜö?äþ8RF`ÁÌÌŒ` Ái#þŠÙï,Ï»¬Y¡ÕKK¾Ê[’oÙ"ˆ2 Ô­E­WÆ zèÅe§2êõhרQòð3‹Bj©ÊÉñµª$ßtuóžmê†MðÎiS¾L›r~½âôvM¿Øø/:â@Ù87vVµªÕ×­ÿ¶]›öÕo¾Ù¶C3¯s6ÇR-…U~°Êðããã¿\±¼I“üÇ:¥H”)¸:Õ’þ6qÈŸç­ü×ßßзƒˆ¬|aT¤Ê¿ºK…k‡ÊIë–mÛYûÝÚ„ø„j7¨9qÂḸ¼÷ŒªsYXùÁ±©Ã‡{<ñ_~ù…Çåéwõ5-"ŽÄ¹Í*‰q®Ù÷õm^»âk‹WŠˆÏçóz½>ŸÏï÷.ÊÆjà·k@"âè@Ùý`¨}»Žß®[»fíêN;U1ÜvìÓfªso‹U"º®W~`LêˆaçË_$&TèÍ@)ÍG<tè8N ó,˾¹÷å—Ur¿¼4óĉ¹º®ëºn†®¦i˜¦ér¹t½Th‡Ê%‘?ý5‘.»®^³êëU_uéܵòð+^?D© Žl Ã4]î/¿ü"1¡ÂàƒO&Fj°4ˆ6 1Y–åóùü–eùý~¿ßoYmê&NÖâÔ©SŽãèºn†ÈÀÀ\.Û²<aœ€¤´ ”!±N—ùýþ–-Z­ývõʯWtëÚÝã‰sÇQŽr”RŽmÛ–e-_¶ÜãñôêÙËï÷»\®(­•±$:-àÜÿ5MÓu½~ ¶m+ÝÐ41 C×õó³E ”\ÌJ/â@ÙýÜ`VVVvvöÙ³gëÖ®¿yÛæ·ß^h;޲[åf¢íØÊQ5«×èÜ¡óéÓ§½^oBBBbbb¤K¾‹> endobj 187 0 obj << /D [678 0 R /XYZ 56.693 759.068 null] >> endobj 681 0 obj << /D [678 0 R /XYZ 56.693 739.087 null] >> endobj 391 0 obj << /D [678 0 R /XYZ 56.693 379.841 null] >> endobj 682 0 obj << /D [678 0 R /XYZ 56.693 359.971 null] >> endobj 677 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im32 664 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 685 0 obj << /Length 406 /Filter /FlateDecode >> stream xÚ¥’MÓ@ †ïù¾‘Ƶç{¸ñ-@‚ §²‡¨›]U´ ´àçãL‘eWB‚ÓLlÏë×OLpoŠçu±yí&¯=Ô·à5ú‘ šõ lËÍpÙ†³z¶»ìûî\)í¨|Ñw_ˆôÝpjÆè¬«Heߪëúè+fLÎM2ŸÏíéIå\9 ¼oº¡É•â€!ŠoF6h l@9Laö`´< ±ÜL‡µã»âU]|/X08>‰Ñ“†Ý±Ø^ÜHN¬ M~äÊ#8&ÔÆËýWÅÇ‚ftŠ^YZ´mB&?[B™NgËCØ*&¢òÓÐ]öÇvòÚVìÊŸSÙ„¿ÚÛ<µÝ®=ßÓùÛ)s/SGƒä"X h"S ‚ W¬î9i]@—? G nÉlÞ—½ðxHd馿vjÕ/Ó zµBZ0¥ÁÄ€Ö͸~3‘¿0q+&™<ÆãUœÐ¤J'Œb:ë_ö_›IFû§•2LÿÕóævÍ’Oÿ²j¿MbÍŸ endstream endobj 684 0 obj << /Type /Page /Contents 685 0 R /Resources 683 0 R /MediaBox [0 0 595.276 841.89] /Parent 674 0 R >> endobj 675 0 obj << /Type /XObject /Subtype /Image /Width 610 /Height 425 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 20656 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 610 /BitsPerComponent 8 /Predictor 10 >> >> stream xÚìÝwTWðw¶Q…¥JSz°Q¬ˆ±c71±›Ø¢ÑÄ^£Æ®)ÆnôKÔ${רc‹6 Xé}ÛÌ÷Ç⺲ÐUžßáp†Ù;wîÜ)ÏÞÝ…aY–S£üSý7Çqð¡c†a§þ[ JG]”Pu2²2 ˲ êcMt"|À©ŒIþ«ÊŒT(òWi&%ú>ì¡äËtTQe¤LÍп¢×  ú~\O@  …B!˲L~~¾2¥R©T*:w‹±ï€ÎÑSP­Ûqºèù­…#ÚˆD"‘HÄäää(R"‘ »e؉èqFÉ ³SŽ­Ì»uœ•Kä2)+—šØ¹96ií×ýïDzv\Áê) àól,Mßx)[ c"Z³îó†µ266f233%‰D"<{ó°/¦¦å‘\’ÿèÄêççÖ7®ãݤvM k¡ÈˆÏ0©i9î:‘^Èù Úhl]C.—ò/Àn€·“‘9ù ±Gõ” mama¦ž”o°Ôó¬ü³ÇöÌÖJ º1ilçKD,ÇÑÅÙ##ÇŒëce,¿Ÿò<ýYº¿·Ë³\.0 à»ð¨‹Îÿ¼°¬ÞÀ;7/ù„4nÔþ ì9¨l™9…iYy7/kѦ‹o +­en=Ì}ZXXøùÔ_>é74¿H¦|,nFg|iÎ+"NÁòD )ElÆ]±,åZÒ³¶m¢ò¢îÜ{¸téŠ&ƒ¿Û´uOHó~5¼ë`ÿA ‡OþKD¦~|Ū??ŠŒx³Ú“‘—{õ++,gåêä…)Ç/¤‘yÍ îfåiU%u)1 ÏÌÂÊÇÏÃÆ˜ÿº• ®[–¤Ô_'À[Ãc"r°6'¢ŸÇtÔZfÄ¢ÝöÖÕnñF™Mª¥v:¥\jÄ¢Ý>jDD{ŸQ͉­£¾”Š@ù­Å'ËÇ̼›]½~£…o8É ¸ÄC¢ì;&BÁÝG¹–f¢¤ÔܹðÉ•ãu|çÿqªF`ŒGPc1 :8Ökè´{Ï]õk.ÇI2îÇ'eJ¤,ñL̪yøxV7ѱSˆ¨y“°ÓÉý8¼ m:²9ùÁ£æMÂý<ýqŽˆý<¯ßLR¯\W%¹ï_˜^ ‘óøSSÓ°Ú~š­MOzêß6„ˆd,çÒ (ÿhœÂÕŸ!âXÉýÄû©é99gljÖ°^@©­b9Že‹’nÝ}’‘/'¾…•¿_MS£jU@ ëÄG™ FäâãçicTÆÑÂßÏZ9y Šr?¸¨÷O#Ã\‹+t¶ºó8ËÄ5 ®“)CòI÷RÓs$2VdbæìêæfgJDWS³7}éhÂc–o:—åâjÍ'…BªµdÙëÔµ9Z;ceZ+)ã¶CUÉ×yºÆã1ÊlÒ\êç1G,Ú­5kUKéˆI¶ø1ë°Ï¶¬û¸aÓ(ãôË…Ign¦æŸKλñ¸ÀÕJT$´à[:ÞM“ùù»‰mRÞ(Èmblf‰ýZe°ÂQ­­Gîy®šS˜~ï!¹Ìæ 6ûøÑ³Í[/>qòMˆ‹Ó:@TMk©œV9vê‚Ö2õ<í³ìœæwoàl)’I=Íœ²1¾~°¯TV|£A$r¬âV&÷³Ÿ©¬èùâdÓ þŽ],ÎÆÈjŠ ñ‰ÍÛÖ›TËÎÚˆ—þôÛäCÆþ­æŸÎžß¤ó—G3Ç32å NœMÈ•3ÕÌͺ¶ð6(°×‚»ºjðóñXôǹ1½‘r¬æçãqóöÝ×jÆ•»Ï~i&K_±9‘{¹;X1©ôÚõʵýÙ—:BÞƒØø«g]Èß¿U›}óDì½ žÑ½ü͞ݼ½4.ÃÞÍÅÁRdìR]«_¿Y¿wëNž¦ '/%—A‘¾³Ìr†lzùt¡‡8çÏc†·uïÜ­þ¦ï.=fs5[¨õuKs#±“É$i<9+ÏUÎï_CòëöX>YTËJöîÖªo-óë±7ö>.röñý´W«œ¹;.»»©·ÙÏÇãé­¿ni–<ôb]¥ÖyHÇæ˜T+Òì4]«;’-_W¶mŒ&KÌù(òåÝÃ'ÏëM²,ûQd¸*)UùQd¸*µŒ&Õ¿ˆN*S¨°j4ø™$Լ߭Œ­›5µ1^7%aZ®´^¢ó©y-Mm=¼-ƒ6=î[õÔ%9—Ó¤õ˜Öª9EÒüj–Q‘5-…ÅÁiîÊÊþ{e1µÃTliy*6Nyq?uù—§›­uÙ^½P«ÄBÈ‹ÏU4µ°ówx”–{áÄy‹ê>çb/«FW1ã7»™ðÃ:ѹ8¹©<ù©Ì×. .oÓ‘$V6ÉÛ„ˆ¦¯çרqçÜuçšîD¤¿Uɹ²©nÆD4oÿ­æþ ÈÎb× iî^U9Ûo_µ”ö˜,1Ò´m6ÚÜ¿]òš®^>¾¯œ—L¯Ý¸eofrWfkïé*Y\M¼rlÝ6>WbA…ëÔŒ!žæ€Œ«Yþ‹¹3Ã,”{Ô´³õÆ´ߘ¶µ/þ{ùj‘c° Ÿˆ\kÚ.ýëÆ¬n~­;Ö‹=ÈFuXº;ˆ<öp\¤Ë§Ý"Šòî}2÷–®•骄‘H̬»µq³4æåfåìÞñ¯} w–ãÌ«@*åÚ½è¯mˆèðÑäD '1Ÿy˜÷¨³‡ƒK{zûÇñÍêµ ôéã™ö,cÇ߲ꥵÊÚÓóßõÇ»ÖoÑ ¤É®ÜZºí©¯ûõË)Ú»IG µ673ÑzÂ*çˆÝ¼om;²6»Në`—¡=ÜeE’‡©iÇSåV&¼ÜW ë*Yö:uíkwÏKßÜþ•N«å§½WTöm¼èª>Ô_˜å8­/ÕŽX´;$¸–r¢D%ª¥^ž›IIIùùùß,üë“~C<Í*QWʭؼäc=Ú4¸wç–£KÍÀ  FdF"“«×oJ¥Ò?Ÿ‰Óæ8ù5ó¬ÛûJ¸•ˆêÖ"¢œ·3¤ª?%™SÒ¥,SÍÆ‰ÍLÍSpÅó³Ÿ$>H“²_Ø ÇLì<¨l¦&FBïð¾m.~ Ä–æZËdeç¥Ü<÷Q»®29[P(y㥈HÁro~åEWÍ/Ó©î¬I ó3Û}”|ùðµ›ñ‰â¯$T÷tù(õÖ9SËêø x ò ŠLŒE-Út9z`{Šîb-Út‘Hå…EÒò,¥Rú½I¯zʇ¼Â/\=<|Ô$" kÎrœ£O„®¥*>) %Ö–fí;õÔSF"“ç¿–g)å{ÔKMª™˜7î5¯Œ…*CzVÞÛYŠaÔbÒ¯Zšò[Ò@Ž/G“»æ÷ÌHOC§QjÊÃ5«Oà¿Í脘@L &“ˆI€wJ€.x/\ºýxû‰žd¡+*æé!q±·ìÒÌ¿®#z“ï·›÷Òþ·/>¼nPTS[>/TË>yš¾vOÛª°~:“ï±ßÿ¾Z'$HleS a‰XtH…°[Õ«¼óìmÄ$TLL>}ú$ñÖ­œœlôÚ[Ã0L5 ‹Çϳü‚,r èŠedbñ$-ûÌ?'qT«6/_"2„3Ý ÚchSu_þ­®^Ýá-ÅdFzúk×ꆆÚÚÙóðºßÛ²lÚóg¼SGŸÜ»Î±GV<ÃÕ®£Zu°]нÀ²lýðˆwÞ'ÕCëœªÓørou¬P ´¶±y1yãú5ÿÀ@##£\<ï~Ë###Ÿf k‡®¨ ½&ü‚£Zý`ó¬uëæ éƒj¡uNÕi|ù¶:ðFµFM"ßFLæææT³°À?Ïz'„<â8_y}‹~P©faQŸo8}bPí1´Î©:/ÏVçæä”³’²Æ$Çq Ãà‚òNxı,:¿²ú«FyšNŸT{ ­sªNã˹Õo)&‰÷ÆÞÙ¥œÏC„«yåô-lÃ?Ù ª=ïõƒ£½’c—éw7âaY-OM‚‚‚ˆSä+¬¾YýçÀP»×ªvÖ¬YS§NUN‡††ÅÆ^(S‹›DDDF–Nù¡Â{£b›Ñä{q²T{ÞëG{åÆ$‹þ}G„|åñ­å¡ .QÚ¥ï}:ŽòçkU;{öœ)S¦ªê©¨Ý«lÒ‹s²â{£b›-äãÀ~NvƒjÏ{}Ààh¯ñ¶`N7wÏÖmÚµnÝ:²ÕÇħq¯éû~TM·nÓŽ{wöNëרe›˜gs†GÀ#bYNãGù DzÖÁ_fTN›˜˜¨ ¨¦MLLÍÿ¼EÓ>nµ¦ïºÇ±ìž®-‰(,44<¼±fÉȆ ü<‚g쾿wî æM#<]gî} , ÉŽû¢m£ðð°:Í®«IªŸÜÛÜ".çJ8–]ß7°åw§uU"ËKÕ½Y`ÝаÐz=¦ÇiÝ]Í.xr¬[ãàz¡õ‚w;þ$_×Vkþx¤õ¨Öúg‰ù/ÿ6­›µîµùrúp°)G¥öI…S¿”±=­Û´SþÄô˜þnóìÂÆn-£¢Û´kÕ"úë_nëZ¶²û°ü{öî¶OºmNRNÇoý±S«V­Û´kÙªËâ­—uï‚×;ø5i½òW`_½Ý]u¼¨½ïn"ʸ¶¦qÿ©Ç.}­Õ/Yòó¨‘#Tõ¼…×Í¥2V$Ôòä`ìï§ÏݸiQ†;Uºj¨Ä!?Ÿ8†ˆ´îoŽˆ’Ì4wüX­W¢íòsd¬WvÒ/nM‡~Ûaoû-‡ÈÌüüùÕÊ—Üá>òÄé€ì¤ÕÎu÷ùíï£ã}2o®ðh1tjên"ú5¦Sðâ «êØæÞßæÞlLßäu%®œ°¨9åð–öæ.öÏÞÖ®Óü£_>Ÿ˜ÐêîºDœÖJ~íÔîvÛµ×6GQFjA‰V)§u5{y‡>fãŽþ×ÕëÎÖ¾Í;,{xþ­[­½oµíñ3UjVÿÏb—DöŸÔ=vùû~°é9Ù+ïô”ÊXõKAW­ìù oÛ4æ«A³?Ùv¶³‡±’›·Šô4æßÔ¿g-½9d«#DzNÎè³,<¢E…æÌiÍ&{áÐævÊ™¾}×çÿ/làá?|'àtV2óü³•C)§ÅŽ&zZ¨9ó§›™óÛ»³,çÞaAÆÍõlu‰)õI·êOͳ@5Ƕî@‰ÚñÿþlºÆª™¥žžZOÀ´s_t‰Žn×®E—!gÓ Kl¦ŸõKÁkµG%ïѰ:ò¥ÇmÕ²ç’ÿÞZcnÊkXqÇ1"_? ]»ƒˆ4÷šžýûº×ÀrîY¹$uMnÃ(KÇq«'í¸fª»¹ã8™û´5ý·Oüåu~Í~¾öCL›yW”%óŸü>^ýÊ_ðôäg­›¶êÐe𼃪ÊK=AʲÕoq4©c}Êù÷ÿùÉ̾£ªŒzaÕôA/6 q˽¿)¼ëä¯[þ¯åÊäã·w÷.UUÉ5úmÙî“{ÿ÷zmºtýáÍÃܳ“64è9yÔk‰hó€Ïý§î™_Ë*/eƒîßu;·¨D“‡ŒÛ9ÁíÞþoºØ»græÑÀ‘;ÆyÑÆžK,þÓ_[÷©µDWýzjкD´y@ߤæ . ¢¬'…º*¾ôÀ–¸«žÆ‚¢ô"Í~òˆaF[çŸ?wŽˆÝ?+zøýOP>ñᔿÙ|"R-eÎSNò‰ª™êu–,Ɉ^.^JÁqÛNœv1âë:N4ÛÉÊÒþM,tJS²$ŒØHO%Ì«‹ëÚFÇê"†˜R·ºDßj=°KÌÔz`«ÏI:ºÈÌ.Fõèû{°é9ÙËxzj=íû•ÉÐMÚº%ïûºGßßb÷|Qb3½^½”¥=í:tTNTsùçÊ¦ÑÆíï3`Åæþés›ž]\W¹Ô[hÌ‚Oë÷jòQƒ¦ Â6û¬G+s>£uwèØkÚ€7¸–sϦ_]lݺŸrz{ZÁ)g3Uas§O ÒZpܤ×:øWuèY¢Ÿ=ûº×|bÜzÑÕÿ0b™ú•ý€±6_nZßÖí¿˜Yê R׿ô­~{1)•JµÎo×¾£¼(ínªdæž¿UeÔ «¦Ç5u”J¥FŽ1ÒœYúKŽoá*•J:±òYã#¤R©‰KiÎ=~зµm"ÅF¿%g÷s·HÚ?áERŸPMÛ x¥ ¯DÍ’êÓ“êØ}ùëŃC‰()6Ñ3ÔK[“^±uD«gŸlÜ×éJÈGŸ·HøÃNÈÓZÉÔpûÁ+Nïùª)e>*´r2Ѻ-Z›ý•¯xÂäµ=îîŸ`åóU©Û¢Þ·Zì3µ®ªãŸÎÈÚkÑúie?T ö`Ós²—ñôÔzþ’”³;ÒA*•:6›56F*íWb3õ\at=´}ë–\;/ì³»Eû1¢•Çv‘¬x™·Ð˜Æc9ÚùÒ©ómšþûáçGWöк;´î5]û÷ ®åܳ¾¿ÐzÖ$õò‹Ÿ[rréüšý̘4èmñÍÏIéCE3÷?1ÎAYRù{Í‹òNÍÆí×ß?ªµ”e«ßýhrû¶-Dìñ¥ý§Oú½Ë†ÁÊA€‚ãxD[¨¾  £œV>®oÜù¢¤àÕéâ¥äÄ-ûs“£ˆ¯ç ¾j´­zÔ’OúWMè*Pj º6P½…Z—óÇÁËgNœ8²¾ÍšÎížRr'ñˆÓÿÄ–g¶lM·ðÞ³§_Y¼tùˆ˜V qvð‹Cô«ž~^2 22,ÂÚÌôìéãºLšÓwn»Òç˵r#NZ³ÁÔ-õ=K4)¢ACå_h{úä®”¿'Žþ¯ÑíóMMxMÿtg«á[/­ê®µ’>Ûv_ë?,hC¹ÜÚ­úcr°ÖmÑÚìÁ»ÖõëÑ5tŽHfä¶~ÏR·å•¾Õ˜o#à¥JäN">)¤x=£ÉíÛ¶h®âý=ØÊ2šÔzê:õŸ•¤÷³ eÕ±²ŒK÷‹œÒGÙ®šðm6ÆÖ³NgÏ:º¶ªþ1Çu׺;´îµÒöïk\˵g9é’[Õ¶9 ;Ú˜üžš;¸F5eÜÔ?MlÚ¿îÁ¯µŸ»¸(þãag; ­e"(ñ:¢fùRO²lµÜ›d"‡,÷¹ûË×38Ž ¯&Úþ0—ã¸Çh½¯£š¶ðžIzîiæoýíÖkÊéû—ïi6i቎ã_háÞW³­‹WlÕôˆ›)/*§•/¼hY–•ÜΠÆÑÃÇOÌ{xDû;]µQÿnF—VËS¯,&¢ší§ÆÝ¾zêøá5¢UÔKª¦;,Úy3î¼2lô—TŸV ^¾ãŸøógÏ_øoËO1šM:wöŒòçôÉ]DäÒjîÃØŸLxDD‘Ó\ZÕ]W%Sßï7½{îìÙsLÖµ-Z›mbµùÄ¥ çþ;±)ÒÎDÿ¶hÆd C¬¾Û• œNØ5×*à‹RïMêšùÞl¥nT©§§Ö°¿»Å‚â™ ,Üúi.®~)x³{“Çø¶z‡Åë~8»Ïä4©â­5fß¹;,Çq—›|NhZK×î(ûÕìM®åÛ³¹)ëò|‡ ^<Þj»ÿ w7OÊqœ4/yö°õí§õ}Ýý¢µŸ#'åwpö¡ˆqÑ%àn¡ÜYŽ-(kÿ”m« åÞ$ñLfÎmÝù›#÷OüvfŸ/úvß\ÝÎ£é ¢ízžÚOïöq—nb“­›7–}@ÓcÕ²[ß|Ûö/…Éë _T³D“"ãõXõ ]f7wõÍ:u-^TÓ—­¼=þÛÖ; ÍäÒ컇ûj.Ë)ŠŒ”.%y¡¤ë×?i¹7©|éxªB¾–ï²êºréÍqßµÛX$$™‘cÝå+:—zoR×Ì÷î`+ËFé?=µž€Ÿ¬š7vÄðN+„2‘Ëâ5ŸhVUâRP–ötéÖ£øu ø¯?W=9µè»kõŽn 5æ…þÐñHßoîù®ÍÛiÌÅMs—ÍÍ2’„ÿy¾®ÝñZW³×½–sÏ&þï`Ýa«U:4´"}éÄO{HB™\زÿÒ‘Mª¿îÁ¯µŸy"çq¾…S¯Ð±º¶%z¾çŠïF|10fµ­[D¢eéŸ2nu91IIIùùùkV._²lEFzš®röî®]罸ð×®{%þÒ‡t)?yöÒ ~½d2R­Âýöû–ȆuÑê®ÄÇ•çd¯ð°<í1¨ÆòžÕ|Ü¡ÃN"þy<·ißñÍ–MMy¸fõêóËê>°/dð?À2œ¾EÇVøTá]Zž ª1»g8vW‰ïàˆ¿ôß¶³•ŸÕþ‰(wßâÒP±'{eœ€o\¡A5CÄ$T∇AHb4Y…/¦øês41 zwY‰}‹1‰˜Ä$lÄ$í•“7®_C½+R©PIp`~ŸT{Þë¦jíÔ¾%_‰a KKo_;ûꓟö€ËÇ;¤ëòP8ªª Â‚‚{ÉIׯ^­]W(¶²®°˜Ä•ðä> 6¶vAA74j¬¿$U‘‘‘™¹yvVf©%“Påðx<†)ÓÝ“ˆIÄ$b1 €˜¨º1ia)Vÿi<ïJe¯qΜ¹sæÌÕlCEmË[hpeìƒÚd€÷‚à­­iݺµÊ ±¿ke¯kÞüùD4iÒD͵WÔVTvƒËB.e"Þ;l6F“&ªY3åO}7ó¤-Ã,,ÅõGî%¢¥,,­^xND¬ìÙ£? ò¬aemï½pG‚rY…4uÞ—=ü]ÅÖö­5G9%¦5g0pÀ€ÅéRpgbß¶nNö¶NÑ}&Þ)«—ß2s Ku·Ú³ö>ÐÜ õzÊR>õÈ„ðÚÕm­Å¶Nu£ºÿu#KëpM³Áºº¢x¥Óûz8Ú6ûþšjÎöý¼œí]|"æï½ýãˆÎ®v.¾á §–½Ùei*b²²¸{x*Ú/¹îÙ}ù¢¶5nÿÖgÌ÷ŸM:þ¨Î—[ƆÙÑÖ¾-§¯ÛçÝΜÑ®gõkº65ˆ6÷Šž³áo^ý^ËW,éY½Œ#§uëÖjEmèÞaÙγÞýfÌà{n׊vÝ7ª?º Ågâ˜.™÷– Q–íÒ_^hêúÉ1 .øvì€ç—|3©Œ ÖÕJSâlfýøóð†/»bîCïÉã»ä<½9ûÓðõyu¿Ô=çÉ­ƒF”½Ùei*@UÃ$%%åçç¯Y¹|ɲéiºÊØ»ûÓ¾Þì{¢•#¤];w*ÿ¬æV¯¾{5EÑýv>ag³%n½nÅ-3ã1DäekýLƪ/[oöÙã_xÚZ?—±Ÿ¤y›JT›“UbZóÏsÜm¬Óåì´ ;JÛúð„¶Yi‰ª2qOÓ=ER +G"^Nv†ÖmQ_©þò‰[gõš¼úæ“Üý-ÌÉz®«‹Ô¬«+”%O¤>¯k.T_ö¿'iÞFK+g"ºð8ÍÏ”'¶´f_4©,ÍÖÕTͶ|rr²O=Ò¦}G]RS®Y½ºbîM>~”z3!!++“ˆ:w롵LTT3õ?ÒçÏ¥ "’f?L—±fF|"bˆˆhÚÆ¿ê™‹”ÅÌkº¨á4Â,Q!K"YJvœ§1ŸÈ„ˆˆØò—ï6üÇ»EŠq?¯oTÃbôÇ]ïÉÊúüEoW¨2RÅÇD ºÓìg*xѶìÍ~ݦîØúN30ÜQ È-žŽNÎå©§b2íù³+—ã‚‚j›˜šr—‘žnmc£Ylë¶mÊ ±Ë–þf3:ôL”ÍZ=hê+ÛüõÚÆD4¿m~»î¯Z¾krßfü‚ç—N¸õý^O‹™M‡MíüÙ¤É=ë¥^Ú7vÞz"jbit2[2í÷½Þ׿/±®šFüÅ‚ß6ùØxvjZâÑiö_~ÒûÛU™ÝDd>¥òö“ˆÇQQQîõã›ï)tÓl°®®xçMU‰Œjó –H$*’H.Æž …¶vöï2&¯]½R»ž±±‘©y5¡@À0ŒÖbª·OüÇòàäŸãÓO;òUÏú.'öÿý›¡[›¯èæÞiÝñ¹SÆü²cï¨Á[Úú‡~bMDÿy yÔè û7=ö«‹oݱDD´lùˆö_.[7þëÖý&]R_×ê±ûü´ç»‘CLm»kÆdï-{n ùçÚiSÈ,¢ãe«>«¼ýôçÒ]Ǭ\6uòGý¿kbyäT¶Dk1ÍëêŠwÞT­O† ‡ØÚ:<¢A|\\³æoþ´¾îMîܶ%2ª¥y5s¡Pˆ½‚aH mùó÷N]»k>ZÆ{“ðNWŽã8ŽØ%`88ŽAYþ©¤ö]¯µ¼¿ð®ˆIÄ$b1 €˜0Lø°#‰T"“HØò}Î ªŽãø<ž@(222ª¤Ï%"&Á€äççÅßy¶ï\bò£Lô”ŠÏcj:ˆÛ7ôjTÇ“c+åé5b …T*¹ý0c󱄘¡öv¶|>î@) ųç雎ÆV·µñs·“I¥ˆIø`I$’í'oukÝ ]„zÊÊÏF$ü¶/vÑèN•“x†‚eÙäG™VbKt¼±ØònjW)‰†˜CÁ0Œ‚åø|¾òOgggô ”ŸÏW°\%½…1 €˜¬LI‡×tmÑ8¢Q“ððúÚ~ú{|†¡µÐÂRüÆËΙ3Wë4bJ÷ìß¹ÍÇœž¸áïÏœ:þ¿‹=MÎû6pÞüùZ§õ“ÊX€˜Z2hùÐmKê;™*ÿ´ ˆúºsM"*|þÏÇQõÃ6¨ÕëäóBÕ¨îðâa-"#ƒüê·ïáþ…ÃZµhêç]gö”2HZ?ºY³¨Æ Ôo»ár†úRÑ-"}êÎÜû@9³àÉ‘Žá¡Mšõš¶[ëørûä^‘ÃÂ;~R «ò}·%¢†7jÒ\}šˆ¤¹W†ÆD5jÒ¤^Xë W^¶dë´>Í"›ôÞœ¬µUï| ¤¼~{”wÕÍBsþʘ~fcŸï외}@˘•÷ÎŽVÎßéþåÑ“Ùw׸†6ûlÝÁ¿ÇzgÞZéÓjÄäû;ÊRÀ9zÒ‰>vD”¸Õ·Í”Þw–+—ÚíýÍ¡£žÙw×yE˜Ö~­îò…݄û;{ÞÙ6`¯¶–ï«?ëälϤ[tYsïìWZ+o·i?YŠÏž9]¼ŒÚôo]º/8·¢ŽMîýíÞ-Æ÷N\£œ0dò‰™¾Dd1\K«T6jü²ZÄäL뻫–ÜʺÐÞˆ<:ÌËü<Œ¨8&tò'"K÷¾¬|ìü^Ddå3@’5Yµ þ¹Éûô]“œ¥ò™‚ç·‰Šcr^{"²ôè+É«œóÓ‹xvœG´]³…óÚ»‘{ûyYƒ"ˆ¾ÒS¹VsãÒ¾ŒÙ@DDæ¼—·cÄø¨­¢d«T‘€˜¬ú8™¯HΙà¥çÓ~¯¤¨!"bD¯N+ÊX W·ozï½Ò§¶+{.¶õ.¹ñÕ«ÒÚ=tU®•‚ãþ:vÒň_b¾µ€)[«Þ¸7Y^#W^ÑuäÅÇÅ·÷2nÿóãŽDô•¯xâûD”¼’Øç«ŠZ]ªDáQSLDqFê/9ÊWÃk¯SsÒS·Ô÷z­ Á½I@LV^m†loS2Mì›m>q±ÄÌœì,ýÓ¥ôc â™ë&é[ÊÔ¡åž Åsgfi6»Ëì?º¼:Gkåíèð¢€ú´°Zвÿ¼îª #ཀ]“ {؈I0tÇñyŒBQüžØÔÔTô ”…B¡à󎫔ˌ˜ƒyÊÆã¹;Yeee£+àµdee{8[³l¥|G&Þ†ÂÈȸK¤ßÿöŸ“Êåö¶6ªÿ¨ gù,-}ç‘ØQ=›ÈdÒÊXb …P(¬çï*™l>ïQ†‚åÐ' ŸÇ¸9YîQË˱°°1 2†aXŽ­çïäÆãñ*é?¬À‡„ã8–eå2Y%e$b ŽT"‘J$è0x b1 €˜@L &”¶ñ³°+ìÝ>~ƒ.Ïkbaiu¯HQá… jÂBÀ€ìJÌ1±‰¹tjñ–oPC®T#qS7c~…Œ&Þ%ŽÍß™Vh,néììììììXÝ\–{ÑÝÆ:bâ¹ì»[½m­;Ìú[½|?Çšu—”¨ä÷Ô|ó½XYÚ¸^Õ¨n+¶qnÜWו…Ñó€Ñ$¼ Óvå³\þÝ1Žã‰hnüþÕëý14 Íª~O·ÿdÉž©­ÔËÏ9}‘ob«>GQtÿT¶$¤S@Ö½‰+÷ÅŽûuï'Õ®Çkÿ.uUaô<`4 =DÔú¯gΜ>sæôgöfDÐÿ3VúøŠÜïø’ÏJ”wrrªn%RŸ“ÿl=GÔÞ¥šÓÈvõÜõkߨýçñÆnªc‚míìíì«_É—© £ç1 ï‡[îQ¤ƒ¥±‘‘±‘‘€!IVl׿ӛµ“å_™|î)qŠìÔÔÔ,9ÇÉ3SSSs¯|=ú³Ógˆ¨·“ÙÕ-7¾Yºíâé5óîþºø²ª@ØÏ»ÏŸÿ÷üù ÁfBUaô< &á=pñø"šØ¤ž@`pèNJ¤¾;'{õ¿°}ã7>â }'È8JÜØÓ? ðb®ôúÏý‚“‹äê5ÜÝô@`âa!Ú¿siçæau#?–úD}ÿ[¤ª€uM7OwWõÂèyÐ÷&ÁP ‰»?äÕ9›®¥('¦ÇÞ›NDDÞ}æ(ß‘3úDÎè’5´ÚADDSvþ3¥´Õ© `4 €˜@L &“ˆI€·Œã¸w“ Ãcg€a y<¹\Î0Ì;ŽI±•µD*…åk @Åe$Ÿ/‰ž>y,¶².O=ðõµ‚‚.ü{®~X¸ƒ£“@€ï+€wŒã8…\žúðþÅÿbëÕ{Ç1ikgRûj|Ü©ÇËÿ*0@ù1 #‹CBêØÚÙ¿ã˜$"G'gG'gìøÀஈIÄ$b1 €˜@L &“ˆIÄ$ &“ïILZXŠ-,ÅV6N®¾Í:öûýtjyêÑœ?gÎÜ9sæT·êjªA1À~04oï¿(¯ûeeú½¸e V mðÙñk£ëØVTÍóæÏ'¢I“&N·®[·Vë|¹”ˆ eo€ýPG“Jݺvü͜ûW´¸ï2åLVöì‡ÑŸyÖ°²¶÷^¸#A9?ní„б¥•} φu.QU⎩¶b±GËѤ¬jЦ>€“ܙط­›“½­“GtŸ‰w äêe¶LûÔµºwx—i…šíÔÕ¤âegôq©îàV{ÖÞDôW KñêGyD”}o±…¥8°ç>"0`à€_Ypz_GÛfß_+½y¯®B5ûŒ~^Îö.>ó÷ÞþqDgW;ßð…‡Sß ÙÊùïÑÀàÃI%»zˆ(7eòÏ­}[N_·Ï)ºÿœ93¢]Îê×tmju¿:9×û§U«¿Ÿ9¦‘‡‘z w÷ÎjØÿg›ÆÃb,vñTã¶uëÖª¦7tï°lçYï~3fð=·kE»îÕkX%k8áóúOoëßef u5IiAŠÏÄ1] 2ï->‚ˆZ.ìID«æ]%¢‹ßn ¢ókÝð)q6³~üyxÃê¥6¯Ä*Tæ>ôž<¾KÎÓ›³? _ŸW÷ÛIÝsžÜZ0hÄ4[}¼«ÞoP“”””ŸŸ¿fåò%ËVd¤§é*w`ïîOûÈÍÉ~ƒu(+9ÙYDÄÊž‹m½¾evÆ}"ò²µ~&cÕ ×›}öø—ƒ]¶<´jííå×¼K¿–VªzLyŒ‘ÿ+§æXòÍú•Üm¬Óåì´ ;JÛúð„¶Yi‰ª’wžgØ1ÊùvYiwJ´VW“”ËÆ=M÷I-¬‰x9ÙÄÉÛº:ŸW>y°·¡sÍûÆ=½÷'ój“”Ó'RŸ×5–¥y%WñbþOÒ¼$–VÎDtáqšŸ)Oli;(ózÍÖÑoUGNNö‰£Gڴ飼@jÊÃ5«WW̽ÉÇRo&$deeQçn=ô”|zn6UsîWœÒDD4mã_õÌEÊ9æ5]ˆhå…3m¶ì¿rûÎ?¿Ì[µrwzêqU ¢‹··ï¼6¶oˆõ›>7 "ŽHõ[ãAmMRò4æ™KDÄæöi²àҘݣoÊëMžÊèX§*#KUr/ø˜T÷’ýL/fߤÙe°cë_8‹à=2ŒØRìàèä\žz* &Óž?»r9.(¨¶‰©)ÇqééÖ66šÅ¶nÛ’~ïÒ’ùˆ1úú×â—þæ·­Ño×ýUËwMîÛŒ_ðüÒÉw¢¾ßëiÑã«¥5ª]«NýÇû·Æ¥>Q¯g×™_›Öï=ªUTµ3ÿtñ²$¢šFüÅ‚ß6ùØxvjJDÓ"ì¿:ý¤÷·«:3»‰È>|Šz ½¿]Õ…·‡ˆ¬üGi¶SW“tm¾ßðïx b~ø1¢…ý¼ÊÒcú›÷f^·ÙZûM]dT œfðþ‰DEÉÅØóB¡ÐÖÎþ]Æäµ«WCj×36625¯&Fû€jÀÀÁf–6^¡mƛۧ^ñÛ\;­;>wʘ_vì5øcK[ßàÐOC¬‰Hô$vÑ´ Ïs¤V.¾Ã¯Q¯Çܥ͑#?„6ûêó¦­Í/iåb¶zlç>?íùnäSÛîÊË}ï-{n ùçÚiSÈ,¢ãe«>S¯a¨àôW+.ØûF®Ú6@³ºš¤‹‘8r²xÖí,›à™õ«‰ÊÒcú›÷f^·ÙD¤Ùoê´>×xˆ­­Ã#ÄÇÅ5kþæÏû+àÞäÎm["£ZšW3 …Þe¸Pu0 „¢-þÞ©kwÍGËxo²ÞéÊqDZ» Ç‘@ à8®<•TX¶éz­Õ ` ¯ßé €˜@L &“ˆIÄ;‚a‘+ä¬\Á¡#  8Žã1 Çç ø•ô¹DÄ$©Lšrÿá•«ñ™™è (dz°° ¬åæîfdd„˜„™B¡xöäYìš5oîææÁçóÑ' ŸL&»/ùä‰ãBßÕݽ2®ˆI0r¹<îâÍ[´t÷ðDo@Y…B/o@pöÔ©êŽffæ?`E/ƒà8.#3£¦«º^‹³K̬L™L^•c4 †‚a–eù|~9¿§ÞSçÎüѰɼG °,˱le´ £Iø@žj#& ÊÉÈÈÈÈÈxWkÇ‹®`X8ŽÃ‹®Uü"P"#£££‰èСCÖÖÖo¿=ï~4ia)nبqÆ j‡·ýßÅ´ ©³a£ÆÕ¶r–Ÿ3gî»êØŠê„ò{‡ïû82:::333333::úŒ) âE׳gNŸ={îèÊè ÝFWT…²çÍŸÿ{µÄ©Œ­jï/e4†„„ܼyóæÍ›!!!ÊȬŠ1©dòyaæaÍa™jÚÂR|xñ°è‘>ugî} ¦žGóÿÝ!,0¬IóÞÓwkŽÿ žéÚ¤Y¯i»_Lî•¡1Qš4©ÖzÕâ§3'æ¬×¨IãÖN¼òŠ"waß°ÎÓ¶îù¸­rTרIs"*|þÏÇQõÃ6¨ÕëäóBU ·OîÙ8< ¼Óá'%ƒMÛz57êòì& ¦^z±uÿsðV¢¶NëÓ,²IïÍɺڠ«c[DFùÕÿnßÃý ‡µjÑÔÏ»Îì)¯Õ¶}¯vBY^o€ª©ÄE@$õêÕkÕªU|>ŸÏç¯ZµªW¯^"‘Hϲ•Á€îM&mîØC™ÝÞß:ê™}wWÔˆiíw险g‘U;N=¶§ƒ{ÒÎÏwi¬bu—/ì&ÞÝÙóζ{_Ìü­K·àçVԱɽ¿Ý»ÅøÞ‰kˆ¨ÏüGRŸû˜ _ä )¤©:·Êi»rÇð&DÝÈR¬Õ­Œég6öðùΞ‰Û´ŒYyïlñÐy_ýY'g{&íآ˚{g¿RoŒÖõjn”ï°©I!ÓØY{yDñ³—Oü½ÄF ™|b¦/ýÐð#­mÐÚ‡;Ý¿W¾Ìñˆ86_½¤Où±>‘BÿLý–íÃ5/K)8î¯c']Œ^ù¶ÀÙǯÅ=p`÷Ò:‹ÿ~û½rfÛæs÷þ]Ø-ЄW¦šõÓº^­ÕoFhÇ©>Ÿpìa õÌ…%_Ð0úÛ ¯cѫӊ×mÛk‘Ëår¹ g&@•%‘)' Ö®];|øpGD,Ë.[¶làÀ¦¦¦o³=†so’×zâÖZ·¾ŸŸND‘b£ É9Dtwÿ¤ _Ó—^–S?$¢{§j>:ÊW<éÀ}"JÞ;Q5sbm»¯~+¾ù—ô_"'IHgÂ>ê2yþâœä—w1{ÌÝ?¹ÆÑ½°ÙxO¤ÅoœùÊW|ø¦M›‹ŠŠªî½I†o¾ô—®}çN¿¼èçe#bZ7^ëìàý Ño»¢!Û—÷ˆi6·ºWÓ! ÿ@‰G?ß¾ºgÇva «{G&ÚZüRêÎmWû ¯½NaÌIkDLÝRß‹c‹&õh÷LJ²ü¢~³6©×Ðmö^þ´ŽŸÈÏþ1aIÿȨˆ†Öf¦gN¼s]¿ÝÂ牤"·õ»‡¨Ê·9?9rAÒSiõ5»,ÑÍõêÚ(¾±Û¼ ‚¡ÿÑÆŽz¶]WÞ@ÙÛ¦Þ ê¯´k}ÝŸ›¨âTW±X¼k×®˜˜˜ààŽãlllvíÚ%‹ßò%‚IJJÊÏÏ_³rù’e+2Òu~lñÀÞÝŸö›“­ùÐŽ­EFµ°¶±y_ö+Ï$(åø”ˆ¯x)Wf¾ÃÆXXŠs²³pb‘D"ùcã†Ï‡ •I¥è €*èê•øˆ†MòórÕgfffÆÄt"¢]»vZYYéZö×uk;wé*Ö(`bjúÇú_;wÓòþМœìG´ißQW©)׬^]¿…§àù_uÛȰE¹äðÓŽ84 ì‰$±MTa%®–bñŽ;”ïäâPcÒÜqð¹3ƒ ¤1Jj JÄ$@Õ¾”˜#‹µÎGLB•{æLxD[>ÿ3JG²ééi±çÿ­W?ÔØÈ1 2>çèäR;>îbvV6‹7ò@ix<ž••UpHˆ­­±‰ b>h cddäåííR£†\.çX–aô èÁqÃã‰D"ÓÊÉHÄ$@`nnŽ~C°¢ “ˆIÄ$b1 €˜x›ÊÿE¯“ Ãcg€a y<¹\^Î/*©€˜[YK¤Pˆ¯LCÉH>_(=}òXle]žz*à[xj]ø÷\ý°pG'_ëïÇq ¹<õáý‹ÿÅÖ«öŽcÒÖÎ>8¤öÕø¸S'Žãê€!`F,‡„Ô±µ³Ç1IDŽNÎŽNÎØ+ðÁ;]“ˆIÄ$b1 €˜@L &“ˆI@L &“ˆIÄ$b1 €˜@L &1 €˜@L &“ˆIÄ$b1 €˜Ä$b1 €˜@L &“ˆIÄ$b1 ˆIÄ$b1 €˜@L &“ˆIÄ$ &“ˆIÄ$b1 €˜@L &“€˜@L &“ˆIÄ$b1 €˜@L &1 €˜@L &“ˆIÄ$b1 €˜Ä$b1 €˜@L &“ˆIÄ$b“ˆIÄ$b1 €˜@L &“ˆIÄ$ &“ˆIÄ$b1 €˜@L &“€˜@L &“ˆIÄ$b1 €˜@Lb1 €˜@L &“ˆIÄ$b1 €˜Ä$b1 €˜@L &“ˆIÄ$b“ˆIÄ$b1 €˜@L &“ˆI@L@ÕÄq\Ç$Ã0…èYø( "†a˜ ‹IK±øÁý{………,Ë¢àýGÊäò¢‚¢ÂK±U©åe¬×? 0þÒ%ÿÀÀje‰_ÃÄååç]¿r%¤NÝ ‹I±•u`PÐÛ·s²³Êþ’.€ÁÅ$ÃXXŠk‰­¬+,&‰Èξº}uô/Tx§+@¹G“7®¡³àãP«bb2¢aô&|`²³2+&&K­àÃ{“ˆIÄ$b1 €˜0LtT¬B!W(¨ |%5Çq Çã1|¾@Ϫ@‡ &ŠI¥ÒÔ””ëׯfef}ðËãñ,ªYøùû×tu¡CÊÒ!ˆI¨ÒãÈçÏŸÅ]ºØ,*ÊÕÝS øÀ¯{2©ô^rÒ?ÿœä ø®®n<>¢¿C“P¥Éò+qñÍZ´ôôôª Û+‰¼}ýùá¹Ó§ªW713G‡èïR£8…àÃÆ±\fV¦««[•Úê5jfegÉd2tH©‚˜€*a–e?ø—5‡P,˲ÚÞ¡ƒy-xѪ̰² ¼«S3Ñ!eïÄ$@éQz-áʳçO´>êPÝ1À/è .µUЦ#W~Ú|VβÄqGqDî3gH«÷kC“/3òú+ eTkÍ(ä8îúk×o\ ôFRê'W°‹ÿ<ýÝà–fÆF Ž‘³Är”S Ÿ³v?bàýÍÈ«|¾ À/0??O./ù^@àW+áÖµë7®úcL©Å”tO'kQ¾œkif|2þ”e$r’(˜µk½†˜€ª’‚znÅq—póeF&­Z}mì¸W¾¡†ajÍŸç1dH€o­7¯^K¸ü¾)õwÈ8vñî´5‡O¯\\-DZÉX’Ê9™‚dr*’Êx óÞÝEL”K¸yÏç+3òîš_îΘÙÌÝ]Äã)äråO¾Dr}ÆLŽã<‡õ÷ º~ãê•kqÁµê`LIDG+¶Ÿ?xþv‘T¡œ£ŒC–#9K –ä,£`)+;÷}Ü:| ªº7¯ñù¼¿ZùùywY›8ýÛúÖÖ"†a Že•£.#>ßÏOœ13iÅò¼¼œ@ÿZDÌŸ Z+L<¸¼}£ºµëÖ ¨×¼ëo—Ò+e”cŸè((’üaï·Ÿ|Ý»¥Úà›8"–c,I”›_ÄIsÝlµÖ»~F£àZuëÖ nøíúXÍ ÌO=ÒÄÁvâ–›MTâQ×Ë}Ož=nÕ:??/yݺĩÓjW«& RÈåDZJDZ¬a¼ˆî|;S¡`݇|\+dûÎ-õê„•¨íéÙ FÞØwìT¨³)=»vä×9\ëJÚ¨Êè²Ky–=â‡}¾îÎ1-üŒ„|"ª?`¹**Gÿ°›ˆø|æ£Pï ½›§eçi¶ùáÁ‘mæåœ>wÑ×B$˽õEDãöqK¢]TÌ»¿¿EØ€6kÎÛÑã¼`‹˜ †!¹\veÔס¶¶B†QÈåÅA¢ŒI…‚eYŽe…ç.—ßœ<űoïjæRm_éò}ïŸF¸«ÌH"²¯Õr\-"¢;ë†õ^}I!-ÊSXûukÿ:6D$ ÷Îê;wÏÕ‡rz-=8+Æ•ˆä7¾îýÅ߉ùf|Ö½ýÿ¶Î¬#ÍÖmh|†¼HböÍúíýkÛB§]HH™¸òptãÚžŽwç…¸Y.›ÐCÀ#ŸñÉHÈ7ðLŒ„æ¦F CéÙ «ùõâÁF½çk!""a5ßvro¹xɽ”æÜÙѬÁðÿ¸0®UÍwµ™ˆI€oÖá8Ç)ärå§Ð•ã-UL* 8Ž8N®P(XVë7Ÿ­MÍKô°Ôœ_£í·ÿ°'¢ìÛ›j6×?e­rþßñ'&xg'®vnðŬ˜CD´®]ô­ö¿ÝÜED)D´®m‡ã©g›{ï/—F£û§®ç=¶ñÐå /÷hÛØÜÔ$ñQžH@ ²EFÈ#¡€ŒŒÏñI( šÕ­|æÎÃçÎvbF㮞æÿ¿½»­ª¼ãþ¼sî½½ØÒ–Rla€e¡@¥@Á0TÀ16^ÔÜ¢ æ œÌ@X¦€ ¦cS'[2da`¦Û² E^:^4Œmœ‚àm-íhË9ÏÛþ8í¥ô¢dÐÞï'M{î¹÷9·ç—æ~ó;/}Nõ»-ñ0µï¢ÚOòiˆÉ¢ÍyóÃåsnâž"&ˆµÖKÑZc s앜¼ª§$„h­ŒÖ2ÚêM[ª9õÛ¹s7Ÿº¨Në.œ ¤!&×}5’š÷ˆqI¸æ¹¿üçÈ¿.§çÆ!kÞ-ïõÍI[!„tc•7½\+7ÿùƒó5ÅÓî½ä›3åõ1—RÆ(£„„§$­6„Q«(ašXb­¥‚3_ªhäúBgÁ´¼®ÿÉÓãW§°›v©b’‚ÖJ)ÕvLm!D+Õpñ*¥9Ù¤¡ÔÚCQZ+­)ƒÀo¶©¯ßßpâÂÊiÍÖÏœú­ùxÿááÙF–wKë—è¨DØêÄJø¹2ß“²v{é¾\¯aMâe-ßýF¤}—I,1„Hmm„f6ÐÕµŠ+˜:4âЈÃÂk,a$â9ŸTþ·ovZ³ßù¡¬”Mÿ,_ÞØWÿkcJVqâ5 _;P[\8|º8ú«ïDoÒ%§¸Ò’¤_L¤^sJ)cŒVš¢”RáM R&îÑJ­¦©VJJÙrkK^}ü¥¯->úqmø°òDéúg¬µç|Ý/7ÕZûÞ–E¤É4‰‰åUEY ^Þ.z¾ÎZûLAů ×|xøƒ–c[õ™ rMÏ/˜ð@aïmo•:DõɈ]ª×ç*/WתËQš4~Y¥­ÖVã–šÝú§¿Þ7²³M-Ý8gÃŒ§OÖÖÚ æäS37ÎÝ´ôÊ÷É_–Í‘[ŠæoðýœÐM´› m|P4Æ(­¥õRzŒ]5&< Ûø9B(ÕZI¥d [n3kìªÝ/l^>wüÇ>'Ú¿°ÉZ»íùùsGf䤘´‚ß'6ÝB¸<ÇÛÿÆÂü_ÔÅÒ÷Ë?ÝúìÐG~³óø¼EÃ^Už úŒùÞö¼–co`A:âáÉùr»¯ýù¾ñc åf;]5qXOÁ‰`ÔáD0*8ŒpFê.«Óÿ®Ú¶ëoñ¨;}Ü foš;ùÅÖ)+f®ªª2Æ0Æç"ÌÆð›ãh¥<Ïãœ#&nÅî©ýæIJ9dp~Ù¡{÷•Ž)ëycŒ±Æk­ÑZ+¥vïÚíyÞ=ãî‘R:ŽÓµ Ò>jüI)eŒõÍŽk­-ã”Î9cìÊÓ„†k0‘À­ íc¬­­­«««¯¯ï“Û÷ø?Ž¿ñÆVmŒÕFÛ†¬ÔF[c{õÌ5bÔÅ‹}ßÅb)))]µ ‰IÏó\×müEºáöS­­µœó†ã­œ‡éníŒÇ¨“1Ùîm‚±XÌu]Ïó\×+YH)ƒ@)m¬!„0Ê„àŽëºŽãy‘X,F…¶3tµäÆLËF Âó¼ö{×NZ(Ä$$QN¶ó<ç<Çãñwc¶k“ùh-cìÒ¥ΓèO+ÕÖ‰@1 pe455µ¼¢²gVVòìuå§•Ý»§3ÊPk1 I3‘?t衃F.ÊÌìÁïÚû«•®¨(?räðð‚·µó…(bà ÆYvv¯!ùùÇŽ½WS]“˜å£Ëî/ciiiC† ÎLψD£(È5 ‚˜€¤F)u=¯ÿwäææ*)µ”Ò.¼¿ÖZƨãz‘HéHA“DGu@A®»E “ˆIÄ$b1 €˜@Lt•˜l˜VZí&“­Çd…h%&)¥ˆI€6»IÎ9 Ð’àœ'bòü¹P€«bRAY²h!ÊЭ¨¨‚ ß÷}ß—•RJ)cŒ1ÆZ‹2@×ODJÃËZ…B×u]×BÛˆRÊ9wG)¥µ31 I“aR†ÇY…Žãüˆ™ÿ˜ endstream endobj 686 0 obj << /D [684 0 R /XYZ 56.693 815.761 null] >> endobj 191 0 obj << /D [684 0 R /XYZ 56.693 759.068 null] >> endobj 687 0 obj << /D [684 0 R /XYZ 56.693 739.087 null] >> endobj 392 0 obj << /D [684 0 R /XYZ 56.693 375.336 null] >> endobj 688 0 obj << /D [684 0 R /XYZ 56.693 355.466 null] >> endobj 683 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im33 675 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 692 0 obj << /Length 334 /Filter /FlateDecode >> stream xÚ•QËNÃ0¼û+öFrðvý¶¹HUéôµ¡ªš6Ð4â÷q¨©\¼öÚ;3ž!XÁ=»ÎØèÎ VZÈÞÀJ´¼P¨dK˜%ÏysX—Mͯ‡uµ«S. %7Õî•H®š}Þvûf–zJªªLçÙcÄçB`0¦‡y©‹ýEjL2<å»&ï^F|T`U«@;‰N(àƒ4(‡œOF}Ѻc·û`"0mPà‚@K[6›,ã]”‚:xøì^nÁB©lÜ—0eFƒçÖ#£'$+Akkh¿Õ´k×ÐV¡éŽJøc{ô°UÆU$Ÿü Ï|þƒ ËËÉyIgQFµ(´îíõæP½÷F×EYtÉužYNbç"  ¸ è•êa¦åz“÷ Ò]¦\ :ú´þ“¦ã—þ›Ò]I›æ endstream endobj 691 0 obj << /Type /Page /Contents 692 0 R /Resources 690 0 R /MediaBox [0 0 595.276 841.89] /Parent 674 0 R >> endobj 676 0 obj << /Type /XObject /Subtype /Image /Width 618 /Height 424 /BitsPerComponent 8 /ColorSpace /DeviceRGB /SMask 695 0 R /Length 25357 /Filter /FlateDecode >> stream xÚìXG‡QcA°Æ‚ôª‚Ý5&FÅ»&~ÆÄ^b¯Øb7vcG$*EÀ.6ì"pôÞ›½H/~ÿ»…õ¼æ!”ßïyŸdnnvnvoo^fo…ׯy)ç§ŒŸÒÒÒ’’’ââ⢢¢B~ òA¤„”Ǹ$H*$!’?2®|]V¬7cæåå½zõ*''';;; AAjAHy$>ÒI1© CY ª“ñ&™—‘&u’‘‘‘–––’’Âår“Aä«ÉŽ”Gâ#ý‘’‡ ”Q'³ädÖ›Ô833“¶¥N’’’âããccccbb¢£££Aä+ iŽdGÊ#ñ‘þH‚¤B"i‘Y‡2‹PF ìª“êɰ¤ZjLþMHH N"##ƒƒüAä+ iŽdGÊ#ñ‘þH‚¤B"i‘äHŠdʬ@…Ô™ššJÂ%óFDD ž¶¨…LI£¤B"i‘ä($PZ„Òš”Qgbb"-]‡ü¹kÔÚ+W=Ó€ZITH %-’’.IšÌ×ùùù999´2%½2êd¶=~'ž8r%`õ¢ù †èÏû¡ó¬þßþѧåÂQ=·¼À< |z¶] Ýl,jP­ÝS ¢OHHÉ‘I¢$]’4™›li)š™™™œœLëSFGoŇ®¯þ믙=U¬æôŒ<>>Éfvªã¢ §Åþ'f¬ÖiÖÀŽû.<ã5»qäF³ ð±ùÛ.dÉI/–¨5«æVäSF ´%E’(I—$Mæßu2 Ï„„„ˆˆæ‚íçXbzw•3 ¿Kwú«üæ‚èýŒ+½ùW’Ýâò§{Ê}ÿ{qrþ¯]šNšù—ißþ“ç­e6>*d·ÅÇ=Ij»/EHºîJOQjF«³Ù“´øüùsR$‰’Y~2ÿD%++‹ËåÆÄÄ ž¶ÎÒ%ñІݕsœ×—ß^^~kIéU~–‹}öŒˆÙÞõú̶åŽÓrÝ,½m6ÍèÓòŒõ©ŸFŒ\±ÿ»!,#VØ÷ú>|ïÞ~BˆöÿA:dŸÃS¦·É‡«9ªtH‰‘+í'o½»Ñ1ò=:YwÀyÌ*^'ë.Eá,_ëÏã¶] e? ba\I…¶"Í1 ¨ÀÂÖmE¬µö'9zyy“(I—Ì·Ÿ´ÍÈÈHJJŠŒŒdìyðz4Ãì¸×7•¿8Zî¶ÿõ‹£Üã#oÍPMÛ¡{rXƒÔ:·þP/ñ8fµá׃{6ü4bÔÂmÖì†0ÐÙÈü>«øç÷ÇïñbRá=z[tøñ…;þ„úgÎüêt.ÈÞ‹O'ìðcz‹¼w{Òá€÷ÕÇ;¤”Ò’â舘õ[¯npŒj¶ÿj””NÖpÞþ$1·¸Œ:Ù¾ñâZ§HY^ZzŸ|26œ$Á1Ê‹MÉ =E¢¤fÔXÒVT8y7ž¬ÚŠ÷yáÛÓÝÝ–Ÿ$JÒ%I“Ô™››Ë\¶ cì¹ÿZÃÒ?§ßÛ9ñuø­×ANåWgeîÒ{4«¥Ç¶ö㛹/hãô¿¶ñ§&øÚYL9pæêìV°°S}iiáâµµBÏî<û`’…Ó¨•¶#VÚOØì¼Ú6ŒÝŠi Zt%Õ¬¶|±û¼+A¡Î%u²åă‰ëèá¨Õ“·Ü;ìµ;7úåRWÅeåEyI#VßØÇ¯ßw%xñ?·Æ­±±ÂnüÆë²ŒŠî½4o×õ±«ìF®r˜¶óÁ¶+‘‚£ZuèÎ/«íF¯¹´À*X–²/·ëܳ“÷_RáUZÈèõÞtxà6½ÖÔ£þ{¯Dî»ú×ÞÛã×^¹Ân܆ë‹-ØNòËx¿jìˆëÊS;¥¶”½O±»#ö IêD–w€M6A²Û“KÙŠ9o¥lÅ›øö|òä ‡Ã!Q2oI999©©©qqq´&eìI†­§îÍê­šïv¼üúܼ}n‹Úïø±ño† ß}c=¥Ýù¹ÝíÃ}f9wÆ/#§ÎÞvÁ›ÝvªO).‹yâ"(šíV÷çZ…Ťæ–”•–”ÄÇ&îùçê*›PIËIÁ5—ôRÊ›ŽßÿË)$6³°´¼¼0¿ *:‰¦hç‡*ÿs)ì—•/‹ËŠ R¶½¢ ­¶;,² ýçRÐﮞž˜’Çû§^Ü—)ã7^{ç¨ö\ œ¾áæ%_nvaiqaa€oÈœ 7ÿ¾Á¶Ù}/&½ ´àUŽíÙkó-ƒ$Pô_f3bÅEÞ/Û,+%1½éÐ%6«¨,òÎíɇ¼gn¸båÿ2—7à”ä”ÿÎ9ÿИéá?—B¤·”½O¡Ý{Ð$½Ü;÷†-ü;yXŠ^³ô 5Úêˆs¬XíR%=%´ÁØóáÇžžž$JÒ%I“ù ðÌ—žŒ=÷\Ž`Y¾xÉÊZæ\üÃþ¬MÏ-øîÁÎßvO꺸gý£Û]9>êÑ™3Gwþ>gvÿŸ~Ü‚T—ÞÏ(-ÉŸ³æV¶Y?[vÖÇêÊ‹CŽžV·ƒsKËó³#G­½+I|+NyÐj®bŠæ¯ì¨¦ªö»Ò6³¤¬8?åëGïÞI³w9o¿»3yw’|ŒÛáµ|›ã~¾L¹Á¡û/¸]p_¸ïö;GµôoÇÃyT|èuò!— i¿üíÆ¶‰õô;|#Š Ey/G­¾!v„b)vÞ Þåå¢üäQkn°õiaaûmÜÙ¸ÍÚâ¸ÇŸ·‚ð:yÅûfp^yyÙ‘­u3 xÅ'±-eïSÒîˆ?h^nôŠwì; [íC„ìyèF4‹=©±ÐV‚ÍÕÉÔ mE0ötqqñðð Q2_}2<%999::: €±'m+Èâ9³ftk¼´wƒK+z¼aø‘IÆG&™NÕ—ÿoœêü©CÃ_\{tÏÉË÷ùw?ý,´!ì¤JÓ{FIY¤ËV+ÇÌ9›Uüæoý¼½†â‰o¹ÍÛ^|kYºä¸»PIJ@'ÿ[gÿ £¸¬´ð¹OÔ¥{¾ö^Zq6Pp-Få….Ž+ ²íá›3·ßH..+)Ξ°Êq n§úÙ«íæýë:ïŸ[Bû(vTcVÚf•ò¶š¶âÂÈ•Nü/+ F¬|s{Ö;zÈÿ{ e’F(öV^/°;{mö‰7«¿%ëìæüëú×éqÀ‚ ½zsÒ!ÁRŸ’ZÊÞ§¤Ýa~:h’:½ÚNú¾À°/8A{ }Fí¹]d+ÁfB×l·"{Þ½{×ÝÝDIº$i2… QQQþþþŒ=ÿ¶ bÝÁ«S ëúŸ^xsQ½ÓzÍ0m¾¤{ÃM£t6¯šäûèð±Cc&Oðó0Ñ A-‡TÍWØ®~’UZüŠ´Ç­´MäßµbcÿtÝñûL™/>›Rþ_ÿùe…ͨUWØö‚½‘—÷z«FØžâ;Ù|Áoìºk;/z_|šWZ\6rÕ•å'_¬?þ€aÙñgcÖ\Ï++šÛoº4rEÅœ?gµíÜ#®sw; í£ØQ±öüu¥ÍÈ•—*ì¹â¢¤‘‹¡ØCºþăµGḭ̂¸8ó_ŽÐ‹2-I÷éü[[=¤#¼þøýuÇ,?üd•À LcI-eïSÒîŒwÐ$u²ò Gú¾À°Ó1LÈž[lƒY„ìI…¶bÛˆ^¹ÝÂÿm ‚[Œ=ïÜ¹ãææF¢$]2öÌÌÌ|ùòedd¤ŸŸcOÁa°LíÖìÁ¾™ÏÿwyÓ”‹&ý>aèúåsÝ»äè9x¸ùo+lº(vCP›˜HmÆ®»•SZÎΫVÙÅñ¦PÇËî§îÇ3/ꧬ¶óÉ/¥òUû'G§±í©·_VÚ&ó%{î¢ÛNë'KŽyJš´%u2uû]ŽOøIÇç»/¸»¤•–äXé@=/?áÁ°îèõ?Î%ñnv÷úÛêÉßgï² §‡1î#WÛ﮸¹ÏÆõüÓrÁ;Gµ`³Ãáˆ|æÊ퉊+·/Æn~*iä’F(îÚ.?åµþ\ h=S³x›ÓN_ÞÒôÈÈC¶®¼oúrý¯ºL9ì#ÔXRKÙû”´; ÿv=h’:½ñ–ô}€a÷¥pÙ¿÷¤Æb·’~×»!hO%é’¤™É=7Ù‰2lPŸmsGøÞ8æsõÈ‹+G8÷mü½øsü‚¼ÿ˜?ïÇÑ,ÎùŠÝÔfÞºª¹Ýqýólöáê]fH|URZ\øüñs_¾ì¨~ÍQ—™Vþ/_•æ?{äñ憛 åûn­º“QÀkY=jÍ-I“¶¤N¦m¾âžž™_R^^–‘édï<ó°—à€ÿXkï^D-·:L?äºø_·±+íi]\VZôÇjû)ë¯Ùz$¥å•ÐcîË”_,®¾sTÎs¦ZܸäËÍ)*-.* ô ™cq}õù@I#çߺ JjýÆ þ3,.z“UD+ñ‚ü‚°ðøãGoÏ?í'ÔXRKÙû”´;Ïûüj!|Ð$u2aÃeéûÃ?—#d¿ç–KÚŠ ëÏ¢ÿb…ÝŠ`ìyûömWWWéöÜx!Pˆ™¬&þú«“Íѽ›ÛXîõ{q×ßוÔyÁÁÆêÂYo·AÃͧ-ûGtC˜é”)/Ùá$øpõ‘{ãVÛ\i?u×ÓÉ«íÞÔuá×_üu×ÁöIJ½Îcù-G­qíÿ­Î%tBz³Š×Ãèµ—fò0 ”žcå_Qs>`ÜJjo¿ú\À†sœ?w\»š×à‹+2ŽjÃ9ïß·^½²â—¬: }äï¡Ð1‘VÞoî.çqk.2ÿdâæóNùŠo,¡¥ì}JÚñMB'ïÜwˆ}W#eÿm ÔXh«5gý˜T`ak„¶"d·§Å¹!þÜr~èè1SÿýGó‘C† ܼm©sÛžƒÍG9zà0óÁ#ƈn|pv8†ÿs…§Â™{Ÿ,;Í =Å[B^‰¤ÆÕÙŠÝžëÿóåw‹3“—î¥ÂÔe{Çÿú+Ù“þKeª™±îÄüÝWÄn|ph ÉüNZ)PjVý­d·çZk?),;ö컟~f ²ôÆÀÇ€Vˆ‡oÆJáÞ/:ø [ÉjÏ5g}@ÈbÏsgKÿ¨mßiOÞ?ÂJKáçã {°'{°'{°'ì Àž_7w]ýæl³¶ð8ø ˜/>AÇ“Ž*N-ìùµòÌ3xòZëŽû§ñŽ®‰ úБ<èè3qõÙÛžãÀž_%s·Ùï¶çœ½gå > tTçlµÃ ø¨ö ô¿êäpÎê4ødœ?kyõ’Ãè¿N¼yøF4ø°ÐQ¥c‹³Zðd£y ù¤×¨ñÔ´ƒS{_ý½þìö  q´³‰ŽŠÈÍÍÉË{> t´é˜]r|Í¡««\:¶8«O6G» mÎÕ„cR£ÆSÓNí|µ÷Ú†äõyíI?±ø%%ƃOÏ„åÇË:¶8Á¡ù%;Œç‹88µgðÕÙkZ~^{Ò*8>.&1!|z¦®<^ZZZ‚|„бŠ&}ÌéÃŽñ|§ö ¾š{ýyíyÎêtB|,ø,L_}¼¤¸¸¸¨|pèØâ¢¦}ØkÔx¾è™°vNã´×ŸÝžñ±Ñà³0s݉ÒgQ!øàбŠ&DMû°×¨ñ|Ñ3aíœÆk‚=ãb¢Àga¶Å‰¢¢¢ÂÂ!äää )ztûy'Ú@:k×®aËÔMU7KÅø1í;ûƒôùQ‡MÇ'˜5íÃ^£ÆóEÏ„µs¯ öŒ‰ŽŸ…›xö, ©Š)Ä?ÛÚ@eTAÃnþó1úü¨/AÇ'˜5íÃ^£ÆóEÏ„µs¯ öŒŽŠ…¦2жf{M³m—ž‹m#…… °eꦪ›@Oë×FC˸njÏ8Iüµå¹3?/O:øL!/7UNþ¡JÁ2.oœÚṲ̂ºÆ Û`ª±Ú‡·N4002ê&Ú²{“ö­4WÙ…\´˜ÒË̸µZ§ÕC™YÉ®Ót522ÔÒéuÔ-NÒXRBÏ©73vOÉ¢òññú¬½+©“œT¯YÃ{tÒ5 Õ´ù W±û"iØéÑ7†uÓÔ3ÐÓì6ìftš¤½…Ž­Ø³ZìC¡ú7翎fí;/{|'!öÃ.ºïÁ©@ÆñèTÆØlê猇Ý&Soµut´:u³ÖYÒ¶ûVÿ½¿§»éŽ;Lùòî&štx;k/Øí$ù-¨ÚÉ/ŠØ™ÿ«š`Ϩˆ0Qh™‚çååß(ÿ(¶ØÍ?!Á!bë(Èû„†V§‡Çòm' Éž¯„ໃW¸´ qëéB•‚e*üï‚^úí¯¯ô½ô–¿õà·Ü« ¨:ý¼7•½v×WÈ4ØßCm÷Ó*pƒÎ6T/:$RCŸ¡¶L¥×áÑ-{¯¼0³¹Áì¬W;9ا倭7˜rBXŠ”ŠVn1PoÍÛAß³cU 6IÙk!èØ¾ó´dŠž®l»ÍüúÊ?|'!öÃþQ?ª´›RúÿÄãyÁôjRïŸ;ž¼r˜ÿÍk/jÎtWÕ#¹²CÓSžþTxzzJÓŽ#ïq¨êsktǦÓ,“ÿêA–W© öŒ …ö‘)D„úÈÉת,SÁrÉScýÖ-ÚÏý÷>ÕhÊÿéE[W×P´eý¶êç}p|ñènÆz-U¿ü!Ó ˜silo]]N]w\qÒÁ t5Zuîmù̇­<0ó'CÝA;n‹n>ÌĀɀ?%õ/½±;H„úÝœöC—öµhy>xî%Iÿ·hh«VtuµÍ†Ÿ=È«wœ,ÈÏ•›+½¢ŽF ù:MŽø$°•‚ Ø7;‡_Î’“«#SËœô·Ë[©ÖU0¨ŒšzkÑ!‰Ž“ØÒ¯e£íoŧIéDUQ!4=KRo‚#­¤m£3²yÿ@:#R^QYÊ^ AÇVÊY-zK>ÿ9ròu¿‚“ûa—ýã)öè~ö£ŽšÚšžs÷ÚM9¹‚SA•ÆÃâ÷ø€j½ë¾TÞ5ü[³…>Ù`”ì=ý…*E߱÷·ªs`5ßÙ°ÀÍU†0å_ÕýuÏ“mù·¨‘ú¯U=ùEóÕyºÚ3˜–þO75P-ØOÀ³“½;·ì¬k0xæA¶òYöú³Û“ r¯&õ6Ý|J…›ûǰ Ø‚`™×/o¡J±-Ë« Uú®¶fÊ7Ï]’ùÞk¼§þª¤¹X´±›ØlÙ¢[‹^KN2ågwÝÅoëëáôà9|ž;Ñ\ô ï: Þž úб=àkTú[œcʶß©­}‹%Õ|é'!öÃ.ûÇSìp‰¦ÒðŠÊŸ›u^(º¹àTP¥ñ¼õIÑÁè÷Ol—4iñý#~oŸf0»N8øó O/®©×¤‡¤·CöÙì}æÀê½³î7ç¨wßÃVÞ=4®Iûá×Ü^P™ãvÙ¼}“ñ‡oUõä{œ}_\oÖ Ýú®ª?¸-´ÉRM%æÍº±çgYl{ýÙíéïË…ö‚-ß=2¢q›ñT¸½ofû­ô Œ†Ï=È6lÉ–÷Oì©Þ¾“¶Ž¾`¥Ø–‚eoWÛѽt¾ÕÐÔÔèðÝ/»E‡´gZ=íŽêº½ç*ÚØÍ?l¶ÌqwœØß°m§ÎÚZýi+v[?ïÇ= ´4µ´:¶k?n…µèAÞwøÏžÙYàƒCÇVô€{»ÚŒí«ß¾“FçNßê÷e÷ÌCô-–Tó¥Ÿl„Ø»ìO±À÷}¯ÿmgMöúýO=pÝ\p*qôôÚÄãÞáÔ4tôMß-ãñ‘q¯?»=©Ÿ/:°_ÊPeäп<{ædgƒÛ¯ìl©>Õü°ð`uÆS£S“ßÙÊJ·<^|­çóg·§/Çë‹€>/_ÊPeäèqž=³³²À‡ŽíWv¶TŸj~Ø?ø°:ã©QƒùÒßÙ/w¯?»=}¼=ÁgáÔIfí™>8tlq‚ QÓ>ì5j<_ôLX;§ñš`OŽ× ðY°² °çGµ'N0Ñó ãùRNí|uöú³Û|F ¹gO@mãüYËk—C‚>=_#Ÿ50ÝÇç‚ÔÂäçåø9ÚÙD†‡~{b²ðÀM~IkÏëW.Áž€ŒdefÄÇÅœ?k {²“+ýž"Ø€=Ø€=Øö{ž`ÏnO¹·c´úñÇ>&«V®$DÇPýž?T?ïð‡¥:ÃþH» °§,Ó¯¥åi'·Ø}LD'|楫ßó‡êçƒ*#5ã öÀžŸÑžÑQ‘ q/Ó9§&SÖoçèÙmZËÉ)¬¿N嬴°M3†µWmR§N½6Z=Ö[¹2=d¦®™öc¥F uêµÓí):«‹–Ùˆ6ÈxùbÞ¨ÞÍիרy¯‘s¼^¦ ¶9½tlË&õ*wX~ÞOºJdiì8[·cëuê6ìÜuð)÷˜w®Í™JI‡¢âETm¨È¬â™«%£Ô×kª®³ö¼Çæ_(7¨Û´¥öz‡@Ù‡-i¨°'ö¬9Wn÷ mGÒüsÃpªé2ß‘iyjØ·ô°×”…;wnŸ1˜¬ª¸/(ê nKõí~øã؉cëf”nOZd ®vEèÛ’Ê=æmß± ZöÝ/ØF{Âê›&Q¡¾RYì)½}„óöÍ;÷Ú¿góšùÍêÈ7RŸ,va(:`I‡‚iÙªÿŒ£'Ž¿úfã–Ø2‘_”ï²mÑ0)‹8ÑK:Ïž’†*iØÌ{ 5“¤„ø¨Èˆ‹¶çIR5ÓžW/9†…ÇÅD¥¥¥fgeÊò½§Ë†~Tèkqž=3E“ÊSNsx·Ê¤GmŸ3F£e39ù†ÍZté7tÏCž‹3SüVLÔJ©¡¼Â›»†Î/ë Ü n#5óy„fø[ë~QkÂskCÕqbïš;²mZ·Rϳ…îú°öäXþÕ©yƒ:ß( ™s¸_÷b¡è€%ŠgOICÅ•[ÀJ~~¹‰$U3íI«ãØèhjƒw @Í!7'«  Ÿ$U3íyöô Z#‹]uŸ‘’’b±7äÔ{â={ž`OØì {°'{°'ì ö„=A $5•›”Gg5¼“ø¸š1R¸É’~çì j/“ž~˜›› {‚ÚIZ*×ÃÃmËF‹çn®q±ôSe<H'6&æéãG4o„äÞ ’˜·wÏN/ϯAª’ð°Ð}ÿì*--…=A-$>.fù’E´êÄT€ H•BÞ¤Ù£¼¼öµ:“—.^©Aª†f±’‚=ì‰ {~Mpv65Ð30ÔÕélØgØÑGQ5m„ÕùóÖ«V®[†==aÏ÷&âöJå#ï'1#Ý.m´òûšì)¸­ìý¤¥eÀž‚Àž°§$¶k²Æ+V´žquh×κúº»½ñ’µ£Åd3ãö­:¯¸ào»nrOS£ÖjWÚÈØ€sè]»t1Ò×í¤ÓûÈã(Á­z™·Sï´ì|…»“C¾×i£md2|‘µ¨õ¨ÆjþÐ.†Úmu¾w M’Ô¹ÍϽ©¥¡QWÁ2Ï §|ßÅÐÈPS»ç‘'oFb¹hDWßx‰ì‰ ì {ÍêÈÇ¥‹ù›ô›³ò¢‚÷™1Íõ7°r™vÆ•w)g·‚¢Ê¯Ö/¨ë±£¾Ò¤„…WÜ¡êuª¡Údv«ßþóâoµ·¾R¦rså¼,Ljµ'ó,ÇjlsýMÒ;»öü§»Ú·¼÷=Ñϲa‹qlƒñ–Ï¥ŒŠ…, {"{Öf{Ægˆ±§Š¢B$ÿêeVZ˜¼¢+:ô¼rVÊÛå:26ˆ¼}hH/#m]}²œ|=á­²ÓÙ–‚kÏÊgÃIÓÒ;kOÕº •QSoÍ6ˆ©üYB쨰öDö„=‰®Ü È+\ОҿO|gƒMê~Ât+}+ÁÈhOÙ;'”åƒRÒeü’T–/LaOA`ÏÚC¸ó2å#„T|uóâêfþ]C›õ›ÿû4j=NYoDzgÛzunF'SáÁ¾Ÿ¥oµE¿ùfV¿ˆµgųÖã›ëo–Ò9Y8,5C´¼ËTmðî»_˜ºxž‚Àž°g•ð¶ÝñCW==C=]-£¾ÃOðo¡á†_þ¹‹†®¾®F—Ÿïª¦=Ÿü3½­Ú·Æ&&¿¬´‘¾Ur¨CíÖ:F]Ì¥Þ5ÔZû;ö®!±Ÿÿc@ æN!Árz“i:éêëéhþ4ݺªöÄ÷ž‚Àžøm _Õù7,ø÷ž‚Àž°'ì {"{ž¿©AØöµêo¬ÄÆÄ`@¤JÁßXøûžnÏžb*@¤JÁß÷µ™´Ô÷--‚èS€ AYV4cмTP{‚ZHvV櫜_Ž÷ÞÝ;—/Y´tñÍ4cøùpJŠ‹ÅN,°'¨%Гåååø¡Aw†æ š1 $M)°'PU`Oö`O¼G`OØì {€=aOðõaß»¥\e¾Qò=qb_Žm €=aOö`Oö„=Àž°'Øö{ž€ŒÕX{Z[žLNJÄ{ Fñ*7'??$U3íyõ’clL07o€š¡ÎW¹EE…ÑQ$©šiϨˆ°‹¶çi„ù%%ÅÀ祸¸¨ ?/*"ô¢í9’TÍ´'xÕé"­ŽÏž>|vHI$¦°à@Iæª ö¾,`O𥓕)HVfT¡™öµÁ›ÌÉŸ™‘Nd¤§RÎF„™4˜ DȤ°'øZÕÉH“5fZjJj 7…›ÌM~I$¿LI0Í4oÐì!hRÖ¡°'øŠÕÉH“ÑeRbBbB|B|\|\l\,H„f š+hÆ yƒ‘)£QY {‚/ÔžŒ:™õ&ó/“é#@‡˜˜èè¨È¨ÈˆÈˆðˆð°ð°P…æš%h® ƒæ š=h¡™„æfÊ ö_Ó“]uÒ©žÄg }èóààïççë ’ Y‚æ š1hÞ ÙƒæšIh>aʬ@%-?aOðå.¡Y…æšahž=Á×dOæOúá01!>&:Š~b¤3ÿ5‚ Èû†æo/Ï?šOhV¡¹…fæÛOØ|Mö¤•gòË$ú12"<(0öD¤šöts}Æñö¢ù„fš[h†a.Þž૱'sÙ6)1!&&š~Pôóõ…=©¦==|èñÜæÞò3&šfæâ-ì ¾˜/=S¸ÉÌeÛà @ÇöD¤šö¼w÷Žë³§4ŸÐ¬Â\¼¥y†ùêö_“=âã¢"#ü½<_Àž‚TÓž·œo>~ôˆæšUhn¡æ‹¶§…:•Ô»öuôF`uú­_µr%Q£ì i¨5ŠÏxܘ ·Üä—Ì—žþ~/<žÃž‚TӞׯ]{ðà>Í'4«0_}27}Ñö´´<¹Ûbn‡oêÈɳéaÄTR T•¥åiB´>#5вgDx˜Ÿ¯ïsw7Iö¤AQ õ5ôúž"å³C-kÎÙ‚-Óð?xÿÒwVðÕkÈ€äØóê•+÷]îÑ|B³ Í-_‡=™røí?¨Ü´ý_³hZئÃÚ«6©S§^­ë­\™úG{gk·i®@¢mªbÐ}€P?ÞV êÉË©šý/$5CîíTHêå‹y£z7oT¯^£æ½FÎñz™&ØÃéEÔ¿©«®3ðjäK1»„!Ul»tlË&õ*wX~Þ*O}׊*÷'P9Þw=•Û 9/´Ë.©ÚPÑhõãwïí—`ë­–ŒRk\¯©ºÎÚó› Ü nÓ–ÚëßcØo.¼}Ü>½=ãbcÃÃBékâÁ~|Î/ýF^®U¿¹ÑiÌ*¯rmûf¹w oKªé1oû޽¨Ð²ï~ÁºÏݺ“_¯b¼Ut´’†Äl«=aõM“¨P_©?UÆ<_LeÍßœ©|yt*oð‰kÏVýg=qôøµÐwOè%ÞÔ[~`ËD~Q¾ó˜¥¶Læ·øÖtÜj¸=ËËòèç© ‘åxOdjlb¬­Ûç4'M°¥ßN3½ùϘšœ˜}ÛÌì-Ÿë2ÂLKßP_Ël„ 7ŸÝÐyëô¾=º~Û²óšK1¢°Y>Ö´›‰¹e˜ bØ²èæ—Íû1Kfc3Ñ–=»uíÐZkÝåØ+[~ëÓ£KuõWã¤ì›¼$çAzmuMºZîÀö)º‰Ð«‹í³$/hÞÈ^z†´¨µÖ[Ò€ßãp!ìùqì.hOµº B‹ n[y‹¦ñmË+*ý4jÂüeœ\£ûi¨ ¯¬?'>#SÊHE^·ái´"ã}ãZWU°ex*[ßBt´’†Ä”9ÜôœÌ—Ì÷¸¼öYi}›Õ¯Û¸kzF’vÅo”ÎS~˜˜*ãð„_¢²Þ39-;3‘){ð–« mª6ìså¶JöŒ¸¹¤q›™LùH/õýž©¼s2Ú¶¡ÚdÁ–ů|•›ä”–SÙiø·Ã£{Ûa¨2É.Œ ¡¶T ·³ÎtäUf…­¯4Ht“m‚Dh‚NÝ\R˶þü–‡Uw¡rFÐúJƒ¥ì›•ƒ±™Àö)åPHip´_«A»\˜rz|ž¤¿ÇáBØSv{†^q¼xöô Bº=C¯Mç]¹ývóP?ç[œ³¿rù2ƒ‹wïÚf’ï™Ûÿš7£›¹©‹`?fJõêªzõþöäÕ‡ Ö "iH¢BdÊOVRùV¼Ù¬Ûß®9ì)ûðÞ¯\Õa¿ÓžÌ»ù‘8sòØéãÿžÞ^>ïsÖgh}W3íyõ’cXHp\LTZZªØßçPq%Q^¡‘R ã¾Ã_õs/=jûœ1-›)ÈÉ7lÖ¢K¿¡{òä;´ŸI‹¦ßвL¹­îüCO…&ÿ˜g‡èÇéºtéá­u¿¨5©Ï»¨«:޽khîÈ^Ê êÖm ÔsÄl¡ÛrÎ.¦T_QM»ÿ¥ð$1% IІÖk)ñ]¼Cì²NÔžÒ‡÷~å÷¶èq«éß{–æV®¿Ú‹wò@õ!‡Ü˜úp÷PÑ™|F«ÆÝ›Ô³Nνø9Å1‚·•ÃäæÛ«jÏ”êŸŒÌæm~ééN$ï$•UÕžb÷‹Í.C•©üÁ‡ÙO’¾‰à«‹mpì»V?ì¾Ï”3ò% ø=‚Ôœ+·II‰a!ANíj¦=­-OÆFGS›šÿô¿ˆ†YK~[Â{Ø“wszÓŽsy_næpfüØ¥³¾¡žö°?D[†ÿׯi‡e¢½å'ß57ÕÔ7Ô×45¼ FF{Æ\Z«Ùª}×nº.݉Nó·ÕÔ½kHº=Å$çºmôLLG Ü5$vÁWÛ $/h®yNºÆF£×s$ ø=‚Ô{ÆÇÅfd¤[ž8Z3íyöô‰˜¨HI¼öÕ´çûåôm&8Ça>AÚlOšarr²Oÿ·&ÛF5Äž…™÷ õ5:7¯  Ó ‚Àž°'€=A`O{ž‚Àž€==aO{"{žöDö„=ì‰ {‚ZmÏa @u€=Aí´ç¹ÇÉð~Àž ÖÚÓúÑKx?`OPkíyöa¼°'¨µö´zïì j­=-ï'Àû{‚ZkÏÓ.‰ð~Àž ÖÚóÔ½±Øs2c3‹ÒsŠÒs‹³r }CS™z:'_¥g²Íè![¾˜ÍÍ-NË)ÊÈ-ô ä ¶)ÈÍbºå”²[QÚ3p3r% Fè…dA´½Wdv•z¼ØÔZ{ž¸/Ê/² òò.=N`žyÌ}—É”éœL(.{ú4}ÈÎ{ç¾zewŸW>yÿeè«2ï$¶MPA©ó”KrAA.»[x'²·”Ô¾ª=ÞIm³§œœœE_·“Nï÷#>ÈäLý}¨¿¦]Íö«V®ü\†úP¡úˆIö<~'^Ÿü2' bŸ¢sò<çUAN6û)ø¼µÉ™'ÙE9l» Â¤À—T¶ (H zÉnÅÄrúaj|nIFvQTTÛ’üœV˜šÍ[á>tKd*¯EäåäSeRRÊÛ='x¼,Ž‹J¿Í-`Ö¹©Ù…TêaJtVqzNqfVþµ‡ ì&w£óS²‹sr nΊ·‰—åöÙº«í|ÈÛÇD?ˆ-Æ1•Juä=“ÓøZ|£¡ÌÔÀY}ÛLÚvMtG6Uöì}fLsý l¦’c5¶¹þ&¡Áˆ}]ÑJ‰±ÿ¦Yß,þ³ÎÓ:÷Üû\è Œ·|.} bá´3®üÊÝ Š*¿Z¿ r¬ÇŽúJª46IkO}}}Q{î¿%Šg^Ù3—hÁ:… Ù¥A±ìCNþ[›üë’Q”Ÿ%¸É)÷ܢܲ0÷X±½‰…Dyü:¿|=†mYPV~ê†hãh[wîó˜ü‚œl¶gçÈüŒÄôC"» Ô3Ù“mÀV–UV¤P;¿÷ÔéÔB¾N“ÜXéö¤qóËérru¤WJyVEQ!Š 3+-\tb§g#+ž cŸU­«`P5õÖLå|“‘3þ9n]yE”ÚÑi6ëä3±-{–WTbTV†“¤„#öuÅîÔ_í›®õ‰ÍÉL6jÜèAbªÐAˆIÏ”>i6+åírªŽMö+·û®FŠrâYFÁ«\›;Q5×¢éTdÊláȽԒ¢<öá©çY¹9V7xå7âsK}ÜcÞÚäZÌ“ ôã×Þê„-ˆåqVi G,μÈa[>H/‰òK`ʖ㘂õ-ÞP÷߈+++ìùFx~fRú!~ óÄµŠžŸdñÔÏëáEN~v:»I [™•&e`†Úºö̰[ÞS­Çj¦RAN.«ârn¢ Ä*UJ¥ØgÉ Ñ2ÙóͳʊòA)éB-³3_Þs°\úk_%­ìKœšÛ[cän¦t{†ËhO±¯+v§|­µ7¿ól޲î)AÒd<°‚eÙÇ&»=÷^‰Ë÷´¨ŒÂÔìÂäÌ‚¤ô<ÿd¦žÎI¶Í½”Á‡6œŒ¤œ¢”¬Â´œwN[/ØF¨† Ôž!9#O¨ÙÁ[I±9%©™aaÉì&ûoÄûq 3² S²‹"£™QEÇdðzHË-òñOz‰kay™/Ó]‰$æäq3 ˜ž#2ŠR³ 32^]tŽb7¹þêeVQNNžÓ­(IGÀR{¿÷ÌH¨Té#^W”êò‰ã]Ï<ÿÛ·çå)6¾¼kÅç&ŠNì[ô›Oø]×êöÙ]¦jƒwßeÊOþ*Œë‘L…Œ—Ïêª ¾„åü¾†¯Mæ/ÁÈVa©ì5áñLÏÖã”õÞ\5­x9ëñÍõ7 FÌëJØ©L®r£Žûz©¾(å HÃ{ØSö± éöÜs90ÐÇ €*QkíI9LnÚa&Î/Óhù­I·îÖØ}p{¾ ²é§ÙZǨËðùÇåë4½k¨¿6ïYs»†ÒžLhÔIW_OGó§éÖ|×Çèj o` Õ±óŒ÷„^âì¢ï: Y™”‘yþm4t*î ¿üs ]}].?‹Þ5ÔZû;Ñ»†D_WŠ×Ž÷TW¨«)pY´¤1¼‡=e›àAþ½çîKá€>n8T ü¶„þOõÓ£™ËÂA—ç7m¿ðËúG1_÷oKØåïìù±I Ù©o`h §Ù^¯ßïXسæØs‡c¼°'¨µöÜîïì j­=·] €÷öµÖžÛ‡Àû{‚ZkO¨°'¨…ö´·· ò¾¡9ö°'‚ ì ì‰ ì {ØAØö°'‚ °'ì `OA`OØÀž‚ °'€=e´§œœSx•p§—ªÒ »`¦ÒØØØÄØØÀ¨ÏŠÃ·UƬß<)4¶[#ÚÞÂÂó‚Àž°'¨Éö̹ޭ¹ÊúË‘B.+Λoª:êdhUX}{VµA`OØ|J{f‡96k±ýV¬XsåÆl¨6U£å%9Òk«kÒmÔr¶eQŽ÷ôA¦´ŽÕÖísš“ÆTÞÛ4¡];Mc£~ï ö\^šó÷/:?.¿àdÞY盘Q}>×e„™–¾¡¾–Ùn>»‰Ý’ÝŒuÛéýàœ”‡É A`OØ|J{j6P´¸› iÝGF“Wh,zå¶Ÿùe¡®vªL² £BˆÍ¶‡#½Ô÷{¦òNïhÛ†j“™J¥:òÁù%|-¾QaiQüüþmÝ{_t ;*{µ b¸m0ÉžWf7QÅp'&7=aOð)í¹w¢N»ŸÖ¾*+—ÅžR>\ªŠ Üâ2*”'³-[ÔU`…«Þ² S¹¤›j×±³X_Kå·gz¯§´àœŸØ1ö,¯¨Ì6¨¬ä*(ªbrCOoÏìì¬kOkË“ÉI‰0øˆß{–nÕ©£ù–ü2±Wn5T›VE{rÙ–ÊŠòq…¥B-ËËò]oÚ®þý{%ÙlÏç÷Ó»]ì{†=¤†Ø3!>.==ÍòÄÑšiÏ«—cc¢òóórsàð±î*/{µnÈ·šãv•¿e®âìpÞ]C§dºkh—¡ÊTÇÞ¥TûIlË=Ô‡rcÊáîü~Ê ý¸ôÿ’¼ …º-{¶YÒ_cÔ–<þ*˜Œ™TTÆ^žÂï9Üarsƒ7Wn§VTNQ1Ü…É A>¥=###¸Üäà §‹v5ÓžQamÏGGEä—”ðNŠŠ éÇ­œœìÔÔ”øø¸°°P‡óαR^š½üûVúS–”W|¿i,õ_¬té6H¨«¼$çºmôLLG Ü5TœÃ™ñc—Îú†zÚÃþtà¿PÖfF†FF:Z³ö» Ã~ùÀŽÃ-rKËæ n«©Wq×Pò]sSM}C}MSsÑ»†ÚèÄ]Cò ìéì|óéÓ'4Ÿ„††DGEùx¿8gmX3íIÐØ®:]´¶ž%Ú,7þ`Cµ©²-/Éy^[]“n£–;°-‹r¼§2¥u¬¶nŸÓœ4¦òÞ¦ íÚi›õ›xW°çòÒœ¿Ñùqù'ó~Ì:×ØÄŒêó¹.#Ì´ô õµÌF¸póÙMì–Œèf¬ÛNïçÊå3‚ °'ŸÆž…YëÉËé-º#¶M^¡±è•Û~æ—…úÙi¨2É.Œ !6ØŽôRßï™Ê;á£mªMf*•êÈç—ðµøF…¥Eñóû·ýuï}Ñ1ì¨ì9Ôv‚Šáv¶Á${^e˜ÝDØîöàSÚ3ôÌØÆ-ÌÖËbO)7UEnqÊŠ“Ù–-ê*°ÂUoÙ†©\ÒMµëØÙG¬¯¥òÛ3=×SZpÎOì{–WTfTVrU1Ý!ì À'³gQö³öMÚ=ÌÈ[j¤2Õ.RÜ•ÛC Õ¦UÑž\¶¥²¢|\a©PËò²|×›¶«ÿ^Ig6ÛóùÅý4ÇnÏ/“nO.ì‰ °'ŸÝž[û¶4?Ä»ˆšr]­‰¶Ï«â×oÝ5λkè”Lw í2T™êÁ»”j?‰my ‡úCnL9ÜßOy¡·à5ïŽß …º-{¶YÒ_cÔ–<þKd̤¢2öšð~Ïá“›¼¹r;µ¢rŠŠá.Lw{ðñìÙº2ZݶD;þOYo»2ôÞ=°ÝÐÙï7¥þ‹•.Ý už—ääSw廳Ð[ðšwpBÝ‚®´YÒ_cÔ–<þ½Ld̤¢2öšð~Ïá“›¼¹r;µ¢rŠŠá.Lw{ð1ìíø?e½ì:Ð{÷ÀvCÿ•äÄЫ~230026Ð×1é?Úš#ü/Vºt$´I^’ó@Ý6z&¦£î*ÎáÌø±Kg}C=ía:ðäYšõƒ™‘¡‘‘ކ֬ýîB+Mûå;·È--wš7¸­¦^Å]CÉwÍM5õ õ5MÍEïj£;w !ì ~[‚,Á?iAØØöDØö°'‚ °'ì `OA`OØÀž‚ °'€=aOA`O`OA`OØÀž‚Àž°'€==aO{"‚ÀžöD=€==1íØAØö°'‚ °'ì `OA`OØÀž_âß%±°°ÀT† °'ì `Ï*‰ A`OØÔ4{åxOdjlb¬­Ûç4'©|•xc n[=³±+ØMÂNÍ25551Ôï¬×ï´wEË’¼ y#{ièêZëí·ÓLoþ3橜˜}ÛÌ|­{›&´k§ilbÔoâ]z(¶±P›ËæýhFFFÆ&f’FK œ·NïÙ­k‡ÖZë.Ç^Ùò[Ÿ]Ú¨k¬¿'öu=¨¦=ôRßï™Ê;!£mªMf*·ë7ŸæÁ3æÅÉì&/¹L!+ôBCõߘòÑ~­íraÊéñyů|•›ä”–ÓC§áßwŒ|-¥:òÁù%TÈçæÓÅ6j#4f±£¥3lýy ?¬ ¨ú»C•3‚ÔW,öu=¨¦=[ÔU0ªŒzË6L¥ª¢BJqÊŠ¹ì&ܧ§†÷í¢«oH-åäë±-ã‹J;¼0¸í”û‰¥‘êÚ'ó;a³¤›j×±³X_K­¬m,ÚFpÌbGK ^•ñüº¼èírI¯‹ ì `ÏêØSYQ>®°T¨’œ˜*bÏÞMêòJªµgvÔ%­¡§tžrG¨Ûò²|×›¶«ÿ^Ig¶¤Æ¢mÇ,v´‚ Ä–EûDö°guìy ‡úCnL9Ü=”)lÓk>ý ï:j„Ó4v“võê{’>S¸É ñqQ‘þ^ž/`OAªiÏ[Î7?zDó Í*4·Ð Có Í6°'øÊ왘ÈáxÞ‚TÓž÷îÞq}ö”æšUhn¡ö_ÙÌ¥ÛnRbBLLtXhˆŸ¯/ì‰ H5íùèáCçî4ŸÐ¬Bs Í04ÏÐlCsì ¾{2úL~™Ä|õ` R½¸¹>ãx{Ñ|Â|éI3 Í34ÛÀžàk²'sãsñ–~P ð÷óöò¤“Ÿ~z¼w÷Î-ç›×¯]»zåÊåË—@šh– ¹‚f š7hö 9„fÞ“Ù–¹eö_“=™¯>SS¸/“éGÄè¨ÈÐ`??ú¹Ñ㹻볧=zðàþ}—{.÷î€(4?Ð,AsÍ4oÐìAsÍ$4ŸÐ¬Bs sÙ–fØ|Mö¬øî3™Îñ„¸Xž@é'Æ À?__úxy¾ Ãsw7w7W…æš%h® ƒæ š=h¡™„æšUhna.Ûžàk²'sñ–üÉ ”~VŒ¡ó>"œÎÿà ÀÀÿú9Ò×$A³Í4cмA³Í!4“°ê¤†¹l {‚¯oùIg#P2(_¡±11ÑdQò(}È¥dS…æš%h® ƒæ š=h¡™„Q'󧤅'ì ¾èå'#PfJ ¥sž–¡ôs#}H¤¤Rú8€$h– ¹‚f š7hö 9„fvÕɨö_·@ fJ'?­EéSÀÈ$ÁL4c0Ò¤9„™LÞ©NØ|eÊhTФ ¬1i²Þ”¢NØ|M4)T ¡™ä3ì TØ€=Ø€=Øö{žì Àžì Àž°'Øö`Oö`Oö„=Àž°'Øö`Oö`Oö„=Àž°'{°'{°'ì ö„=Ø€=Ø€=q´Àž°'Øö`Oö`Oö„=Àž°'{°'{°'ì ö„=Ø€=€JvVæ§±çù³–ùyy8àÿoïΣš¼ó=ŽD+VD­Šv³‹µf:½wÚ9g:wæÌt¦¹çÞsîí™;Z§3çÔ™ö´SmÕVoµj§nTD¬¨¬‚‚ÔŠ ÈÒ°†@Ižì!û’@²©½_Ì‘rIX—FøüÎëà“'¿<òüþÈ›` c€ËÙj4è)mw»žEg e±Íjis»°ìpÿî:ÎV“I¯RȊΞ¾ÛõlQÊ òNJ¡A¯¥Ý.À}ÊdÐÉeâÂS')mw»žD&aÎ)¤}nvF*À}ŠBF9“K˜àÕ»Sõ?PO€¤žÕ•cÌÝ®çU Œ17ð[üÜõ@=POÔõ@=PO€{Æa³ZÌ&‹É8智S›ÕÜê°cAF¿ ¨'ÀôæÙÈ­ÏL?–˜°wÌKÚŸ™z¬¾¶†Âå‚ žþ›,¡€ôð!¥\ÚÛÛ{}¬žîn¹T|4åP#—C÷ŽqAPO€@û,cvFºR©¸>ž†J©8žžfÔi° #.ê àÏl4$íO›¬!.ºkJqAPO€[-“11aïõñ7è®[”r,Ȉ ‚z‰Åµq6è®Õ¶ZXÔàÎÖóêիͦ’²  >M@=G3rŠùÏÿ9yåI+WX±êÀòU‰dCòEÔ`ŒÕ“Ê(51!MþöÛ¡è"±€&Ü/ýëÙÓÛGݼP'eóÕåMš’FÍ¥Í)¶’ŠzŒ¥zÞH'ÿF:¯y½·Û9„×ÛNÓD èý±½÷õ”éì}}ý+ÓÝÓKõ¬j>ËboͨÜt¬òý”ªóõÚå« ž÷Q=}}nôõõÝÜuR:Û›÷îÉf±²Ã¾Ãb5ïÞåñô”77 yô’«¡=‚×3ø‚|QR¯xá/ɾãþz®>P%ÐlË`tŒ½>…ýNreA•råê¤\Ôà{ÄâF:i×)ð¥S°¯0*ÊøÔSö ,Oi~üqÃ#hcbZfÍM›–?e ×?ÛÛÝt1¿Ã­ xAYÑ_ÿ$nIܲű —ýì÷©\ÛÝhAXXX(ÔÓÓѵv÷™UÛ Jù†ïêÙ×·|Ub_KÏ|É~soÉÚ}ç9Œ>`=ëÒ¶ü$ö¹¸¸¸E±ÏoN«ó¿ÁvÝ¥™5ýƒ“ ê pëéÛc%e®_¿îõz„‰_LÚ2ožyþ|Ëüù”Îþç¼yê9sT3gÊ¢£ùS¦œŠŒlül§ÓåèëëÍËÏñ¿š‘½yÆSÿQ«m÷=4ñ/î<¡ì» ƒâ|BðzYÑ©õwë3×%—^â«Ëòþß­*~MÒÆC—Ú¼]*£ƒê9ä êsk§/ü#ãì¤ã+.æN_[¤|ƒnÕÙ•3ú¸@~ûŸ-ê pgëùí·×Ýng6‹%Ÿ=[ÿðôß$t ›;WCé|è!ÅôéÒ¨(&2²aâDšf2é{{{ŽŸÈð¿ÚûG}"vøŸ—¤ü5>>~ùÒÅ b_<µ¢hûêŸ>¿òñ¹ 6~¥òìj®}í…§c—Æ-]üûMýßîtqW¿¿lù²gýë‘kˆÔ³F ùÙÚ#;s¸§9†¤"Y%c©‘XëeVžÒ&RÛ†VÅewy¯t÷võôímr-þ¡õüûÃS·I[:¤[§>òöÀ :%§–FÏÞy¾åŽ|½zÜñ½g=ÃÂZfÍ¢\jbb´11t ž=Û—NÙ´iâ>ð?"‚¦éôš®î®´Ì£þW‹žÀrtõúŸ÷L¾ƒVññ)1«ñæ)IÿIiòÓ_öL~qÞËŸ—øŽmšþ=lÒ 1  ¸”9Sæ¼ õL/j|ùíÔƒç$eš=…Ò᥇/ÈÒJäÇKå¹ßÈOW+Šê”—¹Êoš”j“Sou•5ÈeZÛÞ88ä:Ó&°Z»¿[®Þ.kBôÀ >±ù’öNíÖQO€;[Ïk×®9­”EŌʙ3©˜„è¡<:šv”NÑäÉÍ'6…‡Ó4µFÙÙÙ‘r49`=ç``˜Ø)¿ýéŠE‹—ÆÅÅ…±& ¢­Ç7¹;,l‚ï䬈pMg÷à×ΞwsÄÌ}ä¯çú¤ ¯mÌ=ZÒòÅ9åÖ\ÉîBé"yÊ%EZ‰"«Tq¢BþU¥âlâ"GQÖ h1õoBÙMJÒôÒ[‡o©ž{ÿë¹Ç~µé桞÷ºž==ÝÔ»€¨žT»ÃJY¤PÒ6³_t4}¤‡’©S™)Sh×éKgãÀ¢PÉÚ=mI‡öû_íÝÇ¢67ýÏ¿5éPмmê‚ïäÀÁàcª§ÂÝ>øµ3"XrWû ~m@ÁëdAFôö¾³¯mÈM)iÙ}FñQ³#_²«P²=O¸#Oðy~sâAÊyaf sªBüuµDepP=ëÅÚbŽìO[s‡\ê­yS?™š…[¦Î{ë»ìpn{õÉ'^ÙÒêíøÞŸíˆ ‚z ‹îîîŽo@Š¿îíí±XL”EQd$µR|I[NÁ¤I;túê)•1.WkBâÿ«µ0ã‰?°•6ßC=¯h{CNšpQç öþW¨ ¾g'¾8÷ç;ÏûŽ ;}Üóã9¿ÜWæ;#¨hòm@ÁëdAFã`~ÍÏßNýâŒäð%õÆ,Ñ;G›Ö§5m>Îߑۼ¯@üµ0õ¢èD)sš-–ëlfG›Lk[ýi^æyîëHóߌ~æõ&‹‹ŽÝÞëÏDÿå+éàôz¬~ùØ‚ßáòzoç² ¨'Àð±è¢7â€Îœ+ g F]6‹Åˆ V ý&ÿF7y,–/µ7þË Œ¸Ùf·îÚóYÀ 6åíþ·øØØ%Kc-Œ{ñÕ#5Z:Y°æÑ9ó—­XñŸó¨ ¾™ƒÝ¶†¿¾ò£'Ÿ]º$öÕ ÕtÆe®þÓ/–=½hqìsÏüzÍqÿ×4R=»‚¿|DÅu’—ÞJùß,nF¹ö½TþEžùr³¹Bh©[8Rk£ÂÖ¬êÿõ!¾Üt‰#{cGþß÷œöx\§4y}ü³ —,Y²ðÙøõÉeþ âi3¾÷ÒÜEÿ½û6?aÔàVëÙÕuÅãi(¿ð$½µMzÎç;OEFÖ…‡7Ý4ÍtæNž\±u‹X*Òu;>Û6Ü5CAðzYÑc”ú_½›öNRYnµþ|£9пXIüÅ;GVmË;_% ÙA=†‹Å•+WÚÛÛbW•—sÙívjtêšÛó"'×*æt–mÙ$bøj­*3;-¿ o¸k†‚àõ ² ·Ädµ¯ÙžÿÇO ¿ªÑQ.ïÇA=†Eg[›; ·ÛUZV|¡¸Èf·*UòÊO·æMþm¸™ÎË›>ä x ¥,5ýHn^½p¸k†‚‘êÙy§þ"—Ûµ3íòoÖeQ=»Ýn£­ôw9[Cj‰PO€[­ggg'½“Çår^,.:}¶ÀhÒKdLÅÖ-9,V6‹•N²ÃÃODDoXÇã×Ó³)GeçdÑK‚\0¯g𠊣Õj1 Z­V­nI?ÍþñšƒR©ÄG.—)• :OÏÒšé‹i.ê 0|,:èý>—³õܹ3'ó²Õ•á76Õ7ð긵õ 5nu]}·±NÀð“¿<‘™F“ƒ_-ŒTÏŽÛ¹¸Ãn3õwS£R*¤±P(hâ5UÔÖÖTWWÑGn=‡ÎÐyz–æÐLšßê°‡à‚ žÃÆ¢ÃKÉ ÂfµhÔ-'Nf¥g“)$r¥T*‹e"F"Ýø_’QOöïMþ2‰¦ÑäàW #Ôs¤ Ž:h6uZm‹J)“JD"a3ŸjÙ@Ѭçpè#Ó:OÏÒšiµ˜CsAPO€ábÑáõ™£×iéMžÞþ««*>øÉ¶Í›?ùèãÍ7~üᇛÖ°aÝû¼÷uïîÞýOš@Óh2½$Äo$à7™ «Å<¶Ñ=Ò;r¸±¡ÞdÐcAF\Ô àï…ZLƺšªÌôcIûöŽmtÇ3Ò8µUÚd4 ‚z Çf5tJÑ¢”«UŠ1ŒnPÓ¢0tTI,Èèõ¸}¨'ê €z ž¨'ê‰z ž¨'@(×S­V‹D"ÔÀ¿ž%%%uuuJÊ¥¯žmmmV«•2 ƒzø×³´´”ÃáP()—ͶÃf³iµZ‰D‚zø×³¼¼œËåR()—MJg{{»Ýn×ét2™ õð¯gee%Ç£PR.)š”NÇÓÚÚj0”J%ê à_ÏÚÚZ@@¡¤\R4)^¯×étšÍfµZí«'ÍŠccc£X,¦PR.)š”ÎÎÎNß>õz=M€!„B¡B¡ Pú~èIé¼råŠï›·ÔS­V+—ËiE–v©•••åå奥¥%%%Åã`Pò(|”?Š ¥‚HY¤8R")”¾oÛR:»»»;::¨¤‡Ãd2i4Ê+íOÇãr¹§®®®c J…òG¤R)‹GJ$…’rIѤtöôôPC½^¯Ûí¦óVÚ™ªÕjš,“ÉèU ÈD"!Æ8”< å"H)¤ R)Ž”H %å’¢Iéü?ô×8 endstream endobj 695 0 obj << /Type /XObject /Subtype /Image /Width 618 /Height 424 /BitsPerComponent 8 /ColorSpace /DeviceGray /Length 135704 /Filter /FlateDecode >> stream xÚìe\TÙûÀG1ÖZ×V, lD,°T@ZÄB ‘fº›™!„Á.jzì^k]×®µ]»[W]×ÿáx÷îÌ0àþÞý_<ßÏGfæÞ{îé§Î¹×¯_øÿÎ3§šk«ê¬-\V6ߨ;9±…2=™b‡Çí-­Uÿóm㜫ÖR(áeç‹ ºý'J«Ž.@WG£“gX¦ê61´àÛ·y‹¿}&Ç}Xž1§þÚ릖ýœ§Ó…t¦Ø%¬_Cò»>žBÙÞ…BÉɧPRâî•dÍi¸öãºéeõò‡%§¸R(‰«•}ê¿ßóg.¢Pžtm3»QO …¾ìóò£9֮ʎ(ó.wM>ÓÉ6íT"ÉT{eª;í„ã§/Ë;¯j²ösɬ2w#»Ü«;…’•Yu–UL©…Kí×w«úìh¢PFè)]¶rnÆ` Å`˜¯cftÌîÆÅ ³>úüsýÏ%ÑíÝgrÉ‚V“‰þšXA¡˜ B;#`u9k ã#³åºªãËZ§j¢Ío wìSõ½å* åzÌh|o*ʽA¬s67ÇÓÜ­ØUGËìæ»wö¿ß[š)”ÔµÄh0HuôŒÙsi#TÖg²üWãlï‚Jýëê²Òo¿”ó)ÁJ e³©fø›ÞpÆ3ø£x¢‘’îëüpå·«‚s¿}+±¾WÓ²ÍÙnÚªo[ 8Ãs9Ýý]ÈúvöDì宸¿Ö¯ ®Sv¯ú\—Ó÷‡Þ–wÚnë¸]³5¬±Œ@þ!Oœ·óšÙ½ª¾Ëæãü£ åê4àßô; »uü Q®ŽåÍhÎ:èÙ_Ònœ½ö[äZõw[Ÿz#qy†=“¾ÛP©÷ÕMà-c2ú²z~;~™þ²ƒýqTߢ%nÍŒs¦ªÏ®©§õªŒŸ” =‚SGûðªŽu7VO7óI^9† ®O€GÕgRf¸6Úpΰרf/2©FŸôt4RþûQ;ü²ˆB™ªu2\0üÎYÂögÄŽ>îùßRÇ=õ6BqNi¸dXÌÙÍ gÌòîMÈþïu³ôðéX=ýrö?ß"4ËMcM,îÖF” Õ?` êA†õõ²-é™ '•ÈA³Üœ—¡g÷e†2¦ üx¶9Ý$zêgƒåÑ€A¬tÜOú(M¢9˼€Ýhl#BàÏ»¥¯:¾”H5ÑÍ~ýOþùæ’z@¿"ÃIy¥`¥Œ¿ÆÉ@3hZ…"Ì¡)ª§;ÔTF™Rõ-1èîÿÎÆe©«2®™±®ÐW°npŠý¿ßúÇ‚ÿýÞ7õîá§Ü}¬éŒÞ¬P^í)Eþùæ)\À­údjÞéç`µa§¿†ûÿW©uª‡)”Ù9x¼gÈQ¿[šóíÌ¡¡•nôO M¥Ý<âëXiÄø©#¡Px–÷Ø }ewF$i>êÃ2vä×÷œ‹ú| §êXŽß?gyÊMHöÇMª¡|7g$kø´5Z…³Çuá*V%çSh—qÓÅVú@„%‡—MbBo¤h„´¯ÙýT›ÝÛ^ÃŠâØæñÔ»ê¯{Ç"¢ ?æ_Ô.ëÓƒÓJ‡2ÊŠÓ8o Ù<(ü7í*eõ2‰­‡¦]HË•î13iêQNK¾ð¿mkSŠpÔ‚³ªßí·ÎãMrš9zŸÙÅãÃ4újÿ€ÐoçÍù÷ºœ™–©r¦¡–F3êÇ!hvšêtÌý=^1곟ý·4¯ê¯˜ìÁ€hB ‘14Êò^~¦††Ï†ÅnkFų^áôêšÆß‹1P€%[Óœ÷ÅкØÕã ½‰÷‹ÿ(i‡Gqw®¦‰á«!(˜Gé¨þ¬¯¨ý|ªÉï·}ò;Ñï9É×42$1²‡xøóÙ¬:‚šs¼Œîâ4ó|j>§öÑŒ2ßJùHÆ‹(°Y:ËëÚ#ë¡%’¹½;¼ôǹ§-(i¢MÒõ,ñÐ}ÌþLß>šBùÔŸBi[Mƒ›ûüó­×ê#V󨙶P? éóÁïè{F×»…,ÁÛž’¾XWÍûö;©¾X÷,]£ÄÈ‘u«Ëg¥}LešUô…‹>ÐwîíÙ÷¥óª×ÿSâÓ2”?Òÿ²>¬×}P}榅êÚ—Ý0?¬¨ÃX!lNÌŸOyéYÿ¦¼êB¡¼ìë‹,ƽþ9¦lMD¡œKíj<>héºeô',ƾÑ-Pú¼Zú@€,ž#Îg°•ÔÌ̼»õ>C˜®qëë É#ŸP^%µœk}ØýŸ_TóTÝyS3ÞöWú2a3NÑãRG {:÷¢ÓDBh¬"d *{ ó TÇúÚéºÆ'YÍ•—èGGWkGÌð˜ÛœeCλ¬5ÔFèúŸeÍÔí¡÷GZqš‡vÄ´ÑÄXöïuFù5ã§oŸ´ëÓfTÃzòê3>bé>î{sçú¯#ÿùÞ95J§0?Ê:ωfÝÑÎüË$tï¶´ª¿©îUKHýî:K§2×1·SŽåÆ.´I/ðøö¹Ð÷Ñ™v=£³6VÇÌfëòÌï²:(ÛЇ°;£þ€f[9Šj®C}/½ê36à_i~‘ÕJyšáÂ^b“a%¨Pù‘ÍR/Ëú<¯ëZ_h~•ÕFÙœáÊV£ô]‰þ[`®½PÑ}uì´%zµùsVÏ݈ì8ÿ—ã«_½+ÿÛçÌÅÿ‘ òUËM»§[bþ’"ëÀÅ~!·MwÍçÇø~©Üo&µõù‹…Ëô=Œ²ZæÞ¡cwåøY“>¹z+dÂH [4ÄA—a^¥w6~ÌZ­ºGwg_!æo oaEBÕß)ÕF³#n§Ø´5úÞF‡ì?T¡£¼Ù¥ß•߯ƒ,íÓ1¯Ó÷5NÉ;#uf\âø {j±r”œñ­aôzÑp몰üN‹ÑÝÈøšuJ>j û•üûšc¢_c‹«®Nšžæ×ɾ˜ÿ‹r,ûü¸—ýT Edú©]-ìm”šÝ+wpñ[ÅìÌ¿#ìÔ#*ôdmžî€¡Yö±|†xt„Eûm̵¾žfW«¦h to¨ ³Q2|Ø~âÙ¨lù¤Oþéí‘8ïØzpŒ¯°ðr'"_‘V¨o‘Õ¶°/Ãí/>2Í~ý%]H–¼ûQ$·kTzc«ìSÅCaì¹x”ìªf¯yw²wÏiÈ3Ø©ÉÓû³Õm‹‡1ÂÙ 9GK¥˜ø¼…ô¼¨Gͽ¹[³^÷nHóì|WF0–2ç§~oLéðÑ õ¢öh†þÌVÔgT7F(;>çKôßMd§§ ?´W ¾+ú;qŠ>¬·y¶dý‰¬ 6|Nï§)eíf|f¶Ásbb9…rŠôRŸç[æ=§<Ä™œ‹rÑšP×ôÆúÌ=ŒN+^«mK€¬.þù½Âúì v˜ár\®&˜¶±Ž¹˜¿Ç±ÿ4£zݺqÿÆX‹¦ià Ó7UÐi;Ræ(ω °T1YÔx ½cNX0ŸUýÍÐN5ð Že]fd8°:“Öíï V-ŽsmY‚$®Í ÍÒN7 uï8‡xûÐøßß÷²+®–šVUWYØR‚J–“„ìù~Êx$¥¨ÚƒØ`,sfvZö•YŸ´Œé+ØÖ=uÕÈ 3ÖãZª,¤kg¤†ÕÚÞÌŒ:¬ñ5È/ZÚ?ßr±nÞ‘òí—:SeèfßÑÎÕ{g›**øÈ'=ÄY\N¤°ˆX©h‚c¸— {­)­ÙØ;m*Gé÷ OÐÏ5­Õ QúÃDù·X•2õ†ãǤ4'õÀa×®†¥ì.© *”þ,JßD˜ùV?è£cV¿é„&:áNDP]»~Tj•æ<”þÜ·ø'¶Ûöê¢uÕû#Žˆ ¬Â%x¤;îzÐèÄ3Î1ÈQú“¤Žr3l, )6öÎï…ʶ± PÉÏc{ÂEÛClì‘uÆæ¿c~Fùß%-\ö>¡¶-ñÞµ‚Ô„G¸«ÖYÏ7vΪ¤udG±ÞYµÿ2\çºHôã®ê‰ Ûä¶ko½ÐØ5ë6íô¨Ö‹ô‘¼ºumJôÛ¤Å/‰΀Ȫ¿× }õ•æ¾YOh/¼ç³êµïÕ©» YR?Ñx¶Û CýoùùÒg4#‰å@¤?9²†)DiP›¼Åå¨4Hõ ÎYOs¹ü¹¬/¨üCq©¡ü—ZÈn{Ÿ_óÈúäúC†ÞYhA… ¬¯(}z|z›>‹þ÷ûXÿ7ôw݉ÛÿŽA¡?lpËÚX°™‘ÆjT£ý{´Ý?߸u£¢{øšæÉzG æg°RÈõgÔÞGfôCOk\šE“íßw¬Ößðº0Æü‚¶žÑUQŸ÷=}ß–ØßpX»„Š#Ú@CËâXó+ÚFF «!NÿWÑÒè£ÇK ψŽ×ö6|Eb3{y “É·Z?JÇzK‹ýП à5Öÿ× ý(˜æÞ×PÇäÎ*e”­¬Z¥WæÞ_c%‰Ï;YS–dyì…¡¿ÁÁt}å,êb •Éæ¨l$Xf¹ÍJÒëßcÄ.†ú¦Ã?¿X~·ˆK䯲ÒYWM5·çû´†¦¹ÔÝìÇB¦œs¶¤Â×{*²œ¦X¬A=‹ ¤RŸÕ+ÿ=úÎÐ1½‘©’þuøs˜©àÇ3Õ7é÷…¶y 5þ좷©ÏÃ0CS,µœñ²”Ë£ò¯B²S‹õ÷à¹ß·ÿ¦kÝ ÍLñÔ»kJ´|¦Ô¢ýº'ÿÚ½ŸÍÎ…úôÁ^Pj„v„A‘ùŽa ÎÐ(˜‘v×.Rÿõ\‡X_œþû æ¦Q†sÆH‰škV1Û#­P†´{‡½l¨½ôIYQÚ1†Ã™ó©ÍÜçÚ1ûÙÿuÑXDýÛjMýÇQXƒèöe5È3“¨:ª£VÎ|Œæ 1²Ï 9AUSÎÈH“·¡03‹º™ZÏXÈ\n5~§0‰˜ ¡A,"êç /»¾ñ ^I¥n¥–˜ÔÌé;´t·—ó8²MXÈ3ÒŸÎL£&qÚšò˜Dµ·WÄPÛ#Œ‡õ ÍÔÔž¦æBÔ~{ªÅo—ÑŸÁƒ­O¡/jb<ªïŸé@ÛMýH[Álm¡?Z|ôM63× r#{¨_i«˜ó¬Ï·¬¶»ª;qE¡Å›Ë–d¶—l§N§/afK²íçÔЪ÷±ç{IñöH3ÇhZMúe™LêNj}óqA6Û¾k¡¹Û“öˆ¬ø-nãHB7^É^¯/ÍSôš¦šÊl-­¡Ý­|²?ñÝa©rC»B_ž)¥.ö›K/gRrkj©É¨^w•>]OëÛpNÅí*µõk2ùTg÷zG¦§â{-þÐbDŸ%κ­Ýª_—)¤öp¥§0[œmxbÂï!ÕïÐ=Òò—ΰ]ÿ$SE}›DßÊžTø½ü}qK$"  1Òk?õ/OÛ©7eæQ{»'Ó_p"mö Ý"wãå;îí8(ÆòÜÏQ‚™ùyyF~k¦œ25®av_òíÜu¿…ô·ŸÛ´pÿA{ô7L ¤ çÓÿÈËC3à'‹ø}¿Z½é4!m·¾Ò¤¦º¹gÐÏ:GçFÜ¿gBí¥Ø¶€ŒIâ(‰)í†þ¶ÉIê,ºJp½Øƒl^6VH{l5ýL̈ð”næ–È:0h“Ó³² ¨rSè¯8·ˆzNžJùO XlÒ6ámÌ,¤qO£ÿ¿Ø¦ýßX´Ö4$;ZÎÚ´ŒiNH{#;^«2ìÎìLåz¥­,¡yˆåâ'róî³…±ÈsÃÞÜóUJ=ìÝÄÒp£6ϰ'³Óê¥%=*Ö®`kSj/ñ^¬¿÷ñðY›µŸÌT¡çaZ‘†=f á+ ã4sˆOí÷ÒÆŸÜ|ú­ÚBû©|ÏÓ©Ì1Ó­;yo7»Û¬Ý•Zþš„#ÛµjCÉ™ú‘í@ZáÏf%§%åXèúúHû­Å»(O‘ñŽ©K …¦ÞÔÏìc.¿•rŠ’ßÔ`Ãmï´£¯…î\{µŸX³[{Æ 6u£* ²"ŒëLÃ]8çh ŒíØ+9íl|×9l«hé›oCJò ÐA³Œ¥&wª+'L™)ž=¨Ú¬ždβ>ã>Ä<$&ƒ›Unr£öåp¹íMS9Ñø»OX:7GÛ/óO¤p>£2Cc<›Ù-»?‡ÏíešÎY„Û/ÎÊç?1¬ú=„¨ýŠüf¤362¡ãt¤_cÆrþ$ö,xÙh¢ɘ²‡,¢ ºÿ?¯‰1ƨTƒ±‰y,ÕÓ™žÌüÌiJZkCÒÈ{, ý"ñS+ ߌjȺ”9‚êÆiG¿Ä\5¦˜´@NUÓ…©þoC¯ŠiÈ ö%õÃÙÔBú•ÌQÔ!œô+ÌöÓ‚>8ÝZ;š<«.Ž{£2 žøkb7ýÞÌš‹{ú&•ßVÚRÁi×É«¦ñ?ÐjÁ•aCôcy±™~Ô[þÎôß‘õ\7÷ûRû±Å¦oa¨Ìô¦Žàt¥W2ÓØ«mö)äÚh𡄆ï0Ö|ÕÔ]ßÊp;s ÂÚá±³a”i*µ’:„þ†Iç\Äã÷jÄ$b·âœ›Ý¨î‘ÑÓES²Rd1].¸MFOc29=—äN'5 Þ‹o}‡y¸o»œ™Z†$è3íî¬úh~^£ºÒ_07ùƒ¨eÈôï£?óB»'ëkf8õÕþŠI嬶X­ßogÇj=¤´kÿýÍLÝ™þ9c+óu'ýuÉn‹þÝMÌÔ¦»9Û™“Ó,ï·Þ8Þð%ãšÇã5»éø›Jï»~&$ø­ÙÈcB-U¶Üòúh }úºïF£!Í8jøêVúøqÅšÍVãËiÜ=(”ßqô;ÍéTÂ8OèòÍÆÏÔ $îQ·ÓÏò¯–_ì3ÏJÓ¥WLî‰ÛjÅcÜk¯ðß÷d l5ö\e¼—A=@¯Ã|^q»*ÿžßÎ]D}¿Ú*ü®þ¿v[Šm‡GHÿnÔL§d¿¢¤odÎ[—ID‡N-xMX»=]p k•Ÿ—ß4ñ—ù•‹¸©{ÒéÆÛÙÁÔPú%þ'íh;>¿LŽ<­HnŒì‡Ê=i Ÿ“PéœQþ»¡Æ$Óìì}tùÈ í~×P~g4[mô}ëٙئs´Ñ¦{ŒÌôdÓ³ì5Œ‚FÌHÍEÏöh4J±¼îª,F­Q2¤z‰î#Ïö=Ò‹iY¥©…C¤ÆæuŒÖÊ&ÌÅf¿±Jé^ĽyÛ$ý7:t-ö©ÑÙ‹¬™q³[˜Æ§Ë«Ì*÷^¼ú̆½^ü‰XO¾÷W{"=Î#ö½ýŽ?/»íÐ…¤£:¢;5-¢0®1÷à¦7d¦›¶¡1;Ü®çg§ÃæëW Q×™S8ùÌ0ÖÆó8ÎnÔW¿öµ]ÉÞÎÔÌÐ&³Gvž;ÛŠYa<=ö iýT-ú±¤šÿÞÁt2½yæ«lµ{Ñ$Vö´15Íö–vÎ4e¤6¡·È|“Ì9ÆjÎìcZZÃîÉSéßâh,Uà›Ô,ðE^JšÞ1S)|Çjÿ€1Dt1ä òÌ[ˆ«ßá–œ+Qúkƒ‘'"E_‘U×9sêðF´ym;Os5Œò?áZšÞ.³Qv9µun¦«è¹Ò>G9µx¶÷ùžVö'™gDMÉõɯ솙J™†ºVue”›¨i-žS>Ò»&ZY3Ð'õNz”©ã¶ü®ªrÔAv4ÒY»T ‰5ž5ÚÂ*O½—ÞÆ\!lAû]:—sˆ]õŒÛè/C]‡ýJqßÕ9éùOíXí+O.îÝ"sVžûO£¯oĵñŽýyB©J+_,jéÛtvŸ°D–þäì#;3OPÝüxñÎ9†1"×Ý«.Å¡¾ÃK¯)uê¬Þq1ú¨æË–N”&©C§×­WoõŽmOÛÄ× \½#_ºòìÛ³÷ç¦ûöï9xè—ÊÊ›”zçÎÞ¬Oyðà>åíû7Ï_®Y·ÊÁaËæ>þ|÷Þݽû~¾qûÚ¹K§)ç/Ÿ¹÷àÖ‹nݹ~æÂI¤ÇwùyÏ®¿¾üõ¹.åúæÌ“Cž,ý\§^JʧOŸîܽC©¼s㕳”ǯßýÂw|}yÃÙŠ˜gïë,..úŠ ¯FõîÞqø‹R÷WQ××W7ïc4=±Äû¨¢ÿÆUôºuþnpý*åãÇ?ß¾}s³òåñ“‡Ü­|òÇÙã…#öÒ½<§9_2ådÑÈ·•û÷f;œ(özñè&åÏ??P6mXOyóæõ›×)ž>¼ûàç6ÜÜ’ò ¯í‹Ó+®šæž[7é͵-ÇT.—53]ûòáý»ëMë¿ÿîÕ«—ׯ_ݳw÷›·¯_¼|þè–ۻ¹g–z¾¿sðŹЧÈûfˆºfš÷ðê!äQ˜˜ß½{ûòå‹kׯîÛ¿÷Îý[ç/Ÿ½{aGåÖÌ§Ç ŸÉ}q¢øù õ³#¹Ïå_ÖEß¿òkU*£ÃÆõæ7oÞ<þŒ²}çÖ[·n>zôè玭žöèøŠ—gÖ¾8QôüØâÇòŸ\yAÿøîÊëW/×›˜^¿zõìé4wmß¼yæ-›n/9]{¹bÆýlÊeÝìó¥Ón)öô)åå‹ç놊ÃsÊ3‡çïUÞ»üÛ ûîß8õôñ#‡ÏŸ™ú‹çÏRLÝÊ£‡ý(fƒžòÇ­Êõ&Õ˗S?êI¹zååڕ˔ǎõZ“^×rô·_«–hn\C’üüï”Nu¯]¹øàþ=›њWP(áúÍú1™QÙ}ilúæ,öÒÇ®×½lÁl+{€Eì~6² <~ªÏJÿ’lîA£ÒÝ™-g/Õ<&½öqâÙ±öWëu‹ìZ7ßÊþ˜®§¦ÈÜÌÚȦÓG0׳g“+ß›VOé6;‘ð^â«ÏàÑÉhÊ”Fèùé ¦ølWZ}<³çì—6ëûÃmö ®-É"òö·óù®útaú|ÓÜl7š;ٌ݇ݥÌ&rµæ½Õ^ˆ–åm­4óNã>ýØÌxs—n^ÅÞ†ÒKͺ´“â':#›Ù"¿àõƒçëéˆl¡©WôÞ™sÍ.´/´œÜvk²ü÷‘'7Û)ŽØÇy†°cZ²­Ë磻¤Ì\fv§=±M7Ÿ½ÛË?YÅÚ×à‡ºë²Í‡½ÐgÎ7oe=ÑV™Ä.ªa×¹ÛE[Fô³²?LYãS_éý2²W0¢è}x?cy{™Üå>›,‡'o÷´‰èGd¼Ñÿ!žŸ=Œ&§?ä&°3-îÏ3:¥}OÿÜÎ(Hïa:É ¥¾±˜ÙvXcãFod¥j~ V“øª ÂòOßâÀ42V ¼“Ñ"ÝÙtšõ„šÌÀÉ`ÿ`ç#¿ÔŸqÈ–É'×ìßfS(Îä^Ê{8BÑÜÐÛt”5Š–Àë'êž]þLþ(õœAuÝÐüC-RwÜaÝp]_ÓqÖÚ›'X-ØGÈYKlï-¬e†ƒüÿ£ºÛúY™*?Z¥×)ŽŽÂWó{)‘H"c4ï×ÝÑ_ÉxÕKä$þ!É.#m/8;6ÔĶ6þíIÝ=ýô̳¬î)¼¶¹YÄè|1¡Fß·ì="’o<­{ È<Çò¡¥ñúåPQúx •Ô°òs> €?#;§½èö kúøLqv(íLð}¥ÿu,9ú³IÕ…°h.ãÈm4[N2ßšø!å^êvã ©4;ŒvÏk‡BˆËߢ†öëBD”ïbëú *‡¿[Ú#½K&?ûu k´‚Í^oåÿL°Ømr ·\öïš"/?Åìé5Å÷Š®£¡U¦0ûõ}Šk5»oÚ-Ç2”o1ùÇ3c²áU•=Ödäðb9;ßf¯ú {n$ò'-öD"kö†î€QÃÈËŽ 59³XÁ^éââm×öši¿M*uô!/†Ê³ÃiùÓ:©Åì9¡µÿßmüûÛºà¬wT¾y*­ÙÈÜ<){e' e>n©‡V‘ÿ?-"MQM^¶“t:—~G×{ˆ ShŽ¡m¤oR°o{fO¿|öG:¬Z4¤Èêùé]ê3ýG£ØKÛL¿Z\5¸³÷¿ûW¬öQîr¬^›Óésuí ŸÙ³h&úMµŠ½É±öúÏÄ+ûOQ-]£Mе1|1fGÑÖÓ{-Îc·Äµæ­d¶ZƒpDGwú).nå»ë¢y[Ê™Â<ñG¿U)áCˆhÞC§©ƒlVÞµÈ.Ÿ†,€s$HCB–Ž|ㆮb ÄüVÖWnGÖt±óa©Sۃʬ²Í±}4’bO1Ér U+ýâ÷DžîŠó¿>'‘Ô™ÑkjoWI\]H[³ bMà¶‚¶„6dY¬<¹[ìí›IøO»¯&üvn¯2¡0dùÓyÛJ©á,¢owqº÷%5çýC …RŸëT&ÒJ+ÖŨ²ÂC«ùŒKq«¯,nháßcù¯‰|å \ËŠÏ!ÙÜP)Æõ×ãþM¼zûÕ¨¨ÊÈŸBø@K­ž¶¬Ã-Öñ…=WpýFä4R–«ï—oÃÏK4Åó÷2½k %iåLu2Ž^ç4šøw¶<èhˆ½zîk¿þrÔÿÍ¸Åæ¥úçò¨üÝ”‡«¥Ÿ`µ&îHD¦# =Ñ­!Wor6T÷.›Ó¼8 ·ßu¦ýüб^½‚äx'RÏKóîÝ$õsú\óW…£ôŸ‰ˆv¶©¶qCóøûü­¸M[¥%X EåÏ´Š°PýÛ×Å2n(g$×ËÚp›ц¬ôoCöÒ†Úeg…;ˆôí›sßó„ÄΨŸvªZ!iÏ\lgˆ#d¦E¢6¸jaŸµàþ¡o'z$€Jä¬lƒÒ/G-þQöÉΓùóªùù¹üá߸͖ÍEå_êcG Y=!xL¶œ¼wgî,~¯°–yb$ƒ¿] ¡ü´ãNåÏ ycø‹bQþq6÷˜g7ó×äÕøÜ'ꃲ õY4*ªxtm¢ð:òæë!‰™Õe)¶ ¼«­,,'Fôí =¸±ü»Á§ð*V}õœ—–”­m"K¿IÑ?b'Ã.üéÌç/þYeÊi²&è N¿µ&-Rtu®ªeµ6¿jQÃc£ø/[ÒEõžÜÿÒfW =‰òèÆá_l«Òê}dú‚NJ\öNh4ý9=Ò"?Áj¯X®;¿nÌŒÂþ²˜°`%›L¿Û£[ă,,¬ ÐÌø-Xs¹p—yÅlöq‘Ý Ur-ÊÿÒÂXnç]4Ç«S)”Þܹü0i/õúvŽ)ˆnY¼koý„VÖI+£Íúrïñ£Ÿõ•qs•ÌÜA5컋«a‡_нãÕ¨ûud·òö½úOã·9¹6ÖL4Œ»~âfa¯âÒ¹aëƒ^éƒI­~¿ówô7™?3Ê v•}‡ìÆö^bQT{z7n ¿]~™Ú$ý(ßôÆ¢ü qÎÓ–’+KUOâ‘Þ‚‘Xw¯(ÛVþ°÷(YTà|5§¯ƒwmnû¶òô7ƒxð>EÄþuk¤¥–?t]T2gíÕTÖª$uVˆÌÊŸþŵ—þŸH>«>¯Yο™·RÓMÚLÖ[©ÎŽWA¼Ñ¼¹‰w ¾m¼Ò:}ŸuÖ¿ïpües*zHGÈbwÑ­úï9Òöj}*úaòIïÛ¼FøWêÜÀEs>æJ'•ÖÑü ï5и]ýﱜº»#kbb|àü Ïhü¶¶zßOIY5‹yæïýók,÷ ¯Ì\.î Ÿ¸Oùî?Ìÿèù]ž–R(¾xw7÷+ï®I#î(O|¥ü€ÓD6áãw±åò7a¿/",€qH7výÜ•ÈmÄ¿o8.»ÉIL Ë Ì·ŸëuscSó4~boýÒàÁãÞs›ð SÄ/åIQŠð¼Vþì ý«ÁïIOr5¡ãý¸ÉÞ¯MóÅ>ùi'q,x…Uû7QΪá !Ÿtóç®LhLûå§M¡yÉhþWX¼ÑçšÜ»hµ¨î¬OÇ#‰ÎmÁÿј%öÉe+ø¹òV úϳˆ¼_Gµ™=³*@xõ+y>•ÛŠNHO•q³TMò|‰ñ¶×"žÐÓ¢HçK,ôkoQ(·ÿ¤0M*Ûp!¨>¶ÿÚ ýÑÏ^žÏ’¿H/q)¾ÿBûŽ ã6çßÕgˆÃdLŹ †ûñ~êZÛ(bVÆ,nþcõŠºG˜JÕ"ïzXŸ*ûŠôiœÐø)ïYó}¢¸ùBµOë¼ò€KA­òH PÿuáR(±V’o‹d¿Ýg|¦sÛð/Wø¼UðQªfy5ç´Çè§MDýKêóöŠn;þ%![¢nr-¨yµô¡#íQš¿‚ìß5žÛ[¸ÆçŒ²Øí u!mžA±(¯;A¥¤ükE´~…Å|nŒæÆ}2‚Û—¯j|fªéPzw ûó7;»éu9f¡Ù»rûó—÷S$Ë‚4(ýòð$¼ãF—Új¿ƒ¸s×™¿hžÁ§º РjqÑŽ¥ài³FzŒôÉ[Gßãôæ?¯óyY„D—Ú€òR8Ï*¦pÊæ ÓDÛ C’%m¬¿Ž_”´WþÔÓýÑhñ­qGÛȃ˜oÑjÿ&í–è^¨eæ­îöíwì!þTå™±l˜²RÑÈBw°ÿ{­ž Xº° [I¡vÞ*™dm…Y-sU~ž\ŸhT¼EVŽ~ ùý9õ_^±—´À¢‰öÝ.™’zZpßt@æ¦ü8Ù¥ŸgeÝ"TV'¥½ú+¸á‚‚q MdçÐøkN”?€} GÂ^ÓGÖh?Íź\Åuâ˜$éæ{ÃÑ8kQåe4Æ;àŒ8jÎ"¼ðW «í®tK¹¡‚†Âóf™»ò¶¢‰ûg9‘® éüEøIü‡„;%cK œ&(÷Ø8Dv?㎢™EúŸÈÝ­Ula ½»šsÇÿ'£›l¹i]”~ïñ_ÕÜÁH7S%î²ÓHê‡VónYØ?3M0[.2ÒƒÏã­—Lîš' Cé[åfT³÷{ZÉ£å ê§H"ªÂWpSy÷üïë dçPú6¸þyHRüHÍ´óVŸhU]á'+9²‚—{Ð?Âg…¬é£‹ò Ò÷©¦©dDc´j÷ǼÎB®d•L­xcg7{1¶–F*«=¥ÉCs5}Òn¾â°¿\¼ëÊzþ‡l¤õáœÚZŸ×n÷¢ìgÉ2YÊ}QþÒþö®^ä‹d˜è2Ž]är²”»¿°‡P,)•­PTªFU›:ý&@Z‡l¥=c˹õr…RI9._"ý BMýSš-B¾®²¦¬ánPtò%#‹—(Þ)f‘»„.4q_ð]„y“,%gÖ$7²ýæL6Úxâ««Eú»DŸP¸s»«—Ù\Uðþ¹[ ë¿ y‚·Š¿7û.ç鸽– ’Ùŷú…»àüë‘O<8uÙÑ®»Q™Še³õåfîC„iªÍ²WëU)DÏʱuR·C¿+oÖN;nå v•nEýßH•ñ+Ò“ üìàÂj–LPqµu®õÜ$~FNd½ì]@ŒÒ?ÿj¥Höv™u×fÿ㻑„\ÚMX(Ù({«L ©@¶Ñýbm§Ä~ÂŽdô[øÔÎWñ[yV§;öÛͽæ=iùYÑ®ò:ÊæªùäÕ×R‰õ‚¥ñ÷mö1û’{äLØÃ=$ÎÊé* *¯ÐB•”ëc#¿þ^µ´5šÍ®g5/'$"ýÅÏw­Õ|Q4QÉ‘Lð Ÿ6ÿ/Ÿ¾Èò—¤—Åz:ׇOÏÙà6[óU‘ J¨6÷¯üùÁžÈ›ƒl†ß.Onoõ<âxîïñÂ%4ÍrÚ©Òˆô‘塯ö§•Ï#\&ôÚ!®˜ï#œS¶­"+¬ƒ*§¿Šlƒö6ïD\ió†ÂSN„ýÄ}1n¬pÅÄzºF9­Tɹ;ó‘Ž!V@ºXÕè"auñž }E\I÷žÐ[Ø!Wk6¯k£JÉ}ˆÛ¦¯šA²óŒE™ŸQG2úŸižÏUð ’5útE­ßì?–ÆÎj\*…"¢;’>~kz WÅ®šØËØ7 ›j•Jž÷¿Ås¥|?a÷qͱªŽª¬jýwžŒT´´û\ûQ®œï/ÜØO¯ê¬¢¢ô‡gÔ”×Pƒ#jY­ÕJÿ,E!?\8LbÖ÷G­Õpj@Vm¥uDõ_˜â8<¯ä·e#+O¡æŸ\S Ò»äø„?AÚky&šä€‰VÑŒ–c‘oGúòKü>ÍÍãEša=Tk°ýZAôO:²|äµF„&óÏr øaB÷¸_Òúæ<Ô;žâVâ·ëGZ?±Ø‹ˆ$£—eÉèý3ù5î þœÜ1’£2ºò$gTÚÓD¼•Š=ˆ_j|Bl&ò”Óø7¸«ø?啸û«“&5³Ùç·V˜MæÜ€¨K‹=y—¸Kø‹ÉÙeÚ¤g¤ö—a |œÝ],ÞIð·…^ù]v…»Œ?Z2JrI–ÖWÑ‘Ô̾-öùþè‹ ¹Ã-å;J}$O&†«cƒºYØ?ýpÞGˆñ|Ù<¥ÕöpE÷¸Ãøû~’YŸªc‚Æ >´z¦¶®…7}¯:¬ôB}0îEªä®áoRTJÖICÕsƒœ¿–o¼‡Û2‹›»ŽßZ1^2 0L¥ìA¦_oµžÑÞÞ½^NÊ çøÓ ƒ%dkÂU}íäß´Ú¨ ž4®ƒpŒÌÄO†JÉTEw{‡TŽ‹Bã|F6Ö°Ùu‹ÈœC"þtŒlIÎÎËX»_âiø=Õþ’;²éj?ÕØZFûvã OÆêøO‹%÷dwrüUÞ¹ïªÞž@ÄúAv@{B w²³¿þí¸»×£^È"r҂܈ú·ÆŽúÈæIt‡×’W&”!ÝÕ´8Yã ,öh¸[ùK‹¦K^É>+R‚>#Ä‹´\xøcÒ©ÎAV±”¶ØžŠÍ™Î[Ïÿ*“<‘MEòçÑÖ‹‰Ï1:ßigwKT2w#_¤—<“MG釄§ØDk–R(åúr€Í>ñxÞ(Á5QTÜgÉÏå&å9«µÇô劲ڛ}ÚþÑ/X5ŽÜí‘|‘\Ô\¸•šIjêiËç [(i[¥5ü»Dlã$×]pI´Çw¤DT,³‘¾©Ý~Z³,Ç ûó³-žf^‰#ð?" åh„àŠH'¡«ôfƒrÎÂAèÌE¬{[c[Qmý¾'.áPSºë­/ø´ê“¦\Ò]³UyŒš“ðÉBSçV<Æz>ÈÂò»>l(òÂgq…=Òü{¢C’úÒÛ•£‰Õ=!ÿSç„”×4žK°}Uß‹-¨í“|•$®m´8­{RTÁ.|f./ ý}«×$Ø–²”ȹÙÅ;¥Þ‚â’Y²u›•ý,¼õìX«›ˆgÓJÈ'ÄJODÇ%M¤ê›ͱÚ‡to¶Á»Ö7”må ž‰NJ‚e}Œ‚NX¬¹wǾz4:Rbõœ#d4|1Ò¢û¤oøD‡% ¥—Í̓z²’g/O³ä8X¦žfÕž“r7ó€T:î‘訤‘4Èx+‚ÅRТ¯áN‘/²^aý32nÌ]“WàÿFtNÒJz]»Aÿ@µ…\Ù¿Ž÷Ì!âõˆrù¦þ{·íH’³yìv×&\´‘Ö·Pxâ¹A·XmÝÄyj@9ò6{fØ•jrý…è´¤¹T!ktGµcD" õ=Ö£ɽMÓí®izÀ¥£_‰ÎJZH)”éª{¤†úÝÃ~ 4@^Å4ä‘6 âÜ%s„sÅ×$¥;e„ü’»‰ÐšL¬ýïK7Õ ™€¤µ÷–%KzËÖö<­œ#û_×ÿ¹(½Z|IÒN:"€ª,³J_f3ØAÚ• &ýFê)>|ÞÂxñ1Ei+ÅÒ°)>ÓTƒOvŸ¯ç[ìÈPðbõ%½dåÒ1”‹¬4üu䬴¸ƒ€ØéÖ+ô–Šã‹§¨xñ‚úâ{tTÀ%å¯8ý9¬kžZX9évŸÒ8éÕ:PÊ[3á«èޝ³ŸwÀYå['0Ø^9›¸×8&ãàAÄfâüä¼Wü:âÛ’R騀sÊ$»» h&õke{Ô ë“BÞ|A±NÞ×ï^Î ål¤wº"­XýŒL‹wM´ûŽ@/5/IÐLüLâ }S©\h5÷6D|¿ÿóxs Å›U¥ÿ€+Ê©hD½±ZTÚµ\2q?Ç…þZÀK4?’|ø\S¾ÆùÏì8ÚbWmVmù¯à¥ è¢7Ⱦ|–“ Œ#bcó¬êñn©ÅÄØŒ[â*W3!…²Š—!èYœ&y7ñEÎåSÙ³ Ü+‡U„ƒ¤iÑñ«z÷ÿØ}ÜdAWŸ’ÒG9·•PþÅäS|ÑÈ IŠ»Aø¡!do´&®ÈàR(Ëx)‚Î>¹ê!~ÅNQ“PúSDO¥âÖ×.µÑ~6^])¯ÇøÂ£ò~dÏ”×TÑÆ xÜÏ[øœxšo¡ùX‚S·ÇD»îGZõ>ÖGå¼nã¥~ÇåYæ Ô½ ÊEéG`ùwÈNÏõé߸ < ßx o»`#Ýcü¢üË4Ìàœ¬du ½Û.en5õß:žóxgŸÃòQ~sæhâ⥽ŸS[Á¶Ä:$ÖöAÖ·ÜÀë&qŸE½òU6¨ì†J²ì7B‡%âXE:Ö§ª­ í×9á9bâ1½9¥òàÃÒ:ò]ìà]”ÒT4RúvP™*Îbç_O‹§UìE¶†ÇÉE'å>~Ÿe©¥aÁE;Øi.ÖyÖEm1·YgzS(Šu¼I—&œ–ßžøE¶Y½’·¬®}Æ5ðœm±ì8÷ªY£–ž”6”/DcCF³¾ú“Å“qspÙúYùá“34BWñJýiiÕÎüÛª©¤œŽùÎÎV'ìCäô«|ôòO¨å+hï û”ˆû§Ô­ù]y³xçÆõ+|ËêË{êùS8:cÀp¤¯Y5xò#(”¥Èà ¯’^nñ¼©ýª2’Þ¹Ñõ¿è¯^AŒxô’´…|¨ÞÓÌCºµ„h³Åx¤­…MB¶Ý1ÂÛÎk.p/“ž•öÎ1šÕÁóPþ…S&Ùï;¾½É›°-7`m´“×B0D¼BzNº[—Y,Â;Âç1Özªÿ½šÕ`µBç}Ëï ï¾`¼Ï É éÚ “ÊeÁf¤×†[´á=,Jì<ø[‡x,‰·Ï*I¥tŸì bJ¯jI®; ô9"¶WåZj¯ÀÏg•ïézÅ…Cn?Ò\’j¥ÍîÚÝÝ~€×Aàã³LrMZ¶OQ?wšUÔ´‚û{µÝ”ƒ±vÍæýeýq^A ÏTÉ=i÷ £ŠƒªËÊ÷D¬a)o a'\%˱¾Züö$ÏYÐP²Æ7Ưí¤eªCªßðµ /,ïýÕÊ«Õ"KMOÆÂóº B}:JnKëM:¤Ø§ÚŒ¯e¤8ùÖ>î<»ä(¯› Bœ"¹#í|XñL]ADœ,JúÖB+‰m²ŸÐ$ýÐg#aA3ÉßgÒä©ò¸j1å?òŠ×yäx{øÍ%b¿Ò 1r¥&x‘Uú‡NYEöàR5@Çêðoa/ú4¯· ‘ÄäûHÚ%R¨<¬J/Ølµ>uY#»{(~jK xmTÓ™gyM$eÓžH;ÅŠ•GU U¸i]{‘Ì#vâKѱ[ØÇ/ûªn#é,}'u“ßSn ¾Ÿ×¥è¿¶À$Ô–DÃi"zPŠß9oÆúàçÅ ÂÏZë“ ƒˆ¸`†—« …d«ï+©‹\¡ÜüR­Æ¶/¢«½Ëã/òÍ„“‘eS_ä&HËÙ•ûFê*W)ÇOFézm´ÕÐi’uÄŠp®Õ8¬ÀQü¢' Ü¥_¤ÃÚ–B× Â>çB¼Çψ<ÚSØÖ}Š´ò~¤[þ$%ü™TÏ"¦è³p„ô£¤9ºêªfbÿ…ßގ׭Ÿ#ꔸ€ðXà5ô¡øWkíò’$ ¥‰(cœTh\÷QꦸZQ¡™DŒŸ~Äþ…kçõ©GÄúXÄ.Ç"ÙÑJL÷¢ŠÂ”䟥Ci‹çi6X­UðÈÈÃ^¬ ðø p[NÊW¹à  Žh¬´¾,/'5ÉlжY9¼^1Ù_e}íj0T¶W²íÇú6”ääþ\±×"JñG¢Ëª§œ¶2ˆ l—îx˜GI Ò[ó릗z ¯ñw!Wú}±ÍÀAå÷F-¼…X½xIì”à{|ޑ֑ªrT»J—änÀöÏ4J®ÇÍ!ÊÝYœƒˆ¿›ú q,õ´÷àì£>]EÇó‘”Z/]’Ó(p‘æ¾'ò?,ôF4úÞ‹ˆ÷O¶z.p6%ÝDþ“褬¹ìµ\§x4µ ñ.–²j+þp|§çð/>ϳ£èʸf¦7’ææþeŠÃžÒ5$?_by–ØþüiLD*:‹Ž PùuRuN“@ñ.ás!fI¢ÕzÄM›·é6¦6óš>î Ò,Òâ1Š·´w‰2g¢’̤P<-ì‡.VOÜÌ6ö§1*¯ ‚G(};ÙXŪœ–Ɉšçü-Nõc=DtBxZÖBÖ…¯4›+Ï?Çâß„­ ‘]þ²ØY1n³ô¸¸•ì±~»â²nuÿ›RœM<¼+¾r‰×5Á!Y‚´³¬®ú•âKè}›ð>‹ö¿…5þ2‚Å»'è:!Ö·Å–ßâDa Vå׿Lª¶£²Ürkæ‚o¥ÀyB‚o7Y€B“<'x”•©Þb•þŽM4þœïmA s}{ÈÐøêi³qt~mmø™Å÷‰@!š* ”Gö L¾ˆ¼‡ðšS0m<¡K¾Ï*‘A,Ÿ®È ™\ñÝ7Ùµµˆ üº‡G¸Låkò‹+þ L ‘Mžg#M:€ˆÛÇY•i}ÁË.óv[Þé“GEŸÕ¯ò_}TÎîEîóßa7r ²ZŸî+ñ9åо¨ÃåFµ[`Jðý¨éÅeVïÑYmõV¹/VÑP…Ø_ôNpAÔÍwª¼_ñ|åÕéQ}ò'Eÿ§•OdeopÜìõB'2ÉCå틾*3‚Kðsq $óA¥Èœv?rQ-óá|ÈF¯W‚Û9ëåar­zH`ZpO2N³ÛW»ÖÖ”¶iüC¤·¬ó¬mÏ’ÿ]’¢ü­ŸòVâÈ=sCû¬\e7j‰ãïm„w¶z¹vJvŠ£äÁþiÊ eñ^Ê\™íÓóóúY<‰ÿ–;¼ÈóóÎD÷e –ˆɧËYk“”!ÅZŸp æÃmÎêÎV-^\½Ïž÷õ}°è™h«8Bþ&'YiE±‰÷o)™°n4Þ}w ÷ãk_ŽZù0öŸº¢¿©æ:¾ñò/97‘ý7˜¦Õéô3¶Ý#M*©¶ÿ°d`W‹9ã•=$jÉý乨”Û2fÛ[ñ¶›UÄkÿ +CmºÐéßã¿!_ú²ÀÆ(;Œ[#Ú-Ž‘ÌÉP~Z3µ¿Üâ]f׉xM&÷Þ„kSBŒ±±^\Á:‘ƒo¢æsNûŠáe6ïLô@Úà yÔ t¼=ÖßÈꟴÛ]l Éý:»&läK—Nâ*ûbïEøß$ðTÁ]÷Qñ£ñRßÃ~“¼ØýU ´÷I tåô,ßÓêéÁ"”³ n¿µô±U0¥³D#jæ› ß­ìÎjü7Ö±oQk:e Qúh ù‡ö>«G:ú9iÁõ–èDM|ûíQ²•DˆŒ¢´Pš¦ÿRƒÖî1¢BÁfQ;I°_sy¼ÂMµMßrÔ}d§âvoTÍwØÄbEjÁVÑiñi¿¤€¹Š!¨ýF£Ü›Oíd@㇙Jî6¼ EuzIì=(Á«%­3gUÙ^¢$É¥üŠ…‹jƒùT33~>6ôû5ˆq}7ŠZù—6QTºª®ZõkòmÃkXŹÆ[!Ø-º ¾â×FQO}7d¤Ý]Fòf[i¡åH&1ð ¿Á[%Ø#jç{ɯ"NVfe=”ÕVò98¦/Z"Ø.:+þ ¥ü©xNzï—«$àwÞŽVõæÞ2ÁNÑ9qD05`²ºgHRߥÚ¼Fi¶à9ÙC9ÙÊRA¥p#úÎX¨ru°ˆ½ÏS¦’ûdeyKúæÑ¼%¼rAŠÈAâ®`æü¢* ¾æZM^ï 4Z©›g"«ÊqÒ(×JÞÁ>‘³ï=?~@".øœýõY!#-æc¡ÕûéîxFñÖ ˆzøæùqJÝÉÎX­|8!Éó§Ý7üû{ÇE½¥Ç¢ÄÑ…Ÿ•ãȨÝÜž5µþ3$9Å<,2 ®ä÷•*ä€Å[b¶„—¶²wõZ‹(|Kòž{8ÁÞÁß¼„g~ò€9Ń#Ý¿?æ=]°ÍÑÜi8Þ:ÁƒñÎR¦Ÿ4 _aÏh#ö¿rI+¤qÌb›zÿiá—»z(öSúMp•¾òsQÌ.¢%tÂùÏ#­Ž¨ͨ%ÞÚìf<6ÃqZîÌA}džÅ¾anÒ~®ŠÇÅeQêZŸ×«kµ7iò´w>ceëgo‹ôê‚Ç¢µ±e¥Œ4‰Sl«™{ׯ6 ÷®Sœ!r‘æÉo…(ÕÝ£´8ú0€(í¢NË-öì/ϦP.ÆQ(?϶¾G1¹W¿]èÇžÚõÓßGÌxÒ¡G¤ÄB›ž!"Ó+±çú£Å;¯XHÉ!/5H…¦LŸ!X´!}k´g™½vhï(Ï­Ï¢/!zÍØÂHå×é&d‰îŽ~Jì]xZkT¿=ªAcdi¼Zü9$³Â»0gÑíhCb7§HKö'ÇcÀÚšïpßÿCø€’M&iÀ¢Ø]")”q溵¼ öð‹,$K·"wE‡%ç“:­OäF¾Äµá|÷Ø}ÿB¶Íó õCšÙS–§í-XÒ,ªŽ‚¼Gãà¯Ù¶)ÆD¢ûz»SñÌu­ÐùI$ÇÏØœØ$ª[Œký?+É„ÌÎ.·H¤·¸Sdi?›».)-ž?ƒÅâ÷ð‰^„Óÿiõ6Ýè*ŸÊ"ªý˜ØWèïHÓ¹/Ô=Ë‹f¨g {8Ç|6?´ˆ3VåÞ2w\ò”‘ŒfÊCvtO‹7œÌ±yK­Ú;~ˆ4 ½nè¼d]ñ1C?×´øe³'šµÕ<ç·Dì`¨•/£Æ÷âúÐÂ眇¹•3ºE~¿ôý†.¦#ËŽy“)ÁâRÁscXáS¦käÍpúúÎè|ZcÒŽ‘à(þ)‹}ýÜW’+ýCŠ7™ûyž`·,ÚØqId4¦©Ñú·°Žà8á[×aÅ×uÆq9ì¨å[Å_ÛsûNŽ)œ‰#¥¥‘ÝHï¥Øêçk|_ÑÎÜÞ“‹dJ1ë"G©þ·ýŽÇÃfNS¾¨‰Lîr§`µ§0À¿æô[s• Q…ó‹Åx;–GGO.¨=¿ ÄúH/¬1†R¶´Ü¼8¡ÐXÜcÖ•ÄG‘þ1[Ðùí5ÈÞ×ÈÃÎ'öq%ו9 ‹¬Ž©øƒz~afñÉèK‰ºH¿˜ìP-^ é‰ô¿†\Ï<•k±:¸ë´‡Øçë1½Wd|ábÕŒ‰1‘Á1j|Šuáéá+&¿Z,2ynáÐBÅŒk‰ôÈÀ˜P«xî™ïÊ£½E S /.˜q;qsdØw¯w {hçw íZ˜V8 ?oFeâçY¡1Ÿ°>fLù¯ý¥èèâ¤ÂOÅê_;˜zLÅùÿHÚ‡ñÝ&’r«‹ÕžÂtd§¸¨GMN.Ü¡.œq'q}ð˜çHÿD~æ§$ûùM #Û‹³ÐXª*è¥õQSRfºÇP£‹V£Òã•~'yK¤µwÙÕ†¾¤>?œ›WðZCŸZœÂ™›Ð#+z öÃhëÒrqdàwÍsbNýÿÐŽ­7&ôP˜Qã­vœÏ‰)g"ýýöØõÏX¼£7±bÑZùŸD-ʺ UdWŒW+5š™Ôc?j©)u,jkñlÜÿQöÝñTýñÿÚCÊEöÞ3²³÷º®q§½÷.3{Žî²BäÚ»ˆ”²’•E‘HH²RQªßùÞïýù¡ú|>¿þ ó>ç}Îy¿_Ïñz½ß'‚Œ¨!ÛwI~ Š´ûè[U1æ^žÐûH²Ê~TÉ´+’ywùà¤v•tf¾Á´6ô­j sÁJ´?…<°¥<òÚA¡ÿ=iééâ¶‚ü|¡Ç¤bÒÖñ¹€Úݵ~ÄýXÒõ²nÈOº÷j RŽ‹–¦ö¥mX»TÆ™—–yCËì£Hý/pò€0 jÿ~}1B7º¸þϨ@h<Ô¾hë$ûO­´¶óʯÒzÐh@ƒ„ûC»áq{œ°R2ò†]¢ ¸¸í,C•e¶Wèu§w §«é3NG\†ÀS±¸R„YØÑ÷öøÂ1¦ ýºâ˜ÕÁ+}Ð>xùúÕ—ýÕÓ(»³Ão/­àÈ(.‡CŸÂQȾ]`íŠöveõÑ2ËüKRr ®Ž,Ý¡7s÷Ô£\Ù•Oô"!$DeõÁ’‚Â*á>ò<ýÖA§‘zõxÏ—ãÆHó,¬5A2­5j>Éê¢R `³×ou…¶E»ko_ZR~ãù•VË–mðylò\Õz•íÒ>HvÖ’¬ZÙƒ¢+$ŽbküÞ´ëN€§ÕYOü%^{[ym !5¯ßjRêIÏb|(½9}ëIH¾ 0òd6 ÖÝÒ4¹úßñÿ”ñ”•­ÑüçÕëwð“qÿt,œ¤5_’pÿ„+“FLÓœo˜_¿zÓú-ÐÿjU«÷d¢Ëÿèï»Grã#¿¢/Áý nXuQ#®üaì íÎp€øwÒMtƒY !ˆ0 †Süÿ;…‘´Á¼ ÕØäGx À<Švø ·iÞÿã £cé_ _‚ –ã<Ê¡€ýïÇ:íÙëŸ`‹¾Æivø:sÜr®úœ|Ø(ÙÛp©§{?¶žÀÖ˜«^ —áq@ÿéÉ mž§OwðdÏYËw<§>p‘m),˜°E ±&"•Hüµñ/ù˜:p¤üHî6Å‹hÄ_&ÜÁ¿BJX«°ÞÉQv²"¹ø5’_ö¬Êw»–—³#*YË9£'ÒCÍü*Ž@š¡_arHöm¼/&i]€º‘òð¼d5mKâ p`œ¬¸l< °·ÊC­Ÿa²¤;}(yÈ_cÙá~ ï'3*ã«‘fÕ%”{И²”TÍΧ xèèBìýk5½"9jì˜Î»T|׿ªP@â ¸÷0ŸÄíˆNâå¬[&À/øK' ÌÕëú(Ûô3ÑcHÐ2áwHO`?À_0¶V;êì«ÒQöé0ÅTûИʮ7ýÓ¥õ7Ý€±ÝUO»ê\?í`ÖX-kÕ-C~%±Ú ¯Ým’]÷ž¥ƒÄòû^ôcg*ºÑ-AÒ®¯·goÛý¤HwwϪÎÓ$l>‚¥KO1{PÍAWV!u‘ÏSdäWŽÿ/ó7Áø¦ ¯V‰°ê†V µ‘­$ÝëSú_ç?ƒùˆ9Xmm5­C¦K_ðžjÀïÇñïb¾™$¥ÛDB<êgä2æMÅI½ùdÒ¶B¾ã»Ì–fR«Òßö@rZ_’ UT.Su¡ ª8ŒŸÉ?ºéjWþßÏGwœ™x–¨}Øü„¹‚õ”ÎññçðŽ·º¤QMö ¨X¼Ù•ê1Â3( œ hï½kåiå¿|qÎ’–ƒåÁ«XAá¹Ò1Û1Òf×>¯/÷ä¬Èν#ª25ˇW²~¥‡çK—âo80ÆÏü–KYðÛ)*y×{Ö(á´ 3¼;dÊ gcuµqJ-㲎éÕ‘ÑÛ…ÄTï©g¦!E#T:–Ë…·2}= ÷å̱)%;ŠZEñ¿å ~ËV3ZX¤9ðgÅ (ܘáµdßÄCSã®E땽¹JðHæb¹`2 e’N>×ïí.‘ýü¶«ÀMöÐWK̾ᥠËÈUX0g;IŸŸŽk݃âKäÞŒ=Õ›ÙÆd%‚=Aÿž ͇­"ƒwáa—‹±çî €Ñh쀭Àº›û%¼‡òÁCÿèÆŸÞv±HÊôÁüò7&ª° øX‡8¦°_,þS5]40Ê,®’*òJ±5fÞæÈhË>ÖvB1)o´Ã9¿»c$¥m×CØÀG•]sB[†õ4E~€ ú¥pP/R}ôÇŠdQ?¶ŸíeÔá&V ³KaúóFRüç>$ŠºƒkÀʨ®(óÜn¯…ù[»%à®Á¤§´Br@Öð5؇[;žâ™ 0üe‡å)LV/Œ¸`ó æ‹ȯâˆÎM&ûÌ÷íâÌ€Šä'iË£¶ü$]…jIßòÀé”Ð[³°o"¤è±ð˜hR '’ØØá®u?ÀΑkÜGE»P÷Ò›rq_Jè¬Yìö¬y@ƺzà|wLwÚñgßiœÃ 8§8G8Š{û\[rÖºŽåÇv{¸õž/ó83Fš”í4Ð8€œéŒDqa›±}¸¦jFëo9ßÿ¸j¥¸òIྨÿwý®ï}Å<= Á‰—°X_²ßGzþw¶ý¯*R$ )>yÏ?{£ ò|³(f¶VÿBüØM_<—húÓ<6Ÿæ÷–!$Eßa|?Áû)Nºº²L~y†ìyØÑk‹;Eöƒ›\þtý6ã¶ôÌ g8p‘7»:ü©ÿÜÕ$Ä‹ЗŒ7I~±à¶÷QO^Öm<º¯iU%AuáǶÇo7i^ݵ: èŽœo~Dö³»ŒéÓñU0ʨ6ü¹}˜âE}Æ?Àå—X,®”à†p*äxbÈ®5‰zÐD*Ȫ ÇøˆâÊdºâ´6ò¯óׄ—‡«u.ðv[É¢PB·Ë4毫œ¡¦ð`ü´“2è=õ;ØPõŽ=ÇPo ØE ù*U¨1<…4þ ÿ°ª¹ò/®~ Š1{o¹‡4‡Ó“ú¿@ÆöVÒXp ÿ§ç—Š:›nˆ…¢«±P3xÁžñ?{…òüàx@áN¢dÓÃÒ>âh *ÜßÞpÛï(fvG5†ZêÅ?Äö,”\º[â2ÎÌŠ/ÃΈ¼°#o(òûño$WˆøqýêA4Í„¹Õ©,ÿ¥wáù‚Žðœ'P@z©p0+U Îüã7+K¯$¯¡ÓñBXso‹­-|áç4fç.öSªÇKfS¸ RÛ)²CQ€úDÁj""ùÛº€û¨˜2‹å/ «bÜl@£$ë¯z’Ï \™ú·Ê›íUwªÍrñ]”ð‹9q0?2ÇÐúK Býo5-(C³||yÙK‹¢ý6…A¯Èï[§Jð1È"Øo[GÕËn<˜Tƒë#°@·*’`GV•²=FZ+"$#ËÇÍÞ>’„ðqÀ 25 ®–kU&Àœ’³ö¨¾ámô’—}Bªá›ÙõÅšGc˜ Ü€•e{U¦sÿ®¼ñº4&œõß·É Ã’•ázhJ[…ã—¢´$§ÀüÂþ6çªå€H$ýˆÀs’üƒ~ ¦?CÝ”ìÝrË7Ué°«Ñí¤ê»{ƒú](½#74‚rÄŸ?;hñ¥R±  !á刿8_ø»ÃÅWé—- o-Äð0éÐõ=lÇcG®‚›íôŽ ÿimÃSÔ €"O¨[…„Ž«ý7ä2Öî[Ú€ ý.=ˆ\ü;ðæ* Zq\N¤g˜ ôúê¦üøéë´‹ößGŽÚ.ŽõE‰qFß' Gç—Èq ½ í·þò…[A@5m×}Ρè¡÷q-|E¢œ}Êøv°Y7ßÁ|,Ïà­€«Lïá#3Ll8>ˆøƒÅ¦U¤³$rÆŸ®8úGW÷€Ð~)è9¼/ðüªAŒ6™v~¿rqROŸîq0—'q%Ë?nÙâ+ËŠ ÞŽú××±ù-“G¾nð2Š ãIº*³Bxûú‰ÿ¸›²i&éOcåòÆå[xÁÎÚdÙ#à2‹¶ÆV¡´ëÛ, @Í!á¦‚ßø»ÉÓô˸#À™ %û‰PoùÒÐ5üõüA$섟$c.aO}Õ³ôü1BXb¾D¾p–”_¨ÿíkôÇ]þ|'7-ç0¸p`ü¥@BŠÂÕ…³¥WIï+DÈ”½0ùãZ<&€ôa6¸¾¸»xãýO‚”„"Œ¶ï°ˆÏ?_Õ‚T¿ðx ‡€ùpe¡b‰‚Ü­ŠBÀw!ï ±ìHYˆ4N€]àv¸«TÀU s#-hΞKÁTœèW¼ò›zÍþ èi7Ñd$=—–«n‰… _C\t§d>0»I(]bŒ×Ó4-ñê²íì8ûŽ•‘Â’MäÕõÃ$'ýá6Ï:†>„“ÀÃ,ô-s OªShR¯_| DÔ܉Hž¤“(Ñú ð ]Ë,²Ú”5,âê. Ûÿ—ýýÏtÏã}º6vÀ*ÇlñŠ)/MG<&1Ï?:Û(l ‹-Àbqª„\Èb) ¸Ÿ¢"¤j·yR¡…‘ã«éY¨¢åÄŠŹL°7F‚™å ˆA9a[ 0&þKL¤l €ñKåÔ†ï‹&qI>K0µ,€|«„ EI83æøÏ1CêË@a0£ó1Y8‚¥e Ä–…`úïºçkš -쨧¨%9ø$š]€ µä#˜[!#° Ä·Ô/d¼ÞÚó¥C¿ÿá£;ªÝåÒÀû•‰ŒÂódTXM^:¿‚å"ÿ¡~Nû·J{iàm±8IJ 2ËA”þ%÷žù—öüÑ%˜IAmÄB d&ð"éçZÒüYû×ýÑe˜Ë» U X>Bœ¬žÄµ÷Ùg°#óádZ«Î©qR‡ }ó,@°· „Xˆ €ijEÿ7Ç©EAá‹&b¢¬„¶–~±S°e2‚ü÷ölfBèÌ=\™Å;‹7.s°2ÄE¼ ßÅܾ͟óOíéYC™EÐo­ÞU Ž–£Èw°DS»€Ñ±+{ñò¯_Å FW`šqUË/$Öî`F#Ðÿà=ãï0ÙùÆìpÀ—H*xÅB]…iÁË0EŠ#ßÃ*?I÷•¼ØhnWþ†ªRè³PF¼6áTÁÎV‡ #ðaÉ•·«øpLÀ¼¸ó‡†çѬ>‚k,h2ž[„Õ h·À ÉqýM?¥nëúzà1ôª^@qX ¬!Š‹ÿCõ%aÏ*Ìv&G½lE×$Peˆ"ra7!Y\·«µ5O—îÀbÅßvæ3i [Ëø»ßçùõ€ìyþ]#¿EùbíN5- >EIgÈ&cò ŽC@¹PÎêE·L@-”Œ^O¦ði[éXÑîáb’AwÔBË¢ï&±ltö’›|­ÌªàO£Äˆ¤¥Å÷D5g`¬É¡[@PaGDš×whPIo1E2ÛûmÎðù·7nCßq çHÏ™˜®Y5À3"Œ¼ÖâZ«ÞìAjéé¹m÷ ¼\oܘ–«—kˆ!BñôˆÞä_P\¥Œˆ¹f¡õô¶v*mûƒÿ_KâUKEÚ˜CààNò|ÁÎ}“üÓýkäŒïZ7'W¬ÕÅ„úðt–yA`2• Û1F1pô¨iÿtƃäèüÞ¤ô {Ä*Á’"úìJIã¶sßJÊœüÍÉºð€œ‰°Uß :¸¾]òÅKwKôHõ] nE’Лštì]åBàXñßÔ¹!ê£Éh+–bù(Š –]z Ò³í;éÚîܱ+91´c-“#¸øòB’åá+”0›ê¦mý Ðâðù?ܹ";£™BcIÌÀ ¥Oâ+#h`•¥ŠÔÏ Ù§4^Ò…9žÂ§Z®„ž‚-•ÊlsƒZ’O¢õ¿^wåc•ÛNÆáKg€Ÿœc4†lnñÉòIø[¨Qùå‹Úgü²/Œ’ÄòmdMÑuø_à |DPZxÓV¥‡Ù?µE’ï#@Ã7€®´ÑÜ4™˜{Dm$Q$B»p²Y пzè~²_þ™ÍIÿ¿FíW“,#X+å³%ôv$D ýVoÀ¿]w'þšš™ÿ0I0g¿Å»ZÚ\e!ÿ°ÿ?ôΓ@Ò…Dã)R¤ÿnb bS--’DÂ[u‘Ì"‘;*/’{ÒeåŽ^%0ã¸݈…ä &[„ÌžÓþÿ*H¬ÄjOîßàežèt ÎÚÂØòêÕ.„5Bú/\MZ¥žÌ [öײíáæXVàqŽ@ü­N*°uDHïiK;üÿi·‘Û¥ŸP®?‹»ž¶Ïªðj¾­=âå¶‚¼‹þ·‘$ÊõËÛ$¸â>㓬<°D[W„ ½’„ uIøO>î;ÁçlQ»D¸aëŒÙá#¿ þÞRн^:âVñfÈZ¬š'âÜo_r¸cu>K #Ÿ0IzJgáŒûŒÄ Ø[wÄáÀeMdfûüŠÞ—!„óž¿Næ‹Bôîâ<û·ïÀoOM¿'é¸pt0HçmaŽ<‘!Äù þp®¿_ýÄ&þAàÃZ~ÎÃÖR¿©GÓsdaûæÂ{^]Fÿ"àXÜ„ÝÅKÁüvU^íçÿË›T–·i'€m1èË )ÜWó³VÖ6}6á뤨ÅJÊ¡H¯pô €h+{œgV’‚nÀÅ¡» çqF«cgk¯ÍÁæ püùšÉäÜgv8.¥‘èpî»9‹•¨ÇÏi÷ $¤O°ù éÿÍ=Èsr‚QPD¡CA¸Msf+[´×w8¤?Hs>Œë 0š‡¯)’5ý]NÂ9÷î­ÂÛ–Q Šl<žÃJÕÄ« ®³³Õ¿­YdÍu$¿½5[Ê®Ñ`)‚¹o–¨ÉÌà~Éâ/ò»ÚÿÇU4Â×wþÖe”€ŽÉâ¢ÌE½V!>ž‡ÏwÕº_!1ž42£@“yØ¥í=›®'¡õqgJöYpY-C®´q!çfô¶ôÇåK2kÛ¨ ²Ø5Cî[&®]¥#X}†¯XWŽÞ>÷‰+ÃÙdoA Àš{–  wfÏÌù¬>A’ H(·Ÿ¤`Xvù^§‹ìõ&© Cp>AÄjÒõi×ì {¯×vi]²ûà;g`“o H|ÌBÈê+äè•UûŸ{× ¢þ·íln£4-‰!I“xÖˆ©”)†Ê ‰‚6¸5E|µ¿ ôÿ+0/‚þtç ]»ý¼¸I.Zƒ%|b³ú¹ñÙ>“¬?W€>G„ýS*ÞɈ‘:2³AÎ[탅·7Ù‘k³Ûõ-¦$G`}»a‰Ä¬Î›ò` ,)+Š@†ŠÍíçwPûßc÷úÜ t¾—³Úgý-é—}9~¯ÿÃÎìÉ ©Þ’†Â'à-ÁD¼³¥îYAÔûÚžÍÒ®Š=¦=õlXÓ5-¬y>:„ß`T²ò‡Ô'ú%s|ñ7 ð"„—dváŒîÇ$Ÿ¸ƒ‡_¬„ÎF¤Ð;®¯Ox%þ_˜2J¦âqºU+¿ÈØT6Ä”†!—ý¿?»j€=ã)(R°ù SÜÊ+J¨x "mÿ °Ÿê'=;òßöìq°n”„w—à5­šá $.Äþ]7Ž”Ã»ÜÓÑmsf®kš¦àíÁexu«Û𢫟Øaòï÷ašÎrÏœóÂ^úæg“Öt¬íz{—ÜÍæŸ ä0×-šñµðøKì82ŒT«LÆÐNr<\» ÃH*+`A©XNÄÂÐ o£ˆ÷CòYÏüë[ñîû ‘ÍAî`! }+¬M^Ùð‚ˆšÏRúÙ5°Ó8SõÎsÔ ë@߱̄ï–÷!³x&›¿ìtÔIOÕÔ»S%Ì&ö~Öù†­Ù®:ðuýßý©\ ‹À sÍO*Î|AN§¨ô‚u‚oœ ¸À|ehøÇ31Q¨SÁ “„ë]Þøü-?÷Uy™mîÚDóÍü$©©–¯Êƒ,‹²_–.›m•ý´nªixñÐýCçÙÍO?ýlçïY¾ÜÑïñ¬ïÃÇÏ«ÙöýVR¯Ê¶ °Þ|±(õ+ÑÕ¿óÜùîþ ÞÄ/ݶþ½×dœû!79ÕZ\~~SIü1{EÎådålv³—Wfè*ÿ­§ŒÍ±qÙSýµù]} ŽŸêCåî^CŠŠÝÎèîûà¹&û¶UõS&²E¥OQjp€òÓnKÊ2kyvPö!î«à%ú{zHÇšä’76%—ÝìT=ø8­C&Í&Ýßœ?|Æ•ƒ¥(áÄmøRüâwhdÄË"x>×p½&Ô.1öÊ£1³Ê)2#ö%cCÿ‡ãO?¡Ê«ßgâÑŒ¬Yݦ7^æð>9­úéÅP»Ò3†—ª¡G½4CoŸÃ%$Gðܯ·îŠìŽ|Qspù»ù·Í3ûñ¶Ù*ùS¿J<*ö/`þÉèÅ6OùãºÊ‰+QâGwèœ9ÞasüÕ]ãV ógê@WyuÆùã…â‚‘ ÖÏ<¢ªj©n¥¶ŠÂ¡ïOÜ'a˶˜pÀ‡úd›räýÈËÎFd}hT)yÔgVòæôxµÆ{O)l°ŠÆUï¯á¥‚ǹû°x=xÿ"leî½·þ/Ññ˜ü)eé识ê‘bwc'ßoPŽ7.Ü`ë[9W²r"¯ƒ’BƒÛ!Œâ×/yÅѾc«ûZ£¼§…VjËËœÊs˜Ú„ô_ñ¶Õêµì7ž-ïIj—m[òy5žt7îœ5¥­­pt÷ þžU±o )ÆÙ¶0+ J[áxžÚÓ„6?«}\×eÒ¢ 9a³N˜Ùļ?àÔ.œIåÿF)Œ­Âî|eÚùZÞç퇭Ž|°S‚«°a¬ŒjX94ÓÕo›-G¬;AèòsQߌ³½){ôÈ[êsÉ‘ú£'nøH§µÕ5|ÞqxôL¯µÝДõh3_&ÞN)†Çm—3>ùîíLyBk—½ïõEo“ƒ7¨„»é›h-mUQL¸$@û¾žt’(N}ôý\ã‹ñøW¾Gc‘MÌ_\Ü:~ÿ!Ý•h{‡ÏÁ´v‰ ڴ˺kÝÞ« [¬boláÑú¾g‘.ðžvÛÚ'Ú†ò9[ýÀ|ëìòÛa‰²S ãñ +ç¬ßèoQO (¦:¯ç©çŸØÇññh À~Í‚3§õ½8mr"Y·Ž_æc§p&ýMÛ -wk¦Þ‹ƒ*]'Gi¦œ7䂊ŽÒ·ÄSÿaá¦bèòÑÊûšìÃü7†ë¼—Gl UzòçŠâ/ÈëµÏ'ªBDjyÛŸ[õŠ}ÌHB H‚x{ üBŽ7q1zf¢½†uG¾tfGˆÜo´î^f~×Ö™yk'Y+ ÎSÜ>œyXöM0ÈýÙÃ[ç?ö;h(ý@F,£e8O‹ ç(¯3׬+›ìGÅøJ°ž,PÎø§i2¸’¬½ú^éÓ¾£TÅuÒiŸÅ¢#h"èop! mÐ)wŒI'Ì)fß^=ùº+´)ÚbHʲ¦üКs¹É7`Üd)×Wߺ‹CÅçÚJÿÉ?}AÝÏ ‘wU^ˆéz› |C÷š@˜ØÛ«ôýúôÂu`•%$ãõ¯¿„ŸÞµÌD˘Øé©éº^ ï˜¦è^å(|ÀªÉÏôùZ ê=cˆÚý!øEJW‘bž[8ÂS¿MÖ„ž¬¨CŒ·Òž›Hë©» £B¬º•š÷¦¦)cDÌäLìµÄ·>ÚÏzœXM\/ˆwï“F;Åa¾e¶òîsžî¿wsM—È !Áðð¡©töCåǃ‡šØùn„e²QÚœí{פ8I ]—úØÙy\(¸uò~ß²ïåÊ+ô«fåWÍWX¶bÜüYªû>ooqEOS޹:ŽËñõ÷j£oâ´œîÝ’ˆlÏ÷;‘_áw¾úñù&ÞÓÇãZüd•'|0>üSáùëÂWLÃÝ.R•Ñ„_t.“8_°ñóRÞºË´Æ³Šø’Õ€¼6©Ë ƒ³rŠs«aÈ”—iÄfyîâ2VýmB—ékfÏß•éTyÃrbÒ}×pkøÕ€u(ßO÷Ôñ;c-kγ_Ó4¾U½?bt0£ý9òu‡Êj+õæ~ëý°œÈ™¾°¸šUóV6ÐàšœòàäÚ‡ÑS›ûîO¸&ê1°öúx~d­·Ò‡E®ˆþû¨Lº\‰`4e3fTõnÚ‹O‡_?’XtzÝnísø££<åˑОŸ.."J|.Ø·e§°ðš©†1•ÔuÒq-¢¿Öz©§à*6vAA¥apÑÿ{{Îh-+LTÀàôÄ`¡O‰˜±NPƤ¥'e‰PV\8æP{"½@Ò©0Ou¨èúiL;Ú«à{GŒãô@lŒ½ÍO¢µ9æ ½è_ó©påO9àãYÇÒØZ±¿&pÓ¡±?½YÒx¶o?„7Å¡N8ÝiøÚ7}ïÅOþ×÷¯“4åíqpåP0p;Ó¥àP²ˆùñZæõc… -¶§tDCÕ×F֣3¾7¶øvFo, o¿¿¼¥TC€…%èrM¦õú†À¼ÄùÝá ‚åLêÂÍì_N¾;u™Þë×ô¯ ~ªÞ¡Øl#ûx8úÌ:pýýùÞçÜÙà·£M2y©Þ}šš>j9x{<@0³ùóÍ¢rÒ-„ç·×Ófnšñüþú.J§½f¥è­y釠ñ»,Å Æ5Pž ëmLï^ºÕ²èÕÒ½Ôð}1"ôë­„EÛÐ6Ö†îŸ4bšíAØ•Îó·ŠŸ½„jXàò}pŒñÀNgEæNÇ"[øUñlšŠöÑoêV÷¾‚êõ¹Í-|wëîk|齬ª³YxÄ­Š gK/ÕCÝĪJ>7Dñ>›‚R>¿Àd,ëfxÝ{^:·xçáPà¤ìëDQN`Š× Ïÿ=±"0µz—­+åÎ0Pžð÷œ%ÛÔx^6dü¢tƒñs"ëˆ}¶ö'7å°¯íP·c"Õ_×…r‹°Ÿ1?¯£>_{üä8Tb&§Ê? úñ³MÛ–l‹šw¬2æAˆâ¾À8äs¡—&Ìï|+yÎûœãêïY Ò€o|.óÒâ•kè•矦6¸‘ 3/í>êgLÓr§CÜÙ>Vü¸uÿä“(yþv‹Ç=—7-ŠùZÏìSå°­ãôS•Ôá°¥÷ÕDp¾§yø\§r^°¹·:ùƒ0¢¨"»4¤^~Ç­úNÅÔ7=9Þ×O`¾UG¹Ï35OIªiõòŸ±w¨¼Š]oðA1jOë…”½‘oJ«Æ~ïo:5EsðÌÿc¢=Þþ¢ðàŸò2^¼ó L<9b+מ×ù¸Àú¿6*“¡Ï´Æt´VçX>Üåe2µà’1IïshÂD¶Ÿ*˜k<s d¢§§Y&@E$àò$Ÿð³TÙT.”ê-¿ôD\.<ò}ŽÐ»ŠËtÐÿÅro)ñ;…JçÃу9vRýK~M×D3ú>®5 Ôk6öÊŒ‰¾š8yûÙG¿– ÖÛ/>úŸØü„ÅO{¦T:Ⱥ×wSðê‹-ùÄìfz/"ì…6…slÈR\èûÿû-Áp;]N]ž,jBpU»ž¼¤ÔÖcéŸ&öß~B¤ïg· VH¤ã>ÕÀ˜zAX¾ÛËßrâ|ðÄ„ì„Hð« ßà ¥¯7_Ù¾mjU¡¿ NæèÔ¶bÿÚ8Œèµ"ºZõöõÐÚЊ²Û9éc'Au×/Qvg®v3áÕ™¡má^úEA}òíÑ´é3¯©j¢Nµ \{xöZ—ÜÝ}¯©}e¬r4%»7¥17%ÁšRšRB/dCzèü¶aåeS|êíéCµ·WFÛôÞF^š}ÒtÿRÕs5èRèݯi–cƒ¶¼A¬6_ ¾{ä5ÝrÜׇßß„¯F\Š £P¦žLlCM«¯Ú^¢VHìà³c?l+oÃoK·ª»áv\™^%.OkðºóS—CEœ´(°šè®ÕŠùóëò!î%½Vó¾¡ÊKC±æh ãlm¤oSXJ«úä 6šMº5ºqßÄU€lËêÞoœãU¦TIeë°O”Ú ÛÄkø‰*]KǾèXë~뤚vË·î+ òaJ­û&½ÛeßÂVª6dÂZ .¶¿ ]¹·¡¦A¡’ÈÖ~ê­öŠ'ã>¾ìF™‹U¿ú ß㩹UÊ Í-Úˆ³÷£­»j¦^¬2on1D0ß™ì¼Áø$ežgæç™Èh•®ü©ÁUÆ ý-úÖý‰æÜfxƒ(a •ÚK6ù«b–[Ì?Y~EýꌜzzëÚQê²Ä5›Câg¯ŠÂ·?¶hÞW=ò`ÁF–óhüñ“—Qa•9±öÅ©Y Ráamíï’qîÌ‹lçôNpÅÓq%öû…L gÉ20à(¦}–øºM¹­µ-¢M·s¿G]¢•ÁŒÜhFWguAâ×ý¼ãz¹gr2ó]tà–¤ÉJÖ°àdNÏ}¤:Ã}t?owzFS2¢£Ú^¶öÜ<£ôá¸çm)t<‰ BiýNÇÄz ¹BEÓ¨RN:|b¯Æ~_Œg9µy’›F gÖQZNŠƒ:Š\FÔùGqŽ^ÛP»ÆÉD-ÝF-ÜF£ÈAÍÉA#Y@-X@#oKÍkK#3E-:ECÃWª:ÌíFÓ$¯(d•8ròñ¹Êqo§?vѽŠ¥óLlÔP(Tz5¯À)Ošžú†×GªéÐøq¯·cä¾aµ«CŸc?I›ØÑI3Íï{uC5Œ—Ï7›ÿ*c[Êt×Ê‘yõa-–uº|“œÏ‹Z6 Öé9}Ò7£I{œ•úT’v§ýô±UœÍ£¹NÊižÕäK†w9^Ó.'~í<2ÍõôJQÌŒå4ój®‹výŒX»ö·ЬdÃbŽg˜÷ÖKrÉQuë\ãÖÁ,j4ò$`ruÓ„5Ÿwñ`Ÿ ̃˜äYr£˜Št¡E†òEú!±îèó=PÏú“ŒJíç| Xª-ûúcc8->Z¤ÇÂÁÝï˜ÜÕñ‹| h–Ù£õ”cøE­ ¾P´RÒÁ»þÔXÆ¢ö¾#è=ª36~G›SÇuò¸oc¹zLd„&uÙ4׎[±zHÊÅ]Ó3â*ÁJ=Êšö“‘K¸¦ÿ˜kKù(n†ÓOâr6\O”++ô?#èw¾9®_Íõ+öÈl†ÑOª9n\/‚k­ð(wFÔO¶9a\ˆ`Ø#bf8ÖÄ/Ç*ê±r¡°|¬g,%ùÞÝxŒ¡\‰ÛЬ?äe+ÓxÂ:ÍšÏ-«+w‹3Û,¢óvûמ#3êk4›™ajÊ<ùéƒ=ðaý5úÍì0õVžÉôåžS3Úkt›Y•]&Ÿs·TOv2Ý,Ûö®<õüÌr‚êðAE%|T¯Žc¡¤¤´,#¨€±@K–ƒYÙ¦JŽSJ{0ɰäDÑ“M»ÊhÁºå§Í³“‰Ó¥’`Hù9ó¼ò‹æEÓez8C“$0­y\¹žùr³0ú¸©m¹’£é=LµÒ‰QV±ÆS¯P,NÚ%ÔvXY'߸¤w]C¯ÐA¯¬w# ÷º(¼´ §Þ<|vZØ7킱4o6õíºY ¥rå‘+n:ç ™Ì K‹ÁRår#Ñnº …P3ÏÒF°‚›üHÔ‚N`¡¼¢´,[®0³ û¹PÆìYé°J¹JèLœÙ•§g„•Oªè¤j™Ù—Ö _pS<•­cXÈkfV*5¼oáðù˜lÝÕ¢‹ÉE³¼úoxV'À4À¤Ê„ª‰ ¦}eôÃznô ÙPõ*âsÓeTÃZnt)/Õ<‰¦¯ÊX†Ü?ǾTÿHüb:Y–ùF˜)¯ÆBL3í.£Ö]8˜Ý«“O|l:WF9¬¹@˜uG A¬6}Q6pøÎ…ðœ;ê¹\ÚØÏ+ß.É™8ZRf×)µ ÷9:D÷^!ÒÌ»ôö°Â‚Òç¨o:á…ÊfÖ¥5òåÜ?b¾éþ( »•òIÙü00=DrÓ´æio]t.”z™¯ ¹s‘÷X·ûI³KÒcõ9â§§›ï÷¨Þ¡FdŠª1SžŠŠ Q̓\åňOåﱎë¢43.kyZúµêÚ`ðÆ×»·ZäÇ$ž|FA5DMõ,Õ÷Ðå¯ ¦Ø%ÛÉ…0ë’·¤-[¤ýT²ê‰JD€½¼Ú¡R0ØM OÐÓÖœ?}ç0[­éÌ)……<ªtYc`‹¼¢ÒéŸ~ªLÑ)É–•/|‘›2½fUv¶Åò“õ×Kb`=íü µñH}Kî·=zŽ’çWC;ŽsìçÖQã6àäÖ{^ðaèóü·õƒ!ÒáIy:²Jn´¹j#×ÓÄ%qj˜ræyéß¾ñêË|Zß©‰¸%½à-Ï”æóÄîÈN$,é[|v`>j=D\)–UïÔ„g\óéëÚß$Yl½_ p› É30.(z6ÿ~ýD¯RJžá`ÁÜЧùÍõý!÷Ͳûc$füBÝà 5kŠ¿}Ÿ\¹£œžîª#Í9kú©¬XCÊŽ£!æµîrað³Ðy«“Jøe¶BºGá"f(ü¨åbÏi¥±k§Û?ò9èG+wWë5»w:¾SÐî|]|S,\«šÝ2ÝýQ˜š·–ÓéÙ“~Œ@ôÐöxh h¯E{#ñiç;a‰´3Æì´Ç#t#²MRʆm$Ÿ%í4°cÈÉTï癥ax†qíºåôR\?‘Ø)9m,TYó2õýãu›I÷¤Àλu飼԰$ÏÎ »#uØQÍEÞ´g|óØuoÒáñÊúù7Ÿ1Χ„ðÒKå÷<€ßp6½Y&7 _Øï›Þ¤ã¶d]ýÍÌ5bþÓÁ÷ŒëúßèdG¨ß'N>]~j]m–îGÖOµHâý§“ïÙÖ¿1~´ßêWvÚ矬ÛQä8$ᜩiá¥Ãfõ´;8ÖKŒe30âïéšqr{v3K®îÄê%7 è$*™’Õ2¬´ üù F7¬›:nTãø\âCU¿–Ýͬ±vÇF‰WY,ýFNŒ7sÆ:ó$¿gèW¥öÏ”k?ç˜&ÑEׯËËò=6ÉvPr.ó“×—³þIÍýpÛjÉ™ú©fyýSšÆm—$¿f~ï?0Ëñ)±gpÖN¨öÐè\?o«zOwúÛžc3~´›é›aN­âÖYÞýÁ³G>a7»6¬T˜mÌêÊÆ¤= 2Àr²‘ªÏí÷`ÊIxe›?í$(•šõ¸ßÆIòf¦¤¤ñ,¯ªM~1¬‘–eh3ˆe|4»Î³&y9î®ÞI›Ðz[U;[[S{_‚.ÁΕ` !Ø3Ö盛ºy¼¢ž©âæa÷z†âAž’L{q­ó¨¦‡H£ ,¡ªï¹ý‡›T£ñ\À[‰õì}XwsLnÄ¥4 ì$VŸ2V "§or¨L ì~‡êÑ]íÞª‚¼x çãíx»îÕË¢QcKÎDÇ’c~ý÷±‹ª_¨C3•ÚYQuÝct‹º2"_czrë`»Zt“ ‡NàS>Íç,Š|‘ M¸×÷Ú~ùæ©Ñ„E®F~Æü\^ÝàØ‡už/¼á)Õº#…nf¥w†|áúžô£?Âö~ýäèòâ©/|ßS>ûFˆ> Nƒü]›’áò¢JQ}§%ý!M•pQ…Œ˜·Mǯu½›]ó9P5Ìî&~>–IêF¼‚ÐCú9=žfÜU”ò¶×DZÙþxê¿ çñ:vy(ì,(NŸuìÈû(®Iüˆû_ñþß Ú>ÜÚ¾ÒÝ>Â/oå¢èä’°rqfr©Ïäb¤šÓáÌ^‚s~¬}ÝïæN¼,yYÌ"ÿâŠû£óÓLþ†MÅp©j¹Ñî= Ó ¾Ïšá ÕJ_£/÷ܵCJ±ŒjÛ»q~ÍûØöy&Ä÷^³2ܺšíE>óª™Ã¾1Íã&^gd¯1·y¾Ñò½Ñ,1nåuN6/çÁÇi^_l³À8ÄK)›Ó60ãä{³YnîÅ*›{ 2ãLžq×ÙÛ×`mU3¾ÍçÇ¡KgƒS¾wzÎÈøêj4ž@")M >‰kþ¾Îê%võjåÍI¿„¦Žqš%þà« sßù•4=?»Dœ¦0ˆx#ê—ÑÔ7N¿$œÚòxâÍÚJ~3íË’h0ªePéMØÝüÈ~¥©ÌŸuVÈ_dCC4©Åp²`yèëüðÖ…¼wrys‡3<ÈYzä»óÈ9ª×3"¯gY"Î/¯Ò(ÇÕ´½˜q_mØ”C´²Zç«´ÕL׬¤nò†™ýdºo=x{¶Zµ)ke™Ì[~<£°š»)fÙÊ<™»ÜvÛéU­çX‡u+Ûd>ÛƒS3GVc69¶LZOø'ˆuãœïø š/š*÷ÕcÔß Ý¦î–CÄq|þCã9ç©MQ K;ö§¹óªëÜ!4á‰ÑjÖ…lOóÏ\œ¡9L“ÄÑyщZ*ólû Çx‰Ž,š~§ÓRÙg;®:>”x›u¬_ÉV*+«{pŽq…rSsË.âØ}œõC±9˕ۊ¢ã³/ÖXšÒà|ÕR·£ÏVÛYHM6¯·ŸŒà»Ÿ29°<õuíûÆ­}?Ù#UúÙ¦PkÝoŸ®åŽLVTèÚÜÆ§­C?9#“î÷¿ ?Z@ôɽß69£Ä½¡[Zûºñ}ëÀOŽ_‰‘ý*Sùkƒs[”?y~%GÜŸš\[Þøºuä'ׯ¤_ý‘S÷×&7–·Nýä³ÎVcàIIïê¡-æt –<žÛ¯ÆÀQ6|$:Cíw\bÿnŒ®}½ $µÒˆ«*©ÁK©ÊÁ{è"Å!+‡4.2p»Et”å t´ßsªÑïU“²‡õ–OygûŒ¥UO´nc8×F¯ÈÁYtô|l¶šHA£‰ö(Ï0Ý%Ul¼WAÝ AiºlJ‘ØíFSuO´\„nÑåo‰KSã+¸ùDs^0€î¥RlžšXÁí'Ú¥½i¿ŠýØ®?•ô†ÑúXh¬k»GRU»…cEÝȘƒÌ£b:%_,¶]`ê–Ö¡kt)cSÚy¦ê}4›át $ÙØœv‘©Fí&¡qº%ÊS± í\™g¨…cçÚ)9"­ ¯zÇ·‡NŬ˜np‡1ó+λ=x*aÅlƒg£S£®P'Y׎I¢ª ‡xh·u<ˆ§%1Pm{3i¬ëœ‘„@m>%^î ³‹¨»be"ÌÍÀ’¨© %Pë';‡ì*Ïðhú’ßu®Ù…§ÓÂRð½vÑ£Ã2¯Ë¶B0ÄØéœH¹r4}4%11931%vÔÔƒë$BReâ ¿Xò¡&ÙEaÚÉHõô´õuÇ•oaçå9‹ÏwfÛ‰Ô5ZiW =§KH¢êŒ·ãª«X”  ]NŠH'ÁNÈ7ýÎ×H÷*Åw‹ß÷Ö-áGôÓ UÍ&*;ÇÖŒQØ"×zhºöM_ôE_°©fD¥ttÑLË·ÞlŠš|d9Uî7Ò´—”5½ÆmÄP’hÖå:àÁìÏc†¹Dÿ®ËÓa¾QM&Š¢ ‰ú]ŽÓ~¾qM 8O5ËD÷.g@”c›LǹµšNW¶ÄVtÌ.ø6‡Œ3ú¢š,Çù–O%éRŸ¶]M¼Vä-NWN‘+2›vM§±Š¢»ÄGCç骓_t~˜¦Z-¾¤Wä5Írò×ÎïÓV 6tuE“Ÿ,1ä¿· ãie˜Lôî ž]Ù0­ä~‡k²\Íi‚ŒszÑ÷­¾Û<¦©œw„x $/p§ÚËԇU‚dZ:u®8è4!mók­/°Ÿ` òQh^:X— òÒgèéðA W‹d, ^‰~ ËeÑ`Óä á²z;ž.ˆ¾¬lX.£¯*ÀÝ€5(Ë8¨[«S«Û¤¡S¤¡{kXÛŽÇhšG•–Gã â1"N¼]ëôÓ:“‰ùãb^hi«ã+ ]ž[ey`k7öó8&ÝT"/Ȭ,kîÆÑ€ƒêVe@0×òaä{ N^7—( ²,ËF,p|ÆÉèš…ƒ¬Ëò‡­™Ø©p³:þDŽ!×Ì€‹L©8-ÝD‰!+×kÒÈlvC¯n ñÇP k¶4‚I€5=Mï‚ñ · rKŠÕ6¬µîé‡Ô¨þ-=Wü-(”« ÿ\÷‘jHë}ñ-ÈKNO|£î+"Ë‘kÆ-ØK®øV=Ù¢[kªïÑêb“˜ÇɈÎj;Ùº–QõE<ücÝ9"åfYÍãy±Ô‡+m"ü[O©”r¤Rk¿û´ýŒm¥¸Ñ™‡§æ´W¸6M·\" ¤C”Ó¾þÈ3¢hÛZ{ÑŠ_˜ÖéGZ…ÿfC»¼í½ZÕQ~ZÊ ¢ÐùûlĈOßa³1@«_0Ÿn0%gc`‹!Â}½ZpÍì}Ö:ÐL8¤n Qvö>wù=§¬›OÃpFb[õUŠò‡Äzø¾¿»rMÏH¤$ö¨~\ó1»3NªgÂÁ\fÆÃ/H.ášYZºOó;E?¤\þ5kQvFeOÜ;Î5vÛZq3‚8œ~ñ•œ‘(W¾¯çÝ;ë0¶1±ƒ±ûAª©h™òϧ›Ëá†Õ¢|}ªrÜ Ž;ê …¯œè|p¢ýú‰‡oN´¡Ot=9ÑQ{¢{åêƒ]Ü…‚«×%™nH¶—DdýXÛ·y=L'M\À€ª˜×¤Ì“O|äç§v¹ ÚÄ4‘Qð>î ‡©mùQó¸ëb3ßÓÞHr`%yžIrÝ”äûTÏžâ'Ö\±¥º$âîÇ*Pƒ3î;ͯÓnÃ3ôŸÉöin„kW ½À~裚‰÷ãj®×ð”ÅæôåÏü„šƵ¼„nc_õ±Ì¤ùñ5ß¼¦¿ÉÏhv§Oi&ÏïØ»›Š°%¡¯Øï}f¢ÖØ/×*j° žÂ&ôeÉ®Á6s·iæÉBª³™²5éËwÕó¾Ú<[¹7úZ¸øžJcdÀ’Œ„S ŸÑÓ÷Ž~Mï2þ.ÉUƒï®µó]»¼_!=·ÓÈ)¿wpfnr“¸¥!lzGp·Ô«ç˜´¦ !®›~¼ËŸø•[§© îJéåql’T;[v¤%d«ë½àxWR5«ÔÄ+d†+ë•~‡•TÏ*ë9 ùãš{[ë/BJ…A~elx»IÇæz5‚ !w\C¯¼ã½zÕ±RŒ WÕ+C¼¹¦u¹â®Ùk¡:7ßó¥ˬq Cˆ÷ õ†%itlº("ØÍí|ª<ä ^:&Ût ÈÉâf)dÄÃ-è|B¶Yªi‡›×yT¶å@ɬ%eé¡57Û†D(¸a 5)#€Né×&—–ÞAŒs<ÎJ¢–ñ4Ôg_ç-×u£o(‡VUóVT|s ¦7Q5Ïè+-öèaìL™æYõþ†Ó«¸Ú[~­·"Z°#X‘\^ž]^ïVNxi¶ü<œ˜]øÜĽ¼aø¥KCµ¼áÇQsyêðòô©Õ’ ýuÝv"¤¯?,ãkÈ}‰üx=¬P–;"êfÙsGQ¹dZvo¤fMv³eK=o0ƒR7e¦`A<°I^¥, ¤]a?\·p!ð®¼jn©ˆ¯Âl¸lA9ð޼znÙcs…ÿpó‚b`니Ò× ¯åƒÃÄɆº—žå¬Ø4}¾"ìÀû¸;¦E^·Ka#ž A wÌ&ˆK*ƒ#Ã/#>_9.PÍ_êgR&0‚a-+ )ó,KGü.Ž1½W„´¨)µq_übfX1a±\<ºþ9ê›É@µ’E~©ñÊT…ù '¶ZL–z/„~Žùfú£ˆ×Åz¸fAösË7õe?AáÙÖ”.eÒ+*% ò"÷¾˜¿/éÇ8é48xæ ƒRÉ5œÉ Àún¼YsÝlØU­B[X Ò$»v5Ð2•à‡ôÜë ×,´„*ðÏzÝéo%Cï>×±o‚ŠÌŸ–»H›?»ua¨z„j˜ê95Õˆ8Õ‹£©Ãü©ÏCÜ?6L1Õc* zzÇí+ñÈz’‰¿ËýIEóª¬oÎÒ0Ž‘a7׆y(¢*ÏÂÚýúùa-·Ô^¨YUÖs¸{AÃ0ÔµªA ó,“Q{U8,ïJxÉ_Uµ)!X •Ò\j¨ynü¡†êÉa·Wx–^#ÇŒz˜€ #6¥gæ€ÃG´Ÿ•\á9ó4n<Þ¡æÂsb–¡¾c~…f·"•!w ÆÁ^·ñ Ç…ÿ{_OÕº÷¿÷^óÞÍs¤yV©(I„½æiWŠ&TŠJQ !i©4IhR©"c£J†&dnPB¨L!ü;çžûÏ=·sNgº÷½÷õý|Ö^{­õŒ¿çy~Ãzžõ{Z¦Ú«;÷‘w½7Årxø¬äyË·Ÿ®~fyÖø%‰9‹ÃöĘ–ך/Ïö±ÈÞ/”'ŒŸáFȲY¬9+gÙòÝãÍýƒS³º-VD9 –ïx“å»äAd×ö‹À='(,#sIYdÛÙóƒ}ŸD-ž¹|6dp<ø‘Ë’ØHƒËåÇ®Zé×xÚnɶÈ9SË;ÏÕ?ø´v¨ûAäu¯œ-c[<µÄ7R3gFù‘ñœø´øÞª×A¥cœ6ÄM1 C=" É>!Åf—x~|¼qÉyÝ'þe#›‡VWzåœ=_ÙÕ±0ñB©Úü“†LËYdžvVá9ºå±µÊÆsaO”×€×M18ÕÛlÏÙɯ‘ªš=uÌÓÏÛ>¹R¦Wàæu”K+~TUZ_ýÙMÜ’Ö µzº«ôNõK7ìËhbµÂî–®tëéÝ,&oy¬YúÁmP¾ÃÜÇ3 ˜ð“æ!%5 În«¾ØîíqCZ?ìØ£ôÒâj­é÷lOUæRí5{ðÈ+ÎfzÁäçòžT”ÖU76M'šiÏÐÉŽ•¦W7(šN7³ža‰ K!¯º¤)¨™i õ|”Xú¥ž 훂-óï9<'¯Ó‹N§ƒŽû¤Ñ GUóóJ!» ñI½g_4ÚQmo»²í»KM«Ï5èxÄ*Kl[¶ªúZÃ$„#«³¯úõÇ·ž2kv©ß³Ã¡wÔŽö~dZ­æ&IJœcþ(«´lõ¢­qSèä¶ûi› ù8t\›Œ¶ŠŒömuàžÞ&ÞJÁDP¦šPÕA cš¢×™L>wìñªž×¼'‘–›Æ¡Ö[oôÜÒfêþˆædÉ¢ãcéž¡m¦n¾Ü{B×£›CmèïÑÕ{Mо©ÙôèNÞƒvNÍ8k“2vŸ÷ñŽcoÂóÖà #ÆwƶŽód²)ðòÑIS­¯ÞPߨOm_?õ'ÔŽœPß:_íPGk~̵'^%IÌ«í+ïNX”2æZáÊä åÁ¹çÖ;>Jûº¦×Á¤áÖ‘—’fÚ…jgª«{y' ¶¾réγ¥Ë´+zê{&²Žºt÷™Ý;íZuÄkSR¿[¶ãÆúßõz•„ q-œ°<`LšZ±WUôêäÊûÑËæŽ¹ –åU–ÔöÕ™•¢—é\9|:µGÕ†1¤zˆÁ˜5®fQƒc¼÷‡ä5ËãÆl½hº97fÖÛý²?-X;.¡g¡wŸ$Õ+ߎ¶ ©ëý’ùågÆ<9R’RmkùÝ¿2Ótì¿ìÔÙÍ®Ik­7LM·ê`÷Üá­Uøp›>aÇgݱ¬Û˜]Gútfë¹F릕Í]®„&LK3÷–vrçÔ[g—<»TÝÉ+†4Jxt}ñb±jêÉ•ÍæšÙÅþ5w ¥¤é­â\‰o½ATó0YvÆ[›Õºnø‰Céµz†Yu¥}ì .ˈ*É­ÑpSeUfôy{¥ÛM{= æ…Á•Yíß"5É3ZÎ;<ð;Øð@¶Óa«Þ“€EiãÓ“‹‹ª>B®þ×òóæWè¸i[CºYÇïHHÏsè=ºý‘š“O]îi¦ä6ŸáŸÍ«I…m”W|²Ÿ-[0~×pevvè;³všÁ]­__^›°#i õå©y#æÒáü Ù#–óàH{o*I¯0ýúÇîƒ$Ç·@ú(<ûXõq¼çØ[ƒçm¼ðæà'm¶øofŽLŸ~´SÒ±µŠ3‹_š…šsþœ_Œ+[ÿ"×ÇÉÖ,loaŸ÷QÓf„lõ$tQæø²ÃNBîbû«£ç K©ÙÐvC—0ÿ‚‚wóœuôýSGÙ˜_ñÏΟtî@Ôð™]Ãք웑Í^l^¼h´~ÌìKC÷\»ÑkþnÊ/¨eQzÖõª°ú´µëFOn¾Ð³—ÁÕ'Ú³ýBï»Y‡Df'-³»ª=gæÈ033»ïŒÌ¥¶‘Qgj„9½¹é‘šþxJ;G-s¸Çñq÷Ô–µ½”ó)§™h Ÿ©fë5xfç0‹7ö«ö\Ëʳ+¿R; r¯Óüsù™£B;˜ÉC6gÜ”¼9ë”2Ñ>𢽿KJ샪„úëkŽíóE`¹'{¼>Ó<ÅõÔ$³uç^½0Ó<Ìάï˜ Joëì0,<ðlIæj»­³Ìëriçì;¡/ͰS3’sæ 3ë5#s¸­Óå‰s,B/˜é†Äf¼ŠÚý˜(νL&ö41{&ñpãˆg&#žÞ Õ?ß§Û¢GÝ–lWµÆ4b`ÈáÀœ óìÙ÷<´dÖ¡åz‡ì\Ín³—^–1ruÆÝóvWzÏt 33ÔLìzY1{K¨ r"ãÞ‘E©WßÌ\æš¹ÖnCäÃÙ G^=4“ [”éh·åà´Å¶—µsg½ uߨ²x“â3rºndòÎOB¦Ý®ÈŒ†=]}ïÆ]´œš•Ù¯ê¢ëíÏË*.åäj¼Ûí<Ľ¸råõÔ‚â¨Bïñâ=ƒwGµb£š’Üu·(Ù5Hém¿çâ]Êý™nÑþšì†©xì•¢ò¼n”Μ¨¶¹#s¯jäFÆ®ÍH/9sM£fC©Íõ3ï¼Í´c¯åß´_ÒâÞôŒw?d{Ôš»ºLóêR­ˆîÙ»ÊÕNs÷‹Ï³œàõü§2×[û?¿.jmÜwÅgØ8´eׯ=:ºPu5øYçTŸÄEÙC&G|¿DÕÙ6vW~F…K”Uvx¹níœØ=ùY¶uQÈ3 Ü¸vžûö¦ìæž‘‰ÙC‚ïiŸ:öAæºczÕéÈdzJÂrÍÔ†„íOc*×F)l’šoÔY×ñ{p¿¼hålj•ïêj‘Æ ¦û£^XýÅD œ9$­¾½^pœésooë¬É3‘žØ;%aÞ–†V«l¶ÆÎëÑ>{U¹kíZ÷ y†óE¨²ƒËµkg5xTt,wòvl6b7Ý÷ôÉùr¢ÞåÖj4^ð0¯÷?±Ø½óê¼~½Ÿ¸UÛ±ñ¬GÊ5îûhÜ™ª‘ú(ðÃÍ>÷ü’mš›Þ<;nqë\ÉSÇ¥úN1i Mø’7:.³'ŒÔÈ™ß+óE€³è¼éÉ£’¢ÕÎ1,íÅί«/>ª¨l³ž¸)àFZ‡à£«Þ„O]­}³g‰—#©)ª‡ißð{Ë;Ö7 8—¦c£}ëZ‡ÈÂ3ÑÎ%íR\ºMPi lw\ÑžªÝx­éfóÁUÞW2g‡º$M°\™¶ÆvוŒì7Ë\œ'èZ¤ÙÛî±Æ/euÿPß­ç.ïAINgW¥èU¬'xº«—ÎKƒŠO®ºíݲã'ú¤¦µ->³êÁµò¼•ëÓÛ3ûóíww×ô‹t‹@î„GYN ÈJS/«ªÐo“Ù¾8¸JSMͦf“é4ÄÛ?S(>ã¢Ý3Ÿ··ÑÝÕhëžêõ†Ô].Dè†íJóWû¤Ö VT-ÝëLÂg›îŽùŽ|Þí³¢nûŒÔsõƒGVQ×Îߺ§ý²²!ëQI)=ìیߊG:¥z6,<ä-&1í¢mº'-A+šß8í‰3_·$ËE=ºm>i¯¡û>ÖVwgþ»²"gçØh‹ —L¦É]5}:òM7.zîó3ަ±+í{F…ÎIYi¶B3æƒý ºV )ÖÎ#­ð¡ªñàÝÔ²£*:*ÿPSÑÉU’&xä%ØOŽJœsÖ›Q.e15yj.a±iKö\¦ZRÏ“'{Eìb׾ѵ“V1Þ%Ö?ý~‹ùœ¦µ¶žV]]vÇÉÛ_1Ìܱ}Óé+H팺#îùñ/2î¤VxÔmh|èQdó)÷ãO[­5:ZÏ*{¯0ÍS³ê|K®|öô^Yþ®¸BQwº1yù»fßæ­1·ò^T Q§æ$,OбÎ_Y±Æe£þ£À"Ñ98Ú4?Ùþ­nó:ÛUyoZ9N?ÓÉò”g˜8,·¡Çš˜°¯vmTBxœù·FÝõò¤ý>ó;!¥3ªÎ»ß·|¨pßþ½QûóÚ˜âpíÊÍY%¡Ž[£Oq½¼æ|°kŒíš3¶®W‹×\(ví¨u'äEFõR×Èø‰–áGÍ¿ûJ«ZÍÕÛàX妪GõEkgÇ.ÏsHs >˜•ó äΚùS+»xù§?¨ìú^î¶%î¦eÇ/†jŠfEjUj]˜Yng»Ú«ô¹SõDbXÛ»Á[Õc·¸­1ˆ·´tpðÊî·4hIíêÆú÷ÔßµýðÅ´-//hçõ ·¼üC­Ûžü!ž¹}=¯•ŒÙ¨[àÿý—4æ!iㆄëæû¿H­¶q½¯W0×á¨nanåM ï™3×DUu‹Vó.ìpEWìó6Sh—ïZ¹ÑåQl‘P{fiü’§Ê­.Ob_ç×~iœx÷‡Ùùi¯[Nžé}X+η@³2².ɽ,rØ«u+êiÔî^CÅ_}Uqe²ë±x­óJÇé  oÒJïþ’ùL÷yê£ãá³Ú§bjc’OÍñšƒÔmo¯å6{жyÝÆ G*ó~pè“ÌŽu¡Ni,.Žš½­fšÏcŸgôÜ"ÿºüÆMÕÃñáäËû€ùܦ§bO-=µíÉ“YïšîO½ŠöØÐ¸ãxÇ—S–”ŽK÷+NU¼!ªö¹f÷êSó -a”gQCÅðºÝNY1¶ÎB¡™CÐ÷ô¼›>ý}Nú,ðyRѳ.Ô=Í Òr…VLqÀîŠõ÷®ß;~ïù=C‡D—ëš]zª÷ìÞ³_‡Y•ö+I³hÍ|{Ÿs>K|J|zúxYÖZu ÈÕ§ÞòÙâCølò,îÐ4@³¿æ€þ!ôó+ôË–ÝÝM®ZÈ-´;å;ÎfNJíauL·³3U‹×’µD&ÞnÖ¶‘™jzÝôzëuôëé×ÕO£¤{v=u½îz}®up-·Y=VÏ/p„hf™]Pþ|÷޹»æîÉÛžçÅ{ñÛ{èsvÔ™smQוw¶wñÀôõÍ}ðÊ¢*e{×KÄÛÞk|胦 ¸|}΋°Æx­·«®,Z½º|˜¿z˜fü KÛpnú™wKLOëìÖÙ¡ã­³ ·Þ¾Þô½ÕÊAN]‚MO­Š°?¼*Ý£“«šk7×Þ®GjWøÑw|:À;hjs9$Ú|À Óó§§«ñÒÜÜ‘Wæ‡WèÖÅ6Þj*Étt'j© øú.£!vƒéÞw:¦$Y¤Ù•\u¤Ü1OûüÏ-¯TN…Ç<ëµÇۼѲ'ú\323T+Í<ɼÖóÚ€w¦GTu=[ÚZ>1`®ï–ööAuûÅ»Ã?~úØœøÞ"'ëfÖã¬ä¬zgFxMXUXÝòO±“nëV{Ÿ¦Õ`ÐÜ2uÕÏ>eÍVïƒ:'ìiy`p¬9\ØýýéÚàÚÓ;,mkm?ØÖØVÙÖ¿/®®9]uºnÑû¶uÞŸÔ‹'W¤”û¿óïdp¬&°*°Îâ½EµÅG‹f‡§}Õj4û \½•¥å–ö:½<ýUzYzqz¥Öó–ÂAù=—ÖG5\­¿Ú<~Vx»ðiá;«é19Ÿrrës[€˜\ª±gËh«©žcU->ZMY¶‘“-úzôUöµ~^×k é9"ÁðXhw£ê“ªAU¯jLÿÄ! €•ÆnP5§7k5‡7'oØl´ ï06xKâéă“—÷ÕëÐf³ì…QVâ°~RõÐ{IÇ¡£&éc¤†}ÁÛë»Hdóž‡{J Ðõ+dö׸lФ]¬KÛ.±IæúS†LÑ¢u±NkøÜ㋎Ï8ît\ˆHØ“žXèðI½eŽg°Q±‘¯Q–ÑA£ £H££D£–ëë¯_7j2ÚdtË(Èèîõ‹×ß_ß~ý^áýzýÆØO± šP2 †b Ä tk¾ ñNýíò4gÛmWžd¿~ç\;Á=Ð#m]ñúU]Kz9ïž@Z§­,Þ¼ê±Þëç´ ¶+ê¶Ñݹ´Eˆ£•^V@Ù?)'Å'öÿ ,Ö|¥ÁÇMï {×eåΉw^ŠXð)ÓäaåÕ:_4ÛTC›U!Dz Sž‹—”yKE§à­¦Oν~ê\:Á)ÐMôÞ ÖËA=äÈþ”ûoº¬:¯—`6ÚöÈ•”óöã\.è¥8ŒÝýˆv€_ÚÛ«ÚwýÊRVõÖW§i#«Œ£¼wņ¶‡¹ïº–‘gc¯ërX?ÕÂÆX÷©÷«$§W×>äƒö&º)BÑ`çýÑLþB{GÝ-þ—§†,É‹°Ÿ¨{S¨|ãâq¡°mtPþÕŠÕÝ;vw²)·¸9È"ù´EÒ"‹´×7ºZÜ?˜O‰Š¨Ó¹ÉËËÓœl£Õó\푨 ÜÞvÞQ¯æ`¡›Í¼—ó¦Ö¹1Ú#½§Ëzý‡E휷E+óçW¬pÙ¬ÿXãµ½ãÝèÒ–T¸º¹ç¾Ns.ŽvÉO­Xë²!ö¡EÑ(gßh.Q…£Ë–ØÇ¯/8gEÛå;U¸Õp¿ÛôÒÐ1*Úº|em;Ý=þéÉÂUEtc^S…´.¤æTÆîh*ߺbeÝf÷ǯ:§GÛæ¯²?ër#þ­¥£V¬y^HŸº÷[ñ%ŽR­ÛÖqîQ»4 ¹çƒªwÆŒ “;ÛíªjÈ Ï˪P¯ kLó¨\·bṟ¼tŸ[j.»¯Œ‹¶ìT|É?…©hÏÚÖ/sŠæ9ß®âôûin/,‡kEú&qe§«úÇU[ÂéÅõñë}Ÿ÷6ÜV¤Ü2¸9À 9(~©e»pŸ»î£nÎ^vÙlŽ]hdæD»øÈK_Î:Z®w´ÌÕ’ÔÚï›ýà墚ˮqI–}´¾ƒ9/BW›é…ÊE¢xóŒ;ÃJ»Vít·ÏrXx„y’fÙÁªd÷®q;-…_þNGªù¢#‹;b92üªùݲŒªR÷¶q[ F„‡G¥Ø•Ž«ÂU†ÇæßªXRwÙ=W3n·åð+YwÊJªbÜ âŽZj…GEeÏ©(¯kpâtÓæVN{á<ÑÝÇ÷¶z‰÷GÒÝ:îRÁ‡¯ùUüº_7ÉÁSÙ×îv~=ôßåuXðëé²ÿèBôS—ü5…ÿÌÔÞuþÇëm~²$‘•ýrm.çÅêwäÝ÷gîÿʽî?SkKéŸE‰(ì¯gþÎt¾èw^õ¾æ7ñWâv‘ü{ñkÎúAis×ߟúèßk;ô¯¥ÁÖŸéQs[ÙãOÈa÷¿±…‹fý¬s-É7°Á_ˆýûC˜?ðõWj…¤ÇOO/û ܲG›ß—çO%AÅïHcÁ/Hç¿c8øçÑÉä7JöÂü¼ú"“~K5{ü}èïÛ}¡Qõwxÿ%=÷è྄}KLÉÏóoô—+ùß0®—~‹ûâSsÿÅù­ÿ~P-“ýgqóy?9 Er‰DþÃÿäkvˆü'׳¿1÷nßÔjó€¿i¤}çêrìãhðŸB™4ùïåÔßÒó&þÓÕßT*°í?^ýKõ‡3ý¨m¼þ5ù€ßKë´/Çß±ÖþlØOßlõ·âãí—ãæ/<Ïü?H“Í0þwôü»³Møß5²Ñ¿&Ýï6 ø»ƒaÅ/÷Doõ?« -íÿöfâäÏÚü¿³ÝþÚø/죿ԧÍÊ3©ãø?Ì{¾—©‡I+$q0þ×ô‘6ÿÆúýèÿw®Ê;¶#°ßà_eÈZûÚ_©]ÿ÷”eøœ)á][_ü…I»ýÖÔ Q¬Bíªó1¿sþ?í˱ùÏìmkþ"™1í'ô8ÿ;ÒøÚ\ôCÛîFZ9E+þßÍ ý¬;ÿ?¤µþ'¢ûüñUüï-ÛΑnzÝz·ŽßV´¢­øß„éòV´¢­hÅoAí&e>µk¥Ç?ýÅi«K Z)ÔŠÿNlm]kЊV´¢ÿ%Ø@·Ò ­hE+~/L4ZiðÏØû an·®hÅÿQ´´ÎO´¢­ø¯EuëªöV´¢­ø{éG³ŠmZÉñ0üÞN¬XôsÏgþ ìÈñ­ÍðÍpn'lE+þí˜ð‹8×úàˆkÛJƒÿ&”þ¬ss«ÌmE+Zñ»àöƒc©4¸•ÿŒÙ½~îI‡Vâüwà›¤çŸçkkM÷ß2Ð,ÿäÊnæ~[x¯_èù§ZõŽV´¢­hÅ1Öÿè]ÚÐy?}š×þë±¾æÐ¨ºßÏåþ†m'ÔþÅõÿ%Äþ+÷ÖJ~YgþW—ÿÓÿÊ^µ]òǽ`>üþ7ú¿b”ýØÛù©Ÿ«¯ô—GÅ_iÂNú’øã_Y¹7¯•Yþ! üÒ¾+¾ç§`+1~3øo²Ç’þ€Õ†þÐ,k~eþè—vßYð'® ;ü£ÿà¯Îiý9.Ú¿÷Õ½âW6¨àáYÊ`ßúsdÌðs-œ¿ï{ôcåù/†õù“÷ßù»ó±‰fÿêZ£ß0âÉ?‘á^ÿQ~S~%lÚ_TçQ¿9†ý_>'nò‹œï§”Rÿ]+›~ÚgÅ/yNøsÜ#~EÿGôýrlþIYGý¤Çy·‡þ¿_À¿û6žû5B¿¡D9?C¹¿ígÑEóÏj¡)¿S6öÿ“òÿ»ÇÕ_Ž_Ž#?nÙç_RGu¤¿í~×û ¨DÒãW<äý,§0úßm‡½§?¹þ¹ý^†þAê·âß—_¸ñ©õ´ï&)å¿"£þŒùˆÍÙœFÑ÷<²hä¿–Žk~Uÿôøð;.ÕüaŸÿGÍíû3ì“(úNñŸ>Ž8*ù?… Q}{ü°—å/ìûôgŸàÿÿÅ×Lø4¬^¿ßÊê…X׿1ÊÉÿ¬£þt_ʱ_£ëí ÎÝ~¤9}Í®í$ùçÿN/Rò·wS¥{Ûøãôu$_ß+ó÷|Ó1Jò»µýR·ûÚûù.ß÷o+&;}…ÿ`~%^·?©…ÿn©9~åÙwõ¦È~ÚŽÃâ^ߦ‹³ßPö¯µÚˆ¯H«Þ¿0’~^ë}]ð œïõJÄoqïós{ >üÕ˜2ßR–Ÿs”NþŒ=ùµÑûgcöïˆó?õhW°M:_R.9,õ“‹%K$K%v_̲“Ò é)éi™J²SvL¶Nâ)Y/Y Ý+ó‘í“í—]—Ýݔݒ¡²û²dÙYŠLß“=‘=•eÈ2e¡`¾ ¸-»#K’Ý•åÉ^ËÞÈŠeo%md;d‰² Y¥ì½ìƒDó çùeÌh}±Æ|áxÚ_¸N”4ZzM#•ÆIÊ>Éêe ²F™‘T¦”à©L&£¾tæKcs^‚r AV'k´:ð ÙÉ\‰…d0 –dµÉls^" •…É.ÈÂeec@_I´ìš,F+;# –ž•ž“ž—†HGa²1ÀX@Ð>ʪdËe k`!°¨M¹ÌX,ì˜(€‘²RNÊK©(e)Ò©ÒiRØpÀ©¿4@ŠLff€¹|=°Øl6[€­À6ÀØìv¦Òéà,Ù\Ùc™ °pÜdáÀi¸t†ìÄq’«R@>@_@´Ú·€ÛÀ ¸ Ü’Þ–Þ‘n”='€ 0\¦)!)%K² È“l—ÕÊúEÀkà P ` ´•m–lù’ÄR  ÃÀ àFp¸ÄÀÉ ‹ÄQ k`  Æñ@°¼ܶ€i`:ø|žï÷dà¤iÀ+à˜ 怹`x< žσ¯Á7`1ø  €Bà9ðx `%øü¾J€R  ¨ÀFð3ø|>3ÀL0 ”B2€@(^¢L CR@m ¶P;¨=”j‚#À‘à(P8@+À• #¸ \ :Π ¸tÝ$;¤;¥ý¤ý%>_´á½Ò’ƒ’CSà ôÔW:²÷Èö€ç$6 -¸\šH•R ƒ†CšÐh$4 Ò‚”Ðh,ä®=ÀR3©¹t¦tƒ¬'¨ªƒ½@ì öû‚ýÀþ`$˜#Y"[*³“-“Eƒ= é:©§$ A9ä ͓ΗN­¥ ¥ÀŽ`'p;´Úm”xH:A!•Ì @! Úù@û ýÐI>X‚ÏÁàKðø <‡N@'¡ ¨,ßå`(]€Â%U`5h!«“Ì„fAÛ¥:Ð8h—ÔKê-Ý-¥!}ÈGºOº_zBjC&Ð<‡h/àJJ¥‹@!4E*i»C‘POH R‡vA !˜ ¾…J R¨ úb²`T Õ@µP x : ‚¡³Ð9è<µ@_”+€/A—¡+PÔn ·ƒÛÃuP  Õ€µàMHw…»ÁÝápx•lµÌIöê ÷ƒûÃ`p3´:*Y/Û ëƒ‡Ãšðx'ˆ‚mÁv`{p7´Ú ƒÇúð¸4ê‚8LÀ$LÁï r¨º ÆàQˆ‡X„U0Ò ®„8°2‡g³àÙpØ ®œ€¡°5¼^ÛÀ4ÌÀ,ÌÁð x%ìO§ÂÓ`Sx:<6ƒ]à5°+ìgÉžIÃÐè6tš ÍæB%deBó¡Pgé~ø|>û‡a?øìÀðQø|>Ÿ„ƒàSðiø  Ÿ…ÏÁçá8ƒ/ÀáðEø’äŽ$I’,y ‰‚ë$×átÉÃn§á’—RÉ}p T÷ %7áð+ø–$· áRø9ü~ ¿†‹àJI&œ?ƒ³á¶à÷p ü(;*"i†¥ˆ‘#á*¸úK9â!¹D Ù _#àHø*܉†¯Á—áÞH¤/Òé @"8Ž(ш ¹-yí€îÂ÷àûp2üNÓá‡ð#ø1ü~ gÀíö’^R éè.¥@©P”=„A¡'ÐSHã9ôz ½’Ì‘jÁ£á(à¸Þo†·À;¡ë0Ëá>°3€A\[x1ü*†¶!Û‘ÈNÄ^ {Àïdöðd/âƒìCzÂÁjYÌÙFü#ˆ?2è=À ì†ü .ÐdÉx/ìïƒ#C¡È0d,¢‰Œ@´!¹݇’¡)2™˜!æÈLd2™#±N2¹ŠÞG–!Ë{ÄY`'‘ äri›Í–®D‘UÈjÄ y‹” ¥H↸#kd≬G6 ‘MÈfd ²iD>#MH3² ñBŽ#'6h[´ÚÝ@"‡_¤ Úí†vG@ä(r é„vF5ÐÞh´/z FÎ"çóHŠ„!pä"r ¹Œ\A"Hä*…D#×$‰C!úè$Ô5D'£F¨1j-IK³‘³’§H’‰d¡ùHRˆŠÃ‡ãšø|$> ×ÂGãcð4\×ÁÇáãq]|®‡OÄõñI¸^†§âu¸1n‚+ñz<_„S838‹s8 ¸ˆ«ð)øT|nŠOÇgàf¸9>Ÿ…ÏÆçàsq Ü·Âçáóñ¸5~Âà¤AÁ)ƒÓg žáÙørÜwÀWà+qG|¾wÂq| ~ÓèªA”A´Á5ƒƒXƒ8ƒxƒƒøMü~¿ƒ'áwñ{ø}<€7áŸp’hÆâÊÞÊ>ʾÊׯoŒÍg×)sð\<ÏÇ ðBü9þ‰¿Â‹ð×ø¼‹—à¥8M¼ÃËñ ¼À?âUx5^ƒ×⋊XI4àøg|Á-¸„2 @"`!P#ä„¿Ò„P8A.„#±“XC°Ä@bÒ×ø°±Ÿñcãã@ãéÄ ÂŒ0'f³ˆÙÄb.aAXVı€°&^„ aK,&–K ;b±œ°'ˆÄ9bI¬&œg"Šð&\ 7ÂXKxëOb=±ØHl"6[ˆ­Ä6b;±ƒˆ%®iD±›ØC´7é`¬ìdÒÙ¤‹IW“n&‡ ?âáOÄQâqœ8Aœ$‚ˆSÄiâ Lœ%ç‰"”#.áÄEâq™¸BDåD:QOD׈¢‘xDÄ D"q¸AÜ$n·‰;Dq—¸GÜ'’‰D ‘J´ D'RB>&N+Ï(3‰åJ3s“e¨2È' ÕÄ0I­2frñšxCo‰¢”(#Þ]È ¢’xO| >UD5QCÔuÄ'b4Ù™œD~&š/e²'©F®7Ù`²X¹ÉÄ<¨DIŒ”“ ² Ù–lG¶';I†4 g]Énd\Jªá긟É““@“>d_²ÙŸ@$‘ƒÉ!äPr9œÔ$G#ÉQ¤iNŽ!Ç’Ú¤9ŽOê’H=r"©O®&ÍÈõädÒˆ¼nrÃä¦É-“Û&wL’LîšÜ3ÙH²$Gò¤@Š¤ŠœBN%§‘¦ätr7¹å~e¹‡ÜKúûÈýäò yˆô%“~ä#ò™O’GIŽà ‰®Dååu²7Lž%Ï‘çÉ2” #/áäEòy™¼BF‘äU2Š,$¯‘1d,GÆ“ d"YBÞ o’·ÈÏdÁcà.y¼O&“È2•L#Óɇ¤œzL>!Ÿ’d&™E>#³É2—Ì#»RÕzN¾ Ÿ{ kåBeª#e«¤È¾xùŽ,'+ÈJò=ùüHV‘Õd YKÖ‘ŸÈz²l$PMd3ÙBJ()%£ ¤ ¦ʈêOñ”‚jCµ¥ÚQí©á”&Õ‰êLu¡DªÕêAõ¤Ô(uª¥Aõ¦úP}©Y”@-¢Rƒ¨îä4Ê”:«<§<¯Ô KÉ—’ÆáÉ=Yo]j¥GM¤ô©I”eHM¦l)cÊ„RR8EP$EQ4ÅP,ÅQ›(j¥¢¦PÍ„µ˜šCÊH€Iˆ„I„œCÍ¥,(KÊŠRmˆ¶D;¢=ñJY¤|­|£ìB¼!»݉DOBP'zï•”•UÊjereJhQÐ%ê25’Eh£ ð‹ìÑ'&„!1™0"Œ‰ùÔÊšZH¤öRYÔ!j 5›ô¥æ’d/\ï÷ÁGQŽÔ*j5åD9S.ÔÊ•r£Ü©µ”µŽò¤ÖS¨T6µ™ÚBm¥¶QÛ©ÔNjåEyS»©Zê%£÷Qû©HçPùÔaÊ:BùST u”:F§NP'© êuš:CSˆŽD'¢3J…Q¨pê"u“ºE]¡"¨…¸œ¶Ámñ ò¹·ÃÏñT•H]§nPéAômê•DݥƷŒnÝ1J2ºktÏè¾Q²Ñ££T£4£t£÷FŒ>]ÀÃñ‹ø%<Ëè™Q¶QŽQ®Ñ)\ EZEO¡_½4zeTddNϤgѳéÝø|/îƒïÃ÷ãðƒøõú ¥c¬èyô|z€âGñcøqü~ÂÍh{Ú^A¯¤ÏáçñˆçN¯¥=èuôeü GâWñ(<¿†Çà±x'à‰øu<…J¥Ò¨tê!õˆzL=¡žRTæC OÑK#“'È“dž‰gáˆÁÔkê UL½¥J¨RªŒzG•ST%õžú@}¤ª¨jª†:C×QŸ¨zªj¤>SMT3ÕBIh)}‹>M§Ó Óýˆ¦‡Ñ º Ý–nG·§;ÐéNtgº Ý•žG§OÐ'é :ƒ~H¿¥3é³ôKòYD¾&UÄb*1ˆ£.ÓWè:’¾JGÑÑô5:†Ž¥ãèx:N¤¯Ó7è›t)}›¾C'Ñwé{ô}:™~@§Ð©tÚ¼„îÌ<¦ŸÐOé®LE?£³é:—Σóéº~N¿ _Ò¯è"ú5ý†.¦{2]˜Œó޾D¡|ˆ}Ä~âq8Døµtý‰®§èFú3ÝD7Ó-´„‘22`@b`fƒ2#gL¦-ÓŽiÏt`:2Žɘ3ݘîLf£Å¨3½ ¦7Ó‡éËôcú3˜Ì f0ÓîN÷ {Òj´:݋֠{Ó}è¾t?º?=€OëÒƒé!ô ã‰Ì+ã"ãôGºØø­q.1†KkÓ:ô8Ú•qc&ÐzôDZŸ®5®3þd|n0n4þlÜdìG¡ýé:>J£‡2ØáŒ&cÁÌdN1–Ìhf ó”È –QYÄ3"›È!¶0ë}fcÀ2“#Ƙ1a” Î ÉP Í0 ËœaxF`DFÅLa¦2ÓSf:3ƒ1cn1§™tf63‡™Ë“Ì<`R˜T&Ù¦û˜yÂL¥*˜Jæ=C$9’¢É.ìlª€)dž3/˜—Ì+¦ˆyͼaŠ™>lgV“-cÞ1yTS@R–¤9œO. k˜Z¦ŽùÄÔ3 L#ó™ibš™FÂJY ° ±#Y„EYŒ•³ ¶ Û–mǶg;°Y–Áš±]Ùnìr+¹ÜNî w’»H/Ò›œÉöeû±ýÙì@v;˜Âe‡±ÃÙ…¬9»‚Åj±çèótJ GÒ§ÉÑ´;‘Õg'±¬!;™5bYVÉâ,Á’,ÅÒ,Ã:²˳+²*v ;•Æš²ÓÙìnv%{„ÅÎf»³=ØžìtjeF™S3©vkÃÚ²‹Ù%ìRÖŽ]Æ.gíY6˜õg¯°«ØÕl9]AWÒïi'¦˜|Kb«vëÉ®g7°ÙMìfv »•ÝÆngw°;Ù]¬ëÍF²{ؽ¬»ÝÏ`²‰¬/{˜õc³lÈe±ÇÙìI6ˆ=ÅžfϰÏÙ³ì9ö<†²aì6œ½È^b/³el![Ç^e£ØsÌXf(5Œzó#( ¶ˆºÁÞdo±·Ù;l{—½ÇÞg“Ùl ›Ê¦±éìCö[Ï>aŸ²l&›Å>c³Ù6—ÍcóÙnÜ'¶?÷‚}ɾb‹Ø×¬„“roÙ¶”ȽcËÙ ¶’}Ï~`?²Ul5[ÃÖ²ZÜNŸk`Ùrf(7Œ[NÙSTsmbã±³£ú€¯ˆ¶\;®=×ëÈuâ:s]¸®œ×ëÁõäÔ8u®§Áõæúp}¹~Ü,n·ˆÄ æž2¶œ!7†}Æd39L.“Çä3c¸±œ6§Ããì˜eÌrÆžq`ÎRç(B­fâXgÆ…YÃìb¼wf-I]¥¢¨hêCÅR54ÍI2‰$[&ñfv3{˜½Ì=Ð9Âø3L s”9Æèr8=n"gÇÙp¸eÜdn4»œËj³Ï©ÔKêrû9†c9Žã997…›ÊMãL¹éÜ ÎŒ3çfr¹ÙÜn.gÁYrVÜ·€³ær©\8—Í-æ–pK¹\îÁÙsÜ n%çÈ­âVsNœ3ç­á\97Î[Ëyp+˜•Œ#³ŠÙÈmâ6s[¸­Ü6n;·ƒÛÉ ¥_pÃiMÚ•ucGÑZôZ6Ž;Àäq¾ÜaÎ;Âùs\ w”sÅÝð­øZÜ_‡{âpu~#¾ ߌoÁ»ñÛðíø|+½ÞNï wÒ»h/Ú›ÞMï¡÷Ò>ô>z?}€>H¢}éÃtwŠ;ÍႹ³Ü9î<Â…ra\!—Ã)ùçÜeΉuf]Ø5l}€ §/ÒŸY”ç¸Dî:wƒ»ÉÝânsw¸$î.w»Ï%s¸I—Î=äq¹'ÜS.ƒË䲸gÜçíù<.Ÿ+àVð$/á_r¯¸"î5÷†+æÞr%\)Wƽãʹ ®’{Ï}à>rU\5WÃÕruÜ'®žkà¹Ï\×Ìi½‰>D_¢ÑŸPñSø©<ÆËy߆oË·ãÛóøŽ|'¾3?‰Kh:Ä8b<¡KL ôˆ‰Ä^ŸÈëó“xÞŸÌñƼ ¿šwàãy'žâ£Ùkl Ën`62Ut5½ à§ñ¦üt~oÆ›ó3ùYül~?—·à-y+~?ŸOä­ù…ü"Þ†·åóKø¥¼¿Œ_Îçñ ü[~%ïȯâKùë¼3ï¯á]y7Þ_Ë{ðëxO~=¿Ï]ãcøX>ޝàKx©PÉßàýù¼6£ÃŒcÆ3ºÌFA„>•OãÓù‡ü#þ1ÿ„Êgð™|ÿŒÏæsø\òù¾οà_ò¯ø"þ5ÿ†/æû 2a„PÆ¿ãËùQ(¼ç?ðù*¾š¯ákù:þ_Ï7ðüg¾‰oæ[x‰0V)‚¶ °pž aL¸0æÎ\d.1í…BG¡“ÐYè"tº Ý…BOAMPz Bo¡@ ý„þÂa 0H, † ÄႦ°P …‚–0Z#8 ´ #ŒÆ ºÂAO˜(è “ÁP˜, Æ‚‰ pÁYX)ì\F0âŒ9APc?0’£8Saº0C(7FHÇSs„¹‚…`)X ó„ùÂÁZØ%,l[a±°DX*Ø Ë„å‚½à  ;…+Â*aµ0„Û#ì|u¶ p½ÙHa4ç)¬6…MÂfa‹°UØ&l® BŠà%x W¸5B$w•ÓaDZãY]v{Hð ~ÂÁ_…£Â1á¸pB8) §„ÓÂ!M8+œÎ !B¨&\Â…‹Â%á²P&¤ uÂU!J˜ÃÎe-XKÖŠÇÎg°Öl½pC¸)Ün w„$á®pO¸/$ Hü$tÓ…‡Í3<Ës<Àƒ¼;‹ð9B®'ä B¡ð\x!¼^ EÂkáP,¼J„R¡³øN(*„Já½ðAø(T ÕBP+h‰D}±Ah¢…kBŒ0œÓäFp#¹Qœ‹ˆˆŠ˜(b±­ØNl/viq’8]ì"voò·øÛüÞ‹gX]ñ Ð[ì#öû‰ýÅâ@q8X"‡‰ÃEMq„8R%š‰£Å1âXQ[ÔljãÅyâQOœ(®gˆž¢¡8Y4EQ)â"!’"%n‘9‘QUâqª8M4½ÄõâaÑ\œ)²Â±™ma·‰ÛE— ÄrGEkq¡¸H´mÅÅâq©h'.—‹ö¢ƒ¸B\):ŠGÄÕ¢“è,ºˆkDWÑMt׊â:1Jôo‰ÅMâfq‹¸Uâ>q¿x@<(}Ňâm1OôÄÝÂ}1YTr8GpÀ—ÿníðUYî‚.^/‰—Å+b„)^ Ähñš#ÆŠqb¼˜ &Š×ÅâM±AÌaU’xWtPU¡øXpÜwa­à!¬‹Oħb†˜)nä7ñ›ù-üV~çÉ­ç6p»x Ñ›ßÍïá÷ò>ü>~?¿‹óâ¼¹ÝÜn/ç#)a ˆ?ÅŸæÏðÁü1ÙIî2…à#ù«|Í?³Å1Wl£BT¢ª­ê¹øHh§z"<¢¸hî#ÑQ•Šeâ;±\¬+Å÷âñ£X%V‹5b­X'~ëÅ)ªFñ³Ø$6‹-¢D%UÉT€ TAªå*•ÊU…©ä*…Ê]5U5]Õ^ÕAÕQÕIÕYÕEÕUÕMÕ]ÕCÕS¥¦RWõRi¨z«¶ñÛùüN~€j jj°jˆj¨j˜j¸JSÕÂmPIy¯&ª‹KæªÆ©Æ«tUTzª‰*}Õ$•ÊPu–7  éÉ´mL›ÐJ§ š¤)š¦š¥9š§ñƒù!üP~*=6¥§Ó3h7ú¶êŽ*IuW5‡žK[Жtš*]õPõH5ŒÎkò#ø‘ü(^‹ÍáÇòÚ¼?Ž×“L”|6Rªp¡"U”ŠV1*VÅ©x• òT¹ý?Þ¾,Ší{v »ƒ´¯Ý­Ø- ìt- vw׌uínÅî ¤ –µA¥LT»ã;ǹ³…Þûÿ¾ç&N¼ù{ßsÎÌÍ;Í| ®©ìåàåèåäåááéáå±Ãƒó:ª ¨ñÑøjik†h†j†i†kFhFjFiFkÆhÆj>hÆk&h&j&i&k¦h¦j¦i¦kfhfj*¢ï5ÕѹšyASý¨Ù«Y¨Y¤Y¬ù[³D³T³L³\³B³R³J“âõJóZóFóVS­¶G뢟4j”÷Òzy{]ð¸èqÉã²GK j‹Ú¡öh´(Z -Ž–@K¢¥ÐÒh´,Z-V@; •Ðʨêˆ:¡Î¨ êŠVA«¢ÕPuC‡¢µÐ¿ÐÚèp´#Z­6@¢ÐÆh´)Ú m޶@[¢­ÐÖh´-ÚCç¡cÐNè.¯Ã^E=‹y÷,áYÒ³Ò틺£ýÐþ¨ê‰"(Šb(Ž(‰R(2¨ˆr(jQot:õA}ÑAè`tºУèt$: =ŽÎGÇ¢ãÐñèt": ŒNA§¢ÓÐéè tµff­ff½fƒf£f“f³f‹f«f›f»f‡ÆO³S³K³[3ÏÝ®¿è>ß½;Ú]ä¾Y‰Ó×œÐøk4š M°æ¤&D³Þ}ƒûF÷šÍî[Ü·ºos¦y®ÉÕ¼Ðäiò5/5³ÐÙèt.ˆCß¡Aèt!ÚßÓÃó——§ÆõÄ<“Ñtº]ƒ®EסëÑ èFtºÝ‚nE·¡ÛѨúÝ…îF÷ {Ñ}è~ôz=„F ±÷huìê 5±h0z ACÑ04@#Ñ(4=…Æ 3ÑWèkô ú­ƒÕÀÚcu±Oh¶×}¯ohŒgl£ç¯/̳öy¬@ŠaűXI¬V+ƒ•ÅÊaå± X¬VsÀ1'ÌsÁ\±*XU¬Æ`nجövÉ« Öë†Åzžö<èuÖs–èÕk†5ÇZ`-±VXk¬ Ök‡MĆbs±ŽX'ŒÐÔÃ( ­¹ã™ì™â™ŠôÆú`}1w¬ÖóÀ<1/Lƒ¡†á‘…ј€±‡ñ˜óÆ`1Ì„ Æü°yØl86ûêùÍó»çOÄKå¥ö²ñ²õ:†MÂ&cS°©Ø4l:6›‰ÍÂfcs°pì(‡‰Ø|ì³æ‹æ«æ›æ€æ ÆÕëˆf¶[…­ÆÖ`k±uØzl¶Û„mƶ`[±mØvlíÄva»±=Ø^l¶;€Äa‡±{˜{ŽÇN`#±QØhìª×5¯ë^7¼¼^`X$…Ec§°,;ÁÎbç°X.f‹ë±óXg´ Úí†^@zùx=Áza7°ì&–ˆ%a·°ÛØ,KÁR±4,3`Ø],³Ç³°lì>ö{ˆ=Âceñì)ö «…ÛáMñ<,{‰½Â^co°·Ø;ì=ökŽÂ>c_°¯Ø7ì;öCp®ÆmðŽx3¼/^/ŠF¡{¼özµÅÛá¼ÆcZMy¼^¯„WÆpGÜ wÆ]pW¼ ^¯†WÇkà5ñ~ø_xm¼^¯‡×Çà ñFxc¼ >wǧà-ð–x+¼5ÞÇpo»áðix'¼3ÞïŠwûã=ðžx/¼7ÞŸOÅWáýq¼36 Ÿ?ôzäõØ«'VW·ƒÙx Ä}p_|>‚ŇáÃñ5øH|>ƒÅÇáãñ øD|>?ޝÆ#ðéø ¼6…¯Åbõ±XC¬Ök‚-Äá‹ñ¿ñ%x,z=ƒžEÏ¡Õ4Õ55455çÑRøEôz½‚^E¯¡×ÑFšÆš&š¦šfšæššÞèv¼Ø]4½‡f¡ÙhjªÃ3ô9š‹¾@óÐ|ô%º _ޝÀWâ±x$þ?¯Ã`gðEØbŒÑ°NÃk(ü!¾÷Ãwâ»ðÝø|/¾ßÀâ‡ðÃøü(~ W'p<ăð`ü$‚‡âax8^•@ˆD4~ ÁjÂŽ8‹ŸÃãpëñóøü"~ ¿Œ_Á¯â×ðëø <Õ¡ñ¨½…߯ïàÉx žŠ§áé¸ߣiAìÓì×\Á®b‡4‡5×±RÄ#ü1þÏÁŸâÏðçx.þÏÃó‘ù}ô5hz&kR4©š4ÍòövO5oñwøJ¤;‘€ßÄñ$¼Ñ—p'úý “ð"4„É/ù²ä«’õ‰fÄYÍ b01„J¼DÞàS‰iÄtbуèIô"zs‰y„@ˆÄ|b±XD,&2ðõ*¬¶ñÕÄb-±ŽXOl *zL lÆõMŒ!Æãl3UgÖH~ׇªÐÖ'=¶[‰÷øü#þ ÿŒÁ¿âßðïx ѸM4'lˆ ØEìvû®y"‹ -†sDi¢ Q–(G”'*‰JDeÂp$œgÂ…p%ªÉD5¢:Qƒ¨IÔ"þ"juˆºD=bñ†¸Cü Mˆ¦„ŠL!0¢%ÑŠhM´!Úíˆö„ÑèHt"–â7‰D"‰¸EØ‘éHÚ“©D6Q/—Ä“Ð[hO´ú¿O< ˆÇÄ"‡xJ<#ž¹Ä "È'^¯ˆ×„3ù–xG¼'>‰OÄgâ ñ•øF|'Ú’NdRMÚ¶d/Ò…,B%‹‘ÅÉdI²Yš,C–%Ë‘åÉÎD¢+ÑØNì üˆÄ.b7±‡ØKì#öˆƒÄ!â0Ñí§[/·Þnõɾnîn]Èmx’'´„71€Hø¾D0q’!B ÖsãÝ´nÞn¹]ºù¸ sî6ØmˆÛP·%äRr„ÛH·Qn£ÝƸ]&®W‰kÄuâ‘@T$+‘•IÒìIî"û‘®¤'î…/FÿF— KÑeèrt:™¬KÖ#Ç‘ Ȇd#²1Ù„lJ6#›“-È–d+²5Ù†ÜC¶#Û“nd²#Ù‰ìLN$»’ÝÈîd,¹›¼Dö&û}É+ä^²?éAz’^¤†DIŒÄI‚$IŠ¤É ävréGî$o—Él2ÜGî'¿ _ÑøwôŠ`*L ýÉ2 "ƒÉ“dJ†‘ádIF‘Ñä)2†|@ž&ÏgÉsd©#ãI=yž¼@^$ê>Y’ºJ^#¯“¥©‡äM2‘L"o‘·É;d2™B¦’id:i 3È»d&yÌ"ËS¥¨ÚTê¹߀?%_“lj„?1‰Ì'_’¯ÈåîÛ=²Êõù‘üD~&¿_ÉoäwòY—RQjʆ²¥ì({ªU”*F§JPÝ©:”U†*Kù¨ÉCä•K÷aªáª0 ¥à.”+U…ªJU£Þ7ÿKU[UGUWåMÕW5PÙ#,É‘<©%½Éä@Ò‡ô%‘ƒÉ!äPr9œAŽ$QµO;Ù£"G“Þ¥žzc›F½f“sȹä<„F„E8$¿è«æ§ˆ"–8MT§Š«º"ÍÏq„Žˆ'ôÄyâѬµÊ¥¥R«ÅcMÙEí¦öP{©$Í-ÍmÍM K¦ÎPbßáÄb$1Šˆ§ôÔyê59­  ²T£ûŽ®ó@uRM\£®S7¨ûSÔ!ê0u„:J ¯£òïd·˜¼JePw©Lê•®¹Behîj25÷4Î-\Z|¦¾PU[TkQ½E5[DRQT4ÕÖc¹‘Ü„ ¥†QéÔHj5šª¥*M—¡ËÒåèòtº" [È­ä6²U“ªEýE9Óª6]ªO=&Ÿ·ïêo ’‘š¤*©:¬~AÀÛSnTª#Õ‰êLu¡ºRݨºtª'Õ‹êÔ$m<(Oª]‡ÖÐ…S•€~CN—>SwU©Ôª F R>”/5ˆL1äXj5žš@…©ÃÕÞøb*5šNÍ fR³¨ÙÔj.umH7¢ÓMè¦t3º9­Zæ¾®Mu¤N­¦ÖPk©uÅ_R¯¨×Ôê-õŽz¯^†L!ŠÓ%èmÄHz"5‰šLM¡ÆÑãé ôDz=™žBO¥§ÑÓéÐ.AØ4r.…  ƒˆ%ôRz½œž„L¶}o 7Ò›èÍôú,uŽŠ£t”ŽŽ§õôyúi×cÇ=Nxø{xzy{üÝ÷ }•¾F_§³¨lê>õ€zH=¢SO¨ê&õ}ˆfÑ'hú­y*F§ÓZݦ…m »²½Ž½“ÞE—¤7“Uéjtuº]“®EÿE‡Ó(mÃÔ£ëÓ èôLz=›žCϥ穋 gK#ÅÜètGºÝ™îBw¥»ÑÝi;¦'Ý‹îM÷¡ûP})wj1ÝŸò¤½èêŒ-ÓˆÁi‚&iЦi†fiŽæi-íM7aÒ>´/=ˆL¡Ñ•iÚ‘v¢ÝÚ•C £‡Ó#è=ô^z½Ÿ>@¤чé#ôQú}œ>AûÓt1¦8S‚)É”bJ3e›òåÊ”@­šDÒQt4}жó¯ð‚Σóé—ôEêu™úHÅÑS™iÌtfsFÍ•] ^G^×ÌcFdæ3¯è×ö‰z³’YŬf6!_º~ ?ÒŸèÝ´'3“˜EÌ&ÆÒ8C0$C14Ã0,Ã1¼zhyÎ. iK©™ÞL=†ËŒcÆ3%v3{˜½Ì>Æ‹Ñ0(ƒ1‡™#ÌQæsœ9Áø3L ó7ÒÜö©SC&’‰b¢™SL «Î¥·0[™mÌvf µF¯yÌ™Oá·ñÛù¼ŸÁßå3ù{|ŸÍßçðy?dfC›e˜–zÁçñùüKþÿšŸT³Èþ"‰¿Ì_áŸ1,Ï|à?òŸøÏ|*B"?xD«Òªµ6Z[­Ö^[D;©ÛkHç°f«ë®©[‰+«-§-¯­ ­¨­¤ Õ$Ð7éË\}‹¾Mß¡“éKÄ_ÚÚÚ:ÚºÚ/üWþÿo¤m¬m¢mªm¦m®m¡m©m¥m­Ç ìQÞ¦Œ¶“¶³¶‹¶«¶›¶»ö;šO¢nQ·©;T2•B¥R›™È,ÄeÓ÷é´/pÃS|ןÎUÑVÕVÓV×Þä¹$îw›»Ã%s·ØéÜßÚ%Ú¥ÚeÚx^ÏŸç]µ´µ›´›µa\8·PÀrs´;´~ÚÚ]Úâ| ¾$r@{P{H{X{D{Á~±6@¨ ÒkOsg¸7tRóÍL¤6J­=¥ÃªS!¶ÂÝæ™ÍÏiã´:m¼ö¤ö"}‰vç®h¯j¯i¯kwk÷h÷ji#´IÚ[ÚÛÚ;Ú—\q¶[’-Å–fƒ©©Ü4n½Ö ÍÐÞÕfj·h7×ÙRgkmÈ=º*ç©õÒj´¨¶"_‰¯ÌxJKk-«å´¼V«õÖÐâøPu.5™I¶çŠxòAüL~RÖÞÆ{¤v”v´vŒAœY—â¶È íLd%û€{ª}¦}®ÍÕ¾@úr‰ÚÆÞM¼›z7óÎä4Ê¥k[{·ñnëÝΛæ®¦–ã>s_¸¯Ü7î;çÉZ½6MÛÑ»“wgï.Þ]½j»ó}ø¾¼;ßÏMàÖñÍm¶µEl:"ÎHg›²uºH=¤~ņà%">ˆ/R)Q´œ}eÄÁµ62L@&ÚÏ+Ð9 ·_ެ(;¹Öê†zpégÈuä}ÅeUˆ±UÙ"vHIU)UiUUYU9Uy0¦(‚EŠ!«Õöß‹VB¶!Û‘$är¹ƒ$#)HjɆªãÈ Ä (‡èx¤¢ª’ª²ÊAå¨rR9«¢Kû¨N!1HlÑ‘ªQªÑª1Åç"“T“USTS‹žCú¨úªV"ÕTÕU%‘RHi¤ RÙˆ”G* ‘NªFªÆˆF5´ä&UgUUWU·â¼jnÑÖHÄñBTsT'U!ªPU˜*ÜþŒê¬êœ*®øiÕEÕ%ÕeÕ•âIª[ªÛª;¶Uª»ªLÕ½òTUTUOlQäê­ê꽺ÒÛöê‹ê«ê›ê»êªJU$XUD]T]L]\­._Q]I]Yí .¡¾¦º®º¡JPÝT%ªj«ë¨ëªë©?¨>ª>©>«š©›«[¨["ãTãUTöêvêöj7uõlû®ênêîêêžêªöåÕÔýÕjOµ—º£º“ÚVM«5«æÔ¼Z«î¬î¢®ª®¦®®>‰øª©«‡¨u¶ýÔãÕÔÕ“ª…ªEêWª×ªê™êYêÙêVêÖê6ê¶êEêÅê¿ÕKÔCÕÃÔÃÕ#ÔÓÕ+Õ«Ô«ÕkÔ3T3U³T³UMÕ›Ô›Õ[Ô[ÕsÔsÕóÔ1,Q e„²B9¡¼0hÔÏ-[GÁIp\W¡ŠPU¨&Tj5…ZÂ_Bm¡ŽPW¨'Ô …FBc¡‰ÐTh&4Z-…VBk¡ÐVh'´Ü„BG¡“ÐYè"tº Ý…BO¡—Ð[è#ôÜ…~BÁCð¼€ ˜€ „@ ”@ ŒÀ œÀ ZÁ[ |_a0X" † Ã…ÂHa”0Z#ŒÆ ã… ÂDa’0Y˜"L¦ Ó…ÂLa–0[˜#Ìæ ‚ ó…ÂBa‘°Xø[X",– Ë…ÂJa•°ZX#¬Ö ë… ÂFa“°YØ"l¶ Û…‚Ÿ°SØ%ìö{…}Â~á€pP8$ŽG…cÂqá„à/B,œB„P!L"„H!JˆN 1B¬pZ8#œÎ q‚NˆôÂyá‚pQ¸$\®W…kÂuᆠÜ…$á–p[¸#$ )Bª&¤ !C¸+d ÷„,![¸/< „ÇÂ!Gx*<ž ¹Â !OÈ^ ¯„×Âá­ðNx/|> Ÿ„ÏÂá«ðMø.üQ%ªEÑV´íÅ"bQ±˜X\,!–K‰¥Å2bY±œX^¬ V+‰•EÑQtEÑU¬"V«‰ÕÅbM±–ø—X[¬#Öë‰õÅbC±‘ØXl"6›‰ÍÅbK±•ØZl#¶Û‰íE7±ƒØQì$v»ˆ]Ånbw±‡ØSì%öûˆ}Ew±ŸØ_ô=E/Q#¢"&â"!’"%Ò"#²"'ò¢VôˆEÑW$‡ˆCÅaâpq„8R%ŽLjcÅqâxq‚8Qœ$N§ˆSÅiâtq†8Sœ%ÎçˆsÅy¢ Šâ|q¸P\$.ÿ—ˆKÅeârq…¸R\%®׈kÅuâzqƒ¸QÜ$n·ˆ[Åmâvq‡è'îw‰»Å=â^qŸ¸_< ‰‡Å#âQñ˜x\{ºîúÍü¬„fyÉÑ+bë¤ddìˆÞôâÝÍ|ôÈÔÏѯ£ŸEgF'E_È»zz[æð¬Ô{Õ¯Îbïm9½æéÝîè5Ñ•O-Œ¢ÇGŽÞq·^ê·Ì‰ÏÓz¦÷Ž>~~üC·è6ѾOf'•ŽªwaxĹ›Ÿ ŽØ”¹(-7yêÓo©ë—~9òöñìéiºˆ¤¨&Q ~©BdÂÓñBÆÀÈS7?>ÝtmvÔÄ̹ #kF¾ú’ëî›}3óhÆA]nÂÞ„ò™3ÛäÕ»×/rxæì𙉛oìï70Ç;«Ý]4}ï‹ùÙãsë=®^9jtŽ}x‹›ÏÐú£™•ô»ßç!7¯„Õ‰>z[Lnïˆj“_ýn½üÁQY§oDUÌ̬Õ :÷L«ÄùI¥Ÿ%Gy…my˜›œ86ëBf³Ì×9M²GæŽþ6ùYN^þó§õòª'=‹:u*ôIF½äÏÖ]|uÃ9:+{MNÄÃ5QxTȵñá-n\ }s2;ArS ì!t‚ ŽÒßK—ölMC AòÞ¶F»–^žœ–”éyÔ5\ÓÜ/øÛ~¡yžén3{õÊ3ÖP"ôùÉoi r›ÑÎAÜÎ_GöéÖö®ù~Ú)íÉÉ‚£Îåõn†eRtçïö¾ öàäß¾R75¢ì@ê-ƒÅý4§À½›z¨ßg"Èí¼j¡÷Nþ¼sý×^??% ~ßÇÝ͈õƒûÂÚÅýÓÊ—‚¿6j¿è¡†“—{#H™ªßz} 4î«Ã!YøX )¹ÔKÚÓ4¸àï\(ß#Ñ]ÂR`ÿó@›_üS×hñóéΗé­‰+ HÛ5]—~ëd]PöuzÁw¼%‚[OÒ•d0*Õ²ü6Fû„&œ,i?nÌD ¿ÞÖøzËNF]ùNãÒf Úïò«îôOý`ÝЫ'•-ìn8ÖvþgwÅ4½rß§+i~ [`{ÒÐ!ì"¬_”ë3î|èçÝ'~6°î(@Ññi–éwÑÛ„%êDw‰L+8ÏI½73ÅtŸÞªŠ-›ŠÄƒ–eY¾‰Þ2.1­R¯O}dÐuq½uk{žÒÅä3!Ï£?„Çœü¤à ʯ:àrJüÏ+g,Zÿrè+÷¢7†‡*äW+î0¤¾EÚÏó!°Ô)Ýϳ-f[OÝŠžtÒ2µ»Ó¿wTBôðFõce/ù~¬E ºqĬÿ‰ñºwU|ô¢Ð°~ÚiK÷kòñŒ^àÞ·Ä‘{ÌúŸ áÐöLåÕ öfK Ž<éëßÒšÞ‘… 7»ž3¹xvµhÙzҽǸÝÝŸ_÷Úzi÷”¥7),g¤¼ŸbJd­hÆÝ25 ‘RIÁîçw.A/<&ÛAÃü‹QݪÐÅêÇd­Ñ— ¸Ø«è iu ƒ/n¦vÜyS²¨£ýT·F¥Ä߈‰M)“ÆÝ+¢lÿ6¤f”þo©üHÕSptX¥¯B«‹~î”æ}?å´!!ÆI_n@ª|÷‰ÑÖYN[âvÄÛž1H [—îŠñ §cJÇ:ÇvŒÏýxèKúVõ-¸³ Ã\" E;ƒûÇ%Í®}:/¾¬ÞýT¯e%z7t­ÒçŸ:É@î•>Tôê Îvúb‹ ü½9‰ä81P¡‰ñÒñ[ Ó÷ÎÝu–u´'ºmd«SEõQÀ;n;¿˜¬Ëå§ Ûƒ~ã€LúÉÛÜ~ü¯û§®}ðµuSÓNŽէö©Vºûøþ¼ õVÆP^)qøˆ>¥ëõÀOò?Ýx‡SC|ßlËXØ.Íø¼„ ںfd>LÏÔ_•âíb\¶Ìá‚¿’µñðî[¿'Á¿îëm.e~‰˜gæ9‰ðï´?ðÿ цˆÂK9ÿÏñ;uŽ‚Âò@ÍRÀú£õÇÓÄÔÑ÷"Üÿe$‹‹þÉ:’fë tõ†˜í[o¥í¿g>>wK¶®bŠV÷9oöý,ÙyýTÄÅb ©¡ÿfR¦ôj²áýõq-Ô“ž!ˆz{pgÀà Ž~æõK¤E‚ú­uAÐJè¹Ç@¹q ´J•ÐÖÈH~¥vDtÒ‡ò¡0:Ì4lu{¥‡)dÛ,…e«ê÷I}7‚(%[PŸè#E`¯ÃÌh‹„:Ùkh!I'ž¿—4µzÀªt·øi½J¥½Ñ£³c …ßO3œ€–ÓBŽ[eÁѸ8ã>ºDûEìË*8j)ù; JMxó5 ÑŠÁG¤O†™Á£¨Ú!z#ßF`ã€MT´½K±?€do¥xIT|Mq0Š£m£·‚úÃ@½8(!ì3Jn8Þ ®.OÉQf4ÜÈ>ü8e g%Àœgˆ–€†¶²- zò{ÿk='é¼Öò½bg!‚¾WËR[%ív¾À¡àoR&jmÄ.€p?‚LkGûý¾÷£{"EÄô„ùŸ…í8ë_ø] =üGD¬í;RµøNC Œ¾(dq1Xq °K¼ŒœqFÛŒV4ùÆÃ\ׄ`幯ß'¢ °œ1™~RìïôLŸFRY.ùT{…þC,àß&©Ä,»ßñ ë‘A<=î¥7ôÔ{lÔUñÿÛéá>ÈŽŸ åÒ‡€ßïÊ\ð³.ÍQk¸ l´°›3† àïƒôöZ ~b6f :A. ÚËÒ_‹qпׇĴ6¬Ö%Èe:B n«=bÍ÷Ô,“M¤Çv"E ™ ¡ýŒ8+[ê‰l£Q8à9)ÓTnŸ%[ »Y+bLz{àïvÎH³ºo¯Ùç[Ç4ÄGÔý'€¨Sz^¢Í¨‡…€ÏÇñ/t¿³ß[Q.~Áv‘ó$ï–½þíÞ·ÒªÁúY©eÌF;}¤ÞÛ¥¿~TGÖ}”« QWãŠÏ=¯¿0Žƒ>|ÇÉRO÷ŒüàoI©É— á`¬½3õ‰¡¥‰FÇþü¯JÛfU®yÉÛ Eë9Æd T~¸7[Öj-`#!ŠÜm/þþ7ŸÚD8ù\møA{;f„+a<šäºÃðM¶»‰Fˆ6&j‹þª÷]ŵmú!ÆcSªûC+?ûëÚ5@Í;Ýðj1ccÚbظ ^¾–t°Iò†[&’øªÿ®Êìë$ ÀJ[Ë1 &ò¿ÍÎ²í®†v¸ïÌcr^û`eOû»à !¼ZîlO© ¬"ŒÝúéé{œe®EÞ ŸVÎo˜Ò ⧃˟û­È«á¿/UÙÑÓöh•q4þˇ¨“úvF1w¡mŸBcð—¨H ýo·ðe¨1Râb4Gº(êDøC z¿dIÿW£âÃ.žžHùuÌ/Ÿ¿ýA꥞"ó®'åý2ž5ÓE†¥É?ßÈOKZù¾é\ÙrûŒö/Þni¿kœ7­ÕÝâwý¢bÂà<”/$ /‚šk•$Ó$ªÀú «›|¯-ŒM ·^@‚ÆTk w«ó÷„…ß!Öºn%S­¸.©¸×JÁ'Ê/ìŸkÀ:#C¤¹øw?81ÿ´OvèõÓêBý|£õNYJK@ûͲçÿC¢ÖÂþ§ɽ3‰`³ ò¿Cm?ZœÿL6P+jeX'pô@¶Ú0)JeKøUßÌ/HíFòm¢f„M»¡ÀÄY>:éþzIZ‚ÑØOù¥Ö{Õ"çúß]Œì”lÈæÚÓÜ çÚAò…ýêQÂNJ³nûÞŽ»#­Ö¸Z7‰þ&8ȧnÔÐ?cò±²¦…­GnŠÉ’n-†Y.7^¶åè7+£§›¶"§Hõ;A©½8ãn6ƒ=¡ñpè#ãy9÷ ¶ÐS|!3ñO"µRÿ €÷8¹3Š?õoœíEš´ùÕöŸ/sï‰"Âf*ó Aþ® üNFŒIPƒÉ@VýL2ßsFYPJúOÖ7§ê¿þWl7h ýÅŒj·îc¹|UˆõµŒjvP‘Ým}XXÍÍòÀoùÕŒô”($úl†™Û‹ßæ ''ÅFš^͇Øt²Ð¥]€>W"¿èKൠ:qUã}šß8nôÁàÉ©“áLûMÝŽ@oIgãYÞà»@}§Ø¹UÚž‹O¾~WPýÄe7 JH “l§38;ìþƇîÞý"Ò;P}³ ¨ÿÐPJ¿ZIóÌЛdº½qXv#À¿0ðKKœnKᥣ‰ú/¡0z½ìGïƒßÀ±CûÃA @ÏUàG£¥Ò¹és¡~HHG@ ?ë'žJË54Ž JȲjçRÄà0Nc˜îdþçQñ¡¯ëŸ d Ï4BÍZV0ô©á,èTÔðÔlŽs£Ée)(Ê­n—O¾" …š˜¶º”³ð,T†!Ö_,óÞ=U éd7Hj¥‘n®û© 3,*224TBuÈù; ÉúpÕn( ñ£‰ ½4˾D…þÞʤ§Yú *òÉUŒ:XXÝŽGegÓ>¥DŸûçêzÉ jñ™©ë­ÄDzªõͯÞ5²Ÿ7Q{ ýœÿMÜin—(e”'¢Àú Tí,Îb}û¹nh1 +9ß`½Ÿ10» ¬·‡¤µ 9FÏE= ¿¥?[(xˆmŸb¼~Ù¸­Óóï ¨•þýˆß}@[d­K°Tg^ÝŽãœDý¿¨)æþ™$—FÎê_µ2xßÏê†5ÒP'Ù£§Àú/ÖËsÙBî›Ü99Ö·³ÿj13®ŒÔšÙÿ2+_„ßärÒÁôZÝHÔgòFÛ³BM`Éßž°ÿ×qáú±ÁUGž¸:>¸«atü­¼šÀ¯ƒl« ŠHkW h¸ìkMÀa£×„®”á,ãn}Âjr ÿ"Ã5}ŽÙü•·áú}pwƒ. âUëS¿î sßšÖBhé8ˆ¸ †4 OV>ô#ªOhoý÷Þ‚ëûø@:jÈ9Ó ‚gzâ+ôÞÕ ýÓz„®)x>ü®7É—4Áfü<¾Ý]G –¬ÿ×lH=´%`GÀ“€A0S[§Ÿ2 ÒËŸ’j•ß© ¸?º^ ¸Ž’àYrÀ¯>2¤åé_ÄíÛ3¶Wì3p§s¬)<õ\Üë€÷°dkýg©Æwð_-ëÀ>ðíÀ–¡ÅÁy4”{lïØ¥a©­@‚åWv•,´²Z¾Íl ôÿŽ!;&ó?hä\Š\©)éæ:xŸ›~¶è#gÐOm HÃÓ’‹-¢ìÄçuCëk㼤 è}å€aÐö¬ž•ãá_&z£e,l™"YŸ+Ôó«§…Û|“ÑDÙ—.€ÿ¦†yŠkd_ž ø8ùP‹sE¢Bu@.Œ4yGªÆ/ƒ^§¹ª!ãâ·*ì7ÐPJ¢zÂÝ”ˆÔ}î/âK½«y»¢ký3ßÓÓ!–µ:¯¡¾gýwAêuˆâZõJÐÓˆn:X÷¤Ý à·„É\d®k=xåCÀ—¸Ž¡k ëW8Ó”^œzxeŒ\§¸¡±•'úwÿ"Ë rà#y/s<3Õº>.FþÑú>N] (‘,ê~ÖíàZ8¼ÞF¦ Ž,©Ù.e¢ß„LƒºÈ(9åßDáï Ï[ù!1Räh/õßáæx‹«}Ã-XðÒ¨ç€ÿñf±¹¹_F9>¯^ ÿ$ÄÚÛ›' Ò³VÐÏ ˜«’Ìk|5BÑŒVB ž³AÆÐF=|qIÊùWAÐ-mö>Ì€Èì1·˜b©eþ>«Ë®¯˜ óø{J„ê?OÖq(‹bOÚÛ\u™ñ0ɈZ?³ÙMd ¨ßȾ“4xßb›˜½ÊjƽÈ8ÿ O€ý‡­<Œð±Ö¨Ö$Û¿t„­—}Uˆ¾êß6K™ŒùÓ®çßÛã:^¢ä© ú½„¹y~âÕÆ,d÷ÜË›cUŠÓ% ;´îbÈ=9Ë/ÇÚ 2vªî[ôÅqBV|Hi¶«­$ÃH)wʵ­ô›¬Ô¡îÖgCBÏÊBF»t’}° %=nVZÇ¿zƒ«öñÕ€õ„Aœ ‘W +fÆùõ×Ç+ªøÈjE÷Ý bZrYÉX õ’ ,ÞYÁdDÓC1ù]Uœ¢Ètÿ5þ ¿ûýá ¡ˆÿ*ïÿSþWü¥xé=öÏóíÿ} <’f }•Adt¨pfu¤ºõ:Ó\uƒ±³D”î½áY¿¯Ÿ‘:5ÛÀãàoÚõÁàïð€rKTùïüìÓ³·È¶Ý=2Ðuà º÷\»¶ÆöýS²µOˆ\¯ê> úé} ‡ùï$G‘¶WYD__ ÷+é[Cªè™82¾•³Gì$8“÷¹ïM…?ïíëxÚÛ~ ‰t /9½7¬ ™žÒ©o{`;}b‡ºzÅš÷fbGmdïtˆ^2ÜÈ«“ÕANŽÁ/o.…þ›Ðg/ú Év`t§{Sñç™OÚ1E Érq’1 P—žùÅ(o›Ï&Àü×8>úöœ7A)@&ÃͲӧP+ÁFs&« $Þ'¯v| BFòŒîâ²uïù£ÕÃYª¤|=àÌ ÈÉl†{N£hFÆïq?Ç Ê»B¤fleßÛ®mdš4“ûÒB̽oa;F¦Ô|1/Íá“Ó äyá>F>Güu´}á¸nÍEOîjAé;AYús—-y·Å, B ö_Hù$à@4ZiÙ­°¤cf1y¸Rò0#ÑÏìÝ•Q’ö=ÙÓ|éC€úG¼ûŸõü÷O+Ÿn(= YÃ\€YÙ-¬k0!Hû_|q–ÅùÖµsÍæü‘¤BTYþk™Œ:åü÷* è8Ôý~üœÑE÷E‘7MHÞ8A¶ÿp`-‹,Ì&¹Dwý¿³ðæOô6™ª*Ì~÷9ÅwiÜ£‚íyEýli®ôãÒ-¥¶ž+ÚÔDµý¤VªÏY›;²׿¾ç.S?ÊY#ã×=裂~Þ–¨‹4›‹W›pƒª×F5õ5½Ï÷ÖJñ:ððW59Ôlðù!"ªnÈU‰÷6"l££ýGÙêkî£ÈÂê›Øßƒ°Zÿà‡ýèÓ¡×þ?'„WõG8?èm~høóÈAãëã:ý:z±nQ®°—Ê@αA¹CŸøygœQxQl³cï3€D[…tŒLÜ%¤ö;±8p8¨»ðÄ’ûÁ݉ 'œt™'>Ÿø~Bíoï_Äêšþuü[ø·ñwÇÝý{û{ùãþާ(ßÁàü2 b²¿^e%§WÞß¶!õë%iÅV÷á Ó§üҽͰlHŸK Z?ÿÈsì‹ =5PÐj©d£þ]!%]ݬ¼‘ØÖ"ÿ´ÜÆ:Ó.›Wù›àœ#ÉgÙ +qîø©ãév§Ó/oâžt¼¬{úñÎÏŽ¬Ž°?a¯ÿäSóÄBäõÀ)iöäÕ\WØ^=ß©Ò*Åkø†]8’ "ÑË“ Âëéôsíô½$YÕýŸºÒ{Êo‡´‡Xñ^ŠôÎÀk*»¸I™ß5yUÛâÜÝmÛ±é­Ö`+Â9מö€¶ aÛIvƒ8Ù»§ˆ^˳E¥¥ÑþyýÉ×ìI”!2M Í4äz™ÛH¶â³û„ÉÑ}‡ Ú.ðsûØöÑBýê °¶tÐcÍø÷€ Áwó2b9@—²)¬éîË|Kwƒ-ØaY_J¡÷&M¢8hðw:cäíò~ïm)êg°†…øìIÊü¥¨ÕЪúúòQù)‡%&üÝ‘ß]ýnyW«þ;¶üÚ•…;,üøO±i/°ú@®]Ò·Z¡pR† ÈåªE´ …WûZÀÕ¢©ÿŽŽ`ÛÂï·•²(­Y_½eùš2Š–^ªÂ»IV:"îÏ© U´1ÕÌf }Œ¸b%âÔµÂÓe»# kû!<¥h<Èd¤ú·$£m’”•Ê •9q7±ôÐBýÜÞPwKŃr‚ ‘Ÿ‚¢pاÿN«Q1S¢ñ]¡¾wÙ‚ì[¹Ÿ7ãhžQÉòY ¥äB|ð’Iγ\ªÉÊuøßì‘´_‘ßfX‰Ú¾V((þÛŒk£de}þ Dç¾ìQ úghj72à9°î9@ú«à|ÂIˆ+! J4O«&q:°»²þ׈í ö-Ù¦‚e*®˜aRõ*Æ þ·’­¼•âŽt£·BVZ˜ßô<ŽßTú›ÏÌ4!€h¾ë×NNÒgÅ›"c}uÞéù®iAÀÈK8¸ Ž¢ÚÃÕ·²'¿5ß˶]Ÿ|¬ ÿÚ³^ß@ïBçÐdì}i¥ÆA¼XéºÈé àÀDʘ«T´¯’zV5zf˜Å'ƒT kÛ43wÓo°ñ"°ˆ’vŸŒP¯ª,‰™7ÁH/èwV6þÝZh.½S1Ê%ckH9ÁPg‹„™ƒ~í SR¾rjÿ$•Ñ£u2n}¸<®œPHl‡¼?>OÒÐpµ³,«š} îù¥LùÔ:Ã|ýëLµ"Žö°ÂÿóFóççL¨ú$þ³Äÿ[ˆŸarOŸu^…Œ!ÞV´|=ßÈKØ[hŽ€aÍ9Jù¿ëdÍšeï †YX[ [džԡF: ëÄ8ü 2=(Ä«z@ùõ’-bkšBz/ìrh¡sœëº`ûÚ’]î±ט¡³“ >O-õ›Ì&VÝö7ãÃ#íÿ ÉCŽ+n·’cì°¯QŠX|înßd-E~­¡£ÿ8㽕\ØÝ¸B²–áçÿiä¾MÒcuÚVSyðŒcQ™î×°åjÛ¯¥”íòßéïõ›º@o€„ZÃñÛd¡bá:¸³Q¤ #Hò}oÃd³gÂ3"ê΃R›àüS¦!ÓQŽBîàz'«vá p3çd‰Ò50sx ,--–ý¢Št´¬÷U@/í¸x}ɧ›#¼íLßãøîµ^šIˆt: ÛÆ&³œ$UÖHG@Y=)†ÞŠ§Ë³êÍ“@t¬ åvÖ‚Õ)4Gl ¸íR°†k„¢¢/Îd<…ÊGÏ­P4×lý*×L ­ –^?=+ñûÎì]Ñ«¶Ÿ#·6û·o˜åË?Úþ#˜ ¹~9\¡'¸®’ôºÜÄÓ*(Z˜žuÕhuö\™ž–õ§~2Q*9f´ñõÏ.u>㥘YlçC‹ZÜ"mú8˜maÊ<Î#Å‚XdÎ?À=×þú9ûß)EòÅî’ú˜yuƒB"×’?@ÀaW]¡ÞË_àØÔ¾#¯5yó×ÇÅls„‘=v-4³üù@OcŽlãþÎýí€ü_ûI‚£M—¿/9Éb[ 3–u²D¶;þ7:^þѳ# u½‰ÿ‡ÞôÁH'-$»›fFM3'ÇHcìÊf<µãŸ8`é Õšyù(帘"?hWJ²¢ ëtµÊÑS…-¤dþïút…í…X]¨ À·FfÞYÝ$çù¨àfí¿xÛ£9àPׯi‡Ýçå àb—‰¶_¥Xh³§É5 ”»h%û/÷r‡l-Óêèæÿë;¯ó¯,`ßH8F~‘“6´;h‹Ñ¼@{vHRnnqVð!ÿ¿UŒ·`QKãå+ êšè¥· o§á–Í$|L•é Td*Ó³ ÍMd˜ ¨ü6MBÚÇþÐ}[ÉTÛØ+Þ¶¨åêÅ—M?P^0–»<‚Yþ$¨wÂ(ëÂ]ç§vHʯò¾Ò¨˜oäœo$~0²üøùf»ÔÂ0“qÓçBâNŠ]EÞ²D’õj«v{hÙNÿçVÌI-µ’´°A¡9·-Žo-PZAu;«‘>@aoM!ÒM5á6ðê ê×0Òô@XVôú\–E93 „Jþ¤ÓÍ:è 2•Û’ ž‡wžÅo’ú/ ,ñXÊ+oSÖ„sLí%ä¤@¤ƒ ~=³Y/O“x9Jí»âê!(ÓŠ¢˜ÙHr¦$ÿe ¯â F£þFjú¥_K9ho @Þ6ŠÖ23,×Ó*êZÀôÓ&ѳTü;⟳“á²7f+îLSô $uÁå‡nŽœ£7©ìrYZwU€}oL'ÝVSµM²Tî½Eíé%)¾‚ˆu2®ƒ‚Fóëzþv6¥¥ÂN³ã× §¦6€5¾f&Ó¬ñìÆj£Ü£ ”ãÃøRÐS´jšøJ{€º¸)Nõ-äƒ3@dë+£õä_«lÿÉÛ,ý(»œ-Å¡ VGÎM¥~U4k'Ù´ïûVQ?ØÌSܤ~Z™ÄõÒ:äÿãO%£\|®•ìg Ö“ ËÚJÔµ0Ï?IÖàß®¶Ü’ãÿ3C¶ëÞŠñc×ý©_ d½ÍöW/µœwO_­ï¤‹Lý+°¤m.÷~%¿=Ôja¾…ïDDÜØ)Ëýçk /A–q>u?¨Ÿ™Ò[wxø ÃæBZ¾YÌL3@ö1Ðd†a!â½×wX´¼<@™‡…¶ŸËÇ-óýˆÎeågý®˜½‘c’S?4³°~Úï@²ÙÀ·89€Ò­µƒdœÙ"ñ“í^ÌPJr¦‰{R‘‹9ø ¸ßj²×çÐNNü``'»@;äñ™‘ìÊöc8ßœ½i“$ç×·FñæMj¢ì —­ÏNâííüUÿÃ3mIPG[¤Þ¼ݟ톚!W’I¼a"ç'$Ñ$ruAv.£¤Y‡TE„ð—ä^øQ}xVióã7Ïú‚õ\d-o|Ôvý8fŠ&œ#y|Í»wNöš‘À[²þÝš¥Rç˜áöK ûŽÒ;eÕ,æšC€™”¤uúhWI£s¤4Xmââœp‹ëŽ_ LÂd½Œ/´õP6kÿhf_ õ³]¡½À†éü¸¿ \1’1]°Ò“?°ä±ÿz Ö÷_Ôh¢n y½,ãëcI‹uX±Ïêºã«‚q ´ÊVr¯‰Àžvüü‚Ȩ5Îç OQ¶ÝÿÈ/—¹ª,Äÿò]vGä–ÎZ‘ÜkØÿc‹ˆoë¾Xx’ð´ëE7º/E˜ØNwPæ ä¦ÈlÎ?\ »ÍZ°Ôrfóbo_%ù=ý¬'ˆü)Ï3S{ŒhïçW3}»4jt †ç?$éK4/‚53åÕï§$XÜä]Ñ±Š±ZGÅJ`„ö¥åÜe7Œó’vƒW,dŽÅ›Mþ2ü;œ(ðë¥,ÿŠi¿×á–ýôm¡ÔZX_I£»]íHèãå Óå-|€¥R %ͯ2j½ŒQmwÚ4…/Ü•øyiýb¶w×>#¯×«ÿoŒ¼‹Yͦž*¼ çÿçdRF¬Ù ý2ÓË>“\+ò1TzÎùŸú#Ø–/ÐS}צ ÅQR«.¶NÀFŽÀZɲµÌû ¹~™¶<õc@HüW ïÿ•°¿g%wÜŠ„Áñ<Ð/ çÿ)3 -ž¶Ë°×oxz™Ôò¾w Lf»¼ e<²Ò~Q)V÷îiMrDú6É^¯îÀ¶ª(ü0ÃÈ–ï¬íj‚ëV9l«^êZØA|µI¨BÖéÐJ3(ÇSÖ8¦€–îZy'ú–Ó@ˆŸ³SרLevȳßÒ÷),ƒþ´¿“—ãÔ™’þÇIãFZ1j‘c¥s(Ô-ãV°žÉ| ȲÃÿ¡í:à©üþ¿Ýšö(Š=’Y2KID"Š„ÈÙ¥A²2ÊŠBöLöÊÞ{ïÊÞÙ›ÿãéé~ïå^ôý}ÿß×ë«{ïsžs>ãýYçœç98)UJpžßá=)Y˜õyƒzІUÂØ¬|Qf¤ /¸·í¹†fà +@á$U €¡R°oM¸‚ùVoR0¬ò¨ËoyÐ~&y·V¶­Gê+‹xh·TàÙÚÀ„<°‡Q"%l ì nÿß°ÎèÐ¥ošCéýõH6ûç_Eð"J{|z>Ê·®ï8Ó„ Ä®Vi€‚fÀb˜/rÚ¸h"; h#° íZ»ã®~õ"BÄ‚¡ˆ¦5‹Í5Œb(fhØxŒ"h!Árò ‡ÝOQoÞgˆ$Ó³BžÆ«¤F½ôØóçY‘¶Õüd¸ê /íæÓ2à2Ëpþ.t—9¸‡Ú²‡tò’¬f‹ßB·Èiº6æI@‚7‘êÆ ”:4  Rã5ªƒ©c¯Qöúr4w…yŸ¡{#²ªþœ¬€¤(FëD2ƒ¾§5ÿ…=Uî(2ŒpL“©zàÙÚH C}×ì·áušì,2%ýQÔ¶_œ·ŒwA–càx¶ÿ¼ƒÄlK&޶Œ ékèÅ ¾—üÙ€»ŽÇ]*$Êÿe„! CâxÀÿ´¶=‡ÈÐg„‚õÿSÀ‹8B1”²˜iÀê?’²pæظP  ôE¸ Ñ‚°ˆx#Q M"œ†¬Q¼Óà«$5Dáé?ùçæsƒUÄÔŽûXÆÉNƒS„߀{È™p¼‡\à÷—PÆyªI T_‚h—DÐëж˜÷Ì—ßoc{¨!¡o·C°-k$qö+$›DPgrP¤üzÈQ:˜à”‰Ï– Ø;ºž‚‘ ã;`‘Ø^€°·dûÑ^ûUûßa÷%–h‡‚›oÖÍûZ÷ωmz©!þ÷6roÈh”8hKŸ&ßáøüëÞ-‘ÿžŽ¤®èC’ñ(ƒ’}óC–ª ô0žoÓãH³óÏO¤Àå+µ(V(BZ<ðȇ+-¹­–vži)€ì§¢’‰”p6sö<àoûæ Ò¡¤žÇz‡8é^³ƒèE°X^1¸MŒí/PTrpÓ ùݶȆä1 î׸Q£°‘ðr=(Ï¢&¼¾ãIiǪ5Em Üå~bƒÝ߿ŃóÀ<âµ72=@ßça£jïi>Í.kå¿ ]Ìè °žÕa÷T ÑÛw â%imy"Vp“›ÞJã9uy}((;&¸<±‰xÊz!L6™ÝA·gO–¾eožL»ÚpzÖA¿ºc´°Öºëþ›@$1=Ávh;ÄáÆQLÙ±wïCa>q RÄþb_æC8>ú±$‘ÎR¼ûÃOÜ9Ô! BM9+æ JGà¢> c|(#ˆH»å][jhL˜®ù ÝóÞ´‡!G+ëÿŒ‚¬83_¯ís ØZ`³ùpüÚ¼œqÀúèF‡µ¢lm„Fçô3Oòm Λ\Ýa7H T?ßµaÕStÐoU[$_ûž‹þýn'0Ò€3G”£ô¥mÛþ ìÇ)¼ð¹mµ’N¸øå”@ÿÁPômßæ·ª0ƒxùž/६½i[F*p؃qÔÆ§mõ/ŽäC¿Šp÷ª@”µ]à÷¼J‹@WÂrš5X¯¥Ó7†*ººág§MÊ yêw±;rámô—Ã~ò¤2 ç …Ð׈deûÌ>§Ðc |!ŠÔ ;° …4›Á鋽ý3ñ¹muöÜŠÜU¬V@›¾‚@}¨bÀbׯ2G;D kŠF‚ª°?j5û„•² À¦ÓÀo¯¿CþoZ&¶ÍaÀôúnGù‡Ò©nwZ¢ðá&€ü?mAÉ5™ÅAºrƒ³p¨é®YÚBÛùV­¼@Â>pqñó6ù<iÜ!_„»Öîù4€¶@¢s[*”8PblÀ(ѦÈúZ®óAü,ý¦ÂIàÛŽÑn“ñ2ÒÛ /³úPÛ7 Œ·ä=’Z(úz±‡§¾"È¢’XÃoôBÖé€dæeî>‘mã ¶hôá k•þOÃê„Ö)P`J#†tn$=oY»T$³z”Ñþ‚t¯îaFýì_ïõø«¼E0?ÀÀ†E7@7æ@?Oÿraì¡oÇ|!ú÷[¬¯MhhDä9Ê¥€Wc+cˆÛ°á´^ßA¾E§O¯8÷4@B ~ßïÃ`ÎÁÂlÅæ˜êóo´~|†¿ ÐëFG‡ß?w¾µPÍÿGlžþ'åÈK kʳÙ!ŽòNH‚þ~U ífAÎÝ ¤Ü£Ì‘'²…@Œ=yB™Óàéü`/MpÞçÜëìy;Ò ù´‹îÅ\wi[ûmðÏ„“# ›Sp>Sf)¦0dà¡¿Ûâ ?æý€³(=HžÒÀo‡Ä§!o[ H< ôÀ €IJ fñ±èw€6¦Hí„”þƒöjïFæhÛ6÷³ùê~¸²ÞÃFÈÅš¤àçKí:ÿp ¢wn=°˜Vç[·ÔTÔàû{³ *lAûí-–g¸Í˜Áh$ß¡Zó(øŽt]LÑ^­úl&’ñ‚˜Ë ù7ò‰[p‘WÆE,ÙRÛ¨iÒ¯€ý î:* M*ëÉýÊ;R]°ª°Ùâ¾7€Hç)÷Bãßú¬œžsà4É á?ÆT¹ð¿&P£~PÃüF»C–ÿÄ ’cèWÎÛQÆSuH÷’Hô\Þ5º%‚¼h’©Á¢×.»Í=F@TÀK,R)EÂl#e ŸÈ´!™álɾŽìq%‰Žªýp½Kl»ÿÌ'ÃÑ-½§õv…?§Çç¥ý»û‘ýÔ;©îyµüµwoñα(û8G|{O}ÁõÀÉÍ †Åט#p#jA–|„ s´«ÁUöF{XËxò;2Àý’x%ÍV…€Z þWÆ^Œ¹›Èà÷‰½¿£D±û¶ülóápþ¿3Þº€“ä,TƒÏÀŪ$<ÐLN}Ë#¥k­÷ÀžOƒÜ=Cu¦¸?yA(8ç6ûº–WâNäÞæßj8]а>E>„ IÁ®øá(ŠØb?ï¶E'1 öÇ1î1¯=ÙæYžcï‡v^„zöØRÝ߆m@FïX{Ñße÷êËí稠´«7°Üî$¸NÐÉlºÃR"À)œ –·­¤ìsú?8Øa†ŠÔV&8fnË­Ö¿µMuÉø(ø t&“‹²zx‹rÄwD}ŠP¯¬p¿«=Û!3b.À¬ï'€ÿCñ¾­\»ZÛ}Hšga\#­Y)‘äÝìÛ~3c23I=‚ËŒ ò< b& 6WûßÊ>Ä_ °? cðÞ²‚¼¶åÎHž†å gPì+ÈCÐF/ìí‹D ­®ÀUuK¬˜ÁÜFòöà}SH+©òƒ›ç oÁ‡ —¾­F ì´AÉmª#Ðg)\¬™Aš!`t‘¾þwœ©ÕÚ&U„_Üj9ªçy{ÃrbW¸–Ý0žñïÚ\_Fª×€£¯¡€ŸÜ¡Æ ù».$¨SÛb7'€6Æ;ÖèGH؉ÿ”h¤$û*ðɰøÌˆÂݶqp ŠM à•p²¯G1×3§k„hfŽ`!Qä,/w°bktOXÿ»VÔå¤é˜ÙÛ°‡Ü×GY N ÞÏýÕ.Ī=åD¿¬ ‚8ô¯æêê´ƒ€õÃõä§cþùÐi²ãÄÿ›ûÓAúÅîÁEQÈë2 Àq“ùÍË<›çk%òv«ˆÒ_wbêZõn1@b#îJxys‹[f€()ÐÐ.´zÁvâm:ðg³ƒfÀ¯ÇïHD€sÎJàè(÷Pé!ø«n˜üj?Sà¸FC[ÛeEËvÖŽï„‘‡=á H…nKzåjŽ*6Ž-Ò€púè+úx jo ¶ÇÝ 3*»¬]ñ H nO¨§€Ùi ßvôSÿÃ[@›áèZ#Aa©1µƒP»%€&Z”þ#i2$Ößå9OrHz&(äòéYŸƒ›k ðž%]õ§PæÎÏòÒ0êÀV†hÚÆKëQi¢ŒI ífû¢Jp¼·ÛN«}ôò ^K[ÆË¯au¶FTRo£õ‚ŒH‘ð²èŸ õª‘÷ú 3‚< ×å,Ó˜ó\—"Ð6¾ãÜ8š)`ÍÒ­ÁfÄA s!ÍX ,Ÿ °#mò`þÛê°Î¿xG1^è>RxvÜu g¹%÷÷=„!Žëoù§7ßßî´ãÜö–Qâ¶X ñžóý$@kp£×ì@ÿu¤³Ó‡Qd{©{zßUÈd±`‰"µó³×8¯Û“'KAá?¶¡` E„/B1Ž™4D§ L*Ó-ÈþÇý…›ÿ}Oç'A/õ"¶û,ÿµsÑ¡ ¢ý4ÊìĬÿÇâ[ãoƒÕÿtÇéIPŽ, nè·i€ ÁŽ¿&^Ì/ —‹1ÏÀÏà}ç{^íÐzz âÊÚ÷êŸ]ì÷â3Š5Z$ø!+ôÈš•Û>ìqõ*ÕöгÖ·=s°ÆÓâ.kt‚HQ¯xÍ 6”aÑ_”¯ÄC ÏŠéwøó†z¤˜~²ëœÐ ˜Ç¤d×§]…¯È„AÑôÈCˆ»í ’“²}á´`йóøúýºØÔbè#¼…aK|Å!ð3 Ò0Q ÕyüìŽùAŒ=¿'àqÄœÔØÃ½ß5 (ŸRd2 _!@22Ç!„$￯sN¾)àüÿ •ôHq¬´8ÚúXàþaZÞæIBQ^#üçÍÈÛò*„ø˜GZGBQ§Ê·ì5…|ÄR2„?“m–ë õÜJöÆôDö@jÃH¬Ký`3Nà•LšmÏa-ŸŸÝf •‰¶2€ÿ É6nnó‚òÛ´uv+®¶ù¿Ȇ.£¿®¹ÀhZÝ|ªZH60힇|íêÌ‘Úùí¶³Ì!9š!Í€»¡ñx3ÃzgŒÓq”Vpà18ûÚÙ“m~l²þS{žñ¯ƒ‹i²ÿÃs|Û²Ø=ìž³û«7Jí03å¿ï‰gn$Dê¯ ‘“çÙc†àgÔW³¡×l!ÉQ–!êmû*Û¼@þ--N$–3¦4Ь#!ZÚ0'HA<Ð"AsJ`Ï5v’œ‹CNG„±Á–oÛ2„ÄÌ4Š‹÷Feu®¡Ãp YAD¡“¢1:8A_Ë î,Çß_¬0]ô#‘¹p{$_©Ž¿Ñ~$‹ƒ“»µÝÓ[+ä¡ÈñD ÈëHÛˆ˜w¥æ$¸¼íÔü-ó ÞñŽ”{„ó¾8h˜O“óM·Ä2£=Tèj0»J„îOÞU&Úö¦ÎÉÂm’z §ç;¿½Ô–<FQpm,Ê1ÀÐõ©çYƒ¤'¥”²½PÉ ínü b털{j;.ÁgøüùÄ´mNƒElñay’­‹í¯òäЯ|ÞÈ jŠ/ v˜¿"¼þår ¸ü®ˆBWQX¢)’Õ´=ÑZ²ŠÉ™~O Š™œ6ÐÎZK þ¢ бî"¡¦ò3ü["³)ÌOälÑ>ø½’›Âf=º¥ßŠÍ `Œ6QP¶±PõMøçT?÷z‹lSQê9iÄÐô·Ó*_Eö{Ø#(ýÊB`lwæ&d'¶P÷áó9#µeÿ‚1ÿg|ǹÑ7àˆb¤‚Hjô¿Øo7œðí?<JAÊ®›ÆÀ7ƒvÅð"÷øTÑìŽíÌQP¾„4 †›ç^è ü¬ [›lìú¶»â Ç7çáF¨OöµéÇ±Š ¾-ˆå‰ÙâáAË󃳿slŽ)géÐÐúP¼?fÄË—;¨%“ˆìWR$såá›o«ÞöŽÝ+ª=V»ÌÄ’öÉ´- ëh~Š«+Œ\êæ§f,(†t³;ǹ[" =äÙ-PØmç«Å&ëáÖ×ÂŒB_ áªécHí½|‹e|SÞ"« @›Öõ“­Hrö ØHbPDŒÊŽru‚ D>•0*¾Ÿ†<®Á=Xæ ùÇuÀó”#•̧6ÞßoîFq~àô;}§„zc.ЀaY–è‚x¹Er;ÔáâoóžŸdDé¥1vÝ÷{ÁK‘œßWë?R\MNÿû¯lö)pËy­½[x˜€ù`¬Ž”ó±Â»ÑûÐóΜ$s‡EàŠçTòÀ– èÿ•?¦õîºë“pŸö¼3"­Ðu 7ç&vä*iýKÐ&µãüÐm¬Â-8fƒôc…BBM[b& &çžd©»Á2Àñº‚$çî0G¯ÿ{GòŸùƒmúýàW.öø¶(ön$—­gW´ý[,þËùnœrçÔÍ9vÔ×i¶é÷OÂoKÖ¿/áüQúžæ9ìQDý1PÓPk(½VÆÿ`]Ò$]p4¦’•¦‹Bú ÅÀR>þ˜FØk¾À½ËfàO–†ð&¾ó¿Rl!éŠÄ "ȹÜs Xæ«ßo÷Ø"xȸøŸêW|2ì„E«ÃЩ1%[db °ý.*$™¦àæóà¤ùÛr.&ÀS·ü[47AþŠ’ŠzºPnò¤_hO;OGÈV‡÷ÒŽ6žúæ—øw¸£R+Êj>Il¼h²6ž–%B›F¸·ô‹Â´“ɳt×¹6#I?0–d Èü)B¼{Uÿð ‡|–Ò[üO»‹9¶Y$Y:‘F˜ 8ÿY矂‘ðw6 h[]ã÷¢Ñ)“â؂q*@þä™w œlw‘ƒË.8Òš¶C\,BêW3ÿê} :{Ô–8€Où"'v%?Ò;úÈ+{°Î‹@ Ûô5¼c~÷q—ºõ<|–·cÕºøç¤Ì=Kò ÈÓ”)]ýÖ†Að—O¾½ ÏG° Ö= ¡“DR>ÀÁm+h„püGÜ\‚C[Þ®QÔsësHµxkW|•}Wÿõ¼Eä8ÓåTépºŽ«ÿ±m1Ä…¬ä%_¤|cEâ¦Á÷ž†®¼þµ¦D˜YÆÙ<ˆ ;Jë=Bԩ•@?¼Âíq;õ‘"©³ÇµÃ]%Ló«“hhíÙpµì^pm^ú_œ7™‡büo¢Âà› ()C¡^»·HÂ’âŸÏ¯ÄþnÔH¿Z÷þùÍð$wvÙžp&¹ù×ïì¾ðGxO°ÈC |ÓÜâ>þ…GxA$¹ ­¬ ÏrDö|ØÿóJÕhß^[CzC<{á½ÁÜX 0K}óÜÖÀ§›[gÃþ¼eI|ߨ‚Ákw*šœÎ5!a¢ Ã$†)…®|³Aÿ/%Ù‹PÉêÂõ] IÂâùÈÏ+8mïÛ†Ò$¤ÈØÅ¢i!”2!ÜýkK =¼'_tkóÿ{¶tÂ,JuôÇøïèØ‡4Ǹ—GˆÁ¬ŸkÛ¸u ¨úý¹ÍGÞ’9Q´!@ 2m‡ž*TîÙ;`Ý íJ‰_@Drm nt¾-×þÕ®‰õº0ùyÅJÅŠÄtF¡n=¶íí¶¡©0/÷»x4Û0aÞ¦ÑÛ†TRQàƒ4´@ý!ZÍŠïNµ ,ÖÝØ1ÒQ Np¿ê"=èáûí dÙe¢RþG›uƒŸ0š€=è†BÃ#PÅíä1‘°>ŸîÁ½·é9|1±.¿;‡d¾`á·S(zuû,Þüÿ%ªrúÉó˜F  àl¯ 6rÙ?OÕÁ!ôäžcÒ¯ D‹A9cRê§ï2ù¿áF‘¼vŸ/J›öÛ6¾×_žßz!³Ê†‹ý|{ ûtëm¸8ZJ¿„|è¥q—ÊqiK¶5Föo¤”‹‚ÛÛ%pÈ%Ú¥½RþqWŽã0éA:“]ߢ'8J&v‰Ž$(ud€8ÃÓÆ¿xG¦>’Q®"P†¢½¡=œÔà{ PP¾¥7&*E˜ÍøzGGáÔ– &¥rßÕ'düÞW¾‹$‚võ‚8ÿi×`rËîN{H(±£C=vÕÕó¿Êžôv8e` Üÿ—Èúô¹äñŸÇ¯GQZ¥=på.$ÑŸªûþOa}3£˜m¹µðƒ8yà7.À,#ËM$Û4`éî tBt©BCÛ·†-ŒíOAÙ¦"õÿOUw|áL/¶<±§ ÿåçR‚ÁõŸ0¨OWÁ‘=Ì»Aw´#<¿ñ®‹ ”@Ý6Ä»#¥ã'P‹Âä÷âvA&ë’Ó»·]>=3ãDª‹…Äתn‹Ïv•©÷ïç[AÙˆ#õ{iàHSÐx-p62kˆõ_úKï=K$˜È  < ã (@м`²qAˆ>h)!û7>“DC‘å ù¿£V’ÂÌ_ßi IM{G-Í@¸UGái§v‘ÖïÇu±á$¡åû|Hrò=ÎÆMÉ¢¾6‰2‡Y%ÏB'‡qëõ—¨ÉÞANx ö¢1–¶Ñ¿¾‹^SöLEæ¿Z=SBÐ/v-\ý±¨Áåbvº[f›Me݃vOJ \ÿþâ±­VÞ/j v˜¶ínVh§á Eìd2öˆdÞ`n‹|²\Ù5—êíçȹÃiŸŸä3€ ?Ë}ЇÛÙÓøŒeì‚Je¸ê~ˆí‘[Яéß’ŽQÎNýá’¿¿£E³îxP6ÃVz¾¾ dwic;ú^€ÿÕk ž\˜¬@”Ìöì®!VªD·Ù±ù_x‚¯c{ok„UÔUÈÛ€8ÌŸàíß„0‰‘ÉÁZkB|þú‡ßÿ`Õö-ô¯Økü«…WþÃÓQ#þÔ¯ n;¿äå¯ë¡(lþµû—ûɰ-I(Þã‹:Fîò¼)JêÏãÜ‚]»¼ /¬€ÔÕ07wßÂ<š2 _+•ï„{œ™%ÿßõü8ü·†b!8?~øÜŒèÒ"$PÒÀ·ƒÎ#þ2ö§ýÞ»m’F7 ¯˜ÿdÏb"lŒ(ðÓ" _(²€TVþÊÂ?ýS¥iüþôg“ã¢DAm]]Ÿ‰,ñŸF?:Qk¶ÛJÿ¨ÍKê[‡/¼è…°žÉ‘ZÆZ4cÿ'‰‹¡û²Ï^cîÑMÏήêîêþœ_U1Ù?ŸRUé¿Á8cd»R¢Ò‡…ÏaIaqÝ6Òˆ^YŠ4 »Ç@q*ÆûP§L[[xR[c¢è9üˆþ¾%êßU:?‹kö Ö µÝ ¸ÁR½nŸÀóý )Ã@¶>[rÃ:;OÄpPß@­Ë«ð‰l2ïïß+ÜÐ þl}”‘T‚áÏHÛ‰€K4eúŠMÔœ·Ü_]q%™¬(ľ©ÆÕrÖjô»f<×+Û¶ ö £ÚiD§>a×îŸåø`åÒ=!J݈c# ¥Ï_[Š]:z'#{ñ¡¼^óòˆ >&V&/©ãsým.l/ûß}ò‘³eûz˃[rè·:==-YÇ&žr;†‡+f|±‰ ´ Aš§+î¿xiû²6¢©¹é]¢ÀÐAšÚ™Ùt6†Ž•ü“¼—zE»< rœõh4+VI¼Ž7à@–ÙÀx„D÷êeòf÷“‘íŽK›èb½"•«¼_Ì4¦ý쳞‡¦+–S±Œ”sƒâÍý—’?÷bˆÅä‡ÐjÞgï¡ek]úAOÌqRöºË);¯í·ñ`Ħ4‘7â%x ±Ï»_ŠÆ~¤“7ß8ˆ™{$˜»Oç°,Ùó!çi®qê¸ëÂŒh£CÚ±øèöUG¸>ð£ø›C²’–lͶÖÕÃû®8cò ûw·(K0¥‘×=û|1ÃSËɺýÓa^Œc$Q«•ÄrrßÓPciw¿K©ÿ"ì¦ûð=‘ÊWeÖþÎõšWÎ;¾ï’ŒÆfï>V|ðeb1NÑmj¶Ÿ/ñ_\²'øˆoáÂÉeð#”€äk{D ÆëƒŒÏ°Œ7„ÍÈ» >ñ!5=;v\²·rþå%“Ï~fn<´êo5±2_“·z~ºwøþ§ËlÎ]–F?/‹Ó<Èæ<)Óª?Æó­Q{/ÌqŸñ­DÉc&.y¶¤"êÔ !’œp´<×_0I~ßÿâ^¯ð¡‚¦°ŒlÖG¨úXR+éª1[¬þªíÿÖ‚ÛñÀKPV¦™‰Ø¬¸vèÞ]¬ãÄ&qûŸÌ¼b»§ü ÍSøt_ˆ5¯Îá›q߯.]$Æ'±Õ±OŸÃ%Ðñ„ózÙ-ÏWþ>_qÿ*n3 â>WKÆâÊV.Û)@ËFrð qå1·“ÏÈÓn\>®ôi†'¤Xç´Ã9[GšˆQí ßkêÉ¢J?|íl´ó7ÁÓºVGTÎíP'ðé– †Ì3š,²è¨WÑØåæqÄC%k²‡Éc‰ ù=÷›:yW¦šÉ€Ï˜ÄdÈåÃMžKËYŸ*¸œžÝÚ þ„Éüî×€× º1¶"2^º…×}6Ó/¸=çD^1pˆWEù\Œ]ä&vNºdÞÖ‹+_S'aå=4Ÿ.-ºŸ=û„«Ù›±( ‹Á“çyu9Ë;Óœ:–`ÕShç¿lfÈUoœ¡ù•áq‡Æõš êˆ÷ß ~Ôxe¨À"ƒDʬl®ÖDå@˜×´nÆ¡¥ÒãWU_SÖ$…^%HÒ½ ì— "ü0lÿO3œïOyi¤ŽáÃ=~Ó‹¿~t KbòIhKîƒ}aFãïhÞŽ:¦P×P—Qž’õTýTö÷ |Yúg‰¡½Ô™™-ôwì4Ä^Ÿyj¢[¯®EaþùBèåQiÖû–ýoñ™„ò_ Ï]ä]“â'¤hu5™7¥9·_*þÂÔ$¥Zþ¬% …YQßYnŠ’!rêë%¾&RøÏf1rÊœ4DÛ›çÜ3ÚÚû ÛóùIŠÜø7e2¦R­aêù/zM¤|TN…övâÒî»ÄkKæ©~’‚@‚í~(pñ­ëcb¼´RÄÃ>¬?4¿u "¿ot(´7õVý™Š9Öðbì])|`¼õÍK)To8íIs’b°a“ý)Ž›àݸ›"¡tWËç¦8FK®ž?{åÅ  (A ÏP„¬õl÷-»»z²øcó,Ù—úý&Ú¸ Ñ e6YÝ5ÔE Hm˜Ç6øîðÈÙDÊ••zîM^nX ÕpÔИò!©xúOªó¹<&y}h%úO@½¾Gÿ-¦"ÉG諳î¡…öš£oöÏ(ðÏ_HõOÌh¤\íM´ ·¡FŽZ¢d€ Ы¹*ˆ–õ¡ýpÜå×áÒJ=q: K™·š]Íèph/8È- ¸Ã0­ÂéO”’ÅܶúGP×'ë&^vÖ¾$ćc8l’mdŽxÞGE67Ÿhͳ3 “ÎÕÁ4¦û(µEì‹|M’9òê$õ‘’|äÍA}ílòÐ>±Q—ÑßôWè´|à£óçüsc¡rKm.¦‘z-£sE:”º,“e)5¸MŒI .˜ÅFÚ%÷y ¿+š}`.•mÉ&šj=({œŸÉ6´Agòá`+OxIfB\ø­—‰˜´Ôîí#Å2;vظ+T÷ëç,ºÌ&)Ï ;±žC‡(GŠÆlÕÞ3ÐTÕŸ—“QÚW¡V?XqÊ+õtR ™å‚Úàò‡ªÓÂzÊ„—zÈ#WGšÔ ñcîÝeyœ¦]¦ÁaöôrŠÊSltÒ¾[®Ç£…‚ñ0ܲ-üÕ_æe©çì¤g4^ýÎø†‰ïjC°ýþÃumY¯:ú$ÕYcˆ³=ªLŽOÀ@‹SUÃ*Â}6sºÃ-ÙB>ˆÁH@£*ÃÑë’]å©]w˜â¾ÁŽq|úÑaκ¾o5¹ÌÇ=Š•AÖÍÔzè8>®géÁY~íäOø´Ó„ Þ‰´ç.š5ؾft#²ïn«l|>Vº+]iy$åú+޹Od%é"Ï_U,¼°ã¤ÅµÅŽ8òµ†Ü µï™`M A]-‹n§_ Ñ4‡ëÊ•3Í^¯Åê‰HOIÑtùtÊ-Ð翉»®ÿ5ÚÙ½ðþ‹¡ƒ4¥¯8©åŒ×y•>Ja"–ÃùB4Ø=x¦øÓ“”¹_5¬*OÚ?^Kfí¯‘Ëû(Çß®¨øPœlõ(¯Öaû#Bß~Œ¡]yn䝿xŒI‰.š:†…Õç€|A:™ÚõÐGC¶1Z‹ûó†ØGšŽ¥H—ë¾ñé»$8>X Š{—å"{ËÃcªZü‡¤äØ‚°Yïª<Å­‹îiÌÜ•Cq¾rgŽóàJ©PçŠ,gxÑÍzZ½ã~Y؇†]žîó£4Õ¢3a5§ÙŸÏ £eœºÃÚš>ÞñY¿ÌÇ›îá×oÅ€çáUëYs¹^èìJlš¯l¥A-ñί "Àr‰EæËõØÀ3Rnòxu{ð;t*ïÊQ§vÝXŒì“ô8Ð9ûÓ„ûÎw‡‰ûçGíp#³ÔÜ?gå|­íΧü`ü#úN­rªR4sýû†æ`oǾhR>A6žoO=pÎêðU©j¿·˜JÓéýUŸ£÷þà4¹½Vç‰$'¢çKVwÜ¡T'úBbÝõqBaŒa""˜¹Øàà±bаü3«Ï1¥ÄòŒÕòÓŠ_ ŸÈKþ {QùBs“LK¹SO—ä;E%uŒ*ñvʹñˆ&÷•YÓ¹Î+1_ °Ÿ~ZÁ\_’tN¹'ÄýçÇY ‚[–Ç¿…”LÇ:Š(aêfÉr#9—”IxßÚcCÁ?ŽÏ>.ZKÓWSù ­)]ØxSâ‹3ŽjÖºq¾uÇɲռˆÞiIÖÝîH#ú6AŸv¤ðÔ‚Ç£’#çGM’:J¤X±ZeT„x%©í|:ä'jCŸZ|ÍÑà\ÄóŸ$TÓtîrdŒX ™PL0‹ùÎtãXyà¨f&ÝŠWè¼ÒÙ^sþ8 ëNeöõeô’¥ ïÐÙò…‘’û>í‹÷Hn‡_Çöº‰óÎè@[ñ|ú«â?Ö äÐF¦ž8vS\!mqEz2‡[ô§߯cÎgÃ$˜ì¨t‰ýŠ(û¹>*N¨N[†Ò‘Gö+¨FWNY$«÷¦¿½b„¯ÑK}¥¯êÏFqÝuÚ®‹aüܲ·Õp2z4ži¯x²ˆþ±žÙ'Zï…J½ú#YöK5ø8F†œ=˜un%²ñÙQKK…»«­úÕô¡ÓwEÞŽ¶Þt’ vŸÁË&>—¡è˜N™.@øËyÊð:aïêù€žÔeæ IÕt¿¶•°&¶:±¨ÔÅ0|z³y»¥¼>B_i5q‰yc²‘ã´}„Ù>š°>˜,ˆkc;ðÑP'éfý„âéù@4žâ±ïÎÚ_w–gÁ~– œèeÕØßä!»ïA‡;[ÅÊQR)êè”tG®Lö=û2¡òMãÌ Øú©8ƒäØ45˜ÊioÔ=›µ*úÎË7³ï½Å°\NگȜ‹Ç®§Wb“Š–5‡ãÔ°(äÞcÀÏ8¥-à§î?}E6ƒŸÍwd Ôƒob=ºEvrŸúyYpêÂÆ`¶ïŒ­¹¯„N’³îÕGô–¼æAn§ö±:ÅE=I¶Jy«)éÕÞ2öÖlQà„”ÏáqsÛè‹ú¯Éé=/©®â^ÏŒÐF›Çx7©ôÓ–!Âýœ•ƒ°NÅÃÙiåˆäI}ö¸~§tb]I*dý–=ï3üõÓL\4Ù2G¥ëúÙd¤¼&ë‘K2 ˜Ù×R²r5+[Àé{Uºö/ÑIÞõî¼£²±šúÖ\}Óºf¤û‹6qN̸{÷à9»ãѱ%¯Q«ÎÎÓ*ÔH(N•Ýz;àvö"gk­ˆ<‹WGYuëýkÏ’íîY]§¹[|¡—8}n>ãÔýS×;XsZ/\!šk{ò¹[‚ä\mîs{¿LŸ¼—ï¬6¾Dx/ÔÙ¤¼íW8ußæç:]ñ«f1ó7ý­ÕVé%Ü“Øö+ï…_w÷Mf7>P^{é]©ÉCT°J_›{r@%•){ñ Átò ó(]\Ye÷ëRê—¥ W’Ò­8ÞœŠ¯ÌÒ¼¯pBò>5ÝÔDwSV±ßÜÁŠƒUÝaNåCO—V‡s9äÙÌ=òÞ\ù~!ȉGû>þç[V!²r­å &´ù²ÞVÓnDþ˜›"¥)ièÖÇ-ж—ïþN5>ƒG·‘fmXtÁS‹^„–®µµûl™í’G¤ .MîîìÜi–\RÚÀÙœJ ³¨¬öL†kÊm6ËÏ.>ã—w|ÐF\ÌŠ[ÇmW;·æª8{Èx(ÜóKÈÈQ»vöãB“ô„WC³l&•ôÄŠp®PöNáܹ0Y¶˜v4žùºJ&IMÈùDûÑìçU®n†ÝÃYgsø„St]¿Ë×ÝÁÊIî}§5iHÚ§ýØ5fá[Ú×ñzQÁÝË—jÕÞc¬Šõú.ì×WÈÓ·\V¼TD¬ó!}¶£ÏÛ ìøŠ‘+*^-ŠŒªŠ²jH„k>0½<©ØVK´ÔNz–¬¤dI§&؈K¹­‡ðžXÎ/5;}>*.¯G×d/fΤÉaÖ¨ø. 0¼gß g&¶8ý)Ã…>ì\¹Žî´€l½1e§:vL8GP´RuÓ§w×r#dØ[6ÞÕÌoØO̧÷ùcÔy7)j‰+‘%•T÷K6½üxá îB„ºç‹õöÊG^šØAdWx”–Rš¦G½G¼]ë}Óèð“Õ\ÏIs†<í§øy…DÇìùÏ%.•[X ŒââXï¾óLÖ2ÿ\Š$à°=õùxŒÚ#ºh7“Yt–c¢ý—¥7*tm*§KÆ-Tÿ4Móâ§{ç‘nÉ˶®‹AÊ7ÏRHkQôúÊ7él]KÑÂìal>¡µ\ú¥d°ÒòÅL圿®å´íeêvžA^*¡U ´0##yŒÉÃÊD.DyúG¢NÈäD_?°2³s¯ÿëµÛNj_ίáGÇ¿”}áP×§—.G'=jöM˜¡'òŸ¦b4yxÕ6€…¯éZþ sâ©uFßÉ §GqÂÉ¿L&4BŽË?‹ç§;)5¬1P'æ×¸qtfã2¾g]¡KŒ7 ¯-Þú`rãcçö†Á€ ^>K;§,Ûþå˜3Qþí@éU3›þN\+‰«¦{±K¿3ôpЗÞNƒâ-2"‡8Å_¦y`:cs_yRE2±Î^<$pÃÎÆ%”³6–©ÁøB€ïÏ¥$+×Tޤɻ-bCIQ׬ª«†‹ŽN­øI-Oå¬Pÿ$©ðs´«‰¥Iß—´ë°Åê=Q¥‡Þ–ÜÁ{[=‘ÊC¹˜-1Ò{;aÕ_‹Ÿ÷UÏM¯f›jÅòãÕùrôùá‡CC‰J½4¢;,7^U[LY·Œ¦—~gðè¶ë~«eç¼B?ù¡2Û¬ÜQCYµN‚Cñ‹Ú[å"ò¶ŸŠ$1•æÖÉ/UªDŽÎ¾[Kù&†SB ŪtýBqùß¹Û£aÔñç;ÃéÔù&ÊÉâ´Ïhþl®úzt6Xë±cj9–iz唩½ßªBÄáGŸ˜®àÇæPžX2´Òð$U=\ñ¬ƒÐsr¥éò­Üèl¬æÙ6é3Õml¶ÒLJcòCSVøÑi÷}zwˆ…è&çÀsM‚³ïÜüØ£ÈyÉOåCbÖ3³¹ÎAêÌΊ±˳š†Vý3\Lo±W(E?ê¡Q×JUêæH‹‰Êp·çR}«*õÔÜêìRÓŸÕÉʘm~§ÏŽÙi9ңꦊþ™«‰…–?GßµmSjÌy$Ò¹/s.¬Y8…¾¿ÊŠÞýgµöðÅU¹o§JKœ{ì¾XžÑÊ íŸù|ë–ü{bóè7¿›‰>(é½ÊSÀ¯ÀngX¤Á¦ÞfZ´È—6t“0iŸ¤Ä@ªp á$wÒ†Ç SnI\Çéd<›£§>Ê“e ð6g-¿ÿ3kýçb{e›^p„‹Ö¹– ŸîgB?~MÆ_?¢X¶ºpÞ‰žC¥‡ìr?_ª÷É’E} ‚ã†2:E£T‰¼¼]jtÓÝ_ § ¦³¹šÉ†›…'ÒÊm^ûªÄh]*L¹±.íašd0˜M½q«®×®Òq>§BDÑPιT¯ñWkõ`¬|iZŽ(º8j»µMÚk…®Zû­+Ët.ê‰ë®wx[/½Àå¾›{h#ƒàØåç>ÖZúA+•+äï¾JçÍË7YûO§iàj;ÏH êœÔ7üŠ}õIdézU’1'K÷k4í‚f³5KcO&ƒøÑžTXy5¥M’…™/»«Ì´_,MÜ"(ÊÐ_]=Û•ÝÔ¾hû[9uÕ“S —q¢ ª¾žux}C [FBUÑï𣟅r”xÒš»Ÿ‹O¡ÉYëi=räî/UI“1’Œú4Ÿ  ØÑ¢­újav~Dh*ÉD[ÏëÄŠ¼ŠHTdtªPóÁ¯xÓO‘ÒLüòåõÁ vé¯S)ðÞ´q¯ë~ÊRYM´*½úÄò’©Ó´Õ×É”Œ¨o5ñ¿”ÝÄžð§F«²nœJ£1Ù_yˆ–ú‡y5ÌØÚ~>Õü™BÜ7†µhÏÊúã‰~›¤e·ü!ÞôEØ1_åJJGÑÈ“ä#çõ¦¦ëŽkb—¯?˜2¬½¸lmUÿ€¿æB(þv£ˆ2–ïU¼‘ôP¾rŠ}Yíky˜®^€Y8ZoþR,ÕÁt³µÅ©]‚D.ÄÇžÔpÕw$ZÉ–Ñ5ºÒiçØ!p•}Û7ÌìÕn^œ…»¨œéq~þ}ðù¾}¾]mMMS³aóÄ>¬e Îxª>'´®¾Âù“øÙ¹* æî¡j¡Ü8܃£øÃ·Bêqâw~ë|ósÍ«×Ðú„óÆ_í|A¯ù|ˆžFÛ [ddÿÝe…XV;Ü÷ø;ô0—Ÿ¿Æ?»Nää6,íSÇ?F+åÃz?ÿEþÈÓ™ðãc´Gæ~inÜQKRäe“ÖkÎ@3 ª°?ð§1ôáDß› È{ —û­4DŠR·Hÿè8»d<ŽÓ"7ŽÃ¤MÚ¹^×­!fõn)ÙÐ~¢ê[`÷­}×L²-nµëǪÒ¶'¤–Sòø™õ¶z3:™ñ·ÿê '³ûÌo¹ü`Ê¿áaöÝÁÔÌÜ•‰TÃ:…™îî4óüì÷6”MBÕÌÓ%ÉÞ‡Éåä..M¸œï¼ðÓrBO)‘&½*4Ù¢2ëë#­¤O“5N«f‹úê)9äªKáaÞÅL¯µ|Ù­ý¦[ëÖŒ¢’Fû>ý|’ŒKIJ¼RÐT÷ÊÍ9½ À«*,Y–/tG¹ÅåŒ+Ì.d?V²n¡Óló!K©i «Òº5S×Õ[Â\w;Ó°ÄmŸ‹4^ǘPìRM‚0!SnCs’K “þÅkF“×_ŒøÍ“ÍNúmXÈÇG¥æê5 šw?5b‘l·±Ô|0Η„ù2íWN«(·™jQƒkA¤É(êM:‡˜»Ó9pªq)dGí.‘n$±ß9¡ß4O)»ïlÎz^òão 㕾è ×s¨ê;…ÞŸ,¼ï—ÚL¥ÅÅ­½:~§@ün¦'÷Bã×øOnª¾.ý!Ç–o¥%ü4ªò³9?T˜Ã›ž3åÎOn«;M9É}‚sNN&è‰Å ‹PW„ÄN•І€õ2Y¡Ïh/iŽñÏ™¥ÌçìzgùVlÓuW?0Dö/|Æ×Î*°RµV1N1µÂϰXM½KD4ç—Ø[èö8ŠŠ25\¼Š!÷¼jÿ‚u6‘¤€¶±iåTù­ ”€›vm®í?’l:CæÞëØ.…Ïû_ R=rÅÅŸ}Á6‹ùþ·µPså‡Þà ¬$†/LÜèp»^ù‹BÙ¬=ø&aìÆJ>ËBƈ~!ß]¥œø¥„¤K¹¹†˜t¤š¹ë¹K5·Ö׬Іš#_µ$SúSm¤ f·µ'_žŸ]6¨õªöç]è¾ócÑAÈ:…F½ „MüùÌMîodÙëÝó©”l·zÈ(”Õ¥c§f®¯ØeV }¼Æ÷xŰGp¶"û<¬Ž™?Ù>Û%³´œ•X–.<Ë• Ñó%íM<ŸÈ†dsÅÛúÎøå³¬Ï‡‡²¸š+§ŒÐ:vþŒ!McbŠJëÉí`o×p3ŒNê(«òž· [Êh¸oA&Ë|ÚI_eÝ -/EH9€”+D?¾“qâØ7"+·&Eþ'nêÁ— &\;¿ŒØ‘•„.td⦮˜]µZ­¨Š]ã¶ Ÿ–önàÐ — é0î9îhäÙ²‘+£:¢eðq|º™Yµ{¿~ÇÃÏWïв5D/¥—þ8aeKEx$C/O4~l‘Êm<‡÷Ç`Ì•éQ†9ãîöMÆXNÄÛÅ Ì”\ï¹+)5”3Y‘™ú>WÀn´2¾tŒª×¦;¡ÜM€1ÈiŽ/ÔG–Ψˆ£Í/ªW¬§Á”/k¤äÀð¥²5¡‰œï]3½çÃòÚææ¾q%òª]M¾Æ—¤B»¾´^@Y€¿F2p'Q·eràÉú¼hÅÁ«d‘zGÕß¹\£â >;wÏ!ÈŽ³ûÂܳÁÒÑA"ùïZÂ…¿DM=a\öüuënIö0w¯å¾Ê9¾A®øé'ÛÒ¥–3ƒ+,âz_¸-»b]sÖæ2Ìc̸˯¾I^3ß°1‘àè ͦ›óɾo”~ÍN =C![»·È°¡e\Ñ@>ö`æ²^ÛÓ«žG-»Ôd°ŠŽ»ª×ëÒ¥Ð丢3ukü˜¸ ¹Ç7Í`R !MOÐDnFéø%7.‚â v›‡Ùó¦~éñx5:ïÍMf"DÌÉ?p«MÏ\è"3—ZOÛP=¯G©Ÿyádßtk:ežŽíºÞ‡å±_Ùy›>ß gÀºŽ{{fU8Ó”JZÚ7‘yMô2ÕHMÀP˜·™ÝíÈ·n² çç׬&ÓâMð²]«b¦V:©Âì”»fj¦éïVS¤ßŽÖ¨Ò ÷Ô\4y„á/%¡ÛÜï¹’DÔ©ÇßûZ¯üÛÀ‰‰&ýN£Î^"¥gŸ„áÖN›ž¥õx–ë\Jó“MÇĹZ3"e'Ú²5gmŽÑÙ²Nf dúQ0¾¯ù}Û–b@!ƒoqüù¤)wx½aËWꈛgÊiK&æùèºIëìÓ÷»X…K{4›ÆÖôª¸£7*cÎ/6øjS¹•J5÷¶Kç¬:¤¬}ì!n¹¾pw¾&>}Åeî±µyªeørRlÕóÞöþ·5®æÑiÊk—G>¾y¤â¤õ«-‘!¹»1FúNh IÛ´Þ`¼ÂõÛ?͵K¨ûi˜Ò£Ö–¸‚,ÔׯâØöË<ùrqªá€Ëj¤¥äûøœ®½%dß{ÄñƒÒÕÊí‚rùo†)áí»æ‡[èv.d§j{(oãø8¹±7öÉ}S$½ÑmÞ\dPSöÞÁú˳Œžª›ONà´Kzÿ¼%6¦8Ýä]÷µŠÕ ž›I4RXé+(†/7Íß4º Öó,»L6\ÕµÕ†ïç`™àÛÇ™·–‹6¬ç´“äW2­6†.X-‡>:V3¹¬u3è¥'¥à§’z¹¹ÎÊDnP ïâbG£ôÊcÿ5µÚ¯ãkDãCÓÁг^)Qó)Ϋ;Â4_›Îá+¬4ß[À¾ü©ÝêÍdÂs‘dJ ëòìk1k#£©4eS“9“Á)n=¦?ãÛ>…·XuUŒhM$ÇYLö…³Ó¼1Ó$2ÙÝaÔòf²kcL‚Ö¤Ðy[3²$óš7¥kçÚVa/Øèw ± 34wȵt˜áþ˜—§“.(ç'd"ò ùsÁ({ÖzVfÂ#ïrÅ»|±’=¶æþV¥¡9õõ–t÷ªò.¬þhO#ê8ʾïñªmÉ»*¥Ý;:¿¾»­·Ë ¿®kbº´X£þRÚ%5vbr5§ãÉwUÜ9ïèó1‹q»Ìp^»ÌÞÌ/që›rÉRÖÓÔ¯´Ä¦2l$ëc7‰ÓÇ=' à1^ÿ¥ªJž±Ò33,ðÊzöaå3;Ž’>×0™é Çê×Éz´£#d®ž ¢@# ïÉÈâî½]š'Ä+åsa¤>ÞJAyÌl(¿S1H(F~¾Úæßíáµ;‚Å鸪XºkÔ²¹‰y¡­*ÎTóëwgøM®®yÅEÿ4UûYjwy•ôAåtTrÏg»Òrnæ$æÎIJ…žð¹˞ݥYÊsE]O{Â×úù~Xf”ÌFÈ”²8+Ž5›I:0e›¶ZȽ¬ Êö^m¨×$èÆkëd7ii$™QËÝø1_ÝC؈ížâ*¿l¦Ý³büre#ƒiqvàÙ¾ärÉ S“âɉÌy7J¿Î%q7Nò›ñUdç Ì›(¬6tCÅ ¼?–|YÔÑ£˜7 Ìáð^ÕÕÊQXÉK Ï™©S>ie\™Ýkkãµòj-cÈ¥ý±Ø;Š‘–²™Ý ™BãT†aÕEuãåÎ-QGyÍzê¥&s¿jðM¶–À¦rsíÕ«‘îI´s~³b…‡wý‘ÙzÑÐ !úFs7O¤¤-/êŸ8j¬]é]ЦÊl%£t-¶´ž{â‚ΆÞº²¹Ð€¦y”åíöGVÁg݈tq‡T纛õq¬× ú¨h’Ú-½ï&™W‡•ؤàIû7GNúާb R¦.eÈ;Oå…ý8,¹ëÂ캯x*a¶£Äcî>•çY¸™tYO̾W¾­‰ÌK¢ftåMµ¼¡Ú3s)]ƒ’R—°k£2àf0gF¢©ù¡¥µøóƒÍm 596A)¾2+?Ñâ±{¹¿2˜'Ø„çŽfâdtÒøgûòD¯N ?\³]K:S£§˜¬¥=ö¡/>¯£³tÜáùšN‰jwëüPYvª¼IÎB÷¬WqäUª¬,ƒ'¦õQ5òf¦ñ‹ÝÞ,Išdg–âðHÊÞ**ñˆé©ød©çÜèÕèÞàÌ ÛÈq áôËILë°MÒÌ«ýéÊg¡û¥Áîmã:Û=›§¨·ªr7\L¦µ×-<ß ¾k™40’Z(9ÎQÛÄîáJ{:]Ô‡îù_#dªÌ+29OõµŒÍïR¦®é½åÚ O_W¯ÊËÞ˜aON]ÏïÞø>õ>ÒÂï­oítŸ‡‹¹÷yJibÞ°¶oo…ªIÒXj4òYöõ ‘¦.OõoàŒ0Ñ iŸk—¼=ÎvÈítñÓs1p¨êåàr-Ïž¨´ùq5Í>j¨ç®È û²Rd§lbØyoúÞÆ¥_w&µ¿à¥)‹f‚ݰ8ù“ ³Õòd³ÏKÍ¿4{[Óoœ«Úe^Yx¡ó¥Í±Ñª–28o:?gñµHå=‚Í5¶ŸÓ26E´RÐŒâeT°G½¯>£”Uyü+Á9YëÒÇ,·¾ŸE—•©/Ø·pªêöÑÍ"Á××Ô P¶mr‚2Ðb¨—þ‹ÀûÚAÓÂYM¦ÂÞÃâÔ„ÕRÕiéÙ¤Ò<+mJL>ZbÂ}’²Ê†ÔQ¯ä\¡Ã @§¸ääë?¿bçö]è9îx8?ÜÂÂÂ!Í¿+Ûe¾ÿÄ;‘4+µEõWžHmo;Jq ×)nRI9DÇã†Q ‰+ÅÑçbbKF£7Ί<¿(¬(†Û.+zCú*¾€tðDË…"µ t«ãÅ“†Ô÷pѫߗ}°:’0X—¸ª\È…ý¨|z«ƒ4>ÕT6UÈ/aàÚè¸aÔ/øR~b/˜ø"ñêÑé/ÉÖŸðÑ^¯çêU;–ë:¤uÏ.i¦ V12t±6´àtIv:³z ŸHŒûÉ×¥ÂêcÝ3‡Ö8ë8´]i»õiÜ‚¡ ¸<1iI7ö„˾ |Þ+ØD·Îµ*Ü;Ãócô#!·Ü•œ§IϱÖN§o*ÀWÄ•{q›0¥Ä€àªöQ³ E™‘$Rw=î+½Ì»Ešºq·úýÀ‰çÙIÆñs¢2=ÔÏZßÝõ å¼ýí z¹Çì³/IgÏ:¾zI£Ì—ªïÛ¨³r^)ïé©‚o!pѹTŠÐËïa1Ьøý$c—:ƒ†­Èòv*±©ÕÏï`Òÿ±÷&ðT|ïãøÌܹûu]×¾dß·d‹Bv’$ÉNB’-I%$!•VJ¤RI¥½”Ò¦’T²´ }£·%¤º÷æÎÚÞÛçóý~_¿§ÆÌ=sÎsží{®Ðœ§ â g¯=Ü|ÙhÁ’…ÒOéÙ–b«‘‹S|¤>øê'÷4M(!”ÆMÒ ;¿˜þŠÕÂZ{v·ú§Z¦ÿÁÌqЦýá³_•ÝE—1j®<¾Ú¡Vîr5òéK‚Ž2›1w³Š_þáý±lxiÐXíöN•ë$ ­é#Ö,¦'VöÔø(æ[ðªK‘LMSÞ–m¹kÚ_µqÙeû¶$Ÿ²n.Ÿ1óÒ¥Ï1_|ö…LÈ;¿ÒÿdêíþQ%éB‰nò#­/®ŸÕ9›¶‰&}gt½pÚò¸”kB²÷œp®ÙáYCYG¹&+­Ù/«ãw.ÁŸóª <ÛÐmü~\÷ºT£ãMfflce´üÙïN—W›>}Ïõø»Ï°DØ!.Á•À~è__o=¿`#7cuÕ oésbí§Âïg˜r™×߯o{¸`]`¥[Õ'­R+m·l—èl-ns}KZßñ&ãAÊÜL}Wb­åýE[ëóÆö¬¨.ðÌh~ù@¤sÖ†7{OXÎÙfûeâëîœO·¬Þ>(tŽQ6J0ÙÆŠ#å°dLÛ­y™{âZ?ÍwÏ~ðF¿êŒÉ Þ²í†V›ï”α^÷*’Gu7L~îoÔuàmL^ZÁÇ[ÐÄGžÊ’Ë{KfWœž`E¬Ø`­ ôÈŠºßsŠ6½ƒXf';w³DõÂY˪ž¯ ³Ü)#®,×ýAÚ—ºy#«º£öHõ&Çí…ɳ¬õGUV®Ñ S TŠïÑ•Jm?)ê XqÆ "ÕÂ[,ô"÷rxÅÁe›Ï‰u/¦ ß1Ê«ôÚ ×Hs³ã/Mì~¥ú–´6÷Z>z?CäÑAcÏ&ÛcZù\ƒ›UÎÉb”+åŸÏ®tÊm&BÇ |EÛǰ>>h¨¼¶ˆ¹ÝˆXøQ¦+ä;1U˜ÁVµ^’ç-(p+DàCÚçŒf£fïCj26úY©¾»úôH¹bþ’ë•t³”Já5òeWôª%ÒšÓ¬ò·å«®íè}_ÒÅQýd}ëÆ/ÜÕçGtù^•ß7Ö ©z:íËkŠÕ)®„<·iµ©vô†1F±›uóúmSêæÆïn¯;ßòó×ñ ´ô¸»Ü¦”zÔUy´­~ÓÜ=v•¡à2Gœ€­µNµÂí­!œûÉŽK/—yýaËÝ’sL4lÖ‰åÂýs§Ðäߤ-ÏŽ>ÂwqÌ¡µÐÝTÛ9ݯ Æmë¤6+š°£¶:èˆGæ–§M÷iÌŽi!,~)v|¦ÎÔ¢qZtÆêfûjz±V¦“&Ç“^‰¬DBDÍ­ÌŒè~/îŸöà«Gštú+çéϬ‹‚ì·ík¾^y“{8šΓÜ=Æù -y›}×¢÷pã¡Z[â©ož#lOHz(…U^ñÑÚDÈL>²¦­°å©¥Ñ ­ç×íÓR›¶wß>—:äëØK–Öê]›žûˆøc[éÖh%Ý Y5—ʶÔ ®æ>aœd\MIŽ÷VðÙå…‹!ïÖ„´½‚·ÎÇ’*ûܸ&ÍH1?k|dŽt|(Ëm™iyBèŒT)yÈÃfaj$:í¤Àhï<OšÇn#agßZË% R™Ù‡»Ó.ìP(ð¶•DfI¶[¿Ùu¾æ@ÁUªÜ´ªw‹–v4;»z]±':³0$tÒô˜Ž™“;:÷¬1Õ¦~ :L¿wbÑòƒ£û9}·aÇÑ1 ¤A’}·§J>«Úò)ûȃ·œNɳUâ_ZÐ`·7Ç6øœÿgÁ­}vC€;1kbÚByï+‘š¹'v²)â •*f¸Íÿ@+=óXZõ‡Õ7çAïnBÊï?utÖÎóÛøicÍ;èðD®›Ä¦¦8éÄðX‡GÇçôÝ h¾x뢨‹ZØü¢õ{u;iÈ¥ž¶\­Ÿ xb¿Í<ÿU}óŽ|Ñ¢¨/~’±KÀÞ;Y«â¥HÍ£Ã)Ô`ÉÉ'ÎD¼«+¨Hf¨Á&:š[®È*ôÐ{H)åkžÞµd­V«YT53v™úôüÆ'\+£–2ˆi5Ï5bÝÕ¶:úИǡu²žÖKï[$4 °\Pç´´w´ÛÔ›ûwk¿×µl9Öp¢âÆÍ•D£}“FX=ÈÐïõQ©¸ÑšË©*ê#VÍælÛ>…bÜ;ÓÇZ ž‘d`jaþà ù„¾EÊœ¯sGlΙ_© Ú»ûÂ×UŸûÔ][p·7óÎØµñg<žìo§ÎJU žËœy2e⮸ý#SÞöv:u®’dí ŒXPOMÙ¤nØò¤É{¼ž¾ñŽ ‚çÆ}W]8í§è™dõ ¬„Eë6ZQ2çŽÅ5OáŠwgVÍ©~°ïÔøŸ×Ï]ßyx¤Ï’V½y5/öÏ¿c½s=ëXٸɒñ”Þ;Y·²U›ŸŸÊ³Mžõ1óÂùÙ;sÆ?T~ÿq]囸1…ôGW&ˆ—L^[ó.³p£¡t.}±'âÐø„q;—¼.rb<,’’ŠŸ¼ç³ÐBGYƒÕ~Â}gü7~|°ìõøªEÓ6nžý9ÔìÉÉC‚¶ÁêTÓ…c+?ëƒú;¼&>Whu)K]»IâzÁã9=Ç ôýåèµã+ɱŸz4îj7þ |Î)Bµ‹Ç\ô¾+lÏQÈ·p]÷¬UÛKõÙFN±-4±Rq×uÅKnûé(ÞÑC‘%OMŒ>÷¨AjöQ±ö¹“⣘evÚs8ÉK®Öw­ëQÛìTØT,õ锕÷’Ž+‚›ÛêoNswº=)ñ®@`y¦Í^{3Át­<ýš Ï;»r)¯Ãíô'–b’Ì—Ån²Û«²Õ:N- —*>X&hšÕ¿vQÍ]¥Ò“‡®²óŒ•½¹&ë^ã\Í÷GænLïép\A>YÔñ†tÑÄæö Çâ?V¥9·IËŽ X\xhãþ«ò.MÌäÀû•vl}cúiz_L[àýijÞX/×ôÆã7×_ù’¤/(‡R´ÅœwÔIªÏ;pxÁÜ45³š*^"œÜ¹#/›$^J§N™N¼I’¶§Ô¾ä…þEÞtÐ~êýæ]c˜E£¦ŸwÏ_g¦Ÿºqév½+zv¹;®T ¶Ë/°qY”±î㪔/£2sq°Ï&9Ièý¸·Ú½ËrÓÇ9 ]—Ó4½yl„þºˆý ÝÖî\Þ–?Iѱýúz…[/´ 2§+4mLö;Iö*z2%‡¸ÛÔþâÜý!ã®ì>®òñÊÆy>å!!BíZë²&Œº´>¡éJ„wèb«qY5õ©GSº^¼Q}_psíÕ F¿ÖLÄ#Y¦?öÓF¢ÕîHt…NÚÕÃÛö~žg*´eé•ýKIÛÔ ”Ï_Y§3QVgs˜ø2a=5›°]Û ”â)û¸½3º}Ün[ Q/v©r€Â1¥Ù‡Ibýv WiÇó”©wïÄlS»õâþ¨$JްŸï¦RÎIwÉ´”Ù[w˜º]»ru aC¬LýuÎa»c±£èôL•/Ý×)‹šœò•y{kÍM± §·øäwûÕZx®Þ:ojdé²£çë á[í'l<ÓvrY<2;2kݧ-óÃv.f|é‡$ßš±¢î®Éî“·]xQë]út#`M挧Úc\]×̸ZBš{+²ätˆ·ÿ¢ñJÿqáîH‡3’iÚç äR|…MŽ—MY“3ù°Œ9Rwôá}¹‘3gÝø¤·M4µ„$q€Â¨Ú®£¼AõðeêSoŠóÖÛâ”g†(ÌÚ# kÝ¥Ÿ •j–XšûAeG]Õ±ö–æ…Z[i‡C6}ŠÉ`¼˜bw©Ø`Rƈƒe—C7°äw?¸|¾Ö~jäÙƒG­2örv‰šw,Xl_Çž¶©‰Úò4¥Öž5K..L=,9.0\Òi½N¿â‹«W, ®vZK<7ÅÀ«È­f‘RÔ.…ä"‰>›¶Ú8YÄ":»jNʼ‰ìíž¡qBõ({ûü-{ºF<ÚÓµ"&êfã «½sÜ]Ý£+æÜxTõèœÕ#¡ªÕ-¹Å¹”E]U„Ïc/‡†¨ª†„ Æ«®:;O¼B¡0˜}Ç'J–ÞDWÕ8­Z|#ÅqÅ∷³ÅE¯¬Š=¤EDÅì{jëwܦRèïw¹¸3ø"Ûòiêy›À0Ûh×tãêÑzÚêši4&Qh5G ¦Þµ½íä®÷a3uÊ6ß­m¦n¦Y=ZÑIZ¤œÚ³bB‚¬žãiAK×0÷’7^ŠwG;ï¡Ò˜Tòø*óÍ•¦³J[Ê·>j÷ˆ>rXU]Q[Ù0ÝUø‘չ鶎îùˆaXžŒÌËVMÑx-qGbYff ¨¼‘•Ât…’y/£õ ¬^"G¦sžëêNظY ˜‘òÔ–ÒâÜRʃ³K‹kXenK½ô½õäõl÷t<%¥MMõa•à [­6ŠÎ*\DF#Œ¤V,žU<öº"P¡¤d•®¨i¢i˜íÆž¾ÎXQ¿Æ´S`½g°kbæ-OiYjš¯QÓ±žŒsVÓ·Ê+›8 ;}ØûÈÌÂH«0gÂD—•³v]^{¡´"½‰áŸ­·×e”™‘††‘¼IÝâÈ ZJ,#gbmCˆa¼€àÔÆqò·\ §4®½rÈrÏÒàÐȤЌ=qÚv!Áiwâ#l“"}¬ƒdäAó×ìž Çœñ$Þêz€¥°ìŽ£Œ’C¦®—(våÈÝÎÈW”m×t”fNØy_lÉ Ð‰Ñý´QíµÆ»gÒç°²²ê¹å¹'WH†žK¥>Ó (¤x] ðÚž6fžéªÔgF®Ÿ~\¥Rãøˆù~o7+ÔÛv9ÃÚð=ûùÝf·UB×®4¾VÉÒÙ7oö“†Õnpª_kPxîôð…£­Í…Ÿ·XoÜ^°n…^û^äË«ï­?tÙû†°òìü¬Î®Gý–>‰Pì1º`ĺmx!¹T7ö„ñãÑuΙ–~·‘ÛÇϧf.Q®€ƒVo)2íeÒLÜ«!+-e4ªW ~^A}¼Sf´ŒN`Ra©µ¤ßãkÐ&ã 4ϪmêÙ{B½–mSª©TÈ=†3ɱf”®Àj±.½ê1ÕJ,µèÍé&’1š W6 ÍT]–hö8+SM¡¨¶Ë°Ú€uÃú³ìcSGµçY}6ÕËY#íO¡]úÕW…öÛž¢u]–YœhþX¹Ÿ“H¿tŸöpiùþŒCËÛFVf¬ùëæ 5fí˜ÞÖ££Õ¿G'²Íwýòä]—Þ̶Ü?Küãˆã[ƾ™µøË›»_ŠÚ8æmÉÆ·T&gÕwVR§V¤çÕkm·£ÉcæèÔÞzëYÏü8¿Œ›jcFI >Iœé£óÅ…õCZ‚SUî„Ƕ7gj*”gV ß¡­¯cÛ×x–2‚äªïgžf-`w;ë®o¯ê^x ­Ô—N3±t%kVwwïtÉÍÔˆÒN{x¶Žæ\¿Åïøó­oº³Gv|ØË:“Ò鸤ȴ[òñ®Ì-òªBÜå}rÕ«„ÆYf¢{Ö%¥ä˜?’}\™ùÆ2ÁÅ-ÉŸo&×þ³øãq]¤Ç™s,Åf/.¾ñGæ~«„ÏV½ S»ç»ÞÔi†wwæ…±–™ä½ØPð¦Ç³º[s ùÓýÂÐLÖ Ë„„ÓXq[‹¬?<Î,TXL[$ë°q(ÎJnÇL®ÝB‰†9ÅõZ;àèÜ¢ ’éAII.­r@–§È]QÕ•ò•È}ÁÜ‹Ù+_¶bÖDÔõ¶Ö?¾òμ6¯«#…Ú$œ®˜[x»OºzšÒýì>­ênFÍ4EÒõ¢û‹Báæ™]½’-;oiMOT ~‘ç/x·ùÖ­­7& í_Ú=¥³ódM›÷Æõ„ «ÄÇY9ßð9M[TnûyTФUÔÃ2áËH©÷a­„C«•ÍCdÌ¿<í^¤<Ó9¹;ÿ´ÿÍAÕr qwbµÂuŠoï²ý,ôØ]÷£‰ÜìKöZ|\tÝÎŒ£Ýϱ¾½ªdæ±/óÇÇ2ÇZ%XÜëÏœ!?vlÔ¬(#ó¤EæIåÏÄ2·+˜¿ MmÓ&#4®xæÛÐW…«?@§×¨W>ž®ü8ð‡åP'µ3òÊ9C‹mÂ?+ÜjX´dåQçý1·%c&]×}!Ï´½ü‡sÛí‚íŸ_Í‚ï4K¼i|—Ö©ýdTùRiö–Q†”0qüØþ†Ï¤ ]nØœ–®ÿ#R± ¥‚Yr[ÂîÎÖÖU{7h™7ÄÝ °tÞåÚ>U¯cê¸PÔ\äGo8l¥´1¦gKQÜÆ¢Åy!QâyÅÛo;žª3›~¿.¥³³¶Ðœ§ )æ6ú§Åî ¦-Í+|³¹GntÅèçeqYfI·:í2óêûwšÙáglo©ZIùÅrûØñ¶-jœ À7å.¶x,(4’ÔýùIgR^7ãžoEzËÄë TÃþS’^÷IáÀIæS{1NW}Y^ù:ÅƱÑ3S8RâÎ7Î÷yEß8cÿ‹{“o´Mº´÷ñHèt™zešæ—±{”üV,ˆU,,H‹ Z@^WD^,ùØ%ÓSq§§«ÿª¾¸³×·ºì׿ºÓþ€“‚zO¶W丸ëDÉÇi~Ö›‹fìYó™rÀX}ÍáyGV”¼’žíþI²î®«ÀmµûgMòËï2ø`2A쯼FÿÅå#_RÞÚ¶®m²°!áúª?fx2ÇF¥Ý)a‹/wÚ2½F~Ý‹Z·Øgcbž©W¼ó¯8¤nuÄþÓ¼Å峋Ög¹–µßÖ¡"ì\å›.ii"ã­ˆ[]ML5&\­|fçTú±^›*¸ÚÍ¡d¿ åÉbSuÆçXáwŠ+&)/}N8Žt¥SåŽN?ý¥Âš’ö"EÑnqÇ9[+‹ •ã…ö“ÖÜ_zL}“hûa;¡0ú—›[Ö!³…ÚÇ)ª-u³ÚV¾³²@uGíøñkö¹í.,\1ËèÁâ™é­q 3ò­|ô¨°4Jti±›¢ã¼„‘;Wê>tÿ)?é˜Ý¼»Qö>7úxâ¾Zå]Ϩ×Ì÷ÄÛËh-ìW·–vÏ]}ò]I §è€ü›YÆG"³ oM¯àµÞNìµPˆpQBå)Ý„º;³¼&ÜüäÿhiwrÞ%S¯”´†ˆö/Ç¥ŒöèΘßQr…îû¬8£«»ÜÕ“XþèHÁ®Ôå $a'EmmMõÆJZ6eJýœt;pÍWgÌI'.³E‰KÔ¨÷‡èºª)|É}¶¾èYÐBa†mFznÛò@…Îåæ…ÈÑG-ò:”ài÷# ×ìvtŽ™mδÖÜP[ëÚî¦ßzÕn—Oœ_w'Øîä¬ý ûjÕ/ï ÜöÉÿéêe';¢©j§Ñ"0OñÉ”+ëšœÕì"i2[6ææëŸ×Yv²¤¯ß%jªˆû©åúZæ….r•»­2Õõ­G<¿§¡¥a0Jgw$iéÜ9Ë =ôzÄ.VÛHì’fmðÎ[޳'‡wìŽv:¥ßh¤1J©QÅ&¯dyœS]“ÊÌŠêä0¥/Á*„7º®Ûë][JÕ‹¥Ë§¸95Doï袚˜­o¸xI%WS€zôµÞ†œI¶JŠOwQVÐÇ[î pWY!H|¿ì‘BÀ#y-#Éj![ıAÈ'«’A–{l¾®‚±¼Á­Ñ 41×z©’y†uá&ÙI‰;.n’[ŸÿøÙöÕª%¡+R¦OæHî¾Ð=!Ò}üùÂm–b[!—àmAŪÎÛéRB¨µâ2iÙÒ\¡­e¹†" —çGØ,9o½M„°DÉ:óa,-7?ë’·¦©Ñ’˜M¬tòRû 7÷SººãóÖÀÒ'Ïf×”êÙX aËV¹¸SKÑ:7®9¢6ÂhòÙðüI¥n[eÅ ¶N91ß0–ÚDZ–¢FRz:Te£&(dù¡G¢ AOâS%Ç´?}T4yºÕju‹zöK›tÛÉ®KžÒ5Õ‰3‹í‰Ù­±ñ`–†{„ÓÅ¥ÖQF†&›Ó/4NY+š]×t¤ÚD_ÇHˆ}áʨ¬1cr”DÐb×·,é<ªÙÜí‡Ù _hw-d#â•ü—>)aŒWv-ÌŠOsIvtBw½5ÏIÁ|õz½õ¾qÂî¡'5›ÑQÚYŠ–§˜Í†f !‘A¡ij4 }áµ¢µéÚ"Ê&'vVÚÄV¤•í~»´ã`GVm Å vŸ°ZÙÕö¼¶~vö6‘Õe™êjÅ™ïVƦ¥d»ÙF¬Ó<¿b›»º~–Îw[ýÌtŸ[xò ùQ÷ÒQ­brÎm‡ÙK\³‚ ÓÒ$峤ìç[ncÄwÑšQj€›aÂòÝ–ÑÌš„Ž?Ö=-ôâÉ›ÊcïÔÃÇçÚéÍï[4·£ýÙ3Hþ eûelï&ÛÙw£$Ä󦽜£½sžñ|­òÌ÷P3=i±ôÜõÉšÇïÖè_:›>_s§Êæiý‡”Ô“²Z¾P|Ë}@­•ñδx‘wœJ¹½¥üRùµÑ…Po—ç‡Msd{]Ýe}ó–Š÷êëó«F^õÝsÂqß.éB✠•¨±3I•­9:¢ˆ¸¶#(`§Íxßý§³º_È>¹ÈP½8ÿAšˆzVå~䜮yÛ=Ѹ—&®ý¬òéq·€Khwã’ÃI/ÌÖßdnÓ\{zEë˜hÛé«>ûZå-\6FáÜVŽ»ò—ž¥k”×­ÖuD® /Q/^°züÎí"ݰAÑϾ~NHîÁ+êÝžõ«Þ.ê·Ýáž_;>®YKÄqÇ©åé²£ú²._›xxì݆ó^·—g5ÎåY½1Ç ßWf®¶û½àò˜'O.}a0ö}Yܵœ3ú!÷ߤŒ8Ó;­CjÉç‰ÅÞrFöwÅ_]Z©·»Ëâf_ÄQÿƒSÙ/÷ï¬s,ÙŸc¶ÀÐÜxzKâ²UU÷a¢ÎË‹ŸW={ó*WȈ÷ªêâŒÝ8¯:^sékïºl?µ1 '’*e»ÂžÈ¼u÷‰Nó"}±õ]BÇ­<2¹Èˆ¦TsÌ`Õ”‰ìãâæª“çËéíóØÕÚ¼åÍU©3Ûž÷ï×,[1rMN·ù½ÇL—è(½jyÑb.§á’‰É-F”qÜZÒj³CÖ/´RnéQÞƹýVªtõÍY/ÝÌÎºÇÆ¯´²—X¶ušÐK¦úõóKE÷tŸ1áHbøÂQæyQ×;JÖÙf6)x”ÒѼæw×5¯Ÿ¸ÿìÞ rö3™»t²âSoä«oŸ¹EÜÕçŒ÷ÛqÒ'÷kt6÷Ù´>}üÆÙ+ñÐÖÀà¸u| ˆúRønËá¦/$'6¿¹+ó,¢íêØ¯^èºécÿÇ¥˜öOŸ>ßÿpŠ8éÁ¤† +¡!Ëc?Í[¿,°nôÎuMá·Å#.W>™¾fÇø Q¢qȪœÕý­ŸMoŸØ÷ÞCû.·ooÍG·/b׬­~°Æ"Téŧ¨RÇCúïÿ0™1ÃA¤{1æ)s0 CP» Ï< A§À•)€»²Daì® þ„òžt‰”΂_ØoK»ãÏ)t¾—up?/AîðC‚6Èn¤טŽ<¿ý˜Gg1žQ‚V¢ô\'•a,exÇâeч1ÁËqÑô^\07©¨D¢AÐ)¢è@æ™Ó¼KÁ<ƒø2PJ4 ‚rÀ=žÊ§™…‡û·Ò`áÔÃ^І^‹`ÀKŸÏ—(ÁÅžô%}ÙìUÕH¾/pÀ§€E”IC- ÑžÇ·^®Üa2Tª8 %,¨*€S,&ŒˆË£Àj!â'´U·"à¥$ÏuPÑ#ˆó<Èà%¸œ@yàzÒ¶ƒë)æWÃW ÈÀr¿»™4Ë??QÛŠï Áåa„ÃrÅÜvWQqÿ¼ÅàE?àб¤Kw3ÇÁx¦AÊ|ióü>beó2 ¤XèJwìäM ;èísL·dDÄÏ@xÒØ‚» ôý©Æ|Á˜Sq/@q¿USp¸Î ޤƒŸõ<ôÐ*L3×€¸ àÂ\Ž;jrtÇ`ü|¼XxøÙ0Ñ ìàÿåVkö|±SÐÇŽ`ÚŽ”j­¿±Šµä³Ϲ„³£p©aá<_0 àêRñõ–§U /f0레ߜ™3!Ȥµïšøð0FbºÛ¸ºàØhµpŠd<èQ@ßòŽêÀÎO¨™†×‚w+U'8Õ†Q$8ßsmˆ/¿iøéLÆà}…¨9”!§½€gk&ÿL|ÿ³å í;p/5˜¶Ép¼¯zF'ãûºÛ¤Ê5óÌP˜@{;ù6ÍŒ_³±SRÖLTV€_Ù@v‰àblL€%a|À^õTÇ$a\Ÿ%ˆxð 1â<+± _)ÄêþóQØ»Z@×ôo]‰ÂÎ^â‹@(xj¤ °ø€ü*(ßpË ×#ÃÛ$p£ÀY âÕAúZ¯y„rÌ.ƒ;Æ[ L_¯ƒûYpÝé¶ß àù-°²š¶ïøšn (‰2? ³@ 8…õ¼@\.¯/˜ŽhÊ‚PüÜ{ÒYc”`*Ð `IQð¾¯Î¡k;ëÀ»¬˜o† éË-Ìv€KW·ÕGøÜÅjD9Öñ9g óxµaç œâ€¥áÛCL*¼lÌ6¼ë°w|XU´AI(´{ßH ;Ç~@þ¬ ÎòaVdÖ3%YXòzO uz Ò$qn烻È˯‘çóà9 ”+%8Ì'>°4@…*€€5OAÎç$üBÌV”òz÷´ —‚É‚÷°ãVžó¨Àt3Š×G{ðŒ%Æ«ýý ]möt@èÑ‚ò]@ª“#è´œåŽõú(£­À‚Haü”]?Šk±;fÁ;En©6ˆcÐÛéºX¹£: ?(苜fN•ˆóU ô‚QÜöS) â“À½`XÈNÜTÃÛBcЕð#@_­;VOƒø;ðìƒÙ ¾4ð{ Ž>¯+ظ®¬dàwPF¿W‚õM@ãïÊÂßÝK“¤P pêíW1€ãú5 î)€ñÅ{ 4¬mï½Ð’Ëà{üïØñŸwbÚ ÒºókX>l”ÇG)€[{v عOÜÞóÆàÞ.w&~r8üU!6ç&mzÿ<9쌬^aºh®³;E6~®DþœVGÌÎg Ø/=2^“°ó‹¢ùUI?nÛÚù40™CÎ@á÷ž ¿±ò %IG'“ðöñÀ6ƒOMoE€´ü>\:ç6S·cõÀ6ŽmDôYX-Ã)ÁΛ-çQQ*0h£0λ€Ü÷Uú î$i –ô#øx+&«[À>NÜø¬Ä´hmÂ×ÖÈ„€q80b*æ3ëOÆz4Àé,Ÿóu#†ÐŠ]LÜÚa½£X>?•A\·Ž$ ~e$ÜÂb£¦qʺïÀ£Ë ŒâÿÚ!ú}\=Àåº~rØW9Ø~ŸûÛ|î’¥5‚~‡ßáwø~‡ßáwø~‡ßáwøþà É_WGIƒÁRü7ß~‡ßáwø~‡ßáwø~‡ßax¸l ALjƒ»¾ o­ñÕ‹ÏÖƒqh$ïÊ{Æ{ÝØ*ÑÐu[lýßÖ{8,dã A™¼|¼¼'¬ÇÊs)øšø ôÁ3ä9q~ßö5fïll%Êq:E@ø.;ª×ý郹ð$UÊÐÑ Ñà¡c‡G$»€-j-DqLPþßËm¾ÛŒòbëÛ¢P$x*Á÷Ì@íC¸RÃ΄°ÝEë@º`¸Ï—0ù[OW8Œ-&±aç!ñ' Wp¬ÏÀ…m¬4áñÙIÒA DD‡€ï8+…n’ñ•#oB ƒŒ"`;¦î"xß~ÙYGÇñ©ã­£b«tGà|(Û×§°½pó ëà`Þºh „b+ŽàÙŽXUðRc«»2„Nø3[aLAª íP.⸀­Â~°ã[01ŒIì$#%?߇QHÙ 1["V¶·è,œdB¶„Ý”:¤²…¼@|ˆO$`»{üˆþT\Gœ±] h<¶&I:Fyu¾Ûñ ¡d{!;@•)}@¶ù?Ñb"üüŒQœ AìH{úŠhD­‡á(ž·oåkàtÚ P†9ÐŒgt gŒñÛíøÍÜyp5¢)Û¢¦Ô½0ÆpA†èEÜÊB‘Kâ¥ð:>IªD¾oedø†à³¾cUŠÃ®­CcH‹ƒ±(¯md¶ü×ZˆÅc>`ýˆ9Âx{X6„«˜Es„†÷£Ÿñ-QŸ…ƒ†¼{  ¼ƒ¿x€ø½RªÆa™°šV%5¨y¸Êßñ]­CCß—„…¢Ø½Þ¢`un¤©CúS¼ï”PdKêCè?ŧ^` 3ø–ŠÇ—qøžÞ5_!}–¾ÿÁ¸¿‹Ê’Æ÷a~-ºÀ+SlX †}•…µÃC¿õð‚ð>&°ÁÀJ»%ty˜6`{aïóõ7€g,ó­íø6ˆÁçY-ü×[`³fCC;^IP"=üÝÿ‹owÄ0 bÚøhòKV†üùˆÛ«^~ã½æ§vêÓ@Œ|“Vê1¶³Y›ßƒâ¢u§PbˆåŽæÕˆZx¨ÞáÁŒ¯5ßZX6ÿ7¶Gÿì7ãÏ¡ûúb/nâ7+Knº_ÝïÛÖpÄp‹Šõß(Û&¨0ÎB!´òbÌZ^¨$úÀª|†-Ñ{ÀX< ÖJ »!lVKèu³©¯HæTs02ÊA®ŒÁ(Äž±vô`Tp©Î}èÚÞ‘¼4°3l`HÉñ´¯®µ­»;dÀ£[@†®ò¼±ýQ#l| C«õ-ÝÃ}má·@ŒüŸBI6Ç'ñÆê61 âFòè}:…»cv²®=»DŸHål>òxcdÓQí€çxp-:ûœ£çÔ©1 æ¸4`lü‹} ¶À‚ÞQ¿ø( ŠB½Í}ÂÂI¶àMèk¬ƒ¢06²}†¦@øw7ûÈXŸÞ ñC=°¯ â!ïiÁʼŸÝX}´…Då©zp*Ù”„Qýà#¼ïXÖMé§}»°ÝÌaE`ðPÅJå}ÇŽõg;h5ИÔx¨pÔ"v.0ÒŽh aBôKaG¨% ÛIÂÀàU ûˆ dÌ´b¼ê¨Ã4¥SHË@WJPLLköT†‚ïùß ·C–”ù´m6òp8¡— /gú gÇÄ“Ϥý³Pø?^â„ÿsÛˆþ[ã°`eö¿S®z´QÛ˜=³£;D•‰wÄzã0ËÝ;§@ ëg=2ÂÆ çH0n×`è™,›‰ß©áµRÀê> â0˜[âd\ᵉo“ÆÆ QüP̪™ÂÁ ûž–¸›‚Y¶ñÂI‚IÎD̲!R'Þ¤/—SG$™Ø ¢”´ðDe¸PÐsÞz&6[«¡Íë"¼@{hÜ1TLƒYE6ׂZ"ÆËC;á¡s=„w4?OÃû´6ö8Œeü6ŸmÁ梜gðâÏ;c7xè,3~±xð”A»Ïï+`± Áß³P¯/‰;°9V–kç*x9ÐgÞ8FÂ{™Î+‚}ë*Úb0Þ¹°ß¹~ÇúÚ‰„LL)ú­ÑeÞåÀ87wȜٟ]9)Õ¿»Ô#ð§&ú(íï]"„ÿ;¸œ% £?èýþO`ñmYµì_¥ûÕìú‹Ùª°ïl§Ñ°¯l±¯–ä‰è×=öוb»Q|42ðNæXÛþ‚Â?“Ô_ÃC¼¿pÄá, ã5[«"Z+6l‹¥r#awo6fž×VöLœ¯ w¢ðùõ¯s_¯N>· ˺ØbdlÕ ‡{Lž9uÐ~á³™»ŠÄ11/ ¶†Á‚Øs ¨>ÏÁãþWôAôgaÏӇƮs÷š5‡ë‰ó‹„õx2¿ãõ-Ä{ðÖŠc¾Pßœ2yNk¢fÅ66"Àó Q^{è1±¸c>аV‘‰ìFfÌœh.‹Ý¾bÉyÞñÌWíáäP;c‘È@Na8t‚el‹‡Ÿ·ï“ö;Ì¡ØáÞnªxz¹QxpÖ»k£ßBÂódû ööF}¯?ù³Îâø –‚wkxOŽP"Æ¡ÞÜο›‚·¢×y—úpÿV4Þ$ê!O{ôÊcнñù"çUÖcÁu¼/ˆsy˜ô 妢eеòò_chqì#1CS¹hiÞØ\ÀôÈì¡)\=ždÁ“ËœÀ9‘Þ1Ýžß[.Ì&œ÷•øº³À)þ]4¿ÿ‚¹€Ì€tu½1Ÿz±˜ ”7kŽÛ̧QxÊ|~îÜ££ÎÂøŒÉÊüëÝPÞÄJOL1ñØ‘âzxýÇï«yZÅô1„!R¼wŠg(Àa«°2x.¹I‚¦ñ-8IÑ;‡W#2<ßúYbß׫AÐac_ü}=®nL>)ÂóKù»±ÁÚ ¾ôЦ åjŠßÛØm çd kÊd+áÅšf¸O×¹…’÷ÂbGó°ç9Bx4‰|æÛ ýìžè“Ó²½`yÄ[Ï 3‚ £Â G7+~W„O™6T.ÖsRÛúÅVÇWÅóÖQ¦IÐsŽFâ ö‰GòxªÈãM:Š­¾+¢^DK"îg¯¯[àp>˜ÇŠS|ÍÁÖŠ‘v÷üƒÉy3P¨ ¦õÖ,Ü“D"½ë±b¿Ë©Aù[&Øa#´9Ã[5Ñ_ϲéÂ[û†¤y³Üfü9ãi¼\˜ß/§@ aqÞoEþl: €ÖIËxw^¬=¯<Hß§þÚ²~€ðk* XKÀoàÁßßÎ×íÏßÏB°KŽ ÒˆðV¢§®5òÚ²X+_}ÀF ·€l:ýV ¬ùmxÝð¹_~¿/š¿%‹}½Î÷@äʃY~eM}Jz¨òÃ!Øß™ÃÞSù9ß_ETÿJ/Š­Š_‡‡k*»yl RmH:ª*~}N«üwF«ÿKpƉý¿5ÇÿÓœlRÒ·qS©ÿ3Xw~öæÀßsQõ?‹×rÆßI6W£57ó]nÿÿ£s½O‡àõê—8zþC .ÑAó.¾nQXc=d7Âþ(>è9Š¿¦;d©ÖpvSi?ǧ컘)ß`åHùߗ˦¯8 ð÷£×Ä_æmãßEþríß¡ŽRz*Ûxu9y˜nÐÀks^ç9<Ð.ó¼a‚ó¯ ÉáÕ!15 ßì%lÆ÷0@+µ|<èè÷…qE¼M;|ÏæÄÁ[f¬ÿˆ­Œc+ýöllÖ÷ûJzIÁ{L˜€Ëx%“€^T€'æ\Ü‹;Œ_¸w:K מˆàÑ~À¬Œ³"¦:[ØB÷«bˆüŠgØ«þsÃ0®`¾I¢øyûa‡ugÁU‚oäùHKÃ×£AÊ‘ßl.;†bxà~g0EHæCÃ|6íD±oôþü;½ Y×t£œÿËßýÕüŸl§Ûþ3úÖ€²ž¿È=qÑòÿåµ”Ÿ›„?o*“aÆ/z*ÖCÞ%Éÿ]?ˆüüÝYóJùfÑãÃB[þ•F‚j¹Ù¢=yx¬òWA¦ã~•[¤“—ü»eJÿ&ß2Hþ÷u‡þ˰û‡}ZyÂÿë+Šwÿ!g’†©ÀŸ@.¶ ü¼Ÿ€%º ÷g%½çyYþêû’߯êd‚Ñ5ß Gßx`-ý€§i/QÜ+¶Wý-_s£Ix ˆù‹UÁw–‚4~TÜ3h6€léfÆSþú¯u…ð55¬OPô“¾ÙÀž¥Án¼þ”·Ø6 ƒ­êc3-BÃ}á„÷*ÝßÀ8Ë÷̆÷ê²ðþÈ%~gƒ¸`‚à{âxÞ/±™þÎEÛAõœ0_¨ŒAl˜×ȘØõ ÁÒç!ãGÙѼ/+ø²õù™ôŽøbãx³ÎtU yú¤†_ÂY4óŸŸìõ£ØñSÿ:×àŸ½™áûãø_¡ë“þ…j ßàÍS«ÆþYJ©¯¼»âõ³4"öôíûf¶ïO­;~Ÿèýkv ájäç¿RÏŸç=¬Ü# 0B¾òþ󛾑€ç¿ápÐw4Mý»0||õ¶ñ½Ý2DËESž¢–ðGÕÿ€!Ä´¿÷+~½NœîÄ>D„N¦õØòóë<¡ÿJ°ås#`ðñòWy쿎ðirsÿ÷%xýüÝÕ™ÿ æ«ï`NVÇ>~ǵ¼ïr¤ÓÝЕ£ †øýu¼4~˜öø_¢2Ù}ËêyóŸ–>ë»k~˜gÖ7z*ÊãQ*ˆ-àé_ÄÔ¢oÊïøeýŠòûç:‘ ¿çk½ËJ·öG¹R¼þíÚêõ«·»Hƒ›‡¼ÄŸCîý¦öÿZWÞ{hp¾\óïêŠïcˆÊ¿\ÃÚÎðØ¿W¢ýŸX4òOÞ§|-uþ™t˜Ì:€<^úþo‚Ë é wÌ/òÚÿ-íù7³þ]êkè·6ÿñ·­Üg0x™ùMmŒùKíŒ2¶NîþúôšùÜ«ûAhû&®>ø¯B]óK buM…þ aÎO¬ç§’¾Àçûž¿^J´òÞOzm÷ÿCtÞùNI_iö}úÓ¿°×A_sªùþyÉ¡?wîk);ÿEûpc˜ÖŒÿi½.o"xr²æáíÿCÞÒ¼»|þjÉWüþÓXÃ×#€[Õ7ÜÝã¬uˆ$ßþ‹×…¿ûŽÈ9ŸÔἦo§þ#|üISþ;P¦ñ¤>oH}»Ïkñ¾éEDÿº_Ÿ1D?­¹Ó‡õö¼ÿ<ðúAëüRöG)oýGWnÿƒ‘Åù¿Ø“xàîý/GÜi0 s¹Áð<в–2…Ë ‚â ‡ŠÆ K.wzSS…ƒ2Û²¢©µ—Ó{&<†ÃañàÑ(§·µ ޤXž¸\n8œB†´ôa²Ú/nA„D”`劄ËáÀ¦ê0™Kè­P†¡ÑêP#Ä  °¤€,¬t°± G¥;X€¢ì Cˆ$p†Á Àd2­õ-ÎáŽà dGG:‡D¡ª€dD… 4a"àµZÑ$! “(Iš@nísQ¡9 † ¢âÒ&I”†µš9ÂT*~F‘Ë&°8“Žr¹jLTqiå +"JT”ÌP$qäúgzåZ{µè‚\ a¹3ˆƒ•k¦Ã¥Se¡0yGM ­ÔPEtPbǤí“…dT]©¢¢{%aîVbÜYI^ž°«!¬‘ï5¢ŠFck6]{Ãá|!¨t¨r·Ã­?ÆqÓz¹WvFs¯pEa9.· –ær/À­\î=—ÛFârÁã3.÷1øoÆåîà==åEá¡”÷ó ÷ÇAŽ÷ Ïòôûgˆwûúû霫b äÁ3?^ÞÞ! ¾‹Ãùc<Ä ‡Œ‡²!)/ G—ŸõžË}ž`*€ ìÀå> XV&ÝÇê<þjÜ>ÞϧCþƒDì2†¾ÊNðׇǼ·WÀÃár›(˜-jí}ÃeÕ’8h…ƒ¶CÅëÞV#ÎXN~“Ïl"Œ(ƒ ¤l,ômÖÈÞ3ŽŽÊ ¸ÉT¥yÒ½g´´<û ¾9pE°Eú¡!z¶(‡ Ñ{Æ’ŠôÉ2-‡3½úP°˜¿4°@TVâÔÛ\´]DT5IÀjj Ž0\  E‰D`PHÊÀVÁ*.Ò0 Ô@Ȳ‚¤é "HµC(T` ²è§Y F• ØŽJ ÊDiDÐP²"‡Ã4*™pFI)N“L8ØÒ+j)ŒÕ8 %JàpG LYœÀ`“a2¥qâ&L`  &´¾%¡rD…¨T„H"TX!"™‚ñ%‘Ž("e1 `Ü´´¨,Âä$(( јd’0‘aü#¸¨@TQ"!ƒ»4%(kQ¨4‡2J ’a:0¯ ‘,DEÑ> ýÒC¤€ãˆ–gˆd2‘CAA˜ lY…À!Ò˜!x†Lêk=¨Œ–ƒ0_dTK‹N&BÒ0@¤Q)#(L² Y€L¥¢`W›µ`Á¥Lh¢("2µ¡„©K"@¤»E·DÏ t†%™œ&M"J  °L×&‘ y". ì&›$@#0™AVfPŽ'Ãta XV"MÆ"ZRèBT åp€M%P¦J†!eš¢ Jª|dk¡$ “ö\B‚V0ÉÔ=¢›ŒÀ-ˆ PKdR(µ$ÑD,‰ÄãÇ…‘^mXÍ€,BUV$6i ’ Z20‘4u©LQB86’(Ôc¨$á@j9¨‹Ž€G”ªÁ$˜M5,œA6z G6ÃÒÎ×”£>„:1Ë%ó*G‰á£fꦛäL‘!#,úHèÁ4tëf›à…ËìljªƒpŒ2kc,g!è={D;š‚„lë3f>dχ¹9 a"“é FP׆1úÆ2•t|Uç]x®ÄÛX‹)&ÓI&¯ö8Z±é®f-$iØLKBä¸ÛP¤Ud±¶©wî<Ó„ˆÖ0çÖ ÈM6^ât•4‘ÄN—17ËF!ªº†cQ'Ô˜5¶dŽŽZΜ-<ÿ˜õZÆ<aFrÝl+i¾8I<‰k/Ì•›hǯC¦™ÍârM¼1rW>BÛÙ^š7ú  9®$õܳ™Ìý$Òñ¸öõ“‹›ØËѱ½\ô2RyÊ%¾b€<û•/ßéÇ+¶PÒgÆÕ‹ñ{О…+léŒyë穈€Ä{nŠB’R¥åÈÞaoC’dw£ì[H”¡¡ÀXf-h¥n*²Hè<4ÚÛ=.=4ØgÙ‰÷énH u¤K]¥ï™)"9,´ÇOÑdÈ¡+ÙúÁz м¨”qAyoˆá’àËIÚ”úJH¸À*§ƒþ×s¶÷¤–IŠÀÇkÌ»B}lí§ÉŒUì=èkdüœÌ·¤³Äʱ¬/±ñ€$¨š–:¦ÖÍ‹«oavÜL>Y×v‚ý+db—»¦^¢'x ](Ÿ1‹µL¬ •Õ~†V'OqU4ICi¤Ö\J†ÈU¦XZ#3SyRÎLBM3fšLÑ”³Ž4Ün±Î5V>ñzÎjTß}j¹D,  \¢ÐEF¡o¡£7‘eB»Œ¨@ÓÑñìÍ‚GÙk(b^/H›hå2Æh;E锺 u1›[³‘…ürt$%xg34‚±ucË Í+°ŸÃöEö"Ͳõ…ò­—Ø‚¦ W)z!šz¤'H#;r‹ËÄAg0oÓ ”h›²÷#tDTs/IöVYÖL…µRõ4ÛRÈ0 ìtbõ-èXC]ã‰ä‚E®‡“y …ÒÆØ@Ínù§È1Ã~v7såur¶:¹9OÍOoùF•.Ckd‘ÍfyKµQýÐä .––òaïÑwå¾`ÓýÊÁ)v.˜ÔŽ¥÷ »0G0C•ùŽsÊX™4¶L7£Š ža³M H^!ŠRd¡dçj±ºÉ.”^×°×JéóæƒÓ`1Ëy„å³ïK=âÒ‘ Ì@Õ°[ørù;æBÊK0—Ö•DZpí""\"l&zó=¡Á b¿'1yŒkGŒ) ØGS"lKg*E+Œr㕎K.-wÆÅ2ÌG ™ÈåÆbÊ-µ“ H7ÅB*ìÄ©=²Š ÔX W™ŠÒÛAÆrÍ9L é&Ê~ÞLÛzKúQ—a,›¸e¢"õÜp¯D‚#Ñ”EÚ\³Èí†rο¤r(Ž =§pZ°a ÿ¾T÷¦4«¸qjgèel„¸Má³¶ÝF`â_i`ƒDÊ>BB‰šBú ö+RG1¹ÄnÊþB‰ùŒg¯ 1ídDVòÎRGضòt‰„ƒì ›-ñzŠ£ØÄßWð§ 6Ò©ÀWš*±Ÿ] ÂØM´ ä=߆ "xžþüð)2¦D¼ÀúØñ®{'¸ µG†o“Åí2¬–Jæ=Å,y FäEE $ºç°o¢³”fERé ŽM‰åŽQ)B>ˆR¢ø>ß͵uf¶ÓéRIÌw˜xò'€»Âb1_Š!Ø‚½A:ˆpE02iðè¹lÊvÄžx§Š)p%’ýëIeX.Ù:øò×Uü¹ÿ÷3f åY&9B&®ïÿZn­æI$ñ£%sqÉ KvÞHàÇ#G™ÎL·à=öž‹*¹²)lÙg¶ÑâeÆ~\Õà†g-E*î Fz1«ÃVÉݸÜçÍ›öG¹Ùÿ)ñ矑Òe« ×è½úþZgŸvMÉ©¢55M/r&ÿ>(yüo‘Ï«)KT,m©é_ç»ÂêÌùïû/&¸ä9öm}OùR‡¥› Eg#_e6Lä(ß´WÊÞc5+1r5õÎí+ÚÔœ ô Í<]ÍÙêÙȦÎ;ùñê>•Ý ,Õ­˜–‡Ô~¾]£­9ì{ÕuæùÀG{GÔ6­$¯uÖüùýîç›ul=ç$Yæ'è¯vºïøÆ¼dß7W¶‹Ì.ÀòŸpš:sÕùî5’ÑËÛë2üU¿žvpQ$?VÞ´y´A™žÆX’;³}ÓJú d%{ð&Kguй}ãG÷ÅÚÅEÂL­mKÙþ:`°ò —hš¿2?ÝÌt5(¬_oðæÁfs'ý9;bÂø«ªo8gÅç|ÕŠŒ{÷-ykçêÓPF[¶fšcôB…çû{ýÞ;œ¾w]ï/b8ÿGäW¸. üé„u‡+Ééš1_|šÿkütd.’Ù—m³î^ÝvÏ^û§ýu£—ÔW[ä|SIšv=i‰íEîõ‰ë©¡_ð‡»¯.¿,ñ_{ñÞ5õŽì+ó5U^›JvzñtúX¼ŸÃº·™w•UÿÌÊ7Ú{QÇR'ìà|Ú‰Ãé,[’òt¿ËÎß:!ŽŒ_Ç(”]ø#Á„ÊÎnwÝ}o-/DnuɬÇ%ÕŸŸ?˜7ÙAy·ïºSØ“ÑÞ ÊOÕÊŒ­~çºR?üÚ¥òûsðñÔ༛_;ü±:ÕáÈ‘%Wüwç{ó hP¸»«ùøÅ´£?3o›IÂ~ÿÏ—ž¼š?GucŠ™Æ­œ¢.ý³Uú.n÷ì³?´ÓÞmµLžwÎ¥ÿÆÃ³‘“¾_ê¥Êƒ×Ô—|Èì¼líæ'ïOØÃÿ”Szöfü‰»{Ë?ÑI:±¸1Ù:@ú…öïÆ4·s™,½“Ô*µçŸöìæÕT*FÙ$ì?3ÑüfsƒiÓÒ$ëµ ü_¼‘Ê'®ÞÑ+ ‰»–é(´ø{²|[MfR癳ßw6ñ|’‡~hXX+ýÄû—J×گɳü®ï§Xɯ¨þÜhª”n¸î›Í¨ï·tu9ÀHçǤsœºE‘Š~,¬„UÅ/9ç"®Ýiy“}?Cév§®K.µ}+߸ëô}MîúkžçßÄDû^¯ÿþußší ëO¡ç®%{ÖÙ¨\óSî ÕnÇ·è‰öéoâ«f§ ˆ}:ªº/{kmß\ýôêKENz¿œ7?úÍxt¡>¶ÅîˆcUa„oa‘ÿÀ5ºµ§T°¨åóí%â¼Ïêñó7]!ìÓφ«´c5/³ ª®?¡o7ÈôäEû³ÌèÏÍ0d¼°­ñ-×ÿ´´¼Ü=&Öqç’ÖÚGÇ3fÆn.Ð?äyXÐ&}x(çaÁúéîzRG,%n’Ûµq%o/Þ^µbt‹¯£GÂÁEŸú?Üu­50ïÍÚ:÷'|§­Ïò\øDé€cCÍó”‚ñjƒÃ£Ïݪ$®­J³‘Á>>r´WjÙ¥4Cü¾³ fÁç«Ù§Ä6œ;ë5^om.8¨Îþ8-Ñ»ûÖK­YšïºÖÊxÚA»ÜïŠÁMÅ_m׎ˆó;) ÙÎÊkÈŒÊ=vgëõë.|:Ñi³Uîó¡åq¦ Ç<_<¹úxrAÌòEç¯\vj>~~ɸºX{îv¥ï!kÚ6+…mQÚÓ\ªá¿UuOfÞÉN©ü*ç”u§÷DW…iÓE¯ 56hºúøBå»YåúäƒQé©y.Òïnš é/uݱ0“é9Èhݮ٢[íÂkq^§þ·ÁÉ,ÜM‚v<Éa)î£5'µÏ,Ñì±2=~GEk¿:¾„¶^4ë»×é¹{´{.–P Ðr÷§‡+ëVWî Ù!|Qœˆ\«Ì¡Mï}»fîÁá£ðó­Ž'öç×MÜ’õ™)3dç`6ñßãJøgi‰$*†‚í—Ñ‚ ¼Â—–ì½K*š¾#ò×çÏé}icÜÉ›ó…õ£ƒÆ) W‹Ï=ܾE’·^Ó F|ƒµñ²ÅHíú•^«ë7®&¬,èµjùju…ŒÈÕGé¡þSõÕ…‡ô¥¸×Ø› òÔ–?½¼;/pgžrHdpÅ—Ìi¾«šZ>jµ ŸMª\ظi,xuÓ¢’‹ÞcŽù®„ûÚ“±¯ýÑk}b­ó%Dªx)¤qOòÂÚµù²2òk#§N¯¢‹dõ^Dý¾~Þº)çrïògìsU›ÍÙè+ßjàÄ©r H°_~ÍI*w)ým w¥ÃiÝÒT(¹ú«ÿ>+óꕟ—ËËn×,äõÞØnÓ2÷S€…¿OiÛ»M+)FK£D=Uiœßwªª(gÌó<œÚô½QʬŸüÄ0Nyȶž6¯@¦‹ÝÏ?×:ÛÖõÎÍëU¯·ÛЏ+þ>ÛDÿ‘~¤ÂÛþûÎÉczäî™(_ˆöø ³~~+ÏU…ß1}Çã¬ÖÃ6½eȃ‹¢–>·÷·õxZó7rûM.˜lÊ üa0¡˜ê9˜Ÿö·ô~‘cÏaÎÚ;óל/¸Ã8lRå¥Ê hÚmü÷N4ŸÙµ¡æÏ•Êèîvù…z}7Û-w?f0šÜÍ9d&/ÙÆJ¼RôãδÛݳû ¨–åÎÕýˆ}›áÊ‘;|u˱áÀÆÈäÕζë݇³kŸåš}’.«]/-|üóKɘU’Ã’SÉó–ܱ¿7ߪÃB EŠq݇‚ðžš¼ýÑæà¸èñ–à k¾8Ëðâ’ן–mÕ»þëúu?.ùi:/ƒ8ÅÙGåÛÜ=?1¨Ã²˜Âiw \‹^÷ß3úeIyIYè·„ÓïÂjg°šÛƇDôÖ¸Þ~põË~¯‰¶IeCÏ;Å—?0OJq㛎‰s… 5G/MKe4”Þ»ƒÖîL¸X¬Wvse„¦þõš8>Á—­¢¡6ü£õQñÒ¯yÙŒ‹œßUÛ(±'ˆXŠŒSݬî}FsïÑb3œî-ž3cp½»Î‹{j]?Þêžè’Û~Ý [WðèÒŸ}áMßc5?æðû®i†|æx¯ ˜üôýÖæÃõIþ’¨‡¹³ì©ùNíÎ]šé°ø±èÚ–Å×%Œâº‰þyᇆ{ÇO*?E ;‰E2A ÀN„‡Ñà!L  ¨*L@X5*eäÄ(Ħ© `5…e€>]S„ŒYH#¼„]R8N”x6œ@<‘ÂvX‚ ªÌT¤g)E`/¾ +Ã%’…?†§>>•HüW®@Ù+Q)i¶ü= @- D€ö—؆qð¿4Ì„éÙƒA‚á°´ƒ?LcNWƒþ!;hǾ@ ™ý©Ø_ÖÃVcC¸ Ó¨ÞÎâéÌ„ìB…P”°û0„-À³™4 ö p+Ð$à;¬PAÎ(`>‡PìaÓ»ON›Ÿ`Y<ž©8Ó‰0Q õðèlíOCJEƒÆQQ*c‚°n—)§J£áŠ€ýw¡l–ŒmÀ$KUût|üX=‰ˆ«  ›â·¯_èMg@Ð’0ðóÇ. 0\¼Wœ՘Æòn„ 35Ä`öÎBÌTEE/â(*Ðè ùJŸ4TXòª˜©­¡^È–Ó˜©Ðƒý]®© È‰ÀzÞ+ŽåÁý„›‡ò¾ïÖÞ²2èáíž³ÿf,Ð1ôT$Íâ€Á«XÏQy '¿”9‡íDRV2k *bÆUÀ&º!›År`XLß4 6…ZWœg’²w9 œà“è@‘°&”¤¨cA¢ƒØ ]¨‡ÈBÈBªò°3l|á µLÒÑÿbs )„†@5D¤v¨c­5Œ€JðC}0ü6ÂR¬¥\öðˆECAtÁÊ€<‚D£Ñ0”6$Ø]$q!ÌGž­‡©aДâOxqì(8cªðîG¬àtÐPÚ6ŒJ'ÁID‚è`rØ&`ˆˆÀòÁyäc ÄŒ£ªÒ÷#ëA:å.0A” @¢é¯X£ ÎpYñjˆÆÆÐ3(ñõƒY#˜žŽ)‚-à;RÖƒ›°¨€™SOQê7CmBÆQše/$ç7Êà Ì@n&26Òàyf,xUUH¡7p)¨‡ÅS•X>æŒ8chFÂYð*EHU¢Þ½mE pÀÁ>à ô;x‰[‚q¼ õ$Œ‘pQ#»‘T‚>giP ;ÐǾ`G°i” °„팺=÷n¸-r¸ˆÀ Av|¦@T “¨!Î*‘2Ø®2  È#wÀfL ¬ÀuÀCÚ4Lp09àŒXðe:øBãa j‹¬¡(4@J1˜ìDÁ<-—ú‹]§„Á3gt {‰–!ëé¦ ¢·€'0gÄØ3p‹£ì@”*mêN=ÔZÒ …1@V€Ý£Þ¡¨ƒ ˆª#…à/ÐC€ÕL9àkà,ä9ó.ÒÅøŸ"²h6eÁBš6ø…i#C½‡#PgNgqAœA#¤#zŽj¨ž£3à+’.^)«v1aÇ*?U/'YÚeÉi•?,m(ö?’"‘>{;ÉØÓ"c¾}¬S‰?hg·„‚á t· øÐ•€%`¤+(ð<ÖŠÜ@ ¤7‚ :í å“Å„|ÂUÀ‰ âþ8³ Tƒ×à0COœz–èD)Ѩ,ó5•FHÒ6]Lx i% Hç3¡› b#ÝKdÒ€h‡R¤×›f‰ª„‰€±x€2ˆ ÀQH£ª2Às2½Ö»–"åÄ«‘÷ðþË@>‚24€ä"“”6lÔ¡Ä\ u ]r A¹È0ºÐQ¨Fñ#“ù-TóAp Ð:Ž#m”©}®P¼¨Âèo‘^Š>x‚¨@†ÊÁÖ¼ ÓLÊ Ê4º>ÕŠB$w";Wâ#€Ãh‡å ˆôOì+’ °QŠ9‚{ƒÏÚÄÚÒÌ’çɳ43±´â‰æ&æV<¿^¾WhFzL|Fš±SxzLRbš±™_VRâb>ß,*#5¢~"¾~RR¼A°Ÿ;0L¬-,Pÿ4qªž……>暘ŠO,Í¡ÐÊÌÄJ`Î3¶0±¶ÂÌ„ÀJ¤oŠ …>ÛžBí,,M,­ÍyVÖK¾/<ÌçE`"´ñ²ž…€obfn âyóé>t>¦ÃZ˜Bç›XY˜ ÍIP¶´²21³@Ì­-p`ê–`&ä9'yc̘@¬Ì€ ù&ææ(7)M£b…~6‡gP’"ÄiÎ4X›˜[[ñŒÍ¬MDæØüø˜¸PÔŒoc`l.à{²€a,–|`.4á›d,àóùú³ŸP‰˜‘XáÖfÖBkŒŠX`+‘ ÝB—àˆL,Í<¥˜9Ûfs¡™‰…˜›™ð…˜Ÿ=')# OJHMŒÀBsÐ0,<:)Mœˆ§g‰ñȤøø$3 ý¬˜Ä(4†ÆgˆÓl˜–Bäc^I© $´ MMMOcÒC1,-„¦bQ©¡ÉÑ1áÉhLbº85††‹MèÀ·´(p OÇ„/g`@Ñ–ð4XªlVŸP ±€Šª†Ç@G‚¥òŽdqä,8:¤?ÑXŠ@_GÕšc,¯!›/««ÊS%™%ÕSQŽGºab°:²c‘2l°-„LÄÀWNœh ¢?h[Œ¼nCAÎû‰B“*ްQœp8õ-6ª,Á¦©ÐX“F£bTùWQ`LgSÙ4YKŽ®Bg²4èú¡Mç)ÒUäÈ_‚M—¥ñ²„ —OŽªÏÁq ‘pH2$KR@B‰PÁÔ˜x@&â§$ºô‚·àøþBHT 55=  qÀ:ÀÉq;g@‚Å D“ƒI+ÁjòÂû¦>p à*è_ŠàäÙÆÀÁ€Ù.C9 :HTFP wò̽$œ‰a`;†’X­‰£ätÞ‚4 ¤¨¤r"PKCÀ­ü™°—F! ÁeöšÒP‚FeS06õå œI5–Àø–J+Hk”’CyÞƒ_€ 1`5EyÀpžÜ˜… à+‚y!9µ †„Á+*¯Y•@1’y D‘d±jäìíÈo0 û¢â|UÅVF\5…¢óv3º€²±+Š(¯‚Ѧ1Ù˜  1.&‹Ay BÙ U*EÒ¦ÓTìJ†t"`#Sà ÿT c|ê’¤Mb' # Ü_R÷”î79aRaü _p€4à7òéð|!ÉÑû!úžˆïÈWß‚7àõÔö/ É a÷ÔÝØÁ#ˆ>$ݾî:$×â.¸ÑÛtÀ©m:^#­w´Êm†¨».BôPÆÎcRàD!z†\Ïp ÀzpÔ‘'£Ç<j Z Ñ*Ò®Gà”*@a€å¤+lˆî'Ç%¤É#Ü7E¦ö@”I.Õ.ˆC°$aÛA$ ÇVÒ¥BÁæ©vpD Iš¶¢k!ZÑIÒáVpH.s>Щ ojà¹S:M…D&È"'ÓI‹ÀR!H&ßM€¨â?}A¢§šÇ’H Ñp]ÿy'cêfv¸,$  ˆþpj|I÷&OA¼ ˜KR@R¸OHÒá9M.ïLà8Õ£=¶À…\KtL'¢©mY¬ÈÞÍ &„@I¶½€öˆŒŒéÀ„@µ!ªE¾F^ ^Æ`/F²z×)5 ›É Á~Lƒ%`œê¢b±ü &D·ƒ]¤uÉ'±SçjL’SBzšlýŒ£¤ÿ$—|ã—ÿc½À“\1X êþÔuR‘ ]Ø' ªCt7@ES}A3Œq՛ޱ1CLÓ# .µ1&Æ"”0E Ÿ†Q1’Òc # ¾ œÊÕ˜úÚ49 ¤œG1ˆ#8N¡P×."ˆ†rd„Š"‚âÿÄ!ÿAÉ©‘-Qü'%Û*+Lž (ØÔ¦>çê‰Pp*™E ¤*$hA£Ó©ƒë– Že‰ íM0-!´˜!$[X›X $¸[YàÐ J㸙9I€…ÈúŸÅÁ8© *™›£˜9êG1X LÀ˜ŽÇ$2gg“mB±Œ4\œ˜žJ¢tR6&†&à©L7gY*‰âdÂËŠ‰ÇÌ„beb»ERЈ$41)‚‡&œôhÃY1ÇGQX*8Á f¤¦B ˜ LDV4 ®gF|zLr¼\)xÍHž.4ÎÇÖÖ@)&Q` Uœ,E`d& F > R0ˆá3H£2`|Ž¥…>´4çX‚Œô¤Ž Ñ ^Œ`šMG’Ð0qt¨$¥¦a ³$ †Ð’R#Nr(Àb924¦ê”-¬õÓ’8³¦Ä’b 2H¢ 1øb¾_leÌEú‹ÍH~f%$ÌÍ¢ÎM,Ì­ñÅfV戙<bÒKHJ#³¦¥‰P$İqx¼81 Ú0 •‰ˆd~fR¤fć¦âVæ@À—ð­%LFHÅia¡ib‚%=ƒa,03ŸÚ¶ÆÌ89ÄÛðu&IpÒ’Irdœ&†i©45MDk $% NHNÏáI‰é¡1‰XRb<žˆ¡™% #S“p<=)9&MNŠH$š#†NÆ OlqJF „rÒ4ÒZb@¡šÇ –JÆIX( Œ(‰(„ @IgRiO†N„XŠY1éÑl“€S£3@4…™*ÑHÓÄy0545†*²"#Œ°æˆP€‹`jYc¸ˆ°²&ñÊškMÂ'f‹øTa‘ÁBåE ‚æÌq8uû*‹¤¢8”†âÈ©bƒi  ä!" ’<Ô̵Bâ+a6Èt–ÎCç Ò ÎH ±Ðµ»õK"éPš¤Ó«ÛÁZ¯Ïcvp)Êd3½æ'b]ïÚFÚ„˜½Ödöñ7;z4ŸRž`‡0?´Sé¦SQöŒRÊRÔø‰øZdPc—3Æ|))|«ö:ÚÁ'*Ç¥œ™¤Òg)V¸… f#Öð6ØCr¿×s;”NéX°Q·~Oé®ëÎÕ5Dzê)úž·”ï¬QÖ¢fFr›jÖ #¦s¡Ålš¥ Sƒ@$äY Ir ¬ÍôÅ© 1‰(…”&B¾@æC &§’A”š*ŽÀp$)’IІ8rÙQq¢¯Ÿ“š”˜@&#44KÍHdAJ “n¤“„d™Øì„0qDP°07 ¬qÏÐ82®Él"f„¢iÉâðsk°~E•† ¬RªðŽaÒå§Ó[¦g¤ý¶=ï˜ëŽþz˜õçÑíuãïÏï JÌØúë¬VFÉŒSå¯>|Zª–Jíl¸©—c’ÑØx?dÏûóg*F°sëQÇG<%vÝ®5ƒÎÒa¯Ýô]ƒ‹F_¢þ°ŸÎrTúQ)p@¸Þž…Æ„ÎZ´êÌ©âß<ÕìÐU¯è^ÀŠ•éÔO°sÇ®^³Ó(ÝUäŠr*Õ]óœÞ:r)§Š‰bÄL6B¡(ÚÎ;¼P‘a#4Û§ñv8éU-êävŒ,¸÷PÍÔ#4Ú5‹’,d6ÈF(z¬>*6n_VÄâÅðö:ežléË*jæ­wœÄ¬‘T•>ÙvÅ"¯Äñûj[,Çå‹©†“/[½È—'v2ä†õIû²ÈÉÉWš¸¢EU¼oN6+ÓÑO4®T§º¶”6-Bؾ ¨ƒ÷Óé2ºÒ ¡×.(zÁ«tÝì¾ +¸¤wh^TÑ$¯À©m•òW1B½}6›ãVÁ+ à¹ñ~:~_%¬ÒnÑ|SdÆÝÎcÅÚÛ·ítvWÜ@É.|0ó<‘1Ä­É›íPìh~K&:DuÅðì׿^VßEouâ>±ÿ±6lm_ÂÞÙñbïÓïjË–þœ¹ô¢†ëœ"Bd©Ð'S´wÚ)s¦ÒM§«m)Cšú•T7 W¡Z„L{B³HW“ÛÃÙ0/Æw|Á£#ήÚr V™,cܵþÙtäÒ…¢ã… 8ôf·W»eÝMác—¯GÝOVK-QsõÔ//x 3—óõ÷·Åo?UÅy¤$ͶUUm<í¼ìAÆžûFX[~×WM¬ø:©úuÅüãsgn]s7JÆð¤LÈòúm†îƒá³¯Ú7:Ö¯[´£'pß®âãôïJ=úø8æÓ¯õÍÛs‚=Z#‹iegµŸñðÊ)Jå ¬Ü‰h™=¾(\¾1 ù"•"WÛÓ\l\‰¾õ¬¿ÉxKCdç8fh£%V»V:ég!éKpù‡åñM‘WG<бæT㙦D—kAˆõ°bûü"&›ÛGk/šÃ“¬²Õö`²»j­~Ðr Y½O­=øÚ]ƒRç6<0.Ú˳ú8DiÏ(Š[³!!ðÍOz»øšpò`î'îòI4•Ó‡8Õ¯ ˆŠÒ—íÊl~ÑÅ«vôZ=ÎJEúD¡‹zFLÙËŒæå¯V¡l—ÑÕ?˜CôñB1FAó¨i»ýê^áàøûAœAAöê_®¸ç“”™j{fQï†ãY®î ……u¯^+Ý-åì¯>âÍsŠ<Yæm?¸‡ÒÀ‰° ]ÔýgZQ¹Ó“UÇñŠ@ÇIZ„E»¡MÞêû¬†æ< ¡5 Ö¡‹–dÊo5^uÿÏaårïÒ€n<:Ù{æ¹±]ȸüšÆeœå&Ø_Jë6¾'a´Ò[çö_îÉosK5Ý–uˆ–ýíø;˜gºH#E^ïÃ>ª`ùìúP†#ÂÆ©ž¹ùA7öµïðé÷Òá7sÿìC̵U.K¤ígm-KxßI—S•òÍùÏ8³oþµÊ92D×çÖÅºí žª¡\·ô?ãX„¬+o¹7¦èö`º–PÅ~ÎÊåÌ©àjØÎ.¢3K¼×Ý×.ÒX"óiÙJæ¡®ŠŸøT‘ùCÊé…EWìÛá•+H ïØR=ƒb?V0Œ*.Ë—ÒêZªÛ¤õ)ŽÖ5z'ïãÙƒ?±Š(ÚG޽®·Óð²GÄC-É6Ç Ë]Kˆƒu!eÞɶJ•Œ:­3«î{ñÔW¦ƒïµZ‘xfúž×ûž >£Tê¸N/’ç%к–]htºFNéÜð±&OÇ2nUãnå¡öG‹|Î2õJèšWÔ?¼Â¹þuBÃ&E^£ãç‡ys2*MîÚ±íîª^;³¨¡¬_ÏUµìºPâè—Þ{åÔn^ãóUé‘ß~¤-…0œ¡ïÞïO»*UÖü­éQ»Ùjí·Øãy¯ˆNé>Ê èR¿È»~¹Wý¬fÕ>@4Ka;asWõ«Áf…:FzËê}°¢z^YׇUéÈy”ëXú$ù„ûƒZ§Y{Oý.IÛ’ŸeÞn™¹ú„J;þÛ…ñ3‚º(¸oO}²þÁtí,ê³ý³=¿ìïš|§4ÖºXœ©¹-Ä"W¾]eQyÌDÔ·¹sÔ¦lÇqS¥+^šöC´:*ÏŸ´Çx—ãedÏ–¿n^¥ðºè=qOi_Žo«Ô{ðñ¦÷§Æw½G~IÛWŸ´Šú¨nu¨÷ÜXb|aºY˜07«£yK~_7.*©údè\àQÿÒ»ÞyœÕKæõ½EŸìj'¾Vöq†_ʆ–=Ý·ÕãËëûh £!h÷-òo?³ntYѸdjDŠ—nò¼üGaFÌŠûÙÕÝJõ/¦ýWÚ_´ª1ëÌ–ÊoÊ 1c5‘ G‹¿íx«Ÿk,Y{êÛ·›¿Ã=²Ðg—^}'“xìôxå·ÅàÅÍ£¬K9§Ü¬-åsÖ×­Ï¡T0÷–ì¼x­_+òçHÄÏCÙ•¾õ¢kK>hñîÉËp·û¹8$p9š«µC« 5õ‹5[5O-ÐÜ.¿+ê6Cv^Þ5Ý?ë]+´®uot~&ñ¼{;~“BQ?kãÄš³Q™›Dü¨¢;!Ûc6M"vÎŲ=ó+K'g>*¢ÕÞž¬4û*¥™qVQë ÿLͧ«Fwp¯ï&&Qí°šÒ5'ª.î]ç§»½³(§=B-õ¼^·»´ý·ð”zuòâ_Í<óÓÃïfÖŸÊbäÈ‹¿²¾s> Ug ÞÇÚøô0ÿPñ¿CÝ”c¹6æÒ—ÆK„Éޣ¹ôàçyùÒ/bn{=Šß¹éI¨—ý‚] 3;‰ŒÞ/ìznlÅe‡Ö.È5›0»=Câ¯krçGyZ±ŒŠH¯žXzÉwe]Á9G›¬É3Hî—eÍK8Óø{[ í*ÞÇL¬¸v¯YíŨô¥²ÑËßwóW¢ìõ•šÇ7™^{]‘kÿ¹×ÍjÃóÎKSþËiÁßÚšö¤NZ-„÷Q¿{q£^Ÿ óÅ&ݲiK–딿;d}|Éh;rÄuºúǨ÷ès¹•’ÞÖÛiŽö£ûfåôy§«Õ— ½Í:ì¸Hf_âmï§ +ßmVËLé¨>±2ú˾YÛïœ0Œlº®ÕxïÕ°ÑŸÜó­ zÆ.c¾;¾ ÞÚ{¯ÿùÓO_»ò¿´nÒãk¡f.ZÅuÍãøæfþâx§Ì“®º³¤Lmßå¶³Šy#¯/{sSe_Ìç_ôÜž<ª>?Â=Ó{äüÎHÉŠVøñ¡õZå‚¡ ì¶è§­ sò¨Ž÷óßœœô8s²cý·Egýýx8R~Ã$5Ĺh|‘ûÉ€Ï26ì͸ðaâenCq<À¡êîÆS¿ç²Ê·,ümüëćÊô¦û¯yµíÉû®±‡îÛØuÓŽÍS<3¹ÌØwcÍÌÇ«ÚZÏ•fû¾=Âò‰Þe£ýÙ¹ÅÈã¡é,iw¡‹²ŒÌŸ v²¿É‰=”J÷ñ …mÔ˜]«jhC)múžGdÛî*åx¶Tm¨+– ù±ÔpÁÚG~§Ïá~²†µ]úgŽÍKy1¸ÊÉÐùˆ¶¢ÝõŽJ§¶v…”3[k‡ Š ÌËv×´®Ì÷ˆÈâßO<ýÒÜzÕæƒÜëï6QãüèG¸5E»ã7Ô`)Ëgš=s°uÝò±ûì–·¥Ú9 kœ|S|SÃ<"RÄ*û¸³$¹Ì:sbdÞúX9Ã:—— ûëü¢ý  Cd¸‡ø ŽÅxt\2ÓýÇÁ}YÃíÞª35¤gntVóí«öñ)\Íâ¬Zmáž±ôpDŠlüz=ßvµçØ_ôG§«}«=Ü·Îl¼ñ€ahèÃUŽÛì!?÷k´ScçXe¹-¶rfÍÞnPÙvPzóÜÂC„æ¾lŸ¶hM[ݼµ3Yt°W½&'054Â*׌0Ó¥Å<ÞYÒW¹®U{¤ºWp‘š)ØnpêÍmz×`‹ çØÃl)wWw)µ™ÚÚRÃOjÄîÛá[FãßžôѬïÔíúë µí 5MëÖ—Nû°= zZNaús¶oµÿÇÖŒEmU´öÀ;—þÓ…®›ÎTø¥”kk®Õ,~¥!¬ÀFbmtÏ6ËÐz$±­—:^“ ×7§hkývwßSìæ™qóüw=Ò=òèäÙÔ¥—œÛ¯SY·l=¬!8u*¢ØG%ÄÖ¯â‰wK ­¦-Œ²ÖËtƒ¹®Ž“–{Þv÷ŠÎ\‹„'5~«Ž¦~ù±à^°Íp̳GÒÃ×yCš­¥ƒDJ±`aX¥æ˜²uYÆÞ¡õšÜu¾o—î qVÚâ[¬òÑ4ÑsMöQY›:w“ÄŸ‹*ãºÚz¼úŸ¶<êü¸Æ9å¶µ­®eJ§þp{àüKAËýÁšÍÚa×w lXã¢è^æ^  “=ׇ¦][ᇠÃkwʺ±<@RÞ¸¦Øìñ(´Úø ÝÉýd7öÐ[\ô&…=ºéSÐ 3wÃYv:çԔʋ[J–\ù³íÔuÅËsŒÞÞ•n×Íl»p£T4a™6»ò†èÖÅÃ[÷4|¹cñjñ>Óß¹ýo/}–U~WAíëY;¦Áh¾v¥{1ì3K¥}ìøí´5Fî—nÇ.ÿµî)£áî±;®}³¨ýÏ”;Ãeª¶fÿÇTºZë3­?_Tò¤iq:÷MÚ¨-‹ëï/¿yåá{úD³‹ëÁà<»‰ßc–%VíY›¿BE©£”“êTѳýó[‹úßÚzé8½:ðKÕMü×K¶÷Cìþ¾ù“÷+|ò‹TÏJ gÆŒWÌN¼>âÜëæõ¿RIæÜ¿Q¥~¦Üÿžªšgþݺÿ›èZÿoõþÏΣ¦úÉiÿ'Ììü@S¥Äýþݪóýð?{N÷þ§j}UýÿèÑò0äPåêÿm”·ÿqq‘éÿ“•þKÿ“V ñß݉åÿY†Œ3µHûoø¯vUɆ¾Êÿ™ÞbˆO}nôo?þµáD¾ÿí9÷ÿ£ß³9ÿ]µÕÿº­Þ¿lF¡Å`ËTaþv“œÚPËùŸ½ªÁÿud’×Nšvç]:Û»°gÛhà·ƒ©½oveÝïíI=vÁ§ëí©&[—_8¿ïLw_`·ì®]ê=¿QM±©L}íßÛ~$DocÂ%»Ÿ]çÔj•Z—(LtÎ0[Úöð~yÝñÓ';¤íY—Ž: µL0 îKWo•«÷ßøÙçúáÖ{ý]qV†åëvcÙ¦ÏÇ¿O ™–¸ß5ÏöëȺ—†·½ªwgdü,œxwvøUÙã°};¶ߨ"(XQ“r±â‚ÿóÖÁWo×$ >iÞ·@reglùœ]Ìy›öôÆåÇÜý”dt©¿ãþî@ÏßsYÝÅæÈ|«Ëç–÷ ,3¸è¾Ëg_s·M‚ßÏà’[žùÛ¤î°Ü¦ê—ƒÕ ‹±_;¨Gó¾8ü0jŒwnZ2°bçCñùñÅy×ë›îï=kq¢—òØúÏ;.XLìßvÍ0‰6ñÙ­gøM¨•ôqÑŸg¨þR;•wÚs~etvì³ÉEëú.¦Ø}\Pµh tKwä×}>&1?'Õvå¾lz¾[–ÒýÛë¹ÉÀÅwíMï õ¬6$ gO”V¾-w»ñÃp~àdSfüG+ïþÊú«Ì“I壼¯Ã÷W Ø­r¬]um ièÇèÅ´gnÞ¿µUKŸ†=?™Ð¸¬Áê³PëëËKÏâvœ˜³óo¶çDÖåÅ’¼mwÝ?ð©¥¢³c“[cÙ¶<}Nï…'Ùݻڵ´èÙ|]Ü¡·Äó¼ÝX×ѺUßïOÔ%^Q96öV¬¥dy´ÔgdÛ“‰$*kôýÞ¡+;³—±’WÝëÃòƒë\6­X–¹+ÝŠi{ñküúœ†¬Ëc—4‡[ïì˜5мxÿÉÔä¥ÉŸGf–ÝH2r€¿ôÁ쪎¸Þ¼óõnMÓïÇ|¡¤äþÖóní¹—'æ.¹;ÒݰéSc˼›MÙvó¾‹ËתUµ;=öÙ³Á›Â®÷òåݱú"Õ¸Ç*çùõ¯¿kïß  År^<^åpaÛ«Ãç–Ôß6ºË®EñÔ\»!acä›3÷ò’âƒué:ˆ–o¶ŸÎX¾ýùÙ®š?Ò·w=µŽ÷7Þ-)kªyÞ5äîiPÀâÔïm›öÏȽ«~â÷¸^d{çé’ñF˜ß‡JXµ!R,‡>ÌÈXö+æLä쮃ƒ5ïoËä¿8™ÛÉܦx·/Ü÷û„(Ò«Äô:·ór¡oÙåü´­§¤kGÔsƒ›{v/vÉwÙ_õ7çï«ïÂë÷=a]4¯¹¶ý\Ë£ žÇ&Ä®-Û ï7»~> Š/+½3¬þõ@ÈÛ«W¼´|ÕÚ²º;ª»÷Ф—|´þ•ï \;>#õÍå.¹Þm¶)ßî¼ÈÏÉ yVm±Kë–ñèa÷rVþæýU¬úfÓæÃ÷ŸWzN÷ýEì8fþ£-êW[Ìï«Ûp]æ#õŸg„§n‹Ù0wzdû»uYJ=±#YÕÉ”ƒŸ¯Ü̪Ì5[³q²¾â‘eʯ±ŸB‹e›‡¿gëÇ~|Ó¦XÞ¸(9ùË›­Ä ÿvÆ µb;ëi[Rµ>”[ñUÉ!5ؽ©ðîPM±!Áô¾é‚N¿TËÌF>õÿpêÞ[…¤í®}P<ãôçk>=ÞU.­ü ùîæ-·òn= Š™SžØ#3_bþø©d§ô Éøý øéIÕô½Çœò^x»áDdóR­Â,ëõZ÷}‰_§?Qc“ƒúË×;hÙ9—ªß®Ê»®T<ù:’í£?ž´&ñŠdìŽòú#¥#qU×$‘/ÇÖÖ:»¶®Y¶RU“ôœÓå{K­rûIe­«…³äœ«Œ×¬ØÙãÜü:­üq#ÕGÆmÝ‹ÞNc‹2? ÿx­©\ѾíÀ C£¸®†eÍI2cÁãïWeìÍRUõO*íïÜqqÉcý2ïݾ¿­eÙñŽ£C¹'†êƒ~ŒT¾r|î¡%™ötE]C•ÍPÿÃSʦ÷BrÒ^ŠG[·yÝ >ù)}¤tbÿiÝ]ЧÞ7ŸhI”Rë|§\ãpöÈøË„áµ´w]ÌÚ6jþ‡ÏøÙݳتÉÝ.xOaÔ6¯›ÔÓ]c/戔Y>ª­èŒv®ëü`%}>ÿõý‡¤ QjF­†ò‰|P†cÉ›š#îí9›Üßbö~îÎúÇ<6„¼]z½`~xSIí¬ÉýCuòÆ¥)¾##7»g4Åøµü•žU|a|ôç1¥_ý­í¶ó±ùxæf Ó/¥ô–qqÍŽÚ³sÔ¾ŽN^9k8¤N½èù±;ŸŽùט°yšv;p}îŠ ÓÌ×kºîn‹Ò]ž©wðUéŒFiµÄó?—Ímqi>wáòÈàhЉý» kÔ($µ¿ºøºýÖº½£ƒ÷ÖqU¥3ÏçdÏê~–â蹄íþyµ´ï‹_q¿6'æ©Ù2ò.ä,( ³v/N\šÙ¬··«[‘jªþ$ª1©÷ñéw™¦u™ÄÇ>¦ þ©ÿ/í]‰?To¿³jP–ìÙš&ÍP!^²4d&„(Ù"*YR¢%KŒ­ì•²E%TZ¤D( ¯ú©l)B²%[ÙÞçΙú¼¿ÿ g>wîö<çœçœóÜ{ϹÏÌ·®à°ÍHÅ­™íŸ“Êd][>¬”ËŸOiðl<›nt{¸,°o_ùËŽ¹èá{¶÷òõÎ/lɵÇ-ße89"¼0Ý’¿ÓOÃò±cß™ãËÆí„'f}ÒÜg,¼ª«’ÁÝΙÑ2µ}o/ýø˜óùìõcaˇ·’Ua[úf[B¶—;h g©tJ•1l4ZdNç3Ž(û}¥Ì¥8â®P£=4¹&šœ+3ÞM4¿,Ïø&Þ£WíäÚÉ“»ýÙ´Ûx4ˆË§SéŠÂ‘ÅMa?h• º÷VùÝIaãvªWÙµÉ|»˜›Þ‰ïS¡ƒS² S³‚ž—ÏléÕih±qHòã~\~6©C2úVe|”É“év‡}Çÿ¡“%žûO vù2jÓ;J)ê²yŸ·Ýv²‹_6ªæ£Z6sù$žº]>}³\£j¦Å'>ÍÄÿìóõwÞë”Öq8ôˆíÙ§çÓÛýGoÞ™h‘šl îjŒ;µ=¶ü@ZßÂÉÚ®^ësm[— .ïo@É*)iLÌvñ¿M‘UTU=Д7rDì„ñƒGfgz†Û¾ÎÐcü~ôœèOœ~ !66½ûüÖ5óíù/*’l¥çŸ*ú®sN?cÖǼº½u›ûãé×/ûxòîí3•ïúÙtÁý?–bãMc™²Ä5å;T‹¯Zv·[kedÌåÛÈO¼.ÐË~å&åíP×î0{C9ôÄËuEõM½®xýt»os‡¶Î}ÚÃèc,K½±m _íÞÁ¦¼77Þv&½*½ë3ÛPNœÿyÈqözÆÙ‘þ®5ÍÞŒtÏÍLÝn!« _Â8vd{ÿcpÀ«ùÇT ÇÐŒÁÇ«k$Êuvá‡KŽšP<Ž?üOc CÙ‹ á͇†K²¿„l U÷óVU=2Ù³k º%¹õýЧÃÙ+\c‹éëf½œêFT(Eç^…­Wßìs3jÅ€3g½5$Ñàþáa\S@¸Öeò•cŸvGJ]î³qøîÖ½cä½ãWש¯èË”ådmU?î{ð¢úΈ оçN­ 59^WóþµVÖPºd(GPã!µScO+üÒ#V™Ê)áx©²\2­éɉk¨ÅU'B^FN·XKê{¼^·1Æ ö¬ÝÝû»¯;Ê5jÙ™éé'í°™ún÷ %¿ÑUÅ’˜¬!¥^ª6Wm·eÄ]5 `à¬Ö{lú$#ÄÔüYïÜOïØŽï>µÅ;¾;ÃdzqøCÑþ…|aÑŠ³'o—¹ú(œ r<” ©âÈÐôáíPs9Ù–qkýµ‡Ÿ†b0“Åbw=ÿïÔùtÑ' Ä3jÝ­çç^Úv~hyþ%.ñÉB‡ PÀÞ •‰Ç3S×” ë3ê¨ý^ïú®™¥;.ÚÓä*´@×pÈz»ýPåQ¿bB¹«ËÓ‚ÆQOŽzÓ›ƒB“ççf“çƪÓz½S¿&ÍgE5ðz3‚¾8/ð©#&‡ÄÊ‚¾$ƒ‡žîJpÜ¿+!d•žÌ RÕ:.ß»®B†ðM3™î]žTu4dPÜÉ/CªÂO |àÄå›G™¤Lp2,àËy‹3söi×S=ƒ^íÕbºù{äÆecƒ ùò®7ÊælÁ6¯.²Òí(¸ç_hs&i^6È–A$™ºÍcAÑMrY¨Qõ=gG_ ‡ ´™„.ðš^.7¾jž«¼šÜ\žXšmC£ôº\´\•gBÙf«{³Q5¯bA_+˜.’ó7É¥\Ýsa:ÐÉ3h ÎT´?¸QìŒÝNﯤÍ%×i¡ûŸEÄ+ÖV«F twEÔˆädjx¶tÑF…äe;Uô›d¨…aIÔÃhe’ŒJJLæÓ£Ó¹ȤÉb¬iz·XºÁê×r›­6PšN PÊ,¥ˆÛßî<#;ú¬W#É<*·¹ÄK‘ùù‚:¹Î1·&©Šêè7çòÆ8†2þÅ™SJ2øÃÉÁa:"q6©²2͘OTƒåÓÅf‘‹ëu5“Õèr$É–ÙÜËÝDwÊôE)ñTù›FáÑŒys'46y Ÿ¼P¥>#2)lj> |ÈPfMx<)Ì}ÿ™\‡Í9¯ZÉ7 yœs3$n»ÀJej…öÆ®ñŒÙ! 2ÙC52!v[b­ª£T†XõZ:žC&ܸF"†4Æ] £>ªÆÞ6z¾=2äùË•¥±lçU±ç¥ã~Š™hëzÙêl=S¬¸ÁÉ‹3TßhÒ<ß»CýjAäI7Ÿ0Åݺu.3¹º‚bFÚ;¨kyVó×èDBc"k«IŠ:CØ)êJ?+ÚCI‰è°JkÞwý5Å ³X?\Oš\“œî¢E^½‘øáŸüÇâøâV„9sί Ý\W‘ňIâå¿“nbÖ`CÃ$®Ä›~£ºî×Õ ß2¢ï'>?ÖU¥`ÖsC8"ÎOÑ<%óŠ©'M±5êéù7áÄ´Õ5ï÷ܶÈÕ]åºÍœ³LgíÙèþ=)’9oøÉ›©BQÝD*™²ú•ÁŠ›ed⯘(^‰£Ó³¦ší 7H¬•^ÎW@X¾|ÐP°%z[õ™‰!éJ‚Yˆy0­V±–¶ÏgÓ¸?ÝßÓP|­ŠÉ Q×íôØJR?¡#C:¡æK™®»I å&£$ý‘¾D÷‡ÁÕ„My&y‚ŸhšÑé ܯÛs¹9Óê€èdýäň¢EOeòoÚËÐ Š$htÒÏxrˆ,^BVŸÔ¯óe(¢.wB,çÈÕæ~AYï•E»¹¬nݤ{ ‰jp›aøŒÂ®WÉl;¹6:Ñ`Ã|'ÿÜÊ„Ü$R|°n7)D;6BÇu%†vn#ÍÎ3¾F:~í©ÚiUîçZ™Ú£f!xÑ5Ž ƒcÛ¶*uçÔ_gr×€$ôU3˾撬Qîý›æYbz¹»[,˜P¼º¡xšôgÁ#DºÓI·Àb ‡4h`0žÎëDI`djÌ&˜åô “wß6qé´*2Ë2x^±‡h‘dà‚N¬ ¬îÉÙOWÙXôÐTC ‚JÄèÄ‹qÒ4&\"Í7È>:‰E ™£L N…­J«MÅ7Ð6ÉÒ›ŸˆIèÐkss;–ÓH»2ÇmÇ‹·µAÄ©(„õ"õMsD+šöhóòd.[ÓJâ4§uï5ŒÖÕµXácpÝv´„ß‹xÜÏú¡ýgj«ØËË‚$ô‚ÑFŸÔE§Ö÷¯Óû²ï)n­>hozþéýãÔ=].X=ïQáÓl?Ðæ˜*›ÍauùãÕ%É©ñ/º/Z®VšRN3Â^œõä:t®«>­^#¯ÚQýQJ}ä™wÑר–œß{5lò.1a„î5*–x¢¨\xk‡`–£QÈ›r¿^êé{ÁãúÙUóÏ‚¦yº´f#F¥wŠgäÔ§¤ÌSýKLŒ 8_ËöÑšyÏ’æ-3ª£˜¤…˜»6rÒÒRŽÉÞ z‹m¼ãU¨j)ó&ÿ€ pý)34Yâ!ˆ[‚¼¬áüª' ¿\ A[WBPî2zà Aƒ`›Á Ö vŒ÷ÖÒ`N€ Næl h«‚FÐ3s±ÖU4c€:.àœ8ÅAê-TÔ»°‚òPÚ% ²Q·‚M(ÆðGo‡%ã) á_;!-Çö@Ð "|ÆЯÃ!øš§ù H€…_ÔÀƒÔ\ÄàÜx¯fÁñyPø\†qËYH­v0ú'Au¦²P?a¬^QÁ¶,¤ ìÃ@=x<"9;¶)è4¾ˆ–6_Ä2…ÛM‹#šƒ“è€O ËŠt`éý(¤×ü„N8'#в0É쀭V°½Kú,z*2 £<Áo0a$&‚Hc¥r V(µEúÌ d7Ö‚ L´*ì÷ÁÿW¨Wã ²Õ™ø‚êF;ºséŒ -· ƒ9fq Z «[…_²ÞcÄ€ì—9zB€l „X* HÆ)`Óº¬A$Ô4È˘öá@xg²–6@©ý-”,u‚:a@ÆW8ÄéÈ…FxÙ$Btá² Y3Q`@›L}@kŒ4Šp­6^Že¡ÀÊzºl(šé`»‚52ýØ”#ã*°ÙwÔeù / ñ†‚àØæîcþªù¡­À –ö–>À ßïQƒ¿ÏJ#ôrÿ¿VÒtCýñžÆQ ú[þ–¿åoù[þ–¿åoù[þ–¿å·" ž’€'v쿜×VB¢£mö£Ë#ÏÚXf”‹lƒ°bŸÄE„c@ß©ñBû=³³-ù”îK=Ê6[=‹aÛaQ»òëˆÛ eté°¢KzGàl|ᨺTŒ=:À‚xt)r€ .<ÄŠí‘<þXD,ë{q1ÓFòðÌ,0C‚ØÊaRÂ23‹:©am3 xm¨ç„êÔÝBÿSÃF`9Œ€£^”áos2‡Pý( Žý&Àÿ ˆ*SËÊèÓ þDA8ô56À1ôš‰¸öbì¡chE ¬Îwè.´3&‡ ‡õ\ˆ<ǫ̃_ŽšQ {@õ*ç|1I('4Ù†°pL ¶õp5ÐCfíFPS3ˆšgÖcN£«0}PÚhÍÌÄ8clP–8XoN8gœn—‰Îlúì¥-+€¸ÑTÌ‹ƒcß hDÅÜXVn€¨ÌlÁ48îƒ1\mp¶ÄC áÈë¾5ð…Uè+s':n–CŸOôJkѶþÅ‹q¨9ðmŠÆaüÀìç—@Oò`‡pÊ„Èy13 X–ÿ9p><4gôrÁ2s£`ý@Ð$ÏöÐN/U™ËX™ŠU# ` €Äq–¸,^,ºZ8•Ä¢çžh¼9ðü¿eö8¯ö>ÑCFE[¢ìQãžxDò7b±ÚØÁ?zàôoЇ{Õ‹~„ûÛ¶ h¬{y ÈÉú à$2|Ϫi–mk KfFI“Ëç‹¿ÃiŽÎâm€´±fü ¾:(< ì–‰¹yħÇO…B„æ|ƒX¤4þûb‹¶@á ”>hO ò†å¢zqÆüåâÀi³xÃ…$EOm„½ä"¡rùai4:aÙiË@±˜L9¥-ÇÌÅlˆ'|]¬+Î¥$Ö¨~¢Ax&%<óL62‡²ù×Õ®«éAŸ6`Oâèí8^ ük3«Þ &í™_xçû<`›•ÂŽyN„eG/°Xq¼e5à1‡3f8•Ïc÷ËJ&(d<ÂJÙ öòk(’oIJú±X„‡! ɯÀ}:Á>#ΣAÁÿgJþi¶«û4äNMd]Aºð×ßø Y¦? 7ÛUË6¿ …Cìw é_³|í™0Öd&!xì"Zƒ¯;yl6ü5«•÷·;R$YwŒTö{ÓðpÆŒXYµ~È¢§At/¬sø_yºMì™3”3Sj8Ç‹ðmØZd{ ŽÞb«·ŠÀ6î˜^ÿáÒ¢¶Èlz(eiAP DÁºS]ÔÐ „daÙl(¬ak\' žÜÉ>Ê¡gLÞB˜%^´h”½¤øúd !×$ –Í0K6{ñÛ¤äf¦W°‘û½ó»íÕQK>k°˶hˆø/מ>„'¾Üo#´?÷ ˆr‡åJÑKÏ vlvúÀ’`qˆ“ [Vl˜šBð‡ÙK+&œ¥OyÖ=ÿ jÉ»[1ÍÞÓs°K¾÷O„-Y8ÌZס–|q±h°| ýþŒÄÏÚoƒÿˆ‘e“ÿë-ôó endstream endobj 693 0 obj << /D [691 0 R /XYZ 56.693 815.761 null] >> endobj 393 0 obj << /D [691 0 R /XYZ 56.693 409.024 null] >> endobj 694 0 obj << /D [691 0 R /XYZ 56.693 389.154 null] >> endobj 690 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F72 420 0 R >> /XObject << /Im34 676 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 699 0 obj << /Length 383 /Filter /FlateDecode >> stream xÚRÉNÃ@ ½ç+|#9ŒëÙg¸± $áT8DmZU´ ¤­ø}œM”EBâ2‹güüÞ³ –@p•œæÉäÒDŒN9Èà:AjÔò9LÓ»b¿[­÷[q2Û­êj› e)=««'"µÜ7Eíƒy(­ëuöœß0¾£µ=Ìã¶lŽ2kÓඨöE÷“HÌÀé–ñ ½Ô ,F?pІ“|H'ýfL›—\äÉ["¹ëÐE >Jt¤`¶I¦Ïs~c*hb€÷îç¬$TÚñy É}BƒôÅu@iÄ6%¹²:Ýña*$uR{¢«jW6‹bVö×צ\d’Ò²)«Y¹ý’ü×ÎbG©Á¡áîŠèXKý´¡]»€±„Þvw-Úñer½ÑÎkþSúˆ"†â Fg‹W³¢‚Bm=è¹crèóußßVëo:¿Í›uäJ*bкÇxX¯^ŠF…ãLhöì/Ü_üú1†\üÏl|R·S endstream endobj 698 0 obj << /Type /Page /Contents 699 0 R /Resources 697 0 R /MediaBox [0 0 595.276 841.89] /Parent 674 0 R >> endobj 689 0 obj << /Type /XObject /Subtype /Image /Width 601 /Height 422 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 31565 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 601 /BitsPerComponent 8 /Predictor 10 >> >> stream x^ìÝw\çð'—@X&a) @AÈ JEkÕwëªUëÆQ78këÖê¯jk¸ÐjUT\X¥Š{‚Š‹!C äî÷Ça É]1˜çûáãçxïyŸ{ïÍ%—#9I’”úWÅ)Š„B¨öãp8‡ ¥yòÈË!B¡Ï€¼ªâÑÕN&“‘$)S¡xÖ¨i+!„Žâ¼CW.„2™¬¬"Õr¨iC!„ŽR-„çÍ›7‰D"‘Œ\´{ÌwÃ3³‹ LRô3¦›±±1O~±ÐÈÚHŠ€«‹ü:¸Mž:Èܨ,ýYVÎëœæÍì^Rn®® ½¯^¹¼zYHiÛáî_sjåçöšm#„BZzSP’÷öþÕÓA!Î Íc<}sêØ~—¶À\`\å^`dí,‘H¸\.çÕ«W%%%ßÎþmÀÑEâRzuò¼Ö«æ}oFˆ’‘„áÝgb2÷±¨ôÙíÔס!E =yºfÍzÿ‘ wÅnÕyHÃf­·ôÊɳÿ€‰‹¯³Hþk×€º±HI{ MíÊ[~`rEe%ÏÎ\yfܽíMÕ«Uµ£“‡C˜ Ì\,¸ê»¨z•rïî‹ü2Zz{Ö3$4…#ô)½~ó6éÜÑŽ]ÃÿMJVæàØôþÕÓí;†Ö57Sìecavðøyø¢ûûkyò–›)/{ÀËœÂ+'wÇLè]þw¤t«üƒ†¦ÂÏÌÊÊ$\¿^Ú?Éw휬_¼ÈÉy”tõŸAßÎëØ¥[Áë§qq!~âÅŸ»|hÉWðìÊ™Içeâ×è_çíîÒÑKSoe©Ožz9™À凎M‚Bþði»àC’+*+ɼœ* ³=>ubÖ}[ï&¬åPý¨>p$ªäÉ@VVú4ýùÖÝ7³]\-ùÊ!IRÁaJð*õ¾Y›–Û¼lÌ ˆ˜y±/[¶Ñ¦ªÏ‰ÐÇCp8`ca«'÷bŒ·<®®Eû‡CWy¯ƒÇÏÓ½Æ-ëÙÕŸ¼(oéоµb/¹ÒÒRý{úwòÝjÓfnݹäì¥ÅTÊqÃüGƼÇÏ …¦†©™…Åe/ožiíê¼dçù†náî~$ÖBôNý¶> â?Vh!)J’›~=õM‰DJalZÇÁɱž)NŸ¿ý=•–Ó2ž¯ë»âw§e<ïìïéæâ¸|ç%psq¼s?U19[’ÂéwžæKÊ.ÏÄÄÄÓÃT䤾jÚ JIÊÎÛ½èT²¬qsEJÒSÒ3s $e”‘‰©O[W£")Š$Å©¿Ì-*®Àܲ¹K#‚#•kC‹”çodC;'GK¾–#€e&š7pØxÚHqä/O<—'´5ô"ϸ±k›&(ËH}’™S )% Mm7ibm·2ów}_ߘà¬Ûu)Ï®±d2)c¤ö9Ùv‡qÒ(²”1‰–ûŽôM¥þFºú¨öZ=¹×¸åqÀTPå½äTj!Y¾ÚÂó›½[ûût 4ʹQ’zñ~fÑ¥´·÷^767¸Âú³K]š7YÞÍ|z¯¸ÐßÈT@.i0!Øâ‡ÃYò–’œ'OÁ.zœ§Èˆä‹ç¯wÇ^}ÙÀùnr2㩞|™±‘^–;}þ cL[ǺyÖ –|ém+4,Kž¿z3ëëíZ:KKË/P¤ìÁjµ‹I©8kEšÉôæõ#‰ÉÅ¥ ew¯§tmÕÂÚ‚OädåŽÛxY\\¤~T–æ&·¯§‡G´ïìli e´ïì…,GëÒ—Œ#ç®g7ŸìkbÞT&¹qúü«ò„§3¦²Ë9?ûµIöS¿îm¦º×³6&r³sÇ_=i›óø®|Ìcú{‡OÛ`)¸sýšHís*펽9¨NšW«f÷˜6ׄ“­å¾#}CŸáÉÑõL‘bm#8ºlÉ{uô·<ŽŽQŒ·<®{ wþ[±b/9™LÆ£¿t”þ]^*ùVMžƒæÍþiæÈžé9Ôïÿ¾ñ÷lãdÿßõ[×RïØ×§ ê4iXÆiß¾½äfÚñm3{Ž^ À’ ùKü½m½?‚)‚oB'$Þ-,ãÔ13íäqÿªûÀ榯ï?\“œ[·‰ÐÐÈ®žúQ½¸s¿]dðŽ&wÏ^K»Î L Fízÿ‚~¢‚¿NgŒ µïÝ·Ý®…×^…ª#d|‹EhÆ5h ¥’l‚gF–ÒíCJ~ߟÄA¼´f}» nav'éÞ‘b['ç¯v+ˆ>pþ‰â˜]œ^=¸ëÒ·«jäñwÛÒ˜S©´;ÆuĪ“ƶ¹øü²­Úí;Ò7ªgx]Þ_}8yö²R°Òy!I’]¼äå6ny\×/y¥S=/”Éd<ÅïW“–ÊäëÌ}G¾–MˆùÓœ/ îÔÑÒÈàÖõë&`](mÛP|9óm+‡f–>&N«Øé¹ÔøKþÁ“ƒ,ä-âbiQa`€k#¡ÝB™5&Kÿ«ÐMáÐ …ç“’éWðó72š:6±²Ðî…$âz¡¬£@àÙÜæyvá•„Ë‚zN—’nÈϓ§ínbÌõÞ.%—™”¥½*u¶vmCìŠO%K£šÀOÛ¯s6|téŽm#{P?ª´ÂÒÙMŒ æèƒNúˆ€Þ¢ÆîÒÂ#ò€Åûï½cCí Œë’²BsC†2>•þø©7Èdâƒ{“lš4~žr·<áöä’ ø‚ì·¥Ñ.&àÖ¾¹Û»^]ÜM.¤¿q_>æí[_}ôx:Säñ Zæ|Yqwçƒê¤]ý/™qsñ— µÜw¤o”Î  °XÊ ‡C6ò^lÁŠíò^r$IV¨…J§V&š5ï‘¶¹OS'ç§7/Kx&·ï=¨kjü¸Ôª®cãRCÁ­”›§·îã„RG¤Ïde…Ëþ-\àï#o¹—öjÕ‚Ž ˆ]{/Þy#=4 € dÅåp *ã¾ÿœP…É¢ Ô`ÌIì]]Ö¬<~¥•­C]³–Þn=|m¿œwѹ™ãœM t€“cÃÇéo¢mùðÕØò ‚¡¶Äú§@oCÿ=I)@í¨8À»ç³BÈ‹2 @,#lßšá}Â9›ÈÒÒ¯ò ›¦M, Ÿ¿kO‘Rž–N•ogǶ³%$€ޤ´NcÁ]…<$IQ,‘Zæ”G*íŽ<³â¤±mÎÉ©¾–ûŽôOùo»dìŸ'Ni ½d22éÚ ¥k„ôµÃömZq¹„b/9Š¢ÅZH©à×mÆ14É.(¶tnçÐÔÁÉ·{¾}§²f]º•ñL9Q§¡g§È¥ª‘¾‘U ÿ·˜x_–§Œ04ä5iÖ¬>¯¼NÔá·Å$ jg×=ÔWñ¸4äÀ«Rúy6©g\œûæ-°`Kò0ýÕ¬¾.Dé“ÌÜgÅ2‚gLQ¥‚:fbŽ)ýcD¾±tmcBpž]¾¶hÛ…EÛÏ/Û“ž=ë—ØžRsµnf¾ÞîÏ3Ò4ŽÊÖ”÷Ç L qêâyé· Ìê Æ2Né”WR¾¥­“kc #Åvx÷œm$2üín1ôðoXOhdm-òéà:¨‘ôia©R0[¤ö9…À@uÒØ’hÜw¤·Tß#MºvCþ£´Š 8J½ á¸åqòË«'÷’w—÷¢žM¾2†ñýú7¢—½îÑ#´‰Ì–‚îu,x"0QÕ¤I£ô‡‰Ý;Ç@µ#ÒWœÆ¦EË®Î÷п;4²Z{oN¸sx¨ÇÕoÜ×oìƬÖì¹· ¯Kp¯¶I—oXÒñ$EÙÛˆV~:5Àîë¾ÄoŸ ˆ~À¶1¶$œÒb‰©Eß&B#¢0¯ îÀ¿uÚ“eV§üsEÏn?éþ£%œ<•–"h âržÞM~ÞÛÁÆ®u]ÈHÚyfw϶]Ü~prÌ~{àDi=M£²ptüwûÛ>킼[ ²»7¬Ù÷ÊÉÙþÎgÀ„m„ŒÁf¦ÆÀô ¥[DMš=Ø¿%¿upK»ÑýìKÅ’§™Ùg2Ë̉ŠÁl‘ÚçöŽ×þ:³;¬Â¤µpaNbH‰µßw¤W”Þ#eûX༻^¨òÎê¸åq­Z¶ ”’È{ÉQÅIMM-**š´lÏ€!£3^åAEÏ$½M;Ý/ÄûÉ£õí¹¹»s MÁÐøÖûR©ÔÕÅiƜŠ\:9¶ ¤÷®]¿m<Ü  ãAJ®Tþ«äÍ‹”g9R’SDzù&ó­Œ*oÏ™’‘-% ¡¥M^v¦<Þ¾ÌHË*(•QOèÑ¢‘R~Åe¶$©))EÅâ2’âð-mÚY+ 8óÎW¥¤­«[ùGî(êÎÍ;ŠãÖÒÕJ_<ËÌÉ/.•‘†FÆ-\šj3*Š”~æì% YY—kàÝo> „BÌĘoÀ#Nþ½ÏÎÅ[$4cŒÉËûìþ¥®=ú”–‘Å%’*÷Iѵ°Â{¤”Ê{õš´”•JKŠÞxuêšvãäíû×{\¿y·žs€}«®™.™ë©öB!„ª ¨XlldqêØ~æ« !‘–•ˆ¥ÒK‘æë…6MÛÒ«lšz]¹urì„(ðôñ")ª¾S¶^!„P•H,„¦a_|ì$¥eEïÎíhUë%ÿ“o ç…Š ÍüÆhŒBUMN럎«Q…^NÅZèR'›þ&o„BH¸ÔÉÅóÂCK¾ÊÍÉfG!„>+™ÏžnÞ”šïÞ‚B}Þ°"„ÒwX Bé;¬…!„ôÖB„Búk!B!}Wá³öé›k_ìO¸—ñRù[éõApìê #:5oãÄzŸ)„>WX ‘þºÿ$û_÷jãØÑŠKèû{$2’|ù*gËád²[I;wMá}V°"ýõç‰[­[¹‹Ì-‹%$ë½³õ‡@dÞ¶u˃‰±"}S‰ZøêÕË” ò5¢jÃápêMœ'¿Ñû"+ÏÅ]PX"Ó®GøÆ‚—ÙùÏýä›Nü:5˜ÊªÕƒ¯2ù^׫g£)@ûZ˜›“sïöí6íÛ[Y×%ôþݤC’dvÖëkIWH’lçÕ'¿ºÐKœ?õòÉŠÄ3 åîáñÉ6:øuj0•U«_eïö:É€g`ai©)\ëZxïÎíænn|>¿P?þO¡;ø|~s·îßÃɯ^|>ŸÇ…czh Ô;§ÿ¦#›Nü:5˜ÊªÕƒ¯2>ŸßÜÍíÞÝÛ¾þšbµ®………u¼OÓ'QG (.*ÂɯvP…«„žMQ5D§~LeÕêÁWY ° @S€öµ¢(‡£oó¨#è™Çɯv<(’ĉUÂÓ¥Z¨S¿N ¦²jõà«Lû²¥m-¼¬òiáüW;—íž*úƒÇåèÚÁ¦SãÑ©ÁTV­üGU™Zˆ/ŸÎµã@’ ÿS622‹KTUj§[ÜÝÝdŤÕÔMnkZˆÐkæ™çuë?±DSì' Sç…4N ¦²jõà?ªJÔB'ñ“Âù¯v\–ÓB¥Fù¯ªÁW®\€¸ö;èÙnÅUÒRÒЀáö¾Ûÿ¸ HÈåh|HÙ2|T\;Øtj<:5˜ÊªÕƒÿ¨*ñ4£˜4±w éЭÿÎëÙŒ1j¬üy•|98¤‡šÈíÈœ!¾]BÂû/Òøi0οN~ùBz‡ôï÷“¦ðª¨Æaó’¤T~€ñW¥vÅ–z^ĹÿÐËÆÆÆ{f ðõñ°3E’Ÿü]¨¯——g«Ö¿žE‘dd€O1Iuíàu•"IÕè€ãK¾ êèíÔ¤ÅO‡žÐ¥oïNø²“[›öžíÛöû)™-ùéE‘Íš¹{yµï2(^uß)’äÌ›jc5R|X•¨;ø?ΑVÙÁ¼¾òGß.ÝCzt êþãoUh{5b›Iùòã}úîN¥—¯Ç®ú¢[·à]ºE¬ˆ½ÁØ18¤GpHp§à»oä¨h‰ñY\sÅ^Ó*¨Äy!ÅòFóÑ#q{{³ßÐÙý“Ö0ưùõ×Õ~G/=Ƕ‰jÄöí)^¸tï¾@‹+%Ÿä¿êÀ2ÿ:8ùôhÕ•SQ5›ÇŠŒÏ¥FJe¡Âª‡Gg™Ù ¯=ê1ëÂ"ØÔÙ¡åŠ+[[¦ï³ï4ypÚÖígÎÇšš]¾ü/Ý÷÷ð/”4f 9MŽŸÒ4?õ·&GÏíy~ÿ¢ÇÃÐ-·w@nf1[ò¯£÷yõÆÙ˜Wòº„qßy\æîC¦Z=i)©ø°ªRsð« ¨š* füˆEö%öv)¹ÿ@¬f0Õ8ΪQÿÈ_sTl}Š$ŸŸ7hÝÛýû9Ô1,}ûxzï~s,Ìë¨ü¡uú!xôkÀШ/“Ö)®Òþu’íY¬Í\i¿*‘…­äÒ ¢æ_‹óÎÒËMäòe‡¦N ë¦÷ëÓÛÏ»ëòÏ(Š:ñÝ@ ëÙ£gÕÈ>_ôîèÛ}ÅÉÌ“k¦}Ùç Ÿ]VžzNH ïLÑ£g¯.Ýû﹓KUäÐÔéÈâQ½z†øIxU,o<3.ü‹ð±‡ÒU»ëQBRýÃ{ _r‹-¿ú ÓRUZœòÓ¨¯ƒÃB{ô¹ò[ò‹«'øúwëѳçW.RLç_'_uœoŸólýÅÝ")EQ±º|õëlITçJu_؆]’}黈îÝ{ôŠ•˜]"ï¢úˆ(âŠá¼ˆ‚Ч‹ò_Aå4<½:xvðúnã›ßODË—…;ÑË ¯eoæéÕ!¨ß23ÎÕißG …†J»CÿðŽê\ÉYGãí¢ŸS.ÍýV¶M«od<Òjf0÷JÊZð)Š¢8†Î.ºQõxÕRÍ‹IeŸ†ø2R&ÉÜ\è(4¤(jSÔÁá›gÛ›PÅ3µŸ³yèþ¿±u´j3\¢ðú#TçÛ?‡‡Äܤ#‹^þåæ5Rx¿:ûMpÇn=#FÆü#O®ñÕX›½ÖFeÎ Y’Òíéç~1­ÛK£,_þÇá»]£š¦ïòê3óÇ.ÿë²ápr9wH#<ÖpÈÞýN…é¶ ‰èóóÎÝcìóSwx5sÂ[`÷°o›Ï>¼¤…ùÛgG½¿\Ø÷Òr¨èd«©§7yrtÒ—ÃþH:<‚n<åöéŽðÇW~JÝÙû·ÂHØò«É@(í ì68µó²Së:@Þ˶äc×Û›|Ëш'ΫŸgÆFšü={Ñ uüð׆ ›î;¦4lýî¡9‹S:&®hÃ6 ªs*ûÂ6ìß7½ëXh“´¿ì7x[Òáïè.ªˆ"8”Õ5 žJdø\I2ƒºòÕàË—.©´%¯%mä={o;Çj/Úw{è÷ÅfÐ¤ÇÆ3[ªö¥d%Ó¿ }-Òbñ…»Ïö™ •Ye>B€å±`l”?§ â)Q?9Õ# jj0VŽ­{;¶îÙ§›‡WŠúR©¬z@jz1©ÄÓ°Ê/#E%ýõA}õËÏ{Yÿ™Y8²a: 0ó/cË0Õ¾û÷½ÿïÛ4*Ís߉-‡/¿ÞLâ‹£[óèF5ñ_µÙkmT×õBNÀ¨uN[u'—¢(¯:†ûŸR•qf©¼£bù²9x-•)52F*.in17ö6½œ~ã U,KxFQÔÓ3Ëöƒ•ú²u¯Þùò¸V–³þ¸J/Óï“0ô%%s¡•_÷±Óf¼}O1aœÝœ|Jű¹Csz®ØúÛðEƒffKeKÕ¹bÜÆaµ,-З š QZK± ŒÇrøÖiµfߙ䤯$];»oµ‡ÀnWý"GƯvTl4¨ÓrÝs×/'^¾òßÞ_Â?F€|™gâ¼r÷©›I—/íœÙ’±/‡+Œ;sñßÄ‹W¯_ýet;`Âøw¤ õLO@âê˜;ÆFÕ#­fó÷¥G$EQU˜vÉÀ¤ݨz<3N—ö/&z}ØËHá³­oGóÞ­:»ÇÿFÇ<~+¥(Jú6mјías3vTÓÈ8Ïõ¢Þ&Æü³èx‡©Ý•º ³ÐVÆé¥êöTq+Úíµ6ªá¼°¼0žÜ{ÒúŽÎ˜;Ðwƒ¿Ü]ÏÚ¡ã€ýòŽŠèåŸúzöè+26ŽÝý‡b€j¤âr¿kLšºGƇÒú­Ç®uo$/ï·1#§Ô:zÓ,ÕœlÝ«1@¾Ü{í†‡Óæ,1å]§…«Æ:«ö¥dâ¥ãFäH¡¬DÒçÇ_4Ì3c£.M~Dß~ô—'Úóׯ—ç—/¼ÝöÔ¾öFDûŸ{ÅžûÏá…!ŒITçŠq_‡=`cÌ”qc¿XoPjh·bóûB3 ßÒúÙ¢' ¸Ì_[¥qVå˪O@Òê„q<ÚiP#ƒ¹º+zmtß$¤hÚê%lÏ}`š.í_LÔ÷úÀ—‘”ÿýÓfÌ&ùZ›ŽQësÖÌøºŸ”gPZfÐeèšüë©öUœ0Î3ah;Õ¹döM8ÝÆJiæ¿Z¿pÜwÃÃ7Y5é0à˜6ó£å^kƒ“ššZTT´yú_×®ÏÍÉf‹;v$®¥Gk¶µ:¥¥G››×¯iŠªen^O®-ó_‹œM¼6bÈÀÒÒRMúeÛŸ{|ÚhŠbUíOÀ9øuj0ŸœšÁOì<õøÉïÞŠüœÜ¼žÖ‹mmæ³§›7m ï] ç…:¨ U{ŸåN}Z¼òïÁ‰­€ÇýÐ9ùÀîª>$á‡ôeTí kÛà>}JÍZ}ðÖÂë×þ«-C­”Ïr§>-úCº ªÐoxϦñ¬rBŒ.¨Õƒÿ¨>ÃZø¹Âù¯v<.0}¼Pß}øyaµÓ©ñèÔ`*«Vþ£ÂZXkàüW;…ý½3š¢j”NG§SYµzðÖÂZçÕ];Øtj<:5˜ÊªÕƒÿ¨*Q ïݹ­)}D8ÿƒT*Ñ¢tí`Ó©ñèÔ`*«V¾R8Ž@(læä¬æHU¢~=x˜¦„jÆÏËë3|¦£Ï@Iqñ“´Ô;·ny´1™[h ¯L-|Õ@HàÓ},­¬ÝÜÝïݽëíë§)¶2ßÁ†BÕ|>ßÔÌ,?ï¦@¬…!„>KAp8ÚþQ4ÖB„Búk!B!}‡µ!„¾ÃZˆBHßa-D!¤ï°"„Òw5Q Bý#²jàÑñ‹mI¬w VŒÿðEŠñ•íËF)ÏâÅÑ‹G«‰G!¤›*÷½3bëÖ-ÙwöN]ñÏ”¾£§ïÕþmݺESˆV”òÄ,YQQ3XÂB騚8/¤õíÓg䬭 Î?O·¥¯žøµ»cCs‹ºÍÛw_và®j¯Ìøé^®õ¬,DV Ú~¹ç^žâÚCó7±±næ‘]¢}ÎaÆ6œ^¦ÏíöÎîdWϦ‰Ç‚#t{IVBïΖõš|ýSÛy¤RÅ„ô2Û`è˜ýó†4µ­kçÔaÉ‘‡«Æõnlcmçìµìd&“¼ez{W‘мnCGŸ®½!„ÐGSsµ0''çÁ…ßÀÜiÝ;¸ËO[ÿnÐ}èâÅóº7~º`HÇ-™o•z˜40jòÒeKçN–u#~|x”âÚÕbÏi#Ú½ºzhÄVísªZúÌiÆäˆâ7O~;Žnù-bø©{¯Z›ê#Y­¾/M~ޏuëù²úÁD?m6sZDÁ«û‹¾öÚþ¶Íܨ/ ^>X:¢|}§mJ+löËÆM+çOöuàB¡†“ššZTT´yú_×®ÏÍa½’wìHÜ׃‡UíK{Oª …îGoÆ{ŠøÐÔÊâu)©ÙvQâ™ï]éø‚ü<H‰]0pæ¦û/ Ë#8yYòœ²r­9Ù"+'ÂÀ:/û‘–9U—“_å8Jæõˆ‚ü\°·´È)#fåÖ…W"ëæòxEŠyTMƒùïev3¾Dhn W^d»˜"¡ùn#Üìö¾äu ëÞ¬©Kçˆ!]ÜÌ!„Peä'œŠWsÛ¦ÌgO7oÚÞ»z®¾xžyÿîݼ¼7лo?ƘCc¯þ5÷­ï&Æ]ÿß—@ßS|Î{ÚšÒ1fì”zõ»ê±X6uõv߆‚‰ýû<—VXÍú»æ¨÷ šrªr4â@yé¢oxÎáÈW…úÁ8óä×k]LxP¾íòl¸r1dïÑ›û-fㆸœÌ3PÑØ=€BzŒÃሄ"gW×ú l5ÅjP µ0;ëõÍÉîîÆ&&EåæäXXZª†véäßöØQç¤ý#ÿXòْІC¥o\whæàNÜâ¬kg= \yÄQ ØËà€X\xçÌîÇb™RÎȹ#ˆÃ`Þ|Ý¢MNmLt5º‘9wc¸l¿¦ØrøÜ ‰lé¶]N–Ž_„µ‡L¿ñkºúz´hÝîÅÑØäÌ—ªAª!¤? ÅÉÕ¤ËVÖu5…«S µðö­[­<ÚñMÌêðx‡-’Ã3ß¼²‹Ç·Gç|½ù›³¿Øz&zÖäß™0r§‘Ðʹeû¯[)ßqñ¯5ãúLÞ°vöÌ®Cú ãÏçW¸ ùhÞ…ñë¯Ôuظ¯üî£ÚäÔÆð}¿ y~sŒåÈh€$·Ž¦°iJïA¿^øÃ(«/éZø!ƒ1|™´|ÎŽ¬©¹ó˜›UÿÃBzEdaáÕÁûzrr§ÎtzP × îÛØÅ¬Ž™êÚZª$çÀŽS†n¶‚{'–ÿ¸ê¬•ÇüÇgÐÔ !„Pâp€g`¸÷¯?¿èó¥êÚ½^HQE‘<^5¤Òdé›­ ?|šM˜Zù†\ºv´¦!„jEÇÓò&…jT[SóÖhmdj3ìß[Ã4E!„úÔÜç B!Ý„µ!„¾ÃZˆBHßa-D!¤ï°"„ÒwX Bé;¬…!„ôÖB„Bú®Fkáµ9¾íL¢—Sw…-È( Èb+Ëä·¥PñOê-^­e£FÚo”͇gøpŠûîãë§&òc¨Â È»Tv´ŸpO囫ڑÆHË]PÜbf»º,~s¼_7Ÿ¾¾­ZtXp MS8BµCÖBûA3¤—ÿ[Ÿò…oýóB(z±å­Y÷Öf•û:Ó˜%K´lÔŠûžxñ‚šÈ!­xGÆjQÙÑÖÌž2’o®4-wá·ÈؽJ&5ný±/^L<9÷ç14#T;Ôh-6š {ý?úö¶kÓ æzÛÿ2ÆY{އ\1¦{P€›S›ùG2è–Ôí;u ôóñöð Ýq#þî >¾~¾þå•K²ÎõlçåãÝ&pàÙ¬¨¨øe|//·öþΉ“7ªéòx˜çÔÿ ëÚ·¡eJILr¶Ý“]¦:liáÍÑá¾þþm=ƒwÜÌ¥B‘j¤œ@(Ú?s`€Ÿ—«×'_Óª» K†¹ºµõõ÷ –*û.?o`Ü\Ñ‹==Ý<ý;Gþ§z†Á8 ¡(vΠNþ‘»ßŸ 0ΡbBÅa¨î—jXYñƒÉ»yxùúøx\p´xè?dO'Vã*cPó@¸»´[ø÷Ó£ËÆt êèÒ¬õ¢cÏs‚ÚM«ðZoŒÝMÆ^jR™û; €”æsc@è³P ÷©8»' 0HË[MonGü}g¶è¼Kð«‡'š:ÝM¿:ú÷ÿ,»¸Ë¿>„¢Á;®®îå˜ÿxkÓÀCYé‡@ü*˨ž5ä§Ä:‡œ~ùhÉx¯yyãÏ>·§œÜÒÛ1eÿ°.ËÝŸ$NTŒ\åãpkÊÉ-½íÖvØ~º—š.%Ùûý®<¿s~ˆGŒ¬ÌöÇ„õÍ‹l¿y‘yžÃ2ìÍ]Ê–^ÝÚ²0}³ c/S6K¤œ@(úò÷«[z;¦´¬å“ÄñÀ²û,Ìã3³œŒy%Y%ÆÖÆPqßåËŒ›[ÙÁþþÌÓ›zÚ§ü¶õà½JÓÈ8 ¡¨ßÖË¿õqVŒdœC¶a¨î—âZzaKˆË¡àMqã;@nf±…­‰Æ‡þCö”-¹úHu7ÙèÈÿ%®pͼ¹qû˜o¶þ³&¼Ù›œºÏJ?À–S›M³E2ƒ­»üÑdì¥>½8ÝÓwDÈ– SBŸ”±‰ÉÎí¿3ÞF^ûûTÔt-LúÑk¼pã.¯yƒÓŸÝ<Ø¡åÁ”kê×[ó𹟡èÅ›7¦@&Ö-ÈÏ€¬wŒ»9-OfÀåܾó° ï5hQ í--®¼Ì¶6 ÈÒ׿6žù9O#׊¬œè^j»Pþvv¦füäî:ûp߈%!§~ÜÝaBçGñ½eØV6ήtç×Y¹)ï²EÊ „¢Ôì\k‚,Ͳ°é—“ ,»àx¡qxdh·ˆ>Ý, `¯ª›³·´Hz™me@¥Y"«fJÓÈ8 ¡èIÎ ^…o`gœC¶a¨î—j]±·´¸ð"ËÖ+߄ƇþCö”-¹úHu75<ДT ª«°\_MNm6ÍÉ8 ¶îòG“±—úT0ÚÕÎlÉùe=í¡O­ZjaµÝ§BKŽ#:d|uüöz®·€QŽ’µ·¶fò}èBH3%è\.@ùìöyäæ ú!¯êï¡Á¸Vµ‘3ÉÕlñs§ŒFlqþö”GÆ7šŸ"_­:lEí9}ÖŽÿþ•-R=ÆÝ_tævÒ©cÇâÖ´^q"#i¥šîŒ›Óî®"¢” aEïW$@‘EìñÚªÔC_Ù=eK^ÙHÃÍ1¬¸¬.§ö›Öþxc$4{iLµ+óm6Bô©Ñë… tøQübý/·Èïê›@«ÑÍ6Ì[iÙJÃÝ3%2‡F"HÞñþ†º–<â¥TùÊ¿bãxgÑŒcév4Jä4^)r‚³(Š^{d†¼Q}—Öã››òC“È`‚g1œ?/.c”o]`7ÃÃzü¶kôrê)j"•êèL‘sùvŸ’ÜÍáxv˜¹dEAZùµ:Æ aô}SᬓOàÉ?³UתŸEŒs âïH+€ÇG£ƒU÷KÕl¯ºc6$ÒËož—@ezFê÷”1¹–ÇPµº²4îµúa°ugì¥q6oÝ¢UÉE¨–¨éZÈ5j<À¢ô®ð;3.êù |uê¥Ûîê{ýù—§@§µ/ÉØÁGñog”GÜZ¸²¯—wߟßn¥”óÛý›^.ìáé8'ùýé³ú.õ|F½¹þ´GÿÆÚ¿QÕ*ÔÂØ ?¸ÏæØ$¾¼ÚOß¡ü.›Ë3ü¼z,z¹yùß©î>EŠ£úuñöõëàóõ»èFÆ a4jÿºŒ9!žþ³þ äp…JkÕO‚"Æ9\½vܪ`¿Ž»ÅÜ U VÝ/Uƒb5Mœ×ÊÓÇ××çûÿ¥@ezFê÷”1¹–ÇPµº²4îµúa°ugì¥qV®üYµ¡Ú«¦¯"õ/‚V;²ì ðÌ €ggfuO<»9_SU3û¥ªæ÷!TÃjåõB¤ гötíû‡‚Í/þÐ^‹éÏž"„>ÖBÝR3'OfõG^º8RSTuª™ýRUó{Šªjúz!B!¤k°"„ÒwX Bé;¬…!„ôÖB„Búk!B!}‡µ!„¾ÃZˆBHßa-D!¤ï°"„ÒwX Bé;¬…!„ôÖB„Búk!B!}‡µ!„¾ÃZˆBHßéĽ|%±D"ÑPSB!Ti:R %7®'Ÿ?w–-€ _ÿŽ!¡=ß°Å „BU£µ.^8?wA4ŸÏg\+‹çÏÚ£ãZPÔ¢E  dÅ2óñë¶mkÅFGäçUm­"í#Bé>]©…$I²Bà‘$ɶ/^€œä_\#&MÛ¡&!„RòYýíŒE«oKÞœ¤—¥…7G‡úúû·õ Þq3W)2uûÄNý|¼=¼BwÜx¿vÿÌ~^®^_œ|Y¬M9PtrŘ €w—v ÿ~ztÙ˜nA]šµ^t왚üà¾[ƒÆzl•QÒ†fïm×T1ò¯èÈ^ž– ,šuŸpLÞryfÀÒÔWÒz›ãVÑ-êóhOû<«×Ž öÛbkãÜ}À6 HqT¿¯¥PZ$²`[G„BUó9ÔBÅúÙu]÷ì€A÷µαE¶±êîˆòÆ­QyŠk#*vQŸ‡±…qYcùr£°YÉa³èåÍÓò€Ã:sB}ºò)A±˜m­D,ær5_±C!„ª@WÎ }ý;.˜7[&“1®år¹¾þE1®E!„>„NÔB@Ú“í+ÖhEI¥š¿¿!„ª,¨…€_ºBèSÑ•ë…!„Ч‚µ!„¾ÃZˆBHßa-D!¤ï°"„ÒwX Bé;¬…!„ôN|¾P"K$š?G/5… „B•¦#µPrãzòùsgÙ‚ðõïÚ?’B¨ÚéD-€‹ÎÏ]Íçó×JÄâùsg±}I›@(jÑ¢P²b™ùøuÛ‡¶µb £#Uo1¡åZEÚG*Y¼8:*j½ìãë—xï>BŸž®\/$I’­ßȈ$I¶µxñBbâ¥SºOï;QMØ'³d‰| !Bé]©…Õ¢շ%oNÒËÒ›£Ã}ýýÛz︙«™º}b§N~>Þ^¡;n¼_»æÀ?/W¯/N¾,Ö&c²â“vóðòõññ¸àæßýCÀÇ×Ï׿3„":¬$ë\ÿÀv^>ÞmžÍ*¡BÑÉcº¸9µ™$ƒnLX2ÌÕ­­¯¿_ð°@!TMtå=Òj‘vj‘Yý~ôò¶ˆ¾-—^ZßÚ²0}³ i‘)›#m»G% ²€ü”XçY‘ÖÑí·[pv‘cêáA›Ÿ$Ž×˜G}Âm}Âoº¾³#äf[Ø¡HõtpCøÓ)'/÷vLÙ?¬Kø†'‰å§¶qÍ&?å˜ÿxkÓÀqsÂÀ %â3³œŒy%ïJ&B¡÷™ÔB_¿²âWÒÅ«ÿ»M·D'gÛ|¾Ìåó¹Â´ Þœ–'3àrг”ט0{°‹ÉÑ`¼Æ<ê.¼òúÂ!_:ÀÂÖ„­ï¯ò®„Ù€CϘ7ßz”ט0: –äM¡[¾q·1rjdh·ˆ>ÝŒÙÒ!„ª¤Ï¤&^¼@[:nÔ†A'¦€Œ¢öœ>kÇç2Æì;)òÈÍA6di–Ȫc M}9íªÅQüÅ” å”ßâxÑ™ÛI§Ž‹[ÓzʼnŒ¤•*ÝBUÅçt½žÛâÁÊy×s`†‡õøm×è©ÿ¥(…fJdD¼ãÅö¨cévt¦Èy<Ý¢>cÂÙ^uÇlH¤—ßüà¾[ƒÆzl•QÒ†fïm×T1ò¯èÈ^ž– ,šuŸpLÞryfÀÒÔWÒz›ãVÑ-êó¨O8(öÐac[ýQlfMB7þ9Óýס|,LM.ž?-ï;òàÖ!ýúzÅJ ›lŘ(RÕ¯Çk)”‰‡,ØÅ†B¨²>‡Z¨øQ?»®ëžÝ0¨ã¾öÀ9¶ÈV#VÝQÞ¸5*OqmDÅ.êóÈ1&ä™8¯Ø¯Ösùžï–åIŒëvÚp*RܽÌá Áa „PõÓ•÷H ‚ˆÅlk%b1—«áŠB!T5ºr^èëßqÁ¼Ù2™Œq-—Ëõõ (Šq-B!ô!t¢ ÂОl_±F£(J*ÕüýÝ!„PeéD-üÒm„BŸŠ®\/D!„>¬…!„ôÖB„Búk!B!}‡µ!„¾Ó•¿#­‚·Å’ø¤ÔÙ…¤¾~îàpê[ÕéâéhfÌzd„BÕâZxæZš•°S{'.¡§g·2’¼÷øUÂÕ´0?M±!„XéD-”HĉæÏÑ BÅ_Ÿ½Ê÷kÝ”àúzZ‡p±¯·ëŸgšB©£#µPrãzòùsgÙ‚ðõïÚSñ#ù$E‡}­„@½}‹!„ª‹NÔB¸xáüÜÑ|¾òu¯¼¼¼ƒèßþÜYª_ÒFWFõ-›»º%+–™Zõû×­­€E£ú–/rª¶V‘ö‘ê˜9ÿdš©!±öÈé±aŸ:Õ—!„–t¥’$©Z322˜––æääD’Ê·À…wµþ‰?¹7õ0iàmª‘ª]ª°V‘ö‘ -% .jþ°ñØ¥'¯E<þ‰?'ÏY©ä!„>îþÕI~~~ÿþýÓÒÒfÏžíããÃEAù{¤eÞb¸8/ž^–¾½1ù« nBwßÎQŠLûëÇž!A¡A¾Âvßz¿öȼ¯Ãºz{wŠHxU¤MùOã–ª}7°Œ[8¤gp§Ñû‹³ÏõìäúõÅìbêûž‹Iªp§à.ƒ»tlÜÀR)9ã¦/®áÝÎ3¤[Ç/G'(Ä#„ª:]9/¤™ššÒË .LOOŸ1cƨQì·z¯x"•~&ÆÔæKzy×€þÍž_ÖÒòíÓíÃfô»±Q1²~çéqý­ àñ>¯ˆ9ý®¯¡×o=ïðÇ´ÃßE Ü’?NcEª} ¾ÅŒ¸™N°¾Kˆñøc'z:>Žû¶ÏW›’ãǯŽ;uØÖêØÉò«¤Ml­”v‡qÓ£~>xàÁ Gcž8»OB¨ZèP-ܱcÇš5kbcc6lxéÒ¥;w|ÿý÷jºÈkAp×YÉ딌’è³7éÆU7³­'EìS"WI/¤Ÿ>rkz~Ë)É~DAy-œlO4 ^”ÿ½ã4æQ¤ÚæöhFGn~”w<Øžh²(oœãUó(%gÜt?7‹ñã§÷ëÖµGxWüP!BU ª…ðìÙ³>}úÄÆÆÎ;—ÏçGGG«'Éòòñ÷ñòÔ²^Q6~y`2”QÔæ¸S ø\¥Hzaä7S¿Üs­Ÿ{=²4«™ƒ«|-ER$IÑ¿ÒÿªÏ£Hµ/ˆ÷ËïXó(52nzúáää³ÇO]¸údò™e€BèƒéÐõÂÈÈȘ˜˜ÌÌLooïÛ·o÷ïß¿qãÆš:Q Ø8ÜåòhÕò[ÙÔxw«Y]£ž$§(]Š{!•5¶P·wMT̳8>€Ê89GØô{ºQ}…†¾Šaß6-*˜-tdPÙ¦MS⇹Ð&0|Âü%oÓ(Ä#„ª:Ý:/ŒŒŒ€éÓ§€šË„rÊxI˜FÿÚ;dÔÒI– øs÷½Qã;ïñ)©mû¨ÍŽŠ‘æ|=*ÈÏÜÆÜ!h2ÀqyžÎIsÂW=Î.­·bçrºQ}Eª}Ã"ÿÜ8~hÿà•†¥†Wÿõ-㟌*5ªnš’I é•-…²bÉW3wàõB„ªºU á]9kßÂÝýÊ¿—ÚyzÙÔoÀãUCB„BH=Š¢dee™OÓ¯þ—Ô¶§¦p ª¡tYY×mÙÊãÖõäó gªå}[„BH#‡#‰Zµjme]WS¬ÕP  ~Ûú l5E!„Bº¨®"„BµÖB„Búk!B!}‡µ!„¾ÃZˆBHßa-D!¤ï°"„ÒwX Bé;¬…!„ôÖB„Búk!B!}‡µ!„¾ÃZˆBHßÕP-ÌO[*ŠB‘bÐ}ÕÇ,^½xq´úª% B¡Ú¥zîÙ¤ÑåÙ€!þ6Ÿš½£)^ÉÖ­[4…@Ì’%5CS :Õ’!„PíRç…”,ò‰LÃ:^[ºØIòN­J/ Û“·Loïê š×mèèÓµ·šÆaÆ6\M€ü¬Qñ 23~º—‡k=+ ‘Uƒ6_î¹—§³wþp'»z6M<ÉP“„qs!„>'5q^øúêŒ'™ó7óý¿;'WÿþÓï }§mÊ7nÿËÆÜ’ìÿž¥ƒ1lݺ….–Šg&ŒšlÎ'ß¼~²bÉÚñáQý®“¯]úÌiÆäˆñ?ýõëØq³Ã±%Ñ8„Bµ]Mœzz  jÄç>=6¥PF@`=“ÒâGŽÅß}&îþÃz:˜±Qc@ß>}ä òå‚çÙ;þiÜ„És¯É—QE¯÷*æÙõëä¡?¬IÞy5I4Ž!„PmW=ç…/žgÞ¿{7/ï ôîÛOqUYIÊÌÙ°¬‹÷²ò¶Ô™×³mk½áÊŽGo>|tî·˜âr2Ïc£"r}Ç®z,–M]½Ý·¡`bÿ>Å¥Šk¸Æ@2v§iÜÜØ=ŒB}TG$9»ºÖo`«)Vƒj¨…ÙY¯oÞHvw÷061¡(*7'ÇÂÒR¾6ãè”·$Õtð’ùÝì@’?tìÿŽN;ñkü×ýƯéêëÑ¢u»Gc“3_ÒñŒŠØñ¹ÙÒm»œ,¿k†ÄâÂ;gv?ËTS©RM¢q<Aª!„>6CCC±Dr5鲕u]MáêTC-¼}ëV+¶FF|³:<‡Sá¯Dÿ7÷* ™60̶ÕeÁ¤i×f¤‰û¾LZ>gGVÔÜÎyÌŠÍtî,[A¾þCB{¾-,`‹A!„ªF'j!\¼p~î‚h>Ÿ¯Ôž——wðàÁýûÏŸ;+´G/ƾ¡¨E‹ô2_à}æØ2Æ05B‘ÒÍ›>_¿Ä‹`ñâ訨šÂ+„}’qªÒräJªÖ !„j€®\/$IRµfdd„……Íœ9óêµk$I2v¤%^¼@ÿT¡Ö0y‰Y²D}$M˰jÇV¡ªCªZ/„ªºR Uåçç÷ïß?--möìÙ>>>šÂ•%,æêÖÖ×ß/xXÝRVü`òÀn^¾>>ÞÜTíBÉ — öì='–ÞèëïßÖ3xÇÍ\¸³ª³ç”ËtdaÆúÍTì[ü2¾——[{ÿNçÄ „"ºQ¾ ¸L/üÝ?||ý|ý;ÓhiJaprŘîAnNmæÉ [T‡ª(uûÄNý|¼=¼BwÜ(_«º9Õù€•V) ‰1¿@(R§êŽ „îЕ÷HiEEE¦¦¦ôòÂ… ÓÓÓg̘1jÔ(õ½ÀÇ×^4œñÏ®0hÉøÌ,'c^IV ½j[Ÿð‡Á›®ïì¹™ÅJdÒÌé½»„n80Ö¶Eôm¹ôÒúÖ–…éû›M‹LÙìôí¯¯œ¿+Œ¹X‡ËI˜²ÎoÉÅî›"¾³ž~2®·ã£}Ã*¬`Ñc×QŠäç^ª£e €¸f“ŽŸr̼µià¸9a‡€i¨Šl»G% ²€ü”XçY‘Ö1nŽmª«”†Ä˜TÆ©º#!¤;t¨îرcÍš5±±± 6¼téÒÎ;¾ÿþ{Mý˜ÞÐûÆÝbÄÈ©‘¡Ý"út3€…W^_8äK¯µ°5QŠîïc=éèÆ~nô¯ÑÉÙ6߇ï3" L[,o—?ñâËž’‰ç9‰4Tìþ˃¼+aöàØ+`?T’êhÙÄ„9€Ða°$o Ý¢:TE…iÿ ¼9-OfÀåg=XL›S3õccÌLãD!¥[ï‘>{ö¬OŸ>sçÎåóùÑÑÑšz°ZtæöòH¿ç×´ö™¬) ´³[ü‘%ï.JÊ(jÏé³ô5È”‡wéÆî«FŸ˜¸-mï8³¿Ô5`›:Ž|‰ óQdKp9íGkJÐù¹2º…q¨rûN ‹Ù“ôïÅ €’Òª›S3õccÌLãD!¥Cµ0222&&&33ÓÛÛûöíÛýû÷oܸ±¦N,(ÉÝŽg׈™KV¤ÅÑm³½êŽÙH/¿y®üN`¿è£3žòŽ\VLR0ÃÃzü¶kôªÔÿRèA“ï{¾]óíŒËÓy)uŸà,Š:–iGÞÿ©d€ˆ¿#­–<⥔`-C Æ¡ÊeJdD¼ã‡ò&ÕÍ©Ó*Å!1äg¡qGBèSÑ¡÷H 22¦OŸÚ\&”“_/äò,ÏŸ=D‘â¨~=^K¡´H à¨NãtÑW)I5?;‚BŸ '55µ¨¨hó†u¿®]Ÿ›“ÍwìHÜ׃‡ä«®:»' 0ÈÂÒRu•– ò×üº*zéJú×;v8p`ÿþ WÝfLý1zéJÆÔ¤á®§Çø_;515ù)@„ÒsÆ&&;·ÿÞ»o?ÕUù §âC˜?›™ÏžnÞ´),¼·®œ!‹ùFFÙ½{wŵ±˜Ëå²t­!’¼³‚'”Xôø·³ºBˆB¨ÖÑ•ZèëßqÁ¼Ù2óßYp¹\_ÿŠ¢×Ö ¾(àÒ¿Éš¢ð¤!„j¨…0$´'ÛW¬Ñ(Š’J57B!TY:Q ¿t!„Ч¢CŸ©@!„> ¬…!„ôÖB„Búk!B!}‡µ!„¾ÃZˆBHßa-D!¤ïtâó…‰X"Ñü9z@¨)!„ª4©…’דϟ;Ë@„¯ÇОø‘|„BÕNWÞ#½xáüÜÑÑKW*ýL‹šãìÚrÎÜ…ÏŸãpÞß&W‰$/A$…îP¾{Ÿ"PĶjÿä>-Úûö˜ÉPÃþžýuËö>>¾~KÊä·£úp‹¿¿7r5¦U¤f’?ùŽ(î]uí©bžšÜ55cV’öªÖK•@(òñõ£C¦h gP“Óˆöt¥’$Éçó•322ÂÂÂfΜyõÚ5’TwØ›æ8 û6yáj51jŒÙrúâ¿Ïü½HS HKkân´#ÖM¸t!ñâ'c^âÅ Jk«<†˜%Kä˪ik)ùŽ(î]uí©bžš¤fÌURÕz1J¼xþ9sl™¦X„j ]©…ªòóóû÷–6{ölµ±äOkFÏYZ¶gWV1Ý”°d˜«[[_¿àa Š¡”¬pÙ`ÏÞsbåõdh—NÅäÿÛ»ï°(®µàï”Ý¥É. EÁ‚ H°wc¹Æx/jÌM4ÑĨÑX¢±%–|¦5F£)&&7[ˆ{ﱃX@¥mŸ™óý1¸.l]Ø÷÷ø$Ã9ï9sö̰/ÓvI×¶Iÿúø ¨s÷ Lm—кEê ½¹j1Æ]®X;mpJrRÚÿ®ºÊþiLJJj›„ÖÑqÝV}¥qªË ê—˜ÐzЬ +=o_ðNçöÉáMZÌL¿%ŽG)ÉmÅ¿¾ GAlÕ>99²iËÙÝÞüÙ;Ú·mÚ¸ù'[îXÛ_»@Bb›Ä¤v`ôçy9Gepm]Ø ' ÷Ô›îr¯,5ãBüÏ+ikÚPW”ñvïÔĤ¤˜Ø.«2Ù\¨îíèÞ*)eдMÆ3`(Shüê,½R³kTÞÝÖ36<6©]ÚÇ›ÜK²”éÊýÒ Ìî!¦{¦i‰a$eªÊ Élÿ¦/Óô…ˆ*ºé-1¿éÎ_†ñ¯¡éžÿ²]ìø£bdÑ­oꆎ5í!ûªZßå«T*]]]ÅÂñãǯ^½zÒ¤I£F«ßå[pý³°ù9ç?¹¸¤Ãà¬ÙÇ?€úž;rr›8³ê\µ³·3¸ËsÏOìÓ©°ÛÒoG&÷`üí»_$4Ê¿}EŸ ¬uÃ:ü_äCcÄ€+~×/ĸ•æ~®“¯7d­ éºëÞÕ%Ƶ+º6ÝØeÙ¦ÑmàQŽÊÓßÅRÏCVüºWPÁµ•Á©son,3òñÜ労ï-îVpmyƒVsÿ³rë¢Þ_^Ú¤Óß¹7×[›ÙnË?*‘:o]P›cÿ\š»hô\žó»ç›P¥Ðîæì§,4\Þ± 7ÿðÛͽŠn®kÜ~˽¬åÖW_&4:7~ûŠ>AWÿ3laÌN‹•Ú2¦kü<>ðÒ”]Ëzfox³ù5e¾o«L?å|if·‚éživ_×k¥ÊRÿ6÷(ƒŠnz±6""¢d¹Þ¤­¿usƒ4Ýù{(ókh:‡zefpÈ[™7Öb¨?_\õïôß{5„,°ËwùV¡\Ù|Ñ¢Ek×®­W¯ÞáÇû÷œ¼zõj1ÆJ.Ü<°ÙÒ¾6 h¤+ödK]°Ì=²jäôå×óy Cež¿R˜ÿÀ¸6ÐËóÀÝ\)c\b¶ç»»Òï.÷),x–ßÊ cxÚŠèÜ>FËuÄÌŽÍl·åÕ$) à—ì[G†Mý³ßy]wŽý_üûí®îèc©a£Úž~!abã¹²®\°µŠR£RÔnb¯\hºÆ@/Ïã÷òjKhAŸ«¨ÝØz.,çK30»L÷L³ûª¸^+U–ú·¹GT|Ó›ïÇt¦;¿qe~ ÍÎášWÂÿ»ãÛXmH£^‡nžñ‘TÝ3X襳K.¬÷‘ܹs§_¿~k×®>}ºL&›3ÇöAŸ7n×=ý¹Þá3$Úœ©™çGz}²;óøÎ-[6-j¾`ۭ㟋ÁÝÚ…ÏIߦîî\®ß¬R™¯L"€AýÇ¥¥g ŽößF¡JuåJ‹?2æ¿ÊØÀx %­(iéå’žilå5.ÌíÓ³ûv:ýwEÐÅÆ_u>:úém¦ yB~ßµ7@Vö±|/üé¨h€ ‚Òr¼5f×hñŽ,åi"³[ÁtÏ4»¯Z ¶Ù?”wb•sÓ›g}¦ÊüšÃÎ_¾=®ß×ß?èÖý+L„¨T¡,--mîܹ999­[·ÎÌÌ8p`ƒ¶OŒÜ=0N<3ëü¹ó™çÎgž;´ªã† ;€h/<¤b;ö2oAáõM†às6O©·³uÚg*XêptˆbÒ–›p}ódE“Ñ–Â GË7ª¯€Ó«Þ3­çóÎÒCâòãÔP‘žŸŸÙ±y±ô=]ÙûnžaTÍG‡nÿ^ô.4ëù†lÇŒM·F$úX‰Ÿí=úÇSârö k÷ú¼¢˜,Ž*}’¡0Y![u½®mžlÚÄøÕ™}¥f –´ý6ÜØ:Õ´Öf?Ö_š™­`ºgZØW-UÉúhÌ^›Þ sƒ4Ýù•ù54;‡î Gõ,^ô椣?‰„^¼ªu\˜––'N€#FØ øß„½Ió?5üèŸ:G9¸ÝuU§Éz>Ð^©:ë7ãøþŸ¤3ÓzÅ¿ÆZ=Ñ1sH0|ÃÊ¡úÇÍ•ê¤ Údm ¿ÎI{-.Ö«®gãÎl)S;xíÆóÃFFý¬r“@Ãnßþ2%²ü=??³c[øzrj|‚§«ËÁý» ‘Ï0*ß„Ï |ççÐm`ýß8uót²ÿƆ?Î ½’w"ºzñS×´ ¶,zsݲW{uýÌ·qꀵbá׋ßíÝ¥Í ¿Îã~,ÓÄøÕ™}¥fX·d@ï®±s|ƒÛŽ ˜²Ñf?Ö_šéV ‚fò€îÆ{¦i‰Ù*ã!YßÙkÓƒÑó ëµïF³ƒ4ÝùËtbükhiÇÎl–üIÌ@Ÿ§×zqªÐõÂ9óKή¬ZµjýúõëÖ­3ޱr½Õlf¯QÙ‹À=Öƒ¸³û£øÑôŒ™¶Z J²ªwØ®w·}ß!ÀV rt5êz!MÓZFæäiii;w6®Õj4 cþ’ BÏC•û{Çþ?S‚¦ü¾Zÿ³­pT´ù{Sº¼¯öì~¤&BTIªJ.LLj;kÆTž7­ža˜Ä¤dB,^äC5Ø‹;(·:Ãn+ U*™"ùð‘Ó¶¢²§*‘ ÝÝå]»õìÖÝâa,Bt:ÛŸßBUT•È…€ºBèe©BÏT „B/æB„BŽs!B!G‡¹!„£Ã\ˆBÈÑa.D!äè0"„ªÆìò1,vÈ…E99Yûhf„BèE išã8Š*ÿw¯™g‡\¨ððÔê´¬Dò܃A!„Ê‹f‰TzÿÞ]…‡§­Xìð¹3‘‘ÇŽnçW§.ËÚ¡C„BÈ:BÏq9·ožwæôþ=»írÞ!„²‰¢(…BÕ¼¶·µ¯/;äB¨S׿N][Q!„PUd‡ë…!„Pµ†¹!„£Ã\ˆBÈÑa.D!äè0"„rt˜ B9:Ì…!„æB„BŽs!B!G‡¹!„£Ã\ˆBÈÑa.D!äè0"„rt•” ®Ïw—+ÜåŠÄYgmÅ|úéœO?c+ !„²ƒJÊ…G§þ R ®|7³<ßp8wÞ¼¹óæÙŠB!„ì 2r!á >Ø–#­·¢C€6ç—7 ÅrñHÑì²i!§º:iH·†u}j×mÔyð¤«*Ì9½bb«°F ¹‡O½ „Ž}Äœã¢Ã|k{*j×m‘ú¯ß/æÀï=CÝåŠeÿ@ÁîrEø«€ ðŘGÕóðô mÕù³õÌ®!„PQ¹ðÁÉI7´|à€™I³ûÀŸ°¿rå ÂayÕ¿z.Þp¨ñÐ3‡…ÞøM÷ý,–?|Bü±ÿ‡Ë®5þêÛeŸÏü ±‘L,”¸4xmÄó?›?}ü°Ü³;F÷ž >{¾{NN_Ãæ¶€µC:|¼ò¯º_ÿôÓÜž5´íŠœb@!TsÙç{í­Û¤úº¬¹w9}ËŽÆÁM;¿÷MIÕ?y«¿Xvé^QI_Ö,ñ ù¨ü›£LÑ‘þáÖ;N]ÇÊ`ò¶;pø—…‡) ÿyý­7F…B¡Ê>¹ðî?9—.\ÈÏ }ú0®âÔYSÎæÀgZVR–=åLÞÂo@P Õß1é²¼6nØ`üãÒc»®Ùœqåê¾ïæ~»tÓÜÝÐä—×4ü„¯J¬ç>f`¿k=ÅÎÞ$iþ©6¹¬æb¦L“³øßi?ÿã&ût«¥­_û; „z©(ŠRÈ!aauêúÛŠµÁ¹0/÷AÆÙÓ‘‘ÑÎ..„Gzzyjom_,à!ófv mþŽ×G~¿ùÃm wü;I.Û[ öKzãóŸ—é³¾Œ¹¥åçÿø[¯ Wz´€iñ>£ÜK›þmjøÄ}$F¦¦¦70zQÇÄèˆæ-ïn^{:çžX(¥)ÐhŠÎïþß5 on:r6=¿÷oü”ô³¡Ábá¼nõ†n¼ùí’S†¤0ªÜS{·\Mý<=ÈÝx-É©í!„ÐK%•J5ZíÉãG%Imo[áÖØ!fž;ãä$sq«%aYŠ*uòóûé'`臃zø× f[uýԤ뚋—¼ÛcÔ╎í2t À)ãVËÆ÷üÕŸ³ßáRû_b.L[óçåïýºbÚGàßkÄâoÿæHïÿ¿i«r u!ï,X.þºèÝ~,]ÂÇ‹¯Ì™6«÷ûo¹*±È]®0T‹Ë ì ‰m“Ú€:wßÀÔ–q ­[¤Ú›«6Dn_ðNûääȦ-gÿu{ógïtjß¶iãæŸl¹#dÿ4&%%µMBëè¸n«Î>2íÖ°^NuùƒA¢ãZš•a¶­©ó_¶‹T\.ºõMÝбƵ{æ ILjÓeرĴϳŸ$µžzJ¬UÞýÞ/øÐe¼Ý;51))&¶ËªŒG–z3p—+ÖM”Ü&.,î•í÷J¦Ôl'âŒunŸÞ¤ÅÌô[b¡êÞŽ^qá­’RMÛdܧ•&Ê»ÛzƆÇ&µKûx“ñ¶3nbe»˜ÝšV†ñz‡¥@z$·MHl“ئB[ÍÒ·²G•y±Vf!ôRT•s¤Ï£àú‚cno¬÷pª?.|𜌟Ǜ ëþÛf+ Å/í=Ôuüö£}‚²Ö ëÐ{éCcÄò £vî +¸¶¼A«”ÿ¬Üºm|ãÇ——6éôî”›ëÀ¿óä=ƒ½  kmH×Ò®.)Ó­Áýz_é²ìÌê¶ð(Ge¶-˜hòæÂû!oÍ=X‹¡öŒ_Òf^ºqíàyëwää6qfÕOÞjMû ygjvÔ4aV: pæ“ÅÍ&ý?öíßlþáoš{Ý\׸ý‡iYËÍöf쯖³ö~”½þö}—ß84ÚR'°©ñ¸¿w\[œúî´`Yß·¼'nßÔ'èêÃJ½€'L›|Ûgx©»þ옽áÍæšXß.f·¦•a|¿cÏF[ÍÏʳÕ,mqK{”鋵>ó¡ÊWráÁI«b>ÞAÿ™y+ôC킽²r|¯ðÂËùÇz@£žs¿ PòÎ5ÿ•P¸ñóz€G“aÚü)bmÑõ­ƒ‡,¿žÏKJ•{ÀL>Í>öàÀÆDqÙÓߥœm%®ÿײ`ÌÁ{߯jÇì§ý\ϸö?‘žÿ>!­[§¾ý:9˜íÓÉ£ÓÛŠÿ~v½àò×ßýjn#˜s:ÏoTïUàF?²Ô›±¹= °ÇÜüÿÆŒ¶Ô ÌíÑä†hóÇ‹%_=™Û ^sÖ•íÚ\“¯¯ïÒ» °Æ´‰õíbvkÚ†©gÛj"K{”鋵>ó¡ÊWís¡ Ï·ëžþ\ïð™mÎÔ̇ó#½h€ ‚ÒV¥2§+MPÒÒ˼X;¨ÿ¸´ôŒÁÑ~‚>WQ»1TD9Ûvþòíqý~¼þþA·î_ùHJÄþdwæñ[¶lZÔ|Á¶[Ç? }Ѫ×ÔcoNÜu»ÞÄ7 ð„ü¾ko€Œ±Þ›uf;Ã,c˜%#æÿ*1ÛÄú0Ö·‹³Ý”ã# ʹÕJ3·G½ØŠÎï,=$.?þGm©­)÷†£z/zsÒщŸÄ•ª Ú ©ØŽ}§Ì[Px½ä˜Ù>ëw]P¸kÂúÖ¥Ìé+–LŠöýcÉEÄìY–z36¹dr¦(BF[ìÄ‚÷C%ÍÓË{×î¨`ùGÛoÀ­SmÅšavk>Ã0ʹÕÌnñòîQ¶f!Tùªýqáÿ&ìMšÿ©áGÿÔ9ÊÁínhú½øÝÞ]Ú¬ð÷ é<àG±váëÉ©ñ ž®.÷ï¾aåÐýãæJuÒ†?ma¡û²~“öZ\¬W]ÏÆ?Ø"wkˆ¼vãùa#£~V¹I a·o™i¶­Ycg6Kþ$f ‹q!4“t ½R3tÖob¡Ù>§†s#UoŸ€«mêˆ%oløãÜà‘Ñ+y'¢«?uMË`³½ëztJòüìû:ß图´Ô‰i+ћ떽ګ{ìg¾SǬµflĺ%zwãÜvÅX›³ÌnÍgF9·šÙ-^Î=ÊæÌ#„*•­T*—/]²pñ7æYŠÛ’¾éßC†˜V­_û{rj{O//Óªr*,,X´ðË9ó­,š4aìœùŸ›@ͳªwØ®w·}ß!ÀVà‹Rù; Üc`=h€;»?ŠMßɘi«B8»¸¬þé‡>ý˜VìÙ¹£k‹Ï¦çܹ½|Ù²½ûT•ãBš¦µÌÉÉl­V£a˜²—©j$mþÞ”.ï«=»i÷ÒáK¡Êý½cÿŸ)AS~_­ÿÙV8BÙSUÉ…‰Img͘Êó¦·B0 “˜”L1[[“Èɇœ¶õÂUòA!¸Õ~øàp[Q!ôBT‰\èî.ïÚ­§•XBˆNgûó»B¡Šª¹ðC·B½,Õþ™ „Bè9a.D!äè0"„rtUåzaÍ£ÕiõZ­P%ï}%„Ð4M3Œ„•P%‘Hlµ@¡š sá ¡T?Ì}xûÖ¢¢Â*ø(EQnµjÕ«ß ~Ã@N¯·ŽB5æBûÓé´ùÙÙW‚›„ÈÝåõì ý<ìÛóйb­F“ûà~æ¹ O/…‡‡`á±N„r˜ íO«ÕÞ¸v-¤i¨·¯­ØŒÇ™9ìcƯN]šf2ÏžéÐ¥«Jió«<B¨&Ã\h‚ ¸¹Õ²øÂ+çg=½¼ hÚ!>Ü!„¬ÀûHí¢(BÈË:5Z1P*‹ܧR) %4ÃT™q"„ÐË„¹°F#Dü§Rgœ:U·nÀ¹3gÔ*¥¡ÜV{„rU+nIßt`ßžûvïÙ{ðNÎVx‰ûöØ )±%½ä«S­41T]½|ÉRLEíø{Ë‘CÄçï©l…Û !%†W/_nÕ:¡^ƒÀˆfQÙYY”Xn«óÊ?ávœL„²»*w½°kÞ<Ïkdl9˜Ø5FÏÛx¿Ò¦mŠ‹«›JYl=RTË]^TX`¥‰¡*ëê•ðÈ({} x|B[!ög¸^جy DprvŒ²~Ѧ M¸È¾“‰BöUår!¨”ÅàRŸ×]9'ê‹Õ‚¾ óä™Bá6¨yl€\ [Ò7EÕ¹‘«”¶Ì=»KüªF^›wæØY•@ ´kDlŒ—Œ^óà䑳ZêêÝİŠ-é›Ä&„+ºpúLž’g(âìÛ"¦©\¬ºü ìÙµ] ª.œVG´ôNumס¢N¢Ì޼ê)9JÈÓ§&Œ—ÍÚ’¾©eÓ€«ÿét\݈֊¢ËÙ÷ Ô*. *¡‰¯ Íž™}¯H­Ö×Lñ+UkX6žÌ6mۚݠyWOœ»U ‘0¬kx|Œ·ÅÁ!„Ð Ps!ß¿À:ù%Pß>zDÑ¡U]w¢º•¾ýb`çh½@à±_«¶ÑÎR†þãlÉÑÞÍ#Ç™&)ƒ¼•·ì9v»SÛ†<›GOJCR’ƒ}Šoíß–ýtb“ÛÇ)}[vj[Ÿ¥)­Šc%z± Z%Bú¦ÎÝzòŒ§RHúÓù&Se>¤’“œæé5¿òœ0ŒOîèæÄáónœ9qôjJbˆ•`ûÊ-Z„Ê U‘õ½·§ÿÉÒT›¶m (L~èŠo#…“¾¸Ð¸›× µ³ÎdåS4 ϸxDLJZ ¶/òäzá勃‚¤R™F£¾yýzXD$ÿÂ>ƒ42*èÄöô,™Ôů‰á¤´ñdšÙ œþⱃZ„ãë…Å-ÐX_ BÙQÕÊ…†ûÑyD«™³CS pZ /G–™w‹ÄŽNÎN4@JŒ“O«ä®Î.ÎBtý2M(¶Vh‹¤hgg–¦€ Wª|#[ûË\d,M€¨”ÊÇ·”ÞQÁ Ñ–9*´y½Ð¥N³„:–*+I`PЕK—мܼØÖ j‰´qHÓ¬+—âÛè´Z›…æçÖhÙtÁx™pZUqÉŒjµ¥&ó 3TmºáB¨RT¹\XÑÒÚIÉ]\\€èU\…¯±½LFÏTH$’ˆfÑZÆf"D!Gƒ¹°œ¸òü‰x-ï\­4†ãBWúÔ(ñcÄMÚ!„c©Š÷‘Vw4M»ËåEE¥n±©‚Š•Åîîrü"_„ÂãBû“Éœ6 ºrñ˲ž^4ýòþà°ðÜDŠŠŠ®^¹Ó*N£Å;6BŽs¡ýI$’ÿz.N..dž:ùOBnÛò—ÙrŠ¢j¹Ë£[´ôöñ-.*”H$fÃBÈA`.´?Š¢"øÔñ«[¯MÓUðËr !‚ÀkµÚâ*"!„*æÂE§Õê´Uý+Šðˆ!„ïA!„0"„rt˜ BUcv¹?ѹ¢(''üb„B•¦iŽãžÿE;äB…‡§V§e%’ç B!T^4ÃH¤Òû÷î*<SBUœÀóσ|`2!„¢i𦆵òe 8!凹!Tètºœ;wΟ?—ÿ8ßVlµGÓ´{-÷¦¡¡õ4ÊdfcpB*s!B¨Úx>7÷ÁéS'SRS±l gÓët7®gïÛ·—a™ Ò S&'ÄV‹²jø!„Çs§Ï¤´ïl+¶&H¥CBVrøÀ?__gW·28!¶Z”…÷Î „ª="Çù4hh+°F©W¯~~A¾^¯7­Â ©(Ì…¡j¢(Ajü™À2$R© ‚¹[cpB*ʱf !T³‘gz¬Ö¬ß6‰RN˜ BŽ…’y!ãAî=³µ~¾ušF>Ûû©£ùmGÆWÿ;Ä B Ð9®É§#:ÙjZå`.D9BÈù‹,ËvHíbšï!ç/fž¿˜Ú Ó¡u/,øõÀìá\d<¡8…*îÓ›1"„PÕE9ñðaMÕÊbŽ+{“˲aM#.\Î<ñ\x(šqõÎພ4M‰g_å®N{ÏÜÒ ”–-Oµ®P-' s!B¨† „X¹“…¢"æÍm4bDXHÄÅKç2/œ­îG‡Ö'äì:ymÚòí–/é–€^Gô<è9Ðèô4EÙw¥•s!B¨æ#„\¸”É0Œ˜¯-ÿîÚŒ™)Ršæ9Nü§ÔjÏϘI zûíЦ‘ç/žËÈ<Ý,¢yµN‡öB|³îèÖ£W4:^,sž@€€€(^€ü‚"ëýTYøLB¨æ»x)“aè°¦JeñµïVd}<½¥§§”¢ž'‚ ?ɦ)Ãd͘™ýÍ’ââÂðÐêäécf;ÌÚº¤Gb‹è1QÍÂbÚõûñÔC³aÏ©Š<¡Òèßû"ýÄ•{cÓ:<-¥€„âÐñP¤Ô]QxÃÚf{8þÓŒÄf-Z´ˆl–0ý§ã†rà TæìHò«=iÍ%³Í+A•˜h„z~VN Þ{p·Cj¥²øúÊ•YS§EתÅðGD„APT0ÀÕé3y^ñV³ˆ¨uÖÄ4-ÓÛýC3Z¿wñ¯]û[ù»ÀƒÌ?\,$Í=Í­ùy=ÏùF»œ#½ó àÝ/þ ôïݾ©LÂ@ËaKžTRc¾Ø CulÕxbZ»¼‚b0óí­ïu[xàðÉw©¾èò[ñmÞõ9½°s€XK)¾¹¹}ì°®ËNïÕèùül0"„EÇé3ÞÛªvm Eñb¶s!Ï ‚@ABH Ç]šòQ!iµÜÜuæ>Ääó´¯ÞÛrML„àÑaBÀÕ•ï¤-;Åë4żDŽÖ¾ÞÜ $Iú¬!sþ»jëÙÝÚ¸¹8gýS,eá­)KIh° c) CɰPßדe¨«·sý½”É}¤«î+¯º~”7©¼ P’ ãc½º>kB{x©0"„!DðVȤ¥Û¯ä¾Ö+¥X+ÜÈU»H)Ц)š/^š"4!ËÐZ=çìT±´2¼WðWŸûAê WúeÞ£T±A#„P•ÅóÇq–j xžãJn ¥¨'ÉÐèÐçAŽç9žÓéõ:¶LWCëº}yéÁ¤ÆŠ2åýz¼;xë…!Ñ~‚>·–"ÐÐPÂ2*o(Ôë´:xúÕB!köì•”ÂL×^~Ö'Ä:N=Ot¼Àò4ÑñJŽÂÒÄYB9I(' -. N2ɽ‡E ýeÆ<ÈÇõ뫹žId/tõyÍóöŠƒÊ×ZF÷aOüïCç—w7çË[3BÙ!†ÔVÇq‚ ðÇqâsz½á žãž7$B õz½ioï}7bñ+£Nü£|xiÏçÜ „ÜÑòrBÈ©F‚Ñ­+†††å©ñ>×—å¨!“›{úþ„X’uìŠi[³,ÎX›æoשe½ß6í‘WßË¥XÍßy¨)PrÀñðäáxÂó„ KË]Wo;Û¡U£2]^øê—}?¸\¨#„è /ë·pà×£Å* ûËáWõ?ÄþR+”FEYŸ+ð¸!TcX|7Ôéô‚ p<¥ÖëeôÓÀ’7Ñ'OV€(Šç9=ÇéuzÓ>}¦îœ·tÂÀÔ´ ðZÖ+dÔ¼¯ !¿Í<°UK/ÏÆ'l644îA\üÇŸ™¯¿ù“ÊM »/[ýQ³76®ËHõ'#ºú­§­ilÚ¶âž+= éÙ8ÀcöûSš7 ð9sýqû(_––¦$ °4Å2KCƒJÃ]¿ûø·çÜœ¥}’š–Yi@—/þx0óÍ”x­DªÓËz½¿îãÎþ¥&‡r™²æ°¶gËÄ7¥Ç–07–s!B¨†°rd ×ëôz=EQÁsfߘ1»žV+³ÐJpËÉÉâxŠf´:­x\hÚap×áëº7.!„4ûï—þ[òãÊÉbÃÂÂC†eƹɂßv·eÝ"¯ßg\R¦í3°2!åÔ:Üÿ›q]Ç.Úñ¸ AbóÆñŸ¯5‰"^rgÿÚòWÛ…%EÕ7›¾cÓ¦îN›ú´É„]kæ_—g>oîv˜ B5„xJÐl•·ïñ“G›Gµð}í5žnÍþ¤žZ#5 ¡÷ø1µû÷uvvÞ½ggHHÙ£œjÄÊ„”_=÷ï'õøhùÞ?wèÓ>ö~=ØRðó¯îeÁë…¡ƒXÒ,"Zà…ÃÇ»8»ø¼: Î¤‰·œŒï%O¡×˜÷<û÷—ÉœwïÞ%“È:´ëh±Ó*ÀâLc6yòÕ¯€¦i¯Ñ#=ô“Éd»÷ìruqëÔ± Tçcç?.ALxÇ¿–Ò¨®‡tɦ¼¼<±–¦i𦆡i†e–e% MWËC,Ì…¡ƒ€å·~ ®eüÁCöØïÕ¿o­^=)uLÃ0,+‘îÞ½ËÕÅ­[—n∖:¬¬MˆMÇét:=Çqz½^¯×s\T}׉ýÂ?~,MÓ,ðbÿ#‘ð'“Éæé³"ÕæB„PMaë,™^¯<|ôàÞý{ZÇ'ÈdN‚ D !Dàyžã¸;vÊd²ä¤d½^/‘H¬ôV Øšë(Ñ“ÿSEÓtC?7žç ÍP0 CÓôÓj Ä’çYéË‚¹!TCX?%¨T*U*•Z­®Ð0ã|Ư¿®æðOJ"/ðD u|ýbcbóóóµZ­‹‹‹«««¥«¾ç“‡/yL“ç ! Ôœe1ŠgGŸg/æB„P !>Yn©ÖÅÅE*•Êd2©Tß*^§×ëu:Žã"MÑ,ËH¤R©D"“9¹¸8;;;³,[MßÙEÖ'¤üÄ<Dz¬L&Ëì²®—s!B¨¦°uÄ0Œ››››››•cÕúÍÀö„ Ì…¡jBÓtqq!Ã8Ð{Ïq–.Îá„T”MB¨¦¢hJ.—çæ=ôõñ±[s<|ôÐÃÓ¦Ì<ÀRQ˜ BÕC³‘Íš=t06.¾vmo†­~÷ôWÏñyy¹Ç‹nÞ\jîNHEa.DU{4CûùÕ‰ˆŒNHEa.DÕ,+aÙjþt¼]ᄔ߳\cD!„jÌ…!„æB„BŽs!B!G‡¹!„£Ã\ˆBÈÑa.D!äè0"„rt%_Il+ !„ª™(Š¢ÅÿÙŠD!„j&ÚÀV$B!T3Ñ4MS…¹!„ÃbY–¦išajøW[!„B–°,Ë2 cÈ…9wn[o€BÕ0R©”e†eYxoäÛ¶âB¡šF*•Ryyy:N§ÓiµZ­V+.sÇqœ ‚ BlõƒBUâ-24M³,˲¬T*•J¥2™ŒeY–R/Þ(#¦C‰D"‘Hþ­ÿ" endstream endobj 700 0 obj << /D [698 0 R /XYZ 56.693 815.761 null] >> endobj 195 0 obj << /D [698 0 R /XYZ 56.693 759.068 null] >> endobj 701 0 obj << /D [698 0 R /XYZ 56.693 739.087 null] >> endobj 394 0 obj << /D [698 0 R /XYZ 56.693 377.591 null] >> endobj 702 0 obj << /D [698 0 R /XYZ 56.693 357.721 null] >> endobj 697 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im35 689 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 706 0 obj << /Length 386 /Filter /FlateDecode >> stream xÚ’MOÃ0 †ïý¾Ñâ9ß 7¾Hhå4v¨¶‚&¶ut›øûxM+mlˆS'~ý>Ž Þà.¹,’Á­%œrP¼Sè<äR£öPLa”>•ÛÍl¾]‹‹ÉfV/×™P–Ò«zùJ¤Þ·M¹‹Æ`‘å”Öõ<¬/¤Ä`m”yYWÍYfmÚ <–ËmÙ¾drvàôÎñ ½Ô ,ßyЖ“|žâbÌ./¹)’ÏDr! Ö¡ |èHÁd‘ŒÆS¾c+hB_íËXI¨´ãý†ÉsB]3è )jÏR¯mJr%dºè£O„‘D”Þ/VuÃN)ÝD¿«¦zË$¥US-'Õú é·•!{ÄÜ¡gÃþ5#2>rErñÅÞ¾½4–Úƒ–½íãƒûÓ_׌~ ß×]1±W­mŒW{Ó¢¼A²tà;Óâoâ/ïÈOQÿ˜:!êàA¨€¹ÖQg8Ÿ}”QF…óLhIÒ>ÑÁ£11„ä¦äÐŒ¹Ù endstream endobj 705 0 obj << /Type /Page /Contents 706 0 R /Resources 704 0 R /MediaBox [0 0 595.276 841.89] /Parent 674 0 R >> endobj 696 0 obj << /Type /XObject /Subtype /Image /Width 600 /Height 421 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 24519 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 600 /BitsPerComponent 8 /Predictor 10 >> >> stream x^ìÝwTWð»•*¬A©BPQ)Ò ˆŠ 1ÆÄ®‰šMŒ{Œ±—˜D£Ñh¾Ä+*lX¢bìŠ #¨ J/Ûf¾?Çegfw¥ÈýŽgxsß›7o{-oyJ¥’|‰ µI’„B¨éãñx<Ïç«ý+¤rÌ…!„Þtd¡T*©ÕЉs!B¡¦‹÷ŸÏ0©œ§¨Ž™ µ!„j¤˜YP¨ŠÊ‚rþO[›!„P“´fÆ{B¡P$‰D"êfWTT$—Ëe2™L&›¸t—¾¥ë˜˜@mí „BMÒÖ½ç*sﯜ)~‰———'“ɤRéÄ¥»&}4² Ê@QQœyrcÙýS„BªË…ÌÀÒÞºÇgfnAÚŽ‚BÕP~q¹BIh øæ¦†j…º×²0Ñ€Í[]6©·¾¾¾žž/''G*•~¼xǤÆfå½…ôÅÓÓ›r/üèÕ>¨s;3‘XOÀãeå•ü½ÿt~é6î}³¶ …ŒÏãóB F!„t—_\^PòâîåD 1îÞáf&Fª¹°µr‹^$<°lRo!õ¡¾¥+$ W†øy|9cDK}EzfnþóüímŸ—’îîßú†]½tñÇ•‘ò®c¤\séÐï# F!„tTXR‘WT–rõdxd¬kÛ–¬1÷Ÿ&&Ĺuí-M j\ ô-]¥R©@ à=~üxü¼_Þ5ñE¥œÚw}¡×Ú…Ÿó+T|ñÝÌJ¢à¡Džy;íyßȰmÂ<~²n݆ ¿Ý¾û@§£Ú¶÷b=0jVŽŸù ­Ü\%ô¯½Bü´Tãúè 8;´¥KT¬e㪙§.e€q;ÏîFšƒ5÷ªÎQÇ72iéâæh®/Ð\…éYê½»ÙÅ :v÷i-æk G¨!=/,»üÏáà^Ñÿ^¾®!ÌÑÉ9åêIïྭZ«Ö²23Þwô, ìóê%<º$95[µää—^:¾cÙÔ¡R©¤ŠèÏHˆL+”Bc GPHB½ÖŽ\¿›dëb™ŸÿàòÕ#ÇÂÇ/ îÙ»äù^ey)~¸øçâþåï@æ¥SÓÎ*+Ÿ? ~ž¹£g°¯¶ÚêÒ?ñui ÿËp²o *íGÏܵi\•¢"ëbš ÕÚÃÄcsSlºÛsæBͽªeO˜èÆ@©?IºuGrž›»¹^µ\H$ŸÏckàYZŠq—Ž¿ùZ‹øËîÎéØE—\¨¹M„êŸÇ+3cøñˬ1“WÅ·2k‘Àçñ¨ìC×Úwô,Ukòªøþ½àÀñót‰Ÿ·—j-š\.•‰—ûŒÚ‡Þºs/ÜÕäådêQqñ‘ðáÓRS#qZVi¹B”“|ÊËÝuù_gÛzD;z˜ÑKÖ]ýÛÄx¨RB¤´ ýFZa…TFßÀ¨…£‹Sk#!œ<{ zù¨m?Êxºö“ Ø~bÇ£Œ§=‚|<ÜœVýu<ܜ©6ÎÕHivú'ùåR_ 444ôéì ùiÏ:ôír‚´íîù"ñºÒ®€$¤é©éYù%R©ohäßÕ]k¯’$ˆÊ´ûs ^(@`ÒÒ¼ƒ[;C>î•{[³Ô§…JžØÖÅÍÉ\OÇÀÊ?“Z¶qf7óãÊáß? ñ±«jЦåƒì";÷.m y ÈH{œ•_"•b#;{{KC¸•U¼ýSk>ï§íŠlíÌ TÊX#uo“ëtX$ä¬èxy­ÿñù<*û0kýøå€É«â-›ÒµhÕ!QµÏÌçÃ][‡ú‡éç߬H;Ÿ’õ⣲{Ùåv-Å•"©õÃ<¹[{‰ùݬ'÷ÊKƒôL!( DS#Ì>;K—Tä?~¶K'ûXIô…@d?}¾c÷Õœ6®w¯_g½É£·Y ©mÚɳ—Xcº:µ*²l³üÝî6¦bE¥ôé³Â¹ÜèÖÑU&¯zþ_,‘„ò~!ù£›¡¼2wõ#ï:XÇš$]/—·+ïÞHíÑ·ëìw,Íôøù¹“¾XYþBs¯Ì[Þ¾‘ëÝÃÕÜÿݼ>î¾Mg—K®P1«Ó§³5T–ïßsæ\®“¥<‡µ‡ÀðÏ ~òÓqaƒ [:+¥7Ož}VÕàÉŒ¯&ØæŸ91ï¾¥aÞ“À>]fx¶¶4àä=qõd–MþûtŸ' í=sGˆ¹É÷5DêÞ¦Úé8´æ ùvjípö¼<Ï57Ô½JfªTŸÇ£Ò]«OX÷É«â©ÕÈÉ«âû„u/.«T­ES*•B‚¨z¿)$õ,ìM|F,œ·`ÎÇýÓóÉÿý[äÓÅ7ÜáÊ[×Òî8X“%-ìÛ*xÞÞÞÒäGG›Óâ€,?W¼<¨»M«éKòõ ÉòÓIwK¼ÆFƒÂ]'ó¶Bõ¦±7ÇU]ørXw î·Ü\SþãŒg•üðù/cBŒäùv¤b}g+=žT&»}çðŽG¢"ÓÀÖËJÄϸ|ãV’-tèÐ;ÒüБ21ñØó½>Ã:=OùoÝõ‚Vö¶V¦b}ÛÖš{•}'¥ÛðˆN†wÏ\KÛq!®‹ŒJ&lõ‚!’’¿Of|Ò×!fp·íß^Ë&J™=d}rÅÔXOÒÆäÒ<¾Ð˜P”Rå£ÛJÿwY&-еÜ{ä;Æw.ß;˜]iãâúÁ°Þ%K÷Þt°Wí³›‹ã³ûwÝ÷bF}y,­mÒ‘j§cТ’9h\‡;Q¬ØªÛ¹£æ†yo×+äÕ‹ÇÏ\T V»#$¢Wˆ/ )“WÅ÷ ñ¥3óŽP©T égKer%½£eÀÇÏ¥/¦.û³¥ž2"4Ø\_tëÆ Cå•ʺ¶­¼˜UÖÓб½iGÿÐÏg|­Z5si'.”E|nF—T–Ë^´0 qog*¢JHc;B~¥Z5•y)15={ù:õð}öf†³“½…™nO9¨4b"âß(U›˜øt°zšWzéôE“Ö..ߤï¢gî°7øŽm®+ žÉ]-Ý»ð·ŸH#ä³ÛÀ‚ßoÚ¶}páŽM;ÐÜ«G¥òyöú°ìðý^ú¸‰§¬ô °$î^¶’ÿI_‘A+BYÚRÌÒCÖ?¥?Ä€RY¹o×e+{»§©w«üýzE›¶úz&yeò¥n†àáÝÁãe­žž†çÒõÏÞL¡ûìçíuõÁïØ"ž+ѱÍW‘ÕOça10íê•묇;q¡TÇsGÍÚ!”–ËX#€ÏãQÓ†®Å¬ZN×¢ñ*ªÝ-Z„~nÜ!êÑæAÎ.®O’/J…†·ïÝoedðPnÑÊÉN.6¹•š|r럯V5gJEéÊKùÓ%÷=[»(¸ˆ¿}×ù;…²‰£CÚˆ$©$I'R!xõy jÓ‰$D'{#înëÖ½ÔÉÆ±•qÇîQ6ï.<ïÚÞiþ¦ÓT€‹SÛ‡é…Kmôà½O"«Ò#˜Œ¶áoxÔñxÔÈR½{Åãñ^þ1«„d+H%ðx|àè¡·ËÓƒó7Ÿ&äòìgÅ|+g{sñÓ—å©2ÒÇÜ ÒɪãlûíÌR‚@O*oag"º«ÒA$G$@‰ŽmÒ‘j§C·¬:h\‡sq±ÖñÜQs#ª¿™KÉýy>Ÿ'W RK©$._»©öº õz¡w—N_µ$I>I½Víybü’rs×nŽÎŽ.}ŠBíÃBzöVö<Ö¢­OèðÌŠ¨¹¡§ÈÿŽþ[Ε“ø<ž‚‹…öíÛ[ «’D ÿv%#ºÙöé :)Å/óâµÅ¿[üûÙ•;SÀ§¿5ø¿§VÀ×#¼Ú›A@wϧ´öÊÆHøÇc)ÌŒt‰Šô€¢ôÛ"ckàÀÚCÖ!½™úL¦gnãâng¦¯Z/ÿfÛIÄ¿Ü-€¨ ¶­Mõ--%þ~î#ÚÉž”ÊÕ‚¹"uo8Øšˆ˜ƒÆÕˆÖsGÍó©ÑË×nÒ?j»ø|žZ-Õ,8yU<ýã_ «ÓµH•¿¦Wë°>G_(yçƒçQQ}ím•6$ôia&”X„$I{ûvéÿ%Ùy†OĬˆš+žÑ‹•WK¿ñ1¡~wlg±d÷½ùÑ®Ñ};_ý÷æ­J뎰kg±nç½EƒÝ"t½|ñ6€9O¤ƒ•díÉ'3Bl?ìWYöøý¥÷¹ÆÕO^.52ioªÏ/-*‰ßûo«¶I·¨úüPæíÇ}¾0€ã‰RMÚH¼'w¯?q´²õj—ÿ:µ£מŽŸ¹8å=/Ø{LÞZ[¯Ìœœþýý”Í náÝ;ÅÝäûëöOCϵöP5XK9©|ž••[T&U(ù¡¾yC!K0G¤îmrIÈX£­çŽš'Scý£÷èøú>ýQo¥k••Koß¹ ïx¸ÓÁtIy¥LµÈÄ¥ã;¾ü0èU"|œ]¨v°œG73¯í13kùüy_^ê3àÀ¡£§Î\>_©P¢îC¾„B¨Ö ôDBþñC{lݺKLYcŠŠË2S.ôŠ$WåÒ×%AR‰ðÕS£$㩉Öö•rYÅ‹BßÐ^n¿r#àFòÝÖ®!zeÝ¿`hÚšY !„ªå•úâðÈØÄ„8ö <2V*STTÊjSK•–×­œ»R»¬œ}/Ý:þÉÔÙàãïK¤µ‹W-„B¨^THÍLú |¸IåŠ/ïê(5«E¿Á[Ó¡*±qà°e:#„B5“_ÄùFq jP‹ÇSI„n-ò¨õ¹B¡æÃ­EÐw„û—¿WŸ§1!„z{de>Ù¼é4hÿN„Bè-†‰!„P³†‰!„P³†‰!„P³†‰!„P³†‰!„P³öêõ!tí¿ì¸Ó÷2rÔ—àÃø|žm+ÓØÐ]\8¿Ê ¡º‚‰!T%åqÞ¯‡nøvñ ¶ðòé"%Aä<Ëßrà:Ñ»¢›§£¶p„j!B¨ÊŸÇnyuò”´4/—œß þf˜HZvõê¸/é?L„¨¾éšŸ=ËI½¿¤¤X[ ª3<¯…‰‰³‹+àà×!X&jL²s‹ÜѨÆDØha“ž0Mºó5¦{ÚÒ)@£zÙ Âñ¯'8°ª„ðt{ìx3„^£ºFª3¯«Iw¾^éœÓßF3„ã_Op`U ù@,÷ úú••¬UêÄ¢E‹æÍ›Çº«ñÜRUg^W“î|½Ò58‚ Ç¿žàÀª 8nëoœdrbñâ%sç²'B‘ q]£FÕ™×Õ¤;_¯t}-ÉÆÞÁ)"2*"""¤÷пn䱯h°æ»µôvDd”†Èúvpþ¨€ž‘ÑCk l¬ãß¿ªK‘Q‘QÑCh ¯‰ºí6×À²þªVN¾:߈Јa;n擺iÌ“MÈ ’ñÔ†ÁÑåãCü»»9v\Ÿ~pé¸Á~NvßÌ vÏìïãÕ¾KÔѧeTayÎÉÁ»zwí8øTÎ :rç¬÷ü}MMÀÇÛÛ×7yh!Ÿ{ò×ÏLScjX'ÌóK îÖ'2ªwxŸ/~ù@aΟ7Lël¸çýÁ;Ò¨í»×ìÝ;"2ªgïØÕ»o²V¬Áägbý+®Ã±Ò”ÕTèzGÈõäòáƒñPp{sàèyC/¯cáòÃ?Nýl2µ}ø`üxþZ&'Ä"–Ü?ýÏsèðjW õµcpð©.QêªMUuÞmÖÔ é_™ÁÔù>¿üCÈèÙï^þIuWSœlB<`}ø¨*ÜëðÙésîÅi›lºŽøíXâL—” ŽáçeU]úÞ‹Ï/uNÝ3*,zã“‹ŸÀOýGÍH¼2ÈùÁî‘=ú¯rqy¸óÜs‹ÝÀÐÈøâÅUB 4M~ŠÖ‘ÔLN¨Î1&汦Œ[üþž¤G ¤)÷+5t¦ûY3šgûÑu)v[“ñôÌÂ?•ÅÅíwl!–—=ü*fÈ|óƒ ƒÕ?™^ƒÉÏÄõW¬ËXé~­tm…+ÙR’T¡¶]èzÛÑÙåôO_ ؽתc™$Iûhôí×?ªÿ fä 1Á}VÏ:¾n滃úûõ\“ø” –Þ™>"6ªÿ€ž}†î¼S@VçèìrpÉ„ý#"F~VNX69z`ô'ûÓ™Õ'Ž­ È¡ÑÆ.¿ÅÕ¾æH¶$IR^žº`Â{aýúFE}¼æWãçœÔ;ªÿ÷¦ž'Ù°Ž#|f?Ëž&øx ¼ûBF’äî©=ßûá W#̱bž W·+ò.|Û§OTTx설¼ º óЍÑ<°j¿2ƒé‹.c¥*— éN6!ŸG²Ü’ðòFV t#²…ýHB‘·¼Ÿ3A¦íÇH‹ÎÐË£‚´ï·¢0e-Uø}Jáò~A:ô_Qð²VF»¨µÏüòyÌ~ê8ÓX ¸f 5æn‚Tç˜Ö s¯BÑÖL$I’'vu3¡ ™—˜WMÃõ}Ý?ÃZ>Œ(¤Y›KýÃLÅ$Inš½oìæyÆ"’$…Fó7Ž›õ WE®ÉÏçÛßEG.K¦"_äüíá;“Tù+.væÃˆàÞýc?^v„n\ëˆ.g­ ï9Z¤ÊÓÿùÞ¨Õ:F5˜Þ>âøÑö ö¥éÛ}Íù¢ç¯=7þ.nã÷Ó1tdBÛQ»â\JÓÿì;軿vLr(NÛÖý½9S¯l€cÆw˜w`ù;-Ë2w÷ÛÁVAuÇ;ÍØ÷•ýãÃÓÞóÇåã¨ÂDÏöÎp€?Þ T«þýÎ݇TzÂÕ¾†¨µ€cF¦õX™ø“åTp5þɺ„]×o9é +ó+53ka£ü¨þ¨m>û{c¸¡UŸm3³aÇèü%©ÁI«»p s¬€q.\ÝþßÈ)·'ôµtè‹!#»|à#ª óŠ0iXæ¯Ì`ª$-q•‘e4½·éN6x<XÐ…Æ|O\}[©Z‹÷2žQÈS-4¾ÚÏzPàþ¡.3 Ø ¸f =æÎÕç˜fኺ êÕ=¸»¯è‡Cz xÀ1ŸÙ®û¨ÁŸa-Fòo­6‹EmÇ啟µ1¢ƒÛ|PžN’³Y+rMþŸû¿§6ÎN£¦>î±B9ãw>À­µ¿ºO^¯úWüû˜éæŸnÿ½¯ýÃC_Y¨õ¤Kíg­ ]¡L&c-ê7@Q™÷0KúÍctŒj0½=#ØZ&“éYGËJiŽœn'“Éô¬ŠE3CÚÈd2ÛXYÉ2*à‡[–_ÜF¼"fÇf[Éd2«/‹¿Œ•ÉFP…_…Ùj®Nophmy‚ßÝÈß³¹µmh&Éd¬ucÝ$ŸOûfPXPDdŸcœYÇ¿~Üî]jmÚŬÞïKñÆ“ûA.“q4Â+àè!³ð—´’ø+™Lf:½hz´L6ŠÚËzÖjXËÕ YM‰ê7x¤ž™óªßçÓ{µNz£±M6¡€zb{¸|Y¨º—u{V£_8><üUKשTáWÉW ¶P….S˜MYùÙ2¥•˜å *¡€ýé2Ó€íÑ€k¶Ðc³‚kWàô_c®½xõäöÏMÜ88æ3óªq]ßüÖøa„*¼´æRÄ¢Ùª# Týç„TÈXëjžüÌqætn2íÇ´ü‰6âo?[8ÃŠŠ¤þÝü2¾Mèt€ÃšÇ‡>Š.g­ ]!W²Û³ €8µnô‚ÙÆnûøJ’äD…jEµMíù—Pý¿üÕ#…Õ·«j)€\ÿ÷vk±€Ù]B’UÅô^Sh®NophmëU{ÈZ÷Ë¿ŽÜ<úô‰ß#7ÿs!~.°aÿÆ9øj%„¼àZz¥Pö´XJ¶ihDm¬¸Î…µÛ$ùª¶æ³VÃ,7ò³¤Š6b(eOùBsÖCSâö¼z8¦÷j*ôFc›lB>“Móø«nG^˜´,í™Ìjóï©Â÷o5d÷±\Ïþ÷˜Mý0&$ÄÇÏÌÈ0éÜ)¨ŽëãÌBæLމÁZH9°5NcÝeáäãäÕPïξCIò]:R-˜yÕ´]ß×ø3¬ñÃI’@Ê~¸ßbuÕ]àsƒ?³J?nÛ‚ (ÍúÛÀ¼³®æÉlã<øóŽcWÝ:))»ÍÄw „T¡†x­ ºœµ.êä5B^È„Ÿ\þ²öNI’¾-ÄqOJI’Ì8µ‚®¨Ú½ÝRÈ.Sª²FªnOê`öõîÛÔvúÍÇdu°òt&I’ON­4q©V—«zÝÐÛ“;™Ïýã*µM==ÂR—þWû|2sVÙ“$ÖñoœƒO2$|=:¿ÿê­¿Œ]jUÆ8˜P+ãä MgªzÝÎZµ½#¬*ç|³4"fÚ†ÏÏúú›|wGkKÇàqqtEÕ¨íƒ}†Æ–ìÞñ‡j3Ru{ÈÏëïOûºïN¥È­½>YïÙª ¹¾jÈÏùrË¥›æ2Ûäª^‡ôvÌúÿÍü:b_…‘lC¿]û‰+³.©¬\1y\¾ ÒA_|¯eœY ÓàÇBm„’ÿœsvÕ··»&îñÖç{7àÄȯø6’µæX±ž k·ßÿyÙôÉŸ Ü ’‹mWo~_빨b–Ú¸.eÆ·QTŠ@®gÝå§ 1¬ r•¨j*µ ·ëd²‰¨gÃ8ÆJWµ¬^HÀ¾J–.3 Ø ´Îµ9¦†Ù™«Û—®_Z¤')!™ùãr®ËlWM÷뫹–Ö+ËlJµ0õ×#]&m¢÷ZÏÞ¿nÖCdB‘\!ê9zÝgA­_wò³Ž3_l3õb^2œìb¡6òïmøvòGc£7YØûHÐe|tì š1·°ôðô¼w÷n÷€@m±:/±†B5zzzFÆÆÅE…Ú0"„zûðù|O×·c"D!Ô¬a"D!Ô¬a"D!Ô¬a"D!Ô¬a"D!Ô¬a"D!Ô¬Õ{"41•˜˜J´EÕ±%K–.Y²T[Tm5È©!„ª[õžß$…Œ 6–-_¾lùrÍÁ!„¼áDHÝBÅ-ålÓÊÖÅoùÁÿÖNޱ³²´uõ]yÆÝ£k@P`ĘÓT ë!h¬{5kÖ‰Jy­ qs†…úºû<žSN•h>„š^rròæ?ý°~CA~WPÂÁøFŽ)-)fîÚ»{gHX¸™¹9sÓWlù‡îÌ“œu‹xöß1g—ð»éW'þÏÏñÈÊóÛƒ¬ÀÄT2rÛÕ8?Üê¶?7}?T>ËÕom Å©»]#Oæ<ø‰Šd~s¡jáwþŽ·§ßã”7¦ç*ÏÇIŸ«F®õw¼5ýø–§{ÆtGÕÒP¥"/Î)ðÒÓ”egGu^¦TØ|qzC‡6Nfgåqt{s/ÅŠ ½ÌKÓãÚ‡'ä¤nŽH×™j¨BŸ²ê¹szø¯IëcÝ‹n¶ó^öáÖ#ë¢ÛÞßèÒûhnú^`ÃÚŸ-‘nû#6ÅO €‚¬r3CÕCÓÛ¬ƒ©ù\¸ª Ùzñ—A®ª‘ZÏE÷ÁgíÝŸ@ðHâp[|êöåÄ„„øu^«e\^܇ hÞËJ[ÍÓX•®‘ÚŽˆPsñæ^#SÇ/*³7|‹øÈÚ:Ml¿qáóN5×Ê’*ÛIàú¶ÏèBs!?G¦þî ÕÂ)®’Y éðèðl‰ËµÈ©®’ÙÔÞƒ³èBÍU¼¦tH˜þ™ýð¾Ðl¬Þ‰…ñZ·Y-§üvÚN»’ª!’Æz¦:R=÷ºtí¦VÂÚŸy¾­&mL¢¶ ŸVǵÐ<˜¬jP…‹î#"ÑÛö¨žMª)½›Ïóé;gùê’GU¯Õi>ë^ÍCÇZ…u¢ÒtŸðPÕÎá9ת½ºBo·7zG(з{ßL¾Ïà3cZ{6zR¯Ýžšký½tøû¾>æmÌÚ÷™ @þ0:$ÌÏßÌÈðüÙ“t¤jáÇû¶Ž2Øw™X&¶ÿ=~‚Z›ãã6½7 ÊgeëöaŸì¦ 5Wií?¡ðÆÐIØ@ß¡íVoÐïk¦ÜÆîÛskÄ'·*õIY[¿y»º9k¦°ž©ŽTϽ‡V”§d滨²ögÄîýwÆ|ÒércØ÷ýùÏ9ž¬×Bó`²ªA.ºÀë'GGn±±rí3 à7` ’¨œ=$ê¹ ä/*G-ÚNj>ë^ÍCÇZ…u¢ÒtŸðyqNÈŠ´g²Ö›ã×R%ºBo·7ú!j´òï|2êÚç†ãC!BMIÓ{5Zæëxh jp(jnÞèk„!„Pcƒ‰!„P³†‰!„P³öFa}¯È¬ûÄ`½ž–†]ºSíL4XX¯H z˺îö¡ytôö÷ü¯BQƒK_³|­9ð†Õ쌴Ò0¶j=ôÊ£CzûûtzÇoÑÞW æ!ÔàÞh"¬¿™@&'ÕĪ3\êꊰ®»=nÝáÓÎ%?çb Ôñ@ª+k×lkV뵨vòµ–¯§¾iÛ7³ºÎÈÉþ=>éø×ßMz_[0BoÎM„ôÿ‚M´-šlb*a®¬yQf ‹P‹%ŒÕè²ö7°­ÅLa. ®ãªÜ4fË–ä~Ýå§iôa—®f]w{tÏÐÙ/$Ø? Ð? >W›j+kë2€:®ÆÎ©Jm-l¨~»¦:iéNªn×l”(wÖöð™~‘Ú.ÍØÐ¦Ã ‚ÙrYæ~çvÁ·^Èàϱ^Ë.€JÕæ ×zè̾À‹ìcý}<|‚z _ϼ[Õ} u óM¿eD“)²bßj4Þèçé¥M´-šl¶F°ÖE™U—^¬ÁƪýÔqíoæZ̪¨.b©ãªÜ4fË\Kr×`ùif'YG¦–KW³rµÉº²¶æÔ}5vÖHšŽËˆ«Í4z»6£$qÛÙõ£Ûéç[xÞóÜöÁÁì莱¶œò¿‘ý·»›”º\ôàÜr1ïU³Ì9Ãu"̾­ñsH™srS‡´}ã½FîRCÝ—P׺÷‹ì“ýÆEn97=¬ Tkuò9ÂK„šM6a[#Xë¢Ìªö5X˜f¶:3ë Ô̵˜UQ} ÒqUn³e-Kr¿ÎòÓ4º“¬#SË¥«Y ¹Úd]Y[óê¾;k$MÇeÄÕf½]ËQÚ5Ðãè'~ö‘º:HJ¿ÑJeq]»µýÜ–_ïN¹ ÑSmŠ9g¸N„Ù7s³Ë9y">µ®¬Ú꾄ºÖ…¼'ºÛ/?»²¿ Tê$6Øê_wèê´/ʬmAa- ë¸ö7s-f.º¯ÊMa¶¬eIî×\~šÛ«‘Ñ}éjÝqµÉzUéxEXéIáZ‰[µ“ôv-G©ÏÚ‰Óýöhêyã¨ï[Uÿ¿kË„<ïßÔ ;‘4³H ’W«ÕCíf#hý“¨R-êug5lÏ*ËÃ,ˆ™7úáka®¬uYáš-aÌ\lšË Ôlk1ÓX—¢V¥iÉc¶–k¶$·Ž +³ŽŒŽuA‡“¥Õa›º¯Æ®yè˜ka³®ÄÍ¥–gdbÿiÿ²uãg]üj±¯Ú.Ö–÷|ù|è¶CñÓ¾ì3!Wõ­:lsFëÒ>u6{ü <>2¹WëŸMëhlÞºE÷ÿ”!ôf4Ø¡VÌ5‚µ.+\ƒ%ŒY›fÅ\šu-fëRÔª4,yÌÚrÍ–äÖqaeÖÅu¬ :œ,­ÛÔ}5vÍCÇ\ ›¹·µ?£/¾é²¸ëÐV†jñÌ–3Íšv5àþ¿Áüà?†íï3yϵïRÁ¬sFëÒ&Äý4$:Ògikçà <úiýÓ£i5k¾ïæÐzû‘Lm!Ôd4–D(•J‹ ‹SîÝNKKÍÏÏ s gWÏw:µ0‰DjñIòù<0 ¾i|>ŸŽF½MÅóŠR©4'+gÿ¾ÝùùÑ1ƒæ.X4wÁ¢þcŸ?¶k÷ß……¬7…$ $ m­Ìû„‡D„‡ôìÑwÉÖ“Taþ¬^±ŒYØ»G°Öеùa=¨ja[+s­¨ýÐ}fmüµ~BèmÒð‰ ˆ’âÒÄ“G½}ýFŽgïà(‹Åb±ƒ£Ó¨1ã»uó9zô°@ÀrçJ?('?søø™C{,ß1aüŸ©ZÇ_ëgíš•ÌÂ#'þÑZ±Æ?RÁzPÕBúôuÿ¡ûÌÚøký „ÐۤᡴR–ú ¥µ•upHXEEÅìÙ³======gÏž]QQÚC"iyëÖ ¡™ I¨zj” E-gnùòŸe«¨_+óþ××§Wx@XßÎç•¿ ®ú±kc~ú‡O÷ëáßÙ{å‘ ®*ÇFõ€ˆžÁ‘½{ªUWm'&¢G`ŸUGŸ_ûÉ ~a¾º­>–I\øA¿^Ý»‡Æž~öBCßìÚ˜Ç;ªDh{»w˜eô˜ý—•Ýüò½ðÈÞ!=Búî¸Ï_ V‘¾;¡ïT Z½_Yp˜ÚÞúÞXƒ ;qî— >yoóž&Áiꮉ q“6>…«J¯_uÇyô¸Zuzãݤ¸„ÄC»?Z?>ü¸óÔÝNÝ5þç)S耣^ Kúó ó©Ã¶hèœxgV|©ÇYw˜Uë kÿ·¿?´Ã쇞޿mÜ‚a³˜§Ìl‡µŠ.'…Bo†O„„‚ÌË}nÝÆ>LAԮÇ€µu›ŒŒt€‘_Þ›¨ÞøÐ¿n~P4/°‹\\ôàG’6/‘há0\Z|^CµöÕ `A?7 …ýpB‘??Ò‰0q%->«r  ]Äââë4èë¨öºôe³êý_›œ·sZlD¯ÁcÖñ“4ô™.d­¢ËI!„Ð[£¼k”Wí·]»vq„U RmãEÎßúfQô¯$AIeUº¦_UÈPj®Â¬«Zø²Qõmf›¤j-Ö™ðu=(°õ_A’›ãÛè ¸Z`6ÎUEëI!„Ð[£áï…B…e«ì§Yзo_Õ]Ô¯ÙO³ììBɨJߟ¤¼ôáªq«g~Ný:ÞY²øD:™q|ž©Ó§Úî¯8«˜ ùÏeJîê,í¨,©js¾©ó§ûöª:ëA«²kЧÅÜ¿¯QÛ¯§ªU§ÃTÛᨢý¤Bè­Ñðw„b==ww IçììæÍ›€þýûS¿&?ÛÍÛ—Pª'BúŪ¨Þ¡<OI…ûiÃ{NTùð?ž2zhı\l÷ãß㙯l©–h¨òíA1=CZH8ÊZÙŽÚvËó£×>Ì“·^ý×*Í}£7XªVÈ<Öûî¸7aJmJ=Rfã={sg'¨ŽyF\U´žB½5xÉÉÉ›7þôÃú ùy\A ã?9¦´¤˜¹kïî!aáfææÌ]:"I²¤¸$nÏÎÎ^]‚C{¨í=s*ñîÝ;ã>šXYQ®Z¾~÷¿ƒ{zA£×Þ®õƒôgÚ¢š˜Ý'®2ØO[BÕ;Cÿ~ÿ_Ìà!Ì]%%ŧODöÀÜEÉÊ|²yÓ¦~Ñ1 GÈãñ £úE<¸?-55$¬‡mÛvù$ãô©Ä²²²‘£ÇÊå2mÍ „B5Ñð‰D"‘•µÕø&^½zùH¡œì§`ÝÆ¦c§Îݼ}•J…R¡P«ÂçñJeã_qû¿Ç9äÛõ|¢’ øŒ7.!„PÓÕ(!@tëæíããÇðx$IJ¥LZÉoÛÚ$5#Ï©EãÏ…o%A¤=ÉkÛÚT[ B5%R €úÍ«°®ŽÇ/¦Ý= @¿I|ÏʲEoogm!Ôd4®D¨;c½˜PwmQ!„ø¼"B¡f !B¡f !B¡f !B¡f !B¡f !B¡f­}|‚ i¥T&•Jx  Äzz"±ˆ™G!ToK"”J¥E…Å)÷n§¥¥æç瀅¹…³‹«ç;ŒZ‰D"m „B5Ñ(n¶¤RiNVÎþ}»ó ò£cÍ]°hî‚EýÆ>þl×î¿ 5Üš˜Jüýý»wöíûëUÎ/Ш[&¦m!š,Y²”Þ®ASþÚBjEµ{Z1ûOwïµÚA¡†Òð‰ ˆ’âÒÄ“G½}ýFŽgïà(‹Åb±ƒ£Ó¨1ã»uó9zô°@ éÎ5éü¹¤¤ ‰û|5øs a K&'èíeË—kˆÔ*éü9m!5'“uÕ½Z¶ƒBoFÃ'Bi¥,õAJk+ëà0æÞàÐIË[·n…ZžÅ5ë4¾¢ð8µ-+MžÔÕ'b[rUhb*9¾zRŸð—.ßÌ  éèm*2<$ÄÓ­Û·‡ž^9©wx°[{¯Å ™tpÜœa!¾î¾ç”k>èîù#BC‚†ïxD•Úü‚ª¾|‘Ù+Ö¦hº÷ÓÄTÂìgEî?Cúùúwï6ìLnIõÓ¢¨tµ'å9'øzx…› T÷ÔNSÃÑ<Î!Tßþ5B™¬2å~JôÀX®ÿÀ „ƒñ;zi^ûQâbcëªïfü-vpÇ6x™—¦ÇµŸ9Nªº¦ûi¢Ò=ÖžlŠýÈò«ãñ1NöŒ9ÈÒ)Æir‘Öþ#„P}køDH(ȼÜçÖml¸¬­Ûdd¤ ®ÿ€@Eù³ûé•?^¹M•,½žgõiô60濺£ZÖÏLGJ‹¦³4¤bÅÀ`ê0’PL_ÞßZºŒ‘Í¡–õs‡~ËŠÆùLˆv˜½âjŠ©ýüá~Ñ¥~àØYáx€ªDÈÚOÖž|ÿ²§Ë☵˜8G[ÿB¨¾5|"¿ä•ûË`“Ο ¾í;yÂÆÇf€’$wž•XVV6rôX¹\¦­„B¨&>€H$²²¶ÿÑÄ«W/I8”“ý¬ÛØtìÔ¹›·¯R©P*4}pqÁÛA„ÒªQ$B €èÖÍÛÇÇ/àðH’ ”J™´R[U„B¨æK"¤( ÍŸšG!„êVÿk!„j@˜B5k˜B5k˜B5k˜B5k˜B5k˜B5kès„AH+¥2©”P’À¡P ÖÓ‰E|>fk„Bõ¥±$B©TZTXœrïvZZj~~X˜[8»¸z¾Óɨ…‘H$ÒÖB!TâfK*•ædåìß·;¿ ?:fÐÜ‹æ.XÔ`ìóçÏvíþ»° PóMáÕ¿–öðõñôö _ü×5 ‘¯Å? Yhb*a2-Y²”ÞÖ±Jƒ¨§~²Eõˆ´¢ëª6XX§yÄtdU›ÁÑÅk[ úPÒð‰ ˆ’âÒÄ“G½}ýFŽgïà(‹Åb±ƒ£Ó¨1ã»uó9zô°@Àyçšy|zÌêÇ??—tþ\Ò‰é«c¾<Áù¿šÉä„êvÒyίHÔjÙòåÚBê’ZÏ5Dª©§~j:Õ#Öf„éºõt jjp8Ý#YÕfp´’ɉZv¡·IÃ'Bi¥,õAJk+ëà0æÞàÐIË[·n…ì¹ðûɺkE{1ˆZ´_±ë“¿&ÿ7uŸWuwø"ûW+çI +MžÔÕ'b[rµ×ÄT²{þˆÐ á;©mSå9'øzx…›O—µ)Ê¡¡}À? þêÝã«'õ ñpéòÍÁ ­Õ@Q~ÿËa½;ûøûw¶(ªÿ—œÞæê9×iªuƒÙO¸³¶‡Ïô‹ÔviƆ6¾Ì–Ë2÷;· ¾õBŽõŠXvTzxzùw®AcN3¨z"Ì!z‘}¬¿‡OPá â™w$T‰ZƒN<<$ÄÓ­Û·‡ž^9©wx°[{¯Å ™ª >Œëç3ã ä^objžZ¡€i®6;ó*¸lW–¢K¤æ9 68úob*‰›3,$Ð×Ýwàñœª¯í¬ÈýghX7_ÿî]†ɭ #©IbaÑ´ë´§qµÿº§‰PcÐð_Ì[\T·;z`¬½kÀãÇÆ÷±L&eîµ5ky'·ÀTÀ£~%Å’V‹ Ò+ µëôCNÆA>ÀùO»-ôúóØX×ͽ\+.Lô2/Mkž“ºLL%C¶^üe+s›ú£µþŽ·¦ßãô`Ϙ®câ¨BÖ¦hªßˆkb*¹í꜊nuÛŸ›¾_kõ-‘nû#6ÅO €‚¬r3Cµ©m®žs&³Ìfå/n;»~t;ý| ïÀ{žÛ>8¸s€Ý1Ö–Sþ7²ÿv·c“rC—‹œ[.æ½j¶YËY¹.ÂŠÜ KÖ#rõmŸCÊœ“›ú;¤íï5r—ÚWJ©Ö¥wqøð_“ÖǺ?Ülç½ìíGÖE·/¼¿Ñ¥÷ÑÜô½tƒyqN—ž¦,;;ªó2¥Âæ‹Ó:¼°qú0;ë,ãp¬Ýfö+RÇ)¤µÿ&¦’wÿwuKŒSÚÞ±á+;>Nšßù;Þž~|KŒSjܘž«<'}Ó›«'¬ÓžÆÕþëž&BµT'_ÌÛð‰°0¯ð—-æ.X$‹Y¤Ré×óf-Z¼¼‚íKê¹!,èØÎpÿ­™vzm¾¿ÿ¸«±ÈÑÂÌÊÕŠ|ž[úß]01•<Î/4ò˜ÛÔ¿ƒ¹Ù¥œïÀàØå‘‰_ìð›ÚãÁ‰®Ã±v›¦5RÇ)¤µÿ&¦’´¼KŸçšYùå§AõIÛÒʧ8ÿ1pLo®ž°N{Wû¯{šÕR$ÂFð®Qž¶ =îýVF›2J¦;˜R¿–dl2j5”ÚµÐ{À¼Kã¿:ù¤íW]E $É'ÏØê½J0꡹ÍðjWS¬ŒøTE€’*y­êÀ ø$ñBµœµç\3»ÁªÏÚ‰Óýöhêyã¨ïU³ p´LÈóþM­°I3‹¤ ÑSݵøÔíˉ ñë¼V˸¼¸±öMÇ©AÓrâb÷~礅|üü?ý5~\?ymD`pÞËîôek¯ÝO“«Ÿ_|ÓñÙÇC[ª•3[Î<6kÚÕ€CóƒÍ½>ýcXnŸÉ{è`’¨œ=¤g÷€@?ÿF-ÚNjÚ„¸Ÿ2æGú…Íý7Œ'0å SmP÷gÕÚBá'QCí ïÐv—ÉN}ÍôÕbtï¿ÖÈZöVUäÅ9!¾Q‹s6Ç£J>Þ·µtÍ`_ÿ+û=~³ŠÖqcö4­íÓêð4ª' ÿ!I’%Å%q{vvöêªþ¨qæTâÝ»wÆ}4±’íBTO¶E»Ÿœ|ìמ¶Úë¡(aK>@橹~Sø™Éßh«ÑL©¾Ú‡Psó–¼FÈãñ £úE<¸?-55$¬‡mÛvù$ãô©Ä²²²‘£ÇÊå2mÍ º!-:1µÂ,êß ™ €H$²²¶ÿÑÄ«W/I8”“ý¬ÛØtìÔ¹›·¯R©P*ÚÚ@uCOráßëÚ¢Þcë/œÿX[¼D¨–E"‚ ˆnݼ}|üø>$ B©”I+µUE!„j®±$BŠB¡À›?„BoNÿk!„j@˜B5k˜B5k˜B5k˜B5k˜B5k˜B5kès„AH+¥2©”P’À¡P ÖÓ‰E|>fk„Bõ¥±$B©TZTXœrïvZZj~~X˜[8»¸z¾Óɨ…‘H$ÒÖB!T"J¥Òœ¬œ£ÇYXZFÇ jcc Y™OΜ>¹k÷ßÑ󬬭‚ó«Ý¤E§[Û ô_wåðpg®\¡!„«†Ö‘ ˆ’âÒÄ“G½}ýFŽgïà(‹Åb±ƒ£Ó¨1ã»uó9zô°@ )aßß4ßqÌøëßþ¨!!„bÕð‰PZ)K}ÒÚÊ:8$Œ¹78´‡DÒòÖ­B!W.$¬ÿoéüE};·çV}gáéåcÜ=ºFŒ9­J*KWŽô‰™¿[õîÒÄTr|õ¤ðO·nßzrxå¤ÞáÁní½'dR²Òä‰ÑaAA]}"¶%B¡·HÃ?5*“U¦ÜO‰Ëà”p0¾cG/Öõ¸‹­¾dô4÷ñŒá}{Çêmð2rl¿å´Ã?ñ`6²b`0uI(¦/ïï -]ÆH‹æP{—^ϳú4zóñŽ!„Þ* Ÿ§-€Âc‰#äyÓNæÈoE{| ’fÍ»¿ÂÓ|ñ©Û—â×y­>–qy Ü·‡ÇÒƒÇ*{0ž6âóxâêÛJj¯’$wž{HÏî~þŒZ´]5~ð⃠œÎú½¿¬Lù¹pì¾=V Ó:ûøùzµí®¶p„BMIÃ?5*Ö»¹¹ÇíÙùÏé“Á¡=Ôöž9•X\\Ü©³WeE9³î—«þ*ÐwÌÊ} ûO©§UúC„1ßÄÇpìâÚµð\¿÷@!ô6jøDÈãñ £úE<¸?-55$¬‡mÛvù$ãô©Ä²²²‘£ÇÊå2mÍ „B5Ñð‰D"‘•µÕø&^½zùH¡œì§`ÝÆ¦c§Îݼ}•J…RÁòÁ „B¨öE"âÿíÝy”Õ½Àñß­ªîž f`6°Ì 00 j|!¢ÆèKô¸äô™E4M$˜ÄDЗ˜?\¢‰1n1æ=cž_ÖgT”²È. a†™aº–{ß ÎÖ3 é¾ßÏáhSu«º¹ô÷TuU·Ö"ºªjâ¤I“×QÆhE~²!ݦ»®”0 [¼k€‘“Õ('!X¬FV#„«B€Õ! SÓ/ŽnMgC¨”ÊÉÉI7 €ãÌqœ0 UK?Ò×! aQ⤟ôb±N¿ÚËqÝX<þáïõ(N76Î~³LyEŲ,©štZß~§x^g÷@ZƘ( w¾ûϯ/ŸP5)Ýð4:›®^½KÆŒ·võªW-<.çjHK)UTT4vle¯Þ%鯦ÑÙŠH¿Sú÷;¥ºQtEýŒ€ŒFV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!dcLº!G´+„J©ƒõõéFÐ%DQ$¢”R銴3„…EEïüsûÁƒµÖéÆpÒc‚0<ØPßp°¾°¨Gºá""^º""£F—­^¹rTYY·îÝÛXN %R[W»~Íš±•ãÓig‹z—UTlÙ¼¹¦z‡N¼p‚)¥º••Wõ(N7V¤!‘Þ%}z—ôI7 € Ó®ÏÈVí:"ܸa]º!t9£F—§Ò¾N>ã¬tCèrª÷ïK7¤}!lÏŽÈD|F°!X¬FV#„«B€ÕÚuûtq:ŠÂ( ¾ Ù£Çq”ëzmü Ò~„@Æó}çŽëׯݿoº±Ïqœîݺ5jà AñD¢Å1LH‡B™MGÑîÝ»V­\1eêÔAC†z^–¿­¾¿ýí·^~ù%×s ì¸n“LHº-šÊò õÂ(\³jõ”iÓ‡–nl6ˆÅãÃGŒr½Ø’Å‹ûöé“›_Ðd’n‹¦¸X@f3ÚìÛ¿oРÁéf•î¯ÞAóULHGB™M)¥µÎú€MÄâq­µnéZ&¤£ìš)YÌÓ›`Fkû"I&¤!‹cÖmX³k÷-®íÛ§ßè‘Çöfj›§ž_ó“ß¾j-Æ#FŒˆÌ8í?¼öœt›v9„€-Œ1ë7®ñ~üøŠ1gÜöÄòÆåÿÀºÏŸÕ·×-Oojqó KL4tRg?Øõþô©çÖÕÕ¾ýØc[oýþ¸nÝ<‘( 1:Å£uL©a"[n›Ezȵ׌)»àŸžP9©ÉÞ>|mÞé³7þùÅW&öÏ‘]ëž|c©,né™;«3§Ë©Ñ»ª¿vÏŸG éÑ´‘‰˜+"U_|àðJuã=×UŸž8|î̳÷T×J³×üîs³Ï»³fñ’#ºÇƒo^3ù“_+YuߌÒÔZcLí?ÿ2mÒÏ{xémžÚù|l!€ì§”„a°æ7MìÕ+¦T†’JE*„Q¤µ6ZÇŒ†›¾û½~WÍìVÐÝoékJîžù“Ùÿ·-UA))Ÿ>§\DdËc_ùÐÊÈo¨zÌyüwWWö‘X,ö§Û¯úÑ×¾ûNÍ~úÜí ‘°~ãM3¯ùÛÖº|W¹à—¿›_éXõÕK®[ýQØÌÿæ ®׳ùóžxË6ì¸åÁ¿Ïøä¸ÑCûmy¿vìàŸͽÔsÄsUÜ•DÌMxNn"V—PJöV×G‘n~"ù®Y¿¾ñ…í#ºÇE$ÖmÄ=¿ÿÆéwÝ·ýžÔÚš-ÏN9ýúËŸ\6çœM·<!€ìwèHÃϘ( S÷]§Ž™C˜â#Æ„QiÝâ÷u=º³vë©…Í—8ÿ¶|±DDª7?5ðì9Wïx4µüÙß^4wxõÖ‡úŸ~ÍíýUDûÌŒ7/øÕ¦g¦ŠÈG;êEä±ó?;öÞÕLèu`ûÿ”žyãÕ;Ÿh¾ÿì¿þúƯŸ{ãÒó?Y—»õ½Ú¸'Þ©Ž{*æHÌ“„§b®J¸ód`ŸbÏU[ÞÝÝ¿w‘jvÕè¯?¬Û6¤{ã_ __÷Á0‘C!œ<á —=»uδþrRBÙÏ£µ‘(Š´Ö©K`Ì‘~ì¸PD¢(ÔQø~‹{kñššmºüò·íc®ªßµIäPïºh˜ˆûRrÿìÔ’üãÃåý·ÔãâÒ<™¿bw¿kf<.""ÝœÉ'Žr˃ß¼³æŠ §Ô&õöÝóâJ9Žr”Hê£Aiq” •8‘1Æ(Ïu’A˜›Ó±¦ÌºpØOîþÅ·¦ÎËwNæEI{ÑÐ5EQ†akkÑ‘E$ ÃC‚*u¸„GF‘ÖZDÂ( £ÐßO6ÙÕœRpï¦]· /j²üâ ¾vås®×W»» iÜ06æ4j\øI_ŽüZPhÌÓ‹^)MZÒ8¬ù³·_ÛÒ¶?#Z$ˆŒi/rŒU×…JŒç˜Ü˜Ê‰©œ˜“z`´Gr±öÜ·¨ÉkþBIþý[vÏ9| ]ýÖ}ù%W4޹îÑW뮨÷9ïõß~;÷ä]»yòžŽc»ÖT†Zë(ŒD$ Ã0uËD4Þ;…¡Ž¢Æ ŠHjaÍ÷6û‘köï7¼þ^]ê¯{7-ºû™íƘÉhHi¡1fåã×ËQת4nØøøÖÉ%³XœzüÑÎzcÌw*{ßðË×SK¶.ÛÜ|Ûµ:"Òæ„¤u笳ϩðÔÅ$Ø3¯ö`´coCu]Øàë0’ÃL™(2‘Ö1Ï)ÌÏ}òooLŸxj“]}ý¾Ëîýü·Þ¬ñ1~͛߼ø¾Ëïÿzj•ˆ‰ßôßK. Ÿ|å½IÝôetTÛÒŽd‡Vß }?ÐZ‡Q(J ‚„säàÐ;èá›(DÄ¥¢( Â0ðƒæû,9ãÖ~üàœË§¾—t%Jz=GÜðãû1OÝyåå«zö/>c®È_7óÇuW_WñD}ALæ¡'¿7æK¿_°fæõc Æxú÷Ÿ®Ö|ÛŽëT®:·bxi;~õÊÔ3*G––¬~{ß´±}¿¯zЙ•õ‘›ïþ]³Q¦ganÿ^…—=ú¬±[l÷¤™·.œyë‘ šMˆ8ÝæÿùÍù ÿ±#„²AêL`‹«Jz÷Y¾biåØñ}®¸"Šô;wü瀃 ñfÃRì}ó½.ù|nnîÂE/ŒÑôø&ƒ´1!í7 ¤û/o¹à{¿ôÇ_ÿÜ´ "òÒýW¶6¸óOw²ð!€ì`Z3¦|œŽô’eKòróJ.»´ß-sßÍÉ9úzPs¸‚=oœ]|É%‰DîÂ…/&b‰égºÕv­ÎÄáÖq‘Ÿ»ë†i£K»=ºà%ñ}?™Lú¾AêÃ×t;8qÒMH«8" Ú>_Yµtù’×–¼:±jb¯K/‰tôö¼;Ìáßq5"ŽãôüúõÅ—^œH$.z1?¯àœOŸ+™|”Óù#B­uªva]1åÔSzÄøCÍž={RkÇqÇu]Çq=Ïõßí ŒùØÑŒëz^,¾pá‹ùyçŸ{~êNÃÖv˜ Úš´Â0ô}?Ã0‚ ÂpìÀü¹—íÛ·Okí8Žçº^ª~©ÿÄbQ& ×=r[H¦ „²Bº“cA”—U,YúêK¯,:}ò‰DŽÖZm´1FGQ†á Ï¿H$>uÖ§‚ ˆÅbmì-¤›¶©”ÃÿWJ9Ž3¸oAEÆq•×uÇ9²ZTjIgžôd!„²AÛgëêêêëë<8°tðšõk~ó›'#­M¤#s¨†‘ŽŒ6ýúô4aÒþýû“Éd^^^~~~k;ìú:yjT)•H$âñøáo݉ÝŽEÆ×uuÝTÿR'E;óŒ'! R··¶6///'‰x<1yâd?ßÃH-"Žr<ÏÅãñX,‘ÈÉËËÍÍÍõcB:Ê¢i•”£ wïÙÛ§¤$ÝØì±÷£½=z;ª…Û˜Ž"„2›ëxcÆ,}íÕI§MîÕ«·ëeÞåû…Ñž=»—/_6®²2ÞÒçvLHGB™Íq¾}û•WT¬^½²¦º¦ñ$²•ã8EEEååe½Š{æäæ¶0€ é B ³)¥â‰Ä©C‡–––†A Q-þrn¶0Æ8ŽŠÅ99-¿é3!EdÏ‹y^†ß\1!íw,Ÿ+5!Àj„`5B°!X¬FV#„«9Ùý´A)EöJýò0gG–"„«yžç¸n–ÿT­ñ<Ïk áÎï¶=€,Ç=ÏóDdöõ×¥ @¶‰Çãê½÷Þó}?™L&“Iß÷}ßÃ0 C­µÖÚ“n'd¥TêÊÏó<Ï‹Çãñx<‘Hü?8¾ endstream endobj 707 0 obj << /D [705 0 R /XYZ 56.693 815.761 null] >> endobj 199 0 obj << /D [705 0 R /XYZ 56.693 759.068 null] >> endobj 708 0 obj << /D [705 0 R /XYZ 56.693 739.087 null] >> endobj 395 0 obj << /D [705 0 R /XYZ 56.693 378.322 null] >> endobj 709 0 obj << /D [705 0 R /XYZ 56.693 358.452 null] >> endobj 704 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im36 696 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 713 0 obj << /Length 383 /Filter /FlateDecode >> stream xÚ’ÉNÃ@ †ïy ßHãzö 7–‚@ 5œ ‡¨¤UEÚ”´<>Î&Ê"¸d2‹¿m‚\F§Y4º°ƒS²98…ÎC*5jÙLãÛ|¿[–û­8™í–Õz›e)>«ÖDj±¯óæ´;Ì’”âª*“Çìšõ…”¬ídî·E}”X÷7ùzŸ·/™@BÊN7Æ+ôRƒ°|Ï ù4u‹1M\4΢—Hr" Ö¡ |èHÁlM žøŽQЄ^Û—+°’PiÇÿ%L¢»ˆúbЧ¢¨¤AÛ”äz$dw¶åa*$Åã·MU3)Å»ŽwSóDR\ÔÅzVl?ý¶²ÉÁbêÐpWŒä1?[ü°ß|Ûc ½m÷š»h‡›ÑÕŠcÏ+6üÝò "úâ G[¯fDyƒd5èÐtJvõhMïºÞ6~òúeÖ„ ¨gSS­;I¹|Î;MljВþ¤ýCݾ ‡!$þ3ï Á·ò endstream endobj 712 0 obj << /Type /Page /Contents 713 0 R /Resources 711 0 R /MediaBox [0 0 595.276 841.89] /Parent 717 0 R >> endobj 703 0 obj << /Type /XObject /Subtype /Image /Width 601 /Height 418 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 24361 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 601 /BitsPerComponent 8 /Predictor 10 >> >> stream x^ìÝwXW×ð³•*¬D¥ ˆAAiÒ‚"Xc"*kÔä³cKbT,IŒ±EóÚ  ˆQ±{Q¥÷¶mæûcp]ØÝź†ó{x|fïœ{çÎYŽwf—a…B’$Åb1AbA/B!ôqb¼Äd2Y2ØT"‹Å¢ædÓ¡² !„BjJ6²¥I¡PÊŒoÿ§¬Y„Bè£ôãÂ1l6›Ãáp8j¾Ç¨««£òŸ@ 3ÖÖ4¶‹ óVÖB!ôQÚuäBcIÖ†ÙAÜ—ÕÕÕTäóù3Öž9u2¼(¯QCU~êŽÚ¬³„ˆ/ ‘@ËØÂ´ß{eB!„^SYU½HL(`³˜†úÚ- U¯e¤§ 1»þˆž9PSSSCCƒQQQÁçóù|þ´ÕgN\PZ"~Ýó´%—öx;wóqꢥgÀáj°Œ‚Òê¿ÒÊHû)û4 :‹D&ƒÉd±l!„R]YU}yuÝýŒ1®z:Òéð5j•TÖ¥§þ=s ––[r³PÓØ’€k«½ý‹­Ñ1÷Äûéæ¶Æ/^”•=ʸvâTàßúöX]œÀh¬¯Áo\ 3ÿ\IX7ò¯žw^ÜXüˆzºè`_weµ[Êy’çnÛ®<|fmѤÚ]tÞ¤qi¢†‚+9zTkSN-ËìÔׂ6*îÕöD–¤q‹„yOŸï:x»ÔÞÁP£Y:$’ÉdÈk ('S·wÏÝî&ºfô·±…={«’·‰Ð»Ãd0ÀÄ@~™?LnÌì‰ Úe0 *ûHj=yžª5{câÐ^ð÷é‹’WgéZB¡M}ÅžzM¼\­ÓÍÿνvî ¬'³Or«iqØŸ×èëps jêEœÂÛgìÖýy¾sP+Gos!zÉ´§YâߥJ’ä—?½™SÑÀÀÔÒigekÝQ‡ ©ç¯@?·˹ϞošåÎÌ}ö¼Ÿ[{ë^€öÖ÷2s¤§k¤æÅÓ{yeõ|“ÅÖÖÖvs²e9E݇ô!Aš÷u¬K¹!îÚ@ü§ÙO ʪù"RS[dzƒÒ^$I9Y ËëDÀÒkoØÝ¾‹6“!é•Cgƒìçb×ÜÖÞÚPCÅÀ†ýéíͬ¦t]4­qüÏy~n]›ìÔþÑ‹J­®½Í´ z–ó¤ ¬š/$¸Z:ºZXkÀ‚ª_šj1Û\ª4ïjÀ±X 7Rõ6évGî ‘„Pn#*î;jkZõŸ0&“AeÙZ¿Ì6{c"ÈK¨’Z2¹hZmàöùá]c=}4Ën5ä\Ì,¨»”[ûàE}×öÜFŽKßôq©Ð¾»Ïð~AÞƒúM}@Ê ÎWƒ æü]")i({’ækg»™ð4Ù@¼x^|0öZ¡™Ýý7äNõ$Ër ©e‰ÔóWåÆô±îPil¶nTßNú\Q#ÿyQŲ}7]zÚ „M7¸Iˆ³*È_ìµ…%?äj/în®—~£^Ø…+¾3»ß>QŸh0ËJÊgÿz¥±¾Nq¯ Ûkß½ù44ܵŸ¡ˆf=ÙŸÕÉÉöꥩ˜)OL1××'Ä»Pbm,,”ÛCñÏÍgÌÛϧŒÔno#æßJ=_ÔÔ`ê³ÅÓÍËÎYže¬]šç=¨÷BÇŽÆZÌòÒò“g®¥t*{|_Òç™cû†.:èg¨wïf–‚HÕÛl±;–íAvÐÜ{u{ osŒR÷µ5Ô O‚ÊgÒ¤s“Á Ò–¤Ö €¾³7&R1Ò‘³7& è[UÛ(]KB,³ ‚ ˆ¦¡JR¥†‘…ž[Ä·ËW.6ôiù¿Ë>n½Ý-ÿ½yçzÎ=KS²ºEgÃÕÕ•;÷äî¥CgüÀº Uë|úvJ~u“L m²>-ý~ˆÑNWgD ÝÌ)=Æ­—ž:6cokµñÏKóÇõjÖeok•ù6^®Û‹‹ôÓ–m?˜Mp5m,Mô4|àî½TÀ'=º ùZæÎ&泌›wÒÍ¡{÷A†ÇNÔr‰'Žcë®SœùpËòæ&ú\MóŽŠ{õâ^¦ËøÁíµïŸ»žæSüìVéTO?ðêÿ£yÕ¥>›5Ä2l¤Ëﯿ jd{(÷‹¾®ÏÌ„üR&[—ÕPå“:óÿŸÁ½v•¹ÝFœð‰î½ŒI/;ÙÚ}6n`õÚ#·,-¤ûlokU”uß~äÙÈ“/·¥´MId‹ÝÑj×(;ht›;S%Ú¥Ú¾£¶Fv†7ÀïÕ݇Óç®´n1/$b€Ÿ»$RfoLàç.Ét²óB±XÌ–þûj¡X²®½×´b~ÝWÑûÛkˆûûjrîܼ© œÒAŸÎW jûkYuÓïééÿõÂo¤+¢6.çÌ¥jŸÁó $%õ‚ºvú~]ô9T ©Û•þÛ¬šÔ©ÉÓ×?Ÿqƒú ~þÖ3k #Õ.Èê £õXhÔÁº««w'ûvê®8“Ù¢"jËÄ¢š —kVùxJJämZåkÆa8|ñ^…`Æ$?3 € Å$Éb0¸@ŠX¯¾'Ôìt"IŽÂL~#–ö[~OF-; °W àåûY*ä…ˆƒÁšº:˹N¸"& _U1Ml, ¹Ï_–g H7CxJ6mgïîsù€_Ø®«ç¾T;A’4‘Õ*¶)‰l±;’–¥ns¶¶¦*î;jk8ì–ŸíÓ}žÉdEHÕ‹‰Œë·ZÜ#¤îºöîÅb1¥kI$ɔ΅¤ Ý\íÒêzC;++[¯AU–þ¢n~ýŠØ: I§Úuvó¿^¶"jk$gȇ'/×3_¥%&ƒ!"¸\¶E·n¦ì¦<юżÛH@„‹ù !^Òç%—EBF»YtÔª/¯¨t<|Z´l¤½Sø¤ <¿^Ìdk‘¤P¯n#C‡úÑ$* zk3ùW®¯Þ}aõžóe€ÛPS`1÷d7À7ÎÝ À«¯ãóg¹J{ÕI‡½ï Ùy@åÓ»]S !·‡r‡ôVv‘@ð“­CWMérxùžíÂãþv¿‚}:wÔ×46æyz8DtäÕ[ÓEªÞ&Ð0×ãÈ]#J÷µY²×H3®ß’ü´XÅd2ZÔ’N„³7&Jn7þ2˜¤º¤)õnjö'cä^¯¯à}réQqpð sq'µ3`óL@‹G’¤…E—§Ó»:úƒ#[µUŒ®:u®Õ|ç¦G½¶êb´&öÁŠP»Ð!N×.ߺÓhÚS‹]»m9ô`ÕHûÁÃúd\¹ `HÅ$iiÂÛ”š·ÐÏü³‘µO>]›E·1ºFÂz¾ŽÁÈ }MfMeuâ‘Ë:[$©Û®é{EùwŸ ú?C8’›­gÆc1òîßxfebîÜžeüyöàÐ>ý{Xͱµ.-.?rJØQY¯ ¬­/ï9Ûi„K`ß^AtÿvÖ–¸"[;Ë{·òAºÊ ÖÕÑyïPª„gÑ-+îÌïU΃{šÏm)lä甞-µ×bÖ4¦‹T½M a`i}ý¯³Cš Ú'öòá’ªï;jSZ\#¥ûZ…Éxy¿PæÊê쉽z~B-´hDRK‚$IFNNN]]ݼ ‡>8ãYQ%4—Ÿ•Q››::¨ï“GY¦æ]z8:2¸:ÀÕºs/S 8ØÛ.Y±ÆÌÞߺ÷`@mÞõ›w ·“#T?ËÊ.H^ò+^dç— F;C3¢¢ VL6•Wf?+L}C“ÊÒI<Ô>Ë-©ŠI&[ßé“.-Ú—^¦k$';»®¾QD,ކ¡IgsC­.¸w¯HHtrèÑô•;’¼wûŸdôèéÀá‹ü‚²ªz¡˜àjj}bo£J¯H‚Ÿÿ4¿¼ºž¦Ž^û.]M5™ =WÚCé`%夸¸  ¤²–/3YlM--C3scm¶œ`šHÕÛ¤Û’È4šF”î;j›ôu5O&Å©ø]ûA!#¨†JjÕÖóïÞ»ŸôpKJêÒµ@("®ž>8ÿsŸf¹ðÉ‹ŠÛ+̽•=ÎÀ }qq)SXãéë6ìïc'Ïž»L¦X$b±8}G!„ÐÓÖÒà°™§Å™Û÷åéëÊ©¬ªÍϼ4 x„PDÔ7ð_»ˆ ’Ê…Í®‘’2×(:Zô  uîþro¾›y3 àæíûíü,{ (Ⱥ¤­ßQ¶B!ôêêµ4¹Aá)Éñòï.@`P8_ jh¼I-iÊïšØô¡V™Ø¸_½szÖWQàæéN¤©­]-„Bè5Ô5ð ôuB†z|¡¨îåÜŽòzµ$ùV2/”ÆÕÒõ­b0B!ôzÊ*i?:®ÀkÔb0šçBûv¥Ô_òF!„Úûv¥ =/LX7¦¼¬”>!„úO)ÈϋٙÊŸÞ‚Bý·a.D!ÔÖa.D!ÔÖa.D!ÔÖa.D!ÔÖa.D!ÔÖ5û®=B©›ë_ħ=xVØòÉï“É0ï îß½·-íC¸ÐG s!BH}e>)ýãØM÷ÞŽ¾F,滎%&ˆÂ¢²ßÿ¾A lpq´RŽ>>˜ Bêkÿ©;νyí ëùíóÍß=^û>Î=¦?Ä\øŸÔŠ\XTT˜•U]]¥,½5 £žž­àà¿E8°²ÔmL¨þ¼(©´wÔ«i+ 4´ô K«.þsîƒN«¨Û‘}?${ݱ£‰²XÕsayYÙƒ»w{»ºw`~¸+m A¥%Å×3®áâîƒÿ¶àÀÊR·1¡úÃ<ŸRøäI|È¡4&ƒttrúàƒÓ*êvdß—{Áas •…«œ ܻ۽G š¶ñ õ¡¡¡Ñ½Ç'Y™pðß.XYê6&l¬š¬,ðý·ø75œVQ·#û~hhhtïÑãÁý»^>~ÊbUÎ…55Õíôôð9MD;=½úº:ü·V–º ‡ $Iª[”E©#u;²ïG;=½šêjeQªçB’$ F[G5A<þ[‡+KÝÆ„Í’ Ô«?jÓ™VQ·#û~¨ž¶TÍ… >—ìÛ&ÿwV–úŒ ›Å€j¿ÎÞ6‹¡>ƒó>êοS­É…js:¶M8þï¬,õ6BÎlFSSËÑÑ‘ZÖÐ÷ºpæ'™ª¯oÕªUË—/—»êãR>êοS­È…â…ãÿŽàÀÊRŸ1á°h¦…W¯^•,¿Åþ „ÄêÕk–-“Ÿ 9,5œ×ðQwþjÅ'kIy,,­<ØoàØ?o–ÊQàÇŸ6I–+ˆ|×’VLôê:vµ²ÀCîø«áà7u)(xpPpèè•ÊÂ_ÇÛí6ÝÀÊ}Ù¢œ|µ¿ƒý;x«ŒTÍGz²É¾EÒ‡U› @¤Ì´(©ygaâq«†OÄž =ú$--­ØE#=Ýœ»õ>ù¼–Ь/LéݳkŸžÞ#ÏÖQ…ZZZ‡–|êå鮯gn®®îîÞ²Ûe3å NñÕ}#û 8èÿ~{(@y×c¨”Ò#û8îÓ‘s¨å›±›†88(¸ÿÀðboÉ­ø'¿,¹ïâ·8Vвš”VÌ é.4OJ€ò»1Þ“–ÍØ"7†ÎæÍ¿|5g6µ|<)ñ=\Ë .GÎÿì¿péA¦ž 7èZx×ävL Ÿêåmµ)í­w[n - %/eƒ©ý-ÎØì7)jTÆ6éUÿ±“Mio_›@HHVil óÍÝÝZÐë²ìôá]óáÇWÇ_—òeÉ’ûïêKÕúÛuõŵ6ÙqBwä]ù¶ ÐY˜òï›G±ú ÝšweÕÎq§eVÛ€¶Žî•+—äl—Í’3s§¬þ4.=ÌJ~fV£‚zwc¨"ÅGöä–Ì鱦$AI’§¦Ž€!!Cƒ‡Ž1<Ì×kЧ NoY4jÄpOþ?¦<§ø5÷D„ÖÐØC÷ÊÉæ¬ll“ÖL64ÈkðÄ´¢zIáßѳC‡‡ÎJx*[}öÈð‚:lòº;tí+n”·ƒ$I ë³WN08dHpð´ïÑ5~ñ—¯¼|:æ«‹¤=½´AREöˆ´ x`[¼” –”õžÌ—:ÿá“Mé"÷ Hw€¨Ý´ïî#}X¥±™ Rδ€K/<LÚMØ3‹õ‡ÛäÓ&Ï&›ÂÖ[i²¾"sösfźK‚ -‡®/YBm%˲[¤~ØL)ãAƒ¨³I’$ƒkg¯GÊ=j Žok߆oxdEü‚˜Ï}.I’;£ŽNŽYn©Ë!I’­c¹"fRü’ßè*Òü²ýîO¡AÑ·©ÈºÂ¿z¸/"¥ÞÅõEç>ì;phø´è’Æ•¾ATÙkU´f^HÓ(UþôŸŸu: “ÄHK–OXM=0Ý¢æé÷Kÿ¯ÿýwì[û¤ÄIŒ$2¹óÄÃñ¶5O÷÷ ñÓŸgZVåìí;féWÿþ#¿è¾üïuŸ´¯Í?ÞwÔ÷#/m„æN÷Zxt±Å“ãóFEîËø{ U˜ÒcΑ…Ö°oŒw‹ê?Š=&Õºö´@´ØA89!§ß†”mPYØ@×ø¬-ɇoܱÖd7–5*g¹…j5øÁC‡Q íÌæüµ#PÛdÐÞ…Ç#"·œT¶&Û7ý‡Þtƒ ;V ³/tÝþß„¹Z3$±È=ö£'ìÎø{*UEöˆÈR0°²/eƒ©’œ”:Æ¡’µÿá“ ”! ï Hw€$»iÓü°Jp˜À`0 ‡l!!,½œÝ`ÁäWò< éH†LÒ…†ìWëånh¾_¸þ3—q>úúöu÷ôÿ|ô@]hÎgyGMþ ðoÃ7<²ew~0<‘ZŽ/­?ßIG¬köY}i IFÉ­Hwòÿ:tL‹ƒn=ñ«'ýÖ‹îaÜÙô‡Ãì­Òïâ=‘ ¿<°gˆÅãcÿwúe¡Ò7HïîÊ÷Z­È…@nypÈ0QcéãþwŸ’ÄHK–úš  ÓPAõ*Å‘‹»  “á„hÕ"?3@ e.¨Ž¦6ß)7^<á0è0*e;¶Ð×D ˜øÍ¯š.DP…‹ÌW—,Ð(mAvºYÓ‹ZÖ6` ¹uÃíy_ÏûnD€Ïà &Í8Ë5üøØÃ-Úì¶!"10d>wGjšFdÇ hz([ø[Nu¢Ÿ‰@ 0õ_P¹ T ˜H­•»×-È-oQ(wÓ”àaÀ 5 l6îY!Y«ôT‘,|D'›¤PñòÞ€tH²›@³Q6‹ú¥(ï7¸LaììÅŸî;6üv¯_ÞÿӘÀ%ɹ¿ ³z||q{»¯¨*síx‹“s§ mçJÚ‘,±™/b®œËfl–œ~z/ø-%ìúù+×R¬Üº$eÇh 9ŸeÝñ}·áÙ«?^¼*JúpXMÿ% E¹uŸü²¡Õw¼Þ¼_rÊftâ~w¼èÛ…&T$õoÌËx3ÿÇd+ªìµ*Z‘ éRn|Üaâì–I+£ö‡ïL1I2H¢Aº¢ƒZ¦ÖËù¶L$»ùrS-[ÿ:`Êeɶ )!ɦbÉZ}(®.Y  PÚÝJ÷PnÝùž¸u1-íÌž ˜.%.y䎿z~‹BX~ýic'¶àyŸlÇQÐH‹±¢Û¹Ý&ÉWµïu ²å†lf_dÆe€XðœÉ6”»iJ|Ü«Ü/Y«ôT‘,|D'›Ì¦åŸ!@s,äJvh6ÊfI³Ê£¯'µÀâ]8—jÉ×ÿz=¼â«ÅôÝÿÙѳb¯ÿ: ‚.EùDç Lbþþ™jgZ®‰£G¸®á 5,öü=]¶›#ýüÜ< t´Ó/œm±QºïTY;‡Y;1ÐÉ},IŽ¢ [wÔ”ßV¼ ßèÈ’‚ÍYíâL›æ‚à µöÔLëÜŽ ¨)øKË0D¶®â“äô‘_÷œ¼ñæØ™é/Ìf|¢Å¦ Ä+}ƒ¨²×ªx[÷ ~Ó·Ù>þmÓ½r’$ÝÛqãójH’|vv½¤¢t ’åölf±@Ü¢Pn¤ôòÌîßÄÞ¥–ŸÞzB6ÒòI’Ì;»AÏrB‹ºtÕßn€dyv/Ãeû®QËÔu9u þÃrèå=hÖ¢%µygHy䎿z>)#ù›IeCØõÛäÕKKb’¦Ù±’»/r»=ÉRo}ÓA_¯g1±ÅZ’¦ctåÓÚŸpŸZ¾Ÿ°¶½ÃTº`…Ç…$U8UÞ<àýžlÊÏ÷Tz€¤«46ͯ¨šêªK驟 çÀ|àÚ¼ŒŸµ˜~+ÏP‰Â×üõÏÅ«Y‰L´©­Ó®_½tùFÚ?c-Iƒ’Ƈn<šyãŠl"„—¹°…c—$I’dMî%Žö'T¡ìá•ßPr#•Ôz³#[“¿«ÖnûåúI˃ÿ˜ý¸V@’¤ 6wõÌ=!+&È­¨ PîA7õ‹ªM>±ú¤ÇÂA-ªDZêQgγÔõŠöTz+ªíµ*Þ¼°©œ©õÝÚÁaó¶Ï9¾ä›ï"¦Nu°£±•ï€xIEé¨å•#ÝÆ†äiiÅÜ' )½<ú×­Yó¾rH¬BSçY[»@s~76ŽþõY™ÐxíÎe²mÒU‹’å°­;.úfðÑ6˜û¿i–l]Rܸ~ö”2ˆø#þïg%ã,·P?|ähjÅæúë×Âó¿¿Û'%ÎU“éúÓ°3¾9ñ÷÷Ar‘+¹û"·ÛŸþ½`ö¬áÛ9B®ù1Ÿ*Ýi²å#vlÉ\ø}ð¾F5L{oÛ&·AºéB¥§Ê›H–ßÓɦì yo@¥¨Åa•àP—éhú©’7©+ƒÃ’ó7½®X»um¥øoÑ/ëè´æ ÕÚ·áÙì?Nôž¹S²ÖÄ7j{Ù–%Ÿ°9B§ÿ¤-s|:¶öä—{ЙÜN í–߆ÔÞF-Nƒ1Û¿Ÿ=urèN# IɪŒŠ{­ FNNN]]]ÌŽm›·n//+¥‹KNJìéäL·V­ôtê}ûæueQ™Û7o|,ãÿqÁ•õ†còv߀çÒ¯O™8N(* |Ovï?ìçÙ[Y”šRpd¿ è·ðäi³——"ÿKnß¼2ŒnmA~^ÌÎ!¡aoa^¨†>¢®ªî?¹SêVÖŽÉV—Ænú»3o­Á7Äf©Qg^]çJMQ°¶-øæÂ›×ÿýXºÚ*ÿÉR8°²ÞdLÞîú"µü/U|ï3›(uçß©ÿ`.ü¯ÂñGp`e©Ï˜°Y@óõÂã¿:/D˜ ?8þï¬,õ6S!PwFY”úú¨;ÿNa.ühàø¿#8°²pLø¨ç£îü;ÕŠ\øàÞ]e!èÂñGp`e©Õ˜|e!ï•Z Nk}Ôoƒ¡§¯ßÍÖNÁ‡H¥µ"~6!RYB½}Ò_„ÿ°ð×àÇ¢¡¾þInν;wœzsxí ”…·&‚:‘!ôþáïÀˆ¡‘qGÇ÷ï÷õòVÛš¿Á†B},444ttu«*+”`.D!ôŸÄd2 U?÷‹¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[÷>r¡ž>OúÇ;ú¶²odÍšµkÖ¬U°hT—ކzú¼„²aoÒŽ!„ú Z÷wgÞÄ®]¿S ¼î]G¾‘€`s™½nDE-¡‹œ¾óLAnŠùÍ¥—.¦IãoBiÇB}oúû]uþþÔ‹…nÎá™zú<—9I°e¸ƒž¾Á†«%ðryxÅg];wsO+mš·‰ê-™0Ĭƒ‘™Õ ˆ%êETySüÊ V¦Fþ?Þ¥J¤WÉvCOŸWGðÕS:qY­m\OŸÿíD›NÌm=Ö%=Ü4;¬«‰±¹û†ÓT­‚3‹Ý:ðŒÌzŒ:ô RÒšt³€BHm¼¿\hieMý„l¾g=jÛÆ!ÿãçQgŸ;yx›±$òW¡çâ/\Š2S'…ï¢JöŽºõhz·‰ß~iw)a{ð¨}Ò-/»a¸jÓ/³<;‚Ôìs×®ß%ËÒ¤¨Õ§¬Íë¶tQxuQæêÏÜ÷Ôöþ&jTuaÖú)³©µí®ŸNŸ¿~ÃúoD–Ü:374ªÅæè:†BèCaäääÔÕÕÅìØ¶yëöò²Rº¸ä¤ÄÏ&D¾Þߥ¥¦A GR/ÛYôq±l'n|lë–^Å׳—uc«“!‰|TRnÌ(åÙ29Æ•¥ÀÒРLD<*-7ªÜ¨²4[ŸVPÒ[—ÓbsÕU•-ûA zãTÉ¿…¥Ý4øúí;ÀÕ¥öÚLž¾ÌêªrÈŽ]5néÎÌš¦18Õ•%r·‹B誮®JK9£à±Mùy1;w†„†½û…/ždÞ¿_YYa#GË ð—~)””Ä ¨Ê+:¬Wë@ý9•þŽœt"|ëd·ÕbKî³Úk³€€—ÿŒœµéq£xá/{¼:ë}=vÄãF!¨æHì!e!!„^a0<}žƒƒ©Y'e±J¼…\XZR|ûÖ GG'-mm’$ËËÊ eÃbãâ¨^÷þý»ë|;tL6_cÕÎ)˧î2ùw÷M–DŽÿæ×pæßоûWTÉ s/Žÿæ×0F"tp_&Óü+]4XÏøâõ»ØZqUIiUãJq™ hl¬¹wöàãF±ô*Åó „B*ãr¹|þµŒ+Çȸƒ²pEÞB.¼{çN/§>ššÚºí8l6ƒÁÙ”íz.ùGÿÄÒ_n–y¯83wŒ‹ù¹”Iûç͈í·}¤%0ƒ}aîö«ìü~kzlæøÃgMŸó×ï+–ŽÇ°é[ý\î&(;„Eüü÷÷s¦kR%¶ªq¥þÚ2{Äü[—/0é{ý3ç«^=’[qÇäþ!„<w¾7oÜðï÷FÓ‰·p¿ðhÜa¿€þºít9œ7½V‰wÔB©ŽÁ6‡{ø¯ýÃGŒ’]«úý·ð9R’$I’`³ßÂ!„RI›ÍVñ!… ¼µFwi´UpFˆBèý{ óB„B裆¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[÷ÖþÛ[A¿‘/àó 1 `³Y\ —ÃdbÎF!ô®¨Q.äóù•U™îæäd—••€‘¡‘­ã'½tÚé¼ùC0B!¹Ôe¾Åçó ŽÆ–•—…†X¶rÕ²•«†/..:ûWEy…‚©¡ž>ÏÓË›ú Z@özÖ¬Y«,ä _¥:Ùø7ìù±åŸõtõôôò~Ø òôò¦ [Û+„ú(¨Å¼ ˆêªš”Ô“®î¾~’rK+kK+ëÒROž<9y*AèZH¿xnÕ›‰èu뢢–( TGoØó)[Žß+)3`3á /B© µ˜òÙ2;š˜J'B _ÿ~<^û;wnªþˆÄÚü›.¾wê„°²óàèK §Ï‹_:ÎÏÛÝÁ}øéÂz*²¡äŸ±.îž}{Œ;WÒ@êéóbWDøûùuO/o/Ÿ~ÒíçìùÚß?ÀÛ³¯“û½·Ê©Â´u‘=úxùxŽLƒæäÆËª/<3̽‡«ÿ¸‰’BAÍí¡^>>}Üï½­d[¤¸f÷°±R=§ÛMÙ¡Lêï_G!~¾Ôl[v:(·W!ô‘R5»¼SAcfVfèðpºOoŸä¤Äž=Dò$ñ:/9q X×<4黸¡#6žšY•9ðÑo}©µÇ\V[msdr`xÌ“ô¹°#t¢Î‚ÓW¬³ã#û‡îx’þ5y¢×Ò´ïì@OŸ';+ê4(*-ª²cí‚–´ "Ö9SPb«Ånx™lÇËÚ>ÕxñéÄ0ëGq‘I/ w‡ì¹þÒvgÚ§ñÝÏŽšm‰‹ÃVÙqd–ÀHê9ÝnÊå3iqRÕes¡Ü^!„ÐGJ-r!!"KKŠMÍ:јšš={ö”ÅbÑȦ+û‰»gÅÚ{NåÆffp_>f8:Ä,C¢+§xÌ€ÍY•WC,ÀjhtÅnMIb}¨-ЫÉ=1!&·RÌa1êKl€Ï ¦L[8~ÈÀðµTˆ—õóËÎX‹ˆ§ ×Þ(5ù2t/è2›f`r·5ÙÇÓxÞñ_G÷hÙ.ýnʈŠäö !„>Rj‘ *a¨@K/g7tåðó+ùÀÓP-:aÀV´­q#çOºádBKxFݨÂÕgïf¤$''nqþáÔ³Œ•Æ+ôjëb’<”zÎ\£ÙÿänkH¿k“N5Œì¡¥èÊw+ÆP¹½B¡”ZÜ/d³YFÆ^Úxy¾²ã5õ0éÕg^–8ÏÝ}ZÎù7€v[£×_Ú9¥ïø õ Í{N·›²¢"9½B¡–ZÌ ¹=.¥_èja)7 ýâyWwBL› %÷ YlÃóçòO-™wÍ+벯Ów߸„A³ã®ïAW–ú­Ï)tŒIÜDÅO;ºkâè‘îÑ\×bOâtÙ–7Oò ðð4ÐѾx>URø×ÚñŸº»št´ H¢1jtp±„uWhшl¼4O/oêïñ;Ç vÛб[À×±ÔÚÉGãîDÌrÚ%Ö$=–v±Q°­‘«“X+†y|*Jÿs±tÏévSv@T$Û+e5BH}1rrrêêêbvlÛ¼u{yY)]\rRâg"kª«dW‰=äh`h(»JE$IVWUÇÇrrîíëßì›pîlÊýû÷¦LÑØÐ쳎­¥§Ï«®ªTÕ†à€ „þ´´µÿÜó¿°‘£eWUWW¥¥œ &»ŠRŸ³sgHh˜ZÌ  †¶ŽvpHhRRBNv¶_@?óÎ] ?ïYÚÙ”ÚÚÚ “& …´_.D!„Þ„ZäBàp8&¦&_LqíZƉäc…/ž€©Y§ž½œ\\ÝÅb‘X$ÿÛªÃ9P 8 !DQ—\A..®nnL€A’! øÊª"„B¯Or!E$Ñ}¡!„zÔâ;!„Є¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[§^ß/$‚ßÈðù„˜°Ù,®†‡Ëa21g#„zWÔ(òùüÊŠªÌwsr²ËÊJÀÈÐÈÆÖÎñ“^:ít8޲B¡×¡.ó->Ÿ_XP˜p4¶¬¼,4lIJ•«–­\5txxqqÑáØ¿*Ê+L õôyž^ÞÔO@к°×³fÍZe!oAΩ˜Q¼=<½=ÜÝœ½†,Û~þÕªÓ1#½=¼|ÜÝ]¼†|¶ÿfë"?Ä'®žÁKéôôyt«ÞܱåŸõtõôôò~Ø ’/~é8?ow÷á§ ›…ØPòÏØwϾ½Æ+i  õôy±+"üý|ŒŒº€§—·—O³§*æìùÚß?ÀÛ³¯“û½·š&jië"zôñòñ™ÍÉ—Øfý(.2I¦ñŽZ~™rΡêqLWWÿÏw8µ [EÖÛ³—>=BÈŽ*¥ÅÖesáîð‘=×_ÚîlXó4¾[à¢ñÙ1€B‚ZäBBD––›šu¢ 055{öì)‹Å¢ ýuo?q÷¬X{Ï©ÜØÌ îË „Ñ!–`]9Å`.lΪ¼b VC£+¾phJ*ëCm^M 1¹•b‹Q_ò`|îh0eÚÂñC†¨¥B¼\óƒú¥W ŠŠŠr²Q% yW7éºbúVø•Šî›þü²ºõ°h€x‘°~xwзœ@ˆ¬jím#ù•¯n@ÊŽªŠÖÞ(5ù2t/è2q^ˆú`Ô"‚Š7³ä¦„°ôrvCW?¿’< eáТlEÛ7rÞø¤ÛN&„°„gÔ*\}önFJrrâçN=ËøQi¼ÄxSÝO«XéÀÆäTšBE˜énÏ­^l£´šõS‡I½dˆåFËxU @0H¢N:¢©M·ù²Ší+"&ÉC©çÌ5hÿ‹ƒBï‡ZÜ/d³YFÆ^E[SÙQUÑ'ã¹»¯SË9ÿf+F¡wG-æ…\ ‡—Ò/tµ°”~ñ¼‹«;!¦Í…’û…,¶áùs ù§–Ì»æ•uÙW‹é»o\ Ùq×wŒ€ +KýÖç :Æ$n¢â§Ý5qôH÷h®€k±'qºlË›'ùxxèh_<Ÿ*)ükíøOÝÝ Í º Z $Ñ5:¸XºƉ«´hD6^š‰÷Š”è‹#ä5°4¸l»ÝWkwS«:z.K‰Þ±p\ÿçˆùlCÛ/×nº­Øñ;Ç vÛб[À×±Tá/[g‡öþ½“‰Ý y»· MvTU4ùh܈YN»Ä𤠳ÇòÃ.6Êj „Ð;ÁÈÉÉ©««‹Ù±móÖíåe¥tqÉI‰ŸMˆ¬©®’]u$ö_@ ¡¡ì*‘$Y]UwÈɹ·¯³OlÀ¹³)÷ïß›2uFcC³)¶–ž>¯ºªRYjU„Ї¥¥­ýçžÿ…-»ªºº*-åLPÈ0ÙU”‚ü¼˜;CBÃÔb^È`0´u´ƒCB“’r²³ýú™wîùyÏÒΦÔÖÖN˜4Y(¤ýr!B!ô&Ô"‡Ã115ùbêŒk×2N$+|ñLÍ:õìåäâê.‹Ä"ùߦPN_ÞU„ЀºäB €pqqusó`²˜ ’$±XÀoTV!„z}j” )"‘ˆî õ!„л ß©@!„> Ì…!„Ú:Ì…!„Ú:Ì…!„Ú:Ì…!„Ú:Ì…!„Ú:Ì…!„Ú:õú~!AüF¾€Ï'Ä$0€Ífq548\“‰9!„л¢F¹ÏçWVTe>¸›““]VV F†F6¶vŽŸôÒi§Ãáp”5€B½u™oñùü‚„£±eåe¡a#–­\µl媡ÃË‹‹ÇþUQ^¡`j¨§Ïóôò¦~‚=Ïý5¬Y³VYÈ›’<¹Wòä)ÅaÒ躗s*fÔoOow7g¯!˶Ÿµêẗ@o/ww¯!Ÿí¿ÙºÊÇÏñ‰«g@ð«çÚ«Hnÿß‘h¿)òÿtßâ‰aÎÎn}½=]Æɬ€ÆŠ3ö~ëe#-ÿ¬§«§§—÷ÑäмϽ@½7j1/$¢ºª&%õ¤«»‡¯_€¤ÜÒÊÚÒÊúŸ´Ô“'GNžJ´ªH¿xnÕ›‰èu뢢^=ðöz½Û½¢ôÕýåÄ;åb¦ 5ù×·ÿx ÀŠ/¯í7?3.¹iUÉý³{³jÁÉ@¶e:3OÍ*-×g1”~0ÕO¶þ®µ¸½¦ÜµÎc¢¾ÙåªÉ„¢Ë?8Í Ëݯپÿ"öÌ­O§Ïêª'9eËñ{%el&¼Ö¡A}DÔb^Èod?Êìhb*%|ýûñxíïܹÉf«š¹kólºøÞ©ÀþÉ΃£/€ž>/~é8?ow÷á§ ›…ØPòÏØwϾ½Æ+i  õôy±+"üý|ŒŒº€§—·—O³§*æìùÚß?ÀÛ³¯“û½·šæUië"zôñòñ™ÍÉ—%™sÔ½85Ô­‡›O¿ñ+¥'"§˜9(Я‡mïï’žÀ±±C@^÷6OÝñeÜOT¶€væ½þ8«iÕ”m3â6KV;ü_X ‡[œÔß¿ž ƒ|}F­¼)½EÙ}ÕgÍ7ÐÉÝËÓ³ï¸U·©Â­€ æöŒÐ/Ÿ>nƒ÷Þ.—Þn ŸŸ£½Ë÷ÇòŽo˜90Ð×¾›óêä|*@ñxf,ýÕkU¸µÚ§ïòëTaÝ‹?LlfÀ˜ WM&€qïÏùUM.è;_—]“ndRÿ:‚ ñó¥®7ÈNåö!ô‘R5»¼SAcfVfèðpºOoŸä¤Äž=éþl÷«KX—œ8¬kšô]üÐOÍ,‰Êøè·¾ÔÚc.«Î­¶Î9290<æIú\Ø:QgÁé+aÖÙñ‘ýCww4˜2máø!ÃG ÔR!^_Ue î –ÁkKÊ£C¬@ßj¿RÕÛ¢óƒú¥W ŠŠŠr²Q% yW7éÆAÅ-Êîû÷W‹/$xQk :5MCe[[{£ÔäËн Ë|5»Z?¼;è[N D Ö µ€ö¶‘üʦ›”ŠÇóŸ*þ.=.h¶8ƒ7eCnÕ¢®‹Ž¼ø9ÚJó0.jÌn^ê•1ÔK®ž+¿j<´]ÏB#µÈ… â½'¹¿ÅiÂÒËÙ ]9üüJ>ð4”…C‹N°mkÜÈyã“nG8™ÂžQ7ªpõÙ»)Éɉ[œ8õ,ãG¥ñŠÉݼ“*fˆå­o2ÞTwçÓêVú°19¤¦5fºÛs«ÛèÓ×n¶e·¨`ߥɶ&&ÉC©çÌ5Zþ/§)’Ám¾ÜTKéx’/&~ë:lùÕ/§æu^ÜG·é£È9G¿u/þêak­×?ÿézŽú©ÅýB6›edÜáÅóº€Ï ºZX„¢_Ç-ÄÍ *»÷Xâ¼ùƒ¦— ª0*ù)ä_ʳ›K•̵ã-i*ŒâÙΕmÇÍ,- øb«.<¸±wNSÉ¿_Æp¾tÝÕ¹‰ÊãúÒFÙé<xrb¹âH¹Ý›óë¿„Íù7¿–zI+^­Ú9mûˆ9×^4]´,øÏ¦#Ï@…qPDÞ¾/wï0sG:µ\ñ¼åEc‰%NÆsw7ÝÒËù7›.¬Åã髯qµºécV]‚~¨N]xd~¼ÿÚ¦+ð9‰ßö›ŸqèÒÁ>ú\IAu††¾¯lS ¼^ÏBêéõÿ_üq54z\J¿ÐÕÂRn@úÅó.®î„˜6Jî²Ø†çÏ%äŸZ2ïšWÖe_-¦ï¾q ƒfÇ]ß1 ‚®,õ[ŸS$蓸‰ŠŸvt×ÄÑ#Ý£¹®ÅžÄé²-ožäàái £}ñ|ª¤ð¯µã?uw343è6h@2DcÔèàbë'®:ТÙxŦÇoä¶¶£ïtKQ¼Üî™x¯H‰Þ±8b@^KƒËæ°Û}µv7µª£ç²”è Çõ.`˜Ï6´ýrífPa»ï± ÷"gõÚW¯Ë‹!¿î_ê(·îä£qw"f9ík’‚ÎË»ØÈ kAñxNîÛá™&ÀÒ´ˆv¬Ÿñ/<ò6¥Ööð»³Ý×CûS/ÿ>÷!›YñàŸ)Я×s„zbäääÔÕÕÅìØ¶yëöò²Rº¸ä¤ÄÏ&DÖTWÉ®:{È/ ÐÀÐPv•ŠH’¬®ªŽ;ääÜÛ׿ÙG"àÜÙ”û÷ïM™:£±¡^nuééóª«*•E©BTìöL€ü³Ë<æ2óo§¬z¥*wsŸ/ÚgŸiÅý¿Ýýmë~ÿw&ÍŽBêLK[ûÏ=ÿ 9ZvUuuUZÊ™ a²«(ùy1;w†„†©Å¼Á`hëh‡„&%%ädgûô3ïÜòóž¥M©­­0i²PHûåÂÿžú’CFîc5`òó‘}ÊÂQ3ú–s"…)£i¾bØBcEÊZáäLL„µaj‘ €Ãᘘš|1uƵk'’¾x¦fzörrqu‹Eb‘üoS¨îc™€®é´K§)‹B´¢ÎÝWòŠfûÀÌsÊ¢Bÿeê’ € ÂÅÅÕÍ̓Éb0H’ Äb_þÓB!„Þ 5Ê…‘HD÷…z„Bè]P‹ïT „BæB„BmæB„BmæB„BmæB„BmæB„BmæB„Bmz}¿ ~#_ÀçbÀf³¸.‡ÉÄœBè]Q£\Èçó++ª2ÜÍÉÉ.++#C#[;ÇOzé´Óáp8Ê@!„^‡ºÌ·ø|~aAaÂÑØ²ò²Ð°ËV®Z¶rÕÐááÅÅE‡cÿª(¯P05ÔÓçyzyS?Aª>ð]EkÖ¬Uò¦âçøÄÕ3 x)]€äI¼’i9§bF ðöðôöpwsö²lûùW«NÇŒôöðòqwwñòÙþ›­{üºÒŽÑ‘ÛÏwáØòÏzºzzzy?lIžÛõÞ¶ŽúÏP‹y!AÕU5)©']Ý=|ý$å–VÖ–VÖÿ¤¥žKî£ì•(J_ÝoQNܱS.fÚP“}û—| øòÚ~ó3ã’›V•Ü?»7«œ ”´(åM:ö~LÙrü^I™› ïì@µj1/ä7 ²ev41•N„¾þýx¼öwîÜd³UÍܵù 6]|ïÔ `ÿdçÁÑ—@OŸ¿tœŸ·»ƒûðÓ…MBl(ùgl€‹»gßÞãΕ4=~]OŸ»"ÂßÏÇȨ;xzy{ù4{ªbΞ¯ýý¼=û:¹Ù{«i²•¶.Ò¡G/ïÁ‘iМÜxʤþþõäë3jåMh>§Qe~³yêŽ/ã~¢²´3ï½ðÇYM«¦l›·Y²ÊØ!àÿºý.Ÿþaæ @¿¶½¿Kz2“ÝMQ}Öüqܽ<=ûŽ[u›*lÑjnÏ ðòñéã6xïíréíúù9Ú»|,ïø†™}í»9¯NΧ]A†øùR—d‡KîBH–ªÙå3³2C‡‡Óxzû$'%öìéL÷g»_]ë¼äÄ`]óФï⇎ØxjfITæÀG¿õ¥ÖsYunµuΑÉá1OÒçÀŽÐ‰: N_ ³ÎŽìºãIú×Tä‰^KÓ¾³=}žì„£Ó ¨´c¨Ê޵ Z6þÑ6ˆXwäLA‰­»áe‚QOùãLZœ¼M¨hÏóÚ»4ÞÛý¼öŽ…œUt»œØmÞÉëªÇ»lf¯I ë˜ìnîúpðΛú@yA½ÜÖ`wøÈžë/mw6¬yß-pÑøì*ò¨å—)çªÇtuõÿ|׉S ºUdí°8{éÓ#К¡“Í…t[D¡Ô""²´¤ØÔ¬]€©©Ù³gOY,]€ì¯lû‰»gÅÚ{NåÆffp_^䋱ËèÊ)s`sVåÕK°]ñ…@SbXj ôjrODLˆÉ­sXŒú’‡ÛàsGƒ)ÓŽ20|Ä@-âߺùAýÒ«EEE9Ù¨†¼«›t»búVø•Šî¹Êîæ÷W‹/$xQk :5MCe[[{£ÔäËн Ë|5K[?¼;è[N D Ö µ€ö¶‘üʦ›”o2tt[D¡Ô"‚Š7¤äþj§AK/g7tåðó+ùÀÓP-:aÀV´­q#çOºádBKxFݨÂÕgïf¤$''nqþáÔ³Œ•ÆËÅ ˜$Q§ Lb¼©îÎ§Õ ¬ô`cr*HM"Ìt·çV/¶Ñ§¯Ýlu˜ÔK€Xn4EÁnJ“mML’‡RÏ™k´üMS$ƒÛ|¹©–êC'‹n‹!Ô‚ZÜ/d³YFÆ^¥8’2ç×/~ ›óo~-õ’V¼ZµsÚös®½hºhYþðŸMGž »¬ˆ¼Ý\îÞaæŽtj¹âyËëÃKœŒçî¾N-çü›MÖ‚êC'ëõ¶ˆjƒÔb^ÈÕÐppèq)ýBW K¹éÏ»¸ºbÚ\(¹_Èbž?—jɼk^Y—}µ˜¾ûÆ% šw}Ç(º²Ôo}N‘ cLâ&*~ÚÑ]Gtæ ¸{§Ë¶¼y’_€‡§ŽöÅó©’¿֎ÿÔÝÍÐÌ Û EÉ@Q£ƒ‹ ¬kœ¸ê@‹Fdãéü²uvè`ïß;™Ø š°[A$ÅÄ{EJôŽÅòX\6‡ÝMµ:z.K‰Þ±p\ÿçˆùlCÛ/×nvY¹»›p/rV¯}õº°òëþ¥ŽrëN>w'b–Ó.±&)èì±ü°‹Ü°T:Y¯·E„PÄÈÉÉ©««‹Ù±móÖíåe¥tqÉI‰ŸMˆ¬©®’]u$ö_@ ¡¡ì*‘$Y]UwÈɹ·¯³OlÀ¹³)÷ïß›2uFcC½Üê*ÒÓçUWU*‹B!ô1ÑÒÖþsÏÿÂFŽ–]U]]•–r&(d˜ì*JA~^ÌÎ!¡aj1/d0Ú:ÚÁ!¡II 9ÙÙ~ýÌ;w€ü¼gigSjkk'Lš,Ò~¹!„zj‘ €Ãᘘš|1uƵk'’¾x¦fzörrqu‹Eb‘üoS¨'…!„äR—\A..®nnL€A’! øÊª"„B¯Or!E$Ñ}¡!„zÔâ;!„Є¹!„P[‡¹!„P[‡¹!„P[‡¹!„P[§vŸ#U]m=ÿLF΋Ò‚$•žeLÃÔ¨]7k]-Uþê7B!µöç³×sMŒôý]mYÌ÷=»ăÇEi×rC¼í•Å"„Rwê• ‚à7ò|>!&l6‹«¡Áár˜ò²]~Q•·³ “Á|ïÓB`2˜ö–œÈWˆBè# F¹ÏçWVTe>¸›““]VV F†F6¶vŽŸôÒi§ÃápZÄ$Éd2HxLÆû¿6‹Bè]P—\Èçó Ož:fdl6¬“9äçKK=ûWhèS‚hùAI2âW³³wûñÊ¡OiŸËÓÅÔðÙ‹2ºµ!„Ú¬÷}§M.‚ ª«jRROºº{L˜4ÅÂÒŠËår¹\K+뉑_¸¸¸x€ßÈÈM:Ìtœ"„ЉZÌ ÑìÕáÇišÇIKWüS$¼î ÿßÞGGUÞ ÿÝef²ABaIØ d!ÂâÖ²U·×êqé9hµ­`µ¸´RlE)Õó÷ÖZ·Z}«¶*¶îVÙE@Ù7YDY„Äl3wyÞ?f›RÈÌóýŽLî}îðü1_ï{gÄŽ|ù‡µûîÈk?åõ+æ¿;ç­GG<òÞŠ¹ÿ?úûýzû?•ôKªóÿI"¾¯Dß}ìù¾W©'^›Ý%dÕÞ¶b ï@"iÇ…ÁP(//ÑG »÷è9uêTyýõ×EäüóÏþøÑ‡ Jõ½Ú-TJþuç‚¡Óî®yG°ã™3*'Žù¢rôïrѾˆ¸•áË~÷\ÍZ¥äÜ©ÿ2f^<ö÷'oMµŽh}]hÝÇWüýë'Þ8ò9/¤"9ƒûÄ€^H­¤…Á¾}óf½òÏæÍùþð‘3gΜ9sfÍÚùsg—–– (®®ª¬µ¡RjÂìÑÑ%f¨ÇŠÍEä™×æ=LD6ñuôÁØÛ^{Ôò£W5ôØNÍŸùÜûµvH ­¢…†a¤¤¦œ{Þ…o¼ñï϶lùÁˆ‘¹]»‰ÈÎÛçÍ]^^~ÕÕ?uœH¬Ýp,ZE E$têÜéç×^·lÙÒwÞ~ó«Ý_ŠHç.9ý‹” êy®ç~çn 1 Ãõ¼ÿÁÜQžï›u®åÄ£ÖÒBñ}_Ä/)ñŸ‘mF§mÎÜàgŸâH«kaÓ¥%‡.žk1œè³‹´6´ ;ZÐ-èŽtG q¬E>³ZhFRRR¬Q´0Ó4]×5ŽûSÀZ …í2Ѱ÷/@S™–¿þjwF»ÌXcch{í —|¼¨dÈÐN»Øv ì€Æ)¥<×ݵã‹eŸ,T2$ÖðZ ]Y²û X½rÅ‚ys[ä¼-1†‘‘‘QTTœÕ!;ÖØZ …"Ò¹KNç.9±FеÀû…Ä5ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh!@w´ ;ZÐ-èŽtG º£…ÝÑB€îh! )¥b 9¢©-4 £ª²2Ö(ZÏóD Ã0b iz Ó32¶±­ªªÊ÷ýXc8i”RŽëVUWVWU¦g´‹5\DÄŽ5à~yù+—/ߦmÛ&f€“Â)¯(_»jUQñÀXcEšÞÂŒv™ù……›7m*+=ج“°œ`†a´MÏÈ/(Ìh—k¬HÓ[("²;vÈîkq¦©ï¨šz\¸~ÝšXChuúåÄÒä;ý¬XChuJˆ5¤É-lʾˆG¼_Ð-èŽtG º£…ÝÑB€îšzO´r¾ç¹ž'|`²RÊ0MÓ4,Ën䢦£…A$ÙµsçÚµ«8klÜ3M³m›¶}ûõëÖ½{0ªw Ò,´@Üó=oïÞ=+–/>bD÷ž½l;Á_ÙœHdÛçŸ}ðÁ|˶ºwïaZV­LH¬-jKð  ×sW­X9|Ôè^½zÇ›Áà©}úYv`ÑÂ…:vLNM«5€ ‰µEm\; î)_8x {÷±&”®]»,=è8NÝULHsÑBqÏ0 ß÷þL`-`Ð÷}¿¾Kc˜æÒk¦$6uL¯ƒq­ñË&™&¢…ô¢”Z³nÕž½_Õ»¶SÇÎy} íõT7/¾¿ê¡|äú¾(¥”(Q"2fè÷fN<;Ö¦­- ¥ÔÚõ«lÛ=✺½SJ­]¿fíúUùýú“ÃÆ¹žß gLšò”áúâ+)«tg>õ-€ÖK)µvýj˲óúæWT”»ní‹,lÛÎë[°nãšµëWç÷ãè°›wîïÕ%Ó4èÙ×ôÔ¤ù+·G|#ìJØ3F è*—“F $¥T#o)¥Öm8ÂÏþòøš['ç3Y £àÞ{N™81¯OÁú «×¬û4ÞŸc0gÙÖ;žxoácíV)_‰ãKÄUŽ'Ž+ÕÇ4Œ–}ÒƒH|J©uÖX– áÖ'žÜ:múðž=ƒ¦é¹nôOE8¼vÚt¥T¯ë®ë×·píúÕ«Ö¬è_P×9l)JÉŸg-~gñ¦êˆ]mž¯ÄõÅóÅõ Ï—ƒ¥ß6¾ŸV‹{*$¾õÖX–™×· ¢¢|ë“Om¹ó®’ÌÌ aøž§|?zü²¬¾–µeÚôÏþühyyY~¿cÙŠ%õîpË;žwÆÀõÏ4òâ¿-ß_ï°ãÔJnЍ¬v&=ðÆ'›¾ºeüè#K Q"¾2<_"ž|[Q­"ßæ÷ȪwKŸvFÿ‚ö?ý®g—Ö,¯ùVìzÿ¬NY·½´¡ÞÍO€V1Ñpü9%øÕžÝ£GœSQQþùÓOo™zÇ€6mlÏu•R~”RÊ÷†Ñ[dó]Ó=Ïï9ñÚþE³þõÒ â!µööõGÓN›´þÍ9 礈Ȟ5ï?³¾LgÖ÷ÌÇëxÎ7¶È9Ò{JùÀ›}zæ\8ªo(`‰HÉ5^iÜüÀk"bYÆŸ:eüÈ}¥åRçwÞñΤ±÷”-\´¬OÛ óíÆk‡ùËìÉ®UJ•ñÖ¨!׌}bñ]œrü¿ð±¡…´`âºÎª›nœ•0 Ïu%Z‹h =Ï÷}åû¥zºî†ßÝÞùªñmÒÚFêû“ûÇ?4éí­ÑŠHvÁèÉ""›ŸþÅøÇ—{‘êr¯Ýäg^¾º¸½ˆ7î¾ê¯¯Þ±½ìÇ|çî »‹ˆ[¹þ–ñ×þgKEªå÷<ï¯/O/Ž|»â—\·ò·:œú«gg]= }Ýç=ñ–¬ÛyÛcï9s@^¯Î›w—õHÿÓ”KmSlËZ X!ÛLÒRB†!ûK+=ϯ{Fù¾ ÏÝ<{[Ÿ¶A ´éóÀ¿oê9ú¾‡·=][¶ùÕá§]ùóK&ŸÝ­ö–'- …CÇJÙJy®½%;zäTÓÂ([)QÊõ<Ï÷ëý@¯§v•o9%½îò®ãîúøšl)Ýôb·‘“¯ÞùTtù«}~3oÊ©¥[Ï9íÚ»/|WDž>wÌÆóþ¶á•"òÍÎJyzÜùE®|rPÖ·Ûþ™{ÆÍWïz¶îþO°ÿ{÷ÓçÞùôÒqg¦¥$où²²yïäÃGÒ¥Ÿ=œš}E͘ëžú°âŠ’ÙŸüã7É'ïjΓ÷ÌТ”ªI[m®ëú¾ï¹žˆ¸®ëFï£pœš*<×õ=¯&„"]è8NݽMzrâŸþç†O¾¬ˆþ¸üû_Ù¦”Úözæ¦+¥–?s½uéJ͆5§ËžðèÂèãovU*¥~[Üᆿ~]²eɦºÛÖ«Á¹‘F'$¦{&Œ<»¤ë‹¯Í ˆÛ­}Jy•·sui…[ñ]OÿQ®§¿äŒŸ—<1±¾ß忎H8NÄqÃ0zÿaƶi3º†Ã¡¶ŠˆlOJÊ™r«aZáH8z\Xw‡½ÇN˜5vÂÑK”Rýöຟúñéß–F7,++­ÙCÍc+ù{÷½8ûèmí´Â?½úÁÑKjm{ ™&:-?çÏ¿{Ëß?PÚýŒâS}%·ÞÿrQª}zrNVúe#óÎ*êVo¾‡ŒŸ:wüÔ#Ô™1ÛLsãôãmÿ±£…Dô”`½«²;t\ºlqqÑÀŽW\áyþö¿ïZU¬3,·ޜuÉ’““çΛݧOí£œ8ÒÈ„4]×ì¶½í¼ÛŸ˜ÿúœO.5HDæ?reCƒÿéNÞ/0TCú ð=Ñ’E)É)Ù—]Úù¶);’’޾BTaû›'e^rI(”\28ëÒK<ßû|Ú uø«_•ˆišío¼>óÒ‹C¡ÐÜysRSÒÎþá9ÏÇ:Ç\èû~4x®ë]1ü”.킾V¶oß¾èZÓ4MÓ´,Ë4-Û¶lÛ¦—‡X´@ÂPÒðK¿!2´d؇-\°ðƒ¡C†µ¿äGm.8O©ïÓX–m‚sçÎIMIwθèˆ í046!1¹®‰D×uÇqÇu‹º¥N¹8ÿÀ¾ï›¦i[– `ô?€çº¡PȲŽÜ+/h!€Dë,™ã8ù…‹8Á¼Ó† %ù¾ï+_ùJ)ßó<×ug¿?; ýà¬8ŽÙ[ˆ5!3¢ÿm†iš=:¥yž§LË0IJ,Ó4¬#ºäxžôd¡…Dã§+***++«ªªºåöXµvÕ /<ïù¾ò|O ¢ç{ÊW;v2hÈÁƒÃápJJJjjjC;lýŽó©a¡P( þLïÐmšž§”²,ëÐéQËŠ&0zvôxžñ$¢…DôÎò†Ö¦¤¤ƒÁP( †† q'q]ÏW¾ˆ˜†iÛV  ¡PRJJrrr²mÛqúÊÕø„4]´s¶m‡B!iX‹<×ÉB $ŠX‡A–e¥¥¥¥¥¥52æhqýâ.{BPƒˆ{J)Ó4ËËË,K£×4ÏuzsŽ i.¦ @¢2L#==}ï¾ý³³cMû¿Ùß®]¦iÔsÒ\´@ܳL»°ÿÅ}8dè°¬¬–×ô7‹çzûöí]ºtÉ€ââ`}ïá1!ÍE Ä=Ó2;uê\PX¸råò²Ò²šïšHT¦ifddäge¶OJN®gÒL´@Ü3 # Ò«Wnn®ë8¾RF½_¶›(”R¦i‚¡¤¤ú_÷™æ¢…„ml;ÎïŽoQLHÓË{Œ$ZÐ-èŽtG º£…ÝÑB€îh!@w‡¾’8Ö0“afô¯X#HLfX#HL¦iš†aÐB€¶lÛ6MÓ´¬ÿj+bÛ¶mYVM wíÜÑø$˜`0h[–eÛ¶ˆLºþºXãH4Á`ðÿÖ/ò\ endstream endobj 714 0 obj << /D [712 0 R /XYZ 56.693 815.761 null] >> endobj 203 0 obj << /D [712 0 R /XYZ 56.693 759.068 null] >> endobj 715 0 obj << /D [712 0 R /XYZ 56.693 739.087 null] >> endobj 396 0 obj << /D [712 0 R /XYZ 56.693 380.591 null] >> endobj 716 0 obj << /D [712 0 R /XYZ 56.693 360.721 null] >> endobj 711 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im37 703 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 721 0 obj << /Length 383 /Filter /FlateDecode >> stream xÚRÉnÛ@ ½ë+x«tšœUÓ[›¥h€(¬žYvØVêýýP ÔZä4gø6‘`_’ÏE2»w£×Š5x>@ÎM€b‹ô{y9ow—“úT·Íá”)í(½iDzs9–m·oYNiÓì²eñ øŠ£s=ÌÏS}ü9—ßÊÃ¥ì^І\xÓ*°Ac`Êa ƒd(äé¬?¬mç’»"ù°08>‘Ñ“†jŸ,–+¹)hcº—{pL¨—zóäGBCô*=‘4bÛˆL~„âÎw:ÆAX(&¢t^eLé¯z_Ÿz½ÏÇzݶêc}¨¤9ú×)&G‹¹Ç >¬3‡Ö¢ØGa$ß¿˜ÔÝ¥uÔ}vcsöuor¸mÄ÷µó‘H LjBÕ¥ôdU´—š,‰œ#÷±Ì«Ñ·üãÖ÷[žÿÚ9ÅM  tÄܘh·}*{Ã3e˜þü¯¶Ä’ïY’¹÷ endstream endobj 720 0 obj << /Type /Page /Contents 721 0 R /Resources 719 0 R /MediaBox [0 0 595.276 841.89] /Parent 717 0 R >> endobj 710 0 obj << /Type /XObject /Subtype /Image /Width 600 /Height 420 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 23521 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 600 /BitsPerComponent 8 /Predictor 10 >> >> stream x^ìÝwX×ð3³¥w‘"½‰]Q±!Š v±Æ$öX£/‰5F51‰F-‰FÅØbÅ[¬X°‹ŠÒëÖ¹ïÁqÙŠJuÏïË÷ÞÝ;çÞ¹swØãÝ¥”J%!„ÑB„B¨&£(Š¢(ZŸMuJ¥’a¥.b.D!TsQ¯Ñ4Í+ÏfA¥R©(M3Ú B!TMifA>‡Ë‚rãæýa¨O„B¨FúqÚ@>Ÿ/Ã0Taa!›üd2™L&·h§‰ƒÿˆ>m õƒBÕH›öž“¼z°lb¤P( …T^^›¥Ré¸E;Ç ©YE (Î}~rmÁƒSŒBªË…LìàQ»Ã$Û€¶†ö‚B½£ÌÜ"…’ÑÀçÑvV¦j•eoeoië7ý¾x|g*;;[*•J¥Ò1 wŒ=2%£Ò§׽º¸¹Mcß¶êˆ-mB¢R2ò¶ï;YLFýebë¦PÈhЦy|=;F!„Ê.3·(+¯ðî•zbêw´µ4SÍ…ïÐêUNá…“ïÌçÞ 4qð†¸¶°MhË )ӆؘ(’ž¿ÊLÏ ôuMÏ'Auë.hvíò¥•Ë"åMG>ºݯa›ÖÝGëÙ1B!TFÙyÅ9÷¯ìåïf£5æÁ³ìGö4í6–âwn&þR©”JKK+..þlö††+”ÈÙmqóÿ4ïssZDÉлÏ%LÖkùóø„ô®‘a…ÎaŸ­Zµ¦í˜Ñ»4ì0ÌÍ·±Ö#£rüÌ`êÐÚßš{Ø)´¥f:<~ú |<ݸÕß³sUŠâç§.?ó:õC<ÍôëU¹c;Š¢Í,mü¼ìLxú›hJ{|ïnj®‚!Ík iCáU¥ôì‚+ÿnש×Wâô„yyûÜ¿v2¸]WGsÕVN¶æÿÄœ€Þ]Þ¼…ÇÕÜzœªÚ ^fæ_>¾£äS£l÷ ¡™U±’onï )/ªõôhÜÝ ®~©©™™®\;z¬ãgóÚ…wÎK@IŠòñË(ößKû– €ç—OM>«”¤?böš¾#¼] C­Õ%$>kág—&{{¸Jÿ½¦ï€÷é\•¢8åR‚%ÛÛ“ÇfÝw ñЙ õê=G¢‰ë” ù³¤›vÜʨk'*• †Ð4¥­€´„ûæMüÙÂÉ\@/ž·ëeƒ&eÉ…úûD¨âÐN¶æ°rJO­1—ïw´µ¸@S›}¸VÿÄœe[M\¾¿G§Öpàøy®¦epcÕV>û=zöóz›™oûÛwîuôoò"ò8F˜ûH,à?y‘oe&LHÉ/R^Þ:Õ¸®ÿ’mgÝ‚zyÕoÃ`"D¯ÕnÚÊyÿ'*5 !Ò¬¤ ÙÅR´ØÌÂËÏ»–Nž½ Ú6W+?M~ñÓ„¶»ãiò‹m›x/ßv‚¼ïÜOPí\W'ù©IwžeI4ojjÚ¼QhÈLH ìÚä q ©_x"NéHFšô8)%3Oª &¦f­šÖ58*††‘$^~­»äz¶Wø†…†wVðÍöØ»1·qD×q<åé³”ŒS) 1_:XWdÙûl=½¯o?µ£{©I« ½!‘”ýØ‘QQ»4ªë,šzý¡ÆÕ‰Ë÷7lP-¨uµâP ………“—ýýѰqÉi9PÚóW žž’øèAm×:AõëSB3Šoß¹/“Éêø}=ç{ç€öÞM"½ë7n@“Fõ /ùÁã,÷Pšúøy¦Œ¡,윙ì”%)©Ï}ù89CÆÐVvN9)\<¼L~ú*O®$4ߪQ½:jý«–uu’ðøqa‘DÁž@dçäæj'VpÊ;irÆ¥nPÉWë¹s뎔PA ê Ažú<%3·H®d„&âz>ea¤Ï“žgå1@›YÚÔq¯mBSzFnp„ªÁê‰2=%åUNT¡¤y|±ØÎÙÕÁ”¯%XGdÙûÔu8„‘i™4}z8sêÌE i¥BÁã BÌ„Bè½™ŠE>}üÐn×€k+s­19¹Ïï_ìÔ­¯\ÁKß¹(rùøŽR—F‰Æ¥‰Z ”rYqav‹öžÞ<ÿF€·îÖòõlØ)åÁES«Zš­B¡wPX$›;FF8²Gû› Ð12J*SKdïÓŠcø=B'Ÿ¦ì&'Ÿ—oŸðÅLhÞªCHm¿–ºZ!„Bï °XjkeÖ½÷@ÐM*W¾^Õ±Þ­ûo+BUB±y›Á‹ËŒB½›Ì×ãZQ”J" °È`ïÏB‹Œ7+Â}Kfefè‰F!„>$)ÏŸ­_wÚð² „B0L„!„Œ&B„BF !B!£†‰!„QÃDˆBȨ•úB=B!=®?LÝsú^òKõß'¨Îhšru´ŠjØÄOç‚9L„!T&÷3~?t£E“úaíìyt¹œ¦d˜—i™Ä1‹›Õ÷2nŒ0"„P™l=v»qÃúÖ6vER@çϦWC–Ö6M7øçÂCL„Z½E"LK{ùøÁƒ¼¼\C¨ÜPeaiéãç8ùå'VSu›“j5v0©¯rê[æ+ …WG"±åËŒÜóÿž©Ú™¬4ÜùS«–“¡Ø2'¬ÌÌ{ññM‚ƒíéšsM ¦c&ãUúõ+—†iÖ¢%N~yÁ‰ÕTÝæ¤Z‡ }öÄËÄ;„©IkAU4Eê7jTµ3Yi^Ÿ?W|­þà²&Â{w⃂D"Q¾qük¢ú‰DAõÜ¿‡“_¾pb5U·9©Vã‰D||7¾›¡ÀêkðŒ Õa&+H$ ºw7¾uÛPý‘eM„ùùy––øÓKUÂÂÒ²¨°'¿ÜáÄjªnsR­Æ# RMóØñŠú XXZæçåŠ*s"$„Pel“XM°3“_îpb5U·9©VãáÓ@¦š æð/–1m•5@ͽ2þaÀù¯ 8±šªÛœT“ñðyPexa­žø<ªšÌduó6‰°Æ>ýœÿ ‚«©ºÍI5Ÿ†Ñ²mà™}²û£~;Øò]?õîÜ9"²[xç¨vÝÔÚðN~MZÿŠËñ|Ó›ÖJ¼ÅŠP×ÅåÃ÷@Vüú6Ãgº²JkŒ.¿ü²ò‹IÙòáƒû+áúµLÎZÒÿÔ­ç.Þ»oY†kèºz¨hZV 'Ÿ«¼úTUîÃÖÚƒZ%÷P3˜=Þô+¿„ŸÙÿÊjÕMØÉfp´ïL&gTŸVMzN~=ïFÏ`ø< ¨¿¶®Óº‹_ý°ÎíÛ†EŽÞË‚GÀ½»=ìº1~G(d¥±­öùM‰ê“›°Á£Ý¸¹=À½z7øáòoíó“v{¶Ÿ2ôé&¶Ï½ž“NŸ«››°Î¥I›!;1Ý/ûþ¯Žãf§ì×ÕêãE»O¥eû‹ùÅéÅšƒvüzŸÙ˜U÷ÇîªMæÅ™yCVìÙ³ÏËB(/x2£Ï€9vçµSÿfú;œüštý—å9-û^ô{‹.t%[¶`ø±$ç [öòñ㸲—ßéÕ3ôíÓ&¤ÓòcÏ !ÇF€®Ý{tëÑW3²oï>íZwùáxÊñUÓû÷íݪeø'^°Òü;S‡DuëÑ3¼Ë ¿ïd‘Ò¼|ü~?¶gÈÖÃN§q•Oìջׄ}IšÍ'ö‹*fÈ ^=G.¹­«ý=mH‘=þvìÀ°ˆî]»uóã]Ÿ_ùEë¶»õè1ð‹óD­ó_ '_sœ/Ž4oÜûn¡Œ²ë‹ð¿\ÕÕ‰æ\i‹®ag\Õ¥K·n£Æ^È(æšh>#jôO¬ÚCÍ`®Æ¾ÉH©ÊSðŸlÏ­€ºž ö0Ûª>­ºv­¿Rë™V¾ƒáÓѲÐ"‹?8ý{ŸÖ>—6MjÚw#[9ÿRúÚ±­Ù²um1ÃXÜÍ‹aˆ…ç0iÎYvÓ‚ëŽíÞ¼EËŽ–™SçØJXÚ;€aˆ…ÇPF‘±¤»Ã+ßÒœ3zZ}ÚÀvøÈÉk·ηj[>M ÜL*¤)ëó[…Y !ëfþ3rýlOs!„oæ9gýð=_oÐÕP×ɯ9Ïñ+zE.¾ÅF¾ÜÔb:Qù+.J;óID»Î=¢Æ,>Êunð¤,ç³Ao³"ÔÑ#[ŸôïÏfŽ=¹Õ`®|ÔktôXü¤è}¿ù*ü÷ðµ_ÀÁýû¸.òˆÛ°{üò“¶6Œê»bÛŽñž¹ [B~óÅÕ°cÄg³,©gSðüpHÿý..‡ÒŽ7œöÏ ÄÓûøëÊQl剠I{§yÀ_Û¨5ÿùï]‡TF¢«==°j;F Mè°ìÄê–ó²XWçVÙwÛÛ„/É”èŸg­•Õjò»õèÉ,œ'm_ÛÑÔ©Ë–i‡‡ŒX³cxæ÷Û]ø¡‰®IМ+Ð8]ÃþcèÿÄã¢tõxzè«Cÿ¼r`4ÛDóѤgb5j³5 '–›9ôâ¶~À':C@Û ®'ˆ;LŸÒO«®]«*Ë™å: EQ …S`ÈÐÀ‡õ±vjKÁH¶’P 6§Ù €’-) Ù}úœ«ˆW:ðu$%,]Ö×jÑé{—cÞ·²Ñò˜”k?]ß#d+3oÿ`1Œ-ïÉ(:ëbÆ›;\”Ñ‘™Zê:ùë1Pmž½‡}‘Øa©rÚfàöO¿×ø«ê_ñæSí>ÞÜÕãÉ¡¯Ž¿®4øÒ$ÐðùlÐ[$B™L¦µ¾[÷ž IÆ“éüǸÕ`®<­]m™L&ªÝK–÷þÈéÝe2™È©7£ønz¨³L&»FÉò³¿ÜÎr˜1t'˜Q9š›ÖÎI&“9…NÉ%“ a+g„¹êoÎtìAóWÜÈܽ¾![6µåÉd2­m£¬¿œ<¿oXۈȶ´ŽyÖ:ÿÕpò÷ìÚ©Ö§{ŸeCöwì>E¸öä>Ëd::Ñœ+Ð1BÍÊ yûCd2YíöSs¦ö’Ɇ±[µµ­õj•ZwÍêÖ½'PDdë³|ón«ÁS…+Ô “«Ô†€¶?@]Ow˜ c§z6•åLƒr ŸÇ¾<«¿Úîo¸Q!"²:!³w6óVݪ«¬ÙŠ(‹gôïš.y‘dØ‚:ǯk&‰ì—»k—¬{Ú‰·¦äq³`òS¶‹íºk¶Õòƒ¶yî÷eƒ‘Ëo !Õy\=1Ÿ­Ôoð¤,ç³Aåõ!:vµß“ ?ÝÉ"„´°îy–OI>µ”k¨ÚW¶áÓé2¥Z¥ÖHÕòø@Û¹»âÙrÒÍDR,;ýœòìÔ2KÏ¡jmu5/ß®<±¡Ý¬¿®±eöj•–¶Œôa4lÓeÂô¯ žÅm´Îõœ|¢áÈÜá™=~Ø´aäÂ!ßdÈ”DG'šs¥õX´{¸§åÒ’'}©¥Ç0µ­DÇÀtÕ­k³`ß]¶|wß"›º£uë}^)éòþ•{²>C@Û Á'HõiUcp’9šgZù†¯ãõrŶCqWÿ»xῸÿ qd+ù¦þ?î8qëÊÅ .²YPõ&Ÿ\Y`Ñ`õÞo\ºpéòÕ?÷RÛZöVÏjÿ©óÿ]8íÆµŸÇ5m´~j!ùÏ7øã¿Þ>|v·ßÇ-~R #„È ž.¿¹ûœ¡Zê©Ô:ϵCg\X|taLËi]ÔšŒð´dŸ¬ä“oþÞ œÿe;Ÿ *‡aI=-ž¿(¢Ïä5“=wþÑCûï¨åàÕnÀ®¡jlùÛ~ÍEõ³‹wíøK5@3Rµ<à·_LžÛõo¥äµOøµ~(-4nù€ß’3å‹ÖÍÒìSWór àÊ}~]ûpú܈ŠÍøàÚ~ÁOü5Û¥déÄQ™2PKû~õ³yÖZY&?ªß¶Àã[ÿ½ý·—g—/ˆozbw° ¼¢gìйG,ˆÔÚ‰æ\i=­Ãþè·ÅS'Nè½F ºþ°þ#ƒÇ¢J³¾ïÚU÷§-èö—DrQí&«×ôÑÚ¡®ÕJƒ§ÊûpåJ:Ù ! íÐà¤ö´ªÑ:ž²œiP®ƒ°— uLZõ'ài¿ß!äñïG›Œ_Çmuj7sM檯? ã ä AøðU“ÚÖzÛ“_ë<ÓB—iþųoÁÉ&öj3?pÍ‚‰£GöZgïÑr8À¶Rÿù_ÆóÙ *!!¡°°pýÚÕ¿üº&+3CWÜ‘ƒû4j¬kkµÒ Q“[7®Šªan݈«)ó_³àÄjzÏ9)÷?À÷OùæÌ…룆 –Ë冫©?·î mÕDë¦/Â:L‹9îüú ä‡äÖ¸Èî=umMyþlýºuå°"¬†jÐPËîƒ<¨ê'VÓ{ÎÉ{6×ô>¾O[5ü’;Ë”[‡•ŒÏÓ9ø'O@M>´÷ô&Âׯ֔¡¾•ò ªœXMï3'ñøÎ–ï`دnkÿþDM`„?ÃTF`"üPáüWœXMÕmNªÉxø<Ðñ5šAÏŠÐÈa"¬1pþ+N¬¦ê6'Õd<|ºgA`ï,c(Êa"¬1pþ+N¬¦ê6'Õm<5ΤVo‘ï݉7‚*ÎÁ‰ÕTÝæ¤úŒG&“ ©ÖªÏLV4Š¢,­¬|ýüõ|d”ó‰ðã¡# … „ÐNõî5‹Q½†%>M¸sûv£&k[ýÁo‘¡&Ÿ!däŒíÜÎÞ!¨~ý{wn£?ò-n±†BÕ"‘ÈÌÜ<7'ÛP &B„B"š¦)ªL”ÅDˆBȨa"D!dÔ0"„2j˜B5L„!„Œ&B„BF­2¡¥•µ¥•µ¥³»ûžÃ¶žK1Ô`ßôþujÙYZYïË,6«»Sîá÷ß/úþûEzâËH­[„B5]e$BÖ¦ k¿Ô7ëÒqÝ›®ˆË0c×ÅæH”?­ßÐÌBh(Ö°ÅK–,^²ÄPB!£Sy‰°_ßþc&|ß ’†þÊV2òô_~\ßÛÍÆÖ10¸Ë²½wÙzK+ëB†ÀŸrò %vF‹FukÙÛZÛ;7 ëÿ÷½.’[¢éZ® ˆÛ8#¸®—µ•£›w«N}ØJ¥,eñçÝ]¬mƒZF¨Æ\:6À­–“G£ï&³5zÄÒÊzϼa>.Ž®~-—|øÓÄ>îN®þ-–OÑßVë¨B•¯ÊK„,‡¦3 ÿù&öᮡáßn:äÜeø÷ßÏëâþì»aí6¦À¦MÙ® 0uÿh씥˖Î:âÕÍØÿõš©­{íT{ãʪúM_÷4ß÷çßÖý8Jk/[¹cp—ï·£› ^½æ—¡¡µTãç=öœ>9ª(;ñ— Ù]ÂZôÌ÷›éQyi÷~ÜbsA“¹3ûç½|°t”¶ZG…B¨|Q ………ë×®þå×5Y™:¯X9¸ÿã¡#Þíž­ì",/7ù+k{_Šg•›•>ö¶érF5¸é §>¯«Ö ïúnð7ëî¿Ì/‰£y9¯ÔÂt•5ªäºó%¿s÷.¾>¢†…Ù€·½í+9síe†¯øÍ­ÉÙ~âÒ2½…2K›Út^nè>6þêË _‘ÔÊÆ.§f˜ÒÖV¶Œ¡¶ZG…B¨ŒòòrOŸˆÕóKL)ÏŸ­_·îí~}B—Ô)÷ïÞÍÉÉ€>ýè‰L»¸,\†±Ùß{žó×ßMÍKÞ4¯ãªµa¿ ?=‘(§­ÜÜÚÍòËA}ŸHäl= À3 ”?×Ú°,Ö^>¹óð­‡þݰø·µû3SNq›´Þ¥ÎÛ„ €’¦ÿ@üÄ|î‡>Lù¯›h«gT¬½»þ„2VEY[Yû×­[ÛÙÅP¬>å3^¥ßºW¿~#±©)!$+3ÓÖÎN3l××Y²(ÑW”\\ÒÕmؾ¤ßVïûfh{^Ñ«ëgŽ< ûñ ·¥fs!M€D’çÔŽ'%WßÖJt&W:gëAß;?j¶âÔñ’¥Ê¥FûÙy÷uÀÿVujݨ^ãf©‡wÅ¥¼d+ç·«=îDJŸOf~3°iÊõCSoÖèõ²ˆ&]mµŽJUhXGÍJ„2B¡P"•^»rI Ø;8 שaüíÛ 551™š[ø|Š¢´†9ÆÌÊÎ'8rú´ECšÚ³•½7Z4kʆ½¿³ÍÄÊÞ¿AðÇ µÿ‚âöUûNYûëìo: _ÐÖ*ölnÉïDÿºzb÷ÏÝ4ý«ˆaß\×ÚÖMí3äç &5µï¯™…/¯,Ÿ³åUžÌÆÕüëÙÊAÛ<ýâË-‡ÿwòWÿ&S5úTUöѤ«­ÖQ©Òú„2Ö¶¶-Z†Üˆ‹kßáÝåðá?»w††…›[˜ Í­!„P¡(à „;·oíÝ·¿æÖ2¾GXŸ%„Âðùå°¸D!„ÊŽàóùeùÑA=Ê!²t]E!„ª³rK„!„PM„‰!„QÃDˆBȨa"D!dÔ0"„2j˜B5L„!„Œ&B„BF­’n³ïnC!!„jŒž}új­W(ŒBù^7z)BSMóx|^ݹ¥’!|P„¬ì¬:î†ß…‹«[vN¶\®0ø.*5Vóᵫ—[¶j+Çë·!ôö(Šb¦".]€@ `†0Œ¡Àw‰P]$BU[÷*Zã?5 *³cfnQX…/Nöh5´Õ'DùémZθhR} ÍÌ-êׯO(‰YçÓŒ×ÚäÝ´hré¿‹º¶.X¸pÖ7ß”%!„Ðû¨šDÈ– ’c"ÛŽé²ú̬nž÷/–LÎ¥î kjõ/œy^ÂŒჄǷõÑÚêmÉäÌ/è9êE‹3s&[Ö‰Bè}TêeÈkûx_ÇVãzoø÷›®„iÞ±=BCZ·nܬóŸ73 !ñ+Ú7›òŸ—ô«“ÿ »º5›r…’~u¤¹…ÍÃ"9!äKßÚ;^BŠÒOhß$¸e‹ÆíN/bš[Xîœõi»vm>‰~R˜z¼{p`ÓÖíÍúGu0ª£R«çò-¼æn~bÞö¡æh !§ lÒºUçá'Ùyáý¯…7iٲŠù7Héñ˜[X²aæ–»¿Ô¶Up@pÏc©…„ƒ" eH«ÖíÙ6R×1[6®SX»@ŸFs$„ª`º_æËdã¡øÖã£[ŒÝÞz|ôÆCñ†Â+\•­ÛµÞû­/ÜÙÊ?úô«¿ôâêÆvùI{|;NûôñzßQ¿¤ùÎ[tÞ‚Gš²ºÍ’ƒN­®=Ÿ¹“,mzï—+m{Ö^z/{M`áÖ¯åv&„5=‡™M=~©÷ã=#Â{®I¼ð%»£# gžžï?µ w˜q|ïG»G,óŠ{hZë£âÌùºF Ÿ.Ù›òÊOÌ/~U\ÕóaĺÛÚ@VJ[ÉÇrü›Î6ûîÌB#;öY—xá]£ƒ•õ…ó縰ÿ«ë÷ù~sÂ;÷É&Ÿ°ÏçtÛ!TEÊ’)7ŠŸ<¸…O?|ž³þÀÍ]ƒôÇW´J]ªÕÕ믕› ™’ùZ—±åó^­Z·é2øGsú<Ìê-o–ûåù—JIâ—g©U‘nbû>Þ[’¥ÊMŠWÎêuyåýœÇË-¿bß<ýåAÎâîžàÕcqöƒŸ¹-íUòîãϯ¼{.†÷£9Zø¤¾í¨1ÓÖG-².¹÷Á‚ËékƵf˶.¦l*v`žÝç<øEs+G×1.îîV^C¥9çt6F¡êAÉŠ‚+ÒJF.W ¯p•º"”Éd\ù³5' ‡µi9ˆnóWb„l=zÜEÄSì°ì³¯nz0é¢yärk¢Éàf ®žˆ _ã6¬àì×w…·ü'üëV&“ÉÍÈåªû2gäÜnµ¨Q«ç¼øKlÉ>Ô:Úoc®_=spe£åG.,c7Ée2”ú0±Úx¸‚ŒÐŒ\¦VɵÒŒ…üu¨R×q!„P5Á(•ÅE^”Q2„©úDX©+BÕëË„“6ê+ÿ+ô³_¥ ™ÖÐþ«-qìÖ„«Ù‚yqÝ Vÿæòä¹ÁlMà 1_å>¸3ų&:±àà³ÏZ:°›&øYÏŽI"„<=:ÛÚw›½ö¹Ÿõ6àð,ÕzŽÚ ‰JsYÞ“C—·Ÿù%ûPËhÉÝ hÖ±×ô…‹ó±›¾v˜¸î[Î~QDJT®!” ìèk¿’‘Ûñé—R¥Z¤ÁcÔz\!T¾´½ÀƒæK¨. ÃH¤òÜBY~‘ŒQ* …—гÓ÷T©+BÕ#!„e:ý¯SÒþm:NÆìØ?êËæ*LˆÜµùŒ­M¼Ø°ÿÍ©¾¤I1ÛÖ¡ÅgÙ7?½ÉÒ¥ŸÖ‰ºØˆØM#ÿ^;ú“Ú.ÈDîvŽâöņG¯ú´_ï6?Ôòý`¯®iU«mFQCÌ:~ºêÁ^ìÖ¡oYj´D)™óIïWRI?³™ ¼mç1_4Û^dÎ÷ˆUL¯š“/Í _þ4]î¸z×2¶rù¶Û…Ú˜šž:q”‹4xŒ 1~„ªrëÜþýp¼BÉÂBlÌM %ò¼‚bбßð“ulª£)2ºwÓ ý›ꯜUM"L{™ZR¦Íçì¾1VDÓŒ¼°#©ãâUÜC‘uxÚËT6 Þ´ãϦ½‰4±o»ùèyµÞì@ì¶ëßë%›g¿©W£ZÏîKsß,H}´´ÅßGN¨Eòľ‹7R­Tj¹çÜ?z–nÛõûè®­ £j!„ª‰‡nõj`"ä!DÉÀݧ¹R©LÙ¥u€HÈ#„@~‘dÍ®KÆ’ËBš{6¢×t‰MÄ©Pç·jøž*s_œ*Ù)BU…\)‘)b.=eBÂ0 PU(‘»šDSEQ”­•‰¢*>;S}¡Ð²ÍÉSìêç­Ú½¯Jݤ¾H©ü"„PEP* …æ­±™kÓm¬LÙ[¤Q@IdÊ"™ÂL$05á³7N£(J¦PPÀTþöUßDXù¼¼}ÓÓ^ŠB!¤!Z^ê‡Fþ~ð¶RÉBaÄBa¯.MÏÇ¿°¶ß‹PP$ÂBh Æô ®üL‰!„P9"š/õ£º×Ù­÷°Ù°M¦B‘‰ ¿°èÆÖ1Ü&Š¢*?S`"D!TnQO„ Ã0 £P(†a71JF à‹L„"‘€0LQQPEÓ4ŸÏ§iš¦+õ«}•—ÿÞ¶ÅPB¡šMóÒ(Ã0R©T"‘°¹P©T2Œ’/˜˜DBdggóx<6 š˜˜ˆD¢ ú¹%]*/zlV¾+BŠ¢,-,|}½DB¡¡X„BåÆ<õ¸îê+BòšR©T*•ÅÅÅ©Lé`m&‘Èhš***‹Å<ÇãqÁºz¯•—›7)ßÕ.Ã0©/Óž< ð¯Ôß2D!¤‹æŠ¢(@@¡P(Šî-j¯Ü°aMSÝ[Ô¦¦¦|>ŸÇã ‚Ê›°ò!EÑå{hE;ÕªõìYJùv‹Bè=PK„<š¦…BvQHfhdÝþ¡ ÃÐ4mjjjann*óx<Š*ùF!TîËzå%B†©ˆ£!Ó3B¡·§ãÂ&—ãLMMy<¾R© „PÅãñE"!û!×fó Uy‰°âŽ­âzF!ôV´~CQ{ ”‹¡^«ÂWòÊK„Œîƒü_wÏŸ>ÕµÕ ==¿'ÇçÎüÌ¿â¥`íâ4¤¡píádõYW÷}1‰éÚn¤õpþ×ÝóU®”Ð@ž>˹XÌmâñÅã»Ôzq+e÷3y³Ð:ŽwS¿*é—â Æv®½5&9) ö plWK cÈ‘ó/"[;o;ûB×B¨òmß#Tí9›T¨ÊK„úó}&á}Úê—“\lbJnK –§àQ.42¡.‰¥PQ”¦y¡×´ië¿/€æóÛ¶tî¦L=˜,gëmWê×ÈË…R©¤iº‚Rlå%BµhÔÒ±èAÊ®rGß×[ó^foMR€ÐÌ|lÛÛ1¯2²¬;Ù»©PËß2íÁK͉¨ © Š›Rh*¦.ÈÄ–’ܹU}òHêì.H¿-%„Ôoáôêö³˜\F`j>®­Ýí˜t¶wvæÖ;rkgÇZZ®y½¼ãÆ)+Îã‹<I¡©MmEîn“ûHÖÝOx÷¶äDº²]Áö_hÖ@ [™«äïÐÙ”€^Þ[N?gNîåÍõɴާ»ŸùöCO²à «ò*¿[;kò8ÝÎÇ&;9C¡÷x¹2[Ð:žÛ¹Ldûø—EžÉ+r®BÆŒÏç7lÔèÂùó-Z†ØÙÙóxå“´”J&33ãÊ¥ÿš6 6‰ …¿‹ÊK„RY©·Ô€T¦Šp[†Øß<õäfŽ(Þ7ý}ØÊ«7‹?\ºcjQ”™T¬å}9µžËWÚÃ"˶&ÖÖ‚—%Rs9Ÿjdjn¡,J(R °ãx"÷IŽÊ¡nx\A ¶–Kó¥2P¼Ž<žeíQJšßZLŽg¿J¦|ëñ˜@wÁ…#…R™zîR=^µÎµŽçØñ'sW«¾&?M„ª<š®íìܰa£q×rsrFã•ñÐ4mccÓ aC{{±ØPø»¨¼D¨vQî¿ßÜÜÜPTõRy‰PmÝ&/.ØrøQɃ›wÙÿO}”úÓëº=ñw¹à›±n‚Nº"€ƒÿÜ?øº,—äÌÛžÃmRÊ%N?U‹Ÿ·ý.ÜÑV©æÜ᪉R¶øïÊ‚ï¢ïiÆCé~¸2WÐ2¢üëØ@!¤C•%ÂrTq=#„úàU^"¬¸‹r×3B¡^å%BR> *…] VDÏ!„ŒDå%B¦œ>AÄ!„äçf›ˆËù÷~B•ÊK„ÏAy™ˆmìðÒ(BU ¥‚Q(ËñE™BSMóx|^ù®¦8•—žÔÁPB¡àðþ«ZëerÙó¤g·nßÈÎÊÖðhš¶´´ªTÏÃÓCTÓï,ƒBè¦T*Ó_¦_¹z¹}‡^åuëm¹\ž”øôÌéS>ÏÝÓ³¼ºU…‰!„P9P(q×®vèîéåm(ö-_?>ŸáìÙZµÌÌÊÿÛúåsST„BFŽ’•UÇÝÃPà»pquËÎÉ–Ë+äÎÒ˜B•Š¢†©ˆK— †!åt#o5U–O.ŸѳwTTÔ‰"**Š­¬W¯žþV•¯|‡¤Ù[M™„*#R1 ÆjT͌ͧŽ_¿iŧ`Ïž=†Â?X8!Tµª&N<°ˆ!Ãôc>|ø0>>^5@^poÞóîåÈerÓáKVFXkë¦jH2/Mð]²”§Õ™ýë²v& (NX2}ι¤"1͸…-þyR`ÒîyÓwÞSH‹‹ëQ‹Ž Ôrï6ÿ­™2k÷=+k‘¹çÔ?—…hv‹B¨ìª&.ß¶ãh½zÜHóJàî1ãügî]dSr4lð¢¨3K4ú¨2[GMݺ¯‹{âÑ)ŸŒúëÜÞQ°g쨧íù¥ä¾,§vŸG÷µ€‚ÄÃaÖE^¨ÙÕ»Í×kc¶^Šó2áK2%ê="„zKU“ Z}'Ë~öȽ`F刮\<Éû§ƒÔé8#wzO€Q°òFæÎ ÍØ+'15ªßø »¹»JÞ-K¾•¨7¶² ÷²\v:žŸZjé9‚­œØØnöÖkl9/M/¥LgK¸³÷[=¦eˆìq6Õ°mÄ„¯g&Çêi‹B¨,ªéŠpີ'ÏîºC!…s㉫xjQ:t(¹Kª©ÃÀƒ;Æ ^¿lÊçc{­æ+Dn?nü„ݵfÃé³#ö™ñÀ­ÃâŸ>X9½ÏÄÞ=mjY{´pZgïziÎadK' ɲXÖwò*C „P¥ÂK£oAõã‘\™+Ìæÿ¶SK³J§ö1N0±Y}H­’/öžµj›jMà ¹±ƒJÊË&¨ çmç♯ÆoY „j’õnÿ~8^¡da)ù`ÿ”hŠŒîÝtBÿæ†ú+gU–B‰‡nuoí'ñ BC€! aC€€aHA±lÍ®K˜B}hr¥D¦ˆ½š¤T¹Q E±7Š¡(нe %ðr¥¡ÎÊ&B„BåF©T(š·Æf®MÓ4]©ßq¯¼DˆB胧yi”a©T*‘H …žÕEQ|>ßÄÄD$UÐÏ-邉!„P9R_¾þ˜(a—†ºšÑ4MTè «˜B•Í!EQ„B¡þ!MÓ òß&ÄDˆB¨PK„<š¦…B] T•|·ÐHáo>^p.ÕÞ>ôÐîo—/_>eÊC-ª†‹‹K`` [n8kKƒõc·¤À½{÷Øz³ZŸîÛ:ôu˜²˜±›¸bÝ †¶ªÄ|7bnl¢™€^{ðèØî±±±lÏ)));D¡šLDžͲ¿íWÉËA¨ÂDøåæ3q‰Ï,x¬X±¢Ú&B`óV‰öû†€‹‹K©ú×aé—–·üxê øª›>_wìÊÓdk> j½!„ЇEë÷«¹ªI„ãzD3¤O—NÎa?~üh.„‡‡S´ðø±Ã...kGw^}îi†ÂiéŽßÃņ:«^‚ÇKsêªÖŒëYÄ~Ù‡÷îÝS[Ê â§œŸ-—ÊÌÆÿúû  8·bÜ—Ûn[Û˜Xø|»gu[@¡š€hûa5W5‰pÍ#û߬¨ö@éÕÕѦsŽ|ëùôÀøýb¼®N*Mxx8[Øt(¦ŽÈÀo'_hæØOµ¦ôÁ‚‹‹‹Z“mƒ? ZprEÛ‚gûuŸ=èæ*ølÅ}Lø’ „PM+Âr1¯‹;¸GÌÏPõ‰°Œ3ÃÃÃ"&ökþYb(¶”nf:~5 Ì©l¶rPÍçg}Ô%¼G¯&z#„Põ@¡iº  ŸÇ3°`xJ¥’ý~…¡ÀwQa UÆ|©IAÈæÃ1ÎÂR§ÎœCW®Ÿ>vüðÚÖ+cïY¬«-BUEY[ÛdeeÚÛ;Š}kYÙYv¶vTÅÜq¦B:}[¶<:]þæ[–ó?€äcó¬|«~9X &7°Ÿ¶õ&[NŒ{@d²¨¦zNùnQAâa}B¨zàóù 5ºpþ|ZZšB¡òƒKïG¡P¦¥¥ýwþ|ÝzõLD"C£xÕbE¸ôÓ6]Ã:Ú˜Š; ®Ì\ñ4]î¸ò牢š~†Do½;ú«Ö›"»OßÜØ‹0Ò¹Cú¼’¢H:xöŸ†:@¡ªÇ£éÚÎÎ 6ºw-7'WÏMdÞ MÓ666 6´·w0WÈÇ'«,ª~r2ráöH•M=¾ý½‡fƒ*¢ë«~jõú¿¨º•+syÐÛbTã)žEôáw¼ÐŠBUƒ¢D"‘¯¯«››B¡ SöïêA¡hZ(šVL„*L„!„><|>ßÜÜÜPTõR-Þ#T…7[A!T™ª]"D!„*&B„BF !B!£Vy–ÉÎÎ6‚BU6\"„2j˜B5L„!„Œ&B„BF­%˜…c:÷ìýѰ¥ð믿 ¯$×w|Ú3²wTT¯½fn~¬§²^½zª ÕÀÉå“"zöŽŠŠz"QDEEé C!T™*ïS£ÍÚqáTÜ-skÖ¬™0a‚¡•aÚø%ý·ŸééiŒôÑ#©žJƒfl>uüúM+> {öì1ŽB¨2TY"üoÍ”Y»ïYY‹Ì=§þ¹,dÊàÅ Ò¿¯S›ïú=Y QQQ-ܽ+º^½z? Ût)9Sá8wÃ/m*꾫Z=(V¸Ù‰h‘¯¿HO¥~S,bÈð%?^ÿðáÃøøxÕyÁ½y_Ì»—#—ÉM‡/Y` ³¤¥_„Bï§Êá—kc¶^Šó2áK2%°|ÛŽ£õê½^'ý oÊ'NÙ1Í=)fêÇ£·ŸÛ;BG—âûÁM‡uŒlÙ¦epH蠾ثÖJà.xj*}€Z®ˆî3ÎæÞA6)GÃ/Š:³4f !„P¹«²DØ'ÀzÆ×ßG……v‰lkb(xz7pë0#oZo€JM„¡Óí{ý쥫§vÎ>™»v€®J(}Áómßü[}'Ë~öȽ`F岕o5K!„ÞA•%©Ûß:úôñ?ºn8sqÿCáUÉÁ§I”O“žý"70@OåûP²:z§“§ZYƒf !„j¨*úÔ(‘=Φ¶˜ðõ¬Âd-¿@kã_ÉßüºñòÓ)ðüÔ2K¯J]Àá‹$^˜ÖÓSùžÆÙÍÝUò®aò­Dó„BèýUÍŠ0²¥†dÈ@Y,ë;y•fÀ·ZêÝÇZ,Þ½+ÚÇ-¸69Ca¿x÷šÁêZôÂ_e‹ø elfüº\Oå{¸níÃɳ»îPAáÜxâêg !„Ðû«šDHñÌ×G«@õS”á߬ WÙÔeÚÊ.P5fÿüG+Õ>ªöP­†+syÀüßvªÆk%„B嫊."„BÕC H„šK+„B¨¼Ô€DˆBUL„!„Œ&B„BF­ò>5jccc(!„ªl¸"D!dÔ0"„2j˜B5L„!„ŒZMJ„...†BÊÙÍÛ}-?ÝÕǵN`¾’aЏ׹U(€ðpÕ›ÁéSãùnDHh‡ðððÇ7’ŠØB}¨jR"¬|ƒÛ¼8v€-Çm|Ò­>ãË(Jû³À¼c3ÄÆVåïB|¾îØ‘±±±±>&üª BÕPU–Ï­ܦSçð¨ñgÙ—S¿|Ù#2¢e“¶KcRŽýüEïî]š6jµìø ®ÕyÃ#;µt*½XGÇåÉÂm‚òÕö¡Ö%[Ìþ¦é±ý)ð"æ}Óal ·übÇß§{DóF­}ÎV§ŸÖ¬}çÈ‘ qÝJ2ÎïÚ6¬cXÛ®ÃÏgH i¿°Ùqqãs—:O$ ˜ÙØwo¦´Ík\È"†ô‹è®¹”Ä9°k§ÎÚµï}'›­ÔÕB§Êû¡šÏV8ð0ÑÇ„/Ép•=Æ8ŸøGÝv×üóÏÿ¼smlÔsòÔ{ÛÙ€£MçùÖóéñ=>ú=þÄx}—Zàø‰½:¥`ºÕùg£ëy%N?ã.ÿù4èûÍøÃ>“öNòÌOÜÒ ròŒˆðûGí¿:°£‡g¾qG_‡m8Æô‹§zx>Ù?®çÀ ñ'>¯ÕzHÊܽð]ãGk¯…t­õÓÃÜþ…z,´3skÙïâÂ-5á¶ÁŸ-8¹¢mÁ³ýºÏts•žÞBÈ8UÙŠpPÍçgý¹+¶ÈJÈU~×Ý,Ü?f”Yó#½ÀÊgˆ,ï<0¯‹;¸GÌÏ}´F£Ë Ñ«³óÙèÄŒk›=>i!´l³AÊ(~MÊ]OËýæEx€…Ç`YÞE¶fÍ£ÜyîàÙu>¶öu¥GäüœG«ÀÄ®‡gáöç2åæÿŠ˜ÖýêÚ‡¹O~1÷ŸD€Ž¹*‹nfF5 <<¼÷ð_Ì©’!½so!ôAª²D8çЕ…µJýomëð™\¥)MP‚Òe¥ö.*…çÐæÏöž¸ûÛÃÈ®.0ÒS²îî–Ta‹ -Y¤dÌÀÓ6fJ£Fµ’š`¶üöùÓ&ÃÝ<']Ø’°þ’ÿøFì6­sU B6މ½qã[ùν!„ЩŠ!‘=È¢švè9å»E‰‡ E¿1ÿø3H>6Ïʷ¯‹²,=?—¾\¿æ.3¼–Ôå½qÑ/¶õ?3Ô®Äx_+vÌI1ßr•ã|­æ•È\+Ÿ’i0>àø¬)îu¢ù6CD'z6²¥#À»ÏLn`?mëM¶œ÷à½zC¡RÕ¼GHéÜ!}^É@Q$<ûOCáotº27rÅÓt¹ãÊ¿—Š-HU“)žEôaõÏú§¤¤è/³…PÙ–Ýx´ìuYì0 %e€êVµá©•ÅŽaŸ.¹& ³J*MÚþqø”&²çZÕ›z,qjI½Ö¹âè™(˜ý°-F5^o!d„ªèÒ(B!T=`"D!dÔ0"„2j˜B5L„!„Œ&B„BF !B!£†‰!„QÃDˆBȨa"D!dÔ0"„2j˜B5L„!„Œ&B„BF !B!£†‰!„QÃDˆBȨa"D!dÔ0"„2j˜B5L„!„Œ&B„BF !B!£†‰!„QÃDˆBȨa"D!dÔ0"„2j˜B5L„!„Œ&B„BF !B!£†‰!„QÃDˆBȨa"D!dÔ0"„2j˜B5L„!„Œ&B„BF !B!£†‰!„QÃDˆþßÞFIQ ¿·ªº{6˜aaËÌ0 ›¨ñ„ˆ£ÏèqÉ9è3‹h4$šH0/&B|‰ùàMŒq!j^ŒyF|YŸITPQÈ"»€H¢²ÈÌ0[WÕ½÷}èaÀYº{dÓ}ÿ¿ÃѦêVus?ôÿTuU7X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ!Àj„`5B°!X¬FV#„«B€Õ¼TºÍ¯_œj'Ú á…_’j'§FV#„«B€Õ!Àj„ÁŒ1©†¤Ð !”Ræää¤@7s' C)eªÉtC‹úÇý¸‰ß+  ×D£¼ÿ^QŸâTc“é†û+*+Wý}Åä©§ xŠçuÃHΣÂpï»ÿXóúêI“§¦žL7t«¤_éøª ׯ{eÙÒã?W @:¤”EEEUUÕ%ýJSM¦B(„xÊ § J5 €§># sB€Õ!Àj„…Ò¿x3ÝJ)›S GPJ !Ó¹×>ݽóÝMMMZëTc8iŒ1A657675õI5<íÛ'ÆŽ+_¿víØòò^½{§XN)D}Cýæ ªª'¦›v‹ú—WVîØ¾½®¶&ý¯œxRÊÞ…Eå•é|ûZº!Bô+í߯´ªQd’t?# +¥{D¸u˦TCèqÆŽ«H> ÝN;ã¬TCèqjk%nSî€LÄg„«B€Õ!Àj„`5B°!X-ÝÛ' ‡ÓJ…J ¾ Ù#Çq¤ëzI~ I! |ßß»gÏæÍkÕ¤›ñÇéÝ«÷˜±c‡ Å:ĤÈxZ©ýû÷­[»fúŒC‡ð¼,g |÷Ûo½üòK®ç:ÌqÝ6˜T[|D–Ï„*ܰnýô™³FŒ™jl6ˆD££Fu½ÈŠåËô_Ðf’j‹àbÏhs¨æÐСÃR Ì*ƒ©©­ ‚ ý*&¤K!€Œ'¥ÔZgý À6"ѨÖZwt- Ò%vM€ìfºþ&˜é’_$É„¤ƒ°‹1fÓ– ûö¿ßáÚýŽSù1ÞL-ôÔó~ü›×B­…1Æ#ŒböiŸøÁuç¤Ú´g!„,bŒÙ¼uƒçy³fœÛ>vƘÍ[7mÞº¡|ìxZ˜\¨ô]¿^~ÇÜYù91ed¨…6¢®1üÁ£&„ÐCc6oÝèºÞ¸1å õaØöª Ï󯩨òæ¦Í[7–帰;öqJ±ãÈÄI×Âüœ—Ö¿ãkE\É™ ‘y“Fd cL’ÄŒ1[¶­à[?hÓ-ó?ò­+RVüèÎS¯»nÜ芭Û6nÚòF¦&ŸáÅ5»¾ûðß–?8·e·Æh#-üÐJ¡höGÊî}Ò€È~Ƙ-Û6¹®›¨à®‡ÙµpÑôáÃ£Ž£Â0ñ§!ß¼p‘1fÄõ×S¹yëÆ ›Ö¯¨ÎèvcÄÏ–¬|nåöf_%–$‚§µPZ„Z*-jj'ßOÏÄí²ßÖm›\×7¦¢¡¡~×#îüÞí“‹‹£Rj¥ŒÖ‰#§˜ëŽqÝ ½õ³êëëÊÇV!׬[Õáw>÷ÀgNœ0qRÕøq“ξäñµ;vœzÈýÍÁ¼{þøúö÷ož3ëèR)ŒÚH¥…¯Äá†fã.VÒáV?±ðÌñ'N¬ÆíO¬n]ÞúlØûüYJn}z[‡›ÿ«õˆY€ã—äLàûûÞ›5ã܆†ú·/ÞyÛw'ôêå ¡ÂУŒ1ZG¤)ÄŽÛ)¥‡_wíøŠª%ÿûô¤ê©mööÁk OŸ·õO/¾2ePžbߦçÛZgª‹;zæãu<§»åÔèž}µ_½çO£‡ºhæ˜XÄBLþÂGVÊ›îù½Âuå§§ŒZ0çìµõ¢Ýk~÷¹yçÝY·|Śѽ£Áá7¯öɯ–®»ovYb­1¦þž9õ ç=¼òö O=þü1BVR„a°áë7O))‰H©ÂP$R‘¡RZk£uĘáa¸í?¿3ðê9½ zû}MÉÝs~<ïÿv%*(„(­˜5¿B!v,þÊœ‡Ö*¿¹^õ™ÿØo¯©î+„ˆD"üþÕ?üÃÆwß©ûüOžûþEC…aãÖ›ç\û× ù®~Á/~»¨Ú?¼î+—^¿þð9žÿ'–\3¡oûç=ñVmÙs냛ýÉ ãF Üñ^}հŸ.¸Ìs„çʨ+b7æ9¹±HA^LJq°¶Q)ÝþDò]syÓ »G÷Ž !"½Fß󻯟u×}»ïI¬­ÛñìôÓo¸âÉUóÏÒvË…°BË‘†1ž1* ÷]'Ž™ZC˜à#Œ •RZwø}]î­ßyjaûåƒÏ¿ýï_(BÔnjÈÙó¯Ùóhbù³£¿µlÁ¨Ú :ýÚï_ô!ÄâÏÌ~ó‚Ç·=3CñážF!Äâó?[uïúG&•Þý?egÞtÍÞ'ÚïÿûñËçÞ¸ìüOäåîüg}Ô[Þ©z2∈'bžŒ¸2抈'†ô/ö\¹ãÝýƒúÉvWþòƒ†]Ã{·þµpØ ï¢%„Ó&}þògwΟ9Hœ<„€Œ1Z!„RJk¸Æ-áGŽ …J…Z©À÷;Ü[‡ÐÔíúãW<¸«&Œ¸²qß6!ZBx×E#……#¿¯™—Xò½¿°ú/ÿ–x\\–'„X´fÿÀkg?&„¢—ó/ùıKn}ðoÛ÷Ö]yáôú¸Þ½¿)/*¥ãHG ‘øhÐ(-iB)%Œ0ÆHÏuâA˜›Óµ¬Ì½päïþù7g,ÌwNÚEI]{ÅÐc)†aØÙZc´Ò¡B…aË… R)á1…Ji­…¡R¡ ý ðýx›]ýÇ)÷nÛw먢6Ë/¹à«W=·åê t°¿WÑðÖ #akNUëÂÀûâ诅Æ<½ì•²XË’ÖaíŸ=}É'$¹f?Fh!e|¥=å_Õ6„RÏ1¹™‘9'ñÀh#‘‹¼ðð°Em^óçKóïß±þ‘cèÚ·îË/½²uÌõ¾Úpåä {¯ÿæ[¹'éòÍ“ô´ÐÝŒiíZ[aj­U¨„a†‰[&‚ õÞ †Z©Ö ! ƒ h¿·y\÷Ó¿ñõ6$þzpÛ²»ŸÙmŒÙWÃË 1k»As­J놭o›V:÷å‰Çîm4Æ|»ºß¿x=±dçªíí·íP§s!„H:!)Ý9÷ìs&~ê÷Ë""Ò7¯¾Ií9Ø\Û6û:TâÈ*£”QZG<§0?÷É¿¾1kÊ©mvõµû.¿÷sß|³Î7Æøuo~ã’û®¸ÿk‰UB#¢7ÿjÅåÁcÓ®º7®Û¾Œ®J>!áˆ@Öèô­Ð÷­u¨B!eSÄœ£Ç-ï Gn¢BøB)• ƒ0 ü ý>Kϸí…=8ÿŠÿŒ»B޾£oüÑýƘ§î¼êŠ)“û*5{nÝðØ=$_õÌ6]s}å1ì3=ùñ_üÝ’ sn¨z$ŒÈéß}zòÈöÛvÝÇoƒâês+G•õ¹ãñWfœQ=¦¬týÛ‡fVõ÷\á92â Ï‘ž+=G¸Žhlß~ïÐSÏo,È^|Ö˜6OZvî=Ïì[ôåéÓ⑨Ä.üú’ïÍô‘É‘yÿùôŠøg'Ÿùå誇¯ëèµükBY"É1AøAH)GþðŽÝ ïÇ:ÙÊ✜A n‘Ž÷ã‰#Âö;yÞÜ%çÍ=v‰1fü—îÝò¥–¿.þvmbúºÚÖ=´>vs?q×S/»­WPùÓg_>vI›m?†$’¦ÓËýìçÝü“çÕ=³z”6â–»Ûn”é[˜;¨¤ðò³ÇU5¤ÃvOsÛÒ9·Ý Ý„§×¢?½¹èxÃÿ1BY"q&°ÃU¥ýú¯^³²ºjbÿ+¯TJ¿sÇ nj޶–¨`¿[n*¹ôs¹¹¹K—½0ztÛã› ’dBÒ7¸´÷/n½à;¿ô‡_¿xæ$!ÄK÷_ÕÙà㺓‚Ïd Ó™ñ´Ò+V­ÈËÍ+½ü²·.x7'çØëAÍ‘ ö½i^ñ¥—Æb¹K—¾‹ÄfýéNwÚt:GþYÝ"?'r×3Ç•õztÉKBß÷ãñ¸ïûA$>|Mµƒ'Õ„tŒ#BY"ùÐÄêÉ+W¯xmÅ«S&O)¹ìR¥ÕÛ ï0G~ÇÕá8N߯ÝP|Ù%±Xlé²óó Îùô¹"crDª I‡Ö:Q»0TWN?õ”>Ñ~_wàÀÄZÇqÇq]×q\Ïs=Ï‹D"Ž“yÇW„@Ö0¢ó÷})Äi“§½úÚòW–¿|ÚÔi}/ý\¯ /0æ#G3®ëy‘èÒ¥/æçœîù‰; ;Ûa&H6!)…aèû~†aA„aÕü—”:tHkí8Žçº^¢~‰ÿD"* c±˜ë½-$#BÙ"Õɱ *Ê+W¬|õ¥W–>íŒX,Gk­6Ú£•Ra¾ðü ±XìSg}*‚H$’do Õ„$'Žü_Jé8ΰJ)ã¸R ×uÇ9ºZÈÄ’ãyÒ“‚ÈÉÏ644466655 )¶aó†_ÿúI¥µQZ™–*­Œ6û˜:ijMMM<ÏËËËÏÏïl‡=ßqž•RÆb±h4zä[wTËí˜Jc\×m9+꺉þ%NŠÏ3ž,„@–HÜ>ÞÙÚ¼¼¼h4‹Å¢ÑØ´)Óü |? •6ZáHÇóÜH4Db±œ¼¼ÜÜÜ\Ïó2ñm½Uò I_"ržçÅb1ѹny®“‚È©€\×-(((((H2æX™ûÎÞ"Õ„ ÈxÆÇqêëë\×¢÷4†} Ç„t‰Es [IGî?p°iiª±Ùãà‡ûô)vd·+0!]Bd<×ñ*Ç_ùÚ«SO›VRÒÏõ2ìòý®R¡:p`ÿêÕ«&TWG;úÜŽ éB ã9®3`ÀÀŠÊÊõë×ÖÕÖµþ‚D¶r§¨¨¨¢¢¼¤¸oNnn˜® „2ž”2‹:bDYYYÚÙá/çf cŒãÈH4–“Óñ›>Ò%„@–ð¼ˆçeø-ðÝŠ IS—?T ›B€Õ!Àj„`5B°!X¬FVkùqáTÃÈNŽ‚¬•øåaN,åH) !ÀZŽã8®›å?U@g<×u[C¸wÏ»ÉGe<×u=ÏBÌ»áúTƒÈ6òÀ¾ïû¾Çãñxâq†aj­µÖƘT; $.‹qÇó<Ïó¢Ñh4ý ˆK endstream endobj 722 0 obj << /D [720 0 R /XYZ 56.693 815.761 null] >> endobj 207 0 obj << /D [720 0 R /XYZ 56.693 759.068 null] >> endobj 723 0 obj << /D [720 0 R /XYZ 56.693 739.087 null] >> endobj 397 0 obj << /D [720 0 R /XYZ 56.693 379.072 null] >> endobj 724 0 obj << /D [720 0 R /XYZ 56.693 359.202 null] >> endobj 719 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R >> /XObject << /Im38 710 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 729 0 obj << /Length 1272 /Filter /FlateDecode >> stream xÚVK“ã4¾çW¸ŠÃ:UD#Éon,˰,l(ÔXITãXÁ†_O·ºIf½@íŶ>©__?dí#}·x¹^ܼÎdT‰*×y´ÞE¹y•*I­ëè.þÉŒƒkÆ~õõvp¾í—+Éøßþ!¥ÞA”Àõ²”±÷ÍòýúпRJTYFj~ëm÷b™e1+xkÚÑ„“àŠJð OЃ´Ð¢PI´ÊDU°I BEßÐ+MQnñízñçB!©(ËE^%QQ)‘Km‹»÷2ªa\iUFáä1Ê”:ÉỉÞ-~YH&C^‘¢/\št§•P2g—DW?&Áèn¥¤”ñíÍÏäç©[j \m»¥¢ðÖÝ-•ŒmgÛ­í¯ôü×➢.s‘B¢Riƒ ê'Fð€4“¢ÈÂ:ÄfÓÎÍí1©¢W8ø˜…IËŠM¬.l† }Q6:—¢*‹(©0yŠ(" ×§Îcèƒ~‚ìn.ögå¸R•H*°®+Q& é}׸{CjýÕr•(ùY¶ž¿CÖ!ÊJ©ŒŒ—©(ÑzR ©Ùz:›ó·®ßÚ¦1­õ#§Øµ»þîh¨q¨Ö/ÃÑPf¶>Xˆ&IãÖ.u?à"‰Í–: 7\ÏXÓ{BjןóhkÚp|°›€­o|ÇÂ-AÃdÆ öÈ ×b¹Êrÿ:'ÚÓ{ì§MÈi'õۚaf˜±Ægû³C)´ÆjW hÆ¢—„;.HédR­SV «hkÚÖ„nx°ÚÕf°,å/·¯ÔÌ ¼ íNãUùÔ@}ýÅ6޶éàÆn ÐCpï¬Ýï&ûIÿî©$ÂÓ±ÔÑõ½k÷sãyÕUó¢ó¡Æ YišÇßCa#o2‡LÔx&Zü¸?Ðùဴá×TóHK×Â@lM«©ÆPü`X‚‚_£̦áUM£ËŒÍÐÛDG[ÙÞ³´¡×ÖìY¨GÖDTâÃndz3t*ÃS3L@ zlîp:»(Znéý™×Ö'‡ S ÒäD6;Þ´aö<´4^Ž{D|üèŽÀäy<³†cºšC1—lM¨ÿcoƒãmΚT$9· jDÎ&Á° å>ÂÅèu §` œ¡+âþ|Ù¼AÇðþ·ƒaHçû* ã´œÌÞ>‹%ç4¢J˜áÛ öGý¥TŒyCäöôiRªs´úX}\X±:Ÿôr¸(ð`›-ë•4$ô'Ëz°ÄÁÃõÉ»vÀn (¨ë§Þ`êpü» l:bïlä_˜D‘'&ñüƒÝÌuDæ8½y§×Eæ‹ì‹\åY¢Au®ãWþNJhC˜à ܽm,…ëIièŒ,•AÕï‡ÀRx€¿<RAï9fb a©âïî|S2à›*íÀÇ=¡4*N¾{†‡4ãštª™ÆÇíç4®¦(®Øœ¦ÁùgUWWƵ†~†9ÝÁGÜ®#7Í ¤‘qb¶ca¸Â:ø‹@íº‰õ€ûy“ƒ8j“ø¶íkjBÙrC›*G)!¤¨Œ÷þzý)ÆÐ&4)jhg<±ë-[å¸fîhRù¿TžqãÇSrq|‚÷U°8¨ë¬¸ªí¹ŸþT ™WŸóÏÿ„ÃQ— endstream endobj 728 0 obj << /Type /Page /Contents 729 0 R /Resources 727 0 R /MediaBox [0 0 595.276 841.89] /Parent 717 0 R /Annots [ 725 0 R 726 0 R 736 0 R ] >> endobj 718 0 obj << /Type /XObject /Subtype /Image /Width 601 /Height 418 /BitsPerComponent 8 /ColorSpace /DeviceRGB /Length 25302 /Filter /FlateDecode /DecodeParms << /Colors 3 /Columns 601 /BitsPerComponent 8 /Predictor 10 >> >> stream x^ìw\×Àg÷G9zïE@ì°c±%vc,1Æ_¬±%ÑÄcìÑcoh,ÑØ1±DQ±béå88¸ºï÷ÇâyÜí å}?üñvvfÞ¼y{̽ݽ]B¥R!„(ý „B€Á`0L]† ‚ H&ØtµS©TE©tP×B\1 Sw!Þ@’$K6]U*•²"ºåÐXG ƒÁÔRt ![u!Th0õëÆÜb0 S'Y7w8›Íæp8‡^®r¹\.—O]qØÌ1hBT'c®0 ƒ©“üzìª4ïÙšý¸o Äb1]e2ÙÔ‡§MžY¢RP–¥_ÚVòì2¥”)rJ)ç;ú¸vÿÌ.¸³±Ž0 ƒ©$¢R¥Š2 Àf‘öÖæZBÓ­f°ã×ßVNëmffÆãñˆ‚‚™L&“É>ùöà´É3ò% ”I2ã¶çÝØÕ©U£Î-½ø;—Ç"ˆŒ|ñþãqÂ2íïã þ#瀪8×DY–q3Y@{{yñÜ¢§îí}ô–CÃQU1]ÔÎ@¥T¤¥fþzðA~pˆ=¯B9¤(D’“€œä§–­›ÿîbÉ!W~}$»ykSÊ¡aŸÌûƒ$p±³€³3êÌX{ÂÉÎê)ItõQ[ýqöÚjÆÚƒzu€“篩%íB[iZ©Q(lú'öô6õf·E£®?éŠR”t–[ô‚Ïa¿Ì,¶¶à&g—*9Ù.· ZµïÏ&‘~Í:Q¸bÞàÚ¦ƒÛ‰“/5$B2Qê½ä‚2™œ’oaåèïlÁ€KÿÜ€îôÚ)¯3×Oï .LyÙ½sX“`ÿµûn@“`ÿÇO“5ësRœ•ú8MX*S’,¶¹¹yXË`ÐA˜œÓ¸ PPÈ£}3ÉÅ•wcQ²Ô¤Ô ¡X¦DfæÚ„ŠBˆ¢¤ÉÏ^f‹$J` lí{™“„:ªO»¤ÌÁõ ö·ç™!¬Ù{ÝÖÍoR7ïyŸHGÿ˜æ]îÐÝöEV!ß;¤µ›9Ê×ɯ2„b™‚âò-ܽ}|ÍàaFÑO]ù$±åÀBo;¨TrFMÓ}êcÒ¥`tbâØ1 wúF’]}t­6ÎöjóÑgî-oݸM묽˜:g’‡¹ªôxì•«yþŽŠlÆA‡¿ï½&dNê6ÔÜ6@%»韜r‡—^ÏŸâ!¼rañ3Góü´N}ZÏmæìÈ'Eù¢³î\Êp¾LTÇ׫Ïȃ—¹?Oˆ°P·L¢¸f¾.!“Ë=~B+4mÒ˜*Kç{´rá¯ãï=¼î÷îgÿç_%\êU³á}F5¶È}ú|S‚ÈÉÇÃÅškæál8ª¬ÇOÛŽî;Äß<ñÊÝëà1)"h™…xÊ·ß †Ùˆ÷_z=½¿oÔж–ßÍ¢Šu#d<Åbmɳq …,Ÿd[RÊbZ>ÞS¶óh< V…)†öÛÔòqü“SYR÷À Gõ¯8vß×G3æà@¿œg‰ÁC{éjž}Ó—QŸjM­á𭤺IÓ×Ý…"實ÓÐÐ]áõŠx{õáü•›ZÊZëBŠ¢zE„«Ë!ÍŒµ'zE„«+îºP¥R±5Ÿ¯&W¨Ôûl;~’+“|¾r¯-OÕ·k{3ÎÃ{÷Ì“_,oã)½™QÒÓÜÁ¯‘uó]gÍýJÓÓÀI¾pCܹïìvj‰´T.±²îâeÍ¡%ÈÒ›RÜ®`¦qhÚX[ÿŸ@ÿÿçþë;ÓN½_y…ÁxwrkÐýôýdÒÀ`TA¼ùöÜÌ7ò$9 ³·€TTÞÏî߯<—QB¦°òp5üPBz4Ä&úTkj GíY3iúº t5q옆‡­}o—JÿÏçI’P()аR©¨ø»÷µ®Ò×C[·`±HM+5!R³"xN®y¾¸Ô>¨­_€_`Ç>E¾]•ºEôì­d[?uÎÊ3¬ëèÕº†˜††ú¨"=?ûo)ù¶,‘¡D\.Û§Q#Wvy°b‘¤ŒiëѧGÍã’K@Ž‚€aa>ÎüRQA èAŸ“ç©9‹†Û‘ŠW¢ôRÉæ#¤XYJ úÏŒ*°imNé7ï~ûûÕowý³æP„ r¹+© ¾Óª‘tlß,óuŠÑ¨Ü-Ø{^É`^¿Àý:@aê#Ž¥+è1BÆ”ÞOÊ‘óìÝC¼íÌ4åðæ3ëeÃý9±töt¶6st´éÐ.dŒ—<­X¡¥¬OÓtŸ G7iúœ;¦Á¢{Ž4þî}õŸÖ.’$´¬4 ጵ'Ô—7ά6W[!OS…GÆ0ž¯/°izãEî€ý}8¨MÏ&~Ÿúç犎S8‹ÊÎßÿß]—ÝcÚöhßb(<Û›äûø~:0¡/BFeK >0}Bi‰O£g±~)jÕ·¹ÇÔa¾ ©,-#ÿr†Ò–OWTÖ§iºOЃ¯ÿÝý—¬´¦ÁÌN¸HjúØ1 ­s¤ú~VACo®êœY±öD‹æM醖µ•„‘œœ,‘H¾Xsh丩¯s ¡"éÏâKR. ë×þÕ‹g®^Mš5#¸Àå?|üT.—‡.Xò[pWÿÖ}Óà¹{ï!´n٠įŸ%‰äêMYAVRºPNVönTAF‰ •Ë‹²“^çË)ÒÚÞ¥0?C­%Ù¯SòÄ "ÙÖ-›ziù×lës’œ”$)•*)Äâðì]<=ìùZg<~œ£ ÜCš”ÿä¡ÇËѤyYé¢R…Šâšñ›˜¢dé©é"q)¤…ÀÖËÛÕŒ$ Dn4BMe#r¤ÊÍÈÈ+,‘)U$‹mÆçÛ»y8š³”õhšîSßp%gHš'FÇŽi˜X[š=kâoíû Œ¡o U[•”Ê=N€¦MBÔÊjI©T®i %uëüÁÙu®P _ehõ—r?ýn¬mnn>©(îÐ%"*jðÉ?Ï^¾rHR¥T²Xœöþ ƒÁ`ªŒ9ŸÇa“çÿŒõnocmɨSXT’þôF¯1 %UZ&«´¨(D× çH‘Î9 gŸæ*…¼LRÞµWÊýóžÞ‹¸÷ Ñ9(·E¯Œg7Ì­u­0 ƒ©’R)ߌۣ_ôÅ3G™¯.@~Ñ2¹²L*¯Š•&Ưº´¡w¹„ßzx~úç_@X‡p !×Àvú¬0 ƒ©’2™µÅÀ!ÃA?2…RòfmGS9+õ-ßFÖ…špù–F­4QƒÁ`0˜Ê!,Ô{ë¸*aEka°U>ý$o ƒÁ`ÁVù ¹.<¾j¸H˜¯_ƒÁ`0˜zEFzÚŽíq`üí- ƒÁÔop-Ä`0LC×B ƒÁ4tp-Ä`0LC×B ƒÁ4tp-Ä`0LC§Âoí1 S_¹û<ëhÜ“×ÙÚï`¨—$áádݵqë@½ïMÓ×B ƒ©ÿ<}•ÿÛŸ÷Â[7ëÖÅEÖÿ3‚*ŠÊÎþr2ê]Ö¶™Ÿ1u\ 1 ¦°÷ÜÃV-šÙØÚ—Ê(½oНOllÛ´jþÇõçÕ\ sr²“ž=‹‹Œ)bª ‚ ¬‚€À ÀɯFpbu©m9©UñÔª`Þ:ø¬¼Âàf‚â2•1õz/ÈÎ7i²L­…"¡ðÉ£G­CCȰ¾®%P•Ÿ—{7þEQmÃÛáäW8±ºÔ¶œÔªxjU0ï <ùÏÅìWÕ V„š„I¯‘0µ>yü¨q“&<¯¸N}!ªðx¼ÆMš>{ú'¿zÁ‰Õ¥¶å¤VÅS«‚yWx<›˦ 0¦X5ÿgc*¦×Ââb±•@€ßÓôŸ`%”J$8ùÕN¬.µ-'µ*žZÌ»Â!!TGƒ¯ Óð¦ÖB„A 0µ:ó8ùÕN¬.µ-'µ*žZÌ»Â&QT ¾*°«·@<Ñ\«ÀùOàÄêRÛrR«â©UÁ˜›EÐk!‹0¦ðnµ°á%±VóÿžÀ‰Õ¥¶å¤VÅS«‚16 ۨ53ãK¥et;iO¯ÉÊÍ—ÆÀíÝËþ·.¶ŒÍU(Í¢ÿ·nÉ趺†Íš5P•Rs·ïÛÆ*EhhX|ü--¡fTU¤ú×…TÝ<ê 8ÿï œX]j[NjU<µ*Óá°ô, ÕÂã+;â…¤Ÿ5puÑ•«·\Eñó)#>wŠÿ¡·‡–á­[· ëÚ²ÁÓǤÔÜ%WP\Ó®ÔݺuËpT0¥zàF1)VÄ„¯ß~úöíÑ{ľ{ùŒ:X÷Ãzu»o¿4ß7§–Œëس_äˆo)þ70æ¿&¿<¤~úö9l©1õÊP½aëK,㦖½oß®}G¼/D¦QG6]a5¢9­Z:øßÏ‘ö®ÁäÞÚ3´g·>ýôîÑç??×U yß94 › (¤ótCY–úƒ¸[_.¢¨uS÷|û}#K6¢(¶EÀÚØ{¦þ ÏÐ9üs©è/ºÍçó-Ù±CøÈ}I¥Ù—†vjÞ&´MóNC/gKE%|:?žÖ,ÉØaï=‰6¡%’̳ý[´ ï0lÁQµsYQÂäþÃÃÃZ´ê¾ó^žn/—¾ݨQ³ððОc.èŽQTõ¯ ‘ž³ä§OÑ£Æ/¿‰QG6lüü³tûô©úº¨Fô}˜³÷ê'O,Âh ¦|y0V “O‡DS]>5©ö°=h Õ›ºÊôxsã7DŒÿòƒø-š»êÙÁf4ÚJ#WPšÓª‹ƒß€Bå¨D03'};2öz”Ÿ(ÙÓgRÁTcœï ›ˆÆÕ€¼„%CfÐí½¹’g>VjekïO$9MV3>?½ÈÒe¤ZùtËEW¿ €ïû[̽x;&àÅ‘±ÝmN»ùEð§K“š,¤¾;C$|³±Å—ûßX!Ø9ÑqÁÅ?cž{òpgäæßßú©•Cqj¬o×ÙcS~ÕêÅM{9§ ˆÏ.Ë-c»fÖ…j¹M㥅Wè¶_@ ZAÝö ŒÛ2XLT§ö½ÖžKG›< ú4`PŒ®f̨.û|>ãü¦yÄ éЮ纋™´‚¬øñœ1Ñ îÙgÄ¡Ç"T¿€ÀSßM<¨_ǾãârJÕ“+gD‰œ~ç×6~Þ±sïƒ ÿüb‚1ÿµ0ùºq–dž k5$Q"Gù¼çð ·õ9ÑÍ•îXô…]–crtŸ>ôˆžr=¿Lm¢;#ZN¬Ö¦®²ZâÐz¢Lc êñÁfôaüê› z˜Á;kN«¾® ´š æI™ÒÓŽ‡B7(X@ u§tgÍÀü¾ëÇÐð̲I1¬š¼Y.ÞøújÌgAZB]5MIXx»°vá“*Øyn…Z¸&2nÿø´`Õ@_ŠB¾ƒV‹ž®§(ĵî=ÍæþʤBJY6ûhæÊá~šž×¿Ñ÷¼Z-\~7ÿ÷)ÃÂÛõ¶Æ’¸ªÛËèævã'~±mïébk®V„ô›¬©{ghyêß?Z8 Vëh*«ÛùM>0ŧ8õ@xÌÂÿõü­ç¶=|êÄqµŽZóŒç¸ÃG‹S÷¶éóþƒÓ|‹’w·¾ðóÛ¿ÀÁ 7^|rUSÛ’ôÓí?X>ôÆZ¨Èùsÿ˜ïóêôLØr-¼Øä³csý`ÏðNZæ?:ò§F$úüð@+h N›Ü}ÍÅ-í 0»LŸóé›ÎNxèoÆ– ¥†óÌ(¬UÉ0h0ݰrûlÿ¶æ.}vÏ==fÂÖƒã…ß%u¹þ}k}IÐÍèŒE_Ø;ÇÎäO=p¦¿OÊŸÿ6ö÷ø““iÝÑÅ@bu7u•iIòŵŽ‘ê½õø`cG0}õMz˜§U_ך˜r¤A³úö£:÷jߥ}x‡® ëmÉ"@ÏñÌ4kÌ@%>††g–CAŒe$[þHpÝK@+Œr²Øž*žëgM+ˆS·[8Ôµ½yㆎ ìÙ º–… Xtsò—Ó=´µä¨uô髊»êÁÓ^Ü©{Y÷äÖ…Ó§ol¹ölÆõ ƒ‰'VÞ¡ÊårFù€ƒ•Òü—²oNžSëh*«Ûs»¸Êåržk¤\¼Ì°æ¼Þr¹œç2„R.›á&—ËùÑrñJZaÃC‘ãü±‡À‚(Ô ln¹\î1»hv´\>†ÎïæaØ\ÝЧ`Ôƒî¸'ŒÝÑ‚n›Û±är9£mt°Í¬/¾‰éÖ¹o¿Î¤ž<3æ¿&ÿè‘ÃZ>½£ÖŒ9Ñcàlî¶KÇA!—ëq¢›+С®ðçdñ‰¹\îÚuNáœH¹|½—qÔZ0ʵ„Œ]Ó 8ij X»k‰z¯ÑCEݨC›Zhø¦ ¾ Rôtj`—)GÔH0æü|1êî?7ï\:°tïù¼‹Û†žãYwÖôÍo%>††g–Í¢Ë8Su$N]WÔt!‡(/¡3ÞnèìÈ+›­8Šâ_|°aĆº¶ú¼Ñ™A6óϤü2Øïåéù¶3i¹g¿ï‹§FÍ—D¬ŠSkÒσlœIùy°_ò©yjá—­?ÝyçØ'¡ŸäP¡${,„°ÞÑ­;5YçÑÁ ƒ‰çHß¡êû y4ö0uyÓø¥_îÞý *„HD•iò ºMïgø¢­£É®Ø.·RÚ¼ÿ€+—¥ëA-A¨\¬ÞkÍÃæê†>£ô P3BFÛÙûþº-.î®~;þ¾qb0Á˜ÿÚ™|- ¥ÝM•º³å™E2dÅ1àD+WúÆÂ6Bo­ Z ]¹=›Ì)ݸ,PÉ3I¶=c×4GcßþGVï5z¨¨uè`Óéšù=sÁ(Tôtj`—®P÷Hƒš ÆÁ¿U”«A1½[†@赦–²î¬›ßwøžY6 H&×é°è”z¯Gßu±¹ß|Ü­½ŒÃ•+¸ƒgÆ.íã®k«ÏÝøäø¯ã†Å„~ÇUð|vœBËIžÏŠf’©·!©£‹V¶?>¶cØ þmW97ê6 à0-œøGìƒ1Ÿ¶øEÉCr¯ö‹·õ×4Aª²ùôÏ•¢T:nùAÆxL¼wÆ4-x{ôTàœˆ˜²%ðåÏë‹BáVÜ£išחW« 5=¨Û¶l2W®Ò2jj¶§5¶ûêÈ#ºzÿª¬‰KG¥]^#ð«e«Ï¼zÔí-ìí¹C·éó$ ¶”ì¹Ztê3}Þ‚’´ ˆ Æü×Îä#Î|5^8èû_žøí˜…ùrÒãD7WŒca {¼¯`uù¤¯øŒÓÚ‹ô¦O>%ÄvùñDºx|…mÈd}Êç!•ª+ÔìÁfü¦ Ñ ÒœV-Œ&Yî‘V3Áüyã…B¨8åǼ)-ÔÓ?PF“\‰™ÕWèg«®?žÿu« ? ³$.>þÆõkwâ//ªÏЀïÔí`ÜÝ[7þMˆ;áÈWËG{^$|îøæÜ¥ÚÄÜ¥ç©ø'ñWãö-‹T 9VÍ·ûûÞÍë7oÝ>üc¤– Á²>qùڿׯݹwçǩڿ€¤1±Vú°\Nò¿YÑ7ê‹­Ÿ^ðÕ7c&ýà ³£_—IGÕ†šèöÒ¡a#¢‡ÚðùGîÑTÐÕÔlûió³/¾êHÅ…k«é››yAE"ÖûéµPá¸bû"]ŸúÌ«QAÝŽÚ¼íù¼¯úþQfÁ®Ë×OÒµE*éê“„rP–Ébþ÷£‘<3 kSò£‡£,¶Í¡ý?eÿ³vù£6cCÍÈÐ_ûÕ_'—÷ct¢›+Ʊ0†=ò§•sfL²•£àz|¿c¤Ñ±h¢+Ù¶ééÜåöH9 à¹¶Þ²5ŠÑ¡>‰¦Ðè¡Ruu»†6cG0}NÖ´jÁ)GÔH0w¬Ø¼¢Çe3oã*}ÓLé2}~ [Yýø=3¾?ù¥½uŽiÏ!’““%ÉŽm[6lÞ*æëÓ;sêDó–­ôí­U4oÙúÁ½»Æ´êî%Ô•ü×-pbu©bNªýX•xjU0ÿ-W®ß4n”B¡0¦Xßø}ïáQÃ"õíÍHOÛ±}ûÀȨjXÖBêP¨¦S/UÀ‰Õ¥Š9©¢¹.UqX[FªÝaÍÀ.îL ¾*Ôܽ3µ{woוP߉z9¨ÚN¬.UÉÉûøVÚa­ æ¿…¾<Çü£ŠzMõÿ¦¢Žõœÿ÷N¬.µ-'µ*žZŒé°Y çç…õœ†».¬¯àü¿'pbu©m9©UñÔª`LÇÄǯÔ?L8®…uœÿ÷N¬.µ-'µ*žZ ¦ºx‡Zøäñ#c*˜÷Îÿ{'V—Ú–“ZO­ æËeÆTêˆB¢ú lLàjá‡c'SÁ`0Lí…ñòõ‚$XÀ ómlíŒé¾K-„–G ƒÁÔ]ÊÊÊ D¤/ÚwìdL÷]žÁ†Á`0L]ÇãYXZSÀµƒÁ`0õ’$ ‚0ñ^'\ 1 ÓÐÁµƒÁ`0 \ 1 ÓÐÁµƒÁ`0 \ 1 ÓÐÁµƒÁ`0 ª…E)«Ö6k›ŽËîÓ…ï¾[ñÝw+4%´­>}ÃT¯·ê¢ê1T΃–•nr0 ¦ònÏ©47ï.Ïþ-Ž5üØð•«VÀ—_.PK~ýõýêF¨^oµ¥œbsÉw£•nr0 ¦RëB¤*š}.ƒkþKOYáÅõ©bZ®’g¬ütXcow;§&íúÒBõªEs3aÂÄ &À¡AÖ6Û3K èÕ÷k›&Ãÿ€Œ óÃ[†8;ØÙ8¸µîöÁ¡'…¦xeé‹cûû¸99¸ùõ³àE©RSÿð7=œ]|Z.;õt0Ð)£mY^\T» {ß1_ŸÐõVÁvɇÞΎ£ãòË*È—Žõsuèºî¼Ó(ôXé&çÇNþk»¿ ¤skªÀÚ¦ý’»€Á`0õš¨…¹w¼’©|‡}Óyyì\z›–Õç»Ýçȶ£¶lÝ06™ª.¿þú‹îÒ§çšáðÓʇpç«Ý0ae'à˜{œ2{õšÕ_Í™wÿÂÌÈ/Mñ»?´ùëÆ}ýÍ„ Ç·ø`æÞÕé fG—¼Ú0}†®­¾NõÙþ=ñⓜÖæ†Ë6ëzÓä'E‡ù·Íyzi|ô¯šòE öËÖoœÞÁYKßð(ôYé&gô¶¨%ßÝ€ó .Ëg5 ƒ©ïÉÉɉdǶ-6o óõé9uâñ*÷lîߺ6š™7çÂ1Žìaí2 ŸÔÌÛV,ÂßÁ.OAÝÉÎoįpª–^£ˆ‹ $HÙßÛý¦ªIöëSܽRÍzå¼ÚO$Y6jáö§ÙÅåG\˜gÜ€¯½PI½È9B¾C Éq(ÌORë$äý¹r­+).AEôuªÏÖÏÁ._A½È9¢<Ç ¨ mû"OäHÐñ8æ¿PËã2òZ[r45M…>+ÝM4.Àý„Ä+9ùp æDÀâÔ[ÿ ƒ©›ˆÅEq/xmSFzÚŽíÛFFUÏõ¬̌§‰‰……5t˜æ.eYÒÂûù°¦gû5å²ä…÷ò7´q¤7LzTœ‚½â“ÀΫïÎ>1ëY™²ÍÂÅô¥Ç¡Ó׿”ªænÜÕÑS0kDÌK©ÂˆÓð7cð€ÒÝk¸S][ÓžŠ¼ILuI{'ÞÅŠøjMÄÑqgF­W¨B#ÖÔÕ8v䮃Á`j‚ l¬m‚BB\ÝÜé¡ja~^îƒû Íšµä››#„DB¡½½zïëÓsJ(0vÕ7½=@VxaüôßNÏ;·á‡ßtqz1#ê£/o“q÷Ï9+wÑ&^<Ök™jõïíý‡ Õê.xúrruäΉ‡€à®@ ¹$RiñãË_JUšú†½-iç4ójöè¯~Š"N€Sø"022+ØfÑ#Ñè¯~‚þ0¬9ú«Ÿ¢É“`ÛøsÚ4•…nr¼m 6otmý¶yð÷í]tM"ºõÐb0LÍÃår¥2Ùø›ÇÁÑɘº!ª¡>zø°EË6ff½gê¥A­ç¼1Ù>'jÌ'—6ÅÜáÝêų‰Xh³ìy¡}óoÚZqiáþM3bfoÛ¼xa¯ñË;[_ø§èíë› {}øä³)ŸíÿeÉ"°h7xÊæŸ>“1Ð)#“Žn¿0hÚÕ+­'®¸i@s*ûêÌ­·œ‚"~Š5éýÉ•…nr¶íÖ)ÁÝÖ=òñƒ‹á†_Í/: óßbcgÞ®ý½„„®Ý«ô5½®þ{8¢[OK+KÇôsqft¯nÖ07n\»µuêâ™û_¦°33¦ŽÁ`0ÿ%l÷ðþ½Cb>ÐÝ[£× BQlv5¸Âüçôé;€Í·ÿ`Ñ1\1Lí!`³Ù&¾¤ÐÕVÀ´Nb*Ǹ"¤ùÏÀ`0˜š§&~_ˆÁ`0Lm×B ƒÁ4tp-Ä`0LC×B ƒÁ4tp-Ä`0LC×B ƒÁ4tp-Ä`0LC×B ƒÁ4tªí·ö†9q,Ö˜ ƒÁ`ªÊà¨F¹L.SÈdT•ŸÏRó „X$Éæpy<Þû{¨K ÕBøp¬I™Æ`0LåØû{…·«‘HJ Dé%ÅbF…Ú A––Vî^^ˆz_µ¼æj!ÈåFÞä€Á`0˜êE.—‰ÅâÔÔ—M›µ´wp`±XÆ,j2™L$Ì’øÈÆÆÎÆÎV!—³¨ 5Z «þøT ƒÁ¼2™,=-µy‹VöN¥R*•Æ,j,ËÑÉ™E’Ož<ìÒµg}¨…ïòfw ƒÁTE‹‹mmí(•²î.H¬mlÅEb’|_÷{Öh-¬sÓpçö­v:+jý©Ýº'ƒ©y‚@‘,¶R©0¦[{!Y,„P}¸wê`-¤©+aו81̪ʙ9¥R) VõõUµïk½Ézƒ¹…eXx»°°Ð¦mzÿŸ‡ª€¹…å»î5l¢‰VØw†·þü&Ý~±¯—…À£HI!„(•ÄÛÆún±\Ë<,¼ÝX¶|92HõƉ*Ú¾ØÛ§ÇÎgtûöžåmZ‡…·kݦë7{n#ʧ&<´Yh¿ßïäë*˜ˆz욘>" S ôÿ÷@•ýS(•……梂…RiTÿ=ý½Wj´ÂkNÕ¿7®@~ÂúÆCfŽOÝ£ßÈ8†Æ½FMÔÊ>c"ÒCëBàö–¤!­X›3Äó=%™;Š­ú´´¨ðne¹‚ú÷ÆuZ²bÅÊ…_~Éè\M5Æ©µybõã/.z"„ÒÏͼ¶èRÜõ@WQübZDYŽ7Öõr×òCOMöõïšùttê>Í]rÅå˜ôýI=v-ÞiD ¦Ú@•\*•Ê‚‚BG6›ÍårrsríííêßêФÿkÕ…æ—ºa×ü㲂st[&¾7ePDûŽ[µíýû}!-|ñûÌ.Ú…·íûû½r¡$ëüÀÐÆm:v±èµ+FMˆ]0¢s‡ÐàÐÁç²$Z½3ö¨‰VدÏU¹¿æÈU¡¯Ë¿ ;û!”~ê¸cèÇ´Ž¥•àð¢Ñ]ºtúèÀKK+BèÔ°¾Ð®}‡ö»¢‰SÓV)}½¾¨k[Bhý§ûfZÓÈŠƒb[¬>4}ß§?꺢NáŸIßLæ Jsã†umÚ.¼U×q¹¥¡{Ë;…/¼Ck–dþêä7…6¡%Œ“Å8"u/ƒÁT íÿ¹UF]Y,–B¡`±XNÎNyùùuúÒ##5ZÛ5§Šn¿¼°ÜÒuÝÞ5´ÙêÙ§mÔcîè¤àÞû˸юP”t$¨ßÂÑ/¶ÀOQ;Î?"ÊÿEì„So\1jÀ©¶Ë®|ëŸ|lb¨í¯®ÏÔì±G]Ôa§ñNä¯Å‹mþIušæÔ, åó+è³ë¿$7[¬V;Óâ˸o‚@0 Býœk›ë×®Ò®j NÍͼ„¯"§Óí}¹’ÇÞVj5×dINs„V2úy~z©¥ËpÝAýС§Åœó7£ü“ŽNè9xë«ë³§.Jn±Xµì °|Só{Ñ›š z&K߈è^ÞÇGƒià xçÓŒJ¥R$*prrd±XJ¥’ ¥RÉf³]\\23³8Ž1u†­…štèØIYšó,Uºñö#Z²"!ßåÓÈÝ`IŠhaqÊ_cÆîH)TqXDiÞs€-ðã³Â[}ÀðJ€£4`å@_ð¸²pR;€™š10öh˜˜~î3w§L ÿÅoüw<›Æ fH©×§mjn§ÖYhÀCÍÄ©ææòk1›¾7¦U;Ìÿö×j¡zPÞ$ßoÐÊ‚Ãf™Ùöžj3iMJÑ¡V³¤ÞþT«G¨©8Ë7‘lÙC«Ë.fô®aŽæ[“„ÿóÐ â—[Í?ÐõwùR' 3(­ä¸¸MôÂëcç\Nó˜ÝŒ‹h¡ÉÒ7"Í^0L5òNëB¥RYPPàèèH²X ¥’ ©L–ŸŸïààÀãñJ%›ÍvsuËÌÌprr6Pÿ:u¢ïÀÁú6kÿíõB¢×œ!Ï\v?!4·…Ãÿv'Ð É·“èF†\åë.@ÝÛ3KíáÓ@›%gSB)§©…ŒšP®ù×›Àé{gîQ­°BŸ²ìíSœÍBÍ>ؾl½]óÉš&ºm{6™-SÑ횉“Þ§n7™Ëy³gúÚ¡›F.xQ,GÉ‹_̵åƒï§éºB:h §Ú,.u±M£òP=z¯*¾¼àø¼?:/¢eÂ8YŒ#bìƒÁ˜2éO©Pˆ„BGGÉR*”2©L$ÚÙÚ óóeR)„B®`‘,7W÷ì¬,…\®×€@`­wó]ÿÞ'5º.Ôœªò6iþÖ!]&¬^¿rì¡ý&Î û]i†aó÷¶ö€]ߌÓ¹“›]@Ï/ÎÑVãl=tH§ïý#>8F 5 ÷Í%=צä*œ¶Y£Ò ÆuÑ ›äy ³•Ÿ0›fABȱÃðÜÉ3»ï ašF{í˜Î½»DØš›_¾øWÍÄIo>Ùt¬Ý¼XµÜ½×ªý¹+¦õí&csJî€éû¿ìé¦ûùaüD©…m›üÑÈΫ9rž÷χ'Ñr’絬iégwáa{g­à'K߈Œ}˜1ÌûE©TŠD"''gõ5B™L&å;:8r86›››cgç`ff¦P(8އ‡gZZª««Û;,ýëÏ“-}_ %rʬix¨ƒYV"Fˆääd‰D²cÛ– ›·Š„ùúôΜ:ñáØ Åâ"Ý]ÇŽŠèÖÃÎÞ^w—šÇb?;!7'Û€N-äÅó§í:tæçSüÑç¸&M–Ý}àùæT$ƒ©ßœÿë´î;›Äâ¢ø›ÿöé7Д·#‰ÖVl6çM!” ó…ŽŽŽêR§P(rr²íx<3ŠRq¹<…B‘Ÿ—çìì¬ëíìéSÃF.*,ÐÚ<{ú”g§ÈNfò¬q‰¶½:y*Mø|ùâù!1ÃtËßÜ|ß®QC‡éšˆÅEq/ôÓb6#=mÇöí#£j´×Ñoýu%lÝ8{ôˆQŽÁ`0ŒH¥evövt!”J¥"¡ÐÑÑ‘ ˆ‚QiiŸo&X;99gggÙ;8š™™Éå2.—WZZj̱6­=¬ˆ2±Ü:H.þ›oѨ¸DjÌâý‚k¡qêJØu%N Só(UJ}·ÝiB’¬Â‚B'“I…"G{G„H$²´´´±±“H$yùyövövvYY™v¶v|¾y~žÃå2:çPJ•ßL‡¨2 ¸ q¯œX"¥("X<¹ü?~±"®…†ðóoT'ÎëÖ•81L-ÇÒÒB\\,*ñ¸\G{‡ eeeNNÎ*•ŠÇãåä”ÚÛÙs¹W×¢¼ü|K K;[[Fo>VÜ;ÉÂk Š³žp¬RÑ»2Jx ÍÆ1÷e´­ap-Ä`0˜B¦ü&IÒÆÚ¬­éMÚ„Çãš™™˜™™ÑB6›íà`ïà`¯©©…K«V¥Ooý+‘¢H3›VíS ­éžwûNFAÅmŽ”Sb{¯àZˆÁ`0C‚¢¢¢üü|s>ßúM™4’-hfi-಩äE…åW=[wI͹,’ Ä†ýÔ5W íÛmLƒÁ`0ï„*¿a±XvvvvvåO×z7?HQ\ dÜ#-.øo˜Ñ æjaCWc* ÈdòI/ÅÅÅï–} ‚XY5jäÇãréb0LÆ2ë¼1•Ê P( ‹$¥s¾¹­­Í;ý”‘ˆî=©Ô45W ©J³¤ä—66ÖÁÁH²’È¡(*+;'ùeJp~Ö%ƒi  0éz!#……Ö+77·âb±°@äìèdÌÂ8ÙY™ÆTj”š«…•›…"qq``#‚ +gAº8;§¥eTÚƒÁ4dJ%%înî*•ÊÌŒ/É̀ꨅµš«…U™Z„ 4mK^ÝÈqÝ€ A’öþí-}ÚiÊB•  êT*` ƒùï¡(J.—s¸\‘Hhnn‘ŸŸÇãò¤R)—Ë­ô¹ºÚIÍÕÂJ/ϵ …Éÿ~»r ÇÓ§/•J/œoá®%¯tU¤Òc0LµQ©{g”J¥J¥âr¸B‘(;;›ÍáXZX¨T*¥RYõ«†µŠš+ìB•øÓ5DÅXW 'Mš”œœlff†(ʨŸû«\ÀUÿ›1Àg|¸¥æ¦Q­¿Ðku{D'×JûÑü#XfÓû{Gy° è0ö[-3øŒèä:¼“ëÈN.í¼ÍŒêëškI4C­ÄŸ¦C»sô›´8º[íâ6¢“ë¨..¡î\FÃ\Gtrû¨³s°€0Ú‘¾?ÆôVqŠñßø§û¦Šp8>ŸoccãâììîîîêâbccÃçóëY!„š]ÓЃ)†B¡0:::)))((hΜ9ÀdeŠŸÔ€«ŽH`׌_ò ´Üõ»vÑ.Èößç…t{ïßo/t¿«Ml}m SÅNAôšù6kÐßoµ@;$ÙìÎíܨ²N½V³¨€ÖØ5C­j‡þÜÛW•¥“Ýòà?J Yœž]\#¤qy*-Cz v6ãßËÕÜE`â}é5eŠMïS¨Ê½3$Ij­´«ZKÍÕÂJg1jHQÔĉ“’’æÏŸ?cÆ }VFýÔ&\uÎ&H> µ¾Wþ;Vº /ûþÞ<‚$¸Ÿó¨ˆ€ÿ ö[wâ%­F·ýC]`T7@hÏß™š ´]ð tìíœʑ¼DtènèÐÑ—såbf°«wGøDŽ€`qº¶vô± вóöŒý²¹üþáö6$")åÅ›¹iòòŽ>‡9óæDâƒìëÙJ£1ÐÁS ÅÕø‚)]¬©Ô< ÙÜž¡N‚Í¢nßÉy$¦ôù¡ ÂÛ¸»—>°´Ò U_„§’$m9æ„òœW2æÃ’ Ù­ÙeÛä´nnuçúk¡¥”_¾)þ¸ƒàÒy£a±°ÅõQÏÈŸ/JÚ8pJ^åžÎakãäÞ‡ÌßýDl3ÁÔ.Üçòߦ—ÇlïhI)EyEjçŒiÑìåDÚ»}“Àü' „‚””aL·öBâýÕàš«…•£abbbZZZŸ>}`×®]ñññcÇŽU×F«JP-T"àª#ÎÎ}ÙÜ·£uáÕB Þt!Î.Ø›ª®…å”NvÏ–¿éI3„PÒ­Lˆôß—®)Ô×P·Zîÿó¥ˆ6—á¨åšÛº*‹båTÑ ùÀ@nâC)4wµËÉýõV˜™R)s¿-Û;)žgüž©°uwÑ^°5®|5P\xð¹‚k!˜ÚÅáÚ™,£1¨%ò21›çƒP.4 wÉ{˜v¶ˆâ˜[Nílÿðl®~?d×îÜì¼Øä2€bÍPõEè_ ÜûXaãæ4²Ý[¡Ú3ßÚ¶4³n7áÛKTêþ¤’BÏ !íe4­lçb§ŠÕáù‰ö&* ´«›V0ùÉ"›^¶(1 œƒ9ϲi«òô¶s*}–q$SaëîÔè1-š½`ê$IZ ¬¤¥¥fææÆtk/ÒÒRµ€¢(cŠ•¤&k¡1 =è*•ÊiÓ¦½|ùrëÖ­¡¡¡+V¬ðòòZ´h‘a«JPu*pÕA®Ü*šfõl¼é‚knÞ»­À†KPØ<.BêZXÁСîÞ‡ET¿Ö²KŸ¥—*tFäÑÔ*+1 !½Z÷±'d¨:رv]+£ÍËÊÔUVÛs[+rg¦!eù­=*/*—3@V"fqL‰A+Ïôf;[–¤•[Ë€Ÿþ]=%Ï3ÿJûH~µCC"(Èšµy+Ô2w æ?KÈÓL¬VງÇ讀@)“Ÿúç­á¥ …¾t)å¥wåNíÌÉÔÕ}þA¹¦®>´µ2Í^0uÏÌÃÓçÅ‹gþþøunuˆ*“H’“_´lÕV¡0þªÊQsµP&WSaF×ÍfoÙ²eøðáÓ¦Móññ)))Y³fyů<ºV• êT.àª#“+e9¹ñò€^yð¦‹áíî_~y¿Pká´BèMh£•–ÑäÜùdwËë ÌÖý•këãÈ€”kiK‰îN,–ÀuRcÉîÈGç‹T@®PÊ*~ÛÓíÑÃAÒT(yÓ ‚1¨ˆÚ÷QÈŠéMààùWâŠ10úyš%ëìl¦zYªŽOíP_„BuÆÞ"“+ˆÕÏ… ºÿRª9‡º&)†gi/—éî8û t(’ æöý²sn>6·*¦–U˜MF}Æ´hö‚©p8w7w sógÏž‹ßžE¨+a%4kÞÒÁѱ¬ì_”h"5W +=Œ†!!!Œ‰‰IJJb±Xýû÷7jU骅J\uhŸ×®æÏêå¢Þ„H¢B¹ú9«…¯¨…9qOBÙº;©… Y¨äÍ¿B­S£L&„#¥g‰3r¥¢¼Ê¥díH)7·rvãç­;[~ñÒÚÍ}\+ós—ÅWò•øûž•€Ÿ–!Æ~ÿ«zº±§+lÝËÄ"ýçiµc€ŠÐú$›Óµƒýˇ¯éÍ¿Eª~~¼/¤`kÇ-Éõùytï5ÕÂóã°ýšPY1Eú"ìáÆ>‘®°uw”j5ãáZØó óUovݸ#žÜÙñÉùl¡H6·w'Û‡·SL<žÕBÆ` 3r¸¡žÁ<âUBªVÿ«è8í<ÕB¦´TèS' ‚B”ƒ““‹›;I’uq]HQ”R¡x…j²VúÞ}†!!!±±±QQQ3fÌ`³µR ïy×€«íSZ,:_`×ß¹|ó`Báð¾¾¥¥ªüÌ|+Zxò¦ð£î>­K•yYB[Zøg’d|Ÿ2%Ú~îhD¨×„ zvö¶$dwï§k¨i+‹WwsÔ¬n_QtçÊk‡ö®Ó|I9™‡Éû½y93¦‹Çä&ˆ¥R¹,Ô æmÛ` 0©·@½x™y(YF ãã^;vtêG( ¢(/ï€P¦Ï…У{¯©æ^Ÿt‚mWó5CÕás{§ !\KRyìrãaéd•úPô63Ùûxƒ{ú²(Ä"Ñ“§iq™ çµ9•ü\!1ØÖå(Ô·€–§7.sD7¯É•Âl!€5-dHKÅ^0u¹L&—ÉŒi5\ˆääd‰D²cÛ– ›·Š„ùúôΜ:ñáØ Åâ"Ý]ÇŽŠèÖÃÎÞ^w—šÇb“¸•y®Jòó'þ5%Å·¶­ýaƒz311Q xxxhêÌžõ™UØM‰®Ÿ£rcêKG†|½?Ѱΰ¨À³ÇŸ½¯{0 ˆù¿ƒ£bŒiÕ7øææûvíŒ:Lw—X\wñB¿ƒuwÑd¤§íؾ}`dTÍ­ +}^EË H©TjffFo†„„héK¥R’d™xN©¨tÀ˜úÑ™=xô™a 󾩹ZXéó*Z†|6K. (ퟫ!I–™{›ÚsŽ´ÒcêKö>2¦‚Á`þ{j®¢Êž¢T¨ÂÅ^ÇV<ÇVúÕhtG1¯tUåÝÆ`0LMRƒµ°Rë3¾EQ‘H °­ô½O¡â¢3¾EåÀ`0L½§æjaåÎÚ:8ŠòrŠDzoê1žßÖÁ¥r`0L=@©RRJU]ü'ˆ" ‚$Y,6«Ò‹"£Ô\-œ3ØÓ˜Š>üŒ)`0 NŸ¸Í(—+äé©iÞ+0*ÔfH’¬Cš4õñõ1ðò»*RsµƒÁ`05J¥ÊÍο}«k÷î>>~,˘EíB¡P¤¾J¹w™Ãfyûú¾§øq-Ä`0˜úŒR©L¸s»{ž¾~þÆtk#' Q ›Í¾þÏ?ή.–Æ,*CÝ«…ÿü÷wÜe $IvîÒµS—:5I ƒÁÔ'B¢‘—·1ÅZ»‡gAaBñ¾ž…[÷jáÕ¿¯|»r³ÆR©tÉÂùµ§´Ô¹€1L}‚ Š¢ÞөŃÃáP…ÞÛ;›*¼ª¸N@Qc]),,œ4iRrr²™™Ùû{ÇU%аš÷pÓ¦M»O8¤¹i@™‘Í›7«ÛÑÑÑt£~4‘ßh޴鸣¯ è0ö[]¼þgÿ´£‡DE‰< zìÚÝ·4wM=$:&2r`̸™$¾Û ëÏ~ûIïÁCFŽ[­)ÔLWê‰q£cSèöÃã›GEŽŽŽŽŒ¹éøCСiÓ¦ÑÑÑÑÑ‘ý‡Œ?ú¨ò÷;0&°Š“ˆ©£ c”–Jîß9sîäí»·$’cê5 Ô‡ûHß+B¡0:::)))((hΜ9ÆÔ >OVHë7ÂÓʘ"3[·n>}:Ý>zô¨aey¹w×°‘‰wBôWútÞG¿4yw6Ž\‘ºõ·½ÍùP’ýp0ÈOØ<âÛäm¿—ᄌ~ì¥BlŒxÔ`ÑÁë—X²ô~V/þôìã}nýÏ·“w”ìÛëkÅQ”¤,1ê[ûc ;¹héÓcÏ»³¹ï”¯¢¯þ¨¹K¡ 8“¾ÈV%¦÷‚©<}þÄÙѹeóÖéi? ­ÌC¤ë(õá@§(jâĉIIIóçÏÇ…P“å+zmüôW-ajì×#FŒÙ?rìÑ'åKÍ…ݾôéXˆŽŽŽ:˜Vº&ðïÖÙ={ˆ=vÎ `€úa×˹3gwU:!,£Eʲäo?û°_dTtTäÌ Oôõ+Þœ1b`dTäÀ3n ¥´°iÓ¦W·/3jX¯®ý¼˜I İsþÞ±Û¾¢«Xº4ûdñ˜ò]swÞöµz—}£“ú¸ƒÉýÎ5¼ŒBc>ˆ™¶î10¡’gýVÒ¾‹5~[zbÜ–…¾VàXú~¹e쉥;­À¡ÕxYÑßt»iÓ¦g¾Ÿ5bøÐY§Òt{²ihÔÚò%fiî¡Ðˆ… ‘À²¼«“"{D>óûsj犒'‹&ˆ3(rôѧou/€iHdf¥»¹y”••ÚXÛ¤e¼6¦^¯¨«ëÂÄÄÄ´´´>}úÀ®]»âããÇŽ;cÆ cv ·ˆå]–uøááèYÍìÔB—.Ÿˆ±€’W§»[÷-£m÷M¿CӦﺪ˜µíìÞ› ~fl雲¡IIÚŽûæÃ²æ¹M übËÓÁ‹[ÀÑ)“Rº®<³!Š²Ë¬]˜ûÝ;é þ”½Çûx¿úköG“ö\=6‰–Ÿ÷ýx×dï’ׇº _2³ÇÏ`0†Ø\Éw `âH®ä¼Ãýi&ö»vßÁ¿ ¦K”¸Þ®×Xºý‡°ô¢F–n–æ÷˜Ïh˜÷ƒ…ã õf\ȧ¾ð€_¢>Ô ÌoÌÌ×½×Q³#7í žVa)¹ò|»i{îãrföÅ7ÂØO¦}ylyÛ’Œ¿ºZ}e•V/˜…“£ó³OìlíŸ>{ââìjL½^Q'×…J¥rÚ´iüñŸþ™››»bÅ //¯E‹³kxìÙ?Œ8ðù¥ÆÓ&JÒã¦ù 22jÌÿ~.žÖo\¢‚mæ/øîÀ‰+e®îÞøU±M?ÞQ_dœZ!Gï —Ô–V°váëZÑì|)ž×ݼzÌ/zùv±;¯‡XzÅÈ‹ãi‰áÔ|;vDtttDÄÛ[–¯D˜Þ¯aîm¸Ýwü»=5"::::&jÑ¢5»æª…_ö*w¢OÐù#ëÄíi%@ÉVžÍ;ÐKÓÛooô½{¾-º[‹Ž-ž=fÆv âíÏ´Õ½`ê Æ.Æ!„Pã &"‘(îÊE’ š7maL½¦16Ä*Q'×…l6{Ë–-ÇŸ6mšOIIÉš5kÌÍÍÙ5Dì›ÿo¤eÇÅW²Ô’™S—Gýz.&Ä‘R›·*¯$@ ÊÔ7G3šÌÙþÁµ¸¸ó;ûÿ|寉%©ÇæÎÚá?îšã"_~=Oõtb¯X²œuÏ æÙêó¯Ÿ %Ëœ¤7YåoÑŠAS9ÚÑb_†d²—%,üýhœBŒq²ØV2ÕÇÀµU#ýÉ7=³<âVî<ÒÞ|_¦d²gù2T’¹ÏÜ>R׈q•iÍÖ­Øo%Cÿ×rÒ÷ #¦]Ïr™ÖÌ‚££©­¯DhËÃ.\í; ™zÁÔ,,,Û…u€°Æë!ur]!!!477OJJb±Xýû÷7fÑp™¸éÓs Þ.š³e”—›[ª†[q¥@Úå··AÚ²È<…Þ\L<©€hѹïô‹$¯/€wÔê£G=ztž§enür™÷qÎÓ[ßéìwW`F+ûÅ{ïÐÄ9RÐÓïx?Áš¸ H¿¼Zà;ô¡ƒ&ãWŒümò’Ùz“R¼}7õ¸•£vOYú0·ü*fÑË›¿žÍÓû5HqÆ/%AÓ9oêËø¥~úmJ‰%)ßNûmÀWã Ù3Á˜[×E%׿;·üLøü¾Zúükã2 íÒ*µpZû¯Ž”¿UêõƒW€iØ”””\½veïþ߯ü}¹¸¸Ø˜ú[Ølv›6mÚ¶iÓ²uÄ‚-o/H×!êäº&$$$666**jÆŒlvÈûÆÊsäÜÆ;–½ùíÀÆyQ3† ¶u¶ñé2 Ž~½|ÜÇcbº8úwùà-\:¬Ýˆ!Q6|~쑺nuM%_=}L¾Teò˜/6iéŸZùoè‚·çúœÛÏ/›5"]Ö?zëÏÏç,î{¬Ô‚žÝW®ÿ4˜±ßQ;ÖÌþtJä¶’ç¹î—@†cp ¹oþžU³Fe•±¸\‡m1aîºò]m>Û7ÏŠÏFæÈY R°mýÆÌÿ Lî×0/=ÓzÆ/êM׈%?åÿ¸àÃ9‹­Tq{Œÿifí›H‹ç9/¨lѸÜÖIKÄö•ŸNù“£oû åçÆ‡oßöü‹Åý*¹ tk5cKsÀÔSL9Íx÷Þ/OÏκ&§$ݺ}³{׆õ5¹}û6(Ä/f÷îýrdb 1‹Ú‘œœ,‘HvlÛ²aóV‘Pïë Μ:ñáØ Åâ·ß£Õ;r(¢[;{{Ý]jN‹í?8Ê€‚é|ûÍÒµ?lPo&&& MÙ³>[¸äkÓÿ­€©Ucª™]:Í»pÅMçT$S½œ>qlpTŒ–P&“íÛ³{úgŸkÖ²²Òûî½JMñôðjÖ´¹@` »÷þ6vôIJ²R¥R¹ïàž'L€‚Ñ•¿ãR^¥4êÑÍÊ’á:‡ÃQ(t»$}³{x|QÆN(˽üaä§/eÏoÓñ½ÝœøÉ‡zF_ÿîþú°ÜÛcÜÛz,. ä³gxÙt¸“5Ò‘ÏápN-»âäô×âQ›þZé­ÙË–?FEÇØØj_Xá››ïÛµ3jè0ÐA,.Š»x¡ßÀÁº»h2ÒÓvlß>02ªî#%IR*}{`HHˆV!”J¥µê ZëRÛÆT;?þ}BL­âî½;nnî#‡Ô$¤é'ˆÀÃÃëÞƒ±¸è굿½=} ??מ:u™ý¿9MBBââ.ñ `á:¦,ÿ8ÝÞÔw¤Åÿþ¸w÷Þ±Yü‘}7€[·É¯í€'ënFD¹­H,PISvŒp,¿oîXм¸k7ï^žõäÉúºxÔ½S‹»t]ºhJ¥÷†‹Õ¹KW}{kž:0ƒ©÷¼JMéÜ)¢TRbcc3dèþCû£#£Û´½yëÆõW}}üÂÃÿßÞ}FGU& n™™$3©$¡7)I]@YAXQÄÞ@²WŶ"®ë*¬»ëžóbÝu]{Y‘}U|×(UAJh" `P’ÀÌÜ{Ÿ÷Ã@€´IH€Ì<ÿßÉÉçÞ™<æî{gúìû÷ŒwÆŒëóùvíÞ•¸~CΕÃ+9Ï«*Oç\wM;!DûkŸ>0:KˆÉ±i7v8|Gžÿ^^Rú¯/F\ñç܃“ßMÈx¸ìd­éW·B$¶ç?4©ê ׿ÈkáE¿º8²>º3âž0€ècÛ–eø`ë´Ô´;w$'%¦¥5¾ùÆï¾÷Î5W^sñ€(„Ø¿¿`ÆÌãÆŽ÷ú|;óvø|ñ¹›7uèp~ à¯tûeË‹÷¼›zeÙ¯€? u',ó`†ïñ_|á¹ýµÖã/~p£{]çû,ï²c›´«z¬3!òŽ‘jKÊS.1ìžÝcÞ¼/~üqÛíùñ§ÝÞ¸¸[FÜúÁ¬÷ öK)÷ÌxïÝqcÆû¼¾;¶ÅÅyóóò.Xpaÿ‹*^öz2t#P¸ý#þ2øñ‡B¿ÞÛ1iÊg?H)w|úpòù÷…v¿¯ËœïjsÛåš‘2Þ3ï‰ÿæMìŸ^n;ån—-9sh!¨à”®ÄÇ'\1lø¢¯íÙ³Çã‰ÍÛµÓçuëè™ïÏØ²uóŒ÷þ=vÌx¯Ï·mûVŸ×—ŸŸ÷éœÏÆŽ—’œ"+#„èÛ·_¿~ý/¼tb쭯̸­}hù„ß8<ýºÞô¹þéÃo:1´0½ßÖì>²•”rØÈÖ+dö°OÙvNÞæ©rf[xöŽ‘&W8ùpvTÌIbbÒUW\=ë£ øU“&Mvü°½m›vcF}îùg&Ýs¿Ï¿uۦĄ¤¼ü¼9sçŒ{{jjZUA*:õƒ²a1ig.^]n¹'yhh¼”²ë£K =1¾¨¨°ÒÛgû…ýÊ# IJJ¾æêk,Z°{÷n¯×·uûŸ7þñǦÅû|¹[6Äûòòó>›3{ì˜ñi©iW?ËÂý‰uB @•&99å†ko\°pþ®Ý»â}ñ¹[Öܰ)'!>!//öìÙã~Ó B(i! Ž*Ý/ III¹éÆóæÏÛµ+?!>qÛö-‰‰Iyùù³çÎ7f|ZZƒ¡¤…€:“¡Vú“šÒèÖ·~1ïóüüü&›åååÍž3çö1ãÓÓÒ«YëlÿœIgïÜÀ9Sí®•ßï‚.¼ø“Ï>ÍÈÈÈY·nØeW-ûèÑ£§ªµ¢ -€è'¥¨¦…ÅÅÅÅÅÅŽídvÎÌY—Ó5³›tdqq±Çív»«ûШA  úIQÝ~arrr|||“ÆÛ´iÓ§wÓ4ãââbbbLÓ<ÓoÔ5´Pí~¡Â0 ¯×ëõzO^¨H-€è&¥Ôu½¸øpDŽmÛº®Ÿ¹6ÓBˆfš¦%%%8°?55-ÜØ†ëÀÁRiú™ºö@43M3»[·o¾þú‚¾ý5J5Œ3•“3Ķýû V.ÿ¶g¯Þ1gì¤VZÑÌÐõ¦Íšegw[»fUá¡BÇq­Ѱ躞œœÜ5;;55-&66ÜðÓD  ªišÇãiß¡C‹–--Ë’Ž£išˆRJM×ÝnwÜ ¡ … Ó4}>_¸QꊰÇÔ;ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZP-¨ŽTG ª£…ÕÑB€êh!@u´ :ZPn@½y÷­×à à8K-¼êÚëà àÜà)@u´ :ZP-¨Ž"˜”2Üðê¡…š¦ÅÄÄ„@=Óuݲ,MÓ £Z˜”œâøM—«ÎO€šÒ ÃåvÿòóOIÉ)áÆ†Q×ffe­øvY¯>4iÚÌ4ëaƒTOJi[Öž]y«¾[Ù³WŸpÃè‡t¥¦¥wÍî¶~íš%‹ÕËq[ÂÒ4-)));»{jZz¸±aÔC …M›5oÚ¬y¸Q4Dõð~!TG ª£…€(T«s9kÚBMÓŽ”–†@ƒ`Û¶Z /ïi “’òóv9rÄqœpc8g¤”AË:r´ôè‘ÒĤäpÃ…¨ù5»d¬]½ºsFF|BB 3 À9¡ Q\R¼1''»{pc…¨y “’S2²²¶mÝZTx¨Va8Ë4MKHLÊÈ̪ádzմ…Bˆ´ôÆiéà ÂÔôýB¢UM÷ s7m7€§s—ÌpCjܾý„@ƒSxè`¸!5naM¶@$âýB€êh!@u´ :ZP-¨ŽTWÓk* slÛ²m¡À&K)5]×uÍ0Ìj¾, ©9Z =»woܸþÐÁCáÆF<]×â:uîܪuk·ÇSé&¤Vh!€ˆçØö¾}{׬^5pРÖmÛ™f”¿²?|ÿÕW_¦ÑºuÝ0Ê `B­Q^”OX¶•³fíÀÁCÚµknl4p¹Ý:v6Lײ¥K›4nëõ•À„„[£<Îñ¤#:غu›p£JË–­ ƒïbBj‹ˆxš¦9ŽõGËq¹ÝŽã8•ÄԖZ3 ºÉÓzŒhÕŸ6É„Ô- )å†M9{÷ý\é½M7íÒ)ëô^OU3s~ÎsÿùÆr!¥”B )„zÁù™xi¸UZ@!Rʹ9¦itYÅÞI)7ænؘ›“ѹ+9¬že;Óß[úä„!Þ-5ËŽE¥Ö_^›M  á’RnÌ]of—N%%Å–Uþ$ Ó4»tÊÜ´eÃÆÜõÙ;¬Ä¶ÝûÛ5KÑu-tô5ÑóåÚü€£ù-á·µÁÝZ ‘“F D )e5oI)7m>Âïÿõò†‡&Ÿò™,š–ù·§Î›8±KÇÌÜÍë7lZé{‡ÕOÈiX¸jÇ_™·ô¥ Ç6+¥#EÐKm´ÄÑ@P×´ú}гƒˆ~RÊM›7† áŽW^Ý1uÚÀ¶mݺn[Vè§Äïß8uš”²Ýwv1w}Ά5]3»Gt닔⟳–Ï]¾õhÀ- 5Ï‘Âr„íËÑlG*<\ýv,®©ýr7o0 ½K§Ì’’⯾¶ýñ'z¥¤¸5ͱmé8¡ý'at2ŒíS§}ÿÏ‹‹‹2:g ¡­Z³¢Ò nŸûâð {tëÑ3»k—ž—\ÿÖêý•«£rQDéÑà¤g>ýnëÏŒrb©&¤ŽÔlGlq¸ä¨ Îh“ZéV¾=õ®™=zôÈêÚÿ‰·W–-/ûKöÌÐ$õ‘÷7WºúYÐ &ꮚC‚?ïýiÈ ËJJŠxýõíý±[|¼)„mYRJ'DJé8.Mk/Ķ'¦Ù¶Óvâ]3³gýßû=»÷)·µ_¾™ÚoRîg —ôn'„Ø»aþ›¹E²{Je\Wu9ÞX/ÇHwï-¼ç™Ï:¶m~õàN—!„è5öÅãwj÷?ó±Â0´_÷î0eÔ%…Å¢ÂsÞ5wÒåO-]¶ªc‚;xxË}/º'}ÍóC[„î•RçÍÜgìå¯,âªóêþ„O- M–̹ïÞ©©.M³-K„jj¡m;Ž#Ç%e[ËÚü蚎ïKTö!&OznÒœ¡ !Ò3‡LÎBˆm¯ÿvÔË«íÀÑb;yò›ŒéÞHár¹>ýÓè¿~²~W~Ñ-Ÿû§«[ !¬ÒÜFÝñÅö¯á´þÆÓº¯ùí w®=`õ{|{Ö˜n*>îÙ·bÓîG^š7ô¢n]Ú5ÝöSqv›ÄL¹ÉÔ…ihnCx\†ÇÔc=._œGÓÄþÂRÛv*Qž>áûìì˜àB¸â;>óßûÚ™þüÎgB÷mûh`¿»FÌX1ùÒVå×<‹h!%ÛßÒ”Ò¶¬Ð%Ù¡=§²†˜R )-Û¶§ÒôzmOñöó+.o9ì‰oǦ ! ·ÎluÉä1»_ -ÿ¨ã˧t(Üþró~wüéêÏ…¯_1tËð·68Hq`w©âõaWf?»öÕž©‡wþo‹ ï³çíŠÛ?Ëþýùºwæ®»iØE¾¸Øí?»M±)¿Ðmj.]¸Lá15—¡y á2E«Æ)¦¡mÛµ¯yZ’Vá<Òw~)ÙÑ6¡ì×Ä6w•üÜ^ˆc-ìÛó–›?Ú>ypsqNÑBJR:ŽBضí8NèŒy"†§ì !lÛrl;TºµJϧ)Úñéˆ/í8d¹ ­tïf!޵púÕí…‰íÇùM -yüÛ_V~þ«Ðí”qBˆi«ö5½cè›B!âõ3òîc­<òÒ¼­{ŠF^5°ØïìÜw$έiº®éš¡· ¥í]“–&t[H!¥ÔLC÷­Ø˜ÚeeÂUíŸ{ú_¿4Õ«ŸËs”j÷¤ Á²m˲¬ªî•Ò±Ka[Ö±SC5íx OÚ5´mÇq„–m[¶¹Mý¦™ïÙÍ{éTnùõÃï¹mî¦ÑÝš8Á}ñImËVtYeEµËþ€8ñÕB–”ï/^ÒÂslIÙ°Š^sÕOHõŽ‚B Gˆ -¶cÚº Ø…%–&¤©ËX—ãÒb\zè†t¤ÐEŒÇõóþÃmš$•{η¤{_ضoòñ=éÂïŸ÷¦,sçk_—ŒìÕíZó»ÿ<{îÎæó³×ýnKQ@J(ÚòàõÏxáÞÐ]B)ܼ»ìæà›}o{ÖUý„TƒýBQ£ÊWÃ@ è8Že[BÓŽƒýÄnÀ±ÑãWV!BM³m+hYÁ@°â6Óû?¶ào/M1èG¿!l¿Ù¨ãÝ{AJ9ó©ÛFôîÕ¨yJ‡¡S„˜]¶âÉ[ݾíÃO6Œ¹3ëíRŸK´¹âåè:rFÝ•ýªå‘Výþø~¯ö×­½:åaôeYZ$?ùÖ’Aý»wj‘¾ö‡ƒƒ³›†0uÍeS×LC3uaè¢ô¨õÃOgÎ_ï‹u_; S¹mqÙ3îvûÀ¾~—;ô\u߬LJ6?er´¸Gß_濲ׅ·»W¼2±²çrÆÑBQ¢š=ƒ`0 5Mkÿ×'wN}²¥ßï©b­€ù11ͧ<¤é†?àíVÜ`ûË'̺|ÂÉK¤”]Ç?»iü±__ÿ}ahÅ¢¢Â²-”Ý6bÏŸ>sÁÉëš¾¬|ôÕÉKÊ­{ª™ê—ÑüŸ^þÀßç,l}a÷Ž=ýA…Q²QblóÔÄ›/é2 »U¥ùî3ê±E£;±B… zü´Ï¶L«kûO-%B‡+½+=­ñÊUË»g÷ha˜¦Ë½hÑBoœoØeÃBW VµÁHPÝ„„eYV Z– ƒÁ ee·òN¹>ãàÁƒŽãèºn† `è—˶,Çc'®‰´@´w”, ffd-[þõ—K÷ëÛßã‰qÇ‘Žt¤”ŽmÛ–e-˜¿Àãñ\<àâ`0èr¹ªÙZ7!ÕÓBŽÿ¯iš®ëmšølÛ–º¡iÂ0 ]×OÜ-´Ð’º<è¹B D‰ê –”””––9r¤U‹69sÞ{o†í8Òvly,ˆ¶cKG6mܤOÏ>‡òûýqqq^¯·ª 6|uv™¦mK) Ã8vxÔ0B ­Ë#žC´@”]Y^Õ½qqqn·Ûãñ¸Ýž¾½û‚Á` `Y¶#!„®é¦i¸Ün·ËåñÄÄÅÅÆÆÆš¦¡¯ì!ÕOHÍ…:gš¦ÇãU«—Ç:Wh!€hn7È0 ŸÏçóùªs²ˆ~q"ü„  -ñ¤”º®†B¯i¶eUõæR[ M€h¥éZbb⾂ýÓÓÃûìONNѵJ®a`Bj‹ˆx†nfuíºü›¯û\Ð755Í0#ïœþZ±-» `ßÊ•+ºuïî®ì=<&¤¶h!€ˆ§z“&M3³²Ö®]]TXTö]ÑJ×õ¤¤¤Ì̌ԔF1±±• `Bj‰ˆxš¦¹=žóÚµkÑ¢… :Rj•~Ùn´Rêºær{bb*ÝgBj‹ˆ¦é2Í¿:¾^1!5w:ï1Mh!@u´ :ZP-¨ŽTG ª£…ÕûJâpÈNš¦é¡ÿ :ée :麮kšF Ê2MS×uÝ0¢ü«­¨Šiš¦ae-ܳ{Wõ+eÜn÷ÿ^ë< endstream endobj 725 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [173.494 161.599 270.121 172.503] /Subtype/Link/A<> >> endobj 726 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [512.479 143.667 567.925 154.571] /Subtype/Link/A<> >> endobj 736 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [55.697 133.769 71.527 142.615] /Subtype/Link/A<> >> endobj 730 0 obj << /D [728 0 R /XYZ 56.693 815.761 null] >> endobj 211 0 obj << /D [728 0 R /XYZ 56.693 759.068 null] >> endobj 731 0 obj << /D [728 0 R /XYZ 56.693 739.087 null] >> endobj 398 0 obj << /D [728 0 R /XYZ 56.693 380.591 null] >> endobj 732 0 obj << /D [728 0 R /XYZ 56.693 360.721 null] >> endobj 215 0 obj << /D [728 0 R /XYZ 56.693 348.766 null] >> endobj 733 0 obj << /D [728 0 R /XYZ 56.693 309.612 null] >> endobj 219 0 obj << /D [728 0 R /XYZ 56.693 242.852 null] >> endobj 734 0 obj << /D [728 0 R /XYZ 56.693 205.855 null] >> endobj 223 0 obj << /D [728 0 R /XYZ 56.693 205.855 null] >> endobj 735 0 obj << /D [728 0 R /XYZ 56.693 178.501 null] >> endobj 727 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F72 420 0 R /F64 307 0 R >> /XObject << /Im39 718 0 R >> /ProcSet [ /PDF /Text /ImageC ] >> endobj 749 0 obj << /Length 2831 /Filter /FlateDecode >> stream xÚ­YKsÛ8¾ûWð¶T•EóM1{‰“ØSÞ‰ìØÙ©­d IXó¡ác<ʯßntƒ"eÆÉNíÁ&Øh4Ý_?@¹ÖÖr­ŸÎÞ<œ]\G®•:iìÇÖÃÆŠ}'N¬•8Ab=äÖgûNô*úvy™uª®ÚÅÒ\ûm]}q]Û7©D|X¬\»®‹ÅoÿùKÏsÒ("1ŸZÙümE6 ¸U/4'hàY+Ð Pƒ0ñÄ ¬eä¤ ë¤°(YÙôC\wvõpöû™¹–gE±§•¤ž»¾••gŸs­æ@'LWÖ“æ,­Ès?ˆa\X÷gÿ'ڌ化c޶M×ï鎣ÐÙ(8D•CÖ8,ê…Ø‘ G4¢”¸Ó™G> O¼ï·[ÙvÚS h´«›v˜AÐ*rB/™ h%§‚ BPèzv;¿…ž…#¶$ —mÖ¨µáÈP P¬>Zfô3 .xwu¿¼º½d¡{™­wdÈ’‰Š“0T÷ªÃ¾Ö’OKPŠÿrV;?ñ£A“Öÿ<_öå­¬zX²JìV"s™Às¢$ûW ñ9ñ#È~šØåsñ¼Ø˜ÇhZµ:1-Î(–8cF >7#Çf ÈŒ@¤nK¡O§ú?†þ‡J²‹3wõà<žêv¢coêÆÌêp%‚é–xʂח¢[·y-OÑ!Š‚¥zº‰Ú'jåE­'>Š\²¾VY ­£´Â›¡IäPIóÔó"Æ[E—áÏ–²Ëu‰ËØŒ£úÜÑ@w'xÅr›&¾ÉÈ ¿—’›¶£— l‘€xÆçsªó·àU©N¥<ר®“,fÍÄkÀ‘lTFo¿ô¢ÏeaôˆÜr•½múòëkýß©¨RŒ†Ë=¤Ñ­Å×y£¶5½ÜÖ¨ëAüØf -}½­êR.çzª|½]Û´z+{;§™¶¼éNà¿–rÀPÝÔývWpL©rßè†Ü#ée}ÓȪ3«J¡ªþN#ô£’Mà ý•U²51ò½óïŸ4óë®9d»¢n_>çLÔ_6)îSåó^NÃ-«û¦“-+­ó'Ö­£.Yk‰74½Á JâP¾f‘Þ>ˆîù>‡t[úK®ÇžXºûp{EÜ×Ræk‘=’Œh(­§˜ÆKMJŠã¢CÝ?]b€²oä’ dfÝÀÚ/Nœ§\W) ÷楓,ªÞËŠV" ~EšQAÐk#ïeË{m¨q,Æø’ÕNÀfP§»¡¦¿` äxÓo¿ª¢Lž凊¾—2Èg«þOwŸ¨C¡”4zWg=ª:ªòïU&«V~¿ÈÿkáyÞ± Õ='àn*à¦jTpʵ©¾ë®æÒúÛz¯Ë(Çï‹oÒ),rχ¡wúÇar>Ýà%£³ `t_o¨œSЮQắrmzSeSœªÅýÍ¡6í)KP2JìWòÓâDç=©¹j;¸dÑmš%±è5(T‹•iEM]놋pÁNäž•œÌîéZ  u;ÜU÷ÐÐãÊœï8Óï(€ÄîôAà¬b†‡‹-JQþËÕåí›÷W3€Zò²ñ—Ý:Ihïûf_·üB7ØOˆ#SýbˆhY|ó0¾ Cä´º‘mºêu]?2I;î9‡›¾ÒIO,©ÊiзrÓ3ј—Þ¾@²Þ¶à²r•ÑõiŠÃ¹f².®Ïëò~܉.1$¹¶í5B!ùHtÆo±Ïŧ78¿ÁŒ}d$–M|Fô‰˜í4c,{ϰÓJ Z“'Õ툤k ,@ Ý,€XÖ¹Ú[0ÇËb[*20m\–²É¨³Ÿ±„ö‰ë«ëÂU!ÂBxÜKÈö¹hTa¾ìp^†Šë ’ v@ïIáùÙ…<¨µ;C$Ÿq߯¡o$l¸ºº#•2ÇÔôÜÊŽf34aGDÞÆÃm 1m¬Ö9´Ÿvªsvq-‡`…C· .<&­ÀÁöHZ›‹ëpÛEO¿»´¦³Ïå´§×Ào_øÄ¸ñؘ‘mˆ‚ŠlQ¼£Á€«›£BŸ5ųf;â*¥¨X^ÖI^å¼ðOLŒœÆtítGöa<K˜.{]·‰¡le1B@LŸš€k£‹RtÐÅEv+ÊYÏè`>¹T¡SÆÍÛ“û<•`ÈJ6˜Vô‘•јí˹š4ÎÉbZ<Ъs9_¶j;ÜÚ$l†ª×ŽªÞ¬ËÅ.R‡|×KÌÇ4ŽåÇ&-ãh€‡ÏM¢¯Û¨œ>䌣¨É&D c“¦Û*+£±â:£¬À}™Îs¥‚Üמ ÌÇ=Ы9£ÉCƒ?Œ!‰ÔÛF”Dn!å9M€ç%Q99íx ›;¸âÎ?dˆiA¢dùœ¤y ÅÄ”uz´0Ö¦†î úÉ]±ˆ£[€lˆ”T€ Êо u¹™ƒùtÃ$2Çú;}IÔnj&*¬™ ü’Óˆ|™@¶¨Ð¢šBÜë`H¢qJôWÞô¶Tȶ%ºåî¶_ÿÊœQ 𬆯5?Ÿv’Ë ¼-K1)5ÔQðI}£ªÎÌa£àÌYfˆ‚u•2ܱ{?ŽM”›©=}Íš„ç(§Qô×ÃÓ Sª :÷Ùñ‹¶‘£ïGxçùn³ÆÁîq³vùñãû›·—onÞß<ü›î—wïø®pu}swópóáîþ{½\4ùa&ôÇøƒÊ¹ßÔ»†T25qEhn¨4ÖgÂ'»1œTM?ä4óLÞ¾ÔÁAúw/üœÅ› zà¯:+·/DF¡àSa M_û$sCÒ®.r£W+¸Ý ±Ý™»Rx€Îkäiƒ•Ó$Ü> endobj 737 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [366.524 673.767 466.839 684.78] /Subtype/Link/A<> >> endobj 738 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [367.364 546.099 444.106 557.003] /Subtype/Link/A<> >> endobj 739 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [526.507 546.099 567.925 557.003] /Subtype/Link/A<> >> endobj 753 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [55.697 534.144 82.845 545.048] /Subtype/Link/A<> >> endobj 740 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [405.582 534.144 495.424 545.048] /Subtype/Link/A<> >> endobj 741 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [238.22 516.211 322.443 527.115] /Subtype/Link/A<> >> endobj 742 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [396.525 516.211 503.015 527.115] /Subtype/Link/A<> >> endobj 743 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [332.996 498.279 526.77 509.183] /Subtype/Link/A<> >> endobj 744 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [141.573 456.435 244.724 467.339] /Subtype/Link/A<> >> endobj 745 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [120.991 444.48 189.673 455.384] /Subtype/Link/A<> >> endobj 746 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [230.6 358.656 356.577 369.56] /Subtype/Link/A<> >> endobj 750 0 obj << /D [748 0 R /XYZ 56.693 815.761 null] >> endobj 227 0 obj << /D [748 0 R /XYZ 56.693 759.068 null] >> endobj 751 0 obj << /D [748 0 R /XYZ 56.693 738.489 null] >> endobj 231 0 obj << /D [748 0 R /XYZ 56.693 599.978 null] >> endobj 752 0 obj << /D [748 0 R /XYZ 56.693 562.981 null] >> endobj 235 0 obj << /D [748 0 R /XYZ 56.693 430.467 null] >> endobj 754 0 obj << /D [748 0 R /XYZ 56.693 393.47 null] >> endobj 755 0 obj << /D [748 0 R /XYZ 56.693 299.397 null] >> endobj 756 0 obj << /D [748 0 R /XYZ 56.693 121.617 null] >> endobj 747 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F64 307 0 R /F74 437 0 R >> /ProcSet [ /PDF /Text ] >> endobj 759 0 obj << /Length 3869 /Filter /FlateDecode >> stream xÚÛ–ã¶í}¾Âo•Ï™ñêf]ú¶Ù[6g7Ùv§é¦Ih‰«+KŠ.™L¿¾¸‘¢L½B(ï·™ïµm½ýõþ; »|¿g2ÿtÿ—í~ï ª™aÁ&’9ˆÓp—Ñæn¿ËSá!öaPšy/ø/ŽqÜÍ›û›ßn˜Èß›}²Kòh“æÁ.ñÃMq¾ùùWSB°²‹ólóH˜çÍ>ðwa”@»Þ|¾ùÛU†fœï?aVÚ#òŸyãIs£›uUp»ø_á_î\7ƒÖ·ð™øžjÊ ´²ìõ0h+ÿ†ÑS;Á_¼ÛÞEÑÞûi ÙIðŠBwã2—L L>™!EÛmÂÓ6Ù{Â͹-«ãw·=3\VÃØW‡mè{Ó¨/fxD mÿU¦hœ¥J§zZÛù^ÿ6U}Õ<ðÆwº?WÃ`•fjJÝsÓpÙW§‘AµÚ{ |ï,ñt—G hYH"û B$qìGZàé§BY"4àýƒ^^4^·ÅtÖÍÈ_g­HÅ¡©œú‰‡9‹‡®¢mFU5¼¦ëÄH¬H‰itm/¶‚}ÂG5â~ä¾§+ Òú]Å˼ߑ ÝÀÎ΂ tWäüXhg‘D¡‹í{ÑŠ ÇVY«‘5χÍ[ƒÕ $üæaRúªäA¾(ùÏRªeb‚Ïq–9ྣ~ðg£Î414U×馬þà~b¡üyìAÌwg5ŽZ:¦,ØG²ð¡áºÇ“^jU …ùGî¬Ú†{‘mýÄx"À™¤º[³ OU·&sâ!1F’ˆ7@‚Ó’’Ü'zj-ðr”Ã9‚ÛEwn»­ÿDȺ膪kÓáß "þøÅßû<ýL’ÖC²,Ùðîe•dF¿e*T Vub ĺ"‰¢jxGòÌS>¥–HÆ`Ä(crÐ#;­•Å$f1è÷)­æþ4 h©ÏŽhh&ìŠ0aÙªS½ô(FYÆCÛ~„"Hå¤á§*Ì\2ÄÕrÀ-_ÈBΈ³Bœ<@ÉqƒgëjE `v.ðáL¹ã݈£Ð»§¥A÷B b„ ̓ )KŠ­%Wÿ'ðêm_ª6£›ÆRnõ>7zfV$¤Ó_â5ZÑQª[ö Æáð© …ñ°Ýƒ~ܧ>뾨, ;Uu;´ðWX˜O¿C´këjœÁ];Ts,ÒÏ3õ¥=|PΫÞìÞØú³÷Í6öAC\)VªÜìø Ž 5£—Q…îGÞ[Æ›eÆ_§–Ni=Vc­l)•z¨”.i_ÌQt´Ø`«°4XksïOXZ†CÜ畽u…(ÂHJÉ<¨§á&Aïš]œK`CnS«Áœ.Î Û((8^Aëoñ^ôCÉ”V=á£lµŒas‚n N`nu0^$öTjDl­0zèniÖRÁ$‘ŸÒºðŸÀ8©eýˆkD:XüGsÄÿye€Px¶O €8cG„Y øEžâ‘ùã?ºo¯c°Ùv"t‰ÉõIXÀf}kb(W‚Eßq]ð±¦w{ßÕy#^ÓêEs”i4m£ÿ—Múd“¯Ü3Á¤©9ÑGc”‰5ÊÀ5JP)8~G†wj ª¸ƒ-È·'㘳É!çºXe‰UúÞ[ŠQþŒ9™©çÿoTñõO‡È<†}9ç‚ÙFÿêY,gf± &âE¬K*g®Å—±XgP–û’ëë‡w1 áSáİvniíùO‚í’„€¦Ý_ŠÿVxuÎŒŽ&`¤îùß²p5öcÒËû-ägNCˆR5Œ£9å"TÒ2ø—mˆÛÙ´:ÿU’¾ëµ*Õ¡ÖD%‹anÝA ”xóÄÉB‘wlû3K:¶‡4‡NN’ C·gÙ]W51°"Gôz‰ˆtƒC93F6ýP4Á¨Oø?LÕÈ+ÑG´Ž€b ŠÌ«Ž»õÒÊŒÆCƒ‰"Œäì³/1Ê l¤bÂôœYÝÀ/]V#…ä§TÄ0Ó²RÙM „)`¬Ç<¸¹¤ $2”PHLvb pG£4ûö¡Wç±pF„Úéñ£ì9ùAX‚°ìö¬yÐ#øe\qD)Óåv]’à1¼hôÙ°/Q˜°mEñx‘¤kˆ;oB-[UÓM#cЩ8‚]ëß(Q"^0ezØ€Ô¨¥àW"zÉMY)“Tr‰ÜS{ÖèñÉ ÜS™h0ɃáÝ™+1¼»d]¿Ÿ:ÜRÞ‘“©'©kÍ Ë¥vŒEfO¸ÇjÐkyÁ…¯€°´ÁzPÌŸÖ\1ºs Ñô_§m)’ƒ€êv_È@Ã%æ‰Î)€4Á$:ààœ|‘BôKbC2µ™¢¬H6z°†Cb0èß&á>¾(5¬úZ ƒÑ‘‰H ˜šˆ¢AáƒT_6’í™@´ò1TàÿÁ:2‘i0‰ïÑfå6”\ÚLE öžÛ‰ˆ8q¶Ñà ÷ºÚ‘ÛØaÉàŠh®ŸX“‘à ò›ÚDÒ8à‡Nü¹8¸r4½ùC;J+¢ Ï.L9œ-E>¸ñLx¤J”`VMQO¥Ð\›/?¿zÿž›èxÛIÆZMŒÂÅÙ\5ÇÖPì 2óDÈ©÷A1úíªoA]ï÷ùÝÇXµ‰¤Žy_ `âÛŠÿølâÊO¸æ=éõýë[E4PC o(ï ÇÙ-Ý¡B±sûÛûdà'ˆ,>}EõZËZè}zý–œ(h!\/í¦39˜,¹08 ðƒÔÙô0O‰'µ–cFÙÞq–7‹Ÿ¾wË8_^½e¯ß}z·ã>ÖB†^£µÇC®CO‰ÖÕí#W`#nh´Ö4ä0- Èup‹9Iùð&¡ZÛÐ>ô ÿî¼0á€îBCËeŠ41ª“J­P¾û $qªŠ“aU3(ˆåë…Aꨫ!SKÅÈ,–Ìì¿ !á-'[‰Á¨þšý0Ñd6G‹L€%`£ˆÐ\("|sm:E„°]NŒX’åh[Ž[DÈß—ŠknK¦‘\¬ÏL=FPâÖhÓžUõC'ó‹‚löX*APê}BzÌž‘(xFÏÅÆ›Qª€ ãP,öÝò §Â eÀ%ëÀV5º> É®žjŽ:¶¦ ‘a9h|º, .o{§WY›?^¯î9›Xtó!}-öÎ…~àÂÞ4$ç’!_~ú—¸ øbSñŸ\D¡‰ùn¨ä·çâ9þ³£Ø»·Kø%¡9aˆ¦¹ÃÃv%sá^C>@‰³$Þ|ײè®Vƒi>ÍOz`W=wD±£×ˆ`Òºx¾ô“¡a5¦Ÿœ)½e’ž ¶˜ëh¹ Ìæå|YœYQ­]ôÚrªÜï»—ùW­káÉV£)ØŸå¾ïJ~i[±¶ECŠ¢u¯YÚËr¿[Š¿îž‚Ü­M¹ lãJ„þeN‰ì(ݯ!O…Œä¬¹ ƒGî\ëI¥P•šRRf˨”# Á Ì#W|R[±25P„ÙC?à¨+-ó=›Á¬cÇ1Û=íš~/ׯÁr-alJÐ1ùŠ¡‚,šK}Ë9–KÀ80B*yØAèõúCø´"$,•]{sËCqàŒ$±5´” /.Öî+…cV€Xâm^Hè¯x»°·ÇÊZm~t€yTU8¯Š·Nƒèö…ÔPÛRC…WÒsv8¹õïØÑV¥}!aØ '9ïŽèVŽ|#JÁëe¨Æµrd?»ìâçNá&ðwé>§GFá.σ D|»,[±ºÇÞoþþÍ6ÂZ{î{÷ï?òë§W?|úéý÷ï„–û^éNhŠQ/çéP‹L áT,¢XVÅÏE&Ɉ%ëHÊÌ4Ö HüëDÏT¢t~ÑBó™[ÞZP[éiÚfÑ)^ÆCÔE%þŠ5šXQ£i‘l¡e•w-Ù:‰ ¾|Y”åâñó’RåóùA•EϬžäáOnÃïÌ ¿óÙ3ûo/(»„ÌÍo–Q!NÁr ¯3yI¥– _ÁgCá+3n6§±5¶ïš²27uðýĆVÏoco”¡öæ9b-Ç.´œ "0NGñ ˜™Ôdº85rŸÒUÈ0qêâLÜ W62¼W0ömmxÑë/ДœM±T`À¸ŽS/rpîUëÙ}M4DZdÑâµúº¥WEw Y÷¢¦áyÏtŠ®,«í]†wkG޹m·áÃów6 ¨!-‚<ðA›È¿ä™Y3úâ‡îÏÑÉd)UâRçÀõ•.T’Þ¦­„#Ñj á>“tüÿ> endobj 760 0 obj << /D [758 0 R /XYZ 56.693 815.761 null] >> endobj 761 0 obj << /D [758 0 R /XYZ 56.693 178.599 null] >> endobj 757 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R >> /ProcSet [ /PDF /Text ] >> endobj 764 0 obj << /Length 3518 /Filter /FlateDecode >> stream xÚ¥ÙŽã6ò½¿Âo+mE·­¼M&™¤ƒÌL‚q’<ÐÝÖFéí¿ßº(Q²:Ó» 4`±X,V‘u³ƒÕã*X}{÷Õþî‹wi°Êý<‹²Õþ´Ê"?Û®vaìÇÛÕ¾Xýê}P}WV}»ysìJS·ëM”Þ[SÿÑcß(„2p¿Þž1Õú÷ý÷@†~ž¦LæçV7ÿX§©'Þ«ºW„ „«pÅÈA²üm¯6©Ÿo…‡$„EÛ÷ÿ$ ®»ûf÷ç]«p•f~–Ç«múY­Ž—»_VÌ+~’ïVO„yY¥aàGqßÕêÓÝOwÁä0¢LoÓœN#Íýl—¬¶Iî‡AƼÄþz'‰÷öã¿<|ø–9zøÀ¿?­ÃÀûy ò½ù°Øÿ"ò¹'¼‰ü<áŽ8 ™æÃ h©÷lzüȼk¨ÊöÌÐkSÖ.xp4×R·Œõ[¦™ÃS¯¬yþ¢‹R1¨;«Î"^.¦®žå¬ÖQàýµSO/î†3<Ý´°_ÈËÌÉ’•U_›cÑuwC X÷—uèÖ›Ȇ|–L£Žê%E ƒˆDQ詸ˆÂ˜w‰ÂdØeP$˜¬Ê£®[A¨MCžhôŸ}Ùè–gÞº’0Â~½ ½Ôûw×ÊžtˆéÛŽÑt}¬ŒÝ@X‰‡óF ž7ÃÜÓ² ”Ð9ª¦y^g©'[+­¼Dd­ˆ¡ÇòP âcn1üœÉÃù¾\oPËw©»Í r0EæõhÖ² œp1ND]' Ç;–¾RÇ?6ŸcŠQoö9ÀZÆžn—Æ—"uÓ0„ ß~©ª5“#Ï>ž£l;9{š) P¶òôÌÓ¬¸ e+Ä\I±`ˆÖ!ó­`°º ëÈ"oo×É2ÂT?a¹¨ Ò5ÖŒéìzêQTv•ŸJ<*ž:%Óí wKÊeim·«àñµ1—²fF`Èç¶Í¼¿ÊÎL£tyàý²q¿žç.J«B°áêHB€]T§›RU<¢0, nì &ÉÖ˜\‰‘7Ýå þW”ò™ ÎË9 p4Z–Wå¥$ï†37\8‰éödµß=è]eh'tSaõÔg†Ò•5Ö±"„ÅBD9a4±Ó¸–Öùæ[ˆ²íéy Ô ©£©ù˜=VÕŒt°›5Z±À«"Ó¨^ÄMÎtÎhœt[ §ò]õ±¶“™¿ÛîÆ€æ¹ÈÖNž0ˆ!\—¢ÁÜÃдj„Zg CþÂèeªÔÒô­ä9ÌO:Ý8U€æbÏ0ÝžM_ k×^Öë–Nƒ–ˆSkÙ ¾³ò` V¿À °ËfÒšZ/O¼“ͧøôàC»ž¬$]ö¼„CºBà³ê^ÏhÀ}uüóFÖÿRGÖ6]Õ£~ù:ã,‘ü$‹ü ”‚°€iÊ^IßižûxUöšç‡×Eöù09*>‚!8hÉ`R²ÂGGç qY®lÌÆI«H-!~÷…¬WBPÏàÉ6ËŠ­ ¸±Ÿý:N½FÕí´ÏÚ¥µFQ£/¯@ ;0ÌÛ«,´i@F§‡hm§:Á*ņy*¨†Õ`™*¹^@—áà{SëN¢ÀÖ}mâÎý²tOç’ö‹%ÓÃG]놔ÝMß²óˆ%}=2Ê™L>Ôñ¨[ù&„߬£Ô{ª+£ † TR¡²ƒ© ÕLz* b5¦3GSÙ]ø¥¯t'<Ï/qÑÙÛ3ŒƒPòÛÐæ·á$¿…tíÔh=Å„xÄIs8D5M èÚƒ`Hr‚ˆzF½R]Gꊯx/²Ï°FT©?QY9:_›¾`+ P¥ôµJOg]|,8ƒøHĊɘ!ðöLº‚$0ü–G£eœ Däà‡:«êqÓ­# äë}#K¥0‰1Ë/[†ÝØN;(O%åÀ1¦ùe÷ìνpÁÊV’ã̸‰ÈÜŠ%MpLc›x=Qñ'%òÛ¢‰"W üñ ù¤`:-Ÿ’ÈÀŠ5Æ^Y1×.â$)¹ñœDG }›º†3u ªÇ®ˆ6nLÿxvix9ø÷šb®ƒÚèN•ÕPÜÑÔi1/äBâ„æ”C⋙ŶÚå0BY9xä–1)ÐEQ?’Ø“àI(åF,LI&²Æñ Dò@ª8À¾;›F¶"­ugxƒHsI•€œ8ØÐΓ‹ápÑÕp„ÇAîÀ- Û¹†M—= ËýôøKt„CºÈz‘(-qBßQO—ó£l ,d‚U*b%üÛ_ ÉÓ!l‡{¤LÔ½G{@¾ô0&éaÄ‘[±鋼ÿøõû‡·oÖP ì>~øô¹/wªŒäT5d‰«ñ™­’³ƒ?«xê½)J̶´ þ‡£¨’{D6÷À'éÎÐâ ®ÀŒ1Ïæ½,‰VM1E3.cœ”íž‹/çâ »—ê–ü²8‰-h#:)†i".ŒgâÄÊCœ>–­®ž-‘²å¯¸‰‚Ìí§vú/¶ÁY*‡lXÜ[QÒ¹¹SN\ÅÉ/ùdâO2ƒ|zýÌí=àôE˜ü8Àhg@’<&ŸJã™Dˆjxæélôh ¯¦m5þÉÞ uÔÕÙ³ìÐ6‚­÷`9•â¥NlÓ çŠ%4»ír™ùë£ôRËy½0‘ Æ®l_RïÔ6=Ѩ£$SLü(Úoü)ί›J˜Ÿ¹Õ´åm­/Ýq¼æ¢á?â9©GQmÄ]¡­´zœ¥75vœ@b,ñ³ÒvD/êÆ½P ÁïxDy¬l Æžg·œ¨n&¼í&‹•Õ+`9¤¥ ?ËÒé8No&IIx›Dà Mºu–X©hþ|¾lˆ‘:Ð2cëNü¦‹OlrßÁ¤iže7vN<0§ª=<]RÏëƒ}p’r¾:YÛª‹I/Y^´\e•s~˨œG Ó”ŽÚº×í±Mâ•MKnº1U6½êæR¶-õ&*¾û Ã-üî _‘˜ôÕ¢üPR*TI›mS®!ÀÐõFê X‚†œB"*£aZŠ]øn[R%w;’gÛ0Â.  H¢‹•‰Å“]ÎåU˜=͘zIÙ…l;L‡–Øp,ΕN#l<ñ.Þ:󨥕“a<ÁRâ,ѰãU6‹Î “ôlj°‚cz—8–WRŒö6»#z¼ÑcvAU5%\víáĹ(#%lF>/kù‰´ûÉ*'w)ðk*Úš$~}]q5œN:‡Ô¨±qÞÍçØ;1vÙZLÊŒ‡,í3êüvQ?Iß! nûNŽ>ÛÑ £fO°”@¾h°¯R¶§Õ¾H“Þ¦2~šì¦"½(òÓÞ,nTU³l$tÃKíkòe'¾úa SÌÓ7‹<½)Šiº®®#‚n·ó"G¢ ¦TF¾n,ü¶çwS¾ÙîüßÁŒq’Nþ>/ úÀí¸{‰`z¤ì8'MÆò9±Öœ$7ŒÀœ0"TãO‰óØ 8L¬SIâ±QÀ16’aœÞRø™hn2u€ì5#? gÉMÃÝÃQ/7úd­ÛÉÉ—r<¸oqUpíLP-]½`tÅè˜[,¸ Îjœ«üö56”ÈËLbS/„8÷‘9÷a_xWž°·%‡œd’ªd˜-'ÖYv@* k>5—Mßðc|aÀÑü¹ÖÍ^ËÍê¹ÂëÍ›³#ØK‰ ËúšÃýîïldV¿C* £‹©u~F}fôcØzÆÂÃkî7³ïWð1æ•0ø¦¦°àÑoQK ŸÉ=Í[Z|Ã1ÂÜOjçPž q[c—௩?’qçœM×uü;¤ã³5ìäõX¬9€ ›Ðýþ6Ÿå´ü,7}÷äeÕ–Q4«1abVcFò” ¿sMDj5j“2 ‡6»¤äÛ̲y#¥¯ ÿŽçâ`“ÙÅÉúz"ÏÎ)–úZôÒˆï+™$µà`†»A¨<ödÃEÄyê^Dœ»éNrq–eîI#Y~>r(ºÏGüH‹h³SeÎø—4?äTר2 qÓöœRaYC:‰tÕ@D/¾›º=6å•òµ9Ï4å‘þô²G¿­¦ðßt½às06Ï’¢ï_cðq6>ùÌÞ\²¡E~/ýƒgEkœß¨u,5«KÝÉÕÌiÌì i|:ʤ+“Ù‡žÛ÷9˜sÛ0RúŽ;f“¦“ôÈÒíYMOòÚ‚Þ¡¤X¶‹„Ò.ž ÌØ“iy~.?`ü;›ÝÀ‘À,?€gw S³öÒêø—xP‚v€â¡`8ý{D•ý^þe`\Ö#ž®äƒÃÊzp¡yë%à4Ñ«`Ûÿ#ÈÜ6BlÛ€g.Ä®}£Ë^V+Æ4AnzŠ+Y|ÂÛ7CðòZ¨dG HÁ(=ŽÙóˆRÙ®ÿ²b.X8¸]îm£âÿë`è—:"­óNüÿ//<|¦¹±ô’IàYþ¿ü›äú2P’ endstream endobj 763 0 obj << /Type /Page /Contents 764 0 R /Resources 762 0 R /MediaBox [0 0 595.276 841.89] /Parent 717 0 R >> endobj 765 0 obj << /D [763 0 R /XYZ 56.693 815.761 null] >> endobj 766 0 obj << /D [763 0 R /XYZ 56.693 738.489 null] >> endobj 767 0 obj << /D [763 0 R /XYZ 56.693 464.817 null] >> endobj 768 0 obj << /D [763 0 R /XYZ 56.693 405.309 null] >> endobj 769 0 obj << /D [763 0 R /XYZ 56.693 362.527 null] >> endobj 770 0 obj << /D [763 0 R /XYZ 56.693 319.746 null] >> endobj 771 0 obj << /D [763 0 R /XYZ 56.693 300.876 null] >> endobj 772 0 obj << /D [763 0 R /XYZ 56.693 282.005 null] >> endobj 773 0 obj << /D [763 0 R /XYZ 56.693 263.134 null] >> endobj 774 0 obj << /D [763 0 R /XYZ 56.693 233.025 null] >> endobj 775 0 obj << /D [763 0 R /XYZ 56.693 203.539 null] >> endobj 776 0 obj << /D [763 0 R /XYZ 56.693 182.611 null] >> endobj 777 0 obj << /D [763 0 R /XYZ 56.693 127.875 null] >> endobj 762 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R >> /ProcSet [ /PDF /Text ] >> endobj 780 0 obj << /Length 3058 /Filter /FlateDecode >> stream xÚ¥ZKsä¸ ¾ûWèu•»GOJª=í¼6NÆvRÓ›­­™=È-ÙfF-õè1“ί@%ËWrj$AP{΃ã9¿\¼Þ_¼z{N¶ËT œý½£‚JœÔwaâì ç“{“½®†nûó¡×MÝm¶Aì¹ošú³çC›#•ˆûMê¹MSmþØÿøo}—Å1±ùµ+Û?mâØe×y=äf&Hà;)H B” J‚]â‡Î6Þe ˰(IÝWôE¸îâÝþâë…yŽïÄj§²ÐI2§¼À9/>ýá9Œ(»(KïfæÑ‰}o„ Ú•óñâï+Ã{^)j—…±“DÙÎ÷‰ôבA9Ÿ¶±ç¹ï7~ì6ífªØÍkì©Ó•RvÞսÀžr?AøóáKÝl‚Øýä‡òXÖ}ôˆæ Gœù¶,ôÁ(ÝL¸„‘,rÿÖ– ào¸aIsûGnì7aìâvÌëžví7¾û¸Ùú2Ÿd~y]ùô„±®§ ÐÐ~´S*ž[{<-š:¯*j‘°Ñ w]Ÿ×îšÍÌ„¦fJ‰¿e~xœSF&‡¦î[}· m©ë…™·p3b?à»Â‡UWXX$NIaœ°i€rUo"¶…½óVçuOãK¹jØ3ƒÉ¼*qß6‡†¦Jcw¨óªY 5æ¡éºåýJ”â_=‹Qÿ—™è'Ýn³Ua(bÐH=ïʶ£M;ĸ+Åò€òëÀ:ÅÃU%žÍ˜¡eóÕM?Ú±Óû§¼íŸ1ùÌ­DÖ…}Ô. 26Ër½j ·eUö£òU}²ËtU±‡ð]]4m7]QÐVè{îÇA<5_asÌÏ‹cßñÖº>TC!èzqäë¦ÐieÂ?6¾w¶í€õâXùT4?ùÍúÉ›…,mÙS€x¢ òÝõº~X³A3?̵Ŗmçë&„úÐ/Ô0‰õ]÷+®\!$³ï.ŽïÍ/îí .î“ Ã$—·-lÅ”·º;T¹>‚Q CØ2L8¬viƦ¸2q×—¸ìÏ,‹}Û²Da×訡ãuî[ˆ~ÛcÞÃÍ'J7 è5LÍO§²†`'LúǼ§ÖWH¿úþÌÓxÔÖÔEޞǮœs‚o"o®YH·+é$+Á&ðg°à¤É)2”üH-öñÌh Üs3/Mææ=ýÂHK­æ$N˜A4ïôC÷Ì­kŽØRâe™$ ŒŠÙ¹“Ùåk2£üÕK¯ÂK¦ŒpxÛF˜éÎH*Š5ep€ R Zc2rþTî:4*¸g4dM×½;õ,»àdsYl>³˜lÏ1˜ÙïPÖ/‚`]bKªi@2oWø]+¦y³bšÇÅ4øeT-v4Þ‰Ñê™7.þöÂ;ôb2²“¬ü¦=¨±¨¡¢Ì"<…ˆäô‚2úR¸TÊ:ö¦a¯.…Þ(RjzÎyär•<‡‚©’[-ëÖ$|ª^Ÿ*fÞ ó`<ºkndË­”ЭÁ/g39^ú…á0ôݰ)u‡þtB6qQ&ô©ºKÍ\“èa¬ºS8+‰@"3d VÀVÍ­Àz*¹Ð÷Èô¦hºÛ0Aò/(7/9s1 › ƒÊãf[,?®\«Ù{¨õ×ÓïÝyLÍcmJ6åèR*ó’Et9¯ÐÁ[$ÇrAw¹Hðt~ä÷¤kÜÖä÷yJ[@‰‰ƒ@ ¸… ¸élšgHý¿¾®¨¥¬L’V„XU6©HTëÆBÉŽ>u\Áa:…!+¬Î‹]/à"e(0N…8;ZBYU•’*íÉü6]»tý⤳‹“-ù¤V}Ge­æl—¯6VŽ@°ðÊd£]™É™#ôb;É 7ÃëžÃ`ÌÕ#œ=&wìLŸÉ¼Ø®bÂõÌ£¯_Õ4í™?Á Ñò¹Ë‹æÕ™| ‡­$d¤ƒ|¤’N™äÖ¬(Ç*q+)ÓO£* æf—A_Ô¿Ë'Tcê©‚È”g×!aèé&Ï} 4ïpy*æÍjÂK¦ÞÚ·Dè‚ ‘­Õu©h¾¡YŸOä Ÿ]M}Ù·“—aM5bÍÞ½Ù_ÝÞ|$´yûþÿGò 3ñ¢§¦¬ˆÄCSU¼‹éƒ•|Ic.Ö*‹ñ ¥Ælœ' UÍAj<©ñ„@ã¤Æ3*ÅŸTY/½4žÐu¡·kæø8˜›àÇT”ï¨mò‰/ûak|û`Ç\2_.™/.¬a—ó¢™´ „1-ÓÆŒ,ˆ§ÁK¸K'»É±Õ½'s\Rê[Tog<Ï 7V‚¼«ª‘J§˜ÚÂò,åh¦XïÁñç X¿ƒ{t”¯YtÀ1¯¾àk¶íVzo–8yÝw'P@÷Ãf2a).¾´¹)ÕÃHNt± ’ ë}¬äÁô޾l*º*™[ÀB‰ù0~“ È;¢SR½}PÀ§8»JžÁ–KûâLzð ïÚ<†×á`f6ŠMå³J6^+û‰Ÿb¥O2€2ÏÒÛ‹ÞQ ëƒU–ÊmÌæn•yÏïC¿dÜ4›"C6Wz¸¿©· Ó€ºð8ë˜ã8éê‡(AOr‚ùеÔDÞÎSÙÿò‡šÿ?¿Ú, endstream endobj 779 0 obj << /Type /Page /Contents 780 0 R /Resources 778 0 R /MediaBox [0 0 595.276 841.89] /Parent 789 0 R >> endobj 781 0 obj << /D [779 0 R /XYZ 56.693 815.761 null] >> endobj 782 0 obj << /D [779 0 R /XYZ 56.693 759.068 null] >> endobj 783 0 obj << /D [779 0 R /XYZ 56.693 731.009 null] >> endobj 784 0 obj << /D [779 0 R /XYZ 56.693 699.128 null] >> endobj 785 0 obj << /D [779 0 R /XYZ 56.693 679.203 null] >> endobj 786 0 obj << /D [779 0 R /XYZ 56.693 659.278 null] >> endobj 787 0 obj << /D [779 0 R /XYZ 56.693 399.769 null] >> endobj 788 0 obj << /D [779 0 R /XYZ 56.693 198.079 null] >> endobj 778 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R >> /ProcSet [ /PDF /Text ] >> endobj 793 0 obj << /Length 3263 /Filter /FlateDecode >> stream xÚZKsÛ8¾ûWè¶TU¬áûqôNœÄ;‰3k+›ÚÊÌ"! ŠÔðæ×o7º‚ÍîÅ@£ÑèLJ–ÝÕÓÊ]½½úûöê§7‘»Ê6YìÇ«í~û›8Y¥^° ’Õ¶\}qîó¡—ÕÐ]ß½lên}íG®ósSÿæºþÓÐæH%âvºNÓTëß·ÿþמ·É¢ˆØ|êDû·u9ÌàC^¹š x«$ˆ” LüMâ«ëh“%,CÀ¢$u~¢O⺫ÛíÕWl䮼Uoâ,X%™·‰]U¯¾üî®JQ6a–®žÕÌã*òÜÄЮVWÿ¼r'ÊðW0œD™ÒF”mâ4\%a¶ñܘdI6ëë ›5œâíÛ‡Û·7ë Î~÷ñž¤û|·}G­»û×·¿ÞŸû-­}×ùøðË#ŸÛÖüµ¿É2>á&ˆy¯ÒUÑO²2ŠöœfOýAáuS GQ÷DnZ¢Êž•]ŠV®ýÈù†€µ½È<áYöf <["vâ”Ãõòy]YÖ¥8 øCÛyNÉ›wöîÀsíaçk÷Š¥©§Òi«É©û uÓTÀ‰§í—ÌHMNœ®oÚüIÍL™a┲ë[¹C>ƒÖUêE)‡£’!sdGÄLÏs*QR7¯‰Ão¾äOO­@Ý<­QWh!Í’{šÅZ.Í ÏxnåÓ¡§±VtCÕËú‰fìÛæx±ˆ.ö72’X‰S7=†ŽDƒu Q*y”ýÈjA5Õ(uýÀQruÔV&ãû,,£2~ dعåæN1<7êâ¡ÿ|Èû°2&YzWsïÔ=‰$G§q=çóAÔ3–é"ÃN3.ª¡¥îÑ"uOПßÑ«%}ôÉù^¢îØ®ÊF=k,ðtªÎìQÍij\Ûìƒ)?˜MKÅ«²8ð„VÌv†µÇNT_|ÙYŘÅ×(tc”’l² ¥Üál7âÙnYÿ–ƶëÄuÔAþì‰ÒŠ?Ù ¾& ¨Mau' ö4 ôQZ‡1Ôª,ò]%xËÆlÝ1 H žÞL%‹Ì9Ðu½é¼|i&1¢ý#ð‡®Ó•áà&5/9äÕb|QRd!óÎØJum@¼4;0j374r‚õsýÂ4[¿<똟ilÇÛžª¼PÖŸ…(3ôX‹U§åT>‰+ÛBJñ­Cô“S„¶†€F{e½öAȧT¨Mµ÷BCT`mSË‚û`(£ñV´eÊáÆ/Î4¹Ÿ1µ¤Åa=­&Vó-÷M{„ðº±óõYvbdˆŒzÇ¡caÀ2EÎ'QÊ…ï©•u¯4þ‚”JÓ *½[J·ñùÐT/„† € Ú`›4fwMllnîß@ã¿Àm»Àwóº3Ø!‰Ið-ËIˆ5êÌI¤2+¿Jî¡¥® ¾Ç¦”ˆõ Åäi£khðÜ E×Ä‚œÆé ± W36Q“‹þ ‚løÃÛ?˪ZŠ'È9&Ëj ýY†²áǺÐ%„‹DºÞ,³‚4ö”MÀ÷ R¯ÞR¸ßP7Å׺Á]Ÿü¤. Ãwœ+ b5å5<Ë(£Œ#¤d‰3ÞI|å­uJÜc‚GÕ|7rèHâ±ô‹Îñ+ÄpÑÚ¸Ú¼–UÚÄQw ñ¦w³Š£˜õÏ'8O¥ß,!¿ß>ñ›Ð~/==šˆûý(*È4*¸}øpwÿ¿¢+˜†:o‡1¿IÂÄd¨u)CB€½Mè†> MèDš2å0¹¡öµp’æ¡G ¸'îç± :˜o×U,Þ4"Ec„PÇ'l±ßm(2Þèx«˜÷½8žú%Gi,Üh=çšÒTX$MŒj°ÊjP&Æ_¶4ªyÈ’—šËhVùÐ7GpË´A0Ðh³•ÙÁùÏ3~ˆ¸k¾tä©/÷e•%Fe¯&©+P‡Üñ!abÓ¼dzN’е¾,ñBØ4òƒ9íq*ä•nê5˜Þögcœ/T)lcîŽ0RU4ï@õ;†"×Ågx«i/Ó›Æ.{]~æIù¾=@b¸7µé¢ |hZ1y­“ý~Âê<ÏBÐ! FwôIãQ%õÉVRÆ 1 ÈnŒh_YdÝxÊEdDƒ`¬ÁDÙ”_&8]åpš²XJgûérž”ˆVjøºPTº(\û7n7G-ÚևΦÅÄ0J øÍ§í§‡[ÊÔ·ÿº{düHÝoè»}wÇ”÷w?ßÞ?Þþh=j¥¾ó^•Ôzlö½ TÛÇ1<[†£Ýh\Þ…ÀŽhŸÛØ©Øzæ|¸ôèÇúõ¦Ìj(™Ïj²¡ñöþÓ\( ²- Æ÷hf€U¦C±j5#e³dƒú”¦åVy•'ÕàZª˜ ßN%6èP- ˆ'Ù*< mª$¥:dørUF÷ÌÞE½#»L–êŠP  {²íÅl³Rô¹¬¦›åeÙ2Ž› !$¸#5Ì«hêB´X“ZÒŽPùô ŠÆŸ™¿®të—«ÕþÉœ|±ûžçÒϰ|1"ßæ¨ñ Jf…üÉsO”`0æ8 ªÄDÛkÊi'ð ÀÕ»tq“z8î@‘Qä`ý%ð©V`ïjÕðGY,†Ô¥ºV5n;Gø{§ÚŒ}A£Sq\Kwž)ÝyÖ¡¡ƒ%•×]×®³bËUšÄ¦Å“~ÖE¢úJ0K4üJU»3(3ˆâj0†’ú )÷MUÑ“ŠlÏçJ¶ÚœJƒˆ$jª­ò€ôÃ#ó\ ÊJ»~j)¾$ÂTw>Ù°úîé;*:ZAK ÇMø8Çe¯ÀÏ8šŸhcªÃ¨  6á9}Ê —eÍYï ¨Añ [Ó ªÆ&AÌ1‚H·9,`Y«Ô› ë  ¥6õRÇbN´im g“¨6½hÍ‹:v'/Z]­]ŽG1V~š†ž³ž•õ–ö™<¼…s½ZÝQµØQ…’QjKµØÝµœ‹¿p¢ˆ/²Wì_*:#Â7±Î9ñä:èMüžæåýôáÞ6²ž‹œý%,*™ŸþýC?haf¹%ö_®)̘ï˜þÅ«—‡ 6Èfÿg’Ò{Áx–õ5{]¹ÃšU^bF×eûr‘åÄQYçдò/š 42¥'m8“çÆã}Ó~ïדb–þU*t7nœý?ÿ)õk$ endstream endobj 792 0 obj << /Type /Page /Contents 793 0 R /Resources 791 0 R /MediaBox [0 0 595.276 841.89] /Parent 789 0 R /Annots [ 790 0 R ] >> endobj 790 0 obj << /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [72.573 194.226 109.335 205.13] /Subtype/Link/A<> >> endobj 794 0 obj << /D [792 0 R /XYZ 56.693 815.761 null] >> endobj 795 0 obj << /D [792 0 R /XYZ 56.693 738.489 null] >> endobj 796 0 obj << /D [792 0 R /XYZ 56.693 590.597 null] >> endobj 797 0 obj << /D [792 0 R /XYZ 56.693 430.75 null] >> endobj 798 0 obj << /D [792 0 R /XYZ 56.693 235.038 null] >> endobj 791 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R >> /ProcSet [ /PDF /Text ] >> endobj 801 0 obj << /Length 2590 /Filter /FlateDecode >> stream xÚÍ]sÛ8î=¿BogÏξeí=¥nÚÍM“ÛkÒÛÙi÷¶é˜WYòê#Y߯?€eËQZÅöfî‰$ €à‡cÝ[ŽõáìíÝÙ›÷¡c%vy‘u·°"ÏŽbkìú¶[wsëËàFÔ•Jërt1«Tž•Ñ:ƒIž}uï¾.B x7;ƒe0UfKì\Äþ×'g×=JæœúRZ‘xÉáb5PM°¸·¨ò‰Èq@gõ@Ÿà‰Â!^/ÿ$_omã;Ô¬/£ìø«q¿æo—ŸzbþósOÌ›‹ëË6fè4¾0´}(O`mJGZÁ¡bç„Ë <…2Ú”ŽTÆ¡bâAlG&ÃøE+Uâñ¤ŸUR¶ùc¼{8PaBÔ vÊ^xß7-L˜À9ž2W%ž}ëJöc;ć7ÏrÀ]»ÕU>W‹MOe,ûê¸Ù*{aSîÖSyšÈ©’?ŽOálmJG:Û¡bâl>”ÐÁg’bÕsmé–à€¥zñÃÍç~ˆï Ù“¤9ŽÓíL¯!&÷{™ÿ›.PöFé.×ö¿?¶¯‹Š¬§¦¢êëGrìKžgÞø¾Ô¦t¤/*Ö!¾ä…vìr*¿½éµÓ͉ý©¿›Üæ‹êQ}鿍ŸzÌøïß7t}1Ú‹EÖs»½ÊøŽ¤ß<ùå…ν/Í¡þç§;Ž 'ú8z‹Ð‘~~ P‡¸¹zHÆæÝ¨ç’ò w?dHêð¢kÞ•qásÊó~öfâÝóÊÎOb;ôÜc®ìöʧ?ZxAý8²Ã$¡½â‡/º…ÊÞ lˆûrçÆmû Co£Ië„¿ÂÄΠý:ÒÜ‹bTýá˜óæßZwoHÑ<0±‡#šÛ"ˆöÈØØØ>?¦*cüÄÒY¸ï«žùñkß±úa¼Säå{”Ž‹G‹u@@òC âÿ3½ÓÐÞ¡ëyèó‰Ïý¢ÊÕí]ÏâçË«ž×¼wWw/o_˜MýJ~Õ|ñЭß ÃuO‘äïQ:ÒÙëg ƶãðçÃcŒ÷„9û_`ޝ™Þÿ%±a{fèaÕ®û¯’ixŽ=vv3ȼõFOÞzÒ•i¸‰°º…«Ÿ×ÜÕäåz’;Dô+Ä‹<ú™¢±Ì7ŸŸqWS•™?_?!GæíWW {Ô¤ð_}|jºèó$Vé› 5DZÉ"kýWcù+Æ(kUu͒ͽúùU;‰'M;OÙ¡k~Y”æÍ9« ’Eé¯k¡³û³lÿ‚Zù}!VÔ˜ås=w ù(M*:Vóæ#ƒ%=‹Snfžº÷Y¸»¿±DšJÅ|ô0óéPËl™+“ý9˜Ô“®ðÒKÿƒ5?fÒæo”î§o¤;¿5ã‚*2“…QÎ/æËkèì|³j}V笪!¦XþÚÌÝÌ´[H»å½]ÿ·Çvè&ç¥ß·ÿ0Ôño endstream endobj 800 0 obj << /Type /Page /Contents 801 0 R /Resources 799 0 R /MediaBox [0 0 595.276 841.89] /Parent 789 0 R >> endobj 802 0 obj << /D [800 0 R /XYZ 56.693 815.761 null] >> endobj 803 0 obj << /D [800 0 R /XYZ 56.693 738.489 null] >> endobj 804 0 obj << /D [800 0 R /XYZ 56.693 512.888 null] >> endobj 805 0 obj << /D [800 0 R /XYZ 56.693 479.05 null] >> endobj 806 0 obj << /D [800 0 R /XYZ 56.693 480.51 null] >> endobj 807 0 obj << /D [800 0 R /XYZ 56.693 469.551 null] >> endobj 808 0 obj << /D [800 0 R /XYZ 56.693 458.592 null] >> endobj 809 0 obj << /D [800 0 R /XYZ 56.693 447.633 null] >> endobj 810 0 obj << /D [800 0 R /XYZ 56.693 436.674 null] >> endobj 811 0 obj << /D [800 0 R /XYZ 56.693 425.715 null] >> endobj 812 0 obj << /D [800 0 R /XYZ 56.693 414.756 null] >> endobj 813 0 obj << /D [800 0 R /XYZ 56.693 368.465 null] >> endobj 814 0 obj << /D [800 0 R /XYZ 56.693 369.925 null] >> endobj 815 0 obj << /D [800 0 R /XYZ 56.693 358.966 null] >> endobj 799 0 obj << /Font << /F50 243 0 R /F51 244 0 R /F52 247 0 R /F74 437 0 R >> /ProcSet [ /PDF /Text ] >> endobj 817 0 obj [500 500 167 333 556 278 333 333 0 333 675 0 556 389 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 214 250 333 420 500 500 833 778 333 333 333 500 675 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 675 675 675 500 920 611 611 667 722 611 611 722 722 333 444 667 556 833 667 722 611 722 611 500 556 722 611 833 611 556 556 389 278 389 422 500 333 500 500 444 500 444 278 500 500 278 278 444 278 722 500 500 500 500 389 389 278 500 444] endobj 818 0 obj [600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 0 0 0 600 600 600 600 600 600 600 600 600 600 600 0 0 0 0 0 0 600 600 600 600 600 600 600 600 600 600 0 0 600 0 600 600 600 600 600 600 600 600 600] endobj 819 0 obj [556 556 167 333 611 278 333 333 0 333 564 0 611 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 180 250 333 408 500 500 833 778 333 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500] endobj 820 0 obj [600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600 600] endobj 821 0 obj [1000] endobj 822 0 obj [556 556 167 333 667 278 333 333 0 333 570 0 667 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 278 250 333 555 500 500 1000 833 333 333 333 500 570 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 570 570 570 500 930 722 667 722 722 667 611 778 778 389 500 778 667 944 722 778 611 778 722 556 667 722 722 1000 722 722 667 333 278 333 581 500 333 500 556 444 556 444 333 500 556 278 333 556 278 833 556 500 556 556 444 389 333 556 500 722 500 500 444 394 220 394 520 0 0 0 333 500 500 1000 500 500 333 1000 556 333 1000 0 0 0 0 0 0 500 500 350 500] endobj 823 0 obj [667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 778 722 667 611 722 667 944 667 667 611 278 278 278 469 556 222 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278] endobj 824 0 obj [611 611 167 333 611 278 333 333 0 333 584 0 611 500 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 238 278 333 474 556 556 889 722 278 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 333 333 584 584 584 611 975 722 722 722 722 667 611 778 722 278 556 722 611 833 722 778 667 778 722 667 611 722 667 944 667 667 611 333 278 333 584 556 278 556 611 556 611 556 333 611 611 278 278 556 278 889 611 611 611 611 389 556 333 611 556 778 556 556 500] endobj 825 0 obj [500 500 167 333 556 222 333 333 0 333 584 0 611 500 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 191 278 278 355 556 556 889 667 222 333 333 389 584 278 333 278 278 556 556 556 556 556 556 556 556 556 556 278 278 584 584 584 556 1015 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 778 722 667 611 722 667 944 667 667 611 278 278 278 469 556 222 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556 500 722 500 500 500 334 260 334 584 0 0 0 222 556 333 1000 556 556 333 1000 667 333 1000 0 0 0 0 0 0 333 333 350 556 1000 333 1000 500 333 944 0 0 667 0 333 556 556 556 556 260 556 333 737 370 556 584 333 737 333 400 584 333 333 333 556 537 278 333 333 365 556] endobj 826 0 obj [556 556 167 333 611 278 333 333 0 333 564 0 611 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 180 250 333 408 500 500 833 778 333 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 200 480 541 0 0 0 333 500 444 1000 500 500 333 1000 556 333 889 0 0 0 0 0 0 444 444 350 500 1000 333 980 389 333 722 0 0 722 0 333 500 500 500 500 200 500 333 760 276 500 564 333 760 333 400 564 300 300 333 500 453 250 333 300 310 500] endobj 827 0 obj << /Length1 754 /Length2 636 /Length3 0 /Length 1155 /Filter /FlateDecode >> stream xÚSU ÖuLÉOJuËÏ+Ñ5Ô3´Rpö Ž44P0Ô3àRUu.JM,ÉÌÏsI,IµR0´´4Tp,MW04U00·22°25çRUpÎ/¨,ÊLÏ(QÐpÖ)2WpÌM-ÊLNÌSðM,ÉHÍš‘œ˜£œŸœ™ZR©§à˜“£ÒQ¬”ZœZT–š¢Çeh¨’™\¢”šž™Ç¥r‘g^Z¾‚9D8¥´&U–ZT t”‚Бš @'¦äçåT*¤¤¦qéûåíJº„ŽB7Ü­4'Ç/1d<8”0äs3s*¡*òs JKR‹|óSR‹òЕ†§B盚’Yš‹.ëY’˜“™ì˜—ž“ª kh¢g`l ‘È,vˬHM È,IÎPHKÌ)N‹§æ¥ ;|`‡è;Gy¸¸hCã,˜™WRYª`€P æ"øÀP*ʬPˆ6Ð300*B+Í2×¼äü”̼t#S3…Ä¢¢ÄJ.` òLª 2óRR+R+€.Ö×ËË/jQM­BZ~(ZôºòË!”ãÂôŒ“S~Eµ®‘¥‚®¥ÐpCC3ssÓZ…É¥EE©y%àô ?-Œ©©©É\7¯å'[·dMßÖ¶²Îuñ…U¬úœ?O¬}y“ý@ÄŽºÙ™)µÁ¦óÓK–¼Zøhkßañì‹^ÉÖS…‹¶HöúõÄ}Y$¼fkׂeL÷ëݯlîšÆûO[ý•çá°sZI[í/z<«SYçæåú<óR^8E-Þ÷ýÞ5n!­ IZJRæ7W°ße¯¼ûü²ü§õÓÛ&¿;{ËÇ3@¼Ø­KýbšwÒ—ÄoO¸bÓÊ.^Ô|æxðÊ‹Gå)ü{öGW¼‘íPjWýx$xYÅ×®:éêë§ ØÅ/u¼î]øµÆŸ“k¿¬ÓÑ»·¤ßßà¾OÖGæÄcãŒßR'´ý¦‰¤Ü3fÚôl‡äé¬'¡×¶ÿÁ.µ´îDzÄì9ۧȺ¼©*\¾Ûö{¨xo­ž÷¶‘ï—ì>Ì}m·¨¡°ý•›Îý?çsúaë2ò-ÝúmÚŽŒ¾×úâOßšœ¹vÁ}Éã†\ɹ5±Û¹zýÝþ±õ|z¯ûh¹à-Nf¡]ö¸8Žã<¦¾b/Ôž‹\¸Á÷ª-¦úù SŸU¥Þ³ì¨]¾¤æI‹FÛ-ÛÖ§Þê=yìRIú¿b]xÒ{ðá­¸ÿ„_Íx51!Q>áØÍ¦2‘ÛV|¨¨fyÊâSV÷)UË~Æ% ;CŽ©f3´/˜ßy3YéÁ—™lïyRšû'=}è–035«WõeëtE^ƒ÷m-Çï1î½tz¡ÓÂÍ%\ÞÅÚõÌÚÂg´V[|ßÖ­×;®7O\Ïm­>ûÚêGÓžˆ­h˜Âàè|à÷¶4¥‰ª-fºi ÌæY3ê2è¯ÿlõË-k~o“B¬ö£=ª¾ÈJ&oˆÛýÕýØ=¡à•ÓJ&^U›.2O endstream endobj 828 0 obj << /Type /FontDescriptor /FontName /ASZHDD+CMSY10 /Flags 4 /FontBBox [-29 -960 1116 775] /Ascent 750 /CapHeight 683 /Descent -194 /ItalicAngle -14 /StemV 85 /XHeight 431 /CharSet (/arrowright) /FontFile 827 0 R >> endobj 829 0 obj << /Length1 1606 /Length2 9833 /Length3 0 /Length 10658 /Filter /FlateDecode >> stream xÚ­teTœÝ’5œàNÒ$¸CpHp·àN°éFww'¸Cp×àîÁÝÝíã}ïÌÜY÷›_3÷dzÖsªêìÚU»NQQ|Ua6% `(3+@dmä`/Ë1‰@¬L¯FNT**Q; !‹B|   @ h `g°ñòò¢RD!6.v 3s(€VMYƒŽñŸ–¿BF.ÿéy½i2¨_Vk ú ñ¿¾¨ æ@€)È Uüª%­  •TPHÁ@;C+ÀW#+1@d Ûé¦;€Õ?cØôWiö̯XÂöC€½ Ðôz èl ´ùËŰÚYƒìí_ÿ {€™!úÚ([9˜üEàÕn ù›ä5ÂúÕ÷ öbµ7¶Ù@¯Y¿ŠIüƒ'ÔÜúWn{Ы1}4;üUÒß¾W˜W/Ô¶@Îпr& {+C—×ܯ`6v ¿i8؃ÀfÿdÀ°šÚ™Xíí_a^±ÿêÎ?ëü·ê ml¬\þ¾ ù;ê¿8€ ö@+SfT6öלÆÐ×Üf 0*Ë_ƒ" 6…ØXÿa7q°ùOŸ#ÐîïÑþ53t¯$ M `+€ ЕE}M  ýß©Ìüïùß ñ¿Eà‹¼ÿ7qÿU£ÿöˆÿ¯ïù_¡%¬¬ ­_à ðºa 9À_;æÿ‹5´Y¹üÑÿ¨üÃÿ DjøÚa°Ù«¬Ì¬ÿ0‚ì%@Î@“¯ ¨±9ÀÔÐêµGÛÕÀ&@;+øªåßm0±±²þ‹OÕdl þ«éœÿpÁ&ÿÊüUž¿y³¨‰kËk*0üë6ý;êë«êPU›WbÿQ‡<Ää¿aˆˆ@œnLŸLìÜ<.67›Çÿío¶žå ¡v g€Îkɬlþß?Ozÿ#6†˜ü5%*PC°Éë`ý—á/·±ƒÝ«ž¿õׂÿóü÷ˆÎ@cÔùˆ1¿¿ERj2´’0³oDL§«ƒ ¾/À¦ F5/Ç»ÒÊ[bðXÀ\;Æ÷Üè2½oó´)C¿5ÐA`EÓž<Î&óøH×™ƒ½DÝÌͰåË¢_€‘| îv2%·‚ ÍŪ¾µ6¢¤¬Ÿÿø†|¬ù“òÉ ÷GÇo<ÊkLOãÄê(ü¬ZœÊÜýê¸Ý›kšžÁþ¾Þö3ÄÎMR†Œ(*~G ê0oÛ RAmµ·úé픡+¡V³ö>ižK®Å`¶`þ¥’>'cÂó]Er´~ˆR…ᥫogÜD‡7IOlóºO­)u+ÅyYóžd܉ƒÌþ7²…OX»Ÿ³’ÐMg*û"¤C"Ò;³"`¡¨Ý;׫k(X"RÃlþ0­¾'! Oiñê{6j´Vxò_)a•;Rb¹´u&ó–&0£âr¦áWºC§÷#)Ìö±““úº/µùiP“N2»<ç·Hª9õ^ûû‰·lE\‰*ûhÐo×ð«x¶mßMõ+—o ÀŒ¶ÿÖìwÔÁÕÔ3Ã+hâ/»ŒP÷ Ü*ò±Ž¹}[ç×%q9£òƒ3üÔ*¸Ì·h¦N×üžª`تŽ?5jð16ô5å½wÿ²ƒôˆônYC= Ãÿ4‡Ô]à+nÔôpdäÃ¥Š4Îp4òöwh¥¥1⟖AÞ4¡ájŸQ,âú‹3A^œ2ÙÜ+ÑEªžÏÃÓæÃÉÉ.Wå}… Çø&Ϊd—ÆX>ÎÈO< "¿BªVqÐ-N]8ËÔŽuG¦{NÓ*k÷’¶wŒD‰Inöx>›ù bª˜ax&ƒgÜŸM“ó7|´ØËhè/}Ó˜WCY'ãÂc#ÈvSn°cq$‡>²Æß«¾üˆ’©Üëû·•tùÞÍ(Ïæs“k&l=iídÉŠG5\á; ÀÃáqÆÆÎ–s¡Y¯ 8ñsЄ¡â-> |[°³áù$æÎ½(®Ç‚¬Â¦¦rÑÛÝ&EhŽù„–›·hQ’ß3>í†rVN¶-b3 Ÿ4ÆbÞzÆ,¶€=;xû‡»xFó¬ƒÕ“ª&}„O«Ñ$»¬jMNÅù‡|Ü~ënvoQø†*þìC^¸j±;B’VlèçG;ú¡qh±°•©×(¡uÞì$I¦åö™ÄTÑçKâû†Áí~y¡}`%Šwp[ŽåUÕ³:œÞû_þÀ#[xúh¢ ¤>q[|nFE5O1å¡&‡§a!}Å—^ÒÐ$ &S3à-$NQNÄকà]´–µCçcdHˆ7Õ~/ר…P%åAAŒ} ÑïWníË9èµ`öÝè™Óÿþ™A‡—êîgøò·œ†Huå!1_‘.òÝÔqpuè¶Ådfo/س}"8š¬_M+:`áÄl6ºa!§7kø#Ù;^Ì,Ù`¥Ÿ¨Jé”Uë9ÎN$ṟhhTŠhL-ÒÁæ–ÀŸÈ¿F(.(4'‡ä{ºDMî{:ß³¬6šFòD"åÕ4w¯>PX«Í-ú?ç§iúÓ_~Ö¸A"’ŽšÓwMÞoù\¬Á9ÊéOÎãB*VÛœ–ò%St|çñƒ³ zi×uÌZ`‘Ô‹àÅMãFÙ¶º‹OM± Û€:]7²S-¼3¾ìî›{AŸõÄò\•+ámýÉÑ#d,õ»“‚Íb>®²Iv„¢&ÅyÉÈUá]läzº],ƒ±è²‹ç= £uåœh¸Ñßý¸TIè„zá€dQß“¤÷~Ïï³²ó„SêbW;lü»3ý˷µoÙ°\Ì Ö:|º]üã/Õ öÄ2~UÃ! )qã´¿#8aVºnð•É©6b1žª®­ÑåaOJ¯²êQà=%d~ÂäÉêiYA&ù«”ÀÉò˜w,9q£ñɹô¾t»c*AÖ0õ×…ÿt;Ù²êìú“\mw²Ó/– ôh­–K¢æ¦mIƒ-koÄÿ ä6[VßÛæÙB.…Ç:°BÔÒY(Iº%tÔȳ‚C(ïqØj%Ñ´áåš`\ÞmÅ>È—¨„Óbv‚ôe#ŒZsFXôµŒl¬eN¿/Ûsl¼ +¿tɼŽ\lò‘Ú÷Úîåg¦Þ³„ ªO%œa³ïÎR}ø²+/¨ì­„m{’Â:wY·L=ëã™(ø©iü‚œ$Ú}c¸ºEG(ý —áÈê­‡öq;˜ùYÒ7°>Áxp©6Ž!(’pѱ;U÷(b˜Ã6À1ÚDÏ÷;GÂîø÷1!©A²RJ­-éªÃ˾HäÞDäÕ})G›SÎtC(åpÛ]Ï ,­éö¶Ë´=eZþ±G’l¤·ìê¹×ZµY:²ƒ·å •©ðh -¦ûßuFS=—‚éƒ5¸)j.Ì·»ÛUè—·v‚8 ©Ý>Oä¢ÌêO~ \¬·ÂvÒŠPN„^Èb4ôz+8õ©Å[š. Nq®tñ±9%W”¨È9GV€~FõÂã$“š²äÚŠ‡|§ 'Y_œî?­JGᩇGÂÝç ‰ÈLÀÝÆ½ò[y’/jQøLx¯~Øó>R›£LÍ®ãÉ$b+`êƒLÛ¨fÙ žDP¼Gòãm©ä,Mõstþ*ÿt/®÷B¡:kþûôåÈæqÄkN 7ûR°–)ñ«½Éü]{jþÍP*vd‘/¸÷Xb‹aÝù G ö“Çgø”K½Èäæ9è’“¡[Ð*D‹Õ`ï—ð÷îp³”4Ï·É×_út†”ë£/Ȧ0È’.”bŽßtfmµfð­ºFmן·ýZKŽ·þÀ ~³5DXîÃàqyr·.¡lÑF?ߦ‰ÜÉ6l°¢IOu?2Ä c*§'•S: s˜p×$°\úýÀAš÷ÛŽZi(ÄíÄöTD~+äÊ"í‰vz{Àe–óÝ]×Kmw!‹ÿ3•#*ÒqðýZàÏ‹å…Ø/è¿ÊE¨v³†yÖ¹g©"öüíZàÉý®:…ä¹øiòóg(ÝÇG5º ¹íZðf³Èü¥mÛá=¡J\qPâ8Z‡jzí zt^•îXCt@šn­…g`¡ÖTt«%é³4•±²Nòiá4ñ9ƒ³[ Ó·/«ÂÃRº{h¸˜­èB¼xìoeO&ïêÇ:?Ã&C÷¶ðr)!0†/F~xƒJ¿¢¬ÈhJŸ”¤ž•^bðÓ¦ŒÙ£”)ãÖï¼P“ˆùñ.ï¿z&Í!ê‚Ô|áŽ?ƒw¦ŸàöóO/IÓ¥I>#Ïë4”Ôæ>uç_=p9¥änQY÷ÂaW(Àv7IßdP(ƒ®ÌbâÌt>\ÃäaÈ ËÆè—¹ìœ‡C•áüެ¡æ N æÇˆôïµ$©ºu c)ŽòQUø‰÷&]Å¡eº%¹Âb?ürÝ£Úd-­3ÝѺ£ë+íêüŸ?‰U¸|Y#£ì²ÌÄÎñ¨º£Ž¶'.Öçøx×rm,¨Ö5MìĈê–æ$8©Øºuóß]åè॓~óò硲i {¼'iV“’"’r ü9êRŽù¶Á É¡'oz²žÝB³ ¤È”"§Ï¡ã4^LË ž' ®*ý|:ý…B¿ñ&³PR´ d“éScùÝ2;|®s2Þþý#ÍÉÑÖPôó¥ûd(ʑЄ„ù§Û>Z¿ß¼äcþÇzD‚Qib¤—W‘V¿=ôJàD|~+_ißÔ’YËÌÆó¬ “oO«–=¶nÙIŽ®œÌó±Éw°äajS“”‰8’ïƧߪeo<ƒ±¥‹a‚"õÄÒªÕ^"gç¨‹Åø-íw12ßé¬j+ãì AQÞ^%ù!^¢ch¤:R¢DIØ·áèí¸c¶@”6=¾ê¿ÕI7ÑÈÑê´# ¨¬]:ÏÍ&}¹ý¢X$³]šù)²ÂEWF2Z›Æ†.E¡Jöþ× °VbºJ óa¦AÅppY´¿Wx¶fð˜‰3â­ÙƒÖüÎHc»ìÇ{“ ÅÊ}þÝ ¹…\Qp¯{^óN ÏtãÓ”*Ä̈¡i}߻ôÖr¹È3Äþ¡CGÜi¸±¡_D“Q“.ÿ¹ÛJÖ8’.½“R…¾±íXõ„·B,E€ÔGQ•¨¹<ìïjt›aCôCÉ>$°ºØ;¶zÕ÷ùk”%rG¥j#Šë¡Í'‹5W(êG,<¹‚šN¸ ?= ”f‹ôM1¨aå8K¨§õž“´”X%a'˜øLyàÜ®õòÈVmçoî´¸ôMEg°ØÙV=ÙSÎâÆ˜rßÍP© gÔHÊœ¸;­™tˆssÕQ×åýâS¾q¥Ð0¢³{w냧8Xó Žj æWL{vó—Q¥ùLVÌ—É;^Gß—OÃ0ý£Ôo‡qE™5"Á.Û²Âdø€r¶ùÓr–Ù w*”(ÚØ)~› Nõ}¶|a-ý­ó¸.&h!é³¹Œ7Œæ6m}…,I­2§åyŠ­d«âj¼ð·w…ø'g*¹Î—KÅ t0ÂÅf }Ý y”½=œA¶óuí˜ä7@ë*_]y"ÌüREíƒx³ólGƒµMØ×ÓǤŹäpË’N·Š?!vS‘Ð-’WÎù#†çËûÖÀg¹qÞf¡$,¡c¢CØ Óg0c ’kŸFÜË F½Ü‹ ßlVøjMñ½p³Iø/ƒº÷y7øx•Ô_¾¾¼eZŰTò"úšiQœb;|cìÖ-¿Ð´)ƒ3Rí1)@šè«ˆEv2l[²ÕM+„¶yˆ'øþ6p¦.×ê¨**ŦÆý¬$«x‹çErÔôHd Ëû+›±ªR®ž†™q=›ºÂw¡r¡’5â£6Á¥Žy‹°E¥ÊâÊl"(2GÞÙêìx¥wÝÄ @ÿ¶ó p7î­18¬°ìUn~ZÝêP‘Ó̳”ØwI]úÆÎs‘;0fú§” ¢ýLfyæˆÉ›—‘†Å2yÚ~BM¨³Õ©cCKDªƒÅ1Ñejs{8\ÊÇPûÃaWî5bcC˜õe‹GÔïn¬ÎÐÍ‚í"ã¯Õý„LŸ¡—¶„ï:;ç£kž‘EH7)¾-®Ý[·{2´.êu©êEó’<õ u*ë•ï‹àŸµZúíÇ2èçÑ«úöåü2E°–\¾0ÜìRó§ÙÀ"†}UBÂ"T¯“QY§ERš3‘x„ß«NDN׈c)ÕB¼qÇàbwѸj> Ûå’÷dá.LëxçóÛK纣ö K³1<ëçø3 O³÷_6wOoâØÅ"(êØ= ‚î$½·OîiºYYsÅ3s6U©¹åOªÞ¡€ö©åßݯàRëÂó4|h"‡§5;‘ä)DÞ7ŠLÉ;7'ÍÙ½Ht¤è.>UüîQMLsQg)ZHKOdU¡¦¼È[*öºòÚ­†ˆJüÈ}§ž îþè§bx®EgP®«gyÍbٸи­Ö_øæs¥XEÙ¸Ÿ²´è‰ÃáÁ( »Ùµ¹mŽ/,ñˆÙ°(ð*‘ÕW¥_S*«äÂŽ,sdm—ÌN^Ä˙ߴÉÊ‹9¯_—ûç+HBáé;ß°€Íe[4Ôp(©AõKj®”yyÐHׂ¯ôwÑ)—Q"¸`PDOdô6IÙ ¹³Eà Ö8½ÆÎ/Ô vv²¯k'»jäºt)ù|ªÝÈ£ [-.Ÿ™Ò½wÞý“l´-';qáïöŠŽŒl6~! ÈW² ŠƒH„è}‡º°ƒ’)„³Æ—ªÝç„ÓDKêc“J—ñb-ÜBZ·év»ƒfEXE%÷EÁ„$ðâ*Z8 Ǻê`)±ÌbS:¬\smM™fg}%é]Êè¯*‰Ì&{¿Éƒ‚y"]0-ïèó,î¢qfu÷È¢ÃK?ÕôtHU×]zRáTœÇmu"U5 üX®µ­¤2ÀypMýØ(&~õE!ÇÓ…gtÈøîø^öÌãJÀµŽ‘%+Œäƒ›æèébµ[kÍ;Äêe0îOÊâg[õ6ñaª¾I‚e&Âä_ÿ°Æ 1úÑž•cG j­_ü‹éß¡­hþº_w65bŸFõ¸´™øÁè†2ÝœùÊ{¦+ÕÄÄ%–"é˜S« ñ²š,>¸ÿÈÇZÇh¥Ð±³Õ'Ç0±Žg¯ô.ì[YX• œQô¡†Ú‘£zĘi‹eGxÄRp-Yf!Å>y|bªEñ:Ù„›\Ä4tÃAo¸$ÂÿzæHÒõ^Â¥~?¨RôŠ çùiËzÈ›ƒKPî›*uX„“°*wz™A+C33¬æ A“³{¦M_u¸w[Ð3÷ oÅžVcWùÂýº!E£‰í[†zÀí‡aÍuÒ¤Õä Õ<#-™\ú;=Fñ”öÃ'›¸ìý‰ä>¤=RÈ}]¡¬8ñ¬¨šq=R¼/Ë:-|·-_O-ÎÙ¿‚Bóµ¹s6U.(Îî¸Ç‘£%¹©kùo1i®J’w^O%þ-+]9pg:úZ˜¤ÍœÓúᕽ)î«o„Ý|µïü”Ù*‰x¬Ò8¾úû+ÀÌR0Ü—'Rάžð£œ•Hº9)CÔ£¥8°Z©Ó¯I("ÕÍ×’ÈžÍâÙ› á8Rý6´¢²­æüئ…zH X§Û G¢Ï ë ~(Ò6RÙ$y‚©,¹²9_´QŒ]†¿ˆ‘fl5Eá$}Ÿjˆub¤ ?öêÆ">ˆ×p3ˆxf5"*â0{õ6ø5Ô]9)ÂýøµGÝÊÏ ¾Ô‚xÞLjre±Û—öRóS¼züž®c·/ò…=wušþ!¨¢[Wt‰ÿS–:†Iq®÷‘ZleïS¶|`}ýÈbÖDÁ1rÈ®ÿ(¸Dí¼SI>\|ä%}š ²TRhÙD¤5ßùïÄ ¨ðófÛg)ò!SF‹ñž6ÎqƒOv©ÐIH:å¿¥¡q#«- MpMíÚƒÆÈWå`þ”dO)¥ünãŸ&µõœÄY'.‹úбh.Ëe¿q–ëæ T%>¤U,a[åÔ"à¦u›Ë¾Á w6:éEq7~8éÏ{®üéLÙ­ÏZÒ¤˃õ§4óCÔ•œì3—ZJ5½J¸ÿv3öm¹œëKÜø!)$ñ¿ß¬ÕwÞ€÷˜8*ë[ïm †[ö+‹‘Áõ9ø@ýË`’9*$•Ñþ[× oÁC†yÖĘN@V.­É¹‘=FÖ\jŽH| ÆÙÉzÍ ùÔ;’¨“f²„U?~ Bï´æštÄ÷¢ï¼J$i6u„$y«µH·Ð5ª¡4 ·/ P Í-ŧàb·•hš%³‰”æïsH%Z¸r¹è, Sû]‹DÚv•ŽÝ ” ?ßPlåõ&‘Ô‚«….Ãa}$ãuöö õ1²°³¹°Ü{œn•{Q1²g‰B,3hÃÊ ŒQçuË–fØ+wO•)L˪ícÀ2߀lËÀ y|ddþì„Ôþýí¼æŸQµ:ÌÁ?CHUÝžH©3ІN§"Þ¶°?-I+@…âJ:[t©7Œ)ØÊ?ŽË”p“[á«°x¯1ƒ-%¢#é$:§áw”ENIUñ¾fC¢° Ð5)]¦³gèVËBø>fôÆ:„ÈZ bˆG5é*:$5mcYƒüY@Ê%]"!¡ÎÏ¡œNQ Ѱ`BÏ}¶ÆÕ$õÑB,^Éñ…$á`7LsÿǯŸÇµ¦x Þ÷«—œ ?·g)÷ê[Wß7fUA:¸JÇ y_ùô•»îsŠŠ¯B(vßëò>?,ÕØôD~°FÞ¢s"(êPªýü,\ÊÏë( -ëlüü ’Ešp!RûèèUÀ‹ƒó(äÛåwë@P8Zˆ€ue•úÈR9}†1ÏqœXÙï'¦«$ópQƒæÙžö,-2.‘Nh0Ÿ)´~‹l˜¸á–©_j ¼Õê'T»“î y># ÷»Û ±ŽˆË‡âÌ’pê篶ï‰Ô”¤&Ô#®, –¦u­µ–±Išë$¥¤Øqƒ˜afaö‹ûC›s|®Òå}δ±ŠàCù2ÖÓyìo%´»ŸµdÜí¢Wæóºû7–3ñ VKDöP¸“4]ÍåÆR\aáÛsºÑ.”CUQd_¤mZ¼°*&'|±+Î5…ˆÏ¹ßñbMIõýäØÉ‹ouQ¤H¢^ØS¬ôa¯X÷»ôÕŽS@»y¸F<ÆÇÀWd ŠÒcÇcì0p´?\o-Ø:pš9¢„s[èëuœ’ò¾[·†­CPv£ï´¦e¬“#u† =ê=‡;¦‚’ª â7¾µ]›`¨¼œÔœŸTm3H’ÏæuêÌ@?[õiç[î…œðy S=wƒ“Œ Záí =Nê2§à&C=ïYgÔà€Ø¿QK{ÅacnXÑÂ%îØ]áÇ>Àûw4Ñb2¯NÛ+éᤩé÷ê¶%ÿ®8¹¢<àÑ$Ùdú¦úƒ—ü(ŠÎV÷%³*÷ªrE%¶RÊöˆoÏá·šç7ú¢ú¥I8#‚$ü,Z4ñKŒÑÚYŽ“îP:UŒ)-ŠÉ õR››áç{û„tò/m#G%<$(jïT+ù*õâ[Ž–­}9ºžyÜ›!òZó²ÕåcsìßçM¼œHS+%»ß&’þ.ü’¦€é'fì¥H8¢eøûûçÇÄ4‹MÊµëš ý~¢üÚ½µjÊ9i[paç•SþØ64SŒ™ ŸD\ÌCrÄËe¡3¥›¾ËJ| “XÐ Àê@¡Å”0ZÌ\¥+â,7H*qŸ«`›Î¨CÕ nÚñÄÄ\óàc–L}ŽÞ/1èGû±Ù^Æf½zãØ}M>·h{ Üì é!p_Aû]»ŠŒ›H–~+%jÀî P{³徦ÿŒ/;çë:â†c•‡qãÜרí&;IÍPp¿DO¢ú¤ˆÙ;¸uZ›a->Æ´<ª†2׭ƶ5^,‹ê'|)€Íçà nO™B\ÛúHÁéQ¥pôM€äþ©åÀ,¼Í»¿8£¹ä˜Ë÷ä ñR1IÒ°ãVØ>»•"Rj0%Ü+ã%š’ëçïÝNŠ.ÐÁQ²Ïû'‡?aG3ëÊÅâ¤ö¹‹ù0-ðW½õF͉vÊ4ª§F¡£å¥ŸR8lqHáËs)h‹ŠSU¯¥MÔpO¬7‰Kµ¿¯A)vTKü_¯%k·7„Z²’»>õ›Gs=_ZŠ/0¿ÐjÐI&¾ì\Vç¬_‘k«;~Tˆh{ê…^-c RLô¦ ý]àÉK[DÀ‚üTWŸ-W;ÜÒ&¼@’Ÿi±v;T+æÊÁBì*áæ©Ú¿ ¥QÆ0]‹VÉ¡¢PðR&E)ˆg‚(ÃQHÖó6ùo²Î¸ÉÙs8«Nþ‚[O±é»rÇ™qÚ‰!]äZuü^ï.òPpBVgí˜ì¬ug+ůÌòKh5»vöd¨œ3x9ªŠ‹åãû@.¿ìÒ'Û$ <ZåÒþݨõv‹ý“lÖ:ƒö‹¿é褦š¤ÂP¦ë?Ñ kV,,jͦ=¦†EÉWp¶´ÌêºJpJyÖ}YÓß³¤Iß5·”™ž:ÆËm o\Isó#íoˆ¢ Qý’nLsÁîì?Ù/áŠOÝl1´= ŠdŠ8/Zõ®0k‘tƒKwâÊe(y·#¶”ˆõòŒ†³2úðG J·3Eê«ÖS{šˆ"˜ ‡§P!}JºNAë ªÂ‘»ìúE>T§ÞdjµgnÇøþÍ# ¹þ ÏòK0ä÷õÐu„K¹`¥™›J0>JØÞ¯RÇÏ•ulž#%ä&z…ùow’–ÜáÍöô šåùrF]±|ÁÍf‰Hb’Zè6û ®b‹ªh^‹àĶ6åüÊ9úíïMç‚–žÖŽ¡‰²>pæ¡ÒÄöT%Ï>á\Í¥ϲ¦w¥k{”z'÷äßì™Ã¤¤5Šè*ˆyMýƒ¢…9M´¥§£O¯€Îáò¿ÜƒÉsÿpƒµï^Ú¹çá(¼+Âê8éßM±ÌÏ‹©ž½|[åúÆTŒ¬–aöIløsš{çœS ¼3Ù•/hŒÇõýÚúȯ1͇õfäÛET>6/8f3Ðp,ÝÊ@œ–„AkLƒÉóÉÙ_LŠñ“Ð2½uriÖBP'«êÐÞ 3Öz†š¼d¤u-[/~u·¢ïÏ>Ûdµbþ^l¿YÂ_ºõN0¶"(îÔ¸í³ô¼È5THÙ‡äÙÕä×?bÑtG¥²²=F ¦PyŽ´®½9°GywÞ)cXõ1;Í)4ƒ áH*“||,‰¦z5pÜRëVR£Ëc“䆎Þ)±p~öÒ¤J&e\\ú³„QJ endstream endobj 830 0 obj << /Type /FontDescriptor /FontName /UEZMXN+NimbusMonL-Bold /Flags 4 /FontBBox [-43 -278 681 871] /Ascent 624 /CapHeight 552 /Descent -126 /ItalicAngle 0 /StemV 101 /XHeight 439 /CharSet (/M/T/U/a/c/colon/d/e/equal/f/g/h/hyphen/i/l/m/n/o/p/parenleft/parenright/percent/quoteright/r/s/slash/t/u/w/x/y/z) /FontFile 829 0 R >> endobj 831 0 obj << /Length1 1612 /Length2 16916 /Length3 0 /Length 17746 /Filter /FlateDecode >> stream xÚ¬·ctåo³&Ûvvl[Û¶mìØ6:ìØ¶mÛI'ݱ͎5ýž9sfwÞ/3çÃ^ëwWÕ}ÕUuÕ]km %Ua3Gs GWFf^€‚µ½‰PÞÑAŽAÅÜÒ ð×ÈGA!êbnìjíè fìjÎ Ð47ˆ™›XY,<<yz¤žé»…8À§ËM€¥às‡@¤Œ tÎÅÔQ¯ò‰¢ÊhAÀ¿í¼þ$Öìõ1ȧ Ç#¶—{U²,øåÐ)÷ž™Ñ)ÈŸ,ï"Õ~P­…u³8Ã/œ<˳÷õÛBˆÍßB02x7oK2—ÝH4úvC=Œô©·¯¥}@Ê[›Sî.kôhƒ: `f‹r«FmwRxëý‘µ2/ωtHH~\Ö4èê_°­;—3ËÓw©ÏÂQb {4Šm—>³—ÑEXÞH8m×D.*Ç ¦%éMáë̱œ-ÖnBF8³”öÊÝ;bPFìÙª.º´q†ŒŸät ›&=g僧OºUé®#FhàþN1¥Ñ<ðËšÿÐq+Lö¨¹øZ±]—%­È]3ôº_汪w¡”‡{×N†eÊèî!KïxR9 ®Çèî÷ùMvšú?ŠÖǹ:W"Øhe–ËDïæb(PWt xJ¼zŽv½—Õ!—šdâàéSw•“î€zØÛÜ5a]òsà°F¥m/©Ù>¦•ÉûÝ•a÷>‚ÉZÔ,˜´£î/ w*ðih[“ªuÝŠêÆTÃ…Õ’_/R}U&/üVcm`,â«s´0þ¶ ÈH¥·Ix]¹»vêt{:ˉ¾¬Îß@Ù(ç<{ž] Ká½ï8ŸMg$\›¡jøS~BøV–V>H3L¦ps’ò^C?Ïõò¤ƒs…Ý‚«5ãISßJ\lj„—ÓªbX‚ÎdÞNñJÈÖäÚ¥6ö\ÐÛ•€ž@L!ãqæjDoO·ü3PËÒz»Wë ¢}z×äÄ X] ô€²“)N_ð,ôBF6«tšF‡ˆž<8aZv÷ëUm&kʲn"C{'õ¤ØtC«ýzäÃNP¾C¥ÓD£ß'7 ´á&(¾ŸÉv«ôpëx Þ± W€j€GJŽ!Á@ —ßñïÇÀ’ FiS™äÞ†oõËÆ6=dXrR!Ýí?i·‰Žµª‹C})"Cy!ÆqªV$›’|‰ó3üBÈkøL å &:IT^½³PŸüÏ(å¤+¦m3‹V,škaçç»ü'üRɺðk&,‚çì>Š 8¾w¶$Œî8EÊzœç AÝáy|tÆÍ*ݧΪ ¾r†%yÓ§$â)LÛi¤åOE©«-],9–ZŽ\Ú]jº²Bi¼óma©¾MçpÇѲˆ•B§nw(}]›bž3ÚÄW”OõjW,¯\–>vPžå'*È'é =é„ÃÀ)¸¬Š˜žyV*K»n¸/Ê Ù@µè²Þ:A¢h…xÐàÕBòMgXfözõbÐÜzrj%¿ÞŸÍØqM,2T§$eâ£Ûz@á¸ýbŒ»Àø¿è•Ç„éîБ9ºûvøS’û5ÕØŽq"çð-º|—’è‘h‡IËQù!”‡ò³ÝºüvD(¶—3RgYöý› ›HâÀ³÷ÉÞõ…Q B½Öš%‡lG½N$T¼Ñͺ`áF#º.VW5ì,8[u±_`=ß¶, Þ¤üÙø^U"™†¯=‚ÏÚ îÃzÌòßE—‚Éì¥hág¾ÖwWìÁôƒÈžâ† i§j"–oðšž_Á\[7‚Oøaj0£÷«ï‹rV5*õø¹PŸ¾5fPS:¢8ØxÔõ¯$­÷ÙÀ5©ê’cC…OK<õÁcÈÕD“e…伆iÂß^»•7f•?ö Õ$·^ùmðj$m,îŽÚ/uSÇaÇ›rÞeؤ\5l§ëÞ^æ5'f·Cð‡…¦0•± Šw/Ù3ž‡ÓQмòAk×dqÊig<ëk¥Š]‘ÕuºŒÆN /ÏQ¬|ë8 Èà¬#ISöCWì‹Zg´¯úêKóãáGz¦ÊÛ;éuªÔ%§…Jlß«˜ÿÕ_¤}‡A…úŒ´'_Žë"™ŸVuo²ßK&Š@ñ€•”–wtÜÝF ýª(JìþjÄï‹~•w¬ê+èy«™Û}lZW-ýd GbÖ6‡ž8‰¶Š‹¾9<’C”bM¦)ç9Mìf sXÌÊlfÁô¼{µ6×Ä äB^רP3àU%%‰”øVÆQ^€ôT"°[àK6‰üÎûE MÛ ãùL5ÅaPŽ×xë„õñ¹hÍÔ*êâc|ßOÇ §Ÿÿ°Ñ»)7•XV(™Ÿ‹ê) ùðcýòÝéñ­Ñx¤ ß SªÉ8jÿ(¸BNyòI¾‡-¨J8³’º=•#Ê«B'ÜÝýI»žLÙ h´‹‚½¨`}‰0¹®»<ÿ+Ö d;®fJœÔ.ø`Êé,Ùýƒÿ÷¿a^¬+âˉýœó|r¹ÎxY‰žò,Ü s:¢Ùϵ!)¦29‘ ý÷“s¤¬öKwZ ÎlìO¤¼‡;wèÏŽ2Î]L!üñ9?37}¢?½3‰UDÙMÇ#íuÉ»-¤±ëAšÿŠÒÒkå|õ=ˆôŒ¾øóz|7ÌÑ'sp/ÉÑcc` ÀrKvLvÜm†µ·ž¨G¨8ÉERQÂb¦5MSÇÑ–ø‘§ÎÚCƒÐã{UIÂ@ ;胣_šµìÔÒÜVù<ùé ÁÄRÀRd{ç¤×”õA £Ý© ‘1Y)œ§Œê¥Ôóq]ö  Ô`§\Í?ÅguôsÜ5Qw3•#Šnû~yƒjékï>¸¤|å¾1);åB®-Æy¶Ewj ¹èße"èÕ4f:{o¶_¿lf&IÕþ’>ÖZ†Û׋¬ra”ç“Þ¾ ØPRvòZÖŽHYÖž×–š²2SeP"P®ƒ2b¿ ;™¼ kœ>nÇ’ 3¼”n&¸% ´ ‰ˆ>ºz€äªî¶¸¼¼L}$, Ê:_Š4èÂK߃¡àek[3ÅCË ÝI̶÷ Û€ =+yl»áÍB)ÆOî^FÛIŠæë.àIHZØ•¼‘táÍ=Ÿj">˜Å®Ñ.ÈP@p(e½Ã¹ê'ešÌfx«ýé@m¹n-ëJ®.óöò}ÅdkŠ ì"h*Ôß—}»>ể}»¸B×’W 6×÷«ähÒrøÞ¬GS¢õOÂÉ—¢Wó Õý¡i¤˜·Dèâ’&_JlájÅhÔ5N1]Y´/Pb²?5 dÈwB .ËjARê=,Ú:²ßlCëŽY¦ö‚kØ †aû w+°>?› Ô2ml©‡ù›¸×m¥ P 2Js˶ëÁÄ=rðâ¼úµhÔ‘õNtá¢pÊ¥—,ßáj ÷³sE[Ëù†#О¡œÝ$­±A™ú*m’~ùM&ÄUßð/®Ÿ{wã±oýæE…›–I2nàKEÿ^c£²{`E50„IÖB)ÜHDÈÀs|»”5>Å_µJy>LlêÞA¥ÕXð=PÿK5È8—åZ&‡6ŽGëËA1ã) Ô'òL‚Ïåt%}^ô”è[$})Âjôk0ùC÷R Z¸£µ6 w5Læ!J—TÿBí»Ëc©SÍn*míšÇNK§(uzcѲi ­IEw$â^mÐ[Y.f*u-¹,m÷¨ÍmC]*ï`viž\æ| O¡u¬@«ÈGC¯³¿À=p½S¤¨‚Èü8`FäKŤaÇ/ù±âœGH,ù¬ºeØ1Ö¦à˜´Á~˜æCfä„âk'’ùÆÓ1ÏB"§æ{ÓÊc#+²ÍÚÑ\ý¢……ׯùîj¡ûLœË9ú.e®Cæ e °ÞàØC•ÉoÊ—nNtÎìR<=åìA¤n>¢>ÎË?vÑL©]– ¶Æ¼Ñ‚Bv-¢÷H[ üCzÏ ß3C»N®C9ÿ~/eyÒâëeÉë …aнӂ\¯g{Þ:çŠã Oá¿ñìÇ—¬ÊIp_¯NŒDÓûÌhɧ@DâH¼{réè$jBNzð åšp5±0m¨¨Vz)<ÿÊLD 3ÐNÏŠfðÆyü/N ¥óÂAgìS·FC.s×½Þƒ>KAðÐâ-kÈîBØ]À¤`‡8‡%5ǼN±=_IøLÚ•ÈÙuq[ÎVa›BeeŽšö¤9ú°ã õé‚nL\Âæ2],„àÉÄU±“ËØè9òò(¾¶ò.·:j¡ÝÙ³Vð«z^Í@ lßyunƒ×ò‚ίàzÜbNy ì Y˜h¿ÜÙü ìÙ¥i È&GÙ énÅÿŠ9ÖÇß _ÿxj)³ ,6éÄv1'ˆ2Æŀƥ.HÌíCìÌ(éf Èÿbß”¨WS°áÜkžÕ«µõ(¹i…kŒøXBšYQ­uè[ $ÿšV6Hs}ȃGÝ*ð+ñÞ5Ñ稅]ÀÔRítš%°\2É €^2×øEy2éžRJ#Á“}ø]ܼõ¤Ç3ó†½ù'9'œýú‰W˜-Ïñqi†èúŠeU¯›‚w¶b@¤‡p¡z½œV+¬e»,unuTq![ZÔrŠŒ“ŸM‹¾œ³ï½<«¹Ùh—>Ñ^ú\÷íQVDn–=`´£´3bŸ›3„tìÃKËç½ï í˜þøq§ìSÜÔGœëC{ÁødÕãápETζò «°"MŒ™›Ç,9ìƒâdG#”€4*Ílä=²ÅoHø¹*žLDªÁ™±Ló+Á¿C¡©»J´`'_O—½«ª¥ ùYíûá°>#Ó½Ë |\l¢"•‹;lÕD®ƒóìTeR´@«•PZñÔ§u­lq¿Áòq·D\"Îó-o‚~ÄúÑZÔjºØI¢ óâbÜ¢{êqÿï &®yhxÑ/ˆ’ næøAÀì§+ìü%­^pQDï¯JrGójøü[žA±áÚ<ùÜ'«œ'ÐÊ@Ìk;-ø HšAN‰%Rï‡2õ\G¡ LH|ŽŠa) 4íw0xa½Ýº3°Œå¯€îÏŽd ñ8(¨9רI`ј‰­b½>sZ(&mC½*ëçÒ“ Ð\"u4D–SçÏ›êùA#üL0XÁUQ‹¡cÍß…F¯”ìñ¹‡g gJbÉ%7ùö ¼b+øÊù~óUE§§Úá6§ OßTM„Ûj™GN„$¾ç©Lxnõ=¶‚ÊêQXIˆb·,œ“T¦˜h—תB»~¥ê##>·vªÊFò,Ì6Œ0zÁSŠP¬ Ã†»«Â]!¨ºx±žîdÑ- Üåd•µƒ’Àæ†Ë·Õ½™ ÚOöZ4nd€ƒöK¬Šâ¸Á5 YXU¶âãæ.kß Mÿ ©ä¥o霡ââx«Or¦Ü>Û9¬ã…ÇÔ±÷Ö¶ "[ÞX&0÷;lê\üéŽãèIeµÙN{¾*ÙÆx«Õß¾µÇzW”×äâ¯}kFõ\ ŠÉàO“Q¬éN\f8mÅH²öºpÀ¾ÿxðaîtE<צ« ©ËKÒÓG±cЇðt²Ž˜èuª4œOŠ ™–ÎcŠM㾇±“¾L Î’Cæаäá„8Ãï£ò:#AÊëAàÂ’‚âv´H¤Qé/w±Î3ž šµZ']©×/$Šná¸~…ƒeT‡ØK‡‡å‚5 ÇIVª‡òø@™åÚ Xnk¥}1TfOLò2¾Ù¯ÇM&•ÅêŒì)gó ¶¯~øêSõúá‰%Ò“Lúε5É[´ÐC°¶Å“¢ÈÎ}Â<%hR÷w²Z%+&꧸Ð?K6û|Pì (« ‚[<%ÂôŽwuœ*<1ÇbfoÇ’ßÿ: üV0´Bÿ¨K¿{hZg;¬§«*”µÂSÊ›ªCàžÖ)®ò‘¿C—ß]L_8­\2Í|†Ê¾æ/Ú{Ôe­½[d¡É¾ 6Cü¡ax°°‡µ.ëWŒ­BÕfÌÎèá˸PvéfEEáy0G‰kY@\RŸÐÊqåD@}±rXË ”õçJ½]d(@+Ï:¨ôMS$)-Ù£Àï2õœƒç;üÛK_t”=(_°mì“S4>§èÀrZ¹¤Ç³íM¥æ-”³+2ˆN~”óÏ}ó‡rßÚŒmgwAÂzHâ.Þ4qÙ{Ì`dÉIý™uú"8½ÈøÃÚeŒ¨·Ú„ìgΚe7ŠªÄ«`ôG%qÀ"ˆ€\DíºjÔö‡AïuÈjZ½Ò϶ÓîŸp’•-±Ìü.†Qìë#ÆÍ*Z蹸äFâ`{Â?]¹/*g]Œ ïÙŒOïa¶©ÃÝ“Š‰-1<)=îÞm¶‘oòlèøì7íÚ­sHŽW¥m‰!Ž}Î7&µp¾ä]mË?Ekâø=ÎH—ÇUö—ŸýÀÂé„A’ Gµ DGNŠÌž"lu»]Yšu* ÈuÚëðÑfŒ“ ôCñßÓ¦j/'b2Þs=W•£OçMíT€TÐåÍøŒÙVŠzJÿÅ ¸:ïÚår½dËÚtjÍ{Ÿ½ùCÔZ«s+oºè´q->âúnã1ƒ+^2,[òX‘gÓÇ3ÃÜ.ݷŸe¡¢Â6ò Cµ?eîPÜ{ÍÛœ»Œþ±„sèýõ7/Šý´ÕEaœZãr·ÏÑŸ)6Ù7hÆÇâ5Ê×}ß@aWeI½¤Á!( ÉICM·v2pÉXce óm\V¶7 ¶Ï‡9È】?ã÷à Ç¿ñ" :Âp„šf1ÛO)êóI|À&u‹a­Høèú9-ÍrK@á}ç_§x~·$ ;‡;pd}*6)b^NMoóxTt ^ªp¢CÝã+‘Ί©¸ƒ~«ÊÜ TÒ°GØfOµâi¹ûî÷LFFZŸEÂPÄɃ Sï3ªž¤T‚PÖWµôþÅnÞØùßãYåÊ\*dYëWÌvm.u3 "¯W“*ZTÓ#&N$=ð{‹F¸…1xXµKù–ôŸ«{ ÛY?À}úÔi~Ê$»0–šà‚Ê/}©5…FÛg}lï_H9­ð›;k'ä'``‰(ʧP+÷Çiß TFÊ7pTp$­‹Ð¦¦îŒ·%¹b¥ 'rn4Äš·KªÇgdÝú†«Æ§ÂÓwÁ1ú¥ã&ömqísõ€Î i`Î%EE»`7èe2Åû |D}gœ•œ0vý¯6!Ê)¥ï\&Ïä˪l'Ñɵ vn¹ƒ¾© ‹{ï~þ(b€ÿÈñîOº¢½ßWÄ„C[Ó$£ù£Bˆ®w­0 \Y±˜Hܼú&Ç:á²978#§qžÉ¤‡Ð‡“»)”½{uÃÕ6ì3ª4ñ@.­Ÿoj%+¨p'ç’“Lãoiš/4,½†mûEÌ\7ÕY_U§ÍvÖŸ JƒNï<¹±‹ÿ¡Ùh Wå ;µ~º · õ€m³Î ÔZÁ Vd²FjÉ× L„­›("K}8¼ÞV̹،‘ÊMFxkRGÞWÖ×cü lK}ùoèÍô2²Y-¯öå Á°òšhÇólRxÊKÕë•¥†ÖgçDä]°î³m›M3ÄoB̈iÓ²A\îEâÄG:’+.rgóÑ¿_穱ð@O}àr>n"Ä$Õ¿­9ì¿"8xÞË*.™«ºhî’W’¥ŠëZçM¨µƒä,»ýª/ùÕøýæ‰Î×€ëVˆÖÛ í–ydDÒUpÓÛªÓaÕ>¶òŒz‘é$?òéW4…Å *½wêZÄÕ;Í1Žu'L‡çrZõ%å/±¬$ÜùàYL¾úÚD9¨0²‘!ZÙ[x4GŽA_IÔ顬æK™ Åýr¿ ¸¡wíÌúWä^Žtçлæ0pçùÙ_PL±ÔÈ ß§®zð0iáN~Zy¿ ÄöN~¼D猤Æd~›Btª‘HaŠô“;Íï%z¹ÑÑ¡gWH©BÌFQÙ߬A·ùÙÑBmJ§œÚÂg’òƒ¿UEôi¬^ÓÇæ°¢§àã>×jU‘«EA×]+ ´W^ÍÞû"ìˆuÙ ÍŸdÌYÝ%©c8uìP=a~¥ÜLžu"ú¤€~/ž÷¿áyŸôŸçÌ”­i]¼)dèóY‹»`¿²í¹Œ]•Z‰iª5yã˜.¶%€B2…¹1_“Px$æ$_m3XôÖÔ9„OxÎSãT$é2åæt™ãÛäÍ7²Yè—:ïöL^íïKÅ6ÅåkŠ ÞDœˆd„QÀ‘pž6»: œ?u¥$Xvƒ³ù%°ocïËóÇòAá_°üA¨¡L§gÅ‚Ë2ÆËæúˆVwUå&<^|>²)÷^?QÏ=ìHxi•¯õŽ$Ï]±%ÈËaXî‘ÜÞ aŠkÞŸ#/&0S‡l_‘B¦;VÁ¦û®•çö\¨Ìêaän4±L4Ç,;ÅýshÎQU"\`ê""õÍöL'\?d‹ËÕ9G² +Ú1Ž[Öâu»Ð û“×ù°` 6m­4žÁŠT±M¦­`“u·•KÐ ÷ƒgw¶ª™)ú-Ÿ›•¡˜úš©Ôxå}ºqܼâ³<å‹8¥L‹4fêf¼„ñ©â/ÔkëÃæN¹WÄ:n]Rºmr…ñu‡óG~Ž(lÄ5¾‚6ü.TL̜ѶÉQ¢ÛŸ#vã4Ì{˜;û¸‚ Ý’ä§žE%˜´âʸ¤‰šzK‰E¢œ èªnÒ&Hh®ºFFÞ)*6;BO/¾¥†$ÀŸ4㑌G _›'Îçé{Ó…_ëÞ·µ­K¿W~»lýúÞ–‡*¨#{ô[zä<6«ó«ê•ûìAPÙ™SÜÃuØì~MRUvÿÄ¥'Á¾Æéƒûw ¥ÒznõÓ BLqØlüeJÓq½QÛ¡_õj KØÖèðóµ¸ œðVçqŸ7Ö­Ÿëu˜'|ÀaR8œd)Q*AK}ì¯òw9ÿî>>â{Ù?`kfnY'(`—ûyc–\Çþ>,ÐÍ›ã¦wÎèõä]L%à‡)7=!ç|SX«ƒsª¤9ëGÝ?lQR c~…ÞöŸÝþt T1×ÈõIŽj]˜)1Vú& ±<žk~Ì#ò•ߨF€Çû%§Y߉k»©ß*pÝo¹p±ñ¬ ŠT”ÎA1û´fÕPZJŸ_§ /ï§ðóåZ1ïKù°$ï}á®ìÆ‚õ@•=¦v¿À»j1Uþ<â@uüÛHgÏâýÛì*[ç׬:_‘ú/cdžŸÖ"'¨.Ï ÀPß²cæRvÞ\—[’Å»A<AÔ5¼·Å*uÏX¹4Dm½à5Úz-¢äœ*«³c¡u¹æl@ÿæh4å.¡w. ü Þ¯mTŽ‘Ã¤.º5uÏÝUÁø9v“©JŽ¡Ç_’CÝ»éÀªˆŠ >νšÄ¢?g¡Y›¼egÅip 0€BåKŸ‚ºá~P›P2j·‹¯Ð3ÆEKQa[{@gwsæý:LBh%vŒÑAüo½žÐ;É@ iBî*Ä“¥ÜÒ^ܺ‚7Ì ´g ª¸EN¡É&~J¼J‚7 $õ,;k]Ál*¬›}¯lÍj‚|>P›8È[45d#¦‡¬I£­@*B©x=îgš%*>ÑÁwqy{Gx€2 n¹ØQù›v¡˜*¦M©Á~MtLKÁÑ¥žŠA%áwÁÆsšã#W‰¤ í±æÄœ W%´¢©aÆØƒ§ç,¾˜}çÆ²˜¨HB"ÇÌßÁX’¥EdUv8«j"Rwª/îD5¥4C¢9]<)5¦«ü¢T±ÔxŠÐíõV0ð~íòçöeÌIwÄO8 9Z}â/¬Åއp&]x°ÂÉ©ú3q·|¬úuOqè±Ô' 2Nµ?Gö vì§h-†~åeVkÜuÞ‘¿é!—ÐÃG}øU™Í‚¦ò‡;;Ùù‡HŠ Ùñi˧9Ã5–åÓ ¦†={%Õ-ƒ,>šìÐõá—Žö³åÿv3»![àx±É)Kf—‡’TQuéÙ£¹í¦òPvjý=}"gêÿã9]׊¬;U ®À™5Žë{6þ̯|;5rŸ…o4E0䘑ãüŒ»$ÿ"Ýx\«xöÁd TL·yÅÌôºŸç’É^“VÐYc,?&ZÀûÚ׿9*ΖG£FÔº$áÐAÌT®+(ƒŽÄ¶_½áWæ¾cõ"&s¬è›L^nÁq¤¤1(©æ†Âv—ŸÕiôväÛºQz׊ݕ5ïËš­4ÀÆ+hƒn;mÉG(뵟û3ƒÅòˆ7¸Lñ ?çðçLäÀ0Ä¿¡2‹[õ‹FÐA­'´Èl j»-Î|%žQj+õ 2š':Ñe-pW«Aa"F5ð6¤äܘÚv?•XéCÔfP°Áü½‚KZyR’I©šßÙ}ÑÔDÞ~òC˜ ñ÷RZkξ~=¤aÚ×Ú¶Ï„‹¤®‚RÎ¥ek‘q|hO/¸*ê¯x(“ ¾–Œ-ãœ|ç™ Q÷Ûœ$19˜ëyý¬Ù”QÒ)âû°ƒ"up+”6³JºX©Œ•qªN0DóÀùÇ×êæ ©±Ã«eƒƒÁÏÄd°èŠ_ •ˆ6d\½ä1zØÒovwõ®¦~ªö¡ qZÊ:»¼³¦2¨?ÁÍ"ºXiIÒø3C`Ž7­Ûî]Ø ™=C–tÐFÞò¨Ë°*¶ÃhQÀh{ÛÈk·:3\Àû0¶´cGbIˆ[Q;|CXp¯™ãü‡;>Ôôδ€¿ ÄgÒz™ÔÖ)h%㽨*îE>CÕçMáí½ƒJœèR½Ìmó^tk•ÜþyÒŸ;4¶Y¶VÝã#kótšÓ ¡—“Ü™ëT5þXÅrŽ;¿›«Æ•üió™©0üwú‹rmµÀ—ç7òiþ–¾I+µH¯eÛÖ— Ìt«s‚€0†u÷Ü"¹R¡ªe^œ08*ÝÒâ7ùö%ÌK4¦xCŒßc»açt1|új—ÇÉs~·Ž1X‹È^œUÍ2B­“ä» ¤…2ö×âQ$¹µ™æÎdÀUVÙãðKl¬H=O l –ZܾÆ™îlÒäøuõÄ|ï«´.>†£M^g$&v M¯¡”a|ì( TqG‹ ¾bÕš(ìüZ1§¥~úÄ »›Á®K-t=b–“Åâ! ™1ëtC£\õóÓç›õëg¸@n|C>IEÜ }™£KÿXeð}? ÒÞrÄ×Cg™oë;™ßíH°^!ˆüü2ŒtGÄ“›p$²FÛéÚü0øpu5‰àbi_G–ú¥û;†‚7Ä:‰P{ ýïL¹Ðx%ß«ÇЉs:“ùn9óÄßHÜœ–LuºPÕq  *Ýû³4‹áäp W™Ióø[ q¡^«R­Dm‘¤àéñ*ÆåwjÜú!‘–«ü÷BÖª#÷2Ýî­=S,VÑM›k1Ù üd‡¶0 ^e%OvÌw¼§]w¯óÕ…«ì=¼Çú-°W\ÔŠ¸vÜ’ã#£Sï~S¡á7Õàþbãˆ5㢖í¼*Âß©ËVO«.*/Ž«wïß :“p¸R¨]J \$Ap¿ÑG¼°4ìωI^Ù\Šš—`2z··A/@]LOØ7öZ¹a/˜)‡û™¯e¡XWg?˜¹$ÃSPªo1(ÓÕ1l‘Rúb‰Âi õ‚EzC]ìf84eYRêiÙæ’+ J Å9¿åKÃVxpW-’{×ήi®Ï—«Ôú°ƒ_$“? 5«*{3á-aüþ11‚u5MuÉŽs„yü>©Ë´ŠùÝ=i€BÇ­,²6/®ž¾Q2÷~¹MgñV‚"”?Ô%8Né©Í§úmàÆttÏy'IoK-“ÜÊÜÊæÑ.¢³¨þå*¬CØŠŸ÷d bhÑ^ÞÖ ÍSâÁé«~b"É”“ _!àŸñ5HûÌâLÊV™U+Á$ø„œe>ý¤²³¢±çÎË®zÖµÓë?ôhä"ß&X]ó'!}N$ ÑÊ•T‡DÁ¡‰§T«Îcoâ'ò¨F{1ýØÂÔ±ÀiT!>yw'ÿ;Çr&2°ª?_à´N«&uM!áäQ)¤¤1õû}y±¦{Œòßõ èÈIùCÛY1ì¿@`EŽ;+mºº®Â È¡‚6Åœhm“Ö`*¶g/д0åQBµªx¶C]¶ïÈÕT ùrŠPÔ>P̼uô§ýîL D„öÓ(nÞþ>½ú=.$G\|÷ÝxÝ/®dÛÉü’ŒAß¿øþ•ÔÝjo»UÛ™ k`‹ù!Œä„1¶•øN%®OƒÞ¨©Žèd¥Û0ý§¯x¡, àV>C}à4š^ÒOol¦Ñ,T²Ìýíó>ãÍ2?p$u£ÖótÙµ7 Õ­”WV¥’tô<îy<òˆrðªÙj8*m±3 t ÏËî̜Ǽc.睊ü£Û:Ù2yúÆéOÙD`*ÅÉÎIÝâã•¶Ç=tŠ³Š„Ø»ô!ÒÊñøpn­9Ðκ¢¼Kúªk0;4:)pæ˜Zí¸b‡¦tÁ WìAð¬öI>Èñ:¸Û ÒNPŠÒõ€W6$ ^Û³+ñ²uc8–EIä…”µ¨W¨ú;Úßä‹T6a0G²é¼Uå»1ÒåuÂü%Â)ñ9Å,¨ŠEH°u„Åšç®´ðl¦ZÞ¥<Ë”jx±X%;¾vDÝÙ ƒQD¹[AoUüϸÉ~‰ø7_Ì\bd½û£0i‚÷!È«ÃG-CÇVw´0±I›Éßýlf#b;*¨È?õ•ðÉ™D§H£_Šñ=-ÎÞ¯Ä;n&qàýz³œ‚²æ¾ô ?émš;?Èü€ú;þºîaeHwíýÍÆü³°ä±Š5]T *™)ÔL̸§N8Æóò"Ì’LÚ“‚0ÜRŸë:a³epèÖ ñcÆz¬G/R²¢Á‚§ƒ Ñþ#õCŸOÑÑg&ŸVÛ\#,=ì( ¦"§Í £zP`…ÿ€ŒýƘË>×O2¶EÀZÏÆ*KœågGÁŒó~›“ì¶ë¥qdöGaò ‘÷€ïþ“4¬t£À6 ‚> *ï ÍS€«œŽüµN ÅK³´DÏ€VÝOÑ Ñ-ËfÁø9¹öâ¬%Íóz'pûׯÚ\ì±á–¦<nêP®kE‡•Ó<õõp‰‹åu_Žg0醖<’J5ÐêR ¯T`ßùE*`‹ÎîÀLªTlÄ–`cÝ„#ÒC‘T!³R–Àuz[3G¡µû3KYÉZ²¢ÉHMÃ.öÒ#~ÎÖS9¹Ì@"2à÷ÑÇ´åÔ^]6ÚµgAGÞ†^„’Åè`¯o'Wš*ÕM²³n‰pÅ2££›‹Ô‚scm¿;K=Vºpú!Å Ç–R•]`?7$Ðǽ¡G¿á%ÖáÀ´Nd«/‹¡nQYcÎfwš½ŸK›AØIÃN.üdÏ0ÆY¥"š4'ؼƒeœí‹+i0û3Üj/æ;š¤d/Úµð3¹U7\ikÄÓíܲ‰b<Š™¥DÃúŽéÔ›¾FÎÍðqZ•Läé|J{WY""þ'K\¼A8³„ßh§TÔ|ÓÖ*ÒEÛ¬0gv~Þ|«“î-Ú/MîÛ>×3â•[³Ý©Ä:—Ì«qC\KÞ‡š­\p•KÊa=‹^Ø^Sc•ùÁ ºïiù =ã{ûD´<Ý{Eç˜è-ÊÁ©9ú Õ;éU£Õ÷Ù-µ®o’Då¼…â ¦ŸÐÁ‘Ó¤€cÈ ¹Jǃ,¹³&ª‰{È¥šd󧱓&xžFEìYá5ŽÊ!‰©kxKÜ«É>'lPor䑿{ÊèH–û‘îfbØœr%Qoyx«£K8Rf;ÝùÈ}ûv?%­cD „ß,>œ6(t~¯äœ £+ÄC¡ÓbÁ©øàD_}ª&“-—Ñ áø¦ò ,Á œ’™‚<·¯ÏE­ð ÿ>U¹c=xþ©çåËçÞ`säÓqÍô(ô^Ç*!ßQÈÀy ÞRQÜO¹áçØB¡ø`t[-tk¸íýQWa VIhb‹o£ë´;râ"–C|ÛäªÙF+Ûáò§Ÿí™qE©-¿ŸÛ8ÉŒ=,ʨµä½Ší>§ ³˜MJáUb®<à ûÒØ0â3ªzäÂç…½Rœ6§¢'ùpJ®ª³lÇu 4Ôš›õLÈFF{+®/Ë;  W[hÎÓX2ï($¶ùÔÃÞ$Ñ¿X35`Çý±+N$´YJû NÕ±n|mÖÖ’H‘sÓ^–DTrg+ ÷•gj¤R¬4ó®Ü¾ÛgánŸ_ þad>ˆwÕ:y2¡ÖAî˜)t‚ßÐv„¸AÏõa±%cÚ\¡ÍÙ‡ÿ¾oœzGà0éŠŘ9ÆÖ ,c˹²„[N]Ö§LÊ}yË‹Ôêß:RvF¾ |—Š' Ä?°Žc•øÙ Fކ bhçãh;Þ‘©g¢C‚ õkðT.éðÕmæ[#ôýÅð#r3l`xƒû,ô>Fík×¥Úð³$ž‡ óý_IŸ›îg–¬q¦õe,©û…óRˆäÈåÝÄÒšÔôlO'bÇÎëä‡é!Iãw!¡3}dwËïi APÔË-ª9¾ñ–yyL 8=|\b=jWm­­,¬i‰j-öBð¡¶KÏÔg÷ð’TÄ@W)&çËà:î}û§BìÃϲ!ÕYÔo‰~CM3Y…cWçˆ6Êý‡¡uÇclÛ)Ò† TµÑƒi5Ùq‰·“Ï¡ d„ÀbV‰óz3¡:Ai%ÉÝøåÀ–þSÉÛOR-×\Û!cüd“ª±0ÓàLAÝ¥`7¬_~&n›’X^óu„Žý;íf1ÎõÙ#HÂhúÅ£M GAEF×é✅ Äâ{¢JÍÉÙ‘Wì½Ò¹x/Î! ¥Qö`К+|î6 ’ß«ö‹W­Ò“#AYØÅÑÄ„¶–eKÄç û‹ãÌ臦 ð²BWõ.Å ×Úþø-Ð2xn_ë<&-Õ éÒï„;ã1›Ò”Þr¸nÄHÎU…ï?üV(“ ¹ïæ}‚”Y ê³ú†Ê_ÌcGHˆÜä½ÿU©zUÆÆüZZ²ò&‚› ¢r0MHûž£çÀÄœo×YÙ‰Z¤@©QëMK€9Œ~аµ çÑ*×Sý!ÞÒŽ¢nšã<Žu:·,‰ô–ìLÊœéo‹—Ÿ=÷9ƒÏèýçÙÍá„*.\SKŒ¦h)•o×*êPܱÇ"™F ä‚!йûdzŠ‚~~ß\k¤ýTÕÿL³û6ª†VÝêº FŸn ãm#°émwµNŠéšèd?øCK…oÐ(öi­l²ý˜æŒAï°ž#~ölä4ô'ó½½ 0¿±‘ïýþC³›}lNÿý0–W!;–ú–™¬"[t~ waþìQžÅ±ðÕ‹tõFªglÚR$ 1~H9Å0 bwcž‚g#^óVoŸL$½W_ß×Eã˜ì ݎϰü•@–4/rùî ¾(´'êÝÐì!k¤ºÝ>Ë7ü*„¾™vƒ(â% €Ç]”VÎUc5” Îc"Kr­'M“`¹¯î’bëÒ£q®îâ¹i„?~³óHS¥Ö“yˆËÄŠBY.•Úíš ¨§ý 1ÃBD[ê&éN¬xîÕ¹`¼ÖF|m÷f÷¦éªâ«ÁÇûö½tð I]„f3܈›_ûûê°äcÈÿ•P$Y ùSLËõ¢V#Ê; b¡È †ÞÍŸÊ%Ë ¸úbQÓ=زöÇ3,©“H(·s–O»ûLÛ%S#8Þ¤\ÒrrF¡3°š"Æ/LIvUIgEXl£wŸY€A]ŠÞÍ™ø.èÀR¦„÷HˆE1¹ÁE!XT¬ ÞªÙ¸‹.„y–ö•vÉ!Är¬_¶á£®²j#,AЍ¢³Ûïš GÅ,8+ePI£Ã+Œ™ü*Bº{“Çžÿ¶4,GUf¦ P³ €wµe ½x•£If—Wï[½¦¬D±ÁNÛÆ1´Ë„‘‚Ê]òŒàßÂn‡ÈxL‰Üð„BBs]téíÔ•fµÄ?‘`6”÷¯HÃ9ÕZ(©Þ‚Ÿ0S¯°ƒ÷ëʘÊujºGÌ›•¤àY Dü6ý¼Ñš5* ]:/¯dßA‹ø§Òµ yÿGÉLÏåÔ#£Båzñ ³p˜Ùzãö8L€­™v„&aðB±Nk"ɹ×ò™ '´h¤À—˜³èˆ‰2i‘¥œQ05r0¬Y]— ." ,É^[È3öì9ƒ{ PÁJ Þ½Ö-´†ˆö⟇*ïN‹RLy§¾u:Ý\ôžð†„šúqŠ4„+Öóº?‚>BVuη+‹§y”Øgé&àë6ðš;ò+ ¿bÚ·tšvï0QNMö¦tWã6ö‹¨Chp(íkpr¹Å­k#œ‰y5ýˆrÏ¥ûà°¶ÁÉcq6Á®5µ[Áë¾%Ÿãêu„ç=?qKâ¼F/]`ÄN_2Gí×PÅ‹=<,.ÆÂ¤Rq;¥œF}à.«°öd?mVº JPâb?CÐÔ1±‹:ÂXuž èÄéŠ<”-MÔp³‹$µÚ1•©e,`*Ü‹Œ´ü \8Ñ/:Þ endstream endobj 832 0 obj << /Type /FontDescriptor /FontName /AYPJHH+NimbusMonL-Regu /Flags 4 /FontBBox [-12 -237 650 811] /Ascent 625 /CapHeight 557 /Descent -147 /ItalicAngle 0 /StemV 41 /XHeight 426 /CharSet (/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/R/S/T/U/V/W/X/Y/a/asterisk/b/c/colon/comma/copyright/d/e/equal/f/g/greater/h/hyphen/i/j/k/l/less/m/n/o/one/p/parenleft/parenright/percent/period/q/question/quotedblleft/quotedblright/r/s/semicolon/slash/t/three/two/u/underscore/v/w/x/y/zero) /FontFile 831 0 R >> endobj 833 0 obj << /Length1 1608 /Length2 11337 /Length3 0 /Length 12160 /Filter /FlateDecode >> stream xÚ­weT\Ý’6îîëàîîî.Áµi qè†à,Á-¸»{ð@Ðà'¸»%¸„÷½sçκßüš™g­³«j?õT=µ÷:‡î­¦›”µ‹HÞÅÊÆÅÎ) P;Yy@t,UÙ¤]­¯F>4::w%ìâ,k  ôAÖYÀÍ àB£ȸ¸z»ƒmí F=m}&ÖYþ XyÿÓóº¶uп¾x‚]\@ÎÐWˆÿñFµlÀŽ €Œ†¦¡’º€QA] r¹[:4=¬Á@€*r†€˜6.îÇ,@gkð_¥AØ_±¤ KÄ¿nyA®¹X® w'0òúC¶î–ÎÐ×@]`g £‡õ_^í6.ruwypzõ½‚iº@  ;Ø xͪ)+ÿžP;Kè_¹!àW7ÀÅæ5ÒÚèñWIû^a^½PK°3yAÿÊeXƒ!®Ž–Þ¯¹_Á\ÝÁÓð€€mÿŀವt·vA ¯0¯Øuç_uþKõ–®®ŽÞïvù;ê?9€¡£ ;÷kN ô5·-Øã¯AQr¶qpqþÃníáúOŸ'Èýï1þ53L¯$,­]œ½Ö 4uèkJãÿLeöÿ;‘ÿ$þ?øÿDÞÿ¸ÿ®Ñ9ÄÿÛóüïÐòŽŽê–N¯ð ðzÃ@ª€¿î˜ÿ/ÖÒ ìèýßDÿ{ >è ÿ;%¨åk¤œm_¥àdçü‡ ‘{¬5ÁP ÀÆÒñµGÛõœ­AîŽ`gЫ–·ÀÆÅÇ÷o>];0ÐÁù¯¦ó ýí9[ÿ;óWyþæÍ¡%%£¤+Ïòï·éßQš¯ªCu½]_‰ýGj.Öÿ¹ø CZÚÅ àËÆ%À`ãáx=lœ<!^!ÿÿ&ßß@\ÿZ«YBÝÁ^ã×¢9¹þ.ý?ž­Lÿ FÎèbýלè@-­_Gë? ¹îþ}Ú_Kþçúï!¼@@´¥y H¨}Zf:´Ž8wpLÖ¸·‡ ~0̵´Q·¨ ¨Æ¥;0-rC¨Òâ©6Œ½iBøO›÷Ü‘ëóŽ2óî÷"G†îÏ ³|r¦o¸«ô,»!f¥˜éÇúѾ糪ëFüœïv7Ç´´ÍJž(&:xÜQÎo™‚h< ‚ho\±€© q„8M0xu…GÇôI·7 ýÃCƒÝ—ˆßvÈXrâPéD<0飂ÜrÈ$Œô*}c¬J¸’úk’{¿é1ò¬.^5¯óŒöQ+€?}ëA_܃C|Í–Oáò‹{¼4üy#~§Ú’m?¦¦Ø¤Ór“ï\ÙŒÇJÄö*)Ÿm­ú(–„¿¹n»«PæØªãM;wÈ,ûµƒÔQg9ÉÞTÈþ0ÕŸªÒ<&V‹š¨@ðî3Äêýo°CåaÜCÓtRa`¨M@ ØŸÉÃ%žÅîÑ5ÍÔטåІñã[ºÇWÂüÈ䟲K¤ûëCë;~ÿö,™ß¦¼üΧ¶$4 x¨å…fŠFÇ€Ý'ê‘Z‹+¶k$Ë©¨XpõìÞd óÜy0g°ÀÙ5 ‹‡äŠ,GµS!]™È\+J‰ºþûyz# Õi®@bÄ^Lª$&²1:ÕövixBDL©Ÿ/›ó¡gEŒ¨F°‡\i³wJ BÕÙÞWšpnµL¼¾YøïC¬]¬ãÞÃx¶š%æŽ1ÀóH€IZ/鬣4Mìb9¬ý¨™d ?ìMT*C!悸¥<´TwèBEæA¸¤jgtD)™Ȱ[KiÚTiÝ„›aÊáòX &D­ŠÔ [–ûûB^‹–œÄÇ[˜¨BßþX®3ñÑż‚ÄyѧèŒ7)9LU"jË^%‘"‰î¼yxeÌk=_¾Hm'£É|Bžì@”mÓ¨zÎöÙȘï(8Þ?9±£°],'pÄÿ¾-«º¾¦ÆL9õV [Í^=5HùP©+3yš ex&ôÝ%ÝÖ´’®ŠÃ¤~<á‡h~go8ö·¼¶ÇO5½سjoÍ{k!S<™È˜º{Öpx’Èä6¦;Ę$lê‚ïÂ¥  "ë r2<›~£6mµD_Þáõ×çð\ÈO¤6‹ëæ}žtÜê÷Ç«xs_×OÀOnçc¤:d Wã.ä1ÝmÙŒD‰oJQüI&¦7l_bÚÞÞ¥SDŠŸ\¼E"B™¤w¿1êvÐ û® ‹q¯-&òKÂa–_/d§>âK~#û M75å*šê&ùþi©àZņÍÜc±|µÃ,Y?¾õYMðó)Õ¸kSI˜YÂK—›üùAú …Ó›Q¹Àfoówo”ÅSDÚýàË=™nƬì5Ö—Âã±ÿ®«üÚìX÷°ˆ“lMIãÉBÜ'Ts×uì»^Š˜ZeÌg…•[ÿ5µX:òÆÆâºrrìñÀŽ£…2¼R)¥_Q!W½ âRcoÃ7vIoXÚuaòÛPáÎ÷¼9nü››RÞêŽÝ¢È 6¾¾€ßN')µô‡¨0r.ìÝ ˆ'¾ìKð2Óâ0ΣŒl*üL‚‰¿_²ˆÿ8šWÚñÅ’Ï*¿À‘*Vå¶J¡‰m±£ÁnÛк2G?3ªÞ\#Î-/tlIÿA¦:‚I.6û1î—¹×2à˜FTMöèI{½}ÓÓ{Öds£ª}AÜ€ñ³#lZV{#\HšŸÝS™å'¶#­´3'ÛŠ,|^ÄyCÆo_Z£ì·Œ\WýÅK¦G_HiFðœ âÌfÍAâúïqå[O~ö¯­rèKÇ£¶³0Iƒ$]Wiߎ‡¨ÌáØÐ;Êl±DDÒ3ˆR‡j6 -¶/BŒ2J½$Ê×ç<&8fPntޝÁU¡¿¾1ç…gm"áŽíÑjv7^W0üÀâq 'P®K ÿ*HW¨ÈªK-§jŸÕñ ñ‘Vë8o—~†¼ÇÒnZýÀc‰âE“/¼ñAÈ$|Ô3Cߨ†~Æt˜.ÂèÛ;¨‘¥““ý^ÆÎ*¨2¥N@Î Íåpv ÁŸ/KjѰá<%Óºk†5Vx¶PA¨ ÉŸ.)™™ˆ'É$,¶šf¥9ý„Ô‰èn÷°ê™g•Öû¢pYOeµþþt”ž/Šÿ(mIXmì4dC>+ðS”ºSf¿l ™N¼ÑMksg‡Ù”ª YTí=Ïðf+6nÍTµAÒú›Üšì©¢=¥ÿ¯õD*²ÝçzÀbKpȬ”­—™™M@?í]š­Á$Æ3–V1_×GLð“Z†îif¡ù¡àá/iÛwþ‚3Ì«³—‚Ü«Î»¸Ãn>–{NýiÛÇFmŸš Pp-ˆî`&°mlË›vz“l)UïôG{$šÒ)EË#%!€á’ü2e*-‚p‰€s+N‘·ÌBûíóï©“Ó¸…Å}¨9¶ôX`F&ó‹ù[jéà mIá71/­):\õ}WEkÒrÞ@¯ãcD’-%c§Ó¸;UÓ@z£0r|‰!tšúE]І &—;fã-ܹñ7âhÔÅ*ˆU?²üÔžè™ 0|ÚPtùÞø¬%ÉË òJh[U`©…öýæ¶’3»ä‹ è3ÉïŠ;ŽHe§ëººûì.§?àK¼O2§=׊$Òå5½”…PLó°`š…öÛ_…'“_2‰‡Ÿ¹eeVZ0\Qû’$HôëÊ€ÛŽŒ1{Ua{ùM{‡äh¹Û¶_ûŽð~\h‹OÞ ½'¦U- 'ö¶3$¼ ‘F³Áö)ÿÞMW%"..Ýv'J£Jâ”H¯èç¹~nJO¤ïÖ³oŽ6 ²“}ÀÕ䈷ÙI¡¥ð$í1ꔼ.t ’n²|tÖ ¾õ%8Ü[òàsPázè ü ºËá¨zgÚsH÷YzìLç´†aoå<öNÜ0˜6+ÍöÇåüæ(Æ ßk.–+7èfÏYÀ©I¨Úd|#»“q&Å3Ö£D_²\ âNþ–$úc1³Tv²BÆzRiû„ÙpéLþ7P#Õ Ä—4wÊ¿=)sAÐdÇÎáZîg„˜’â>¤ºŽgOA•8Y>é(oò¯:@¦gÛ:Gå6¼þÄÍëFã7aŠ6ECÒ¬fér•ä÷ e”Ûž"a¬ âõW–ÇèÉI–L–áÀÀ »×³WãÂ&>¡ÜGó‡ŒÕ´¿7¼G‘›ÕÚ˜ÎÀ7ÊOÐt¯˜çðš—?¶Ê§ô®ÎlÈ9úäöÜUcј“4šq þˆ÷ùO¶Y˜%Òº 5¢r°ƒkÌFúÛòωyr”À—›¶,§'ëÓpÈŠî9ujJ&ÑxB™cPmU©Õ‚íÖYéB¾Q™<}÷ö ÷‡aá¥ÏôÉB•+ª,Áu…äQ£mÇ”+Ù·l{>ŸG²<"ÒÃùm…áÉÕëD/‹u诗ÔÖ˜øß;DœŽÑnˬžr^ç­À‹'ÕI–œ~jìWµ„õóˆÆíÝú#ªA’nQW~÷Œ-=5#¨ñËÏ(òK÷Žx–Râàk%å ˜© už¤OJÆTà¹ßGGÐû‚Ñ?å])ÅëÍöä¶qmÁ¿ÌV1úIÂ3ë2?ÙÆvœì8$­í=°‡8î(j$ ¥ã¸:&Ú ;k•[饱týþx°ý•XºÔ¾ð;a<á 5{dOç‹ ’à³á ­•Aœ-ý‡–¾øUx8„&dOžT1#Tbïs y^>“:\鼚óùg~Spµ¾‹äQÁŸ ™«TÞîðÓÏí2 8?ÌÑ2Þ&î‹Ps –h0.|ú‘Šðe¤ ˜Ü1£,+A/"U8ÞÒƒ˜4qA2•Äi",ø¸¥¯éLJŠI“€Ø8KJÇ­à¸xd3.íçëýÙ$RÈ^4Ly/Ó$µfL¹3lÙKßEÙ/_('ñ°ÐZiÜ|.’¦, Zs±!á}’ì=¢’U ®ß`t½+‚²%¸5KÍ4LÐcX@Ì^Ðl±ÞÎ'é®ÂÀm@z©XÄVPbÐÑ2I³qJЙšg)†Q„T\È·„Ën2êA-ó#: ËÁoëQVb–£ªoWéVýýEkU<ì¡j5!ËC1“a±Qø•ãûÜ44yÌè¿#2•]ËÑzøDÝd ´¢BsQÅDT? 4¸µ_ÑЕŽYÎp­­n`ɧ£Oòð"ª>ï!®ØÂžâÊ(±Q7fäÃÄJ9õ*Ùª—Ö¾¨ÑŽ¥ó•ìÌ|)Ùs_PܽÃ6@9°ÇÑÖ"‡ûr?À•#eؾ¾°ñ?·“*_ƒjƒ&°\úÖW_›Ç"uÂ9Ññ4=wRd¼Ü ¸¢ŽˆÜH+zûFg¸—°™G/óÝc6[ßE‚7zžãJóTÇ¥ˆ®ñ#Í“òSª™*^îaÈlCöU¯bÔ¢§?ň©âH¤9W€Çî®ö1WižOìÐþ›F¤t"Æ`4~£ìØ·K!‘ŒjqÅÛ³®ŠýŽ¿Møùï³>ÿ< RÅwµΟùàmGR¦Àç° ƒ09®ÍðÓùÊ •òú¶¢8_6ÿÁ9»®ßhùjÚä»zã·Wâ{ç0µ?k‹ Sõo<Âí iS§%ùõû¹ß*s¹_[—'¸e˜VeMÕùï^»³,®³d,xæ=„/qh­?q ÁöóøßK øéåü*:- ž`žßÒê®ægÞ,6e½mIàÓdr¯‚|ßsþW¿PŸVf°«§æ‚otÎv²á4æKz–ãÄÆÄ¢7 ¢l\«ˆ’‰™0/ýIïçhïîO_°ôȃ;H…½hGnÔlRÂ" ܆†Jè[|ºžÞÔ¦¶M(¯þ©ØÚ枘ó1!ä¸(Ä0/Káð}<ÖÌ¢Åæ™Ú¼ƒuvø2cB$:¶šŠÖ—pB”÷AuUpYçøLdN ò Ôùó¡é©µV¡*¼idÑÜ×ʺÔúÅM8*­~·QD,ÌŸ˜j§•祽Vx>so!^©§?¹ÞÛï–‡ø’Y²ñ¥¾^1¦KÐ'?ÓnÏòå5œEBW÷’¢ÞõÒ¤ ýúKþ ²!›”¼)²ò  BvÔY³››õÃlú¡Ltý8èðïÏd©’zýË> 2ÖG¶¶jfføù%Ç:;ã(£À\¬‹ÎšUì4Zar¥zvcðs”ÒQÙ¼ÊJUõ¥ól‰˜|1•Oj6#'ÏBùäÝEAשu\nO*1oãYP€¿ýÑ›lŸ­*¾ž:œïa4v@2-þ|€&Žâ’NeQE6ô{´’R.ÿ¤ü맺üè àÇàe[ŒëÑ©MÐÅGÛÝLU`„Îï»ý>Ó€kùœá=½s3'ÚïÕ¨˜2–(ó­¾/_&ž‡,uõHݺNn”uðfR»sLj4Þ‹Q§u'\ÀŠØí–+ªÌéi§[ìŠÁþRZÎPáGh›ï}–ÊžÙ|suïs'=—7ÆE•Ö%JIòu¨È- O|ƒ•šj忯’]Å\AŠ•ðn&FoFBø·ã.QDHÝhdÛθé8ÑâÝüyn£¶1ËsG€æÚpªµbÿìø%›AnØÍRSà%6wÎÐŒÿê¨ÝªÕìsDµxaŽŒ×=‰ £b᥎{KCW…–÷Ek”yîøØh/gÚp#XžDé›6†gì¯n½¢ýípe¡þüQnï&»¬ î¬þºó‹æÁ+¹÷˜HŸf4äW|ÑYÚ<©ÛM㺰ÈíÒÖô+· ^ºÓ•UPÂzÍ1+ÁªgÓÒmÂü¾ ²ýFˤ:/¯¥ÿš;–9X¸;å‚)Û> ®Þ•I]¿Áf…œ˜ÊñéIeÙ´4eÔŇ"­7¸­K÷“ˆöÏSŒž•šÖÔ3&ñ hÂÒËöuz×Jw˜¬n$µ7ëuÚõ.“´<Þ\­S· ç®9Øè(MÄÑ2³^BMb¡"Å¿‰Kç3vÏ7[ÉhvqPóGœw£<#o’Zs?ZÏTx®mê¾eNknridâëEÑó¼ \–è?Â4“Û®bü˜Øfd’(ô›óYœ~^ÆaOM¼è|ʼèΑZQ.³Tø`–ÅW[ðDä­9ÜX«¹Šahå[p™w«£0°ç)…¿ì©$Vž?Y× ;¨ñnR™}Xà¼iŒdD@e¨M‚/‘tùàT§aþºv'ÝòÊò[¿›™/>oÏÜQ÷kT½Þª‚6«+BŽ©ÿ7܇’bn‘æK¯ÑhÇ^¡»&Sâxu3ÿïÃ…9žíªZWûÕ#¢¯·z y>áùAÎ.Ec@®Õ.Úæ°>¼ùŸ*»Nû®Hᢴ± ðéì°à:oÄÖjHë8Ó‚*ê>Ëš+ F&N(çnð!ÔâÙ)9wñöo Ày~è±’‘ Ñ`¼Ï¸¾däMo²ß{ÒËþ-m§×viÕ˜¾‚º2¢ôÄ^h]->)„,Ý.¶ùÍâˆf¼8–‡¡f,›¯¿Ý%°EZæž^¾éç‡Føa%לÄS¬5KY¨`bçÙ=o~ºL‹]ýz`κ ´¥nä÷#åÎ'n±›‹¥0Œ„jŠ.['à„]d:nÏ“yÄ˃%ð>`VŽ==e‡A¿³ŒÇ/´”lýIÀ1eT¤Ä[éчyÜ].¤¤¹„8_Û$„nUH,¢M-y1SénVœ°UÄPóBEUô"o÷n¾ˆ¼ <„¯Ýå4÷¡y•YI±Û¹g Jy5¼û쪣ðI(Øá'KR\3É]È–­ßÃ<ÝÍ踋ሡ 99_31çhôðìò ðíJMÕp’=œ™·ò,†Ò÷Ãèž-1Jßâ5Ä<¨gWÑ~€”ð§`Ï'ÇO“¬àð"Êëë|½wïhÙv¥£N ×µ3ÒÍX·"Ø)’jW¶>§Öêq,'ÌÍ^¦yzý”Â`…•q/£µOô+ ’üˆ‚ý%6íse:…£Q†1m—ñŒd<ÜÈæ0Â’ŸbÁw“}jZ˜…zÈT«YuIÔ’RL-³]óÓËKÊ-4îÉžÔ:ól`¼3¢ ðt+v¿Z)"0£³¼VFew>ñY“îãm½ÊáG©·“uB;2 ®¬·¼M@êÛc"×–­>猄¸’þ%¿Â cûÖîi6yS,@²óµ'E?ÏÝ+÷Ý`Í@\Ûîfž07Îè³Oh]$ßùÉÌ/J6À¦@äîàä¡V¿yÂçÕh®LÝV[Ó׋Z3‰¼h§’ìÙO0r÷‚sÄÃuãл¨£/vésP%’U”÷v'²eI¥g£N)}Æ­þõT¬‘´¹åmôøŸ=ß÷IZz™î¥ ]P@[ö“¼§…tçfa+02sd­8âqv»nJL¼µƒŸè×y¬y‹òôªÉhØã ö¶2íÞQ=0S–¾¿­ÓO·°ÈZ|q ZtKÑòf¾Q¼”A·P FC±M/bŸzªŽr_Êu]gçäüYü¹ˆâ"Ï®%6Û“L מž ðÓu¦dì Ò T”äýFˆ?ƒ ÁoÛðL©AÃRÒeH¯z,"™ÆLší¢›Ž«õ5Ùy?–¡è{”rà…é&vQÎ:!)MÿÂ)ÆÖ(3åú Ë”ëÅ Ázj$è—E{7›Z«z¤Â~õ†Ñ|ð_ù`Ž+ÿéÜÙګ샂4–߸ˆ¿³òq&¤†ý;Kźt”ˆûÉÖ‰^öf1†Ü«:}ÐèTbL{¿Ô-,““d³TÒºX‹}úˆUÞ•ÕIÅÍ,Ärè’}/¢"aëY<ÀÎvzÎÃŒ'6”—À+G6ä¾;aðRù²/•R<`8ÓžnÔƒõ—¤¼ÍHÆu®*KZσ{¤¡¨ Ûù=qfÙÅÞu†.ì8ãy¶œkÙêßM_'ñ\MÕ÷@áaÔo¶„B7¹þ`ȃØ=·T¯j:¶HÖ†»…C-kð¥.Ç“´Tˆ†¼œžÀF|XeoG"ÿÎZ|šÚ(@3÷7ìùö›ÓHT~ZK°åæÞþ,9NiWƒÃ_òЇˆvYT‹[âTHÓûXT¸‹` W€…9Ö2°º ª#e‚Ór°î®¹Ûþæ}Ç’0ƒNò“k|¥Ú.ë¡U+‡—XeKjâ7þez)í…ôGîdŽß& -ÌåçíÁJJì)EþžŠ6,x‡_ALžsžüøp¡ø©]1Í<@s*¯Êsï#HÊ/\ñî\—­Æeþ—JùÏòóÆ<CŸsöÅQé·¶o£¥xãqU™ XȤRqï§^®p¼™é ]EAÅ3É5MAŒkÅXJ>\CbÔ ÇØJ[‰óU8G*–t6¿»ì ¯Ô‹á)æÕò—ßû…qŠ©%†€¤'±+ ûðN¾¡\ì;uï¼:¿W6Þ•Cϱåxß¿ûìz+œÍÌI•Ùá3þ½„%ëAQžËKÜ‹ÎH†¼+IFoÑùäæ&”Ǫ<ëöG )÷çèpM² ye÷`§ûfúœÏ°·nLõòÇû"Í*½ï´#üÞ5 –F ËŠœèþD‘`ªuvY1Ï%b‡*׳Côc„Z#Kr¿uØ{ñEÊæìâbØÂ:ƒcý„¦%âEìÜŒÁò§a¼Ð¾éÏÇj>ßÊÔ1{í$ÛñØ+Dd¸²µ8;„MÁn&‘I—™ÏVÂw…»(Ò¥»oZàB½ËËûKàšÌ>æHïC2îã½ *ž[Ó`øgß»jõÈ!‘F`%œiý$õ@Ýwß©ÝXÃѬ?úòìË@SÁÆ… þ»ˆi8[I¾ßöüÍãí·kzW"o0õ“Df¦j©£%͸ tndž]BE(WŒT×el$l8=„ó hmóK‹@™â¹ðغðI;†a¥ªÈF¹è »ÊòN"uQ}ÑÌÃ÷õær$9àTnZ:µrùãØiÙAšsr£¿OD7Ç(Ž] {¯.®½„Ž%1‡ñ–<HՂݧ{øbꌙ™#Úpí?%ޏªZ ¥ký²}ËSŸÖ¯Rƒz\†F×É1òG¿™+ãvèr;ÆxeµÍ,/²Êc÷´ùàÔâ;UXú²¨<%⦢¢Jë´ø7šQmï/©þØŠõ×Ú1^DP–ïRrHœcñýÈ4ÃUe¿¤‹ˆ˜ nÅcGñX F ¤Ö•Nî…WìÚ_Ãdfcˆ)Ò©·ÃgGÿ\)é¼cÐá@(> PŠàw1TɭרIɘÎh¥1“„+>©áx#³{tíE¨J“õ¡çš,nGROu¦ÖÙÔ£âÈý<íýan"*zB²`»LW÷ bgBÜ®CG ‘Ò·?ú1ãŠÇJÖ3›&K‘’¡š5«ðm”èqÎA ¹hœœ„}´’СÆã®—±½Óø"jáw” ¬¾p_ï3ÎóŒ—×CÒ©H MÊÈ伿 ç·{Ü Iãl3^˜?þ²”ÒFéõ¿Æ0ÀC¤Y÷· ÒÁÊŒòÇâ'r£» Ðò–cßJç·NS¢Ú§a¡õÕF5:–ýš*:ÜÐ6YÝ—ìê;[îKÆò#Wîì >pÜúBÏ÷©e½Ù^O4œÂEŒú’‘s)Eg“ù‰Õwí<;“¬…ÞÀl› µT¼ò'°¬ÐÐèá÷aÄgÃ1‘ªuñçü1Q}ñ€ê9ÄD û˜»Û€ Æï¾ R• Ÿåè[ì­oM®M:户rE´ÄœO5:¹¾šún³ éKò[­©|iý–_T]Ñ«‡!þ»š±H=ä"cn膊`B;‚Dõÿa{“cF}æZç›_ˆtt[){uº V¡9; [%#xœ5œ{“XBî¤Ù{¥‚rØ÷ãÚ-Ls‹¶ýdÎpŠhúH]O¡d¢mƒd‡$ÊÚHV¤–à “ubj#^±LÎmQkÑ*ŠÁ…×Enñe8»“²O|w©{+‘†4£ê…£¥2qO ã›éûnÔSÆ'Ý©’â‡xþÌèâƒI˜di`bÉ—HæYlêN–ÑÂÏrðB§W°ÔJ0‘ Hö»ù^iuJµBçcJûp"bš÷27á¹ÔÏà¤ÐŠð‹{þ¾Ùäîsx÷?ý—àŸÎ¼ç™cÕ'ƒ)F€ OêÔˆÀ}sbc«âÑÓ-Sñ…Yˆ%ó§2«;8ä”Ï vµ?vŒ».R~‘z7ô?¯¾Á ã8t†ÍÝ.j÷ºQÿ¹>*-Ú)rŽhБ®XÉÛ«Ú:üìðCû«x»F£‡ÂÇ<Ía䪄E:bg´™ÐdåXªñ£T 橾Úò–Ù¤œœŠU‚¢:ªÄOF7„øÙ£Zª­×É?לÈ;‚’‰ÏèARŠ«Šì(öPOìÐ5KZ'®]ñõ÷–d¶Ä)±‚‡§b’i!äB1Ú’b§ãèq–±©ÆßŠ ´¨‚œ.Wü“ ëÌ ßn¯L×®îÏn{áè>ð{E´Æ@ïîm3yÓÖy؉Eát†¤”ºgýÞ±Ô Ï©àSùU5XMž†n,³bCÌ·ßE‡´: ‚fa±°veÑ ‹ý)~¶ÊÛ ¦¶e$¸þ.³nò™Ö‹8§µ÷ô%Kr íKöX©–ÃòÖ_2Pehi‘¨5„b 9H“ЖNý¶=BÒÔb Äî‚;²Ù„ÂÚ®°«D¤ ëH”‘£ßânúRª,nÂ&(â€ÛGøæ£Pd¡éùü?¨ȃhðÍü¼cóÉ¥å|ü({öcØÈmãë4¥Ú…ïùÚ¾Ý5WýqÏs­|î³Û÷ÿ"ïÛÕ»žöÎàj›µiÅåT8RÊo¥KñÜɲQ´júÞä&¡ ,«n©½`Jë]øñ±¦ÀsnhÞ’§5b4‚Ù2µîã@!ÝE—Äø+šÞ/lÕbšÇÎdFóÛáºÓè>ãFØëE´ô š^µM­IVbûû¸•¦¾@ë44h´¡òÎFPK¡«-íl&xÆÞSS¾Fu,A[驿5ÒJ”iö$Y(ÑJ§2D¨lHÇvy#vlV8âíl2ÓÔÖìèNƒGÏA¯^w¨½ !褕”NWéS!Òj™¨'#“ÞahúØÇÓôã,ôËšót|yª¸þ‚© Û»0cQ4îõEÔôa%$+ï+—Û¯©”œŽ½Œ‡¿dÃW?û|Èše QÚDFòì^B¡. ú {{…©«R–V¬<¸4ÃÑÎâª&Ú%ÑìÇŽ7ì§šyºmš”-ROBàRˆYÅ}§Ñ˜4$$MŠÏ9cΨÜ]®!ac ­ì»Äs7ﵘ‹¡÷,‡RÔæ@6¾”%óÀÚäŽô•Ü–ÁÒ ²îðøÓÔa#Æ¢E,­ôå/6rKØ”î½z¤!Â??²m€¾ÜÀj……#ï|e£&‡>˜ùÜë‚SìâÔK|±¼}¶‹~MüòÝO 1³½Ùß®Ê[ò³X”u"´Í¯32JS²+¤å–wÑW†»-†ÔÌHP5ªhU]Ïîã/ð¶‡4Þ‚ìo÷ã)bZ¡´b°RšwJ¸“Åã'pcrL‡mAUg‘²¯1ÁÌÊ4,–­yÒÚ­P&IüØ*Ýpžƒ·‘JÌäÕi•.§€›žZàŸ 4Ðý:Õ Œ)±2daNæ¼J,&9Àn—{Î ÄÓa2±µF<†ÿ¥0!Þ endstream endobj 834 0 obj << /Type /FontDescriptor /FontName /QACITF+NimbusSanL-Bold /Flags 4 /FontBBox [-173 -307 1003 949] /Ascent 722 /CapHeight 722 /Descent -217 /ItalicAngle 0 /StemV 141 /XHeight 532 /CharSet (/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/Q/R/S/T/U/V/W/Y/a/b/c/colon/d/e/eight/f/fi/five/four/g/h/hyphen/i/k/l/m/n/nine/o/one/p/period/question/quoteright/r/s/seven/six/slash/t/three/two/u/v/w/x/y/z/zero) /FontFile 833 0 R >> endobj 835 0 obj << /Length1 1166 /Length2 9044 /Length3 0 /Length 9820 /Filter /FlateDecode >> stream xÚuveT\[º-\ƒ;…»;Á%¸»k…V¸w÷àÜÝÝÜ!ÁÁ-h€Ç9ýºûÝîûÆþ±×šóÛŸÌ5×›†BUƒEÜÒÑøÑ aá`e(ƒÌÝ\5ÌÀŠ,ê@k7ÀÈc†LC£ ‚Øÿ‹~#$]€f#XÊ òÆkÚ¸”Ì\œìvAv~AŽ·5;×?]ª. Go€*t±ß()G 7 ¢áæädZª]Ý\,€®‚«·Îþ»*@ÒÑÉËdmÐk©ë0011ÿá˜{ý“H]AÖ`íÛÂhïèôW¥·2@0Ðå­iË¿bU­Ì¤-A¿ÆÐÛ@ N‚llNVfÀ7ŒÕÕŠ „°1¼5* ¶”ttø++ò_šI\€oCy±ý§nv`G°ÏÁV °åß#Yº9±iAÎn@9©ÿü!ÿ³B<ìœì유3èiaÃöWIM/'àß$Ç_°ØÒÏÇÉÑ `efï ôYß^È>®fî@ÄÅ èçóÿÿs‡ÌÁ°Y@æ@ë·cøwö7hõ½’Ää 0`gegç°ÿõükeôv –Ž`{¯‡+›9l²º**RLÿ9û¿¢$$ßR²pðqX8ùyÞœò–Q€‡ë?3þK‹êð7ªjú¿}²ÿ;¥ØÊ ðqÞtüçHî@×7oèÿ¶1àæWv„€,€ú[LJýÍ5o/ŽÿÕRÿƒÿ_õŸ5>ºÙÛÿ­ ý?ä¼éá Pü¥ˆ½™Ë…›9€ì½þ—þ3Pø÷ÿòÈAÌìAâ`kûÉrýòZª‚ 6ÿ°Ë?U¶üûU]AÝd Çpš6 ;0ÐÕõí,þ¦€`Ëÿ() ¶p´­7Wš¹Xþ ø‹¶psqy“çïzûöŸ{+Ð[ƒ@ 'ÐyuÉÑâCˆmCH×}8±ËþW®A^­ÛW7rnäX{è]V˜e»rbî‚ßü©9Rª“6"5°J°Ða ÄÒ±|vݬXØ¡X0²‘D'¬BÊ‚¨ˆô3—ìƒD‰1éy¿$½FdÏ)*oõhD$§±4ÂqHïõUà‰É*‹ª‘T—ðƒÎTdíýÕáÆ{¤ØmƒÂÓQä{[fèäõQZNî°«»±L—†$ÐxÂd! æÄzå|‚=Ó½œ6VuãNE<ò\FNëÌÃE€è–e›ƒæ˜Õ.&;ÿ÷ðÉÃ_bmP\Ö±Óv[Çj„¨p\ï{WFPĵÔ0.ö)uš¬«UoÉåÝq¸’4*iõE[6řςñÚ­Õˆ¶5¹[ï´º¯tÄw7Ô£AÍ~ëÝBžž êÕ÷…}l:‡Ž¥œ³´IŸæ€ä®qTÕ?ºËÔnG縋Öìu¸LfókÙœôêjx^îNÉšsŠÌsIÓFï³!q4dz³®¡é¨qÇùøk,D°µ$KvWúËÞ¨WNÈ«:‹€AHÌÓîZÞÉ• !@Ž\$°„4Ú0X“|2¾3ñÁÎ>’å…\§)ßg¡VêïŒ#°§˜^¤W„wãÝ–FEÖ™Äúpzp øÏJ¦q¥xÃ@Ôݪ×ñ<û´±ÎñÎÜ @ÉÖ®j'zÓg4™;5‰%ŠÈàUz£ëƒ3+µ7È—‹²‡Ôdh²FaQu ™¿°Õ³"]#Ýi'¼ãýH(¸ÊBes-íAým‹·CýN™÷›B Mözá9©Yura»Dy¤"áªÞžX(I{näXøóçÜ€ˆßÊý:+D&]N  À0ñݲ›¡!JuMéõÑ’RÈa­Ýû®‘œo&m9Ñ?vö_üi"DuE”ÙÀ‹Òþ í0ulj‹ y(%‰?ÃoÊ 'L¾¢æ}H•á`]Ò`ž~žÔ~ýñwÝO3GvÄï‹#›+#î–µ'Ö@ì¨Öî ®­‡Ïoœ÷Œ{|Œ“éËÁ²ØÛ¡ _÷%›ú>oÿâ“8Êh›˜Bú34§g|²ðq\â¬æý£_×û¯a9Z½¨þ#ÿ†æÆ)–žqÞqMÔA‰œxo5³×Ó;.Ö$²ËÇ,ZÄC5ÑJ‡²*ÖÙÔÆ“'5}¦u„-e7z®fë+OköàÑ»1‘GèöÇ‚oX–2Ç`bÅ©dØ(Hâ;!JþÂ#´§°+j~ íª9»½{Ñ,Ê”OÖ¼A~Øq*Š•xŸ¨ìñ4`q V£»vn÷–U;” þý]dZò¡QÝf*ËÐMzu1Oî¢:M¾Ôáp+ÌV›Í<Ô÷Ða JCåA¼ ³÷‹ëºÄ¡nFYdÓÿ(;Šî5_þî5Ú¼y76¸ôÇ ß(·¼Îu—¨™§íî˜ è®>X4µ§ôÌßÿÅ©w9è÷ìpy±…ÿ‡ƒ4WÓûT5ÑÞÏÁ‹±!ØÅÆõ±—)Z´­ˆ¬Š\R¹K÷yW@j@ozÛ—ØâŒèÓ—™Ar@“2˜Û0õâŽ_·Hïüš+ï9a™ ÀZH°ß?Jxx}Œš] …óùÝªÇæº #ÁAÈN5ÃéŠíþ^‘Š%÷RŸƒñµæsäpš^šá{©Ñû_´P3åt•ýÁ%ü4d;ß>¾ŒzHz««·H«2ejú'…] ',?åªýÈîÚbŸ5\Íßà2jŽ\Oj ê6‘' §²ë²¸$5ù*ì’êËœ=´õÚáOçÒž˜ô•àÕTL´9Y.§³9Ïøh? …ÕTöÈ©†~œÜ÷j©®y• - %~œ.>Y ¶ììs@X­QOÊ“> ¸×ÐÝÙÔñ¨»ÔÞŽ˜=uáØZD=\¦^ä!.)cŒsÚs¸O±úXøäRãä„òKÂuƒ_Hc:æï˜G– ÅMøV'Q(¸ƒ µèšyŽL!t'±ÃLo)vÿÙ0€ï„ýkƒ§è—uVòÂñ8§P‚sDʵ1ÕÅÕt9›Ã6 ©’Ù‰Ïõ§6Uwé˜0Ïpr.¸dÌAÈ×µxMVv‡.*[_ó„p&peØF‰ƒ¬ý¿:þ² ä팩h$=™i-œjÐê·Fó8{²¬ÛH †Z$Feâ«Q]–0qîY7âØ¨ºšûûæLnpÉ®.ZÒ&œC¬Z¹·ß}¬Ga¬ûtöçSø9£î°RT«.úî©nMÛ—É&(ñ kå‘A[åbêá!nžp´ZçÕ–oº‰ÆF‰—Õ’ÁiÞYѸ¸ÒbÛ n)¿ý<ÈPÆŠzV1B( ^~Ë3;)ÚZÖN{ù1§[Ãn ŸL³z…ž3]Hð?o ýj¶ ¼=-ÑÿÝĬ½DgZ’ãTH7˜½ZÞÇ|~â 4 ²»ªtúÄ—&óJ ß…a3 6ÛûSA?žÛ—,FMi™²Ë<Ôt…ï˜nÈA²ï÷o½pÒ .5æš2Š|¨×Çœñ /þ˜„^Çà8¸Nk˜š#£’[«úi ½`Ó7•¤|ᑼ‚ëmqä[}ëlýÊ•šàWÜ®Ãëzq‚\Ê^§q™õš.®¹£õ¡Ë´¦d:c±Ïº£7t€)é/¸Ä¤ÑºÂôÝùT…&Ww¬#d€zÓ;»°Ø’o=¨õ}Õ0Äm¨äö9è§lOΕ­fÇ5ëþûyY¼h a"ejQvÕë«jX8bÃ&9ù¦ÌûÏM „ß¼‚–ýƒ§ ¯ÇE‹ìuþóï _G Ë6(!Ä:R…{¡íÏi Î4u‹cuj(DŒ¢$6ÑwïZÏҔ˜øñt@hÖ"E°Øðƒ‰Q/<Ф>$ó¦€xÔ½÷¦¿ÖòKë©ë¤‰tøü÷Î’‡ŽØ uˆÚ7ä’]ȾˆØBÕJ‰ ,uþ_dvOVöN)¯qh»CÓñ¥Ö`îš3¦‹V¢?ÃØ¶—zÌÉï³@}…æBÓ²Ô&Dsûä7)uŸÛ÷j,ošq•Ÿº|ÝÑŒ…ª È#ŸÞ¾àƒEè²/9ø*£b¾x”Y>¥eÎÊìì6Ân0õŒeKpˆø$SHÅóµz$H¯²¤¿ÿa,ýħTÊJûªjèXÉ|[¢âÕݾ®}eÿ$LÜ_P3õï°î]ãqf×"G3?Ž·yG3L^»àh•‚ _ÐÞ ¸unêÔ¹sÃt~ È.­+ÅV™ñEp˜NÏ}ŠV“Iòø&!(ZÂ’~ûzú,‡¤q«ÆÑ¾Å…ÅØœçýEm¶Äzè8]LLЊèŒ4¾ç5ýš.…>‰„ ­€ÔÏdã ·K¨ÐEý^îZ'#µÓãuˆÌèã SØôá%òл}|ÊŠ~±ïýYÈȹõWÉBÏ=9þè­ÉøžÓ©j5NÉmMFöò dÜA"ùéc3MYs,'’‚=AúmyöïåÙGÛyÇÙ~‹mç¸".îœÂ¶Õ˜ÛàÙòôµÆ8v·Q[…öKé¹Àêºì/Áy{,žœûˆpnÁ…ýbÔ³újW]ͬOZÀÿ9 ø© ³Í­,kî¹8‹OKç):M {) ÏN_ùÓçånòVÅ™óŸÑéøq®2Á|Ð:ª_‘p8 êÝŒNôr/VÏ L‡¡e»Z|Ü$ÙNÙNσô/Q%r¡Ô—ÎUïl9Á\FJp?[B6>};€hTÿ†ÛÄ0w˜®X–Ð\ ‹ÝPÊ:ÜËr„ûŸN\ –ä?µ2«NäQϣƅ®x¨ºF¾©¯~¿È·™!0É»9f˜VQ 6°#ñ9•Ua\ýó’–G]8Š-o4deÞ|ïZ”yÝo‡0ûz0Pš¹˜f<¾ÑÇ0 ¥F´ª•|Î`þ~zFØ$w̦h‡‰ŸBaÏ<îô5eKjìN‹ÔdS½¶íû¶»êñóÝ—’ÌšïÞíl& Õ¡',Í«õw1_¦d¦àá ZÐØ_à>+Çþ¬‡Üfj°Át÷qMVñµ¾G½ûˆ!TD1JH‘ÅN/KGkËE™ê\¥ÕÏQ—øƒûV… Ii&÷¶“©„e6»+²r«crò˜Ã›Ø‡Ö’5ÙêsÒ{¯û«­ªsï£×'$Jfl;0Ì b¹í Ó”£Vûèp`B´Rü|ÏlUÇ»ü——e§|¬=»\¼Ýë  ëôÎJ_fb=ƒúÍ—g´ïót mUèîKñ¡,ÎÜ??BÞ#álÊL‚*…ݳi`$¼˜æÆ¬õÏàu¾ñL„wxi¥olG$„ÔfOuÜÊëôJ<ŠçÕô4!F†òÿRk £þ”9Kò-+޵Ή0^õbÏܤÚfÞÑž–}ÃΆ‹G{:³1Àð«ÇÜO5 MŽ_i¡¼-UWÎr+û|å]ù-È·e×îñ!ußB癪ï±]â}¢JjêmAJù¶»›ÏÌh¥îI¹˜‘¬O*øá3©)|–å»Ìúci´-e¤²`(ŽËu.ßEŠš¤CÑ«ôà㮋£€ãY¼ùZwí£Þ/>ïŒP+CpçAÞ JMTĤBlB¶T›ì2?ó¶—¢ŠY‡,aø¦³$ÄLE?ÙQÑq«®dUòÓ:RzSÜ¥xpe{¡zL i² ÎêgÌÌ+ é7!!l1æú°¬Ëµù§Ct ¿.1)¨…ÛS$–ör½`”™°ùÐá3ÑÓ,W0ËOèê Êï2Û•Jc–&ð÷æ’Ðr±6F1¦v0ÙŒ°èõüRÍr&–ìZ­c™"h­*·“Œ°¨Î™¢¿/ŠÿZ1“x[†mÄ:·š¾Û%²ŒfÏÐǤN5h«Èõõ½u ¢-$E`"†Iv}ªOCoˆ©:°=¸É Ÿ´ÏãëÚP»/¾½:Faû M`êt½àNbEhL.:â>†•°6ÿÀaJÑtxÛ¢ë LŒÿ²ë”Ób½úñ5}»œÙ€®¡t6Ó*í;Á6gë‹ÂÄfë:qt>MË.Gô Þdé‡'˜´3¹†Þö)à+J™G@Ø»&yÍÊH–!”?[¦ª~¸|²ìNƒhZPÿæS?q`#Þ]Ô‹fPä¦x¸EÑú’Û{ÙGÅHŸ{gü}º1íD£k3}ó¶áëTèï¬E“÷X³C3Íu6sÚ`ÆäqØu{ðÙ¦âE¡‡ÕHõ;‘½üâ/¾¹¹ýVÁæˆP’RÁ§b‚œu3´´›ã^ÿÐÖcˆÎçdÔ~ƒ9;fTVòsñuYG¥É²‰ð<ªõ‰ Åù‹÷~š¨mïKÑ|ĸ—h/5)ÀqCk¿(ITSc@‡RLŸù‘.(Ðõ­Z/®, oO'8lÃíaùCœ¿c§ 'ím‡æb½ˆìiC2TU ·Íôù9‘š“Õ©HFdx·‘[Sê, y§t@ß=L‡áëñ›WFS"l î'Ûƒé)Y…¦d,|ÀÚ;•[¿Ëq¨€…÷Kré¥!,‡Ø(!7–Ò¹C¾‰Fœî·/ÕX²÷ôÖœ±ÅuÐDéÜÙF:äîËÙÜS 4/³ÍÑ S·DѨ ŲC<¾rák4ŠÅÛ_JÍÛ%»é¦ ¯Dï"Ü`“ddÐr½b“±dÚõ7Fᛕü½öãŒh ¨jD¬b¿4²r¥°5N¡0™SÂâ ½Wö:©ðêj58Bm þ$v€ÉˆÖCèÙ”<¦SB4:l±)ëɈõ-"7Q= ³ÌjX)oR7pºP36z³Q^Jd\`H©b>WÎxÌÔ|FobbAóèê*f‹gäèÝ¢ƒ“SäáÉ_6€ÉE> Î=ÿòçlØùiPÞ­‡ ·#ŒPyÞž€*X$ ™yÚ˜Î÷Ö ^wWk?jR/ÉÙÃÖë¾Bl=*wâ\jà6(H¸³Û˜1€&ë¥E^QO€[_t‰H{sjáfÞ¹˜ÀôhOÉÑô²ƒ°Ÿ‘‘Þp–+áÃQñJKfÔì2¹†‚wk&±¶4öÜ…U“¡ÀÆâïp/om‡¸ß;gÂÑEg9ìYßø™ÙÙµ6¢YzI(s#Ùa9WàÄ-/œÀ†“SÑê’6˜ ¸—„iq1Æ vZWJõ#•DÃRj§àEÔW¡/¾°€B_çÙ3·®•ôÈD0^mõÊ̸Ֆ¼ «Õ )¬Aã÷@EÍù%ªãþyÎØ&olÛ*unå;AÎòlU’”'yøü˜w¼¤!sµ‘õV9Ü·«„CÛÍHC®ò­uƒ ¨ò]E‚1Ý4EŒuEÝ]eyìñ]‰ËR¼B°6¶F7è«•ù:™wü('Êv×¹ 2âÖ‡Í%ÏsÕI¯åpœ(†hºlã¤Ò$ÇL$Úv´l’wÓ¦Á:ê&‡tYù—ܲíÈQKý|½6HcÜJø#D>É“N.[™õz#59‹(B-²S,^t·4ØsE¡4àÑ|X„Ÿ×"þ„Ky5PߨDbÊgr\¶å€k½t«žk9¨ôǵðR×èœd•vÿñ@É%B¶Dè–þç¶÷û}0 ¾f™(ïä1‘:½Çé,Wø.Õ D?-°?„ŒŒknœ2”ᩇÏl¿ìçQø…ãàܬ53¾%œ^цøÝsqY&»ægœ„; ”§@…Í\HÄЫçøcC@Œ 'çÉד÷þx?þüø†{)Y£­F×[ï K²€óI’èQjª„—ß^jå-v(®Ùúº¥ŠMRo[öüë‘y*0ˆcªòÎ 2tV†Lg¹üÑ"” Rj^†ºãëÅ€ÕóÍa!¾DüÄl¦Kª™OX~žŒ$VBf®e¸òð%HdÎöš÷ –ž¬zq4?8qq;î9zöuÀXÛ¥Ø>ñrÖÚ$+/_ÎàÝFs¦Ë+e½Ž‘ê~•.•–§‡Ô>bsÛ•ëîbHû8Œ(¯ïo×z•j™˜-Ê5—Ë.ÓÍw\ÎJ‚¬?_@y«¯êaw¿fG·óÐÙüÉúîïÎPw|MåxNÐ2q&¸÷yÞ®ÉÀk‹W±Z¶ÈôÆâšÙûÀBBH|¶ÌÎÞ¯g_>Ì x”µýTٞ鈚}üR35•‹û`´ Á4xc|†Zî{?«¬‘g*ÙðᴓŸ›t‡?Kf¼Á¤øw? Þf6ÿ&†Öö9¨“iô=KùÓxÚ0HòrUýþ¢ðuú fÓwümz–­ÊD™Ð?Ö…4Þ0>D:BküáíGÝQË17˜æù¦ÃW¶­Q³ëÛ,›ô¸â ¥_` .Uaº·=”½Kb§G$sQZ¾ ER#×__‹—!õ'Å}DâEÍ¢ßmå°¿ ÆçÙÁD¨§ás‰DçŒq%âÁkPàBÃej)dJ3 ™üæfùŽ>‡%ƨƒÊ|ÚDšEwk•Ã=z™R_‰12¹òRiøž›À½¤¹OÎÁ´îs…Áïd¹ãî‹4ôZOÆÞâ(L9C1¦¨8°vq½ i;Á3ÚRm-cí§`¶“¿¥O%EhŠWÇY´’nNÀs6‹‚<™Ú‡î Ó÷Éïg.Åï®´“ŒGU¥‹ñøöÆŒGxm$´tù»w¢e*%Éôz*ÞÀjN¸–Y"ŽcÞN …( ³¬,È’ÿ‰µTLÝÀÿ©¨-¤8óéI &Œ±æSçô¥í‹ s¨—]–A_î_½\f†œ=Mø$V.ŽÝ­:/kìóÖ,ÈãÓïJ¶èÃC:žË¹ûbX©¶,b_u>ËÈÞÑøäQøÅÏ]ÆóžÁÞCžËRa¡B·Ã®šíZ’徨öLK?=pöX„ëå¾ÐîtÍ:§™ØÚ·wœ=ÒÔiê©!Nìz’BöïÒéÓe#¢Ž5¿_’{ÚÒ4"·p[È“6é¯è(m?º•‡—= újc¬î›áR:Û8Vß‘]Ççõó ¹ö’ŽŒÖCœ¯WÆqé¯ÞD¼k6½™¸‰„4‰‚ö,ÍÏD‡ÏnŽÅ4ðl¡Y°$øs=ÊäX’±jIŠÐS¾~a¸¹÷èÔìÃýõ…‡½Å«"¥x ó¥z5Õ* ¡âjù§Øw1\6¨W¯\Xà^' —¡ì7FÓý¨™V‹†AIŵH]v¼ÚzO™U‹ímË.´+j<]mO$ñ©X,!æM—U'/-]Ç*:BÙëi¡µ=T‚Öµ«å?§Ïÿ 9îß5Ì}I +9«îÜœ›RR£m êQ¾ôn7¸fÀwx‹ÀàyÝb4áãvø¦*ÒïÈÁQr² ÞP“Šf{³ *ÞßC»V¯“â‡ÓbÀÔñb‘·D¤­oa|«7cÉ3TŠ3™ûZìú%ô±œ_ß|iñp®þ>rÓ»6'¥Euö “Àä»ç¤¸js[O·Z¤¬ÿŸ”M¤±¶)¥mztñç,9í}¥…™QVê  f_ò±9ÿÂð¼ w~îO·γ$º£|”rÊ‘ Q‘„^€Á ƒï;GÌ,yPzŒ‚µ¡€7®×÷m¹9¹€~¤~‘Q&)˜©¤=#ê'öy_ Τ߼r-©=^勞W˜ÛðjiزY°k¥b ¢7Z6¯ó‹§Ó:MC©uoʹ)¡Í€2 ºÚŒü·È».Ñõx ÊzL•¨Ñ‹ò/•¬U–’‹+Z§pëm­qa]¿åbU¼?†ÿ¡÷VïäóôÚ:­ 3züFTš9÷z‰Âî]æpVcÑCv½g!ÇLp‹³˜€‹'Ti`$˜@X¹!<àwÙî#ª‘-Ð0ˆ#*$‹*ÍF}ÿA>Cfà Ès’èÝ4:Õì¾»† $ã&¼ã?#!ÂNJ:PÖU0ʼn&ëÅ0À‡Åê«ÚðZ Kâ®ë~¦yÒ-kÿ-¯gs¦+¨¨¶áTMuE—o×/â'gûlrrÊ×䱘Æ’õ "Ðv©È;Ö3’ô¹cþ¥T§Åäa˜ÜW×r²hO\i†Þ\çŸ$ÜAþYèNQŽá‰ÁàXÆÑ,5ñf}W¿®¦`4o˜wA6¢"âÃ}üiå3Në|\àˆêºuÀ¬ ²>¡Fâ©?O)ypD¥Í8cýÖß¼w9ßÑH+‰÷²ó¤À'©’l}3…ã53¥#úà:~±b…v%¾;™ÍŽÃAÆÚ±€z©–-’QÝ‹B}x޼\=Ò,̤å·¯ŸtsV÷mN}ÃÕkÈåÂso¿²Šõ>’Îl祃›,GŒF¡ï&lWŠØ½{£F¥4ö„{ŸP§Ü-Û ’ºæ…Ç•C*Ûuð÷êiòËhòáàeZ†dޤä/q£[NB6aNáÚPìH †lÏyt° }À qŽÓaÖ—°O,9èú¾O9òWåLä“Â;ù¦ú¥K§2*Ö^xm¥œ¨ 2üA¯Yò¥L»«æ*’sR›Ü ½î±¾ýÓ›þFM¼_i €Örêm·Íî³\ß‘¨& „¬­¾^"­„Æ)3;YªOÅ/K¦%éÄé—´í‹diç{i±D¢GÏ%ݰ Ð’ ¯¿š‹ Gļ:ŸA%Ö¸ÆË`™n©ƒMÏò@Û©;èÄŽîm$Sd$X=)ãê˜É¬H#ƒ $t\ŠdÙñ½ÛßÐÜžÊ›t¸‰Þ ^®”,0Ë+îj¬4…C¥°˜üãFúI ù ~¨~†éºkq— ¼±k¾òŠbú„vá'çZzH^;07CT Œ¶õÁ•ÌôŒ'Ý 1†]PvIiFÀS&¸Ëýé¡°ï$ùR@Ïîz$lü"ømaçû¨á%°NNಥä3Á¤©Ã¨ÆòØrg’€ÅJüìÀ‚âý!ÈV¿XµÝÇHÇ–ät…@ã^7…!üa–x_ª!)ÙçAC4¤ˆ„âNo:P,•nl³G•àw…¶5’¸`’®ƒeS"HîíÂã@¾ê¡p·Òå÷Z,‡îÍÿR¬<+URX$™9D¾Íßšø ÷©M?&!cÀý¦6a‹”¢@NîL ‚ÆZŒÅĉ$$õ L%ëðHBáÃ-$uIÖþXl'¾/Xƒ¬éŸ0_Š'©›´‚|4èî/*ݬzÑVÙ`N ɽy¦¸¸Ž¤“všvõ™9¥¨,Òê)n½?v}ƒnL5x÷Ê›¸èÏTÂÄc Rìû“®†šÛ*åÓx¿ Ïf &¾q6;õ‹ª îl=mIp5¸ÂUf’¦å(µçè $y«¶†²ËPfÔß oFâ%öß)bKa¥²ºcG«ÄA¦nþü¸¸à™)Úê`›/èü™×níúñ^…û)X¾TµZÑ ·’­Ø–÷ˆÓÊj¬„â¤VQ¼qD…Md¡·+Bwó„Î t¾Îã~ ŒÖiø„ÝáŠà#¿S‡ªPËb]械r{¼Ø§EÔw°(#4rç[úÚÐŽÍ/˃a‚}€²?çú‘TäÚÃI]q"=Ó~ÊzÙDBË®œ0|¸£dXowØ|˜o"Èu’È¿'¦0<”ÙÄ›ÜÒÃ?³¥/oÌ¥`ì«Ö™Eëéž_D+®Ç€ðÞˆÚh¨µ²aazŠçùâT¸úØhbEûãÀ!áðëëøAE€ <=d™JÑ6˜¶ÌeͪêÖ~ìÃJ“ m’ªÉq¹Hk:N²Èׯ;ÏÀ‡ŠOèú—Ф4È_#XçR¹ÖúŒÓ~R`½Wbs ô×`·Ï^]®ÐC¥¡„wÒâ'ü€|8Ïaöªœm¶ÖƒWaªDt9pÇf“š8c°oûóÇAFƒÁ¹† îl–휴„ÊE’îÀ˜'k‰É¦œÄ@³Óóù6w%IY»éDX&øBó–÷æ^´ ú[DAVÍ©$¯¨æìjÊæ—Ž1\§lÊA6±•iTuÆ…º u™ewÈÌŠ€§ð…Ïç²#Ký|Ƕu0 LOìÿͯY endstream endobj 836 0 obj << /Type /FontDescriptor /FontName /HXBOOD+NimbusSanL-Regu /Flags 4 /FontBBox [-174 -285 1001 953] /Ascent 712 /CapHeight 712 /Descent -213 /ItalicAngle 0 /StemV 85 /XHeight 523 /CharSet (/A/B/C/D/E/F/I/J/L/M/N/O/P/R/S/T/U/W/Y/a/at/b/bullet/c/colon/comma/d/e/eight/f/fi/five/four/g/guillemotleft/guillemotright/h/hyphen/i/k/l/m/n/nine/o/one/p/parenleft/parenright/period/quoteright/r/s/semicolon/seven/six/slash/t/three/two/u/v/w/x/y/zero) /FontFile 835 0 R >> endobj 837 0 obj << /Length1 1199 /Length2 4246 /Length3 0 /Length 5013 /Filter /FlateDecode >> stream xÚmSy<”m÷Ob²²…±ÏØÇ¾oÙʾ„1scÄŒÆØKEÖDöÈ’%²ï< eß÷-K¶ìB(BñNõ>Ïó{Ÿ_ŸûûºÎ÷œï9ç{ÎÅÃed,¬‚Â:šX ^&• Ý<=Œ=ဓ§á &’ ï üÖ…ªáŨ#ðgO°>ƒ‚aPY¨Œ¬”p†ŠÿåˆÅÉ‚ph7¬ØÀ8W4†©c‘žnoìéîîŠP7¬' xÈ‚ þ>3X ëî‹C;9ãÁÓæü‚‚BÿX`p8ìàûV<ÐN0/áà¸bÝd#PhG(õÃ×È¡Bã´ †8ãñî²¢¢îŽ€`ñpÁxQ~B±”Öíè‡~êh€$4æ+ú; oa°ÞÿßBŽh êg{(OwQS ú¶' £þß‚ ôÍ Àƒ%¡bP8T Ü>HgÑ©M|ÝŸ ì‡AÝõwǺƒ®À]´#@øü=^óîúÿ_ào  ŒB#ñ`À‰0’Ø fÀñ×]Ç¡}ÀÖP(†þøþ>Ý$ …Ÿúþãn€pÀ¢–úƺ†š‚¿ëÿoOUU,V&-“‘Ã`„>á’âÿfý[¿´øi5B ÿ[+ôJŒ# ÿÕAË¿Úòp„]C~®6?øù °x4CþY#¨$”°A„ì·ëõ?øo—ìß94=]]*ù% ˜ ‰XüCWÂÃù¡ ùÿ¢nhWßßÄýÛÑøõ þK÷oø» ÆÉ ÃÄ~Ñšhe„Æ#íÎ_r£~>PÀëþñÄ !’°a&Îhä- àáAÊOÀ þ•TƒÄ¢Ð'°1ž°¢êoÃé‰Ãtú9)Bì_wG4¡Dð Éq,Rî¡KÅÃú¯e*¬ÞÂËýâ-R¦gžœ Ç®DDˆ› ˜oå³Jd~‘IHS7êqV,±&Ñ'! yªñXÚû\µAä}0±v8ËG‘JyYŠOdÁ]h KL$sRƺšo»öWá%¢ZqöÒ=ö¯V«k· IY9 ³‹É ׯùáŒÇÛ†Ú®×eIG»Õ¡.¡IußÔ ñéZ]¬ùxH_Ü@g?6ÞªJ)yo4D „¯øäÀj™/-ÛØ÷FìØ¹àµãqY—{¶¤®øM÷i¡JsÈãÀFUÁd†2ÏÕÌA ¹›sîäl¿}ù>³¯šŸ¶ÌËñîämè[JºÉ†·ç/*svÄs΂Y§%ä«ê]uIy•cÕ$1ã¤Ò6/˜Ÿq|NÊ ½Í¡ì•֫ÙÝyÕãO³­ZcÔÉ6K˜R«Pêð¦»>Ïò7–Æ Ü`X]"én€¢l Ô^$ˆ¼ÍJœÛ³r6Ég‚ÐÒw’ŠŸª % §Dq÷TT%¿íLñÛcnxxz‘~<|ÓZLYhsÑô Ȭ9xëµ<è”õ ‘¹ÀG ©Ø„è{ŠŒÓ¤ZuM9"%´¢ÎÅ‹Ó,Ec^ˆÌÖfN£‹ÒªÌËw6³Ìd&?Ý òy& ï9ï4Þ€{ëUïEnm¿e¸¯˜>¬þHJ“·Ð4")ιlWçf¤‘Á˚ŘÕ_Þ»G¯WO¦6Ûû>ÜÝxhÓþ±Ëcj lÒÌ+­®¾—óŽze9-“˜ü©½…„źRmbŽò”¹u`Ms·#µûÆ•*Í¢>öó9¹±!ø™Gåä:þÛœ ÉMHÊäùó|{RD½<›ÙQï2˜ûI¥4­^_ÌïÕ|~0¯ÅÆ}†ªÑö¬¤óÖ·”øZr…úo8†™LëÏŽ3ø²‰í³\J¨Vdô¢8t¹ÉͲqÙEÃßdYÎuàÝUð}!4YErÏ:sP¥.âi¹¬ßJšÿõ±lü’ŸÕç'ùÙì"µ­#ö&Z@Á¶h~rø¤ª‚¶ŠÞ´¾*«Y‡¡ûü"Â&‡ŽmŒf·^ÕÏ`¨F%×;/aWG•àÂB¡®¸Ä7pÛNzÛߎP¦ô¿,ç­l&ÝËÆk_íeú#³V2’óÊàþ\4àúñ²Ê~öIÔEÔ—“¶64Yª²ƒ#áþ,A%z ðNÕ0)yûý™Vg¹˜0Ç•xèˆËM:ß…âWÙ16ÆÅÖkÍÕXã¦8¶{í/阓å»8×µšip$©¤hÅÞÎÊÑ »6ua¿&JŠm-:Ôz¯š]f…G¼õŸ@¯f*ÎRZT“KƒiØÈ‘³]<öp­·“ç^ˆN}©÷àͼ¾úˆ÷Z8ÜqotWê ;>hÞˆVÓé*Ù‡NUm¾Ic(U’š³›ø$%Ò(Y)„Ïܪ|’×PºÂ¶Ê¦ý©~i±Nä-Vé"^dPõSþ×÷w‰¢8Ï£¼¾‘?ZyqË`í[u¬Ñ¡l¶;ÉÏ<.A‘G!yÕ/¹IÃräÞ$S1HPó”¾õÑ>ïþ0œN˜þð­í9¸Ú§,sÄ[ŽG91ȉvî ¢>‘³#ÊŒP=Þ¢2ù0ΔKþôn"¢ñ²ïĈ 9z\çsdÇDGÂA ¨=‘6íª;I0LeÑ€]þNK¤h“˜c§­¬k÷RÍÅ9#ó[ÑÖ´<;yãƒKÜ|’ð ëŠçœ÷r3$¡“ !⽸­Y+Ýä6:´xåÜÃDòWƒx‹±ñMíê ƒ9öe'Ë·Lmw½& VîÖóÞ³±èytô-ÙÌYIâ÷§±VU¢Ä-RÏâĶgó#wcyqMuSÖm¯àÛŽõæ7Hx’^=׉w˜­<®ì Û‰g«™Sž-°V¤':QŠ }êº?Ȱ•M»K<Úi< º&¥÷/⺙—¯\×V ¾ü1jmA]®»Æ"ói_6²6ß;õÍI wéãêàÒð •sÜ{Š—GÊW£—V«uUÜ„ ³wt+Íi #=b›¡¨ê`s|Y„ 744†£Êð=—ñ{¹ÔR3HÒV$Ts×Ï®íR>¶£~ÇÚƒÜFÜïõÅ'ÁµÞËgB"1 V œ·³¬à Ú¤†ºÝÖØsõ><ê"37ÔÍeû6¾]—¾{úu¨†®bë\îã*ZÒ•ŠýkݤÏ]]³C!Ô”5¹†¾ Åöº3fGÆ1»{éq%ÄY«d é9Ú Ë,òÉþš.—'Â/,=1:¦¥÷¹iòá1¦9¸d”ú0úE!CŒM©Aû‡øNÍó©ªÎàT̤ƒÿRÒÑóJ-;ׄ¸ygö/ÄÇ@¢­ðpÌ)%›×üN@Г¶¸x _Gsùn ¢nб_2y25[Lì"'|ÐU£Ökªen\_YÔM1Ûn•-zW/wâ…M¿fÞÄ‘þùù\vœŠ”>×xãšÑJ½ÝT³†,ÇkE²—õMrÌ;DÓsŸ6q%Ù~p“?´èã}´Ù‰•Oý¢\7´#âéêZÌߘ毞¨aÀ IÞß³…Ѥ7g§ÇghÙºìn\{Š`e]`ËŽàŸo<¶ ¨RDÅߢ.bG=ñ®X •V«uÑP»@-i6kĉaÛ¶Þ$";3Ù½êVNK©œ8²wñ,Ãs 2î ]¢œ…iÆ0®Jð6”Ýd0QØØbz¢øè5,ÓcV¸¯èHw–j~“Kû™}‹+Uk$«µK‡åçBì"ûçòÖÞê>š;ºSU#ë³Þ$:/g® ÉOšSsDù}÷Z˜1yšnˆD´ú¬NéÁÆöJ¿gj÷ ¥—Ö¤¾¿ºTþ]óÁþ£{5‘{–í›Oý5˜š†Éˆé*6l5ÎËk_e‘ -¨)ðbŠÚmiþ´¥‹¹e^ôÖ¹P1{¯ØÚÍȺÞ\Xöúi{“‘]SÊkªs.íË‘yŽëY—CïÚšÎJ“1©û-?lTHy*¹ØšdSX’Ïòè®àœ´pצ ÅÓ-†öŒ"R9øÒ6ónäל ï˜ábÞ†¦Û3:ú‚žU ¡ô_¯¬%_™4^\Wáa48ôô„¥žßM¹É€Ýì™3¬U1‰¾ÌÊ7»K’kVõ}²Hl_@Bö¨/ÈJ ¢j– dÂ1*ÔžŠ…ð5â9e+ŒX½-Tby)¥Ì°œINg¡`"ÀÍ¥iyQn±\•…–rlZ²ÕÈiiÊ7©ভDÕÖw:ØÞ|à—öA¿ëÊ«_gŠ{§•¿ÿå2EÒádj¯Ü}Éd™FCŽvdltÑ>s ¤õPbk5Š9¾ÒÏÓˆÊWY»f¬J÷PØâšR¼ž[BTʶdœgYdç{z¸§WDiþéÙ·"^‡âŽª†«¬;ªþÒ°pFÄÄÛØbV¿m¯lÍÊûRªhý%Û;2É4cgÀ_3 öÌ«\uš_üîð!H,XIx’Gè3²_{ÕÔi¯Œìtë3svyÕ†wN¬|d?º<Ÿ5É>óZ¶KáÆ@Á–<ãõšÏ»*ebU§RZu=ï.Œ_ëJ¿(!fþ•'\ìI›]Oq‹ìµÌ ó4Vñ.X[ƒõ›ò²’\Dîµ­iäU¬Éá`&$Y‰¶gÏÓ|[÷¾ùX3I <2f)*{59µç”KB –âdökgì6O_jˆQ…Ž4ë*;Ãã)1wX«ÌçÉ^Ó‡Ýþ“ÿÁœ{Ê`£ì¨mÞ3Ñ$=Õ' ÌÒˆé˜îSÂ0Øî¼âдßù‚š&ǾIâ:û“=.2Áql{û[¹/])µ#Û>·cÒ>² Ä(?2멜Ò×_¾ÍÊÞ-5ÇEñáç²ÕÛ¿?>$éX%iN¾1ÿ¡ï½1[ØñŸšÌšb­Îw0ìB“C¥:—©˜³§;[ëÛb·–°‘ZíU\ƒ~­Nû †ø÷çÔà¼>®>+)êã$CA)Kf´º)È•–šÇJ ‘ˆ-N¦«œc±¤‘èjÛ–µ¤ìÍÝ }–oÛél‡Âác"Ñ/\(Ö™Ýn¸W/S!*ÉOf£˜\­*Ó1¾)>Dl?Z:û1¿ÿ¶÷ºP[i2]µ¥ë9vÙaÒ7^÷œS;G(o$}ïØË3YÔ×^ûÃåÁÙ endstream endobj 838 0 obj << /Type /FontDescriptor /FontName /YMSJOF+NimbusSanL-ReguItal /Flags 4 /FontBBox [-178 -284 1108 953] /Ascent 712 /CapHeight 712 /Descent -213 /ItalicAngle -12 /StemV 88 /XHeight 523 /CharSet (/A/C/D/E/G/I/L/M/N/O/R/S/T/U/d/g/h/i/n/o/t) /FontFile 837 0 R >> endobj 839 0 obj << /Length1 1626 /Length2 16303 /Length3 0 /Length 17154 /Filter /FlateDecode >> stream xÚ¬·eT\³%Œ»»Ó¸»Ipww‡Æw‚»»»»»»CpwA‚×Éó¾sçκß|fî^«OÉ®]µëœÕME¦¤Ê$lfo”°·sabcfå(XL\UìA ö¼rLò@3+À_;•¨ÐØÅÊÞNÌØÈК¦vv///@ÔÞÁÓÉÊÂÒ@«®¢IÇÀÀøŸ–B&žÿáù›élea þûÅ hkïÚ¹ü…ø¿NT.–@€¹•- ª¨¤-­  •TPHí€Nƶ%W[+S€œ•)ÐÎH0·wØþû0µ·3³ú§5gæ¿XÂÎc€³ÐÔêoÐÃèð‹àtY9;ÿý°rX8Û¹ü‹=ÀÊÎÔÖÕìíæöÿ"äàdÿ7ô×÷LÉÞÙÅÙÔÉÊÁð·ª’˜Ä¿yºX»üSÛÙê¯`oþ7ÒÌÞÔõŸ–þåû ó×ëbleç pz¸üSË0³rv°5öü[û/˜ƒ“Õ¿h¸:[ÙYü'F€ÐÂØÉÌèìüæ/ö?ÓùÏ>ÿ[÷ƶžÿʶÿWÔÿâ`åâ ´5gF`cÿ[ÓÔåom +;–vEÚÎÜÀÆúo»™«ÃøÜ€Nÿí?;C÷—„±™½­'À hŽÀ¢`ïò·$€öÿNeæÿ>‘ÿ$þoø¿EÞÿ7qÿ«FÿÛ%þ½ÏÿZÂÕÖVÁôwþýÆþ>2Æv€¿ï @ðÏCã úÿ¤ƒ¬l=ÿÿ’þk´&ðßlEìmÍþ«OÚÅøïH„í,þÊÂÊÌúo£•³„•ÐLÉÊÅÔ`nlûw^ÿ²«Û™l­ì€uý×HLl¬¬ÿŧfiejc÷\ÿvíÌþ+ý¿Rý‹<‹ˆ°¸–šÃÿáqýW Òß%pQótøËí¶"ooö¿ÿÀˆˆØ{¼™Ø¸yLœlïÞ_B¼Ü¬>ÿ‡’ÿbûϳ¼±‹“•@÷o߬lÿêþ~þó¤ÿ_`ÄíLíÍþYUc;³¿›ö¿ ÿ¸M]œþ ü¯Ëÿ·ëÿ8ÿkç@ )Âúн)°uzV†K=nÞè´˜î`?ähˆCY“Zq¡­}Ÿ_zøo•Ñ[]só¾Ïå3‡÷Ÿ2ôGãý8¶4}©ÀË" ºBômê®/ G,eÈ¿5£½¯–äv¡t¸Y5Žö§•U Jß`ˆtq8Á]=ÒùS¸úcQ>8 øš¦5Æaw£5ƒaÔý¦N:y| žé»øIÈOÅï…Låï˜K(¨£^勯^ƒ‚ièNŽ}æÛvæ&¼ˆ ±ß•j|\âZ{ †G_':&P)v4ÙláŽð ãÔß»:­Q&ö…ÆÂèîžd ã«h·}Ìl&‹´u‚S€`³ñ{¬)«¸Œj…ê|çl™Æ 6"$§HJB´ÂZÒ« Br†lкJ SŸ[<Ø<Îò%µ¸Ýá>%Þ}ŠØô‘€Î9†ÜÃH¦¼2Étæ»´9\Í6…³Öêl”<‘îY©•€·26cP^‘?Ê»¬šÌº‰wׯ»AKÐÇpà¦/v§KÕ¸ŸûºýèîÆúâÓ$œÑ·üíòUyýDz$±øã÷*߆o¤aúå¶aR>ãžšÒ'ÒçI¢Ù¹ä¿óݨð—I˺1È!ê7õçéc´¦Mn‹¢vh;, Uɪà9SfsÚU|)QÉ¢JPå=‚í( 9{‡¬sÜä|ëÀfZи!&xÈLU¿êuÒA%u?ùï“Y{ºŸ)i5÷óÃìýHˆÈ±ƒ“ÁÜ–º²Ðt#^lÇÂÚܾP†¥Þñ85õƒ£k2o:J×D°s#„RL›F]PùBÅû³×”)Ý8y>r G ‘O¬·Ú)щ÷6œ[6Œu÷S_­X Ò5FïÏMõƒ>[ÌóЩF¾`.KÉ;çJùHûœ­={é®ú$eΚÛi¨$òHÒÅHÅ«E p6c––( gÅúÍŠZÉõÖ€ãÿQ64Ø8œ‘âÏÿC#z\áy=eßÙH?~Ë õy¾Ç3Î#ÉXŒ°Ó'YE,Žû¼ŒG» ¿Uêyør$ÁYäµ_RæÁ­§ÃIc§3æZÉ8K3‰#'IöàmºÌÌ…‹Á‚}´Ë‹ã2Ý:qq»šË f™†ºWEùE=DìdR»·I8¸2âÍb—å±çINnÞè—Û!X7G {sdÜi-‰Ü+øš…»ä¡þ±O»yá&!l¦ÿ`œûà òÙÞ­zú­ÈD˜ï6uÇ–zÊ¡%H.Zxáûâ±ÒWeþ†$Î pÊY…¹}å­-›RVõADHßæ _ÞÚÅÐÚ_>ú=h‡\1‰õØo?7€%gH æ²J–<ŒnfbµfûXRó?üê°%iÕ߀βRÄè¬kÝœ¨×òrnº-¼›3mÅa…7.P)z¬Þ-ŽU”`ô-'Ë|ð¡$PL ¡ÔûÌ~Å‘v„"%²‹ï@ñ@RÜU0èX¼T_Ö²½a~sÅVþ)å¨)„½_†ªÞK`‹©‡N1EräµÎEr½¿«£ÐqkˆolÇÎSŸ~Ô7º¯òsUmcFÒbTiX®¿’V~ÎÀïL´ ”©KOñèm3 » &—ðäþ‰¨¬]¦ÈY»~ûä;Ìí$¸Ópe,R˜ô!( \œ0‘ÈX9+—Å ¶ tV—z®WúìØ%:ZÎÐìx7cºPÑX¿ð¡)ÕÑ%ÍDÔñ¹JöòÞ)=Krå=·vOÁ¾¸Ú¬æe,ù‡Ð5ÈHöœ8Öî½ÎÃ[†Ëëô¹©.í'Lv±3d0äÔ™¡¿bƒñƘ©F×ó2íï‘¥¯™†C?s†Ç×B¦šç¦¬‚N¶QÛs*Ì9—)þdZ›úfŽs-7¥¤z=Âî¦iIÛa-Õ4Ñ9ÒB‹=¹´ wOœ2 ¢ é¼;:³öžY‚ÕØ£hËìç·)M2¿¿¶ ¥ºÞ„îñÐP‚qˆð '÷f^ÌÃËèÝüK;sú.¸>×OöÚ3,,œöÇx¿äþcm2ä)Ñs\U7™œ3±¯…Y:EdÃRE¼½ü9ßPøPDfgBìÀ|ȾÛa×ÍØüå$‡‘ïRxÎ[à ’t,áPUêÆŽ†tÇR°°Ñþ9òG›]us1ñj™ØYΑ®>ÔÉ‚,jçá"‚™mOÞ‚fÅx?„@h‰ ©†+]±ksTÆg¬àG´¤¨WáäwédeÅdÎïjÖ[ºòËp>‹¥=‹}’Ñ튨å\ð—a a?Jõj‚äp®5¨ÔóÅU[…4KOcp%i乨MdªŠ`Ñå3ud÷Œu‚aj°ð NuƒaAš°gcôn–5#!Ÿ'Þ+ºþá†Ù\w¨’—}e÷8bp “`³i}¶±¬|ÎííõixÏôßù}|/ö{\¹£ẅ›´·M ª'¿²Z§V–³gn`zQð¯W–ŸJn*>ÛJ9ÐL}8ÍsÀ«ÔnC„áÕ]ÆB’¿ïX#園þQrßÐm¬¬/排y~>LÅà&±Þ¿!œßeÏEɳV}Y>RÞŠÑ·‹Ów jDb}þz¡¾ˆèþhÃÆH­ž£¨lÛ«–•Êl"-²B8 ìV¥€ d—0éUJýès“ƒGß:ö­f¯\ëÉtÌ™¾vÅ“¹vÝlÙÛhŒîë“bÍúð#,¡ê:»¹†1È*Êië"ëÔŵû;Þý&b?: ‚šÇÍìXµ3>{·aNÀ–a–ÓÁGÌÐòÚãð¶|ýx£›U_6Í»bdŽàâ%5›”žµˆß-Ž®ÊlÈ0–\sÁ1ðP>¯ç˜¨i ]>Y„ëØØ9 ey½¥-]°^ñ •_hÕô'K3?ä?µIɸ ç52Ûl²¿dµv¼§÷UÌ…ãÕlˆpyœ¾¼¥D%Ø<­ï ȼ²sL6ðW/þÎ%·*ø¾§ù3/ZsœúDrß%[éúÁ:Á,¹ô°'IñºXè÷A-v¦ïØNw•+ÆÌMšfÜëFT9?S«_h9ßPÔF£3œ¬€^ ?«!òŠ\¨õ u}ëÆ½~›„Yêd8þ¯¤HÍÔ`}òÔ4Ê-Íü½n(=.µìwt+¿œ0AÃ†ÅøQö/Û n¹ìÕÛM¹s‹•ácÑ[†/P)â‹•K>[‹xÚíuT²k`ðRCÎ|à£øÖÏ©~ñÅ‘TÝS?/ùbµà;Ú& C5ª¦†°L²ˆ"Ý£šò§vúc(6 ài;SÍjf³½›Õ±C™]„ÕÇ¥|5*À<'} b¨þXÏaIìË÷›œdr|ûûCK€}/Us®Z"°^qgôb+ËýÞèsí·èð‹¸ìG?d¿E8û}ÝWxSsšŸ¹£àœ˜`8²±¶ƒÝ£¶t`ä[±(¿Â‹7È À#þþ»²xËÒ`OõÃdËÈ+f:1~,ï@‘˜¹&F5oMúyÊâøÙ¤!U| @< å«ž{ò†‘Μ «v¨t8AòtDtzûõ¬óYl[Ôs ù—\–1«QIû³yµSÏ@š|¼( fëàû´à©áÖa¸W4H#VãFpƒM 9Ÿ8)ˆëg>[…‡´6 ÇK¦èàÀ,†zd™Ë‚Âï¹Ó勚éô0å×y{‹§Uø¡yÞ¾QÐé$¢¡º’Ž”Yý‰,)Mí³û‰ßúŒå’‹µh5:Éh³nö˜a¥ìÞÐ ¥khUÃÈEž0 3h³¨ÁŠ™^ïõ#Qí×Qø¡~-°A$6½{>,â˜ãߌlëŒ ô<²8«¾Z1šK¾4Óÿ©ÝÝ€…‘ˆë¶¿ìØ!“v’×a2«®Ç7wÇâ;Ð䙽ê¾0 ýNÆöü\FZÍñö¦¦yà#siÑ)/t¹l¡±âBW4ËJ.Ó¶¬‰bäO€4×K¯9çÆªH3ˆÐøˆ|pfÂüa.úM0mK÷°DÖq 6®éºž°2b= šV±­×U‚´ª\U ðÈÏ¥H·{dFiê}úð±Ö4¼qŒ6‡vaŒ§sÿ^ùÁBm™<A$>ëØW|™ zw. Rª‡@>/ZZG÷z²c diª;¼¹¡jœõ<`ƒSÌGݼ~é—±Mkû²7ú‡Ä…­æ¼ t ‰ñ1ü’pH\äfþ//›¾]Áé•Úåc¾·ªI‰M‚úÂÏ?;˜Ĉªw„¨’n9}®¿]à'ëêde²¥ÛŸ/»}1œWŽ{dŒ äý•ú¾«ã(»6‘o NÂ#öM†Î% ií‰ Lp:èºL¤óT}?§lF`¸ÔÇ#¦gÌ[*ñøŠ–P®Y%TüÈ¢¹Óg B_íÛ(8K_v•©}E´ ˜žð ¶½[Ãz6M½—÷ÄÅ™$ï⇬4+Ĭ®ãâ²fúÏäûÇ0žzÿE©Ã•žBGaÉêb…Þ TgÁ†]*Kݯ@É=îmýÛU@k'•¨€Á£O2HLg/n“¦:èo;sU×¢¢s¨€Ý¨ìLÄEÔ‘—?¡YÆ\zyééö‰•7è¢s_3»¾ÊFìÃuR9­¡X‹„ë™À®ŠÄñD·Š#n[f¢Åx—r"@¦=òÁ—À‚›ÔR  œœ›s®.â\· Ì»z#½Þ䇡ó–ÚüÙK xÏHY§~žð¤@~œ)G. 8H¾íZ…‘ìßé°ÇÈËáî1Ôz —‹*™“1ˆtÍ•.Þ¼Éý–Bë°Ýy8Œþ*‡‹÷MÞk´ËÏ +XÌ››ÇKÍRsÓpµÔeÕ°9´=Üé¢wiùƒ°®pv' †9È"õa‚°ÙÒC¡¹É¢£Ôä7:#xøøè¬ãªyji£·‘‚ÅŽ Öã©‚^ßœêÝ”£¥±j×ü¾œ}öÎB#ÕƒªF÷ÂqPï}㳺’lŽÂªîÜŽ _šɬ'?X»ËuÓêýBCúÜçxö˜Õ‹X ô¼³?n϶šÈ¬1wý½ÌÕa}^?x6õk°ã€ãí ©Õ£à‚øY6Uð°-öJï¶ÜTBY¡ìK&šÖ9ìÃ/ÇòK.Øj¤Î£DLÙMÆT˜½°‰:]b­=Sñ +Yð,eÏZmŠB[c£ÈÂöæã(ÊsÇãôÁÜ-&Õz3Ç_Ðb876ísU¹î3›É_8ÚµóhP#Vok±Ùmf–£ü¹‰"þS¥ËA×FÏM:¼ŽÇöUÙ:ÜgÁ¸”Òñ‘p„oË’) @BqI¿dæ³År¤tøûS*®)!„Eû¯ªïYœ–f¿êlçvµü9â'cì;&SøL¹Ó#6žŠî~>”DèUY‡dÈ–0˜øÑõÜÒç>ãç‡pÒF8EYºwɘ« ;~#Žß޹k¿›Ã¯v m©ÍÙá E=:òÚLúºcYx#iüp˜ñ ×;pÈI"_Ù9À6ô‹\©ÇÝ—?G1÷³gsþDÍ=#.€…!*SV¯ ß£Øøé¹½OûgkZøàoñD³.í“ $9æ?¿óFå~/¤>SJ´Õu)¿¯<õÔb¯ˆ-|2âp\;Õ¶ Äȳ9•…Ÿ^iTç®ÈË-51B,ζnbÕú¹˜û$öFÚtIù`—ùšD6œe¹È˜Ä4îRu~=%K]Ù.¯`)œ KiÉ0Ç|AéyýÙ8Î4Ãð¥ðâ(Wò蓤t‘Ð(öd–­! Áež"´0ŠMóx EëÑ:;I— ¯¾‹ÂôЕ6X ™á.Z!iµÈÎÕ—}†v{X)âl 7? ô/_ç«gªßñ¥#– ‰á*´Ñèx>–ž„Kí¬¿Ž€J•X#ß›-óú?£T½ô?yøÀé–r}3ß*f›öêÖo”‹ù3éîÈå©òž²aWXBÕF=õGÜ»Û&mxgÆ™FÒG{OȃåLJT.bæ`egU"¹EÛ—l# !J`>‰ùnbD:]kZ=t­gËY÷,ý!Žz¹CÏM[©" eçfŒÑ ‡.)ÙŒÀFèv{õÏ5hyÅ«w}R(s®¡„ª¢Yµý‚SÀ=þ¤ X,¡ ¦¾*>ª1k&6ž @S«Ê@ßÀsMc¡ÖO„‘Ð~ Åi7ŸÖØœÏa×M\*^˜À$ؤ‚T!´ê@™‘ZÒ½Ò,S¨”»¬­ˆ|f2p¦CÐÌfÀ Q¦øÚ'ݦ±Ä’?µf2b­$峆®¬ý´°yã‘áB-hƒu$±ˆåÄ{|ZŽ9ù~¿ŠJ;(ZŠbšRgé;î;¡üå›åÝË «_dò¦Ö’ÇËúv7š0k}å¤:ófÁ(tO¶Úý8.+ÛºÙ†’¬çü1—]›·…j\[ô×Âtk9þƒ/øñmØqÌ-Ü E…Û·Ù&u´©Å‚á5GDPâï—éL,´MÁÂ-­|øë¥ð0P‹¯>è«Î?Ç=¨z¿ùZAì=Œò"6»¨-áÄqƒ¥[v‡•p‡c~¸º$i å ˆ†m Œi¨:`ÌUeŠˆ{8°—ÄF8Qc«Äû©]f¥e‘ž¶YãÈßgueŒLOž¯•Õ†¤…Àù¾si¼á,ƒˆ·ÐÛ†%æ¼q«hçßÒ®­oÁ°²“/Lˆ²ê•£¢Wì0ÃOðã(®âW ?R¿¹/ójj9µHÙHÑ¥îë‚0—Gu ßËO±-ªs`ÒÜG!T YgÙ¸‡xIjÜy)ÿQˆ¹ê»îÀ›È>ðZ5?³Õìë…­U 5„ÕWX ª¹’4£¸wm3xÿLòg|jn\Óö+Ê Äá,¯ðØ‚!æU=_gûÑñûû‘UÆáK¡£óéní4"Éó"u3ÚCŸŒƒãüú\4¯.‘ÊtóoÅ&0ÇšRÜë& gêÆX^Dóêüh·„{+½¿›¿¤ æ²Ê©È"OõOÀWÄ”ÃmÙN¤`lÕù¦ƒ<>óŸ¾pè¶[øåЏ£îsêBßn3~òÀ¯¹ßœAÓ«©EŽYLñ?Ošº»Ûu6ž„»a.PǹFiʵ>E£§û÷à_Œñ"Sœ³OS»Ã¿ ¡cò§L7úû‘Ÿ°öŒ.Ää`ñRLßâr˜ª2~³P”ˆ'£ëêï&臤)q‡ŸÐãôÚ‡íeç½& †×ãM¾ÂC«â„Á¨J~/MÍgDáëºøçäqñ3þI<_&ÁOBŽÙ PéCH&{©ÖV·ÎGÒª<¤Ú}ûâg Æ\è¦Àll¼ŒQÞu‰-!Ÿ•„è<‰°ŒÜtûè:û"Q&ÇOï£ë䲩“\\ÉÌ1l,Ó_ôŠGü&Ƴ•Ô‰ªõ›°øå…v-u,‡Áw:'òœÏ¦|‘?÷‡:æ<¤bspwÌYý9ê™Î]p× »Ð¼¾JÑ= ÎyØåç†ãBôL¢è"@‚.åy[ŒÓHÎ뢌ãÝ ‰TÝ|'£µˆŸ}¯2Ô¦´1üÆT¿B ã³†ï|â7%Ï9—ÚJ¾©Øw­‚)º3k²Y-¥)ÊYTúxMÚ yçõA0„Œ_¨{ß@Ù>2}}&Ô×¥s?uÊ´¨ÊûÜý(\²óÃÏ^ýäØZCøé×|ß×Óa‡Ó}›]HáiºÞ÷Ù ·˜oóRx9èÞ¨‘‡ÌQ~ms>&É6|6%å¶pþHéó.å`„ìñ'Ä0ñòåé:OršRiˆµM`î­+Bfw5 @2Ÿ$‰ ?ž©ßo7|ƯÎMNϯòѺ>«–§-(^o35ïÑËÔ‚ÈòâBùØì§& „q”êãª2rÝ<ÆÇ»v4`GíÐõ­Ð=P˜~sY ûð,3>I7ü}Öé:h‹Ö0pBí‡M÷ñýÁ°ò//”¥¹¤9êO¾6‡•ðfŸíÜZí®5éí!(?Kó· ÷qº0÷8î+ç3»‡m-¥ˆ!­ÜŒn¨¿JÐÿ`!zïfÇòÇsá©f ®as¿Á†åÕ|Ú1æ %ûe°FeWã‚c4îµFì,?°˜}÷9‘{›jâ"W_20…8ñø¢˜b3ÙéGå  {'ÝìÞ«Ímqm7"™GÙþ]ò²¦e¾¸x«I×Î4kߨžLœmï”zq­¢þÞa" QÛŽº‹þés¶ePýIŠ‚ËÒ½é‡è§\úЄïf=¢ÑmͱÛò±«î —l@§Ù朜 [®µÞÑiP{"¬‰~ܯe¹ù’ñ|6`0#¬Bæ3ÊB†ùýCöÓÑ៱ílõ­Ã”ÉææT†/Ù i†ƒ\_§B$ë4ÉÈÀtZnµÁгÐG i”­ÏHÆ1—ek‘“@öôå·BŒÆUÒ•ji^D.yc&yÈ!­íáE42–½k7˜ G¸¡Þ½·bxp,\Òß’½Üd¬ýgÈwF#’Ì>Zaá0/Ït¸Q^ÕµÄ_0hl´<|»'“Dc„Óà‚f‚@8–íº+"÷û¸MÕK3¾ÝßæÚʽ½tNDB×ïVîXÂ"ˆ+3È벦åßÓzqx1á&(ßAæZݘhô ³ø)!»%!UOUͳõìa‘}ƒhZä'kãÙ5ui>¼Y$ˆÂûéÙT/J‡õ»ÈÙ;©ò&e»_koÝÏç«1ôܕքUz_ŠŸ›uù'#š*Fب9mà߬eô$ÀçÌyÍ£mW yôB‰«0¦íT¸îÚƒôœŠzY¶ ,v—Y‹ˆº"óŸšê‘Õ‘¿–xHTJëwJ@9Eñªœv¹È4Û!bœ›lôòq!Û®4¾olòà7ǮÆ^¿æ½ùS$ãzÇJEãfÃxc±îÅ®£˜Š7°H´ënl ð ºv…`‹d [à FÆì0’õÒK¿ú@`œ$TFë¾§`AÎ ýô¦?IR„4®\ê½ú¤ Ÿ2 –O°‰ø• ¯n:™8L/^Hß½GÕù>¼GïŒpBd˜€ËJZþ/L”ê“tC¢ÙÒÙ:õj\Oðâ*P©)i.šø®Pv4iw$)$}lO B,Î&g†»ØÓCŠsœA@¨=ëÀ‚ä±(æSDK¸áö’®ÆŒÙn‰r¤ùù@döLËShamS­­»¼ßk‡{ùL;Ãví\jBéÛâs‡0h¶êd×´w©=ðóhõ:ŸÈªÕpBéVí]ÒMm”õ‹K0:¤GØp«v³på­¡7>ÊΙ—ëãÖ/& …Š„ç6^ºÎ²0@XÄ…iÞ¢2éÚʧ`Z»ø‚Zýó€‡3ÔŠWqý½.tÌé׆·3²×ƒõèËnœåßbÓŽíö+P_³où³l+k]±q`¾PÈ ‚êTˆÝÉ›Îk¾×±1Ì6¦¸T*N@xI\÷ºâGϱrwÏ›‰Ð†åF]/`Á¸3‹›,ò }¸æ üŠ-3¦G1õ… )ºG4:Âù.Yò ©B€ƒ-âíêtûð›¸`›? Å$>ûEx –— ¾PX‹ø[Iõä€]Bî*¤‡ôOƒÉ+:í” œ­6˜¬ýÞ;&Í¡a}cAšÂãš¶DౡªÌhýWŠ LîÒo)Ö£ä±Â áK· Ó'ú¾JìqïZ“РÀ פŸ£% QxDN³²—{>Àq¶öÁX£Ã>ü/`‰ˆœGjcþ¯qÎXvã<ªús*,qPډċb®žJŒgÚ‚Y1_3U›gݲÁ˜ÂóQlßF  22SZÚ‹™Žº0ƒÃ‚ ´°¿U;ßX–ë}É«÷çµñ×’~Xç˜Ú-Å¢§Zàã•zÔNªF°Ë(n<ÒÕìÜg)ZÃtQBû›óëýYà2á³yõNmû„–{b˜KÚ½&Ž: f=œ“߷̘¤"°.eÚÉp{miO_ÙD›X¶s¼6vÓºœr*}ž@$+¥ò&Іv³X¾vÛP…á~å‚D(™3OYüÓD*DµO›ø« ® ób•F`¬|ºßý· OÆ™ÃÌ  nI{=ÄÅ9‚ÙÉ.®N;€(éÈ_-d9nD°ÇNÐÉ¡S=oÝK ç¹qe–`œ¿øâصIÂÂÕ§PAxµ×ô__Øj’'*“â0&œ ;rÕ65À2}9G­þTx猳*ÍM§Ä× ã6žzÖ”B5{ðöü ÕöŒD¬CÁó‚[%1×Cˆ9èÞ O"½RÁ—ôÍ{GP³z=¾›Åî®yÁ¥=17jôg_íökæ2yÏÆ¡¯Z —­”#¹ù:‰q« £/J óøé$aÑ„®^ N®µ)Ö”€—ïÞBH¦Mƒ¸Öõ–ê‹ì\ë»Kj@r2wÄÒ`®óÒæI¾  [Y¼fÆþ²ZØfësÓ7ýduÈ/ü5“:€Ä€ÎKGª9ÿ>+“¨"¥âÙyø·%È^Á eh{ðQ¾‰ÞŸFÈ+Á¨Õ™¹i:r‰˜Ç3ÖAç¦T÷5ŒÍ6 .ÀßÞO¬î¨×viÉi¹+cƒë’7ZÅŽ‘OÝ­96Aî!Kú›¦dgy0¼ š…¶Ãõ§lHqÎèÈWç‚ãv†—–.fç‹”ˆqTR¼õÛIñ³Ô„Û_:ýC6ŒJYd_ôõŽöíµ„?Mèãô•žK/´©‰Â»BsàÃLËá•!0›¬ìžÅNZ7Ò_A1EÐeÕ†Íâä”;ÝIå$;0~‡cPpû‰l b¡‘Uüyz–c<°…Yþwû ××zà(?˜?&Ú¡£9i?iöÓ—©¡IZµ¾Ñ­÷„ß‚NˆmÉc9¿Œ{8§}…×Iú³>azé¶ÖT¾í®‹€¦¾§÷¶ìí¢OLÈ81éC#«+ ß¡ä:9Òð9ëˆh5O=ZhŽ@kí‹t.¸‹Î‰­4qç3Q7òê@mpÞV°­åå»cM‰ÑsYAi:ÃéaÉ’å$98)á<‘Xñ(eÚSà€s¿ú4: †èjµLî$Ð*BƒE‡?E…}ÈwqhIgçªó×v§°þšxCIWX-bÛŒMRš‡ñ™ +!‘5>B ¼%¥9»é¾{PN-×Ê»ÛØ?8f›ŸÐ̉kÕr…ôØS\$nšÉÌ防%Å^{PB¯£!ýž¥uLãÏøk•Û’“c’ [íAr&Éxo5cß˸ 'Ybùvû“-ÛpfL'‚µ\ù £ƒ—ëê°B+(øQ}}ÏðȆ³ƒsŒðwÔ÷Á¤“ hÜd¤?`Tl‡ñ’Ýk>sKÏÌà¸Þ³ë¹ зÎKT»·ôœ'á¹KàÄ!PiI( $Èz¦/Zò×q9T„ß.¥âÆ D|ÎZde±[Ê” -çùnNŠf='kg¶•]¶ž Y9ò¢wcŽŠÌ2s Сž›õŸ(¹‘ &Fã*FŽOGå¿FÞ]ÉÕ<4¢5ìÿHUÜíf6 çNìRøm|){º3½ÈÌ íÑÑ~.£s—xž#CÕÒØ†iú·­Œ¿/a¶Û¦ñ‚ãq™÷¹öÉi¿MÈ£w·»·ãÕ°¢!õ®ÝQ‰Iº¸Ë>ƒ´·orGÖ{hgy?\؇õ> -B(Eúa"æPçR\X¬Áú¿Jë†r!¿}(þòV,yón2± ›E¸&CK†¤´iT}?,~Dg­|ÑÖ´Ñl±ÿn!’·µ…SÈüàˆÝøA‹Íz—QX“{cQwXëÓ¯~!¤Ó›áîôcp™Š˜µP-ƒù6#OX6ŠÑ¨rWêÍ›‘¾Œd3Wf×W@–{Zðä&Vïó`X ¿=­¡ªß˜ú­"SÞñ‘2E›jÊæ[%û²{ZÝGÏöDzÎq..??Ééä–¿BÃÐeyçâåpKš³Þv”ZåÎ_ÒNÙäN»*Ð*c«ºÁ¿lמFK½ÉÌŠ§è‰A;æÑÌ”ûݤìýYyY|’X@ÙÓ#VÿOè<8gÒ }ZóÂwßuLC4l4)ÕðÈ·÷}’朠Рsþ‹L~ð¬Lk9ÒÖí² 5OS†¯ß=}§ÀøáDZu‡EÃñézmf1_ÕùJ¾÷FjºWìOm»7¢aD L‹{›s'Ñìäýº?SÁ•Ù×_©‰yôˆ—ý /£Zóˆ+X^á©è$a=·rkÍGEºŒÒb\pÒ¹@ ÄV÷~ˆûÖuYÙ£+¯Í2ÕUL6žIb ô…wûÑA÷U``5©ÍõC§÷Ñc»Å€Çk«ÎÍ83£¸!’Ð=©Ud®<ØŠ»û¶ s‘xë÷^zB™‚Öû7Â÷{ì2à£È[ml<<ÝüX&¡gÌn‡5쨬û-DÆ,°<»ÇRHiì¶ 8‡(¼3GvÊ-Æ l±¼zuœ+&oUœ·Ü!Ì_QQÕÌ©sªÌ7äfîÐ`b)ƒ,4‰ ˜eÆBçÑÓå’P3±Ú€\µòøm÷Ú›¤žéô°·FDò1áaN²9ÊYÃc°õšèòÎ"mn¿× ¤·® E±ÞRncøõ×ç3 ¸%STQ–ƒš{>X¯…=ì¿ÕJ?k—µH6hÞ*4w~ß^׊’OœJ¡{)Y\k:QrVMë†~RàMKÖºÎö¹³lîžóÊ.ÞMa£ß)js-íîÓT& €árÇ7%ƒšßž] „0¦ía«H핉.r™Öüciö†ÒÓ̘´Ï9N—§øúqºû[!Alà×ô¦‹ZdevÜž¹:©ˆéÔþ/¡ iºJuœ&o™Ž¤˜Cž?”þüYOUú©ü‚L‡Šñoƒ]¸ *š„âö…KÖWŒâÉÀú³¬‡òãM]¤Í1VmoWÏö”3Ds‡—(îêÒSjoo·Iäœ>ðøjôdU‰:Ñ&w”oÑ>ùÊ6óéœi?'ûgÄ< k?xËJiì!EWåŠmqtü% b߯k:{ý­Wžå}YmOU¤Uè“¢pâÌvK;Éûø¡þôÈEM)É<ãÄòÏÞª©»æµÐر-FYÙnè/“!æîiK…³†âÙÃà‘i°*ñC¹¼Þš3ß« QŽ×—,¶Ð…ÙŽÇ^òŽR/£pñt-Ål±¸Êƒúðv©~S\ÐʤѦ ß Ú·Ö]êj®$4¹!Ù•O ‹ÌRÉK¨bÆç‰h‚î³ø0¡:ªçTvžž!Ì›C¤ß}wyèzünŒP™=Ô÷ѶJ 9šåÏ™º>w(Óð>8ŠÏ´üö‹Ñˆ&ݯ3>v›§Ñõ7å”lzdÔDˆH»}l¥AÚ­kEÑ­ýé®b}«œœf~Éž0|EŸçJY²¯s—c2Z-\ÎV¼»Ì®}ÃJgQ³Ò• 5&Ö~×õªï¡!`ÁM“,ÈS#§ Ç>XéâáÎ?ãlXe;ЂæËÐÊQ5ÝÀRÞ‘Uš4 ‚ÏjÎ%>±)/ãk¹±Pz’ç|J&~ü¼jX ï¼ð‘Ìå8õ¯Uf–GõOñ­GækÂi¶=ÚÈA-«=TmY^.cn wkÚ^98Y> (<«74 –5`ŠPç—àÅ+4|G¬ºG ÞÆ€v個ô9{/ãøIHѧpuˆ·ü™A‚‚¢ALÿ½J´šó¸JVªôËhýZ zŽßÅõZú­ïL no·ËÆúÝ÷8b~O…¬Ë°›¡éÒ䳩¶‘·&tÇsQîf›*«ÉÊÎò&wÍÐÒ½¹ð»ÿX”ͼ/VÑ™'iÕByldƒ@´Ù3^59®ð'MdåL[õ¤NúýCšÞ”ËËð`ÆýIÈ2iÎBYfKkãþ)ótœ£Bz¥Å3­Hçúœ<¡A¥þüû), ¾÷7Ë@ʈjHÊîŠþ‹ð·{­>sÝ.¿¾H‰ñ‰À5o¤ø‰kõÞ.CP˜@w4Eô) Öù—¸¸W#äÅà ¤*8Ï[ir!RØÏ}Ü‘?EŒÐÚ{>Z’³]Ÿeßbš„ö™¯D>úøšÏ%ˆ~¬ø(Ü´1W¢ŠO=wúö@‹Y5“Ü, ü¤j#¸xYe¤þ¼ð8ˆ½RšÓÓ”OÁtTžZ c]±m‚À¹ËLC`=oõ˜H3EMý¬%jàf˜È׿34çF%ƒCž[tñ90Ý)^!€'W=„ê *€Zí’§ ¾¥:kã!²DÞ¦shó"¦Q ?ØèׂB/5#Tk(yoæ›Khc@í³ “—í+™sÌÙ[¡ ~ÂĪêÈ>ú—Q{-o©ØÂH¾ây0L”ʃeúNbw\ÌÙ£ëÊ{A9å£=Ê€Nðöû!Ìh^‹g” à¦E)½Š™5Fíuãè”{áÊôƒø5O„Zñg~$gžq6exêUŠpzÛ„˜~.쨌Šý%î).2ýò‚;Îäü[ì .+©yß|©wñ­VW %O·”íÞ}fïþ6T‡ìy÷Ô®WDOH?UtðÓÐfæG|í…Yz·Á·$Jj©Î·"SAŠvͰN~ÒŸ Ù;ˆµ»!Ë.a=uÒùsäEyóþŸM£®q7 Í eM‡'HÎW¤T´"­2Ak«[ÐÊZKÐdãПcè¿ë‰ ÎÝ—qiCÖÐ÷ý¨ïnmM1Ÿ [;¨kž# ëhmgPÀj#xúb½VÌ”®’k[ýHèÑõò­· ¾‰¨h#¿­ù{“`DwÌ·Ñ—×¼Û\ê;±ÞŠì9©Ñ³j|rg—@,ØâFÉ* 2,«Npé²zba!rp0`÷@)°w£%²ðeVõãÜŠëŽÿŒ]€^SOzZ¯K›Ò!©ã&imÄH- 1ì‡y2â +ïúè·Ô¸ 1¢lK†?sœÏw¸m.³q'›—ë‡\Ј·¯ðU£šl¤sº‚‰/Î~}vòéûL…«t&xGÜ×F­Äã·ÄŽèÐ3¯j&:J³C3—\Gp7v72¢y¿®²š®G¦^‹„Mb&')Ô+UsÀ‰_Ö*º&™ˆ-HUùŠ€á EÜ zV–[d²µý2ÏÊ0FÉ7çË• W3U­þ&ª§£Rø|<$EÕÆ:¶ý†ÍLû4o¢ðK®V2}×/jàY‚ó]KËg¥Dð<Ý(Û‰ðýs›°à^=5±ÝÛ¢\}7n1Mѯ&É´Rg“žÃ#R2æ­8n—fSµfvŸb¤za7Ç+Cìéœã1>„n÷©ÆvôkI ™³ý$Ž0š·­tÿÍ‘éÛ¨•ä:F곉€,.r5{ ~å¯O$ÿ'±CåØxâÓ·9ñèà”´t+u×­R¤k°ËecÄÕ`›vë6ª¨3Š ä£Ï‘Ê»@UÌaòׂ¡`]NÕ•¦¦^l7 }6$m"™Vòo4S 8_ñˆ–ï&QgM OûuR ü»Ø~f]{é‡o¥Ù ågN·­Ä¯¹eÊñö{ ³â€uÇyѪ5;hì7–"ý~ÂÛ½mëiš#JLÀÁv°‚Ö®/šìŸ7Äâ=%WÝú«ÃËæ«Ýz .¥)‰[úR4;ösgJ*,7‰Ì´Ñ”Ÿy€lHƲï¥]aeu‡ìíô§¨{ÞÊù»œxK¸rhË%&Ñiá¤BÅæàÆ€šƒÌûmªuZI=oZžüj½G¢<ù:Жƛ#Þ˜ÆØ‡~¿ò¥yÚ˜àÏJ²lL¦“çŒ ª±y,šR“ÒzÕÅfN\X–\¬CqŽÀŸðŒûã9Ê“dWßå1õ.gK ÕSUš¹^Ô'raÿ,{ŽHHÄùg= ȇ 3šëÞ̨™^_‹„ËýH– ×“Ù…ÆÕò·`i|‰Å˜éF(,‡xß|f u”iŒóbÏÉ÷|ç¬G™=è#…•ž‰G6›ó#èaóÝ_6¾u+…ØÝqA'°Œ¿r8æI_Ô‡-gñâ±Ï1®dµ`Ìd‡Ïc°+D+ Í"X:"8½ùn3 geŸ‰wC"dBTL›¨´•‹öPS4cº?—’õòóÐ`YAÝQlbñ­­+a3‡ÂŠ–ßèÖ‘Ùawøþx¯h›US!*êéô·Hps¼Âƒg9Ä‚¦¥ ÌeB[„–B_C’ö/ÏEiÏ5SÛGo"¡ŠR{8±¹ Ÿ§‡évÅªÉ 6Û¬;éáá÷ yÐËt>ë³P!RóÓo#þCÂ}•”‘sPTóvûEÒʪlg÷ø•= £‹ dZbâwñxå çóŽÓU¸Rÿ¡wë{ê¨,J_˜ÔØãͬøè©h »Ë¨+ŽÙ !%w†ËÏèrÃâ O¬”\)©‘”¦,¾’ãLÃWî 2J˜8ß­–íßY¦° Îí“plc$£†"vÅ·wš ½pY\8¤àÔfcü„Þ1Mè …c ×ìU×ä&_ɱ_W¯)]$Su°ã(Ï3îï£ô¹ú|ßÈÁCûÊM[hrf)û­a©Ù•R©=‡“—(}áò>9D?A[Ú—˜’X&àZ‚ÆÖ°…QgÅ{ŠÏ•§›_+"(°fGý2ËäZåô¼g0$}A2=‡'wNø88*>ØA<û6Ý;‰ÑÎ{žF’©÷³ Æ ,à»›”uı-ïwQÌÚ;¦Ú;Ô˰mar s’6Ã[O„‡ªjò(„¹M¬QDèå`ñ½  Âh]Çý„ðð§|ó>™î .Žºÿ"†épbu÷—¼„ô9ÏÚëˆAˆ°4ëç1íw%Ü—2[ ¥ôOy ÷%|ìZX9¥FïG ì Žþ#›".{óyŠïæ"Ê·xqVK;7M¥»"‹š]تô_Z£¤‚R1ÀÈ„dÚÞ­”WÎ>vý 2FFÔ1sw3p¬žfp.ßf>žãËÎ46z7²Y:ÃG¶Û–#ÚEÙ‘âî!3k(u]¥äÒ-±tW«4|ßRÖ[>°gU‡g_Iì£lóÍ‹%a:¿Ö¢bPï„sÜ4'¢l¤›3¡rÃLã„/:5õÍVFT:µú‚¿~Ý’f^þº¨àæ•Õ»ñÐßÖ]ä´Äðkë†HŒâ’9,é—jKèþ ë<++àµÞ®§ÉÓD\åÖ¥’e” }î}¬‹†›AÀý#{s8ŠïÏSÊ/o‡T¼Õá]Ãoò"ÄçÂ|-íÔ—LN™ÂìÇ~4& ¶Ùö¿R³ ˜©¡o؆|ÝŽwÜ“ ñë­´`ðÌJtÄ*HÃñ†› ‘¹_–wþGýþNbøžUÝ “õ›4½Íq}bG Æ«}g±+#T¶g]ó8N‹ˆ`"Åq1­Î 0ûÛåôu`ö. ÏÎêΪ¾& ŸƒJ°DV¦œ nù;”¦ÆÞªl ý´\²y4÷p@ß%^±3þ@LÅm¼õ!ìƒÝó/¥ÉÞ}({2¿œ7ˆm3Te(7nüÂF)!á凧Wvhù„½•hVç,6Mƒ m7urtÀ£¿¯»Z¸ë×Óé‘`¬égýÂh:—´ˆH†“*ØF¡SQÕ*k©ãÙ<^ä¥Áé¶6î7üÎoþfê|Zœ¿OØñˆ† yšJÄ눡TÍ4Äoâë|Æ$ÅÅ®£kØÇå5¬TGM¸xÀZa[s¨1Ôo&ôët9ÎGc™Âq)å!²ÃåÕGC”ÀteCvËŠ5ƒ[táG5œ¾z¯TG~ÅF¯íÄ]ÊßOõlÚËŸ¸GðJaž7Â!#ýæ¿DÆü¢¼=ÔM<¹‚;r±*¾­@1Ù«be=n¼õnÊ0•ÔìÜ­IËZA¥a(3<ùy–ÇÕâÉ?+øŠa‚åÒî¿|‘×Kçq»ïIÛZç%&ßF%N‰wÆ0Ü¿g†à$y ˆÌhŽfCe¶¾âsÑ÷'7ÙĽyDo9:€ÖÚ¦¤ ô endstream endobj 840 0 obj << /Type /FontDescriptor /FontName /BAEXTT+NimbusRomNo9L-Medi /Flags 4 /FontBBox [-168 -341 1000 960] /Ascent 690 /CapHeight 690 /Descent -209 /ItalicAngle 0 /StemV 140 /XHeight 461 /CharSet (/A/B/C/D/E/F/G/I/K/L/M/N/P/Q/R/S/T/U/V/X/a/b/c/colon/comma/d/e/eight/endash/f/fi/five/four/g/h/hyphen/i/j/k/l/m/n/nine/numbersign/o/one/p/parenleft/parenright/percent/period/q/r/s/seven/six/slash/t/three/two/u/v/w/x/y/z) /FontFile 839 0 R >> endobj 841 0 obj << /Length1 1630 /Length2 19545 /Length3 0 /Length 20394 /Filter /FlateDecode >> stream xÚ¬¹ct¥]·&«b£‚Šm[ÛöN²c«¢ŠmÛ¶WlÛ¬˜}õ¼ïé>=Î×ý§ûüØcÜk鮉k®yßklŠoJª "fö& {;Ff^ ­‰«³Š½­‚=ƒ À•䯜‚BÌ `ì´·7vð’hÌHĦ$¬¬$,<<<$böžN@ KjuM::úÿ”ücBbâù?4w:-ìH(ÿ>¸lìlv.!þ¯7ª$.–s  €DLQI[ZA’„ZRAD`p2¶!Qr5±š’ÈMvÎs{'›/HLííÌ€ÿ¤æÌøKęĘÄÙ` ü» àa pøGEOâp²:;ÿ}&:“X8Û¹ü­‹= ÐÎÔÆÕìŸþÊÍíÿƒ“ý_ Û¿º¿`JöÎ.ΦN@’¿^•Ä%þ§‹¥±Ë?¾Õ$öæ-ÍìM]ÿIé_º¿0µ.Æ@;g€‡Ë?¾L$f@gcÏ¿¾ÿ‚98ÿ†«3ÐÎâ?# 'qX;™ÙœÿÂüÅþ§:ÿ™'Éÿ’½±ƒƒç¿vÛÿËêÆtqؘ3"°°þõiêò×·ÐéŸ^‘¶3·'aaþ·ÜÌÕáèÜNÿ*õ?=Có7c3{;O3€9“‚½Ë_—$Ôÿw,3þ÷‘üß@ñ Áÿ-ôþ¿‘û_9ú_ñÿëyþ¯Ð®66 ƶàß3†äï1¶#ù;gHäHþ46ÆNÿ¿=ƶ@ÏÿÓ®ÿj­ øw¸ÿ0iã¿e±³øK 3#ó¿…@g  ÀL èbjIbnló·fÿ’«Û™œl€v€¿Üþ«¬$ ,ÌÌÿE§f 4µ¶û‡Ž«vfÿ5ƒ¿tý+~&-u ºÿÍ€ý—¡ÒßFpQótøÛd#ooö?ÿÀˆŠÚ{ü``áä&a`åfù{þþÄÃÊîó¿qù/ –ÿ\Ë»8=HtÿæÍÌò¯ìÿã÷Ÿ+ýÿóÝÎÔÞìŸÖQu1¶3ûÛmÿSðÚÔÕÉé/Éÿ³þëõ=à0EX]²7å ²JËLw©ÃÉž×í±@;”6ªø×Ø÷ú¥…íðT½Õ36Mñ~´{.ž9¼ÈÐþaÛPõ¦.ó¿úÑô mRvrÑ0”"¥ŸkFý¸ZÛ†ÒádÖ8ÜPV1(yƒ!œêds‚»z¢ñ's+ðÇ$t@ö5MmˆÅêBmC¯+<;§Lž(¿£Žel÷J0Í]+mØá©0+=bJWG3R}»z.vg“@pÑM° K„¥ªö/ÇÖ%oض ‘»Òùæ:o›Ã¸\ë¬ðbÛ–÷„ß2uËRRPì›»XbЙûÑ—².¿°¡å;G ¹x홢±WN )te‡këø<+Ûõ×”#EŠ’´Ði1Ù@b&¾/H¬Š¤‰†Š¶e‘‘ñ5É pÂì1UB€–AA òßÓ¹8Ëg"1§{É/—MK=—ò/=ˆ­~Aqh?H^]G¹#D‡uq7TFf½Þ,2µÜ ÜqJ!,²üø%Ú]XŸiuð½úæ›TúŒÊð›jå¤þéʶ þ8òÏq·e jãFƈ÷Ö‰d…ü¯ r"mÊ /# ±rA*Å2çix÷øP37áò‚TÖBórìTM½Ó\ÿžYî¸=óîxÉ>ö- ãe9ÿÓ+Ûð©JŒÇÂóæk&X[”€T AX T½¨!¼…®zV3=Ñ s蕬W‘øDΨ=QÚo„Ö¶Ó2—ÕŸ;B•ð^|¼¸ó›Ý‘‚˜¢*Ç“¥bP‚R°³42(«.X…å²hàéà"/™ðùºqô*èî¢t2欭îœ_·¬‹è¬¤>Ô®Ž Š™kËSžðhŽ|ã‚Ôq÷ç‘| ûâphÅ+,g²ø#(›Ú_®E+HL}c´CD¦Ó™îµ†ÌüAs«øÔ©Ž»pdôܵB)¯˜¦û³7mÀHCqÖ ¢/̨Ö:äja¯ÂÒ&ÃM!y„øW†þéPxïa”ÿô6» `NÌ`íÈûM \ã%µXµ¿c(‘…Ž·Ì«›?Qï¼ìf‰0Q„ ˆoœÖ ¼)° cCQ2 iãœæx7R‰’WœÆh¥ÕÈS[N:¿&Áœb/ƒÇéæROªÞì¦HV­½mšƒºƒ'H:0«ç»)ÖãÑå¦IO!ø_¯å‘öYÒ‰â\çh›/‘ƒ2ÙÁ”Žq†ÍJfԥלnëûè$8úµ\$¶´ Å(bp /Ãkë#ÒÀ• †á‚;H" ÑŸèÈ0çIæTH/û+Ù¶ù˜×ú[½™GÖRfg 6n¹†¡´Y 7ükf#@Öƒ%ØÌº1F|ê¿Ãåàî´ÇÅ)à“ÇÁ™ ÈÆ¸#gãô»Q¶¤Ö}Ý 6åªËqê/x:o¥Ü8IJæð¾=Kð&Îe D\&m”@oçnŒ;…xOªAiõÿÊõzZ[d ½w{òM­-<Ö¿Öݧ]”\®IfJ¨ÈOCx3#ÕH(QÏjt°YB¹ð{ \Ô=#h¼*U¿H"«d£¡ü0ši1jtØnçÓ´w_XcÉ„‰}52ª¸GnžTwqö„ܲ8v5ç nìÙF˜Ç_ãpR‡AãÁ=¼Íâ7§;Ð}8b@¾…ÖA‹Gà|â£yí‰péwp{ì½DE9 T ¤®—QÔÌKæ)Pô€S­0Ä+p~•¯¢3ãaÃø)¥YûÔžBâ„<˜.8ˆ7!I þî+Àm»¡=¼&Ð^gZ:$5ìGðLf¡‘ÕÏ!ÿÃI‘Ž{ù'ÈáËgÇ\Žs™’£zŠÛ‘JõôJ22lât9–bù¤Ñ²uÍÞ¼>2Ðzÿ‰u`mäö‰e§3Ê;f^e'ÿh#ñö)±(Ñû-'c‚Ìf–¡øKØ«S-Ô­ƒ|¢A”Dqì’9: .ÖoT[öI$¬.o5Y©êl9B ÿCÍoô1>î¬=ÏM+¨ž¾B¯°·Î¯0íöÖ™çã­˜}Š6N„>ÐÕÅÈ^åG‚M cç „Êô't÷#Ó½z›Í>?bemN0>,ü¾Š½‹×)<¿ožtš@ý$!\õ´¿ÑïƒÌÍK¾€»ÔwÇù»üáÎqÏtv:6{ÏÌ'Ü?U'ÒAÿò.ÝÙjFcÆŸÆÉ¨ÿmi#ǽç#üî a:´K”–­z.³Öº>\©*Mΰ]ˆ£¦ #'Ù„ðó¤EKhÑcMÇhò†€\((Q®ò€ú§Mý »¤P–`úoø6ø¥ÛXl+ƒ®Âmr«Ü% ‡š Œ® ÛIȪ^ñ6R}_~…Ìø¼ÔÒœñmrZáÔPIÄHß0²ëñ4³äQ'p<O"mw±ýÚi2W 7t[‘Û­l»!¦¾5윃P—åçûwÆÙV˜ô÷{xEÌÊ@rEú×ÕÀ‡ˆ*yâ¸[±ñ¯e"ꬃ!âJMòýÌMvØÕë\ðVõL›ðRkaºK¿àf JTIL´ è¥*Î00ÖÎï½¥¨ÐctWàJšÙŽÿ¤s­¤bÙ9¥é)œ—k>Ã,»¤yç{èîfÿ =h i—0(gåˆÁ£`•´Y9Ë%‚®{E'hÙÿ|m€^Ì‚ÁÔOEZ?/Žv SòüîOFÑè?·=À† + žÀÖá±MþÄn‰]Æ¡õûè 9ºýÒšPÌ z±¿·87]åkè-¹TªÉ«)¦ÀѰ¬/ÖVÜ_P*E‘Yê˜ZIšÝ^ÙyÓm%w~ò™%[a:ÃB}£qêlí·Ç˜í3B\´À9ÇL c­Â"¢Y‘ØII; ¬è†d^ ÂG0u¼“#ŽÇ{šl7Á73HBc|‘Šçï£^CW,Oöû¥›"ƒ÷÷I”&­dã?ÓZˆÚøoúáÒ(Ÿ‰NNSØþdÀ~fÁ£PïÆ˜®¯™¥6ü±$ýcÒCûÞMψØ/ ŽîýhØ–¨•1TH44îè7W›Ò&§OÎ>µA«÷4Ï>O.¨UÅ×.“[:"ucà;«h„úÄÞ‘ 5—…>؃ʗbnZ_Ä!:¥:ÔâGqªzýáOé“N+ñ/Tô틼Áy£çuë4ìd0!WRõʨLL+ÁXk±nd^»õœ$‡È\^HûEÃnY"Ö, Aqz1ÓŽs<¡µ¢Cv=NF]Œ«b¥‡ ƒ)´amnƒðóyé:̈èË`!jÏíEÀ 7m¶¤aeÑœ6ø"XM)H@âb¯·Rõ3ÎïAG#6Âн·©¶ÿ×ý/§füŽÓoϵ­ƒL‰™ " M¯¯áÄ4G Q¦V_4éÌ3‘¼Ã*1-7‚>P¸ÙèNÃ6.7'º¯8]«ý_cÍK[|‰w1æ$›XñØ¡ŽÐ¼Ä¸¯± §òZ§\ÌT*:¿¡ý|³jRýêàÌ«rÈ­E‘¤÷ì÷ýq=oOV*Ôò¯i&¾cQBDDÚâYÅÁpoÿ sÀNÜÏsÔÔqá¶=ï$/>€fœ#Rêü…’øbÈ$óç%b®<À¬aG¡Í~väñ:Ûd ·¬š4"']ø?zèA>çPíoÉl/³;«â_”ÄÚ÷¢…I¥rËešåûÎíÎ{Æ) 5JßyMH‡Ø­ÏnDb?|lð\<]Fÿ‚«6#ž>ŒÚwˆ8Çs7ù §¼PÌ m³!ÇM Öq7愉€_`Ñ]ƒØû\¬½ž:79Eó¤9Êpç:Î8,bЮ´pÓp,Ž‹£ ùÃ蟮ºR´0í¤¿0²hº%! j ¶Œ6”Z)Ü™‡ÕHöÈd@T"sLÇCØdôþ¤€b¦”²vx-ï°gy³Ð¨lå=áS7g«â冑Cú<7¸ñk‰¢@ŸØå…§†.CjŽúû)ClOQ,€ñf vü” ÿ'~†v ðܸÚùµ‰Vƒ1B•b£qDç=?Ÿ%ë„YVÅb¹x«›ýžÜ)@€“ÀAtçy$<3°À…ö°úKÒá GƒÒ±LWX»è“Ø©²Ì<¥ÔÄÅ_ôcÄl4ih°Çõµ^óM}·(«[C÷U®ó(«^šÀÌk¥8G2roÛ(®ûg«âXµ÷›£¯x[Èy"Õ³Nn:or¥Qwìùì ‡ßÒ(zœ ¼.:¿L Þkä‰ÇE~69°¬IÏN9$`µ:å^ó]oǦÚSùõn¹!ð=f?cŸäl|ùª¦·2nìwFÂfßú«U’ȬûBµÖˆõÚÝÔSè¢_ôfÕå­qá8$¹ïÖrÛä-ÉÃS(;sj“2]‚Nw`ʡ˹“ÀHha¹ÍÚã ñ´ÝÆ¿µ‹E¬-_ÄÜ&n‚+Y5Ø>¬IP\Žü´íFƒ¾7jY™éA%3â ŽìÒ PІ’/„Ûýì$Ä eW"ªsÎu½¾™SZƒvþd,VÄØíR?X#ˆuÀN¡&àP6 ùbǧ6ÊSšm‰aÈaþ>‹ ‰ó{¼ÏpNKü>_Mq;„ ³ƒ£Ó.‰åšêæ£Ê² Ê屨½Å©ÌùJq£Ø½CV—ën £åKB*ß‘jÊió#@“³w ãrÓRoÑËyv.ø+càO °(v5¶rýŠ}ðp×IÀË=Ü\q@ø×^[çTŠœ¥éT¤¯î,_Ä1F‹­R à2qî/º1ý3¹;óIe¨¦TóÃí*f¤)6¤¾L§³BÒ3„k…>j `ZH!´VÈ·¶“û„ÐÞ‹±ÖFN™¸.'… ß·ƒ‰ S‚8]hæÊ’ñZ³&•ýâšÞ¿daAæ$gÌš†Ã¯2;²zÛ~©@c©ˆ.=œ† .•‡tI)¥…Xሧ2¿((ñ©«ý +ã„õÛ;H½uü÷£QkàkçæÊÉûòD­¡¾XÑ]o4/{ˆh&ºöm Ä“dc„Ÿ~ä zzu)7÷R òö¦ S3ÎCæG©vêêîÅŸOÛ¿±×è t~ÝÍ^3ô÷ήŽ­»zãmY? ¤( VBËä ¶;‚¼ U$ߨo¨w$Éô"•¾>Ægû½ùøä.J¯a6Ë­6¥o­Ÿ<ùƒaPÝg6ÉŒ,>ËÑM´/j ¬ºgáK½lΧ¨—ccwÜ[_#Î×±ñÿl>¤ÜOâø®‚2—f ÁÏQ¬'–ú`2Râmç…’z}ÿ®,ÄYiûC ÖƒÒ¼ÀçºOôzކ“Z–+îàÜ”DÄÉãLƒèâAÉ!=UîvñO3Gþ“›ÜH‘3jú-gÎña¿2ƒtÏwìl<µ9É÷J€F4~ýæ2\’sóÛ<ÒFþ^h;~ˆ=ñÙ·e;×ðÐ<ôQq–@Eøc 9çëÍOˆ±@¾_°Ócr¨ /«í¤c&K8h©h[ÂVƒ ô«“/P™w’ÈXµl ¼Ççð5F8ç]^+(w ¹ëC–‚ ¾#tÀ÷fó1¡È£ÅPšuëª;³é^W‚’bÔöWìGÕ‘»ÆÜ4ÐÒzÂ-HK‘±4U$NŠã¼\ø®ºÕšr™7¦ ˜­hSñ¤‰î;¶¥@ßÖO“£oŠL…“"Í“”C$JTãîÑk€=áà>MŠŒô¦0­ûÝ¥Hø.ͯd™yöMÃû°|£Wì»,Åð»È;ôþ±Ñ nš9–ä»l=„û4wò!;Èû­¹°üˆI#Á@k¬ž¡Ú;2ñµ»†!€¥Ó{6íÔÛ5EæÑ¯“î×iæˆf\ —NOSJKXÑ¡L…B¢eAÛ„Nð‰½Ï×÷F±8©4ëœr ³ÐœÄLt5µj(éVnýÒKŸ{o®íÚvªS ]»8®1HQ×{vñËLÄ·£¦óåLÚЬvûv ¥¹Ä˜Ô©Â9džŽa}•tIÇJtNål”©´€èàÛËç²øB&ª@ ºí§\±I˜3¸EqŒL#˜›ŒcI”ÛBÁeüÂ&W¹Ö­‘°Þ¥eC&ìÂÓu2öSŽ9õÕD]^D‡ …ƒ)C({âNC>a:+î{ …w˜¢^ü̲ h% ‡óân .dÀ‰¼q’ðe"¬ZnÐfòT.:{KRP?מ.¸Ó• ìÜ<u„pÍ‚«ñbZN=@3›x௚qé¸3¾¥‡µOÉí<šóÕZä’`œËoú)ín3zèÌX¶¤½ëéèaŒËãï÷%&óoa ¬ADÖ»Ô8ùŒ€ÀÈ”‰ŠÙfh:|`Ô"^ý ·$šv<ÁŸÃHS¸3=sßfz³š=?/(k„³Þ¦à{Û/ä ßGâÚuùßo'áÿÁ¯ƒ|úØ»¼÷„Ëc†ÝÅP}û ·<š£æÇ.76Ñ]B³Ž6]?¯ìàeó‹•8\Ú}ö™K]jŽ1»±—Ÿ~z¯ Ÿ=ƒ†[Gé«")¶¹Ÿ0#ÓwÒ #é9ûÞµ›uEaœS‰!ì˜ÂQK¬h»Égw¬Jë³¶ò¤Í§D [ Œì2BMr\{bõš‘ðÂBÏîõ)ût`Ï9vßcØ7 $øt“ß2¤ @÷®HÜØ©è‚ŸmÙƒ~SŸÍG)ÒÅ‹Ùúrfƒj)šåÎɆ°Í-(èÓÞì·ƒ_0Æ“×ä'×| e…‹Å"ø²¨š ñtør`Úo·½z› ïõEÀÿƒ'h°ÅNe ö§{;ïZ8Ô7v\g¥-“ç§)[Å"ŸÝI’èïKì­¸€QŒ µ*øö]°d<ñmÓê ;èÑ ¨Ó-›;ž®ÀÜ/½óÕÄ'x ¬C9=¬a 7ï“-¨s'77à¿uf@ðûäPà—ÓSÀÌÁTr€ºk)ŽgÀÉ;V¶èðgõ©¾b±‚¾"G¾yµUOØÛM³©ÕWÿ^ëi/»êâß¡ŠÿÖ?°œÁRËj&t+.å¾Ùãiž0±ž”&pqú%óшÁµMÕ»tiÉmõ…ßst¤]g™ˆ%ű-ôíâ³?Ü›,~ TÔóÙo¯s0¨oDU¬"“Ó¬ o0±¨ð ó"+à'yWh1õuyæÇÍ|(÷›Àlåzƒ¨Ç #y€;:ÄUÕk§$qL«¢”‹BáÃôÆ +¡cˆùØhÖ¹x1¥ƒ—.#†>Õùë­“ë¸?ä˜JH€áŠa=ƒËU| {Tí—Ê£]^CÏiÍ…G–÷ÅHµ“x»CG@ÿÓD­d‘ß{að*£¢·Á–¾¹®CBÞP®¶îöÙCÛŒ!žŽòÊ]²~!£Þo9¦ûã "3CÌ Ý‹ ±sZÀcìR~S;ƒ»q?ùÇ‹j4Õ<B§9nÌt æ°Ö™’™A´[à.kx;–]yé_çéŒùïÓÏʃa¬¯p&¡6S„kÁÍ‘jJ1“§µÉ»”æ¥ ¦Ý*kœ…šî¨»½ƒFß(8‰ÐMÊ^³X_6:2suÒ%‘DÔErß}œ°Û:ÈÊÃûG¬+ Añýþ L=w#깦Jîú:C Ç Tdv&¹ÏÁ9@ÿ›Û*94Ìü!qpºÈØS—¤î3¢4™“ßÍ·’}½²‹L'SödÞWàȰßPÒ×nΦ¦Q’€ ²e=?Ä-³“«ÒNqôGyÛ5å>Ùš .ÒºœŽ¾—§‹à¿µ ¨<ÈÍT>ÃàPÎCÏFsà‹n:fcl)örÂi!pÛBþ n_öéÕ €q=_Gí[# { ’”-Q‰yø˜Q_™$ÝØÐ"ñ„Ì¥Tì ›€]o[é¶;ž4’ ÏqR.ðUhaœGw+\â©<ö¡Iýõ„Š=}¤…ØŒ;™ÇÚð,@2CaÀJد.¦ êýæ·dâó²TS< ‚Ðáè3ä6°sS>´<øÁï™1TÄô<ZåÒWäñÆür!‘½ÂߊY£,9LÆxBûªRYQøMòÆÑþ ÐCma›C™‰‰WóÝž ¯¿—­QÈ\B(\Ãô‚$;d»ú ­Ü†ÌÍ+*eù˜ï¯êcZ¦BÃwP,ca` nÊZV¿“ò‰Øx†!ËN1Íû ¦Uû„aÆ÷͘‰Çëb'qTÕ{=Þ'ìI˜îˆÒ}Û¤7¨ AsfiõÛü"^鑵' huLJ‚­ƒÍg•] ž¦Cýä= Ôƒuî9®ô1o£f´š°¢kQV¬‘~•‡ìÈÿoYÈÜ #¦n.ÜNñµ¢m|dûVǵՖÍø’“ÀÏÍNhXØEÜxò‚`É0³Ñ’w'ñ°Y×­•¡ÎòÌj¹:Ž|’§Wl" «XðIE ÿЦ,´ú®­yëuú<å 8U:¥Ò¨´`Þ4‡¼Ûü£ãÝ~X*l…Œµ¿1T&jLŠøj@Wñ`ƒ´s:]QL½hணô½ÉÀf¸.fÎÇWŸ—$Ð[ûžc#wf„M(BJov„=ÿ0“¤ú¿q¥‡ ®bùÞS=(Ò{U)Ð+,@ÕÌhÒny¨Òµ&×$¶=²b _m0¤]~‹Ù1éË4iãÄ~ùÍø@Àµ«Go9®`LžÔ‚„Rñµ'§ECutžü ³„Õ¢ïÌ=åygا•ÉÅ"÷ýã´ˆŠ û=}h«6E¦ˆÆLFÁ·ØLEœU»Å”=!ÇOao4»“sù™uLh×ie¬jeq¸­Gl6®¸ü€EF".bk_ü0 È~²ùþXl3Ôƒ¼$~ß’xH ,dÚ+}‰?1çg‰‡÷ÄÂg؇𩣫óO°Km°X©“+›¿eöŽ ¿÷c4(w•»[vmËXkŽ¢ÚòéB÷ÖW™êª”¦ª bl¯)&—¸½—7ÊÄß ZO—Õ…¯Êô C?s“t+è2ö’e6èΨj›CÀ¬]í ÊYP\n•…ˆàØÈ„â­Ñ»N¡¾õ笟’è ^¥Ðzï¢æŒtž¶VÐß TÆ| eŒÜ1ÕÚé\T]ý®PÖƒ ™™ôˆ÷‡Ç„ÃÝÁ,Ã*Ìp‡u ]ì®â'iµtŒ„ Âçd@…<„äz7A Ï©’櫽LÉ ’/¶Œâ’‡Ô–ƒç¾Qéf?lzÉ0âEGiA„мPÕ·Fì”òع€³‰ý†º˜|þîÁ¿/r…Ñ([1IK³§$ÚþHn aëýtŠ3uçoщHQÿ£îÚódÏb––:b•£ÈÄ_ℚf «s Ç8é—OuŸ9×\%4ÑÓ¬¨¢†}Cþ·4]™$άi‚Øóû[aóq…DiØž§°×wÂûüÔ<õó—æL³Q“W•?Ç?ð/:XU  Ò{›«6Oã«"!ÔRƒ!»` +¨s6¡T›ÍÚÞõõìGqöЦË>Îfæ1~!@ט {Ïn v0 …yX‹ýy¯ [A&‹/â‰õÿaÚãðÿÕóºðDuöZ}Ê6…y%›™õÍl˜­ýÓ´«EŒ²a€¸+¨Ätý`ÿchm–õö •GðZ>”o”;‚Ì«£qeŸÞéT+mº’í*‡(HMÒÅQñ²ƒ†–¨ç–H}«¢ïž›š|FH9Èã ºùç鈎:‘N¿ò¿–^Êí€ Å‡¦n‘$ ôÔßóFȶ]†iˆ¾÷*6#D3åÖªŸÞßµp–@("ìð¹A“Ë hMƒÇ«­ý!¹}ùð¶ºVsqúeEæ˜M(ÅÀK“lÌM³MIâs°§Ýë¼ÀF«$&³pèËškvýKÑÜ ìÆGG¬†ù¾#è ò#À{ú7ÕK,ÿ6²Úéh'}*“ý#jRõ‘LtXbFò #ö0m¡%"¤Ñ½9$Û©­&zà YÇc h´OÈÖ¬IEJ›ô¬yª—ß2[Ϧk:/¿ÖOÑ8#§ ¡b¶ù\Ùÿ4EW‚écêŸõD7¢›Kü‚ÉO¤šÊ»hü&eÛà‰n)ŸCŒ=Z<´Àë:¦pº+튲¦€VßþSÔÍÉÑHƒoàû^€FþÜ·û}ú’ÜÈlí$ìRÐs‡0šëï¨/EáŸ: w+XußG[íZÈ,®êcˆ<õÊp$\Ç„,;¶ˆ0ç [ZjÉ>©~âýÜ‘ÚÌ8sßzߦW’wÖ Ÿ?rs`z‡ð,obÑ7QÍA›Sˆ*:Ä¡NzvFÚ˜X:Aô÷ä«ûþÝduP<¤‹Å3)Î^‹VἉô™<ú¸ÄÎPÍJäµ`™ž/³®Î •¾–®¥/¬Y?‡Àí®¦°á\.€JÇdð%Û£UÀGôH9O^¶°\2µûþ˜ð¥üÏM›¿µJN(2ÀV ÐñÊ:úŽfõÈk^·Ý=ŽG–VÐÒ²9»~!½ë-7¯å…H!wÒ¥«Ÿ€¢üdÃÄ÷($$uÆ ~…Ÿ+;•GXoŽuÓÇÔ®ò|k›Ƚdz¡òW…ò‡T•j9ÂÀJ“±¹…ƒ¢9س´K »– ñ{Ü!W˜Ãœ$4xÌR+¸¨þћÂW)Žjô¥ä÷Ó8àc;uZìsã Ë”­utÜø§B² Wàö‹cE?´¶°‘Íšû&¹†ù 0zVßµ5E©Põ­=¿B:Ɖ†”Áÿì¦>žŽÆaèçsùðä‘—«w {ØÂ5Ûu]%D<ù¦&r•¬o¿QB±+ÀÂà²÷zŸ÷Zl%}ùö)"Å`”éÓ¨ÇßÑã±É«Yëͬm¶à ˜¿Voõ™&úÉ|¸Rƒ8^›oVIÌše¿Wð¥’É:¦‡ÛЫGüÉH•]?·w™zŽË ÕUY޳¶9˽lÞ{ÄHæî—?A¦Ÿƒ‘…Êcß¿y˜–sžA_¢ûÓÒÛû¨‡¼n¼ÇØz¼ÃXÁÆívKæ%Çñ¼¥dK¸‹éðÝžØ?+PŽUà6µé(‹¾³^wï9õí±Æò~ÿCY^s¯ìá0¹ë ¬ã¶ÆHá•Ò©^]¡qáùÉÕÜq«á!;•s½NežÏÖc%¤Ö’ \lÃÔ/mÈ_Ó?RÊþ"O¾‡i—¸ F<`úÙþÆØ#ÑY̸‘“›J~0::üf©l²à_ŠhÃÇž´†¼êÔ ƒÆî´îÐæ=÷t ¾ƒ‚ZõaRƒ-+’T{„̉éLÞ_åý‹í¥6S!Uºº`“ݰ´¨ÓDc5Œçælü4…È*áo.ˆÅážhæS±~ ÁJZr~0ù¡õ›l…Ô„¬fïp´¶¢iZ¬èù¡Ü$5-Ì.:>ÆÅÔ[l_3 -cHáHŽ1]9áùé´åR3'é0SJœ¾wËFÁ€ëR7ãéžz¡„bl÷4Öê¿-x&'üÊ[RïIF/¿ó&3vå'ºª’Åç~‹©`ª/r->Å\C ÝJ蜿Á£BÖTí‡9" Úßé¹63§'Ï¢×äö\Îõ_3xLm)ßÄR½± ¬¡©#uwgăg"rDúR†Fý÷«’ þë+}cYi#0PàV°±ÕC§Àà…ú©oiå#”#Ç—µû=1ãŽó3cœÊÌ<¾Sù²ŸhI½_ÙÀŽá›Ô¢h©ã`,Rn—ÛX06Ÿ {Çé·¬Ù÷<(½cã°—ßkûé×Þ4o, ÂÍMâ6ñ!‚#•inIéxõ?KûÝ‚ìúý곬F"è+Umã»’ÏÐì(À}ßOk´­ôgQÈ6à—ïESü¢€ÌÙÓ:úK¦¶"Úßd’?…°Q°Ós é¶ç¦Ö“÷U2 FɈQ¶Î+ƒFTã Æáúªá$ðzj‰P.ýÖ4gï=¿|Ò³4SY1$d_-ÖaŸtØœn¡ðáÞð”DŒIÝŸå1—m¾«¹{ªµµ+‚KH¯“ü°¦#0ÀõNÌW9ƒ0xŸù™e„~Ýøæ³%g79f"…-Rp[¿VÛÃô†“ÌÑ' ê ‹šñ3íäÒY~´„e€„’)–H;»57ê.8•­…m­Ë×ñÆ—vßJ“`µo^»Ü5k¢ùªðü>ðçcË› ²”èv.„Z'wvI3%üü zùã7à+;© &Ôš@Ù”qäàC£ß'BÙƒ¨_>Òæû‚ÙÔÖ7vÈ­Ç×ôh}Í­)Eµ&TŒôs僧3âT ¶Ñ§‰l;Q Õ3"eÏ” W> É1ó¤`m¯©°žÀœ*m̰±Ú‹pä8ì_ÊG©ò:Ân˜Ö;§žÏëÛ =å=—ETJ‡p-iæ=Þ¦}’$ºI¬nµRН+µ4Úå®îá+¸'¹_™÷éʘÁ¦cmë*„ÊÍ|RcfMÃ:E»<Ý”¢:‹x²+ËotäÈx¡ÑRÕzá'½¾p-6úøÌA”æGP¦c‹*ʇd˜]? ë‡Päœ/¡ž™ýQ÷ š‰.}1³œr;lÊ-è­@lTaívjV–|4ß§A•Éç‹®º¡=5J)ͳË{þ,1Æ)æ³±F‰WÜ™V©RšÍ?dM¾£ùœKz ÿNŒ¿v…^‚69ñ!˜ùÌ`Ø$Ý0¾î曾ӆsÁÀVõò±of3I”ÒÛfÉÐ/éûêl§¤ˆªV„ë¶§;ë§ ZQ×'æ½/„%Ô–=± ƒ/Ann_ôÙ÷6{‡ë®³_g[ØýVmøH•C”fuš=h<Ú±6š¦üØF¸dõÓÔ+–_Zîdq?, œØ#àÛ/˜ÇšRØúYM_,»/¤:™47>€ÒÐ7pJß}Ò%"^ôÜ2¥VœkB,ßb@ãÿóG0=¦Ý‹¥ë)ü‹þÀ^I®;½®Rõ[ˆ!°È…'.ñ‚¡ôü¼(¶÷ÃÖ|ÂþM3P!ÑUÈ-ðO³á¥ÌOÍË©^W‰„KKÕðÕßÓ½(‰‰’WìQ ÂÆÂ² IÜeŶ WÄAò ïS5hδ &XòØTÖÕ“ÌÂ]X8¨`2ZXãôñît›wé€C*K"œËÑ•;'j‚2Ù*%|yýÎé7ÛÇ Tª£…ºû¸À¹×Ætñ xÐè‹Aë 2‘mŠ4ä3‰±9×ÓåóeÎ&ÓúÑÝÁ7œE-fê ä¹!±«DÁ'¦ó½;p¯OÁу€aÂÒðA„øÙÏ"˜-²Ø^ØUPn4`vîYï,ã Ô^ÐEP¤Àø§×Ÿ’SÃ:pN®“/+u+™?–ÒšÜm;cÄñbcYLÈr®ˆWÖ\ð«ÑRÛÒâ®yàÂcZI.ºûÃïÑ0·ÑÓ¯*¤6VkKŽ¡ SuØ6èÛ]+,Wœû˜Òa:wààù3Ù"Õ6¿ kH{ÙËê\èë§}þ´Qú ¡wâ~q¤¦(²²™”˜Çëà/Í7:›èæT³M8Ïë@ƒ„ØÔA˜©Í'4²´Jv¯êmF¨ê)eœê*Ý—¿:ª‚”ZbTÏk–ø-ä?5iKÔ¿]âáw›±é1§·•¹W>R:Râgp²ß[ãt†´þ\’5r70y›9˜x9Ö!÷Á¦_ãKA,ÒžçÞû\ó/²ü˜kB•Ö¬í\Ú¾9Õdº…ÇNb`^ëªI¢—ßMG —¾|Ãñ^ëV«ß#ªÆ}˜Ï§# É:‚ùNˆË‘n’øAàØÒÍSfŽŒRæ))ÔþIò„Ý‘%-ÞjãRCËÅd|Ð*ÁçòŠÜøˆßDý$Sh’{¾(°]v-x|¬tJ,x–ç.m%$Y±çµÜ63wÝoÊòJÌ÷ó,*äÃÓKìæDæz¥©Pô“oFÕiÑ“îÙ³ôÖ0” ¸eÉ,¾6É…î;õ*¬Ó¼t¢y‘øHÈzÚ >˜ã5 á—†Z>Š%?QßD˜ô…/—fQ_64yâf6☋†`‚OC’+>ÿœcñ—¿1ÌfjÍj‹èÎó€j9 w\,N’ú*ÕÓp}Ê汑½Ø¢[lÓgÙ«cU þ›fÿÄKy¹ $p,~%C`¦üä.í¡´ºN¹o¥¬ØŸµÕ›ÉÁŸÓîÔ& @¸AÓé&ÏJËf\ó„4^xO–ÈÕ=¨N²h&v‹ÿÖÃ~hÙåTÂü^24#ÐÏÛֱ䶨ò‡y¶ɤ¤ tWAEöZì{iKìK®õH{=¨Mÿw÷ ª ¨ E#_6ƒMxËmùŸñæY/ï‘~æI~qB¼Ñ[Þ]è¡Åº I¡ô¾WN¶æÒ‚…²rÀÀnaŸ–*4Ÿg÷I¡ÎŽf{ìyã—cE“¾3…3%YJɧHqè|ÂiÉPAôVÐÇÜ^€ÀI¹³†0è…´—b¬‘sñpK¢ ˜—jÈW.}£h~ðWçÚôy+Î8½B8#õÌÇ6÷E¹ùv¹¥HÐô¼~è¸Ãz&Zõ·\JŠC!Æ,´ÞxÙÄ RðÖÒùŒªZô âaûXwjƒÙú”mË9PŸÒ 'EŠ.ˆQ®§ÌŠHaš±±-êÊCxœ¾ÿ?¿”“¿ˆËIu`¶;ea¦Vþ<:V2IÈLÇ ()Ø®]ˆÇu\to<Ï­%tf©¹úÍŽ [b¥jFޏ( ƒµÞÅ{¿ ãNï'H/ÏTÕ1þ‚%‡š9”ƒöûå]q ˜:´aì1é‡7%LÂà‘1ߺ3–ŠÚWStph¸ÿUfAb4ŒT;:ï0ùËþkj8v Áû»7cë5WD×¢H½«³)¥ÔŸ˜ØÏÃ8dÈ- 5ÿ³Wƒ¡Š:¯+÷dýæY×Ò i»ßæ 1ñ›+ã‚5LÞYEI÷ÙŠ>9@/nðNöö0RÂ;à X¬G+½$\áÌêêêòÖú¤Îλñ³Û¾ý.»cnžÒµ¢^XÎ?µÕˆ/"^6‘1Ø> ºq®³)7žûÁ#k_"ÖDÍ‚+¸9Î@[ ¹Ôª9KÖö g`*¹øÜMóYL Ãø#3$8BKן®ˆ˜ñ˜ÏÝ:H{Û«DN¯0ĈŒ¸ l¬¤†@&é~ëÕž….o}´"Kâ•¥¤ñíÊþÁÿG•6ù¹uóÓãHÚøu†¬ÒhÞQ§Æ[Îd@ÉÔUS²öÐ –cƒªŸ|å“×åõ)_b¡ëò·½ù1¸N, N3®n7a–Á:<‡­¢„³„…›õ6NÞ¹gv5é¦ÓÑæùó¼&ý’´e¦À!¤Nþ| ›;ò-:—ˆzº,ß[Å ¯²ø: ^%Œðp è12`3§à‰2k‹×Ñ¥zËz ûô..B3`áȬ>€\}"P#GfCã— &:á¦ñ~ Ç¥z‘!cec#¹ ¿þÄG€û(SNÒw¾±Ò`ž±79 pVc•Ћ s“áE'Ò—»HûÜÒÌÛ¼{)Ž]tÁ5nPVgÝ'ÝFxÇ«ç~b.p(˜’\=gÌÁÿ»têQùúàîjŽ@ »œÍVU¨Näuc)¶ åäàäÆKX4;¹{ìkEçô‹5µo :|uwy\\*G=lùíåp ¶9R¥k¶ÔÓùn-}é–¡“g 3‹;) ¿3/¼¤º×85™ß+%€¹KíøY,‡jƒmd÷LP0RwA¥?)Йö\ºŒÉ‘kèñû±Ã€¢b ôÕiÁ&c”kã:º ç©L}Bµ©óËcÎ?Ä9Þ2-öK~ÅC®Ì²¨;Û~~c¯XM¾¬˜o’ºÁãîPjË—}uü¤Ðý,Ç]»CV˜öõ^ECVsDV=:* *A8¸n¸Ž°1»*lóž1\(8lY8`–ÅJ£¤ê†-EÑ(e]Q™ò‹ášµ¾ÀgMQPñØ×Ö÷××ïß‚C*1 “Õ䙂&‚_õTÅ7š?gQk]ÄÐÂß"€†]iTßjÄŒDÛAa1•Ÿ=8žÞ®ÙŠ>+>ØÂ#Õ`ç&i ‘ó•°)A„àPV)ˆÎÓW¥1Ê¿¥?oÈ$¼®ùÈ‚Ã,L·LŸ«æÞßý2qåÚš“¤˜›lXZrîée¢z«.+iŠ6•Ò¿(½á—ÉšA›› ÕOî·Jß¿ÿƒãïÈ–Éå …ÁæœÎCߣù¥ž0J&ç“Ó²›}†YW‡'Þ¦»ê8 Ä855BxLÃòóÝÑéþ(“Ëïr¦‘×O`@iÆ´*[î&kñZ.ùŽ©æ™Y g³Eܨ½B¶W„·¸!¢¼ôBHªoÇÁÞRôkÿBŠ!u=!5iê§à</\ˆðŽN|îÁm²™Nâ4¢ìâ]6´´²™)ᘤ£ÕP§áÝöÍ¢¢=%ûkˆÐE-£íÏVSécOðaRy‡7S¦Ë f~¹XrýåD˜:î¶·„÷@¸à³ÞÊÉö ŸdNíQ㈅©÷ØšB-¸ŽðäI¹%×Õ(Á¦oGîë~ÿºÎ:äéEððÏøÚÿ¡C­› =¶ä;" eÕ݈ž´H=BÆ´ü3O“€™ŽÄE:ˆÑ¥0ïSk ìÄN3ós–à*‡ûkÿØyí2 lÊT’ÎßôW7qW¢(‡>ç·nÙ”¸ZG~·Ô]]ºI{è4XŽª.‚`¼%»Æ;ë Òb±×âëÞȱ‚|WÖÉL|1b0•ý9†ÄÃé©GaÀ¬¯bN¥cjJ½«ðÝJ åÝ÷Q›8p@$,_Q4*VnË{º ¼ë&߃!Æ.äB@Gÿ^ªÊÚC(Àç‚“¨ë/« äÅc^sUÕ ®®ränc™õžÀðokÏí»Â Qû»$u$DØQw8T± ÐDó#9¢üMo;ïÍñZƒáK™Ñ§à6G® å5ú÷ã@ïÇÜ«[§éå—ž÷HÕåÈx"‚ýƒ½_#Œça¶FúHgQ`s;¨’«…1üýh¾ÝÚœu0òàŒ÷ù”‘¿Žà™æMÏ$îÝô%¥]~ÈhRÚ¸{kl©jÆñîU±ûÌŸ¯£R4;™lq½Æ²!>nF}™x´¯øh–:\áÌÂY9:vÃOSˆ’Ú û¤βê,÷2ºtO:Ú²œòQ^ÍtxŽÏØJÅ™âñÇV¶)ðB4«ÐLÖjÁó\pn¨½ :ÀQí›ýOT½çÌ-[»qC½ xËõÛÔKR>HÔüï0œÂA¶ ç^'‡÷;Þ˜œ×ìÖè⋳Óâ|6N¸tzAO©8 CÆ‚‰ki¸>ª\‚h€ð2Ö ½ø@é 4µ<骩Í#’@Kéëwd¥§AŠUCdÉ<30ˆΠFålúÄ¡[ªE01ÆŽ±O/ ÒðHi¼X«šV-Àâõ””\`AhDx1¼>ÕüÌŒs~ÚMDŒçõ©¤%,á~Δ %)o¨.Õ,úîÃKûrMXý@S¡Þ;°]‹ïR:Êòg¨iňêTuI8^°Ÿ-å¾áeZ5y4YÏMàNe€…î°‚`+ÃI,F‘D(Ëp|E%ºŸ“«jT„ã ëihû²õãÛíi*q‰_ÕŠà{üõÔUT‡õüo¼ ]çb¸·…çc$pà}fè—ß°‰ÄÛû7pç·Ñ¹¦ˆ×øT©µìLoGÍ]á°OqaïµEJR¼¬/·Ôâù²I¿ô'ºŸŠ "_¯™ñ~ÒÚ|)íçë2Ä(õ1ÿÃ0n0ÒPZ|?òÉRªÅØ;’·Ïß¶ Ùø-0å–½l²I åST1Ö=š hÚ×ÛT «žSId tiw2/¿a¢·Á‰ ®`eÔÞ‘`Òº}£‰{&á> •ÒDÑ`ž³ëæÃiË0›"²—»5ÚÓ¡‡ÇéÀ´-ÀЖmšðµîu5q‚‡ï8Èï¸9V«ú8þ`=Q‡§þ"S ØŠÄϡڗZtÚNfKz¬ºG†?ICàî -CÄ5z‰ožôi½OüWVTÝ endstream endobj 842 0 obj << /Type /FontDescriptor /FontName /ZXUJFV+NimbusRomNo9L-Regu /Flags 4 /FontBBox [-168 -281 1000 924] /Ascent 678 /CapHeight 651 /Descent -216 /ItalicAngle 0 /StemV 85 /XHeight 450 /CharSet (/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/a/at/b/bullet/c/caron/colon/comma/copyright/d/e/eight/emdash/f/fi/five/fl/four/g/guillemotleft/guillemotright/h/hyphen/i/j/k/l/m/n/nine/o/one/p/parenleft/parenright/period/q/question/quotedbl/quotedblleft/quotedblright/quoteright/r/s/scaron/semicolon/seven/six/slash/t/three/two/u/v/w/x/y/z/zero) /FontFile 841 0 R >> endobj 843 0 obj << /Length1 1644 /Length2 12013 /Length3 0 /Length 12861 /Filter /FlateDecode >> stream xÚ­yeXœ[–.Ü] wwîÁݽ ‚'¸kpîÁÝ%x€àî®ÁárNßî™§çΟ¹ó«¾½ä]ò®½ž¯ª¨ÉUÔ™Å,œÌ€ÒNŽ`fv6€’ƒ™HÍÉAɉ_Y håx—s#RSK¸MÁ6NŽ’¦` @hš88ìüüüˆÔ 'gOW+k0€NSM›ž‘‘é?$™Ì<ÿ©y÷ÙX9hÞÜöNÎ@Gð;ÄÿØQ€­K{ @BYEWNI@'£¤ :]Mí*nfö6æs #H°trØÿã0wr´°ù«4Ë;–` 9ÍmÞÝ€æ@ç¿TLg «ƒ ôþ °¬\MÁï=;lÍíÝ,þJà]néôwBήNïïºw0'dîjã ¼GU‘”þGž`kSð_±A6ïj€“廥…“¹Û_%ý­{‡yׂMmA0ÐüW,3 ÀÂäloêùûÌÙÕæï4Ü@6ŽVÿ‘ÀheêjaÞaÞ±ÿêÎÔ øOÕ›:;Û{þííô·Õ¿r°ƒ€ö–,ˆìï1ÍÁï±­lYÿš9GK';Û?änÎÿÔ¹]ÿnÝ_3Cÿž„©…“£½'Àh‰Èªä~  ûŸ±Ìò¿GòÿÅÿ+ÿ¯ÐûÿGî¿sôŸ.ñÿï}þwhi7{{%S‡÷øÇ޼/SGÀûž(þZ4ö¦®ÿÅÇÔÁÆÞó¿óúwkmà?ÒýoÀäÀ¦ïms´z§†™Ÿ…‹ÿ ´ÐBÅln °4µïÛßrMG  «½#ðß¿[ `fgcû7†µ¹ã_DpÿCt´ø÷*Þ)û»V eE iÆÿºd™Õí߇͘‡÷.*ïcÖðtþoÿà±ÿÇYÑìjãÐgcaccýë“í¯Øÿ ÿ FÊÑÜÉâ¯AR›:Z¼ÏÞ¿©ÍÝ\]ß)ÿ{¼×ÿÏóß·ôš#.Î;™ Û~ËH×àå ŽIê÷v³C~u.®×(Ì÷¯rêòû¶Á_nò\ý•åÇ„Àk‹çÜ‘óËÎ'†Ýán\{Ú®àY±%}O>Æ*M/ãn «Q1JÚ±v”÷ù¬Â:Œ›Öîæ˜ªšÑ÷g8’‰6NWøó;zJ÷|lª?Ψ¾æ©u±8íè? 0k ŽŽiîþÐö t]Âöì1fÇ"P ºÃ ÐDú»d‰èi–{Çà0ˆîƉ%È]íô™êÞïÊ«SYoÛ B¤=kšþ¨¾ ¦¯÷ìJ³Îœ˜ª¬8¨±©üÁ’-2­Œf¡%?¿/rþÉ)ÖO°K„éNUïý[3š¼â°Û<@åÆdBê›Z·„_è-à:”v†_±uÈÓSМÚ9b0Ùz1wç3Ï81ò@`¯-stÜ…Ccê:}ùÁêAÏòÃ%ÕH±Â$ lÎn 3ßiåWŠDce‡’ÈÈøªäz%xÑ®“˜ `c•°05UˆïáLœõ=©„ë ÒÙùÎ3Å­Î1ä&¿à8 oŠº'·¾SD#@tX;_]ydæÓå[pãÐ5,é(bþ»÷°H÷æì2äT“³ï9¹oRñÃWtæSÚ…ƒ„»s‡¢øýÈÇýëôú•ô¡/k2eŠÃ'T¤ºB4'^&6¦ªùUêÔ¿y³!;~®Ùhç$œPÈ[iŸ­Xkh¶YÞ0 *ì·d\ïÏ;Å>Ga=üÎ{óÊ2¾«à·ò¼$΀ˆâ̇’m$ «a‡©7F°Ò×Ì,dc‚ =@aev¿ Sv)“=t“†³èŽ÷š`4o4Îdöæ Ñ&¼íÏ-Ä<Äfµ¦ §¨+ðgj„•‡ åoÌõËk Wà€çŒ<ÁŠ2 oO+{OÀŽvz`KöÒâÆñE#`YLo10õ¶*hq]ÂR{_‘æ€_{H*-åi/¨ž0“j»óÙ­jkût# ¥ä!²átÃÃð®Ý ÿÉ;\.5àŒ„ÑÒÞ—gYHýî/Ùù Šåø céLäp‚߆òÆjAÛ¨îÖˆ?  …1âM¿uØ\æ;†q¢©Ø0£èâf{AÖÓŠ S•Æïè¤îU)Ú¤6´ý!N‚;ijùú“q&õ âÙq’™" 2ØÆî‹}CpÇ×1@+vå¯vaêåxLÄIŠC¨O ý(Ûìi¤qn3 g¨Á\*{ýxƒÅSšrË,·®—‰µ=ŒÒܽõ:`gé5žôÖ€ñük Iæ3sóBÖøîã’náCˆ¨Öx\¹Ó±5…¦Ò˜Ô‘<5Òܳ‚Ö¬çJôÄÑÙéähžMw ýK;HèiÜÉŽià‰2…á(ôž2‹‰ä )"o2ñ…Gönw˜Á6ét ;1m3áOªŒÚÆÜÏÐõ™ËÌÂJá#dsôÑVX…|2îÄšÒÖ†¼Õ¨õPK€¼`ÒF³à;ŽCêãs©,L÷§ëìÍ­õ7˜rËiúYßÚ2ì$Mçý,lØL¢VìTæÅ„ ã²Síâ¥ûjô\Ƕ_›vp´¾d¿…»6 IƒÓ1,Ì…WÄ^%±ëèsÚkvWK7É,!yèÛžð‘xL:Údsºf¨¬¶›šv¯«W´}îoj©»[{B5#ѤHª¬µ†nÆ(`óOßužN7R©Ý®wþNÁß‘tE2ûb›nû}HœœcLÃuQû¥ß½ç²§}ºàÞ¯ÿ Š-'ÍõÙÂÈWoz<°Æ~}ÉU©,yœµeç.Œ>Rœ«f”à÷Î6 ¡n:S£º­È`–(Èîú#+kÝŠþ Ä|3Éêå•ÇI)³N׊¦÷#†rgûCó’á†7fÂÛb{õÛ}ŸÒ¬ŠŸå‡¥gQÈ f‡·F»ó Q'‰~´éfÜNñ0Ykî-ɰÀºÌÜjt‘>i´sĸ¯ÌHpx8ÇP錥†ösÔÈ(5>ö”‹Št)¨ÏútϨ½ßÁ%ܱ»kœÊ)3.ËQÕé·[n½Xôz ú•s½>öÈ™¼¹ÀVš±÷è>ëÈPÁog’I:î¼Ê¤Z"è=_¹n=úHò7ánó’†qcºUó§ÍÇo !Sa£É¹SÁjâmñ±ž)J‚·ÁZ4&?E&¿M7³N•á×äOðyN¤èà·Ð¤Ç6Dtj£ÃÑu ¼8ÕÙe&ï¡0÷ûÃñ)F"˜wì^»·.Ü=’dä”Ll¶6^¡hSöX4‚Æ5ùEï`Å*jMuU˜£¢ ËlVf‚䱩b¥SJrÀðØ¡§”€`“}TCÊ„rGº1káÀ; eô©Eãmœ}vã|ö3Çð7ê×:®±YϬ¾þŒ‰±Ù¶×X–B‘ kHÔ€b”7ª¦‰Õ·¨ž“+Œ›x3P™²$Á*Æ]9Ð5oíæîhH†¸‡b1 FþY}žm—‚ 6´¨òŒ 33R/Ýæ§Ð–MÖ¾}v­h1Á~ª»3vÃkRЬÞ=M[8Rn:ðriÉå¹Úö2ñwßQj?÷¹I¿¡ùž$Î?è ½Â;ÜSNp®Ó![–ywŠãŒ,™EÙê£)o1Jz©²BZÑ…÷s¹å;SÃÀ¨§ÁÍa­KÉF™M]-°cð·êœ u3Hm –<µÎ$…7Ñè7bªÊ›-DË„øÄt— 9öµ°ù‹¼kÛÞ¾ÈáÛÇ\ˆúnZܽì¾Ò¶)4/I~÷˜R4{®.ª†Ï4ý n›§ü‘Ô”FEç8W ƒ—ÝÍBÝÝÝÆb¡eâÙ‘’Pú×ôØW•Xw×i {|Ÿ°zà2c…ôbÉûhäÄ:¤Ÿ\&•L¾9ëÙÖtdQ¸Lqž´¢+ˆägùðFNr/K˜…ó–¾*6uŒÜÁlÆú*n °¹ÐwKª=hÆ.,Î5ÉD¤8ÕÒèÆOr4q½NÍ1›ãÿ6We]8>þ#üò°²‡`¦ ¦ ÂÎ:"» ˆï»*kMDÁÕŸ÷. —·à˜‡TN£ ÃÉ|·Ñ­öih¡‹0çI“t AC´Òº’GºÀðmP1^zè#VyKõ“¼àâ´.ÅC:9ð›Ã3ž«B`“EXW~µ˜…hU¤øÌœ+ì0—mqdL±Pðü*‡™ƒÆbeüþ‚Š•u’]Ao÷EF¨‚¢bÇNðŒp•/ô{tˆçπ׈žÔQýóýã?6¬ÍdzÜyß*k4 ”ËeìܸCS`ŸÏ†*¼™•È™kÀ¡h/ÞL®(½ÞûÍÔŒ²ÒyŸÆˆc ÛྥýöüRZÄ _ÃŽeõ›”±ÐØuž­\?ŠBk•_îË=*íN(@; {u j_ŠÙÉ#%EõXÎÐvß< ÊsÖf2|ÎÌë»;[5û†T”P¿<,ºÙ9ò$0±^†×O8qàHPoÇb7‰o«o¼î`ÚlñÉä_Ã¥d.Q aFx)Á·ÒtXŒy3 ŠOæô´Ó­{Káäáèï2AÌhå.MlPá©LWuÌ2ç "ím8ìèð ©ê8S«WûÒrz<¼ˆ ßῪ!„´hª «íF?[~|9ÂR8!Qbù9Ãç…Œ½®=ÞˆÁsã\=JØ9Ò?a(ÉçöÕ8¶LtýdOÿP©ëþÈcxŽk´rr¹Ô"aó²!l’óz&hQs³i@1TÝä›S~ŒP ¨ëÝÐ0gŽj¼¢<òâ8PÍ[s7i¬¶„ÀõÄadœ´@v¶ä²ŽçZOÁÂSJ\HGµ™ ¿®|dŽgËœÓL¶Ñ`õ–W†^þˆ% æä{–•5ÏeZ  é‘ã8Ã^GjÍ`O Jír´[>'µ¬ Àô¨è]”í^~¹KTóû\”³Ë¸#›wl€³üò'Å®OÃv"Ú/â\ç„m¬È]šÓœÇk+Šá±;1<ªÿç(PS: »8Ó¤Þ/¢àìË­¨+ÁÒ¶ù>¾—¬Ówv¸ªfM¥vÊ¡‹Ÿuºµ)ò‡w\´»øî\ÃXOÈä?>è wŠ?>×¥bÂsÛ`¶uˆ~£K-°³5âÏ=ûRåGúf·ªG|íû€7ê^¶6=#[騱 ø-ÝqY´¤"ÞßkÉ¢5¶Ø›Ûª)ZÎÅ"’(IEÅœCˆàã;ÑhØ`НV=㮡…h}ÑMŠð¦ª@ ·p®7®9ï§%÷Ãê:!pŠÒ!5…ðâõn½(þ´Ø:Ñ'JIB(/få´jn$^h-G2sCÛŒÆB„217c·° Û¦¦oyß4@Ÿ6 Ú¾>ØÄ¹±]²•õ…\eî±DöhÀ=m@L»ê³±·ÿhׂ¥I0zÌ%RVu‡½üp=öoÔ3ŽÔ€Ô²A!ÃäHÎÛ¯“©WŠáÕE¯‹ÖJ±Ûh(~¯Äñ­’z¨Üú x¶¤˜ ›õ­Ø°‘šŸœü¨{hVA>ųRGOD‹Çx$GåÏ xq‡Ä(;´9‹V<#úÍ[]Ÿuîª>‘p¾Îig¹ŒtÌet@SŤûšåu>Žw "nü8|˜²·Þ`²‰_0’£Ñºà_yÇw –ÐsšDöU€!ª/³ž¨:@"šÆ¯2®_4ή¹-»®³s‘œŸ#\Jö›ÑÆ@ly¿wÈ©+ïû8¥™n48 3½òõT*w¹»Ú”©9tâùñ£U4Þa2Kã‡y$d%á¦Ù19„Õ®®yÁÔvžLþbN\(ÞP3Þ„_S÷¶œü}3 qªß‡û1ÆïAúÝ.šýñcØãMTÉýzõ–¹èu[hË; û6ÙÙ›ú‚kZ$nå¶“]˜—hyҌƯµü¨ï‡±Ãõ©UWü6Å»ahPDxPʺ'bº¹%ãy"TIIÙhÄDc¯s®às}ƒÛŠ|“Â5Ò¼S nâÇÛ¹Ñjèç-°L…’z„ˈ$¼ ùâ·±C¼;ry VTK¡‚RâÖrº8w™GìH¸áŸl¿z?­•ÜQ¼_El­ÍLÿU)íöàÚ¦5@õ:Ðg‡_tÚòá±F¼ê‰Õ@óÇÄQ¥Êù£tSà縙|Y"üDЂ(¥O»#£BQY âÎRgªzåö¿˜Z‘a>3H©j×rWP]íª,Õø€#ø~%µyÂF´6[3÷Êø>ʾ¢ Dœ!‘ìœ}/F€$ zUÒ)(MBYÈýœ7 ¤%ž5 @In¥5 †Û‹Áž²ÝËD`Ä]}YûÊ¥}ºE Ý.ß0’×ÉçGTpüfņ Š”F¨JRGɵÕ/Âü{Ç_1UÐƒÑø§iB“æ"޲ÔÊ<ô¹su+ÅR’-6ä{Õ+b³ß€q_¿WyŸîhd«B_ÒîRêZÙ!U°Q¢‚¾®[Anj•¯Ize¨> *¢&PQvûï,ëÍ•1ÔóUHÏóJ›2Ó‚‰O¾_%Û]\­¬«Ót„5ÆyˆÒØ·$§º`vÉpx9ó‹ð[saÅ÷”3y=½Ø·7äˆÍ´äÅrÑNèq¤„Lrx, .´`òJ™¹ uëÅíÂb×8î$bú“ &eßúòž/ P|XŸ:zlmt!pÛ?,’áÛK•É:9„–¹a{÷‡-Žd—9¯È~{æš•YÙwÏ D‹¿ë›Yfúô± ½rûH®ÔîûéEW÷“³Êˆ>ò'bT/[L8%ûsÉ øZMLVnx{O`=&Ê¥(›ù?}8OȪqJè™BLcñë’Ë`Ñ*7"32›Æ,Ö=¶y¬îÏ7$î~iœ™Å²Ý¹$³ëqñNþ c+ܤܧ§OKsÜœß+ŽDÕïh2×-õêë*|ƒ2 v<”niÿ˜”]nÄ]Ò!FàŒ…Î§§Xúؽ3(?ûý–y×·˜Aò‘05YùXî¾4@DJUøK˜¾˜ r¬­O‹çtŒ>¼ÙðAÆ€ýUôäæD»}vЏíÕ/3¹åVÆì’I…á?¡£®9•óé´Xž.ò.G }8³HueÒg>ì¸ÑÈ¡Ã[k‰bœ%ª{: SÃÅ.bÐç¶~ïül1:8QAÞJ‘Ž^þHî"Á@X²§W¡6k$Tå?nT1Œ3M¬"1â~ØÍsÄ`å’½£¥yÉ{A‘3ý¬Jñƒ¯(oRŒÜjØ’H:ÏA|¹väyé6‰„xŠ eŽùá$Qj ÙT_«}õ8ÆëÛ…,ÓÙ勇ssI‹÷…¶ÀÆòÒ„ãú~gêÆðÐÎÇJî—i©\½ÁÚ2ŽÆGAÜc?x8ëšQv·"ì{½4µb2¶aÞýI«a݇áecâ¼ò­Ð‹Y=´TM ØŽ¸Ÿœ!‰¾ãa(£êAm¿ Z.FÁëƒéà;TFÌ tŒg·.‘ÂgäY¨Ë7å‚®P $sÈ[ùõPZŸüy»ŒÛÓÃϳ(œ0Tdƽ4çñ¶;T>2ü–tŽ¢/àv Á·Æw×xÉ.*a¶V M"ÀŸhˆsÛ‘r«Ê"å¨YìËÁÅÈm…jÌÙ—Ú •e‘^Ê"ã.S¤!xO}W¿ µV"+†ù§Ç猠0òãÞ´À~xÍ.èÖ¼Ïpæ&péîø®ê©¹Ñ…–ÁI·c g5j êÑŠKtýåºÇAýç”LoàëËl¿›µKÎæÐïô´_xòâÚ·û0ƒ<šßÔ#?©oÁa¶|-#j.¾Cèhµ‚]@ëB,#NDXÛFŸm«¿G¸hZ#6\›”oÛÌ}õ¨Ã)5ÿóÚAk„ꨔç®Ègây Û"‰•Ï Á£M{}\‡ðõ£Mìä·„—Y¬{5 HZ~B”yâøâµÿð¼í¦*ºšE-k¯ÐÊNŠ*C¦õÞ"^d¾u»o»wÓµ£Ž§ù”Û¬ƒ4Ò¢P)s_b¨ÊW®µzX€&ÈÇBÄìºÌçå™Üꬊ¯ßkѹ[v­+*ûó8þ´ïh~XZ¢Ø;2EÊàõÝW‰¢k‘ŸëúÈùoË¡-ê𩦡ö:ÌÇÎ:œjËXœ¢¤µÉݬ>˜Oõãeé]^v»r–ÿ"NäìáÈQ¢^€ Ïæ¦˜§BP8­aÌt䘦ìfdoiäùþ s+¤À#¨¥X ìµÃ4g†€4TƒCÐÖ'Ío\çIiÞ‚¸Û(R“X&3I%ï1ÏÂÇL¨$‰©#­CÕ«u]>6"Q³”ûÒÔ³#¿b¿qàr-|J­Œñºì˜}‹˜ì?WÌÎg:žW‰6d ?{…Ø´0w[èL¨XB¹H Š×mâd`ïm³rÌ4aU{‰?Ü‹üœ¾ªsÓsgAÔkÑj;9)½#Ì}Žpk½‡3‘„ˆKž<éðX¢µ'¿ A‰•Ð&NHï¬×•%ñi"„†®Üø rË ÓÛå·¸m‹3W¨Ów޼ðIÉ\j@l›3ÖçåõX;e>+æƒHÕíÃ…¦ê.ÝâÜÎ|Zµ¯K·&`BgFŒ x9,z'9´–[û›hç§o}§Aw½•5Ä Ndö¿8o"—¡ñÙz‹xœBqW8*2ôo=X/½K½¦„ÅpsݬVo~ü©×¦YͬÀÒMEÖ«Y-¶QÊ<_Ò½Vˆ4!‘íýµ.¼Ë ‡< ¡Ú"ÊÂÔN (8Iu3PŠû Û¤x§v$¿-0sÉÊt7q¢ØÍaÏ%%iJÄL•wuC`¶lïe|Ách‰ Œ/ã´äîl5'&òÐØþX³RA»þm»¶9P&ipZŽ5çiXèFt†ºc&Æß>$©CDvx!“¾qnÕŠŽ/+]#Ôþü¹Mùóƒxª÷Ûä@j±OÝC ¬9LJê‚Ûu±RÎÇb¸h¶ ÁÅÁÈ Xmý¨Oß*êe^´ /Ú+ušDž%æÑf¾ä F(ù”üJrýÌX¤yÚlò›¯Ž•Yü¸—ƒúêJ Èl½ë¤É¢kØáõãŽÚAþ‡9•ßr¯û†ûhcŠh¡¢Ç'Øx•§$ªâhr~eâWO™Ñß^èE…¹±&„EÊœ€ðéÉÂ(½‡™0rÓíštE™¢h±“»ZËÁít=ý|l%SÕþ‹#z¿à6µúá4 »?ä/wô†üÊÊÁçkϽBUþ1̘ûM® LàuÕh Ý j)Aª,;‰Å…UÜr+ šO“Õó…Þ')B«CpÜ]¡n8 ÙHõºgŽF/Wéݺ†½8T•nÎëÿcYäZÿÐV"úK¤qÜë“JÕ)æà]‡ÉÑçŽlbï'w˼ìóµ¯C~.R¼)0ÊD´ÖÉ,-XRG<d…ŒúÑhèë{*nºˆYíÕ=x5ƒn#Whû]Ò¿ü¾,ƒ³T¬ˆr B0?ÜÎ:$µn]8É1ÅÁâÀ3Åb7­ÐKÛ;Y§±ÎôBJ˜©~׎bS`Ñx®.×ÚeÝ£O²=Sp±¤.ª[ZͶ±Â¬˜»Ÿ¥¾åtÎ*Ûn¾ÌžÇ¨W‰Åb5a{ìÎ [.òØRF®ûÈŸköépªÂ"SØb. ɔ©þ fž©žË}¿‚ÊöüJÓ7ÀSfÓÆa „ÎA\#úQk0Î×ôEæPlÐL uYLrŠ__vâ»áÝAdQ• á±â¼ç§†&ç<…o…ܳ`uÙ¤§P™äA“¡$ÉN~®·>ý©„²†„¦ÞbhZ¶“tß­F!nMeHÈHˆ%_P_'o ‚³©Ö²ÖÙŠý½%L™›ì4Z0E̯}úÖ)H½Œßò–]·Ï¾==K~®³ÑœŸÎ”ꋯfƒn-¶#f~]ÿ¦Ò:å¶‰æ °0møùD”}¦Ì²9Fž)èß.½9òØ®µ-žÏ< O„Ùƒ‡” 0øfáµ¾O{ø&Íáuàz!N6‡iË ­*°5ðÙÿ!@Ã諚ñ¡ÙÌæOØ»yð1N¬òÛœòKú=úñÉÄ@|b>]Þ Hkª­õJ{ÝÏ£n+ÙmM%ÒØN xÒZRçuLis×vò÷Lªpj"½?/à¡ÎÈÂ!ù)ÂøóŠ+Ý…ÜñÒ–N:Ù*æÄ?ɾþ71A\?M°§&ƒ¡2”ŒtiÈ â[ŽÌ\Ê£m£%µÛ• zÓ`Tõ!”Îîi‚C á¹pJ>¹ÆÛrŽK.¤MXd.ìC¿<¤ãí–b<á¦Ì˜^ÒéL‡×5'—¶ðì¬ûG¨pÛ¡‚u Œáºã·²UdŒ8#†ö[ ŽëHŽŸ³N•åùvœ¿Ž?˜°“æ²’"M³ÝãXI¤ßáÿjª¡Â]7<)/„>VoÉÿ¹¸ÆHp{Ÿƒ—‹\‹÷ HŽ[ ô›m¥©½+àx¡F³>êüä“àË“¿óýZÉM!záˆÚe¢“ žgI´§íQþó"Ld!WXÀ-ëóϾøæù{YÃêÜwó5µqªF£,á·™Bûæœú'«õŒb t¯Š±~7ô(bg=GôG’zÞ²ì‡ÐÂp{q ‰ŠëèÔSC+˜$–µ82,Z†Â¢™=„Ò°‘%`P¢ÖÐsɲå>œÚR;oïë oy¡Lœj®Wûò…  bòñ­WÚ!x½Q<üj±IÕº$ð‰ÄD• ZV½y¦ÜÆž]aä‹^úã4{ºÞ¼AŒþ2 ZÑXµfº{ÿey¬bhÕ,% ~¿é‘–òŽökê$@+È6¤¤³0õÀJ‡}µâš¨7»YÜqí­ASñ¨ &¦ùýû´èët!äiug„HN(`A´¶k5¸ù̧½]‚õ@[9VdXẼ‘º¥ô®d.c='f.LÝ \™ß¾=áo+´àÄ©*ª¯Q;gñyò¼YÇòÏäª;Ll[Fdˆ÷9®éž¡g¾\™îùk`lÀg«G÷Z39Î*bk‹(Ó—¯©¯-Ç„z]ÓðM|‹ZÕ˜ª;Uð•1qNÜܰLFœ-Ýé‘àõ}ùOrwš5¬Ç¿}?ç)ÞHÔà‘©¬rþöjkÀx©­ƒÆ íòV¢=2B(ùj–^ðãíK^«Ã:zâ žôÖ®_ì(Bžñ\et&ÅZa‘¥sðÜ(ý–|œ°qŠ»@‰#ÄÊNŠhŸ |eEÒ;0Â’˜VÔ` Yþ<ÝF 9-n£  ïͰC%¯ÔŠÇ¾Š ¢‡¹t07‰Á²‘ hQß‚qä¿«ÏõÚS|ÒB=ÔqÕyOƒú”Yd!2åëÈK« ‡+ÕÕ¥àµZçèS aΠ€'Ò §£:ãk ’.úã¿^3ÑoBÍ…•=¼y«-7Ì1B·îärN4¥s&¶Á©}á·ýZlăÿf}’1ôù9¯1ñÂŽAðÉý¢6N¤´åºÆY€üÌ€eë÷ïüa:1§B‚£D$3þ» åšÇè,C´ˆÔgшv3â'±)¨>Žg¹£…Ëš—L²óà,FXt=øÑìä ¸;†FæÈìW¯iƶ­ÛsAȵÓÕ 5õËDK¿?‡ | ‡=qÞØdd¿ðæ#[Iñ p2 yÛÍùAŽ¿4CÏkëʀS@±ø€ þ)|‹ èXhËrß·xQ§MEšÉgwÇ]êp_izìM!ú»föO—A€ hŠ1‚À\]‰}|²u;&kò=•«2õt\Í^5†édƒ>*{„ÿ'V‰ŽÕÀ*š"б¸ù†™@¯ ,tZ„ïâÒºÜ÷RÐÐj04%*-;}nzT{ª¢½Š¶0 ò³œ¤i-ä<_fW cO $²ÐÖ_‡±éz•˜ô>Öõ49Àdàì= ˆf Ÿ<_Dì…|µì˜¾˜&Åâ@ågMöê½*?HN¹ðöN©Aذé³ûÂTIB‘Y¡rUDO1:ëa“·O8sS±mº;PŒjÎð§cMäÚÊC¨]"©I? ÔÆŒÜ‰ŒµXîwˆðPb¸àõsýÆ@ÇËÙ©ƒ‡ç¥ºÎÃRÚxx˜É•r@c·²õ ¬[¢ªÎ½ÕXC—g'«S¿…5Y¤—Vñ#í|jÛ7a°ÿ4ÂÔu‚ù›ƒV:zƵdpåÆ R~bAnˆ{ýÖwTDVXù ¤êí‰ö¤&¹2ܯÀ—”7ó«Ž´‡ÏHÿãÏàʦ³ã5Q}õÆïÕ!œf±.%ô”B™B­,ÃÆÉUH·o»Õ VýhÌœˆ\·v>y¦ñêµôó\6 d]˜Ç?éÜ_ã(?û|¥<œå @2DÒÄÓíÕàù:¡Ávrõ¸¸ü’˜‘ì~:ÚÛÓ|–b«(L«_g †’cf@qa)Ní¾gq¶)eo¤ßÙ’þBI ‹{èÓTº0ŒÚúnt³O8â"˜Ølé²gÖzÈÖ;‰æZT9é”–BB£âÈž Š‚pÀ]ñá¯vÜ#Z|è&š¦ÒÈ­ÜŸˆ,VNò(w=6~Ë!À±ÏõßÖº¡u fJ‹À^O,³¾œf³ãZ>¥H@`;Äxèß±û–uÒNûú‡rœñšÄÚL­[“þàÆ¿ZRŒ{~m-:VxÅwñG®â:×O¹l ç­”,:tuZN©tÑñjµãGRY³?ôQüIË4Z ×)V-H½o¤ðºã±Ð)àk¹TÍxÄñ)(.=éyÉàµãI,1eß;¥q™ñ£Ñ/ïÉ©3”=¹ÌáFê–Ëd>)†¼mÏnì:ç9E}&½7ý LÀiû„-%|˜¹L ‘ÚgF—×:&‘ÏF¾Êo"b‘ÒZ÷<ùÌ>ä=ï )£(‰ÜãWCV>ãrÐm¸ëš3Š+˜´‡6¤t•YM$i†Î !¸bñTžó†MÇÿI[#ÐÅYÐ×,ËKÿÍCæ¹D}¡W| Ùduá4›M¢á Ä ùÑ¥FÌ–ì íùš²ûÃtaÿ±W¦aM_OPvM øáÀ1:obµÏx­XÓcÃS¯¬ªŒØ*·J;ËÜ`YYÒÓ€ SSÀ«€„O_.÷Ó”¥ýw%›Ê^dë/u:E‡¼ˆ¢ÆÃ¯Ç \F³õ ü6úP3ÏP ˆï¶±b(Ù}àþÖ™·ú'‘H®>b½ÓçËG{Lpí³žAü t'6·ÒžetƒJo"bÞü«gý±™.ÝQUC™ïul”X›>«u%¦Ç¬pÈXÙÃnlþ^bÖ+ù{{e‹I¯˜;u6ýŠÎ¶j²¸åÍ+¾ú·B;ì(Õ"GÝÖ9´"]7Ù¡í¥(X½¦íO´ ý¦Tèø¸$‰Ïv)‰ßÙéå ì-µuN¡# ¢¤mtgx½•/¢óëC¯ÃO;xømgTO:ìWšÔ¥£*„}±oºkéåPH•O÷ƒ¤8FÛÁŽÝîG6AŸbo[ R¦î³rþÄÆ-‚7£qà¸a®˜EE|Jvƒ_~{yeù-&b´€ÏwØšó¿A X{á< d Y¯­þ?¾fñ#yÑ*1cå`ÿpÔei„à´&©†´d?É µþ ’K]5²Ti9ÃÐË©e#Ÿ¼m‹¥G¸ ùCÇê˜>.<Í@b‰Ú™±ãݱ•î<Ã?e;duÑ8<±ŽË"=êÿ' ÕžÒ֔µ\—$EÕBýÄØ»¥ïÜ3'Wh9sï`j>»Pûˆié‰~K¯4á<(õçt­Eª9½‹º>ç$çîã|ªXäA”\‘ü« dÂú£¬â W1aäÄ,ÁÙÙñw£õÑ'Å¥^‰§¶æøú/¾óFín#¯:ÖtÞÓúĨÿü]虺Rnz·ª‚ùÈ’Œ‡eƒƒÜk¹‰÷Ø:+±ŒøL´IÇ^Cè2Ý÷ìÿµ9©qmÚϸ*ou^S¦¿‹ûàsãEàðæ¼+T¼%žçnþqã­ãp;Jf´ûT™Fhc0‡uõà=¢™ßçEƒþ[0ç³:ÅMêbba-Çwé™®¾6IA+W½(Ù#â‡Hüòx­©‘KŠtûu¨4¦”lqãÅ‹úàqÔ VÞÒß…L¹=ҳƈJ„º–.“6)XzŒ"µÌž¥´Ðìê`ekª ÷ÁàPÿ²íh“_ššåwujGF@¸i~X‘£«œtýn¾ËLbÿ9LŒG*ÌÛW…5(•¸6¥-̼¯x¼m™‡¸m»=õÅm ”  ùZ¬ÍP4¡êe6{”¤e©ò}3£÷·ñuyWâ SPœf–%'KPÈÌ;õ ›LVŽ ‡Âvlyï§Óõ‘¨Üu@|»^‹|ÕÓ£†'àDöàXC­pÎË1‘µ|ØZúø%«Äé~ÝËv–©^èß>ôg)»o×âiz^‚½°–Z^ È㟘2 ÎÞ`SŸé»-'ˆ¤ºQ´}ºLE–…-Cì2yÕ˜EMû(uzI$fxùöwjñÇ,Ç! ݲ3“L).Á9J³_ì¨]zcP\Y,2×[”N€Ÿ$’ù=Â7I9ÝùÎ-"ÅÂXOœ>›%V§UÏPvÇf6œp7=ê3~* yxÄ%ÅCÕ3ùÀfÒ$Ú6¶Ê)²´õŸô$E”±M÷d8ЮK¸!äÑÃÝnßM0îè~Úµ^ú./Œ[+ƒÌ^ßJmO¢©§Æ´cËé@³N³Ò0\h”øa$œº'I¹–™í˜Bî‰~j—òå;GO>°¸þúÆc! +…j>‘Ö ©ƒ¡ÛÌ4@—uçSàå‹Ó­»W’YFûÔd}¡;*9Ø:Ô0¶¢xìÆlËOgf6þÔ¥þÐ9j›Ô›6O&ýíþ®F¿'§‰¡ƒŽz<ŸNì·î,òò«w¨|ÛH=CvŠ´¶\™™6¡Hf 3NLØ™ˆ.Âu?”¸» Ž¿Œ7rü6Å2Lýç ˆ³Î9tÏJKnÒ_¿ªíˆ ‘~ð‹‡ãWa ÷Ž$y·“að$çªT·0ºyilÒÃ:…™ÉÑj(ØÒ“6>>å¾a¤Z`Ðì±wÿ:6ÌŠqä7ý?nJ©ý endstream endobj 844 0 obj << /Type /FontDescriptor /FontName /TOMTTF+NimbusRomNo9L-Regu-Slant_167 /Flags 4 /FontBBox [-168 -281 1000 924] /Ascent 678 /CapHeight 651 /Descent -216 /ItalicAngle -9 /StemV 85 /XHeight 450 /CharSet (/A/C/D/E/I/N/O/R/S/T/U/W/Y/a/b/c/d/e/f/fi/g/h/hyphen/i/k/l/m/n/o/p/r/s/slash/t/u/v/w/x/y) /FontFile 843 0 R >> endobj 845 0 obj << /Length1 1647 /Length2 8038 /Length3 0 /Length 8879 /Filter /FlateDecode >> stream xÚ­WeX”í¶iP©¡¤»»»»¤g€Áa˜¡ABº»‘–AJ@BR‘RBºEº;ú½÷¹¾sΟsö™ë}Ö½ò¹×Z×û2ÒjëqÈa6 EÁÁÃÉ- Ð;Ù¸ÁuaNš0u]½› ÂxÀ°å\AÖ0 *o‰Œ@@€<ÈÀË àÁfÈÁœ½\Áö³® û¿$¿U6^ÿ@,á`{(àùÃ;svA.þφz áØ! €œ–¶‰Š¦€YIÓ ‚‚\ŠÐv³€mê`[bØÁ\¿[þ]œóÁ— ` €;ƒlÁf O[óoˆà ruÃáÏ0`ïj E<ÜCm!nÀß <Èí`rv…=h8=`δapÜÖìŒÐI aêHíåSúѳtÌ?ob[â²(y’±mí³ÿ]}ÕTÛp}yHG×âí :Õp+Ÿ+æþ9K½{A1Ù3î+Û´º8’6ü÷H„µ…[ÛÏ“6ÏϘzûûz;ѺÖ(ØÞÄa1й£>yàò†BÊÔ Â'–HC½¡bø[fŸÀ uWzÉeË.s©Eæ*íâôVa«˜šúš9 …Þg‚ ëN# éÝ^`e©OîÙöFKò[ìÓIß!ÙvC–üÐ÷}lsÔGœK~å?˜›ø Ž0wÜ-ˆ§¢GÞ(.‘$P)¨T‹3ÐC[|šcöÄÀ[|ädÀ¸Úû|ÒK[ðZVîeФ¢vƒÛ¦EÁeĶS:í-MaTêrëw“<˜¯¶!½$ù6` ÓS5Ì^¦ÍÎo¸¾À…Š­‡JFå‡l›\‡Õƒìj\8ÐocÌ~š‰|uÂ’£æaßCB7Ò¯{'lvs"±v$Ë)h¸1Ôº¥žlÍ! ]f‚ë4¨Þ1õÝ+¡÷£¾lbE"ZªH>èöR4vwíÐ\oæ ̶–† a}p]:åÞÕ< U·Gzõ#‰YV@ˆ Ûyp…:äÙõ!©YÌ%á×gÈ’L48ü^öa‡juŒýȱCç|u;Õœ4 ‡ëžUÿ.Ïí´®º¼SxÕ©ÎŽdM \ã¢d__Ù¬PèÅ'Ü7¼rpñv¶.3ô³kÕÔ Ù„~VÜêàkd< †QBËæ.'+Cª‹Vï’ù»•š¦ÇÔ²²ÄV¹ 2™Ä̉«xÜ´Æù‡ë{3YQ;_Vx¯áÆ-ô¢™4ó»‹Pºa…pèëöøRãXÒqüÊÛ«Ù#ŸJ½2¥¦>¨Þ¥øÜsrS½¹clþ,'à„Ìe¾ÈrŸº:¨7‚‡,Ýg[ã ÿ ¦~™Ü e½÷hBÓt«Z‡KíÌäãÔgé„&›¹øÒS˜SŠÂÆåzn™=9'ó uXžwV팘•y'Ž ™hºkýö`¹¯=¶uæŽ#ÇV W}²â/Žõ^Ï¥†ãÔì²?ïÞS,Dñ£&IÀ÷0.eD³Ã L½çÎzþª´.ÉYÑÔâiܽº©ÕÐé¼ÎİNÌ8þì³"3<Ô®< zÄxcåÈ¹¹¶{ì‰d0$9QÐ&ºÞ­¥¥ãúD!·q¨U÷îøíwøŠÃjÀ°5®S¹kM3(…I’\è Q|;Ëtö’@£¹7KîMB ƒU;ÌѵK§ÚJŒúo瀊}™ýÊÏp©±i_í†" ¯}~vo)BÇ6pŒÎ=ôMŸ]ÿŽ“ˆÅk?Lú’îP±º-£õ¼SeH6c6NwN`á=º°}~óÝydqw –,]¢0¦üŸY±bÕ49¸Õêv÷ø3•ÅåYV»“¹Øå´9Ç€©6&ºÃ3åÊuÏGCo¼Î¡ieÎþÇoóŠòm„©‚,º¨ã¤sç…É£Ȩ>U¡ÍYŒÕǽx$î»dˆÆX:£>´Å{™2ËKôX8Œw„x—(QšMèyG_P22ö#ɲÍ÷}Þ™¸m¤\rõ¢2[FðZ¤¯;±3%J£Ä-äÔ½"î«ý¶pö´ÃÀêeEÙéb¢ÒÕ–¡¶LqÉT')19Rþ¦˜6çÂ'*Í{9±  âãiûŠù*^ò¤BÏòD¯šqÅ[YËõ«Öx]‹F5Uö’oYèCO;"%Î>1W_ê‡?ý˜.Ab-šÎCs­ÝunK±àÐðÝUá³êë–Í‹)A ½ð³PI8 ‘‹ k•5µß÷´rún6ªK¯vÑÉ’‰LBüÙ¶} Ù%ýÃ|`Žô_ÍëvIwåóê«Ö#1šsh;Ç÷mÉð&M« ªyÔ5Õo·O úŠôN)X±ô†Uöz2á™ÈÜy6w§=þóAæp%åsÞÊ}s¦BÎF½væ¦)]î>¾ø×‰‡â3À~p]-iÊx>[ ª¤ÇgÖhJ ÷—Ê„ãg Jͦ¬b”U¥h#éÕZ\ékŠɶ¿Géß/»J”ë#R\ o~¶ß“b»‘í 2¨øÎµù僧˾ž¸§oØsw6_ýª¨,çU(NÞ”{ûÙÙÊÒH9ª3;ó¾iÆ–e2)Î÷sQjÆ’ö§·Œ«1dðè •¨uœy£„ZD‚ì #O)£‚B{'+šPíçÛì "ÅÊ9En˜±µž„'jV"XG@B%î+Ÿé Ù†øµ0[Í>dÓ „i𽬾:gEÜó+#ñô¼.~Ï‚ïæžúéÿò5)éàóIÒ1šoÜ´z;WÈ-¯Ú-̱;ÁMN<úmQò<\qmûkw¯j¬5Å-éQ×t© Ý#FË !ÜfªG?—×ë¡tÂ!­¯¨£˜ÛcEc "¿~‘SŠÙé¨ìÏýâáØSßÉ ã” XÞÝA+íŸöc^‰¦v JÅõƒ6îå}~CƒŠã'_þtÜ—r«HöX'ƒ´»Ø—ëhCú2…%ËÞçv0#¢ma¯T;åî‹=³[Ë~-LHúK»kÃØKZÆ|#Oíó0¤ÙŽmÃã–Þb6«Bè‚WG²Î—¦˜ê”çŸÒõð)’­OºBYø‘”kDþ¿2G€zI¡ŸçdôÙ ËþÙÁ 7Nö‰äQ3’§¦!%½±¨FØk ™wËù´Ò >S¥UmÓ¥¦ äÉH³š~ªµ†vɺ?R¦çÍ®wRe[n€]R‚ìa´j]´©†7C»Y*NŽl7gÉ¿ÎP!¯p5çžãüä‰1üHÇXÊYÏÄèO:âq0ârçæ“#Ùi~ßø>s{Ч•¬øI_6ë–u¯ö©Æç³ Q!ÊšSÇg/y‹J|w8ߢ+ì*¢*;cZG;1–BübÈÚYÇtÐrŸÑáJãú ·¤\*@®ô¿“©¹5Œ R—Ϻ!êšvnåáâ?uåM õ–0sAùQPÌ­(+ã4ëaa kY¦~J‘Çbœ½%÷?Ä}˨BE3£sKG|Z-—ÅjîYR1zD®ò——øÙU¶#«%öFÇ”gOÓæ¯lF2;;¥¸3Ù}Ããm! ·uyXÉ´éþÃÂ’ÙÊÜ3ºúäel;˜¾ãmTyozG÷BÐŶïsæÅ©­Ø?z÷$:Tmå¬`â ÌÈMÅwpô(ŀކm.´Ìø:IÉtÌÛlZÓìƒöÔåÔíßKX•(°‚q&h“¸”‰^ ÓÜk|ñ+’¤;óZiÓ­ÈÎéЬaeP•Áj,ta”ɺO¤jB2&ÈßâYë{p¬Bâ©Ýéý¡>XñSFE™meÑöàÙ PvDz/±¶DW ͽp +¶ËÕõÊ–Njù×C–ºÖ`Qa¹æF]:‰ûv‹Ÿ/) üTÑFCR€u=F“ñÍ\*€ÖìVïÀ§ON%æµr¡ós‘¯|øþaW[¦Û8‹/­I¯IÅ.ìÈjýxO·X—º"êRxK¼¤aè Û÷x©¨ž~ê¢ö^0¹Únîõýã"“ëò¦èÜùðui§O;¥(aßoËÌÞi_C u)F'a5WÑV8K õ ‘T\ «æÉd…øk-„Mú.a†ŠßYª‚O:Úþýf…ôTxð™>-\÷ΖÃâWI[ªtGJÍæEÊ›Ò;Às*R×c§{c*#¬°'H#‡MÞ|¿–ºÁµ_±ž ¦ë!3fëŠ «µÍ”ê J3…þP樰6HxŸÆD+þmâ %;^:ä*ZEJŒGy²rTÉFK¢þ±¥$}c3gx²"½…EÃ.mОÊen»¯iDkÜÇò• pÙ‡´ß‚cs«Þë €ÂíX¥›òuùe»9_™D$PÊÊŸ%…•è6 `p2‡j«‡ ð "ž¸Ñ´õ #%®³8é~©¼¼²¾IL’¨ßk2ÎG´:âùñJ¯ž¯…`{¶ mëùœ†ö¶ù ¯o¡ý4ë¥#Z{ËÓÁç6Óõ~ïhêÆâÍ.ˆa„ÇñÌlä Æ¨Õ|ck)OÅô‘›ß/Õrgàú¥½J œŠî¡öøžÃýEû ‡& ɱ\H0Hu¡ÛÜ»¡e æsÖ°÷¡îˆÂò|ž]L •ܨf§øXg÷—ƒU¾$†Ä1QٯǓlѠኮyeêùö†ïXUµçÞý'w0Mæ€mUbÎ<Çv~N/ØQÈæf yWày[ýc&Õõl;©àŠv›Òc­ ʳÊZcvÚ%sw¿ÚÙi)aηÇa";PGwL9³®pëX%J¡ëðÒ š‘R´¦µß.µ{Œëñ¿6s½%bê*3¡zŠ(nÜUý±Xuhãâ#°@2…X%àÆ¸ß0F¸õöDu&ÌÏi½éú˜YÊvF ´P ]ðmè<÷ÍùqüÖ™%îÖãþÌžÈçZ†Çt²ͪzìY;7›;VæFb¿÷mÞ Ô3Ð]q‚T¢.âqTVK!±à'*,_ã«\q=‘²sYy|ÕàÇö*HOUìq{Ù=ÍgYEšOIîC7fß‘žïñŽÐ8«ãCœÌ׿øæ„ó8|f¿±Ùí§/ͽ*Å·h[™Ae~Tí3–˜—¢gÝî³°|ÀP0wí7ßÐçõ!?pâuúÓ!nR‰Ë·´FûDLZkºÓ:=ƒðñ8ï)/Úz!˜ ²Ì6 ÒGžÏð{ÁÆêE¯–Î6‹^>mCë=¾¯“}È„“ØØ·¯&ÓÇ4<óúªŽ‡0d¢Î*"Emr.å¿oòZïG9E~™!xtéz“›fí£@5w ¬áíí-0>Ÿ¯™:õæ-8ó3YR4 ãZ*ÔÈý5»¶ñNÓ?$Ö¨–‰SôtKZ†‡‚'ØØ°VXn†ÉâÉ^q/Iž7)O:’ æ@3Ù¶E1GÄÕY+2F1½°x¥ÿa¤kp2,sÑÚpuñ¾5DŒ±yÈHó6Š<3Dæ±cNœòzSNá°j@éb™ê#“­æÛu|ækëTõ÷É–ópHéqp4·G 38PÞ~£chb•DnwïaÆÑ TÌÊá A¦Gà§ïÌ|^o¶þôNŽ¡cô!§¨N8í}›M»†ëöí#C‚²¤CºŽòK·þ';©ßÇ´‘°ã®^^ëÆ6á—{îszòÄ®§±Œ·Ÿµ¯Ö„‹½¶K)QémšüÏx¢ÒŒ_ mtx1ëJe’µlàÝšø³…¦ $³ˆ„SÏ‹ØÔ”.@KÉæ mtßÁR´(m´ü¾Ä¸†r„U#[M2^K„‚›ò+{åBëGØäk…§|b7˜ZßÙ3ª’ýHáxRû³¥uïQ‡2ûÃÜ ¹—å¼ ’Æ—n¹ÒOºÞ²|7n/…¬í5¬Ö Ë]Mé%{£šdQ|&w‘s‰ÙY|D±z~ùø@U»®æ“é@nvâ&Á-³KhlÚ”€’(x_0Î<Ë^Øv=÷¤†~2¿_”6~ªí‰#õwnkEÒ]ß4.Ì ºR¹²BB ËHk?BQ³îÏfgFþÍ/ª¤u|Z[Ãv‹îe“©x»ÌÞ`§) ^aöãA~J¹¨ê‹OßÇèS´Ì}SXïÝF»àƒËè˜ÆDú…P pÖ«/Üœô[‹G¸–ÅY—®¿ð®Ù GÄš}ò~qyü4È%§0Iÿ~Ö- ¤Ëµ÷²ö¸6ª¿j´ 8ƒ®Ïúi,Åû+ Δ~S1ô-iWªÑ×1&·Í¦\Re'R¼~ê1n2~®…ëh!†Ä LÓzÁ´˜e——ÁUxÍ9ÃS¤øJ¿$¦ãº¾WËÿ(3¢5MŸªG[èG‘ÿò†!NÌoF0m̤®¶KtøDòႦшBĦxí°“oœ~mÈg8\•fÇ–7–LÙR²Ã.H–+Y©!Öaª]ÒZiʰƒ0ôû§a“†¶3¸úQ=©¸dçç‡ÄN ‘`¡39.M¢“8J´QQs¬åtXûÝeaøÓNŽy}滄 yùÑõ|ÑŸ=•‰ÁÜu ž?<æÕžeŽH;7¿ú™¥LÕÜ¡×$-ÿÖŒÁ¥ï‘"£" R&³IIS&4œ§wƒÛQ(½BAE²§ÚÀò©Û…7L©€Øi%85ÊÜs¬xÏ­* §ôó&¢Q³ÞήŽ ¾Âs3#Ý‹F™ÑÔ¦CÝfÔ«—ÞÉU!{ û:"aa§ [Ý|E¼SòI ðl¨Ëb¨ßÝny" teDÛà ù¾3Û<—œûz^=x}UñÍyBX2úý2.:£Õ6v¡¸ä:')»l^~:–…Œðr(±—Ö°¾×1ucšw_Õ>‚n5[”TÖ ¼Î^_¸ó#%ÛM´" —à•âÉI™Êú•†ýBð¦NÚ{vö›ÿ&c›°Þ8Q®¢±ý.êY.ê¡¤Š¯ïKÑ0gXJµ¹à?°;•Ag‰e鲯Õò³-wÀƒ²’ð׸ëljG¿¼í¶#‰Ù_F¡ ÊLð LÆ §ÚPù{)æ|YÈ?¨ò;\í9õTÚî­ €]Waò6Í£U²z/yÚ½;~ϬÒJJ­m<8-G &²'œæfwÉôsdŸ:miâãF½øx˰_>cÈ»m‡“-Ç÷ú³â^¶Gœä•¤1ˆ‚«4Èû#]VYòµ*rÈjˆÕÉÅ¥ù53]µ†ÿ5ÒX܉ºiœýÄhÇfÛ¶$ÆäÞÕU–¦`Dâìz1VJ™¡EßD•&\ü*¦jœTAƒ<2©Röfšà¼?Õ‰–p6“ ó,h{ètÍÄ‹½"bŽ%öÄÛ|àÖIÿõºH*Þ»šò]ÎÃxG·`ã—…êÀ9#¦Ûäw-E.zf“InQ="@ÜË~¡äæ— æ±^Õ¢›Q#Wœ®LËÆ0D~íM|‰Lz /ùe‡]Ê(a¨*øË и`+;ÄqýV…9AS·6(à€òY•U 3# S^ •Ýfõ²u>/Éèæø$=FsÝSàƒ4FâT€Ò¦ö«‹É$5˜ê²Î•Í”—9i6ÉÜqV(Îb<@£Ð{œÔÉ ¼ÙK¯ñ–iR Žecö~ù³Ë(“þ¥=idIÈŸÌ"ŸÓ „d&Ñv[ÀË\üH2›Ü'Àîõ›óÍ»1]xÀR‡€+ÖdÑÉ^ø†­J÷'EêÓc´¯«?{vƒÅ[9»ÆD8—æž~u´0ÛÂû šÒìëÓƒkõ€Ä^ Yi÷×Ò]¯ŠÄˆï‘w½ñÖ¼2¼° #LXe|@W¡ç‡OfGe©Æu€Øá« S<þf.J–Õîd9Û$=à&eìYÊQ§Ä·.°Ë‡1êÎc_ìÒh%þ8öiñâÐÏÚ-}¸»»Êy& ®ðî~…ì*KFÒ¯KÈ­co¼›?Y=ºÖ|U˜º`RãúŒó{eT±ˆs]&ùÀ«7ÇÉå$ŸeG-}ØNûv“R×¥Óƒ™¬Ï ü÷Ÿ½¢›~ï`Z*AŸ’T@”t?ÞMD Ø«|)¸½¹n°‡ë?å*ñ„îh¶‘|Ž! vFwüðÂ[þþñ¢ýSPè†;'$Hûíu7ŸI¦tò›ÙÄToâ°oŽ&Fz_ fÐﯟ‹?¹C`*ÎyF• CT®6¹DúKYÉVtSnðÐ4wkkÅ©0ŒeàªKÚÓòö…}vUI’FÒó(ÞãT[ã©£(ŸŸ²e³ƒÚšÜ®`¡ÕÁÕB6f¶ÿv@s—R€‡Ñá“rÑý’0Õ§ÁtaÛÀs'“ÍÇÞG+{ú5}÷cOE˜y&×bÃ÷¸–«P™$îä Ÿœ¹jUNEœa\¶ç¼&1ÔÆs©>ŽÛmzžóQúi°‰¸©ò˜Ã½¯, @å‘\¸{qèNYâGP2#&>‰&0¤¹ÚÞ+ú¤†¢[B%Üîg¹K¸]vtgjï²z¹ËžÙÐèŽFE\šVtâw!¦·ÁÁªüp‹¥/X8ÈçãɤjÖ+ Ôñˆ"%½“,¹-0ÁSW,Á¥±ÚAU#hLÂz€ÉRüx4.]üÄND&´t@êW”³HzÌÆN÷Š›‘­Ùn¬Ïl¨pæh]± yÿ»x~Q‚ WN•HWÿ+é‰ :’r´ø+!T¶ÐPùˆƒ6µúþ»Ô5á¹ Èý¹'1d#P½Œ0­j­×uO•vD–šIÂ5±{8ä„÷ŒSêªËFjX*÷ãÃbNPiÎøð ÑæKNC²:æ8ÅÓJ?q/KƒÇÀ…´ïËnxÖ´QÇòo‰I°4õÑJxZ6Ø‘böKø¹…®ò¨ÛôE¨Km4zK€àÓÈÄ”åH_´K—£Á±¯F" ‘¯ÃXX³ŠêBRy¾wk¾›»si= NÍ"0°Á«qW~cDXw«l€«h1¼5dÎ7aù«éBdi%ÿÈŽáÖ´õ¬l>0>Âp  å;_ZK#®‹6 ~l-Å›gÞJ]£ 焱hf¾ù©ÁâI(*Tåèß—žŸ~¡32" TT„ŒÆ|é¹ìyôñ¡» ß·”…~sÚb†›â532rŠqRš–V_Ú!‡(|ÄLÓ&_ËÂÌ©zI 1P¬3÷.5,îÒ¹åotý`CŸÛxži¤öŧR âì]2®âÔÕg]øÊÔ÷½ºø;xꊾ+ÓGŸwÌË^;_Ⱦ“=hMcÚçBF­Ì÷ž¢“»ˆë³ã÷Ë™`Ä#ïd2 ‘›ž6e9á|íû™‘TvéÐPÛN+üø£é7k´É³«„øR’£p9;¸+÷Gÿøv=ó6}x—‚{ŸJÀ­jÒz?³ÛwãV\v6@‡AÂü‹³†o¼5åÊj ø‰9¾M":?ß7™è¥¦3ÐÁT‘V°×ôôv|eí¼¼þ «Õ endstream endobj 846 0 obj << /Type /FontDescriptor /FontName /AJXNBH+NimbusRomNo9L-ReguItal /Flags 4 /FontBBox [-169 -270 1010 924] /Ascent 669 /CapHeight 669 /Descent -193 /ItalicAngle -15 /StemV 78 /XHeight 441 /CharSet (/N/P/S/a/c/e/fi/g/i/l/n/o/p/r/s/t/u/v) /FontFile 845 0 R >> endobj 816 0 obj << /Type /Encoding /Differences [2/fi/fl 16/caron 34/quotedbl/numbersign 37/percent 39/quoteright/parenleft/parenright/asterisk 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z 95/underscore 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z 147/quotedblleft/quotedblright/bullet/endash/emdash 154/scaron 169/copyright 171/guillemotleft 187/guillemotright] >> endobj 413 0 obj << /Type /Font /Subtype /Type1 /BaseFont /ASZHDD+CMSY10 /FontDescriptor 828 0 R /FirstChar 33 /LastChar 33 /Widths 821 0 R >> endobj 414 0 obj << /Type /Font /Subtype /Type1 /BaseFont /UEZMXN+NimbusMonL-Bold /FontDescriptor 830 0 R /FirstChar 37 /LastChar 122 /Widths 820 0 R /Encoding 816 0 R >> endobj 437 0 obj << /Type /Font /Subtype /Type1 /BaseFont /AYPJHH+NimbusMonL-Regu /FontDescriptor 832 0 R /FirstChar 37 /LastChar 169 /Widths 818 0 R /Encoding 816 0 R >> endobj 247 0 obj << /Type /Font /Subtype /Type1 /BaseFont /QACITF+NimbusSanL-Bold /FontDescriptor 834 0 R /FirstChar 2 /LastChar 122 /Widths 824 0 R /Encoding 816 0 R >> endobj 244 0 obj << /Type /Font /Subtype /Type1 /BaseFont /HXBOOD+NimbusSanL-Regu /FontDescriptor 836 0 R /FirstChar 2 /LastChar 187 /Widths 825 0 R /Encoding 816 0 R >> endobj 262 0 obj << /Type /Font /Subtype /Type1 /BaseFont /YMSJOF+NimbusSanL-ReguItal /FontDescriptor 838 0 R /FirstChar 65 /LastChar 116 /Widths 823 0 R /Encoding 816 0 R >> endobj 307 0 obj << /Type /Font /Subtype /Type1 /BaseFont /BAEXTT+NimbusRomNo9L-Medi /FontDescriptor 840 0 R /FirstChar 2 /LastChar 150 /Widths 822 0 R /Encoding 816 0 R >> endobj 243 0 obj << /Type /Font /Subtype /Type1 /BaseFont /ZXUJFV+NimbusRomNo9L-Regu /FontDescriptor 842 0 R /FirstChar 2 /LastChar 187 /Widths 826 0 R /Encoding 816 0 R >> endobj 619 0 obj << /Type /Font /Subtype /Type1 /BaseFont /AJXNBH+NimbusRomNo9L-ReguItal /FontDescriptor 846 0 R /FirstChar 2 /LastChar 118 /Widths 817 0 R /Encoding 816 0 R >> endobj 420 0 obj << /Type /Font /Subtype /Type1 /BaseFont /TOMTTF+NimbusRomNo9L-Regu-Slant_167 /FontDescriptor 844 0 R /FirstChar 2 /LastChar 121 /Widths 819 0 R /Encoding 816 0 R >> endobj 248 0 obj << /Type /Pages /Count 6 /Parent 847 0 R /Kids [239 0 R 251 0 R 259 0 R 304 0 R 327 0 R 364 0 R] >> endobj 403 0 obj << /Type /Pages /Count 6 /Parent 847 0 R /Kids [400 0 R 407 0 R 417 0 R 425 0 R 433 0 R 441 0 R] >> endobj 452 0 obj << /Type /Pages /Count 6 /Parent 847 0 R /Kids [447 0 R 456 0 R 467 0 R 476 0 R 483 0 R 492 0 R] >> endobj 505 0 obj << /Type /Pages /Count 6 /Parent 847 0 R /Kids [500 0 R 509 0 R 517 0 R 524 0 R 533 0 R 542 0 R] >> endobj 557 0 obj << /Type /Pages /Count 6 /Parent 847 0 R /Kids [551 0 R 561 0 R 567 0 R 576 0 R 583 0 R 592 0 R] >> endobj 607 0 obj << /Type /Pages /Count 6 /Parent 847 0 R /Kids [601 0 R 614 0 R 623 0 R 631 0 R 638 0 R 651 0 R] >> endobj 674 0 obj << /Type /Pages /Count 6 /Parent 848 0 R /Kids [666 0 R 678 0 R 684 0 R 691 0 R 698 0 R 705 0 R] >> endobj 717 0 obj << /Type /Pages /Count 6 /Parent 848 0 R /Kids [712 0 R 720 0 R 728 0 R 748 0 R 758 0 R 763 0 R] >> endobj 789 0 obj << /Type /Pages /Count 3 /Parent 848 0 R /Kids [779 0 R 792 0 R 800 0 R] >> endobj 847 0 obj << /Type /Pages /Count 36 /Parent 849 0 R /Kids [248 0 R 403 0 R 452 0 R 505 0 R 557 0 R 607 0 R] >> endobj 848 0 obj << /Type /Pages /Count 15 /Parent 849 0 R /Kids [674 0 R 717 0 R 789 0 R] >> endobj 849 0 obj << /Type /Pages /Count 51 /Kids [847 0 R 848 0 R] >> endobj 850 0 obj << /Type /Outlines /First 8 0 R /Last 236 0 R /Count 7 >> endobj 236 0 obj << /Title 237 0 R /A 234 0 R /Parent 850 0 R /Prev 232 0 R >> endobj 232 0 obj << /Title 233 0 R /A 230 0 R /Parent 850 0 R /Prev 220 0 R /Next 236 0 R >> endobj 228 0 obj << /Title 229 0 R /A 226 0 R /Parent 220 0 R /Prev 224 0 R >> endobj 224 0 obj << /Title 225 0 R /A 222 0 R /Parent 220 0 R /Next 228 0 R >> endobj 220 0 obj << /Title 221 0 R /A 218 0 R /Parent 850 0 R /Prev 216 0 R /Next 232 0 R /First 224 0 R /Last 228 0 R /Count -2 >> endobj 216 0 obj << /Title 217 0 R /A 214 0 R /Parent 850 0 R /Prev 28 0 R /Next 220 0 R >> endobj 212 0 obj << /Title 213 0 R /A 210 0 R /Parent 184 0 R /Prev 208 0 R >> endobj 208 0 obj << /Title 209 0 R /A 206 0 R /Parent 184 0 R /Prev 204 0 R /Next 212 0 R >> endobj 204 0 obj << /Title 205 0 R /A 202 0 R /Parent 184 0 R /Prev 200 0 R /Next 208 0 R >> endobj 200 0 obj << /Title 201 0 R /A 198 0 R /Parent 184 0 R /Prev 196 0 R /Next 204 0 R >> endobj 196 0 obj << /Title 197 0 R /A 194 0 R /Parent 184 0 R /Prev 192 0 R /Next 200 0 R >> endobj 192 0 obj << /Title 193 0 R /A 190 0 R /Parent 184 0 R /Prev 188 0 R /Next 196 0 R >> endobj 188 0 obj << /Title 189 0 R /A 186 0 R /Parent 184 0 R /Next 192 0 R >> endobj 184 0 obj << /Title 185 0 R /A 182 0 R /Parent 28 0 R /Prev 180 0 R /First 188 0 R /Last 212 0 R /Count -7 >> endobj 180 0 obj << /Title 181 0 R /A 178 0 R /Parent 28 0 R /Prev 176 0 R /Next 184 0 R >> endobj 176 0 obj << /Title 177 0 R /A 174 0 R /Parent 28 0 R /Prev 172 0 R /Next 180 0 R >> endobj 172 0 obj << /Title 173 0 R /A 170 0 R /Parent 28 0 R /Prev 160 0 R /Next 176 0 R >> endobj 168 0 obj << /Title 169 0 R /A 166 0 R /Parent 160 0 R /Prev 164 0 R >> endobj 164 0 obj << /Title 165 0 R /A 162 0 R /Parent 160 0 R /Next 168 0 R >> endobj 160 0 obj << /Title 161 0 R /A 158 0 R /Parent 28 0 R /Prev 148 0 R /Next 172 0 R /First 164 0 R /Last 168 0 R /Count -2 >> endobj 156 0 obj << /Title 157 0 R /A 154 0 R /Parent 148 0 R /Prev 152 0 R >> endobj 152 0 obj << /Title 153 0 R /A 150 0 R /Parent 148 0 R /Next 156 0 R >> endobj 148 0 obj << /Title 149 0 R /A 146 0 R /Parent 28 0 R /Prev 144 0 R /Next 160 0 R /First 152 0 R /Last 156 0 R /Count -2 >> endobj 144 0 obj << /Title 145 0 R /A 142 0 R /Parent 28 0 R /Prev 136 0 R /Next 148 0 R >> endobj 140 0 obj << /Title 141 0 R /A 138 0 R /Parent 136 0 R >> endobj 136 0 obj << /Title 137 0 R /A 134 0 R /Parent 28 0 R /Prev 100 0 R /Next 144 0 R /First 140 0 R /Last 140 0 R /Count -1 >> endobj 132 0 obj << /Title 133 0 R /A 130 0 R /Parent 112 0 R /Prev 128 0 R >> endobj 128 0 obj << /Title 129 0 R /A 126 0 R /Parent 112 0 R /Prev 124 0 R /Next 132 0 R >> endobj 124 0 obj << /Title 125 0 R /A 122 0 R /Parent 112 0 R /Prev 120 0 R /Next 128 0 R >> endobj 120 0 obj << /Title 121 0 R /A 118 0 R /Parent 112 0 R /Prev 116 0 R /Next 124 0 R >> endobj 116 0 obj << /Title 117 0 R /A 114 0 R /Parent 112 0 R /Next 120 0 R >> endobj 112 0 obj << /Title 113 0 R /A 110 0 R /Parent 100 0 R /Prev 108 0 R /First 116 0 R /Last 132 0 R /Count -5 >> endobj 108 0 obj << /Title 109 0 R /A 106 0 R /Parent 100 0 R /Prev 104 0 R /Next 112 0 R >> endobj 104 0 obj << /Title 105 0 R /A 102 0 R /Parent 100 0 R /Next 108 0 R >> endobj 100 0 obj << /Title 101 0 R /A 98 0 R /Parent 28 0 R /Prev 80 0 R /Next 136 0 R /First 104 0 R /Last 112 0 R /Count -3 >> endobj 96 0 obj << /Title 97 0 R /A 94 0 R /Parent 80 0 R /Prev 92 0 R >> endobj 92 0 obj << /Title 93 0 R /A 90 0 R /Parent 80 0 R /Prev 88 0 R /Next 96 0 R >> endobj 88 0 obj << /Title 89 0 R /A 86 0 R /Parent 80 0 R /Prev 84 0 R /Next 92 0 R >> endobj 84 0 obj << /Title 85 0 R /A 82 0 R /Parent 80 0 R /Next 88 0 R >> endobj 80 0 obj << /Title 81 0 R /A 78 0 R /Parent 28 0 R /Prev 32 0 R /Next 100 0 R /First 84 0 R /Last 96 0 R /Count -4 >> endobj 76 0 obj << /Title 77 0 R /A 74 0 R /Parent 32 0 R /Prev 72 0 R >> endobj 72 0 obj << /Title 73 0 R /A 70 0 R /Parent 32 0 R /Prev 68 0 R /Next 76 0 R >> endobj 68 0 obj << /Title 69 0 R /A 66 0 R /Parent 32 0 R /Prev 64 0 R /Next 72 0 R >> endobj 64 0 obj << /Title 65 0 R /A 62 0 R /Parent 32 0 R /Prev 60 0 R /Next 68 0 R >> endobj 60 0 obj << /Title 61 0 R /A 58 0 R /Parent 32 0 R /Prev 56 0 R /Next 64 0 R >> endobj 56 0 obj << /Title 57 0 R /A 54 0 R /Parent 32 0 R /Prev 52 0 R /Next 60 0 R >> endobj 52 0 obj << /Title 53 0 R /A 50 0 R /Parent 32 0 R /Prev 48 0 R /Next 56 0 R >> endobj 48 0 obj << /Title 49 0 R /A 46 0 R /Parent 32 0 R /Prev 44 0 R /Next 52 0 R >> endobj 44 0 obj << /Title 45 0 R /A 42 0 R /Parent 32 0 R /Prev 40 0 R /Next 48 0 R >> endobj 40 0 obj << /Title 41 0 R /A 38 0 R /Parent 32 0 R /Prev 36 0 R /Next 44 0 R >> endobj 36 0 obj << /Title 37 0 R /A 34 0 R /Parent 32 0 R /Next 40 0 R >> endobj 32 0 obj << /Title 33 0 R /A 30 0 R /Parent 28 0 R /Next 80 0 R /First 36 0 R /Last 76 0 R /Count -11 >> endobj 28 0 obj << /Title 29 0 R /A 26 0 R /Parent 850 0 R /Prev 12 0 R /Next 216 0 R /First 32 0 R /Last 184 0 R /Count -11 >> endobj 24 0 obj << /Title 25 0 R /A 22 0 R /Parent 12 0 R /Prev 20 0 R >> endobj 20 0 obj << /Title 21 0 R /A 18 0 R /Parent 12 0 R /Prev 16 0 R /Next 24 0 R >> endobj 16 0 obj << /Title 17 0 R /A 14 0 R /Parent 12 0 R /Next 20 0 R >> endobj 12 0 obj << /Title 13 0 R /A 10 0 R /Parent 850 0 R /Prev 8 0 R /Next 28 0 R /First 16 0 R /Last 24 0 R /Count -3 >> endobj 8 0 obj << /Title 9 0 R /A 6 0 R /Parent 850 0 R /Next 12 0 R >> endobj 851 0 obj << /Names [(Doc-Start) 245 0 R (Item.1) 254 0 R (Item.10) 513 0 R (Item.11) 521 0 R (Item.12) 528 0 R (Item.13) 547 0 R] /Limits [(Doc-Start) (Item.13)] >> endobj 852 0 obj << /Names [(Item.14) 548 0 R (Item.15) 643 0 R (Item.16) 644 0 R (Item.17) 768 0 R (Item.18) 769 0 R (Item.19) 770 0 R] /Limits [(Item.14) (Item.19)] >> endobj 853 0 obj << /Names [(Item.2) 255 0 R (Item.20) 771 0 R (Item.21) 772 0 R (Item.22) 773 0 R (Item.23) 774 0 R (Item.24) 775 0 R] /Limits [(Item.2) (Item.24)] >> endobj 854 0 obj << /Names [(Item.25) 776 0 R (Item.26) 777 0 R (Item.27) 782 0 R (Item.28) 783 0 R (Item.29) 784 0 R (Item.3) 470 0 R] /Limits [(Item.25) (Item.3)] >> endobj 855 0 obj << /Names [(Item.30) 785 0 R (Item.31) 786 0 R (Item.4) 471 0 R (Item.5) 480 0 R (Item.6) 486 0 R (Item.7) 495 0 R] /Limits [(Item.30) (Item.7)] >> endobj 856 0 obj << /Names [(Item.8) 496 0 R (Item.9) 504 0 R (about) 752 0 R (addendum) 804 0 R (appendix-gnu-fdl) 754 0 R (bugs) 734 0 R] /Limits [(Item.8) (bugs)] >> endobj 857 0 obj << /Names [(bugs-bugs) 735 0 R (bugs-limits) 751 0 R (example.3.1) 487 0 R (example.3.2) 530 0 R (example.3.3) 635 0 R (example.3.4) 641 0 R] /Limits [(bugs-bugs) (example.3.4)] >> endobj 858 0 obj << /Names [(figure.1) 367 0 R (figure.10) 376 0 R (figure.11) 377 0 R (figure.12) 378 0 R (figure.13) 379 0 R (figure.14) 380 0 R] /Limits [(figure.1) (figure.14)] >> endobj 859 0 obj << /Names [(figure.15) 381 0 R (figure.16) 382 0 R (figure.17) 383 0 R (figure.18) 384 0 R (figure.19) 385 0 R (figure.2) 368 0 R] /Limits [(figure.15) (figure.2)] >> endobj 860 0 obj << /Names [(figure.20) 386 0 R (figure.21) 387 0 R (figure.22) 388 0 R (figure.23) 389 0 R (figure.24) 390 0 R (figure.25) 391 0 R] /Limits [(figure.20) (figure.25)] >> endobj 861 0 obj << /Names [(figure.26) 392 0 R (figure.27) 393 0 R (figure.28) 394 0 R (figure.29) 395 0 R (figure.3) 369 0 R (figure.30) 396 0 R] /Limits [(figure.26) (figure.30)] >> endobj 862 0 obj << /Names [(figure.31) 397 0 R (figure.32) 398 0 R (figure.4) 370 0 R (figure.5) 371 0 R (figure.6) 372 0 R (figure.7) 373 0 R] /Limits [(figure.31) (figure.7)] >> endobj 863 0 obj << /Names [(figure.8) 374 0 R (figure.9) 375 0 R (getting-started) 411 0 R (getting-started-first-action) 428 0 R (getting-started-first-run) 415 0 R (getting-started-starting) 412 0 R] /Limits [(figure.8) (getting-started-starting)] >> endobj 864 0 obj << /Names [(index) 246 0 R (introduction) 410 0 R (lstlisting.-1) 805 0 R (lstlisting.-2) 813 0 R (lstnumber.-1.1) 806 0 R (lstnumber.-1.2) 807 0 R] /Limits [(index) (lstnumber.-1.2)] >> endobj 865 0 obj << /Names [(lstnumber.-1.3) 808 0 R (lstnumber.-1.4) 809 0 R (lstnumber.-1.5) 810 0 R (lstnumber.-1.6) 811 0 R (lstnumber.-1.7) 812 0 R (lstnumber.-2.1) 814 0 R] /Limits [(lstnumber.-1.3) (lstnumber.-2.1)] >> endobj 866 0 obj << /Names [(lstnumber.-2.2) 815 0 R (misc) 733 0 R (cact-FIG-add-capability) 527 0 R (cact-FIG-add-scheme) 512 0 R (cact-FIG-execute-as) 627 0 R (cact-FIG-execution) 604 0 R] /Limits [(lstnumber.-2.2) (cact-FIG-execution)] >> endobj 867 0 obj << /Names [(cact-FIG-execution-mode) 606 0 R (cact-FIG-frame-count) 537 0 R (cact-FIG-frame-desktop) 546 0 R (cact-FIG-frame-execution-environment) 555 0 R (cact-FIG-legend) 588 0 R (cact-FIG-main-empty) 421 0 R] /Limits [(cact-FIG-execution-mode) (cact-FIG-main-empty)] >> endobj 868 0 obj << /Names [(cact-FIG-prefs-desktop) 694 0 R (cact-FIG-prefs-execution) 688 0 R (cact-FIG-prefs-export) 716 0 R (cact-FIG-prefs-import) 709 0 R (cact-FIG-prefs-io-providers) 732 0 R (cact-FIG-prefs-runtime) 682 0 R] /Limits [(cact-FIG-prefs-desktop) (cact-FIG-prefs-runtime)] >> endobj 869 0 obj << /Names [(cact-FIG-prefs-schemes) 724 0 R (cact-FIG-prefs-ui) 702 0 R (cact-FIG-sort-buttons) 656 0 R (cact-FIG-start-caja-context) 450 0 R (cact-FIG-start-matedialog) 451 0 R (cact-FIG-startup-mode) 618 0 R] /Limits [(cact-FIG-prefs-schemes) (cact-FIG-startup-mode)] >> endobj 870 0 obj << /Names [(cact-FIG-tab-action) 436 0 R (cact-FIG-tab-basenames) 462 0 R (cact-FIG-tab-capabilities) 520 0 R (cact-FIG-tab-command) 444 0 R (cact-FIG-tab-environment) 536 0 R (cact-FIG-tab-folders) 489 0 R] /Limits [(cact-FIG-tab-action) (cact-FIG-tab-folders)] >> endobj 871 0 obj << /Names [(cact-FIG-tab-mimetypes) 479 0 R (cact-FIG-tab-schemes) 503 0 R (cact-FIG-target-location-where) 571 0 R (cact-FIG-work-dir-frame) 596 0 R (cact-TAB-multiple-execution) 634 0 R (page.1) 409 0 R] /Limits [(cact-FIG-tab-mimetypes) (page.1)] >> endobj 872 0 obj << /Names [(page.10) 485 0 R (page.11) 494 0 R (page.12) 502 0 R (page.13) 511 0 R (page.14) 519 0 R (page.15) 526 0 R] /Limits [(page.10) (page.15)] >> endobj 873 0 obj << /Names [(page.16) 535 0 R (page.17) 544 0 R (page.18) 553 0 R (page.19) 563 0 R (page.2) 419 0 R (page.20) 569 0 R] /Limits [(page.16) (page.20)] >> endobj 874 0 obj << /Names [(page.21) 578 0 R (page.22) 585 0 R (page.23) 594 0 R (page.24) 603 0 R (page.25) 616 0 R (page.26) 625 0 R] /Limits [(page.21) (page.26)] >> endobj 875 0 obj << /Names [(page.27) 633 0 R (page.28) 640 0 R (page.29) 653 0 R (page.3) 427 0 R (page.30) 668 0 R (page.31) 680 0 R] /Limits [(page.27) (page.31)] >> endobj 876 0 obj << /Names [(page.32) 686 0 R (page.33) 693 0 R (page.34) 700 0 R (page.35) 707 0 R (page.36) 714 0 R (page.37) 722 0 R] /Limits [(page.32) (page.37)] >> endobj 877 0 obj << /Names [(page.38) 730 0 R (page.39) 750 0 R (page.4) 435 0 R (page.40) 760 0 R (page.41) 765 0 R (page.42) 781 0 R] /Limits [(page.38) (page.42)] >> endobj 878 0 obj << /Names [(page.43) 794 0 R (page.44) 802 0 R (page.5) 443 0 R (page.6) 449 0 R (page.7) 458 0 R (page.8) 469 0 R] /Limits [(page.43) (page.8)] >> endobj 879 0 obj << /Names [(page.9) 478 0 R (page.i) 242 0 R (page.ii) 253 0 R (page.iii) 261 0 R (page.iv) 306 0 R (page.v) 329 0 R] /Limits [(page.9) (page.v)] >> endobj 880 0 obj << /Names [(page.vi) 366 0 R (page.vii) 402 0 R (paragraph.3.3.3.1) 115 0 R (paragraph.3.3.3.2) 119 0 R (paragraph.3.3.3.3) 123 0 R (paragraph.3.3.3.4) 127 0 R] /Limits [(page.vi) (paragraph.3.3.3.4)] >> endobj 881 0 obj << /Names [(paragraph.3.3.3.5) 131 0 R (section.1) 7 0 R (section.2) 11 0 R (section.3) 27 0 R (section.4) 215 0 R (section.5) 219 0 R] /Limits [(paragraph.3.3.3.5) (section.5)] >> endobj 882 0 obj << /Names [(section.6) 231 0 R (section.a.A) 235 0 R (section0) 755 0 R (section1) 756 0 R (section10) 798 0 R (section11) 803 0 R] /Limits [(section.6) (section11)] >> endobj 883 0 obj << /Names [(section2) 761 0 R (section3) 766 0 R (section4) 767 0 R (section5) 787 0 R (section6) 788 0 R (section7) 795 0 R] /Limits [(section2) (section7)] >> endobj 884 0 obj << /Names [(section8) 796 0 R (section9) 797 0 R (subsection.2.1) 15 0 R (subsection.2.2) 19 0 R (subsection.2.3) 23 0 R (subsection.3.1) 31 0 R] /Limits [(section8) (subsection.3.1)] >> endobj 885 0 obj << /Names [(subsection.3.10) 179 0 R (subsection.3.11) 183 0 R (subsection.3.2) 79 0 R (subsection.3.3) 99 0 R (subsection.3.4) 135 0 R (subsection.3.5) 143 0 R] /Limits [(subsection.3.10) (subsection.3.5)] >> endobj 886 0 obj << /Names [(subsection.3.6) 147 0 R (subsection.3.7) 159 0 R (subsection.3.8) 171 0 R (subsection.3.9) 175 0 R (subsection.5.1) 223 0 R (subsection.5.2) 227 0 R] /Limits [(subsection.3.6) (subsection.5.2)] >> endobj 887 0 obj << /Names [(subsubsection.3.1.1) 35 0 R (subsubsection.3.1.10) 71 0 R (subsubsection.3.1.11) 75 0 R (subsubsection.3.1.2) 39 0 R (subsubsection.3.1.3) 43 0 R (subsubsection.3.1.4) 47 0 R] /Limits [(subsubsection.3.1.1) (subsubsection.3.1.4)] >> endobj 888 0 obj << /Names [(subsubsection.3.1.5) 51 0 R (subsubsection.3.1.6) 55 0 R (subsubsection.3.1.7) 59 0 R (subsubsection.3.1.8) 63 0 R (subsubsection.3.1.9) 67 0 R (subsubsection.3.11.1) 187 0 R] /Limits [(subsubsection.3.1.5) (subsubsection.3.11.1)] >> endobj 889 0 obj << /Names [(subsubsection.3.11.2) 191 0 R (subsubsection.3.11.3) 195 0 R (subsubsection.3.11.4) 199 0 R (subsubsection.3.11.5) 203 0 R (subsubsection.3.11.6) 207 0 R (subsubsection.3.11.7) 211 0 R] /Limits [(subsubsection.3.11.2) (subsubsection.3.11.7)] >> endobj 890 0 obj << /Names [(subsubsection.3.2.1) 83 0 R (subsubsection.3.2.2) 87 0 R (subsubsection.3.2.3) 91 0 R (subsubsection.3.2.4) 95 0 R (subsubsection.3.3.1) 103 0 R (subsubsection.3.3.2) 107 0 R] /Limits [(subsubsection.3.2.1) (subsubsection.3.3.2)] >> endobj 891 0 obj << /Names [(subsubsection.3.3.3) 111 0 R (subsubsection.3.4.1) 139 0 R (subsubsection.3.6.1) 151 0 R (subsubsection.3.6.2) 155 0 R (subsubsection.3.7.1) 163 0 R (subsubsection.3.7.2) 167 0 R] /Limits [(subsubsection.3.3.3) (subsubsection.3.7.2)] >> endobj 892 0 obj << /Names [(table.1) 404 0 R (usage) 459 0 R (usage-conditions) 460 0 R (usage-conditions-basenames) 461 0 R (usage-conditions-capabilities) 514 0 R (usage-conditions-count) 529 0 R] /Limits [(table.1) (usage-conditions-count)] >> endobj 893 0 obj << /Names [(usage-conditions-dbus) 556 0 R (usage-conditions-desktop) 545 0 R (usage-conditions-executable) 554 0 R (usage-conditions-folders) 488 0 R (usage-conditions-mimetypes) 472 0 R (usage-conditions-run) 565 0 R] /Limits [(usage-conditions-dbus) (usage-conditions-run)] >> endobj 894 0 obj << /Names [(usage-conditions-schemes) 497 0 R (usage-conditions-true) 564 0 R (usage-edit) 658 0 R (usage-edit-cut) 659 0 R (usage-edit-multiple) 669 0 R (usage-execution) 586 0 R] /Limits [(usage-conditions-schemes) (usage-execution)] >> endobj 895 0 obj << /Names [(usage-execution-how) 597 0 R (usage-execution-how-class) 620 0 R (usage-execution-how-mode) 605 0 R (usage-execution-how-notify) 617 0 R (usage-execution-how-singular) 628 0 R (usage-execution-how-user) 626 0 R] /Limits [(usage-execution-how) (usage-execution-how-user)] >> endobj 896 0 obj << /Names [(usage-execution-parameters) 587 0 R (usage-execution-work) 595 0 R (usage-export) 671 0 R (usage-import) 672 0 R (usage-menus) 645 0 R (usage-prefs) 673 0 R] /Limits [(usage-execution-parameters) (usage-prefs)] >> endobj 897 0 obj << /Names [(usage-prefs-execution) 687 0 R (usage-prefs-export) 715 0 R (usage-prefs-import) 708 0 R (usage-prefs-providers) 731 0 R (usage-prefs-runtime) 681 0 R (usage-prefs-schemes) 723 0 R] /Limits [(usage-prefs-execution) (usage-prefs-schemes)] >> endobj 898 0 obj << /Names [(usage-prefs-ui) 701 0 R (usage-profile) 636 0 R (usage-profile-order) 642 0 R (usage-save) 670 0 R (usage-sorting) 654 0 R (usage-sorting-alpha) 655 0 R] /Limits [(usage-prefs-ui) (usage-sorting-alpha)] >> endobj 899 0 obj << /Names [(usage-sorting-manual) 657 0 R (usage-where) 570 0 R (usage-where-location) 573 0 R (usage-where-notes) 580 0 R (usage-where-selection) 572 0 R (usage-where-toolbar) 579 0 R] /Limits [(usage-sorting-manual) (usage-where-toolbar)] >> endobj 900 0 obj << /Kids [851 0 R 852 0 R 853 0 R 854 0 R 855 0 R 856 0 R] /Limits [(Doc-Start) (bugs)] >> endobj 901 0 obj << /Kids [857 0 R 858 0 R 859 0 R 860 0 R 861 0 R 862 0 R] /Limits [(bugs-bugs) (figure.7)] >> endobj 902 0 obj << /Kids [863 0 R 864 0 R 865 0 R 866 0 R 867 0 R 868 0 R] /Limits [(figure.8) (cact-FIG-prefs-runtime)] >> endobj 903 0 obj << /Kids [869 0 R 870 0 R 871 0 R 872 0 R 873 0 R 874 0 R] /Limits [(cact-FIG-prefs-schemes) (page.26)] >> endobj 904 0 obj << /Kids [875 0 R 876 0 R 877 0 R 878 0 R 879 0 R 880 0 R] /Limits [(page.27) (paragraph.3.3.3.4)] >> endobj 905 0 obj << /Kids [881 0 R 882 0 R 883 0 R 884 0 R 885 0 R 886 0 R] /Limits [(paragraph.3.3.3.5) (subsection.5.2)] >> endobj 906 0 obj << /Kids [887 0 R 888 0 R 889 0 R 890 0 R 891 0 R 892 0 R] /Limits [(subsubsection.3.1.1) (usage-conditions-count)] >> endobj 907 0 obj << /Kids [893 0 R 894 0 R 895 0 R 896 0 R 897 0 R 898 0 R] /Limits [(usage-conditions-dbus) (usage-sorting-alpha)] >> endobj 908 0 obj << /Kids [899 0 R] /Limits [(usage-sorting-manual) (usage-where-toolbar)] >> endobj 909 0 obj << /Kids [900 0 R 901 0 R 902 0 R 903 0 R 904 0 R 905 0 R] /Limits [(Doc-Start) (subsection.5.2)] >> endobj 910 0 obj << /Kids [906 0 R 907 0 R 908 0 R] /Limits [(subsubsection.3.1.1) (usage-where-toolbar)] >> endobj 911 0 obj << /Kids [909 0 R 910 0 R] /Limits [(Doc-Start) (usage-where-toolbar)] >> endobj 912 0 obj << /Dests 911 0 R >> endobj 913 0 obj << /Type /Catalog /Pages 849 0 R /Outlines 850 0 R /Names 912 0 R /PageMode/UseOutlines/PageLabels << /Nums [0 << /S /r >> 7 << /S /D >> ] >> /OpenAction 238 0 R >> endobj 914 0 obj << /Author(Pierre Wieser)/Title(Caja-Actions Configuration Tool User's Manual)/Subject()/Creator(DBLaTeX-0.3)/Producer(pdfTeX-1.40.3)/Keywords() /CreationDate (D:20120307215251+01'00') /ModDate (D:20120307215251+01'00') /Trapped /False /PTEX.Fullbanner (This is pdfTeX using libpoppler, Version 3.141592-1.40.3-2.2 (Web2C 7.5.6) kpathsea version 3.5.6) >> endobj xref 0 915 0000000001 65535 f 0000000002 00000 f 0000000003 00000 f 0000000004 00000 f 0000000000 00000 f 0000000015 00000 n 0000000924 00000 n 0000034956 00000 n 0001698959 00000 n 0000000969 00000 n 0000000999 00000 n 0000035076 00000 n 0001698835 00000 n 0000001045 00000 n 0000001079 00000 n 0000035196 00000 n 0001698761 00000 n 0000001130 00000 n 0000001193 00000 n 0000035317 00000 n 0001698674 00000 n 0000001244 00000 n 0000001276 00000 n 0000087691 00000 n 0001698600 00000 n 0000001327 00000 n 0000001372 00000 n 0000308986 00000 n 0001698472 00000 n 0000001418 00000 n 0000001478 00000 n 0000309107 00000 n 0001698360 00000 n 0000001529 00000 n 0000001571 00000 n 0000309228 00000 n 0001698286 00000 n 0000001627 00000 n 0000001671 00000 n 0000314042 00000 n 0001698199 00000 n 0000001727 00000 n 0000001771 00000 n 0000411454 00000 n 0001698112 00000 n 0000001827 00000 n 0000001869 00000 n 0000414459 00000 n 0001698025 00000 n 0000001925 00000 n 0000001966 00000 n 0000474288 00000 n 0001697938 00000 n 0000002022 00000 n 0000002068 00000 n 0000538089 00000 n 0001697851 00000 n 0000002124 00000 n 0000002168 00000 n 0000751060 00000 n 0001697764 00000 n 0000002224 00000 n 0000002260 00000 n 0000825121 00000 n 0001697677 00000 n 0000002316 00000 n 0000002361 00000 n 0000825364 00000 n 0001697590 00000 n 0000002417 00000 n 0000002464 00000 n 0000827300 00000 n 0001697503 00000 n 0000002521 00000 n 0000002560 00000 n 0000827421 00000 n 0001697429 00000 n 0000002617 00000 n 0000002661 00000 n 0000889468 00000 n 0001697304 00000 n 0000002712 00000 n 0000002750 00000 n 0000889711 00000 n 0001697230 00000 n 0000002806 00000 n 0000002861 00000 n 0000889832 00000 n 0001697143 00000 n 0000002917 00000 n 0000002971 00000 n 0000892317 00000 n 0001697056 00000 n 0000003027 00000 n 0000003067 00000 n 0000892438 00000 n 0001696982 00000 n 0000003123 00000 n 0000003147 00000 n 0000922874 00000 n 0001696853 00000 n 0000003198 00000 n 0000003250 00000 n 0000922995 00000 n 0001696774 00000 n 0000003307 00000 n 0000003347 00000 n 0000954840 00000 n 0001696681 00000 n 0000003404 00000 n 0000003464 00000 n 0000955084 00000 n 0001696563 00000 n 0000003521 00000 n 0000003576 00000 n 0001060470 00000 n 0001696484 00000 n 0000003631 00000 n 0000003665 00000 n 0001096755 00000 n 0001696391 00000 n 0000003720 00000 n 0000003760 00000 n 0001096999 00000 n 0001696298 00000 n 0000003815 00000 n 0000003847 00000 n 0001127176 00000 n 0001696205 00000 n 0000003902 00000 n 0000003944 00000 n 0001127420 00000 n 0001696126 00000 n 0000003999 00000 n 0000004038 00000 n 0001131739 00000 n 0001695995 00000 n 0000004090 00000 n 0000004146 00000 n 0001134726 00000 n 0001695930 00000 n 0000004203 00000 n 0000004261 00000 n 0001134970 00000 n 0001695838 00000 n 0000004313 00000 n 0000004360 00000 n 0001185879 00000 n 0001695707 00000 n 0000004412 00000 n 0000004454 00000 n 0001186001 00000 n 0001695628 00000 n 0000004511 00000 n 0000004576 00000 n 0001186244 00000 n 0001695549 00000 n 0000004633 00000 n 0000004695 00000 n 0001186366 00000 n 0001695418 00000 n 0000004747 00000 n 0000004774 00000 n 0001186488 00000 n 0001695339 00000 n 0000004831 00000 n 0000004861 00000 n 0001188335 00000 n 0001695260 00000 n 0000004918 00000 n 0000004956 00000 n 0001188457 00000 n 0001695168 00000 n 0000005008 00000 n 0000005053 00000 n 0001188579 00000 n 0001695076 00000 n 0000005105 00000 n 0000005147 00000 n 0001188701 00000 n 0001694984 00000 n 0000005200 00000 n 0000005237 00000 n 0001188823 00000 n 0001694867 00000 n 0000005290 00000 n 0000005338 00000 n 0001215948 00000 n 0001694788 00000 n 0000005396 00000 n 0000005435 00000 n 0001237912 00000 n 0001694695 00000 n 0000005493 00000 n 0000005542 00000 n 0001433047 00000 n 0001694602 00000 n 0000005600 00000 n 0000005646 00000 n 0001458854 00000 n 0001694509 00000 n 0000005704 00000 n 0000005742 00000 n 0001484500 00000 n 0001694416 00000 n 0000005800 00000 n 0000005838 00000 n 0001509306 00000 n 0001694323 00000 n 0000005896 00000 n 0000005935 00000 n 0001537531 00000 n 0001694244 00000 n 0000005993 00000 n 0000006038 00000 n 0001537775 00000 n 0001694152 00000 n 0000006085 00000 n 0000006131 00000 n 0001537897 00000 n 0001694020 00000 n 0000006178 00000 n 0000006224 00000 n 0001538019 00000 n 0001693941 00000 n 0000006276 00000 n 0000006306 00000 n 0001543451 00000 n 0001693862 00000 n 0000006358 00000 n 0000006395 00000 n 0001543573 00000 n 0001693769 00000 n 0000006442 00000 n 0000006503 00000 n 0001543695 00000 n 0001693690 00000 n 0000006552 00000 n 0000006602 00000 n 0000006998 00000 n 0000007300 00000 n 0000006655 00000 n 0000007117 00000 n 0001691771 00000 n 0001691253 00000 n 0000007178 00000 n 0000007239 00000 n 0001691083 00000 n 0001692304 00000 n 0000010046 00000 n 0000010385 00000 n 0000009907 00000 n 0000007398 00000 n 0000010202 00000 n 0000010263 00000 n 0000010324 00000 n 0000011886 00000 n 0000012061 00000 n 0000012297 00000 n 0000011739 00000 n 0000010470 00000 n 0000012236 00000 n 0001691423 00000 n 0000014206 00000 n 0000014358 00000 n 0000014510 00000 n 0000014667 00000 n 0000014823 00000 n 0000014979 00000 n 0000015131 00000 n 0000015288 00000 n 0000015450 00000 n 0000015612 00000 n 0000015773 00000 n 0000015934 00000 n 0000016095 00000 n 0000016256 00000 n 0000016416 00000 n 0000016577 00000 n 0000016737 00000 n 0000016898 00000 n 0000017060 00000 n 0000017216 00000 n 0000017377 00000 n 0000017538 00000 n 0000017699 00000 n 0000017860 00000 n 0000018016 00000 n 0000018177 00000 n 0000018338 00000 n 0000018499 00000 n 0000018658 00000 n 0000018817 00000 n 0000018975 00000 n 0000019133 00000 n 0000019292 00000 n 0000019448 00000 n 0000019608 00000 n 0000021278 00000 n 0000021433 00000 n 0000021594 00000 n 0000021755 00000 n 0000021911 00000 n 0000019823 00000 n 0000013795 00000 n 0000012408 00000 n 0000019762 00000 n 0001691598 00000 n 0000022072 00000 n 0000022233 00000 n 0000022388 00000 n 0000022544 00000 n 0000022701 00000 n 0000022858 00000 n 0000023020 00000 n 0000023181 00000 n 0000023343 00000 n 0000023505 00000 n 0000023667 00000 n 0000023829 00000 n 0000023991 00000 n 0000024142 00000 n 0000024293 00000 n 0000024449 00000 n 0000024604 00000 n 0000024755 00000 n 0000024969 00000 n 0000020963 00000 n 0000019934 00000 n 0000024908 00000 n 0000026713 00000 n 0000026864 00000 n 0000027015 00000 n 0000027166 00000 n 0000027316 00000 n 0000027467 00000 n 0000027618 00000 n 0000027769 00000 n 0000027919 00000 n 0000028069 00000 n 0000028218 00000 n 0000028368 00000 n 0000028519 00000 n 0000028670 00000 n 0000028821 00000 n 0000028972 00000 n 0000029123 00000 n 0000029274 00000 n 0000029425 00000 n 0000029576 00000 n 0000029727 00000 n 0000029877 00000 n 0000030027 00000 n 0000030178 00000 n 0000030329 00000 n 0000030480 00000 n 0000030631 00000 n 0000030782 00000 n 0000030932 00000 n 0000031083 00000 n 0000031234 00000 n 0000031385 00000 n 0000032655 00000 n 0000031597 00000 n 0000026326 00000 n 0000025067 00000 n 0000031536 00000 n 0000083453 00000 n 0000144589 00000 n 0000199450 00000 n 0000260318 00000 n 0000260440 00000 n 0000309349 00000 n 0000361795 00000 n 0000411575 00000 n 0000458805 00000 n 0000474105 00000 n 0000521415 00000 n 0000537906 00000 n 0000648717 00000 n 0000648839 00000 n 0000751181 00000 n 0000825242 00000 n 0000889589 00000 n 0000923116 00000 n 0000954962 00000 n 0001060348 00000 n 0001060592 00000 n 0001096877 00000 n 0001127298 00000 n 0001186122 00000 n 0001216070 00000 n 0001238034 00000 n 0001400332 00000 n 0001433169 00000 n 0001458976 00000 n 0001484622 00000 n 0001509428 00000 n 0001537653 00000 n 0000032865 00000 n 0000032516 00000 n 0000031695 00000 n 0000032804 00000 n 0001692421 00000 n 0001131556 00000 n 0000037027 00000 n 0000035438 00000 n 0000034776 00000 n 0000032976 00000 n 0000034895 00000 n 0000035015 00000 n 0000035135 00000 n 0000035256 00000 n 0001690598 00000 n 0001690741 00000 n 0000035377 00000 n 0000083575 00000 n 0000036908 00000 n 0000035575 00000 n 0000083392 00000 n 0001692121 00000 n 0000083514 00000 n 0000085936 00000 n 0000089677 00000 n 0000087812 00000 n 0000085817 00000 n 0000083735 00000 n 0000087630 00000 n 0000087751 00000 n 0000087169 00000 n 0000143211 00000 n 0000146577 00000 n 0000144711 00000 n 0000089558 00000 n 0000087985 00000 n 0000144528 00000 n 0000144650 00000 n 0001690912 00000 n 0000144207 00000 n 0000200487 00000 n 0000199572 00000 n 0000146458 00000 n 0000144897 00000 n 0000199389 00000 n 0000199511 00000 n 0000250286 00000 n 0000260562 00000 n 0000200368 00000 n 0000199758 00000 n 0000260257 00000 n 0000260379 00000 n 0000260501 00000 n 0001692538 00000 n 0000249181 00000 n 0000262362 00000 n 0000309471 00000 n 0000262243 00000 n 0000260709 00000 n 0000308925 00000 n 0000309046 00000 n 0000309167 00000 n 0000309288 00000 n 0000309410 00000 n 0000311938 00000 n 0000312865 00000 n 0000316263 00000 n 0000314162 00000 n 0000311819 00000 n 0000309618 00000 n 0000313859 00000 n 0000313920 00000 n 0000313981 00000 n 0000314101 00000 n 0000312617 00000 n 0000313434 00000 n 0000361978 00000 n 0000316144 00000 n 0000314336 00000 n 0000361734 00000 n 0000361856 00000 n 0000361917 00000 n 0000363981 00000 n 0000411695 00000 n 0000363862 00000 n 0000362165 00000 n 0000411271 00000 n 0000411332 00000 n 0000411393 00000 n 0000411514 00000 n 0000411635 00000 n 0000416376 00000 n 0000414580 00000 n 0000414158 00000 n 0000411896 00000 n 0000414277 00000 n 0000414338 00000 n 0000414398 00000 n 0000414519 00000 n 0000460687 00000 n 0000458988 00000 n 0000416257 00000 n 0000414754 00000 n 0000458744 00000 n 0000458866 00000 n 0000458927 00000 n 0001692655 00000 n 0000457525 00000 n 0000476010 00000 n 0000474409 00000 n 0000460568 00000 n 0000459188 00000 n 0000474044 00000 n 0000474166 00000 n 0000474227 00000 n 0000474348 00000 n 0000523283 00000 n 0000521596 00000 n 0000475891 00000 n 0000474597 00000 n 0000521354 00000 n 0000521475 00000 n 0000521535 00000 n 0000539563 00000 n 0000538271 00000 n 0000523164 00000 n 0000521757 00000 n 0000537845 00000 n 0000537967 00000 n 0000538028 00000 n 0000538149 00000 n 0000538210 00000 n 0000609127 00000 n 0000648961 00000 n 0000539444 00000 n 0000538459 00000 n 0000648656 00000 n 0000648778 00000 n 0000648900 00000 n 0000625363 00000 n 0000650535 00000 n 0000753260 00000 n 0000751425 00000 n 0000650416 00000 n 0000649123 00000 n 0000750999 00000 n 0000751120 00000 n 0000751242 00000 n 0000751303 00000 n 0000751364 00000 n 0000673867 00000 n 0000825484 00000 n 0000753141 00000 n 0000751586 00000 n 0000825060 00000 n 0000825181 00000 n 0000825303 00000 n 0000825424 00000 n 0001692772 00000 n 0000770989 00000 n 0000829360 00000 n 0000827542 00000 n 0000827120 00000 n 0000825632 00000 n 0000827239 00000 n 0000827360 00000 n 0000827481 00000 n 0000889952 00000 n 0000829241 00000 n 0000827653 00000 n 0000889407 00000 n 0000889528 00000 n 0000889650 00000 n 0000889771 00000 n 0000889892 00000 n 0000849436 00000 n 0000892558 00000 n 0000892137 00000 n 0000890100 00000 n 0000892256 00000 n 0000892377 00000 n 0000892498 00000 n 0000893946 00000 n 0000923237 00000 n 0000893827 00000 n 0000892669 00000 n 0000922813 00000 n 0000922934 00000 n 0000923055 00000 n 0000923176 00000 n 0000925071 00000 n 0000956174 00000 n 0000955206 00000 n 0000924952 00000 n 0000923385 00000 n 0000954779 00000 n 0000954901 00000 n 0000955023 00000 n 0000955145 00000 n 0000937450 00000 n 0001002730 00000 n 0001060714 00000 n 0000956055 00000 n 0000955380 00000 n 0001060287 00000 n 0001060409 00000 n 0001060531 00000 n 0001060653 00000 n 0001692889 00000 n 0001018692 00000 n 0001062547 00000 n 0001096276 00000 n 0001096485 00000 n 0001099117 00000 n 0001097121 00000 n 0001062400 00000 n 0001060889 00000 n 0001096694 00000 n 0001096816 00000 n 0001096938 00000 n 0001691944 00000 n 0001097060 00000 n 0001072016 00000 n 0001127541 00000 n 0001098998 00000 n 0001097308 00000 n 0001127115 00000 n 0001127237 00000 n 0001127359 00000 n 0001127481 00000 n 0001106134 00000 n 0001131860 00000 n 0001131376 00000 n 0001127702 00000 n 0001131495 00000 n 0001131617 00000 n 0001131678 00000 n 0001131800 00000 n 0001135091 00000 n 0001134485 00000 n 0001131997 00000 n 0001134604 00000 n 0001134665 00000 n 0001134787 00000 n 0001134848 00000 n 0001134909 00000 n 0001135030 00000 n 0001136974 00000 n 0001182013 00000 n 0001183217 00000 n 0001184473 00000 n 0001186610 00000 n 0001136855 00000 n 0001135228 00000 n 0001185818 00000 n 0001185940 00000 n 0001186062 00000 n 0001186183 00000 n 0001186305 00000 n 0001186427 00000 n 0001186549 00000 n 0001146288 00000 n 0001182948 00000 n 0001184150 00000 n 0001185495 00000 n 0001189651 00000 n 0001188944 00000 n 0001188155 00000 n 0001186800 00000 n 0001188274 00000 n 0001188396 00000 n 0001188518 00000 n 0001188640 00000 n 0001188762 00000 n 0001188884 00000 n 0001693006 00000 n 0001216946 00000 n 0001238838 00000 n 0001216192 00000 n 0001189532 00000 n 0001189068 00000 n 0001215887 00000 n 0001216009 00000 n 0001216131 00000 n 0001238156 00000 n 0001216827 00000 n 0001216340 00000 n 0001237851 00000 n 0001237973 00000 n 0001238095 00000 n 0001401172 00000 n 0001400454 00000 n 0001238719 00000 n 0001238304 00000 n 0001400271 00000 n 0001400393 00000 n 0001264388 00000 n 0001434025 00000 n 0001433291 00000 n 0001401053 00000 n 0001400589 00000 n 0001432986 00000 n 0001433108 00000 n 0001433230 00000 n 0001459829 00000 n 0001459098 00000 n 0001433906 00000 n 0001433439 00000 n 0001458793 00000 n 0001458915 00000 n 0001459037 00000 n 0001485475 00000 n 0001484744 00000 n 0001459710 00000 n 0001459246 00000 n 0001484439 00000 n 0001484561 00000 n 0001484683 00000 n 0001693123 00000 n 0001511206 00000 n 0001509550 00000 n 0001485356 00000 n 0001484892 00000 n 0001509245 00000 n 0001509367 00000 n 0001509489 00000 n 0001536757 00000 n 0001537046 00000 n 0001538141 00000 n 0001511051 00000 n 0001509698 00000 n 0001537470 00000 n 0001537592 00000 n 0001537714 00000 n 0001537836 00000 n 0001537958 00000 n 0001538080 00000 n 0001537259 00000 n 0001541433 00000 n 0001541623 00000 n 0001541793 00000 n 0001542141 00000 n 0001542316 00000 n 0001542488 00000 n 0001542662 00000 n 0001542841 00000 n 0001543014 00000 n 0001543226 00000 n 0001543938 00000 n 0001541214 00000 n 0001538302 00000 n 0001543390 00000 n 0001543512 00000 n 0001543634 00000 n 0001541968 00000 n 0001543756 00000 n 0001543816 00000 n 0001543877 00000 n 0001548253 00000 n 0001548012 00000 n 0001544062 00000 n 0001548131 00000 n 0001548192 00000 n 0001552862 00000 n 0001551950 00000 n 0001548351 00000 n 0001552069 00000 n 0001552130 00000 n 0001552191 00000 n 0001552252 00000 n 0001552313 00000 n 0001552374 00000 n 0001552435 00000 n 0001552496 00000 n 0001552557 00000 n 0001552618 00000 n 0001552679 00000 n 0001552740 00000 n 0001552801 00000 n 0001556706 00000 n 0001556099 00000 n 0001552960 00000 n 0001556218 00000 n 0001556279 00000 n 0001556340 00000 n 0001556401 00000 n 0001556462 00000 n 0001556523 00000 n 0001556584 00000 n 0001556645 00000 n 0001693240 00000 n 0001560287 00000 n 0001560765 00000 n 0001560148 00000 n 0001556804 00000 n 0001560461 00000 n 0001560522 00000 n 0001560583 00000 n 0001560644 00000 n 0001560704 00000 n 0001564505 00000 n 0001563534 00000 n 0001560863 00000 n 0001563653 00000 n 0001563714 00000 n 0001563775 00000 n 0001563836 00000 n 0001563896 00000 n 0001563956 00000 n 0001564017 00000 n 0001564078 00000 n 0001564139 00000 n 0001564200 00000 n 0001564261 00000 n 0001564322 00000 n 0001564383 00000 n 0001564444 00000 n 0001690088 00000 n 0001564616 00000 n 0001565075 00000 n 0001565602 00000 n 0001566073 00000 n 0001566436 00000 n 0001566460 00000 n 0001567034 00000 n 0001567261 00000 n 0001567736 00000 n 0001568453 00000 n 0001569167 00000 n 0001570440 00000 n 0001570671 00000 n 0001581449 00000 n 0001581789 00000 n 0001599656 00000 n 0001600153 00000 n 0001612434 00000 n 0001612856 00000 n 0001622796 00000 n 0001623274 00000 n 0001628407 00000 n 0001628683 00000 n 0001645958 00000 n 0001646409 00000 n 0001666924 00000 n 0001667503 00000 n 0001680485 00000 n 0001680815 00000 n 0001689814 00000 n 0001693333 00000 n 0001693451 00000 n 0001693545 00000 n 0001693615 00000 n 0001699031 00000 n 0001699204 00000 n 0001699374 00000 n 0001699542 00000 n 0001699710 00000 n 0001699875 00000 n 0001700044 00000 n 0001700242 00000 n 0001700426 00000 n 0001700610 00000 n 0001700796 00000 n 0001700981 00000 n 0001701162 00000 n 0001701416 00000 n 0001701620 00000 n 0001701846 00000 n 0001702089 00000 n 0001702380 00000 n 0001702675 00000 n 0001702965 00000 n 0001703248 00000 n 0001703518 00000 n 0001703688 00000 n 0001703857 00000 n 0001704027 00000 n 0001704196 00000 n 0001704366 00000 n 0001704535 00000 n 0001704700 00000 n 0001704866 00000 n 0001705087 00000 n 0001705285 00000 n 0001705471 00000 n 0001705649 00000 n 0001705853 00000 n 0001706080 00000 n 0001706306 00000 n 0001706568 00000 n 0001706831 00000 n 0001707105 00000 n 0001707367 00000 n 0001707633 00000 n 0001707881 00000 n 0001708178 00000 n 0001708434 00000 n 0001708737 00000 n 0001708980 00000 n 0001709250 00000 n 0001709485 00000 n 0001709746 00000 n 0001709854 00000 n 0001709966 00000 n 0001710091 00000 n 0001710215 00000 n 0001710334 00000 n 0001710460 00000 n 0001710596 00000 n 0001710731 00000 n 0001710825 00000 n 0001710943 00000 n 0001711052 00000 n 0001711143 00000 n 0001711181 00000 n 0001711363 00000 n trailer << /Size 915 /Root 913 0 R /Info 914 0 R /ID [<1F7B9EC3D50813B1CAA108BC6CD268EC> <1F7B9EC3D50813B1CAA108BC6CD268EC>] >> startxref 1711740 %%EOF caja-actions-1.27.0/docs/help/sl/sl.po000066400000000000000000004447351433352025300174320ustar00rootroot00000000000000# # Translators: # worm , 2021 # jetomit , 2021 # Martin Wimpress , 2021 # Damir Mevkić 52K , 2021 # Helena S , 2021 # Damir JerovÅ¡ek , 2021 # Stefano Karapetsas , 2021 # Arnold Marko , 2021 # Martin Srebotnjak , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Martin Srebotnjak , 2021\n" "Language-Team: Slovenian (https://www.transifex.com/mate/teams/13566/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "GNOME Projekt dokumentacije" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "MATE projekt dokumentacije" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Vstavi" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Okna" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "Brisalka (Del)" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Mape" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Prebrskaj" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "SploÅ¡no" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Uredi" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Možnosti" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "OK" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "Zmožnosti" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "<" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr ">" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "prav" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Ukaz" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "ObiÄajno" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Vgrajeno" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Opis" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Datoteka" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Shrani" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistem" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Videz in obÄutek" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Ukazna vrstica" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "VraÄalka" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "IzbriÅ¡i" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "F5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Pogled" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Orodne vrstice" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Lastnosti" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Ikona" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Pot" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "POT" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Dejanje" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Opombe" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Uvod" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "povezava" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/sq/000077500000000000000000000000001433352025300164405ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/sq/sq.po000066400000000000000000004450351433352025300174360ustar00rootroot00000000000000# # Translators: # An Ostrich , 2021 # Alban , 2021 # Martin Wimpress , 2021 # Indrit Bashkimi , 2021 # Stefano Karapetsas , 2021 # Ardit Dani , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Ardit Dani , 2021\n" "Language-Team: Albanian (https://www.transifex.com/mate/teams/13566/sq/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "Dokumentimi Projektit GNOME" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "Dokumentacion Projekti MATE" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Fut" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Windows" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Kartelat" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Shfleto" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Të përbashkët" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Ndrysho" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Preferencë" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Komanda" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Mesatar" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminali" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Trupëzuar" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Përshkrimi" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "File" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Ruaj" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistemi" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Pamje dhe Ndjesi" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Rreshti i komandës" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "Celsius" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Elemino" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Paraqitja" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Panele" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Pronësitë" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Ikona" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Pozicioni" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "POZICIONI" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Veprimi" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Shënime" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "paraqitje" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "lidhje" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Ky manual është pjesë e një koleksioni të manualeve të MATE të shpërndara " "nën GFDL. Nëse dëshironi ta shpërndani këtë manual veçmas nga koleksioni, " "mund ta bëni duke shtuar një kopje të licencës në manual, siç përshkruhet në" " seksionin 6 të licencës." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/sr/000077500000000000000000000000001433352025300164415ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/sr/sr.po000066400000000000000000010467071433352025300174440ustar00rootroot00000000000000# # Translators: # Stefano Karapetsas , 2021 # МироÑлав Ðиколић , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: МироÑлав Ðиколић , 2021\n" "Language-Team: Serbian (https://www.transifex.com/mate/teams/13566/sr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: sr\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "Гнуова Ñлободна документациона дозвола" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "Издање 1.3, 3. новембар 2008." #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "Фондација Ñлободног Ñофтвера" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "ÐуторÑка права © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" "Свакоме је допуштено да умножава и да проÑлеђује вербатим (цд) примерке " "документа ове лиценце, али њихово мењање није дозвољено." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "0. УВОД" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" "Сврха ове лиценце је да упутÑтво, приручник или други ÑврÑиÑходни и кориÑтан" " документ учини „Ñлободним“ у ÑмиÑлу Ñлободе: да Ñе Ñвима обезбеди ефективна" " Ñлобода умножавања и раÑподеле, Ñа или без измена, било комерцијално или " "некомерцијално. Као друго, ова лиценца задржава за аутора и издавача начин " "Ñтицања заÑлуга за Ñвој рад, док Ñе не Ñматрају одговорним за измене које Ñу" " други извршили." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" "Ова лиценца је врÑта „левог права“, што значи да изведена дела документа " "Ñама по Ñеби морају бити Ñлободна у иÑтом ÑмиÑлу. Допуњује Гнуову Општу " "Јавну Лиценцу, која је лиценца левог права оÑмишљена за Ñлободан Ñофтвер." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" "ОÑмиÑлили Ñмо ову лиценцу како биÑмо је кориÑтили за упутÑтва Ñлободног " "Ñофтвера, јер за Ñлободан Ñофтвер је потребна Ñлободна документација: " "Ñлободни програм треба да долази Ñа упутÑтвима која дају иÑте Ñлободе као и " "Ñофтвер. Ðли ова лиценца није ограничена на ÑофтверÑка упутÑтва; може Ñе " "кориÑтити за било који текÑтуални рад, без обзира на тему или да ли је " "објављен као штампана књига. Ову лиценцу препоручујемо углавном за радове " "чија је Ñврха упутÑтво или референца." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "1. ПРИМЕЊИВОСТ И ДЕФИÐИЦИЈЕ" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" "Ова лиценца Ñе примењује на било које упутÑтво или друго дело, на било ком " "медијуму, које Ñадржи обавештење које је поÑтавио влаÑник ауторÑких права у " "коме Ñе каже да Ñе може раÑподељивати под одредбама ове лиценце. Ово " "обавештење обезбеђује Ñвеопшта, Ñлободна лиценца, неограниченог трајања, за " "коришћење тог дела под овде наведеним уÑловима. Доле наведени „Документ“ " "одноÑи Ñе на било које такво упутÑтво или дело. Било која јавна оÑоба је " "давалац лиценце и обраћамо јој Ñе Ñа „ви“. Ви прихватате лиценцу ако " "умножите, измените или раÑподељујете дело на начин који захтева дозволу " "према закону о ауторÑким правима." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" "„Измењено издање“ документа означава Ñвако дело које Ñадржи документ или " "његов део, било умножено на цд ноÑачу, или Ñа изменама и/или преведено на " "други језик." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" "„Секундарни одељак“ је именовани додатак или одељак главног дела „Документа“" " који Ñе бави иÑкључиво одноÑом издавача или аутора документа и целокупне " "теме документа (или повезаним питањима) и не Ñадржи ништа што би могло " "директно да потпадне унутар те целокупне теме. (Ðа пример, ако је документ " "делом уџбеник математике, други одељак не може објашњавати ништа из " "математике.) ÐžÐ´Ð½Ð¾Ñ Ð¼Ð¾Ð¶Ðµ бити Ñтвар иÑторијÑке везе Ñа предметом или Ñродним " "питањима, или правни, комерцијални, филозофÑки, етички или политички Ñтав у " "вези Ñа њима." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" "„Ðеизмењени одељци“ Ñу одређени „Секундарни одељци“ чији Ñу наÑлови, као " "наÑлови неизмењених одељака, назначени у обавештењу које каже да је документ" " објављен под овом лиценцом. Ðко одељак не одговара горњој дефиницији " "„Ñекундарног“, тада није дозвољено да буде означен као „Ðеизмењен“. Документ" " може Ñадржати нула неизмењених одељака. Ðко документ не препознаје ниједан " "неизмењени одељак, онда их нема." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" "„ТекÑтови корица“ Ñу одређени кратки делови текÑта који Ñу наведени, као " "текÑÑ‚ предње или задње корице, у обавештењу које каже да је документ издат " "под овом лиценцом. ТекÑÑ‚ предње корице може имати највише 5 речи, а текÑÑ‚ " "задње корице може имати највише 25 речи." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" "„ТранÑпарентни“ умножак документа означава машинÑки читљив примерак, " "предÑтављен у формату чија је Ñпецификација доÑтупна широј јавноÑти, који је" " погодан за преглед документа непоÑредно и управо у општим уређивачима " "текÑта или (за Ñлике ÑаÑтављене од пикÑела) општим програмима за Ñликање или" " (за цртеже) неким широко доÑтупним уређивачем цртежа, и који је погодан за " "ÑƒÐ½Ð¾Ñ Ñƒ обрађиваче текÑта или за аутоматÑко превођење у велики број формата " "погодним за ÑƒÐ½Ð¾Ñ Ñƒ обрађиваче текÑта. Умножак направљен у иначе " "транÑпарентном формату датотеке чије је означавање, или недоÑтатак " "означавања, уређено да Ñпречи или обеÑхрабри накнадне измене од Ñтране " "читача, није транÑпарентан. Формат Ñлике није транÑпарентан ако Ñе кориÑти " "за било какву позамашну количину текÑта. Умножак који није „ТранÑпарентан“ " "назива Ñе „ÐетранÑпарентним“." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" "Примери погодних формата за транÑпарентне примерке укључују обичан ÐСКРИ без" " маркирања, ТекÑинфо формат уноÑа, Ð›Ð°Ð¢ÐµÐšÑ Ñ„Ð¾Ñ€Ð¼Ð°Ñ‚ уноÑа, СГМЛ или ХМЛ који " "кориÑте јавно доÑтупан ДТД, и једноÑтавни ХТМЛ, ПоÑÑ‚Ñкрипт или ПДФ који " "одговара Ñтандардима, оÑмишљен за измену од Ñтране људи. Примери " "транÑпарентних формата Ñлике укључују ПÐГ, ИкÑЦФ и ЈПГ. ÐетранÑпарентни " "формати укључују влаÑничке формате које могу читати и уређивати Ñамо " "влаÑнички програми за обраду текÑта, СГМЛ или ХМЛ за које ДТД и/или алати за" " обраду ниÑу уопштено доÑтупни, као и машинÑки-Ñтворени ХТМЛ, ПоÑÑ‚Ñкрипт или" " ПДФ кога произведе неки обрађивач текÑта Ñамо за Ñврхе излаза." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" "„ÐаÑловна Ñтраница“ значи, за штампану књигу, Ñаму наÑловну Ñтраницу, као и " "Ñледеће Ñтранице потребне за читко држање материјала који ова лиценца " "захтева да би Ñе појавио на наÑловној Ñтраници. За дела у форматима која " "немају ниједну наÑловну Ñтраницу као такву, „ÐаÑловна Ñтраница“ означава " "текÑÑ‚ близу најиÑтакнутијег изгледа наÑлова дела, који претходи почетку " "текÑта." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" "„Издавач“ означава Ñваку оÑобу или ентитет који раÑподељује примерке " "документа у јавноÑÑ‚." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" "Одељак „Под називом ÐБВ“ означава именовану подјединицу документа чији је " "наÑлов тачно ÐБВ или Ñадржи ÐБВ у заградама, пратећи текÑÑ‚ који преводи ÐБВ " "на други језик. (Овде ÐБВ означава назив одређеног одељка поменутог у " "наÑтавку, као што Ñу „Захвалнице“, „ПоÑвета“, „Одобрења“ или „ИÑторијат“.) " "„Очувати наÑлов“ таквог одељка приликом мењања документа значи да оÑтаје " "одељак „Под називом ÐБВ“ према овој дефиницији." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" "Документ може да Ñадржи одрицање од одговорноÑти поред обавештења у којем Ñе" " наводи да Ñе ова лиценца одноÑи на документ. Сматра Ñе да Ñу ова одрицања " "од одговорноÑти укључена упутом у ову лиценцу, али Ñамо у погледу одрицања " "од одговорноÑти: било које друго подразумевање које могу имати ова одрицања " "од одговорноÑти је ништавно и нема утицаја на значење ове лиценце." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "2. УМÐОЖÐÐ’ÐЊЕ ÐРЦД ÐОСÐЧИМÐ" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" "Можете умножавати и раÑподељивати Документ на било ком медијуму, било " "комерцијалном или некомерцијалном, под уÑловом да Ñе ова Лиценца, обавештења" " о ауторÑким правима и обавештење о лиценци које каже да Ñе ова Лиценца " "одноÑи на Документ, репродукује у Ñвим примерцима и да не додате никакве " "друге уÑлове онима из ове лиценце. Ðе можете кориÑтити техничке мере да " "ометете или контролишете читање или даље умножавање примерака које направите" " или раÑподелите. Међутим, можете прихватити накнаду у замену за примерке. " "Ðко раÑподелите довољно велик број примерака, такође морате Ñледити уÑлове " "из одељка 3." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" "Такође можете да позајмљујете умношке, под иÑтим горе наведеним уÑловима и " "можете јавно да приказујете умношке." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "3. УМÐОЖÐÐ’ÐЊЕ У ВЕЋЕМ БРОЈУ" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" "Ðко објавите штампане примерке (или примерке на медијумима који уопштено " "имајуштампане наÑловнице) Докумнета, у броју већем од 100, а обавештење о " "лиценци документа захтева ТекÑÑ‚ наÑловнице, морате да уврÑтите умношке у " "наÑловницама који Ñадржи, јаÑно и читљиво, читав тај текÑÑ‚ наÑловнице: текÑÑ‚" " наÑловне Ñтранице на првој корици, и текÑÑ‚ задње наÑловнице на задњој " "корици. Обе корице морају такође јаÑно и читко да прикажу Ð²Ð°Ñ ÐºÐ°Ð¾ издавача " "тих примерака. Предња корица мора да прикаже читав наÑлов Ñа Ñвим речима " "наÑлова подједнако иÑтакнутим и видљивим. Можете да Ñтавите и други " "материјал на корице као додатак. Умножавање Ñа изменама ограниченим на " "корице, Ñве док очувава наÑлов Документа и задовољава ове уÑлове, може Ñе " "Ñматрати као доÑловно умножавање у Ñваком погледу." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" "Ðко је текÑÑ‚ потребан за обе корице превише обиман да би Ñтао и био читљив, " "треба да Ñтавите прве делове (што више Ñве док разумно Ñтају) на Ñтварну " "корицу, и да наÑтавите Ñа оÑтатком на Ñледећим Ñтраницама" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" "Ðко објавите или раÑподелите нетранÑпарентне примерке Документа у броју " "већем од 100, морате да или да укључите машинÑки читљив транÑпарентан " "примерак уз Ñваки нетранÑпарентни примерак, или да изјавите или да Ñа Ñваким" " нетранÑпарентним примерком јавно доÑтупну локацију рачунарÑке мреже која " "Ñадржи читав транÑпарентан примерак документа, без додатог материјала. Ðко " "кориÑтите поÑледњу опцију, морате предузети разумне пажљиве кораке када " "започнете раÑподељивање непровидних примерака у количини, како биÑте били " "Ñигурни да ће овај транÑпарентни примерак оÑтати тако доÑтупан на наведеном " "меÑту најмање годину дана након поÑледње раÑподеле непровидног примерка " "(директно или преко ваших агената или продаваца) тог издања за јавноÑÑ‚." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" "Потребно је, али није обавезно, да контактирате ауторе документа и пре " "поновног раÑподељивање било ког великог броја примерака, како биÑте им " "пружили прилику да вам обезбеде ажурирано издање документа." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "4. ИЗМЕÐЕ" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" "Можете да умножавате и раÑподељујете Измењено издање Документа под уÑловима " "горњих одељака 2 и 3, под уÑловом да објавите измењено издање под тачно овом" " Лиценцом, Ñа измењеним издањем које иÑпуњава улогу документа, чиме Ñе " "лиценцира раÑподела и измена измењеног издања ономе ко поÑедује њен умножак." " Поред тога, у измењеном издању морате урадити Ñледеће:" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" "Да кориÑтите на „ÐаÑловној Ñтраници“ (и на корицама, ако поÑтоје) наÑлов " "који Ñе разликује од наÑлова Документа, и од оних из претходних издања (које" " би, ако их има, требало навеÑти у одељку иÑторијата документа). Можете " "кориÑтити иÑти наÑлов као и претходно издање ако изворни издавач тог издања " "да дозволу." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" "ИÑпишете на „ÐаÑловној Ñтраници“, као ауторе, једну или више оÑоба или " "ентитета одговорних за ауторÑтво измена у „Измењеном издању“, заједно Ñа " "најмање пет главних аутора документа (Ñве његове главне ауторе, ако их има " "мање од пет)." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" "Да објавите на „ÐаÑловној Ñтраници“ име издавача „Измењеног издања“, као " "издавач." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "Да очувате Ñва обавештења о ауторÑким правима „Документа“." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" "Да додате одговарајуће обавештење о ауторÑком праву за ваше измене поред " "других обавештења о ауторÑким правима." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" "Да укључите, одмах поÑле обавештења о ауторÑком праву, обавештење о лиценци " "које даје јавно овлашћење за коришћење „Измењеног издања“ под одредбама ове " "Лиценце, у облику приказаном у додатку иÑпод." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" "Да очувате у обавештењу те лиценце пун ÑпиÑак „Ðеизмењених одељака“ и " "захтеваних „ТекÑтова корица“ датих у обавештењу лиценце Документа." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "Да укључите неизмењени примерак ове Лиценце." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" "Да Ñачувате одељак под наÑловом „ИÑторијат“, и његов наÑлов, и да му додате " "Ñтавку у којој Ñе наводи барем наÑлов, година, нови аутори, и издавач " "„Измењеног издања“ како је дато на „ÐаÑловној Ñтраници“. Ðко у Документу " "нема одељка под наÑловом „ИÑторијат“, направите одељак у којем ће бити " "наведен наÑлов, година, аутори и издавач документа као што је дато на " "наÑловној Ñтраници, а затим додајте Ñтавку која опиÑује измењено издање како" " је наведено у претходној реченици." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" "Да очувате мрежну локацију, ако поÑтоји, наведену у Документу за јавни " "приÑтуп транÑпарентном умношку документа, а такође и мрежне локације дате у " "документу за претходна издања на којима је заÑнован. Оне Ñе могу ÑмеÑтити у " "одељак „ИÑторијат“. Можете изоÑтавити мрежну локацију за дело које је " "објављено најмање четири године пре Ñамог документа или ако оригинални " "издавач издања на које Ñе одноÑи да овлашћење." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" "У било ком одељку под наÑловом „Захвалнице“ или „ПоÑвете“, Ñачувајте наÑлов " "одељка и у одељку Ñачувајте Ñву Ñуштину и тон Ñваког признања Ñарадника " "и/или поÑвете дате у њему." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" "Да очувате Ñве „Ðеизмењене одељке“ документа, неизмењене у Ñвом текÑту и " "Ñвојим наÑловима. Бројеви одељака или еквиваленти Ñе не Ñматрају делом " "наÑлова одељка." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" "Да обришете Ñваки одељак Ñа наÑловом „Одобрења“. Такав одељак Ñе не може " "укључити у „Измењено издање“." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" "Да не преименујте ниједан поÑтојећи одељак као „Одобрења“ нити да дођете у " "Ñукоб Ñа наÑловом било којег „Ðеизмењеног одељка“." #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "Да Ñачувате Ñвако одрицање од одговорноÑти." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" "Ðко „Измењено издање“ укључује нове уводне одељке или додатке који Ñе " "квалификују као „Секундарни одељци“ и не Ñадрже умножени материјал из " "Документа, можете по жељи одредити неке или Ñве ове одељке као непроменљиве." " Да биÑте то урадили, додајте њихове наÑлове на ÑпиÑак „Ðепроменљивих " "одељака“ у обавештењу о лиценци измењеног издања. Ови наÑлови Ñе морају " "разликовати од Ñвих оÑталих наÑлова одељака." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" "Можете да додате одељак под наÑловом „Одобрења“, под уÑловом да не Ñадржи " "ништа оÑим одобрења вашег „Измењеног издања“ од разних Ñтрана – на пример, " "изјаве прегледа парњака или да је организација одобрила текÑÑ‚ као меродавну " "дефиницију Ñтандарда." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" "Можете да додате одломак до пет речи као „ТекÑÑ‚ предње корице“ и одломак до " "25 речи као „ТекÑÑ‚ на задњој корици“, на крај ÑпиÑка „ТекÑтови наÑловница“ у" " „Измењеном издању“. Само један одломак текÑта Ñа предње корице и један " "текÑÑ‚ Ñа задње корице може бити додат било којим ентитетом (или путем " "аранжмана). Ðко Документ већ Ñадржи текÑÑ‚ наÑловнице за иÑту корицу, који " "Ñте претходно додали ви или по договору иÑти ентитет у чије име делујете, не" " можете додати други; али можете заменити Ñтари, уз изричито одобрење " "претходног издавача који је додао Ñтари." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" "Ðутор(и) и издавач(и) „Документа“ овом лиценцом не даје дозволу да кориÑтите" " његово(њихова) име(на) за рекламирање или да тврде или подразумевају " "одобравање било ког Измењеног издања." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "КОМБИÐОВÐЊЕ ДОКУМЕÐÐТÐ" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" "Можете комбиновати Документ Ñа другим документима објављеним под овом " "лиценцом, под уÑловима дефиниÑаним у горњем одељку 4 за измењена издања, под" " уÑловом да укључите у комбинацију Ñве „Ðеизмењене одељке“ Ñвих оригиналних " "докумената, непромењених, и Ñве их наведете као неизмењене одељке вашег " "комбинованог дела у његовом обавештењу о лиценци, и да Ñачувате Ñва њихова " "„Одрицања од одговорноÑти“." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" "Комбиновано дело мора да Ñадржи Ñамо један примерак ове лиценце, а више " "идентичних „Ðеизмењених одељака“ може Ñе заменити једним примерком. Ðко " "поÑтоји више неизмењених одељака Ñа иÑтим називом, али различитим Ñадржајем," " учините наÑлов Ñваког таквог одељка јединÑтвеним додавањем на крају у " "загради име оригиналног аутора или издавача тог одељка, ако је познат, или " "јединÑтвени број. Ðаправите иÑто прилагођавање наÑлова одељака на ÑпиÑку " "неизмењених одељака у обавештењу о лиценци за комбиновано дело." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" "У комбинацији, морате комбиновати Ñве одељке Ñа наÑловом „ИÑторијат“ у " "разним оригиналним документима, Ñтварајући један одељак под наÑловом " "„ИÑторијат“; на иÑти начин комбинујте Ñве одељке Ñа наÑловом „Захвалнице“ и " "Ñве одељке под наÑловом „ПоÑвећења“. Морате избриÑати Ñве одељке Ñа наÑловом" " „Одобрења“." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "6. ЗБИРКРДОКУМЕÐÐТÐ" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" "Можете да направите збирку која Ñе ÑаÑтоји од „Документа“ и других " "докумената објављених под овом Лиценцом, а појединачне примерке ове Лиценце " "у разним документима можете заменити једним примерком који је укључен у " "збирку, под уÑловом да поштујете правила ове Лиценце за доÑловно умножавање " "Ñваког од докумената у Ñвим оÑталим аÑпектима." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" "Можете издвојити један документ из такве збирке, и раÑподелити га " "појединачно под овом лиценцом, под уÑловом да у издвојени документ уметнете " "примерак ове лиценце и пратите ову Лиценцу у Ñвим оÑталим аÑпектима у вези " "Ñа доÑловним умножавањем тог документа." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "7. ПРИДРУЖИВÐЊЕ СРÐЕЗÐВИСÐИМ ДЕЛИМÐ" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" "Компилација Документа или његових деривата Ñа другим одвојеним и незавиÑним " "документима или делима, у или на медијуму за Ñкладиштење или раÑподелу, " "назива Ñе „агрегат“, ако ауторÑка права која произилазе из компилације Ñе не" " кориÑте да ограниче законÑка права кориÑника компилације ван ограничења " "појединачног дела. Када је Документ укључен у агрегат, ова Лиценца Ñе не " "примењује на друга дела у агрегату која Ñама по Ñеби не произилазе из " "Документа." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" "Ðко Ñе захтев ТекÑта омотнице одељка 3 може применити на ове примерке " "Документа, тада ако је Документ мањи од половине читавог агрегата, ТекÑÑ‚ " "омотнице документа Ñе може Ñтавити на омотнице које затварају документ " "унутар агрегата, у електронÑком еквиваленту омотнице ако је документ у " "електронÑком облику. У Ñупротном морају Ñе појавити на штампаним корицама " "око целог агрегата." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "8. ПРЕВОД" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" "Превод Ñе Ñматра врÑтом измене, тако да можете диÑтрибуирати преводе " "„Документа“ под одредбама одељка 4. Замена „Ðеизмењених одељака“ преводима " "захтева поÑебну дозволу њихових влаÑника ауторÑких права, али можете " "укључити и преводе неких или Ñвих неизмењених одељака као додатак " "оригиналним издањима ових неизмењених одељака. Можете укључити превод ове " "лиценце, и Ñвих обавештења о лиценци у документ, и Ñва одрицања од " "одговорноÑти, под уÑловом да укључите и оригинално издање ове лиценце на " "енглеÑком језику и изворна издања тих обавештења и одрицања. У Ñлучају " "неÑлагања између превода и изворног издања ове Лиценце или обавештења или " "одрицања, преовладаће изворно издање." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" "Ðко одељак у документу има наÑлов „Захвалнице“, „ПоÑвезте“ или „ИÑторијат“, " "захтев (одељак 4) да очувате његов наÑлов (одељак 1) обично ће захтевати " "измену тренутног наÑлова." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "9. ОКОÐЧÐÐ’ÐЊЕ" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" "Ðе Ñмете умножавати, мењати, подлиценцирати или раÑподељивати „Документ“ " "оÑим ако је изричито доÑтављено под овом лиценцом. Сваки други покушај да га" " умножите, измените, подлиценцирате или раÑподелите је ништаван, и " "аутоматÑки ће укинути ваша права под овом лиценцом." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" "Међутим, ако преÑтанете Ñа Ñвим кршењима ове лиценце, тада ваша лиценца " "одређеног ноÑиоца ауторÑких права Ñе поново враћа (а) привремено, оÑим ако и" " Ñве док влаÑник ауторÑких права изричито и коначно не оконча вашу лиценцу, " "и (б) трајно, ако ноÑилац ауторÑких права не уÑпе да Ð²Ð°Ñ Ð¾Ð±Ð°Ð²ÐµÑти о кршењу " "неким разумним ÑредÑтвима пре 60 дана након њеног преÑтанка." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" "Штавише, ваша лиценца од одређеног ноÑиоца ауторÑких права Ñе трајно враћа " "ако Ð²Ð°Ñ Ð½Ð¾Ñилац ауторÑких права на неки разуман начин обавеÑти о кршењу " "права, то је први пут да Ñте од тог ноÑиоца ауторÑких права добили " "обавештење о кршењу ове лиценце (за било које дело), и уклоните кршење пре " "30 дана од пријема обавештења." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" "Укидањем ваших права из овог одељка не преÑтају да важе лиценце Ñтрана које " "Ñу од Ð²Ð°Ñ Ð´Ð¾Ð±Ð¸Ð»Ðµ примерке или права под овом лиценцом. Ðко Ñу ваша права " "укинута и ниÑу трајно враћена, пријем примерка неког или целог иÑтог " "материјала не даје вам никаква права да га кориÑтите." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "10. БУДУЋЕ ПРЕРÐДЕ ОВЕ ЛИЦЕÐЦЕ" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "Копилефт" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" "Фондација Слободног Софтвера може Ñ Ð²Ñ€ÐµÐ¼ÐµÐ½Ð° на време објавити нова, " "прерађена издања Гнуове Слободне Документационе Лиценце. Таква нова издања " "по духу биће Ñлична Ñадашњем издању, али Ñе могу разликовати у појединоÑтима" " ради решавања нових проблема или недоумица. Видите <_:ulink-1/>." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" "Сваком издању Лиценце додаје Ñе препознатљиви број издања. Ðко „Документ“ " "наводи да Ñе на њега одноÑи одређено нумериÑано издање ове Лиценце „или било" " које новије издање“, имате опцију да Ñледите одредбе и уÑлове тог одређеног" " издања или било којег новијег издања које је објавила (не као Ñкицу) " "Фондација Слободног Софтвера. Ðко у документу није наведен број издања ове " "лиценце, можете одабрати било које издање које је икада објавила (не као " "Ñкицу) Фондација Слободног Софтвера. Ðко документ наводи да поÑредник може " "да одлучи која будућа издања ове лиценце Ñе могу кориÑтити, та јавна изјава " "поÑредника о прихватању издања трајно Ð²Ð°Ñ Ð¾Ð²Ð»Ð°ÑˆÑ›ÑƒÑ˜Ðµ да изаберете то издање " "за документ." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "11. ПОÐОВÐО ЛИЦЕÐЦИРÐЊЕ" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" "„Сајт за маÑовну вишеауторÑку Ñарадњу“ („Massive Multiauthor Collaboration " "Site“ или „MMC“ Ñајт) означава било који Свеопште СветÑки Веб Ñервер који " "објављује дела заштићена ауторÑким правима и такође пружа иÑтакнуте " "могућноÑти било коме да их уређује. Јавни вики који Ñвако може да уређује је" " пример таквог Ñервера. „МаÑовна ВишеауторÑка Сарадња“ (или „MMC“) Ñадржана " "на Ñајту означава било који Ñкуп дела заштићених ауторÑким правима која Ñу " "тако објављена на „MMC“ Ñајту." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" "„CC-BY-SA“ означава лиценцу „ПрипиÑивања Заједничког Стваралаштва–ИÑтоветног" " Дељења“ 3.0 коју је објавила Корпорација Заједничког Стваралаштва (Creative" " Commons Corporation), непрофитна организација Ñа главним Ñедиштем деловања " "у Сан ФранциÑку у Калифорнији (СÐД), као и будућа издања копилефта те " "лиценце која објави та иÑта организација." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" "„Укључити“ значи објавити или поново објавити документ, у целини или " "делимично, као део другог документа." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" "„MMC“ је „подобан за поновно лиценцирање“ ако је лиценциран под овом " "лиценцом и ако Ñу Ñва дела која Ñу први пут објављена под овом лиценцом " "негде другде оÑим под „MMC“, а затим у потпуноÑти или делимично уграђен у " "„MMC“, (1) нема текÑтове корица или неизмењене одељке, и (2) јеÑу тако " "укључени пре 1. новембра 2008." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" "Оператер „MMC“ Ñајта може поново објавити „MMC“ Ñадржан на Ñајту под „CC-BY-" "SA“ на иÑтом Ñајту у било које време пре 1. авгуÑта 2009. године, под " "уÑловом да „MMC“ иÑпуњава уÑлове за поновно лиценцирање." #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "ДОДÐТÐК: Како да кориÑтите ову лиценцу за Ñвоја документа" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" "Да биÑте кориÑтили ову лиценцу у документу који Ñте напиÑали, додајте " "примерак лиценце у документ и Ñтавите Ñледећа обавештења о ауторÑким правима" " и лиценцама одмах иза наÑловне Ñтранице:" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" "ÐуторÑка права © ГОДИÐÐ Ð’ÐШЕ ИМЕ Дозвољено је умножавање, раÑподела и/или " "вршење измена овог документа под уÑловима Гнуове Слободне Документационе " "Дозволе (ГСДД), издања 1.3 или било којег новијег издања без непромењивих " "одељака, текÑта на наÑловној и поÑледњој Ñтрани, а коју је објавила " "Фондација Слободног Софтвера. Примерак лиценце Ñе налази у одељку „Гнуова " "Слободна Документациона Лиценца“." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" "Ðко имате неизмењене одељке, текÑÑ‚ наÑловне корице и текÑÑ‚ задње корице, " "замените ред „Ñа… текÑтом.“ Ñледећим:" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" "Ñа неизмењеним одељцима који Ñу СПИСÐК ЊИХОВИХ ÐÐСЛОВÐ, Ñа текÑтом наÑловне " "корице који је СПИСÐК, и Ñа текÑтом задње корице који је СПИСÐК." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" "Ðко имате неизмењених одељака без наÑловне корице, или неку другу " "комбинацију ова три, Ñтопите та два алтернативна да задовоље Ñитуацију." #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" "Ðко ваш документ Ñадржи нетривијалне примере програмÑког кода, препоручујемо" " да их објавите паралелно према вашем избору лиценце Ñлободног Ñофтвера, као" " што је Гнуова Општа Јавна Лиценца, да допуÑтите њихово коришћење у " "Ñлободном Ñофтверу." #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "Ðлат подешавања радњи Цаје" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "<_:application-1/> КориÑничко упутÑтво" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "2010." #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "2011." #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "2012." #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "2013." #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "2014." #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "Пјер Вјезер" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Волфганг Улбрих" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "Радње Цаје" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Цаја" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" "„<_:productname-1/>“ је проширење „<_:productname-2/>“ чија је главна " "функција да омогући кориÑнику да дода произвољне радње приручним изборницима" " управника датотека. Те радње могу бити уређене у изборницима и " "подизборницима, извезене и дељене Ñа другим окружењима радне површи." #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" "Ово упутÑтво опиÑује „<_:application-1/>“ кориÑничко Ñучеље, и опиÑује како " "можете да подеÑите ваше изборнике и радње, чинећи да буду приказане и " "примењене у завиÑноÑти од нарочитих уÑлова." #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "Ово упутÑтво опиÑује издање 3.2 алата подешавања радњи Цеје" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "Пројекат Гномове документације" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "Пројекат Мејтове документације" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "Пјер" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "Вјезер" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "pwieser@trychlos.org" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "Волфганг" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "Улбрих" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "chat-to-me@raveit.de" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "КориÑничко упутÑтво алата подешавања радњи Цаје и 3.1" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "Мај 2011." #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "Пјер Вјезер <_:email-1/>" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "КориÑничко упутÑтво алата подешавања радњи Цаје и 3.2" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "Јануар 2012." #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "Познате грешке" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "Страници Ñажетка Бубаждаје" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "Познате грешке Ñу доÑтупне на <_:ulink-1/>." #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "Веб Ñајт Бубаждаје" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" "Ðко нађете неку нову грешку у „<_:productname-1/>“, можете Ñлободно да је " "пријавите нациљавши вашим омиљеним прегледником на <_:ulink-2/>." #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "Позната ограничења" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "Режим извршења" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" "Од издања 3.0, режим извршења Ñе може подеÑити у <_:application-1/> али још " "није признат <_:productname-2/> прикључком." #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" "Ово Ñе одноÑи на радни директоријум, начин извршења, обавештење о покретању " "и параметре влаÑника извршења." #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "Предложена пречица" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" "Од издања 3.0, предложена пречица, како је опиÑано у одредби ДЕС-ЕМÐ, не " "може Ñе подеÑити у <_:application-1/>, и није призната <_:productname-2/> " "прикључком." #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "Раздвојник изборника" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" "Од издања 3.0, раздвојници изборника Ñе не могу подеÑити у " "<_:application-1/> и ниÑу признати <_:productname-2/> прикључком." #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" "Треба напоменути да, за Ñада, <_:productname-1/> управник датотека не " "дозвољава Ñвојим прикључцима да дефинишу раздвојнике у приручном изборнику." #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "ДефиниÑање уÑлова" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" "Да ли ће ваша радња бити евентуално приказана у приручном изборнику " "управника датотека „<_:productname-1/>“ или на његовој траци алата завиÑи од" " уÑлова које Ñте за њу дефиниÑали." #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" "УÑлови могу бити одређени за меÑто на које управник датотека тренутно " "показује, или за тренутно изабране Ñтавке на том меÑту." #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" "Сваки пут кад Ñе избор или меÑто измене у управнику датотека, " "<_:productname-1/> проверава Ñве ваше радње, упоређујући дефиниÑане уÑлове " "за ново меÑто и избор: Ñви дефиниÑани уÑлови морају бити задовољени да би " "ваша радња била приказана." #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "УÑлови на оÑнову оÑнове назива" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" "Можете да одлучите да Ñе ваша радња појави у завиÑноÑти од оÑнове назива " "Ñтавке која је тренутно изабрана у управнику датотека: можете да дефинишете " "да Ñвака Ñтавка избора мора да задовољи неку врÑту оÑнове назива, и можете " "иÑтовремено да одлучите да ниједна изабрана Ñтавка може имати неку другу " "врÑту оÑнове назива." #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "ОÑнове назива" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" "Кликните на језичак „<_:guilabel-1/>“ да прикажете Ñтраницу која ће вам " "допуÑтити да подеÑите уÑлове на оÑнову оÑнове назива." #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" "Приказује језичак који вам омогућава да дефинишете уÑлове на оÑнову оÑнове " "назива." #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" "У Ñтвари, уÑлови заÑновани на оÑнови назива граде Ñе као ÑпиÑак шаблона " "„мора да одговара једном“ и „не мора да одговара ни једном“. Да би ваша " "радња била кандидат у погледу ових уÑлова заÑнованих на оÑнови назива, Ñваки" " елемент избора мора бити важећи за Ñве наведене уÑлове: оÑнова назива " "Ñваког елемента мора одговарати најмање једном од дефиниÑаних шаблона „мора " "да одговара једном“, и не Ñме да Ñе подудара ни Ñа једним од дефиниÑаних " "шаблона „не мора да одговара ни једном“." #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" "Ðко барем један елемент избора не одговара Ñвим дефиниÑаним уÑловима, тада " "ваша радња неће бити приказана." #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" "Када циљате приручни изборник избора, ваши уÑлови заÑновани на оÑнови назива" " провераваће Ñе у одноÑу на тренутно изабране Ñтавке. Када циљате приручни " "изборник меÑта или траку алата, уÑлови заÑновани на оÑнови назива " "провераваће Ñе у одноÑу на оÑнову назива тренутног меÑта." #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "ДефиниÑање новог уÑлова оÑнове назива захтева два корака." #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "Дефинише нови филтер уÑлова." #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Уметни" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" "ПритиÑните <_:keycap-1/> или кликните на дугме <_:guibutton-2/> да уметнете " "нови филтер уÑлова" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" "Уредите новоуметнути филтер уÑлова за оÑнову назива који желите да " "поклопите." #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" "УÑлов заÑнован на оÑнови назива може да кориÑти џокер <_:literal-1/> или " "<_:literal-2/>." #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" "Означава да ли „мора да одговара једном“ или „не мора да одговара ни једном“" " уÑлову." #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "Мора да одговара једном" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "Ðе мора да одговара ни једном" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" "Кликните на радио дугме „<_:guilabel-1/>“ или „<_:guilabel-2/>“ у иÑтом реду" " да одредите одговарајући уÑлов." #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "Упореди величину Ñлова" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" "У завиÑноÑти од вашег циљног оперативног ÑиÑтема, уверите Ñе да је штиклир " "поље „<_:guilabel-1/>“ активирано (или није)." #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "/моја/датотека" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "/Моја/Датотека" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" "Када је активирано, Ñви филтери Ñе Ñматрају оÑетљиви на величину Ñлова, што " "значи да назив датотеке „<_:filename-1/>“ Ñматра различитим од " "„<_:filename-2/>“." #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "Ово је оÑновно понашање на ЈуникÑоликим ÑиÑтемима." #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" "Када није штиклирано, филтери Ñе Ñматрају неоÑетљивим на величину Ñлова, што" " значи да Ñе називи датотека „<_:filename-1/>“ и „<_:filename-2/>“ Ñматрају " "иÑтим називом." #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Виндоуз" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" "Ово ће највероватније бити оно што желите ако вам је циљни ÑиÑтем " "„<_:productname-1/>“." #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "Обр" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" "Уклањање дефиниÑаног уÑлова заÑнованог на оÑнови назива је једноÑтавно као и" " његово бирање, затим притиÑните <_:keycap-1/> (или кликните на дугме " "<_:guibutton-2/>)." #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "мора да одговара једном од *" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" "По оÑнови, уÑлов заÑнован на оÑнови назива је Ñамо један од „<_:literal-1/>“" " уÑлова. Како Ñве оÑнове назива увек одговарају <_:literal-2/> уÑлову, ово " "једноÑтавно значи да уÑлови заÑновани на оÑнови назива Ñе не Ñматрају " "релевантним за радњу." #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "УÑлови на оÑнову миме врÑте" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" "Можете да одлучите да Ñе ваша радња појави у завиÑноÑти од миме врÑта Ñтавке" " која је тренутно изабрана у управнику датотека: можете да дефинишете да " "Ñвака Ñтавка избора мора да задовољи неку врÑту миме врÑте, и можете " "иÑтовремено да одлучите да ниједна изабрана Ñтавка може имати неку другу " "врÑту миме врÑте." #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "Миме врÑте" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" "Кликните на језичак „<_:guilabel-1/>“ да прикажете Ñтраницу која ће вам " "допуÑтити да подеÑите уÑлове на оÑнову миме врÑте." #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" "Приказује језичак који вам омогућава да дефинишете уÑлове на оÑнову миме " "врÑте." #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" "У Ñтвари, уÑлови заÑновани на миме врÑте граде Ñе као ÑпиÑак шаблона „мора " "да одговара једном“ и „не мора да одговара ниједном“. Да би ваша радња била " "кандидат у погледу ових уÑлова заÑнованих на миме врÑти, Ñваки елемент " "избора мора бити важећи за Ñве наведене уÑлове: миме врÑта Ñваког елемента " "мора одговарати најмање једном од дефиниÑаних шаблона „мора да одговара " "једном од“, и не Ñме да Ñе подудара ни Ñа једним од дефиниÑаних шаблона „не " "мора да одговара ни једном“." #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" "Када циљате приручни изборник избора, ваши уÑлови заÑновани на миме врÑти " "провераваће Ñе у одноÑу на тренутно изабране Ñтавке. Када циљате приручни " "изборник меÑта или траку алата, уÑлови заÑновани на миме врÑти провераваће " "Ñе у одноÑу на миме врÑти тренутног меÑта, што ће бити добро позната миме " "врÑта „и-чвор/директоријум“." #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "ДефиниÑање новог уÑлова миме врÑте захтева два корака." #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" "Уредите новоуметнути филтер уÑлова за миме врÑту коју желите да поклопите." #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "група/подгрупа" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "Миме врÑта мора бити дефиниÑана као израз „<_:literal-1/>“." #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "Ðокер <_:literal-1/> је подржан Ñамо у неким уÑловима:" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "*/*" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" "Израз <_:literal-1/> поклапа Ñве миме врÑте. Као пригодна пречица, " "<_:literal-2/> Ñе такође прихвата за ту иÑту Ñврху." #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "група/*" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "група" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" "ÐиÑка „<_:literal-1/>“ поклапа Ñве подгрупе миме врÑте „<_:literal-2/>“." #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "*/подгурпа" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "ÐиÑка „<_:literal-1/>“ Ñе не прихвата као иÑправан џокер." #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" "Уклањање дефиниÑаног уÑлова заÑнованог на миме врÑти је једноÑтавно као и " "његово бирање, затим притиÑните <_:keycap-1/> (или кликните на дугме " "<_:guibutton-2/>)." #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "мора да одговара једном од */*" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" "По оÑнови, уÑлов заÑнован на миме врÑте је Ñамо један од „<_:literal-1/>“ " "уÑлова. Како Ñве миме врÑте увек одговарају <_:literal-2/>, ово једноÑтавно " "значи да Ñе миме врÑте не Ñматрају релевантним за радњу." #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "Пример уобичајених миме врÑта" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "Ñве/Ñве" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "Поклапа Ñве Ñтавке." #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "Ñве/Ñве_датотеке" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "Поклапа Ñве регуларне датотеке." #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "и-чвор/директоријум" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "Поклапа Ñамо директоријуме." #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "УÑлови на оÑнову фаÑцикле" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" "Можете да одлучите да Ñе ваша радња појави у завиÑноÑти од директоријума " "Ñтавке која је тренутно изабрана у управнику датотека: можете да дефинишете " "да Ñвака Ñтавка избора мора да Ñе налази у једној хијерархији или у некој " "другој, и можете иÑтовремено да одлучите да Ñе ниједна изабрана Ñтавка не " "може налазити у некој другој хијерархији." #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" "УÑлов на оÑнову фаÑцикле треба разумети као одредба хијерархије у којој Ñе " "тренутно иÑпитана Ñтавка треба (или не треба) налазити: ово је шаблон по " "називу директоријума елемента." #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "ФаÑцикле" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" "Кликните на језичак „<_:guilabel-1/>“ да прикажете Ñтраницу која ће вам " "допуÑтити да подеÑите уÑлове на оÑнову фаÑцикле." #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" "Приказује језичак који вам омогућава да дефинишете уÑлове на оÑнову " "фаÑцикле." #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" "У Ñтвари, уÑлови заÑновани на фаÑцикли граде Ñе као ÑпиÑак шаблона „мора да " "одговара једном“ и „не мора да одговара ниједном“. Да би ваша радња била " "кандидат у погледу ових уÑлова заÑнованих на фаÑцили, Ñваки елемент избора " "мора бити важећи за Ñве наведене уÑлове: Ñваки елемент мора да Ñе налази у " "једној од дефиниÑаних фаÑцикли „мора да одговара једном“, и не Ñме да Ñе " "налази ни у једној од дефиниÑаних фаÑцикли „не мора да одговара ни једном“." #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" "Када циљате приручни изборник избора, ваши уÑлови заÑновани на фаÑцикли " "провераваће Ñе у одноÑу на тренутно изабране Ñтавке. Када циљате приручни " "изборник меÑта или траку алата, уÑлови заÑновани на фаÑцикли провераваће Ñе " "у одноÑу на тренутно меÑто." #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "ДефиниÑање новог уÑлова фаÑцикле захтева два корака." #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" "Уредите новоуметнути филтер уÑлова за фаÑциклу коју желите да поклопите." #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" "Знакови <_:literal-1/> и <_:literal-2/> Ñе прихватају као џокери на било ком" " нивоу дефиниÑаног филтера фаÑцикле." #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Разгледај" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" "Или кликните на „<_:guibutton-1/>“ да изаберете фаÑциклу на ÑиÑтему " "датотека." #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" "Уклањање дефиниÑаног уÑлова заÑнованог на фаÑцикли је једноÑтавно као и " "његово бирање, затим притиÑните <_:keycap-1/> (или кликните на дугме " "<_:guibutton-2/>)." #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "мора да одговара једном од /" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" "По оÑнови, уÑлов на оÑнову фаÑцикле је један од „<_:literal-1/>“ уÑлова. " "Како је <_:literal-2/> увек врх ЈуникÑоликих ÑиÑтема датотека, тада Ñве " "изабране Ñтавке увек поклапају овај уÑлов." #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" "Ðко радите на <_:productname-1/> ÑиÑтему, тада ова оÑновна вредноÑÑ‚ неће " "бити оно што ви заправо желите." #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "УÑлови на оÑнову шеме" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" "Можете да одлучите да Ñе ваша радња појави у завиÑноÑти од шема путања " "Ñтавке која је тренутно изабрана у управнику датотека: можете да дефинишете " "да Ñвака Ñтавка избора мора да има неку шему; и можете иÑтовремено да " "одлучите да ниједна изабрана Ñтавка не може имати неку другу шему." #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "Шеме" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" "Кликните на језичак „<_:guilabel-1/>“ да прикажете Ñтраницу која ће вам " "допуÑтити да подеÑите уÑлове на оÑнову шеме." #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "УÑлови на оÑнову шеме" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" "Приказује језичак који вам омогућава да дефинишете уÑлове на оÑнову шеме." #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" "У Ñтвари, уÑлови заÑновани на шеми граде Ñе као ÑпиÑак шаблона „мора да " "одговара једном“ и „не мора да одговара ниједном“. Да би ваша радња била " "кандидат у погледу ових уÑлова заÑнованих на шеми, Ñваки елемент избора мора" " бити важећи за Ñве наведене уÑлове: шема Ñваког елемента мора одговарати " "најмање једном од дефиниÑаних шаблона „мора да одговара једном од“, и не Ñме" " да Ñе подудара ни Ñа једним од дефиниÑаних шаблона „не мора да одговара ни " "једном“." #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" "Када циљате приручни изборник избора, ваши уÑлови заÑновани на шеми " "провераваће Ñе у одноÑу на тренутно изабране Ñтавке. Када циљате приручни " "изборник меÑта или траку алата, уÑлови заÑновани на шеми провераваће Ñе у " "одноÑу на шему тренутног меÑта." #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "ДефиниÑање новог уÑлова шеме захтева два корака." #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "Уредите новоуметнути филтер уÑлова за шему који желите да поклопите." #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" "УÑлови на оÑнову шеме прихватају Ñамо <_:literal-1/> као џокер, који значи " "„било која шема“." #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "ОÑновно" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Уређивање" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "ПоÑтавке" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" "Или кликните на „<_:guibutton-1/>“ да изаберете шему предефиниÑану у " "„<_:menuchoice-2/>“." #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "Бирање шеме из оÑновних унапред дефиниÑаних" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "Приказује ÑпиÑак унапред дефиниÑаних шема." #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" "Ðова шема Ñе може изабрати Ñамо овде ако већ није дефиниÑана као филтер " "шеме." #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "У реду" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" "Да изаберете нову шему, кликните „<_:guibutton-1/>“, или два пута кликните " "на жељени ред." #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" "Уклањање дефиниÑаног уÑлова заÑнованог на шеми је једноÑтавно као и његово " "бирање, затим притиÑните <_:keycap-1/> (или кликните на дугме " "<_:guibutton-2/>)." #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" "По оÑнови, уÑлов заÑнован на шеми је Ñамо један уÑлов „<_:literal-1/>“, што " "значи да шеме не утичу много на ову радњу." #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "УÑлови заÑновани на могућноÑти" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "МогућноÑти Ñу нека ÑвојÑтва која датотека може да прикаже кориÑнику." #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "МеÑна" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" "ОÑим за могућноÑÑ‚ „<_:literal-1/>“, Ñве друге завиÑе од кориÑника који " "извршава наредбу." #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "у одноÑу" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" "Можете тако да одлучите да ће Ñе ваша радња појавити, или неће, у завиÑноÑти" " од могућноÑти изабране Ñтавке <_:abbrev-1/> на текућег кориÑника." #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "МогућноÑти" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" "Кликните на језичак „<_:guilabel-1/>“ да прикажете Ñтраницу која ће вам " "допуÑтити да подеÑите уÑлове на оÑнову могућноÑти." #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" "Приказује језичак који вам омогућава да дефинишете уÑлове на оÑнову " "могућноÑти." #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" "У Ñтвари, уÑлови заÑновани на шеми граде Ñе као ÑпиÑак шаблона „мора да " "одговара Ñвим“ и „не мора да одговара ни једном“. Да би ваша радња била " "кандидат у погледу ових уÑлова заÑнованих на могућноÑти, Ñваки елемент " "избора мора бити важећи за Ñве наведене уÑлове: могућноÑÑ‚ Ñваког елемента " "мора одговарати најмање једном од дефиниÑаних шаблона „мора да одговара " "Ñвим“, и не Ñме да Ñе подудара ни Ñа једним од дефиниÑаних шаблона „не мора " "да одговара ни једном“." #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" "Када циљате приручни изборник избора, ваши уÑлови заÑновани на могућноÑти " "провераваће Ñе у одноÑу на тренутно изабране Ñтавке. Када циљате приручни " "изборник меÑта или траку алата, уÑлови заÑновани на могућноÑти провераваће " "Ñе у одноÑу на оне тренутног меÑта." #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "ДефиниÑање новог уÑлова могућноÑти захтева два корака." #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "ПритиÑните <_:keycap-1/> да уметнете нови филтер уÑлова." #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" "Уредите новоуметнути филтер уÑлова за могућноÑÑ‚ коју желите да поклопите." #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "Додавање нове могућноÑти" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" "Или кликните на <_:guibutton-1/> да отворите прозорче „<_:guilabel-2/>“." #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "Управљане могућноÑти" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "Приказује ÑпиÑак управљаних могућноÑти." #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" "Ðова могућноÑÑ‚ Ñе може изабрати Ñамо овде ако већ није дефиниÑана као филтер" " могућноÑти." #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" "Да изаберете нову могућноÑÑ‚, кликните „<_:guibutton-1/>“, или два пута " "кликните на жељени ред." #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" "Означава да ли „мора да одговара Ñвим“ или „не мора да одговара ни једном“ " "уÑлову." #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "Мора да одговара Ñвим" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" "Уклањање дефиниÑаног уÑлова заÑнованог на могућноÑти је једноÑтавно као и " "његово бирање, затим притиÑните <_:keycap-1/> (или кликните на дугме " "<_:guibutton-2/>)." #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" "По оÑнови, ÑпиÑак уÑлова заÑнованих на могућноÑти је празан. То значи да " "могућноÑти не утичу много на ову радњу." #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "УÑлов броја избора" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" "Можете дефиниÑати да ће Ñе ваша радња појавити Ñамо ако текући избор у " "управнику датотека има неки тачан број, или неки тачан Ð¾Ð´Ð½Ð¾Ñ Ñа датим " "бројем." #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "Случај коришћења броја избора" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "Број = (једнак Ñа) 2" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" "Ðко Ñе ваша радња ÑаÑтоји у приказивању разлика између две датотеке, овде " "можете дефиниÑати „<_:literal-1/>“." #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "Окружење" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" "Кликните на језичак „<_:guilabel-1/>“ да прикажете Ñтраницу која ће вам " "допуÑтити да подеÑите уÑлове заÑноване на окружењу." #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "УÑлови заÑновани на окружењу" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" "Приказује језичак који вам омогућава да дефинишете уÑлове заÑноване на " "окружењу. У то Ñпадају подешавање броја избора, избор радне површи као и " "филтери окружења извршења." #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "Приказује Ñе ако избор Ñадржи" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "УÑлов броја избора Ñе дефинише у облаÑти „<_:guilabel-1/>“." #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "ОблаÑÑ‚ уÑлова броја избора" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "Приказује Ñе ако избор Ñадржи" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "Ð¤Ð¾ÐºÑƒÑ Ð½Ð° облаÑÑ‚ „<_:guilabel-1/>“." #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" "Када циљате приручни изборник избора, уÑлов броја дефиниÑан овде биће " "проверен за бројем тренутно изабраих Ñтавки. Када циљате на приручни " "изборник меÑта или траку алата, уÑлов броја ће Ñе проверавати у одноÑу на " "нулу јер у том Ñлучају нема изабране Ñтавке." #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "Да дефинишете уÑлов броја избора:" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "Број" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" "Изаберите у падајућем ÑпиÑку „<_:guilabel-1/>“ оператор који желите да " "примените на број избора:" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "<" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "(изричито мање од)" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "(једнако Ñа)" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr ">" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "(изричито веће од)" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "УнеÑите број упуте који желите." #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "Број > (изричито веће од) 0" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" "Број избора по оÑнови је „<_:literal-1/>“, што значи да ће радња бити " "кандидат за приказивање одмах чим барем једна Ñтавка буде била изабрана у " "управнику датотека." #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "Избор радне површи" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "Можете дефиниÑати за вашу радњу:" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "да ће Ñе увек појавити," #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "или ће Ñе појавити Ñамо у неким датим окружењима," #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "или Ñе неће појавити у неким датим окружењима." #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "Само један избор од ове три Ñтавке је могућ." #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "Окружење радне површи" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "Избор радне површи Ñе дефинише у облаÑти „<_:guilabel-1/>“." #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "ОблаÑÑ‚ избора радне површи" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "Да дефинишете уÑлов окружења радне површи:" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "Прво изаберите врÑту филтера:" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" "треба ли ваша радња да Ñе приказује увек, без обзира на окружење радне " "површи?" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" "треба ли ваша радња да Ñе прикаже Ñамо у неким окружењима радне површи?" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" "треба ли ваша радња да Ñе никада не прикаже у неким окружењима радне површи?" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" "Ðко ваша радња не треба увек да Ñе приказује, тада изаберите одговарајуће " "окружење радне површи Ñа ÑпиÑка на деÑној Ñтрани." #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "Увек Ñе појављује" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" "УÑлов циљаног окружења радне површи је по оÑнови „<_:literal-1/>“, што значи" " да ће радња бити кандидат за приказивање без обзира на текуће окружење " "радне површи." #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "УÑлов нађене извршне" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" "Можете дефиниÑати да Ñе ваша радња прикаже Ñамо ако је неки предуÑловни " "пакет инÑталиран на вашем ÑиÑтему. То Ñе проверава овде навођењем да та " "одређена датотека, познате или барем под претпоÑтавком да је обезбеђује " "пакет, мора бити приÑутна на ÑиÑтему датотека, и извршива." #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "Окружење извршавања" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "УÑлов нађене извршне Ñе дефинише у облаÑти „<_:guilabel-1/>“." #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "ОблаÑÑ‚ окружења извршавања" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "Појављује Ñе ако је датотека извршна" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" "Да дефинишете одговарајућу датотеку, упишите њен пун назив у поље " "„<_:guilabel-1/>“, или кликните на „<_:guibutton-2/>“ да изаберете датотеку " "на ÑиÑтему датотека." #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "ОÑтавите поље празним ако овај уÑлов није потребан вашој радњи." #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" "Можете да угнездите неке параметре у траженом називу датотеке. Ти параметри " "биће динамички замењени у време извршавања вредноÑтима које ће завиÑити од " "тренутно изабране Ñтавке." #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "УÑлов региÑтрације Д-Ñабирнице" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" "Можете дефиниÑати да Ñе ваша радња појави Ñамо ако је неки дати назив " "региÑтрован на ÑиÑтему Д-Ñабирнице у време извршавања." #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" "Кликните на језичак „<_:guilabel-1/>“ да прикажете Ñтраницу која ће вам " "допуÑтити да подеÑите уÑлове заÑноване на окружењу и да Ñе фокуÑирате на " "облаÑÑ‚ „<_:guilabel-2/>“." #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "Појављује Ñе ако је назив забележен на Д-Ñабирници" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" "Да дефинишете одговарајући назив, упишите га у поље „<_:guilabel-1/>“." #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" "Можете да угнездите неке параметре у траженом називу. Ти параметри биће " "динамички замењени у време извршавања вредноÑтима које ће завиÑити од " "тренутно изабране Ñтавке." #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "Прилагођени уÑлови" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "тачно" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" "Можете дефиниÑати да Ñе ваша радња појави Ñамо ако нека дата наредба иÑпише " "ниÑку „<_:literal-1/>“ на Ñвом Ñтандардном излазу." #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" "Ово вам омогућава да дефинишете ваш ÑопÑтвени прилагођени филтер уÑлова, " "упиÑујући малу Ñкрипту која ће дати као излаз, или неће, ниÑку " "„<_:literal-1/>“ на Ñтандардном излазу када Ñе покрене." #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "Појављује Ñе ако наредба иÑпиÑује „true“ (изабрано)" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "Да дефинишете наредбу, упишите је у поље „<_:guilabel-1/>“." #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" "Можете да угнездите неке параметре у називу извршене датотеке или њеним " "опцијама. Ти параметри биће динамички замењени у време извршавања " "вредноÑтима које ће завиÑити од тренутно изабране Ñтавке." #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "УÑлови покренутог процеÑа" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" "Можете дефиниÑати да ће Ñе ваша радња појавити Ñамо ако нека дата извршна " "тренутно ради." #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "Појављује Ñе ако је покренута извршна" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" "Да дефинишете извршну датотеку, упишите њен назив у поље „<_:guilabel-1/>“, " "или кликните на „<_:guibutton-2/>“ да изаберете датотеку на ÑиÑтему " "датотека." #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" "Чак и ако овде упишете пун назив извршне датотеке, Ñамо њен оÑновни назив ће" " Ñе тражити на ÑпиÑку процеÑа у време извршавања." #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "Уређивање" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" "Са „<_:application-1/>“, можете безбедно да иÑечете, умножите, убаците у и " "из оÑтаве." #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "ИÑецање/бриÑање" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "БриÑање Ñе примењује на текући избор." #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" "Знајте да бирање и бриÑање Ñвих профила радње оÑтавља је без профила, у " "неиÑправном Ñтању. Ðазив радње биће иÑпиÑан црвеном бојом (јер је " "неиÑправна) и иÑкошеним Ñловима (јер је измењена)." #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "МногоÑтруки избор" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ктрл" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Шифт" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" "МногоÑтруки избор је могућ у „<_:application-1/>“. Можете да проширите " "текући избор притиÑком на <_:keycap-2/> или <_:keycap-3/> док бирате Ñтавку " "за додавање у избор." #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" "„<_:application-1/>“ прихвата Ñамо једнолике многоÑтруке изборе. Тако је, " "можете изабрати један или више профила, или једну или више радњи или " "изборника. МногоÑтруки избор који Ñадржи и профиле и радње или изборнике " "није дозвољен. То је због тога што „<_:application-2/>“ неће знати где да " "убаци такав избор." #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" "Знајте да бирање неког реда значи такође и бирање Ñадржаних у том реду. Ти " "Ñадржани Ñе називају „подразумевано изабрани“: биће део Ñледећих радњи " "уређивања, али Ñе неће узети у обзир приликом провере једноличноÑти избора. " "Такође, не могу Ñе изричито изабрати (нити поништити њихов избор)." #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "Која радња треба да Ñе изврши?" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" "Ðајвероватније ћете желети да Ñе ваша радња евентуално заврши у извршавању " "нечега. И, у Ñтвари, имајући нешто за извршавање је један од неколико уÑлова" " који Ñу потребни да би Ñе радња Ñматрала иÑправном." #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Ðаредба" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" "Као што Ñмо већ видели, наредба за извршавање Ñе подешава на Ñтраници " "„<_:guilabel-1/>“." #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" "Ова наредба може имати аргументе, који Ñами по Ñеби могу угнездити " "параметре. Ти параметри биће раширени у време извршавања, Ñа вредноÑтима " "које ће завиÑити од тренутно изабране Ñтавке." #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "ДоÑтупни параметри" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "Легенда" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" "Ðа Ñтраници „<_:guilabel-1/>“, кликните на дугме „<_:guilabel-2/>“ да видите" " ÑпиÑак доÑтупних параметара." #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "СпиÑак доÑтупних параметара" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "Приказује ÑпиÑак доÑтупних параметара." #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "Легенда параметара" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" "Дугме „<_:guibutton-1/>“ има радњу окидања: кликните једном да прикажете " "прозорче „<_:guilabel-2/>“; кликните још једном да је Ñакријете." #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "први" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" "Реч „<_:guilabel-1/>“ може бити погрешно протумачена јер Ñе одноÑи Ñамо на " "ÑпиÑак изабраних Ñтавки које управник датотека изнутра доÑтавља прикључку " "„<_:productname-2/>“." #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "никакве везе" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" "Ðарочито, нема <_:emphasis-1/> Ñа видним избором који Ñте можда начинили у " "прозору управника датотека. Већ је то, у Ñтвари, „<_:guilabel-2/>“ изабрана " "Ñтавка у многоÑтруком избору и апÑолутно је недефиниÑана и као таква " "непредвидива." #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "Где радња треба да Ñе изврши?" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "Ваша радња Ñе може извршити у нарочитом радном директоријуму." #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "Радни директоријум" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" "Можете да га наведете у језичку „<_:guilabel-1/>“, у пољу „<_:guilabel-2/>“," " или кликом на „<_:guibutton-3/>“ да изаберете фаÑциклу на ÑиÑтему датотека." #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "ОблаÑÑ‚ радног директоријума" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "Ð¤Ð¾ÐºÑƒÑ Ð½Ð° облаÑÑ‚ избора радног директоријума." #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "%d" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" "ОÑновни радни директоријум је „<_:literal-1/>“, који покреће наредбу у " "директоријуму оÑнове (прве) изабране Ñтавке." #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" "У поÑебном Ñлучају параметра „<_:literal-1/>“, „<_:guilabel-2/>“ изабрана " "Ñтавка није толико важна зато што је врло вреоватно да Ñе Ñве изабране " "Ñтавке налазе у иÑтом директоријуму оÑнове." #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "Како ће Ñе извршавати радња?" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" "Поред подешавања уÑлова, избор мора бити задовољен да би ваша радња била " "приказана у изборницима управника датотека, <_:productname-1/> вам омогућава" " да подеÑите како ће Ñе тачно извршавати ваша радња." #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "Извршавање" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" "Кликните на језичак „<_:guilabel-1/>“ да прикажете Ñтраницу која подешава " "извршавање ваше наредбе." #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "Подешавање режима извршавања" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "Приказује као да подеÑите режиме извршавања наредбе." #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "Подешавање режима извршавања" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "Ð¤Ð¾ÐºÑƒÑ Ð½Ð° облаÑÑ‚ режима извршавања." #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" "Режим извршавања ваше наредбе можете изабрати између Ñледећих вредноÑти:" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Обичан" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "Покреће наредбу као Ñтандардно графичко кориÑничко Ñучеље." #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "У терминалу" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "Покреће омиљени терминал радног окружења, и у њему извршава наредбу." #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Угнеждено" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" "КориÑти нарочиту функцију управника датотека која може дозволити терминалу " "да буде покренут у њему." #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" "Како <_:productname-1/> нема ову функцију, ова опција је изричито једнака " "опцији „<_:literal-2/>“." #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "Прикажи излаз" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" "Покреће жељени терминал радног окружења, и у њему покреће наредбу. Ðа крају," " Ñтандардни токови (Ñтандардни излаз, Ñтандардна грешка) Ñе прикупљају и " "приказују." #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" "Режим извршавања наредбе подразумева „<_:literal-1/>“. Тако је, наредба Ñе " "извршава без неког поÑебног поÑла „пре“ или „поÑле“." #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "Обавештење покретања" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "Подешавање режима покретања" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "Ð¤Ð¾ÐºÑƒÑ Ð½Ð° облаÑÑ‚ режима покретања." #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "уклони" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "DESKTOP_STARTUP_ID" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "Обавештење покретања" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" "Ðко је режим извршавања наредбе „<_:literal-1/>“, и ако знате да ће програм " "поÑлати поруку „<_:literal-2/>“ Ñа поÑтављеном променљивом окружења " "„<_:envar-3/>“, тада штиклирајте кућицу „<_:guilabel-4/>“." #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "Одредба протокола обавештења о покретању" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "Видите <_:ulink-1/> за више о томе." #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "КлаÑа прозора" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "КлаÑа управника прозора покретања" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" "Ðко је режим извршавања наредбе „<_:literal-1/>“, и ако знате да ће програм " "мапирати барем један прозор Ñа датим називом клаÑе, тада упишите тај назив у" " поље „<_:guilabel-2/>“." #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "ВлаÑник извршавања" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "Подешавање влаÑника покретања" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "Изврши као" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "Изврши као кориÑник" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "УИБ" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" "Упишите у поље „<_:guilabel-1/>“ име кориÑника или <_:acronym-2/> кориÑника " "за кога ће наредба бити покренута." #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" "Ðко не упишете ништа у ово поље, тада ће наредба бити извршена за текућег " "кориÑника." #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "МногоÑтрука извршавања" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" "Можете пожелети да ваша радња буде извршена једном, доÑтављајући јој ÑпиÑак " "изабраних Ñтавки као аргумент." #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" "Или ћете можда више желети да Ñе ваша наредба понавља за Ñваку изабрану " "Ñтавку, доÑтављајући другу Ñтавку као аргумент за Ñвако извршавање." #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" "Заправо, <_:productname-1/> ÑамоÑтално ради Ñа та два понашања, у завиÑноÑти" " од облика и поретка параметара у аргументима наредбе." #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "тј." #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "%c" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" "Како неки параметри не завиÑе од броја избора (<_:abbrev-1/> " "„<_:literal-2/>“, избор броји Ñебе Ñамог), већина их има две промене:" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "%b" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" "„једнину“, <_:abbrev-1/> „<_:literal-2/>“, назив оÑнове изабране Ñтавке;" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "%B" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" "„множину“, <_:abbrev-1/> „<_:literal-2/>“, размаком одвојен ÑпиÑак назива " "оÑнова изабраних Ñтавки." #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" "Када је избор празан или Ñадржи Ñамо један елемент, и Ñа те тачке гледишта, " "ова два облика Ñу потпуно једнака." #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "Када избор Ñадржи више од једне Ñтавке:" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" "ако је први одговарајући параметар у једнини, тада ће <_:productname-1/> " "Ñматрати да је наредба ÑпоÑобна Ñамо да ради Ñа једном Ñтавком у једном " "тренутку, и Ñтога треба да буде покренута по једном за Ñваку изабрану " "Ñтавку;" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" "Ñупротно, ако је први нађени одговарајући параметар у множини, тада ће " "<_:productname-1/> Ñматрати да је наредба у могућноÑти да ради Ñа ÑпиÑком " "Ñтавки, и Ñтога ће наредба бити извршена Ñамо једно;" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" "ако Ñви нађени параметри ниÑу битни, тада ће <_:productname-1/> Ñматрати да" " радња треба да Ñе изврши Ñамо једном." #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "Карактеризација параметара <_:abbrev-1/> на многоÑтруко извршавања" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "Параметар" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "ОпиÑ" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "Понављање" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "(прва) оÑновни назив" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "једнина" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "размаком раздвојени ÑпиÑак назива оÑнове" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "множина" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "број изабраних Ñтавки" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "небитно" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "(прва) оÑновни директоријум" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "%D" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" "размаком раздвојени ÑпиÑак оÑновних директоријума Ñваке изабране Ñтавке" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "%f" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "(прва) назив датотеке" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "%F" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "размаком раздвојени ÑпиÑак изабраних назива датотека" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "%h" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "назив домаћина (прве) изабране путање" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "%m" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "миме врÑта (прве) изабране Ñтавке" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "%M" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "размаком раздвојени ÑпиÑак миме врÑта изабраних Ñтавки" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "%n" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "кориÑничко име (прве) изабране путање" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "%o" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "„no-op“ оператор који приморава облик једнине извршавања" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "%O" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "„no-op“ оператор који приморава облик множине извршавања" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "%p" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "број прикључника (прве) изабране путање" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "шема (прве) изабране путање" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "%u" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "(прва) путања" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "%U" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "размаком раздвојени ÑпиÑак изабраних путања" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "%w" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "(прва) оÑновни назив без проширења" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "%W" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "размаком раздвојени ÑпиÑак оÑновних назива без проширења" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "%x" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "(прва) проширење" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "размаком раздвојени ÑпиÑак проширења" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "%%" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "знак „<_:literal-1/>“" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "Коришћење облика једнине <_:abbrev-1/> на облик множине" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "/data" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "пера" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "павле" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "жика" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" "Рецимо да је текућа фаÑцикла „<_:filename-1/>“, и да тренутни избор Ñадржи " "три датотеке „<_:filename-2/>“, „<_:filename-3/>“ и „<_:filename-4/>“." #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "echo %b" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "Ðко Ñте затражили наредбу „<_:command-1/>“," #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "тада ће Ñледеће наредбе бити редом извршене:" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "echo пера" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "echo павле" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "echo жика" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" "То је због тога што „<_:literal-1/>“ означава параметар „<_:emphasis-2/>“. " "Ðаредба Ñе тада покреће једном за Ñваку изабрану Ñтавку." #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "echo %B" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "Супротно томе, ако Ñте затражили наредбу „<_:command-1/>“," #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "тада ће Ñледећа наредба бити извршене:" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "echo пера павле жика" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" "То је због тога што „<_:literal-1/>“ означава параметар „<_:emphasis-2/>“. " "Ðаредба Ñе тада покреће Ñамо једном, Ñа ÑпиÑком изабраних Ñтавки као " "аргументима." #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "echo %b %B" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "echo пера пера павле жика" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "echo павле пера павле жика" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "echo жика пера павле жика" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "битан" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" "То је због тога што први <_:emphasis-1/> параметар је „<_:literal-2/>“, тако" " да Ñе наредба покреће једном за Ñваку изабрану Ñтавку, заменивши при Ñваком" " појављивању параметар „<_:literal-3/>“ одговарајућом Ñтавком. Други " "параметар Ñе прорачунава и додаје као аргумент извршеној наредби." #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "echo %B %b" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "И ако Ñте затражили наредбу „<_:command-1/>“," #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "тада ће Ñледеће наредбе бити извршене:" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "echo пера павле жика пера" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" "То је због тога што је први <_:emphasis-1/> параметар овде „<_:literal-2/>“." " Ðаредба Ñе затим извршава Ñамо једном, заменивши „<_:literal-3/>“ ÑпиÑком " "назива оÑнова раздвојених размаком. Како је наредба извршена Ñамо једном, " "„<_:literal-4/>“ је замењено Ñамо једном (првим) називом оÑнове." #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "Извоз радњи" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "Увоз радњи" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "Организовање радњи у изборницима" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" "Како ће Ñе ваш ÑпиÑак радњи повећавати, највероватније ћете пожелети да их " "организујете у изборницима, подизборницима и тако редом." #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Датотека" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "Ðови изборник" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "Да направите нови изборник, изаберите „<_:menuchoice-1/>“." #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "тј." #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" "Изборник Ñе може направити било где на ÑпиÑку ваших радњи, али унутар радње " "(<_:abbrev-1/> не између два профила неке радње)." #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" "Као радња, тачно меÑто где ће нови изборник бити уметнут завиÑи од текућег " "редоÑледа ређања:" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "Ручни редоÑлед:" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "Ðови изборник је уметнут одмах пре текуће радње или изборника." #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "Ово меÑто Ñе неће променити када каÑније измените Ð½Ð°Ñ‚Ð¿Ð¸Ñ Ð¸Ð·Ð±Ð¾Ñ€Ð½Ð¸ÐºÐ°." #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "РаÑтући (опадајући) азбучни редоÑлед:" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "Ðови изборник Цаје" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" "Ðови изборник је уметнут на право меÑто, у одноÑу на оÑновни Ð½Ð°Ñ‚Ð¿Ð¸Ñ " "„<_:literal-1/>“." #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" "Ово меÑто ће Ñе ÑамоÑтално изменити, Ñваки пут када измените Ð½Ð°Ñ‚Ð¿Ð¸Ñ " "изборника." #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" "Као и радња, такође, изборник захтева натпиÑ, и може имати иконицу и " "облачић. Такође, можете да дефинишете неке уÑлове да би ваш изборник био " "кандидат за приказивање у приручном изборнику <_:productname-1/>. Ðко " "дефиниÑани уÑлови ниÑу задовољени у време извршавања, тада читав ваш " "изборник, укључујући његове подизборнике, његове радње и тако редом, неће " "бити приказан." #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" "Ðова радња је такође приказана црвеном бојом на ÑпиÑку Ñтавки. Црвена боја " "Ñе кориÑти као показатељ да је Ñтавка неиÑправна, одноÑно да Ñтавка не може " "бити кандидат за приказивање у <_:productname-1/> приручном изборнику, јер " "неке њене информације недоÑтају или Ñу погрешне. Овде, и иако ова ново " "уметнута радња има неке одговарајуће подразумеване вредноÑти, недоÑтаје јој " "наредба коју треба извршити да би је <_:application-2/> Ñматрао важећом." #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "ПоÑтављање ваших ÑопÑтвених поÑтавки" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" "Изаберите „<_:menuchoice-1/>“ да приÑтупите подешавањима ваших поÑтавки." #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "ПоÑтавке времена покретања" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" "Приказује језичак који вам омогућава да дефинишете поÑтавке времена " "покретања." #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "ПоÑтавке извршавања времена покретања" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" "Приказује језичак који вам омогућава да дефинишете поÑтавке извршавања " "времена покретања." #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "Омогућава кориÑнику да изричито подеÑи текућу радну површ." #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "ПоÑтавке кориÑничког Ñучеља" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "ПоÑтавке КС-а" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" "Приказује језичак који вам омогућава да дефинишете поÑтавке кориÑничког " "Ñучеља." #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "ПоÑтавке увоза" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "Приказује језичак који вам омогућава да дефинишете поÑтавке увоза." #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "ПоÑтавке извоза" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "Приказује језичак који вам омогућава да дефинишете поÑтавке извоза." #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "ПоÑтавке шема" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "Приказује језичак који вам омогућава да дефинишете поÑтавке шема." #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "ПоÑтавке У/И доÑтављача" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" "Приказује језичак који вам омогућава да дефинишете поÑтавке У/И доÑтављача." #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "Коришћење профила за проширење радње" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" "ПоÑтоје неке Ñитуације у којима ћете желети да Ñе дата радња понаша мало " "другачије у завиÑноÑти од тренутно изабраних Ñтавки или тренутног окружења " "времена извршавања." #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "Овде отвори терминал" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "Каже да имате радњу која отвара терминал на текућем меÑту." #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" "ПодеÑили Ñте је да отвори ваш жељени терминал на меÑту на које ваш управник " "датотека тренутно показује." #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" "Ðли шта ако желите да изаберете директоријум у вашем управнику датотека, и " "да непоÑредно отворите терминал у том директоријуму? Ðко наÑтавите на оÑнову" " текућег меÑта управника датотека, ваш терминал ће Ñе отворити у полазном из" " циљног директоријума." #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" "Једно од решења је да дефинишете нови профил за вашу радњу, подешавајући тај" " профил да отвори терминал у циљном директоријуму." #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" "У време извршавања, <_:productname-1/> ће редом иÑпитати Ñваки профил " "прикачен вашој радњи. Ðко први профил циља на датотеку док Ñте изабрали " "директоријум, затим ће <_:productname-2/> Ñамо покушати Ñа вашим другим " "профилом." #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "Ðови профил" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" "Да направите нови профил, прво изаберите радњу на ÑпиÑку Ñтавки, затим " "изаберите „<_:menuchoice-1/>“." #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "Ðови профил је направљен у вашој радњи." #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" "Сада можете да дефинишете уÑлове који морају бити задовољени да би тај " "профил био изабран, и наредбу која ће бити извршена." #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "Сређивање профила унутар радње" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" "У време извршавања, <_:productname-1/> ће почети Ñа иÑпитивањем Ñкупа уÑлова" " на вашој радњи." #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" "Ðко Ñу ти уÑлови (уÑлови радње) задовољени, тада ће <_:productname-1/> " "иÑпитати по реду Ñваки профил." #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" "Ðко ниједан профил није пронађен иÑправан у време извршавања, тада ће Ñама " "радња бити Ñматрана неиÑправном, и неће бити приказана у приручном изборнику" " управника датотека." #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" "Профили радње Ñу Ñређени, и иÑпитани тим редом у време извршавања. Први " "профил чији уÑлови Ñу задовољени биће потврђен, и моћи ће да Ñе изабере у " "приручном изборнику <_:productname-1/>." #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" "Стога, Ñређивање профила може бити важно за вашу радњу: први иÑправан нађени" " профил је Ñамо један изабран." #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "Можете поређати ваше профиле у радњи на два начина." #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" "ИÑеците профил за премештање, изаберите профил пре кога желите да уметнете " "иÑечени профил, и убаците га." #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" "Кликните на профил за премештање, и превуците га на његово ново меÑто." #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "ПриÑтупање и уређивање ÑвојÑтава Ñтавке" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "Ставка има и ÑвојÑтва за уређивање и Ñамо за читање." #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "СвојÑтва Ñтавке" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" "Приказује језичак који вам омогућава да приÑтупите ÑвојÑтвима Ñтавке и за " "уређивање и Ñамо за читање." #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "Чување ваших измена" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "S" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Сачувај" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "Да Ñачувате ваше измене, изаберите „<_:menuchoice-1/>“." #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" "Све ваше заказане измене биће Ñачуване. Ðове Ñтавке биће направљене првим " "доÑтупним упиÑивим У/И доÑтављачем." #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" "„<_:productname-1/>“ такође има функцију Ñамочувања која Ñе може подеÑити у " "прозорчету „<_:guimenuitem-2/>“." #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "Ређање ÑпиÑка Ñтавки" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "СпиÑку Ñтавки" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" "Ваше радње и изборници биће приказани у приручном изборнику управника " "датотека иÑтим редом као што Ñу иÑпиÑани на „<_:guilabel-1/>“, у левом окну " "главног прозора „<_:application-2/>“." #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "Можете одлучити да:" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" "поређате ваше радње и изборнике раÑтућим или опадајућим азбучним редом по " "њиховом натпиÑу." #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" "или да не поређате, већ да ручно Ñредите ваше радње и изборнике по вашој " "жељи." #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "Ðзбучно ређање радњи и изборника" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" "Ðа ове начине, радње и изборници Ñу поређани у завиÑноÑти од њиховог " "натпиÑа, унутар њихових родитеља." #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "Дзгмад ређања у главном прозору" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "Приказује три дугмета ређања у главном прозору." #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "Можете да поређате ваше радње:" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "или)" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "или" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" "Кликом на дугме <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/> да поређате " "ваше радње раÑтућим (<_:abbrev-4/> опадајућим) редом." #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "Или да уредите одговарајуће поÑтавке." #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "Ручно Ñређивање радњи и изборника" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" "Када Ñу Ñтавке ручно поређане на ÑпиÑку, нове Ñтавке Ñе обично умећу управо " "на текућем положају." #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" "Ипак поÑтоји Ñлучај када је радња изабрана, а није раширена (или тренутно " "има Ñамо један профил). Уметањем новог профила нећете га уметнути пре радње," " већ унутар радње." #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "Да изаберете тај режим:" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "Кликните на дугме <_:guibutton-1/>." #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "Покретање „<_:application-1/>“" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "Можете покренути <_:application-1/> на Ñледеће начине:" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "СиÑтем" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "Изборник „<_:guimenu-1/>“" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Изглед и понашање" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "Изаберите „<_:menuchoice-1/>“." #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Ðаредба" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" "Да покренете <_:application-1/> Ñа линије наредби, упишите Ñледећу наредбу:" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "caja-actions-config-tool" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "УнеÑи" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "затим притиÑните <_:keycap-1/>." #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "Да видите доÑтупне опције линије наредби, упишите:" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "--help-all" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "Прво покретање" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "Када покренете <_:application-1/>, биће приказан Ñледећи прозор." #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "Почетни прозор <_:application-1/>" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" "Приказује главни прозор <_:application-1/>. Садржи траку изборника, траку " "алата, облаÑÑ‚ приказа, празан ÑпиÑак Ñтавки Ñа леве Ñтране, неколико " "језичака иÑкључених ÑвојÑтава и траку Ñтања." #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "Главни прозор <_:application-1/> Ñадржи Ñледеће елементе:" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "Трака изборника." #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" "Изборници на траци изборника Ñадрже Ñве наредбе које Ñу вам потребне за " "коришћење у <_:application-1/>." #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "Пречице Ñу доÑтупне за неке наредбе:" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "N" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "Прави нову радњу." #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "Чува измењене радње и изборнике." #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "Q" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "Излази из програма." #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "ИÑеца текући избор, чувајући га у оÑтави." #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "Умножава текући избор у оÑтаву." #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "Умеће Ñадржај оÑтаве пре текуће Ñтавке." #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "Умеће Ñадржај оÑтаве као подÑтавку текуће Ñтавке." #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Обриши" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "Брише тренутни избор." #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "Ф5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "Поново учитава радње и изборнике." #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "Ф1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "Приказује помоћ." #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "Трака алата." #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Преглед" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Траке алата" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" "Ðеколико трака алата може бити приказано иÑпод траке изборника, у завиÑноÑти" " од ваших избора у подизборнику <_:menuchoice-1/>." #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "СпиÑак Ñтавки." #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" "СпиÑак на левој Ñтрани главног прозора Ñадржи Ñве Ñтавке, било да Ñу радње " "или изборници, тренутно доÑтупне за уређивање у „<_:application-1/>“." #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" "Ставке Ñе могу поређати раÑтућим или опадајућим азбучним редом, или не " "поређане уопште, може их кориÑник непоÑредно Ñређивати и управљати њима." #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "ÐеиÑправне Ñтавке Ñе приказују црвеном бојом." #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "Измењене Ñтавке Ñе приказују иÑкошеним Ñловима." #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "Дугмад ређања" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "Три дугмета вам омогућавају да мењате режиме ређања." #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "Језичци ÑвојÑтава." #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" "ДеÑни део главног прозора приказује Ñве што је потребно за дефиниÑање како, " "када и где ће Ñе приказивати радње и изборници." #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "Радња/Изборник" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" "Одређује у ком <_:productname-1/> изборнику Ñтавка треба да Ñе појави, и " "како ће бити приказана." #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" "Одређује која ће Ñе радња извршити, и који параметри јој Ñе проÑлеђују." #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "Одређује како ће Ñе наредба извршавати." #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" "Дефинише филтере назива оÑнове које <_:productname-1/> избор мора да " "задовољи да би радња или изборник био кандидат за приказ." #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" "Дефинише филтере миме врÑте које <_:productname-1/> избор мора да задовољи " "да би радња или изборник био кандидат за приказ." #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" "Дефинише филтере фаÑцикли које <_:productname-1/> избор мора да задовољи да " "би радња или изборник био кандидат за приказ." #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" "Дефинише филтере шеме које <_:productname-1/> избор мора да задовољи да би " "радња или изборник био кандидат за приказ." #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" "Дефинише филтере могућноÑти које <_:productname-1/> избор мора да задовољи " "да би радња или изборник био кандидат за приказ." #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" "Дефинише неке уÑлове окружења које <_:productname-1/> избор мора да задовољи" " да би радња или изборник био кандидат за приказ." #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "СвојÑтва" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "Приказује ÑвојÑтва Ñтавке." #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "Трака Ñтања." #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" "Трака Ñтања приказује неке податке Ñтања о тренутно изабраном реду на ÑпиÑку" " Ñтавки." #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" "Ðко нема одговарајућих информација за приказ, трака Ñтања приказује број " "учитаних изборника, радњи и профила." #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" "Иконица „Ñамо за читање“ <_:inlinegraphic-1/> Ñе приказује на деÑној Ñтрани " "траке Ñтања када је неопходно." #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "Стварање ваше прве радње" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" "У овом примеру, направићемо радњу која приказује неке информације о текућем " "избору." #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "Проверавање предуÑлова" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "MateDialog" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "Ова радња ће захтевати „<_:productname-1/>“." #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" "„<_:productname-1/>“ је програм који ће вам омогућити да направите графичко " "кориÑнико Ñучеље из терминала." #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" "Треба да проверите да ли је овај програм инÑталиран на вашем ÑиÑтему, на " "пример упиÑавши Ñледећу наредбу у терминалу:" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "matedialog" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "Стварање радње" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "Ðова радња" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "Да направите нову радњу, изаберите „<_:menuchoice-1/>“." #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" "Ðова радња ће бити уметнута на ÑпиÑак Ñтавки, а њена ÑвојÑтва приказана у " "језичцима на деÑној површи." #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" "ÐÐ°Ñ‚Ð¿Ð¸Ñ Ñ‚Ñ€ÐµÐ½ÑƒÑ‚Ð½Ð¾ уређиване радње (ове) Ñе додаје називу програма на траци " "наÑлова." #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "ОÑновна ÑвојÑтава нове радње" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "Приказује оÑновна ÑвојÑтва новоÑтворене радње." #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "Ðа „<_:guilabel-1/>“, нова радња Ñе приказује иÑкошеним пиÑменом." #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "ИÑкошена Ñлова Ñе кориÑте као потÑетник да Ñтавка још није Ñачувана." #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" "Као још један подÑетник да има неких измена на чекању, звездица ( " "<_:literal-1/> ) Ñе Ñтавља иÑпред назива програма на наÑловној траци." #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "Квалификација ваше нове радње" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" "СаÑтоји Ñе Ñамо од избора начина на који ће Ñе ваша радња приказивати у " "приручном изборнику управника датотека." #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "Моја прва радња" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "ÐÐ°Ñ‚Ð¿Ð¸Ñ ÑаÑтава" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "Упишите „<_:userinput-1/>“ у поље „<_:guilabel-2/>“." #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" "Поље „<_:guilabel-1/>“ Ñадржи Ð½Ð°Ñ‚Ð¿Ð¸Ñ Ñ€Ð°Ð´ÑšÐµ који желите да буде приказан у " "приручном изборнику управника датотека." #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" "ÐÐ°Ñ‚Ð¿Ð¸Ñ Ñ˜Ðµ обавезно ÑвојÑтво ваше радње. Ðко Ñе деÑи да је празан, тада ће " "<_:productname-1/> Ñматрати вашу радњу неиÑправном: биће приказана црвеном " "бојом на „<_:guilabel-2/>“ и никада неће бити кандидат за приказивање у " "приручном изборнику управника датотека." #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "Ово ће извршити радњу Ñа неким параметрима" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "Облачић" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" "Поље „<_:guilabel-1/>“ Ñадржи текÑÑ‚ који желите да буде приказан као кратка " "помоћ за вашу радњу." #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Иконица" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "Изаберите <_:inlinegraphic-1/> на падајућем ÑпиÑку „<_:guilabel-2/>“." #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" "Избор „<_:guilabel-1/>“ дефинише иконицу која ће бити придружена Ñа вашом " "радњом у приручном изборнику управника датотека и на траци алата." #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "Имате два начина да изаберете иконицу придружену вашој радњи:" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "Кликните на падајући ÑпиÑак „<_:guilabel-1/>“ да изаберете иконицу." #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" "Кликните на „<_:guibutton-1/>“ да потражите Ñлику на ÑиÑтему датотека." #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "Одређивање наредбе за извршавање" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" "Када одаберете Ñвоју радњу у приручном изборнику управника датотека, " "извршиће Ñе ова наредба, Ñа аргументима по вашем избору." #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" "Кликните на језичак „<_:guilabel-1/>“ да прикажете Ñтраницу која ће вам " "допуÑтити да упишете наредбу." #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "Страница наредбе" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" "Приказује језичак „Ðаредба“. Овај језичак Ñадржи назив профила, наредбу за " "извршавање Ñа њеним параметрима, и подешавање почетног радног директоријума." #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Путања" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" "Поље „<_:guilabel-1/>“ дефинише наредбу која ће Ñе извршити када изаберете " "вашу радњу у приручном изборнику управника датотека." #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "Имате два начина за дефиниÑање наредбе за извршавање:" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "Упишите је у поље „<_:guilabel-1/>“." #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" "Кликните на „<_:guibutton-1/>“ да изаберете извршну датотеку на ÑиÑтему " "датотека." #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "ПУТÐЊÐ" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" "Ðко наредба коју Ñте унели нема апÑолутну путању, тада ће бити тражена у " "променљивој „<_:envar-1/>“ у време извршења." #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "--info --text='%c selected item(s): %U'" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "Параметри" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" "„<_:guilabel-1/>“ Ñадржи аргументе који ће Ñе проÑледити вашој наредби када " "буде била извршена. Ови аргументи могу уградити параметре који ће Ñе " "раширити у време рада." #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" "Ðко Ñу поља „<_:guilabel-1/>“ и „<_:guilabel-2/>“ празна, онда ће Ñе ова " "радња Ñматрати неиÑправном: биће приказана црвеном бојом на " "„<_:guilabel-3/>“ и никада неће бити кандидат за приказивање у приручном " "изборнику управника датотека." #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "Чување" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "Да Ñачувате Ñве заказане измене, изаберите „<_:menuchoice-1/>“." #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" "<_:productname-1/> ÑамоÑтално узима у обзир вашу нову радњу, и приказује је " "у Ñвом приручном изборнику." #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "Ваша прва радња у приручном изборнику „<_:productname-1/>“" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "Приказује прву радњу у приручном изборнику „<_:productname-1/>“." #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" "Клик на Ñтавку у „<_:productname-1/>“ приручном изборнику је покреће, и " "извршава одговарајућу наредбу." #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "Резултат извршавања ваше прве радње" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" "Приказује резултат извршавања ваше прве радње. Ово је прозорче " "„<_:productname-1/>“, које приказује путању изабране Ñтавке." #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "Ðалажење радње" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "Подешавање циља" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "Приказује три поља која вам омогућавају да подеÑите циљ ваше радње." #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" "<_:productname-1/> управник датотека може приказати вашу радњу на разним " "меÑтима, у завиÑноÑти од тога шта ћете овде затражити, и да ли је нека " "Ñтавка тренутно изабрана (или није).." #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Радња" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" "Кликните на језичак „<_:guilabel-1/>“ да прикажете Ñтраницу која ће вам " "допуÑтити да подеÑите меÑта на која циља ваша радња." #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "Циљање приручног изборника избора" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "Прикажи Ñтавку у приручном изборнику избора" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" "Када је штиклирано „<_:guilabel-1/>“, тада ће ваша радња бити кандидат за " "приказивање у приручном изборнику <_:productname-2/> одмах чим Ñе изабере " "барем једна Ñтавка у управнику датотека. Ваша радња ће тако радити Ñа " "тренутно изабраном Ñтавком. Да би била заправо приказана, Ñви уÑлови " "дефиниÑани у вашој радњи кандидату морају бити задовољени Ñваком Ñтавком " "тренутно изабраном у управнику датотека <_:productname-3/>." #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" "Када радња циља на приручни изборник избора, и Ñтварно је приказана у " "приручном изборнику <_:productname-1/>, тада је такође приказана и у " "<_:productname-2/> изборнику „<_:guimenu-3/>“." #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "Ова мета је штиклирана по оÑнови." #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "Циљање приручног изборника меÑта" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "Прикажи Ñтавку у приручном изборнику меÑта" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" "Када је штиклирано „<_:guilabel-1/>“, тада ће ваша радња бити кандидат за " "приказивање у приручном изборнику <_:productname-2/> када је празан избор " "управника датотека. Ваша радња ће тако радити Ñа тренутно приказаним меÑтом." " Да би била заправо приказана, Ñви уÑлови дефиниÑани у вашој радњи кандидату" " морају бити задовољени меÑтом тренутно приказаним у управнику датотека " "<_:productname-3/>." #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" "Када радња циља на приручни изборник меÑта, и Ñтварно је приказана у " "приручном изборнику <_:productname-1/>, тада је такође приказана и у " "<_:productname-2/> изборнику „<_:guimenu-3/>“." #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "Циљање траке алата" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "Прикажи Ñтавку на траци алата" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" "Када је штиклирана кућица „<_:guilabel-1/>“, тада ће ваша радња бити " "кандидат за приказање на траци алата „<_:productname-2/>“." #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" "Радње приказане на траци алата раде Ñамо Ñа меÑтом које је тренутно " "приказано у управнику датотека, а не Ñа Ñтавкама које тренутно могу бити " "изабране (или не). Да би била приказана, Ñви уÑлови дефиниÑани у вашој радњи" " кандидату морају бити задовољени тренутним меÑтом." #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Ðапомене" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "Ðко ће ваша радња бити приказана у приручном изборнику" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" "Било да је приручни изборник избора или приручни изборник меÑта, и у " "<_:productname-1/> приручном изборнику и у изборнику „<_:guimenu-2/>“ или " "„<_:guimenu-3/>“, биће приказана као" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "„<_:guilabel-1/>“ као натпиÑ," #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "„<_:guilabel-1/>“," #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "ова два ÑвојÑтва придружена Ñа „<_:guilabel-1/>“." #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" "У завиÑноÑти од тачног подешавања вашег радног окружења, иконица може и не " "мора бити приказана иÑпред натпиÑа у изборнику." #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" "Можете да угнездите неке параметре у натпиÑ, назив иконице или у облачић. Ти" " параметри биће динамички замењени у време извршавања вредноÑтима које ће " "завиÑити од тренутно изабране Ñтавке." #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "Ðко ће ваша радња бити приказана на траци алата" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "Биће приказана као" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "ÐÐ°Ñ‚Ð¿Ð¸Ñ Ñ‚Ñ€Ð°ÐºÐµ алата" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" "У завиÑноÑти од тачног подешавања вашег радног окружења, Ð½Ð°Ñ‚Ð¿Ð¸Ñ Ñ‚Ñ€Ð°ÐºÐµ алата " "може и не мора бити приказан иÑпред иконице на траци алата." #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "КориÑти иÑти Ð½Ð°Ñ‚Ð¿Ð¸Ñ Ð·Ð° иконицу на траци алата" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" "ÐÐ°Ñ‚Ð¿Ð¸Ñ Ñ‚Ñ€Ð°ÐºÐµ алата је по оÑнови иÑти Ñа натпиÑом који Ñе кориÑти у " "изборницима. Када поништите избор кућице „<_:guilabel-1/>“ можете да " "дефинишете Ð½Ð°Ñ‚Ð¿Ð¸Ñ Ñпецифичан траци алата, који је обично краћи од оних " "дефиниÑаних за изборнике." #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" "Можете да угнездите неке параметре у Ð½Ð°Ñ‚Ð¿Ð¸Ñ Ñ‚Ñ€Ð°ÐºÐµ алата, назив иконице или у" " облачић. Ти параметри биће динамички замењени у време извршавања " "вредноÑтима које ће завиÑити од тренутно изабране Ñтавке." #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "ДефиниÑање неколико мета" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" "Радња може да циља на приручни изборник избора, приручни изборник меÑта и на" " траку алата, или на једно или на више од ових." #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "ДефиниÑање уопште без мете" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" "Ðко није дефиниÑана ниједна мета, <_:abbrev-1/> ако три штиклир кућице ниÑу " "означене, тада ваша радња никада неће бити приказана." #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "Цаја" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "Радње Цаје" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Увод" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" "Радње Цаје је проширење " "Цаје чија је главна функција да омогући кориÑнику" " да дода произвољне радње приручним изборницима управника датотека. Те радње" " могу бити уређене у изборницима и подизборницима, извезене и дељене Ñа " "другим окружењима радне површи." #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" "Програм Ðлат подешавања радњи Цаје је кориÑничко " "Ñучеље које вам допушта да тачно подеÑите како, где и када ваше радње треба " "да Ñе појаве у приручном изборнику Цаје, и како " "ће Ñе извршавати." #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" "Ðлат подешавања радњи Цаје обезбеђује Ñледеће " "функције:" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "Дефинише и подешава радње из оÑнова." #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "Сређује радње у изборнике, подизборнике и тако редом." #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "Увози и извози радње и изборнике из и у Ñпољни Ñвет." #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" "Радње Цаје такође долази Ñа додатним функцијама " "као што Ñу:" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" "Прикључак Цаје који извози у Ñтварном времену на " "Д-Ñабирницу тренутно изабране датотеке." #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "Програм линије наредби који може да покрене Ñваку радњу." #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" "Придружен Ñучељу Д-Ñабирнице, овај програм допушта кориÑнику да покрене " "Ñваку радњу пречицом таÑтатуре, примењујући ову радњу на Ñтавку тренутно " "изабрану у управнику датотека." #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "Програм линије наредби који може да направи нову радњу." #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" "Све ове функције Ñу детаљније опиÑане у општој документацији " "Радњи Цаје." #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "Први кораци" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "Коришћење алата подешавања радњи Цаје" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "Разне информације" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "ТПознате грешке и ограничења" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "О алату подешавања радњи Цаје" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" "Прво издање Радњи Цаје је напиÑао Фредерик " "Руаудел (grumz@grumz.net) и Родриго Моја " "(rodrigo@gnome-db.org). Темељно га је побољшао Пјер Вјезер " "(pwieser@trychlos.org) и Волфганг Улбрих " "(mate@raveit.de). Тренутно га одржавају Мејтови програмери." #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" "За уметнички рад је заÑлужан УлиÑе ПеруÑин " "(uli.peru@gmail.com) и „DragonArtz“ (http://www.dragonartz.net)." #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" "Да пријавите грешку или дате предлог у вези Радњи " "Цаје, Ðлата подешавања радњи Цаје " "или овог упутÑтва, пратите Ñмернице на Мејтовој Ñтраници за примедбе, или " "вам више одговара, по вашем уверењу, да непоÑредно отворите грешку или " "затражите побољшање на веб Ñајту Бубаждаје." #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "вези" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" "Дозвољено је умножавање, раÑподела, вршење измена овог документа под " "уÑловима Гнуове Слободне Документационе Дозволе (ГСДД), издања 1.1 или било " "којег новијег издања без непромењивих одељака, текÑта на наÑловној и " "поÑледњој Ñтрани, а коју је објавила Фондација Слободног Софтвера. Примерак " "ГСДД можете пронаћи на овој <_:ulink-1/> или у датотеци „COPYING-DOCS“ која " "је приложена уз ово упутÑтво." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Ово упутÑтво је део Ñкупа Мејтових докумената објављених под GFDL. Уколико " "желите да раÑподељујете ово упутÑтво одвојено од Ñкупа, то можете урадити " "додавањем примерка лиценце документу, како је опиÑано у одељку 6 Ñаме " "лиценце." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "Многи називи које компаније кориÑте у циљу препознатљивоÑти Ñвојих производа" " и уÑлуга предÑтављају робне марке. Када (уколико) Ñе такви називи појављују" " (Ñпомињу) у било којем Мејтовом документу, а чланови пројекта Мејтове " "документације имају Ñазнања о томе, тада Ñу називи иÑпиÑани великим Ñловима " "или Ñа великим почетним Ñловима." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "ДОКУМЕÐТ ЈЕ ДОСТУПÐРСРСВИМ СВОЈИМ ДОБРИМ И ЛОШИМ СТРÐÐÐМРБЕЗ БИЛО КÐКВОГ " "ЈÐМСТВÐ, БИЛО ОÐО ИЗРЕЧЕÐО ИЛИ ÐЕ, УКЉУЧУЈУЋИ БЕЗ ОГРÐÐИЧЕЊÐ, ЈÐМСТВО ДРЈЕ " "ОВÐЈ ДОКУМЕÐТ ИЛИ ЊЕГОВРИЗМЕЊЕÐРВЕРЗИЈРБЕЗ ÐЕДОСТÐТÐКÐ, СПРЕМÐРЗР" "ТРЖИШТЕ, СВРСИСХОДÐРИ ÐЕ ÐÐРУШÐВРЗÐКОÐСКЕ ÐОРМЕ. ЦЕЛОКУПÐРРИЗИК КОЈИ СЕ " "ОДÐОСИ ÐРКВÐЛИТЕТ, ТÐЧÐОСТ И ДОМЕТ (УЧИÐÐК) ДОКУМЕÐТРИЛИ ЊЕГОВЕ ИЗМЕЊЕÐЕ " "ВЕРЗИЈЕ СÐОСИ КОРИСÐИК. УКОЛИКО СЕ У БИЛО КОЈЕМ ДОКУМЕÐТУ ИЛИ ЊЕГОВОЈ " "ИЗМЕЊЕÐОЈ ВЕРЗИЈИ ПОЈÐВИ ÐЕДОСТÐТÐК (ГРЕШКÐ) БИЛО КОЈЕ ВРСТЕ, КОРИСÐИК (Ð ÐЕ" " ÐУТОР ИЗВОРÐЕ ВЕРЗИЈЕ, БИЛО КОЈИ ДРУГИ ÐУТОР ИЛИ СÐРÐДÐИК) СÐОСИ СВЕ " "ТРОШКОВЕ ÐЕОПХОДÐОГ СЕРВИСИРÐЊÐ, ПОПРÐВКЕ ИЛИ ИСПРÐВКЕ. ОВО ОГРÐÐИЧЕЊЕ " "ЈÐМСТВРПРЕДСТÐВЉРСÐСТÐÐ’ÐИ ДЕО ОВЕ ДОЗВОЛЕ. УПОТРЕБРБИЛО КОЈЕГ ДОКУМЕÐТР" "ИЛИ ЊЕГОВЕ ИЗМЕЊЕÐЕ ВЕРЗИЈЕ ÐИЈЕ ДОЗВОЉЕÐРОСИМ ПОД УСЛОВИМРОВОГ ОГРÐÐИЧЕЊÐ" " ЈÐМСТВÐ; И" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "ÐИ ПОД КÐКВИМ ОКОЛÐОСТИМРИЛИ ЗÐКОÐУ, БИЛО ЗБОГ КРШЕЊР(ИЛИ ÐЕМÐРÐ) УГОВОРÐ," " ИЛИ ÐРБИЛО КОЈИ ДРУГИ ÐÐЧИÐ, ÐУТОР (ПРВОБИТÐЕ ВЕРЗИЈЕ), СÐРÐДÐИК ИЛИ " "ИСПОРУЧИВÐЛÐЦ ДОКУМЕÐТРИЛИ ЊЕГОВЕ ИЗМЕЊЕÐЕ ВЕРЗИЈЕ, ÐИТИ ДОБÐВЉÐЧ БИЛО КОЈЕ" " ОД ÐÐВЕДЕÐИХ СТРÐÐÐ ÐЕЋЕ СÐОСИТИ МÐТЕРИЈÐЛÐУ ОДГОВОРÐОСТ ЗРÐÐСТÐЛР" "ДИРЕКТÐÐ, ИÐДИРЕКТÐÐ, ПОСЕБÐÐ, СЛУЧÐЈÐРИЛИ ТИМЕ ÐÐСТÐЛРОШТЕЋЕЊРБИЛО КОЈЕ " "ВРСТЕ УКЉУЧУЈУЋИ, БЕЗ ОГРÐÐИЧЕЊÐ, ШТЕТУ ÐÐÐЕСЕÐУ УГЛЕДУ ФИРМЕ, ПРЕСТÐÐКУ " "ПРОИЗВОДЊЕ, ОТКÐЗИВÐЊЕ РÐДРРÐЧУÐÐРРИЛИ КВÐРРКÐО И ЗРСВЕ ОСТÐЛЕ ШТЕТЕ ИЛИ" " ГУБИТКЕ ÐÐСТÐЛЕ УСЛЕД КОРИШЋЕЊРДОКУМЕÐТРИ ЊЕГОВИХ ИЗМЕЊЕÐИХ ВЕРЗИЈРЧÐК И" " ÐКО ЈЕ ОШТЕЋЕÐРСТРÐÐРБИЛРОБÐВЕШТЕÐРО МОГУЋÐОСТИ ÐÐСТÐÐКРТЕ ШТЕТЕ." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "ОВÐЈ ДОКУМЕÐТ И ЊЕГОВРИЗМЕЊЕÐРИЗДÐЊРЈЕ ДОСТУПÐРПОД УСЛОВИМРГÐУОВЕ " "СЛОБОДÐЕ ДОКУМЕÐТÐЦИОÐЕ ДОЗВОЛЕ УЗ ДОДÐТÐО РÐЗУМЕВÐЊЕ ДÐ: <_:orderedlist-1/>" caja-actions-1.27.0/docs/help/sr@latin/000077500000000000000000000000001433352025300175715ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/sr@latin/sr@latin.po000066400000000000000000004442001433352025300217110ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Serbian (Latin) (https://www.transifex.com/mate/teams/13566/sr@latin/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: sr@latin\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Umetni" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Prozori" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Fascikle" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Razgledaj" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "ZajedniÄki" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "UreÄ‘ivanje" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Postavke" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "taÄno" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Naredba" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "ObiÄno" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Ugnježden" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Opis" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Datoteka" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "SaÄuvaj" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistem" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Izgled i ponaÅ¡anje" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Naredba" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "Celzijus" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "ObriÅ¡i" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Pregled" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Trake sa alatkama" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Osobine" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Ikona" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Putanja" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "PUTANJA" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Akcija" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "BeleÅ¡ke" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Uvod" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "veza" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/sv/000077500000000000000000000000001433352025300164455ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/sv/sv.po000066400000000000000000004525621433352025300174530ustar00rootroot00000000000000# # Translators: # crash , 2021 # Martin Wimpress , 2021 # Henrik Mattsson-MÃ¥rn , 2021 # Claes-Göran Nydahl , 2021 # cb445fb3dfd1fe3c2b9f58ac5638f478, 2021 # Daniel Gullbransen, 2021 # Tobias Lekare , 2021 # Philip Andersen , 2021 # Stefano Karapetsas , 2021 # Wolfgang Ulbrich , 2021 # Luna Jernberg , 2021 # Kristoffer Grundström , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Kristoffer Grundström , 2021\n" "Language-Team: Swedish (https://www.transifex.com/mate/teams/13566/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "Version 1.3, 3 November 2008" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "Kopieringsrätt © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "0. FÖRORD" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "2010" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "2011" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "2012" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "2013" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "2014" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "Caja-Ã¥tgärder" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "Dokumentationsprojekt för GNOME" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "Dokumentationsprojekt för MATE" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "Pierre" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "pwieser@trychlos.org" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "Wolfgang" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "chat-to-me@raveit.de" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "Pierre Wieser <_:email-1/>" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "Januari 2012" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Infoga" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Fönster" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "Del" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "*/*" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Mappar" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Bläddra" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Gemensamt" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Redigera" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Inställningar" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "OK" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "Kapaciteter" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "<" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr ">" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "sant" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Skift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Kommando" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "%d" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normal" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Inbyggd" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Beskrivning" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "%D" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "%f" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "%F" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "%m" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "%o" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "%u" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "%W" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Arkiv" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "Ny Caja meny" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "Ny profil" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Spara" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "System" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "<_:guimenu-1/> meny" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Utseende och känsla" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Kommandorad" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "Enter" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Ta bort" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "F5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Visa" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Verktygsfält" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Egenskaper" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Ikon" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Sökväg" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "SÖKVÄG" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Ã…tgärd" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Anteckningar" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "Caja" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Introduktion" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "länk" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Denna handbok utgör en av flera MATE-handböcker som distribueras under " "villkoren i GFDL. Om du vill distribuera denna handbok separat frÃ¥n övriga " "handböcker kan du göra detta genom att lägga till en kopia av licensavtalet " "i handboken enligt instruktionerna i avsnitt 6 i licensavtalet." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "Flera namn pÃ¥ produkter och tjänster är registrerade varumärken. I de fall " "dessa namn förekommer i MATE-dokumentation - och medlemmarna i MATE-" "dokumentationsprojektet är medvetna om dessa varumärken - är de skrivna med " "versaler eller med inledande versal." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "DOKUMENTET TILLHANDAHÃ…LLS I \"BEFINTLIGT SKICK\" UTAN NÃ…GRA SOM HELST " "GARANTIER, VARE SIG UTTRYCKLIGA ELLER UNDERFÖRSTÃ…DDA, INKLUSIVE, MEN INTE " "BEGRÄNSAT TILL, GARANTIER ATT DOKUMENTET ELLER EN MODIFIERAD VERSION AV " "DOKUMENTET INTE INNEHÃ…LLER NÃ…GRA FELAKTIGHETER, ÄR LÄMPLIGT FÖR ETT VISST " "ÄNDAMÃ…L ELLER INTE STRIDER MOT LAG. HELA RISKEN VAD GÄLLER KVALITET, " "EXAKTHET OCH UTFÖRANDE AV DOKUMENTET OCH MODIFIERADE VERSIONER AV DOKUMENTET" " LIGGER HELT OCH HÃ…LLET PÃ… ANVÄNDAREN. OM ETT DOKUMENT ELLER EN MODIFIERAD " "VERSION AV ETT DOKUMENT SKULLE VISA SIG INNEHÃ…LLA FELAKTIGHETER I NÃ…GOT " "HÄNSEENDE ÄR DET DU (INTE DEN URSPRUNGLIGA SKRIBENTEN, FÖRFATTAREN ELLER " "NÃ…GON ANNAN MEDARBETARE) SOM FÃ…R STÃ… FÖR ALLA EVENTUELLA KOSTNADER FÖR " "SERVICE, REPARATIONER ELLER KORRIGERINGAR. DENNA GARANTIFRISKRIVNING UTGÖR " "EN VÄSENTLIG DEL AV DETTA LICENSAVTAL. DETTA INNEBÄR ATT ALL ANVÄNDNING AV " "ETT DOKUMENT ELLER EN MODIFIERAD VERSION AV ETT DOKUMENT BEVILJAS ENDAST " "UNDER DENNA ANSVARSFRISKRIVNING;" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "UNDER INGA OMSTÄNDIGHETER ELLER INOM RAMEN FÖR NÃ…GON LAGSTIFTNING, OAVSETT " "OM DET GÄLLER KRÄNKNING (INKLUSIVE VÃ…RDSLÖSHET), KONTRAKT ELLER DYLIKT, SKA " "FÖRFATTAREN, DEN URSPRUNGLIGA SKRIBENTEN ELLER ANNAN MEDARBETARE ELLER " "Ã…TERFÖRSÄLJARE AV DOKUMENTET ELLER AV EN MODIFIERAD VERSION AV DOKUMENTET " "ELLER NÃ…GON LEVERANTÖR TILL NÃ…GON AV NÄMNDA PARTER STÄLLAS ANSVARIG GENTEMOT" " NÃ…GON FÖR NÃ…GRA DIREKTA, INDIREKTA, SÄRSKILDA ELLER OFÖRUTSEDDA SKADOR " "ELLER FÖLJDSKADOR AV NÃ…GOT SLAG, INKLUSIVE, MEN INTE BEGRÄNSAT TILL, SKADOR " "BETRÄFFANDE FÖRLORAD GOODWILL, HINDER I ARBETET, DATORHAVERI ELLER NÃ…GRA " "ANDRA TÄNKBARA SKADOR ELLER FÖRLUSTER SOM KAN UPPKOMMA PÃ… GRUND AV ELLER " "RELATERAT TILL ANVÄNDNINGEN AV DOKUMENTET ELLER MODIFIERADE VERSIONER AV " "DOKUMENTET, ÄVEN OM PART SKA HA BLIVIT INFORMERAD OM MÖJLIGHETEN TILL SÃ…DANA" " SKADOR." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/ta/000077500000000000000000000000001433352025300164215ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/ta/ta.po000066400000000000000000004447731433352025300174100ustar00rootroot00000000000000# # Translators: # Mooglie , 2021 # Martin Wimpress , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Tamil (https://www.transifex.com/mate/teams/13566/ta/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ta\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "சொரà¯à®•à¯" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "சாளரஙà¯à®•ளà¯" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "அடைவà¯à®•ளà¯" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "தேடà¯" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "பொதà¯à®µà®¾à®©" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "தொகà¯" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "விரà¯à®ªà¯à®ª தேரà¯à®µà¯à®•ள௠" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "உணà¯à®®à¯ˆ" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "கடà¯à®Ÿà®³à¯ˆ" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "இயலà¯à®ªà®¾à®©" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "à®®à¯à®©à¯ˆà®¯à®®à¯" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "உடà¯à®ªà¯Šà®¤à®¿à®¯à®ªà¯à®ªà®Ÿà¯à®Ÿà®¤à¯" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "விவரமà¯" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "கோபà¯à®ªà¯" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "சேமி" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "அமைபà¯à®ªà¯" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "பாரà¯à®µà¯ˆà®¯à¯à®®à¯ உணரà¯à®µà¯à®®à¯" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "கடà¯à®Ÿà®³à¯ˆ வரி" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "அழிதà¯à®¤à®²à¯" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "காடà¯à®šà®¿" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "கரà¯à®µà®¿à®ªà¯à®ªà®Ÿà¯à®Ÿà¯ˆà®•ளà¯" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "பணà¯à®ªà¯à®•ளà¯" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "சினà¯à®©à®®à¯" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "பாதை" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "PATH" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "செயலà¯" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "கà¯à®±à®¿à®ªà¯à®ªà¯" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "அறிமà¯à®•à®®à¯" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "இணைபà¯à®ªà¯" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/te/000077500000000000000000000000001433352025300164255ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/te/te.po000066400000000000000000004447421433352025300174140ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # à°ªà±à°°à°µà±€à°£à± ఇళà±à°³ , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Telugu (https://www.transifex.com/mate/teams/13566/te/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: te\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "నాటిలసà±" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "విండోలà±" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "సంచయమà±à°²à±" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "à°…à°¨à±à°µà±‡à°·à°¿à°‚à°šà±" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "ఉమà±à°®à°¡à°¿" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "సవరించà±" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "à°…à°­à°¿à°°à±à°šà±à°²à±" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "సతà±à°¯à°®à±" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "ఆదేశమà±" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "సాదారణ" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "టెరà±à°®à°¿à°¨à°²à±" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "ఎంబెడెడà±" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "వివరణ" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "దసà±à°¤à±à°°à°®à±" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "దాచà±" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "à°µà±à°¯à°µà°¸à±à°¥" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "రూపà±à°°à±‡à°–à°²à±" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "ఆదేశ పంకà±à°¤à°¿" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "తొలగించà±" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "దరà±à°¶à°¿à°‚à°šà±" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "సాధనపటà±à°Ÿà±€à°²à±" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "లకà±à°·à°£à°¾à°²à±" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "à°ªà±à°°à°¤à±€à°•" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "à°¤à±à°°à±‹à°µ" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "à°¤à±à°°à±‹à°µ" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "à°šà°°à±à°¯" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "చీటి" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "ఉపోదà±à°˜à°¾à°¤à°®à±" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "జోడించà±" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/th/000077500000000000000000000000001433352025300164305ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/th/th.po000066400000000000000000004577461433352025300174320ustar00rootroot00000000000000# # Translators: # clefebvre , 2021 # Martin Wimpress , 2021 # Rockers , 2021 # Akom , 2021 # Aefgh Threenine , 2021 # Stefano Karapetsas , 2021 # Wolfgang Ulbrich , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Wolfgang Ulbrich , 2021\n" "Language-Team: Thai (https://www.transifex.com/mate/teams/13566/th/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: th\n" "Plural-Forms: nplurals=1; plural=0;\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "โครงà¸à¸²à¸£à¹€à¸­à¸à¸ªà¸²à¸£ MATE" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "à¹à¸—รà¸" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "หน้าต่าง" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "โฟลเดอร์" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "เรียà¸à¸”ู" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "ปà¸à¸•ิ" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "à¹à¸à¹‰à¹„ข" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "à¸à¸²à¸£à¸›à¸£à¸±à¸šà¹à¸•่ง" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "ใช่" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "คำสั่ง" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "ปà¸à¸•ิ" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "เทอร์มินัล" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "à¸à¸±à¸‡à¸•ัว" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "คำบรรยาย" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "à¹à¸Ÿà¹‰à¸¡" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "บันทึà¸" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "ระบบ" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "รูปโฉม" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "บรรทัดคำสั่ง" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "เซลเซียส" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "ลบ" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "มุมมอง" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "à¹à¸–บเครื่องมือ" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "คุณสมบัติ" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "ไอคอน" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "พาธ" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "PATH" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "à¸à¸²à¸£à¸à¸£à¸°à¸—ำ" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "หมายเหตุ" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "เà¸à¸£à¸´à¹ˆà¸™à¸™à¸³" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "จุดเชื่อมโยง" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "คู่มือนี้ เป็นส่วนหนึ่งของชุดคู่มือ MATE ที่เผยà¹à¸žà¸£à¹ˆà¸ à¸²à¸¢à¹ƒà¸•้ GFDL " "ถ้าคุณต้องà¸à¸²à¸£à¹€à¸œà¸¢à¹à¸žà¸£à¹ˆà¸„ู่มือนี้à¹à¸¢à¸à¸•่างหาà¸à¸ˆà¸²à¸à¸Šà¸¸à¸” " "คุณสามารถทำได้โดยเพิ่มสำเนาของสัà¸à¸à¸²à¸­à¸™à¸¸à¸à¸²à¸•ไปà¸à¸±à¸šà¸„ู่มือ ตามที่อธิบายในข้อ 6 " "ของสัà¸à¸à¸²à¸­à¸™à¸¸à¸à¸²à¸•" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "มีชื่อหลายชื่อที่บริษัทต่างๆ " "ใช้à¹à¸¢à¸à¸„วามà¹à¸•à¸à¸•่างของผลิตภัณฑ์à¹à¸¥à¸°à¸šà¸£à¸´à¸à¸²à¸£à¸‚องตนจาà¸à¸šà¸£à¸´à¸©à¸±à¸—อื่น " "à¹à¸¥à¸°à¸­à¹‰à¸²à¸‡à¹€à¸›à¹‡à¸™à¹€à¸„รื่องหมายà¸à¸²à¸£à¸„้า ที่ใดà¸à¹‡à¸•ามที่ชื่อเหล่านั้นปราà¸à¸à¹ƒà¸™à¹€à¸­à¸à¸ªà¸²à¸£à¸‚อง MATE" " à¹à¸¥à¸°à¸ªà¸¡à¸²à¸Šà¸´à¸à¹‚ครงà¸à¸²à¸£à¹€à¸­à¸à¸ªà¸²à¸£ MATE ได้รับทราบเà¸à¸µà¹ˆà¸¢à¸§à¸à¸±à¸šà¹€à¸„รื่องหมายà¸à¸²à¸£à¸„้าเหล่านั้น " "ชื่อเหล่านั้นจะเขียนด้วยตัวพิมพ์ใหà¸à¹ˆ หรือขึ้นต้นด้วยตัวพิมพ์ใหà¸à¹ˆ" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "เอà¸à¸ªà¸²à¸£à¸™à¸µà¹‰ เผยà¹à¸žà¸£à¹ˆà¸•ามสภาพที่เป็น โดยไม่มีà¸à¸²à¸£à¸£à¸±à¸šà¸›à¸£à¸°à¸à¸±à¸™à¹ƒà¸”ๆ ทั้งสิ้น " "ไม่ว่าจะโดยชัดà¹à¸ˆà¹‰à¸‡à¸«à¸£à¸·à¸­à¹‚ดยนัย " "ซึ่งรวมถึงโดยไม่ได้จำà¸à¸±à¸”เพียงà¸à¸²à¸£à¸£à¸±à¸šà¸›à¸£à¸°à¸à¸±à¸™à¸§à¹ˆà¸²à¹€à¸­à¸à¸ªà¸²à¸£à¸™à¸µà¹‰à¸«à¸£à¸·à¸­à¸‰à¸šà¸±à¸šà¸”ัดà¹à¸›à¸¥à¸‡à¸‚องเอà¸à¸ªà¸²à¸£à¸™à¸µà¹‰à¸ˆà¸°à¸›à¸¥à¸­à¸”จาà¸à¸‚้อผิดพลาดที่อาจเรียà¸à¸£à¹‰à¸­à¸‡à¸„วามเสียหายได้" " หรือเหมาะà¸à¸±à¸šà¸§à¸±à¸•ถุประสงค์เฉพาะใดๆ หรือไม่มีà¸à¸²à¸£à¸¥à¸°à¹€à¸¡à¸´à¸”สิทธิ์ " "ความเสี่ยงทั้งหมดเà¸à¸µà¹ˆà¸¢à¸§à¸à¸±à¸šà¸„ุณภาพ ความถูà¸à¸•้อง " "à¹à¸¥à¸°à¸›à¸£à¸°à¸ªà¸´à¸—ธิภาพของเอà¸à¸ªà¸²à¸£à¸™à¸µà¹‰à¸«à¸£à¸·à¸­à¸‰à¸šà¸±à¸šà¸”ัดà¹à¸›à¸¥à¸‡à¸‚องเอà¸à¸ªà¸²à¸£à¸™à¸µà¹‰ อยู่ที่ตัวคุณ " "หาà¸à¸¡à¸µà¸à¸²à¸£à¸žà¸´à¸ªà¸¹à¸ˆà¸™à¹Œà¸žà¸šà¸§à¹ˆà¸²à¹€à¸­à¸à¸ªà¸²à¸£à¸™à¸µà¹‰à¸«à¸£à¸·à¸­à¸‰à¸šà¸±à¸šà¸”ัดà¹à¸›à¸¥à¸‡à¸¡à¸µà¸‚้อบà¸à¸žà¸£à¹ˆà¸­à¸‡à¹ƒà¸™à¹à¸‡à¹ˆà¹ƒà¸”ๆ à¸à¹‡à¸•าม คุณ " "(ไม่ใช่ผู้เขียนเริ่มà¹à¸£à¸ หรือผู้ร่วมสมทบใดๆ) " "จะรับภาระค่าใช้จ่ายของà¸à¸²à¸£à¹ƒà¸«à¹‰à¸šà¸£à¸´à¸à¸²à¸£ à¸à¸²à¸£à¸‹à¹ˆà¸­à¸¡à¹à¸‹à¸¡à¸«à¸£à¸·à¸­à¹à¸à¹‰à¹„ขที่จำเป็น " "คำปà¸à¸´à¹€à¸ªà¸˜à¸„วามรับผิดชอบเà¸à¸µà¹ˆà¸¢à¸§à¸à¸±à¸šà¸à¸²à¸£à¸£à¸±à¸šà¸›à¸£à¸°à¸à¸±à¸™à¸™à¸µà¹‰ เป็นส่วนสำคัà¸à¸‚องสัà¸à¸à¸²à¸­à¸™à¸¸à¸à¸²à¸•นี้" " ไม่อนุà¸à¸²à¸•ให้ใช้เอà¸à¸ªà¸²à¸£à¸™à¸µà¹‰à¸«à¸£à¸·à¸­à¸‰à¸šà¸±à¸šà¸”ัดà¹à¸›à¸¥à¸‡à¸‚องเอà¸à¸ªà¸²à¸£à¸™à¸µà¹‰ " "นอà¸à¸ˆà¸²à¸à¸ˆà¸°à¸­à¸¢à¸¹à¹ˆà¸ à¸²à¸¢à¹ƒà¸•้คำปà¸à¸´à¹€à¸ªà¸˜à¸„วามรับผิดชอบนี้ à¹à¸¥à¸°" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "ไม่มีสภาวะใดà¹à¸¥à¸°à¸—ฤษฎีทางà¸à¸Žà¸«à¸¡à¸²à¸¢à¹ƒà¸” ไม่ว่าจะในà¸à¸²à¸£à¸¥à¹ˆà¸§à¸‡à¸¥à¸°à¹€à¸¡à¸´à¸” (รวมถึงà¸à¸²à¸£à¸¥à¸°à¹€à¸¥à¸¢), " "ในสัà¸à¸à¸² หรืออื่นๆ ที่ผู้เขียน ผู้เขียนเริ่มà¹à¸£à¸ ผู้ร่วมสมทบใดๆ " "หรือผู้เผยà¹à¸žà¸£à¹ˆà¹€à¸­à¸à¸ªà¸²à¸£à¸™à¸µà¹‰à¸«à¸£à¸·à¸­à¸‰à¸šà¸±à¸šà¸”ัดà¹à¸›à¸¥à¸‡ หรือผู้สนับสนุนà¹à¸à¹ˆà¸à¸¥à¸¸à¹ˆà¸¡à¸„นดังà¸à¸¥à¹ˆà¸²à¸§ " "จะมีภาระผูà¸à¸žà¸±à¸™à¸•่อบุคคลใดในความเสียหายโดยตรง โดยอ้อม โดยพิเศษ โดยบังเอิภ" "หรือโดยผลพวง ของสิ่งใด " "รวมถึงโดยไม่จำà¸à¸±à¸”เพียงความเสียหายในเรื่องความสูà¸à¹€à¸ªà¸µà¸¢à¹€à¸ˆà¸•นาดี à¸à¸²à¸£à¸ªà¸°à¸”ุดของงาน " "ความล้มเหลวหรือà¸à¸²à¸£à¸—ำงานผิดพลาดของคอมพิวเตอร์ " "หรือความเสียหายหรือความสูà¸à¹€à¸ªà¸µà¸¢à¸­à¸·à¹ˆà¸™à¹ƒà¸”ทั้งหมด ที่เà¸à¸´à¸”ขึ้นจาภ" "หรือเà¸à¸µà¹ˆà¸¢à¸§à¸‚้องà¸à¸±à¸šà¸à¸²à¸£à¹ƒà¸Šà¹‰à¹€à¸­à¸à¸ªà¸²à¸£à¸™à¸µà¹‰à¸«à¸£à¸·à¸­à¸‰à¸šà¸±à¸šà¸”ัดà¹à¸›à¸¥à¸‡ " "à¹à¸¡à¹‰à¸à¸¥à¸¸à¹ˆà¸¡à¸šà¸¸à¸„คลเหล่านั้นจะได้รับทราบความเป็นไปได้ของความเสียหายดังà¸à¸¥à¹ˆà¸²à¸§à¸à¹‡à¸•าม" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/tk/000077500000000000000000000000001433352025300164335ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/tk/tk.po000066400000000000000000004435371433352025300174310ustar00rootroot00000000000000# # Translators: # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Turkmen (https://www.transifex.com/mate/teams/13566/tk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: tk\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Ahtar" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Edit" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Seçenekler" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Kontrol" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Åžift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Wasp" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Gaýd Et" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistem" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Poz" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Görnöş" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Häsiýetler" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Tymsal" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Ãol" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Notlar" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "baglaýyÅŸ" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/tr/000077500000000000000000000000001433352025300164425ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/tr/tr.po000066400000000000000000004523421433352025300174410ustar00rootroot00000000000000# # Translators: # tarakbumba , 2021 # 0d1bdb3b9a0d4e8f77bc854af8bf3dfc_e6913f4, 2021 # Mehmet, 2021 # Butterfly , 2021 # Martin Wimpress , 2021 # Murat Servan Kahraman, 2021 # YaÅŸar Çiv , 2021 # mauron, 2021 # Stefano Karapetsas , 2021 # Gurbuzguven <6mehmet6@gmail.com>, 2021 # Sabri Ünal , 2022 # Hüseyin Güç , 2022 # hilalis , 2022 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: hilalis , 2022\n" "Language-Team: Turkish (https://www.transifex.com/mate/teams/13566/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "Caja-Actions" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "GNOME Belgelendirme Projesi" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "MATE Belgelendirme Projesi" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "Önerilen kısayol" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "İlâve et" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Pencereler" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "Del" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Klasörler" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Gözat…" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Genel" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Düzen" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Tercihler" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "Tamam" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "Kabiliyetler" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "<" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr ">" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "doÄŸru" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Komut" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Normal" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Uçbirim" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Gömülü" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "kaldır" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "BaÅŸlangıç bildirimi" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "Kullanıcı olarak çalıştır" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Tanımlama" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Dosya" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "Yeni Caja menüsü" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Kaydet" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistem" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Görünüş ve İşleyiÅŸ" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Komut satırı" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "GiriÅŸ tuÅŸu" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Sil" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "F5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Görünüm" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Araç Çubukları" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Özellikler" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "İkon" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Yol" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "YOL" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Eylem" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Notlar" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "BaÅŸlangıç" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "BaÅŸlangıç" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "baÄŸlantı" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Bu kılavuz, GFDL (GNU Özgür Belgelendirme Lisansı) kapsamında yayınlanan " "MATE kılavuzları koleksiyonunun bir parçasıdır. Bu kılavuzu koleksiyondan " "ayrı bir biçimde dağıtmak istiyorsanız, lisansın 6. bölümünde açıklandığı " "gibi kılavuza lisansın bir kopyasını ilave ederek yapabilirsiniz." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "Firmalar tarafından ürün ve hizmetlerinin ayırt edilmeleri için " "kullandıkları isimlerin birçoÄŸu tescilli marka olarak ayrılmıştır. Bu " "isimlerin MATE belgelendirilmesinde yer alması ve MATE Belgelendirme Projesi" " mensupları bu tescilli markalardan haberdar edildikleri durumda, isimlerin " "ilk harfi ya da tamamı büyük harflerle yazılır." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "BELGE OLDUÄžU GİBİ, AÇIK VEYA ZIMNİ HİÇBİR TÜRLÜ GARANTİ OLMADAN SUNULMUÅžTUR," " Kİ BUNA SINIRLAMA OLMAKSIZIN BELGE VEYA BELGENİN DEĞİŞTİRİLMİŞ SÜRÜMLERİNİN" " BELLİ BİR AMACA UYGUN OLMALARI, KUSURDAN ARINMIÅž OLMALARI VEYA HAK " "İHLALİNDE BULUNMAMALARI GARANTİLERİ OLMAMASI DA DAHİLDİR. BELGE VE BELGENİN " "DEĞİŞTİRİLMİŞ SÜRÜMLERİNİN KALİTESİ, DOÄžRULUÄžU VE PERFORMANSINA İLİŞKİN TÜM " "RİSK SİZE AİTTİR. HERHANGİ BİR BELGE VEYA BELGENİN DEĞİŞTİRİLMİŞ SÜRÜMÜNÜN " "KUSURLU OLMASI HALİNDE, GEREKLİ SERVİS, ONARIM VE DÜZELTMENİN ÜCRETİNİ SİZ " "ÜSTLENİRSİNİZ (İLK YAZAR, HAZIRLAYAN VEYA HERHANGİ BİR KATILIMCI DEĞİL). BU " "GARANTİ REDDİ BU LİSANSIN TEMEL BİR PARÇASINI OLUÅžTURMAKTADIR. HERHANGİ BİR " "BELGENİN VEYA BELGENİN DEĞİŞTİRİLMİŞ BİR SÜRÜMÜNÜN KULLANIMINA SADECE BU " "GARANTİ REDDİ ALTINDA İZİN VERİLMİŞTİR; VE" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "HİÇBİR KOÅžULDA VE HİÇBİR YASAL TEORİDE, Kİ BU TAZMİNAT YÜKÜMLÜLÜĞÜ (İHMAK DE" " DAHİL), KONTRATO VEYA BAÅžKA BİR ÅžEKİLİ DE İÇERİR, BELGEYİ VE BELGENİN " "DEĞİŞTİRİLMİŞ SÜRÜMLERİNİ İLK YAZAN, YAZAR, HERHANGİ BİR KATKIDA BULUNAN, " "DAÄžITAN VEYA BU TARAFLARIN HERHANGİ BİR TEDARİKÇİSİ HERHANGİ DOÄžRUDAN, " "DOLAYLI, ÖZEL, ARIZİ ZARARLARDAN HERHANGİ BİR KİŞİ SORUMLU DEĞİLDİR, Kİ " "BUNA BU TÜR KAYIPLAR HAKKINDA BU TARFAFIN BİLGİLENDİRİLMİŞ OLMASI GEREKSE " "BİLE SINIRLANMAMIÅž OLMAK ÜZERE ÅžEREFİYE KAYBI, İŞ DURMASI, BİLGİSAYAR " "BOZULMASI VE YANLIÅž ÇALIÅžMASI VEYA BELGENİN VE BELGENİN DEĞİŞTİRİLMİŞ " "SÜRÜMLERİNİN KULLANIMINDAN VEYA KULLANIMIYLA İLİŞKİLİ TÜM KAYIPLAR DAHİLDİR." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "BELGE VE BELGENİN DEĞİŞTİRİLMİŞ SÜRÜMLERİ GNU FREE DOCUMENTATION LICENSE " "(YANİ GNU ÖZGÜR BELGE LİSANSI) KAPSAMINDA, ÅžU KONULARDA ANLAÅžMAYLA " "SUNULMUÅžTUR: <_:orderedlist-1/>" caja-actions-1.27.0/docs/help/ug/000077500000000000000000000000001433352025300164305ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/ug/ug.po000066400000000000000000004441411433352025300174130ustar00rootroot00000000000000# # Translators: # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Uyghur (https://www.transifex.com/mate/teams/13566/ug/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ug\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "كۆزنەكلەر" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "قىسقۇچ" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "كۆز يۈگۈرت" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "تەھرىر" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "مايىللىق" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "راست" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "بۇيرۇق" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "نورمال" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "ØªÛØ±Ù…ىنال" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "چۈشەندۈرۈش" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "ھۆججەت" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "ساقلا" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "سىستÛما" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "كۆرۈنۈش تۇيغۇسى" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "بۇيرۇق قۇرى" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "ئۆچۈر" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "كۆرۈنۈش" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "خاسلىق" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "سىنبەلگە" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "يولى" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "PATH" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "مەشغۇلات" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "ئىزاھ" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "تونۇشتۇرۇش" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "ئۇلانما" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/uk/000077500000000000000000000000001433352025300164345ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/uk/uk.po000066400000000000000000004554611433352025300174320ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # zubr139, 2021 # Stefano Karapetsas , 2021 # Wolfgang Ulbrich , 2021 # Микола Ткач , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Микола Ткач , 2021\n" "Language-Team: Ukrainian (https://www.transifex.com/mate/teams/13566/uk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: uk\n" "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Вольфґанґ Ульбріх" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "Проєкт Ð´Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ GNOME" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "Проєкт Ð´Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ MATE" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Ð’Ñтавити" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Вікна" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "Del" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Теки" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "ÐавігаціÑ" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Різне" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Зміни" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Параметри" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "Так" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "<" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr ">" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "так" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Команда" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Початкове" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Термінал" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Вбудований" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "ОпиÑ" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "Ð†Ð¼Ð¿Ð¾Ñ€Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ñ–Ð¹" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Файл" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "Ðовий профіль" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Зберегти" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "СиÑтема" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Зовнішній виглÑд" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Командний Ñ€Ñдок" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "Return" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "Ð’" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Вилучити" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "F5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "ВиглÑд" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Панелі знарÑдь" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "ВлаÑтивоÑті" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Піктограма" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "ШлÑÑ…" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "ШЛЯХ" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "ДіÑ" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Ðотатки" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Ð’Ñтуп" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "Початок роботи" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "поÑиланнÑ" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "Цей поÑібник Ñ” чаÑтиною збірки документації MATE, Ñка розповÑюджуєтьÑÑ Ð·Ð° " "умовами ліцензії GFDL. Якщо ви бажаєте розповÑюджувати цей поÑібник окремо " "від збірки, можете це зробити додавши до нього копію ліцензії, Ñк опиÑано в " "пункті 6 ліцензії." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "ДеÑкі назви, Ñкі викориÑтовуютьÑÑ ÐºÐ¾Ð¼Ð¿Ð°Ð½Ñ–Ñми Ð´Ð»Ñ Ñ€Ð¾Ð·Ð¿Ð¾Ð²ÑÑŽÐ´Ð¶ÐµÐ½Ð½Ñ Ñвоїх " "продуктів та поÑлуг Ñ” торговими марками. Якщо такі назви зуÑтрічаютьÑÑ Ð² " "документації MATE Ñ– учаÑникам проєкту Ð´Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ MATE відомо, що вони Ñ” " "торговими марками, тоді ці назви виділÑтьÑÑ Ð²ÐµÐ»Ð¸ÐºÐ¸Ð¼Ð¸ літерами або " "починаютьÑÑ Ð· великої літери." #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "ДОКУМЕÐТ ÐÐДÐЄТЬСЯ \\\"ЯК Є\\\", БЕЗ БУДЬ-ЯКИХ ГÐРÐÐТІЇ, ЯВÐИХ ЧИ ÐЕЯВÐИХ, " "ВКЛЮЧÐЮЧИ, ÐЛЕ ÐЕ ОБМЕЖУЮЧИСЬ, ГÐРÐÐТІЙ ЩО ЦЕЙ ДОКУМЕÐТ ЧИ ЗМІÐЕÐРВЕРСІЯ " "ДОКУМЕÐТРВІЛЬÐІ ВІД ДЕФЕКТІВ, ПРИДÐТÐІ ДО ПРОДÐЖУ, ВІДПОВІДÐЮТЬ ПЕВÐІЙ МЕТІ" " ÐБО ÐЕ ПОРУШУЮТЬ ЧИЇСЬ ПРÐÐ’Ð. ВЕСЬ РИЗИК ЗРЯКІСТЬ, ТОЧÐІСТЬ, ТРЧИÐÐІСТЬ " "ЦЬОГО ДОКУМЕÐТУ ÐБО ЙОГО ЗМІÐЕÐИХ ВЕРСІЙ ЛЕЖИТЬ ÐÐ Ð’ÐС. ЯКЩО БУДЬ-ЯКИЙ " "ДОКУМЕÐТ ЧИ ЗМІÐЕÐРВЕРСІЯ БУДУТЬ ВИЗÐÐÐІ ДЕФЕКТÐИМИ У БУДЬ-ЯКОМУ " "ВІДÐОШЕÐÐІ, ВИ (ÐЕ ПОЧÐТКОВИЙ УКЛÐДÐЧ, ÐВТОР ÐБО БУДЬ-ЯКИЙ СПІВÐВТОР) БЕРЕТЕ" " ÐРСЕБЕ ВИТРÐТИ ЗРБУДЬ-ЯКЕ ÐЕОБХІДÐЕ ОБСЛУГОВУВÐÐÐЯ, РЕМОÐТ ЧИ " "ВИПРÐВЛЕÐÐЯ. ЦЯ ВІДМОВРВІД ГÐРÐÐТІЙ СКЛÐДÐЄ Ð’ÐЖЛИВУ ЧÐСТИÐУ ЦІЄЇ ЛІЦЕÐЗІЇ. " "ÐЕ ДОПУСКÐЄТЬСЯ ВИКОРИСТÐÐÐЯ ЦЬОГО ДОКУМЕÐТУ ÐБО ЙОГО ЗМІÐЕÐОЇ ВЕРСІЇ БЕЗ " "ПРИЙÐЯТТЯ ЦІЄЇ ВІДМОВИ; ТÐ" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "ÐІ ЗРЯКИХ ОБСТÐВИРТРЗРБУДЬ-ЯКОГО ЗÐКОÐОДÐВСТВÐ, ЧИ ТО ГРОМÐДЯÐСЬКОЇ " "ВІДПОВІДÐЛЬÐОСТІ (ВКЛЮЧÐЮЧИ Ð¥ÐЛÐТÐІСТЬ), ДОГОВОРУ, ЧИ ЧОГОСЬ ІÐШОГО, ÐВТОР, " "ПОЧÐТКОВИЙ УКЛÐДÐЧ, БУДЬ-ЯКИЙ СПІВÐВТОР, ÐБО ДИСТРИБ'ЮТОР ДОКУМЕÐТУ ЧИ " "ЗМІÐЕÐОЇ ВЕРСІЇ ДОКУМЕÐТУ, ÐБО БУДЬ-ЯКИЙ ПОСТÐЧÐЛЬÐИК БУДЬ-ЯКОЇ З ЦИХ " "СТОРІÐ, ÐЕ ÐЕСЕ ВІДПОВІДÐЛЬÐІСТЬ ПЕРЕД БУДЬ-ЯКОЮ ОСОБОЮ ЗРБУДЬ-ЯКІ ПРЯМІ, " "ÐЕПРЯМІ, ОСОБЛИВІ, ВИПÐДКОВІ, ÐБО ІСТОТÐІ ЗБИТКИ БУДЬ-ЯКОГО Ð¥ÐРÐКТЕРУ " "ВКЛЮЧÐЮЧИ, ÐЛЕ ÐЕ ОБМЕЖУЮЧИСЬ, ЗБИТКÐМИ ВІД ВТРÐТИ ПРЕСТИЖУ, ЗУПИÐКИ РОБОТИ," " ЗБОЇВ ÐБО ÐЕСПРÐÐ’ÐОСТЕЙ КОМП'ЮТЕРÐ, ÐБО БУДЬ-ЯКІ ІÐШІ ЗБИТКИ ÐБО ВТРÐТИ ЩО " "ВИÐИКЛИ БЕЗВІДÐОСÐО ÐБО Ð’ÐÐСЛІДОК ВИКОРИСТÐÐÐЯ ЦЬОГО ДОКУМЕÐТУ ТРЗМІÐЕÐИХ " "ВЕРСІЙ ЦЬОГО ДОКУМЕÐТУ, ÐÐВІТЬ ЯКЩО ЦІ СТОРОÐИ, МОЖЛИВО, БУЛИ ПРОІÐФОРМОВÐÐІ" " ПРО МОЖЛИВІСТЬ ТÐКИХ ЗБИТКІВ." #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" "ДОКУМЕÐТ Й ЗМІÐЕÐІ ВЕРСІЇ ДОКУМЕÐТУ ÐÐДÐЮТЬСЯ ЗРУМОВÐМИ ЛІЦЕÐЗІЇ " "БЕЗКОШТОВÐОЇ ДОКУМЕÐТÐЦІЇ GNU З РОЗУМІÐÐЯМ ЩО: <_:orderedlist-1/>" caja-actions-1.27.0/docs/help/ur/000077500000000000000000000000001433352025300164435ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/ur/ur.po000066400000000000000000004437651433352025300174540ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # mauron, 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: mauron, 2021\n" "Language-Team: Urdu (https://www.transifex.com/mate/teams/13566/ur/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ur\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "ØŸ" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "ونڈوز" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Ùولڈر" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "انتخاب" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "تدوین" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "ترجیحات" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "کمانڈ" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "عام" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "ٹرمنل" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "ØªÙØµÛŒÙ„" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "ÙØ§Ø¦Ù„" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "محÙوظ کریں" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "نظام" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "منظر اور احساس" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "کمانڈ لائن" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "حذ٠کریں" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "منظر" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "اوزاری پٹیاں" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "خصوصیات" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "آئکن" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "پاتھ" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "عمل" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "نوٹس" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "تعارÙ" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "ربط" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/uz/000077500000000000000000000000001433352025300164535ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/uz/uz.po000066400000000000000000004440451433352025300174640ustar00rootroot00000000000000# # Translators: # Umidjon Almasov , 2021 # Stefano Karapetsas , 2021 # Muzaffar Habibullayev , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Muzaffar Habibullayev , 2021\n" "Language-Team: Uzbek (https://www.transifex.com/mate/teams/13566/uz/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: uz\n" "Plural-Forms: nplurals=1; plural=0;\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "Kiritish" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Oynalar" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Jildlar" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Ko'rish" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Tahrir" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Parametrlar" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Buyruq" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Odatiy" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Taʼrifi" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Fayl" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Saqlash" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Tizim" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Ko'rinish" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "O'chirish" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Ko'rinish" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Asboblar panellari" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Xususiyatlar" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Nishoncha" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Yo'l" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Amal" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Izohlar" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "bogÊ»lama" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/vi/000077500000000000000000000000001433352025300164335ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/vi/vi.po000066400000000000000000004442301433352025300174200ustar00rootroot00000000000000# # Translators: # Meongu Ng. , 2021 # Horazone Detex , 2021 # Martin Wimpress , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Vietnamese (https://www.transifex.com/mate/teams/13566/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Cá»­a sổ" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "Thư mục" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Duyệt" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Common" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Sá»­a" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Tùy chỉnh" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "đúng" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Lệnh" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "Chuẩn" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Thiết bị cuối" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "Nhúng" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Mô tả" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Tập tin" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Lưu" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Hệ thống" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "Sắc thái" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Dòng lệnh" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Xóa" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Xem" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Thanh công cụ" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Thông tin" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Biểu tượng" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "ÄÆ°á»ng dẫn" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "ÄÆ¯á»œNG DẪN" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Hành động" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Ghi chú" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "Giá»›i thiệu" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "liên kết" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/wa/000077500000000000000000000000001433352025300164245ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/wa/wa.po000066400000000000000000004436511433352025300174100ustar00rootroot00000000000000# # Translators: # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Walloon (https://www.transifex.com/mate/teams/13566/wa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: wa\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja." #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "×" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Purneas" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Foyter" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Comon" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Candjî" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Preferinces" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "NormÃ¥" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "TerminÃ¥" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Discrijhaedje" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "Fitchî" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Schaper" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Sistinme" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Roye di comande" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Disfacer" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Vey" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "BÃ¥rs Ã¥s usteyes" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Prôpietés" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Tchimin" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Accion" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Notes" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "loyén" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/xh/000077500000000000000000000000001433352025300164345ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/xh/xh.po000066400000000000000000004437531433352025300174330ustar00rootroot00000000000000# # Translators: # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Xhosa (https://www.transifex.com/mate/teams/13566/xh/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: xh\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "i-Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "U-Windows" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Khangela" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "Iqhelekile" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Hlela" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "Uluhlu lwezinto ezikhethwayo" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "I-Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "I-Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Umyalelo" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "I-Terminal" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Inkcazelo" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "iFayili" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "Gcina" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Isixokelelwano" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "Umgca woMyalelo" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "u-X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Cima" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "Okubonakalayo" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "I-Toolbars" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Iimpawu" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Umfanekiso ongumqondiso" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Indlela" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "INDLELA" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Isenzo" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Amanqaku" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "unxulumano" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/zh_CN/000077500000000000000000000000001433352025300170165ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/zh_CN/zh_CN.po000066400000000000000000004507431433352025300203740ustar00rootroot00000000000000# # Translators: # liu lizhi , 2021 # Zkdc, 2021 # a73a47e368cc011d8f94528bd9d5d3f1_91fccdf <1b07f49e2a323989c85dd26d526f7bb9_871526>, 2021 # 玉堂白鹤 , 2021 # Mingye Wang , 2021 # biqiu-ssw , 2021 # e0c668032ced196bd60f2b6a070d982d_8f72ae0, 2021 # Mingcong Bai , 2021 # Martin Wimpress , 2021 # shuyu liu , 2021 # zhineng404 , 2021 # Stefano Karapetsas , 2021 # Wolfgang Ulbrich , 2021 # OkayPJ <1535253694@qq.com>, 2021 # Wenbin Lv , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Wenbin Lv , 2021\n" "Language-Team: Chinese (China) (https://www.transifex.com/mate/teams/13566/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "GNOME 文档项目" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "MATE 文档项目" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "æ’å…¥" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "窗å£" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "删除" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "文件夹" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "æµè§ˆ" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "公共" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "编辑" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "首选项" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "确定" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "<" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr ">" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "真" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "命令" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "正常" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "终端" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "嵌入" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "æè¿°" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "文件" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "ä¿å­˜" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "系统" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "外观" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "命令行" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "回车" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "删除" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "F5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "查看" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "工具æ " #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "属性" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "图标" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "路径" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "路径" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "动作" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "备忘" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "介ç»" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "入门" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "链接" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" "本手册是在 GFDL 许å¯ä¹‹ä¸‹åˆ†å‘çš„ MATE 手册集åˆçš„一部分。如果想è¦å•ç‹¬åˆ†å‘æ­¤æ‰‹å†Œï¼Œå¯ä»¥åœ¨æ‰‹å†Œä¸­æ·»åŠ è¯¥è®¸å¯è¯çš„一份副本然åŽåˆ†å‘,如该许å¯è¯çš„第 6" " 部分所述。" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" "å„个公å¸ä½¿ç”¨çš„许多用于区别它们产å“å’ŒæœåŠ¡çš„å称都声明为商标。在所有的 MATE æ–‡æ¡£ä»¥åŠ MATE " "文档项目的æˆå‘˜ä¸­ï¼Œè¿™äº›åç§°éƒ½æ˜¯ä»¥å…¨å¤§å†™å­—æ¯æˆ–首字æ¯å¤§å†™æ˜¾ç¤ºï¼Œä»Žè€Œè¡¨æ˜Žå®ƒä»¬æ˜¯å•†æ ‡ã€‚" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" "æ–‡æ¡£æŒ‰â€œåŽŸæ ·â€æä¾›ï¼Œä¸æä¾›ä»»ä½•æ˜Žç¤ºæˆ–æš—ç¤ºçš„ä¿è¯ï¼ŒåŒ…括但ä¸é™äºŽï¼šæ–‡æ¡£æˆ–文档的修改版本没有适销性方é¢çš„缺陷ã€é€‚åˆç‰¹å®šç›®çš„çš„é€‚ç”¨æ€§ï¼Œä»¥åŠæ²¡æœ‰ä¾µæƒè¡Œä¸ºã€‚æ‚¨å°†è‡ªè¡Œæ‰¿æ‹…æœ¬æ–‡æ¡£ä»¥åŠæ–‡æ¡£ä¿®æ”¹ç‰ˆæœ¬çš„è´¨é‡ã€å‡†ç¡®æ€§ä»¥åŠæ€§èƒ½æ–¹é¢çš„风险。如果任何文档或文档修改版本存在缺陷,您(è€Œä¸æ˜¯æœ€åˆçš„编写者ã€ä½œè€…或撰写人)将承担所有必需的æœåŠ¡ã€ç»´ä¿®æˆ–更正的费用。此å…责声明是本许å¯è¯çš„é‡è¦ç»„æˆéƒ¨åˆ†ã€‚å¦‚æžœä¸æŽ¥å—æ­¤å…责声明,那么您就没有æƒåˆ©ä½¿ç”¨ä»»ä½•文档或文档的修改版本;并且" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" "无论在任何情况以åŠåœ¨ä»»ä½•法律ç†è®ºä¸‹ï¼Œæœ¬æ–‡æ¡£æˆ–æ–‡æ¡£ä¿®æ”¹ç‰ˆæœ¬çš„ä½œè€…ã€æœ€åˆçš„编写者ã€ä»»ä½•撰写人或任何分å‘者,或者任æ„这些方的任何æä¾›è€…都ä¸å¯¹ä»»ä½•人由于使用本文档或文档修改版本引起或带æ¥çš„任何直接的ã€é—´æŽ¥çš„ã€ç‰¹æ®Šçš„ã€å¶ç„¶çš„æˆ–ç»§å‘çš„æŸå¤±æ‰¿æ‹…任何民事(包括ç–忽)ã€åˆåŒæˆ–其它方é¢çš„责任,这些æŸå¤±åŒ…括但ä¸é™äºŽä¿¡èª‰æŸå¤±ã€å·¥ä½œåœæ­¢ã€è®¡ç®—æœºå¤±è´¥æˆ–æ•…éšœï¼Œæˆ–ä»»ä½•ä»¥åŠæ‰€æœ‰å…¶å®ƒæŸå¤±æˆ–由此引å‘的或与之相关的æŸå¤±ï¼Œå³ä½¿è¿™äº›æ–¹å·²è¢«å‘ŠçŸ¥å­˜åœ¨å‡ºçŽ°æ­¤ç±»æŸå¤±çš„å¯èƒ½æ€§æ—¶ä¹Ÿæ˜¯å¦‚此。" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "æœ¬æ–‡æ¡£å’Œæ–‡æ¡£æ˜¯æ ¹æ® GNU å…费文档许å¯åè®®çš„æ¡æ¬¾æä¾›çš„,并且还有进一步的é˜è¿°: <_:orderedlist-1/>" caja-actions-1.27.0/docs/help/zh_HK/000077500000000000000000000000001433352025300170205ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/zh_HK/zh_HK.po000066400000000000000000004441021433352025300203700ustar00rootroot00000000000000# # Translators: # Martin Wimpress , 2021 # tomoe_musashi , 2021 # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Chinese (Hong Kong) (https://www.transifex.com/mate/teams/13566/zh_HK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_HK\n" "Plural-Forms: nplurals=1; plural=0;\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "æ’å…¥" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "×" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "視窗" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "資料夾" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "ç€è¦½" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "一般字符" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "編輯" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "å好設定" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "ï¼" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "true" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "指令" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "正常" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "終端機" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "內嵌的" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "æè¿°" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "檔案" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "儲存" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "系統" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "外觀與感覺" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "命令列" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "刪除" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "檢視" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "工具列" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "屬性" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "圖示" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "路徑" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "路徑" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "動作" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "備註" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "導覽" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "連çµ" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/zh_TW/000077500000000000000000000000001433352025300170505ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/zh_TW/zh_TW.po000066400000000000000000004444521433352025300204600ustar00rootroot00000000000000# # Translators: # Walter Cheuk , 2021 # Woodman Tuen , 2021 # Martin Wimpress , 2021 # 趙惟倫 , 2021 # 黃æŸè«º , 2021 # Stefano Karapetsas , 2021 # lin feather , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: lin feather , 2021\n" "Language-Team: Chinese (Taiwan) (https://www.transifex.com/mate/teams/13566/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "Wolfgang Ulbrich" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "GNOME文件專案" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "MATE文件專案" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "æ’å…¥" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "*" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "?" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "視窗" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "Del" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "資料夾" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "ç€è¦½" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "/" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "一般字元" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "編輯" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "å好設定" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "確定" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "<" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "=" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr ">" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "true" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "Ctrl" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "Shift" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "指令" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "一般" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "終端機" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "內嵌的" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "æè¿°" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "%s" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "%X" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "%" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "檔案" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "儲存" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "系統" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "外觀與感覺" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "命令列" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "Return" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "X" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "C" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "V" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "刪除" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "F5" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "F1" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "檢視" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "工具列" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "屬性" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "圖示" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "路徑" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "路徑" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "動作" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "備註" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "導覽" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "連çµ" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/help/zu/000077500000000000000000000000001433352025300164535ustar00rootroot00000000000000caja-actions-1.27.0/docs/help/zu/zu.po000066400000000000000000004435501433352025300174640ustar00rootroot00000000000000# # Translators: # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:12+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Zulu (https://www.transifex.com/mate/teams/13566/zu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: zu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. (itstool) path: appendix/title #: C/appendix-gnu-fdl-1.3.xml:2 msgid "GNU Free Documentation License" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:3 msgid "Version 1.3, 3 November 2008" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:6 msgid "Free Software Foundation, Inc." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:4 msgid "Copyright © 2000, 2001, 2002, 2007, 2008 <_:ulink-1/>" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:8 msgid "" "Everyone is permitted to copy and distribute verbatim copies of this license" " document, but changing it is not allowed." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:12 msgid "0. PREAMBLE" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:15 msgid "" "The purpose of this License is to make a manual, textbook, or other " "functional and useful document “free†in the sense of freedom: to assure " "everyone the effective freedom to copy and redistribute it, with or without " "modifying it, either commercially or noncommercially. Secondarily, this " "License preserves for the author and publisher a way to get credit for their" " work, while not being considered responsible for modifications made by " "others." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:24 msgid "" "This License is a kind of “copyleftâ€, which means that derivative works of " "the document must themselves be free in the same sense. It complements the " "GNU General Public License, which is a copyleft license designed for free " "software." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:30 msgid "" "We have designed this License in order to use it for manuals for free " "software, because free software needs free documentation: a free program " "should come with manuals providing the same freedoms that the software does." " But this License is not limited to software manuals; it can be used for any" " textual work, regardless of subject matter or whether it is published as a " "printed book. We recommend this License principally for works whose purpose " "is instruction or reference." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:39 msgid "1. APPLICABILITY AND DEFINITIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:42 msgid "" "This License applies to any manual or other work, in any medium, that " "contains a notice placed by the copyright holder saying it can be " "distributed under the terms of this License. Such a notice grants a world-" "wide, royalty-free license, unlimited in duration, to use that work under " "the conditions stated herein. The “Documentâ€, below, refers to any such " "manual or work. Any member of the public is a licensee, and is addressed as " "“youâ€. You accept the license if you copy, modify or distribute the work in " "a way requiring permission under copyright law." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:53 msgid "" "A “Modified Version†of the Document means any work containing the Document " "or a portion of it, either copied verbatim, or with modifications and/or " "translated into another language." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:58 msgid "" "A “Secondary Section†is a named appendix or a front-matter section of the " "Document that deals exclusively with the relationship of the publishers or " "authors of the Document to the Document’s overall subject (or to related " "matters) and contains nothing that could fall directly within that overall " "subject. (Thus, if the Document is in part a textbook of mathematics, a " "Secondary Section may not explain any mathematics.) The relationship could " "be a matter of historical connection with the subject or with related " "matters, or of legal, commercial, philosophical, ethical or political " "position regarding them." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:69 msgid "" "The “Invariant Sections†are certain Secondary Sections whose titles are " "designated, as being those of Invariant Sections, in the notice that says " "that the Document is released under this License. If a section does not fit " "the above definition of Secondary then it is not allowed to be designated as" " Invariant. The Document may contain zero Invariant Sections. If the " "Document does not identify any Invariant Sections then there are none." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:78 msgid "" "The “Cover Texts†are certain short passages of text that are listed, as " "Front-Cover Texts or Back-Cover Texts, in the notice that says that the " "Document is released under this License. A Front-Cover Text may be at most 5" " words, and a Back-Cover Text may be at most 25 words." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:84 msgid "" "A “Transparent†copy of the Document means a machine-readable copy, " "represented in a format whose specification is available to the general " "public, that is suitable for revising the document straightforwardly with " "generic text editors or (for images composed of pixels) generic paint " "programs or (for drawings) some widely available drawing editor, and that is" " suitable for input to text formatters or for automatic translation to a " "variety of formats suitable for input to text formatters. A copy made in an " "otherwise Transparent file format whose markup, or absence of markup, has " "been arranged to thwart or discourage subsequent modification by readers is " "not Transparent. An image format is not Transparent if used for any " "substantial amount of text. A copy that is not “Transparent†is called " "“Opaqueâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:98 msgid "" "Examples of suitable formats for Transparent copies include plain ASCII " "without markup, Texinfo input format, LaTeX input format, SGML or XML using " "a publicly available DTD, and standard-conforming simple HTML, PostScript or" " PDF designed for human modification. Examples of transparent image formats " "include PNG, XCF and JPG. Opaque formats include proprietary formats that " "can be read and edited only by proprietary word processors, SGML or XML for " "which the DTD and/or processing tools are not generally available, and the " "machine-generated HTML, PostScript or PDF produced by some word processors " "for output purposes only." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:109 msgid "" "The “Title Page†means, for a printed book, the title page itself, plus such" " following pages as are needed to hold, legibly, the material this License " "requires to appear in the title page. For works in formats which do not have" " any title page as such, “Title Page†means the text near the most prominent" " appearance of the work’s title, preceding the beginning of the body of the " "text." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:117 msgid "" "The “publisher†means any person or entity that distributes copies of the " "Document to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:121 msgid "" "A section “Entitled XYZ†means a named subunit of the Document whose title " "either is precisely XYZ or contains XYZ in parentheses following text that " "translates XYZ in another language. (Here XYZ stands for a specific section " "name mentioned below, such as “Acknowledgementsâ€, “Dedicationsâ€, " "“Endorsementsâ€, or “Historyâ€.) To “Preserve the Title†of such a section " "when you modify the Document means that it remains a section “Entitled XYZ†" "according to this definition." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:132 msgid "" "The Document may include Warranty Disclaimers next to the notice which " "states that this License applies to the Document. These Warranty Disclaimers" " are considered to be included by reference in this License, but only as " "regards disclaiming warranties: any other implication that these Warranty " "Disclaimers may have is void and has no effect on the meaning of this " "License." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:140 msgid "2. VERBATIM COPYING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:143 msgid "" "You may copy and distribute the Document in any medium, either commercially " "or noncommercially, provided that this License, the copyright notices, and " "the license notice saying this License applies to the Document are " "reproduced in all copies, and that you add no other conditions whatsoever to" " those of this License. You may not use technical measures to obstruct or " "control the reading or further copying of the copies you make or distribute." " However, you may accept compensation in exchange for copies. If you " "distribute a large enough number of copies you must also follow the " "conditions in section 3." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:154 msgid "" "You may also lend copies, under the same conditions stated above, and you " "may publicly display copies." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:158 msgid "3. COPYING IN QUANTITY" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:161 msgid "" "If you publish printed copies (or copies in media that commonly have printed" " covers) of the Document, numbering more than 100, and the Document’s " "license notice requires Cover Texts, you must enclose the copies in covers " "that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on" " the front cover, and Back-Cover Texts on the back cover. Both covers must " "also clearly and legibly identify you as the publisher of these copies. The " "front cover must present the full title with all words of the title equally " "prominent and visible. You may add other material on the covers in addition." " Copying with changes limited to the covers, as long as they preserve the " "title of the Document and satisfy these conditions, can be treated as " "verbatim copying in other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:174 msgid "" "If the required texts for either cover are too voluminous to fit legibly, " "you should put the first ones listed (as many as fit reasonably) on the " "actual cover, and continue the rest onto adjacent pages." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:179 msgid "" "If you publish or distribute Opaque copies of the Document numbering more " "than 100, you must either include a machine-readable Transparent copy along " "with each Opaque copy, or state in or with each Opaque copy a computer-" "network location from which the general network-using public has access to " "download using public-standard network protocols a complete Transparent copy" " of the Document, free of added material. If you use the latter option, you " "must take reasonably prudent steps, when you begin distribution of Opaque " "copies in quantity, to ensure that this Transparent copy will remain thus " "accessible at the stated location until at least one year after the last " "time you distribute an Opaque copy (directly or through your agents or " "retailers) of that edition to the public." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:192 msgid "" "It is requested, but not required, that you contact the authors of the " "Document well before redistributing any large number of copies, to give them" " a chance to provide you with an updated version of the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:197 msgid "4. MODIFICATIONS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:200 msgid "" "You may copy and distribute a Modified Version of the Document under the " "conditions of sections 2 and 3 above, provided that you release the Modified" " Version under precisely this License, with the Modified Version filling the" " role of the Document, thus licensing distribution and modification of the " "Modified Version to whoever possesses a copy of it. In addition, you must do" " these things in the Modified Version:" msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:210 msgid "" "Use in the Title Page (and on the covers, if any) a title distinct from that" " of the Document, and from those of previous versions (which should, if " "there were any, be listed in the History section of the Document). You may " "use the same title as a previous version if the original publisher of that " "version gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:219 msgid "" "List on the Title Page, as authors, one or more persons or entities " "responsible for authorship of the modifications in the Modified Version, " "together with at least five of the principal authors of the Document (all of" " its principal authors, if it has fewer than five), unless they release you " "from this requirement." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:228 msgid "" "State on the Title page the name of the publisher of the Modified Version, " "as the publisher." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:234 msgid "Preserve all the copyright notices of the Document." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:239 msgid "" "Add an appropriate copyright notice for your modifications adjacent to the " "other copyright notices." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:245 msgid "" "Include, immediately after the copyright notices, a license notice giving " "the public permission to use the Modified Version under the terms of this " "License, in the form shown in the Addendum below." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:252 msgid "" "Preserve in that license notice the full lists of Invariant Sections and " "required Cover Texts given in the Document’s license notice." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:259 msgid "Include an unaltered copy of this License." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:264 msgid "" "Preserve the section Entitled “Historyâ€, Preserve its Title, and add to it " "an item stating at least the title, year, new authors, and publisher of the " "Modified Version as given on the Title Page. If there is no section Entitled" " “History†in the Document, create one stating the title, year, authors, and" " publisher of the Document as given on its Title Page, then add an item " "describing the Modified Version as stated in the previous sentence." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:275 msgid "" "Preserve the network location, if any, given in the Document for public " "access to a Transparent copy of the Document, and likewise the network " "locations given in the Document for previous versions it was based on. These" " may be placed in the “History†section. You may omit a network location for" " a work that was published at least four years before the Document itself, " "or if the original publisher of the version it refers to gives permission." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:286 msgid "" "For any section Entitled “Acknowledgements†or “Dedicationsâ€, Preserve the " "Title of the section, and preserve in the section all the substance and tone" " of each of the contributor acknowledgements and/or dedications given " "therein." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:294 msgid "" "Preserve all the Invariant Sections of the Document, unaltered in their text" " and in their titles. Section numbers or the equivalent are not considered " "part of the section titles." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:301 msgid "" "Delete any section Entitled “Endorsementsâ€. Such a section may not be " "included in the Modified Version." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:307 msgid "" "Do not retitle any existing section to be Entitled “Endorsements†or to " "conflict in title with any Invariant Section." msgstr "" #. (itstool) path: listitem/simpara #: C/appendix-gnu-fdl-1.3.xml:314 msgid "Preserve any Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:319 msgid "" "If the Modified Version includes new front-matter sections or appendices " "that qualify as Secondary Sections and contain no material copied from the " "Document, you may at your option designate some or all of these sections as " "invariant. To do this, add their titles to the list of Invariant Sections in" " the Modified Version’s license notice. These titles must be distinct from " "any other section titles." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:327 msgid "" "You may add a section Entitled “Endorsementsâ€, provided it contains nothing " "but endorsements of your Modified Version by various parties — for example, " "statements of peer review or that the text has been approved by an " "organization as the authoritative definition of a standard." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:334 msgid "" "You may add a passage of up to five words as a Front-Cover Text, and a " "passage of up to 25 words as a Back-Cover Text, to the end of the list of " "Cover Texts in the Modified Version. Only one passage of Front-Cover Text " "and one of Back-Cover Text may be added by (or through arrangements made by)" " any one entity. If the Document already includes a cover text for the same " "cover, previously added by you or by arrangement made by the same entity you" " are acting on behalf of, you may not add another; but you may replace the " "old one, on explicit permission from the previous publisher that added the " "old one." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:345 msgid "" "The author(s) and publisher(s) of the Document do not by this License give " "permission to use their names for publicity for or to assert or imply " "endorsement of any Modified Version." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:350 msgid "5. COMBINING DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:353 msgid "" "You may combine the Document with other documents released under this " "License, under the terms defined in section 4 above for modified versions, " "provided that you include in the combination all of the Invariant Sections " "of all of the original documents, unmodified, and list them all as Invariant" " Sections of your combined work in its license notice, and that you preserve" " all their Warranty Disclaimers." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:361 msgid "" "The combined work need only contain one copy of this License, and multiple " "identical Invariant Sections may be replaced with a single copy. If there " "are multiple Invariant Sections with the same name but different contents, " "make the title of each such section unique by adding at the end of it, in " "parentheses, the name of the original author or publisher of that section if" " known, or else a unique number. Make the same adjustment to the section " "titles in the list of Invariant Sections in the license notice of the " "combined work." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:371 msgid "" "In the combination, you must combine any sections Entitled “History†in the " "various original documents, forming one section Entitled “Historyâ€; likewise" " combine any sections Entitled “Acknowledgementsâ€, and any sections Entitled" " “Dedicationsâ€. You must delete all sections Entitled “Endorsementsâ€." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:379 msgid "6. COLLECTIONS OF DOCUMENTS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:382 msgid "" "You may make a collection consisting of the Document and other documents " "released under this License, and replace the individual copies of this " "License in the various documents with a single copy that is included in the " "collection, provided that you follow the rules of this License for verbatim " "copying of each of the documents in all other respects." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:389 msgid "" "You may extract a single document from such a collection, and distribute it " "individually under this License, provided you insert a copy of this License " "into the extracted document, and follow this License in all other respects " "regarding verbatim copying of that document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:395 msgid "7. AGGREGATION WITH INDEPENDENT WORKS" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:398 msgid "" "A compilation of the Document or its derivatives with other separate and " "independent documents or works, in or on a volume of a storage or " "distribution medium, is called an “aggregate†if the copyright resulting " "from the compilation is not used to limit the legal rights of the " "compilation’s users beyond what the individual works permit. When the " "Document is included in an aggregate, this License does not apply to the " "other works in the aggregate which are not themselves derivative works of " "the Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:408 msgid "" "If the Cover Text requirement of section 3 is applicable to these copies of " "the Document, then if the Document is less than one half of the entire " "aggregate, the Document’s Cover Texts may be placed on covers that bracket " "the Document within the aggregate, or the electronic equivalent of covers if" " the Document is in electronic form. Otherwise they must appear on printed " "covers that bracket the whole aggregate." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:416 msgid "8. TRANSLATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:419 msgid "" "Translation is considered a kind of modification, so you may distribute " "translations of the Document under the terms of section 4. Replacing " "Invariant Sections with translations requires special permission from their " "copyright holders, but you may include translations of some or all Invariant" " Sections in addition to the original versions of these Invariant Sections. " "You may include a translation of this License, and all the license notices " "in the Document, and any Warranty Disclaimers, provided that you also " "include the original English version of this License and the original " "versions of those notices and disclaimers. In case of a disagreement between" " the translation and the original version of this License or a notice or " "disclaimer, the original version will prevail." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:432 msgid "" "If a section in the Document is Entitled “Acknowledgementsâ€, “Dedicationsâ€, " "or “Historyâ€, the requirement (section 4) to Preserve its Title (section 1) " "will typically require changing the actual title." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:438 msgid "9. TERMINATION" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:441 msgid "" "You may not copy, modify, sublicense, or distribute the Document except as " "expressly provided under this License. Any attempt otherwise to copy, " "modify, sublicense, or distribute it is void, and will automatically " "terminate your rights under this License." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:447 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:455 msgid "" "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." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:462 msgid "" "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," " receipt of a copy of some or all of the same material does not give you any" " rights to use it." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:469 msgid "10. FUTURE REVISIONS OF THIS LICENSE" msgstr "" #. (itstool) path: simpara/ulink #: C/appendix-gnu-fdl-1.3.xml:477 msgid "Copyleft" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:472 msgid "" "The Free Software Foundation may publish new, revised versions of the GNU " "Free Documentation 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. See <_:ulink-1/>." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:479 msgid "" "Each version of the License is given a distinguishing version number. If the" " Document specifies that a particular numbered version of this License “or " "any later version†applies to it, you have the option of following the terms" " and conditions either of that specified version or of any later version " "that has been published (not as a draft) by the Free Software Foundation. If" " the Document does not specify a version number of this License, you may " "choose any version ever published (not as a draft) by the Free Software " "Foundation. If the Document specifies that a proxy can decide which future " "versions of this License can be used, that proxy’s public statement of " "acceptance of a version permanently authorizes you to choose that version " "for the Document." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:492 msgid "11. RELICENSING" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:495 msgid "" "“Massive Multiauthor Collaboration Site†(or “MMC Siteâ€) means any World " "Wide Web server that publishes copyrightable works and also provides " "prominent facilities for anybody to edit those works. A public wiki that " "anybody can edit is an example of such a server. A “Massive Multiauthor " "Collaboration†(or “MMCâ€) contained in the site means any set of " "copyrightable works thus published on the MMC site." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:504 msgid "" "“CC-BY-SA†means the Creative Commons Attribution-Share Alike 3.0 license " "published by Creative Commons Corporation, a not-for-profit corporation with" " a principal place of business in San Francisco, California, as well as " "future copyleft versions of that license published by that same " "organization." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:511 msgid "" "“Incorporate†means to publish or republish a Document, in whole or in part," " as part of another Document." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:515 msgid "" "An MMC is “eligible for relicensing†if it is licensed under this License, " "and if all works that were first published under this License somewhere " "other than this MMC, and subsequently incorporated in whole or in part into " "the MMC, (1) had no cover texts or invariant sections, and (2) were thus " "incorporated prior to November 1, 2008." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:522 msgid "" "The operator of an MMC Site may republish an MMC contained in the site under" " CC-BY-SA on the same site at any time before August 1, 2009, provided the " "MMC is eligible for relicensing." msgstr "" #. (itstool) path: appendix/bridgehead #: C/appendix-gnu-fdl-1.3.xml:527 msgid "ADDENDUM: How to use this License for your documents" msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:530 msgid "" "To use this License in a document you have written, include a copy of the " "License in the document and put the following copyright and license notices " "just after the title page:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:535 msgid "" "Copyright © YEAR YOUR NAME Permission is granted to copy, distribute and/or " "modify this document under the terms of the GNU Free Documentation License, " "Version 1.3 or any later version published by the Free Software Foundation; " "with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A" " copy of the license is included in the section entitled “GNU Free " "Documentation Licenseâ€." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:542 msgid "" "If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, " "replace the “with… Texts.†line with this:" msgstr "" #. (itstool) path: appendix/screen #: C/appendix-gnu-fdl-1.3.xml:546 msgid "" "with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover " "Texts being LIST, and with the Back-Cover Texts being LIST." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:548 msgid "" "If you have Invariant Sections without Cover Texts, or some other " "combination of the three, merge those two alternatives to suit the " "situation." msgstr "" #. (itstool) path: appendix/simpara #: C/appendix-gnu-fdl-1.3.xml:553 msgid "" "If your document contains nontrivial examples of program code, we recommend " "releasing these examples in parallel under your choice of free software " "license, such as the GNU General Public License, to permit their use in free" " software." msgstr "" #. (itstool) path: title/application #. (itstool) path: para/application #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: phrase/application #: C/articleinfo.xml:2 C/articleinfo.xml:25 C/cact-bugs.xml:19 #: C/cact-bugs.xml:32 C/cact-bugs.xml:40 C/cact-edit.xml:4 C/cact-edit.xml:23 #: C/cact-edit.xml:30 C/cact-edit.xml:33 C/cact-misc.xml:10 #: C/cact-sorting.xml:8 C/cact-starting.xml:2 C/cact-starting.xml:4 #: C/cact-starting.xml:10 C/cact-starting.xml:17 C/cact-starting.xml:48 #: C/cact-starting.xml:51 C/cact-starting.xml:59 C/cact-starting.xml:74 #: C/cact-starting.xml:82 C/cact-starting.xml:231 msgid "Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: articleinfo/title #: C/articleinfo.xml:2 msgid "<_:application-1/> User's Manual" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:5 msgid "2010" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:6 msgid "2011" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:7 msgid "2012" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:8 C/articleinfo.xml:13 msgid "2013" msgstr "" #. (itstool) path: copyright/year #: C/articleinfo.xml:9 C/articleinfo.xml:14 msgid "2014" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:10 msgid "Pierre Wieser" msgstr "" #. (itstool) path: copyright/holder #: C/articleinfo.xml:15 msgid "Wolfgang Ulbrich" msgstr "" #. (itstool) path: para/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:8 C/cact-conditions.xml:14 #: C/cact-execution.xml:56 C/cact-execution.xml:114 C/cact-execution.xml:289 #: C/cact-execution.xml:326 C/cact-execution.xml:334 C/cact-execution.xml:341 #: C/cact-profiles.xml:30 C/cact-profiles.xml:32 C/cact-profiles.xml:48 #: C/cact-profiles.xml:52 C/cact-profiles.xml:57 C/cact-save.xml:10 #: C/cact-starting.xml:498 msgid "Caja-Actions" msgstr "" #. (itstool) path: para/productname #. (itstool) path: title/productname #. (itstool) path: phrase/productname #: C/articleinfo.xml:19 C/cact-bugs.xml:20 C/cact-bugs.xml:32 #: C/cact-bugs.xml:40 C/cact-bugs.xml:44 C/cact-conditions.xml:4 #: C/cact-execution.xml:188 C/cact-menus.xml:54 C/cact-misc.xml:6 #: C/cact-profiles.xml:67 C/cact-starting.xml:269 C/cact-starting.xml:301 #: C/cact-starting.xml:313 C/cact-starting.xml:325 C/cact-starting.xml:337 #: C/cact-starting.xml:349 C/cact-starting.xml:361 C/cact-starting.xml:647 #: C/cact-starting.xml:651 C/cact-starting.xml:658 C/cact-starting.xml:665 #: C/cact-where.xml:17 C/cact-where.xml:33 C/cact-where.xml:38 #: C/cact-where.xml:43 C/cact-where.xml:44 C/cact-where.xml:57 #: C/cact-where.xml:62 C/cact-where.xml:67 C/cact-where.xml:68 #: C/cact-where.xml:78 C/cact-where.xml:96 msgid "Caja" msgstr "Caja" #. (itstool) path: abstract/para #: C/articleinfo.xml:18 msgid "" "<_:productname-1/> is a <_:productname-2/> extension whose principal " "function is to allow the user to add arbitrary actions to the file manager " "context menus. These actions may be organized in menus and submenus, " "exported and shared with other desktop environments." msgstr "" #. (itstool) path: abstract/para #: C/articleinfo.xml:24 msgid "" "This manual describes the <_:application-1/> user interface, and explains " "how you may configure your menus and actions, making them be displayed and " "applied depending on specific conditions." msgstr "" #. (itstool) path: articleinfo/releaseinfo #: C/articleinfo.xml:31 msgid "This manual describes version 3.2 of Caja-Actions Configuration Tool." msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:36 msgid "GNOME Documentation Project" msgstr "" #. (itstool) path: publisher/publishername #: C/articleinfo.xml:40 msgid "MATE Documentation Project" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:45 msgid "Pierre" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:46 msgid "Wieser" msgstr "" #. (itstool) path: author/email #. (itstool) path: para/email #: C/articleinfo.xml:47 C/articleinfo.xml:96 C/articleinfo.xml:106 msgid "pwieser@trychlos.org" msgstr "" #. (itstool) path: author/firstname #: C/articleinfo.xml:51 msgid "Wolfgang" msgstr "" #. (itstool) path: author/surname #: C/articleinfo.xml:52 msgid "Ulbrich" msgstr "" #. (itstool) path: author/email #: C/articleinfo.xml:53 msgid "chat-to-me@raveit.de" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:91 msgid "Caja-Actions Configuration Tool User's Manual v 3.1" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:92 msgid "May 2011" msgstr "" #. (itstool) path: revdescription/para #: C/articleinfo.xml:94 C/articleinfo.xml:104 msgid "Pierre Wieser <_:email-1/>" msgstr "" #. (itstool) path: revision/revnumber #: C/articleinfo.xml:101 msgid "Caja-Actions Configuration Tool User's Manual v 3.2" msgstr "" #. (itstool) path: revision/date #: C/articleinfo.xml:102 msgid "January 2012" msgstr "" #. (itstool) path: C/articleinfo.xml/articleinfo #: C/articleinfo.xml:1 msgid "" "<_:title-1/> <_:copyright-2/> <_:copyright-3/> <_:abstract-4/> " "<_:releaseinfo-5/> <_:publisher-6/> <_:publisher-7/> <_:authorgroup-8/> " "<_:revhistory-9/> legalnotice.xml" msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:2 msgid "Known bugs" msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:5 msgid "Bugzilla summary page" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:3 msgid "Known bugs are available on <_:ulink-1/>." msgstr "" #. (itstool) path: para/ulink #: C/cact-bugs.xml:10 msgid "Bugzilla web site" msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:7 msgid "" "If you find some new bug in <_:productname-1/>, you are welcome to open it " "by pointing your favorite browser to <_:ulink-2/>." msgstr "" #. (itstool) path: sect2/title #: C/cact-bugs.xml:14 msgid "Known limitations" msgstr "" #. (itstool) path: formalpara/title #. (itstool) path: sect4/title #: C/cact-bugs.xml:17 C/cact-execution.xml:138 msgid "Execution mode" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:18 msgid "" "As of version 3.0, execution mode may be configured in <_:application-1/> " "but is not yet honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:23 msgid "" "This concern working directory, execution mode, startup notification and " "execution's owner parameters." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:29 msgid "Suggested shortcut" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:30 msgid "" "As of version 3.0, suggested shortcut, as described in DES-EMA " "specification, cannot be configured in <_:application-1/>, and is not " "honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: formalpara/title #: C/cact-bugs.xml:37 msgid "Menu separator" msgstr "" #. (itstool) path: formalpara/para #: C/cact-bugs.xml:38 msgid "" "As of version 3.0, menu separators cannot be configured in " "<_:application-1/>, and are not honored by <_:productname-2/> plugin." msgstr "" #. (itstool) path: sect2/para #: C/cact-bugs.xml:43 msgid "" "One has to note that, for now, <_:productname-1/> file manager does not " "allow its plugins to define separators in the context menu." msgstr "" #. (itstool) path: sect2/title #: C/cact-conditions.xml:2 msgid "Defining the conditions" msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:3 msgid "" "Whether your action will eventually be displayed in <_:productname-1/> file " "manager context menus or in its toolbar depends on the conditions you will " "have defined for it." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:8 msgid "" "Conditions may be put against the location the file manager currently points" " to, or against the currently selected items in this location." msgstr "" #. (itstool) path: sect2/para #: C/cact-conditions.xml:12 msgid "" "Each time the selection or the location change in the file manager, " "<_:productname-1/> checks all your actions, comparing the defined conditions" " against the new location and selection: all defined conditions must be " "satisfied in order your action be actually displayed." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:20 C/cact-conditions.xml:33 msgid "Basename-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:21 msgid "" "You may decide that your action will appear depending on the basenames of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of basename, and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of basename." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:29 C/cact-starting.xml:296 msgid "Basenames" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:27 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your basename-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:40 msgid "Shows the tab which lets you define basename-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:45 msgid "" "In fact, basename-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these basename-based conditions, each element of the " "selection must be valid for all the listed conditions: the basename of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:54 C/cact-conditions.xml:195 #: C/cact-conditions.xml:380 C/cact-conditions.xml:502 #: C/cact-conditions.xml:642 msgid "" "If at least one element of the selection does not match all the defined " "conditions, then your action will not be displayed." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:58 msgid "" "When targeting the selection context menu, your basename-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your basename-based conditions will be" " checked against the basename of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:64 msgid "Defining a new basename-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:69 C/cact-conditions.xml:213 #: C/cact-conditions.xml:397 C/cact-conditions.xml:518 #: C/cact-conditions.xml:658 msgid "Define the new condition filter." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:76 C/cact-conditions.xml:220 #: C/cact-conditions.xml:404 C/cact-conditions.xml:525 #: C/cact-conditions.xml:665 msgid "Insert" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:74 C/cact-conditions.xml:218 #: C/cact-conditions.xml:402 C/cact-conditions.xml:523 msgid "" "Press <_:keycap-1/> or click on <_:guibutton-2/> button to insert a new " "condition filter" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:82 msgid "" "Edit the newly inserted condition filter to the basename you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:88 C/cact-conditions.xml:153 #: C/cact-conditions.xml:238 C/cact-conditions.xml:246 #: C/cact-conditions.xml:416 C/cact-conditions.xml:537 C/cact-starting.xml:471 msgid "*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:89 C/cact-conditions.xml:416 msgid "?" msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:87 msgid "" "A basename-based condition may use « <_:literal-1/> » or « <_:literal-2/> » " "wildcard characters." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:96 C/cact-conditions.xml:270 #: C/cact-conditions.xml:431 C/cact-conditions.xml:570 msgid "" "Indicates whether this a « must match one of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:102 C/cact-conditions.xml:276 #: C/cact-conditions.xml:437 C/cact-conditions.xml:576 msgid "Must match one of" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:104 C/cact-conditions.xml:278 #: C/cact-conditions.xml:439 C/cact-conditions.xml:578 #: C/cact-conditions.xml:717 msgid "Must not match any of" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:100 C/cact-conditions.xml:274 #: C/cact-conditions.xml:435 C/cact-conditions.xml:574 #: C/cact-conditions.xml:713 msgid "" "Click on the <_:guilabel-1/> or <_:guilabel-2/> radio button in the same row" " to set the corresponding condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:112 msgid "Match case" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:109 msgid "" "Depending of your target operating system, make sure that the " "<_:guilabel-1/> checkbox is activated (or not)." msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:119 C/cact-conditions.xml:131 msgid "/my/file" msgstr "" #. (itstool) path: para/filename #: C/cact-conditions.xml:121 C/cact-conditions.xml:133 msgid "/My/File" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:116 msgid "" "When activated, all filters are considered as case sensitive, which means " "that <_:filename-1/> filename is considered distinct from <_:filename-2/> " "one." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:123 msgid "This is the default behavior on Unix-like systems." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:128 msgid "" "When deactivated, filters are considered as case insensitive, which means " "that <_:filename-1/> and <_:filename-2/> filenames are considered the same " "name." msgstr "" #. (itstool) path: para/productname #: C/cact-conditions.xml:138 C/cact-conditions.xml:460 msgid "Windows" msgstr "Windows" #. (itstool) path: listitem/para #: C/cact-conditions.xml:136 msgid "" "This is most probably what you want if you target some sort of " "<_:productname-1/> system." msgstr "" #. (itstool) path: para/keycap #: C/cact-conditions.xml:145 C/cact-conditions.xml:286 #: C/cact-conditions.xml:447 C/cact-conditions.xml:586 #: C/cact-conditions.xml:725 msgid "Del" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:142 msgid "" "Removing a defined basename-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:152 C/cact-conditions.xml:593 msgid "must match one of *" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:149 msgid "" "By default, the basename-based condition is just one « <_:literal-1/> » " "condition. As all basenames always match the « <_:literal-2/> » condition, " "this just means that basename-based conditions are not considered as " "relevant for the action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:160 C/cact-conditions.xml:174 msgid "Mimetype-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:161 msgid "" "You may decide that your action will appear depending on the mimetypes of " "the items currently selected in the file-manager: you may define that each " "item of the selection must meet some sort of mimetype; and you may " "simultaneously decide that none of the selected item(s) can have some other " "sort of mimetype." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:170 C/cact-starting.xml:308 msgid "Mimetypes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:168 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your mimetype-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:181 msgid "Shows the tab which lets you define mimetype-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:186 msgid "" "In fact, mimetype-based conditions are built as a list of « must match one " "of » and « must not match any of » patterns. In order for your action to be " "a candidate regarding these mimetype-based conditions, each element of the " "selection must be valid for all the listed conditions: the mimetype of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:199 msgid "" "When targeting the selection context menu, your mimetype-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your mimetype-based conditions will be" " checked against the mimetype of the current location, which happens to be " "the well known « inode/directory » mimetype." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:208 msgid "Defining a new mimetype-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:226 msgid "" "Edit the newly inserted condition filter to the mimetype you want match." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:233 msgid "group/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:230 msgid "A mimetype must be defined as a <_:literal-1/> expression." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:237 msgid "The « <_:literal-1/> » wildcard is supported only in some situations:" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:244 C/cact-conditions.xml:294 msgid "*/*" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:243 msgid "" "The « <_:literal-1/> » expression matches all mimetypes. As a convenient " "shortcut, the « <_:literal-2/> » literal is also accepted for this same " "purpose." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:252 msgid "group/*" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:254 msgid "group" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:250 msgid "" "A <_:literal-1/> string matches all subgroups of <_:literal-2/> mimetype." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:260 msgid "*/subgroup" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:258 msgid "The <_:literal-1/> string is not accepted as a valid wildcard." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:283 msgid "" "Removing a defined mimetype-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:293 msgid "must match one of */*" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:290 msgid "" "By default, the mimetype-based condition is just one « <_:literal-1/> » " "condition. As all mimetypes always match the « <_:literal-2/> », this just " "means that mimetypes are not considered as relevant for the action." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:299 msgid "Example of usual mimetypes" msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:304 msgid "all/all" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:307 msgid "Matches all items." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:315 msgid "all/allfiles" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:318 msgid "Matches all regular files." msgstr "" #. (itstool) path: term/literal #: C/cact-conditions.xml:326 msgid "inode/directory" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:329 msgid "Matches only directories." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:339 C/cact-conditions.xml:359 msgid "Folder-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:340 msgid "" "You may decide that your action will appear depending on the directory the " "items currently selected in the file-manager are located in: you may define " "that each item of the selection must be located in one hierarchy or in " "another; and you may simultaneously decide that none of the selected item(s)" " can be located in some other hierarchy." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:348 msgid "" "A folder-based condition must be understood as the specification of the " "hierarchy in which the currently examined item should (or should not) stay: " "this is a pattern on the dirname of the element." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:355 C/cact-starting.xml:320 msgid "Folders" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:353 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your folder-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:366 msgid "Shows the tab which lets you define folder-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:371 msgid "" "In fact, folder-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these folder-based conditions, each element of the " "selection must be valid for all the listed conditions: each element must be " "located in one of the defined « must match one of » folders, and must not " "match any of the defined « must not match any of » folders." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:384 msgid "" "When targeting the selection context menu, your folder-based conditions will" " be checked against the dirname of each currently selected items. When " "targeting the location context menu or the toolbar, your folder-based " "conditions will be checked against the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:392 msgid "Defining a new folder-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:410 msgid "Edit the newly inserted condition filter to the folder you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:415 msgid "" "The « <_:literal-1/> » and « <_:literal-2/> » characters are accepted as " "wildcards at any level of the defined folder filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:425 C/cact-conditions.xml:953 #: C/cact-conditions.xml:1058 C/cact-execution.xml:80 C/cact-starting.xml:542 #: C/cact-starting.xml:605 msgid "Browse" msgstr "Yaluza" #. (itstool) path: listitem/para #: C/cact-conditions.xml:423 msgid "Or click on <_:guibutton-1/> to select a folder on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:444 msgid "" "Removing a defined folder-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:454 msgid "must match one of /" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:455 msgid "/" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:451 msgid "" "By default, the folder-based condition is just one « <_:literal-1/> » " "condition. As <_:literal-2/> is always the top of an Unix-like file system, " "then all selected items always match this condition." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:459 msgid "" "If you target a <_:productname-1/> system, then this default value may not " "be what you actually want." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:467 msgid "Scheme-base-conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:468 msgid "" "You may decide that your action will appear depending on the schemes of the " "URIs of the items currently selected in the file-manager: you may define " "that each item of the selection must have some scheme; and you may " "simultaneously decide that none of the selected item(s) may have some other " "scheme." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:477 C/cact-starting.xml:332 msgid "Schemes" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:475 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your scheme-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:481 msgid "Scheme-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:488 msgid "Shows the tab which lets you define scheme-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:493 msgid "" "In fact, scheme-based conditions are built as a list of « must match one of " "» and « must not match any of » patterns. In order for your action to be a " "candidate regarding these scheme-based conditions, each element of the " "selection must be valid for all the listed conditions: the scheme of each " "element must match at least one of the defined « must match one of » " "patterns, and must not match any of the defined « must not match any of » " "patterns." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:506 msgid "" "When targeting the selection context menu, your scheme-based conditions will" " be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your scheme-based conditions will be " "checked against the scheme of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:513 msgid "Defining a new scheme-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:531 msgid "Edit the newly inserted condition filter to the scheme you want match." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:536 msgid "" "Scheme-based conditions only accept « <_:literal-1/> » wildcard, which " "stands for « any scheme »." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:543 msgid "Common" msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: para/guimenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-where.xml:44 #: C/cact-where.xml:97 msgid "Edit" msgstr "Hlela" #. (itstool) path: menuchoice/guimenuitem #. (itstool) path: para/guimenuitem #. (itstool) path: menuchoice/guisubmenu #: C/cact-conditions.xml:543 C/cact-prefs.xml:3 C/cact-save.xml:12 #: C/cact-starting.xml:10 msgid "Preferences" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:543 msgid "" "Or click on <_:guibutton-1/> to select a scheme among those predefined in " "<_:menuchoice-2/>." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:545 msgid "Selecting a scheme among predefined defaults" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:552 msgid "Show the list of predefined schemes." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:557 msgid "" "A new scheme may only be selected here if it is not already defined as a " "scheme filter." msgstr "" #. (itstool) path: para/guibutton #: C/cact-conditions.xml:563 C/cact-conditions.xml:702 msgid "OK" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:561 msgid "" "To select a new scheme, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:583 msgid "" "Removing a defined scheme-based condition is as simple as selecting it, and " "pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:590 msgid "" "By default, the scheme-based condition is just one « <_:literal-1/> » " "condition, which means that schemes are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:599 C/cact-conditions.xml:620 msgid "Capability-based conditions" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:600 msgid "Capabilities are some properties that a file may exhibit to the user." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:606 msgid "Local" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:604 msgid "" "But except for the <_:literal-1/> capability, all others depend on the user " "who executes the command." msgstr "" #. (itstool) path: para/abbrev #. (itstool) path: title/abbrev #: C/cact-conditions.xml:611 C/cact-execution.xml:347 C/cact-execution.xml:520 msgid "vs." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:609 msgid "" "You may so decide that your action will appear, or not, depending on the " "capabilities of the selected item(s) <_:abbrev-1/> the current user." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:616 C/cact-starting.xml:344 msgid "Capabilities" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:614 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your capability-based conditions." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:627 msgid "Shows the tab which lets you define capability-based conditions." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:632 msgid "" "In fact, capability-based conditions are built as a list of « must match all" " of » and « must not match any of » patterns. In order for your action to be" " a candidate regarding these capability-based conditions, each element of " "the selection must be valid for all the listed conditions: the capability of" " each element must match each of the defined « must match all of » " "capabilities, and must not match any of the defined « must not match any of " "» ones." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:646 msgid "" "When targeting the selection context menu, your capability-based conditions " "will be checked against the currently selected items. When targeting the " "location context menu or the toolbar, your capability-based conditions will " "be checked against those of the current location." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:653 msgid "Defining a new capability-based condition involves two steps." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:663 msgid "Press <_:keycap-1/> to insert a new condition filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:670 msgid "" "Edit the newly inserted condition filter to the capability you want match." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:680 msgid "Adding a new capability" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:676 msgid "Or click on <_:guibutton-1/> to open the <_:guilabel-2/> dialog box." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:684 msgid "Managed capabilities" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:691 msgid "Shows the list of managed capabilities." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:696 msgid "" "A new capability may only be selected here if it is not already defined as a" " capability filter." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:700 msgid "" "To select a new capability, click <_:guibutton-1/>, or double-click on the " "desired row." msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:709 msgid "" "Indicates whether this a « must match all of » or a « must not match any of " "» condition." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:715 msgid "Must match all of" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:722 msgid "" "Removing a defined capability-based condition is as simple as selecting it, " "and pressing <_:keycap-1/> (or clicking on <_:guibutton-2/> button)." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:729 msgid "" "By default, the capability-based condition list is empty. This means that " "capabilities are not relevant for this action." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:736 msgid "Selection count condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:737 msgid "" "You may define that your action will only appear if the current selection in" " the file manager has some precise count, or some precise relation with a " "given count." msgstr "" #. (itstool) path: example/title #: C/cact-conditions.xml:743 msgid "A selection count use case" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:748 msgid "Count = (equal to) 2" msgstr "" #. (itstool) path: example/para #: C/cact-conditions.xml:744 msgid "" "If your action consists in displaying the differences between two files, you" " may define here « <_:literal-1/> »." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-conditions.xml:753 C/cact-conditions.xml:858 #: C/cact-conditions.xml:926 C/cact-conditions.xml:977 #: C/cact-conditions.xml:1010 C/cact-conditions.xml:1049 #: C/cact-starting.xml:356 msgid "Environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:751 C/cact-conditions.xml:856 #: C/cact-conditions.xml:924 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:758 msgid "Environment-based conditions" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:765 msgid "" "Shows the tab which lets you define environment-based conditions. This " "includes the selection count configuration, the desktop selection, along " "with the runtime filters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:776 msgid "'Appears if selection contains'" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:774 msgid "The selection count condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:779 msgid "Selection count condition frame" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:787 msgid "Appears if selection contains" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-conditions.xml:786 C/cact-conditions.xml:874 #: C/cact-conditions.xml:942 C/cact-execution.xml:262 msgid "Focus on the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:793 msgid "" "When targeting the selection context menu, the count condition defined here " "will be checked against the count of currently selected items. When " "targeting the location context menu or the toolbar, the count condition will" " be checked against zero because there is no selected item in this case." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:800 msgid "To define a selection count condition:" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:807 msgid "Count" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:805 msgid "" "Select in the <_:guilabel-1/> drop-down list the operator you want apply to " "the selection count:" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:811 msgid "<" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:811 msgid "(strictly less than)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:812 msgid "=" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:812 msgid "(equal to)" msgstr "" #. (itstool) path: member/literal #: C/cact-conditions.xml:813 msgid ">" msgstr "" #. (itstool) path: member/termdef #: C/cact-conditions.xml:813 msgid "(strictly greater than)" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:817 msgid "Enter the reference count you wish." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:825 msgid "Count > (strictly greater than) 0" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:822 msgid "" "The selection count defaults to « <_:literal-1/> », which means that the " "action will be a candidate to be displayed as soon as at least one item is " "selected in the file manager." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-conditions.xml:832 C/cact-prefs.xml:39 msgid "Desktop selection" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:833 msgid "You may define that your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:838 msgid "will always appear," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:843 msgid "or will only appear in some given desktop environments," msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:848 msgid "or will not appear in some given desktop environments." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:853 msgid "Only one choice between these three items is possible." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:864 C/cact-conditions.xml:875 msgid "Desktop environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:861 msgid "The desktop selection is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:867 msgid "Desktop selection frame" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:881 msgid "To define the desktop environment condition:" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:886 msgid "First select the type of filter:" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:890 msgid "" "should your action always appear, regardless of the desktop environment ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:892 msgid "should your action only appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: simplelist/member #: C/cact-conditions.xml:894 msgid "should your action never appear in some desktop environment(s) ?" msgstr "" #. (itstool) path: listitem/para #: C/cact-conditions.xml:899 msgid "" "If your action should not always appear, then select the relevant desktop " "environment(s) in the listbox in the right side." msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:909 msgid "Always appear" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:906 msgid "" "The targeted desktop environment condition defaults to « <_:literal-1/> », " "which means that the action will be a candidate to be displayed regardless " "of the current desktop environment." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:916 msgid "Executable found condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:917 msgid "" "You may define that your action will only appear if some prerequisite " "package is installed on your system. This is checked here by specifying that" " a specific file, known or at least supposed to be provided by the package, " "must be present on the file system, and executable." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: phrase/guilabel #: C/cact-conditions.xml:932 C/cact-conditions.xml:943 #: C/cact-conditions.xml:980 C/cact-conditions.xml:1013 #: C/cact-conditions.xml:1052 msgid "Execution environment" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:929 msgid "" "The executable found condition is defined in the <_:guilabel-1/> frame." msgstr "" #. (itstool) path: figure/title #: C/cact-conditions.xml:935 msgid "Execution environment frame" msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:951 msgid "Appears if the file is executable" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:949 msgid "" "To define the relevant file, enter its full filename in the <_:guilabel-1/> " "entry box, or click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:956 C/cact-conditions.xml:987 #: C/cact-conditions.xml:1027 C/cact-conditions.xml:1068 msgid "" "Leave the field empty if this condition is not relevant for your action." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:961 msgid "" "You may embed some parameters in the searched filename. These parameters " "will be dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:970 msgid "D-Bus registration condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:971 msgid "" "You may define that your action will only appear if some given name is " "registered on the D-Bus system at runtime." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:975 C/cact-conditions.xml:1008 #: C/cact-conditions.xml:1047 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure your environment-based conditions, and focus on <_:guilabel-2/> " "frame." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:984 msgid "Appears if the name is registered on D-Bus" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:982 msgid "" "To define the relevant name, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:992 C/cact-conditions.xml:1073 msgid "" "You may embed some parameters in the searched name. These parameters will be" " dynamically substituted at runtime with values which will depend on " "currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1001 msgid "Customized condition" msgstr "" #. (itstool) path: para/literal #: C/cact-conditions.xml:1005 C/cact-conditions.xml:1019 msgid "true" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1002 msgid "" "You may define that your action will only appear if some given command " "outputs a <_:literal-1/> string on its standard output." msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1015 msgid "" "This lets you define your own customized condition filter, by writing a " "small script which outputs, or not, the <_:literal-1/> string on stdout when" " it is ran." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1024 msgid "Appears if the command outputs \"true\"" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1021 msgid "To define the command, enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: tip/para #: C/cact-conditions.xml:1032 msgid "" "You may embed some parameters in the executed filename or its options. These" " parameters will be dynamically substituted at runtime with values which " "will depend on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-conditions.xml:1042 msgid "Running process condition" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1043 msgid "" "You may define that your action will only appear if some given binary is " "currently running." msgstr "" #. (itstool) path: para/guilabel #: C/cact-conditions.xml:1056 msgid "Appears if the binary is running" msgstr "" #. (itstool) path: sect3/para #: C/cact-conditions.xml:1054 msgid "" "To define the binary, enter its name in the <_:guilabel-1/> entry box, or " "click on <_:guibutton-2/> to select a file on the file system." msgstr "" #. (itstool) path: note/para #: C/cact-conditions.xml:1062 msgid "" "Even if you enter here the full filename of a binary, only its basename will" " be searched for in the processes list at runtime." msgstr "" #. (itstool) path: sect2/title #: C/cact-edit.xml:2 msgid "Editing" msgstr "" #. (itstool) path: sect2/para #: C/cact-edit.xml:3 msgid "" "With <_:application-1/>, you may safely cut, copy, paste to and from the " "clipboard." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:8 msgid "Cut/Delete" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:9 msgid "Deletion applies to current selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:12 msgid "" "Be warned that selecting and deleting all profiles of an action leaves it " "without any profile, so in an invalid state. The name of the action will be " "written in red (because it is invalid) and italic (because it has been " "modified) characters." msgstr "" #. (itstool) path: sect3/title #: C/cact-edit.xml:21 msgid "Multiple selection" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-save.xml:3 C/cact-starting.xml:91 #: C/cact-starting.xml:104 C/cact-starting.xml:117 C/cact-starting.xml:130 #: C/cact-starting.xml:143 C/cact-starting.xml:156 C/cact-starting.xml:170 #: C/cact-starting.xml:435 C/cact-starting.xml:644 msgid "Ctrl" msgstr "" #. (itstool) path: para/keycap #. (itstool) path: keycombo/keycap #: C/cact-edit.xml:26 C/cact-starting.xml:169 msgid "Shift" msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:22 msgid "" "Multiple selection is possible in <_:application-1/>. You can extend the " "current selection by pressing <_:keycap-2/> or <_:keycap-3/> while selecting" " an item to add to the selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:29 msgid "" "<_:application-1/> only accepts homogeneous multiple selections. That is, " "you may select one or more profiles, or one or more actions or menus. A " "multiple selection containing both profiles and actions or menus is not " "allowed. This is because <_:application-2/> would not know where to paste " "such a selection." msgstr "" #. (itstool) path: sect3/para #: C/cact-edit.xml:35 msgid "" "Note that selecting any row means also selecting children of this row. These" " children are said « implicitely selected »: they will be part of next " "edition operations, but are not considered when verifying if selection is " "homogeneous. Also, they cannot be explicitely selected (nor unselected)." msgstr "" #. (itstool) path: sect2/title #: C/cact-execution.xml:2 msgid "What action should be executed ?" msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:3 msgid "" "You most probably want that your action eventually ends up in executing " "something. And, as a matter of fact, having something to execute is one of " "the few conditions which are required for an action to be considered as " "valid." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:12 C/cact-execution.xml:24 C/cact-execution.xml:76 #: C/cact-starting.xml:275 C/cact-starting.xml:559 msgid "Command" msgstr "Umlayelo" #. (itstool) path: sect2/para #: C/cact-execution.xml:9 msgid "" "As we have already seen, the command to be executed is configured in the " "<_:guilabel-1/> page." msgstr "" #. (itstool) path: sect2/para #: C/cact-execution.xml:14 msgid "" "This command may take arguments, which themselves may embed parameters. " "These parameters will be expanded at runtime, with values which will depend " "on currently selected item(s)." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:21 msgid "Available parameters" msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: para/guibutton #: C/cact-execution.xml:26 C/cact-execution.xml:45 msgid "Legend" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:22 msgid "" "In the <_:guilabel-1/> page, click on <_:guilabel-2/> button to see the list" " of available parameters." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:30 msgid "List of available parameters" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:37 msgid "Shows the list of available parameters." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:47 msgid "Parameter Legend" msgstr "" #. (itstool) path: tip/para #: C/cact-execution.xml:43 msgid "" "The <_:guibutton-1/> button has a toggling action: click once to display the" " <_:guilabel-2/> dialog box; click a second time to hide it." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:54 C/cact-execution.xml:62 C/cact-execution.xml:104 msgid "first" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:52 msgid "" "The word « <_:guilabel-1/> » may be misleading as it only refers to the list" " of selected items internally provided by the file manager to the " "<_:productname-2/> plugin." msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:59 msgid "nothing to do" msgstr "" #. (itstool) path: note/para #: C/cact-execution.xml:58 msgid "" "In particular, it has <_:emphasis-1/> with the visual selection you may have" " done in the file manager window. And, in fact, which is the « " "<_:guilabel-2/> » selected item in a multiple selection is absolutely " "undefined and rather unpredictable." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:70 msgid "Where the action should it be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:71 msgid "Your action may be executed in a particular working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:78 msgid "Working directory" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:74 msgid "" "You may specify it in the <_:guilabel-1/> tab, in the <_:guilabel-2/> entry " "box, or by clicking on <_:guibutton-3/> to select a folder on the " "filesystem." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:84 msgid "Working directory frame" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:91 msgid "Focus on the working directory selection frame." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:97 C/cact-execution.xml:102 C/cact-execution.xml:384 msgid "%d" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:96 msgid "" "The working directory defaults to <_:literal-1/>, which runs the command in " "the base directory of the (first) selected item." msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:101 msgid "" "In the particular case of the <_:literal-1/> parameter, the « " "<_:guilabel-2/> » selected item is not very important because it is very " "likely that all selected items are located in the same base directory." msgstr "" #. (itstool) path: sect3/title #: C/cact-execution.xml:111 msgid "How should the action be executed ?" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:112 msgid "" "Apart from configuring the conditions, the selection must be met in order " "your action be displayed in file manager menus, <_:productname-1/> allows " "you to configure how exactly your command will be executed." msgstr "" #. (itstool) path: para/guilabel #. (itstool) path: varlistentry/term #: C/cact-execution.xml:120 C/cact-starting.xml:286 msgid "Execution" msgstr "" #. (itstool) path: sect3/para #: C/cact-execution.xml:118 msgid "" "Click on the <_:guilabel-1/> tab to show the page which configures the " "execution of your command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:124 msgid "Configuration of the execution modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:131 msgid "Shows how to configure the execution modes of a command." msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:140 msgid "Configuration of the execution mode" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:147 msgid "Focus on the execution mode frame." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:152 msgid "" "The execution mode of your command may be chosen between following values:" msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:158 C/cact-execution.xml:207 C/cact-execution.xml:229 #: C/cact-execution.xml:242 msgid "Normal" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:162 msgid "Starts the command as a standard graphical user interface." msgstr "" #. (itstool) path: varlistentry/term #. (itstool) path: para/literal #: C/cact-execution.xml:168 C/cact-execution.xml:189 msgid "Terminal" msgstr "Isixhumanisi" #. (itstool) path: listitem/para #: C/cact-execution.xml:172 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:179 msgid "Embedded" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:183 msgid "" "Makes use of a special feature of the file manager which may allow a " "terminal to be ran in it." msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:187 msgid "" "As <_:productname-1/> does not have this feature, this option is strictly " "equivalent to <_:literal-2/> option." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-execution.xml:194 msgid "Display output" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:198 msgid "" "Starts the preferred terminal of the desktop environment, and runs the " "command in it. At end, standard streams (stdout, stderr) are collected and " "displayed." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:206 msgid "" "The execution mode of a command defaults to <_:literal-1/>. That is, the " "command is executed without any particular pre- or post-work." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:214 msgid "Startup notification" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:216 msgid "Configuration of the startup modes" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-execution.xml:223 msgid "Focus on the Startup mode frame." msgstr "" #. (itstool) path: para/literal #: C/cact-execution.xml:231 msgid "remove" msgstr "" #. (itstool) path: para/envar #: C/cact-execution.xml:232 msgid "DESKTOP_STARTUP_ID" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:234 msgid "Startup notify" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:228 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will send a <_:literal-2/> message with the <_:envar-3/> " "environment variable set, then check the <_:guilabel-4/> checkbox." msgstr "" #. (itstool) path: ulink/citetitle #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "Startup Notification Protocol Specification" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:236 C/cact-execution.xml:249 msgid "See the <_:ulink-1/> for more details." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:240 msgid "Window class" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:246 msgid "Startup Window Manager class" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:241 msgid "" "If the execution mode of the command is <_:literal-1/>, and if you know that" " the application will map at least one window with a given class name, then " "enter that name into the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:253 msgid "Owner of the execution" msgstr "" #. (itstool) path: figure/title #: C/cact-execution.xml:255 msgid "Configuration of the owner of the run" msgstr "" #. (itstool) path: phrase/guilabel #: C/cact-execution.xml:262 msgid "Execute as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-execution.xml:268 msgid "Execute as user" msgstr "" #. (itstool) path: para/acronym #: C/cact-execution.xml:269 msgid "UID" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:267 msgid "" "Enter in the <_:guilabel-1/> entry box the username or the <_:acronym-2/> of" " the user your command will be run as." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:272 msgid "" "If you do not enter anything in this field, then the command will be " "executed as the current user." msgstr "" #. (itstool) path: sect4/title #: C/cact-execution.xml:279 msgid "Multiple executions" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:280 msgid "" "You may want your command to be executed once, providing it the list of " "selected items as argument." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:284 msgid "" "Or you may prefer your command to be repeated for each selected item, " "providing a different item as argument for each execution." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:288 msgid "" "Actually, <_:productname-1/> automatically handles these two behaviors, " "depending of the form and the order of the parameters in the command " "arguments." msgstr "" #. (itstool) path: para/abbrev #: C/cact-execution.xml:295 C/cact-execution.xml:301 C/cact-execution.xml:308 msgid "e.g." msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:295 C/cact-execution.xml:377 msgid "%c" msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:293 msgid "" "Though some parameters are not depending on the count of the selection " "(<_:abbrev-1/> « <_:literal-2/> », the selection count itself), most have " "two declensions:" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:302 C/cact-execution.xml:363 C/cact-execution.xml:541 #: C/cact-execution.xml:575 C/cact-execution.xml:576 C/cact-execution.xml:596 msgid "%b" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:300 msgid "" "a « singular » one, <_:abbrev-1/> « <_:literal-2/> », the basename of the " "selected item;" msgstr "" #. (itstool) path: para/literal #. (itstool) path: entry/literal #: C/cact-execution.xml:309 C/cact-execution.xml:370 C/cact-execution.xml:556 #: C/cact-execution.xml:593 C/cact-execution.xml:594 msgid "%B" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:307 msgid "" "a « plural » one, <_:abbrev-1/> « <_:literal-2/> », the space-separated list" " of the basenames of selected items." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:314 msgid "" "When the selection is empty or contains only one element, and from this " "topic point of view, these two forms are exactly equivalent." msgstr "" #. (itstool) path: sect4/para #: C/cact-execution.xml:319 msgid "When the selection contains more than one item:" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:324 msgid "" "if the first relevant parameter is of a singular form, then " "<_:productname-1/> will consider that the command is only able to deal with " "one item at a time, and thus that it has to be ran one time for each " "selected item;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:332 msgid "" "contrarily, if the first relevant parameter found is of the plural form, " "then <_:productname-1/> will consider that the command is able to deal with " "a list of items, and thus the command will be executed only once;" msgstr "" #. (itstool) path: listitem/para #: C/cact-execution.xml:340 msgid "" "if all found parameters are irrelevant, then <_:productname-1/> defaults to " "consider that the command should be executed only once." msgstr "" #. (itstool) path: table/title #: C/cact-execution.xml:347 msgid "Characterization of the parameters <_:abbrev-1/> multiple execution" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:356 msgid "Parameter" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:357 msgid "Description" msgstr "Ukulanda" #. (itstool) path: row/entry #: C/cact-execution.xml:358 msgid "Repetition" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:364 msgid "(first) basename" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:365 C/cact-execution.xml:386 C/cact-execution.xml:400 #: C/cact-execution.xml:421 C/cact-execution.xml:442 C/cact-execution.xml:470 #: C/cact-execution.xml:484 C/cact-execution.xml:498 C/cact-execution.xml:541 msgid "singular" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:371 msgid "space-separated list of basenames" msgstr "" #. (itstool) path: row/entry #. (itstool) path: para/emphasis #: C/cact-execution.xml:374 C/cact-execution.xml:395 C/cact-execution.xml:409 #: C/cact-execution.xml:430 C/cact-execution.xml:451 C/cact-execution.xml:479 #: C/cact-execution.xml:493 C/cact-execution.xml:507 C/cact-execution.xml:556 msgid "plural" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:378 msgid "count of selected items" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:380 C/cact-execution.xml:415 C/cact-execution.xml:436 #: C/cact-execution.xml:457 C/cact-execution.xml:464 C/cact-execution.xml:513 msgid "irrelevant" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:385 msgid "(first) base directory" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:391 msgid "%D" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:392 msgid "space-separated list of base directory of each selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:398 msgid "%f" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:399 msgid "(first) filename" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:405 msgid "%F" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:406 msgid "space-separated list of selected filenames" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:412 msgid "%h" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:413 msgid "hostname of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:419 msgid "%m" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:420 msgid "mimetype of the (first) selected item" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:426 msgid "%M" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:427 msgid "space-separated list of the mimetypes of the selected items" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:433 msgid "%n" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:434 msgid "username of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:440 msgid "%o" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:441 msgid "no-op operator which forces a singular form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:447 msgid "%O" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:448 msgid "no-op operator which forces a plural form of execution" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:454 msgid "%p" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:455 msgid "port number of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:461 msgid "%s" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:462 msgid "scheme of the (first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:468 msgid "%u" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:469 msgid "(first) URI" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:475 msgid "%U" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:476 msgid "space-separated list of selected URIs" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:482 msgid "%w" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:483 msgid "(first) basename without the extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:489 msgid "%W" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:490 msgid "space-separated list of basenames without their extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:496 msgid "%x" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:497 msgid "(first) extension" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:503 msgid "%X" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:504 msgid "space-separated list of extensions" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:510 msgid "%%" msgstr "" #. (itstool) path: entry/literal #: C/cact-execution.xml:511 msgid "%" msgstr "" #. (itstool) path: row/entry #: C/cact-execution.xml:511 msgid "the « <_:literal-1/> » character" msgstr "" #. (itstool) path: example/title #: C/cact-execution.xml:520 msgid "Usage of singular <_:abbrev-1/> plural forms" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:522 msgid "/data" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "pierre" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:524 msgid "paul" msgstr "" #. (itstool) path: para/filename #: C/cact-execution.xml:525 msgid "jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:521 msgid "" "Say the current folder is <_:filename-1/>, and the current selection " "contains the three files <_:filename-2/>, <_:filename-3/> and " "<_:filename-4/>." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:529 msgid "echo %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:528 C/cact-execution.xml:561 msgid "If we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:531 C/cact-execution.xml:564 msgid "then the following commands will be successively run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:536 msgid "echo pierre" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:537 msgid "echo paul" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:538 msgid "echo jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:540 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run once for each of the selected items." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:546 msgid "echo %B" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:545 msgid "Contrarily, if we have requested <_:command-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:548 msgid "then the following command will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:553 msgid "echo pierre paul jacques" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:555 msgid "" "This is because <_:literal-1/> marks a <_:emphasis-2/> parameter. The " "command is then run only once, with the list of selected items as arguments." msgstr "" #. (itstool) path: title/command #: C/cact-execution.xml:562 msgid "echo %b %B" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:569 msgid "echo pierre pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:570 msgid "echo paul pierre paul jacques" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:571 msgid "echo jacques pierre paul jacques" msgstr "" #. (itstool) path: para/emphasis #: C/cact-execution.xml:574 C/cact-execution.xml:592 msgid "relevant" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:573 msgid "" "This is because the first <_:emphasis-1/> parameter is <_:literal-2/>, and " "so the command is run once for each selected item, replacing at each " "occurrence the <_:literal-3/> parameter with the corresponding item. The " "second parameter is computed and added as arguments to the executed command." msgstr "" #. (itstool) path: title/literal #: C/cact-execution.xml:582 msgid "echo %B %b" msgstr "" #. (itstool) path: formalpara/title #: C/cact-execution.xml:581 msgid "And if we have requested <_:literal-1/>," msgstr "" #. (itstool) path: formalpara/para #: C/cact-execution.xml:584 msgid "then the following commands will be run:" msgstr "" #. (itstool) path: member/command #: C/cact-execution.xml:589 msgid "echo pierre paul jacques pierre" msgstr "" #. (itstool) path: example/para #: C/cact-execution.xml:591 msgid "" "This is because the first <_:emphasis-1/> parameter here is <_:literal-2/>. " "The command is then run only once, replacing <_:literal-3/> with the space-" "separated list of basenames. As the command is only run once, the " "<_:literal-4/> is substituted only once with the (first) basename." msgstr "" #. (itstool) path: sect2/title #: C/cact-export.xml:2 msgid "Exporting your actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-import.xml:2 msgid "Importing actions" msgstr "" #. (itstool) path: sect2/title #: C/cact-menus.xml:2 msgid "Organizing actions in menus" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:3 msgid "" "As your list of actions will grow, you most probably will want to organize " "them into menus, submenus, and so on." msgstr "" #. (itstool) path: menuchoice/guimenu #. (itstool) path: menuchoice/guisubmenu #. (itstool) path: para/guimenu #: C/cact-menus.xml:7 C/cact-profiles.xml:36 C/cact-save.xml:3 #: C/cact-starting.xml:435 C/cact-starting.xml:644 C/cact-where.xml:68 #: C/cact-where.xml:97 msgid "File" msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-menus.xml:7 msgid "New menu" msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:7 msgid "In order to create a new menu, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: para/abbrev #: C/cact-menus.xml:10 C/cact-where.xml:202 msgid "i.e." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:8 msgid "" "A menu may be created anywhere in the list of your actions, but inside of an" " action (<_:abbrev-1/> not between two profiles of an action)." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:13 msgid "" "As an action, the exact place where a new menu will be inserted depends on " "the current sort order:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:19 msgid "Manual order:" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:23 msgid "The new menu is inserted just before the current action or menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:27 msgid "" "This place will not change when you later modify the label of the menu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-menus.xml:34 msgid "Ascending (resp. descending) alphabetical order:" msgstr "" #. (itstool) path: para/literal #: C/cact-menus.xml:41 msgid "New Caja menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:38 msgid "" "The new menu is inserted at the correct place, regarding the default « " "<_:literal-1/> » label." msgstr "" #. (itstool) path: listitem/para #: C/cact-menus.xml:44 msgid "" "This place will be automatically changed, each time you modify the label of " "the menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-menus.xml:51 msgid "" "As an action, too, a menu requires a label, and may have an icon and a " "tooltip. Also, you may define some conditions in order your menu be " "candidate to be displayed in <_:productname-1/> context menu. If the defined" " conditions are not met at runtime, then your whole menu, including its " "submenus, its actions and so on, will not be displayed." msgstr "" #. (itstool) path: C/cact-misc.xml/para #: C/cact-misc.xml:1 msgid "" "The new action is also displayed in red color in the items list. Red color " "is used as an indicator that the item is invalid, that is that the item " "cannot be candidate to be displayed in a <_:productname-1/> context menu " "because some of its informations are missing or erroneous. Here, and though " "this newly inserted action has some suitable defaults, it lacks a command to" " be executed to be considered valid by <_:application-2/>" msgstr "" #. (itstool) path: sect2/title #: C/cact-prefs.xml:2 msgid "Setting your own preferences" msgstr "" #. (itstool) path: sect2/para #: C/cact-prefs.xml:3 msgid "" "Choose <_:menuchoice-1/> to access to the configuration of your preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:6 C/cact-prefs.xml:8 msgid "Runtime preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:15 msgid "Shows the tab which lets you define runtime preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:23 C/cact-prefs.xml:25 msgid "Runtime execution preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:32 msgid "Shows the tab which lets you define runtime execution preferences." msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:46 msgid "Let the user explicitely configure the current desktop." msgstr "" #. (itstool) path: sect3/title #: C/cact-prefs.xml:54 msgid "User interface preferences" msgstr "" #. (itstool) path: figure/title #: C/cact-prefs.xml:56 msgid "UI preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:63 msgid "Shows the tab which lets you define UI preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:71 C/cact-prefs.xml:73 msgid "Import preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:80 msgid "Shows the tab which lets you define import preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:90 C/cact-prefs.xml:92 msgid "Export preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:99 msgid "Shows the tab which lets you define export preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:109 C/cact-prefs.xml:111 msgid "Schemes preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:118 msgid "Shows the tab which lets you define schemes preferences." msgstr "" #. (itstool) path: sect3/title #. (itstool) path: figure/title #: C/cact-prefs.xml:128 C/cact-prefs.xml:130 msgid "I/O providers preferences" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-prefs.xml:137 msgid "Shows the tab which lets you define I/O providers preferences." msgstr "" #. (itstool) path: sect2/title #: C/cact-profiles.xml:2 msgid "Using profiles to extend your action" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:3 msgid "" "There are some situations where you will want a given action behave slightly" " differently depending on the currently selected items or the current " "runtime environment." msgstr "" #. (itstool) path: example/title #: C/cact-profiles.xml:9 msgid "Open a terminal here" msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:10 msgid "Say you have an action which opens a terminal in the current location." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:14 msgid "" "You have configured it to open your preferred terminal in the location your " "file manager currently points to." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:18 msgid "" "But what if you want to select a directory in your file manager, and " "directly open your terminal in this directory ? If you keep based on the " "current file manager location, your terminal will open in the parent of the " "targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:24 msgid "" "One solution is to define a new profile to your action, configuring this " "profile to open the terminal in the targeted directory." msgstr "" #. (itstool) path: example/para #: C/cact-profiles.xml:29 msgid "" "At runtime, <_:productname-1/> will successively examine each profile " "attached to your action. If the first profile targets a file while you have " "selected a directory, then <_:productname-2/> will just try with your second" " profile." msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-profiles.xml:36 msgid "New profile" msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:36 msgid "" "To create a new profile, first select the action in the items list, then " "choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:37 msgid "A new profile is created in your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-profiles.xml:40 msgid "" "You can now define the conditions which must be met in order this profile be" " selected, and the command which will be executed." msgstr "" #. (itstool) path: sect3/title #: C/cact-profiles.xml:46 msgid "Ordering the profiles inside an action" msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:47 msgid "" "At runtime, <_:productname-1/> will begin with examining the conditions set " "on your action." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:51 C/cact-profiles.xml:55 msgid "" "If these conditions (the action-conditions) are met, then <_:productname-1/>" " will examine in order each profile." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:59 msgid "" "If no profile is found valid at runtime, then the action will be itself " "considered invalid, and will not be displayed in the file manager context " "menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:64 msgid "" "Profiles of an action are ordered, and they are examined in that order at " "runtime. The first profile whose conditions are met will be validated, and " "made selectable in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:69 msgid "" "So, ordering of the profiles may be important for your action: the first " "valid profile found is the only one selected." msgstr "" #. (itstool) path: sect3/para #: C/cact-profiles.xml:73 msgid "You may order your profiles inside an action in two ways." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:78 msgid "" "Cut the profile to be moved, select the profile before which you want your " "cut profile to be inserted, and paste it." msgstr "" #. (itstool) path: listitem/para #: C/cact-profiles.xml:84 msgid "Click on the profile to be moved, and drag it to its right place." msgstr "" #. (itstool) path: sect2/title #: C/cact-properties.xml:2 msgid "Accessing and editing item properties" msgstr "" #. (itstool) path: sect2/para #: C/cact-properties.xml:3 msgid "An item has both editable and read-only properties." msgstr "" #. (itstool) path: figure/title #. (itstool) path: caption/para #: C/cact-properties.xml:8 C/cact-properties.xml:18 msgid "Item properties" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-properties.xml:15 msgid "" "Shows the tab which lets you access both editable and read-only item " "properties." msgstr "" #. (itstool) path: sect2/title #: C/cact-save.xml:2 msgid "Saving your modifications" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-save.xml:3 C/cact-starting.xml:105 C/cact-starting.xml:644 msgid "S" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-save.xml:3 C/cact-starting.xml:644 msgid "Save" msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:3 msgid "To save your modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:4 msgid "" "All your pending modifications will be saved. New items will be created by " "the first available writable I/O provider." msgstr "" #. (itstool) path: sect2/para #: C/cact-save.xml:9 msgid "" "<_:productname-1/> also has an Auto-save feature which is configurable in " "<_:guimenuitem-2/> dialog box." msgstr "" #. (itstool) path: sect2/title #: C/cact-sorting.xml:2 msgid "Sorting the items list" msgstr "" #. (itstool) path: para/guilabel #: C/cact-sorting.xml:7 C/cact-starting.xml:462 C/cact-starting.xml:500 #: C/cact-starting.xml:636 msgid "Items list" msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:3 msgid "" "Your actions and menus will be displayed in file manager context menus in " "the same order that they are listed in the <_:guilabel-1/>, on the left pane" " of the main <_:application-2/> window." msgstr "" #. (itstool) path: sect2/para #: C/cact-sorting.xml:10 msgid "You may decide to:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:15 msgid "" "sort your actions and menus in ascending or descending alphabetical order of" " their label," msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:21 msgid "" "or do not sort, and manually organize your actions and menus in your own " "order." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:29 msgid "Alphabetically sorting your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:30 msgid "" "In these modes, actions and menus are sorted depending of their label, " "inside of their parent." msgstr "" #. (itstool) path: figure/title #: C/cact-sorting.xml:35 msgid "Sort buttons in the main window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-sorting.xml:42 msgid "Shows the three sort buttons in the main window." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:47 msgid "You may sort your actions by:" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp.)" msgstr "" #. (itstool) path: para/abbrev #: C/cact-sorting.xml:52 msgid "resp." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:52 msgid "" "Click on <_:guibutton-1/>(<_:abbrev-2/><_:guibutton-3/>button to sort your " "actions in ascending (<_:abbrev-4/> descending) order." msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:55 C/cact-sorting.xml:86 msgid "Or edit the corresponding preference." msgstr "" #. (itstool) path: sect3/title #: C/cact-sorting.xml:63 msgid "Manually organizing your actions and menus" msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:64 msgid "" "When items are manually sorted in the list, new items are usually inserted " "just at the current position." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:68 msgid "" "There is nonetheless the case where an action is selected, and not expanded " "(or has currently only one profile). Inserting a new profile will not insert" " it before the action, but inside of the action." msgstr "" #. (itstool) path: sect3/para #: C/cact-sorting.xml:74 msgid "To choose this mode:" msgstr "" #. (itstool) path: listitem/para #: C/cact-sorting.xml:79 msgid "Click on <_:guibutton-1/> button." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:2 msgid "Starting <_:application-1/>" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:3 msgid "You can start <_:application-1/> in the following ways:" msgstr "" #. (itstool) path: term/guimenu #: C/cact-starting.xml:8 msgid "System" msgstr "Uhlelo" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:8 msgid "<_:guimenu-1/> menu" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:10 msgid "Look and Feel" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:10 msgid "Choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:14 msgid "Command line" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:16 msgid "" "To start <_:application-1/> from a command line, type the following command:" msgstr "" #. (itstool) path: command/filename #: C/cact-starting.xml:20 C/cact-starting.xml:32 msgid "caja-actions-config-tool" msgstr "" #. (itstool) path: para/keycap #: C/cact-starting.xml:24 C/cact-starting.xml:38 C/cact-starting.xml:431 msgid "Return" msgstr "" #. (itstool) path: listitem/para #. (itstool) path: tip/para #. (itstool) path: sect2/para #: C/cact-starting.xml:22 C/cact-starting.xml:36 C/cact-starting.xml:430 msgid "then press <_:keycap-1/>." msgstr "" #. (itstool) path: tip/para #: C/cact-starting.xml:27 msgid "To view available command line options, type:" msgstr "" #. (itstool) path: command/option #: C/cact-starting.xml:33 msgid "--help-all" msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:46 msgid "The first run" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:47 msgid "When you start <_:application-1/>, the following window is displayed." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:51 msgid "<_:application-1/> Start Up Window" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:58 msgid "" "Shows <_:application-1/> main window. Contains menubar, toolbar, display " "area, an empty items list in the left, several disabled properties tabs, and" " statusbar." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:73 msgid "The <_:application-1/> main window contains the following elements:" msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:78 msgid "Menubar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:80 msgid "" "The menus on the menubar contain all of the commands you need to use in " "<_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:84 msgid "Shortcuts are available for some commands:" msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:92 C/cact-starting.xml:435 msgid "N" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:96 msgid "Create a new action." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:109 msgid "Save modified actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:118 msgid "Q" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:122 msgid "Quit the application." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:131 msgid "X" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:135 msgid "Cut the current selection, keeping it in the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:144 msgid "C" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:148 msgid "Copy the current selection to the clipboard." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:157 C/cact-starting.xml:171 msgid "V" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:161 msgid "Insert the content of the clipboard before the current item." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:175 msgid "Insert the content of the clipboard as subitem(s) of the current item." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:183 msgid "Delete" msgstr "Susa" #. (itstool) path: listitem/para #: C/cact-starting.xml:187 msgid "Delete the current selection." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:195 msgid "F5" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:199 msgid "Reload the actions and menus." msgstr "" #. (itstool) path: keycombo/keycap #: C/cact-starting.xml:207 msgid "F1" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:211 msgid "Display the help." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:220 msgid "Toolbar." msgstr "" #. (itstool) path: menuchoice/guimenu #: C/cact-starting.xml:222 msgid "View" msgstr "" #. (itstool) path: menuchoice/guimenuitem #: C/cact-starting.xml:222 msgid "Toolbars" msgstr "Iziqobo" #. (itstool) path: listitem/para #: C/cact-starting.xml:222 msgid "" "Several toolbars may be displayed below the menubar, depending of your " "choices in the <_:menuchoice-1/> submenu." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:226 msgid "Items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:228 msgid "" "The list on the left of the main window contains all items, whether they are" " actions or menus, currently available for edition in <_:application-1/>." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:233 msgid "" "Items may be sorted in ascending or descending alphabetical order, or not " "sorted at all, being directly organized and managed by the user." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:238 msgid "Invalid items are displayed in red color." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:241 msgid "Modified items are displayed in italic characters." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:247 msgid "Sort buttons" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:249 msgid "Three buttons allow you to toggle between sort modes." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:255 msgid "Properties tabs." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:257 msgid "" "The right part of the main window displays all is needed to define how, when" " and where actions and menus should be displayed." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:264 msgid "Action/Menu" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:268 msgid "" "Define in which <_:productname-1/> menus the item should appear, and how it " "will be displayed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:279 msgid "Specify which command to execute, and which parameters pass to it." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:290 msgid "Specify how the command should be executed." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:300 msgid "" "Define the basename filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:312 msgid "" "Define the mimetype filters the <_:productname-1/> selection must satisfy in" " order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:324 msgid "" "Define the folder filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:336 msgid "" "Define the scheme filters the <_:productname-1/> selection must satisfy in " "order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:348 msgid "" "Define the capability filters the <_:productname-1/> selection must satisfy " "in order the action or menu be candidate for display." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:360 msgid "" "Define some environment conditions the <_:productname-1/> selection must " "satisfy in order the action or menu be candidate for display." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:368 msgid "Properties" msgstr "Mininingwane" #. (itstool) path: listitem/para #: C/cact-starting.xml:372 msgid "Display item properties." msgstr "" #. (itstool) path: varlistentry/term #: C/cact-starting.xml:381 msgid "Statusbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:383 msgid "" "The statusbar displays some status informations about the currently selected" " row in the items list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:387 msgid "" "When no relevant information is to be displayed, the statusbar displays the " "count of loaded menus, actions and profiles." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:392 msgid "" "The « read-only » icon <_:inlinegraphic-1/> is displayed in the right of the" " statusbar when appropriate." msgstr "" #. (itstool) path: sect2/title #: C/cact-starting.xml:405 msgid "Creating your first action" msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:406 msgid "" "In this example, we are going to create an action which displays some pretty" " informations about the current selection." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:411 msgid "Checking for prerequisites" msgstr "" #. (itstool) path: para/productname #. (itstool) path: phrase/productname #: C/cact-starting.xml:413 C/cact-starting.xml:417 C/cact-starting.xml:678 msgid "MateDialog" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:412 msgid "This action will require <_:productname-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:416 msgid "" "<_:productname-1/> is a program which will allow you to create a graphical " "user interface from a command-line." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:420 msgid "" "You should check that this program is installed on your system, by example " "by typing the following command in a terminal:" msgstr "" #. (itstool) path: command/filename #. (itstool) path: para/userinput #: C/cact-starting.xml:427 C/cact-starting.xml:583 msgid "matedialog" msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:434 msgid "Creating the action" msgstr "" #. (itstool) path: menuchoice/guisubmenu #: C/cact-starting.xml:435 msgid "New action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:435 msgid "To create a new action, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:437 msgid "" "A new action is inserted in the items list, and its properties are displayed" " in the tabs on the right pane." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:441 msgid "" "The label of the currently edited action (this one) is added to the " "application name in the title bar." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:446 msgid "Default properties of a new action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:453 msgid "Shows the default properties of a newly created action." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:460 msgid "" "In the <_:guilabel-1/>, the new action is displayed in italic characters." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:465 msgid "Italics are used as a reminder that the item has not yet been saved." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:469 msgid "" "As another reminder that there is some pending modifications, an asterisk («" " <_:literal-1/> ») comes to prefix the application name in the title bar." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:475 msgid "Qualifying your new action" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:476 msgid "" "It merely consists of choosing how your action will be displayed in the file" " manager context menu." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:485 msgid "My first action" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:487 C/cact-starting.xml:491 C/cact-where.xml:105 msgid "Context label" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:483 C/cact-starting.xml:505 C/cact-starting.xml:582 #: C/cact-starting.xml:617 msgid "Enter <_:userinput-1/> in the <_:guilabel-2/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:489 msgid "" "The <_:guilabel-1/> entry box contains the label of the action as you want " "it to be displayed in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:495 msgid "" "The label is a mandatory property of your action. If it happens to be empty," " then your action will be considered as invalid by <_:productname-1/>: it " "will be displayed in red in <_:guilabel-2/> and will never be candidate to " "be displayed in the file manager context menus." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:506 msgid "This will execute an action with some parameters" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:508 C/cact-starting.xml:512 C/cact-where.xml:118 #: C/cact-where.xml:160 msgid "Tooltip" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:510 msgid "" "The <_:guilabel-1/> entry box contains the text you want to be displayed as " "a short help to your action." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:520 C/cact-starting.xml:524 C/cact-starting.xml:536 #: C/cact-where.xml:111 C/cact-where.xml:153 msgid "Icon" msgstr "Isilomo" #. (itstool) path: listitem/para #: C/cact-starting.xml:517 msgid "Select <_:inlinegraphic-1/> in the <_:guilabel-2/> drop-down list." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:522 msgid "" "The <_:guilabel-1/> selection defines the icon which will be associated with" " your action in file manager context menus and in the toolbar." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:528 msgid "You have two ways of choosing the icon associated to your action:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:534 msgid "Click on the <_:guilabel-1/> drop-down list to select an icon." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:541 msgid "Click on <_:guibutton-1/> to search for an image in the filesystem." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:550 msgid "Specifying the command to be executed" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:551 msgid "" "When you will select your action in the file manager context menu, this " "command will be executed, with arguments of your choice." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:557 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "enter the command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:563 msgid "Command page" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:570 msgid "" "Shows the Command tab. This tab contains the name of the profile, the " "command to be executed along with its parameters, and the configuration of " "the starting working directory." msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:585 C/cact-starting.xml:589 C/cact-starting.xml:600 #: C/cact-starting.xml:633 msgid "Path" msgstr "Indlela" #. (itstool) path: listitem/para #: C/cact-starting.xml:587 msgid "" "The <_:guilabel-1/> entry box defines the command which will be executed " "when you will select your action in the file manager context menu." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:593 msgid "You have two ways of defining the command to be executed:" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:598 msgid "Enter it in the <_:guilabel-1/> entry box." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:604 msgid "" "Click on <_:guibutton-1/> to select the executable file on the filesystem." msgstr "" #. (itstool) path: para/envar #: C/cact-starting.xml:612 msgid "PATH" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:610 msgid "" "If the command you enter does not have an absolute path, then it will be " "searched for in the <_:envar-1/> variable at execution time." msgstr "" #. (itstool) path: para/userinput #: C/cact-starting.xml:619 msgid "--info --text='%c selected item(s): %U'" msgstr "" #. (itstool) path: para/guilabel #: C/cact-starting.xml:621 C/cact-starting.xml:626 C/cact-starting.xml:633 msgid "Parameters" msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:624 msgid "" "The <_:guilabel-1/> contains the arguments which will be passed to your " "command when it will be executed. These arguments may embed parameters which" " will be expanded at runtime." msgstr "" #. (itstool) path: listitem/para #: C/cact-starting.xml:631 msgid "" "If both <_:guilabel-1/> and <_:guilabel-2/> are empty, then this action will" " be considered as invalid: it will be displayed in red in <_:guilabel-3/> " "and will never be candidate to be displayed in the file manager context " "menus." msgstr "" #. (itstool) path: formalpara/title #: C/cact-starting.xml:643 msgid "Saving" msgstr "" #. (itstool) path: formalpara/para #: C/cact-starting.xml:644 msgid "To save all pending modifications, choose <_:menuchoice-1/>." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:646 msgid "" "<_:productname-1/> automatically takes into account your new action, and " "displays it in its context menu." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:651 msgid "Your first action in the <_:productname-1/> context menu" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:658 msgid "Shows the first action in the <_:productname-1/> context menu." msgstr "" #. (itstool) path: sect2/para #: C/cact-starting.xml:664 msgid "" "Cliking of the item in the <_:productname-1/> context menu activates it, and" " executes the corresponding command." msgstr "" #. (itstool) path: figure/title #: C/cact-starting.xml:669 msgid "The result of the execution of your first action" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-starting.xml:676 msgid "" "Shows the result of the execution of your first action. This is " "<_:productname-1/> dialog box, displaying the URI of the selected item." msgstr "" #. (itstool) path: sect2/title #: C/cact-where.xml:2 msgid "Locating the action" msgstr "" #. (itstool) path: figure/title #: C/cact-where.xml:4 msgid "Target configuration" msgstr "" #. (itstool) path: textobject/phrase #: C/cact-where.xml:11 msgid "" "Shows the three fields which let you configure the target of your action." msgstr "" #. (itstool) path: sect2/para #: C/cact-where.xml:16 msgid "" "<_:productname-1/> file manager may display your action in different places," " depending on what you will request here, and if some item is currently " "selected (or not)." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:23 msgid "Action" msgstr "Isenzo" #. (itstool) path: sect2/para #: C/cact-where.xml:21 msgid "" "Click on the <_:guilabel-1/> tab to show the page which will permit you to " "configure the locations your action targets." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:29 msgid "Targeting the selection context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:31 msgid "Display item in selection context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:30 msgid "" "When <_:guilabel-1/> is checked, then your action will be a candidate to be " "displayed in <_:productname-2/>' context menu as soon as at least one item " "is selected in the file manager. Your action will so deal with currently " "selected item(s).In order to be actually displayed, all the conditions " "defined in your candidate action must be met by each item currently selected" " in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:41 msgid "" "When an action targets the selection context menu, and is actually displayed" " in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:47 msgid "This target is checked by default." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:53 msgid "Targeting the location context menu" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:55 msgid "Display item in location context menu" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:54 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' context menu when the file " "manager selection is empty. Your action will so deal with currently " "displayed location. In order to be actually displayed, all the conditions " "defined in your candidate action must be met by the location currently " "displayed in the <_:productname-3/> file manager." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:65 msgid "" "When an action targets the location context menu, and is actually displayed " "in <_:productname-1/>' context menu, then it is also displayed in " "<_:productname-2/>' <_:guimenu-3/> menu." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:74 msgid "Targeting the toolbar" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:76 msgid "Display item in the toolbar" msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:75 msgid "" "When <_:guilabel-1/> checkbox is activated, then your action will be a " "candidate to be displayed in <_:productname-2/>' toolbar." msgstr "" #. (itstool) path: sect3/para #: C/cact-where.xml:80 msgid "" "Actions displayed in the toolbar only deal with the location which is " "currently displayed in the file-manager, not with the items which may be " "currently selected (or not). In order to be displayed, all the conditions " "defined in your candidate action must so be met by the current location." msgstr "" #. (itstool) path: sect3/title #: C/cact-where.xml:90 msgid "Notes" msgstr "Incwajana" #. (itstool) path: formalpara/title #: C/cact-where.xml:93 msgid "If your action is to be displayed in a context menu" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:94 msgid "" "Whether it is the selection context menu or the location context menu, and " "both in <_:productname-1/>' context menus and in <_:guimenu-2/> or " "<_:guimenu-3/> menus, it will be displayed as" msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:103 C/cact-where.xml:145 msgid "the <_:guilabel-1/> as a label," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:109 C/cact-where.xml:151 msgid "the <_:guilabel-1/>," msgstr "" #. (itstool) path: listitem/para #: C/cact-where.xml:115 C/cact-where.xml:157 msgid "these two properties being associated with the <_:guilabel-1/>." msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:123 msgid "" "Depending of the exact configuration of your desktop environment, the icon " "may or may not be displayed in front of the label in the menu." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:130 msgid "" "You may embed some parameters in the label, the icon name or the tooltip. " "These parameters will be dynamically substituted at runtime with values " "which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:138 msgid "If your action is to be displayed in the toolbar" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:139 msgid "It will be displayed as" msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:147 msgid "Toolbar label" msgstr "" #. (itstool) path: note/para #: C/cact-where.xml:165 msgid "" "Depending of the exact configuration of your desktop environment, the " "toolbar label may or may not be displayed in front of the icon in the " "toolbar." msgstr "" #. (itstool) path: para/guilabel #: C/cact-where.xml:175 msgid "Use same label for icon in the toolbar" msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:172 msgid "" "The toolbar label defaults to the same label as those used in menus. By " "unchecking the <_:guilabel-1/> checkbox you can define a label specific to " "the toolbar, which is usually shorter that those defined for the menus." msgstr "" #. (itstool) path: tip/para #: C/cact-where.xml:182 msgid "" "You may embed some parameters in the toolbar label, the icon name or the " "tooltip. These parameters will be dynamically substituted at runtime with " "values which will depend on currently selected item(s)." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:191 msgid "Defining several targets" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:192 msgid "" "An action may target the selection context menu, the location context menu " "and the toolbar, or one or more of these." msgstr "" #. (itstool) path: formalpara/title #: C/cact-where.xml:199 msgid "Defining no target at all" msgstr "" #. (itstool) path: formalpara/para #: C/cact-where.xml:200 msgid "" "If no target is defined, <_:abbrev-1/> if the three checkboxes are " "unchecked, then your action will never be displayed." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:60 msgid "Caja" msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:63 msgid "Caja-Actions" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:73 msgid "Introduction" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:74 msgid "" "Caja-Actions is a Caja" " extension whose principal function is to allow the user to add arbitrary " "actions to the file manager context menus. These actions may be organized in" " menus and submenus, exported and shared with other desktop environments." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:80 msgid "" "The Caja-Actions Configuration Tool application " "is the user interface which lets you precisely configure how, where and when" " your actions should appear in Caja context " "menus, and how they will be executed." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:85 msgid "" "Caja-Actions Configuration Tool provides the " "following features:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:90 msgid "Define and configure actions from scratch." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:93 msgid "Organize actions into menus, submenus and so on." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:96 msgid "Import and export actions and menus from and to outside world." msgstr "" #. (itstool) path: note/para #: C/index.docbook:100 msgid "" "Caja-Actions also comes with additional features " "such as:" msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:105 msgid "" "A Caja plugin which exports in real time to D-Bus" " the currently selected files." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:111 msgid "A command-line program which is able to run any action." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:114 msgid "" "Associated with the D-Bus interface, this program lets the user run any " "action from a keyboard shortcut, applying this action to the item(s) " "currently selected in the file manager." msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:121 msgid "A command-line program which is able to create a new action." msgstr "" #. (itstool) path: note/para #: C/index.docbook:126 msgid "" "All these features are more thoroughly described in the global " "Caja-Actions documentation." msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:143 msgid "Getting Started" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "Using Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:170 msgid "Miscellaneous informations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:181 msgid "Known Bugs and Limitations" msgstr "" #. (itstool) path: sect1/title #: C/index.docbook:195 msgid "About Caja-Actions Configuration Tool" msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:196 msgid "" "The first version of Caja-Actions was initially " "written by Frederic Ruaudel (grumz@grumz.net) and Rodrigo " "Moya (rodrigo@gnome-db.org). It has been thoroughly improved " "by Pierre Wieser (pwieser@trychlos.org) and Wolfgang Ulbrich " "(mate@raveit.de). It is currently maintained by MATE " "developers." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:205 msgid "" "Artwork is due to courtesy of Ulisse Perusin " "(uli.peru@gmail.com) and DragonArtz (http://www.dragonartz.net)." msgstr "" #. (itstool) path: sect1/para #: C/index.docbook:211 msgid "" "To report a bug or make a suggestion regarding Caja-" "Actions, the Caja-Actions Configuration " "Tool or this manual, follow the directions in the MATE Feedback " "Page, or you may prefer, at your convenience, directly open a bug or" " a request for enhancement in Bugzilla website." msgstr "" #. (itstool) path: para/ulink #: C/legalnotice.xml:14 msgid "link" msgstr "xhumanisa" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:7 msgid "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation License (GFDL), Version 1.3 or any " "later version published by the Free Software Foundation with no Invariant " "Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:17 msgid "" "This manual is part of a collection of MATE manuals distributed under the " "GFDL. If you want to distribute this manual separately from the collection, " "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:24 msgid "" "Many of the names used by companies to distinguish their products and " "services are claimed as trademarks. Where those names appear in any MATE " "documentation, and the members of the MATE Documentation Project are made " "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:38 msgid "" "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " "THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" #. (itstool) path: listitem/para #: C/legalnotice.xml:59 msgid "" "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" " NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " "CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " "DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " "FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " "ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " "WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" " OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" #. (itstool) path: legalnotice/para #: C/legalnotice.xml:32 msgid "" "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" caja-actions-1.27.0/docs/objects-hierarchy.odg000066400000000000000000000421561433352025300211750ustar00rootroot00000000000000PK…¼y<Ÿ.Ä++mimetypeapplication/vnd.oasis.opendocument.graphicsPK…¼y< content.xmlí]k’ã6’þ¿§`Ôx7Æ»ŠøìqÛÑvÛmw¬kb<óg‚¢(‰nŠÔ’T=|‰ý¹gØkìQö$ ð%‚‘IIUSí*"$‰¾DøúÛÇ'Ý;aäþëŒäÉñí`áú«×7¹ûafÜ|ûÍ?},—®í¼ZönãøñÌü˜ýWb¹ýèUšúúfú¯+r£W¾µq¢W±ý*Ø:~žëU™úURWú%ŠŸ¼ÞÙârîØyŒûfæ´B^k޿愸œ{Z}3sZ&ÔröeÐ7ócäÍ–“úfkÅn…‹GÏõ?½¾YÇñöÕííÃÃz (W·Ø4ÍÛ$µ`Ø.è¶»ÐK¨ö­ã9¼²è#|›ÓnœØê˧-³äï6s'ì-+¶j½º ˆ‘°ærÅìWP9 _÷«ÞÚu¿j³½¶ÂÞz–‹ªBýU….Êy7V¼né_ãöKLþùð~¯Wá¦o]œV•ºÛÞÍL©Ëùƒ (XåÒÁž°KdY¹Mÿ.Q?$ÝØ KäöArÛòìBâÁ¦IhŒß2Š™sÏU¾D\QKr›&ÄÑ¢µè_?¼ÿÅ^;kOìvÏ\?Š-/™hãz½{Ѷ(­å»½UÓÖ†NÈ•¡Uâêmèlƒ0.:hÙ`µ¢–ÅÒ*ªa”JJ˜ñŒI]ån¹µ¹åYþPh¼ëxùð*˜Ìêw·NèòŒ–Ç5h¶‰˜´™VÛW¥Üi£³œ¥ ‘Ü|“Ï~©¶G·Åk\dö,1_Ñ7_§f,ùWJçL¼¾YlñMöai±îzbŸÒ a¶µVÎÍm{ÖUX˺ ­íÚµóÏ[+äsròÇ,ÍÄ•ia…‹›¼Ü,Ël˚턱ëDg€ÕŸ8ƒV´¾)šñ/l àÅ¡µt}çDþÇ[öÉY°jïW9Õƒ»àÆIFØÞ vàløƒiÚör™½±ÂONÈ8eÖqŸUQyÞ2ëìÆä¥ë±Qᾓ}àó9k½5[¡û{ÀûxfyîŠuíø‰ééîyãí=ÕÆ],Ï]4všÌþWL.‚ý–°ú¹ =6 ˰.×Pã\ ½tšgk¨2_¨cŽ#ŠågÝÒòBíõͽqÌZY¾-—‘Ϲ½#…ÑŸ9¯. ÕãÖ„øø+‹ZL¨,·Í[Bw-“ÿuwŸcZWãq¸«/Õ³94Më·P?FÀ£&$a}q‰Q=ôè£RÍ ëKa"Xr¤&\XS®Ó+Ø_Ó(½`Kϱ:= ‘TÀÃë›7!³@ÙƒŠKpÊeì¼AmÌýi…q}Vk&ó¡k¦‰VãM9Ñ]6¾Åg€IƒÓ {ÜÓѵ¹Éu UÝ%×A--wÃhs¤IǸ¡'Ÿ[?’ýXMÛ÷£ÞÞú‘ý8%†9i=æÞÁ1‚˜rcer'¨àL: z‘uÌÕùBÉ”»;WÛ÷ŸYO¹±U1t—Oäl0Q–Mó’ž]2L<Û"äò닯#¯¨ì¤ËbW2%v}þþgºÇìƒ&SnM¾6à3QÑIC7Ç_ìÚ€N¹qvµ}|-ø²]6ü;§s:ºÿž-rp’–žÅÓ)p>ÐÓIÏ*ŸïìÌŒ1ÏÎôáŠçò cb”ÎÐu:°3>Ö,)“½•ȶtñ¥,kV'ohEýë­Ùµ¡õ¦y’4‘|?ãÊ2ßfŸ–×.÷w‡‡oãý·‡L´óÀ[ æÄ3+r-~ŠÀàYª‰üĆçk(qW›eúv?€±L‚µíT ^¦º«Mq½Ðu#€»Ú 7R£Jùwþ =×wršüÜgIæZä~ÉŠLK’J“ß/,ÁÚ„9ª'f¾††šþÅÚÑŸÞ»s'L.€‘~±ü(ýØjçþÃYí<+œÐÔµË1«'“äñÜç9»ÛS¶´$OÞ·§oogÕý}B#м=šQж5¤ hoÊ©ºYsNL¢›UÝ Ù$íƒî}æºW÷Tõ]¼Ôü ‚FÁÁÑø£OuÉ=†že„B•ïñM™Àsî/ë»ùÎóœXJùw&ЛôÏ4iÆ/®{}óÿý_‡¥Bö|öÞ5ú%¶Â_ž6ly—‹añÕÏ÷Ü÷siò4$5ÝŠ?Ô˜#šJNjjš'ÚZ6+ÔY¡Ã7R5¾š¤ðTÏš³? ÑÑ$„Óè‹'!eD /RBêh"Hy‘ÒF“}‘òÑÇ“Ï µÓÆhR^¨6G”ÐË´Ó|i<’ˆÔçe¨KÉÙrú¶õB×,a,žŠ?xÄ믾ù: ½ã÷·¦AxéòûçùoŽGÒÚep*´×OE4øÞy’\›ÅcG±&—Àfio¥µó8BHBVX½€äRØ"xPpÌ|ÌS<ë‰ßÁÍþìâ4°1ë-2Ïc±Žt•æ_y§bjæó«4U¤a~ì8Ó±-tÁbÆ­½‹˜gÑÚÚ:M\“V®I'×4ˆe¦åý§„cµÌ0%ÙáêœáLuEYe‰L¡ýzúKÿéÍ»,;§apï.œ0S ž%W¦mÖ~Ç_ó[œ ü'Ÿfî]çỀ,K²D°&gÿ–…Á@#fÙYÿ!rñoNõ´u¸[cç/f\â–Ÿ ï™my^"ªTŸ‚…»dšq¨ŒuɲªÅа)Ͱfj馮«ÄóCÚÏÛäžñUMÎè¯ì'ùõ½ôí’°Ê>¦ÎÓ0ѨÌ>)ìGå2–¥¿¥ôi y.ýèižôcš/ýýÛ¥Á~Ì,oúíל.ùÆ‹Àœã†üI±,³†iö1aàoYþ¬Î$V³¼EØ7ÎÖ¥¿K?å£ÍùÏ]ê) èeú„&ò×7_ÈL–I×Üʇkùp¯|¤šÏ]þ‘1jH_±Š¿’¿<œ›¶çÆÒWëøŽ”ÆíW½Úž›UUJºJКKÐÒú{4@o/€±èIG Fs fÊBŸF˜í%ôä×Ô.)‚’”‰^EÔ4p_DÏÎÀÍÊH•#¸hÖȤˆ~‰›U’jýû7ë%Í”¢3{³RR£·Râf­¤FOšT’W=Ã_±ÑmJ]ù›gÒU©©£5X rgÆš¦qgÆšê1>™åeÿb©#k“ÊÒ"JgÕÍ Ç¤•ˆŠÓU@MݸíO'ýÃ[¬ŸšT­÷©ºYъƯ©Z"ñY"ýެ-f/ážÊ=¸§ÍVO–RÖ{PŸuå^’§-–.étJûTÝ2õöÖÚbçRÔ>%4›¹þÜ6éßy~ªwæoÕ¾¾ý×hè : mVÁþê¯4-÷:²4­ôŠ,lu½ð24”þ>Û‘›>_ÀÊþßPª†ò„2°ºF¬…ÇÂZ~äÊÈ «57€,Y²dȪÛ~Y²dÈz +ÙqËQ!ÈH`ìhذ` À€-[¶lذ`뙃­¶XÇò-û"ÈÊSÚA–R tDJ b™ QÑr”£†dŒ‡A,Â!Ö‡`±óœf`u]a“DFºŠË2P¡éÃa¦µ‹]o}püMš4hР @€&MšB 4h~&»zu¼EÇÁ[oÞ}tïƒøûÀvÀZ€µkµæ¬X °`-ÀZuÛX °`-ÀZ/k)é2)T“ÔcoËŽß½YÜ'R¸³æÏk1ha"j¢©ØdK›¦&V&kº‚U=· €µk –°`-ÀZ€µkÖ¬X °`­N¬E dê#WãXëûÀ_$ò‰mڴ՞Р-@[€¶mÕm? -@[€¶m½H´¥#“Žp#G[?Þ‚A€Zµjµç¨P  @-€ZuÛP  @-€Z/jiÈ0´±6¶6&(€Zµjµç¨P  @-€ZuÛP  @-€Z/j©È #ž±¹piÒ¤Õž -@Z€´iÕm? -@Z€´i½H¤¥ ݤc"­è½Å€µkÖ¬X °`-ÀZ€µkÖ¬õyc-öA!€ð™Þø®2E¦¢Qbš˜-°flQbê(¹îÝ0 #×j[¶Ó` À€-[¶lذ` ÀV7Ø"h”ǵÞÌ/ÏbÁv ,@X€°a„  ,@X/aqЄ¬r%ª#«œÍvd…1Úã¦[$+z ]Q Qµüv±Ž¨pFÑÎb·êne¤³‰Ý2¤é%n „UóDfµVf•Nf•*Ÿ)%.‰dáEhÂP®2ð.GÊAëÏóßXsšAkï–ë­-§ƒ[. ýôi T'¼ÕɦèÀFÓ5š5’åÞ–¦Êðv[«íßþòcÜ»‹¶íàÞ0'ìvZîtÜsêXi@»f°ß•*vÙ7¬v¸~gEΛíÖsíÄþm:®ïéønWËŽGlû„Ý®Ètû_]< muûþÍðVÓ£z\ë×ã×ßlf䌲™Ãá.;×£ñÉP"7Š-è^nß<еÚ~ŠÈv>îyûßm¶Aø¼¤ ":¶þüxíRÐÊ0ÑÀ{5³ö°\ÿ(3°Êþë¹~óê¸}«õÀ¾ð#f T„nƉ¶›ûm–G’ªÂž„”Hj»ÂœÁ.^Û7G{ð*²ÊÓtU¥Ê*Aª¬ŸÊê˜bå¼’ÃbÍIZx½X(ßUÕËLÃ(3]¡!ÙÓ!% OÈ4_„‚¤ Dˆ&0­3QÔ9Íy58aVP ¦È«ÖÈëÑ&ªE§¤O~jMÒ&’õªN—iH²k«ÈôüPôXFT³’c·2£)M/1_}2ÕxÉ^Š4\ ÀH£©ØP>Ÿ—fv0¥?:÷α&¸G{Ý%oגØ`ø$ÅA"è8Øz¬F¯ÄèÃÚµ×\2\×}ií„Ηã÷ÀíH ûwÇÙr!òÆ$úÍØ÷دqÌ´hɃÙ’þ4ûrì˜:ËÆ,DèÄöz¸~<{äÍÆ‚Ä%7FåñýÃô‡&gBHÞ:Ýß?¶¼Yd‡çÕCñ5$†¦™&C™¹ç­y—†ÔýבÔ÷>«±¨9I#Ò>„3šâwš%'Aqï³|I|\D—–œÒgŸþ.ý$}È*L«6³È¼<¾'|9)Ø -Íhˆ´ßË¿ðRÊ5hIT!/w_Z¹™é×”âýžïããóŽŒÌã5Ý’#ÃòB>…ÌxÃŽŒÈË3vî+7±ùoÝÖ‚ò •ŽŒµÍ^á¿vÈ¥¶ãÏìfCŒIÒ4½ƒÃÚî>¯¬G¾z4Ý<ˆùbƒëð±QtE֮ލGÏY;U´¦5EV¥l›Cn„ÔÐòWÎìq¶q}w³Û0óÙ’n=¦éª’ΟÐå` íûP=ÖʪशXV5a J2ÕI‹åö Ã.fùåߤ¬lгª-úrRš^N†Spv1"`±²Ïik¯ÉÐ6‘¦—7Àt†ÄÉQ@ÛìXK°µÆv:Ò½ò%«dFÈGL²bsžJ8„`O’[÷*ƒ†.±)&RÔ²ØQ¬·Ëí°ˆ î)Ø>%†^úßÿé½f¢ï¿Ìfý@dÙüJ"<ºþ#[Û°Nù«ëDÉZ.”ªÞ–¥ééžÒ¾›Ùó€j"úTŒÊ#ÂRGÚÇú:K¶Vg–3zëZ^°¸“5í9Œ1hL›‡oäçæÞ-žÅ"i®~òa„ÇòÞ¼{»K õÜsžË9"¸SÁA"8HÔ\$‚ƒDpÁA¢<#$‚ƒD/á ™0^’âê!ac Ì${˜™z ÂìI@¦ 8Û@'€a°tÛ0æUH€AjU¦Ї+åøÐzé*ý,L!<ð‘ȲŸ%v6CƒYNª#flUø¼ùmQ†"Bt¤‰1"¼ÿOµ̪èÊa^Ù…hU^M¥ƒÙi#pu\fš›EˆÆ®ÐDŨÞ„3 ³¤t-Qʬ)òÊ­¡d™QŒÊJNg±aŠr–‘¡™ï" IÃ]…¹ì(9ŸB–0¢W™¥µpV,ì44Óí4uO”iHÍ`Ö¶L¦âÂQ+ é=.¦“t9iå›oFÛ_ºŠ} &%s¤}ŒôΛèÓHÇQN˜ŠÁýÏ®ªŽ "GiHª0ÎML4.9X¯ðª›Â Ãû¬²œÓ 3Ÿòü³7´|ÛžÉmài×ìÈçQ»dzªîÛSÁò+´z6 '9óy'ÂøÐ*¬*²*ð*Ò¤·Èù f“”°à×RZ¸¦xv¨ ¹8³< X¯Ö¬šä4ƒFîy÷ºéhg6“ áæ}°j½*ñ¼óDu§ ¢èUup3,ÞµºŸd¢0Uáà!ˆhZu¢ â.§¹³fU²jmVqSA3ε“õBåw‹#[GŠbÖ¸§¶8'+Ê©6“œlß9³‚yçWÐì×Ë ¯Ij„òp¢sZÌD®â‘:f µC…sš‹3Ë«Òfsš^*|e6a¤©L8]¢½ãAM-È(áûªbXàÑ&aaaaa–Â2áû:”aV­rë—¬¾ð—íŠ{¿13„]Ñ­Ld$cqã–IÁwnsšóúÀ9³XØÆçýa އ MÎìhÛÌ'h¤:2Iu›Y6„“8 ®ž4S%}úFª"S¦Ufu¥ÆlUÐúê9M°Q}>ÈDtœçƒž•Ëž— ¸LÀe.p™€Ë\&à2— ¸L^ŒËdÂëyxèަ1|+ YFCÌjl…ŽO¾Ëòd4‹)ÒÔ:³F•Y]d6§â5á#$f¶Ï_ &c¼üæCrðÐûIû±¸Ï3M¥XÙ¶hqŒ+ïð{›Õ#oVº`}ŠëßýÜçaèC‘âõx¨HÅåGkx8Ž:Êe']‚i¶Zàõ¯x=Àë^ðz€×¼àõ¯G{àõ¯Go¯Ç¥q–ˆH5İÅ8ëËŽƒð À€-[¶lذ` À€-¡[¶.•?áû:*_HÃo #„ä[‹í['úÛ>û|×òˆA nªcÁMØÖ¤ H& M@š€4iÒ¤ Hæõ3Ÿ|Íáw|Šw„)È4Äø`Z½[›ãSߥòÉÌ!æ5=škŠwòa†zäê Ðæ¡;ù&d¶v5£©Õ™—ç4Ã"¯Ûo«Á¡•¯Ö46ÆÍšoîBËþÔÛñÐzp{wÝp-»wXÃýüMÑMxŽì¡¡ç.*ïyN)®KÁÔÍ’ ¤ˆO›ä—Nï«í;ï‹Â]R©Xš¥1¤dχVø4~Áñ!R0ûæø‘{ø¹—CÁ÷­V¢Ý=7Å`!# –Y&åÙÖÛ­\¿÷pÿ~X³Ü@̬ˆ^ $1”¤ërö ÜóRé(~¯ª¡ŒgÏß~×6ˆ{÷Ñé'µXÕë­©iVzÉŽ>ñkÃO=¦uúbA•‘xç¦Ìê GÊT‰w $‡Xm'è#e}& ²?RS:¢¤ zŒ°&œÒ¢H9ò=‹¾'”6üå†ÓÏ'MÓ£šxa3‚W»T|#¨ ¹LŸÒ†-—zŸšåÃTXe†ošcgés§wêeöçäòÝ:„-–èÀ7#súë‡÷Ïlo®¼5ÇßjÒÎÿ}z3°†9ؘƒ9ؘƒ9ؘk-6æ`c6æ`c6æ`c®ÿÆÜø~~“!ÞJl"¬ ® ¾m$¾ÉVМæ7h‹­˜2=ÆFö!ïa±¼[*½®Æ ºˆŒ±¦ç7ÐŽóH·R'bVÙ2 6¬Žïïžå½8„"M+?ŸD5d(ßOÚØLßê¬X°:`uÀê€Õ«V¬X°:`õ3cõ‹b-*#½¼,„é(¯®Ö¬X °`-ÀZ€µkÖ¬X °`­Rø©<Öú>ðyÒÎòhР@ €-Z´hР@ësZĬwä„Ú(/ëÁ¦`-ÀZ€µkÖ¬X °`-ÀZ€µ.‰µ:oá<ù¢*†›Lʇþ¨ŠL¬–ý±/:5ˇþØÃ<õbKrà® nfK—V¦'uª ÌŠ4³n -îµLÙZ+þ1X.]ÛyÅ?¹þjÿa,žJɽÛ8~<³ùîœóÿPKŸnÝæœ PK…¼y< styles.xmlÝZ_oÛ6ß§04lo´þÄÉb¯n±­6 -dÝë@K”Å–’Šã~‰=îûí“ìHJ2eKŽœ&Mš(*Þx÷ãýáõâÕMÎ&×DHÊ‹¥NoBŠ˜'´X/½÷þŠ.½W/¿yÁÓ”Æd‘ð¸ÊI¡T[Fä„ ¹°Ä¥W‰bÁ±¤rQàœÈ…м$E#´p¹f+»b^6VÜ0»ÒŠÜ¨±Âš·#‹Wãw6Ì®t"ðf¬°æL]ñ”¾‘ ¥Å;Ü›£ìA{|”=Æ,nçyhÀúÀȵvùÖÑVï€“à‚Ž†^ó¸ªÐàZxî Rr¡Z@ÒñIv‰Ú]’·Û§œš7 -hörßàëèöµÈ·Þ¤NÞNÁˆ¼—Mu°Eáå ëÀkÅG"&æÿZ³¥÷“|ãM Ä×”l~æ7K/˜“(˜œvb$a …z-‹‚Ož_¿O*Á?”`™¹/}Ï”À)-ÈßQð÷k ’ijô„Ê’á-Úã›t˜êÒ#H¬1®d†¹ˆ‘b­ƒ0˜çaœ;´¨Ë ±R©p¡‹d³vÙ¤—W¬.©»–bð±íÒ[ \f4öÞ lÖP)àŒ„¢P„-I—6„+Åe‰õ>4!ܲbVfØ«ÙʪˆUeüm€¼ô$ÍKF:” ‚V‚`()9Õ¸XŠŽE¨`(ç ¼ž ¤V )åp% EB´Ûèëy‹VÄ\#RÌ$im€2 ¶òRþ°Y-»¶ëÀÚJõ4ád69ãPp”¨À’”[¿Ç%—?¾¡P“Œá“+"hjW;&X´&0@ª<ÇE‡£¤*†Ã½Æ‚êÛÀn/I?*ѬTfáb]á5,‘Â,ļ*”eÞ_õm ᇋFÓ×äþ«š\áBÞªd#)·R‘üP׆¾ÓØáÐJ7 VõÚ jíÚ§¬¡Ôf4„_Þõ©¦s##7w2§•4¨å6©eé5ª¥ft߬–ôû;oçžmüÒ W›bt„'X$Þ-A\?»Níd8xg4±ù°Nzš˜”¢Ó‰³\;ý·ùSg›wAW¸´‚Ó³6uè1«¾¨Ùí0@$×Ô>á”2ÖZЮ´šÎçqœ¦& Jœè&A&Ð;„ѹÞÃ!¬¸Rº†÷ÑI•¦]gÅâšáÄÜ3h’èhtT.IºéÙ%n{‰I—þ ‡kz yq —Á„Yf´ª#jb‰zÝ”óhIH_)—ÞÿþÓú‘ó’+ùCys?)^\mógÞ)9Õæ¹Ùùw&>Žs‚©ÑLµ2¦Ü¡›¬©®ú  %§bx2­_¸…÷kBèìÞ‚Û³Dhv]>K„Îï ¡h:{–]ÜBgÏŸîŸgš§/ï ¡Ù3ÍÓó{Dèyæé0¸7ˆÎ¿®Díë^Ëj™ŽND`oèSÖÚ`Û(Ô]B½Ø4 ÝUÛˆt×Ú¤^6sŒXù0¾3«9j&–uÓ¸9‚¼RzöÃrHF• ^­3T± ^Œ~ŒéÃï0û/ëÙ‡]kt9f;”š^ÌêêT|ÂŽú¬ÙÔ˜7ï«ã€(è@4¤…4¹>­éŠÇ%ǯ©]«ƒ0ôÏZÞðŒªÉoà\ôKÏZLléÃF°¿ y™aë`®ÏqA%i3ñë>_êc¨Co†ÎØç–q_} ±ÚPéÙ¶{§>ÍÜ‹öwSt0øÜÁÐ45²ávtht4mŠxH8ëtM%5.ý ¡;Xù^OËÐt;ž3á0Z?0_À¹mŒ~––+žlSÓã÷¨ºJ^@–<Ùª•× ƒ£å/gÝÐ}ËþüÄ誕֖¦ÛÓÍ´w¨§kä —Êî°¹i„ƒ*§Ò>QGžÍNrdmRø6 þØ<}bMˆŽÕ„âaME¶ÊŽ=Žèôãˆæ8ú®'ÁîטΤiÏçOë Æ¹Ýe¿wœ†ÝcKè9ßÓÈTL2‚}é}üÌr ô5š³hÎ(ÑiÑ`ô(©êñ@êöîM³½â,9ºJ+OºYÏØƒ*òøsÍ –•øñêÉS›Äh¿I„&°W®ÓF‚Ð9Q™AÖ® ªêsìAD}îï}›V?ê¥ô×w1j ˜k‚ÞB+Ö9Š?Þ^Ïÿ¨{˶ʄ½U¦Y5ûÕÀÏíD·Ynf‘Ö—kýP¸ »ïgøƒŒqé6TŽÃ.ø6)Raý)3Ò/hAqÜl…ãkÁ+p{V+.]ûnm÷üÁóª 9–Êøäv÷é!¥—ôDy÷ì~4h­n?-< ïôÃcx9̃“ ÎŽpÔ‘®Ó§áò÷í° ÔÆjŒ;§ôÚ~ ´Ë;ݹ¯óÁ#r×ß¼‡¥ßÿÑÿËÿPKÐñüä40PK…¼y<€L¹è  meta.xml Pierre 2009-06-25T23:18:012010-03-26T00:36:10Pierre PT115H30M08S28OpenOffice.org/3.1$Unix OpenOffice.org_project/310m19$Build-9420PK…¼y<Thumbnails/thumbnail.pnguWy8\Û?3c‰Þ0c1iʈd)†±¤B%[v#$KdgPª§‘ò`­¤è c7ÙfRˆì2YB”²d)Ûxç½¾÷úþú¾Îu®ûºÏᆵû¾Ïùßý gDQ‚‘sg­€p· ÎÇ]iPùý\{ã9cƒKaÙ?sÔnÍÔíKü´ôÛPÐ'’­=|T;Uì¥úÝÏçr®:»Š+5ÅmðÝzIÙpÁžý„%ÃÊùMþã ‡ *†ŸÛê“Ýž.·¬G4ò€¼€  ¯N@›„¡`Rjp@vGò9º£ kÉ1}ÀC ’MŽNbpTHz¯u§Q{ë›ß>æIR·ÛÞÿüŸ3ç‹6ðRœ6O;Y*6Bn3sT%ù|ÚËÃÃ/ÀÀäâ—öB&›r¬ÚrQ{W¦x—3ðºW#úÕPÏOª¯È󦿵z_nÀÅ_&Õ…rÕ{ÇVŠw©09t@»…• ËêyfòÏDßëܧX,¢Z"’}{¤šÇú-£Y)}*?› ;iüÐü½vu²Ã#– Õ«^Ëú¼=bæ3]çܽR;ÔÂc5§ÏEÅø‚²êXFgôÙjè̯á’Ü‘03_L¨ã75¼Û3œOyù­Û2ª,h×À?¬žÖøX–•ãQ¾ÈzÃ[(ú®Rõ(Ú/Ý£,à½ú‡—ÅVñ”ñ’x‰C ׌ñk‹UBh²D"@‘Ä ò•| fM<ïÝÆ”´z”]}Òð…ߌ¥ÓAðM€Àw~™}YÑßœ ÍîÒß[ýýjzo…«±…‹)ÕápböÊ™ófý¤.ŠäŸô":ø0Õ3¨ÑFWY^Dû¯83©ð’["ê&2±®”ê05ü‡‡#¢;ŠÌ6¤rRå*¤(„;š7èã#Ë_yÕ¡ìrë.ínÒs˜v? þÑÌ/KG)ɺ‚!iµcÓÙС°:“¥ »ë£ë‹-ìŸ7ý"}šÇÊEÕäxoÜÒ%EÏALÇòpê#JÜÑa¨e ™üS‚Óœˆe.…ÈË@’ÁSÆôÍhŽÍ® u›_}n…,!‡Û/uipÜ¡xâ{°ÍéÌ3æBÄ¢Oë’dEž¡^Nº)Tð1šŸÏ9Ñr/ñ!“G:ÁÂ=5 ½Òêõ¥ü@öâºÅŽÓܰé?Zû ÜàNI–ŒFÝÜ’¹æÎõb•êÏìr>Wq(ðÌ&¨‹^Wðúh 8UcÏ,â…HÂ)ÍÙ6LÏÑ:;%0ÏïÏ>il\3M‰ì=nZ.'«5`y2ïuÓ¸Ø>zÚYNÝô˜¹†LÛ–ÛÆY[í¹Ü¶Ça›8»Ýµ}òò8d¡ÂNüN ©ë‘¯t°oB†r æ#D£BÎÕ¸„ÍÕ\Þl²u´‘&¨âÀSM>þRIi§¯ƒhº€†®IbXFºï$Kèo(2é”×X%z·ÿÑÌ\|eêÒe×ÍÍÍˆÐØXfùð½¥ÜóJ_ú2ö‘¥rÂRúµd˜ËÖmò°írY½¨C‡`.wu$Ë50jÓpÅlµq¥òÛîªòÀ) œi?ÿ Pæ®±a>¬’ý£6N«ÔÉ–kµ7×¥$kF횛̘wÿªküwÉ”viQ¿1{§ÔdR_fD¼Li­ý«¬­áAº@}Ïjôþ ’A;òÙöÍóY?JT‚¬ðÖ²QÁ¶KÅ_þáÿ òXÌ|˜Þ×’–U$ïÒ5¼“€}ø‹úM.ìÃÝ#WoUÊr¢¡CŠ”)§ýõSëµÉbsrÝÄù¸4Ó÷§¥ ½ù¡›Õ¿ÿ¶ŽÂwy7×ß1­kÔÝPɽb&èŽÐ½ˆ«M ,5¼ê*ª×Œ/½2,‚Kd+M]K4²¨éD?ÐŽZ Mƒû™›¹Cì{„$U@ÜÈs Eæsâ‰ïd`£²‰<µ¯âþ›¦›Ð‡T@t®z©ºSɧ¨2j.Ø'P=x¿?Fzt6)ÂÊãÒˆ˜£W/[Ci…B´š%©ûº&gábêøpÒQNœö UÎûF|›0’NåìžVöÝ9ŸTýž_õ(רµø½zJsØ´ÃŽííó:ÓgÙþ#œÜÝ _¤¹uîÀð(õS[D}›4.¸2¶5ò“Ÿê:H+z"ÞÑMˆð¯Ì»M×q^$XÅÙß·1t 1Èá0:z¼AÝvaà­ÐV¸y×—Œ ¯¨Cõ¡vø`búR%¾µè÷Á¹åÕ_æ·ö‘3÷ˆ•d=­<áeFÛ÷€X@ÚW»ÉLâ’­¬ÂPB)ß.öçP|Œ„)¹èH ¯=†™ž4·Î|åŸÅ0ÇÛÈ.¶Ãƒqâu)B¶¨µx¡ä5S‰ÖOëÐyèÓÙe‘8bí£}pGL/ÞúĪ%`úÍØÄ@NøÙÅ7âeQª½óÃOÒ¡qAHx°*^îU¡kÝ›‰>\xtm¸j¯5;o¡¯µdcvm€Ë>Œ‹8&÷Õ¹y~"çZ»²êb[ÅáA›ŠpØ›÷©Àø¹ü™‹½ž„4¢Ó‰²É©’­wï:£‚;êX5¡‰Ä|sAâ+l~gPÉ©ÝãF&Âæ¨?«®ä‘ß±h=²è£}×T…O,ÕÒ4íûø3žƒG×€•…®ÂÃF Ò+¦¯ô-»›`nO:FXæ|â2ÁoA¤ ©á«ÍËô÷E¨'7ÂÑkÄsGæ _’Òµ¢ÒŸÄèʧBjÆôLóÍoœpQœ“–foÕ˜J`ælûØåGÁ\…fÊÍKg†³ üF Rq“<êˆÉƒÈùt•Èô/ŠE¡N-õ¢ºðªc〾.7å\Š©sbRz*:Ù.ÀôøìYµ œÕ[o^ò"&yhÉ;O»3Ôu^LÌh’âbTu4l¯o äéæî²s·óŸ \,í—‡MœrxW¡DÑoæS™B· ÑÆj)‘Ç4##0GiétËož2ä¿úÑû‘¤+Õ*.$$àŸg…n¾;p¥|7å³heÐ.ð _;°áIËÏwÑHEËgÁ<åJ`°Eªz²Ä÷ÆÖÊ‘L-éK£ïš ‡}stˆáwsEÀ\<"º{u>\gp]…úVêë~øž´S/bØÿå;Š˜$’Áë÷ùL÷u{1-“¬‰•}¾)ÝÌCÿë z0-åê +ê¨;=7Ô`©àwOΕ\wÜ´ï¥~ýP1X¡GòÛ«^-MZÿ?•Ô?ç¯Ä‹:xÀÿȺs§-ŒK ]âÿ PK@«¸÷Ë ö PK…¼y<'Configurations2/accelerator/current.xmlPKPK…¼y<Configurations2/progressbar/PK…¼y<Configurations2/floater/PK…¼y<Configurations2/popupmenu/PK…¼y<Configurations2/menubar/PK…¼y<Configurations2/toolbar/PK…¼y<Configurations2/images/Bitmaps/PK…¼y<Configurations2/statusbar/PK…¼y< settings.xmlÝZ[sâ6~ï¯È0}h§C¸„¤ “°cH¸ÂBÌýMX h#K®$Ça}%YLÂʸ³S`°¥ï;7Ÿstàúó«KÎ^˜Ñ›Tî<›:CÔaÓùMjЯ¥?¥>—»fOOØA%ÈßET¦’R-gj;¥Õí›”Ïi‰E‰‰’tJÌCt³­´½º’­®¼LŸoR )½R&ÁypqÎø<“+‹™ðîf©Ç‘PP@†G¸½g›Öaô ÏEY­ÞÞÏ{ZoX) žÏf ™Õ÷Íjábr,—^›v˜ë)™gä[ŠÝcaôÚ-­×†ßrw>UÞøvãÒòõZÑÕGKäjŸ­/k¾›”R½ô‚Q𠩨}?îb¡•±8}æ¥67åÒS71•©r:ÿw.{Ùú)ð6z’‘èÅìElð†r…~•+äó±áÏ‘Ò./ …cñÓ.ðÒ˜BôŠà. ¢îQ±Ã—ÇHŒ‚&ÜSH®"!UÖq‘3³DcØk{ìÀÏ#ÐTYrůqFwMüþˆ0Do ›¯Ï4K‚ð]0G€Ï1§·Ð†D¿·1E)N È—ÙWäÈWgé2õ%£L—ø¢($HX$ËÂ7Yh­[æ¶zÔÈa÷˜GÀÁ.¦@¢.#ËÐlmuAZš.*/å.³†)»)ö¹’pÑÚm°T…otU¨(!ø2UÎýútc&KW¥H ~iÚÌyFðcQ2Cu˜%UþŸ%áÀ«2ÂöEŒì>A<Á‚£suKÕáÝJ¹`\=:†ÏˆÊhjð“7E  &`Ц¨àù:O&’o™¯|X%Øyî£WyñÁ"G‹ ºtŽÙêL‘€:6Á‰.â,ˆöñѽàNzWfѶ¥r໑¦tÃðÙ@w˜Üsñ)puð0?²96l7ÿÿ'’øðïŸH.Íñ*\ ƒÒ粦}ÅwðòÇC¯©Îø àÆýÐù°Ô± u; =îø.â@2ž Ç-¢,ìí¢Ybœß8&ÿ“dôhаŸÖ4wT·ƒI5zmû”1÷ h>Ž‘9ââöÜáÐíõ(#z@òø¡Õê‚ÏÃÂý3Ó+ËóÈr ¿œ¾±¨`©íëX<¶LV~ÿÃWü¹&Ȉu ?lfƪúT/É«ÌÕSR=ì+Ê“¶•aón¬™cFz Ęr¢'à©hmÝNüLÙ9<ë1>Ã"úæ¾ø½¶jhýˆÅÚVˆšúÞ×üP¶a{8{3¼5ê‡Õ šcªÇ[Æw¾»?nžû¸Hˆ˜qˆÏÍ,ßÒ1®¦Õ²…8µ„òy×§Žô“:u5E8Ÿ©0öLP2#âm‚ pž“8¢ns¼;ìŽM¢ja2s톥a›q$A#Ì¢š#‘QzÈ¡Ñ;I¸C†>&(Y;õq"òë ª©q:1¥e>"%»…éZ= |Žtoþ´n£ % Éwgˆ«úï‚è#¹)4s¼…í»nRÉ5Œ¤ž–»f3 aoªÊ©W5± –ûc¢M4¤U£Ëˆ¯ÕŒEñToXÝt¨¨½G2}ÕÅb#éïö’?þN0e²‹^{ðºpòÃ¥í³íþ´gý¢¯^nØ|óšƒjîa2îçÙ#°šÍö—Ž,ëÁr¿krgY [Bõf»EüX¯e'¶õZ¥•%]f§ãfÑ®Y²_¯}›Žï[ÓqOvˆÕš]Ü{Su2~ôfùBqP/.aã~ƽÖ$_ Àhø­Û¿kÍFµå4Oüi½öw²³ÑЇ·Ù }k‰‡jTÝÎËLíÖ‡¬Ï‹_{-§ÑÓñ”ÌÔº­ûy0ênßj j•»^¾èÃú°ÊÛóz“$ƒ<¹šö½JGébxÂ/h¸ú7ÇZ%L$‘¥m”Ì$„~wŠc<ð êLTïãö‘ë‘wº”Ãõýà¨!³÷™Ì¡ÿG•ÿPK¥JC2÷a%PK…¼y<META-INF/manifest.xmlµ•MnÂ0…÷œ"ò>q˪Š•Z©' œI°ä?yÆnßH[Å;Ûïí¯^Ö{Œ¤½kÄsõ$ tÊ·ÚõøÜ|”/âu½XYpºCâú<(†}Ž.ÓF¤èj¤©v`‘jVµèZ¯’EÇõÏøzTZ/Š+¸ÓË!0‹«¶J>l„`´|ʽk«“V5•¨úa§‰+a’Ùr²Ü%cʼk„ò.Œ–C2·iÊ;­Œsr‰iv¬E† ·a›]²[Úäó° ®Ÿ> ïÝ»N÷)ž-%(…‡©R¥»Äûµ²„èûˆD[È$ÐŒ¹ÜûÂPÐ)~$g;öÞdƒk =’|Ól!dªƒo,lbàôÈ£üÝû)¹±8«¤+5ÕøŸy32å¥5¯äŸ¯rýPKXp“¡IePK…¼y<Ÿ.Ä++mimetypePK…¼y<ŸnÝæœ  Qcontent.xmlPK…¼y<Ðñüä40 pstyles.xmlPK…¼y<€L¹è  Œ$meta.xmlPK…¼y<@«¸÷Ë ö ¼(Thumbnails/thumbnail.pngPK…¼y<'Í6Configurations2/accelerator/current.xmlPK…¼y<$7Configurations2/progressbar/PK…¼y<^7Configurations2/floater/PK…¼y<”7Configurations2/popupmenu/PK…¼y<Ì7Configurations2/menubar/PK…¼y<8Configurations2/toolbar/PK…¼y<88Configurations2/images/Bitmaps/PK…¼y<u8Configurations2/statusbar/PK…¼y<¥JC2÷a% ­8settings.xmlPK…¼yMETA-INF/manifest.xmlPKîj@caja-actions-1.27.0/gtk-doc.make000066400000000000000000000172671433352025300163410ustar00rootroot00000000000000# -*- mode: makefile -*- #################################### # Everything below here is generic # #################################### if GTK_DOC_USE_LIBTOOL GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) GTKDOC_RUN = $(LIBTOOL) --mode=execute else GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) GTKDOC_LD = $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) GTKDOC_RUN = endif # We set GPATH here; this gives us semantics for GNU make # which are more like other make's VPATH, when it comes to # whether a source that is a target of one rule is then # searched for in VPATH/GPATH. # GPATH = $(srcdir) TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE) SETUP_FILES = \ $(content_files) \ $(DOC_MAIN_SGML_FILE) \ $(DOC_MODULE)-sections.txt \ $(DOC_MODULE)-overrides.txt EXTRA_DIST = \ $(HTML_IMAGES) \ $(SETUP_FILES) DOC_STAMPS=setup-build.stamp scan-build.stamp sgml-build.stamp \ html-build.stamp pdf-build.stamp \ sgml.stamp html.stamp pdf.stamp SCANOBJ_FILES = \ $(DOC_MODULE).args \ $(DOC_MODULE).hierarchy \ $(DOC_MODULE).interfaces \ $(DOC_MODULE).prerequisites \ $(DOC_MODULE).signals REPORT_FILES = \ $(DOC_MODULE)-undocumented.txt \ $(DOC_MODULE)-undeclared.txt \ $(DOC_MODULE)-unused.txt CLEANFILES = $(SCANOBJ_FILES) $(REPORT_FILES) $(DOC_STAMPS) if ENABLE_GTK_DOC if GTK_DOC_BUILD_HTML HTML_BUILD_STAMP=html-build.stamp else HTML_BUILD_STAMP= endif if GTK_DOC_BUILD_PDF PDF_BUILD_STAMP=pdf-build.stamp else PDF_BUILD_STAMP= endif all-local: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) else all-local: endif docs: $(HTML_BUILD_STAMP) $(PDF_BUILD_STAMP) $(REPORT_FILES): sgml-build.stamp #### setup #### setup-build.stamp: -@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ echo ' DOC Preparing build'; \ files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \ if test "x$$files" != "x" ; then \ for file in $$files ; do \ test -f $(abs_srcdir)/$$file && \ cp -pu $(abs_srcdir)/$$file $(abs_builddir)/ || true; \ done; \ fi; \ fi @touch setup-build.stamp #### scan #### scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB) @echo ' DOC Scanning header files' @_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) @if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ echo " DOC Introspecting gobjects"; \ scanobj_options=""; \ gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ if test "$(?)" = "0"; then \ if test "x$(V)" = "x1"; then \ scanobj_options="--verbose"; \ fi; \ fi; \ CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ else \ for i in $(SCANOBJ_FILES) ; do \ test -f $$i || touch $$i ; \ done \ fi @touch scan-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp @true #### xml #### sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) @echo ' DOC Building XML' @_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) @touch sgml-build.stamp sgml.stamp: sgml-build.stamp @true #### html #### html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) @echo ' DOC Building HTML' @rm -rf html @mkdir html @mkhtml_options=""; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ if test "$(?)" = "0"; then \ if test "x$(V)" = "x1"; then \ mkhtml_options="$$mkhtml_options --verbose"; \ fi; \ fi; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \ if test "$(?)" = "0"; then \ mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \ fi; \ cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) -@test "x$(HTML_IMAGES)" = "x" || \ for file in $(HTML_IMAGES) ; do \ if test -f $(abs_srcdir)/$$file ; then \ cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ fi; \ if test -f $(abs_builddir)/$$file ; then \ cp $(abs_builddir)/$$file $(abs_builddir)/html; \ fi; \ done; @echo ' DOC Fixing cross-references' @gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) @touch html-build.stamp #### pdf #### pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) @echo ' DOC Building PDF' @rm -f $(DOC_MODULE).pdf @mkpdf_options=""; \ gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \ if test "$(?)" = "0"; then \ if test "x$(V)" = "x1"; then \ mkpdf_options="$$mkpdf_options --verbose"; \ fi; \ fi; \ if test "x$(HTML_IMAGES)" != "x"; then \ for img in $(HTML_IMAGES); do \ part=`dirname $$img`; \ echo $$mkpdf_options | grep >/dev/null "\-\-imgdir=$$part "; \ if test $$? != 0; then \ mkpdf_options="$$mkpdf_options --imgdir=$$part"; \ fi; \ done; \ fi; \ gtkdoc-mkpdf --path="$(abs_srcdir)" $$mkpdf_options $(DOC_MODULE) $(DOC_MAIN_SGML_FILE) $(MKPDF_OPTIONS) @touch pdf-build.stamp ############## clean-local: @rm -f *~ *.bak @rm -rf .libs distclean-local: @rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \ $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \ fi maintainer-clean-local: clean @rm -rf xml html install-data-local: @installfiles=`echo $(builddir)/html/*`; \ if test "$$installfiles" = '$(builddir)/html/*'; \ then echo 1>&2 'Nothing to install' ; \ else \ if test -n "$(DOC_MODULE_VERSION)"; then \ installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \ else \ installdir="$(DESTDIR)$(TARGET_DIR)"; \ fi; \ $(mkinstalldirs) $${installdir} ; \ for i in $$installfiles; do \ echo ' $(INSTALL_DATA) '$$i ; \ $(INSTALL_DATA) $$i $${installdir}; \ done; \ if test -n "$(DOC_MODULE_VERSION)"; then \ mv -f $${installdir}/$(DOC_MODULE).devhelp2 \ $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \ fi; \ $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \ fi uninstall-local: @if test -n "$(DOC_MODULE_VERSION)"; then \ installdir="$(DESTDIR)$(TARGET_DIR)-$(DOC_MODULE_VERSION)"; \ else \ installdir="$(DESTDIR)$(TARGET_DIR)"; \ fi; \ rm -rf $${installdir} # # Require gtk-doc when making dist # if ENABLE_GTK_DOC dist-check-gtkdoc: else dist-check-gtkdoc: @echo "*** gtk-doc must be installed and enabled in order to make dist" @false endif dist-hook: dist-check-gtkdoc dist-hook-local @mkdir $(distdir)/html @cp ./html/* $(distdir)/html @-cp ./$(DOC_MODULE).pdf $(distdir)/ @-cp ./$(DOC_MODULE).types $(distdir)/ @-cp ./$(DOC_MODULE)-sections.txt $(distdir)/ @cd $(distdir) && rm -f $(DISTCLEANFILES) @$(GTKDOC_REBASE) --online --relative --html-dir=$(distdir)/html .PHONY : dist-hook-local docs caja-actions-1.27.0/icons/000077500000000000000000000000001433352025300152505ustar00rootroot00000000000000caja-actions-1.27.0/icons/16x16/000077500000000000000000000000001433352025300160355ustar00rootroot00000000000000caja-actions-1.27.0/icons/16x16/Makefile.am000066400000000000000000000024411433352025300200720ustar00rootroot00000000000000# Caja-Actions # A Caja extension which offers configurable context menu actions. # # Copyright (C) 2005 The GNOME Foundation # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS) # Copyright (C) 2009-2012 Pierre Wieser and others (see AUTHORS) # Copyright (C) 2012-2020 Wolfgang Ulbrich and others (see AUTHORS) # Copyright (C) 2021 MATE Developers # # Caja-Actions is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # Caja-Actions 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 Caja-Actions; see the file COPYING. If not, see # . # # Authors: # Frederic Ruaudel # Rodrigo Moya # Pierre Wieser # ... and many others (see AUTHORS) icondir = $(datadir)/icons/hicolor/16x16/apps icon_DATA = caja-actions.png EXTRA_DIST = $(icon_DATA) caja-actions-1.27.0/icons/16x16/caja-actions.png000066400000000000000000000017261433352025300211050ustar00rootroot00000000000000‰PNG  IHDRóÿasBIT|dˆtEXtSoftwarewww.inkscape.org›î<hIDAT8m’kh[eÆŸ÷='9I“­i2“І&4ÝÖMkí\/B›]›ÛœPAP¨x!~*C6Ye 2‘ùAÐU?¨ŸV§LÔ]¼tβ-˺ÒZ›ÞhÚ4µ·4Ic“s’“ääœ×O•ö|{àÿ<<ðÿÆàåÇ9‹ž'ïèyúcccE8WÐÞïWûð‘—öR³Ž#gtzámßþ=|û>¯`Ün…N/€#KÉ ._ý5»‹ÇòŠæïW£ M-ê߃ é|‚Kú6›Nn5TJ˜_L@’UìÙéB\dpV¹€m °Oz¾Vg„ºoóпÀóÜå‡÷îž"¯>Éý{éb·ÅLóS¡Q=&óÐRX”EŒÍÆqüØ!d+!]@OϬýÍ ¤÷»‹ñx²ƒrIÉ*Xk€òjpn8”9Ä&îÃLd¬¬¬a-<ˆÀWçPïuÀç?BÄø@(!”Ú¸z;©­tîxº¦ñ0%º2°(-ý…TºI.!_T¡i@*Ï¡\PaqÕâÊ{l>žyw8øœK¬çÊÕ_Šrr,r òlSKYç$|öç2ÆbL§(dc%"IN—›•è8hjó9¸P\[ûþÒy:¼ÛÚÚX§‹Î-àË;«¨oh„¯íÖr Ó‘(hH™Ü¨öî„¢· ¡VÊÊgȯ=¥û‚tYM¼±­Ý›A‡Ðô‚£C8º×†¡]]oa9­ÀüXNŸ}tˆoF”s²¢6ÇīݵÒz¾ Cáì&#"ÊØ]n(úíÍ,჋Ÿ2ŽRßLUï¸:ֹϤ$39½m÷~Ô$ÖQ´zŽ¥aªvÃï?‚oÂOׇ(e»5UýhK$ŒÞõ`8n?qâ8<.U 8ºÍ ÞâŒ0ÆàñTcf6z:+IÓÍᆦ–+¼ åuíÇðÇÐ&“•»ÀÛÜ€Ñ‚Ðø†GB8õF'(Gí„Ò³[BäŒ(Ñn –bË+5>iGÇó¸vã7Üî(TÁ@éAÿí [Œ<|p}u5ñÊäätwßÍ›æTN뛚e02:ÁÄŒx¾ïÚÏÆL:ýº(ŠÏÀÿo|”Z|†²²Ø†ÏçrÎ;ý«›oþP¤õ…¬IEND®B`‚caja-actions-1.27.0/icons/22x22/000077500000000000000000000000001433352025300160275ustar00rootroot00000000000000caja-actions-1.27.0/icons/22x22/Makefile.am000066400000000000000000000024411433352025300200640ustar00rootroot00000000000000# Caja-Actions # A Caja extension which offers configurable context menu actions. # # Copyright (C) 2005 The GNOME Foundation # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS) # Copyright (C) 2009-2012 Pierre Wieser and others (see AUTHORS) # Copyright (C) 2012-2020 Wolfgang Ulbrich and others (see AUTHORS) # Copyright (C) 2021 MATE Developers # # Caja-Actions is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # Caja-Actions 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 Caja-Actions; see the file COPYING. If not, see # . # # Authors: # Frederic Ruaudel # Rodrigo Moya # Pierre Wieser # ... and many others (see AUTHORS) icondir = $(datadir)/icons/hicolor/22x22/apps icon_DATA = caja-actions.png EXTRA_DIST = $(icon_DATA) caja-actions-1.27.0/icons/22x22/caja-actions.png000066400000000000000000000027641433352025300211020ustar00rootroot00000000000000‰PNG  IHDRÄ´l;sBIT|dˆtEXtSoftwarewww.inkscape.org›î<†IDAT8}•mL\YÇçÞ;ï303@‡¶Ð¥,e …¶Rìníêãî6Ùì’5nÔD×øÁ/£ŒIûAScŒ_t³5Y²m-M¤ÒÓR(Bº¼(h»ÃËÌ”2ÃÜ;÷Þãh°nöIþÉy>œßÉù?ÏsŽR²=:¢j­Cín‡rÄ´åô UEdUE¤…`"£Û¿.uŽZ_b ÜUO{Ê·×W~ª5êÞ_V¢F äçaXJ¦XJ¥9ß}+=;;§[60my¦sÔ2>Ü^£„=NåƒÂPðä÷Þ:é«,/Aë,.<Ä4Mvúq¸\ άQQ^B¨d?«+«|ò·.ýÆéÄcYPuxn¹¾ùÈ+€èïoתËo¶µæ}ãÄa§ª' ›Eð¦§QT•{Â,¥rûYÿ¿¯½  îÏLOMLI‚eàÊCºòØxºÆJ¬›œžÃÈY$×sX–$kª$tÕ_ÈäŠJ° LñΫɔP×?ûðÚ­#ªÖû|ÞÞ_¿ÿ+o8àfcæ&‰É>≠®Œ¯2ß@µÅö]è–M&XNd_ ÕU{!\Á¹îa®\ï_ÔÏÏ€·÷ñkn‡£óçï¾æ óY»É×*.ã`mYæûú5ŠxÊ E.’‹#ú5šêªQƒ»˜Z1¸r{ŒÙ‹r=–bûäuDÕ“NMüõå–¯•˜wÞÏùæK-,ŒÝ!“wi Ý]s¼ÌÓã¡ßÝÄ;í¯âÙ±—'†‚æaZ6ïýô Úöiéµz:¢jyOïðïtÓþÖ¾ÛFjñ9)ˆÝ»G‰éÀ°%R¼á§x9Z Ëá#“ѼÞKìm[(Ïb稕ºãlü±Ãå&X\ ªŠ3Aì¬âæø‘€—EYÀ„«šú†z¤'Œ©y9ßÕÍßÏ_JLLL½ŸÍd*´çÁ±þÄ;Íù–¦v–¡æ$/FÊ)‹bj!ŽV^I{cÅ¥{‘ž ºAldŒ¬nœì¿~uàsÁ«JxòîÌÚà M(ñ|.?;*ò9z¼ÍDñž ,"A"åâÖþÿ³ ¾ùÈ>vÕU>Ñm–2Áý‡ðEöà íÀ™_„(|¨~¡’hMµðù}C_öù¼¿oýÊ1í`[;£ó+ôÏcû#háRD \~ÖÓ.^ºÌoÎþ‘ÕÕ$o½ñ*–-K¼xâuØö! Ö5þEí—j~RVV*†LÅÒ ¹Þxó4UUUŒÜçÏ~„ešŒ\nÖç÷ÛYa~aqâꥮÏ<B(€c3wŒüçöY„,šš¹ß0=6öƒÄêÊÚ¡–cçnÜürUUÃ#Ÿ’L$.Ýêý!`Ö7ý¶žÍ¾73>þ’Â[ÅS7¥màøåÖð>I&»fçæbzfNfÒ™>À(±¾sÀŸc“£<³BáœÛàÚ6)þ@ÀÛØÒzw˶ØðPý“x<˜›Ê:`H)mñügºé³²íêf¾Uh Ø›²¶$¥´·sþ ‚2l¹KßQIEND®B`‚caja-actions-1.27.0/icons/32x32/000077500000000000000000000000001433352025300160315ustar00rootroot00000000000000caja-actions-1.27.0/icons/32x32/Makefile.am000066400000000000000000000024411433352025300200660ustar00rootroot00000000000000# Caja-Actions # A Caja extension which offers configurable context menu actions. # # Copyright (C) 2005 The GNOME Foundation # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS) # Copyright (C) 2009-2012 Pierre Wieser and others (see AUTHORS) # Copyright (C) 2012-2020 Wolfgang Ulbrich and others (see AUTHORS) # Copyright (C) 2021 MATE Developers # # Caja-Actions is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # Caja-Actions 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 Caja-Actions; see the file COPYING. If not, see # . # # Authors: # Frederic Ruaudel # Rodrigo Moya # Pierre Wieser # ... and many others (see AUTHORS) icondir = $(datadir)/icons/hicolor/32x32/apps icon_DATA = caja-actions.png EXTRA_DIST = $(icon_DATA) caja-actions-1.27.0/icons/32x32/caja-actions.png000066400000000000000000000050471433352025300211010ustar00rootroot00000000000000‰PNG  IHDR szzôsBIT|dˆ pHYs × ×B(›xtEXtSoftwarewww.inkscape.org›î< ¤IDATX…Å—kl\ÇuÇ3÷½{w—Ú¥ø©MÉ"I®]9ôCtåaÔ$n Ô®ª.ª8MŠÚHÓMš¨Š8·šø‘´µ?Z9qlÙ®lË–‰’ÙåZ)ŠßÏݻϻ÷ÞÉ.Ârüø”ÌÜ;3çüÏ™ÿœ;W(¥ø}Šþ^ƒ»º´`‡&¹Ê6´k"¥6ùAT¯IQÖ¥ð¤Y`¦è‡#Å“ûúÃ7>,ñÎ ìêÒ4àc¦ü2è½ñ†k¢Žöu±Æ†ŒÈÔ×ã&S„”KEÊÅEÏãÌ[g+Ͻt¤šÏå³åjôwûúÃÇ>4€]]šÐ¥¸[êrïÖ-[õÞÝnÇÆ+Ñ*óPœj ªEJ€Ó¡™Xñ¸K31|žûòhqppp¨äG·ïëû?€]]ÚZÇ?í¼ª³kÏŸ‹×ÅdGÀ£êûÌyU’ Ç6@h $Éø\Û6Y‘´AšZ©Õœ:~DÝûƒûó¾ܺ¯?|ñ=ìê’_pãñïýõ]wÚWoéÒÄÄI(LÕœh ^9drÁǶLZVºH©ƒ”„‘àä`–u-IÒÉHI$-*±6r^Žo|óŸ+ÅRù¶}ýáÓ=½;oúxzâ€Ý›ò½ß¿Ïª³0}PË¢Ô@.¶³^¯bYi©-Ι.‘+Gt®M#¤F¹ Ùb@ãúNf&Gùû¯í­ä´ôõþšî¬K¥>íyÞÐBÖûƒWž;P–ΉbÁƒÂ4h&è΢5­=§Ó)≡´™/IÐm¨–pÃY²C§˜x|*¥È„™ÖvîùÂn«>&N|ò;>óõ¯Þmn¿éúuñ˜óBOïN mL“ikiº¹}à ß[±\õÅVh&–íPQE/‹=N83@57ÁØÅ1 s40ÉôÙ×:?Èêukˆô8+;®%WÈ‹›¯Õ’™:Ú×k'~u²yn~axÏ_ì>)•âà«GŽ—I´\½a_z§jÍ ’ë?ÈøØ^±J±ßðйBov‚`àÁHaµÌ 7Œ×^FJ¾¿Žææ.Daø,¢“çÏEÙB•”Û¾w‰|K\ˆÐ¨FP>Auì4a¨(U|„¨HEŠH)¼b•|EáÄS䕃îÍœy Qßi;ŒŽò³§Dž—¿õ—/Tr_¡úÛx°¤ê;Áˆ/îo-‘æPŤ8p ïÂ)ü ¢(üjD6ï“+„¡"Œ¹2䕃OQŒlŠÊáÂ\Åi:¯ÜÀþÇUS3³÷þ¿çN- ðpø_§Né;}º?"}Å¥-PºC€Fáì!¼‘3Ë!ÅR€DTE¾°àUð}E$ ²¾VÝIR’1æ|ƒ‚²1M“¦¦FƆ/½<ÿàò: —:%?Ú}ß·ÿ¥¼àÀÉ@P¡:=@áøS{‹²R®„+!•JD¥’/‡J!•H(‚¯Pzé$)ã­Z¸ui”èN‚Ö5k1_~×R\+ÇŸŽÇG¾yϱÕn…üÀ1 ¥E¢ÊÅrÀ¬Wåõ‹yf+TCE´§MZB*”ic®½††Ö64'ÁŠL#žÄjº’§^yƒÇ÷ÿ¢TExxêÝ>FÝŽièéÝiÔ¥’w­_·Öe;Ì*7zðþŸJÓ´èééaËÕ[hn^EÉ/£Ôâ~OLNÒwü5¾ø2™L†=ù9Zšš@À3Ï¿¨œ™Ÿ©*¥¢Ë2 „Ðj™ÑýÄ«¯ôAp׿ÿÇC?Ìfs{ù¥ŠÂPƒÀ-×õüÑ¿ŽŽO|FJ‰B1:6N¾P|òèK/üÏ6·­¾/ Àm^6÷§ó³3zÍWõÓÇ~ùl]:³ian6¨»ÄªïŸŸPB,Rn|bRU«ÕsË× /Œ ߺjõ{tøÂ²!u¥T(„ˆ€Xjƒšó¥­Ñj}éû•ãã“SB×t‚ñ‰IáWÊ}@¡¶vÉN0:|¡ø@ ”Šàwpà"„ËœËe*šZÛÜ ]W-ŸþìÙ†‘óùeD‹±]îì7ÀöG@ÒdöIEND®B`‚caja-actions-1.27.0/icons/48x48/000077500000000000000000000000001433352025300160475ustar00rootroot00000000000000caja-actions-1.27.0/icons/48x48/Makefile.am000066400000000000000000000024411433352025300201040ustar00rootroot00000000000000# Caja-Actions # A Caja extension which offers configurable context menu actions. # # Copyright (C) 2005 The GNOME Foundation # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS) # Copyright (C) 2009-2012 Pierre Wieser and others (see AUTHORS) # Copyright (C) 2012-2020 Wolfgang Ulbrich and others (see AUTHORS) # Copyright (C) 2021 MATE Developers # # Caja-Actions is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # Caja-Actions 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 Caja-Actions; see the file COPYING. If not, see # . # # Authors: # Frederic Ruaudel # Rodrigo Moya # Pierre Wieser # ... and many others (see AUTHORS) icondir = $(datadir)/icons/hicolor/48x48/apps icon_DATA = caja-actions.png EXTRA_DIST = $(icon_DATA) caja-actions-1.27.0/icons/48x48/caja-actions.png000066400000000000000000000105571433352025300211210ustar00rootroot00000000000000‰PNG  IHDR00Wù‡sBIT|dˆtEXtSoftwarewww.inkscape.org›î<IDAThÕšy\Å}Ç?Ýýî™Õ®vWèðJBBB 7ÈC vŠ”±1ØÃØ`pLRÄ8å;¦œòÛåà8މMl”`ƒm!K€A „ iu Õ±Ziu¬´çœï½îÎ3»ŒV+0„T*]õ«î×ïèï·ûûûõ1#¬µüNòÿÀÿ49o÷…ë¨,p*0ß‘bQàʳ´±s-%E^~kéKµ9RIí+ÀŠåºçÝ ~ ]·@ìHq³£ÄMF8OšÒRzÏÔf5sJstRk“hm€ëE”ã„r¹L©T¦X*S,–ع÷PqÍ+÷Ä©}0Õöþåzûÿ:ë(\yòÏQÞ¹—.+–-ïOnkF¤0 èt-71H” ÊŪ¡<ð°~Žƒ=ûÙ°asúðªõ•$M]NÌ–wè®wÀu Tà*ñ×RŠÏΙ5ݹò¢Å §Íž†£óPê'?ÐGà»8Ž!Aªö5U»–ìì)Ð~R!eµ>l†°‰T<·fmzÿ=[“þ¤’˜;—wèÁw…Àu Ô¾+:gÑœI¹êÂpb$¡ÜåA°„¤XÑì9\$ô=&OÌn4²Žd×Á<ù’á´öf¤¹'Á !w2±Vüò‘‡++V½Ø[IÍË;ô–wLàºJ¹JÜåyÁnûÄåÁés§ »!)ÛË5 ýù˜C1AKcH[sT# FæKšWwö3!ë³ }â±$„ UYœælíxÍü÷ïKJqzãƒéƒÇB,Y²ÄY¿~}2.Í—³W>´ðÔY³nºöЍA!°u Êãzù@_™|Ic´6E4ç‚Ú=ŠWvôQI-3&ç˜Ú’ý–±°ó`9Óš qýƒy¾x÷WÍÑÁÂß-­üåp‹Î:ᄦè«E糫Ÿüƒq \¿@>óñ+ƒó—Ì•b¨’üqrÍëz9Õ°ÿh mÚ &5Gä2Á1ïtöä,¤xžÃÂö‰£õ¥ŠáåÎ~Ι߆ë¸Ð0™RlùüwÙ}Cúöýþœ:QöžÆ ¹›o¸þ#þ˯nª¬]»îÞžyúޱ¤ïŠþÙï9¹ ^—k‘d$šxo˜ôÀ¹öqü€æ¦\/ÀõŽæ ÅTóN& -Qè?ÂÀ¡}UJ+TŒÄñz‡mµR?aàò¥¿ÿ[Ñš‘ßžÉýï½ä›¿ò廂%KÎtÃÇ‚óçÞ¶äÂó?;–€:kªºtîŒÖ9S¦L®†Dé€rªù¨¹uu.HÒÁó<*F€pŽK¬% Ù±G¶“ïÚDÏ®mTŽî£2Ð÷ö°oûFöv÷à(Áä)“Áñ1Zã5OãÌ3‰#];‚knºÍ ‚c5®ã°hágëÖï¿çžol¼åÓŸGd±¢ŸßÑÙ™L¨‚sj½­üºÞtß…º‘ŽOcCåH7 5‚¾=›)u>KéH¦`B†‹ qbÐÚR®$ÄG»Ù³~5l{Ó» ƒÄ”h›µˆ+.»ˆOþ ‹ ÖZ2Q†(Š„Ud‘±<ñì«]¤'8ôXðÎĬôp<åø¤CGØüíÜB©¢)URâD#j imªõ±¦XJq•À ªÀîÀìx säuL±Ÿç\Â@Oƒ‡×õX¹ò7z×Î=«6¼øüÇXÞ¡_*V’áÝ]ÕÉf´?ªw”_Çõ-\<ìà^†w<‡®”(”R†ò ¥Š¦›êüh#(U4劦k¤’„Q–D`¤ƒîßÍÑ+I‘+>p9¯?ÿŽë²sמ\ýt±8ØíqN\ý¸½ï™u›bülMFþ'>v´pIqÑÖ¡´¿ƒ¤{Æ€1m-ýùx”€©IÀZC±’R*§”ƒòC¼0¢dJ›*1­ÑÃs%+‘¸Žd?-LZúAæÌœŽO"|pÂLÜ™i¥baÔ€£ Å"=ñå¯~ƒ§W®oz¬òÓÍúþ¡áâG¾ôå…5ÛúRgö2dn ÆZŒ±”bÍcÛùÐïgrƒO× rx÷V†ûŽÒÛ½‹Ý¯zû'sµ#Oþñbg^{{ûùå¾=(?ÂÅEÈ)}*ý½Qf@(éðÌ3OrZ³ãH¥PRàH‰«»Ó6¦NŸnN€u¬ã#„DJ‰Ñ–[>wBŠT§º§X*¼`RñD,õCïˆÀH²0=—ñ1E7Œ)=Rå‘›9Åñktwndwj™›siɺxŽÄu®#qIwš¥Çoç÷—,'Ä:þ(x×qy½³)Åðã<œÇ;&àú~Œã!ƒ'IÂGK儨l3A)aÎá„ÒT墪ÀGl_šau<—ë¯ÿ=Ü0 އuB„£m8ŽË‹ëÖ348´âD8Þ)ág­×Þeq“)}¤ò±N€çœ|êbvç¦PèÞBh äC"%GLÀ¾J £Y\Í•œ¸!bLðȯV¢µÙ¼ö·«6¿Û8 f¯õ{`/<?×B¢5FXå:¤pf7µpÊœv„"Ýé…7@ø ªGc’” )=ù…Bñ'o†ãÿÀq(_üþÄövßÃDSçàaÕÂ7ˆpà Náø!ÊP^„ò£*?@¸á¸àŒÑhróM7Òйçì‹.{Ï»Jàìó/úÄ)§Î^|ÁU›;»(:9ÂÉí8A„ãW*?@ùaÍ"¤"¼ jnXÝõ½I*•‹œyú".{ß%2— ^büeÏÛ&pê9çLœ4¥õÞ~øê0ÓÔÌ’«®çÅ [H3SZg ‚ÇPA„òC¤!½ê¹‘pk’9xÇyCÑÖZŠÅ×^s5Ó§OkºøýW¬~W´56þàW\¶¶L$Ir­S™ÑÙs¸€Ó2›ÌÉóQÙ (¯ªwéÕÉÅ «'c’RŠl¦0ˆˆÂÌh4ÒF'1wÜ~+Q6{ɹ˖Ýù¶ˆjRBWáÍ?ãŒ+gNŸö Î=Û‰ã :ÕX ÚNâÅmÝæ{?ZÎîÞ2ÁäS Zf"£&DÐ^áEÇWÊ! "<7`ÅcOòéÛî`ã¦-d3 (Y]ÀYcR"¥ÀZ96X…D•¾¢¶«·J±h8Ô{„Imm$Iœðo,×/½´~C¾˜_Û±«ç–ó—.Q_|3¦OCKb ‰1£m~€ëz ³vÝZúůÉò†~ðÝþ×».¿t™ü臯&Ic<×ãëß¾—á¡áuë~ûÔ7„ÂÖmbF74uÀå86Zß>{Þ²Åg,ü÷ÏÜr“ïû.÷ýø½iãæ¯¬[ûg€˜8qbóÌSæ}µ¹)·,jhP—.»˜«?tCÃXªËè†lŽ/}åëìîÚkÓ$ÞÛßß÷­Më×?Øööö)ÓO™·jæÌéþâö[yáÅ—XþàC…›Oîêê*¦fÚZkEmm>ü›–gÍ™wÙâ3ÿ@J%;6o¹wë¦ ß­{fdäÄìùó/?iú̯ýðÞoQIJcª3l%áóõ·æ…§V/. # t8.xßûþ3›k¼ MS{°»ç’Ž/oç9="!q“ã•wîØö4p»P"Ó¹më/OD´sË–gg´Ï²ùB^x¾ ”R<´ùB¡ò†ںܬY½úšÓÏ9ÿV¤Õ_Þ|"ŒNÝK㙩=x\yçŽmÖ¦î;¦îY!!Îç½Ö  (©Ø·o?ùá¡]uÏÖÛhÛ^|þ;ãÔšµÖ8ÔJB]× cI©ºr½Tô˜ëú‘ÆRÎ{mm-@5dîØ¹‡R¥²ˆÇ?–çZ[k ÔE¡šgk@×f½zIÔ=FçcÀ#yš¦}CCù0ˆƒ,tîÜe“JüP®=6ˆ¶cŽQÞò¯52#@ëÃë‰üæK/y﯂ 8oìww¼¶aú†_¶õ½nÇ‚~[N@êD€Ç%QK#ëËc5ý¶Áü7%‘#JXøIEND®B`‚caja-actions-1.27.0/icons/Makefile.am000066400000000000000000000032571433352025300173130ustar00rootroot00000000000000# Caja-Actions # A Caja extension which offers configurable context menu actions. # # Copyright (C) 2005 The GNOME Foundation # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS) # Copyright (C) 2009-2012 Pierre Wieser and others (see AUTHORS) # Copyright (C) 2012-2020 Wolfgang Ulbrich and others (see AUTHORS) # Copyright (C) 2021 MATE Developers # # Caja-Actions is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # Caja-Actions 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 Caja-Actions; see the file COPYING. If not, see # . # # Authors: # Frederic Ruaudel # Rodrigo Moya # Pierre Wieser # ... and many others (see AUTHORS) SUBDIRS = \ 16x16 \ 22x22 \ 32x32 \ 48x48 \ scalable \ $(NULL) gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor install-data-hook: update-icon-cache uninstall-hook: update-icon-cache update-icon-cache: @-if test -z "$(DESTDIR)"; then \ echo "Updating Gtk icon cache."; \ $(gtk_update_icon_cache); \ else \ echo "*** Icon cache not updated. After (un)install, run this:"; \ echo "*** $(gtk_update_icon_cache)"; \ fi caja-actions-1.27.0/icons/scalable/000077500000000000000000000000001433352025300170165ustar00rootroot00000000000000caja-actions-1.27.0/icons/scalable/Makefile.am000066400000000000000000000024551433352025300210600ustar00rootroot00000000000000# Caja-Actions # A Caja extension which offers configurable context menu actions. # # Copyright (C) 2005 The GNOME Foundation # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS) # Copyright (C) 2009-2012 Pierre Wieser and others (see AUTHORS) # Copyright (C) 2012-2020 Wolfgang Ulbrich and others (see AUTHORS) # Copyright (C) 2021 MATE Developers # # Caja-Actions is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # Caja-Actions 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 Caja-Actions; see the file COPYING. If not, see # . # # Authors: # Frederic Ruaudel # Rodrigo Moya # Pierre Wieser # ... and many others (see AUTHORS) svgicondir = $(datadir)/icons/hicolor/scalable/apps svgicon_DATA = caja-actions.svg EXTRA_DIST = $(svgicon_DATA) caja-actions-1.27.0/icons/scalable/caja-actions.svg000066400000000000000000000405731433352025300221040ustar00rootroot00000000000000 image/svg+xml Ulisse Perusin Caja-Actions Caja file manager actions CACT caja-actions-1.27.0/m4/000077500000000000000000000000001433352025300144555ustar00rootroot00000000000000caja-actions-1.27.0/m4/Makefile.am000066400000000000000000000022711433352025300165130ustar00rootroot00000000000000# Caja-Actions # A Caja extension which offers configurable context menu actions. # # Copyright (C) 2005 The GNOME Foundation # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS) # Copyright (C) 2009-2012 Pierre Wieser and others (see AUTHORS) # Copyright (C) 2012-2020 Wolfgang Ulbrich and others (see AUTHORS) # Copyright (C) 2021 MATE Developers # # Caja-Actions is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # Caja-Actions 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 Caja-Actions; see the file COPYING. If not, see # . # # Authors: # Frederic Ruaudel # Rodrigo Moya # Pierre Wieser # ... and many others (see AUTHORS) caja-actions-1.27.0/m4/gtk-doc.m4000066400000000000000000000046111433352025300162510ustar00rootroot00000000000000dnl -*- mode: autoconf -*- # serial 1 dnl Usage: dnl GTK_DOC_CHECK([minimum-gtk-doc-version]) AC_DEFUN([GTK_DOC_CHECK], [ AC_REQUIRE([PKG_PROG_PKG_CONFIG]) AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first dnl check for tools we added during development AC_PATH_PROG([GTKDOC_CHECK],[gtkdoc-check]) AC_PATH_PROGS([GTKDOC_REBASE],[gtkdoc-rebase],[true]) AC_PATH_PROG([GTKDOC_MKPDF],[gtkdoc-mkpdf]) dnl for overriding the documentation installation directory AC_ARG_WITH([html-dir], AS_HELP_STRING([--with-html-dir=PATH], [path to installed docs]),, [with_html_dir='${datadir}/gtk-doc/html']) HTML_DIR="$with_html_dir" AC_SUBST([HTML_DIR]) dnl enable/disable documentation building AC_ARG_ENABLE([gtk-doc], AS_HELP_STRING([--enable-gtk-doc], [use gtk-doc to build documentation [[default=no]]]),, [enable_gtk_doc=no]) if test x$enable_gtk_doc = xyes; then ifelse([$1],[], [PKG_CHECK_EXISTS([gtk-doc],, AC_MSG_ERROR([gtk-doc not installed and --enable-gtk-doc requested]))], [PKG_CHECK_EXISTS([gtk-doc >= $1],, AC_MSG_ERROR([You need to have gtk-doc >= $1 installed to build $PACKAGE_NAME]))]) dnl don't check for glib if we build glib if test "x$PACKAGE_NAME" != "xglib"; then dnl don't fail if someone does not have glib PKG_CHECK_MODULES(GTKDOC_DEPS, glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0,,) fi fi AC_MSG_CHECKING([whether to build gtk-doc documentation]) AC_MSG_RESULT($enable_gtk_doc) dnl enable/disable output formats AC_ARG_ENABLE([gtk-doc-html], AS_HELP_STRING([--enable-gtk-doc-html], [build documentation in html format [[default=yes]]]),, [enable_gtk_doc_html=yes]) AC_ARG_ENABLE([gtk-doc-pdf], AS_HELP_STRING([--enable-gtk-doc-pdf], [build documentation in pdf format [[default=no]]]),, [enable_gtk_doc_pdf=no]) if test -z "$GTKDOC_MKPDF"; then enable_gtk_doc_pdf=no fi AM_CONDITIONAL([ENABLE_GTK_DOC], [test x$enable_gtk_doc = xyes]) AM_CONDITIONAL([GTK_DOC_BUILD_HTML], [test x$enable_gtk_doc_html = xyes]) AM_CONDITIONAL([GTK_DOC_BUILD_PDF], [test x$enable_gtk_doc_pdf = xyes]) AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], [test -n "$LIBTOOL"]) AM_CONDITIONAL([GTK_DOC_USE_REBASE], [test -n "$GTKDOC_REBASE"]) ]) caja-actions-1.27.0/m4/na-caja-extdir.m4000066400000000000000000000043271433352025300175140ustar00rootroot00000000000000# Caja-Actions # A Caja extension which offers configurable context menu actions. # # Copyright (C) 2005 The GNOME Foundation # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS) # Copyright (C) 2009-2012 Pierre Wieser and others (see AUTHORS) # Copyright (C) 2012-2020 Wolfgang Ulbrich and others (see AUTHORS) # Copyright (C) 2021 MATE Developers # # Caja-Actions is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # Caja-Actions 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 Caja-Actions; see the file COPYING. If not, see # . # # Authors: # Frederic Ruaudel # Rodrigo Moya # Pierre Wieser # ... and many others (see AUTHORS) # serial 2 change CACT_ prefix to NA_ (Caja-Actions) # let the user specify an alternate caja-extension dir # --with-caja-extdir=

AC_DEFUN([NA_CAJA_EXTDIR],[ AC_REQUIRE([_AC_ARG_NA_CAJA_EXTDIR])dnl AC_REQUIRE([_AC_NA_CHECK_CAJA_EXTDIR])dnl if test "${with_caja_extdir}" = ""; then AC_MSG_ERROR([Unable to determine caja extension folder, please use --with-caja-extdir option]) else AC_MSG_NOTICE([installing plugin in ${with_caja_extdir}]) AC_SUBST([CAJA_EXTENSIONS_DIR],[${with_caja_extdir}]) AC_DEFINE_UNQUOTED([NA_CAJA_EXTENSIONS_DIR],[${with_caja_extdir}],[Caja extensions directory]) fi ]) AC_DEFUN([_AC_ARG_NA_CAJA_EXTDIR],[ AC_ARG_WITH( [caja-extdir], AC_HELP_STRING( [--with-caja-extdir=DIR], [caja plugins extension directory @<:@auto@:>@] ), [with_caja_extdir=$withval], [with_caja_extdir=""] ) ]) AC_DEFUN([_AC_NA_CHECK_CAJA_EXTDIR],[ if test "${with_caja_extdir}" = ""; then if test "{PKG_CONFIG}" != ""; then with_caja_extdir=`${PKG_CONFIG} --variable=extensiondir libcaja-extension` fi fi ]) caja-actions-1.27.0/m4/na-check-for-mateconf.m4000066400000000000000000000116041433352025300207500ustar00rootroot00000000000000# Caja-Actions # A Caja extension which offers configurable context menu actions. # # Copyright (C) 2005 The GNOME Foundation # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS) # Copyright (C) 2009-2012 Pierre Wieser and others (see AUTHORS) # Copyright (C) 2012-2020 Wolfgang Ulbrich and others (see AUTHORS) # Copyright (C) 2021 MATE Developers # # Caja-Actions is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # Caja-Actions 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 Caja-Actions; see the file COPYING. If not, see # . # # Authors: # Frederic Ruaudel # Rodrigo Moya # Pierre Wieser # ... and many others (see AUTHORS) # serial 1 creation dnl pwi 2011-02-14 dnl this is a copy of the original AM_MATECONF_SOURCE_2 which is just a bit hacked dnl in order to define the conditionals event when we want disabled MateConf dnl syntax: NA_MATECONF_SOURCE_2([have_mateconf]) dnl dnl AM_MATECONF_SOURCE_2 dnl Defines MATECONF_SCHEMA_CONFIG_SOURCE which is where you should install schemas dnl (i.e. pass to mateconftool-2) dnl Defines MATECONF_SCHEMA_FILE_DIR which is a filesystem directory where dnl you should install foo.schemas files AC_DEFUN([NA_MATECONF_SOURCE_2], [ if test "$1" = "yes"; then if test "x$MATECONF_SCHEMA_INSTALL_SOURCE" = "x"; then MATECONF_SCHEMA_CONFIG_SOURCE=`mateconftool-2 --get-default-source` else MATECONF_SCHEMA_CONFIG_SOURCE=$MATECONF_SCHEMA_INSTALL_SOURCE fi fi AC_ARG_WITH([mateconf-source], AC_HELP_STRING([--with-mateconf-source=sourceaddress], [Config database for installing schema files.]), [MATECONF_SCHEMA_CONFIG_SOURCE="$withval"],) AC_SUBST(MATECONF_SCHEMA_CONFIG_SOURCE) if test "$1" = "yes"; then AC_MSG_RESULT([Using config source $MATECONF_SCHEMA_CONFIG_SOURCE for schema installation]) fi if test "x$MATECONF_SCHEMA_FILE_DIR" = "x"; then MATECONF_SCHEMA_FILE_DIR='$(sysconfdir)/mateconf/schemas' fi AC_ARG_WITH([mateconf-schema-file-dir], AC_HELP_STRING([--with-mateconf-schema-file-dir=dir], [Directory for installing schema files.]), [MATECONF_SCHEMA_FILE_DIR="$withval"],) AC_SUBST(MATECONF_SCHEMA_FILE_DIR) if test "$1" = "yes"; then AC_MSG_RESULT([Using $MATECONF_SCHEMA_FILE_DIR as install directory for schema files]) fi AC_ARG_ENABLE(schemas-install, AC_HELP_STRING([--disable-schemas-install], [Disable the schemas installation]), [case ${enableval} in yes|no) ;; *) AC_MSG_ERROR([bad value ${enableval} for --enable-schemas-install]) ;; esac]) if test "x${enable_schemas_install}" = "xno" -o "$1" != "yes"; then msg_schemas_install="disabled"; else msg_schemas_install="enabled in ${MATECONF_SCHEMA_FILE_DIR}" fi AM_CONDITIONAL([MATECONF_SCHEMAS_INSTALL], [test "$enable_schemas_install" != no -a "$1" = "yes"]) ]) dnl let the user choose whether to compile with MateConf enabled dnl --enable-mateconf dnl dnl defaults to automatically enable MateConf if it is present on the compiling dnl system, or disable it if it is absent dnl if --enable-mateconf is specified, then MateConf subsystem must be present AC_DEFUN([NA_CHECK_FOR_MATECONF],[ AC_REQUIRE([_AC_NA_ARG_MATECONF])dnl AC_REQUIRE([_AC_NA_CHECK_MATECONF])dnl ]) AC_DEFUN([_AC_NA_ARG_MATECONF],[ AC_ARG_ENABLE( [mateconf], AC_HELP_STRING( [--enable-mateconf], [whether to enable MateConf subsystem @<:@auto@:>@] ), [enable_mateconf=$enableval], [enable_mateconf="auto"] ) ]) AC_DEFUN([_AC_NA_CHECK_MATECONF],[ AC_MSG_CHECKING([whether MateConf is enabled]) AC_MSG_RESULT([${enable_mateconf}]) if test "${enable_mateconf}" = "auto"; then AC_PATH_PROG([MATECONFTOOL],[mateconftool-2],[no]) if test "${MATECONFTOOL}" = "no"; then enable_mateconf="no" else enable_mateconf="yes" fi else if test "${enable_mateconf}" = "yes"; then AC_PATH_PROG([MATECONFTOOL],[mateconftool-2],[no]) if test "${MATECONFTOOL}" = "no"; then AC_MSG_ERROR([mateconftool-2: program not found]) fi fi fi if test "${enable_mateconf}" = "yes"; then AC_SUBST([AM_CPPFLAGS],["${AM_CPPFLAGS} -DHAVE_MATECONF"]) AC_DEFINE_UNQUOTED([HAVE_MATECONF],[1],[Whether we compile against the MateConf library]) fi NA_MATECONF_SOURCE_2(["${enable_mateconf}"]) AM_CONDITIONAL([HAVE_MATECONF], [test "${enable_mateconf}" = "yes"]) ]) caja-actions-1.27.0/m4/na-check-module.m4000066400000000000000000000044031433352025300176540ustar00rootroot00000000000000# Caja-Actions # A Caja extension which offers configurable context menu actions. # # Copyright (C) 2005 The GNOME Foundation # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS) # Copyright (C) 2009-2012 Pierre Wieser and others (see AUTHORS) # Copyright (C) 2012-2020 Wolfgang Ulbrich and others (see AUTHORS) # Copyright (C) 2021 MATE Developers # # Caja-Actions is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # Caja-Actions 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 Caja-Actions; see the file COPYING. If not, see # . # # Authors: # Frederic Ruaudel # Rodrigo Moya # Pierre Wieser # ... and many others (see AUTHORS) # serial 1 creation dnl usage: NA_CHECK_MODULE(var,condition[,error]) dnl dnl this macro checks that gtk+-2.0 and gtk+-3.0 libraries are not mixed dnl dnl if 'error' != 'no', then displays an error message if condition is dnl not met. # translit($1, 'a-z', 'A-Z'), AC_DEFUN([NA_CHECK_MODULE],[ _cond="$2" if test "$3" != ""; then _cond="$2 >= $3" fi PKG_CHECK_MODULES([$1],[${_cond}],[have_$1="yes"],[have_$1="no"]) #echo "have_gtk2=$have_gtk2 have_gtk3=$have_gtk3" #echo "$1_CFLAGS='${$1_CFLAGS}'" #echo "$1_LIBS='${$1_LIBS}'" #echo "against Gtk2: $(echo ${$1_LIBS} | grep -E 'gtk-@<:@^-@:>@+-2\.0')" #echo "against Gtk3: $(echo ${$1_LIBS} | grep -E 'gtk-@<:@^-@:>@+-3\.0')" if test "${have_$1}" = "yes"; then $1_msg_version=$(pkg-config --modversion $2) CAJA_ACTIONS_CFLAGS="${CAJA_ACTIONS_CFLAGS} ${$1_CFLAGS}" CAJA_ACTIONS_LIBS="${CAJA_ACTIONS_LIBS} ${$1_LIBS}" else _NA_CHECK_MODULE_MSG([$4],[$1: condition ${_cond} not satisfied]) fi ]) AC_DEFUN([_NA_CHECK_MODULE_MSG],[ if test "$1" = "no"; then AC_MSG_RESULT([warning: $2]) else AC_MSG_ERROR([$2]) fi ]) caja-actions-1.27.0/m4/na-default-io-provider.m4000066400000000000000000000045321433352025300212000ustar00rootroot00000000000000# Caja-Actions # A Caja extension which offers configurable context menu actions. # # Copyright (C) 2005 The GNOME Foundation # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS) # Copyright (C) 2009-2012 Pierre Wieser and others (see AUTHORS) # Copyright (C) 2012-2020 Wolfgang Ulbrich and others (see AUTHORS) # Copyright (C) 2021 MATE Developers # # Caja-Actions is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # Caja-Actions 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 Caja-Actions; see the file COPYING. If not, see # . # # Authors: # Frederic Ruaudel # Rodrigo Moya # Pierre Wieser # ... and many others (see AUTHORS) # serial 1 creation dnl --with-default-io-provider=mateconf|desktop dnl Defines the default I/O Provider when creating a new action dnl Default to 'desktop' dnl dnl usage: NA_SET_DEFAULT_IO_PROVIDER([default_io_provider]) dnl dnl ac_define NA_DEFAULT_IO_PROVIDER variable AC_DEFUN([NA_SET_DEFAULT_IO_PROVIDER],[ _AC_ARG_NA_WITH_DEFAULT_IO_PROVIDER([$1]) _CHECK_FOR_DEFAULT_IO_PROVIDER ]) AC_DEFUN([_AC_ARG_NA_WITH_DEFAULT_IO_PROVIDER],[ AC_ARG_WITH( [default-io-provider], AS_HELP_STRING( [--with-default-io-provider@<:@=na-mateconf|na-desktop@:>@], [define default I/O provider @<:@$1@:>@]), [with_default_io_provider=$withval], [with_default_io_provider="$1"]) ]) AC_DEFUN([_CHECK_FOR_DEFAULT_IO_PROVIDER],[ AC_MSG_CHECKING([for default I/O provider on new items]) AC_MSG_RESULT([${with_default_io_provider}]) if test "x${with_default_io_provider}" != "xna-mateconf"; then if test "x${with_default_io_provider}" != "xna-desktop"; then AC_MSG_ERROR([a default I/O provider must be specified, must be 'na-mateconf' or 'na-desktop']) fi fi AC_DEFINE_UNQUOTED([NA_DEFAULT_IO_PROVIDER],["${with_default_io_provider}"],[Default I/O Provider]) ]) caja-actions-1.27.0/m4/na-enable-manuals.m4000066400000000000000000000076711433352025300202120ustar00rootroot00000000000000# Caja-Actions # A Caja extension which offers configurable context menu actions. # # Copyright (C) 2005 The GNOME Foundation # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS) # Copyright (C) 2009-2012 Pierre Wieser and others (see AUTHORS) # Copyright (C) 2012-2020 Wolfgang Ulbrich and others (see AUTHORS) # Copyright (C) 2021 MATE Developers # # Caja-Actions is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # Caja-Actions 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 Caja-Actions; see the file COPYING. If not, see # . # # Authors: # Frederic Ruaudel # Rodrigo Moya # Pierre Wieser # ... and many others (see AUTHORS) # serial 4 define ENABLE_MANUALS conditional dnl --enable-html-manuals[=db2html] dnl generates HTML manuals for all locales dnl --enable-html-manuals=db2html dnl in this case, fail if the specified tool is not found dnl dnl --enable-pdf-manuals[=dblatex] dnl output PDF manuals for all locales dnl only use dblatex for now dnl only '=dblatex' option is recognized for now. dnl dnl usage: NA_ENABLE_MANUALS AC_DEFUN([NA_ENABLE_MANUALS],[ AC_REQUIRE([_AC_ARG_NA_ENABLE_HTML_MANUALS])dnl AC_REQUIRE([_AC_ARG_NA_ENABLE_PDF_MANUALS])dnl _CHECK_FOR_HTML_MANUALS _CHECK_FOR_PDF_MANUALS AM_CONDITIONAL([ENABLE_MANUALS], [test "x${enable_html_manuals}" != "xno" || test "x${enable_pdf_manuals}" != "xno"]) ]) AC_DEFUN([_AC_ARG_NA_ENABLE_HTML_MANUALS],[ AC_ARG_ENABLE( [html-manuals], AC_HELP_STRING( [--enable-html-manuals@<:@=db2html@:>@], [build HTML user's manuals @<:@db2html@:>@]), [enable_html_manuals=$enableval], [enable_html_manuals="no"]) ]) AC_DEFUN([_CHECK_FOR_HTML_MANUALS],[ AC_MSG_CHECKING([whether to build HTML manuals]) msg_html_manuals="disabled" if test "x${enable_html_manuals}" = "xno"; then AC_MSG_RESULT([no]) else AC_MSG_RESULT([yes]) if test "x${enable_html_manuals}" = "xyes"; then AC_CHECK_PROG([with_db2html],[db2html],[yes],[no]) else AC_MSG_ERROR([${enable_html_manuals} is not a known tool, must be 'db2html']) fi if test "x${with_db2html}" = "xno"; then AC_MSG_ERROR([db2html have not been found, unable to generate HTML manuals]) fi msg_html_manuals="enabled with" msg_html_manuals="${msg_html_manuals} db2html" fi AC_SUBST([WITH_DB2HTML],[${with_db2html}]) AM_CONDITIONAL([ENABLE_HTML_MANUALS], [test "x${enable_html_manuals}" != "xno"]) ]) AC_DEFUN([_AC_ARG_NA_ENABLE_PDF_MANUALS],[ AC_ARG_ENABLE( [pdf-manuals], AC_HELP_STRING( [--enable-pdf-manuals@<:@=dblatex@:>@], [build PDF user's manuals @<:@dblatex@:>@]), [enable_pdf_manuals=$enableval], [enable_pdf_manuals="no"]) ]) AC_DEFUN([_CHECK_FOR_PDF_MANUALS],[ AC_MSG_CHECKING([whether to build PDF manuals]) msg_pdf_manuals="disabled" if test "x${enable_pdf_manuals}" = "xno"; then AC_MSG_RESULT([no]) else AC_MSG_RESULT([yes]) if test "x${enable_pdf_manuals}" = "xyes"; then AC_CHECK_PROG([with_dblatex],[dblatex],[yes],[no]) msg_pdf_manuals="enabled with dblatex" elif test "x${enable_pdf_manuals}" = "xdblatex"; then AC_CHECK_PROG([with_dblatex],[dblatex],[yes],[no]) msg_pdf_manuals="enabled with dblatex" else AC_MSG_ERROR([${enable_pdf_manuals} is not a known tool, must be 'dblatex']) fi if test "x${with_dblatex}" = "xno"; then AC_MSG_ERROR([dblatex has not been found, unable to generate PDF manuals]) fi fi AM_CONDITIONAL([ENABLE_PDF_MANUALS], [test "x${enable_pdf_manuals}" != "xno"]) ]) caja-actions-1.27.0/m4/na-log-domains.m4000066400000000000000000000052471433352025300175340ustar00rootroot00000000000000# Caja-Actions # A Caja extension which offers configurable context menu actions. # # Copyright (C) 2005 The GNOME Foundation # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS) # Copyright (C) 2009-2012 Pierre Wieser and others (see AUTHORS) # Copyright (C) 2012-2020 Wolfgang Ulbrich and others (see AUTHORS) # Copyright (C) 2021 MATE Developers # # Caja-Actions is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # Caja-Actions 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 Caja-Actions; see the file COPYING. If not, see # . # # Authors: # Frederic Ruaudel # Rodrigo Moya # Pierre Wieser # ... and many others (see AUTHORS) dnl define three distinct log domains, respectively for common code, dnl plugin and CACT user interface - log handlers will be disabled dnl when not in development mode # serial 2 define NA-runtime log domain AC_DEFUN([NA_LOG_DOMAINS],[ AC_SUBST([NA_LOGDOMAIN_IO_DESKTOP],[NA-io-desktop]) AC_DEFINE_UNQUOTED([NA_LOGDOMAIN_IO_DESKTOP],["NA-io-desktop"],[Log domain of desktop I/O Provider]) AC_SUBST([NA_LOGDOMAIN_IO_MATECONF],[NA-io-mateconf]) AC_DEFINE_UNQUOTED([NA_LOGDOMAIN_IO_MATECONF],["NA-io-mateconf"],[Log domain of MateConf I/O Provider]) AC_SUBST([NA_LOGDOMAIN_IO_XML],[NA-io-xml]) AC_DEFINE_UNQUOTED([NA_LOGDOMAIN_IO_XML],["NA-io-xml"],[Log domain of XML I/O]) AC_SUBST([NA_LOGDOMAIN_CORE],[NA-core]) AC_DEFINE_UNQUOTED([NA_LOGDOMAIN_CORE],["NA-core"],[Log domain of core library]) AC_SUBST([NA_LOGDOMAIN_CACT],[NA-cact]) AC_DEFINE_UNQUOTED([NA_LOGDOMAIN_CACT],["NA-cact"],[Log domain of CACT user interface]) AC_SUBST([NA_LOGDOMAIN_PLUGIN_MENU],[NA-plugin-menu]) AC_DEFINE_UNQUOTED([NA_LOGDOMAIN_PLUGIN_MENU],["NA-plugin-menu"],[Log domain of Caja Menu plugin]) AC_SUBST([NA_LOGDOMAIN_PLUGIN_TRACKER],[NA-plugin-tracker]) AC_DEFINE_UNQUOTED([NA_LOGDOMAIN_PLUGIN_TRACKER],["NA-plugin-tracker"],[Log domain of Caja Tracker plugin]) AC_SUBST([NA_LOGDOMAIN_TEST],[NA-test]) AC_DEFINE_UNQUOTED([NA_LOGDOMAIN_TEST],["NA-test"],[Log domain of test programs]) AC_SUBST([NA_LOGDOMAIN_UTILS],[NA-utils]) AC_DEFINE_UNQUOTED([NA_LOGDOMAIN_UTILS],["NA-utils"],[Log domain of utilities]) ]) caja-actions-1.27.0/m4/na-maintainer.m4000066400000000000000000000056431433352025300174520ustar00rootroot00000000000000# Caja-Actions # A Caja extension which offers configurable context menu actions. # # Copyright (C) 2005 The GNOME Foundation # Copyright (C) 2006-2008 Frederic Ruaudel and others (see AUTHORS) # Copyright (C) 2009-2012 Pierre Wieser and others (see AUTHORS) # Copyright (C) 2012-2020 Wolfgang Ulbrich and others (see AUTHORS) # Copyright (C) 2021 MATE Developers # # Caja-Actions is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of # the License, or (at your option) any later version. # # Caja-Actions 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 Caja-Actions; see the file COPYING. If not, see # . # # Authors: # Frederic Ruaudel # Rodrigo Moya # Pierre Wieser # ... and many others (see AUTHORS) # serial 4 rename macro to NA_MAINTAINER_CHECK_MODE # NA_MAINTAINER_CHECK_FOR_DEPRECATED dnl define NA_MAINTAINER_CHECK_MODE dnl dnl Don''t agree with maintainer mode use dnl See http://www.gnu.org/software/automake/manual/automake.html#maintainer_002dmode dnl but mate-autogen.sh forces its usage and mate_common_init requires it dnl is nonetheless explicitely required by mate_maintainer_mode_defines macro AC_DEFUN([NA_MAINTAINER_CHECK_MODE],[ AC_REQUIRE([MATE_MAINTAINER_MODE_DEFINES]) msg_maintainer_mode="disabled" AC_MSG_CHECKING([whether to enable maintainer mode]) AC_MSG_RESULT([${USE_MAINTAINER_MODE}]) if test "${USE_MAINTAINER_MODE}" = "yes"; then AC_DEFINE([NA_MAINTAINER_MODE],[1],[Define to 1 if we are in maintainer mode]) AC_SUBST([AM_CPPFLAGS],["${AM_CPPFLAGS} ${DISABLE_DEPRECATED} -DGSEAL_ENABLED"]) AC_SUBST([AM_CFLAGS],["${AM_CFLAGS} -Werror"]) msg_maintainer_mode="enabled" fi AM_CONDITIONAL([NA_MAINTAINER_MODE], [test "${USE_MAINTAINER_MODE}" = "yes"]) ]) AC_DEFUN([NA_MAINTAINER_CHECK_FOR_DEPRECATED],[ AC_ARG_ENABLE( [deprecated], AC_HELP_STRING( [--enable-deprecated], [whether to enable deprecated symbols]), [enable_deprecated=$enableval], [enable_deprecated="no"]) AC_MSG_CHECKING([whether deprecated symbols should be enabled]) AC_MSG_RESULT([${enable_deprecated}]) if test "${enable_deprecated}" = "yes"; then AC_DEFINE([NA_ENABLE_DEPRECATED],[1],[Define to 1 if deprecated symbols should be enabled]) else if test "${na_request_for_deprecated}" = "yes"; then AC_MSG_WARN([API documentation will be incomplete as deprecated symbols are disabled]) let na_fatal_count+=1 fi fi AM_CONDITIONAL([ENABLE_DEPRECATED], [test "${enable_deprecated}" = "yes"]) ]) caja-actions-1.27.0/makepot000077500000000000000000000004761433352025300155320ustar00rootroot00000000000000#! /bin/sh PACKAGE=caja-actions; PACKAGE_HELP=caja-actions-config-tool; # normal translations make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . sed -i "/#, fuzzy/d" $PACKAGE.pot # translations for user-quide rm -f docs/help/$PACKAGE_HELP.pot && make -C docs/help $PACKAGE_HELP.pot && mv docs/help/$PACKAGE_HELP.pot . caja-actions-1.27.0/po/000077500000000000000000000000001433352025300145535ustar00rootroot00000000000000caja-actions-1.27.0/po/ChangeLog000066400000000000000000000470311433352025300163320ustar00rootroot000000000000002009-06-09 Pierre Wieser * dz.po: Mark a string as 'fuzzy' (see http://mail.gnome.org/archives/gnome-i18n/2009-May/msg00127.html thread. 2009-06-09 Sandeep Shedmake * mr.po: Updated Marathi translation. 2009-06-02 Manoj Kumar Giri * or.po: Updated Oriya Translation. * LINGUAS: Added Oriya into the List. 2009-06-01 Mario Blättermann * de.po: Updated German translation. 2009-05-29 Pierre Wieser * POTFILES.in: Rename libnautilus-actions/libnautilus-actions to common/libnact. 2009-05-25 Pierre Wieser * POTFILES.in: Add nact-action-editor.c source file. 2009-05-25 A S Alam * pa.po: Add Punjabi (Gurmukhi) Translation. 2009-04-18 Mario Blättermann * de.po: Updated German translation. 2009-04-17 Claude Paroz * fr.po: Updated French translation. 2009-04-13 Mario Blättermann * de.po: Updated German translation. 2009-03-19 Amanpreet Singh Alam * pa.po: Updating Punjabi translation. 2009-03-16 Inaki Larranaga Murgoitio * eu.po: Updated Basque translation. 2009-03-06 Og Maciel * pt_BR.po: Updated Brazilian Portuguese translation. 2009-03-02 Milo Casagrande * mr.po: Added Marathi translation * LINGUAS: Added Marathi locale mr 2009-03-02 Milo Casagrande * it.po: Added Italian translation * LINGUAS: Added Italian translation 2009-02-22 Duarte Loreto * pt.po: Updated Portuguese translation by António Lima . 2009-01-21 Daniel Nylander * sv.po: Updated Swedish translation. 2009-01-20 Jorge Gonzalez * es.po: Updated Spanish translation. 2009-01-20 Stéphane Raimbault * fr.po: Updated French translation. 2008-07-31 Djihed Afifi * ar.po: Updated Arabic Translation by Khaled Hosny. 2008-06-15 Yannig Marchegay * oc.po: Updated Occitan translation. 2008-05-18 Wadim Dziedzic * pl.po: Added Polish translation * LINGUAS: Added Polish translation 2008-03-19 Kostas Papadimas * el.po: Added Greek Translation by Giannis Katsampipis * LINGUAS: Added Greek (el) to list. 2008-03-15 Andre Klapper * de.po: Updated German translation. 2008-03-14 Andre Klapper * LINGUAS: Added missing Macedonian (mk) and Russian (ru) to the list of available languages. 2008-03-09 Philip Withnall * en_GB.po: Updated British English translation. 2008-03-08 Yannig MARCHEGAY * oc.po: Updated Occitan translation. 2008-02-23 Duarte Loreto * pt.po: Added Portuguese translation by António Lima . * LINGUAS: Added Portuguese (pt) to list. 2008-02-19 Yannig MARCHEGAY * oc.po: Updated Occitan translation. 2008-02-16 Inaki Larranaga Murgoitio * LINGUAS: Added 'eu' (Basque) entry. * eu.po: Added Basque translation. 2008-01-15 Daniel Nylander * sv.po: Updated Swedish translation. 2008-01-11 Changwoo Ryu * ko.po: Added Korean translation by Namhyung Kim. * LINGUAS: Added ko. 2007-12-31 Yannig Marchegay * oc.po: Updated Occitan translation. 2007-11-24 Claude Paroz * fr.po: Updated French translation. 2007-11-20 Yannig Marchegay * oc.po: Updated Occitan translation. 2007-11-11 Ilkka Tuohela * fi.po: Updated Finnish translation. 2007-11-02 Kjartan Maraas * nb.po: Updated Norwegian bokmÃ¥l translation. 2007-10-31 Ilkka Tuohela * fi.po: Updated Finnish translation. 2007-10-13 Yannig MARCHEGAY * oc.po: Updated Occitan translation. 2007-09-26 Jorge Gonzalez * es.po: Updated Spanish translation 2007-09-17 Jonh Wendell * pt_BR.po: Updated Brazilian Portuguese translation by Og Maciel. 2007-09-16 Sílvia Miranda * ca.po: Updated Catalan translation by Francesc Vilches. 2007-09-10 Daniel Nylander * sv.po: Updated Swedish translation. 2007-09-07 Jonh Wendell * pt_BR.po: Updated Brazilian Portuguese translation by Og Maciel. 2007-09-07 Ilkka Tuohela * fi.po: Updated Finnish translation. 2007-08-29 Daniel Nylander * sv.po: Updated Swedish translation. 2007-08-27 Jorge Gonzalez * es.po: Updated Spanish translation 2007-08-23 Ilkka Tuohela * fi.po: Updated Finnish translation. 2007-08-20 Yannig MARCHEGAY * oc.po: Updated Occitan translation. 2007-08-19 Jorge Gonzalez * es.po: Updated Spanish translation 2007-08-18 Daniel Nylander * sv.po: Updated Swedish translation. 2007-08-16 Adam Weinberger * POTFILES.in: Added missing file. * en_CA.po: Updated Canadian English translation. 2007-06-30 Stéphane Raimbault * fr.po: Updated French translation. 2007-06-29 Pema Geyleg * dz.po: Updated dzongkha translation 2007-06-17 Jorge Gonzalez * es.po: Updated Spanish translation 2007-06-07 Jorge Gonzalez * es.po: Updated Spanish translation 2007-06-01 Daniel Nylander * sv.po: Updated Swedish translation. 2007-05-31 Yannig MARCHEGAY * oc.po: Added Occitan translation. 2007-05-16 David Lodge * en_GB.po: Updated British English translation 2007-05-06 Jorge Gonzalez * es.po: Updated Spanish translation 2007-04-16 Daniel Nylander * sv.po: Updated Swedish translation. 2007-04-14 Djihed Afifi * ar.po: Updated Arabic Translation by Khaled Hosny. 2007-04-08 Claude Paroz * POTFILES.in: Removed old file. * fr.po: Updated French translation. 2007-04-7 Djihed Afifi * ar.po: Updated Arabic Translation by Khaled Hosny. 2007-04-7 Djihed Afifi * ar.po: Updated Arabic Translation by Khaled Hosny. 2007-03-15 Leonardo Ferreira Fontenelle * pt_BR.po: Updated Brazilian Portuguese translation by Og Maciel , with input from Pedro Vaz de Mello de Medeiros . 2007-02-23 Peter Bach * da.po: Updated Danish translation. 2007-01-23 David Lodge * en_GB.po: Updated English (British) translation 2006-11-18 Djihed Afifi * ar.po: Added Arabic Translation. * LINGUAS: Added ar. 2006-11-07 Ignacio Casal Quinteiro * gl.po: Updated Galician Translation. 2006-10-31 Pema Geyleg * dz.po: Updated Dzongkha Translation. 2006-10-12 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. 2006-10-01 Christophe Merlet * fr.po: Updated French translation from Damien DUrand . 2006-09-21 Alexander Shopov * bg.po: Updated Bulgarian translation by Alexander Shopov 2006-09-14 David Lodge * en_GB.po: Updated English (British) translation * LINGUAS: Added en_GB 2006-09-13 Josep Puigdemont i Casamajó * ca.po: Updated Catalan translation. 2006-09-08 Pema Geyleg * dz.po: Added Dzongkha Translation 2006-09-06 Josep Puigdemont i Casamajó * ca.po: Updated Catalan translation. 2006-09-04 Takeshi AIHANA * ja.po: Updated Japanese translation. 2006-08-29 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. 2006-08-26 Clytie Siddall * vi.po: Updated Vietnamese translation. 2006-08-17 Ilkka Tuohela * fi.po: Updated Finnish translation. 2006-08-16 Ilkka Tuohela * fi.po: Updated Finnish translation. 2006-08-16 Ilkka Tuohela * fi.po: Updated Finnish translation. 2006-08-03 Jovan Naumovski * mk.po: Updated Macedonian translation. 2006-07-27 Francisco Javier F. Serrador * es.po: Updated Spanish translation. 2006-07-24 Raivis Dejus * lv.po: Added Latvian translation. * LINGUAS: Added 'lv' 2006-07-16 Daniel Nylander * sv.po: Updated Swedish translation. 2006-07-06 Nickolay V. Shmyrev * ru.po: Updated Russian translation by Valek Filippov . 2006-06-30 Theppitak Karoonboonyanan * th.po: Updated Thai translation. 2006-06-29 Frederic Ruaudel * POTFILES.in: Add new files containing translatable strings 2006-06-28 Theppitak Karoonboonyanan * th.po: Updated Thai translation. 2006-06-27 Daniel Nylander * sv.po: Updated Swedish translation. 2006-06-27 Theppitak Karoonboonyanan * th.po: Updated Thai translation. 2006-06-25 Theppitak Karoonboonyanan * th.po: Updated Thai translation. 2006-06-20 Amanpreet Singh Brar * pa.po: Update Punjabi translation. 2006-06-15 Hendrik Richter * de.po: Updated German translation. 2006-06-10 Ignacio Casal Quinteiro * gl.po: Updated Galician Translation. 2006-05-26 Clytie Siddall * vi.po: Updated Vietnamese translation. 2006-05-23 Francisco Javier F. Serrador * es.po: Updated Spanish translation. 2006-05-20 Takeshi AIHANA * ja.po: Updated Japanese translation. 2006-05-19 Benoît Dejean * fr.po: Updated French translation. 2006-05-08 Daniel Nylander * sv.po: Updated Swedish translation. 2006-04-30 Josep Puigdemont Casamajó * ca.po: Updated Catalan translation. 2006-04-28 Raphael Higino * pt_BR.po: Updated Brazilian Portuguese translation. 2006-04-25 Alexander Shopov * bg.po: Updated Bulgarian translation by Alexander Shopov 2006-04-23 Daniel Nylander * sv.po: Updated Swedish translation. 2006-04-20 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. 2006-04-19 Frederic Ruaudel * LINGUAS: Added Swedish translation 2006-04-18 Daniel Nylander * sv.po: Added Swedish translation. 2006-04-18 Kjartan Maraas * LINGUAS: Remove obsolete entry for no_NO * no.po: And the translation. 2006-04-17 Clytie Siddall * vi.po: Updated Vietnamese translation. 2006-04-14 Ilkka Tuohela * fi.po: Updated Finnish translation. 2006-04-02 Francisco Javier F. Serrador * es.po: Updated Spanish translation. 2006-03-13 Benoît Dejean * fr.po: Updated French translation. 2006-03-13 Runa Bhattacharjee * bn.po: Added Bengali Translation by Progga. 2006-03-11 Frank Arnold * POTFILES.in: Removed config/config_newaction.schemas.in. * de.po: Replaced wrong spaces caused by copy/paste inside gtranslator. 2006-03-03 Leonid Kanter * ru.po: Added Russian translation from Alexandre Prokoudine 2006-03-03 Francisco Javier F. Serrador * es.po: Updated Spanish translation. 2006-02-18 Kjartan Maraas * POTFILES.in: Add missing file. * nb.po: Updated Norwegian bokmÃ¥l translation. * no.po: Same. 2006-02-17 Satoru SATOH * ja.po: Updated Japanese translation. 2006-02-10 Lukas Novotny * cs.po: Updated Czech translation by Tomas Kyjovsky . 2006-02-07 Alexander Shopov * bg.po: Updated Bulgarian translation by Alexander Shopov 2006-02-07 Theppitak Karoonboonyanan * th.po: Added Thai translation by Supranee Thirawatthanasuk . 2006-02-02 Raphael Higino * pt_BR.po: Updated Brazilian Portuguese translation. 2006-02-02 Josep Puigdemont i Casamajó * ca.po: Updated Catalan translation. 2006-02-01 Ilkka Tuohela * fi.po: Updated Finnish translation. 2006-02-01 Francisco Javier F. Serrador * es.po: Updated Spanish translation. 2006-02-01 Ignacio Casal Quinteiro * gl.po: Updated Galician Translation. 2006-02-01 Ankit Patel * gu.po: Updated Gujarati Translation. 2006-02-01 Clytie Siddall * vi.po: Updated Vietnamese translation. 2006-02-01 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. 2006-01-31 Adam Weinberger * en_CA.po: Updated Canadian English translation. 2006-02-01 Chao-Hsiung Liao * zh_TW.po: Updated Traditional Chinese translation(Taiwan). * zh_HK.po: Updated Traditional Chinese translation(Hong Kong). 2006-01-31 Lasse Bang Mikkelsen * da.po: Updated Danish translation. 2006-01-31 Hendrik Brandt * de.po: Updated German translation, fixed UTF-8 problem. 2006-01-30 Hendrik Brandt * de.po: Updated German translation. 2006-01-29 Josep Puigdemont i Casamajó * ca.po: Added Catalan translation. 2006-01-28 Lukas Novotny * cs.po: Updated Czech translation. 2006-01-27 Chao-Hsiung Liao * zh_TW.po: Added Traditional Chinese translation(Taiwan). * zh_HK.po: Added Traditional Chinese translation(Hong Kong). 2006-01-26 Lukas Novotny * cs.po: Added Czech translation. 2006-01-22 Raphael Higino * pt_BR.po: Added Brazilian Portuguese translation. 2006-01-22 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. 2006-01-18 Lasse Bang Mikkelsen * da.po: Updated Danish translation. 2006-01-12 Lasse Bang Mikkelsen * da.po: Updated Danish translation. 2006-01-09 Adam Weinberger * en_CA.po: Updated Canadian English translation. 2006-01-09 Alexander Shopov * bg.po: Updated Bulgarian translation by Alexander Shopov 2005-01-09 Ankit Patel * gu.po: Updated Gujarati Translation. 2006-01-08 Ignacio Casal Quinteiro * gl.po: Updated Galician Translation. 2006-01-07 Ilkka Tuohela * fi.po: Updated Finnish translation. 2006-01-07 Clytie Siddall * vi.po: Updated Vietnamese translation. Please, someone add "vi" to LINGUAS for me, if you have time. :) Thankyou! 2006-01-07 Vincent van Adrighem * nl.po: Translation updated by Tino Meinen. 2006-01-07 Francisco Javier F. Serrador * es.po: Updated Spanish translation. 2006-01-07 Vincent van Adrighem * nl.po: Translation added by Tino Meinen. 2006-01-06 Alexander Shopov * bg.po: Updated Bulgarian translation by Alexander Shopov 2005-12-30 Ilkka Tuohela * fi.po: Added Finnish translation. 2005-12-30 Francisco Javier F. Serrador * es.po: Updated Spanish translation. 2005-12-28 Yair Hershkovitz * he.po: Added Hebrew translation by MBD (mbd1987@gmail.com) 2005-12-26 Ilkka Tuohela * fi.po: Added Finnish translation. 2005-12-26 Žygimantas BeruÄka * lt.po: Updated Lithuanian translation. 2005-12-25 Lasse Bang Mikkelsen * da.po: Updated Danish translation. 2005-12-24 Takeshi AIHANA * ja.po: Added Japanese translation. 2005-12-22 Francisco Javier F. Serrador * es.po: Updated Spanish translation. 2005-12-21 Clytie Siddall * vi.po: Updated Vietnamese translation. 2005-12-21 Ankit Patel * gu.po: Updated Gujarati Translation. 2005-12-20 Adam Weinberger * en_CA.po: Updated Canadian English translation. 2005-12-20 Clytie Siddall * vi.po: Added Vietnamese translation. 2005-12-20 Ankit Patel * gu.po: Updated Gujarati Translation. 2005-12-19 Ankit Patel * gu.po: Added Gujarati Translation. 2005-12-16 Lasse Bang Mikkelsen * da.po: Added Danish translation. 2005-12-10 Francisco Javier F. Serrador * es.po: Corrected error reported by nash nash 2005-12-09 Ignacio Casal Quinteiro * gl.po: Updated Galician Translation. 2005-12-09 Francisco Javier F. Serrador * es.po: Updated Spanish translation. 2005-12-09 Amanpreet Singh Alam * pa.po: Punjabi Language is added 2005-12-08 Kjartan Maraas * nb.po: Added Norwegian bokmÃ¥l translation. * no.po: Same. * nautilus-actions.pot: Remove generated file. 2005-12-06 Žygimantas BeruÄka * lt.po: Added Lithuanian translation. 2005-12-06 Francisco Javier F. Serrador * es.po: Updated Spanish translation. 2005-12-03 Adam Weinberger * en_CA.po: Added Canadian English translation, despite the fact that many of the plethora of grammar and spelling errors in the source strings remains in these translated strings. If the authors register a bugzilla component, I will try to file some bug reports. 2005-12-03 Alexander Shopov * bg.po: Updated Bulgarian translation by Alexander Shopov 2005-11-27 Francisco Javier F. Serrador * es.po: Updated Spanish translation. 2005-11-26 Funda Wang * zh_CN.po: Added Simplified Chinese translation. 2005-11-26 Christian Rose * .cvsignore: Added more entries. 2005-11-22 Francisco Javier F. Serrador * es.po: Updated Spanish translation. 2005-11-08 Frederic Ruaudel * fr.po: Update a part of the French translation. 2005-10-18 Francisco Javier F. Serrador * es.po: Updated Spanish translation. 2005-09-29 Alexander Shopov * bg.po: Added Bulgarian translation by Alexander Shopov 2005-09-19 Mario Izquierdo * es.po: added Spanish translation. caja-actions-1.27.0/po/LINGUAS000066400000000000000000000011141433352025300155750ustar00rootroot00000000000000# List of supported languages has been moved here to make # translators' life easier :) # More info here : http://live.gnome.org/GnomeGoals/PoLinguas # please keep this list sorted alphabetically # af am ar as ast az be bg bn_IN bn br bs ca ca@valencia cmn crh cs cy da de dz el en_AU en_CA en_GB eo es_AR es_CO es_MX es et eu fa fi fr fur fy ga gl gu he hi hr hu hy id ie ig is it ja kab ka kk kn ko ku_IQ ku ky li lt lv mai mg mi mk ml mn mr ms nb nds ne nl nn nso oc or pa pl ps pt_BR pt ro ru sc si sk sl sq sr@latin sr sv ta te th tk tr ug uk ur uz vi wa xh yo zh_CN zh_HK zh_TW zu caja-actions-1.27.0/po/Makevars000066400000000000000000000066371433352025300162630ustar00rootroot00000000000000# Makefile variables for PO directory in any package using GNU gettext. # Usually the message domain is the same as the package name. DOMAIN = $(PACKAGE) # These two variables depend on the location of this directory. subdir = po top_builddir = .. # These options get passed to xgettext. XGETTEXT_OPTIONS = --from-code=UTF-8 --keyword=_ --keyword=N_ --keyword=C_:1c,2 --keyword=NC_:1c,2 --keyword=g_dngettext:2,3 --add-comments=Translators: # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding # package. (Note that the msgstr strings, extracted from the package's # sources, belong to the copyright holder of the package.) Translators are # expected to transfer the copyright for their translations to this person # or entity, or to disclaim their copyright. The empty string stands for # the public domain; in this case the translators are expected to disclaim # their copyright. COPYRIGHT_HOLDER = MATE Desktop Environment team # This tells whether or not to prepend "GNU " prefix to the package # name that gets inserted into the header of the $(DOMAIN).pot file. # Possible values are "yes", "no", or empty. If it is empty, try to # detect it automatically by scanning the files in $(top_srcdir) for # "GNU packagename" string. PACKAGE_GNU = no # This is the email address or URL to which the translators shall report # bugs in the untranslated strings: # - Strings which are not entire sentences, see the maintainer guidelines # in the GNU gettext documentation, section 'Preparing Strings'. # - Strings which use unclear terms or require additional context to be # understood. # - Strings which make invalid assumptions about notation of date, time or # money. # - Pluralisation problems. # - Incorrect English spelling. # - Incorrect formatting. # It can be your email address, or a mailing list address where translators # can write to without being subscribed, or the URL of a web page through # which the translators can contact you. MSGID_BUGS_ADDRESS = # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. EXTRA_LOCALE_CATEGORIES = # This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt' # context. Possible values are "yes" and "no". Set this to yes if the # package uses functions taking also a message context, like pgettext(), or # if in $(XGETTEXT_OPTIONS) you define keywords with a context argument. USE_MSGCTXT = no # These options get passed to msgmerge. # Useful options are in particular: # --previous to keep previous msgids of translated messages, # --quiet to reduce the verbosity. MSGMERGE_OPTIONS = # These options get passed to msginit. # If you want to disable line wrapping when writing PO files, add # --no-wrap to MSGMERGE_OPTIONS, XGETTEXT_OPTIONS, and # MSGINIT_OPTIONS. MSGINIT_OPTIONS = # This tells whether or not to regenerate a PO file when $(DOMAIN).pot # has changed. Possible values are "yes" and "no". Set this to no if # the POT file is checked in the repository and the version control # program ignores timestamps. PO_DEPENDS_ON_POT = yes # This tells whether or not to forcibly update $(DOMAIN).pot and # regenerate PO files on "make dist". Possible values are "yes" and # "no". Set this to no if the POT file and PO files are maintained # externally. DIST_DEPENDS_ON_UPDATE_PO = yes caja-actions-1.27.0/po/POTFILES.in000066400000000000000000000037171433352025300163400ustar00rootroot00000000000000src/core/na-exporter.c src/core/na-about.c src/core/na-desktop-environment.c src/core/na-icontext-factory.c src/core/na-iimporter.c src/core/na-importer.c src/core/na-importer-ask.c src/core/na-importer-ask.ui src/core/na-io-provider.c src/core/na-object-action.c src/core/na-object-action-factory.c src/core/na-object-id.c src/core/na-object-item-factory.c src/core/na-object-menu.c src/core/na-object-profile.c src/core/na-object-profile-factory.c src/core/na-selected-info.c src/core/na-tokens.c src/io-desktop/cadp-desktop-provider.c src/io-desktop/cadp-formats.c src/io-desktop/cadp-reader.c src/cact/base-application.c src/cact/base-assistant.c src/cact/base-gtk-utils.c src/cact/base-iunique.c src/cact/base-window.c src/cact/egg-desktop-file.c src/cact/egg-sm-client.c src/cact/cact-application.c src/cact/cact-add-capability-dialog.c src/cact/cact-add-capability.ui src/cact/cact-add-scheme.ui src/cact/cact-assistant-export.c src/cact/cact-assistant-export.ui src/cact/cact-assistant-import.c src/cact/cact-assistant-import.ui src/cact/cact.desktop.in src/cact/cact-export-ask.c src/cact/cact-iaction-tab.c src/cact/cact-ibasenames-tab.c src/cact/cact-icapabilities-tab.c src/cact/cact-icommand-tab.c src/cact/cact-icon-chooser.ui src/cact/cact-ienvironment-tab.c src/cact/cact-ifolders-tab.c src/cact/cact-imimetypes-tab.c src/cact/cact-iproperties-tab.c src/cact/cact-ischemes-tab.c src/cact/cact-main-window.c src/cact/cact-match-list.c src/cact/cact-menubar.c src/cact/cact-menubar-edit.c src/cact/cact-menubar-file.c src/cact/cact-preferences.ui src/cact/cact-preferences-editor.c src/cact/cact-providers-list.c src/cact/cact-schemes-list.c src/cact/cact-tree-model.c src/cact/cact-tree-model-dnd.c src/cact/cact-tree-view.c src/cact/caja-actions-config-tool.ui src/plugin-menu/caja-actions.c src/test/test-reader.c src/utils/console-utils.c src/utils/na-print-schemas.c src/utils/na-set-conf.c src/utils/caja-actions-new.c src/utils/caja-actions-print.c src/utils/caja-actions-run.c caja-actions-1.27.0/po/POTFILES.skip000066400000000000000000000000001433352025300166560ustar00rootroot00000000000000caja-actions-1.27.0/po/README_TRANSLATORS000066400000000000000000000004711433352025300173310ustar00rootroot00000000000000NOTE TO TRANSLATORS The translation process of this project is made by the GTP (Gnome Translation Project). If you want to help, please, first join the GTP. GTP Contact : Web: http://developer.gnome.org/projects/gtp/contact.html Mailing list : gnome-i18n _AT_ gnome.org Thanks in advance, The maintainers caja-actions-1.27.0/po/af.po000066400000000000000000003031251433352025300155050ustar00rootroot00000000000000# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR MATE Desktop Environment team # This file is distributed under the same license as the caja-actions package. # FIRST AUTHOR , YEAR. # # Translators: # Stefano Karapetsas , 2021 # msgid "" msgstr "" "Project-Id-Version: caja-actions 1.26.0\n" "Report-Msgid-Bugs-To: https://github.com/mate-desktop/caja-actions/issues\n" "POT-Creation-Date: 2022-10-29 15:29+0200\n" "PO-Revision-Date: 2021-02-27 13:10+0000\n" "Last-Translator: Stefano Karapetsas , 2021\n" "Language-Team: Afrikaans (https://www.transifex.com/mate/teams/13566/af/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: af\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: src/core/na-exporter.c:53 src/core/na-importer.c:87 msgid "_Ask me" msgstr "" #: src/core/na-exporter.c:54 msgid "" "You will be asked for the format to choose each time an item is about to be " "exported." msgstr "" #. Translators: NAIExporter is an interface name, do not even try to translate #: src/core/na-exporter.c:60 #, c-format msgid "No NAIExporter implementation found for '%s' format." msgstr "" #. Translators: NAIExporter is an interface name, do not even try to translate #: src/core/na-exporter.c:304 #, c-format msgid "%s NAIExporter doesn't implement 'to_buffer' interface." msgstr "" #. Translators: NAIExporter is an interface name, do not even try to translate #: src/core/na-exporter.c:377 #, c-format msgid "%s NAIExporter doesn't implement 'to_file' interface." msgstr "" #: src/core/na-about.c:70 msgid "" "Caja-Actions Configuration Tool is free software; you can redistribute it " "and/or modify it under the terms of the GNU General Public License as " "published by the Free Software Foundation; either version 2 of the License, " "or (at your option) any later version." msgstr "" #: src/core/na-about.c:74 msgid "" "Caja-Actions Configuration Tool 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." msgstr "" #: src/core/na-about.c:78 msgid "" "You should have received a copy of the GNU General Public License along with" " Caja-Actions Configuration Tool ; if not, write to the Free Software " "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, " "USA." msgstr "" #: src/core/na-about.c:92 msgid "A graphical interface to create and edit your Caja actions." msgstr "" #: src/core/na-about.c:93 msgid "" "Copyright © 2009-2012 Pierre Wieser \n" "Copyright © 2013-2020 Wolfgang Ulbrich \n" "Copyright © 2021 The MATE developers" msgstr "" #: src/core/na-about.c:99 msgid "Caja-Actions" msgstr "" #: src/core/na-about.c:100 msgid "translator-credits" msgstr "" "Launchpad Contributions:\n" " Valmantas PalikÅ¡a https://launchpad.net/~walmis\n" " maiatoday https://launchpad.net/~maiatoday" #: src/core/na-desktop-environment.c:39 msgid "MATE desktop" msgstr "" #: src/core/na-desktop-environment.c:40 msgid "KDE desktop" msgstr "" #: src/core/na-desktop-environment.c:41 msgid "LXDE desktop" msgstr "" #: src/core/na-desktop-environment.c:42 msgid "ROX desktop" msgstr "" #: src/core/na-desktop-environment.c:43 msgid "XFCE desktop" msgstr "" #: src/core/na-desktop-environment.c:44 msgid "Legacy systems" msgstr "" #: src/core/na-icontext-factory.c:51 msgid "List of patterns to be matched against the selected file(s)/folder(s)" msgstr "" #. Translators: wildcard characters '*' and '?' should be considered as #. literals, #. * and not be translated #: src/core/na-icontext-factory.c:54 msgid "" "A list of strings with joker '*' or '?' to be matched against the name(s) of the selected file(s)/folder(s). Each selected item must match at least one of the filename patterns for the action or the menu be candidate to display.\n" "This obviously only applies when there is a selection.\n" "Defaults to '*'." msgstr "" #. Translators: wildcard characters '*' and '?' should be considered as #. literalls, #. * and not be translated #: src/core/na-icontext-factory.c:75 msgid "" "A pattern to be matched against basenames of selected file(s)/folder(s). May" " include wildcards (* or ?). You must set one option for each pattern you " "need" msgstr "" #. Translators: the "" is just an abbreviation for "an expression", #. * so is tranlatable #. Translators: "" is just an abbreviation for "an expression", so is #. tranlatable #: src/core/na-icontext-factory.c:80 src/core/na-icontext-factory.c:139 #: src/core/na-icontext-factory.c:358 msgid "" msgstr "" #: src/core/na-icontext-factory.c:86 msgid "Whether the specified basenames are case sensitive (default)" msgstr "" #. Translators: 'true' and 'false' values are taken literally, and should not #. be translated #: src/core/na-icontext-factory.c:88 msgid "" "Must be set to 'true' if the filename patterns are case sensitive, to 'false' otherwise. E.g., if you need to match a filename in a case-sensitive manner, set this key to 'true'. If you also want, for example '*.jpg' to match 'photo.JPG', then set 'false'.\n" "This obviously only applies when there is a selection.\n" "Defaults to 'true'." msgstr "" #: src/core/na-icontext-factory.c:114 msgid "" "List of patterns to be matched against the mimetypes of the selected " "file(s)/folder(s)" msgstr "" #. Translators: wildcard character '*' is taken literally, and should not be #. translated #: src/core/na-icontext-factory.c:116 msgid "" "A list of strings with joker '*' to be matched against the mimetypes of the selected file(s)/folder(s). Each selected item must match at least one of the mimetype patterns for the action to appear.\n" "This obviously only applies when there is a selection.\n" "Defaults to '*/*'." msgstr "" #. Translators: wildcard character '*' is taken literally, and should not be #. translated #: src/core/na-icontext-factory.c:135 msgid "" "A pattern to be matched against mimetypes of selected file(s)/folder(s). May" " include the asterisk wildcard '*'. You must set one option for each pattern" " you need" msgstr "" #: src/core/na-icontext-factory.c:179 msgid "Whether the profile applies to files (deprecated option, see mimetype)" msgstr "" #. Translators: 'true' and 'false' values are taken literally, and should not #. be translated #: src/core/na-icontext-factory.c:181 msgid "" "Set to 'true' if the selection can have files, to 'false' otherwise.\n" "This setting is tied in with the 'isdir' setting. The valid combinations are: \n" "isfile='true' and isdir='false': the selection may hold only files\n" "isfile='false' and isdir='true': the selection may hold only folders\n" "isfile='true' and isdir='true': the selection may hold both files and folders\n" "isfile='false' and isdir='false': this is an invalid combination (your configuration will never appear).\n" "This obviously only applies when there is a selection.\n" "Defaults to 'true'." msgstr "" #: src/core/na-icontext-factory.c:210 msgid "" "Whether the profile applies to folders (deprecated option, see mimetype)" msgstr "" #. Translators: 'true' and 'false' values are taken literally, and should not #. be translated #: src/core/na-icontext-factory.c:212 msgid "" "Set to 'true' if the selection can have folders, to 'false' otherwise.\n" "This setting is tied in with the 'isfile' setting. The valid combinations are: \n" "isfile='true' and isdir='false': the selection may hold only files\n" "isfile='false' and isdir='true': the selection may hold only folders\n" "isfile='true' and isdir='true': the selection may hold both files and folders\n" "isfile='false' and isdir='false': this is an invalid combination (your configuration will never appear).\n" "This obviously only applies when there is a selection.\n" "Defaults to 'false'." msgstr "" #: src/core/na-icontext-factory.c:244 msgid "" "Whether the selection may be multiple (deprecated option, see selection " "count)" msgstr "" #. Translators: 'true' and 'false' values are taken literally, and should not #. be translated #: src/core/na-icontext-factory.c:246 msgid "" "If you need more than one files or folders to be selected, set this key to 'true'. If you want just one file or folder, set it to 'false'.\n" "This obviously only applies when there is a selection.\n" "Defaults to 'false'." msgstr "" #: src/core/na-icontext-factory.c:270 msgid "" "List of schemes to be matched against those of selected file(s)/folder(s)" msgstr "" #. Translators: schemes (sftp, ssh, ftp, file, etc.) are standard keywords #. which define #. * the access protocol to an object, they should not be translated #: src/core/na-icontext-factory.c:274 msgid "" "Defines the list of valid schemes to be matched against the selected items. The scheme is the protocol used to access the files. The keyword to use is the one used in the URI by the file manager.\n" "Examples of valid URI include:\n" "- file:///tmp/foo.txt\n" "- sftp:///root@test.example.net/tmp/foo.txt\n" "The most common schemes are:\n" "'file': local files\n" "'sftp': files accessed via SSH\n" "'ftp': files accessed via FTP\n" "'smb': files accessed via Samba (Windows share)\n" "'dav': files accessed via WebDAV.\n" "All schemes used by your favorite file manager may be used here.\n" "This obviously only applies when there is a selection, or when targeting the special 'x-caja-desktop' scheme.\n" "Defaults to 'file'." msgstr "" #: src/core/na-icontext-factory.c:303 msgid "" "A valid GIO scheme where the selected file(s)/folder(s) should be located. " "You must set one option for each scheme you need" msgstr "" #. Translators: "" is just an abbreviation for "a string", so is #. tranlatable #: src/core/na-icontext-factory.c:306 src/core/na-object-action-factory.c:175 #: src/core/na-object-item-factory.c:112 src/core/na-object-item-factory.c:136 #: src/core/na-object-profile-factory.c:182 src/utils/na-set-conf.c:63 #: src/utils/na-set-conf.c:65 src/utils/na-set-conf.c:68 #: src/utils/na-set-conf.c:70 src/utils/caja-actions-print.c:62 #: src/utils/caja-actions-print.c:65 src/utils/caja-actions-run.c:60 msgid "" msgstr "" #: src/core/na-icontext-factory.c:312 msgid "List of folders" msgstr "" #: src/core/na-icontext-factory.c:313 msgid "" "Defines the list of valid paths to be matched against the current folder.\n" " All folders 'under' the specified path are considered valid.\n" "Defaults to '/'." msgstr "" #: src/core/na-icontext-factory.c:329 msgid "" "The path of a (parent) directory for which the item will be displayed. You " "must set one option for each folder you need" msgstr "" #. Translators: "" is just an abbreviation for "a folder path", so is #. tranlatable #. Translators: "" is the path to a binary, so may be tranlatable #: src/core/na-icontext-factory.c:332 src/core/na-icontext-factory.c:433 #: src/core/na-icontext-factory.c:486 src/core/na-object-profile-factory.c:117 msgid "" msgstr "" #: src/core/na-icontext-factory.c:338 msgid "Operator of the selection count relation" msgstr "" #: src/core/na-icontext-factory.c:339 msgid "" "Whether this profile may be selected depending of the count of the selection.\n" "This is a string of the form \"{'<'|'='|'>'} number\".\n" "Examples of valid strings are: \"=0\", \"> 1\", \"< 10\".\n" "Defaults to \">0\"." msgstr "" #: src/core/na-icontext-factory.c:356 msgid "Selection count relation [>0]" msgstr "" #: src/core/na-icontext-factory.c:364 msgid "Only show in environment" msgstr "" #: src/core/na-icontext-factory.c:365 msgid "Defaults to all." msgstr "" #: src/core/na-icontext-factory.c:379 msgid "" "The name of an only desktop environment where the item must be displayed. " "You must set one option for each environment you want" msgstr "" #. Translators: "" is just a placeholder for "a desktop name", so is #. tranlatable #: src/core/na-icontext-factory.c:382 src/core/na-icontext-factory.c:406 msgid "" msgstr "" #: src/core/na-icontext-factory.c:388 msgid "Not show in environment" msgstr "" #: src/core/na-icontext-factory.c:389 msgid "Defaults to none." msgstr "" #: src/core/na-icontext-factory.c:403 msgid "" "The name of a desktop environment where the item must not be displayed. You " "must set one option for each environment you want" msgstr "" #: src/core/na-icontext-factory.c:412 msgid "Try exec" msgstr "" #. Translators: TryExec is a keyword of the specification, it is not #. translatable #: src/core/na-icontext-factory.c:414 msgid "" "Note that, when specified, only the presence and the executability status of the specified file are checked.\n" "Parameters may appear in 'TryExec' value, and will be substituted at runtime.\n" "Defaults to successful." msgstr "" #: src/core/na-icontext-factory.c:431 msgid "the path to a file whose executability is to be checked" msgstr "" #: src/core/na-icontext-factory.c:439 msgid "Show if registered" msgstr "" #. Translators: ShowIfRegistered is a keyword of the specification, it is not #. translatable #: src/core/na-icontext-factory.c:441 msgid "" "The well-known name of a DBus service.\n" "The item will be candidate if the named service is registered on session DBus at runtime.\n" "Parameters may appear in 'ShowIfRegistered' value, and will be substituted at runtime.\n" "Defaults to successful." msgstr "" #: src/core/na-icontext-factory.c:458 msgid "The name of a service which must be registered on session DBus" msgstr "" #: src/core/na-icontext-factory.c:459 src/core/na-icontext-factory.c:512 #: src/core/na-icontext-factory.c:545 msgid "" msgstr "" #: src/core/na-icontext-factory.c:465 msgid "Show if True" msgstr "" #. Translators: ShowIfTrue is a keyword of the specification, it is not #. translatable #: src/core/na-icontext-factory.c:467 msgid "" "A command which, when executed, should output a string on stdout.\n" "The item will be candidate if the outputed string is equal to \"true\".\n" "Parameters may appear in 'ShowIfTrue' value, and will be substituted at runtime.\n" "Defaults to successful." msgstr "" #. Translators: 'true' is to be taken as a literal, must not be translated #: src/core/na-icontext-factory.c:485 msgid "The path to a command which will display the 'true' string" msgstr "" #: src/core/na-icontext-factory.c:492 msgid "Show if running" msgstr "" #. Translators: ShowIfRunning is a keyword of the specification, it is not #. translatable #: src/core/na-icontext-factory.c:494 msgid "" "The name of a process.\n" "The item will be candidate if the process name is found in memory at runtime.\n" "Parameters may appear in 'ShowIfRunning' value, and will be substituted at runtime.\n" "Defaults to successful." msgstr "" #: src/core/na-icontext-factory.c:511 msgid "The name of a binary which must be running" msgstr "" #: src/core/na-icontext-factory.c:518 msgid "Capabilities" msgstr "" #. Translators: 'Owner', 'Readable', 'Writable', 'Executable' and 'Local' are #. all keywords #. * of the specification; they are not translatable #: src/core/na-icontext-factory.c:521 msgid "" "A list of capabilities each item of the selection must satisfy in order for the item to be candidate.\n" "Capabilities may be negated.\n" "Capabilities have to be chosen between following predefined ones:\n" "- 'Owner': current user is the owner of selected items\n" "- 'Readable': selected items are readable by user (probably more useful when negated)\n" "- 'Writable': selected items are writable by user\n" "- 'Executable': selected items are executable by user\n" "- 'Local': selected items are local.\n" "Defaults to empty list." msgstr "" #: src/core/na-icontext-factory.c:543 msgid "" "The name of a capability the selection must meet. May be 'Owner', " "'Readable', 'Writable', 'Executable' or 'Local'" msgstr "" #: src/core/na-iimporter.c:239 src/core/na-importer.c:293 msgid "" "Item was renumbered because the caller did not provide any check function." msgstr "" #: src/core/na-iimporter.c:254 msgid "" "Item was renumbered because the caller did not provide any ask user " "function." msgstr "" #: src/core/na-iimporter.c:273 src/core/na-importer.c:326 msgid "Item was renumbered due to user request." msgstr "" #: src/core/na-iimporter.c:279 src/core/na-importer.c:335 msgid "Existing item was overridden due to user request." msgstr "" #: src/core/na-iimporter.c:286 src/core/na-importer.c:344 #, c-format msgid "Item %s already exists." msgstr "" #: src/core/na-iimporter.c:288 src/core/na-importer.c:350 msgid "Import was canceled due to user request." msgstr "" #. Translators: the action has been renumbered during import operation #: src/core/na-iimporter.c:311 src/core/na-importer.c:417 msgid "(renumbered)" msgstr "" #: src/core/na-importer.c:58 msgid "Do _not import the item" msgstr "" #: src/core/na-importer.c:59 msgid "" "This used to be the historical behavior.\n" "The selected file will be marked as \"NOT OK\" in the Summary page.\n" "The existing item will not be modified." msgstr "" #: src/core/na-importer.c:66 msgid "Import the item, _allocating it a new identifier" msgstr "" #: src/core/na-importer.c:67 msgid "" "The selected file will be imported with a slightly modified label indicating the renumbering.\n" "The existing item will not be modified." msgstr "" #: src/core/na-importer.c:74 msgid "_Override the existing item" msgstr "" #: src/core/na-importer.c:75 msgid "" "The item found in the selected file will silently override the current one which has the same identifier.\n" "Be warned: this mode may be dangerous. You will not be prompted another time." msgstr "" #: src/core/na-importer.c:88 msgid "You will be asked each time an imported ID already exists." msgstr "" #. Translators: '%s' stands for the file URI #: src/core/na-importer.c:101 #, c-format msgid "%s is not loadable (empty or too big or not a regular file)" msgstr "" #: src/core/na-importer-ask.c:270 #, c-format msgid "Unable to load 'ImporterAskDialog' from %s" msgstr "" #: src/core/na-importer-ask.c:398 #, c-format msgid "" "The action \"%s\" imported from \"%s\" has the same identifiant than the " "already existing \"%s\"." msgstr "" #: src/core/na-importer-ask.c:404 #, c-format msgid "" "The menu \"%s\" imported from \"%s\" has the same identifiant than the " "already existing \"%s\"." msgstr "" #: src/core/na-importer-ask.ui:13 msgid "Already existing item" msgstr "" #: src/core/na-importer-ask.ui:98 msgid "What should I do with this ?" msgstr "" #: src/core/na-importer-ask.ui:146 msgid "Re_member my choice in future import operations" msgstr "" #: src/core/na-io-provider.c:69 msgid "" "Please, be kind enough to fill out a bug report on " "https://bugzilla.gnome.org/enter_bug.cgi?product=caja-actions." msgstr "" #: src/core/na-io-provider.c:1364 msgid "Unavailable I/O provider." msgstr "" #: src/core/na-io-provider.c:1368 msgid "I/O provider implementation lacks of required API." msgstr "" #: src/core/na-io-provider.c:1372 msgid "I/O provider is not willing to write." msgstr "" #: src/core/na-io-provider.c:1376 msgid "I/O provider announces itself as unable to write." msgstr "" #: src/core/na-io-provider.c:1380 msgid "I/O provider has been locked down by an administrator." msgstr "" #: src/core/na-io-provider.c:1384 msgid "I/O provider has been locked down by the user." msgstr "" #: src/core/na-io-provider.c:1388 msgid "Item is read-only." msgstr "" #: src/core/na-io-provider.c:1392 msgid "No writable I/O provider found." msgstr "" #: src/core/na-io-provider.c:1397 #, c-format msgid "" "Item is not writable for an unknown reason (%d).\n" "%s" msgstr "" #: src/core/na-io-provider.c:1420 msgid "OK." msgstr "" #: src/core/na-io-provider.c:1424 #, c-format msgid "" "Program flow error.\n" "%s" msgstr "" #: src/core/na-io-provider.c:1428 msgid "The I/O provider is not willing to do that." msgstr "" #: src/core/na-io-provider.c:1432 msgid "Write error in I/O provider." msgstr "" #: src/core/na-io-provider.c:1436 msgid "Unable to delete MateConf schemas." msgstr "" #: src/core/na-io-provider.c:1440 msgid "Unable to delete configuration." msgstr "" #: src/core/na-io-provider.c:1444 #, c-format msgid "" "Unknown return code (%d).\n" "%s" msgstr "" #. Translators: default label for a new action #: src/core/na-object-action.c:58 msgid "New Caja action" msgstr "" #: src/core/na-object-action.c:491 msgid "Profile automatically created from pre-v2 action" msgstr "" #: src/core/na-object-action-factory.c:80 msgid "Targets the selection context menu" msgstr "" #: src/core/na-object-action-factory.c:81 msgid "" "Whether the action targets the selection file manager context menus.\n" "This used to be the historical behavior.\n" "Note that menus are always potential candidate to the display in selection context menus provided that they contain at least one action.\n" "Defaults to TRUE." msgstr "" #: src/core/na-object-action-factory.c:99 msgid "Targets the selection context menu [true]" msgstr "" #: src/core/na-object-action-factory.c:106 msgid "Targets the location context menu" msgstr "" #: src/core/na-object-action-factory.c:107 msgid "" "Whether the action targets the file manager context menus when there is no selection, thus applying to current location.\n" "Note that menus are always potential candidate to the display in selection context menus provided that they contain at least one action.\n" "Defaults to FALSE" msgstr "" #: src/core/na-object-action-factory.c:125 msgid "Targets the location context menu [false]" msgstr "" #: src/core/na-object-action-factory.c:132 msgid "Targets the toolbar" msgstr "" #: src/core/na-object-action-factory.c:133 msgid "" "Whether the action is candidate to be displayed in file manager toolbar.\n" "This only applies to current location.\n" "Note that menus are never displayed in the toolbar.\n" "Defaults to FALSE." msgstr "" #: src/core/na-object-action-factory.c:150 msgid "Targets the toolbar [false]" msgstr "" #: src/core/na-object-action-factory.c:157 msgid "Label of the toolbar item" msgstr "" #: src/core/na-object-action-factory.c:158 msgid "" "The label displayed besides of the icon in the file manager toolbar.\n" "Note that actual display may depend of your own Desktop Environment preferences.\n" "Defaults to label of the context menu when not set or empty." msgstr "" #. Translators: copied items have a label as 'Copy of original label' #: src/core/na-object-id.c:329 #, c-format msgid "Copy of %s" msgstr "" #: src/core/na-object-item-factory.c:65 msgid "Type of the item" msgstr "" #: src/core/na-object-item-factory.c:66 msgid "" "Defines if the item is an action or a menu. Possible values are :\n" "- 'Action',\n" "- 'Menu'.\n" "The value is case sensitive and must not be localized." msgstr "" #: src/core/na-object-item-factory.c:94 msgid "Label of the context menu item (mandatory)" msgstr "" #: src/core/na-object-item-factory.c:95 msgid "" "The label of the menu item that will appear in the file manager context menu when the selection matches the appearance condition settings.\n" "It is also used as a default for the toolbar label of an action." msgstr "" #: src/core/na-object-item-factory.c:99 msgid "Empty label" msgstr "" #: src/core/na-object-item-factory.c:118 msgid "Tooltip of the context menu item" msgstr "" #: src/core/na-object-item-factory.c:119 msgid "" "The tooltip of the menu item that will appear in the file manager statusbar " "when the user points to the file manager context menu item with his/her " "mouse." msgstr "" #: src/core/na-object-item-factory.c:142 msgid "Icon of the context menu item" msgstr "" #: src/core/na-object-item-factory.c:143 msgid "" "The icon of the menu item that will appear next to the label in the file manager context menu when the selection matches the appearance conditions settings.\n" "May be the localized name of a themed icon, or a full path to any appropriate image." msgstr "" #: src/core/na-object-item-factory.c:161 msgid "" msgstr "" #: src/core/na-object-item-factory.c:191 msgid "Description relative to the item" msgstr "" #: src/core/na-object-item-factory.c:192 msgid "" "Some text which explains the goal of the menu or the action.\n" "May be used, e.g. when displaying available items on a web site." msgstr "" #: src/core/na-object-item-factory.c:214 msgid "Suggested shortcut" msgstr "" #: src/core/na-object-item-factory.c:215 msgid "" "A shortcut suggested for the action or the menu.\n" "Please note that this might be only a suggestion as the shortcut may be already reserved for another use. Implementation should not override an already existing shortcut to define this one.\n" "The format may look like \"a\" or \"F1\".\n" "Defaults to empty." msgstr "" #: src/core/na-object-item-factory.c:268 msgid "List of subitem ids" msgstr "" #: src/core/na-object-item-factory.c:269 msgid "" "Ordered list of the IDs of the subitems. This may be actions or menus if the item is a menu, or profiles if the item is an action.\n" "If this list doesn't exist or is empty for an action or a menu, subitems are attached in the order of the read operations." msgstr "" #: src/core/na-object-item-factory.c:293 msgid "Whether the action or the menu is enabled" msgstr "" #: src/core/na-object-item-factory.c:294 msgid "" "If the or the menu action is disabled, it will never appear in the file manager context menu.\n" "Defaults to TRUE." msgstr "" #: src/core/na-object-item-factory.c:310 msgid "Whether the action or the menu is enabled [enabled]" msgstr "" #: src/core/na-object-item-factory.c:409 msgid "Version of the format" msgstr "" #: src/core/na-object-item-factory.c:410 msgid "" "The version of the configuration format that will be used to manage backward" " compatibility." msgstr "" #. Translators: default label for a new menu #: src/core/na-object-menu.c:57 msgid "New Caja menu" msgstr "" #. Translators: label for the default profile #: src/core/na-object-profile.c:767 msgid "Default profile" msgstr "" #: src/core/na-object-profile-factory.c:49 msgid "Name of the profile" msgstr "" #: src/core/na-object-profile-factory.c:50 msgid "" "May be used as a description for the function of the profile.\n" "If not set, it defaults to an auto-generated name." msgstr "" #: src/core/na-object-profile-factory.c:100 msgid "Path of the command" msgstr "" #: src/core/na-object-profile-factory.c:101 msgid "" "The path of the command to be executed when the user select the menu item in" " the file manager context menu or in the toolbar." msgstr "" #: src/core/na-object-profile-factory.c:127 msgid "Parameters of the command" msgstr "" #: src/core/na-object-profile-factory.c:129 msgid "" "The parameters of the command to be executed when the user selects the menu item in the file manager context menu or in the toolbar.\n" "The parameters may contain some special tokens which are replaced by the information provided by the file manager before starting the command:\n" "- up to version 2.0:\n" " %d: base folder of the selected file(s)\n" " %f: the name of the selected file or the first one if several are selected\n" " %h: hostname of the URI\n" " %m: space-separated list of the basenames of the selected file(s)/folder(s)\n" " %M: space-separated list of the selected file(s)/folder(s), with their full paths\n" " %p: port number of the first URI\n" " %R: space-separated list of selected URIs\n" " %s: scheme of the URI\n" " %u: URI\n" " %U: username of the URI\n" " %%: a percent sign.\n" "- starting from version 3:\n" " %b: (first) basename\n" " %B: space-separated list of the basenames of the selected file(s)/folder(s)\n" " %c: count the selected file(s)/folder(s)\n" " %d: (first) base directory\n" " %D: space-separated list of base directories of the selected file(s)/folder(s)\n" " %f: (first) filename\n" " %F: space-separated list of the filenames of the selected file(s)/folder(s)\n" " %h: hostname of the (first) URI\n" " %m: (first) mimetype\n" " %M: space-separated list of the mimetypes of the selected file(s)/folder(s)\n" " %n: username of the (first) URI\n" " %o: no-op operator which forces the singular form of execution (since 3.0.2)\n" " %O: no-op operator which forces the plural form of execution (since 3.0.2)\n" " %p: port number of the (first) URI\n" " %s: scheme of the (first) URI\n" " %u: (first) URI\n" " %U: space-separated list of the URIs of the selected file(s)/folder(s)\n" " %w: (first) basename without the extension\n" " %W: space-separated list of basenames without the extension\n" " %x: (first) extension\n" " %X: space-separated list of the extensions of the selected file(s)/folder(s)\n" " %%: a percent sign." msgstr "" #: src/core/na-object-profile-factory.c:188 msgid "Working directory" msgstr "" #: src/core/na-object-profile-factory.c:189 #, c-format msgid "" "The working directory the command will be started in.\n" "Defaults to \"%d\"." msgstr "" #: src/core/na-object-profile-factory.c:211 msgid "Execution mode" msgstr "" #. Translators: 'Normal', 'Terminal', 'Embedded' and 'DisplayOutput' are non- #. translatable keywords #: src/core/na-object-profile-factory.c:213 msgid "" "Execution mode of the program.\n" "This may be chosen between following values:\n" "- Normal: starts as a standard graphical user interface\n" "- Terminal: starts the preferred terminal of the graphical environment, and runs the command in it\n" "- Embedded: makes use of a special feature of the file manager which allows a terminal to be ran inside of it; an acceptable fallback is Terminal\n" "- DisplayOutput: the ran terminal may be closed at end of the command, but standard streams (stdout, stderr) should be collected and displayed; an acceptable fallback is Terminal.\n" "Defaults to \"Normal\"." msgstr "" #: src/core/na-object-profile-factory.c:244 msgid "Startup notify" msgstr "" #: src/core/na-object-profile-factory.c:245 msgid "" "Only relevant when ExecutionMode=Normal.\n" "Defaults to FALSE." msgstr "" #: src/core/na-object-profile-factory.c:267 msgid "Startup WM Class" msgstr "" #: src/core/na-object-profile-factory.c:268 msgid "" "Only relevant when ExecutionMode=Normal.\n" "Defaults to empty." msgstr "" #: src/core/na-object-profile-factory.c:290 msgid "Execute as user" msgstr "" #: src/core/na-object-profile-factory.c:291 msgid "" "The user the command must be ran as. The user may be identified by its numeric UID or by its login.\n" "The profile is ignored if defined with a non-existing UID or login.\n" "Defaults to empty: the command will be executed as the current user." msgstr "" #: src/core/na-selected-info.c:872 #, c-format msgid "Error when querying information for %s URI: %s" msgstr "" #: src/core/na-tokens.c:249 msgid "file:///path/to/file1.mid" msgstr "" #: src/core/na-tokens.c:250 msgid "file:///path/to/file2.jpeg" msgstr "" #: src/core/na-tokens.c:251 msgid "audio/x-midi" msgstr "" #: src/core/na-tokens.c:252 msgid "image/jpeg" msgstr "" #: src/core/na-tokens.c:254 msgid "test.example.net" msgstr "" #: src/core/na-tokens.c:255 msgid "user" msgstr "" #: src/core/na-tokens.c:441 msgid "Output of the run command" msgstr "" #: src/core/na-tokens.c:449 msgid "Run command:" msgstr "" #: src/core/na-tokens.c:450 msgid "Standard output:" msgstr "" #: src/core/na-tokens.c:451 msgid "Standard error:" msgstr "" #: src/io-desktop/cadp-desktop-provider.c:259 msgid "Caja-Actions Desktop I/O Provider" msgstr "" #: src/io-desktop/cadp-formats.c:55 msgid "Export as a ._desktop file" msgstr "" #: src/io-desktop/cadp-formats.c:56 msgid "" "This format has been introduced with v 3.0 series. and should be your newly preferred format when exporting items.\n" "It let you easily share your actions with the whole world, including with users of other desktop environments, as long as their own application implements the DES-EMA specification which describes this format.\n" "The exported .desktop file may later be imported via :\n" "- Import assistant of the Caja-Actions Configuration Tool,\n" "- drag-n-drop into the Caja-Actions Configuration Tool,\n" "- or by copying it into a XDG_DATA_DIRS/file-manager/actions directory." msgstr "" #: src/io-desktop/cadp-reader.c:64 msgid "The Desktop I/O Provider is not able to handle the URI" msgstr "" #. Translators: 'type' is the nature of the item: Action or Menu #: src/io-desktop/cadp-reader.c:292 #, c-format msgid "unknown type: %s" msgstr "" #: src/cact/base-application.c:182 msgid "Arguments count" msgstr "" #: src/cact/base-application.c:183 msgid "The count of command-line arguments" msgstr "" #: src/cact/base-application.c:190 msgid "Arguments" msgstr "" #: src/cact/base-application.c:191 msgid "The array of command-line arguments" msgstr "" #: src/cact/base-application.c:198 msgid "Option entries" msgstr "" #: src/cact/base-application.c:199 msgid "The array of command-line option definitions" msgstr "" #: src/cact/base-application.c:205 msgid "Application name" msgstr "" #: src/cact/base-application.c:206 msgid "The name of the application" msgstr "" #: src/cact/base-application.c:213 src/cact/cact-schemes-list.c:167 msgid "Description" msgstr "Beskrywing" #: src/cact/base-application.c:214 msgid "A short description to be displayed in the first line of --help output" msgstr "" #: src/cact/base-application.c:221 msgid "Icon name" msgstr "" #: src/cact/base-application.c:222 msgid "The name of the icon of the application" msgstr "" #: src/cact/base-application.c:229 msgid "UniqueApp name" msgstr "" #: src/cact/base-application.c:230 msgid "The Unique name of the application" msgstr "" #: src/cact/base-application.c:237 msgid "Return code" msgstr "" #: src/cact/base-application.c:238 msgid "The return code of the application" msgstr "" #: src/cact/base-application.c:601 msgid "Unable to interpret command-line arguments" msgstr "" #: src/cact/base-assistant.c:151 msgid "Quit on Escape" msgstr "" #: src/cact/base-assistant.c:152 msgid "Should the assistant 'Quit' when the user hits Escape ?" msgstr "" #: src/cact/base-assistant.c:159 msgid "Warn on Escape" msgstr "" #: src/cact/base-assistant.c:160 msgid "" "Should the user be asked to confirm when exiting the assistant via Escape ?" msgstr "" #: src/cact/base-assistant.c:460 msgid "Are you sure you want to quit this assistant ?" msgstr "" #: src/cact/base-gtk-utils.c:392 msgid "_Cancel" msgstr "" #: src/cact/base-gtk-utils.c:394 msgid "_Open" msgstr "_Open" #: src/cact/base-iunique.c:204 #, c-format msgid "" "Another instance of %s is already running.\n" "Please switch back to it." msgstr "" #: src/cact/base-iunique.c:207 msgid "The application is not unique" msgstr "" #: src/cact/base-window.c:204 msgid "XML UI filename" msgstr "" #: src/cact/base-window.c:205 msgid "The filename which contains the XML UI definition" msgstr "" #: src/cact/base-window.c:212 msgid "Has its own GtkBuilder" msgstr "" #: src/cact/base-window.c:213 msgid "" "Whether this BaseWindow reallocates a new GtkBuilder each time it is opened" msgstr "" #: src/cact/base-window.c:220 msgid "Toplevel name" msgstr "" #: src/cact/base-window.c:221 msgid "The internal GtkBuildable name of the toplevel window" msgstr "" #: src/cact/base-window.c:228 msgid "BaseApplication" msgstr "" #: src/cact/base-window.c:229 msgid "A pointer (not a reference) to the BaseApplication instance" msgstr "" #: src/cact/base-window.c:235 src/cact/cact-tree-model.c:225 msgid "Parent BaseWindow" msgstr "" #: src/cact/base-window.c:236 msgid "" "A pointer (not a reference) to the BaseWindow parent of this BaseWindow" msgstr "" #: src/cact/base-window.c:242 msgid "WSP name" msgstr "" #: src/cact/base-window.c:243 msgid "" "The string which handles the window size and position in user preferences" msgstr "" #: src/cact/base-window.c:250 msgid "Destroy the Gtk toplevel" msgstr "" #: src/cact/base-window.c:251 msgid "Whether the embedded Gtk Toplevel should be destroyed at dispose time" msgstr "" #: src/cact/base-window.c:735 #, c-format msgid "Unable to load %s UI XML definition: %s" msgstr "" #: src/cact/base-window.c:750 #, c-format msgid "Unable to load %s dialog definition." msgstr "" #: src/cact/egg-desktop-file.c:165 msgid "File is not a valid .desktop file" msgstr "Lêer is nie 'n geldige .desktop-lêer nie" #: src/cact/egg-desktop-file.c:188 #, c-format msgid "Unrecognized desktop file Version '%s'" msgstr "Nieherkende \"desktop\"-lêerweergawe '%s'" #: src/cact/egg-desktop-file.c:957 #, c-format msgid "Starting %s" msgstr "Begin tans %s" #: src/cact/egg-desktop-file.c:1098 msgid "Application does not accept documents on command line" msgstr "Toepassing aanvaar nie dokumente op die opdraglyn nie" #: src/cact/egg-desktop-file.c:1166 #, c-format msgid "Unrecognized launch option: %d" msgstr "Nieherkende lanseeropsie: %d" #: src/cact/egg-desktop-file.c:1364 msgid "Can't pass document URIs to a 'Type=Link' desktop entry" msgstr "" "Kan nie dokument URI's na 'n 'Type=Link' \"desktop\"-inskrywing aangee nie" #: src/cact/egg-desktop-file.c:1385 msgid "Not a launchable item" msgstr "Nie 'n loopbare item nie" #: src/cact/egg-sm-client.c:235 msgid "Disable connection to session manager" msgstr "Deaktiveer konneksie na sessiebestuurder" #: src/cact/egg-sm-client.c:238 msgid "Specify file containing saved configuration" msgstr "Spesifiseer lêer wat gestoorde konfigurasie bevat" #: src/cact/egg-sm-client.c:238 msgid "FILE" msgstr "LÊER" #: src/cact/egg-sm-client.c:241 msgid "Specify session management ID" msgstr "Spesifiseer sessiebestuurs-ID" #: src/cact/egg-sm-client.c:241 msgid "ID" msgstr "ID" #: src/cact/egg-sm-client.c:263 msgid "Session management options:" msgstr "Sessiebestuurskeuses:" #: src/cact/egg-sm-client.c:264 msgid "Show session management options" msgstr "Wys keuses vir sessiebestuur" #: src/cact/cact-application.c:55 src/cact/cact.desktop.in:5 msgid "Caja-Actions Configuration Tool" msgstr "" #: src/cact/cact-application.c:56 msgid "A user interface to edit your own contextual actions" msgstr "" #: src/cact/cact-application.c:64 msgid "Set it to run multiple instances of the program [unique]" msgstr "" #: src/cact/cact-application.c:66 msgid "Output the version number, and exit gracefully [no]" msgstr "" #: src/cact/cact-add-capability-dialog.c:74 msgid "User is the owner of the item" msgstr "" #: src/cact/cact-add-capability-dialog.c:75 msgid "Item is readable by the user" msgstr "" #: src/cact/cact-add-capability-dialog.c:76 msgid "Item is writable by the user" msgstr "" #: src/cact/cact-add-capability-dialog.c:77 msgid "Item is executable by the user" msgstr "" #: src/cact/cact-add-capability-dialog.c:78 msgid "Item is local" msgstr "" #. Translators: add a comment when a capability is already used by current #. item #: src/cact/cact-add-capability-dialog.c:525 #, c-format msgid "%s (already inserted)" msgstr "" #: src/cact/cact-add-capability.ui:13 msgid "Adding a new capability" msgstr "" #: src/cact/cact-add-capability.ui:148 msgid "Managed capabilities" msgstr "" #: src/cact/cact-add-scheme.ui:13 msgid "Adding a new scheme" msgstr "" #: src/cact/cact-add-scheme.ui:180 msgid "Scheme" msgstr "" #: src/cact/cact-assistant-export.c:781 msgid "Export canceled due to user action." msgstr "" #. Translators: action as been successfully exported to #: src/cact/cact-assistant-export.c:846 msgid "Successfully exported as" msgstr "" #: src/cact/cact-assistant-export.c:875 msgid "You may not have write permissions on selected folder." msgstr "" #: src/cact/cact-assistant-export.ui:13 msgid "Exporting an action" msgstr "" #: src/cact/cact-assistant-export.ui:96 msgid "Which format should I choose to export it ?" msgstr "" #: src/cact/cact-assistant-export.ui:142 msgid "Re_member my choice in future export operations" msgstr "" #: src/cact/cact-assistant-export.ui:178 msgid "Exporting actions" msgstr "" #: src/cact/cact-assistant-export.ui:185 msgid "" "This assistant will guide you through the process of exporting actions." msgstr "" #: src/cact/cact-assistant-export.ui:219 msgid "Actions _list :" msgstr "" #: src/cact/cact-assistant-export.ui:267 msgid "" "Please select one or more actions to be exported.\n" "\n" "You may use Ctrl and Shift keys to extend the selection." msgstr "" #: src/cact/cact-assistant-export.ui:295 msgid "Selecting the exported actions" msgstr "" #: src/cact/cact-assistant-export.ui:327 msgid "Selecting the target folder" msgstr "" #: src/cact/cact-assistant-export.ui:353 msgid "Which format should I use when exporting these items ?" msgstr "" #: src/cact/cact-assistant-export.ui:393 msgid "Selecting the export format" msgstr "" #: src/cact/cact-assistant-export.ui:434 msgid "About to export selected items:" msgstr "" #: src/cact/cact-assistant-export.ui:478 msgid "Into the destination folder:" msgstr "" #: src/cact/cact-assistant-export.ui:575 src/cact/cact-assistant-import.ui:259 msgid "Summary" msgstr "" #: src/cact/cact-assistant-export.ui:610 msgid "Selected items have been proceeded:" msgstr "" #: src/cact/cact-assistant-export.ui:637 msgid "Export is done" msgstr "" #. Translators: indicate that the file has been successfully imported #: src/cact/cact-assistant-import.c:764 msgid "Import OK" msgstr "" #. Translators: this is the globally unique identifier and the label of the #. newly imported action #: src/cact/cact-assistant-import.c:768 #, c-format msgid "Id.: %s\t%s" msgstr "" #. Translators: indicate that the file was not imported #: src/cact/cact-assistant-import.c:778 msgid "Not imported" msgstr "" #: src/cact/cact-assistant-import.ui:12 msgid "Importing actions" msgstr "" #: src/cact/cact-assistant-import.ui:19 msgid "" "This assistant will guide you through the process of importing items, " "actions or menus." msgstr "" #: src/cact/cact-assistant-import.ui:55 msgid "Selecting files to import" msgstr "" #: src/cact/cact-assistant-import.ui:81 msgid "What should I do when importing an item whose ID already exists ?" msgstr "" #: src/cact/cact-assistant-import.ui:122 msgid "Managing duplicates" msgstr "" #: src/cact/cact-assistant-import.ui:163 msgid "About to import selected files:" msgstr "" #: src/cact/cact-assistant-import.ui:207 msgid "When importing an item whose ID already exists:" msgstr "" #: src/cact/cact-assistant-import.ui:294 msgid "Selected files have been proceeded:" msgstr "" #: src/cact/cact-assistant-import.ui:321 msgid "Import is done" msgstr "" #: src/cact/cact.desktop.in:6 msgid "Configure items to be added to the Caja context menus" msgstr "" #. Translators: Search terms to find this application. Do NOT translate or #. localize the semicolons! The list MUST also end with a semicolon! #: src/cact/cact.desktop.in:13 msgid "caja;actions;configuration;tool;settings;MATE;filebrowser;" msgstr "" #. Translators: The action